diff --git a/local/recipes/kde/kf6-kio/source.tar b/local/recipes/kde/kf6-kio/source.tar index 773bb04e76..7c8bbdbbeb 100644 Binary files a/local/recipes/kde/kf6-kio/source.tar and b/local/recipes/kde/kf6-kio/source.tar differ diff --git a/local/recipes/kde/kf6-kio/source/.git-blame-ignore-revs b/local/recipes/kde/kf6-kio/source/.git-blame-ignore-revs index 558423a4b5..f1b4948308 100644 --- a/local/recipes/kde/kf6-kio/source/.git-blame-ignore-revs +++ b/local/recipes/kde/kf6-kio/source/.git-blame-ignore-revs @@ -7,7 +7,11 @@ e14e17e0d75b448cfce0af487e4a6426b2bf2f1a 175466c7ae839ac738afcad1fd46c8d442eef706 d3a9783383873c1228bd34f52132d64d2624b784 7154aa45ea27959253d9dc5d9dbbea14bdaac015 -#clang-tidy +# clang-tidy 8ce18b21c8f68423d23540dc642cd931d8d39a72 1cfd57e7f4ee12c4462773eefe2ed6ad99d58c50 02e2f37ac2809e5eb4376da2efd7df0cbfa3c172 +# typo fixes +d3f1af35cbffbd5eada6aa4e5ecdb48fcd860b14 +# code reorganization +3ec7789f713baa33f380556fdf6908fb1f28715b diff --git a/local/recipes/kde/kf6-kio/source/.gitlab-ci.yml b/local/recipes/kde/kf6-kio/source/.gitlab-ci.yml index e5ad1d2f25..4a0cd6f0a8 100644 --- a/local/recipes/kde/kf6-kio/source/.gitlab-ci.yml +++ b/local/recipes/kde/kf6-kio/source/.gitlab-ci.yml @@ -5,7 +5,10 @@ include: - project: sysadmin/ci-utilities file: - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/android-qt6.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml - /gitlab-templates/cppcheck.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml diff --git a/local/recipes/kde/kf6-kio/source/.kde-ci.yml b/local/recipes/kde/kf6-kio/source/.kde-ci.yml index 7a2c6a4fda..f0d170b452 100644 --- a/local/recipes/kde/kf6-kio/source/.kde-ci.yml +++ b/local/recipes/kde/kf6-kio/source/.kde-ci.yml @@ -1,39 +1,39 @@ Dependencies: -- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS', 'Android'] - 'require': + - 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS', 'Android'] + 'require': 'frameworks/extra-cmake-modules': '@same' - 'frameworks/ki18n' : '@same' - 'frameworks/kguiaddons' : '@same' - 'frameworks/kitemviews' : '@same' - 'frameworks/kcoreaddons' : '@same' - 'frameworks/kwidgetsaddons' : '@same' - 'frameworks/kservice' : '@same' - 'frameworks/karchive' : '@same' - 'frameworks/solid' : '@same' - 'frameworks/kjobwidgets' : '@same' - 'frameworks/kiconthemes' : '@same' - 'frameworks/kwindowsystem' : '@same' - 'frameworks/kcompletion' : '@same' - 'frameworks/kbookmarks' : '@same' - 'frameworks/knotifications' : '@same' - 'frameworks/kconfig' : '@same' - 'frameworks/kcolorscheme' : '@same' + 'frameworks/ki18n': '@same' + 'frameworks/kguiaddons': '@same' + 'frameworks/kitemviews': '@same' + 'frameworks/kcoreaddons': '@same' + 'frameworks/kwidgetsaddons': '@same' + 'frameworks/kservice': '@same' + 'frameworks/karchive': '@same' + 'frameworks/solid': '@same' + 'frameworks/kjobwidgets': '@same' + 'frameworks/kiconthemes': '@same' + 'frameworks/kwindowsystem': '@same' + 'frameworks/kcompletion': '@same' + 'frameworks/kbookmarks': '@same' + 'frameworks/knotifications': '@same' + 'frameworks/kconfig': '@same' + 'frameworks/kcolorscheme': '@same' -- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS'] - 'require': - 'frameworks/kcrash' : '@same' - 'frameworks/kdoctools' : '@same' + - 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS'] + 'require': + 'frameworks/kcrash': '@same' + 'frameworks/kdoctools': '@same' -- 'on': ['Linux', 'FreeBSD'] - 'require': - 'frameworks/kauth': '@same' - 'frameworks/kdbusaddons' : '@same' - 'frameworks/kwallet' : '@same' + - 'on': ['Linux', 'FreeBSD'] + 'require': + 'frameworks/kdbusaddons': '@same' + 'frameworks/kwallet': '@same' Options: - test-before-installing: True - require-passing-tests-on: [ 'Linux', 'FreeBSD' ] - cmake-options: -DUSE_FTPD_WSGIDAV_UNITTEST=ON - cppcheck-arguments: '--enable=warning,style,performance --suppress-xml=cppcheck-suppressions.xml' - cppcheck-ignore-files: - - autotests + test-before-installing: True + enable-lsan: True + require-passing-tests-on: ['@all'] + cmake-options: -DUSE_FTPD_WSGIDAV_UNITTEST=ON + cppcheck-arguments: '--enable=warning,style,performance --suppress-xml=cppcheck-suppressions.xml' + cppcheck-ignore-files: + - autotests diff --git a/local/recipes/kde/kf6-kio/source/.redbear-src-version b/local/recipes/kde/kf6-kio/source/.redbear-src-version new file mode 100644 index 0000000000..2ece8e17b5 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/.redbear-src-version @@ -0,0 +1 @@ +6.28.0 diff --git a/local/recipes/kde/kf6-kio/source/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/CMakeLists.txt index d8421128c4..bed131f9dc 100644 --- a/local/recipes/kde/kf6-kio/source/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/CMakeLists.txt @@ -1,12 +1,12 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.29) -set(KF_VERSION "6.10.0") # handled by release scripts -set(KF_DEP_VERSION "6.10.0") # handled by release scripts +set(KF_VERSION "6.28.0") # handled by release scripts +set(KF_DEP_VERSION "6.28.0") # handled by release scripts project(KIO VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 6.10.0 NO_MODULE) +find_package(ECM 6.28.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -22,11 +22,11 @@ include(ECMGenerateExportHeader) include(ECMMarkAsTest) include(ECMSetupVersion) include(ECMGenerateHeaders) -include(ECMAddQch) include(ECMMarkNonGuiExecutable) include(ECMQtDeclareLoggingCategory) include(ECMSourceVersionControl) include(ECMDeprecationSettings) +include(ECMGenerateQDoc) ecm_setup_version( PROJECT @@ -38,6 +38,7 @@ ecm_setup_version( set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of deprecated API excluded from the build [default=0].") option(KIOCORE_ONLY "Only compile KIOCore, not KIOWidgets or anything that depends on it. This will disable support for cookies and passwordhandling (prompting and storing)." OFF) +option(KIOGUI_ONLY "Build only KIOCore + KIOGui." OFF) # Enable state assertion by default on Jenkins and from-git builds. # This option should eventually be dropped and always be enabled. @@ -49,15 +50,11 @@ option(KIO_ASSERT_WORKER_STATES "Used to control whether worker state assertions are enabled. When not enabled only warnings are generated." ${ASSERT_WORKER_STATES_DEFAULT}) -option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) -add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") - option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON) add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt Designer") option(USE_FTPD_WSGIDAV_UNITTEST "Use ftpd Ruby Gem (for ftptest) and wsgidav Python module (for webdavtest) in unittests. Note that this is a temporary option that will be removed when distros add those packages in their repos." OFF) -find_package(KF6Archive ${KF_DEP_VERSION} REQUIRED) find_package(KF6Config ${KF_DEP_VERSION} REQUIRED) find_package(KF6CoreAddons ${KF_DEP_VERSION} REQUIRED) find_package(KF6I18n ${KF_DEP_VERSION} REQUIRED) @@ -69,32 +66,27 @@ if (NOT ANDROID) endif() if (NOT KIOCORE_ONLY) -find_package(KF6Bookmarks ${KF_DEP_VERSION} REQUIRED) -find_package(KF6ColorScheme ${KF_DEP_VERSION} REQUIRED) -find_package(KF6Completion ${KF_DEP_VERSION} REQUIRED) -find_package(KF6GuiAddons ${KF_DEP_VERSION} REQUIRED) -find_package(KF6IconThemes ${KF_DEP_VERSION} REQUIRED) -find_package(KF6ItemViews ${KF_DEP_VERSION} REQUIRED) -find_package(KF6JobWidgets ${KF_DEP_VERSION} REQUIRED) -find_package(KF6WidgetsAddons ${KF_DEP_VERSION} REQUIRED) -find_package(KF6WindowSystem ${KF_DEP_VERSION} REQUIRED) + find_package(KF6WindowSystem ${KF_DEP_VERSION} REQUIRED) + if (NOT KIOGUI_ONLY) + find_package(KF6Bookmarks ${KF_DEP_VERSION} REQUIRED) + find_package(KF6ColorScheme ${KF_DEP_VERSION} REQUIRED) + find_package(KF6Completion ${KF_DEP_VERSION} REQUIRED) + find_package(KF6GuiAddons ${KF_DEP_VERSION} REQUIRED) + find_package(KF6IconThemes ${KF_DEP_VERSION} REQUIRED) + find_package(KF6ItemViews ${KF_DEP_VERSION} REQUIRED) + find_package(KF6JobWidgets ${KF_DEP_VERSION} REQUIRED) + find_package(KF6WidgetsAddons ${KF_DEP_VERSION} REQUIRED) -find_package(KF6KDED ${KF_DEP_VERSION}) -set_package_properties(KF6KDED PROPERTIES DESCRIPTION "Daemon providing session services" - TYPE RUNTIME - PURPOSE "KDED is used at runtime for proxy management and cookie storage" - ) + find_package(KF6KDED ${KF_DEP_VERSION}) + set_package_properties(KF6KDED PROPERTIES DESCRIPTION "Daemon providing session services" + TYPE RUNTIME + PURPOSE "KDED is used at runtime for proxy management and cookie storage") -find_package(SwitcherooControl) -set_package_properties(SwitcherooControl PROPERTIES - TYPE RUNTIME - PURPOSE "Hybrid GPU support" -) - -endif() - -if (UNIX AND NOT ANDROID) - find_package(KF6Auth ${KF_DEP_VERSION} REQUIRED) + find_package(SwitcherooControl) + set_package_properties(SwitcherooControl PROPERTIES + TYPE RUNTIME + PURPOSE "Hybrid GPU support") + endif() endif() # tell what is missing without doctools @@ -103,8 +95,12 @@ set_package_properties(KF6DocTools PROPERTIES DESCRIPTION "Provides tools to gen PURPOSE "Required to build help KIO worker and documentation" ) -set(REQUIRED_QT_VERSION 6.6.0) -find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets Concurrent Xml Network) +set(REQUIRED_QT_VERSION 6.9.0) +find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets Network Concurrent Xml Test) + +if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0") + find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) +endif() # shall we use DBus? # enabled per default on Linux & BSD systems @@ -122,10 +118,6 @@ if(USE_DBUS) set(DBUS_LIB Qt6::DBus) endif() -if (Qt6Core_VERSION VERSION_LESS 6.7.0) - find_package(Qt6Core5Compat ${REQUIRED_QT_VERSION} REQUIRED) # QTextCodec -endif() - if (NOT APPLE AND NOT WIN32 AND NOT ANDROID AND NOT HAIKU) option(WITH_X11 "Build with X11 integration" ON) set(HAVE_X11 ${WITH_X11}) @@ -143,18 +135,18 @@ set_package_properties(ACL PROPERTIES DESCRIPTION "LibACL" PURPOSE "Support for manipulating access control lists") # Used by KMountPoint -if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT REDOX) - find_package(LibMount) +if (CMAKE_SYSTEM_NAME MATCHES "Linux") + find_package(LibMount REQUIRED) set(HAVE_LIB_MOUNT ${LibMount_FOUND}) endif() ecm_set_disabled_deprecation_versions( - QT 6.8.0 - KF 6.8.0 + QT 6.11.0 + KF 6.27.0 ) add_definitions(-DTRANSLATION_DOMAIN=\"kio6\") -#ki18n_install(po) +ki18n_install(po) if (KF6DocTools_FOUND) kdoctools_install(po) @@ -164,12 +156,16 @@ if (KF6DocTools_FOUND) add_subdirectory(docs) endif() +if(BUILD_TESTING) + add_definitions(-DBUILD_TESTING) +endif() + include(CheckLibraryExists) add_subdirectory(src) if(BUILD_TESTING) add_subdirectory(autotests) - if (NOT KIOCORE_ONLY) + if (NOT KIOCORE_ONLY AND NOT KIOGUI_ONLY) add_subdirectory(tests) endif() endif() @@ -179,22 +175,11 @@ add_subdirectory(templates) # create a Config.cmake and a ConfigVersion.cmake file and install them set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF6KIO") -if (BUILD_QCH) - ecm_install_qch_export( - TARGETS KF6KIO_QCH - FILE KF6KIOQchTargets.cmake - DESTINATION "${CMAKECONFIG_INSTALL_DIR}" - COMPONENT Devel - ) - set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KF6KIOQchTargets.cmake\")") -endif() - include(CMakePackageConfigHelpers) configure_package_config_file( "${CMAKE_CURRENT_SOURCE_DIR}/KF6KIOConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/KF6KIOConfig.cmake" - PATH_VARS KDE_INSTALL_DBUSINTERFACEDIR INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} ) diff --git a/local/recipes/kde/kf6-kio/source/KF6KIOConfig.cmake.in b/local/recipes/kde/kf6-kio/source/KF6KIOConfig.cmake.in index b434bc2b6b..5233a0dd62 100644 --- a/local/recipes/kde/kf6-kio/source/KF6KIOConfig.cmake.in +++ b/local/recipes/kde/kf6-kio/source/KF6KIOConfig.cmake.in @@ -6,43 +6,57 @@ include(CMakeFindDependencyMacro) find_dependency(KF6CoreAddons "@KF_DEP_VERSION@") find_dependency(KF6Config "@KF_DEP_VERSION@") +if (NOT @BUILD_SHARED_LIBS@) + find_dependency(KF6I18n "@KF_DEP_VERSION@") + + if (NOT ANDROID) + find_dependency(KF6Crash "@KF_DEP_VERSION@") + endif() + + if (@LibMount_FOUND@) + find_dependency(LibMount) + endif() + + find_dependency(Qt6Concurrent "@REQUIRED_QT_VERSION@") + find_dependency(Qt6Xml "@REQUIRED_QT_VERSION@") +endif() + if (NOT @KIOCORE_ONLY@) - find_dependency(KF6Bookmarks "@KF_DEP_VERSION@") - find_dependency(KF6Completion "@KF_DEP_VERSION@") - find_dependency(KF6ItemViews "@KF_DEP_VERSION@") - find_dependency(KF6JobWidgets "@KF_DEP_VERSION@") - find_dependency(KF6Solid "@KF_DEP_VERSION@") - find_dependency(KF6WidgetsAddons "@KF_DEP_VERSION@") find_dependency(KF6WindowSystem "@KF_DEP_VERSION@") - find_dependency(KF6Service "@KF_DEP_VERSION@") - if (NOT @BUILD_SHARED_LIBS@) - find_dependency(KF6GuiAddons "@KF_DEP_VERSION@") - find_dependency(KF6IconThemes "@KF_DEP_VERSION@") + if (NOT @KIOGUI_ONLY@) + find_dependency(KF6Bookmarks "@KF_DEP_VERSION@") + find_dependency(KF6Completion "@KF_DEP_VERSION@") + find_dependency(KF6ItemViews "@KF_DEP_VERSION@") + find_dependency(KF6JobWidgets "@KF_DEP_VERSION@") + find_dependency(KF6Solid "@KF_DEP_VERSION@") + find_dependency(KF6WidgetsAddons "@KF_DEP_VERSION@") + find_dependency(KF6Service "@KF_DEP_VERSION@") - if (@HAVE_QTDBUS@) - find_dependency(KF6DBusAddons "@KF_DEP_VERSION@") + if (NOT @BUILD_SHARED_LIBS@) + find_dependency(KF6GuiAddons "@KF_DEP_VERSION@") + find_dependency(KF6IconThemes "@KF_DEP_VERSION@") + find_dependency(KF6ColorScheme "@KF_DEP_VERSION@") + + if (@HAVE_QTDBUS@) + find_dependency(KF6DBusAddons "@KF_DEP_VERSION@") + endif() endif() - - if (NOT ANDROID) - find_dependency(KF6Crash "@KF_DEP_VERSION@") - endif() - - if (@LibMount_FOUND@) - find_dependency(LibMount) + else() # KIOGUI_ONLY + if (NOT @BUILD_SHARED_LIBS@) + find_dependency(KF6Solid "@KF_DEP_VERSION@") + find_dependency(KF6Service "@KF_DEP_VERSION@") endif() endif() -else() +else() # KIOCORE_ONLY if (NOT @BUILD_SHARED_LIBS@) find_dependency(KF6Service "@KF_DEP_VERSION@") endif() endif() -find_dependency(Qt6Concurrent "@REQUIRED_QT_VERSION@") -find_dependency(Qt6Xml "@REQUIRED_QT_VERSION@") +find_dependency(Qt6Network "@REQUIRED_QT_VERSION@") if (@HAVE_QTDBUS@) find_dependency(Qt6DBus "@REQUIRED_QT_VERSION@") endif() include("${CMAKE_CURRENT_LIST_DIR}/KF6KIOTargets.cmake") -@PACKAGE_INCLUDE_QCHTARGETS@ diff --git a/local/recipes/kde/kf6-kio/source/autotests/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/autotests/CMakeLists.txt index c326eacf44..e1760296a5 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/autotests/CMakeLists.txt @@ -11,6 +11,14 @@ add_subdirectory(http) find_package(Qt6Concurrent ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) +set(ECM_TEST_NAME_PREFIX "kiocore-") + +ecm_add_test( + metadatatest.cpp + LINK_LIBRARIES KF6::KIOCore Qt6::Test +) + +set(kacltest_SRC) if (ACL_FOUND) set (kacltest_SRC kacltest.cpp) endif() @@ -21,36 +29,47 @@ ecm_add_tests( kmountpointtest.cpp upurltest.cpp dataprotocoltest.cpp - jobtest.cpp jobremotetest.cpp - kfileitemtest.cpp kprotocolinfotest.cpp globaltest.cpp mimetypefinderjobtest.cpp - mkpathjobtest.cpp threadtest.cpp + workercanceltest.cpp udsentrytest.cpp - deletejobtest.cpp - deleteortrashjobtest.cpp urlutiltest.cpp batchrenamejobtest.cpp ksambasharetest.cpp - krecentdocumenttest.cpp filefiltertest.cpp - NAME_PREFIX "kiocore-" LINK_LIBRARIES KF6::KIOCore KF6::I18n KF6::ConfigCore KF6::Service Qt6::Test Qt6::Network Qt6::Xml ) -target_link_libraries(threadtest Qt6::Concurrent) -target_link_libraries(deleteortrashjobtest KF6::KIOWidgets) +# disable some tests that fail on Windows ATM +if (NOT WIN32) + ecm_add_tests( + jobtest.cpp + kfileitemtest.cpp + mkpathjobtest.cpp + deletejobtest.cpp + deleteortrashjobtest.cpp + krecentdocumenttest.cpp + LINK_LIBRARIES KF6::KIOCore KF6::I18n KF6::ConfigCore KF6::Service Qt6::Test Qt6::Network Qt6::Xml + ) + + target_link_libraries(deleteortrashjobtest KF6::KIOWidgets) + if(TARGET Qt6::DBus) + target_link_libraries(deletejobtest Qt6::DBus) + endif() + if(ACL_FOUND) + target_link_libraries(jobtest ${ACL_LIBS}) # copyFilePreservesAcl() + endif() +endif() ecm_add_test( connectionbackendtest.cpp ../src/core/connectionbackend.cpp ../src/core/kiocoreconnectiondebug.cpp TEST_NAME connectionbackendtest - NAME_PREFIX "kiocore-" LINK_LIBRARIES KF6::KIOCore Qt6::Test Qt6::Network KF6::I18n ) @@ -65,7 +84,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND USE_FTPD_WSGIDAV_UNITTEST) add_definitions(-DRubyExe_EXECUTABLE="${RubyExe_EXECUTABLE}") ecm_add_tests( ftptest.cpp - NAME_PREFIX "kiocore-" LINK_LIBRARIES KF6::KIOCore KF6::I18n Qt6::Test Qt6::Network ) @@ -76,126 +94,150 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND USE_FTPD_WSGIDAV_UNITTEST) URL "https://pypi.org/project/WsgiDAV/") ecm_add_tests( webdavtest.cpp - NAME_PREFIX "kiocore-" LINK_LIBRARIES KF6::KIOCore Qt6::Test Qt6::Network ) endif() -if(UNIX) - ecm_add_tests( - privilegejobtest.cpp - NAME_PREFIX "kiocore-" - LINK_LIBRARIES KF6::KIOCore KF6::I18n Qt6::Test Qt6::Network - ) -endif() - if (TARGET KF6::KIOGui) + set(ECM_TEST_NAME_PREFIX "kiogui-") + ecm_add_tests( favicontest.cpp openurljobtest.cpp kemailclientlauncherjobtest.cpp - NAME_PREFIX "kiogui-" + filepreviewjobtest.cpp LINK_LIBRARIES KF6::KIOCore KF6::KIOGui KF6::WindowSystem Qt6::Test ) - foreach(_kprocessrunnerTest applicationlauncherjob commandlauncherjob kterminallauncherjob) - foreach(_systemd "" "SCOPE" "SERVICE") - set(_scope 0) - set(_service 0) - set(_forking 0) - if(_systemd STREQUAL "SERVICE") - set(KPR_TEST_TARGET ${_kprocessrunnerTest}_servicetest) - set(_service 1) - elseif(_systemd STREQUAL "SCOPE") - set(KPR_TEST_TARGET ${_kprocessrunnerTest}_scopetest) - set(_scope 1) - else() - set(KPR_TEST_TARGET ${_kprocessrunnerTest}_forkingtest) - set(_forking 1) - endif() - add_executable(${KPR_TEST_TARGET} ${_kprocessrunnerTest}test.cpp) - target_link_libraries(${KPR_TEST_TARGET} KF6::WindowSystem KF6::KIOCore KF6::KIOGui Qt6::Test) - ecm_mark_as_test(${KPR_TEST_TARGET}) - add_test(NAME ${KPR_TEST_TARGET} COMMAND ${KPR_TEST_TARGET}) - set_tests_properties(${KPR_TEST_TARGET} PROPERTIES ENVIRONMENT - "_KDE_APPLICATIONS_AS_SERVICE=${_service}; - _KDE_APPLICATIONS_AS_SCOPE=${_scope}; - _KDE_APPLICATIONS_AS_FORKING=${_forking};" - ) - endforeach() - endforeach() - target_link_libraries(favicontest Qt6::Concurrent) + + # disable some tests that fail on Windows ATM + if (NOT WIN32) + foreach(_kprocessrunnerTest applicationlauncherjob commandlauncherjob kterminallauncherjob) + foreach(_systemd "" "SCOPE" "SERVICE") + set(_scope 0) + set(_service 0) + set(_forking 0) + if(_systemd STREQUAL "SERVICE") + set(KPR_TEST_TARGET ${_kprocessrunnerTest}_servicetest) + set(_service 1) + elseif(_systemd STREQUAL "SCOPE") + set(KPR_TEST_TARGET ${_kprocessrunnerTest}_scopetest) + set(_scope 1) + else() + set(KPR_TEST_TARGET ${_kprocessrunnerTest}_forkingtest) + set(_forking 1) + endif() + add_executable(${KPR_TEST_TARGET} ${_kprocessrunnerTest}test.cpp) + target_link_libraries(${KPR_TEST_TARGET} KF6::WindowSystem KF6::KIOCore KF6::KIOGui Qt6::Test) + ecm_mark_as_test(${KPR_TEST_TARGET}) + set(KPR_TEST_NAME "${ECM_TEST_NAME_PREFIX}${KPR_TEST_TARGET}") + add_test(NAME ${KPR_TEST_NAME} COMMAND ${KPR_TEST_TARGET}) + set_tests_properties(${KPR_TEST_NAME} PROPERTIES ENVIRONMENT + "_KDE_APPLICATIONS_AS_SERVICE=${_service}; + _KDE_APPLICATIONS_AS_SCOPE=${_scope}; + _KDE_APPLICATIONS_AS_FORKING=${_forking};" + ) + endforeach() + endforeach() + endif() endif() if (NOT ANDROID) if (TARGET KF6::KIOWidgets) +set(ECM_TEST_NAME_PREFIX "kiowidgets-") + ecm_add_tests( clipboardupdatertest.cpp - dropjobtest.cpp - kdynamicjobtrackernowidgetstest.cpp - desktopexecparsertest.cpp - kdirlistertest.cpp - kdirmodeltest.cpp kfileitemactionstest.cpp - fileundomanagertest.cpp - kurlcompletiontest.cpp - ${jobguitest_SRC} pastetest.cpp kurifiltersearchprovideractionstest.cpp - NAME_PREFIX "kiowidgets-" + ENVIRONMENT QT_QPA_PLATFORM=offscreen LINK_LIBRARIES KF6::KIOCore KF6::KIOWidgets Qt6::Test ${DBUS_LIB} ) -set(_libexec_dir_kf "${KDKE_INSTALL_FULL_LIBEXECDIR_KF}") -target_compile_definitions(desktopexecparsertest PRIVATE "KDE_INSTALL_FULL_LIBEXECDIR_KF=${_libexec_dir_kf}") +# disable some tests that fail on Windows ATM +if (NOT WIN32) + ecm_add_tests( + desktopexecparsertest.cpp # desktopexecparsertest needs a classic unix shell & terminal + dropjobtest.cpp + fileundomanagertest.cpp + kdirmodeltest.cpp + kdynamicjobtrackernowidgetstest.cpp + kurlcompletiontest.cpp + ENVIRONMENT QT_QPA_PLATFORM=offscreen + LINK_LIBRARIES KF6::KIOCore KF6::KIOWidgets Qt6::Test ${DBUS_LIB} + ) + set(_libexec_dir_kf "${KDKE_INSTALL_FULL_LIBEXECDIR_KF}") + target_compile_definitions(desktopexecparsertest PRIVATE "KDE_INSTALL_FULL_LIBEXECDIR_KF=${_libexec_dir_kf}") +endif() -set(kurifiltertest_libs KF6::KIOCore KF6::KIOWidgets Qt6::Test ${DBUS_LIB}) +# disable some tests that fail on Windows ATM +if (NOT WIN32) + set(kurifiltertest_libs KF6::KIOCore KF6::KIOWidgets Qt6::Test ${DBUS_LIB}) -set(URIFILTER_COLON_TEST kiowidgets-kurifiltertest-colon-separator) -ecm_add_test(kurifiltertest.cpp - LINK_LIBRARIES ${kurifiltertest_libs} - TEST_NAME ${URIFILTER_COLON_TEST} -) -target_compile_definitions(${URIFILTER_COLON_TEST} PUBLIC "-DWEBSHORTCUT_SEPARATOR=':'") + set(URIFILTER_COLON_TEST kurifiltertest-colon-separator) + ecm_add_test(kurifiltertest.cpp + LINK_LIBRARIES ${kurifiltertest_libs} + ENVIRONMENT QT_QPA_PLATFORM=offscreen + TEST_NAME ${URIFILTER_COLON_TEST} + ) + target_compile_definitions(${URIFILTER_COLON_TEST} PUBLIC "-DWEBSHORTCUT_SEPARATOR=':'") -set(URIFILTER_SPACE_TEST kiowidgets-kurifiltertest-space-separator) -ecm_add_test(kurifiltertest.cpp - LINK_LIBRARIES ${kurifiltertest_libs} - TEST_NAME ${URIFILTER_SPACE_TEST} -) -target_compile_definitions(${URIFILTER_SPACE_TEST} PUBLIC "-DWEBSHORTCUT_SEPARATOR=' '") + set(URIFILTER_SPACE_TEST kurifiltertest-space-separator) + ecm_add_test(kurifiltertest.cpp + LINK_LIBRARIES ${kurifiltertest_libs} + ENVIRONMENT QT_QPA_PLATFORM=offscreen + TEST_NAME ${URIFILTER_SPACE_TEST} + ) + target_compile_definitions(${URIFILTER_SPACE_TEST} PUBLIC "-DWEBSHORTCUT_SEPARATOR=' '") -# Same as kurlcompletiontest, but with immediate return, and results posted by thread later -ecm_add_test( - kurlcompletiontest.cpp - TEST_NAME kurlcompletiontest-nowait - NAME_PREFIX "kiowidgets-" - LINK_LIBRARIES KF6::KIOCore KF6::KIOWidgets Qt6::Test - ) -set_target_properties(kurlcompletiontest-nowait PROPERTIES COMPILE_FLAGS "-DNO_WAIT") + set_tests_properties(kiowidgets-kurifiltertest-space-separator PROPERTIES RUN_SERIAL TRUE) + # Same as kurlcompletiontest, but with immediate return, and results posted by thread later + ecm_add_test( + kurlcompletiontest.cpp + TEST_NAME kurlcompletiontest-nowait + ENVIRONMENT QT_QPA_PLATFORM=offscreen + LINK_LIBRARIES KF6::KIOCore KF6::KIOWidgets Qt6::Test + ) + set_target_properties(kurlcompletiontest-nowait PROPERTIES COMPILE_FLAGS "-DNO_WAIT") +endif() endif() if (TARGET KF6::KIOFileWidgets) +set(ECM_TEST_NAME_PREFIX "kiofilewidgets-") + include_directories(${CMAKE_SOURCE_DIR}/src/filewidgets ${CMAKE_BINARY_DIR}/src/filewidgets) ecm_add_tests( kurlnavigatortest.cpp kurlcomboboxtest.cpp kdiroperatortest.cpp - kfilewidgettest.cpp kfilecustomdialogtest.cpp - knewfilemenutest.cpp - kfilecopytomenutest.cpp - kfileplacesmodeltest.cpp - kfileplacesviewtest.cpp kurlrequestertest.cpp kfilefiltercombotest.cpp - NAME_PREFIX "kiofilewidgets-" + ENVIRONMENT QT_QPA_PLATFORM=offscreen LINK_LIBRARIES KF6::KIOFileWidgets KF6::KIOWidgets KF6::Bookmarks Qt6::Test KF6::I18n KF6::WindowSystem ) +# disable some tests that fail on Windows ATM +if (NOT WIN32) + ecm_add_tests( + kfilecopytomenutest.cpp + kfilewidgettest.cpp + knewfilemenutest.cpp + kfileplacesmodeltest.cpp + kfileplacesviewtest.cpp + kdirlistertest.cpp + ENVIRONMENT QT_QPA_PLATFORM=offscreen + LINK_LIBRARIES KF6::KIOFileWidgets KF6::KIOWidgets KF6::Bookmarks Qt6::Test KF6::I18n KF6::WindowSystem + ) + + set_tests_properties(kiofilewidgets-kfileplacesmodeltest PROPERTIES RUN_SERIAL TRUE) + set_tests_properties(kiofilewidgets-kfileplacesviewtest PROPERTIES RUN_SERIAL TRUE) +endif() + # TODO: fix symbol exports for windows -> 'KSambaShare::KSambaShare': inconsistent dll linkage if (NOT WIN32) ecm_add_test( @@ -208,9 +250,6 @@ ecm_add_test( ) endif() -set_tests_properties(kiofilewidgets-kfileplacesmodeltest PROPERTIES RUN_SERIAL TRUE) -set_tests_properties(kiofilewidgets-kfileplacesviewtest PROPERTIES RUN_SERIAL TRUE) -set_tests_properties(kiowidgets-kurifiltertest-space-separator PROPERTIES RUN_SERIAL TRUE) endif() endif() diff --git a/local/recipes/kde/kf6-kio/source/autotests/batchrenamejobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/batchrenamejobtest.cpp index 635453f7fa..ad474e805d 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/batchrenamejobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/batchrenamejobtest.cpp @@ -110,7 +110,13 @@ private Q_SLOTS: job->setUiDelegate(nullptr); QSignalSpy spy(job, &KIO::BatchRenameJob::fileRenamed); QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(spy.count(), oldFilenames.count()); + + QStringList result; + for (const auto &signal : spy) { + // collects the resulting filenames + result.append(signal[1].toUrl().fileName()); + } + QCOMPARE(result, newFilenames); QCOMPARE(job->processedAmount(KJob::Items), oldFilenames.count()); QCOMPARE(job->totalAmount(KJob::Items), oldFilenames.count()); QVERIFY(!checkFileExistence(oldFilenames)); diff --git a/local/recipes/kde/kf6-kio/source/autotests/clipboardupdatertest.cpp b/local/recipes/kde/kf6-kio/source/autotests/clipboardupdatertest.cpp index 104c93b006..04a64c2dde 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/clipboardupdatertest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/clipboardupdatertest.cpp @@ -129,8 +129,8 @@ void ClipboardUpdaterTest::testPasteAfterDeleteFile() createTestDirectory(pasteDir, NoSymlink); KIO::Job *job = KIO::paste(clipboard->mimeData(), QUrl::fromLocalFile(pasteDir), KIO::DefaultFlags); QVERIFY(job); - QVERIFY(!job->exec()); - QCOMPARE(job->error(), int(KIO::ERR_NO_CONTENT)); + QVERIFY(job->exec()); + QCOMPARE(job->error(), 0); } void ClipboardUpdaterTest::testPasteAfterDeleteFiles() @@ -152,8 +152,8 @@ void ClipboardUpdaterTest::testPasteAfterDeleteFiles() createTestDirectory(pasteDir, NoSymlink); KIO::Job *job = KIO::paste(clipboard->mimeData(), QUrl::fromLocalFile(pasteDir), KIO::DefaultFlags); QVERIFY(job); - QVERIFY(!job->exec()); - QCOMPARE(job->error(), int(KIO::ERR_NO_CONTENT)); + QVERIFY(job->exec()); + QCOMPARE(job->error(), 0); } #include "moc_clipboardupdatertest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/commandlauncherjobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/commandlauncherjobtest.cpp index e83d77e171..8625bc703a 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/commandlauncherjobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/commandlauncherjobtest.cpp @@ -314,6 +314,9 @@ void CommandLauncherJobTest::runExecutableInLocalPath() QVERIFY(job->exec()); QTRY_VERIFY2(QFileInfo::exists(destPath), qPrintable(destPath)); + + // Wait for KProcessRunner to be deleted + QTRY_COMPARE(KProcessRunner::instanceCount(), 0); } #include "moc_commandlauncherjobtest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/connectionbackendtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/connectionbackendtest.cpp index 635404c93f..5eb0134f05 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/connectionbackendtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/connectionbackendtest.cpp @@ -14,7 +14,9 @@ class ConnectionBackendTest : public QObject private Q_SLOTS: void testJumboPackets() { +#if defined(Q_OS_FREEBSD) QSKIP("TODO testJumboPackets doesn't pass FIXME"); +#endif KIO::ConnectionBackend server; KIO::ConnectionBackend clientConnection; @@ -30,7 +32,7 @@ private Q_SLOTS: spy = std::make_unique(&clientConnection, &KIO::ConnectionBackend::commandReceived); constexpr auto cmd = 64; // completely arbitrary value we don't actually care about the command in this test const auto data = randomByteArray(clientConnection.StandardBufferSize * 4L); - serverConnection->sendCommand(cmd, data); + QVERIFY(serverConnection->sendCommand(cmd, data)); spy->wait(); QVERIFY(!spy->isEmpty()); diff --git a/local/recipes/kde/kf6-kio/source/autotests/dataprotocoltest.cpp b/local/recipes/kde/kf6-kio/source/autotests/dataprotocoltest.cpp index cad90b0615..1caa4bec38 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/dataprotocoltest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/dataprotocoltest.cpp @@ -99,13 +99,13 @@ public: private: // -- testcase related members QString mime_type_expected; // expected MIME type - /** contains all attributes and values the testcase has to set */ + /*! contains all attributes and values the testcase has to set */ KIO::MetaData attributes_expected; - /** contains the content as it is expected to be returned */ + /*! contains the content as it is expected to be returned */ QByteArray content_expected; public: - /** + /*! * sets the MIME type that this testcase is expected to return */ void setExpectedMimeType(const QString &mime_type) @@ -113,7 +113,7 @@ public: mime_type_expected = mime_type; } - /** + /*! * sets all attribute-value pairs the testcase must deliver. */ void setExpectedAttributes(const KIO::MetaData &attres) @@ -121,7 +121,7 @@ public: attributes_expected = attres; } - /** + /*! * sets content as expected to be delivered by the testcase. */ void setExpectedContent(const QByteArray &content) diff --git a/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.cpp index aa0bb4c5df..b21335cddf 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.cpp @@ -7,13 +7,26 @@ #include "deletejobtest.h" #include +#include +#include #include #include #include #include #include +#include +#include #include +#include + +#include + +#if defined(WITH_QTDBUS) +#include + +#include +#endif QTEST_MAIN(DeleteJobTest) @@ -48,7 +61,7 @@ void DeleteJobTest::deleteFileTestCase() QVERIFY(spy.isValid()); QVERIFY(spy.wait(100000)); QCOMPARE(job->error(), KJOB_NO_ERROR); - QVERIFY(!tempFile.exists()); + QVERIFY(!QFile::exists(path)); } } @@ -81,6 +94,69 @@ void DeleteJobTest::deleteDirectoryTestCase() } } +void DeleteJobTest::deletePartialFailureNotifiesRemovals() +{ +#if !defined(WITH_QTDBUS) + QSKIP("Removal notifications are delivered over D-Bus, which is unavailable in this build"); +#else + if (geteuid() == 0) { + QSKIP("Root ignores the permission bits this test relies on"); + } + + QTemporaryDir tempDir; + QVERIFY(tempDir.isValid()); + const QString base = tempDir.path(); + + // A file that can be deleted. + const QString deletable = base + QLatin1String("/possible.txt"); + QFile deletableFile(deletable); + QVERIFY(deletableFile.open(QIODevice::WriteOnly)); + deletableFile.close(); + + // An empty directory whose parent denies write access, so removing it fails + // with a permission error. The failure happens in the directory phase, which + // runs after all files have already been deleted, so possible.txt is gone by + // the time the job errors out regardless of the order entries were stated in. + const QString locked = base + QLatin1String("/locked"); + const QString undeletableDir = locked + QLatin1String("/sub"); + QVERIFY(QDir().mkpath(undeletableDir)); + QVERIFY(QFile::setPermissions(locked, QFileDevice::ReadOwner | QFileDevice::ExeOwner)); + + org::kde::KDirNotify notifyListener(QString(), QString(), QDBusConnection::sessionBus(), this); + QSignalSpy removedSpy(¬ifyListener, &org::kde::KDirNotify::FilesRemoved); + QVERIFY(removedSpy.isValid()); + + const QList urls{QUrl::fromLocalFile(deletable), QUrl::fromLocalFile(undeletableDir)}; + KIO::DeleteJob *job = KIO::del(urls, KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + + QSignalSpy resultSpy(job, &KJob::result); + QVERIFY(resultSpy.wait(100000)); + + // The job fails overall, but the file was really removed from storage while + // the protected directory was left in place. + QVERIFY(job->error() != KJOB_NO_ERROR); + QVERIFY(!QFile::exists(deletable)); + QVERIFY(QDir(undeletableDir).exists()); + + // The removal of the file is announced, so dir listers stop showing it. + QVERIFY(removedSpy.count() > 0 || removedSpy.wait(5000)); + bool deletableReported = false; + for (const auto &emission : std::as_const(removedSpy)) { + const QStringList removed = emission.at(0).toStringList(); + for (const QString &url : removed) { + if (QUrl(url) == QUrl::fromLocalFile(deletable)) { + deletableReported = true; + } + } + } + QVERIFY(deletableReported); + + // Let QTemporaryDir clean up. + QFile::setPermissions(locked, QFileDevice::ReadOwner | QFileDevice::WriteOwner | QFileDevice::ExeOwner); +#endif +} + void DeleteJobTest::createEmptyTestFiles(const QStringList &fileNames, const QString &path) const { QStringListIterator iterator(fileNames); @@ -93,4 +169,79 @@ void DeleteJobTest::createEmptyTestFiles(const QStringList &fileNames, const QSt QCOMPARE(QDir(path).entryList(QDir::Files).count(), fileNames.size()); } +static int countFiles(const QString &dir) +{ + int n = 0; + QDirIterator it(dir, QDir::Files, QDirIterator::Subdirectories); + while (it.hasNext()) { + it.next(); + ++n; + } + return n; +} + +void DeleteJobTest::killedRecursiveDeletionStopsEarly() +{ + // A cancelled recursive deletion must stop promptly instead of emptying the whole tree. + // kio_file's deleteRecursive() now polls wasKilled(). Without that poll the worker deletes + // everything before noticing the kill. rmdir() + the "recurse" metadata sends the deletion + // straight to the worker (KIO::del would enumerate the tree first, so a cancel there would not + // exercise deleteRecursive()). Build a tree large enough that the deletion is still running + // when we cancel it. + QTemporaryDir tempDir; + QVERIFY(tempDir.isValid()); + const QString root = tempDir.path() + QStringLiteral("/tree"); + QVERIFY(QDir().mkpath(root)); + + int created = 0; + for (int d = 0; d < 50; ++d) { + const QString sub = root + QStringLiteral("/sub%1").arg(d); + QVERIFY(QDir().mkpath(sub)); + for (int f = 0; f < 300; ++f) { + QFile file(sub + QStringLiteral("/f%1").arg(f)); + QVERIFY(file.open(QIODevice::WriteOnly)); + ++created; + } + } + + KIO::SimpleJob *job = KIO::rmdir(QUrl::fromLocalFile(root)); + job->setUiDelegate(nullptr); + job->addMetaData(QStringLiteral("recurse"), QStringLiteral("true")); + + // Cancel once the worker has actually started removing files (so the kill lands inside + // deleteRecursive(), not before it begins). + QTimer pollTimer; + bool killed = false; + connect(&pollTimer, &QTimer::timeout, job, [&] { + if (!killed && countFiles(root) < created) { + killed = true; + pollTimer.stop(); + job->kill(KJob::EmitResult); + } + }); + pollTimer.start(2); + + QSignalSpy spy(job, &KJob::result); + // kill(EmitResult) makes the job report almost immediately. A timeout here means the deletion + // never started (so it was never cancelled) or the job did not finish at all. + QVERIFY(spy.wait(10000)); + QVERIFY(killed); // the deletion really started, otherwise the test proves nothing + + // kill(EmitResult) makes the job report at once, but the in-process worker keeps running its + // deleteRecursive() until it returns (it is reaped asynchronously). Wait for the file count to + // settle so we observe the final state: with the fix the worker bailed out and files remain. + // Without it the worker keeps deleting in the background until the whole tree is gone. + int remaining = countFiles(root); + int previous = -1; + QElapsedTimer settle; + settle.start(); + while (remaining != previous && settle.elapsed() < 30000) { + previous = remaining; + QTest::qWait(200); + remaining = countFiles(root); + } + + QVERIFY2(remaining > 0, qPrintable(QStringLiteral("expected files to remain after cancel, %1 of %2 left").arg(remaining).arg(created))); +} + #include "moc_deletejobtest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.h b/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.h index a8bf2d23c6..c60db80cf2 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/deletejobtest.h @@ -17,6 +17,8 @@ private Q_SLOTS: void deleteFileTestCase(); void deleteDirectoryTestCase_data() const; void deleteDirectoryTestCase(); + void deletePartialFailureNotifiesRemovals(); + void killedRecursiveDeletionStopsEarly(); private: void createEmptyTestFiles(const QStringList &fileNames, const QString &path) const; diff --git a/local/recipes/kde/kf6-kio/source/autotests/dropjobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/dropjobtest.cpp index 981789c450..56524ff89b 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/dropjobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/dropjobtest.cpp @@ -89,6 +89,11 @@ private Q_SLOTS: m_trashDir = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1String("/Trash"); QDir(m_trashDir).removeRecursively(); + QDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation)).mkpath("."); + + m_tempDir = QTemporaryDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + QLatin1String("/dropjobtest")); + m_nonWritableTempDir = QTemporaryDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + QLatin1String("/dropjobtest_ro")); + QVERIFY(m_tempDir.isValid()); QVERIFY(m_nonWritableTempDir.isValid()); QVERIFY(QFile(m_nonWritableTempDir.path()).setPermissions(QFile::ReadOwner | QFile::ReadUser | QFile::ExeOwner | QFile::ExeUser)); @@ -199,7 +204,7 @@ private Q_SLOTS: const QUrl destUrl = QUrl::fromLocalFile(dest); m_mimeData.setUrls(QList{QUrl::fromLocalFile(srcFile)}); QDropEvent dropEvent(QPoint(10, 10), dropAction, &m_mimeData, Qt::LeftButton, modifiers); - KIO::DropJob *job = KIO::drop(&dropEvent, destUrl, KIO::HideProgressInfo | KIO::NoPrivilegeExecution); + KIO::DropJob *job = KIO::drop(&dropEvent, destUrl, KIO::HideProgressInfo); JobSpy jobSpy(job); QSignalSpy copyJobSpy(job, &KIO::DropJob::copyJobStarted); QSignalSpy itemCreatedSpy(job, &KIO::DropJob::itemCreated); @@ -368,6 +373,36 @@ private Q_SLOTS: QCOMPARE(job->error(), KIO::ERR_DROP_ON_ITSELF); } +// Test this only on Linux due to using xdg filepath +#ifdef Q_OS_LINUX + void shouldDropFromXdgTrashToTrash() // #497390 + { + // Given a file in the trash + const QString xdgtrash = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/Trash/files/srcfile"); + // We utilize the file from previous test, but create the file if it doesn't exist + if (!QFile::exists(xdgtrash)) { + QVERIFY(QFileInfo(m_srcFile).isWritable()); + KIO::CopyJob *copyJob = KIO::move(QUrl::fromLocalFile(m_srcFile), QUrl(QStringLiteral("trash:/"))); + QSignalSpy copyingDoneSpy(copyJob, &KIO::CopyJob::copyingDone); + QVERIFY(copyJob->exec()); + const QUrl trashUrl = copyingDoneSpy.at(0).at(2).value(); + QVERIFY(trashUrl.isValid()); + QVERIFY(!QFile::exists(m_srcFile)); + } + + // When dropping the trashed file in the trash + m_mimeData.setUrls(QList{QUrl::fromLocalFile(xdgtrash)}); + QDropEvent dropEvent(QPoint(10, 10), Qt::CopyAction, &m_mimeData, Qt::LeftButton, Qt::NoModifier); + KIO::DropJob *job = KIO::drop(&dropEvent, QUrl(QStringLiteral("trash:/")), KIO::HideProgressInfo); + QSignalSpy copyJobSpy(job, &KIO::DropJob::copyJobStarted); + QSignalSpy spy(job, &KIO::DropJob::itemCreated); + + // Then an error should be reported and no files action should occur + QVERIFY(!job->exec()); + QCOMPARE(job->error(), KIO::ERR_DROP_ON_ITSELF); + } +#endif + void shouldDropToDirectoryWithPopup_data() { QTest::addColumn("dest"); // empty for a temp dir @@ -405,7 +440,7 @@ private Q_SLOTS: // When dropping the source file onto the directory QUrl destUrl = QUrl::fromLocalFile(dest); - QDropEvent dropEvent(QPoint(10, 10), Qt::CopyAction /*unused*/, &m_mimeData, Qt::LeftButton, Qt::NoModifier); + QDropEvent dropEvent(QPoint(10, 10), Qt::CopyAction | Qt::MoveAction, &m_mimeData, Qt::LeftButton, Qt::NoModifier); KIO::DropJob *job = KIO::drop(&dropEvent, destUrl, KIO::HideProgressInfo); JobSpy jobSpy(job); qRegisterMetaType(); @@ -417,14 +452,15 @@ private Q_SLOTS: QVERIFY(spyShow.wait()); QTRY_VERIFY(findPopup()); QMenu *popup = findPopup(); + QCOMPARE(int(popupDropActions(popup)), int(offeredActions)); // And when selecting action number QAction *action = popup->actions().at(triggerActionNumber); QVERIFY(action); QCOMPARE(int(action->data().value()), int(expectedDropAction)); - const QRect actionGeom = popup->actionGeometry(action); - QTest::mouseClick(popup, Qt::LeftButton, Qt::NoModifier, actionGeom.center()); + action->trigger(); + popup->hide(); // Then the job should finish, and the chosen action should happen. QVERIFY(jobSpy.waitForResult()); @@ -464,12 +500,22 @@ private Q_SLOTS: const QList actions = popup->actions(); QVERIFY(actions.contains(&appAction1)); QVERIFY(actions.contains(&appAction2)); + QVERIFY(actions.at(actions.indexOf(&appAction1) - 1)->isSeparator()); - QVERIFY(actions.at(actions.indexOf(&appAction2) + 1)->isSeparator()); + + // there is at least one separator after action2 + int sepIndex = actions.indexOf(&appAction2) + 1; + while (sepIndex < actions.length()) { + if (actions.at(sepIndex)->isSeparator()) { + break; + } + ++sepIndex; + } + QVERIFY(sepIndex < actions.length()); // And when selecting action appAction1 - const QRect actionGeom = popup->actionGeometry(&appAction1); - QTest::mouseClick(popup, Qt::LeftButton, Qt::NoModifier, actionGeom.center()); + appAction1.trigger(); + popup->hide(); // Then the menu should hide and the job terminate (without doing any copying) QVERIFY(jobSpy.waitForResult()); @@ -478,6 +524,24 @@ private Q_SLOTS: QVERIFY(!QFile::exists(destFile)); } + void testInvalidUrl() + { + QTemporaryDir tempDestDir; + QVERIFY(tempDestDir.isValid()); + const QUrl destUrl = QUrl::fromLocalFile(tempDestDir.path()); + + QMimeData mimeData; + mimeData.setUrls({QUrl("not a url")}); + + QDropEvent dropEvent(QPoint(10, 10), Qt::CopyAction /*unused*/, &mimeData, Qt::LeftButton, Qt::NoModifier); + KIO::DropJob *job = KIO::drop(&dropEvent, destUrl, KIO::HideProgressInfo); + + JobSpy jobSpy(job); + + QVERIFY(jobSpy.waitForResult()); + QCOMPARE(jobSpy.error(), KIO::ERR_NO_CONTENT); + } + private: static QMenu *findPopup() { diff --git a/local/recipes/kde/kf6-kio/source/autotests/favicontest.cpp b/local/recipes/kde/kf6-kio/source/autotests/favicontest.cpp index 910672cb59..91595c2add 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/favicontest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/favicontest.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -224,6 +225,14 @@ void FavIconTest::tooBigFaviconShouldAbort() job->setIconUrl(QUrl("http://download.kde.org/Attic/4.13.2/src/kcalc-4.13.2.tar.xz")); QVERIFY(willDownload(job)); QVERIFY(!job->exec()); + +#if defined(Q_OS_WINDOWS) + if (job->error() == int(KIO::ERR_CANNOT_CONNECT)) { + // some hosts may not be reachable by the VM + QVERIFY(job->errorString().startsWith(QStringLiteral("Could not connect to host"))); + return; + } +#endif QCOMPARE(job->error(), int(KIO::ERR_WORKER_DEFINED)); QCOMPARE(job->errorString(), QStringLiteral("Icon file too big, download aborted")); } @@ -271,6 +280,10 @@ static QString getAltIconUrl() void FavIconTest::concurrentRequestsShouldWork() { +#ifdef Q_OS_WIN + QSKIP("Skipping test on Windows, QSaveFile fails to handle concurrent accesses"); +#endif + const int numThreads = 3; QThreadPool tp; tp.setMaxThreadCount(numThreads); diff --git a/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.cpp new file mode 100644 index 0000000000..b369895ad6 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.cpp @@ -0,0 +1,76 @@ +/* + This file is part of the KDE libraries + SPDX-FileCopyrightText: 2026 Meven Car + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#include "filepreviewjobtest.h" + +#include "../src/gui/filepreviewjob.h" + +#include + +#include +#include +#include +#include +#include +#include + +QTEST_GUILESS_MAIN(FilePreviewJobTest) + +using namespace KIO; + +void FilePreviewJobTest::initTestCase() +{ + QStandardPaths::setTestModeEnabled(true); +} + +void FilePreviewJobTest::testTimeoutTimerStoppedOnFinish() +{ + // Regression test: FilePreviewJob's timeout timer used to keep running after + // the job had finished. If the job's deferred deletion was stalled behind a + // nested event loop (e.g. an open context menu via QMenu::exec), the timer + // would later fire on the already-finished job and crash in KJob::kill(). + + QTemporaryDir thumbRoot; + QVERIFY(thumbRoot.isValid()); + + QTemporaryFile file; + QVERIFY(file.open()); + file.write("test"); + file.close(); + + const KFileItem item(QUrl::fromLocalFile(file.fileName())); + + PreviewOptions options; + options.size = QSize(128, 128); + + PreviewSetupData setupData; + setupData.thumbRoot = thumbRoot.path(); + // Leave pluginByMimeTable empty on purpose: with no thumbnailer plugin the + // job finishes quickly, which is all we need to exercise the start()->finish + // lifecycle of the timeout timer (no thumbnail worker required). + + auto *job = new FilePreviewJob(item, FilePreviewJob::UnknownDeviceId, options, setupData); + job->setAutoDelete(false); + + QSignalSpy resultSpy(job, &KJob::result); + job->start(); + + QVERIFY(resultSpy.wait()); + QCOMPARE(resultSpy.count(), 1); + + // The job finished well within the 5s timeout interval, so the only reason + // the single-shot timer can be inactive is that finishing stopped it. + QVERIFY(job->m_timeoutTimer); + QVERIFY(!job->m_timeoutTimer->isActive()); + + // It must also not fire afterwards: spinning the event loop must not produce + // a second result (the old code re-entered emitResult() via slotTimeout()). + QTest::qWait(50); + QCOMPARE(resultSpy.count(), 1); + + delete job; +} diff --git a/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.h b/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.h new file mode 100644 index 0000000000..c77a331697 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/filepreviewjobtest.h @@ -0,0 +1,22 @@ +/* + This file is part of the KDE libraries + SPDX-FileCopyrightText: 2026 Meven Car + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#ifndef FILEPREVIEWJOBTEST_H +#define FILEPREVIEWJOBTEST_H + +#include + +class FilePreviewJobTest : public QObject +{ + Q_OBJECT + +private Q_SLOTS: + void initTestCase(); + void testTimeoutTimerStoppedOnFinish(); +}; + +#endif diff --git a/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.cpp b/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.cpp index a2f5b98414..0911e7e2ec 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.cpp @@ -38,7 +38,6 @@ #include #include -#include #ifdef Q_OS_WIN #include #else @@ -117,7 +116,7 @@ static void createTestSymlink(const QString &path) if (!ok) { qFatal("couldn't create symlink: %s", strerror(errno)); } - QVERIFY(QT_LSTAT(QFile::encodeName(path).constData(), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(path).constData(), &buf), 0); QVERIFY(Utils::isLinkMask(buf.st_mode)); } else { QVERIFY(Utils::isLinkMask(buf.st_mode)); @@ -263,6 +262,14 @@ void FileUndoManagerTest::doUndo() eventLoop.exec(QEventLoop::ExcludeUserInputEvents); // wait for undo job to finish } +void FileUndoManagerTest::doRedo() +{ + QEventLoop eventLoop; + connect(FileUndoManager::self(), &FileUndoManager::undoJobFinished, &eventLoop, &QEventLoop::quit); + FileUndoManager::self()->redo(); + eventLoop.exec(QEventLoop::ExcludeUserInputEvents); // wait for undo job to finish +} + void FileUndoManagerTest::testCopyFiles() { // Initially inspired from JobTest::copyFileToSamePartition() @@ -275,8 +282,12 @@ void FileUndoManagerTest::testCopyFiles() QSignalSpy spyUndoAvailable(FileUndoManager::self(), &FileUndoManager::undoAvailable); QVERIFY(spyUndoAvailable.isValid()); - QSignalSpy spyTextChanged(FileUndoManager::self(), &FileUndoManager::undoTextChanged); - QVERIFY(spyTextChanged.isValid()); + QSignalSpy spyUndoTextChanged(FileUndoManager::self(), &FileUndoManager::undoTextChanged); + QVERIFY(spyUndoTextChanged.isValid()); + QSignalSpy spyRedoAvailable(FileUndoManager::self(), &FileUndoManager::redoAvailable); + QVERIFY(spyRedoAvailable.isValid()); + QSignalSpy spyRedoTextChanged(FileUndoManager::self(), &FileUndoManager::redoTextChanged); + QVERIFY(spyRedoTextChanged.isValid()); QVERIFY2(job->exec(), qPrintable(job->errorString())); @@ -289,25 +300,57 @@ void FileUndoManagerTest::testCopyFiles() // might have to wait for dbus signal here... but this is currently disabled. // QTest::qWait( 20 ); QVERIFY(FileUndoManager::self()->isUndoAvailable()); + QVERIFY(!FileUndoManager::self()->isRedoAvailable()); QCOMPARE(spyUndoAvailable.count(), 1); - QCOMPARE(spyTextChanged.count(), 1); + QCOMPARE(spyRedoAvailable.count(), 0); + QCOMPARE(spyUndoTextChanged.count(), 1); + QCOMPARE(spyRedoTextChanged.count(), 0); m_uiInterface->clear(); - m_uiInterface->setNextReplyToConfirmDeletion(false); // act like the user didn't confirm - FileUndoManager::self()->undo(); - auto *lastMock = m_uiInterface->askUserMockInterface(); - QCOMPARE(lastMock->m_askUserDeleteCalled, 1); - QVERIFY(QFile::exists(destFile())); // nothing happened yet - - // OK, now do it m_uiInterface->clear(); m_uiInterface->setNextReplyToConfirmDeletion(true); doUndo(); QVERIFY(!FileUndoManager::self()->isUndoAvailable()); - QVERIFY(spyUndoAvailable.count() >= 2); // it's in fact 3, due to lock/unlock emitting it as well - QCOMPARE(spyTextChanged.count(), 2); - QCOMPARE(m_uiInterface->askUserMockInterface()->m_askUserDeleteCalled, 1); + QVERIFY(FileUndoManager::self()->isRedoAvailable()); + QCOMPARE(spyUndoAvailable.count(), 2); + QCOMPARE(spyRedoAvailable.count(), 1); + QCOMPARE(spyUndoTextChanged.count(), 2); + QCOMPARE(spyRedoTextChanged.count(), 1); + + // Check that undo worked + QVERIFY(!QFile::exists(destFile())); +#ifndef Q_OS_WIN + QVERIFY(!QFile::exists(destLink())); + QVERIFY(!QFileInfo(destLink()).isSymLink()); +#endif + + m_uiInterface->clear(); + m_uiInterface->setNextReplyToConfirmDeletion(true); + doRedo(); + + QVERIFY(FileUndoManager::self()->isUndoAvailable()); + QVERIFY(!FileUndoManager::self()->isRedoAvailable()); + QCOMPARE(spyUndoAvailable.count(), 3); + QCOMPARE(spyRedoAvailable.count(), 2); + QCOMPARE(spyUndoTextChanged.count(), 3); + QCOMPARE(spyRedoTextChanged.count(), 2); + + QVERIFY(QFile::exists(destFile())); +#ifndef Q_OS_WIN + QVERIFY(QFileInfo(destLink()).isSymLink()); +#endif + + m_uiInterface->clear(); + m_uiInterface->setNextReplyToConfirmDeletion(true); + doUndo(); + + QVERIFY(!FileUndoManager::self()->isUndoAvailable()); + QVERIFY(FileUndoManager::self()->isRedoAvailable()); + QCOMPARE(spyUndoAvailable.count(), 4); + QCOMPARE(spyRedoAvailable.count(), 3); + QCOMPARE(spyUndoTextChanged.count(), 4); + QCOMPARE(spyRedoTextChanged.count(), 3); // Check that undo worked QVERIFY(!QFile::exists(destFile())); @@ -344,6 +387,25 @@ void FileUndoManagerTest::testMoveFiles() QVERIFY(QFileInfo(srcLink()).isSymLink()); QVERIFY(!QFileInfo(destLink()).isSymLink()); #endif + + doRedo(); + + QVERIFY(!QFile::exists(srcFile())); // the source moved + QVERIFY(QFile::exists(destFile())); +#ifndef Q_OS_WIN + QVERIFY(!QFileInfo(srcLink()).isSymLink()); + // Don't use QFile::exists, it's a broken symlink... + QVERIFY(QFileInfo(destLink()).isSymLink()); +#endif + + doUndo(); + + QVERIFY(QFile::exists(srcFile())); // the source is back + QVERIFY(!QFile::exists(destFile())); +#ifndef Q_OS_WIN + QVERIFY(QFileInfo(srcLink()).isSymLink()); + QVERIFY(!QFileInfo(destLink()).isSymLink()); +#endif } void FileUndoManagerTest::testCopyDirectory() @@ -365,6 +427,16 @@ void FileUndoManagerTest::testCopyDirectory() checkTestDirectory(srcSubDir()); QVERIFY(!QFile::exists(destSubDir())); + + doRedo(); + + checkTestDirectory(srcSubDir()); // src untouched + checkTestDirectory(destSubDir()); + + doUndo(); + + checkTestDirectory(srcSubDir()); + QVERIFY(!QFile::exists(destSubDir())); } void FileUndoManagerTest::testCopyEmptyDirectory() @@ -385,6 +457,16 @@ void FileUndoManagerTest::testCopyEmptyDirectory() QVERIFY(QFileInfo(src).isDir()); // untouched QVERIFY(!QFile::exists(destEmptyDir)); + + doRedo(); + + QVERIFY(QFileInfo(src).isDir()); // untouched + QVERIFY(QFileInfo(destEmptyDir).isDir()); + + doUndo(); + + QVERIFY(QFileInfo(src).isDir()); // untouched + QVERIFY(!QFile::exists(destEmptyDir)); } void FileUndoManagerTest::testMoveDirectory() @@ -406,6 +488,16 @@ void FileUndoManagerTest::testMoveDirectory() checkTestDirectory(srcSubDir()); QVERIFY(!QFile::exists(destSubDir())); + + doRedo(); + + QVERIFY(!QFile::exists(srcSubDir())); + checkTestDirectory(destSubDir()); + + doUndo(); + + checkTestDirectory(srcSubDir()); + QVERIFY(!QFile::exists(destSubDir())); } void FileUndoManagerTest::testRenameFile() @@ -416,6 +508,8 @@ void FileUndoManagerTest::testRenameFile() lst.append(oldUrl); QSignalSpy spyUndoAvailable(FileUndoManager::self(), &FileUndoManager::undoAvailable); QVERIFY(spyUndoAvailable.isValid()); + QSignalSpy spyRedoAvailable(FileUndoManager::self(), &FileUndoManager::redoAvailable); + QVERIFY(spyRedoAvailable.isValid()); KIO::Job *job = KIO::moveAs(oldUrl, newUrl, KIO::HideProgressInfo); job->setUiDelegate(nullptr); FileUndoManager::self()->recordJob(FileUndoManager::Rename, lst, newUrl, job); @@ -425,11 +519,28 @@ void FileUndoManagerTest::testRenameFile() QVERIFY(!QFile::exists(srcFile())); QVERIFY(QFileInfo(newUrl.toLocalFile()).isFile()); QCOMPARE(spyUndoAvailable.count(), 1); + QCOMPARE(spyRedoAvailable.count(), 1); doUndo(); QVERIFY(QFile::exists(srcFile())); QVERIFY(!QFileInfo(newUrl.toLocalFile()).isFile()); + QCOMPARE(spyUndoAvailable.count(), 2); + QCOMPARE(spyRedoAvailable.count(), 2); + + doRedo(); + + QVERIFY(!QFile::exists(srcFile())); + QVERIFY(QFileInfo(newUrl.toLocalFile()).isFile()); + QCOMPARE(spyUndoAvailable.count(), 3); + QCOMPARE(spyRedoAvailable.count(), 3); + + doUndo(); + + QVERIFY(QFile::exists(srcFile())); + QVERIFY(!QFileInfo(newUrl.toLocalFile()).isFile()); + QCOMPARE(spyUndoAvailable.count(), 4); + QCOMPARE(spyRedoAvailable.count(), 4); } void FileUndoManagerTest::testRenameDir() @@ -451,6 +562,16 @@ void FileUndoManagerTest::testRenameDir() QVERIFY(QFile::exists(srcSubDir())); QVERIFY(!QFileInfo(newUrl.toLocalFile()).isDir()); + + doRedo(); + + QVERIFY(!QFile::exists(srcSubDir())); + QVERIFY(QFileInfo(newUrl.toLocalFile()).isDir()); + + doUndo(); + + QVERIFY(QFile::exists(srcSubDir())); + QVERIFY(!QFileInfo(newUrl.toLocalFile()).isDir()); } void FileUndoManagerTest::testCreateSymlink() @@ -478,6 +599,15 @@ void FileUndoManagerTest::testCreateSymlink() doUndo(); QVERIFY(!QFile::exists(path)); + + doRedo(); + + QVERIFY(QFile::exists(path)); + QVERIFY(QFileInfo(path).isSymLink()); + + doUndo(); + + QVERIFY(!QFile::exists(path)); } void FileUndoManagerTest::testCreateDir() @@ -494,12 +624,18 @@ void FileUndoManagerTest::testCreateDir() QVERIFY(QFileInfo(path).isDir()); m_uiInterface->clear(); - m_uiInterface->setNextReplyToConfirmDeletion(false); // act like the user didn't confirm - FileUndoManager::self()->undo(); - QCOMPARE(m_uiInterface->askUserMockInterface()->m_askUserDeleteCalled, 1); - QVERIFY(QFile::exists(path)); // nothing happened yet + m_uiInterface->setNextReplyToConfirmDeletion(true); + doUndo(); + + QVERIFY(!QFile::exists(path)); + + m_uiInterface->clear(); + m_uiInterface->setNextReplyToConfirmDeletion(true); + doRedo(); + + QVERIFY(QFile::exists(path)); + QVERIFY(QFileInfo(path).isDir()); - // OK, now do it m_uiInterface->clear(); m_uiInterface->setNextReplyToConfirmDeletion(true); doUndo(); @@ -525,8 +661,23 @@ void FileUndoManagerTest::testMkpath() doUndo(); QVERIFY(!FileUndoManager::self()->isUndoAvailable()); - QCOMPARE(m_uiInterface->askUserMockInterface()->m_askUserDeleteCalled, 1); + QVERIFY(FileUndoManager::self()->isRedoAvailable()); + QVERIFY(!QFile::exists(path)); + m_uiInterface->clear(); + m_uiInterface->setNextReplyToConfirmDeletion(true); + doRedo(); + + QVERIFY(FileUndoManager::self()->isUndoAvailable()); + QVERIFY(!FileUndoManager::self()->isRedoAvailable()); + QVERIFY(QFileInfo(path).isDir()); + + m_uiInterface->clear(); + m_uiInterface->setNextReplyToConfirmDeletion(true); + doUndo(); + + QVERIFY(!FileUndoManager::self()->isUndoAvailable()); + QVERIFY(FileUndoManager::self()->isRedoAvailable()); QVERIFY(!QFile::exists(path)); } @@ -565,7 +716,29 @@ void FileUndoManagerTest::testTrashFiles() QVERIFY(QFileInfo(srcLink()).isSymLink()); #endif QVERIFY(QFile::exists(srcSubDir())); + // We can't check that the trash is empty; other partitions might have their own trash + doRedo(); + + // Check that things got removed + QVERIFY(!QFile::exists(srcFile())); +#ifndef Q_OS_WIN + QVERIFY(!QFileInfo(srcLink()).isSymLink()); +#endif + QVERIFY(!QFile::exists(srcSubDir())); + + // check trash? + // Let's just check that it's not empty. kio_trash has its own unit tests anyway. + QVERIFY(cfg.hasGroup(QStringLiteral("Status"))); + QCOMPARE(cfg.group(QStringLiteral("Status")).readEntry("Empty", true), false); + + doUndo(); + + QVERIFY(QFile::exists(srcFile())); +#ifndef Q_OS_WIN + QVERIFY(QFileInfo(srcLink()).isSymLink()); +#endif + QVERIFY(QFile::exists(srcSubDir())); // We can't check that the trash is empty; other partitions might have their own trash } @@ -645,6 +818,16 @@ void FileUndoManagerTest::testModifyFileBeforeUndo() checkTestDirectory(srcSubDir()); QVERIFY(!QFile::exists(destSubDir())); + + doRedo(); + + checkTestDirectory(srcSubDir()); // src untouched + checkTestDirectory(destSubDir()); + + doUndo(); + + checkTestDirectory(srcSubDir()); + QVERIFY(!QFile::exists(destSubDir())); } void FileUndoManagerTest::testPasteClipboardUndo() @@ -676,6 +859,16 @@ void FileUndoManagerTest::testPasteClipboardUndo() doUndo(); clipboardUrls = KUrlMimeData::urlsFromMimeData(clipboard->mimeData()); QCOMPARE(clipboardUrls, urls); + + // Check if the clipboard was updated after redo operation + doRedo(); + clipboardUrls = KUrlMimeData::urlsFromMimeData(clipboard->mimeData()); + QCOMPARE(clipboardUrls, urls2); + + // Check if the clipboard was updated after undo operation + doUndo(); + clipboardUrls = KUrlMimeData::urlsFromMimeData(clipboard->mimeData()); + QCOMPARE(clipboardUrls, urls); } void FileUndoManagerTest::testBatchRename() @@ -711,6 +904,24 @@ void FileUndoManagerTest::testBatchRename() QVERIFY(QFile::exists(srcList.at(0).path())); QVERIFY(QFile::exists(srcList.at(1).path())); QVERIFY(QFile::exists(srcList.at(2).path())); + + doRedo(); + + QVERIFY(QFile::exists(createUrl("newfile001.txt").path())); + QVERIFY(QFile::exists(createUrl("newfile002.mkv").path())); + QVERIFY(QFile::exists(createUrl("newfile003.cpp").path())); + QVERIFY(!QFile::exists(srcList.at(0).path())); + QVERIFY(!QFile::exists(srcList.at(1).path())); + QVERIFY(!QFile::exists(srcList.at(2).path())); + + doUndo(); + + QVERIFY(!QFile::exists(createUrl("newfile###.txt").path())); + QVERIFY(!QFile::exists(createUrl("newfile###.mkv").path())); + QVERIFY(!QFile::exists(createUrl("newfile###.cpp").path())); + QVERIFY(QFile::exists(srcList.at(0).path())); + QVERIFY(QFile::exists(srcList.at(1).path())); + QVERIFY(QFile::exists(srcList.at(2).path())); } void FileUndoManagerTest::testUndoCopyOfDeletedFile() @@ -740,7 +951,7 @@ void FileUndoManagerTest::testUndoCopyOfDeletedFile() QSignalSpy spyUndoAvailable(FileUndoManager::self(), &FileUndoManager::undoAvailable); QVERIFY(spyUndoAvailable.isValid()); doUndo(); - QVERIFY(spyUndoAvailable.count() >= 2); // it's in fact 3, due to lock/unlock emitting it as well + QCOMPARE(spyUndoAvailable.count(), 1); QVERIFY(!spyUndoAvailable.at(0).at(0).toBool()); QVERIFY(!FileUndoManager::self()->isUndoAvailable()); } diff --git a/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.h b/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.h index 46f47e1399..208cb4de03 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/fileundomanagertest.h @@ -44,6 +44,7 @@ private Q_SLOTS: private: void doUndo(); + void doRedo(); TestUiInterface *m_uiInterface; }; diff --git a/local/recipes/kde/kf6-kio/source/autotests/http/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/autotests/http/CMakeLists.txt index 10e0b8de84..1ac927446f 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/http/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/autotests/http/CMakeLists.txt @@ -48,3 +48,7 @@ target_link_libraries(customheadertest PRIVATE Qt::Network Qt::Test KF6::KIOCore add_executable(responsecodetest responsecodetest.cpp) target_link_libraries(responsecodetest PRIVATE Qt::Network Qt::Test KF6::KIOCore) + +add_executable(contentlengthtest contentlengthtest.cpp) +target_link_libraries(contentlengthtest PRIVATE Qt::Network Qt::Test KF6::KIOCore) + diff --git a/local/recipes/kde/kf6-kio/source/autotests/http/authtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/http/authtest.cpp index 3eb8cce017..4b36af162c 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/http/authtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/http/authtest.cpp @@ -5,6 +5,7 @@ SPDX-License-Identifier: LGPL-2.0-or-later */ +#include #include #include @@ -16,6 +17,8 @@ class AuthTest : public QObject private Q_SLOTS: void testGet(); void testGet_data(); + void testMimeType(); + void testMimeType_data(); }; void AuthTest::testGet_data() @@ -24,8 +27,8 @@ void AuthTest::testGet_data() QTest::addColumn("expectedMimeType"); QTest::addColumn("expectedData"); - QTest::addRow("html") << "http://localhost:5000/auth/test" - << "text/html" << QByteArray("Hello"); + // Error page will also be text/html, use something else. + QTest::addRow("markdown") << "http://localhost:5000/auth/test" << "text/markdown" << QByteArray("# Hello"); } void AuthTest::testGet() @@ -50,6 +53,26 @@ void AuthTest::testGet() QCOMPARE(job->error(), KJob::NoError); } +void AuthTest::testMimeType_data() +{ + QTest::addColumn("url"); + QTest::addColumn("expectedMimeType"); + + QTest::addRow("markdown") << "http://localhost:5000/auth/test" << "text/markdown"; +} + +void AuthTest::testMimeType() +{ + QFETCH(QString, url); + QFETCH(QString, expectedMimeType); + + // KIO::MimeTypeFinderJob does a GET request, + // only KIO::mimetype does a HEAD which could break with auth. + auto *job = KIO::mimetype(QUrl(url), KIO::HideProgressInfo); + QVERIFY2(job->exec(), qPrintable(job->errorString())); + QCOMPARE(job->mimetype(), expectedMimeType); +} + QTEST_GUILESS_MAIN(AuthTest) #include "authtest.moc" diff --git a/local/recipes/kde/kf6-kio/source/autotests/http/contentlengthtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/http/contentlengthtest.cpp new file mode 100644 index 0000000000..f7c75badc6 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/http/contentlengthtest.cpp @@ -0,0 +1,57 @@ +/* + + SPDX-FileCopyrightText: 2025 Robby Stephenson + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#include + +#include +#include + +class ContentLengthTest : public QObject +{ + Q_OBJECT +private Q_SLOTS: + void testRequest(); + void testRequest_data(); +}; + +void ContentLengthTest::testRequest_data() +{ + QTest::addColumn("requestType"); + QTest::addColumn("url"); + QTest::addColumn("expectedCode"); + + QTest::addRow("get") << "GET" << "http://localhost:5000/content-length" << "200"; + QTest::addRow("post") << "POST" << "http://localhost:5000/content-length" << "200"; +} + +void ContentLengthTest::testRequest() +{ + QFETCH(QString, requestType); + QFETCH(QString, url); + QFETCH(QString, expectedCode); + + KIO::TransferJob *job = nullptr; + if (requestType == "GET") { + job = KIO::get(QUrl(url)); + } else if (requestType == "POST") { + job = KIO::http_post(QUrl(url), QByteArray()); + } + QVERIFY(job); + + QSignalSpy spy(job, &KJob::finished); + spy.wait(); + QVERIFY(spy.size()); + + const QString actualCode = job->queryMetaData("responsecode"); + QCOMPARE(actualCode, expectedCode); + + QCOMPARE(job->error(), KJob::NoError); +} + +QTEST_GUILESS_MAIN(ContentLengthTest) + +#include "contentlengthtest.moc" diff --git a/local/recipes/kde/kf6-kio/source/autotests/http/httpserver.py b/local/recipes/kde/kf6-kio/source/autotests/http/httpserver.py index e34021b005..aedef5ccc2 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/http/httpserver.py +++ b/local/recipes/kde/kf6-kio/source/autotests/http/httpserver.py @@ -203,7 +203,9 @@ def verify_password(username, password): @app.route('/auth/test') @auth.login_required def index(): - return "Hello" + # Authentication required error page will also be text/html, use another mimetype. + resp = Response("# Hello", mimetype='text/markdown') + return resp @app.route("/useragent/enforce") def useragent_enforce(): @@ -284,3 +286,18 @@ def headers_pizza(): return "🤌" else: return Response("", status=400) + +@app.route("/content-length", methods = ['GET']) +def contentlength_get(): + if 'Content-Length' in request.headers: + return Response("Unexpected Content-Length in GET request", status=400) + else: + return "No Content-Length header in GET request." + +@app.route("/content-length", methods = ['POST']) +def contentlength_post(): + if 'Content-Length' in request.headers: + content_length = request.content_length + return f"Content-Length: {content_length} bytes in POST request" + else: + return Response("Content-Length header not found in POST request.", status=400) diff --git a/local/recipes/kde/kf6-kio/source/autotests/jobremotetest.cpp b/local/recipes/kde/kf6-kio/source/autotests/jobremotetest.cpp index 38b4607a38..289777132b 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/jobremotetest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/jobremotetest.cpp @@ -125,7 +125,7 @@ void JobRemoteTest::putAndGet() m_result = -1; m_dataReqCount = 0; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error m_result = -1; @@ -190,7 +190,7 @@ void JobRemoteTest::openFileWriting() enterLoop(); QEXPECT_FAIL("", "Needs fixing in kio_file", Abort); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error KIO::StoredTransferJob *getJob = KIO::storedGet(u, KIO::NoReload, KIO::HideProgressInfo); getJob->setUiDelegate(nullptr); @@ -271,7 +271,7 @@ void JobRemoteTest::openFileReading() connect(putJob, &KJob::result, this, &JobRemoteTest::slotResult); m_result = -1; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error m_rwCount = 4; m_data = QByteArray(); @@ -292,7 +292,7 @@ void JobRemoteTest::openFileReading() m_closeSignalCalled = false; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error QVERIFY(m_closeSignalCalled); // close signal called. qDebug() << "resulting m_data: " << QString(m_data); QCOMPARE(m_data, QByteArray("test5test4test3test2test1")); @@ -366,7 +366,7 @@ void JobRemoteTest::openFileRead0Bytes() connect(putJob, &KJob::result, this, &JobRemoteTest::slotResult); m_result = -1; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error m_data = QByteArray(); @@ -388,7 +388,7 @@ void JobRemoteTest::openFileRead0Bytes() enterLoop(); // Previously reading 0 bytes would cause both data() and error() being emitted... - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error QVERIFY(m_closeSignalCalled); // close signal called. } @@ -428,7 +428,7 @@ void JobRemoteTest::openFileTruncating() connect(putJob, &KJob::result, this, &JobRemoteTest::slotResult); m_result = -1; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error m_truncatedFile.setFileName(u.toLocalFile()); QVERIFY(m_truncatedFile.exists()); @@ -447,7 +447,7 @@ void JobRemoteTest::openFileTruncating() m_closeSignalCalled = false; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error QVERIFY(m_closeSignalCalled); // close signal called. } diff --git a/local/recipes/kde/kf6-kio/source/autotests/jobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/jobtest.cpp index 183c89702b..d941c8be1e 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/jobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/jobtest.cpp @@ -6,10 +6,20 @@ */ #include "jobtest.h" +#include "../src/core/config-stat-unix.h" #include "mockcoredelegateextensions.h" +#include // HAVE_POSIX_ACL +#if HAVE_POSIX_ACL +#include +#include +#endif + #include "kio/job.h" #include "kiotesthelper.h" // createTestFile etc. +#include "worker_p.h" +#include "workerbase.h" +#include "workerfactory.h" #include #include #include @@ -17,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -26,6 +37,7 @@ #include #include +#include #include #include #include @@ -34,6 +46,7 @@ #include #include #include +#include #include #include #include @@ -45,6 +58,8 @@ #include // for readlink #endif +using namespace Qt::StringLiterals; + QTEST_MAIN(JobTest) // The code comes partly from kdebase/kioslave/trash/testtrash.cpp @@ -89,7 +104,7 @@ void JobTest::initTestCase() } } - /***** + /*!*** * Set platform xattr related commands. * Linux commands: setfattr, getfattr * BSD commands: setextattr, getextattr @@ -197,7 +212,7 @@ void JobTest::put() m_result = -1; m_dataReqCount = 0; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error QFileInfo fileInfo(filePath); QVERIFY(fileInfo.exists()); @@ -222,7 +237,7 @@ void JobTest::putPermissionKept() m_result = -1; m_dataReqCount = 0; enterLoop(); - QVERIFY(m_result == 0); // no error + QCOMPARE(m_result, 0); // no error QFileInfo fileInfo(filePath); QVERIFY(fileInfo.exists()); @@ -514,7 +529,7 @@ static QHash getSampleXattrs() bool JobTest::checkXattrFsSupport(const QString &dir) { - const QString writeTest = dir + "/fsXattrTestFile"; + const QString writeTest = dir + "fsXattrTestFile"; createTestFile(writeTest); bool ret = setXattr(writeTest); QFile::remove(writeTest); @@ -676,6 +691,7 @@ void JobTest::copyLocalFile(const QString &src, const QString &dest) job->setUiDelegate(nullptr); job->setUiDelegateExtension(nullptr); QVERIFY(!job->exec()); + QCOMPARE(job->error(), (int)KIO::Error::ERR_FILE_ALREADY_EXIST); // Clean up QFile::remove(src); @@ -743,6 +759,7 @@ void JobTest::copyLocalDirectory(const QString &src, const QString &_dest, int f job->setUiDelegate(nullptr); job->setUiDelegateExtension(nullptr); QVERIFY(!job->exec()); + QCOMPARE(job->error(), (int)KIO::ERR_DIR_ALREADY_EXIST); } #ifndef Q_OS_WIN @@ -760,7 +777,7 @@ static QString linkTarget(const QString &path) static void copyLocalSymlink(const QString &src, const QString &dest, const QString &expectedLinkTarget) { QT_STATBUF buf; - QVERIFY(QT_LSTAT(QFile::encodeName(src).constData(), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(src).constData(), &buf), 0); QUrl u = QUrl::fromLocalFile(src); QUrl d = QUrl::fromLocalFile(dest); @@ -769,7 +786,7 @@ static void copyLocalSymlink(const QString &src, const QString &dest, const QStr job->setUiDelegate(nullptr); job->setUiDelegateExtension(nullptr); QVERIFY2(job->exec(), qPrintable(QString::number(job->error()))); - QVERIFY(QT_LSTAT(QFile::encodeName(dest).constData(), &buf) == 0); // dest exists + QCOMPARE(QT_LSTAT(QFile::encodeName(dest).constData(), &buf), 0); // dest exists QCOMPARE(linkTarget(dest), expectedLinkTarget); // cleanup @@ -789,6 +806,73 @@ void JobTest::copyFileToSamePartition() copyLocalFile(filePath, dest); } +void JobTest::copyFilePreservesAcl() +{ +#if !HAVE_POSIX_ACL + QSKIP("POSIX ACL support not compiled in"); +#elif defined(Q_OS_FREEBSD) + QSKIP("The test is not adapted for FreeBSD yet"); +#else + const QString homeDir = homeTmpDir(); + const QString src = homeDir + "fileWithAcl"; + const QString dest = homeDir + "fileWithAcl_copied"; + createTestFile(src); + // Remove both files however we leave this function: createTestFile() and the copy jobs run + // before QVERIFY/QCOMPARE checks that return early on failure, and listRecursive() lists + // homeTmpDir() against a fixed reference. These files exist only when the filesystem supports + // ACLs, so they cannot be part of that reference and must not be left behind. + auto cleanup = qScopeGuard([&] { + QFile::remove(src); + QFile::remove(dest); + }); + const QByteArray srcEnc = QFile::encodeName(src); + const QByteArray destEnc = QFile::encodeName(dest); + + // A named-user entry makes this an *extended* ACL (stored as the system.posix_acl_access + // xattr); a full-rights mask avoids acl_to_text "#effective" annotations so a plain string + // comparison suffices. + acl_t want = acl_from_text("u::rw-,u:0:rwx,g::r--,m::rwx,o::r--"); + QVERIFY(want); + if (acl_valid(want) != 0 || acl_set_file(srcEnc.constData(), ACL_TYPE_ACCESS, want) != 0) { + acl_free(want); + QSKIP("Filesystem under the test home does not support POSIX ACLs"); + } + acl_free(want); + + auto aclText = [](const QByteArray &path) { + acl_t acl = acl_get_file(path.constData(), ACL_TYPE_ACCESS); + char *text = acl ? acl_to_text(acl, nullptr) : nullptr; + const QByteArray result = text ? QByteArray(text) : QByteArray(); + if (text) { + acl_free(text); + } + if (acl) { + acl_free(acl); + } + return result; + }; + const QByteArray srcAcl = aclText(srcEnc); + QVERIFY(!srcAcl.isEmpty()); + + const QUrl u = QUrl::fromLocalFile(src); + const QUrl d = QUrl::fromLocalFile(dest); + + // file_copy preserving the source mode (-1) goes through copy()'s ACL-preservation path. + auto *fileCopy = KIO::file_copy(u, d, -1, KIO::HideProgressInfo); + fileCopy->setUiDelegate(nullptr); + QVERIFY2(fileCopy->exec(), qPrintable(fileCopy->errorString())); + QCOMPARE(aclText(destEnc), srcAcl); + QFile::remove(dest); + + // And the high-level CopyJob path (what users actually trigger). + auto *copyJob = KIO::copy(u, d, KIO::HideProgressInfo); + copyJob->setUiDelegate(nullptr); + copyJob->setUiDelegateExtension(nullptr); + QVERIFY2(copyJob->exec(), qPrintable(copyJob->errorString())); + QCOMPARE(aclText(destEnc), srcAcl); +#endif +} + void JobTest::copyDirectoryToSamePartition() { // qDebug(); @@ -810,6 +894,32 @@ void JobTest::copyDirectoryToExistingDirectory() copyLocalDirectory(src, dest, AlreadyExists); } +void JobTest::copyDirectoryWithOverwriteCreatesNewSubdirs() +{ + // Regression test: with the Overwrite flag, CopyJob tags every directory mkdir with + // overwrite=true; the file worker must still create directories that don't exist yet. + const QString src = homeTmpDir() + "dirOverwriteSrc"; + const QString dest = homeTmpDir() + "dirOverwriteDest"; + createTestDirectory(src); + QVERIFY(QDir().mkpath(src + "/subdir")); + createTestFile(src + "/subdir/subfile"); + + KIO::Job *job = KIO::copyAs(QUrl::fromLocalFile(src), QUrl::fromLocalFile(dest), KIO::HideProgressInfo | KIO::Overwrite); + job->setUiDelegate(nullptr); + job->setUiDelegateExtension(nullptr); + QVERIFY2(job->exec(), qPrintable(job->errorString())); + + QVERIFY(QFileInfo(dest).isDir()); + QVERIFY(QFileInfo(dest + "/testfile").isFile()); + QVERIFY(QFileInfo(dest + "/subdir").isDir()); + QVERIFY(QFileInfo(dest + "/subdir/subfile").isFile()); + + // Leave the shared home dir as we found it, so the later listRecursive()/directorySize() tests + // still see exactly the files they expect. + QVERIFY(QDir(src).removeRecursively()); + QVERIFY(QDir(dest).removeRecursively()); +} + void JobTest::copyDirectoryToExistingSymlinkedDirectory() { // qDebug(); @@ -920,6 +1030,36 @@ void JobTest::testCopyFilePermissionsToSamePartition() #endif } +void JobTest::testMkdirPermissionsAndOwnership() +{ +#if defined(Q_OS_UNIX) + QT_STATBUF buff; + + // A new directory created with explicit permissions has exactly those bits. + const QString permDir = homeTmpDir() + "mkdirWithPerms"; + KIO::MkdirJob *permJob = KIO::mkdir(QUrl::fromLocalFile(permDir), 0750); + permJob->setUiDelegate(nullptr); + QVERIFY2(permJob->exec(), qPrintable(permJob->errorString())); + QCOMPARE(QT_LSTAT(QFile::encodeName(permDir).constData(), &buff), 0); + QCOMPARE(buff.st_mode & 0777, mode_t(0750)); + QVERIFY(QDir(permDir).removeRecursively()); + + // A new directory created with an explicit owner gets it. A normal user can + // only set its own uid and gid, so use those, which still exercises the + // ownership code path and proves it does not fail or change the owner. + const QString ownDir = homeTmpDir() + "mkdirWithOwnership"; + KIO::MkdirJob *ownJob = KIO::mkdir(QUrl::fromLocalFile(ownDir), 0700); + ownJob->setOwnership(getuid(), getgid()); + ownJob->setUiDelegate(nullptr); + QVERIFY2(ownJob->exec(), qPrintable(ownJob->errorString())); + QCOMPARE(QT_LSTAT(QFile::encodeName(ownDir).constData(), &buff), 0); + QCOMPARE(buff.st_uid, getuid()); + QCOMPARE(buff.st_gid, getgid()); + QCOMPARE(buff.st_mode & 0777, mode_t(0700)); + QVERIFY(QDir(ownDir).removeRecursively()); +#endif +} + void JobTest::copyDirectoryToOtherPartition() { // qDebug(); @@ -1090,7 +1230,7 @@ void JobTest::moveLocalFile(const QString &src, const QString &dest) static void moveLocalSymlink(const QString &src, const QString &dest) { QT_STATBUF buf; - QVERIFY(QT_LSTAT(QFile::encodeName(src).constData(), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(src).constData(), &buf), 0); QUrl u = QUrl::fromLocalFile(src); QUrl d = QUrl::fromLocalFile(dest); @@ -1099,7 +1239,7 @@ static void moveLocalSymlink(const QString &src, const QString &dest) job->setUiDelegate(nullptr); job->setUiDelegateExtension(nullptr); QVERIFY2(job->exec(), qPrintable(job->errorString())); - QVERIFY(QT_LSTAT(QFile::encodeName(dest).constData(), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(dest).constData(), &buf), 0); QVERIFY(!QFile::exists(src)); // not there anymore // move it back with KIO::move() @@ -1108,7 +1248,7 @@ static void moveLocalSymlink(const QString &src, const QString &dest) job->setUiDelegateExtension(nullptr); QVERIFY2(job->exec(), qPrintable(job->errorString())); QVERIFY(QT_LSTAT(QFile::encodeName(dest).constData(), &buf) != 0); // doesn't exist anymore - QVERIFY(QT_LSTAT(QFile::encodeName(src).constData(), &buf) == 0); // it's back + QCOMPARE(QT_LSTAT(QFile::encodeName(src).constData(), &buf), 0); // it's back } void JobTest::moveLocalDirectory(const QString &src, const QString &dest) @@ -1332,7 +1472,7 @@ void JobTest::moveDirectoryToReadonlyFilesystem() QVERIFY(QDir(dst_dir).removeRecursively()); }); - KIO::CopyJob *job = KIO::move(sources, dst, KIO::HideProgressInfo | KIO::NoPrivilegeExecution); + KIO::CopyJob *job = KIO::move(sources, dst, KIO::HideProgressInfo); job->setUiDelegate(nullptr); QVERIFY(!job->exec()); QCOMPARE(job->error(), expectedErrorCode); @@ -1393,6 +1533,96 @@ void JobTest::listRecursive() QCOMPARE(joinedNames.toLatin1(), ref_names); } +static QByteArray expectedListRecursiveOutputExcludeDots() +{ + return QByteArray( + "dirFromHome,dirFromHome/testfile," + "dirFromHome/testlink," // exists on Windows too, see createTestDirectory + "dirFromHome_copied," + "dirFromHome_copied/dirFromHome,dirFromHome_copied/dirFromHome/testfile," + "dirFromHome_copied/dirFromHome/testlink," + "dirFromHome_copied/testfile," + "dirFromHome_copied/testlink," +#ifndef Q_OS_WIN + "dirFromHome_link," +#endif + "fileFromHome"); +} + +void JobTest::listRecursiveExcludeDots() +{ + // Note: many other tests must have been run before since we rely on the files they created + + const QString src = homeTmpDir(); + + m_names.clear(); + KIO::ListJob *job = KIO::listRecursive(QUrl::fromLocalFile(src), + KIO::HideProgressInfo, + KIO::ListJob::ListFlag::ExcludeDotAndDotDot | KIO::ListJob::ListFlag::ExcludeHidden); + job->setUiDelegate(nullptr); + connect(job, &KIO::ListJob::entries, this, &JobTest::slotEntries); + QVERIFY2(job->exec(), qPrintable(job->errorString())); + m_names.sort(); + const QByteArray ref_names = expectedListRecursiveOutputExcludeDots(); + const QString joinedNames = m_names.join(QLatin1Char(',')); + if (joinedNames.toLatin1() != ref_names) { + qDebug("%s", qPrintable(joinedNames)); + qDebug("%s", ref_names.data()); + } + QCOMPARE(joinedNames.toLatin1(), ref_names); +} + +void JobTest::listRecursiveExcludeDotsHiddenToggle() +{ + // Note: many other tests must have been run before since we rely on the files they created + + // create a hidden file in dirFromHome + const auto hiddenFileName = homeTmpDir() + "/.hidden-file"; + createTestFile(hiddenFileName); + + const QString src = homeTmpDir(); + + { + m_names.clear(); + KIO::ListJob *job = KIO::listRecursive(QUrl::fromLocalFile(src), + KIO::HideProgressInfo, + KIO::ListJob::ListFlag::ExcludeDotAndDotDot | KIO::ListJob::ListFlag::IncludeHidden); + job->setUiDelegate(nullptr); + connect(job, &KIO::ListJob::entries, this, &JobTest::slotEntries); + QVERIFY2(job->exec(), qPrintable(job->errorString())); + m_names.sort(); + + const QByteArray ref_names = ".hidden-file," + expectedListRecursiveOutputExcludeDots(); + const QString joinedNames = m_names.join(QLatin1Char(',')); + if (joinedNames.toLatin1() != ref_names) { + qDebug("%s", qPrintable(joinedNames)); + qDebug("%s", ref_names.data()); + } + QCOMPARE(joinedNames.toLatin1(), ref_names); + } + + { + m_names.clear(); + KIO::ListJob *job = KIO::listRecursive(QUrl::fromLocalFile(src), + KIO::HideProgressInfo, + KIO::ListJob::ListFlag::ExcludeDotAndDotDot | KIO::ListJob::ListFlag::ExcludeHidden); + job->setUiDelegate(nullptr); + connect(job, &KIO::ListJob::entries, this, &JobTest::slotEntries); + QVERIFY2(job->exec(), qPrintable(job->errorString())); + m_names.sort(); + + const QByteArray ref_names = expectedListRecursiveOutputExcludeDots(); + const QString joinedNames = m_names.join(QLatin1Char(',')); + if (joinedNames.toLatin1() != ref_names) { + qDebug("%s", qPrintable(joinedNames)); + qDebug("%s", ref_names.data()); + } + QCOMPARE(joinedNames.toLatin1(), ref_names); + } + + QFile::remove(hiddenFileName); +} + void JobTest::multipleListRecursive() { // Note: listRecursive() must have been run first @@ -1507,6 +1737,7 @@ void JobTest::directorySizeError() KIO::DirectorySizeJob *job = KIO::directorySize(QUrl::fromLocalFile(QStringLiteral("/I/Dont/Exist"))); job->setUiDelegate(nullptr); QVERIFY(!job->exec()); + QCOMPARE(job->error(), (int)KIO::Error::ERR_DOES_NOT_EXIST); qApp->sendPostedEvents(nullptr, QEvent::DeferredDelete); } @@ -1542,6 +1773,7 @@ void JobTest::getInvalidUrl() job->setUiDelegate(nullptr); QVERIFY(!job->exec()); // it should fail :) + QCOMPARE(job->error(), (int)KIO::ERR_MALFORMED_URL); } void JobTest::slotMimetype(KIO::Job *job, const QString &type) @@ -1734,6 +1966,7 @@ void JobTest::rmdirNotEmpty() createTestDirectory(dir + "/subdir"); KIO::Job *job = KIO::rmdir(QUrl::fromLocalFile(dir)); QVERIFY(!job->exec()); + QCOMPARE(job->error(), (int)KIO::ERR_CANNOT_RMDIR); QVERIFY(QFile::exists(dir)); } @@ -2933,4 +3166,115 @@ void JobTest::cancelCopyAndCleanDest() QTRY_VERIFY2(!QFile::exists(destToCheck), qPrintable(destToCheck)); } +void JobTest::renameFileWithNoUDSACCESS() // #510567 +{ + // This mock worker is needed to emulate very specific copyjob case + class Factory : public KIO::WorkerFactory + { + public: + using KIO::WorkerFactory::WorkerFactory; + std::unique_ptr createWorker(const QByteArray &pool, const QByteArray &app) override + { + class CopyWorker : public KIO::WorkerBase + { + public: + CopyWorker(const QByteArray &pool, const QByteArray &app) + : WorkerBase(QByteArrayLiteral("kio-test"), pool, app) + { + } + + Q_REQUIRED_RESULT KIO::WorkerResult stat(const QUrl &url) override + { + // Create fake entries + auto fakeEntry = [](QString name, int size) { + KIO::UDSEntry entry; + entry.fastInsert(KIO::UDSEntry::UDS_NAME, name); + entry.fastInsert(KIO::UDSEntry::UDS_SIZE, size); + return entry; + }; + + if (url.toString() == u"kio-test://foo@bar/baz/text.txt"_s) { + statEntry(fakeEntry(u"text.txt"_s, 1000)); + return KIO::WorkerResult::pass(); + } + + if (url.toString() == u"kio-test://foo@bar/baz/text_two.txt"_s) { + statEntry(fakeEntry(u"text_two.txt"_s, 1000)); + return KIO::WorkerResult::pass(); + } + + return KIO::WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, u"Unsupported URL: %1"_s.arg(url.toString())); + } + Q_REQUIRED_RESULT KIO::WorkerResult + copy(QUrl const & /*start*/, QUrl const & /*dest*/, int /* permissions */, KIO::JobFlags /* flags*/) override + { + return KIO::WorkerResult::pass(); + } + Q_REQUIRED_RESULT KIO::WorkerResult del(QUrl const & /*url */, bool /* b */) override + { + return KIO::WorkerResult::pass(); + } + }; + + return std::unique_ptr(new CopyWorker(pool, app)); + } + }; + auto factory = std::make_shared(); + KIO::Worker::setTestWorkerFactory(factory); + QUrl testUrl(u"kio-test://foo@bar/baz/text.txt"_s); + QUrl testUrl2(u"kio-test://foo@bar/baz/text_two.txt"_s); + KIO::StatJob *statJob = KIO::stat(testUrl, KIO::HideProgressInfo); + QVERIFY(statJob); + QVERIFY2(statJob->exec(), qPrintable(statJob->errorString())); + const KIO::UDSEntry &entry = statJob->statResult(); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_SIZE)); + QVERIFY(!entry.contains(KIO::UDSEntry::UDS_ACCESS)); + + // If we check for UDS_ACCESS in copyjob, this will fail + KIO::CopyJob *copyJob = KIO::copy(testUrl, testUrl2, KIO::HideProgressInfo); + QVERIFY(copyJob); + QVERIFY2(copyJob->exec(), qPrintable(copyJob->errorString())); +} + +void JobTest::statWithNanosecondTimeOffset() +{ + QUrl testFilePath = QUrl::fromLocalFile(homeTmpDir() + "testfile"); + createTestFile(testFilePath.toLocalFile()); + KIO::StatJob *statJob = KIO::stat(testFilePath, KIO::StatJob::StatSide::SourceSide, KIO::StatBasic | KIO::StatTimeNsOffset, KIO::HideProgressInfo); + QVERIFY(statJob); + QVERIFY2(statJob->exec(), qPrintable(statJob->errorString())); + const KIO::UDSEntry &entry = statJob->statResult(); + + QVERIFY(entry.contains(KIO::UDSEntry::UDS_MODIFICATION_TIME)); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET)); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_ACCESS_TIME)); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET)); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_CREATION_TIME)); + QVERIFY(entry.contains(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET)); + + const auto modificationTimeInSec = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME); + auto modificationDateTime = QDateTime::fromSecsSinceEpoch(modificationTimeInSec); + modificationDateTime = modificationDateTime.addMSecs(entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET) / 1000000); + + const auto accessTimeInSec = entry.numberValue(KIO::UDSEntry::UDS_ACCESS_TIME); + auto accessDateTime = QDateTime::fromSecsSinceEpoch(accessTimeInSec); + accessDateTime = accessDateTime.addMSecs(entry.numberValue(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET) / 1000000); + + const auto fileInfo = QFileInfo(testFilePath.toLocalFile()); + QCOMPARE(modificationDateTime, fileInfo.lastModified()); + QCOMPARE(accessDateTime, fileInfo.lastRead()); + +#if HAVE_STATX + struct statx buff; + auto result = statx(AT_FDCWD, QFile::encodeName(testFilePath.toLocalFile()).data(), AT_SYMLINK_NOFOLLOW, STATX_ATIME | STATX_MTIME | STATX_BTIME, &buff); + QVERIFY(result == 0); + QCOMPARE(buff.stx_mtime.tv_sec, entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME)); + QCOMPARE(buff.stx_mtime.tv_nsec, entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET)); + QCOMPARE(buff.stx_atime.tv_sec, entry.numberValue(KIO::UDSEntry::UDS_ACCESS_TIME)); + QCOMPARE(buff.stx_atime.tv_nsec, entry.numberValue(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET)); + QCOMPARE(buff.stx_btime.tv_sec, entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME)); + QCOMPARE(buff.stx_btime.tv_nsec, entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET)); +#endif +} + #include "moc_jobtest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/jobtest.h b/local/recipes/kde/kf6-kio/source/autotests/jobtest.h index a6c4dd72be..3f9d405024 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/jobtest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/jobtest.h @@ -47,9 +47,12 @@ private Q_SLOTS: void storedPutIODeviceSlowDeviceBigChunk(); void asyncStoredPutReadyReadAfterFinish(); void copyFileToSamePartition(); + void copyFilePreservesAcl(); void testCopyFilePermissionsToSamePartition(); + void testMkdirPermissionsAndOwnership(); void copyDirectoryToSamePartition(); void copyDirectoryToExistingDirectory(); + void copyDirectoryWithOverwriteCreatesNewSubdirs(); void copyDirectoryToExistingSymlinkedDirectory(); void copyFileToOtherPartition(); void copyDirectoryToOtherPartition(); @@ -60,6 +63,8 @@ private Q_SLOTS: void suspendFileCopy(); void suspendCopy(); void listRecursive(); + void listRecursiveExcludeDots(); + void listRecursiveExcludeDotsHiddenToggle(); void multipleListRecursive(); void listFile(); void killJob(); @@ -130,6 +135,9 @@ private Q_SLOTS: void cancelCopyAndCleanDest(); void cancelCopyAndCleanDest_data(); + void renameFileWithNoUDSACCESS(); + void statWithNanosecondTimeOffset(); + // Remote tests // void copyFileToSystem(); diff --git a/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.cpp index 0b9a8783fa..a0a915bdaf 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.cpp @@ -1,6 +1,7 @@ /* This file is part of the KDE project SPDX-FileCopyrightText: 2007 David Faure + SPDX-FileCopyrightText: 2025 Harald Sitter SPDX-License-Identifier: LGPL-2.0-or-later */ @@ -9,10 +10,14 @@ #include "jobuidelegatefactory.h" #include "kiotesthelper.h" +#include "worker_p.h" +#include "workerbase.h" +#include "workerfactory.h" #include #include #include #include +#include #include #ifdef WITH_QTDBUS @@ -22,9 +27,10 @@ #include #include -#include #include +using namespace Qt::StringLiterals; + QTEST_MAIN(KDirListerTest) GlobalInits::GlobalInits() @@ -45,7 +51,7 @@ void KDirListerTest::initTestCase() // To avoid failing on broken locally defined MIME types QStandardPaths::setTestModeEnabled(true); - m_tempDir.reset(new QTemporaryDir(tmpDirTemplate())); + m_tempDir.reset(new QTemporaryDir(homeTmpDir())); // No message dialogs KIO::setDefaultJobUiDelegateExtension(nullptr); @@ -364,7 +370,7 @@ void KDirListerTest::testNewItemsInSymlink() // #213799 const int origItemCount = m_items.count(); QCOMPARE(fileCount(), origItemCount); const QString path = tempPath(); - QTemporaryFile tempFile(tmpDirTemplate() + QStringLiteral("_normal_file")); + QTemporaryFile tempFile(homeTmpDir() + QStringLiteral("_normal_file")); QVERIFY(tempFile.open()); const QString symPath = tempFile.fileName() + "_link"; tempFile.close(); @@ -839,7 +845,7 @@ void KDirListerTest::testConcurrentListingAndStop() MyDirLister dirLister2; // Use a new tempdir for this test, so that we don't use the cache at all. - QTemporaryDir tempDir(tmpDirTemplate()); + QTemporaryDir tempDir(homeTmpDir()); const QString path = tempDir.path() + '/'; createTestFile(path + "file_1"); createTestFile(path + "file_2"); @@ -1031,7 +1037,7 @@ void KDirListerTest::testBug211472() { m_items.clear(); - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); const QString path = newDir.path() + "/newsubdir/"; QDir().mkdir(path); MyDirLister dirLister; @@ -1202,7 +1208,7 @@ void KDirListerTest::testListEmptyDirFromCache() // #278431 { m_items.clear(); - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); const QUrl url = QUrl::fromLocalFile(newDir.path()); // List and watch an empty dir @@ -1238,7 +1244,7 @@ void KDirListerTest::testWatchingAfterCopyJob() // #331582 { m_items.clear(); - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); const QString path = newDir.path() + '/'; // List and watch an empty dir @@ -1290,7 +1296,7 @@ void KDirListerTest::testRemoveWatchedDirectory() { m_items.clear(); - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); const QString path = newDir.path() + '/'; // List and watch an empty dir @@ -1331,7 +1337,7 @@ void KDirListerTest::testRemoveWatchedDirectory() void KDirListerTest::testDirPermissionChange() { - QTemporaryDir tempDir(tmpDirTemplate()); + QTemporaryDir tempDir(homeTmpDir()); const QString path = tempDir.path() + '/'; const QString subdir = path + QLatin1String("subdir"); @@ -1476,7 +1482,7 @@ void KDirListerTest::testRenameDirectory() // #401552 void KDirListerTest::testRequestMimeType() { // Use a new tempdir and lister instance for this test, so that we don't use any cache at all. - QTemporaryDir tempDir(tmpDirTemplate()); + QTemporaryDir tempDir(homeTmpDir()); QString path = tempDir.path() + QLatin1Char('/'); createTestFile(path + "/file_1"); @@ -1528,17 +1534,18 @@ void KDirListerTest::testMimeFilter_data() QTest::addColumn("mimeTypes"); QTest::addColumn("filteredFiles"); - const QStringList files = {"bla.txt", "main.cpp", "main.c", "image.jpeg"}; + const QStringList files = {"bla.txt", "main.cpp", "main.c", "image.jpeg", "picture.png"}; QTest::newRow("single_file_exact_mimetype") << files << QStringList{"text/x-c++src"} << QStringList{"main.cpp"}; QTest::newRow("inherited_mimetype") << files << QStringList{"text/plain"} << QStringList{"bla.txt", "main.cpp", "main.c"}; QTest::newRow("no_match") << files << QStringList{"audio/flac"} << QStringList{}; + QTest::newRow("glob") << files << QStringList{"image/*"} << QStringList{"image.jpeg", "picture.png"}; } void KDirListerTest::testMimeFilter() { // Use a new tempdir and lister instance for this test, so that we don't use any cache at all. - QTemporaryDir tempDir(tmpDirTemplate()); + QTemporaryDir tempDir(homeTmpDir()); QString path = tempDir.path() + '/'; QFETCH(QStringList, files); @@ -1578,16 +1585,17 @@ void KDirListerTest::testDeleteCurrentDir() QCOMPARE(m_dirLister.spyClearDir.count(), 0); - QCOMPARE(m_dirLister.spyItemsDeleted.count(), 1); - const KFileItem deletedItem = m_dirLister.spyItemsDeleted.at(0).at(0).value().at(0); - - QUrl currentDirUrl = QUrl::fromLocalFile(tempPath()).adjusted(QUrl::StripTrailingSlash); - QCOMPARE(currentDirUrl, deletedItem.url()); + // there can be duplicated delete events + QVERIFY(m_dirLister.spyItemsDeleted.count() >= 1 && m_dirLister.spyItemsDeleted.count() <= 2); + const QUrl currentDirUrl = QUrl::fromLocalFile(tempPath()).adjusted(QUrl::StripTrailingSlash); + for (const auto &deletedItem : m_dirLister.spyItemsDeleted) { + QCOMPARE(currentDirUrl, deletedItem.at(0).value().at(0).url()); + } } void KDirListerTest::testForgetDir() { - QTemporaryDir tempDir(tmpDirTemplate()); + QTemporaryDir tempDir(homeTmpDir()); QString path = tempDir.path(); createTestFile(path + "/file_1"); @@ -1657,7 +1665,7 @@ void KDirListerTest::waitUntilAfter(const QDateTime &ctime) // and stop watching a directory because a separate lister left a directory open in another lister void KDirListerTest::testBug386763() { - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); const QString path = newDir.path() + "/newsubdir/"; const QString otherpath = newDir.path() + "/othersubdir/"; @@ -1680,7 +1688,7 @@ void KDirListerTest::testBug386763() // Create a file in 'newsubdir' while still opened in dirLister2 // bug was that the watch on ’newsubdir’ when dirLister left this dir - // eventhough dirLister2 is still listing it + // even though dirLister2 is still listing it QCOMPARE(dirLister2.spyCompleted.count(), 1); createTestFile(path + "newFile-1"); @@ -1696,7 +1704,7 @@ void KDirListerTest::testBug386763() void KDirListerTest::testCacheEviction() { - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); MyDirLister dirLister; dirLister.openUrl(QUrl::fromLocalFile(newDir.path())); @@ -1720,9 +1728,10 @@ void KDirListerTest::testCacheEviction() QVERIFY(KDirWatch::self()->contains(newDir.path() + QString("dir_1"))); } -void KDirListerTest::testUnreadableParentDirectory() { +void KDirListerTest::testUnreadableParentDirectory() +{ #ifdef WITH_QTDBUS - QTemporaryDir newDir(tmpDirTemplate()); + QTemporaryDir newDir(homeTmpDir()); MyDirLister dirLister; const QString hiddenPath = newDir.path() + QString("/hidden"); @@ -1767,4 +1776,113 @@ void KDirListerTest::testUnreadableParentDirectory() { #endif } +void KDirListerTest::testPathWithSquareBrackets() +{ +#if QT_VERSION == QT_VERSION_CHECK(6, 9, 0) + QSKIP("This test is expected to fail on Qt 6.9.0"); +#endif + QTemporaryDir newDir(homeTmpDir()); + QFile file(newDir.filePath("[test].txt")); + QVERIFY(file.open(QIODevice::WriteOnly | QIODevice::Text)); + file.close(); + MyDirLister dirLister; + dirLister.openUrl(QUrl::fromLocalFile(newDir.path())); + + QVERIFY(dirLister.spyCompleted.wait(500)); + QVERIFY(dirLister.isFinished()); + + m_refreshedItems.clear(); + connect(&dirLister, &KCoreDirLister::refreshItems, this, &KDirListerTest::slotRefreshItems); + QSignalSpy spyRefreshItems(&dirLister, &KCoreDirLister::refreshItems); + + QVERIFY(file.open(QIODevice::WriteOnly | QIODevice::Text)); + file.write(QByteArray("foo")); + file.close(); + QVERIFY(spyRefreshItems.wait(1000)); + QCOMPARE(m_refreshedItems.count(), 1); + QCOMPARE(m_refreshedItems.at(0).first.url(), QUrl::fromLocalFile(file.fileName())); +} + +void KDirListerTest::testSFTPRedirect() +{ + // This mock worker is needed to emulate very specific redirection case. + class Factory : public KIO::WorkerFactory + { + public: + using KIO::WorkerFactory::WorkerFactory; + std::unique_ptr createWorker(const QByteArray &pool, const QByteArray &app) override + { + class RedirectWorker : public KIO::WorkerBase + { + public: + RedirectWorker(const QByteArray &pool, const QByteArray &app) + : WorkerBase(QByteArrayLiteral("kio-test"), pool, app) + { + } + + // This emulates the behavior sftp:// protocol does, when connecting to + // sftp://user@host -> it redirects to sftp://user@host/home/user + Q_REQUIRED_RESULT KIO::WorkerResult listDir(const QUrl &url) override + { + if (url.toString() == u"kio-test://foo@bar"_s) { + QUrl redir(url); + redir.setPath(u"/home/foo"_s); + redirection(redir); + + // It is important to return a pass() here, otherwise the DirItem will not be marked complete and + // consequently isn't inserted into the cache. + return KIO::WorkerResult::pass(); + } + + if (url.toString() == u"kio-test://foo@bar/home/foo"_s) { + // Create fake entries + auto fakeEntry = [](QString name, int size) { + KIO::UDSEntry entry; + entry.fastInsert(KIO::UDSEntry::UDS_SIZE, size); + entry.fastInsert(KIO::UDSEntry::UDS_USER, QStringLiteral("user1")); + entry.fastInsert(KIO::UDSEntry::UDS_GROUP, QStringLiteral("group1")); + entry.fastInsert(KIO::UDSEntry::UDS_NAME, name); + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, 123456); + entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, 12345); + entry.fastInsert(KIO::UDSEntry::UDS_DEVICE_ID, 2); + entry.fastInsert(KIO::UDSEntry::UDS_INODE, 56); + return entry; + }; + + listEntry(fakeEntry(QStringLiteral("filename1.json"), 10)); + listEntry(fakeEntry(QStringLiteral("filename2.txt"), 1000)); + listEntry(fakeEntry(QStringLiteral("."), 1)); + + return KIO::WorkerResult::pass(); + } + + return KIO::WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, QStringLiteral("Unsupported URL: %1").arg(url.toString())); + } + }; + + return std::unique_ptr(new RedirectWorker(pool, app)); + } + }; + auto factory = std::make_shared(); + KIO::Worker::setTestWorkerFactory(factory); + QUrl testUrl(u"kio-test://foo@bar"_s); + MyDirLister dirLister; + // Mimic what dolphin does: upon redirection we open the redirected url. This is needless but exercises specific code paths. + connect(&dirLister, &KCoreDirLister::redirection, this, [&dirLister](const QUrl &oldUrl, const QUrl &newUrl) { + Q_UNUSED(oldUrl); + dirLister.openUrl(newUrl); + }); + dirLister.openUrl(testUrl); + QVERIFY(dirLister.spyCompleted.wait(500)); + // Make sure we have the items listed properly on the first time. + QCOMPARE(dirLister.items().count(), 2); + + // This should not crash! + dirLister.openUrl(testUrl); + QVERIFY(dirLister.spyCompleted.wait(500)); + // This should not list any items: We have already done it in the previous iteration. + // If this lists items, the view (for example in Dolphin) will have the items duplicated. + QCOMPARE(dirLister.items().count(), 0); +} + #include "moc_kdirlistertest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.h b/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.h index f0b554ea2b..693a758b2e 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/kdirlistertest.h @@ -1,6 +1,7 @@ /* This file is part of the KDE project SPDX-FileCopyrightText: 2007 David Faure + SPDX-FileCopyrightText: 2025 Harald Sitter SPDX-License-Identifier: LGPL-2.0-or-later */ @@ -12,8 +13,9 @@ #include #include #include +#include #include - +#include #include Q_DECLARE_METATYPE(KFileItemList) @@ -111,6 +113,8 @@ private Q_SLOTS: void testBug386763(); void testCacheEviction(); void testUnreadableParentDirectory(); + void testPathWithSquareBrackets(); + void testSFTPRedirect(); void testDeleteCurrentDir(); // must be just before last! void testForgetDir(); // must be last! diff --git a/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.cpp index b8bf3d8d79..1d9d47f086 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.cpp @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -255,7 +256,7 @@ void KDirModelTest::testIndex() QCOMPARE(m_fileInDirIndex.model(), static_cast(m_dirModel)); // QCOMPARE(m_fileInDirIndex.row(), 0); // ordering isn't guaranteed QCOMPARE(m_fileInDirIndex.column(), 0); - QVERIFY(m_fileInDirIndex.parent() == m_dirIndex); + QCOMPARE(m_fileInDirIndex.parent(), m_dirIndex); QVERIFY(!m_dirModel->hasChildren(m_fileInDirIndex)); // Index of subdir/subsubdir/testfile @@ -263,7 +264,7 @@ void KDirModelTest::testIndex() QCOMPARE(m_fileInSubdirIndex.model(), static_cast(m_dirModel)); QCOMPARE(m_fileInSubdirIndex.row(), 0); // we can check it because it's the only file there QCOMPARE(m_fileInSubdirIndex.column(), 0); - QVERIFY(m_fileInSubdirIndex.parent().parent() == m_dirIndex); + QCOMPARE(m_fileInSubdirIndex.parent().parent(), m_dirIndex); QVERIFY(!m_dirModel->hasChildren(m_fileInSubdirIndex)); // Test sibling() by going from subdir/testfile to subdir/subsubdir @@ -271,7 +272,7 @@ void KDirModelTest::testIndex() QVERIFY(subsubdirIndex.isValid()); QModelIndex sibling1 = m_dirModel->sibling(subsubdirIndex.row(), 0, m_fileInDirIndex); QVERIFY(sibling1.isValid()); - QVERIFY(sibling1 == subsubdirIndex); + QCOMPARE(sibling1, subsubdirIndex); QVERIFY(m_dirModel->hasChildren(subsubdirIndex)); // Invalid sibling call @@ -280,7 +281,7 @@ void KDirModelTest::testIndex() // Test index() with a valid parent (dir). QModelIndex index2 = m_dirModel->index(m_fileInSubdirIndex.row(), m_fileInSubdirIndex.column(), subsubdirIndex); QVERIFY(index2.isValid()); - QVERIFY(index2 == m_fileInSubdirIndex); + QCOMPARE(index2, m_fileInSubdirIndex); // Test index() with a non-parent (file). QModelIndex index3 = m_dirModel->index(m_fileInSubdirIndex.row(), m_fileInSubdirIndex.column(), m_fileIndex); @@ -389,7 +390,7 @@ void KDirModelTest::testData() void KDirModelTest::testIcon() { - /** + /*! * Create test data only used in testIcon() * PATH/subdirwithcustomicon * PATH/subdirwithcustomicon/.directory @@ -503,7 +504,7 @@ void KDirModelTest::testIcon() // Test the custom icon is correctly loaded for the directory const QIcon icon = m_dirModel->data(dirWithIconIndex, Qt::DecorationRole).value(); QCOMPARE(m_dirModel->itemForIndex(dirWithIconIndex).iconName(), exampleIconPath); - QVERIFY(icon.pixmap(comparedSize).toImage() == expectedIconImage); + QCOMPARE(icon.pixmap(comparedSize).toImage(), expectedIconImage); // Test "unknown" icon will be used when the icon path refers to an invalid icon const QIcon icon2 = m_dirModel->data(dirWithInvalidIconIndex, Qt::DecorationRole).value(); @@ -926,6 +927,19 @@ void KDirModelTest::testExpandToUrl() } } +void KDirModelTest::testExpandToUrlBelowFile() +{ + // Expanding to a URL whose path goes "into" an existing *file*, e.g. the user + // types "toplevelfile_1/foo" in a file dialog, must not assert (it used to). + const QString path = m_tempDir->path() + '/'; + // The file itself is known to the model. + QVERIFY(m_dirModel->indexForUrl(QUrl::fromLocalFile(path + "toplevelfile_1")).isValid()); + + const QUrl url = QUrl::fromLocalFile(path + "toplevelfile_1/foo"); + m_dirModel->expandToUrl(url); // should not assert + QVERIFY(!m_dirModel->indexForUrl(url).isValid()); +} + void KDirModelTest::slotExpand(const QModelIndex &index) { QVERIFY(index.isValid()); diff --git a/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.h b/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.h index c1f0b7a68f..bc800b71b9 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/kdirmodeltest.h @@ -31,7 +31,7 @@ private Q_SLOTS: void testIndexForItem(); void testData(); - /** + /*! * Test if the icon is valid if "Icon" is specified in the desktop file, and can fall back to "unknown" * if KDirModel fails to load the icon. */ @@ -46,6 +46,7 @@ private Q_SLOTS: void testChmodDirectory(); void testExpandToUrl_data(); void testExpandToUrl(); + void testExpandToUrlBelowFile(); void testFilter(); void testFilterPatterns(); void testMimeFilter(); diff --git a/local/recipes/kde/kf6-kio/source/autotests/kdiroperatortest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kdiroperatortest.cpp index e119d9a1ff..4836633f9e 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kdiroperatortest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kdiroperatortest.cpp @@ -14,7 +14,7 @@ #include #include -/** +/*! * Unit test for KDirOperator */ class KDirOperatorTest : public QObject @@ -61,7 +61,7 @@ private Q_SLOTS: delete dirOp; } - /** + /*! * testBug187066 does the following: * * 1. Open a KDirOperator in kdelibs/kfile @@ -254,10 +254,10 @@ private Q_SLOTS: QVERIFY(dirOp.selectedItems().isEmpty()); } - /** + /*! * If one copies the location of a file and then paste that into the location bar, * the directory browser should show the directory of the file instead of showing an error. - * @see https://bugs.kde.org/459900 + * \sa https://bugs.kde.org/459900 */ void test_bug459900() { diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.cpp index 0c51bd67e1..7cb7033f95 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.cpp @@ -7,14 +7,16 @@ #include "kfileitemactionstest.h" +#include #include #include #include +#include #include #include -/** +/*! * In KDE 4.x, calling KFileItemActions::setParentWidget(QWidget *widget) would * result in 'widget' not only being the parent of any dialogs created by, * KFileItemActions, but also of the actions. Nevertheless, the destructor of @@ -39,8 +41,10 @@ void KFileItemActionsTest::testSetParentWidget() fileItemActions.setItemListProperties(properties); // Create the "Open With" actions and add them to a menu. + // Skip Plugins to avoid system plugins (e.g. compressfileitemaction) starting + // async KIO jobs that would be reported as leaks by LeakSanitizer. QMenu menu; - fileItemActions.addActionsTo(&menu); + fileItemActions.addActionsTo(&menu, KFileItemActions::MenuActionSource::Services); // Delete the widget. In KDE 4.x, this would also delete the "Open With" actions // because they were children of the widget. We would then get a crash in the @@ -86,6 +90,35 @@ void KFileItemActionsTest::testTopLevelServiceMenuActions() } } +void KFileItemActionsTest::testCreateServiceMenuActions() +{ +#ifdef Q_OS_WIN + QSKIP("Service menu discovery does not work on Windows"); +#endif + QStandardPaths::setTestModeEnabled(true); + qputenv("XDG_DATA_DIRS", QFINDTESTDATA("servicemenu_protocol_mime_test_data").toUtf8()); + + KFileItemActions fileItemActions; + const QList actions = fileItemActions.createServiceMenuActions(); + + // All enabled service menu actions are returned regardless of MIME type or protocol + QCOMPARE(actions.count(), 4); + + // Each action carries its actionsKey as objectName and a KDesktopFileAction in data + for (const QAction *action : actions) { + QVERIFY(!action->objectName().isEmpty()); + QVERIFY(!action->text().isEmpty()); + const auto desktopAction = action->data().value(); + QCOMPARE(desktopAction.actionsKey(), action->objectName()); + } + + // Calling again should delete old actions and return new instances + QPointer firstAction = actions.first(); + const QList freshActions = fileItemActions.createServiceMenuActions(); + QVERIFY(firstAction.isNull()); + QCOMPARE(freshActions.count(), actions.count()); +} + QTEST_MAIN(KFileItemActionsTest) #include "moc_kfileitemactionstest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.h b/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.h index 1565b01f8c..6da86198c4 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.h @@ -17,6 +17,7 @@ class KFileItemActionsTest : public QObject private Q_SLOTS: void testSetParentWidget(); void testTopLevelServiceMenuActions(); + void testCreateServiceMenuActions(); }; #endif diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.cpp index 9a1bfb2549..2ae0e82a0c 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.cpp @@ -71,12 +71,7 @@ void KFileItemTest::testPermissionsString() QFile::ReadOwner | QFile::WriteOwner | QFile::ExeUser | QFile::ReadGroup | QFile::ExeGroup | QFile::ReadOther | QFile::ExeOther)); QFile folderFile(tempDir.path() + "/afolder"); KFileItem folderItem(QUrl::fromLocalFile(folderFile.fileName()), QString(), KFileItem::Unknown); -#ifdef Q_OS_FREEBSD - // QDir::mkdir does not apply permissions correctly on FreeBSD - QCOMPARE(folderItem.permissionsString(), QStringLiteral("drwx------")); // 700 -#else QCOMPARE(folderItem.permissionsString(), QStringLiteral("drwxr-xr-x")); // 755 -#endif QVERIFY(folderItem.isReadable()); QCOMPARE(folderItem.getStatusBarInfo(), CaseInsensitiveStringCompareHelper(QStringLiteral("afolder (Folder)"))); @@ -94,7 +89,7 @@ void KFileItemTest::testPermissionsString() CaseInsensitiveStringCompareHelper(QStringLiteral("asymlink (Empty document, Link to %1/afile)").arg(tempDir.path()))); #ifdef Q_OS_UNIX - // changing home temporarly + // changing home temporarily auto home = QStandardPaths::writableLocation(QStandardPaths::HomeLocation); setenv("HOME", tempDir.path().toLatin1(), 1); @@ -106,7 +101,7 @@ void KFileItemTest::testPermissionsString() #ifdef Q_OS_UNIX // relative Symlink to a file QString relativeSymlink = tempDir.path() + "/afolder/relative-symlink"; - QVERIFY(::symlink("../afile", relativeSymlink.toLatin1()) == 0); + QCOMPARE(::symlink("../afile", relativeSymlink.toLatin1()), 0); QUrl relativeSymlinkUrl = QUrl::fromLocalFile(relativeSymlink); KFileItem relativeSymlinkItem(relativeSymlinkUrl, QString(), KFileItem::Unknown); QCOMPARE((uint)relativeSymlinkItem.permissions(), (uint)0604); @@ -214,18 +209,18 @@ void KFileItemTest::testDetach() KFileItem fileItem(QUrl::fromLocalFile(QStringLiteral("/one")), QString(), KFileItem::Unknown); QCOMPARE(fileItem.name(), QStringLiteral("one")); KFileItem fileItem2(fileItem); - QVERIFY(fileItem == fileItem2); - QVERIFY(fileItem.d == fileItem2.d); + QCOMPARE(fileItem, fileItem2); + QCOMPARE(fileItem.d, fileItem2.d); fileItem2.setName(QStringLiteral("two")); QCOMPARE(fileItem2.name(), QStringLiteral("two")); QCOMPARE(fileItem.name(), QStringLiteral("one")); // it detached - QVERIFY(fileItem == fileItem2); + QCOMPARE(fileItem, fileItem2); QVERIFY(fileItem.d != fileItem2.d); fileItem = fileItem2; QCOMPARE(fileItem.name(), QStringLiteral("two")); - QVERIFY(fileItem == fileItem2); - QVERIFY(fileItem.d == fileItem2.d); + QCOMPARE(fileItem, fileItem2); + QCOMPARE(fileItem.d, fileItem2.d); QVERIFY(!(fileItem != fileItem2)); } @@ -452,7 +447,7 @@ void KFileItemTest::testCmp() KFileItem fileItem(QUrl::fromLocalFile(file.fileName())); fileItem.setDelayedMimeTypes(true); KFileItem fileItem2(QUrl::fromLocalFile(file.fileName())); - QVERIFY(fileItem == fileItem2); // created independently, but still 'equal' + QCOMPARE(fileItem, fileItem2); // created independently, but still 'equal' QVERIFY(fileItem.d != fileItem2.d); QVERIFY(!(fileItem != fileItem2)); QVERIFY(fileItem.cmp(fileItem2)); @@ -470,7 +465,7 @@ void KFileItemTest::testCmpAndInit() QVERIFY(dirItem.cmp(dirItem2)); QVERIFY(dirItem2.isDir()); QVERIFY(dirItem.cmp(dirItem2)); - QVERIFY(dirItem == dirItem2); + QCOMPARE(dirItem, dirItem2); QVERIFY(dirItem.d != dirItem2.d); QVERIFY(!(dirItem != dirItem2)); @@ -480,7 +475,7 @@ void KFileItemTest::testCmpAndInit() QVERIFY(dirItem3.cmp(dirItem)); QVERIFY(dirItem3.isDir()); QVERIFY(dirItem3.cmp(dirItem)); - QVERIFY(dirItem == dirItem3); + QCOMPARE(dirItem, dirItem3); QVERIFY(dirItem.d != dirItem3.d); QVERIFY(!(dirItem != dirItem3)); } @@ -703,6 +698,19 @@ void KFileItemTest::testEncodeFileName() QCOMPARE(KIO::encodeFileName(text), expectedFileName); } +void KFileItemTest::testSquareBracketsInFileName() +{ +#if QT_VERSION == QT_VERSION_CHECK(6, 9, 0) + QSKIP("This test is expected to fail on Qt 6.9.0"); +#endif + QString dir = QStringLiteral("/tmp[%]"); + QString file = QStringLiteral("[%].txt"); + KIO::UDSEntry entry; + entry.fastInsert(KIO::UDSEntry::UDS_NAME, file); + KFileItem item(entry, QUrl::fromLocalFile(dir), true, true); + QCOMPARE(item.url(), QUrl::fromLocalFile(dir + QStringLiteral("/") + file)); +} + void KFileItemTest::testListProperties_data() { QTest::addColumn("itemDescriptions"); @@ -954,8 +962,8 @@ void KFileItemTest::testIsReadable() QCOMPARE(fileItem.isReadable(), readable); QVERIFY(file.remove()); - // still cached thanks to the cached internal udsentry - QCOMPARE(fileItem.isReadable(), readable); + // not existing, can't be readable + QCOMPARE(fileItem.isReadable(), false); } void KFileItemTest::testIsWritable_data() @@ -985,8 +993,8 @@ void KFileItemTest::testIsWritable() QCOMPARE(fileItem.isWritable(), writable); QVERIFY(file.remove()); - // still cached thanks to the cached internal udsentry - QCOMPARE(fileItem.isWritable(), writable); + // not existing, can't be writable + QCOMPARE(fileItem.isWritable(), false); } void KFileItemTest::testIsExecutable_data() @@ -1016,8 +1024,8 @@ void KFileItemTest::testIsExecutable() QCOMPARE(fileItem.isExecutable(), executable); QVERIFY(file.remove()); - // still cached thanks to the cached internal udsentry - QCOMPARE(fileItem.isExecutable(), executable); + // not existing, can't be executable + QCOMPARE(fileItem.isExecutable(), false); } // Restore permissions so that the QTemporaryDir cleanup can happen (taken from tst_qsavefile.cpp) diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.h b/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.h index 02faa16902..ca32ad2ec6 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/kfileitemtest.h @@ -54,6 +54,8 @@ private Q_SLOTS: void testEncodeFileName_data(); void testEncodeFileName(); + void testSquareBracketsInFileName(); + // KFileItemListProperties tests void testListProperties_data(); void testListProperties(); diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfileplacesmodeltest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kfileplacesmodeltest.cpp index 26b152870e..ea6dbe17f9 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfileplacesmodeltest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kfileplacesmodeltest.cpp @@ -28,6 +28,8 @@ Q_DECLARE_METATYPE(KFilePlacesModel::GroupType) +using namespace Qt::StringLiterals; + // Avoid QHash randomization so that the order of the devices is stable static void seedInit() { @@ -75,6 +77,8 @@ private Q_SLOTS: void testPlaceGroupHiddenSignal(); void testPlaceGroupHiddenRole(); void testSupportedSchemes(); + void testPlaceCollapsedUrl_data(); + void testPlaceCollapsedUrl(); private: QStringList placesUrls(KFilePlacesModel *model = nullptr) const; @@ -103,6 +107,7 @@ static QString bookmarksFile() void KFilePlacesModelTest::initTestCase() { + qunsetenv("LANG"); QVERIFY(m_tmpHome.isValid()); qputenv("HOME", m_tmpHome.path().toUtf8()); // use a empty home dir @@ -1332,6 +1337,43 @@ void KFilePlacesModelTest::testSupportedSchemes() QCOMPARE(placesUrls(), initialListOfUrls()); } +void KFilePlacesModelTest::testPlaceCollapsedUrl_data() +{ + QTest::addColumn("url"); + QTest::addColumn("result"); + + QTest::newRow("home") << QUrl::fromLocalFile(m_tmpHome.path()) << u"Home"_s; + QTest::newRow("home/foo") << QUrl::fromLocalFile(m_tmpHome.path() + "/foo"_L1) << u"Home/foo"_s; + // Leaves trailing slash intact. + QTest::newRow("home/foo/") << QUrl::fromLocalFile(m_tmpHome.path() + "/foo/"_L1) << u"Home/foo/"_s; + + QTest::newRow("trash root 1") << QUrl(u"trash:/"_s) << u"Trash"_s; // one slash. + // Not considered a valid URL by closestItem. + QTest::newRow("trash root 2") << QUrl(u"trash://"_s) << QString(); // two slashes. + QTest::newRow("trash root 3") << QUrl(u"trash:///"_s) << u"Trash"_s; // three slashes. + + QTest::newRow("trash/foo 1") << QUrl(u"trash:/foo"_s) << u"Trash/foo"_s; + // Not considered a valid URL by closestItem. + QTest::newRow("trash/foo 2") << QUrl(u"trash://foo"_s) << QString(); + QTest::newRow("trash/foo 3") << QUrl(u"trash:///foo"_s) << u"Trash/foo"_s; + + QTest::newRow("trash/foo/bar") << QUrl(u"trash:///foo/bar"_s) << u"Trash/foo/bar"_s; + + QTest::newRow("foreign") << QUrl(u"file:///foreign"_s) << u"/foreign"_s; + QTest::newRow("foreign/foo") << QUrl(u"file:///foreign/foo"_s) << u"/foreign/foo"_s; + + QTest::newRow("empty place name") << QUrl(u"file:///media/nfs/foo"_s) << QString(); + QTest::newRow("non-existing place") << QUrl::fromLocalFile(u"file:///tmp"_s) << QString(); +} + +void KFilePlacesModelTest::testPlaceCollapsedUrl() +{ + QFETCH(QUrl, url); + QFETCH(QString, result); + + QCOMPARE(m_places->placeCollapsedUrl(url), result); +} + QTEST_MAIN(KFilePlacesModelTest) #include "kfileplacesmodeltest.moc" diff --git a/local/recipes/kde/kf6-kio/source/autotests/kfilewidgettest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kfilewidgettest.cpp index a5430bb71a..e3b8817d79 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kfilewidgettest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kfilewidgettest.cpp @@ -13,7 +13,6 @@ #include #include #include -#include #include "../utils_p.h" #include "kiotesthelper.h" // createTestFile @@ -32,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -51,7 +51,7 @@ static QWidget *findLocationLabel(QWidget *parent) return nullptr; } -/** +/*! * Unit test for KFileWidget */ class KFileWidgetTest : public QObject @@ -85,6 +85,12 @@ private Q_SLOTS: void testTokenize(); void testTokenizeForSave_data(); void testTokenizeForSave(); + void testThumbnailPreviewSetting(); + void testReplaceLocationEditFilename_data(); + void testReplaceLocationEditFilename(); + + void testSaveDirectoryCurrentDirSelectable(); + void testSaveDirectoryCurrentDirSelectableSubDir(); }; void KFileWidgetTest::initTestCase() @@ -445,6 +451,11 @@ void KFileWidgetTest::testExtensionForSave_data() // If the file literally exists, then no new extension will be appended. QTest::newRow("existing file") << "README" << filter << QStringLiteral("README") << QStringLiteral("README"); + + // test bug 382437 + const QString octetStreamfilter = QStringLiteral("application/octet-stream"); + QTest::newRow("octetstream.noext") << "some" << octetStreamfilter << QStringLiteral("some") << QStringLiteral("some"); + QTest::newRow("octetstream.ext") << "some.txt" << octetStreamfilter << QStringLiteral("some.txt") << QStringLiteral("some.txt"); } void KFileWidgetTest::testExtensionForSave() @@ -578,31 +589,25 @@ void KFileWidgetTest::testDropFile() fileWidget.setMode(KFile::File); fileWidget.show(); - QMimeData *mimeData = new QMimeData(); + std::unique_ptr mimeData(new QMimeData()); mimeData->setUrls(QList() << fileUrl); - KDirLister *dirLister = fileWidget.dirOperator()->dirLister(); - QSignalSpy spy(dirLister, qOverload<>(&KCoreDirLister::completed)); - QAbstractItemView *view = fileWidget.dirOperator()->view(); QVERIFY(view); - QDragEnterEvent event1(QPoint(), Qt::DropAction::MoveAction, mimeData, Qt::MouseButton::LeftButton, Qt::KeyboardModifier::NoModifier); + QDragEnterEvent event1(QPoint(), Qt::DropAction::MoveAction, mimeData.get(), Qt::MouseButton::LeftButton, Qt::KeyboardModifier::NoModifier); QVERIFY(qApp->sendEvent(view->viewport(), &event1)); // Fake drop - QDropEvent event(QPoint(), Qt::DropAction::MoveAction, mimeData, Qt::MouseButton::LeftButton, Qt::KeyboardModifier::NoModifier); + QDropEvent event(QPoint(), Qt::DropAction::MoveAction, mimeData.get(), Qt::MouseButton::LeftButton, Qt::KeyboardModifier::NoModifier); QVERIFY(qApp->sendEvent(view->viewport(), &event)); - if (!dir.isEmpty()) { - // once we drop a file the dirlister scans the dir - // wait for the completed signal from the dirlister - QVERIFY(spy.wait()); - } - - // Verify the expected populated name. + // Verify the expected populated name. Dropping a file selects it through the + // view, which only populates the location edit once the directory listing has + // finished, so wait for the location edit to catch up rather than asserting + // synchronously. QCOMPARE(fileWidget.baseUrl().adjusted(QUrl::StripTrailingSlash), dirUrl); - QCOMPARE(fileWidget.locationEdit()->currentText(), expectedCurrentText); + QTRY_COMPARE(fileWidget.locationEdit()->currentText(), expectedCurrentText); // QFileDialog ends up calling KDEPlatformFileDialog::selectedFiles() // which calls KFileWidget::selectedUrls(). @@ -639,7 +644,7 @@ void KFileWidgetTest::testCreateNestedNewFolders() const QString name = QStringLiteral("folder%1").arg(i); lineEdit->setText(name); // simulate the time the user will take to type the new folder name - QTest::qWait(1000); + QTest::qWait(300); dialog->accept(); @@ -668,12 +673,14 @@ void KFileWidgetTest::testTokenize_data() // file, the whole name will not be escaped. QTest::newRow("quote-single-file") << QStringList{"test\"quote"} << QString("test\\\"quote"); + QTest::newRow("single-file-with-two-quotes") << QStringList{"\"test\".txt"} << QString{"\\\"test\\\".txt"}; + // Escape multiple files. Files should also be wrapped in "" // Note that we are also testing quote at the end of the name QTest::newRow("quote-multi-file") << QStringList{"test\"quote", "test2-quote\"", "test"} << QString("\"test\\\"quote\" \"test2-quote\\\"\" \"test\""); - // Ok, enough with quotes... lets do some backslashes // Backslash literals in file names - Unix only case +#ifndef Q_OS_WIN QTest::newRow("backslash-single-file") << QStringList{"test\\backslash"} << QString("test\\\\backslash"); QTest::newRow("backslash-multi-file") << QStringList{"test\\back\\slash", "test"} << QString("\"test\\\\back\\\\slash\" \"test\""); @@ -683,6 +690,7 @@ void KFileWidgetTest::testTokenize_data() QTest::newRow("double-backslash-end") << QStringList{"test\\\\"} << QString("test\\\\\\\\"); QTest::newRow("single-backslash-end") << QStringList{"some thing", "test\\"} << QString("\"some thing\" \"test\\\\\""); +#endif QTest::newRow("sharp") << QStringList{"some#thing"} << QString("some#thing"); @@ -788,6 +796,7 @@ void KFileWidgetTest::testTokenizeForSave_data() // All quotes in names should be escaped, however since this is a single // file, the whole name will not be escaped. QTest::newRow("save-quote") << QString{"test\"quote"} << QString() << QString("test\\\"quote"); + QTest::newRow("save-file-with-quotes") << QString{"\"test\".txt"} << QString() << QString{"\\\"test\\\".txt"}; // Ok, enough with quotes... lets do some backslashes // Backslash literals in file names - Unix only case @@ -875,6 +884,188 @@ void KFileWidgetTest::testTokenizeForSave() QCOMPARE(urls[0], fileUrl); } +// BUG: 501743 +void KFileWidgetTest::testThumbnailPreviewSetting() +{ + QTemporaryDir tempDir; + QUrl path = QUrl::fromLocalFile(tempDir.path()); + auto getAction = [](KFileWidget *fw) { + QAction *previewAction = nullptr; + for (auto action : fw->actions()) { + if (action->text() == "Show Preview") { + previewAction = action; + break; + } + } + return previewAction; + }; + + // Set up + KFileWidget fwSetup(path); + fwSetup.setOperationMode(KFileWidget::Saving); + fwSetup.setMode(KFile::File); + QAction *previewAction = getAction(&fwSetup); + QVERIFY(previewAction); + previewAction->setChecked(true); + QCOMPARE(previewAction->isChecked(), true); + fwSetup.cancelButton()->click(); + + // Check preview settings are true, then save them as false + KFileWidget fwPreviewTrue(path); + fwPreviewTrue.setOperationMode(KFileWidget::Saving); + fwPreviewTrue.setMode(KFile::File); + previewAction = getAction(&fwPreviewTrue); + QVERIFY(previewAction); + QCOMPARE(previewAction->isChecked(), true); + previewAction->setChecked(false); + QCOMPARE(previewAction->isChecked(), false); + fwPreviewTrue.cancelButton()->click(); + + // Check preview settings are saved as false + KFileWidget fwPreviewFalse(path); + fwPreviewFalse.setOperationMode(KFileWidget::Saving); + fwPreviewFalse.setMode(KFile::File); + previewAction = getAction(&fwPreviewFalse); + QVERIFY(previewAction); + QCOMPARE(previewAction->isChecked(), true); + fwPreviewFalse.cancelButton()->click(); +} + +struct LocationTestItem { + bool dir; + QString name; +}; + +void KFileWidgetTest::testReplaceLocationEditFilename_data() +{ + QTest::addColumn("initialItem"); + QTest::addColumn("selectedItem"); + QTest::addColumn("lineEditTextResult"); + QTest::addColumn("overrideModifiedText"); + + QTest::newRow("replace-dir-with-dir") << LocationTestItem(true, "folder1") << LocationTestItem(true, "folder2") << "" << false; + QTest::newRow("replace-dir-with-file") << LocationTestItem(true, "folder1") << LocationTestItem(false, "file1") << "file1" << true; + QTest::newRow("replace-file-with-file") << LocationTestItem(false, "file1") << LocationTestItem(false, "file2") << "file2" << true; + QTest::newRow("replace-file-with-dir") << LocationTestItem(false, "file1") << LocationTestItem(true, "folder1") << "file1" << false; +} + +// BUG: 502794 +// Test that we don't override file names with folder names +void KFileWidgetTest::testReplaceLocationEditFilename() +{ + QFETCH(LocationTestItem, initialItem); + QFETCH(LocationTestItem, selectedItem); + QFETCH(QString, lineEditTextResult); + QFETCH(bool, overrideModifiedText); + + // Setup - Create folders/files in temp dir + QTemporaryDir tempDir; + const QString tempDirPath = tempDir.path(); + QUrl tempDirUrl = QUrl::fromLocalFile(tempDirPath); + QUrl replacedUrl = QUrl::fromLocalFile(tempDirPath + QLatin1Char('/') + initialItem.name); + QUrl selectedUrl = QUrl::fromLocalFile(tempDirPath + QLatin1Char('/') + selectedItem.name); + + auto createTestItem = [tempDirUrl](LocationTestItem item, const QUrl &url) { + if (item.dir) { + QDir(tempDirUrl.toLocalFile()).mkdir(url.toLocalFile()); + QVERIFY(QDir(url.toLocalFile()).exists()); + } else { + QFile file(url.toLocalFile()); + if (!file.open(QIODevice::WriteOnly)) { + qFatal("Couldn't create %s", qPrintable(url.toLocalFile())); + } + file.write(QByteArray("Test file")); + file.close(); + QVERIFY(file.exists()); + } + }; + + createTestItem(initialItem, replacedUrl); + createTestItem(selectedItem, selectedUrl); + + // Open the filewidget in tempdir + KFileWidget fw(tempDirUrl); + fw.setOperationMode(KFileWidget::Saving); + + // Highlight the item, then another + auto highlightItem = [&fw](QUrl url) { + KFileItem fileItem(url); + QSignalSpy fileHighlightedSpy(fw.dirOperator(), &KDirOperator::fileHighlighted); + fw.dirOperator()->highlightFile(fileItem); + QVERIFY(fileHighlightedSpy.count()); + }; + + highlightItem(replacedUrl); + highlightItem(selectedUrl); + + // Compare that we have the wanted result when selecting items + QCOMPARE(fw.locationEdit()->lineEdit()->text(), lineEditTextResult); + + // Make sure we don't overwrite any text user has modified in some cases + const QString modifiedText("New Filename.txt"); + fw.locationEdit()->setEditText(modifiedText); + highlightItem(selectedUrl); + + if (overrideModifiedText) { + QCOMPARE(fw.locationEdit()->lineEdit()->text(), lineEditTextResult); + } else { + QCOMPARE(fw.locationEdit()->lineEdit()->text(), modifiedText); + } +} + +void KFileWidgetTest::testSaveDirectoryCurrentDirSelectable() +{ + // GIVEN + QTemporaryDir tempDir; + const QUrl baseUrl = QUrl::fromLocalFile(tempDir.path()); + + KFileWidget fw(baseUrl); + fw.setOperationMode(KFileWidget::OperationMode::Saving); + fw.setMode(KFile::Directory); + + QSignalSpy acceptedSpy(&fw, &KFileWidget::accepted); + + QCOMPARE(fw.locationEdit()->currentText(), QString()); + QVERIFY(fw.okButton()->isEnabled()); + + // WHEN + fw.slotOk(); // okButton is not hooked by default to slotOk + fw.accept(); // Accept the popup + + // THEN + QCOMPARE(acceptedSpy.count(), 1); + QCOMPARE(fw.locationEdit()->currentText(), QString()); + QCOMPARE(fw.selectedUrl().adjusted(QUrl::StripTrailingSlash), baseUrl); +} + +void KFileWidgetTest::testSaveDirectoryCurrentDirSelectableSubDir() +{ + // GIVEN + QTemporaryDir tempDir; + const QUrl baseUrl = QUrl::fromLocalFile(tempDir.path()); + auto subDirPath = tempDir.filePath(QStringLiteral("subdir")); + QVERIFY(QDir().mkdir(subDirPath)); + const QUrl subDirUrl = QUrl::fromLocalFile(subDirPath); + + KFileWidget fw(baseUrl); + fw.setOperationMode(KFileWidget::OperationMode::Saving); + fw.setMode(KFile::Directory); + + QSignalSpy acceptedSpy(&fw, &KFileWidget::accepted); + QSignalSpy urlEnteredSpy(fw.dirOperator(), &KDirOperator::urlEntered); + + // WHEN + QVERIFY(fw.okButton()->isEnabled()); + fw.dirOperator()->highlightFile(KFileItem{subDirUrl}); + QCOMPARE(fw.locationEdit()->currentText(), subDirUrl.fileName()); + fw.slotOk(); // Accept the selected Dir + fw.accept(); // Accept the popup + + // THEN + QCOMPARE(acceptedSpy.count(), 1); + QCOMPARE(fw.selectedUrl(), subDirUrl); +} + QTEST_MAIN(KFileWidgetTest) #include "kfilewidgettest.moc" diff --git a/local/recipes/kde/kf6-kio/source/autotests/kiotesthelper.h b/local/recipes/kde/kf6-kio/source/autotests/kiotesthelper.h index aac7a7217b..115a0214c9 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kiotesthelper.h +++ b/local/recipes/kde/kf6-kio/source/autotests/kiotesthelper.h @@ -26,10 +26,6 @@ #include "kioglobal_p.h" // to be used in QTemporaryDir constructor, will ensure absolute path temporary directory -QString tmpDirTemplate() -{ - return QDir::tempPath() + QStringLiteral("/kiotests_XXXXXX"); -} QString homeTmpDir() { @@ -84,7 +80,7 @@ static void createTestSymlink(const QString &path, const QByteArray &target = "/ qFatal("couldn't create symlink: %s", strerror(errno)); } QT_STATBUF buf; - QVERIFY(QT_LSTAT(QFile::encodeName(path), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(path), &buf), 0); QVERIFY(Utils::isLinkMask(buf.st_mode)); // qDebug( "symlink %s created", qPrintable( path ) ); QVERIFY(QFileInfo(path).isSymLink()); @@ -98,7 +94,7 @@ void createTestPipe(const QString &path) qFatal("couldn't create named pipe: %s", strerror(errno)); } QT_STATBUF buf; - QVERIFY(QT_LSTAT(QFile::encodeName(path), &buf) == 0); + QCOMPARE(QT_LSTAT(QFile::encodeName(path), &buf), 0); QVERIFY(S_ISFIFO(buf.st_mode)); #else // to not change the filecount everywhere in the tests diff --git a/local/recipes/kde/kf6-kio/source/autotests/kmountpointtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kmountpointtest.cpp index 9450896050..fea591c1d4 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kmountpointtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kmountpointtest.cpp @@ -19,6 +19,11 @@ void KMountPointTest::initTestCase() void KMountPointTest::testCurrentMountPoints() { + // on Windows we just create pseudo mount points for drives, that will fail the tests below +#ifdef Q_OS_WIN + QSKIP("Skipping test on Windows, KMountPoint only has pseudo mounts for drive letters"); +#endif + const KMountPoint::List mountPoints = KMountPoint::currentMountPoints(KMountPoint::NeedRealDeviceName); if (mountPoints.isEmpty()) { // can happen in chroot jails QSKIP("mtab is empty"); @@ -39,6 +44,8 @@ void KMountPointTest::testCurrentMountPoints() if (!mountPoint->realDeviceName().isEmpty() && !mountWithDevice) { mountWithDevice = mountPoint; } + + QVERIFY(mountPoints.findByPath(mountPoint->mountPoint()) != nullptr); } if (!mountWithDevice) { @@ -73,6 +80,8 @@ void KMountPointTest::testCurrentMountPoints() } else { QCOMPARE(homeMountPoint->mountPoint(), QDir(QStringLiteral("/home")).canonicalPath()); } + + QCOMPARE(homeMountPoint->deviceId(), homeStatBuff.st_dev); } else { qDebug() << "/home doesn't seem to exist, skipping test"; } @@ -136,6 +145,11 @@ void KMountPointTest::testCurrentMountPointOptions() void KMountPointTest::testPossibleMountPoints() { + // on Windows we just create pseudo mount points for drives, that will fail the tests below +#ifdef Q_OS_WIN + QSKIP("Skipping test on Windows, KMountPoint only has pseudo mounts for drive letters"); +#endif + const KMountPoint::List mountPoints = KMountPoint::possibleMountPoints(KMountPoint::NeedRealDeviceName | KMountPoint::NeedMountOptions); if (mountPoints.isEmpty()) { // can happen in chroot jails QSKIP("fstab is empty"); diff --git a/local/recipes/kde/kf6-kio/source/autotests/knewfilemenutest.cpp b/local/recipes/kde/kf6-kio/source/autotests/knewfilemenutest.cpp index c56a7c8a72..7ef3c0faed 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/knewfilemenutest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/knewfilemenutest.cpp @@ -7,7 +7,12 @@ #include +#include +#include +#include #include +#include +#include #include #include #include @@ -16,6 +21,9 @@ #include #include +#include +#include +#include #include #include #include @@ -69,15 +77,30 @@ private Q_SLOTS: // The files in template dirs are traversed only once QFile templ(m_xdgConfigDir + "/test-templates/test-text.desktop"); QVERIFY(templ.open(QIODevice::WriteOnly)); - const QByteArray contents = + const QByteArray contents1 = "[Desktop Entry]\n" "Name=Custom...\n" "Type=Link\n" "URL=TestTextFile.txt\n" "Icon=text-plain\n"; - templ.write(contents); + templ.write(contents1); templ.close(); + QFile templText(m_xdgConfigDir + "/test-templates/TestTextFile.txt"); + QVERIFY(templText.open(QIODevice::WriteOnly)); + templText.close(); + + QFile notExist(m_xdgConfigDir + "/test-templates/not-existing.desktop"); + QVERIFY(notExist.open(QIODevice::WriteOnly)); + const QByteArray contents2 = + "[Desktop Entry]\n" + "Name=Doesn't exist\n" + "Type=Link\n" + "URL=NonExisting.txt\n" + "Icon=text-plain\n"; + + notExist.write(contents2); + notExist.close(); QDir folderTemplate(templatesLoc + "/my-folder"); QVERIFY(folderTemplate.mkdir(folderTemplate.path())); @@ -93,6 +116,28 @@ private Q_SLOTS: QDir(m_xdgConfigDir + "/test-templates").removeRecursively(); } + void openActionText(KNewFileMenu *menu, const QString actionText) + { + QAction *action = menu; + QVERIFY(action); + QAction *textAct = nullptr; + const QList actionsList = action->menu()->actions(); + for (QAction *act : actionsList) { + if (act->text().contains(actionText)) { + textAct = act; + } + } + QVERIFY(textAct != nullptr); + if (!textAct) { + for (const QAction *act : actionsList) { + qDebug() << act << act->text() << act->data(); + } + const QString err = QLatin1String("action with text \"") + actionText + QLatin1String("\" not found."); + QVERIFY2(textAct, qPrintable(err)); + } + textAct->trigger(); + } + // Ensure that we can use storedPut() with a qrc file as input // similar to JobTest::storedPutIODeviceFile, but with a qrc file as input // (and here because jobtest doesn't link to KIO::FileWidgets, which has the qrc) @@ -209,24 +254,7 @@ private Q_SLOTS: menu.setSelectDirWhenAlreadyExist(true); menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); menu.checkUpToDate(); - QAction *action = &menu; - QVERIFY(action); - QAction *textAct = nullptr; - const QList actionsList = action->menu()->actions(); - for (QAction *act : actionsList) { - if (act->text().contains(actionText)) { - textAct = act; - } - } - QVERIFY(textAct != nullptr); - if (!textAct) { - for (const QAction *act : actionsList) { - qDebug() << act << act->text() << act->data(); - } - const QString err = QLatin1String("action with text \"") + actionText + QLatin1String("\" not found."); - QVERIFY2(textAct, qPrintable(err)); - } - textAct->trigger(); + openActionText(&menu, actionText); QDialog *dialog; // QTRY_ because a NameFinderJob could be running and the dialog will be shown when @@ -256,7 +284,7 @@ private Q_SLOTS: lineEdit->setText(typedFilename); } QUrl emittedUrl; - QSignalSpy spy(&menu, &KNewFileMenu::fileCreated); + QSignalSpy fileCreatedSpy(&menu, &KNewFileMenu::fileCreated); QSignalSpy folderSpy(&menu, &KNewFileMenu::directoryCreated); // expectedFilename is empty in the "Folder already exists" case, the button won't @@ -284,10 +312,10 @@ private Q_SLOTS: QVERIFY(QFileInfo(path).isDir()); } } else { - if (spy.isEmpty()) { - QVERIFY(spy.wait(1000)); + if (fileCreatedSpy.isEmpty()) { + QVERIFY(fileCreatedSpy.wait(2000)); } - emittedUrl = spy.at(0).at(0).toUrl(); + emittedUrl = fileCreatedSpy.at(0).at(0).toUrl(); QVERIFY(QFile::exists(path)); if (actionText != QLatin1String("Link to File")) { QFile file(path); @@ -306,14 +334,19 @@ private Q_SLOTS: KNewFileMenu menu(this); menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); menu.checkUpToDate(); - const auto list = menu.menu()->actions(); - auto it = std::find_if(list.cbegin(), list.cend(), [](QAction *act) { + const auto list1 = menu.menu()->actions(); + auto it = std::find_if(list1.cbegin(), list1.cend(), [](QAction *act) { return act->text() == QStringLiteral("Custom..."); }); - QVERIFY(it != list.cend()); + QVERIFY(it != list1.cend()); // There is a separator between system-wide templates and the ones // from the user's home QVERIFY((*--it)->isSeparator()); + const auto list2 = menu.menu()->actions(); + it = std::find_if(list2.cbegin(), list2.cend(), [](QAction *act) { + return act->text() == QStringLiteral("Doesn't exist"); + }); + QVERIFY(it == list2.cend()); } void testParsingSimpleTemplates() @@ -333,6 +366,238 @@ private Q_SLOTS: QVERIFY(itScript != list.cend()); } + void testForbidTildeUsername_data() + { + QString tildeUsername = QLatin1Char('~') + QDir::home().dirName(); + QTest::addColumn("actionText"); // the action we're clicking on + QTest::addColumn("typedFilename"); // what the user is typing + QTest::addColumn("filenameAllowed"); // is the filename allowed, compared to OK button status + + QTest::newRow("text file is ~username.txt") << "Text File" << tildeUsername + ".txt" << true; + QTest::newRow("text file is ~username") << "Text File" << tildeUsername << false; + + QTest::newRow("html file is ~username.html") << "HTML File" << tildeUsername + ".html" << true; + QTest::newRow("html file is ~username") << "HTML File" << tildeUsername << false; + + QTest::newRow("folder starts with ~") << "Folder..." + << "~folder1" << true; + QTest::newRow("folder name is ~username") << "Folder..." << tildeUsername << false; + } + + void testForbidTildeUsername() + { + QFETCH(QString, actionText); + QFETCH(QString, typedFilename); + QFETCH(bool, filenameAllowed); + + QWidget parentWidget; + KNewFileMenu menu(this); + menu.setModal(false); + menu.setParentWidget(&parentWidget); + menu.setSelectDirWhenAlreadyExist(false); + menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); + menu.checkUpToDate(); + openActionText(&menu, actionText); + + QDialog *dialog; + // QTRY_ because a NameFinderJob could be running and the dialog will be shown when + // it finishes. + QTRY_VERIFY(dialog = parentWidget.findChild()); + + QLineEdit *lineEdit = dialog->findChild(); + KMessageWidget *msgWidget = dialog->findChild(); + QSignalSpy msgSpy(msgWidget, &KMessageWidget::showAnimationFinished); + QVERIFY(lineEdit); + lineEdit->setText(typedFilename); + QVERIFY(msgSpy.wait(1000)); + + QDialogButtonBox *buttonsList = dialog->findChild(); + QVERIFY(buttonsList); + auto okButton = buttonsList->button(QDialogButtonBox::Ok); + QVERIFY(okButton); + auto cancelButton = buttonsList->button(QDialogButtonBox::Cancel); + QVERIFY(cancelButton); + + // No need to create new file, we just want to see if the OK button is enabled or not + QCOMPARE(okButton->isEnabled(), filenameAllowed); + cancelButton->click(); + } + + void testNoCustomIconOnFile() + { + QWidget parentWidget; + KNewFileMenu menu(this); + menu.setModal(false); + menu.setParentWidget(&parentWidget); + menu.setSelectDirWhenAlreadyExist(false); + menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); + menu.checkUpToDate(); + + openActionText(&menu, QStringLiteral("Text File")); + + QDialog *dialog; + // QTRY_ because a NameFinderJob could be running and the dialog will be shown when + // it finishes. + QTRY_VERIFY(dialog = parentWidget.findChild()); + + KCollapsibleGroupBox *chooseIconBox = dialog->findChild(); + QVERIFY(chooseIconBox); + QVERIFY(!chooseIconBox->isVisibleTo(dialog)); + QVERIFY(!chooseIconBox->isExpanded()); + } + + void testFolderIconCollection_data() + { + QTest::addColumn("buttonIndex"); + QTest::addColumn("iconName"); + QTest::addColumn("expectsIcon"); + + QTest::newRow("default") << 0 << QStringLiteral("inode-directory") << false; + QTest::newRow("red") << 1 << QStringLiteral("folder-red") << true; + QTest::newRow("yellow") << 2 << QStringLiteral("folder-yellow") << true; + QTest::newRow("orange") << 3 << QStringLiteral("folder-orange") << true; + QTest::newRow("green") << 4 << QStringLiteral("folder-green") << true; + QTest::newRow("cyan") << 5 << QStringLiteral("folder-cyan") << true; + QTest::newRow("blue") << 6 << QStringLiteral("folder-blue") << true; + QTest::newRow("violet") << 7 << QStringLiteral("folder-violet") << true; + QTest::newRow("brown") << 8 << QStringLiteral("folder-brown") << true; + QTest::newRow("grey") << 9 << QStringLiteral("folder-grey") << true; + + QTest::newRow("bookmark") << 10 << QStringLiteral("folder-bookmark") << true; + QTest::newRow("cloud") << 11 << QStringLiteral("folder-cloud") << true; + QTest::newRow("development") << 12 << QStringLiteral("folder-development") << true; + QTest::newRow("games") << 13 << QStringLiteral("folder-games") << true; + QTest::newRow("mail") << 14 << QStringLiteral("folder-mail") << true; + QTest::newRow("music") << 15 << QStringLiteral("folder-music") << true; + QTest::newRow("print") << 16 << QStringLiteral("folder-print") << true; + QTest::newRow("tar") << 17 << QStringLiteral("folder-tar") << true; + QTest::newRow("temp") << 18 << QStringLiteral("folder-temp") << true; + QTest::newRow("important") << 19 << QStringLiteral("folder-important") << true; + } + + void testFolderIconCollection() + { + QFETCH(int, buttonIndex); + QFETCH(QString, iconName); + QFETCH(bool, expectsIcon); + + // Reset persisted icon-picker state before the first row so re-runs are deterministic. + if (buttonIndex == 0) { + KSharedConfig::openStateConfig(QStringLiteral("kiostaterc")) + ->group(QStringLiteral("New File Menu")) + .deleteEntry(QStringLiteral("ShowFolderIconPicker")); + } + + QWidget parentWidget; + KNewFileMenu menu(this); + menu.setModal(false); + menu.setParentWidget(&parentWidget); + menu.setSelectDirWhenAlreadyExist(false); + menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); + menu.checkUpToDate(); + + openActionText(&menu, QStringLiteral("Folder...")); + + QDialog *dialog; + // QTRY_ because a NameFinderJob could be running and the dialog will be shown when + // it finishes. + QTRY_VERIFY(dialog = parentWidget.findChild()); + + KCollapsibleGroupBox *chooseIconBox = dialog->findChild(); + QVERIFY(chooseIconBox); + QVERIFY(chooseIconBox->isVisibleTo(dialog)); + + // It should remember that it was expanded (state is reset above for the first row). + if (buttonIndex == 0) { + QVERIFY(!chooseIconBox->isExpanded()); + } else { + QVERIFY(chooseIconBox->isExpanded()); + } + + chooseIconBox->setExpanded(true); + + QGridLayout *folderIconGrid = chooseIconBox->findChild(); + QVERIFY(folderIconGrid); + QCOMPARE(folderIconGrid->count(), 20); + + QLabel *iconLabel = dialog->findChild("iconLabel"); + QVERIFY(iconLabel); + + const QString defaultFolderIconName = QStringLiteral("inode-directory"); + QCOMPARE(iconLabel->property("iconName").toString(), defaultFolderIconName); + + QToolButton *firstIconButton = qobject_cast(folderIconGrid->itemAt(0)->widget()); + QVERIFY(firstIconButton); + QCOMPARE(firstIconButton->icon().name(), defaultFolderIconName); + QVERIFY(firstIconButton->isChecked()); + + QToolButton *button = qobject_cast(folderIconGrid->itemAt(buttonIndex)->widget()); + QVERIFY(button); + QCOMPARE(button->icon().name(), iconName); + + button->click(); + QVERIFY(button->isChecked()); + QCOMPARE(iconLabel->property("iconName").toString(), iconName); + + QDialogButtonBox *buttonsList = dialog->findChild(); + QVERIFY(buttonsList); + auto okButton = buttonsList->button(QDialogButtonBox::Ok); + QVERIFY(okButton); + + QSignalSpy folderSpy(&menu, &KNewFileMenu::directoryCreated); + QSignalSpy dirCreationRejectedSpy(&menu, &KNewFileMenu::directoryCreationRejected); + QSignalSpy fileCreationRejectedSpy(&menu, &KNewFileMenu::fileCreationRejected); + okButton->click(); + + QVERIFY(folderSpy.wait(1000)); + QUrl emittedUrl = folderSpy.at(0).at(0).toUrl(); + + const QString desktopPath = emittedUrl.toLocalFile() + QLatin1String("/.directory"); + QCOMPARE(QFileInfo::exists(desktopPath), expectsIcon); + + if (expectsIcon) { + KDesktopFile desktopFile{desktopPath}; + QCOMPARE(desktopFile.readIcon(), iconName); + } + QCOMPARE(dirCreationRejectedSpy.count(), 0); + QCOMPARE(fileCreationRejectedSpy.count(), 0); + } + + void testDirectoryCreationRejected() + { + QWidget parentWidget; + KNewFileMenu menu(this); + menu.setModal(false); + menu.setParentWidget(&parentWidget); + menu.setSelectDirWhenAlreadyExist(false); + menu.setWorkingDirectory(QUrl::fromLocalFile(m_tmpDir.path())); + menu.checkUpToDate(); + + openActionText(&menu, QStringLiteral("Folder...")); + + QDialog *dialog; + // QTRY_ because a NameFinderJob could be running and the dialog will be shown when + // it finishes. + QTRY_VERIFY(dialog = parentWidget.findChild()); + + QDialogButtonBox *buttonsList = dialog->findChild(); + QVERIFY(buttonsList); + auto cancelButton = buttonsList->button(QDialogButtonBox::Cancel); + QVERIFY(cancelButton); + + QSignalSpy folderSpy(&menu, &KNewFileMenu::directoryCreated); + QSignalSpy dirCreationRejectedSpy(&menu, &KNewFileMenu::directoryCreationRejected); + QSignalSpy fileCreationRejectedSpy(&menu, &KNewFileMenu::fileCreationRejected); + cancelButton->click(); + + QCOMPARE(folderSpy.count(), 0); + QCOMPARE(dirCreationRejectedSpy.count(), 1); + QCOMPARE(fileCreationRejectedSpy.count(), 0); + } + + // TODO test custom folder icon and that it remembers it. + // But that needs access to KNewFileMenuPrivate and therefore a bit of shuffling of files and classes. + private: QTemporaryDir m_tmpDir; QString m_xdgConfigDir; diff --git a/local/recipes/kde/kf6-kio/source/autotests/krecentdocumenttest.cpp b/local/recipes/kde/kf6-kio/source/autotests/krecentdocumenttest.cpp index 54248b399d..ee4652d040 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/krecentdocumenttest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/krecentdocumenttest.cpp @@ -130,25 +130,28 @@ void KRecentDocumentTest::testXbelBookmarkMaxEntries() config.writeEntry(QStringLiteral("UseRecent"), true); config.writeEntry(QStringLiteral("MaxEntries"), 3); - auto tempFiles = QList(); + auto currentPath = QDir::currentPath(); + QStringList tempFiles; for (int i = 0; i < 15; ++i) { - QFile *tempFile = new QFile(QDir::currentPath() + "/temp File" + QString::number(i)); - QVERIFY(tempFile->open(QIODevice::WriteOnly)); - tempFile->close(); - tempFiles << tempFile; + QString fileName(QStringLiteral("%1/temp File %2").arg(currentPath, QString::number(i))); + QFile tempFile(fileName); + QVERIFY(tempFile.open(QIODevice::WriteOnly)); + tempFile.close(); - KRecentDocument::add(QUrl::fromLocalFile(tempFile->fileName()), QStringLiteral("my-application")); + KRecentDocument::add(QUrl::fromLocalFile(fileName), QStringLiteral("my-application")); + + tempFiles.push_back(fileName); } const auto recentUrls = KRecentDocument::recentUrls(); QCOMPARE(recentUrls.length(), 3); for (int i = 0; i < 3; ++i) { - QCOMPARE(recentUrls.at(i).fileName(), "temp File" + QString::number(i + 12)); + QCOMPARE(recentUrls.at(i).fileName(), QStringLiteral("temp File %1").arg(QString::number(i + 12))); } - for (auto &f : tempFiles) { - f->remove(); + for (const auto &fileName : tempFiles) { + QFile::remove(fileName); } } diff --git a/local/recipes/kde/kf6-kio/source/autotests/kurifiltertest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kurifiltertest.cpp index b387241c1c..e15657eb95 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kurifiltertest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kurifiltertest.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -238,7 +239,13 @@ void KUriFilterTest::localFiles_data() addRow("~/.bashrc", QDir::homePath() + QStringLiteral("/.bashrc"), KUriFilterData::LocalFile, QStringList(QStringLiteral("kshorturifilter"))); } addRow("~", QDir::homePath(), KUriFilterData::LocalDir, QStringList(QStringLiteral("kshorturifilter")), QStringLiteral("/tmp")); - addRow("~bin", nullptr, KUriFilterData::LocalDir, QStringList(QStringLiteral("kshorturifilter"))); + + // this test case relies on the 'bin' user being there + KUser user("bin"); + if (user.isValid()) { + addRow("~bin", nullptr, KUriFilterData::LocalDir, QStringList(QStringLiteral("kshorturifilter"))); + } + addRow("~does_not_exist", nullptr, KUriFilterData::Error, QStringList(QStringLiteral("kshorturifilter"))); addRow("~/does_not_exist", QDir::homePath() + "/does_not_exist", KUriFilterData::LocalFile, QStringList(QStringLiteral("kshorturifilter"))); diff --git a/local/recipes/kde/kf6-kio/source/autotests/kurlnavigatortest.cpp b/local/recipes/kde/kf6-kio/source/autotests/kurlnavigatortest.cpp index 94ac9eb424..bf509a13d3 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/kurlnavigatortest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/kurlnavigatortest.cpp @@ -156,7 +156,7 @@ void KUrlNavigatorTest::testHistoryInsert() QCOMPARE(m_navigator->historySize(), 4); } -/** +/*! * When the current URL is inside an archive and the user goes "up", it is expected * that the new URL is that of the folder containing the archive (unless the URL was * in a subfolder inside the archive). Furthermore, the protocol should be "file". @@ -202,6 +202,7 @@ void KUrlNavigatorTest::testUrlParsing_data() QTest::newRow("homeDir") << QStringLiteral("~") << QUrl::fromLocalFile(QDir::homePath()); KUser user(KUser::UseRealUserID); QTest::newRow("userHomeDir") << (QStringLiteral("~") + user.loginName()) << QUrl::fromLocalFile(user.homeDir()); + QTest::newRow("enviromentVariables") << QStringLiteral("$HOME") << QUrl::fromLocalFile(user.homeDir()); } void KUrlNavigatorTest::testUrlParsing() @@ -219,12 +220,17 @@ void KUrlNavigatorTest::testUrlParsing() void KUrlNavigatorTest::testRelativePaths() { +#ifdef Q_OS_WIN + QSKIP("Skipping test using a symlink on Windows"); +#endif + QTemporaryDir tempDir; const QString tempDirPath = tempDir.path(); const QString dirA = tempDirPath + QLatin1String("/a"); const QString dirB = tempDirPath + QLatin1String("/a/b"); const QString dirC = tempDirPath + QLatin1String("/.c"); const QString link = tempDirPath + QLatin1String("/l"); + const QString trash = QLatin1String("trash:/"); createTestDirectory(dirA); createTestDirectory(dirB); createTestDirectory(dirC); @@ -238,6 +244,7 @@ void KUrlNavigatorTest::testRelativePaths() const QUrl tempDirUrl = QUrl::fromLocalFile(tempDirPath); const QUrl dirAUrl = QUrl::fromLocalFile(dirA); const QUrl linkUrl = QUrl::fromLocalFile(link); + const QUrl trashUrl = QUrl(trash); // Change to tempDir m_navigator->setLocationUrl(tempDirUrl); @@ -263,7 +270,7 @@ void KUrlNavigatorTest::testRelativePaths() // Test "..", which should go up in the dir hierarchy m_navigator->editor()->setCurrentText(QStringLiteral("..")); QTest::keyClick(m_navigator->editor(), Qt::Key_Enter); - QTRY_COMPARE(m_navigator->locationUrl(), tempDirUrl); + QTRY_COMPARE(m_navigator->locationUrl().adjusted(QUrl::StripTrailingSlash), tempDirUrl); // Replace all the text with ".c" m_navigator->editor()->setCurrentText(QStringLiteral(".c")); @@ -298,6 +305,14 @@ void KUrlNavigatorTest::testRelativePaths() m_navigator->editor()->setCurrentText(QStringLiteral("../../l")); QTest::keyClick(m_navigator->editor(), Qt::Key_Enter); QTRY_COMPARE(m_navigator->locationUrl(), linkUrl); + + // Go to trash: + m_navigator->setLocationUrl(trashUrl); + m_navigator->setUrlEditable(true); + // Replace all the text with "a" + m_navigator->editor()->setCurrentText(QStringLiteral("/a")); + QTest::keyClick(m_navigator->editor(), Qt::Key_Enter); + QTRY_COMPARE(m_navigator->locationUrl(), QUrl::fromLocalFile("/a")); } void KUrlNavigatorTest::testFixUrlPath_data() diff --git a/local/recipes/kde/kf6-kio/source/autotests/listdirtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/listdirtest.cpp index 0fe3f0826a..087681d954 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/listdirtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/listdirtest.cpp @@ -45,6 +45,57 @@ void ListDirTest::numFilesTestCase() QCOMPARE(m_receivedEntryCount, numOfFiles); } +void ListDirTest::detailsTestCase_data() +{ + QTest::addColumn("details"); + QTest::addColumn>("expectedFields"); + QTest::newRow("StatBasic") << KIO::StatDetails(KIO::StatDetail::StatBasic) + << QList{ + KIO::UDSEntry::UDS_NAME, + KIO::UDSEntry::UDS_FILE_TYPE, + }; + QTest::newRow("StatBasicWithInode") << (KIO::StatDetail::StatBasic | KIO::StatDetail::StatInode) + << QList{ + KIO::UDSEntry::UDS_INODE, + KIO::UDSEntry::UDS_NAME, + KIO::UDSEntry::UDS_FILE_TYPE, + KIO::UDSEntry::UDS_SIZE, + KIO::UDSEntry::UDS_ACCESS, + KIO::UDSEntry::UDS_DEVICE_ID, + }; +} + +void ListDirTest::detailsTestCase() +{ +#ifdef Q_OS_WIN + QSKIP("Setting details is not supported on Windows"); +#endif + + QFETCH(KIO::StatDetails, details); + QFETCH(QList, expectedFields); + + QTemporaryDir tempDir; + QVERIFY(tempDir.isValid()); + const QUrl dirUrl = QUrl::fromLocalFile(tempDir.path()); + + createEmptyTestFiles(10, tempDir.path()); + + auto job = std::unique_ptr(KIO::listDir(dirUrl, KIO::HideProgressInfo, KIO::ListJob::ListFlag::IncludeHidden)); + job->setDetails(details); + job->setUiDelegate(nullptr); + + QSignalSpy spy(job.get(), &KIO::ListJob::entries); + QVERIFY(spy.wait(1000)); + + const KIO::UDSEntryList entries = spy.takeFirst().at(1).value(); + for (const KIO::UDSEntry &entry : entries) { + QCOMPARE(entry.count(), expectedFields.count()); + for (KIO::UDSEntry::StandardFieldTypes expectedField : expectedFields) { + QVERIFY(entry.contains(expectedField)); + } + } +} + void ListDirTest::slotEntries(KIO::Job *, const KIO::UDSEntryList &entries) { m_receivedEntryCount += entries.count(); diff --git a/local/recipes/kde/kf6-kio/source/autotests/listdirtest.h b/local/recipes/kde/kf6-kio/source/autotests/listdirtest.h index aea2fbc1e0..f6f869fa56 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/listdirtest.h +++ b/local/recipes/kde/kf6-kio/source/autotests/listdirtest.h @@ -22,6 +22,9 @@ private Q_SLOTS: void numFilesTestCase_data(); void numFilesTestCase(); + void detailsTestCase_data(); + void detailsTestCase(); + void slotEntries(KIO::Job *job, const KIO::UDSEntryList &entries); private: diff --git a/local/recipes/kde/kf6-kio/source/autotests/metadatatest.cpp b/local/recipes/kde/kf6-kio/source/autotests/metadatatest.cpp new file mode 100644 index 0000000000..d815b2f8fd --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/metadatatest.cpp @@ -0,0 +1,136 @@ +/* + SPDX-FileCopyrightText: 2025 Friedrich W. H. Kossebau + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#include "metadatatest.h" + +#include + +#include + +using namespace Qt::StringLiterals; + +// typedef needed for passing _data() method +using TestDataMap = QMap; + +void MetaDataTest::testToVariant() +{ + const TestDataMap data = { + {u"keyA"_s, u"valueOne"_s}, + {u"keyB"_s, u"valueTwo"_s}, + }; + + // create + KIO::MetaData metaData; + for (const auto &[key, value] : data.asKeyValueRange()) { + metaData.insert(key, value); + } + QCOMPARE(metaData.size(), data.size()); + + // call to be tested method + const QVariant variant = metaData.toVariant(); + + // inspect properties + QCOMPARE(variant.typeId(), QMetaType::QVariantMap); + + const QVariantMap variantMap = variant.toMap(); + QCOMPARE(variantMap.size(), data.size()); + + auto it = variantMap.begin(); + for (const auto &[expectedKey, expectedValue] : data.asKeyValueRange()) { + const QString &mapKey = it.key(); + QCOMPARE(mapKey, expectedKey); + + const QVariant &mapValue = it.value(); + QCOMPARE(mapValue.typeId(), QMetaType::QString); + QCOMPARE(mapValue.toString(), expectedValue); + + ++it; + } +} + +// typedef needed for passing _data() method +// type used as arg type for MetaData::operator+=() +using VariantMap = QMap; + +void MetaDataTest::testOperatorPlusEqualVariantMap_data() +{ + QTest::addColumn("originalData"); + QTest::addColumn("operandData"); + QTest::addColumn("expectedData"); + + const QString keyA = u"keyA"_s; + const QString keyB = u"keyB"_s; + const QString valueOne = u"valueOne"_s; + const QString valueTwo = u"valueTwo"_s; + const QString digit3 = u"3"_s; + + /* clang-format off */ + QTest::newRow("empty+empty") + << TestDataMap() + << VariantMap() + << TestDataMap(); + + QTest::newRow("A+B") + << TestDataMap{{keyA, valueOne}} + << VariantMap{{keyB, QVariant(valueTwo)}} + << TestDataMap{{keyA, valueOne}, {keyB, valueTwo}}; + + QTest::newRow("A+3") + << TestDataMap{{keyA, valueOne}} + << VariantMap{{keyB, QVariant(3)}} + << TestDataMap{{keyA, valueOne}, {keyB, digit3}}; + + QTest::newRow("A+A") + << TestDataMap{{keyA, valueOne}} + << VariantMap{{keyA, QVariant(valueOne)}} + << TestDataMap{{keyA, valueOne}}; + + QTest::newRow("A+otherA") + << TestDataMap{{keyA, valueOne}} + << VariantMap{{keyA, QVariant(valueTwo)}} + << TestDataMap{{keyA, valueTwo}}; + + QTest::newRow("A+otherTypeA") + << TestDataMap{{keyA, valueOne}} + << VariantMap{{keyA, QVariant(3)}} + << TestDataMap{{keyA, digit3}}; + /* clang-format on */ +} + +void MetaDataTest::testOperatorPlusEqualVariantMap() +{ + QFETCH(const TestDataMap, originalData); + QFETCH(const VariantMap, operandData); + QFETCH(const TestDataMap, expectedData); + + // create + KIO::MetaData metaData; + for (const auto &[key, value] : originalData.asKeyValueRange()) { + metaData.insert(key, value); + } + QCOMPARE(metaData.size(), originalData.size()); + + // call to be tested method + metaData += operandData; + + // check result + QCOMPARE(metaData.size(), expectedData.size()); + + auto it = metaData.begin(); + for (const auto &[expectedKey, expectedValue] : expectedData.asKeyValueRange()) { + const QString &metaDataKey = it.key(); + QCOMPARE(metaDataKey, expectedKey); + + const QString &metaDataValue = it.value(); + QCOMPARE(metaDataValue, expectedValue); + + ++it; + } +} + +QTEST_GUILESS_MAIN(MetaDataTest) + +#include "moc_metadatatest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/metadatatest.h b/local/recipes/kde/kf6-kio/source/autotests/metadatatest.h new file mode 100644 index 0000000000..e5a74030f7 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/metadatatest.h @@ -0,0 +1,23 @@ +/* + SPDX-FileCopyrightText: 2025 Friedrich W. H. Kossebau + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#ifndef KIO_METADATATEST_H +#define KIO_METADATATEST_H + +#include + +class MetaDataTest : public QObject +{ + Q_OBJECT + +private Q_SLOTS: + void testToVariant(); + + void testOperatorPlusEqualVariantMap_data(); + void testOperatorPlusEqualVariantMap(); +}; + +#endif diff --git a/local/recipes/kde/kf6-kio/source/autotests/mimetypefinderjobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/mimetypefinderjobtest.cpp index 5a1fb88039..9a41ac7fc3 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/mimetypefinderjobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/mimetypefinderjobtest.cpp @@ -76,6 +76,8 @@ void MimeTypeFinderJobTest::determineMimeType() QVERIFY2(job->exec(), qPrintable(job->errorString())); QCOMPARE(job->mimeType(), mimeType); + // Check that the result is the same when accessing the source, skip on Windows +#ifndef Q_OS_WIN // Check that the result is the same when accessing the source // file through a symbolic link (bug #436708) const QString srcLink = srcDir + QLatin1String("/link_") + fileName; @@ -85,6 +87,7 @@ void MimeTypeFinderJobTest::determineMimeType() job = new KIO::MimeTypeFinderJob(linkUrl, this); QVERIFY2(job->exec(), qPrintable(job->errorString())); QCOMPARE(job->mimeType(), mimeType); +#endif } void MimeTypeFinderJobTest::invalidUrl() diff --git a/local/recipes/kde/kf6-kio/source/autotests/openurljobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/openurljobtest.cpp index 9b6963654a..5380d25f45 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/openurljobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/openurljobtest.cpp @@ -101,7 +101,10 @@ static void createSrcFile(const QString &path) static QString readFile(const QString &path) { QFile file(path); - file.open(QIODevice::ReadOnly); + if (!file.open(QIODevice::ReadOnly)) { + qWarning() << "Could not open file in readonly" << path; + exit(1); + } return QString::fromLocal8Bit(file.readAll()).trimmed(); } @@ -168,7 +171,9 @@ void OpenUrlJobTest::startProcess() // We can find out that it was executed because it writes to "dest". const QString dest = m_tempDir.path() + "/dest"; QTRY_VERIFY2(QFile::exists(dest), qPrintable(dest)); - QCOMPARE(readFile(dest), srcFile); + QTRY_COMPARE(readFile(dest), srcFile); + + QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete); } void OpenUrlJobTest::noServiceNoHandler() @@ -187,7 +192,7 @@ void OpenUrlJobTest::noServiceNoHandler() void OpenUrlJobTest::invalidUrl() { - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl(":/"), QStringLiteral("text/plain"), this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl(":/"), QStringLiteral("text/plain"), this)); QVERIFY(!job->exec()); QCOMPARE(job->error(), KIO::ERR_MALFORMED_URL); QCOMPARE(job->errorString(), QStringLiteral("Malformed URL\nRelative URL's path component contains ':' before any '/'; source was \":/\"; path = \":/\"")); @@ -218,7 +223,7 @@ void OpenUrlJobTest::refuseRunningLocalBinaries() QFETCH(QString, mimeType); - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl::fromLocalFile(QCoreApplication::applicationFilePath()), mimeType, this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl::fromLocalFile(QCoreApplication::applicationFilePath()), mimeType, this)); QVERIFY(!job->exec()); QCOMPARE(job->error(), KJob::UserDefinedError); QVERIFY2(job->errorString().contains("For security reasons, launching executables is not allowed in this context."), qPrintable(job->errorString())); @@ -237,7 +242,7 @@ void OpenUrlJobTest::refuseRunningRemoteNativeExecutables() QFETCH(QString, mimeType); - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl("protocol://host/path/exe"), mimeType, this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl("protocol://host/path/exe"), mimeType, this)); job->setRunExecutables(true); // even with this enabled, an error will occur QVERIFY(!job->exec()); QCOMPARE(job->error(), KJob::UserDefinedError); @@ -254,7 +259,7 @@ void OpenUrlJobTest::notAuthorized() cg.sync(); loadUrlActionRestrictions(cg); - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl("file:///"), QStringLiteral("text/plain"), this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl("file:///"), QStringLiteral("text/plain"), this)); QVERIFY(!job->exec()); QCOMPARE(job->error(), KIO::ERR_ACCESS_DENIED); QCOMPARE(job->errorString(), QStringLiteral("Access denied to file:///.")); @@ -338,7 +343,7 @@ void OpenUrlJobTest::runNativeExecutable() // Note that it's missing executable permissions // When using OpenUrlJob to run the executable - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl::fromLocalFile(scriptFile), mimeType, this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl::fromLocalFile(scriptFile), mimeType, this)); job->setRunExecutables(true); // startProcess tests the case where this isn't set job->setUiDelegate(new KJobUiDelegate); @@ -517,7 +522,7 @@ void OpenUrlJobTest::launchExternalBrowser() dest = m_tempDir.path() + QLatin1String("/dest"); // see the .desktop file in writeApplicationDesktopFile } QTRY_VERIFY(QFileInfo::exists(dest)); // TRY because CommandLineLauncherJob finishes immediately - QCOMPARE(readFile(dest), remoteImage.toString()); + QTRY_COMPARE(readFile(dest), remoteImage.toString()); // Restore settings KConfigGroup(KSharedConfig::openConfig(), QStringLiteral("General")).deleteEntry("BrowserApplication"); @@ -526,7 +531,7 @@ void OpenUrlJobTest::launchExternalBrowser() void OpenUrlJobTest::nonExistingFile() { - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl::fromLocalFile(QStringLiteral("/does/not/exist")), this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl::fromLocalFile(QStringLiteral("/does/not/exist")), this)); QVERIFY(!job->exec()); QCOMPARE(job->error(), KIO::ERR_DOES_NOT_EXIST); QCOMPARE(job->errorString(), "The file or folder /does/not/exist does not exist."); @@ -556,7 +561,7 @@ void OpenUrlJobTest::ftpUrlWithKIO() { // This is just to test the statFile() code at least a bit const QUrl url(QStringLiteral("ftp://localhost:2")); // unlikely that anything is running on that port - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(url, this); + std::unique_ptr job(new KIO::OpenUrlJob(url, this)); QVERIFY(!job->exec()); QVERIFY(job->errorString() == QLatin1String("Could not connect to host localhost: Connection refused.") || job->errorString() == QLatin1String("Could not connect to host localhost: Network unreachable.")); @@ -570,9 +575,9 @@ void OpenUrlJobTest::takeOverAfterMimeTypeFound() const QString srcFile = srcDir + QLatin1String("/image.jpg"); createSrcFile(srcFile); - KIO::OpenUrlJob *job = new KIO::OpenUrlJob(QUrl::fromLocalFile(srcFile), this); + std::unique_ptr job(new KIO::OpenUrlJob(QUrl::fromLocalFile(srcFile), this)); QString foundMime = QStringLiteral("NONE"); - connect(job, &KIO::OpenUrlJob::mimeTypeFound, this, [&](const QString &mimeType) { + connect(job.get(), &KIO::OpenUrlJob::mimeTypeFound, this, [&](const QString &mimeType) { foundMime = mimeType; job->kill(); }); diff --git a/local/recipes/kde/kf6-kio/source/autotests/pastetest.cpp b/local/recipes/kde/kf6-kio/source/autotests/pastetest.cpp index ee1d86a90c..631dafd12a 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/pastetest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/pastetest.cpp @@ -195,7 +195,6 @@ void KIOPasteTest::testPasteJob() QVERIFY(spy.isValid()); QVERIFY(spyCopyJobStarted.isValid()); job->setUiDelegate(nullptr); - const bool expectedSuccess = !expectedFileName.isEmpty(); int copying = 0, moving = 0; connect(job, &KIO::PasteJob::copyJobStarted, this, [this, ©ing, &moving](KIO::CopyJob *copyJob) { @@ -207,8 +206,8 @@ void KIOPasteTest::testPasteJob() }); }); - QCOMPARE(job->exec(), expectedSuccess); - if (expectedSuccess) { + QCOMPARE(job->exec(), true); + if (!expectedFileName.isEmpty()) { const QString destFile = destDir + '/' + expectedFileName; QVERIFY2(QFile::exists(destFile), qPrintable(expectedFileName)); if (isDir) { diff --git a/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.cpp deleted file mode 100644 index ad395c22e4..0000000000 --- a/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.cpp +++ /dev/null @@ -1,120 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#include "privilegejobtest.h" - -#include - -#include -#include -#include -#include -#include -#include - -#include "kiotesthelper.h" - -QTEST_MAIN(PrivilegeJobTest) - -void PrivilegeJobTest::initTestCase() -{ - cleanupTestCase(); - homeTmpDir(); - m_testFilePath = homeTmpDir() + "testfile"; - createTestFile(m_testFilePath); - QVERIFY(QFile::exists(m_testFilePath)); - QVERIFY(QFile::setPermissions(homeTmpDir(), QFileDevice::ReadOwner | QFileDevice::ExeOwner)); -} - -void PrivilegeJobTest::cleanupTestCase() -{ - QFile::setPermissions(homeTmpDir(), QFileDevice::ReadOwner | QFileDevice::WriteOwner | QFileDevice::ExeOwner); - QDir(homeTmpDir()).removeRecursively(); -} - -void PrivilegeJobTest::privilegeChmod() -{ - KFileItem item(QUrl::fromLocalFile(m_testFilePath)); - const mode_t origPerm = item.permissions(); - mode_t newPerm = origPerm ^ S_IWGRP; - QVERIFY(newPerm != origPerm); - // Remove search permission - QVERIFY(QFile::setPermissions(homeTmpDir(), QFileDevice::ReadOwner)); - KFileItemList items; - items << item; - KIO::Job *job = KIO::chmod(items, newPerm, S_IWGRP, QString(), QString(), false, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QLatin1String("PrivilegeOperationAllowed")); - // Bring it back - QVERIFY(QFile::setPermissions(homeTmpDir(), QFileDevice::ReadOwner | QFileDevice::ExeOwner)); -} - -void PrivilegeJobTest::privilegeCopy() -{ - const QUrl src = QUrl::fromLocalFile(m_testFilePath); - const QUrl dest = QUrl::fromLocalFile(homeTmpDir() + "newtestfile"); - KIO::CopyJob *job = KIO::copy(src, dest, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -void PrivilegeJobTest::privilegeDelete() -{ - const QUrl url = QUrl::fromLocalFile(m_testFilePath); - KIO::DeleteJob *job = KIO::del(url, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -void PrivilegeJobTest::privilegeMkpath() -{ - const QUrl dirUrl = QUrl::fromLocalFile(homeTmpDir() + "testdir"); - KIO::MkpathJob *job = KIO::mkpath(dirUrl, QUrl(), KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -void PrivilegeJobTest::privilegePut() -{ - const QUrl url = QUrl::fromLocalFile(homeTmpDir() + "putfile"); - KIO::TransferJob *job = KIO::put(url, -1, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -void PrivilegeJobTest::privilegeRename() -{ - const QUrl src = QUrl::fromLocalFile(homeTmpDir() + "testfile"); - const QUrl dest = QUrl::fromLocalFile(homeTmpDir() + "newtestfile"); - KIO::SimpleJob *job = KIO::rename(src, dest, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -void PrivilegeJobTest::privileSymlink() -{ - const QString target = homeTmpDir() + "testfile"; - const QUrl dest = QUrl::fromLocalFile(homeTmpDir() + "symlink"); - KIO::SimpleJob *job = KIO::symlink(target, dest, KIO::HideProgressInfo); - job->addMetaData("UnitTesting", "true"); - job->setUiDelegate(nullptr); - QVERIFY2(job->exec(), qPrintable(job->errorString())); - QCOMPARE(job->queryMetaData("TestData"), QStringLiteral("PrivilegeOperationAllowed")); -} - -#include "moc_privilegejobtest.cpp" diff --git a/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.h b/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.h deleted file mode 100644 index d963bf6d75..0000000000 --- a/local/recipes/kde/kf6-kio/source/autotests/privilegejobtest.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#ifndef PRIVILEGEJOBTEST_H -#define PRIVILEGEJOBTEST_H - -#include - -class PrivilegeJobTest : public QObject -{ - Q_OBJECT -private Q_SLOTS: - void initTestCase(); - void cleanupTestCase(); - - void privilegeChmod(); - void privilegeCopy(); - void privilegeDelete(); - void privilegeMkpath(); - void privilegePut(); - void privilegeRename(); - void privileSymlink(); - -private: - QString m_testFilePath; -}; - -#endif diff --git a/local/recipes/kde/kf6-kio/source/autotests/threadtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/threadtest.cpp index d9f2366351..04595abf76 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/threadtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/threadtest.cpp @@ -7,85 +7,222 @@ #include -#include -#include +#include +#include +#include +#include #include "kio/filecopyjob.h" +#include "kio/transferjob.h" #include "kiotesthelper.h" // homeTmpDir, createTestFile etc. +#include "workerthread_p.h" // KIO::WorkerThread test hooks class KIOThreadTest : public QObject { Q_OBJECT private Q_SLOTS: void initTestCase(); - void concurrentCopying(); + void asyncConcurrentCopying(); + void copyJobFromThread(); + void cancelJobWhileWorkerIsBlocked(); + void cancelDoesNotFlushUnrelatedDeferredDeletes(); void cleanupTestCase(); private: - struct FileData; - bool copyLocalFile(FileData *fileData); + static bool copyLocalFile(const QString &src, const QString &dest); }; void KIOThreadTest::initTestCase() { QStandardPaths::setTestModeEnabled(true); - - // Start with a clean base dir cleanupTestCase(); - homeTmpDir(); // create it - - QCOMPARE(sizeof(int), sizeof(QAtomicInt)); - - Q_UNUSED(createTestDirectory); + homeTmpDir(); } void KIOThreadTest::cleanupTestCase() { QDir(homeTmpDir()).removeRecursively(); + + // A worker deref'd from inside an event loop (a job completing or being cancelled + // mid-dispatch) deletes its WorkerThread asynchronously through QThread::finished -> + // deleteLater(), rather than joining the thread under a running loop (that join is the + // bug 468673 deadlock). In a running application the next event-loop iteration reaps + // those threads; a test process exits right after its last loop, so on some Qt versions + // the queued DeferredDelete events are never delivered and LeakSanitizer reports the + // worker threads and their QPluginLoaders as leaked. Force-deliver them here. + // This drain used to live in ~Worker(), but flushing the global queue from a destructor + // re-entrantly freed unrelated objects mid-destruction; doing it once from the test + // teardown is the correct scope. + QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete); } -struct KIOThreadTest::FileData { - QString src; - QString dest; -}; - -bool KIOThreadTest::copyLocalFile(FileData *fileData) +bool KIOThreadTest::copyLocalFile(const QString &src, const QString &dest) { - // to verify the test harness: return QFile::copy(fileData->src, fileData->dest); - - const QUrl u = QUrl::fromLocalFile(fileData->src); - const QUrl d = QUrl::fromLocalFile(fileData->dest); - - // copy the file with file_copy - KIO::Job *job = KIO::file_copy(u, d, -1, KIO::HideProgressInfo); - // qDebug() << job << u << d; + const QUrl u = QUrl::fromLocalFile(src); + const QUrl d = QUrl::fromLocalFile(dest); + std::unique_ptr job(KIO::file_copy(u, d, -1, KIO::HideProgressInfo)); job->setUiDelegate(nullptr); - bool ret = job->exec(); - // qDebug() << job << "done"; - return ret; + return job->exec(); } -void KIOThreadTest::concurrentCopying() +void KIOThreadTest::asyncConcurrentCopying() { - const int numThreads = 20; - QList data(numThreads); - for (int i = 0; i < numThreads; ++i) { - data[i].src = homeTmpDir() + "file" + QString::number(i); - data[i].dest = homeTmpDir() + "file" + QString::number(i) + "_copied"; - createTestFile(data[i].src); + const int numFiles = 10; + QList srcs; + QList dests; + srcs.reserve(numFiles); + dests.reserve(numFiles); + for (int i = 0; i < numFiles; ++i) { + srcs << homeTmpDir() + QLatin1String("file") + QString::number(i); + dests << homeTmpDir() + QLatin1String("file") + QString::number(i) + QLatin1String("_copy"); + createTestFile(srcs.last()); } - QThreadPool tp; - tp.setMaxThreadCount(numThreads); - QList> futures(numThreads); - for (int i = 0; i < numThreads; ++i) { - futures[i] = QtConcurrent::run(&tp, &KIOThreadTest::copyLocalFile, this, &data[i]); - } - QVERIFY(tp.waitForDone(60000)); - for (int i = 0; i < numThreads; ++i) { - QVERIFY(QFile::exists(data[i].dest)); - QVERIFY(futures.at(i).result()); + // All jobs are queued before the event loop runs so the scheduler + // dispatches them concurrently from a single SchedulerPrivate instance. + int completedJobs = 0; + QEventLoop loop; + for (int i = 0; i < numFiles; ++i) { + auto *job = KIO::file_copy(QUrl::fromLocalFile(srcs.at(i)), QUrl::fromLocalFile(dests.at(i)), -1, KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + connect(job, &KJob::result, this, [&completedJobs, numFiles, &loop](KJob *j) { + QVERIFY(!j->error()); + if (++completedJobs == numFiles) { + loop.quit(); + } + }); } + QTimer::singleShot(std::chrono::seconds(60), &loop, &QEventLoop::quit); + loop.exec(); + + QCOMPARE(completedJobs, numFiles); + for (const QString &dest : std::as_const(dests)) { + QVERIFY(QFile::exists(dest)); + } +} + +void KIOThreadTest::copyJobFromThread() +{ + const QString src = homeTmpDir() + QLatin1String("src_thread"); + const QString dest = homeTmpDir() + QLatin1String("dst_thread"); + createTestFile(src); + + // One thread: Q_PLUGIN_INSTANCE is not thread-safe for concurrent first access. + bool jobSucceeded = false; + auto *thread = QThread::create([&src, &dest, &jobSucceeded]() { + jobSucceeded = copyLocalFile(src, dest); + }); + thread->start(); + QVERIFY(thread->wait(30000)); + delete thread; + + QVERIFY(jobSucceeded); + QVERIFY(QFile::exists(dest)); +} + +void KIOThreadTest::cancelJobWhileWorkerIsBlocked() +{ + // Regression test for the Worker::deref() deadlock (bug 468673). Cancelling a running job + // derefs its in-process worker, and a worker thread that is mid-transfer can only finish + // once the main thread keeps running its event loop (a real worker blocks in + // waitForBytesWritten() until the main thread drains its socket). If deref() joins that + // thread synchronously while we are inside the event loop dispatching the worker's data, + // the main thread blocks on the join instead of running its event loop, and both threads + // wedge. This used to surface only downstream (Dolphin's concurrent directory-size + // listings); reproduce it here. WorkerThread's BUILD_TESTING exit gate makes the worker's + // "needs the main thread to make progress" dependency deterministic: without the fix this + // test deadlocks and is killed by the harness timeout; with it the loop drains cleanly. + + KIO::WorkerThread::setTestExitGateEnabled(true); + auto gateGuard = qScopeGuard([] { + // Make sure no worker (including idle ones torn down at exit) can stay gated. + KIO::WorkerThread::setTestExitGateEnabled(false); + KIO::WorkerThread::releaseTestExitGate(); + }); + + const QString path = homeTmpDir() + QLatin1String("bigfile"); + const QByteArray bigData(16 * 1024 * 1024, 'a'); // big enough that data() fires mid-transfer + QFile f(path); + QVERIFY(f.open(QIODevice::WriteOnly)); + QCOMPARE(f.write(bigData), qint64(bigData.size())); + f.close(); + + auto *job = KIO::get(QUrl::fromLocalFile(path), KIO::NoReload, KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + + QEventLoop loop; + bool cancelled = false; + connect(job, &KIO::TransferJob::data, this, [&](KIO::Job *, const QByteArray &) { + if (cancelled) { + return; + } + cancelled = true; + // Cancel from inside the data dispatch (loopLevel > 0): this derefs the gated worker. + // A synchronous join here would block the main thread before it can release the gate. + job->kill(); + // Release the gate and finish - but only from the event loop. With the deadlock bug, + // control never returns here, so the worker stays gated and the test hangs. + QTimer::singleShot(0, this, [] { + KIO::WorkerThread::releaseTestExitGate(); + }); + QTimer::singleShot(100, &loop, &QEventLoop::quit); + }); + // Absolute safety net; with the fix the 100ms timer above quits the loop far sooner. + QTimer::singleShot(std::chrono::seconds(30), &loop, &QEventLoop::quit); + loop.exec(); + + QVERIFY(cancelled); +} + +void KIOThreadTest::cancelDoesNotFlushUnrelatedDeferredDeletes() +{ + // Regression test: Worker::~Worker() must not flush the global deferred-delete queue + // (QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete)). ~Worker() runs + // synchronously when a running job is cancelled, and that often happens deep inside an + // unrelated object's destruction. Flushing every pending deleteLater() from there + // re-entrantly deletes objects that are merely scheduled for deletion - or, worse, already + // being destroyed higher up the stack - which crashed on shutdown (a + // new-delete-type-mismatch / use-after-free). Assert the observable behaviour: tearing a + // worker down must not process an unrelated, still-pending deleteLater(). + + const QString path = homeTmpDir() + QLatin1String("bigfile_flush"); + const QByteArray bigData(16 * 1024 * 1024, 'a'); // big enough that data() fires mid-transfer + QFile f(path); + QVERIFY(f.open(QIODevice::WriteOnly)); + QCOMPARE(f.write(bigData), qint64(bigData.size())); + f.close(); + + auto *job = KIO::get(QUrl::fromLocalFile(path), KIO::NoReload, KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + + QEventLoop loop; + bool checked = false; + QPointer victim; + connect(job, &KIO::TransferJob::data, this, [&](KIO::Job *, const QByteArray &) { + if (checked) { + return; + } + checked = true; + // Schedule an unrelated object for deletion and immediately, in the same + // synchronous block (no event-loop iteration in between, so the deleteLater is + // still pending), cancel the running job. Cancelling derefs and destroys its + // worker synchronously (Worker::kill() -> deref() -> ~Worker()). Only a + // re-entrant flush inside ~Worker() could consume the deleteLater here. + victim = new QObject; + victim->deleteLater(); + job->kill(); + QVERIFY(victim); // ~Worker() must not have flushed the unrelated deleteLater() + loop.quit(); + }); + QTimer::singleShot(std::chrono::seconds(30), &loop, &QEventLoop::quit); + loop.exec(); + + QVERIFY(checked); + QVERIFY(victim); // still alive: the worker teardown did not flush it + + // Sanity: a real deferred-delete flush still works and reclaims the victim. + QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete); + QVERIFY(!victim); } QTEST_MAIN(KIOThreadTest) diff --git a/local/recipes/kde/kf6-kio/source/autotests/udsentry_api_comparison_benchmark.cpp b/local/recipes/kde/kf6-kio/source/autotests/udsentry_api_comparison_benchmark.cpp index 1ec3694f26..4022f2ce06 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/udsentry_api_comparison_benchmark.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/udsentry_api_comparison_benchmark.cpp @@ -42,18 +42,21 @@ private Q_SLOTS: void testAnotherV2Fill(); void testTwoVectorsFill(); void testUDSEntryHSFill(); + void testUnionFill(); void testAnotherCompare(); void testTwoVectorKindEntryCompare(); void testAnotherV2Compare(); void testTwoVectorsCompare(); void testUDSEntryHSCompare(); + void testUnionCompare(); void testAnotherApp(); void testTwoVectorKindEntryApp(); void testAnotherV2App(); void testTwoVectorsApp(); void testUDSEntryHSApp(); + void testUnionApp(); void testspaceUsed(); @@ -213,15 +216,15 @@ class AnotherUDSEntry { private: struct Field { - inline Field() + inline Field() noexcept { } - inline Field(const uint index, const QString &value) + inline Field(const uint index, const QString &value) noexcept : m_str(value) , m_index(index) { } - inline Field(const uint index, long long value = 0) + inline Field(const uint index, long long value = 0) noexcept : m_long(value) , m_index(index) { @@ -330,12 +333,12 @@ private: inline Field() { } - inline Field(const uint index, const QString &value) + inline Field(const uint index, const QString &value) noexcept : m_str(value) , m_index(index) { } - inline Field(const uint index, long long value = 0) + inline Field(const uint index, long long value = 0) noexcept : m_long(value) , m_index(index) { @@ -435,13 +438,13 @@ private: inline StringField() { } - inline StringField(const uint index, const QString &value) + inline StringField(const uint index, const QString &value) noexcept : m_index(index) , m_str(value) { } // This operator helps to gain 1ms just comparing the key - inline bool operator==(const StringField &other) const + inline bool operator==(const StringField &other) const noexcept { return m_index == other.m_index; } @@ -450,16 +453,16 @@ private: QString m_str; }; struct NumberField { - inline NumberField() + inline NumberField() noexcept { } - inline NumberField(const uint index, long long value = 0) + inline NumberField(const uint index, long long value = 0) noexcept : m_index(index) , m_long(value) { } // This operator helps to gain 1ms just comparing the key - inline bool operator==(const NumberField &other) const + inline bool operator==(const NumberField &other) const noexcept { return m_index == other.m_index; } @@ -553,6 +556,160 @@ public: }; Q_DECLARE_TYPEINFO(TwoVectorKindEntry, Q_MOVABLE_TYPE); +// Single vector like AnotherUDSEntry, but the value is a union discriminated by the UDS_STRING bit +// already present in the index. This halves the per-field footprint (no unused QString next to every +// number, no unused long long next to every string) and skips constructing a QString for number +// fields entirely. +class UnionUDSEntry +{ +private: + struct Field { + uint m_index = 0; + union { + long long m_long; + QString m_str; + }; + + inline bool isString() const noexcept + { + return m_index & KIO::UDSEntry::UDS_STRING; + } + + inline Field() noexcept + : m_long(0) + { + } + inline Field(const uint index, const QString &value) + : m_index(index) + { + new (&m_str) QString(value); + } + inline Field(const uint index, long long value) noexcept + : m_index(index) + , m_long(value) + { + } + inline Field(const Field &other) + : m_index(other.m_index) + { + if (other.isString()) { + new (&m_str) QString(other.m_str); + } else { + m_long = other.m_long; + } + } + inline Field(Field &&other) noexcept + : m_index(other.m_index) + { + if (other.isString()) { + new (&m_str) QString(std::move(other.m_str)); + } else { + m_long = other.m_long; + } + } + inline Field &operator=(const Field &other) + { + if (this != &other) { + if (isString()) { + m_str.~QString(); + } + m_index = other.m_index; + if (other.isString()) { + new (&m_str) QString(other.m_str); + } else { + m_long = other.m_long; + } + } + return *this; + } + inline Field &operator=(Field &&other) noexcept + { + if (this != &other) { + if (isString()) { + m_str.~QString(); + } + m_index = other.m_index; + if (other.isString()) { + new (&m_str) QString(std::move(other.m_str)); + } else { + m_long = other.m_long; + } + } + return *this; + } + inline ~Field() + { + if (isString()) { + m_str.~QString(); + } + } + }; + std::vector storage; + +public: + void reserve(int size) + { + storage.reserve(size); + } + void insert(uint udsField, const QString &value) + { + storage.emplace_back(udsField, value); + } + void replaceOrInsert(uint udsField, const QString &value) + { + for (Field &f : storage) { + if (f.m_index == udsField) { + f.m_str = value; + return; + } + } + storage.emplace_back(udsField, value); + } + void insert(uint udsField, long long value) + { + storage.emplace_back(udsField, value); + } + void replaceOrInsert(uint udsField, long long value) + { + for (Field &f : storage) { + if (f.m_index == udsField) { + f.m_long = value; + return; + } + } + storage.emplace_back(udsField, value); + } + int count() const + { + return storage.size(); + } + QString stringValue(uint udsField) const + { + for (const Field &f : storage) { + if (f.m_index == udsField) { + return f.m_str; + } + } + return QString(); + } + long long numberValue(uint udsField, long long defaultValue = -1) const + { + for (const Field &f : storage) { + if (f.m_index == udsField) { + return f.m_long; + } + } + return defaultValue; + } + QString spaceUsed() + { + return QStringLiteral("size:%1 space used:%2") + .arg(storage.size() * sizeof(Field) + sizeof(std::vector)) + .arg(storage.capacity() * sizeof(Field) + sizeof(std::vector)); + } +}; +Q_DECLARE_TYPEINFO(UnionUDSEntry, Q_RELOCATABLE_TYPE); + template static void fillUDSEntries(T &entry, time_t now_time_t, const QString &nameStr, const QString &groupStr) { @@ -698,6 +855,19 @@ void UdsEntryBenchmark::testUDSEntryHSApp() testApp(this); } +void UdsEntryBenchmark::testUnionFill() +{ + testFill(this); +} +void UdsEntryBenchmark::testUnionCompare() +{ + testCompare(this); +} +void UdsEntryBenchmark::testUnionApp() +{ + testApp(this); +} + template void printSpaceUsed(UdsEntryBenchmark *bench) { @@ -713,6 +883,7 @@ void UdsEntryBenchmark::testspaceUsed() printSpaceUsed(this); printSpaceUsed(this); printSpaceUsed(this); + printSpaceUsed(this); } QTEST_MAIN(UdsEntryBenchmark) diff --git a/local/recipes/kde/kf6-kio/source/autotests/udsentry_benchmark.cpp b/local/recipes/kde/kf6-kio/source/autotests/udsentry_benchmark.cpp index 8663d9dd56..259f35b11a 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/udsentry_benchmark.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/udsentry_benchmark.cpp @@ -8,7 +8,7 @@ #include -/** +/*! * This benchmarks tests four typical uses of UDSEntry: * * (a) Store data in UDSEntries using diff --git a/local/recipes/kde/kf6-kio/source/autotests/udsentrytest.cpp b/local/recipes/kde/kf6-kio/source/autotests/udsentrytest.cpp index a4f8d98364..c6b4bf9611 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/udsentrytest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/udsentrytest.cpp @@ -42,7 +42,7 @@ struct UDSTestField { long long m_long; }; -/** +/*! * Test that storing UDSEntries to a stream and then re-loading them works. */ void UDSEntryTest::testSaveLoad() @@ -192,7 +192,7 @@ void UDSEntryTest::testSaveLoad() } } -/** +/*! * Test to verify that move semantics work. This is only useful when ran through callgrind. */ void UDSEntryTest::testMove() @@ -239,7 +239,7 @@ void UDSEntryTest::testMove() } } -/** +/*! * Test to verify that equal semantics work. */ void UDSEntryTest::testEquality() diff --git a/local/recipes/kde/kf6-kio/source/autotests/webdavtest.cpp b/local/recipes/kde/kf6-kio/source/autotests/webdavtest.cpp index cbf9d5aec9..2410fbc65f 100644 --- a/local/recipes/kde/kf6-kio/source/autotests/webdavtest.cpp +++ b/local/recipes/kde/kf6-kio/source/autotests/webdavtest.cpp @@ -11,11 +11,11 @@ #include #include +#include #include #include #include #include -#include class WebDAVTest : public QObject { diff --git a/local/recipes/kde/kf6-kio/source/autotests/workercanceltest.cpp b/local/recipes/kde/kf6-kio/source/autotests/workercanceltest.cpp new file mode 100644 index 0000000000..138dce5f93 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/autotests/workercanceltest.cpp @@ -0,0 +1,121 @@ +/* + This file is part of the KDE project + SPDX-FileCopyrightText: 2026 Méven Car + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#include +#include +#include +#include +#include +#include + +#include + +#include "kio/listjob.h" +#include "worker_p.h" // KIO::Worker::setTestWorkerFactory +#include "workerbase.h" +#include "workerfactory.h" + +namespace +{ +// A mock worker whose listDir() polls wasKilled() the way a real readdir loop must, recording +// whether the cancellation was delivered into the running call. +struct ListWorkerControl { + std::atomic startedListing{false}; + std::atomic sawKilled{false}; + std::atomic completedNormally{false}; + void reset() + { + startedListing = false; + sawKilled = false; + completedNormally = false; + } +}; +ListWorkerControl g_listWorker; + +// A delivered cancellation reaches the worker within milliseconds, so this only bounds how long the +// test waits before treating the run as a failure. +constexpr int s_killTimeoutMs = 1000; +} + +class WorkerCancelTest : public QObject +{ + Q_OBJECT +private Q_SLOTS: + void initTestCase() + { + QStandardPaths::setTestModeEnabled(true); + } + + void listDirObservesKill() + { + // A worker's long listDir() loop must be able to observe cancellation and bail (kio_file's + // readdir loop and kio_smb's listing both need this). The cancel signal already reaches the + // worker as wasKilled(). Verify it is delivered into a running listDir() so a polling loop + // stops instead of running to completion. A worker that does poll then stops promptly. + g_listWorker.reset(); + + class Factory : public KIO::WorkerFactory + { + public: + using KIO::WorkerFactory::WorkerFactory; + std::unique_ptr createWorker(const QByteArray &pool, const QByteArray &app) override + { + class ListWorker : public KIO::WorkerBase + { + public: + ListWorker(const QByteArray &pool, const QByteArray &app) + : WorkerBase(QByteArrayLiteral("kio-test"), pool, app) + { + } + KIO::WorkerResult listDir(const QUrl &) override + { + g_listWorker.startedListing.store(true); + // Stand in for a long readdir loop that polls wasKilled() every iteration. + QElapsedTimer elapsed; + elapsed.start(); + while (!wasKilled() && elapsed.elapsed() < s_killTimeoutMs) { + QThread::msleep(1); + } + if (wasKilled()) { + g_listWorker.sawKilled.store(true); + } else { + g_listWorker.completedNormally.store(true); + } + return KIO::WorkerResult::pass(); + } + }; + return std::unique_ptr(new ListWorker(pool, app)); + } + }; + auto factory = std::make_shared(); + KIO::Worker::setTestWorkerFactory(factory); + + auto *job = KIO::listDir(QUrl(QStringLiteral("kio-test://foo")), KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + + // Wait until the worker is inside listDir(). + QElapsedTimer waited; + waited.start(); + while (!g_listWorker.startedListing.load() && waited.elapsed() < s_killTimeoutMs) { + QCoreApplication::processEvents(QEventLoop::AllEvents, 10); + } + QVERIFY2(g_listWorker.startedListing.load(), + "timed out waiting for the worker to enter listDir() - the kio-test job was never dispatched to the worker"); + + // kill() aborts the worker (sets wasKilled) then joins it. The worker's listDir() must see + // the cancellation and return. + job->kill(KJob::EmitResult); + + QVERIFY2(g_listWorker.sawKilled.load(), + "the worker ran to its timeout without observing wasKilled() - the kill was not delivered into the running listDir()"); + QVERIFY(!g_listWorker.completedNormally.load()); + } +}; + +QTEST_MAIN(WorkerCancelTest) + +#include "workercanceltest.moc" diff --git a/local/recipes/kde/kf6-kio/source/cppcheck-suppressions.xml b/local/recipes/kde/kf6-kio/source/cppcheck-suppressions.xml index cc7d343611..028296dcef 100644 --- a/local/recipes/kde/kf6-kio/source/cppcheck-suppressions.xml +++ b/local/recipes/kde/kf6-kio/source/cppcheck-suppressions.xml @@ -1,7 +1,7 @@ - + duplInheritedMember src/* d_func diff --git a/local/recipes/kde/kf6-kio/source/docs/Doxyfile.local b/local/recipes/kde/kf6-kio/source/docs/Doxyfile.local deleted file mode 100644 index ae15d752ed..0000000000 --- a/local/recipes/kde/kf6-kio/source/docs/Doxyfile.local +++ /dev/null @@ -1,31 +0,0 @@ -### KApiDox Project-specific Overrides File - -# workers are plugins and not part of the API -EXCLUDE_PATTERNS += \ - */kioworkers/* -# define so that deprecated API is not skipped -PREDEFINED += \ - "KIOCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" \ - "KIOCORE_BUILD_DEPRECATED_SINCE(x, y)=1" \ - "KIOCORE_DEPRECATED_VERSION(x, y, t)=" \ - "KIOCORE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOCORE_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \ - "KIOCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOGUI_ENABLE_DEPRECATED_SINCE(x, y)=1" \ - "KIOGUI_BUILD_DEPRECATED_SINCE(x, y)=1" \ - "KIOGUI_DEPRECATED_VERSION(x, y, t)=" \ - "KIOGUI_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOGUI_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \ - "KIOGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \ - "KIOWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" \ - "KIOWIDGETS_DEPRECATED_VERSION(x, y, t)=" \ - "KIOWIDGETS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOWIDGETS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \ - "KIOWIDGETS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \ - "KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" \ - "KIOFILEWIDGETS_DEPRECATED_VERSION(x, y, t)=" \ - "KIOFILEWIDGETS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \ - "KIOFILEWIDGETS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \ - "KIOFILEWIDGETS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" diff --git a/local/recipes/kde/kf6-kio/source/docs/kioworker6/ftp/index.docbook b/local/recipes/kde/kf6-kio/source/docs/kioworker6/ftp/index.docbook index f11108fb9d..106ee50c17 100644 --- a/local/recipes/kde/kf6-kio/source/docs/kioworker6/ftp/index.docbook +++ b/local/recipes/kde/kf6-kio/source/docs/kioworker6/ftp/index.docbook @@ -38,12 +38,7 @@ configured to allow users to upload files. files at &FTP; archive sites throughout the world. - - -Source: Paraphrased from -http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm - + See the RFC: https://datatracker.ietf.org/doc/html/rfc959. See the manual: ftp. diff --git a/local/recipes/kde/kf6-kio/source/docs/metadata.txt b/local/recipes/kde/kf6-kio/source/docs/metadata.txt index aaaf5cc862..27b9d47a50 100644 --- a/local/recipes/kde/kf6-kio/source/docs/metadata.txt +++ b/local/recipes/kde/kf6-kio/source/docs/metadata.txt @@ -5,21 +5,6 @@ Applications can provide "metadata" to the workers. Metadata can influence the behavior of a worker and is usually protocol dependent. MetaData consists of two strings: a "key" and a "value". -Any meta data whose "key" starts with the keywords {internal~currenthost} and -"{internal~allhosts}" will be treated as internal metadata and will not be made -available to client applications. Instead all such meta-data will be stored and -sent back to the appropriate KIO workers along with the other regular metadata values. - -Use "{internal~currenthost}" to make the internal metadata available to all -KIO workers of the same protocol and host as the workers that generated it. If -you do not want to restrict the availability of the internal metadata to only -the current host, then use {internal~allhosts}. In either case the internal -metadata follows the rules of the regular metadata and therefore cannot be sent -from one protocol such as "http" to a completely different one like "ftp". - -Please note that when internal meta-data values are sent back to KIO workers, the -keyword used to mark them internal will be stripped from the key name. - The following keys are currently in use: Key Value(s) Description diff --git a/local/recipes/kde/kf6-kio/source/metainfo.yaml b/local/recipes/kde/kf6-kio/source/metainfo.yaml index 63afd24f83..ad4f9b0b72 100644 --- a/local/recipes/kde/kf6-kio/source/metainfo.yaml +++ b/local/recipes/kde/kf6-kio/source/metainfo.yaml @@ -15,9 +15,9 @@ framework-dependencies: # kio calls org.kde.kded5 via dbus - KDED libraries: - - cmake: "KF6::KIOCore" - - cmake: "KF6::KIOFileWidgets" - - cmake: "KF6::KIOWidgets" + - cmake: "KF6::KIOCore" + - cmake: "KF6::KIOFileWidgets" + - cmake: "KF6::KIOWidgets" cmakename: KF6KIO public_lib: true diff --git a/local/recipes/kde/kf6-kio/source/po/af/kio6.po b/local/recipes/kde/kf6-kio/source/po/af/kio6.po index e864b75a8d..2cd4266cf2 100644 --- a/local/recipes/kde/kf6-kio/source/po/af/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/af/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio stable\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2005-11-26 17:02+0200\n" "Last-Translator: Kobus \n" "Language-Team: AFRIKAANS \n" @@ -28,13 +28,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "frix@expertron.co.za, kabousv@therugby.co.za" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "Kon nie regte vir %1 verander nie." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "Kon nie die eienaarskap van lêer %1 verander nie. Jy het " "onvoldoende toegang na die lêer om die verandering aan te bring." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Nie moontlik na skep io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -67,7 +67,7 @@ msgstr "" "Kon nie skep simboliese skakel %1.\n" "Asseblief bevestig regte." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +87,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Die Gids Bestaan Alreeds" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Die lêer Bestaan Alreeds" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Bestaan alreeds as 'n gids" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -203,201 +203,102 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %" -#: core/job.cpp:97 +#: core/job.cpp:104 #, fuzzy, kde-format #| msgid "Moving" msgctxt "@title job" msgid "Moving" msgstr "Beweeg" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Bron:" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Bestemming:" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "Herbenoem" -#: core/job.cpp:113 +#: core/job.cpp:120 #, fuzzy, kde-format #| msgid "Copying" msgctxt "@title job" msgid "Copying" msgstr "Besig om te kopiëer" -#: core/job.cpp:121 +#: core/job.cpp:128 #, fuzzy, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Skep Gids" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "" -#: core/job.cpp:128 +#: core/job.cpp:135 #, fuzzy, kde-format msgctxt "@title job" msgid "Deleting" msgstr " (Uitveeïng)" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, fuzzy, kde-format msgid "File" msgstr "Filter:" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format #| msgid "Examining" msgctxt "@title job" msgid "Examining" msgstr "Ondersoek" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format #| msgid "Mounting" msgctxt "@title job" msgid "Mounting" msgstr "Besig om te heg" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format msgid "Device" msgstr "Toestel:" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, fuzzy, kde-format msgid "Mountpoint" msgstr "Mount punt:" -#: core/job.cpp:154 +#: core/job.cpp:161 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@title job" msgid "Unmounting" msgstr "Besig om te ontkoppel" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Alle Lêers" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Vee Lêers Uit" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Kon nie die gids skep nie" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Beweeg na die Asblik" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "Herbenoem" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Kon Nie Skep Simboliese Skakel" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -830,6 +731,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -844,72 +750,72 @@ msgstr "" "%2\n" "Asseblief stuur 'n volgrote fout raporteer na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info url" msgid "(unknown)" msgstr "(onbekend)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

%1

%2

" msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tegniese rede: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

Details of the request:" msgid "Details of the request:" msgstr "

Details van die versoek:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

  • URL: %1
  • " msgid "
  • URL: %1
  • " msgstr "

    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokol: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Datum en tyd: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
    • Additional information: %1
    " msgid "
  • Additional information: %1
  • " msgstr "
  • Aditionele informasie: %1
" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format #| msgid "

Possible causes:

  • " msgid "Possible causes:" msgstr "

    Moontlik oorsake:

    • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format #| msgid "

      Possible solutions:

      • " msgid "Possible solutions:" msgstr "

        Moontlik oplossings:

        • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info protocol" msgid "(unknown)" msgstr "(onbekend)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -918,17 +824,17 @@ msgstr "" "Kontak jou geskikte rekenaar ondersteun stelsel, hetsy die stelsel " "administrateur, of tegniese ondersteun groep vir verdere bystand." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Kontak die administrateur van die bediener vir verdere bystand." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Bevestig jou toegang verkry regte op hierdie hulpbron." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -937,7 +843,7 @@ msgstr "" "Jou toegang verkry regte dalk mag wees onvoldoende na aan te bring die " "versoekte operasie op hierdie hulpbron." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -945,7 +851,7 @@ msgstr "" "Die lêer dalk mag wees in gebruik (en dus geslote) deur nog 'n gebruiker of " "aansoek." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -954,17 +860,17 @@ msgstr "" "Bevestig na maak seker wat nee ander aansoek of gebruiker is te gebruik die " "lêer of het geslote die lêer." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Alhoewel onwaarskynlik, 'n hardeware fout dalk mag het voorgekom." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Jy dalk mag het raakgeloop 'n fout in die program." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -973,7 +879,7 @@ msgstr "" "Hierdie is mees waarskynlik na wees veroorsaak deur 'n fout in die program. " "Asseblief beskou instuur 'n volgrote fout raporteer as gedetaileerde onder." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -982,7 +888,7 @@ msgstr "" "Dateer op jou sagteware na die nuutste weergawe. jou verspreiding moet " "verskaf nutsprogramme na Dateer op jou sagteware." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1011,12 +917,12 @@ msgstr "" "gegewe boonste, en sluit in hulle in jou fout raporteer, en met as veel " "ander details as jy dink dalk hulp." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Daar dalk mag het al 'n probleem met jou netwerk verbinding." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1026,7 +932,7 @@ msgstr "" "toegang te kry tot die Internet met nee probleme onlangse, hierdie is " "onwaarskynlik." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1035,42 +941,42 @@ msgstr "" "Daar dalk mag het al 'n probleem na sommige punt en die netwerk gids soeklys " "tussen die bediener en hierdie rekenaar." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Probeer weer, òf nou of na 'n later tyd." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "'n Protokol fout of onaanpasbaarheid het dalk voorgekom." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Maak seker wat die hulpbron bestaan, en probeer weer." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Die gespesifiseer hulpbron dalk mag nie bestaan." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Double-check wat jy het ingevoerde die korrek ligging en probeer weer." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Bevestig jou netwerk verbinding status." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Kan nie Open Hulpbron Vir Lees" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 nie " "verkry kon word nie, omdat lees toegang geweier was." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Jy mag dalk nie die nodige lees regte vir die lêer of gids hê nie." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Kan nie Open Hulpbron Vir Om te skryf" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1098,18 +1004,18 @@ msgstr "" "Hierdie beteken wat die lêer, %1, kon nie wees geskryf na " "as versoekte, omdat toegang verkry met reg na skryf kon nie wees verkry." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Kan nie Inisieer die %1 Protokol" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nie moontlik na Lanseer Proses" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1 protokol kon nie wees beginne. Hierdie is gewoonlik as gevolg na " "tegniese redes." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1135,12 +1041,12 @@ msgstr "" "al opgedateer met jou laaste dateer op van Kde. hierdie kan veroorsaak Die " "program na wees onaanpasbare met Die huidige weergawe en dus nie begin." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Intern Fout" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokol het raporteer 'n intern fout." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Misformde URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www." "example.org:port/folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nie ondersteunde Protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1181,12 +1087,12 @@ msgstr "" "Die protokol %1 is nie ondersteunde deur Die Kde programme " "huidiglik geïnstalleer op hierdie rekenaar." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Die versoekte protokol dalk mag nie wees ondersteunde." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1195,7 +1101,7 @@ msgstr "" "Die weergawes van Die %1 protokol ondersteunde deur hierdie rekenaar en Die " "bediener dalk mag wees onaanpasbare." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1212,24 +1118,24 @@ msgstr "" "te soek sluit http://kde-apps.org/ en " "http://freshmeat.net/ in." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Url Doen Nie Verwys na 'n Hulpbron." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol is 'n Filter Protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Die URL wat jy ingetik het verwys nie na 'n spesifieke hulpbron nie." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1242,12 +1148,12 @@ msgstr "" "is nie een van hierdie situasies. hierdie is 'n ongewone gebeurtenis, en is " "waarskynlik na aandui 'n programmering fout." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nie ondersteunde Aksie: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1256,7 +1162,7 @@ msgstr "" "Die versoekte aksie is nie ondersteunde deur Die Kde program wat is " "implementering Die %1 protokol." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1267,17 +1173,17 @@ msgstr "" "informasie moet gee jy meer informasie as is beskikbaar na die Kde invoer/" "uitset argitektuur." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Poog na soek nog 'n weg na bereik die selfde resultate." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Lêer Verwag" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1286,17 +1192,17 @@ msgstr "" "Die versoek het 'n lêer verwag, maar het egter die gids %1 " "gevind." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Hierdie dalk mag wees 'n fout op die bediener kant." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Gids Verwag" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1305,17 +1211,17 @@ msgstr "" "Die versoek het 'n gids verwag, maar het egter die lêer %1 " "gevind." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Lêer of Gids Bestaan Nie" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Die lêer of gids %1 bestaan nie." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1324,24 +1230,24 @@ msgstr "" "Die versoekte lêer kon nie wees geskep omdat 'n lêer met Die selfde naam " "alreeds bestaan." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Probeer beweeg die huidige lêer uit van die weg eerste, en dan word Probeer " "weer." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Uitvee die huidige lêer en probeer weer." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Kies 'n alternatiwe lêernaam vir die nuwe lêer." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1350,28 +1256,28 @@ msgstr "" "Die gids kon nie geskep word nie, omdat 'n gids met dieselfde naam alreeds " "bestaan." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Probeer om eers die huidige gids uit die weg te ruim, en probeer dan weer." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Vee die huidige gids uit en probeer dan weer." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Kies 'n alternatiwe naam vir die nuwe gids." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Onbekende Bediener" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1380,7 +1286,7 @@ msgstr "" "'n onbekende bediener fout dui aan wat die bediener met die versoekte naam, " "%1, kon nie wees geleë op die Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1388,33 +1294,33 @@ msgstr "" "Die naam wat jy getikte, %1, dalk mag nie bestaan: dit dalk mag wees " "verkeerdelik getikte." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Toegang verkry Verbied" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" "Toegang verkry was verbied na die gespesifiseer hulpbron, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Jy dalk mag het verskaf verkeerd geldigheidsverklaring details of geen na " "alle." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Jou rekening dalk mag nie het reg na toegang verkry die gespesifiseer " "hulpbron." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1423,12 +1329,12 @@ msgstr "" "Herprobeer die versoek en maak seker jou geldigheidsverklaring details word " "ingevoerde korrek." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skryf Toegang verkry Verbied" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1437,12 +1343,12 @@ msgstr "" "Hierdie beteken wat 'n poog na skryf na die lêer %1 was " "verwerp." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Kon nie toegang tot die gids verkry nie" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1450,17 +1356,17 @@ msgid "" msgstr "" "Hierdie beteken dat toegang tot die gids %1 geweier was." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Gids Lys Onbeskikbaar" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 is nie 'n Lêersisteem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1471,12 +1377,12 @@ msgstr "" "benodig. Die KDE program wat hierdie protokol ondersteun kon dit nie verskaf " "nie." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Siklies Skakel Opgespoor" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1489,7 +1395,7 @@ msgstr "" "oneindige lus geskakel is. Dit kan voorkom as die lêer terug na homself " "geskakel is." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1498,27 +1404,27 @@ msgstr "" "Uitvee een deel van die lus in volgorde wat dit doen nie veroorsaak 'n " "oneindige lus, en probeer weer." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Versoek Gekanselleer Deur Gebruiker" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Die versoek was nie klaar omdat dit was gekanselleer." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Herprobeer die versoek." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Siklies Skakel Opgespoor Gedurende Kopie" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1531,17 +1437,17 @@ msgstr "" "skakels betaan wat in 'n oneindige lus geskakel is. Dit kan voorkom as die " "lêer terug na homself geskakel is." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Kon Nie Skep Netwerk Verbinding" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Kon Nie Skep Soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1550,8 +1456,8 @@ msgstr "" "Hierdie is 'n redelike tegniese fout in wat 'n benodig toestel vir netwerk " "kommunikasie ('n soket) kon nie wees geskep." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1560,12 +1466,12 @@ msgstr "" "Die netwerk verbinding dalk mag wees verkeerdelik gekonfigureer, of Die " "netwerk koppelvlak dalk mag nie wees geaktiveer." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Verbinding na Bediener Geweier" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1574,7 +1480,7 @@ msgstr "" "Die bediener %1 geweier na toelaat hierdie rekenaar na maak " "'n verbinding." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1583,7 +1489,7 @@ msgstr "" "Die bediener, terwyl huidiglik verbind na Die Internet, dalk mag nie wees " "gekonfigureer na toelaat versoeke." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1592,7 +1498,7 @@ msgstr "" "Die bediener, terwyl huidiglik verbind na Die Internet, dalk mag nie wees " "wat loop Die versoekte diens (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1603,12 +1509,12 @@ msgstr "" "jou netwerk van die netwerk van die bediener, dalk mag het tussenbyde " "getree, voorkoming hierdie versoek." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Verbinding na Bediener Gesluit Onverwags" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1617,7 +1523,7 @@ msgstr "" "Alhoewel 'n verbinding was vasgestel na %1, die verbinding " "was gesluit na 'n onverwagte punt in die kommunikasie." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1626,17 +1532,17 @@ msgstr "" "'n protokol fout dalk mag het voorgekom, veroorsaak dat die bediener na maak " "toe die verbinding as 'n antwoord na die fout." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL Hulpbron Ongeldig" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 is nie 'n Filter Protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1659,17 +1565,17 @@ msgstr "" "Hierdie protokol is nie moontlikhede van soos 'n aksie. Hierdie is 'n " "ongewone gebeurtenis, en is waarskynlik na aandui 'n programmering fout." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nie moontlik na Inisialiseer Invoer/Uitset Toestel" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Kon Nie Mount Toestel" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1678,7 +1584,7 @@ msgstr "" "Die versoekte toestel kon nie wees geinitialiseer word (\"gekoppelde\"). Die " "raporteer fout was: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1690,7 +1596,7 @@ msgstr "" "in Die kas van 'n aanhangsels/draagbaar toestel, Die toestel dalk mag nie " "wees korrek verbind." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1701,7 +1607,7 @@ msgstr "" "sisteme, gereeld stelsel administrateur voorregte word benodig na " "inisialiseer 'n toestel." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1711,17 +1617,17 @@ msgstr "" "media, en draagbaar toestelle moet wees verbind en geskakel op.; en probeer " "weer." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nie moontlik na Deïnitialiseer Invoer/Uitset Toestel" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Kon Nie Ontkoppel Toestel" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1730,7 +1636,7 @@ msgstr "" "Die versoekte toestel kon nie wees degeïnitialiseer (\"ontkoppel\"). Die " "raporteer fout was: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1741,7 +1647,7 @@ msgstr "" "aansoek of gebruiker. Al soos dinge as moet 'n open blaaier venster op 'n " "ligging op hierdie toestel dalk mag veroorsaak Die toestel na bly in gebruik." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1752,19 +1658,19 @@ msgstr "" "Unix sisteme, stelsel administrateur voorregte word gereeld benodig na " "deïnitialiseer 'n toestel." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Bevestig wat nee programme word toegang te kry tot die toestel, en probeer " "weer." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Kan nie Lees Van Hulpbron" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1773,17 +1679,17 @@ msgstr "" "Hierdie beteken wat alhoewel die hulpbron, %1, was in staat " "na wees geöpende, 'n fout voorgekom terwyl lees die inhoud van die hulpbron." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Jy dalk mag nie het regte na lees van die hulpbron." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Kan nie Skryf na Hulpbron" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1792,22 +1698,22 @@ msgstr "" "Hierdie beteken wat alhoewel die hulpbron, %1, was in staat " "na wees geöpende, 'n fout voorgekom terwyl om te skryf na die hulpbron." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Jy dalk mag nie het regte na skryf na die hulpbron." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Kon Nie Luister vir Netwerk Koppelinge" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Kon Nie Bind" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1818,17 +1724,17 @@ msgstr "" "kommunikasie ('n soket) kon nie wees vasgestel na luister vir inkomende " "netwerk koppelinge." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Kon Nie Luister" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Kon Nie Aanvaar Netwerk Verbinding" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1837,34 +1743,34 @@ msgstr "" "Hierdie is 'n redelike tegniese fout in wat 'n fout voorgekom terwyl probeer " "na aanvaar 'n inkomende netwerk verbinding." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Jy dalk mag nie het regte na aanvaar die verbinding." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Kon Nie Aanteken: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "'n poog na aanteken na aan te bring die versoekte operasie was onsuksesvol." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Kon Nie Bepaal Hulpbron Status" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Kon Nie Statistiek Hulpbron" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1873,7 +1779,7 @@ msgstr "" "'n poog na bepaal informasie aangaande die status van die hulpbron " "%1, soos as die hulpbron naam, tipe, grootte, etc., was onsuksesvol." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" @@ -1881,62 +1787,62 @@ msgstr "" "toeganklik." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Kon nie Luister kanselleer nie" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Maakreg: Dokument hierdie" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Kon nie die gids skep nie" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Die pooging om die gids te skep het gevaal." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Die ligging waar die gids geskep moet word bestaan dalk nie." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Kon nie die gids verwyder nie" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Die pooging om die gids, %1, te verwyder het gevaal." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Die gids bestaan dalk nie." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Die gids is dalk nie leeg nie." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Maak seker dat die gids bestaan en leeg is, en probeer dan weer." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Kon Nie Voortgaan Lêer Oordra" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1945,34 +1851,34 @@ msgstr "" "Die gespesifiseer versoek gevra wat Die oordra van lêer %1 " "wees hervat na 'n sekere punt van Die oordra. Hierdie was nie moontlik." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Die protokol, of Die bediener, dalk mag nie ondersteun lêer hervatting." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Herprobeer die versoek sonder om te probeer na voortgaan oordra." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Kon Nie Herbenaam Hulpbron" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "'n poog na herbenaam die gespesifiseer hulpbron %1 gevaal." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Kon Nie Verander Regte van Hulpbron" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 gevaal." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "Kon Nie Verander Regte van Hulpbron" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1 gevaal." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Kon Nie Uitvee Hulpbron" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "'n poog na uitvee die gespesifiseer hulpbron %1 gevaal." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Onverwagte Program Beëindiging" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokol het onverwags beëindig." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Uit van Geheue" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokol kon nie verkry Die geheue benodig na gaan voort." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Onbekende Volmag Bediener" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -2101,17 +2007,17 @@ msgstr "" "org/ om die KDE span in te lig van die geldigheidstawing " "(authentication) metode wat nie ondersteun word nie." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Versoek Gekanselleer" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Intern Fout in Bediener" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, fuzzy, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2120,7 +2026,7 @@ msgstr "" "Die program op Die bediener wat verskaf toegang verkry na Die %1 protokol het raporteer 'n intern fout: %0." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2130,14 +2036,14 @@ msgstr "" "program. Asseblief beskou instuur 'n volgrote fout raporteer as " "gedetaileerde onder." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Kontak die administrateur van die bediener na stel voor hulle van die " "probleem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2146,48 +2052,29 @@ msgstr "" "Stuur die fout raport direk aan die outeurs van die bediener sagteware as jy " "hulle ken." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tydverstreke Fout" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -#| "for receiving a response: %2 seconds
          • Timeout for accessing proxy " -#| "servers: %3 seconds
          Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -"for receiving a response: %2 seconds
          • Timeout for accessing proxy " -"servers: %3 seconds
          Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Alhoewel kontak was gemaak met die bediener, 'n antwoord was nie ontvang " -"binne in die hoeveelheid van tyd geallokeer vir die versoek as volg:" -"
          • Tydverstreke vir opstel 'n verbinding: %1 sekondes
          • Tydverstreke vir ontvang 'n antwoord: %2 sekondes
          • Tydverstreke vir toegang te kry tot volmag bedieners: %3 sekondes
          Asseblief nota wat jy kan verander hierdie Tydverstreke instellings " -"in die Kde Kontrole Sentrum, deur deur te kies Netwerk -> Voorkeure." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Die bediener was te besig reageer na ander versoeke na antwoord." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Onbekende Fout" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokol het raporteer 'n onbekende fout: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Onbekende Onderbreking" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokol het raporteer 'n onderbreking van 'n onbekende tipe: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Kon Nie Uitvee Oorspronklike Lêer" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2226,12 +2113,12 @@ msgstr "" "mees waarskynlik na Die einde van 'n lêer beweeg operasie. Die oorspronklike " "lêer %1 kon nie wees uitgevee." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Kon Nie Uitvee Tydelike Lêer" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2242,12 +2129,12 @@ msgstr "" "Die nuwe lêer terwyl te wees afgelaai. Hierdie tydelike lêer %1 kon nie wees uitgevee." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Kon Nie Herbenaam Oorspronklike Lêer" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2256,12 +2143,12 @@ msgstr "" "Die versoekte operasie benodig Die herbenaming van Die oorspronklike lêer " "%1, egter dit kon nie wees herbenaam." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Kon Nie Herbenaam Tydelike Lêer" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2270,32 +2157,32 @@ msgstr "" "Die versoekte operasie benodig Die skep van 'n tydelike lêer %1, egter dit kon nie wees geskep." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Kon Nie Skep Skakel" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Kon Nie Skep Simboliese Skakel" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Die versoekte simboliese skakel %1 kon nie wees geskep." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nee Inhoud" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disket Volgrote" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2304,7 +2191,7 @@ msgstr "" "Die versoekte lêer %1 kon nie wees geskryf na as daar is " "onvoldoende disket spasie." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2315,12 +2202,12 @@ msgstr "" "2) argiveer lêers na verwyderbare media stoorplek soos as CD-Recordable " "skywe; of 3) verkry meer stoorplek kapasiteit." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Bron en Bestemming Lêers Identies" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2329,18 +2216,18 @@ msgstr "" "Die operasie kon nie wees klaar omdat Die bron en bestemming lêers word Die " "selfde lêer." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Kies 'n ander lêer naam vir die bestemming lêer." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Lêer of Gids Bestaan Nie" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2352,19 +2239,19 @@ msgstr "" "Die operasie kon nie wees klaar omdat Die bron en bestemming lêers word Die " "selfde lêer." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "kopiëer die gespesifiseerde lêer of gids" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Lêer of Gids Bestaan Nie" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2376,18 +2263,18 @@ msgstr "" "Die operasie kon nie wees klaar omdat Die bron en bestemming lêers word Die " "selfde lêer." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "kopiëer die gespesifiseerde lêer of gids" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2399,23 +2286,23 @@ msgstr "" "Die operasie kon nie wees klaar omdat Die bron en bestemming lêers word Die " "selfde lêer." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Kan nie Inisieer die %1 Protokol" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Nie moontlik na skep io-slave: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1 protokol kon nie wees beginne. Hierdie is gewoonlik as gevolg na " "tegniese redes." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2450,38 +2337,38 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Ongedokumenteerde Fout" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Simboliese Skakel" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format #| msgid "Link to %1 (%2)" msgid "(%1, Link to %2)" msgstr "Skakel na %1 (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Punte na:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2490,25 +2377,25 @@ msgstr "" "Misformde Url\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2516,95 +2403,95 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Om koppelinge met dié protokol %1 te maak word nie aangeraai nie." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Toemaak van koppelinge met protokol %1 word nie ondersteun nie." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Toegang na lêers met protokol %1 word nie ondersteun nie." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skryf na %1 word nie ondersteun nie." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Daar is geen spesiale aksies beskikbaar vir protokol %1 nie." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "'Luister gidse' word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Onttrekking van data van %1 word nie ondersteun nie" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Onttrekking van mime tipe informasie van %1 word nie ondersteun nie." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Herbenaming of skuif van lêers binne in %1 word nie ondersteun nie." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Skep van simboliese skakels word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiëer van lêers binne in %1 word nie ondersteun nie." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Uitvee van lêers binne in %1 word nie ondersteun nie." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Skep van gidse word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Verandering van lêer eienskappe word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format #| msgid "Changing the attributes of files is not supported with protocol %1." msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Verandering van lêer eienskappe word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Skep van gidse word nie deur protokol %1 ondersteun nie." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Die protokol %1 laat nie aksie %2 toe nie." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2613,333 +2500,356 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Onbekende protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Kan nie soek io-slave vir protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Kan nie soek io-slave vir protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Kan nie soek io-slave vir protokol '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Veraltyd" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Gaan voort" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "Huidige Sessies Slegs" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Kon nie die gids skep nie" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Kon nie die gids skep nie" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Jy het nie 'n lêer gekies om uit te vee nie." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Niks om uit te vee nie" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Jy het nie 'n lêer gekies om weg te gooi nie." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Niks om uit te vee nie" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Die gespesifiseer gids bestaan nie of is nie leesbaar nie." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Kieslys" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Ouer Gids" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Tuis Gids" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format msgid "Reload" msgstr "Lees" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Nuwe Gids" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Beweeg na die Asblik" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format msgid "Delete" msgstr "Uitveeïng" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortering" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Tuiste Naam" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Kort Aansig" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Volgens Datum" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Inskrywing Tipe" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format msgid "Ascending" msgstr " (Uitveeïng)" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format msgid "Descending" msgstr " (Uitveeïng)" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Gidse Eerste" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Vertoon weg gesteekte Lêers" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Kort Aansig" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Kort Aansig" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Gedetaileerde Aansig" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format #| msgid "Local Filename" msgid "Above File Name" msgstr "Plaaslike Lêernaam" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kort Aansig" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Gedetaileerde Aansig" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Gedetaileerde Aansig" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Gedetaileerde Aansig" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Vertoon weg gesteekte Lêers" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Vertoon Voorskou" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Vertoon Voorskou" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, fuzzy, kde-format msgid "Properties" msgstr "Eienskappe vir %1" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "Voorskou" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Gidse Eerste" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Gidse Eerste" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Gidse Eerste" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Gidse Eerste" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Gidse Eerste" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format #| msgid "Loading" msgid "Encoding:" msgstr "Laaiïng van" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, fuzzy, kde-format msgid "Open" msgstr "Open" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2993,45 +2903,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alle Lêers" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle Ondersteunde Lêers" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Alle Lêers" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Add Places Entry" msgstr "Redigeer ACL Inskrywing" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Edit Places Entry" msgstr "Redigeer ACL Inskrywing" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Quick Access panel.

          The " @@ -3047,19 +2957,19 @@ msgstr "" "

          die beskrywing moet bestaan van een of twee woorde wat sal hulp jy onthou " "wat Hierdie inskrywing verwys na." -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "Naam:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Invoer 'n beskrywing" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format #| msgid "" #| "This is the location associated with the entry. Any valid URL may be " @@ -3077,12 +2987,12 @@ msgstr "" "kde.org/pub/kde/stable

          As jy op die knoppie langs die teks redigeer boks " "druk kan jy blaai na die URL van jou keuse." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "Ligging:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format #| msgid "" #| "This is the icon that will appear in the Quick Access panel.

          Click " @@ -3094,17 +3004,17 @@ msgstr "" "Hierdie is die ikoon wat sal verskyn in die Vinnige Toegang verkry " "paneel.

          Kliek op die knoppie na kies 'n ander ikoon." -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Kies 'n ikoon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Slegs vertoon wanneer te gebruik hierdie aansoek (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format #| msgid "" #| "Select this setting if you want this entry to show only when using " @@ -3119,94 +3029,94 @@ msgstr "" "wanneer te gebruik die huidige aansoek (%1).

          as hierdie opset is nie " "gekose, die inskrywing sal wees beskikbaar in alle programme." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format msgctxt "@item" msgid "Remote" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "Soek:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Toestelle" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Maakreg: Dokument hierdie" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network Folders" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Netwerk Gidse" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgctxt "to trash" #| msgid "&Trash" @@ -3214,112 +3124,119 @@ msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Gemors" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Vee Lêers Uit" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Ligging:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Veranderde:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Kon nie die program '%1' vind nie." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Die lêer of gids %1 bestaan nie." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Verander Beleid" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Besig om te ontkoppel" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Ontkoppel" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Uitskiet" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Die gespesifiseer hulpbron dalk mag nie bestaan." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -3329,18 +3246,18 @@ msgstr "" "'n fout voorgekom terwyl probeer na %1, %2. 'n opsomming van die redes is " "onder.

            " -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgid "An error occurred while accessing '%1'" msgstr "'n onverwagte fout (%1) voorgekom terwyl probeer na %2." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3351,27 +3268,27 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 %" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 %" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3379,12 +3296,12 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 van %2 (%3% gebruik)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -3392,67 +3309,67 @@ msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Gemors" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Mount" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Open Met" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Voeg by Inskrywing..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "&Edit..." msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Redigeer..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Verwyder Inskrywing" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Voeg by Inskrywing..." -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Voeg by Inskrywing..." -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format #| msgid "" #| "Show\n" @@ -3462,14 +3379,14 @@ msgstr "" "Vertoon\n" "Inskrywings" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Kort Aansig" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3478,54 +3395,54 @@ msgctxt "" msgid "Auto Resize" msgstr "Outo Verklik" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "grootte %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Jy kan slegs kies plaaslike lêers." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Jy kan slegs kies plaaslike lêers." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "Afgeleë Lêers word nie aanvaar nie" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3536,49 +3453,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 is 'n lêer, maar het 'n gids verwag." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "Die versoekte sluit kon nie wees toegestaan. %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

            For instance, if the " @@ -3593,49 +3484,49 @@ msgstr "" "jou huidige ligging lêer:/huis/%1 is, sal jy na lêer:/huis geneem word " "wanneer jy die knoppie druk." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Kliek hierdie knoppie na beweeg terugwaarts een step in die blaaiïng " "geskiedenis." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Kliek hierdie knoppie na beweeg vorentoe een step in die blaaiïng " "geskiedenis." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliek hierdie knoppie na herlaai die inhoud van die huidige ligging." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliek op hierdie knoppie om 'n nuwe gids te skep." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Quick Access Navigation Panel" msgid "Show Places Panel" msgstr "Vertoon Vinnige Toegang verkry Navigering Paneel" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Vertoon Boekmerke" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Vertoon weg gesteekte Lêers" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Operation" msgid "Options" msgstr "Operasie" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the configuration menu for the file dialog. Various options " @@ -3656,12 +3547,12 @@ msgstr "" "van weg gesteekte lêers

          • die Vinnige Toegang navigesie paneel
          • lêer voorskoue
          • skei van lêer en gids name
          " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, fuzzy, kde-format msgid "Bookmarks" msgstr "Boekmerk" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format #| msgid "" #| "This button allows you to bookmark specific locations. Click on this " @@ -3680,12 +3571,37 @@ msgstr "" "lêer dialoog, maar andersins werk hou van boekmerke erens anders in Kde." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Naam:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Herbenoem" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Toestel:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Vertoon weg gesteekte Lêers" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "

          While typing in the text area, you may be presented with possible " @@ -3702,12 +3618,12 @@ msgstr "" "iteme voorlê. Hierdie eienskap kan beheer word deur die regter muis knoppie " "te kliek en die modus te verander in die Teks Voltooiïng kieslys." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Hierdie is die naam waarin die lêer gestoor gaan word." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3716,76 +3632,80 @@ msgstr "" "Hierdie is die lys van lêers om oop te maak. Meer as een lêer kan " "gespesifiseer word, geskei deur spasies." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Hierdie is die naam van die lêer om oop te maak." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "Oorskryf Alle" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Jy kan slegs kies plaaslike lêers." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Afgeleë Lêers word nie aanvaar nie" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Alle Gidse" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Skep Gids" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, fuzzy, kde-format msgid "&Open" msgstr "Open" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Kies die lêernaam uitbreiding (%1) outomaties" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "die uitbreiding %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Kies lêernaam uitbreiding outomaties" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "'n geldige uitbreiding" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format #| msgid "" #| "This option enables some convenient features for saving files with " @@ -3825,57 +3745,40 @@ msgstr "" "ol>As jy onseker is, hou hierdie opsie aktief, want dit maak die bestuur van " "lêername makliker." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format -#| msgid "" -#| "This is the filter to apply to the file list. File names that do not " -#| "match the filter will not be shown.

          You may select from one of the " -#| "preset filters in the drop down menu, or you may enter a custom filter " -#| "directly into the text area.

          Wildcards such as * and ? are allowed." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Hierdie is die filter na wend aan na die lêer lys. lêer name wat doen " -"nie ooreenstem die filter sal nie wees vertoon.

          Jy dalk mag kies van een " -"van die vooraf stel filters in die laat val ondertoe kieslys, of Jy dalk mag " -"invoer 'n pasmaak filter direk binnein die teks area.

          Willekeurige " -"karakters soos as * en ? word toegelaat." -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Skep nuwe gids lêer tipe" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Hardloop as 'n ander gebruiker" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Stoor" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3885,31 +3788,30 @@ msgstr "" "Kon nie die gespesifiseerde opdrag uitvoer nie. Die lêer of gids %1 bestaan nie." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Kon Nie Skep Simboliese Skakel" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format msgid "Create link to URL" msgstr "Bestemming:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1 B" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Hardloop as 'n ander gebruiker" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3917,7 +3819,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3925,7 +3827,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3934,73 +3836,81 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "'n ouer item genaamd '%1' alreeds bestaan." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "'n lêer genaamd %1 alreeds bestaan." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "Skep" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format msgid "Link to Device" msgstr "Toestel:" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nuwe Gids" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Kon nie die gids skep nie" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -4010,61 +3920,109 @@ msgstr "" "Skep nuwe gids in:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Hardloop as 'n ander gebruiker" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +msgid "Default" +msgstr " (Verstek)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Skep nuwe gids lêer tipe" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Hardloop as 'n ander gebruiker" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Kies Aansoek vir %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Kies 'n ikoon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format #| msgid "Copying" msgid "Copy" msgstr "Besig om te kopiëer" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format msgid "Paste" msgstr "Plak URL" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Open Met" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Open Met" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format #| msgid "&Edit..." msgid "Edit" msgstr "Redigeer..." -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Wil jy rerig hierdie item uitvee?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -4077,6 +4035,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -4104,41 +4069,41 @@ msgstr "Andere" msgid "Edit mode" msgstr "Redigeer..." -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Jy word nie gemagtig na uitvoer hierdie lêer." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Besig om te %1 begin" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Jy is nie gemagtig om hierdie lêer oop te maak nie." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4166,13 +4131,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Geen media in toestel %1 gevind" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4187,29 +4158,29 @@ msgstr "" "%1\n" "is onbekende." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Besig om te %1 begin" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Die versoekte sluit kon nie wees toegestaan. %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4220,7 +4191,7 @@ msgstr "" "%1\n" "is van tipe Skakel maar het nee Url=... inskrywing." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4232,20 +4203,20 @@ msgstr "" "Die lêer %1 is 'n uitvoerbare program. Vir veiligheid sal dit nie " "begin word nie." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4257,12 +4228,12 @@ msgstr "" "Kon nie die gespesifiseerde opdrag uitvoer nie. Die lêer of gids %1 bestaan nie." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Die werkskerm inskrywing lêer %1 het nee Tipe=... inskrywing." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4270,12 +4241,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4374,74 +4345,69 @@ msgstr "" "het verander.\n" "Wil jy die verskille oplaai?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Maak afgeleë lêers oop, kyk vir veranderinge en bevestig oplaai " "aansoeke" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Handteer URLs as plaaslike lêers en vee hulle na die tyd uit." -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format msgid "Suggested file name for the downloaded file" msgstr "Kies 'n alternatiwe lêernaam vir die nuwe lêer." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Opdrag om uit te voer" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) en plaaslike lêer(s) gebruik vir 'opdrag'" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "Stuur data na %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4450,7 +4416,7 @@ msgstr "" "Kon nie verander regte vir\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4459,121 +4425,39 @@ msgid "" "%1" msgstr "Kon nie regte vir %1 verander nie." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Kon Nie Herbenaam Tydelike Lêer" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Kon nie vind program \"heg\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Kon nie vind program \"ontheg\"" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Gevorderde Regte" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Regte" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -msgid "Remove File" -msgstr "Verwyder Inskrywing" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "Skep Gids" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Skep Gids" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Regte" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Maak Lêer Oop dialoog" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "Skep Gids" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "Toestel:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "grootte %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Onbekende Onderbreking" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Kan nie kopie maak nie van lêer van %1 na %2. (Foutnommer: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Geen media in toestel %1 gevind" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "Kon nie toegang tot gids %1 verkry nie" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4616,34 +4500,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Jy mout 'n gebruikernaam en wagwoord verskaf om toegang te verkry tot " "hierdie tuiste." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Tuiste:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Aanteken Goed" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Kon nie aanteken na %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4651,7 +4535,7 @@ msgid "" "The server said: \"%1\"" msgstr "Besig om te %1 begin" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4660,12 +4544,12 @@ msgstr "" "Jy moet 'n gebruikernaam en wagwoord vir die volmag bediener wat hier onder " "vertoon word verskaf voordat toegang na die tuistes verleen sal word." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Volmag:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Volmag Geldigheidsverklaring Gevaal." @@ -4722,114 +4606,114 @@ msgstr "" "gepor?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Bediener Geldigheidsverklaring" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Andersins, die versoek sal het geslaag." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, fuzzy, kde-format #| msgid "retrieve property values" msgctxt "request type" msgid "retrieve property values" msgstr "onttrek eienskap waardes" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, fuzzy, kde-format #| msgid "set property values" msgctxt "request type" msgid "set property values" msgstr "stel eienskap waardes" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "skep die aangevraagde gids" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiëer die gespesifiseerde lêer of gids" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "skuif die gespesifiseerde lêer of gids" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "soek in die gespesifiseerde gids" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "sluit die gespesifiseerde lêer of gids" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "unlock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "sluit die gespesifiseerde lêer of gids oop" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "vee die gespesifiseerde lêer of gids uit" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format #| msgid "query the server's capabilities" msgctxt "request type" msgid "query the server's capabilities" msgstr "navraag vir die bediener se vermoë" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format #| msgid "retrieve the contents of the specified file or folder" msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "onttrek die inhoud van die gespesifiseerde lêer of gids" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "soek in die gespesifiseerde gids" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "'n onverwagte fout (%1) voorgekom terwyl probeer na %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -4842,14 +4726,14 @@ msgstr "" "'n fout voorgekom terwyl probeer na %1, %2. 'n opsomming van die redes is " "onder.

            " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Toegang verkry was verbied terwyl probeer na %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4858,7 +4742,7 @@ msgstr "" "'n Hulpbron kan nie geskep word by die bestemming voordat een of meer " "tussengangers (gidse) geskep is nie." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4875,29 +4759,29 @@ msgstr "" "gelys in Die eienskappe-gedrag Xml element of jy het probeer om na oorskryf " "'n lêer terwyl versoek wat lêers word nie oorskryf word. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Die versoekte sluit kon nie wees toegestaan. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Die bediener doen nie ondersteun Die versoek tipe van Die liggaam." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format #| msgid "Unable to %1 because the resource is locked." msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nie moontlik na %1 omdat die hulpbron is geslote." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Hierdie aksie was verhoed deur nog 'n fout." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format #| msgid "" #| "Unable to %1 because the destination server refuses to accept the file or " @@ -4910,7 +4794,7 @@ msgstr "" "Kon nie %1 nie, want die bestemming bediener weier om die lêer of gids te " "aanvaar." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4919,20 +4803,20 @@ msgstr "" "Die bestemming hulpbron doen nie het voldoende spasie na opneem Die staat " "van Die hulpbron na Die uitvoering van hierdie metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Die gespesifiseer hulpbron dalk mag nie bestaan." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "Laai %1 op" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: response code, %2: request type" @@ -4945,16 +4829,16 @@ msgstr "'n onverwagte fout (%1) voorgekom terwyl probeer na %2." msgid "Network" msgstr "Netwerk Gidse" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Misformde URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4963,12 +4847,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -5009,7 +4893,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -5033,19 +4917,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Probeer weer" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Geldigheidstoets Dialoog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Toegang verkry Verbied" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Jy het nie toestemming om toegang tot protokol %1 te verkry nie." @@ -5162,41 +5046,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5206,9 +5090,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Bereken" @@ -5217,147 +5101,231 @@ msgstr "Bereken" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgid "Cancel Job" msgid "C&ancel" msgstr "Kanselleer Werk" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Besig om te %1 begin" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Wil jy die wagwoord in jou beursie lêer stoor?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "Uitvoer" +msgctxt "@action:button" +msgid "&Open" +msgstr "Open" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Open met:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Wil jy die wagwoord in jou beursie lêer stoor?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Skep Gids" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +msgid "Source" +msgstr "Bron:" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +msgid "Destination" +msgstr "Bestemming:" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgid "Copying" +msgid "Copying" +msgstr "Besig om te kopiëer" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "Beweeg" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "Herbenoem" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Beweeg na die Asblik" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr " (Uitveeïng)" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "Herbenoem" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "Gemors" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Kon nie die gids skep nie" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Kon nie die gids skep nie" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Kon nie die gids skep nie" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "Herbenoem" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "Herbenoem" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "Gemors" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Kon nie die gids skep nie" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Kon nie die gids skep nie" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Kon nie die gids skep nie" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "Herbenoem" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5366,13 +5334,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Besig om Stelsel Opstelling Op te dateer" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5381,23 +5349,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Uitvee Inskrywing" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Uitvee Inskrywing" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5409,7 +5378,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5417,7 +5386,7 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -5425,7 +5394,7 @@ msgctxt "@action:button" msgid "Empty Trash" msgstr "Gemors" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5433,7 +5402,7 @@ msgid "" "filename>" msgstr "Wil jy rerig hierdie item uitvee?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5525,7 +5494,7 @@ msgstr "Eienaar" msgid "Owning Group" msgstr "Besitter Groep" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Andere" @@ -5601,123 +5570,130 @@ msgstr "Besig om Stelsel Opstelling Op te dateer" msgid "Updating system configuration…" msgstr "Besig om Stelsel Opstelling Op te dateer" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format #| msgid "Name" msgctxt "@title:column" msgid "Name" msgstr "Naam" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format #| msgid "Size" msgctxt "@title:column" msgid "Size" msgstr "Grootte" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format #| msgid "Date" msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format #| msgid "Permissions" msgctxt "@title:column" msgid "Permissions" msgstr "Regte" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format #| msgid "Owner" msgctxt "@title:column" msgid "Owner" msgstr "Eienaar" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format #| msgid "Group" msgctxt "@title:column" msgid "Group" msgstr "Groep" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format #| msgid "Type" msgctxt "@title:column" msgid "Type" msgstr "Tipe" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Open met:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 B" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Aksies" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Open Met" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Open Met" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Uitvoer" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Open met:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Open met:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Open Met" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Open Met" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Aansoek" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5725,121 +5701,138 @@ msgid_plural "%1 items" msgstr[0] "1 lêer" msgstr[1] "%1 lêers" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format #| msgid "Unknown" msgctxt "@info mimetype" msgid "Unknown" msgstr "Onbekende" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "Op gehou" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Gekoppel by:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipe:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Ligging:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Grootte:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Verander..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Inhoud:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Open met:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Verander..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Ligging:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Grootte:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "Op gehou" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Punte na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Veranderde:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Examining" +msgid "Show target" +msgstr "Ondersoek" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Geskep:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Lêer stelsel:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Onbekende Bediener" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Gekoppel by:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Veranderde:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Toegang verkry:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Lêer stelsel:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Open Met" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Gekoppel by:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Gekoppel by:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Onbekende Bediener" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6134,26 +6127,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Tik die beskrywing wat jy vir die program wil gee hier in. Bv.: vir 'n modem " "bel program soos KPPP sal \"Internet program\" goed wees." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "Beskrywing:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Gebruikernaam:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Tik enige sinvolle kommentaar hierso." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Tik die beskrywing wat jy vir die program wil gee hier in. Bv.: vir 'n modem " +"bel program soos KPPP sal \"Internet program\" goed wees." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6165,7 +6169,7 @@ msgstr "Kommentaar:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Gebruik vooraf opgstelde omgewing veranderlikes" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6385,7 +6389,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6398,39 +6402,59 @@ msgstr "" "Kon nie stoor eienskappe. Jy doen nie het voldoende toegang verkry na " "skryf na %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "Algemeen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Hardloop as 'n ander gebruiker" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Verfris" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Wil jy rerig hierdie item uitvee?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 B" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Onbekende Bediener" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6439,152 +6463,158 @@ msgstr "" "Besig om te bereken... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 lêer" msgstr[1] "%1 lêers" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-gids" msgstr[1] "%1 sub-gidse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Besig om te bereken..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr " Lêers: %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Die nuwe lêernaam is leeg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Deaktiveer lêer tipes:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Kies Aansoek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Geskep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Verander..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Toegang verkry:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Kan Inhoud Besigtig en Verander" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Kan Inhoud Besigtig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan Inhoud Besigtig en Verander" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Kan Inhoud Besigtig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan Besigtig/Lees & Verander/Skryf" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Regte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Toegang verkry Regte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Hierdie lêer is 'n skakel en het daarom nie eienskappe nie." msgstr[1] "Al die lêers is skakels en het daarom nie eienskappe nie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Net die eienaar kan die regte verander." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Eienaar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Spesifiseer watter aksies die eienaar toegelaat word om uit te voer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Groep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Spesifiseer die aktiwiteite wat die lede van die groep mag uitvoer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ander:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6593,32 +6623,32 @@ msgstr "" "Spesifiseer watter aksies alle gebruikers, nie die eienaar of aan die groep " "behoort nie, toegelaat word om uit te voer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Net die eienaar mag die gids inhoud uitvee of herbenoem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "" "Hierdie vlaggie laat toe dat die lêer as 'n program uitgevoer kan word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Verstek gebruiker naam:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "Uitvoer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6630,7 +6660,7 @@ msgstr "" "kan slegs nuwe lêers byvoeg, wat ook afhanklik is van die 'Verander Inhoud' " "opsie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6639,42 +6669,42 @@ msgstr "" "Aktiveer hierdie opsie om die lêer as uitvoerbaar te merk. Dit maak net sin " "vir programme en skripte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Gevorderde Regte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eienaarskap" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Gebruiker:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Groep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Wend veranderinge aan op al die sub-gidse en hulle inhoud" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Gevorderde Regte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6683,23 +6713,23 @@ msgstr "" "Vertoon\n" "Inskrywings" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Hierdie vlaggie laat toe dat die inhoud van 'n gids vertoon word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lees" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" "Die lees vlaggie laat toe dat die inhoud van die lêer besigtig mag word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6708,7 +6738,7 @@ msgstr "" "Skryf\n" "Inskrywings" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6717,45 +6747,45 @@ msgstr "" "Die vlaggie laat toe dat lêers bygevoeg, herbenoem en uitgevee mag word. " "Uitvee en herbenoem kan beperk word met die 'sticky' vlaggie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skryf" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Die skryf vlaggie laat toe dat die inhoud van 'n lêer verander kan word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Gaan in" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Aktiveer hierdie vlaggie om toegang na die gids toe te laat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Voer uit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Hierdie vlaggie laat toe dat die lêer as 'n program uitgevoer kan word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spesiaal" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6764,7 +6794,7 @@ msgstr "" "Spesiale vlaggie. Die betekenis van die vlaggie kan in die regterkantste " "kolom gesien word en is van toepassing op die hele gids." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6773,17 +6803,17 @@ msgstr "" "Spesiale vlaggie. Die betekenis van die vlaggie kan in die regterkantste " "kolom gesien word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Gebruiker" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Groep" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6792,7 +6822,7 @@ msgstr "" "As hierdie vlaggie gestel is, sal die eienaar van die gids ook die eienaar " "wees van al die nuwe lêers in die gids." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6801,7 +6831,7 @@ msgstr "" "As hierdie lêer 'n uitvoerbare program is en die vlaggie is gestel, sal dit " "uitgevoer word onder die regte van die eienaar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6809,7 +6839,7 @@ msgstr "" "As hierdie vlaggie gestel is, sal alle nuwe lêers aan die groep van die gids " "behoort" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6818,7 +6848,7 @@ msgstr "" "As hierdie lêer 'n uitvoerbare program is en die vlaggie is gestel, sal dit " "uitgevoer word onder die regte van die groep." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6828,7 +6858,7 @@ msgstr "" "lêers uitvee of herbenoem. Andersins kan enige iemand met skryf regte dit " "doen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6837,90 +6867,80 @@ msgstr "" "Die 'Sticky' vlaggie op 'n lêer word geïgnoreer onder Linux, maar mag " "miskien onder ander stelsels gebruik word." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Stel Uid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Stel Gid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Skakel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Warieering (Geen Verandering)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Hierdie lêer gebruik gevorderde regte" msgstr[1] "Hierdie lêers gebruik gevorderde regte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Hierdie gids gebruik gevorderde regte" msgstr[1] "Hierdie gidss gebruik gevorderde regte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Hierdie lêers gebruik gevorderde regte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Besig om te bereken..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6928,57 +6948,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Die nuwe lêernaam is leeg." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Die nuwe lêernaam is leeg." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Besig om te bereken..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Url:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Slegs uitvoerbares op plaaslike lêer sisteme word ondersteunde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Aansoek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Voeg Lêer Tipe by vir %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Kies een of meer lêer tipes om by te voeg:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Slegs uitvoerbares op plaaslike lêer sisteme word ondersteunde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Gevorderde Opsies vir %1" @@ -7090,22 +7129,25 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Verander Beleid" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Maak Lêer Oop dialoog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Lêernaam vir klipbord inhoud:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Plak Lêer" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Plak klipbord inhoud" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7115,19 +7157,19 @@ msgstr "" "data is nie meer van toepassing nie. Gaan kopieër asb. weer die inligting " "wat jy hier wou plak." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Een Gids" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Plak Lêer" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7135,95 +7177,107 @@ msgid_plural "Paste %1 Items" msgstr[0] "Een Item" msgstr[1] "%1 Iteme" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Plak klipbord inhoud" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Plak URL" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Data formaat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Lêernaam vir klipbord inhoud:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Lêernaam vir klipbord inhoud:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "grootte %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Grootte:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Herbenoem" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Stel nuwe naam voor" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Spring" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Skryf" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7232,26 +7286,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Oorskryf Alle" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Voortgaan" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7260,12 +7314,12 @@ msgstr "" "Hierdie aksie sal '%1' met homself oorskryf.\n" "Sleutel 'n nuwe lêernaam in:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Gaan voort" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7275,7 +7329,7 @@ msgstr "" "Hierdie aksie sal '%1' met homself oorskryf.\n" "Sleutel 'n nuwe lêernaam in:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7285,123 +7339,104 @@ msgstr "" "Hierdie aksie sal '%1' met homself oorskryf.\n" "Sleutel 'n nuwe lêernaam in:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -msgid "Source" -msgstr "Bron:" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -msgid "Destination" -msgstr "Bestemming:" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "die uitbreiding %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "die uitbreiding %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "die uitbreiding %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "die uitbreiding %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Die nuwe lêernaam is leeg." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Die nuwe lêernaam is leeg." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Die nuwe lêernaam is leeg." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Alle Lêers" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'n ouer item genaamd '%1' alreeds bestaan." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'n soortgelyk lêer genaamd '%1' alreeds bestaan." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "'n ouer item genaamd '%1' alreeds bestaan." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "Herbenoem" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Herbenoem" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Herbenoem" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "Herbenoem" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Toestel:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "'n lêer genaamd %1 alreeds bestaan." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7410,39 +7445,199 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Verander die gekose identifiseerder teks." msgstr[1] "Verander die gekose identifiseerder teks." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Toestel:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Verander die gekose identifiseerder teks." +msgstr[1] "Verander die gekose identifiseerder teks." + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Open Met" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "D&elete All" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Uitvee Alle" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Verander die gekose identifiseerder teks." +msgstr[1] "Verander die gekose identifiseerder teks." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Hardloop as 'n ander gebruiker" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Hardloop as 'n ander gebruiker" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Herbenoem" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Herbenoem" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "Herbenoem" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Verstek gebruiker naam:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "D&elete All" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Uitvee Alle" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vertoon Voorskou" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, fuzzy, kde-format msgid "Information" msgstr "Kde Ssl Informasie" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Probeer weer" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "D&elete All" msgid "Replace All" msgstr "Uitvee Alle" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Spring" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7538,7 +7733,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7571,26 +7766,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7598,53 +7815,202 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Wil jy rerig hierdie item uitvee?" msgstr[1] "Wil jy rerig hierdie item uitvee?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Die ouer Ssl sertifikaat verskyn na wees korrup." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgid "Examining" msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Ondersoek" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Open Met" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Lêer stelsel:" + +#~ msgid "Delete Files" +#~ msgstr "Vee Lêers Uit" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Kon nie die gids skep nie" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Beweeg na die Asblik" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "Herbenoem" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "Stuur data na %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Gevorderde Regte" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Regte" + +#, fuzzy +#~ msgid "Remove File" +#~ msgstr "Verwyder Inskrywing" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "Skep Gids" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Regte" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Maak Lêer Oop dialoog" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "Skep Gids" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "Toestel:" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "grootte %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Onbekende Onderbreking" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Vertoon Boekmerke" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Lêer het verander" + +#~ msgid "&Description:" +#~ msgstr "Beskrywing:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Tik enige sinvolle kommentaar hierso." + +#~ msgid "&Filter:" +#~ msgstr "Filter:" + +#, fuzzy +#~| msgid "" +#~| "This is the filter to apply to the file list. File names that do not " +#~| "match the filter will not be shown.

            You may select from one of the " +#~| "preset filters in the drop down menu, or you may enter a custom filter " +#~| "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "Hierdie is die filter na wend aan na die lêer lys. lêer name wat doen " +#~ "nie ooreenstem die filter sal nie wees vertoon.

            Jy dalk mag kies van " +#~ "een van die vooraf stel filters in die laat val ondertoe kieslys, of Jy " +#~ "dalk mag invoer 'n pasmaak filter direk binnein die teks area." +#~ "

            Willekeurige karakters soos as * en ? word toegelaat." + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 is 'n lêer, maar het 'n gids verwag." + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "

            • Timeout for establishing a connection: %1 seconds
            • Timeout for receiving a response: %2 seconds
            • Timeout for " +#~| "accessing proxy servers: %3 seconds
            Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Alhoewel kontak was gemaak met die bediener, 'n antwoord was nie ontvang " +#~ "binne in die hoeveelheid van tyd geallokeer vir die versoek as volg:" +#~ "
            • Tydverstreke vir opstel 'n verbinding: %1 sekondes
            • Tydverstreke vir ontvang 'n antwoord: %2 sekondes
            • Tydverstreke vir toegang te kry tot volmag bedieners: %3 sekondes
            Asseblief nota wat jy kan verander hierdie Tydverstreke " +#~ "instellings in die Kde Kontrole Sentrum, deur deur te kies Netwerk -> " +#~ "Voorkeure." + #~ msgid "Is &executable" #~ msgstr "Is Uitvoerbaar" @@ -8844,11 +9210,6 @@ msgstr "" #~ msgstr[0] "1 dag %2" #~ msgstr[1] "%1 dae %2" -#, fuzzy -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Ondersoek" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -8910,11 +9271,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Verstek wagwoord:" -#, fuzzy -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr " (Verstek)" - #, fuzzy #~| msgid "%1 %" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -9160,12 +9516,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Kon nie regte vir %1 verander nie." -#, fuzzy -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Plak Lêer" -#~ msgstr[1] "Plak %1 Lêers" - #, fuzzy #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" @@ -9283,10 +9633,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Skryf na %1 word nie ondersteun nie." -#, fuzzy -#~ msgid "File name:" -#~ msgstr "Toestel:" - #, fuzzy #~| msgid "" #~| "

            Cache

            This module lets you configure your cache settings. +msgid "" +msgstr "" +"Project-Id-Version: kio\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-05-04 17:15+0300\n" +"Last-Translator: Wesenseged \n" +"Language-Team: English \n" +"Language: am\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 25.12.3\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Abenezer Wesenseged" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "wseged@proton.me" + +#: core/chmodjob.cpp:197 +#, kde-format +msgid "Could not modify the ownership of file %1" +msgstr "የፋይል %1 ባለቤትነትን መቀየር አልተቻለም" + +#: core/chmodjob.cpp:231 +#, kde-kuit-format +msgid "" +"Could not modify the ownership of file %1. You have " +"insufficient access to the file to perform the change." +msgstr "" +"የፋይል %1 ባለቤትነትን መቀየር አልተቻለም። ለውጡን ለማከናወን ፋይሉን የመጠቀም በቂ " +"ፈቃድ የሎትም።" + +#: core/connectionbackend.cpp:114 +#, kde-format +msgid "Unable to create KIO worker: %1" +msgstr "የKIO ሰራተኛን መፍጠር አልተቻለም፦ %1" + +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format +msgctxt "" +"The first arg is the path to the symlink that couldn't be created, the " +"secondarg is the filesystem type (e.g. vfat, exfat)" +msgid "" +"Could not create symlink \"%1\".\n" +"The destination filesystem (%2) doesn't support symlinks." +msgstr "" +"ምልክታዊ ትስስር \"%1\" መፍጠር አልተቻለም።\n" +"መድረሻው ፋይል ስርአት (%2) ምልክታዊ ትስስሮችን አይደግፍም።" + +#: core/copyjob.cpp:202 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in folder " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"folder name) with an underscore \"_\"." +msgstr "" +"\"%1\" መፍጠር አልተቻለም።\n" +"መድረሻው ፋይል ስርአት (%2) በአቃፊ ስሞች ውስጥ የሚከተሉትን ቁምፊዎች አይፈቅድም፦ %3\n" +"\"ተካ\" የሚለውን መምረጥ ማንኛውንም የማይፈቀዱ ቁምፊዎችን (በመድረሻው አቃፊ ስም ውስጥ ያሉትን) በታች መስመር \"_" +"\" ይተካቸዋል።" + +#: core/copyjob.cpp:210 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in file " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"file name) with an underscore \"_\"." +msgstr "" +"\"%1\" መፍጠር አልተቻለም።\n" +"መድረሻው ፋይል ስርአት (%2) በፋይል ስሞች ውስጥ የሚከተሉትን ቁምፊዎች አይፈቅድም፦ %3\n" +"\"ተካ\" የሚለውን መምረጥ ማንኛውንም የማይፈቀዱ ቁምፊዎችን (በመድረሻው ፋይል ስም ውስጥ ያሉትን) በታች መስመር \"_" +"\" ይተካቸዋል።" + +#: core/copyjob.cpp:1429 core/job_error.cpp:588 +#, kde-format +msgid "Folder Already Exists" +msgstr "አቃፊ አስቀድሞ አለ" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 +#, kde-format +msgid "File Already Exists" +msgstr "ፋይል አስቀድሞ አለ" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 +#, kde-format +msgid "Already Exists as Folder" +msgstr "እንደ አቃፊ አስቀድሞ አለ" + +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format +msgid "Trash" +msgstr "መጣያ" + +#: core/desktopexecparser.cpp:335 +#, kde-format +msgid "No Exec field in %1" +msgstr "በ%1 ውስጥ የExec መስክ የለም" + +#: core/desktopexecparser.cpp:360 +#, kde-format +msgid "Could not find the program '%1'" +msgstr "ፕሮግራም '%1' ማግኘት አልተቻለም" + +#: core/desktopexecparser.cpp:363 +#, kde-format +msgid "" +"The program '%1' was found at '%2' but it is missing executable permissions." +msgstr "ፕሮግራም '%1' በ'%2' ላይ ተገኝቷል ነገር ግን ተፈጻሚነት ያላቸው ፈቃዶች ይጎድሉታል።" + +#: core/desktopexecparser.cpp:365 +#, kde-format +msgid "The program '%1' is missing executable permissions." +msgstr "ፕሮግራም '%1' ሊተገበሩ የሚችሉ ፈቃዶች ይጎድሉታል።" + +#: core/desktopexecparser.cpp:379 +#, kde-format +msgid "Syntax error in command %1 coming from %2" +msgstr "ከትዕዛዝ %2 የመጣው ትዕዛዝ %1 ላይ የSyntax ስህተት ተከስቷል።" + +#: core/desktopexecparser.cpp:509 +#, kde-format +msgid "Terminal %1 not found while trying to run %2" +msgstr "ተርሚናል %1 %2ን ለማስነሳት በሚሞከርበት ጊዜ አልተገኘም" + +#: core/desktopexecparser.cpp:526 +#, kde-format +msgid "Syntax error in command %1 while trying to run %2" +msgstr "በ %2 ላይ ሙከራ ሲደረግ በትዕዛዝ %1 ላይ የSyntax ስህተት ተከስቷል" + +#: core/global.cpp:79 +#, kde-format +msgid "1 day %2" +msgid_plural "%1 days %2" +msgstr[0] "1 ቀን %2" +msgstr[1] "%1 ቀናት %2" + +#: core/global.cpp:88 core/global.cpp:104 +#, kde-format +msgid "%1 Item" +msgid_plural "%1 Items" +msgstr[0] "%1 ንጥል" +msgstr[1] "%1 ንጥሎች" + +#: core/global.cpp:92 +#, fuzzy, kde-format +msgid "1 Folder" +msgid_plural "%1 Folders" +msgstr[0] "1 አቃፊ" +msgstr[1] "%1 አቃፊዎች" + +#: core/global.cpp:93 +#, kde-format +msgid "1 File" +msgid_plural "%1 Files" +msgstr[0] "1 ፋይል" +msgstr[1] "%1 ፋይሎች" + +#: core/global.cpp:95 +#, kde-format +msgctxt "folders, files (size)" +msgid "%1, %2 (%3)" +msgstr "%1፣ %2 (%3)" + +#: core/global.cpp:96 +#, kde-format +msgctxt "folders, files" +msgid "%1, %2" +msgstr "%1፣ %2" + +#: core/global.cpp:98 +#, kde-format +msgctxt "files (size)" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: core/global.cpp:105 +#, kde-format +msgctxt "items: folders, files (size)" +msgid "%1: %2" +msgstr "%1፦ %2" + +#: core/job.cpp:104 +#, kde-format +msgctxt "@title job" +msgid "Moving" +msgstr "በመንቀሳቀስ ላይ" + +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 +#, kde-format +msgctxt "The source of a file operation" +msgid "Source" +msgstr "ምንጭ" + +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 +#, kde-format +msgctxt "The destination of a file operation" +msgid "Destination" +msgstr "መዳረሻ" + +#: core/job.cpp:112 +#, kde-format +msgctxt "@title job" +msgid "Renaming" +msgstr "ስም በመቀየር ላይ" + +#: core/job.cpp:120 +#, kde-format +msgctxt "@title job" +msgid "Copying" +msgstr "በመቅዳት ላይ" + +#: core/job.cpp:128 +#, kde-format +msgctxt "@title job" +msgid "Creating directory" +msgstr "ማውጫ በመፍጠር ላይ" + +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 +#, kde-format +msgid "Directory" +msgstr "ማውጫ" + +#: core/job.cpp:135 +#, kde-format +msgctxt "@title job" +msgid "Deleting" +msgstr "በመሰረዝ ላይ" + +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 +#, kde-format +msgid "File" +msgstr "ፋይል" + +#: core/job.cpp:142 +#, kde-format +msgctxt "@title job" +msgid "Examining" +msgstr "በመመርመር ላይ" + +#: core/job.cpp:149 +#, kde-format +msgctxt "@title job" +msgid "Transferring" +msgstr "በማዘዋወር ላይ" + +#: core/job.cpp:156 +#, kde-format +msgctxt "@title job" +msgid "Mounting" +msgstr "በመጫን ላይ" + +#: core/job.cpp:156 +#, kde-format +msgid "Device" +msgstr "መሳርያ" + +#: core/job.cpp:156 core/job.cpp:161 +#, kde-format +msgid "Mountpoint" +msgstr "የመጫኛ ነጥብ" + +#: core/job.cpp:161 +#, kde-format +msgctxt "@title job" +msgid "Unmounting" +msgstr "በማራገፍ ላይ" + +#: core/job_error.cpp:37 +#, kde-format +msgid "Could not read %1." +msgstr "%1 ማንበብ አልተቻለም።" + +#: core/job_error.cpp:40 +#, kde-format +msgid "Could not write to %1." +msgstr "%1 መጻፍ አልተቻለም።" + +#: core/job_error.cpp:43 +#, kde-format +msgid "Could not start process %1." +msgstr "ሂደት %1 ማስጀመር አልተቻለም።" + +#: core/job_error.cpp:46 +#, kde-format +msgid "" +"Internal Error\n" +"Please send a full bug report at https://bugs.kde.org\n" +"%1" +msgstr "" +"የውስጥ ስህተት\n" +"እባክዎ ሙሉ የሳንካ ሪፖርት https://bugs.kde.org ላይ ይላኩ።\n" +"%1" + +#: core/job_error.cpp:49 +#, kde-format +msgid "Malformed URL %1." +msgstr "የተበላሸ URL %1።" + +#: core/job_error.cpp:52 +#, kde-format +msgid "The protocol %1 is not supported." +msgstr "ፕሮቶኮል %1 ተቀባይነት የለውም።" + +#: core/job_error.cpp:55 +#, kde-format +msgid "The protocol %1 is only a filter protocol." +msgstr "ፕሮቶኮል %1 የማጣሪያ ፕሮቶኮል ብቻ ነው።" + +#: core/job_error.cpp:62 +#, kde-format +msgid "%1 is a folder, but a file was expected." +msgstr "%1 አቃፊ ነው፣ ነገር ግን ፋይል ይጠበቅ ነበር።" + +#: core/job_error.cpp:65 +#, kde-format +msgid "%1 is a file, but a folder was expected." +msgstr "%1 ፋይል ነው፣ ግን አቃፊ ይጠበቅ ነበር።" + +#: core/job_error.cpp:68 +#, kde-format +msgid "The file or folder %1 does not exist." +msgstr "ፋይሉ ወይም ማህደሩ %1 የለም።" + +#: core/job_error.cpp:71 +#, kde-format +msgid "A file named %1 already exists." +msgstr "%1 የሚባል ፋይል አስቀድሞ አለ።" + +#: core/job_error.cpp:74 +#, kde-format +msgid "A folder named %1 already exists." +msgstr "%1 የሚባል አቃፊ አስቀድሞ አለ።" + +#: core/job_error.cpp:77 +#, kde-format +msgid "No hostname specified." +msgstr "የአስተናጋጅ ስም አልተገለጸም።" + +#: core/job_error.cpp:77 +#, kde-format +msgid "Unknown host %1" +msgstr "የማይታወቅ አስተናጋጅ %1" + +#: core/job_error.cpp:80 +#, kde-format +msgid "Access denied to %1." +msgstr "መዳረሻ ለ%1 ተከልክሏል።" + +#: core/job_error.cpp:83 +#, kde-format +msgid "" +"Access denied.\n" +"Could not write to %1." +msgstr "" +"መዳረሻ ተከልክሏል።\n" +"ወደ %1 መጻፍ አልተቻለም።" + +#: core/job_error.cpp:86 +#, kde-format +msgid "Could not enter folder %1." +msgstr "ወደ አቃፊ %1 መግባት አልተቻለም።" + +#: core/job_error.cpp:89 +#, kde-format +msgid "The protocol %1 does not implement a folder service." +msgstr "ፕሮቶኮል %1 የአቃፊ አገልግሎትን አይተገበርም።" + +#: core/job_error.cpp:92 +#, kde-format +msgid "Found a cyclic link in %1." +msgstr "ዑደታዊ አገናኝ በ%1 ውስጥ ተገኝቷል።" + +#: core/job_error.cpp:95 +#, kde-format +msgid "Found a cyclic link while copying %1." +msgstr "%1 በሚገለበጥበት ጊዜ ዑደታዊ አገናኝ ተገኝቷል።" + +#: core/job_error.cpp:98 +#, kde-format +msgid "Could not create socket for accessing %1." +msgstr "%1ን ለመድረስ ሶኬት መፍጠር አልተቻለም።" + +#: core/job_error.cpp:101 +#, kde-format +msgid "Could not connect to host %1." +msgstr "ከ %1 አስተናጋጅ ጋር መገናኘት አልተቻለም።" + +#: core/job_error.cpp:104 +#, kde-format +msgid "Connection to host %1 is broken." +msgstr "ከ%1 አስተናጋጅ ጋር ያለው ግንኙነት ተቋርጧል።" + +#: core/job_error.cpp:107 +#, kde-format +msgid "The protocol %1 is not a filter protocol." +msgstr "ፕሮቶኮሉ %1 የማጣሪያ ፕሮቶኮል አይደለም።" + +#: core/job_error.cpp:110 +#, kde-format +msgid "" +"Could not mount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"መሣሪያውን መጫን አልተቻለም።\n" +"ሪፖርት የተደረገው ስህተት፦\n" +"%1" + +#: core/job_error.cpp:113 +#, kde-format +msgid "" +"Could not unmount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"መሣሪያውን ማራገፍ አልተቻለም።\n" +"ሪፖርት የተደረገው ስህተት፦\n" +"%1" + +#: core/job_error.cpp:116 +#, kde-format +msgid "Could not read file %1." +msgstr "ፋይል %1 ማንበብ አልተቻለም።" + +#: core/job_error.cpp:119 +#, kde-format +msgid "Could not write to file %1." +msgstr "ወደ ፋይል %1 መጻፍ አልተቻለም።" + +#: core/job_error.cpp:122 +#, kde-format +msgid "Could not bind %1." +msgstr "%1ን ማሰር አልተቻለም።" + +#: core/job_error.cpp:125 +#, kde-format +msgid "Could not listen %1." +msgstr "%1ን ማዳመጥ አልተቻለም።" + +#: core/job_error.cpp:128 +#, kde-format +msgid "Could not accept %1." +msgstr "%1ን መቀበል አልተቻለም።" + +#: core/job_error.cpp:134 +#, kde-format +msgid "Could not access %1." +msgstr "%1 መድረስ አልተቻለም።" + +#: core/job_error.cpp:137 +#, kde-format +msgid "Could not terminate listing %1." +msgstr "%1 ዝርዝርን ማቋረጥ አልተቻለም።" + +#: core/job_error.cpp:140 +#, kde-format +msgid "Could not make folder %1." +msgstr "አቃፊ %1 ማድረግ አልተቻለም።" + +#: core/job_error.cpp:143 +#, kde-format +msgid "Could not remove folder %1." +msgstr "አቃፊ %1 ማስወገድ አልተቻለም።" + +#: core/job_error.cpp:146 +#, kde-format +msgid "Could not resume file %1." +msgstr "%1 ፋይልን ማስቀጠል አልተቻለም።" + +#: core/job_error.cpp:149 +#, kde-format +msgid "Could not rename file %1." +msgstr "%1 ፋይልን እንደገና መሰየም አልተቻለም።" + +#: core/job_error.cpp:152 +#, kde-format +msgid "Could not change permissions for %1." +msgstr "የ%1 ፈቃዶችን መቀየር አልተቻለም።" + +#: core/job_error.cpp:155 +#, kde-format +msgid "Could not change ownership for %1." +msgstr "ለ%1 ባለቤትነት መቀየር አልተቻለም።" + +#: core/job_error.cpp:158 +#, kde-format +msgid "Could not delete file %1." +msgstr "%1 ፋይል መሰረዝ አልተቻለም።" + +#: core/job_error.cpp:161 +#, kde-format +msgid "The process for the %1 protocol died unexpectedly." +msgstr "የ%1 ፕሮቶኮል ሂደት ሳይታሰብ ሞቷል።" + +#: core/job_error.cpp:164 +#, kde-format +msgid "" +"Error. Out of memory.\n" +"%1" +msgstr "" +"ስህተት ከሚምሪ ውጪ።\n" +"%1" + +#: core/job_error.cpp:167 +#, kde-format +msgid "" +"Unknown proxy host\n" +"%1" +msgstr "" +"ያልታወቀ ፕሮክሲ አስተናጋጅ\n" +"%1" + +#: core/job_error.cpp:170 +#, kde-format +msgid "Authorization failed, %1 authentication not supported" +msgstr "ፈቃድ አልተሳካም፣ %1 ማረጋገጫ አይደገፍም።" + +#: core/job_error.cpp:176 +#, kde-format +msgid "" +"User canceled action\n" +"%1" +msgstr "" +"ተጠቃሚ እርምጃን አቋርጧል\n" +"%1" + +#: core/job_error.cpp:179 +#, kde-format +msgid "" +"Internal error in server\n" +"%1" +msgstr "" +"የውስጥ ስህተት በሰርቨር\n" +"%1" + +#: core/job_error.cpp:182 +#, kde-format +msgid "" +"Timeout on server\n" +"%1" +msgstr "" +"በሰርቨር ላይ ጊዜው አልቋል\n" +"%1" + +#: core/job_error.cpp:185 +#, kde-format +msgid "" +"Unknown error\n" +"%1" +msgstr "" +"ያልታወቀ ስህተት\n" +"%1" + +#: core/job_error.cpp:188 +#, kde-format +msgid "" +"Unknown interrupt\n" +"%1" +msgstr "" +"ያልታወቀ ማቋረጥ\n" +"%1" + +#: core/job_error.cpp:199 +#, kde-format +msgid "" +"Could not delete original file %1.\n" +"Please check permissions." +msgstr "" +"ዋናውን ፋይል %1 መሰረዝ አልተቻለም።\n" +"እባክዎ ፈቃዶችን ያረጋግጡ።" + +#: core/job_error.cpp:202 +#, kde-format +msgid "" +"Could not delete partial file %1.\n" +"Please check permissions." +msgstr "" +"%1 ከፊል ፋይል መሰረዝ አልተቻለም።\n" +"እባክዎ ፈቃዶችን ያረጋግጡ።" + +#: core/job_error.cpp:205 +#, kde-format +msgid "" +"Could not rename original file %1.\n" +"Please check permissions." +msgstr "" +"የመጀመሪያውን ፋይል %1 እንደገና መሰየም አልተቻለም።\n" +"እባክዎ ፈቃዶችን ያረጋግጡ።" + +#: core/job_error.cpp:208 +#, kde-format +msgid "" +"Could not rename partial file %1.\n" +"Please check permissions." +msgstr "" +"ከፊል ፋይል %1 እንደገና መሰየም አልተቻለም።\n" +"እባክዎ ፈቃዶችን ያረጋግጡ።" + +#: core/job_error.cpp:211 +#, kde-format +msgid "" +"Could not create symlink %1.\n" +"Please check permissions." +msgstr "" +"ሲምሊንክ %1 መፍጠር አልተቻለም።\n" +"እባክዎ ፈቃዶችን ያረጋግጡ።" + +#: core/job_error.cpp:214 +#, kde-format +msgid "" +"Cannot create symlinks at %1.\n" +"The destination filesystem doesn't support symlinks." +msgstr "" +"ሲምሊንኮችን በ%1 መፍጠር አይቻልም።\n" +"የመድረሻ ፋይል ስርዓቱ ሲምሊንኮችን አይደግፍም።" + +#: core/job_error.cpp:220 +#, kde-format +msgid "There is not enough space on the disk to write %1." +msgstr "%1 ለመጻፍ በዲስክ ላይ በቂ ቦታ የለም።" + +#: core/job_error.cpp:223 +#, kde-format +msgid "" +"The source and destination are the same file.\n" +"%1" +msgstr "" +"ምንጩ እና መድረሻው አንድ ፋይል ነው።\n" +"%1" + +#: core/job_error.cpp:231 +#, kde-format +msgid "%1 is required by the server, but is not available." +msgstr "%1 በሰርቨር ያስፈልጋል፣ ግን አልተገኘም።" + +#: core/job_error.cpp:234 +#, kde-format +msgid "Access to restricted port in POST denied." +msgstr "በPOST ውስጥ ወደብ የተገደበ መዳረሻ ተከልክሏል።" + +#: core/job_error.cpp:237 +#, kde-format +msgid "" +"The required content size information was not provided for a POST operation." +msgstr "የሚፈለገው የይዘት መጠን መረጃ ለPOST ክወና አልቀረበም።" + +#: core/job_error.cpp:240 +#, kde-format +msgid "A file or folder cannot be dropped onto itself" +msgstr "ፋይል ወይም ማህደር በራሱ ላይ መጣል አይቻልም" + +#: core/job_error.cpp:243 +#, kde-format +msgid "A folder cannot be moved into itself" +msgstr "አቃፊ ወደ ራሱ ሊወሰድ አይችልም።" + +#: core/job_error.cpp:246 +#, kde-format +msgid "Communication with the local password server failed" +msgstr "ከአካባቢያዊ የይለፍ ቃል ሰርቭር ጋር መገናኘት አልተሳካም።" + +#: core/job_error.cpp:249 +#, kde-format +msgid "Unable to create KIO worker. %1" +msgstr "KIO worker መፍጠር አልተቻለም። %1" + +#: core/job_error.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Cannot transfer %1 because it is too large. The " +"destination filesystem only supports files up to 4GiB" +msgstr "" +"%1ን ማስተላለፍ አይቻልም ምክንያቱም በጣም ትልቅ ነው። የ መድረሻ ፋይል ስርዓት እስከ " +"4GiB ፋይሎችን ብቻ ይደግፋል" + +#: core/job_error.cpp:258 +#, kde-format +msgid "" +"Privilege escalation is not necessary because \n" +"'%1' is owned by the current user.\n" +"Please retry after changing permissions." +msgstr "" +"የልዩነት ማሳደግ አስፈላጊ አይደለም ምክንያቱም \n" +"'%1' ባለቤትነት የተያዘው የአሁኑ ተጠቃሚ ነው።\n" +"እባክዎ ፈቃዶችን ከቀየሩ በኋላ እንደገና ይሞክሩ።" + +#: core/job_error.cpp:261 +#, kde-format +msgid "File is too large to be trashed." +msgstr "ፋይሉ ለመጣል በጣም ትልቅ ነው።" + +#: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "ለዚህ አካባቢ የቆሻሻ አቃፊ ሊገኝ ወይም ሊፈጠር አልቻለም።" + +#: core/job_error.cpp:267 +#, kde-format +msgid "" +"Unknown error code %1\n" +"%2\n" +"Please send a full bug report at https://bugs.kde.org." +msgstr "" +"ያልታወቀ የስህተት ኮድ %1\n" +"%2\n" +"እባክዎ ሙሉ የሳንካ ሪፖርት https://bugs.kde.org ላይ ይላኩ።" + +#: core/job_error.cpp:298 +#, kde-format +msgctxt "@info url" +msgid "(unknown)" +msgstr "(የማይታወቅ)" + +#: core/job_error.cpp:304 +#, kde-format +msgctxt "@info %1 error name, %2 description" +msgid "

            %1

            %2

            " +msgstr "

            %1

            %2

            " + +#: core/job_error.cpp:308 +#, kde-format +msgid "Technical reason: " +msgstr "ቴክኒካዊ ምክንያት፦" + +#: core/job_error.cpp:310 +#, kde-format +msgid "Details of the request:" +msgstr "የጥያቄው ዝርዝሮች፦" + +#: core/job_error.cpp:310 +#, kde-format +msgid "
          • URL: %1
          • " +msgstr "
          • URL፦ %1
          • " + +#: core/job_error.cpp:312 +#, kde-format +msgid "
          • Protocol: %1
          • " +msgstr "
          • ፕሮቶኮል፦ %1
          • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
          • Date and time: %1
          • " +msgstr "
          • ቀን እና ሰዓት፦ %1
          • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
          • Additional information: %1
          • " +msgstr "
          • ተጨማሪ መረጃ፦ %1
          • " + +#: core/job_error.cpp:316 +#, kde-format +msgid "Possible causes:" +msgstr "ሊሆኑ የሚችሉ ምክንያቶች፦" + +#: core/job_error.cpp:320 +#, kde-format +msgid "Possible solutions:" +msgstr "ሊሆኑ የሚችሉ መፍትሄዎች፦" + +#: core/job_error.cpp:364 +#, kde-format +msgctxt "@info protocol" +msgid "(unknown)" +msgstr "(የማይታወቅ)" + +#: core/job_error.cpp:377 +#, kde-format +msgid "" +"Contact your appropriate computer support system, whether the system " +"administrator, or technical support group for further assistance." +msgstr "" +"ለተጨማሪ እርዳታ የስርዓት አስተዳዳሪውን ወይም የቴክኒክ ድጋፍ ሰጪ ቡድኑን ተገቢውን የኮምፒውተር ድጋፍ ስርዓት ያነጋግሩ።" + +#: core/job_error.cpp:381 +#, kde-format +msgid "Contact the administrator of the server for further assistance." +msgstr "ለተጨማሪ እርዳታ የሰርቨሩን አስተዳዳሪ ያነጋግሩ።" + +#: core/job_error.cpp:384 +#, kde-format +msgid "Check your access permissions on this resource." +msgstr "በዚህ ግብዓት ላይ የመዳረሻ ፈቃዶችዎን ያረጋግጡ።" + +#: core/job_error.cpp:386 +#, kde-format +msgid "" +"Your access permissions may be inadequate to perform the requested operation " +"on this resource." +msgstr "የተጠየቀውን ተግባር በዚህ ግብዓት ላይ ለማከናወን የመዳረሻ ፈቃዶችዎ በቂ ላይሆኑ ይችላሉ።" + +#: core/job_error.cpp:389 +#, kde-format +msgid "" +"The file may be in use (and thus locked) by another user or application." +msgstr "ፋይሉ በሌላ ተጠቃሚ ወይም መተግበሪያ ሊጠቀምበት (እና ስለዚህ ሊቆለፍ) ይችላል።" + +#: core/job_error.cpp:392 +#, kde-format +msgid "" +"Check to make sure that no other application or user is using the file or " +"has locked the file." +msgstr "ሌላ ማንኛውም መተግበሪያ ወይም ተጠቃሚ ፋይሉን እንደማይጠቀም ወይም ፋይሉን እንዳልቆለፈው ያረጋግጡ።" + +#: core/job_error.cpp:395 +#, kde-format +msgid "Although unlikely, a hardware error may have occurred." +msgstr "የማይመስል ቢሆንም የሃርድዌር ስህተት ተከስቷል።" + +#: core/job_error.cpp:397 +#, kde-format +msgid "You may have encountered a bug in the program." +msgstr "በፕሮግራሙ ውስጥ ስህተት አጋጥሞህ ሊሆን ይችላል።" + +#: core/job_error.cpp:399 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the program. Please consider " +"submitting a full bug report as detailed below." +msgstr "" +"ይህ በአብዛኛው የሚከሰተው በፕሮግራሙ ውስጥ ባሉ ስህተቶች ነው። እባኮትን ከዚህ በታች በዝርዝር እንደተገለፀው ሙሉ " +"የሳንካ ሪፖርት አቅርቡ።" + +#: core/job_error.cpp:402 +#, kde-format +msgid "" +"Update your software to the latest version. Your distribution should provide " +"tools to update your software." +msgstr "" +"የእርስዎን ሶፍትዌር ወደ የቅርብ ጊዜው ስሪት ያዘምኑ። የእርስዎ ስርጭት(distribution) ሶፍትዌርዎን ለማዘመን " +"መሳሪያዎችን ማቅረብ አለበት።" + +#: core/job_error.cpp:405 +#, kde-format +msgid "" +"When all else fails, please consider helping the KDE team or the third party " +"maintainer of this software by submitting a high quality bug report. If the " +"software is provided by a third party, please contact them directly. " +"Otherwise, first look to see if the same bug has been submitted by someone " +"else by searching at the KDE bug reporting " +"website. If not, take note of the details given above, and include them " +"in your bug report, along with as many other details as you think might help." +msgstr "" +"ሁሉም ነገር ካልተሳካ፣ እባክዎን ከፍተኛ ጥራት ያለው የሳንካ ሪፖርት በማስገባት የKDE ቡድንን ወይም የሶስተኛ ወገን " +"አስተዳዳሪውን ለመርዳት ያስቡበት። ሶፍትዌሩ የቀረበው በሶስተኛ ወገን ከሆነ፣ እባክዎን በቀጥታ ያግኙዋቸው።ካልሆነ፣ " +"መጀመሪያ ተመሳሳይ ስህተት በሌላ ሰው ቀርቦ እንደሆነ ለማየት በየKDE የሳንካ ሪፖርት ማድረጊያ ድህረ ገጽ ላይ ይፈልጉ። ካልሆነ፣ ከላይ የተሰጡትን ዝርዝሮች ልብ ይበሉ እና " +"በሳንካ ሪፖርትዎ ውስጥ ያካትቱዋቸው፣ እንዲሁም ሊረዱዎት ይችላሉ ብለው የሚያስቡትን ሌሎች በርካታ ዝርዝሮችን ያካትቱ።" + +#: core/job_error.cpp:414 +#, kde-format +msgid "There may have been a problem with your network connection." +msgstr "በእርስዎ የአውታረ መረብ ግንኙነት ላይ ችግር ሊኖር ይችላል።" + +#: core/job_error.cpp:418 +#, kde-format +msgid "" +"There may have been a problem with your network configuration. If you have " +"been accessing the Internet with no problems recently, this is unlikely." +msgstr "" +"በአውታረ መረብዎ ውቅር ላይ ችግር ሊኖር ይችላል። በቅርብ ጊዜ ምንም ችግር ሳይኖር በይነመረብን እየተጠቀሙ ከሆነ፣ ይህ " +"ላይሆን ይችላል።" + +#: core/job_error.cpp:422 +#, kde-format +msgid "" +"There may have been a problem at some point along the network path between " +"the server and this computer." +msgstr "" +"በሰርቨሩ እና በዚህ ኮምፒውተር መካከል ባለው የአውታረ መረብ መንገድ ላይ በሆነ ወቅት ላይ ችግር ሊኖር ይችላል።" + +#: core/job_error.cpp:424 +#, kde-format +msgid "Try again, either now or at a later time." +msgstr "እንደገና ሞክር፣ አሁን ወይም ቡሀላ" + +#: core/job_error.cpp:425 +#, kde-format +msgid "A protocol error or incompatibility may have occurred." +msgstr "የፕሮቶኮል ስህተት ወይም ተኳሃኝ አለመሆን ተከስቷል።" + +#: core/job_error.cpp:426 +#, kde-format +msgid "Ensure that the resource exists, and try again." +msgstr "ግብዓቱ መኖሩን ያረጋግጡ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:427 +#, kde-format +msgid "The specified resource may not exist." +msgstr "የተገለጸው ግብዓት ላይኖር ይችላል።" + +#: core/job_error.cpp:429 +#, kde-format +msgid "Double-check that you have entered the correct location and try again." +msgstr "ትክክለኛውን ቦታ ማስገባትዎን ያረጋግጡ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:431 +#, kde-format +msgid "Check your network connection status." +msgstr "የአውታረ መረብ ግንኙነትዎን ሁኔታ ያረጋግጡ።" + +#: core/job_error.cpp:435 +#, kde-format +msgid "Cannot Open Resource For Reading" +msgstr "ለማንበብ የሚያስችል ግብዓት መክፈት አይቻልም" + +#: core/job_error.cpp:437 +#, kde-format +msgid "" +"This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." +msgstr "" +"ይህ ማለት የተጠየቀው ፋይል ወይም አቃፊ %1 ይዘቶች ሊገኙ አልቻሉም፣ ምክንያቱም የንባብ " +"ፈቃድ ማግኘት አልተቻለም።" + +#: core/job_error.cpp:442 +#, kde-format +msgid "You may not have permissions to read the file or open the folder." +msgstr "ፋይሉን ለማንበብ ወይም አቃፊውን ለመክፈት ፈቃድ ላይኖርዎት ይችላል።" + +#: core/job_error.cpp:449 +#, kde-format +msgid "Cannot Open Resource For Writing" +msgstr "ለመጻፍ የሚያስችል ግብዓት መክፈት አይቻልም" + +#: core/job_error.cpp:451 +#, kde-format +msgid "" +"This means that the file, %1, could not be written to as " +"requested, because access with permission to write could not be obtained." +msgstr "" +"ይህ ማለት %1 የተባለው ፋይል እንደተጠየቀው ሊጻፍ አይችልም፣ ምክንያቱም የመጻፍ ፈቃድ ያለው " +"መዳረሻ ማግኘት አልተቻለም።" + +#: core/job_error.cpp:460 +#, kde-format +msgid "Cannot Launch Process required by the %1 Protocol" +msgstr "በ%1 ፕሮቶኮል የሚፈለገውን ሂደት ማስጀመር አይቻልም" + +#: core/job_error.cpp:461 +#, kde-format +msgid "Unable to Launch Process" +msgstr "ሂደቱን ማስጀመር አልተቻለም" + +#: core/job_error.cpp:463 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " +"technical reasons." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ሊገኝ ወይም ሊጀመር " +"አልቻለም። ይህ ብዙውን ጊዜ የሚከሰተው በቴክኒካል ምክንያቶች ነው።" + +#: core/job_error.cpp:468 +#, kde-format +msgid "" +"The program which provides compatibility with this protocol may not have " +"been updated with your last update of KDE. This can cause the program to be " +"incompatible with the current version and thus not start." +msgstr "" +"ከዚህ ፕሮቶኮል ጋር ተኳሃኝነትን የሚያቀርበው ፕሮግራም ከመጨረሻው የKDE ዝመናዎ ጋር ላይዘምን ይችላል። ይህ ፕሮግራሙ " +"ከአሁኑ ስሪት ጋር ተኳሃኝ እንዳይሆን እና በዚህም ምክንያት እንዳይጀምር ሊያደርግ ይችላል።" + +#: core/job_error.cpp:477 +#, kde-format +msgid "Internal Error" +msgstr "ውስጣዊ ስህተት" + +#: core/job_error.cpp:479 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an internal error." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ውስጣዊ ስህተት ሪፖርት " +"አድርጓል።" + +#: core/job_error.cpp:487 +#, kde-format +msgid "Improperly Formatted URL" +msgstr "በአግባቡ ያልተሰራ ዩአርኤል" + +#: core/job_error.cpp:489 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered was not properly formatted. The format " +"of a URL is generally as follows:
            protocol://user:" +"password@www.example.org:port/folder/filename.extension?query=value
            " +msgstr "" +"ያስገቡት የኒፎርም ንጭ መልካች " +"(URL) በአግባቡ አልተቀረጸም። የዩአርኤል ቅርጸት በአጠቃላይ እንደሚከተለው " +"ነው፦
            protocol፦//user፦password@www.example.org፦port/folder/" +"filename.extension query=value
            " + +#: core/job_error.cpp:498 +#, kde-format +msgid "Unsupported Protocol %1" +msgstr "የማይደገፍ ፕሮቶኮል %1" + +#: core/job_error.cpp:500 +#, kde-format +msgid "" +"The protocol %1 is not supported by the KDE programs " +"currently installed on this computer." +msgstr "" +"ፕሮቶኮሉ %1በአሁኑ ጊዜ በዚህ ኮምፒውተር ላይ በተጫኑት የKDE ፕሮግራሞች አይደገፍም።" + +#: core/job_error.cpp:503 +#, kde-format +msgid "The requested protocol may not be supported." +msgstr "የተጠየቀው ፕሮቶኮል ላይደገፍ ይችላል።" + +#: core/job_error.cpp:505 +#, kde-format +msgid "" +"The versions of the %1 protocol supported by this computer and the server " +"may be incompatible." +msgstr "በዚህ ኮምፒውተር እና በሰርቨሩ የሚደገፉት የ%1 ፕሮቶኮል ስሪቶች ተኳሃኝ ላይሆኑ ይችላሉ።" + +#: core/job_error.cpp:509 +#, kde-format +msgid "" +"You may perform a search on the Internet for a software plugin (called a " +"\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." +msgstr "" +"ይህንን ፕሮቶኮል የሚደግፍ የሶፍትዌር ፕልጊን (“KIO ሰራተኛ” የሚባል) በኢንተርኔት ላይ መፈለግ ይችላሉ። ለመፈለግ " +"የሚያስፈልጉ ቦታዎች https://store.kde.orgን " +"ያካትታሉ።" + +#: core/job_error.cpp:517 +#, kde-format +msgid "URL Does Not Refer to a Resource." +msgstr "URL ወደ ግብዓቱ አያመለክትም።" + +#: core/job_error.cpp:518 +#, kde-format +msgid "Protocol is a Filter Protocol" +msgstr "ፕሮቶኮል የማጣሪያ ፕሮቶኮል ነው" + +#: core/job_error.cpp:520 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." +msgstr "" +"ያስገቡት ኒፎርም ንጭ መልካች " +"(URL) የተወሰነ ምንጭን አያመለክትም።" + +#: core/job_error.cpp:524 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol; the " +"protocol specified is only for use in such situations, however this is not " +"one of these situations. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" +"KDE በፕሮቶኮል ውስጥ ባለ ፕሮቶኮል በኩል መግባባት ይችላል፤ የተገለጸው ፕሮቶኮል በእንደዚህ ዓይነት ሁኔታዎች ውስጥ " +"ብቻ ጥቅም ላይ የሚውል ነው፣ ነገር ግን ይህ ከእነዚህ ሁኔታዎች ውስጥ አንዱ አይደለም። ይህ ያልተለመደ ክስተት ነው፣ " +"እና የፕሮግራሚንግ ስህተትን ሊያመለክት ይችላል።" + +#: core/job_error.cpp:532 +#, kde-format +msgid "Unsupported Action: %1" +msgstr "የማይደገፍ እርምጃ፦ %1" + +#: core/job_error.cpp:534 +#, kde-format +msgid "" +"The requested action is not supported by the KDE program which is " +"implementing the %1 protocol." +msgstr "" +"የተጠየቀው እርምጃ የ%1 ፕሮቶኮልን ተግባራዊ በሚያደርገው የKDE ፕሮግራም አይደገፍም።" + +#: core/job_error.cpp:538 +#, kde-format +msgid "" +"This error is very much dependent on the KDE program. The additional " +"information should give you more information than is available to the KDE " +"input/output architecture." +msgstr "" +"ይህ ስህተት በKDE ፕሮግራሙ ላይ በጣም ጥገኛ ነው። ተጨማሪው መረጃ ከKDE የግቤት/ውጤት አርክቴክቸር የበለጠ መረጃ " +"ሊሰጥዎ ይገባል።" + +#: core/job_error.cpp:542 +#, kde-format +msgid "Attempt to find another way to accomplish the same outcome." +msgstr "ተመሳሳይ ውጤት ለማግኘት ሌላ መንገድ ለማግኘት ይሞክሩ።" + +#: core/job_error.cpp:547 +#, kde-format +msgid "File Expected" +msgstr "ፋይል ይጠበቃል" + +#: core/job_error.cpp:549 +#, kde-format +msgid "" +"The request expected a file, however the folder %1 was " +"found instead." +msgstr "ጥያቄው ፋይል ይጠብቃል፣ ነገር ግን በምትኩ %1 የተባለው አቃፊ ተገኝቷል።" + +#: core/job_error.cpp:552 +#, kde-format +msgid "This may be an error on the server side." +msgstr "ይህ በሰርቨሩ በኩል ስህተት ሊሆን ይችላል።" + +#: core/job_error.cpp:557 +#, kde-format +msgid "Folder Expected" +msgstr "አቃፊ ይጠበቃል" + +#: core/job_error.cpp:559 +#, kde-format +msgid "" +"The request expected a folder, however the file %1 was " +"found instead." +msgstr "" +"ጥያቄው አቃፊ እንደሚጠብቅ ይጠበቃል፣ ነገር ግን በምትኩ %1 የተባለው ፋይል ተገኝቷል።" + +#: core/job_error.cpp:567 +#, kde-format +msgid "File or Folder Does Not Exist" +msgstr "ፋይል ወይም አቃፊ የለም።" + +#: core/job_error.cpp:569 +#, kde-format +msgid "The specified file or folder %1 does not exist." +msgstr "የተገለጸው ፋይል ወይም አቃፊ %1 የለም።" + +#: core/job_error.cpp:579 +#, kde-format +msgid "" +"The requested file could not be created because a file with the same name " +"already exists." +msgstr "የተጠየቀው ፋይል ሊፈጠር አልቻለም ምክንያቱም ተመሳሳይ ስም ያለው ፋይል አስቀድሞ አለ።" + +#: core/job_error.cpp:582 +#, kde-format +msgid "Try moving the current file out of the way first, and then try again." +msgstr "መጀመሪያ የአሁኑን ፋይል ከመንገድ ለማንቀሳቀስ ይሞክሩ እና ከዚያ እንደገና ይሞክሩ።" + +#: core/job_error.cpp:584 +#, kde-format +msgid "Delete the current file and try again." +msgstr "የአሁኑን ፋይል ሰርዝ እና እንደገና ሞክር።" + +#: core/job_error.cpp:584 +#, kde-format +msgid "Choose an alternate filename for the new file." +msgstr "ለአዲሱ ፋይል ተለዋጭ የፋይል ስም ይምረጡ።" + +#: core/job_error.cpp:590 +#, kde-format +msgid "" +"The requested folder could not be created because a folder with the same " +"name already exists." +msgstr "የተጠየቀው አቃፊ ሊፈጠር አልቻለም ምክንያቱም ተመሳሳይ የሆነ አቃፊ ስም አስቀድሞ አለ።" + +#: core/job_error.cpp:593 +#, kde-format +msgid "Try moving the current folder out of the way first, and then try again." +msgstr "መጀመሪያ የአሁኑን አቃፊ ከመንገድ ለማንቀሳቀስ ይሞክሩ እና ከዚያ እንደገና ይሞክሩ።" + +#: core/job_error.cpp:595 +#, kde-format +msgid "Delete the current folder and try again." +msgstr "የአሁኑን አቃፊ ሰርዝ እና እንደገና ሞክር።" + +#: core/job_error.cpp:595 +#, kde-format +msgid "Choose an alternate name for the new folder." +msgstr "ለአዲሱ አቃፊ ተለዋጭ ስም ይምረጡ።" + +#: core/job_error.cpp:599 +#, kde-format +msgid "Unknown Host" +msgstr "የማይታወቅ አስተናጋጅ" + +#: core/job_error.cpp:601 +#, kde-format +msgid "" +"An unknown host error indicates that the server with the requested name, " +"%1, could not be located on the Internet." +msgstr "" +"ያልታወቀ የሆስት ስህተት የተጠየቀው ስም %1 ያለው ሰርቨር በኢንተርኔት ላይ ሊገኝ " +"እንደማይችል ያሳያል።" + +#: core/job_error.cpp:606 +#, kde-format +msgid "" +"The name that you typed, %1, may not exist: it may be incorrectly typed." +msgstr "የጻፍከው ስም %1 ላይኖር ይችላል፦ ጽሁፍህ ስህተት ሆኖ ሊሆን ይችላል።" + +#: core/job_error.cpp:614 +#, kde-format +msgid "Access Denied" +msgstr "መዳረሻ ተከልክሏል።" + +#: core/job_error.cpp:616 +#, kde-format +msgid "Access was denied to the specified resource, %1." +msgstr "ለተጠቀሰው ግብዓት %1 መድረስ ተከልክሏል።" + +#: core/job_error.cpp:620 core/job_error.cpp:896 +#, kde-format +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "የተሳሳተ የማረጋገጫ ዝርዝሮችን አቅርበው ይሆናል ወይም ጨርሶ አላቀረቡም።" + +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format +msgid "Your account may not have permission to access the specified resource." +msgstr "መለያዎ የተገለጸውን ግብዓት ለመድረስ ፈቃድ ላይኖረው ይችላል።" + +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 +#, kde-format +msgid "" +"Retry the request and ensure your authentication details are entered " +"correctly." +msgstr "ጥያቄውን እንደገና ይሞክሩ እና የማረጋገጫ ዝርዝሮችዎ በትክክል መግባታቸውን ያረጋግጡ።" + +#: core/job_error.cpp:635 +#, kde-format +msgid "Write Access Denied" +msgstr "የመፃፍ መዳረሻ ተከልክሏል" + +#: core/job_error.cpp:637 +#, kde-format +msgid "" +"This means that an attempt to write to the file %1 was " +"rejected." +msgstr "" +"ይህ ማለት %1 የሚለውን ፋይል ላይ ለመጻፍ የተደረገው ሙከራ ውድቅ ተደርጓል ማለት ነው።" + +#: core/job_error.cpp:645 +#, kde-format +msgid "Unable to Enter Folder" +msgstr "አቃፊ ማስገባት አልተቻለም" + +#: core/job_error.cpp:647 +#, kde-format +msgid "" +"This means that an attempt to enter (in other words, to open) the requested " +"folder %1 was rejected." +msgstr "" +"ይህ ማለት የተጠየቀውን አቃፊ %1 ለማስገባት የተደረገ ሙከራ (በሌላ አነጋገር ለመክፈት) " +"ውድቅ ተደርጓል ማለት ነው።" + +#: core/job_error.cpp:655 +#, kde-format +msgid "Folder Listing Unavailable" +msgstr "የአቃፊ ዝርዝር የለም።" + +#: core/job_error.cpp:656 +#, kde-format +msgid "Protocol %1 is not a Filesystem" +msgstr "ፕሮቶኮል %1 የፋይል ስርዓት አይደለም" + +#: core/job_error.cpp:658 +#, kde-format +msgid "" +"This means that a request was made which requires determining the contents " +"of the folder, and the KDE program supporting this protocol is unable to do " +"so." +msgstr "" +"ይህ ማለት የአቃፊውን ይዘቶች መወሰን የሚጠይቅ ጥያቄ ቀርቧል፣ እና ይህንን ፕሮቶኮል የሚደግፈው የKDE ፕሮግራም ይህን " +"ማድረግ አይችልም ማለት ነው።" + +#: core/job_error.cpp:666 +#, kde-format +msgid "Cyclic Link Detected" +msgstr "ሳይክሊክ ሊንክ ተገኝቷል" + +#: core/job_error.cpp:668 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. KDE detected a link or series of links that results in " +"an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " +"itself." +msgstr "" +"የዩኒክስ አካባቢዎች በተለምዶ ፋይልን ወይም አቃፊን ከተለየ ስም እና/ወይም ቦታ ጋር ማገናኘት ይችላሉ። KDE ማለቂያ " +"የሌለው ዑደት የሚያስከትል አገናኝ ወይም ተከታታይ አገናኞችን አግኝቷል - ማለትም ፋይሉ (ምናልባትም በክብ መንገድ) " +"ከራሱ ጋር የተገናኘ ነበር።" + +#: core/job_error.cpp:673 core/job_error.cpp:699 +#, kde-format +msgid "" +"Delete one part of the loop in order that it does not cause an infinite " +"loop, and try again." +msgstr "ማለቂያ የሌለው ዑደት እንዳይፈጥር የዑደቱን አንድ ክፍል ሰርዝ እና እንደገና ሞክር።" + +#: core/job_error.cpp:683 +#, kde-format +msgid "Request Aborted By User" +msgstr "ጥያቄው በተጠቃሚ ተቋርጧል" + +#: core/job_error.cpp:685 core/job_error.cpp:1074 +#, kde-format +msgid "The request was not completed because it was aborted." +msgstr "ጥያቄው ተቋርጦ ስለነበር አልተጠናቀቀም።" + +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 +#, kde-format +msgid "Retry the request." +msgstr "ጥያቄውን እንደገና ይሞክሩ።" + +#: core/job_error.cpp:691 +#, kde-format +msgid "Cyclic Link Detected During Copy" +msgstr "በሚገለበጥበት ጊዜ የዑደት አገናኝ ተገኝቷል" + +#: core/job_error.cpp:693 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. During the requested copy operation, KDE detected a " +"link or series of links that results in an infinite loop - i.e. the file was " +"(perhaps in a roundabout way) linked to itself." +msgstr "" +"የዩኒክስ አካባቢዎች በተለምዶ አንድን ፋይል ወይም አቃፊ ከተለየ ስም እና/ወይም ቦታ ጋር ማገናኘት ይችላሉ። በተጠየቀው " +"የቅጂ ተግባር ወቅት፣ KDE ማለቂያ የሌለው ዑደት የሚያስከትል አገናኝ ወይም ተከታታይ አገናኞችን አግኝቷል - ማለትም " +"ፋይሉ (ምናልባትም በክብ መንገድ) ከራሱ ጋር የተገናኘ ነበር።" + +#: core/job_error.cpp:705 +#, kde-format +msgid "Could Not Create Network Connection" +msgstr "የአውታረ መረብ ግንኙነት መፍጠር አልተቻለም" + +#: core/job_error.cpp:706 +#, kde-format +msgid "Could Not Create Socket" +msgstr "ሶኬት መፍጠር አልተቻለም" + +#: core/job_error.cpp:708 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be created." +msgstr "ይህ ለአውታረ መረብ ግንኙነቶች አስፈላጊ መሣሪያ (ሶኬት) ሊፈጠር የማይችልበት ትክክለኛ ቴክኒካዊ ስህተት ነው።" + +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 +#, kde-format +msgid "" +"The network connection may be incorrectly configured, or the network " +"interface may not be enabled." +msgstr "የአውታረ መረብ ግንኙነቱ በስህተት የተዋቀረ ሊሆን ይችላል፣ ወይም አውታረ መረቡ በይነገጽ ላይነቃ ይችላል።" + +#: core/job_error.cpp:717 +#, kde-format +msgid "Connection to Server Refused" +msgstr "ከሰርቨሩ ጋር መገናኘት ውድቅ ተደርጓል" + +#: core/job_error.cpp:719 +#, kde-format +msgid "" +"The server %1 refused to allow this computer to make a " +"connection." +msgstr "ሰርቨሩ %1 ይህ ኮምፒውተር ግንኙነት እንዲፈጥር አልፈቀደም።" + +#: core/job_error.cpp:723 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be configured " +"to allow requests." +msgstr "ሰርቨሩ በአሁኑ ጊዜ ከኢንተርኔት ጋር የተገናኘ ቢሆንም፣ ጥያቄዎችን እንዲፈቅድ ላይዋቀር ይችላል።" + +#: core/job_error.cpp:726 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be running " +"the requested service (%1)." +msgstr "ሰርቨሩ በአሁኑ ጊዜ ከኢንተርኔት ጋር የተገናኘ ቢሆንም፣ የተጠየቀውን አገልግሎት (%1) ላይሰራ ይችላል።" + +#: core/job_error.cpp:730 +#, kde-format +msgid "" +"A network firewall (a device which restricts Internet requests), either " +"protecting your network or the network of the server, may have intervened, " +"preventing this request." +msgstr "" +"የአውታረ መረብ ፋየርዎል (የኢንተርኔት ጥያቄዎችን የሚገድብ መሳሪያ)፣ አውታረ መረብዎን ወይም የሰርቨርዎን አውታረ መረብ " +"የሚጠብቅ፣ በዚህ ጥያቄ ጣልቃ ገብቶ ሊሆን ይችላል።" + +#: core/job_error.cpp:737 +#, kde-format +msgid "Connection to Server Closed Unexpectedly" +msgstr "ከሰርቨሩ ጋር ያለው ግንኙነት ባልተጠበቀ ሁኔታ ተዘግቷል" + +#: core/job_error.cpp:739 +#, kde-format +msgid "" +"Although a connection was established to %1, the connection " +"was closed at an unexpected point in the communication." +msgstr "" +"ምንም እንኳን ከ%1 ጋር ግንኙነት ቢመሰረትም፣ ግንኙነቱ በግንኙነቱ ወቅት ባልተጠበቀ ቦታ " +"ተዘግቷል።" + +#: core/job_error.cpp:745 +#, kde-format +msgid "" +"A protocol error may have occurred, causing the server to close the " +"connection as a response to the error." +msgstr "" +"የፕሮቶኮል ስህተት ተከስቶ ሊሆን ይችላል፣ ይህም ሰርቨሩ ለስህተቱ ምላሽ እንዲሆን ግንኙነቱን እንዲዘጋ አድርጎታል።" + +#: core/job_error.cpp:751 +#, kde-format +msgid "URL Resource Invalid" +msgstr "URL ግብዓት ልክ ያልሆነ" + +#: core/job_error.cpp:752 +#, kde-format +msgid "Protocol %1 is not a Filter Protocol" +msgstr "ፕሮቶኮል %1 የማጣሪያ ፕሮቶኮል አይደለም" + +#: core/job_error.cpp:754 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " +"accessing the specific resource, %1%2." +msgstr "" +"ያስገቡት የዩኒፎርም ንጭ መልካች " +"(URL) የተወሰነውን ምንጭ %1%2 ለመድረስ የሚያስችል ትክክለኛ ዘዴን አያመለክትም።" + +#: core/job_error.cpp:761 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol. This " +"request specified a protocol be used as such, however this protocol is not " +"capable of such an action. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" +"KDE በፕሮቶኮል ውስጥ ባለ ፕሮቶኮል በኩል መግባባት ይችላል። ይህ ጥያቄ ፕሮቶኮል በዚህ መንገድ ጥቅም ላይ እንዲውል " +"ይገልጻል፣ ነገር ግን ይህ ፕሮቶኮል እንዲህ አይነት እርምጃ መውሰድ አይችልም። ይህ ያልተለመደ ክስተት ነ፣፤ እና " +"የፕሮግራሚንግ ስህተትን ሊያመለክት ይችላል።" + +#: core/job_error.cpp:769 +#, kde-format +msgid "Unable to Initialize Input/Output Device" +msgstr "የግቤት/ውጤት መሳሪያን ማስጀመር አልተቻለም" + +#: core/job_error.cpp:770 +#, kde-format +msgid "Could Not Mount Device" +msgstr "መሣሪያን መጫን አልተቻለም" + +#: core/job_error.cpp:772 +#, kde-format +msgid "" +"The requested device could not be initialized (\"mounted\"). The reported " +"error was: %1" +msgstr "የተጠየቀው መሣሪያ ሊጀመር አልቻለም (\"ተጭኗል\")። የተዘገበው ስህተት፦ %1" + +#: core/job_error.cpp:776 +#, kde-format +msgid "" +"The device may not be ready, for example there may be no media in a " +"removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " +"peripheral/portable device, the device may not be correctly connected." +msgstr "" +"መሳሪያው ዝግጁ ላይሆን ይችላል፣ ለምሳሌ በተንቀሳቃሽ የሚዲያ መሳሪያ ውስጥ ምንም ሚዲያ ላይኖር ይችላል (ማለትም በሲዲ " +"ድራይቭ ውስጥ ሲዲ-ሮም የለም)፣ ወይም ተጓዳኝ/ተንቀሳቃሽ መሳሪያ ከሆነ መሳሪያው በትክክል ላይገናኝ ይችላል።" + +#: core/job_error.cpp:781 +#, kde-format +msgid "" +"You may not have permissions to initialize (\"mount\") the device. On UNIX " +"systems, often system administrator privileges are required to initialize a " +"device." +msgstr "" +"መሣሪያውን (\"ጭነት\") ለማስጀመር ፈቃድ ላይኖርዎት ይችላል። በዩኒክስ ሲስተሞች ላይ፣ መሳሪያን ለማስጀመር የስርዓት " +"አስተዳዳሪ መብቶች ብዙውን ጊዜ ያስፈልጋሉ።" + +#: core/job_error.cpp:786 +#, kde-format +msgid "" +"Check that the device is ready; removable drives must contain media, and " +"portable devices must be connected and powered on.; and try again." +msgstr "" +"መሣሪያው ዝግጁ መሆኑን ያረጋግጡ፤ ተነቃይ ድራይቮች ሚዲያ መያዝ አለባቸው፣ እና ተንቀሳቃሽ መሳሪያዎች መገናኘት እና " +"መብራት አለባቸው፤ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:793 +#, kde-format +msgid "Unable to Uninitialize Input/Output Device" +msgstr "የግቤት/ውጤት መሳሪያን ከጅምር ማስወጣት አልተቻለም" + +#: core/job_error.cpp:794 +#, kde-format +msgid "Could Not Unmount Device" +msgstr "መሳሪያውን ማራገፍ አልተቻለም" + +#: core/job_error.cpp:796 +#, kde-format +msgid "" +"The requested device could not be uninitialized (\"unmounted\"). The " +"reported error was: %1" +msgstr "" +"የተጠየቀው መሣሪያ ከስርዓቱ ማስወገድ (\"unmount\") አልተቻለም። የተመዘገበው ስህተት፦ %1" + +#: core/job_error.cpp:800 +#, kde-format +msgid "" +"The device may be busy, that is, still in use by another application or " +"user. Even such things as having an open browser window on a location on " +"this device may cause the device to remain in use." +msgstr "" +"መሣሪያው በስራ ላይ ሊሆን ይችላል፣ ማለትም በሌላ መተግበሪያ ወይም ተጠቃሚ እየተጠቀሙበት ሊሆን ይችላል። እንኳን እንደ " +"ዚህ ያሉ ነገሮች፣ በዚህ መሣሪያ ላይ ያለ አካባቢ በአሳሽ (browser) መስኮት ክፍት መሆን እንኳን መሣሪያው " +"እንዲቀጥል በአጠቃቀም ላይ እንዲኖር ሊያደርግ ይችላል።" + +#: core/job_error.cpp:805 +#, kde-format +msgid "" +"You may not have permissions to uninitialize (\"unmount\") the device. On " +"UNIX systems, system administrator privileges are often required to " +"uninitialize a device." +msgstr "" +"መሣሪያውን \"ከመጀመሪያው\" (ከማንሳት) ለማላቀቅ ፈቃድ ላይኖርዎት ይችላል። በUNIX ሲስተሞች ላይ፣ አንድን መሳሪያ " +"ከመጀመሪያው ለማስወጣት የስርዓት አስተዳዳሪ መብቶች ብዙውን ጊዜ ያስፈልጋሉ።" + +#: core/job_error.cpp:810 +#, kde-format +msgid "Check that no applications are accessing the device, and try again." +msgstr "የትኞቹም መተግበሪያዎች መሣሪያውን እየተጠቀመ እንዳለ ያረጋግጡ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:816 +#, kde-format +msgid "Cannot Read From Resource" +msgstr "ከግብዓቱ ማንበብ አይቻልም" + +#: core/job_error.cpp:818 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while reading the contents of the resource." +msgstr "" +"ይህ ማለት ምንም እንኳን የሀብቱ %1 ሊከፈት ቢችልም፣ የግብዓቱን ይዘት በማንበብ ላይ ስህተት " +"ተከስቷል ማለት ነው።" + +#: core/job_error.cpp:822 +#, kde-format +msgid "You may not have permissions to read from the resource." +msgstr "ከግብዓቱ ለማንበብ ፈቃድ ላይኖርዎት ይችላል።" + +#: core/job_error.cpp:835 +#, kde-format +msgid "Cannot Write to Resource" +msgstr "ወደ ግብዓት መጻፍ አይቻልም" + +#: core/job_error.cpp:837 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while writing to the resource." +msgstr "" +"ይህ ማለት ምንም እንኳን %1 የተባለውን ግብዓት መክፈት ቢቻልም፣ ወደ ምንጩ በሚጽፍበት ጊዜ " +"ስህተት ተከስቷል ማለት ነው።" + +#: core/job_error.cpp:840 +#, kde-format +msgid "You may not have permissions to write to the resource." +msgstr "ወደ ግብዓቱ ለመጻፍ ፈቃድ ላይኖርዎት ይችላል።" + +#: core/job_error.cpp:853 core/job_error.cpp:866 +#, kde-format +msgid "Could Not Listen for Network Connections" +msgstr "ለአውታረ መረብ ግንኙነቶች ማዳመጥ አልተቻለም" + +#: core/job_error.cpp:854 +#, kde-format +msgid "Could Not Bind" +msgstr "መታሰር አልተቻለም" + +#: core/job_error.cpp:856 core/job_error.cpp:869 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be established to listen for incoming " +"network connections." +msgstr "" +"ይህ ለኔትወርክ ግንኙነቶች (ሶኬት) የሚያስፈልግ መሳሪያ (ሶኬት) ገቢ የአውታረ መረብ ግንኙነቶችን ለማዳመጥ ሊረጋገጥ " +"የማይችልበት በቂ ቴክኒካዊ ስህተት ነው።" + +#: core/job_error.cpp:867 +#, kde-format +msgid "Could Not Listen" +msgstr "መስማት አልተቻለም" + +#: core/job_error.cpp:879 +#, kde-format +msgid "Could Not Accept Network Connection" +msgstr "የአውታረ መረብ ግንኙነትን መቀበል አልተቻለም" + +#: core/job_error.cpp:881 +#, kde-format +msgid "" +"This is a fairly technical error in which an error occurred while attempting " +"to accept an incoming network connection." +msgstr "" +"ይህ የሚመጣውን የአውታረ መረብ ግንኙነት ለመቀበል በሚሞከርበት ጊዜ ስህተት የተከሰተበት በቂ ቴክኒካዊ ስህተት ነው።" + +#: core/job_error.cpp:886 +#, kde-format +msgid "You may not have permissions to accept the connection." +msgstr "ግንኙነቱን ለመቀበል ፈቃድ ላይኖርዎት ይችላል።" + +#: core/job_error.cpp:891 +#, kde-format +msgid "Could Not Login: %1" +msgstr "መግባት አልተቻለም፦ %1" + +#: core/job_error.cpp:893 +#, kde-format +msgid "" +"An attempt to login to perform the requested operation was unsuccessful." +msgstr "የተጠየቀውን ተግባር ለማከናወን ለመግባት የተደረገው ሙከራ አልተሳካም።" + +#: core/job_error.cpp:909 +#, kde-format +msgid "Could Not Determine Resource Status" +msgstr "የግብዓት ሁኔታን ማወቅ አልተቻለም" + +#: core/job_error.cpp:910 +#, kde-format +msgid "Could Not Stat Resource" +msgstr "ግብዓቱን ስታቲስቲክስ ማድረግ አልተቻለም" + +#: core/job_error.cpp:912 +#, kde-format +msgid "" +"An attempt to determine information about the status of the resource " +"%1, such as the resource name, type, size, etc., was unsuccessful." +msgstr "" +"የግብዓት %1ን ሁኔታ፣ እንደ የግብዓቱ ስም፣ አይነት፣ መጠን፣ ወዘተ ያሉ መረጃዎችን ለማወቅ " +"የተደረገው ሙከራ አልተሳካም።" + +#: core/job_error.cpp:917 +#, kde-format +msgid "The specified resource may not have existed or may not be accessible." +msgstr "የተጠቀሰው ግብዓት ላይኖር ወይም ላይገኝ ይችላል።" + +#. i18n( "Could not terminate listing %1" ).arg( errorText ); +#: core/job_error.cpp:928 +#, kde-format +msgid "Could Not Cancel Listing" +msgstr "ዝርዝሩን መሰረዝ አልተቻለም" + +#: core/job_error.cpp:929 +#, kde-format +msgid "FIXME: Document this" +msgstr "FIXME፦ ይህንን ሰነድ ያድርጉ" + +#: core/job_error.cpp:933 +#, kde-format +msgid "Could Not Create Folder" +msgstr "አቃፊ መፍጠር አልተቻለም" + +#: core/job_error.cpp:934 +#, kde-format +msgid "An attempt to create the requested folder failed." +msgstr "የተጠየቀውን አቃፊ ለመፍጠር የተደረገ ሙከራ አልተሳካም።" + +#: core/job_error.cpp:937 +#, kde-format +msgid "The location where the folder was to be created may not exist." +msgstr "አቃፊው የሚፈጠርበት ቦታ ላይኖር ይችላል።" + +#: core/job_error.cpp:946 +#, kde-format +msgid "Could Not Remove Folder" +msgstr "አቃፊን ማስወገድ አልተቻለም" + +#: core/job_error.cpp:948 +#, kde-format +msgid "An attempt to remove the specified folder, %1, failed." +msgstr "የተገለጸውን አቃፊ %1ን ለማስወገድ የተደረገው ሙከራ አልተሳካም።" + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not exist." +msgstr "የተጠቀሰው አቃፊ ላይኖር ይችላል።" + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not be empty." +msgstr "የተጠቀሰው አቃፊ ባዶ ላይሆን ይችላል።" + +#: core/job_error.cpp:956 +#, kde-format +msgid "Ensure that the folder exists and is empty, and try again." +msgstr "አቃፊው እንዳለ እና ባዶ መሆኑን ያረጋግጡ፣ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:962 +#, kde-format +msgid "Could Not Resume File Transfer" +msgstr "የፋይል ዝውውሩን ከቆመበት ማስቀጠል አልተቻለም" + +#: core/job_error.cpp:964 +#, kde-format +msgid "" +"The specified request asked that the transfer of file %1 be " +"resumed at a certain point of the transfer. This was not possible." +msgstr "" +"የተጠቀሰው ጥያቄ የፋይል %1 ማስተላለፍ በተወሰነ ነጥብ እንዲቀጥል ጠይቆ ነበር። ይህ ግን " +"አልተቻለም።" + +#: core/job_error.cpp:969 +#, kde-format +msgid "The protocol, or the server, may not support file resuming." +msgstr "ፕሮቶኮሉ ወይም ሰርቨሩ የፋይል ዳግም ማስጀመርን ላይደግፉ ይችላሉ።" + +#: core/job_error.cpp:972 +#, kde-format +msgid "Retry the request without attempting to resume transfer." +msgstr "ዝውውሩን ለመቀጠል ሳይሞክሩ ጥያቄውን እንደገና ይሞክሩ።" + +#: core/job_error.cpp:977 +#, kde-format +msgid "Could Not Rename Resource" +msgstr "ግብዓቱን እንደገና መሰየም አልተቻለም" + +#: core/job_error.cpp:979 +#, kde-format +msgid "An attempt to rename the specified resource %1 failed." +msgstr "የተጠቀሰውን ግብዓት %1 እንደገና ለመሰየም የተደረገው ሙከራ አልተሳካም።" + +#: core/job_error.cpp:990 +#, kde-format +msgid "Could Not Alter Permissions of Resource" +msgstr "የግብዓት ፈቃዶችን መቀየር አልተቻለም" + +#: core/job_error.cpp:992 +#, kde-format +msgid "" +"An attempt to alter the permissions on the specified resource %1 failed." +msgstr "በተጠቀሰው ግብዓት ላይ %1 ላይ ፈቃዶችን የመቀየር ሙከራ አልተሳካም።" + +#: core/job_error.cpp:1000 +#, kde-format +msgid "Could Not Change Ownership of Resource" +msgstr "የግብዓቱን ባለቤትነት መቀየር አልተቻለም" + +#: core/job_error.cpp:1002 +#, kde-format +msgid "" +"An attempt to change the ownership of the specified resource %1 failed." +msgstr "የተጠቀሰውን ሀብት %1 ባለቤትነት ለመቀየር የተደረገ ሙከራ አልተሳካም።" + +#: core/job_error.cpp:1010 +#, kde-format +msgid "Could Not Delete Resource" +msgstr "ግብዓቱን መሰረዝ አልተቻለም" + +#: core/job_error.cpp:1012 +#, kde-format +msgid "An attempt to delete the specified resource %1 failed." +msgstr "የተጠቀሰውን ግብዓት %1 ለመሰረዝ የተደረገ ሙከራ አልተሳካም።" + +#: core/job_error.cpp:1020 +#, kde-format +msgid "Unexpected Program Termination" +msgstr "ያልተጠበቀ የፕሮግራም መቋረጥ" + +#: core/job_error.cpp:1022 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has unexpectedly terminated." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ባልተጠበቀ ሁኔታ ተቋርጧል።" + +#: core/job_error.cpp:1030 +#, kde-format +msgid "Out of Memory" +msgstr "የሚሞሪ እጥረት" + +#: core/job_error.cpp:1032 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ለመቀጠል የሚያስፈልገውን " +"ሚሞሪ ማግኘት አልቻለም።" + +#: core/job_error.cpp:1041 +#, kde-format +msgid "Unknown Proxy Host" +msgstr "ያልታወቀ ፕሮክሲ አስተናጋጅ" + +#: core/job_error.cpp:1043 +#, kde-format +msgid "" +"While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " +"indicates that the requested name could not be located on the Internet." +msgstr "" +"ስለ ተጠቀሰው የፕሮክሲ ሆስት %1 መረጃ በማምጣት ላይ እያለ፣ \"ያልታወቀ ስህተት\" የተባለ " +"ስህተት አጋጥሟል። ይህ ስህተት የተጠየቀው ስም በኢንተርኔት ላይ ሊገኝ እንዳልቻለ ያመለክታል።" + +#: core/job_error.cpp:1049 +#, kde-format +msgid "" +"There may have been a problem with your network configuration, specifically " +"your proxy's hostname. If you have been accessing the Internet with no " +"problems recently, this is unlikely." +msgstr "" +"ከኔትወርክ አቀራረብዎ ጋር፣ በተለይም ከፕሮክሲዎ የአስተናጋጅ ስም ጋር ችግኝ ሊኖር ይችላል። በቅርቡ ኢንተርኔትን ያለ " +"ችግኝ ከተጠቀሙ ግን ይህ የሚሆን አይደለም።" + +#: core/job_error.cpp:1053 +#, kde-format +msgid "Double-check your proxy settings and try again." +msgstr "የተኪ ቅንብሮችዎን ደግመው ያረጋግጡ እና እንደገና ይሞክሩ።" + +#: core/job_error.cpp:1057 +#, kde-format +msgid "Authentication Failed: Method %1 Not Supported" +msgstr "ማረጋገጫ አልተሳካም፦ ዘዴ %1 አልተደገፈም" + +#: core/job_error.cpp:1059 +#, kde-format +msgid "" +"Although you may have supplied the correct authentication details, the " +"authentication failed because the method that the server is using is not " +"supported by the KDE program implementing the protocol %1." +msgstr "" +"ትክክለኛውን የማረጋገጫ ዝርዝሮች ቢያቀርቡም፣ ማረጋገጫው አልተሳካም ምክንያቱም አገልጋዩ የሚጠቀምበት ዘዴ ፕሮቶኮሉን %1 " +"በሚተገብረው የKDE ፕሮግራም አይደገፍም።" + +#: core/job_error.cpp:1065 +#, kde-format +msgid "" +"Please file a bug at https://bugs.kde.org/" +" to inform the KDE team of the unsupported authentication method." +msgstr "" +"እባክዎ ያልተደገፈውን የማረጋገጫ ዘዴ ለKDE ቡድን ለማሳወቅ በhttps://bugs.kde.org/ ላይ ሳንካ ያስገቡ።" + +#: core/job_error.cpp:1072 +#, kde-format +msgid "Request Aborted" +msgstr "ጥያቄው ተቋርጧል" + +#: core/job_error.cpp:1080 +#, kde-format +msgid "Internal Error in Server" +msgstr "በሰርቨር ላይ ውስጣዊ ስህተት" + +#: core/job_error.cpp:1082 +#, kde-format +msgid "" +"The program on the server which provides access to the %1 " +"protocol has reported an internal error: %2." +msgstr "" +"በሰርቨር ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጠው ፕሮግራም ውስጣዊ ስህተት ሪፖርት " +"አድርጓል፦ %2።" + +#: core/job_error.cpp:1088 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the server program. Please " +"consider submitting a full bug report as detailed below." +msgstr "" +"ይህ በአብዛኛው የሚከሰተው በሰርቨር ፕሮግራሙ ውስጥ ባለ ሳንካ ምክንያት ነው። እባክዎ ከታች እንደተገለጸው ሙሉ የሳንካ " +"ሪፖርት ማስገባት ያስቡበት።" + +#: core/job_error.cpp:1092 +#, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "ስለ ችግሩ ለማሳወቅ የሰርቨሩን አስተዳዳሪ ያነጋግሩ።" + +#: core/job_error.cpp:1095 +#, kde-format +msgid "" +"If you know who the authors of the server software are, submit the bug " +"report directly to them." +msgstr "የሰርቨር ሶፍትዌሩ ፀሃፊዎች እነማን እንደሆኑ የሚያውቁ ከሆነ፣ የሳንካ ሪፖርቱን በቀጥታ ለእነሱ ያስገቡ።" + +#: core/job_error.cpp:1100 +#, kde-format +msgid "Timeout Error" +msgstr "የጊዜ ገደብ ስህተት" + +#: core/job_error.cpp:1102 +#, kde-format +msgid "" +"Although contact was made with the server, a response was not received " +"within the amount of time allocated for the request." +msgstr "ከአገልጋዩ ጋር ግንኙነት ቢደረግም፣ ለጥያቄው በተመደበው ጊዜ ውስጥ ምላሽ አልደረሰም።" + +#: core/job_error.cpp:1107 +#, kde-format +msgid "The server was too busy responding to other requests to respond." +msgstr "ሰርቨሩ ለሌሎች ጥያቄዎች ምላሽ ለመስጠት በጣም ተጠምዶ ነበር።" + +#: core/job_error.cpp:1113 +#, kde-format +msgid "Unknown Error" +msgstr "ያልታወቀ ስህተት" + +#: core/job_error.cpp:1115 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ያልታወቀ ስህተት ሪፖርት " +"አድርጓል፦ %2።" + +#: core/job_error.cpp:1125 +#, kde-format +msgid "Unknown Interruption" +msgstr "ያልታወቀ መቆራረጥ" + +#: core/job_error.cpp:1127 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." +msgstr "" +"በኮምፒውተርዎ ላይ ያለው የ%1 ፕሮቶኮል መዳረሻ የሚሰጥ ፕሮግራም ያልታወቀ አይነት መቆራረጥ " +"ሪፖርት አድርጓል፦ %2።" + +#: core/job_error.cpp:1137 +#, kde-format +msgid "Could Not Delete Original File" +msgstr "የመጀመሪያውን ፋይል መሰረዝ አልተቻለም" + +#: core/job_error.cpp:1139 +#, kde-format +msgid "" +"The requested operation required the deleting of the original file, most " +"likely at the end of a file move operation. The original file %1 could not be deleted." +msgstr "" +"የተጠየቀው ክዋኔ የመጀመሪያውን ፋይል መሰረዝን ይጠይቃል፣ ምናልባትም የፋይል ማዛወር ክዋኔ መጨረሻ ላይ። የመጀመሪያው " +"ፋይል %1 ሊሰረዝ አልቻለም።" + +#: core/job_error.cpp:1148 +#, kde-format +msgid "Could Not Delete Temporary File" +msgstr "ጊዜያዊ ፋይልን መሰረዝ አልተቻለም" + +#: core/job_error.cpp:1150 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file in which " +"to save the new file while being downloaded. This temporary file %1 could not be deleted." +msgstr "" +"የተጠየቀው ክዋኔ አዲሱን ፋይል በሚወርድበት ጊዜ ለማስቀመጥ የሚያስችል ጊዜያዊ ፋይል መፍጠርን ይጠይቃል። ይህ ጊዜያዊ " +"ፋይል %1 ሊሰረዝ አልቻለም።" + +#: core/job_error.cpp:1160 +#, kde-format +msgid "Could Not Rename Original File" +msgstr "የመጀመሪያውን ፋይል እንደገና መሰየም አልተቻለም" + +#: core/job_error.cpp:1162 +#, kde-format +msgid "" +"The requested operation required the renaming of the original file " +"%1, however it could not be renamed." +msgstr "" +"የተጠየቀው ክዋኔ የመጀመሪያውን ፋይል %1 እንደገና መሰየምን ይጠይቃል፣ ነገር ግን እንደገና " +"መሰየም አልተቻለም።" + +#: core/job_error.cpp:1171 +#, kde-format +msgid "Could Not Rename Temporary File" +msgstr "ጊዜያዊ ፋይልን እንደገና መሰየም አልተቻለም" + +#: core/job_error.cpp:1173 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file " +"%1, however it could not be created." +msgstr "" +"የተጠየቀው ክዋኔ ጊዜያዊ ፋይል %1 መፍጠርን ይጠይቃል፣ ነገር ግን ሊፈጠር አልቻለም።" + +#: core/job_error.cpp:1182 +#, kde-format +msgid "Could Not Create Link" +msgstr "አገናኝ መፍጠር አልተቻለም" + +#: core/job_error.cpp:1183 +#, kde-format +msgid "Could Not Create Symbolic Link" +msgstr "ተምሳሌታዊ አገናኝ መፍጠር አልተቻለም" + +#: core/job_error.cpp:1184 +#, kde-format +msgid "The requested symbolic link %1 could not be created." +msgstr "የተጠየቀው ተምሳሌታዊ አገናኝ %1 ሊፈጠር አልቻለም።" + +#: core/job_error.cpp:1190 +#, kde-format +msgid "No Content" +msgstr "ምንም ይዘት የለም" + +#: core/job_error.cpp:1195 +#, kde-format +msgid "Disk Full" +msgstr "ዲስክ ሙሉ ነው" + +#: core/job_error.cpp:1197 +#, kde-format +msgid "" +"The requested file %1 could not be written to as there is " +"inadequate disk space." +msgstr "የተጠየቀው ፋይል %1 በቂ ያልሆነ የዲስክ ቦታ ስለሌለ ሊጻፍበት አልቻለም።" + +#: core/job_error.cpp:1201 +#, kde-format +msgid "" +"Free up enough disk space by 1) deleting unwanted and temporary files; 2) " +"archiving files to removable media storage such as CD-Recordable discs; or " +"3) obtain more storage capacity." +msgstr "" +"በቂ የዲስክ ቦታን ነፃ ያድርጉ 1) የማይፈለጉ እና ጊዜያዊ ፋይሎችን በመሰረዝ፤ 2) ፋይሎችን እንደ ሲዲ-ሪኮርደርብል " +"ዲስኮች ባሉ ተነቃይ የሚዲያ ማከማቻዎች ውስጥ በማስቀመጥ፤ ወይም 3) ተጨማሪ የማከማቻ አቅም በማግኘት።" + +#: core/job_error.cpp:1208 +#, kde-format +msgid "Source and Destination Files Identical" +msgstr "ምንጭ እና መድረሻ ፋይሎች ተመሳሳይ" + +#: core/job_error.cpp:1210 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination " +"files are the same file." +msgstr "ክዋኔው ሊጠናቀቅ አልቻለም ምክንያቱም የምንጩ እና መድረሻው ፋይሎች አንድ አይነት ፋይል ስለሆኑ።" + +#: core/job_error.cpp:1212 +#, kde-format +msgid "Choose a different filename for the destination file." +msgstr "ለመዳረሻ ፋይል የተለየ የፋይል ስም ይምረጡ።" + +#: core/job_error.cpp:1216 +#, kde-format +msgid "File or Folder dropped onto itself" +msgstr "ፋይል ወይም አቃፊ በራሱ ላይ ተጥሏል።" + +#: core/job_error.cpp:1218 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination file " +"or folder are the same." +msgstr "ክዋኔው ሊጠናቀቅ አልቻለም ምክንያቱም ምንጭ እና መድረሻ ፋይል ወይም ማህደር ተመሳሳይ ናቸው።" + +#: core/job_error.cpp:1220 +#, kde-format +msgid "Drop the item into a different file or folder." +msgstr "ንጥሉን ወደ ተለየ ፋይል ወይም አቃፊ ይጣሉት።" + +#: core/job_error.cpp:1230 +#, kde-format +msgid "Folder moved into itself" +msgstr "አቃፊ ወደ ራሱ ተንቀሳቅሷል" + +#: core/job_error.cpp:1232 +#, kde-format +msgid "" +"The operation could not be completed because the source can not be moved " +"into itself." +msgstr "ምንጩ ወደ ራሱ መንቀሳቀስ ስለማይችል ክዋኔው ሊጠናቀቅ አልቻለም።" + +#: core/job_error.cpp:1234 +#, kde-format +msgid "Move the item into a different folder." +msgstr "ንጥሉን ወደ ሌላ አቃፊ ይውሰዱት።" + +#: core/job_error.cpp:1238 +#, kde-format +msgid "Could not communicate with password server" +msgstr "ከይለፍ ቃል ሰርቨር ጋር መገናኘት አልተቻለም" + +#: core/job_error.cpp:1240 +#, kde-format +msgid "" +"The operation could not be completed because the service for requesting " +"passwords (kpasswdserver) couldn't be contacted" +msgstr "" +"የይለፍ ቃሎችን ለመጠየቅ የሚያገለግል አገልግሎት (kpasswdserver) ማግኘት ስላልተቻለ ክዋኔው ሊጠናቀቅ አልቻለም" + +#: core/job_error.cpp:1242 +#, kde-format +msgid "Try restarting your session, or look in the logs for errors from kiod." +msgstr "ክፍለ ጊዜዎን እንደገና ለማስጀመር ይሞክሩ ወይም kiod የተገኙ ስህተቶችን በመዝገቦቹ ውስጥ ይፈልጉ።" + +#: core/job_error.cpp:1246 +#, kde-format +msgid "Cannot Initiate the %1 Protocol" +msgstr "የ%1 ፕሮቶኮሉን ማስጀመር አልተቻለም" + +#: core/job_error.cpp:1247 +#, kde-format +msgid "Unable to Create KIO Worker" +msgstr "KIO Worker መፍጠር አልተቻለም" + +#: core/job_error.cpp:1249 +#, kde-format +msgid "" +"The KIO worker which provides access to the %1 protocol " +"could not be started. This is usually due to technical reasons." +msgstr "" +"የ%1 ፕሮቶኮልን መዳረሻ የሚሰጠው የKIO worker ሊጀመር አልቻለም። ይህ ብዙውን ጊዜ " +"የሚከሰተው በቴክኒካል ምክንያቶች ነው።" + +#: core/job_error.cpp:1254 +#, kde-format +msgid "" +"klauncher could not find or start the plugin which provides the protocol. " +"This means you may have an outdated version of the plugin." +msgstr "" +"klauncher ፕሮቶኮሉን የሚያቀርበውን ፕለጊን ማግኘት ወይም ማስጀመር አልቻለም። ይህ ማለት ጊዜው ያለፈበት የፕለጊን " +"ስሪት ሊኖርዎት ይችላል ማለት ነው።" + +#: core/job_error.cpp:1260 +#, kde-kuit-format +msgctxt "@info" +msgid "Cannot transfer %1" +msgstr "%1ን ማስተላለፍ አይቻልም" + +#: core/job_error.cpp:1262 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1 cannot be transferred, because the " +"destination filesystem does not support files that large" +msgstr "" +"ፋይሉ %1 ሊተላለፍ አይችልም ምክንያቱም የመዳረሻ ፋይል ስርዓት ትልቅ መጠን ያላቸውን " +"ፋይሎች አይደግፍም።" + +#: core/job_error.cpp:1265 +#, kde-format +msgid "" +"Reformat the destination drive to use a filesystem that supports files that " +"large." +msgstr "ትላልቅ ፋይሎችን የሚደግፍ የፋይል ስርዓት ለመጠቀም የመድረሻ ድራይቭን እንደገና ያስተካክሉ።" + +#: core/job_error.cpp:1270 +#, kde-format +msgid "Undocumented Error" +msgstr "ሰነድ አልባ ስህተት" + +#: core/kfileitem.cpp:1483 +#, kde-format +msgid "(Symbolic Link to %1)" +msgstr "(ተምሳሌታዊ አገናኝ ወደ %1)" + +#: core/kfileitem.cpp:1485 +#, kde-format +msgid "(%1, Link to %2)" +msgstr "(%1፣ አገናኝ ወደ %2)" + +#: core/kfileitem.cpp:1488 +#, kde-format +msgid " (Points to %1)" +msgstr "(ወደ %1 ይጠቁማል)" + +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 +#, kde-format +msgid "" +"Malformed URL\n" +"%1" +msgstr "" +"የተበላሸ ዩአርኤል\n" +"%1" + +#: core/mimetypefinderjob.cpp:224 +#, kde-format +msgid "Unable to determine the type of file for %1" +msgstr "የ%1 ፋይል አይነት ማወቅ አልተቻለም" + +#: core/openwith.cpp:91 +#, kde-format +msgid "" +"Could not extract executable name from '%1', please type a valid program " +"name." +msgstr "ተፈጻሚነት ያለው ስም ከ %1 ማውጣት አልተቻለም፣ እባክዎ ትክክለኛ ፕሮግራም ስም ይፃፉ።" + +#: core/openwith.cpp:143 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 does not appear to be an executable program." +msgstr "%1 የሚፈጸም ፕሮግራም አይመስልም።" + +#: core/openwith.cpp:144 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"%1 was not found; please enter a valid path to an " +"executable program." +msgstr "" +"%1 አልተገኘም፤ እባክዎ ወደ አንድ ትክክለኛ መንገድ ያስገቡ ሊተገበር የሚችል ፕሮግራም።" + +#: core/slavebase.cpp:813 +#, kde-format +msgid "Opening connections is not supported with the protocol %1." +msgstr "ግንኙነቶችን መክፈት በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:815 +#, kde-format +msgid "Closing connections is not supported with the protocol %1." +msgstr "ግንኙነቶችን መዝጋት በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:817 +#, kde-format +msgid "Accessing files is not supported with the protocol %1." +msgstr "ፋይሎችን መድረስ በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:819 +#, kde-format +msgid "Writing to %1 is not supported." +msgstr "ለ%1 መፃፍ አይደገፍም።" + +#: core/slavebase.cpp:821 +#, kde-format +msgid "There are no special actions available for protocol %1." +msgstr "ለፕሮቶኮል %1 ምንም ልዩ እርምጃዎች የሉም።" + +#: core/slavebase.cpp:823 +#, kde-format +msgid "Listing folders is not supported for protocol %1." +msgstr "የዝርዝር አቃፊዎች ለፕሮቶኮል %1 አይደገፍም።" + +#: core/slavebase.cpp:825 +#, kde-format +msgid "Retrieving data from %1 is not supported." +msgstr "ከ%1 ውሂብ ሰርስሮ ማውጣት አይደገፍም።" + +#: core/slavebase.cpp:827 +#, kde-format +msgid "Retrieving mime type information from %1 is not supported." +msgstr "ከ%1 የmime አይነት መረጃን ሰርስሮ ማውጣት አይደገፍም።" + +#: core/slavebase.cpp:829 +#, kde-format +msgid "Renaming or moving files within %1 is not supported." +msgstr "በ%1 ውስጥ ያሉ ፋይሎችን እንደገና መሰየም ወይም መውሰድ አይደገፍም።" + +#: core/slavebase.cpp:831 +#, kde-format +msgid "Creating symlinks is not supported with protocol %1." +msgstr "ሲምሊንኮችን መፍጠር በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:833 +#, kde-format +msgid "Copying files within %1 is not supported." +msgstr "በ%1 ውስጥ ያሉ ፋይሎችን መቅዳት አይደገፍም።" + +#: core/slavebase.cpp:835 +#, kde-format +msgid "Deleting files from %1 is not supported." +msgstr "ፋይሎችን ከ%1 መሰረዝ አይደገፍም።" + +#: core/slavebase.cpp:837 +#, kde-format +msgid "Creating folders is not supported with protocol %1." +msgstr "አቃፊዎችን መፍጠር በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:839 +#, kde-format +msgid "Changing the attributes of files is not supported with protocol %1." +msgstr "የፋይሎችን ባህሪያት መቀየር በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:841 +#, kde-format +msgid "Changing the ownership of files is not supported with protocol %1." +msgstr "የፋይሎችን ባለቤትነት መቀየር በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:843 +#, kde-format +msgid "Opening files is not supported with protocol %1." +msgstr "ፋይሎችን መክፈት በ%1 ፕሮቶኮል አይደገፍም።" + +#: core/slavebase.cpp:845 +#, kde-format +msgid "Protocol %1 does not support action %2." +msgstr "ፕሮቶኮል %1 እርምጃን %2 አይደግፍም።" + +#: core/worker.cpp:309 +#, kde-format +msgctxt "@info %2 is a path" +msgid "" +"The security of the KIO worker for protocol ’%1’, which typically asks for " +"elevated permissions, can not be guaranteed because users other than root " +"have permission to modify it at %2." +msgstr "" +"የ KIO ሰራተኛ ለፕሮቶኮል '%1' ደህንነት ዋስትና ሊሰጥ አይችልም፣ ይህም በተለምዶ ከፍ ያሉ ፈቃዶችን ይጠይቃል፣ " +"ምክንያቱም ከroot ውጭ ያሉ ተጠቃሚዎች በ%2 ላይ ለማሻሻል ፈቃድ ስላላቸው።" + +#: core/worker.cpp:347 +#, kde-format +msgid "Unknown protocol '%1'." +msgstr "ያልታወቀ ፕሮቶኮል '%1'።" + +#: core/worker.cpp:358 +#, kde-format +msgid "Can not find a KIO worker for protocol '%1'." +msgstr "ለፕሮቶኮል '%1' የKIO Worker ማግኘት አልተቻለም።" + +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"በ%2 ውስጥ ያለው የ\"%1\" ፕሮቶኮል KIO worker አልተጫነም ምክንያቱም ከ%3 ውጭ የሚገኙ እና ከፍ ያለ " +"መብቶችን የሚጠይቁ ሁሉም የKIO workers ደህንነታቸው ያልተጠበቀ እንደሆነ ይቆጠራሉ።" + +#: core/worker.cpp:377 +#, kde-format +msgid "Can not create a socket for launching a KIO worker for protocol '%1'." +msgstr "የKIO Workerን ለፕሮቶኮል '%1' ለማስጀመር ሶኬት መፍጠር አይቻልም።" + +#: core/worker.cpp:423 +#, kde-format +msgid "Can not find 'kioworker' executable at '%1'" +msgstr "'kioworker'ን በ'%1' ላይ ማስፈጸሚያ ማግኘት አልተቻለም።" + +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 +#, kde-format +msgid "&Details" +msgstr "ዝርዝሮች (&D)" + +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 +#: widgets/sslui.cpp:97 +#, kde-format +msgid "&Forever" +msgstr "ለዘላለም (&F)" + +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 +#, kde-format +msgid "Co&ntinue" +msgstr "ቀጥል (&n)" + +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 +#: widgets/sslui.cpp:98 +#, kde-format +msgid "&Current Session only" +msgstr "የአሁኑ ክፍለ ጊዜ ብቻ (&C)" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ወደ አዲስ አቃፊ ውሰድ" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ለእነዚህ ንጥሎች አዲስ አቃፊ ይፍጠሩ" + +#: filewidgets/kdiroperator.cpp:314 +#, kde-format +msgctxt "Loading bar percent value" +msgid "%p%" +msgstr "%p%" + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "You did not select a file to delete." +msgstr "የምትሰርዘው ፋይል አልመረጥክም።" + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "Nothing to Delete" +msgstr "የሚሰረዝ ነገር የለም።" + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "You did not select a file to trash." +msgstr "ፋይል አልመረጥክም ወደ መጣያ ለመጣል።" + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "Nothing to Trash" +msgstr "ምንም የሚጣል ነገር የለም።" + +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 +#, kde-format +msgid "The specified folder does not exist or was not readable." +msgstr "የተገለጸው አቃፊ የለም ወይም ሊነበብ የሚችል አልነበረም።" + +#: filewidgets/kdiroperator.cpp:2044 +#, kde-format +msgid "Menu" +msgstr "ዝርዝር ማውጫ" + +#: filewidgets/kdiroperator.cpp:2049 +#, kde-format +msgid "Parent Folder" +msgstr "ወላጅ አቃፊ" + +#: filewidgets/kdiroperator.cpp:2056 +#, kde-format +msgctxt "@info" +msgid "Go back" +msgstr "ወደ ኋላ ሂድ" + +#: filewidgets/kdiroperator.cpp:2060 +#, kde-format +msgctxt "@info" +msgid "Go forward" +msgstr "ወደ ፊት ሂድ" + +#: filewidgets/kdiroperator.cpp:2064 +#, kde-format +msgid "Home Folder" +msgstr "መነሻ አቃፊ" + +#: filewidgets/kdiroperator.cpp:2068 +#, kde-format +msgid "Reload" +msgstr "እንደገና ጫን" + +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format +msgctxt "@action" +msgid "New Folder…" +msgstr "አዲስ አቃፊ…" + +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 +#, kde-format +msgid "Move to Trash" +msgstr "ወደ መጣያ ውሰድ" + +#: filewidgets/kdiroperator.cpp:2087 +#, kde-format +msgid "Delete" +msgstr "ሰርዝ" + +#: filewidgets/kdiroperator.cpp:2094 +#, kde-format +msgid "Sorting" +msgstr "መደርደር" + +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format +msgid "Sort by Name" +msgstr "በስም ደርድር" + +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format +msgid "Sort by Size" +msgstr "በመጠን ዘርዝር" + +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format +msgid "Sort by Date" +msgstr "በቀን ደርድር" + +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format +msgid "Sort by Type" +msgstr "በአይነት ደርድር" + +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format +msgid "Ascending" +msgstr "ከታች ወደ ላይ" + +#: filewidgets/kdiroperator.cpp:2133 +#, kde-format +msgid "Descending" +msgstr "ከላይ ወደ ታች" + +#: filewidgets/kdiroperator.cpp:2140 +#, kde-format +msgid "Folders First" +msgstr "አቃፊዎች በቅድሚያ" + +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format +msgid "Hidden Files Last" +msgstr "የተደበቁ ፋይሎች መጨረሻ" + +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format +msgid "Icons View" +msgstr "አዶዎች እይታ" + +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format +msgid "Compact View" +msgstr "የታጨቀ እይታ" + +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format +msgid "Details View" +msgstr "ዝርዝሮች እይታ" + +#: filewidgets/kdiroperator.cpp:2186 +#, kde-format +msgid "Icon Position" +msgstr "የአዶ አቀማመጥ" + +#: filewidgets/kdiroperator.cpp:2189 +#, kde-format +msgid "Next to File Name" +msgstr "ከፋይል ስም አጠገብ" + +#: filewidgets/kdiroperator.cpp:2195 +#, kde-format +msgid "Above File Name" +msgstr "ከፋይል ስም በላይ" + +#: filewidgets/kdiroperator.cpp:2209 +#, kde-format +msgid "Short View" +msgstr "አጭር እይታ" + +#: filewidgets/kdiroperator.cpp:2216 +#, kde-format +msgid "Detailed View" +msgstr "ዝርዝር እይታ" + +#: filewidgets/kdiroperator.cpp:2223 +#, kde-format +msgid "Tree View" +msgstr "የዛፍ እይታ" + +#: filewidgets/kdiroperator.cpp:2230 +#, kde-format +msgid "Detailed Tree View" +msgstr "ዝርዝር የዛፍ እይታ" + +#: filewidgets/kdiroperator.cpp:2243 +#, kde-format +msgid "Allow Expansion in Details View" +msgstr "በዝርዝሮች እይታ መስፋፋትን ፍቀድ" + +#: filewidgets/kdiroperator.cpp:2249 +#, kde-format +msgid "Show Hidden Files" +msgstr "የተደበቁ ፋይሎች አሳይ" + +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format +msgid "Show Preview Panel" +msgstr "የቅድመ እይታ ፓነል አሳይ" + +#: filewidgets/kdiroperator.cpp:2263 +#, kde-format +msgid "Show Preview" +msgstr "ቅድመ እይታ አሳይ" + +#: filewidgets/kdiroperator.cpp:2270 +#, kde-format +msgid "Open Containing Folder" +msgstr "የያዘ አቃፊ ይክፈቱ" + +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 +#, kde-format +msgid "Properties" +msgstr "ባህሪዎች" + +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format +msgid "&View Mode" +msgstr "የእይታ ሁነታ (&V)" + +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 +#, kde-format +msgctxt "Sort descending" +msgid "Z-A" +msgstr "ከ Z እስከ A" + +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 +#, kde-format +msgctxt "Sort ascending" +msgid "A-Z" +msgstr "ከ A እስከ Z" + +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format +msgctxt "Sort ascending" +msgid "Oldest First" +msgstr "የቆየ በቅድሚያ" + +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "አዲስ በቅድሚያ" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format +msgctxt "Sort descending" +msgid "Largest First" +msgstr "ትልቁ በቅድሚያ" + +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format +msgctxt "Sort ascending" +msgid "Smallest First" +msgstr "ትንሹ በቅድሚያ" + +#: filewidgets/kencodingfiledialog.cpp:73 +#, kde-format +msgid "Encoding:" +msgstr "ኢንኮዲንግ፦" + +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 +#: filewidgets/kencodingfiledialog.cpp:150 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 +#, kde-format +msgid "Open" +msgstr "ክፈት" + +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 +#, kde-format +msgid "Save As" +msgstr "እንደ አስቀምጥ" + +#: filewidgets/kfilecopytomenu.cpp:71 +#, kde-format +msgctxt "@title:menu" +msgid "Copy To" +msgstr "ቅዳ ወደ" + +#: filewidgets/kfilecopytomenu.cpp:77 +#, kde-format +msgctxt "@title:menu" +msgid "Move To" +msgstr "አንቀሳቅስ ወደ" + +#: filewidgets/kfilecopytomenu.cpp:102 +#, kde-format +msgctxt "@title:menu" +msgid "Home Folder" +msgstr "መነሻ አቃፊ" + +#: filewidgets/kfilecopytomenu.cpp:110 +#, kde-format +msgctxt "@title:menu" +msgid "Root Folder" +msgstr "Root አቃፊ" + +#: filewidgets/kfilecopytomenu.cpp:146 +#, kde-format +msgctxt "@action:inmenu in Copy To or Move To submenu" +msgid "Browse…" +msgstr "አስስ…" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Copy Here" +msgstr "እዚ ቅዳ" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Move Here" +msgstr "እዚ አንቀሳቅስ" + +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format +msgctxt "Default mime type filter that shows all file types" +msgid "*|All Files" +msgstr "*|ሁሉም ፋይሎች" + +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format +msgctxt "%1 is the mimetype name, %2 is the extensions" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: filewidgets/kfilefiltercombo.cpp:160 +#, kde-format +msgid "All Supported Files" +msgstr "ሁሉም የተደገፉ ፋይሎች" + +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 +#, kde-format +msgid "All Files" +msgstr "ሁሉም ፋይሎች" + +#: filewidgets/kfileplaceeditdialog.cpp:68 +#, kde-format +msgid "Add Places Entry" +msgstr "የመግቢያ ቦታዎችን ያክሉ" + +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format +msgid "Edit Places Entry" +msgstr "ቦታዎች ማስገቢያ አርትዕ" + +#: filewidgets/kfileplaceeditdialog.cpp:80 +#, kde-format +msgid "" +"This is the text that will appear in the Places panel.

            The " +"label should consist of one or two words that will help you remember what " +"this entry refers to. If you do not enter a label, it will be derived from " +"the location's URL.
            " +msgstr "" +"ይህ በቦታዎች ፓነል ውስጥ የሚታየው ጽሑፍ ነው።

            መለያው ይህ ግቤት ምን እንደሚያመለክት " +"ለማስታወስ የሚረዱዎት አንድ ወይም ሁለት ቃላትን መያዝ አለበት። መለያ ካላስገቡ፣ ከአካባቢው URL የሚወጣ ይሆናል።" + +#: filewidgets/kfileplaceeditdialog.cpp:86 +#, kde-format +msgid "L&abel:" +msgstr "መለያ(&A)፦" + +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "ገላጭ መለያ እዚህ ያስገቡ" + +#: filewidgets/kfileplaceeditdialog.cpp:93 +#, kde-format +msgid "" +"This is the location associated with the entry. Any valid URL may be " +"used. For example:

            %1
            http://www.kde.org
            ftp://ftp.kde." +"org/pub/kde/stable

            By clicking on the button next to the text " +"edit box you can browse to an appropriate URL.
            " +msgstr "" +"ይህ ከመግቢያው ጋር የተያያዘው ቦታ ነው። ማንኛውም ትክክለኛ URL ጥቅም ላይ ሊውል ይችላል። ለምሳሌ፦

            %1
            http://www.kde.org
            ftp://ftp.kde.org/pub/kde/stable

            ከጽሑፍ አርትዖት ሳጥኑ አጠገብ ያለውን አዝራር ጠቅ በማድረግ ወደ ተገቢው URL ማሰስ ይችላሉ።
            " + +#: filewidgets/kfileplaceeditdialog.cpp:100 +#, kde-format +msgid "&Location:" +msgstr "መገኛ(&L)፦" + +#: filewidgets/kfileplaceeditdialog.cpp:107 +#, kde-format +msgid "" +"This is the icon that will appear in the Places panel.

            Click " +"on the button to select a different icon.
            " +msgstr "" +"ይህ በቦታዎች ፓነል ውስጥ የሚታየው አዶ ነው።

            የተለየ አዶ ለመምረጥ አዝራሩን ጠቅ ያድርጉ።" + +#: filewidgets/kfileplaceeditdialog.cpp:128 +#, kde-format +msgid "Choose an &icon:" +msgstr "አዶ ይምረጡ(&I)፦" + +#: filewidgets/kfileplaceeditdialog.cpp:138 +#, kde-format +msgid "&Only show when using this application (%1)" +msgstr "ይህን መተግበሪያ ሲጠቀሙ ብቻ አሳይ (%1) (&O)" + +#: filewidgets/kfileplaceeditdialog.cpp:141 +#, kde-format +msgid "" +"Select this setting if you want this entry to show only when using the " +"current application (%1).

            If this setting is not selected, the " +"entry will be available in all applications.
            " +msgstr "" +"ይህ ግቤት የአሁኑን መተግበሪያ (%1) ሲጠቀሙ ብቻ እንዲታይ ከፈለጉ ይህንን ቅንብር ይምረጡ።

            ይህ ቅንብር ካልተመረጠ ግቤቱ በሁሉም መተግበሪያዎች ውስጥ ይገኛል።
            " + +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format +msgctxt "@item" +msgid "Places" +msgstr "ቦታዎች" + +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format +msgctxt "@item" +msgid "Remote" +msgstr "የርቀት" + +#: filewidgets/kfileplacesitem.cpp:227 +#, kde-format +msgctxt "@item The place group section name for recent dynamic lists" +msgid "Recent" +msgstr "የቅርብ" + +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format +msgctxt "@item" +msgid "Search For" +msgstr "ፈልግ" + +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format +msgctxt "@item" +msgid "Devices" +msgstr "መሳሪያዎች" + +#: filewidgets/kfileplacesitem.cpp:236 +#, kde-format +msgctxt "@item" +msgid "Removable Devices" +msgstr "ሊወገዱ የሚችሉ መሣሪያዎች" + +#: filewidgets/kfileplacesitem.cpp:239 +#, kde-format +msgctxt "@item" +msgid "Tags" +msgstr "መለያዎች" + +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format +msgctxt "@info:tooltip path (mounted from)" +msgid "%1 (from %2)" +msgstr "%1 (ከ%2)" + +#: filewidgets/kfileplacesmodel.cpp:162 +msgctxt "KFile System Bookmarks" +msgid "All tags" +msgstr "ሁሉንም መለያዎች" + +#. i18nc calls has to be "KFile System Bookmarks". +#. The real i18nc call is made later, with this context, so the two must match. +#: filewidgets/kfileplacesmodel.cpp:258 +msgctxt "KFile System Bookmarks" +msgid "Home" +msgstr "መነሻ" + +#: filewidgets/kfileplacesmodel.cpp:267 +msgctxt "KFile System Bookmarks" +msgid "Desktop" +msgstr "ዴስክቶፕ" + +#: filewidgets/kfileplacesmodel.cpp:274 +msgctxt "KFile System Bookmarks" +msgid "Documents" +msgstr "ሰነዶች" + +#: filewidgets/kfileplacesmodel.cpp:281 +msgctxt "KFile System Bookmarks" +msgid "Downloads" +msgstr "ውርዶች" + +#: filewidgets/kfileplacesmodel.cpp:286 +msgctxt "KFile System Bookmarks" +msgid "Network" +msgstr "አውታረ መረብ" + +#: filewidgets/kfileplacesmodel.cpp:291 +msgctxt "KFile System Bookmarks" +msgid "Trash" +msgstr "መጣያ" + +#: filewidgets/kfileplacesmodel.cpp:352 +msgctxt "KFile System Bookmarks" +msgid "Music" +msgstr "ሙዚቃ" + +#: filewidgets/kfileplacesmodel.cpp:359 +msgctxt "KFile System Bookmarks" +msgid "Pictures" +msgstr "ምስሎች" + +#: filewidgets/kfileplacesmodel.cpp:368 +msgctxt "KFile System Bookmarks" +msgid "Videos" +msgstr "ቪዲዮዎች" + +#: filewidgets/kfileplacesmodel.cpp:395 +msgctxt "KFile System Bookmarks" +msgid "Recent Files" +msgstr "የቅርብ ፋይሎች" + +#: filewidgets/kfileplacesmodel.cpp:400 +msgctxt "KFile System Bookmarks" +msgid "Recent Locations" +msgstr "የቅርብ ጊዜ ቦታዎች" + +#: filewidgets/kfileplacesmodel.cpp:423 +msgctxt "KFile System Bookmarks" +msgid "Modified Today" +msgstr "ዛሬ ተሻሽሏል" + +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "ትላንት ተሻሽሏል" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format +msgctxt "Placeholder is error message" +msgid "Could not add to the Places panel: %1" +msgstr "ወደ የቦታዎች ፓነል መጨመር አልተቻለም፦ %1" + +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format +msgid "Only folders can be added to the Places panel." +msgstr "አቃፊዎች ብቻ ወደ የቦታዎች ፓነል ሊታከሉ ይችላሉ።" + +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "አዋቅር…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format +msgctxt "@action:inmenu" +msgid "Releasing…" +msgstr "በመልቀቅ ላይ…" + +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Release" +msgstr "መልቀቅ(&R)" + +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format +msgctxt "@action:inmenu" +msgid "Safely Removing…" +msgstr "በጥንቃቄ በማስወገድ ላይ…" + +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Safely Remove" +msgstr "በጥንቃቄ አስውግድ(&S)" + +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format +msgctxt "@action:inmenu" +msgid "Unmounting…" +msgstr "በማራገፍ ላይ…" + +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Unmount" +msgstr "አራግፍ(&U)" + +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Eject" +msgstr "አውጣ(&E)" + +#: filewidgets/kfileplacesmodel.cpp:1506 +#, kde-format +msgid "The device '%1' is not a disk and cannot be ejected." +msgstr "'%1' የሚለው መሣሪያ ዲስክ አይደለም እና ሊወጣ አይችልም።" + +#: filewidgets/kfileplacesmodel.cpp:1542 +#, kde-format +msgid "An error occurred while accessing '%1', the system responded: %2" +msgstr "'%1'ን በመድረስ ላይ ሳለ ስህተት ተከስቷል፣ ስርዓቱም የሚከተለውን ምላሽ ሰጥቷል፦ %2" + +#: filewidgets/kfileplacesmodel.cpp:1544 +#, kde-format +msgid "An error occurred while accessing '%1'" +msgstr "'%1'ን በመድረስ ላይ ሳለ አንድ ስህተት ተከስቷል" + +#: filewidgets/kfileplacesmodel.cpp:1571 +#, kde-format +msgid "One or more files on this device are open within an application." +msgstr "በዚህ መሣሪያ ላይ አንድ ወይም ከዚያ በላይ ፋይሎች በአንድ መተግበሪያ ውስጥ ተከፍተዋል።" + +#: filewidgets/kfileplacesmodel.cpp:1574 +#, kde-kuit-format +msgid "" +"One or more files on this device are opened in application " +"\"%2\"." +msgid_plural "" +"One or more files on this device are opened in following applications: " +"%2." +msgstr[0] "" +"በዚህ መሣሪያ ላይ አንድ ወይም ከዚያ በላይ ፋይሎች በ \"%2\" መተግበሪያ " +"ውስጥ ይከፈታሉ።" +msgstr[1] "" +"በዚህ መሣሪያ ላይ አንድ ወይም ከዚያ በላይ ፋይሎች በሚከተሉት መተግበሪያዎች ውስጥ ይከፈታሉ፦ %2።" + +#: filewidgets/kfileplacesmodel.cpp:1577 +#, kde-format +msgctxt "separator in list of apps blocking device unmount" +msgid ", " +msgstr "፣" + +#: filewidgets/kfileplacesmodel.cpp:1624 +#, kde-format +msgctxt "@action:inmenu" +msgid "Reformat or Edit with Partition Manager" +msgstr "በክፍል አስተዳዳሪ ለመቅረጽ ወይም ለማርትዕ ጠቅ ያድርጉ" + +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format +msgctxt "@info:tooltip full display text since it is elided: original tooltip" +msgid "%1: %2" +msgstr "%1፦ %2" + +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 +#, kde-format +msgctxt "Available space out of total partition size (percent used)" +msgid "%1 free of %2 (%3% used)" +msgstr "%1 ከ%2 ነፃ (%3% ጥቅም ላይ የዋለ)" + +#: filewidgets/kfileplacesview.cpp:674 +#, kde-format +msgid "%1 (hidden)" +msgstr "%1 (የተደበቀ)" + +#: filewidgets/kfileplacesview.cpp:1228 +#, kde-format +msgctxt "@action:inmenu" +msgid "Empty Trash" +msgstr "ባዶ መጣያ" + +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format +msgctxt "@action:inmenu" +msgid "Mount" +msgstr "መጫን" + +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Tab" +msgstr "በአዲስ ታብ ክፈት" + +#: filewidgets/kfileplacesview.cpp:1266 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Window" +msgstr "በአዲስ ዊንዶ ክፈት" + +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format +msgctxt "@action:inmenu" +msgid "Add Entry…" +msgstr "መግቢያ አክል…" + +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Edit…" +msgstr "አርትዕ(&E)…" + +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format +msgctxt "@action:inmenu" +msgid "Remove from Places" +msgstr "ከቦታዎች አስውግድ" + +#: filewidgets/kfileplacesview.cpp:1290 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Hide" +msgstr "ደብቅ(&H)" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section '%1'" +msgstr "ክፍል '%1' ደብቅ" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section" +msgstr "ክፍልን ደብቅ" + +#: filewidgets/kfileplacesview.cpp:1306 +#, kde-format +msgid "&Show All Entries" +msgstr "ሁሉንም ግቤቶች አሳይ(&S)" + +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format +msgctxt "@item:inmenu" +msgid "Icon Size" +msgstr "የአዶ መጠን" + +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format +msgctxt "" +"@item:inmenu Auto set icon size based on available space inthe Places side-" +"panel" +msgid "Auto Resize" +msgstr "መጠን በራስ-ሰር ቀይር" + +#: filewidgets/kfileplacesview.cpp:1452 +#, kde-format +msgctxt "Small icon size" +msgid "Small (%1x%1)" +msgstr "ትንሽ (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1455 +#, kde-format +msgctxt "Medium icon size" +msgid "Medium (%1x%1)" +msgstr "መካከለኛ (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format +msgctxt "Large icon size" +msgid "Large (%1x%1)" +msgstr "ትልቅ (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1461 +#, kde-format +msgctxt "Huge icon size" +msgid "Huge (%1x%1)" +msgstr "ግዙፍ (%1x%1)" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "You can only select one file" +msgstr "አንድ ፋይል ብቻ መምረጥ ይችላሉ" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "More than one file provided" +msgstr "ከአንድ በላይ ፋይል ቀርቧል" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "You can only select local files" +msgstr "የአካባቢ ፋይሎችን ብቻ መምረጥ ይችላሉ" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "Remote files not accepted" +msgstr "የርቀት ፋይሎች ተቀባይነት አያገኙም።" + +#: filewidgets/kfilewidget.cpp:820 +#, kde-format +msgid "" +"The selected URL uses an unsupported scheme. Please use the following " +"scheme: %2" +msgid_plural "" +"The selected URL uses an unsupported scheme. Please use one of the following " +"schemes: %2" +msgstr[0] "የተመረጠው URL የማይደገፍ እቅድ ይጠቀማል። እባክዎ የሚከተለውን ስኪማ ይጠቀሙ፦ %2" +msgstr[1] "የተመረጠው URL የማይደገፍ እቅድ ይጠቀማል። እባክዎ ከሚከተሉት ስኪማዎች ውስጥ አንዱን ይጠቀሙ፦ %2" + +#: filewidgets/kfilewidget.cpp:826 +#, kde-format +msgid "Unsupported URL scheme" +msgstr "የURL እቅድ አይደገፍም" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "The file \"%1\" could not be found" +msgstr "\"%1\" ፋይል ሊገኝ አልቻለም" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "Cannot open file" +msgstr "ፋይል መክፈት አልተቻለም" + +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format +msgid "" +"Click this button to enter the parent folder.

            For instance, " +"if the current location is file:/home/konqi clicking this button will take " +"you to file:/home.
            " +msgstr "" +"ወደ ወላጅ አቃፊው ለመግባት ይህንን አዝራር ጠቅ ያድርጉ።

            ለምሳሌ፣ የአሁኑ ቦታ ፋይል፦/home/" +"konqi ከሆነ ይህንን አዝራር ጠቅ ማድረግ ወደ ፋይል፦/home ይወስድዎታል።
            " + +#: filewidgets/kfilewidget.cpp:1220 +#, kde-format +msgid "Click this button to move backwards one step in the browsing history." +msgstr "በአሰሳ ታሪክ ውስጥ አንድ እርምጃ ወደ ኋላ ለመመለስ ይህን ቁልፍ ጠቅ ያድርጉ።" + +#: filewidgets/kfilewidget.cpp:1221 +#, kde-format +msgid "Click this button to move forward one step in the browsing history." +msgstr "በአሰሳ ታሪክ ውስጥ አንድ እርምጃ ወደፊት ለመሄድ ይህን ቁልፍ ጠቅ ያድርጉ።" + +#: filewidgets/kfilewidget.cpp:1223 +#, kde-format +msgid "Click this button to reload the contents of the current location." +msgstr "የአሁኑን አካባቢ ይዘቶች እንደገና ለመጫን ይህን ቁልፍ ጠቅ ያድርጉ።" + +#: filewidgets/kfilewidget.cpp:1225 +#, kde-format +msgid "Click this button to create a new folder." +msgstr "አዲስ አቃፊ ለመፍጠር ይህን ቁልፍ ጠቅ ያድርጉ።" + +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format +msgid "Show Places Panel" +msgstr "የቦታዎች ፓነልን አሳይ" + +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "ፈጣን ማጣሪያ አሳይ" + +#: filewidgets/kfilewidget.cpp:1242 +#, kde-format +msgid "Options" +msgstr "አማራጮች" + +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format +msgid "" +"This is the preferences menu for the file dialog. Various options can be " +"accessed from this menu including:
            • how files are sorted in the list
            • types of view, including icon and list
            • showing of hidden " +"files
            • the Places panel
            • file previews
            • separating " +"folders from files
            " +msgstr "" +"ይህ የፋይል መገናኛው የምርጫዎች ምናሌ ነው። ከዚህ ምናሌ የተለያዩ አማራጮችን ማግኘት ይቻላል፤ ከእነዚህም ውስጥ " +"የሚከተሉት ይገኙበታል፦
            • ፋይሎች በዝርዝሩ ውስጥ እንዴት እንደሚደረደሩ
            • የእይታ ዓይነቶች፣ አዶ " +"እና ዝርዝርን ጨምሮ
            • የተደበቁ ፋይሎችን ማሳየት
            • የቦታዎች ፓነል
            • የፋይል ቅድመ " +"እይታዎች
            • አቃፊዎችን ከፋይሎች መለየት
            " + +#: filewidgets/kfilewidget.cpp:1264 +#, kde-format +msgid "Bookmarks" +msgstr "ዕልባት ያድርጉ" + +#: filewidgets/kfilewidget.cpp:1268 +#, kde-format +msgid "" +"This button allows you to bookmark specific locations. Click on this " +"button to open the bookmark menu where you may add, edit or select a " +"bookmark.

            These bookmarks are specific to the file dialog, but " +"otherwise operate like bookmarks elsewhere in KDE.
            " +msgstr "" +"ይህ አዝራር የተወሰኑ ቦታዎችን ለማስያዝ (bookmark) እንዲያደርጉ ያስችልዎታል። ዕልባት ማከል፣ ማርትዕ ወይም " +"መምረጥ የሚችሉበትን የዕልባት ምናሌ ለመክፈት በዚህ አዝራር ላይ ጠቅ ያድርጉ።

            እነዚህ ዕልባቶች ለፋይል " +"መገናኛው የተወሰኑ ናቸው፣ ነገር ግን በKDE ውስጥ በሌላ ቦታ እንደ ዕልባት ይሰራሉ።
            " + +#. i18n: ectx: property (text), widget (QLabel, nameLabel) +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 +#, kde-format +msgid "&Name:" +msgstr "ስም(&N)፦" + +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "የፋይል ስም ለውጥ ቀልብስ" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "አቃፊዎችን በሚቀይሩበት ጊዜ ማጣሪያን ያስቀምጡ" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "በስም አጣራ…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "የማጣሪያ አሞሌን ደብቅ" + +#: filewidgets/kfilewidget.cpp:1454 +#, kde-format +msgid "" +"While typing in the text area, you may be presented with possible " +"matches. This feature can be controlled by clicking with the right mouse " +"button and selecting a preferred mode from the Text Completion menu." +msgstr "" +"በጽሑፍ ቦታው ላይ ሲተይቡ፣ ሊሆኑ የሚችሉ ተዛማጆች ሊቀርቡልዎ ይችላሉ። ይህ ባህሪ በቀኝ መዳፊት ቁልፍ ጠቅ " +"በማድረግ እና ከጽሑፍ ማጠናቀቂያ ምናሌ ውስጥ የሚመረጥ ሁነታን በመምረጥ ሊቆጣጠር ይችላል።" + +#: filewidgets/kfilewidget.cpp:1461 +#, kde-format +msgid "This is the name to save the file as." +msgstr "ፋይሉን ለማስቀመጥ የሚጠቀመው ስም ይህ ነው።" + +#: filewidgets/kfilewidget.cpp:1464 +#, kde-format +msgid "" +"This is the list of files to open. More than one file can be specified by " +"listing several files, separated by spaces." +msgstr "" +"ይህ ሊከፈቱ የሚገቡ ፋይሎች ዝርዝር ነው። ከአንድ በላይ ፋይል ለመግለጽ ፋይሎችን በቦታ በመለየት መዝረዝ ይቻላል።" + +#: filewidgets/kfilewidget.cpp:1469 +#, kde-format +msgid "This is the name of the file to open." +msgstr "ይህ የሚከፈተው የፋይሉ ስም ነው።" + +#: filewidgets/kfilewidget.cpp:1482 +#, kde-format +msgctxt "@title:window" +msgid "Places" +msgstr "ቦታዎች" + +#: filewidgets/kfilewidget.cpp:1763 +#, kde-format +msgid "The file \"%1\" already exists. Do you wish to overwrite it?" +msgstr "\"%1\" ፋይል አስቀድሞ አለ። በላዩ ላይ መፃፍ ይፈልጋሉ?" + +#: filewidgets/kfilewidget.cpp:1764 +#, kde-format +msgid "Overwrite File?" +msgstr "ፋይል ይተካ?" + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "You can only select local files." +msgstr "የአካባቢ ፋይሎችን ብቻ መምረጥ ይችላሉ።" + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "Remote Files Not Accepted" +msgstr "የርቀት ፋይሎች ተቀባይነት የላቸውም" + +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format +msgid "All Folders" +msgstr "ሁሉም አቃፊዎች" + +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "አሁኑ ያላህበት ማውጫ፦ %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 +#, kde-format +msgid "&Open" +msgstr "ክፈት(&O)" + +#: filewidgets/kfilewidget.cpp:2315 +#, kde-format +msgid "Icon size: %1 pixels" +msgstr "የአዶ መጠን፦ %1 ፒክስሎች" + +#: filewidgets/kfilewidget.cpp:2482 +#, kde-format +msgid "Automatically select filename e&xtension (%1)" +msgstr "የፋይል ስም ቅጥያ (%1) በራስ-ሰር ምረጥ(%X)" + +#: filewidgets/kfilewidget.cpp:2483 +#, kde-format +msgid "the extension %1" +msgstr "ቅጥያው %1" + +#: filewidgets/kfilewidget.cpp:2489 +#, kde-format +msgid "Automatically select filename e&xtension" +msgstr "የፋይል ስም ቅጥያውን በራስ-ሰር ይምረጡ" + +#: filewidgets/kfilewidget.cpp:2490 +#, kde-format +msgid "a suitable extension" +msgstr "ተስማሚ ቅጥያ" + +#: filewidgets/kfilewidget.cpp:2498 +#, kde-format +msgid "" +"This option enables some convenient features for saving files with " +"extensions:
            1. Any extension specified in the %1 text area " +"will be updated if you change the file type to save in.

            2. If no extension is specified in the %2 text area when you " +"click Save, %3 will be added to the end of the filename (if the " +"filename does not already exist). This extension is based on the file type " +"that you have chosen to save in.

              If you do not want KDE to supply " +"an extension for the filename, you can either turn this option off or you " +"can suppress it by adding a period (.) to the end of the filename (the " +"period will be automatically removed).
            If unsure, keep this option " +"enabled as it makes your files more manageable." +msgstr "" +"ይህ አማራጭ ቅጥያዎች ያላቸውን ፋይሎች ለማስቀመጥ አንዳንድ ምቹ ባህሪያትን ያስችላል፦
            1. %1 የጽሑፍ ቦታ ውስጥ የተገለጸ ማንኛውም ቅጥያ ለማስቀመጥ የፋይል ዓይነቱን ከቀየሩ ይዘምናል።

            2. አስቀምጥን ጠቅ ሲያደርጉ በ%2 የጽሑፍ ቦታ ውስጥ ምንም ቅጥያ ካልተገለጸ፣ %3 በፋይል " +"ስሙ መጨረሻ ላይ ይታከላል (የፋይሉ ስም አስቀድሞ ከሌለ)። ይህ ቅጥያ ለማስቀመጥ በመረጡት የፋይል አይነት ላይ " +"የተመሠረተ ነው።

              KDE ለፋይል ስሙ ቅጥያ እንዲያቀርብ የማይፈልጉ ከሆነ፣ ይህንን አማራጭ ማጥፋት ወይም " +"በፋይል ስሙ መጨረሻ ላይ ነጥብ (.) በመጨመር ማፈን ይችላሉ (ወቅቱ በራስ-ሰር ይወገዳል)።
            እርግጠኛ " +"ካልሆኑ፣ ይህ አማራጭ ፋይሎችዎን የበለጠ ማስተዳደር ስለሚያስችል እንዲነቃ ያድርጉት።" + +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format +msgid "&File type:" +msgstr "የፋይል አይነት(&F)፦" + +#: filewidgets/kfilewidget.cpp:2968 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format that the " +"file will be saved as." +msgstr "ይህ የፋይል አይነት መምረጫ ነው። ፋይሉ የሚቀመጥበትን ቅርጸት ለመምረጥ ይጠቀማል።" + +#: filewidgets/kfilewidget.cpp:2970 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "ይህ የፋይል አይነት መራጭ ነው። የሚታዩትን ፋይሎች ቅርጸት ለመምረጥ ይጠቅማል።" + +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "%1 የፋይል ስም አስገባ፦" + +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "ይቅርታ" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "የአብነት ፋይሉ %1 የለም።" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "ለአዲስ ማገናኛ ስም፦" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "ሲምሊንክ ፍጠር" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "ወደ URL አገናኝ ፍጠር" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 cannot be used because it is reserved for " +"use by the operating system." +msgstr "" +"%1 የሚለው ስም በኦፕሬቲንግ ሲስተሙ ጥቅም ላይ እንዲውል የተያዘ ስለሆነ ጥቅም ላይ " +"ሊውል አይችልም።" + +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a dot, so it will be hidden by " +"default." +msgstr "%1 የሚለው ስም በነጥብ ይጀምራል፣ ስለዚህ የተደበቀ ነው።" + +#: filewidgets/knewfilemenu.cpp:1180 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a space, which will result in " +"it being shown before other items when sorting alphabetically, among other " +"potential oddities." +msgstr "" +"%1 የሚለው ስም የሚጀምረው በክፍት ቦታ ሲሆን ይህም በፊደል ቅደም ተከተል ሲደረደሩ " +"ከሌሎች ነገሮች በፊት እንዲታይ ያደርጋል፣ ይህም ከሌሎች ሊሆኑ ከሚችሉ እንግዳ ነገሮች ጋር።" + +#: filewidgets/knewfilemenu.cpp:1198 +#, kde-format +msgid "Using slashes in folder names will create sub-folders, like so:" +msgstr "በአቃፊ ስሞች ውስጥ አግድም ሰረዝን መጠቀም ንዑስ አቃፊዎችን ይፈጥራል፣ እንደዚህ ያሉ፦" + +#: filewidgets/knewfilemenu.cpp:1212 +#, kde-format +msgid "Using slashes in folder names will create sub-folders." +msgstr "በአቃፊ ስሞች ውስጥ አግድም ሰረዝን መጠቀም ንዑስ አቃፊዎችን ይፈጥራል።" + +#: filewidgets/knewfilemenu.cpp:1224 +#, kde-format +msgid "Slashes cannot be used in file and folder names." +msgstr "አግድም ሰረዝን በፋይል እና በአቃፊ ስሞች ውስጥ መጠቀም አይቻልም።" + +#: filewidgets/knewfilemenu.cpp:1229 +#, kde-format +msgid "Backslashes cannot be used in file and folder names." +msgstr "የኋላ አግድም ሰረዝን በፋይል እና በአቃፊ ስሞች ውስጥ መጠቀም አይቻልም።" + +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 የሚል ፋይል ወይም አቃፊ መፍጠር ከተጠቃሚው የመነሻ አቃፊ ቦታ ጋር ስለሚደራረብ " +"አይቻልም።" + +#: filewidgets/knewfilemenu.cpp:1252 +#, kde-format +msgid "" +"Starting a file or folder name with a tilde is not recommended because it " +"may be confusing or dangerous when using the terminal to delete things." +msgstr "" +"የፋይል ወይም የአቃፊ ስም በቲልዴ መጀመር አይመከርም ምክንያቱም ነገሮችን ለመሰረዝ ተርሚናል ሲጠቀሙ ግራ የሚያጋባ ወይም " +"አደገኛ ሊሆን ይችላል።" + +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format +msgctxt "@info" +msgid "A directory with name %1 already exists." +msgstr "ይሄ ስም %1 ያለው ማውጫ አስቀድሞ አለ።" + +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format +msgctxt "@info" +msgid "A file with name %1 already exists." +msgstr "ስም %1 ያለው ፋይል አስቀድሞ አለ።" + +#: filewidgets/knewfilemenu.cpp:1412 +#, kde-format +msgid "Create New" +msgstr "አዲስ ፍጠር" + +#: filewidgets/knewfilemenu.cpp:1447 +#, kde-format +msgid "Link to Device" +msgstr "ወደ መሣሪያ አገናኝ" + +#: filewidgets/knewfilemenu.cpp:1486 +#, kde-format +msgctxt "Default name for a new folder" +msgid "New Folder" +msgstr "አዲስ አቃፊ" + +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder" +msgstr "አዲስ አቃፊ ይፍጠሩ" + +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format +msgid "Create new folder in %1:" +msgstr "በ%1 ውስጥ አዲስ አቃፊ ይፍጠሩ፦" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "የአቃፊ ስም አስገባ" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "ነባሪ" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "አዲስ ፋይል ይፍጠሩ" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "የፋይል ስም አስገባ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "ብጁ አዶ ወይም ቀለም ይምረጡ" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "ሌላ አዶ ይምረጡ…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "አዶውን በኋላ በአቃፊ ባህሪያት ውስጥ መቀየር ይችላሉ።" + +#. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 +#, kde-format +msgid "Copy" +msgstr "ቅዳ" + +#. i18n: ectx: property (text), widget (QPushButton, pasteButton) +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 +#, kde-format +msgid "Paste" +msgstr "ገልብጥ" + +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Tab" +msgstr "\"%1\"ን በአዲስ ታብ ክፈት" + +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Window" +msgstr "በአዲስ መስኮት ውስጥ \"%1\" ክፈት" + +#: filewidgets/kurlnavigator.cpp:651 +#, kde-format +msgid "Edit" +msgstr "አርትዕ" + +#: filewidgets/kurlnavigator.cpp:654 +#, kde-format +msgid "Navigate" +msgstr "ማሰስ" + +#: filewidgets/kurlnavigator.cpp:669 +#, kde-format +msgid "Show Full Path" +msgstr "ሙሉ ዱካን አሳይ" + +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format +msgctxt "@info:tooltip for button. 1 is path" +msgid "Go to any location on the path %1" +msgstr "በ %1 መንገድ ላይ ወደ ማንኛውም ቦታ ይሂዱ" + +#: filewidgets/kurlnavigatorbutton.cpp:725 +#, kde-format +msgctxt "@action:inmenu" +msgid "More" +msgstr "ተጨማሪ" + +#: filewidgets/kurlnavigatordropdownbutton.cpp:21 +#, kde-format +msgctxt "@action:button opening a list of locations" +msgid "Go to Location on Path" +msgstr "በመንገድ ላይ ወደ ቦታ ይሂዱ" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ቦታዎች" + +#: filewidgets/kurlnavigatorschemecombo.cpp:155 +#, kde-format +msgctxt "@item:inmenu" +msgid "Devices" +msgstr "መሳሪያዎች" + +#: filewidgets/kurlnavigatorschemecombo.cpp:159 +#, kde-format +msgctxt "@item:inmenu" +msgid "Subversion" +msgstr "Subversion" + +#: filewidgets/kurlnavigatorschemecombo.cpp:163 +#, kde-format +msgctxt "@item:inmenu" +msgid "Other" +msgstr "ሌሎች" + +#: filewidgets/kurlnavigatortogglebutton.cpp:28 +#, kde-format +msgid "Edit mode" +msgstr "የአርትዖት ሁነታ" + +#: filewidgets/kurlnavigatortogglebutton.cpp:80 +#, kde-format +msgid "Click for Location Navigation" +msgstr "የአካባቢ አሰሳ ለማግኘት ጠቅ ያድርጉ" + +#: filewidgets/kurlnavigatortogglebutton.cpp:82 +#, kde-format +msgid "Click to Edit Location" +msgstr "አካባቢን ለማርትዕ ጠቅ ያድርጉ" + +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 +#, kde-format +msgid "You are not authorized to execute this file." +msgstr "ይህን ፋይል ለማስፈጸም ስልጣን የለዎትም።" + +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format +msgctxt "Launching application" +msgid "Launching %1" +msgstr "%1 በመጀመር ላይ" + +#: gui/applicationlauncherjob.cpp:173 +#, kde-format +msgid "" +"Unable to make the service %1 executable, aborting execution.\n" +"%2." +msgstr "" +"አገልግሎቱን %1 ተፈጻሚ ማድረግ አልተቻለም፣ አፈጻጸምን በማስወገድ።\n" +"%2።" + +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 +#, kde-format +msgid "You are not authorized to select an application to open this file." +msgstr "ይህን ፋይል ለመክፈት መተግበሪያ የመምረጥ ፍቃድ የለዎትም።" + +#: gui/applicationlauncherjob.cpp:299 +#, kde-format +msgid "" +"Internal error: could not prompt the user for which application to start" +msgstr "የውስጥ ስህተት፦ ተጠቃሚው ለየትኛው መተግበሪያ እንዲጀምር መጠየቅ አልቻለም" + +#: gui/commandlauncherjob.cpp:107 +#, kde-format +msgctxt "An error message" +msgid "Empty command provided" +msgstr "ባዶ ትእዛዝ ቀርቧል" + +#: gui/faviconrequestjob.cpp:108 +#, kde-format +msgid "No favicon found for %1" +msgstr "ለ%1 ምንም favicon አልተገኘም።" + +#: gui/faviconrequestjob.cpp:156 +#, kde-format +msgid "Error saving image to %1" +msgstr "ምስል ወደ %1 ማስቀመጥ ላይ ስህተት" + +#: gui/faviconrequestjob.cpp:166 +#, kde-format +msgid "Icon file too big, download aborted" +msgstr "የአዶ ፋይል በጣም ትልቅ ነው፣ ማውረድ ተቋርጧል" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "FilePreviewJob፦ ባዶ ፋይል መዝለል፣ የተሰበረ ሲምሊንክ ሊሆን ይችላል፦ %1" + +#: gui/kemailclientlauncherjob.cpp:92 +#, kde-format +msgid "No mail client found" +msgstr "የኢሜይል ደንበኛ አልተገኘም" + +#: gui/kprocessrunner.cpp:125 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is not valid." +msgstr "" +"የዴስክቶፕ ማስገቢያ ፋይል\n" +"%1\n" +"ትክክል አይደለም።" + +#: gui/kprocessrunner.cpp:294 +#, kde-format +msgid "Launching %1" +msgstr "%1 በመጀመር ላይ" + +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format +msgctxt "@info" +msgid "The command %1 could not be found." +msgstr "ትዕዛዙ %1 ሊገኝ አልቻለም።" + +#: gui/kterminallauncherjob.cpp:130 +#, kde-format +msgid "No terminal emulator found" +msgstr "ምንም የተርሚናል ኢሙሌተር አልተገኘም" + +#: gui/openurljob.cpp:163 +#, kde-format +msgid "Failed to open %1" +msgstr "%1 መክፈት አልተሳካም።" + +#: gui/openurljob.cpp:301 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is of type Link but has no URL=... entry." +msgstr "" +"የዴስክቶፕ ግቤት ፋይል\n" +"%1\n" +"የሊንክ አይነት ነው ነገር ግን URL የለውም=…ግቤት።" + +#: gui/openurljob.cpp:379 +#, kde-format +msgid "" +"The executable file \"%1\" is located on a remote filesystem. For safety " +"reasons it will not be started." +msgstr "\"%1\" የሚፈፀመው ፋይል በርቀት የፋይል ስርዓት ላይ ይገኛል። ለደህንነት ሲባል አይጀመርም።" + +#: gui/openurljob.cpp:420 +#, kde-format +msgid "" +"For security reasons, launching executables is not allowed in this context." +msgstr "ለደህንነት ሲባል፣ በዚህ አውድ ውስጥ አስፈፃሚዎችን ማስጀመር አይፈቀድም።" + +#: gui/openurljob.cpp:450 +#, kde-format +msgid "" +"The program \"%1\" needs to have executable permission before it can be " +"launched." +msgstr "ፕሮግራም \"%1\" ከመጀመሩ በፊት ተፈፃሚነት ያለው ፈቃድ ሊኖረው ይገባል።" + +#: gui/openurljob.cpp:461 +#, kde-format +msgid "" +"Unable to make file \"%1\" executable.\n" +"%2." +msgstr "" +"ፋይል \"%1\"ን ተፈጻሚ ማድረግ አልተቻለም።\n" +"%2።" + +#: gui/openurljob.cpp:547 +#, kde-format +msgid "The desktop entry file %1 has no Type=... entry." +msgstr "የዴስክቶፕ ግቤት ፋይል %1 አይነት የለውም=…ግቤት ።" + +#: gui/openurljob.cpp:639 +#, kde-format +msgid "" +"This file is incomplete and should not be opened.\n" +"Check your open applications and the notification area for any pending tasks " +"or downloads." +msgstr "" +"ይህ ፋይል ያልተሟላ ነው እና መከፈት የለበትም።\n" +"ለማንኛውም በመጠባበቅ ላይ ያሉ ተግባራት ወይም ውርዶች የእርስዎን ክፍት መተግበሪያዎች እና የማሳወቂያ ቦታን ያረጋግጡ።" + +#: gui/openurljob.cpp:665 +#, kde-format +msgid "Failed to open the file." +msgstr "ፋይሉን መክፈት አልተሳካም።" + +#: gui/openurljob.cpp:699 +#, kde-format +msgid "The program \"%1\" could not be launched." +msgstr "ፕሮግራም \"%1\"ን ማስጀመር አልተቻለም።" + +#: kioexec/kioexecd.cpp:86 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1has been modified. Do you want to " +"upload the changes?" +msgstr "ፋይል %1ተስተካክሏል። ለውጦቹን መጫን ይፈልጋሉ?" + +#: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 +#, kde-format +msgid "File Changed" +msgstr "ፋይል ተቀይሯል።" + +#: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 +#, kde-format +msgid "Upload" +msgstr "ጫን" + +#: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 +#, kde-format +msgid "Do Not Upload" +msgstr "አትጫኑ" + +#: kioexec/main.cpp:58 +#, kde-format +msgid "Invalid URL: %1" +msgstr "ልክ ያልሆነ URL፦ %1" + +#: kioexec/main.cpp:64 +#, kde-format +msgid "File not found: %1" +msgstr "ፋይል አልተገኘም፦ %1" + +#: kioexec/main.cpp:81 +#, kde-format +msgid "" +"The URL %1\n" +"is malformed" +msgstr "" +"የURL %1\n" +"የተበላሸ ነው።" + +#: kioexec/main.cpp:83 +#, kde-format +msgid "" +"Remote URL %1\n" +"not allowed with --tempfiles switch" +msgstr "" +"የርቀት URL %1\n" +"ከ --tempfiles አማራጭ ጋር አይፈቀድም" + +#: kioexec/main.cpp:239 +#, kde-format +msgid "" +"The supposedly temporary file\n" +"%1\n" +"has been modified.\n" +"Do you still want to delete it?" +msgstr "" +"ጊዜያዊ ነው የተባለው ፋይል\n" +"%1\n" +"ተስተካክሏል።\n" +"አሁንም መሰረዝ ይፈልጋሉ?" + +#: kioexec/main.cpp:242 +#, kde-format +msgid "Do Not Delete" +msgstr "አትሰርዝ" + +#: kioexec/main.cpp:249 +#, kde-format +msgid "" +"The file\n" +"%1\n" +"has been modified.\n" +"Do you want to upload the changes?" +msgstr "" +"ፋይሉ\n" +"%1\n" +"ተስተካክሏል።\n" +"ለውጦቹን መጫን ይፈልጋሉ?" + +#: kioexec/main.cpp:302 +#, kde-format +msgid "KIOExec" +msgstr "KIOExec" + +#: kioexec/main.cpp:304 +#, kde-format +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgstr "KIO Exec - የርቀት ፋይሎችን ይከፍታል፣ ለውጦችን ይመለከታል፣ ለመጫን ይጠይቃል" + +#: kioexec/main.cpp:306 +#, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 የKFM/Konqueror አበልፃጊዎች" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format +msgid "Stephan Kulow" +msgstr "Stephan Kulow" + +#: kioexec/main.cpp:309 +#, kde-format +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" + +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 +#, kde-format +msgid "Treat URLs as local files and delete them afterwards" +msgstr "URLን እንደ አካባቢያዊ ፋይሎች ይያዙ እና ከዚያ በኋላ ይሰርዟቸው" + +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "ለወረደው ፋይል የተጠቆመ የፋይል ስም" + +#: kioexec/main.cpp:319 +#, kde-format +msgid "Command to execute" +msgstr "ለማስፈጸም ትእዛዝ" + +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "ለ'ትዕዛዝ' ጥቅም ላይ የዋሉ URL(ዎች) ወይም አካባቢያዊ ፋይሎች" + +#: kioworkers/file/file.cpp:689 +#, kde-format +msgid "" +"Could not change permissions for\n" +"%1" +msgstr "" +"ፈቃዶችን መቀየር አልተቻለም ለ\n" +"%1" + +#: kioworkers/file/file.cpp:697 +#, kde-format +msgctxt "@info" +msgid "" +"Could not change owner and group for\n" +"%1" +msgstr "" +"ባለቤት እና ቡድን መቀየር አልተቻለም ለ\n" +"%1" + +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "ጊዜያዊ ፋይል መክፈት አልተቻለም" + +#: kioworkers/file/file.cpp:801 +#, kde-format +msgid "Could not find program \"mount\"" +msgstr "\"mount\" የተባለውን ፕሮግራም ማግኘት አልተቻለም" + +#: kioworkers/file/file.cpp:878 +#, kde-format +msgid "Could not find program \"umount\"" +msgstr "\"umount\" የተባለውን ፕሮግራም ማግኘት አልተቻለም" + +#: kioworkers/file/file_unix.cpp:602 +#, kde-format +msgid "Cannot copy file from %1 to %2. (Errno: %3)" +msgstr "ፋይሉን ከ%1 ወደ %2 መቅዳት አይቻልም። (የስህተት ቁጥር፦ %3)" + +#: kioworkers/file/file_unix.cpp:817 +#, kde-format +msgid "No media in device for %1" +msgstr "ለ%1 በመሳሪያው ውስጥ ምንም ሚዲያ የለም" + +#: kioworkers/file/file_unix.cpp:1086 +#, kde-format +msgid "Could not get user id for given user name %1" +msgstr "ለተጠቀሰው የተጠቃሚ ስም %1 የተጠቃሚ ID ማግኘት አልተቻለም" + +#: kioworkers/file/file_unix.cpp:1097 +#, kde-format +msgid "Could not get group id for given group name %1" +msgstr "ለቡድን ስም %1 የቡድን ID ማግኘት አልተቻለም" + +#: kioworkers/ftp/ftp.cpp:354 +#, kde-format +msgid "Opening connection to host %1" +msgstr "ከአስተናጋጅ %1 ጋር ግንኙነትን በመክፈት ላይ" + +#: kioworkers/ftp/ftp.cpp:369 +#, kde-format +msgid "Connected to host %1" +msgstr "ከአስተናጋጅ %1 ጋር ተገናኝቷል" + +#: kioworkers/ftp/ftp.cpp:477 +#, kde-format +msgid "%1 (Error %2)" +msgstr "%1 (ስህተት %2)" + +#: kioworkers/ftp/ftp.cpp:507 +#, kde-format +msgid "Sending login information" +msgstr "የመግቢያ መረጃ በመላክ ላይ" + +#: kioworkers/ftp/ftp.cpp:557 +#, kde-format +msgid "" +"Message sent:\n" +"Login using username=%1 and password=[hidden]\n" +"\n" +"Server replied:\n" +"%2\n" +"\n" +msgstr "" +"መልእክት ተልኳል፦\n" +"የተጠቃሚ ስም=%1 እና የይለፍ ቃል=[የተደበቀ] በመጠቀም ግባ\n" +"\n" +"የሰርቭር ምላሽ፦\n" +"%2\n" +"\n" + +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 +#, kde-format +msgid "You need to supply a username and a password to access this site." +msgstr "ወደዚህ ጣቢያ ለመድረስ የተጠቃሚ ስም እና የይለፍ ቃል ማስገባት ያስፈልግዎታል።" + +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 +#, kde-format +msgid "Site:" +msgstr "ጣቢያ፦" + +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 +#, kde-format +msgid "%1" +msgstr "%1" + +#: kioworkers/ftp/ftp.cpp:664 +#, kde-format +msgid "Login OK" +msgstr "ግባ እሺ" + +#: kioworkers/ftp/ftp.cpp:689 +#, kde-format +msgid "Could not login to %1." +msgstr "ወደ %1 መግባት አልተቻለም።" + +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format +msgid "" +"\n" +"The server said: \"%1\"" +msgstr "" +"\n" +"ሰርቨሩ እንዲህ ብሏል፦ \"%1\"" + +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 +#, kde-format +msgid "" +"You need to supply a username and a password for the proxy server listed " +"below before you are allowed to access any sites." +msgstr "" +"ወደ ማንኛውም ድረ-ገጽ ከመድረስዎ በፊት ከዚህ በታች ለተዘረዘሩት የፕርክሲ ሰርቨር የተጠቃሚ ስም እና የይለፍ ቃል " +"ማቅረብ ያስፈልግዎታል።" + +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 +#, kde-format +msgid "Proxy:" +msgstr "ፕሮክሲ፦" + +#: kioworkers/ftp/ftp.cpp:2501 +#, kde-format +msgid "Proxy Authentication Failed." +msgstr "ፕሮክሲ ማረጋገጫ አልተሳካም።" + +#: kioworkers/help/kio_help.cpp:112 +#, kde-format +msgid "There is no documentation available for %1." +msgstr "ለ%1 ምንም አይነት ሰነድ የለም።" + +#: kioworkers/help/kio_help.cpp:157 +#, kde-format +msgid "Looking up correct file" +msgstr "ትክክለኛውን ፋይል በመፈለግ ላይ" + +#: kioworkers/help/kio_help.cpp:203 +#, kde-format +msgid "Preparing document" +msgstr "ሰነድ በማዘጋጀት ላይ" + +#: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 +#, kde-format +msgid "The requested help file could not be parsed:
            %1" +msgstr "የተጠየቀው የእገዛ ፋይል ሊተነተን አልቻለም፦
            %1" + +#: kioworkers/help/kio_help.cpp:234 +#, kde-format +msgid "Saving to cache" +msgstr "ወደ ካሽ በማስቀመጥ ላይ" + +#: kioworkers/help/kio_help.cpp:253 +#, kde-format +msgid "Using cached version" +msgstr "ከካሽ ውስጥ የተቀመጠውን እትም በመጠቀም" + +#: kioworkers/help/kio_help.cpp:314 +#, kde-format +msgid "Looking up section" +msgstr "ክፍሉን በመፈለግ ላይ" + +#: kioworkers/help/kio_help.cpp:321 +#, kde-format +msgid "Could not find filename %1 in %2." +msgstr "የፋይል ስም %1 በ%2 ውስጥ ማግኘት አልተቻለም።" + +#: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 +#, kde-format +msgid "" +"Would you like to accept this certificate forever without being prompted?" +msgstr "ይህን ማረጋገጫ ወደፊት ሳይጠየቁ ሁልጊዜ ለመቀበል ይፈልጋሉ?" + +#: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 +#: widgets/widgetsaskuseractionhandler.cpp:514 +#, kde-format +msgid "Server Authentication" +msgstr "የሰርቨር ማረጋገጫ" + +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 +#, kde-format +msgid "%1 at %2" +msgstr "%1%2" + +#: kioworkers/http/http.cpp:1397 +#, kde-format +msgid "Otherwise, the request would have succeeded." +msgstr "አለበለዚያ ጥያቄው ይሳካ ነበር።" + +#: kioworkers/http/http.cpp:1400 +#, kde-format +msgctxt "request type" +msgid "retrieve property values" +msgstr "የባህሪ እሴቶችን ያግኙ" + +#: kioworkers/http/http.cpp:1402 +#, kde-format +msgctxt "request type" +msgid "set property values" +msgstr "የባህሪ እሴቶችን ያስቀምጡ" + +#: kioworkers/http/http.cpp:1404 +#, kde-format +msgctxt "request type" +msgid "create the requested folder" +msgstr "የተጠየቀውን አቃፊ ይፍጠሩ" + +#: kioworkers/http/http.cpp:1406 +#, kde-format +msgctxt "request type" +msgid "copy the specified file or folder" +msgstr "የተገለጸውን ፋይል ወይም አቃፊ ይቅዱ" + +#: kioworkers/http/http.cpp:1408 +#, kde-format +msgctxt "request type" +msgid "move the specified file or folder" +msgstr "የተጠቀሰውን ፋይል ወይም አቃፊ አንቀሳቅስ" + +#: kioworkers/http/http.cpp:1410 +#, kde-format +msgctxt "request type" +msgid "search in the specified folder" +msgstr "በተጠቀሰው አቃፊ ውስጥ ይፈልጉ" + +#: kioworkers/http/http.cpp:1412 +#, kde-format +msgctxt "request type" +msgid "lock the specified file or folder" +msgstr "የተገለጸውን ፋይል ወይም አቃፊ ቆልፍ" + +#: kioworkers/http/http.cpp:1414 +#, kde-format +msgctxt "request type" +msgid "unlock the specified file or folder" +msgstr "የተገለጸውን ፋይል ወይም አቃፊ ይክፈቱ" + +#: kioworkers/http/http.cpp:1416 +#, kde-format +msgctxt "request type" +msgid "delete the specified file or folder" +msgstr "የተገለጸውን ፋይል ወይም አቃፊ ሰርዝ" + +#: kioworkers/http/http.cpp:1418 +#, kde-format +msgctxt "request type" +msgid "query the server's capabilities" +msgstr "የሰርቨሩን ችሎታዎች ይጠይቁ" + +#: kioworkers/http/http.cpp:1420 +#, kde-format +msgctxt "request type" +msgid "retrieve the contents of the specified file or folder" +msgstr "የተገለጸውን ፋይል ወይም አቃፊ ይዘቶችን ሰርስረህ አውጣ" + +#: kioworkers/http/http.cpp:1422 +#, kde-format +msgctxt "request type" +msgid "run a report in the specified folder" +msgstr "በተጠቀሰው አቃፊ ውስጥ ሪፖርት ያሂዱ" + +#: kioworkers/http/http.cpp:1430 +#, kde-format +msgctxt "%1: code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "%2 ለማድረግ ሲሞከር ያልተጠበቀ ስህተት (%1) ተከስቷል።" + +#: kioworkers/http/http.cpp:1470 +#, kde-format +msgctxt "%1: request type, %2: url" +msgid "" +"An error occurred while attempting to %1, %2. A summary of the reasons is " +"below." +msgstr "%1፣ %2 ለማድረግ ሲሞከር ስህተት ተከስቷል። የምክንያቶቹ ማጠቃለያ ከዚህ በታች ቀርቧል።" + +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 +#, kde-format +msgctxt "%1: request type" +msgid "Access was denied while attempting to %1." +msgstr "%1 ለማድረግ ሲሞክሩ መዳረሻ ተከልክሏል።" + +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 +#, kde-format +msgid "" +"A resource cannot be created at the destination until one or more " +"intermediate collections (folders) have been created." +msgstr "" +"አንድ ወይም ከዚያ በላይ መካከለኛ ስብስቦች (አቃፊዎች) እስኪፈጠሩ ድረስ ግብዓት በመድረሻ ቦታ ላይ ሊፈጠር አይችልም።" + +#: kioworkers/http/http.cpp:1511 +#, kde-format +msgid "" +"The server was unable to maintain the liveness of the\n" +"properties listed in the propertybehavior XML element\n" +"or you attempted to overwrite a file while requesting\n" +"that files are not overwritten.\n" +" %1" +msgstr "" +"አገልጋዩ በ propertybehavior XML ኤለመንት ውስጥ የተዘረዘሩትን የ\n" +"ባህሪያትን ሕያውነት መጠበቅ አልቻለም\n" +"ወይም ፋይሎች እንዳይተኩ እየጠየቁ ሳለ ፋይል ለመተካት ሞክረዋል።\n" +" %1" + +#: kioworkers/http/http.cpp:1519 +#, kde-format +msgid "The requested lock could not be granted. %1" +msgstr "የተጠየቀው መቆለፊያ ሊፈቀድ አልቻለም። %1" + +#: kioworkers/http/http.cpp:1525 +#, kde-format +msgid "The server does not support the request type of the body." +msgstr "ሰርቨሩ የጥያቄውን አይነት አካል አይደግፍም።" + +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 +#, kde-format +msgctxt "%1: request type" +msgid "Unable to %1 because the resource is locked." +msgstr "%1 ማድረግ አልተቻለም ምክንያቱም ምንጩ ተቆልፏል።" + +#: kioworkers/http/http.cpp:1534 +#, kde-format +msgid "This action was prevented by another error." +msgstr "ይህ እርምጃ በሌላ ስህተት ተከልክሏል።" + +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 +#, kde-format +msgctxt "%1: request type" +msgid "" +"Unable to %1 because the destination server refuses to accept the file or " +"folder." +msgstr "የመድረሻ ሰርቨሩ ፋይሉን ወይም አቃፊውን ለመቀበል ፈቃደኛ ባለመሆኑ %1 ማድረግ አልተቻለም።" + +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 +#, kde-format +msgid "" +"The destination resource does not have sufficient space to record the state " +"of the resource after the execution of this method." +msgstr "የመድረሻው ምንጭ ይህ ዘዴ ከተፈጸመ በኋላ የምንጩን ሁኔታ ለመመዝገብ በቂ ቦታ የለውም።" + +#: kioworkers/http/http.cpp:1603 +#, kde-format +msgid "The resource cannot be deleted." +msgstr "ምንጩ ሊሰረዝ አይችልም።" + +#: kioworkers/http/http.cpp:1623 +#, kde-format +msgctxt "request type" +msgid "upload %1" +msgstr "%1 ጫን" + +#: kioworkers/http/http.cpp:1674 +#, kde-format +msgctxt "%1: response code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "%2 ለማድረግ ሲሞከር ያልተጠበቀ ስህተት (%1) ተከስቷል።" + +#: kioworkers/remote/remoteimpl.cpp:98 +#, kde-format +msgid "Network" +msgstr "አውታረ መረብ" + +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format +msgid "Malformed URL %1" +msgstr "የተበላሸ URL %1" + +#: kioworkers/trash/kio_trash.cpp:136 +#, kde-format +msgid "" +"The directory %1 does not exist anymore, so it is not possible to restore " +"this item to its original location. You can either recreate that directory " +"and use the restore operation again, or drag the item anywhere else to " +"restore it." +msgstr "" +"ማውጫው %1 ከእንግዲህ የለም፣ ስለዚህ ይህንን ንጥል ወደ መጀመሪያው ቦታው መመለስ አይቻልም። ያንን ማውጫ እንደገና " +"መፍጠር እና የመልሶ ማግኛ ክዋኔውን እንደገና መጠቀም ወይም ንጥሉን ወደነበረበት ለመመለስ ወደ ሌላ ቦታ መጎተት ይችላሉ።" + +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 +#, kde-format +msgid "Invalid combination of protocols." +msgstr "ልክ ያልሆነ የፕሮቶኮሎች ጥምረት።" + +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format +msgid "This file is already in the trash bin." +msgstr "ይህ ፋይል አስቀድሞ በቆሻሻ መጣያ ውስጥ አለ።" + +#: kioworkers/trash/kio_trash_win.cpp:244 +#, kde-format +msgid "not supported" +msgstr "አይደገፍም" + +#: kioworkers/trash/kio_trash_win.cpp:253 +#, kde-format +msgid "Internal error in copyOrMove, should never happen" +msgstr "በcopyOrMove ውስጥ ውስጣዊ ስህተት፣ በፍፁም ሊከሰት አይገባም" + +#: kioworkers/trash/ktrash.cpp:28 +#, kde-format +msgid "" +"Helper program to handle the KDE trash can\n" +"Note: to move files to the trash, do not use ktrash, but \"kioclient move " +"'url' trash:/\"" +msgstr "" +"የKDE ቆሻሻ መጣያውን ለመቆጣጠር የሚረዳ ፕሮግራም\n" +"ማስታወሻ፦ ፋይሎችን ወደ ቆሻሻ ለመላክ ktrash አትጠቀሙ፣ በምትኩ \"kioclient move 'url' trash፦/\" " +"ይጠቀሙ።" + +#: kioworkers/trash/ktrash.cpp:31 +#, kde-format +msgid "Empty the contents of the trash" +msgstr "የቆሻሻ መጣያውን ይዘቶች ባዶ ያድርጉ" + +#: kioworkers/trash/ktrash.cpp:33 +#, kde-format +msgid "Restore a trashed file to its original location" +msgstr "የተጣለ ፋይልን ወደ መጀመሪያው ቦታው ይመልሱ" + +#: kioworkers/trash/trashimpl.cpp:1305 +#, kde-format +msgid "The trash is full. Empty it or remove items manually." +msgstr "መጣያው ሞልቷል። ባዶ ያድርጉት ወይም ንጥሎችን ያስወግዱ።" + +#: kpasswdserver/kpasswdserver.cpp:529 +#, kde-format +msgid "Do you want to retry?" +msgstr "እንደገና መሞከር ይፈልጋሉ?" + +#: kpasswdserver/kpasswdserver.cpp:533 +#, kde-format +msgid "Retry Authentication" +msgstr "ማረጋገጫን እንደገና ይሞክሩ" + +#: kpasswdserver/kpasswdserver.cpp:536 +#, kde-format +msgctxt "@action:button filter-continue" +msgid "Retry" +msgstr "እንደገና ይሞክሩ" + +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format +msgid "Authentication Dialog" +msgstr "የማረጋገጫ ንግግር" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "Access denied" +msgstr "መዳረሻ ተከልክሏል።" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "You do not have permission to access the %1 protocol." +msgstr "የ%1 ፕሮቶኮሉን የመድረስ ፍቃድ የለዎትም።" + +#: urifilters/ikws/kuriikwsfilter.cpp:81 +#, kde-format +msgid "No preferred search providers were found." +msgstr "ምንም ተመራጭ የፍለጋ አቅራቢዎች አልተገኙም።" + +#: urifilters/ikws/kuriikwsfilter.cpp:96 +#, kde-format +msgid "No search providers were found." +msgstr "ምንም የፍለጋ አቅራቢዎች አልተገኙም።" + +#: urifilters/shorturi/kshorturifilter.cpp:247 +#, kde-format +msgid "%1 does not have a home folder." +msgstr "%1 መነሻ አቃፊ የለውም።" + +#: urifilters/shorturi/kshorturifilter.cpp:249 +#, kde-format +msgid "There is no user called %1." +msgstr "%1 የሚባል ተጠቃሚ የለም።" + +#. i18n: ectx: property (text), widget (QLabel, commonNameTag) +#: widgets/certificateparty.ui:28 +#, kde-format +msgid "Common name:" +msgstr "የጋራ ስም፦" + +#. i18n: ectx: property (text), widget (QLabel, commonName) +#: widgets/certificateparty.ui:38 +#, kde-format +msgid "Acme Co." +msgstr "Acme Co." + +#. i18n: ectx: property (text), widget (QLabel, organizationTag) +#: widgets/certificateparty.ui:48 +#, kde-format +msgid "Organization:" +msgstr "ድርጅት፦" + +#. i18n: ectx: property (text), widget (QLabel, organization) +#: widgets/certificateparty.ui:58 +#, kde-format +msgid "Acme Sundry Products Company" +msgstr "Acme Sundry ምርቶች ኩባንያ" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnitTag) +#: widgets/certificateparty.ui:68 +#, kde-format +msgid "Organizational unit:" +msgstr "ድርጅታዊ ክፍል፦" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnit) +#: widgets/certificateparty.ui:78 +#, kde-format +msgid "Fraud Department" +msgstr "ማጭበርበር መምሪያ" + +#. i18n: ectx: property (text), widget (QLabel, countryTag) +#: widgets/certificateparty.ui:88 +#, kde-format +msgid "Country:" +msgstr "ሃገር፦" + +#. i18n: ectx: property (text), widget (QLabel, country) +#: widgets/certificateparty.ui:98 +#, kde-format +msgid "Canada" +msgstr "ካናዳ" + +#. i18n: ectx: property (text), widget (QLabel, stateTag) +#: widgets/certificateparty.ui:108 +#, kde-format +msgid "State:" +msgstr "ግዛት፦" + +#. i18n: ectx: property (text), widget (QLabel, state) +#: widgets/certificateparty.ui:118 +#, kde-format +msgid "Quebec" +msgstr "Quebec" + +#. i18n: ectx: property (text), widget (QLabel, cityTag) +#: widgets/certificateparty.ui:128 +#, kde-format +msgid "City:" +msgstr "ከተማ፦" + +#. i18n: ectx: property (text), widget (QLabel, city) +#: widgets/certificateparty.ui:138 +#, kde-format +msgid "Lakeridge Meadows" +msgstr "Lakeridge Meadows" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/checksumswidget.ui:17 +#, kde-format +msgid "" +"Copy and paste a checksum in the field below.
            A checksum is usually " +"provided by the website you downloaded this file from." +msgstr "" +"ከታች ባለው መስክ ላይ ቼክሰምን ይቅዱ እና ይለጥፉ።
            ቼክሰም አብዛኛውን ጊዜ የሚቀርበው ይህንን ፋይል ካወረዱት " +"ድህረገጽ ነው።" + +#. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: widgets/checksumswidget.ui:32 +#, kde-format +msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." +msgstr "የሚጠበቀው ቼክሰም (MD5፣ SHA1፣ SHA256 ወይም SHA512)…" + +#. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) +#: widgets/checksumswidget.ui:39 +#, kde-format +msgid "Click to paste the checksum from the clipboard to the input field." +msgstr "ቼክሰሙን ከቅንጥብ ሰሌዳ ወደ ግቤት መስክ ለማስገባት ጠቅ ያድርጉ።" + +#. i18n: MD5 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, md5Label) +#: widgets/checksumswidget.ui:70 +#, kde-format +msgid "MD5:" +msgstr "MD5፦" + +#. i18n: SHA1 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha1Label) +#: widgets/checksumswidget.ui:80 +#, kde-format +msgid "SHA1:" +msgstr "SHA1፦" + +#. i18n: SHA256 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha256Label) +#: widgets/checksumswidget.ui:90 +#, kde-format +msgid "SHA256:" +msgstr "SHA256፦" + +#. i18n: SHA512 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha512Label) +#: widgets/checksumswidget.ui:100 +#, kde-format +msgid "SHA512:" +msgstr "SHA512፦" + +#. i18n: ectx: property (text), widget (QPushButton, md5Button) +#. i18n: ectx: property (text), widget (QPushButton, sha1Button) +#. i18n: ectx: property (text), widget (QPushButton, sha256Button) +#. i18n: ectx: property (text), widget (QPushButton, sha512Button) +#. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 +#, kde-format +msgid "Calculate" +msgstr "አስላ" + +#. i18n: ectx: property (toolTip), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 +#, kde-format +msgid "Click to copy the checksum to the clipboard." +msgstr "የቼክሰሙን ወደ ቅንጥብ ሰሌዳ ለመቅዳት ጠቅ ያድርጉ።" + +#: widgets/dropjob.cpp:192 +#, kde-format +msgid "C&ancel" +msgstr "ሰርዝ(&A)" + +#: widgets/dropjob.cpp:304 +#, kde-format +msgid "&Move Here" +msgstr "እዚ አንቀሳቅስ(&M)" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgctxt "@action:inmenu Download contents of URL here" +msgid "&Download Here" +msgstr "እዚህ አውርድ(&D)" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgid "&Copy Here" +msgstr "እዚ ቅዳ(&C)" + +#: widgets/dropjob.cpp:317 +#, kde-format +msgid "&Link Here" +msgstr "እዚ አገናኝ(&L)" + +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "አስጀምር(&L)" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format +msgid "What do you wish to do with this file?" +msgstr "በዚህ ፋይል ምን ማድረግ ይፈልጋሉ?" + +#: widgets/executablefileopendialog.cpp:83 +#, kde-format +msgctxt "@action:button" +msgid "&Open" +msgstr "ክፈት(&O)" + +#: widgets/executablefileopendialog.cpp:85 +#, kde-format +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "በ %1 ክፈት(&O)" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, kde-format +msgid "Would you like to launch this file?" +msgstr "ይህን ፋይል ማስጀመር ይፈልጋሉ?" + +#: widgets/fileundomanager.cpp:126 +#, kde-format +msgid "Creating directory" +msgstr "ማውጫ በመፍጠር ላይ" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "ምንጭ" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "መዳረሻ" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "በመቅዳት ላይ" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Moving" +msgstr "በመንቀሳቀስ ላይ" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Renaming" +msgstr "ስም በመቀየር ላይ" + +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "ወደ መጣያ በመንቀሳቀስ ላይ" + +#: widgets/fileundomanager.cpp:152 +#, kde-format +msgid "Deleting" +msgstr "በመሰረዝ ላይ" + +#: widgets/fileundomanager.cpp:326 +#, kde-format +msgid "Und&o" +msgstr "ቀልብስ(&O)" + +#: widgets/fileundomanager.cpp:332 +#, kde-format +msgid "Und&o: Copy" +msgstr "ቀልብስ፦ ቅዳ(&O)" + +#: widgets/fileundomanager.cpp:334 +#, kde-format +msgid "Und&o: Link" +msgstr "ቀልብስ፦ አገናኝ(&O)" + +#: widgets/fileundomanager.cpp:336 +#, kde-format +msgid "Und&o: Move" +msgstr "ቀልብስ፦ አንቀሳቅስ(&O)" + +#: widgets/fileundomanager.cpp:338 +#, kde-format +msgid "Und&o: Rename" +msgstr "ቀልብስ፦ እንደገና ይሰይሙ(&O)" + +#: widgets/fileundomanager.cpp:340 +#, kde-format +msgid "Und&o: Trash" +msgstr "ቀልብስ፦ መጣያ(&O)" + +#: widgets/fileundomanager.cpp:342 +#, kde-format +msgid "Und&o: Create Folder" +msgstr "ቀልብስ፦ አቃፊ ፍጠር(&O)" + +#: widgets/fileundomanager.cpp:344 +#, kde-format +msgid "Und&o: Create Folder(s)" +msgstr "ቀልብስ፦ አቃፊዎች ፍጠር(&O)" + +#: widgets/fileundomanager.cpp:346 +#, kde-format +msgid "Und&o: Create File" +msgstr "ቀልብስ፦ ፋይል ፍጠር(&O)" + +#: widgets/fileundomanager.cpp:348 +#, kde-format +msgid "Und&o: Batch Rename" +msgstr "ቀልብስ፦ ባች ዳግም ሰይም(&O)" + +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "ወደነበረበት መልስ(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "ወደነበረበት መልስ፦ ቅዳ(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "ወደነበረበት መልስ፦ አገናኝ(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "ወደነበረበት መልስ፦ አንቀሳቅስ(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "ወደነበረበት መልስ፦ እንደገና ይሰይሙ(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "ወደነበረበት መልስ፦ መጣያ(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "ወደነበረበት መልስ፦ አዲስ አቃፊ ይፍጠሩ(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ወደነበረበት መልስ፦ አዲስ አቃፊዎች ይፍጠሩ(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "ወደነበረበት መልስ፦ አዲስ ፋይል ይፍጠሩ(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "ወደነበረበት መልስ፦ ባች ዳግም ሰይም(&R)" + +#: widgets/fileundomanager.cpp:906 +#, kde-format +msgid "" +"The file %1 was copied from %2, but since then it has apparently been " +"modified at %3.\n" +"Undoing the copy will delete the file, and all modifications will be lost.\n" +"Are you sure you want to delete %4?" +msgstr "" +"%1 ፋይል ከ%2 ተገልብጧል፣ ነገር ግን ከዚያን ጊዜ ጀምሮ በ%3 ተሻሽሏል።\n" +"ቅጂውን መቀልበስ ፋይሉን ይሰርዘዋል፣ እና ሁሉም ማሻሻያዎች ይጠፋሉ።\n" +"%4ን መሰረዝ እንደሚፈልጉ እርግጠኛ ነዎት?" + +#: widgets/fileundomanager.cpp:916 +#, kde-format +msgid "Undo File Copy Confirmation" +msgstr "የፋይል ቅጂ ማረጋገጫን ቀልብስ" + +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" +"ይህን ንጥል እስከመጨረሻው መሰረዝ ይፈልጋሉ?%1ይህ እርምጃ ሊቀለበስ አይችልም።" + +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "በቋሚነት ሰርዝ" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 +#: widgets/widgetsaskuseractionhandler.cpp:246 +#: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format +msgctxt "@action:button" +msgid "Delete Permanently" +msgstr "በቋሚነት ሰርዝ" + +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" +"ይህን ንጥል በቋሚነት ማጥፋት በእርግጥ ትፈልጋለህ?ይህ እርምጃ " +"መመለስ አይቻልም።" +msgstr[1] "" +"እነዚህን %1 ንጥሎች በቋሚነት ማጥፋት በእርግጥ ትፈልጋለህ?ይህ " +"እርምጃ መመለስ አይቻልም።" + +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you want to permanently delete all items from the Trash?This action cannot be undone." +msgstr "" +"ሁሉንም ንጥሎች ከመጣያው እስከመጨረሻው መሰረዝ ይፈልጋሉ?ይህ " +"ድርጊት ሊቀለበስ አይችልም።" + +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 +#, kde-format +msgctxt "@action:button" +msgid "Empty Trash" +msgstr "ባዶ መጣያ" + +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to move this item to the Trash?%1" +msgstr "ይህን ንጥል ወደ መጣያ ማዘዋወር ትፈልጋለህ?%1" + +#: widgets/jobuidelegate.cpp:279 +#, kde-format +msgid "Do you really want to move this item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "ይህን ንጥል ወደ መጣያ መውሰድ በእርግጥ ይፈልጋሉ?" +msgstr[1] "እነዚህን %1 ንጥሎች ወደ መጣያ መውሰድ ይፈልጋሉ?" + +#: widgets/kacleditwidget.cpp:71 +#, kde-format +msgctxt "@action:button" +msgid "Add…" +msgstr "አክል…" + +#: widgets/kacleditwidget.cpp:75 +#, kde-format +msgctxt "@action:button" +msgid "Edit…" +msgstr "አርትዕ…" + +#: widgets/kacleditwidget.cpp:79 +#, kde-format +msgctxt "@action:button" +msgid "Delete" +msgstr "ሰርዝ" + +#: widgets/kacleditwidget.cpp:227 +#, kde-format +msgctxt "Unix permissions" +msgid "Owner" +msgstr "ባለቤት" + +#: widgets/kacleditwidget.cpp:231 +#, kde-format +msgctxt "UNIX permissions" +msgid "Owning Group" +msgstr "የባለቤትነት ቡድን" + +#: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 +#, kde-format +msgctxt "UNIX permissions" +msgid "Others" +msgstr "ሌሎች" + +#: widgets/kacleditwidget.cpp:239 +#, kde-format +msgctxt "UNIX permissions" +msgid "Mask" +msgstr "ማስክ" + +#: widgets/kacleditwidget.cpp:243 +#, kde-format +msgctxt "UNIX permissions" +msgid "Named User" +msgstr "የተሰየመ ተጠቃሚ" + +#: widgets/kacleditwidget.cpp:254 +#, kde-format +msgid "Owner (Default)" +msgstr "ባለቤት (ነባሪ)" + +#: widgets/kacleditwidget.cpp:384 +#, kde-format +msgid "Edit ACL Entry" +msgstr "የACL መግቢያ አርትዕ" + +#: widgets/kacleditwidget.cpp:387 +#, kde-format +msgid "Entry Type" +msgstr "የመግቢያ ዓይነት" + +#: widgets/kacleditwidget.cpp:394 +#, kde-format +msgid "Default for new files in this folder" +msgstr "በዚህ አቃፊ ውስጥ ለአዲስ ፋይሎች ነባሪ" + +#: widgets/kacleditwidget.cpp:401 +#, kde-format +msgid "Owner" +msgstr "ባለቤት" + +#: widgets/kacleditwidget.cpp:406 +#, kde-format +msgid "Owning Group" +msgstr "የባለቤትነት ቡድን" + +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 +#, kde-format +msgid "Others" +msgstr "ሌሎች" + +#: widgets/kacleditwidget.cpp:416 +#, kde-format +msgid "Mask" +msgstr "ማስክ" + +#: widgets/kacleditwidget.cpp:421 +#, kde-format +msgid "Named user" +msgstr "የተሰየመ ተጠቃሚ" + +#: widgets/kacleditwidget.cpp:426 +#, kde-format +msgid "Named group" +msgstr "የተሰየመ ቡድን" + +#: widgets/kacleditwidget.cpp:444 +#, fuzzy, kde-format +msgid "User: " +msgstr "ተጠቃሚ፦ " + +#: widgets/kacleditwidget.cpp:458 +#, kde-format +msgid "Group: " +msgstr "ቡድን፦ " + +#: widgets/kacleditwidget.cpp:596 +#, kde-format +msgid "Type" +msgstr "አይነት" + +#: widgets/kacleditwidget.cpp:597 +#, kde-format +msgid "Name" +msgstr "ስም" + +#: widgets/kacleditwidget.cpp:598 +#, kde-format +msgctxt "read permission" +msgid "r" +msgstr "r" + +#: widgets/kacleditwidget.cpp:599 +#, kde-format +msgctxt "write permission" +msgid "w" +msgstr "w" + +#: widgets/kacleditwidget.cpp:600 +#, kde-format +msgctxt "execute permission" +msgid "x" +msgstr "x" + +#: widgets/kacleditwidget.cpp:601 +#, kde-format +msgid "Effective" +msgstr "ውጤታማ" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating System Configuration" +msgstr "የስርዓት ውቅርን በማዘመን ላይ" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating system configuration…" +msgstr "የስርዓት ውቅርን በማዘመን ላይ…" + +#: widgets/kdirmodel.cpp:1263 +#, kde-format +msgctxt "@title:column" +msgid "Name" +msgstr "ስም" + +#: widgets/kdirmodel.cpp:1265 +#, kde-format +msgctxt "@title:column" +msgid "Size" +msgstr "መጠን" + +#: widgets/kdirmodel.cpp:1267 +#, kde-format +msgctxt "@title:column" +msgid "Date" +msgstr "ቀን" + +#: widgets/kdirmodel.cpp:1269 +#, kde-format +msgctxt "@title:column" +msgid "Permissions" +msgstr "ፍቃድ" + +#: widgets/kdirmodel.cpp:1271 +#, kde-format +msgctxt "@title:column" +msgid "Owner" +msgstr "ባለቤት" + +#: widgets/kdirmodel.cpp:1273 +#, kde-format +msgctxt "@title:column" +msgid "Group" +msgstr "ቡድን" + +#: widgets/kdirmodel.cpp:1275 +#, kde-format +msgctxt "@title:column" +msgid "Type" +msgstr "አይነት" + +#: widgets/kfileitemactions.cpp:448 +#, kde-format +msgid "Open &with %1" +msgstr "ክፈት በ %1(&W)" + +#: widgets/kfileitemactions.cpp:450 +#, kde-format +msgctxt "@item:inmenu Open With, %1 is application name" +msgid "%1" +msgstr "%1" + +#: widgets/kfileitemactions.cpp:586 +#, kde-format +msgctxt "@title:menu" +msgid "&Actions" +msgstr "ድርጊቶች(&A)" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open Folder With…" +msgstr "አቃፊን ክፈት በ(&O)…" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open With…" +msgstr "ክፈት በ(&O)…" + +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "ተፈጻሚውን አስኪድ(&R)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open folder with %1" +msgstr "አቃፊን በ%1 ክፈት(&O)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open with %1" +msgstr "በ %1 ክፈት(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open Folder With" +msgstr "አቃፊን ክፈት በ(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open With" +msgstr "ክፈት በ(&O)" + +#: widgets/kfileitemactions.cpp:879 +#, kde-format +msgctxt "@action:inmenu Open With" +msgid "&Other Application…" +msgstr "ሌላ መተግበሪያ(&O)…" + +#: widgets/kfileitemdelegate.cpp:211 +#, kde-format +msgctxt "Items in a folder" +msgid "1 item" +msgid_plural "%1 items" +msgstr[0] "1 ንጥል" +msgstr[1] "%1 ንጥሎች" + +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 +#, kde-format +msgctxt "@info mimetype" +msgid "Unknown" +msgstr "የማይታወቅ" + +#. i18n: ectx: property (text), widget (QLabel, typeLabel) +#: widgets/kfilepropspluginwidget.ui:88 +#, kde-format +msgid "Type:" +msgstr "አይነት፦" + +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "ይዘት፦" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "ክፈት በ፦" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "ለዉጥ…" + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "መገኛ፦" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "መጠን፦" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "የአቃፊውን መጠን ይወስኑ" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "ቁም" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "የአቃፊውን መጠን መወሰን አቁም" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "በፋይልላይት ውስጥ ያስሱ" + +#. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) +#: widgets/kfilepropspluginwidget.ui:330 +#, kde-format +msgid "Points to:" +msgstr "ወደ ይጠቁማል፦" + +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, kde-format +msgid "Show target" +msgstr "ኢላማ አሳይ" + +#. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:383 +#, kde-format +msgid "Created:" +msgstr "የተፈጠረው፦" + +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "የተሻሻለው፦" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "የተደረሰበት፦" + +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "የፋይል ስርዓት፦" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "በ ላይ ተጭኗል፦" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "የተጫነው ከ፦" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "ነፃ ቦታ፦" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "ያልታወቀ መጠን" + +#: widgets/kopenwithdialog.cpp:299 +#, kde-format +msgid "Known Applications" +msgstr "የታወቁ መተግበሪያዎች" + +#: widgets/kopenwithdialog.cpp:557 +#, kde-format +msgid "Open With" +msgstr "ክፈት በ" + +#: widgets/kopenwithdialog.cpp:562 +#, kde-format +msgid "" +"Select the program that should be used to open %1. If the program " +"is not listed, enter the name or click the browse button." +msgstr "" +"%1ን ለመክፈት ጥቅም ላይ መዋል ያለበትን ፕሮግራም ይምረጡ። ፕሮግራሙ ካልተዘረዘረ ስሙን ያስገቡ ወይም " +"የአሰሳ አዝራሩን ጠቅ ያድርጉ።" + +#: widgets/kopenwithdialog.cpp:569 +#, kde-format +msgid "Choose the name of the program with which to open the selected files." +msgstr "የተመረጡትን ፋይሎች የሚከፍቱበትን የፕሮግራሙን ስም ይምረጡ።" + +#: widgets/kopenwithdialog.cpp:590 +#, kde-format +msgid "Select the program you want to use to open the file
            %1
            " +msgstr "ፋይሉን ለመክፈት ሊጠቀሙበት የሚፈልጉትን ፕሮግራም ይምረጡ
            %1
            " + +#: widgets/kopenwithdialog.cpp:592 +#, kde-format +msgid "Select the program you want to use to open the file." +msgid_plural "" +"Select the program you want to use to open the %1 files." +msgstr[0] "ፋይሉን ለመክፈት ሊጠቀሙበት የሚፈልጉትን ፕሮግራም ይምረጡ።" +msgstr[1] "%1 ፋይሎችን ለመክፈት ሊጠቀሙበት የሚፈልጉትን ፕሮግራም ይምረጡ።" + +#: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 +#, kde-format +msgid "Choose Application" +msgstr "መተግበሪያ ምረጥ" + +#: widgets/kopenwithdialog.cpp:612 +#, kde-format +msgid "Choose Application for %1" +msgstr "ለ %1 መተግበሪያ ምረጥ" + +#: widgets/kopenwithdialog.cpp:614 +#, kde-format +msgid "" +"Select the program for the file type: %1. If the program is not " +"listed, enter the name or click the browse button." +msgstr "" +"ለፋይል አይነት %1 ፕሮግራሙን ይምረጡ። ፕሮግራሙ ካልተዘረዘረ ስሙን ያስገቡ ወይም የአሰሳ አዝራሩን " +"ጠቅ ያድርጉ።" + +#: widgets/kopenwithdialog.cpp:630 +#, kde-format +msgid "" +"Select a program. If the program is not listed, enter the name or click " +"the browse button." +msgstr "ፕሮግራም ይምረጡ። ፕሮግራሙ ካልተዘረዘረ፣ ስሙን ያስገቡ ወይም የአሰሳ አዝራሩን ጠቅ ያድርጉ።" + +#: widgets/kopenwithdialog.cpp:676 +#, kde-format +msgid "" +"Type to filter the applications below, or specify the name of a command.\n" +"Press down arrow to navigate the results." +msgstr "" +"ከታች ያሉትን አፕሊኬሽኖች ለማጣራት ይተይቡ ወይም የትዕዛዝ ስም ይግለጹ።\n" +"ውጤቶቹን ለማሰስ የታች ቀስትን ይጫኑ።" + +#: widgets/kopenwithdialog.cpp:699 +#, kde-format +msgid "" +"Following the command, you can have several place holders which will be " +"replaced with the actual values when the actual program is run:\n" +"%f - a single file name\n" +"%F - a list of files; use for applications that can open several local files " +"at once\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%d - the directory of the file to open\n" +"%D - a list of directories\n" +"%i - the icon\n" +"%m - the mini-icon\n" +"%c - the comment" +msgstr "" +"ትእዛዙን በመከተል፣ ፕሮግራሙ ሲነሳ በእውነተኛ እሴቶች የሚተኩ ብዙ ቦታ ያዦች ሊኖሩዎት ይችላሉ፦\n" +"%f - አንድ ፋይል ስም\n" +"%F - የፋይሎች ዝርዝር፤ በአንድ ጊዜ ብዙ አካባቢያዊ ፋይሎችን ሊከፍቱ ለሚችሉ መተግበሪያዎች ይጠቀሙ\n" +"%u - አንድ URL\n" +"%U - የURLዎች ዝርዝር\n" +"%d - ሊከፈት የሚገባው ፋይል ያለበት ማውጫ\n" +"%D - የማውጫዎች ዝርዝር\n" +"%i - አዶው\n" +"%m - ሚኒ-አዶ\n" +"%c - አስተያየት" + +#: widgets/kopenwithdialog.cpp:742 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\" (%2)" +msgstr "" +"ለሁሉም አይነት ፋይሎች የመተግበሪያ ትስስርን አስታውስ\n" +"\"%1\" (%2)(&R)" + +#: widgets/kopenwithdialog.cpp:744 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\"" +msgstr "" +"ለሁሉም አይነት ፋይሎች የመተግበሪያ ትስስርን አስታውስ\n" +"\"%1\"(&R)" + +#: widgets/kopenwithdialog.cpp:754 +#, kde-format +msgid "Terminal options" +msgstr "የተርሚናል ምርጫዎች" + +#: widgets/kopenwithdialog.cpp:759 +#, kde-format +msgid "Run in &terminal" +msgstr "በተርሚናል ውስጥ አስጀምር (&t)" + +#: widgets/kopenwithdialog.cpp:777 +#, kde-format +msgid "&Do not close when command exits" +msgstr "ትዕዛዙ ሲወጣ አይዝጉ(&D)" + +#: widgets/kopenwithdialog.cpp:796 +#, kde-format +msgid "Get more Apps from Discover" +msgstr "ከDiscover ተጨማሪ መተግበሪያዎችን ያግኙ" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) +#: widgets/kpropertiesdesktopadvbase.ui:17 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options about the " +"terminal when launching a program" +msgid "Terminal" +msgstr "ተርሚናል" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:39 +#, kde-format +msgid "" +"Check this option if the application you want to run is a text mode " +"application or if you want the information that is provided by the terminal " +"emulator window." +msgstr "" +"ለማሄድ የሚፈልጉት መተግበሪያ የጽሑፍ ሁነታ መተግበሪያ ከሆነ ወይም በተርሚናል ኢሙሌተር መስኮት የቀረበውን መረጃ ማየት " +"የሚፈልጉ ከሆነ ይህንን አማራጭ ያረጋግጡ።" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:42 +#, kde-format +msgid "Run in terminal" +msgstr "በተርሚናል ውስጥ አስጀምር" + +#. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:49 +#, kde-format +msgid "Terminal options:" +msgstr "የተርሚናል ምርጫዎች፦" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:59 +#, kde-format +msgid "" +"Check this option if the text mode application offers relevant information " +"on exit. Keeping the terminal emulator open allows you to retrieve this " +"information." +msgstr "" +"የጽሑፍ ሁኔታ መተግበሪያው ሲወጣ ጠቃሚ መረጃ ካቀረበ ይህን አማራጭ ያረጋግጡ።ተርሚናል ኢሙሌተሩን ክፍት በማድረግ ይህን " +"መረጃ እንደገና ማግኘት ይችላሉ።" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:62 +#, kde-format +msgid "Do not close when command exits" +msgstr "ትዕዛዙ ሲወጣ አይዝጉ" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) +#: widgets/kpropertiesdesktopadvbase.ui:75 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose which user to use " +"when launching a program" +msgid "User" +msgstr "ተጠቃሚ" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:81 +#, kde-format +msgid "" +"Check this option if you want to run this application with a different user " +"id. Every process has a different user id associated with it. This id code " +"determines file access and other permissions. The password of the user is " +"required to use this option." +msgstr "" +"ይህንን መተግበሪያ በተለየ የተጠቃሚ id ማስኬድ ከፈለጉ ይህንን አማራጭ ያረጋግጡ። እያንዳንዱ ሂደት ከእሱ ጋር የተያያዘ " +"የተለየ የተጠቃሚ id አለው። ይህ የid ኮድ የፋይል መዳረሻን እና ሌሎች ፈቃዶችን ይወስናል። ይህንን አማራጭ ለመጠቀም " +"የተጠቃሚው የይለፍ ቃል ያስፈልጋል።" + +#. i18n: ectx: property (text), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:84 +#, kde-format +msgid "Run as a different user" +msgstr "እንደ ሌላ ተጠቃሚ አስኪድ" + +#. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:107 +#, kde-format +msgid "Enter the user name you want to run the application as." +msgstr "መተግበሪያውን ለማስኬድ የሚፈልጉትን የተጠቃሚ ስም ያስገቡ።" + +#. i18n: ectx: property (text), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:110 +#, kde-format +msgid "Username:" +msgstr "የተጠቃሚ ስም፦" + +#. i18n: ectx: property (whatsThis), widget (KLineEdit, suidEdit) +#: widgets/kpropertiesdesktopadvbase.ui:120 +#, kde-format +msgid "Enter the user name you want to run the application as here." +msgstr "መተግበሪያውን ለማስኬድ የሚፈልጉትን የተጠቃሚ ስም እዚህ ያስገቡ።" + +#. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) +#: widgets/kpropertiesdesktopadvbase.ui:130 +#, kde-format +msgid "Discrete GPU" +msgstr "ዲስክሬት ጂፒዩ" + +#. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) +#: widgets/kpropertiesdesktopadvbase.ui:136 +#, kde-format +msgid "Run using dedicated graphics card" +msgstr "የተወሰነ የግራፊክስ ካርድ በመጠቀም ያሂዱ" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) +#: widgets/kpropertiesdesktopadvbase.ui:146 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options regarding " +"program startup" +msgid "Startup" +msgstr "ስታርትአፕ" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:152 +#, kde-format +msgid "" +"Check this option if you want to make clear that your application has " +"started. This visual feedback may appear as a busy cursor or in the taskbar." +msgstr "" +"መተግበሪያዎ መጀመሩን ግልጽ ለማድረግ ከፈለጉ ይህንን አማራጭ ያረጋግጡ። ይህ የእይታ ግብረመልስ እንደ ተጨናነቀ ከርሰር " +"ወይም በተግባር አሞሌው ውስጥ ሊታይ ይችላል።" + +#. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:155 +#, kde-format +msgid "Enable launch feedback" +msgstr "የማስጀመሪያ ግብረመልስን አንቃ" + +#. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) +#: widgets/kpropertiesdesktopbase.ui:19 widgets/kpropertiesdesktopbase.ui:32 +#, kde-format +msgid "" +"Type the name you want to give to this application here. This application " +"will appear under this name in the applications menu and in the panel." +msgstr "" +"ለዚህ መተግበሪያ መስጠት የሚፈልጉትን ስም እዚህ ይተይቡ። ይህ መተግበሪያ በዚህ ስም ስር በመተግበሪያዎች ምናሌ እና " +"በፓነሉ ውስጥ ይታያል።" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) +#: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 +#, kde-format +msgid "" +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." +msgstr "" +"ለመተግበሪያው አጠቃላይ ስም እዚህ ይተይቡ። ለምሳሌ፦ የምስል ማሳያ መተግበሪያ \"Image Viewer\" ይሆናል።" + +#. i18n: ectx: property (text), widget (QLabel, textLabel2) +#: widgets/kpropertiesdesktopbase.ui:42 +#, kde-format +msgid "&Generic name:" +msgstr "አጠቃላይ ስም(&G)፦" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) +#: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 +#, kde-format +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"በአጠቃቀሙ ላይ በመመስረት የዚህን መተግበሪያ መግለጫ እዚህ ይጻፉ። ምሳሌዎች፦- የምስል እይታ መተግበሪያ \"ምስሎችን " +"ይመልከቱ እና ያርትዑ\" ይሆናል።" + +#. i18n: ectx: property (text), widget (QLabel, textLabel3) +#: widgets/kpropertiesdesktopbase.ui:62 +#, kde-format +msgid "Comm&ent:" +msgstr "አስተያየት(&E)፦" + +#. i18n: ectx: property (text), widget (QLabel, labelenvvars) +#: widgets/kpropertiesdesktopbase.ui:79 +#, kde-format +msgid "Environment variables:" +msgstr "የተወሰነ የግራፊክስ ካርድ በመጠቀም ያሂዱ" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) +#: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 +#, kde-format +msgid "Type the command to start this application here." +msgstr "ይህንን መተግበሪያ ለመጀመር ትዕዛዙን እዚህ ይተይቡ።" + +#. i18n: ectx: property (text), widget (QLabel, textLabel4) +#: widgets/kpropertiesdesktopbase.ui:95 +#, kde-format +msgid "Program:" +msgstr "ፕሮግራም፦" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:114 +#, kde-format +msgid "" +"Click here to browse your file system in order to find the desired " +"executable." +msgstr "የሚፈለገውን ሊተገበር የሚችል ፋይል ለማግኘት የፋይል ስርዓትዎን ለማሰስ እዚህ ጠቅ ያድርጉ።" + +#. i18n: ectx: property (text), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:117 +#, kde-format +msgid "&Browse..." +msgstr "አስስ(&B)…" + +#. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) +#: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 +#, no-c-format, kde-format +msgid "" +"Type the arguments to use when starting this application here.\n" +"\n" +"You can have several placeholders which will be replaced with the actual " +"values when the actual program is run:\n" +"\n" +"%f - a single filename\n" +"%F - a list of files (for apps that can open several files at once)\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%i - the icon of the .desktop file\n" +"%c - the name of the .desktop file\n" +"%k - the location of the .desktop file" +msgstr "" +"ይህንን መተግበሪያ ሲጀምሩ የሚጠቀሙባቸውን ክርክሮች እዚህ ይተይቡ።\n" +"\n" +"ትክክለኛው ፕሮግራም ሲሄድ በእውነተኛ እሴቶች የሚተኩ በርካታ የቦታ ያዥዎች ሊኖሩዎት ይችላሉ፦\n" +"\n" +"%f - አንድ የፋይል ስም\n" +"%F - ​​የፋይሎች ዝርዝር (በአንድ ጊዜ በርካታ ፋይሎችን መክፈት ለሚችሉ መተግበሪያዎች)\n" +"%u - አንድ URL\n" +"%U - የURLዎች ዝርዝር\n" +"%i - የ.desktop ፋይል አዶ\n" +"%c - የ.desktop ፋይል ስም\n" +"%k - የ.desktop ፋይል ቦታ" + +#. i18n: ectx: property (text), widget (QLabel, argumentsLabel) +#: widgets/kpropertiesdesktopbase.ui:139 +#, kde-format +msgid "&Arguments:" +msgstr "ክርክሮች(&A)፦" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) +#. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) +#: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 +#, kde-format +msgid "Sets the working directory for your application." +msgstr "ለመተግበሪያዎ የስራ ማውጫውን ያዘጋጃል።" + +#. i18n: ectx: property (text), widget (QLabel, textLabel5) +#: widgets/kpropertiesdesktopbase.ui:169 +#, kde-format +msgid "&Work path:" +msgstr "የሥራ መንገድ(&W)፦" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) +#. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:193 widgets/kpropertiesdesktopbase.ui:214 +#, kde-format +msgid "" +"

            This list should show the types of file that your application can " +"handle. This list is organized by mimetypes.

            \n" +"

            MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for " +"identifying the type of data based on filename extensions and correspondent " +"mimetypes. Example: the \"bmp\" part that comes after the dot in " +"flower.bmp indicates that it is a specific kind of image, image/x-bmp. To know which application should open each type of file, the system " +"should be informed about the abilities of each application to handle these " +"extensions and mimetypes.

            \n" +"

            If you want to associate this application with one or more mimetypes that " +"are not in this list, click on the button Add below. If there are one " +"or more filetypes that this application cannot handle, you may want to " +"remove them from the list clicking on the button Remove below.

            " +msgstr "" +"

            ይህ ዝርዝር መተግበሪያዎ ሊያስተናግዳቸው የሚችላቸውን የፋይል ዓይነቶች ማሳየት አለበት። ይህ ዝርዝር " +"በmimetypes የተደራጀ ነው።

            \n" +"

            MIME፣ ባለብዙ ዓላማ ኢንተርኔት (e)ሜይል ኤክስቴንሽን፣ በፋይል ስም ቅጥያዎች እና በተባባሪ " +"mimetypes ላይ በመመስረት የውሂብ አይነትን ለመለየት የሚያስችል መደበኛ ፕሮቶኮል ነው። ለምሳሌ፦ " +"በflower.bmp ውስጥ ካለው ነጥብ በኋላ የሚመጣው \"bmp\" ክፍል የተወሰነ የምስል አይነት መሆኑን ያመለክታል፣ " +"image/x-bmp። የትኛው መተግበሪያ እያንዳንዱን የፋይል አይነት መክፈት እንዳለበት ለማወቅ ስርዓቱ " +"እያንዳንዱ መተግበሪያ እነዚህን ቅጥያዎች እና mimetypes ለማስተናገድ ስላለው ችሎታ መረጃ ሊኖረው ይገባል።

            \n" +"

            ይህንን መተግበሪያ በዚህ ዝርዝር ውስጥ ከሌሉ አንድ ወይም ከዚያ በላይ mimetypes ጋር ማያያዝ ከፈለጉ፣ ከታች " +"ያለውን አክል የሚለውን ቁልፍ ጠቅ ያድርጉ። ይህ መተግበሪያ ሊቆጣጠራቸው የማይችላቸው አንድ ወይም ከዚያ በላይ " +"የፋይል አይነቶች ካሉ፣ ከታች ያለውን አስወግድ የሚለውን ቁልፍ ጠቅ በማድረግ ከዝርዝሩ ውስጥ ሊያስወግዷቸው " +"ይችላሉ።

            " + +#. i18n: ectx: property (text), widget (QLabel, textLabel7) +#: widgets/kpropertiesdesktopbase.ui:196 +#, kde-format +msgid "&Supported file types:" +msgstr "የሚደገፉ የፋይል አይነቶች(&S)፦" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:227 +#, kde-format +msgid "Mimetype" +msgstr "የMIME አይነት" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:232 +#, kde-format +msgid "Description" +msgstr "ገለፃ" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:242 +#, kde-format +msgid "" +"Click on this button if you want to add a type of file (mimetype) that your " +"application can handle." +msgstr "" +"መተግበሪያዎ ሊይዘው የሚችለውን የፋይል አይነት (የMIME አይነት) ማከል ከፈለጉ በዚህ አዝራር ላይ ጠቅ ያድርጉ።" + +#. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:245 +#, kde-format +msgid "Add..." +msgstr "አክል…" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:252 +#, kde-format +msgid "" +"If you want to remove a type of file (mimetype) that your application cannot " +"handle, select the mimetype in the list above and click on this button." +msgstr "" +"መተግበሪያዎ መያዝ የማይችለውን የፋይል አይነት (MIME አይነት) ለማስወገድ ከፈለጉ፣ ከላይ ባለው ዝርዝር ውስጥ ያንን " +"MIME አይነት ይምረጡ እና ይህን አዝራር ጠቅ ያድርጉ።" + +#. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:255 +#, kde-format +msgid "Remove" +msgstr "አስውግድ" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:278 +#, kde-format +msgid "" +"Click here to modify the way this application will run, launch feedback, D-" +"Bus options or to run it as a different user." +msgstr "" +"ይህ መተግበሪያ የሚሄድበትን መንገድ ለመቀየር፣ ግብረመልስ ለማስጀመር፣ የD-Bus አማራጮችን ወይም እንደ ሌላ ተጠቃሚ " +"ለማስኬድ እዚህ ጠቅ ያድርጉ።" + +#. i18n: ectx: property (text), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:281 +#, kde-format +msgid "Ad&vanced Options" +msgstr "የላቁ አማራጮች(&V)" + +#: widgets/kpropertiesdialog.cpp:145 widgets/kpropertiesdialog.cpp:160 +#: widgets/kpropertiesdialog.cpp:172 widgets/kpropertiesdialog.cpp:190 +#: widgets/kpropertiesdialog.cpp:208 widgets/kpropertiesdialog.cpp:232 +#, kde-format +msgid "Properties for %1" +msgstr "ለ %1 ባህሪዎች" + +#: widgets/kpropertiesdialog.cpp:170 widgets/kpropertiesdialog.cpp:206 +#, kde-format +msgid "Properties for 1 item" +msgid_plural "Properties for %1 Selected Items" +msgstr[0] "ለ 1 ንጥል ባህሪዎች" +msgstr[1] "ለ %1 የተመረጡ ንጥሎች ባህሪዎች" + +#: widgets/kpropertiesdialog.cpp:350 +#, kde-format +msgctxt "@title:tab" +msgid "Share" +msgstr "አጋራ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Could not save properties due to insufficient write access to:" +"%1." +msgstr "" +"በቂ ያልሆነ የመፃፍ መዳረሻ ምክንያት ባህሪያትን ማስቀመጥ አልተቻለም፦%1።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 +#, kde-format +msgctxt "@title:tab File properties" +msgid "&General" +msgstr "አጠቃላይ (&G)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "የፋይል ስም አስገባ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 +#, kde-format +msgctxt "@action:button" +msgid "Explore in %1" +msgstr "%1 ውስጥ አስስ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 +#, kde-format +msgid "Refresh" +msgstr "አድስ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "የዒላማ ቦታ አስገባ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 አሳይ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format +msgctxt "@info:status" +msgid "Unknown size" +msgstr "ያልታወቀ መጠን" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 +#, kde-format +msgid "" +"Calculating... %1 (%2)\n" +"%3, %4" +msgstr "" +"በማስላት ላይ… %1 (%2)\n" +"%3፣ %4" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#, kde-format +msgid "1 file" +msgid_plural "%1 files" +msgstr[0] "1 ፋይል" +msgstr[1] "%1 ፋይሎች " + +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 +#, kde-format +msgid "1 sub-folder" +msgid_plural "%1 sub-folders" +msgstr[0] "1 ንዑስ አቃፊ" +msgstr[1] "%1 ንዑስ አቃፊዎች" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format +msgid "Calculating...\n" +msgstr "በማስላት ላይ…\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format +msgid "At least %1\n" +msgstr "ቢያንስ %1\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 +#, kde-format +msgid "The new file name is empty." +msgstr "የአዲሱ ፋይል ስም ባዶ ነው።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format +msgid "No registered file type" +msgstr "የተመዘገበ የፋይል አይነት የለም" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format +msgid "No associated application" +msgstr "ምንም ተዛማጅ መተግበሪያ የለም" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format +msgctxt "@action:button Create new file type" +msgid "Create…" +msgstr "መፍጠር…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format +msgctxt "@action:button" +msgid "Change…" +msgstr "መለወጥ…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "የ\"%1\" አይነት ፋይሎችን ለመክፈት ነባሪውን መተግበሪያ ይለውጡ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "መዳረሻ የለም" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can Only View" +msgstr "ማየት ብቻ ይቻላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can View & Modify" +msgstr "ማየት እና ማስተካከል ይቻላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can Only View Content" +msgstr "ይዘትን ማየት ብቻ ይቻላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can View & Modify Content" +msgstr "ይዘትን ማየት እና ማስተካከል ይቻላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can Only View/Read Content" +msgstr "ይዘቱን ማየት/ማንበብ ብቻ ይቻላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can View/Read & Modify/Write" +msgstr "ማየት/ማንበብ እና ማሻሻል/መጻፍ ይችላል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 +#, kde-format +msgid "&Permissions" +msgstr "ፈቃዶች(&P)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#, kde-format +msgid "Access Permissions" +msgstr "የመዳረሻ ፈቃዶች" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#, kde-format +msgid "This file is a link and does not have permissions." +msgid_plural "All files are links and do not have permissions." +msgstr[0] "ይህ ፋይል አገናኝ ነው እና ፈቃዶች የሉትም።" +msgstr[1] "ሁሉም ፋይሎች አገናኞች ናቸው እና ፈቃዶች የላቸውም።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 +#, kde-format +msgid "Only the owner can change permissions." +msgstr "ባለቤቱ ብቻ ፈቃዶችን መቀየር ይችላል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 +#, kde-format +msgid "O&wner:" +msgstr "ባለቤት(&W)፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 +#, kde-format +msgid "Specifies the actions that the owner is allowed to do." +msgstr "ባለቤቱ ሊያደርገው የሚፈቀድ እርምጃዎችን ይገልጻል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 +#, kde-format +msgid "Gro&up:" +msgstr "ቡድን(&U)፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 +#, kde-format +msgid "Specifies the actions that the members of the group are allowed to do." +msgstr "የቡድኑ አባላት ሊያደርጉት የሚፈቀዱ እርምጃዎችን ይገልጻል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 +#, kde-format +msgid "O&thers:" +msgstr "ሌሎች(&T)፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 +#, kde-format +msgid "" +"Specifies the actions that all users, who are neither owner nor in the " +"group, are allowed to do." +msgstr "ባለቤት ያልሆኑ እና በቡድኑ ውስጥ ያልሆኑ ሁሉም ተጠቃሚዎች ሊያደርጉት የሚፈቀዱ እርምጃዎችን ይገልጻል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Only own&er can delete or rename contents" +msgstr "ይዘቱን መሰረዝ ወይም እንደገና መሰየም የሚችለው ባለቤት ብቻ ነው(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Allow &executing file as program" +msgstr "ፋይልን እንደ ፕሮግራም ማስኬድ ይፍቀዱ(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Delete or rename:" +msgstr "ሰርዝ ወይም እንደገና ሰይም፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Execute:" +msgstr "አስፈጽም" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#, kde-format +msgid "" +"Enable this option to allow only the folder's owner to delete or rename the " +"contained files and folders. Other users can only add new files, which " +"requires the 'Modify Content' permission." +msgstr "" +"የአቃፊው ባለቤት ብቻ የተካተቱትን ፋይሎች እና አቃፊዎች እንዲሰርዝ ወይም እንደገና እንዲሰይም ይህንን አማራጭ ያንቁ። " +"ሌሎች ተጠቃሚዎች አዲስ ፋይሎችን ብቻ ማከል ይችላሉ፣ ይህም 'የይዘት ማሻሻያ' ፈቃድ ያስፈልገዋል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 +#, kde-format +msgid "" +"Enable this option to mark the file as executable. This only makes sense for " +"programs and scripts. It is required when you want to execute them." +msgstr "" +"ፋይሉን እንደ ሊተገበር የሚችል ምልክት ለማድረግ ይህንን አማራጭ ያንቁ። ይህ ለፕሮግራሞች እና ስክሪፕቶች ብቻ ትርጉም " +"ይሰጣል። እነሱን ማስኬድ ሲፈልጉ አስፈላጊ ነው።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#, kde-format +msgid "A&dvanced Permissions" +msgstr "የላቁ ፈቃዶች(&D)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 +#, kde-format +msgid "Ownership" +msgstr "ባለቤትነት" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 +#, kde-format +msgid "User:" +msgstr "ተጠቃሚ፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 +#, kde-format +msgid "Group:" +msgstr "ቡድን፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 +#, kde-format +msgid "Apply changes to all subfolders and their contents" +msgstr "ለውጦችን በሁሉም ንዑስ አቃፊዎች እና ይዘቶቻቸው ላይ ይተግብሩ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 +#, kde-format +msgid "Advanced Permissions" +msgstr "የላቁ ፈቃዶች" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#, kde-format +msgid "Class" +msgstr "ክፍል" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 +#, kde-format +msgid "" +"Show\n" +"Entries" +msgstr "" +"አሳይ\n" +"ግቤቶች" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 +#, kde-format +msgid "This flag allows viewing the content of the folder." +msgstr "ይህ ምልክት የአቃፊውን ይዘት ለማየት ያስችላል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 +#, kde-format +msgid "Read" +msgstr "አንብብ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 +#, kde-format +msgid "The Read flag allows viewing the content of the file." +msgstr "የአንብብ ምልክት የፋይሉን ይዘት ማየት ያስችላል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 +#, kde-format +msgid "" +"Write\n" +"Entries" +msgstr "" +"ጻፍ\n" +"ግቤቶች" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 +#, kde-format +msgid "" +"This flag allows adding, renaming and deleting of files. Note that deleting " +"and renaming can be limited using the Sticky flag." +msgstr "" +"ይህ ጠቋሚ ፋይሎችን ማከል፣ እንደገና መሰየም እና መሰረዝ ያስችላል። መሰረዝ እና እንደገና መሰየም በSticky ምልክት " +"ሊገደብ እንደሚችል ልብ ይበሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 +#, kde-format +msgid "Write" +msgstr "ጻፍ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 +#, kde-format +msgid "The Write flag allows modifying the content of the file." +msgstr "የጻፍ ምልክት የፋይሉን ይዘት ለመቀየር ያስችላል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#, kde-format +msgctxt "Enter folder" +msgid "Enter" +msgstr "ግባ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 +#, kde-format +msgid "Enable this flag to allow entering the folder." +msgstr "ወደ አቃፊው ለመግባት ይህን ጥቆማ ያንቁ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 +#, kde-format +msgid "Exec" +msgstr "Exec" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#, kde-format +msgid "Enable this flag to allow executing the file as a program." +msgstr "ፋይሉን እንደ ፕሮግራም ለማስፈጸም ለመፍቀድ ይህን ባንዲራ አንቃ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 +#, kde-format +msgid "Special" +msgstr "ልዩ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#, kde-format +msgid "" +"Special flag. Valid for the whole folder, the exact meaning of the flag can " +"be seen in the right hand column." +msgstr "ልዩ ምልክት። ለሙሉ አቃፊው የሚፈጸም ሲሆን፣ የምልክቱ ትክክለኛ ትርጉም በቀኝ አምድ ውስጥ ይታያል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 +#, kde-format +msgid "" +"Special flag. The exact meaning of the flag can be seen in the right hand " +"column." +msgstr "ልዩ ምልክት። የምልክቱ ትክክለኛ ትርጉም በቀኝ አምድ ውስጥ ይታያል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 +#, kde-format +msgid "User" +msgstr "ተጠቃሚ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 +#, kde-format +msgid "Group" +msgstr "ቡድን" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 +#, kde-format +msgid "" +"If this flag is set, the owner of this folder will be the owner of all new " +"files." +msgstr "ይህ ባንዲራ ከተዋቀረ የዚህ አቃፊ ባለቤት የሁሉም አዲስ ፋይሎች ባለቤት ይሆናል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the owner." +msgstr "ይህ ፋይል ተፈፃሚ ከሆነ እና ባንዲራ ከተዋቀረ በባለቤቱ ፈቃድ ይፈጸማል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 +#, kde-format +msgid "" +"If this flag is set, the group of this folder will be set for all new files." +msgstr "ይህ ባንዲራ ከተዋቀረ የዚህ አቃፊ ቡድን ለሁሉም አዲስ ፋይሎች ይዘጋጃል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the group." +msgstr "ይህ ፋይል ተፈፃሚ ከሆነ እና ባንዲራ ከተዋቀረ በቡድኑ ፈቃድ ይፈጸማል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 +#, kde-format +msgid "" +"If the Sticky flag is set on a folder, only the owner and root can delete or " +"rename files. Otherwise everybody with write permissions can do this." +msgstr "" +"የስቲኪ ፍላግ በአንድ አቃፊ ላይ ከተዋቀረ፣ ባለቤቱ እና ሩት ብቻ ፋይሎችን መሰረዝ ወይም እንደገና መሰየም ይችላሉ። " +"አለበለዚያ የመፃፍ ፈቃድ ያላቸው ሁሉም ሰዎች ይህንን ማድረግ ይችላሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 +#, kde-format +msgid "" +"The Sticky flag on a file is ignored on Linux, but may be used on some " +"systems" +msgstr "የፋይል ላይ ያለው ስቲኪ ምልክት Linux ላይ አይታወቅም፣ ግን በአንዳንድ ስርዓቶች ሊጠቀም ይችላል።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 +#, kde-format +msgid "Set UID" +msgstr "UID አዘጋጅ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 +#, kde-format +msgid "Set GID" +msgstr "GID አዘጋጅ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 +#, kde-format +msgctxt "File permission" +msgid "Sticky" +msgstr "የሚጣበቅ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 +#, kde-format +msgid "Link" +msgstr "አገናኝ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 +#, kde-format +msgid "Varying (No Change)" +msgstr "ተለዋዋጭ (ለውጥ የለም)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 +#, kde-format +msgid "This file uses advanced permissions" +msgid_plural "These files use advanced permissions." +msgstr[0] "ይህ ፋይል የላቀ ፍቃዶችን ይጠቀማል።" +msgstr[1] "እነዚህ ፋይሎች የላቁ ፍቃዶችን ይጠቀማሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 +#, kde-format +msgid "This folder uses advanced permissions." +msgid_plural "These folders use advanced permissions." +msgstr[0] "ይህ አቃፊ የላቀ ፍቃዶችን ይጠቀማል።" +msgstr[1] "እነዚህ አቃፊዎች የላቁ ፍቃዶችን ይጠቀማሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 +#, kde-format +msgid "These files use advanced permissions." +msgstr "እነዚህ ፋይሎች የላቁ ፈቃዶችን ይጠቀማሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 +#, kde-format +msgctxt "@title:tab" +msgid "C&hecksums" +msgstr "ቼክሰም(&H)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 +#, kde-format +msgid "Invalid checksum." +msgstr "ልክ ያልሆነ ቼክሰም።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 +#, kde-format +msgctxt "@info:tooltip" +msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." +msgstr "የተሰጠው ግቤት ትክክለኛ የMD5፣ SHA1 ወይም SHA256 ቼክሰም አይደለም።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 +#, kde-format +msgid "Checksums match." +msgstr "ቼክሰሞቹ ይጣጣማሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum match." +msgstr "የተሰላው ቼክሰም እና የሚጠበቀው ቼክሰም ይጣጣማሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 +#, kde-format +msgid "" +"

            Checksums do not match.

            This may be due to a faulty download. Try re-" +"downloading the file.
            If the verification still fails, contact the " +"source of the file." +msgstr "" +"

            ቼክሰሞች አይዛመዱም።

            ይህ ምናልባት በተበላሸ ማውረድ ምክንያት ሊሆን ይችላል። ፋይሉን እንደገና ለማውረድ " +"ይሞክሩ።
            ማረጋገጫው አሁንም ካልተሳካ የፋይሉን ምንጭ ያነጋግሩ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum differ." +msgstr "የተሰላው ቼክሰም እና የሚጠበቀው ቼክሰም ይለያያሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format +msgctxt "@info:progress computation in the background" +msgid "Verifying checksum…" +msgstr "ቼክሰምን በማረጋገጥ ላይ…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "የሁሉም ፋይሎች ቼክሰሞች ተመሳሳይ ናቸው።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "የተመረጡት ፋይሎች የተለያዩ ቼክሰሞች አሏቸው።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "በማስላት ላይ…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 +#, kde-format +msgid "U&RL" +msgstr "U&RL" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 +#, kde-format +msgid "URL:" +msgstr "URL፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format +msgid "" +"Could not save properties. Only entries on local file systems are supported." +msgstr "ባህሪያትን ማስቀመጥ አልተቻለም። በአካባቢያዊ የፋይል ስርዓቶች ላይ ያሉ ግቤቶች ብቻ ይደገፋሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 +#, kde-format +msgid "&Application" +msgstr "መተግበሪያ(&A)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 +#, kde-format +msgid "Add File Type for %1" +msgstr "የፋይል አይነት ለ%1 ያክሉ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 +#, kde-format +msgid "Select one or more file types to add:" +msgstr "ለማከል አንድ ወይም ከዚያ በላይ የፋይል አይነቶችን ይምረጡ፦" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 +#, kde-format +msgid "Only executables on local file systems are supported." +msgstr "በአካባቢያዊ የፋይል ስርዓቶች ላይ ብቻ የሚተገበሩ አስፈፃሚዎች ይደገፋሉ።" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 +#, kde-format +msgid "Advanced Options for %1" +msgstr "ለ%1 የላቁ አማራጮች" + +#: widgets/ksslinfodialog.cpp:38 +#, kde-format +msgid "KDE SSL Information" +msgstr "የKDE SSL መረጃ" + +#: widgets/ksslinfodialog.cpp:49 +#, kde-format +msgctxt "The receiver of the SSL certificate" +msgid "Subject" +msgstr "ጉዳይ" + +#: widgets/ksslinfodialog.cpp:50 +#, kde-format +msgctxt "The authority that issued the SSL certificate" +msgid "Issuer" +msgstr "ሰጪ" + +#: widgets/ksslinfodialog.cpp:82 +#, kde-format +msgid "Current connection is secured with SSL." +msgstr "የአሁኑ ግንኙነት በSSL የተጠበቀ ነው።" + +#: widgets/ksslinfodialog.cpp:86 +#, kde-format +msgid "" +"The main part of this document is secured with SSL, but some parts are not." +msgstr "የዚህ ሰነድ ዋና ክፍል በSSL የተጠበቀ ነው፣ ነገር ግን አንዳንድ ክፍሎች አይደሉም።" + +#: widgets/ksslinfodialog.cpp:93 +#, kde-format +msgid "Some of this document is secured with SSL, but the main part is not." +msgstr "የዚህ ሰነድ የተወሰነ ክፍል በSSL የተጠበቀ ነው፣ ነገር ግን ዋናው ክፍል አይደለም።" + +#: widgets/ksslinfodialog.cpp:97 +#, kde-format +msgid "Current connection is not secured with SSL." +msgstr "የአሁኑ ግንኙነት በSSL የተጠበቀ አይደለም።" + +#: widgets/ksslinfodialog.cpp:139 +#, kde-format +msgctxt "%1, using %2 bits of a %3 bit key" +msgid "%1, %2 %3" +msgstr "%1፣ %2 %3" + +#: widgets/ksslinfodialog.cpp:141 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "using %1 bit" +msgid_plural "using %1 bits" +msgstr[0] "%1 bit በመጠቀም" +msgstr[1] "%1 bits በመጠቀም" + +#: widgets/ksslinfodialog.cpp:142 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "of a %1 bit key" +msgid_plural "of a %1 bit key" +msgstr[0] "የ %1 ቢት ቁልፍ" +msgstr[1] "የ %1 ቢት ቁልፍ" + +#: widgets/ksslinfodialog.cpp:157 +#, kde-format +msgctxt "The certificate is not trusted" +msgid "NO, there were errors:" +msgstr "አይ፣ ስህተቶች ነበሩ፦" + +#: widgets/ksslinfodialog.cpp:163 +#, kde-format +msgctxt "The certificate is trusted" +msgid "Yes" +msgstr "እሺ" + +#: widgets/ksslinfodialog.cpp:168 +#, kde-format +msgctxt "%1 is the effective date of the certificate, %2 is the expiry date" +msgid "%1 to %2" +msgstr "%1 እስከ %2" + +#: widgets/kurifiltersearchprovideractions.cpp:80 +#, kde-format +msgid "Search for '%1' with" +msgstr "በ %1 ፈልግ" + +#: widgets/kurifiltersearchprovideractions.cpp:85 +#, kde-format +msgctxt "@action:inmenu Search for with" +msgid "%1" +msgstr "%1" + +#: widgets/kurifiltersearchprovideractions.cpp:94 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure Web Shortcuts…" +msgstr "የድር አቋራጮችን አዋቅር…" + +#: widgets/kurlrequester.cpp:367 +#, kde-format +msgid "Open file dialog" +msgstr "የፋይል መክፈቻ መስኮት" + +#: widgets/paste.cpp:69 +#, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ግልባጭ ፋይል" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, kde-format +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "የቅንጥብ ሰሌዳ ይዘት ለጥፍ" + +#: widgets/paste.cpp:122 +#, kde-format +msgid "" +"The clipboard has changed since you used 'paste': the chosen data format is " +"no longer applicable. Please copy again what you wanted to paste." +msgstr "" +"'ለጥፍ' ከተጠቀሙ በኋላ የቅንጥብ ሰሌዳው ተቀይሯል፦ የተመረጠው የውሂብ ቅርጸት ከአሁን በኋላ አይተገበርም። እባክዎ " +"ለመለጠፍ የፈለጉትን እንደገና ይቅዱ።" + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Folder" +msgstr "አንድ አቃፊ ገልብጥ" + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One File" +msgstr "አንድ ፋይል ገልብጥ" + +#: widgets/paste.cpp:252 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Item" +msgid_plural "Paste %1 Items" +msgstr[0] "ገልብጥ አንድ ንጥል" +msgstr[1] "ገልብጥ %1 ንጥሎች" + +#: widgets/paste.cpp:254 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste Clipboard Contents…" +msgstr "የቅንጥብ ሰሌዳ ይዘቶችን ለጥፍ…" + +#: widgets/paste.cpp:258 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste" +msgstr "ገልብጥ" + +#: widgets/pastedialog.cpp:57 +#, kde-format +msgctxt "@label" +msgid "Data format:" +msgstr "የውሂብ ቅርጸት፦" + +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "የቅንጥብ ሰሌዳ ይዘት የፋይል ስም፦" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "ለተጣሉ ይዘቶች የፋይል ስም፦" + +#: widgets/renamedialog.cpp:73 +#, kde-format +msgid "Date: %1" +msgstr "ቀን፦ %1" + +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "መጠን፦ %1" + +#: widgets/renamedialog.cpp:279 +#, kde-format +msgid "Appl&y to All" +msgstr "ለሁሉም ያመልክቱ(&Y)" + +#: widgets/renamedialog.cpp:280 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"folder conflicts for the remainder of the current job.\n" +"Unless you press Skip you will still be prompted in case of a conflict with " +"an existing file in the directory." +msgstr "" +"ይህ ሲረጋገጥ፣ የተጫነው ቁልፍ ለቀጣይ የአቃፊ ግጭቶች በሙሉ ለአሁኑ ስራ ይተገበራል።\n" +"ዝለልን ካልተጫኑ በስተቀር በማውጫው ውስጥ ካለ ነባር ፋይል ጋር ግጭት ቢፈጠር አሁንም ይጠየቃሉ።" + +#: widgets/renamedialog.cpp:284 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"conflicts for the remainder of the current job." +msgstr "ይህ ከተመረጠ፣ የተጫነው አዝራር ለአሁኑ ስራ ቀሪ ጊዜ ላይ ለሚከተሉት ሁሉ ግጭቶች ይተገበራል።" + +#: widgets/renamedialog.cpp:290 +#, kde-format +msgid "&Rename" +msgstr "እንደገና ይሰይሙ(&R)" + +#: widgets/renamedialog.cpp:292 +#, kde-format +msgid "Suggest New &Name" +msgstr "አዲስ ስም ጠቁም(&N)" + +#: widgets/renamedialog.cpp:298 +#, kde-format +msgid "&Skip" +msgstr "ዝለል(&S)" + +#: widgets/renamedialog.cpp:299 +#, kde-format +msgid "Do not copy or move this folder, skip to the next item instead" +msgstr "ይህን አቃፊ አትቅዳ ወይም አታንቀሳቅስ፣ በምትኩ ወደሚቀጥለው ንጥል እለፍ" + +#: widgets/renamedialog.cpp:300 +#, kde-format +msgid "Do not copy or move this file, skip to the next item instead" +msgstr "ይህን ፋይል አትቅዳ ወይም አታንቀሳቅስ፣ በምትኩ ወደሚቀጥለው ንጥል እለፍ" + +#: widgets/renamedialog.cpp:311 +#, kde-format +msgctxt "Write files into an existing folder" +msgid "&Write Into" +msgstr "ወደ ውስጥ ይፃፉ(&W)" + +#: widgets/renamedialog.cpp:314 +#, kde-format +msgid "" +"Files and folders will be copied into the existing directory, alongside its " +"existing contents.\n" +"You will be prompted again in case of a conflict with an existing file in " +"the directory." +msgstr "" +"ፋይሎች እና አቃፊዎች ከነባሩ ይዘቶች ጋር ወደ ነባሩ ማውጫ ይገለበጣሉ።\n" +"በማውጫው ውስጥ ካለ ነባር ፋይል ጋር ግጭት ቢፈጠር እንደገና ይጠየቃሉ።" + +#: widgets/renamedialog.cpp:319 +#, kde-format +msgctxt "Overwrite files into an existing folder when files are older" +msgid "&Overwrite older files" +msgstr "የቆዩ ፋይሎችን ይተኩ(&O)" + +#: widgets/renamedialog.cpp:323 +#, kde-format +msgid "" +"Destination files which have older modification times will be overwritten by " +"the source, skipped otherwise." +msgstr "የቆዩ የማሻሻያ ጊዜዎች ያላቸው የመዳረሻ ፋይሎች በምንጩ ይተካሉ፣ አለበለዚያ ይዘለላሉ።" + +#: widgets/renamedialog.cpp:335 +#, kde-format +msgid "&Resume" +msgstr "ከቆመበት ቀጥል(&R)" + +#: widgets/renamedialog.cpp:344 +#, kde-format +msgid "" +"This action would overwrite '%1' with itself.\n" +"Please enter a new file name:" +msgstr "" +"ይህ ድርጊት '%1'ን በራሱ ይተካል።\n" +"እባክዎ አዲስ የፋይል ስም ያስገቡ፦" + +#: widgets/renamedialog.cpp:350 +#, kde-format +msgid "C&ontinue" +msgstr "ቀጥል(&O)" + +#: widgets/renamedialog.cpp:416 +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "መድረሻው ላይ መተካት ይፈልጋሉ?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "የ'%1'ን ይዘቶች ወደ '%2' ማዋሃድ ይፈልጋሉ?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "ምንጩ በጣም የቅርብ ጊዜ ነው።" + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "ምንጩ የቆየ ነው።" + +#: widgets/renamedialog.cpp:472 +#, kde-format +msgid "The source is smaller by %1." +msgstr "ምንጩ በ%1 ያነሰ ነው።" + +#: widgets/renamedialog.cpp:475 +#, kde-format +msgid "The source is bigger by %1." +msgstr "ምንጩ በ%1 በላጭ ነው።" + +#: widgets/renamedialog.cpp:489 +#, kde-format +msgid "The files are identical." +msgstr "ፋይሎቹ ተመሳሳይ ናቸው።" + +#: widgets/renamedialog.cpp:492 +#, kde-format +msgid "The files seem identical." +msgstr "ፋይሎቹ ተመሳሳይ ይመስላሉ።" + +#: widgets/renamedialog.cpp:496 +#, kde-format +msgid "The files are different." +msgstr "ፋይሎቹ የተለያዩ ናቸው።" + +#: widgets/renamedialog.cpp:504 +#, kde-format +msgid "" +"The files are likely to be identical: they have the same size and their " +"contents are the same at the beginning, middle and end." +msgstr "" +"ፋይሎቹ ተመሳሳይ ሊሆኑ ይችላሉ፦ ተመሳሳይ መጠን አላቸው እና ይዘታቸውም መጀመሪያ, መካከል እና መጨረሻ ላይ አንድ " +"አይነት ነው።" + +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ፋይሎችን አወዳድር" + +#: widgets/renamedialog.cpp:531 +#, kde-format +msgid "An older item named '%1' already exists." +msgstr "'%1' የሚባል የቆየ ንጥል አስቀድሞ አለ።" + +#: widgets/renamedialog.cpp:533 +#, kde-format +msgid "A similar file named '%1' already exists." +msgstr "'%1' የሚባል ተመሳሳይ ፋይል አስቀድሞ አለ።" + +#: widgets/renamedialog.cpp:535 +#, kde-format +msgid "A more recent item named '%1' already exists." +msgstr "'%1' የሚባል በጣም የቅርብ ጊዜ ንጥል አስቀድሞ አለ።" + +#: widgets/renamedialog.cpp:548 +#, kde-format +msgid "Rename:" +msgstr "እንደገና ይሰይሙ፦" + +#: widgets/renamefiledialog.cpp:91 +#, kde-kuit-format +msgctxt "@label:textbox" +msgid "Rename the item %1 to:" +msgstr "ንጥሉን %1 ወደሚከተለው ይሰይሙ፦" + +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 የሚባል ፋይል አስቀድሞ አለ።" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ተቀባይንት ያለው የፋይል ስም አይደለም።" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "የተመረጠውን %1 ንጥል ወደዚህ ሰይም፦" +msgstr[1] "የተመረጡትን %1 ንጥሎች ወደዚህ ሰይም፦" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# ከዚህ ጀምሮ በሚጨምሩ ቁጥሮች ይተካል፦" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "አዲስ ስም #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"ልክ ያልሆነ የፋይል ስም፦ አዲሱ ስም አንድ የ# ቅደም ተከተል መያዝ አለበት፣ ሁሉም ፋይሎች የተለያዩ የፋይል ቅጥያዎች " +"ከሌላቸው በስተቀር።" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "የተመረጠውን %1 ንጥል በዚህ ሰይም፦" +msgstr[1] "የተመረጡትን %1 ንጥሎች በዚህ ሰይም፦" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "በመተካት ላይ፦" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "ንድፍ" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "ከ፦" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "መተካት" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "ምንም ፋይል ይህን ንድፍ አያካትትም።" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "\"%1\"ን በባዶ ምትክ መተካት %2 ባዶ የፋይል ስም እንዲኖረው ያደርጋል።" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "የተመረጠውን %1 ንጥል ሰይም፦" +msgstr[1] "የተመረጠውን %1 ንጥል ሰይም፦" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "ጽሑፍ አክል፦" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "የሚጨመር ጽሑፍ" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ከፋይል ስም በፊት" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ከፋይል ስም ቡሃላ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "ንጥሉን እንደገና ይሰይሙ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "ንጥሎችን እንደገና ይሰይሙ" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "እንደገና ይሰይሙ(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "እንዴት እንደገና መሰየም እንደሚቻል፦" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ቆጠራ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "ጽሑፍ ይተኩ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "ጽሑፍ አክል" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "ቅድመ እይታ" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ወደ ባዶ የፋይል ስም መቀየር አይቻልም።" + +#: widgets/skipdialog.cpp:29 +#, kde-format +msgid "Information" +msgstr "መረጃ" + +#: widgets/skipdialog.cpp:48 +#, kde-format +msgid "Replace" +msgstr "ተካ" + +#: widgets/skipdialog.cpp:54 +#, kde-format +msgid "Retry" +msgstr "እንደገና ይሞክሩ" + +#: widgets/skipdialog.cpp:61 +#, kde-format +msgid "Replace All" +msgstr "ሁሉንም ተካ" + +#: widgets/skipdialog.cpp:68 +#, kde-format +msgid "Skip" +msgstr "ዝለል" + +#: widgets/skipdialog.cpp:72 +#, kde-format +msgid "Skip All" +msgstr "ሁሉንም ዝለል" + +#. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) +#: widgets/sslinfo.ui:17 +#, kde-format +msgid "[padlock]" +msgstr "[ፓድሎክ]" + +#. i18n: ectx: property (text), widget (QLabel, addressTag) +#: widgets/sslinfo.ui:34 +#, kde-format +msgctxt "Web page address" +msgid "Address:" +msgstr "አድራሻ፦" + +#. i18n: ectx: property (text), widget (QLabel, ipTag) +#: widgets/sslinfo.ui:54 +#, kde-format +msgid "IP address:" +msgstr "IP አድራሻ፦" + +#. i18n: ectx: property (text), widget (QLabel, encryptionTag) +#: widgets/sslinfo.ui:74 +#, kde-format +msgid "Encryption:" +msgstr "ምስጠራ፦" + +#. i18n: ectx: property (text), widget (QLabel, detailsTag) +#: widgets/sslinfo.ui:94 +#, kde-format +msgid "Details:" +msgstr "ዝርዝሮች፦" + +#. i18n: ectx: property (text), widget (QLabel, sslVersionTag) +#: widgets/sslinfo.ui:114 +#, kde-format +msgid "SSL version:" +msgstr "SSL ስሪት፦" + +#. i18n: ectx: property (text), widget (QLabel, certSelectorTag) +#: widgets/sslinfo.ui:134 +#, kde-format +msgid "Certificate chain:" +msgstr "የሰርተፊኬት ሰንሰለት፦" + +#. i18n: ectx: property (text), widget (QLabel, trustedTag) +#: widgets/sslinfo.ui:163 +#, kde-format +msgid "Trusted:" +msgstr "የታመነ፦" + +#. i18n: ectx: property (text), widget (QLabel, validityPeriodTag) +#: widgets/sslinfo.ui:183 +#, kde-format +msgid "Validity period:" +msgstr "የጸናበት ጊዜ፦" + +#. i18n: ectx: property (text), widget (QLabel, serialTag) +#: widgets/sslinfo.ui:203 +#, kde-format +msgid "Serial number:" +msgstr "የሴሪያል ቁጥር፦" + +#. i18n: ectx: property (text), widget (QLabel, digestTag) +#: widgets/sslinfo.ui:223 +#, kde-format +msgid "MD5 digest:" +msgstr "MD5 ዳይጀስት፦" + +#. i18n: ectx: property (text), widget (QLabel, sha1DigestTag) +#: widgets/sslinfo.ui:243 +#, kde-format +msgid "SHA1 digest:" +msgstr "SHA1 ዳይጀስት፦" + +#: widgets/sslui.cpp:31 +#, kde-format +msgid "" +"The remote host did not send any SSL certificates.\n" +"Aborting because the identity of the host cannot be established." +msgstr "" +"የርቀት አስተናጋጁ ምንም የSSL ማረጋገጫዎች አልላከም።\n" +" የአስተናጋጁን መለያ መረጋገጥ ስላልተቻለ ሂደቱ ተቋርጧል።" + +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 +#, kde-format +msgid "" +"The server failed the authenticity check (%1).\n" +"\n" +msgstr "" +"ሰርቨሩ የትክክለኛነት ፍተሻውን (%1) አልተሳካም።\n" +"\n" + +#: widgets/widgetsaskuseractionhandler.cpp:234 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" +"ይህን ንጥል እስከመጨረሻው መሰረዝ ይፈልጋሉ?%1ይህ እርምጃ ሊቀለበስ አይችልም።" + +#: widgets/widgetsaskuseractionhandler.cpp:240 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this %1 item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" +"ይህን %1 ንጥል በቋሚነት ማጥፋት በእርግጥ ትፈልጋለህ?ይህ እርምጃ " +"መመለስ አይቻልም።" +msgstr[1] "" +"እነዚህን %1 ንጥሎች በቋሚነት ማጥፋት በእርግጥ ትፈልጋለህ?ይህ " +"እርምጃ መመለስ አይቻልም።" + +#: widgets/widgetsaskuseractionhandler.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"ይህን ፋይል ለመቀበል መጣያው በጣም ሞልቷል። ይልቁንስ እስከመጨረሻው ይሰርዙት?%1ይህ ድርጊት ሊቀለበስ አይችልም" + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"ቆሻሻ መያዣው ይህን %1 ፋይል ለመቀበል በጣም ሞልቷል። በቋሚነት ልታጥፋው ትፈልጋለህ? ይህ እርምጃ መመለስ አይቻልም።" +msgstr[1] "" +"ቆሻሻ መያዣው እነዚህን %1 ፋይሎች ለመቀበል በጣም ሞልቷል። በቋሚነት ልታጥፋቸው ትፈልጋለህ? ይህ እርምጃ መመለስ አይቻልም።" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"መጣያው ለዚህ ንጥል ነገር ቦታ አይገኝም። ይልቁንስ እስከመጨረሻው ይሰርዙት? %1ይህ እርምጃ ሊቀለበስ አይችልም።" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" +"ቆሻሻ መያዣው ለዚህ %1 ንጥል አካባቢ አይገኝም። በቋሚነት ልታጥፋው ትፈልጋለህ?ይህ እርምጃ መመለስ አይቻልም።" +msgstr[1] "" +"ቆሻሻ መያዣው ለእነዚህ %1 ንጥሎች አካባቢ አይገኝም። በቋሚነት ልታጥፋቸው ትፈልጋለህ?ይህ እርምጃ መመለስ አይቻልም።" + +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format +msgctxt "@info" +msgid "Do you really want to move this %1 item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "ይህን %1 ንጥል ወደ መጣያ ማንቀሳቀስ ትፈልጋለህ?" +msgstr[1] "እነዚህን %1 ንጥሎች ወደ መጣያ ማንቀሳቀስ ትፈልጋለህ?" + +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format +msgctxt "@option:checkbox" +msgid "Do not ask again" +msgstr "እንደገና አትጠይቅ" + +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format +msgctxt "@option:check" +msgid "Do not ask again" +msgstr "እንደገና አትጠይቅ" + +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format +msgctxt "@option:check" +msgid "Do not show this message again" +msgstr "ይህን መልእክት እንደገና አታሳይ" + +#: widgets/widgetsaskuseractionhandler.cpp:572 +#, kde-format +msgid "The peer SSL certificate chain appears to be corrupt." +msgstr "የአቻ SSL ሰርተፊኬት ሰንሰለት የተበላሸ ይመስላል።" + +#: widgets/widgetsaskuseractionhandler.cpp:575 +#, kde-format +msgid "SSL" +msgstr "SSL" + +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format +msgctxt "Warning about executing unknown program" +msgid "Warning" +msgstr "ማስጠንቀቂያ" + +#: widgets/widgetsuntrustedprogramhandler.cpp:126 +#, kde-format +msgctxt "program name follows in a line edit below" +msgid "This will start the program:" +msgstr "ይህ ፕሮግራሙን ያስጀምራል፦" + +#: widgets/widgetsuntrustedprogramhandler.cpp:136 +#, kde-format +msgid "If you do not trust this program, click Cancel" +msgstr "ይህን ፕሮግራም የማታምኑት ከሆነ ሰርዝን ንኩ።" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "ሳይጠይቁ ሊተገበሩ የሚችሉ ፋይሎችን ያስጀምሩ" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "ሊተገበሩ የሚችሉ ፋይሎችን ሳይጠይቁ በነባሪ መተግበሪያ ውስጥ ይክፈቱ" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "ለሁሉም ሊተገበሩ የሚችሉ ፋይሎች አስታውስ" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "ይህንን በ \"ማረጋገጫዎች\" ስር በDolphin ፋይል አስተዳዳሪ ቅንብሮች ውስጥ መቀልበስ ይችላሉ።" diff --git a/local/recipes/kde/kf6-kio/source/po/ar/kio6.po b/local/recipes/kde/kf6-kio/source/po/ar/kio6.po index 516aa85832..96acaca08c 100644 --- a/local/recipes/kde/kf6-kio/source/po/ar/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ar/kio6.po @@ -8,15 +8,15 @@ # AbdulAziz AlSharif , 2007. # عبدالعزيز الشريف , 2007. # Youssef Chahibi , 2007. -# SPDX-FileCopyrightText: 2008, 2009, 2024 zayed +# SPDX-FileCopyrightText: 2008, 2009, 2024, 2025, 2026 zayed # Zayed Al-Saidi , 2010, 2021, 2022, 2023. # Safa Alfulaij , 2014, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-28 08:20+0400\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 20:16+0400\n" "Last-Translator: Zayed Al-Saidi \n" "Language-Team: ar\n" "Language: ar\n" @@ -24,7 +24,7 @@ msgstr "" "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" +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Lokalize 23.08.5\n" #, kde-format @@ -37,12 +37,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "metehyi@free.fr,zayed.alsaidi@gmail.com,safa1996alfulaij@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "تعذّر تغيير ملكيّة الملفّ %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -51,12 +51,12 @@ msgstr "" "تعذّر تغيير ملكيّة الملفّ %1. ليس لديك نفاذ كاف إلى الملفّ " "لإجراء التّغيير." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "تعذّر إنشاء تابع الدّخل/الخرج: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,9 +66,9 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" "تعذّر إنشاء رابط النظام %1.\n" -"نظام ملفات المقصد (%2) لا يدعم روابط النظام." +"نظام ملفات المقصد (%2) لا توفر روابط النظام." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -82,7 +82,7 @@ msgstr "" "اختيار استبدال سيستبدل شرطة سفلية \"_\" (في اسم مجلد المقصد) بالمحارف غير " "الصالحة." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "اختيار استبدال سيستبدل شرطة سفلية \"_\" (في اسم ملف المقصد) بالمحارف غير " "الصالحة." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" -msgstr "المجلّد موجود بالفعل" +msgstr "المجلّد موجود فعلًا" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" -msgstr "الملفّ موجود بالفعل" +msgstr "الملفّ موجود فعلًا" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" -msgstr "موجود كمجلّد بالفعل" +msgstr "موجود كمجلّد فعلًا" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "المهملات" @@ -222,191 +222,95 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "‏%1: ‏%2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ينقل" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "المصدر" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "المقصد" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "إعادة تسمية" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "ينسخ" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "يُنشئ الدّليل" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "الدّليل" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "يحذف" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "الملفّ" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "يتفحّص" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "ينقل" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" -msgstr "يضمّ" +msgstr "يوصل" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "الجهاز" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" -msgstr "نقطة الضمّ" +msgstr "نقطة الوصلّ" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" -msgstr "يزيل الضمّ" - -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "تغيير الصّفات" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "امتيازات الجذر مطلوبة لتغيير صفات الملفّات. أتريد المتابعة؟" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "نسخ الملفّات" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "امتيازات الجذر مطلوبة لإكمال عمليّة النّسخ. أتريد المتابعة؟" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "حذف الملفّات" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"امتيازات الجذر مطلوبة لإكمال عمليّة الحذف. تنبيه! قد يؤدي القيام بذلك إلى " -"إتلاف نظامك. هل تريد الاستمرار؟ " - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "أنشئ مجلّدًا" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "امتيازات الجذر مطلوبة لإنشاء هذا المجلّد. أتريد المتابعة؟" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "نقل العناصر" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "امتيازات الجذر مطلوبة لإكمال عمليّة النّقل. أتريد المتابعة؟" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "تغيير التّسمية" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "امتيازات الجذر مطلوبة لإكمال تغيير الاسم. أتريد المتابعة؟" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "إنشاء الرّابط الرّمزيّ" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "امتيازات الجذر مطلوبة لإنشاء رابط رمزيّ. أتريد المتابعة؟" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "نقل البيانات" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "امتيازات الجذر مطلوبة لإكمال نقل البيانات. أتريد المتابعة؟" +msgstr "يفك الوصل" #: core/job_error.cpp:37 #, kde-format @@ -442,7 +346,7 @@ msgstr "المسار %1 مشوّه." #: core/job_error.cpp:52 #, kde-format msgid "The protocol %1 is not supported." -msgstr "الميفاق %1 غير مدعوم." +msgstr "الميفاق %1 غير متاح." #: core/job_error.cpp:55 #, kde-format @@ -545,7 +449,7 @@ msgid "" "The reported error was:\n" "%1" msgstr "" -"تعذّر ضمّ الجهاز.\n" +"تعذّر وصل الجهاز.\n" "أُبلغ عن الخطأ الآتي:\n" "%1" @@ -556,7 +460,7 @@ msgid "" "The reported error was:\n" "%1" msgstr "" -"تعذّرت إزالة ضمّ الجهاز.\n" +"تعذّرت إزالة وصل الجهاز.\n" "أُبلغ عن الخطأ الآتي:\n" "%1" @@ -620,7 +524,7 @@ msgstr "تعذّر تغيير اسم الملفّ %1." #: core/job_error.cpp:152 #, kde-format msgid "Could not change permissions for %1." -msgstr "تعذّر تغيير تصاريح %1." +msgstr "تعذّر تغيير أذونات %1." #: core/job_error.cpp:155 #, kde-format @@ -658,7 +562,7 @@ msgstr "" #: core/job_error.cpp:170 #, kde-format msgid "Authorization failed, %1 authentication not supported" -msgstr "فشل الاستيثاق، استيثاق %1 غير مدعوم" +msgstr "فشل الاستيثاق، استيثاق %1 غير متاح" #: core/job_error.cpp:176 #, kde-format @@ -675,7 +579,7 @@ msgid "" "Internal error in server\n" "%1" msgstr "" -"خطأ داخليّ في الخادوم\n" +"خطأ داخليّ في الخادم\n" "%1" #: core/job_error.cpp:182 @@ -684,7 +588,7 @@ msgid "" "Timeout on server\n" "%1" msgstr "" -"انتهت المهلة على الخادوم\n" +"انتهت المهلة على الخادم\n" "%1" #: core/job_error.cpp:185 @@ -712,7 +616,7 @@ msgid "" "Please check permissions." msgstr "" "تعذّر حذف الملفّ %1 الأصليّ.\n" -"رجاءً افحص التّصاريح." +"رجاءً افحص الأذونات." #: core/job_error.cpp:202 #, kde-format @@ -721,7 +625,7 @@ msgid "" "Please check permissions." msgstr "" "تعذّر حذف الملفّ %1 الجزئيّ.\n" -"رجاءً افحص التّصاريح." +"رجاءً افحص الأذونات." #: core/job_error.cpp:205 #, kde-format @@ -730,7 +634,7 @@ msgid "" "Please check permissions." msgstr "" "تعذّر تغيير اسم الملفّ %1 الأصليّ.\n" -"رجاءً افحص التّصاريح." +"رجاءً افحص الأذونات." #: core/job_error.cpp:208 #, kde-format @@ -739,7 +643,7 @@ msgid "" "Please check permissions." msgstr "" "تعذّر تغيير اسم الملفّ %1 الجزئيّ.\n" -"رجاءً افحص التّصاريح." +"رجاءً افحص الأذونات." #: core/job_error.cpp:211 #, kde-format @@ -748,7 +652,7 @@ msgid "" "Please check permissions." msgstr "" "تعذّر إنشاء الرّابط الرّمزيّ %1.\n" -"رجاءً افحص التّصاريح." +"رجاءً افحص الأذونات." #: core/job_error.cpp:214 #, kde-format @@ -757,7 +661,7 @@ msgid "" "The destination filesystem doesn't support symlinks." msgstr "" "تعذّر إنشاء رابط النظام %1.\n" -"نظام ملفات المقصد لا يدعم روابط النظام." +"نظام ملفات المقصد لا يتيح روابط النظام." #: core/job_error.cpp:220 #, kde-format @@ -776,7 +680,7 @@ msgstr "" #: core/job_error.cpp:231 #, kde-format msgid "%1 is required by the server, but is not available." -msgstr "يتطلّب الخادوم %1، ولكنّه غير متوفّر." +msgstr "يتطلّب الخادم %1، ولكنّه غير متوفّر." #: core/job_error.cpp:234 #, kde-format @@ -802,7 +706,7 @@ msgstr "لا يمكن نقل المجلّد إلى نفسه" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "فشل التّواصل مع خادوم كلمات السّرّ المحليّ" +msgstr "فشل التّواصل مع خادم كلمات السر المحليّ" #: core/job_error.cpp:249 #, kde-format @@ -817,7 +721,7 @@ msgid "" "destination filesystem only supports files up to 4GiB" msgstr "" "لا يمكن نقل %1 بسبب أنه ضخم جدا. نظام الملفات المُستقبِل " -"يدعم ملفات ذات حجم لا يتعدى 4 جيجابايت." +"يتيح ملفات ذات حجم لا يتعدى 4 غيغابايت." #: core/job_error.cpp:258 #, kde-format @@ -837,6 +741,11 @@ msgstr "الملفّ كبير جدًّا ليُنقل إلى المهملات." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "تعذر العثور على مجلد المهملات أو إنشاؤه لهذا الموقع." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -846,115 +755,115 @@ msgstr "" "%2\n" "رجاءً أرسل تقريرًا علّة كامل إلى http://bugs.kde.org" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(مجهول)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "السّبب التّقنيّ: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "تفاصيل الطّلب:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • المسار: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • الميفاق: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • التّاريخ والوقت: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • معلومات إضافيّة: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "الأسباب المحتملة:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "الحلول المحتملة:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(مجهول)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -"راسل نظام دعم الحاسوب المناسب ، سواءاً مدير النظام أو مجموعة الدعم الفني " -"لمزيد من المساعدة." - -#: core/job_error.cpp:378 -#, kde-format -msgid "Contact the administrator of the server for further assistance." -msgstr "راسل مدير الخادوم لمساعدة إضافيّة." +"راسل نظام دعم الحاسوب المناسب، سواءً مدير النظام أو مجموعة الدعم الفني لمزيد " +"من المساعدة." #: core/job_error.cpp:381 #, kde-format -msgid "Check your access permissions on this resource." -msgstr "افحص تصاريح النّفاذ إلى هذا المورد لديك." +msgid "Contact the administrator of the server for further assistance." +msgstr "راسل مدير الخادم لمساعدة إضافيّة." -#: core/job_error.cpp:383 +#: core/job_error.cpp:384 +#, kde-format +msgid "Check your access permissions on this resource." +msgstr "افحص أذونات النّفاذ إلى هذا المورد لديك." + +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -"قد لا تكون تصاريح النّفاذ لديك كافية لإجراء العمليّة المطلوبة على هذا المورد." +"قد لا تكون أذونات النّفاذ لديك كافية لإجراء العمليّة المطلوبة على هذا المورد." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "لربّما هناك مستخدم أو تطبيق آخر يستخدم هذا الملفّ (ولهذا هو مقفل)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." -msgstr "تأكد أن لا يوجد تطبيق أخر أو مستخدم أخر يستخدم الملف أو قام بقفله." +msgstr "تأكد أن لا يوجد تطبيق أخر أو مستخدم أخر يستخدم الملف أو قفله." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "رغم كونه مستبعدًا، لربّما حدث خطأ عتاديّ." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "لربمّا واجهت علّة في البرنامج." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -963,14 +872,14 @@ msgstr "" "غالبًا ما يكون هذا بسبب علّة في البرنامج. رجاءً أرسل تقرير علّة كامل كما هو مفصّل " "أدناه." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "حدّث برمجيّاتك إلى أحدث إصدارة. على توزيعتك توفير الأدوات لفعل ذلك." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -981,110 +890,109 @@ msgid "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." msgstr "" -"عندما يفشل كل شيء آخر ، رجاءاً ساعد فريق كِيدِي أو المشرف الخارجي لهذا البرنامج " -"من خلال إرسال تقرير خطأ عالي الجودة. إذا وفر البرنامج من قبل طرف ثالث ، يرجى " -"الاتصال بهم مباشرة.بخلاف ذلك ، انظر أولاً لمعرفة ما إذا كان قد تم إرسال الخطأ " -"نفسه بواسطة شخص آخر من خلال البحث في موقع " -"علل كِيدِي.إذا لم يكن الأمر كذلك ، فقم بتدوين التفاصيل الواردة أعلاه ، وقم " -"بتضمينها في تقرير الخطأ ، بالإضافة إلى العديد من التفاصيل الأخرى التي تعتقد " -"أنها قد تساعدك. " +"عندما يفشل كل شيء آخر، رجاءً ساعد فريق كِيدِي أو المشرف الخارجي لهذا البرنامج " +"من خلال إرسال تقرير خطأ عالي الجودة. إذا وفر البرنامج من قبل طرف ثالث، يرجى " +"الاتصال بهم مباشرة.بخلاف ذلك، انظر أولاً لمعرفة ما إذا كان قد أُرسل الخطأ نفسه " +"بواسطة شخص آخر من خلال البحث في موقع علل " +"كِيدِي.إذا لم يكن الأمر كذلك، فقم بتدوين التفاصيل الواردة أعلاه، وقم " +"بتضمينها في تقرير الخطأ، بالإضافة إلى العديد من التفاصيل الأخرى التي تعتقد " +"أنها قد تساعدك." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "لربّما تواجه مشكلة مع اتّصال الشّبكة." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -"ربما كانت هناك مشكلة في ضبط الشبكة. إذا كنت تقوم بالوصول إلى الإنترنت بدون " -"مشاكل مؤخرًا ، فمن غير المرجح أن يحدث ذلك. " +"ربما كانت هناك مشكلة في ضبط الشبكة. إذا كنت تقوم بالوصول إلى الإنترنت دون " +"مشاكل مؤخرًا، فمن غير المرجح أن يحدث ذلك. " -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." -msgstr "" -"قد تكون هناك مشكلة في مكان ما على مسار الّشبكة بين الخادوم وهذا الحاسوب." +msgstr "قد تكون هناك مشكلة في مكان ما على مسار الّشبكة بين الخادم وهذا الحاسوب." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "أعِد المحاولة الآن أو في وقت لاحق." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "لربّما حدث خطأ في الميفاق أو في عدم التّوافقيّة." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "تأكّد من وجود المورد وأعِد المحاولة." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "قد لا يكون المورد المحدّد موجودًا." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "تحقّق من أنّك أدخلت المكان الصّحيح وأعِد المحاولة." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "افحص حالة اتّصال الشّبكة لديك." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "تعذّر فتح المورد للقراءة" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" "يعني هذا أنّه تعذّر جلب محتويات الملفّ أو المجلّد %1 بسبب تعذّر " -"الحصول على تصريح القراءة." +"الحصول على إذْن القراءة." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." -msgstr "قد لا تملك تصريح قراءة الملفّ أو فتح المجلّد." +msgstr "قد لا تملك إذْن قراءة الملفّ أو فتح المجلّد." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "تعذّر فتح المورد للقراءة" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" "يعني هذا أنّ تعذّرت الكتابة في الملفّ %1 كما طُلب بسبب تعذّر " -"الحصول على تصريح الكتابة." +"الحصول على إذْن الكتابة." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "تعّذر إطلاق العمليّة التي يطلبها ميفاق %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "تعذّر إطلاق العمليّة" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "على حاسوبك. غالبًا ما يكون هذا سبب تقنيّ." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1105,12 +1013,12 @@ msgstr "" "يمكن أن يتسبب هذا في عدم توافق البرنامج مع الإصدار الحالي وبالتالي عدم بدء " "تشغيله. " -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "خطأ داخليّ" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 عن خطأ داخليّ." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "رابط لم يُنسّق بصورة صحيحة" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" -msgstr "الميفاق %1 غير مدعوم" +msgstr "الميفاق %1 غير متاح" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." -msgstr "لا تدعم برامج «كِيدِي» المثبّتة الميفاق %1 حاليًّا." +msgstr "لا تتيح برامج «كِيدِي» المثبّتة الميفاق %1 حاليًّا." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." -msgstr "قد لا يكون الميفاق المطلوب مدعومًا." +msgstr "قد لا يكون الميفاق المطلوب متاحًا." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -"قد تكون إصدارات الميفاق %1 المدعومة على هذا الحاسوب وعلى الخادوم غير متوافقة." +"قد تكون إصدارات الميفاق %1 المتاحة على هذا الحاسوب وعلى الخادم غير متوافقة." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1169,21 +1077,21 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" "يمكنك البحث في الشّابكة عن ملحق برمجي (يُسمّى «تابع دخل/خرج كِيدِي KIO worker») " -"يدعم هذا الميفاق. يمكنك البحث في الأماكن الآتية مبدئيًّا: https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "لا يشير المسار إلى مورد." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "الميفاق ميفاقُ ترشيح" # هنا -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator) الذي أدخلته لا يشير إلى مورد محدّد." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1200,24 +1108,24 @@ msgid "" "one of these situations. This is a rare event, and is likely to indicate a " "programming error." msgstr "" -"يمكن لكِيدِي التواصل عبر بروتوكول داخل بروتوكول ؛ يستعمل البروتوكول المحدد في " -"مثل هذه الحالات، لكن من البين أن الحال على غير ذلك. هذا حدث نادر ، غالبا ما " +"يمكن لكِيدِي التواصل عبر بروتوكول داخل بروتوكول؛ يستعمل البروتوكول المحدد في " +"مثل هذه الحالات، لكن من البين أن الحال على غير ذلك. هذا حدث نادر، غالبا ما " "أنه يشير إلى خطأ برمجي." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" -msgstr "الإجراء غير مدعوم: %1" +msgstr "الإجراء غير متاح: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -"لا يدعم برنامج كِيدِي الذي ينفّذ ميفاق %1 الإجراء المطلوب." +"لا يتيح برنامج كِيدِي الذي ينفّذ ميفاق %1 الإجراء المطلوب." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1227,159 +1135,159 @@ msgstr "" "يعتمد هذا الخطأ إلى حد كبير على برنامج كِيدِي. يجب أن تعطيك المعلومات الإضافية " "معلومات أكثر مما هو متاح لبنية الإدخال / الإخراج كِيدِي. " -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "حاوِل العثور على طريقة أخرى لإجراء ما تريد." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "توقّعتُ ملفًّا" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "توقّع الطّلب ملفًّا، ولكن المجلّد %1 عُثر عليه عوض ذلك." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." -msgstr "قد يكون هذا خطأً من جانب الخادوم." +msgstr "قد يكون هذا خطأً من جانب الخادم." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "توقّعتُ مجلّدًا" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "توقّع الطّلب مجلّدًا، ولكن الملفّ %1 عُثر عليه عوض ذلك." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "الملفّ أو المجلّد غير موجود" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "الملفّ أو المجلّد %1 المحدّد غير موجود." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "تعذّر إنشاء الملفّ المطلوب بسبب وجود ملفّ بنفس الاسم." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "جرّب نقل الملفّ الحاليّ إلى مكان آخر أوّلًا، وأعِد المحاولة." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "احذف الملفّ الحاليّ وأعِد المحاولة." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "اختر اسم ملفّ آخر للملفّ الجديد." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "تعذّر إنشاء المجلّد المطلوب بسبب وجود مجلّد بنفس الاسم." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "جرّب نقل المجلّد الحاليّ إلى مكان آخر أوّلًا، وأعِد المحاولة." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "احذف المجلّد الحاليّ وأعِد المحاولة." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "اختر اسمًا آخر للمجلّد الجديد." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "المضيف مجهول" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -"يُشير خطأ ”المضيف مجهول“ إلى تعذّر العثور على الخادوم بالاسم المطلوب " +"يُشير خطأ ”المضيف مجهول“ إلى تعذّر العثور على الخادم بالاسم المطلوب " "%1 في الشّابكة." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "الاسم %1 الذي كتبته غير موجود: قد يكون مكتوبا بشكل غير صحيح." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "رُفض النّفاذ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "رُفض النّفاذ إلى المورد، %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 -#, kde-format -msgid "You may have supplied incorrect authentication details or none at all." -msgstr "ربما قدمت تفاصيل مصادقة غير صحيحة أو لا شيء على الإطلاق. " - #: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format -msgid "Your account may not have permission to access the specified resource." -msgstr "قد لا يملك حسابك تصاريح النّفاذ إلى المورد المحدّد." +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "ربما قدمت تفاصيل استيثاق غير صحيحة أو لا شيء على الإطلاق." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format +msgid "Your account may not have permission to access the specified resource." +msgstr "قد لا يملك حسابك أذونات النّفاذ إلى المورد المحدّد." + +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "أعِد الطّلب وتحقّق من إدخال تفاصيل الاستيثاق بشكل صحيح." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "رُفض نفاذ الكتابة" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "يعني هذا رفض محاولة للكتابة في الملفّ %1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "تعذّر الدخول إلى المجلّد" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1388,17 +1296,17 @@ msgstr "" "يعني هذا رفض محاولة للدّخول (بعبارة أخرى ”فتح“) المجلّد %1 " "المطلوب." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "سرد المجلّدات غير متوفّر" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "ليس الميفاق %1 بنظام ملفّات" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1406,14 +1314,14 @@ msgid "" "so." msgstr "" "يعني هذا حدوث طلب يتطلّب تحديد محتويات المجلّد، ولكنّ يتعذّر على برنامج «كِيدِي» " -"الذي يدعم هذا الميفاق فعل ذلك." +"الذي يتيح هذا الميفاق فعل ذلك." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "اكتُشف رابط حلقيّ" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1425,34 +1333,34 @@ msgstr "" "مجموعة روابط أدّت إلى حلقة لانهائيّة، أيّ أنّ الملفّ كان مربوطًا (ربّما مثل الحلقة) " "بنفسه." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "احذف أحد أجزاء التّكرار لألّا يؤدّي إلى تكرار لانهائيّ وأعِد المحاولة." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "أجهض المستخدم الطّلب" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "لم يكتمل الطّلب لإجهاضه." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "أعِد الطّلب." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "اكتُشف رابط حلقيّ أثناء النسخ" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1461,20 +1369,20 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" "تستطيع بيئات يونكس بشكل عام ربط ملف أو مجلد باسم منفصل و/أو موقع. أثناء " -"عملية النسخ المطلوبة ، وجد برنامج كِيدِي رابط أو سلسلة من الروابط والتي تنتج " -"في حلقة لا نهائية - على سبيل المثال كان الملف مرتبط بنفسه." +"عملية النسخ المطلوبة، وجد برنامج كِيدِي رابط أو سلسلة من الروابط والتي تنتج في " +"حلقة لا نهائية - على سبيل المثال كان الملف مرتبط بنفسه." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "تعذّر إنشاء اتّصال شبكة" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "تعذّر إنشاء مقبس" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1483,42 +1391,42 @@ msgstr "" "هذا خطأ تقني إلى حد ما حيث لا يمكن إنشاء جهاز (مقبس) يؤدي الاتصالات الشبكية " "المطلوبة." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -"قد يكون اتصال الشبكة غير معد بشكل صحيح ، أو أن واجهة الشبكة لا يمكن تفعيلها." +"قد يكون اتصال الشبكة غير معد بشكل صحيح، أو أن واجهة الشبكة لا يمكن تفعيلها." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" -msgstr "رُفض الاتّصال بالخادوم" +msgstr "رُفض الاتّصال بالخادم" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." -msgstr "رفض الخادوم %1 السّماح لهذا الحاسوب بإنشاء اتّصال." +msgstr "رفض الخادم %1 السّماح لهذا الحاسوب بإنشاء اتّصال." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "قد يكون الخادم المتصل بالإنترنت غير مضبوط للسماح للطلبات." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "قد يكون الخادم المتصل بالإنترنت لا يشغل الخدمة المطلوبة (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1528,12 +1436,12 @@ msgstr "" "إما قد يكون جدار حماية الشبكة (جهاز يقيد طلبات الإنترنت) يحمي شبكتك أو أن " "شبكة الخادم قد تدخلت لمنع هذا الطلب. " -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" -msgstr "أُغلق الاتّصال بالخادوم بشكل غير متوقّع" +msgstr "أُغلق الاتّصال بالخادم بشكل غير متوقّع" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1542,26 +1450,26 @@ msgstr "" "بالرغم من إنشاء وصلة بـ %1 ، إلا أنها أغلقت في نقطة غير " "متوقعة في الاتصال. " -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -"من الممكن أنه حصل خطأ ميفاقي ، مما أدى لأن يغلق الخادم الاتصال كرد على الخطأ." +"من الممكن أنه حصل خطأ ميفاقي، مما أدى لأن يغلق الخادم الاتصال كرد على الخطأ." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "عنوان مورد خاطئ" # متكرر -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "ليس الميفاق %1 بميفاق ترشيح" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L" "%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1580,28 +1488,28 @@ msgid "" "programming error." msgstr "" "كِيدِي قادرة على التواصل من خلال ميفاق ضمن ميفاق. حدد هذا الطلب استخدام ميفاق " -"معين على هذا النحو ، ولكن هذا الميفاق غير قادر على مثل هذا الإجراء. هذا حدث " +"معين على هذا النحو، ولكن هذا الميفاق غير قادر على مثل هذا الإجراء. هذا حدث " "نادر ومن المحتمل أن يشير إلى خطأ في البرمجة. " -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "تعذّر تمهيد جهاز الدّخل/الخرج" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" -msgstr "تعذّر ضمّ الجهاز" +msgstr "تعذّر وصل الجهاز" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -"تعذّر تمهيد (”ضمّ“) الجهاز المطلوب. أُبلغ عن الخطأ الآتي: %1" +"تعذّر تمهيد (”وصل“) الجهاز المطلوب. أُبلغ عن الخطأ الآتي: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1612,17 +1520,17 @@ msgstr "" "منفصلة (أيّ لا وجود لأسطوانة CD-ROM في مشغّل الأسطوانات)، أو أنّه (في حال كان " "جهازًا خارجيًّا/محمولًا) غير مشبوك كما ينبغي." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" -"قد لا تكون لديك تصاريح لتمهيد (”ضمّ“) الجهاز. على أنظمة يونكس، غالبًا ما تكون " +"قد لا تكون لديك أذونات لتمهيد (”وصل“) الجهاز. على أنظمة يونكس، غالبًا ما تكون " "امتيازات مدير النّظام مطلوبة لتمهيد الأجهزة." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1631,26 +1539,26 @@ msgstr "" "تحقّق من جهوزيّة الجهاز. يجب أن تحتوي المشغّلات المنفصلة على وسيط، ويجب أن " "تكوون الأجهزة المحمولة مشبوكة وموصلة بالطّاقة. بعدها أعِد المحاولة." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "تعذّر إلغاء تمهيد جهاز الدّخل/الخرج" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" -msgstr "تعذّرت إزالة ضمّ الجهاز" +msgstr "تعذّرت إزالة وصل الجهاز" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -"تعذّر إلغاء تمهيد (”إزالة ضمّ“) الجهاز المطلوب. أُبلغ عن الخطأ الآتي: " +"تعذّر إلغاء تمهيد (”إزالة وصل“) الجهاز المطلوب. أُبلغ عن الخطأ الآتي: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1661,27 +1569,27 @@ msgstr "" "الأمور الصّغيرة كوجود نافذة تصفّح مفتوحة في مكان داخل الجهاز قد يجعل الجهاز " "مستخدمًا." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " "UNIX systems, system administrator privileges are often required to " "uninitialize a device." msgstr "" -"قد لا تكون لديك تصاريح لإلغاء تمهيد (”إزالة ضمّ“) الجهاز. على أنظمة يونكس، " +"قد لا تكون لديك أذونات لإلغاء تمهيد (”إزالة وصل“) الجهاز. على أنظمة يونكس، " "غالبًا ما تكون امتيازات مدير النّظام مطلوبة لتمهيد الأجهزة." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "تحقّق من ألّا تطبيقات تنفذ إلى الجهاز وأعِد المحاولة." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "تعذّرت القراءة من المورد" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1690,17 +1598,17 @@ msgstr "" "يعني هذا أنّه برغم كون المورد %1 ممكن الفتح، حدوث خطأ أثناء " "قراءة محتوياته." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." -msgstr "قد لا تملك تصريح قراءة مورد." +msgstr "قد لا تملك إذْن قراءة مورد." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "تعذّرت الكتابة في المورد" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1709,22 +1617,22 @@ msgstr "" "يعني هذا أنّه برغم كون المورد %1 ممكن الفتح، حدوث خطأ أثناء " "الكتابة فيه." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." -msgstr "قد لا تملك تصريح الكتابة في المورد." +msgstr "قد لا تملك إذْن الكتابة في المورد." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "تعذّر الاستماع إلى اتّصالات الشّبكة" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "تعذّر الرّبط" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1734,17 +1642,17 @@ msgstr "" "هذا خطأ تقني إلى حد ما حيث لا يمكن إنشاء جهاز (مقبس) يستمع للاتصالات الشبكية " "القادمة." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "تعذّر الاستماع" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "تعذّر قبول اتّصال الشّبكة" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1753,33 +1661,33 @@ msgstr "" "هذا خطأ تقني إلى حد ما، حيث حدث خطأ عند محاولة قبول الاتصالات الشبكية " "القادمة." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." -msgstr "لا تملك التصاريح الكافية لقبول الوصلة." +msgstr "لا تملك الأذونات الكافية لقبول الوصلة." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "تعذّر الولوج: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "لم تنجح محاولة الولوج لتنفيذ العمليّة المطلوبة." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "تعذّر تحديد حالة المورد" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "لا يمكن تحديد حالة المورد" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1788,68 +1696,68 @@ msgstr "" "فشلت محاولة لتحديد معلومات عن حالة المورد %1 مثل اسم المورد " "و نوعه و حجمه إلى غير ذلك." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "قد لا يكون المورد المحدد موجودًا أو لا يمكن الوصول إليه. " #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "تعذّر إلغاء الاستماع" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "أصلحني: وثّق هذا" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "تعذّر إنشاء المجلّد" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "فشلت محاولة إنشاء المجلّد المطلوب." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." -msgstr "قد لا يكون الموقع الذي سيتم إنشاء المجلد فيه موجودًا. " +msgstr "قد لا يكون الموقع الذي سيُنشئ المجلد فيه موجودًا." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "تعّذرت إزالة المجلّد" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "فشلت محاولة إزالة المجلّد %1 المحدّد." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "قد لا يكون المجلّد المحدّد موجودًا." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "قد لا يكون المجلّد المحدّد فارغًا." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "تأكّد من وجود المجلّد وكونه فارغًا وأعِد المحاولة." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "تعذّر استئناف نقل الملفّات" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1858,66 +1766,66 @@ msgstr "" "طلب الطّلب المحدّد استئناف نقل الملفّ %1 من نقطة معيّنة من " "النّقل. لم يكن هذا ممكنًا." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." -msgstr "قد لا يدعم الميفاق أو الخادوم استئناف الملفّات." +msgstr "قد لا يتيح الميفاق أو الخادم استئناف الملفّات." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "أعِد الطّلب دون محاولة استئناف النّقل." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "تعذّر تغيير اسم المورد" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "فشلت محاولة تغيير المورد %1 المحدّد." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" -msgstr "تعذّر تغيير تصاريح المورد" +msgstr "تعذّر تغيير أذونات المورد" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." -msgstr "فشلت محاولة تغيير تصاريح المورد %1 المحدّد." +msgstr "فشلت محاولة تغيير أذونات المورد %1 المحدّد." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "تعذّر تغيير ملكيّة المورد" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "فشلت محاولة تغيير ملكيّة المورد %1 المحدّد." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "تعذّر حذف المورد" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "فشلت محاولة حذف المورد %1 المحدّد." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "إنهاء مفاجئ للبرنامج" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 بشكل غير " "متوقّع." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "نفدت الذّاكرة" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 الحصول " "إلى الذاكرة المطلوبة للاستمرار." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "مضيف الوكيل مجهول" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1 حصل خطأ مضيف مجهول. " -"يُشير خطأ ”المضيف مجهول“ إلى تعذّر العثور على الخادوم بالاسم المطلوب في " +"يُشير خطأ ”المضيف مجهول“ إلى تعذّر العثور على الخادم بالاسم المطلوب في " "الشّابكة." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1964,112 +1872,102 @@ msgid "" "problems recently, this is unlikely." msgstr "" "ربما كانت هناك مشكلة في ضبط الشبكة، خصوصا في اسم وكيل الإنترنت. إذا كنت تقوم " -"بالوصول إلى الإنترنت بدون مشاكل مؤخرًا ، فمن غير المرجح أن يحدث ذلك." +"بالوصول إلى الإنترنت دون مشاكل مؤخرًا، فمن غير المرجح أن يحدث ذلك." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "تحقّق من إعدادات الوكيل وأعِد المحاولة." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" -msgstr "فشل الاستيثاق: الطّريقة %1 غير مدعومة" +msgstr "فشل الاستيثاق: الطّريقة %1 غير متاحة" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." msgstr "" -"على الرغم من أنك زودت بتفاصيل الاستيثاق الصحيحة ، إلا أن الاستيثاق فشل لأن " -"الطريقة التي يستخدمها الخادم ليست مدعومة من برنامج كِيدِي الذي يطبق ميفاق %1." +"على الرغم من أنك زودت بتفاصيل الاستيثاق الصحيحة، إلا أن الاستيثاق فشل لأن " +"الطريقة التي يستخدمها الخادم ليست متاحة من برنامج كِيدِي الذي يطبق ميفاق %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" "رجاءً بلغ عن العلة في https://bugs.kde.org/" -" لتعّرف فريق كِيدِي بطريقة الاستيثاق غير المدعومة." +" لتعّرف فريق كِيدِي بطريقة الاستيثاق غير المتاحة." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "أُجهض الطّلب" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" -msgstr "خطأ داخليّ في الخادوم" +msgstr "خطأ داخليّ في الخادم" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -"أبلغ الخادوم الذي يزوّد النّفاذ إلى الميفاق %1 عن خطأ داخليّ: " +"أبلغ الخادم الذي يزوّد النّفاذ إلى الميفاق %1 عن خطأ داخليّ: " "%2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -"غالبًا ما يكون هذا بسبب علّة في برنامج الخادوم. رجاءً أرسل تقرير علّة كامل كما " -"هو مفصّل أدناه." - -#: core/job_error.cpp:1089 -#, kde-format -msgid "Contact the administrator of the server to advise them of the problem." -msgstr "راسل إدارة الخادوم لإعلامهم بالمشكلة." +"غالبًا ما يكون هذا بسبب علّة في برنامج الخادم. رجاءً أرسل تقرير علّة كامل كما هو " +"مفصّل أدناه." #: core/job_error.cpp:1092 #, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "راسل إدارة الخادم لإعلامهم بالمشكلة." + +#: core/job_error.cpp:1095 +#, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." -msgstr "" -"إذا كنت تعرف من هم مؤلفو برنامج الخادم ، فأرسل تقرير العلة لهم مباشرة. " +msgstr "إذا كنت تعرف من هم مؤلفو برنامج الخادم، فأرسل تقرير العلة لهم مباشرة. " -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "خطأ انتهاء المهلة" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"على الرغم من حصول اتصال مع الخادم ، إلا أنه لم يتم استقبال رد خلال الفترة " -"المخصصة للطلب كالتالي:
            • الوقت المستقطع لتأسيس اتصال: %1 ثانية
            • الوقت المستقطع لاستقبال رد: %2 ثانية
            • الوقت المستقطع للدخول " -"على خوادم الوكيل: %3 ثانية
            فضلا لاحظ أنه باستطاعتك تغيير إعدادات " -"هذه الأوقات المستقطعة في مركز تحكم كِيدِي، باختيار إعدادات الشبكة -> تفضيلات " -"الاتصال." +"على الرغم من الاتصال بالخادم، إلا أنه لم يتلقى رد خلال المدة الزمنية المخصصة " +"للطلب." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." -msgstr "كان الخادوم منشغلًا بالرّدّ على طلبات أخرى ليردّ علينا." +msgstr "كان الخادم منشغلًا بالرّدّ على طلبات أخرى ليردّ علينا." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "خطأ مجهول" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 عن خطأ مجهول: " "%2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "مقاطعة غير معروفة " -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 عن مقاطعة من " "نوع مجهول: %2.." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "تعذّر حذف الملفّ الأصليّ" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2107,12 +2005,12 @@ msgstr "" "تحتاج العملية المطلوبة حذف الملف الأصلي، ومن المحتمل جدا أن تكون عند نهاية " "عملية نقل ملف. الملف الأصلي %1 لا يمكن حذفه." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "تعذّر حذف الملفّ المؤقّت" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2122,12 +2020,12 @@ msgstr "" "تحتاج العملية المطلوبة إنشاء ملف مؤقت لحفظ الملف الجديد أثناء تحميله. هذا " "الملف %1 لا يمكن حذفه." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "تعذّر تغيير اسم الملفّ الأصليّ" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2136,12 +2034,12 @@ msgstr "" "تحتاج العملية المطلوبة إعادة تسمية الملف الأصلي %1 لكن لا " "يمكن إعادة تسميته." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "تعذّر تغيير اسم الملفّ المؤقّت" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2150,129 +2048,129 @@ msgstr "" "تحتاج العملية المطلوبة إنشاء ملف مؤقت. هذا الملف %1 لا يمكن " "إنشاؤه." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "تعذّر إنشاء الرّابط" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "تعذر إنشاء الرّابط الرّمزيّ" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "تعذّر إنشاء الرّابط الرّمزيّ %1 المطلوب." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "لا محتويات" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "القرص ممتلئ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "تعذّرت كتابة الملفّ %1 المطلوب بسبب نقص مساحة القرص." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" -"قم بتحرير مساحة كافية على القرص بواسطة 1) حذف الملفات غير المرغوب فيها " -"والمؤقتة أو 2) أرشفة الملفات إلى وسائط تخزين قابلة للإزالة مثل الأقراص " -"المضغوطة القابلة للتسجيل أو 3) الحصول على سعة تخزين أكبر. " +"حرّر مساحة كافية على القرص بواسطة 1) حذف الملفات غير المرغوب فيها والمؤقتة أو " +"2) أرشفة الملفات إلى وسائط تخزين قابلة للإزالة مثل الأقراص المضغوطة القابلة " +"للتسجيل أو 3) الحصول على سعة تخزين أكبر. " -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "المصدر والمقصد متطابقان" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "تعذّر إكمال العمليّة لأنّ المصدر والمقصد هما نفس الملفّ." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "اختر اسم ملفّ آخر للملفّ المقصد." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "أُفلت ملفّ أو مجلّد على نفسه" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "تعذّر إكمال العمليّة لأنّ المصدر والمقصد هما نفس الملفّ أو المجلد." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "أسقِط العنصر في ملفّ أو مجلّد آخر." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "نقل المجلّد إلى نفسه" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "تعذّر إكمال العمليّة لأنّ المصدر لا يمكن نقله إلى نفسه." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "انقل العنصر إلى مجلّد آخر." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "تعذّر التّواصل مع خادوم كلمات السّرّ" +msgstr "تعذّر التّواصل مع خادم كلمات السر" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -"تعذّر إكمال العمليّة لتعذّر التّواصل مع خدمة طلب كلمات السّرّ (kpasswdserver)" +"تعذّر إكمال العمليّة لتعذّر التّواصل مع خدمة طلب كلمات السر (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "جرّب إعادة تشغيل الجلسة، أو طالع سجلّات أخطاء kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "تعذّر تمهيد الميفاق %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "تعذّر إنشاء تابع الدّخل/الخرج" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2281,7 +2179,7 @@ msgstr "" "تعذّر بدء تابع الدّخل/الخرج الذي يوفّر النّفاذ إلى ميفاق %1. " "يحدث هذا غالبا لأسباب تقنية." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2290,13 +2188,13 @@ msgstr "" "تعذّر على klauncher العثور أو بدء الملحق الذي يقدم الميفاق. هذا يعني أن تمتلك " "إصدارة قديمة من الملحق في الغالب." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "لا يمكن نقل %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2304,37 +2202,37 @@ msgid "" "destination filesystem does not support files that large" msgstr "" "لا يمكن نقل الملف %1 بسبب أن نظام الملفات المقصد لا " -"يدعم ملفات بهذا الحجم" +"يتيح ملفات بهذا الحجم" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." -msgstr "أعد تهيئة قرص المقصد ليستخدم نظام ملفات يدعم ملفات بهذا الحجم." +msgstr "أعد تهيئة قرص المقصد ليستخدم نظام ملفات يتيح ملفات بهذا الحجم." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "خطأ غير موثّق" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(رابط رمزيّ إلى %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1، رابط إلى %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (يشير إلى %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2343,25 +2241,25 @@ msgstr "" "المسار مشوّه\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "غير قادر على تحديد نوع الملف لـ%1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "تعذّر استخراج اسم التّنفيذيّ من ’%1‘، رجاءً اكتب اسم برنامج صالح." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "لا يبدو الملف %1 برنامجا تنفيذيا." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2370,92 +2268,92 @@ msgid "" msgstr "" "لم يعثر على %1، الرجاء إدخال مسار صالح لبرنامج تنفيذي." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." -msgstr "فتح الاتّصالات ليس مدعومًا مع الميفاق %1." +msgstr "فتح الاتّصالات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." -msgstr "إغلاق الاتّصالات ليس مدعومًا مع الميفاق %1." +msgstr "إغلاق الاتّصالات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." -msgstr "النّفاذ إلى الملفّات ليس مدعومًا مع الميفاق %1." +msgstr "النّفاذ إلى الملفّات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." -msgstr "الكتابة في %1 غير مدعومة." +msgstr "الكتابة في %1 غير متاحة." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "لا إجراءات خاصّة متوفّرة للميفاق %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." -msgstr "سرد المجلّدات ليس مدعومًا مع الميفاق %1." +msgstr "سرد المجلّدات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." -msgstr "جلب البيانات من %1 ليس مدعومًا." +msgstr "جلب البيانات من %1 ليس متاحًا." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." -msgstr "جلب معلومات نوع MIME من %1 ليس مدعومًا." +msgstr "جلب معلومات نوع MIME من %1 ليس متاحًا." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "تغيير أسماء الملفّات أو نقلها عبر %1 ليس مدعومًا." +msgstr "تغيير أسماء الملفّات أو نقلها عبر %1 ليس متاحًا." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." -msgstr "إنشاء الروابط الرّمزيّة ليس مدعومًا مع الميفاق %1." +msgstr "إنشاء الروابط الرّمزيّة ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." -msgstr "نسخ الملفّات عبر %1 ليس مدعومًا." +msgstr "نسخ الملفّات عبر %1 ليس متاحًا." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." -msgstr "حذف الملفّات من %1 ليس مدعومًا." +msgstr "حذف الملفّات من %1 ليس متاحًا." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "إنشاء المجلّدات ليس مدعومًا مع الميفاق %1." +msgstr "إنشاء المجلّدات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." -msgstr "تغيير صفات الملفّات ليس مدعومًا مع الميفاق %1." +msgstr "تغيير صفات الملفّات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." -msgstr "تغيير ملكيّة الملفّات ليس مدعومًا مع الميفاق %1." +msgstr "تغيير ملكيّة الملفّات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." -msgstr "فتح الملفّات ليس مدعومًا مع الميفاق %1." +msgstr "فتح الملفّات ليس متاحًا مع الميفاق %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." -msgstr "لا يدعم الميفاق %1 الإجراء %2." +msgstr "لا يتيح الميفاق %1 الإجراء %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2466,311 +2364,334 @@ msgstr "" "لا يمكن ضمان أمان عامل KIO للميفاق '%1'، والذي يطلب عادةً أذونات مرتفعة، لأن " "المستخدمين بخلاف الجذر لديهم الإذن بتعديله عند %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "الميفاق ’%1‘ مجهول." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "تعذّر العثور على تابع الدّخل/الخرج للميفاق ’%1‘." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"لم يتمكن عامل KIO للميفاق ”%1“ في %2 من التحميل لأن جميع عمال KIO الموجودين " +"خارج %3 ويطلبون امتيازات مرتفعة يعتبرون غير آمنين." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "تعذّر إنشاء مقبس لإطلاق تابع الدّخل/الخرج للميفاق ’%1‘." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "تعذّر العثور على تنفيذيّ 'kioworker' في ’%1‘" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "التّ&فاصيل" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "للأب&د" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&تابع" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "للجلسة ال&حاليّة فقط" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "انقل إلى مجلدٍ جديدٍ" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "أنشئ مجلدًّا جديدًا لهذه العناصر" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p٪" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "لم تختر أيّ ملفّ لحذفه." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "لا شيء لحذفه" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "لم تختر أيّ ملفّ لرميه." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "لا شيء لرميه" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "المجلّد المحدّد غير موجود أو تعذّرت قراءته." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "القائمة" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" -msgstr "المجلّد الأبّ" +msgstr "المجلّد الأب" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "عُد" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "تقدم" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "مجلّد المنزل" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "أعِد التّحميل" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "مجلّد جديد…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "انقل إلى المهملات" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "احذف" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "افرز" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "رتّب بالاسم" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "رتب بالحجم" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "رتب بالتّاريخ" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "رتّب بالنوع" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "تصاعدي" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "تنازليًّا" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "المجلّدات أوّلًا" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "الملفّات المخفيّة في الأخير" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "عرض أيقونات" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "عرض مضغوط" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "عرض مفصّل" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "مكان الأيقونة" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "بجانب اسم الملفّ" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "فوق اسم الملفّ" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "عرض قصير" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "منظور مفصّل" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "منظور الشّجرة" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "منظور الشّجرة المفصّل" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "اسمح بالتمدد في العرض التفصيلي" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "اعرض الملفّات المخفيّة" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "أظهر لوح المعاينة" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "اعرض معاينة" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "افتح المجلد الحاوي" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "الخصائص" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "نمط ال&عرض" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "ي-أ" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "أ-ي" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "الأحدث أولاً" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "الأقدم أولاً" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "الأحدث أولاً" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "الأضخم أوّلًا" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "الأصغر أوّلًا" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "التّرميز:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "افتح" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "احفظ كَ‍" @@ -2817,40 +2738,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "انقل هنا" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|كلّ الملفّات" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "‏%1 (‏%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" -msgstr "كلّ الملفّات المدعومة" +msgstr "كلّ الملفّات المتاحة" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "كلّ الملفّات" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "أضف مدخلة أماكن" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "حرّر مدخلة الأماكن" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2862,17 +2783,17 @@ msgstr "" "اللصيقة مكوّنة من كلمة أو كلمتين تساعد على تذكّر ما تشير إليه هذه المدخلة. إن " "لم تُدخِل لصيقة فستُأخذ من مسار المكان.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "الل&صيقة:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "أدخِل لصيقة الوصف هنا" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2880,17 +2801,17 @@ msgid "" "org/pub/kde/stable

            By clicking on the button next to the text " "edit box you can browse to an appropriate URL.
            " msgstr "" -"هذا المكان مرتبط بالمدخلة. يمكن إستخدام أي عنوان صحيح، على سبيل المثال::" +"هذا المكان مرتبط بالمدخلة. يمكن استخدام أي عنوان صحيح، على سبيل المثال::" "

            %1
            http://www.kde.org
            ftp://ftp.kde.org/pub/kde/" -"stable

            بالنقر فوق الزر الموجود بجوار مربع تحرير النص ، يمكنك " +"stable

            بالنقر فوق الزر الموجود بجوار مربع تحرير النص، يمكنك " "التصفح للوصول إلى عنوان مناسب.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "الم&كان:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -2899,17 +2820,17 @@ msgstr "" "هذا الأيقونة التي ستظهر في لوحة الأماكن.

            انقر فوق الزر " "لتحديد أيقونة مختلفة.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "اختر أي&قونة:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "اعرض &فقط عند استخدام هذا التّطبيق (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2917,203 +2838,209 @@ msgid "" "entry will be available in all applications." msgstr "" " حدد هذا الإعداد إذا كنت تريد أن تظهر هذا المدخلة فقط عند استخدام " -"التطبيق الحالي (%1).

            إذا لم إذا لم تحدد هذا الإعداد ، فستكون " +"التطبيق الحالي (%1).

            إذا لم إذا لم تحدد هذا الإعداد، فستكون " "المدخلة متاحة في جميع التطبيقات.
            " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "الأماكن" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "البعيد" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "الحديثة" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "ابحث عن" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "الأجهزة" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "الأجهزة المنفصلة" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "الوسوم" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (من %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "جميع الوسوم" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "المنزل" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "سطح المكتب" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "المستندات" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "التنزيلات" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "الشّبكة" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "المهملات" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "الموسيقى" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "الصور" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "الفديوهات" +msgstr "الفيديوهات" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "الملفات الحديثة" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "الأماكن الحديثة" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "عُدّلت اليوم" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "عدلت الأمس" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "تعذّرت الإضافة إلى لوحة الأماكن: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "يمكن فقط إضافة المجلدات إلى لوحة الأماكن" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "اضبط…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "أخرج…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "أ&خرج" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "أزِل بأمان…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "أزِل بأمان…" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "أزل الضمّ…" +msgstr "أزل الوصل…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "أزل ال&ضمّ" +msgstr "أزل ال&وصل" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "أ&خرِج" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." -msgstr "ليس الجهاز ’%1‘ باسطوانة ولا يمكن إخراجه." +msgstr "ليس الجهاز ’%1‘ بأسطوانة ولا يمكن إخراجه." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "حدث خطأ أثناء النّفاذ إلى ’%1‘، ردّ النّظام بِ‍: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "حدث خطأ أثناء النّفاذ إلى ’%1‘" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "ثمّة ملفّ أو أكثر في هذا الجهاز مفتوح في تطبيق آخر." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3140,161 +3067,161 @@ msgstr[5] "" "ثمّة ملفات مفتوحة في هذا الجهاز في التطبيقات التالية: \"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "، " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "أعد تهيئة أو حرر بمحرر الأقسام" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "‏%1: ‏%2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "المتبقي %1 من أصل %2 (%3٪ مستخدمة)" # %1 هو اسم مجموعة (يمكن يكون بالإنجليزي) -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "‏%1 (مخفيّ)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "أفرِغ المهملات" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" -msgstr "ضمّ" +msgstr "وصل" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "افتح في لسان" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "افتح في نافذة جديدة" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "أضف مدخلة..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&حرّر…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "أزِل من الأماكن" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "أ&خفِ" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "أخفِ قسم '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "أخفِ القسم" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "ا&عرض كلّ المدخلات" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "حجم الأيقونة" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "تحجيم آلي" +msgstr "تحجيم آليّ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "صغير (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "متوسط (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "كبير (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "ضخم (%1×%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "يمكنك اختيار ملفّ واحد فقط" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "قُدّم أكثر من ملفّ واحد" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "يمكنك اختيار الملفّات المحليّة فقط" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "الملفّات البعيدة غير مقبولة" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3302,109 +3229,79 @@ msgid "" msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" -msgstr[0] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام النسق التالي: %2" +msgstr[0] "يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام النسق التالي: %2" msgstr[1] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام أحد الأنساق التالية: %2" +"يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام أحد الأنساق التالية: %2" msgstr[2] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام أحد الأنساق التالية: %2" +"يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام أحد الأنساق التالية: %2" msgstr[3] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام أحد الأنساق التالية: %2" +"يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام أحد الأنساق التالية: %2" msgstr[4] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام أحد الأنساق التالية: %2" +"يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام أحد الأنساق التالية: %2" msgstr[5] "" -"يستخدم العنوان المحدد نسق غير مدعوم. الرجاء استخدام أحد الأنساق التالية: %2" +"يستخدم العنوان المحدد نسق غير متاح. الرجاء استخدام أحد الأنساق التالية: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "نسق عنوان غير مدعوم" +msgstr "نسق عنوان غير متاح" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"حُدّد أكثر من مجلّد واحد وهذا الحواريّ لا يقبل المجلّدات، لذا لا يمكن اختيار أيّها " -"سيُدخل فيه. رجاءً اختر مجلّدًا واحدًا فقط لسرده." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "قُدّم أكثر من مجلّد واحد" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"حُدّد (على الأقلّ) مجلّد واحد وملفّ واحد. ستُتجاهل الملفّات المحدّدة وسيُسرد المجلّد " -"المحدّد" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "حُدّدت ملفّات ومجلّدات" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "تعذّر العثور على الملفّ ”%1“" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "تعذّر فتح الملفّ" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

            For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
            " msgstr "" -"انقر هذا الزّرّ للدّخول إلى المجلّد الأبّ.

            مثلًا إن كان المكان " +"انقر هذا الزّرّ للدّخول إلى المجلّد الأب.

            مثلًا إن كان المكان " "الحاليّ هو file:/home/konqi، نقر هذا الزّرّ سيأخذك إلى file:/home.
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "انقر هذا الزّرّ للانتقال خلفًا خطوة واحدة في تأريخ التّصفح." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "انقر هذا الزّرّ للانتقال أمامًا خطوة واحدة في تأريخ التّصفح." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "انقر هذا الزّرّ لإعادة تحميل محتويات المكان الحاليّ." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "انقر هذا الزّرّ لإنشاء مجلّد جديد." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "أظهر لوحة الأماكن" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "أظهر زر العلامات" +msgid "Show Quick Filter" +msgstr "اعرض المرشح السريع" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "خيارات" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3418,12 +3315,12 @@ msgstr "" "الأيقونات والقوائم
          • عرض الملفّات المخفيّة
          • لوحة تنقّل الأماكن
          • معاينات الملفّات
          • فصل المجلّدات عن الملفّات
          " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "العلامات" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3433,16 +3330,39 @@ msgid "" msgstr "" " يتيح لك هذا الزر وضع إشارة مرجعية على مواقع محددة. انقر فوق هذا الزر " "لفتح قائمة الإشارات المرجعية حيث يمكنك إضافة إشارة مرجعية أو تحريرها أو " -"تحديدها.

          هذه الإشارات المرجعية خاصة بمربع حوار الملف ، ولكنها " +"تحديدها.

          هذه الإشارات المرجعية خاصة بمربع حوار الملف، ولكنها " "تعمل بخلاف ذلك مثل الإشارات المرجعية في مكان آخر في كِيدِي.
          " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "الا&سم:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "تراجع عن تغيير اسم الملف" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "أبقِ المرشّح عند تغيير المجلدات" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "ابحث بالاسم…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "أخفِ شريط المرشّح" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3454,12 +3374,12 @@ msgstr "" "الميزة بزرّ الفأرة الأيمن واختيار الوضع المحبّذ من قائمة إكمال النّصّ." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "هذا الاسم الذي سيُحفظ به الملفّ." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3468,77 +3388,81 @@ msgstr "" "هذه قائمة بالملفّات لفتحها. يمكن تحديد أكثر من ملف من خلال سرد عدة ملفات، " "مفصولة بمسافات." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "هذا اسم الملفّ الذي سيُفتح." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "الأماكن" # تكرار -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" -msgstr "الملفّ ”%1“ موجود بالفعل. أتريد الكتابة فوقه؟" +msgstr "الملفّ ”%1“ موجود فعلًا. أتريد الكتابة فوقه؟" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "أأكتب فوق الملفّ؟" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "يمكنك اختيار الملفّات المحليّة فقط." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "الملفّات البعيدة غير مقبولة" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "كلّ المجلّدات" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "الدليل الحالي: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "ا&فتح" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "مقاس الأيقونة: %1 بكسل" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "اختر ام&تداد اسم الملفّ آليًّا (%1)" # هذا سيدخل في النص الطويل القادم (%3) -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "الامتداد %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "اختر ام&تداد اسم الملفّ آليًّا" # هذا سيدخل في النص الطويل القادم (%3) -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "امتداد مناسب" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3554,22 +3478,21 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" "يتيح هذا الخيار بعض الميزات الملائمة لحفظ الملفات بتنسيق الامتدادات:
          1. سيتم تحديث أي امتداد محدد في منطقة النص %1 إذا قمت بتغيير " -"نوع الملف الذي تريد الحفظ فيه.

          2. إذا لم يتم تحديد أي " -"امتداد في منطقة النص %2 عند النقر فوق حفظ ، فستتم إضافة%3 " -"إلى نهاية اسم الملف (إذا لم يكن اسم الملف كذلك موجود مسبقا). يعتمد هذا " -"الامتداد على نوع الملف الذي اخترت الحفظ فيه.

            إذا كنت لا تريد من " -"كِيدِي توفير امتداد لاسم الملف ، فيمكنك إما إيقاف تشغيل هذا الخيار أو يمكنك " -"منعه عن طريق إضافة نقطة (.) إلى نهاية اسم الملف (ستتم إزالة الفترة تلقائيًا). " -"
          إذا لم تكن متأكدًا ، احتفظ بهذا الخيار ممكّنًا لأنه يجعل ملفاتك أكثر " -"قابلية للإدارة. " +">
          1. سيُحدث أي امتداد محدد في منطقة النص %1 إذا غيرت نوع الملف " +"الذي تريد الحفظ فيه.

          2. إذا لم يُحدد أي امتداد في منطقة " +"النص %2 عند النقر فوق حفظ ، فستُضاف %3 إلى نهاية اسم الملف " +"(إذا لم يكن اسم الملف كذلك موجود مسبقا). يعتمد هذا الامتداد على نوع الملف " +"الذي اخترت الحفظ فيه.

            إذا كنت لا تريد من كِيدِي توفير امتداد لاسم " +"الملف، فيمكنك إما إيقاف تشغيل هذا الخيار أو يمكنك منعه عن طريق إضافة نقطة " +"(.) إلى نهاية اسم الملف (ستُزال الفترة آليًّا).
          إذا لم تكن متأكدًا، " +"احتفظ بهذا الخيار ممكّنًا لأنه يجعل ملفاتك أكثر قابلية للإدارة." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&نوع الملف:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3577,63 +3500,51 @@ msgid "" msgstr "" "هذا هو محدد نوع الملف. يُستخدم لتحديد تنسيق الملف الذي سيحفظ به." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "المر&شّح:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " -msgstr "" -"هذا هو المرشّح الذي سيُطبّق على قائمة الملفّات. أسماء الملفّات التي لا تطابق " -"المرشّح لن تُعرض.

          يمكنك الاختيار من أحد المرشّحات الجاهزة في القائمة " -"المنبثقة، أو إدخال مرشّح مخصّص مباشرة في مربّع النّصّ.

          أحرف البَدَل مثل * و ? " -"مسموحة.

          " +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "هذا هو محدد نوع الملف. يُستخدم لتحديد تنسيق الملفات المعروضة." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "أنشئ ملفا جديدا" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "نأسف" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "ملفّ القالب %1 غير موجود." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "اسم للوصلة الجديدة:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "أنشئ رابط إلى عنوان " - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "‏%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "أدخل اسم الملف %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "نأسف" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "ملفّ القالب %1 غير موجود." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "اسم للوصلة الجديدة:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "إنشاء الرّابط الرّمزيّ" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "أنشئ رابط إلى عنوان " + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "‏%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3643,7 +3554,7 @@ msgstr "" "لا يمكن استخدام اسم %1 لأنه محجوز للاستخدام بواسطة نظام " "التشغيل." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3651,7 +3562,7 @@ msgid "" "default." msgstr "يبدأ الاسم %1 بنقطة، لذا سيُخفى مبدئيًّا." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3662,28 +3573,38 @@ msgstr "" "الاسم %1 يبدأ بفراغ مما يجعل النظام يتصرف بعه بغرابة في " "بعض الأحيان مثل أن يظهر قبل العناصر الأخرى حين يفرز ألفبائيا." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -"سيؤدي استخدام الخطوط المائلة في أسماء المجلدات إلى إنشاء مجلدات فرعية ، مثل: " +"سيؤدي استخدام الخطوط المائلة في أسماء المجلدات إلى إنشاء مجلدات فرعية، مثل: " -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "سيؤدي استخدام الخطوط المائلة في أسماء المجلدات إلى إنشاء مجلدات فرعية." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "لا يمكن استخدام الخطوط المائلة في أسماء الملفات والمجلدات. " -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "لا يمكن استخدام الخطوط المائلة للخلف في أسماء الملفات والمجلدات. " -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"لا يمكن إنشاء ملف أو مجلد باسم %1 لأنه يتداخل مع موقع " +"المجلد المنزل للمستخدم." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3692,96 +3613,139 @@ msgstr "" "لا يُنصح ببدء اسم ملف أو مجلد باستخدام علامة التلدة لأنه قد يكون محيرًا أو " "خطيرًا عند استخدام الجهاز لحذف الأشياء. " -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "يوجد مجلد باسم %1 بالفعل." +msgstr "يوجد مجلد باسم %1 فعلًا." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "يوجد ملفّ له اسم %1 بالفعل." +msgstr "يوجد ملفّ له اسم %1 فعلًا." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "أنشئ جديدًا" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "اربط بالجهاز" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "مجلد جديد" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "أنشئ مجلدًّا جديدًا" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "أنشئ مجلدًّا جديدًا في %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "أَدْخِل اسم المجلد" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "المبدئيّ" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "أنشئ ملفا جديدا" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "أَدْخِل اسم المَلَف" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "اختر أيقونة مخصصة أو لون" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "اختر أيقونة أخرى…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "تستطيع تغيير الأيقونة لاحقًا من خصائص المجلد" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "انسخ" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ألصق" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "افتح \"%1\" في لسان جديد" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "افتح \"%1\" في نافذة جديدة" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "حرّر" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "تنقّل" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "اعرض المسار الكامل" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "اذهب إلى أي موقع في المسار %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3793,6 +3757,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "اذهب إلى موقع في المسار" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "الأماكن" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3816,28 +3787,28 @@ msgstr "أخرى" msgid "Edit mode" msgstr "وضع التّحرير" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "انقر لتصفح الموقع " -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "انقر لتحرير المكان" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "ليس مصّرحًا لك تنفيذ هذا الملفّ." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "يُطلق %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3846,12 +3817,12 @@ msgstr "" "تعذّر جعل الخدمة %1 تنفيذيّة، أُبطل التّنفيذ.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "ليس مصرّحًا لك اختيار تطبيق لفتح هذا الملفّ." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3878,12 +3849,18 @@ msgstr "خطأ أثناء حفظ الصّورة في %1" msgid "Icon file too big, download aborted" msgstr "ملفّ الأيقونة كبير جدًّا، أُجهض التّنزيل" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "مهمة معاينة الملف: تخطي ملف فارغ، قد يكون رابطًا رمزيًا معطلاً: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "لم يعثر على عميل بريد" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3894,28 +3871,28 @@ msgstr "" "%1\n" "غير صالحة." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "يُطلق %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "تعذّر العثور على الأمر %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "لم يعثر على محاكي الطرفية" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "فشل في فتح %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3926,7 +3903,7 @@ msgstr "" "%1\n" "هو من النوع رابط ولكن ليس له مدخلة URL=... " -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3934,20 +3911,20 @@ msgid "" msgstr "" "الملف \"%1\" عبارة عن برنامج تنفيذي في نظام ملفات بعيد. للأمان لن تبدأ ." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." -msgstr "لأسباب أمنية ، لا يُسمح بتشغيل الملفات التنفيذية في هذا السياق. " +msgstr "لأسباب أمنية، لا يُسمح بتشغيل الملفات التنفيذية في هذا السياق. " -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "يحتاج البرنامج \"%1\" إلى صلاحيات التنفيذ حتى يمكن تشغيله." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3956,12 +3933,12 @@ msgstr "" "تعذّر جعل الملف \"%1\" تنفيذيّ.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "ليس لملفّ مدخلة سطح المكتب %1 مدخلة Type=...‎." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3972,12 +3949,12 @@ msgstr "" "تحقق من التطبيقات المفتوحة ومنطقة الإشعارات بحثًا عن أي مهام أو تنزيلات غير " "منتهية." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "فشل في فتح الملفّ" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "تعذّر تشغيل البرنامج ”%1“." @@ -4044,7 +4021,7 @@ msgstr "" "الملف المفترض أنه مؤقت \n" "%1 \n" "عدل. \n" -"هل مازلت تريد حذفه؟ " +"هل ما زلت تريد حذفه؟ " #: kioexec/main.cpp:242 #, kde-format @@ -4063,81 +4040,76 @@ msgstr "" "%1.\n" "أتريد رفع التّغييرات؟" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - يفتح الملفات البعيدة ويشاهد التعديلات ويطلب تحميلها " -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 لمطوّري KFM/«كنكر»" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "عامِل المسارات كملفّات محليّة واحذفها لاحقًا" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "اسم الملف المقترح للملف المنزل" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "أمر لتنفيذه" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "العنوان أو ملف المحلي المستخدم للأمر" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "ضبط قائمة التحكم بالوصول لـ%1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -"تعذّر تغيير تصاريح\n" +"تعذّر تغيير أذونات\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4147,118 +4119,37 @@ msgstr "" "تعذّر تغيير المالك والمجموعة لـ\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "تعذّر فتح الملفّ المؤقّت" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "تعذّر العثور على برنامج ”mount“" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "تعذّر العثور على برنامج ”umount“" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "غير تصاريح الملف" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "تّصاريح جديدة: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "غير مالك الملف" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "المالك الجديد: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "أزِل الملف" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "أزل المجلد" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "أنشئ مجلد" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "تّصاريح المجلد: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "افتح الملف" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "افتح المجلد" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "اسم الملفّ جديد: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "الهدف: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "غير الختم الزمني" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "من: %1، إلى: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "إجراء مجهول" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"الإجراء: %1\n" -"المصدر: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "تعذّر نسخ الملفّ من %1 إلى %2. (رقم الخطأ: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "لا يوجد وسائط في الجهاز لـ%1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "تعذّر جلب معرّف المستخدم لاسم المستخدم %1 المعطى" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "تعذّر جلب معرّف المجموعة لاسم المجموعة %1 المعطى" @@ -4296,36 +4187,36 @@ msgstr "" "الرّسالة المرسلة:\n" "لِج مستخدمًا اسم المستخدم=%1 وكلمة السّر=[مخفيّة]\n" "\n" -"ردّ الخادوم:\n" +"ردّ الخادم:\n" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "عليك تزويد اسم مستخدم وكلمة سرّ لدخول هذا الموقع." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "الموقع:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "جرى الولوج" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "تعّذر الولوج إلى %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4334,21 +4225,21 @@ msgstr "" "\n" "قال الخادم: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -"عليك تزويد اسم مستخدم وكلمة سرّ للخادوم الوسيط الموجود أدناه قبل أن يُسمح لك " +"عليك تزويد اسم مستخدم وكلمة سرّ للخادم الوكيل الموجود أدناه قبل أن يُسمح لك " "النّفاذ إلى أيّ موقع." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "الوكيل:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "فشل استيثاق الوكيل." @@ -4400,13 +4291,13 @@ msgid "" msgstr "أتريد قبول هذه الشّهادة للأبد دون سؤال؟" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" -msgstr "استيثاق الخادوم" +msgstr "استيثاق الخادم" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 عند %2" @@ -4416,10 +4307,10 @@ msgstr "%1 عند %2" # the properties listed in the propertybehavior XML # و # The requested lock could not be granted -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." -msgstr "خلاف ذلك ، كان الطلب قد نجح. " +msgstr "خلاف ذلك، كان الطلب قد نجح. " # من هنا إلى أسفل ثاني معامل لـ # An unexpected error (%1) occurred while attempting to %2. @@ -4429,86 +4320,86 @@ msgstr "خلاف ذلك ، كان الطلب قد نجح. " # Access was denied while attempting to %1. # و # Unable to %1 because the resource is locked. -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "جلب قيم الخاصيّات" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "تعيين قيم الخاصية" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "إنشاء المجلّد المطلوب" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "نسخ الملفّ أو المجلّد المطلوب" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "نقل الملفّ أو المجلّد المطلوب" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "البحث في المجلّد المطلوب" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "قفل الملفّ أو المجلّد المطلوب" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "فكّ قفل الملفّ أو المجلّد المطلوب" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "حذف الملفّ أو المجلّد المطلوب" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" -msgstr "الاستعلام عن إمكانيّات الخادوم" +msgstr "الاستعلام عن إمكانيّات الخادم" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "جلب محتويات الملفّ أو المجلّد المحدّد" # إلى هنا -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "تشغيل تقرير في المجلّد المحدّد" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "حدث خطأ غير متوقّع (%1) أثناء محاولة %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4516,22 +4407,21 @@ msgid "" "below." msgstr "حدث خطأ أثناء محاولة %1، %2. تجد أسفله ملخّصًا بالأسباب." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "رُفض النّفاذ أثناء محاولة %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -"لا يمكن إنشاء مورد في المقصد حتى يتم إنشاء مجموعة (مجلدات) وسيطة واحدة أو " -"أكثر. " +"لا يمكن إنشاء مورد في المقصد حتى تُنشئ مجموعة (مجلدات) وسيطة واحدة أو أكثر." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4546,36 +4436,36 @@ msgstr "" "الكتابة فوق ملف أثناء مطالبتك بعدم قيام الملفات بذلك. \n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "تعذر منح القفل المطلوب. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." -msgstr "لا يدعم الخادوم نوع الطّلب للمتن." +msgstr "لا يتيح الخادم نوع الطّلب للمتن." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "تعذّر %1 لأنّ المورد مُقفل." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "منع هذا الإجراء من خلال خطأ آخر. " -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" "Unable to %1 because the destination server refuses to accept the file or " "folder." -msgstr "تعذّر %1 لأنّ الخادوم المقصد رفض قبول الملفّ أو المجلّد." +msgstr "تعذّر %1 لأنّ الخادم المقصد رفض قبول الملفّ أو المجلّد." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4584,18 +4474,18 @@ msgstr "" "لا يحتوي المورد الوجهة على مساحة كافية لتسجيل حالة المورد بعد تنفيذ هذه " "الطريقة. " -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "تعذّر حذف المورد." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "رفع %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4606,15 +4496,15 @@ msgstr "حدث خطأ غير متوقّع (%1) أثناء محاولة %2." msgid "Network" msgstr "الشبكة" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "العنوان %1 مشوّه" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4622,24 +4512,24 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" -"لم يعد المجلد %1 موجودًا ، لذا لا يمكن استعادة هذا العنصر إلى موقعه الأصلي. " -"يمكنك إما إعادة إنشاء هذا المجلد واستخدام عملية الاستعادة مرة أخرى ، أو سحب " +"لم يعد المجلد %1 موجودًا، لذا لا يمكن استعادة هذا العنصر إلى موقعه الأصلي. " +"يمكنك إما إعادة إنشاء هذا المجلد واستخدام عملية الاستعادة مرة أخرى، أو سحب " "العنصر إلى أي مكان آخر لاستعادته." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "مجموعة موافيق غير صالحة." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." -msgstr "هذا الملفّ في سلّة المهملات بالفعل." +msgstr "هذا الملفّ في سلّة المهملات فعلًا." #: kioworkers/trash/kio_trash_win.cpp:244 #, kde-format msgid "not supported" -msgstr "ليس مدعومًا" +msgstr "ليس متاحًا" #: kioworkers/trash/kio_trash_win.cpp:253 #, kde-format @@ -4667,7 +4557,7 @@ msgstr "أفرِغ محتويات المهملات" msgid "Restore a trashed file to its original location" msgstr "استعد ملفًّا مُهملًا إلى مكانه الأصليّ" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "سلة المهملات ممتلئة. أفرغها أو احذف العناصر يدويا." @@ -4688,21 +4578,21 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "أعِد المحاولة" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "حواريّ الاستيثاق" # تكرار -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "رُفض النّفاذ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." -msgstr "لا تصريح لديك للنّفاذ إلى ميفاق %1." +msgstr "لا إذْن لديك للنّفاذ إلى ميفاق %1." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format @@ -4808,41 +4698,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "تدقيق المجموع المتوقّع (MD5، أو SHA1 أو SHA512 أو SHA256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "انقر للصق تدقيق المجموع من الحافظة إلى حقل الدّخل." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "‏MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "‏SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "‏SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "‏SHA512:" @@ -4852,9 +4742,9 @@ msgstr "‏SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "احسب" @@ -4863,135 +4753,208 @@ msgstr "احسب" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "انقر لنسخ تدقيق المجموع إلى الحافظة." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "أ&لغِ" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "ان&قل هنا" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&نزّل هنا" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "ان&سخ هنا" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "ارب&ط هنا" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&شغّل" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "ما الذي تريد فعله بهذا الملفّ؟" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "لا تسأل مجدّدًا" +msgctxt "@action:button" +msgid "&Open" +msgstr "ا&فتح" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "ن&فّذه" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "ا&فتح في %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "أرجع التغييرات" +msgid "Would you like to launch this file?" +msgstr "هل تريد تشغيل هذا الملفّ؟" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "يتطلب التراجع عن هذه العملية امتيازات الجذر. هل تريد الاستمرار؟ " - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "يُنشئ دليلًا" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "المصدر" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "المقصد" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "ينسخ" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ينقل" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "إعادة تسمية" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "ينقل إلى المهملات" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "يحذف" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&تراجع" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&تراجع عن: النّسخ" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&تراجع عن: الرّبط" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&تراجع عن: النّقل" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&تراجع عن: تغيير الاسم" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&تراجع عن: الرّمي" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&تراجع عن: إنشاء المجلّد" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&تراجع عن: إنشاء المجلّدات" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&تراجع عن: إنشاء الملفّ" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "أر&جع: إعادة تسمية الدُفعة " -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "أعِ&د" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "أعِ&د: النّسخ" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "أعِ&د: الرّبط" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "أعِ&د: النّقل" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "أعِ&د: تغيير الاسم" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "أعِ&د: الرّمي" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "أعِ&د: إنشاء المجلّد" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "أعِ&د: إنشاء المجلّدات" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "أعِ&د: إنشاء الملفّ" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "أعِ&د: إعادة تسمية الدُفعة" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4999,16 +4962,16 @@ msgid "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" msgstr "" -"لقد نسخ الملف %1 من %2 ، ولكن بعد ذلك يبدو أنه عدل هنا %3.\n" +"لقد نسخ الملف %1 من %2، ولكن بعد ذلك يبدو أنه عدل هنا %3.\n" "إن التراجع عن النسخ سيحذف الملف وجميع التعديلات ستفقد.\n" "أمتأكد أنك تريد حذف %4 ؟" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "أكّد التّراجع عن نسخ الملفّ" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5019,21 +4982,22 @@ msgstr "" "أتريد حذف هذا الملف %1للأبد؟ هذا إجراء لا عودة فيه." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "احذف نهائيا" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "احذف نهائيا" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5061,7 +5025,7 @@ msgstr[5] "" "أتريد حقاً حذف %1 ملف هذه للأبد؟ هذا " "إجراء لا عودة فيه." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5071,13 +5035,13 @@ msgstr "" "أتريد حقاً حذف جميع العناصر من سلة المهلات للأبد؟ هذا إجراء لا عودة فيه." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "أفرِغ المهملات" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5085,7 +5049,7 @@ msgid "" "filename>" msgstr "أمتأكّد من نقل هذا العنصر إلى المهملات؟%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5174,7 +5138,7 @@ msgstr "المالك" msgid "Owning Group" msgstr "المجموعة المالكة" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "الآخرون" @@ -5247,106 +5211,112 @@ msgstr "يحدّث ضبط النّظام" msgid "Updating system configuration…" msgstr "يحدّث ضبط النّظام…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "الاسم" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "الحجم" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "التّاريخ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" -msgstr "التّصاريح" +msgstr "الأذونات" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "المالك" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "المجموعة" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "النّوع" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "ا&فتح في %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "‏%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "إ&جراءات" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "ا&فتح المجلد بـ…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "اف&تح ب‍…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&شغّل الملف التنفيذي" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "ا&فتح المجلد بـ %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "ا&فتح في %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "ا&فتح المجلد بـ" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "ا&فتح في" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&تطبيق آخر…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5358,113 +5328,131 @@ msgstr[3] "%1 عناصر" msgstr[4] "%1 عنصرًا" msgstr[5] "%1 عنصر" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "مجهول" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "توقّف" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "استكشف في Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "مضموم من:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "المساحة الفارغة:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "النّوع:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "المحتوى:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "افتح ب‍:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "غيّر..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "المكان:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "الحجم:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "غيّر..." +msgid "Determine the folder size" +msgstr "أوجد حجم المجلد" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "المحتوى:" +msgid "Stop" +msgstr "توقّف" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "توقف عن إيجاد حجم المجلد" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "استكشف في Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "يشير إلى:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "عُدّل في:" +msgid "Show target" +msgstr "أظهر المقصد" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "أُنشئ في:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "نظام الملفّات:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "الحجم مجهول" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "مضموم في:" +msgid "Modified:" +msgstr "عُدّل في:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "آخر وصول:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "افتح باستخدام:" +msgid "File system:" +msgstr "نظام الملفات:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "موصول في:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "موصول من:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "المساحة الفارغة:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "الحجم مجهول" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5541,7 +5529,7 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" -"اكتب لتصفية التطبيقات أدناه ، أو حدد اسم الأمر. \n" +"اكتب لتصفية التطبيقات أدناه، أو حدد اسم الأمر. \n" "اضغط على السهم لأسفل للتنقل في النتائج. " #: widgets/kopenwithdialog.cpp:699 @@ -5617,7 +5605,7 @@ msgctxt "" "@title:group Title of a group that lets the user choose options about the " "terminal when launching a program" msgid "Terminal" -msgstr "الطّرفيّة" +msgstr "الطرفية" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:39 @@ -5634,13 +5622,13 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:42 #, kde-format msgid "Run in terminal" -msgstr "شغّل في الطّرفيّة" +msgstr "شغّل في الطرفية" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 #, kde-format msgid "Terminal options:" -msgstr "&خيارات الطّرفيّة:" +msgstr "&خيارات الطرفية:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5677,9 +5665,9 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" -"قم بالتأشير هنا إذا كنت تريد تشغيل التطبيق باسم مستخدم مختلف. كل عملية لها " -"هوية مستخدم مرتبطة بها. شفرة الهوية تستخدم كمعرف عند دخول الملفات و التصاريح " -"الأخرى. كلمة مرور للمستخدم مطلوبة لفعل هذا." +"أشر هنا إذا كنت تريد تشغيل التطبيق باسم مستخدم مختلف. كل عملية لها هوية " +"مستخدم مرتبطة بها. شفرة الهوية تستخدم كمعرف عند دخول الملفات و الأذونات " +"الأخرى. كلمة سر المستخدم مطلوبة لفعل هذا." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 @@ -5758,24 +5746,26 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." -msgstr "" -"اكتب الوصف لهذا التطبيق بناءا على استخدامه، هنا. أمثلة: تطبيق طلب الاتصال " -"(KPPP) سيكون \"أداة طلب اتصال\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." +msgstr "اكتب اسماً عاماً للتطبيق هنا. مثال: تطبيق عرض الصور سيكون ”عارض الصور“." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "الو&صف:" +msgid "&Generic name:" +msgstr "الاسم ال&عامّ:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "اكتب ما تراه مفيدًا هنا ليكون تعليق." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"اكتب وصف هذا التطبيق، بناءً على استخدامه، هنا. أمثلة: تطبيق عرض الصور سيكون " +"”عرض الصور وتحريرها“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5786,7 +5776,7 @@ msgstr "&تعليق:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "المتغيرات البيئية:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5901,7 +5891,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:196 #, kde-format msgid "&Supported file types:" -msgstr "أنواع الملفّات المد&عومة:" +msgstr "أنواع الملفّات ال&متاحة:" #. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) #: widgets/kpropertiesdesktopbase.ui:227 @@ -5954,8 +5944,8 @@ msgid "" "Click here to modify the way this application will run, launch feedback, D-" "Bus options or to run it as a different user." msgstr "" -"انقر هنا لتعديل طريقة عمل هذا التطبيق، أو تشغيل رد الفعل ، أو خيارات D-Bus " -"أو ليشغلها كمستخدم آخر." +"انقر هنا لتعديل طريقة عمل هذا التطبيق، أو تشغيل رد الفعل، أو خيارات D-Bus أو " +"ليشغلها كمستخدم آخر." #. i18n: ectx: property (text), widget (QPushButton, advancedButton) #: widgets/kpropertiesdesktopbase.ui:281 @@ -5987,7 +5977,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "شارك" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5997,36 +5987,55 @@ msgstr "" "لا يمكن حفظ الخصائص لأنك لا تملك الصلاحية الكافية للكتابة في :" "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&عامّ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "أَدْخِل اسم المَلَف" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "استكشف في %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "أنعِش" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "أدخل مكان الهدف" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "أظهر %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "‏%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "الحجم مجهول" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6035,8 +6044,8 @@ msgstr "" "يحسب... %1 ‏(%2)\n" "%3، %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6047,8 +6056,8 @@ msgstr[3] "%1 ملفّات" msgstr[4] "%1 ملفًّا" msgstr[5] "%1 ملفّ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6059,210 +6068,216 @@ msgstr[3] "%1 مجلّدات فرعيّة" msgstr[4] "%1 مجلّدًا فرعيًّا" msgstr[5] "%1 مجلّد فرعيّ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "يحسب...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "على الأقلّ %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "اسم الملفّ الجديد فارغ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "نوع ملف غير مسجل" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "لا يوجد تطبيق مسند" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "أنشئ…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "غيّر…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "غيّر التطبيق المبدئي لفتح الملفات من النوع ”%1“." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "ممنوع الوصول" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "إمكانية العرض فقط" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "إمكانيّة عرض المحتويات وتعديلها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "إمكانيّة عرض المحتويات" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "إمكانيّة عرض المحتويات وتعديلها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "إمكانيّة عرض/قراءة المحتويات فقط" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "إمكانية القراءة/العرض والتّعديل/الكتابة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "التّ&صاريح" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" -msgstr "تصاريح النّفاذ" +msgstr "أذونات النّفاذ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "لا ملفّات." -msgstr[1] "هذا الملفّ عبارة عن رابط ولا تصاريح له." -msgstr[2] "هذان الملفّان عبارة عن روابط ولا تصاريح لهما." -msgstr[3] "كلّ الملفّات عبارة عن روابط ولا تصاريح لها." -msgstr[4] "كلّ الملفّات عبارة عن روابط ولا تصاريح لها." -msgstr[5] "كلّ الملفّات عبارة عن روابط ولا تصاريح لها." +msgstr[1] "هذا الملفّ عبارة عن رابط ولا أذونات له." +msgstr[2] "هذان الملفّان عبارة عن روابط ولا أذونات لهما." +msgstr[3] "كلّ الملفّات عبارة عن روابط ولا أذونات لها." +msgstr[4] "كلّ الملفّات عبارة عن روابط ولا أذونات لها." +msgstr[5] "كلّ الملفّات عبارة عن روابط ولا أذونات لها." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." -msgstr "يمكن للمالك فقط تغيير التّصاريح." +msgstr "يمكن للمالك فقط تغيير الأذونات." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "ال&مالك:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "يحدّد الأعمال المصرح للمالك بعملها." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "ال&مجموعة:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "يحدّد الأعمال المصرّح لأعضاء المجموعة بعملها." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" -msgstr "الأ&خرون:" +msgstr "الآ&خرون:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -"يحدّد الأعمال لكل المستخدمين غير المالكين أو في غير المجموعة ، التي مصرّح لهم " +"يحدّد الأعمال لكل المستخدمين غير المالكين أو في غير المجموعة، التي مصرّح لهم " "بعملها." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "فقط المالك ي&ستطيع إعادة تسمية ومحو المحتويات" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "ا&سمح بتنفيذ الملف كبرنامج" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "أمحو أو أعد التسمية:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "نفّذ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" -"فعّل هذا الخيار للسماح للمالك فقط بحذف وإعادة تسمية المحتويات من ملفات " +"مكّن هذا الخيار للسماح للمالك فقط بحذف وإعادة تسمية المحتويات من ملفات " "ومجلدات. المستخدمون الآخرون يستطيعون إضافة ملفات جديدة فقط، مما يتطلب إذن " "تعديل محتوى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -"فعّل هذا الخيار لتحديد الملف كملف تنفيذي. هذا فقط يحمل معنى واضحا للبرامج " +"مكّن هذا الخيار لتحديد الملف كملف تنفيذي. هذا فقط يحمل معنى واضحا للبرامج " "والبرامج النصية. وهي تفضل عندما تريد أن تنفذها." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" -msgstr "تصاريح &متقدّمة" +msgstr "أذونات &متقدّمة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "الملكيّة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "المستخدم:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "المجموعة:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "طبق التغييرات على جميع المجلدات الفرعية ومحتوياتها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" -msgstr "تصاريح متقدّمة" +msgstr "أذونات متقدّمة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "الفئة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6271,22 +6286,22 @@ msgstr "" "اعرض\n" "المدخلات" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "تتيح هذه الرّاية عرض محتويات المجلّد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "قراءة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "إشارة القراءة تسمح بمشاهدة محتويات الملف." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6295,7 +6310,7 @@ msgstr "" "اكتب\n" "المدخلات" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6304,101 +6319,100 @@ msgstr "" "هذه الإشارة تسمح بالإضافة و إعادة التسمية والحذف من الملفات. لاحظ أن الحذف " "وإعادة التسمية يمكن أن تحد بالاستخدام للإشارة الدبقة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "كتابة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "إشارة الكتابة تسمح بالتعديل على محتويات الملف." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "أدخل" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." -msgstr "فعّل هذه الإشارة للسماح بدخول المجلد." +msgstr "مكّن هذه الإشارة للسماح بدخول المجلد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "تنفيذ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." -msgstr "فعّل هذه الإشارة للسماح بتنفيذ الملف كبرنامج." +msgstr "مكّن هذه الإشارة للسماح بتنفيذ الملف كبرنامج." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "خاص" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -"إشارة خاصة مسموحة لكامل المجلد ، المعنى المحدد للإشارة ممكن أن ترى على عمود " +"إشارة خاصة مسموحة لكامل المجلد، المعنى المحدد للإشارة ممكن أن ترى على عمود " "الناحية اليمنى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "إشارة خاصة. المعنى المحدد للإشارة ممكن أن ترى على عمود الناحية اليمنى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "المستخدم" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "المجموعة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -"إذا وضعت هذه الإشارة ،فإن مالك هذا المجلد سيكون المالك لجميع الملفات الجديدة." +"إذا وضعت هذه الإشارة،فإن مالك هذا المجلد سيكون المالك لجميع الملفات الجديدة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -"إذا كان هذا الملف تنفيذي وتم وضع الإشارة ، ستكون تنفيذية مع صلاحيات المالك." +"إذا كان هذا الملف تنفيذي و وُضع عليه إشارة، ستكون تنفيذية مع صلاحيات المالك." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -"إذا وضعت هذه الإشارة ،فإن مجموعة هذا المجلد ستكون لجميع الملفات الجديدة." +"إذا وضعت هذه الإشارة،فإن مجموعة هذا المجلد ستكون لجميع الملفات الجديدة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -"إذا كان هذا الملف تنفيذي ووضعت الإشارة ، فستكون تنفيذية مع الصلاحيات " -"المجموعة." +"إذا كان هذا الملف تنفيذي ووضعت الإشارة، فستكون تنفيذية مع الصلاحيات المجموعة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6407,106 +6421,97 @@ msgstr "" "إذا وضع العلم اللاصق على مجلد، يكون للمالك والجذر فقط صلاحية الحذف أو إعادة " "التسمية. وإلا فإن لأي شخص ذو صلاحية الكتابة يستطيع القيام بذلك." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -"الإشارة اللاصقة على ملف يتم تجاهلها في نظام لينكس، ولكن ممكن أن تستخدم على " +"الإشارة اللاصقة على ملف تُتجاهل في نظام لينكس، ولكن من الممكن أن تستخدم على " "بعض الأنظمة" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "حدد UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "حدد GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "لاصق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "ربط" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "التفاوت (لا تغيير)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "لا ملفّات." -msgstr[1] "يستخدم هذا الملفّ تصاريح متقدّمة." -msgstr[2] "يستخدم هذين الملفّين تصاريح متقدّمة." -msgstr[3] "تستخدم هذه الملفّات تصاريح متقدّمة." -msgstr[4] "تستخدم هذه الملفّات تصاريح متقدّمة." -msgstr[5] "تستخدم هذه الملفّات تصاريح متقدّمة." +msgstr[1] "يستخدم هذا الملفّ أذونات متقدّمة." +msgstr[2] "يستخدم هذين الملفّين أذونات متقدّمة." +msgstr[3] "تستخدم هذه الملفّات أذونات متقدّمة." +msgstr[4] "تستخدم هذه الملفّات أذونات متقدّمة." +msgstr[5] "تستخدم هذه الملفّات أذونات متقدّمة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "لا مجلّدات." -msgstr[1] "يستخدم هذا المجلّد تصاريح متقدّمة." -msgstr[2] "يستخدم هذين المجلّدين تصاريح متقدّمة." -msgstr[3] "تستخدم هذه المجلّدات تصاريح متقدّمة." -msgstr[4] "تستخدم هذه المجلّدات تصاريح متقدّمة." -msgstr[5] "تستخدم هذه المجلّدات تصاريح متقدّمة." +msgstr[1] "يستخدم هذا المجلّد أذونات متقدّمة." +msgstr[2] "يستخدم هذين المجلّدين أذونات متقدّمة." +msgstr[3] "تستخدم هذه المجلّدات أذونات متقدّمة." +msgstr[4] "تستخدم هذه المجلّدات أذونات متقدّمة." +msgstr[5] "تستخدم هذه المجلّدات أذونات متقدّمة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." -msgstr "تستخدم هذه الملفّات تصاريح متقدّمة." +msgstr "تستخدم هذه الملفّات أذونات متقدّمة." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "تد&قيقات المجموع" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "يحسب…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "تدقيق المجموع غير صالح." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "الدّخل المُعطى ليس تدقيق مجموع MD5، أو SHA1 أو SHA256 صالح." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "تدقيقا المجموع متطابقان." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "تدقيقا المجموع المحسوب والمتوقّع متطابقان." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6516,56 +6521,72 @@ msgstr "" "

          تدقيقا المجموع غير متطابقان.

          قد يكون هذا بسبب مشكلة في التّنزيل. جربّ " "تنزيل الملفّ مجدّدًا.
          إن فشل التّحقّق بعدها، راسل مصدر الملفّ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "تدقيقا المجموع المحسوب والمتوقّع مختلفان." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "يتحقّق من تدقيق المجموع…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "تدقيق المجموع لجميع الملفات متطابق." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "تحتوي الملفات المحددة على تدقيقات مجموع مختلفة." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "يحسب…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "الم&سار" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "المسار:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "لا يمكن حفظ الخصائص ، تُدعم فقط المدخلات على أنظمة الملفات المحلية." +msgstr "لا يمكن حفظ الخصائص، تُتاح فقط المدخلات على أنظمة الملفات المحلية." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "التّ&طبيق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "أضف نوع ملفّات لِ‍ %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "اختر نوع أو أكثر لإضافتها:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." -msgstr "تُدعم فقط الملفات التنفيذية على أنظمة الملفات المحلية." +msgstr "تُتاح فقط الملفات التنفيذية على أنظمة الملفات المحلية." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "خيارات متقدّمة لِ‍ %1" @@ -6675,22 +6696,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "اضبط اختصارات الوبّ…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "افتح حواريّ الملفّات" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "اسم الملفّ لمحتويات الحافظة:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ملف مُلصق" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "‏%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ألصق محتوى الحافظة" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6699,19 +6722,19 @@ msgstr "" "تغيّرت الحافظة منذ لأنك استخدمت 'لصق': نسق البيانات المختارة لم يعد متوفرا. " "رجاءً انسخ مرة أخرى ما تريد لصقه." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ألصق مجلّدًا واحدًا" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "ألصِق ملفًّا واحدًا" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6723,97 +6746,108 @@ msgstr[3] "ألصِق %1 عناصر" msgstr[4] "ألصِق %1 عنصرًا" msgstr[5] "ألصِق %1 عنصر" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "أل&صق محتويات الحافظة…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ألصِق" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "نسق البيانات:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "‏%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "اسم الملفّ لمحتويات الحافظة:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "اسم الملف للمحتويات المسقطة:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "التّاريخ: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "الحجم: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&طبّق على الكلّ" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"عند تحديد هذا الخيار ، سيتم تطبيق الزر الذي يتم الضغط عليه على كافة تعارضات " -"المجلدات اللاحقة لبقية المهمة الحالية. \n" -"ما لم تضغط على \"تخطي\" ، ستتواصل مطالبتك بإجراء حل في حالة وجود تعارض مع " -"ملف موجود في الدليل. " +"عند تحديد هذا الخيار، سيُطبق الزر الذي سيُضغط عليه على كافة تعارضات المجلدات " +"اللاحقة لبقية المهمة الحالية. \n" +"ما لم تضغط على \"تخطِ\"، ستتواصل مطالبتك بإجراء حل في حالة وجود تعارض مع ملف " +"موجود في الدليل." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"عند تحديد هذا الخيار ، سيتم تطبيق الزر الذي يتم الضغط عليه على جميع " -"التعارضات اللاحقة للفترة المتبقية من الوظيفة الحالية. " +"عند تحديد هذا الخيار، سيُطبق الزر الذي سيُضغط عليه على جميع التعارضات اللاحقة " +"للفترة المتبقية من الوظيفة الحالية." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&غيّر الاسم" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "اقترح ا&سمًا جديدًا" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "ت&خطّ" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "لا تنسخ أو تنقل هذا المجلّد، تخطّاه إلى العنصر التّالي" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "لا تنسخ أو تنقل هذا الملفّ، تخطّاه إلى العنصر التّالي" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "ا&كتب فيه" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6821,30 +6855,29 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" -"الملفات و المجلدات ستنسخ في الدليل الموجود ، مع محتوياتها الموجودة.\n" +"الملفات و المجلدات ستنسخ في الدليل الموجود، مع محتوياتها الموجودة.\n" "سوف تنبه مرة أخرى في حالة تعارض مع ملف موجود في الدليل." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "أأ&كتب فوق الملفّ؟" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -"سيكتب فوق ملفات المقصد التي لها أوقات تعديل أقدم من قبل المصدر ، وإلا سيتم " -"تخطيها. " +"سيكتب فوق ملفات المقصد التي لها أوقات تعديل أقدم من المصدر، وإلا ستُتخطى." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "ا&ستأنف" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6853,132 +6886,114 @@ msgstr "" "سيؤدي هذا الإجراء إلى الكتابة '%1' فوق نفسه. \n" "الرجاء إدخال اسم ملف جديد: " -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&تابع" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "هل تريد أن تكتب فوق المقصد؟" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "هل تريد دمج محتويات '%1' في '%2'؟" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "المصدر" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "المقصد" - # هذا سيدخل في النص الطويل القادم (%3) -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "المصدر أحدث" # هذا سيدخل في النص الطويل القادم (%3) -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "المصدر أقدم" # هذا سيدخل في النص الطويل القادم (%3) -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "المصدر أصغر بـ%1" # هذا سيدخل في النص الطويل القادم (%3) -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "المصدر أكبر بـ%1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "الملفات متطابقة." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "يبدو أن الملفات متطابقة." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "الملفات مختلفة." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" "من المحتمل أن تكون الملفات متطابقة: لها نفس الحجم ومحتوياتها هي نفسها في " -"البداية والوسط والنهاية. " +"البداية والوسط والنهاية." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "قارن الملفات" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." -msgstr "هناك ملفّ أقدم بالاسم ’%1‘ بالفعل." +msgstr "هناك ملفّ أقدم بالاسم ’%1‘ فعلًا." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." -msgstr "هناك ملفّ مشابه بالاسم ’%1‘ بالفعل." +msgstr "هناك ملفّ مشابه بالاسم ’%1‘ فعلًا." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." -msgstr "هناك ملفّ أحدث باسم ’%1‘ بالفعل." +msgstr "هناك ملفّ أحدث باسم ’%1‘ فعلًا." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "غيّر الاسم:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "تغيير التّسمية" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "تغيير التّسمية" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&غيّر الاسم" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "غير العنصر %1إلى :" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "الاسم الجديد #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "الملف المسمى %1 موجود مسبقاً." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "لا يبدو الملف %1 اسم ملف صحيحا." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6990,38 +7005,198 @@ msgstr[3] "غيّر اسم %1 ملفات المحددة إلى:" msgstr[4] "غيّر اسم %1 ملفا المحدد إلى:" msgstr[5] "غيّر اسم %1 ملف المحددة إلى:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# ستستبدل بأرقام تصاعدية تبدأ بـ :" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "الاسم الجديد #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"اسم ملف غير صالح: يجب أن يحتوي الاسم الجديد على تسلسل واحد من #، إلا إذا " +"كانت جميع الملفات لها امتدادات ملفات مختلفة." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "غيّر اسم %1 ملف المحدد إلى:" +msgstr[1] "غيّر اسم الملف المحدد إلى:" +msgstr[2] "غيّر اسم الملفين المحددين إلى:" +msgstr[3] "غيّر اسم %1 ملفات المحددة إلى:" +msgstr[4] "غيّر اسم %1 ملفا المحدد إلى:" +msgstr[5] "غيّر اسم %1 ملف المحددة إلى:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "يستبدل بـ:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "النمط" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "هذا:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "البديل" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "لا يحتوي اسم الملف على النمط." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"سيؤدي تغيير \"%1\" إلى بديل فارغ إلى جعل اسم الملف %2 " +"فارغًا." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "غيّر اسم %1 ملف المحدد إلى:" +msgstr[1] "غيّر اسم %1 ملف المحددة إلى:" +msgstr[2] "غيّر اسم %1 ملف المحددة إلى:" +msgstr[3] "غيّر اسم %1 ملف المحددة إلى:" +msgstr[4] "غيّر اسم %1 ملف المحددة إلى:" +msgstr[5] "غيّر اسم %1 ملف المحددة إلى:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "أضف نصًّا:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "ال&نص المراد إضافته" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "قبل اسم المَلَف" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "بعد اسم المَلَف" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "تغيير التّسمية" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "تغيير التّسمية" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&غيّر الاسم" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "طريقة تغير الاسم:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "عدّ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "استبدل النصّ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "أضف نصًّا" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "معاينة:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "لا يمكن تغيير تسمية %1 إلى اسم ملف فارغ." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "معلومات" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "استبدل" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "أعِد المحاولة" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "استبدل الكلّ" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "تخطّ" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "تخطى الكل" @@ -7108,7 +7283,7 @@ msgstr "" "لم يُرسل المضيف البعيد أيّ شهادة SSL.\n" "سأُجهض هذا بسبب تعذّر إنشاء هويّة المضيف." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7160,45 +7335,88 @@ msgstr[5] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"فشلت عملية نقل العنصر إلى المهملات لأنه ضخم جداً. هل أحذفه للأبد؟%1 هذا إجراء لا عودة " -"فيه." +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذا الملف. هل يمكن حذفه نهائياً " +"بدلاً من ذلك؟%1 هذا إجراء لا عودة فيه." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذا الملف. هل يمكن حذفه نهائياً " +"بدلاً من ذلك؟ هذا إجراء لا عودة فيه." +msgstr[1] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذا الملف. هل يمكن حذفه نهائياً " +"بدلاً من ذلك؟ هذا إجراء لا عودة فيه." +msgstr[2] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذين الملفين. هل يمكن حذفه " +"نهائياً بدلاً من ذلك؟ هذا إجراء لا عودة فيه." +msgstr[3] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذه %1 الملفات. هل يمكن حذفه " +"نهائياً بدلاً من ذلك؟ هذا إجراء لا عودة فيه." +msgstr[4] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذه %1 ملفًا. هل يمكن حذفه نهائياً " +"بدلاً من ذلك؟ هذا إجراء لا عودة فيه." +msgstr[5] "" +"سلة المهملات ممتلئة تماماً بحيث لا يمكن قبول هذه %1 ملف. هل يمكن حذفه نهائياً " +"بدلاً من ذلك؟ هذا إجراء لا عودة فيه." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"السلة غير متاحة لموقع هذا العنصر. هل تريد حذفه نهائياً بدلاً من ذلك؟%1 هذا إجراء لا عودة " +"فيه." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"فشلت عملية نقل العنصر %1 هذا إلى المهملات لأنه ضخم جداً. هل أحذفه للأبد؟ هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع هذا العنصر %1. هل يمكن حذفه نهائياً بدلاً من ذلك؟" +" هذا إجراء لا عودة فيه." msgstr[1] "" -"فشلت عملية نقل العنصر هذا إلى المهملات لأنه ضخم جداً. هل أحذفه للأبد؟ هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع هذا العنصر . هل يمكن حذفه نهائياً بدلاً من ذلك؟" +" هذا إجراء لا عودة فيه." msgstr[2] "" -"فشلت عملية نقل العنصرين إلى المهملات لأنهما ضخمين جداً. هل أحذفه للأبد؟ هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع هذا العنصرين. هل يمكن حذفه نهائياً بدلاً من ذلك؟" +" هذا إجراء لا عودة فيه." msgstr[3] "" -"فشلت عملية نقل %1 العناصر هذه إلى المهملات لأنها ضخمة جداً. هل أحذفه للأبد؟ " -" هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع لهذا %1 العناصر . هل يمكن حذفه نهائياً بدلاً من " +"ذلك؟ هذا إجراء لا عودة فيه." msgstr[4] "" -"فشلت عملية نقل %1 عنصراً هذه إلى المهملات لأنها ضخمة جداً. هل أحذفه للأبد؟ " -" هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع لهذا %1 عنصرًا . هل يمكن حذفه نهائياً بدلاً من " +"ذلك؟ هذا إجراء لا عودة فيه." msgstr[5] "" -"فشلت عملية نقل %1 عنصر هذه إلى المهملات لأنها ضخمة جداً. هل أحذفه للأبد؟ هذا إجراء لا عودة فيه." +"سلة المهملات غير متوفرة لموقع لهذا %1 عنصر . هل يمكن حذفه نهائياً بدلاً من ذلك؟" +" هذا إجراء لا عودة فيه." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7210,51 +7428,270 @@ msgstr[3] "أمتأكّد من نقل هذا %1 العناصر إلى المهم msgstr[4] "أمتأكّد من نقل هذا %1 عنصرا إلى المهملات؟" msgstr[5] "أمتأكّد من نقل هذا %1 عنصر إلى المهملات؟" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "لا تسأل مجدّدًا" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "لا تسأل مجدّدًا" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "لا تظهر هذه الرسالة مرة أخرى" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "يبدو أن سلسلة شهادات النظير SSL تالفة." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "‏SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "تحذير" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "سيشغّل هذا البرنامج:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ“" +#~ msgid "Open With:" +#~ msgstr "افتح باستخدام:" + +#~ msgid "File System:" +#~ msgstr "نظام الملفّات:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "تشغيل الملفات القابلة للتنفيذ دون طلب" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "افتح الملفات القابلة للتنفيذ في التطبيق المبدئي دون الحاجة إلى السؤال" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "تذكر لجميع الملفات القابلة للتنفيذ" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "يمكنك التراجع عن هذا الإجراء من خلال \"التأكيدات\" في إعدادات مدير ملفات " +#~ "دولفين." + +#~ msgid "Change Attribute" +#~ msgstr "تغيير الصّفات" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "امتيازات الجذر مطلوبة لتغيير صفات الملفّات. أتريد المتابعة؟" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإكمال عمليّة النّسخ. أتريد المتابعة؟" + +#~ msgid "Delete Files" +#~ msgstr "حذف الملفّات" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "امتيازات الجذر مطلوبة لإكمال عمليّة الحذف. تنبيه! قد يؤدي القيام بذلك إلى " +#~ "إتلاف نظامك. هل تريد الاستمرار؟" + +#~ msgid "Create Folder" +#~ msgstr "أنشئ مجلّدًا" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإنشاء هذا المجلّد. أتريد المتابعة؟" + +#~ msgid "Move Items" +#~ msgstr "نقل العناصر" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإكمال عمليّة النّقل. أتريد المتابعة؟" + +#~ msgid "Rename" +#~ msgstr "تغيير التّسمية" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإكمال تغيير الاسم. أتريد المتابعة؟" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإنشاء رابط رمزيّ. أتريد المتابعة؟" + +#~ msgid "Transfer data" +#~ msgstr "نقل البيانات" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "امتيازات الجذر مطلوبة لإكمال نقل البيانات. أتريد المتابعة؟" + +#~ msgid "Undo Changes" +#~ msgstr "أرجع التغييرات" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "يتطلب التراجع عن هذه العملية امتيازات الجذر. هل تريد الاستمرار؟ " + +#~ msgid "Setting ACL for %1" +#~ msgstr "ضبط قائمة التحكم بالوصول لـ%1" + +#~ msgid "Change File Permissions" +#~ msgstr "غير أذونات الملف" + +#~ msgid "New Permissions: %1" +#~ msgstr "أذونات جديدة: %1" + +#~ msgid "Change File Owner" +#~ msgstr "غير مالك الملف" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "المالك الجديد: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "أزِل الملف" + +#~ msgid "Remove Directory" +#~ msgstr "أزل المجلد" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "أذونات المجلد: %1" + +#~ msgid "Open File" +#~ msgstr "افتح الملف" + +#~ msgid "Open Directory" +#~ msgstr "افتح المجلد" + +#~ msgid "New Filename: %1" +#~ msgstr "اسم الملفّ جديد: %1" + +#~ msgid "Target: %1" +#~ msgstr "الهدف: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "غير الختم الزمني" + +#~ msgid "From: %1, To: %2" +#~ msgstr "من: %1، إلى: %2" + +#~ msgid "Unknown Action" +#~ msgstr "إجراء مجهول" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "الإجراء: %1\n" +#~ "المصدر: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "أظهر زر العلامات" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ينقل ملفات" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "ينسخ ملفات" + +#~ msgid "&Description:" +#~ msgstr "الو&صف:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "اكتب ما تراه مفيدًا هنا ليكون تعليق." + +#~ msgid "Do not ask again" +#~ msgstr "لا تسأل مجدّدًا" + +#~ msgid "&Filter:" +#~ msgstr "المر&شّح:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

          You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

          Wildcards such as * and ? are allowed." +#~ "

          " +#~ msgstr "" +#~ "هذا هو المرشّح الذي سيُطبّق على قائمة الملفّات. أسماء الملفّات التي لا " +#~ "تطابق المرشّح لن تُعرض.

          يمكنك الاختيار من أحد المرشّحات الجاهزة في القائمة " +#~ "المنبثقة، أو إدخال مرشّح مخصّص مباشرة في مربّع النّصّ.

          أحرف البَدَل مثل * " +#~ "و ? مسموحة.

          " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "حُدّد أكثر من مجلّد واحد وهذا الحواريّ لا يقبل المجلّدات، لذا لا يمكن اختيار " +#~ "أيّها سيُدخل فيه. رجاءً اختر مجلّدًا واحدًا فقط لسرده." + +#~ msgid "More than one folder provided" +#~ msgstr "قُدّم أكثر من مجلّد واحد" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "حُدّد (على الأقلّ) مجلّد واحد وملفّ واحد. ستُتجاهل الملفّات المحدّدة وسيُسرد " +#~ "المجلّد المحدّد" + +#~ msgid "Files and folders selected" +#~ msgstr "حُدّدت ملفّات ومجلّدات" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
          • Timeout for establishing a connection: %1 seconds
          • Timeout " +#~ "for receiving a response: %2 seconds
          • Timeout for accessing proxy " +#~ "servers: %3 seconds
          Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "على الرغم من حصول اتصال مع الخادم ، إلا أنه لم يتم استقبال رد خلال الفترة " +#~ "المخصصة للطلب كالتالي:
          • الوقت المستقطع لتأسيس اتصال: %1 ثانية
          • الوقت المستقطع لاستقبال رد: %2 ثانية
          • الوقت المستقطع للدخول " +#~ "على خوادم الوكيل: %3 ثانية
          فضلا لاحظ أنه باستطاعتك تغيير إعدادات " +#~ "هذه الأوقات المستقطعة في مركز تحكم كِيدِي، باختيار إعدادات الشبكة -> " +#~ "تفضيلات الاتصال." + #~ msgid "Is &executable" #~ msgstr "تن&فيذيّ" @@ -8414,9 +8851,6 @@ msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ #~ " هذه هي المقدار المحسوب من مساحة القرص التي سيتم السماح بها " #~ "للمهملات ، الحد الأقصى. " -#~ msgid "Show a Warning" -#~ msgstr "أظهر تحذير" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "احذف أكثر الملفّات قدمًا" @@ -8552,10 +8986,6 @@ msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ #~ msgid "Space" #~ msgstr "فراغ" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "المبدئيّ" - #~ msgid "Modify Web Shortcut" #~ msgstr "تعديل اختصار الوبّ" @@ -8891,15 +9321,6 @@ msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ #~ msgid "Could not find any application or handler for %1" #~ msgstr "تعذّر العثور على تطبيق أو معالج لـ%1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "لا تُل&صق شيئًا" -#~ msgstr[1] "أ&لصِق الملفّ" -#~ msgstr[2] "أ&لصِق الملفين" -#~ msgstr[3] "أ&لصِق %1 ملفّات" -#~ msgstr[4] "أ&لصِق %1 ملفًّا" -#~ msgstr[5] "أ&لصِق %1 ملفّ" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "لا تُل&صق شيئًا" @@ -9015,14 +9436,6 @@ msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ #~ msgid "Invalid Directory Name" #~ msgstr "اسم مجلد غير صالحة" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "تعذر إنشاء مجلد باسم %1 لأنه محجوز للاستخدام " -#~ "بواسطة نظام التشغيل." - #~ msgid "File Type Options" #~ msgstr "خيارات نوع الملفّات" @@ -9057,9 +9470,6 @@ msgstr "إن كنت لا تثق بهذا البرنامج انقر ”ألغِ #~ msgid "unmounting is not supported by wince." #~ msgstr "برمجيّة ”wince“ لا تدعم إزالة الضّمّ." -#~ msgid "File name:" -#~ msgstr "اسم الملفّ:" - #, fuzzy #~| msgid "" #~| "

          Cache

          This module lets you configure your cache settings.\n" "Language-Team: Asturian \n" @@ -27,12 +27,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "alministradores@softastur.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nun se pudo modificar el propietariu del ficheru «%1»" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -41,12 +41,12 @@ msgstr "" "Nun se pudo modificar el propietariu del ficheru «%1. " "Nun tienes abondos permisos pa facer el cambéu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nun ye posible crear el trabayador de KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -58,7 +58,7 @@ msgstr "" "Nun se pudo crear l'enllaz simbólicu «%1».\n" "El sistema de ficheros de destín (%2) nun sofita los enllaces simbólicos." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -73,7 +73,7 @@ msgstr "" "Al seleicionar «Trocar», l'aición sustitúi cualesquier caráuter que nun seya " "válidu (nel nome de la carpeta de destín) por un guión baxu «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgstr "" "Al seleicionar «Trocar», l'aición sustitúi cualesquier caráuter que nun seya " "válidu (nel nome del ficheru de destín) por un guión baxu «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "La carpeta yá esiste" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "El ficheru yá esiste" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Yá esiste como carpeta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "" @@ -198,190 +198,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Orixe" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destín" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Cambéu de nome" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copia" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creación d'un direutoriu" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Direutoriu" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Desaniciu" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Ficheru" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Esame" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Tresferencia" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montaxe" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Preséu" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Puntu de montaxe" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Desmontaxe" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -775,133 +681,138 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

          %1

          %2

          " msgstr "

          %1

          %2

          " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motivu téunicu: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalles de la solicitú:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
        • URL: %1
        • " msgstr "
        • URL: %1
        • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        • Protocol: %1
        • " msgstr "
        • Protocolu: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Date and time: %1
        • " msgstr "
        • Data y hora: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Additional information: %1
        • " msgstr "
        • Información adicional: %1
        • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causes posibles:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluciones posibles:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Ponte en contautu col alministrador del sirvidor pa consiguir más asistencia." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Ye posible qu'atopares un fallu nel programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -913,96 +824,96 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Ye posible qu'heba un problema cola conexón a internet." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Volvi tentalo, agora o dempués." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ye posible que'l recursu especificáu nun esista." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Revisa l'estáu de la conexón a la rede." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Ye posible que nun tengas permisu pa lleer el ficheru o abrir la carpeta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Ye posible que'l protocolu solicitáu nun tea sofitáu." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1080,24 +991,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1106,12 +1017,12 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1120,7 +1031,7 @@ msgstr "" "L'aición solicitada nun ta sofitada nel programa de KDE qu'implementa'l " "protocolu %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1128,133 +1039,133 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1263,41 +1174,41 @@ msgstr "" "Volvi probar la solicitú y asegúrate de qu'introduxesti correutamente los " "detalles d'autenticación." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1305,12 +1216,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1319,34 +1230,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Volvi probar la solicitú." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1355,44 +1266,44 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1401,7 +1312,7 @@ msgstr "" "El sirvidor, magar que tea conectáu a internet, ye posible que nun tea " "configuráu pa permitir les solicitúes." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1410,7 +1321,7 @@ msgstr "" "El sirvidor, magar que tea conectáu a internet, ye posible que nun execute'l " "serviciu solicitáu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1418,36 +1329,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1464,24 +1375,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1489,7 +1400,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1497,31 +1408,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1529,7 +1440,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1537,56 +1448,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Ye posible que nun tengas permisu pa lleer el recursu." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Ye posible que nun tengas permisu pa escribir nel recursu." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1594,208 +1505,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Ye posible que nun tengas permisu p'aceptar la conexón." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Ye posible que nun esista'l llugar onde diba crease la carpeta." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Ye posible que la carpeta especificada nun esista." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Ye posible que la carpeta especificada nun tea balera." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Volvi probar la solicitú ensin tentar de siguir cola tresferencia." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -"for receiving a response: %2 seconds
          • Timeout for accessing proxy " -"servers: %3 seconds
          Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1931,12 +1837,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1944,63 +1850,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nun se pudo crear l'enllaz simbólicu solicitáu «%1»." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2008,92 +1914,92 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nun ye posible crear el trabayador de KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2102,13 +2008,13 @@ msgstr "" "klauncher nun pudo atopar o aniciar el plugin que forne'l protocolu. Esto " "significa que la versión del protocolu ta ensin anovar." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2116,60 +2022,60 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2177,92 +2083,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2271,113 +2177,136 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalles" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Namás la sesión a &ctual" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "Default name for a new folder" +#| msgid "New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Carpeta nueva" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2385,199 +2314,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Carpeta nueva" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Primero lo nuevo" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Primero lo antiguo" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Primero lo nuevo" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Primero lo grande" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Primero lo pequeño" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificación:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2625,40 +2554,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tolos ficheros" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tolos ficheros sofitaos" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tolos ficheros" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Edición d'una entrada de Llugares" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

          The " @@ -2667,17 +2596,17 @@ msgid "" "the location's URL.
          " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etiquet&a" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2686,29 +2615,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

          Click " "on the button to select a different icon.
          " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "A&mosar namás cuando s'usa esta aplicación (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2716,201 +2645,207 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Preseos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Preseos estrayibles" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Toles etiquetes" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Aniciu" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Escritoriu" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Descargues" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rede" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papelera" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Semeyes" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ficheros de recién" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Llugares de recién" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmontando…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "El preséu «%1» nun ye un discu y nun se pue espulsar." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Prodúxose un error mentanto s'accedía a «%1», el sistema respondió: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Prodúxose un error mentanto s'accedía a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2921,19 +2856,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -2941,90 +2876,90 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3032,51 +2967,51 @@ msgctxt "" msgid "Auto Resize" msgstr "" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Namás pues seleicionar un ficheru" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Fornióse más d'un ficheru" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Namás pues seleicionar ficheros llocales" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Nun s'acepten los ficheros remotos" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3087,47 +3022,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

          For instance, " @@ -3135,42 +3045,42 @@ msgid "" "you to file:/home.
          " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Calca esti botón pa volver cargar el conteníu del llugar actual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Calca esti botón pa crear una carpeta." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" +msgid "Show Quick Filter" msgstr "" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opciones" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3180,12 +3090,12 @@ msgid "" "folders from files
        " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3195,12 +3105,35 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nome:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3209,86 +3142,92 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Llugares" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Namás pues seleicionar ficheros llocales." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Nun s'acepten los ficheros remotos" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Toles carpetes" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Creación d'un direutoriu" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Abrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3304,71 +3243,63 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

        You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

        Wildcards such as * and ? are allowed.

        " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3376,7 +3307,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3384,7 +3315,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3393,123 +3324,177 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crear" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Carpeta nueva" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default Policy" +msgid "Default" +msgstr "Política predeterminada" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "Enter file name" +msgstr "&Xeneral" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Abrir «%1» nuna llingüeta nueva" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Abrir «%1» nuna ventana nueva" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3521,6 +3506,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Llugares" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3544,40 +3538,40 @@ msgstr "" msgid "Edit mode" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3604,12 +3598,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3617,28 +3617,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3646,39 +3646,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3686,12 +3686,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3766,79 +3766,74 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -3848,118 +3843,38 @@ msgstr "" "Nun se pudo camudar el propietariu y el grupu de\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could not write to file %1." +msgid "Could not open temporary file" +msgstr "Nun se pudo escribir nel ficheru «%1»." + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nun se pudo atopar el programa «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nun se pudo atopar el programa «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Permisos nuevos: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Aición: %1\n" -"Orixe: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -3995,32 +3910,32 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sitiu:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4029,19 +3944,19 @@ msgstr "" "\n" "El sirvidor dixo: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4093,101 +4008,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4195,20 +4110,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4218,28 +4133,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4247,25 +4162,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4276,15 +4191,15 @@ msgstr "" msgid "Network" msgstr "" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4293,12 +4208,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Esti ficheru yá ta na papelera." @@ -4331,7 +4246,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4352,17 +4267,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Retentar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nun tienes permisu p'acceder al protocolu «%1»." @@ -4471,41 +4386,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4515,9 +4430,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -4526,23 +4441,23 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Encaboxar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4550,113 +4465,191 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Descargues" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "¿Qué quies facer con esti ficheru?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Nun volver entrugar" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Abrir" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Executar" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Ábrese con:" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "¿Qué quies facer con esti ficheru?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Orixe" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destín" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Copia" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4665,12 +4658,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4679,21 +4672,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4705,7 +4699,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4713,13 +4707,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4727,7 +4721,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -4812,7 +4806,7 @@ msgstr "" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "" @@ -4885,102 +4879,109 @@ msgstr "" msgid "Updating system configuration…" msgstr "" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nome" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamañu" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisos" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propietariu" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupu" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipu" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Aiciones" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With:" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Ábrese con:" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With:" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Ábrese con:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executar" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -4988,7 +4989,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Otra aplicación…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -4996,113 +4997,134 @@ msgid_plural "%1 items" msgstr[0] "1 elementu" msgstr[1] "%1 elementos" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Parar" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipu:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Conteníu:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Ábrese con:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Camudar…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Llugar:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tamañu:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Camudar…" +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Conteníu:" +msgid "Stop" +msgstr "Parar" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" +msgid "Show target" msgstr "" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de ficheros:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" +msgid "Modified:" msgstr "" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Sistema de ficheros:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mountpoint" +msgid "Mounted on:" +msgstr "Puntu de montaxe" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 #, kde-format -msgid "Open With:" -msgstr "Ábrese con:" +msgid "Mounted from:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5358,21 +5380,25 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Descripción:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Xeneral" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5383,8 +5409,9 @@ msgstr "Com&entariu:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variables d'entornu:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5553,7 +5580,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5561,202 +5588,227 @@ msgid "" "%1." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Xeneral" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 ficheros" msgstr[1] "%1 ficheru" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calculando…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crear…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Camudar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gru&pu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Executar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5764,270 +5816,259 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisos a&vanzaos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisos avanzaos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Su&mes de comprobación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculando…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "La suma de comprobación ye inválida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" @@ -6035,56 +6076,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Los ficheros son idénticos." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Los ficheros son diferentes." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculando…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6188,41 +6249,46 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Apegar un ficheru" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "A&pegar el conteníu del cartafueyu" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Apegar una carpeta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Apegar un ficheru" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6230,92 +6296,103 @@ msgid_plural "Paste %1 Items" msgstr[0] "Apegar un elementu" msgstr[1] "Apegar %1 elementos" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "A&pegar el conteníu del cartafueyu" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Apegar" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Tamañu: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6324,151 +6401,134 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Orixe" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destín" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "L'orixe ye más recién." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "L'orixe ye más antiguu." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Los ficheros son idénticos." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Los ficheros paecen idénticos." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Los ficheros son diferentes." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Yá esiste un elementu antiguu col nome «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nome nuevu #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Yá esiste un ficheru col nome «%1»." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6476,38 +6536,187 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "" msgstr[1] "" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nome nuevu #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Ábrese con:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Información" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "" @@ -6592,7 +6801,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6624,26 +6833,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6651,51 +6882,69 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Nun volver entrugar" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Nun volver entrugar" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Nun volver amosar esti mensaxe" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#~ msgid "New Permissions: %1" +#~ msgstr "Permisos nuevos: %1" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Aición: %1\n" +#~ "Orixe: %2\n" +#~ "%3" + +#~ msgid "&Description:" +#~ msgstr "&Descripción:" + +#~ msgid "Do not ask again" +#~ msgstr "Nun volver entrugar" + #~ msgid "Is &executable" #~ msgstr "Ye &executable" @@ -6758,9 +7007,6 @@ msgstr "" #~ msgid "Site" #~ msgstr "Sitiu" -#~ msgid "Default Policy" -#~ msgstr "Política predeterminada" - #~ msgid "Accep&t all cookies" #~ msgstr "Acep&tar toles cookies" diff --git a/local/recipes/kde/kf6-kio/source/po/az/kio6.po b/local/recipes/kde/kf6-kio/source/po/az/kio6.po index ae15e3d28e..bb235f352c 100644 --- a/local/recipes/kde/kf6-kio/source/po/az/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/az/kio6.po @@ -1,13 +1,14 @@ -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2026 This file is copyright: # This file is distributed under the same license as the kio package. # -# Xəyyam , 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2026 X əyyam +# SPDX-FileCopyrightText: 2026 Kheyyam msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2023-02-18 20:42+0400\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-03-26 02:42+0400\n" "Last-Translator: Kheyyam \n" "Language-Team: Azerbaijani \n" "Language: az\n" @@ -15,7 +16,7 @@ msgstr "" "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.2\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -27,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "xxmn77@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 sənədinin sahibini dəyişdirmək mümkün olmadı" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -41,12 +42,12 @@ msgstr "" "%1 sənədinin sahibliyini dəyişdirmək mümkün oladı. " "Sizin bu dəyişiklikləri etmək imtiyazınız yoxdur." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO işçisi yaratmaq mümkün olmadı: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -58,7 +59,7 @@ msgstr "" "\"%1\" Simvolik keçidi yaradıla bilmədi.\n" "Hədəf fayl sistemi (%2) simvolik keçidləri dəstəkləmir." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -73,7 +74,7 @@ msgstr "" "Əvəz etmək, seçilməsi icazə verilməyən simvolları (hədəf qovluğunun adında) " "\"_\" (alt cizgi) ilə əvəz edəcək." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +88,23 @@ msgstr "" "Əvəz etmək, seçilməsi icazə verilməyən simvolları (hədəf fayl adında) \"_" "\" (alt cizgi) ilə əvəz edəcək." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Qovluq Artıq Mövcuddur" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fayl Artıq Mövcuddur" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Artıq Qovluq kimi verilib" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Səbət" @@ -198,204 +199,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Köcürmə" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Mənbə" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Təyinat" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Addəyişmə" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopyalanır" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Qovluq yaradılır" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Qovluq" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Silinir" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fayl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Hazırlıq" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Göndərmə" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Fayl sisteminin qoşulması" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Qurğu" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Qoşulma Nöqtəsi" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Ayrılır" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Atributu Dəyişdir" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Fayl atributlarını dəyişdirmək üçün root imtiyaz tələb olunur. Davam etmək " -"istəyirsiniz?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Faylları Kopyala" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Kopyalamanı bitirmək üçün root imtiyaz tələb olunur. Davam etmək " -"istəyirsinizmi?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Faylları Sil" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Silinmə əməliyyatını başa çatdırmaq üçün root imtiyaz tələb olunur. " -"Həmçinin, bunu etmək sisteminizə zərər verə bilər. Davam etmək " -"istəyirsinizmi?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Qovluq yaradın" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Bu qovluğu yaratmağa root imtiyaz tələb olunur. Davam etmək istəyirsiniz?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Obyektləri Köcürün" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Bu köçürmə əməliyyatı üçün root imtiyaz tələb olunur. Davam etmək " -"istəyirsiniz?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Yenidən adlandır" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "Ad dəyişmə üçün root imtiyaz tələb olunur. DAvam etmək istəyirsiniz?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Keçid linki yarat" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Keçid linki yaratmaq üçün root imtiyaz tələb olunur. DAvam etmək " -"istəyirsiniz?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Məlumatın ötürülməsi" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Məlumatın ötürülməsi üçün root imtiyaz tələb olunur. Davam etmək " -"istəyirsiniz?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -823,6 +716,11 @@ msgstr "Səbətə atmaq üçün bu fayl çox böyükdür." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Bu məkan üçün səbət qovluğunu tapmaq və ya yaratmaq mümkün olmadı." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -832,65 +730,65 @@ msgstr "" "%2\n" "Lütfən tam xəta hesabatını https://bugs.kde.org ünvanına göndərin." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(naməlum)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "

        %1

        %2

        " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Texniki səbəb: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Tələbin detallar:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
      • URL: %1
      • " msgstr "
      • URL: %1
      • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      • Protocol: %1
      • " msgstr "
      • Protokol: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Date and time: %1
      • " msgstr "
      • Tarix və Vaxt: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Additional information: %1
      • " msgstr "
      • Əlavə məlumatlar: %1
      • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mümkün hallar:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mümkün problemlər:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(naməlum)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -899,17 +797,17 @@ msgstr "" "Əlavə kömək üçün sistem idarəçisi və ya texniki dəstək qrupu və kompüter " "dəstəyi sisteminizlə əlaqə saxlayın." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Əlavə kömək üçün server idarəçisi ilə əlaqə saxlayın." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Bu resursda giriş icazənizi dəyişin." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -918,7 +816,7 @@ msgstr "" "Bu mənbədə tələb olunan əməliyyatı yerinə yetirmək üçün giriş icazələriniz " "qeyri-kafi ola bilər." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -926,7 +824,7 @@ msgstr "" "Fayl başqa bir istifadəçi və ya tətbiq tərəfindən istifadə edilə bilər (və " "beləliklə kilidlənir)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -935,17 +833,17 @@ msgstr "" "Başqa heç bir tətbiqin və ya istifadəçinin faylı istifadə etmədiyinə və ya " "faylı kilidlədiyinə əmin olun." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Halbuki, bir avadanlıq xətası baş verə bilər." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Proqramda bir səhvlə qarşılaşa bilərsiniz." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -955,7 +853,7 @@ msgstr "" "nəzərə alın ki, tam xəta hesabatını aşağıda göstərildiyi kimi göndərmək " "lazımdır." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -964,7 +862,7 @@ msgstr "" "Tətbiqinizi ən yeni versiyaya yeniləyin. Ditiributorunuz sistemi yeniləmək " "üşün vasitələr təqdim etməlidir." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -985,12 +883,12 @@ msgstr "" "biləcəyinizi düşündüyünüz bir çox digər detallarlı xəta hesabatınıza daxil " "edin." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Bu problem həmçinin sizin şəbəkə əlaqəsi ilə bağlı ola bilər." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1000,7 +898,7 @@ msgstr "" "Əgər az öncə internetə çıxınşınızda heç bir problem olmayıbsa o zaman " "problem bağlantı problemi deyil." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1009,42 +907,42 @@ msgstr "" "Həmçinin server və bu kompüter arasındakı şəbəkə yolu boyunca hansısa bir " "nöqtədə problem ola bilər." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "İndi və ya az sonra bir daha cəhd edin." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Protokol xətası və ya uyğunsuzluq səbəbindən baş verə bilər." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Resursun mövcud olduğundan əmin olun və yenidən cəhd edin." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Göstırilən resurs mövcud deyil." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Düzgün yeri daxil etdiyinizi bir daha yoxlayın və yenidən cəhd edin." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Şəbəkə bağlantınızın vəziyyətini yoxlayın." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Resursu oxumaq üçün aça bilmir" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 alınmadı, çünki oxunuş mümkün olmadı." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Ola bilsin faylı oxumaq və ya qovluğu açmaq icazəniz yoxdur." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Resurs Yazılmaq Üçün Açıla Bilmir" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1072,17 +970,17 @@ msgstr "" "Bu o deməkdir ki, %1 faylı tələb olunduğu kimi yazıla " "bilmədi, çünki yazı icazəsi ilə giriş əldə edilə bilmədi." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 protokolu tərəfindən tələb edilən proses başladıla bilmədi" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Prosesin başladılması mümkün olmadı" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 protokoluna girişi təmin edən proqram " "daxili xəta barədə məlumat verdi." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Yalnış Formatlanan URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Dəstəklənməyən Protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1152,12 +1050,12 @@ msgstr "" "Protokol %1 hazırda sistemə quraşdırılan KDE proqramları " "tərəfindən dəstəklənmir." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Ola bilsin ki, tələb olunan protokol dəstəklənmir." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1166,7 +1064,7 @@ msgstr "" "Bu kompüter və server tərəfindən dəstəklənən %1 protokolun versiyaları " "uyğunsuz ola bilər." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1177,17 +1075,17 @@ msgstr "" "axtarışı internet üzərindən həyata keçirə bilərsiniz. Axtarış ünvanlarına https://store.kde.org ünvanı da daxildir." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL bir qaynağa istinad etmir." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol filtr protokoludur" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L U formalı R mənbəyi " " L ocator (URL) müəyyən bir mənbəyə istinad etməmişdir." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1209,12 +1107,12 @@ msgstr "" "tutulmuşdur, lakin bu həmin hallardan biri deyil. Bu nadir bir hadisədir və " "ehtimal ki proqramlaşdırmada hansısa səhvlər var." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Dəstəklənməyən Fəaliyyətlər: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1223,7 +1121,7 @@ msgstr "" "Tələb olunan hərəkət, %1 protokolunu həyata keçirən KDE " "proqramı tərəfindən dəstəklənmir." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1233,51 +1131,51 @@ msgstr "" "Bu səhv KDE proqramından çox asılıdır. Bu əlavə məlumat sizi KDE giriş/ " "çıxış arxitekturasındakına nisbətən daha çox məlumatlandıra bilər." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Eyni nəticəni yerinə yetirmək üçün başqa bir yol tapmağa çalışın." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fayl gözlənilir" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Sorğu olunan fayl əvəzinə %1 qovluğu tapıldı." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Bu server tərəfindəki bir səhv ola bilər." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Qovluq gözlənilir" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Sorğu olunan qovluq əvəzinə %1 faylı tapıldı." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "fayl və ya Qovluq mövcud deyil" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Göstərilən fayl və ya qovluq %1 mövcud deyil." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1285,23 +1183,23 @@ msgid "" msgstr "" "Tələb olunan faylı yaratmaq olmur, çünki eyni adlı bir fayl artıq mövcuddur." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Əvvəlcə cari faylı başqa yerə köçürməyə çalışın və sonra yenidən cəhd edin." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Mövcud faylı silin və yenidən cəhd edin." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Yeni fayl üçün alternativ ad seçin." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1310,29 +1208,29 @@ msgstr "" "Tələb olunan qovluq yaradıla bilmədi, çünki eyni adlı bir qovluq artıq " "mövcuddur." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Əvvəlcə mövcud qovluğu başqa bir yerə köçürməyə çalışın və sonra yenidən " "cəhd edin." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Cari qovluğu silin və yenidən cəhd edin." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Yeni qovluq üçün alternativ ad seçin." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Naməlum Host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1341,35 +1239,35 @@ msgstr "" "Naməlum host xətası aşkarlandı, belə ki, server tələb olunan adla " "%1, internetdə yerləşə bilməz." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Yazdığınız %1 adı mövcud olmaya bilər, yəqin ki, səhv yazılıb." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Giriş Qadağandır" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Göstərilən mənbəyə giriş rədd edildi, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Yəqin ki sizin identifikasiya detallarınız səhvverilib və ya heç birini " "verməmisiniz." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Hesabınızın göstərilən mənbəyə giriş icazəsi olmaya bilər." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1378,24 +1276,24 @@ msgstr "" "Sorğunu təkrarlayın və kimlik doğrulama məlumatlarınızın düzgün daxil " "edildiyinə əmin olun." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Yazı Girişi Qadağan Edildi" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Bu o deməkdir ki, fayla yazmaq cəhdi %1 rədd edildi." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Qovluğa Daxil Etmə Mümkün olmadı" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1404,17 +1302,17 @@ msgstr "" "Bu o deməkdir ki, tələb olunan %1 qovluğa daxil olmaq " "(başqa sözlə açmaq) cəhdi rədd edildi." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Qovluq siyahıları mövcud deyil" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 Fayl sistemi deyil" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1424,12 +1322,12 @@ msgstr "" "Bu o deməkdir ki, qovluğun tərkibini müəyyənləşdirmk üçün sorğu edilmişdir " "və bu protokolu dəstəkləyən KDE proqramı bunu edə bilmir." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Daimi Link Aşkar edildi" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1442,7 +1340,7 @@ msgstr "" "bir sıra silsilə aşkar etdi - yəni fayl özünə bağlandı (bəlkə dairəvi " "şəkildə)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1451,27 +1349,27 @@ msgstr "" "Sonsuz bir dövrə yaranmaması üçün dövrənin bir hissəsini silin və yenidən " "cəhd edin." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Sorğu İstifadəçi tərəfindən Ləğv edildi" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Bu sorğu yerinəyetirilmədi çünki ləğv edildi." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Sorğunu təkrarla." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Dairəvi Link Kopyalama Zamanı Aşkar edildi" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1484,17 +1382,17 @@ msgstr "" "ilə nəticələnən bir keçid və ya bir sıra əlaqəni aşkar etdi - yəni fayl özü " "ilə bağlandı (bəlkə dairəvi şəkildə)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Şəbəkə bağlantısı yarada bilmədi" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Socket Yaradıla Bilmədi" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1503,8 +1401,8 @@ msgstr "" "Bu ciddi texniki xəta səbəbindən şəbəkə əlaqələri üçün bir qurğu (socket/" "rozetka) yaradıla bilmir." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1513,12 +1411,12 @@ msgstr "" "Ola bilsin şəbəkə əlaqələri düzgün ayarlanmayıb və ya şəbəkə interfeysi " "söndürülüb." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Serverə Qoşulma Rədd Edildi" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1527,7 +1425,7 @@ msgstr "" "Server %1 bu kompüterə əlaqə yaratmağa icazə verməkdən " "imtina etdi." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1536,7 +1434,7 @@ msgstr "" "Server hazırda İnternetə qoşularkən sorğulara icazə verə biləcək formada " "konfiqurasiya olunmamışdır." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1545,7 +1443,7 @@ msgstr "" "Hal-hazırda İnternetə qoşularkən serverin tələb etdiyi %1 xidməti başladıla " "bilmir." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1556,12 +1454,12 @@ msgstr "" "sorğularını məhdudlaşdıran bir cihaz) müdaxilə edərək bu istəyin qarşısını " "ala bilər." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Serverlə Əlaqə Gözlənilmədən Kəsildi" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1570,7 +1468,7 @@ msgstr "" "Bağlantı %1 olaraq qurulsa da, rabitə gözlənilməz bir " "nöqtədə kəsildi." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1579,17 +1477,17 @@ msgstr "" "Ola bilsin serverlə əlaqənin kəsilməsinə səbəb olan protokol xətası baş " "verdi." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL Mənbəyi Etibarsızdır" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 Protokolu Filtr Protokolu deyil" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L L ocator (URL), xüsusi mənbəyə daxil olmaq üçün etibarlı " "bir mexanizmə əsaslanmır, %1%2 ." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1613,17 +1511,17 @@ msgstr "" "bir hərəkətə qadir deyil. Bu nadir bir hadisədir və ehtimal ki " "proqramlaşdırmada bir səhv olduğunu göstərir." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Giriş/Çıxış Cihazını İşə Salmaq Olmur" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Qurğu Qoşulmur" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1632,7 +1530,7 @@ msgstr "" "Tələb olunan cihaz işə salınmadı (\"quraşdırılmışdır\"). Xəbər verildi: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1643,7 +1541,7 @@ msgstr "" "bir media olmaya bilər (yəni bir CD sürücüsündə bir CD-ROM yoxdur) və ya " "periferik / portativ cihaz vəziyyətində cihaz düzgün qoşulmamışdır." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1654,7 +1552,7 @@ msgstr "" "cihazı işə salmaq üçün tez-tez sistem administratoru imtiyazları tələb " "olunur." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1664,17 +1562,17 @@ msgstr "" "(verilənlər) olmalıdır, portativ qurğular isə qoşulmalı və aktiv " "edilməlidir.; və yenidən cəhd edin." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Qurğunu Çıxarılmağa Hazırlamaq Mümkün Deyil" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Qurğunu Söndürmək Mümkün Olmadı" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1683,7 +1581,7 @@ msgstr "" "Tələb olunan cuhaz söndürülə bilmədi (\"ayırmaq\"). Xəta hesabatı göndərildi:" "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1694,7 +1592,7 @@ msgstr "" "tərəfindən istifadə edilir. Hətta brauzerin və ya fayl menecerinin açıq " "qalan pəncərəsi qurğunun məşğul kimi göstərilməsinə səbəb ola bilər." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1704,19 +1602,19 @@ msgstr "" "Sizin bu qurğunu söndürməyə (\"ayırmaq\") icazəniz yoxdur. UNİX sistemində " "qurğunu sönsürmək üçün tez-tez adminstrator imtiyazları tələb olunur." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Hansısa bir proqramın qurğuya girişi olmadığina, onu istifadə etmədiyinə " "əmin olun və yenidən cəhd edin." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Mənbədən Oxuna Bilmir" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1725,17 +1623,17 @@ msgstr "" "Bu o deməkdir ki, %1, resurs açılsa da, resursun məzmunu " "oxunarkən xəta baş verdi." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Bu mənbədən oxumağa sizin icazəniz yoxdur." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Mənbəyə Yazıla Bilmir" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1744,22 +1642,22 @@ msgstr "" "Bu, o deməkdir ki, %1, resurs açılsa da, mənbəyə yazarkən " "xəta baş verdi." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Ola bilsin sizin bu mənbəyə yazmağa icazəniz yoxdur." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Şəbəkə Bağlantıları Dinlənilə Bilmir" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Bağlanmadı" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1769,17 +1667,17 @@ msgstr "" "Bu ciddi texniki xəta səbəbindən şəbəkə əlaqələri üçün bir qurğu (socket/" "rozetka/yuva) daxil olan şəbəkə məlumatlarını dinləmək üçün qurula bilmir." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Dinlənilə Bilmir" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Şəbəkə Bağlantısını Qəbul Etmək Olmur" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1788,33 +1686,33 @@ msgstr "" "Bu ciddi texniki səhv səbəbindən şəbəkə bağlantılarını qəbul etməkdə xəta " "baş verdi." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Sizin bu bağlantıları qəbul etməyə icazəniz yoxdur." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "%1 Daxil Olmaq Mümkün deyil" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Tələb olunan əməliyyatı yerinə yetirmək üçün giriş cəhdi uğursuz oldu." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Resurs Statusunu Təyin Etmək Mümkün Olmadı" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Resurs Başlaya Bilmədi" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1823,68 +1721,68 @@ msgstr "" "Resursun adı, növü, ölçüsü və s. kimi resursun statusu barədə məlumatı təyin " "etmək cəhdi %1 uğursuz oldu." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Göstərilən qaynaq mövcud olmamış və ya əldə edilə bilməz." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Dinlənilməni Ləğv Etmək Mümkün Olmadı" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" -msgstr "FIXME; Bunu Sənədləşdirin" +msgstr "FIXME; Bunu sənədləşdirin" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" -msgstr "Qovluq Yaradıla Bilmədi" +msgstr "Qovluq yaratmaq mümkün olmadı" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Tələb olunan qovluğu yaratmaq cəhdi uğursuz oldu." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Ola bilsin qovluq yaratmaq üçün yer yoxdur." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" -msgstr "Qovluq Silinə Bilmədi" +msgstr "Qovluğu silmək mümkün olmadı" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Göstərilən qovluğu %1silmək cəhdi uğursuz oldu." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Ola bilsin ki, göstərilən qovluq mövcud deyil." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Ola bilsin ki, göstərilən qovluq boş deyil." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Əmin olun ki qovluq var və boşdur və yenidən cəhd edin." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" -msgstr "Fayl Köçürməsini Bərpa Mümkün Olmadı" +msgstr "Faylın köçürülməsini davam etdirmək mümkün olmadı" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1893,33 +1791,33 @@ msgstr "" "Göstərilən sorğu %1 sənədinin köçürülməsinin müəyyən bir " "nöqtədə bərpa olunmasını istədi. Bu mümkün olmadı." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol və ya server faylın işinin bərpasını dətəkləməyə bilər." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." -msgstr "Köçürməni yenidən başlamağa cəhd etmədən sorğunu təkrarla." +msgstr "Köçürməni yenidən başlamağa cəhd etmədən sorğunu təkrarlayın." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" -msgstr "Resursun Adını Dəyişmək Mümkün Olmadı" +msgstr "Mənbənin adını dəyişmək mümkün olmadı" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Göstərilən mənbənin adını dəyişdirmək cəhdi %1 uğursuz oldu." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" -msgstr "Resursun İcazələrini Dəyişmək Alınmadı" +msgstr "Mənbənin icazələrini dəyişmək mümkün olmadı" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "uğursuz oldu." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" -msgstr "Resursa Mülkiyyət Hüququnu Dəyişmək Mümkün Olmadı" +msgstr "Mənbənin sahibini dəyişmək mümkün olmadı" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -"Göstərilən mənbənin sahibliyini dəyişdirmək cəhdi %1 " -"uğursuz oldu." +"Göstərilən mənbənin sahibini dəyişdirmək cəhdi %1 uğursuz " +"oldu." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" -msgstr "Resursu Silmək Olmur" +msgstr "Mənbəyi silmək mümkün olmadı" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." -msgstr "Göstərilən mənbəni silmək cəhdi uğursuz %1." +msgstr "Göstərilən mənbəyi silmək cəhdi uğursuz %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" -msgstr "Proqramın Gözlənilmədən Bağlanması" +msgstr "Proqramın gözlənilmədən bağlanması" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokoluna girişi təmin edən proqram " "gözlənilmədən bağlandı." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" -msgstr "Yaddaş Dolub" +msgstr "Yaddaş dolub" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokoluna girişi təmin edən proqramın " "davam etməsi üçün yaddaş kifayət etmədi." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" -msgstr "Naməlum Proxy-nin Host-u" +msgstr "Naməlum proksi serveri" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " "indicates that the requested name could not be located on the Internet." msgstr "" -"Göstərilən proxy hostu haqqında məlumat əldə edərkən%1, " +"Göstərilən proksi serveri haqqında məlumat əldə edərkən%1, " "naməlum Host xətası baş verdi. Naməlum host xətası, tələb olunan adın " -"İnternetdə tapıla bilməyəcəyini göstərir." +"internetdə tapıla bilməyəcəyini göstərir." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " "your proxy's hostname. If you have been accessing the Internet with no " "problems recently, this is unlikely." msgstr "" -"Ola bilsin ki, sizin şəbəkə konfiqurasiyaları, xüsusilə də proxy host adı " -"ilə probleminiz var. Əgər sonuncu internetə girişinizdə çətinlik olmayıbsa o " -"zaman bu şəbəkə problei deyil." +"Ola bilsin ki, sizin şəbəkə tənzimləmələri, xüsusilə də proksi server adı " +"ilə bir problem var. Əgər sonuncu internetə girişinizdə çətinlik olmayıbsa o " +"zaman bu şəbəkə problemi deyil." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." -msgstr "Proxy ayarlarını bir daha yoxlayın və yenidən cəhd edin." +msgstr "Proksi ayarlarını bir daha yoxlayın və yenidən cəhd edin." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" -msgstr "Kimlik Doğrulaması alınmadı: Metod %1 dəstəklənmir" +msgstr "Kimlik doğrulaması alınmadı: Metod %1 dəstəklənmir" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." msgstr "" -"Doğru identifikasiya təfərrüatlarını vermiş olsanız da, autentifikasiya " -"uğursuz oldu, çünki server istifadə etdiyi metod %1 protokolunu həyata " -"keçirən KDE proqramı tərəfindən dəstəklənmir." +"Doğru kimlik məlumatları vermiş olsanız da, kimlik doğrulaması uğursuz oldu, " +"çünki server, istifadə etdiyi metod %1 protokolunu həyata keçirən KDE " +"proqramı tərəfindən dəstəklənmir." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2037,17 +1935,17 @@ msgstr "" "Xəta hesabatını https://bugs.kde.org/ " "gondərərək KDE komandasını məlumatlandırın." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" -msgstr "Sorğu Ləğv edildi" +msgstr "Sorğu ləğv edildi" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" -msgstr "Serverdə Daxili Xəta" +msgstr "Serverdə daxili xəta" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2056,7 +1954,7 @@ msgstr "" "%1 protokoluna girişi təmin edən serverdəki proqram daxili " "bir xəta olduğunu bildirdi: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2065,55 +1963,47 @@ msgstr "" "Bu daha çox server proqramında yaranan xətaya oxşayır. Lütfən tam xəta " "hesabatını aşağıda göstərilən qaydada təqdim edin." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -"Sever administratoru ilə əlaqə saxlayaraq onları bu xəta barəsində " -"mılumatlandırın." +"Sever inzibatçısı ilə əlaqə saxlayaraq onları bu xəta barəsində " +"məlumatlandırın." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -"Əgər siz server proqramının müəllifinin kim olduğunu bilirsinizlə bu " -"hesabatı birba.a onalara göndərin." +"Əgər siz server proqramının müəllifinin kim olduğunu bilirsinizsə bu " +"hesabatı birbaşa onlara göndərin." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" -msgstr "Gözləmədə Xəta" +msgstr "Gözləmədə xəta" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Server ilə əlaqə qurulsa da, sorğu üçün ayrılmış müddət ərzində bir cavab " -"alınmadı:
        • Bağlantı qurmaq vaxtı: %1 saniyə
        • Cavab gözləmə " -"vaxtı: %2 saniyə
        • Proxy serverə giriş vaxtı: %3 saniyə
        " -"Unutmayın ki,KDE Sistem Parametrlərindəki Şəbəkə Parametrləri -> Bağlantı " -"Seçimlərini seçərək bugözləmə parametrlərini dəyişdirə bilərsiniz." +"Serverlə əlaqə yaradılsa da, sorğu üçün ayrılmış vaxt ərzində cavab " +"alınmayıb." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server digər sorğulara cavab vermək üçün çox məşğul idi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" -msgstr "Naməlum Xəta" +msgstr "Naməlum xəta" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokoluna girişi təmin edən proqram " "naməlum bir xəta barədə məlumat verdi:%2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" -msgstr "Naməlum Kəsilmə" +msgstr "Naməlum kəsilmə" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokoluna girişi təmin edən proqram " "naməlum tipli bir kəsilmə olduğunu bildirdi:%2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" -msgstr "Orijinal Fayl Silinə Bilmir" +msgstr "Orijinal faylı silmək mümkün olmadı" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2149,15 +2039,15 @@ msgid "" "strong> could not be deleted." msgstr "" "Tələb olunan əməliyyat, çox güman ki, bir fayl köçürmə əməliyyatının sonunda " -"orijinal sənədin silməsini tələb etdi. Orijinal fayl %1 " -"silinə bilmədi." +"orijinal sənədin silinməsini tələb etdi. Orijinal %1 " +"faylını silmək mümkün olmadı." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" -msgstr "Müvəqqəti Fayl Silinə Bilmədi" +msgstr "Müvəqqəti faylı silmək mümkün olmadı" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2165,29 +2055,29 @@ msgid "" "strong> could not be deleted." msgstr "" "Tələb olunan əməliyyat yüklənərkən yeni faylı saxlamaq üçün müvəqqəti bir " -"sənəd yaratmağı tələb etdi. Bu %1 müvəqqəti sənəd silinə " -"bilmədi." +"sənəd yaratmağı tələb etdi. Bu %1 müvəqqəti sənədi silmək " +"mümkün olmadı." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" -msgstr "Orijinal Fayl Silinə Bilmədi" +msgstr "Orijinal faylı silmək mümkün olmadı" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" "Tələb olunan əməliyyat orijinal %1 faylının adının " -"dəyişdirilməsin tələb edir, lakin bü mümkün deyil." +"dəyişdirilməsini tələb edir, lakin bu mümkün deyil." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" -msgstr "Müvəqqəti Faylın Adı Dəyişdirilmədi" +msgstr "Müvəqqəti faylın adını dəyişmək mümkün olmadı" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2196,41 +2086,41 @@ msgstr "" "Tələb olunan əməliyyat müvəqqəti %1 faylının yaradılmasını " "tələb edir. lakin bu yaradıla bilmir." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" -msgstr "Link Yaradıla Bilmir" +msgstr "Keçid yaratmaq mümkün olmadı" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" -msgstr "Simvolik Link Yaradılmadı" +msgstr "Simvolik keçid yaratmaq mümkün olmadı" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." -msgstr "Tələb olunan %1 simvolik link yaradılmadı." +msgstr "Tələb olunan %1 simvolik keçid yaradıla bilməz." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Tərkibi yoxdur" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" -msgstr "Disk Dolub" +msgstr "Disk dolub" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -"Tələb olunan %1 faylı diskdə kifayət qədər yer olamdığı " +"Tələb olunan %1 faylı diskdə kifayət qədər yer olmadığı " "üçün yazıla bilmir." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2238,95 +2128,95 @@ msgid "" "3) obtain more storage capacity." msgstr "" "Diski Təmizləmək üçün 1) Lazımsız və müvəqqəti faylları silin; 2) faylları " -"kənar diskə (məs. CD-R) arxivləşdirin; və ya 3) daha çox yaddaşı olan " +"xarici diskdə (məs. CD-R) arxivləşdirin; və ya 3) daha çox yaddaşı olan " "diskdən istifadə edin." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" -msgstr "Mənbə və Təyinat Faylı Eynidir" +msgstr "Mənbə və təyinat faylı eynidir" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Əməliyyat başa çatdırılmadı, çünki mənbə və təyinat faylları eynidir." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Təyinat faylı üçün başqa bir ad seçin." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" -msgstr "Fayl və Qovluq öz üzərinə atılaraq açılmağa cəhd edildi" +msgstr "Fayl və qovluq öz üzərinə atılaraq açılmağa cəhd edildi" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"Əməliyyat başa çatdırılmadı, şünki mənbə və təyinat faylları və ya " +"Əməliyyat başa çatdırılmadı, çünki mənbə və təyinat faylları və ya " "qovluqları eynidir." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Obyekti başqa fayl və qovluğun üzərinə atın." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" -msgstr "Qovluq oz üzərinə yeri dəyişdirildi" +msgstr "Qovluq öz üzərinə yeri dəyişdirildi" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -"Əməliyyat başa çatmadı çünki mənbə faylı oz üzərinə atılaraq açıla bilməz." +"Əməliyyat başa çatmadı çünki mənbə faylı öz üzərinə atılaraq açıla bilməz." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Obyekti başqa qovluğa daşıyın." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "Parol serveri ilə bağlantı alınmadı" +msgstr "Şifrə serveri ilə bağlantı mümkün olmadı" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -"Əməliyyat başa çatmadı, çünki tələb olunan parollar serverinə " +"Əməliyyat başa çatmadı, çünki tələb olunan Şifrələr serverinə " "(kpasswdserver) qoşulmaq mümkün olmadı" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -"Sessiyanızı yenidən başlamağ cəhd edin və ya kiod faylından xətalara nəzər " +"Sessiyanızı yenidən başlamağa cəhd edin və ya kiod faylındakı xətalara nəzər " "yetirin." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 protokolu icra olunmur" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KİO işçisi yaratmaq mümkün olmadı" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2335,7 +2225,7 @@ msgstr "" "%1 protokoluna girişi təmin edən KİO xidmətini başlatmaq " "mümkün olmadı. Bu ümumiyyətlə texniki səbəblərdən qaynaqlanır." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2344,13 +2234,13 @@ msgstr "" "klauncher protokolu təqdim edən plaqini tapa və ya başlada bilmədi. Bu o " "deməkdir ki, qoşmanın versiyası köhnəlib." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 köçürülə bilmədi" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2360,7 +2250,7 @@ msgstr "" "%1 faylı köçürülə bilmədi, çünki təyinat fayl sistemi " "belə böyük faylları dəstəkləmir" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2369,28 +2259,28 @@ msgstr "" "Komputerinizdəki diskin fayl sistemini böyük faylları dəstəkləməsi üçün " "formatlayın." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Sənədləşməmiş Xəta" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 yerinə simvolik keçid)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Link %2 -də)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 girişini göstərir)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2399,12 +2289,12 @@ msgstr "" "Səhv URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1 faylının növünü müəyyən etmək mümkün olmadı" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2413,13 +2303,13 @@ msgstr "" "İcra faylının adını '%1' proqramından çıxarmaq mümkün deyil, lütfən " "proqramın adını düzgün yazın." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 icraediləbilən proqram kimi görünmür" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2429,92 +2319,92 @@ msgstr "" "%1 tapılmadı, icraediləbilən prorama düzgün yolu daxil " "edin." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Açılan bağlantılar protokol %1 tərəfindən dəstəklənmir." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Söndürülən bağlantılar protokol %1 tərəfindən dəstəklənmir." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Giriş faylları protokol %1 tərəfindən dəstəklənmir." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 üzərinə yazmaq dəstəklənmir." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "protokol %1 üçün xüsusi əməl yoxdur." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Qovluqların siyahıya alınması protokol %1 tərəfindən dəstəklənmir." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 ünvanından məlumat alınması dəstəklənmir." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 ünvanından mime növləri üçün məlumat alınması dəstəklənmir." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Faylların adının dəyişdirilməsi və ya daşınması %1 ilə dəstəklənmir." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Simlink yaradılması protokol %1 ilə dəstəklənmir." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Faylların kopyalanması %1 ilə dəstəklənmir." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 ünvanından faylların silinməsi dəstəklənmir." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Qovluqların yaradılması protokol %1 ilə dəstəklənmir." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Faylların atributlarının dəyişdirilməsi protokol %1 ilə dəstəklənmir." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Faylların sahibinin dəstəklənməsi protokol %1 ilə dəstəklənmir." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Açılan fayllar protokol %1 ilə dəstəklənmir." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1, %2 əməlini dəstəkləmir." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2522,399 +2412,421 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"KIO işçisinin adətən yüksək icazələr tələb edən '%1' protokolu üçün " +"təhlükəsizliyi təmin edilə bilməz, çünki kök qovluqlara giriş icazəsi olan " +"istifadəçilərdən başqalarının %2-də onu dəyişmək icazəsi var." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Naməlum Protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1' protokolu üçün KİO xidməti tapılmadı." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2-də “%1” protokolu üçün KIO işçisi yüklənmədi, çünki %3-dən kənarda " +"yerləşən və yüksək imtiyazlar tələb edən bütün KIO işçiləri etibarsız hesab " +"olunur." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "\"%1\" protokolu üçün KİO xidmətini başlatmağa lazım olan soket yaratmaq " "mümkün olmadı." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find 'kioslave5' executable at '%1'" +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "'%1' - də 'kioslave5' icra edici faylı tapılmadı" +msgstr "'%1'-də 'kioworker' icra edici faylı tapılmadı" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detallar" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Həmişə" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Da&vam et" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Yalnız Cari Sessiya" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Yeni qovluğa köçürün" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Bu elementlər üçün yeni qovluq yaradın" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Siz silmək üçün fayl seçmədiniz." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Silməyə bir şey yoxdur" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Siz səbətə atmaq üçün fayl seçmədiniz." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Səbətə atmağa heç nə yoxdur" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Göstərilən qovluq ya mövcud deyol ya da oxuna bilmir." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menyu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Ana Qovluq" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Geriyə" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "İrəli" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Ev Qovluğu" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Yenilə" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Yeni Qovluq" +msgstr "Yeni qovluq…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Səbətə Daşı" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Sil" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Çeşidlə" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ada görə çeşidlə" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ölçüyə ğörə çeşidlə" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Tarixə ğörə çeşidlə" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Növünə ğörə çeşidlə" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Artan" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Azalan" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Öncə Qovluqlar" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Gizli fayllar sonda" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "İkonları Göstər" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Yığcam Baxış" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Ətraflı Baxış" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "İkon Mövqeyi" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Fayl Adının Yanında" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Fayl Adının Üstündə" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Qısa Baxış" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" -msgstr "Ətraflı Baxış" +msgstr "Ətraflı baxış" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" -msgstr "Budaqlanan" +msgstr "Açılan siyahı" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" -msgstr "Ətraflı Budaqlanan" +msgstr "Geniş açılan siyahı" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "Ətraflı Baxışda Genişləndirməyə icazə verin" +msgstr "Açılan siyahıda genişlənməyə icazə verin" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" -msgstr "Gizli Faylları Göstər" +msgstr "Gizli faylları göstərmək" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" -msgstr "Oncədən Baxış Panelini Göstərin" +msgstr "Öncədən baxış panelini göstərmək" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" -msgstr "Öncədən Baxışı Göstər" +msgstr "Ön baxış miniatürləri" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Bu tərkibli qovluğu açın" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Xüsusiyyətlər" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Baxış rejimi" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Öncə Ən Yeniləri" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "Öncə Ən Köhnələri" +msgstr "Öncə köhnələr" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Öncə yenilər" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "Ən Böyük Fayllar" +msgstr "Əvvəlcə ən böyüklər" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "Ən Kiçik Fayllar" +msgstr "Əvvəlcə ən kiçiklər" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" -msgstr "kodlıaşdırma:" +msgstr "Kodlaşma:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" -msgstr "Aç" +msgstr "Açın" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" -msgstr "Belə Saxla" +msgstr "Belə saxlayın" #: filewidgets/kfilecopytomenu.cpp:71 #, kde-format msgctxt "@title:menu" msgid "Copy To" -msgstr "Köçürülmə Yeri" +msgstr "Bura kopyalayın" #: filewidgets/kfilecopytomenu.cpp:77 #, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "Daşınma Yeri" +msgstr "Bura köçürün" #: filewidgets/kfilecopytomenu.cpp:102 #, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "Ev Qovluğu" +msgstr "Ev qovluğu" #: filewidgets/kfilecopytomenu.cpp:110 #, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "Root Qovluğu" +msgstr "Kök qovluğu" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Bax..." +msgstr "Baxın..." #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "Bura Kopyala" +msgstr "Bura kopyalayın" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "Bura Daşı" +msgstr "Bura köçürün" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" -msgstr "*|Bütün Fayllar" +msgstr "*|Bütün fayllar" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" -msgstr "Bütün Dəstəklənən Fayllar" +msgstr "Bütün dəstəklənən fayllar" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" -msgstr "Bütün Fayllar" - -#: filewidgets/kfileplaceeditdialog.cpp:66 -#, kde-format -msgid "Add Places Entry" -msgstr "Giriş Nöqtəsini Daxil Edin" +msgstr "Bütün fayllar" #: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format -msgid "Edit Places Entry" -msgstr "Giriş Nöqtəsini Tənzimləyin" +msgid "Add Places Entry" +msgstr "Giriş nöqtəsi daxil edin" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format +msgid "Edit Places Entry" +msgstr "Giriş nöqtəsini dəyişin" + +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

        The " @@ -2922,22 +2834,22 @@ msgid "" "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
        " msgstr "" -"Bu mətn Giriş Nöqtəsi panelində görünəcək.

        bu yarlıq sizə " +"Bu mətn \"Giriş nöqtəsi\" panelində görünəcək.

        bu yarlıq sizə " "bunun nə olduğunu xatırlatmaq üçün yadda saxlaya biləcəyiniz iki və ya üç " -"sözdən ibarət olmalıdır. Əgər siz yarlıq daxil etməsəniz lokal qovluq adı " +"sözdən ibarət olmalıdır. Əgər siz yarlıq daxil etməsəniz yerli qovluq adı " "ilə eyni olacaq.
        " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Y&arlıq:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" -msgstr "Təsvir etiketini bura daxil edin" +msgstr "Giriş nöqtəsinin adını daxil edin" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2950,238 +2862,241 @@ msgstr "" "org/pub/kde/stable

        Mətn düzəliş qutusunun yanındakı düyməni " "vuraraq müvafiq URL-a baxa bilərsiniz.
        " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Yer:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

        Click " "on the button to select a different icon.
        " msgstr "" -"Bu ikon Giriş Nöqtəsində peyda olacaq.

        Bu düyməyə vuraraq " -"başqa bir ikon seçin.
        " +"Bu nişan Giriş nöqtəsində görünəcək.

        Bu düyməyə vuraraq başqa " +"bir nişan seçin.
        " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" -msgstr "&İkonu seçin:" +msgstr "&Nişanı seçin:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Yalnız bu tətbiq (%1) istifadə olunan zaman göstərmək" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " "current application (%1).

        If this setting is not selected, the " "entry will be available in all applications.
        " msgstr "" -" Əgər yalnlz cari proqram(%1) istifadə olunan zaman bu girişin " -"göstörilməsini istəyirsinizsə bu ayarı seçin.

        əgər bu ayar " +" Əgər yalnız cari proqram(%1) istifadə olunan zaman bu girişin " +"göstərilməsini istəyirsinizsə bu ayarı seçin.

        Əgər bu ayar " "seçilməyibsə bu giriş bütün tətbiqlərdə istifadə olunacaq.
        " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Yerlər" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" -msgstr "Uzaq" +msgstr "Şəbəkə üzərində" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "Əvvəlki" +msgstr "Sonuncu" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" -msgstr "Axtar" +msgstr "Axtarış" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" -msgstr "Qurğular" +msgstr "Cihazlar" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "Çıxarıla Bilən Qurğular" +msgstr "Qoşulan qurğular" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "Hədəflər" +msgstr "Etiketlər" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Xəta %2)" +msgstr "%1 (%2 yolundan)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Bütün etiketlər" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" -msgstr "Ev" +msgstr "Ev qovluğu" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "Masaüstü" +msgstr "İş masası" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Sənədlər" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Yükləmələr" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Şəbəkə" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Səbət" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musiqi" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Şəkillər" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videolar" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "Əvvəlki Fayllar" +msgstr "Sonuncu fayllar" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "Əvvəlku Məkanlar" - -#: filewidgets/kfileplacesmodel.cpp:419 -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "Bugün Dəyişdirili" +msgstr "Sonuncu yerlər" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "Dünən Dəyişdirildi" +msgid "Modified Today" +msgstr "Bugün dəyişdirilənlər" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "Dünən dəyişdirilənlər" + +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Yerlər panelinə əlavə edilə bilmədi: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Yerlər panelinə yalnız qovluqlar əlavə edilə bilər." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Tənzimləyin..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "Buraxılış..." +msgstr "Buraxılır..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "&Buraxılış" +msgstr "&Buraxmaq" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Təhlükəsiz çıxartmaq..." +msgstr "Təhlükəsiz ayırmaq..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "&Təhlükəsiz çıxartmaq" +msgstr "&Təhlükəsiz ayırmaq" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Ayrılır..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Ayırmaq" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Çıxartmaq" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Bu qurğu '%1' disk deyil və çıxarıla bilməz." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" -msgstr "'%1' giriş zamanl xəta baş verdi, fayl sisteminin cavabı: %2" +msgstr "'%1' giriş zamanı xəta baş verdi, fayl sisteminin cavabı: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" -msgstr "'%1' giriş zamanı xəta baş verdi" +msgstr "'%1' girişi zamanı xəta baş verdi" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" -"Bu cihazdakı bir və ya bir neçə fayl hansısa tətbiq tərəfindən istifadə " -"olunur." +msgstr "Bu cihazdakı bir neçə fayl bir tətbiq tərəfindən istifadə olunur." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3196,163 +3111,160 @@ msgstr[1] "" "Bu cihazdakı bir və ya bir neçə fayl aşağıdakı tətbiqlərdə açılıb: " "%2" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Bölmələr meneceri ilə formatlayın və ya düzəliş edin" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 sahəsindən %1 boşdur (%3istifadə olunub)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (gizli)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Səbəti boşaldın" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Qoş" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Yeni vərəqdə açın" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Yeni pəncərədə açın" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Giriş əlavə edin..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Düzəliş..." -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove File" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "Faylı Sil" +msgstr "Giriş nöqtəsindən silmək" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Gizlədin" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "\"%1\" bölməsini gizlədin" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Bölməni gizlədin" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" -msgstr "&Bütün Girişləri Göstər" +msgstr "&Bütün girişləri göstərin" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "İkon ölşüsü" +msgstr "Nişan ölçüsü" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "Ölçüsünü avtomatik dəyişmək" +msgstr "Ölçünü avtomatik dəyişmək" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "Kiçik (%1x%)" +msgstr "Kiçik (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "Orta (%1x%)" +msgstr "Orta (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "Böyük (%1x%)" +msgstr "Böyük (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "Nəhəng (%1x%)" +msgstr "Nəhəng (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" -msgstr "Siz ancaq bir fayl seşə bilərsiniz" +msgstr "Siz yalnız bir fayl seçə bilərsiniz" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Birdən çox fayl təqdim edildi" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" -msgstr "Siz ancaq lokal fayl seçə bilərsiniz" +msgstr "Siz ancaq yerli fayl seçə bilərsiniz" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Uzaqdan sənədlər qəbul edilmir" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3361,58 +3273,28 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" -"Seçilmiş URL dətəklənməyən sxem istifadə edir. Lütfən bu sxemi istifadə " +"Seçilmiş URL dəstəklənməyən sxem istifadə edir. Lütfən bu sxemi istifadə " "edin: %2" msgstr[1] "" -"Seçilmiş URL dəstəklənməyn sxem istifadə edir. Lütfən bu seçimlərdən birini " +"Seçilmiş URL dəstəklənməyən sxem istifadə edir. Lütfən bu seçimlərdən birini " "istifadə edin: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "Dəstəklənmyən URL sxemi" +msgstr "Dəstəklənməyən URL sxemi" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Birdən çox qovluq seçildi və bu dialoq qovluqları qəbul etmir, belə ki, " -"hansının girəcəyinə qərar vermək mümkün deyil. lütfən sıralamaq yalnız bir " -"qovluq seçin." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Birdən çox qovluq təqdim edildi" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Ən azından Bir qovluq və bir fayl seçildi. Seçilən fayllar nəzərə " -"alınmayacaq, seçilən qovluqlar isə siyahıya salınacaq" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Faylar və qovluqlar seçildi" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" faylı tapılmadı" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Fayl açılmır" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3423,42 +3305,42 @@ msgstr "" "məkan file:/home/konqi olarsa bu düyməyə vurmaq sizi file:/home. qovluğuna " "götürəcək.
        " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." -msgstr "Bu düyməy vurmaq sizi geriyə sonuncu baxdığınız qovluğa götürəcək." +msgstr "Bu düyməyə vurmaq sizi geriyə sonuncu baxdığınız qovluğa götürəcək." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Bu düyməyə vurmaq sizi irəli baxdığınız qovluğa götürəcək." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Bu düyməyə vurmaq cari qovluğu yeniləyir." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Bu düyməyə vursanız yeni qovluq yaranacaq." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" -msgstr "Giriş Nöqtəsi panelini Göstərin" +msgstr "Giriş nöqtəsi panelini göstərin" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Əlfəcinlər Düyməsini Göstərin" +msgid "Show Quick Filter" +msgstr "Gizli faylları göstərmək" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" -msgstr "Seçimlər" +msgstr "Parametrlər" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3467,18 +3349,18 @@ msgid "" "files
      • the Places panel
      • file previews
      • separating " "folders from files
      " msgstr "" -"Bu dialoq faylını ayarlamaq menyusudur. Bu menyudan müxtəlif " +"Bu, dialoq faylını ayarlamaq menyusudur. Bu menyudan müxtəlif " "parametrlərə daxil olmaq mümkündür, bunlar:
      • siyahıdakı faylların necə " -"sıralanması< /li>
      • görünüş növləri, o cümlədən simge və siyahı
      • görünüş növləri, o cümlədən nişan və siyahı
      • gizli faylların göstərilməsi < / li>
      • Yerlər paneli
      • fayl " "önizləmələri
      • qovluqları fayllardan ayırmaq
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Əlfəcinlər" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3488,16 +3370,39 @@ msgid "" msgstr "" "Bu düymə müəyyən yerləri işarələməyə imkan verir. Əlfəcin əlavə edə, " "düzəldə və ya seçə biləcəyiniz əlfəcin menyusunu açmaq üçün bu düyməni vurun." -"

      Bu əlfəcinlər fayl dialoquna xasdır, əks halda KDE-nibaşqa " +"

      Bu əlfəcinlər fayl dialoquna xasdır, əks halda KDE-nin başqa " "yerlərində əlfəcinlər kimi fəaliyyət göstərir.
      " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ad:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Fayl dəyişikliklərini ləğv edin" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Qovluqlar dəyişən zaman süzgəci saxlamaq" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Fayl adın görə süzgəc..." + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Süzgəc panelini gizlədin" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3506,15 +3411,15 @@ msgid "" "qt>" msgstr "" "Mətn sahəsində yazdığınız zaman sizə mümkün oxşarlıqlar təqdim oluna " -"bilər. Bu xüsusiyyət siçan sağ düyməsini basaraq və Mətn Tamamlanması " -"menyusundan üstünlük verilən bir rejimi seçməklə idarə edilə bilər." +"bilər. Bu xüsusiyyət siçanın sağ düyməsini basaraq və Mətn Tamamlanması menyusundan üstünlük verilən bir rejimi seçməklə idarə edilə bilər." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Bu ad faylı fərqli saxlamaq üçündür." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3523,76 +3428,79 @@ msgstr "" "Bu açılacaq faylların siyahısıdır. Bəzi faylları boşluq qoymaqla sıralayaraq " "birdən çox faylı göstərmək olar." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Bu açılacaq faylın adıdır." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Yerlər" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" "\"%1\" faylı artıq mövcuddur. Həmin faylın üzərinə yazmaq istəyirsiniz?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Faylın Üzərinə Yazmaq?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Siz ancaq lokal fayl seçə bilərsiniz." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Uzaqdan Fayllar Dəstəklənmir" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|Bütün qovluqlar" +msgstr "Bütün qovluqlar" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Cari kataloq: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Aç" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "İkonun ölçüsü: %1 piksel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Avtomatik olaraq fayl adının u&zantısını seçin (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "Uzantı %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Avtomatik olaraq fayl adının u&zantısını seçin" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "uyğun bir uzantı" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3619,12 +3527,12 @@ msgstr "" "avtomatik olaraq silinəcək).
    • Əmin deyilsinizsə bu seçimi aktiv " "saxlayın, beləki, bu sizin faylınızı daha idarə olunan edir." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Fayl növü:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3633,66 +3541,53 @@ msgstr "" "Bu fayl növü seçicisidir. Faylın qeyd olunduğu formatı seçmək üçün " "istifadə olunur." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Süzgəc:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Bu fayl siyahısına tətbiq ediləcək filtrdir. Filtrə uyğun olmayan fayl " -"adları göstərilməyəcək.

      Açılan menyudan əvvəlcədən qurulmuş filtrlərdən " -"birini seçə bilərsiniz və ya birbaşa xüsusi bir filtri mətn sahəsinə daxil " -"edə bilərsiniz.

      * və ? kimi işarələrə icazə verilir.

      " +"Bu bir fayl seçicidir. Bu göstərilən faylların formatını seçmək üçün " +"istifadə olunur." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Yeni fayl növü yarat" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "%1 fayl adını daxil edin:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" -msgstr "Təəsüf" +msgstr "Təəssüf" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Müvəqqəti fayl.%1 mövcud deyil." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Yeni keçid üçün ad:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Keçid linki yarat" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "URL -da link yarat" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Başqa bir Ad Daxil Edin" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3702,7 +3597,7 @@ msgstr "" "%1 fayl adı istifadə oluna bilməz, çünki bu ad " "Əməliyyat Sistemi tərəfindən istifadə üçün qorunur." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3712,7 +3607,7 @@ msgstr "" "Bu %1 adı nöqtə ilə başlayır, belə ki,standart qaydaya " "görə gizlədiləcək." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3724,142 +3619,202 @@ msgstr "" "potensial qəribəliklər arasında əlifba sırası ilə sıralanarkən, digər " "elementlərin önündə göstərilməsinə səbəb olacaq." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Qovluq adlarında köndələn cizgi (sleş) istifadə olunduqda alt-qovluqlar " "yaradılacaq, məsələn:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Qovluq adında köndələn cizgi (sleş) istifadə olunduqda alt qovluqlar " "yaradılacaq." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Sleş fayl və qovluq adlarında istifadə olun bilməz." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Tərs sleş fayl və qovluq adlarında istifadə oluna bilməz." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 adlı fayl və ya qovluq yaratmaq mümkün deyil, çünki " +"o, istifadəçinin ev qovluğunun yeri ilə üst-üstə düşəcək." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -"Fayl və qovluq adının tilda (~) ilə başladılması tövsiyyə olunmurş, çünki bu " -"bəzi şeyləri terminaldan silərkən çaşqınlıq vı təhlükə törədə bilər." +"Fayl və ya qovluq adını tilde işarəsi (~) ilə başlamaq tövsiyə edilmir, " +"çünki şeyləri silmək üçün terminaldan istifadə edərkən çaşdırıcı və ya " +"təhlükəli ola bilər." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "%1 adlı qovluql artıq mövcuddur." +msgstr "%1 adlı qovluq artıq mövcuddur." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "%1 adlı fayl artıq mövcudur." +msgstr "%1 adlı fayl artıq mövcuddur." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" -msgstr "Yenisini Yarat" +msgstr "Yenisini yarat" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" -msgstr "Qurğuya Keçid" +msgstr "Qurğuya keçid" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" -msgstr "Yeni Qovluq" +msgstr "Yeni qovluq" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Qovluq yaradın" +msgstr "Yeni qovluq yaradın" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 daxilində yeni qovluq yaradın:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Qovluğu adlandırın" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Standart" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Yeni fayl yaradın" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Faylı adlandırın" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Fərdi nişan və ya rəng seçin" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Başqa nişan seçin..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Siz sonra qovluq xüsusiyyətlərində nişan seçə bilərsiniz." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" -msgstr "Kopyala" +msgstr "Kopyalayın" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" -msgstr "Yerləşdir" +msgstr "Yerləşdirin" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\" yeni vərəqdə açın" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\" yeni pəncərədə açın" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" -msgstr "Düzəliş" +msgstr "Dəyişin" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" -msgstr "Yol Göstər" +msgstr "Keçmək" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" -msgstr "Tam Yolu Göstər" +msgstr "Tam yolu göstərmək" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "%1 köçürülə bilmədi" +msgstr "%1 yolundakı başqa yerə keçin" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" -msgstr "Bir Çox" +msgstr "Daha çox" #: filewidgets/kurlnavigatordropdownbutton.cpp:21 #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Yoldakı yerə keçin" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Yerlər" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3884,28 +3839,28 @@ msgstr "Başqa" msgid "Edit mode" msgstr "Düzəliş rejimi" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "Məkana Yol Göstərmək üçün kliklə" +msgstr "Məkana keçid üçün üçün kliklə" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" -msgstr "Məkana Düzəliş Etmək üçün kliklə" +msgstr "Məkana dəyişmək üçün kliklə" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Bu faylı icra etməyə sizin imtiyazınız yoxdur." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 başladılır" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3914,12 +3869,12 @@ msgstr "" "%1 xidmətini icra etmək mümkün deyil, icra dayandırılır.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Bu faylı açmaq üçün bir tətbiq seçmək səlahiyyətiniz yoxdur." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3929,7 +3884,7 @@ msgstr "Daxili xəta: istifadəçiyə hansı tətbiqi başladacağı sorğusu ve #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Boş əmr göstərilib" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -3946,12 +3901,19 @@ msgstr "Şəklin %1 ünvanında saxlanmasında xəta" msgid "Icon file too big, download aborted" msgstr "İkon faylı çox böyükdür, yükləmə ləğv edildi" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: boş fayllar ötürülür, zədələnmiş simvolik keçid ola bilər: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Poçt müştərisi tapılmadı" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3962,28 +3924,28 @@ msgstr "" "masaüstü faylı\n" "etibarsızdır." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Başladılma %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 əmri tapılmadı." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Terminal emulyatoru tapılmadı" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 açmaq mümkün olmadı" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3994,7 +3956,7 @@ msgstr "" "%1\n" "Link növünə sahibdir, ancaq onda URL=... yoxdur." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4003,7 +3965,7 @@ msgstr "" "\"%1\" icra faylı şəbəkə üzərindəki fayl sistemində yerləşir. Təhlükəsizlik " "üçün bu fayl başladılmayacaq." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4011,7 +3973,7 @@ msgstr "" "Təhlükəsizlik səbəbi ilə icra faylının bu konteksdə başladılmasına icazə " "verilmədi." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4019,7 +3981,7 @@ msgid "" msgstr "" "\"%1\" proqramı işə başlamazdan əvvəl icraedici icazəyə sahib olmalıdır." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4028,12 +3990,12 @@ msgstr "" "\"%1\" icra faylı yaratmaq olmur.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Masaüstünün %1 qeyd faylında Type=... girişi yoxdur." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4044,48 +4006,45 @@ msgstr "" "Gözləyən tapşırıqları və ya yükləmələri görmək üçün açıq tətbiqlərinizi və " "bildiriş sahəsini yoxlayın." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Fayl açılmır." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "\"%1\" proqramı başladılmadı." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"%1 faylı\n" -"dəyişdirildi. Siz dəyişiklikləri göndərmək istəyirsiniz?" +"%1 faylına dəyişiklik edilib. Dəyişiklikləri " +"yükləmək istəyirsiniz?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format msgid "File Changed" -msgstr "Fayl Dəyişdirildi" +msgstr "Fayl dəyişdirildi" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 #, kde-format msgid "Upload" -msgstr "Yükləmək" +msgstr "Yükləyin" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 #, kde-format msgid "Do Not Upload" -msgstr "Yükləməmək" +msgstr "Yükləməyin" #: kioexec/main.cpp:58 #, kde-format msgid "Invalid URL: %1" -msgstr "Yararsız URL: %1" +msgstr "Səhv URL: %1" #: kioexec/main.cpp:64 #, kde-format @@ -4141,74 +4100,69 @@ msgstr "" "dəyişdirildi.\n" "Bunu serverə yükləmək istəyirsiniz?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - şəbəkədəki faylları açır, onların dəyişikliklərini izləyir və " "serverə yükləmək üçün icazə soruşur" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL-ları lokal fayllar kimi işlətmək və işin sonunda silmək" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Yüklənən fayl üçün təklif olunan ad" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "İcra üçün əmr" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Əmr üçün URL ünvanları və lokal fayllar" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "ACL -n %1 üçün ayarlanması" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4217,127 +4171,47 @@ msgstr "" "%1\n" "üçün icazələr dəyişdirilmir" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "%1 üçün sahib dəyişdirilə bilmədi." +msgstr "" +"%1 sahibini və qrupunu dəyişmək mümkün olmadı\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Müvəqqəti faylı açmaq mümkün olmadı" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" proqramı tapılmadı" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"unmoumt\" proqramı tapılmadı" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Fayl İcazələrini Dətişdirin" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Yeni İcazələr: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Faylın Sahibini Dəyişdirin" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Yeni Sahibi: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Faylı Sil" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Qovluğu Sil" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Qovluq Yarat" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Qovluq İcazələri: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Faylı Açın" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Qovluğu Açın" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Yeni Fayl AdI: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Hədəf: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Vaxt Möhürünü Dəyişdirin" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Haradan: %1, Haraya: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Naməlum Fəaliyyət" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Əməl: %1\n" -"Mənbə: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Faylı %1 ünvanından %2 ünvanına kopyalana bilmir. (Xəta: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 üçün Daşıyıcı yoxdur" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Verilən %1 istifadəçi adı üçün istifadəçi kimliyi (İD) alına bilmədi" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Verilən %1 qrup adı üçün qrup kimliyi (İD) alınmadı" @@ -4379,32 +4253,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Bu sayta girmək üçün bir istifadəçi adı və parolu daxil erməlisiniz." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sayt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Giriş Alındı" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 ünvanına giriş alınmadı." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4413,7 +4287,7 @@ msgstr "" "\n" "Serverin cavabı: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4422,12 +4296,12 @@ msgstr "" "Hər hansı bir sayta girməzdən öncə aşağıda sadlanan proxy server üçün " "istifadəçi adı və parolu daxil etməlisiniz." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy Kimlik Döğrulaması Alınmadı." @@ -4479,101 +4353,101 @@ msgid "" msgstr "Siz bu sertifikatı həmişəlik sorğu-sualsız qəbul etmək istəyirsiniz?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Kimlik Doğrulaması Serveri" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 / %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Əks halda sorğu uğurla başa çata bilərdi." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "Xüsusiyyətlər dəyərini almaq" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "Xüsusiyyətlər dəyərini qur" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "Sorğu olunan qovluğu yarat" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Göstərilən fayl və qovluğu kopyala" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "Göstərilən fayl və qovluğu daşı" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "Göstərilən qovluqda axtar" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "Göstərilən fayl və qovluğu kilidlə" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "Göstərilən fayl və qovluğun kilidini aç" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "Göstərilən fayl və qovluğu sil" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "sever imkanlarını sorğula" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "göstərilən faylın və ya qovluğun məzmununu almaq" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "göstərilən qovluqda bir hesabat başlat" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 cəhdi zamanı %1 gözlənilməz xəta baş verdi." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4583,13 +4457,13 @@ msgstr "" "%1, %2 üçün cəhd zamanı xəta baş verdi. Xəta səbəbləri haqqında məlumat " "aşağıdadır." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 cəhdi zamanı giriş qadağan edildi." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4598,7 +4472,7 @@ msgstr "" "Təyinat nöqtəsində bir və birdən çox aralıq kolleksiyalar (quvluqlar) " "yaradılmayınca resurs yaradıla bilməz." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4613,28 +4487,28 @@ msgstr "" "yazmağa cəhd etdiniz.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Tələb olunan kilid təsdiq edilmir. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server bu istifadə tələbini anlamadı." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 icra edilmədi, çünki resurs kilidləndi." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Bu əməl başqa bir xəta tərəfindən əngəlləndi." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4644,7 +4518,7 @@ msgstr "" "%1 icra edilmədi, çünki təyinat serveri fayl və qovluq qəbul etməyi rədd " "edir." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4653,18 +4527,18 @@ msgstr "" "Bu metodu icra etmək üçün təyinat resursu resursun vəziyyətini yazmaq üçün " "kifayət qədər disk yaddaşına malik deyil." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurs silinmədi." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 gondərmək" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4675,15 +4549,15 @@ msgstr "%2 cəhdi zamanı gözlənilməz (%1) xəta ba. verdi." msgid "Network" msgstr "Şəbəkə" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Xətalı URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4696,12 +4570,12 @@ msgstr "" "əməliyyatından istifadə edə bilərsiniz və ya bərpa etmək üçün elementi başqa " "yerə sürükləyə bilərsiniz." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Protokolun səhv kombinasiyası." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Bu fayl artıq səbətdədir." @@ -4737,7 +4611,7 @@ msgstr "Səbətdəkiləri boşaldın" msgid "Restore a trashed file to its original location" msgstr "Səbət atılan faylları onların orijinal yerinə qaytarın" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Səbət dolub. Onu boşaldın və ya içərisindəkiləri əl ilə silin." @@ -4758,17 +4632,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Təkrar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Kimlik Doğrulaması Dialoqu" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Giriş Qadağandır" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 protokoluna giriş icazəniz yoxdur." @@ -4877,41 +4751,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Gözlənilən yoxlama cəmi (checksum) (MD5, SHA1 or SHA256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Yoxlam cəmini (checksum) yaddaş buferindən bu sahəyə yerləşdirin." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4921,9 +4795,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Hesablayın" @@ -4932,139 +4806,208 @@ msgstr "Hesablayın" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Yoxlama cəmini yaddaş buferinə kopyala." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "İmtina &et" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Bura &Köçür" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Yükləmələr" +msgstr "&Bura endirin" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "Bura &Kopyala" +msgstr "Bura &kopyalayın" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "&Link Yarat" +msgstr "Keçid &yarat" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Başladın" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Bu icra faylı ilə nə etmək istəyirsiniz?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Bir daha soruşma" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Açın" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Başlatmaq" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 ilə &açın" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Dəyişiklikləri Ləğv et" +msgid "Would you like to launch this file?" +msgstr "Bu faylı başlatmaq istəyirsiniz?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Bu əməliyyatdan imtina etmək üçün root imtiyazları tələb olunur. Davam etmək " -"istəyirsiniz?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Qovluq Yaratmaq" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Mənbə" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Təyinat" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopyalanır" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Köçürmə" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Addəyişmə" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Səbətə köçürmək" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Silmək" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Ge&ri" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Kopyalamanı &Ləğv et" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Link yaratmanı &ləğv et" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Köçürməni &ləğv et" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Ad dəyişməni &ləğv et" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Səbətə atmağı &ləğv et" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Qovluq yaratmağı &ləğv et" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Qovluqlar yaratmağı &ləğv et" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Fayl yaratmağı &ləğv et" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Paket halında addəyişməni &ləğv et" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Təkrarlamaq" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Kopyalamanı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Keçid yaratmanı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Köçürməni tək&rarlamaq" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Ad dəyişməni tək&rarlamaq" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Səbətə atmağı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Qovluq yaratmağı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Qovluqlar yaratmağı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Fayl yaratmağı tək&rarlamaq" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Toplu ad dəyişməni tək&rarlamaq" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5073,15 +5016,15 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" "%1 faylı %2-dən kopyalandı, ancaq bundan sonra %3-də dəyişdirildi.\n" -"Kopyalamanı ləğv etmək, faylı bütün dəyişikliklər ilə bərabər silir.\n" -"Siz %4 faylını silməık istəyirsiniz?" +"Kopyalamanı ləğv etmək, faylı bütün dəyişikliklər ilə birlikdə silir.\n" +"Siz %4 faylını silmək istəyirsiniz?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "Fayl kopyalama məlumatlarının ləğvi" +msgstr "Kopyalanmanın ləğvinin təsdiqi" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5092,21 +5035,22 @@ msgstr "" "Bu obyekti həmişəlik silinsin?%1Bu ləğv edilə bilməz." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Həmişəlik Silin" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Həmişəlik sil" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5122,7 +5066,7 @@ msgstr[1] "" "Siz %1 obyektlərini həmişəlik silmək istəyirsiniz? Bu əməl ləğv edilə bilməz." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5132,13 +5076,13 @@ msgstr "" "Bütün elementləri səbətdən silmək istəyirsiniz? Bu əməl ləğv edilıə bilməz." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Səbəti boşaldın" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5146,7 +5090,7 @@ msgid "" "filename>" msgstr "Bu elementi Səbətə atmaq istəyirsiniz?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5157,15 +5101,13 @@ msgstr[1] "Bu %1 elementi Səbətə atmaq istəyirsiniz?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Əlavə edin..." #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Düzəliş..." +msgstr "&Dəyişin..." #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5233,7 +5175,7 @@ msgstr "Sahibi" msgid "Owning Group" msgstr "Qrupun Sahibi" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Digəriləri" @@ -5302,117 +5244,116 @@ msgid "Updating System Configuration" msgstr "Sistem konfiqurasiyalarının yenilənməsi" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "Sistem konfiqurasiyalarının yenilənməsi." +msgstr "Sistem tənzimləməsi yenilənir..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Ad" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Ölçü" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Tarix" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "İcazələr" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Sahibi" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Qrup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Növ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" -msgstr "%1 ilə &aç" +msgstr "%1 ilə &açın" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Ə&məllər" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "Qovluğu bununla &açın" +msgstr "Qovluğu bununla &açın..." -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "Bununla &aç" +msgstr "Bununla &açın..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&İcra faylını başladın" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Qovluğu %1 ilə &açın" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" -msgstr "%1 ilə &aç" +msgstr "%1 ilə &açın" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Qovluğu bununla &açın" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" -msgstr "Bununla &aç" +msgstr "Bununla &açın" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Digər Əməllər..." +msgstr "&Digər tətbiqlər..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5420,123 +5361,145 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 element" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Naməlum" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Dayandır" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Filelight-da baxın" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Buradan qoşuldu:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Boş sahə:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" -msgstr "Növü:" +msgstr "Növ:" + +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Tərkibi:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Bununla açın:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Dəyişin..." #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Yer:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" -msgstr "Ölçüsü:" +msgstr "Ölçü:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Dəyişin..." +msgid "Determine the folder size" +msgstr "Qovluğun ölçüsünü aşkarlamaq" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Tərkibi:" +msgid "Stop" +msgstr "Dayandırın" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Qovluq ölçüsünün aşkarlanmasını dayandırın" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight ilə baxın" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" -msgstr "Buna işarə et:" +msgstr "Buna işarə edin:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Dəyişdirildi:" +msgid "Show target" +msgstr "Hədəfi göstərmək" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" -msgstr "Yaradıldı:" +msgstr "Yaradılıb:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Fayl sistemi:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Bilinməyən ölçü" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Qoşulduğu yer:" +msgid "Modified:" +msgstr "Dəyişdirilib:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" -msgstr "Sunucu giriş:" +msgstr "Sonuncu giriş:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Bununla açın:" +msgid "File system:" +msgstr "Fayl sistemi:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Qoşulma nöqtəsi:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Buradan qoşuldu:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Boş sahə:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Naməlum ölçü" #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" -msgstr "Məlum Tətbiqlər" +msgstr "Məlum tətbiqlər" #: widgets/kopenwithdialog.cpp:557 #, kde-format msgid "Open With" -msgstr "Bununla aç" +msgstr "Bununla açın" #: widgets/kopenwithdialog.cpp:562 #, kde-format @@ -5544,8 +5507,8 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" -" %1 aça bilən proqramı seçin.Əgər belə proqram siyahıda yodursa " -"adını daxil edin və ya seçmək üçün baxış düyməsinə vurun." +" %1 faylını aça bilən proqramı seçin.Əgər belə proqram siyahıda " +"yoxdursa adını daxil edin və ya seçmək üçün baxış düyməsinə vurun." #: widgets/kopenwithdialog.cpp:569 #, kde-format @@ -5555,25 +5518,25 @@ msgstr "Seçilmiş faylları aça biləcək proqramın adını seçin." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
      %1
      " -msgstr "Bu
      %1 faylını açamaq üçün proqramı seçin
      " +msgstr "
      \"%1\" faylını açmaq üçün proqramı seçin
      " #: widgets/kopenwithdialog.cpp:592 #, kde-format msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." -msgstr[0] "Bu faylı qçmaqda istifadə etmək üçün proqramı seçin." -msgstr[1] " %1 faylı açmaq üçün istifadə olunan proqramı seçin." +msgstr[0] "Bu faylı açmaq üçün istifadə edəcəyiniz proqramı seçin." +msgstr[1] " %1 faylı açmaq üçün istifadə edəcəyiniz proqramı seçin." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format msgid "Choose Application" -msgstr "Tətbiqi Seçin" +msgstr "Tətbiqi seçin" #: widgets/kopenwithdialog.cpp:612 #, kde-format msgid "Choose Application for %1" -msgstr "%1 üçün tətbiqləri seçin" +msgstr "%1 üçün tətbiqi seçin" #: widgets/kopenwithdialog.cpp:614 #, kde-format @@ -5581,7 +5544,7 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"Proqramı fayl növünə görə seçin:%1Əgər bu proqram siyahıda " +"Proqramı bu fayl növünə görə seçin:%1. Əgər bu proqram siyahıda " "yoxdursa adını daxil edin və ya seçmək üçün baxış düyməsinə vurun." #: widgets/kopenwithdialog.cpp:630 @@ -5599,9 +5562,8 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" -"Aşağıdakı tətbiqləri filtrləmək üçün mətni daxil edin və ya əmrin adını " -"göstərin.\n" -"Aşağıya ox düyməsini vuraraq nəticələrə baxın." +"Aşağıdakı tətbiqləri süzgəcləmək üçün mətni daxil edin və ya əmrin \n" +"adını göstərin. Aşağıya ox düyməsini vuraraq nəticələrə baxın." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5623,10 +5585,10 @@ msgstr "" "parametrlərinin siyahısını göstərmək olar:\n" "%f - tək faylın adı\n" "%F - əgər tətbiq bir neçə faylı eyni vaxtda aça bilərsə bu zaman faylların " -"suyahısı istfadə olunur\n" +"siyahısı istifadə olunur\n" "%u - URL-ların siyahısı\n" "%d - açılan faylın qovluğu\n" -"%D - Qovluqlatın siyahısı\n" +"%D - Qovluqların siyahısı\n" "%i - nişan\n" "%m - kiçik nişan\n" "%c - başlıq sətri" @@ -5652,12 +5614,12 @@ msgstr "" #: widgets/kopenwithdialog.cpp:754 #, kde-format msgid "Terminal options" -msgstr "Termilnal seçimləri" +msgstr "Termilnal parametrləri" #: widgets/kopenwithdialog.cpp:759 #, kde-format msgid "Run in &terminal" -msgstr "&Terminalda başlat" +msgstr "&Terminalda başladın" #: widgets/kopenwithdialog.cpp:777 #, kde-format @@ -5700,7 +5662,7 @@ msgstr "Terminalda başladın" #: widgets/kpropertiesdesktopadvbase.ui:49 #, kde-format msgid "Terminal options:" -msgstr "Terminal seçimləri:" +msgstr "Termilnal parametrləri:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5711,7 +5673,7 @@ msgid "" "information." msgstr "" "Əgər tətbiq çıxışda mətn formatında müvafiq məlumatı təqdim edirsə bu seçimi " -"yoxlayın. Terminal emulatorunu açıq saxlamaq bu məlumatı əldə etməyə imkan " +"yoxlayın. Terminal pəncərəsini açıq saxlamaq bu məlumatı əldə etməyə imkan " "verir." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) @@ -5747,7 +5709,7 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:84 #, kde-format msgid "Run as a different user" -msgstr "Başqa istifadəçi kimi başlat" +msgstr "Başqa istifadəçi kimi başladın" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 @@ -5820,24 +5782,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Bu tətbiqin istifadəsinə əsaslanaraq təsvirini burada yazın. Nümunələr: " -"yığmaq tətbiqi (KPPP) \"Şəbəkəyə uzaqdan giriş\" olardı." +"Tətbiq üçün ümumi adı bura daxil edin. Nümunələr: şəkillərə baxış tətbiqi " +"üçün \"Şəkilə baxış\" adını daxil edə bilərsiniz." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Xüsusiyyətlər:" +msgid "&Generic name:" +msgstr "Ü&mumi ad:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Burada faydalı hesab etdiyiniz hər hansı bir şərh yazın." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Bu tətbiqin istifadəsinə əsaslanaraq təsvirini buraya yazın. Nümunələr: " +"şəkil izləmə tətbiqi \"Şəkillərə bax və düzəliş et\" ola bilər." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5848,16 +5814,15 @@ msgstr "Şə&rh:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Mühit dəyişənləri:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "Proqramı başlatmaq istədiyiniz istifadəçi adını seçin." +msgstr "Tətbiqi burada başlatmaq üçün əmri daxil edin." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 @@ -5883,20 +5848,7 @@ msgstr "&Bax..." #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several placeholders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "\n" -#| "%f - a single filename\n" -#| "%F - a list of files (for apps that can open several files at once)\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%i - the icon of the .desktop file\n" -#| "%c - the name of the .desktop file\n" -#| "%k - the location of the .desktop file" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -5911,24 +5863,24 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Bu proqramı burada başlamaq üçün əmr yazın.\n" +"Tətbiq burada başladılan zaman istifadə ediləcək arqumentləri daxil edin.\n" "\n" -"Bu əmrlərdən sonra proqramlar işə düşməyə başladıqda həqiqi ölçülərin " -"parametrlərinin siyahısını göstərmək olar:\n" -"%f - Tək fayl adı\n" -"%F - faylların siyahısı; Bir anda bir neçə fayl aça biləcək tətbiqlər üçün\n" +"Bir neçə yer tutucu istifadə edə bilərsiniz və proqram işlədikdə onların əsl " +"dəyərləri ilə əvəz olunur:\n" +"%f - tək fayl adı\n" +"%F - faylların siyahısı; (eyni anda bir neçə fayl aça biləcək tətbiqlər " +"üçün)\n" "%u - tək URL\n" "%U - URL-ın siyahısı\n" -"%i - masaüstü faylı ikonu\n" -"%c - masaüstü faylı ikonunun adı\n" -"%k - masaüstü faylının mövqeyi" +"%i - iş masası faylı nişanı\n" +"%c - iş masası faylı nişanının adı\n" +"%k - iş masası faylının mövqeyi" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "Arguments:" +#, kde-format msgid "&Arguments:" -msgstr "Arqumentlər:" +msgstr "&Arqumentlər:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) @@ -6065,7 +6017,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Paylaşmaq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6075,36 +6027,55 @@ msgstr "" "Yazmaq icazəsinin çatışmamazlığı səbəbindən xüsusiyyətlər saxlanıla bilmədi: " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Ə&sas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Faylı adlandırın" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1 ilə baxın" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" -msgstr "Yenilə" +msgstr "Yeniləyin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Hədəfin yerini daxil edin" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 göstərmək" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Naməlum ölçü" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6113,138 +6084,144 @@ msgstr "" "Hesablanır...%1 (%2)\n" "%3,%4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fayl" msgstr[1] "%1 fayl" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 alt qovluq" msgstr[1] "%1 alt qovluq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Hesablanır...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Ən azı %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Yeni faylın adı boşdur." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Qeydiyyatdan keçən fayl növü yoxdur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Əlaqələndirilmiş tətbiq yoxdur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Yaradın..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Dəyişdirin…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "\"%1\" növündən olan faylların açılması üçün standart tətbiqi dəyişin." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Giriş yoxdur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Yalnız baxmaq üçün" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Baxmaq və Dəyişmək olar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Yalnız tərkiblərə baxa bilərsiniz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Tərkiblərə baxa və dəyişdirə bilərsiniz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Tərkibləri yalnız baxa/oxuya bilərsiniz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Baxa/Oxuya və Dəyişə/Yaza bilərsiniz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&İcazələr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Giriş icazələri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Bu fayl link-dir və icazələri yoxdur." msgstr[1] "Bütün fayllar link-lərdir və icazələri yoxdur." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Yalnız sahibi icazələri dəyişə bilər." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Sa&hibi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Sahibinin edə biləcəyi hərəkətləri təyin edir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Qr&up:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Qrup üzvlərinin edə biləcəyi hərəkətləri təyin edir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Digəriləri:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6253,42 +6230,38 @@ msgstr "" "Sahibi olmayan və ya qrupda olmayan bütün istifadəçilərin edə biləcəyi " "hərəkətləri göstərir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Yalnız sahibi qovluqdakı faylların adlarını dəyişə və silə bilər" +msgstr "Yalnız sahibi tərkibindəkiləri dəyişə və silə bilər" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Bu bayraq faylı bir proqram olaraq icra etməyə icazə verir" +msgstr "Faylın proqram kimi icrasına icazə v&erin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Standart istifadəçi adı:" +msgstr "Silin və ya adını dəyişin:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Başlatmaq" +msgstr "İcra etmək:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" -"Qovluqdakı fayl və qovluqları yalnız sahibi tərəfindən silinməsi və adının " -"dəyişdirilməsi üçün bu seçimi edin. Digər istifadəçilər yalnız 'Məzmunu " -"Dəyişdir' icazəsini tələb edən yeni fayllar əlavə edə bilərlər." +"Qovluqdakı fayl və qovluqların yalnız sahibi tərəfindən silinməsi və adının " +"dəyişdirilməsi üçün bu seçimi aktiv edin. Digər istifadəçilər, yalnız " +"\"Məzmunu dəyişdirmək\" icazəsini tələb edən yeni fayllar əlavə edə bilərlər." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6298,42 +6271,42 @@ msgstr "" "proqramlar və skriptlər üçün məna kəsb edir. Bu onları icra etmək " "istədiyiniz zaman tələb olunur." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Ə&lavə icazələr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Sahibi və qrupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "İstifadəçi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Qrup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Dəyişiklikləri bütün alt qovluqlara və tərkiblərinə şamil edin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Əlavə icazələr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Sinif" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6342,22 +6315,22 @@ msgstr "" "Fayl siyahısının\n" "oxunması" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bu bayraq, qovluğun məzmununa baxmağa imkan verir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Oxumaq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "\"Oxumaq\" bayrağı faylların tərkibini oxumağa imkan verir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6366,7 +6339,7 @@ msgstr "" "Fayl siyahısının \n" "dəyişdirilməsi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6376,43 +6349,43 @@ msgstr "" "edək ki, silmək və adını dəyişmək Sticky bayraqdan istifadə etməklə " "məhdudlaşdırıla bilər." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Yazmaq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "\"Yazmaq\" bayrağı faylın tərkibini dəyişdirməyə imkan verir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Açmaq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Bu bayraq qovluğa daxil olmağa icazə verir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "İcra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Bu bayraq faylı bir proqram olaraq icra etməyə icazə verir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Xüsusi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6421,7 +6394,7 @@ msgstr "" "Xüsusi bayraq. Bütün qovluq üçün etibarlı. Bayrağın dəqiq mənasını sağ " "tərəfdən sütunda görmək olar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6429,17 +6402,17 @@ msgid "" msgstr "" "Xüsusi bayraq. Bayrağın dəqiq mənasını sağ tərəfdən sütunda görmək olar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "İstifadəçi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Qrup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6447,7 +6420,7 @@ msgid "" msgstr "" "Bu bayraq qoyulubsa, bu qovluğun sahibi bütün yeni sənədlərin sahibi olacaq." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6456,14 +6429,14 @@ msgstr "" "Bu fayl icra oluna bilərsə və bayraq qoyulubsa, sahibinin icazəsi ilə icra " "ediləcəkdir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Bu bayraq qoyulubsa, bu qovluq qrupu bütün yeni fayllar üçün qurulacaq." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6472,7 +6445,7 @@ msgstr "" "Bu fayl icra oluna bilər və bayraq qoyulubsa, bu qrupun icazələri ilə icra " "ediləcəkdir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6482,7 +6455,7 @@ msgstr "" "silə və ya adlarını dəyişə bilər. Əks təqdirdə yazma icazəsi olan hər kəs " "bunu edə bilər." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6491,91 +6464,80 @@ msgstr "" "Bir fayldakı \"Sticky\" bayraq Linux-da rədd edilir, lakin bəzi sistemlərdə " "istifadə edilə bilər" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID qur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID qur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky biti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Müxtəlif (dəyişdirməmək)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Bu fayl inkişaf etmiş icazələrdən istifadə edir" msgstr[1] "Bu sənədlər inkişaf etmiş icazələrdən istifadə edir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Bu qovluq qabaqcıl icazələrdən istifadə edir." msgstr[1] "Bu qovluq inkişaf etmiş icazələrdən istifadə edir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Bu sənədlər inkişaf etmiş icazələrdən istifadə edir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Yoxlama cəmləri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Hesablama..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Korlanmış yoxlama cəmi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Verilən giriş etibarlı MD5, SHA1 və ya SHA256 yoxlama cəmi deyil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Yoxlama cəmi uyğun gəlir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Hesablanmış yoxlama cəmi və gözlənilən yoxlama cəmi uyğun gəlir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6586,32 +6548,46 @@ msgstr "" "Faylı yenidən yükləməyə cəhd edin.
      Doğrulama hələ də uğursuz olarsa, " "faylın mənbəyi ilə əlaqə saxlayın." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Hesablanmış yoxlama cəmi və gözlənilən yoxlama məbləği fərqlidir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Yoxlama hesabı yoxlanılır..." +msgstr "Yoxlama cəmi yoxlanılır..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Bütün faylların yoxlama cəmləri eynidir." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Seçilmiş faylların yoxlama cəmləri fərqlənir." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Hesablanır..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6619,27 +6595,27 @@ msgstr "" "Xüsusiyyətləri saxlaya bilmədi. Yalnız yerli fayl sistemlərindəki girişlər " "dəstəklənir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Tətbiq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 üçün fayl tipini əlavə edin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Əlavə etmək üçün bir və ya daha çox fayl növünü seçin:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Yalnız yerli fayl sistemlərindəki icra faylları dəstəklənir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 üçün əlavə seçimlər" @@ -6735,50 +6711,51 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Veb qısaltmalarını ayarla..." +msgstr "Veb qısaltmalarını tənzimləyin..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Fayl dialoqunu açın" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Yaddaş buferi üçün faylının adı:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "yerləşdirilmiş fayl" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Mübadilə yaddaşında olanı yerləşdirin" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -"Yaddaş buferi 'yapışdır' istifadə etdiyinizdən sonra dəyişdi: seçilmiş " -"məlumat formatı artıq tətbiq edilmir. Xahiş edirəm yapışdırmaq istədiyinizi " -"yenidən kopyalayın." +"Mübadilə yaddaşı \"yerləşdir\" istifadə etdikdən sonra dəyişdi: seçilmiş " +"məlumat formatı artıq tətbiq edilmir. Xahiş olunur yerləşdirmək istədiyiniz " +"elementi yenidən kopyalayın." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Bir qovluq yerləşdir" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Bir fayl yerləşdir" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6786,98 +6763,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "Bir element yerləşdir" msgstr[1] "%1 element yerləşdir" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Bufer yaddaş tərkiblərini &yerləşdir" +msgstr "Mübadilə yaddaşındakıları yerləşdirin..." -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" -msgstr "Yerləşdir" +msgstr "Yerləşdirin" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "Məlumat forması:" +msgstr "Verilənlərin formatı:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Yaddaş buferi üçün faylının adı:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" -msgstr "Daşınan tərkiblər üçün fayla dı:" +msgstr "Yeri dəyişdirilən tərkiblər üçün fayl adı:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Tarix: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" -msgstr "Ölçe: %1" +msgstr "Ölçü: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Ha&mısına aid edin" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Seçdiyiniz bu düyməni vurduqda bu bütün sonrakı qovluq ziddiyyətlərinə " -"tətbiq ediləcəkdir.\n" -"Skip düyməsini basmasanız, qovluqdakı mövcud bir faylla ziddiyyət olduğu " -"təqdirdə sizdən təsdiqləməniz üçün yenidən soruşulacaqdır." +"Bu seçimi aktiv edildikdə bütün sonrakı qovluq ziddiyyətlərinə tətbiq " +"ediləcəkdir.\n" +"\"Ötürmək\" düyməsini basmasanız, qovluqdakı mövcud bir fayl ilə bir " +"ziddiyyət olduğu təqdirdə sizdən yenidən təsdiqləməniz soruşulacaqdır." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Bu yoxlanıldıqda basılan düymə cari işin qalan hissəsi üçün bütün sonrakı " -"ziddiyyətlərə tətbiq ediləcəkdir." +"Bu seçim aktiv edildikdə basılan düymə cari işin qalan hissəsi üçün bütün " +"sonrakı ziddiyyətlərə tətbiq ediləcəkdir." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" -msgstr "&Adını dəyiş" +msgstr "&Adını dəyişin" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" -msgstr "Yeni &ad vermək" +msgstr "Yeni &ad verin" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" -msgstr "Ö&tür" +msgstr "Ö&türmək" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" -msgstr "Bu qovluğu kopyalama və ya köçürməyin, yerinə növbəti elementə keçin" +msgstr "" +"Bu qovluğu kopyalamayın və ya köçürməyin, yerinə növbəti elementə keçin" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Bu faylı kopyalama və ya köçürməyin, əvəzinə növbəti elementə keçin" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Qovluğa yazmaq" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6889,13 +6877,13 @@ msgstr "" "Kataloqda mövcud bir faylla ziddiyyət yarandığı təqdirdə yenidən təsdiqlənmə " "istəniləcək." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Köhnə Faylın Üzərinə &Yazmaq?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6904,12 +6892,12 @@ msgstr "" "Daha əvvəl dəyişikliyə uğramış təyinat faylları mənbə tərəfindən üzərinə " "yazılacaq, əks halda onlar buraxılacaq." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Davam etmək" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6918,76 +6906,58 @@ msgstr "" "Bu əməl '%1' yazısını özü ilə əvəz edəcəkdir.\n" "Yeni fayl adını daxil edin:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Davam etmək" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "Bu əməl cari faylı yenisi ilə əvəz edəcək." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "Bu əməl cari faylı yenisi ilə əvəz edəcək." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Mənbə" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Təyinat" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is more recent." -msgstr "Təyinat %1 qədər kiçikdir" - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is older." -msgstr "Təyinat %1 qədər kiçikdir" - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "Hədəfdəki faylın üzərinə yazmaq istəyirsiniz?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "" +"\"%1\" faylının tərkiblərini \"%2\" daxilində birləşdirmək istəyirsiniz\"" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "Mənbə faylıən yenisidir." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "Mənbə faylı ən köhnəsidir" + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "Təyinat %1 qədər kiçikdir" +msgstr "Mənbə faylı %1 qədər kiçikdir" -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "The destination is bigger by %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "Təyinat faylı %1 qədər böyükdür" +msgstr "Mənbə faylı %1 qədər böyükdür" -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The files are identical." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "Bu fayllar eynidir." +msgstr "Bu fayllar eynidir" -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The files seem identical." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "Bu fayllar eyni görünür." +msgstr "Bu fayllar eyni görünür." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The files are different." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "Bu fayllar fərqlidir." +msgstr "Bu fayllar fərqlidir." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6996,59 +6966,51 @@ msgstr "" "Bu faylların eyni olduğu görünür: Bu fayllar başlanğıcda, ortada və sonda " "tərkiblərinə və ölçülərinə görə eynidir." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Faylları müqayisə edin" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' adlı köhnə bir məhsul artıq mövcuddur." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' adlı oxşar bir fayl artıq mövcuddur." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' adlı daha yeni bir məhsul artıq mövcuddur." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Yenidən Adlandır:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Adını Dəyişin" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Adlarını Dəyiş" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Yenidən Adlandır" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1 -i bu şəkildə yenidən adlandır:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Yeni Ad #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 adlı fayl artıq mövcuddur." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1, fayl üçün düzgün ad deyil." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7056,38 +7018,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Seçilən %1 elementin adını belə dəyiş:" msgstr[1] "Seçilən %1 elementin adını belə dəyiş:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# artan sıra ilə əvəz edəcək nömrələr sırası:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Yeni Ad #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Yanlış fayl adı: Bütün fayllar müxtəlif fayl uzantılarına malik olmadıqda, " +"yeni ad bir # ardıcıllığından ibarət olmalıdır." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 seçilmiş elementin adını belə dəyişin:" +msgstr[1] "%1 seçilmiş elementin adını belə dəyişin:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Əvəz etmək:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Nümünə" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Bununla:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Əvəzləmə mətni" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Heç bir fayl adı nümunəyə uyğun deyil." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"“%1” boş bir sətir ilə əvəz edilərsə, bu %2 fayl " +"adının boş olmasına səbəb olacaq." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 seçilmiş elementin adını dəyişin:" +msgstr[1] "%1 seçilmiş elementin adını dəyişin:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Mətn əlavə edin:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Əlavə ediləcək mətn" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Fayl adından öncə" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Fayl adından sonra" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Adını dəyişin" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Adlarını dəyişin" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Yenidən adlandırın" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Ad dəyişmə qaydası:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Say əlavə edin" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Mətni əvəzləmək" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Mətn əlavə edin" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Öncədən baxış" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 fayl adı boş ola bilməz." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Məlumat" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Əvəz etmək" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Təkrar" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Hamısını əvəzləmək" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ötür" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Hamısını Ötür" @@ -7174,7 +7288,7 @@ msgstr "" "Uzaqdakı qovşaq heç bir SSl sertifikatı göndərmədi.\n" "Əməliyyat ləğv olunur çünki qovşağın etibarlılığı yoxlanıla bilmədi." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7214,35 +7328,64 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Çox böyük olduğu üçün bu elementi səbətə atmaq mümükün deyil. Əvəzinə o, " -"həmişəlik silinsin?%1Bu silinəni geri qytarmaq mümkün olmayacaq." +"Bu fayl üçün səbətdə yer yoxdur. Əvəzinə o, həmişəlik silinsin?%1Bu əməliyyatı geri " +"qaytarmaq mümkün olmayacaq." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Səbət bu %1 faylını qəbul etmək üçün çox doludur. Əvəzində həmişəlik " +"silinsin?Bu əməliyyat geri qaytarıla bilməz." +msgstr[1] "" +"Zibil qutusu bu %1 faylı qəbul etmək üçün çox doludur. Əvəzində həmişəlik " +"silinsin?Bu əməliyyat geri qaytarıla bilməz." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Səbət bu elementin yeri üçün əlçatan deyil. Əvəzində həmişəlik silinsin?%1Bu əməliyyat " +"geri qaytarıla bilməz." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"%1 elementi çox böyük olduğu üçün onu səbətə atmaq mümkün deyil. Əvəzinə " -"həmişəlik silinsin?Bu silinəni geri qaytarmaq " -"mümkün olmayacaq." +"Səbət bu %1 elementin yeri üçün əlçatan deyil. Əvəzində həmişəlik silinsin?" +"Bu əməliyyat geri qaytarıla bilməz." msgstr[1] "" -"%1 çox böyük olduğundan onu səbətə atmaq mümkün deyil. Əvəzinə o, həmişəlik " -"silinsin?bu silinəni geri qaytarmaq mümkün " -"olmayacaq." +"Səbət bu %1 elementin yeri üçün əlçatan deyil. Əvəzində həmişəlik silinsin?" +"Bu əməliyyat geri qaytarıla bilməz." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7250,51 +7393,280 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "%1 elementi Səbətə atmaq istəyirsiniz?" msgstr[1] "%1 elementi Səbətə atmaq istəyirsiniz?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Bir daha soruşmamaq" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Bir daha soruşmamaq" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Bu ismarıc bundan sonra göstərilməsin" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Deyəsən serverin SSL sertifikatı korlanıb." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Xəbərdarlıq" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Bu proqramı başladacaq:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" +#~ msgid "File System:" +#~ msgstr "Fayl sistemi:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "İcra faylını soruşmadan başlatmaq" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "İcra fayllarını soruşmadan standart tətbiqdə açmaq" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Bütün icra fayllarını yadda saxlamaq" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Siz bunu Dolphin fayl meneceri ayarlarında \"Təsdiqləmələr\" bölməsində " +#~ "ləğv edə bilərsiniz." + +#~ msgid "Change Attribute" +#~ msgstr "Atributu Dəyişdir" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Fayl atributlarını dəyişdirmək üçün root imtiyaz tələb olunur. Davam " +#~ "etmək istəyirsiniz?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Kopyalamanı bitirmək üçün root imtiyaz tələb olunur. Davam etmək " +#~ "istəyirsinizmi?" + +#~ msgid "Delete Files" +#~ msgstr "Faylları Sil" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Silinmə əməliyyatını başa çatdırmaq üçün root imtiyaz tələb olunur. " +#~ "Həmçinin, bunu etmək sisteminizə zərər verə bilər. Davam etmək " +#~ "istəyirsinizmi?" + +#~ msgid "Create Folder" +#~ msgstr "Qovluq yaradın" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Bu qovluğu yaratmağa root imtiyaz tələb olunur. Davam etmək istəyirsiniz?" + +#~ msgid "Move Items" +#~ msgstr "Obyektləri Köcürün" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Bu köçürmə əməliyyatı üçün root imtiyaz tələb olunur. Davam etmək " +#~ "istəyirsiniz?" + +#~ msgid "Rename" +#~ msgstr "Yenidən adlandır" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Ad dəyişmə üçün root imtiyaz tələb olunur. DAvam etmək istəyirsiniz?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Keçid linki yaratmaq üçün root imtiyaz tələb olunur. DAvam etmək " +#~ "istəyirsiniz?" + +#~ msgid "Transfer data" +#~ msgstr "Məlumatın ötürülməsi" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Məlumatın ötürülməsi üçün root imtiyaz tələb olunur. Davam etmək " +#~ "istəyirsiniz?" + +#~ msgid "Undo Changes" +#~ msgstr "Dəyişiklikləri Ləğv et" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Bu əməliyyatdan imtina etmək üçün root imtiyazları tələb olunur. Davam " +#~ "etmək istəyirsiniz?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "ACL -n %1 üçün ayarlanması" + +#~ msgid "Change File Permissions" +#~ msgstr "Fayl İcazələrini Dətişdirin" + +#~ msgid "New Permissions: %1" +#~ msgstr "Yeni İcazələr: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Faylın Sahibini Dəyişdirin" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Yeni Sahibi: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Faylı Sil" + +#~ msgid "Remove Directory" +#~ msgstr "Qovluğu Sil" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Qovluq İcazələri: %1" + +#~ msgid "Open File" +#~ msgstr "Faylı Açın" + +#~ msgid "Open Directory" +#~ msgstr "Qovluğu Açın" + +#~ msgid "New Filename: %1" +#~ msgstr "Yeni Fayl AdI: %1" + +#~ msgid "Target: %1" +#~ msgstr "Hədəf: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Vaxt Möhürünü Dəyişdirin" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Haradan: %1, Haraya: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Naməlum Fəaliyyət" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Əməl: %1\n" +#~ "Mənbə: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Əlfəcinlər Düyməsini Göstərin" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fayl Dəyişdirildi" + +#~ msgid "&Description:" +#~ msgstr "&Xüsusiyyətlər:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Burada faydalı hesab etdiyiniz hər hansı bir şərh yazın." + +#~ msgid "Do not ask again" +#~ msgstr "Bir daha soruşma" + +#~ msgid "&Filter:" +#~ msgstr "&Süzgəc:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ "

      " +#~ msgstr "" +#~ "Bu fayl siyahısına tətbiq ediləcək filtrdir. Filtrə uyğun olmayan " +#~ "fayl adları göstərilməyəcək.

      Açılan menyudan əvvəlcədən qurulmuş " +#~ "filtrlərdən birini seçə bilərsiniz və ya birbaşa xüsusi bir filtri mətn " +#~ "sahəsinə daxil edə bilərsiniz.

      * və ? kimi işarələrə icazə verilir." +#~ "

      " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Birdən çox qovluq seçildi və bu dialoq qovluqları qəbul etmir, belə ki, " +#~ "hansının girəcəyinə qərar vermək mümkün deyil. lütfən sıralamaq yalnız " +#~ "bir qovluq seçin." + +#~ msgid "More than one folder provided" +#~ msgstr "Birdən çox qovluq təqdim edildi" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Ən azından Bir qovluq və bir fayl seçildi. Seçilən fayllar nəzərə " +#~ "alınmayacaq, seçilən qovluqlar isə siyahıya salınacaq" + +#~ msgid "Files and folders selected" +#~ msgstr "Faylar və qovluqlar seçildi" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
      • Timeout for establishing a connection: %1 seconds
      • Timeout " +#~ "for receiving a response: %2 seconds
      • Timeout for accessing proxy " +#~ "servers: %3 seconds
      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Server ilə əlaqə qurulsa da, sorğu üçün ayrılmış müddət ərzində bir cavab " +#~ "alınmadı:
      • Bağlantı qurmaq vaxtı: %1 saniyə
      • Cavab gözləmə " +#~ "vaxtı: %2 saniyə
      • Proxy serverə giriş vaxtı: %3 saniyə
      " +#~ "Unutmayın ki,KDE Sistem Parametrlərindəki Şəbəkə Parametrləri -> Bağlantı " +#~ "Seçimlərini seçərək bugözləmə parametrlərini dəyişdirə bilərsiniz." + #~ msgid "Is &executable" #~ msgstr "Bu &icra faylıdır" @@ -8459,9 +8831,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ "Bu, zibil qutusuna ayrılacaq disk boşluğunun hesablanmış maksimum " #~ "miqdarıdır." -#~ msgid "Show a Warning" -#~ msgstr "Xəbərdarlığı Göstər" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Səbətdən Ən Köhnələri Faylları Silin" @@ -8596,10 +8965,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ msgid "Space" #~ msgstr "Boşluq" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Susmaya görə" - #~ msgid "Modify Web Shortcut" #~ msgstr "Veb-Qısaltmaya Düzəli. Et" @@ -8955,11 +9320,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 üçün hər hansı bir tətbiq və idarəedici tapılmadı" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Faylı &yerləşdir" -#~ msgstr[1] "%1 faylı &yerləşdir" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL &yerləşdir" @@ -9081,14 +9441,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ msgid "Invalid Directory Name" #~ msgstr "Yararsız Qovluq Adı" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "%1 adlı qovluq yaradıla bilməz, çünki bu qovluğun " -#~ "istifadəsi Əməliyyat Sistemi tərəfindən reserv olunub." - #~ msgid "File Type Options" #~ msgstr "Fayl növü seçimləri" @@ -9114,9 +9466,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ "Səbət artıq özünün maksimum dolma həddinə çatıb\n" #~ "Səbəti əllə təmizləyin." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1' icraediləbilən fayl deyil." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "'%1' tapılmadı, lütfən proqramın adını düzgün yazın." @@ -9129,9 +9478,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ msgid "unmounting is not supported by wince." #~ msgstr "ayırma Windows CE tərəfindən dəstəklənmir." -#~ msgid "File name:" -#~ msgstr "Fayl adı:" - #~ msgid "" #~ "

      Cache

      This module lets you configure your cache settings.

      This specific cache is an area on the disk where recently read web " @@ -9436,9 +9782,6 @@ msgstr "Bu proqrama etibar etmirsinizsə, \"Ləğv et\" vurun" #~ msgid "Read only" #~ msgstr "Yalnız oxumaq üçün" -#~ msgid "File system:" -#~ msgstr "Fayl sistemi:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Qosulma nöqtəsi (/mnt/floppy):" diff --git a/local/recipes/kde/kf6-kio/source/po/be/kio6.po b/local/recipes/kde/kf6-kio/source/po/be/kio6.po index e0bad68ddb..6063dde181 100644 --- a/local/recipes/kde/kf6-kio/source/po/be/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/be/kio6.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: fc57ad16a28d02dea100ceb1c60de14e\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-11 19:00\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2024-11-24 09:40\n" "Last-Translator: Darafei Praliaskouski \n" "Language-Team: Belarusian\n" "Language: be\n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "symbol@akeeri.tk, nashtlumach@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Не ўдалося змяніць уласніка файла %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -46,12 +46,12 @@ msgstr "" "Не ўдалося змяніць уласніка файла %1. Вы не маеце " "правоў доступу, патрэбных для выканання гэтага дзеяння." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Не ўдалося стварыць KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -63,7 +63,7 @@ msgstr "" "Не ўдалося стварыць сімвалічную спасылку \"%1\".\n" "Мэтавая файлавая сістэма (%2) не падтрымлівае сімвалічных спасылак." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -78,7 +78,7 @@ msgstr "" "Калі абраць \"Замяніць\", то ўсё непрыдатныя сімвалы ў назвах заменяцца " "сімвалам \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -93,23 +93,23 @@ msgstr "" "Калі абраць \"Замяніць\", то ўсё непрыдатныя сімвалы ў назвах заменяцца " "сімвалам \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Каталог ужо існуе" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Файл ужо існуе" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ужо існуе каталог з такой назвай" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Сметніца" @@ -215,206 +215,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Перамяшчэнне" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Зыходны элемент" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Мэтавы элемент" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Змена назвы" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Капіяванне" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Стварэнне каталога" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Каталог" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Выдаленне" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Правяранне" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Перадача" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Мантаванне" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Прылада" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Пункт мантавання" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Адмантаванне" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Змяніць атрыбут" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Для змены атрыбутаў файла патрэбныя правы суперкарыстальніка (root). Хочаце " -"працягнуць?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Скапіяваць файлы" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Для завяршэння аперацыі капіявання патрэбныя правы суперкарыстальніка " -"(root). Хочаце працягнуць?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Выдаліць файлы" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Для завяршэння аперацыі выдалення патрэбныя правы суперкарыстальніка (root). " -"Пры няправільных дзеяннях можа пашкодзіцца ваша сістэма. Хочаце працягнуць?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Стварыць каталог" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Для стварэння гэтага каталога патрэбныя правы суперкарыстальніка (root). " -"Хочаце працягнуць?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Перамясціць элементы" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Для завяршэння аперацыі перамяшчэння патрэбныя правы суперкарыстальніка " -"(root). Хочаце працягнуць?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Змяніць назву" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Для завяршэння змены назвы патрэбныя правы суперкарыстальніка (root). Хочаце " -"працягнуць?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Стварыць сімвалічную спасылку" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Для стварэння сімвалічнай спасылкі патрэбныя правы суперкарыстальніка " -"(root). Хочаце працягнуць?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Перадача даных" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Для завяршэння перадачы даных патрэбныя правы суперкарыстальніка (root). " -"Хочаце працягнуць?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -845,6 +735,11 @@ msgstr "Файл занадта вялікі для перамяшчэння ў #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -854,65 +749,65 @@ msgstr "" "%2\n" "Адпраўце поўную справаздачу пра хібу на https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(невядома)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Тэхнічная прычына: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Падрабязнасці запыту:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Пратакол: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Дата і час: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Дадатковыя звесткі: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Магчымыя прычыны:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Магчымыя рашэнні:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(невядома)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -921,17 +816,17 @@ msgstr "" "За дадатковай дапамогай звярніцеся ў адпаведную службу (сістэмны " "адміністратар або служба тэхнічнай падтрымкі)." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "За дадатковай дапамогай звярніцеся да адміністратара сервера." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Праверце свае правы доступу да гэтага рэсурсу." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -940,7 +835,7 @@ msgstr "" "Магчыма, вы не маеце адпаведных правоў доступу для выканання запытанай " "аперацыі з гэтым рэсурсам." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -948,7 +843,7 @@ msgstr "" "Файл можа выкарыстоўвацца (і таму заблакаваны) іншым карыстальнікам або " "праграмай." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -956,17 +851,17 @@ msgid "" msgstr "" "Пераканайцеся, што іншая праграма або карыстальнік не выкарыстоўваюць файл." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Хоць гэта і малаверагодна, але магла адбыцца апаратная памылка." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Магчыма, гэта хіба ў праграме." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -975,7 +870,7 @@ msgstr "" "Найбольш імаверная прычына - праграмная хіба. Падумайце пра тое, каб " "адправіць поўную справаздачу пра хібу, як апісана ніжэй." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -984,7 +879,7 @@ msgstr "" "Абнавіце праграмнае забеспячэнне да апошняй версіі. У вашым дыстрыбутыве " "мусяць быць інструменты для абнаўлення праграмнага забеспячэння." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1005,12 +900,12 @@ msgstr "" "ўключыце іх у сваю справаздачу разам з іншымі звесткамі, якія могуць нам " "дапамагчы." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Магчыма, узнікла праблема з сеткавым злучэннем." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1019,7 +914,7 @@ msgstr "" "Магчыма, узнікла праблема з канфігурацыяй сеткі. Калі да гэтага вы без " "праблем уваходзілі ў інтэрнэт, то гэта малаверагодна." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1028,43 +923,43 @@ msgstr "" "Магчыма, у нейкі момант на сеткавым шляху паміж серверам і гэтым камп'ютарам " "узнікла праблема." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Паспрабуйце яшчэ раз зараз або пазней." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Магчыма, адбылася памылка пратаколу або несумяшчальнасці." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Пераканайцеся, што рэсурс існуе, і паўтарыце спробу." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Магчыма, вызначаны рэсурс не існуе." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Яшчэ раз праверце, што вы ўвялі правільны адрас, і паспрабуйце яшчэ раз." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Праверце стан вашага злучэння з сеткай." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Не ўдалося адкрыць рэсурс для чытання" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, бо нельга атрымаць дазвол на доступ для чытання." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Магчыма, вы не маеце правоў на чытанне файла ці адкрыццё каталога." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Не ўдалося адкрыць рэсурс для запісу" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1092,17 +987,17 @@ msgstr "" "Гэта азначае, што нельга запісаць у файл %1, бо нельга " "атрымаць дазвол на доступ для запісу." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Не ўдалося запусціць працэс, які патрэбны пратаколу %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Не ўдалося запусціць працэс" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Звычайна гэта адбываецца з тэхнічных прычын." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1123,12 +1018,12 @@ msgstr "" "абнаўлялася падчас апошняга абнаўлення KDE. Гэта можа прывесці да таго, што " "праграма будзе несумяшчальнай з бягучай версіяй, таму не запусціцца." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Унутраная памылка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, паведаміла пра ўнутраную памылку." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL-спасылка з няправільным фарматаваннем" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/" "folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Пратакол %1 не падтрымліваецца" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1170,12 +1065,12 @@ msgstr "" "Пратакол %1 не падтрымліваецца праграмамі KDE, усталяванымі " "на гэтым камп'ютары." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Запытаны пратакол можа не падтрымлівацца." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1184,7 +1079,7 @@ msgstr "" "Версія пратаколу %1, якая падтрымліваецца гэтым камп'ютарама, можа быць " "несумяшчальнай з версіяй на серверы." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1195,17 +1090,17 @@ msgstr "" "пратакол. Месцы для пошуку ўключаюць https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL-спасылка не спасылаецца на рэсурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Пратакол ёсць фільтрам" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Llocator " "(URL), які вы ўвялі, не спасылаецца на вызначаны рэсурс." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1227,12 +1122,12 @@ msgstr "" "такіх сітуацый. Гэта адбываецца вельмі рэдка, таму, хутчэй за ўсё, гэта " "памылка праграмавання." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Дзеянне не падтрымліваецца: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1241,7 +1136,7 @@ msgstr "" "Запытанае дзеянне не падтрымліваецца праграмай KDE, якая рэалізуе пратакол " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1251,17 +1146,17 @@ msgstr "" "Гэтая памылка моцна залежыць ад праграмы KDE. Дадатковыя звесткі будуць " "больш карыснымі, чым тыя, што даступныя для архітэктуры ўводу/вываду KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Паспрабуйце знайсці іншы спосаб дасягнуць таго ж выніку." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Чакаўся файл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1270,17 +1165,17 @@ msgstr "" "Па запыце чакаўся файл, але замест яго быў знойдзены каталог %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Гэта можа быць памылкай з боку сервера." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Чакаўся каталог" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1289,40 +1184,40 @@ msgstr "" "Па запыце чакаўся каталог, але замест яго быў знойдзены файл %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файл або каталог не існуе" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Файл або каталог %1 не існуе." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Запытаны файл не можа быць створаны, бо файл з такой назвай ужо існуе." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Паспрабуйце спачатку перамясціць бягучы файл, а потым паўтарыце спробу." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Выдаліце бягучы файл і паспрабуйце зноў." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Абярыце альтэрнатыўную назву для новага файла." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1330,28 +1225,28 @@ msgid "" msgstr "" "Запытаны каталог не можа быць створаны, бо каталог з такой назвай ужо існуе." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Паспрабуйце спачатку перамясціць бягучы каталог, а потым паўтарыце спробу." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Выдаліце бягучы каталог і паспрабуйце зноў." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Абярыце альтэрнатыўную назву для новага каталога." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Невядомы хост" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1360,34 +1255,34 @@ msgstr "" "Невядомая памылка хоста паказвае, што сервер з назвай, %1 " "не можа знаходзіцца ў інтэрнеце." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Назва \"%1\", якую вы ўвялі, не існуе: магчыма, няправільна ўведзена." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Доступ забаронены" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Адмоўлена ў доступе да рэсурсу %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Магчыма, вы ўвялі няправільныя звесткі для аўтэнтыфікацыі або не ўвялі іх." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Ваш акаўнт можа не мець правоў доступу да вызначанага рэсурсу." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1396,12 +1291,12 @@ msgstr "" "Паўтарыце запыт і пераканайцеся, што вашыя даныя для аўтэнтыфікацыі " "ўведзеныя правільна." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Запіс забаронены" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1409,12 +1304,12 @@ msgid "" msgstr "" "Гэта азначае, што спроба запісу ў файл %1 была адхіленая." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Не ўдалося перайсці ў каталог" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1423,17 +1318,17 @@ msgstr "" "Гэта азначае, што спроба перайсці (адкрыць) у запытаны каталог %1 была адхіленая." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Спіс недаступны" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Пратакол %1 не ёсць файлавай сістэмай" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1444,12 +1339,12 @@ msgstr "" "каталога, а праграма KDE, якая падтрымлівае гэты пратакол, не можа гэтага " "зрабіць." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Выяўлена цыклічная спасылка" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,7 +1357,7 @@ msgstr "" "спасылак, што прыводзіць да бясконцага цыкла, г.зн. файл быў (магчыма " "вакольным шляхам) звязаны з самім сабой." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1471,27 +1366,27 @@ msgstr "" "Выдаліце ​​адну частку цыкла, каб не было бясконцага цыкла, і паспрабуйце яшчэ " "раз." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Запыт перарваны карыстальнікам" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Запыт не быў выкананы, бо ён быў скасаваны." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Паўтарыце запыт." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Падчас капіявання знойдзеная цыклічная спасылка" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1505,17 +1400,17 @@ msgstr "" "бясконцага цыкла, г.зн. файл быў (магчыма вакольным шляхам) звязаны з самім " "сабой." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Не ўдалося стварыць злучэнне з сеткай" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Не ўдалося стварыць сокет" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1524,8 +1419,8 @@ msgstr "" "Гэта тэхнічная памылка, пры якой не ўдаецца апаратны сродак (гняздо) для " "ўзаемадзеяння праз сетку." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1534,19 +1429,19 @@ msgstr "" "Магчыма, сеткавае злучэнне наладжана няправільна або не ўключаны сеткавы " "інтэрфейс." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Адмоўлена ў злучэнні з серверам" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Сервер %1 адмовіў гэтаму камп'ютару ў злучэнні." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1555,7 +1450,7 @@ msgstr "" "Сервер хоць і падлучаны да інтэрнэту, але можа быць не наладжаны на " "апрацоўванне запытаў." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1564,7 +1459,7 @@ msgstr "" "Сервер хоць і падлучаны да інтэрнэту, але можа быць не запускаць патрэбную " "службу (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1574,12 +1469,12 @@ msgstr "" "Сеткавы файрвол (прылада, якая абмяжоўвае інтэрнэт-запыты), які абараняе " "вашу сетку або сетку сервера, мог умяшацца і адхіліць гэты запыт." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Злучэнне з серверам нечакана закрылася" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1588,7 +1483,7 @@ msgstr "" "Хоць злучэнне з %1 было паспяхова ўсталявана, яно было " "нечакана перарвана." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1597,17 +1492,17 @@ msgstr "" "Магчыма, адбылася памылка пратаколу, у адказ на якую сервер перарваў " "злучэнне." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Хібны URL-адрас рэсурсу" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Пратакол %1 не ёсць пратаколам фільтра" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1631,17 +1526,17 @@ msgstr "" "здольны на такое дзеянне. Гэта адбываецца вельмі рэдка, таму, хутчэй за ўсё, " "гэта памылка праграмавання." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Не ўдалося ініцыялізаваць прыладу ўводу/вываду" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Не ўдалося прымантаваць прыладу" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1650,7 +1545,7 @@ msgstr "" "Не ўдалося ініцыялізаваць (\"прымантаваць\") запытаную прыладу. Паведамленне " "памылкі: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1661,7 +1556,7 @@ msgstr "" "дыскаводзе няма CD) або, калі гэта перыферыйная ці партатыўная прылада, яна " "можа быць няправільна падлучаная." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1672,7 +1567,7 @@ msgstr "" "сістэмах UNIX для ініцыялізацыі прылады часта патрабуюцца правы сістэмнага " "адміністратара." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1682,17 +1577,17 @@ msgstr "" "змяшчаць носьбіты, а партатыўныя прылады павінны быць падлучаныя і " "ўключаныя)." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Не ўдалося скасаваць ініцыялізацыю прылады ўводу/вываду" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Не ўдалося адмантаваць прыладу" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1701,7 +1596,7 @@ msgstr "" "Не ўдалося ініцыялізаваць (\"адмантаваць\") запытаную прыладу. Паведамленне " "памылкі: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1712,7 +1607,7 @@ msgstr "" "карыстальнікам). Нават адкрытае акно з файламі на прыладзе можа прывесці да " "таго, што прылада будзе лічыцца занятай." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1723,19 +1618,19 @@ msgstr "" "сістэмах UNIX для дэініцыялізацыі прылады часта патрабуюцца правы сістэмнага " "адміністратара." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Пераканайцеся, што ніякія праграмы не ўзаемадзейнічаюць з прыладай, і " "паўтарыце спробу." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Не ўдалося прачытаць з рэсурсу" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1744,17 +1639,17 @@ msgstr "" "Гэта азначае, што хоць рэсурс %1 і ўдалося адкрыць, падчас " "чытання змесціва рэсурсу адбылася памылка." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Магчыма, вы не маеце правоў на чытанне з рэсурсу." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Не ўдалося запісаць у рэсурс" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1763,22 +1658,22 @@ msgstr "" "Гэта азначае, што хоць рэсурс %1 і ўдалося адкрыць, падчас " "запісу змесціва рэсурсу адбылася памылка." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Магчыма, вы не маеце правоў на запіс у рэсурс." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Не ўдалося праверыць сеткавыя злучэнні" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Не ўдалося прывязаць" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1788,17 +1683,17 @@ msgstr "" "Гэта тэхнічная памылка, пры якой не ўдаецца наладзіць апаратны сродак для " "ўзаемадзеяння (гняздо) для правярання сеткавых злучэнняў." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Не ўдалося праверыць" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Не ўдалося ўхваліць сеткавае злучэнне" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1807,33 +1702,33 @@ msgstr "" "Гэта тэхнічная памылка, якая адбылася падчас спробы ўхваліць уваходнае " "сеткавае злучэнне." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Вы не маеце правоў на ўхваленне злучэння." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Не ўдалося ўвайсці: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Спроба ўваходу для выканання запытанай аперацыі скончылася няўдала." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Немагчыма высветліць стан рэсурсу" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Не ўдалося вызначыць стан рэсурсу" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1842,69 +1737,69 @@ msgstr "" "Спроба вызначыць звесткі пра стан рэсурсу %1 (назва, тып, " "памер і г. д) скончылася няўдала." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Пазначаны рэсурс мог не існаваць або быў недаступны." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Не ўдалося скасаваць правяранне" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: задакументуйце гэта" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Не ўдалося стварыць каталог" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Спроба стварэння запытанага каталога скончылася няўдала." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Размяшчэнне, у якім мусіць быць створаны каталог, можа не існаваць." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Не ўдалося выдаліць каталог" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Спроба выдалення пазначанага каталога %1 скончылася няўдала." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Магчыма, вызначаны каталог не існуе." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Магчыма, вызначаны каталог не пусты." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Пераканайцеся, што каталог існуе і пусты, і паўтарыце спробу." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Не ўдалося працягнуць перадачу файла" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1913,34 +1808,34 @@ msgstr "" "Вызначаны запыт патрабаваў узнавіць перадачу файла %1 на " "пэўным этапе перадачы. Гэта было немагчыма." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Пратакол або сервер могуць не падтрымліваць узнаўлення перадачы даных." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Паспрабуйце адправіць запыт без спробы ўзнаўлення перадачы." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Не ўдалося змяніць назву рэсурсу" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Спроба змены назвы пазначанага рэсурсу %1 скончылася " "няўдала." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Не ўдалося змяніць правы доступу да рэсурсу" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "скончылася няўдала." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Не ўдалося змяніць уласніка рэсурсу" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 скончылася " "няўдала." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Не ўдалося выдаліць рэсурс" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Спроба выдалення пазначанага рэсурсу %1 скончылася няўдала." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Нечаканае аварыйнае знішчэнне працэсу праграмы" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, нечакана знішчыла свой працэс." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Не стае памяці" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, не атрымала патрэбную колькасць памяці." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Невядомы хост проксі" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, была выяўлена памылка \"Невядомы хост\". Яна паказвае, што " "пазначаную назву немагчыма знайсці ў інтэрнеце." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2029,17 +1924,17 @@ msgstr "" "проксі). Калі да гэтага вы без праблем уваходзілі ў інтэрнэт, то гэта " "малаверагодна." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Яшчэ раз праверце налады проксі і паўтарыце спробу." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Не ўдалося выканаць аўтэнтыфікацыю: метад %1 не падтрымліваецца" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2050,7 +1945,7 @@ msgstr "" "выканаць, бо метад, які выкарыстоўвае сервер, не падтрымліваецца праграмай " "KDE, якая рэалізуе пратакол %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2060,17 +1955,17 @@ msgstr "" "падтрымліваецца, адпраўце справаздачу на https://bugs.kde.org/." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Запыт перарваны" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Унутраная памылка сервера" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2079,7 +1974,7 @@ msgstr "" "Праграма на серверы, якая забяспечвае доступ да пратаколу %1, паведаміла пра ўнутраную памылку: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2088,12 +1983,12 @@ msgstr "" "Найбольш імаверная прычына - хіба сервернай праграмы. Падумайце пра тое, каб " "адправіць поўную справаздачу пра хібу, як апісана ніжэй." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Звярніцеся да адміністратара сервера, каб паведаміць пра праблему." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2102,41 +1997,29 @@ msgstr "" "Калі вы ведаеце, хто стварыў праграмнае забеспячэнне на серверы, адпраўце " "справаздачу непасрэдна ім." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Памылка перавышэння тэрміну чакання" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Хоць з серверам і ўдалося звязацца, але на працягу тэрміну, адведзенага на " -"запыт, не было атрымана адказу. Зараз дзейнічаюць наступныя значэнні:" -"
      • Тэрмін чакання для ўсталявання злучэння: %1 секунд(а)
      • Тэрмін " -"чакання для атрымання адказу: %2 секунд(а)
      • Тэрмін чакання для " -"доступу да проксі-сервераў: %3 секунд(а)
      Звярніце ўвагу, што вы " -"можаце змяніць гэтыя налады ў сістэмных наладах KDE, абраўшы Налады сеткі -> " -"Налады злучэння." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер быў занадта заняты адказамі на іншыя запыты, каб адказаць." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Невядомая памылка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, паведаміла пра невядомую памылку: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Невядомае перапыненне" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, паведаміла пра перапыненне невядомага тыпу: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Не ўдалося выдаліць арыгінальны файл" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2175,12 +2058,12 @@ msgstr "" "пры завяршэнні аперацыі перамяшчэння файла. Арыгінальны файл %1 не ўдалося выдаліць." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Не ўдалося выдаліць часовы файл" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2191,12 +2074,12 @@ msgstr "" "захоўвацца новы файл падчас спампоўвання. Гэты часовы файл %1 не ўдалося выдаліць." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Не ўдалося змяніць назву арыгінальнага файла" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2205,12 +2088,12 @@ msgstr "" "Запытаная аперацыя патрабавала змены назвы арыгінальнага файла %1, але назву не ўдалося змяніць." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Не ўдалося змяніць назву часовага файла" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2219,32 +2102,32 @@ msgstr "" "Запытаная аперацыя патрабавала стварэння часовага файла %1, " "але яго не ўдалося стварыць." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Не ўдалося стварыць спасылку" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Не ўдалося стварыць сімвалічную спасылку" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Не ўдалося стварыць сімвалічную спасылку %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Няма змесціва" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Дыск запоўнены" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2253,7 +2136,7 @@ msgstr "" "Не ўдалося запісаць файл %1, бо на дыску не хапае вольнага " "месца." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2264,12 +2147,12 @@ msgstr "" "непатрэбныя і часовыя файлы; 2) запакаваць файлы на рухомыя носьбіты 3) " "павялічыць памер сховішча." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Зыходны і мэтавы файлы аднолькавыя" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2277,17 +2160,17 @@ msgid "" msgstr "" "Немагчыма завяршыць аперацыю, бо зыходны і мэтавы файл - адзін і той жа файл." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Абярыце іншую назву для мэтавага файла." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Файл або каталог перамешчаны ў самога сябе" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2296,17 +2179,17 @@ msgstr "" "Немагчыма завяршыць аперацыю, бо зыходны і мэтавы файл або каталог - адзін і " "той жа файл." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Змясціце элемент у іншы файл або каталог." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Каталог перамешчаны ў самога сябе" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2315,17 +2198,17 @@ msgstr "" "Не ўдалося завяршыць аперацыю, бо зыходны элемент немагчыма перамясціць у " "самога сябе." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Перамясціце элемент у іншы каталог." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Не ўдалося звязацца з серверам пароляў" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2334,23 +2217,23 @@ msgstr "" "Немагчыма завяршыць аперацыю, бо не ўдалося звязацца са службай для запыту " "пароляў (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Паспрабуйце перазапусціць сеанс або пашукайце ў журналах памылкі з kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Не ўдалося ініцыялізаваць пратакол %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Не ўдалося стварыць KIO worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2359,7 +2242,7 @@ msgstr "" "Не ўдаецца запусціць праграму KIO worker, якая забяспечвае доступ да " "пратаколу %1. Звычайна гэта адбываецца з тэхнічных прычын." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2368,13 +2251,13 @@ msgstr "" "klauncher не можа знайсці або запусціць убудову, якая забяспечвае пратакол. " "Гэта азначае, што ў вас можа быць састарэлая версія ўбудовы." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Не ўдалося перадаць %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2384,7 +2267,7 @@ msgstr "" "Не ўдалося перадаць %1, бо мэтавая файлавая сістэма не " "падтрымлівае файлы такога памеру" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2393,28 +2276,28 @@ msgstr "" "Адфарматуйце мэтавую прыладу, каб файлавая сістэма падтрымлівала файлы " "такога памеру." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Незадакументаваная памылка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Сімвалічная спасылка на %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, спасылка на %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Спасылаецца на %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2423,12 +2306,12 @@ msgstr "" "Памылковы URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Не ўдалося вызначыць тып файла %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2437,13 +2320,13 @@ msgstr "" "Не ўдалося выняць назву выканальнага файла з \"%1\", увядзіце прыдатную " "назву праграмы." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 не ёсць выканальнай праграмай." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2453,92 +2336,92 @@ msgstr "" "Не ўдалося знайсці %1. Увядзіце правільны шлях да " "выканальнай праграмы." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Пратакол %1 не падтрымлівае адкрыццё злучэнняў." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Пратакол %1 не падтрымлівае закрыццё злучэнняў." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Пратакол %1 не падтрымлівае доступ да файлаў." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Запіс у %1 не падтрымліваецца." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Адмысловыя дзеянні недаступныя для пратаколу %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Атрыманне спіса каталогаў не падтрымліваецца пратаколам %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Атрыманне даных з %1 не падтрымліваецца." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Атрыманне звестак пра тыпы mime з %1 не падтрымліваецца." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Змена назвы ці перамяшчэнне файлаў у %1 не падтрымліваецца." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Стварэнне сімвалічных спасылак не падтрымліваецца пратаколам %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Капіяванне файлаў з %1 не падтрымліваецца." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Выдаленне файлаў з %1 не падтрымліваецца." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Стварэнне каталогаў не падтрымліваецца пратаколам %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Змена атрыбутаў файлаў не падтрымліваецца пратаколам %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Змена уласніка файлаў не падтрымліваецца пратаколам %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Пратакол %1 не падтрымлівае адкрыццё файлаў." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Пратакол %1 не падтрымлівае дзеянне %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2550,311 +2433,336 @@ msgstr "" "патрэбныя павышаныя правы доступу, бо звычайныя карыстальнікі (не толькі " "суперкарыстальнік (root)) маюць правы на яго змену ў %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Невядомы пратакол \"%1\"." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Не ўдалося знайсці KIO worker для пратаколу \"%1\"." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Не ўдалося стварыць сокет для запуску KIO worker для пратаколу \"%1\"." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не ўдалося знайсці выканальны файл \"kioworker\" у \"%1\"" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Падрабязнасці" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Заўсёды" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Пр&ацягнуць" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Т&олькі бягучы сеанс" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Стварыць новы каталог" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Стварыць новы каталог" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Вы не абралі файл для выдалення." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Няма чаго выдаляць" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Вы не абралі файл для перамяшчэння ў сметніцу." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Няма чаго перамяшчаць у сметніцу" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Вызначаны каталог не існуе або яго немагчыма прачытаць." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Меню" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Бацькоўскі каталог" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Назад" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Наперад" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Хатні каталог" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Перазагрузіць" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Новы каталог…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Перамясціць у сметніцу" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Выдаліць" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Сартаванне" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Сартаваць па назве" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Сартаваць па памеры" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Сартаваць па даце" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Сартаваць па тыпу" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Па павелічэнні" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Па памяншэнні" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Спачатку каталогі" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Схаваныя файлы ў канцы" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Значкі" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Кампактны выгляд" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Падрабязны выгляд" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Пазіцыя значкоў" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Пасля назвы файла" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Над назвай файла" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Сціслы выгляд" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Падрабязны выгляд" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "У выглядзе дрэва" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Падрабязны ў выглядзе дрэва" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Дазволіць разгортванне ў падрабязным выглядзе" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Паказваць схаваныя файлы" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Паказваць панэль папярэдняга прагляду" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Паказваць мініяцюры" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Адкрыць каталог змесціва" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Уласцівасці" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Выгляд" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Я-А" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "А-Я" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Спачатку навейшыя" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Спачатку старэйшыя" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Спачатку навейшыя" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Спачатку большыя" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Спачатку меншыя" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кадаванне:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Адкрыць" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Захаваць як" @@ -2901,40 +2809,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Перамясціць сюды" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Усе файлы" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Усе файлы, якія падтрымліваюцца" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Усе файлы" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Дадаць размяшчэнне" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Рэдагаваць размяшчэнне" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2947,17 +2855,17 @@ msgstr "" "чаго адносіцца гэты запіс. Калі вы не ўвядзеце тэкст адмеціны, яна будзе " "атрымана з URL.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Ад&меціна:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Увядзіце сюды апісанне" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2970,12 +2878,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

      Пстрыкнуўшы кнопку побач з полем " "рэдагавання тэксту, вы можаце перайсці па URL.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Размяшчэнне:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2984,17 +2892,17 @@ msgstr "" "Гэта значок, які з'явіцца на панэлі размяшчэнняў.

      Націсніце " "на кнопку, каб абраць іншы значок.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Абраць значок:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Паказваць толькі пры выкарыстанні гэтай праграмы (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3005,201 +2913,209 @@ msgstr "" "выкарыстанні бягучай праграмы (%1).

      Калі гэты параметр не абраны, " "запіс будзе даступны ва ўсіх праграмах.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Размяшчэнні" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Адлеглыя рэсурсы" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Нядаўнія" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Пошук" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Прылады" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Рухомыя носьбіты" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Тэгі" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (з %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Усе тэгі" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Хатні каталог" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Працоўны стол" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Дакументы" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Спампоўванні" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Сетка" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Сметніца" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Музыка" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Малюнкі" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Відэа" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Нядаўнія файлы" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Нядаўнія размяшчэнні" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Зменена сёння" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Зменена ўчора" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Не ўдалося дадаць панэль размяшчэнняў: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "На панэль размяшчэнняў можна дадаваць толькі каталогі." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Наладжванне сеціўных спалучэнняў клавіш…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Вызваленне…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Выпуск" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Бяспечнае выманне…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Бяспечнае выманне" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Адмантаванне…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Адмантаваць" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Выняць" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Прылада \"%1\" - не дыск, таму нельга выканаць выманне." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Падчас спробы атрымаць доступ да \"%1\" адбылася памылка. Адказ сістэмы: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Падчас спробы атрымаць доступ да \"%1\" адбылася памылка" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Адзін або некалькі файлаў на гэтай прыладзе адкрытыя ў праграме." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3220,108 +3136,108 @@ msgstr[3] "" "Адзін або некалькі файлаў на гэтай прыладзе адкрытыя ў праграмах: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Перафарматаваць або рэдагаваць з дапамогай Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Вольна %1 з %2 (%3% выкарыстоўваецца)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (схавана)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Ачысціць сметніцу" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Прымантаваць" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Адкрыць у новай укладцы" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Адкрыць у новым акне" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Дадаць запіс…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Рэдагаванне…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Выдаліць з размяшчэнняў" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Схаваць" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Схаваць раздзел \"%1\"" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Схаваць раздзел" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Паказаць усе запісы" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Памер значка" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3329,51 +3245,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Аўтаматычная змена памеру" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Маленькія (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Сярэднія (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Вялікія (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Вялізныя (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Вы можаце абраць толькі адзін файл" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Пададзена больш за адзін файл" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Вы можаце абраць толькі лакальныя файлы" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Адлеглыя файлы не дапускаюцца" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3394,52 +3310,22 @@ msgstr[3] "" "Абраны URL выкарыстоўвае схему, якая не падтрымліваецца. Калі ласка, " "выкарыстоўвайце наступныя схемы: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Схема URL не падтрымліваецца" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Было абрана больш за адзін каталог, таму гэтае дыялогавае акно не прымае " -"каталогі. З гэтай прычыны немагчыма вызначыць патрэбны каталог. Абярыце " -"толькі адзін каталог." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Пададзена больш за адзін каталог" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Абраны прынамсі адзін каталог і адзін файл. Абраныя файлы будуць " -"ігнаравацца, а абраны каталог будзе паказвацца ў спісе" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Абраны файлы і каталогі" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Не ўдалося знайсці файл \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Не ўдалося адкрыць файл" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3450,46 +3336,47 @@ msgstr "" ">Напрыклад, калі бягучае размяшчэнне file:/home/konqi, то націснуўшы кнопку, " "вы пяройдзеце ў file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Націсніце гэтую кнопку, каб перайсці на адзін крок назад у гісторыі прагляду." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Націсніце гэтую кнопку, каб перайсці на адзін крок уперад у гісторыі " "прагляду." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Націсніце гэтую кнопку, каб перазагрузіць змесціва бягучага размяшчэння." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Націсніце гэтую кнопку, каб стварыць новы каталог." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Паказваць панэль размяшчэнняў" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Паказваць кнопку закладак" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Паказваць схаваныя файлы" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Параметры" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3503,12 +3390,12 @@ msgstr "" "li>
    • выгляд
    • паказ схаваных файлаў
    • панэль размяшчэнняў
    • прагляд файлаў
    • аддзяленне каталогаў ад файлаў
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Закладкі" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3523,12 +3410,39 @@ msgstr "" "у KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Назва:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Адрабіць змены" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Адкрыць каталог змесціва" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Devices" +msgid "Filter by name…" +msgstr "Прылады" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Схаваныя файлы ў канцы" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3540,12 +3454,12 @@ msgstr "" "словы. Гэтай функцыяй можна кіраваць націснуўшы правай кнопкай мышы і " "абраўшы патрэбны рэжым з меню Аўтаматычнае запаўненне тэксту." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Гэта назва, з якой трэба захаваць файл." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3554,74 +3468,79 @@ msgstr "" "Гэта спіс файлаў, якія трэба адкрыць. Можна пазначыць некалькі файлаў, " "раздзяліўшы іх назвы прагаламі." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Гэта назва файла, які трэба адкрыць." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Размяшчэнні" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Файл \"%1\" ужо існуе. Хочаце перазапісаць?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Перазапісаць файл?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Вы можаце абраць толькі лакальныя файлы." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Адлеглыя файлы не дапускаюцца" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Усе каталогі" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Стварыць каталог" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Адкрыць" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Памер значка: %1 пікселяў" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Аўтаматычна абіраць п&ашырэнне (%1) для назвы файла" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "пашырэнне %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Аўтаматычна абіраць п&ашырэнне для назвы файла" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "прыдатнае пашырэнне" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3648,12 +3567,12 @@ msgstr "" "маеце сумневы, пакіньце гэты параметр ўключаным, бо ён дапамагае палепшыць " "кіраванне вашымі файламі." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Тып файла:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3662,63 +3581,56 @@ msgstr "" "Гэта сродак выбару тыпу файла. Ён выкарыстоўваецца для выбару фармату, у " "якім будзе захаваны файл." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Фільтр:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Гэта фільтр для ўжывання да спіса файлаў. Назвы файлаў, якія не " -"адпавядаюць фільтру, паказвацца не будуць.

    Вы можаце абраць адзін з " -"перадусталяваных фільтраў у выплыўным меню або ўвесці адвольны фільтр " -"непасрэдна ў тэкставым полі.

    Можна ўжываць сімвалы * і ?.

    " +"Гэта сродак выбару тыпу файла. Ён выкарыстоўваецца для выбару фармату, у " +"якім будзе захаваны файл." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Стварыць новы файл" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Выбачайце" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Файл шаблона %1 не існуе." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Назва для новай спасылкі:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Стварыць спасылку на URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Увядзіце назву файла \"%1\":" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Выбачайце" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Файл шаблона %1 не існуе." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Назва для новай спасылкі:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Стварыць сімвалічную спасылку" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Стварыць спасылку на URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3728,7 +3640,7 @@ msgstr "" "Назву %1 нельга выкарыстоўваць, бо яна зарэзерваваная " "для выкарыстання аперацыйнай сістэмай." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3738,7 +3650,7 @@ msgstr "" "Назва %1 пачынаецца з кропкі, таму прадвызначана файл " "будзе схаваны." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3750,32 +3662,40 @@ msgstr "" "што пры сартаванні ў алфавітным парадку элемент будзе паказвацца перад " "іншымі элементамі." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Пры выкарыстанні касой рысы ў назвах каталогаў будуць стварацца ўкладзеныя " "каталогі, напрыклад:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Пры выкарыстанні касой рысы ў назвах каталогаў будуць стварацца ўкладзеныя " "каталогі." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Касыя рысы нельга выкарыстоўваць у назвах файлаў і каталогаў." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Адваротныя касыя рысы нельга выкарыстоўваць у назвах файлаў і каталогаў." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3784,96 +3704,147 @@ msgstr "" "Не рэкамендуецца пачынаць назву файла або каталога з \"~\", бо такая назва " "можа канфліктаваць з функцыямі эмулятара тэрмінала." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Каталог з назвай %1 ужо існуе." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Файл з назвай %1 ужо існуе." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Стварыць" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Спасылка на прыладу" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Новы каталог" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Стварыць новы каталог" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Стварыць новы каталог у %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Увядзіце назву файла \"%1\":" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Прадвызначана" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Стварыць новы файл" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Увядзіце назву файла \"%1\":" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Абраць праграму для %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Абраць значок:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Капіяваць" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Уставіць" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Адкрыць \"%1\" у новай укладцы" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Адкрыць \"%1\" у новым акне" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Рэдагаванне" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навігацыя" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Паказаць поўны шлях" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Пераход у любое месца па шляху %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3885,6 +3856,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Пераход да размяшчэння па шляху" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Размяшчэнні" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3908,28 +3888,28 @@ msgstr "Іншыя" msgid "Edit mode" msgstr "Рэжым рэдагавання" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Націсніце, каб перайсці да размяшчэння" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Націсніце, каб рэдагаваць размяшчэнне" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Вы не аўтарызаваныя для выканання гэтага файла." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Запуск %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3938,13 +3918,13 @@ msgstr "" "Не ўдалося зрабіць службу %1 выканальнай, скасаванне выканання.\n" " %2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Вы не аўтарызаваныя для таго, каб абраць праграму для адкрыцця гэтага файла." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3973,12 +3953,18 @@ msgstr "Не ўдалося захаваць выяву ў %1" msgid "Icon file too big, download aborted" msgstr "Файл значка занадта вялікі, спампоўванне скасавана" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Паштовы кліент не знойдзены" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3989,28 +3975,28 @@ msgstr "" "%1\n" "непрыдатны." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Запуск %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Не ўдалося знайсці каманду %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Эмулятар тэрмінала не знойдзены" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Не ўдалося адкрыць %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4021,7 +4007,7 @@ msgstr "" " %1\n" "- спасылка, але ён не мае запісу URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4030,20 +4016,20 @@ msgstr "" "Выканальны файл \"%1\" размешчаны ў адлеглай файлавай сістэме. З прычын " "бяспекі ён не быў запушчаны." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "З прычын бяспекі запуск выканальных файлаў забаронены." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Перад запускам праграме \"%1\" трэба даць правы на выкананне." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4052,12 +4038,12 @@ msgstr "" "Не ўдалося зрабіць файл \"%1\" выканальным.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Файл запісу працоўнага стала %1 не мае запісу Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4068,12 +4054,12 @@ msgstr "" "Праверце адкрытыя праграмы і праастору апавяшчэнняў на наяўнасць " "незавершаных задач або спампоўванняў." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Не ўдалося адкрыць файл." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Не ўдалося запусціць праграму \"%1\"." @@ -4159,74 +4145,69 @@ msgstr "" "быў зменены.\n" "Хочаце запампаваць змены?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - адкрывае адлеглыя файлы, сочыць за зменамі, адпраўляе запыты для " "запампоўвання" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Разглядаць URL як лакальныя файлы і выдаляць іх пасля" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Прапанаваная назва файла для спампаванага файла" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Каманда для выканання" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL-адрас(ы) або лакальны(я) файл(ы) для \"command\"" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Параметр ACL для %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4235,7 +4216,7 @@ msgstr "" "Не ўдалося змяніць правы доступу для\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4243,120 +4224,40 @@ msgid "" "%1" msgstr "Не ўдалося змяніць уласніка і групу для %1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Не ўдалося змяніць назву часовага файла" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Не ўдалося знайсці праграму \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Не ўдалося знайсці праграму \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Змяніць правы доступу да файла" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Новыя правы доступу: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Змяніць уласніка файла" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Новы ўласнік: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Выдаліць файл" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Выдаліць каталог" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Стварыць каталог" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Правы доступу да каталога: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Адкрыць файл" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Адкрыць каталог" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Новая назва файла: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Мэта: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Змяніць адзнаку часу" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "З: %1, У: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Невядомае дзеянне" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Дзеянне: %1\n" -"Крыніца: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Не ўдалося скапіяваць файл з %1 у %2. (Код памылкі: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Няма носьбіта ў прыладзе %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Не ўдалося атрымаць ідэнтыфікатар карыстальніка для пададзенага імя " "карыстальніка %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Не ўдалося атрымаць ідэнтыфікатар групы для пададзенай групы %1" @@ -4398,34 +4299,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Каб атрымаць доступ да гэтага сайта, трэба пазначыць імя карыстальніка і " "пароль." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Уваход паспяховы" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Не ўдалося ўвайсці ў %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4434,7 +4335,7 @@ msgstr "" "\n" "Адказ сервера: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4443,12 +4344,12 @@ msgstr "" "Перш чым вам будзе дазволены доступ да розных сайтаў, трэба пазначыць імя " "карыстальніка і пароль для сервера проксі." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Проксі:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Памылка аўтэнтыфікацыі проксі." @@ -4500,101 +4401,101 @@ msgid "" msgstr "Хочаце ўхваліць гэты сертыфікат назаўжды без пацвярджэння?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Аўтэнтыфікацыя сервера" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Інакш запыт быў бы ўдалым." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "атрымаць значэнні ўласцівасцяў" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "вызначыць значэнні ўласцівасцяў" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "стварыць запытаны каталог" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "скапіяваць вызначаны файл або каталог" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "перамясціць вызначаны файл або каталог" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "шукаць у вызначаным каталозе" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "заблакаваць вызначаны файл або каталог" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "разблакаваць вызначаны файл або каталог" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "выдаліць вызначаны файл або каталог" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "запытаць магчымасці сервера" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "атрымаць змесціва вызначанага файла або каталога" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "запусціць стварэнне справаздачы ў вызначаным каталозе" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Падчас спробы %2 адбылася нечаканая памылка (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4602,13 +4503,13 @@ msgid "" "below." msgstr "Падчас спробы %2 адбылася памылка %1. Зводка знаходзіцца ніжэй." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Падчас спробы %1 было адмоўлена ў доступе." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4617,7 +4518,7 @@ msgstr "" "Немагчыма стварыць рэсурс у месцы прызначэння, пакуль не будзе створаная " "адна або больш калекцый (каталогаў)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4632,28 +4533,28 @@ msgstr "" "гэтыя файлы не перазапісваюцца.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Немагчыма выканаць запытанае блакаванне. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер не падтрымлівае тып запыту цела." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Не ўдалося %1, бо рэсурс заблакаваны." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Гэтае дзеянне перарвана іншай памылкай." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4661,7 +4562,7 @@ msgid "" "folder." msgstr "Не ўдалося %1, бо мэтавы сервер адмаўляецца прыняць файл або каталог." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4670,18 +4571,18 @@ msgstr "" "Мэтавы рэсурс не мае месца для запісу стану рэсурсу пасля выканання гэтага " "метаду." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Не ўдалося выдаліць рэсурс." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "запампаваць %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4692,15 +4593,15 @@ msgstr "Падчас спробы %2 адбылася нечаканая пам msgid "Network" msgstr "Сетка" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Памылковы URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4712,12 +4613,12 @@ msgstr "" "месца. Вы можаце або зноў стварыць гэты каталог і паўтарыць аперацыю " "аднаўлення, або перацягнуць элемент у іншае месца, каб аднавіць яго." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Хібная камбінацыя пратаколаў." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Гэты файл ужо знаходзіцца ў сметніцы." @@ -4753,7 +4654,7 @@ msgstr "Ачышчэнне сметніцы" msgid "Restore a trashed file to its original location" msgstr "Аднаўленне файла ў зыходнае месца" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Сметніца поўная. Ачысціце яе або выдаліце элементы ўручную." @@ -4774,17 +4675,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Паўтарыць" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Дыялогавае акно аўтэнтыфікацыі" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Доступ забаронены" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Вы не маеце правоў для доступу да пратаколу %1." @@ -4893,41 +4794,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Чаканая кантрольная сума (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Націсніце, каб уставіць кантрольную суму з буфера абмену ў поле ўводу." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4937,9 +4838,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Падлічыць" @@ -4948,137 +4849,224 @@ msgstr "Падлічыць" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Націсніце, каб скапіяваць кантрольную суму ў буфер абмену." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Скасаваць" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Перамясціць сюды" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Спампаваць сюды" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Скапіяваць сюды" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Спасылка" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Запуск %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Што вы хочаце зрабіць з гэтым файлам?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Больш не пытацца" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Адкрыць" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Выкананне" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Адкрыць з дапамогай %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Адрабіць змены" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Што вы хочаце зрабіць з гэтым файлам?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Каб скасаваць гэтую аперацыю, патрэбныя правы суперкарыстальніка (root). " -"Хочаце працягнуць?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Стварэнне каталога" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Зыходны элемент" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Мэтавы элемент" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Капіяванне" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Перамяшчэнне" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Змена назвы" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Перамясціць у сметніцу" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Выдаленне" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Ад&рабіць" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Ад&рабіць: скапіяваць" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Ад&рабіць: стварыць спасылку" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Ад&рабіць: перамясціць" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Ад&рабіць: змяніць назву" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Ад&рабіць: перамясціць у сметніцу" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Ад&рабіць: стварыць каталог" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Ад&рабіць: стварыць каталог(і)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Ад&рабіць: стварыць файл" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Ад&рабіць: масавая змена назвы" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Ад&рабіць: скапіяваць" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Ад&рабіць: стварыць спасылку" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Ад&рабіць: перамясціць" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Ад&рабіць: змяніць назву" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Ад&рабіць: перамясціць у сметніцу" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Ад&рабіць: стварыць каталог" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Ад&рабіць: стварыць каталог(і)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Ад&рабіць: стварыць файл" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Ад&рабіць: масавая змена назвы" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5091,12 +5079,12 @@ msgstr "" "Калі скасаваць капіяванне, файл будзе выдалены і ўсе змены страцяцца.\n" "Сапраўды хочаце выдаліць %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Адрабіць пацвярджэнне капіявання файла" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5107,21 +5095,22 @@ msgstr "" "Сапраўды хочаце назаўсёды выдаліць элемент?%1Гэтае дзеянне нельга скасаваць." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Выдаліць назаўсёды" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Выдаліць назаўсёды" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5150,7 +5139,7 @@ msgstr[3] "" "Сапраўды хочаце назаўсёды выдаліць %1 элементы?Гэтае дзеянне нельга скасаваць." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5160,13 +5149,13 @@ msgstr "" "Хочаце назаўсёды выдаліць усе элементы са сметніцы?Гэтае дзеянне немагчыма скасаваць." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Ачысціць сметніцу" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5176,7 +5165,7 @@ msgstr "" "Сапраўды хочаце перамясціць гэты элемент у сметніцу?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the Trash?" #| msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5265,7 +5254,7 @@ msgstr "Уласнік" msgid "Owning Group" msgstr "Група валодання" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Іншыя" @@ -5338,106 +5327,113 @@ msgstr "Абнаўленне канфігурацыі сістэмы" msgid "Updating system configuration…" msgstr "Абнаўленне канфігурацыі сістэмы…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Назва" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Памер" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Дата" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Правы доступу" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Уласнік" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тып" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Адкрыць &з дапамогай %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Дзеянні" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Адкрыць &каталог з дапамогай…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Адкрыць з дапамогай…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Выкананне" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Адкрыць &каталог з дапамогай %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Адкрыць з дапамогай %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Адкрыць &каталог з дапамогай" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Адкрыць з дапамогай" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Іншая праграма…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5447,113 +5443,135 @@ msgstr[1] "%1 аб’екты" msgstr[2] "%1 аб’ектаў" msgstr[3] "%1 аб’екты" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Невядома" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Спыніць" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Пошук у Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Прымантавана з:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Вольная прастора:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тып:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Змесціва:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Адкрыць у:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Змяніць..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Размяшчэнне:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Памер:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Змяніць..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Змесціва:" +msgid "Stop" +msgstr "Спыніць" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Пошук у Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Спасылаецца на:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Зменена:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Паказваць папярэджанне" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Дата стварэння:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Файлавая сістэма:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Невядомы памер" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Прымантавана на:" +msgid "Modified:" +msgstr "Зменена:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Апошні доступ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Адкрываць з дапамогай:" +msgid "File system:" +msgstr "Файлавая сістэма:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Прымантавана на:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Прымантавана з:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Вольная прастора:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Невядомы памер" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5855,10 +5873,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Увядзіце тут апісанне гэтай праграмы паводле яе прызначэння. Напрыклад: " "праграма камутаванага доступу (KPPP) будзе \"Інструмент камутаванага доступу" @@ -5866,16 +5887,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Апісанне:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Імя карыстальніка:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Увядзіце тут карысны каментар." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Увядзіце тут апісанне гэтай праграмы паводле яе прызначэння. Напрыклад: " +"праграма камутаванага доступу (KPPP) будзе \"Інструмент камутаванага доступу" +"\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5885,8 +5915,9 @@ msgstr "Кам&ентар:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Зменныя асяроддзя:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6093,7 +6124,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Абагульванне" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6103,36 +6134,59 @@ msgstr "" "Не ўдалося захаваць уласцівасці праз адсутнасць правоў на запіс у:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Асноўнае" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Увядзіце назву файла \"%1\":" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Пошук у %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Абнавіць" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Не ўдалося перадаць %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Невядомы памер" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6141,8 +6195,8 @@ msgstr "" "Падлік... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6151,8 +6205,8 @@ msgstr[1] "%1 файлы" msgstr[2] "%1 файлаў" msgstr[3] "%1 файлы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format #| msgid "1 sub-folder" #| msgid_plural "%1 sub-folders" @@ -6163,85 +6217,91 @@ msgstr[1] "%1 укладзеныя каталогі" msgstr[2] "%1 укладзеных каталогаў" msgstr[3] "%1 укладзеныя каталогі" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Падлік...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Прынамсі %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Новая назва файла пустая." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Незарэгістраваны тып файла" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Няма звязаных праграм" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Стварыць…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Змяніць…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Няма доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Можна толькі праглядаць" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Можна праглядаць і змяняць" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Можна толькі праглядаць змесціва" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Можна праглядаць і змяняць змесціва" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Можна толькі праглядаць і запісваць змесціва" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Можна праглядаць/чытаць і змяняць/запісваць" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Правы доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Правы доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6250,37 +6310,37 @@ msgstr[1] "Усе файлы - спасылкі, для іх няма право msgstr[2] "Усе файлы - спасылкі, для іх няма правоў доступу." msgstr[3] "Усе файлы - спасылкі, для іх няма правоў доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Толькі ўласнік можа змяняць правы доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "У&ласнік:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Вызначае дзеянні, якія дазволена рабіць уласніку." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Гр&упа:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Вызначае дзеянні, якія дазволена рабіць удзельнікам групы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "І&ншыя:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6289,27 +6349,27 @@ msgstr "" "Вызначае дзеянні, якія дазволена рабіць усім карыстальнікам, якія не " "валодаюць гэтым файлаі і не ўдзельнічаюць у групе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Толькі ўла&дальнік можа змяняць назву і выдаляць змесціва" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Дазволіць &выконваць як праграму" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Выдаленне або змена назвы:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Выкананне:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6320,7 +6380,7 @@ msgstr "" "назвы ўкладзеных у яе файлаў і каталогаў. Іншыя карыстальнікі могуць толькі " "дадаваць новыя файлы, на што патрэбныя правы на змену змесціва." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6329,42 +6389,42 @@ msgstr "" "Уключыце гэты параметр, каб пазначыць файл як выканальны. Гэта мае сэнс " "толькі для праграм і скрыптоў. Гэта патрэбна для іх выканання." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "А&дмысловыя правы доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Валоданне" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Карыстальнік:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Ужыць змены да ўсіх укладзеных каталогаў і іх змесціва" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Адмысловыя правы доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Клас" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6373,22 +6433,22 @@ msgstr "" "Прагляд\n" "элементаў" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Гэты сцяг дазваляе прагляд змесціва каталога." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Чытанне" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Сцяг чытання дазваляе праглядаць змесціва файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6397,7 +6457,7 @@ msgstr "" "Запіс\n" "элементаў" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6407,43 +6467,43 @@ msgstr "" "на тое, што функцыі выдалення і змены назвы могуць быць абмежаваныя сцягам " "замацавання." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Запіс" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Сцяг запісу дазваляе змяняць змесціва файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Увод" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Адзначце гэты сцяг, каб дазволіць пераход у гэты каталог." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Выкананне" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Адзначце гэты сцяг, каб дазволіць выкананне гэтага файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Адмысловы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6452,7 +6512,7 @@ msgstr "" "Адмысловы сцяг. Дзейнічае для ўсяго каталога. Дакладнае значэнне гэтага " "сцяга можна паглядзець у правым слупку." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6461,17 +6521,17 @@ msgstr "" "Адмысловы сцяг. Дакладнае значэнне гэтага сцяга можна паглядзець у правым " "слупку." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Карыстальнік" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6480,7 +6540,7 @@ msgstr "" "Калі адзначаны гэты сцяг, уласнік гэтага каталога будзе ўласнікам усіх новых " "файлаў." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6489,7 +6549,7 @@ msgstr "" "Калі гэты файл выканальны і сцяг уключаны, ён будзе выконвацца з правамі " "ўласніка гэтага файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6497,7 +6557,7 @@ msgstr "" "Калі адзначаны гэты сцяг, група гэтага каталога будзе групай для ўсіх новых " "файлаў." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6506,7 +6566,7 @@ msgstr "" "Калі гэты файл выканальны і гэты сцяг адзначаны, ён будзе выконвацца з " "правамі групы гэтага файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6516,7 +6576,7 @@ msgstr "" "суперкарыстальнік змогуць выдаляць і змяняць назвы файлаў. Інакш кожны з " "правамі на запіс будзе мець магчымасць выдаляць і змяняць назвы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6525,33 +6585,33 @@ msgstr "" "Сцяг замацавання файлаў ігнаруецца ў Linux, але можа выкарыстоўвацца ў іншых " "сістэмах" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Прызначыць UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Прызначыць GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Замацавана" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Спасылка" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Змяняецца (без змен)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6560,7 +6620,7 @@ msgstr[1] "Гэтыя файлы выкарыстоўваюць адмыслов msgstr[2] "Гэтыя файлы выкарыстоўваюць адмысловыя правы доступу." msgstr[3] "Гэтыя файлы выкарыстоўваюць адмысловыя правы доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6569,49 +6629,40 @@ msgstr[1] "Гэтыя каталогі выкарыстоўваюць адмыс msgstr[2] "Гэтыя каталогі выкарыстоўваюць адмысловыя правы доступу." msgstr[3] "Гэтыя каталогі выкарыстоўваюць адмысловыя правы доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Гэтыя файлы выкарыстоўваюць адмысловыя правы доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Кантрольныя сумы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Падлік…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Хібная кантрольная сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Уведзенае не ёсць прыдатнай кантрольнай сумай MD5, SHA1 або SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Кантрольныя сумы супадаюць." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Падлічаная і чаканая кантрольная сума супадаюць." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6622,30 +6673,48 @@ msgstr "" "спампоўвання. Паспрабуйце спампаваць файл паўторна.
    Калі правяранне зноў " "скончылася няўдачай, звяжыцеся з кантактамі крыніцы файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Падлічаная і чаканая кантрольная сума не супадаюць." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Правяранне кантрольнай сумы…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Файлы аднолькавыя." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Файлы адрозніваюцца." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Падлік…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6653,29 +6722,29 @@ msgstr "" "Не ўдалося захаваць уласцівасці. Падтрымліваюцца толькі запісы ў лакальных " "файлавых сістэмах." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Праграма" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Дадаць тып файлаў для %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Дадаць адзін або некалькі тыпаў файлаў:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Падтрымліваюцца толькі выканальныя файлы, размешчаныя ў лакальнай файлавай " "сістэме." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Адмысловыя параметры для %1" @@ -6782,22 +6851,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Наладжванне сеціўных спалучэнняў клавіш…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Адкрыць файлавы дыялог" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Назва файла для буфера абмену:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Уставіць файл" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Уставіць змесціва буфера абмену…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6806,19 +6881,19 @@ msgstr "" "З тае пары, як вы скарысталіся функцыяй \"Уставіць\", буфер абмену змяніўся: " "абраны фармат даных непрыдатны. Яшчэ раз скапіюйце тое, што хочаце ўставіць." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Уставіць адзін каталог" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Уставіць адзін файл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "Paste One Item" @@ -6831,47 +6906,64 @@ msgstr[1] "Уставіць %1 элементы" msgstr[2] "Уставіць %1 элементаў" msgstr[3] "Уставіць %1 элементы" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Уставіць змесціва буфера абмену…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Уставіць" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Фармат даных:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Назва файла для буфера абмену:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Назва для змесціва, якое перацягваецца:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Дата: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Памер: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Ужыць да ўсіх" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6881,51 +6973,54 @@ msgstr "" "Калі вы не націснеце \"Прапусціць\", у выпадку канфлікту ў вас будуць " "пытацца пацвярджэння." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Калі гэты параметр адзначаны, націснутая кнопка будзе ўжывацца да ўсіх " "наступных канфліктаў у каталогах да завяршэння выканання бягучай задачы." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Змяніць назву" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Прапанаваць новую &назву" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Прапусціць" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Не капіяваць і не перамяшчаць гэты каталог, а прапусціць і перайсці да " "наступнага элемента" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Не капіяваць і не перамяшчаць гэты файл, а прапусціць і перайсці да " "наступнага элемента" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Запісаць" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6936,13 +7031,13 @@ msgstr "" "Файлы і каталогі скапіююцца ў наяўны каталог разам з яго змесцівам.\n" "У выпадку канфлікту ў вас зноў будуць пытацца пацвярджэння." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Перазапісаць старэйшыя файлы" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6951,12 +7046,12 @@ msgstr "" "Мэтавыя файлы са старэйшым часам змены будуць перазапісвацца ўыходнымі, у " "адваротным выпадку будуць прапускацца." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Узнавіць" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6965,67 +7060,57 @@ msgstr "" "Гэтым дзеяннем вы перазапішаце \"%1\" ім самім.\n" "Увядзіце новую назву файла:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "П&рацягнуць" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Хочаце перазапісаць мэтавы элемент?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Хочаце аб'яднаць змесціва \"%1\" у \"%2\"?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Зыходны элемент" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Мэтавы элемент" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Крыніца навейшая." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Крыніца старэйшая." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Крыніца меншая на %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Крыніца большая на %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Файлы аднолькавыя." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Файлы выглядаюць аднолькавымі." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Файлы адрозніваюцца." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7034,59 +7119,56 @@ msgstr "" "Файлы выглядаюць аднолькавымі: яны маюць аднолькавы памер і аднолькавае " "змесціва у пачатку, сярэдзіне і ў канцы." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Скапіяваць файлы" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ужо існуе старэйшы элемент з назвай \"%1\"." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ужо існуе падобны файл з назвай \"%1\"." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ужо існуе навейшы элемент з назвай \"%1\"." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Змяніць назву:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Змяніць назву элемента" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Змяніць назву элементаў" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Змяніць назву" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Змяніць назву элемента %1 на:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Новая назва #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Файл з назвай %1 ужо існуе." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 не ёсць выканальнай праграмай." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7096,38 +7178,208 @@ msgstr[1] "Змяніць назву %1 абраных элементаў на:" msgstr[2] "Змяніць назву %1 абраных элементаў на:" msgstr[3] "Змяніць назву %1 абраных элементаў на:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# заменіцца лічбамі па ўзрастанні, пачынаючы з:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Новая назва #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Змяніць назву %1 абранага элемента на:" +msgstr[1] "Змяніць назву %1 абраных элементаў на:" +msgstr[2] "Змяніць назву %1 абраных элементаў на:" +msgstr[3] "Змяніць назву %1 абраных элементаў на:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Замяніць" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Адкрываць з дапамогай:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Замяніць" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Змяніць назву %1 абранага элемента на:" +msgstr[1] "Змяніць назву %1 абраных элементаў на:" +msgstr[2] "Змяніць назву %1 абраных элементаў на:" +msgstr[3] "Змяніць назву %1 абраных элементаў на:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Увядзіце назву файла \"%1\":" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Увядзіце назву файла \"%1\":" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Змяніць назву элемента" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Змяніць назву элементаў" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Змяніць назву" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Выдаленне або змена назвы:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Замяніць" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Паказваць мініяцюры" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 не ёсць выканальнай праграмай." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Інфармацыя" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замяніць" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Паўтарыць" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Замяніць усё" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Прапусціць" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Прапусціць усё" @@ -7214,7 +7466,7 @@ msgstr "" "Адлеглы хост не адправіў сертыфікаты SSL.\n" "Працэс быў перарваны, бо немагчыма вызначыць уліковыя даныя хоста." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7258,10 +7510,68 @@ msgstr[3] "" "strong='true'>Гэтае дзеянне немагчыма скасаваць." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Не ўлалося перамясціць гэты элемент у сметніцу, бо ён занадта вялікі. " +"Выдаліць яго назаўсёды?%1Гэтае дзеянне нельга адрабіць." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Не ўдалося перамясціць %1 элемент у сметніцу, бо ён занадта вялікі. Выдаліць " +"яго назаўсёды?Гэтае дзеянне нельга адрабіць." +msgstr[1] "" +"Не ўдалося перамясціць %1 элементы ў сметніцу, бо яны занадта вялікія. " +"Выдаліць яго назаўсёды?Гэтае дзеянне " +"нельга адрабіць." +msgstr[2] "" +"Не ўдалося перамясціць %1 элементаў у сметніцу, бо яны занадта вялікія. " +"Выдаліць яго назаўсёды?Гэтае дзеянне " +"нельга адрабіць." +msgstr[3] "" +"Не ўдалося перамясціць %1 элементы ў сметніцу, бо яны занадта вялікія. " +"Выдаліць яго назаўсёды?Гэтае дзеянне " +"нельга адрабіць." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7269,15 +7579,24 @@ msgstr "" "Выдаліць яго назаўсёды?%1Гэтае дзеянне нельга адрабіць." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7297,7 +7616,7 @@ msgstr[3] "" "Выдаліць яго назаўсёды?Гэтае дзеянне " "нельга адрабіць." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7307,51 +7626,266 @@ msgstr[1] "Сапраўды хочаце перамясціць %1 элемен msgstr[2] "Сапраўды хочаце перамясціць %1 элементаў у сметніцу?" msgstr[3] "Сапраўды хочаце перамясціць %1 элементы ў сметніцу?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Больш не пытацца" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Больш не пытацца" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Больш не паказваць гэтае паведамленне" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Выглядае, што ланцужок аднарангавых сертыфікатаў SSL пашкоджаны." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Увага" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Гэта запусціць праграму:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Калі вы не давяраеце гэтай праграме, націсніце \"Скасаваць\"" +#~ msgid "Open With:" +#~ msgstr "Адкрываць з дапамогай:" + +#~ msgid "File System:" +#~ msgstr "Файлавая сістэма:" + +#~ msgid "Change Attribute" +#~ msgstr "Змяніць атрыбут" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для змены атрыбутаў файла патрэбныя правы суперкарыстальніка (root). " +#~ "Хочаце працягнуць?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завяршэння аперацыі капіявання патрэбныя правы суперкарыстальніка " +#~ "(root). Хочаце працягнуць?" + +#~ msgid "Delete Files" +#~ msgstr "Выдаліць файлы" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Для завяршэння аперацыі выдалення патрэбныя правы суперкарыстальніка " +#~ "(root). Пры няправільных дзеяннях можа пашкодзіцца ваша сістэма. Хочаце " +#~ "працягнуць?" + +#~ msgid "Create Folder" +#~ msgstr "Стварыць каталог" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для стварэння гэтага каталога патрэбныя правы суперкарыстальніка (root). " +#~ "Хочаце працягнуць?" + +#~ msgid "Move Items" +#~ msgstr "Перамясціць элементы" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завяршэння аперацыі перамяшчэння патрэбныя правы суперкарыстальніка " +#~ "(root). Хочаце працягнуць?" + +#~ msgid "Rename" +#~ msgstr "Змяніць назву" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для завяршэння змены назвы патрэбныя правы суперкарыстальніка (root). " +#~ "Хочаце працягнуць?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Для стварэння сімвалічнай спасылкі патрэбныя правы суперкарыстальніка " +#~ "(root). Хочаце працягнуць?" + +#~ msgid "Transfer data" +#~ msgstr "Перадача даных" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завяршэння перадачы даных патрэбныя правы суперкарыстальніка (root). " +#~ "Хочаце працягнуць?" + +#~ msgid "Undo Changes" +#~ msgstr "Адрабіць змены" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Каб скасаваць гэтую аперацыю, патрэбныя правы суперкарыстальніка (root). " +#~ "Хочаце працягнуць?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Параметр ACL для %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Змяніць правы доступу да файла" + +#~ msgid "New Permissions: %1" +#~ msgstr "Новыя правы доступу: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Змяніць уласніка файла" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Новы ўласнік: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Выдаліць файл" + +#~ msgid "Remove Directory" +#~ msgstr "Выдаліць каталог" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Правы доступу да каталога: %1" + +#~ msgid "Open File" +#~ msgstr "Адкрыць файл" + +#~ msgid "Open Directory" +#~ msgstr "Адкрыць каталог" + +#~ msgid "New Filename: %1" +#~ msgstr "Новая назва файла: %1" + +#~ msgid "Target: %1" +#~ msgstr "Мэта: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Змяніць адзнаку часу" + +#~ msgid "From: %1, To: %2" +#~ msgstr "З: %1, У: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Невядомае дзеянне" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Дзеянне: %1\n" +#~ "Крыніца: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Паказваць кнопку закладак" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Файл зменены" + +#~ msgid "&Description:" +#~ msgstr "&Апісанне:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Увядзіце тут карысны каментар." + +#~ msgid "Do not ask again" +#~ msgstr "Больш не пытацца" + +#~ msgid "&Filter:" +#~ msgstr "&Фільтр:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Гэта фільтр для ўжывання да спіса файлаў. Назвы файлаў, якія не " +#~ "адпавядаюць фільтру, паказвацца не будуць.

    Вы можаце абраць адзін з " +#~ "перадусталяваных фільтраў у выплыўным меню або ўвесці адвольны фільтр " +#~ "непасрэдна ў тэкставым полі.

    Можна ўжываць сімвалы * і ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Было абрана больш за адзін каталог, таму гэтае дыялогавае акно не прымае " +#~ "каталогі. З гэтай прычыны немагчыма вызначыць патрэбны каталог. Абярыце " +#~ "толькі адзін каталог." + +#~ msgid "More than one folder provided" +#~ msgstr "Пададзена больш за адзін каталог" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Абраны прынамсі адзін каталог і адзін файл. Абраныя файлы будуць " +#~ "ігнаравацца, а абраны каталог будзе паказвацца ў спісе" + +#~ msgid "Files and folders selected" +#~ msgstr "Абраны файлы і каталогі" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Хоць з серверам і ўдалося звязацца, але на працягу тэрміну, адведзенага " +#~ "на запыт, не было атрымана адказу. Зараз дзейнічаюць наступныя значэнні:" +#~ "
    • Тэрмін чакання для ўсталявання злучэння: %1 секунд(а)
    • Тэрмін чакання для атрымання адказу: %2 секунд(а)
    • Тэрмін " +#~ "чакання для доступу да проксі-сервераў: %3 секунд(а)
    Звярніце " +#~ "ўвагу, што вы можаце змяніць гэтыя налады ў сістэмных наладах KDE, " +#~ "абраўшы Налады сеткі -> Налады злучэння." + #~ msgid "Is &executable" #~ msgstr "&Выканальны файл" @@ -8550,9 +9084,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ "Гэта максімальны аб'ём дыскавай прасторы, дазволены для сметніцы." -#~ msgid "Show a Warning" -#~ msgstr "Паказваць папярэджанне" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Выдаляць са сметніцы старыя файлы" @@ -8692,10 +9223,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ msgid "Space" #~ msgstr "Прагал" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Прадвызначана" - #~ msgid "Modify Web Shortcut" #~ msgstr "Змяніць сеціўны скарот" @@ -9049,16 +9576,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ msgid "Could not find any application or handler for %1" #~ msgstr "Не ўдалося знайсці праграму або іншы сродак для апрацоўвання %1" -#, fuzzy -#~| msgid "&Paste File" -#~| msgid_plural "&Paste %1 Files" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Уставіць файл" -#~ msgstr[1] "Уставіць %1 файлы" -#~ msgstr[2] "Уставіць %1 файлаў" -#~ msgstr[3] "Уставіць %1 файлы" - #, fuzzy #~| msgid "&Paste URL" #~| msgid_plural "&Paste %1 URLs" @@ -9187,11 +9704,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ msgid "unmounting is not supported by wince." #~ msgstr "Запіс у %1 не падтрымліваецца." -#, fuzzy -#~| msgid "Devices" -#~ msgid "File name:" -#~ msgstr "Прылады" - #~ msgid "&Use cache" #~ msgstr "&Выкарыстоўваць кэш" @@ -9280,9 +9792,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ msgid "Read only" #~ msgstr "Толькі для чытання" -#~ msgid "File system:" -#~ msgstr "Файлавая сістэма:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Пункт мацавання (/mnt/floppy):" @@ -9624,9 +10133,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ msgid "Do not &close when command exits" #~ msgstr "Не за&крываць, калі каманда завяршае працу" -#~ msgid "&Username:" -#~ msgstr "&Імя карыстальніка:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9634,9 +10140,6 @@ msgstr "Калі вы не давяраеце гэтай праграме, на #~ "Немагчыма стварыць io-slave:\n" #~ "klauncher паведаміў: %1" -#~ msgid "Open with:" -#~ msgstr "Адкрыць у:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/be@latin/kio6.po b/local/recipes/kde/kf6-kio/source/po/be@latin/kio6.po index 16017b1224..6343daccc3 100644 --- a/local/recipes/kde/kf6-kio/source/po/be@latin/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/be@latin/kio6.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2022-08-29 08:53\n" "Last-Translator: Darafei Praliaskouski \n" "Language-Team: Belarusian\n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "symbol@akeeri.tk, nashtlumach@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nie ŭdalosia zmianić ulasnika fajla %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "Nie ŭdalosia zmianić ulasnika fajla %1. Vy nie majecie " "pravoŭ dostupu, patrebnych dlia vykanannia hetaha dziejannia." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Niemahčyma stvaryć io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgctxt "" #| "The first arg is the path to the symlink that couldnt be created, the " @@ -70,7 +70,7 @@ msgstr "" "Nie ŭdalosia stvaryć simvaličnuju spasylku \"%1\".\n" "Metavaja fajlavaja sistema (%2) nie padtrymlivaje simvaličnych spasylak." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,7 +85,7 @@ msgstr "" "Kali abrać \"Zamianić\", to ŭsio nieprydatnyja simvaly ŭ nazvach zamieniacca " "simvalam \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -100,23 +100,23 @@ msgstr "" "Kali abrać \"Zamianić\", to ŭsio nieprydatnyja simvaly ŭ nazvach zamieniacca " "simvalam \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Kataloh užo isnuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fajl užo isnuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Užo isnuje kataloh z takoj nazvaj" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Smietnica" @@ -227,207 +227,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Pieramiaščennie" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Krynica" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Pryznačennie" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Zmiena nazvy" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kapijavannie" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stvarennie kataloha" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Kataloh" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Vydaliennie" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fajl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Praviarannie" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Pieradača" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Mantavannie" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Prylada" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punkt mantavannia" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Admantavannie" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Zmianić atrybut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Dlia zmieny atrybutaŭ fajla patrebnyja pravy supierkarystaĺnika (root). " -"Chočacie praciahnuć?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Skapijavać fajly" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Dlia zaviaršennia apieracyi kapijavannia patrebnyja pravy supierkarystaĺnika " -"(root). Chočacie praciahnuć?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Vydalić fajly" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Dlia zaviaršennia apieracyi vydaliennia patrebnyja pravy supierkarystaĺnika " -"(root). Pry niapraviĺnych dziejanniach moža paškodzicca vaša sistema. " -"Chočacie praciahnuć?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Stvaryć kataloh" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Dlia stvarennia hetaha kataloha patrebnyja pravy supierkarystaĺnika (root). " -"Chočacie praciahnuć?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Pieramiascić eliemienty" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Dlia zaviaršennia apieracyi pieramiaščennia patrebnyja pravy " -"supierkarystaĺnika (root). Chočacie praciahnuć?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Zmianić nazvu" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Dlia zaviaršennia zmieny nazvy patrebnyja pravy supierkarystaĺnika (root). " -"Chočacie praciahnuć?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Stvaryć simvaličnuju spasylku" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Dlia stvarennia simvaličnaj spasylki patrebnyja pravy supierkarystaĺnika " -"(root). Chočacie praciahnuć?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Pieradača danych" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Dlia zaviaršennia pieradačy danych patrebnyja pravy supierkarystaĺnika " -"(root). Chočacie praciahnuć?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -868,6 +757,11 @@ msgstr "Fajl zanadta vialiki dlia pieramiaščennia ŭ smietnicu." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -877,65 +771,65 @@ msgstr "" "%2\n" "Adpraŭcie poŭnuju spravazdaču pra chibu na https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nieviadoma)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Techničnaja pryčyna: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Padrabiaznasci zapytu:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Pratakol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Data i čas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Dadatkovyja zviestki: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mahčymyja pryčyny:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mahčymyja rašenni:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nieviadoma)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -944,17 +838,17 @@ msgstr "" "Za dadatkovaj dapamohaj zviarniciesia ŭ adpaviednuju službu (sistemny " "administratar abo služba techničnaj padtrymki)." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Za dadatkovaj dapamohaj zviarniciesia da administratara sierviera." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Praviercie svaje pravy dostupu da hetaha resursu." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -963,7 +857,7 @@ msgstr "" "Mahčyma, vy nie majecie adpaviednych pravoŭ dostupu dlia vykanannia " "zapytanaj apieracyi z hetym resursam." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -971,7 +865,7 @@ msgstr "" "Fajl moža vykarystoŭvacca (i tamu zablakavany) inšym karystaĺnikam abo " "prahramaj." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -980,17 +874,17 @@ msgstr "" "Pierakanajciesia, što inšaja prahrama abo karystaĺnik nie vykarystoŭvajuć " "fajl." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Choć heta i malavierahodna, alie mahla adbycca aparatnaja pamylka." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Mahčyma, heta chiba ŭ prahramie." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -999,7 +893,7 @@ msgstr "" "Najboĺš imaviernaja pryčyna - prahramnaja chiba. Padumajcie pra toje, kab " "adpravić poŭnuju spravazdaču pra chibu, jak apisana nižej." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -1009,7 +903,7 @@ msgstr "" "dystrybutyvie musiać być instrumienty dlia abnaŭliennia prahramnaha " "zabiespiačennia." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1030,12 +924,12 @@ msgstr "" "zviarnicie ŭvahu na zviestki, padadzienyja vyšej, i ŭkliučycie ich u svaju " "spravazdaču razam z inšymi zviestkami, jakija mohuć nam dapamahčy." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Mahčyma, uznikla prabliema z sietkavym zlučenniem." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1044,7 +938,7 @@ msgstr "" "Mahčyma, uznikla prabliema z kanfihuracyjaj sietki. Kali da hetaha vy biez " "prabliem uvachodzili ŭ internet, to heta malavierahodna." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1053,43 +947,43 @@ msgstr "" "Mahčyma, u niejki momant na sietkavym šliachu pamiž siervieram i hetym " "kampjutaram uznikla prabliema." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Pasprabujcie jašče raz zaraz abo pazniej." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Mahčyma, adbylasia pamylka pratakola abo niesumiaščaĺnasci." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Pierakanajciesia, što resurs isnuje, i paŭtarycie sprobu." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Mahčyma, vyznačany resurs nie isnuje." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Jašče raz praviercie, što vy ŭviali praviĺny adras, i pasprabujcie jašče raz." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Praviercie stan vašaha zlučennia z sietkaj." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nie ŭdalosia adkryć resurs dlia čytannia" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, bo nieĺha atrymać dazvol na dostup dlia čytannia." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Mahčyma, vy nie majecie pravoŭ na čytannie fajla ci adkryccio kataloha." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nie ŭdalosia adkryć resurs dlia zapisu" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1118,17 +1012,17 @@ msgstr "" "Heta aznačaje, što nieĺha zapisać u fajl %1, bo nieĺha " "atrymać dazvol na dostup dlia zapisu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nie ŭdalosia zapuscić praces, jaki patrebny pratakolu %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nie ŭdalosia zapuscić praces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Zvyčajna heta adbyvajecca z techničnych " "pryčyn." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1151,12 +1045,12 @@ msgstr "" "taho, što prahrama budzie niesumiaščaĺnaj z biahučaj viersijaj, tamu nie " "zapuscicca." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Unutranaja pamylka" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, paviedamila pra ŭnutranuju pamylku." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL-spasylka z niapraviĺnym farmatavanniem" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/" "folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Pratakol %1 nie padtrymlivajecca" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1198,12 +1092,12 @@ msgstr "" "Pratakol %1 nie padtrymlivajecca prahramami KDE, " "ustaliavanymi na hetym kampjutary." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zapytany pratakol moža nie padtrymlivacca." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1212,7 +1106,7 @@ msgstr "" "Viersija pratakola %1, jakaja padtrymlivajecca hetym kampjutarama, moža być " "niesumiaščaĺnaj z viersijaj na sierviery." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1229,17 +1123,17 @@ msgstr "" "\"https://kde-apps.org/\">https://kde-apps.org/ i http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL-spasylka nie spasylajecca na resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Pratakol josć fiĺtram" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Llocator " "(URL), jaki vy ŭviali, nie spasylajecca na vyznačany resurs." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1261,12 +1155,12 @@ msgstr "" "z takich situacyj. Heta adbyvajecca vieĺmi redka, tamu, chutčej za ŭsio, " "heta pamylka prahramavannia." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Dziejannie nie padtrymlivajecca: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1275,7 +1169,7 @@ msgstr "" "Zapytanaje dziejannie nie padtrymlivajecca prahramaj KDE, jakaja realizuje " "pratakol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1285,17 +1179,17 @@ msgstr "" "Hetaja pamylka mocna zaliežyć ad prahramy KDE. Dadatkovyja zviestki buduć " "boĺš karysnymi, čym tyja, što dastupnyja dlia architektury ŭvodu/vyvadu KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pasprabujcie znajsci inšy sposab dasiahnuć taho ž vyniku." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Čakaŭsia fajl" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1304,17 +1198,17 @@ msgstr "" "Pa zapycie čakaŭsia fajl, alie zamiest jaho byŭ znojdzieny kataloh " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Heta moža być pamylkaj z boku sierviera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Čakaŭsia kataloh" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1323,17 +1217,17 @@ msgstr "" "Pa zapycie čakaŭsia kataloh, alie zamiest jaho byŭ znojdzieny fajl " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fajl abo kataloh nie isnuje" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Fajl abo kataloh %1 nie isnuje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1341,23 +1235,23 @@ msgid "" msgstr "" "Zapytany fajl nie moža być stvorany, bo fajl z takoj nazvaj užo isnuje." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Pasprabujcie spačatku pieramiascić biahučy fajl, a potym paŭtarycie sprobu." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Vydalicie biahučy fajl i pasprabujcie znoŭ." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Abiarycie aĺternatyŭnuju nazvu dlia novaha fajla." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1365,29 +1259,29 @@ msgid "" msgstr "" "Zapytany kataloh nie moža być stvorany, bo kataloh z takoj nazvaj užo isnuje." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Pasprabujcie spačatku pieramiascić biahučy kataloh, a potym paŭtarycie " "sprobu." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Vydalicie biahučy kataloh i pasprabujcie znoŭ." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Abiarycie aĺternatyŭnuju nazvu dlia novaha kataloha." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nieviadomy chost" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1396,36 +1290,36 @@ msgstr "" "Nieviadomaja pamylka chosta pakazvaje, što siervier z nazvaj, %1 nie moža znachodzicca ŭ interniecie." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Nazva \"%1\", jakuju vy ŭviali, nie isnuje: mahčyma, niapraviĺna ŭviedziena." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Dostup zabaronieny" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Admoŭliena ŭ dostupie da resursu %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Mahčyma, vy ŭviali niapraviĺnyja zviestki dlia aŭtentyfikacyi abo nie ŭviali " "ich." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Vaš akaŭnt moža nie mieć pravoŭ dostupu da vyznačanaha resursu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1434,12 +1328,12 @@ msgstr "" "Paŭtarycie zapyt i pierakanajciesia, što vašyja danyja dlia aŭtentyfikacyi " "ŭviedzienyja praviĺna." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Zapis zabaronieny" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1448,12 +1342,12 @@ msgstr "" "Heta aznačaje, što sproba zapisu ŭ fajl %1 byla " "adchilienaja." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nie ŭdalosia pierajsci ŭ kataloh" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1462,17 +1356,17 @@ msgstr "" "Heta aznačaje, što sproba pierajsci (adkryć) u zapytany kataloh %1 byla adchilienaja." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Spis niedastupny" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Pratakol %1 nie josć fajlavaj sistemaj" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1483,12 +1377,12 @@ msgstr "" "kataloha, a prahrama KDE, jakaja padtrymlivaje hety pratakol, nie moža " "hetaha zrabić." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Vyjaŭliena cykličnaja spasylka" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1501,7 +1395,7 @@ msgstr "" "abo sieryju spasylak, što pryvodzić da biaskoncaha cykla, h.zn. fajl byŭ " "(mahčyma vakoĺnym šliacham) zviazany z samim saboj." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1510,27 +1404,27 @@ msgstr "" "Vydalicie ​​adnu častku cykla, kab nie bylo biaskoncaha cykla, i pasprabujcie " "jašče raz." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Zapyt pierarvany karystaĺnikam" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zapyt nie byŭ vykanany, bo jon byŭ skasavany." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Paŭtarycie zapyt." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Padčas kapijavannia znojdzienaja cykličnaja spasylka" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1544,17 +1438,17 @@ msgstr "" "pryvodzić da biaskoncaha cykla, h.zn. fajl byŭ (mahčyma vakoĺnym šliacham) " "zviazany z samim saboj." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nie ŭdalosia stvaryć zlučennie z sietkaj" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nie ŭdalosia stvaryć sokiet" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1563,8 +1457,8 @@ msgstr "" "Heta techničnaja pamylka, pry jakoj nie ŭdajecca aparatny srodak (hniazdo) " "dlia ŭzajemadziejannia praz sietku." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1573,19 +1467,19 @@ msgstr "" "Mahčyma, sietkavaje zlučennie naladžana niapraviĺna abo nie ŭkliučany " "sietkavy interfiejs." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Admoŭliena ŭ zlučenni z siervieram" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Siervier %1 admoviŭ hetamu kampjutaru ŭ zlučenni." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1594,7 +1488,7 @@ msgstr "" "Siervier choć i padlučany da internetu, alie moža być nie naladžany na " "apracoŭvannie zapytaŭ." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1603,7 +1497,7 @@ msgstr "" "Siervier choć i padlučany da internetu, alie moža być nie zapuskać " "patrebnuju službu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1614,12 +1508,12 @@ msgstr "" "abaraniaje vašu sietku abo sietku sierviera, moh umiašacca i adchilić hety " "zapyt." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Zlučennie z siervieram niečakana zakrylasia" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1628,7 +1522,7 @@ msgstr "" "Choć zlučennie z %1 bylo paspiachova ŭstaliavana, jano bylo " "niečakana pierarvana." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1637,17 +1531,17 @@ msgstr "" "Mahčyma, adbylasia pamylka pratakola, u adkaz na jakuju siervier pierarvaŭ " "zlučennie." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Chibny URL-adras resursu" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Pratakol %1 nie josć pratakolam fiĺtra" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1671,17 +1565,17 @@ msgstr "" "zdoĺny na takoje dziejannie. Heta adbyvajecca vieĺmi redka, tamu, chutčej za " "ŭsio, heta pamylka prahramavannia." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nie ŭdalosia inicyjalizavać pryladu ŭvodu/vyvadu" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nie ŭdalosia prymantavać pryladu" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1690,7 +1584,7 @@ msgstr "" "Nie ŭdalosia inicyjalizavać (\"prymantavać\") zapytanuju pryladu. " "Paviedamliennie pamylki: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1701,7 +1595,7 @@ msgstr "" "dyskavodzie niama CD) abo, kali heta pieryfieryjnaja ci partatyŭnaja " "prylada, jana moža być niapraviĺna padlučanaja." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1712,7 +1606,7 @@ msgstr "" "U sistemach UNIX dlia inicyjalizacyi prylady časta patrabujucca pravy " "sistemnaha administratara." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1722,17 +1616,17 @@ msgstr "" "zmiaščać nośbity, a partatyŭnyja prylady pavinny być padlučanyja i " "ŭkliučanyja)." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nie ŭdalosia skasavać inicyjalizacyju prylady ŭvodu/vyvadu" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nie ŭdalosia admantavać pryladu" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1741,7 +1635,7 @@ msgstr "" "Nie ŭdalosia inicyjalizavać (\"admantavać\") zapytanuju pryladu. " "Paviedamliennie pamylki: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1752,7 +1646,7 @@ msgstr "" "karystaĺnikam). Navat adkrytaje akno z fajlami na pryladzie moža pryviesci " "da taho, što prylada budzie ličycca zaniataj." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1763,19 +1657,19 @@ msgstr "" "prylady. U sistemach UNIX dlia deinicyjalizacyi prylady časta patrabujucca " "pravy sistemnaha administratara." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Pierakanajciesia, što nijakija prahramy nie ŭzajemadziejničajuć z pryladaj, " "i paŭtarycie sprobu." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nie ŭdalosia pračytać z resursu" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1784,17 +1678,17 @@ msgstr "" "Heta aznačaje, što choć resurs %1 i ŭdalosia adkryć, padčas " "čytannia zmiesciva resursu adbylasia pamylka." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Mahčyma, vy nie majecie pravoŭ na čytannie z resursu." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nie ŭdalosia zapisać u resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1803,22 +1697,22 @@ msgstr "" "Heta aznačaje, što choć resurs %1 i ŭdalosia adkryć, padčas " "zapisu zmiesciva resursu adbylasia pamylka." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Mahčyma, vy nie majecie pravoŭ na zapis u resurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nie ŭdalosia pravieryć sietkavyja zlučenni" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nie ŭdalosia pryviazać" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1828,17 +1722,17 @@ msgstr "" "Heta techničnaja pamylka, pry jakoj nie ŭdajecca naladzić aparatny srodak " "dlia ŭzajemadziejannia (hniazdo) dlia praviarannia sietkavych zlučenniaŭ." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nie ŭdalosia pravieryć" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nie ŭdalosia ŭchvalić sietkavaje zlučennie" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1847,34 +1741,34 @@ msgstr "" "Heta techničnaja pamylka, jakaja adbylasia padčas sproby ŭchvalić " "uvachodnaje sietkavaje zlučennie." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Vy nie majecie pravoŭ na ŭchvaliennie zlučennia." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nie ŭdalosia ŭvajsci: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Sproba ŭvachodu dlia vykanannia zapytanaj apieracyi skončylasia niaŭdala." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Niemahčyma vysvietlić stan resursu" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nie ŭdalosia vyznačyć stan resursu" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1883,70 +1777,70 @@ msgstr "" "Sproba vyznačyć zviestki pra stan resursu %1 (nazva, typ, " "pamier i h. d) skončylasia niaŭdala." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Paznačany resurs moh nie isnavać abo byŭ niedastupny." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nie ŭdalosia skasavać praviarannie" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: zadakumientujcie heta" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nie ŭdalosia stvaryć kataloh" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Sproba stvarennia zapytanaha kataloha skončylasia niaŭdala." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Razmiaščennie, u jakim musić być stvorany kataloh, moža nie isnavać." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nie ŭdalosia vydalić kataloh" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Sproba vydaliennia paznačanaha kataloha %1 skončylasia " "niaŭdala." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Mahčyma, vyznačany kataloh nie isnuje." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Mahčyma, vyznačany kataloh nie pusty." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Pierakanajciesia, što kataloh isnuje i pusty, i paŭtarycie sprobu." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nie ŭdalosia praciahnuć pieradaču fajla" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1955,35 +1849,35 @@ msgstr "" "Vyznačany zapyt patrabavaŭ uznavić pieradaču fajla %1 na " "peŭnym etapie pieradačy. Heta bylo niemahčyma." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Pratakol abo siervier mohuć nie padtrymlivać uznaŭliennia pieradačy danych." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Pasprabujcie adpravić zapyt biez sproby ŭznaŭliennia pieradačy." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nie ŭdalosia zmianić nazvu resursu" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Sproba zmieny nazvy paznačanaha resursu %1 skončylasia " "niaŭdala." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nie ŭdalosia zmianić pravy dostupu da resursu" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "skončylasia niaŭdala." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nie ŭdalosia zmianić ulasnika resursu" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 skončylasia " "niaŭdala." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nie ŭdalosia vydalić resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Sproba vydaliennia paznačanaha resursu %1 skončylasia " "niaŭdala." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Niečakanaje avaryjnaje zniščennie pracesu prahramy" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, niečakana zniščyla svoj praces." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nie staje pamiaci" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, nie atrymala patrebnuju koĺkasć pamiaci." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nieviadomy chost proksi" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, byla vyjaŭliena pamylka \"Nieviadomy chost\". Jana pakazvaje, što " "paznačanuju nazvu niemahčyma znajsci ŭ interniecie." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, fuzzy, kde-format #| msgid "" #| "There may have been a problem with your network configuration, " @@ -2077,17 +1971,17 @@ msgstr "" "proksi). Kali da hetaha vy biez prabliem uvachodzili ŭ internet, to heta " "malavierahodna." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Jašče raz praviercie nalady proksi i paŭtarycie sprobu." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Nie ŭdalosia vykanać aŭtentyfikacyju: mietad %1 nie padtrymlivajecca" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2098,7 +1992,7 @@ msgstr "" "ŭdalosia vykanać, bo mietad, jaki vykarystoŭvaje siervier, nie " "padtrymlivajecca prahramaj KDE, jakaja realizuje pratakol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2108,17 +2002,17 @@ msgstr "" "padtrymlivajecca, adpraŭcie spravazdaču na https://bugs.kde.org/." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zapyt pierarvany" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Unutranaja pamylka sierviera" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2127,7 +2021,7 @@ msgstr "" "Prahrama na sierviery, jakaja zabiaspiečvaje dostup da pratakola %1, paviedamila pra ŭnutranuju pamylku: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2136,13 +2030,13 @@ msgstr "" "Najboĺš imaviernaja pryčyna - chiba sierviernaj prahramy. Padumajcie pra " "toje, kab adpravić poŭnuju spravazdaču pra chibu, jak apisana nižej." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Zviarniciesia da administratara sierviera, kab paviedamić pra prabliemu." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2151,41 +2045,29 @@ msgstr "" "Kali vy viedajecie, chto stvaryŭ prahramnaje zabiespiačennie na sierviery, " "adpraŭcie spravazdaču niepasredna im." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Pamylka pieravyšennia terminu čakannia" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Choć z siervieram i ŭdalosia zviazacca, alie na praciahu terminu, " -"adviedzienaha na zapyt, nie bylo atrymana adkazu. Zaraz dziejničajuć " -"nastupnyja značenni:
    • Termin čakannia dlia ŭstaliavannia zlučennia: %1 " -"siekund(a)
    • Termin čakannia dlia atrymannia adkazu: %2 siekund(a)
    • Termin čakannia dlia dostupu da proksi-siervieraŭ: %3 siekund(a)
    Zviarnicie ŭvahu, što vy možacie zmianić hetyja nalady ŭ sistemnych " -"naladach KDE, abraŭšy Nalady sietki -> Nalady zlučennia." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Siervier byŭ zanadta zaniaty adkazami na inšyja zapyty, kab adkazać." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nieviadomaja pamylka" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, paviedamila pra nieviadomuju pamylku: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nieviadomaje pierapyniennie" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, paviedamila pra pierapyniennie nieviadomaha typu: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nie ŭdalosia vydalić aryhinaĺny fajl" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2224,12 +2106,12 @@ msgstr "" "ŭsio, pry zaviaršenni apieracyi pieramiaščennia fajla. Aryhinaĺny fajl " "%1 nie ŭdalosia vydalić." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nie ŭdalosia vydalić časovy fajl" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2240,12 +2122,12 @@ msgstr "" "zachoŭvacca novy fajl padčas spampoŭvannia. Hety časovy fajl %1 nie ŭdalosia vydalić." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nie ŭdalosia zmianić nazvu aryhinaĺnaha fajla" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2254,12 +2136,12 @@ msgstr "" "Zapytanaja apieracyja patrabavala zmieny nazvy aryhinaĺnaha fajla " "%1, alie nazvu nie ŭdalosia zmianić." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nie ŭdalosia zmianić nazvu časovaha fajla" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2268,32 +2150,32 @@ msgstr "" "Zapytanaja apieracyja patrabavala stvarennia časovaha fajla %1, alie jaho nie ŭdalosia stvaryć." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nie ŭdalosia stvaryć spasylku" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nie ŭdalosia stvaryć simvaličnuju spasylku" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nie ŭdalosia stvaryć simvaličnuju spasylku %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Niama zmiesciva" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Dysk zapoŭnieny" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2302,7 +2184,7 @@ msgstr "" "Nie ŭdalosia zapisać fajl %1, bo na dysku nie chapaje " "voĺnaha miesca." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2313,12 +2195,12 @@ msgstr "" "niepatrebnyja i časovyja fajly; 2) zapakavać fajly na ruchomyja nośbity 3) " "pavialičyć pamier schovišča." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Zychodny i metavy fajly adnoĺkavyja" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2327,17 +2209,17 @@ msgstr "" "Niemahčyma zaviaršyć apieracyju, bo zychodny i metavy fajl - adzin i toj ža " "fajl." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Abiarycie inšuju nazvu dlia metavaha fajla." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fajl abo kataloh pieramieščany ŭ samoha siabie" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2346,17 +2228,17 @@ msgstr "" "Niemahčyma zaviaršyć apieracyju, bo zychodny i metavy fajl abo kataloh - " "adzin i toj ža fajl." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Zmiascicie eliemient u inšy fajl abo kataloh." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Kataloh pieramieščany ŭ samoha siabie" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2365,17 +2247,17 @@ msgstr "" "Nie ŭdalosia zaviaršyć apieracyju, bo zychodny eliemient niemahčyma " "pieramiascić u samoha siabie." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Pieramiascicie eliemient u inšy kataloh." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nie ŭdalosia zviazacca z siervieram paroliaŭ" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the service for requesting " @@ -2387,24 +2269,24 @@ msgstr "" "Niemahčyma zaviaršyć apieracyju, bo nie ŭdalosia zviazacca sa službaj dlia " "zapytu paroliaŭ (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Pasprabujcie pierazapuscić sieans abo pašukajcie ŭ žurnalach pamylki z kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nie ŭdalosia inicyjalizavać pratakol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Nie ŭdalosia stvaryć io-slave" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2417,7 +2299,7 @@ msgstr "" "pratakola %1. Zvyčajna heta adbyvajecca z techničnych " "pryčyn." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2429,13 +2311,13 @@ msgstr "" "klauncher nie moža znajsci abo zapuscić ubudovu, jakaja zabiaspiečvaje " "pratakol. Heta aznačaje, što ŭ vas moža być sastarelaja viersija ŭbudovy." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nie ŭdalosia pieradać %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2445,7 +2327,7 @@ msgstr "" "Nie ŭdalosia pieradać %1, bo metavaja fajlavaja sistema " "nie padtrymlivaje fajly takoha pamieru" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2454,28 +2336,28 @@ msgstr "" "Adfarmatujcie metavuju pryladu, kab fajlavaja sistema padtrymlivala fajly " "takoha pamieru." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Niezadakumientavanaja pamylka" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simvaličnaja spasylka na %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, spasylka na %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Spasylajecca na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2484,12 +2366,12 @@ msgstr "" "Pamylkovy URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nie ŭdalosia vyznačyć typ fajla %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, fuzzy, kde-format #| msgid "" #| "Could not extract executable name from %1, please type a valid program " @@ -2501,13 +2383,13 @@ msgstr "" "Nie ŭdalosia vyniać nazvu vykanaĺnaha fajla z \"%1\", uviadzicie prydatnuju " "nazvu prahramy." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 nie josć vykanaĺnaj prahramaj." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2517,92 +2399,92 @@ msgstr "" "Nie ŭdalosia znajsci %1. Uviadzicie praviĺny šliach da " "vykanaĺnaj prahramy." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Pratakol %1 nie padtrymlivaje adkryccio zlučenniaŭ." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Pratakol %1 nie padtrymlivaje zakryccio zlučenniaŭ." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Pratakol %1 nie padtrymlivaje dostup da fajlaŭ." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Zapis u %1 nie padtrymlivajecca." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Admyslovyja dziejanni niedastupnyja dlia pratakola %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Atrymannie spisa katalohaŭ nie padtrymlivajecca pratakolam %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Atrymannie danych z %1 nie padtrymlivajecca." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Atrymannie zviestak pra typy mime z %1 nie padtrymlivajecca." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Zmiena nazvy ci pieramiaščennie fajlaŭ u %1 nie padtrymlivajecca." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Stvarennie simvaličnych spasylak nie padtrymlivajecca pratakolam %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kapijavannie fajlaŭ z %1 nie padtrymlivajecca." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Vydaliennie fajlaŭ z %1 nie padtrymlivajecca." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Stvarennie katalohaŭ nie padtrymlivajecca pratakolam %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Zmiena atrybutaŭ fajlaŭ nie padtrymlivajecca pratakolam %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Zmiena ulasnika fajlaŭ nie padtrymlivajecca pratakolam %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Pratakol %1 nie padtrymlivaje adkryccio fajlaŭ." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Pratakol %1 nie padtrymlivaje dziejannie %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2611,118 +2493,141 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, fuzzy, kde-format #| msgid "Unknown protocol %1." msgid "Unknown protocol '%1'." msgstr "Nieviadomy pratakol \"%1\"." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol %1." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nie ŭdalosia znajsci io-slave dlia pratakola %1." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol %1." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nie ŭdalosia stvaryć sokiet dlia zapusku io-slave dlia pratakola \"%1\"." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find kioslave5 executable at %1" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nie ŭdalosia znajsci vykanaĺny fajl \"kioslave5\" u \"%1\"" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Padrabiaznasci" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Zaŭsiody" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Pr&aciahnuć" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "T&oĺki biahučy sieans" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Stvaryć kataloh" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Stvaryć kataloh" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Vy nie abrali fajl dlia vydaliennia." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Niama čaho vydaliać" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Vy nie abrali fajl dlia pieramiaščennia ŭ smietnicu." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Niama čaho pieramiaščać u smietnicu" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Vyznačany kataloh nie isnuje abo jaho niemahčyma pračytać." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Mieniu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Baćkoŭski kataloh" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Nazad" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Napierad" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Chatni kataloh" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Pierazahruzić" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2730,199 +2635,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Novy kataloh" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Pieramiascić u smietnicu" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Vydalić" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sartavannie" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sartavać pa nazvie" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sartavać pa pamiery" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sartavać pa dacie" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sartavać pa typu" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Pa pavieličenni" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Pa pamianšenni" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Spačatku katalohi" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Schavanyja fajly ŭ kancy" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Znački" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kampaktny vyhliad" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Padrabiazny vyhliad" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Pazicyja značkoŭ" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Paslia nazvy fajla" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nad nazvaj fajla" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Scisly vyhliad" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Padrabiazny vyhliad" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "U vyhliadzie dreva" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Padrabiazny ŭ vyhliadzie dreva" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Dazvolić razhortvannie ŭ padrabiaznym vyhliadzie" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Pakazvać schavanyja fajly" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Pakazvać paneĺ papiaredniaha prahliadu" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pakazvać papiaredni prahliad" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Adkryć kataloh zmiesciva" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Ulascivasci" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Vyhliad" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Ja-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Ja" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Spačatku naviejšyja" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Spačatku starejšyja" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Spačatku naviejšyja" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Spačatku boĺšyja" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Spačatku mienšyja" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kadavannie:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Adkryć" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Zachavać jak" @@ -2971,40 +2876,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Pieramiascić siudy" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Usie fajly" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Usie fajly, jakija padtrymlivajucca" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Usie fajly" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dadać razmiaščennie" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Redahavać razmiaščennie" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Places panel.

    The " @@ -3022,17 +2927,17 @@ msgstr "" "čaho adnosicca hety zapis. Kali vy nie ŭviadziecie tekst admieciny, jana " "budzie atrymana z URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Ad&miecina:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Uviadzicie siudy apisannie" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3045,12 +2950,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

    Pstryknuŭšy knopku pobač z poliem " "redahavannia tekstu, vy možacie pierajsci pa URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Razmiaščennie:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3059,17 +2964,17 @@ msgstr "" "Heta značok, jaki zjavicca na paneli razmiaščenniaŭ.

    Nacisnicie na knopku, kab abrać inšy značok.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Abrać značok:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Pakazvać toĺki pry vykarystanni hetaj prahramy (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3080,139 +2985,146 @@ msgstr "" "toĺki pry vykarystanni biahučaj prahramy (%1).

    Kali hety " "paramietr nie abrany, zapis budzie dastupny va ŭsich prahramach.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Adrasy" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Adliehly" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Niadaŭnija" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Pošuk" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Prylady" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Ruchomyja nośbity" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Paznaki" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Pamylka %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Usie paznaki" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Chatni kataloh" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Pracoŭny stol" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dakumienty" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Spampoŭvanni" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Sietka" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smietnica" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzyka" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Maliunki" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videa" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Niadaŭnija fajly" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Niadaŭnija razmiaščenni" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Zmieniena sionnia" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Zmieniena ŭčora" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nie ŭdalosia dadać paneĺ razmiaščenniaŭ: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Na paneĺ razmiaščenniaŭ možna dadavać toĺki katalohi." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Naladžvannie sieciŭnych skarotaŭ..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Release" @@ -3220,13 +3132,13 @@ msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Vypusk" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Vypusk" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Safely Remove" @@ -3234,13 +3146,13 @@ msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Biaspiečnaje vymannie" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Biaspiečnaje vymannie" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3248,43 +3160,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Admantavannie" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Admantavać" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Vyniać" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The device %1 is not a disk and cannot be ejected." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Prylada \"%1\" - nie dysk, tamu nieĺha vykanać vymannie." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "An error occurred while accessing %1, the system responded: %2" msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Padčas sproby atrymać dostup da \"%1\" adbylasia pamylka. Adkaz sistemy: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format #| msgid "An error occurred while accessing %1" msgid "An error occurred while accessing '%1'" msgstr "Padčas sproby atrymać dostup da \"%1\" adbylasia pamylka" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3297,19 +3209,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3317,68 +3229,68 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Voĺna %1 z %2 (%3% vykarystoŭvajecca)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (schavana)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Ačyscić smietnicu" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Prymantavać" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Adkryć u novaj ukladcy" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Adkryć u novym aknie" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dadać zapis…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Redahavannie…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Vydalić fajl" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Schavać" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Hide Section %1" @@ -3386,24 +3298,24 @@ msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Schavać razdziel \"%1\"" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Schavać razdziel" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Pakazać usie zapisy" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Pamier značka" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3411,51 +3323,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Aŭtamatyčnaja zmiena pamieru" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Malieńkija (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Siarednija (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Vialikija (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Vializnyja (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Vy možacie abrać toĺki adzin fajl" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Padadziena boĺš za adzin fajl" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Vy možacie abrać toĺki lakaĺnyja fajly" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Adliehlyja fajly nie dapuskajucca" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3476,52 +3388,22 @@ msgstr[3] "" "Abrany URL vykarystoŭvaje schiemu, jakaja nie padtrymlivajecca. Kali laska, " "vykarystoŭvajcie nastupnyja schiemy: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Schiema URL nie padtrymlivajecca" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Bylo abrana boĺš za adzin kataloh, tamu hetaje dyjalohavaje akno nie prymaje " -"katalohi. Z hetaj pryčyny niemahčyma vyznačyć patrebny kataloh. Abiarycie " -"toĺki adzin kataloh." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Padadziena boĺš za adzin kataloh" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Abrany prynamsi adzin kataloh i adzin fajl. Abranyja fajly buduć " -"ihnaravacca, a abrany kataloh budzie pakazvacca ŭ spisie" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Abrany fajly i katalohi" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nie ŭdalosia znajsci fajl \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nie ŭdalosia adkryć fajl" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3532,48 +3414,49 @@ msgstr "" ">Napryklad, kali biahučaje razmiaščennie file:/home/konqi, to nacisnuŭšy " "knopku, vy piarojdziecie ŭ file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Nacisnicie hetuju knopku, kab pierajsci na adzin krok nazad u historyi " "prahliadu." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Nacisnicie hetuju knopku, kab pierajsci na adzin krok upierad u historyi " "prahliadu." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Nacisnicie hetuju knopku, kab pierazahruzić zmiesciva biahučaha " "razmiaščennia." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Nacisnicie hetuju knopku, kab stvaryć novy kataloh." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Pakazvać paneĺ razmiaščenniaŭ" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Pakazvać knopku zakladak" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Pakazvać schavanyja fajly" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Paramietry" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3588,12 +3471,12 @@ msgstr "" "razmiaščenniaŭ
  • prahliad fajlaŭ
  • addzialiennie katalohaŭ ad " "fajlaŭ
" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Zakladki" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3608,12 +3491,39 @@ msgstr "" "inšych miescach u KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nazva:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Adrabić zmieny" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Adkryć kataloh zmiesciva" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Devices" +msgid "Filter by name…" +msgstr "Prylady" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Schavanyja fajly ŭ kancy" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3626,12 +3536,12 @@ msgstr "" "abraŭšy patrebny režym z mieniu Aŭtamatyčnaje zapaŭniennie tekstu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Heta nazva, z jakoj treba zachavać fajl." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3640,75 +3550,80 @@ msgstr "" "Heta spis fajlaŭ, jakija treba adkryć. Možna paznačyć niekaĺki fajlaŭ, " "razdzialiŭšy ich nazvy prahalami." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Heta nazva fajla, jaki treba adkryć." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Adrasy" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fajl \"%1\" užo isnuje. Chočacie pierazapisać?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Pierazapisać fajl?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Vy možacie abrać toĺki lakaĺnyja fajly." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Adliehlyja fajly nie dapuskajucca" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Usie katalohi" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Stvaryć kataloh" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Adkryć" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Pamier značka: %1 piksieliaŭ" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Aŭtamatyčna abirać p&ašyrennie (%1) dlia nazvy fajla" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "pašyrennie %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Aŭtamatyčna abirać p&ašyrennie dlia nazvy fajla" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "prydatnaje pašyrennie" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3736,12 +3651,12 @@ msgstr "" "pakińcie hety paramietr ŭkliučanym, bo jon dapamahaje paliepšyć kiravannie " "vašymi fajlami." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Typ fajla:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3750,65 +3665,57 @@ msgstr "" "Heta srodak vybaru typu fajla. Jon vykarystoŭvajecca dlia vybaru " "farmatu, u jakim budzie zachavany fajl." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Fiĺtr:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

Wildcards such as * and ? are allowed.

" -msgstr "" -"Heta fiĺtr dlia ŭžyvannia da spisa fajlaŭ. Nazvy fajlaŭ, jakija nie " -"adpaviadajuć fiĺtru, pakazvacca nie buduć.

Vy možacie abrać adzin z " -"pieradustaliavanych fiĺtraŭ u vyplyŭnym mieniu abo ŭviesci advoĺny fiĺtr " -"niepasredna ŭ tekstavym poli.

Možna ŭžyvać simvaly * i ?.

" - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Stvaryć novy typ fajlaŭ" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Heta srodak vybaru typu fajla. Jon vykarystoŭvajecca dlia vybaru " +"farmatu, u jakim budzie zachavany fajl." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Vybačajcie" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Fajl šablona %1 nie isnuje." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nazva dlia novaj spasylki:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Stvaryć spasylku na URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgid "Ru&n as a different user" msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Vy&kanać jak inšy karystaĺnik" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Vybačajcie" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Fajl šablona %1 nie isnuje." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nazva dlia novaj spasylki:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Stvaryć simvaličnuju spasylku" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Stvaryć spasylku na URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3818,7 +3725,7 @@ msgstr "" "Nazvu %1 nieĺha vykarystoŭvać, bo jana zareziervavanaja " "dlia vykarystannia apieracyjnaj sistemaj." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3828,7 +3735,7 @@ msgstr "" "Nazva %1 pačynajecca z kropki, tamu pradvyznačana fajl " "budzie schavany." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3840,32 +3747,40 @@ msgstr "" "što pry sartavanni ŭ alfavitnym paradku eliemient budzie pakazvacca pierad " "inšymi eliemientami." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Pry vykarystanni kasoj rysy ŭ nazvach katalohaŭ buduć stvaracca ŭkladzienyja " "katalohi, napryklad:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Pry vykarystanni kasoj rysy ŭ nazvach katalohaŭ buduć stvaracca ŭkladzienyja " "katalohi." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Kasyja rysy nieĺha vykarystoŭvać u nazvach fajlaŭ i katalohaŭ." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Advarotnyja kasyja rysy nieĺha vykarystoŭvać u nazvach fajlaŭ i katalohaŭ." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3874,91 +3789,141 @@ msgstr "" "Nie rekamiendujecca pačynać nazvu fajla abo kataloha z \"~\", bo takaja " "nazva moža kanfliktavać z funkcyjami emuliatara terminala." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Kataloh z nazvaj %1 užo isnuje." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Fajl z nazvaj %1 užo isnuje." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Stvaryć" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Spasylka na pryladu" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Novy kataloh" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Stvaryć kataloh" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Stvaryć novy kataloh u %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Vy&kanać jak inšy karystaĺnik" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Pradvyznačana" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Stvaryć novy typ fajlaŭ" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Vy&kanać jak inšy karystaĺnik" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Abrać prahramu dlia %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Abrać značok:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kapijavać" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Ustavić" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Adkryć \"%1\" u novaj ukladcy" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Adkryć \"%1\" u novym aknie" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Redahavannie" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navihacyja" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Pakazać poŭny šliach" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3966,7 +3931,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Nie ŭdalosia pieradać %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3978,6 +3943,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Adrasy" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4001,28 +3975,28 @@ msgstr "Inšyja" msgid "Edit mode" msgstr "Režym redahavannia" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Nacisnicie, kab pierajsci da razmiaščennia" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Nacisnicie, kab redahavać razmiaščennie" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Vy nie aŭtaryzavanyja dlia vykanannia hetaha fajla." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Zapusk %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -4031,14 +4005,14 @@ msgstr "" "Nie ŭdalosia zrabić službu %1 vykanaĺnaj, skasavannie vykanannia.\n" " %2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Vy nie aŭtaryzavanyja dlia taho, kab abrać prahramu dlia adkryccia hetaha " "fajla." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4067,12 +4041,18 @@ msgstr "Nie ŭdalosia zachavać vyjavu ŭ %1" msgid "Icon file too big, download aborted" msgstr "Fajl značka zanadta vialiki, spampoŭvannie skasavana" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Paštovy klijent nie znojdzieny" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4083,29 +4063,29 @@ msgstr "" "%1\n" "nieprydatny." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Zapusk %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Nie ŭdalosia znajsci fajl \"%1\"" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Emuliatar terminala nie znojdzieny" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nie ŭdalosia adkryć %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4116,7 +4096,7 @@ msgstr "" " %1\n" "- spasylka, alie jon nie maje zapisu URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4125,20 +4105,20 @@ msgstr "" "Vykanaĺny fajl \"%1\" razmieščany ŭ adliehlaj fajlavaj sistemie. Z pryčyn " "biaspieki jon nie byŭ zapuščany." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "Z pryčyn biaspieki zapusk vykanaĺnych fajlaŭ zabaronieny." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Pierad zapuskam prahramie \"%1\" treba dać pravy na vykanannie." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4147,12 +4127,12 @@ msgstr "" "Nie ŭdalosia zrabić fajl \"%1\" vykanaĺnym.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Fajl zapisu pracoŭnaha stala %1 nie maje zapisu Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4163,12 +4143,12 @@ msgstr "" "Praviercie adkrytyja prahramy i praastoru apaviaščenniaŭ na najaŭnasć " "niezavieršanych zadač abo spampoŭvanniaŭ." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Nie ŭdalosia adkryć fajl." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Nie ŭdalosia zapuscić prahramu \"%1\"." @@ -4258,75 +4238,70 @@ msgstr "" "byŭ zmienieny.\n" "Chočacie zapampavać zmieny?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - adkryvaje adliehlyja fajly, sočyć za zmienami, adpraŭliaje zapyty " "dlia zapampoŭvannia" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Razhliadać URL jak lakaĺnyja fajly i vydaliać ich paslia" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Prapanavanaja nazva fajla dlia spampavanaha fajla" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Zahad dlia vykanannia" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, fuzzy, kde-format #| msgid "URL(s) or local file(s) used for command" msgid "URL(s) or local file(s) used for 'command'" msgstr "URL-adras(y) abo lakaĺny(ja) fajl(y) dlia \"command\"" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Paramietr ACL dlia %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4335,7 +4310,7 @@ msgstr "" "Nie ŭdalosia zmianić pravy dostupu dlia\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4344,120 +4319,40 @@ msgid "" "%1" msgstr "Nie ŭdalosia zmianić ulasnika dlia %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Nie ŭdalosia zmianić nazvu časovaha fajla" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nie ŭdalosia znajsci prahramu \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nie ŭdalosia znajsci prahramu \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Zmianić pravy dostupu da fajla" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Novyja pravy dostupu: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Zmianić ulasnika fajla" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Novy ŭlasnik: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Vydalić fajl" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Vydalić kataloh" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Stvaryć kataloh" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Pravy dostupu da kataloha: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Adkryć fajl" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Adkryć kataloh" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Novaja nazva fajla: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Meta: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Zmianić adznaku času" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Z: %1, U: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nieviadomaje dziejannie" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Dziejannie: %1\n" -"Krynica: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nie ŭdalosia skapijavać fajl z %1 u %2. (Kod pamylki: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Niama nośbita ŭ pryladzie %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Nie ŭdalosia atrymać identyfikatar karystaĺnika dlia padadzienaha imia " "karystaĺnika %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nie ŭdalosia atrymać identyfikatar hrupy dlia padadzienaj hrupy %1" @@ -4499,33 +4394,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Kab atrymać dostup da hetaha sajta, treba paznačyć imia karystaĺnika i paroĺ." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sajt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Uvachod paspiachovy" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nie ŭdalosia ŭvajsci ŭ %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4534,7 +4429,7 @@ msgstr "" "\n" "Adkaz sierviera: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4543,12 +4438,12 @@ msgstr "" "Pierš čym vam budzie dazvolieny dostup da roznych sajtaŭ, treba paznačyć " "imia karystaĺnika i paroĺ dlia sierviera proksi." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Pamylka aŭtentyfikacyi proksi." @@ -4600,77 +4495,77 @@ msgid "" msgstr "Chočacie ŭchvalić hety siertyfikat nazaŭždy biez pacviardžennia?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Aŭtentyfikacyja sierviera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Inakš zapyt byŭ by ŭdalym." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "atrymać značenni ŭlascivasciaŭ" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "vyznačyć značenni ŭlascivasciaŭ" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "stvaryć zapytany kataloh" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "skapijavać vyznačany fajl abo kataloh" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "pieramiascić vyznačany fajl abo kataloh" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "šukać u vyznačanym katalozie" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zablakavać vyznačany fajl abo kataloh" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "razblakavać vyznačany fajl abo kataloh" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "vydalić vyznačany fajl abo kataloh" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "query the servers capabilities" @@ -4678,25 +4573,25 @@ msgctxt "request type" msgid "query the server's capabilities" msgstr "zapytać mahčymasci sierviera" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "atrymać zmiesciva vyznačanaha fajla abo kataloha" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "zapuscić stvarennie spravazdačy ŭ vyznačanym katalozie" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Padčas sproby %2 adbylasia niečakanaja pamylka (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4704,13 +4599,13 @@ msgid "" "below." msgstr "Padčas sproby %2 adbylasia pamylka %1. Zvodka znachodzicca nižej." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Padčas sproby %1 bylo admoŭliena ŭ dostupie." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4719,7 +4614,7 @@ msgstr "" "Niemahčyma stvaryć resurs u miescy pryznačennia, pakuĺ nie budzie stvoranaja " "adna abo boĺš kaliekcyj (katalohaŭ)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4734,28 +4629,28 @@ msgstr "" "hetyja fajly nie pierazapisvajucca.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Niemahčyma vykanać zapytanaje blakavannie. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Siervier nie padtrymlivaje typ zapytu ciela." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nie ŭdalosia %1, bo resurs zablakavany." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Hetaje dziejannie pierarvana inšaj pamylkaj." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4764,7 +4659,7 @@ msgid "" msgstr "" "Nie ŭdalosia %1, bo metavy siervier admaŭliajecca pryniać fajl abo kataloh." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4773,18 +4668,18 @@ msgstr "" "Metavy resurs nie maje miesca dlia zapisu stanu resursu paslia vykanannia " "hetaha mietadu." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Nie ŭdalosia vydalić resurs." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "zapampavać %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4795,15 +4690,15 @@ msgstr "Padčas sproby %2 adbylasia niečakanaja pamylka (%1)." msgid "Network" msgstr "Sietka" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Pamylkovy URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4816,12 +4711,12 @@ msgstr "" "apieracyju adnaŭliennia, abo pieraciahnuć eliemient u inšaje miesca, kab " "adnavić jaho." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Chibnaja kambinacyja pratakolaŭ." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Hety fajl užo znachodzicca ŭ smietnicy." @@ -4861,7 +4756,7 @@ msgstr "Ačyščennie smietnicy" msgid "Restore a trashed file to its original location" msgstr "Adnaŭliennie fajla ŭ zychodnaje miesca" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Smietnica poŭnaja. Ačyscicie jaje abo vydalicie eliemienty ŭručnuju." @@ -4882,17 +4777,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Paŭtaryć" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dyjalohavaje akno aŭtentyfikacyi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Dostup zabaronieny" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Vy nie majecie pravoŭ dlia dostupu da pratakola %1." @@ -5001,13 +4896,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Čakanaja kantroĺnaja suma (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -5015,28 +4910,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -5046,9 +4941,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Padličyć" @@ -5057,23 +4952,23 @@ msgstr "Padličyć" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Nacisnicie, kab skapijavać kantroĺnuju sumu ŭ bufier abmienu." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Skasavać" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Pieramiascić siudy" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -5081,115 +4976,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Spampoŭvanni" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Skapijavać siudy" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Spasylka" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Zapusk %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Što vy chočacie zrabić z hetym fajlam?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Boĺš nie pytacca" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Adkryć" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Vykanannie" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Adkryć z dapamohaj %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Adrabić zmieny" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Što vy chočacie zrabić z hetym fajlam?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Kab skasavać hetuju apieracyju, patrebnyja pravy supierkarystaĺnika (root). " -"Chočacie praciahnuć?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Stvarennie kataloha" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Krynica" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Pryznačennie" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kapijavannie" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Pieramiaščennie" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Zmiena nazvy" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Pieramiascić u smietnicu" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Vydaliennie" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Ad&rabić" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Ad&rabić: skapijavać" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Ad&rabić: stvaryć spasylku" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Ad&rabić: pieramiascić" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Ad&rabić: zmianić nazvu" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Ad&rabić: pieramiascić u smietnicu" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Ad&rabić: stvaryć kataloh" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Ad&rabić: stvaryć kataloh(i)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Ad&rabić: stvaryć fajl" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Ad&rabić: masavaja zmiena nazvy" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Ad&rabić: skapijavać" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Ad&rabić: stvaryć spasylku" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Ad&rabić: pieramiascić" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Ad&rabić: zmianić nazvu" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Ad&rabić: pieramiascić u smietnicu" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Ad&rabić: stvaryć kataloh" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Ad&rabić: stvaryć kataloh(i)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Ad&rabić: stvaryć fajl" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Ad&rabić: masavaja zmiena nazvy" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5202,12 +5184,12 @@ msgstr "" "Kali skasavać kapijavannie, fajl budzie vydalieny i ŭsie zmieny straciacca.\n" "Sapraŭdy chočacie vydalić %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Adrabić pacviardžennie kapijavannia fajla" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5224,22 +5206,23 @@ msgstr "" "filename>Hetaje dziejannie nieĺha skasavać." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Vydalić nazaŭsiody" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Vydalić nazaŭsiody" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5268,7 +5251,7 @@ msgstr[3] "" "Sapraŭdy chočacie nazaŭsiody vydalić %1 eliemienty?Hetaje dziejannie nieĺha skasavać." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5282,13 +5265,13 @@ msgstr "" "Chočacie nazaŭsiody vydalić usie eliemienty sa smietnicy?Hetaje dziejannie niemahčyma skasavać." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Ačyscić smietnicu" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5298,7 +5281,7 @@ msgstr "" "Sapraŭdy chočacie pieramiascić hety eliemient u smietnicu?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the Trash?" #| msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5389,7 +5372,7 @@ msgstr "Ulasnik" msgid "Owning Group" msgstr "Hrupa valodannia" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Inšyja" @@ -5463,66 +5446,66 @@ msgstr "Abnaŭliennie kanfihuracyi sistemy" msgid "Updating system configuration…" msgstr "Abnaŭliennie kanfihuracyi sistemy." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nazva" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Pamier" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Pravy dostupu" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Ulasnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Hrupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Adkryć &z dapamohaj %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Dziejanni" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5530,7 +5513,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Adkryć &kataloh z dapamohaj" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5538,29 +5521,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Adkryć z dapamohaj" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Vykanannie" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Adkryć &kataloh z dapamohaj %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Adkryć z dapamohaj %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Adkryć &kataloh z dapamohaj" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Adkryć z dapamohaj" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5568,7 +5558,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Inšaja prahrama..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5578,113 +5568,135 @@ msgstr[1] "%1 abjekty" msgstr[2] "%1 abjektaŭ" msgstr[3] "%1 abjekty" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nieviadoma" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Spynić" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Pošuk u Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Prymantavana z:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Voĺnaja prastora:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Zmiesciva:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Adkryć u:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Zmianić..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Razmiaščennie:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Pamier:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Zmianić..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Zmiesciva:" +msgid "Stop" +msgstr "Spynić" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Pošuk u Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Spasylajecca na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Zmieniena:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Pakazvać papiaredžannie" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Data stvarennia:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Fajlavaja sistema:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nieviadomy pamier" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Prymantavana na:" +msgid "Modified:" +msgstr "Zmieniena:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Apošni dostup:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Adkryvać z dapamohaj:" +msgid "File system:" +msgstr "Fajlavaja sistema:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Prymantavana na:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Prymantavana z:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Voĺnaja prastora:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nieviadomy pamier" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5995,10 +6007,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Uviadzicie tut apisannie hetaj prahramy pavodlie jaje pryznačennia. " "Napryklad: prahrama kamutavanaha dostupu (KPPP) budzie \"Instrumient " @@ -6006,16 +6021,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Apisannie:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Imia karystaĺnika:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Uviadzicie tut karysny kamientar." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Uviadzicie tut apisannie hetaj prahramy pavodlie jaje pryznačennia. " +"Napryklad: prahrama kamutavanaha dostupu (KPPP) budzie \"Instrumient " +"kamutavanaha dostupu\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6025,9 +6049,10 @@ msgstr "Kam&jentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Pakazać &značenni zmiennych asiaroddzia" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6250,7 +6275,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Abahulienyja fajly" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6260,36 +6285,58 @@ msgstr "" "Nie ŭdalosia zachavać ulascivasci praz adsutnasć pravoŭ na zapis u:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Asnoŭnaje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Vy&kanać jak inšy karystaĺnik" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Pošuk u %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Abnavić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Nie ŭdalosia pieradać %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nieviadomy pamier" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6298,8 +6345,8 @@ msgstr "" "Padlik... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6308,8 +6355,8 @@ msgstr[1] "%1 fajly" msgstr[2] "%1 fajlaŭ" msgstr[3] "%1 fajly" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format #| msgid "1 sub-folder" #| msgid_plural "%1 sub-folders" @@ -6320,85 +6367,91 @@ msgstr[1] "%1 ukladzienyja katalohi" msgstr[2] "%1 ukladzienych katalohaŭ" msgstr[3] "%1 ukladzienyja katalohi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Padlik...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Prynamsi %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novaja nazva fajla pustaja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Niezarehistravany typ fajla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Niama zviazanych prahram" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Stvaryć…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Zmianić…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Niama dostupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Možna toĺki prahliadać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Možna prahliadać i zmianiać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Možna toĺki prahliadać zmiesciva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Možna prahliadać i zmianiać zmiesciva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Možna toĺki prahliadać i zapisvać zmiesciva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Možna prahliadać/čytać i zmianiać/zapisvać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Pravy dostupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Pravy dostupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6407,37 +6460,37 @@ msgstr[1] "Usie fajly - spasylki, dlia ich niama pravoŭ dostupu." msgstr[2] "Usie fajly - spasylki, dlia ich niama pravoŭ dostupu." msgstr[3] "Usie fajly - spasylki, dlia ich niama pravoŭ dostupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Toĺki ŭlasnik moža zmianiać pravy dostupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "U&lasnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Vyznačaje dziejanni, jakija dazvoliena rabić ulasniku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Hr&upa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Vyznačaje dziejanni, jakija dazvoliena rabić udzieĺnikam hrupy." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "I&nšyja:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6446,31 +6499,31 @@ msgstr "" "Vyznačaje dziejanni, jakija dazvoliena rabić usim karystaĺnikam, jakija nie " "valodajuć hetym fajlai i nie ŭdzieĺničajuć u hrupie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Toĺki ŭla&snik moža zmianiać nazvu i vydaliać zmiesciva kataloha" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Adznačcie hety sciah, kab dazvolić vykanannie hetaha fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Pradvyznačany karystaĺnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Vykanannie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, fuzzy, kde-format #| msgid "" #| "Enable this option to allow only the folders owner to delete or rename " @@ -6486,7 +6539,7 @@ msgstr "" "mohuć toĺki dadavać novyja fajly, na što patrebnyja pravy na zmienu " "zmiesciva." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6495,42 +6548,42 @@ msgstr "" "Ukliučycie hety paramietr, kab paznačyć fajl jak vykanaĺny. Heta maje sens " "toĺki dlia prahram i skryptoŭ. Heta patrebna dlia ich vykanannia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "A&dmyslovyja pravy dostupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Valodannie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Karystaĺnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Hrupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Užyć zmieny da ŭsich ukladzienych katalohaŭ i ich zmiesciva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Admyslovyja pravy dostupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6539,22 +6592,22 @@ msgstr "" "Prahliad\n" "eliemientaŭ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Hety sciah dazvaliaje prahliad zmiesciva kataloha." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Čytannie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Sciah čytannia dazvaliaje prahliadać zmiesciva fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6563,7 +6616,7 @@ msgstr "" "Zapis\n" "eliemientaŭ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6573,43 +6626,43 @@ msgstr "" "ŭvahu na toje, što funkcyi vydaliennia i zmieny nazvy mohuć być " "abmiežavanyja sciaham zamacavannia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Zapis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Sciah zapisu dazvaliaje zmianiać zmiesciva fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Uvod" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Adznačcie hety sciah, kab dazvolić pierachod u hety kataloh." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Vykanannie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Adznačcie hety sciah, kab dazvolić vykanannie hetaha fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Admyslovy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6618,7 +6671,7 @@ msgstr "" "Admyslovy sciah. Dziejničaje dlia ŭsiaho kataloha. Dakladnaje značennie " "hetaha sciaha možna pahliadzieć u pravym slupku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6627,17 +6680,17 @@ msgstr "" "Admyslovy sciah. Dakladnaje značennie hetaha sciaha možna pahliadzieć u " "pravym slupku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Karystaĺnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Hrupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6646,7 +6699,7 @@ msgstr "" "Kali adznačany hety sciah, ulasnik hetaha kataloha budzie ŭlasnikam usich " "novych fajlaŭ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6655,7 +6708,7 @@ msgstr "" "Kali hety fajl vykanaĺny i sciah ukliučany, jon budzie vykonvacca z pravami " "ŭlasnika hetaha fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6663,7 +6716,7 @@ msgstr "" "Kali adznačany hety sciah, hrupa hetaha kataloha budzie hrupaj dlia ŭsich " "novych fajlaŭ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6672,7 +6725,7 @@ msgstr "" "Kali hety fajl vykanaĺny i hety sciah adznačany, jon budzie vykonvacca z " "pravami hrupy hetaha fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6682,7 +6735,7 @@ msgstr "" "supierkarystaĺnik zmohuć vydaliać i zmianiać nazvy fajlaŭ. Inakš kožny z " "pravami na zapis budzie mieć mahčymasć vydaliać i zmianiać nazvy." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6691,33 +6744,33 @@ msgstr "" "Sciah zamacavannia fajlaŭ ihnarujecca ŭ Linux, alie moža vykarystoŭvacca ŭ " "inšych sistemach" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Pryznačyć UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Pryznačyć GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Zamacavana" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Spasylka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Zmianiajecca (biez zmien)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6726,7 +6779,7 @@ msgstr[1] "Hetyja fajly vykarystoŭvajuć admyslovyja pravy dostupu." msgstr[2] "Hetyja fajly vykarystoŭvajuć admyslovyja pravy dostupu." msgstr[3] "Hetyja fajly vykarystoŭvajuć admyslovyja pravy dostupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6735,51 +6788,40 @@ msgstr[1] "Hetyja katalohi vykarystoŭvajuć admyslovyja pravy dostupu." msgstr[2] "Hetyja katalohi vykarystoŭvajuć admyslovyja pravy dostupu." msgstr[3] "Hetyja katalohi vykarystoŭvajuć admyslovyja pravy dostupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Hetyja fajly vykarystoŭvajuć admyslovyja pravy dostupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kantroĺnyja sumy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Padlik..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Chibnaja kantroĺnaja suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Uviedzienaje nie josć prydatnaj kantroĺnaj sumaj MD5, SHA1 abo SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kantroĺnyja sumy supadajuć." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Padličanaja i čakanaja kantroĺnaja suma supadajuć." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

Checksums do not match.

This may be due to a faulty download. Try re-" @@ -6790,13 +6832,13 @@ msgstr "" "spampoŭvannia. Pasprabujcie spampavać fajl paŭtorna.
Kali praviarannie " "znoŭ skončylasia niaŭdačaj, zviažyciesia z kantaktami krynicy fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Padličanaja i čakanaja kantroĺnaja suma nie supadajuć." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6804,18 +6846,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Praviarannie kantroĺnaj sumy..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Fajly adnoĺkavyja." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Fajly adroznivajucca." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Padlik..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6823,29 +6885,29 @@ msgstr "" "Nie ŭdalosia zachavać ulascivasci. Padtrymlivajucca toĺki zapisy ŭ lakaĺnych " "fajlavych sistemach." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Prahrama" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dadać typ fajlaŭ dlia %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Dadać adzin abo niekaĺki typaŭ fajlaŭ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Padtrymlivajucca toĺki vykanaĺnyja fajly, razmieščanyja ŭ lakaĺnaj fajlavaj " "sistemie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Admyslovyja paramietry dlia %1" @@ -6955,22 +7017,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Naladžvannie sieciŭnych skarotaŭ..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Adkryć fajlavy dyjaloh" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Nazva fajla dlia bufiera abmienu:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Ustavić fajl" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Ustavić zmiesciva bufiera abmienu" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, fuzzy, kde-format #| msgid "" #| "The clipboard has changed since you used paste: the chosen data format is " @@ -6983,19 +7050,19 @@ msgstr "" "zmianiŭsia: abrany farmat danych nieprydatny. Jašče raz skapijujcie toje, " "što chočacie ŭstavić." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Ustavić adzin kataloh" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Ustavić adzin fajl" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "Paste One Item" @@ -7008,48 +7075,65 @@ msgstr[1] "Ustavić %1 eliemienty" msgstr[2] "Ustavić %1 eliemientaŭ" msgstr[3] "Ustavić %1 eliemienty" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Ustavić zmiesciva bufiera abmienu" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Ustavić" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Farmat danych:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nazva fajla dlia bufiera abmienu:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nazva dlia zmiesciva, jakoje pieraciahvajecca:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Pamier: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Užyć da ŭsich" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7060,52 +7144,55 @@ msgstr "" "Kali vy nie nacisniecie \"Prapuscić\", u vypadku kanfliktu ŭ vas buduć " "pytacca pacviardžennia." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kali hety paramietr adznačany, nacisnutaja knopka budzie ŭžyvacca da ŭsich " "nastupnych kanfliktaŭ u katalohach da zaviaršennia vykanannia biahučaj " "zadačy." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Zmianić nazvu" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Prapanavać novuju &nazvu" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Prapuscić" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Nie kapijavać i nie pieramiaščać hety kataloh, a prapuscić i pierajsci da " "nastupnaha eliemienta" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Nie kapijavać i nie pieramiaščać hety fajl, a prapuscić i pierajsci da " "nastupnaha eliemienta" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Zapisać" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7116,13 +7203,13 @@ msgstr "" "Fajly i katalohi skapijujucca ŭ najaŭny kataloh razam z jaho zmiescivam.\n" "U vypadku kanfliktu ŭ vas znoŭ buduć pytacca pacviardžennia." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Pierazapisać starejšyja fajly" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -7131,12 +7218,12 @@ msgstr "" "Metavyja fajly sa starejšym časam zmieny buduć pierazapisvacca ŭychodnymi, u " "advarotnym vypadku buduć prapuskacca." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Uznavić" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite %1 with itself.\n" @@ -7148,76 +7235,66 @@ msgstr "" "Hetym dziejanniem vy pierazapišacie \"%1\" im samim.\n" "Uviadzicie novuju nazvu fajla:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "P&raciahnuć" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Pry hetym dziejanni pierazapišucca metavyja fajly." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Pry hetym dziejanni pierazapišucca metavyja fajly." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Krynica" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Pryznačennie" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Metavy eliemient mienšy na %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Metavy eliemient mienšy na %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Metavy eliemient mienšy na %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Metavy eliemient boĺšy na %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Fajly adnoĺkavyja." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Fajly vyhliadajuć adnoĺkavymi." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Fajly adroznivajucca." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7226,62 +7303,59 @@ msgstr "" "Fajly vyhliadajuć adnoĺkavymi: jany majuć adnoĺkavy pamier i adnoĺkavaje " "zmiesciva u pačatku, siaredzinie i ŭ kancy." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Skapijavać fajly" + +#: widgets/renamedialog.cpp:531 #, fuzzy, kde-format #| msgid "An older item named %1 already exists." msgid "An older item named '%1' already exists." msgstr "Užo isnuje starejšy eliemient z nazvaj \"%1\"." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, fuzzy, kde-format #| msgid "A similar file named %1 already exists." msgid "A similar file named '%1' already exists." msgstr "Užo isnuje padobny fajl z nazvaj \"%1\"." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "A more recent item named %1 already exists." msgid "A more recent item named '%1' already exists." msgstr "Užo isnuje naviejšy eliemient z nazvaj \"%1\"." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Zmianić nazvu:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Zmianić nazvu eliemienta" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Zmianić nazvu eliemientaŭ" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Zmianić nazvu" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Zmianić nazvu eliemienta %1 na:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Novaja nazva #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fajl z nazvaj %1 užo isnuje." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nie josć vykanaĺnaj prahramaj." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7291,38 +7365,206 @@ msgstr[1] "Zmianić nazvu %1 abranych eliemientaŭ na:" msgstr[2] "Zmianić nazvu %1 abranych eliemientaŭ na:" msgstr[3] "Zmianić nazvu %1 abranych eliemientaŭ na:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# zamienicca ličbami pa ŭzrastanni, pačynajučy z:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Novaja nazva #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Zmianić nazvu %1 abranaha eliemienta na:" +msgstr[1] "Zmianić nazvu %1 abranych eliemientaŭ na:" +msgstr[2] "Zmianić nazvu %1 abranych eliemientaŭ na:" +msgstr[3] "Zmianić nazvu %1 abranych eliemientaŭ na:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zamianić" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Adkryvać z dapamohaj:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zamianić" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Zmianić nazvu %1 abranaha eliemienta na:" +msgstr[1] "Zmianić nazvu %1 abranych eliemientaŭ na:" +msgstr[2] "Zmianić nazvu %1 abranych eliemientaŭ na:" +msgstr[3] "Zmianić nazvu %1 abranych eliemientaŭ na:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Vy&kanać jak inšy karystaĺnik" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Vy&kanać jak inšy karystaĺnik" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Zmianić nazvu eliemienta" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Zmianić nazvu eliemientaŭ" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Zmianić nazvu" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Pradvyznačany karystaĺnik:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zamianić" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pakazvać papiaredni prahliad" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 nie josć vykanaĺnaj prahramaj." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Infarmacyja" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zamianić" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Paŭtaryć" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Zamianić usio" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Prapuscić" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Prapuscić usio" @@ -7409,7 +7651,7 @@ msgstr "" "Adliehly chost nie adpraviŭ siertyfikaty SSL.\n" "Praces byŭ pierarvany, bo niemahčyma vyznačyć ulikovyja danyja chosta." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7473,9 +7715,9 @@ msgstr[3] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Sapraŭdy chočacie nazaŭsiody vydalić eliemient?%1Hetaje dziejannie nieĺha skasavać.This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Sapraŭdy chočacie nazaŭsiody vydalić hety eliemient?Hetaje dziejannie nieĺha skasavać." +msgstr[1] "" +"Sapraŭdy chočacie nazaŭsiody vydalić %1 eliemienty?Hetaje dziejannie nieĺha skasavać." +msgstr[2] "" +"Sapraŭdy chočacie nazaŭsiody vydalić %1 eliemientaŭ?Hetaje dziejannie nieĺha skasavać." +msgstr[3] "" +"Sapraŭdy chočacie nazaŭsiody vydalić %1 eliemienty?Hetaje dziejannie nieĺha skasavać." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Sapraŭdy chočacie nazaŭsiody vydalić eliemient?%1Hetaje dziejannie nieĺha skasavać." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7512,7 +7801,7 @@ msgstr[3] "" "Sapraŭdy chočacie nazaŭsiody vydalić %1 eliemienty?Hetaje dziejannie nieĺha skasavać." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7522,51 +7811,267 @@ msgstr[1] "Sapraŭdy chočacie pieramiascić %1 eliemienty u smietnicu?" msgstr[2] "Sapraŭdy chočacie pieramiascić %1 eliemientaŭ u smietnicu?" msgstr[3] "Sapraŭdy chočacie pieramiascić %1 eliemienty ŭ smietnicu?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Boĺš nie pytacca" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Boĺš nie pytacca" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Boĺš nie pakazvać hetaje paviedamliennie" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Vyhliadaje, što lancužok adnaranhavych siertyfikataŭ SSL paškodžany." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Uvaha" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Heta zapuscić prahramu:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" +#~ msgid "Open With:" +#~ msgstr "Adkryvać z dapamohaj:" + +#~ msgid "File System:" +#~ msgstr "Fajlavaja sistema:" + +#~ msgid "Change Attribute" +#~ msgstr "Zmianić atrybut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Dlia zmieny atrybutaŭ fajla patrebnyja pravy supierkarystaĺnika (root). " +#~ "Chočacie praciahnuć?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Dlia zaviaršennia apieracyi kapijavannia patrebnyja pravy " +#~ "supierkarystaĺnika (root). Chočacie praciahnuć?" + +#~ msgid "Delete Files" +#~ msgstr "Vydalić fajly" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Dlia zaviaršennia apieracyi vydaliennia patrebnyja pravy " +#~ "supierkarystaĺnika (root). Pry niapraviĺnych dziejanniach moža " +#~ "paškodzicca vaša sistema. Chočacie praciahnuć?" + +#~ msgid "Create Folder" +#~ msgstr "Stvaryć kataloh" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Dlia stvarennia hetaha kataloha patrebnyja pravy supierkarystaĺnika " +#~ "(root). Chočacie praciahnuć?" + +#~ msgid "Move Items" +#~ msgstr "Pieramiascić eliemienty" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Dlia zaviaršennia apieracyi pieramiaščennia patrebnyja pravy " +#~ "supierkarystaĺnika (root). Chočacie praciahnuć?" + +#~ msgid "Rename" +#~ msgstr "Zmianić nazvu" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Dlia zaviaršennia zmieny nazvy patrebnyja pravy supierkarystaĺnika " +#~ "(root). Chočacie praciahnuć?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Dlia stvarennia simvaličnaj spasylki patrebnyja pravy supierkarystaĺnika " +#~ "(root). Chočacie praciahnuć?" + +#~ msgid "Transfer data" +#~ msgstr "Pieradača danych" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Dlia zaviaršennia pieradačy danych patrebnyja pravy supierkarystaĺnika " +#~ "(root). Chočacie praciahnuć?" + +#~ msgid "Undo Changes" +#~ msgstr "Adrabić zmieny" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Kab skasavać hetuju apieracyju, patrebnyja pravy supierkarystaĺnika " +#~ "(root). Chočacie praciahnuć?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Paramietr ACL dlia %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Zmianić pravy dostupu da fajla" + +#~ msgid "New Permissions: %1" +#~ msgstr "Novyja pravy dostupu: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Zmianić ulasnika fajla" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Novy ŭlasnik: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Vydalić fajl" + +#~ msgid "Remove Directory" +#~ msgstr "Vydalić kataloh" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Pravy dostupu da kataloha: %1" + +#~ msgid "Open File" +#~ msgstr "Adkryć fajl" + +#~ msgid "Open Directory" +#~ msgstr "Adkryć kataloh" + +#~ msgid "New Filename: %1" +#~ msgstr "Novaja nazva fajla: %1" + +#~ msgid "Target: %1" +#~ msgstr "Meta: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Zmianić adznaku času" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Z: %1, U: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Nieviadomaje dziejannie" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Dziejannie: %1\n" +#~ "Krynica: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Pakazvać knopku zakladak" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fajl zmienieny" + +#~ msgid "&Description:" +#~ msgstr "&Apisannie:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Uviadzicie tut karysny kamientar." + +#~ msgid "Do not ask again" +#~ msgstr "Boĺš nie pytacca" + +#~ msgid "&Filter:" +#~ msgstr "&Fiĺtr:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

Wildcards such as * and ? are allowed." +#~ "

" +#~ msgstr "" +#~ "Heta fiĺtr dlia ŭžyvannia da spisa fajlaŭ. Nazvy fajlaŭ, jakija nie " +#~ "adpaviadajuć fiĺtru, pakazvacca nie buduć.

Vy možacie abrać adzin z " +#~ "pieradustaliavanych fiĺtraŭ u vyplyŭnym mieniu abo ŭviesci advoĺny fiĺtr " +#~ "niepasredna ŭ tekstavym poli.

Možna ŭžyvać simvaly * i ?.

" + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Bylo abrana boĺš za adzin kataloh, tamu hetaje dyjalohavaje akno nie " +#~ "prymaje katalohi. Z hetaj pryčyny niemahčyma vyznačyć patrebny kataloh. " +#~ "Abiarycie toĺki adzin kataloh." + +#~ msgid "More than one folder provided" +#~ msgstr "Padadziena boĺš za adzin kataloh" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Abrany prynamsi adzin kataloh i adzin fajl. Abranyja fajly buduć " +#~ "ihnaravacca, a abrany kataloh budzie pakazvacca ŭ spisie" + +#~ msgid "Files and folders selected" +#~ msgstr "Abrany fajly i katalohi" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
  • Timeout for establishing a connection: %1 seconds
  • Timeout " +#~ "for receiving a response: %2 seconds
  • Timeout for accessing proxy " +#~ "servers: %3 seconds
Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Choć z siervieram i ŭdalosia zviazacca, alie na praciahu terminu, " +#~ "adviedzienaha na zapyt, nie bylo atrymana adkazu. Zaraz dziejničajuć " +#~ "nastupnyja značenni:
  • Termin čakannia dlia ŭstaliavannia zlučennia: " +#~ "%1 siekund(a)
  • Termin čakannia dlia atrymannia adkazu: %2 " +#~ "siekund(a)
  • Termin čakannia dlia dostupu da proksi-siervieraŭ: %3 " +#~ "siekund(a)
Zviarnicie ŭvahu, što vy možacie zmianić hetyja " +#~ "nalady ŭ sistemnych naladach KDE, abraŭšy Nalady sietki -> Nalady " +#~ "zlučennia." + #~ msgid "Is &executable" #~ msgstr "&Vykanaĺny fajl" @@ -8668,9 +9173,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ "kab pasprabavać vykanać aŭtamatyčnaje vyjaŭliennie hetaj zmiennaj.

" -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Pakazać &značenni zmiennych asiaroddzia" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Ulasnaručny ŭvod kanfihuracyi proksi-sierviera." @@ -8866,9 +9368,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ "Heta maksimaĺny abjom dyskavaj prastory, dazvolieny dlia smietnicy." #~ "" -#~ msgid "Show a Warning" -#~ msgstr "Pakazvać papiaredžannie" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Vydaliać sa smietnicy staryja fajly" @@ -9019,10 +9518,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ msgid "Space" #~ msgstr "Prahal" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Pradvyznačana" - #~ msgid "Modify Web Shortcut" #~ msgstr "Zmianić sieciŭny skarot" @@ -9447,16 +9942,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nie ŭdalosia znajsci prahramu abo inšy srodak dlia apracoŭvannia %1" -#, fuzzy -#~| msgid "&Paste File" -#~| msgid_plural "&Paste %1 Files" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Ustavić fajl" -#~ msgstr[1] "Ustavić %1 fajly" -#~ msgstr[2] "Ustavić %1 fajlaŭ" -#~ msgstr[3] "Ustavić %1 fajly" - #, fuzzy #~| msgid "&Paste URL" #~| msgid_plural "&Paste %1 URLs" @@ -9585,11 +10070,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ msgid "unmounting is not supported by wince." #~ msgstr "Zapis u %1 nie padtrymlivajecca." -#, fuzzy -#~| msgid "Devices" -#~ msgid "File name:" -#~ msgstr "Prylady" - #~ msgid "&Use cache" #~ msgstr "&Vykarystoŭvać keš" @@ -9678,9 +10158,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ msgid "Read only" #~ msgstr "Toĺki dlia čytannia" -#~ msgid "File system:" -#~ msgstr "Fajlavaja sistema:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Punkt macavannia (/mnt/floppy):" @@ -10023,9 +10500,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ msgid "Do not &close when command exits" #~ msgstr "Nie za&kryvać, kali kamanda zaviaršaje pracu" -#~ msgid "&Username:" -#~ msgstr "&Imia karystaĺnika:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -10033,9 +10507,6 @@ msgstr "Kali vy nie daviarajecie hetaj prahramie, nacisnicie \"Skasavać\"" #~ "Niemahčyma stvaryć io-slave:\n" #~ "klauncher paviedamiŭ: %1" -#~ msgid "Open with:" -#~ msgstr "Adkryć u:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/bg/kio6.po b/local/recipes/kde/kf6-kio/source/po/bg/kio6.po index e4736afccf..8bfa3bae8b 100644 --- a/local/recipes/kde/kf6-kio/source/po/bg/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/bg/kio6.po @@ -3,13 +3,13 @@ # # Zlatko Popov , 2006, 2007, 2008. # Yasen Pramatarov , 2009, 2010. -# SPDX-FileCopyrightText: 2022, 2023, 2024 Mincho Kondarev +# SPDX-FileCopyrightText: 2022-2026 Mincho Kondarev msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-10 20:12+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-15 20:27+0200\n" "Last-Translator: Mincho Kondarev \n" "Language-Team: Bulgarian \n" "Language: bg\n" @@ -17,24 +17,24 @@ msgstr "" "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.11.70\n" +"X-Generator: Lokalize 26.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Радостин Раднев,Златко Попов" +msgstr "Радостин Раднев,Златко Попов, Минчо Кондарев" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "radnev@yahoo.com,zlatkopopov@fsa-bg.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Неуспешно променяне на собствеността на файл %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "Неуспешно променяне на собствеността на файл%1. Вие " "имате недостатъчни права на достъп до файла за извършване на промяната." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Невъзможно създаване на входно/изходна връзка: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Неуспешно създаване на символна връзка %1.\n" "Целевата файлова система (%2) не поддържа символни връзки." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "Избирането на Замяна ще замени всички невалидни знаци (в името на папката на " "местоназначението) с долна черта \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgstr "" "Избирането на Замяна ще замени всички невалидни знаци (в името на файла на " "местоназначението) с долна черта \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Вече има такава директория" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Вече има такъв файл" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Вече съществува като директория" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Кошче" @@ -201,206 +201,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Преместване" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Източник" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Местоназначение" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Преименуване" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копиране" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Създаване на директория" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Директория" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Изтриване" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Разглеждане" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Прехвърляне" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Монтиране" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Устройство" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Точка на монтиране" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Демонтиране" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Промяна на атрибута" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"За промяна на атрибутите на файла се изискват права на root. Искате ли да " -"продължите?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Копиране на файлове" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"За да завършите операцията за копиране, са необходими root права. Искате ли " -"да продължите?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Изтриване на файлове" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"За да завършите операцията за изтриване, са необходими root права. Въпреки " -"това,това може да повреди вашата система. Искате ли да продължите?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Създаване на папка" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"За създаването на тази папка са необходими root права. Искате ли да " -"продължите?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Преместване на елементи" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"За да завършите операцията по преместване, са необходими root права. Искате " -"ли да продължите?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Преименуване" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"За да завършите преименуването, са необходими root права. Искате ли да " -"продължите?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Създаване на символна връзка" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"За създаването на символна връзка се изискват root права. Искате ли да " -"продължите?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Прехвърляне на данни" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"За да завършите прехвърлянето на данни, са необходими root права. Искате ли " -"да продължите?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -828,6 +718,12 @@ msgstr "Файлът е твърде голям, за да бъде прехвъ #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Папка за Кошче не може да бъде намерена или създадена за това местоположение." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -837,82 +733,82 @@ msgstr "" " %2 \n" "Моля, изпратете пълен доклад за грешка на https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(неизвестно)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

%1

%2

" msgstr "

%1

%2

" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Техническа причина: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Подробности за заявката:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • Адрес: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Дата и час: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Допълнителна информация: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Възможни причини:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Възможни решения:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(неизвестно)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Обърнете се към системния администратор за допълнителна помощ." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Обърнете се към администратора на сървъра за допълнителна помощ." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Проверете правата си за достъп до този ресурс." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -921,7 +817,7 @@ msgstr "" "Правата ви за достъп не са достатъчни, за да изпълните заявените операции за " "ресурса." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -929,7 +825,7 @@ msgstr "" "Файлът може би се използва от друга програма или потребител и затова е " "заключен." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -938,17 +834,17 @@ msgstr "" "Проверете дали друга програма или потребител не използват файла и дали не " "заключен." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Може би е хардуерна грешка, макар че е малко вероятно." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Може би намерихте грешка в програмата." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -957,7 +853,7 @@ msgstr "" "Това най-вероятно е грешка в програмата. Моля, съобщете за нея, както е " "описано по-долу." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -966,7 +862,7 @@ msgstr "" "Моля, обновете софтуер си до последната версия. Дистрибуция ви би трябвало " "да има инструмент за обновяване." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -986,12 +882,12 @@ msgstr "" "подробностите, дадени по-горе, и ги включете във вашия доклад за грешка, " "заедно с толкова подробности, колкото смятате, че може да ви помогнат." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Вероятно възникна проблем с връзката към мрежата." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1000,49 +896,49 @@ msgstr "" "Може би има проблем с мрежовите настройки. Ако имате достъп до Интернет в " "момента, значи не е така." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "Вероятно е възникнал проблем по трасето между сървъра и този компютър." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Опитайте отново сега или по-късно." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Възможно е да има грешка или несъвместимост в протоколите." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Проверете дали има такъв ресурс и опитайте отново." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Посоченият ресурс може би не съществува." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Убедете се, че сте въвели правилно адреса и опитайте отново." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Проверете мрежовата си връзка." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ресурсът не може да бъде отворен за четене" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "не може да бъде прочетено, понеже нямата достатъчно права за достъп." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Може би нямате права за четене на файла или директорията." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ресурсът не може да бъде отворен за запис" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1070,17 +966,17 @@ msgstr "" "Това означава, че не може да се извърши запис във файла %1, " "понеже нямата достатъчно права." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Процесът не може да стартира, изискван от протокола %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Стартирането на процеса беше неуспешно" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 протокол не може да бъде намерена или стартирана. Това обикновено се " "дължи на технически причини." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1103,12 +999,12 @@ msgstr "" "несъвместимост между версиите и програмата да не се стартира или да не " "работи правилно." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Вътрешна грешка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Невалиден формат на адрес" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Неподдържан протокол %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1151,12 +1047,12 @@ msgstr "" "Протоколът %1 не се поддържа от инсталираните на вашия " "компютър програми." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Заявеният протокол може да не се поддържа." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1165,7 +1061,7 @@ msgstr "" "Версията на протокола %1 на вашият компютър и сървърa може би не са " "съвместими." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1176,24 +1072,24 @@ msgstr "" "\"), който поддържа този протокол. Местата за търсене включватhttps://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Адресът не се се отнася за ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Заявеният протокол е протокол за филтър" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Въведеният адрес не сочи към определен ресурс." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1205,12 +1101,12 @@ msgstr "" "протокол е само за подобни ситуации, но текущата не изисква това. Това се " "случва рядко и най-вероятно е грешка в програмата." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Неподдържано действие: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1219,7 +1115,7 @@ msgstr "" "Заявеното действие не се поддържа от програмата, която използва протокола " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1229,17 +1125,17 @@ msgstr "" "Тази грешка зависи от програмата. Допълнителна информация можете да получите " "от файла за отчитане на входно изходните операции." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Опит за постигане на същия резултат по друг начин." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Очакваше се файл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1248,17 +1144,17 @@ msgstr "" "Заявката очакваше файл, но вместо това намери директорията %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Това може да е грешка на сървъра." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Очакваше се директория" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1267,17 +1163,17 @@ msgstr "" "Заявката очакваше директория, но вместо това намери файла %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файлът или директорията не съществува" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Файлът или директорията %1 не съществува." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1285,22 +1181,22 @@ msgid "" msgstr "" "Заявеният файл не може да бъде създаден понеже вече има файл с такова име." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Преместете текущия файл и опитайте отново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Изтрийте текущия файл и опитайте отново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Изберете друго име за новия файл." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1309,27 +1205,27 @@ msgstr "" "Заявената директория не може да бъде създадена понеже вече има директория с " "такова име." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Преместете текущата директория и опитайте отново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Изтрийте текущата директория и опитайте отново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Изберете друго име за новата директория." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Неизвестен хост" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1338,7 +1234,7 @@ msgstr "" "Грешката за неизвестен хост показва, че сървър с името %1 " "не може да бъде намерен в Интернет." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1346,39 +1242,39 @@ msgstr "" "Въведеното име „%1“ може би не съществува или сте допуснали правописна " "грешка." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Отказан достъп" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Достъпът до ресурса %1 е отказан." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Може би сте въвели неверни данни за идентификация или въобще никакви." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Може би нямате достатъчно права за достъп до въпросния ресурс." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Опитайте отново и проверете данните за идентификация." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Отказан достъп за запис" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1386,12 +1282,12 @@ msgid "" msgstr "" "Това означава, че опита за запис във файла %1 е отхвърлен." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Неуспешно влизане в директория" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1400,17 +1296,17 @@ msgstr "" "Това означава, че опита за влизане (отваряне) в заявената директория " "%1 е отхвърлен." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Недостъпен списък с директории" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протоколът %1 не е файлова система" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1420,12 +1316,12 @@ msgstr "" "Това означава, че е направена заявка за определяне съдържанието на " "директория и програмата не е в състояние да изпълни заявката." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Циклична символна връзка" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1438,7 +1334,7 @@ msgstr "" "връзки, които образуват затворен цикъл. Т. е. символната връзката сочи към " "нещо друго, а то от своя страна сочи към същата връзка." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1447,27 +1343,27 @@ msgstr "" "Изтрийте една от символните връзки, за да прекъснете затворения цикъл и " "опитайте отново." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Заявката е прекъсната от потребителя" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Заявката не е изпълнена, понеже е прекъсната." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Нов опит за изпълнение на заявката." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Циклична символна връзка при копиране" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1480,17 +1376,17 @@ msgstr "" "връзки, които образуват затворен цикъл. Т. е. символната връзката сочи към " "нещо друго, а то от своя страна сочи към същата връзка." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Създаването на мрежова връзка беше неуспешно" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Създаването на сокет беше неуспешно" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1499,8 +1395,8 @@ msgstr "" "Най-вероятно това е техническа грешка, при което е невъзможно заявеното " "устройство за мрежова комуникация (сокет) да бъде създадено." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1509,12 +1405,12 @@ msgstr "" "Може би мрежовата връзка е настроена неправилно или мрежовия интерфейс не е " "включен." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Връзката със сървъра е отхвърлена" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1522,7 +1418,7 @@ msgid "" msgstr "" "Сървърът %1 отказа да установи връзка с вашия компютър." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1531,7 +1427,7 @@ msgstr "" "Сървърът, въпреки че е свързан с Интернет, може да не е настроен да приема " "заявки." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1540,7 +1436,7 @@ msgstr "" "Сървърът, въпреки че е свързан с Интернет, може да не е настроен да приема " "заявки за услугата %1." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1550,12 +1446,12 @@ msgstr "" "Възможно е заявката да бъде блокирана от защитната стена (firewall) на " "мрежата ви или тази на сървъра." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Връзката със сървъра бе затворена неочаквано" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1564,7 +1460,7 @@ msgstr "" "Въпреки че бе установена връзка със сървъра %1, тя беше " "затворена неочаквано по време на комуникацията." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1572,17 +1468,17 @@ msgid "" msgstr "" "Може би се появи грешка в протокола, поради което сървъра затвори връзката." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ресурсът от адреса е невалиден" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протоколът %1 не е протокол за филтър" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L" "%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1604,17 +1500,17 @@ msgstr "" "протокол е само за подобни ситуации, но текущата не изисква това. Това се " "случва рядко и най-вероятно е грешка в програмата." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Стартирането на входно/изходното устройство беше неуспешно" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Устройството не може да бъде монтирано" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1623,7 +1519,7 @@ msgstr "" "Заявеното устройство не може да бъде инициализирано (монтирано). Грешка: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1634,7 +1530,7 @@ msgstr "" "компактдиск в компактдисковото устройство) или ако е периферно или " "портативно - може да не е свързано както трябва." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1645,7 +1541,7 @@ msgstr "" "устройства в системата UNIX могат да бъдат монтирани само от системните " "администратори." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1654,17 +1550,17 @@ msgstr "" "Проверете дали устройството е готово, дали има носител в него, дали е " "включено и опитайте отново." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Деинициализацията на входно/изходно устройство беше неуспешна" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Устройството не може да бъде демонтирано" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1673,7 +1569,7 @@ msgstr "" "Заявеното устройство не може да бъде деинициализирано (демонтирано). Грешка: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1684,7 +1580,7 @@ msgstr "" "Дори отворен прозорец на браузъра с адреса на устройството може да го отчете " "като \"използвано\"." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1695,19 +1591,19 @@ msgstr "" "Някой устройства в системата UNIX могат да бъдат монтирани/демонтирани само " "от системните администратори." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Проверете дали друг потребител или програма не използват устройството и " "опитайте отново." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Четенето от ресурса беше неуспешно" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1716,17 +1612,17 @@ msgstr "" "Това означава, че ресурсът %1 е достъпен (отворен), но се " "появява грешка по време на четене." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Може би нямате права за четене от ресурса." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Невъзможен запис в ресурса" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1735,22 +1631,22 @@ msgstr "" "Това означава, че ресурсът %1 е достъпен (отворен), но се " "появява грешка по време на запис." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Може би нямате права за достъп в ресурса." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Слушането за мрежови връзки беше неуспешно" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Свързването беше неуспешно" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1761,17 +1657,17 @@ msgstr "" "устройство за мрежова комуникация (сокет) да бъде създадено за слушане на " "мрежови връзки." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Слушането беше неуспешно" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Приемането на мрежовата връзка беше неуспешно" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1780,17 +1676,17 @@ msgstr "" "Най-вероятно това е техническа грешка, при което е невъзможно приемане на " "входящата връзка." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Може би нямате права за приемане на връзки." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Неуспешно влизане: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1798,17 +1694,17 @@ msgstr "" "Опитът за влизане в системата (с цел извършване на заявената операция) беше " "неуспешен." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Състоянието на ресурса не може да бъде определено" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ресурсът не може да бъде формулиран" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1817,72 +1713,72 @@ msgstr "" "Неуспешен опит за определяне на състоянието на ресурс %1 - " "име, тип, размер и др." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Ресурсът не съществува или е недостъпен." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Прекъсването на слушането беше неуспешно" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Недокументирана грешка" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Създаването на директорията беше неуспешно" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Опитът за създаване на заявената директория беше неуспешен." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "Може би местоположението, където трябва да бъде създадена директорията, не " "съществува." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Директорията не беше изтрита" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Опитът за изтриване на заявената директория %1 беше " "неуспешен." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Може би заявената директория не съществува." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Може би заявената директория не е празна." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Проверете дали директорията съществува и е празна, и опитайте отново." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Прехвърлянето на файла не беше продължено" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1891,35 +1787,35 @@ msgstr "" "Заявката изиска прехвърлянето на файла %1 да започне от " "определена точка, което е невъзможно." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Може би протоколът или сървърът не поддържат продължаване на прехвърлянето." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Стартирайте заявката отначало." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ресурсът не може да бъде преименуван" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Опитът за преименуване на въпросния ресурс %1 беше " "неуспешен." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Правата за достъп не могат да бъдат променени" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "беше неуспешен." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Правата за достъп не могат да бъдат променени" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "беше неуспешен." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ресурсът не може да бъде изтрит" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Опитът за изтриване на въпросния ресурс %1 беше неуспешен." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Неочаквано прекъсване на програмата" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "прекъсна неочаквано." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Недостатъчно свободна памет" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, не " "може да получи достатъчно памет за изпълнение на заявката." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Неизвестен прокси сървър" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2038,17 +1934,17 @@ msgstr "" "bugs.kde.org/ да информира екипа на KDE за неподдържания метод за " "удостоверяване." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Заявката е прекъсната" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Вътрешна грешка в сървъра" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2057,7 +1953,7 @@ msgstr "" "Програмата, която обезпечава достъп до протокола %1, съобщи " "за вътрешна грешка: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2066,53 +1962,43 @@ msgstr "" "Най-вероятно това е грешка в програмата. Моля, изпратете подробно съобщение " "за грешката, както е описано по-долу." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Обърнете се към администратора на сървъра за съвет." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "Изпратете съобщението за грешка на автора на софтуера." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Просрочено време" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" "Въпреки че е осъществен контакт със сървъра, отговор не е получен в рамките " -"на времето, определено за заявката, както следва:
    • Време за изчакване " -"за установяване на връзка: %1 секунди
    • Време за изчакване за " -"получаване на отговор: %2 секунди
    • Време за изчакване за достъп до " -"прокси сървъри: %3 секунди
    Моля, обърнете внимание, че можете да " -"промените тези настройки в KDE Системни настройки, като изберете Настройки " -"на Мрежа ->Предпочитания за връзка." +"на времето, определено за заявката." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сървърът е претоварен и затова не може да отговори на заявката." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Неизвестна грешка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, съобщи " "за неизвестна грешка: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Неизвестно прекъсване" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, съобщи " "за прекъсване от неизвестен тип: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Оригиналният файл не беше изтрит" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2150,12 +2036,12 @@ msgstr "" "Заявената операция за изтриване на оригиналния файл (в края на операцията по " "преместване на файла) не може да бъде изпълнена за %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Временният файл не беше изтрит" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2165,12 +2051,12 @@ msgstr "" "Заявената операция за изтриване на временния файл, който се използва за " "запис на изтегляния файл, не може да бъде изпълнена за %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Преименуването на оригиналния файл беше неуспешно" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2179,12 +2065,12 @@ msgstr "" "Заявената операция по преименуване на оригиналния файл %1, " "не може да бъде осъществена." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Преименуването на временния файл беше неуспешно" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2193,34 +2079,34 @@ msgstr "" "Заявената операция за създаване на оригиналния файл %1 не " "може да бъде осъществена." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Създаването на връзка беше неуспешно" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Създаването на символна връзка беше неуспешно" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Заявената операция по създаването на символната връзка %1, " "не може да бъде осъществена." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Няма съдържание" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Дискът е пълен" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2229,7 +2115,7 @@ msgstr "" "Заявената операция за запис на файл %1 не може да бъде " "осъществена понеже няма достатъчно свободно място на диска." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2240,12 +2126,12 @@ msgstr "" "или файловете, които не ви трябват; 2) архивирайте някои файлове на диск; 3) " "купете си нов диск. :-)" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Файлът източник и файлът приемник са един и същи файл" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2254,17 +2140,17 @@ msgstr "" "Операцията не може да бъде завършена понеже файлът източник и файлът " "приемник са един и същи файл." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Изберете друго име за новия файл." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Файл или папка е завлечена върху себе си" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2273,17 +2159,17 @@ msgstr "" "Операцията не може да бъде завършена, тъй като изходният и целевият файл или " "папката са еднакви." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Пуснете елемента в друг файл или папка." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Папката се премести в себе си" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2292,17 +2178,17 @@ msgstr "" "Операцията не може да бъде завършена, тъй като източникът не може да бъде " "преместен в себе си." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Преместване на елемента в друга папка." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Неуспешна комуникация със сървъра за пароли" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2311,24 +2197,24 @@ msgstr "" "Операцията не може да бъде завършена поради неуспешно свързване с услугата " "за заявка на пароли (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Опитайте да рестартирате сесията си или потърсете в дневниците грешки от " "kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Протоколът %1 не може да бъде инициализиран" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Не може да се създаде KIO Worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2337,7 +2223,7 @@ msgstr "" "KIO Worker, който осигурява достъп до протокола %1 , не " "можа да се стартира. Това обикновено се дължи на технически причини." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2346,13 +2232,13 @@ msgstr "" "klauncher не можа да намери или стартира приставката, която предоставя " "протокола.Това означава, че може да имате остаряла версия на приставката." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr " %1 не може да се прехвърли" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2362,7 +2248,7 @@ msgstr "" "Файлът %1 не може да бъде прехвърлен, тъй като " "целевата файлова система не поддържа толкова големи файлове" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2371,28 +2257,28 @@ msgstr "" "Преформатирайте целевото устройство, за да използвате файлова система, която " "поддържа този размер файлове." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументирана грешка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Символна връзка към %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(Връзка към %1 (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Сочи към %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2401,12 +2287,12 @@ msgstr "" "Невалиден адрес\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Не може да се определи типът на файла за %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2415,13 +2301,13 @@ msgstr "" "Неуспешно извличане на име на изпълним файл от „%1“, моля, въведете валидно " "име." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 не изглежда да е изпълнима програма." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2431,92 +2317,92 @@ msgstr "" "%1 не е намерен; моля въведете валиден път до изпълнима " "програма." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Протоколът %1 не поддържа отваряне на връзка." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Протоколът %1 не поддържа затваряне на връзка." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Протоколът %1 не поддържа достъп до файлове." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Протоколът %1 не поддържа запис." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Няма налично действие за протокола %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Протоколът „%1“ не поддържа показване на съдържанието на директории." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Протоколът %1 не поддържа получаване на данни." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Протоколът %1 не поддържа получаване на информация за типа MIME." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Протоколът %1 не поддържа преименуване и преместване на файлове." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Протоколът %1 не поддържа създаване на символна връзка." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Протоколът %1 не поддържа копиране на файлове." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Протоколът %1 не поддържа изтриване на файлове." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Протоколът „%1“ не поддържа създаване на директории." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Протоколът %1 не поддържа променянето атрибутите на файловете." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Протоколът %1 не поддържа променянето атрибутите на файловете." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Протоколът „%1“ не поддържа създаване на директории." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протоколът %1 не поддържа операцията %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2528,312 +2414,336 @@ msgstr "" "разрешения, не може да бъде гарантирана, тъй като потребители, различни от " "root, имат разрешение да го променят на %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Неизвестен протокол „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Липсва KIO worker за протокола „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO worker за протокол „%1“ в %2 не беше зареден, тъй като всички KIO " +"worker, които се намират извън %3 и изискват повишени привилегии, се считат " +"за несигурни." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Не може да се създаде сокет за стартиране на KIO Worker за протокол „%1“." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не може да се намери изпълним 'kioworker' на „%1“" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "По&дробности" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Завинаги" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Про&дължение" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Само за текущата сесия" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Преместване в нова папка" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Създаване на нова папка за тези елементи" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Не е маркиран файл за изтриване." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Няма нищо за изтриване" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Не сте маркирали файл за преместване в кошчето." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Няма нищо за преместване в кошчето" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Зададената директория не съществува или не може да бъде прочетена." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Меню" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Родителска директория" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Назад" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Напред" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домашна директория" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Презареждане" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Нова папка…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Преместване в кошчето" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Изтриване" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Сортиране" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Сортиране по име" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Сортиране по размер" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Сортиране по дата" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Сортиране по тип" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Възходящо" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "По низходящ ред" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Първо папки" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Скритите файлове накрая" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Изглед на икони" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Компактен изглед" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Подробен изглед" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Позиция на иконата" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "До името на файла" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Над името на файла" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Кратък преглед" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Подробен преглед" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Дървовиден преглед" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Подробен преглед" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Разрешаване на разширяване в подробен изглед" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Показване на скритите файлове" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Показване на панела за визуализация" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Преглед" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Отваряне на съдържащата папка" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Информация" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Режим на преглед" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Я-А" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "А-Я" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Първо най-новите" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Първо най-старите" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Първо най-новите" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Първо най-големите" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Първо най-малките" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодова таблица:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Отваряне" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Запис като" @@ -2880,40 +2790,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Преместване тук" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Всички файлове" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Всички поддържани файлове" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Всички файлове" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Добавяне на запис за места" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Редактиране на местоположение" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2926,17 +2836,17 @@ msgstr "" "за какво се отнася този запис. Ако не въведете етикет, той ще бъде получен " "от URL адреса на местоположението.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Етикет:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Въведете описателен етикет тук" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2949,12 +2859,12 @@ msgstr "" ">ftp://ftp.kde.org/pub/kde/stable.

    Ако натиснете бутона до " "текстовото поле, ще се появи списък от който може да изберете адрес.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Местоположение:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2963,17 +2873,17 @@ msgstr "" "Това е иконата, която ще се появи в панела за бърз достъп.

    Натиснете бутона, ако искате да я смените.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Избор на и&кона:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Показване само при използване на тази програма (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2984,201 +2894,207 @@ msgstr "" "програма (%1).

    В противен случай ще бъде наличен за всички " "програми.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Места" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Отдалечени" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Скорошни" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Търсене за" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Устройства" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Сменяеми устройства" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Етикети" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (от %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Всички етикети" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Домашна папка" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Работен плот" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Документи" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Изтегляния" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Мрежа" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Кошче" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Музика" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Изображения" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Видео" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Скорошни файлове" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Скорошни местоположения" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Променени днес" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Променени вчера" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Неуспешно добавяне на панел Места: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Само папки могат да се добавят в панел Места." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Конфигуриране…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Освобождаване…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Освобождаване" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Безопасно премахване…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безопасно премахване" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Демонтиране…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Демонтиране" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Изваждане" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Устройството „%1“ не е диск и не може да бъде извадено." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Възникна грешка при достъп до %1. Отговор: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Възникна грешка при опит за достъп до „%1“." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Един или повече файлове на това устройство са отворени в дадено приложение." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3193,108 +3109,108 @@ msgstr[1] "" "Един или повече файлове на това устройство се отворени в следните приложения:" " „%2“." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Преформатиране или редактиране на дискове" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Свободни са %1 от общо %2 (използвани %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (скрит)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Изпразване на кошчето" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Монтиране" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Отваряне в нов раздел" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Отваряне в нов прозорец" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Добавяне на запис…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Редактиране…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Премахване от Места" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Скриване" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Скриване на секция „%1“" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Скриване на секция" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Показване на всички обекти" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Размер на икона" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3302,51 +3218,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Автоматично преоразмеряване" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Малък (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Среден (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Голям (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Огромен (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Може да маркирате само един файл" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Зададен е повече от един файл" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Може да маркирате само локални файлове" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Отдалечени файлове не се приемат" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3361,52 +3277,22 @@ msgstr[1] "" "Избраният URL адрес използва неподдържана схема. Моля, използвайте следната " "схема: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Неподдържана URL схема" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Избрани са повече от една папка и този диалогов прозорец не приема папки, " -"така че не е възможно да решите, коя да въведете. Моля изберете само една " -"папка, за да я покажете." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Зададена е повече от една папка" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Избрана е поне една папка и един файл. Избраните файлове ще бъдат игнорира и " -"избраната папка ще бъде в списъка" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Маркирани файлове и директории" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Файлът „%1“ не можа да бъде намерен" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Файлът не може да бъде изваден" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3417,46 +3303,46 @@ msgstr "" "
    Например,ако текущото местоположение е файл:/home/konqi, кликването " "върху този бутон трябва да ви заведе до file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Натиснете този бутон, за да отидете една стъпка назад в историята на " "разглеждането." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Натиснете този бутон, за да отидете една стъпка напред в историята на " "разглеждането." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Натиснете този бутон, за да презаредите текущата директория." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Натиснете този бутон, за да създадете нова директория." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Показване на панела Места" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Бутон за показване на отметки" +msgid "Show Quick Filter" +msgstr "Показване на бърз филтър" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Опции" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3472,12 +3358,12 @@ msgstr "" "
  • визуализации на файлове
  • разделяне на папки от файлове
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Отметки" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3492,12 +3378,35 @@ msgstr "" "работа с отметки." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Им&е:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Отмяна на промяната на името на файла" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Запазване на филтъра при промяна на папките" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Филтриране по име…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Скриване лентата на филтъра" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3510,12 +3419,12 @@ msgstr "" "предпочитания - от контекстното меню (щракнете с десния бутон на мишката) и " "изберете операцията Автоматично завършване." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Това е името, под което ще бъде записан файла." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3524,74 +3433,78 @@ msgstr "" "Това е списък на файловете за отваряне. Може да зададете повече от един файл " "като разделите имената с интервал." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Това е името на файла за отваряне." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Места" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Вече има такъв файл („%1“). Искате ли да го презапишете?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Презапис?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Може да избирате само локални файлове." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Отдалечени файлове не се приемат" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Всички директории" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Текуща директория:%1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Отваряне" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Големина на иконата: %1 пиксела" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "&Автоматичен избор на разширение на файла (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "разширението %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "&Автоматичен избор на разширение на файл" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "подходящо разширение" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3618,12 +3531,12 @@ msgstr "" "от края на файла.Препоръчва се да оставите тази настройка " "включена. По този начин ще направите управлението на файловете си по-лесно." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Тип файл:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3632,63 +3545,53 @@ msgstr "" "Това е селекторът за тип файл. Използва се за избор на формата, в който " "файлът ще бъде запазен." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтър:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Списък от филтри за файловете. Ще се покажат само тези файлове, чиито " -"имена са във филтъра.

    Можете да изберете някой от фиксираните филтри от " -"падащото меню или да зададете нов директно в полето.

    Символи като \"*" -"\" и \"?\" са позволени.

    " +"Това е инструментът за избор на тип файл. Използва се за избор на " +"формата напоказаните файлове." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Създаване на нов файл" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Съжалявам" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Файлът на шаблона %1 не съществува." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Име на новата връзка:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Създаване на връзка към URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Въведете %1 име на файл:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Съжалявам" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Файлът на шаблона %1 не съществува." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Име на новата връзка:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Създаване на символна връзка" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Създаване на връзка към URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3698,7 +3601,7 @@ msgstr "" "Името %1 не може да се използва, защото е запазено за " "използване от операционната система." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3708,7 +3611,7 @@ msgstr "" "Името %1 започва с точка, така че ще бъде скрито по " "подразбиране." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3720,32 +3623,43 @@ msgstr "" "показване преди другите елементи при сортиране по азбучен ред и до други " "потенциални отклонения." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Използването на наклонени черти в имената на папки ще създаде подпапки по " "следния начин:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Използването на наклонени черти в имената на папки ще създаде подпапки." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Наклонените черти не могат да се използват в имена на файлове и папки." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Обратните наклонени черти не могат да се използват в имената на файлове и " "папки." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Създаването на файл или папка с име %1 не евъзможно, " +"тъй като би се припокрило с местоположението на домашната папка на " +"потребителя." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3755,96 +3669,139 @@ msgstr "" "може да е объркващо или опасно, когато използвате терминала за изтриване на " "неща." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Вече съществува директория с име %1 ." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Вече съществува файл с име %1 ." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Създаване на" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Връзка към устройство" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Нова папка" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Създаване на нова папка" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Създаване на нова папка в %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Въведете името на директорията" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "По подразбиране" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Създаване на нов файл" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Въведете името на файла" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Изберете потребителска икона или цвят" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Избор на друга икона:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Можете да промените иконата по-късно в свойствата на папката." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копиране" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Поставяне" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Отваряне на „%1“ в нов раздел" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Отваряне на „%1“ в нов прозорец" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Редактиране" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навигация" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Показване на целия път" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Отиване към място по пътя %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3856,6 +3813,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Отиване към място по пътя" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Места" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3879,28 +3843,28 @@ msgstr "Други" msgid "Edit mode" msgstr "Режим на редактиране" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Щракнете за навигация" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Щракнете за да редактирате местоположението" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Нямате права за изпълнението на файла." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Стартиране на %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3909,12 +3873,12 @@ msgstr "" "Услугата %1 не може да се изпълни, прекъсвайки изпълнението. \n" " %2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Нямате права за отварянето на файла." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3942,12 +3906,20 @@ msgstr "Грешка при запазване на изображението msgid "Icon file too big, download aborted" msgstr "Файлът на иконата е твърде голям, изтеглянето е прекратено" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: пропускане на празен файл, може да е повредена символна " +"връзка: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Не е намерен пощенски клиент" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3958,28 +3930,28 @@ msgstr "" " %1 \n" "не е валиден." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Стартиране на %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Не можа да се намери командата %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Не е намерен терминален емулатор" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Неуспешно отваряне на %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3990,7 +3962,7 @@ msgstr "" "%1\n" "е от тип символна връзка, но не съдържа ред \"URL=...\"." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3999,7 +3971,7 @@ msgstr "" "Изпълнимият файл „%1“ се намира в отдалечена файлова система. От съображения " "за безопасност няма да бъде стартиран." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4007,7 +3979,7 @@ msgstr "" "От съображения за сигурност в този контекст не е разрешено стартирането на " "изпълними файлове." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4016,7 +3988,7 @@ msgstr "" "Програмата „%1“ трябва да има разрешение за изпълнение, преди да може да " "бъде стартира." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4025,12 +3997,12 @@ msgstr "" "Не може да се направи файл „%1“ изпълним. \n" " %2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Записът във файл за работен плот „%1“ не съдържа ред \"Type=...\"." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4041,12 +4013,12 @@ msgstr "" "Проверете отворените си приложения и областта за уведомяване за всички " "предстоящи задачи или изтегляния." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Неуспешно отваряне на файла." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Програмата „%1“ не можа да бъде стартирана." @@ -4135,75 +4107,70 @@ msgstr "" "е модифициран. \n" "Искате ли да качите промените?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Отваря отдалечени файлове, преглежда модификации, запитва за " "качване" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Разработчиците на KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "Третиране на URL адресите като локални файлове с изтриване впоследствие" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Предложено име за изтегления файл" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Команда за изпълнение" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL адреси или локални файлове, използвани за \"команда\"" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Изпращане на ACL за %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4212,7 +4179,7 @@ msgstr "" "Неуспешна смяна на правата за достъп\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4222,118 +4189,37 @@ msgstr "" "Неуспешна смяна на собственика и групата за\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Не може да се отвори временен файл" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Програмата \"mount\" не може да бъде намерена" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Програмата \"umount\" не може да бъде намерена" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Промяна на разрешенията за файлове" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Нови разрешения: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Промяна на собственика на файла" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Нов собственик: UID = %1, GID = %2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Премахване на файл" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Премахване на директория" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Създаване на директория" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Разрешения за директория: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Отваряне на файл" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Отваряне на директория" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Ново име на файл: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Цел: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Промяна на клеймото за време" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "От: %1, До: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Неизвестно действие" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Действие: %1 \n" -"Източник: %2 \n" -" %3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Копирането на файла от %1 в %2 беше неуспешно. (грешка: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Няма носител в устройството %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "ИД за потребител „%1“ не може да бъде получен" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "ИД за група „%1“ не може да бъде получен" @@ -4375,32 +4261,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Трябва да предоставите потребителско име и парола за достъп до сайта." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Влязохте успешно" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Влизането в %1 беше неуспешно." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4409,7 +4295,7 @@ msgstr "" "\n" "Сървърът каза: „%1“" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4418,12 +4304,12 @@ msgstr "" "Трябва да въведете потребителско име и парола за прокси сървъра показан по-" "долу. В противен случай няма да имате достъп до Интернет." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Проксито отхвърли идентификацията." @@ -4477,101 +4363,101 @@ msgstr "" "това съобщение?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Сървър за идентификация" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Иначе заявката можеше да е успешна." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "извличане на параметрите" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "установяване на параметрите" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "създаване на заявената директория" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "копиране на заявения файл или директория" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "преместване на заявения файл или директория" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "търсене в зададена директория" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "заключване на заявения файл или директория" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "отключване на заявения файл или директория" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "изтриване на заявения файл или директория" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "установяване услугите предлагани от сървъра" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "извличане на съдържанието на заявения файл или директория" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "стартиране на отчет в посочената папка" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Възникна неочаквана грешка (%1) при опит за %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4579,13 +4465,13 @@ msgid "" "below." msgstr "Възникна грешка при %1, %2. Обобщение на причините е дадено по-долу." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Отказан достъп при изпълнение на операцията %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4594,7 +4480,7 @@ msgstr "" "Ресурсът не може да бъде създаден, докато не се създадат междинните " "директории." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4609,28 +4495,28 @@ msgstr "" "се презаписват. \n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Заявената операция по заключване на може да се осъществи. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сървърът не поддържа заявения тип на главната част на заявката." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Невъзможно изпълнение на %1, защото ресурсът е заключен." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Операцията бе прекратена поради друга грешка." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4640,7 +4526,7 @@ msgstr "" "Невъзможно изпълнение на %1, защото сървърът отказва да приеме файла или " "директорията." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4649,18 +4535,18 @@ msgstr "" "Сървърът няма достатъчно място за да запише състоянието на ресурса след " "изпълнението на метода." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Посоченият ресурс не може да бъде изтриван." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "качване %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4671,15 +4557,15 @@ msgstr "Възникна неочаквана грешка (%1) при опит msgid "Network" msgstr "Мрежа" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Неправилно оформен URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4692,12 +4578,12 @@ msgstr "" "тази директория или да използвате операцията за възстановяване отново или " "плъзнете елемента някъде другаде,за да го възстановете." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Невалидна комбинация от протоколи." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Този файл вече е в кошчето." @@ -4733,7 +4619,7 @@ msgstr "Изпразване на съдържанието на кошчето" msgid "Restore a trashed file to its original location" msgstr "Възстановяване на изтрития файл в първоначалното му местоположение" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Кошчето е пълно. Изпразнете го или изтрийте елементите ръчно." @@ -4754,17 +4640,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Повторен опит" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Диалог за удостоверяване" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Отказан достъп" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Нямате достатъчно права за достъп до протокола „%1“." @@ -4873,13 +4759,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Очаквана контролна сума (MD5, SHA1, SHA256 или SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4888,28 +4774,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4919,9 +4805,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Изчисление" @@ -4930,135 +4816,208 @@ msgstr "Изчисление" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Щракнете, за да копирате контролната сума в клипборда." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "О&тказ" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Преместване тук" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Изтегляне тук" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Копиране тук" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Създаване на връзка тук" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Стартиране" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Какво искате да направите с този файл?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Изключване на въпроса" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Отваряне" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Изпълняване" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Отваряне &с %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Отмяна на промените" +msgid "Would you like to launch this file?" +msgstr "Искате ли да стартирате този файл?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Отмяната на тази операция изисква root права. Искате ли да продължите?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Създаване на директория" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Източник" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Назначение" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Копиране" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Преместване" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Преименуване" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Преместване в кошчето" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Изтриване" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Отм&яна" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Отмя&на: копиране" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Отмя&на: създаване на връзка" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Отмя&на: преместване" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Отм&яна: преименуване" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Отм&яна: преместване в кошчето" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Отм&яна: създаване на директория" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Отм&яна: Създаване на папка (и)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Отм&яна: Създаване на файл" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Отм&яна: Преименуване на партида" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Повтаряне" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Повтаряне: Копиране" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Повтаряне: Препратка" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Повтаряне: Преместване" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Повтаряне: Преименуване" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Повтаряне: Кошче" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Повтаряне: създаване на директория" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Повтаряне: Създаване на папка (и)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Повтаряне: Създаване на файл" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Повтаряне: Преименуване на партида" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5070,12 +5029,12 @@ msgstr "" "Отмяната на копирането ще изтрие файла и промените ще бъдат загубени.\n" "Искате ли да изтриете %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Отмяна на копирането" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5087,21 +5046,22 @@ msgstr "" "filename> Това действие не може да бъде " "отменено." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Изтриване за постоянно" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Изтриване за постоянно" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5117,7 +5077,7 @@ msgstr[1] "" "Наистина ли искате да изтриете за постоянно тези %1 елемента?Действието не може да бъде отменено." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5127,13 +5087,13 @@ msgstr "" "Искате ли да изтриете за постоянно всички елементи от кошчето? Това действие не може да бъде отменено." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Изпразване на кошчето" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5143,7 +5103,7 @@ msgstr "" "Наистина ли искате да преместите този елемент в кошчето? %1 " -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5228,7 +5188,7 @@ msgstr "Собственик" msgid "Owning Group" msgstr "Група" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Други" @@ -5301,106 +5261,112 @@ msgstr "Обновяване на системните настройки" msgid "Updating system configuration…" msgstr "Обновяване на системните настройки…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Име" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Размер" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Дата" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Права" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Собственик" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "От&варяне с %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Действия" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Отваряне на папка с…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Отваряне с…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Стартиране на &изпълним файл" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Отваряне на папка с %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Отваряне &с %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Отваряне на папка с" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Отваряне &с" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Друго приложение…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5408,113 +5374,131 @@ msgid_plural "%1 items" msgstr[0] "1 обект" msgstr[1] "%1 обекта" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Неизвестен" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Спиране" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Разглеждане във Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Монтиран от:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Свободно пространство:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Съдържание:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Отваряне с:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Промяна..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Местоположение:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Големина:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Промяна..." +msgid "Determine the folder size" +msgstr "Определяне размера на папката" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Съдържание:" +msgid "Stop" +msgstr "Спиране" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Спиране на определянето на размера на папката" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Разглеждане във Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Връзка към:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Последна промяна:" +msgid "Show target" +msgstr "Показване на целта" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Дата на създаване:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Файлова система:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Неизвестен размер" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Монтиран на:" +msgid "Modified:" +msgstr "Последна промяна:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Последен достъп:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Отваряне с:" +msgid "File system:" +msgstr "Файлова система:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Монтиран на:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Монтиран от:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Свободно пространство:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Неизвестен размер" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5816,25 +5800,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Въведете описание на програмата. Това е кратък текст, който описва какво " -"прави програмата или за какво може да бъде използвана. Примерно \"Пасианс\", " -"може да има описание \"Игра с карти\"." +"Въведете тук общо име за приложението. Примери: приложение за преглед на " +"изображения би било „Преглед на изображения“." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "Опис&ание:" +msgid "&Generic name:" +msgstr "О&бщо име" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Въведете коментар, който насочва потребителя." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Въведете тук описание на приложението. Примери: Описание на приложение за " +"преглед на изображения би било „Преглед и редактиране на приложение“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5845,7 +5832,7 @@ msgstr "Ком&ентар:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Променливи на средата:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6045,7 +6032,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Споделяне" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6055,36 +6042,55 @@ msgstr "" "Свойствата не могат да се запазят поради липса на достатъчни права за запис:" "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "О&бщи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Въведете името на файла" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Разглеждане в %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Обновяване" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Въведете местоположение" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Показване на %1 " + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Неизвестен размер" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6093,141 +6099,148 @@ msgstr "" "Изчисление... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 файл" msgstr[1] "%1 файла" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 поддиректория" msgstr[1] "%1 поддиректории" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Изчисляване...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Поне %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Името на новия файл е празно." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Няма регистриран тип файл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Няма свързано приложение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Създаване…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Промяна…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Променяне на приложението по подразбиране за отваряне на файлове от тип „%1“." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Няма достъп" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Само за преглед" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Може да преглежда и променя" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Може да се преглежда само съдържание" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Преглед и промяна на съдържанието" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Може само да се преглежда/чете съдържание" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Преглед и промяна, четене и запис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Права" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Права за достъп" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Файлът е връзка и няма права за достъп." msgstr[1] "Файловете са връзки и нямат права за достъп." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Само собственикът може да променя правата за достъп." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Собственик:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" "Задаване на операциите, които могат да бъдат извършвани от собственика." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" "Задаване на операциите, които могат да бъдат извършвани от членовете на " "групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Други:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6236,27 +6249,27 @@ msgstr "" "Задаване на операциите, които могат да бъдат извършвани от всеки " "потребители, независимо дали са собственици или членове на групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Само &собственикът може да изтрива или променя съдържанието" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Разрешаване на &изпълнение на файл като програма" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Изтриване или преименуване:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Изпълняване:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6267,7 +6280,7 @@ msgstr "" "да преименува и изтрива файлове в нея. Останалите потребители ще могат да " "добавят файлове, което изисква права за промяна на съдържанието." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6277,71 +6290,71 @@ msgstr "" "само за програми и скриптове, и позволява съответния файл да бъде третиран " "като програма и да бъде стартиран." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Разширени права" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Собственост" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Собственик:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Прилагане на промените за поддиректориите и файловете" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Допълнителни настройки" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Клас" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "Четене" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Преглед на съдържанието на директорията." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Четене" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Преглед на съдържанието на файла (четене)." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "Запис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6351,43 +6364,43 @@ msgstr "" "преименуване и изтриване на файлове. Имайте предвид, че изтриването и " "преименуването могат да бъдат ограничени с бита за собственост (Sticky bit)." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Запис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Промяна съдържанието на файла (запис)." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Влизане" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Влизане в директорията." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Изпълнение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Изпълнение на файла като програма или скрипт." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Специални" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6396,24 +6409,24 @@ msgstr "" "Специален флаг. Флагът е валиден за цялата директория. Може да видите " "значението на флага в дясната колона." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Специален флаг. Може да видите значението на флага в дясната колона." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Собственик" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6422,7 +6435,7 @@ msgstr "" "Ако е включено, собственикът на директорията ще бъде собственик на всички " "новосъздадени файлове." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6431,7 +6444,7 @@ msgstr "" "Ако е включено и този файл е изпълним, той ще се изпълнява с правата на " "собственика." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6439,7 +6452,7 @@ msgstr "" "Ако е включено, всички новосъздадени файлове в директорията ще бъдат в тази " "група." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6448,7 +6461,7 @@ msgstr "" "Ако този файл е програма или скрипт и е маркиран като изпълним, то той ще се " "изпълнява с правата на групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6458,7 +6471,7 @@ msgstr "" "или преименува файлове вътре. В противен случай всеки имащ права за запис ще " "може да извършва тези операции." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6467,89 +6480,80 @@ msgstr "" "Флагът на файла се игнорира при Линукс, но може да бъде използван при други " "системи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Задаване на UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Задаване на GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Връзка" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Без промяна" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Файлът използва разширени права за достъп" msgstr[1] "Файловете използват разширени права за достъп" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Папката използва разширени права за достъп." msgstr[1] "Папките използват разширени права за достъп." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Файловете използват разширени права за достъп." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Контролна сума" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Изчисляване…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Невалидна контролна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Даденият вход не е валидна контролна сума MD5, SHA1 или SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Контролните суми съвпадат." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Изчислената контролна сума и очакваната контролна сума съвпадат." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6560,30 +6564,46 @@ msgstr "" "изтегляне. Опитайте отново да изтеглите файла.
    Ако проверката все още " "не успее, свържете се с източника на файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Изчислената контролна сума и очакваната контролна сума се различават." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Проверка на контролната сума…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Контролните суми на всички файлове са идентични." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Избраните файлове имат различни контролни суми." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Изчисляване…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Адрес" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Адрес:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6591,27 +6611,27 @@ msgstr "" "Свойствата не можаха да бъдат запазени. Поддържат се само записи в локални " "файлови системи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Про&грама" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Добавяне на файлов тип за %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Изберете един или няколко типа за добавяне:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Може да стартирате само локални програми и файлове." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Допълнителни настройки за %1" @@ -6713,22 +6733,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Настройки на уеб-препратки…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Диалог за отваряне на файл" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Файл за съдържанието на системния буфер:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "поставен файл" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Поставяне съдържанието на клипборда" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6738,19 +6760,19 @@ msgstr "" "операцията \"Поставяне\". Избраният формат на данните вече е неприложим. " "Моля, копирайте отново това което искате да поставите." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Поставяне на една папка" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Поставяне на един файл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6758,101 +6780,112 @@ msgid_plural "Paste %1 Items" msgstr[0] "Поставяне на един елемент" msgstr[1] "Поставяне на %1 елемента" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Поставяне на съдържанието на клипборда…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Поставяне" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Формат на данните:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Файл за съдържанието на системния буфер:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Име на файл за изпуснато съдържание:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Дата: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Размер: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Прилагане към всички" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" "Когато това е отметнато, натиснатият бутон ще бъде приложен към всички " -"следващи конфликти на папки за остатъка от текущата работа. \n" +"следващи конфликти на папки за остатъка от текущия процес. \n" "Освен ако не натиснете Пропускане, пак ще бъдете подканени в случай на " "конфликт със съществуващ файл в директорията." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Когато това е отметнато, натиснатият бутон ще бъде приложен към всички " -"следващи конфликти до края на текущата работа." +"следващи конфликти до края на текущия процес." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Преимен&уване" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Предложения за ново име" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Пр&опускане" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Не копирай и не премествай тази папка, вместо това премини към следващия " "елемент" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Не копирай и не премествай този файл, вместо това премини към следващия " "елемент" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Презаписване" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6865,13 +6898,13 @@ msgstr "" "Ще бъдете подканени отново в случай на конфликт със съществуващ файл в " "директорията." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Презаписване на по-стари файлове" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6880,12 +6913,12 @@ msgstr "" "Целевите файлове, които са с по-ранна дата на промяна, ще бъдат заменени от " "изходните файлове, в противен случай се пропускат." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Про&дължение" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6894,67 +6927,57 @@ msgstr "" "Това действие ще запише „%1“ върху себе си.\n" "Моля, въведете ново име на файл:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Продъл&жение" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Искате ли да презапишете местоназначението?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Искате ли да се слее съдържанието на \"'%1\" в „%2“?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Източник" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Назначение" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Източникът е по-нов" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Източникът е по-стар" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Източникът е по-малък с %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Източникът е по-голям с %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Файловете са идентични." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Файловете изглеждат идентични." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Файловете са различни." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6963,59 +6986,51 @@ msgstr "" "Файловете вероятно ще бъдат идентични: те имат еднакъв размер и тяхното " "съдържание е еднакво в началото, средата и края." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Сравняване на файлове" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Вече има файл с име „%1“." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Вече има подобен файл с име „%1“." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Вече съществува по-скорошен елемент с име „%1“." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Преименуване:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Преименуване на елемент" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Преименуване на елементи" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Преименуване" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Преименуване на елемента %1 на:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Ново име #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Вече съществува файл с име %1 ." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 не е правилно име на файл." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7023,38 +7038,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Преименуване на %1 избран елемент на:" msgstr[1] "Преименуване на %1 избрани елементи на:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# ще бъдат заменени с възходящи числа, започващи с:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Ново име #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Невалидно име на файл: Новото име трябва да съдържа поредица от символи #, " +"освен ако файловете не са с различни файлови разширения." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Преименуване на %1 избран елемент на:" +msgstr[1] "Преименуване на %1 избрани елементи на:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Заместване на:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Шаблон" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "С:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Заместване" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Няма име на файл, което да отговаря на шаблона." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Заместването на „%1“ с празен заместител ще доведе до това %2 да има празно име на файл." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Преименуване на %1 избран елемент:" +msgstr[1] "Преименуване на %1 избрани елементи:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Добавяне на текст:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Текст за добавяне" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Преди името на файла" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "След името на файла" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Преименуване на елемент" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Преименуване на елементи" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Преименуване" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Начин на преименуване:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Номериране" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Заместване на текст" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Добавяне на текст" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Преглед:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 не може да бъде преименуван с празно име на файл." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Информация" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замяна" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Повторен опит" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Замяна на всички" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Пропускане" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Пропускане всички" @@ -7141,7 +7309,7 @@ msgstr "" "Отдалеченият хост не е изпратил никакви SSL сертификати. \n" "Прекъсване, защото самоличността на хоста не може да бъде установена." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7182,11 +7350,11 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Преместването на този елемент в кошчето е неуспешно. Да се изтрие ли за " +"Кошчето е твърде пълно, за да приеме този файл. Да се изтрие ли файлът за " "постоянно?%1Това действие не може да бъде отменено." @@ -7194,22 +7362,53 @@ msgstr "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " -"delete them instead?This action cannot be " -"undone." +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." msgstr[0] "" -"Преместването на този елемент в кошчето е неуспешно, защото е твърде голям. " -"Да се изтрие ли за постоянно?Това действие не " -"може да бъде отменено.." +"Кошчето е твърде пълно, за да приеме файла %1. Да се изтрие ли файлът за " +"постоянно?%1Това действие не може да бъде отменено." msgstr[1] "" "Наистина ли искате да изтриете за постоянно тези %1 елемента?Действието не може да бъде отменено." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Кошчето не е достъпно за местоположението на този елемент. Вместо това, да " +"се изтрие ли за постоянно?%1Това действие не може да бъде отменено." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" +"Кошчето не е достъпно за местоположението на този %1 елемент. Вместо това, " +"да се изтрие ли за постоянно?Това действие не " +"може да бъде отменено." +msgstr[1] "" +"Кошчето не е достъпно за местоположението на тези %1 елемента. Вместо това, " +"да се изтрият ли за постоянно?Това действие не " +"може да бъде отменено." + +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7217,50 +7416,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Наистина ли искате да преместите този %1 елемент в кошчето?" msgstr[1] "Наистина ли искате да преместите тези %1 елементи в кошчето?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Изключване на въпроса" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Изключване на въпроса" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Изключване на предупреждението" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "SSL удостоверението изглежда е повредено." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Предупреждение" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Това ще стартира програмата:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ако нямате доверие на тази програма, щракнете върху Отказ" - -#~ msgid "Is &executable" -#~ msgstr "&Изпълним файл (програма)" diff --git a/local/recipes/kde/kf6-kio/source/po/bn/kio6.po b/local/recipes/kde/kf6-kio/source/po/bn/kio6.po index 65af9ac106..352c758826 100644 --- a/local/recipes/kde/kf6-kio/source/po/bn/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/bn/kio6.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2009-01-09 21:08-0800\n" "Last-Translator: Deepayan Sarkar \n" "Language-Team: en_US \n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "deepayan@bengalinux.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1-এর অনুমতি বদলানো যায়নি।" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -49,13 +49,13 @@ msgstr "" "%1 ফাইলটির মালিকানা পাল্টানো যায়নি, কারণ তার জন্য প্রয়োজনীয় অনুমতি " "আপনার নেই।" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to Enter Folder" msgid "Unable to create KIO worker: %1" msgstr "ফোল্ডারে ঢোকা যায়নি" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -70,7 +70,7 @@ msgstr "" "সিমবলিক লিঙ্ক %1 তৈরি করা যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "ফোল্ডার আগে থেকেই আছে" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ফাইল আগে থেকেই আছে" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ফোল্ডার হিসেবে আগে থেকেই আছে" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format msgid "Trash" msgstr "ক্যাশ (Cache) ফাঁকা করো" @@ -199,194 +199,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %" -#: core/job.cpp:97 +#: core/job.cpp:104 #, fuzzy, kde-format msgctxt "@title job" msgid "Moving" msgstr "স্থানান্তর করা হচ্ছে" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "উত্‍স:" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "গন্তব্য:" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "না&ম পরিবর্তন করো" -#: core/job.cpp:113 +#: core/job.cpp:120 #, fuzzy, kde-format msgctxt "@title job" msgid "Copying" msgstr "কপি করা হচ্ছে" -#: core/job.cpp:121 +#: core/job.cpp:128 #, fuzzy, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ফোল্ডার তৈরি হচ্ছে" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "" -#: core/job.cpp:128 +#: core/job.cpp:135 #, fuzzy, kde-format msgctxt "@title job" msgid "Deleting" msgstr "মুছে ফেলা হচ্ছে" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, fuzzy, kde-format msgid "File" msgstr "কোন ফাইল নেই" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format msgctxt "@title job" msgid "Examining" msgstr "পরীক্ষা করা হচ্ছে" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format msgctxt "@title job" msgid "Mounting" msgstr "মাউন্ট করা হচ্ছে" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format msgid "Device" msgstr "ডিভাইস" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, fuzzy, kde-format msgid "Mountpoint" msgstr "মাউন্ট পয়েন্ট:" -#: core/job.cpp:154 +#: core/job.cpp:161 #, fuzzy, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "আনমাউন্ট করা হচ্ছে" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|সব ফাইল" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ফাইলগুলি মুছে ফেল" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -msgid "Create Folder" -msgstr "ফোল্ডার তৈরি করা যায়নি" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "না&ম পরিবর্তন করো" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Creating" -msgid "Create Symlink" -msgstr "তৈরি করা হচ্ছে" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -810,6 +713,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -824,126 +732,126 @@ msgstr "" "%2\n" "অনুগ্রহ করে http://bugs.kde.org-এ বাগ-রিপোর্ট পাঠান।" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(অজানা)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "টেকনিকাল কারণ:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format msgid "Details of the request:" msgstr "

    অনুরোধটির বিস্তারিত বিবরণ:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format msgid "

  • URL: %1
  • " msgstr "

    • ইউ-আর-এল: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • প্রোটোকল: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • তারিখ এবং সময়: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • আরো তথ্য: %1
    " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format msgid "Possible causes:" msgstr "

    সম্ভাব্য কারণ:

    • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format msgid "Possible solutions:" msgstr "

      সম্ভাব্য সমাধান:

      • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(অজানা)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "যদিও তার সম্ভাবনা কম, হয়তো হার্ডওয়ারে কোন সমস্যা হয়ে থাকতে পারে।" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "আপনি হয়তো প্রোগ্রামে একটি বাগ-এর সম্মুখীন হয়েছেন।" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -955,96 +863,96 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "আপনার নেটওয়ার্ক যোগাযোগ ব্যবস্থায় কিছু সমস্যা হয়ে থাকতে পারে।" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "আবার চেষ্টা করুন, এখন বা পরে কোন সময়।" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "নির্বাচিত রিসোর্সটি না থাকতে পারে।" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "অবস্থানটি সঠিক লিখেছেন কিনা পরীক্ষা করে আবার চেষ্টা করুন।" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "আপনার নেটওয়ার্ক যোগাযোগ ব্যবস্থা পরীক্ষা করুন।" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 প্রোটোকলটি চালু করা যাচ্ছে না" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "প্রসেস চালু করতে অক্ষম" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "অসমর্থিত প্রোটোকল %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "পছন্দ করা প্রোটোকলটি সমর্থিত না হতে পারে।" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1119,24 +1027,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "প্রোটোকলটি একটি ফিল্টার প্রোটোকল" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1145,19 +1053,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1165,174 +1073,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "একই কাজ করার অন্য একটি উপায় খুঁজুন।" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ফাইল প্রত্যাশিত ছিল" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "সমস্যাটি সার্ভার-এর দিকে হয়ে থাকতে পারে।" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ফোল্ডার প্রত্যাশিত ছিল" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ফাইল বা ফোল্ডার নেই" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "%1 নামের কোনো ফাইল অথবা ফোল্ডার নেই।" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "নতুন ফাইলটির জন্য অন্য একটি নাম বাছুন।" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "নতুন ফোল্ডারটির জন্য অন্য একটি নাম বাছুন।" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "অজানা হোস্ট" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "ফোল্ডারে ঢোকা যায়নি" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1340,12 +1248,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1354,34 +1262,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1390,58 +1298,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "সকেট তৈরি করা যায়নি" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1449,36 +1357,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1495,24 +1403,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1520,7 +1428,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1528,31 +1436,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1560,7 +1468,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1568,56 +1476,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1625,211 +1533,211 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "ফোল্ডারটি তৈরি করার প্রচেষ্টা ব্যর্থ হয়েছে।" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "যেখানে ফোল্ডারটি তৈরি হওয়ার কথা, সেই জায়গাটি হয়ত নেই।" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "ফোল্ডার মুছে ফেলা যায়নি" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "%1 ফোল্ডারটি মুছে ফেলার প্রচেষ্টা ব্যর্থ হয়েছে।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "হয়ত ঐ নামে কোন ফোল্ডার নেই।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "হয়ত ঐ ফোল্ডারটি ফাঁকা নয়।" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "ঐ নামে একটি ফোল্ডার আছে কিনা এবং সেটি ফাঁকা কিনা পরীক্ষা করে আবার চেষ্টা করুন।" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" "%1-র\n" "জন্য অনুমতি বদলানো যায়নি" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "%1 ফোল্ডারটি মুছে ফেলার প্রচেষ্টা ব্যর্থ হয়েছে।" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "প্রোগ্রামের অপ্রত্যাশিত সমাপ্তি" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "মেমরি ফুরিয়ে গেছে" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "অজ্ঞাত প্রক্সি হোস্ট" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "সার্ভার-এ অভ্যন্তরীণ সমস্যা" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "অনির্দিষ্ট সমস্যা" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1965,12 +1868,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "অস্থায়ী ফাইল মোছা যায়নি" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1978,63 +1881,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ডিস্ক ভর্তি" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2042,30 +1945,30 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "অপারেশন পারে নয় সম্পন্ন কারণ টি উত্‍স এবং গন্তব্য টি একই ফাইল." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "ফাইল বা ফোল্ডার নেই" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2075,18 +1978,18 @@ msgid "" "or folder are the same." msgstr "অপারেশন পারে নয় সম্পন্ন কারণ টি উত্‍স এবং গন্তব্য টি একই ফাইল." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format msgid "Drop the item into a different file or folder." msgstr "নির্বাচিত ফাইল বা ফোল্ডার কপি করো" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "ফাইল বা ফোল্ডার নেই" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2096,17 +1999,17 @@ msgid "" "into itself." msgstr "অপারেশন পারে নয় সম্পন্ন কারণ টি উত্‍স এবং গন্তব্য টি একই ফাইল." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format msgid "Move the item into a different folder." msgstr "নির্বাচিত ফাইল বা ফোল্ডার কপি করো" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2116,43 +2019,43 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "অপারেশন পারে নয় সম্পন্ন কারণ টি উত্‍স এবং গন্তব্য টি একই ফাইল." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 প্রোটোকলটি চালু করা যাচ্ছে না" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Enter Folder" msgid "Unable to Create KIO Worker" msgstr "ফোল্ডারে ঢোকা যায়নি" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2160,35 +2063,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format msgid "(Symbolic Link to %1)" msgstr "%1-এ লিঙ্ক (%2)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format msgid "(%1, Link to %2)" msgstr "%1-এ লিঙ্ক (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format msgid " (Points to %1)" msgstr "%1-এ লিঙ্ক (%2)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2197,25 +2100,25 @@ msgstr "" "ত্রুটিপূর্ণ ইউ-আর-এল\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2223,92 +2126,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "প্রোটোকল %1 কানেকশন খোলা সমর্থন করে না।" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "প্রোটোকল %1 কানেকশন বন্ধ করা সমর্থন করে না।" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1-তে লেখা সমর্থিত নয়।" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "প্রোটোকল %1-এ কোন বিশেষ ক্রিয়া (special actions) নেই।" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "প্রোটোকল %1 সিমলিঙ্ক তৈরি করা সমর্থন করে না।" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1-এর মধ্যে ফাইল কপি করা সমর্থিত নয়।" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 থেকে ফাইল মুছে ফেলা সমর্থিত নয়।" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "প্রোটোকল %1 ফোল্ডার তৈরি করা সমর্থন করে না।" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "প্রোটোকল %1 ফাইলের অ্যাট্রিবিউট পরিবর্তন করা সমর্থন করে না।" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "প্রোটোকল %1 ফাইলের অ্যাট্রিবিউট পরিবর্তন করা সমর্থন করে না।" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "প্রোটোকল %1 ফোল্ডার তৈরি করা সমর্থন করে না।" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "প্রোটোকল %1 ক্রিয়া %2 সমর্থন করে না।" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2317,325 +2220,346 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "অজ্ঞাত প্রোটোকল '%1'।" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "বিস্তারি&ত" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "চিরকালে&র জন্য" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "চালিয়ে যা&ও" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "শুধু &এই সেশনের জন্য" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ফোল্ডার তৈরি করা যায়নি" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ফোল্ডার তৈরি করা যায়নি" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "আপনি মোছার জন্য কোন ফাইল বাছেননি।" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "কিছু মোছার নেই" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "আপনি আবর্জনার বাক্সে পাঠাবার জন্য কোন ফাইল বাছেননি।" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "আবর্জনার বাক্সে পাঠাবার মত কিছু নেই" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "মেনু" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "উর্ধ্বস্থ ফোল্ডার" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ব্যক্তিগত ফোল্ডার" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format msgid "Reload" msgstr "হ্যাঁ" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "নতুন ফোল্ডার" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format msgid "Delete" msgstr "মুছে ফেলা হচ্ছে" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "ক্রমবিন্যাস" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "সাইটের নাম" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "সংক্ষিপ্ত ভিউ" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "তারিখ অনুসারে" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format msgid "Sort by Type" msgstr "ধরন" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format msgid "Ascending" msgstr "মুছে ফেলা হচ্ছে" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format msgid "Descending" msgstr "মুছে ফেলা হচ্ছে" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "প্রথমে ফোল্ডার" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "গুপ্ত ফাইল দেখাও" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "সংক্ষিপ্ত ভিউ" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "সংক্ষিপ্ত ভিউ" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "বিস্তারিত ভিউ" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format msgid "Above File Name" msgstr "স্থানীয় ফাইলের নাম" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "সংক্ষিপ্ত ভিউ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "বিস্তারিত ভিউ" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format msgid "Tree View" msgstr "বিস্তারিত ভিউ" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format msgid "Detailed Tree View" msgstr "বিস্তারিত ভিউ" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "গুপ্ত ফাইল দেখাও" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "প্রাকদর্শন দেখাও" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "প্রাকদর্শন দেখাও" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "প্রাক&দর্শন" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "প্রথমে ফোল্ডার" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "প্রথমে ফোল্ডার" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "প্রথমে ফোল্ডার" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "প্রথমে ফোল্ডার" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "প্রথমে ফোল্ডার" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format msgid "Encoding:" msgstr "লোড করা হচ্ছে" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, fuzzy, kde-format msgid "Open" msgstr "খোলো (&খ)" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2684,43 +2608,43 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|সব ফাইল" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "সব সমর্থিত ফাইল" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|সব ফাইল" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format msgid "Add Places Entry" msgstr "এন্ট্রি সম্পাদন করো..." -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format msgid "Edit Places Entry" msgstr "এন্ট্রি সম্পাদন করো..." -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

        The " @@ -2729,19 +2653,19 @@ msgid "" "the location's URL.
        " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "নাম (&ন):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "একটি বর্ণনা লিখুন" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2750,29 +2674,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&অবস্থান:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

        Click " "on the button to select a different icon.
        " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "একটি আ&ইকন বেছে নিন:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "শুধু &এই অ্যাপলিকেশনটি (%1) ব্যবহার করার সময় দেখাও" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2780,215 +2704,222 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Replace" msgctxt "@item" msgid "Places" msgstr "বদলাও" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format msgctxt "@item" msgid "Remote" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "সন্ধান" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "ডিভাইস" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ক্যাশ (Cache) ফাঁকা করো" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "ফাইলগুলি মুছে ফেল" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "অবস্থান:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "পরিবর্তিত:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' প্রোগ্রামটি পাওয়া যায়নি" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "%1 নামক ফাইল বা ফোল্ডারের কোনো অস্তিত্ব নেই।" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "পলিসি &বদলাও..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "আনমাউন্ট করা হচ্ছে" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "আনমাউন্ট" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "ইজেক্ট" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "নির্বাচিত রিসোর্সটি না থাকতে পারে।" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "%2 করার চেষ্টা চলাকালীন অপ্রত্যাশিত সমস্যা (%1) দেখা দিয়েছে।" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format msgid "An error occurred while accessing '%1'" msgstr "%2 করার চেষ্টা চলাকালীন অপ্রত্যাশিত সমস্যা (%1) দেখা দিয়েছে।" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2999,112 +2930,112 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 %" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 -এর মধ্যে %1 (%3% ব্যবহৃত)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "ক্যাশ (Cache) ফাঁকা করো" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "মাউন্ট" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "খুলতে ব্যবহার করো" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "এন্ট্রি যোগ করো..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&সম্পাদন করো..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "&এন্ট্রি মুছে ফেলো" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "এন্ট্রি যো&গ করো..." -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "এন্ট্রি যো&গ করো..." -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "সংক্ষিপ্ত ভিউ" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3113,51 +3044,51 @@ msgctxt "" msgid "Auto Resize" msgstr "স্বয়ংক্রীয় &উদ্ঘাটন" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "মাপ %1 " -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format msgid "You can only select one file" msgstr "শুধু স্থানীয় ফাইল নির্বাচন করতে পারেন।" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "You can only select local files" msgstr "শুধু স্থানীয় ফাইল নির্বাচন করতে পারেন।" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "Remote files not accepted" msgstr "দূরবর্তী (রিমোট) ফাইল গ্রহণযোগ্য নয়" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3168,47 +3099,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -msgid "Files and folders selected" -msgstr "%1 একটি ফাইল, কিন্তু একটি ফোল্ডার প্রত্যাশিত ছিল।" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3218,43 +3124,43 @@ msgstr "" "উর্ধ্বস্থ ফোল্ডারে যেতে এই বাটনটি ক্লিক করুন।

        উদাহরণস্বরূপ, যদি আপনার বর্তমান " "অবস্থান হয় file:/home/%1, এই বাটনটি ক্লিক করলে আপনি চলে যাবেন file:/home।" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "পূর্বদৃষ্ট অবস্থানের তালিকায় এক ধাপ পিছিয়ে যেতে এই বাটনটি ক্লিক করুন।" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "পূর্বদৃষ্ট অবস্থানের তালিকায় এক ধাপ এগিয়ে যেতে এই বাটনটি ক্লিক করুন।" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "প্রদর্শিত অবস্থানটির বিষয়বস্তু নতুন করে লোড করতে এই বাটনটি ক্লিক করুন।" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "নতুন ফোল্ডার তৈরি করতে এই বাটনটি ক্লিক করুন।" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "বুকমার্ক দেখাও" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "গুপ্ত ফাইল দেখাও" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format msgid "Options" msgstr "প্রক্রিয়া" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3264,12 +3170,12 @@ msgid "" "folders from files

      " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "বুকমার্ক" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3279,12 +3185,36 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "নাম (&ন):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "না&ম পরিবর্তন করো" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "ডিভাইস" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "গুপ্ত ফাইল দেখাও" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3293,87 +3223,91 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "যে ফাইলটি খোলা হবে তার নাম।" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format msgid "Overwrite File?" msgstr "স&ব মুছে লেখো" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "শুধু স্থানীয় ফাইল নির্বাচন করতে পারেন।" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "দূরবর্তী (রিমোট) ফাইল গ্রহণযোগ্য নয়" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|সব ফোল্ডার" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "ফোল্ডার তৈরি হচ্ছে" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, fuzzy, kde-format msgid "&Open" msgstr "খোলো (&খ)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "একটি উপযুক্ত এক্সটেনশন" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3389,76 +3323,68 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "File system:" msgid "&File type:" msgstr "ফাইল সিস্টেম:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "C&reate" -msgctxt "@title:window" -msgid "Create New File" -msgstr "তৈরি &করো" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "হ্যাঁ" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "The template file %1 does not exist." msgstr "%1 নামক ফাইল বা ফোল্ডারের কোনো অস্তিত্ব নেই।" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Creating" +msgid "Create Symlink" +msgstr "তৈরি করা হচ্ছে" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format msgid "Create link to URL" msgstr "গন্তব্য:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1 বাইট" -#: filewidgets/knewfilemenu.cpp:1067 -#, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3466,7 +3392,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3474,7 +3400,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3483,72 +3409,80 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "'%1' নামের একটি পুরনো বস্তু আগে থেকেই আছে।" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 ফাইলটি আগে থেকেই আছে।" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "তৈরি &করো" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format msgid "Link to Device" msgstr "ডিভাইস" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "নতুন ফোল্ডার" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3558,59 +3492,106 @@ msgstr "" "%1-এ \n" "নতুন ফোল্ডার তৈরি করো" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default Policy" +msgid "Default" +msgstr "ডিফল্ট পলিসি" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "C&reate" +msgctxt "@title:window" +msgid "Create New File" +msgstr "তৈরি &করো" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +msgid "Enter file name" +msgstr "স্থানীয় ফাইলের নাম" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1-র জন্য অ্যাপলিকেশন বেছে নিন" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "একটি আ&ইকন বেছে নিন:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format msgid "Copy" msgstr "কপি করা হচ্ছে" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format msgid "Paste" msgstr "তারিখ" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "খুলতে ব্যবহার করো" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "খুলতে ব্যবহার করো" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format msgid "Edit" msgstr "&সম্পাদন করো..." -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "translators: not called for n == 1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3623,6 +3604,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "বদলাও" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3648,41 +3637,41 @@ msgstr "অন্যান্য" msgid "Edit mode" msgstr "&সম্পাদন করো..." -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "আপনার এই ফাইলটি চালাবার অনুমতি নেই।" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1 চালানো হচ্ছে" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "আপনার এই ফাইলটি চালাবার অনুমতি নেই।" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3709,12 +3698,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3728,28 +3723,28 @@ msgstr "" "%1\n" "ধরনের ডেস্কটপ এন্ট্রিটি অজানা।" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 চালানো হচ্ছে" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3760,27 +3755,27 @@ msgstr "" "%1\n" "-এর ধরন লিঙ্ক (Link) কিন্তু তাতে কোনো URL=... এন্ট্রি নেই।" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "" @@ -3788,12 +3783,12 @@ msgid "" "%2." msgstr "%1 নামক ফাইল বা ফোল্ডারের কোনো অস্তিত্ব নেই।" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "%1 ডেস্কটপ এন্ট্রি ফাইলে কোনো Type=... এন্ট্রি নেই।" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3801,12 +3796,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3883,72 +3878,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format msgid "Suggested file name for the downloaded file" msgstr "নতুন ফাইলটির জন্য অন্য একটি নাম বাছুন।" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "যে কমান্ড চালানো হবে" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "%1-কে তথ্য পাঠানো হচ্ছে" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3957,7 +3947,7 @@ msgstr "" "%1-র\n" "জন্য অনুমতি বদলানো যায়নি" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format msgctxt "@info" msgid "" @@ -3965,118 +3955,38 @@ msgid "" "%1" msgstr "%1-এর অনুমতি বদলানো যায়নি।" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Delete Temporary File" +msgid "Could not open temporary file" +msgstr "অস্থায়ী ফাইল মোছা যায়নি" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" প্রোগ্রামটি পাওয়া যায়নি" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" প্রোগ্রামটি পাওয়া যায়নি" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "অগ্রসর অনুমতি" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -msgid "New Permissions: %1" -msgstr "অনুমতি" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -msgid "Remove File" -msgstr "&এন্ট্রি মুছে ফেলো" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "ফোল্ডার তৈরি হচ্ছে" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "ফোল্ডার তৈরি হচ্ছে" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -msgid "Directory Permissions: %1" -msgstr "অনুমতি" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "ফাইল ডায়ালগ খোলো" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "ফোল্ডার তৈরি হচ্ছে" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "ডিভাইস" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "মাপ %1 " - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown Action" -msgstr "অজানা হোস্ট" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format msgid "Could not get user id for given user name %1" msgstr "%1 ফোল্ডারে ঢোকা যায়নি।" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4119,32 +4029,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, fuzzy, kde-format msgid "You need to supply a username and a password to access this site." msgstr "এই সাইটটি দেখতে আপনার একটি username এবং পাসওয়ার্ড প্রয়োজন।" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "সাইট:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "লগ-ইন সফল" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1-এ লগ-ইন করা যায়নি।" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4152,7 +4062,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1 চালানো হচ্ছে" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, fuzzy, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4161,12 +4071,12 @@ msgstr "" "কোনো সাইট দেখার আগে আপনাকে নিম্নোল্লিখিত প্রক্সি সার্ভারটির জন্য একটি বৈধ username " "এবং পাসওয়ার্ড দিতে হবে।" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "প্রক্সি:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "প্রক্সি অথেন্টিকেশন ব্যর্থ।" @@ -4226,101 +4136,101 @@ msgstr "" "আপনি কি আর কোনো প্রশ্ন ছাড়াই এই সার্টিফিকেটটি চিরকালের জন্য স্বীকার করে নিতে চান?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "সার্ভারের সত্যতা প্রমাণ (Authentication)" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 at %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "না হলে অনুরোধটি সফল হত।" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "উল্লিখিত ফোল্ডার তৈরি করো" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডার কপি করো" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডার সরাও" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "নির্বাচিত ফোল্ডারে সন্ধান করো" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডার লক করো" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডার আনলক করো" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডার মুছে ফেল" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "সার্ভারের ক্ষমতা যাচাই করো" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "নির্বাচিত ফাইল বা ফোল্ডারের বিষয়বস্তু উদ্ধার করো" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "নির্বাচিত ফোল্ডারে সন্ধান করো" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 করার চেষ্টা চলাকালীন অপ্রত্যাশিত সমস্যা (%1) দেখা দিয়েছে।" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4328,20 +4238,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1-এ অধিকার প্রত্যাখ্যান করা হয়েছে।" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4351,28 +4261,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 করা যায়নি কারণ রিসোর্সটি লক করা রয়েছে।" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "অন্য একটি সমস্যার দরুন এই কাজটি করা যায়নি।" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format msgctxt "%1: request type" msgid "" @@ -4380,25 +4290,25 @@ msgid "" "folder." msgstr "%1 করা যায়নি কারণ রিসোর্সটি লক করা রয়েছে।" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format msgid "The resource cannot be deleted." msgstr "নির্বাচিত রিসোর্সটি না থাকতে পারে।" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 আপলোড করো" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4409,16 +4319,16 @@ msgstr "%2 করার চেষ্টা চলাকালীন অপ্র msgid "Network" msgstr "" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "বিকৃত ইউ-আর-এল %1।" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4427,12 +4337,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4471,7 +4381,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4494,19 +4404,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "আবার" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authentication" msgid "Authentication Dialog" msgstr "অথেন্টিকেশন" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access denied to %1." msgid "Access denied" msgstr "%1-এ অধিকার প্রত্যাখ্যান করা হয়েছে।" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4614,41 +4524,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4658,9 +4568,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "গণনা করো" @@ -4669,138 +4579,218 @@ msgstr "গণনা করো" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgid "Cancel Job" msgid "C&ancel" msgstr "কাজ বাতিল করো" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 চালানো হচ্ছে" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "চালা&ও" +msgctxt "@action:button" +msgid "&Open" +msgstr "খোলো (&খ)" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "খুলতে ব্যবহার করো:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "" +#| "This action would overwrite '%1' with itself.\n" +#| "Please enter a new file name:" +msgid "Would you like to launch this file?" msgstr "" +"এই ক্রিয়াটি '%1' ফাইলটিকে মুছে নিজেকেই আবার লিখবে.\n" +"অনুগ্রহ করে নতুন একটি নাম সরবরাহ করুন:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "ফোল্ডার তৈরি হচ্ছে" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +msgid "Source" +msgstr "উত্‍স:" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +msgid "Destination" +msgstr "গন্তব্য:" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +msgid "Copying" +msgstr "কপি করা হচ্ছে" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format msgid "Moving" msgstr "স্থানান্তর করা হচ্ছে" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "না&ম পরিবর্তন করো" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Nothing to Trash" +msgid "Moving to Trash" +msgstr "আবর্জনার বাক্সে পাঠাবার মত কিছু নেই" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr "মুছে ফেলা হচ্ছে" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format msgid "Und&o: Rename" msgstr "না&ম পরিবর্তন করো" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format msgid "Und&o: Create Folder" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format msgid "Und&o: Create Folder(s)" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format msgid "Und&o: Create File" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format msgid "Und&o: Batch Rename" msgstr "না&ম পরিবর্তন করো" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +msgid "&Redo: Rename" +msgstr "না&ম পরিবর্তন করো" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +msgid "&Redo: Create Folder" +msgstr "ফোল্ডার তৈরি করা যায়নি" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ফোল্ডার তৈরি করা যায়নি" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +msgid "&Redo: Create File" +msgstr "ফোল্ডার তৈরি করা যায়নি" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +msgid "&Redo: Batch Rename" +msgstr "না&ম পরিবর্তন করো" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4809,12 +4799,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format msgid "Undo File Copy Confirmation" msgstr "সিস্টেম কনফিগারেশন আপডেট করা হচ্ছে" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4823,21 +4813,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4849,7 +4840,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4857,13 +4848,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "ক্যাশ (Cache) ফাঁকা করো" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -4871,7 +4862,7 @@ msgid "" "filename>" msgstr "translators: not called for n == 1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -4959,7 +4950,7 @@ msgstr "মালিক" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "অন্যান্য" @@ -5033,116 +5024,123 @@ msgstr "সিস্টেম কনফিগারেশন আপডেট ক msgid "Updating system configuration…" msgstr "সিস্টেম কনফিগারেশন আপডেট করা হচ্ছে।" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format msgctxt "@title:column" msgid "Name" msgstr "নাম" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format msgctxt "@title:column" msgid "Size" msgstr "মাপ" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format msgctxt "@title:column" msgid "Date" msgstr "তারিখ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "অনুমতি" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format msgctxt "@title:column" msgid "Owner" msgstr "মালিক" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format msgctxt "@title:column" msgid "Group" msgstr "গ্রুপ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format msgctxt "@title:column" msgid "Type" msgstr "ধরন" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "খুলতে ব্যবহার করো:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 বাইট" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "কাজ" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "খুলতে ব্যবহার করো" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "খুলতে ব্যবহার করো" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "চালা&ও" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "খুলতে ব্যবহার করো:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "খুলতে ব্যবহার করো:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "খুলতে ব্যবহার করো" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "খুলতে ব্যবহার করো" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "অ্যা&পলিকেশন" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5150,120 +5148,136 @@ msgid_plural "%1 items" msgstr[0] "একটি ফাইল" msgstr[1] "%1-টি ফাইল" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "অজানা" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "বন্ধ" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "মাউন্ট করা:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "ধরন:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "অবস্থান:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "মাপ:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "ব&দলাও..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "বিষয়বস্তু:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "খুলতে ব্যবহার করো:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "ব&দলাও..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "অবস্থান:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "মাপ:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "বন্ধ" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, fuzzy, kde-format msgid "Points to:" msgstr "%1-এ লিঙ্ক (%2)" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "পরিবর্তিত:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +msgid "Show target" +msgstr "পরীক্ষা করা হচ্ছে" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "তৈরি:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "ফাইল সিস্টেম:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "অজানা হোস্ট" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "মাউন্ট করা:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "পরিবর্তিত:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "ব্যবহৃত:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "ফাইল সিস্টেম:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "খুলতে ব্যবহার করো" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "মাউন্ট করা:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "মাউন্ট করা:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "অজানা হোস্ট" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5525,21 +5539,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&বর্ণনা:" +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Generic name:" +msgstr "না&ম পরিবর্তন করো" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5552,7 +5569,7 @@ msgstr "&মন্তব্য:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "পূর্বনির্দিষ্ট প্রক্সি এনভায়রনমেন্ট ভেরিয়েব&ল ব্যবহার করো" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5721,7 +5738,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5729,39 +5746,58 @@ msgid "" "%1." msgstr "translators: not called for n == 1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "সাধা&রণ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "স্থানীয় ফাইলের নাম" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "translators: not called for n == 1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 বাইট" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "অজানা হোস্ট" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5770,174 +5806,180 @@ msgstr "" "গণনা চলছে... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "একটি ফাইল" msgstr[1] "%1-টি ফাইল" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "একটি সাব-ফোল্ডার" msgstr[1] "%1-টি সাব-ফোল্ডার" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "গণনা চলছে..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format msgid "At least %1\n" msgstr " ফাইল: %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&সমর্থিত ফাইল টাইপ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "অ্যাপলিকেশন বেছে নিন" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "তৈরি:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "ব&দলাও..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "ব্যবহৃত:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&অনুমতি" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "ব্যবহারের অনুমতি" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "কেবল মালিক অনুমতি বদলাতে পারেন।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "মালি&ক:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "গ্রু&প:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&অন্যান্য:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "ডিফল্ট ব্যবহারকারীর নাম:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "চালা&ও" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5945,269 +5987,259 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "মালিকানা" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "ব্যবহারকারী:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "গ্রুপ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "অগ্রসর অনুমতি" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ঢোকো" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "বিশেষ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "ব্যবহারকারী" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "গ্রুপ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "লিঙ্ক" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "গণনা চলছে..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6215,57 +6247,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "নতুন ফাইলের নাম ফাঁকা।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "নতুন ফাইলের নাম ফাঁকা।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "গণনা চলছে..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "ইউ-আ&র-এল" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "ইউ-আর-এল:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "শুধুমাত্র স্থানীয় এক্সিকিউটেবল ফাইল সমর্থিত।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "অ্যা&পলিকেশন" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1-র জন্য ফাইল টাইপ যোগ করো" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "যোগ করার জন্য এক বা একাধিক ফাইল বেছে নিন:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "শুধুমাত্র স্থানীয় এক্সিকিউটেবল ফাইল সমর্থিত।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1-এর জন্য অগ্রসর অপশন" @@ -6369,41 +6420,44 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "পলিসি &বদলাও..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ফাইল ডায়ালগ খোলো" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "ক্লিপবোর্ডের বিষয়বস্তুর জন্য ফাইলের নাম:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "একটি ফাইল" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ক্লিপবোর্ড-এর বিষয়&বস্তু পেস্ট করো" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "একটি ফোল্ডার" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "একটি ফাইল" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6411,94 +6465,106 @@ msgid_plural "Paste %1 Items" msgstr[0] "একটি বস্তু" msgstr[1] "%1-টি বস্তু" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "ক্লিপবোর্ড-এর বিষয়&বস্তু পেস্ট করো" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "তারিখ" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "তথ্য ফরম্যাট" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ক্লিপবোর্ডের বিষয়বস্তুর জন্য ফাইলের নাম:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "ক্লিপবোর্ডের বিষয়বস্তুর জন্য ফাইলের নাম:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "মাপ %1 " -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "মাপ:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "না&ম পরিবর্তন করো" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&নতুন নাম প্রস্তাব করুন" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "ছেড়ে যা&ও" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6507,25 +6573,25 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "স&ব মুছে লেখো" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "আবা&র চালু করো" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6534,12 +6600,12 @@ msgstr "" "এই ক্রিয়াটি '%1' ফাইলটিকে মুছে নিজেকেই আবার লিখবে.\n" "অনুগ্রহ করে নতুন একটি নাম সরবরাহ করুন:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "চালিয়ে যা&ও" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6549,7 +6615,7 @@ msgstr "" "এই ক্রিয়াটি '%1' ফাইলটিকে মুছে নিজেকেই আবার লিখবে.\n" "অনুগ্রহ করে নতুন একটি নাম সরবরাহ করুন:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6559,122 +6625,103 @@ msgstr "" "এই ক্রিয়াটি '%1' ফাইলটিকে মুছে নিজেকেই আবার লিখবে.\n" "অনুগ্রহ করে নতুন একটি নাম সরবরাহ করুন:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -msgid "Source" -msgstr "উত্‍স:" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -msgid "Destination" -msgstr "গন্তব্য:" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The source is more recent." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The source is older." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The source is bigger by %1." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|সব ফাইল" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' নামের একটি পুরনো বস্তু আগে থেকেই আছে।" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' নামের একই রকম একটি ফাইল আগে থেকেই আছে।" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "'%1' নামের একটি পুরনো বস্তু আগে থেকেই আছে।" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "না&ম পরিবর্তন করো" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "না&ম পরিবর্তন করো" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "না&ম পরিবর্তন করো" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "না&ম পরিবর্তন করো" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "ডিভাইস" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 ফাইলটি আগে থেকেই আছে।" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -6683,39 +6730,198 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "নির্বাচিত পরিচায়কটি পাল্টাও" msgstr[1] "নির্বাচিত পরিচায়কটি পাল্টাও" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "ডিভাইস" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "নির্বাচিত পরিচায়কটি পাল্টাও" +msgstr[1] "নির্বাচিত পরিচায়কটি পাল্টাও" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "বদলাও" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "খুলতে ব্যবহার করো" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "বদলাও" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "নির্বাচিত পরিচায়কটি পাল্টাও" +msgstr[1] "নির্বাচিত পরিচায়কটি পাল্টাও" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "স্থানীয় ফাইলের নাম" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "স্থানীয় ফাইলের নাম" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "না&ম পরিবর্তন করো" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "না&ম পরিবর্তন করো" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "না&ম পরিবর্তন করো" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "ডিফল্ট ব্যবহারকারীর নাম:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "বদলাও" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "প্রাকদর্শন দেখাও" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, fuzzy, kde-format msgid "Information" msgstr "তথ্য দেখাও:" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "বদলাও" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "আবার" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "বদলাও" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "এড়িয়ে যাও" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6802,7 +7008,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6834,26 +7040,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6861,51 +7089,138 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "translators: not called for n == 1" msgstr[1] "translators: not called for n == 1" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "এস-এস-এল" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "পরীক্ষা করা হচ্ছে" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "খুলতে ব্যবহার করো" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "ফাইল সিস্টেম:" + +#~ msgid "Delete Files" +#~ msgstr "ফাইলগুলি মুছে ফেল" + +#, fuzzy +#~ msgid "Create Folder" +#~ msgstr "ফোল্ডার তৈরি করা যায়নি" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "না&ম পরিবর্তন করো" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "%1-কে তথ্য পাঠানো হচ্ছে" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "অগ্রসর অনুমতি" + +#, fuzzy +#~ msgid "New Permissions: %1" +#~ msgstr "অনুমতি" + +#, fuzzy +#~ msgid "Remove File" +#~ msgstr "&এন্ট্রি মুছে ফেলো" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "ফোল্ডার তৈরি হচ্ছে" + +#, fuzzy +#~ msgid "Directory Permissions: %1" +#~ msgstr "অনুমতি" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "ফাইল ডায়ালগ খোলো" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "ফোল্ডার তৈরি হচ্ছে" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "ডিভাইস" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "মাপ %1 " + +#, fuzzy +#~| msgid "Unknown Host" +#~ msgid "Unknown Action" +#~ msgstr "অজানা হোস্ট" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "বুকমার্ক দেখাও" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ফাইল পরিবর্তিত" + +#~ msgid "&Description:" +#~ msgstr "&বর্ণনা:" + +#, fuzzy +#~ msgid "Files and folders selected" +#~ msgstr "%1 একটি ফাইল, কিন্তু একটি ফোল্ডার প্রত্যাশিত ছিল।" + #~ msgid "New Folder..." #~ msgstr "নতুন ফোল্ডার..." @@ -7227,9 +7542,6 @@ msgstr "" #~ msgid "Automaticall&y accept session cookies" #~ msgstr "সব সেশন কুকি স্বীকার &করো" -#~ msgid "Default Policy" -#~ msgstr "ডিফল্ট পলিসি" - #~ msgid "Accep&t all cookies" #~ msgstr "স&ব কুকি স্বীকার করো" @@ -7560,10 +7872,6 @@ msgstr "" #~ msgstr[0] "1 দিন %2" #~ msgstr[1] "%1 দিন %2" -#, fuzzy -#~ msgid "Show a Warning" -#~ msgstr "পরীক্ষা করা হচ্ছে" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -7898,10 +8206,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "%1-তে লেখা সমর্থিত নয়।" -#, fuzzy -#~ msgid "File name:" -#~ msgstr "ডিভাইস" - #, fuzzy #~| msgid "" #~| "

      Cache

      This module lets you configure your cache settings.\n" "Language-Team: Brezhoneg \n" @@ -24,25 +24,25 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "tvignaud@mandriva.com, jdrapier@club-internet.fr" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "Ne m'eus ket gallet kemmañ aotreoù evit %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format msgid "Unable to create KIO worker: %1" msgstr "Divarrek da grouiñ restr gwareziñ" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -57,7 +57,7 @@ msgstr "" "Ne m'eus ket gallet oberiañ an arouezere %1\n" ".Gwiriit aotreoù mar plij." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -67,7 +67,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,23 +77,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Ar renkell a zo endeo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Ar restr a zo endeo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Endeo eo; Ur renkell eo" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -197,205 +197,105 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %" -#: core/job.cpp:97 +#: core/job.cpp:104 #, fuzzy, kde-format #| msgid "Moving" msgctxt "@title job" msgid "Moving" msgstr "Emaon o tilec'hiañ" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Tarzh" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Dehaezadur" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Adenvel" -#: core/job.cpp:113 +#: core/job.cpp:120 #, fuzzy, kde-format #| msgid "Copying" msgctxt "@title job" msgid "Copying" msgstr "Emaon oc'h eilañ" -#: core/job.cpp:121 +#: core/job.cpp:128 #, fuzzy, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Emaon o krouiñ ar renkell" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Renkell" -#: core/job.cpp:128 +#: core/job.cpp:135 #, fuzzy, kde-format #| msgid "Deleting" msgctxt "@title job" msgid "Deleting" msgstr "Emaon o tistruj" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Restr" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format msgctxt "@title job" msgid "Examining" msgstr "Diwallit" -#: core/job.cpp:142 +#: core/job.cpp:149 #, fuzzy, kde-format #| msgid "Transferring" msgctxt "@title job" msgid "Transferring" msgstr "O treuzkas" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format #| msgid "Mounting" msgctxt "@title job" msgid "Mounting" msgstr "Emaon o vountañ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Trobarzhell" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Poent marc'hañ" -#: core/job.cpp:154 +#: core/job.cpp:161 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@title job" msgid "Unmounting" msgstr "Emaon o tivarc'hañ" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Pep restr" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Distruj restroù" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Ne m'eus ket krouet ar renkell" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Fiñval d'ar pod-lastez" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Adenvel" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Ne m'eus ket gallet oberiañ un arouezere" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgid "Transferring" -msgid "Transfer data" -msgstr "O treuzkas" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -809,137 +709,142 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info url" msgid "(unknown)" msgstr "(dianav)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

      Details of the request:" msgid "Details of the request:" msgstr "

      Munudoù ar c'houlenn :" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

      • URL: %1
      • " msgid "
      • URL: %1
      • " msgstr "

        • URL : %1
        • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        • Protocol: %1
        • " msgstr "
        • Komenad : %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Date and time: %1
        • " msgstr "
        • Deiziad hag eur : %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
        • Additional information: %1
        " msgid "
      • Additional information: %1
      • " msgstr "
      • Titouroù ouzhpenn : %1
      " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format msgid "Possible causes:" msgstr "Gwerzhioù possubl :" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format msgid "Possible solutions:" msgstr "Gwerzhioù possubl :" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info protocol" msgid "(unknown)" msgstr "(dianav)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, fuzzy, kde-format msgid "You may have encountered a bug in the program." msgstr "Un draen oc'h eus kavet e" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -951,95 +856,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, fuzzy, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Aozit an enmont-red" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, fuzzy, kde-format msgid "The specified resource may not exist." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, fuzzy, kde-format msgid "Cannot Open Resource For Reading" msgstr "Divarrek da adsevel anv ar restr goude krouiñ gwarezadur" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, fuzzy, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "N'oc'h ket aotreet da lenn ar restr-mañ." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, fuzzy, kde-format msgid "Cannot Open Resource For Writing" msgstr "Divarrek da adsevel anv ar restr goude krouiñ gwarezadur" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "N'em eus ket lañsañ an argerzh" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Komenad anskoraet %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1114,24 +1019,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1140,19 +1045,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Gwezhiad anskoraet : %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1160,174 +1065,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Gortozeg eo ur restr" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, fuzzy, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Gortozeg eo ur renkell" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, fuzzy, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "N'eus ket ur restr pe ur renkell" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, fuzzy, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Lemel ar restr red ha klask adarre." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Dibabit un anv all evit ar restr nevez." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Lemel ar renkell red ha klaskit adarre." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Dibabit un anv all evit ar renkell nevez." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ostiz dianav" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Digor nac'het" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, fuzzy, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, fuzzy, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skrivañ nac'het" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "N'hellan ket mont er renkell" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, fuzzy, kde-format msgid "Folder Listing Unavailable" msgstr "Kinnigoù :" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1335,12 +1240,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1349,34 +1254,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, fuzzy, kde-format msgid "Retry the request." msgstr "&Lec'hiadur" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1385,58 +1290,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne m'eus ket gallet krouiñ ur gevreadenn rouedad" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne m'eus ket krouiñ ul lugell" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Kevreadenn disteuleret ouzh ar servijer" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1444,36 +1349,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Kevreadur ouzh an ostiz a zo serret ent dic'hortoz" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, fuzzy, kde-format msgid "URL Resource Invalid" msgstr "Kefluniadur mail" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1490,24 +1395,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne m'eus ket mountañ an drobarzhell" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1515,7 +1420,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1523,31 +1428,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne m'eus ket divarc'hañ an drobarzhell" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1555,7 +1460,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1563,56 +1468,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, fuzzy, kde-format msgid "You may not have permissions to read from the resource." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, fuzzy, kde-format msgid "You may not have permissions to write to the resource." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, fuzzy, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ne m'eus ket gallet enrollañ an diaz." -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, fuzzy, kde-format msgid "Could Not Bind" msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1620,208 +1525,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, fuzzy, kde-format msgid "Could Not Listen" msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, fuzzy, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne m'eus ket gallet enrollañ an diaz." -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, fuzzy, kde-format msgid "You may not have permissions to accept the connection." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "N'em eus ket ereañ : %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, fuzzy, kde-format msgid "Could Not Stat Resource" msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, fuzzy, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Ar renkell resisaet n'eus ket anezhi pe a oa anlennadus." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, fuzzy, kde-format msgid "Could Not Cancel Listing" msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, fuzzy, kde-format msgid "FIXME: Document this" msgstr "Askelenn" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne m'eus ket krouet ar renkell" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, fuzzy, kde-format msgid "An attempt to create the requested folder failed." msgstr "Krouiñ ur renkell nevez e :" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, fuzzy, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne m'eus ket gallet lemel ar renkell" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, fuzzy, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, fuzzy, kde-format msgid "The specified folder may not exist." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "N'hell ket bezañ goullo ar renkell dibabet." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, fuzzy, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Aozit an enmont-red" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, fuzzy, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "N'hell ket bet adenvelet an danvez" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, fuzzy, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format msgid "Could Not Change Ownership of Resource" msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "N'hell ket bet lemet an danvez" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memor ebet" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Dianav eo ostiz ar proksi" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, fuzzy, kde-format msgid "Request Aborted" msgstr "Nodrezh goulennet" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Fazi diabarzh e-barzh ar servijer" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Fazi amzer-hont" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Fazi dianav" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, fuzzy, kde-format msgid "Unknown Interruption" msgstr "Dianav" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne m'eus ket gallet dilemel ar restr kentañ" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1957,12 +1857,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne m'eus ket dilemelet ar restr padennek" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1970,63 +1870,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne m'eus ket gallet adenvel an restr kentañ" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne m'eus ket adenvel ar restr padennek" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, fuzzy, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne m'eus ket gallet oberiañ ul liamm" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne m'eus ket gallet oberiañ un arouezere" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Endalc'had ebet" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Leun eo ar bladenn" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2034,107 +1934,107 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Dibabit un anv all evit ar restr dehaezadur." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "N'eus ket ur restr pe ur renkell" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format msgid "Drop the item into a different file or folder." msgstr "Goulennet oc'h eus ur renkell" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "N'eus ket ur restr pe ur renkell" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format msgid "Move the item into a different folder." msgstr "Goulennet oc'h eus ur renkell" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format msgid "Unable to Create KIO Worker" msgstr "Divarrek da grouiñ restr gwareziñ" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2142,38 +2042,38 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, fuzzy, kde-format msgid "Undocumented Error" msgstr "War-nij" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Arouezere" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format #| msgid "Link to %1 (%2)" msgid "(%1, Link to %2)" msgstr "Liammañ ouzh %1 (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "A vuk ouzh :" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2182,25 +2082,25 @@ msgstr "" "URL siek\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2208,92 +2108,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, fuzzy, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, fuzzy, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, fuzzy, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, fuzzy, kde-format msgid "Writing to %1 is not supported." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, fuzzy, kde-format msgid "There are no special actions available for protocol %1." msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, fuzzy, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, fuzzy, kde-format msgid "Retrieving data from %1 is not supported." msgstr "War-nij" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, fuzzy, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, fuzzy, kde-format msgid "Deleting files from %1 is not supported." msgstr "Dibaboù" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, fuzzy, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, fuzzy, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Dibaboù" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2302,335 +2202,358 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Komenad dianav '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Munudoù" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Da viken" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Kenderc'hel" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format msgid "&Current Session only" msgstr "Stokell war implij" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Ne m'eus ket krouet ar renkell" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ne m'eus ket krouet ar renkell" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, fuzzy, kde-format msgid "You did not select a file to delete." msgstr "" "Bez' ez eus un teul gant an anv-se endeo\n" "Ha fellout a ra deoc'h e rasklañ ?" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "N'eus tra ebet da lemel" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "You did not select a file to trash." msgstr "" "Bez' ez eus un teul gant an anv-se endeo\n" "Ha fellout a ra deoc'h e rasklañ ?" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "Nothing to Trash" msgstr "Netra da voulañ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, fuzzy, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Ar renkell resisaet n'eus ket anezhi pe a oa anlennadus." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meuziad" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, fuzzy, kde-format msgid "Parent Folder" msgstr "Distruj Restr" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Renkell ar gêr" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Adkargañ" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Renkell nevez" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Fiñval d'ar pod-lastez" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Dilemel" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Emaon o rummañ" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Anv al lec'hienn" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Gwell berr" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Evit Deiziad" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format msgid "Sort by Type" msgstr "Moulañ" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Deleting" msgid "Ascending" msgstr "Emaon o tistruj" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format #| msgid "Deleting" msgid "Descending" msgstr "Emaon o tistruj" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Renkelloù da gentañ" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Diskouez ar restroù kuzhet" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Gwell berr" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Gwell berr" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Gwell munut" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format #| msgid "Local Filename" msgid "Above File Name" msgstr "Anv ar restr lec'hel" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Gwell berr" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Gwell munut" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Gwell munut" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Gwell munut" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Diskouez ar restroù kuzhet" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Diskouez ar rakgwell" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Diskouez ar rakgwell" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Perzhioù" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Gwel" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Renkelloù da gentañ" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Renkelloù da gentañ" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Renkelloù da gentañ" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Renkelloù da gentañ" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Renkelloù da gentañ" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format #| msgid "Loading" msgid "Encoding:" msgstr "Emaon o kargañ" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Digeriñ" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Enrollañ e" @@ -2684,45 +2607,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Pep restr" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "An holl restroù skoraet" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Pep restr" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Add Places Entry" msgstr "Aozañ ar vouetadur ACL" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Edit Places Entry" msgstr "Aozañ ar vouetadur ACL" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2731,19 +2654,19 @@ msgid "" "the location's URL.
      " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Anv :" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Roit un deskrivadur" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2752,29 +2675,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lec'hiadur :" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " "on the button to select a different icon.
      " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Diuzit an &arlun :" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2782,227 +2705,234 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Lec'hiadurioù" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Lemel" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "&Klask :" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Trobarzhelloù" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgid "Home" msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Er-gêr" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Askelenn" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rouedad" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Pod-lastez" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Distruj restroù" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lec'hiadur :" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Kemmet :" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "N'hellan ket kavout ar program '%1'" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "N'eus ket ur restr pe ur renkell %1." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Kemmañ ar &politikerez ..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Lemel" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "&Release" msgstr "Lemel" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Lemel" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Lemel" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Emaon o tivarc'hañ" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Divarc'hañ" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Stlepel kuit" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Bez' ez eus bet ur c'hammad en ur glask digeriñ an teul-mañ" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format msgid "An error occurred while accessing '%1'" msgstr "Bez' ez eus bet ur c'hammad en ur glask digeriñ an teul-mañ" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3013,118 +2943,118 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 %" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 %" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Pod-lastez" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Marc'hañ" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Digeriñ gant" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Ouzhpennañ ur bouetadur ..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "&Edit..." msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Aozañ ..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Lemel" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Ouzhpennañ ur bouetadur ..." -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Ouzhpennañ ur bouetadur ..." -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format msgid "&Show All Entries" msgstr "" "Diskouez\n" "ar bouetaduroù" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Gwell berr" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3133,51 +3063,51 @@ msgctxt "" msgid "Auto Resize" msgstr "&Dinoiñ dre ardivink" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ment %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format msgid "You can only select one file" msgstr "Goulennet oc'h eus ur renkell" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "You can only select local files" msgstr "Goulennet oc'h eus ur renkell" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3188,47 +3118,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3236,44 +3141,44 @@ msgid "" "you to file:/home.
      " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, fuzzy, kde-format msgid "Click this button to create a new folder." msgstr "N'oc'h ket aotreet da lenn ar restr-mañ." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format msgid "Show Places Panel" msgstr "Diskouez linenn a stad" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Diskouez ar sinedoù" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Diskouez ar restroù kuzhet" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Operation" msgid "Options" msgstr "Ober" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3283,12 +3188,12 @@ msgid "" "folders from files
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Sinedoù" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3298,12 +3203,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Anv :" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Adenvel" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "Anv an drobarzhell" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Diskouez ar restroù kuzhet" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3312,90 +3243,94 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, fuzzy, kde-format msgid "This is the name to save the file as." msgstr "Divarrek da grouiñ restr gwareziñ" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Se a zo anv ar restr da zigeriñ." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Lec'hiadurioù" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "&Rasklañ an holl re" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, fuzzy, kde-format msgid "You can only select local files." msgstr "Goulennet oc'h eus ur renkell" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Pep renkell" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Emaon o krouiñ ar renkell" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, fuzzy, kde-format #| msgid "Open" msgid "&Open" msgstr "Digeriñ" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "an astenn %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, fuzzy, kde-format msgid "Automatically select filename e&xtension" msgstr "Moulañ sac'het" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, fuzzy, kde-format msgid "a suitable extension" msgstr "Moulañ sac'het" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3411,76 +3346,68 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Sil :" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Sil :" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Krouiñ ur seurt restr nevez" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Enrollit" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format msgid "The template file %1 does not exist." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Ne m'eus ket gallet oberiañ un arouezere" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Destination" msgid "Create link to URL" msgstr "Dehaezadur" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1 O" -#: filewidgets/knewfilemenu.cpp:1067 -#, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3488,7 +3415,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3496,7 +3423,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3505,74 +3432,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Un dra goshoc'h hag a vez graet '%1' a zo endeo." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Bez' ez eus un restr gant an anv %1 endeo." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "K&rouiñ" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Trobarzhell" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Renkell nevez" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Ne m'eus ket krouet ar renkell" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3582,57 +3517,105 @@ msgstr "" "Krouiñ ur renkell nevez e :\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Dre ziouer" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Krouiñ ur seurt restr nevez" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Local Filename" +msgid "Enter file name" +msgstr "Anv ar restr lec'hel" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Dibabit ur meziant evit %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Diuzit an &arlun :" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format #| msgid "Copying" msgid "Copy" msgstr "Emaon oc'h eilañ" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format #| msgid "&Paste URL" #| msgid_plural "&Paste %1 URLs" msgid "Paste" msgstr "&Pegañ %1 URL" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Digeriñ gant" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Digeriñ gant" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format #| msgid "&Edit..." msgid "Edit" msgstr "&Aozañ ..." -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -3640,7 +3623,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ha fellout a ra deoc'h da vat lemel an %1 dra dibabet ?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3653,6 +3636,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lec'hiadurioù" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3680,41 +3671,41 @@ msgstr "Ar re all" msgid "Edit mode" msgstr "&Aozañ ..." -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "N'helles ket seveniñ lemel ar restr-mañ." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Emaon o lañsañ %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "N'helles ket gallet lemel ar restr-mañ." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3742,13 +3733,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "N'eus media ebet en trobarzhell evit %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3756,28 +3753,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Emaon o lañsañ %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3785,39 +3782,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3825,12 +3822,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3923,72 +3920,67 @@ msgstr "" "%1\n" "Hag e fell deoc'h ezkargañ ar c'hemmoù ?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format msgid "Suggested file name for the downloaded file" msgstr "Dibabit un anv all evit ar restr nevez." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Goulev da seveniñ" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "Emaon o kas ar roadoù da %1 ..." - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3997,7 +3989,7 @@ msgstr "" "Ne m'eus ket kemmañ an aotroù evit\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4006,124 +3998,39 @@ msgid "" "%1" msgstr "Ne m'eus ket gallet kemmañ aotreoù evit %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne m'eus ket adenvel ar restr padennek" + +#: kioworkers/file/file.cpp:801 #, fuzzy, kde-format msgid "Could not find program \"mount\"" msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, fuzzy, kde-format msgid "Could not find program \"umount\"" msgstr "Ne m'eus ket gallet kas ar c'hemennad." -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Aotroù barek" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Aotreoù" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Lemel" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Renkell" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Emaon o krouiñ ar renkell" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Aotreoù" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Prenestr digeriñ ur restr" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Renkell" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "Anv an drobarzhell" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "ment %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -msgid "Unknown Action" -msgstr "Dianav" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "N'eus media ebet en trobarzhell evit %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "N'hellan ket mont er renkell %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4160,34 +4067,34 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Ret eo deoc'h reiñ un anv arveriad hag un tremenger evit moned al lec'hienn-" "mañ." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Lec'hienn :" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Mat eo an ereañ" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne 'meus ket ereañ ouzh %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4195,19 +4102,19 @@ msgid "" "The server said: \"%1\"" msgstr "Emaon o lañsañ %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi :" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, fuzzy, kde-format msgid "Proxy Authentication Failed." msgstr "Dibaboù" @@ -4260,108 +4167,108 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, fuzzy, kde-format msgid "Server Authentication" msgstr "Dibaboù" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 war %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "krouiñ ar renkell goulennet" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Goulennet oc'h eus ur renkell" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "fiñval ar restr pe ar renkell spisaet" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "klask er renkell dibabet" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "krouilhiñ ar restr pe ar renkell spisaet" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "unlock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "dikrouilhiñ ar restr pe ar renkell spisaet" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "dilemel ar restr pe ar renkell spisaet" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "Goulennet oc'h eus ur renkell" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "klask er renkell dibabet" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Bez' ez eus bet ur c'hammad en ur glask digeriñ an teul-mañ" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4369,20 +4276,20 @@ msgid "" "below." msgstr "Bez' ez eus bet ur c'hammad en ur glask digeriñ an teul-mañ" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4392,28 +4299,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Kefluniadur talk" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format msgctxt "%1: request type" msgid "" @@ -4421,26 +4328,26 @@ msgid "" "folder." msgstr "ha renkañ an holl restroù lec'hell er renkell-se" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format msgid "The resource cannot be deleted." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "ezkargañ %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4452,16 +4359,16 @@ msgstr "Bez' ez eus bet ur c'hammad en ur glask digeriñ an teul-mañ" msgid "Network" msgstr "Rouedad" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "URL siek %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4470,12 +4377,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4513,7 +4420,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4536,18 +4443,18 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Klask adarre" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format msgid "Authentication Dialog" msgstr "&Lec'hiadur" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Digor nac'het" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" @@ -4658,41 +4565,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4702,9 +4609,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Jediñ" @@ -4713,147 +4620,234 @@ msgstr "Jediñ" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgid "Cancel Job" msgid "C&ancel" msgstr "Nullañ an implij" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Emaon o lañsañ %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "&Seveniñ" +#| msgid "Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Digeriñ" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Digeriñ gant :" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Choose a different filename for the destination file." +msgid "Would you like to launch this file?" +msgstr "Dibabit un anv all evit ar restr dehaezadur." -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Emaon o krouiñ ar renkell" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Tarzh" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Dehaezadur" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgid "Copying" +msgid "Copying" +msgstr "Emaon oc'h eilañ" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "Emaon o tilec'hiañ" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Adenvel" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Fiñval d'ar pod-lastez" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgid "Deleting" msgid "Deleting" msgstr "Emaon o tistruj" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Adenvel" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Pod-lastez" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Ne m'eus ket krouet ar renkell" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Ne m'eus ket krouet ar renkell" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Ne m'eus ket krouet ar renkell" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Adenvel" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Adenvel" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Pod-lastez" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Ne m'eus ket krouet ar renkell" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Ne m'eus ket krouet ar renkell" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Ne m'eus ket krouet ar renkell" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Adenvel" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4862,13 +4856,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Emaon o bremañaat kefluniadur ar reizhiad" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4877,23 +4871,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Lemel ar bouetadur" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Lemel ar bouetadur" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4905,7 +4900,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4913,14 +4908,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "Pod-lastez" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4930,7 +4925,7 @@ msgid "" "filename>" msgstr "Ha fellout a ra deoc'h da vat lemel an %1 dra dibabet ?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5024,7 +5019,7 @@ msgstr "Perc'henn" msgid "Owning Group" msgstr "Strollad" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ar re all" @@ -5100,123 +5095,130 @@ msgstr "Emaon o bremañaat kefluniadur ar reizhiad" msgid "Updating system configuration…" msgstr "Emaon o bremañaat kefluniadur ar reizhiad." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format #| msgid "Name" msgctxt "@title:column" msgid "Name" msgstr "Anv" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format #| msgid "Size" msgctxt "@title:column" msgid "Size" msgstr "Ment" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format #| msgid "Date" msgctxt "@title:column" msgid "Date" msgstr "Deiziad" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format #| msgid "Permissions" msgctxt "@title:column" msgid "Permissions" msgstr "Aotreoù" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format #| msgid "Owner" msgctxt "@title:column" msgid "Owner" msgstr "Perc'henn" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format #| msgid "Group" msgctxt "@title:column" msgid "Group" msgstr "Strollad" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format #| msgid "Type" msgctxt "@title:column" msgid "Type" msgstr "Seurt" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Digeriñ gant :" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 O" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Oberoù" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Digeriñ gant" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Digeriñ gant" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Seveniñ" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Digeriñ gant :" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Digeriñ gant :" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Digeriñ gant" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Digeriñ gant" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Meziant" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5224,121 +5226,137 @@ msgid_plural "%1 items" msgstr[0] "%1 restr" msgstr[1] "" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format #| msgid "Unknown" msgctxt "@info mimetype" msgid "Unknown" msgstr "Dianav" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Paouez" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Marc'het war :" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Seurt :" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Lec'hiadur :" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Ment :" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Kemmañ ..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Endalc'had :" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Digeriñ gant :" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Kemmañ ..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Lec'hiadur :" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Ment :" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Paouez" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "A vuk ouzh :" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Kemmet :" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +msgid "Show target" +msgstr "Diwallit" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Krouet :" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Reizhiad restroù :" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Ostiz dianav" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Marc'het war :" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Kemmet :" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Diwezhañ :" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Reizhiad restroù :" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Digeriñ gant" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Marc'het war :" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Marc'het war :" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Ostiz dianav" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5600,21 +5618,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Deskrivadur :" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Anv &arveriad :" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5626,7 +5647,7 @@ msgstr "Aske&lenn :" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5795,7 +5816,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5805,39 +5826,61 @@ msgid "" "%1
    ." msgstr "Ha fellout a ra deoc'h da vat lemel an %1 dra dibabet ?" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Pennañ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Local Filename" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Anv ar restr lec'hel" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Adtresañ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to delete this item?" +#| msgid_plural "Do you really want to delete these %1 items?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ha fellout a ra deoc'h da vat lemel an %1 dra dibabet ?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 O" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Ostiz dianav" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5846,177 +5889,183 @@ msgstr "" "Emaon o jediñ ... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 restr" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 is-renkell" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Emaon o jediñ ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr "Restroù : %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Goullo eo an anv restr nevez." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format msgid "No registered file type" msgstr "*|Pep restr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Dibabit ur meziant" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Krouet :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Kemmañ ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Diwezhañ :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy msgid "Can View & Modify" msgstr "Endalc'had" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy msgid "Can Only View Content" msgstr "Endalc'had" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy msgid "Can Only View/Read Content" msgstr "Endalc'had" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Aotreoù" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Aotreoù moned" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, fuzzy, kde-format msgid "Only the owner can change permissions." msgstr "N'oc'h ket aotreet da skrivañ war ar restr-mañ.\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Perc'henn :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Str&ollad :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ar re a&ll :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Anv an arveriad dre ziouer :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "&Seveniñ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6024,49 +6073,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Ao&troù barek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Perc'henniezh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Arveriad :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Strollad :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Aotroù barek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Renkad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6075,22 +6124,22 @@ msgstr "" "Diskouez\n" "ar bouetaduroù" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lenn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6099,198 +6148,188 @@ msgstr "" "Skrivañ\n" "enmontoù" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skrivañ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Mont" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, fuzzy, kde-format msgid "Enable this flag to allow entering the folder." msgstr "N'oc'h ket aotreet da lenn ar restr-mañ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Seveniñ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Dibar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Arveriad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Strollad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Lakaat an UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Lakaat ar GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Peget" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Liamm" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Emaon o jediñ ..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6298,56 +6337,75 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Goullo eo an anv restr nevez." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Goullo eo an anv restr nevez." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Emaon o jediñ ..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Meziant" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Ouzhpennañ ur seurt restr evit %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, fuzzy, kde-format msgid "Select one or more file types to add:" msgstr "Diuzit an teul da enlakaat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Dibaboù barek evit %1" @@ -6453,29 +6511,32 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Kemmañ ar &politikerez ..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Prenestr digeriñ ur restr" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Pegañ %1 restr" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Pegañ endalc'had ar golver" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6483,7 +6544,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "%1 renkell" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6491,7 +6552,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "&Pegañ %1 restr" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6501,14 +6562,14 @@ msgid_plural "Paste %1 Items" msgstr[0] "%1 tra" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Pegañ endalc'had ar golver" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "&Paste URL" #| msgid_plural "&Paste %1 URLs" @@ -6516,81 +6577,93 @@ msgctxt "@action:inmenu" msgid "Paste" msgstr "&Pegañ %1 URL" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Furmad ar roadoù :" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "ment %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Ment :" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Adenvel" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Kinnigit un &anv nevez" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Tremen e-biou" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Skrivañ" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6599,169 +6672,147 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Rasklañ an holl re" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Kenderc'hel" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Kenderc'hel" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to overwrite the destination?" msgstr "Dibabit un anv all evit ar restr dehaezadur." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Dibabit un anv all evit ar restr dehaezadur." -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Tarzh" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Dehaezadur" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "an astenn %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "an astenn %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "an astenn %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "an astenn %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Goullo eo an anv restr nevez." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Goullo eo an anv restr nevez." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Goullo eo an anv restr nevez." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Pep restr" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Un dra goshoc'h hag a vez graet '%1' a zo endeo." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, fuzzy, kde-format msgid "A similar file named '%1' already exists." msgstr "Ar restr goulennet n'eus ket anezhañ" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "Un dra goshoc'h hag a vez graet '%1' a zo endeo." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Adenvel" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Adenvel" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Adenvel" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Adenvel" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Anv an drobarzhell" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Bez' ez eus un restr gant an anv %1 endeo." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "@label:textbox" @@ -6770,39 +6821,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "dilemel ar restr pe ar renkell spisaet" msgstr[1] "dilemel ar restr pe ar renkell spisaet" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Anv an drobarzhell" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "delete the specified file or folder" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "dilemel ar restr pe ar renkell spisaet" +msgstr[1] "dilemel ar restr pe ar renkell spisaet" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Erlec'hiañ" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Digeriñ gant" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Erlec'hiañ" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "delete the specified file or folder" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "dilemel ar restr pe ar renkell spisaet" +msgstr[1] "dilemel ar restr pe ar renkell spisaet" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Local Filename" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Anv ar restr lec'hel" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Local Filename" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Anv ar restr lec'hel" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Adenvel" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Adenvel" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Adenvel" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Anv an arveriad dre ziouer :" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Erlec'hiañ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Diskouez ar rakgwell" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Titouroù" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Erlec'hiañ" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Klask adarre" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Erlec'hiañ" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Tremen e-biou" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6894,7 +7107,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6926,26 +7139,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -6955,51 +7190,153 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ha fellout a ra deoc'h da vat lemel an %1 dra dibabet ?" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Diwallit" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Digeriñ gant" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Reizhiad restroù :" + +#~ msgid "Delete Files" +#~ msgstr "Distruj restroù" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Ne m'eus ket krouet ar renkell" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Fiñval d'ar pod-lastez" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Adenvel" + +#, fuzzy +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "O treuzkas" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "Emaon o kas ar roadoù da %1 ..." + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Aotroù barek" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Aotreoù" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Lemel" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Renkell" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Aotreoù" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Prenestr digeriñ ur restr" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Renkell" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "Anv an drobarzhell" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "ment %1" + +#, fuzzy +#~ msgid "Unknown Action" +#~ msgstr "Dianav" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Diskouez ar sinedoù" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Restr kemmet" + +#~ msgid "&Description:" +#~ msgstr "&Deskrivadur :" + +#~ msgid "&Filter:" +#~ msgstr "&Sil :" + #, fuzzy #~ msgid "Is &executable" #~ msgstr "&Er-maez" @@ -7544,10 +7881,6 @@ msgstr "" #~ msgstr[0] "%1 deiz %2" #~ msgstr[1] "" -#, fuzzy -#~ msgid "Show a Warning" -#~ msgstr "Diwallit" - #, fuzzy #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Distruj restroù" @@ -7606,12 +7939,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Tremenger dre ziouer :" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Dre ziouer" - #, fuzzy #~| msgid "%1 %" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -7688,12 +8015,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ne m'eus ket gallet kemmañ aotreoù evit %1." -#, fuzzy -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Pegañ %1 restr" -#~ msgstr[1] "" - #, fuzzy #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" @@ -7802,11 +8123,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Ne m'eus ket gallet enrollañ an teul\n" -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "Anv an drobarzhell" - #~ msgid "&Use cache" #~ msgstr "&Implijit ar grubuilh" @@ -7897,9 +8213,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Lenn-hepken" -#~ msgid "File system:" -#~ msgstr "Reizhiad restroù :" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Poent marc'hañ (/mnt/floppy) :" @@ -8265,18 +8578,12 @@ msgstr "" #~ msgid "Place in system tray" #~ msgstr "Sil :" -#~ msgid "&Username:" -#~ msgstr "Anv &arveriad :" - #, fuzzy #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" #~ msgstr "Divarrek da grouiñ restr gwareziñ" -#~ msgid "Open with:" -#~ msgstr "Digeriñ gant :" - #, fuzzy #~| msgid "Disk cache &size:" #~ msgid "Disk cache size:" diff --git a/local/recipes/kde/kf6-kio/source/po/bs/kio6.po b/local/recipes/kde/kf6-kio/source/po/bs/kio6.po index a7a8755e8b..0f23d38c8d 100644 --- a/local/recipes/kde/kf6-kio/source/po/bs/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/bs/kio6.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2022-03-20 11:23+0100\n" "Last-Translator: irfan \n" "Language-Team: English \n" @@ -34,12 +34,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "samir.ribic@etf.unsa.ba" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nije moguće izmeniti vlasništvo nad fajlom %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,13 +48,13 @@ msgstr "" "Ne mogu da promijenim vlasništvo nad fajlom %1. " "Nemate dovoljno dozvola za ovakvu promjenu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Ne mogu da napravim U/I zahvat: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,7 +66,7 @@ msgstr "" "Nije moguće kreirati simboličku vezu \"%1\".\n" " Odredišni sistem datoteka (%2) ne podržava simbolične veze." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgstr "" "Odabirom Zamijeni zamijenit ćete sve nevažeće znakove (na odredištunaziva " "foldera) s donjom crtom \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "Odabirom Zamijeni zamijenit ćete sve nevažeće znakove (na odredištunaziva " "fajla) s donjom crtom \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Direktorij već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Datoteka već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Već postoji kao direktorij" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Smeće" @@ -209,206 +209,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "PremjeÅ¡tanje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Izvor" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "OdrediÅ¡te" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "Preimenuj" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiranje" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stvaranje direktorija" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Direktorij" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Brisanje" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datoteka" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ispitivanje" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "PrenoÅ¡enje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montiranje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "UreÄ‘aj" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Tačka montiranja" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontiranje" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Promjena atributa" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Root privilegije su potrebne za promjenu atributa datoteke. Da li " -"želišnastaviti?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopiraj fajlove" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Za dovršetak operacije kopiranja potrebne su root privilegije. Da li " -"želišnastaviti?" - -# >> @title:window -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Brisanje datoteka" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Za dovršetak operacije brisanja potrebne su root privilegije. Kako god,to " -"može oštetiti vaš sistem. Želite li nastaviti?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Napravite folder" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Za kreiranje ove fascikle potrebne su root privilegije. Želite li nastaviti?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Pomjeri stavke" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Za dovršetak operacije premještanja potrebne su root privilegije. Da li " -"želišnastaviti?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Preimenuj" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Root privilegije su potrebne za završetak preimenovanja. Želite li nastaviti?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Kreiraj simboličku vezu" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Za kreiranje simbolične veze potrebne su root privilegije. Želite li " -"nastaviti?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Prijenos podataka" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Root privilegije su potrebne za završetak prijenosa podataka. Da li " -"želišnastaviti?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -838,6 +729,11 @@ msgstr "Datoteka je prevelika za smeće." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -847,65 +743,65 @@ msgstr "" "%2\n" "Molimo pošaljite kompletan izveštaj o grešci na https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehnički razlog: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalji zahtjeva:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datum i vrijeme: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Dodatni podaci: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogući uzroci:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Moguća rjeÅ¡enja:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -914,17 +810,17 @@ msgstr "" "Obratite se podrÅ¡ci radi dalje pomoći, bilo da se radi o sistem-" "administratoru ili grupi za tehničku podrÅ¡ku." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Obratite se administratoru servera radi dalje pomoći." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Provjerite vaÅ¡a prava pristupa za ovaj resurs." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -933,7 +829,7 @@ msgstr "" "Možda su vam prava pristupa nedovoljna za izvoÄ‘enje zahtijevanog postupka " "nad ovim resursom." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -941,7 +837,7 @@ msgstr "" "Datoteku možda koristi neki drugi korisnik ili program (zbog čega je " "zaključan)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -950,17 +846,17 @@ msgstr "" "Provjerite da li neki drugi program ili korisnik koristi datu datoteku ili " "ju je zaključao." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Iako malo vjerovatno, možda je doÅ¡lo do hardverske greÅ¡ke." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Možda ste naiÅ¡li na greÅ¡ku u programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +865,7 @@ msgstr "" "Ovo je najvjerovatnije prouzrokovano greÅ¡kom u programu. Razmislite o " "slanju izvjeÅ¡taja o greÅ¡ci kao Å¡to je opisano ispod." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,7 +874,7 @@ msgstr "" "Ažurirajte program na najnoviju verziju. VaÅ¡a distribucija bi trebalo da " "obezbjeÄ‘uje alatke za ažuriranje programâ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -998,12 +894,12 @@ msgstr "" "uključite ihu vašem izveštaju o grešci, zajedno sa onoliko drugih detalja za " "koje mislite da bi mogli da pomognu." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Možda postoji problem sa vaÅ¡om vezom ka mreži." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1012,7 +908,7 @@ msgstr "" "Možda postoji problem u mrežnoj postavi. Ako ste u skorije vrijeme bez " "problema pristupali Internetu, ovo je malo vjerovatno." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1021,42 +917,42 @@ msgstr "" "Možda postoji problem u nekoj tački duž mrežnog puta izmeÄ‘u servera i " "ovog računara." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "PokuÅ¡ajte ponovo, odmah ili malo kasnije." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Možda je doÅ¡lo do greÅ¡ke ili nesaglasnosti protokola." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Uvjerite se da resurs postoji i pokuÅ¡ajte ponovo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Navedeni resurs možda ne postoji." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Provjerite da li ste unijeli tačnu lokaciju i pokuÅ¡ajte ponovo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Provjerite stanje veze ka mreži." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ne mogu da otvorim resurs za čitanje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 ne može biti dobavljen jer nije mogao biti obezbjeÄ‘en pristup za " "čitanje.
    " -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Možda nemate dozvole da čitate datoteku ili otvorite direktorij." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ne mogu da otvorim resurs za upisivanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +981,17 @@ msgstr "" "Ovo znači da datoteka %1 ne može biti zapisana " "kao Å¡to je zahtijevano, zato Å¡to se ne može dobiti pristup za upis." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nije moguće pokrenuti proces koji zahteva %1 protokol" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne mogu da pokrenem proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 prijavio je unutraÅ¡nju greÅ¡ku." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nepravilno formatiran URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokol %1 nije podržan" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1165,12 +1061,12 @@ msgstr "" "KDE programi trenutno instalirani na ovom računaru ne podržavaju protokol " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zahtijevani protokol možda nije podržan." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1179,7 +1075,7 @@ msgstr "" "Verzije protokola %1 koje podržavaju ovaj računar i server možda nisu " "saglasne." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1196,17 +1092,17 @@ msgstr "" "uključujuhttps://kde-apps.org/ i http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ne upućuje na resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filterski protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L%1 ne podržava " "zahtijevanu radnju." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1254,17 +1150,17 @@ msgstr "" # >> Advice to the user, as in 'Please, attempt to find...', # >> and similar for many messages below after the problem has been stated -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "PokuÅ¡ajte da naÄ‘ete drugi način za postizanje istog ishoda." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očekivana je datoteka" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1273,17 +1169,17 @@ msgstr "" "Zahtjev je očekivao datoteku, ali umjesto toga je pronaÄ‘en direktorij " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ovo je možda greÅ¡ka na strani servera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očekivan je direktorij" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1292,19 +1188,19 @@ msgstr "" "Zahtjev je očekivao direktorij, ali umjesto toga je pronaÄ‘ena datoteka " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Datoteka ili direktorij ne postoji" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" "Naznačena datoteka ili direktorij %1 ne postoji." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1313,22 +1209,22 @@ msgstr "" "Zahtijevana datoteka ne može biti napravljena zato Å¡to istoimena datoteka " "već postoji." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Premjestite trenutnu datoteku negdje drugdje, pa pokuÅ¡ajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "ObriÅ¡ite trenutnu datoteku i pokuÅ¡ajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Izaberite drugo ime za novu datoteku." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1337,27 +1233,27 @@ msgstr "" "Zahtijevani direktorij ne može biti napravljen zato Å¡to istoimeni " "direktorij već postoji." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Premjestite trenutni direktorij negdje drugdje, pa pokuÅ¡ajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "ObriÅ¡ite trenutni direktorij i pokuÅ¡ajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Izaberite drugo ime za novi direktorij." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nepoznat domaćin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1366,36 +1262,36 @@ msgstr "" "GreÅ¡ka „nepoznat domaćin“ ukazuje da server sa zahtijevanim imenom, " "%1, ne može biti pronaÄ‘en na Internetu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Ime koje ste unijeli, %1, možda ne postoji: možda je pogreÅ¡no unijeto." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Pristup je odbijen" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Pristup zadatom resursu %1 je odbijen." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Možda ste naveli netačne detalje za autentifikaciju ili ih uopÅ¡te niste ni " "naveli." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "VaÅ¡ nalog nema dozvolu da pristupa datom resursu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1404,12 +1300,12 @@ msgstr "" "Ponovite zahtjev i uvjerite se da su detalji za autentifikaciju ispravno " "unijeti." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Pristup za upis je odbijen" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1418,12 +1314,12 @@ msgstr "" "Ovo znači da je pokuÅ¡aj upisa u datoteku %1 " "odbijen." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne mogu da uÄ‘em u direktorij" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1432,17 +1328,17 @@ msgstr "" "Ovo znači da je pokuÅ¡aj ulaska (drugim riječima otvaranja) u " "zahtijevani direktorij %1 odbijen." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listanje direktorija nije dostupno" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 nije datotečni sistem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1452,12 +1348,12 @@ msgstr "" "Ovo znači da je upućen zahtjev koji zahtijeva utvrÄ‘ivanje sadržaja " "direktorija, a KDE program koji podržava ovaj protokol ne može da to uradi." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Otkrivena je kružna veza" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1470,7 +1366,7 @@ msgstr "" "beskonačnom petljom — tj. datoteka je (možda nekim izokolnim putem) " "povezana sa samim sobom." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1479,27 +1375,27 @@ msgstr "" "ObriÅ¡ite jedan dio petlje tako da viÅ¡e ne bude beskonačna, pa pokuÅ¡ajte " "ponovo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Korisnik je obustavio zahtjev" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zahtjev nije dovrÅ¡en zato Å¡to ga je korisnik obustavio." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ponovo pokuÅ¡ajte zahtjev." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Otkrivena je kružna veza pri kopiranju" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1512,17 +1408,17 @@ msgstr "" "ili niz veza koje rezultuju beskonačnom petljom — tj. datoteka je (možda " "nekim izokolnim putem) povezana sa samom sobom." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne mogu da ostvarim mrežnu vezu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne mogu da stvorim soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1531,8 +1427,8 @@ msgstr "" "Ovo je prilično tehnička greÅ¡ka u kojoj potrebni ureÄ‘aj za mrežnu " "komunikaciju (soket) nije mogao biti stvoren." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1541,12 +1437,12 @@ msgstr "" "Mrežna veza nije možda dobro podeÅ¡ena, ili možda mrežno sučelje nije " "uključeno." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Veza ka serveru je odbijena" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1554,7 +1450,7 @@ msgid "" msgstr "" "Server %1 je odbio da dozvoli ovom računaru da napravi vezu." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1563,7 +1459,7 @@ msgstr "" "Server, dok je trenutno povezan na Internet, ne može biti podeÅ¡en da " "dozvoljava zahtjeve." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1572,7 +1468,7 @@ msgstr "" "Na serveru, dok je trenutno povezan na Internet, možda nije pokrenut " "zahtijevani servis (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1479,12 @@ msgstr "" "Å¡titeći vaÅ¡u ili mrežu servera, možda je intervenisao i spriječio " "zahtjev." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Veza sa serverom je neočekivano zatvorena" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1493,7 @@ msgstr "" "Iako je uspostavljena veza sa %1, zatvorena je na " "neočekivanoj tački komunikacije." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1502,17 @@ msgstr "" "Možda je doÅ¡lo do greÅ¡ke u protokolu, koja je prouzrokovala da server u " "odgovor zatvori vezu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL resurs je neispravan" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 nije filterski protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1639,17 +1535,17 @@ msgstr "" "može učiniti. Ovo je rijedak dogaÄ‘aj, i vrlo vjerovatno ukazuje na greÅ¡ku " "u programiranju." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ne mogu da pripremim ulazno/izlazni ureÄ‘aj" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne mogu da montiram ureÄ‘aj" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1658,7 +1554,7 @@ msgstr "" "Zahtijevani ureÄ‘aj nije mogao biti pripremljen („montiran“). " "Prijavljena greÅ¡ka je: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1669,7 +1565,7 @@ msgstr "" "ili, ako se radi o perifernom/prenosnom ureÄ‘aju, možda nije ispravno " "povezan." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1680,7 +1576,7 @@ msgstr "" "sistemima često su potrebna ovlašćenja sistem-administratora za " "pripremanje ureÄ‘aja." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1690,17 +1586,17 @@ msgstr "" "medijum, a prijenosni ureÄ‘aji moraju biti povezani i uključeni; zatim " "pokuÅ¡ajte ponovo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ne mogu da otpustim ulazno/izlazni ureÄ‘aj" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne mogu da demontiram ureÄ‘aj" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1709,7 +1605,7 @@ msgstr "" "Zahtijevani ureÄ‘aj nije mogao biti otpuÅ¡ten („demontiran“). " "Prijavljena greÅ¡ka je: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1720,7 +1616,7 @@ msgstr "" "ÄŒak i otvoren prozor pregledača na lokaciji na ovom ureÄ‘aju može da " "izazove ovakvo zauzeće." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1731,18 +1627,18 @@ msgstr "" "sistemima često su potrebna ovlašćenja sistem-administratora za " "otpuÅ¡tanje ureÄ‘aja." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Uvjerite se da nijedan program ne pristupa ureÄ‘aju, pa pokuÅ¡ajte ponovo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ne mogu da čitam iz resursa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1751,17 +1647,17 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, doÅ¡lo " "je do greÅ¡ke pri čitanju sadržaja iz njega." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Možda nemate dozvole za čitanje iz ovog resursa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ne mogu da piÅ¡em u resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1770,22 +1666,22 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, doÅ¡lo " "je do greÅ¡ke pri upisu sadržaja u njega." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možda nemate dozvole za pisanje u ovaj resurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ne mogu da sluÅ¡am za mrežnim vezama" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ne mogu da povežem" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1796,17 +1692,17 @@ msgstr "" "komunikaciju (soket) nije mogao biti uspostavljen tako da sluÅ¡a dolazeće " "mrežne veze." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ne mogu da sluÅ¡am" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne mogu da prihvatim mrežnu vezu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1815,33 +1711,33 @@ msgstr "" "Ovo je prilično tehnička greÅ¡ka do koje je doÅ¡lo prilikom pokuÅ¡aja da se " "prihvati dolazeća mrežna veza." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Možda nemate dozvole za prihvatanje ove veze." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ne mogu da se prijavim: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Prijavljivanje radi izvoÄ‘enja zahtijevanog postupka nije uspjelo." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ne mogu da odredim stanje resursa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ne mogu da ispitam resurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1850,70 +1746,70 @@ msgstr "" "OdreÄ‘ivanje podatka o stanju resursa %1 (naziv, tip, " "veličina, itd.) nije uspjelo." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Zadati resurs možda ne postoji ili nije pristupačan." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ne mogu da otkažem listanje" # well-spelled: POPRAVIME -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "POPRAVIME: Dokumentuj ovo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne mogu da napravim direktorij" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pravljenje zahtijevanog direktorija nije uspjelo." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokacija gdje je direktorij trebao da se napravi možda ne postoji." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne mogu da uklonim direktorij" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Uklanjanje zadatog direktorija %1 nije uspjelo." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Zadati direktorij možda ne postoji." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Zadati direktorij možda nije prazna." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Uvjerite se da direktorij postoji i da je prazan, pa pokuÅ¡ajte ponovo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne mogu da nastavim prijenos datoteke" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1922,44 +1818,44 @@ msgstr "" "Zadati zahtjev je zatražio da se prijenos datoteke %1 nastavi od odreÄ‘ene tačke. To nije bilo moguće." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, ili server, možda ne podržava nastavak prijenosa." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ponovite zahtjev bez pokuÅ¡aja da se prijenos nastavi." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne mogu da preimenujem resurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Preimenovanje navedenog resursa %1 nije uspjelo." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ne mogu da izmijenim dozvole resursa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Promjena dozvola za navedeni resurs %1 nije uspjela." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ne mogu da promijenim vlasniÅ¡tvo nad resursom" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 nije uspjela." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne mogu da obriÅ¡em resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Brisanje navedenog resursa %1 nije uspjelo." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočekivano okončanje programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 neočekivano je prekinut." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nema memorije" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 nije mogao da dobije memoriju potrebnu za nastavak." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nepoznat proksi domaćin" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, doÅ¡lo je do greÅ¡ke „nepoznat domaćin“. Ova greÅ¡ka znači da " "zahtijevano ime nije moglo da se pronaÄ‘e na Internetu." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2032,17 +1928,17 @@ msgstr "" "Ako ste u skorije vrijeme pristupali Internetu bez problema, ovo je malo " "vjerovatno." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Pažljivo provjerite postavke proksija i pokuÅ¡ajte ponovo." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Autentifikacija nije neuspjela: metod %1 nije podržan" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2053,7 +1949,7 @@ msgstr "" "zato Å¡to KDE program koji koji izvodi protokol %1 ne podržava metod koji " "server koristi." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2062,17 +1958,17 @@ msgstr "" "Prijavite grešku na https://bugs.kde.org/ da obavestite KDE tim o nepodržanom metodu autentifikacije." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zahtjev je otkazan" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "UnutraÅ¡nja greÅ¡ka u serveru" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2081,7 +1977,7 @@ msgstr "" "Program na serveru koji obezbjeÄ‘uje pristup protokolu %1 " "prijavio je unutraÅ¡nju greÅ¡ku: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2090,12 +1986,12 @@ msgstr "" "Ovo je najvjerovatnije izazvano greÅ¡kom u programu na serveru. Razmislite o " "slanju izvjeÅ¡taja o greÅ¡ci kao Å¡to je objaÅ¡njeno ispod." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Obratite se administratoru servera da biste mu ukazali na problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2104,41 +2000,30 @@ msgstr "" "Ako znate ko su autori programa na serveru, poÅ¡aljite izvjeÅ¡taj direktno " "njima." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "GreÅ¡ka prekoračenja vremena" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Iako je server kontaktiran, odgovor nije primljen u okviru vremena " -"dodeljenog za zahtjev na sljedeći način:
    • vrijeme za uspostavljanje " -"veze: %1 sek.
    • vrijeme za prijem odgovora: %2 sek.
    • vrijeme za " -"pristup proksi serverima: %3 sek.
    Imajte na umu da ove vrijednosti " -"možete izmijeniti u Sistemskim postavkama KDE‑a, pod Mrežne " -"postavke->Postavke povezivanja.
    " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Server je bio prezauzet odgovaranjem na druge zahtjeve da bi odgovorio." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nepoznata greška" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je nepoznatu grešku: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nepoznat prekid" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je prekid nepoznatog tipa: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne mogu da obrišem izvornu datoteku" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2177,12 +2062,12 @@ msgstr "" "kraju postupka premiještanja. Izvorna datoteka %1 nije " "mogla biti obrisana.
    " -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne mogu da obrišem privremenu datoteku" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2193,12 +2078,12 @@ msgstr "" "upisivao sadržaj koji se preuzima. Ta privremena datoteka %1 nije mogla biti obrisana.
    " -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne mogu da preimenujem izvornu datoteku" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2207,12 +2092,12 @@ msgstr "" "Postupak je zahtijevao preimenovanje izvorne datoteke %1, ali se to nije moglo izvesti." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne mogu da preimenujem privremenu datoteku" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2221,34 +2106,34 @@ msgstr "" "Postupak je zahtijevao stvaranje privremene datoteke %1, ali se to nije moglo izvesti." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne mogu da napravim vezu" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne mogu da napravim simboličku vezu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Zahtijevana simbolička veza %1 nije mogla biti " "napravljena." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Bez sadržaja" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk je pun" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2257,7 +2142,7 @@ msgstr "" "Zahtijevana datoteka %1 nije mogla da bude zapisana " "jer nema dovoljno prostora na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2268,12 +2153,12 @@ msgstr "" "neželjene i privremene datoteke, 2) arhivirati neke na uklonjivi medijum " "poput CD‑a, ili 3) nabaviti veći disk." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Izvorna i odrediÅ¡na datoteka su identične" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2282,17 +2167,17 @@ msgstr "" "Postupak nije mogao biti dovrÅ¡en zato Å¡to su izvorna i odrediÅ¡na datoteka " "jednu te isto." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Izaberite drugačije ime za odrediÅ¡nu datoteku." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Datoteka ili fascikla pala na sebe" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2302,17 +2187,17 @@ msgstr "" "folder su isti." # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Ispustite stavku u drugu datoteku ili fasciklu." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Fascikla je premeštena u sebe" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2320,17 +2205,17 @@ msgid "" msgstr "Operacija nije mogla da se završi jer se izvor ne može pomeritiu sebe." # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Premestite stavku u drugu fasciklu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nije moguće komunicirati sa serverom lozinki" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2339,25 +2224,25 @@ msgstr "" "Operacija nije mogla da se završi jer je usluga za traženjelozinke " "(kpassvdserver) nije moguće kontaktirati" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Pokušajte ponovo pokrenuti sesiju ili potražite u dnevnikima greške iz kiod-" "a." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne mogu da pripremim protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Nije moguće kreirati io-slave" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2369,7 +2254,7 @@ msgstr "" "Io-slave koji omogućava pristup %1 protokolu ne može biti " "pokrenut. Ovo se obično događa zbog tehničkih razloga." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2381,13 +2266,13 @@ msgstr "" "klauncher nije mogao pronaći ili pokrenuti dodatak koji pruža protokol.To " "znači da možda imate zastarjelu verziju dodatka." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nije moguće prenijeti %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2397,7 +2282,7 @@ msgstr "" "Datoteka %1 se ne može prenijeti, jer jeodredišni " "sistem datoteka ne podržava datoteke tako velike" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2406,28 +2291,28 @@ msgstr "" "Reformatirajte odredišni disk da biste koristili sistem datoteka koji " "podržava datoteke takovelike." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentovana greÅ¡ka" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(simbolička veza ka %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, veza ka %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (pokazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2436,12 +2321,12 @@ msgstr "" "LoÅ¡e formiran URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nije moguće odrediti tip datoteke za %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2450,13 +2335,13 @@ msgstr "" "Ne mogu da izvučem izvrÅ¡no ime iz %1, unesite ispravno " "ime programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ne izgleda kao izvršni program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2466,93 +2351,93 @@ msgstr "" "%1 nije pronađen; unesite ispravnu putanju do izvršnog " "programa." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava otvaranje veza." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava zatvaranje veza." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 ne podržava pristupanje datotekama." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Upis u %1 nije podržan." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nema nikakvih posebnih radnji za protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 ne podržava listanje direktorija." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Preuzimanje podataka preko %1 nije podržano." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Dobavljanje podatka o MIME tipu preko %1 nije podržano" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Preimenovanje ili premijeÅ¡tanje datoteka unutar %1 nije podržano." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje simboličkih veza." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiranje datoteka unutar %1 nije podržano." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Brisanje datoteka preko %1 nije podržano." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje direktorija." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava mijenjanje atributa datotekama." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava mijenjanje vlasniÅ¡tva nad datotekama." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Protokol %1 ne podržava otvaranje datoteka." # >> %2 is a numeric code of the action -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 ne podržava radnju %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2561,116 +2446,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nepoznat protokol „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne mogu da pronaÄ‘em U/I zahvat za protokol „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne mogu da kreiram utičnicu za pokretanje io-slave za protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne mogu da pronađem izvršnu 'kioslave5' komandu na '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalji" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Zauvijek" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Nas&tavi" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Samo za &tekuću sesiju" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Napravite folder" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Napravite folder" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Niste izabrali datoteku za brisanje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ničijeg za brisanje" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Niste izabrali datoteku za bacanje u smeće." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ničijeg za smeće" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Navedeni direktorij ne postoji ili se ne može čitati." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meni" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Roditeljski direktorij" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Vrati se" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Idi naprijed" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Lični direktorij" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Učitaj ponovo" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2678,203 +2586,203 @@ msgctxt "@action" msgid "New Folder…" msgstr "Novi Direktorij" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Premjesti u smeće" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "ObriÅ¡i" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "ReÄ‘anje" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sortiraj po imenu" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sortiraj po veličini" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sortiraj po datumu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sortiraj po tipu" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Uzlazni" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Silazni" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "prvo direktoriji" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Skrivene datoteke" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Prikaz ikona" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktni prikaz" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Položaj ikona" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "pored imena datoteke" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "iznad imena datoteke" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Prikaz stabla" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljni prikaz stabla" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Dozvoli proširenje u prikazu detalja" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Skrivene datoteke" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Prikaži tablu za pregled" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pregled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Otvorite fasciklu koja sadrži" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Svojstva" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Prikaz" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Prvo Najnovije" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Prvo Najstarije" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Prvo Najnovije" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Prvo Najveće" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Prvo Najmanje" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodiranje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otvori" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sačuvaj kao" @@ -2923,40 +2831,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Premjestite ovdje" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Sve datoteke" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Svi podržani tipovi datoteka" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Sve datoteke" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodavanje stavke u Mjesta" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Uredi stavku u Mjestima" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2969,17 +2877,17 @@ msgstr "" "stavka upućuje. Ako je ne unesete, biće izvedena iz URL‑a lokacije.

    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiketa:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Ovdje ide opisna etiketa" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2992,12 +2900,12 @@ msgstr "" "kde/stable

    Klikom na dugme pored polja za unos teksta možete " "pregledati navedeni URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokacija:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3006,17 +2914,17 @@ msgstr "" "Ovo je ikona koja će se stajati uz stavku u panelu Mjesta.

    Kliknite na dugme da izaberete neku drugu.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izaberite &ikonu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Prikazuj samo u okviru &ovog programa (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3027,142 +2935,149 @@ msgstr "" "tekući program (%1).

    U suprotnom, stavka će biti dostupna u " "svim programima.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Udaljen" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Skorašnji" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Tražiti" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Uređaji" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Prenosivi uređaji" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Oznake" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Greška %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Sve oznake" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "LičniDirektorij" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Desktop" # well-spelled: POPRAVIME -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenta" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Preuzimanja" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Mreža" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smeće" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzika" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Slike" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video zapisi" # >> @title:window -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nedavne datoteke" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nedavne lokacije" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modifikovano danas" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Izmijenjeno juče" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nije moguće dodati na tablu Mjesta: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Na tablu Mjesta se mogu dodati samo fascikle." +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfigurišite veb prečice..." + # >> Release a removable djevice, so that it can bje unplugged. -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Release" @@ -3171,13 +3086,13 @@ msgid "Releasing…" msgstr "&Oslobodi" # >> Release a removable djevice, so that it can bje unplugged. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Oslobodi" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Safely Remove" @@ -3185,13 +3100,13 @@ msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Bezbjedno ukloni" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Bezbjedno ukloni" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3199,39 +3114,39 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Demontiranje" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Demontiraj" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Izbaci" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "UreÄ‘aj „%1“ nije disk i ne može se izbaciti." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "GreÅ¡ka pri pristupu %1, sistem javlja: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "GreÅ¡ka pri pristupu %1" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3243,19 +3158,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3263,43 +3178,43 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Slobodno %1 od %2 (%3% popunjeno)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skriveno)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Isprazni smeće" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montiraj" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otvorite u novoj kartici" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Otvori u novom prozoru" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "Add Entry…" @@ -3307,7 +3222,7 @@ msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj stavku…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Edit…" @@ -3315,43 +3230,43 @@ msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Uredi…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Uklonite fajl" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Sakrij" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Sakrij odeljak '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Sakrij odeljak" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Prikaži sve unose" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Veličina ikone" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3359,53 +3274,53 @@ msgctxt "" msgid "Auto Resize" msgstr "Auto promjena veličine" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Mala (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Srednja (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Veliki (%1k%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Ogromna (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Možete izabrati samo jednu datoteku." # >> @title:window -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Zadato viÅ¡e od jedne datoteke" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Možete birati samo lokalne datoteke." # >> @title:window -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Udaljene datoteke se ne prihvataju" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3422,56 +3337,22 @@ msgstr[2] "" "Odabrani URL koristi nepodržanu šemu. Molimo koristite jedno od " "sljedećegšeme: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nepodržana URL šema" -# skip-rule: list, list3 -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Izabrano je viÅ¡e od jednog direktorija, a kako ovaj dijalog ne prihvata " -"direktorije, nije moguće odlučiti u koji da se uÄ‘e. Izaberite samo jedan " -"da ga izlistate." - -# >> @title:window -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Zadato viÅ¡e od jednog direktorija" - -# skip-rule: list, list3 -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Izabran je bar jedan direktorij i jedna datoteka. Izabrane datoteke će biti " -"ignorisane, a direktorij izlistan" - -# >> @title:window -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Izabrane datoteke i direktoriji" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Ne mogu da naÄ‘em datoteku %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ne mogu da otvorim datoteku" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3482,43 +3363,44 @@ msgstr "" "primer, ako je trenutna lokacija file:/home/konki, klik na ovo dugme će vas " "odvesti do file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknite ovdje da odete jedan korak unazad u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Kliknite ovdje da odete jedan korak unaprijed u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknite ovdje da ponovo učitate sadržaj tekuće lokacije." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknite ovdje da napravite novi direktorij." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Prikaži navigacioni panel Mjesta" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Prikaži dugme za obeleživače" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Skrivene datoteke" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcije" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3534,12 +3416,12 @@ msgstr "" "li>
  • pregledi datoteka
  • odvajanje fascikli od datoteka
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ZabiljeÅ¡ke" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3553,12 +3435,39 @@ msgstr "" "datoteka, ali se inače ponaÅ¡aju kao bilo gdje drugdje u KDE‑u." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ime:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Poništi promjene" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Otvorite fasciklu koja sadrži" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Ime datoteke:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skrivene datoteke" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3570,12 +3479,12 @@ msgstr "" "poklapanja. Ovu mogućnost možete kontrolisati desnim klikom i izborom " "poželjnog režima iz menija Dopuna teksta." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ovo je ime pod kojim će se datoteka sačuvati." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3584,77 +3493,82 @@ msgstr "" "Ovo je spisak datoteka za otvaranje. ViÅ¡e datoteka se može zadati " "navoÄ‘enjem njihovih imena razdvojenih razmacima." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ovo je ime datoteke koji treba otvoriti." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" "Datoteka %1 već postoji. Želite li da je prebriÅ¡ete?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prebrisati datoteku?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Možete birati samo lokalne datoteke." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Udaljene datoteke se ne prihvataju" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Svi direktoriji" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Napravi direktorij" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otvori" # >! Needs plurals. -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Veličina ikona: %1 piksela" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatski izaberi &nastavak imena datoteke (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "nastavak %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatski izaberi &nastavak imena datoteke" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "prikladan nastavak" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3681,12 +3595,12 @@ msgstr "" "niste sigurni, ostavite ovu opciju uključenom jer je tako lakÅ¡e rukovati " "datotekama.
    " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Tip fajla:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3695,58 +3609,19 @@ msgstr "" "Ovo je birač tipa datoteke. Koristi se za odabir formata koji ćedatoteka " "će biti sačuvana kao." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"

    Ovo je filter koji se primjenjuje na spisak datoteka. Imena datoteka " -"koja se ne uklapaju u filter neće biti prikazana.

    Možete izabrati " -"jedan od predefinisanih filtera, ili unijeti neki poseban direktno u polje " -"za tekst.

    Dozvoljeni su džokeri poput * i ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Napravi novi tip datoteke" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Ovo je birač tipa datoteke. Koristi se za odabir formata koji ćedatoteka " +"će biti sačuvana kao." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Žalim" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Datoteka Å¡ablona %1 ne postoji." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Naziv za novi link:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Stvaranje veze ka URL‑u" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3754,7 +3629,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Izaberi drugo ime" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Žalim" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Datoteka Å¡ablona %1 ne postoji." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Naziv za novi link:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Kreiraj simboličku vezu" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Stvaranje veze ka URL‑u" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3764,7 +3670,7 @@ msgstr "" "Ime %1 se ne može koristiti jer je rezervirano " "zakoristi operativni sistem." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3774,7 +3680,7 @@ msgstr "" "Ime %1 počinje tačkom, tako da će podrazumevano biti " "skriveno." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3786,29 +3692,37 @@ msgstr "" "se ispred drugih stavki kada se sortira po abecednom redu, između " "ostalogpotencijalne neobičnosti." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Korištenje kosih crta u nazivima foldera će kreirati podmape, na sljedeći " "način:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Korištenje kosih crta u nazivima mapa stvorit će podmape." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Kose crte se ne mogu koristiti u nazivima datoteka i foldera." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Obrnute kose crte se ne mogu koristiti u nazivima datoteka i foldera." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3817,65 +3731,117 @@ msgstr "" "Pokretanje naziva datoteke ili mape tildom se ne preporučuje jer je takomože " "biti zbunjujuće ili opasno kada koristite terminal za brisanje stvari." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Direktorijum sa imenom %1 već postoji." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Datoteka sa imenom %1 već postoji." # >> @action Create new document -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Napravi novi" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Veza ka ureÄ‘aju" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Novi Direktorij" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Napravite folder" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Kreirajte novi folder u %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Izaberi drugo ime" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Uobičajeno" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Napravi novi tip datoteke" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Izaberite program za %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Izaberite &ikonu:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiraj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Umetni" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Open in New Tab" @@ -3883,7 +3849,7 @@ msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otvorite u novoj kartici" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Open in New Window" @@ -3891,22 +3857,22 @@ msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Otvori u novom prozoru" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Izmijeni" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigacija" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Puna putanja" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3914,7 +3880,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Nije moguće prenijeti %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3926,6 +3892,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Mjesta" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3949,28 +3924,28 @@ msgstr "Drugo" msgid "Edit mode" msgstr "Mod editovanja" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite za kretanje kroz lokacije" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite za ureÄ‘ivanje lokacije" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Niste ovlašćeni da izvrÅ¡ite ovu datoteku." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Pokretanje %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -3978,12 +3953,12 @@ msgid "" "%2." msgstr "Nije moguće učiniti uslugu %1 izvršnom, prekida se izvršavanje.\n" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Niste ovlašćeni da izaberete program za otvaranje ove datoteke." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4011,12 +3986,18 @@ msgstr "Greška pri čuvanju slike na %1" msgid "Icon file too big, download aborted" msgstr "Datoteka ikone je prevelika, preuzimanje je prekinuto" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nije pronađen nijedan klijent za poštu" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4027,30 +4008,30 @@ msgstr "" " %1\n" " nije važeća." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Pokrećem %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ne mogu da naÄ‘em datoteku %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nije pronađen emulator terminala" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Otvaranje %1 nije uspjelo" # literal-segment: URL= -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4061,7 +4042,7 @@ msgstr "" "%1\n" "tipa je veze, ali nema unos URL=...." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4070,7 +4051,7 @@ msgstr "" "Izvršna datoteka „%1“ se nalazi na udaljenom sistemu datoteka. Iz " "bezbednosnih razloga neće se pokrenuti." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4078,7 +4059,7 @@ msgstr "" "Iz sigurnosnih razloga, pokretanje izvršnih datoteka nije dozvoljeno u ovom " "kontekstu." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4086,7 +4067,7 @@ msgid "" msgstr "" "Program \"%1\" mora imati izvršnu dozvolu prije nego što može bitipokrenut." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4095,14 +4076,14 @@ msgstr "" "Nije moguće učiniti datoteku \"%1\" izvršnom.\n" " %2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" "Datoteka s elementima radne povrÅ¡ine %1 nema unos " "Type=...." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4113,12 +4094,12 @@ msgstr "" "Provjerite svoje otvorene aplikacije i područje obavijesti da li ima " "zadataka na čekanjuili preuzimanja." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Otvaranje datoteke nije uspelo." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Program „%1“ nije mogao da se pokrene." @@ -4208,72 +4189,67 @@ msgstr "" "je izmijenjeno.\n" "Želite li učitati promjene?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Otvara udaljene datoteke, gleda modifikacije, traži upload" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developeri" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tretirajte URL-ove kao lokalne datoteke i izbrišite ih nakon toga" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Predloženo ime datoteke za preuzetu datoteku" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Naredba za izvršenje" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(ovi) ili lokalni fajl(ovi) koji se koristi za 'naredbu'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Postavljam ACL za %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4282,7 +4258,7 @@ msgstr "" "Ne mogu da izmijenim dozvole za\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4291,118 +4267,38 @@ msgid "" "%1" msgstr "Ne mogu da promijenim vlasniÅ¡tvo nad %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne mogu da preimenujem privremenu datoteku" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ne mogu da pronaÄ‘em naredbu mount" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ne mogu da pronaÄ‘em naredbu umount" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Promjenite dozvole za datoteke" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nove dozvole: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Promijenite vlasnika datoteke" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Novi vlasnik: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Uklonite fajl" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Uklonite direktorijum" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Napravi direktorij" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Dozvole direktorijuma: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Otvori datoteku" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Otvori direktorijum" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Novo Ime datoteke: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Meta: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Promijeni vremensku oznaku" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Od: %1, do: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nepoznata radnja" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Radnja: %1\n" -"Izvor: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ne mogu da kopiram datoteku iz %1 u %2. (br.greÅ¡ke: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nema medijuma u ureÄ‘aju za %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ne mogu da dobavim korisnički ID za dato ime korisnika %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ne mogu da dobavim grupni ID za dato ime grupe %1" @@ -4444,32 +4340,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Morate navesti korisničko ime i lozinku za pristup ovom sajtu." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sajt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Prijava u redu" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne mogu da se prijavim na %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4478,7 +4374,7 @@ msgstr "" "\n" " Server je rekao: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4487,12 +4383,12 @@ msgstr "" "Morate navesti korisničko ime i lozinku za proksi server naveden ispod prije " "nego Å¡to vam se dozvoli pristup bilo kom sajtu." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentifikacija proksija nije uspjela." @@ -4545,113 +4441,113 @@ msgstr "" "Želite li da prihvatite ovaj sertifikat zauvijek, bez pitanja ubuduće?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentifikacija servera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Inače, zahtjev bi uspio." # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "dobave vrijednosti svojstva" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "postavi vrijednosti svojstva" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "napravi zahtijevani direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopira navedenu datoteku ili direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "pomjeri navedenu datoteku ili direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "traži u navedenom direktoriju" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zaključa navedenu datoteku ili direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "otključa navedenu datoteku ili direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "obriÅ¡e navedenu datoteku ili direktorij" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "upita server za sposobnosti" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "dobavi sadržaj navedene datoteke ili direktorija" # U sklopu rečenice: „...pri pokuÅ¡aju da se ...“ ili „Ne može ...“ -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "izvrÅ¡i izvjeÅ¡taj u navedenom direktoriju" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Neočekivana greÅ¡ka (%1) pri pokuÅ¡aju da se %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4659,13 +4555,13 @@ msgid "" "below." msgstr "GreÅ¡ka pri pokuÅ¡aju da se %1, %2. Sažetak razloga je dat ispod." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Odbijen je pristup pri pokuÅ¡aju da se %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4674,7 +4570,7 @@ msgstr "" "Resurs ne može biti napravljen na odrediÅ¡tu sve dok se jedna ili viÅ¡e " "posrediÅ¡nih zbirki (direktorija) ne napravi." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4689,28 +4585,28 @@ msgstr "" " da se datoteke ne prepisuju.\n" " %1." -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Traženo zaključavanje nije bilo odobreno. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server ne podržava tip zahtijeva u tijelu." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ne može da se %1 zato Å¡to je resurs zaključan." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ova radnja je spriječena drugom greÅ¡kom." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4720,7 +4616,7 @@ msgstr "" "Ne može da se %1 zato Å¡to odrediÅ¡ni server odbija da prihvati datoteku " "ili direktorij." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4729,19 +4625,19 @@ msgstr "" "OdrediÅ¡ni resurs nema dovoljno prostora da zapiÅ¡e stanje resursa poslije " "izvrÅ¡enja ove metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurs se ne može obrisati." # U sklopu rečenice: „pri pokuÅ¡aju da se ...“ ili „ne može ...“ -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "okači %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4752,15 +4648,15 @@ msgstr "Neočekivana greÅ¡ka (%1) pri pokuÅ¡aju da se %2." msgid "Network" msgstr "Mreža" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Pogrešna URL adresa %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4773,12 +4669,12 @@ msgstr "" "upotrijebite operaciju vraćanja ili prevucite stavku bilo gdje drugdje da " "bistega vratili." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Nevažeća kombinacija protokola." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ova datoteka je već u korpi za otpatke." @@ -4814,7 +4710,7 @@ msgstr "Ispraznite sadržaj smeća" msgid "Restore a trashed file to its original location" msgstr "Vratite datoteku u otpad na originalnu lokaciju" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Smeće je puno. Ispraznite ga ili uklonite predmete ručno." @@ -4835,17 +4731,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Pokušajte ponovo" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dijalog za autentifikaciju" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Pristup odbijen" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemate dozvolu za pristup protokolu %1." @@ -4954,13 +4850,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Očekivana kontrolna suma (MD5, SHA1, SHA256 ili SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4968,28 +4864,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4999,9 +4895,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Izračunaj" @@ -5010,23 +4906,23 @@ msgstr "Izračunaj" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknite da biste kopirali kontrolni zbir u međuspremnik." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "O&tkažite" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Premjesti ovdje" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -5034,119 +4930,206 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Preuzimanja" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiraj ovdje" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Link ovdje" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Pokrećem %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Šta želite da uradite sa ovom datotekom?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ne pitaj ponovo" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otvori" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Izvrši" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otvori pomoću %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Poništi promjene" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Poništavanje ove operacije zahteva root privilegije. Da li želite da " -"nastavite?" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Šta želite da uradite sa ovom datotekom?" # >> @info:progress -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Pravim direktorij" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Izvor" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Odredište" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopiranje" + # >> @info:progress -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "PremijeÅ¡tam" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "Preimenuj" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Premjesti u smeće" + # >> @info:progress -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "BriÅ¡em" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "O&pozovi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "P&oniÅ¡ti kopiranje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "O&pozovi povezivanje" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "O&pozovi premijeÅ¡tanje" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "O&pozovi preimenovanje" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "O&pozovi bacanje" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&PoniÅ¡ti stvaranje direktorija" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Opozov&i: Kreiraj folder(e)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&PoniÅ¡ti stvaranje datoteke" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Opozov&i: preimenovanje" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "P&oniÅ¡ti kopiranje" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "O&pozovi povezivanje" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "O&pozovi premijeÅ¡tanje" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "O&pozovi preimenovanje" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "O&pozovi bacanje" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&PoniÅ¡ti stvaranje direktorija" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Opozov&i: Kreiraj folder(e)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&PoniÅ¡ti stvaranje datoteke" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Opozov&i: preimenovanje" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5160,12 +5143,12 @@ msgstr "" "izgubljene.\n" "Želite li zaista da obriÅ¡ete %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potvrda poniÅ¡tavanja kopiranja datoteka" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5177,22 +5160,23 @@ msgstr "" "filename>Ova radnja se ne može opozvati." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Izbriši trajno" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Izbriši trajno" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5215,7 +5199,7 @@ msgstr[2] "" "Da li zaista želite da trajno izbrišete ovih %1 stavke?Ova radnja se ne može opozvati." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5225,13 +5209,13 @@ msgstr "" "Da li želite da trajno izbrišete sve stavke iz Smeća?Ova radnja se ne može opozvati." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Isprazni smeće" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5241,7 +5225,7 @@ msgstr "" "Da li zaista želite da premestite ovu stavku u Smeće?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5331,7 +5315,7 @@ msgstr "Vlasnik" msgid "Owning Group" msgstr "Vlasnička grupa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostali" @@ -5407,66 +5391,66 @@ msgstr "Ažuriranje postave sistema" msgid "Updating system configuration…" msgstr "Ažuriram postavu sistema..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ime" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "veličina" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "dozvole" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "vlasnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "tip" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Otvori &pomoću %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Akcije" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5474,7 +5458,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Otvori fasciklu sa" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5482,29 +5466,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Izvrši" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Otvori fasciklu sa %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otvori pomoću %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otvori fasciklu sa" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5512,7 +5503,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Druga aplikacija..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5521,113 +5512,135 @@ msgstr[0] "%1 stavka" msgstr[1] "%1 stavke" msgstr[2] "%1 stavki" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "nepoznat" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zaustavi" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Istražite u Filelight-u" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montirano sa:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Slobodan prostor:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tip:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Sadržaj:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Otvori pomoću:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Promijeni..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Lokacija:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Veličina:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Promijeni..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Sadržaj:" +msgid "Stop" +msgstr "Zaustavi" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Istražite u Filelight-u" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Veza ka:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Izmjena:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Prikaži upozorenje" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Stvaranje:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistem datoteka:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nepoznata veličina" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montirano na:" +msgid "Modified:" +msgstr "Izmjena:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Pristup:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Otvori pomoću:" +msgid "File system:" +msgstr "Datotečni sistem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montirano na:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montirano sa:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Slobodan prostor:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nepoznata veličina" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5930,10 +5943,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Unesite ovdje opis programa, na osnovu njegove namjene. Na primjer: program " "za modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom " @@ -5941,16 +5957,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Opis:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&OpÅ¡te" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Unesite ovdje kakav god koristan komentar." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Unesite ovdje opis programa, na osnovu njegove namjene. Na primjer: program " +"za modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom " +"na Internet“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5960,9 +5986,10 @@ msgstr "&Komentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Pokaži &vrijednost varijabli okruženja" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6183,7 +6210,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Dijeli" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6193,36 +6220,59 @@ msgstr "" "Nije moguće sačuvati svojstva zbog nedovoljnog pristupa za pisanje na:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&OpÅ¡te" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Istražite u %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Osvježi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Nije moguće prenijeti %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nepoznata veličina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6231,8 +6281,8 @@ msgstr "" "Računam... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6240,8 +6290,8 @@ msgstr[0] "%1 datoteka" msgstr[1] "%1 datoteke" msgstr[2] "%1 datoteka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6249,94 +6299,100 @@ msgstr[0] "%1 poddirektorij" msgstr[1] "%1 poddirektorija" msgstr[2] "%1 poddirektorija" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Izračunavanje...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Najmanje %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novo ime datoteke je prazno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Podržani tipovi datoteka:" # >> @title:window -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nema povezane aplikacije" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Stvaranje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Change..." msgctxt "@action:button" msgid "Change…" msgstr "Promijeni..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Bez Pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Može samo da gleda" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Može pregledati & mijenjati" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Može samo da gleda sadržaj" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "prikaz i izmjena sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Može samo da gleda/čita sadržaj" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "prikaz/čitanje i izmjena/pisanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Dozvole pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6344,37 +6400,37 @@ msgstr[0] "Sve datoteke su veze i nemaju dozvole." msgstr[1] "Sve datoteke su veze i nemaju dozvole." msgstr[2] "Sve datoteke su veze i nemaju dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Samo vlasnik može da mijenja dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Vlasnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "OdreÄ‘uje radnje koje su dozvoljene vlasniku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "OdreÄ‘uje radnje koje su dozvoljene članovima grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Ostali:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6384,32 +6440,32 @@ msgstr "" "vlasnik ni članovi grupe." # Jasno iz konteksta da je u pitanju fascikla -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Samo v&lasnik može da preimenuje i briÅ¡e sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "" "Postavite ovu zastavicu da dozvolite izvrÅ¡avanje datoteke kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Podrazumjevano korisničko ime:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Izvrši" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6420,7 +6476,7 @@ msgstr "" "sadržane datoteke i direktorije. Ostali korisnici mogu samo da dodaju nove " "datoteke, ako je data dozvola za izmjenu sadržaja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6429,75 +6485,75 @@ msgstr "" "Uključite ovu opciju da označite datoteku kao izvrÅ¡nu. Ovo ima smisla samo " "za programe i skripte, i neophodno je ako želite da ih izvrÅ¡avate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "VlasniÅ¡tvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Korisnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Primijeni izmjene na sve poddirektorije i njihov sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "klasa" # >> @title:column # „...stavki“ jasno iz konteksta, ružno ovako prelomljeno -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "prikaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ova zastavica omogućava prikazivanje sadržaja direktorija." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "čitanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Zastavica čitanja omogućava prikazivanje sadržaja datoteke." # >> @title:column # „...stavki“ jasno iz konteksta, ružno ovako prelomljeno -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6506,44 +6562,44 @@ msgstr "" "Ova zastavica omogućava dodavanje, preimenovanje i brisanje datoteka. " "Brisanje i preimenovanje mogu biti ograničeni ljepljivom zastavicom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Zastavica za pisanje omogućava izmjenu sadržaja datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ulaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Postavite ovu zastavicu da dozvolite ulazak u direktorij." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "izvrÅ¡na" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Postavite ovu zastavicu da dozvolite izvrÅ¡avanje datoteke kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "posebno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6552,24 +6608,24 @@ msgstr "" "Posebna zastavica. Važi za cijeli direktorij, tačno značenje možete " "vidjeti u desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Posebna zastavica. Tačno značenje možete vidjeti u desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Korisnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6577,7 +6633,7 @@ msgid "" msgstr "" "Sa ovom zastavicom vlasnik direktorija će biti vlasnik svih novih datoteka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6586,7 +6642,7 @@ msgstr "" "Ako je datoteka izvrÅ¡na, uz ovu zastavicu će biti izvrÅ¡avan sa dozvolama " "vlasnika." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6594,7 +6650,7 @@ msgstr "" "Sa ovom zastavicom grupa direktorija će biti korišćena za sve nove " "datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6603,7 +6659,7 @@ msgstr "" "Ako je datoteka izvrÅ¡na, uz ovu zastavica će biti izvrÅ¡avan sa dozvolama " "grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6613,7 +6669,7 @@ msgstr "" "mogu brisati i preimenovati datoteke. Inače, svi sa dozvolom pisanja mogu to " "da rade." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6622,33 +6678,33 @@ msgstr "" "Ljepljiva zastavica na datoteci se ignoriÅ¡e pod Linuxom, ali se može " "koristiti na drugim sistemima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "stavi UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "stavi GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ljepljiva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Veza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Promjenljivo (bez izmjene)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6656,7 +6712,7 @@ msgstr[0] "Ova datoteka koristi napredne dozvole." msgstr[1] "Ove datoteke koriste napredne dozvole." msgstr[2] "Ove datoteke koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6664,51 +6720,40 @@ msgstr[0] "Ovaj direktorij koristi napredne dozvole." msgstr[1] "Ovi direktoriji koriste napredne dozvole." msgstr[2] "Ovi direktoriji koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ove datoteke koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "K&ontrolne sume" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Izračunavanje..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nevažeća kontrolna suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Dati unos nije važeći MD5, SHA1 ili SHA256 kontrolni zbir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolne sume se poklapaju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Izračunata kontrolna suma i očekivana kontrolna suma se poklapaju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6719,13 +6764,13 @@ msgstr "" "preuzimanja. Pokušajte ponovo da preuzmete datoteku.
    Ako verifikacija i " "dalje ne uspe, kontaktirajte izvor datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Izračunata kontrolna suma i očekivana kontrolna suma se razlikuju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6733,18 +6778,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verifikacija kontrolne sume..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Fajlovi su identični." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Fajlovi su različiti." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Izračunavanje..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6752,27 +6817,27 @@ msgstr "" "Nije moguće sačuvati svojstva. Podržani su samo unosi na lokalnim sistemima " "datoteka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodaj tip datoteke za %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Odaberite jedan ili viÅ¡e tipova za dodavanje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "IzvrÅ¡ne datoteke su podržani samo na lokalnom datotečnom sistemu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Napredne opcije za %1" @@ -6876,22 +6941,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Konfigurišite veb prečice..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dijalog za otvaranje datoteke" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Ime datoteke za sadržaj klipborda:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Umetni %1 datoteku" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Umetni sadržaj meÄ‘uspremnika" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6901,19 +6971,19 @@ msgstr "" "izabrani format podataka viÅ¡e nije primjenjiv. Kopirajte ponovo to Å¡to " "želite da umetnete." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Nalepite jednu fasciklu" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Nalepite jednu datoteku" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6922,49 +6992,66 @@ msgstr[0] "Nalijepite jednu stavku" msgstr[1] "Naijlepite %1 stavke" msgstr[2] "Naijlepite %1 stavke" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Umetni sadržaj meÄ‘uspremnika" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Nalijepi" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format podataka:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Ime datoteke za sadržaj klipborda:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Ime datoteke za ispušteni sadržaj:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Veličina: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Primijeni na &sve" # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6975,51 +7062,54 @@ msgstr "" "pri narednom sukobu sa postojećom datotekom u ovom direktoriju." # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kada je ovo označeno, pritisnuto dugme će se primeniti na sve " "narednekonflikti za ostatak trenutnog posla." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Preimenuj" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Predložite novo &ime" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Preskoči" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Nemojte kopirati ili premještati ovaj folder, umjesto toga pređite na " "sljedeću stavku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Nemojte kopirati ili premještati ovaj fajl, umjesto toga pređite na sljedeću " "stavku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Upiši u" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7031,13 +7121,13 @@ msgstr "" "sadržaj.\n" "Ponovo ćete biti upitani u slučaju sukoba s postojećim fajlom uimenik." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Prepiši starije fajlove" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -7046,12 +7136,12 @@ msgstr "" "Odredišni fajlovi koji imaju starija vremena modifikacije će biti " "prepisaniizvor, inače preskočen." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7060,76 +7150,66 @@ msgstr "" "Ova radnja bi prebrisala '%1' sa sobom.\n" "Unesite novi naziv fajla:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "N&astavi" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Izvor" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Odredište" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Odredište je manje za %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Odredište je manje za %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Odredište je manje za %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Odredište je veće za %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Fajlovi su identični." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Fajlovi izgledaju identično." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Fajlovi su različiti." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7138,59 +7218,56 @@ msgstr "" "Fajlovi će vjerovatno biti identični: imaju istu veličinu i njihovusadržaj " "je isti na početku, sredini i kraju." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopiraj fajlove" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Starija stavka pod nazivom '%1' već postoji." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Sličan fajl pod nazivom '%1' već postoji." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Novija stavka pod nazivom '%1' već postoji." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Preimenuj:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Preimenuj stavku" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Preimenuj stavke" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Preimenujte stavku %1 u:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Novo ime #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Datoteka sa imenom %1 već postoji." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ne izgleda kao izvršni program." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7199,38 +7276,206 @@ msgstr[0] "Preimenujte %1 odabranu stavku u: " msgstr[1] "Preimenujte %1 odabrane stavke u: " msgstr[2] "Preimenujte %1 odabrane stavke u: " -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# će biti zamijenjen rastućim brojevima koji počinju sa:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Novo ime #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Preimenujte %1 odabranu stavku u: " +msgstr[1] "Preimenujte %1 odabrane stavke u: " +msgstr[2] "Preimenujte %1 odabrane stavke u: " + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Otvori pomoću:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Preimenujte %1 odabranu stavku u: " +msgstr[1] "Preimenujte %1 odabrane stavke u: " +msgstr[2] "Preimenujte %1 odabrane stavke u: " + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Preimenuj stavku" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Preimenuj stavke" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Podrazumjevano korisničko ime:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pregled" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ne izgleda kao izvršni program." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zamijeni" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Pokušajte ponovo" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Zamijeni Sve" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskoči" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Preskoci Sve" @@ -7317,7 +7562,7 @@ msgstr "" "Udaljeni host nije poslao nijedan SSL certifikat.\n" "Prekidanje jer se ne može utvrditi identitet hosta." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7375,9 +7620,9 @@ msgstr[2] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Da li zaista želite da trajno izbrišete ovu stavku?%1Ova radnja se ne može opozvati.This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Da li zaista želite da trajno izbrišete ovu stavku?Ova radnja se ne može opozvati." +msgstr[1] "" +"Da li zaista želite da trajno izbrišete ovih %1 stavki?Ova radnja se ne može opozvati." +msgstr[2] "" +"Da li zaista želite da trajno izbrišete ovih %1 stavke?Ova radnja se ne može opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Da li zaista želite da trajno izbrišete ovu stavku?%1Ova radnja se ne može opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7408,7 +7694,7 @@ msgstr[2] "" "Da li zaista želite da trajno izbrišete ovih %1 stavke?Ova radnja se ne može opozvati." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7417,51 +7703,271 @@ msgstr[0] "Da li zaista želite premjestiti ovu %1 stavku u Smeće?" msgstr[1] "Želite li zaista da bacite ovu %1 stavku u smeće?" msgstr[2] "Želite li zaista da bacite ovu %1 stavku u smeće?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne pitaj ponovo" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne pitaj ponovo" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne prikazuj ponovo ovu poruku" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Lanac parnjaka za SSL sertifikate djeluje iskvareno." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Upozorenje" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ovo će pokrenuti program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" +#~ msgid "Open With:" +#~ msgstr "Otvori pomoću:" + +#~ msgid "File System:" +#~ msgstr "Sistem datoteka:" + +#~ msgid "Change Attribute" +#~ msgstr "Promjena atributa" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root privilegije su potrebne za promjenu atributa datoteke. Da li " +#~ "želišnastaviti?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Za dovršetak operacije kopiranja potrebne su root privilegije. Da li " +#~ "želišnastaviti?" + +# >> @title:window +#~ msgid "Delete Files" +#~ msgstr "Brisanje datoteka" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Za dovršetak operacije brisanja potrebne su root privilegije. Kako god,to " +#~ "može oštetiti vaš sistem. Želite li nastaviti?" + +#~ msgid "Create Folder" +#~ msgstr "Napravite folder" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Za kreiranje ove fascikle potrebne su root privilegije. Želite li " +#~ "nastaviti?" + +#~ msgid "Move Items" +#~ msgstr "Pomjeri stavke" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Za dovršetak operacije premještanja potrebne su root privilegije. Da li " +#~ "želišnastaviti?" + +#~ msgid "Rename" +#~ msgstr "Preimenuj" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root privilegije su potrebne za završetak preimenovanja. Želite li " +#~ "nastaviti?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Za kreiranje simbolične veze potrebne su root privilegije. Želite li " +#~ "nastaviti?" + +#~ msgid "Transfer data" +#~ msgstr "Prijenos podataka" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root privilegije su potrebne za završetak prijenosa podataka. Da li " +#~ "želišnastaviti?" + +#~ msgid "Undo Changes" +#~ msgstr "Poništi promjene" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Poništavanje ove operacije zahteva root privilegije. Da li želite da " +#~ "nastavite?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Postavljam ACL za %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Promjenite dozvole za datoteke" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nove dozvole: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Promijenite vlasnika datoteke" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Novi vlasnik: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Uklonite fajl" + +#~ msgid "Remove Directory" +#~ msgstr "Uklonite direktorijum" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Dozvole direktorijuma: %1" + +#~ msgid "Open File" +#~ msgstr "Otvori datoteku" + +#~ msgid "Open Directory" +#~ msgstr "Otvori direktorijum" + +#~ msgid "New Filename: %1" +#~ msgstr "Novo Ime datoteke: %1" + +#~ msgid "Target: %1" +#~ msgstr "Meta: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Promijeni vremensku oznaku" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Od: %1, do: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Nepoznata radnja" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Radnja: %1\n" +#~ "Izvor: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Prikaži dugme za obeleživače" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Datoteka Promjenjena" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Unesite ovdje kakav god koristan komentar." + +#~ msgid "Do not ask again" +#~ msgstr "Ne pitaj ponovo" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "

    Ovo je filter koji se primjenjuje na spisak datoteka. Imena " +#~ "datoteka koja se ne uklapaju u filter neće biti prikazana.

    Možete " +#~ "izabrati jedan od predefinisanih filtera, ili unijeti neki poseban " +#~ "direktno u polje za tekst.

    Dozvoljeni su džokeri poput * i ?.

    " + +# skip-rule: list, list3 +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Izabrano je više od jednog direktorija, a kako ovaj dijalog ne prihvata " +#~ "direktorije, nije moguće odlučiti u koji da se uđe. Izaberite samo " +#~ "jedan da ga izlistate." + +# >> @title:window +#~ msgid "More than one folder provided" +#~ msgstr "Zadato više od jednog direktorija" + +# skip-rule: list, list3 +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Izabran je bar jedan direktorij i jedna datoteka. Izabrane datoteke će " +#~ "biti ignorisane, a direktorij izlistan" + +# >> @title:window +#~ msgid "Files and folders selected" +#~ msgstr "Izabrane datoteke i direktoriji" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Iako je server kontaktiran, odgovor nije primljen u okviru vremena " +#~ "dodeljenog za zahtjev na sljedeći način:
    • vrijeme za " +#~ "uspostavljanje veze: %1 sek.
    • vrijeme za prijem odgovora: %2 sek.
    • vrijeme za pristup proksi serverima: %3 sek.
    Imajte na " +#~ "umu da ove vrijednosti možete izmijeniti u Sistemskim postavkama KDEâ" +#~ "€‘a, pod Mrežne postavke->Postavke povezivanja." + #~ msgid "Is &executable" #~ msgstr "&IzvrÅ¡no" @@ -8473,9 +8979,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" #~ ""Automatsko otkrivanje" da pokušate da automatski " #~ "otkrijete ovu promenljivu.

    " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Pokaži &vrijednost varijabli okruženja" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Ručno unesite informacije o konfiguraciji proxy servera." @@ -8635,9 +9138,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" #~ "Ovo je izračunata količina prostora na disku koji će biti " #~ "dozvoljensmeće, maksimalno." -#~ msgid "Show a Warning" -#~ msgstr "Prikaži upozorenje" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Izbrišite najstarije datoteke iz smeća" @@ -8780,10 +9280,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" #~ msgid "Space" #~ msgstr "Spejs" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Uobičajeno" - #~ msgid "Modify Web Shortcut" #~ msgstr "Izmenite veb prečicu" @@ -9162,12 +9658,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nije moguće pronaći nijednu aplikaciju ili obrađivač za %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Umetni %1 datoteku" -#~ msgstr[1] "&Umetni %1 datoteke" -#~ msgstr[2] "&Umetni %1 datoteka" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Umetni %1 URL" @@ -9303,9 +9793,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite na Odustani" #~ msgid "unmounting is not supported by wince." #~ msgstr "Windows CE ne podržava demontiranje." -#~ msgid "File name:" -#~ msgstr "Ime datoteke:" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings.L'&FTP; és habitualment emprat per a recuperar informació i obtenir programari emmagatzemat en fitxers als llocs d'arxiu &FTP; per tot el món. - Font: parafrasejada de http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Vegeu el RFC: https://datatracker.ietf.org/doc/html/rfc959. Mireu el manual: -# Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006. -# Albert Astals Cid , 2007. -# Robert Millan , 2009. -# Antoni Bella Pérez , 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022. +# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Sebastià Pla i Sanz +# SPDX-FileCopyrightText: 2007 Albert Astals Cid +# SPDX-FileCopyrightText: 2009 Robert Millan +# SPDX-FileCopyrightText: 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Antoni Bella Pérez +# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Josep M. Ferrer msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 09:56+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 09:42+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" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 25.04.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -34,12 +34,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "txemaq@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "No s'ha pogut modificar el propietari del fitxer %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,12 +48,12 @@ msgstr "" "No s'ha pogut modificar el propietari del fitxer %1. No " "teniu accés suficient al fitxer per a realitzar el canvi." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "No s'ha pogut crear el procés de treball KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -65,7 +65,7 @@ msgstr "" "No s'ha pogut crear l'enllaç simbòlic «%1».\n" "El sistema de fitxers de destinació (%2) no els admet." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgstr "" "Seleccionar substitució, substituirà qualsevol caràcter no vàlid (en el nom " "de la carpeta de destinació) amb un subratllat «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -95,23 +95,23 @@ msgstr "" "Seleccionar substitució, substituirà qualsevol caràcter no vàlid (en el nom " "del fitxer de destinació) amb un subratllat «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "La carpeta ja existeix" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "El fitxer ja existeix" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ja existeix com a carpeta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Paperera" @@ -205,206 +205,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "S'està movent" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origen" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinació" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Reanomenament" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "S'està copiant" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "S'està creant el directori" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Directori" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "S'està suprimint" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fitxer" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "S'està examinant" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "S'està transferint" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "S'està muntant" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositiu" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punt de muntatge" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "S'està desmuntant" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Canvia l'atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a canviar els atributs del " -"fitxer. Voleu continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copia els fitxers" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a completar l'operació de " -"còpia. Voleu continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Suprimeix els fitxers" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a completar l'operació de " -"supressió. Tanmateix, fer-ho podria malmetre el sistema. Voleu continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crea una carpeta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a crear aquesta carpeta. Voleu " -"continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mou elements" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a completar l'operació de " -"moure. Voleu continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Reanomena" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a completar l'operació de " -"reanomenat. Voleu continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Creació d'un enllaç simbòlic" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a crear un enllaç simbòlic. " -"Voleu continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferència de dades" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a completar la transferència " -"de dades. Voleu continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +725,12 @@ msgstr "El fitxer és massa gros per a anar a la paperera." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"No s'ha pogut trobar ni crear una carpeta de paperera en aquesta ubicació." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +740,65 @@ msgstr "" "%2\n" "Si us plau, envieu un informe d'error complet a https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motiu tècnic: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalls de la sol·licitud:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Data i hora: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Informació addicional: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causes possibles:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Solucions possibles:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +807,17 @@ msgstr "" "Per a més assistència, contacteu amb el sistema d'ajuda apropiat, bé " "l'administrador de sistema o el grup d'assistència tècnica." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contacteu amb l'administrador del servidor per a més assistència." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Comproveu els vostres permisos d'accés en aquest recurs." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,7 +826,7 @@ msgstr "" "Els vostres permisos d'accés poden ser inadequats per a efectuar l'operació " "demanada en aquest recurs." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -938,7 +834,7 @@ msgstr "" "El fitxer pot estar en ús (i, per tant, bloquejat) per un altre usuari o " "aplicació." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +843,17 @@ msgstr "" "Assegureu-vos que cap altra aplicació o usuari està usant el fitxer o el té " "bloquejat." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Encara que poc probable, pot haver ocorregut un error de maquinari." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Potser heu trobat una errada al programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +862,7 @@ msgstr "" "Això probablement és causat per una errada al programa. Si us plau, " "considereu enviar un informe complet d'error tal com s'explica a sota." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +871,7 @@ msgstr "" "Actualitzeu el vostre programa a la darrera versió. La vostra distribució " "hauria de proporcionar les eines per a actualitzar el programa." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,12 +890,12 @@ msgstr "" "anoteu els detalls que se us han donat més amunt i incloeu-los al vostre " "informe d'errada, juntament amb tants detalls com creieu que puguin ajudar." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Potser hi ha hagut un problema amb la vostra connexió de xarxa." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1009,7 +905,7 @@ msgstr "" "recentment heu estat accedint a Internet sense problemes, això és poc " "probable." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1018,44 +914,44 @@ msgstr "" "Potser hi ha hagut un problema en algun punt del camí de xarxa entre el " "servidor i aquest ordinador." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Torneu-ho a provar, bé ara o més tard." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Pot haver ocorregut un error de protocol o incompatibilitat." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Assegureu-vos que existeix el recurs i torneu-ho a provar." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "El recurs especificat podria no existir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Torneu a comprovar que heu introduït la ubicació correcta i torneu-ho a " "provar." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Comproveu l'estat de la vostra connexió de xarxa." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "No s'ha pogut obrir el recurs per a lectura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 no s'ha pogut recuperar, ja que no s'ha pogut obtenir accés de " "lectura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Potser no teniu permisos per a llegir el fitxer o obrir la carpeta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "No es pot obrir el recurs per a escriptura" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +981,17 @@ msgstr "" "com s'havia demanat, perquè no s'ha pogut obtenir accés amb permís " "d'escriptura." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "No s'ha pogut llançar el procés requerit pel protocol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "No s'ha pogut llançar el procés" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 no s'ha pogut trobar o iniciar. Això és deu normalment a motius " "tècnics." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1118,12 +1014,12 @@ msgstr "" "programa sigui incompatible amb la versió actual i, per tant, que no " "s'iniciï." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Error intern" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'un error intern." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL amb un format incorrecte" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocol no admès %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1166,12 +1062,12 @@ msgstr "" "El protocol %1 no és acceptat pels programes KDE " "instal·lats actualment en aquest ordinador." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "El protocol demanat podria no ser admès." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1180,7 +1076,7 @@ msgstr "" "Les versions del protocol %1 admeses per aquest ordinador i el servidor " "poden ser incompatibles." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1191,17 +1087,17 @@ msgstr "" "un «procés de treball KIO») que accepti aquest protocol. Els llocs a cercar " "inclouen
    https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "L'URL no es refereix a un recurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "El protocol és un protocol de filtratge" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) que heu introduït no feia referència a un recurs " "específic." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1224,12 +1120,12 @@ msgstr "" "en canvi, aquesta no és una d'aquestes situacions. Aquest és un esdeveniment " "rar i probablement indica un error de programació." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Acció no acceptada: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1238,7 +1134,7 @@ msgstr "" "L'acció demanada no és acceptada pel programa KDE que implementa el protocol " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1249,17 +1145,17 @@ msgstr "" "donar-vos més informació de la disponible a l'arquitectura d'entrada/sortida " "del KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Intenteu trobar una altra manera d'assolir el mateix resultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "S'esperava un fitxer" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1268,17 +1164,17 @@ msgstr "" "La petició esperava un fitxer, en canvi, s'ha trobat la carpeta %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Això pot ser un error a la banda del servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "S'esperava una carpeta" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1287,17 +1183,17 @@ msgstr "" "La petició esperava una carpeta, en canvi, s'ha trobat el fitxer %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "El fitxer o la carpeta no existeix" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "La carpeta o el fitxer especificat %1 no existeix." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1306,24 +1202,24 @@ msgstr "" "El fitxer demanat no s'ha pogut crear perquè ja existeix un fitxer amb el " "mateix nom." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Primer proveu de canviar de lloc el fitxer actual i després torneu-ho a " "provar." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Suprimiu el fitxer actual i torneu-ho a provar." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Trieu un nom de fitxer alternatiu per al fitxer nou." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1332,29 +1228,29 @@ msgstr "" "La carpeta demanada no s'ha pogut crear perquè ja existeix una carpeta amb " "el mateix nom." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Primer proveu de canviar de lloc la carpeta actual i després torneu-ho a " "provar." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Suprimiu la carpeta actual i torneu-ho a provar." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Trieu un nom alternatiu per a la carpeta nova." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ordinador desconegut" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1363,7 +1259,7 @@ msgstr "" "Un error d'ordinador desconegut indica que el servidor amb el nom demanat, " "%1, no s'ha pogut trobar a la Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1371,27 +1267,27 @@ msgstr "" "El nom que heu escrit, %1, pot no existir: potser l'heu escrit " "incorrectament." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "S'ha denegat l'accés" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "S'ha denegat l'accés al recurs especificat, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Potser no heu proporcionat detalls d'autenticació o són incorrectes." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Potser el vostre compte no té permís d'accés al recurs especificat." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1400,12 +1296,12 @@ msgstr "" "Torneu a provar la petició i assegureu-vos que els detalls d'autenticació " "s'introdueixen correctament." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "S'ha denegat l'accés d'escriptura" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1415,13 +1311,13 @@ msgstr "" "strong>." # skip-rule: ff-enter -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "No s'ha pogut entrar a la carpeta" # skip-rule: ff-enter -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1430,17 +1326,17 @@ msgstr "" "Això significa que s'ha rebutjat un intent d'entrar a la (en altres " "paraules, obrir) carpeta sol·licitada %1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "No està disponible el llistat de la carpeta" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "El protocol %1 no és un sistema de fitxers" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1451,12 +1347,12 @@ msgstr "" "contingut de la carpeta, i el programa KDE que accepta aquest protocol no ha " "pogut fer-ho." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "S'ha detectat un enllaç cíclic" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1469,7 +1365,7 @@ msgstr "" "donen com a resultat un bucle infinit -p. ex. el fitxer està enllaçat a si " "mateix (potser fent un cercle)-." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1478,27 +1374,27 @@ msgstr "" "Suprimiu una part del bucle per tal que no causi un bucle infinit i torneu-" "ho a provar." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Petició interrompuda per l'usuari" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "La petició no s'ha completat perquè s'ha interromput." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Torneu a provar la petició." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "S'ha detectat un enllaç cíclic durant la còpia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1511,17 +1407,17 @@ msgstr "" "detectat un enllaç o una sèrie d'enllaços que donen com a resultat un bucle " "infinit -p. ex. el fitxer està enllaçat a si mateix (potser fent un cercle)-." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "No s'ha pogut crear la connexió de xarxa" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "No s'ha pogut crear el sòcol" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1530,8 +1426,8 @@ msgstr "" "Aquest és un error bastant tècnic on un dispositiu requerit per les " "comunicacions de xarxa (un sòcol) no s'ha pogut crear." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1540,12 +1436,12 @@ msgstr "" "La connexió de xarxa pot estar incorrectament configurada o la interfície de " "xarxa pot no estar activada." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "S'ha rebutjat la connexió amb el servidor" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1554,7 +1450,7 @@ msgstr "" "El servidor %1 ha refusat deixar que aquest ordinador hi " "faci una connexió." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1563,7 +1459,7 @@ msgstr "" "El servidor, encara que estigui connectat a la Internet, pot no estar " "configurat per a admetre peticions." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1572,7 +1468,7 @@ msgstr "" "El servidor, encara que estigui connectat a la Internet, pot no estar " "executant el servei sol·licitat (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1479,12 @@ msgstr "" "protegint la vostra xarxa o la xarxa del servidor, pot haver intervingut, " "impedint aquesta petició." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "S'ha tancat inesperadament la connexió amb el servidor" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1493,7 @@ msgstr "" "Encara que s'ha establert una connexió a %1, la connexió " "s'ha tancat en un punt inesperat de la comunicació." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1502,17 @@ msgstr "" "Potser ha ocorregut un error de protocol, fent que el servidor tanqui la " "connexió com a resposta a l'error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Recurs d'URL no vàlid" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "El protocol %1 no és un protocol de filtratge" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) que heu introduït no feia referència a un mecanisme " "vàlid per a accedir al recurs específic, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1640,17 +1536,17 @@ msgstr "" "protocol no és capaç d'aquesta acció. Aquest és un esdeveniment rar i " "probablement indica un error de programació." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "No s'ha pogut inicialitzar un dispositiu d'entrada/sortida" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "No s'ha pogut muntar el dispositiu" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1659,7 +1555,7 @@ msgstr "" "El dispositiu sol·licitat no s'ha pogut inicialitzar («muntar»). S'ha " "informat de l'error: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1671,7 +1567,7 @@ msgstr "" "CD), o, en el cas d'un dispositiu perifèric o portàtil, potser el dispositiu " "no està correctament connectat." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1682,7 +1578,7 @@ msgstr "" "sistemes UNIX, sovint calen privilegis d'administrador del sistema per a " "inicialitzar un dispositiu." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1692,17 +1588,17 @@ msgstr "" "contenir un suport i els dispositius portàtils han d'estar connectats i " "engegats; i torneu-ho a provar." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "No s'ha pogut desinicialitzar el dispositiu d'entrada/sortida" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "No s'ha pogut desmuntar el dispositiu" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1711,7 +1607,7 @@ msgstr "" "El dispositiu sol·licitat no s'ha pogut desinicialitzar («desmuntar»). S'ha " "informat de l'error: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1723,7 +1619,7 @@ msgstr "" "navegador a una ubicació d'aquest dispositiu pot causar que el dispositiu " "romangui en ús." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1734,19 +1630,19 @@ msgstr "" "Als sistemes UNIX sovint calen privilegis d'administrador del sistema per a " "desinicialitzar un dispositiu." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Comproveu que no hi ha aplicacions accedint al dispositiu i torneu-ho a " "provar." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "No s'ha pogut des del recurs" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1755,17 +1651,17 @@ msgstr "" "Això significa que encara que s'ha pogut obrir el recurs %1, hi ha hagut un error en llegir el seu contingut." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Potser no teniu permisos per a llegir des del recurs." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "No s'ha pogut escriure al recurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1774,22 +1670,22 @@ msgstr "" "Això significa que encara que s'ha pogut obrir el recurs %1, hi ha hagut un error en escriure-hi." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Potser no teniu permisos per a escriure al recurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "No s'ha pogut detectar cap connexió de xarxa" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "No s'ha pogut vincular" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1800,17 +1696,17 @@ msgstr "" "comunicacions de xarxa (un sòcol) no s'ha pogut establir per a escoltar les " "connexions d'entrada a la xarxa." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "No s'ha pogut escoltar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "No s'ha pogut acceptar una connexió de xarxa" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1819,34 +1715,34 @@ msgstr "" "Aquest és un error bastant tècnic on hi ha hagut un error en intentar " "acceptar una connexió d'entrada a la xarxa." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Potser no teniu permisos per a acceptar la connexió." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "No s'ha pogut fer la connexió: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "No ha reeixit un intent de connexió per a efectuar l'operació sol·licitada." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "No s'ha pogut determinar l'estat del recurs" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "No s'ha pogut conèixer l'estat del recurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1855,71 +1751,71 @@ msgstr "" "Un intent per a determinar la informació quant a l'estat del recurs " "%1, com ara el nom del recurs, tipus, mida, etc., no ha reeixit." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "El recurs especificat podria no existir o no ser accessible." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "No s'ha pogut cancel·lar el llistat" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documenteu això" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "No s'ha pogut crear la carpeta" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Ha fallat un intent de crear la carpeta sol·licitada." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "La ubicació on s'anava a crear la carpeta podria no existir." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "No s'ha pogut eliminar la carpeta" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Ha fallat un intent d'eliminar la carpeta especificada, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "La carpeta especificada podria no existir." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "La carpeta especificada podria no estar buida." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Assegureu-vos que la carpeta existeix i que es troba buida, i torneu-ho a " "provar." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "No s'ha pogut continuar la transferència del fitxer" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1929,34 +1825,34 @@ msgstr "" "%1 es reprengui en un cert punt d'aquesta. Això no ha estat " "possible." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Potser el protocol o el servidor no accepten la continuació del fitxer." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Torneu a provar la petició sense intentar continuar la transferència." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "No s'ha pogut reanomenar el recurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Ha fallat un intent de reanomenar el recurs especificat %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "No s'han pogut canviar els permisos del recurs" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1" "%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "No s'ha pogut canviar el propietari del recurs" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1" "%1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "No s'ha pogut suprimir el recurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Ha fallat un intent de suprimir el recurs especificat %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Finalització inesperada del programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha finalitzat inesperadament." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memòria exhaurida" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 no ha pogut obtenir la memòria requerida per a continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Servidor intermediari desconegut" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1. Un error d'aquest " "tipus indica que el nom sol·licitat no s'ha pogut localitzar a la Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2045,17 +1941,17 @@ msgstr "" "específicament el nom del servidor intermediari. Si heu estat accedint " "recentment a la Internet sense problemes, això és poc probable." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Comproveu l'arranjament del vostre intermediari i torneu-ho a provar." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Ha fallat en l'autenticació: no s'accepta el mètode %1" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2066,7 +1962,7 @@ msgstr "" "fallat en l'autenticació perquè el mètode que usa el servidor no és acceptat " "pel programa KDE que implementa el protocol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2076,17 +1972,17 @@ msgstr "" "bugs.kde.org/ per tal d'informar a l'equip KDE del mètode d'autenticació " "no acceptat." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "S'ha interromput la petició" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Error intern al servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2095,7 +1991,7 @@ msgstr "" "El programa del servidor que proporciona accés al protocol %1 ha informat d'un error intern: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2104,13 +2000,13 @@ msgstr "" "Probablement, és causat per una errada al programa servidor. Si us plau, " "penseu a enviar un informe d'error complet tal com es detalla a sota." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Contacteu amb l'administrador del servidor per a informar-lo del problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2119,43 +2015,33 @@ msgstr "" "Si sabeu qui són els autors del programa del servidor, envieu-los l'informe " "d'error directament." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Error de caducitat" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Encara que s'ha contactat amb el servidor, no s'ha rebut cap resposta dins " -"de l'espai de temps assignat per a la petició d'acord amb el següent:" -"
    • Caducitat per a establir la connexió: %1 segons
    • Caducitat " -"per a rebre una resposta: %2 segons
    • Caducitat per a accedir als " -"servidors intermediaris: %3 segons
    Cal tenir present que podeu " -"alterar aquest arranjament de la caducitat a l'Arranjament del sistema del " -"KDE, seleccionant «Paràmetres de la xarxa -> Preferències de connexió»." +"Tot i que es va contactar amb el servidor, no es va rebre cap resposta dins " +"del temps assignat a la sol·licitud." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "El servidor estava massa ocupat per a respondre, responent a altres " "peticions." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Error desconegut" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'un error desconegut: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupció desconeguda" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'una interrupció d'un tipus desconegut: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "No s'ha pogut suprimir el fitxer original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2194,12 +2080,12 @@ msgstr "" "probablement al final d'una operació de moviment de fitxer. El fitxer " "original %1 no s'ha pogut suprimir." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "No s'ha pogut suprimir el fitxer temporal" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2210,12 +2096,12 @@ msgstr "" "el fitxer nou mentre s'estigui baixant. Aquest fitxer temporal %1 no s'ha pogut suprimir." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "No s'ha pogut reanomenar el fitxer original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2224,12 +2110,12 @@ msgstr "" "L'operació sol·licitada requeria canviar el nom del fitxer original " "%1, en canvi, no s'ha pogut reanomenar." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "No s'ha pogut reanomenar el fitxer temporal" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2238,32 +2124,32 @@ msgstr "" "L'operació sol·licitada requeria la creació d'un fitxer temporal %1, en canvi, no s'ha pogut crear." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "No s'ha pogut crear l'enllaç" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "No s'ha pogut crear l'enllaç simbòlic" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "L'enllaç simbòlic sol·licitat %1 no s'ha pogut crear." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sense contingut" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disc ple" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2272,7 +2158,7 @@ msgstr "" "No s'ha pogut escriure al fitxer sol·licitat %1 a causa " "d'un espai en disc inadequat." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2283,12 +2169,12 @@ msgstr "" "volguts i temporals; 2) l'arxivat de fitxers en suport extraïble com ara CD " "gravables o bé 3) l'obtenció de més capacitat d'emmagatzematge." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Els fitxers d'origen i destinació són idèntics" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2297,17 +2183,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè els fitxers d'origen i destinació " "són el mateix fitxer." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Trieu un nom de fitxer diferent per al fitxer de destinació." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fitxer o carpeta deixat anar en si mateix" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2316,17 +2202,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè el fitxer o carpeta d'origen i " "destinació són el mateix." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Deixeu anar l'element en un fitxer o carpeta diferent." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Carpeta deixada anar en si mateixa" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2335,17 +2221,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè l'origen no es pot moure en si " "mateix." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Moveu l'element a una carpeta diferent." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "No s'ha pogut comunicar amb el servidor de contrasenyes" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2354,24 +2240,24 @@ msgstr "" "L'operació no s'ha pogut completar perquè no s'ha pogut contactar amb el " "servei de sol·licitud de contrasenyes" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Intenteu reiniciar la sessió, o cerqueu en els registres els errors del " "«kiod»." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "No s'ha pogut iniciar el protocol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "No s'ha pogut crear el procés de treball KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2380,7 +2266,7 @@ msgstr "" "El procés de treball KIO que proporciona accés al protocol %1 no s'ha pogut iniciar. Això és deu normalment a motius tècnics." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2389,13 +2275,13 @@ msgstr "" "El KLauncher no ha pogut trobar o iniciar el connector que proporciona el " "protocol. Això vol dir que la versió del connector és obsoleta." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "No s'ha pogut transferir %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2405,7 +2291,7 @@ msgstr "" "No s'ha pogut transferir el fitxer %1 perquè el sistema " "de fitxers de destinació no permet fitxers tan grans" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2414,28 +2300,28 @@ msgstr "" "Reformateu la unitat de destinació per a usar un sistema de fitxers que " "admeti fitxers tan grans." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Error sense documentar" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Enllaç simbòlic a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, enllaç a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Apunta a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2444,12 +2330,12 @@ msgstr "" "URL amb format incorrecte\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "No s'ha pogut determinar el tipus de fitxer per a %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2458,13 +2344,13 @@ msgstr "" "No s'ha pogut extreure cap nom executable de «%1», teclegeu un nom de " "programa vàlid." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 no sembla que sigui un programa executable." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2474,92 +2360,92 @@ msgstr "" "No s'ha trobat %1. Si us plau, introduïu un camí vàlid " "a un programa executable." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "No s'accepta l'obertura de connexions amb el protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "No s'accepta el tancament de connexions amb el protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "No s'accepta l'accés a fitxers amb el protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "No s'accepta l'escriptura a %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "No hi ha accions especials disponibles per al protocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "No s'accepta el llistat de carpetes per al protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "No s'accepta la recuperació de dades des de %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "No s'accepta la recuperació d'informació del tipus MIME des de %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "No s'accepta el canvi de nom o el moviment de fitxers dins de %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "El protocol %1 no accepta la creació d'enllaços simbòlics." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "No s'accepta la còpia de fitxers dins de %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "No s'accepta la supressió de fitxers des de %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "No s'accepta la creació de carpetes amb el protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "No s'accepta el canvi dels atributs als fitxers amb el protocol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "No s'accepta el canvi del propietari als fitxers amb el protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "No s'accepta l'obertura de fitxers amb el protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "El protocol %1 no accepta l'acció %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2567,317 +2453,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"La seguretat del procés de treball KIO del protocol «%1», que normalment " -"demana permisos elevats, no es pot garantir perquè els usuaris que no siguin " -"l'administrador tenen permís per a modificar-lo a %2." +"La seguretat del procés de treball KIO per al protocol «%1», que sol·licita " +"permisos elevats, no es pot garantir perquè els usuaris que no siguin " +"administrador tenen permís per modificar-lo a %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocol desconegut «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "No s'ha pogut trobar un procés de treball KIO per al protocol «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"El procés de treball KIO per al protocol «%1» a %2 no s'ha carregat perquè " +"tots els processos de treball KIO que es troben fora de %3 i demanen " +"privilegis elevats es consideren insegurs." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "No s'ha pogut crear el sòcol per a llançar un procés de treball KIO per al " "protocol «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "No s'ha pogut trobar l'executable «kioworker» a «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalls" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Per &sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinua" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Només durant la sessió a&ctual" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mou a una carpeta nova" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crea una carpeta nova per a aquests elements" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "No heu seleccionat cap fitxer per a suprimir." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "No hi ha res a suprimir" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "No heu seleccionat un fitxer per a la paperera." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "No hi ha res a la paperera" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "La carpeta especificada no existeix o no era de lectura." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Carpeta pare" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Retrocedeix" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avança" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Carpeta d'inici" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Torna a carregar" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Carpeta nova…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Llença a la paperera" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Suprimeix" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordenació" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordena per nom" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordena per mida" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordena per data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordena per tipus" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendent" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendent" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Primer les carpetes" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Últims els fitxers ocults" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista d'icones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista de detalls" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posició de les icones" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Al costat del nom del fitxer" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sobre el nom del fitxer" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista breu" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista en arbre" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista en arbre detallada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permet l'expansió a la vista de detalls" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostra els fitxers ocults" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Mostra el plafó de vista prèvia" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Mostra la vista prèvia" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Obre la carpeta contenidora" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propietats" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mode de &vista" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "El més nou primer" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "El més antic primer" +msgstr "Primer el més antic" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Primer el més nou" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "El més gran primer" +msgstr "Primer el més gran" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "El més petit primer" +msgstr "Primer el més petit" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificació:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Obre" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Desa com a" @@ -2924,40 +2834,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mou aquí" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tots els fitxers" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tots els fitxers admesos" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tots els fitxers" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Afegeix l'entrada dels llocs" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Edita l'entrada dels llocs" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2970,17 +2880,17 @@ msgstr "" "recordar a què fa referència aquesta entrada. Si no introduïu cap etiqueta, " "s'informarà a partir de l'URL del lloc.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etiquet&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Introduïu aquí una etiqueta descriptiva" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2993,12 +2903,12 @@ msgstr "" "kde.org/pub/kde/stable

    Clicant al botó a la vora del quadre " "d'edició de text podeu navegar a un URL apropiat.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Ubicació:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3007,17 +2917,17 @@ msgstr "" "Aquesta és la icona que apareixerà al plafó dels llocs.

    Cliqueu al botó per a seleccionar una icona diferent.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Trieu una &icona:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "M&ostra-la només en usar aquesta aplicació (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3028,200 +2938,206 @@ msgstr "" "en usar l'aplicació actual (%1).

    Si no se selecciona aquesta " "opció, l'entrada estarà disponible a totes les aplicacions.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Llocs" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remot" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Cerca" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositius" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositius extraïbles" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquetes" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (des de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Totes les etiquetes" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Inici" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Escriptori" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documents" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Baixades" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Xarxa" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Paperera" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imatges" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fitxers recents" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Ubicacions recents" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificats avui" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificats ahir" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "No s'ha pogut afegir al plafó Llocs: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Només es poden afegir carpetes al plafó Llocs." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configura…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Allibera…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Allibe&ra" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Extreu amb seguretat…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Extreu amb &seguretat" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmunta…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Desm&unta" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "E&xpulsa" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "El dispositiu «%1» no és cap disc i no es pot expulsar." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "S'ha produït un error en accedir a «%1», el sistema ha contestat: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Hi ha hagut un error en accedir a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Un o més fitxers d'aquest dispositiu estan oberts a una aplicació." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3236,108 +3152,108 @@ msgstr[1] "" "Un o més fitxers d'aquest dispositiu estan oberts a les aplicacions " "següents: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformatació i edició amb el gestor de particions" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 lliure de %2 (usat %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (oculta)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Buida la paperera" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Munta" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Obre en una pestanya nova" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Obre en una finestra nova" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Afegeix una entrada…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edita…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Elimina dels Llocs" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Ocu<a" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Oculta la secció «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Oculta la secció" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Mo&stra totes les entrades" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Mida de les icones" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3345,51 +3261,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensiona automàticament" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Petita (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mitjana (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Gran (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Només podeu seleccionar un fitxer" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "S'ha indicat més d'un fitxer" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Només podeu seleccionar fitxers locals" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "No s'accepten fitxers remots" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3404,53 +3320,22 @@ msgstr[1] "" "L'URL seleccionat usa un esquema no admès. Si us plau, useu un dels esquemes " "següents: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Esquema d'URL no admès" -# skip-rule: ff-enter -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"S'ha seleccionat més d'una carpeta i aquest diàleg no accepta carpetes, per " -"tant, no es pot decidir en quina entrar. Si us plau, seleccioneu-ne només " -"una per a llistar-la." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "S'ha indicat més d'una carpeta" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"S'han de seleccionar una carpeta i un fitxer com a mínim. Els fitxers " -"seleccionats s'ignoraran i es llistarà la carpeta seleccionada" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "S'han seleccionat fitxers i carpetes" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "No s'ha pogut trobar el fitxer «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "No s'ha pogut obrir el fitxer" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3461,46 +3346,46 @@ msgstr "" "exemple, si la ubicació actual és file:/home/konqui, clicar aquest botó us " "portarà a file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Cliqueu aquest botó per a anar un pas enrere a l'historial de navegació." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Cliqueu aquest botó per a anar un pas endavant a l'historial de navegació." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Cliqueu aquest botó per a tornar a carregar el contingut de la ubicació " "actual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Cliqueu aquest botó per a crear una carpeta nova." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Mostra el plafó dels llocs" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostra el botó de les adreces d'interès" +msgid "Show Quick Filter" +msgstr "Mostra el filtre ràpid" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcions" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3516,12 +3401,12 @@ msgstr "" "prèvies dels fitxers
  • separació de les carpetes dels fitxers
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Adreces d'interès" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3536,12 +3421,35 @@ msgstr "" "operen com les adreces d'interès arreu del KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nom:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desfés el canvi de nom de fitxer" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantén el filtre en canviar de carpeta" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtra per nom…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Oculta la barra de filtres" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3554,12 +3462,12 @@ msgstr "" "ratolí i seleccionant un mode preferit del menú Compleció del text." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Aquest és el nom amb el qual desar el fitxer." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3568,74 +3476,78 @@ msgstr "" "Aquesta és la llista dels fitxers a obrir. Es pot especificar més d'un " "fitxer llistant diversos fitxers, separats per espais." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Aquest és el nom del fitxer a obrir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Llocs" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "El fitxer «%1» ja existeix. Voleu sobreescriure'l?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Sobreescric el fitxer?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Només podeu seleccionar fitxers locals." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "No s'accepten fitxers remots" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Totes les carpetes" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Directori actual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Obre" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Mida de la icona: %1 píxels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Selecciona automàticament l'e&xtensió del nom de fitxer (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "l'extensió %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Selecciona automàticament l'e&xtensió del nom de fitxer" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "una extensió adequada" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3662,12 +3574,12 @@ msgstr "" "automàticament).Si no esteu segur, deixeu l'opció activada, ja que " "farà més manejables els vostres fitxers." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipus de &fitxer:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3676,64 +3588,53 @@ msgstr "" "Aquest és el selector de tipus de fitxer. S'usa per a seleccionar el " "format amb què es desarà el fitxer." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtre:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Aquest és el filtre a aplicar a la llista de fitxers. Els fitxers que no " -"casin amb el filtre no es mostraran.

    Podeu seleccionar un dels filtres " -"preseleccionats al menú desplegable, o podeu introduir un filtre a mida " -"directament a l'àrea de text.

    Es permeten comodins com ara «*» i «?»." +"Aquest és el selector de tipus de fitxer. Es fa servir per a seleccionar " +"el format dels fitxers què es mostraran." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crea un fitxer nou" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ho sento" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "El fitxer de plantilla %1 no existeix." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nom per a l'enllaç nou:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crea un enllaç a l'URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Introduïu el nom del fitxer %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ho sento" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "El fitxer de plantilla %1 no existeix." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nom per a l'enllaç nou:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Creació d'un enllaç simbòlic" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crea un enllaç a l'URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3743,7 +3644,7 @@ msgstr "" "No es pot usar el nom %1 perquè està reservat per a " "l'ús del sistema operatiu." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3753,7 +3654,7 @@ msgstr "" "El nom %1 comença amb un punt, per tant, estarà ocult " "per defecte." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3765,27 +3666,38 @@ msgstr "" "a què es mostri abans que altres elements en ordenar alfabèticament, entre " "altres efectes potencials." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "L'ús de barres als noms de les carpetes crearà subcarpetes, així:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "L'ús de barres als noms de les carpetes crearà subcarpetes." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "No es poden usar barres en els noms de fitxers o carpetes." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "No es poden usar barres inverses en els noms de fitxers o carpetes." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"La creació d'un fitxer o carpeta amb el nom %1 no és " +"possible, ja que se superposaria amb la ubicació d'una carpeta d'inici " +"d'usuari." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3794,96 +3706,139 @@ msgstr "" "No es recomana iniciar el nom d'un fitxer o una carpeta amb una titlla " "perquè pot ser confús o perillós en usar el terminal per a suprimir coses." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ja existeix un directori amb nom %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ja existeix un fitxer amb nom %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crea nou" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Enllaç a dispositiu" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Carpeta nova" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crea una carpeta nova" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crea una carpeta nova a %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Introduïu el nom de la carpeta" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predeterminat" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crea un fitxer nou" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Introduïu el nom del fitxer" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Trieu una icona o color personalitzat" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Trieu una altra icona…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Després podreu canviar la icona a les propietats de la carpeta." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copia" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Enganxa" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Obre «%1» en una pestanya nova" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Obre «%1» en una finestra nova" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edita" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navega" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostra el camí sencer" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Va a qualsevol ubicació del camí %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3895,6 +3850,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Va a les ubicacions del camí" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Llocs" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3918,28 +3880,28 @@ msgstr "Altres" msgid "Edit mode" msgstr "Mode d'edició" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Cliqueu per a navegar a una ubicació" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Cliqueu per a editar una ubicació" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "No esteu autoritzat a executar aquest fitxer." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "S'està llançant %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3948,13 +3910,13 @@ msgstr "" "No s'ha pogut fer executable el servei %1, s'ha interromput l'execució.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "No esteu autoritzat a seleccionar una aplicació per a obrir aquest fitxer." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3982,12 +3944,20 @@ msgstr "Error en desar la imatge a %1" msgid "Icon file too big, download aborted" msgstr "El fitxer d'icona és massa gran, s'interromp la baixada" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: s'omet un fitxer buit, podria ser un enllaç simbòlic " +"trencat: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "No s'ha trobat cap client de correu" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3998,28 +3968,28 @@ msgstr "" "%1\n" "no és vàlid." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "S'està llançant %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "No s'ha pogut trobar l'ordre %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "No s'ha trobat cap emulador de terminal" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Ha fallat en obrir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4030,7 +4000,7 @@ msgstr "" "%1\n" "és de tipus «Link» però no té cap entrada URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4039,7 +4009,7 @@ msgstr "" "El fitxer executable «%1» està ubicat a un sistema de fitxers remot. No " "s'engegarà per motius de seguretat." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4047,7 +4017,7 @@ msgstr "" "Per motius de seguretat no es permet el llançament d'executables en aquest " "context." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4056,7 +4026,7 @@ msgstr "" "Cal que el programa «%1» tingui el permís d'execució abans que es pugui " "llançar." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4065,12 +4035,12 @@ msgstr "" "No es pot fer executable el fitxer «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "El fitxer d'entrades «desktop» %1 no té cap entrada Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4081,12 +4051,12 @@ msgstr "" "Comproveu les vostres aplicacions obertes i l'àrea de notificació per a " "qualsevol tasca o baixada pendent." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Ha fallat en obrir el fitxer." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "No s'ha pogut llançar el programa «%1»." @@ -4174,74 +4144,69 @@ msgstr "" "ha estat modificat.\n" "Voleu pujar els canvis?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec: Obre els fitxers remots, vigila les modificacions, demana si cal " "pujar-les" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tracta els URL com a fitxers locals i suprimeix-los després" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nom de fitxer suggerit per al fitxer baixat" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ordre a executar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "El/s URL o fitxer/s local/s usat/s per l'«ordre»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "S'està establint l'ACL per a %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4250,7 +4215,7 @@ msgstr "" "No s'han pogut canviar els permisos per a\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4260,118 +4225,37 @@ msgstr "" "No s'ha pogut canviar el propietari ni el grup per a\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "No s'ha pogut obrir un fitxer temporal" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "No s'ha pogut trobar el programa «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "No s'ha pogut trobar el programa «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Canvi dels permisos de fitxer" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Permisos nous: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Canvi del propietari de fitxer" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Propietari nou: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Elimina el fitxer" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Elimina el directori" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crea un directori" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permisos del directori: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Obre un fitxer" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Obre un directori" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nom nou del fitxer: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destinació: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Canvia la marca de temps" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Des de: %1, A: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acció desconeguda" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acció: %1\n" -"Origen: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "No s'ha pogut copiar el fitxer des de %1 a %2 (Número d'error: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "No hi ha cap suport al dispositiu per a %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "No s'ha pogut obtenir l'ID de l'usuari per al nom d'usuari donat %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "No s'ha pogut obtenir l'ID del grup per al nom de grup donat %1" @@ -4413,33 +4297,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Heu de donar un nom d'usuari i una contrasenya per a accedir a aquest lloc." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Lloc:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "S'ha fet la connexió" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "No s'ha pogut connectar a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4448,7 +4332,7 @@ msgstr "" "\n" "El servidor ha indicat: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4457,12 +4341,12 @@ msgstr "" "Heu de donar un nom d'usuari i una contrasenya per al servidor intermediari " "llistat a sota abans que se us permeti accedir a altres llocs." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Servidor intermediari:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Ha fallat en l'autenticació de l'intermediari." @@ -4514,101 +4398,101 @@ msgid "" msgstr "Voleu acceptar aquest certificat per sempre sense que se us demani?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticació del servidor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 a %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Altrament, la petició hauria tingut èxit." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "recuperar els valors de les propietats" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "establir els valors de les propietats" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crea la carpeta demanada" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copia la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mou la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cerca dins la carpeta especificada" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloqueja la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desbloqueja la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "suprimeix la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "consultar les capacitats del servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "recupera el contingut de la carpeta o fitxer especificat" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "executa un informe a la carpeta especificada" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Hi ha hagut un error inesperat (%1) en intentar %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4617,13 +4501,13 @@ msgid "" msgstr "" "Hi ha hagut un error en intentar %1, %2. A sota hi ha un resum dels motius." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "S'ha denegat l'accés en intentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4632,7 +4516,7 @@ msgstr "" "No es pot crear un recurs a la destinació fins que s'hagin creat una o més " "col·leccions intermèdies (carpetes)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4647,28 +4531,28 @@ msgstr "" "no se sobreescrivissin.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "No s'ha pogut atorgar el bloqueig sol·licitat. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "El servidor no accepta el tipus de petició del cos." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "No s'ha pogut %1 perquè el recurs està bloquejat." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Aquesta acció ha estat evitada per un altre error." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4678,7 +4562,7 @@ msgstr "" "No s'ha pogut %1 perquè el servidor de destinació refusa acceptar el fitxer " "o la carpeta." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4687,18 +4571,18 @@ msgstr "" "El recurs de destinació no té espai suficient per a gravar l'estat del " "recurs després de l'execució d'aquest mètode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "El recurs no s'ha pogut suprimir." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "puja %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4709,15 +4593,15 @@ msgstr "Hi ha hagut un error inesperat (%1) en intentar %2." msgid "Network" msgstr "Xarxa" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 amb format incorrecte" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4730,12 +4614,12 @@ msgstr "" "l'operació de restaurar un altre cop o arrossegar l'element a un altre lloc " "per a restaurar-lo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinació no vàlida de protocols." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Aquest fitxer ja és a la paperera." @@ -4771,7 +4655,7 @@ msgstr "Buida el contingut de la paperera" msgid "Restore a trashed file to its original location" msgstr "Restaura un fitxer de la paperera a la seva ubicació original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "La paperera està plena. Buideu-la o traieu els elements manualment." @@ -4792,17 +4676,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Torna a intentar-ho" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Diàleg d'autenticació" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "S'ha denegat l'accés" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "No teniu permisos per a accedir al protocol %1." @@ -4912,13 +4796,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "S'espera una suma de verificació (MD5, SHA1, SHA256 o SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4927,28 +4811,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4958,9 +4842,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcula" @@ -4969,137 +4853,208 @@ msgstr "Calcula" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Feu clic per a copiar la suma de verificació al porta-retalls." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancel·la" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mou aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Baixa aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copia aquí" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Enllaça aquí" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Llança" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Què voleu fer amb aquest fitxer?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "No ho tornis a preguntar" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Obre" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executa" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Obre amb %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfés els canvis" +msgid "Would you like to launch this file?" +msgstr "Voleu llançar aquest fitxer?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Es requereixen privilegis d'administrador per a desfer aquesta operació. " -"Voleu continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "S'està creant el directori" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origen" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destinació" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "S'està copiant" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "S'està movent" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Reanomenament" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "S'està movent a la paperera" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "S'està suprimint" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Des&fés" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" -msgstr "Des&fés: Còpia" +msgstr "Des&fés: Copia" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Des&fés: Enllaç" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Des&fés: Mou" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Des&fés: Reanomena" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Des&fés: Llença" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Des&fés: Crea una carpeta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Des&fés: Crea carpeta/es" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Des&fés: Crea un fitxer" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Des&fés: Reanomena per lots" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Refés" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Refés: Copia" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Refés: Enllaç" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Refés: Mou" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Refés: Reanomena" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Refés: Llença" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Refés: Crea una carpeta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Refés: Crea carpeta/es" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Refés: Crea un fitxer" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Refés: Reanomena per lots" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5113,12 +5068,12 @@ msgstr "" "perdran.\n" "Esteu segur que voleu suprimir %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmació de desfer la còpia del fitxer" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5130,21 +5085,22 @@ msgstr "" "%1Aquesta acció no es podrà " "desfer." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Suprimeix definitivament" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Suprimeix definitivament" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5160,7 +5116,7 @@ msgstr[1] "" "Esteu segur que voleu suprimir permanentment aquests %1 elements?Aquesta acció no es podrà desfer." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5170,13 +5126,13 @@ msgstr "" "Voleu suprimir permanentment tots els elements de la Paperera?Aquesta acció no es podrà desfer." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Buida la paperera" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5186,7 +5142,7 @@ msgstr "" "Esteu segur que voleu moure aquest element a la paperera?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5271,7 +5227,7 @@ msgstr "Propietari" msgid "Owning Group" msgstr "Grup propietari" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Altres" @@ -5344,106 +5300,112 @@ msgstr "Actualització de la configuració del sistema" msgid "Updating system configuration…" msgstr "S'està actualitzant la configuració del sistema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nom" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Mida" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisos" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propietari" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipus" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Obre a&mb %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Accions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Obre la carpeta amb…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Obre amb…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executa l'ordre" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Obre la carpeta amb %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Obre amb %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Obre la carpeta amb" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Obre amb" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Altres aplicacions…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5451,113 +5413,131 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elements" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconegut" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Atura" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explora en el Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Muntat des de:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espai lliure:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipus:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contingut:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Obre amb:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Canvia..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Ubicació:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Mida:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Canvia..." +msgid "Determine the folder size" +msgstr "Determina la mida de la carpeta" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contingut:" +msgid "Stop" +msgstr "Atura" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Atura determinar la mida de la carpeta" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explora en el Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Apunta a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificat:" +msgid "Show target" +msgstr "Mostra la destinació" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creat:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de fitxers:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Mida desconeguda" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Muntat a:" +msgid "Modified:" +msgstr "Modificat:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accedit:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Obre amb:" +msgid "File system:" +msgstr "Sistema de fitxers:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Muntat a:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Muntat des de:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Espai lliure:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Mida desconeguda" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5813,7 +5793,7 @@ msgstr "GPU dedicada" #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "Executa usant la targeta gràfica dedicada" +msgstr "Executa usant una targeta gràfica dedicada" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5857,25 +5837,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Introduïu aquí la descripció d'aquesta aplicació, basada en el seu ús. " -"Exemples: una aplicació per a marcar un telèfon (KPPP) seria «Eina de " -"marcació»." +"Introduïu aquí un nom genèric de l'aplicació. Exemples: una aplicació de " +"visualització d'imatges podria ser «Visualitzador d'imatges»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descripció:" +msgid "&Generic name:" +msgstr "Nom &genèric:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Introduïu aquí qualsevol comentari que creieu útil." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Introduïu aquí la descripció d'aquesta aplicació, basada en el seu ús. " +"Exemples: una aplicació de visualització d'imatges podria ser «Visualitza i " +"edita imatges»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5886,7 +5870,7 @@ msgstr "Com&entari:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variables d'entorn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6093,7 +6077,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Compartició" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6103,36 +6087,55 @@ msgstr "" "No s'han pogut desar les propietats a causa d'un accés d'escriptura " "insuficient a:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Introduïu el nom del fitxer" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explora en el %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualitza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Introduïu la ubicació de la destinació" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Mostra %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Mida desconeguda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6141,138 +6144,144 @@ msgstr "" "S'està calculant... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fitxer" msgstr[1] "%1 fitxers" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 subcarpeta" msgstr[1] "%1 subcarpetes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "S'està calculant...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Com a mínim %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "El nom del fitxer nou està buit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Tipus de fitxer no registrat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "No hi ha associada cap aplicació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crea…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Canvia…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Canvia l'aplicació predeterminada per a obrir fitxers de tipus «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sense accés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Només pot veure" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pot veure i modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Només pot veure el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Pot veure i modificar el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Només pot veure/llegir el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pot veure/llegir i modificar/escriure" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permisos d'accés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Aquest fitxer és un enllaç i no té permisos." msgstr[1] "Tots els fitxers són enllaços i no tenen permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Només el propietari pot canviar els permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Propietari:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Especifica les accions que el propietari té permès fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&up:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Especifica les accions que els membres del grup tenen permès fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Al&tres:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6281,27 +6290,27 @@ msgstr "" "Especifica les accions que tots els usuaris, que no són el propietari ni " "estan al grup, tenen permès fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Només el propi&etari pot suprimir o reanomenar el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permet &executar el fitxer com a programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Suprimeix o reanomena:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Executa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6313,7 +6322,7 @@ msgstr "" "només podran afegir fitxers nous, el qual requereix permís de «Modifica el " "contingut»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6322,42 +6331,42 @@ msgstr "" "Activeu aquesta opció per a marcar el fitxer com executable. Això només té " "sentit per a programes i scripts. Cal quan els voleu executar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisos a&vançats" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Propietat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usuari:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplica els canvis a totes les subcarpetes i el seu contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisos avançats" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6366,22 +6375,22 @@ msgstr "" "Mostra les\n" "entrades" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Aquest indicador permet veure el contingut de la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lectura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "L'indicador de lectura permet veure el contingut del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6390,7 +6399,7 @@ msgstr "" "Escriptura de\n" "les entrades" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6400,44 +6409,44 @@ msgstr "" "present que suprimir i canviar el nom es pot limitar usant l'indicador " "d'apegalós." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escriptura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "L'indicador d'escriptura permet modificar el contingut del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrada" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activeu aquest indicador per a permetre entrar a la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Execució" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Activa aquest indicador per a permetre executar el fitxer com a programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6446,7 +6455,7 @@ msgstr "" "Indicador especial. És vàlid per a tota la carpeta, el significat exacte de " "l'indicador es pot veure a la columna de la dreta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6455,17 +6464,17 @@ msgstr "" "Indicador especial. El significat exacte de l'indicador es pot veure a la " "columna de la dreta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usuari" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6474,7 +6483,7 @@ msgstr "" "Si aquest indicador està activat, el propietari d'aquesta carpeta serà el " "propietari de tots els fitxers nous." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6483,7 +6492,7 @@ msgstr "" "Si aquest fitxer és un executable i l'indicador està activat, s'executarà " "amb els permisos de l'usuari." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6491,7 +6500,7 @@ msgstr "" "Si aquest indicador està activat, el grup d'aquesta carpeta s'associarà amb " "tots els fitxers nous." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6500,7 +6509,7 @@ msgstr "" "Si aquest fitxer és un executable i l'indicador està activat, s'executarà " "amb els permisos del grup." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6510,7 +6519,7 @@ msgstr "" "l'administrador poden suprimir o reanomenar fitxers. Altrament, tothom amb " "permisos d'escriptura ho pot fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6519,90 +6528,81 @@ msgstr "" "L'indicador d'apegalós a un fitxer s'ignora a Linux, però pot usar-se en " "alguns sistemes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Estableix l'UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Estableix la GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Apegalós" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Enllaç" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variant (Sense canvis)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Aquest fitxer usa permisos avançats" msgstr[1] "Aquests fitxers usen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Aquesta carpeta usa permisos avançats." msgstr[1] "Aquestes carpetes usen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Aquests fitxers usen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Sumes de verifi&cació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "S'està calculant…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Suma de verificació no vàlida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "L'entrada indicada no és cap suma de verificació vàlida MD5, SHA1 o SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Les sumes de verificació coincideixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "La suma de verificació calculada i l'esperada coincideixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6613,30 +6613,46 @@ msgstr "" "baixada fallida. Intenteu tornar a baixar el fitxer.
    Si la verificació " "encara falla, contacteu amb l'origen del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "La suma de verificació calculada i l'esperada difereixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "S'està comprovant la suma de verificació…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Les sumes de verificació de tots els fitxers són idèntiques." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Els fitxers seleccionats tenen sumes de verificació diferents." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "S'està calculant…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6644,27 +6660,27 @@ msgstr "" "No s'han pogut desar les propietats. Només s'accepten entrades en el sistema " "de fitxers local." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Afegeix un tipus de fitxer per a %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Seleccioneu un o més tipus de fitxer a afegir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Només s'accepten executables al sistema de fitxers local." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opcions avançades per a %1" @@ -6768,22 +6784,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configura les dreceres web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Diàleg d'obrir fitxers" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nom de fitxer per al contingut del porta-retalls:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "fitxer enganxat" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Enganxa el contingut del porta-retalls" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6792,19 +6810,19 @@ msgstr "" "El porta-retalls ha canviat d'ençà que heu usat «enganxa»: ja no s'aplica el " "format triat per a les dades. Torneu a copiar allò que volíeu enganxar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Enganxa una carpeta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Enganxa un fitxer" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6812,47 +6830,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Enganxa un element" msgstr[1] "Enganxa %1 elements" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Enganxa el contingut del porta-retalls…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Enganxa" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Format de les dades:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nom de fitxer per al contingut del porta-retalls:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nom de fitxer per al contingut que s'ha deixat anar:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Mida: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Apl&ica a tot" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6862,49 +6891,49 @@ msgstr "" "A menys que premeu «Omet», també se us preguntarà en cas de conflicte amb un " "fitxer existent en un directori." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Quan aquest està activat, el botó premut s'aplicarà a tots els conflictes de " "carpeta següents per a la resta del treball actual." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Reanomena" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggereix un &nom nou" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Omet" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "No copiïs o moguis aquesta carpeta, en lloc d'això salta a l'element següent" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "No copiïs o moguis aquest fitxer, en lloc d'això salta a l'element següent" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Escriu dintre" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6917,13 +6946,13 @@ msgstr "" "Se us preguntarà una altra vegada en cas de conflicte amb un fitxer existent " "en el directori." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&obreescriu els fitxers antics" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6932,12 +6961,12 @@ msgstr "" "Els fitxers de destinació que tenen temps de modificació més antics seran " "sobreescrits pel d'origen, en cas contrari, s'ometran." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Continua" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6946,67 +6975,57 @@ msgstr "" "Aquesta acció sobreescriurà «%1» amb ell mateix.\n" "Si us plau, introduïu un nom de fitxer nou:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinua" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Voleu sobreescriure la destinació?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Voleu fusionar el contingut de «%1» en «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origen" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destinació" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "L'origen és més recent." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "L'origen és més antic." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "L'origen és més petit per %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "La destinació és més gran per %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Els fitxers són idèntics." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Els fitxers semblen idèntics." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Els fitxers són diferents." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7015,59 +7034,51 @@ msgstr "" "Segurament els fitxers són idèntics: tenen la mateixa mida i el seu " "contingut és el mateix al començament, la meitat i el final." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Compara els fitxers" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ja existeix un element més antic anomenat «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ja existeix un fitxer similar anomenat «%1»." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ja existeix un element més recent anomenat «%1»." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Reanomena:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Reanomena l'element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Reanomenar els elements" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Reanomena" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Reanomena l'element %1 a:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nom nou #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ja existeix un fitxer amb nom %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 no és un nom vàlid de fitxer." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7075,38 +7086,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Reanomena %1 element seleccionat a:" msgstr[1] "Reanomena els %1 elements seleccionats a:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "El caràcter «#» se substituirà per números ascendents començant per:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nom nou #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nom de fitxer no vàlid: el nom nou hauria de contenir una seqüència de #, " +"llevat que tots els fitxers tinguin extensions de fitxer diferents." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Reanomena %1 element seleccionat:" +msgstr[1] "Reanomena els %1 elements seleccionats:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Substitueix:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patró" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Per:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substitució" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Cap nom de fitxer conté el patró." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Substituint «%1» per un reemplaçament buit provocaria que %2 tingués un nom de fitxer buit." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Reanomena l'%1 element seleccionat:" +msgstr[1] "Reanomena els %1 elements seleccionats:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Afegeix text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text a afegir" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Abans del nom de fitxer" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Després del nom de fitxer" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Reanomena l'element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Reanomenar els elements" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Reanomena" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Com canviar de nom:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumera" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substitueix text" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Afegeix text" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vista prèvia:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 no es pot canviar el nom a un nom de fitxer buit." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informació" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substitueix" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Torna a intentar-ho" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substitueix-ho tot" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Omet" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Omet-ho tot" @@ -7193,7 +7357,7 @@ msgstr "" "L'ordinador remot no ha enviat cap certificat SSL.\n" "S'interromp perquè no s'ha pogut establir la identitat de l'ordinador." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7234,35 +7398,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Ha fallat en moure aquest element a la paperera perquè és massa gros. Voleu " -"suprimir-lo permanentment?%1%1Aquesta acció no es podrà desfer." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"La paperera està massa plena per a acceptar aquest %1 fitxer. Voleu suprimir-" +"lo permanentment?Aquesta acció no es podrà " +"desfer." +msgstr[1] "" +"La paperera està massa plena per a acceptar aquests %1 fitxers. Voleu " +"suprimir-los permanentment?Aquesta acció " +"no es podrà desfer." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"La paperera no està disponible per a aquesta ubicació de l'element. Voleu " +"suprimir-lo permanentment?%1Aquesta acció no es podrà desfer." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Ha fallat en moure aquest %1 element a la paperera perquè és massa gros. " -"Voleu suprimir-lo permanentment?Aquesta acció no es podrà desfer." +"La paperera no està disponible per a la ubicació d'aquest %1 element. Voleu " +"suprimir-lo permanentment?Aquesta acció no es " +"podrà desfer." msgstr[1] "" -"Ha fallat en moure aquests %1 elements a la paperera perquè són massa " -"grossos. Voleu suprimir-los permanentment?Aquesta acció no es podrà desfer." +"La paperera no està disponible per a la ubicació d'aquests %1 elements. " +"Voleu suprimir-los permanentment?Aquesta acció " +"no es podrà desfer." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7270,47 +7465,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Esteu segur que voleu moure aquest %1 element a la paperera?" msgstr[1] "Esteu segur que voleu moure aquests %1 elements a la paperera?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "No ho tornis a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "No ho tornis a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "No tornis a mostrar aquest missatge" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "La cadena de certificats SSL del parell sembla estar malmesa." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avís" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Això iniciarà el programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Si no confieu en aquest programa, cliqueu «Cancel·la»" diff --git a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/data/index.docbook b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/data/index.docbook index 81409e566a..b94ed99023 100644 --- a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/data/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/data/index.docbook @@ -47,26 +47,18 @@ L'últim exemple oferix un document de text. Per a documents &HTML; s'haurà d'especificar el tipus &MIME; text/html: : «data:text/html,<title>Testcase</title><p>Este és un cas de prova</p>. Presentarà exactament la mateixa eixida que si el contingut fora carregat des d'un document separat. +>». Presentarà exactament la mateixa eixida que si el contingut fora carregat des d'un document separat. També és possible especificar un joc de caràcters diferent. Cal tindre en compte que els caràcters de 8 bits s'han de representar per un signe de percentatge i dos dígits en codi hexadecimal: També és possible especificar un joc de caràcters diferent. Cal tindre en compte que els caràcters de 8 bits s'han de representar per un signe de percentatge i dos dígits en codi hexadecimal: «data:;charset=iso-8859-1,Ens indica qu%E8 %E9s el que ha de menester un ping%FC%ED, el qual donarà com a resultat », el qual donarà com a resultat «Ens indica què és el que ha de menester un pingüí, mentre que ometre l'atribut del joc de caràcters ens durà a alguna cosa com », mentre que ometre l'atribut del joc de caràcters ens durà a alguna cosa com «Ens indica qu? ?s el que ha de menester un ping??. +>». L' &FTP; és el servei d'Internet emprat per a transferir un fitxer de dades des del disc d'un ordinador cap al disc d'un altre, independentment del tipus de sistema operatiu. +>&FTP; és el servei d'Internet emprat per a transferir un fitxer de dades des del disc d'un ordinador al disc des d'un altre, independentment del tipus de sistema operatiu. De mode pareixent a altres aplicacions d'Internet, &FTP; utilitza l'aproximació client-servidor — un usuari invoca un programa &FTP; en l'ordinador, li indica que contacte amb una màquina remota i després sol·licita la transferència d'un o més fitxers. El programa local d'&FTP; es convertix en un client que utilitza per a contactar amb un programa servidor d'&FTP; en l'ordinador remot. Cada vegada que un usuari sol·licita una transferència de fitxers, els programes client i servidor cooperen per a enviar una còpia de dades a través de la Internet. Els servidors &FTP; que accepten &FTP; anònim permeten que qualsevol usuari, no només usuaris amb comptes en l'amfitrió, naveguen pels arxius ftp i els descarreguen. Alguns servidors &FTP; també estan configurats per a permetre que els usuaris hi pugen fitxers. +>Els servidors &FTP; que accepten «&FTP; anònim» permeten que qualsevol usuari, no només usuaris amb comptes en la màquina, naveguen pels arxius «ftp» i els descarreguen. Alguns servidors &FTP; també estan configurats per a permetre que els usuaris hi pugen fitxers. &FTP; és habitualment emprat per a recuperar informació i obtindre programari emmagatzemat en fitxers als llocs d'arxiu &FTP; per tot el món. - +>&FTP; és habitualment emprat per a recuperar informació i obtindre programari emmagatzemat en fitxers en els llocs d'arxiu &FTP; per tot el món. Font: parafrasejada de http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Vegeu el RFC: https://datatracker.ietf.org/doc/html/rfc959. Vegeu el manual: Mireu el manual: ftp. diff --git a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/documentationnotfound/index.docbook b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/documentationnotfound/index.docbook index 8028141d87..65c661d746 100644 --- a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/documentationnotfound/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/documentationnotfound/index.docbook @@ -39,7 +39,7 @@ Per favor, no envieu un correu electrònic a l'autor d'esta pàgina per a trobar el document que falta. Només vos dirà que seguiu les instruccions en esta pàgina. Per favor, no envieu un correu electrònic a l'autor d'esta pàgina per a trobar el document que falta. Només vos dirà que seguiu les instruccions d'esta pàgina. @@ -52,17 +52,17 @@ >. Si la trobeu en este lloc, la vostra distribució la pot estar enviant en un paquet a part (&pex;, anomenat plasma-doc per a la documentació relacionada amb &plasma;). Per favor, utilitzeu el gestor de paquets de la vostra distribució per a trobar i instal·lar la documentació que falta. Si utilitzeu una distribució basada en codi font, com la Gentoo, assegureu-vos que no hi ha cap opció de configuració (indicadors «USE» en la Gentoo) que podrien haver desactivat la instal·lació de la documentació. +>Si utilitzeu una distribució basada en codi font, com Gentoo, assegureu-vos que no hi ha cap opció de configuració (indicadors «USE» en Gentoo) que podrien haver desactivat la instal·lació de la documentació. Si ja ho heu fet, però encara obteniu esta pàgina en comptes del manual de l'aplicació, probablement heu trobat un error en el sistema d'ajuda. En este cas, informeu-ne en el Seguidor d'errors de &kde; (escriviu-hi en anglés) davall el producte KIO. +> (escriviu-hi en anglés). Si no trobeu cap documentació en el lloc &kde; Documentation, l'aplicació podria no disposar de documentació fora de línia. Informeu-ne en el lloc de la documentació de &kde;, l'aplicació podria no disposar de documentació fora de línia. Informeu-ne al Seguidor d'errors de &kde; (escriviu-hi en anglés) davall el producte per a l'aplicació. @@ -74,7 +74,7 @@ >. Per a aplicacions no &kde;, Poseu-vos en contacte amb l'autor de l'aplicació per a determinar si hi ha disponible documentació fora de línia. +>Per a aplicacions no &kde;, poseu-vos en contacte amb l'autor de l'aplicació per a determinar si hi ha disponible documentació fora de línia. diff --git a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/index.docbook b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/index.docbook index d5f5994f2e..6ec165a6cd 100644 --- a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/help/index.docbook @@ -20,7 +20,7 @@ El sistema d'ajuda de &kde; Vegeu Mireu &khelpcenter;. diff --git a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/http/index.docbook b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/http/index.docbook index bf18d63ab6..44f00545e5 100644 --- a/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/http/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/ca@valencia/docs/kioworker6/http/index.docbook @@ -29,17 +29,17 @@ >rotocol. El procés de treball «http» és utilitzat per totes les aplicacions &kde; per a gestionar les connexions amb servidors &HTTP;, és a dir, amb servidors web. L'ús més comú és visualitzar pàgines web en el navegador web &konqueror;. +>El procés de treball KIO http és utilitzat per totes les aplicacions &kde; per a gestionar les connexions a servidors &HTTP;, és a dir, a servidors web. L'ús més comú és visualitzar pàgines web en el navegador web &konqueror;. Podeu utilitzar el procés de treball «https» en &konqueror; introduint un &URL;. Podeu utilitzar el procés de treball KIO https en &konqueror; introduint un &URL;. https://www.kde.org. «https» és «http» encapsulat en un flux SSL/TLS. +>https és http encapsulat en un flux SSL/TLS. SSL és el protocol «Secure Sockets Layer» (Capa de Connexió Segura), un protocol de seguretat que proporciona privadesa de comunicacions a Internet. El protocol permet que les aplicacions client/servidor es comuniquen d'una forma que està dissenyada per a previndre l'escolta, l'alteració i la falsificació de missatges. Authoring i Versioning) per a la World Wide Web. Us permetrà la gestió senzilla de documents i scripts en un servidor &HTTP;, i disposa de característiques addicionals dissenyades per a simplificar la gestió de versions entre múltiples autors. +>ersioning) per a la World Wide Web. Us permetrà la gestió senzilla de documents i scripts en un servidor &HTTP;, i disposa de característiques addicionals dissenyades per a simplificar la gestió de versions entre diversos autors. L'ús d'este protocol és simple. Introduïu la ubicació que voleu veure, pareixent a un &URL; &HTTP; excepte pel prefix del nom del protocol webdav://. Per exemple, WebDAV permet l'accés a l'script que invoca per a presentar la pàgina específica, de manera que es poden fer canvis en el mateix script. +> us permet l'accés a l'script que invoca per a presentar la pàgina específica, de manera que es poden fer canvis en el mateix script. diff --git a/local/recipes/kde/kf6-kio/source/po/ca@valencia/kio6.po b/local/recipes/kde/kf6-kio/source/po/ca@valencia/kio6.po index 5ded7d791e..3a3af32643 100644 --- a/local/recipes/kde/kf6-kio/source/po/ca@valencia/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ca@valencia/kio6.po @@ -1,26 +1,26 @@ # Translation of kio6.po to Catalan (Valencian) -# Copyright (C) 1998-2024 This_file_is_part_of_KDE +# Copyright (C) 1998-2026 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. # -# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Josep M. Ferrer -# Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006. -# Albert Astals Cid , 2007. -# Robert Millan , 2009. -# Antoni Bella Pérez , 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022. +# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Sebastià Pla i Sanz +# SPDX-FileCopyrightText: 2007 Albert Astals Cid +# SPDX-FileCopyrightText: 2009 Robert Millan +# SPDX-FileCopyrightText: 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Antoni Bella Pérez +# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Josep M. Ferrer msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 09:56+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 09:42+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" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 25.04.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -34,12 +34,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "txemaq@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "No s'ha pogut modificar el propietari del fitxer %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,12 +48,12 @@ msgstr "" "No s'ha pogut modificar el propietari del fitxer %1. No " "teniu accés suficient al fitxer per a realitzar el canvi." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "No s'ha pogut crear el procés de treball KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -65,7 +65,7 @@ msgstr "" "No s'ha pogut crear l'enllaç simbòlic «%1».\n" "El sistema de fitxers de destinació (%2) no els admet." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,10 +77,10 @@ msgstr "" "No s'ha pogut crear «%1».\n" "El sistema de fitxers de destinació (%2) no permet els caràcters següents en " "els noms de carpeta: %3\n" -"Seleccionar substitució, substituirà qualsevol caràcter no vàlid (en el nom " -"de la carpeta de destinació) amb un subratllat «_»." +"Triar substitució, substituirà qualsevol caràcter no vàlid (en el nom de la " +"carpeta de destinació) amb un subratllat «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -92,26 +92,26 @@ msgstr "" "No s'ha pogut crear «%1».\n" "El sistema de fitxers de destinació (%2) no permet els caràcters següents en " "els noms de fitxer: %3\n" -"Seleccionar substitució, substituirà qualsevol caràcter no vàlid (en el nom " -"del fitxer de destinació) amb un subratllat «_»." +"Triar substitució, substituirà qualsevol caràcter no vàlid (en el nom del " +"fitxer de destinació) amb un subratllat «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "La carpeta ja existix" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "El fitxer ja existix" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ja existix com a carpeta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Paperera" @@ -205,206 +205,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "S'està movent" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origen" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinació" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Canvi de nom" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "S'està copiant" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "S'està creant el directori" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" -msgstr "Directori" +msgstr "Carpeta" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "S'està suprimint" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fitxer" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "S'està examinant" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "S'està transferint" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "S'està muntant" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositiu" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punt de muntatge" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "S'està desmuntant" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Canvia l'atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a canviar els atributs del " -"fitxer. Voleu continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copia els fitxers" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a completar l'operació de " -"còpia. Voleu continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Suprimix els fitxers" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a completar l'operació de " -"supressió. Tanmateix, fer-ho podria malmetre el sistema. Voleu continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crea una carpeta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a crear esta carpeta. Voleu " -"continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mou elements" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a completar l'operació de " -"moure. Voleu continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Canvia el nom" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a completar l'operació de " -"canviat el nom. Voleu continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Creeu un enllaç simbòlic" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a crear un enllaç simbòlic. " -"Voleu continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferència de dades" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a completar la transferència de " -"dades. Voleu continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +725,12 @@ msgstr "El fitxer és massa gros per a anar a dins de la paperera." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"No s'ha pogut trobar ni crear una carpeta de paperera en esta ubicació." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +740,65 @@ msgstr "" "%2\n" "Envieu un informe d'error complet a https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motiu tècnic: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalls de la sol·licitud:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Data i hora: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Informació addicional: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causes possibles:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Solucions possibles:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +807,17 @@ msgstr "" "Per a més assistència, contacteu amb el sistema d'ajuda apropiat, bé " "l'administrador de sistema o el grup d'assistència tècnica." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contacteu amb l'administrador del servidor per a més assistència." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Comproveu els vostres permisos d'accés en este recurs." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,7 +826,7 @@ msgstr "" "Els vostres permisos d'accés poden ser inadequats per a efectuar l'operació " "demanada en este recurs." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -938,7 +834,7 @@ msgstr "" "El fitxer pot estar en ús (i, per tant, bloquejat) per un altre usuari o " "aplicació." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +843,17 @@ msgstr "" "Assegureu-vos que cap altra aplicació o usuari està utilitzant el fitxer o " "el té bloquejat." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Encara que poc probable, pot haver ocorregut un error de maquinari." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Potser heu trobat una errada en el programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +862,7 @@ msgstr "" "Açò probablement és causat per una errada en el programa. Per favor, " "considereu enviar un informe complet d'error tal com s'explica davall." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +871,7 @@ msgstr "" "Actualitzeu el vostre programa a l'última versió. La vostra distribució " "hauria de proporcionar les eines per a actualitzar el programa." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,22 +890,22 @@ msgstr "" "anoteu els detalls que se vos han donat més amunt i incloeu-los al vostre " "informe d'errada, juntament amb tants detalls com creieu que puguen ajudar." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Potser hi ha hagut un problema amb la vostra connexió de xarxa." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" "Potser hi ha hagut un problema amb la vostra configuració de xarxa. Si " -"recentment heu estat accedint a Internet sense problemes, açò és poc " +"recentment heu sigut accedint a Internet sense problemes, açò és poc " "probable." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1018,44 +914,44 @@ msgstr "" "Potser hi ha hagut un problema en algun punt del camí de xarxa entre el " "servidor i este ordinador." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Torneu-ho a provar, bé ara o més tard." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Pot haver ocorregut un error de protocol o incompatibilitat." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Assegureu-vos que existix el recurs i torneu-ho a provar." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "El recurs especificat podria no existir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Torneu a comprovar que heu introduït la ubicació correcta i torneu-ho a " "provar." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Comproveu l'estat de la vostra connexió de xarxa." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "No s'ha pogut obrir el recurs per a lectura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 no s'ha pogut recuperar, ja que no s'ha pogut obtindre accés de " "lectura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Potser no teniu permisos per a llegir el fitxer o obrir la carpeta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "No es pot obrir el recurs per a escriptura" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +981,17 @@ msgstr "" "com s'havia demanat, perquè no s'ha pogut obtindre accés amb permís " "d'escriptura." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "No s'ha pogut iniciar el procés requerit pel protocol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "No s'ha pogut iniciar el procés" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 no s'ha pogut trobar o iniciar. Açò és deu normalment a motius " "tècnics." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1117,12 +1013,12 @@ msgstr "" "actualitzat amb l'última actualització de KDE. Açò pot fer que el programa " "siga incompatible amb la versió actual i, per tant, que no s'inicie." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "S'ha produït un error intern" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'un error intern." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL amb un format incorrecte" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocol no admés %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1165,12 +1061,12 @@ msgstr "" "El protocol %1 no és acceptat pels programes KDE " "instal·lats actualment en este ordinador." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "El protocol demanat podria no ser admés." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1179,7 +1075,7 @@ msgstr "" "Les versions del protocol %1 admeses per este ordinador i el servidor poden " "ser incompatibles." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1190,17 +1086,17 @@ msgstr "" "un «procés de treball KIO») que accepte este protocol. Els llocs a buscar " "inclouen https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "L'URL no es referix a un recurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "El protocol és un protocol de filtratge" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) que heu introduït no feia referència a un recurs " "específic." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1223,12 +1119,12 @@ msgstr "" "canvi, esta no és una d'estes situacions. Este és un esdeveniment rar i " "probablement indica un error de programació." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "No s'ha acceptat l'acció: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1237,7 +1133,7 @@ msgstr "" "L'acció demanada no és acceptada pel programa KDE que implementa el protocol " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1248,17 +1144,17 @@ msgstr "" "donar-vos més informació de la disponible a l'arquitectura d'entrada/eixida " "de KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Intenteu trobar una altra manera d'assolir el mateix resultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "S'esperava un fitxer" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1267,17 +1163,17 @@ msgstr "" "La petició esperava un fitxer, en canvi, s'ha trobat la carpeta %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Açò pot ser un error en la banda del servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "S'esperava una carpeta" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1286,17 +1182,17 @@ msgstr "" "La petició esperava una carpeta, en canvi, s'ha trobat el fitxer %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "El fitxer o la carpeta no existix" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "La carpeta o el fitxer especificat %1 no existix." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1305,24 +1201,24 @@ msgstr "" "El fitxer demanat no s'ha pogut crear perquè ja n'existix un amb el mateix " "nom." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Primer proveu de canviar de lloc el fitxer actual i després torneu-ho a " "provar." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Suprimiu el fitxer actual i torneu-ho a provar." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." -msgstr "Seleccioneu un nom de fitxer alternatiu per al fitxer nou." +msgstr "Trieu un nom de fitxer alternatiu per al fitxer nou." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1331,29 +1227,29 @@ msgstr "" "La carpeta demanada no s'ha pogut crear perquè ja n'existix una amb el " "mateix nom." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Primer proveu de canviar de lloc la carpeta actual i després torneu-ho a " "provar." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Suprimiu la carpeta actual i torneu-ho a provar." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." -msgstr "Seleccioneu un nom alternatiu per a la carpeta nova." +msgstr "Trieu un nom alternatiu per a la carpeta nova." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Amfitrió desconegut" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1362,7 +1258,7 @@ msgstr "" "Un error d'amfitrió desconegut indica que el servidor amb el nom demanat, " "%1, no s'ha pogut trobar a Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1370,41 +1266,41 @@ msgstr "" "El nom que heu escrit, %1, pot no existir: potser l'heu escrit " "incorrectament." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "S'ha denegat l'accés" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "S'ha denegat l'accés al recurs especificat, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Potser no heu proporcionat detalls d'autenticació o són incorrectes." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Potser el vostre compte no té permís d'accés al recurs especificat." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -"Torneu-ho a provar la petició i assegureu-vos que els detalls d'autenticació " +"Torneu a provar la petició i assegureu-vos que els detalls d'autenticació " "s'introduïxen correctament." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "S'ha denegat l'accés d'escriptura" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1414,13 +1310,13 @@ msgstr "" "%1." # skip-rule: ff-enter -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "No s'ha pogut entrar a la carpeta" # skip-rule: ff-enter -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1429,17 +1325,17 @@ msgstr "" "Açò significa que s'ha rebutjat un intent d'entrar a la (en altres paraules, " "obrir) carpeta sol·licitada %1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "No està disponible el llistat de la carpeta" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "El protocol %1 no és un sistema de fitxers" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1450,12 +1346,12 @@ msgstr "" "de la carpeta, i el programa KDE que accepta este protocol no ha pogut fer-" "ho." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "S'ha detectat un enllaç cíclic" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1468,7 +1364,7 @@ msgstr "" "donen com a resultat un bucle infinit -p. ex., el fitxer està enllaçat a si " "mateix (potser fent un cercle)-." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1477,27 +1373,27 @@ msgstr "" "Suprimiu una part del bucle per tal que no cause un bucle infinit i torneu-" "ho a provar." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Petició interrompuda per l'usuari" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "La petició no s'ha completat perquè s'ha interromput." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." -msgstr "Torneu-ho a provar la petició." +msgstr "Torneu a provar la petició." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "S'ha detectat un enllaç cíclic durant la còpia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1510,17 +1406,17 @@ msgstr "" "un enllaç o una sèrie d'enllaços que donen com a resultat un bucle infinit -" "p. ex., el fitxer està enllaçat a si mateix (potser fent un cercle)-." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "No s'ha pogut crear la connexió de xarxa" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "No s'ha pogut crear el sòcol" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1529,8 +1425,8 @@ msgstr "" "Este és un error bastant tècnic on un dispositiu requerit per les " "comunicacions de xarxa (un sòcol) no s'ha pogut crear." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1539,12 +1435,12 @@ msgstr "" "La connexió de xarxa pot estar incorrectament configurada o la interfície de " "xarxa pot no estar activada." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "S'ha rebutjat la connexió amb el servidor" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1553,7 +1449,7 @@ msgstr "" "El servidor %1 ha refusat deixar que este ordinador hi faça " "una connexió." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1562,7 +1458,7 @@ msgstr "" "El servidor, encara que estiga connectat amb Internet, pot no estar " "configurat per a admetre peticions." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1571,7 +1467,7 @@ msgstr "" "El servidor, encara que estiga connectat amb Internet, pot no estar " "executant el servei sol·licitat (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1582,12 +1478,12 @@ msgstr "" "protegint la vostra xarxa o la xarxa del servidor, pot haver intervingut, " "impedint esta petició." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "S'ha tancat inesperadament la connexió amb el servidor" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1596,7 +1492,7 @@ msgstr "" "Encara que s'ha establit una connexió a %1, la connexió " "s'ha tancat en un punt inesperat de la comunicació." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1605,17 +1501,17 @@ msgstr "" "Potser ha ocorregut un error de protocol, fent que el servidor tanque la " "connexió com a resposta a l'error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Recurs d'URL no vàlid" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "El protocol %1 no és un protocol de filtratge" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) que heu introduït no feia referència a un mecanisme " "vàlid per a accedir al recurs específic, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1639,17 +1535,17 @@ msgstr "" "és capaç d'esta acció. Este és un esdeveniment rar i probablement indica un " "error de programació." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "No s'ha pogut restablir un dispositiu d'entrada/eixida" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "No s'ha pogut muntar el dispositiu" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1658,7 +1554,7 @@ msgstr "" "El dispositiu sol·licitat no s'ha pogut restablir («muntar»). S'ha informat " "de l'error: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1566,7 @@ msgstr "" "de CD), o, en el cas d'un dispositiu perifèric o portàtil, potser el " "dispositiu no està correctament connectat." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1577,7 @@ msgstr "" "sistemes UNIX, sovint calen privilegis d'administrador del sistema per a " "restablir un dispositiu." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1587,17 @@ msgstr "" "contindre un suport i els dispositius portàtils han d'estar connectats i " "iniciats; i torneu-ho a provar." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "No s'ha pogut desinicialitzar el dispositiu d'entrada/eixida" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "No s'ha pogut desmuntar el dispositiu" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1606,7 @@ msgstr "" "El dispositiu sol·licitat no s'ha pogut desinicialitzar («desmuntar»). S'ha " "informat de l'error: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1722,7 +1618,7 @@ msgstr "" "navegador en una ubicació d'este dispositiu pot causar que el dispositiu " "romanga en ús." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1733,62 +1629,62 @@ msgstr "" "En els sistemes UNIX sovint calen privilegis d'administrador del sistema per " "a desinicialitzar un dispositiu." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Comproveu que no hi ha aplicacions accedint al dispositiu i torneu-ho a " "provar." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "No s'ha pogut des del recurs" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" "Açò significa que encara que s'ha pogut obrir el recurs %1, " -"hi ha hagut un error en llegir el seu contingut." +"hi ha hagut un error mentre es llegia el seu contingut." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Potser no teniu permisos per a llegir des del recurs." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "No s'ha pogut escriure al recurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" "Açò significa que encara que s'ha pogut obrir el recurs %1, " -"hi ha hagut un error en escriure-hi." +"hi ha hagut un error mentre s'hi escrivia." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Potser no teniu permisos per a escriure al recurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "No s'ha pogut detectar cap connexió de xarxa" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "No s'ha pogut vincular" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1799,53 +1695,53 @@ msgstr "" "comunicacions de xarxa (un sòcol) no s'ha pogut establir per a escoltar les " "connexions d'entrada a la xarxa." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "No s'ha pogut escoltar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "No s'ha pogut acceptar una connexió de xarxa" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -"Este és un error bastant tècnic on hi ha hagut un error en intentar acceptar " -"una connexió d'entrada a la xarxa." +"Este és un error bastant tècnic on hi ha hagut un error mentre s'intentava " +"acceptar una connexió d'entrada a la xarxa." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Potser no teniu permisos per a acceptar la connexió." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "No s'ha pogut fer la connexió: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "No ha reeixit un intent de connexió per a efectuar l'operació sol·licitada." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "No s'ha pogut determinar l'estat del recurs" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "No s'ha pogut conéixer l'estat del recurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1854,72 +1750,72 @@ msgstr "" "Un intent per a determinar la informació quant a l'estat del recurs " "%1, com ara el nom del recurs, tipus, mida, etc., no ha reeixit." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "El recurs especificat podria no existir o no ser accessible." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "No s'ha pogut cancel·lar el llistat" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documenteu açò" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "No s'ha pogut crear la carpeta" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "No s'ha pogut fer un intent de crear la carpeta sol·licitada." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "La ubicació on s'anava a crear la carpeta podria no existir." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "No s'ha pogut eliminar la carpeta" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "No s'ha pogut fer un intent d'eliminar la carpeta especificada, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "La carpeta especificada podria no existir." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "La carpeta especificada podria no estar buida." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Assegureu-vos que la carpeta existix i que es troba buida, i torneu-ho a " "provar." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "No s'ha pogut continuar la transferència del fitxer" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1928,36 +1824,35 @@ msgstr "" "La petició especificada ha demanat que la transferència del fitxer " "%1 es reprenga en un cert punt d'esta. Açò no ha sigut possible." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Potser el protocol o el servidor no accepten la continuació del fitxer." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." -msgstr "" -"Torneu-ho a provar la petició sense intentar continuar la transferència." +msgstr "Torneu a provar la petició sense intentar continuar la transferència." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "No s'ha pogut canviar el nom del recurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "No s'ha pogut fer un intent de canviar el nom del recurs especificat " "%1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "No s'han pogut canviar els permisos del recurs" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "No s'ha pogut canviar el propietari del recurs" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "No s'ha pogut suprimir el recurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "No s'ha pogut fer un intent de suprimir el recurs especificat %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Finalització inesperada del programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha finalitzat inesperadament." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memòria exhaurida" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 no ha pogut obtindre la memòria requerida per a continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Servidor intermediari desconegut" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1. Un error d'este " "tipus indica que el nom sol·licitat no s'ha pogut localitzar en Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2044,21 +1939,21 @@ msgid "" "problems recently, this is unlikely." msgstr "" "Hi pot haver un problema amb la configuració de la vostra xarxa, " -"específicament el nom del servidor intermediari. Si heu estat accedint " -"recentment a Internet sense problemes, açò és poc probable." +"específicament el nom d'amfitrió del servidor intermediari. Si heu sigut " +"accedint recentment a Internet sense problemes, açò és poc probable." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "" "Comproveu la configuració del vostre intermediari i torneu-ho a provar." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "No s'ha pogut fer l'autenticació: no s'accepta el mètode %1" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2069,7 +1964,7 @@ msgstr "" "s'ha pogut fer l'autenticació perquè el mètode que utilitza el servidor no " "és acceptat pel programa KDE que implementa el protocol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2078,17 +1973,17 @@ msgstr "" "Informeu d'un error a https://bugs.kde.org/" " per tal d'informar a l'equip KDE del mètode d'autenticació no acceptat." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "S'ha interromput la petició" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "S'ha produït un error intern en el servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2097,7 +1992,7 @@ msgstr "" "El programa del servidor que proporciona accés al protocol %1 ha informat d'un error intern: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2106,13 +2001,13 @@ msgstr "" "Probablement, és causat per una errada en el programa servidor. Per favor, " "penseu a enviar un informe d'error complet tal com es detalla davall." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Contacteu amb l'administrador del servidor per a informar-lo del problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2121,43 +2016,33 @@ msgstr "" "Si sabeu qui són els autors del programa del servidor, envieu-los l'informe " "d'error directament." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "S'ha produït un error de caducitat" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Encara que s'ha contactat amb el servidor, no s'ha rebut cap resposta dins " -"de l'espai de temps assignat per a la petició d'acord amb el següent:" -"
    • Caducitat per a establir la connexió: %1 segons
    • Caducitat " -"per a rebre una resposta: %2 segons
    • Caducitat per a accedir als " -"servidors intermediaris: %3 segons
    Cal tindre present que podeu " -"alterar esta configuració de la caducitat a Configuració del sistema KDE, " -"seleccionant «Paràmetres de la xarxa -> Preferències de connexió»." +"Tot i que es va contactar amb el servidor, no es va rebre cap resposta dins " +"del temps assignat a la sol·licitud." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "El servidor estava massa ocupat per a respondre, responent a altres " "peticions." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "S'ha produït un error desconegut" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'un error desconegut: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupció desconeguda" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha informat d'una interrupció d'un tipus desconegut: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "No s'ha pogut suprimir el fitxer original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2196,12 +2081,12 @@ msgstr "" "probablement al final d'una operació de moviment de fitxer. El fitxer " "original %1 no s'ha pogut suprimir." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "No s'ha pogut suprimir el fitxer temporal" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2212,12 +2097,12 @@ msgstr "" "guardar el fitxer nou mentre s'estiga baixant. Este fitxer temporal " "%1 no s'ha pogut suprimir." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "No s'ha pogut canviar el nom del fitxer original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2226,12 +2111,12 @@ msgstr "" "L'operació sol·licitada requeria canviar el nom del fitxer original " "%1, en canvi, no s'ha pogut canviar de nom." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "No s'ha pogut canviar el nom del fitxer temporal" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2240,32 +2125,32 @@ msgstr "" "L'operació sol·licitada requeria la creació d'un fitxer temporal %1, en canvi, no s'ha pogut crear." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "No s'ha pogut crear l'enllaç" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "No s'ha pogut crear l'enllaç simbòlic" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "L'enllaç simbòlic sol·licitat %1 no s'ha pogut crear." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sense contingut" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disc ple" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2274,7 +2159,7 @@ msgstr "" "No s'ha pogut escriure en el fitxer sol·licitat %1 a causa " "d'un espai en disc inadequat." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2285,12 +2170,12 @@ msgstr "" "volguts i temporals; 2) l'arxivat de fitxers en suport extraïble com ara CD " "gravables o bé 3) l'obtenció de més capacitat d'emmagatzematge." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Els fitxers d'origen i destinació són idèntics" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2299,17 +2184,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè els fitxers d'origen i destinació " "són el mateix fitxer." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." -msgstr "Seleccioneu un nom de fitxer diferent per al fitxer de destinació." +msgstr "Trieu un nom de fitxer diferent per al fitxer de destinació." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fitxer o carpeta deixat anar en si mateix" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2318,17 +2203,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè el fitxer o carpeta d'origen i " "destinació són el mateix." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Deixeu anar l'element en un fitxer o carpeta diferent." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Carpeta deixada anar en si mateixa" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2337,17 +2222,17 @@ msgstr "" "L'operació no s'ha pogut completar perquè l'origen no es pot moure en si " "mateix." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Moveu l'element cap a una carpeta diferent." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "No s'ha pogut comunicar amb el servidor de contrasenyes" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2356,24 +2241,24 @@ msgstr "" "L'operació no s'ha pogut completar perquè no s'ha pogut contactar amb el " "servei de sol·licitud de contrasenyes" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Intenteu reiniciar la sessió, o busqueu en els registres els errors de " "«kiod»." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "No s'ha pogut iniciar el protocol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "No s'ha pogut crear el procés de treball KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2382,7 +2267,7 @@ msgstr "" "El procés de treball KIO que proporciona accés al protocol %1 no s'ha pogut iniciar. Açò és deu normalment a motius tècnics." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2391,13 +2276,13 @@ msgstr "" "KLauncher no ha pogut trobar o iniciar el connector que proporciona el " "protocol. Açò vol dir que la versió del connector és obsoleta." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "No s'ha pogut transferir %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2407,7 +2292,7 @@ msgstr "" "No s'ha pogut transferir el fitxer %1 perquè el sistema " "de fitxers de destinació no permet fitxers tan grans" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2416,28 +2301,28 @@ msgstr "" "Reformateu la unitat de destinació per a utilitzar un sistema de fitxers que " "admeta fitxers tan grans." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Error sense documentar" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Enllaç simbòlic cap a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, enllaç cap a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Apunta cap a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2446,12 +2331,12 @@ msgstr "" "URL amb format incorrecte\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "No s'ha pogut determinar el tipus de fitxer per a %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2460,13 +2345,13 @@ msgstr "" "No s'ha pogut extraure cap nom executable de «%1», teclegeu un nom de " "programa vàlid." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 no pareix que siga un programa executable." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2476,93 +2361,93 @@ msgstr "" "No s'ha trobat %1. Introduïu un camí vàlid a un " "programa executable." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "No s'accepta l'obertura de connexions amb el protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "No s'accepta el tancament de connexions amb el protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "No s'accepta l'accés a fitxers amb el protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "No s'accepta l'escriptura a %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "No hi ha accions especials disponibles per al protocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "No s'accepta el llistat de carpetes per al protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "No s'accepta la recuperació de dades des de %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "No s'accepta la recuperació d'informació del tipus MIME des de %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "No s'accepta el canvi de nom o el moviment de fitxers dins de %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "El protocol %1 no accepta la creació d'enllaços simbòlics." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "No s'accepta la còpia de fitxers dins de %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "No s'accepta la supressió de fitxers des de %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "No s'accepta la creació de carpetes amb el protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "No s'accepta el canvi dels atributs en els fitxers amb el protocol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "No s'accepta el canvi del propietari en els fitxers amb el protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "No s'accepta l'obertura de fitxers amb el protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "El protocol %1 no accepta l'acció %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2570,317 +2455,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"La seguretat del procés de treball KIO del protocol «%1», que normalment " -"demana permisos elevats, no es pot garantir perquè els usuaris que no siguen " -"l'administrador tenen permís per a modificar-lo a %2." +"La seguretat del procés de treball KIO per al protocol «%1», que sol·licita " +"permisos elevats, no es pot garantir perquè els usuaris que no siguen " +"administrador tenen permís per a modificar-lo a %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocol desconegut «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "No s'ha pogut trobar un procés de treball KIO per al protocol «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"El procés de treball KIO per al protocol «%1» a %2 no s'ha carregat perquè " +"tots els processos de treball KIO que es troben fora de %3 i demanen " +"privilegis elevats es consideren insegurs." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "No s'ha pogut crear el sòcol per a iniciar un procés de treball KIO per al " "protocol «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "No s'ha pogut trobar l'executable «kioworker» a «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalls" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Per &sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinua" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Només durant la sessió a&ctual" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mou cap a una carpeta nova" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crea una carpeta nova per a estos elements" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "No heu seleccionat cap fitxer per a suprimir." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "No hi ha res que s'haja de suprimir" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "No heu seleccionat un fitxer per a la paperera." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "No hi ha res a la paperera" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "La carpeta especificada no existix o no era de lectura." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Carpeta pare" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Retrocedix" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avança" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Carpeta d'inici" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Torna a carregar" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Carpeta nova…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Llença a dins de la paperera" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Suprimix" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordenació" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordena per nom" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordena per mida" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordena per data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordena per tipus" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendent" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendent" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Primer les carpetes" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Últims els fitxers ocults" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista d'icones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista de detalls" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posició de les icones" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Al costat del nom del fitxer" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sobre el nom del fitxer" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista breu" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista en arbre" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista en arbre detallada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permet l'expansió en la vista de detalls" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostra els fitxers ocults" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Mostra el quadro de vista prèvia" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Mostra la vista prèvia" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Obri la carpeta contenidora" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propietats" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mode de &vista" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "El més nou primer" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "El més antic primer" +msgstr "Primer el més antic" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Primer el més nou" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "El més gran primer" +msgstr "Primer el més gran" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "El més xicotet primer" +msgstr "Primer el més xicotet" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificació:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Obri" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Anomena i guarda" @@ -2927,40 +2836,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mou ací" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tots els fitxers" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tots els fitxers admesos" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tots els fitxers" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Afig l'entrada dels llocs" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Edita l'entrada dels llocs" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2973,17 +2882,17 @@ msgstr "" "recordar a què fa referència esta entrada. Si no introduïu cap etiqueta, " "s'informarà a partir de l'URL del lloc.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etiquet&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Introduïu ací una etiqueta descriptiva" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2993,238 +2902,245 @@ msgid "" msgstr "" "Esta és la ubicació associada amb l'entrada. Es pot utilitzar qualsevol " "URL vàlid. Per exemple:

    %1
    http://www.kde.org
    ftp://ftp." -"kde.org/pub/kde/stable

    Clicant en el botó a la vora del quadro " -"d'edició de text podeu navegar cap a un URL apropiat.
    " +"kde.org/pub/kde/stable

    Clicant damunt del botó a la vora del " +"quadro d'edició de text podeu navegar cap a un URL apropiat.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Ubicació:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" "Esta és la icona que apareixerà en el quadro dels llocs.

    Cliqueu en el botó per a seleccionar una icona diferent.
    " +">Cliqueu damunt del botó per a seleccionar una icona diferent.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" -msgstr "Seleccioneu una &icona:" +msgstr "Trieu una &icona:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "M&ostra-la només en utilitzar esta aplicació (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " "current application (%1).

    If this setting is not selected, the " "entry will be available in all applications.
    " msgstr "" -"Seleccioneu esta opció si voleu que esta entrada només es mostre en " -"utilitzar l'aplicació actual (%1).

    Si no se selecciona esta " -"opció, l'entrada estarà disponible en totes les aplicacions.
    " +"Trieu esta opció si voleu que esta entrada només es mostre en utilitzar " +"l'aplicació actual (%1).

    Si no se selecciona esta opció, " +"l'entrada estarà disponible en totes les aplicacions.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Llocs" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remot" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Busca" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositius" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositius extraïbles" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquetes" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (des de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Totes les etiquetes" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Inici" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Escriptori" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documents" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Baixades" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Xarxa" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Paperera" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imatges" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fitxers recents" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Ubicacions recents" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificats hui" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificats ahir" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "No s'ha pogut afegir al quadro Llocs: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Només es poden afegir carpetes al quadro Llocs." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configura…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Allibera…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Allibe&ra" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Extrau amb seguretat…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Extrau amb &seguretat" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmunta…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Desm&unta" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "E&xpulsa" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "El dispositiu «%1» no és cap disc i no es pot expulsar." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" -msgstr "S'ha produït un error en accedir a «%1», el sistema ha contestat: %2" +msgstr "" +"S'ha produït un error mentre s'accedia a «%1», el sistema ha contestat: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" -msgstr "S'ha produït un error en accedir a «%1»" +msgstr "S'ha produït un error mentre s'accedia a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Un o més fitxers d'este dispositiu estan oberts en una aplicació." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3239,108 +3155,108 @@ msgstr[1] "" "Un o més fitxers d'este dispositiu estan oberts en les aplicacions següents: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformatació i edició amb el gestor de particions" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 lliure de %2 (utilitzat %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (oculta)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Buida la paperera" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Munta" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Obri en una pestanya nova" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Obri en una finestra nova" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Afig una entrada…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edita…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Elimina dels Llocs" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Ocu<a" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Oculta la secció «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Oculta la secció" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Mo&stra totes les entrades" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Mida de les icones" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3348,51 +3264,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensiona automàticament" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Xicoteta (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mitjana (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Gran (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Només podeu seleccionar un fitxer" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "S'ha indicat més d'un fitxer" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Només podeu seleccionar fitxers locals" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "No s'accepten fitxers remots" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3407,101 +3323,74 @@ msgstr[1] "" "L'URL seleccionat utilitza un esquema no admés. Utilitzeu un dels esquemes " "següents: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Esquema d'URL no admés" -# skip-rule: ff-enter -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"S'ha seleccionat més d'una carpeta i este diàleg no accepta carpetes, per " -"tant, no es pot decidir en quina entrar. Seleccioneu-ne només una per a " -"llistar-la." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "S'ha indicat més d'una carpeta" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"S'han de seleccionar una carpeta i un fitxer com a mínim. Els fitxers " -"seleccionats s'ignoraran i es llistarà la carpeta seleccionada" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "S'han seleccionat fitxers i carpetes" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "No s'ha pogut trobar el fitxer «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "No s'ha pogut obrir el fitxer" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
    " msgstr "" -"Cliqueu este botó per a anar cap a la carpeta pare.

    Per " -"exemple, si la ubicació actual és file:/home/konqui, clicar este botó vos " -"portarà a file:/home.
    " +"Cliqueu damunt d'este botó per a anar cap a la carpeta pare.

    Per exemple, si la ubicació actual és file:/home/konqui, clicar damunt " +"d'este botó vos portarà a file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -"Cliqueu este botó per a anar un pas arrere en l'historial de navegació." +"Cliqueu damunt d'este botó per a anar un pas arrere en l'historial de " +"navegació." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." -msgstr "Cliqueu este botó per a anar un pas avant en l'historial de navegació." +msgstr "" +"Cliqueu damunt d'este botó per a anar un pas avant en l'historial de " +"navegació." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -"Cliqueu este botó per a tornar a carregar el contingut de la ubicació actual." +"Cliqueu damunt d'este botó per a tornar a carregar el contingut de la " +"ubicació actual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." -msgstr "Cliqueu este botó per a crear una carpeta nova." +msgstr "Cliqueu damunt d'este botó per a crear una carpeta nova." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Mostra el quadro dels llocs" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostra el botó de les adreces d'interés" +msgid "Show Quick Filter" +msgstr "Mostra el filtre ràpid" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcions" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3517,12 +3406,12 @@ msgstr "" "prèvies dels fitxers
  • separació de les carpetes dels fitxers
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Adreces d'interés" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3532,17 +3421,40 @@ msgid "" msgstr "" "Este botó us permet apuntar una adreça d'interés cap a ubicacions " "específiques. Cliqueu-lo per a obrir el menú d'adreces d'interés, des d'on " -"podeu afegir, editar o seleccionar una dreça d'interés.

    Estes " -"adreces d'interés són específiques del diàleg de fitxer, però altrament " -"operen com les adreces d'interés arreu de KDE.
    " +"podeu afegir, editar o triar una dreça d'interés.

    Estes adreces " +"d'interés són específiques del diàleg de fitxer, però altrament operen com " +"les adreces d'interés arreu de KDE.
    " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nom:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desfés el canvi de nom de fitxer" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantín el filtre en canviar de carpeta" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtra per nom…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Oculta la barra de filtres" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3555,12 +3467,12 @@ msgstr "" "ratolí i seleccionant un mode preferit del menú Compleció del text." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Este és el nom amb el qual guardar el fitxer." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3569,74 +3481,78 @@ msgstr "" "Esta és la llista dels fitxers que s'obriran. Es pot especificar més d'un " "fitxer llistant diversos fitxers, separats per espais." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Este és el nom del fitxer que s'obrirà." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Llocs" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "El fitxer «%1» ja existix. Voleu sobreescriure'l?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Voleu sobreescriure el fitxer?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Només podeu seleccionar fitxers locals." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "No s'accepten fitxers remots" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Totes les carpetes" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Directori actual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "O&bri" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Mida de la icona: %1 píxels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" -msgstr "Selecciona automàticament l'e&xtensió del nom de fitxer (%1)" +msgstr "Tria automàticament l'e&xtensió del nom de fitxer (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "l'extensió %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" -msgstr "Selecciona automàticament l'e&xtensió del nom de fitxer" +msgstr "Tria automàticament l'e&xtensió del nom de fitxer" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "una extensió adequada" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3654,21 +3570,21 @@ msgstr "" "Esta opció activa algunes característiques pràctiques per a guardar fitxers " "amb extensions:
    1. S'actualitzarà tota extensió especificada en " "l'àrea de text %1 si canvieu el tipus de fitxer a guardar.

    2. Si no s'especifica cap extensió en l'àrea de text %2 en " -"clicar Guarda, s'afegirà %3 al final del nom de fitxer (si el fitxer " -"encara no existix). Esta extensió està basada en el tipus de fitxer que heu " -"triat per a guardar.

      Si no voleu que KDE proporcione una extensió " -"per al nom de fitxer, podeu desmarcar esta opció o bé podeu suprimir-la " -"afegint un punt «.» al final del nom de fitxer (al final el punt s'eliminarà " -"automàticament).
    Si no esteu segur, deixeu l'opció activada, ja que " -"farà més manejables els vostres fitxers." +">
  • Si no s'especifica cap extensió en l'àrea de text %2 quan " +"es clique damunt Guarda, s'afegirà %3 al final del nom de fitxer (si " +"el fitxer encara no existix). Esta extensió està basada en el tipus de " +"fitxer que heu triat per a guardar.

    Si no voleu que KDE " +"proporcione una extensió per al nom de fitxer, podeu desmarcar esta opció o " +"bé podeu suprimir-la afegint un punt «.» al final del nom de fitxer (al " +"final el punt s'eliminarà automàticament).
  • Si no esteu segur, " +"deixeu l'opció activada, ja que farà més manejables els vostres fitxers." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipus de fi&txer:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3677,64 +3593,53 @@ msgstr "" "Este és el selector de tipus de fitxer. S'utilitza per a seleccionar el " "format amb què es guardarà el fitxer." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtre:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Este és el filtre que s'aplicarà a la llista de fitxers. Els fitxers que " -"no casen amb el filtre no es mostraran.

    Podeu seleccionar un dels filtres " -"preseleccionats en el menú desplegable, o podeu introduir un filtre a mida " -"directament a dins de l'àrea de text.

    Es permeten comodins com ara «*» " -"i «?».

    " +"Este és el selector de tipus de fitxer. S'utilitza per a seleccionar el " +"format dels fitxers què es mostraran." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crea un fitxer nou" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ho sentim" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "El fitxer de plantilla %1 no existix." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nom per a l'enllaç nou:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crea un enllaç amb l'URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Introduïu el nom del fitxer %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ho sentim" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "El fitxer de plantilla %1 no existix." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nom per a l'enllaç nou:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Creeu un enllaç simbòlic" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crea un enllaç amb l'URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3744,7 +3649,7 @@ msgstr "" "No es pot utilitzar el nom %1 perquè està reservat per " "a l'ús del sistema operatiu." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3754,7 +3659,7 @@ msgstr "" "El nom %1 comença amb un punt, per tant, estarà ocult " "de manera predeterminada." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3766,28 +3671,39 @@ msgstr "" "a què es mostre abans que altres elements en ordenar alfabèticament, entre " "altres efectes potencials." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "L'ús de barres en els noms de les carpetes crearà subcarpetes, així:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "L'ús de barres en els noms de les carpetes crearà subcarpetes." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "No es poden utilitzar barres en els noms de fitxer o carpetes." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "No es poden utilitzar barres inverses en els noms de fitxer o carpetes." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"La creació d'un fitxer o carpeta amb el nom %1 no és " +"possible, ja que se superposaria amb la ubicació d'una carpeta d'inici " +"d'usuari." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3797,96 +3713,139 @@ msgstr "" "perquè pot ser confús o perillós en utilitzar el terminal per a suprimir " "coses." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ja existix un directori amb nom %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ja existix un fitxer amb nom %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crea nou" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Enllaç cap a un dispositiu" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Carpeta nova" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crea una carpeta nova" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crea una carpeta nova a %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Introduïu el nom de la carpeta" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predeterminat" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crea un fitxer nou" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Introduïu el nom del fitxer" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Trieu una icona o color personalitzat" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Trieu una altra icona…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Després podreu canviar la icona a les propietats de la carpeta." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copia" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Apega" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Obri «%1» en una pestanya nova" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Obri «%1» en una finestra nova" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edita" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navega" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostra el camí sencer" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Va fins a qualsevol ubicació del camí %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3898,6 +3857,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Va fins a les ubicacions del camí" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Llocs" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3921,28 +3887,28 @@ msgstr "Altres" msgid "Edit mode" msgstr "Mode edició" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Cliqueu per a navegar fins a una ubicació" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Cliqueu per a editar una ubicació" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "No esteu autoritzat a executar este fitxer." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "S'està llançant %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3951,13 +3917,13 @@ msgstr "" "No s'ha pogut fer executable el servei %1, s'ha interromput l'execució.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "No esteu autoritzat a seleccionar una aplicació per a obrir este fitxer." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3979,19 +3945,27 @@ msgstr "No s'ha trobat cap icona de web per a %1" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "S'ha produït un error en guardar la imatge a %1" +msgstr "S'ha produït un error mentre es guardava la imatge a %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" msgstr "El fitxer d'icona és massa gran, s'interromp la baixada" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: s'omet un fitxer buit, podria ser un enllaç simbòlic " +"trencat: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "No s'ha trobat cap client de correu" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4002,28 +3976,28 @@ msgstr "" "%1\n" "no és vàlid." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "S'està llançant %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "No s'ha pogut trobar l'ordre %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "No s'ha trobat cap emulador de terminal" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "No s'ha pogut obrir %1" +msgstr "Ha fallat mentre s'obria %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4034,7 +4008,7 @@ msgstr "" "%1\n" "és de tipus «Link» però no té cap entrada URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4043,7 +4017,7 @@ msgstr "" "El fitxer executable «%1» està ubicat a un sistema de fitxers remot. No " "s'iniciarà per motius de seguretat." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4051,7 +4025,7 @@ msgstr "" "Per motius de seguretat no es permet el llançament d'executables en este " "context." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4060,7 +4034,7 @@ msgstr "" "Cal que el programa «%1» tinga el permís d'execució abans que es puga " "iniciar." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4069,12 +4043,12 @@ msgstr "" "No es pot fer executable el fitxer «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "El fitxer d'entrades «desktop» %1 no té cap entrada Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4085,12 +4059,12 @@ msgstr "" "Comproveu les vostres aplicacions obertes i l'àrea de notificació per a " "qualsevol tasca o baixada pendent." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." -msgstr "No s'ha pogut obrir el fitxer." +msgstr "Ha fallat mentre s'obria el fitxer." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "No s'ha pogut iniciar el programa «%1»." @@ -4178,74 +4152,69 @@ msgstr "" "ha sigut modificat.\n" "Voleu pujar els canvis?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec: Obri els fitxers remots, vigila les modificacions, demana si cal " "pujar-les" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Els desenvolupadors de KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tracta els URL com a fitxers locals i suprimix-los després" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nom de fitxer suggerit per al fitxer baixat" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ordre que s'ha d'executar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Els URL o fitxers locals utilitzats per l'«ordre»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "S'està establint l'ACL per a %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4254,7 +4223,7 @@ msgstr "" "No s'han pogut canviar els permisos per a\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4264,118 +4233,37 @@ msgstr "" "No s'ha pogut canviar el propietari ni el grup per a\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "No s'ha pogut obrir un fitxer temporal" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "No s'ha pogut trobar el programa «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "No s'ha pogut trobar el programa «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Canvi dels permisos de fitxer" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Permisos nous: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Canvi del propietari de fitxer" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Propietari nou: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Elimina el fitxer" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Elimina el directori" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crea un directori" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permisos del directori: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Obri un fitxer" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Obri un directori" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nom nou del fitxer: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destinació: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Canvia la marca de temps" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Des de: %1, A: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acció desconeguda" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acció: %1\n" -"Origen: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "No s'ha pogut copiar el fitxer des de %1 a %2 (Número d'error: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "No hi ha cap suport en el dispositiu per a %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "No s'ha pogut obtindre l'ID de l'usuari per al nom d'usuari donat %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "No s'ha pogut obtindre l'ID del grup per al nom de grup donat %1" @@ -4417,33 +4305,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Heu de donar un nom d'usuari i una contrasenya per a accedir a este lloc." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Lloc:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "S'ha fet la connexió" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "No s'ha pogut connectar a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4452,7 +4340,7 @@ msgstr "" "\n" "El servidor ha indicat: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4461,12 +4349,12 @@ msgstr "" "Heu de donar un nom d'usuari i una contrasenya per al servidor intermediari " "llistat davall abans que se vos permeta accedir a altres llocs." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Servidor intermediari:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "No s'ha pogut fer l'autenticació de l'intermediari." @@ -4518,117 +4406,117 @@ msgid "" msgstr "Voleu acceptar este certificat per sempre sense que se vos demane?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticació del servidor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 a %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Altrament, la petició hauria tingut èxit." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "recuperar els valors de les propietats" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "establir els valors de les propietats" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crea la carpeta demanada" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copia la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mou la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "busca dins la carpeta especificada" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloqueja la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desbloqueja la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "suprimix la carpeta o el fitxer especificat" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "consultar les capacitats del servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "recupera el contingut de la carpeta o fitxer especificat" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "executa un informe en la carpeta especificada" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "S'ha produït un error inesperat (%1) en intentar %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" "An error occurred while attempting to %1, %2. A summary of the reasons is " "below." msgstr "" -"S'ha produït un error en intentar %1, %2. A davall hi ha un resum dels " -"motius." +"S'ha produït un error mentre s'intentava %1, %2. A davall hi ha un resum " +"dels motius." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "S'ha denegat l'accés en intentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4637,7 +4525,7 @@ msgstr "" "No es pot crear un recurs a la destinació fins que s'hagen creat una o més " "col·leccions intermèdies (carpetes)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4652,28 +4540,28 @@ msgstr "" "no se sobreescrigueren.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "No s'ha pogut atorgar el bloqueig sol·licitat. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "El servidor no accepta el tipus de petició del cos." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "No s'ha pogut %1 perquè el recurs està bloquejat." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Esta acció ha sigut evitada per un altre error." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4683,7 +4571,7 @@ msgstr "" "No s'ha pogut %1 perquè el servidor de destinació refusa acceptar el fitxer " "o la carpeta." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4692,18 +4580,18 @@ msgstr "" "El recurs de destinació no té espai suficient per a gravar l'estat del " "recurs després de l'execució d'este mètode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "El recurs no s'ha pogut suprimir." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "puja %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4714,15 +4602,15 @@ msgstr "S'ha produït un error inesperat (%1) en intentar %2." msgid "Network" msgstr "Xarxa" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 amb format incorrecte" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4735,12 +4623,12 @@ msgstr "" "utilitzar l'operació de restaurar una altra vegada o arrossegar l'element a " "un altre lloc per a restaurar-lo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinació no vàlida de protocols." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Este fitxer ja es troba en la paperera." @@ -4776,7 +4664,7 @@ msgstr "Buida el contingut de la paperera" msgid "Restore a trashed file to its original location" msgstr "Restaura un fitxer de la paperera a la seua ubicació original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "La paperera està plena. Buideu-la o traeu els elements manualment." @@ -4797,17 +4685,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Torna-ho a intentar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Diàleg d'autenticació" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "S'ha denegat l'accés" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "No teniu permisos per a accedir al protocol %1." @@ -4917,43 +4805,43 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "S'espera una suma de verificació (MD5, SHA1, SHA256 o SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" -"Feu clic per a apegar la suma de verificació des del porta-retalls al camp " +"Cliqueu per a apegar la suma de verificació des del porta-retalls al camp " "d'entrada." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4963,9 +4851,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcula" @@ -4974,137 +4862,208 @@ msgstr "Calcula" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "Feu clic per a copiar la suma de verificació a dins del porta-retalls." +msgstr "Cliqueu per a copiar la suma de verificació a dins del porta-retalls." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancel·la" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mou ací" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Baixa ací" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copia ací" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Enllaça ací" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Inicia" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Què voleu fer amb este fitxer?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "No ho tornes a preguntar" +msgctxt "@action:button" +msgid "&Open" +msgstr "O&bri" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executa" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "O&bri amb %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfés els canvis" +msgid "Would you like to launch this file?" +msgstr "Voleu iniciar este fitxer?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Es requerixen privilegis d'administrador per a desfer esta operació. Voleu " -"continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "S'està creant el directori" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origen" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destinació" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "S'està copiant" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "S'està movent" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Canvi de nom" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "S'està movent cap a dins de la paperera" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "S'està suprimint" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Des&fés" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" -msgstr "Des&fés: Còpia" +msgstr "Des&fés: Copia" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Des&fés: Enllaç" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Des&fés: Mou" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Des&fés: Canvia el nom" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Des&fés: Llença" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Des&fés: Crea una carpeta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Des&fés: Crea carpetes" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Des&fés: Crea un fitxer" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Des&fés: Canvia el nom per lots" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Refés" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Refés: Copia" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Refés: Enllaç" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Refés: Mou" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Refés: Canvia el nom" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Refés: Llença" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Refés: Crea una carpeta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Refés: Crea carpetes" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Refés: Crea un fitxer" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Refés: Canvia el nom per lots" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5118,12 +5077,12 @@ msgstr "" "perdran.\n" "Segur que voleu suprimir %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmeu el desfer la còpia del fitxer" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5135,21 +5094,22 @@ msgstr "" "filename>Esta acció no es podrà desfer." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Suprimix definitivament" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Suprimix definitivament" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5165,7 +5125,7 @@ msgstr[1] "" "Segur que voleu suprimir permanentment estos %1 elements?Esta acció no es podrà desfer." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5175,13 +5135,13 @@ msgstr "" "Voleu suprimir permanentment tots els elements de la Paperera?Esta acció no es podrà desfer." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Buida la paperera" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5191,7 +5151,7 @@ msgstr "" "Segur que voleu moure este element cap a dins de la paperera?" "%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5276,7 +5236,7 @@ msgstr "Propietari" msgid "Owning Group" msgstr "Grup propietari" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Altres" @@ -5349,106 +5309,112 @@ msgstr "Actualització de la Configuració del sistema" msgid "Updating system configuration…" msgstr "S'està actualitzant la configuració del sistema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nom" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Mida" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisos" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propietari" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipus" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Obri a&mb %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Accions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "O&bri la carpeta amb…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "O&bri amb…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executa l'ordre" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "O&bri la carpeta amb %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "O&bri amb %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Obri la carpeta amb" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "O&bri amb" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Al&tres aplicacions…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5456,113 +5422,131 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elements" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconegut" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Para" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explora en Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Muntat des de:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espai lliure:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipus:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contingut:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Obri amb:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Canvia…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Ubicació:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Mida:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Canvia…" +msgid "Determine the folder size" +msgstr "Determina la mida de la carpeta" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contingut:" +msgid "Stop" +msgstr "Para" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Para determinar la mida de la carpeta" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explora en Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Apunta cap a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificat:" +msgid "Show target" +msgstr "Mostra la destinació" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creat:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de fitxers:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Mida desconeguda" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Muntat a:" +msgid "Modified:" +msgstr "Modificat:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accedit:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Obri amb:" +msgid "File system:" +msgstr "Sistema de fitxers:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Muntat a:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Muntat des de:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Espai lliure:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Mida desconeguda" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5580,21 +5564,20 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" -"Seleccioneu el programa que s'ha d'utilitzar per a obrir %1. Si " -"el programa no es troba en la llista, introduïu el nom o cliqueu en el botó " -"«Navega»." +"Trieu el programa que s'ha d'utilitzar per a obrir %1. Si el " +"programa no es troba en la llista, introduïu el nom o cliqueu damunt del " +"botó «Navega»." #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "Seleccioneu el nom del programa que obrirà els fitxers seleccionats." +msgstr "Trieu el nom del programa que obrirà els fitxers seleccionats." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
    %1
    " msgstr "" -"Seleccioneu el programa que voleu utilitzar per a obrir el fitxer
    " -"%1
    " +"Trieu el programa que voleu utilitzar per a obrir el fitxer
    %1
    " #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5602,10 +5585,9 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" -"Seleccioneu el programa que voleu utilitzar per a obrir el fitxer." +"Trieu el programa que voleu utilitzar per a obrir el fitxer." msgstr[1] "" -"Seleccioneu el programa que voleu utilitzar per a obrir els %1 fitxers." +"Trieu el programa que voleu utilitzar per a obrir els %1 fitxers." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5623,9 +5605,9 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"Seleccioneu el programa que cal afegir per al tipus de fitxer: %1. Si el programa no es troba en la llista, introduïu el nom o cliqueu en " -"el botó «Navega»." +"Trieu el programa que cal afegir per al tipus de fitxer: %1. Si " +"el programa no es troba en la llista, introduïu el nom o cliqueu damunt del " +"botó «Navega»." #: widgets/kopenwithdialog.cpp:630 #, kde-format @@ -5633,8 +5615,8 @@ msgid "" "Select a program. If the program is not listed, enter the name or click " "the browse button." msgstr "" -"Seleccioneu un programa. Si el programa no es troba en la llista, " -"introduïu el nom o cliqueu en el botó «Navega»." +"Trieu un programa. Si el programa no es troba en la llista, introduïu el " +"nom o cliqueu damunt del botó «Navega»." #: widgets/kopenwithdialog.cpp:676 #, kde-format @@ -5664,16 +5646,16 @@ msgid "" msgstr "" "A continuació de l'ordre podeu tindre diverses reserves de lloc que se " "substituiran amb els valors reals quan s'execute el programa real:\n" -"%f - un sol nom de fitxer\n" -"%F - una llista de fitxers; utilitzeu-ho per a les aplicacions que poden " +"%f – un sol nom de fitxer\n" +"%F – una llista de fitxers; utilitzeu-ho per a les aplicacions que poden " "obrir diversos fitxers locals a la vegada\n" -"%u - un sol URL\n" -"%U - una llista d'URL\n" -"%d - el directori del fitxer que s'obrirà\n" -"%D - una llista de directoris\n" -"%i - la icona\n" -"%m - la mini icona\n" -"%c - el comentari" +"%u – un sol URL\n" +"%U – una llista d'URL\n" +"%d – el directori del fitxer que s'obrirà\n" +"%D – una llista de directoris\n" +"%i – la icona\n" +"%m – la mini icona\n" +"%c – el comentari" #: widgets/kopenwithdialog.cpp:742 #, kde-format @@ -5821,7 +5803,7 @@ msgstr "GPU dedicada" #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "Executa utilitzant la targeta gràfica dedicada" +msgstr "Executa utilitzant una targeta gràfica dedicada" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5865,24 +5847,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Introduïu ací la descripció d'esta aplicació, basada en el seu ús. Exemples: " -"una aplicació per a marcar un telèfon (KPPP) seria «Eina de marcació»." +"Introduïu ací un nom genèric de l'aplicació. Exemples: una aplicació de " +"visualització d'imatges podria ser «Visor d'imatges»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descripció:" +msgid "&Generic name:" +msgstr "Nom &genèric:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Introduïu ací qualsevol comentari que creieu útil." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Introduïu ací la descripció d'esta aplicació, basada en el seu ús. Exemples: " +"una aplicació de visualització d'imatges podria ser «Visualitza i edita " +"imatges»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5893,7 +5880,7 @@ msgstr "Com&entari:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variables d'entorn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5948,14 +5935,14 @@ msgstr "" "Podeu tindre diverses reserves de lloc que se substituiran pels valors reals " "quan s'execute el programa real:\n" "\n" -"%f - un sol nom de fitxer\n" -"%F - una llista de fitxers (per a les aplicacions que poden obrir diversos " +"%f – un sol nom de fitxer\n" +"%F – una llista de fitxers (per a les aplicacions que poden obrir diversos " "fitxers a la vegada)\n" -"%u - un sol URL\n" -"%U - una llista d'URL\n" -"%i - la icona del fitxer «.desktop»\n" -"%c - el nom del fitxer «.desktop»\n" -"%k - la ubicació del fitxer «.desktop»" +"%u – un sol URL\n" +"%U – una llista d'URL\n" +"%i – la icona del fitxer «.desktop»\n" +"%c – el nom del fitxer «.desktop»\n" +"%k – la ubicació del fitxer «.desktop»" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 @@ -6007,10 +5994,10 @@ msgstr "" "fitxer, el sistema hauria de ser informat quant a les capacitats de cada " "aplicació per a manipular estes extensions i tipus MIME.

    \n" "

    Si voleu associar esta aplicació amb un o més tipus MIME que no es " -"troben en la llista, cliqueu en el botó Afig de davall. Si hi ha un o " -"més tipus de fitxers que esta aplicació no pot manipular, potser voldreu " -"eliminar-los de la llista clicant en el botó Elimina de davall.

    " +"troben en la llista, cliqueu damunt del botó Afig de davall. Si hi ha " +"un o més tipus de fitxers que esta aplicació no pot manipular, potser " +"voldreu eliminar-los de la llista clicant damunt del botó Elimina de " +"davall.

    " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 @@ -6037,8 +6024,8 @@ msgid "" "Click on this button if you want to add a type of file (mimetype) that your " "application can handle." msgstr "" -"Cliqueu en este botó si voleu afegir un tipus de fitxer (tipus MIME) que la " -"vostra aplicació pot manipular." +"Cliqueu damunt d'este botó si voleu afegir un tipus de fitxer (tipus MIME) " +"que la vostra aplicació pot manipular." #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -6054,8 +6041,8 @@ msgid "" "handle, select the mimetype in the list above and click on this button." msgstr "" "Si voleu eliminar un tipus de fitxer (tipus MIME) que la vostra aplicació no " -"pot manipular, seleccioneu el tipus MIME de la llista de dalt i cliqueu en " -"este botó." +"pot manipular, trieu el tipus MIME de la llista de dalt i cliqueu damunt " +"d'este botó." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:255 @@ -6100,7 +6087,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Compartiu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6110,36 +6097,55 @@ msgstr "" "No s'han pogut guardar les propietats a causa d'un accés d'escriptura " "insuficient a:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Introduïu el nom del fitxer" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explora en %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualitza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Introduïu la ubicació de la destinació" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Mostra %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Mida desconeguda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6148,138 +6154,144 @@ msgstr "" "S'està calculant… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fitxer" msgstr[1] "%1 fitxers" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 subcarpeta" msgstr[1] "%1 subcarpetes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "S'està calculant…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Com a mínim %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "El nom del fitxer nou està buit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Tipus de fitxer no registrat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "No hi ha associada cap aplicació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crea…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Canvia…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Canvia l'aplicació predeterminada per a obrir fitxers de tipus «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sense accés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Només pot veure" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pot veure i modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Només pot veure el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Pot veure i modificar el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Només pot veure/llegir el contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pot veure/llegir i modificar/escriure" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permisos d'accés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Este fitxer és un enllaç i no té permisos." msgstr[1] "Tots els fitxers són enllaços i no tenen permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Només el propietari pot canviar els permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Propietari:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Especifica les accions que el propietari té permés fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&up:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Especifica les accions que els membres del grup tenen permés fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Al&tres:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6288,27 +6300,27 @@ msgstr "" "Especifica les accions que tots els usuaris, que no són el propietari ni " "estan en el grup, tenen permés fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Només el propi&etari pot suprimir o canviar el nom del contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permet &executar el fitxer com a programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Suprimix o canvia el nom:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Executa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6320,7 +6332,7 @@ msgstr "" "podran afegir fitxers nous, el qual requerix permís de «Modifica el " "contingut»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6329,42 +6341,42 @@ msgstr "" "Marqueu esta opció per a marcar el fitxer com executable. Açò només té " "sentit per a programes i scripts. Cal quan els voleu executar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisos a&vançats" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Propietat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usuari:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplica els canvis a totes les subcarpetes i el seu contingut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisos avançats" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6373,22 +6385,22 @@ msgstr "" "Mostra les\n" "entrades" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Este indicador permet veure el contingut de la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lectura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "L'indicador de lectura permet veure el contingut del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6397,7 +6409,7 @@ msgstr "" "Escriptura de\n" "les entrades" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6407,44 +6419,44 @@ msgstr "" "tindre present que suprimir i canviar el nom es pot limitar utilitzant " "l'indicador d'apegalós." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escriptura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "L'indicador d'escriptura permet modificar el contingut del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrada" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activeu este indicador per a permetre entrar a la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Execució" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Activa este indicador per a permetre executar el fitxer com a programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6453,7 +6465,7 @@ msgstr "" "Indicador especial. És vàlid per a tota la carpeta, el significat exacte de " "l'indicador es pot veure en la columna de la dreta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6462,17 +6474,17 @@ msgstr "" "Indicador especial. El significat exacte de l'indicador es pot veure en la " "columna de la dreta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usuari" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6481,7 +6493,7 @@ msgstr "" "Si este indicador està establit, el propietari d'esta carpeta serà el " "propietari de tots els fitxers nous." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6490,7 +6502,7 @@ msgstr "" "Si este fitxer és un executable i l'indicador està establit, s'executarà amb " "els permisos de l'usuari." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6498,7 +6510,7 @@ msgstr "" "Si este indicador està establit, el grup d'esta carpeta s'associarà amb tots " "els fitxers nous." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6507,7 +6519,7 @@ msgstr "" "Si este fitxer és un executable i l'indicador està establit, s'executarà amb " "els permisos del grup." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6517,7 +6529,7 @@ msgstr "" "i l'administrador poden suprimir o canviar de nom fitxers. Altrament, tothom " "amb permisos d'escriptura ho pot fer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6526,90 +6538,81 @@ msgstr "" "L'indicador d'apegalós a un fitxer s'ignora en Linux, però pot utilitzar-se " "en alguns sistemes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Establix l'UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Establix la GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Apegalós" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Enllaç" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variant (Sense canvis)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Este fitxer utilitza permisos avançats" msgstr[1] "Estos fitxers utilitzen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Esta carpeta utilitza permisos avançats." msgstr[1] "Estes carpetes utilitzen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Estos fitxers utilitzen permisos avançats." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Sumes de verifi&cació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "S'està calculant…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Suma de verificació no vàlida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "L'entrada indicada no és cap suma de verificació vàlida MD5, SHA1 o SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Les sumes de verificació coincidixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "La suma de verificació calculada i l'esperada coincidixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6620,30 +6623,46 @@ msgstr "" "baixada fallida. Intenteu tornar a baixar el fitxer.
    Si la verificació " "encara falla, contacteu amb l'origen del fitxer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "La suma de verificació calculada i l'esperada diferixen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "S'està comprovant la suma de verificació…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Les sumes de verificació de tots els fitxers són idèntiques." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Els fitxers seleccionats tenen sumes de verificació diferents." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "S'està calculant…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6651,27 +6670,27 @@ msgstr "" "No s'han pogut guardar les propietats. Només s'accepten entrades en el " "sistema de fitxers local." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicació" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Afig un tipus de fitxer per a %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" -msgstr "Seleccioneu un o més tipus de fitxers que s'hagen d'afegir:" +msgstr "Trieu un o més tipus de fitxers que s'hagen d'afegir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Només s'accepten executables en el sistema de fitxers local." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opcions avançades per a %1" @@ -6775,22 +6794,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configura les dreceres web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Diàleg d'obrir fitxers" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nom de fitxer per al contingut del porta-retalls:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "fitxer apegat" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Apega el contingut del porta-retalls" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6799,19 +6820,19 @@ msgstr "" "El porta-retalls ha canviat d'ençà que heu utilitzat «apega»: ja no s'aplica " "el format triat per a les dades. Torneu a copiar allò que volíeu apegar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Apega una carpeta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Apega un fitxer" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6819,47 +6840,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Apega un element" msgstr[1] "Apega %1 elements" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Apega el contingut del porta-retalls…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Apega" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Format de les dades:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nom de fitxer per al contingut del porta-retalls:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nom de fitxer per al contingut que s'ha deixat anar:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Mida: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Apl&ica a tot" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6869,49 +6901,49 @@ msgstr "" "A menys que premeu «Omet», també se vos preguntarà en cas de conflicte amb " "un fitxer existent en un directori." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Quan està marcada, el botó premut s'aplicarà a tots els conflictes de " "carpeta següents per a la resta del treball actual." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Ca&nvia el nom" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggerix un &nom nou" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Omet" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "No copies o mogues esta carpeta, en lloc d'açò salta fins a l'element següent" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "No copies o mogues este fitxer, en lloc d'açò salta fins a l'element següent" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Escriu dintre" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6924,13 +6956,13 @@ msgstr "" "Se vos preguntarà una altra vegada en cas de conflicte amb un fitxer " "existent en el directori." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&obreescriu els fitxers antics" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6939,12 +6971,12 @@ msgstr "" "Els fitxers de destinació que tenen temps de modificació més antics seran " "sobreescrits pel d'origen, en cas contrari, s'ometran." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Continua" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6953,67 +6985,57 @@ msgstr "" "Esta acció sobreescriurà «%1» amb ell mateix.\n" "Introduïu un nom de fitxer nou:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinua" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Voleu sobreescriure la destinació?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Voleu fusionar el contingut de «%1» en «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origen" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destinació" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "L'origen és més recent." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "L'origen és més antic." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "L'origen és més xicotet per %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "La destinació és més gran per %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Els fitxers són idèntics." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Els fitxers pareixen idèntics." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Els fitxers són diferents." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7022,51 +7044,65 @@ msgstr "" "Segurament els fitxers són idèntics: tenen la mateixa mida i el seu " "contingut és el mateix al començament, la meitat i el final." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Compara els fitxers" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ja existix un element més antic anomenat «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ja existix un fitxer similar anomenat «%1»." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ja existix un element més recent anomenat «%1»." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Canvia el nom:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Canvia el nom de l'element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Canviar de nom els elements" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Ca&nvia el nom" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Canvia el nom de l'element %1 a:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ja existix un fitxer amb nom %1." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 no és un nom vàlid de fitxer." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Canvia el nom d'%1 element seleccionat a:" +msgstr[1] "Canvia el nom dels %1 elements seleccionats a:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "El caràcter «#» se substituirà per números ascendents començant per:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -7074,46 +7110,177 @@ msgctxt "" msgid "New name #" msgstr "Nom nou #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Canvia el nom d'%1 element seleccionat a:" -msgstr[1] "Canvia el nom els %1 elements seleccionats a:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "El caràcter «#» se substituirà per números ascendents començant per:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nom de fitxer no vàlid: el nom nou hauria de contindre una seqüència de #, " +"llevat que tots els fitxers tinguen extensions de fitxer diferents." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Canvia el nom d'%1 element seleccionat:" +msgstr[1] "Canvia el nom dels %1 elements seleccionats:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Substituïx:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patró" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Per:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substitució" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Cap nom de fitxer conté el patró." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Substituint «%1» per un reemplaçament buit provocaria que %2 tinguera un nom de fitxer buit." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Canvia el nom d'%1 element seleccionat:" +msgstr[1] "Canvia el nom dels %1 elements seleccionats:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Afig text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text que s'ha d'afegir" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Abans del nom de fitxer" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Després del nom de fitxer" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Canvia el nom de l'element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Canviar de nom els elements" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Ca&nvia el nom" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Com canviar de nom:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumera" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substituïx text" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Afig text" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vista prèvia:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 no es pot canviar el nom a un nom de fitxer buit." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informació" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substituïx" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Torna-ho a intentar" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substituïx-ho tot" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Omet" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Omet-ho tot" @@ -7200,7 +7367,7 @@ msgstr "" "L'amfitrió remot no ha enviat cap certificat SSL.\n" "S'interromp perquè no s'ha pogut establir la identitat de l'amfitrió." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7241,35 +7408,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"No s'ha pogut moure este element cap a dins de la paperera perquè és massa " -"gros. Voleu suprimir-lo permanentment?%1Esta acció no es podrà desfer." +"La paperera està massa plena per a acceptar este fitxer. Voleu suprimir-lo " +"permanentment?%1Esta acció no es podrà desfer." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"La paperera està massa plena per a acceptar este %1 fitxer. Voleu suprimir-" +"lo permanentment?Esta acció no es podrà desfer." +"" +msgstr[1] "" +"La paperera està massa plena per a acceptar estos %1 fitxers. Voleu suprimir-" +"los permanentment?Esta acció no es podrà " +"desfer." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"La paperera no està disponible per a esta ubicació de l'element. Voleu " +"suprimir-lo permanentment?%1Esta acció no es podrà desfer." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"No s'ha pogut moure este %1 element cap a dins de la paperera perquè és " -"massa gros. Voleu suprimir-lo permanentment?Esta acció no es podrà desfer." +"La paperera no està disponible per a la ubicació d'este %1 element. Voleu " +"suprimir-lo permanentment?Esta acció no es " +"podrà desfer." msgstr[1] "" -"No s'ha pogut moure estos %1 elements cap a dins de la paperera perquè són " -"massa grossos. Voleu suprimir-los permanentment?Esta acció no es podrà desfer." +"La paperera no està disponible per a la ubicació d'estos %1 elements. Voleu " +"suprimir-los permanentment?Esta acció no es " +"podrà desfer." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7277,47 +7475,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Segur que voleu moure este %1 element cap a dins de la paperera?" msgstr[1] "Segur que voleu moure estos %1 elements cap a dins de la paperera?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "No ho tornes a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "No ho tornes a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "No tornes a mostrar este missatge" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "La cadena de certificats SSL del parell pareix estar malmesa." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avís" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Iniciarà el programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" -msgstr "Si no confieu en este programa, cliqueu «Cancel·la»" +msgstr "Si no confieu en este programa, cliqueu damunt «Cancel·la»" diff --git a/local/recipes/kde/kf6-kio/source/po/cs/kio6.po b/local/recipes/kde/kf6-kio/source/po/cs/kio6.po index 47132ca694..bcf048dbd0 100644 --- a/local/recipes/kde/kf6-kio/source/po/cs/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/cs/kio6.po @@ -3,39 +3,40 @@ # SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2023, 2024 Vít Pelčák # Lukáš Tinkl , 2010, 2011, 2012, 2013. # Tomáš Chvátal , 2012, 2013. -# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024 Vit Pelcak +# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024, 2025 Vit Pelcak # +# SPDX-FileCopyrightText: 2026 Jan Papez (honyczek) msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-10-09 09:33+0200\n" -"Last-Translator: Vit Pelcak \n" -"Language-Team: Czech \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-10 23:33+0200\n" +"Last-Translator: Jan Papez (honyczek) \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 24.08.1\n" +"X-Generator: Lokalize 26.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Lukáš Tinkl, Vít Pelčák" +msgstr "Lukáš Tinkl, Vít Pelčák, Jan Papež (honyczek)" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "lukas@kde.org, vit@pelcak.org" +msgstr "lukas@kde.org, vit@pelcak.org, honyczek@centrum.cz" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nelze upravit vlastnictví souboru %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -44,12 +45,12 @@ msgstr "" "Nelze změnit vlastnictví souboru%1. Nemáte dostatečná " "přístupová práva k vykonání této změny vlastností souboru." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nelze vytvořit nástroj KIO: '%1'" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -61,7 +62,7 @@ msgstr "" "Nelze vytvořit symbolický odkaz %1.\n" "Cílový souborový systém (%2) nepodporuje symbolické odkazy." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -70,8 +71,13 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"Nelze vytvořit „%1“.\n" +"Cílový souborový systém (%2) neumožňuje následující znaky v názvech složek: " +"%3\n" +"Výběrem Nahradit dojde k nahrazení jakýchkoliv neplatných znaků (v cílovém " +"názvu složky) podtržítkem „_“." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,24 +86,29 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"Nelze vytvořit „%1“.\n" +"Cílový souborový systém (%2) neumožňuje následující znaky v názvech souborů: " +"%3\n" +"Výběrem Nahradit dojde k nahrazení jakýchkoliv neplatných znaků (v cílovém " +"názvu souboru) podtržítkem „_“." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Složka již existuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Soubor již existuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Již existuje jako složka" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Koš" @@ -105,7 +116,7 @@ msgstr "Koš" #: core/desktopexecparser.cpp:335 #, kde-format msgid "No Exec field in %1" -msgstr "" +msgstr "Žádné pole Exec v %1" #: core/desktopexecparser.cpp:360 #, kde-format @@ -116,22 +127,22 @@ msgstr "Nelze nalézt program '%1'" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "Program ‚%1‘ byl nalezen v ‚%2‘, ale postrádá oprávnění ke spuštění." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "Programu ‚%1‘ chybí oprávnění ke spuštění." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "Syntaktická chyba v příkazu %1 pocházejícího z %2" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "Terminál %1 nenalezen při pokusu spustit %2" #: core/desktopexecparser.cpp:526 #, kde-format @@ -194,204 +205,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Přesouvání" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Zdroj" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cíl" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Přejmenovávám" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopírování" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Vytváření složky" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Složka" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Mazání" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Soubor" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Zkoumám" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Přenos" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Připojování" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Zařízení" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Místo připojení" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Odpojování" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Změnit atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Pro změnu atributu souboru je potřeba oprávnění uživatele root. Přejete si " -"pokračovat?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopírovat soubory" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Pro dokončení operace kopírování je potřeba oprávnění uživatele root. " -"Přejete si pokračovat?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Smazat soubory" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Vytvořit složku" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Pro vytvoření této složky je potřeba oprávnění uživatele root. Přejete si " -"pokračovat?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Přesunout položky" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Pro dokončení operace přesun je potřeba oprávnění uživatele root. Přejete si " -"pokračovat?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Přejmenovat" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Pro dokončení operace přejmenování je potřeba oprávnění uživatele root. " -"Přejete si pokračovat?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Vytvořit symbolický odkaz" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Pro vytvoření symbolického odkazu je potřeba oprávnění uživatele root. " -"Přejete si pokračovat?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Přenést data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Pro dokončení operace přenos dat je potřeba oprávnění uživatele root. " -"Přejete si pokračovat?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -738,6 +641,8 @@ msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" +"Nelze vytvořit symbolické odkazy na %1.\n" +"Cílový souborový systém nepodporuje symbolické odkazy." #: core/job_error.cpp:220 #, kde-format @@ -806,6 +711,9 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"Povýšení práv není nutné, protože ‚%1‘\n" +"je ve vlastnictví současného uživatele.\n" +"Zkuste to prosím znovu poté, co upravíte oprávnění." #: core/job_error.cpp:261 #, kde-format @@ -814,6 +722,11 @@ msgstr "Soubor je příliš velký pro vyhození do koše." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Složka Koš nemohla být pro toto umístění nalezena nebo vytvořena." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -823,65 +736,65 @@ msgstr "" "%2\n" "Prosím pošlete úplný popis chyby na https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(neznámé)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technický důvod: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Podrobnosti požadavku:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datum a čas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Další informace: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Možné příčiny:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Možná řešení:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(neznámý)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -890,17 +803,17 @@ msgstr "" "Kontaktujte vaši podporu, buď administrátora nebo skupinu technické podpory, " "aby vám pomohla." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Pro další podporu kontaktuje správce serveru." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Zkontrolujte přístupová práva k tomuto zdroji." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -909,14 +822,14 @@ msgstr "" "Vaše přístupová práva nejsou dostatečná k vykonání požadované operace na " "tomto zdroji." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Soubor může být používán (a tedy zamknut) jiným uživatelem nebo aplikací." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -925,17 +838,17 @@ msgstr "" "Zkontrolujte, že jiná aplikace nebo uživatel nepoužívá tento soubor nebo jej " "nezamknul." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "I když je to nepravděpodobné, tak mohlo dojít k hardwarové chybě." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Je možné, že jste objevil(a) chybu v programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -944,7 +857,7 @@ msgstr "" "Toto je nejspíše způsobeno chybou v programu. Prosím zvažte zda neodešlete " "úplný popis chyby jak je podrobně popsáno níže." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -953,7 +866,7 @@ msgstr "" "Aktualizujte svůj software na nejnovější verzi. vaše distribuce by měla " "poskytovat nástroje k aktualizaci vašeho softwaru." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -973,12 +886,12 @@ msgstr "" "přiložte je ke své zprávě spolu s co nejvíce podrobnostmi, o kterých si " "myslíte, že by mohly pomoci nalézt problém." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Pravděpodobně nastal problém s vaším síťovým připojením." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -987,7 +900,7 @@ msgstr "" "Vaše nastavení sítě může být špatné. Pokud jste v poslední době bez problémů " "přistupovali k internetu, tak je tato varianta nepravděpodobná." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -996,44 +909,44 @@ msgstr "" "Je možné, že se vyskytl problém někde na cestě sítí mezi serverem a vaším " "počítačem." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Zkuste operaci opakovat, buď okamžitě nebo později." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Nejspíše došlo k chybě nebo nekompatibilitě protokolu." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ujistěte se, že prostředek existuje, a zkuste znova." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Zadaný prostředek nemusí existovat." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Překontrolujte si, že jste zadali správné umístění, a zkuste operaci " "opakovat." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Zkontrolujte stav vašeho síťového spojení." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nelze otevřít prostředek ke čtení" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "nebylo možné získat, protože nebylo možné nabýt práva ke čtení." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Možná nemáte práva ke čtení souboru nebo k otevření složky." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nelze otevřít prostředek pro zápis" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1061,17 +974,17 @@ msgstr "" "To znamená, že do souboru %1 nebylo možné zapsat, protože " "se nezdařilo nabýt práva ke zápisu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nelze spustit proces vyžadovaný protokolem %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nelze spustit proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1, nebylo možné najít nebo spustit. To je obvykle způsobeno " "technickými problémy." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1093,12 +1006,12 @@ msgstr "" "poslední aktualizaci KDE aktualizován. To může způsobit nekompatibilitu " "programu se současnou verzí a tedy není zaručeno, že bude moci být spuštěn." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Vnitřní chyba" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ohlásil vnitřní chybu." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Chybně naformátované URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nepodporovaný protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1141,12 +1054,12 @@ msgstr "" "Protokol %1 není podporován KDE programy, které jsou nyní " "nainstalovány na tomto počítači." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Požadovaný protokol nemusí být podporován." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1155,7 +1068,7 @@ msgstr "" "Verze protokolu %1 podporovaná tímto počítačem a serverem mohou být " "nekompatibilní." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1166,17 +1079,17 @@ msgstr "" "\"Nástroj KIO\"), který podporuje tento protokol. Místa, kde byste měli " "hledat zahrnují https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL neodkazuje na prostředek." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filtrovacím protokolem." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL), které jste zadali neodkazuje na určitý prostředek." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1198,12 +1111,12 @@ msgstr "" "taková situace. Toto je neobvyklá událost a nejspíše signalizuje chybu " "programu." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nepodporovaná činnost: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1212,7 +1125,7 @@ msgstr "" "Požadovaná činnost není podporována KDE programem, který implementuje " "protokol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1222,17 +1135,17 @@ msgstr "" "Tato chyba je velmi závislá na KDE programu. Dodatečná informace by vám měla " "dát více informace než je dostupná vstupně/výstupní architektuře KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pokus o nalezení jiné cesty k dovršení shodného výsledku." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očekáván soubor" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1241,17 +1154,17 @@ msgstr "" "Požadavek očekával soubor, avšak místo něj byla vrácena složka %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "To může být chyba na straně serveru." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očekávána složka" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1260,17 +1173,17 @@ msgstr "" "Požadavek očekával složku, avšak místo něj byl vrácen soubor %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Soubor nebo složka neexistuje" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Zadaný soubor nebo složka %1 neexistuje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1279,22 +1192,22 @@ msgstr "" "Požadovaný soubor nebylo možné vytvořit, protože soubor se stejným názvem " "již existuje." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Zkuste nejprve odstranit překážející soubor a pak zopakujte operaci." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Smažte současný soubor a zopakujte operaci." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Vyberte jiný název pro nový soubor." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1303,27 +1216,27 @@ msgstr "" "Požadovanou složku nebylo možné vytvořit, protože složka se stejným názvem " "již existuje." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Zkuste nejprve odstranit překážející složku a pak zopakujte operaci." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Smažte aktuální složku a zopakujte operaci." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Vyberte jiný název pro novou složku." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Neznámý hostitel" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1332,35 +1245,35 @@ msgstr "" "Chyba „neznámý hostitel“ znamená, že server s požadovaným jménem %1 nebylo možné na Internetu nalézt." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Jméno %1, které jste zadali neexistuje. Možná, že je chybně zadáno." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Odmítnut přístup" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "K zadanému prostředku %1 byl odmítnut přístup." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Je možné, že jste poskytli chybné podrobnosti pro ověření nebo jste je vůbec " "neposkytli." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Vaše konto nemusí mít přístupová práva k tomuto prostředku." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1369,12 +1282,12 @@ msgstr "" "Opakujte požadavek a ujistěte se, že podrobnosti pro ověření jsou správně " "vloženy." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Odmítnut přístup k zápisu" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1382,12 +1295,12 @@ msgid "" msgstr "" "Toto znamená, že byl odmítnut pokus o zápis do souboru %1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nelze vstoupit do složky" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1396,17 +1309,17 @@ msgstr "" "To znamená, že byl odmítnut pokus o vstup (jinými slovy otevření) do " "požadované složky %1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Výpis složky není dostupný" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 není systémem souborů" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1416,12 +1329,12 @@ msgstr "" "To znamená, že byl vznesen požadavek zjišťující obsah složky a že KDE " "program, který podporuje tento protokol, jej nebyl schopen splnit." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Odhalen cyklický odkaz" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1434,7 +1347,7 @@ msgstr "" "vytvářejí nekonečnou smyčku, tj. soubor je odkazován (pravděpodobně nepřímo) " "sám na sebe." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1442,27 +1355,27 @@ msgid "" msgstr "" "K přerušení nekonečného řetězce smažte jeden jeho článek a zkuste znova." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Požadavek přerušen uživatelem" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Požadavek nebyl dokončen, protože byl přerušen." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Opakovat požadavek." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Během kopírování byl odhalen cyklický odkaz" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1475,17 +1388,17 @@ msgstr "" "odhalilo odkaz nebo řadu odkazů, které vytvářejí nekonečnou smyčku, tj. " "soubor je odkazován (pravděpodobně nepřímo) sám na sebe." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nelze vytvořit síťové spojení." -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nelze vytvořit soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1494,8 +1407,8 @@ msgstr "" "Toto je dosti technická chyba, při které nebylo možné vytvořit požadované " "zařízení pro síťovou komunikaci (socket)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1504,19 +1417,19 @@ msgstr "" "Síťové spojení není pravděpodobně správně nastaveno nebo není zapnuto síťové " "rozhraní." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Spojení na server bylo odmítnuto." -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Server %1 odmítl tomuto počítači vytvořit spojení." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1525,7 +1438,7 @@ msgstr "" "Server, i když je v současné době připojen k internetu, nemusí být nastaven " "tak, aby povoloval dotazy." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1534,7 +1447,7 @@ msgstr "" "Server, i když je v současné době připojen k internetu, nemusí mít spuštěnu " "službu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1544,12 +1457,12 @@ msgstr "" "Nejspíše zasáhl síťový firewall (prostředek, který omezuje internetové " "dotazy) chránící buď vaši síť nebo síť serveru a zabránil tomuto dotazu." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Spojení k tomuto serveru neočekávaně uzavřeno." -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1558,7 +1471,7 @@ msgstr "" "I přesto, že bylo vytvořeno spojení s %1, tak došlo k jeho " "přerušení v neočekávaném bodě komunikace." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1567,17 +1480,17 @@ msgstr "" "Nejspíše nastala chyba protokolu, která zapříčinila, že server ukončil " "spojení." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Neplatný URL zdroj" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 není filtrovacím protokolem." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL), které jste zadali, se nevztahuje k platnému mechanismu " "přístupu k určitému zdroji %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1601,17 +1514,17 @@ msgstr "" "činnosti. Toto se stává zřídka a s největší pravděpodobností jde o chybu v " "programu." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nelze inicializovat vstupně/výstupní zařízení" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nelze připojit zařízení" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1620,7 +1533,7 @@ msgstr "" "Požadované zařízení nebylo možné inicializovat (\"připojit\"). Byla ohlášena " "chyba: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1631,7 +1544,7 @@ msgstr "" "(např. není médium v CDROMu) nebo v případě periferního/přenosného zařízení " "není správně připojeno." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1641,7 +1554,7 @@ msgstr "" "Nejspíše nemáte práva k inicializaci (\"připojení\")zařízení. V unixových " "systémech je často potřeba práv správce systému k inicializaci zařízení." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1650,17 +1563,17 @@ msgstr "" "Zkontrolujte zda je zařízení připraveno a zkuste znova (zařízení musí " "obsahovat médium a přenosná zařízení musí být připojena a zapnuta)." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nelze deinicializovat vstupně/výstupní zařízení" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nelze odpojit zařízení" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1669,7 +1582,7 @@ msgstr "" "Požadované zařízení nelze deinicializovat (\"odpojit\"). Byla nahlášena " "chyba: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1680,7 +1593,7 @@ msgstr "" "uživatelem. I pouhé otevřené okno prohlížeče s obsahem umístěným na zařízení " "může způsobit ponechání zařízení v použití." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1691,17 +1604,17 @@ msgstr "" "unixových systémech je často nutné mít právo správce systému k " "deinicializování zařízení." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Zkontrolujte zda žádná aplikace nepřistupuje na zařízení a opakujte." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ze zdroje není možné číst" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1710,17 +1623,17 @@ msgstr "" "To znamená, že i přesto že bylo možné zdroj %1 otevřít, " "nastala chyba během čtení obsahu zdroje." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Možná nemáte práva ke čtení z tohoto zdroje." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "není možné zapsat do zdroje" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1729,22 +1642,22 @@ msgstr "" "To znamená, že i přesto že bylo možné zdroj %1 otevřít, " "nastala chyba během zápisu obsahu do zdroje." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možná nemáte práva k zápisu do tohoto zdroje." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nelze naslouchat sítovým spojením" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nelze propojit" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1755,17 +1668,17 @@ msgstr "" "zařízení pro síťovou komunikaci (socket), aby bylo možné čekat na příchozí " "sítová spojení." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nelze čekat na spojení" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nelze přijmout sítová spojení" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1774,34 +1687,34 @@ msgstr "" "Toto je dosti technická chyba, při které nastala chyba během pokusu o " "přijetí příchozího sítového spojení." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Nejspíše nemáte práva k přijetí spojení." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nelze se přihlásit: %1." -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Pokus o přihlášení, nutný k vykonání požadované operace, byl neúspěšný." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nelze určit stav zdroje" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nelze zjistit informace o zdroji" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1810,68 +1723,68 @@ msgstr "" "Pokus o určení informace o stavu zdroje %1, jako jméno, " "typ, velikost atd., byl neúspěšný." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Určený zdroj neexistoval nebo není přístupný." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nelze ukončit výpis" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nelze vytvořit složku" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pokus o vytvoření požadované složky se nezdařil." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Umístění, ve kterém měla být vytvořena složka, neexistuje." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nelze odstranit složku" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Pokus o odstranění zadané složky %1 se nezdařil." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Zadaná složka nejspíš neexistuje." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Zadaná složka není nejspíš prázdná." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Ujistěte se, že složka existuje a je prázdná, a pak opakujte operaci." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nelze navázat přenos souboru" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1880,32 +1793,32 @@ msgstr "" "Zadaný požadavek vyžadoval, aby bylo při přenosu souboru %1 " "navázáno od určitého místa přenosu. To nebylo možné provést." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol nebo server nejspíš nepodporuje navazování." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Opakujte požadavek bez pokusu o navazování na předchozí přenos." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nelze přejmenovat zdroj" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Pokus o přejmenování zadaného zdroje %1 se nezdařil." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nelze změnit přístupová práva ke zdroji" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 se " "nezdařil." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nelze změnit vlastníka zdroje" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 se nezdařil." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nelze smazat zdroj" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Pokus o smazání zadaného zdroje %1 se nezdařil." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočekávané ukončení programu" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, byl neočekávaně ukončen." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nedostatek paměti" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, nebyl schopen získat paměť potřebnou k pokračování své činnosti." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Neznámý proxy hostitel" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2023,17 +1936,17 @@ msgstr "" "\">https://bugs.kde.org/ a informujte tím KDE tým o nepodporované metodě " "udělení oprávnění." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Požadavek zrušen" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Vnitřní chyba serveru" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2042,7 +1955,7 @@ msgstr "" "Program na serveru, který poskytuje přístup k protokolu %1, " "ohlásil vnitřní chybu: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2051,12 +1964,12 @@ msgstr "" "To je nejspíše způsobeno chybou v programu serveru. Prosím zvažte, zda " "nepošlete úplné chybové hlášení o chybě obsahující podrobnosti zmíněné níže." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Kontaktujte administrátora server a oznamte mu problém." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2065,39 +1978,31 @@ msgstr "" "Víte-li, kdo je autorem použitého programu na serveru, tak pošlete hlášení o " "chybě přímo jemu." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Vypršení časového limitu" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"I když se zdařilo kontaktovat server, odpověď nepřišla v zadané době: " -"
    • Čas pro vytvoření spojení: %1 sekund
    • Čas pro přijetí " -"odpovědi: %2 sekund
    • Čas pro přístup k proxy serverům: %3 sekund
    Prosím uvědomte si, že tyto časy můžete změnit v Ovládacím centru " -"KDE v modulu Síť->Nastavení." +"Přestože se navázal kontakt se serverem, v přidělené době na požadavek " +"nebyla obdržena odpověď." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server byl příliš zaneprázdněn vyřizováním jiných požadavků." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Neznámá chyba" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, nahlásil neznámou chybu: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Neznámé přerušení" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, nahlásil přerušení neznámého typu: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nelze smazat původní soubor" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2136,12 +2041,12 @@ msgstr "" "odstranění původního souboru. Původní soubor %1 se " "odstranit nezdařilo." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nelze smazat dočasný soubor" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2152,12 +2057,12 @@ msgstr "" "soubor během stahování bude ukládat. Tento dočasný soubor %1 se odstranit nezdařilo." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nelze přejmenovat původní soubor" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2166,12 +2071,12 @@ msgstr "" "Požadovaná operace vyžaduje přejmenování původního souboru %1, ale to se nezdařilo." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nelze přejmenovat dočasný soubor" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2180,32 +2085,32 @@ msgstr "" "Požadovaná operace vyžaduje vytvoření dočasného souboru %1, " "ale ten není možné vytvořit." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nelze vytvořit odkaz" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nelze vytvořit symbolický odkaz" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Požadovaný symbolický odkaz %1 nebylo možné vytvořit." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Žádný obsah" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Plný disk" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2214,7 +2119,7 @@ msgstr "" "Požadovaný soubor %1 nemohl být uložen, protože na disku " "není dostatek místa." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2225,12 +2130,12 @@ msgstr "" "souborů; 2) archivováním souborů na vyměnitelná média jako jsou CD-R disky " "nebo 3) obstarejte si větší úložnou kapacitu." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Zdrojový a cílový soubor jsou shodné." -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2238,17 +2143,17 @@ msgid "" msgstr "" "Operaci nebylo možné dokončit, protože zdrojový a cílový soubor jsou shodné." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Zvolte jiná název pro cílový soubor." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Soubor nebo složka byla přetažena sama do sebe" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2257,17 +2162,17 @@ msgstr "" "Operaci nebylo možné dokončit, protože zdrojový a cílový soubor nebo složka " "jsou shodné." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Přetáhněte položku na jiný soubor nebo složku." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Složka přesunuta na sebe samu" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2275,17 +2180,17 @@ msgid "" msgstr "" "Operaci nebylo možné dokončit, protože zdroj nelze přesunout na sebe sama." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Přesunout položku do jiné složky." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nelze komunikovat serverem hesel" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2294,22 +2199,22 @@ msgstr "" "Operaci nebylo možné dokončit, protože se nelze spojit se službou pro " "vyžádání hesla (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "Zkuste restartovat sezení, nebo hledejte v záznamech chyby z kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nelze iniciovat protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nelze vytvořit nástroj KIO'" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2318,20 +2223,23 @@ msgstr "" "Nástroj KIO, který poskytuje přístup k protokolu %1, nebylo " "možné spustit. To je obvykle způsobeno technickými problémy." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"klauncher nemohl najít nebo spustit zásuvný modul, který poskytuje tento " +"protokol. To znamená, že máte pravděpodobně zastaralou verzi zásuvného " +"modulu." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nelze přesunout %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2341,35 +2249,37 @@ msgstr "" "Soubor %1 nemohl být přesunut, protože souborový systém " "nepodporuje tak velké soubory" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" +"Přeformátujte cílovou jednotku na souborový systém, který podporuje takto " +"velké soubory." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentovaná chyba" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolický odkaz na %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, odkaz na %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Odkazuje na: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2378,118 +2288,120 @@ msgstr "" "Chybný formát URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "Pro %1 se nepodařilo určit typ souboru" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Nelze získat název programu z '%1', prosím zadejte platný název." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "%1 se nezdá být jako spustitelný program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"%1 nebyl nalezen; zadejte prosím platnou cestu ke " +"spustitelnému programu." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 nepodporuje otevírání spojení." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 nepodporuje uzavírání spojení." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 nepodporuje přístup k souborům." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Zápis do %1 není podporován." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Pro protokol %1 neexistují žádné speciální činnosti." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 nepodporuje výpis složek." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Protokol %1 nepodporuje získávání dat." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Protokol %1 nepodporuje získávání informací o typu MIME." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Protokol %1 nepodporuje přesun nebo přejmenování souborů." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Protokol %1 nepodporuje vytváření symbolických odkazů." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Protokol %1 nepodporuje kopírování souborů." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Protokol %1 nepodporuje mazání souborů." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Protokol %1 nepodporuje vytváření složek." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Protokol %1 nepodporuje změnu atributů souborů." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Protokol %1 nepodporuje změnu vlastníka souborů." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Protokol %1 nepodporuje otevírání souborů." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 nepodporuje činnost '%2'." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2498,311 +2410,332 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Neznámý protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nelze nalézt nástroj KIO pro protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Nelze vytvořit socket pro spuštění nástroje KIO pro protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nelze nalézt spustitelný soubor 'kioworker' v '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "Po&drobnosti" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Vždy" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Po&kračovat" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Pouze &aktuální sezení" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Přesunout do nové složky" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Vytvořit novou složku pro tyto položky" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nevybrali jste název souboru ke smazání." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nic k smazání" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nevybrali jste soubor k vyhození do koše." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nic k vyhození do koše" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Zadaná složka neexistuje nebo ji nelze číst." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Nabídka" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Nadřazená složka" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Přejít zpět" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Přejít vpřed" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domovská složka" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Znovu načíst" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nová složka…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Přesunout do koše" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Smazat" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Třídění" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Seřadit podle názvu" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Seřadit podle velikosti" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Řadit podle data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Řadit dle typu" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Vzestupně" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Sestupně" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Složky první" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Skryté soubory jako poslední" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Pohled s ikonami" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktní zobrazení" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Podrobný pohled" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Pozice ikon" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Vedle názvu souboru" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nad názvem souboru" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Stručné zobrazení" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Podrobný pohled" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Stromové zobrazení" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Podrobný stromový pohled" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "Povolit rozbalítko v podrobném pohledu" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Zobrazit skryté soubory" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Zobrazit panel s náhledem" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Zobrazit náhled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Otevřít odpovídající složku" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Vlastnosti" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Režim zobrazení" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Nejdříve nejnovější" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Nejdříve nejstarší" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nejdříve nejnovější" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Nejdříve největší" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Nejdříve nejmenší" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kódování:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otevřít" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Uložit jako" @@ -2849,40 +2782,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Přesunout sem" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Všechny soubory" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Všechny podporované soubory" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Všechny soubory" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Přidat položku míst" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Upravit položku míst" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2894,17 +2827,17 @@ msgstr "" "měl skládat z jednoho či dvou slov, které vám pomohou zapamatovat si, kam se " "položka odkazuje. Pokud nezadáte popisek, bude odvozen z URL umístění.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Popis&ek:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Zde zadejte popisek" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2917,12 +2850,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

    Kliknutím na tlačítko vedle " "editačního pole můžete vybrat požadované URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Umístění:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2931,17 +2864,17 @@ msgstr "" "Toto je ikona, která se objeví v Panelu míst.

    Kliknutím na " "toto tlačítko vyberete jinou ikonu.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Vyberte &ikonu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Z&obrazovat pouze pro tuto aplikaci (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2952,201 +2885,207 @@ msgstr "" "aplikaci (%1).

    V opačném případě bude dostupný pro všechny aplikace." "
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Místa" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Vzdálené" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nedávné" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Vyhledat" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Zařízení" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Odpojitelná zařízení" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Značky" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (od: %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Všechny značky" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domovská složka" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Pracovní plocha" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenty" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Stahování" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Síť" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Koš" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Hudba" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Obrázky" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videa" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nedávné soubory" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nedávná umístění" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Změněno dnes" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Změněno včera" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "" +msgstr "Nelze přidat na panel Místa: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." -msgstr "" +msgstr "Na panel Místa je možné přidat pouze složky." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Nastavit…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "" +msgstr "Uvolňování..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Vy&dání" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Bezpečně odstraňuji" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Bezpečně od&stranit" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Odpojuji..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Odpo&jit" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Vysunout" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Zařízení '%1' není disk a nelze jej vysunout." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Nastala chyba při přístupu k '%1', systém odpověděl: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Nastala chyba při přístupu k '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Jeden nebo více souborů z toho zařízení je používáno některou aplikací." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3164,108 +3103,108 @@ msgstr[2] "" "Jeden nebo více souborů z toho zařízení je používáno těmito aplikacemi: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Přeformátovat nebo upravit pomocí Správce diskových oddílů" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 volné z %2 (%3% použito)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skryté)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vyprázdnit koš" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Připojit" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otevřít v nové kartě" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Otevřít v novém okně" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Přidat položku…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Upravit…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Odstranit z míst" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Skrýt" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Skrýt oddíl '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Skrýt oddíl" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Zo&brazit všechny položky" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Velikost ikon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3273,51 +3212,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automaticky změnit velikost" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Malé (%1x%)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Střední (%1x%)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Velké (%1x%)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Obrovské (%1x%)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Můžete vybrat pouze jeden soubor" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Zadán více než jeden soubor" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Můžete vybrat pouze lokální soubory" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Vzdálené soubory nebyly přijaty" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3326,54 +3265,31 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"Vybraná adresa URL používá nepodporované schéma. Prosím použijte následující " +"schéma: %2" msgstr[1] "" +"Vybraná adresa URL používá nepodporované schéma. Prosím použijte jedno z " +"následujících schémat: %2" msgstr[2] "" +"Vybraná adresa URL používá nepodporované schéma. Prosím použijte jedno z " +"následujících schémat: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nepodporované schéma URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Byla vybrána více než jedna složka, ale tento dialog nepřijímá složky. " -"Prosím, vyberte pouze jednu složku, kterou si přejete zobrazit." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Zadána více než jedna složka" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Byla vybrána nejméně jedna složka a soubor. Vybrané soubory budou ignorované " -"a obsah vybrané složky bude zobrazen" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Vybrány soubory a složky" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nelze najít soubor \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nelze otevřít soubor" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3384,42 +3300,42 @@ msgstr "" ">Například pokud je vaše současné umístění file:/home/konqi, kliknutím na " "toto tlačítko se dostanete do složky file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknutím na toto tlačítko se přesunete v historii o jeden krok zpět." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Kliknutím na toto tlačítko se přesunete v historii o jeden krok vpřed." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknutím na toto tlačítko obnovíte obsah pohledů." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknutím na toto tlačítko vytvoříte novou složku." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Zobrazit panel míst" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Zobrazit tlačítko záložek" +msgid "Show Quick Filter" +msgstr "Zobrazit rychlý filtr" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Možnosti" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3434,12 +3350,12 @@ msgstr "" "míst
  • náhledy souborů
  • oddělení souborů od složek
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Záložky" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3453,12 +3369,35 @@ msgstr "" "dialog, ale jinak fungují jako záložky v celém KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Název:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Vrátit změnu souboru" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Ponechat filtr při změně složek" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrovat podle názvu:" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skrýt filtrovací panel" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3470,12 +3409,12 @@ msgstr "" "souborů. Tuto funkci lze ovládat pomocí kliknutí pravého tlačítka myši a " "zvolení položky Doplňování textu z rozbalovací nabídky." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Toto je název, pod kterým bude soubor uložen." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3484,74 +3423,78 @@ msgstr "" "Toto je seznam souborů, které budou otevřeny. Lze vybrat více souborů tak, " "že jejich názvy oddělíte mezerami." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Toto je název souboru, který bude otevřen." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Místa" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Soubor \"%1\" již existuje. Přejete si jej přepsat?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Přepsat soubor?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Můžete vybrat pouze lokální soubory." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Vzdálené soubory nebyly přijaty" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Všechny složky" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Aktuální adresář: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otevřít" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Velikost ikony: %1 pixelů" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Auto&maticky zvolit příponu souboru (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "přípona %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Auto&maticky zvolit příponu souboru" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "vhodná přípona" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3577,75 +3520,63 @@ msgstr "" "automaticky později odstraněna. Pokud si nejste jisti, ponechte " "zapnuté - soubory tak lze lépe spravovat." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "T&yp souboru:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Maska:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Tato maska se použije na seznam souborů. Soubory, jejichž názvy " -"neodpovídají masce, nebudou zobrazeny.

    Můžete zvolit jeden z " -"přednastavených filtrů z rozbalovací nabídky nebo zadat svůj vlastní do " -"editačního pole.

    Jsou povoleny zástupné znaky jako * nebo ?.

    " -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Vytvořit nový soubor" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Lituji" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Soubor %1 se šablonami neexistuje." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Název pro nový odkaz:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Vytvořit odkaz na URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Zadejte %1 název souboru:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Lituji" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Soubor %1 se šablonami neexistuje." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Název pro nový odkaz:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Vytvořit symbolický odkaz" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Vytvořit odkaz na URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3655,7 +3586,7 @@ msgstr "" "Název nelze použít %1protože je rezervován pro " "použití operačním systémem." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3665,7 +3596,7 @@ msgstr "" "Název %1 začíná tečkou, tudíž bude adresář ve výchozím " "stavu skryt." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3677,125 +3608,174 @@ msgstr "" "povede k tomu, že bude zobrazeno před ostatními položkami při řazení podle " "abecedy." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Lomítka nelze v názvech složek použít." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Zpětná lomítka nelze v názvech složek použít." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "" +msgstr "Složka s názvem %1 již existuje." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "" +msgstr "Soubor s názvem %1 již existuje." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Vytvořit nový" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Odkaz na zařízení" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nová složka" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Vytvořit novou složku" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Vytvořit novou složku v %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Zadejte název složky" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Výchozí" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Vytvořit nový soubor" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Zadejte název souboru" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Zvolit vlastní ikonu či barvu" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Vyberte jinou ikonu…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikonu lze změnit i později ve vlastnostech složky." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopírovat" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Vložit" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otevřít \"%1\" v nové kartě" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Otevřít \"%1\" v novém okně" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Upravit" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Přejít" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Zobrazit celou cestu" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Nelze přesunout %1" +msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3805,7 +3785,14 @@ msgstr "Více" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Přejít na umístění v cestě" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Místa" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3830,28 +3817,28 @@ msgstr "Ostatní" msgid "Edit mode" msgstr "Upravit režim" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klikněte pro navigaci k umístění" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klikněte pro upravení umístění" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nemáte oprávnění ke spuštění tohoto souboru." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Spouštím %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3860,12 +3847,12 @@ msgstr "" "Nelze nastavit službu %1 jako spustitelnou, přerušuje se spuštění.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nemáte oprávnění k výběru aplikace k otevření tohoto souboru." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3875,12 +3862,12 @@ msgstr "" #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Byl zadán prázdný příkaz" #: gui/faviconrequestjob.cpp:108 #, kde-format msgid "No favicon found for %1" -msgstr "" +msgstr "Nebyla nalezena ikona oblíbené položky %1" #: gui/faviconrequestjob.cpp:156 #, kde-format @@ -3892,12 +3879,18 @@ msgstr "Chyba během ukládání obrázku do %1" msgid "Icon file too big, download aborted" msgstr "Soubor ikony je příliš velký. Stahování bylo přerušeno" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nebyl nalezen žádný e-mailový klient." -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3908,28 +3901,28 @@ msgstr "" "%1\n" "je neplatný." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Spouštím %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Příkaz %1 nelze najít." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "Nebyl nalezen žádný emulátor terminálu" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Otevření %1 selhalo" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3940,27 +3933,27 @@ msgstr "" "%1\n" "je typu Link, ale neobsahuje položku URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3969,12 +3962,12 @@ msgstr "" "Nelze nastavit soubor \"%1\" jako spustitelný.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Soubor pracovní plochy %1 neobsahuje položku Type=... ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3982,12 +3975,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Soubor se nepodařilo otevřít." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -4074,72 +4067,67 @@ msgstr "" "byl změněn.\n" "Přejete si odeslat změny?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - otevírá vzdálené soubory, kontroluje změny, žádá o odeslání" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 vývojáři KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Považovat URL za lokální soubory a poté je smazat" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Navrhovaný název pro stažený soubor" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Příkaz ke spuštění" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL nebo lokální soubor pro 'příkaz'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Nastavování ACL pro %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4148,7 +4136,7 @@ msgstr "" "Nelze změnit přístupová práva\n" "k %1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4158,118 +4146,37 @@ msgstr "" "Nelze změnit vlastníka a skupinu pro\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Nelze otevřít dočasný soubor" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nelze nalézt program \"mount\"." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nelze nalézt program \"umount\"." -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Změnit oprávnění souboru" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nová oprávnění: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Změnit vlastníka souboru" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Odstranit soubor" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Odstranit adresář" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Vytvořit adresář" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Oprávnění adresáře: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Otevřít soubor" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Otevřít adresář" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nový název souboru: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cíl: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Změnit časové razítko" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Od: %1, Komu: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Neznámá činnost" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Činnost: %1\n" -"Zdroj: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nelze kopírovat soubor z %1 do %2 (chyba č. %3)." -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Žádné médium v zařízení pro %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nelze získat ID uživatele pro uživatele %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nelze získat ID skupiny pro skupinu %1" @@ -4311,32 +4218,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Pro přístup k tomuto serveru potřebujete uživatelské jméno a heslo." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Server:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Úspěšné přihlášení" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nelze se přihlásit na %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4345,7 +4252,7 @@ msgstr "" "\n" "Server odpověděl: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4354,12 +4261,12 @@ msgstr "" "Dříve než přistoupíte k jakémukoliv serveru, musíte zadat uživatelské jméno " "a heslo pro proxy server uvedený níže." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Ověření proxy selhalo." @@ -4411,101 +4318,101 @@ msgid "" msgstr "Přejete si přijmout tento certifikát navždy bez dalšího dotazování?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Ověření serveru" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Jinak by požadavek byl uspěl." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "získat hodnoty vlastností" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "nastavit hodnoty vlastností" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "vytvořit požadovanou složku" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopírovat zadaný soubor nebo složku" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "přesunout zadaný soubor nebo složku" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "hledat v zadané složce" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zamknout zadaný soubor nebo složku" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "odemknout zadaný soubor nebo složku" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "smazat zadaný soubor nebo složku" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "zjistit možnosti serveru" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "získat obsah zadaného souboru nebo složky" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "spustit hlášení v dané složce" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Nastala neočekávaná chyba (%1) při pokusu %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4513,13 +4420,13 @@ msgid "" "below." msgstr "Nastala chyba při pokusu %1, %2. Shrnutí důvodů níže:" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Odmítnut přístup při pokusu %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4528,7 +4435,7 @@ msgstr "" "Zdroj nelze vytvořit, dokud aspoň jedna z dočasných sbírek (složek) nebude " "vytvořena." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4543,28 +4450,28 @@ msgstr "" "aby nebylo možné soubor přepsat.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Požadované uzamčení nemůže být zaručeno. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server nepodporuje typ požadavku." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nelze %1, protože je zdroj uzamčen." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Tato činnost byla zablokována jinou chybou." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4572,7 +4479,7 @@ msgid "" "folder." msgstr "Nelze %1, protože cílový server odmítá přijmout soubor nebo složku." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4581,18 +4488,18 @@ msgstr "" "Cílový zdroj nemá dostatečný prostor, aby zaznamenal stav zdroje po vykonání " "této metody." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Prostředek nelze smazat." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "odeslat %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4603,15 +4510,15 @@ msgstr "Nastala neočekávaná chyba (%1) při pokusu %2." msgid "Network" msgstr "Síť" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Chybné URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4623,12 +4530,12 @@ msgstr "" "místo. Můžete buďto znovu adresář vytvořit a opakovat tuto operaci, nebo " "přetáhnout položku na jiné místo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Neplatná kombinace protokolů." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Tento soubor je již v koši." @@ -4664,10 +4571,10 @@ msgstr "Vyprázdnit obsah koše" msgid "Restore a trashed file to its original location" msgstr "Obnovit vyhozený soubor na původní místo" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" +msgstr "Koš je plný. Vyprázdněte jej nebo z něj ručně odstraňte položky." #: kpasswdserver/kpasswdserver.cpp:529 #, kde-format @@ -4685,17 +4592,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Zkusit znovu" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Ověřovací dialog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Odmítnut přístup" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemáte oprávnění přistupovat k protokolu %1." @@ -4802,41 +4709,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "Očekávané kontrolní součty (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klikněte pro vložení součtu ze schránky do vstupního pole." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4846,9 +4753,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Spočítat" @@ -4857,137 +4764,208 @@ msgstr "Spočítat" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klikněte pro zkopírování součtu do schránky." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Z&rušit" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Přesunout se&m" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Z&de stáhnout" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopírovat sem" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Vytvořit &odkaz zde" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "_Spustit" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Co si přejete provést s tímto souborem?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Znovu se nedotazovat" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otevřít" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Spustit" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otevřít pomocí %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Vrátit změny" +msgid "Would you like to launch this file?" +msgstr "Přejete si spustit tento soubor?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Pro vrácení této operace je potřeba oprávnění uživatele root. Přejete si " -"pokračovat?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Vytváření adresáře" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Zdroj" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Cíl" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopírování" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Přesouvání" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Přejmenovávám" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Přesouvání do koše" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Mazání" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Z&pět" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Zpět: K&opírování" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Zpět: &Odkaz" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Zpět: Př&esun" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Zpět: přejmen&ování" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Zpět: Vyh&ození do koše" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Zpět: Vytv&oření složky" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Zpět: Vytv&oření složky(ek)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Zpět: Vytv&oření souboru" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Zpět: Dávkové přejmen&ování" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Zn&ovu" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Zn&ovu: Kopírování" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Zn&ovu: Odkázání" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Zn&ovu: Přesouvání" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Zn&ovu: Přejmenování" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Zn&ovu: Do koše" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Zn&ovu: Vytvoření složky" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Zn&ovu: Vytvoření složky/ek" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Zn&ovu: Vytvoření souboru" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Zn&ovu: Dávkové přejmenování" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4999,12 +4977,12 @@ msgstr "" "Vrácení kopírování odstraní soubor a ztratí se všechny změny.\n" "Opravdu si přejete %4 smazat?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potvrzení vrácení kopie souboru" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5016,21 +4994,22 @@ msgstr "" "filename>Tento krok nelze vrátit." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Navždy smazat" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Navždy smazat" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5049,7 +5028,7 @@ msgstr[2] "" "Opravdu si přejete natrvalo odstranit těchto %1 položek?Tento krok nelze vrátit." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5059,13 +5038,13 @@ msgstr "" "Opravdu si přejete natrvalo odstranit všechny položky z koše?Tento krok nelze vrátit." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vyprázdnit koš" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5075,7 +5054,7 @@ msgstr "" "Opravdu si přejete přesunout tuto položku do koše?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5161,7 +5140,7 @@ msgstr "Vlastník" msgid "Owning Group" msgstr "Vlastnící skupina" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostatní" @@ -5234,106 +5213,112 @@ msgstr "Aktualizuje se nastavení systému" msgid "Updating system configuration…" msgstr "Aktualizuje se nastavení systému..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Jméno" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Velikost" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Oprávnění" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Vlastník" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Skupina" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "O&tevřít pomocí %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Č&innosti" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Otevřít složku pomocí…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Otevřít pomocí…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Spustit" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Otevřít složku pomocí %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otevřít pomocí %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otevřít složku pomocí" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otevřít pomocí" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Ji&ná aplikace…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5342,113 +5327,134 @@ msgstr[0] "1 položka" msgstr[1] "%1 položky" msgstr[2] "%1 položek" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Neznámý" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zastavit" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Procházet v aplikaci Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Připojeno od:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Volné místo:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Obsah:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Otevřít pomocí:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Změnit..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Umístění:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Velikost:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Změnit..." +msgid "Determine the folder size" +msgstr "Zjistit velikost složky" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Obsah:" +msgid "Stop" +msgstr "Zastavit" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Zastavit zjišťování velikosti složky" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Procházet v aplikaci Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Odkazuje na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Změněný:" +msgid "Show target" +msgstr "Zobrazit cíl" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Vytvořený:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Souborový systém:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Neznámá velikost" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Místo připojení:" +msgid "Modified:" +msgstr "Změněný:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Poslední přístup:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Otevřít pomocí:" +msgid "File system:" +msgstr "Souborový systém:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Místo připojení:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Připojeno od:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Volné místo:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Neznámá velikost" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5588,7 +5594,7 @@ msgstr "Nez&avírat po ukončení příkazu" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "Získat více aplikací z Discoveru" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5741,24 +5747,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Zadejte popis aplikace založený na jejím použití. Příklad: pro aplikaci " -"vytáčení připojení (KPPP) by popis byl \"Nástroj vytáčení\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Popis:" +msgid "&Generic name:" +msgstr "&Obecný název:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Zde zadejte jakýkoliv užitečný komentář." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5769,7 +5775,7 @@ msgstr "Kom&entář:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Proměnné prostředí:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5970,7 +5976,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Sdílet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5978,36 +5984,55 @@ msgid "" "%1." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Obecné" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Zadejte název souboru" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "Prozkoumat v %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Obnovit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Zadejte cílové umístění" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Zobrazit %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Neznámá velikost" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6016,8 +6041,8 @@ msgstr "" "Počítám... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6025,8 +6050,8 @@ msgstr[0] "1 soubor" msgstr[1] "%1 soubory" msgstr[2] "%1 souborů" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6034,85 +6059,91 @@ msgstr[0] "1 podsložka" msgstr[1] "%1 podsložky" msgstr[2] "%1 podsložek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Počítám...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Nejméně %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nový název souboru je prázdný." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" -msgstr "" +msgstr "Žádný registrovaný typ souboru" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" -msgstr "" +msgstr "Žádná přiřazená aplikace" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Vytvořit…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Změnit…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Změnit výchozí aplikaci pro otevírání souborů typu „%1“." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Není přístup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Může prohlížet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Může prohlížet a měnit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Může prohlížet obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Může prohlížet a měnit obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Může prohlížet/číst obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Může prohlížet/číst a měnit/zapisovat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "O&právnění" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Přístupová práva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6120,64 +6151,64 @@ msgstr[0] "Tento soubor je odkaz a neobsahuje oprávnění." msgstr[1] "Tyto soubory jsou odkazy a neobsahují oprávnění." msgstr[2] "Tyto soubory jsou odkazy a neobsahují oprávnění." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Pouze vlastník může měnit oprávnění." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "V&lastník:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Určuje činnosti, které jsou vlastníkovi povoleny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Sk&upina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Určuje činnosti, které jsou členům skupiny povoleny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Os&tatní:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "Určuje činnosti, které jsou všem uživatelům povoleny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Pouz&e vlastník smí přejmenovávat a mazat obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Povolit sp&uštění souboru jako program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Smazat nebo přejmenovat?" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Spustit:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6188,7 +6219,7 @@ msgstr "" "nebo přejmenovávat obsažené soubory a složky. Ostatní uživatelé mohou pouze " "přidávat nové soubory, což vyžaduje oprávnění ke změně obsahu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6197,42 +6228,42 @@ msgstr "" "Povolte tuto možnost k označení souboru jako spustitelného. Toto dává smysl " "pouze pro programy nebo skripty a je vyžadováno, pokud je přejete spustit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Po&kročilá oprávnění" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Vlastnictví" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Uživatel:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplikovat změny na všechny podsložky a jejich obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Pokročilá oprávnění" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Třída" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6241,22 +6272,22 @@ msgstr "" "Zobrazení\n" "položek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Tento příznak povoluje prohlížení složky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Čtení" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Tento příznak povoluje prohlížení obsahu souboru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6265,7 +6296,7 @@ msgstr "" "Zápis\n" "položek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6274,43 +6305,43 @@ msgstr "" "Tento příznak povoluje přidávání, přejmenování a mazání souborů. Všimněte " "si, že mazání a přejmenování může být omezeno pomocí příznaku \"sticky\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Zápis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Tento příznak povoluje změnu obsahu souboru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Vstup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Tento příznak povoluje vstup do složky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Vykonání" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Tento příznak povoluje spouštění souboru jako programu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciální" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6319,24 +6350,24 @@ msgstr "" "Speciální příznak, platný pro celou složku. Vlastní význam lze vidět v " "pravém sloupci." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Speciální příznak; vlastní význam lze vidět v pravém sloupci." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Uživatel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Skupina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6345,7 +6376,7 @@ msgstr "" "Pokud je tento příznak nastaven, vlastník této složky bude vlastníkem všech " "nových souborů." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6354,7 +6385,7 @@ msgstr "" "Pokud je tento soubor spustitelný a příznak je nastaven, bude soubor spuštěn " "s oprávněními vlastníka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6362,7 +6393,7 @@ msgstr "" "Pokud je tento příznak nastaven, bude pro všechny nové soubory nastavena " "skupina této složky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6371,7 +6402,7 @@ msgstr "" "Pokud je tento soubor spustitelný a příznak je nastaven, bude soubor spuštěn " "s oprávněními skupiny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6381,7 +6412,7 @@ msgstr "" "root budou moci mazat a přejmenovávat soubory. V opačném případě to může " "provést kdokoliv." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6390,33 +6421,33 @@ msgstr "" "Sticky příznak na souboru je v Linuxu ignorován, ale může být využíván v " "jiných systémech." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Nastavit UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Nastavit GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Odkaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Různé (beze změny)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6424,7 +6455,7 @@ msgstr[0] "Tento soubor používá pokročilá oprávnění." msgstr[1] "Tyto soubory používají pokročilá oprávnění." msgstr[2] "Tyto soubory používají pokročilá oprávnění." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6432,49 +6463,40 @@ msgstr[0] "Tato složka používá pokročilá oprávnění." msgstr[1] "Tyto složky používají pokročilá oprávnění." msgstr[2] "Tyto složky používají pokročilá oprávnění." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Tyto soubory používají pokročilá oprávnění." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Kontro&lní součty" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Počítám…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Neplatný kontrolní součet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "Zadaný vstup není platným kontrolním součtem MD5, SHA1 nebo SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolní součty odpovídají." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "" +msgstr "Kontrolní součet byl vypočítání a očekávaný kontrolní součet odpovídá." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6482,30 +6504,46 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "" +msgstr "Kontrolní součet byl vypočítání a očekávaný kontrolní součet se liší." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Ověřování kontrolního součtu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Kontrolní součty všech souborů jsou stejné." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Vybrané soubory mají rozdílné kontrolní součty." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Počítám…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6513,27 +6551,27 @@ msgstr "" "Vlastnosti nelze uložit. Jsou podporovány pouze položky na lokálním " "souborovém systému." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikace" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Přidat typ souboru pro %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vyberte jeden nebo více typů souborů k přidání:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Jsou podporovány pouze programy na lokálním souborovém systému." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Pokročilé možnosti pro %1" @@ -6637,22 +6675,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Nastavit webové zkratky…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Otevřít souborový dialog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Název souboru pro obsah schránky:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "vložený soubor" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Vložit obsah schránky" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6661,19 +6701,19 @@ msgstr "" "Schránka se změnila od poslední operace vložení: zvolený datový formát již " "není použitelný. Prosím zkopírujte znovu, co jste chtěli vložit." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Vložit jednu složku" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Vložit jeden soubor" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6682,47 +6722,63 @@ msgstr[0] "Vložit jednu položku" msgstr[1] "Vložit %1 položky" msgstr[2] "Vložit %1 položek" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Vložit obsah schránky…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Vložit" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formát dat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Název souboru pro obsah schránky:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Název souboru pro upuštěný obsah:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Velikost: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Použít na všechn&y" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6732,47 +6788,50 @@ msgstr "" "Pokud nezvolíte Přeskočit, budete stále vyzváni v případě konfliktu s " "existujícím souborem v adresáři." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Pokud je zaškrtnuto, bude použito na všechny zbývající konflikty po zbytek " "úlohy." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "P&řejmenovat" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Navrhnout nový název" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pře&skočit" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Nekopírovat/nepřesouvat tuto složku, přeskočit na následující položku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Nekopírovat/nepřesouvat tento soubor, přeskočit na následující položku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Z&apsat do" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6784,25 +6843,25 @@ msgstr "" "obsahem.\n" "Budete znovu vyzváni v případě konfliktu s existujícím souborem ve složce." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "" +msgstr "Přepsat starší s&oubory" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "O&bnovit" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6811,126 +6870,108 @@ msgstr "" "Tato činnost by přepsala '%1' sebou samým.\n" "Prosím zadejte nový název souboru:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "P&okračovat" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Přejete si přepsat cíl?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Přejete si sloučit obsah '%1' do '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Zdroj" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Cíl" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Zdroj je novější." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Zdroj je starší." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Zdroj je menší o %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Zdroj je větší o %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Soubory jsou identické." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Soubory se zdají identické." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Soubory jsou rozdílné." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Porovnat soubory" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Již existuje starší položka jménem '%1'." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Podobný soubor, pojmenovaný '%1', již existuje." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Již existuje novější položka jménem '%1'." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Přejmenovat:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Přejmenovat položku" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Přejmenovat položky" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Pře&jmenovat" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Přejmenovat položku %1 na:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nový název #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6939,38 +6980,188 @@ msgstr[0] "Přejmenovat vybranou položku na:" msgstr[1] "Přejmenovat %1 vybrané položky na:" msgstr[2] "Přejmenovat %1 vybraných položek na:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# bude nahrazeno vzestupně čísly od:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nový název #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Přejmenovat vybranou položku:" +msgstr[1] "Přejmenovat %1 vybrané položky:" +msgstr[2] "Přejmenovat %1 vybraných položek:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Nahrazovat:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Vzorek" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Za:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Náhrada" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Žádný soubor neobsahuje daný vzorek." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Přejmenovat vybranou položku:" +msgstr[1] "Přejmenovat %1 vybrané položky:" +msgstr[2] "Přejmenovat %1 vybraných položek:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Přidat text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text k přidání" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Před název souboru" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Za názvem souboru" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Přejmenovat položku" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Přejmenovat položky" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Pře&jmenovat" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Jak přejmenovat:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Sekvenčně" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Nahrazením textu" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Přidáním textu" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Náhled:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informace" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Nahradit" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Zkusit znovu" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Nahradit vše" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Přeskočit" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Přeskočit vše" @@ -7057,7 +7248,7 @@ msgstr "" "Vzdálený hostitel neposlal žádné SSL certifikáty.\n" "Přerušuji, protože nelze zjistit identitu hostitele." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7101,39 +7292,71 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Přesunutí této položky do koše selhalo protože je příliš velká. Chcete ji " -"namísto toho smazat?%1Tento krok nelze vrátit." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?" +#| "%1This action cannot be " +#| "undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Opravdu si přejete natrvalo odstranit tuto položku?%1Tento krok nelze vrátit." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Přesunutí této %1 položky do koše selhalo protože je příliš velká. Chcete ji " -"namísto toho smazat?Tento krok nelze vrátit." +"Opravdu si přejete natrvalo odstranit tuto položku?Tento krok nelze vrátit." msgstr[1] "" -"Přesunutí těchto %1 položek do koše selhalo protože jsou příliš velké. " -"Chcete je namísto toho smazat?Tento krok nelze " -"vrátit." +"Opravdu si přejete natrvalo odstranit tyto %1 položky?Tento krok nelze vrátit." msgstr[2] "" -"Přesunutí těchto %1 položek do koše selhalo protože jsou příliš velké. " -"Chcete je namísto toho smazat?Tento krok nelze " -"vrátit." +"Opravdu si přejete natrvalo odstranit těchto %1 položek?Tento krok nelze vrátit." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7142,47 +7365,47 @@ msgstr[0] "Opravdu si přejete přesunout tuto %1 položku do koše?" msgstr[1] "Opravdu si přejete přesunout tyto %1 položky do koše?" msgstr[2] "Opravdu si přejete přesunout těchto %1 položek do koše?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Znovu se nedotazovat" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Znovu se nedotazovat" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Tuto zprávu již nezobrazovat" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "SSL certifikát protějšku se zdá být poškozen." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Varování" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Tímto spustíte program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Pokud tomuto programu nedůvěřujete, klikněte na Zrušit" diff --git a/local/recipes/kde/kf6-kio/source/po/csb/kio6.po b/local/recipes/kde/kf6-kio/source/po/csb/kio6.po index 952ad1acd7..9a2d27a0a3 100644 --- a/local/recipes/kde/kf6-kio/source/po/csb/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/csb/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2009-08-03 17:47+0200\n" "Last-Translator: Michôł Òstrowsczi \n" "Language-Team: Kashubian \n" @@ -31,13 +31,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "michol@linuxcsb.org, mark@linuxcsb.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "Ni mòze zmienic miéwcë %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -49,13 +49,13 @@ msgstr "" "Ni mòże zmienic miéwcë lopka %1. Felënk pasownëch prawów " "przistãpù do lopka." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to Enter Folder" msgid "Unable to create KIO worker: %1" msgstr "Ni mòże wéńc do kataloga" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -70,7 +70,7 @@ msgstr "" "Ni mòże ùsôdzëc symbòlicznegò lënka %1.\n" "Proszã sprôwdzëc prawa." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Katalog ju je" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Lopk ju je" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ju je jakno katalog" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -211,198 +211,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Przenoszenié" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Zdrój" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Przeznaczenié" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "Zmieni &miono" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kòpérowanié" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Ùsôdzanié katalogów" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Katalog" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Rëmanié" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Lopk" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Przenoszenié" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Mòntowanié" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Ùrządzenié" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Pùnkt mòntowaniô" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Òdmòntowanié" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Wszëtczé lopczi" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Rëmôj lopczi" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Ni mòże ùsôdzëc kataloga" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Przesënié do kòsza" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "Zmieni &miono" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Ni mòże ùsôdzëc symbòlicznegò lënka" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Przenoszenié" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -834,6 +733,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -848,65 +752,65 @@ msgstr "" "%2\n" "Proszã zgłoszëc felã na starnie http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nieznóny)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Techniczné przëczënë: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detale żądaniô:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokół: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datum ë czas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Dodôwnô wëdowiédzô: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mòżlëwé przëczënë:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mòżlëwé rozwiązania:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nieznóny)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -914,17 +818,17 @@ msgid "" msgstr "" "Sparłãczë sã z òbsłëgą kòmpùtra, sprôwnikã systemë abò techniczną pòmòcą." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Sparłãczë sã ze sprôwnikã serwera." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Sprôwdzë prawa przistspù do dostónkù." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -933,7 +837,7 @@ msgstr "" "Twòje prawa przistãpù mògą nie sygac do wëkònaniô żądóny òperacëji na tim " "dostónkù." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -941,7 +845,7 @@ msgstr "" "Lopk mòże bëc brëkòwóny (ë zablokòwóny do ùżëtkù) przez jinszegò brëkòwnika " "abò programã." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -949,17 +853,17 @@ msgid "" msgstr "" "Sprôwdzë, czë niżódnô programa ë brëkòwnik nie ùżëwô abò nie blokùje lopka." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Mòżlëwé, chòc mało prawdopòdóbné, że pòkôza sã hardwôrowô fela." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Mòże të natrôfił na felã programë." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -968,7 +872,7 @@ msgstr "" "Baro prawdopòdóbne je to, że të natrôfił na felã programë. Jeżlë mòżesz, to " "wësli rapòrt ò felë zgòdno z uniższą instrukcëją." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -977,7 +881,7 @@ msgstr "" "Zaktualni programã do nônowszi wersrji. Twòjô distribùcëjô mùszi zamëkac w " "se nôrzãdze do zaktualnianiô programów." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1005,12 +909,12 @@ msgstr "" "wszëtczé detale pòdóné niżi, razã z jinszą wëdowiédzą, jaką trzëmôsz za " "brëkòwną." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "To mògło dac problemë z sécowim sparłãczeniém." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1019,7 +923,7 @@ msgstr "" "To mògło dac problemë z kònfigùracëją sécë. Je to równak mało prawdopòdobné, " "jeżlë slédno të bez problemów ùżëwôł Internetu." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1027,43 +931,43 @@ msgid "" msgstr "" "Mòżlëwé, że problemë pòkzałë sã dzes w sécë, midzë serwerã a twòjim kòmpùtrã." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Spróbùjë jesz rôz, terô abò pòzdze." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Prawdopòdobno pòkôza sã fela w protokòle abò niekòmpatibilnosc." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Sprôwdzë, czë dostónk jesz je ë spróbùjë znowa." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Mòżlëwé, że to nie dô pòdónegò dostónka." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Sprôwdzë jesz rôz, czë môsz pòdóną dobrą lokalizacëjã ë spróbùjë znowa." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Sprôwdzë swòje sécowé sparłãczenié." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ni mòże òtemknąc dostónkù do czëtaniô." -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ni " "mòże òstac zladowónô z przëczënë felënkù praw do czëtaniô." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Mòżesz ni miec dosc praw do czrtaniô lopka abò kataloga." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ni mòże òtemknąc dostónkù do pisaniô." -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1091,18 +995,18 @@ msgstr "" "Òznôczô to, że lopk %1 ni mòże òstac zapisóny z przëczënë " "felënkù praw do pisaniô." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ni mòże zainicjowac protokòłu %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ni mòże zrëszëc procesu" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 nie " "zrëszëła sã. Tak je zwëczajno z technicznëch przëczënów." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1127,12 +1031,12 @@ msgstr "" "przë slédny aktualizacëji KDE. W nen czas stôrô wersëjô programë nie " "wespółrobi z nowim protokòłã ë ni zrëszô sã." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Bënowô fela" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 zgłoszëła " "bënową felã." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Lëchò sfòrmatowónô adresa URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokół://brëkòwnik@parola:www.przëmiôr.org:port/" "katalog/lopk.rozszerzenié?pëtanié=wôrtnota" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nieòbsłëgiwóny protokół %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1174,12 +1078,12 @@ msgstr "" "Protokół %1 nie je òbsłëgiwóny przez programë KDE " "zainstalowóné na tim kòmpùtrze." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Żądóny protokół mòże nie bëc òbsłëgiwóny." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1187,7 +1091,7 @@ msgid "" msgstr "" "Wersëje protokòłu %1 na tim kòmpùtrze ë na serwerze mògą nie bëc równé." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1204,17 +1108,17 @@ msgstr "" "apps.org/\">http://kde-apps.org/ ë http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL nie òdsëłô do dostónkù." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokół je filtrëjący" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Location (URL) nie òdsëłô do niżódnegò dostónkù." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1235,12 +1139,12 @@ msgstr "" "je przeznaczony blós do przëtrôfków jinszich jakno aktualny. Nôbarzi " "prawdopòdóbno òznôczô to felã w programie." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nieòbsłëgiwóné dzejanié: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1249,7 +1153,7 @@ msgstr "" "Pòdóné dzejanié nie je òbsłëgiwóné przez programã KDE implementującą " "protokół %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1259,101 +1163,101 @@ msgstr "" "Fela zanôleżi òd programë KDE. Dodôwné detale dadzą ce wicy wëdowiédzë, jak " "je to przistãpné dlô architekturë wéńdzenié/wińdzenié KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Spróbùjë nalezc jinszą metodã zwëskaniô tegò sómegò skùtkù." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Żdóny lopk" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Żądano lopka, a przëszed nazôd katalog %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "To mòże bëc fela serwera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Żdóny katalog" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Żądano kataloga, a przëszed nazôd lopk %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Lopk abò katalog ju je" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Felëje pòdóny lopk abò katalog %1." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Żądóny lopk nie òstôł ùsôdzony, bò lopk ò tim mionie ju je." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Spróbùjë przesënąc pòprzédny lopk w jinszi plac ë spróbùjë jesz rôz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Rëmôj pòprzedny lopk ë spróbùjë jesz rôz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Wëbierzë jinszé miono dlô nowégò lopka." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "Żądóny katalog nie òstôł ùsôdzony,bò katalog ò tim mionie ju je." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Spróbùjë przesënąc pòprzédny katalog w jinszi plac ë spróbùjë jesz rôz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Rëmôj pòprzedny katalog ë spróbùjë jesz rôz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Wëbierzë jinszé miono dlô nowégò kataloga." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nieznóny serwer" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1362,34 +1266,34 @@ msgstr "" "Fela \"Nieznónô serwera\" òznôczô, że serwera o pòdónym mionie %1 nie òsta nalazłô w Internece." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Miono %1, jaczé të wpisôł, mòże bëc wpisóné z felą, abò nie dô taczégò." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Felënk przistãpù" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Felënk przistãpù do dostónka %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Mòże bëc, że pòdóné są lëché detale ùdowierzeniô." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Mòżesz nie miec prawa do przistãpù do tegò dostónka." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1397,24 +1301,24 @@ msgid "" msgstr "" "Znowi żądanié ë sprôwdzë, czë pòdôwczi ùdowierzeniô są wpisóné bezzmiłkòwò." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Felënk prawa do pisaniô" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Próba pisaniô do lopka %1 òsta òdrzuconô." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ni mòże wéńc do kataloga" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1423,17 +1327,17 @@ msgstr "" "Òznôczô to, że próba òtemkniscô (wéńdzeniô do) żądónegò kataloga %1 òsta òdrzuconô." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Wëskrzënianié zamkłoscë kataloga nie je przistãpné" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokół %1 nie je systemą lopków" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1443,12 +1347,12 @@ msgstr "" "Òznôczô to, że żądanié wëmôgało ùstaleniô zamkłoscë kataloga, równak " "programa KDE, òbsłëgùjącô nen protokół, ni mòze tegò zrobic." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Wëkrëto zakrãconé zlënkòwanié" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1461,7 +1365,7 @@ msgstr "" "zlënkòwanié abò cąg zlënkòwaniów, prowôdzącé do niekùńczącegò sã zakrãcenia " "- t.j. lopk bëł zlënkòwaniém do samegò se." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1470,27 +1374,27 @@ msgstr "" "Rëmôj dzél zakrãcenia, bë przerwac no nieskùńczoné dzejanié, a pòzdze znowi " "próbã." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Żądanié przerwóné przez brëkòwnika" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Żądanié nie òstało zrealizowóné, bò òstało przerwóné." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Znowi żądanié." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Przë kòpérowaniu wëkrëto zakrãconé zlënkòwanié" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1503,37 +1407,37 @@ msgstr "" "zlënkòwanié abò cąg zlënkòwaniów, prowôdzącé do niekùńczącegò sã zakrãcenia " "- t.j. lopk bëł zlënkòwaniém do samegò se." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ni mòże ùsôdzëc sécowégò sparłãczenia" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ni mòże ùsôdzéc gniôzdka" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "Nie szło òtemknąc ùrzãdzenia do sécowégò sparłãczenia (gniôzdka)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "Séc mòże bëc lëchò skònfigùrowónô abò wëłączonô." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Pòcësniãté sparłãczenié z serwerã" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1541,7 +1445,7 @@ msgid "" msgstr "" "Serwer %1 pòcësnął próbã sparłãczenia z negò kòmpùtra." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1550,7 +1454,7 @@ msgstr "" "Serwer, nimò tegò, że je sparłãczony z internetã, mòże nie bëc " "skònfigùrowóny na przëjimanié żądaniów." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1559,7 +1463,7 @@ msgstr "" "Serwer, nimò tegò, że je sparłãczony z internetã, mòże nie ùprzistãpniac " "żądóny ùsłëżnotë (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1570,12 +1474,12 @@ msgstr "" "zazychrowùjącô twòją séc, czë téż séc serwera, mògła zablokòwac twòje " "żądanié." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Sparłãczenié z serwerã òstało niespòdzajno zakùńczone" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1584,7 +1488,7 @@ msgstr "" "Chòc sparłãczenié z %1 òstało nawiązóné, pòcësniãto je " "pòzdze w niespòdzajnym pùnkce." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1593,17 +1497,17 @@ msgstr "" "Mòże pòkôza sã fela w protokòle, a serwer przerwôł sparłãczenié w reakcëji " "na nã felã." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Lëchi URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokół %1 nie je filtrëjący" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1626,17 +1530,17 @@ msgstr "" "protokół nie je przeznaczony blós do taczich przëtrôfków.Nôbarzi " "prawdopòdóbno òznôczô to felã w programie." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "NI mòże zainicjowac ùrządzenia wéńdzenia/wińdzenia" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ni mòże zamòntowac ùrządzenia" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1645,7 +1549,7 @@ msgstr "" "Pòdóné ùrządzenié ni mògło òstac pòdłączoné (\"zamòntowóné\"). Fela: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1656,7 +1560,7 @@ msgstr "" "Mòże bëc téż tak, że ùrzadzenié nie je zwëczajno bezzmiłkòwò (mechaniczno) " "pòdłączoné." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1667,7 +1571,7 @@ msgstr "" "uniksowëch systemach do pòdłączeniô ùrządzeniów wëmôgô sã czãsto praw " "sprôwnika." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1676,17 +1580,17 @@ msgstr "" "Sprôwdzë, czë ùrządzenié je parôt do brëkùnkù; CD je bënë nëkù, zôpisowné " "media są pòdłączoné ë włączoné ë spróbùjë jesz rôz." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ni mòże zainicjowac ùrządzenia wéńdzeniô/wińdzeniô" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ni mòże òdmòntowac ùrządzenia" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1695,7 +1599,7 @@ msgstr "" "Pòdóné ùrządzenié ni mògło òstac òdłączoné (\"òdmòntowóné\"). Fela: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1706,7 +1610,7 @@ msgstr "" "brëkòwnika. Nawetka òkno przezérnika, òtemkłé w katalogù na tim ùrządzeniô, " "mòże doprowadzëc do tegò, że ùrządzenié je zajãté." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1717,19 +1621,19 @@ msgstr "" "W uniksowëch systemach do òdłãczaniô ùrządzeniów nót je czãsto prawa " "sprôwnika." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Sprôwdzë, czë jinszé programë nie ùżëwają tegò ùrządzenia ë spróbùjë jesz " "rôz." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ni mòże czëtac z dostónka" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1738,17 +1642,17 @@ msgstr "" "Òznôczô to, że nimò tegò, że dostónk %1 òstôł òtemkłi, przë " "próbie czëtaniô z niegò pòkôza sã fela." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Felënk prawa do czëtaniô z negò dostónka" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ni mòże pisac do dostónka" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1757,22 +1661,22 @@ msgstr "" "Òznôczô to, że nimò tegò, że dostónk %1 òstôł òtemkłi, przë " "próbie pisaniô do niegò pòkôza sã fela." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Mòże ni môsz prawa do pisaniô do negò dostónka." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ni mòże nasłëchiwac" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ni mòże przëłączëc" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1782,17 +1686,17 @@ msgstr "" "Technicznô fela òznôczô, że ùrzadzenié nóterné do sécowëch sparłãczeniów nie " "mògło nasłëchiwac, żdając na przëchôdôjącé sécowé sparłãczenia." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ni mòże nasłëchiwac" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ni mòże przëjąc sécowégò sparłãczeniô" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1801,33 +1705,33 @@ msgstr "" "Technicznô fela òznôczô. że przëjãcé bùtnowégò sparłãczenia z sécą nie " "darzëło sã." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Mòżesz nie miec dosc prawa do przëjãcô negò sparłãczeniô." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ni mòże sã wlogòwac: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Próba wlogòwaniô, bë wëkònac żądaną òperacëjã, nie darzëła sã." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ni mòże ùstalëc stónu dostónka" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ni mòże wczëtac sztatusu dostónka" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1836,69 +1740,69 @@ msgstr "" "Próba ùzwëskaniô wëdowiédzë ò stónie dostónka %1 (n.p. ò " "jegò mionie, ôrce, miarze) nie darzëła sã." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Wëbróny dostónk felëje, abò nie je przistãpny." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ni mòże anulowac lëstë" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "BÔCZËNK; Felënk dokùmentacëji" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ni mòże ùsôdzëc kataloga" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Próba ùsôdzeniô żądónegò kataloga nie darzëła sã." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Mòże to nie dô placu, w jaczim mô bëc ùsôdzony katalog." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ni mòże rëmnąc kataloga" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Próba rëmniãcô żądónegò kataloga, %1, nie darzëła sã." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "To mòże nie dac pòdónegò kataloga." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Pòdóny katalog mòże nie bëc pùsti." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Ùgwësni sã, że to dô nen katalog ë téż, że je òn pùsti, ë spróbùjë jesz rôz." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ni mòże znowic transferu" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1907,66 +1811,66 @@ msgstr "" "Żądanié znowienia transferu lopka %1 ni mògło bëc " "zrealizowóné." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokół abò serwer nie zezwôlô na znowienié transferu." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Znowi żądanié bez próbë znowienia transferu." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ni mòże zmienic miona dostónka" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Próba zmianë miona dostónka %1 nie darzëła sã." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ni mòże zmienic prawa do dostónka" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Próba zmianë prawa dostónka %1 nie dzarzëła sã." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ni mòże zmienic miéwcë dostónka" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Próba zmianë miéwcë dostónka %1 nie darzëła sã." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ni mòże rëmnąc dostónka" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Próba rëmniãcô dostónka %1 nie darzëła sã." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Niespòdzajné zakùńczenié programë" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 niespòdzajno zakùńczëła dzejanié." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Felënk pamiãcë" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, felëje dosc pòdrãczny pamiãcë bë jisc z robòtą dali." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nieznóny pòstrzédniczący serwer (proxy)" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -2047,17 +1951,17 @@ msgstr "" "\">http://bugs.kde.org/, dôwając karnie KDE wiadło ò nieòbsłëgiwóny " "metodze ùdowierzaniô." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Przerwóné żądanié" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Bënowô fela serwera" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2066,7 +1970,7 @@ msgstr "" "Programa na serwerze dôwającô przistãp do protokòłu %1 " "przekôza nazôd bënową felã: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2075,12 +1979,12 @@ msgstr "" "Prawdopòdobno je tegò przëczëna w felë programë na serwerze. Proszã rozważëc " "wësłanié fùl wëdowiédzë ò felë wedle niższi instrukcëji." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Sparłãczë sã ze sprôwnikã serwera, bë dac mù wiadło ò problemie." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2089,34 +1993,29 @@ msgstr "" "Jeżlë znajesz ùsôdzców softwôrë dlô tegò serwera, to wësli rapòrt ò felë " "prosto do nich." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Czas minął" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Serwer bëł za baro zajãti, realizëjąc jinszé żądania." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nieznónô fela" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 przekôza nazôd nieznóną felã: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nieznóné przerwanié" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 przekôza nazôd przerwanié nieznónegò ôrtu: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ni mòże rëmnąc òriginalnegò lopka" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2152,12 +2051,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ni mòże rëmnąc terôczasnegò lopka" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2165,56 +2064,56 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ni mòże zmienic miona lopka" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ni mòże zmienic miona terôczasnegò lopka" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ni mòże ùsôdzëc lënka" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ni mòże ùsôdzëc symbòlicznegò lënka" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ni mòże ùsôdzëc żądónegò symbòlicznegò lënka %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Felënk zamkłoscë" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Fùl disk" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2223,7 +2122,7 @@ msgstr "" "Ni mòże zapisac żądónegò lopka %1 z przëczënë felënkù placu " "na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2231,88 +2130,88 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Lopk abò katalog ju je" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Lopk abò katalog ju je" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ni mòże zainicjowac protokòłu %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Enter Folder" msgid "Unable to Create KIO Worker" msgstr "Ni mòże wéńc do kataloga" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 nie " "zrëszëła sã. Tak je zwëczajno z technicznëch przëczënów." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2346,35 +2245,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2383,25 +2282,25 @@ msgstr "" "Lëchi URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2409,93 +2308,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Òtmëkanié sparłączeniów nie je òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Zamëkanié sparłączeniów nie je òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokół %1 nie zezwôlô na przistãp do lopków." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Zapisëwanié do %1 nie je òbsłëgiwóné." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Felënk szpecjalnëch òperacrji przistspnëch dlô protokòłu %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "Wëskrzënianié zamkłosców katalogów nie je òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ladowanié pòdôwków z %1 nie je òbsłëgiwóne." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Ladowanié wëdowiédzë ò ôrce MIME z %1 nie je òbsłëgiwóné." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Zmiana miona, abò przenoszenié lopków w %1 nie je òbsłëgiwóné." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ùsôdzanié symbòlicznëch lënków nie je òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kòpérownié lopków e %1 nie je òbsłëgiwóné." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Rëmanié lopków z %1 nie je òbsłëgiwóné." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ùsôdzanié katalogów nie je òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Zmianë atribùtów lopków nie są òbsłëgiwóné przez protokół %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Zmiana miéwcë lopków nie je òbsłëgiwónô przez protokół %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Òtmëkanié lopków nie je òbsłëgiwóné przez protokól %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokół %1 nie òbsłëgùje dzejaniô %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2504,328 +2403,351 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Could not create socket for accessing %1." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ni mòze ùsôdzëc gniôzda z przistãpã do %1." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Could not create socket for accessing %1." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ni mòze ùsôdzëc gniôzda z przistãpã do %1." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Could not create socket for accessing %1." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ni mòze ùsôdzëc gniôzda z przistãpã do %1." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detale" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Wiedno" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Biéj &dali" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Blós dlô &biéżny sesëji" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Ni mòże ùsôdzëc kataloga" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ni mòże ùsôdzëc kataloga" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Ni môsz wëbrónegò lopka do rëmniãcô" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nick do rëmaniô" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Ni môsz wëbrónegò lopka do przesëniãcô do kòsza." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nick do kòsza" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Wëbróny katalog felëje abò felëją prawa do czëtaniô w nim." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Nôdrzãdny katalog" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domôcy katalog" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Zladëjë znowa" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder..." msgctxt "@action" msgid "New Folder…" msgstr "Nowi katalog..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Przesënié do kòsza" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Rëmôj" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Zortowanié" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Miono serwera" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Skrodzony wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Wedle datuma" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "By Type" msgid "Sort by Type" msgstr "Wedle ôrtu" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Malijąco" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Malijąco" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Wëskrzëni zataconé lopczi" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Skrodzony wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Skrodzony wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Detalowi wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Skrodzony wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detalowi wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Detalowi wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Detalowi wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Wëskrzëni zataconé lopczi" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Pòkôżë pòdzérk" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pòkôżë pòdzérk" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Wëzdrzatk" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2877,44 +2799,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Wszëtczé lopczi" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Wszëtczé wspieróné lopczi" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Wszëtczé lopczi" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgid "Add Places Entry" msgstr "Zmieni wpisënk chùtczégò przistãpù" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Zmieni wpisënk chùtczégò przistãpù" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Places panel.

    The " @@ -2930,17 +2852,17 @@ msgstr "" "mùszi skłôdac sã z jednegò abò dwóch słów, parłãczącëch sã z lokalizacëją, " "do jaczi prowôdzi skrodzëna.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2953,12 +2875,12 @@ msgstr "" "org
    ftp://ftp.kde.org/pub/kde/stable

    Knąpa kòl edicejnegò " "pòla zezwôlô wëbrac pasowny URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokalizacëjô:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2967,17 +2889,17 @@ msgstr "" "Ikòna wëskrzënianiô w listwie chùtczégò przistãpù.

    Klëkni na " "knąpã, bë wëbrac jinszą ikònã.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Wëbierzë &ikònã:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Blós dlô &ti programë (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2988,67 +2910,67 @@ msgstr "" "programë (%1).

    Jinaczi bãdze przistãpné we wszëtczich programach." "
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Replace" msgctxt "@item" msgid "Places" msgstr "Zastãpi" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "&Remove" msgctxt "@item" msgid "Remote" msgstr "&Rëmôj" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "&Szëkôj:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Device" msgctxt "@item" msgid "Devices" msgstr "Ùrządzenié" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgctxt "Home Directory" #| msgid "Home" @@ -3056,118 +2978,125 @@ msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domôcy katalog" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "BÔCZËNK; Felënk dokùmentacëji" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Séc" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Kòsz" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Rëmôj lopczi" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "&Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "&Lokalizacëjô:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not delete file %1." msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ni mòże rëmnąc lopka %1." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Felëje lopk, abò katalog %1." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Zmieni &pòlitikã..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Rëmôj '%1'" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Rëmôj '%1'" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Rëmôj na bezpieczny ôrt '%1'" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Rëmôj na bezpieczny ôrt '%1'" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3175,7 +3104,7 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Òdmòntowanié" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3183,36 +3112,36 @@ msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Òdmòntowanié" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "&Reject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Òdrzucë" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Mòżlëwé, że to nie dô pòdónegò dostónka." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "An error occurred while accessing '%1', the system said: %2" msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Fela przë próbie ùzwëskaniô przistãpù do '%1', systema gôdô: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Fela przë próbie ùzwëskaniô przistãpù do '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3224,45 +3153,45 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Kòsz" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Mounting" @@ -3270,72 +3199,72 @@ msgctxt "@action:inmenu" msgid "Mount" msgstr "Mòntowanié" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Zmieni wpisënk chùtczégò przistãpù" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Editëjë" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Delete Files" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Rëmôj lopczi" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Zatacë '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Zatacë '%1'" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Wëskrzëni &wszëtczé wpisënczi" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Skrodzony wëzdrzatk" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3344,55 +3273,55 @@ msgctxt "" msgid "Auto Resize" msgstr "Aùtomatné &rozpòznanié" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Nëk: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Mòżesz wëbrac blós môlowé lopczi." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Mòżesz wëbrac blós môlowé lopczi." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "Daleczé lopczi òdrzuconé" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3404,48 +3333,22 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 je lopkã, a nót je kataloga." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3460,44 +3363,44 @@ msgstr "" "przëmiôr jeżlë aktualny katalog to file:/home/%1, wcësniãce ti knąpë " "przeniese do file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Klëkni tuwò mëszą bë przeńc do wszasniészi przezéróny starnë." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Klëkni tuwò mëszą bë przeńc do zôstny przezéróny starnë." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Klëkni na knąpã, bë znowa wczëtac przezéróną starnã." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klëkni na knąpã, bë ùsôdzëc nowi katalog." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Pòkôżë listew chùtczégò przistãpù" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Pòkôżë załóżczi" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Wëskrzëni zataconé lopczi" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Òptacëje" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3518,12 +3421,12 @@ msgstr "" "li>
  • listew chùtczégò przistãpù
  • pòdzérk lopków
  • rozparłãczanié katalogów òd lopków
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Załóżczi" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3537,12 +3440,38 @@ msgstr "" "tegò dzejają òne jak zwëczajné załóżczi w KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Zmieni &miono" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Filename Error" +msgid "Filter by name…" +msgstr "Lëché miono lopka" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Wëskrzëni zataconé lopczi" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3551,12 +3480,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "To je miono, z jaczim bãdze zapisóny lopk." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3565,76 +3494,82 @@ msgstr "" "To je lësta lopków do òtemkniãcô. Mòże pòdac czile lopków, rozparłãczając " "miona spacjama." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "To je miono lopka do òtemkniãcô." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "Nad&piszë wszëtczé" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Mòżesz wëbrac blós môlowé lopczi." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Daleczé lopczi òdrzuconé" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Wszëtczé katalodżi" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Ùsôdzanié katalogów" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Wëbierzë aùtomatno &rozszérzenié miona lopka (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "rozszérzenié %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Wëbierzë aùtomatno &rozszérzenié miona lopka" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "òdpòwiadającé rozszérzenié" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3660,80 +3595,67 @@ msgstr "" "(.) na kùńcu miona lopka (pùnkt bãdze aùtomatno rëmniãti). Jeżlë " "nie jes gwës, włączë òptacëjã, na nen ôrt lopkama bãdze szłolżi sprôwiac." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"To je filter, brëkòwóny do lëstë lopków. Lopczi, jaczich miona nie " -"pasëją do lëstë, nie bãdą wëskrzëniwóné.

    Mòżesz wëbrac jeden z " -"przistãpnëch filtrów z rozwijóny lëstë abò wpisac swój filter prosto w " -"edicëjnëm pòlu.

    Òbsłëgiwóné są szpecjalné céchë, taczé jakno * ë ?." - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Detailed View" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Detalowi wëzdrzatk" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:491 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." -msgid "The template file %1 does not exist." -msgstr "Felëje lopk, abò katalog %1." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -#| msgid "Detailed View" -msgid "Create link to URL" -msgstr "Detalowi wëzdrzatk" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:540 +#, fuzzy, kde-format +#| msgid "The file or folder %1 does not exist." +msgid "The template file %1 does not exist." +msgstr "Felëje lopk, abò katalog %1." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Ni mòże ùsôdzëc symbòlicznegò lënka" + +#: filewidgets/knewfilemenu.cpp:760 +#, fuzzy, kde-format +#| msgid "Detailed View" +msgid "Create link to URL" +msgstr "Detalowi wëzdrzatk" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3741,7 +3663,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3749,7 +3671,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3758,74 +3680,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Stôrszi lopk ò mionie '%1' ju je." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Lopk ò mionie %1 ju je." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Create New" msgstr "Detalowi wëzdrzatk" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Ùrządzenié" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder..." msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nowi katalog..." -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Ni mòże ùsôdzëc kataloga" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3835,51 +3765,98 @@ msgstr "" "Ùsôdzë nowi katalog w:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default Policy" +msgid "Default" +msgstr "Domëszlnô pòlitika" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Detailed View" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Detalowi wëzdrzatk" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Filename Error" +msgid "Enter file name" +msgstr "Lëché miono lopka" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Wëbierzë &ikònã:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kòpérëjë" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Wlepi" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editëjë" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Nawigùjë" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3887,7 +3864,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Na gwës rëmnąc nen element do kòsza?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3899,6 +3876,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Zastãpi" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Device" @@ -3924,40 +3909,40 @@ msgstr "" msgid "Edit mode" msgstr "Editëjë" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klëkni dlô nawigacëji pò lokalizacëjach" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klëkni dlô edicëji lokalizacëji" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3984,12 +3969,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3997,28 +3988,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4026,27 +4017,27 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "" @@ -4054,12 +4045,12 @@ msgid "" "%2." msgstr "Felëje lopk, abò katalog %1." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4067,12 +4058,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -4152,80 +4143,75 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Wëbierzë jinszé miono dlô nowégò lopka." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4234,125 +4220,38 @@ msgid "" "%1" msgstr "Ni mòze zmienic miéwcë %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ni mòże zmienic miona terôczasnegò lopka" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "Access Denied" -msgid "New Permissions: %1" -msgstr "Felënk przistãpù" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Delete Files" -msgid "Remove File" -msgstr "Rëmôj lopczi" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Katalog" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "Ùsôdzanié katalogów" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "File" -msgid "Open File" -msgstr "Lopk" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Katalog" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Filename Error" -msgid "New Filename: %1" -msgstr "Lëché miono lopka" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Nëk: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nieznóné przerwanié" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4389,51 +4288,51 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4490,102 +4389,102 @@ msgstr "" "pòcwierdzaniô?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Ùwierzëtelnianié serwera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "An error occurred while accessing '%1'" msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Fela przë próbie ùzwëskaniô przistãpù do '%1'" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4593,20 +4492,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4616,28 +4515,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4645,26 +4544,26 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Mòżlëwé, że to nie dô pòdónegò dostónka." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4676,16 +4575,16 @@ msgstr "" msgid "Network" msgstr "Séc" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Lëchi URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4694,12 +4593,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4738,7 +4637,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4761,19 +4660,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Wëmòga aùtoryzacëji" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Felënk przistãpù" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4888,41 +4787,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4932,9 +4831,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "" @@ -4943,149 +4842,246 @@ msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" +msgctxt "@action:button" +msgid "&Open" msgstr "" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "" +#| "Create new folder in:\n" +#| "%1" +msgctxt "@action:button" +msgid "&Open with %1" msgstr "" +"Ùsôdzë nowi katalog w:\n" +"%1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "" +#| "This action would overwrite '%1' with itself.\n" +#| "Please enter a new file name:" +msgid "Would you like to launch this file?" msgstr "" +"To dzejanié doprowôdzëło bë do nadpsaniô '%1' przez samegò se.\n" +"Proszã pòdac nowé miono:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Creating directory" msgid "Creating directory" msgstr "Ùsôdzanié katalogów" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgctxt "The source of a file operation" +#| msgid "Source" +msgid "Source" +msgstr "Zdrój" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgctxt "The destination of a file operation" +#| msgid "Destination" +msgid "Destination" +msgstr "Przeznaczenié" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kòpérowanié" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Moving" msgid "Moving" msgstr "Przenoszenié" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "Zmieni &miono" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Przesënié do kòsza" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Deleting" msgid "Deleting" msgstr "Rëmanié" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "Zmieni &miono" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Kòsz" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Ni mòże ùsôdzëc kataloga" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Ni mòże ùsôdzëc kataloga" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Ni mòże ùsôdzëc kataloga" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "Zmieni &miono" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "Zmieni &miono" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Kòsz" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Ni mòże ùsôdzëc kataloga" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Ni mòże ùsôdzëc kataloga" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Ni mòże ùsôdzëc kataloga" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "Zmieni &miono" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5094,13 +5090,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Zaktualnienié kònfigùracëji systemë" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5109,21 +5105,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5136,7 +5133,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5144,14 +5141,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "Kòsz" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5161,7 +5158,7 @@ msgid "" "filename>" msgstr "Na gwës rëmnąc nen element do kòsza?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5252,7 +5249,7 @@ msgstr "" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "" @@ -5326,80 +5323,86 @@ msgstr "Zaktualnienié kònfigùracëji systemë" msgid "Updating system configuration…" msgstr "Zaktualnienié kònfigùracëji systemë" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Dzejania" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "File" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Lopk" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "File" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Lopk" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -5409,31 +5412,31 @@ msgstr "" "Ùsôdzë nowi katalog w:\n" "%1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "File" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Lopk" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5442,124 +5445,143 @@ msgstr[0] "1 wpisënk" msgstr[1] "%1 wpisënczi" msgstr[2] "%1 wpisënków" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "NIeznóny" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Mounting" -msgid "Mounted From:" -msgstr "Mòntowanié" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Zmieni..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "No Content" msgid "Content:" msgstr "Felënk zamkłoscë" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "File" +msgid "Open with:" +msgstr "Lopk" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Zmieni..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Pòkôżë pòdzérk" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Created:" msgstr "Detalowi wëzdrzatk" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "Filename Error" -msgid "File System:" -msgstr "Lëché miono lopka" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Nieznóny serwer" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Mounting" -msgid "Mounted On:" -msgstr "Mòntowanié" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Accessed:" msgstr "Felënk przistãpù" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, fuzzy, kde-format -#| msgid "File" -msgid "Open With:" -msgstr "Lopk" +#| msgid "Filename Error" +msgid "File system:" +msgstr "Lëché miono lopka" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Mounting" +msgid "Mounted on:" +msgstr "Mòntowanié" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Mounting" +msgid "Mounted from:" +msgstr "Mòntowanié" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Nieznóny serwer" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5823,23 +5845,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "&Description:" -msgstr "Przeznaczenié" +#| msgid "&Rename" +msgid "&Generic name:" +msgstr "Zmieni &miono" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5853,7 +5876,7 @@ msgstr "Felënk zamkłoscë" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Ùżëjë &zmiennëch òkrãżô" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6029,7 +6052,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -6039,46 +6062,67 @@ msgid "" "%1." msgstr "Na gwës rëmnąc nen element do kòsza?" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Na gwës rëmnąc nen element do kòsza?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Nieznóny serwer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6086,8 +6130,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6095,88 +6139,94 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "All Supported Files" msgid "No registered file type" msgstr "Wszëtczé wspieróné lopczi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Detailed View" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Detalowi wëzdrzatk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Zmieni..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6184,65 +6234,65 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Domëszlné miono brëkòwnika:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6250,212 +6300,212 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6463,7 +6513,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6471,50 +6521,40 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "&Remove '%1'" -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "&Rëmôj '%1'" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6522,56 +6562,73 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "&Remove '%1'" +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "&Rëmôj '%1'" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6678,22 +6735,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Zmieni &pòlitikã..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Miono lopka dlô zamkłoscë tacnika:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Wlepi lopk" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Wlepi zamkłosc tacnika" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6703,7 +6765,7 @@ msgstr "" "pòdôwków ni ma terô brëkùnkù. Proszã znowa skòpérowac to, co bëlo do " "wlepieniô." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6711,7 +6773,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Jeden katalog" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6719,7 +6781,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "&Wlepi lopk" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6730,96 +6792,108 @@ msgstr[0] "Jeden element" msgstr[1] "%1 elementë" msgstr[2] "%1 elementów" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Wlepi zamkłosc tacnika" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Wlepi" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Fòrmat pòdôwków:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Miono lopka dlô zamkłoscë tacnika:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Miono lopka dlô zamkłoscë tacnika:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "Nëk: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Size: %1" msgstr "Nëk: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Zmieni &miono" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Zasugerëjë nowi &miono" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Przepùszczë" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6828,26 +6902,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Nad&piszë wszëtczé" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Znowi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6856,12 +6930,12 @@ msgstr "" "To dzejanié doprowôdzëło bë do nadpsaniô '%1' przez samegò se.\n" "Proszã pòdac nowé miono:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Biéj dali" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6871,7 +6945,7 @@ msgstr "" "To dzejanié doprowôdzëło bë do nadpsaniô '%1' przez samegò se.\n" "Proszã pòdac nowé miono:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6881,125 +6955,101 @@ msgstr "" "To dzejanié doprowôdzëło bë do nadpsaniô '%1' przez samegò se.\n" "Proszã pòdac nowé miono:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "Zdrój" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "Przeznaczenié" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "rozszérzenié %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "rozszérzenié %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "rozszérzenié %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "rozszérzenié %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Wszëtczé lopczi" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Stôrszi lopk ò mionie '%1' ju je." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Lopk ò mionie '%1' ju je." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "Stôrszi lopk ò mionie '%1' ju je." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "Zmieni &miono" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Zmieni &miono" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Zmieni &miono" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "Zmieni &miono" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Filename Error" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Lëché miono lopka" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Lopk ò mionie %1 ju je." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7009,39 +7059,202 @@ msgstr[0] "Zjinaczô wëbróny tekst identifikacëji." msgstr[1] "Zjinaczô wëbróny tekst identifikacëji." msgstr[2] "Zjinaczô wëbróny tekst identifikacëji." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Filename Error" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Lëché miono lopka" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Zjinaczô wëbróny tekst identifikacëji." +msgstr[1] "Zjinaczô wëbróny tekst identifikacëji." +msgstr[2] "Zjinaczô wëbróny tekst identifikacëji." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zastãpi" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "File" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Lopk" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zastãpi" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Zjinaczô wëbróny tekst identifikacëji." +msgstr[1] "Zjinaczô wëbróny tekst identifikacëji." +msgstr[2] "Zjinaczô wëbróny tekst identifikacëji." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Filename Error" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Lëché miono lopka" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Zmieni &miono" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Zmieni &miono" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "Zmieni &miono" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Domëszlné miono brëkòwnika:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zastãpi" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pòkôżë pòdzérk" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Wëdowiédzô" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zastãpi" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Zastãpi" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Przepùszczenié" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7132,7 +7345,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7167,27 +7380,50 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7198,51 +7434,153 @@ msgstr[0] "Na gwës rëmnąc nen element do kòsza?" msgstr[1] "Na gwës rëmnąc nen element do kòsza?" msgstr[2] "Na gwës rëmnąc nen element do kòsza?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Certifikat SSL wëzdrzi na zepsëti." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#~ msgid "Delete Files" +#~ msgstr "Rëmôj lopczi" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Ni mòże ùsôdzëc kataloga" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Przesënié do kòsza" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "Zmieni &miono" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Przenoszenié" + +#, fuzzy +#~| msgid "Access Denied" +#~ msgid "New Permissions: %1" +#~ msgstr "Felënk przistãpù" + +#, fuzzy +#~| msgid "Delete Files" +#~ msgid "Remove File" +#~ msgstr "Rëmôj lopczi" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Katalog" + +#, fuzzy +#~| msgid "File" +#~ msgid "Open File" +#~ msgstr "Lopk" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Katalog" + +#, fuzzy +#~| msgid "Filename Error" +#~ msgid "New Filename: %1" +#~ msgstr "Lëché miono lopka" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Nëk: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nieznóné przerwanié" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Pòkôżë załóżczi" + +#, fuzzy +#~| msgid "Filename Error" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Lëché miono lopka" + +#, fuzzy +#~| msgctxt "The destination of a file operation" +#~| msgid "Destination" +#~ msgid "&Description:" +#~ msgstr "Przeznaczenié" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "To je filter, brëkòwóny do lëstë lopków. Lopczi, jaczich miona nie " +#~ "pasëją do lëstë, nie bãdą wëskrzëniwóné.

    Mòżesz wëbrac jeden z " +#~ "przistãpnëch filtrów z rozwijóny lëstë abò wpisac swój filter prosto w " +#~ "edicëjnëm pòlu.

    Òbsłëgiwóné są szpecjalné céchë, taczé jakno * ë ?." +#~ "

    " + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 je lopkã, a nót je kataloga." + #~ msgid "New Folder..." #~ msgstr "Nowi katalog..." @@ -7677,9 +8015,6 @@ msgstr "" #~ "domëszlné nastôwë.

    \n" #~ "
    " -#~ msgid "Default Policy" -#~ msgstr "Domëszlnô pòlitika" - #~ msgid "Accep&t all cookies" #~ msgstr "&Akceptëjë wszëtczé kùszczi" @@ -8551,12 +8886,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ni mòze zmienic miéwcë %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Wlepi lopk" -#~ msgstr[1] "&Wlepi %1 lopczi" -#~ msgstr[2] "&Wlepi %1 lopków" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Wlepi URL" @@ -8615,11 +8944,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Zapisëwanié do %1 nie je òbsłëgiwóné." -#, fuzzy -#~| msgid "Filename Error" -#~ msgid "File name:" -#~ msgstr "Lëché miono lopka" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings." -#, fuzzy -#~| msgid "&Rename" -#~ msgid "&Username:" -#~ msgstr "Zmieni &miono" - #~ msgid "" #~ "Unable to start the cookie handler service.\n" #~ "You will not be able to manage the cookies that are stored on your " diff --git a/local/recipes/kde/kf6-kio/source/po/cy/kio6.po b/local/recipes/kde/kf6-kio/source/po/cy/kio6.po index 7d63154ec4..533a5e5459 100644 --- a/local/recipes/kde/kf6-kio/source/po/cy/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/cy/kio6.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2022-07-10 22:32+0100\n" "Last-Translator: KD at KGyfieithu \n" "Language-Team: Cymraeg \n" @@ -34,12 +34,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kyfieithu@dotmon.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Methu amnewid perchennogaeth o'r ffeil %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,13 +48,13 @@ msgstr "" "Methu newid perchnogaeth y ffeil %1. Does ganddych dim " "digon o hawliau i gyflawni'r newid." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Methu creu gwas-io: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,7 +66,7 @@ msgstr "" "Methu creu cyswllt symbolaidd \"%1\".\n" "Ni gynnal y ffeilgyfundrefn amcanfan (%2) cysylltiau symbolaidd." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgstr "" "Fe fydd dewis Ail-osod yn ail-osod unrhyw arwyddnodiau annilys (yn y " "ffeilenw cyrhaeddle) gyda thanlinell \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "Fe fydd dewis Ail-osod yn ail-osod unrhyw arwyddnodiau annilys (yn y " "ffeilenw cyrhaeddle) gyda thanlinell \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Plygell yn Bodoli'n Barod" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Ffeil yn Bodoli'n Barod" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Yn Bodoli'n Barod fel Blygell" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Sbwriel" @@ -207,207 +207,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Yn Symud" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Tarddiad" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cyrchfan" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Ail-enwi" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Yn Copïo" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creu plygell" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Cyfeiriadur" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Yn Dileu" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Ffeil" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Yn Arholi" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Yn trosglwyddo" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Yn Gosod" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dyfais" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Man gosod" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Dadosod" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Newid Cyngreddf" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i newid cyngreddfau ffeil. Ai " -"ydych yn eisiau i barhau?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Ailysgrifio Ffeil" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau y gweithrediad " -"ailysgrifio. Ai ydych yn eisiau i barhau?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dileu Ffeiliau" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau y gweithrediad dileu. " -"Sut bynnag, fe allo ei wneud yn niwed eich cyfundrefn. Ai ydych yn eisiau i " -"barhau?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Creu Plygell" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i greu'r blygell hon. Ai ydych yn " -"eisiau i barhau?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Symud Eitemau" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau gweithrediad. Ai ydych " -"yn eisiau i barhau?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Ail-enwi" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau ailenwi. Ai ydych yn " -"eisiau i barhau?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Creu Cyswllt Symbolaidd" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i greu cyswllt symbolaidd. Ai " -"ydych yn eisiau i barhau?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Trosglwyddo data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau trosglwyddo data. Ai " -"ydych yn eisiau i barhau?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -838,6 +727,11 @@ msgstr "Mae'r ffeil yn rhy fawr i'w daflu." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -847,65 +741,65 @@ msgstr "" " %2\n" " Anfonwch adroddiad nam llawn i http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(anhysbys)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Rheswm technegol: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format msgid "Details of the request:" msgstr "Manylion y cais:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Dyddiad ac Amser: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Gwybodaeth ychwanegol: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format msgid "Possible causes:" msgstr "Achosion Posibl:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format msgid "Possible solutions:" msgstr "Datrysiadau Posibl:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(anhysbys)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -914,17 +808,17 @@ msgstr "" "Cysylltwch â'ch cysawd cynnal cyfrifiadur addas (ai'r gwasanaethwr cysawd, " "neu'r grw^p cynnal technegol) am fwy o gymorth." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Cysylltwch â gwasanaethwr y gweinydd am fwy o gymorth." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Cywirwch eich caniatadau cyrch ar yr adnodd yma." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -933,7 +827,7 @@ msgstr "" "Efallai bod eich caniatadau cyrch yn annigonol i gyflawni'r gweithrediad a " "gofynwyd ar yr adnodd yma." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -941,7 +835,7 @@ msgstr "" "Efallai y defnyddir y ffeil gan ddefnyddiwr neu cymhwysiad arall (felly mae " "o ar glo)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -950,17 +844,17 @@ msgstr "" "Cywirwch i sicrhau nad yw cymhwysiad neu ddefnyddiwr arall yn defnyddio'r " "ffeil, neu wedi cloi'r ffeil." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Er annhebygol, efallai bod gwall caletwedd wedi digwydd." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Efallai eich bod wedi cyfarfod nam yn y rhaglen." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +863,7 @@ msgstr "" "Mae'n eitha debyg yr achosir hynny gan nam yn y rhaglen. Ystyriedwch " "gyflwyno adroddiad nam llawn fel yn y manylion isod." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,7 +872,7 @@ msgstr "" "Diweddarwch eich meddalwedd i'r fersiwn diweddaraf. Mae'n debyg y mae eich " "dosbarthiad yn darparu offer i ddiweddaru eich meddalwedd." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -998,12 +892,12 @@ msgstr "" "cynnwys yn eich adroddiad nam, efo cymaint o fanylion eraill ac y meddyliwch " "bydd o gymorth." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Efallai yr oedd problem efo'ch cysylltiad rhwydwaith." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1012,7 +906,7 @@ msgstr "" "Efallai yr oedd problem efo'ch ffurfweddiad rhwydwaith. Os ydych wedi bod " "yn cyrchu'r Rhyngrwyd yn ddiweddar heb broblemau, mae hynny'n annhebyg." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1021,43 +915,43 @@ msgstr "" "Efallai yr oedd problem rhywle ar y llwybr rhwydwaith rhwng y gweinydd a'r " "cyfrifiadur yma." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Ceisiwch eto, un ai rwan neu yn hwyrach." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Effallai y ddigwyddodd gwall protocol neu anghydnawsedd." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Sicrhewch fod yr adnodd mewn bod, a ceisiwch eto." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Efallai nad yw'r adnodd penodol mewn bod." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Sicrhewch yn ofalus yr ydych wedi mewnosod y lleoliad cywir a ceisiwch eto." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Cywirwch statws eich cysylltiad rhwydwaith." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Methu Agor Adnodd i'w Ddarllen" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 a ofynwyd amdano, gan ni ellid cael cyrchiad darllen." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Efallai nid oes ganddoch ganiatadau i ddarllen y ffeil neu agor y plygell." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Methu Agor Adnodd i Ysgrifennu" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1086,17 +980,17 @@ msgstr "" "Golygir hwn nad oedd yn bosib ysgrifennu at y ffeil, %1, a " "ofynwyd amdano, gan ni ellid cael cyrchiad ysgrifennu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Methu Cychwyn Llwybreiddiad Lansio erfynwyd gyda'r Protocol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Methu Lansio Proses" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Fel arfer, mae hynny o achos rhesymau " "technegol." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1118,12 +1012,12 @@ msgstr "" "diweddaru efo'ch diweddariad diwetha o KDE. Gall hynny achosi'r rhaglen i " "fod yn anghytu^n efo'r fersiwn cyfredol, ac felly ni fydd hi'n cychwyn." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Gwall Mewnol" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 wedi adrodd gwall mewnol." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL heb ei Fformatio yn Ddilys" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Ni chyhelir y Protocol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1166,12 +1060,12 @@ msgstr "" "Ni chynhelir y protocol %1 gan y rhaglenni KDE sydd wedi eu " "gosod ar hyn o bryd ar y cyfrifiadur yma." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Efallai na chynhelir y protocol a ofynwyd amdano." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1180,7 +1074,7 @@ msgstr "" "Efallai mae fersiynau'r protocol %1 a gynhelir gan y cyfrifiadur yma a'r " "gweinydd yn anghytûn." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1197,17 +1091,17 @@ msgstr "" "\"https://kde-apps.org/\">http://apps.kde.com/ a http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Nid yw'r URL yn cyfeirio at adnodd." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protocol Hidl yw'r Protocol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LLleolydd Adnoddau Unffurf (URL) yr ydych wedi cyflwyno yn cyfeirio at adnodd penodol." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1229,12 +1123,12 @@ msgstr "" "o'r sefyllfaoedd yma. Mae hwn yn ddigwyddiad eithriadol, a mae'n debyg o " "ddynodi gwall rhaglennu." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ni Chynhelir y Gweithrediad: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1243,7 +1137,7 @@ msgstr "" "Ni chynhelir y gwethrediad a gofynwyd amdano gan y rhaglen KDE sydd yn " "gweithredu y protocol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1254,17 +1148,17 @@ msgstr "" "ychwanegol rhoi fwy o wybodaeth i chi nag sydd ar gael i'r pensaernïaeth " "mewnbwn/allbwn KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Ceisio canfod ffordd arall i gyflawni'r un canlyniad." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Ffeil a Ddisgwylir" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1273,17 +1167,17 @@ msgstr "" "Disgwylodd y cais ffeil, ond wnaeth ganfod y plygell %1 yn " "lle." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Efallai mae gwall ar ochr y gweinydd." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Plygell a Ddisgwylir" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1292,17 +1186,17 @@ msgstr "" "Disgwylodd y cais blygell, ond wnaeth ganfod y ffeil %1 yn " "lle." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Nid yw'r Ffeil neu'r Plygell mewn Bod" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Nid yw'r ffeil neu'r plygell penodol %1 mewn bod." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1311,24 +1205,24 @@ msgstr "" "Ni ellir creu'r ffeil a ofynwyd amdano gan fod ffeil efo'r un enw mewn bod " "yn barod." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Ceisiwch symud y ffeil cyfredol allan o'r ffordd yn gyntaf, ac wedyn " "ceisiwch eto." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Dileuwch y ffeil cyfredol a ceisiwch eto." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Dewiswch enw ffeil amgen i'r ffeil newydd." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1337,29 +1231,29 @@ msgstr "" "Ni ellir creu'r plygell a ofynwyd amdano gan fod plygell efo'r un enw mewn " "bod yn barod." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Ceisiwch symud y plygell cyfredol allan o'r ffordd yn gyntaf, ac wedyn " "ceisiwch eto." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Dileuwch y plygell cyfredol a ceisiwch eto." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Dewiswch enw amgen i'r plygell newydd." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Gwesteiwr anhysbys" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1368,7 +1262,7 @@ msgstr "" "Mae gwall gweinydd anhysbys yn dynodi na allir darganfod y gwesteiwr efo'r " "enw a ofynwyd amdano, %1, ar y Rhyngrwyd." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1376,28 +1270,28 @@ msgstr "" "Efallai nad yw'r enw yr ydych wedi ei deipio, %1, mewn bod: efallai mae o " "wedi ei deipio yn anghywir." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Gwaharddwyd Cyrchiad" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Gwaharddwyd cyrchiad i'r adnodd penodol, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Efallai yr ydych wedi darparu manylion dilysu anghywir, neu dim byd o gwbl." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Efallai nad oes caniatàd gan eich cyfrif i gyrchu'r adnodd penodol." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1405,12 +1299,12 @@ msgid "" msgstr "" "Ail-geisiwch, a sicrhewch bod eich manylion dilysu wedi eu mewnosod yn gywir." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Gwaharddwyd Cyrchiad Ysgrifennu" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1419,12 +1313,12 @@ msgstr "" "Golygir hwn y gafodd cais i ysgrifennu i'r ffeil %1 ei " "wrthod." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Methu Mynd i mewn i'r Plygell" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1433,17 +1327,17 @@ msgstr "" "Golygir hwn y gafodd cais i fynd i mewn i'r plygell %1 " "(hynny yw, i'w agor) ei wrthod." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Nid oes Rhestriad Plygell ar Gael" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Dim cysawd ffeil yw Protocol %1" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1453,12 +1347,12 @@ msgstr "" "Golygir hwn y gwnaed cais lle mae angen pederfynu cynnwys y plygell, ac " "mae'r rhaglen KDE sy'n cynnal y protocol yma yn methu gwneud." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Datgelwyd Cyswllt Cylchol" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1471,7 +1365,7 @@ msgstr "" "gysylltiadau sy'n creu dolen ddiddiwedd - h.y., roedd y ffeil wedi ei " "gysylltu (efallai mewn ffordd cylchfannol) i'w hun." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1480,27 +1374,27 @@ msgstr "" "Dileuwch un rhan o'r ddolen fel nad yw'n achosi dolen ddiddiwedd, a ceisiwch " "eto." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Terfynwyd y Cais gan y Defnyddiwr" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Ni chyflawnwyd y cais achos terfynwyd." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ail-geisio'r cais." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Datgelwyd Cyswllt Cylchol wrth Gopïo" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1514,17 +1408,17 @@ msgstr "" "- h.y., roedd y ffeil wedi ei gysylltu (efallai mewn ffordd cylchfannol) i'w " "hun." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Methu Creu Cysylltiad Rhwydwaith" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Methu Creu Soced" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1533,8 +1427,8 @@ msgstr "" "Mae hwn yn wall go dechnegol, lle ni ellir creu dyfais gofynnol (soced) i " "gyfathrebion rhwydwaith." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1543,12 +1437,12 @@ msgstr "" "Efallai mae'r cysylltiad rhwydwaith wedi ei ffurfweddu yn anghywir, neu " "analluogir y rhyngwyneb rhwydwaith." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Gwrthodwyd y Cysylltiad i'r Gweinydd" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1557,7 +1451,7 @@ msgstr "" "Gwrthododd y gweinydd %1 adael i'r cyfrifiadur yma wneud " "cyswlltiad." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1566,7 +1460,7 @@ msgstr "" "Efallai nad yw'r gweinydd, er ei fod yn gysylltiedig i'r Rhyngrwyd ar hyn o " "bryd, wedi ei ffurfweddu i ganiatáu ceisiadau." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1575,7 +1469,7 @@ msgstr "" "Efallai nad yw'r gweinydd, er ei fod yn gysylltiedig i'r Rhyngrwyd ar hyn o " "bryd, yn rhedeg y wasanaeth a ofynwyd amdani (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1586,12 +1480,12 @@ msgstr "" "Rhyngrwyd), sy'n amddiffyn un ai eich rhwydwaith neu rhwydwaith y gweinydd, " "wedi ymyrryd, a gwrthod y cais yma." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Cauwyd y Cysylltiad i'r Gweinydd yn Annisgwyl" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1600,7 +1494,7 @@ msgstr "" "Er bod cysylltiad wedi eu greu i %1, cauwyd y cysylltiad " "wrth fan annisgwyl yn y cyfathrebu." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1609,17 +1503,17 @@ msgstr "" "Efallai mae gwall protocol wedi digwydd, yn achosi i'r gweinydd gau'r " "cysylltiad fel ymateb i'r gwall." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Adnodd URL Annilys" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Nid yw protocol %1 yn Brotocol Hidl" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lnffurf (URL) yr ydych wedi cyflwyno yn cyfeirio at ffordd dilys o " "gyrchu'r adnodd penodol, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1643,17 +1537,17 @@ msgstr "" "gweithrediad o'r fath. Mae hwn yn ddigwyddiad eithriadol, a mae'n debyg o " "ddynodi gwall rhaglennu." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Methu Cychwyn Dyfais Mewnbwn/Allbwn" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Methu Gosod Dyfais" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1662,7 +1556,7 @@ msgstr "" "Ni ellid ymgychwyn (\"mount\") y dyfais a ofynwyd amdano. Y gwall a " "adroddwyd oedd: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1674,7 +1568,7 @@ msgstr "" "achos dyfais perifferol/cludadwy efallai nad yw'r dyfais wedi ei gysylltu yn " "gywir." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1685,7 +1579,7 @@ msgstr "" "gysodau Unix, y rhan fwyaf o'r amser mae angen hawliau gwasanaethydd cysawd " "i ymgychwyn dyfais." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1695,17 +1589,17 @@ msgstr "" "cyfryngau, a rhaid i dyfeisiau cludadwy fod wedi eu cysylltu a bod arnodd; " "ceisiwch eto." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Methu Ddi-ymgychwyn Dyfais Mewnbwn/Allbwn" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Methu Datosod Dyfais" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1714,7 +1608,7 @@ msgstr "" "Ni ellid ddi-ymgychwyn (\"unmount\") y dyfais a ofynwyd amdano. Y gwall a " "adroddwyd oedd: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1726,7 +1620,7 @@ msgstr "" "ar agor ar leoliad ar y dyfais yma yn gallu achosi i'r dyfais barhau mewn " "defnydd." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1737,17 +1631,17 @@ msgstr "" "Ar gysodau Unix, y rhan fwyaf o'r amser mae angen hawliau gwasanaethydd " "cysawd i ddi-ymgychwyn dyfais." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Cywirwch nad oes cymhwysiadau yn cyrchu'r dyfais, a ceisiwch eto." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Methu Darllen oddiwrth yr Adnodd" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1756,17 +1650,17 @@ msgstr "" "Golygir hwn bod, er roedd yn bosib agor yr adnodd %1, " "digwyddodd gwall wrth ddarllen cynnwys yr adnodd." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Efallai nad oes ganddoch caniatadau i ddarllen oddiwrth yr adnodd." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Methu ysgrifennu at yr adnodd" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1775,22 +1669,22 @@ msgstr "" "Golygir hwn bod, er roedd yn bosib agor yr adnodd %1, " "digwyddodd gwall wrth ysgrifennu at yr adnodd." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Efallai nad oes ganddoch caniatadau i ysgrifennu at yr adnodd." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Methu Gwrando am Gysylltiadau Rhwydwaith" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Methu Ymrwymo" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1800,17 +1694,17 @@ msgstr "" "Mae hwn yn wall go dechnegol, lle ni ellir creu dyfais gofynnol (soced) i " "gyfathrebion rhwydwaith i wrando am gysylltiadau rhwydwaith cyrhaeddol." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Methu Gwrando" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Methu Derbyn Cysylltiad Rhwydwaith" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1819,17 +1713,17 @@ msgstr "" "Mae hwn yn wall go dechnegol, lle ddigwyddodd gwall wrth ceisio derbyn " "cysylltiad rhwydwaith cyrhaeddol." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Efallai nad oes ganddoch caniatadau i dderbyn y cysylltiad." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Methu Mewngofnodi: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1837,17 +1731,17 @@ msgstr "" "Roedd cais i fewngofnodi i gyflawni'r gweithrediad ceisiedig yn " "aflwyddiannus." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Methu Pennu Statws yr Adnodd" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Methu Canfod Statws yr Adnodd" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1856,68 +1750,68 @@ msgstr "" "Roedd cais i bennu gwybodaeth am statws yr adnodd %1, er " "enghraifft enw yr adnodd, ei fath, ei faint ac yn y blaen, yn aflwyddiannus." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Efallai nad oedd yr adnodd penodol mewn bod, neu ar gael." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Methu Diddymu'r Rhestriad" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Mae angen dogfennu hyn" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Methu Creu Plygell" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Methwyd cais i greu'r plygell a ofynwyd amdano." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Efallai nad oedd y lleoliad lle roedd eisiau creu'r plygell mewn bod." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Methu Gwaredu Plygell" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Methwyd cais i ddileu'r plygell penodol, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Efallai nad yw'r plygell penodol mewn bod." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Efallai nad yw'r plygell penodol yn wag." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Sicrhewch fod y plygell mewn bod ac yn wag, a ceisiwch eto." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Methu Ail-gychwyn Trosglwyddo'r Ffeil" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1926,33 +1820,33 @@ msgstr "" "Gofynnodd y cais penodol i trosglwyddiad y ffeil %1 gael ei " "ail-gychwyn mewn man arbennig o'r trosglwyddiad. Nid oedd hyn yn bosib." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Efallai nid yw'r protocol neu'r gweinydd yn cynnal ail-gychwyn y ffeil." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ail-geisiwch, heb geisio ail-gychwyn y trosgwyddiad." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Methu Ail-enwi yr Adnodd" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Methwyd cais i ail-enwi'r adnodd penodol %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Methu Newid Caniatadau'r Adnodd" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Methu Newid Caniatadau'r Adnodd" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Methu Dileu'r Adnodd" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Methwyd cais i ddileu'r adnodd penodol %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Terfynwyd y Rhaglen yn Annisgwyl" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 wedi terfynu yn annisgwyl." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Allan o Gof" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 gael digon o gof i barhau." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Gwesteiwr Dirpwry Anhysbys" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2068,17 +1962,17 @@ msgstr "" "Cyflwynwch nam wrth http://bugs.kde.org/ i hysbysu'r tîm KDE am y dull dilysiant na chynhelir." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Ataliwyd y Cais" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Camgymeriad Mewnol yn y Gweinydd" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2087,7 +1981,7 @@ msgstr "" "Mae'r rhaglen ar y gweinydd sy'n darparu cyrchiad i'r protocol %1 wedi adrodd gwall mewnol: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2096,12 +1990,12 @@ msgstr "" "Achosir hyn gan nam, mwy na thebyg. Ystyriedwch cyflwyno adrodd nam llawn, " "yn ôl y manylion isod." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Cysylltwch â gwasanaethwr y gweinuydd i'w gynghori am y problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2110,40 +2004,29 @@ msgstr "" "Os wyddoch pwy yw awduron y feddalwedd weinydd, cyflwynwch yr adrodd nam yn " "uniongyrchol iddynt." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Gwall goramser" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Er gwnaed cyswllt efo'r gweinydd, ni dderbynnir ymateb tu mewn y faint o " -"amser sydd wedi ei neilltuo am yr ymateb fel a ganlyn:
    • Goramser am " -"sefydlu cysylltiad: %1 eiliad
    • Goramser am dderbyn ymateb: %2 eiliad
    • Goramser am gyrchu gweinyddion dirprwy: %3 eiliad
    Noder y " -"gallwch newid y gosodiadau goramser yn y Ganolfan Rheoli KDE, drwy ddewis " -"Gosodiadau Rhwydwaith -> Hoffiannau Cysylltiad." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Roedd y gweinydd yn rhy brysur yn ymateb i geisiadau eraill i ymateb." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Gwall Anhysbys" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 wedi adrodd gwall mewnol: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ymyriad Anhysbys" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 wedi adrodd ymyriad o fath anhysbys: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Methu Dileu Ffeil Gwreiddiol" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2182,12 +2065,12 @@ msgstr "" "ddiwedd gweithrediad symud ffeil, mwy na thebyg. Ni ellid dileu'r ffeil " "gwreiddiol %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Methu Dileu Ffeil Dros Dro" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2198,12 +2081,12 @@ msgstr "" "newydd wrth iddo gael ei lawrlwytho. Ni ellid dileu'r ffeil dros dro " "%1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Methu Ail-enwi Ffeil Gwreiddiol" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2212,12 +2095,12 @@ msgstr "" "Roedd gan y weithrediad ceisiedig angen ail-enwi'r ffeil gwreiddiol " "%1. Ond ni ellid ail-enwi'r ffeil." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Methu Ail-enwi Ffeil Dro Dro" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2226,32 +2109,32 @@ msgstr "" "Roedd gan y weithrediad ceisiedig angen greu ffeil dros dro %1. Ond ni ellid creu'r ffeil." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Methu Creu Cyswllt" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Methu Creu Cyswllt Symbolaidd" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Methu creu y cyswllt symbolaidd %1 a ofynwyd amdano." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Dim Cynnwys" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disg Llawn" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2260,7 +2143,7 @@ msgstr "" "Ni ellid ysgrifennu at y ffeil ceisiedig %1 gan fod diffyg " "lle ar y ddisg." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2271,12 +2154,12 @@ msgstr "" "2) archifo ffeiliau i gronfa cyfryngau symudadwy fel disgiau CD-Cofnodi; neu " "3) darganfod mwy o le cronfa." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Ffeiliau Tarddiad a Cyrchfan yn Unwedd" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2285,17 +2168,17 @@ msgstr "" "Methu cwblhau'r gweithrediad gan fod ffeil tarddiad a ffeil cyrchfan yr un " "un ffeil." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Dewiswch enw ffeil gwahanol i'r ffeil cyrchfan." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Gollyngodd y ffeil neu blygell ar ei hunan" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2304,17 +2187,17 @@ msgstr "" "Methu cwblhau'r gweithrediad gan fod ffeil tarddiad a ffeil cyrchfan yr un " "un ffeil." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Gollwng yr eitem i mewn ffeil neu blygell wahanol." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Symudodd y blygell i mewn ei hunan" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2323,17 +2206,17 @@ msgstr "" "Methu cwblhau'r gweithrediad gan fod ffeil tarddiad a ffeil cyrchfan yr un " "un ffeil." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Symud yr eitem i mewn plygell wahanol." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ni allai cyfathrebu gyda'r gweiniwr cyfrinair" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2342,25 +2225,25 @@ msgstr "" "Methu cwblhau'r gweithrediad gan fod na aller y wasanaeth yn erfyn " "cyfrineiriau (kpasswdserver) yn ei gysylltwyd" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Ceisiwch ailddechreu eich cyfeistedd, neu edrych i mewn y cyffnodiau ar " "gyfer gwallau oddiwrth kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Methu Cychwyn y protocol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Methu Creu gwas-io" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2373,7 +2256,7 @@ msgstr "" "protocol %1. Fel arfer, mae hynny o achos rhesymau " "technegol." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2385,13 +2268,13 @@ msgstr "" "ni allai klauncher canfod neu ddechreu y mewnbillgyn sydd yn darparu y " "protocol. Mae'r hyn yn ystyru y caffoch fersiwn allamserwyd o'r mewnbillgyn." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ni all trosglwyddo %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2401,7 +2284,7 @@ msgstr "" "Ni all y ffeil %1 yn cael ei drosglwyddo, achos nad " "ydy'r ffeilgyfundrefn cyrhaeddfa yn cynnal ffeiliau mor enfawr" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2410,28 +2293,28 @@ msgstr "" "Ailffurfiadaethu y gyrrwr cyrhaeddfa i ddefnyddio ffeilgyfundrefn sydd yn " "cynnal ffeiliau mor enfawr." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Gwall Heb ei Ddogfennu" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Cyswllt Symbolaidd i %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Cyswllt i %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Cyfeirio at %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2440,12 +2323,12 @@ msgstr "" "URL Annilys \n" " %1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Methu cynghlyddu math o ffeil am %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2454,13 +2337,13 @@ msgstr "" "Ni ellid alldynnu enw gweithrediadwyolyn oddiwrth '%1', atolwg teipiwch enw " "rhaglen dilys." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Ni ddangosir %1 yn raglen gweithrediadwyolyn." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2470,92 +2353,92 @@ msgstr "" "Ni ganfwyd %1; atolwg mewnbynnwch llwybr dilys i raglen " "gweithrediadwyolyn." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ni chynhelir agor cysylltiadau efo'r protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ni chynhelir cau cysylltiadau efo'r protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Ni chynhelir cyrchu cysylltiadau efo'r protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Ni chynhelir ysgrifennu at %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Dim gweithrediadau arbennig ar gael i brotocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Ni chynhelir rhestru plygyll efo'r protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ni chynhelir nôl data oddiwrth %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Ni chynhelir nôl data math mime oddiwrth %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Ni chynhelir ail-enwi neu symud ffeiliau tu mewn i %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ni chynhelir creu cysylltau symbolaidd efo'r protocol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Ni chynhelir copïo ffeiliau tu mewn i %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Ni chynhelir dileu ffeiliau o %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ni chynhelir creu plygyll efo'r protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ni chynhelir newid priodoleddau ffeiliau efo'r protocol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Ni chynhelir newid priodoleddau ffeiliau efo'r protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Ni chynhelir creu plygyll efo'r protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Nid yw protocol %1 yn cynnal gweithred %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2564,116 +2447,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocol anhysbys '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Methu canfod gwas-io i brotocol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Methu creu pill ar gyfer lansio gwas-io am brotocol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Methu canfod gweithredadwyolyn 'kioslave5' am '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Manylion" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Am Byth" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Par&hau" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Sesiynau Cyfredol yn Unig" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Creu Plygell" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Creu Plygell" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Wnaethoch chi ddim dewis ffeil i ddileu." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Dim byd i'w dileu" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Wnaethoch chi ddim dewis ffeil i ddileu." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Dim byd i Sbwriel" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Nid ydy'r plygell penodol yn bodoli, neu doedd o ddim yn ddarllenadwy." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Dewislen" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Plygell Rhiant" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Mynd yn ôl" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Mynd yn mlaen" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Plygell Cartref" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Adlwytho" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2681,200 +2587,200 @@ msgctxt "@action" msgid "New Folder…" msgstr "Plygell Newydd" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Symud i'r Sbwriel" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Dileu" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Didoli" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Didoli gyda Enw" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Didoli gyda Maint" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Didoli gyda Dyddiad" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Didoli gyda Math" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Esgynniedig" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Disgynniedig" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Plygyll yn Gyntaf" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Ffeiliau Cudd yn Olaf" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Golwg Eiconau" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Golwg Byr" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Golwg Manwl" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Safle Eicon" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Ar yr Ochr Enw Ffeil" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Uwchben Enw Ffeil" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Golwg Byr" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Golwg Manwl" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Golwg Coeden" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Golwg Coeden Manwl" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Caniatáu Ehangiad yn Olygfa Manylion" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Dangos Ffeiliau Cudd" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Dangos Panel Rhagolwg" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Dangos Rhagolwg" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Agor Plygell Argynhwysiedig" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Priodweddau" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Edrych" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Newyddaf yn Gyntaf" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Hŷnaf yn Gyntaf" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Newyddaf yn Gyntaf" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Mwyaf yn Gyntaf" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Lleiaf yn Gyntaf" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Amgôdiad:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Agor" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Achub Fel" @@ -2923,40 +2829,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Symud Fan Yma" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Holl Ffeiliau" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Pob Ffeil a Cynhelir" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Holl Ffeiliau" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Ychwanegu Cofnod Lleoedd" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Golygu Cofnod Lleoedd" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2969,17 +2875,17 @@ msgstr "" "be mae'r cofnod hwn yn cyfeirio ato. Os nad ydych mewnbynnu llabed, fe fydd " "hyn yn ei ddeilliwyd oddiwrth yr URL y lleoliad.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Ll&abed:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Rhoi llabed disgrifiad fan yma" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2992,12 +2898,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

    Gan glicio ar y botwm wrth ymyl y blwch " "golygu testun, gallwch pori at URL addas.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lleoliad:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3006,17 +2912,17 @@ msgstr "" "Yr eicon a ymddenygs yn y panel Cyrchu ar Frys.

    Cliciwch ar y " "botwm i ddewis eicon gwahanol.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Dewis &eicon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Dangos 'mond &pan ddefnyddir y cymhwysiad yma (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3027,139 +2933,146 @@ msgstr "" "ddefnyddir y cymhwysiad yma (%1).

    Os ni ddewisir y gosodiad yma, " "bydd y cofnod ar gael ym mhob chymhwysiad.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Lleoedd" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Anghysbell" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Diweddar" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Chwilio Am" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dyfeisiau" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dyfeisiau Godynniadwy" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tagiau" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Gwall %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Tagiau i gyd" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Cartref" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Penbwrdd" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dogfennau" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Llawrlwythiadau" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rhyngwaith" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Sbwriel" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Cerddoriaeth" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Lluniau" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Gweledolion" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ffeiliau Diweddar" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lleoliadau Diweddar" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Amnewidwyd Heddiw" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Amnewidwyd Ddoe" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ni allai ychwanegu i'r panel Lleoedd: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Dim ond plygellau y gellir eu hychwangeu i'r panel Lleoedd." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Ffurweddu Llygatlwybrau Gwefan..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Release" @@ -3167,13 +3080,13 @@ msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Gollwng" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Gollwng" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Safely Remove" @@ -3181,13 +3094,13 @@ msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Godynnu yn Ddiogel" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Godynnu yn Ddiogel" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3195,39 +3108,39 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Dadosod" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Datosod" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Allfwrw" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Nid ydy'r dyfais '%1' yn ddisg ac ni ellir ei allfwrw." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Digwyddodd gwall wrth mynedu %1, atedbodd y gyfundrefn: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Digwyddodd gwall wrth geisio cysylltu i '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3238,19 +3151,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3258,91 +3171,91 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1rhydd o %2 (defnyddir %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (cuddiwyd)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Gwacáu Sbwriel" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Amdringo" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Agor yn Tab Newydd" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Agor yn Ffenestr Newydd" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Ychwanegu Cofnod…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Golygu…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Dileu Ffeil" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "%Cuddio" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Cuddio Rhanbarth '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Cuddio Rhanbarth" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Dango&s Cofnodion I Gyd" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Maint Eicon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3350,51 +3263,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Ailfeintio Ymysgogol" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Bach (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Canol (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Mawr (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enfawr (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Gallwch ddewis 'mond un ffeil" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Mwy nag un ffeil cynnigwyd" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Gallwch ddewis 'mond ffeiliau lleol" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ni derbynnir Ffeiliau Anghysbell" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3409,52 +3322,22 @@ msgstr[1] "" "Mae'r URL dewiswyd yn defnyddio cynllun anghynaledig. Atolwg defnyddiwch un " "o'r cynlluniau canlynol: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Cynllun URL anghynaledig" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Mae'n fwy nag un blygell ddewiswyd ac ni dderbyn yr ymgom hwn plygellau, " -"felly nid ydy e'n alluadwy i benderfynu pa un i athreiddio. Atolwg dewiswch " -"dim ond un blygell i'w restru." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Mwy nag un blygell cynnigwyd" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Am leiaf mae'r un ffeil ac un plygell wedi'u dewiswyd. Fe fydd ffeiliau " -"dewiswyd yn ei anymwybyddwyd a'r plygell dewiswyd yn ei rhestrwyd" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Ffeiliau a phlygellau dewiswyd" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Methu canfod file \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Methu agor ffeil" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3465,42 +3348,43 @@ msgstr "" "enghraifft, os file:/home/konqi yw'r lleoliad cyfredol, bydd clicio'r botwm " "yma yn mynd â chi i file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Cliciwch y botwm yma i symud un cam yn ôl yn yr hanes pori." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Cliciwch y botwm yma i symud un cam ymlaen yn yr hanes pori." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Cliciwch y botwm yma i ail-lwytho cynnwys y lleoliad cyfredol." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Cliciwch y botwm yma i greu plygell newydd." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Dangos Panel Lleoedd" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Dangos Botwm Tudnodiau" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Dangos Ffeiliau Cudd" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Dewisiadau" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3515,12 +3399,12 @@ msgstr "" "li>
  • y panel morlywio Cyrchu ar Frys
  • rhagolygon ffeil
  • gwahanu plygyll oddiwrth ffeiliau
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Tudnodiau" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3535,12 +3419,38 @@ msgstr "" "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Enw:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Dadwneud Newidiau" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Agor Plygell Argynhwysiedig" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Dyfais:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ffeiliau Cudd yn Olaf" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3552,12 +3462,12 @@ msgstr "" "nodwedd yma drwy glicio efo botwm de y llygoden, a dewis modd amgen oddiar y " "ddewislen Cwblhau Testun" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Yr enw i ddefnyddio wrth gadw'r ffeil." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3566,77 +3476,82 @@ msgstr "" "Y rhestr o ffeiliau i agor. Gellir benodi mwy nac un ffeil drwy restru " "amryw ffeil, wedi eu gwahanu gan fylchau." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Mae'r hwn yr enw'r ffeil i agor." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Lleoedd" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" "Mae'r ffeil \"%1\" yn eisoes yn bodoli. Ai ydych yn eisiau i'w " "ddrosysgrifennu?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Dros-ysgrifennu Ffeil?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Gallwch ddewis 'mond ffeiliau lleol." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Ni derbynnir Ffeiliau anghysbell" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Pob Plygell" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Creu Plygell" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Ag&or" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Maint eicon: %1 picsel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Dewis e&styniad yr enw ffeil yn awtomatig (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "yr estyniad %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Dewis e&styniad yr enw ffeil yn awtomatig" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "estyniad addas" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3664,12 +3579,12 @@ msgstr "" "sicr, alluogwch y dewisiad yma, oherwydd mae'n gwneud eich ffeiliau yn haws " "eu trefnu." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Math &ffeil:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3678,65 +3593,57 @@ msgstr "" "Mae'r hwn y dewiswr math ffeil. Mae'n ei ddefnyddio i ddewis y " "ffurfiadaeth fydd y ffeil yn cael ei achub fel." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Hidl:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"Yr hidl i weithredu i'r rhestr ffeil. Ni ddangosir enwau ffeil sy ddim " -"yn cydweddu efo'r hidl.

    Gallwch ddewis un o'r hidlau rhagosodedig yn y " -"cwymplen, neu gallwch mewnosod hidl addasu yn syth i mewn i'r ardal testun." -"M

    Caniateir nod-chwilwyr fel * a ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Creu math ffeil newydd" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Mae'r hwn y dewiswr math ffeil. Mae'n ei ddefnyddio i ddewis y " +"ffurfiadaeth fydd y ffeil yn cael ei achub fel." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ymddiheurio" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Nid ydy'r ffeil patrwmlun %1 yn bodoli." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Enw am gysylltiad newydd:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Creu cysylltiad i URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgid "Ru&n as a different user" msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Rhede&g fel defnyddiwr gwahanol" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ymddiheurio" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Nid ydy'r ffeil patrwmlun %1 yn bodoli." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Enw am gysylltiad newydd:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Creu Cyswllt Symbolaidd" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Creu cysylltiad i URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3746,7 +3653,7 @@ msgstr "" "Ni ellir enw %1 yn ei ddefnyddio achos mae e'n " "rhagarbedwyd ar gyfer defnyddio gyda'r weithretgyfundrefn." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3756,7 +3663,7 @@ msgstr "" "Mae'r enw %1 yn dechreu gyda phwynt, felly fydd hyn yn " "ei guddiwyd trwy amwall." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3768,28 +3675,36 @@ msgstr "" "ei ardangos cyn eitemau eraill pan ddidoli yn ôl yr egwyddor, ymhlith " "nwythau galluadwy eraill." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Fe fydd defynddio sleisiau yn enwau plygell yn creu isblygellau, fel hyn:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Fe fydd defynddio sleisiau yn enwau plygell yn creu isblygellau." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Ni ellir sleisiau yn eu defnyddio i mewn enwau ffeil a phlygfell." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Ni ellir ôlsleisiau yn eu defnyddio i mewn enwau ffeil a phlyfell." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3798,91 +3713,141 @@ msgstr "" "Ni argymellir i ddechreu enw ffeil neu blygell gyda tild achos fe allo hyn i " "fod yn ddyryslyd neu beryglus pan ddefnyddio y terfynell i ddileu pethau." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Mae cyfeiriad o'r enw %1 mewn bod yn barod." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Mae ffeil o'r enw %1 mewn bod yn barod." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Creu Newydd" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Cysylltu i Ddyfais" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Plygell Newydd" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Creu Plygell" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Creu plygell newydd %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Rhede&g fel defnyddiwr gwahanol" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Rhagosodedig" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Creu math ffeil newydd" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Rhede&g fel defnyddiwr gwahanol" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Dewis Cymhwysiad i %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Dewis &eicon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Ailysgrifio" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Gludo" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Agor \"%1\" yn Tab Newydd" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Agor \"%1\" yn Ffenestr Newydd" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Golygu" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Môrlwywio" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Dangos Llwybr Llawn" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3890,7 +3855,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ni all trosglwyddo %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3902,6 +3867,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lleoedd" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3925,28 +3899,28 @@ msgstr "Eraill" msgid "Edit mode" msgstr "Modd adolygu" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Cliciwch am Fôrlwywiad Lleoliad" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Cliciwch i Adolygu Lleoliad" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nid ydych wedi cael eich awdurdodi i weithredu'r ffeil yma." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Ymgychwyn %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3955,12 +3929,12 @@ msgstr "" "Ni all gwneud y wasanaeth %1 yn weithrediadwyolyn, yn erthylu gweithred.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nid ydych wedi cael eich awdurdodi i weithredu'r ffeil yma." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3987,12 +3961,18 @@ msgstr "Gwall yn achub delw i %1" msgid "Icon file too big, download aborted" msgstr "Ffeil eicon rhy fawr, llawrlwytho erthylwyd" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ni chanfuwyd treuliwr llythyrgludiad" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4003,29 +3983,29 @@ msgstr "" " %1\n" " yn annilys." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Ymgychwyn %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Methu canfod file \"%1\"" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ni chanfuwyd dynwaredwr terfynell" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Methu i agor %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4036,7 +4016,7 @@ msgstr "" " %1\n" " o fath Link ond nid oes cofnod URL= ... ganddo." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4045,7 +4025,7 @@ msgstr "" "Mae'r ffeil \"%1\" yn raglen weithredadwy ar y ffeilgyfundren anghysbell. Er " "mwyn diogelwch, ni fydd hi'n cael ei chychwyn." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4053,7 +4033,7 @@ msgstr "" "Ar gyfer rhesymau diogelwch, nid ydy cychwyn gweithrediadwyolion yn ei " "ganiatawyd yn y cytdestun yma." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4062,7 +4042,7 @@ msgstr "" "Mae'n angen rhaglen \"%1\" gyda hi caniatad gweithrediadwy cyn ei chael ei " "chychwynwyd." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4071,12 +4051,12 @@ msgstr "" "Methu gwneud ffeil \"%1\" yn weithrediadwyolyn.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Mae'r ffeil cofnod penbwrdd %1 heb gofnod Type= ..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4087,12 +4067,12 @@ msgstr "" "Gwiriwch eich cymhwysiadau a'r ardal hysbysebiad am unrhyw tasgiau neu " "lawrlwythiadau ymddibynniedig." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Methu i agor y ffeil." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Ni allai lansio rhaglen \"%1\"." @@ -4184,72 +4164,67 @@ msgstr "" "wedi ei newid. \n" "Ydych eisiau lanlwytho'r newidiadau?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Agor ffeiliau pell, arsylwi newidiadau, gofyn am lanlwytho" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Y Datblygwyr KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Trin URLau fel ffeiliau lleol a'u dileu wedyn" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Enw ffeil awgrymwyd ar gyfer y ffeil llawrlwythwyd" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Gorchymyn i weithredu" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(au) neu ffeil(iau) lleol i'w defnyddio fel 'gorchymyn'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Yn gosodi ACL am %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4258,7 +4233,7 @@ msgstr "" "Methu newid caniatadau i \n" " %1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4267,119 +4242,39 @@ msgid "" "%1" msgstr "Methu newid perchennog ar gyfer %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Methu Ail-enwi Ffeil Dro Dro" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Methu darganfod y rhaglen \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Methu darganfod y rhaglen \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Newid Caniatadau Ffeil" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Caniatadau Newydd: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Newid Perchennog Ffeil" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Perchennog Newydd: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Dileu Ffeil" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Dileu Plygell" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Creu Plygell" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Caniatadau Cyfeiriadur: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Agor Ffeil" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Agor Cyfeiriadur" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Ffeilenw Newydd: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Anêlnod : %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Newid Amserarfathnod" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Oddiwrth: %1, I: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ymyriad Anhysbys" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Gweithred: %1\n" -"Tarddiad: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ni all ailysgrifio ffeil oddiwrth %1 i %2. (Rhif gwall: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Dim cyfryngau yn dyfais am %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Ni allai cyrchu hunaniaeth defnyddiwr ar gyfer enw defnyddiwr rhowyd %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ni allai cyrchu hunaniaeth swp ar gyfer enw swp rhowyd %1" @@ -4421,32 +4316,32 @@ msgstr "" "%2 \n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Rhaid i chi ddarparu defnydd-enw a cyfrinair i gyrchu'r wefan yma." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Gwefan:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Mewnllof Iawn" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Methu mewngofnodi i %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4455,7 +4350,7 @@ msgstr "" "\n" "Gweiniwr a ddywedodd: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4464,12 +4359,12 @@ msgstr "" "Rhaid i chi gynnig defnydd-enw a cyfrinair am y gweinydd dirprwy a rhestrir " "isod cyn caniateir cyrchiad i unrhyw fan." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Dirprwy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Methodd Dilysiant Dirprwy." @@ -4521,101 +4416,101 @@ msgid "" msgstr "Liciwch chi dderbyn y tystysgrif yma am byth heb gofweini arnoch?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Dilysiant Gweinydd" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 wrth %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Fel arall, buasai'r cais wedi llwyddo." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "nôl gwerthoedd priodwedd" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "gosod gwerthoedd priodwedd" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "creu'r plygell penodol" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copïo'r ffeil neu plygell penodol" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "symud y ffeil neu plygell penodol" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "chwilio yn y plygell penodol" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "cloi'r ffeil neu blygell penodol" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "datgloi'r ffeil neu blygell penodol" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "dileu'r ffeil neu blygell penodol" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "holi gallu'r gweinydd" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "nôl cynnwys y ffeil neu blygell penodol" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "rhedeg adroddiad yn y plygell penodol" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Digwyddodd gwall annisgwyl (%1) wrth geisio cysylltu i %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4624,13 +4519,13 @@ msgid "" msgstr "" "Digwyddodd gwall wrth geisio %1, %2. Mae crynodeb o'r rhesymau yn isod." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Gwrthodwyd cynhyrchiad wrth geisio %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4639,7 +4534,7 @@ msgstr "" "Ni ellir creu adnodd yn y cyrchfan nes bydd un neu mwy o'r gasgliadau " "(plygyll) canolraddol wedi'u creu." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4654,28 +4549,28 @@ msgstr "" "ysgrifennu dros ffeiliau.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Methu rhoi'r clo penodol. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Nid yw'r gweinydd yn cynnal math cais y corff." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Methu %1 o achos mae'r adnodd ar glo." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Rhwystrwyd y gweithrediad gan wall arall." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4685,7 +4580,7 @@ msgstr "" "Methu %1 o achos mae'r gweinydd cyrchfan yn gwrthod derbyn y ffeil neu " "blygell." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4694,18 +4589,18 @@ msgstr "" "Nid oes gan yr adnodd cyrchfan ddigon o le i gofnodi cyflwr yr adnodd ar ol " "gweithrediad y dull yma." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ni all yr adnodd yn ei dileuwyd." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "fyny-lwytho %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4716,15 +4611,15 @@ msgstr "Digwyddodd gwall annisgwyl (%1) wrth geisio cysylltu i %2." msgid "Network" msgstr "Rhwydwaith" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL annilys %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4737,12 +4632,12 @@ msgstr "" "cyfeiriadur hynny ac yn defnyddio y gweithrediad adfer unwaith eto, neu ar y " "llall ochr llusgo yr eitem unrhywle arall i'w adfer." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ymuniad annilys o brotocoliau." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Mae'r ffeil yma yn gyswllt ac nid oes ganddo ganiatadau." @@ -4778,7 +4673,7 @@ msgstr "Gwacewch y cynhwysiad o'r sbwriel" msgid "Restore a trashed file to its original location" msgstr "Adfer ffeil taflwyd i'w leoliad gwreiddiol" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Mae'r sbwriel yn llawn. Gwacewch fe neu ddileuwch eitemau yn waithlaw." @@ -4799,17 +4694,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Ail-geisio" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Ymgom Awdurdodi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Gwaharddwyd Cyrchiad" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nid oes ganddoch caniatad i gyrchu'r protocol %1." @@ -4919,13 +4814,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Gwiriogyfanswm disgwyliedig (MD5, SHA1, SHA256 neu SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4933,28 +4828,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4964,9 +4859,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Cyfrifo" @@ -4975,23 +4870,23 @@ msgstr "Cyfrifo" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Cliciwch i ailysgrifio y gwiriogyfanswm i'r gludoffwrdd." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Diddym&u" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Sy&mud Fan Yma" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4999,117 +4894,204 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Llawrlwythiadau" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copïo Fan Yma" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Cysy&lltu Fan Yma" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Ymgychwyn %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Peth ydych chi'n eisiau i wneud gyda'r ffeil hwn?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Peidio â gofyn eto" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Ag&or" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "Gw&eithredu" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Ag&or efo %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Dadwneud Newidiau" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Peth ydych chi'n eisiau i wneud gyda'r ffeil hwn?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Mae'r dadwneud y gweithrediad hwn yn angen breintiau y gwreiddyn. Ai ydych " -"chi'n eisiau i barhau?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Yn ei greu plygell" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Tarddiad" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Cyrchfan" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Yn Copïo" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Yn ei symud" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Renaming" msgid "Renaming" msgstr "Ail-enwi" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Symud i'r Sbwriel" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Yn ei ddileu" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Dadwne&ud" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Dadwne&ud: Ailysgrifio" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Dadwne&ud: Cysylltu" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Dadwne&ud: Symud" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Dadwne&ud: Ail-enwi" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Dadwe&ud: Sbwriel" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Dadwne&ud: Creu Plygell" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Dadwne&ud: Creu Plygell(au)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Dadwne&ud: Creu Ffeil" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Dadwne&ud: Ailenwi Swp" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Dadwne&ud: Ailysgrifio" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Dadwne&ud: Cysylltu" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Dadwne&ud: Symud" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Dadwne&ud: Ail-enwi" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Dadwe&ud: Sbwriel" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Dadwne&ud: Creu Plygell" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Dadwne&ud: Creu Plygell(au)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Dadwne&ud: Creu Ffeil" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Dadwne&ud: Ailenwi Swp" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5123,12 +5105,12 @@ msgstr "" "chollwyd.\n" "Ai ydych chi'n sicr yr ydych chi'n eisiau dileu %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Cadarnhad Ailysgrifio Ffeil Dadwneud" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5140,22 +5122,23 @@ msgstr "" "%1
    Ni ellir y gweithrediad yma " "yn cael ei ddadwneud." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Dileu yn barhaol" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Dileu yn barhaol" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5173,7 +5156,7 @@ msgstr[1] "" ">Ni ellir y gweithrediad yma yn ei ddadwneud." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5184,13 +5167,13 @@ msgstr "" ">Ni ellir y gweithrediad hwn ei ddadwneud." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Gwacáu Sbwriel" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5198,7 +5181,7 @@ msgid "" "filename>" msgstr "Ydych wir eisiau dileu yr eitem yma?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5285,7 +5268,7 @@ msgstr "Perchennog" msgid "Owning Group" msgstr "Grŵp Perchennogiedig" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Eraill" @@ -5359,66 +5342,66 @@ msgstr "Diweddaru Ffurfweddiad Cysawd" msgid "Updating system configuration…" msgstr "Diweddaru ffurfweddiad y cysawd." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Enw" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Maint" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dyddiad" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Caniatadau" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Perchennog" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grŵp" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Math" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Agor &efo %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Gweithredi&adau" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5426,7 +5409,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Ag&or Plygell Efo" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5434,29 +5417,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Ag&or Efo" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Gw&eithredu" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Ag&or plygell efo %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Ag&or efo %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Ag&or Plygell Efo" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Ag&or Efo" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5464,7 +5454,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Cymhwysiad Arall..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5472,113 +5462,135 @@ msgid_plural "%1 items" msgstr[0] "%1 eitem" msgstr[1] "%1 o eitemau" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Anhysbys" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Atal" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Archwilio yn Firelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Wedi'i arosod ar:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Gofod Rhydd:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Math:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Cynnwys:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Agor Efo:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Newid..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Lleoliad:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Maint:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Newid..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Cynnwys:" +msgid "Stop" +msgstr "Atal" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Archwilio yn Firelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Cyfeirio at:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Newidwyd:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Arddangos Rhybudd" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creuwyd:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Cysodau ffeil:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Gwesteiwr anhysbys" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Wedi'i arosod ar:" +msgid "Modified:" +msgstr "Newidwyd:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Agorwyd:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +msgid "File system:" +msgstr "Cysodau ffeil" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Wedi'i arosod ar:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Wedi'i arosod ar:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Gofod Rhydd:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Agor Efo:" +msgid "Unknown size" +msgstr "Gwesteiwr anhysbys" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5876,26 +5888,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Teipiwch yma ddisgrifiad o'r cymhwysiad yma, wedi'i seilio ar ei ddefnydd. " "Enghreifftiau: buasai cymhwysiad deialu (KPPP) yn \"OfferynErfyn deilau\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Disgrifiad:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Enw Defnyddiwr:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Teipiwch yma unrhyw sylwad o ddefnydd." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Teipiwch yma ddisgrifiad o'r cymhwysiad yma, wedi'i seilio ar ei ddefnydd. " +"Enghreifftiau: buasai cymhwysiad deialu (KPPP) yn \"OfferynErfyn deilau\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5907,7 +5930,7 @@ msgstr "Syl&wad:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Defnyddio &newidynnau amgylchedd dirpwry rhagosodedig" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6128,7 +6151,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Cyfrannu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6138,36 +6161,58 @@ msgstr "" "Methu cadw priodweddau. Does ganddych ganiatadau digonol i ysgrifennu i: %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Cyffredin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Rhede&g fel defnyddiwr gwahanol" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Archwilio yn %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Adnewyddu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ni all trosglwyddo %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Maint anhysbys" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6176,141 +6221,147 @@ msgstr "" "Cyfrifo ... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 ffeil" msgstr[1] "%1 o ffeiliau" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 isblygell" msgstr[1] "%1 o isblygyllau" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Cyfrifo ...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Am leiaf : %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Mae enw'r ffeil newydd yn wag." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Mat&hau ffeil a gynhelir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Dim cymhwysiad cyfathrachol" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Creuwyd:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Change..." msgctxt "@action:button" msgid "Change…" msgstr "Newid..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Dim Mynediad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Gallu Dim Ond Edrych" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Gallu Edrych & Amnewid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Gallu Edrych ar Gynnwys" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Gallu Edrych ar a Newid Cynnwys" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Gallu Edrych ar Gynnwys" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Gallu Edrych/Darllen a Newid/Ysgrifennu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Caniatadau" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Caniatadau Cyrchu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Mae'r ffeil yma yn gyswllt ac nid oes ganddo ganiatadau." msgstr[1] "Mae'r ffeiliau i gyd yn gysylltau ac nid oes ganddynt ganiatadau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Neb ond y perchennog sy'n gallu newid caniatadau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "P&erchennog:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Penodi'r gweithrediadau y mae'r perchennog yn cael gwneud." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "G&rŵp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Penodi'r gweithrediadau y mae aelodau'r grw^p yn cael gwneud." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "E&raill:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6319,31 +6370,31 @@ msgstr "" "Penodi'r gweithrediadau y mae pob defnyddiwr, sy ddim yn berchennog neu " "aelod y grw^p, yn cael gwneud." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Neb ond y per&chennog sy'n cael ail-enwi a dileu cynnwys plygell" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Galluogi'r faner yma i adael gweithredu'r ffeil fel rhaglen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Enw defnyddiwr rhagosodedig:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "Gw&eithredu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6354,7 +6405,7 @@ msgstr "" "ail-enwi'r ffeiliau neu plygyll sydd ynddo. Mae defnyddwyr eraill yn gallu " "ychwanegu dim ond ffeiliau newydd, sy'n galw am y caniatad 'Addasu Cynnwys'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6364,42 +6415,42 @@ msgstr "" "gwneud synnwyr i ddim ond rhaglenni a sgriptiau. Mae'n angenrheidiol os " "byddwch eisiau eu gweithredu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "C&aniatadau Uwch" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Perchenogaeth" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Defnyddiwr:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grŵp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Gosod newidiadau i bob is-blygell a'i gynnwys" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Caniatadau Uwch" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Dosbarth" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6408,22 +6459,22 @@ msgstr "" "Dangos\n" "Cofnodion" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Mae'r faner yma yn gadael gweld cynnwys y plygell." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Darllen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Mae'r faner Ddarllen yn gadael gweld cynnwys y ffeil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6432,7 +6483,7 @@ msgstr "" "Ysgrifennu\n" "Cofnodion" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6441,43 +6492,43 @@ msgstr "" "Mae'r faner yma yn gadael ychwanegu, ail-enwi a dileu ffeiliau. Noder: " "gellir cyfyngu dileu ac ail-enwi gan ddefnyddio'r faner Gludiog." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Ysgrifennu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Mae'r faner Ysgrifennu yn gadael addasu cynnwys y ffeil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Mynd i mewn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Galluogi'r faner yma i adael mynd i mewn i'r plygell." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Gweithredu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Galluogi'r faner yma i adael gweithredu'r ffeil fel rhaglen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Arbennig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6486,7 +6537,7 @@ msgstr "" "Baner arbennig. Dilys i'r plygell cyfan. Gall ystyr cywir y faner gael ei " "weld yn y golofn dde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6494,17 +6545,17 @@ msgid "" msgstr "" "Baner arbennig. Gall ystyr cywir y faner gael ei weld yn y golofn dde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Defnyddiwr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grŵp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6513,7 +6564,7 @@ msgstr "" "Os osodir y faner yma, bydd perchennog y plygell yma yn biau pob ffeil " "newydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6522,7 +6573,7 @@ msgstr "" "Os mae'r ffeil yma yn weithredadwy ac mae'r faner wedi ei gosod, bydd o'n " "cael ei weithredu efo caniatadau'r perchennog." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6530,7 +6581,7 @@ msgstr "" "Os osodir y faner yma, bydd cylch y plygell yma yn cael ei osod am bob ffeil " "newydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6539,7 +6590,7 @@ msgstr "" "Os mae'r ffeil yma yn weithredadwy ac mae'r faner wedi ei gosod, bydd o'n " "cael ei weithredu efo caniatadau'r grŵp." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6549,7 +6600,7 @@ msgstr "" "gallu dileu neu ail-enwi ffeiliau. Fel arall, mae pawb sydd efo caniatadau " "ysgrifennu yn gallu gwneud hyn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6558,86 +6609,75 @@ msgstr "" "Mae'r faner Gludiog ar ffeil yn cael ei anywbyddu ar Linux, ond gall ei " "defnyddio ar rhai cysodau" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Gosod UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Gosod GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Gludiog" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Cyswllt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Amrywio (Dim Newid)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Mae'r ffeil yma yn defnyddio caniatadau uwch" msgstr[1] "Mae'r ffeiliau yma yn defnyddio caniatadau uwch." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Mae'r plygell yma yn defnyddio caniatadau uwch." msgstr[1] "Mae'r plygyllau yma yn defnyddio caniatadau uwch." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Mae'r ffeiliau yma yn defnyddio caniatadau uwch." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "G%wiriogyfansymiau" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Cyfrifo..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Gwiriogyfanswm annilys." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Nid ydy'r mewnbynniad rhowyd yn wiriogyfanswm dilys MD5, SHA1 neu SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Cydgyffelybir Gwiriogyfansymiau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." @@ -6645,7 +6685,7 @@ msgstr "" "Mae'r gwiriogyfanswm cyfrifedig a'r gwiriogyfanswm disgwyliedig yn cael eu " "chydgyffelybu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6656,7 +6696,7 @@ msgstr "" "llawrlwythiad gwallus. Ceisiwch ail-lawrlwytho y ffeil.
    Os y mae'r " "gwiriadaeth yn dal yn ei methu, cysylltiwch y tarddiad o'r ffeil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." @@ -6664,7 +6704,7 @@ msgstr "" "Mae'r gwiriogyfanswm cyfrifedig a'r gwiriogyfanswm disgwyliedig yn cael eu " "gwahaniaethu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6672,18 +6712,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Gwirio gwiriogyfanswm..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Mae'r ffeiliau yn unwedd." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Mae'r ffeiliau yn wahanol." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Cyfrifo..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6691,28 +6751,28 @@ msgstr "" "Ni allai achub priodoleddau. Mae'r dim ond dodiadau ar gyfundrefnau ffeil " "leol yn eu chynhaliwyd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Cymhwysiad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Ychwanegu Math Ffeil am %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Dewis un neu fwy o fathau ffeil i'w ychwanegu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Mae'r dim ond gweithrediadwyion ar gyfundrefnau ffeil leol yn eu chynhaliwyd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Dewisiadau Uwch am %1" @@ -6817,22 +6877,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Ffurweddu Llygatlwybrau Gwefan..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Agor ymgom ffeil" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Enw ffeil i gynnwys gludfwrdd:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Gludo Ffeil" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1(%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Gludo Cynhwysiadau Gludfwrdd" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6842,19 +6907,19 @@ msgstr "" "ffurfiadaeth data dewiswyd namwy yn ei chymhwysiadawy. Atolwg copïo unwaith " "eto beth yr oeddech chi'n eisiau i ludo." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Gludo Un Blygell" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Gludo Un Ffeil" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6862,48 +6927,65 @@ msgid_plural "Paste %1 Items" msgstr[0] "Gludo Un Eitem" msgstr[1] "Gludo %1 o Eitemau" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Gludo Cynhwysiadau Gludfwrdd" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Gludo" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Fformat data :" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1(%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Enw ffeil i gynnwys gludfwrdd:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Enw ffeil ar gyfer cynhwysiadau gollyngwyd:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dyddiad: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Maint: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Cymhwys&o i'r Cyfan" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6913,50 +6995,53 @@ msgstr "" "Heblaw os ydych chi'n pwyso Neidio fe fyddwch chi'n dal yn cael eich " "cymellwyd yn achos o wrthgyfarfyddiad gyda ffeil bodoliedig yn y cyfeiriadur." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Pan y mae'r hwn yn cael ei wiriwyd fe fydd y botwn gwasgwyd yn cael ei " "gymhwyso dros yr holl gwrthgyfarfyddiadau am y gweddill o'r gorchwyl " "rhededig." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Ail-enwi" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Awgrymu Enw &Newydd" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Hepgor" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Peidiwch ã chopïo neu symud y plygell hon, neidiwch i'r eitem nesaf yn ei le" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Peidiwch ã chopïo neu symud y ffeil hwn, neidiwch i'r eitem nesaf yn ei le" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Ysgrifennu I Mewn" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6969,13 +7054,13 @@ msgstr "" "Fe fyddwch chi yn eich cymellwyd unwaith eto yn achos o wrthgyfarfyddiad " "gyda ffeil sy'n bodoli yn y cyfeiriadur." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "D&ros-ysgrifennu ffeiliau hŷn" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6984,12 +7069,12 @@ msgstr "" "Fe fydd y ffeiliau cyrchfan gyda'r amserau adnewidiad hŷn yn cael eu " "hysgrifennu drosodd gyda'r tarddiad, neu os amgen yn eu neidiwyd." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Ai&l-ddechrau" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6998,76 +7083,66 @@ msgstr "" "Buasai'r gweithrediad yma yn ysgrifennu '%1' dros ei hun.\n" "Mewnosodwch enw ffeil newydd:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Mynd ymlaen" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Fe fydd y gweithrediad hwn yn ysgrifennu dros y gyrchfan." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Fe fydd y gweithrediad hwn yn ysgrifennu dros y gyrchfan." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Tarddiad" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Cyrchfan" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Mae'r gyrchfan yn llai gyda %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Mae'r gyrchfan yn llai gyda %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Mae'r gyrchfan yn llai gyda %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Mae'r gyrchfan yn fwy gyda %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Mae'r ffeiliau yn unwedd." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Mae'r ffeiliau yn ymddangos yn unwedd." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Mae'r ffeiliau yn wahanol." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7076,59 +7151,56 @@ msgstr "" "Fe debyg y ffeiliau i fod yr unwedd: mae gyda nhw yr un maint a'u " "chynhwysiadau o'r un peth ar y dechreuad, canol a'r diwedd." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Ailysgrifio Ffeil" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Mae eitem hyn o'r enw '%1' mewn bod yn barod." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Mae ffeil tebyg o'r enw '%1' mewn bod yn barod." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Mae eitem diweddarach o'r enw '%1' mewn bod yn barod." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Ailenwi:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Ailenwi Eitem" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Aillenw Eitemau" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Ailenwi" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Ailenw yr eitem %1 i:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Enw newydd #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Mae ffeil o'r enw %1 mewn bod yn barod." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "Ni ddangosir %1 yn raglen gweithrediadwyolyn." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7136,38 +7208,202 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Ailenw y %1 eitem dewiswyd i:" msgstr[1] "Ailenw y %1 eitemau dewiswyd i:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# a amnewidir gyda rhifau esgynniedig yn dechreu gyda:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Enw newydd #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Ailenw y %1 eitem dewiswyd i:" +msgstr[1] "Ailenw y %1 eitemau dewiswyd i:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Cyfnewid" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Agor Efo:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Cyfnewid" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Ailenw y %1 eitem dewiswyd i:" +msgstr[1] "Ailenw y %1 eitemau dewiswyd i:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Rhede&g fel defnyddiwr gwahanol" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Rhede&g fel defnyddiwr gwahanol" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Ailenwi Eitem" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Aillenw Eitemau" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Ailenwi" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Enw defnyddiwr rhagosodedig:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Cyfnewid" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Dangos Rhagolwg" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Ni ddangosir %1 yn raglen gweithrediadwyolyn." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Gwybodaeth" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Cyfnewid" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Ail-geisio" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Amnewid i gyd" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Hepgor" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Hepgor i gyd" @@ -7254,7 +7490,7 @@ msgstr "" "Ni ddanfonodd y gwesteiwr angysybell unrhyw tystysgrifau SSL.\n" "Yn ei erthylu oherwydd ni ellir cadarnhau yr hunaniaeth o'r gwesteiwr." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7307,9 +7543,9 @@ msgstr[1] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Ai ydych chi'n eisiau yn wirioneddol i ddileu yr eitem yma?" "%1Ni ellir y gweithrediad yma " @@ -7326,11 +7562,54 @@ msgstr "" #| ">This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Ai ydych chi'n eisiau yn wirioneddol i ddileu yr eitem yma?Ni ellir y gweithrediad yma yn cael ei ddadwneud." +"" +msgstr[1] "" +"Ai ydych chi'n eisiau yn wirioneddol i ddileu yr %1 eitem yma?Ni ellir y gweithrediad yma yn ei ddadwneud." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Ai ydych chi'n eisiau yn wirioneddol i ddileu yr eitem yma?" +"%1Ni ellir y gweithrediad yma " +"yn cael ei ddadwneud." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7342,7 +7621,7 @@ msgstr[1] "" ">Ni ellir y gweithrediad yma yn ei ddadwneud." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7350,51 +7629,265 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ydych wir eisiau dileu yr eitem %1 yma?" msgstr[1] "Ydych wir eisiau dileu yr eitem %1 yma?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Peidio â gofyn eto" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Peidio â gofyn eto" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Peidio âg ardangos y neges yma eto" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Ymddengys bod tystysgrif SSL y cymar yn llygredig." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Rhybudd" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Fe fydd hwn yn dechreu y rhaglen:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Os nid ydych chi'n ymddiried yn y rhaglen yma, cliciwch Diddymu" +#~ msgid "Open With:" +#~ msgstr "Agor Efo:" + +#~ msgid "File System:" +#~ msgstr "Cysodau ffeil:" + +#~ msgid "Change Attribute" +#~ msgstr "Newid Cyngreddf" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i newid cyngreddfau ffeil. Ai " +#~ "ydych yn eisiau i barhau?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau y gweithrediad " +#~ "ailysgrifio. Ai ydych yn eisiau i barhau?" + +#~ msgid "Delete Files" +#~ msgstr "Dileu Ffeiliau" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau y gweithrediad dileu. " +#~ "Sut bynnag, fe allo ei wneud yn niwed eich cyfundrefn. Ai ydych yn eisiau " +#~ "i barhau?" + +#~ msgid "Create Folder" +#~ msgstr "Creu Plygell" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i greu'r blygell hon. Ai ydych " +#~ "yn eisiau i barhau?" + +#~ msgid "Move Items" +#~ msgstr "Symud Eitemau" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau gweithrediad. Ai " +#~ "ydych yn eisiau i barhau?" + +#~ msgid "Rename" +#~ msgstr "Ail-enwi" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau ailenwi. Ai ydych yn " +#~ "eisiau i barhau?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i greu cyswllt symbolaidd. Ai " +#~ "ydych yn eisiau i barhau?" + +#~ msgid "Transfer data" +#~ msgstr "Trosglwyddo data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Mae'r breintiau gwreiddyn yn eu herfynwyd i gwblhau trosglwyddo data. Ai " +#~ "ydych yn eisiau i barhau?" + +#~ msgid "Undo Changes" +#~ msgstr "Dadwneud Newidiau" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Mae'r dadwneud y gweithrediad hwn yn angen breintiau y gwreiddyn. Ai " +#~ "ydych chi'n eisiau i barhau?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Yn gosodi ACL am %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Newid Caniatadau Ffeil" + +#~ msgid "New Permissions: %1" +#~ msgstr "Caniatadau Newydd: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Newid Perchennog Ffeil" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Perchennog Newydd: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Dileu Ffeil" + +#~ msgid "Remove Directory" +#~ msgstr "Dileu Plygell" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Caniatadau Cyfeiriadur: %1" + +#~ msgid "Open File" +#~ msgstr "Agor Ffeil" + +#~ msgid "Open Directory" +#~ msgstr "Agor Cyfeiriadur" + +#~ msgid "New Filename: %1" +#~ msgstr "Ffeilenw Newydd: %1" + +#~ msgid "Target: %1" +#~ msgstr "Anêlnod : %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Newid Amserarfathnod" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Oddiwrth: %1, I: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ymyriad Anhysbys" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Gweithred: %1\n" +#~ "Tarddiad: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Dangos Botwm Tudnodiau" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Newidwyd y ffeil" + +#~ msgid "&Description:" +#~ msgstr "&Disgrifiad:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Teipiwch yma unrhyw sylwad o ddefnydd." + +#~ msgid "Do not ask again" +#~ msgstr "Peidio â gofyn eto" + +#~ msgid "&Filter:" +#~ msgstr "&Hidl:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Yr hidl i weithredu i'r rhestr ffeil. Ni ddangosir enwau ffeil sy " +#~ "ddim yn cydweddu efo'r hidl.

    Gallwch ddewis un o'r hidlau rhagosodedig " +#~ "yn y cwymplen, neu gallwch mewnosod hidl addasu yn syth i mewn i'r ardal " +#~ "testun.M

    Caniateir nod-chwilwyr fel * a ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Mae'n fwy nag un blygell ddewiswyd ac ni dderbyn yr ymgom hwn plygellau, " +#~ "felly nid ydy e'n alluadwy i benderfynu pa un i athreiddio. Atolwg " +#~ "dewiswch dim ond un blygell i'w restru." + +#~ msgid "More than one folder provided" +#~ msgstr "Mwy nag un blygell cynnigwyd" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Am leiaf mae'r un ffeil ac un plygell wedi'u dewiswyd. Fe fydd ffeiliau " +#~ "dewiswyd yn ei anymwybyddwyd a'r plygell dewiswyd yn ei rhestrwyd" + +#~ msgid "Files and folders selected" +#~ msgstr "Ffeiliau a phlygellau dewiswyd" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Er gwnaed cyswllt efo'r gweinydd, ni dderbynnir ymateb tu mewn y faint o " +#~ "amser sydd wedi ei neilltuo am yr ymateb fel a ganlyn:
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bogmærker" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3504,12 +3399,39 @@ msgstr "" "fungerer på samme måde som bogmærker andre steder i KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Navn:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Fortryd ændringer" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Åbn indeholdende mappe" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Filnavn:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skjulte filer sidst" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3522,12 +3444,12 @@ msgstr "" "museknap og vælge en foretrukken tilstand fra menuen Tekstfuldførelse." "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Dette er navnet med hvilket filen skal gemmes." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3536,74 +3458,79 @@ msgstr "" "Dette er listen over filer der skal åbnes. Du kan angive flere filer ved at " "liste flere filer adskilt af mellemrum." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dette er navnet på den fil der skal åbnes." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Steder" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Filen \"%1\" findes allerede. Vil du overskrive den?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Overskriv fil?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Du kan kun vælge lokale filer." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Eksterne filer ikke accepteret" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Alle mapper" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Opret mappe" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Å&bn" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonstørrelse: %1 pixel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Vælg filnavnee&ndelse automatisk (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "endelsen %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Vælg filnavnee&ndelse automatisk" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "en passende endelse" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3630,12 +3557,12 @@ msgstr "" "automatisk blive fjernet).Hvis du er usikker, så behold dette " "slået til da det gør dine filer nemmere at håndtere." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Filtype:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3644,64 +3571,56 @@ msgstr "" "Dette er filtypevælgeren. Den bruges til at vælge det format, filen vil " "blive gemt som." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Dette er filteret der skal anvendes på fillisten. Filnavne som ikke " -"matcher filteret, vil ikke blive vist.

    Du kan vælge et af de " -"forvalgtefiltre i drop-ned-menuen eller du kan indtaste et brugerdefineret " -"filter direkte i tekstområdet.

    Trunkeringstegn som * og ? er tilladte." -"

    " +"Dette er filtypevælgeren. Den bruges til at vælge det format, filen vil " +"blive gemt som." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Opret ny fil" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Beklager" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Skabelonfilen %1 findes ikke." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Navn på nyt link:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Opret link til URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Angiv %1 filnavn:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Beklager" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Skabelonfilen %1 findes ikke." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Navn på nyt link:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Opret symlink" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Opret link til URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3711,7 +3630,7 @@ msgstr "" "Navnet %1 kan ikke bruges, fordi det er reserveret " "til brug af operativsystemet." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3721,7 +3640,7 @@ msgstr "" "Navnet %1 starter med punktum, så den vil blive skjult " "som standard." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3733,27 +3652,41 @@ msgstr "" "at det vises før andre elementer ved alfabetisk sortering og potentielt " "andre særheder." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Brug af skråstreger i mappenavne vil oprette undermapper, såsom:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Brug af skråstreger i mappenavne vil oprette undermapper." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Skråstreger kan ikke bruges i fil- og mappenavne." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Baglæns skråstreger kan ikke bruges i fil- og mappenavne." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Could not create a folder with the name %1because it is reserved for use by the operating system." +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Kunne ikke oprette en mappe med navnet %1fordi det " +"er reserveret til brug af operativsystemet." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3763,91 +3696,136 @@ msgstr "" "kan være forvirrende eller risikabelt når terminalen bruges til at slette " "ting." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "" "Der findes allerede en ældre mappe med navnet %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Der findes allerede en fil med navnet %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Opret ny(t)" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Link til enhed" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ny mappe" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Opret ny mappe" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Opret ny mappe i %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Angiv mappenavn" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Standard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Opret ny fil" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Angiv filnavn" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Vælg program til %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Vælg et &ikon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Du kan ændrer ikonet senere i mappeegenskaberne." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiér" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Indsæt" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Åbn \"%1\" i ny fane" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Åbn \"%1\" i nyt vindue" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Redigér" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigér" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Vis fuld sti" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3855,7 +3833,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Kan ikke overføre %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3865,7 +3843,16 @@ msgstr "Mere" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Gå til lokation eller sti" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Steder" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3890,28 +3877,28 @@ msgstr "Andet" msgid "Edit mode" msgstr "Redigeringstilstand" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klik for placeringsnavigation" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klik for redigérbar placering" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Du er ikke godkendt til at køre denne fil." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Starter %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3920,13 +3907,13 @@ msgstr "" "Kan ikke gøre tjenesten %1 kørbar, afbryder kørsel.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Du har ikke rettigheder til at vælge et program til åbning af denne fil." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3954,12 +3941,18 @@ msgstr "Fejl under gemning af billede til %1" msgid "Icon file too big, download aborted" msgstr "Ikonfilen er for stor, download afbrudt" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ingen mailklient fundet" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3970,28 +3963,28 @@ msgstr "" "%1\n" "er ikke gyldig." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Starter %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Kommandoen %1 kunne ikke blive fundet." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ingen terminalemulator fundet" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Kunne ikke åbne %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4002,7 +3995,7 @@ msgstr "" "%1\n" "er af typen Link, men har ingen \"URL=...\"-linje." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4011,7 +4004,7 @@ msgstr "" "Den kørbare fil \"%1\" er placeret på et eksternt filsystem. Af " "sikkerhedsmæssige årsager vil den ikke blive kørt." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4019,14 +4012,14 @@ msgstr "" "Af sikkerhedsmæssige årsager er det ikke tilladt at eksekvere kørbare filer " "i denne kontekst." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Programmet \"%1\" kræver kørselsrettigheder før det kan startes." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4035,12 +4028,12 @@ msgstr "" "Kan ikke gøre filen \"%1\" kørbar.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr ".desktop-filen %1 har ingen \"Type=...\"-linje." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4051,12 +4044,12 @@ msgstr "" "Tjek dine åbne applikationer og notifikationsområdet for eventuelle ventende " "opgaver eller downloads." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Kunne ikke åbne filen." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Programmet \"%1\" kunne ikke startes." @@ -4145,73 +4138,68 @@ msgstr "" "er blevet ændret.\n" "Vil du uploade ændringerne?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Åbner eksterne filer, overvåger ændringer, spørger om upload" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 KFM-/Konqueror-udviklerne" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Behandl URL'er som lokale filer og slet dem efterfølgende" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Foreslået filnavn til den downloadede fil" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Kommando der skal køres" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL'er eller lokale filer som bruges til \"kommando\"" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Sætter ACL for %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4220,7 +4208,7 @@ msgstr "" "Kunne ikke ændre rettigheder for\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4230,118 +4218,38 @@ msgstr "" "Kunne ikke ændre ejer og gruppe for\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Kunne ikke omdøbe midlertidig fil" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Kunne ikke finde programmet \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Kunne ikke finde programmet \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Ændr filrettigheder" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nye rettigheder: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Ændr filejer" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Ny ejer: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Fjern fil" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Fjern mappe" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Opret mappe" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Mapperettigheder: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Åbn fil" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Åbn mappe" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nyt filnavn: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Mål: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ændr tidsstempel" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Fra: %1, Til: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ukendt handling" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Handling: %1\n" -"Kilde: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Kan ikke kopiere fil fra %1 til %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Intet medie i enheden for %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Kunne ikke få user-id for det givne brugernavn %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Kunne ikke få gruppe-id for det givne gruppenavn %1" @@ -4383,34 +4291,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Du skal angive et brugernavn og en adgangskode for at få adgang til denne " "side." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Side:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Loggede på OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Kunne ikke logge på %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4419,7 +4327,7 @@ msgstr "" "\n" "Serveren sagde: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4428,12 +4336,12 @@ msgstr "" "Du må angive et brugernavn og en adgangskode for proxy-serveren angivet " "nedenfor før du får lov til at få adgang til nogen sider." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy-godkendelse mislykkedes." @@ -4485,101 +4393,101 @@ msgid "" msgstr "Vil du gerne acceptere dette certifikat altid uden at blive spurgt?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Servergodkendelse" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Ellers ville forespørgslen være lykkedes." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hent egenskabsværdier" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "sæt egenskabsværdier" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "opret den anmodede mappe" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiér den angivne fil eller mappe" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "flyt den angivne fil eller mappe" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "søg i den angivne mappe" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "lås den angivne fil eller mappe" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "lås den angivne fil eller mappe op" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "slet den angivne fil eller mappe" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "forespørg om serverens muligheder" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "hent indholdet af den angivne fil eller mappe" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "kør en rapport i den angivne mappe" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "En uventet fejl (%1) opstod ved forsøg på at %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4589,13 +4497,13 @@ msgstr "" "Der opstod en fejl under forsøg på %1, %2. Et sammendrag af grundene er " "nedenfor." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Adgang blev nægtet ved forsøg på %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4604,7 +4512,7 @@ msgstr "" "En ressource kan ikke oprettes ved målet før en eller flere mellemsamlinger " "(mapper) er blevet oprettet." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4619,28 +4527,28 @@ msgstr "" " du samtidig bad om at filer ikke skal overskrives.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Det forespurgte lås kunne ikke oprettes. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Serveren understøtter ikke forespørgselstypen af denne type." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Kan ikke %1 da ressourcen er låst." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Denne handling blev forhindret af en anden fejl." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4648,7 +4556,7 @@ msgid "" "folder." msgstr "Kan ikke %1 da målserveren nægter at acceptere filen eller mappen." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4657,18 +4565,18 @@ msgstr "" "Målressourcen har ikke tilstrækkelig med plads til at optage ressourcens " "tilstand efter udførsel af denne metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ressourcen kan ikke slettes." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "upload %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4679,15 +4587,15 @@ msgstr "En uventet fejl (%1) opstod ved forsøg på at %2." msgid "Network" msgstr "Netværk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Forkert URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4700,12 +4608,12 @@ msgstr "" "bruge genskabelsesfunktionen igen, eller trække elementet et andet sted hen " "for at genskabe det." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ugyldig kombination af protokoller." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Denne fil er allerede i papirkurven." @@ -4741,7 +4649,7 @@ msgstr "Tøm indholdet af papirkurven" msgid "Restore a trashed file to its original location" msgstr "Gendan en fil fra papirkurv til dens oprindelige placering" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Papirskurven er fuld. Tøm den eller fjern elementer manuelt." @@ -4762,17 +4670,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Prøv igen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Autentificeringsdialog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Adgang nægtet" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Du har måske ikke rettigheder til adgang til %1-protokollen." @@ -4881,41 +4789,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Forventet tjeksum (MD5, SHA1, SHA256 eller SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klik for indsætte tjeksummen fra udklipsholderen i input-feltet." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4925,9 +4833,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Beregn" @@ -4936,135 +4844,222 @@ msgstr "Beregn" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klik for at kopiere tjeksummen til udklipsholderen." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Annullér" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Flyt hertil" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Download her" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiér hertil" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Link hertil" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Start" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Hvad vil du gøre med denne fil?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Spørg ikke igen" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Å&bn" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Kør" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Å&bn med %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Fortryd ændringer" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Hvad vil du gøre med denne fil?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "At fortryde denne operation kræver root-privilegier. Vil du fortsætte?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Opretter mappe" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Kilde" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destination" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopierer" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Flytter" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Omdøber" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Flyt til papirkurv" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Sletter" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "F&ortryd" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "F&ortryd: Kopiér" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "F&ortryd: Link" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "F&ortryd: Flyt" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "F&ortryd: Omdøb" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "F&ortryd: Flyt til papirkurv" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "F&ortryd: Opret mappe" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "F&ortryd: Opret mapper" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "F&ortryd: Opret fil" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "F&ortryd: Masseomdøbning" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Gentag" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "F&ortryd: Kopiér" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "F&ortryd: Link" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Gentag: Flyt" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "F&ortryd: Omdøb" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "F&ortryd: Flyt til papirkurv" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "F&ortryd: Opret mappe" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "F&ortryd: Opret mapper" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "F&ortryd: Opret fil" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "F&ortryd: Masseomdøbning" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5077,12 +5072,12 @@ msgstr "" "Fortrydelse af kopiering vil slette filen, og alle ændringer vil være tabt.\n" "Er du sikker på at du vil slette %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Bekræft fortrydelse af filkopiering" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5094,21 +5089,22 @@ msgstr "" "filename>Denne handling kan ikke fortrydes." "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Slet permanent" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Slet permanent" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5124,7 +5120,7 @@ msgstr[1] "" "Vil du virkelig slette disse %1 elementer permanent?Denne handling kan ikke fortrydes." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5134,13 +5130,13 @@ msgstr "" "Vil du slette alle elementer i papirkurven permanent?Denne handling kan ikke fortrydes." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tøm papirkurv" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5149,7 +5145,7 @@ msgid "" msgstr "" "Vil du flytte dette element til papirkurven?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5234,7 +5230,7 @@ msgstr "Ejer" msgid "Owning Group" msgstr "Ejergruppe" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Andre" @@ -5307,106 +5303,113 @@ msgstr "Opdaterer systemkonfiguration" msgid "Updating system configuration…" msgstr "Opdaterer systemkonfiguration..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Navn" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Størrelse" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dato" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Rettigheder" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Ejer" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Åbn &med %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "H&andlinger" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Åbn mappe med..." -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Åbn med..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Kør" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Åbn mappe med %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Å&bn med %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Åbn mappe med" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Å&bn med" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Andet program..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5414,113 +5417,134 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elementer" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ukendt" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stop" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Undersøg i FileLight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Monteret fra:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ledig plads:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Indhold:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Åbn med:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ændr..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Placering:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Størrelse:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ændr..." +msgid "Determine the folder size" +msgstr "Bestem mappestørrelsen" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Indhold:" +msgid "Stop" +msgstr "Stop" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stop med at bestemme mappestørrelsen" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Undersøg i FileLight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Peger på:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Ændret:" +msgid "Show target" +msgstr "Vis mål" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Oprettet:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Filsystem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Ukendt størrelse" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Monteret på:" +msgid "Modified:" +msgstr "Ændret:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Brugt:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Åbn med:" +msgid "File system:" +msgstr "Filsystemer:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Monteret på:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Monteret fra:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ledig plads:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Ukendt størrelse" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5815,10 +5839,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Indskriv beskrivelsen af dette program her, baseret på dets brug. Eksempel: " "et opkaldsprogram (KPPP) ville være \"Opkaldsredskab\"." @@ -5826,15 +5853,22 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Beskrivelse:" +msgid "&Generic name:" +msgstr "&Generisk navn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Indskriv enhver kommentar du mener er nyttig her." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Indskriv beskrivelsen af dette program her, baseret på dets brug. Eksempel: " +"et opkaldsprogram (KPPP) ville være \"Opkaldsredskab\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5844,8 +5878,9 @@ msgstr "Komm&entar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Miljøvariabler:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6046,7 +6081,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Del" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6056,36 +6091,57 @@ msgstr "" "Kunne ikke gemme egenskaber grundet manglende skriveadgang: " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Generelt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Angiv filnavn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Undersøg i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Genopfrisk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Kan ikke overføre %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ukendt størrelse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6094,138 +6150,144 @@ msgstr "" "Beregner... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fil" msgstr[1] "%1 filer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 undermappe" msgstr[1] "%1 undermapper" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Beregner...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Mindst %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Det nye filnavn er tomt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Ingen registrerede filtyper" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ingen associeret applikation" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Opret..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Ændr..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Skift standardprogrammet for at åbne filer af typen \"%1\":" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ingen adgang" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Kan kun se" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Kan se og ændre" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Kan kun se indhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan se og ændre indhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Kan se/læse indhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan se/læse og ændre/skrive" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Rettigheder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Adgangsrettigheder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Denne file er et link og har ingen rettigheder." msgstr[1] "Alle filer er links og har ingen rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Kun ejeren kan ændre rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "E&jer:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Angiver de handlinger som ejeren har lov til at udføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Angiver de handlinger som medlemmer af gruppen har lov til at udføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Andre:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6234,27 +6296,27 @@ msgstr "" "Angiver de handlinger som alle brugere, som hverken er ejere eller i gruppen " "har lov til at udføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Kun e&jeren kan slette eller omdøber indholdet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Aktivér at &køre filen som et program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Slet eller omdøb:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Kør:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6265,7 +6327,7 @@ msgstr "" "indeholdte filer og mapper. Andre brugere kan kun tilføje nye filer, hvilket " "kræver \"Ændr indhold\"-rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6274,42 +6336,42 @@ msgstr "" "Aktivér dette for at markere filen som kørbar. Dette giver kun mening for " "programmer og scripts. Det er påkrævet hvis du vil køre dem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "A&vancerede rettigheder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Ejerskab" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Bruger:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Anvend ændringer på alle undermapper og deres indhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Avancerede rettigheder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6318,22 +6380,22 @@ msgstr "" "Vis\n" "indgange" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Dette flag tillader visning af indholdet af mappen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Læs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Det røde flag tillader visning af indholdet af filen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6342,7 +6404,7 @@ msgstr "" "Skriv\n" "indgange" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6351,43 +6413,43 @@ msgstr "" "Dette flag tillader tilføjelse, navneændring og sletning af filer. Bemærk at " "sletning og navneændring kan begrænses ved brug af klæbrigt flag." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skriv" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Skriveflaget tillader ændring af indholdet af filen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Få tilgang til" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Aktivér dette flag for at tillade at gå ind i mappen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Aktivér dette flag for at tillade at køre filen som et program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6396,7 +6458,7 @@ msgstr "" "Specielt flag. Gyldigt for hele mappen, den nøjagtige betydning af flaget " "kan ses i den højre kolonne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6404,17 +6466,17 @@ msgid "" msgstr "" "Specielt flag. Den nøjagtige betydning af flaget kan ses i højre kolonne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Bruger" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6423,7 +6485,7 @@ msgstr "" "Hvis dette flag er sat, vil ejeren af denne mappe blive ejeren af alle nye " "filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6432,7 +6494,7 @@ msgstr "" "Hvis denne fil er kørbar og flaget er sat, vil den blive kørt med ejerens " "rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6440,7 +6502,7 @@ msgstr "" "Hvis dette flag er sat, vil gruppen for denne mappe blive sat for alle nye " "filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6449,7 +6511,7 @@ msgstr "" "Hvis denne fil er en kørbar fil og flaget er sat, vil den blive kørt med " "gruppens rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6459,7 +6521,7 @@ msgstr "" "kan slette eller omdøbe filer. Ellers er det alle der har skriverettighed " "der kan gøre dette." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6468,89 +6530,80 @@ msgstr "" "Det klæbrige flag for en file ignoreres af Linux, men bruges muligvis på " "visse andre systemer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Sæt UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Sæt GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Klæbrig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varierer (Ingen ændring)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Denne fil bruger avancerede rettigheder" msgstr[1] "Disse filer bruger avancerede rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Denne mappe bruger avancerede rettigheder." msgstr[1] "Disse mapper bruger avancerede rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Disse filer bruger avancerede rettigheder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "T&jeksummer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Beregner..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ugyldig tjeksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Det givne input er ikke en gyldig MD5-, SHA1- eller SHA256-tjeksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Tjeksummerne matcher." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Den beregnede tjeksum og den forventede tjeksum er ens." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6561,30 +6614,48 @@ msgstr "" "Prøv at downloade filen igen.
    Kontakt kilden til filen, hvis " "verifikationen stadig fejler." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Den beregnede tjeksum og den forventede tjeksum er forskellige." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verificerer tjeksum..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Filerne er identiske." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Filerne er forskellige." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Beregner..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6592,27 +6663,27 @@ msgstr "" "Kunne ikke gemme egenskaber. Kun indgange på lokale filsystemer er " "understøttet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Tilføj filtype for %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vælg en eller flere filtyper at tilføje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Kun kørbare filer på lokale filsystemer er understøttet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Avancerede tilvalg for %1" @@ -6713,22 +6784,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Indstil webgenveje..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Åbn fildialog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Filnavn for udklipsholderindhold:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Indsat fil" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Indsæt udklipsholderens indhold..." -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6737,19 +6812,19 @@ msgstr "" "Udklipsholderen er ændret siden du brugte \"indsæt\". Det valgte dataformat " "er ikke gyldigt længere. Kopiér det du vil indsætte igen." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Indsæt én mappe" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Indsæt én fil" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6757,47 +6832,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Indsæt ét element" msgstr[1] "Indsæt %1 elementer" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Indsæt udklipsholderens indhold..." -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Indsæt" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Dataformat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Filnavn for udklipsholderindhold:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Filnavn til indhold som slippes:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dato: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Størrelse: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "An&vend på alle" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6807,47 +6899,50 @@ msgstr "" "Medmindre du trykker på Skip vil du stadig blive spurgt i tilfælde af en " "konflikt med en eksisterende fil i mappen." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Når dette er markeret vil den knap der trykkes på blive anvendt på alle " "efterfølgende konflikter i resten af det aktuelle job." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Omdøb" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Foreslå nyt &navn" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Skip" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Kopiér eller flyt ikke denne mappe, gå til næste element i stedet" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Kopiér eller flyt ikke denne fil, gå til næste element i stedet" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Skri&v ind i" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6860,13 +6955,13 @@ msgstr "" "Du vil blive spurgt igen, i tilfælde af en konflikt med en eksisterende fil " "i mappen." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Overskriv ældre filer" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6875,12 +6970,12 @@ msgstr "" "Destinationsfiler, som har ældre modifikationstider vil blive overskrevet af " "kilden, ellers sprunget over." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Genoptag" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6889,67 +6984,57 @@ msgstr "" "Denne handling ville overskrive \"%1\" med sig selv.\n" "Angiv venligst et nyt filnavn:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "F&ortsæt" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Vil du gerne overskrive destinationen?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Vil du gerne flette indholdet af '%1' ind i '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Kilde" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destination" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Kilden er nyere." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Kilden er ældrere." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Kilden er %1 mindre" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Kilden er %1 større" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Filerne er identiske." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Filerne lader til at være identiske." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Filerne er forskellige." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6958,59 +7043,52 @@ msgstr "" "Filerne er sandsynligvis identiske. De har samme størrelse og deres indhold " "er det samme i begyndelsen, midten og slutningen." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopiér filer" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Et ældre element ved navn \"%1\" findes allerede." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "En lignende fil ved navn \"%1\" findes allerede." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Et nyere element med navnet \"%1\" findes allerede." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Omdøb:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Omdøb element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Omdøb elementer" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Omdøb" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Omdøb elementet %1 til:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nyt navn #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Der findes allerede en fil med navnet %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 er ikke et gyldigt filnavn." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7018,38 +7096,197 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Ændr det %1 valgte element til:" msgstr[1] "Ændr de %1 valgte elementer til:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# vil blive erstattet af faldende tal, begyndende med:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nyt navn #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ugyldigt navn: Det nye navn skal indeholde én sekvens af #, medmindre alle " +"filerne har forskellige udvidelser." + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Ændr det %1 valgte element til:" +msgstr[1] "Ændr de %1 valgte elementer til:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Erstatter:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Mønster" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Åbn med:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Erstatning" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ingen filnavne indeholder mønsteret." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Ændr det %1 valgte element til:" +msgstr[1] "Ændr de %1 valgte elementer til:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Tilføj tekst:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Tekst, der skal tilføjes" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Før filnavn" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Efter filnavn" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Omdøb element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Omdøb elementer" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Omdøb" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Slet eller omdøb:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Optæl" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Erstat tekst" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Tilføj tekst" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Se forhåndsvisning" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 kan ikke omdøbes til et tomt filnavn." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Erstat" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Prøv igen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Erstat alle" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Skip" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Skip alle" @@ -7136,7 +7373,7 @@ msgstr "" "Den eksterne vært sendte ingen SSL-certifikater.\n" "Afbryder da identiteten af værten ikke kan fastslås." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7174,10 +7411,59 @@ msgstr[1] "" "strong='true'>Denne handling kan ikke fortrydes.
    " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Kunne ikke flytte elementet til papirskurven, da det er for stort. Slet det " +"permanent i stedet?%1 Denne handling kan ikke fortrydes." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Kunne ikke flytte dette %1 element til papirskurven, da det er for stort. " +"Slet det permanent i stedet?%1 " +"Denne handling kan ikke fortrydes." +msgstr[1] "" +"Vil du virkelig slette disse %1 elementer permanent?Denne handling kan ikke fortrydes." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7185,15 +7471,24 @@ msgstr "" "permanent i stedet?%1 Denne handling kan ikke fortrydes." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7204,7 +7499,7 @@ msgstr[1] "" "Vil du virkelig slette disse %1 elementer permanent?Denne handling kan ikke fortrydes." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7212,51 +7507,282 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Vil du flytte dette %1 element til papirkurven?" msgstr[1] "Vil du flytte disse %1 elementer til papirkurven?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Spørg ikke igen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Spørg ikke igen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Vis ikke denne besked igen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Modpartens SSL-certifikatkæde lader til at være ødelagt." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Advarsel" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dette vil starte programmet:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" +#~ msgid "Open With:" +#~ msgstr "Åbn med:" + +#~ msgid "File System:" +#~ msgstr "Filsystem:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Kør kørbare filer uden at spørge" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Åbn kørbare filer i standardprogrammet uden at spørge" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Husk for alle kørbare filer" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Du kan fortryde dette i \"Bekræftelser\" i indstillingerne for Dolphin-" +#~ "filhåndtøren" + +#~ msgid "Change Attribute" +#~ msgstr "Ændr attribut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at ændre filattributter. Vil du fortsætte?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at gennemføre kopieringen. Vil du " +#~ "fortsætte?" + +#~ msgid "Delete Files" +#~ msgstr "Slet filer" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at gennemføre sletningen. Dette kan skade " +#~ "dit system. Vil du fortsætte?" + +#~ msgid "Create Folder" +#~ msgstr "Opret mappe" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at oprette denne mappe. Vil du fortsætte?" + +#~ msgid "Move Items" +#~ msgstr "Flyt elementer" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at gennemføre flytningen. Vil du " +#~ "fortsætte?" + +#~ msgid "Rename" +#~ msgstr "Omdøb" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at gennemføre omdøbningen. Vil du " +#~ "fortsætte?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at oprette et symlink. Vil du fortsætte?" + +#~ msgid "Transfer data" +#~ msgstr "Overfør data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Der kræves root-privilegier for at gennemføre overførslen af data. Vil du " +#~ "fortsætte?" + +#~ msgid "Undo Changes" +#~ msgstr "Fortryd ændringer" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "At fortryde denne operation kræver root-privilegier. Vil du fortsætte?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Sætter ACL for %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Ændr filrettigheder" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nye rettigheder: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Ændr filejer" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Ny ejer: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Fjern fil" + +#~ msgid "Remove Directory" +#~ msgstr "Fjern mappe" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Mapperettigheder: %1" + +#~ msgid "Open File" +#~ msgstr "Åbn fil" + +#~ msgid "Open Directory" +#~ msgstr "Åbn mappe" + +#~ msgid "New Filename: %1" +#~ msgstr "Nyt filnavn: %1" + +#~ msgid "Target: %1" +#~ msgstr "Mål: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ændr tidsstempel" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Fra: %1, Til: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ukendt handling" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Handling: %1\n" +#~ "Kilde: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Vis bogmærkeknappen" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fil ændret" + +#~ msgid "&Description:" +#~ msgstr "&Beskrivelse:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Indskriv enhver kommentar du mener er nyttig her." + +#~ msgid "Do not ask again" +#~ msgstr "Spørg ikke igen" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Dette er filteret der skal anvendes på fillisten. Filnavne som ikke " +#~ "matcher filteret, vil ikke blive vist.

    Du kan vælge et af de " +#~ "forvalgtefiltre i drop-ned-menuen eller du kan indtaste et " +#~ "brugerdefineret filter direkte i tekstområdet.

    Trunkeringstegn som " +#~ "* og ? er tilladte.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Mere end én mappe er blevet markeret og denne dialog accepterer ikke " +#~ "mapper, så det er ikke muligt at afgøre hvilken der skal åbnes. Vælg kun " +#~ "én mappe for at liste dens indhold." + +#~ msgid "More than one folder provided" +#~ msgstr "Mere end én mappe angivet" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Mindst én mappe og én fil er blevet valgt. Valgte filer vil blive " +#~ "ignoreret og den valgte mappes indhold vil blive vist" + +#~ msgid "Files and folders selected" +#~ msgstr "Filer og mapper valgt" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Selv om der blev opnået kontakt til serveren, blev et svar ikke modtaget " +#~ "inden for den tid der er afsat til forespørgslen, der er som følger:" +#~ "
    • Tidsudløb for at etablering af forbindelse: %1 sekunder
    • Tidsudløb for modtagelse af svar: %2 sekunder
    • Tidsudløb " +#~ "for adgang til proxyservere: %3 sekunder
    Bemærk at du kan ændre " +#~ "disse tidsudløb-indstillinger i KDE's Systemindstillinger, ved at vælge " +#~ "Netværksindstillinger -> Forbindelsesindstillinger." + #~ msgid "Is &executable" #~ msgstr "&Er kørbar" @@ -8411,9 +8937,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ "Dette er den beregnede mængde diskplads, som vil blive tilladt til " #~ "papirkurven. Dvs. maksimum." -#~ msgid "Show a Warning" -#~ msgstr "Vis advarsel" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Slet de ældste filer fra papirkurv" @@ -8553,10 +9076,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "Space" #~ msgstr "Mellemrum" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standard" - #~ msgid "Modify Web Shortcut" #~ msgstr "Ændr webgenveje" @@ -8936,11 +9455,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Kunne ikke finde et program eller håndtering til %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Indsæt fil" -#~ msgstr[1] "&Indsæt %1 filer" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Indsæt URL" @@ -9051,14 +9565,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "Invalid Directory Name" #~ msgstr "Ugyldigt mappenavn" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Kunne ikke oprette en mappe med navnet %1fordi " -#~ "det er reserveret til brug af operativsystemet." - #~ msgid "File Type Options" #~ msgstr "Indstillinger for filtype" @@ -9096,9 +9602,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "unmounting is not supported by wince." #~ msgstr "afmontering understøttes ikke af wince." -#~ msgid "File name:" -#~ msgstr "Filnavn:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9402,9 +9905,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "Read only" #~ msgstr "Læs-kun" -#~ msgid "File system:" -#~ msgstr "Filsystemer:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Monteringspunkt (/mnt/floppy):" @@ -9914,9 +10414,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ msgid "Do not &close when command exits" #~ msgstr "Luk &ikke når kommando afslutter" -#~ msgid "&Username:" -#~ msgstr "&Brugernavn:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9939,9 +10436,6 @@ msgstr "Hvis du ikke har tillid til dette program, så tryk på Annullér" #~ "Kan ikke starte cookie-håndteringstjenesten.\n" #~ "Du vil ikke kunne håndtere de cookies der er gemt på din computer." -#~ msgid "Open with:" -#~ msgstr "Åbn med:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/de/kio6.po b/local/recipes/kde/kf6-kio/source/po/de/kio6.po index 3347eb26f6..fb91fa300f 100644 --- a/local/recipes/kde/kf6-kio/source/po/de/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/de/kio6.po @@ -1,45 +1,49 @@ -# SPDX-FileCopyrightText: 2010, 2023, 2024 Johannes Obermayr -# Thomas Diehl , 2002, 2003, 2004, 2005. -# Stephan Johach , 2005, 2006. -# Thomas Reitelbach , 2005, 2006, 2007, 2008, 2009. -# Burkhard Lück , 2006, 2007, 2008, 2009, 2011, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021. -# Stephan Johach , 2006. -# Frederik Schwarzer , 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2020, 2021, 2022, 2023. -# Panagiotis Papadopoulos , 2011. -# Kai Uwe Broulik , 2021. -# Frank Steinmetzger , 2021. -# SPDX-FileCopyrightText: 2024 Flori G +# SPDX-FileCopyrightText: 2002-2005 Thomas Diehl +# SPDX-FileCopyrightText: 2005-2006 Stephan Johach +# SPDX-FileCopyrightText: 2005-2009 Thomas Reitelbach +# SPDX-FileCopyrightText: 2006 Stephan Johach +# SPDX-FileCopyrightText: 2006-2009, 2011, 2013, 2015-2021 Burkhard Lück +# SPDX-FileCopyrightText: 2010, 2023-2025 Johannes Obermayr +# SPDX-FileCopyrightText: 2010-2013, 2015-2018, 2020-2023 Frederik Schwarzer +# SPDX-FileCopyrightText: 2011 Panagiotis Papadopoulos +# SPDX-FileCopyrightText: 2021 Frank Steinmetzger +# SPDX-FileCopyrightText: 2021 Kai Uwe Broulik +# SPDX-FileCopyrightText: 2024-2025 Flori G +# SPDX-FileCopyrightText: 2025 Alois Spitzbart +# SPDX-FileCopyrightText: 2025 Oliver Schramm +# SPDX-FileCopyrightText: 2025-2026 Alexander Becker +# SPDX-FileCopyrightText: 2025-2026 Philipp Kiemle msgid "" msgstr "" "Project-Id-Version: kio6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-28 23:16+0100\n" -"Last-Translator: Johannes Obermayr \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-02 20:23+0200\n" +"Last-Translator: Philipp Kiemle \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 25.03.70\n" +"X-Generator: Lokalize 26.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Deutsches KDE-Übersetzerteam,Thomas Diehl,Thomas Reitelbach" +msgstr "Deutsches KDE-Übersetzungsteam" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "kde-i18n-de@kde.org,thd@kde.org,tr@erdfunkstelle.de" +msgstr "kde-i18n-de@kde.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Der Eigentümer der Datei %1 kann nicht geändert werden" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,12 +52,12 @@ msgstr "" "Der Eigentümer der Datei %1 lässt sich nicht ändern. " "Vermutlich reichen Ihre Zugriffsrechte nicht aus." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Erstellung des Ein-/Ausgabemoduls nicht möglich: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -65,7 +69,7 @@ msgstr "" "Symbolische Verknüpfung „%1“ kann nicht erstellt werden.\n" "Das Zieldateisystem (%2) unterstützt keine symbolischen Verknüpfungen." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +84,7 @@ msgstr "" "Wenn Sie „Ersetzen“ wählen, werden verbotene Zeichen im Ordnernamen am Ziel " "durch einen Unterstrich ersetzt." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -95,23 +99,23 @@ msgstr "" "Wenn Sie „Ersetzen“ wählen, werden verbotene Zeichen im Dateinamen am Ziel " "durch einen Unterstrich ersetzt." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Ordner existiert bereits" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Datei existiert bereits" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Existiert bereits als Ordner" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Papierkorb" @@ -206,206 +210,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Verschiebevorgang" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Quelle" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Ziel" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Umbenennen" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiervorgang" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Ordnererstellung" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Ordner" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Löschvorgang" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datei" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Prüfung" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Übertragungsvorgang" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Laufwerk wird eingebunden" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Gerät" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Einhängepunkt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Aushängen" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Attribut ändern" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Zum Ändern von Datei-Attributen sind Rechte als Systemverwalter " -"erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Dateien kopieren" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Zum Fertigstellen des Kopiervorgangs sind Rechte als Systemverwalter " -"erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dateien löschen" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Zum Fertigstellen des Löschvorgangs sind Rechte als Systemverwalter " -"erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Ordner erstellen" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Zum Erstellen diese Ordners sind Rechte als Systemverwalter erforderlich. " -"Möchten Sie fortfahren?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Elemente verschieben" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Zum Fertigstellen des Verschiebevorgangs sind Rechte als Systemverwalter " -"erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Umbenennen" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Zum Fertigstellen des Umbenennens sind Rechte als Systemverwalter " -"erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Symbolische Verknüpfung erstellen" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Um eine symbolische Verknüpfung zu erstellen, sind Rechte als " -"Systemverwalter erforderlich. Möchten Sie fortfahren?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Daten übertragen" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Zum Fertigstellen des Datenübertragung sind Rechte als Systemverwalter " -"erforderlich Möchten Sie fortfahren?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -839,6 +733,12 @@ msgstr "Datei ist zu groß für den Papierkorb." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Für diesen Speicherort konnte kein Papierkorb gefunden oder erstellt werden." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -848,65 +748,65 @@ msgstr "" "%2\n" "Bitte senden Sie einen ausführlichen Problembericht an https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(unbekannt)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technische Ursache: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Details der Anfrage:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • Adresse: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokoll: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datum und Zeit: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Zusätzliche Informationen: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mögliche Ursachen:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mögliche Lösungen:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(unbekannt)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -915,17 +815,17 @@ msgstr "" "Wenn Sie zusätzliche Hilfe benötigen, nehmen Sie Kontakt mit der " "Systemverwaltung oder einer technischen Unterstützungsgruppe auf." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Wenden Sie sich an die Systemverwaltung, wenn Sie Hilfe benötigen." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Überprüfen Sie bitte Ihre Zugriffsrechte für diese Ressource." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -934,7 +834,7 @@ msgstr "" "Ihre Zugriffsrechte für die Ressource reichen möglicherweise nicht aus, um " "diese Aktion durchzuführen." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -942,7 +842,7 @@ msgstr "" "Die Datei wird möglicherweise von einem anderen Programm verwendet und ist " "deshalb gesperrt." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -951,19 +851,19 @@ msgstr "" "Vergewissern Sie sich, dass kein anderes Programm / kein anderer Benutzer " "die Datei verwendet oder diese gesperrt hat." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Es ist zwar nicht sehr wahrscheinlich, aber vielleicht liegt ein " "Hardwareproblem vor." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Sie haben eventuell einen Programmfehler entdeckt." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -972,7 +872,7 @@ msgstr "" "Das Problem wurde wahrscheinlich durch einen Programmfehler verursacht. " "Bitte senden Sie uns einen kompletten Problembericht wie unten angegeben." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -982,7 +882,7 @@ msgstr "" "verwenden. Ihre Linux/Unix-Distribution sollte die Möglichkeit solcher " "Aktualisierungen anbieten. " -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1004,12 +904,12 @@ msgstr "" "Ihren Bericht ein sowie alle anderen Fakten, die zum Reproduzieren des " "Problems beitragen könnten." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Es liegt möglicherweise ein Problem mit Ihrer Netzverbindung vor." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1019,7 +919,7 @@ msgstr "" "Falls Sie in letzter Zeit Zugriff auf das Internet hatten, ist das " "allerdings unwahrscheinlich." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1028,49 +928,49 @@ msgstr "" "Es ist möglicherweise ein Problem an irgendeinem Punkt der Strecke zwischen " "dem Server und Ihrem Rechner aufgetreten." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" "Versuchen Sie es bitte jetzt oder zu einem späteren Zeitpunkt noch einmal." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" "Es ist möglicherweise ein Protokollfehler oder ein Kompatibilitätsproblem " "aufgetreten." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" "Stellen Sie bitte sicher, dass die Ressource existiert und versuchen Sie es " "dann erneut." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Die angegebene Ressource scheint nicht zu existieren." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Bitte überprüfen Sie die Schreibung der Adresse und versuchen Sie es noch " "einmal." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Überprüfen Sie bitte den Status Ihrer Netzwerkverbindung." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Die Datenquelle erlaubt keinen Lesezugriff." -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, could not be written to as " @@ -1101,17 +1001,17 @@ msgstr "" "Das bedeutet, dass die Datei %1 nicht geschrieben werden " "kann, da keine ausreichenden Zugriffsrechte dafür vorhanden sind." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Der Prozess für das Protokoll %1 kann nicht gestartet werden." -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Prozess kann nicht gestartet werden" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ermöglicht, wurde nicht gefunden oder lässt sich nicht " "starten. Dafür gibt es vermutlich technische Gründe." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1134,12 +1034,12 @@ msgstr "" "könnte die Ursache dafür sein, dass auch das Programm nicht kompatibel mit " "der aktuellen Version ist und deshalb nicht startet." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Interner Fehler" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ermöglicht, hat einen internen Fehler gemeldet." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Ungültiges Adressformat (URL)" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokoll://benutzer:passwort@www.beispiel.org:port/" "ordner/dateiname.erweiterung?abfrage=wert" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nicht unterstütztes Protokoll: %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1182,12 +1082,12 @@ msgstr "" "Das Protokoll %1 wird nicht von den KDE-Programmen " "unterstützt, die sich im Moment auf diesem Rechner befinden." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Das angeforderte Protokoll wird möglicherweise nicht unterstützt." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1196,7 +1096,7 @@ msgstr "" "Die Versionen des Protokolls %1, die von Ihrem Rechner und dem Server " "unterstützt werden, sind möglicherweise nicht kompatibel miteinander." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1205,20 +1105,20 @@ msgid "" msgstr "" "Sie können eine Internetsuche nach einem Softwaremodul (englische " "Bezeichnung: „KIO worker“) mit Unterstützung dieses Protokolls starten. Ein " -"Ort zum Suchen ist z. B. https://store." +"Ort zum Suchen ist z. B. https://store." "kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Die Adresse verweist nicht auf eine Ressource." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Es handelt sich um ein Filterprotokoll." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LLocator), die Sie eingegeben haben, entspricht keiner " "konkreten Ressource." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1241,12 +1141,12 @@ msgstr "" "Allerdings handelt es sich hier nicht um eine solche Situation. Dies ist ein " "seltenes Vorkommnis und zeigt wahrscheinlich einen Programmierfehler an." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nicht unterstützte Aktion: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1255,7 +1155,7 @@ msgstr "" "Die angeforderte Aktion wird nicht von dem KDE-Programm unterstützt, das das " "Protokoll %1 zur Verfügung stellt." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1266,19 +1166,19 @@ msgstr "" "Die zusätzliche Information sollte mehr Aufschluss geben als die zum Ein/" "Ausgabe-System." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" "Versuchen Sie, auf einem anderen Weg zu einem entsprechenden Resultat zu " "kommen." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Datei erwartet" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1287,17 +1187,17 @@ msgstr "" "Die Anfrage hat eine Datei erwartet, es wurde aber der Ordner %1 zurückgeliefert." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Es handelt sich möglicherweise um einen Fehler aufseiten des Servers." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Es wird ein Ordner erwartet." -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1306,17 +1206,17 @@ msgstr "" "Die Anfrage hat einen Ordner erwartet, es wurde aber die Datei %1 zurückgeliefert." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Datei oder Ordner existiert nicht" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Die Datei oder der Ordner %1 existiert nicht." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1325,24 +1225,24 @@ msgstr "" "Die gewünschte Datei kann nicht erstellt werden, da eine Datei dieses Namens " "bereits existiert." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Räumen Sie bitte die betreffende Datei beiseite und versuchen Sie es dann " "erneut." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Löschen Sie die aktuelle Datei und versuchen Sie es dann erneut." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Bitte wählen Sie einen anderen Dateinamen." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1351,29 +1251,29 @@ msgstr "" "Der gewünschte Ordner lässt sich nicht erstellen, da ein Ordner dieses " "Namens bereits existiert." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Räumen Sie bitte den betreffenden Ordner beiseite und versuchen Sie es dann " "erneut." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Löschen Sie den aktuellen Ordner und versuchen Sie es dann erneut." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Bitte wählen Sie einen anderen Namen für den neuen Ordner." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Unbekannter Rechner" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1382,7 +1282,7 @@ msgstr "" "Der Fehler „Unbekannter Rechner“ besagt, dass ein Server namens %1 im Internet gegenwärtig nicht auffindbar ist." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1390,29 +1290,29 @@ msgstr "" "Der von Ihnen angegebene Name „%1“ existiert nicht. Vielleicht handelt es " "sich um einen Tippfehler." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Zugriff verweigert" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Zugriff auf die Ressource wurde verweigert, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Sie haben entweder inkorrekte oder unvollständige Daten für die " "Authentifizierung angegeben." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Sie haben möglicherweise keine ausreichende Zugriffsberechtigung." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1421,12 +1321,12 @@ msgstr "" "Wiederholen Sie die Anfrage und vergewissern Sie sich, dass die Anmeldedaten " "korrekt eingegeben wurden." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Schreibzugriff verweigert" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1435,12 +1335,12 @@ msgstr "" "Das bedeutet, dass ein Versuch zum Schreiben der Datei %1 " "zurückgewiesen wurde." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Öffnen des Ordners nicht möglich" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1449,17 +1349,17 @@ msgstr "" "Das bedeutet, dass ein Versuch zum Öffnen des Ordners %1 " "zurückgewiesen wurde." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Auflisten des Ordnerinhalts nicht möglich" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokoll %1 ist kein Dateisystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1470,12 +1370,12 @@ msgstr "" "Inhalt des Ordners erfordert, aber das KDE-Programm für dieses Protokoll " "eine solche Zugriffsmöglichkeit nicht besitzt." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Es liegt eine auf sich selbst verweisende Verknüpfung vor" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1483,13 +1383,12 @@ msgid "" "an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " "itself." msgstr "" -"Unix-Umgebungen sind normalerweise imstande, separate Dateien oder Ordner " -"(über so genannte „Links“) miteinander zu verknüpfen. KDE hat eine " -"Verknüpfung oder eine Serie solcher Verknüpfungen entdeckt, die eine " -"Endlosschleife bilden, d. h. die Datei wurde vermutlich aus Versehen mit " -"sich selbst verknüpft." +"In Unix-Umgebungen ist es normalerweise möglich, Dateien oder Ordner mit " +"einzelnen Namen oder Orten zu verknüpfen. KDE hat eine Verknüpfung oder eine " +"Reihe solcher Verknüpfungen entdeckt, die eine Endlosschleife bilden, d. h. " +"die Datei wurde vermutlich aus Versehen mit sich selbst verknüpft." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1498,28 +1397,28 @@ msgstr "" "Löschen Sie einen Teil der Endlosschleife und versuchen Sie es dann noch " "einmal." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Anfrage durch Benutzer abgebrochen" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Die Anfrage wurde abgebrochen und daher nicht ausgeführt." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Anfrage wiederholen." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" "Beim Kopieren wurde eine auf sich selbst verweisende Verknüpfung festgestellt" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1527,23 +1426,23 @@ msgid "" "link or series of links that results in an infinite loop - i.e. the file was " "(perhaps in a roundabout way) linked to itself." msgstr "" -"Unix-Umgebungen sind normalerweise imstande, separate Dateien oder Ordner " -"(über so genannte „Links“) miteinander zu verknüpfen. Während des " -"angeforderten Kopiervorgangs hat KDE eine Verknüpfung oder eine Serie " -"solcher Verknüpfungen entdeckt, die eine Endlosschleife bilden, d. h. die " -"Datei wurde vermutlich aus Versehen mit sich selbst verknüpft." +"In Unix-Umgebungen ist es normalerweise möglich, Dateien oder Ordner mit " +"einzelnen Namen oder Orten zu verknüpfen. Während des angeforderten " +"Kopiervorgangs hat KDE eine Verknüpfung oder eine Reihe solcher " +"Verknüpfungen entdeckt, die eine Endlosschleife bilden, d. h. die Datei " +"wurde vermutlich aus Versehen mit sich selbst verknüpft." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Aufbau einer Netzwerkverbindung ist nicht möglich" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Socket lässt sich nicht erstellen" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1553,8 +1452,8 @@ msgstr "" "Netzwerkkommunikation erforderlich ist (so genanntes „Socket“), nicht " "ansprechbar ist." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1563,12 +1462,12 @@ msgstr "" "Die Netzwerkverbindung ist eventuell nicht korrekt eingerichtet oder die " "Netzwerkkarte wurde nicht aktiviert." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Verbindungsaufbau vom Server abgelehnt" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1576,7 +1475,7 @@ msgid "" msgstr "" "Server %1 lehnt eine Verbindung mit diesem Rechner ab." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1585,7 +1484,7 @@ msgstr "" "Der Server ist zwar mit dem Internet verbunden, ist aber vielleicht nicht " "für die Entgegennahme von Anfragen eingerichtet." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1594,7 +1493,7 @@ msgstr "" "Der Server ist zwar mit dem Internet verbunden, stellt aber vielleicht den " "angeforderten Dienst nicht zur Verfügung (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1605,12 +1504,12 @@ msgstr "" "Ihr eigenes Netzwerk oder das Netzwerk des Fremdrechners abschirmt, hat " "vermutlich Ihre Anfrage abgelehnt." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Verbindung mit Server wurde unerwartet beendet" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1619,7 +1518,7 @@ msgstr "" "Obwohl die Verbindung zu %1 aufgebaut werden konnte, wurde " "sie zu einem unerwarteten Zeitpunkt der Kommunikation geschlossen." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1628,17 +1527,17 @@ msgstr "" "Es ist vermutlich ein Protokollfehler aufgetreten, der zum Abbruch der " "Verbindung geführt hat." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ungültige Adresse (URL)" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 ist kein Filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1663,17 +1562,17 @@ msgstr "" "Allerdings handelt es sich hier nicht um ein solches Protokoll. Dies ist ein " "seltenes Vorkommnis und zeigt wahrscheinlich einen Programmierfehler an." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Initialisierung des Ein-/Ausgabe-Geräts nicht möglich" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Das Gerät kann nicht eingehängt werden" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1682,7 +1581,7 @@ msgstr "" "Das angesprochene Gerät lässt sich nicht einhängen. Die Fehlermeldung " "lautet: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1690,10 +1589,10 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" "Das Gerät ist eventuell nicht betriebsbereit. Vielleicht enthält es kein " -"Medium (z. B. keine CD bei einem CD-ROM-Laufwerk), oder es ist nicht korrekt " +"Medium (z. B. keine CD bei einem CD-ROM-Laufwerk), oder es ist nicht korrekt " "angeschlossen." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1704,7 +1603,7 @@ msgstr "" "initialisieren (zu „mounten“). Oft sind dazu die Rechte des Systemverwalters " "erforderlich." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1714,17 +1613,17 @@ msgstr "" "müssen ein Medium enthalten und tragbare Geräte müssen angeschlossen und " "eingeschaltet sein. Versuchen Sie es anschließend erneut." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Deinitialisierung des Ein-/Ausgabe-Geräts nicht möglich" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Das Gerät kann nicht ausgehängt werden" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1733,7 +1632,7 @@ msgstr "" "Das Aushängen des Geräts ist nicht möglich. Die Fehlermeldung lautet: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1744,7 +1643,7 @@ msgstr "" "anderen Programm verwendet. Auch ein Browser-Fenster, das einen Ordner auf " "dem Gerät anzeigt, kann als „Benutzung“ interpretiert werden." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1755,19 +1654,19 @@ msgstr "" "des Geräts zu beenden (es zu „unmounten“). Oft sind dazu die Rechte des " "Systemverwalters erforderlich." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Vergewissern Sie sich, dass keine Programme auf das Gerät zugreifen und " "versuchen Sie es dann erneut." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Lesen der Datenquelle nicht möglich" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1776,17 +1675,17 @@ msgstr "" "Das bedeutet: Es kann zwar auf die Datenquelle %1 " "zugegriffen werden, aber beim Lesen des Inhalts ist ein Fehler aufgetreten." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Sie haben eventuell keine Leseberechtigung." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Schreiben in Ressource nicht möglich" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1795,22 +1694,22 @@ msgstr "" "Das bedeutet: Die Datenquelle kann zwar %1 geöffnet werden, " "aber beim Schreiben ist ein Fehler aufgetreten." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Sie haben eventuell keine Schreibberechtigung." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Überprüfen von Netzwerkverbindungen nicht möglich" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Zuordnung nicht möglich" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1821,17 +1720,17 @@ msgstr "" "Netzwerkkommunikation erforderlich ist (so genanntes „Socket“), für " "eingehende Anfragen nicht ansprechbar ist." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Abfrage nicht möglich" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Aufbau einer Netzwerkverbindung kann nicht akzeptiert werden." -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1840,18 +1739,18 @@ msgstr "" "Es handelt sich um ein technisches Problem, bei dem während einer " "eingehenden Anfrage für eine Netzwerkverbindung ein Fehler aufgetreten ist." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" "Sie haben keine ausreichenden Berechtigungen zum Akzeptieren der Verbindung." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Anmeldung bei %1 nicht möglich" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1859,17 +1758,17 @@ msgstr "" "Ein Versuch zur Anmeldung ist fehlgeschlagen. Aktion kann nicht ausgeführt " "werden." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Status der Ressource lässt sich nicht ermitteln" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Status der Ressource lässt sich nicht ermitteln" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1879,70 +1778,70 @@ msgstr "" "fehlgeschlagen. Daten wie Name, Typ, Größe usw. lassen sich damit nicht " "feststellen." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Die angegebene Datenquelle existiert nicht oder ist nicht lesbar." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Auflistung kann nicht abgebrochen werden" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Keine Dokumentation vorhanden" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ordner lässt sich nicht erstellen" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Das Erstellen des Ordners ist fehlgeschlagen." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Die vorgesehene Position für den Ordner scheint nicht zu existieren." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ordner lässt sich nicht löschen" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Der Ordner %1 lässt sich nicht löschen." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Der angegebene Ordner scheint nicht zu existieren." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Der angegebene Ordner ist möglicherweise nicht leer." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Vergewissern Sie sich, dass der Ordner existiert und leer ist. Versuchen Sie " "es dann erneut." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Dateiübertragung kann nicht fortgesetzt werden" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1952,37 +1851,37 @@ msgstr "" "strong> an einem bestimmten Punkt fortgesetzt werden sollte. Dies ist nicht " "möglich." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Das Protokoll oder der Server unterstützt die Fortsetzung von " "Dateiübertragungen nicht." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "Anfrage wiederholen, ohne eine Fortsetzung der Übertragung zu versuchen." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ressource lässt sich nicht umbenennen" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Ein Versuch, die Ressource %1 umzubenennen, ist " "fehlgeschlagen." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Berechtigungen können nicht geändert werden" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 ist " "fehlgeschlagen." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Der Eigentümer kann nicht geändert werden" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 ist " "fehlgeschlagen." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Löschen nicht möglich" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Ein Versuch zur Löschung von %1 ist fehlgeschlagen." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Das Programm wurde unerwartet beendet" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ermöglicht, wurde unerwartet beendet." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nicht genügend Speicher" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 ermöglicht, verfügt nicht über genügend Speicher, um den Vorgang " "fortzusetzen." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Unbekannter Proxy-Server" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2104,17 +2003,17 @@ msgstr "" "\"https://bugs.kde.org/\">https://bugs.kde.org/, um das KDE-Team über " "die nicht unterstützte Authentifizierungsmethode zu informieren." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Anfrage abgebrochen" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interner Server-Fehler" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2123,7 +2022,7 @@ msgstr "" "Das Programm auf Ihrem Rechner, das Zugriff auf das Protokoll %1 ermöglicht, hat einen internen Fehler gemeldet: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2132,12 +2031,12 @@ msgstr "" "Ursache dafür ist wahrscheinlich ein Programmierfehler im Serverprogramm. " "Bitte senden Sie uns einen kompletten Problembericht wie unten angegeben." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Bitte teilen Sie das Problem der Systemverwaltung mit." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2146,42 +2045,31 @@ msgstr "" "Wenn Sie die Autoren des Serverprogramms ermitteln können, senden Sie ihnen " "bitte einen Problembericht." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Zeitüberschreitung" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Es bestand zwar Kontakt mit dem Server, es wurde aber keine Antwort " -"innerhalb des Zeitraums empfangen, der für eine Reaktion vorgesehen ist:" -"
    • Zeitüberschreitung beim Herstellen einer Verbindung nach: %1 " -"Sekunden
    • Zeitüberschreitung für die Entgegennahme einer Antwort " -"nach: %2 Sekunden
    • Zeitüberschreitung für Zugriff auf Proxy-Server " -"nach: %3 Sekunden
    Bitte beachten Sie, dass Sie diese Zeitangaben " -"in den KDE-Systemeinstellungen ändern können und zwar im Modul " -"„Netzwerkeinstellungen -> Verbindungseinstellungen“." +"Obwohl der Server erfolgreich kontaktiert wurde, kam innerhalb der " +"festgelegten Zeit keine Antwort." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Der Server ist bereits mit anderen Anfragen ausgelastet." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Unbekannter Fehler" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ermöglicht, hat einen unbekannten Fehler gemeldet: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Unterbrechung aus unbekanntem Grund" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ermöglicht, hat eine Unterbrechung unbekannten Typs gemeldet: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Originaldatei kann nicht gelöscht werden" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2220,12 +2108,12 @@ msgstr "" "wahrscheinlich als Abschluss einer Dateiverschiebung. Die Originaldatei " "%1 lässt sich jedoch nicht löschen." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Temporäre Datei lässt sich nicht löschen" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2236,12 +2124,12 @@ msgstr "" "Zwischenspeicherung während des Herunterladens. Diese temporäre Datei namens " "%1 kann nicht gelöscht werden." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ursprüngliche Datei kann nicht umbenannt werden" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2250,12 +2138,12 @@ msgstr "" "Der Vorgang erfordert die Umbenennung der ursprünglichen Datei %1. Diese kann aber nicht umbenannt werden." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Temporäre Datei kann nicht umbenannt werden" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2264,32 +2152,32 @@ msgstr "" "Die Aktion erfordert das Anlegen einer temporären Datei namens %1. Sie lässt sich aber nicht erstellen." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Verknüpfung kann nicht erstellt werden" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Symbolische Verknüpfung kann nicht erstellt werden" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Die symbolische Verknüpfung %1 kann nicht erstellt werden." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Kein Inhalt" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Medium ist voll" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2298,7 +2186,7 @@ msgstr "" "Die Datei %1 lässt sich nicht schreiben. Es ist nicht genug " "Platz auf dem Medium verfügbar." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2306,15 +2194,15 @@ msgid "" "3) obtain more storage capacity." msgstr "" "Machen Sie genügend Speicherplatz frei, indem Sie 1) nicht mehr benötigte " -"bzw. temporäre Dateien löschen, 2) Daten archivieren (z. B. auf CD-ROM) oder " -"3) zusätzliche Speichermöglichkeiten verfügbar machen." +"bzw. temporäre Dateien löschen, 2) Daten archivieren (z. B. auf CD-ROM) oder " +"3) zusätzlichen Speicher verfügbar machen." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Quell- und Zieldatei sind identisch" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2323,17 +2211,17 @@ msgstr "" "Aktion kann nicht abgeschlossen werden, weil Quell- und Zieldatei dieselbe " "Datei sind." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Bitte wählen Sie einen anderen Namen für die Zieldatei." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Datei oder Ordner wurde auf sich selbst abgelegt" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2342,17 +2230,17 @@ msgstr "" "Aktion kann nicht abgeschlossen werden, weil Quell- und Zieldatei oder -" "Ordner gleich sind sind." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Element in eine andere Datei oder anderen Ordner ablegen." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Ordner wurde auf sich selbst abgelegt" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2361,17 +2249,17 @@ msgstr "" "Aktion kann nicht abgeschlossen werden, weil die Quelle nicht in sich selbst " "verschoben werden kann." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Element in einen anderen Ordner verschieben." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Mit dem Passwort-Server kann nicht kommuniziert werden" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2380,24 +2268,24 @@ msgstr "" "Die Aktion kann nicht abgeschlossen werden, weil kein Kontakt zum Dienst für " "die Anfrage des Passworts (kpasswdserver) hergestellt werden kann" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Starten Sie Ihre Sitzung neu oder suchen Sie in den Protokollen nach Fehlern " "von kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Das Protokoll %1 kann nicht initialisiert werden." -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Erstellung des Ein-/Ausgabemoduls nicht möglich" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2407,7 +2295,7 @@ msgstr "" "%1 ermöglicht, lässt sich nicht starten. Dafür gibt es vermutlich " "technische Gründe." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2416,13 +2304,13 @@ msgstr "" "klauncher kann das Modul für dieses Protokoll nicht finden oder nicht " "starten. Sie haben möglicherweise eine veraltete Version des Moduls." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 kann nicht übertragen werden" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2432,7 +2320,7 @@ msgstr "" "%1 kann nicht übertragen werden, da das Zieldateisystem " "Dateien mit dieser Größe nicht unterstützt" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2441,28 +2329,28 @@ msgstr "" "Formatieren Sie das Zielgerät neu mit einem Dateisystem, das Dateien mit " "dieser Größe unterstützt." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nicht dokumentierter Fehler" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolische Verknüpfung zu %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Verknüpfung mit %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(Verweist auf %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2471,12 +2359,12 @@ msgstr "" "Unzulässige Adresse (URL):\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Der Dateityp für „%1“ kann nicht festgestellt werden" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2485,13 +2373,13 @@ msgstr "" "Aus „%1“ lässt sich nicht der Name einer ausführbaren Datei ermitteln. Bitte " "geben Sie einen gültigen Programmnamen ein." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ist anscheinend kein ausführbares Programm." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2501,101 +2389,101 @@ msgstr "" "%1 wurde nicht gefunden, geben Sie bitte einen gültigen " "Pfad zu einem ausführbaren -Programm ein." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" "Das Herstellen einer Verbindung über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" "Schließen einer Verbindung über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Der Zugriff auf Dateien über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Schreiben in %1 wird nicht unterstützt." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Für das Protokoll %1 sind keine speziellen Aktionen verfügbar." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "Die Auflistung von Ordnern über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Die Übermittlung von Daten aus %1 wird nicht unterstützt." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Die Übermittlung von MIME-Typ-Daten aus %1 wird nicht unterstützt." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Umbenennen und Verschieben von Dateien innerhalb %1 wird nicht unterstützt." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" "Die Erstellung von Verknüpfungen (Symlinks) über das Protokoll %1 wird nicht " "unterstützt." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Das Kopieren von Dateien innerhalb %1 wird nicht unterstützt." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Löschen von Dateien in %1 wird nicht unterstützt." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Das Anlegen von Ordnern über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Die Änderung von Dateiattributen über das Protokoll %1 wird nicht " "unterstützt." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Die Änderung des Eigentümers über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Das Öffnen von Dateien über das Protokoll %1 wird nicht unterstützt." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Das Protokoll %1 unterstützt die Aktion %2 nicht." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2603,314 +2491,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Die Sicherheit des KIO-Dienstes für das Protokoll „%1“ zur Abfrage " +"übergeordneter Berechtigungen ist nicht gewährleistet, da außer dem Benutzer " +"„root“ auch andere die Berechtigung zum Ändern bei %2 haben." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Unbekanntes Protokoll „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ein-/Ausgabemodul für das Protokoll „%1“ nicht auffindbar." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Ein-/Ausgabemodul für Protokoll „%1“ in %2 wurde nicht geladen, weil alle " +"Ein-/Ausgabemodule, die sich außerhalb von %3 befinden und nach erweiterten " +"Rechten fragen, als unsicher eingestuft werden." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Socket für Ein-/Ausgabemodul für das Protokoll „%1“ kann nicht erstellt " "werden." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ausführbare Datei „kioworker“ wurde in „%1“ nicht gefunden" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Dauerhaft" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Fortsetzen" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Nur &aktuelle Sitzung" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "In neuen Ordner verschieben" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Neuen Ordner für diese Elemente erstellen" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Sie haben keine Datei zum Löschen ausgewählt." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Es gibt nichts zu löschen" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Sie haben keine Datei für den Papierkorb ausgewählt." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Es gibt nichts für den Papierkorb" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Der angegebene Ordner existiert nicht oder ist nicht lesbar." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menü" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Übergeordneter Ordner" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Zurück" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Vorwärts" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Persönlicher Ordner" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Erneut laden" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Neuer Ordner …" +msgstr "Neuer Ordner …" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "In den Papierkorb verschieben" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Löschen" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortierung" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Nach Namen sortieren" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Nach Größe sortieren" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Nach Datum sortieren" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Nach Typ sortieren" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Aufsteigend" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Absteigend" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Ordner zuerst" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Versteckte Dateien zuletzt" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Symbolansicht" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompakte Ansicht" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detailansicht" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Symbolposition" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Neben dem Dateinamen" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Über dem Dateinamen" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kurzansicht" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Ausführliche Ansicht" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Baumansicht" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Ausführliche Baumansicht" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Aufklappen in der ausführlichen Ansicht erlauben" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Versteckte Dateien anzeigen" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Vorschauleiste anzeigen" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Vorschau anzeigen" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Ordner mit diesem Inhalt öffnen" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Eigenschaften" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Anzeigemodus" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Neueste zuerst" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Älteste zuerst" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Neueste zuerst" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Größte zuerst" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Kleinste zuerst" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodierung:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Öffnen" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Speichern unter" @@ -2943,7 +2858,7 @@ msgstr "Basisordner" #, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Auswählen …" +msgstr "Durchsuchen …" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2957,40 +2872,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Hierher verschieben" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alle Dateien" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle unterstützten Dateien" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Alle Dateien" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Eintrag zum Navigationsbereich hinzufügen" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Eintrag im Navigationsbereich bearbeiten" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -3004,17 +2919,17 @@ msgstr "" "Beschriftung eingeben, wird diese aus der Adresse des Speicherortes erzeugt." "
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Be&schriftung:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Geben Sie hier eine aussagekräftige Beschriftung ein" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3024,14 +2939,16 @@ msgid "" msgstr "" "Dies ist die Adresse, die mit dem Element verknüpft wird. Dafür ist jede " "gültige URL verwendbar. Zum Beispiel:

    %1
    http://www.kde." -"de
    ftp://ftp.kde.org/pub/kde/stable
    " +"org
    ftp://ftp.kde.org/pub/kde/stable

    Wenn Sie den Knopf " +"neben dem Textbearbeitungsfeld anklicken, können Sie zu einer passenden " +"Adresse navigieren.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Adresse:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3041,17 +2958,17 @@ msgstr "" ">
    Klicken Sie auf den Knopf, wenn Sie ein anderes Symbol auswählen " "möchten.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Wählen Sie ein S&ymbol aus:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Nur für dieses Programm anzeigen (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3062,204 +2979,210 @@ msgstr "" "Programm erscheinen soll (%1).

    Ansonsten ist er in allen " "Programmen verfügbar.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Orte" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Fremdgerät" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Zuletzt verwendet" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Suchen nach" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Geräte" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Wechselmedien" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Stichwörter" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (von %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Alle Stichwörter" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Persönlicher Ordner" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Arbeitsfläche" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumente" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Downloads" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Netzwerk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papierkorb" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musik" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Bilder" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Zuletzt geöffnete Dateien" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Zuletzt verwendete Orte" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Heute geändert" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Gestern geändert" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Kann nicht zur Seitenleiste Orte hinzufügen: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Zur Seitenleiste Orte können nur Ordner hinzugefügt werden." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Einrichten …" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "Wird freigegeben ..." +msgstr "Wird freigegeben …" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Freigeben" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Wird sicher entfernt …" +msgstr "Wird sicher entfernt …" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Sicher entfernen" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Wird ausgehängt ..." +msgstr "Wird ausgehängt …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Aushängen" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Ausw&erfen" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" "Das Gerät „%1“ ist kein Wechsel-Datenträger und kann nicht ausgeworfen " "werden." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Beim Zugriff auf „%1“ ist ein Fehler aufgetreten, die Meldung lautet: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Beim Zugriff auf „%1“ ist ein Fehler aufgetreten" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Mindestens eine Datei auf dem Gerät ist noch in einer Anwendung geöffnet." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3274,108 +3197,108 @@ msgstr[1] "" "Mindestens eine Datei auf dem Gerät ist noch in den folgenden Anwendungen " "geöffnet: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Mit der Partitionsverwaltung neu formatieren oder bearbeiten" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 von %2 frei (%3 % belegt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ausgeblendet)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Papierkorb leeren" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Einhängen" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "In neuem Unterfenster öffnen" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "In neuem Fenster öffnen" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Eintrag hinzufügen ..." +msgstr "Eintrag hinzufügen …" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "&Bearbeiten …" +msgstr "&Bearbeiten …" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Aus Speicherorten entfernen" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ausblenden" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Abschnitt „%1“ ausblenden" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Abschnitt ausblenden" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Alle Einträge anzeigen" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Symbolgröße" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3383,51 +3306,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Größe automatisch anpassen" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Klein (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mittel (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Groß (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Riesig (%1×%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Sie können nur eine Datei auswählen" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Mehr als eine Datei angeboten" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Sie können nur lokale Dateien auswählen" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Dateien auf entfernten Rechnern sind nicht erlaubt" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3437,58 +3360,27 @@ msgid_plural "" "schemes: %2" msgstr[0] "" "Die ausgewählte URL (Adresse) verwendet ein nicht unterstütztes Schema. " -"Bitte benutzen Sie folgendes Schema: %2" +"Bitte verwenden Sie folgendes Schema: %2" msgstr[1] "" "Die ausgewählten URLs (Adressen) verwenden ein nicht unterstütztes Schema. " -"Bitte benutzen Sie folgendes Schema: %2" +"Bitte verwenden Sie folgendes Schema: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nicht unterstütztes Adress-Schema" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Es wurde mehr als ein Ordner ausgewählt und dieser Dialog kann nur mit einem " -"Ordner umgehen. Daher ist es nicht möglich, zu ermitteln, welcher Ordner " -"geöffnet werden soll. Bitte wählen Sie nur einen Ordner aus, der angezeigt " -"werden soll." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Mehr als ein Ordner angeboten" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Mindestens ein Ordner und eine Datei sind ausgewählt. Ausgewählte Dateien " -"werden ignoriert und der gewählte Ordner wird angezeigt." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Dateien und Ordner ausgewählt" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Die Datei „%1“ wurde nicht gefunden" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Datei kann nicht geöffnet werden" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3496,50 +3388,50 @@ msgid "" "you to file:/home.
    " msgstr "" "Klicken Sie auf diesen Knopf, um in den darüber liegenden Ordner zu " -"gelangen.

    Ist der aktuelle Ordner z. B. file:/home/konqi, dann " -"bringt Sie ein Druck auf diesen Knopf nach file:/home.
    " +"gelangen.

    Ist der aktuelle Ordner z. B. file:/home/konqi, bringt " +"Sie ein Druck auf diesen Knopf nach file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Drücken Sie diesen Knopf, um im Verlaufsspeicher einen Schritt nach hinten " "zu gehen." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Drücken Sie diesen Knopf, um im Verlaufsspeicher einen Schritt nach vorn zu " "gehen." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Drücken Sie diesen Knopf, um das aktuelle Dokument erneut laden zu lassen." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klicken Sie auf diesen Knopf, um einen neuen Ordner anzulegen." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Seitenleiste Orte anzeigen" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Lesezeichenknopf anzeigen" +msgid "Show Quick Filter" +msgstr "Schnellfilter anzeigen" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Optionen" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3549,18 +3441,18 @@ msgid "" "folders from files" msgstr "" "Dies ist das Einrichtungsmenü für den Dateidialog. Von hier aus sind " -"zahlreiche Einstellungen zugänglich. So z. B.:
    • wie Dateien in den " +"zahlreiche Einstellungen zugänglich, z. B.:
      • wie Dateien in den " "Listen sortiert werden
      • Ansichtstypen, einschließlich Symbol- oder " "Listendarstellung
      • Anzeigen versteckter Dateien
      • die " "Seitenleiste Orte
      • Dateivorschauen
      • separate Darstellung von " "Ordnern und Dateien
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Lesezeichen" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3575,12 +3467,35 @@ msgstr "" "Lesezeichen in KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Name:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Änderung des Dateinamens zurücknehmen" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Filter beim Wechsel der Ordner beibehalten" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Nach Namen filtern …" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Filterleiste ausblenden" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3593,88 +3508,92 @@ msgstr "" "Maustaste und eine entsprechende Auswahl aus dem darauf angezeigten Menü " "Textvervollständigung kontrollieren." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Dies ist der Name, unter dem die Datei gespeichert wird." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" "Dies ist eine Liste der Dateien, die geöffnet werden sollen. Wenn Sie mehr " -"als eine Datei angeben möchten, dann trennen Sie sie durch Leerzeichen." +"als eine Datei angeben möchten, trennen Sie sie durch Leerzeichen." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dies ist der Name der zu öffnenden Datei." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Orte" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Die Datei „%1“ existiert bereits. Möchten Sie sie überschreiben?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Datei überschreiben?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Sie können nur lokale Dateien auswählen." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Dateien auf entfernten Rechnern sind nicht erlaubt" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Alle Ordner" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Aktueller Ordner: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Öff&nen" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Symbolgröße: %1 Pixel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "&Dateierweiterung automatisch auswählen (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "Erweiterung %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "&Dateierweiterung automatisch auswählen" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "passende Dateinamen-Erweiterung" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3703,12 +3622,12 @@ msgstr "" "lassen Sie die Einstellung aktiviert, da Ihre Dateien dadurch einfacher zu " "verwalten sind." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Dateityp:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3717,64 +3636,53 @@ msgstr "" "Dies ist der Auswahl für den Dateityp. Damit wird das Format ausgewählt, " "in dem die Datei gespeichert werden soll" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Hier handelt es sich um einen Filter, der auf Dateilisten angewendet " -"wird. Dateinamen, auf die der Filter nicht passt, werden nicht angezeigt." -"

      Sie können vorhandene Filter aus dem Ausklappmenü wählen oder eigene " -"Filter in das Textfeld eingeben.

      Auch Jokerzeichen wie * und ? sind " -"möglich.

      " +"Dies ist die Auswahl für den Dateitypen. Damit wird das Format der " +"anzuzeigenden Dateien ausgewählt." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Neue Datei erstellen" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Fehler" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Die Vorlagen-Datei %1 existiert nicht." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Name für die neue Verknüpfung:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Verknüpfung mit Adresse erstellen" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Geben Sie einen Dateinamen für %1 ein:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Fehler" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Die Vorlagen-Datei %1 existiert nicht." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Name für die neue Verknüpfung:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Symbolische Verknüpfung erstellen" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Verknüpfung mit Adresse erstellen" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3784,7 +3692,7 @@ msgstr "" "Der Name %1 kann nicht verwendet werden,da dieser " "Name für das Betriebssystem reserviert ist." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3794,7 +3702,7 @@ msgstr "" "Der Name %1 beginnt mit einem Punkt, daher wird in der " "Voreinstellung ausgeblendet." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3806,29 +3714,40 @@ msgstr "" "der Name bei der alphabetischen Sortierung vor anderen Einträgen angezeigt, " "weitere Probleme können auftreten." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "Mit Schrägstrichen in Ordnernamen werden Unterordner erstellt, z. B.:" +msgstr "Mit Schrägstrichen in Ordnernamen werden Unterordner erstellt, z. B.:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Mit Schrägstrichen in Ordnernamen werden Unterordner erstellt." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Schrägstriche können in Datei- und Ordnernamen nicht verwendet werden." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Umgekehrte Schrägstriche können in Datei- und Ordnernamen nicht verwendet " "werden." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Das Erstellen einer Datei oder eines Ordners mit dem Namen %1 ist nicht möglich, da dies zu einer Überschneidung mit dem " +"Speicherort des Persönlichen Ordners eines Benutzers führen würde." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3838,96 +3757,139 @@ msgstr "" "zu beginnen, da dies verwirrend oder gefährlich sein kann, wenn Sie das " "Terminal zum Löschen verwenden." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ein Ordner mit dem Namen %1 existiert bereits." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Eine Datei mit dem Namen %1 existiert bereits." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Neu erstellen" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Verknüpfung zu Gerät" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Neuer Ordner" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Neuen Ordner erstellen" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Neuen Ordner anlegen in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Ordnernamen eingeben" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Standard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Neue Datei erstellen" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Dateinamen eingeben" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Wählen Sie ein benutzerdefiniertes Symbol oder eine Farbe aus" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Anderes Symbol auswählen …" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Sie können das Symbol später in den Ordnereigenschaften ändern." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopieren" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Einfügen" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "„%1“ in neuem Unterfenster öffnen" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "„%1“ in neuem Fenster öffnen" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Bearbeiten" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigieren" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Vollständigen Pfad anzeigen" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Zu einem Ort des Pfades %1 springen" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3939,6 +3901,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Zum Ort des Pfades springen" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Orte" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3962,28 +3933,28 @@ msgstr "Weitere" msgid "Edit mode" msgstr "Bearbeitungsmodus" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klicken Sie hier, um zur Verknüpfungsansicht zu wechseln" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klicken Sie hier, um die Adresse zu bearbeiten" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Sie haben keine Berechtigung zum Ausführen der Datei." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 wird gestartet" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3992,13 +3963,13 @@ msgstr "" "Der Dienst %1 kann nicht ausführbar gemacht werden, Ausführung abgebrochen.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Sie haben keine Berechtigung eine Anwendung zum Öffnen der Datei auszuwählen." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4027,12 +3998,20 @@ msgstr "Fehler beim Speichern des Bildes nach %1" msgid "Icon file too big, download aborted" msgstr "Symboldatei zu groß, Herunterladen abgebrochen" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"Dateivorschauauftrag: Eine leere Datei wird übersprungen – könnte eine " +"beschädigte symbolische Verknüpfung sein: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Es wurde kein E-Mail-Programm gefunden" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4043,28 +4022,28 @@ msgstr "" "%1\n" "ist ungültig." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 wird gestartet" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Der Befehl %1 kann nicht gefunden werden." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Es wurde kein Terminal-Emulator gefunden" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Fehler beim Öffnen von %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4073,9 +4052,9 @@ msgid "" msgstr "" "Die Desktop-Datei\n" "%1\n" -"ist vom Typ „Link“, hat aber keinen Eintrag „URL=...“." +"ist vom Typ „Link“, hat aber keinen Eintrag „URL=…“." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4084,7 +4063,7 @@ msgstr "" "Die ausführbare Datei „%1“ befinden sich auf einem fremden Dateisystem. Es " "wird aus Sicherheitsgründen nicht gestartet." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4092,7 +4071,7 @@ msgstr "" "Aus Sicherheitsgründen ist es in diesem Kontext nicht erlaubt, eine " "ausführbare Datei zu starten." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4101,7 +4080,7 @@ msgstr "" "Das Programm „%1“ muss die Berechtigung zum Ausführen haben, bevor es " "gestartet werden kann. " -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4110,12 +4089,12 @@ msgstr "" "Die Datei „%1“ kann nicht ausführbar gemacht werden.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "Die Desktop-Datei %1 hat keinen Eintrag „Type=...“" +msgstr "Die Desktop-Datei %1 hat keinen Eintrag „Type=…“" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4126,12 +4105,12 @@ msgstr "" "Überprüfen Sie Ihre offenen Anwendungen und den Benachrichtigungsbereich auf " "ausstehende Vorgänge oder Downloads." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Die Datei kann nicht geöffnet werden." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Das Programm „%1“ kann nicht gestartet werden." @@ -4220,74 +4199,69 @@ msgstr "" "wurde geändert\n" "Möchten Sie die Änderungen hochladen?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec – Öffnet Dateien auf Fremdrechnern, überwacht Änderungen und fragt " "vor dem Hochladen nach" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998–2000,2003 Die KFM/Konqueror-Entwickler" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Adressen (URLs) als lokale Dateien behandeln und anschließend löschen" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Vorschlag für den Namen der heruntergeladenen Datei" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Auszuführender Befehl" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Es werden URL(s) oder lokale Datei(en) für „befehl“ verwendet." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Setzen der ACL für %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4296,7 +4270,7 @@ msgstr "" "Berechtigungen lassen sich nicht ändern für\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4306,120 +4280,39 @@ msgstr "" "Der Eigentümer und die Gruppe können nicht geändert werden für\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Temporäre Datei kann nicht geöffnet werden" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Das Programm „mount“ wurde nicht gefunden" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Das Programm „umount“ wurde nicht gefunden" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Datei-Berechtigungen ändern" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Neue Berechtigungen: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Dateieigentümer ändern" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Neuer Eigentümer: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Datei entfernen" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Ordner entfernen" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Ordner erstellen" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Ordner-Berechtigungen: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Datei öffnen" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Ordner öffnen" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Neuer Dateiname: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Ziel: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Zeitstempel ändern" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Von: %1, An: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Unbekannte Aktion" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Aktion: %1\n" -"Quelle: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Die Datei kann nicht von %1 nach %2 kopiert werden. (Fehler: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Kein Medium im Gerät für %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Die Benutzerkennung für den angegebenen Benutzer %1 kann nicht ermittelt " "werden." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4462,33 +4355,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Für diesen Rechner müssen Sie einen Benutzernamen und ein Passwort angeben." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Rechner:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Anmeldung erfolgt" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Anmeldung nicht möglich auf %1" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4497,7 +4390,7 @@ msgstr "" "\n" "Meldung vom Server: %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4506,12 +4399,12 @@ msgstr "" "Sie müssen für den unten angegebenen Proxy-Server einen Benutzernamen und " "ein Passwort angeben, bevor Sie auf Adressen zugreifen können." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy-Authentifizierung fehlgeschlagen" @@ -4565,101 +4458,101 @@ msgstr "" "akzeptieren?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Server-Authentifizierung" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 auf %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Anderenfalls wäre die Anforderung erfolgreich abgeschlossen worden." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "Werte für Eigenschaften abfragen" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "Werte für Eigenschaften festlegen" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "angegebenen Ordner erstellen" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Angegebene Datei/Ordner kopieren" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "angegebene Datei/Ordner verschieben" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "im angegebenen Ordner suchen" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "angegebene Datei/Ordner sperren" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "Sperrung für angegebenen Ordner/Datei aufheben" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "angegebene Datei(en) oder Ordner löschen" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "Server-Eigenschaften abfragen" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "Inhalt der angegebenen Datei/des Ordners übernehmen" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "Einen Bericht im angegebenen Ordner ausführen" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Bei der Aktion „%2“ ist der unerwartete Fehler %1 aufgetreten." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4669,13 +4562,13 @@ msgstr "" "Es ist ein Fehler aufgetreten bei der Aktion „%1“, %2. Eine Zusammenfassung " "der Ursachen ist unten aufgeführt." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Zugriff verweigert bei der Aktion „%1“" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4684,7 +4577,7 @@ msgstr "" "Eine Ressource lässt sich am angegebenen Bestimmungsort nicht erstellen, bis " "eine oder mehrere Zwischenglieder (Ordner) erstellt wurden." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4700,28 +4593,28 @@ msgstr "" "zuvor für unzulässig erklärt haben.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Die angeforderte Sperrung ist nicht durchführbar: %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Der Server unterstützt den angeforderten Typ nicht." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ausführung der Aktion „%1“ nicht möglich, die Ressource ist gesperrt." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ausführung wurde durch einen anderen Fehler verhindert." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4731,7 +4624,7 @@ msgstr "" "Aktion „%1“ nicht möglich: Der Zielserver verweigert die Annahme der Datei " "oder des Ordners." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4740,18 +4633,18 @@ msgstr "" "Die Ziel-Ressource bietet nicht genug Speicherplatz, um den Status der " "Ressource nach Ausführung dieser Methode aufzuzeichnen." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Die Ressource kann nicht gelöscht werden." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 hochladen" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4762,15 +4655,15 @@ msgstr "Bei der Aktion „%2“ ist der unerwartete Fehler %1 aufgetreten." msgid "Network" msgstr "Netzwerk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Ungültige Adresse %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4783,12 +4676,12 @@ msgstr "" "Ordner neu anlegen und die Wiederherstellung erneut versuchen oder das " "Element an eine andere Stelle schieben." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ungültige Kombination von Protokollen." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Diese Datei befindet sich bereits im Papierkorb." @@ -4825,7 +4718,7 @@ msgstr "Papierkorb leeren" msgid "Restore a trashed file to its original location" msgstr "Datei im Papierkorb am Ursprungsort wiederherstellen" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4847,17 +4740,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Erneut versuchen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Authentifizierungsdialog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Zugriff verweigert" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4969,13 +4862,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "Erwartete Prüfsumme (MD5, SHA1, SHA256 oder SHA512) ..." +msgstr "Erwartete Prüfsumme (MD5, SHA1, SHA256 oder SHA512) …" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4984,28 +4877,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -5015,9 +4908,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Berechnen" @@ -5026,137 +4919,208 @@ msgstr "Berechnen" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klicken Sie, um die Prüfsumme in die Zwischenablage zu kopieren." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Abbrechen" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Hierher &verschieben" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Hier herunterladen" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Hierher &kopieren" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Hierher ver&knüpfen" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Starten" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Was möchten Sie mit dieser Datei tun?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Diese Nachfrage nicht mehr anzeigen" +msgctxt "@action:button" +msgid "&Open" +msgstr "Öff&nen" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Ausführen" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Mit %1 öffnen" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Änderungen zurücknehmen" +msgid "Would you like to launch this file?" +msgstr "Möchten Sie diese Datei starten?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Um diese Operation rückgängig zu machen, benötigen Sie Rechte als " -"Systemverwalter. Möchten Sie fortfahren?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Ordnererstellung" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Quelle" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Ziel" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiervorgang" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Verschiebevorgang" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Umbenennen" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "In den Papierkorb verschieben" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Löschvorgang" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Rückgängig" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Rückgängig: Kopieren" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Rückgängig: Verknüpfen" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Rückgängig: Verschieben" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Rückgängig: Umbenennen" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Rückgängig: In den Papierkorb verschieben" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Rückgängig: Ordner erstellen" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Rückgängig: Ordner erstellen" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Rückgängig: Datei erstellen" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Rückgängig: Mehrfach-Umbenennen" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Wiederherstellen" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Wiederherstellen: Kopieren" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Wiederherstellen: Verknüpfen" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Wiederherstellen: Verschieben" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Wiederherstellen: Umbenennen" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Wiederherstellen: In den Papierkorb verschieben" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Wiederherstellen: Ordner erstellen" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Wiederherstellen: Ordner erstellen" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Wiederherstellen: Datei erstellen" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Wiederherstellen: Mehrfach-Umbenennen" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5170,12 +5134,12 @@ msgstr "" "Änderungen gehen verloren.\n" "Sind Sie sicher, dass Sie %4 löschen möchten?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Rückgängigmachen des Kopiervorgangs bestätigen" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5187,21 +5151,22 @@ msgstr "" "filename>Dieser Vorgang kann nicht " "rückgängig gemacht werden." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Unwiderruflich löschen" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Unwiderruflich löschen" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5217,7 +5182,7 @@ msgstr[1] "" "Möchten Sie diese %1 Elemente wirklich endgültig löschen?Dieser Vorgang kann nicht rückgängig gemacht werden." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5228,13 +5193,13 @@ msgstr "" "Dieser Vorgang kann nicht rückgängig " "gemacht werden." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Papierkorb leeren" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5244,7 +5209,7 @@ msgstr "" "Möchten Sie dieses Element wirklich in den Papierkorb verschieben?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5256,13 +5221,13 @@ msgstr[1] "" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "Hinzufügen …" +msgstr "Hinzufügen …" #: widgets/kacleditwidget.cpp:75 #, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Bearbeiten …" +msgstr "Bearbeiten …" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5330,7 +5295,7 @@ msgstr "Eigentümer" msgid "Owning Group" msgstr "Eigentümer-Gruppe" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Sonstige" @@ -5401,108 +5366,114 @@ msgstr "System-Einrichtung wird aktualisiert" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format msgid "Updating system configuration…" -msgstr "System-Einrichtung wird aktualisiert …" +msgstr "System-Einrichtung wird aktualisiert …" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Name" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Größe" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Berechtigungen" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eigentümer" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Mit %1 öffnen" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Aktionen" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "Ordner öff&nen mit …" +msgstr "Ordner öff&nen mit …" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "Öff&nen mit …" +msgstr "Öff&nen mit …" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Ausführbare Datei starten" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Ordner mit %1 öffnen" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Mit %1 öffnen" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Ordner öff&nen mit" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Öff&nen mit" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Andere Anwendung ..." +msgstr "&Andere Anwendung …" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5510,113 +5481,136 @@ msgid_plural "%1 items" msgstr[0] "%1 Element" msgstr[1] "%1 Elemente" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Unbekannt" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Anhalten" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "In Filelight anzeigen" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Eingehängt von:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Freier Speicherplatz:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Inhalt:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open with:" +msgid "Open with:" +msgstr "Öffnen mit:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ändern …" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Adresse:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Größe:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ändern ..." +msgid "Determine the folder size" +msgstr "Die Ordnergröße ermitteln" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Inhalt:" +msgid "Stop" +msgstr "Anhalten" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Ermitteln der Ordnergröße anhalten" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "In Filelight anzeigen" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Verweist auf:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Geändert:" +msgid "Show target" +msgstr "Ziel anzeigen" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Erstellt:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Dateisystem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Unbekannte Größe" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Einhängepunkt:" +msgid "Modified:" +msgstr "Geändert:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Letzter Zugriff:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File system:" +msgid "File system:" +msgstr "Dateisystem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Einhängepunkt:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Eingehängt von:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Freier Speicherplatz:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Öffnen mit:" +msgid "Unknown size" +msgstr "Unbekannte Größe" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5634,9 +5628,9 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" -"Wählen Sie das Programm, das zum Öffnen von %1 benutzt werden " +"Wählen Sie das Programm, das zum Öffnen von %1 verwendet werden " "soll. Wenn das Programm nicht aufgeführt ist, geben Sie den Namen ein oder " -"klicken Sie auf den Knopf „Auswählen“." +"klicken Sie auf den Knopf „Durchsuchen“." #: widgets/kopenwithdialog.cpp:569 #, kde-format @@ -5678,8 +5672,8 @@ msgid "" "listed, enter the name or click the browse button.
      " msgstr "" "Wählen Sie das Programm, das zum Öffnen von Dateien des Typs %1 " -"benutzt werden soll. Wenn das Programm nicht aufgeführt ist, geben Sie den " -"Namen ein oder klicken Sie auf den Knopf „Auswählen“." +"verwendet werden soll. Wenn das Programm nicht aufgeführt ist, geben Sie den " +"Namen ein oder klicken Sie auf den Knopf „Durchsuchen“." #: widgets/kopenwithdialog.cpp:630 #, kde-format @@ -5688,7 +5682,7 @@ msgid "" "the browse button." msgstr "" "Wählen Sie ein Programm aus. Ist das Programm nicht aufgeführt, geben " -"Sie bitte den Namen ein oder klicken Sie auf den Knopf „Dateiauswahl“." +"Sie bitte den Namen ein oder klicken Sie auf den Knopf „Durchsuchen“." #: widgets/kopenwithdialog.cpp:676 #, kde-format @@ -5785,7 +5779,7 @@ msgid "" "emulator window." msgstr "" "Aktivieren Sie diese Einstellung, falls es sich bei dem zu startenden " -"Programm um eines im Textmodus handelt oder falls Sie Informationen " +"Programm um eines im Textmodus handelt, oder falls Sie Informationen " "wünschen, die über das Fenster für die Terminal-Emulation laufen." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) @@ -5872,13 +5866,13 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "Eigenständige GPU" +msgstr "Dedizierte GPU" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "Ausführung mit bestimmter Grafikkarte" +msgstr "Mit dedizierter Grafikkarte ausführen" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5923,25 +5917,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Geben Sie hier eine Beschreibung des Programms an, die seinen " -"Verwendungszweck widerspiegelt. Ein Einwahlprogramm wie KPPP könnte z. B. " -"als „Internet-Einwahl“ gekennzeichnet werden." +"Geben Sie einen allgemeinen Namen für das Programm an. Bei einem Programm " +"zum Betrachten von Bildern könnte es „Bildbetrachter“ sein." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Beschreibung:" +msgid "&Generic name:" +msgstr "&Allgemeiner Name:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Beliebigen Kommentar eingeben." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Geben Sie hier eine Beschreibung des Programms an, die seinen " +"Verwendungszweck widerspiegelt. Bei einem Programm zum Betrachten von " +"Bildern könnte es „Bilder anzeigen und bearbeiten“ sein." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5952,7 +5950,7 @@ msgstr "&Kommentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Umgebungsvariablen:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5982,7 +5980,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "&Auswählen ..." +msgstr "&Durchsuchen …" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) @@ -6010,9 +6008,9 @@ msgstr "" "%F – Liste von Dateinamen für Programme, die mehrere auf einmal können\n" "%u – einzelne Adresse (URL)\n" "%U – Liste von Adressen (URLs)\n" -"%i - Symbol der .desktop-Datei\n" -"%c - Name der .desktop-Datei\n" -"%k - Speicherort der .desktop-Datei" +"%i – Symbol der .desktop-Datei\n" +"%c – Name der .desktop-Datei\n" +"%k – Speicherort der .desktop-Datei" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 @@ -6054,7 +6052,7 @@ msgid "" "qt>" msgstr "" "

      Diese Liste sollte die Dateitypen anzeigen, mit denen Ihr Programm " -"umgehen kann. Die Liste beruht auf MIME-Typen.

      \n" +"umgehen kann. Die Liste beruht auf MIME-Typen.

      \n" "

      MIME (Multipurpose Internet (E)Mail Extension) ist ein Standardprotokoll " "zur Identifizierung des Datentyps auf Grund von Dateierweiterungen und " "entsprechenden MIME-Typen. Beispiel: Die Buchstaben „bmp“ nach dem " @@ -6064,9 +6062,10 @@ msgstr "" "informiert werden, über welche Fähigkeiten ein Programm in dieser Hinsicht " "verfügt.

      \n" "

      Wenn Sie ein Programm mit einem oder mehreren MIME-Typen verknüpfen " -"möchten, die nicht in der Liste stehen, dann klicken Sie auf den Knopf " -"Hinzufügen. Gibt es einen Dateityp in der Liste, mit dem das Programm " -"nicht umgehen kann, dann klicken Sie auf den Knopf Entfernen.

      " +"möchten, die nicht in dieser Liste stehen, klicken Sie unten auf den Knopf " +"Hinzufügen. Gibt es einen Dateityp in dieser Liste, mit dem das " +"Programm nicht umgehen kann, klicken Sie unten auf den Knopf Entfernen.

      " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 @@ -6100,7 +6099,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:245 #, kde-format msgid "Add..." -msgstr "Hinzufügen ..." +msgstr "Hinzufügen …" #. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:252 @@ -6110,8 +6109,8 @@ msgid "" "handle, select the mimetype in the list above and click on this button." msgstr "" "Falls Sie einen Dateityp (MIME-Typ) entfernen möchten, mit dem Ihr Programm " -"nicht umgehen kann, dann wählen Sie den Typ aus der obigen Liste und klicken " -"Sie auf diesen Knopf." +"nicht umgehen kann, wählen Sie den Typ aus der obigen Liste und klicken Sie " +"auf diesen Knopf." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:255 @@ -6156,7 +6155,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Teilen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6166,139 +6165,164 @@ msgstr "" "Eigenschaften können wegen unzureichender Schreibrechte nicht gespeichert " "werden:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Allgemein" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Dateinamen eingeben" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "In %1 anzeigen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Aktualisieren" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Zielverzeichnis eingeben" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 anzeigen" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Unbekannte Größe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -"Berechnung läuft ... %1 (%2)\n" +"Berechnung läuft … %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 Datei" msgstr[1] "%1 Dateien" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 Unterordner" msgstr[1] "%1 Unterordner" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" -msgstr "Berechnung läuft ...\n" +msgstr "Berechnung läuft …\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Mindestens %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Der neue Dateiname ist leer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Kein registrierter Dateityp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Kein zugehöriges Programm" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "Erstellen …" +msgstr "Erstellen …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "Ändern ..." +msgstr "Ändern …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Die Standardanwendung zum Öffnen von Dateien des Typs „%1“ ändern." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Kein Zugriff" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Nur Anzeige möglich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Anzeige & Änderung möglich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Nur Anzeige des Inhalts möglich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Anzeige & Änderung des Inhalts möglich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Inhalt kann nur angezeigt/gelesen werden" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Anzeigen/Lesen & Ändern/Schreiben möglich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Be&rechtigungen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Zugangsberechtigungen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6307,37 +6331,37 @@ msgstr[0] "" msgstr[1] "" "Bei den Dateien handelt es sich um Verknüpfungen ohne Zugriffsbeschränkung." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Berechtigungen können nur vom Eigentümer geändert werden" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "E&igentümer:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Gibt die Aktionen an, die der Eigentümer ausführen kann." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Gibt die Aktionen an, die Mitglieder der Gruppe ausführen können." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Sonstige" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6346,27 +6370,27 @@ msgstr "" "Gibt die Aktionen an, die sämtliche Benutzer ausführen können, die weder " "Eigentümer noch Mitglieder der Gruppe sind." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Nur der &Eigentümer kann Inhalte löschen oder umbenennen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Die &Ausführung als Programm erlauben" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Löschen oder Umbenennen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Ausführen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6378,7 +6402,7 @@ msgstr "" "umzubenennen. Andere Benutzer können lediglich neue Dateien hinzufügen, " "falls sie das Zugriffsrecht „Inhalt ändern“ besitzen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6387,42 +6411,42 @@ msgstr "" "Aktivieren Sie diese Einstellung, um die Datei als ausführbar zu " "kennzeichnen. Das ist nur für Programme und Skripte sinnvoll." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Erweiterte Berechtigungen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eigentümer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Benutzer:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Änderungen auf alle Unterordner und ihre Inhalte anwenden" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Erweiterte Berechtigungen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6431,22 +6455,22 @@ msgstr "" "Einträge\n" "anzeigen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Diese Markierung bedeutet, dass sich der Ordnerinhalt anzeigen lässt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lesen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Die Lese-Markierung ermöglicht die Anzeige der Datei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6455,7 +6479,7 @@ msgstr "" "Einträge\n" "schreiben" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6465,46 +6489,46 @@ msgstr "" "Dateien. Beachten Sie, dass Löschung und Umbenennung durch die Kennzeichnung " "als „Sticky“ eingeschränkt werden können." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Schreiben" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Die Schreib-Markierung ermöglicht die Änderung der Datei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Öffnen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" "Aktivieren Sie diese Einstellung, um den Ordnerinhalt zugänglich zu machen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Ausführen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Aktivieren Sie diese Einstellung, um die Ausführung der Datei als Programm " "zu ermöglichen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spezialattribut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6513,7 +6537,7 @@ msgstr "" "Spezielle Markierung, die für den gesamten Ordner gültig ist. Die genaue " "Bedeutung ist aus dem Inhalt der rechten Spalte ersichtlich." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6522,17 +6546,17 @@ msgstr "" "Spezielle Markierung. Die genaue Bedeutung ist aus dem Inhalt der rechten " "Spalte ersichtlich." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Benutzer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6541,16 +6565,16 @@ msgstr "" "Ist diese Markierung gesetzt, ist der Eigentümer des Ordners automatisch " "auch Eigentümer aller neu darin erstellten Dateien." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" "Falls es sich um eine ausführbare Datei handelt und diese Markierung gesetzt " -"ist, dann wird die Datei mit den Berechtigungen ihres Eigentümers ausgeführt." +"ist, wird die Datei mit den Berechtigungen ihres Eigentümers ausgeführt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6558,16 +6582,16 @@ msgstr "" "Ist diese Markierung gesetzt, gilt die Gruppe dieses Ordners für alle neu " "darin erstellten Dateien." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" "Falls es sich um eine ausführbare Datei handelt und diese Markierung gesetzt " -"ist, dann wird die Datei mit den Berechtigungen dieser Gruppe ausgeführt." +"ist, wird die Datei mit den Berechtigungen dieser Gruppe ausgeführt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6577,7 +6601,7 @@ msgstr "" "Eigentümer und der Benutzer „root“ Dateien darin löschen oder umbenennen. " "Anderenfalls kann das jeder Benutzer mit Schreibzugriff." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6586,90 +6610,81 @@ msgstr "" "Die Markierung „Sticky“ für Dateien wird unter Linux ignoriert, aber von " "anderen Systemen verwendet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Benutzer-ID (UID) setzen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Gruppen-ID (GID) setzen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Verknüpfung" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Unterschiedlich (keine Änderung)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Die Datei verwendet erweiterte Zugriffsrechte." msgstr[1] "Die Dateien verwenden erweiterte Zugriffsrechte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Der Ordner verwendet erweiterte Zugriffsrechte." msgstr[1] "Diese Ordner verwenden erweiterte Zugriffsrechte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Diese Dateien verwenden erweiterte Zugriffsrechte." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Prüfsummen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Berechnung läuft ..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ungültige Prüfsumme." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Die Eingabe ist keine gültige Prüfsumme im Format MD5, SHA1 oder SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Prüfsummen stimmen überein." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Die berechnete und die erwartete Prüfsumme stimmen überein." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6681,30 +6696,46 @@ msgstr "" "die Überprüfung dann immer noch Fehler meldet, kontaktieren Sie die Quelle " "der Datei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Die berechnete und die erwartete Prüfsumme stimmen nicht überein." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Prüfsumme wird verifiziert ..." +msgstr "Prüfsumme wird verifiziert …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Die Prüfsummen aller Dateien sind identisch." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Die ausgewählten Dateien haben unterschiedliche Prüfsummen." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Berechnung läuft …" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Adresse (URL)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Adresse (URL):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6712,28 +6743,28 @@ msgstr "" "Eigenschaften können nicht gespeichert werden. Nur Einträge für lokale " "Dateisysteme werden unterstützt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Programm" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dateityp hinzufügen für %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Einen oder mehrere Dateinamen zur Hinzufügung auswählen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Es werden nur ausführbare Dateien des lokalen Dateisystems unterstützt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Erweiterte Einstellungen für %1" @@ -6834,24 +6865,26 @@ msgstr "%1" #, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Web-Kurzbefehle festlegen ..." +msgstr "Web-Kurzbefehle einrichten …" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dateiauswahl" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Dateiname für Inhalt der Zwischenablage:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "eingefügte Datei" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Inhalt der Zwischenablage einfügen" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6861,19 +6894,19 @@ msgstr "" "gewünschte Datenformat ist nicht mehr verfügbar. Bitte kopieren Sie die " "einzufügenden Daten erneut." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Einfügen (Ordner)" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Einfügen (Datei)" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6881,102 +6914,112 @@ msgid_plural "Paste %1 Items" msgstr[0] "Einfügen (1 Element)" msgstr[1] "Einfügen (%1 Elemente)" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "&Inhalt der Zwischenablage einfügen …" +msgstr "Inhalt der Zwischenablage einfügen …" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Einfügen" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Datenformat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Dateiname für Inhalt der Zwischenablage:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Dateiname für abgelegte Inhalte:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Größe: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Bei a&llen anwenden" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Ist diese Einstellung aktiviert, wird der gedrückte Knopf auf alle " -"nachfolgenden Ordner angewendet, die mit dem Rest der aktuellen Version in " -"Konflikt stehen.\n" -"Bei Auswahl von „Überspringen“ werden Sie bei weiteren Konflikten mit " -"vorhandenen Dateien innerhalb des Ordners weiterhin gefragt." +"Ist diese Einstellung aktiviert, wird die gewählte Aktion für alle " +"nachfolgenden Ordnerkonflikte des aktuellen Vorgangs ausgeführt.\n" +"Bei Konflikten mit vorhandenen Dateien im Ordner werden Sie weiterhin " +"gefragt, es sei denn, sie wählen hier „Überspringen“ aus." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Ist diese Einstellung aktiviert, wird der gedrückte Knopf auf alle " -"nachfolgenden Konflikte angewendet." +"Ist diese Einstellung aktiviert, wird die gewählte Aktion für alle " +"nachfolgenden Konflikte des aktuellen Vorgangs ausgeführt." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Umbenennen" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Neuen Namen vorschlagen" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Ü&berspringen" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Diesen Ordner nicht kopieren oder verschieben, sondern mit dem nächsten " "Element fortfahren" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Diese Datei nicht kopieren oder verschieben, sondern mit dem nächsten " "Element fortfahren" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Hinein schreiben" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6989,13 +7032,13 @@ msgstr "" "Für Konflikte mit vorhandenen Dateien werden Sie eine erneute Nachfrage " "erhalten." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Ältere Dateien überschreiben" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -7004,12 +7047,12 @@ msgstr "" "Zieldateien mit älterem Änderungsdatum werden durch die Quelle " "überschrieben, ansonsten übersprungen." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Wiederaufnehmen" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7018,67 +7061,57 @@ msgstr "" "Dieser Vorgang würde „%1“ mit sich selbst überschreiben.\n" "Bitte geben Sie einen neuen Dateinamen an:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Fortsetzen" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Möchten Sie das Ziel überschreiben?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Möchten Sie die Inhalte von „%1“ mit und in „%2“ zusammenführen?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Quelle" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Ziel" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Die Quelle ist aktueller." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Die Quelle ist älter." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Die Quelle ist %1 kleiner." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Die Quelle ist %1 größer." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Die Dateien sind identisch." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Die Dateien scheinen identisch zu sein." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Die Dateien sind verschieden." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7087,59 +7120,51 @@ msgstr "" "Die Dateien sind wahrscheinlich identisch: Sie haben die gleiche Größe und " "ihr Inhalt ist am Anfang, in der Mitte und am Ende gleich." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Dateien vergleichen" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Es existiert bereits ein älteres Element mit dem Namen „%1“." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Eine Datei mit dem Namen „%1“ existiert bereits." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Es existiert bereits ein neueres Element mit dem Namen „%1“." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Umbenennen:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Element umbenennen" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Elemente umbenennen" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Umbenennen" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Element %1 umbenennen in:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Neuer Name #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Eine Datei mit dem Namen %1 existiert bereits." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ist kein gültiger Dateiname." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7147,38 +7172,192 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "%1 ausgewähltes Element umbenennen in:" msgstr[1] "%1 ausgewählte Elemente umbenennen in:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# wird durch eine aufsteigende Nummer ersetzt, beginnend bei:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Neuer Name #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ungültiger Dateiname: Der neue Name sollte eine Folge von # enthalten, es " +"sei denn, alle Dateien haben unterschiedliche Erweiterungen." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 ausgewähltes Element umbenennen in:" +msgstr[1] "%1 ausgewählte Elemente umbenennen in:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ersetzen:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Muster" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Mit:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ersetzung" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Kein Dateiname enthält das Muster." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Das Ersetzen von „%1“ durch eine leere Ersetzung würde dazu führen, dass " +"%2 einen leeren Dateinamen hätte." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 ausgewähltes Element umbenennen:" +msgstr[1] "%1 ausgewählte Elemente umbenennen:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Text hinzufügen:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Hinzuzufügender Text" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Vor dem Dateinamen" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Nach dem Dateinamen" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Element umbenennen" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Elemente umbenennen" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Umbenennen" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Wie umbenennen:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Nummerieren" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Text ersetzen" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Text hinzufügen" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vorschau:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 kann nicht in einen leeren Dateinamen umbenannt " +"werden." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informationen" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ersetzen" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Erneut versuchen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Alle ersetzen" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Überspringen" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Alle überspringen" @@ -7266,7 +7445,7 @@ msgstr "" "Es wird abgebrochen, weil die Identität des entfernten Rechners nicht " "überprüft werden kann." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7307,37 +7486,68 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Das Verschieben dieses Element in den Papierkorb ist wegen seiner Größe " -"fehlgeschlagen. Möchten Sie es stattdessen endgültig löschen?%1Dieser Vorgang " -"kann nicht rückgängig gemacht werden." +"Der Papierkorb ist zu voll, um diese Datei aufzunehmen. Möchten Sie sie " +"stattdessen endgültig löschen?%1Dieser Vorgang kann nicht rückgängig gemacht werden." +"" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Der Papierkorb ist zu voll, um diese %1 Datei aufzunehmen. Möchten Sie sie " +"stattdessen endgültig löschen?Dieser Vorgang " +"kann nicht rückgängig gemacht werden." +msgstr[1] "" +"Der Papierkorb ist zu voll, um diese %1 Dateien aufzunehmen. Möchten Sie sie " +"stattdessen endgültig löschen?Dieser " +"Vorgang kann nicht rückgängig gemacht werden." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Der Papierkorb ist für den Speicherort dieses Elements nicht verfügbar. " +"Möchten Sie es stattdessen endgültig löschen?%1Dieser Vorgang kann nicht " +"rückgängig gemacht werden." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Das Verschieben dieses %1 Elements in den Papierkorb ist wegen seiner Größe " -"fehlgeschlagen. Möchten Sie es stattdessen endgültig löschen?Dieser Vorgang kann nicht rückgängig gemacht werden." msgstr[1] "" -"Das Verschieben dieser %1 Elemente in den Papierkorb ist wegen ihrer Größe " -"fehlgeschlagen. Möchten Sie sie stattdessen endgültig löschen?Dieser Vorgang kann nicht rückgängig gemacht werden." -"" +"Der Papierkorb ist für den Speicherort dieser %1 Elemente nicht verfügbar. " +"Möchten Sie sie stattdessen endgültig löschen?Dieser Vorgang kann nicht rückgängig gemacht werden." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7347,51 +7557,289 @@ msgstr[0] "" msgstr[1] "" "Möchten Sie diese %1 Elemente wirklich in den Papierkorb verschieben?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Diese Nachfrage nicht mehr anzeigen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Diese Nachfrage nicht mehr anzeigen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Diese Meldung nicht mehr anzeigen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Die „Peer-SSL“-Zertifikatkette scheint schadhaft zu sein." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Warnung" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Startet das Programm:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" +#~ msgid "Open With:" +#~ msgstr "Öffnen mit:" + +#~ msgid "File System:" +#~ msgstr "Dateisystem:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Ausführbare Dateien ohne Bestätigung starten" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Ausführbare Dateien ohne Bestätigung in der Standardanwendung öffnen" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Für alle ausführbaren Dateien speichern" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Sie können dies in den Einstellungen des Dolphin-Dateimanagers unter " +#~ "„Bestätigungen“ rückgängig machen." + +#~ msgid "Change Attribute" +#~ msgstr "Attribut ändern" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Zum Ändern von Datei-Attributen sind Rechte als Systemverwalter " +#~ "erforderlich. Möchten Sie fortfahren?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Zum Fertigstellen des Kopiervorgangs sind Rechte als Systemverwalter " +#~ "erforderlich. Möchten Sie fortfahren?" + +#~ msgid "Delete Files" +#~ msgstr "Dateien löschen" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Zum Fertigstellen des Löschvorgangs sind Rechte als Systemverwalter " +#~ "erforderlich. Möchten Sie fortfahren?" + +#~ msgid "Create Folder" +#~ msgstr "Ordner erstellen" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Zum Erstellen diese Ordners sind Rechte als Systemverwalter erforderlich. " +#~ "Möchten Sie fortfahren?" + +#~ msgid "Move Items" +#~ msgstr "Elemente verschieben" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Zum Fertigstellen des Verschiebevorgangs sind Rechte als Systemverwalter " +#~ "erforderlich. Möchten Sie fortfahren?" + +#~ msgid "Rename" +#~ msgstr "Umbenennen" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Zum Fertigstellen des Umbenennens sind Rechte als Systemverwalter " +#~ "erforderlich. Möchten Sie fortfahren?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Um eine symbolische Verknüpfung zu erstellen, sind Rechte als " +#~ "Systemverwalter erforderlich. Möchten Sie fortfahren?" + +#~ msgid "Transfer data" +#~ msgstr "Daten übertragen" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Zum Fertigstellen des Datenübertragung sind Rechte als Systemverwalter " +#~ "erforderlich Möchten Sie fortfahren?" + +#~ msgid "Undo Changes" +#~ msgstr "Änderungen zurücknehmen" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Um diese Operation rückgängig zu machen, benötigen Sie Rechte als " +#~ "Systemverwalter. Möchten Sie fortfahren?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Setzen der ACL für %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Datei-Berechtigungen ändern" + +#~ msgid "New Permissions: %1" +#~ msgstr "Neue Berechtigungen: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Dateieigentümer ändern" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Neuer Eigentümer: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Datei entfernen" + +#~ msgid "Remove Directory" +#~ msgstr "Ordner entfernen" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Ordner-Berechtigungen: %1" + +#~ msgid "Open File" +#~ msgstr "Datei öffnen" + +#~ msgid "Open Directory" +#~ msgstr "Ordner öffnen" + +#~ msgid "New Filename: %1" +#~ msgstr "Neuer Dateiname: %1" + +#~ msgid "Target: %1" +#~ msgstr "Ziel: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Zeitstempel ändern" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Von: %1, An: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Unbekannte Aktion" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Aktion: %1\n" +#~ "Quelle: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Lesezeichenknopf anzeigen" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Datei geändert" + +#~ msgid "&Description:" +#~ msgstr "&Beschreibung:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Beliebigen Kommentar eingeben." + +#~ msgid "Do not ask again" +#~ msgstr "Diese Nachfrage nicht mehr anzeigen" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ "

      " +#~ msgstr "" +#~ "Hier handelt es sich um einen Filter, der auf Dateilisten angewendet " +#~ "wird. Dateinamen, auf die der Filter nicht passt, werden nicht angezeigt." +#~ "

      Sie können vorhandene Filter aus dem Ausklappmenü wählen oder eigene " +#~ "Filter in das Textfeld eingeben.

      Auch Jokerzeichen wie * und ? sind " +#~ "möglich.

      " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Es wurde mehr als ein Ordner ausgewählt und dieser Dialog kann nur mit " +#~ "einem Ordner umgehen. Daher ist es nicht möglich, zu ermitteln, welcher " +#~ "Ordner geöffnet werden soll. Bitte wählen Sie nur einen Ordner aus, der " +#~ "angezeigt werden soll." + +#~ msgid "More than one folder provided" +#~ msgstr "Mehr als ein Ordner angeboten" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Mindestens ein Ordner und eine Datei sind ausgewählt. Ausgewählte Dateien " +#~ "werden ignoriert und der gewählte Ordner wird angezeigt." + +#~ msgid "Files and folders selected" +#~ msgstr "Dateien und Ordner ausgewählt" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
      • Timeout for establishing a connection: %1 seconds
      • Timeout " +#~ "for receiving a response: %2 seconds
      • Timeout for accessing proxy " +#~ "servers: %3 seconds
      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Es bestand zwar Kontakt mit dem Server, es wurde aber keine Antwort " +#~ "innerhalb des Zeitraums empfangen, der für eine Reaktion vorgesehen ist:" +#~ "
      • Zeitüberschreitung beim Herstellen einer Verbindung nach: %1 " +#~ "Sekunden
      • Zeitüberschreitung für die Entgegennahme einer Antwort " +#~ "nach: %2 Sekunden
      • Zeitüberschreitung für Zugriff auf Proxy-Server " +#~ "nach: %3 Sekunden
      Bitte beachten Sie, dass Sie diese " +#~ "Zeitangaben in den KDE-Systemeinstellungen ändern können und zwar im " +#~ "Modul „Netzwerkeinstellungen -> Verbindungseinstellungen“." + #~ msgid "Is &executable" #~ msgstr "Aus&führbar" @@ -8569,9 +9017,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ "Dies ist der errechnete maximale Speicherplatz, der für den " #~ "Papierkorb zur Verfügung steht." -#~ msgid "Show a Warning" -#~ msgstr "Eine Warnung anzeigen" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Älteste Dateien unwiderruflich löschen" @@ -8714,10 +9159,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "Space" #~ msgstr "Leerzeichen" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standard" - #~ msgid "Modify Web Shortcut" #~ msgstr "Web-Kürzel ändern" @@ -9082,11 +9523,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Für %1 kann keine Anwendung gefunden werden" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Datei &einfügen" -#~ msgstr[1] "%1 Dateien &einfügen" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Adresse (URL) &einfügen" @@ -9194,14 +9630,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "Invalid Directory Name" #~ msgstr "Ungültiger Ordnername" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Ein Ordner mit dem Namen %1 kann nicht erstellt " -#~ "werden,da dieser Name für das Betriebssystem reserviert ist." - #~ msgid "File Type Options" #~ msgstr "Einstellungen zum Dateityp" @@ -9227,9 +9655,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ "Der Papierkorb hat seine maximale Größe erreicht!\n" #~ "Bitte leeren Sie ihn von Hand." -#~ msgid "'%1' is not an executable file." -#~ msgstr "„%1„ ist keine ausführbare Datei" - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "" #~ "„%1“ kann nicht gefunden werden. Bitte geben Sie einen gültigen " @@ -9244,9 +9669,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "unmounting is not supported by wince." #~ msgstr "Das Aushängen von Laufwerken wird von WinCE nicht unterstützt." -#~ msgid "File name:" -#~ msgstr "Dateiname:" - #~ msgid "" #~ "

      Cache

      This module lets you configure your cache settings.

      This specific cache is an area on the disk where recently read web " @@ -9558,9 +9980,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "Read only" #~ msgstr "Nur lesen" -#~ msgid "File system:" -#~ msgstr "Dateisystem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Einhängepunkt (/mnt/floppy):" @@ -10081,9 +10500,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ msgid "Do not &close when command exits" #~ msgstr "Nach Programm&ende geöffnet lassen" -#~ msgid "&Username:" -#~ msgstr "Be&nutzername:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -10108,9 +10524,6 @@ msgstr "Wenn Sie diesem Programm nicht vertrauen, drücken Sie Abbrechen" #~ "Sie können daher die auf Ihrem Rechner gespeicherten Cookies nicht " #~ "verwalten." -#~ msgid "Open with:" -#~ msgstr "Öffnen mit:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/el/kio6.po b/local/recipes/kde/kf6-kio/source/po/el/kio6.po index de8e5c26d0..90b801624a 100644 --- a/local/recipes/kde/kf6-kio/source/po/el/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/el/kio6.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-09-19 21:59+0300\n" "Last-Translator: Antonis Geralis \n" "Language-Team: Greek \n" @@ -39,12 +39,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sng@hellug.gr, manolis@koppermind.homelinux.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Αδύνατη η αλλαγή της ιδιοκτησίας του αρχείου %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -53,12 +53,12 @@ msgstr "" "Δεν ήταν δυνατή η αλλαγή της ιδιοκτησίας του αρχείου %1. Δεν έχετε επαρκή πρόσβαση στο αρχείο για να κάνετε την αλλαγή." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Αδύνατη η δημιουργία εργάτη KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -70,7 +70,7 @@ msgstr "" "Αδύνατη η δημιουργία συμβολικού συνδέσμου «%1».\n" "Το σύστημα αρχείων προορισμού (%2) δεν υποστηρίζει συμβολικούς συνδέσμους." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,7 +85,7 @@ msgstr "" "Η επιλογή Αντικατάσταση θα αντικαταστήσει τυχόν μη έγκυρους χαρακτήρες (στο " "όνομα του φακέλου προορισμού) με μια υπογράμμιση «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -100,23 +100,23 @@ msgstr "" "Η επιλογή Αντικατάσταση θα αντικαταστήσει τυχόν μη έγκυρους χαρακτήρες (στο " "όνομα του αρχείου προορισμού) με μια υπογράμμιση «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Ο φάκελος υπάρχει ήδη" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Το αρχείο υπάρχει ήδη" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Υπάρχει ήδη ως φάκελος" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Απορρίμματα" @@ -210,207 +210,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Μετακίνηση" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Πηγή" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Προορισμός" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Μετονομασία" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Αντιγραφή" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Δημιουργία καταλόγου" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Κατάλογος" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Διαγραφή" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Αρχείο" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Εξέταση" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Μεταφορά" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Προσάρτηση" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Συσκευή" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Σημείο προσάρτησης" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Αποπροσάρτηση" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Αλλαγή ιδιότητας" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Για την αλλαγή των ιδιοτήτων των αρχείων απαιτούνται προνόμια root. Θέλετε " -"να συνεχίσετε;" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Αντιγραφή αρχείων" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Για την ολοκλήρωση της λειτουργίας αντιγραφής απαιτούνται προνόμια root. " -"Θέλετε να συνεχίσετε;" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Διαγραφή αρχείων" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Για την ολοκλήρωση της λειτουργίας διαγραφής απαιτούνται προνόμια root. " -"Ωστόσο, κάτι τέτοιο μπορεί να προκαλέσει ζημιά στο σύστημά σας. Θέλετε να " -"συνεχίσετε;" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Δημιουργία φακέλου" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Για τη δημιουργία αυτού του φακέλου απαιτούνται προνόμια root. Θέλετε να " -"συνεχίσετε;" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Μετακίνηση αντικειμένων" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Για την ολοκλήρωση της λειτουργίας μετακίνησης απαιτούνται προνόμια root. " -"Θέλετε να συνεχίσετε;" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Μετονομασία" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Για την ολοκλήρωση της μετονομασίας απαιτούνται προνόμια root. Θέλετε να " -"συνεχίσετε;" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Δημιουργία συμβολικού δεσμού" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Για τη δημιουργία ενός συμβολικού συνδέσμου απαιτούνται προνόμια root. " -"Θέλετε να συνεχίσετε;" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Μεταφορά δεδομένων" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Για την ολοκλήρωση της μεταφοράς δεδομένων απαιτούνται δικαιώματα root. " -"Θέλετε να συνεχίσετε;" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -840,6 +729,11 @@ msgstr "Το αρχείο είναι πολύ μεγάλο για τα απορ #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -849,65 +743,65 @@ msgstr "" "%2\n" "Παρακαλώ στείλτε μια πλήρη αναφορά σφάλματος στο https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(άγνωστο)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Τεχνικός λόγος: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Λεπτομέρειες της αίτησης:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Πρωτόκολλο: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Ημερομηνία και ώρα: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Πρόσθετες πληροφορίες: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Πιθανές αιτίες:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Πιθανές λύσεις:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(άγνωστο)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -917,18 +811,18 @@ msgstr "" "σας, είτε τον διαχειριστή σας συστημάτων είτε μια ομάδα τεχνικής " "υποστήριξης, για περισσότερη βοήθεια." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Επικοινωνήστε με το διαχειριστή του εξυπηρετητή για περισσότερη βοήθεια." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Ελέγξτε τις άδειες πρόσβασης που έχετε για αυτόν τον πόρο." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -937,7 +831,7 @@ msgstr "" "Οι άδειες πρόσβασης σας ίσως να μην επαρκούν για να πραγματοποιηθεί η " "ζητούμενη ενέργεια σε αυτόν τον πόρο." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -945,7 +839,7 @@ msgstr "" "Το αρχείο ίσως να χρησιμοποιείται (και άρα να είναι κλειδωμένο) από άλλο " "χρήστη ή εφαρμογή." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -954,17 +848,17 @@ msgstr "" "Βεβαιωθείτε ότι δεν υπάρχει εφαρμογή ή χρήστης που χρησιμοποιεί ή έχει " "κλειδώσει το αρχείο." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Αν και απίθανο, μπορεί να έχει συμβεί κάποιο πρόβλημα στο υλικό." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Μπορεί να συναντήσατε ένα σφάλμα στο πρόγραμμα." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -974,7 +868,7 @@ msgstr "" "πρόγραμμα. Σκεφτείτε το ενδεχόμενο να υποβάλετε μια πλήρη αναφορά σφάλματος " "όπως περιγράφεται παρακάτω." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -983,7 +877,7 @@ msgstr "" "Ενημερώστε το λογισμικό σας στην τελευταία έκδοση. Η διανομή σας θα πρέπει " "να παρέχει εργαλεία για την ενημέρωση του λογισμικού." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1004,12 +898,12 @@ msgstr "" "παραπάνω και συμπεριλάβετε τις στην αναφορά σφάλματος, μαζί με όσες άλλες " "λεπτομέρειες νομίζετε ότι θα μπορούσαν να βοηθήσουν." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Ίσως να υπήρξε πρόβλημα με τη σύνδεσή σας στο δίκτυο." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1019,7 +913,7 @@ msgstr "" "διαδίκτυο χωρίς προβλήματα τον τελευταίο καιρό, τότε αυτό είναι μάλλον " "απίθανο." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1028,42 +922,42 @@ msgstr "" "Ίσως να υπήρξε πρόβλημα σε κάποιο σημείο της δικτυακής διαδρομής ανάμεσα " "στον εξυπηρετητή και σε αυτόν τον υπολογιστή." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Δοκιμάστε ξανά, είτε τώρα είτε αργότερα." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Ίσως προέκυψε σφάλμα ή ασυμβατότητα σε επίπεδο πρωτοκόλλου." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Βεβαιωθείτε ότι ο πόρος υπάρχει και ξαναδοκιμάστε." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ο καθορισμένος πόρος ίσως να μην υπάρχει." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Βεβαιωθείτε ότι δώσατε τη σωστή τοποθεσία και ξαναδοκιμάστε." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Ελέγξτε την κατάσταση της δικτυακής σας σύνδεσης." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Δεν είναι δυνατό το άνοιγμα του πόρου για ανάγνωση" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 ήταν αδύνατο να ανακτηθούν, καθώς ήταν αδύνατο να αποκτηθεί " "άδεια ανάγνωσης." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Ίσως δεν έχετε άδειες ανάγνωσης του αρχείου ή ανοίγματος του φακέλου." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Δεν είναι δυνατό το άνοιγμα του πόρου για εγγραφή" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1093,19 +987,19 @@ msgstr "" "τροποποιηθεί, όπως ζητήθηκε, γιατί δεν ήταν δυνατό να αποκτηθεί πρόσβαση με " "άδεια για εγγραφή." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" "Δεν είναι δυνατή η εκκίνηση της διεργασίας που απαιτείται από το πρωτόκολλο " "%1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Δεν είναι δυνατή η εκκίνηση της διεργασίας" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 δεν βρέθηκε ή δεν ξεκίνησε. Αυτό οφείλεται συνήθως σε τεχνικούς " "λόγους." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1128,12 +1022,12 @@ msgstr "" "καταστήσει το πρόγραμμα ασύμβατο με την τρέχουσα έκδοση και έτσι να μην " "ξεκινάει." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Εσωτερικό σφάλμα" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ανέφερε ένα εσωτερικό σφάλμα." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Λανθασμένα μορφοποιημένο URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Μη υποστηριζόμενο πρωτόκολλο %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1176,12 +1070,12 @@ msgstr "" "Το πρωτόκολλο %1 δεν υποστηρίζεται από τα προγράμματα του " "KDE που είναι εγκατεστημένα σε αυτόν τον υπολογιστή." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Το ζητούμενο πρωτόκολλο μπορεί να μην υποστηρίζεται." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1190,7 +1084,7 @@ msgstr "" "Οι εκδόσεις του πρωτοκόλλου %1 που υποστηρίζονται από αυτόν τον υπολογιστή " "και τον εξυπηρετητή μπορεί να μην είναι συμβατές." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1202,17 +1096,17 @@ msgstr "" "Τοποθεσίες για τέτοια αναζήτηση περιλαμβάνουν το http://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "To URL δεν αναφέρεται σε κάποιον πόρο." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Το πρωτόκολλο είναι ένα πρωτόκολλο-φίλτρο" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) που δώσατε δεν αναφερόταν σε έναν συγκεκριμένο πόρο." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1234,12 +1128,12 @@ msgstr "" "περιπτώσεις, ωστόσο αυτή δεν είναι μία τέτοια περίπτωση. Αυτό είναι ένα " "σπάνιο συμβάν, και πιθανότατα οφείλετε σε προγραμματιστικό σφάλμα." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Μη υποστηριζόμενη ενέργεια: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1248,7 +1142,7 @@ msgstr "" "Η ζητούμενη ενέργεια δεν υποστηρίζεται από το πρόγραμμα του KDE που υλοποιεί " "το πρωτόκολλο %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1259,17 +1153,17 @@ msgstr "" "πληροφορίες θα σας δώσουν περισσότερες λεπτομέρειες από όσες είναι " "διαθέσιμες στην αρχιτεκτονική εισόδου/εξόδου του KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Προσπάθεια εύρεσης άλλου τρόπου επίτευξης του ίδιου αποτελέσματος." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Αναμενόταν αρχείο" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1278,17 +1172,17 @@ msgstr "" "Η αίτηση περίμενε αρχείο, αλλά αντί για αυτό βρέθηκε ο φάκελος %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Αυτό ίσως να είναι σφάλμα από τη μεριά του εξυπηρετητή." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Αναμενόταν φάκελος" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1297,17 +1191,17 @@ msgstr "" "Η αίτηση περίμενε φάκελο, αλλά αντί για αυτό βρέθηκε το αρχείο %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Το αρχείο ή φάκελος δεν υπάρχει" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Το καθορισμένο αρχείο ή φάκελος %1 δεν υπάρχει." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1316,24 +1210,24 @@ msgstr "" "Το ζητούμενο αρχείο δεν ήταν δυνατό να δημιουργηθεί γιατί ένα αρχείο με το " "ίδιο όνομα υπάρχει ήδη." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Προσπαθήστε να μετακινήσετε το τρέχον αρχείο κάπου αλλού πρώτα και μετά " "προσπαθήστε ξανά." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Διαγράψτε το τρέχον αρχείο και ξαναδοκιμάστε." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Επιλέξτε ένα άλλο όνομα για το νέο αρχείο." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1342,29 +1236,29 @@ msgstr "" "Ο ζητούμενος φάκελος ήταν αδύνατο να δημιουργηθεί γιατί ένας φάκελος με το " "ίδιο όνομα υπάρχει ήδη." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Προσπαθήστε να μετακινήσετε τον τρέχοντα φάκελο κάπου αλλού πρώτα και μετά " "προσπαθήστε ξανά." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Διαγραφή του τρέχοντος φακέλου και προσπάθεια ξανά." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Επιλογή ενός άλλου ονόματος για το νέο φάκελο." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Άγνωστος υπολογιστής" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1373,35 +1267,35 @@ msgstr "" "Ένα σφάλμα άγνωστου υπολογιστή δηλώνει ότι ο εξυπηρετητής με το ζητούμενο " "όνομα, %1, ήταν αδύνατο να βρεθεί στο διαδίκτυο." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Το όνομα που γράψατε, %1, μπορεί να μην υπάρχει: μπορεί να το γράψατε λάθος." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Άρνηση πρόσβασης" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Δε δόθηκε πρόσβαση στον καθορισμένο πόρο, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Μπορεί να δώσατε λανθασμένες ή καθόλου πληροφορίες ταυτοποίησης." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Ο λογαριασμός σας μπορεί να μην έχει άδειες πρόσβασης στον καθορισμένο πόρο." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1410,12 +1304,12 @@ msgstr "" "Ξαναδοκιμάστε την αίτηση και βεβαιωθείτε ότι οι πληροφορίες ταυτοποίησης σας " "δίνονται σωστά." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Άρνηση πρόσβασης εγγραφής" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1424,12 +1318,12 @@ msgstr "" "Αυτό σημαίνει ότι μια προσπάθεια για εγγραφή στο αρχείο %1 " "απορρίφθηκε." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Αδύνατη η είσοδος στο φάκελο" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1438,17 +1332,17 @@ msgstr "" "Αυτό σημαίνει ότι μια προσπάθεια για είσοδο (με άλλα λόγια, για άνοιγμα) στο " "ζητούμενο φάκελο %1 απορρίφθηκε." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Προβολή φακέλων μη διαθέσιμη" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Το πρωτόκολλο %1 δεν είναι σύστημα αρχείων" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1459,12 +1353,12 @@ msgstr "" "περιεχομένων του φακέλου και το πρόγραμμα του KDE που υποστηρίζει αυτό το " "πρωτόκολλο δεν είναι ικανό να το κάνει." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Ανιχνεύθηκε κυκλικός δεσμός" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1477,7 +1371,7 @@ msgstr "" "σειρά δεσμών που οδηγεί σε ένα αέναο βρόχο - π.χ. το αρχείο ήταν συνδεδεμένο " "(πιθανόν με έναν έμμεσο τρόπο) με τον εαυτό του." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1486,27 +1380,27 @@ msgstr "" "Διαγραφή ενός τμήματος του βρόχου έτσι ώστε δεν προκαλεί έναν αέναο βρόχο, " "και προσπαθήστε ξανά." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Αίτηση ματαιώθηκε από τον χρήστη" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Η αίτηση δεν ολοκληρώθηκε γιατί διεκόπη." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ξαναδοκιμάστε την αίτηση." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Εντοπίστηκε κυκλικός δεσμός κατά την αντιγραφή" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1520,17 +1414,17 @@ msgstr "" "οδηγεί σε ένα αέναο βρόχο - π.χ. το αρχείο ήταν συνδεδεμένο (πιθανόν με έναν " "έμμεσο τρόπο) με τον εαυτό του." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Αδύνατη η δημιουργία σύνδεσης δικτύου" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Αδύνατη η δημιουργία υποδοχής" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1539,8 +1433,8 @@ msgstr "" "Αυτό είναι ένα αρκετά τεχνικό σφάλμα στο οποίο μια απαιτούμενη συσκευή για " "δικτυακή επικοινωνία (μια υποδοχή) ήταν αδύνατο να δημιουργηθεί." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1549,12 +1443,12 @@ msgstr "" "Η δικτυακή σύνδεση μπορεί να είναι λανθασμένα ρυθμισμένη, ή η δικτυακή " "διασύνδεση μπορεί να μην είναι ενεργοποιημένη." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Άρνηση σύνδεσης με τον εξυπηρετητή" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1563,7 +1457,7 @@ msgstr "" "Ο εξυπηρετητής %1 δεν επέτρεψε σε αυτόν τον υπολογιστή να " "συνδεθεί." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1572,7 +1466,7 @@ msgstr "" "Ο εξυπηρετητής, αν και είναι συνδεδεμένος με το Διαδίκτυο, μπορεί να μην " "είναι ρυθμισμένος να επιτρέπει αιτήσεις." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1581,7 +1475,7 @@ msgstr "" "Ο εξυπηρετητής, αν και είναι συνδεδεμένος με το Διαδίκτυο, μπορεί να μην " "τρέχει τη ζητούμενη υπηρεσία (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1592,12 +1486,12 @@ msgstr "" "είτε προστατεύοντας το δίκτυό σας ή το δίκτυο του εξυπηρετητή, μπορεί να " "παρενέβη, εμποδίζοντας αυτή την αίτηση." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Απροσδόκητο κλείσιμο σύνδεσης με τον εξυπηρετητή" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1606,7 +1500,7 @@ msgstr "" "Αν και η σύνδεση επετεύχθη με το %1, η σύνδεση έκλεισε σε " "ένα απροσδόκητο σημείο κατά την επικοινωνία." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1615,17 +1509,17 @@ msgstr "" "Ένα σφάλμα πρωτοκόλλου μπορεί να έχει συμβεί προκαλώντας τον εξυπηρετητή να " "κλείσει τη σύνδεση σαν απάντηση στο σφάλμα." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Μη έγκυρος πόρος URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Το πρωτόκολλο %1 δεν είναι ένα πρωτόκολλο - φίλτρο" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) που δώσατε δεν αναφερόταν σε ένα έγκυρο μηχανισμό " "πρόσβασης στο ζητούμενο πόρο, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1650,17 +1544,17 @@ msgstr "" "σπάνια περίπτωση, και είναι πολύ πιθανό να σημαίνει ότι υπάρχει σφάλμα στο " "πρόγραμμα." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Δεν είναι δυνατή η αρχικοποίηση της συσκευής Εισόδου/Εξόδου" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Δεν ήταν δυνατή η προσάρτηση της συσκευής" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1669,7 +1563,7 @@ msgstr "" "Η ζητούμενη συσκευή δεν ήταν δυνατό να αρχικοποιηθεί (\"προσαρτηθεί\"). Το " "σφάλμα που αναφέρθηκε ήταν: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1681,7 +1575,7 @@ msgstr "" "CD), ή στην περίπτωση μιας περιφερειακής/φορητής συσκευής, η συσκευή μπορεί " "να μην είναι συνδεδεμένη σωστά." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1692,7 +1586,7 @@ msgstr "" "συσκευή. Στα συστήματα UNIX, συχνά απαιτούνται προνόμια διαχειριστή για την " "αρχικοποίηση μιας συσκευής." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1702,17 +1596,17 @@ msgstr "" "περιέχουν ένα μέσο και οι φορητές συσκευές πρέπει να είναι συνδεδεμένες και " "ανοικτές, και προσπαθήστε ξανά." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Δεν είναι δυνατή η απο-αρχικοποίηση της συσκευής Εισόδου/Εξόδου" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Δεν ήταν δυνατή η αποπροσάρτηση της συσκευής" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1721,7 +1615,7 @@ msgstr "" "Η ζητούμενη συσκευή δεν ήταν δυνατό να απο-αρχικοποιηθεί (\"αποπροσαρτηθεί" "\"). Το σφάλμα που αναφέρθηκε ήταν: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1732,7 +1626,7 @@ msgstr "" "μια άλλη εφαρμογή ή χρήστη. Ακόμη και ένα ανοικτό παράθυρο περιηγητή σε μια " "τοποθεσία μέσα στη συσκευή αυτή μπορεί να κρατά τη συσκευή σε χρήση." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1743,18 +1637,18 @@ msgstr "" "τη συσκευή. Στα συστήματα UNIX, συχνά απαιτούνται προνόμια διαχειριστή για " "την απο-αρχικοποίηση μιας συσκευής." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Ελέγξτε ότι καμία εφαρμογή δε χρησιμοποιεί τη συσκευή και προσπαθήστε ξανά." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Δεν είναι δυνατή η ανάγνωση από τον πόρο" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1763,17 +1657,17 @@ msgstr "" "Αυτό σημαίνει ότι αν και ο πόρος %1 ανοίχτηκε, ένα σφάλμα " "συνέβη κατά την ανάγνωση των περιεχομένων του πόρου." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Ίσως δεν έχετε άδειες ανάγνωσης από τον πόρο." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Δεν είναι δυνατή η εγγραφή στον πόρο" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1782,22 +1676,22 @@ msgstr "" "Αυτό σημαίνει ότι αν και ο πόρος %1 ανοίχτηκε, ένα σφάλμα " "συνέβη κατά την εγγραφή στον πόρο." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Ίσως δεν έχετε άδειες εγγραφής στον πόρο." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Δεν ήταν δυνατό να \"ακούσω\" για δικτυακές συνδέσεις" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Αδυναμία σύνδεσης" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1808,17 +1702,17 @@ msgstr "" "δικτυακή επικοινωνία (μια υποδοχή) ήταν αδύνατο να εγκατασταθεί για αναμονή " "εισερχόμενων δικτυακών συνδέσεων." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Δεν ήταν δυνατό να \"ακούσω\"" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Δεν ήταν δυνατή η αποδοχή δικτυακής σύνδεσης" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1827,17 +1721,17 @@ msgstr "" "Αυτό είναι ένα αρκετά τεχνικό σφάλμα στο οποίο ένα σφάλμα συνέβη κατά την " "προσπάθεια αποδοχής μιας εισερχόμενης δικτυακής σύνδεσης." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Ίσως δεν έχετε άδειες για αποδοχή της σύνδεσης." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Αδύνατη η σύνδεση: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1845,17 +1739,17 @@ msgstr "" "Μια προσπάθεια σύνδεσης για την εκτέλεση της ζητούμενης ενέργειας ήταν " "ανεπιτυχής." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Δεν ήταν δυνατό να καθοριστεί η κατάσταση του πόρου" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Αδύνατη η εκκίνηση του Πόρου" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1865,71 +1759,71 @@ msgstr "" "%1, όπως το όνομα του πόρου, ο τύπος, το μέγεθος, κτλ., " "ήταν ανεπιτυχής." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Ο καθορισμένος πόρος ίσως να μην υπήρχε ή να μην είναι προσπελάσιμος." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Αδύνατη η ακύρωση της εμφάνισης των περιεχομένων" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ΦΤΙΑΞΕ ΜΕ: Τεκμηρίωση αυτού" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Αδύνατη η δημιουργία φακέλου" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Μια προσπάθεια δημιουργίας του ζητηθέντος φακέλου απέτυχε." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Η τοποθεσία όπου θα δημιουργούνταν ο φάκελος ίσως να μην υπάρχει." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Αδύνατη η αφαίρεση φακέλου" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Μια προσπάθεια αφαίρεσης του καθορισμένου φακέλου, %1, " "απέτυχε." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Ο καθορισμένος φάκελος ίσως να μην υπάρχει." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Ο καθορισμένος φάκελος ίσως να μην είναι κενός." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Βεβαιωθείτε ότι ο φάκελος υπάρχει και είναι κενός, και προσπαθήστε ξανά." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Αδύνατη η συνέχιση μεταφοράς αρχείου" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1938,35 +1832,35 @@ msgstr "" "Η καθορισμένη αίτηση ζήτησε η μεταφορά του αρχείου %1 να " "συνεχιστεί σε ένα συγκεκριμένο σημείο της μεταφοράς. Αυτό δεν ήταν δυνατό." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Το πρωτόκολλο, ή ο εξυπηρετητής, ίσως δεν υποστηρίζει διακεκομμένη λήψη." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ξαναδοκιμάστε την αίτηση χωρίς προσπάθεια για συνέχιση της μεταφοράς." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Δεν ήταν δυνατή η μετονομασία του πόρου" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Μια προσπάθεια μετονομασίας του καθορισμένου πόρου %1 " "απέτυχε." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Αδύνατη η τροποποίηση των αδειών του πόρου" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 απέτυχε." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Αδύνατη η τροποποίηση ιδιοκτησίας του πόρου" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1" "%1 απέτυχε." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Δεν ήταν δυνατή η διαγραφή του πόρου" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Μια προσπάθεια διαγραφής του καθορισμένου πόρου %1 απέτυχε." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Απροσδόκητος τερματισμός προγράμματος" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 τερμάτισε απροσδόκητα." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Τελείωσε η μνήμη" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 δεν μπόρεσε να αποκτήσει την αναγκαία μνήμη για να συνεχίσει." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Άγνωστος διαμεσολαβητής" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2087,17 +1981,17 @@ msgstr "" "\">http://bugs.kde.org για να πληροφορήσετε την ομάδα του KDE για τη μη " "υποστηριζόμενη μέθοδο ταυτοποίησης." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Αίτηση διεκόπη" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Εσωτερικό σφάλμα στον εξυπηρετητή" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2106,7 +2000,7 @@ msgstr "" "Το πρόγραμμα στον εξυπηρετητή που παρέχει πρόσβαση στο πρωτόκολλο " "%1 ανέφερε ένα εσωτερικό σφάλμα: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2116,14 +2010,14 @@ msgstr "" "εξυπηρετητή. Παρακαλώ σκεφτείτε το ενδεχόμενο να υποβάλετε μια πλήρη αναφορά " "σφάλματος όπως περιγράφεται παρακάτω." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Επικοινωνήστε με το διαχειριστή του εξυπηρετητή για να τους επισημάνετε το " "πρόβλημα." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2132,42 +2026,30 @@ msgstr "" "Αν ξέρετε ποιοι είναι οι συγγραφείς του λογισμικού του εξυπηρετητή, " "υποβάλετε σε αυτούς την αναφορά σφάλματος." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Σφάλμα χρονικού ορίου" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Παρ' όλο που υπήρξε επαφή με τον εξυπηρετητή, δεν υπήρξε ανταπόκριση μέσα " -"στο χρονικό όριο για την αίτηση, που κατατμήθηκε ως εξής:
      • Χρονικό " -"όριο για αποκατάσταση μιας σύνδεσης: %1 δευτερόλεπτα
      • Χρονικό όριο " -"για λήψη μιας ανταπόκρισης: %2 δευτερόλεπτα
      • Χρονικό όριο για " -"πρόσβαση σε διαμεσολαβητές: %3 δευτερόλεπτα
      Παρακαλώ σημειώστε πως " -"μπορείτε να τροποποιήσετε αυτές τις ρυθμίσεις για τα χρονικά όρια στις " -"ρυθμίσεις συστήματος του KDE, επιλέγοντας Δίκτυο->Προτιμήσεις σύνδεσης." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Ο εξυπηρετητής ήταν πολύ απασχολημένος με άλλες αιτήσεις, για να απαντήσει." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Άγνωστο σφάλμα" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ανέφερε ένα άγνωστο σφάλμα: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Άγνωστη διακοπή" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ανέφερε μια διακοπή άγνωστου τύπου: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Δεν ήταν δυνατή η διαγραφή του πρωτότυπου αρχείου" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2206,12 +2088,12 @@ msgstr "" "πιθανότατα στο τέλος μιας ενέργειας μετακίνησης αρχείου. Το πρωτότυπο αρχείο " "%1 ήταν αδύνατο να διαγραφεί." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Δεν ήταν δυνατό να διαγραφεί το προσωρινό αρχείο" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2222,12 +2104,12 @@ msgstr "" "οποίο θα αποθηκευόταν το αρχείο κατά τη λήψη του. Αυτό το προσωρινό αρχείο " "%1 ήταν αδύνατο να διαγραφεί." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Δεν ήταν δυνατή η μετονομασία του πρωτότυπου αρχείου" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2236,12 +2118,12 @@ msgstr "" "Η ζητούμενη ενέργεια απαιτούσε τη μετονομασία του πρωτότυπου αρχείου " "%1, αλλά δεν ήταν δυνατή." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Δεν ήταν δυνατή η μετονομασία του προσωρινού αρχείου" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2250,32 +2132,32 @@ msgstr "" "Η ζητούμενη ενέργεια απαιτούσε τη δημιουργία ενός προσωρινού αρχείου " "%1, αλλά δεν ήταν δυνατό να δημιουργηθεί." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Δεν ήταν δυνατή η δημιουργία δεσμού" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Δεν ήταν δυνατή η δημιουργία συμβολικού δεσμού" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ο ζητούμενος συμβολικός δεσμός %1 δεν ήταν δυνατό να δημιουργηθεί." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Χωρίς περιεχόμενα" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Ο δίσκος γέμισε" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2284,7 +2166,7 @@ msgstr "" "Το ζητούμενο αρχείο %1 δεν ήταν δυνατό να γραφτεί γιατί δεν " "υπάρχει αρκετός χώρος στο δίσκο." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2295,12 +2177,12 @@ msgstr "" "αρχείων· 2) αρχειοθέτηση αρχείων σε αφαιρούμενα μέσα όπως το CD· ή 3) " "αγοράστε ένα μεγαλύτερο δίσκο." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Ταυτόσημα αρχεία πηγής και προορισμού" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2309,17 +2191,17 @@ msgstr "" "Η ενέργεια δεν ολοκληρώθηκε γιατί η πηγή και ο προορισμός είναι το ίδιο " "αρχείο." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Επιλέξτε διαφορετικό όνομα για το αρχείο προορισμού." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Απόθεση αρχείου ή φακέλου στον εαυτό του" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2328,17 +2210,17 @@ msgstr "" "Η ενέργεια δεν ολοκληρώθηκε γιατί το αρχείο ή ο φάκελος πηγής και προορισμού " "είναι τα ίδια." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Απόθεση του αντικειμένου σε διαφορετικό αρχείο ή φάκελο." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Μετακίνηση φακέλου στον εαυτό του" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2347,17 +2229,17 @@ msgstr "" "Η ενέργεια δεν ολοκληρώθηκε γιατί η πηγή δεν μπορεί να μετακινηθεί στον " "εαυτό της." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Μετακίνηση του αντικειμένου σε διαφορετικό φάκελο." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Αδυναμία επικοινωνίας με τον εξυπηρετητή κωδικών" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2366,24 +2248,24 @@ msgstr "" "Η ενέργεια δεν ολοκληρώθηκε λόγω αδυναμίας επικοινωνίας με την υπηρεσία " "αίτησης κωδικών (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Δοκιμάστε επανεκκίνηση συνεδρίας ή δείτε τα αρχεία καταγραφής για σφάλματα " "από το kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Δεν είναι δυνατή η αρχικοποίηση του πρωτοκόλλου %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Αδύνατη η δημιουργία εργάτη KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2392,7 +2274,7 @@ msgstr "" "Δεν κατέστη δυνατή η εκκίνηση του εργάτη KIO που παρέχει πρόσβαση στο " "πρωτόκολλο %1. Αυτό οφείλεται συνήθως σε τεχνικούς λόγους." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2402,13 +2284,13 @@ msgstr "" "πρωτόκολλο. Αυτό σημαίνει ότι μπορεί να έχετε μια ξεπερασμένη έκδοση του " "πρόσθετου." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Αδύνατη η μεταφορά %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2418,7 +2300,7 @@ msgstr "" "Το αρχείο %1 δεν μπορεί να μεταφερθεί, επειδή το " "σύστημα αρχείων προορισμού δεν υποστηρίζει αρχεία τέτοιου μεγέθους" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2427,28 +2309,28 @@ msgstr "" "Διαμορφώστε εκ νέου τον δίσκο προορισμού για να χρησιμοποιήσετε ένα σύστημα " "αρχείων που υποστηρίζει αρχεία τέτοιου μεγέθους." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Μη τεκμηριωμένο σφάλμα" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Συμβολικός δεσμός στο %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, δεσμός στο %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Δείκτης στο %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2457,12 +2339,12 @@ msgstr "" "Κακοδιατυπωμένο URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Αδύνατος ο προσδιορισμός του τύπου του αρχείου για το %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2471,13 +2353,13 @@ msgstr "" "Αδυναμία εξαγωγής ονόματος εκτελέσιμου από '%1', παρακαλώ πληκτρολογήστε ένα " "έγκυρο όνομα προγράμματος." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 δεν φαίνεται να είναι εκτελέσιμο πρόγραμμα." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2487,93 +2369,93 @@ msgstr "" "Το %1 δεν βρέθηκε. Παρακαλώ εισάγετε μια έγκυρη " "διαδρομή προς ένα εκτελέσιμο πρόγραμμα." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Το άνοιγμα συνδέσεων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Το κλείσιμο συνδέσεων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Η πρόσβαση σε αρχεία δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Η εγγραφή στο %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Δεν υπάρχουν ειδικές ενέργειες διαθέσιμες για το πρωτόκολλο %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Η προβολή φακέλων δεν υποστηρίζεται για το πρωτόκολλο %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Η ανάκτηση δεδομένων από το %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Η ανάκτηση πληροφοριών τύπου mime από το %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Η μετονομασία ή μετακίνηση αρχείων στο %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Η δημιουργία συμβολικών δεσμών δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Η αντιγραφή αρχείων στο %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Η διαγραφή αρχείων από το %1 δεν υποστηρίζεται." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Η δημιουργία φακέλων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Η αλλαγή ιδιοτήτων των αρχείων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Η αλλαγή ιδιοκτησίας των αρχείων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Το άνοιγμα αρχείων δεν υποστηρίζεται με το πρωτόκολλο %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Το πρωτόκολλο %1 δεν υποστηρίζει την ενέργεια %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2582,313 +2464,338 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Άγνωστο πρωτόκολλο '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Δεν ήταν δυνατό να βρεθεί ένας εργάτης KIO για το πρωτόκολλο '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Δεν ήταν δυνατό να δημιουργηθεί υποδοχή για την εκκίνηση ενός εργάτη KIO για " "το πρωτόκολλο '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Αδυναμία εύρεσης του εκτελέσιμου 'kioworker' στο '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Λεπτομέρειες" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Για πάντα" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Συ&νέχεια" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Μόνο για την τρέχουσα συνεδρία" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Δημιουργία νέου φακέλου" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Δημιουργία νέου φακέλου" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Δεν επιλέξατε κάποιο αρχείο για διαγραφή." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Τίποτα για διαγραφή" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Δεν επιλέξατε κάποιο αρχείο για μετακίνηση στα απορρίμματα." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Τίποτα για απορρίμματα" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Ο καθορισμένος φάκελος δεν υπάρχει ή δεν ήταν αναγνώσιμος." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Μενού" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Γονικός φάκελος" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Μετάβαση πίσω" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Μετάβαση εμπρός" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Προσωπικός φάκελος" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Επαναφόρτωση" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Νέος φάκελος…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Μετακίνηση στα απορρίμματα" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Διαγραφή" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ταξινόμηση" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ταξινόμηση ανά όνομα" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ταξινόμηση ανά μέγεθος" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ταξινόμηση ανά ημερομηνία" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ταξινόμηση ανά τύπο" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Φθίνουσα" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Φθίνουσα" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Πρώτα οι φάκελοι" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Κρυφά αρχεία στο τέλος" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Προβολή εικονιδίων" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Συμπαγής προβολή" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Λεπτομερής προβολή" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Θέση εικονιδίου" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Δίπλα στο όνομα αρχείου" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Πάνω από το όνομα αρχείου" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Σύντομη προβολή" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Λεπτομερής προβολή" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Προβολή δέντρου" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Λεπτομερής προβολή δέντρου" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Να επιτρέπεται η επέκταση στην Προβολή λεπτομερειών" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Εμφάνιση κρυφών αρχείων" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Εμφάνιση πίνακα προεπισκόπησης" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Εμφάνιση προεπισκόπησης" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Άνοιγμα περιέχοντος φακέλου" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Ιδιότητες" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Λειτουργία &προβολής" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Ω-Α" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "Α-Ω" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Νεότερα πρώτα" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Παλαιότερα πρώτα" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Νεότερα πρώτα" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Μεγαλύτερα πρώτα" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Μικρότερα πρώτα" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Κωδικοποίηση:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Άνοιγμα" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Αποθήκευση ως" @@ -2935,40 +2842,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Μετακίνηση εδώ" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Όλα τα αρχεία" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Όλα τα υποστηριζόμενα αρχεία" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Όλα τα αρχεία" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Προσθήκη μιας τοποθεσίας" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Επεξεργασία καταχώρησης τοποθεσιών" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2981,17 +2888,17 @@ msgstr "" "βοηθούν στο να θυμάστε το που αναφέρεται αυτή η καταχώρηση. θα πρέπει να " "προέρχεται από τη διεύθυνση ιστοσελίδας της τοποθεσίας του.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Ετικέτ&α:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Εισάγετε μια περιγραφική ετικέτα εδώ" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3005,12 +2912,12 @@ msgstr "" ">Κάνοντας κλικ στο κουμπί δίπλα στο πλαίσιο επεξεργασίας κειμένου, μπορείτε " "να περιηγηθείτε σε ένα κατάλληλο URL." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "Τοπο&θεσία:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -3019,17 +2926,17 @@ msgstr "" "Αυτό είναι το εικονίδιο που θα εμφανίζεται στο πλαίσιο τοποθεσιών.

      Κάντε κλικ στο κουμπί για να επιλέξετε ένα διαφορετικό εικονίδιο.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Επιλέξτε ένα ε&ικονίδιο:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Εμφάνιση μόν&ο όταν χρησιμοποιείται αυτή η εφαρμογή (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3040,201 +2947,209 @@ msgstr "" "όταν χρησιμοποιείτε την τρέχουσα εφαρμογή (%1).

      Αν αυτή η ρύθμιση " "δεν επιλεχθεί, η καταχώρηση θα είναι διαθέσιμη σε όλες τις εφαρμογές.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Τοποθεσίες" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Απομακρυσμένα" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Πρόσφατα" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Αναζήτηση για" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Συσκευές" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Αφαιρούμενες συσκευές" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Ετικέτες" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (από %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Όλες οι ετικέτες" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Προσωπικός φάκελος" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Επιφάνεια εργασίας" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Έγγραφα" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Λήψεις" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Δίκτυο" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Απορρίμματα" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Μουσική" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Εικόνες" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Βίντεο" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Πρόσφατα αρχεία" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Πρόσφατες τοποθεσίες" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Τροποποιήθηκε σήμερα" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Τροποποιήθηκε χθες" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Αδυναμία προσθήκης στον πίνακα «Τοποθεσίες»: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Μόνο φάκελοι μπορούν να προστεθούν στον πίνακα θέσεων." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Διαμόρφωση συντομεύσεων ιστού..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Αποδέσμευση…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Απο&δέσμευση" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Ασφαλής αφαίρεση…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Ασφαλής αφαίρεση" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Αποπροσάρτηση…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Αποπροσάρτηση" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Εξαγωγή" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Η συσκευή '%1' δεν είναι δίσκος και δεν μπορεί να εξαχθεί." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Συνέβη ένα σφάλμα κατά την πρόσβαση στο '%1', το σύστημα απάντησε: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Συνέβη ένα σφάλμα κατά την πρόσβαση στο '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Ένα ή περισσότερα αρχεία σε αυτή τη συσκευή είναι ανοιχτά σε μια εφαρμογή." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3249,108 +3164,108 @@ msgstr[1] "" "Ένα ή περισσότερα αρχεία σε αυτή τη συσκευή ανοίγουν στις ακόλουθες " "εφαρμογές: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Επαναδιαμόρφωση ή επεξεργασία με το διαχείριση κατατμήσεων" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 ελεύθερα από %2 (%3% σε χρήση)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (κρυφό)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Άδειασμα απορριμμάτων" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Προσάρτηση" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Άνοιγμα σε νέα καρτέλα" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Άνοιγμα σε νέο παράθυρο" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Προσθήκη καταχώρησης…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Επεξεργασία…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Αφαίρεση από τις τοποθεσίες" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Απόκρυψη" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Απόκρυψη τμήματος '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Απόκρυψη τμήματος" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Εμφάνιση όλων των καταχωρήσεων" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Μέγεθος εικονιδίου" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3358,51 +3273,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Αυτόματη αλλαγή μεγέθους" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Μικρό (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Μεσαίο (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Μεγάλο (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Τεράστιο (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Μπορείτε να επιλέξετε μόνο ένα αρχείο" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Δόθηκαν πάνω από ένα αρχεία" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Μπορείτε να επιλέξετε μόνο τοπικά αρχεία" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Απομακρυσμένα αρχεία δε γίνονται αποδεκτά" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3417,51 +3332,22 @@ msgstr[1] "" "Η επιλεγμένη διεύθυνση URL χρησιμοποιεί ένα μη υποστηριζόμενο σχέδιο. " "Παρακαλούμε χρησιμοποιήστε ένα από τα ακόλουθα σχέδια: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Μη υποστηριζόμενο σχέδιο URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Επιλέχθηκαν περισσότεροι από έναν φάκελο και ο διάλογος αυτός δε δέχεται " -"φακέλους, ενώ είναι αδύνατο να καθοριστεί η μετάβαση σε έναν από αυτούς. " -"Παρακαλώ επιλέξτε μόνο έναν φάκελο για εμφάνιση" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Δόθηκαν περισσότεροι από ένας φάκελοι" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Έχει επιλεγεί τουλάχιστον ένας φάκελος και ένα αρχείο. Θα γίνει αγνόηση των 
επιλεγμένων αρχείων και θα γίνει εμφάνιση του επιλεγμένου φακέλου." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Επιλέχθηκαν αρχεία και φάκελοι" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Το αρχείο %1 δεν βρέθηκε" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Αδυναμία ανοίγματος αρχείου" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3472,48 +3358,49 @@ msgstr "" ">
      Για παράδειγμα, αν η τρέχουσα θέση είναι file:/home/konqi κάνοντας " "κλικ σε αυτό το κουμπί θα μεταφερθείτε στο file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Κάντε κλικ σε αυτό το κουμπί για να μετακινηθείτε ένα βήμα πίσω στο ιστορικό " "περιήγησης." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Κάντε κλικ σε αυτό το κουμπί για να μετακινηθείτε ένα βήμα μπροστά στο " "ιστορικό περιήγησης." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Κάντε κλικ σε αυτό το κουμπί για να επαναφορτωθούν τα περιεχόμενα της " "τρέχουσας τοποθεσίας." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Κάντε κλικ σε αυτό το κουμπί για να δημιουργήσετε ένα νέο φάκελο." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Εμφάνιση πίνακα θέσεων" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Εμφάνιση κουμπιού σελιδοδεικτών" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Εμφάνιση κρυφών αρχείων" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Επιλογές" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3529,12 +3416,12 @@ msgstr "" "αρχείων
    • ο πίνακας τοποθεσιών
    • προεπισκοπήσεις αρχείων
    • διαχωρισμός φακέλων από αρχεία
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Σελιδοδείκτες" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3550,12 +3437,39 @@ msgstr "" "σελιδοδείκτες στο KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Ό&νομα:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Αναίρεση αλλαγών" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Άνοιγμα περιέχοντος φακέλου" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Όνομα αρχείου:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Κρυφά αρχεία στο τέλος" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3568,12 +3482,12 @@ msgstr "" "κάνοντας κλικ με το δεξί πλήκτρο του ποντικιού και επιλέγοντας την " "προτιμώμενη κατάσταση από το μενού Συμπλήρωση κειμένου." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Αυτό είναι το όνομα με το οποίο θα αποθηκευτεί το αρχείο." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3582,74 +3496,79 @@ msgstr "" "Αυτή είναι η λίστα των αρχείων για άνοιγμα. Περισσότερα από ένα αρχεία " "μπορεί να καθοριστούν παραθέτοντας τα διαχωρισμένα με κενά." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Αυτό είναι το όνομα του αρχείου για άνοιγμα." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Τοποθεσίες" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Το αρχείο \"%1\" υπάρχει ήδη. Επιθυμείτε την αντικατάστασή του;" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Αντικατάσταση αρχείου;" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Μπορείτε να επιλέξετε μόνο τοπικά αρχεία." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Απομακρυσμένα αρχεία δε γίνονται αποδεκτά" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Όλοι οι φάκελοι" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Δημιουργία καταλόγου" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Ά&νοιγμα" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Μέγεθος εικονιδίων: %1 εικονοστοιχεία" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Αυτόματη επιλογή κατάλη&ξης αρχείου (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "η κατάληξη %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Αυτόματη επιλογή κατάλη&ξης αρχείου" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "μια κατάλληλη κατάληξη" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3677,12 +3596,12 @@ msgstr "" "αφαιρεθεί αυτόματα).Αν δεν είστε σίγουροι, διατηρήστε αυτή την " "επιλογή ενεργοποιημένη καθώς καθιστά τα αρχεία σας πιο εύκολα διαχειρίσιμα." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Τύπος αρχείου:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3691,58 +3610,19 @@ msgstr "" "Αυτός είναι ο επιλογέας τύπου αρχείου. Χρησιμοποιείται για την επιλογή " "της μορφής με την οποία θα αποθηκευτεί το αρχείο." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Φίλτρο:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Αυτό το φίλτρο προορίζεται για την εφαρμογή του στη λίστα αρχείων. Τα " -"ονόματα αρχείων που δε συμπίπτουν με το φίλτρο δε θα εμφανίζονται." -"

    Μπορείτε να επιλέξετε ένα από τα προκαθορισμένα φίλτρα του αναπτυσσόμενου " -"μενού, ή να εισάγετε ένα προσαρμοσμένο φίλτρο απευθείας στην περιοχή " -"κειμένου.

    Χαρακτήρες μπαλαντέρ όπως τα * και ? επιτρέπονται.

    " +"Αυτός είναι ο επιλογέας τύπου αρχείου. Χρησιμοποιείται για την επιλογή " +"της μορφής με την οποία θα αποθηκευτεί το αρχείο." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Δημιουργία νέου αρχείου" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Δυστυχώς" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Το αρχείο προτύπου%1 δεν υπάρχει." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Όνομα για το νέο δεσμό:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Δημιουργία δεσμού με URL." - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3750,7 +3630,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Εισάγετε ένα διαφορετικό όνομα" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Δυστυχώς" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Το αρχείο προτύπου%1 δεν υπάρχει." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Όνομα για το νέο δεσμό:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Δημιουργία συμβολικού δεσμού" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Δημιουργία δεσμού με URL." + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3760,7 +3671,7 @@ msgstr "" "Το όνομα %1 δεν μπορεί να χρησιμοποιηθεί επειδή είναι " "δεσμευμένο για χρήση από το λειτουργικό σύστημα." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3770,7 +3681,7 @@ msgstr "" "Το όνομα %1 αρχίζει με τελεία, οπότε θα είναι κρυμμένο " "από προεπιλογή." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3782,30 +3693,38 @@ msgstr "" "εμφανίζεται πριν από άλλα αντικείμενα κατά την αλφαβητική ταξινόμηση, μεταξύ " "άλλων πιθανών παραξενιών." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Η χρήση κάθετων σε ονόματα φακέλων θα δημιουργήσει υποφακέλους, όπως:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Η χρήση κάθετων σε ονόματα φακέλων θα δημιουργήσει υποφακέλους." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" "Οι κάθετοι δεν μπορούν να χρησιμοποιηθούν σε ονόματα αρχείων και φακέλων." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Οι ανάποδοι κάθετοι δεν μπορούν να χρησιμοποιηθούν σε ονόματα αρχείων και " "φακέλων." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3815,90 +3734,141 @@ msgstr "" "επειδή μπορεί να προκαλέσει σύγχυση ή να είναι επικίνδυνο όταν " "χρησιμοποιείτε το τερματικό για να διαγράψετε πράγματα." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ένας κατάλογος με όνομα %1 υπάρχει ήδη." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ένα αρχείο με όνομα %1 υπάρχει ήδη." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Δημιουργία νέου" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Δεσμός με συσκευή" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Νέος φάκελος" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Δημιουργία νέου φακέλου" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Δημιουργία νέου φακέλου στο %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Εισάγετε ένα διαφορετικό όνομα" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Προκαθορισμένο" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Δημιουργία νέου αρχείου" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Εισάγετε ένα διαφορετικό όνομα" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Επιλέξτε εφαρμογή για το %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Επιλέξτε ένα ε&ικονίδιο:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Αντιγραφή" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Επικόλληση" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Άνοιγμα «%1» σε νέα καρτέλα" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Άνοιγμα «%1» σε νέο παράθυρο" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Επεξεργασία" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Πλοήγηση" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Εμφάνιση πλήρους διαδρομής" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3906,7 +3876,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Αδύνατη η μεταφορά %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3918,6 +3888,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Τοποθεσίες" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3941,28 +3920,28 @@ msgstr "Άλλο" msgid "Edit mode" msgstr "Λειτουργία επεξεργασίας" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Κάντε κλικ για πλοήγηση τοποθεσίας" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Κάντε κλικ για επεξεργασία τοποθεσίας" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Δεν έχετε άδεια εκτέλεσης αυτού του αρχείου." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Εκκίνηση %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3971,13 +3950,13 @@ msgstr "" "Αδυναμία ορισμού της υπηρεσίας %1 ως εκτελέσιμη, εγκατάλειψη εκτέλεσης.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Δεν έχετε άδεια επιλογής μιας εφαρμογής για το άνοιγμα αυτού του αρχείου." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4006,12 +3985,18 @@ msgstr "Σφάλμα αποθήκευσης εικόνας στο %1" msgid "Icon file too big, download aborted" msgstr "Πολύ μεγάλο αρχείο εικονιδίου, εγκατάλειψη λήψης" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Δεν βρέθηκε πρόγραμμα αλληλογραφίας" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4022,28 +4007,28 @@ msgstr "" "%1\n" "δεν είναι έγκυρο." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Εκκίνηση %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Η εντολή %1 δεν βρέθηκε." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Δεν βρέθηκε εξομοιωτής τερματικού" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Αποτυχία ανοίγματος %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4054,7 +4039,7 @@ msgstr "" "%1\n" "είναι του τύπου Δεσμός αλλά δεν έχει καταχώρηση URL=... ." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4063,7 +4048,7 @@ msgstr "" "Το εκτελέσιμο αρχείο «%1» βρίσκεται σε απομακρυσμένο σύστημα αρχείων. Για " "λόγους ασφαλείας δεν θα ξεκινήσει." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4071,7 +4056,7 @@ msgstr "" "Για λόγους ασφαλείας, η εκκίνηση εκτελέσιμων αρχείων δεν επιτρέπεται σε αυτό " "το πλαίσιο." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4080,7 +4065,7 @@ msgstr "" "Το πρόγραμμα «%1» πρέπει να έχει άδεια εκτέλεσης για να μπορέσει να " "εκκινηθεί." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4089,13 +4074,13 @@ msgstr "" "Αδυναμία ορισμού το αρχείο «%1» ως εκτελέσιμο.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" "Το αρχείο καταχώρησης επιφάνειας εργασίας %1 δεν έχει καταχώρηση Type=... ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4106,12 +4091,12 @@ msgstr "" "Ελέγξτε τις ανοιχτές εφαρμογές σας και την περιοχή ειδοποιήσεων για τυχόν " "εκκρεμείς εργασίες ή λήψεις." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Αποτυχία ανοίγματος του αρχείου." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Το πρόγραμμα «%1» δεν μπόρεσε να εκκινηθεί." @@ -4200,74 +4185,69 @@ msgstr "" "έχει τροποποιηθεί.\n" "Θέλετε να αποστείλετε τις αλλαγές;" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Ανοίγει απομακρυσμένα αρχεία, παρακολουθεί τροποποιήσεις, ρωτά " "για αποστολή" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Οι προγραμματιστές του KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Χειρισμός των URL σαν τοπικά αρχεία και διαγραφή τους αμέσως μετά" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Προτεινόμενο όνομα για το ληφθέν αρχείο" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Εντολή για εκτέλεση" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) ή τοπικό αρχείο(α) που χρησιμοποιείται για την 'εντολή'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Ορισμός ACL για %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4276,7 +4256,7 @@ msgstr "" "Αδύνατη η αλλαγή των αδειών για το\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4286,118 +4266,38 @@ msgstr "" "Αδύνατη η αλλαγή της ιδιοκτησίας και ομάδας για το\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Δεν ήταν δυνατή η μετονομασία του προσωρινού αρχείου" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Δεν ήταν δυνατή η εύρεση του προγράμματος \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Δεν ήταν δυνατή η εύρεση του προγράμματος \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Αλλαγή δικαιωμάτων αρχείου" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Νέες άδειες: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Αλλαγή ιδιοκτήτη αρχείου" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Νέος ιδιοκτήτης: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Αφαίρεση αρχείου" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Κατάργηση καταλόγου" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Δημιουργία καταλόγου" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Δικαιώματα καταλόγου: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Άνοιγμα αρχείου" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Άνοιγμα καταλόγου" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Νέο όνομα αρχείου: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Στόχος: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Αλλαγή χρονικής σφραγίδας" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Από: %1, προς: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Άγνωστη ενέργεια" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Ενέργεια: %1\n" -"Πηγή: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Αδύνατη η αντιγραφή του αρχείου από το %1 στο %2. (Αρ. σφάλματος: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Δεν υπάρχει μέσο στη συσκευή για το %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Αδύνατη η ανάκτηση του id χρήστη για το δοσμένο όνομα χρήστη %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Αδύνατη η ανάκτηση του id ομάδας για το δοσμένο όνομα ομάδας %1" @@ -4439,34 +4339,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Πρέπει να δώσετε όνομα χρήστη και κωδικό πρόσβασης για πρόσβαση σε αυτόν τον " "δικτυακό τόπο." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Δικτυακός τόπος:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Σύνδεση εντάξει" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Αδύνατη η σύνδεση στο %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4475,7 +4375,7 @@ msgstr "" "\n" "Ο εξυπηρετητής είπε: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4484,12 +4384,12 @@ msgstr "" "Πρέπει να δώσετε όνομα χρήστη και κωδικό πρόσβασης για τον παρακάτω " "διαμεσολαβητή προτού σας δοθεί πρόσβαση σε κάποιο διαδικτυακό τόπο." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Διαμεσολαβητής:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Η ταυτοποίηση διαμεσολαβητή απέτυχε." @@ -4541,101 +4441,101 @@ msgid "" msgstr "Θέλετε να δέχεστε αυτό το πιστοποιητικό για πάντα χωρίς προτροπή;" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Ταυτοποίηση εξυπηρετητή" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 στο %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Αλλιώς, η αίτηση θα είχε πετύχει." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ανάκτηση τιμών ιδιοτήτων" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "καθορισμός τιμών ιδιοτήτων" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "δημιουργία του ζητούμενου φακέλου" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "αντιγραφή του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "μετακίνηση του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "αναζήτηση στον καθορισμένο φάκελο" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "κλείδωμα του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "ξεκλείδωμα του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "διαγραφή του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "ερώτηση των δυνατοτήτων του εξυπηρετητή" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "ανάκτηση των περιεχομένων του καθορισμένου αρχείου ή φακέλου" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "εκτέλεση μίας αναφοράς στον καθορισμένο φάκελο" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Προέκυψε ένα μη αναμενόμενο σφάλμα (%1) κατά την προσπάθεια %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4645,13 +4545,13 @@ msgstr "" "Προέκυψε σφάλμα κατά την προσπάθεια για %1, %2. Παρακάτω βρίσκεται μια " "περίληψη των λόγων." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Δε δόθηκε πρόσβαση κατά την προσπάθεια για %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4660,7 +4560,7 @@ msgstr "" "Είναι αδύνατο να δημιουργηθεί ένας πόρος στον προορισμό, αν δεν έχουν πρώτα " "δημιουργηθεί μία ή παραπάνω ενδιάμεσες συλλογές (φάκελοι)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4675,28 +4575,28 @@ msgstr "" "των αρχείων.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Το ζητούμενο κλείδωμα δεν μπόρεσε να ικανοποιηθεί. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Ο εξυπηρετητής δεν υποστηρίζει τον τύπο αίτησης του σώματος." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Αδυναμία για %1 επειδή ο πόρος είναι κλειδωμένος." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Αυτή η ενέργεια αποτράπηκε από ένα άλλο σφάλμα." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4706,7 +4606,7 @@ msgstr "" "Αδυναμία για %1 γιατί ο εξυπηρετητής προορισμού αρνείται να δεχθεί το αρχείο " "ή το φάκελο." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4715,18 +4615,18 @@ msgstr "" "Ο πόρος προορισμού δεν έχει αρκετό χώρο για να καταγράψει την κατάσταση του " "πόρου μετά την εκτέλεση αυτής της μεθόδου." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ο πόρος δεν μπορεί να διαγραφεί." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "αποστολή του %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4737,15 +4637,15 @@ msgstr "Προέκυψε ένα μη αναμενόμενο σφάλμα (%1) κ msgid "Network" msgstr "Δίκτυο" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Κακοδιατυπωμένο URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4758,12 +4658,12 @@ msgstr "" "τον κατάλογο και να χρησιμοποιήσετε την λειτουργία αποκατάστασης ξανά, ή να " "σύρετε το αντικείμενο οπουδήποτε αλλού για να το αποκαταστήσετε." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Μη έγκυρος συνδυασμός πρωτοκόλλων." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Το αρχείο αυτό βρίσκεται ήδη στα απορρίμματα." @@ -4799,7 +4699,7 @@ msgstr "Άδειασμα των περιεχομένων των απορριμμ msgid "Restore a trashed file to its original location" msgstr "Αποκατάσταση ενός διαγραμμένου αρχείου στην αρχική του θέση" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4821,17 +4721,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Επανάληψη" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Διάλογος ταυτοποίησης" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Άρνηση πρόσβασης" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Δεν έχετε άδειες για πρόσβαση στο πρωτόκολλο %1." @@ -4941,13 +4841,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Αναμενόμενο άθροισμα ελέγχου (MD5, SHA1, SHA256 ή SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4956,28 +4856,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4987,9 +4887,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Υπολογισμός" @@ -4998,137 +4898,224 @@ msgstr "Υπολογισμός" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Κλικ για αντιγραφή του αθροίσματος ελέγχου στο πρόχειρο." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Ακύ&ρωση" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Μετακίνηση εδώ" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Αντιγρα&φή εδώ" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Δεσμός εδώ" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Εκκίνηση %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Τι επιθυμείτε να κάνετε με αυτό το αρχείο;" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Να μην ξαναγίνει η ερώτηση" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Ά&νοιγμα" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Εκτέλεση" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Ά&νοιγμα με %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Αναίρεση αλλαγών" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Τι επιθυμείτε να κάνετε με αυτό το αρχείο;" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Η αναίρεση αυτής της λειτουργίας απαιτεί δικαιώματα διαχειριστή. Θέλετε να " -"συνεχίσετε;" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Δημιουργία καταλόγου" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Πηγή" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Προορισμός" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Αντιγραφή" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Μετακίνηση" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Μετονομασία" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Μετακίνηση στα απορρίμματα" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Διαγραφή" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Αναί&ρεση" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Αναίρεση: Αντιγραφή" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Αναίρεση: Δεσμός" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Αναίρεση: Μετακίνηση" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Αναίρεση: Μετονομασία" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Αναίρεση: Μετακίνηση στα απορρίμματα" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Αναίρεση: Δημιουργία φακέλου" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Αναίρεση: Δημιουργία φακέλου(ων)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Αναίρεση: Δημιουργία αρχείου" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Αναίρεση: Μαζική μετονομασία" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Αναίρεση: Αντιγραφή" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Αναίρεση: Δεσμός" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Αναίρεση: Μετακίνηση" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Αναίρεση: Μετονομασία" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Αναίρεση: Μετακίνηση στα απορρίμματα" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Αναίρεση: Δημιουργία φακέλου" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Αναίρεση: Δημιουργία φακέλου(ων)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Αναίρεση: Δημιουργία αρχείου" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Αναίρεση: Μαζική μετονομασία" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5141,12 +5128,12 @@ msgstr "" "χαθούν.\n" "Θέλετε σίγουρα να διαγράψετε το %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Επιβεβαίωση αναίρεσης αντιγραφής αρχείου" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5158,21 +5145,22 @@ msgstr "" "%1Αυτή η ενέργεια δεν μπορεί να " "αναιρεθεί." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Μόνιμη διαγραφή" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Μόνιμη διαγραφή" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5188,7 +5176,7 @@ msgstr[1] "" "Θέλετε πραγματικά να διαγράψετε οριστικά αυτά τα αντικείμενα %1; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5199,13 +5187,13 @@ msgstr "" ">Αυτή η ενέργεια δεν μπορεί να αναιρεθεί." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Άδειασμα απορριμμάτων" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5215,7 +5203,7 @@ msgstr "" "Θέλετε πραγματικά να μετακινήσετε αυτό το αντικείμενο στα απορρίμματα;%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5302,7 +5290,7 @@ msgstr "Ιδιοκτήτης" msgid "Owning Group" msgstr "Ομάδα ιδιοκτησίας" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Άλλοι" @@ -5375,106 +5363,113 @@ msgstr "Ενημέρωση ρύθμισης συστήματος" msgid "Updating system configuration…" msgstr "Ενημέρωση ρυθμίσεων συστήματος…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Όνομα" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Μέγεθος" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Ημερομηνία" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Άδειες" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Ιδιοκτήτης" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Ομάδα" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Τύπος" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Άνοιγμα &με %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Ενέργειες" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Άνοιγμα &φακέλου με…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Άνοιγμα με…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Εκτέλεση" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Άνοιγμα φα&κέλου με %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Ά&νοιγμα με %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Άνοιγ&μα φακέλου με" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Άνοιγμα &με" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Άλλη &εφαρμογή…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5482,113 +5477,136 @@ msgid_plural "%1 items" msgstr[0] "1 αντικείμενο" msgstr[1] "%1 αντικείμενα" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Άγνωστο" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Διακοπή" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Εξερεύνηση στο Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Προσαρτημένο από:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ελεύθερος χώρος:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Τύπος:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Περιεχόμενο:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Άνοιγμα με:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Αλλαγή..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Τοποθεσία:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Μέγεθος:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Αλλαγή..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Περιεχόμενο:" +msgid "Stop" +msgstr "Διακοπή" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Εξερεύνηση στο Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Δείχνει στο:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Τροποποιήθηκε:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Προειδοποίηση" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Δημιουργήθηκε:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Σύστημα αρχείων:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Άγνωστο μέγεθος" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Προσαρτημένο σε:" +msgid "Modified:" +msgstr "Τροποποιήθηκε:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Προσπελάστηκε:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Άνοιγμα με:" +msgid "File system:" +msgstr "Σύστημα αρχείων:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Προσαρτημένο σε:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Προσαρτημένο από:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ελεύθερος χώρος:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Άγνωστο μέγεθος" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5890,10 +5908,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Δώστε εδώ την περιγραφή για αυτή την εφαρμογή, βασισμένη στη χρήση της. " "Παραδείγματα: μια εφαρμογή dial up (KPPP) θα έχει περιγραφή \"Εργαλείο dial " @@ -5901,16 +5922,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Περιγραφή:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Ό&νομα χρήστη:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Δώστε εδώ οποιοδήποτε σχόλιο θεωρείτε ότι είναι χρήσιμο." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Δώστε εδώ την περιγραφή για αυτή την εφαρμογή, βασισμένη στη χρήση της. " +"Παραδείγματα: μια εφαρμογή dial up (KPPP) θα έχει περιγραφή \"Εργαλείο dial " +"up\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5920,8 +5950,9 @@ msgstr "&Σχόλιο:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Μεταβλητές περιβάλλοντος:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6131,7 +6162,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Κοινοποίηση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6141,36 +6172,59 @@ msgstr "" "Αδυναμία αποθήκευσης ιδιοτήτων λόγω ανεπαρκούς πρόσβασης εγγραφής στο:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Γενικά" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Εισάγετε ένα διαφορετικό όνομα" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Εξερεύνηση σε %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Ανανέωση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Αδύνατη η μεταφορά %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Άγνωστο μέγεθος" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6179,140 +6233,146 @@ msgstr "" "Υπολογισμός... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 αρχείο" msgstr[1] "%1 αρχεία" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 υποφάκελος" msgstr[1] "%1 υποφάκελοι" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Υπολογισμός...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Τουλάχιστον %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Το νέο όνομα αρχείου είναι κενό." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Κανένας καταχωρημένος τύπος αρχείου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Καμία σχετική εφαρμογή" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Δημιουργία…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Αλλαγή…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Χωρίς πρόσβαση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Μόνο προβολή" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Προβολή και τροποποίηση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Μόνο προβολή περιεχομένου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Προβολή και τροποποίηση περιεχομένου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Μόνο προβολή/ανάγνωση περιεχομένου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Εμφάνιση/Ανάγνωση & Τροποποίηση/Εγγραφή" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Ά&δειες" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Άδειες πρόσβασης" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Αυτό το αρχείο είναι ένας δεσμός και δεν έχει άδειες." msgstr[1] "Όλα τα αρχεία είναι δεσμοί και δεν έχουν άδειες." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Μόνο ο ιδιοκτήτης μπορεί να αλλάξει άδειες." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Ιδιοκτήτης:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Καθορίζει τις ενέργειες που ο ιδιοκτήτης επιτρέπεται να κάνει." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Ομάδα:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Καθορίζει τις ενέργειες που τα μέλη της ομάδας επιτρέπεται να κάνουν." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ά&λλοι:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6321,7 +6381,7 @@ msgstr "" "Καθορίζει τις ενέργειες που όλοι οι χρήστες, που δεν είναι ούτε ο ιδιοκτήτης " "ούτε στην ομάδα, επιτρέπεται να κάνουν." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" @@ -6329,7 +6389,7 @@ msgstr "" "Μόνο ο &ιδιοκτήτης μπορεί να μετονομάσει και να διαγράψει το περιεχόμενο του " "φακέλου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" @@ -6337,18 +6397,18 @@ msgstr "" "Ενεργοποιήστε αυτή τη σημαία ώστε να επιτρέπεται η εκτέλεση του αρχείου σαν " "ένα πρόγραμμα." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Προκαθορισμένο όνομα χρήστη:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Εκτέλεση:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6360,7 +6420,7 @@ msgstr "" "αυτόν. Άλλοι χρήστες μπορούν μόνο να προσθέσουν νέα αρχεία, το οποίο απαιτεί " "την άδεια 'Τροποποίηση περιεχομένου'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6370,42 +6430,42 @@ msgstr "" "Αυτό έχει νόημα μόνο για προγράμματα και σενάρια. Απαιτείται όταν θέλετε να " "τα εκτελέσετε." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Προχωρημένες ά&δειες" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Ιδιοκτησία" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Χρήστης:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Ομάδα:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Εφαρμογή των αλλαγών σε όλους τους υποφακέλους και τα περιεχόμενά τους" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Προχωρημένες άδειες" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Κλάση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6414,22 +6474,22 @@ msgstr "" "Εμφάνιση\n" "καταχωρήσεων" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Αυτή η σημαία επιτρέπει την προβολή του περιεχομένου του φακέλου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Ανάγνωση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Η σημαία Ανάγνωση επιτρέπει την προβολή του περιεχομένου του αρχείου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6438,7 +6498,7 @@ msgstr "" "Εγγραφή\n" "καταχωρήσεων" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6448,46 +6508,46 @@ msgstr "" "Σημειώστε ότι η διαγραφή και η μετονομασία μπορεί να περιοριστεί " "χρησιμοποιώντας τη σημαία Κολλημένο." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Εγγραφή" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Η σημαία Εγγραφή επιτρέπει την τροποποίηση του περιεχομένου του αρχείου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Είσοδος" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Ενεργοποιήστε αυτή τη σημαία ώστε να επιτρέπεται η είσοδος στο φάκελο." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Εκτέλεση" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Ενεργοποιήστε αυτή τη σημαία ώστε να επιτρέπεται η εκτέλεση του αρχείου σαν " "ένα πρόγραμμα." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Ειδικό" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6496,7 +6556,7 @@ msgstr "" "Ειδική σημαία. Ισχύει για όλο το φάκελο, η ακριβής έννοια της σημαίας μπορεί " "να φανεί στη δεξιά στήλη." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6504,17 +6564,17 @@ msgid "" msgstr "" "Ειδική σημαία. Η ακριβής έννοια της σημαίας μπορεί να φανεί στη δεξιά στήλη." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Χρήστης" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Ομάδα" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6523,7 +6583,7 @@ msgstr "" "Αν αυτή η σημαία οριστεί, ο ιδιοκτήτης αυτού του φακέλου θα είναι ο " "ιδιοκτήτης όλων των νέων αρχείων." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6532,7 +6592,7 @@ msgstr "" "Αν αυτό το αρχείο είναι εκτελέσιμο και η σημαία είναι ορισμένη, θα " "εκτελεστεί με τις άδειες του ιδιοκτήτη." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6540,7 +6600,7 @@ msgstr "" "Αν αυτή η σημαία οριστεί, η ομάδα αυτού του φακέλου θα ορίζεται σε όλα τα " "νέα αρχεία." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6549,7 +6609,7 @@ msgstr "" "Αν αυτό το αρχείο είναι εκτελέσιμο και η σημαία είναι ορισμένη, θα " "εκτελεστεί με τις άδειες της ομάδας." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6559,7 +6619,7 @@ msgstr "" "root μπορούν να διαγράψουν ή να μετονομάσουν αρχεία. Αλλιώς οποιοσδήποτε με " "άδειες εγγραφής μπορεί να το κάνει αυτό." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6568,90 +6628,81 @@ msgstr "" "Η σημαία Κολλημένο σε ένα αρχείο αγνοείται στο Linux, αλλά μπορεί να " "χρησιμοποιηθεί σε μερικά συστήματα" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Ορισμός UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Ορισμός GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Κολλημένο" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Δεσμός" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Μεταβαλλόμενο (χωρίς αλλαγή)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Αυτό το αρχείο χρησιμοποιεί προχωρημένες άδειες" msgstr[1] "Αυτά τα αρχεία χρησιμοποιούν προχωρημένες άδειες" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Αυτός ο φάκελος χρησιμοποιεί προχωρημένες άδειες." msgstr[1] "Αυτοί οι φάκελοι χρησιμοποιούν προχωρημένες άδειες." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Αυτά τα αρχεία χρησιμοποιούν προχωρημένες άδειες." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Αθροίσματα ελέγχου" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Υπολογισμός..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Μη έγκυρο άθροισμα ελέγχου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Αυτό που δόθηκε δεν αποτελεί ένα έγκυρο MD5, SHA1 ή SHA256 άθροισμα ελέγχου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Τα αθροίσματα ελέγχου ταιριάζουν." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Το υπολογισμένο και το αναμενόμενο άθροισμα ελέγχου ταιριάζουν." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6662,30 +6713,48 @@ msgstr "" "Δοκιμάστε να λάβετε ξανά το αρχείο.
    Αν η επαλήθευση αποτύχει και πάλι " "επικοινωνήστε με τον πάροχο του αρχείου." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Το υπολογισμένο και το αναμενόμενο άθροισμα ελέγχου διαφέρουν." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Επαλήθευση αθροίσματος ελέγχου..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Τα αρχεία είναι παρόμοια." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Τα αρχεία είναι διαφορετικά." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Υπολογισμός..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6693,27 +6762,27 @@ msgstr "" "Δεν ήταν δυνατή η αποθήκευση των ιδιοτήτων. Μόνο καταχωρήσεις σε τοπικά " "συστήματα αρχείων υποστηρίζονται." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Εφαρμογή" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Προσθήκη τύπου αρχείου για %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Επιλέξτε έναν ή περισσότερους τύπους αρχείου για προσθήκη:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Μόνο εκτελέσιμα σε τοπικά συστήματα αρχείων υποστηρίζονται." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Προχωρημένες επιλογές για %1" @@ -6817,22 +6886,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Διαμόρφωση συντομεύσεων ιστού..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Διάλογος ανοίγματος αρχείου" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Όνομα αρχείου για περιεχόμενο πρόχειρου:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Επικόλληση αρχείου" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (θύρα %2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Επικόλληση των περιεχομένων του προχείρου…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6842,19 +6917,19 @@ msgstr "" "'επικόλληση'. Η επιλεγμένη μορφή δεδομένων δεν μπορεί αν χρησιμοποιηθεί. " "Παρακαλώ αντιγράψτε και πάλι στο πρόχειρο αυτό που θέλατε να επικολλήσετε." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Επικόλληση ενός φακέλου" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Επικόλληση ενός αρχείου" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6862,47 +6937,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Επικόλληση ενός αντικειμένου" msgstr[1] "Επικόλληση %1 αντικειμένων" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Επικόλληση των περιεχομένων του προχείρου…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Επικόλληση" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Μορφή δεδομένων:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (θύρα %2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Όνομα αρχείου για περιεχόμενο πρόχειρου:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Όνομα αρχείου για περιεχόμενα απόθεσης:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Ημερομηνία: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Μέγεθος: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Εφαρμο&γή σε όλα" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6913,49 +7005,52 @@ msgstr "" "Εκτός αν πατήσετε στο παράλειψη, αυτή η ερώτηση θα σας τεθεί σε περίπτωση " "σύγκρουσης με ένα υπάρχον αρχείο μέσα σ' αυτόν το φάκελο." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Όταν είναι επιλεγμένο, η ενέργεια του κουμπιού που θα χρησιμοποιήσετε θα " "εφαρμόζεται σε όλες τις επερχόμενες συγκρούσεις για την διεργασία σε εξέλιξη." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Μετ&ονομασία" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Πρόταση νέου &ονόματος" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Παράλει&ψη" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Μη αντιγραφή ή μετακίνηση αυτού του φακέλου, μετάβαση στο επόμενο αντικείμενο" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Μη αντιγραφή ή μετακίνηση αυτού του αρχείου, μετάβαση στο επόμενο αντικείμενο" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Εγγραφή σε" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6966,13 +7061,13 @@ msgstr "" "Αρχεία και φάκελοι θα αντιγραφούν στον υπάρχοντα κατάλογο, μαζί με τα 
περιεχόμενά του.\n" "
Θα ερωτηθείτε ξανά στην περίπτωση που υπάρξει σύγκρουση με υπάρχον αρχείο 
στον κατάλογο." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Αντικατάσταση παλαιότερων αρχείων" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6981,12 +7076,12 @@ msgstr "" "Τα αρχεία προορισμού που έχουν παλαιότερους χρόνους τροποποίησης θα " "αντικατασταθούν από την πηγή, διαφορετικά θα παραλειφθούν." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Συνέχιση" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6995,67 +7090,57 @@ msgstr "" "Αυτή η ενέργεια θα αντικαθιστούσε το '%1' με τον εαυτό του.\n" "Παρακαλώ δώστε ένα νέο όνομα αρχείου:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Συνέ&χεια" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Θέλετε να αντικαταστήσετε τον προορισμό;" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Θέλετε να συγχωνεύσετε τα περιεχόμενα του '%1' στο '%2';" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Πηγή" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Προορισμός" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Η πηγή είναι πιο πρόσφατη." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Η πηγή είναι πιο παλιά." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Η πηγή είναι μικρότερη κατά %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Η πηγή είναι μεγαλύτερη κατά %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Τα αρχεία είναι παρόμοια." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Τα αρχεία φαίνονται παρόμοια." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Τα αρχεία είναι διαφορετικά." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7064,59 +7149,56 @@ msgstr "" "Τα αρχεία είναι πιθανό να είναι πανομοιότυπα: έχουν το ίδιο μέγεθος και το " "περιεχόμενό τους είναι το ίδιο στην αρχή, στη μέση και στο τέλος." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Αντιγραφή αρχείων" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ένα παλιότερο αντικείμενο με όνομα '%1' υπάρχει ήδη." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ένα παρόμοιο αρχείο με όνομα %1 υπάρχει ήδη." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ένα πιο πρόσφατο αντικείμενο με όνομα «%1» υπάρχει ήδη." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Μετονομασία:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Μετονομασία αντικειμένου" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Μετονομασία αντικειμένων" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Μετονομασία" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Μετονομάστε το αντικείμενο %1 σε:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Νέο όνομα #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ένα αρχείο με όνομα %1 υπάρχει ήδη." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 δεν φαίνεται να είναι εκτελέσιμο πρόγραμμα." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7124,38 +7206,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Μετονομάστε το επιλεγμένο αντικείμενο %1 σε:" msgstr[1] "Μετονομάστε τα %1 επιλεγμένα αντικείμενα σε:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# θα αντικατασταθεί από αύξοντες αριθμούς που αρχίζουν με:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Νέο όνομα #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Μετονομάστε το επιλεγμένο αντικείμενο %1 σε:" +msgstr[1] "Μετονομάστε τα %1 επιλεγμένα αντικείμενα σε:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Αντικατάσταση" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Άνοιγμα με:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Αντικατάσταση" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Μετονομάστε το επιλεγμένο αντικείμενο %1 σε:" +msgstr[1] "Μετονομάστε τα %1 επιλεγμένα αντικείμενα σε:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Εισάγετε ένα διαφορετικό όνομα" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Εισάγετε ένα διαφορετικό όνομα" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Μετονομασία αντικειμένου" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Μετονομασία αντικειμένων" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Μετονομασία" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Προκαθορισμένο όνομα χρήστη:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Αντικατάσταση" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Εμφάνιση προεπισκόπησης" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 δεν φαίνεται να είναι εκτελέσιμο πρόγραμμα." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Πληροφορίες" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Αντικατάσταση" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Επαναδοκιμή" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Αντικατάσταση όλων" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Παράλειψη" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Παράλειψη όλων" @@ -7242,7 +7490,7 @@ msgstr "" "Ο απομακρυσμένος υπολογιστής δεν έστειλε πιστοποιητικά SSL.\n" "Εγκατάλειψη καθώς η ταυτότητα του υπολογιστή δεν μπορεί να επαληθευτεί." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7280,10 +7528,61 @@ msgstr[1] "" ">Αυτή η ενέργεια δεν μπορεί να αναιρεθεί." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Η μετακίνηση αυτού του αντικειμένου στα απορρίμματα απέτυχε καθώς είναι πολύ " +"μεγάλο. Να το διαγράψετε μόνιμα αντ' αυτού; %1Αυτή η ενέργεια δεν μπορεί να " +"αναιρεθεί." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Η μετακίνηση αυτού του αντικειμένου %1 στα απορρίμματα απέτυχε, καθώς είναι " +"πολύ μεγάλο. Να το διαγράψετε μόνιμα; Αυτή η " +"ενέργεια δεν μπορεί να αναιρεθεί." +msgstr[1] "" +"Η μετακίνηση αυτών των αντικειμένων %1 στα απορρίμματα απέτυχε, καθώς είναι " +"πολύ μεγάλα. Να τα διαγράψετε μόνιμα; Αυτή " +"η ενέργεια δεν μπορεί να αναιρεθεί." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7292,15 +7591,24 @@ msgstr "" "filename>Αυτή η ενέργεια δεν μπορεί να " "αναιρεθεί." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7312,7 +7620,7 @@ msgstr[1] "" "πολύ μεγάλα. Να τα διαγράψετε μόνιμα; Αυτή " "η ενέργεια δεν μπορεί να αναιρεθεί." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7322,53 +7630,271 @@ msgstr[0] "" msgstr[1] "" "Θέλετε πραγματικά να μετακινήσετε αυτά τα αντικείμενα %1 στα απορρίμματα;" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Να μην ξαναγίνει η ερώτηση" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Να μην ξαναγίνει η ερώτηση" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Μην εμφανιστεί ξανά αυτό το μήνυμα" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" "Η ακολουθία πιστοποιητικού SSL του υπολογιστή φαίνεται να είναι " "κατεστραμμένη." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Προειδοποίηση" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Αυτό εκκινεί το πρόγραμμα:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Αν δεν εμπιστεύεστε το πρόγραμμα αυτό, κάντε κλικ στην ακύρωση" +#~ msgid "Open With:" +#~ msgstr "Άνοιγμα με:" + +#~ msgid "File System:" +#~ msgstr "Σύστημα αρχείων:" + +#~ msgid "Change Attribute" +#~ msgstr "Αλλαγή ιδιότητας" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Για την αλλαγή των ιδιοτήτων των αρχείων απαιτούνται προνόμια root. " +#~ "Θέλετε να συνεχίσετε;" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Για την ολοκλήρωση της λειτουργίας αντιγραφής απαιτούνται προνόμια root. " +#~ "Θέλετε να συνεχίσετε;" + +#~ msgid "Delete Files" +#~ msgstr "Διαγραφή αρχείων" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Για την ολοκλήρωση της λειτουργίας διαγραφής απαιτούνται προνόμια root. " +#~ "Ωστόσο, κάτι τέτοιο μπορεί να προκαλέσει ζημιά στο σύστημά σας. Θέλετε να " +#~ "συνεχίσετε;" + +#~ msgid "Create Folder" +#~ msgstr "Δημιουργία φακέλου" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Για τη δημιουργία αυτού του φακέλου απαιτούνται προνόμια root. Θέλετε να " +#~ "συνεχίσετε;" + +#~ msgid "Move Items" +#~ msgstr "Μετακίνηση αντικειμένων" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Για την ολοκλήρωση της λειτουργίας μετακίνησης απαιτούνται προνόμια root. " +#~ "Θέλετε να συνεχίσετε;" + +#~ msgid "Rename" +#~ msgstr "Μετονομασία" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Για την ολοκλήρωση της μετονομασίας απαιτούνται προνόμια root. Θέλετε να " +#~ "συνεχίσετε;" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Για τη δημιουργία ενός συμβολικού συνδέσμου απαιτούνται προνόμια root. " +#~ "Θέλετε να συνεχίσετε;" + +#~ msgid "Transfer data" +#~ msgstr "Μεταφορά δεδομένων" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Για την ολοκλήρωση της μεταφοράς δεδομένων απαιτούνται δικαιώματα root. " +#~ "Θέλετε να συνεχίσετε;" + +#~ msgid "Undo Changes" +#~ msgstr "Αναίρεση αλλαγών" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Η αναίρεση αυτής της λειτουργίας απαιτεί δικαιώματα διαχειριστή. Θέλετε " +#~ "να συνεχίσετε;" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Ορισμός ACL για %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Αλλαγή δικαιωμάτων αρχείου" + +#~ msgid "New Permissions: %1" +#~ msgstr "Νέες άδειες: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Αλλαγή ιδιοκτήτη αρχείου" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Νέος ιδιοκτήτης: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Αφαίρεση αρχείου" + +#~ msgid "Remove Directory" +#~ msgstr "Κατάργηση καταλόγου" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Δικαιώματα καταλόγου: %1" + +#~ msgid "Open File" +#~ msgstr "Άνοιγμα αρχείου" + +#~ msgid "Open Directory" +#~ msgstr "Άνοιγμα καταλόγου" + +#~ msgid "New Filename: %1" +#~ msgstr "Νέο όνομα αρχείου: %1" + +#~ msgid "Target: %1" +#~ msgstr "Στόχος: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Αλλαγή χρονικής σφραγίδας" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Από: %1, προς: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Άγνωστη ενέργεια" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Ενέργεια: %1\n" +#~ "Πηγή: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Εμφάνιση κουμπιού σελιδοδεικτών" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Το αρχείο άλλαξε" + +#~ msgid "&Description:" +#~ msgstr "&Περιγραφή:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Δώστε εδώ οποιοδήποτε σχόλιο θεωρείτε ότι είναι χρήσιμο." + +#~ msgid "Do not ask again" +#~ msgstr "Να μην ξαναγίνει η ερώτηση" + +#~ msgid "&Filter:" +#~ msgstr "&Φίλτρο:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Αυτό το φίλτρο προορίζεται για την εφαρμογή του στη λίστα αρχείων. Τα " +#~ "ονόματα αρχείων που δε συμπίπτουν με το φίλτρο δε θα εμφανίζονται." +#~ "

    Μπορείτε να επιλέξετε ένα από τα προκαθορισμένα φίλτρα του " +#~ "αναπτυσσόμενου μενού, ή να εισάγετε ένα προσαρμοσμένο φίλτρο απευθείας " +#~ "στην περιοχή κειμένου.

    Χαρακτήρες μπαλαντέρ όπως τα * και ? " +#~ "επιτρέπονται.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Επιλέχθηκαν περισσότεροι από έναν φάκελο και ο διάλογος αυτός δε δέχεται " +#~ "φακέλους, ενώ είναι αδύνατο να καθοριστεί η μετάβαση σε έναν από αυτούς. " +#~ "Παρακαλώ επιλέξτε μόνο έναν φάκελο για εμφάνιση" + +#~ msgid "More than one folder provided" +#~ msgstr "Δόθηκαν περισσότεροι από ένας φάκελοι" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Έχει επιλεγεί τουλάχιστον ένας φάκελος και ένα αρχείο. Θα γίνει αγνόηση " +#~ "των 
επιλεγμένων αρχείων και θα γίνει εμφάνιση του επιλεγμένου φακέλου." + +#~ msgid "Files and folders selected" +#~ msgstr "Επιλέχθηκαν αρχεία και φάκελοι" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Παρ' όλο που υπήρξε επαφή με τον εξυπηρετητή, δεν υπήρξε ανταπόκριση μέσα " +#~ "στο χρονικό όριο για την αίτηση, που κατατμήθηκε ως εξής:
    • Χρονικό " +#~ "όριο για αποκατάσταση μιας σύνδεσης: %1 δευτερόλεπτα
    • Χρονικό όριο " +#~ "για λήψη μιας ανταπόκρισης: %2 δευτερόλεπτα
    • Χρονικό όριο για " +#~ "πρόσβαση σε διαμεσολαβητές: %3 δευτερόλεπτα
    Παρακαλώ σημειώστε " +#~ "πως μπορείτε να τροποποιήσετε αυτές τις ρυθμίσεις για τα χρονικά όρια " +#~ "στις ρυθμίσεις συστήματος του KDE, επιλέγοντας Δίκτυο->Προτιμήσεις " +#~ "σύνδεσης." + #~ msgid "Is &executable" #~ msgstr "Είναι ε&κτελέσιμο" @@ -8574,12 +9100,6 @@ msgstr "Αν δεν εμπιστεύεστε το πρόγραμμα αυτό, #~ "Αυτός είναι ο υπολογισμένος χώρος στον δίσκο που επιτρέπεται για " #~ "χρήση από τα απορρίμματα, δηλαδή η μέγιστη τιμή." -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Προειδοποίηση" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Διαγραφή παλαιότερων αρχείων από τα απορρίμματα" @@ -8761,10 +9281,6 @@ msgstr "Αν δεν εμπιστεύεστε το πρόγραμμα αυτό, #~ msgid "Space" #~ msgstr "Διάστημα" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Προκαθορισμένο" - #~ msgid "Modify Web Shortcut" #~ msgstr "Τροποποίηση συντόμευσης ιστού" @@ -9184,11 +9700,6 @@ msgstr "Αν δεν εμπιστεύεστε το πρόγραμμα αυτό, #~ msgid "Could not find any application or handler for %1" #~ msgstr "Αδυναμία εύρεσης εφαρμογής ή διαχειριστή για το %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Επικόλληση αρχείου" -#~ msgstr[1] "&Επικόλληση %1 αρχείων" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Επικόλληση URL" @@ -9335,9 +9846,6 @@ msgstr "Αν δεν εμπιστεύεστε το πρόγραμμα αυτό, #~ msgid "unmounting is not supported by wince." #~ msgstr "η αποπροσάρτηση δεν υποστηρίζεται από το wince." -#~ msgid "File name:" -#~ msgstr "Όνομα αρχείου:" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings.\n" "Language-Team: British English\n" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "malcolm.hunter@gmx.co.uk" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Could not modify the ownership of file %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Unable to create KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgstr "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Folder Already Exists" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "File Already Exists" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Already Exists as Folder" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Wastebin" @@ -200,203 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Moving" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Source" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destination" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renaming" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copying" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creating directory" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Directory" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Deleting" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "File" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examining" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferring" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Mounting" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Device" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Mountpoint" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Unmounting" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Change Attribute" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copy Files" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Delete Files" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Create Folder" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Root privileges are required to create this folder. Do you want to continue?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Move Items" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Rename" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Root privileges are required to complete renaming. Do you want to continue?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Create Symlink" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Root privileges are required to create a symlink. Do you want to continue?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transfer data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -825,6 +718,11 @@ msgstr "File is too large to be trashed." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -834,65 +732,65 @@ msgstr "" "%2\n" "Please send a full bug report at https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(unknown)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technical reason: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Details of the request:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Date and time: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Additional information: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Possible causes:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Possible solutions:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(unknown)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -901,72 +799,72 @@ msgstr "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contact the administrator of the server for further assistance." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Check your access permissions on this resource." -#: core/job_error.cpp:383 -#, kde-format -msgid "" -"Your access permissions may be inadequate to perform the requested operation " -"on this resource." -msgstr "" -"Your access permissions may be inadequate to perform the requested operation " -"on this resource." - #: core/job_error.cpp:386 #, kde-format msgid "" -"The file may be in use (and thus locked) by another user or application." +"Your access permissions may be inadequate to perform the requested operation " +"on this resource." msgstr "" -"The file may be in use (and thus locked) by another user or application." +"Your access permissions may be inadequate to perform the requested operation " +"on this resource." #: core/job_error.cpp:389 #, kde-format msgid "" +"The file may be in use (and thus locked) by another user or application." +msgstr "" +"The file may be in use (and thus locked) by another user or application." + +#: core/job_error.cpp:392 +#, kde-format +msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" "Check to make sure that no other application or user is using the file or " "has locked the file." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Although unlikely, a hardware error may have occurred." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "You may have encountered a bug in the program." -#: core/job_error.cpp:396 -#, kde-format -msgid "" -"This is most likely to be caused by a bug in the program. Please consider " -"submitting a full bug report as detailed below." -msgstr "" -"This is most likely to be caused by a bug in the program. Please consider " -"submitting a full bug report as detailed below." - #: core/job_error.cpp:399 #, kde-format msgid "" -"Update your software to the latest version. Your distribution should provide " -"tools to update your software." +"This is most likely to be caused by a bug in the program. Please consider " +"submitting a full bug report as detailed below." msgstr "" -"Update your software to the latest version. Your distribution should provide " -"tools to update your software." +"This is most likely to be caused by a bug in the program. Please consider " +"submitting a full bug report as detailed below." #: core/job_error.cpp:402 #, kde-format msgid "" +"Update your software to the latest version. Your distribution should provide " +"tools to update your software." +msgstr "" +"Update your software to the latest version. Your distribution should provide " +"tools to update your software." + +#: core/job_error.cpp:405 +#, kde-format +msgid "" "When all else fails, please consider helping the KDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " "software is provided by a third party, please contact them directly. " @@ -983,12 +881,12 @@ msgstr "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "There may have been a problem with your network connection." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -997,7 +895,7 @@ msgstr "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1006,42 +904,42 @@ msgstr "" "There may have been a problem at some point along the network path between " "the server and this computer." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Try again, either now or at a later time." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "A protocol error or incompatibility may have occurred." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ensure that the resource exists, and try again." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "The specified resource may not exist." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Double-check that you have entered the correct location and try again." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Check your network connection status." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Cannot Open Resource For Reading" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 could not be retrieved, as read access could not be obtained." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "You may not have permissions to read the file or open the folder." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Cannot Open Resource For Writing" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1069,17 +967,17 @@ msgstr "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Cannot Launch Process required by the %1 Protocol" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Unable to Launch Process" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1101,12 +999,12 @@ msgstr "" "been updated with your last update of KDE. This can cause the program to be " "incompatible with the current version and thus not start." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Internal Error" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Improperly Formatted URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Unsupported Protocol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1149,12 +1047,12 @@ msgstr "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "The requested protocol may not be supported." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1163,7 +1061,7 @@ msgstr "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1174,17 +1072,17 @@ msgstr "" "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL Does Not Refer to a Resource." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protocol is a Filter Protocol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) that you entered did not refer to a specific resource." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1206,12 +1104,12 @@ msgstr "" "one of these situations. This is a rare event, and is likely to indicate a " "programming error." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Unsupported Action: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1220,7 +1118,7 @@ msgstr "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1231,17 +1129,17 @@ msgstr "" "information should give you more information than is available to the KDE " "input/output architecture." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Attempt to find another way to accomplish the same outcome." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "File Expected" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1250,17 +1148,17 @@ msgstr "" "The request expected a file, however the folder %1 was " "found instead." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "This may be an error on the server side." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Folder Expected" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1269,17 +1167,17 @@ msgstr "" "The request expected a folder, however the file %1 was " "found instead." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "File or Folder Does Not Exist" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "The specified file or folder %1 does not exist." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1288,22 +1186,22 @@ msgstr "" "The requested file could not be created because a file with the same name " "already exists." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Try moving the current file out of the way first, and then try again." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Delete the current file and try again." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Choose an alternate filename for the new file." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1312,28 +1210,28 @@ msgstr "" "The requested folder could not be created because a folder with the same " "name already exists." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Try moving the current folder out of the way first, and then try again." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Delete the current folder and try again." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Choose an alternate name for the new folder." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Unknown Host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1342,34 +1240,34 @@ msgstr "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "The name that you typed, %1, may not exist: it may be incorrectly typed." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Access Denied" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Access was denied to the specified resource, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "You may have supplied incorrect authentication details or none at all." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Your account may not have permission to access the specified resource." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1378,12 +1276,12 @@ msgstr "" "Retry the request and ensure your authentication details are entered " "correctly." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Write Access Denied" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1392,12 +1290,12 @@ msgstr "" "This means that an attempt to write to the file %1 was " "rejected." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Unable to Enter Folder" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1406,17 +1304,17 @@ msgstr "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Folder Listing Unavailable" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protocol %1 is not a Filesystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1427,12 +1325,12 @@ msgstr "" "of the folder, and the KDE program supporting this protocol is unable to do " "so." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cyclic Link Detected" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1445,7 +1343,7 @@ msgstr "" "an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " "itself." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1454,27 +1352,27 @@ msgstr "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Request Aborted By User" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "The request was not completed because it was aborted." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Retry the request." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Cyclic Link Detected During Copy" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1487,17 +1385,17 @@ msgstr "" "link or series of links that results in an infinite loop - i.e. the file was " "(perhaps in a roundabout way) linked to itself." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Could Not Create Network Connection" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Could Not Create Socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1506,8 +1404,8 @@ msgstr "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1516,12 +1414,12 @@ msgstr "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Connection to Server Refused" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1530,25 +1428,25 @@ msgstr "" "The server %1 refused to allow this computer to make a " "connection." -#: core/job_error.cpp:720 -#, kde-format -msgid "" -"The server, while currently connected to the Internet, may not be configured " -"to allow requests." -msgstr "" -"The server, while currently connected to the Internet, may not be configured " -"to allow requests." - #: core/job_error.cpp:723 #, kde-format msgid "" +"The server, while currently connected to the Internet, may not be configured " +"to allow requests." +msgstr "" +"The server, while currently connected to the Internet, may not be configured " +"to allow requests." + +#: core/job_error.cpp:726 +#, kde-format +msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1559,12 +1457,12 @@ msgstr "" "protecting your network or the network of the server, may have intervened, " "preventing this request." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Connection to Server Closed Unexpectedly" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1573,7 +1471,7 @@ msgstr "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1582,17 +1480,17 @@ msgstr "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL Resource Invalid" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protocol %1 is not a Filter Protocol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " "accessing the specific resource, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1616,17 +1514,17 @@ msgstr "" "capable of such an action. This is a rare event, and is likely to indicate a " "programming error." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Unable to Initialise Input/Output Device" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Could Not Mount Device" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1635,7 +1533,7 @@ msgstr "" "The requested device could not be initialised (\"mounted\"). The reported " "error was: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1646,7 +1544,7 @@ msgstr "" "removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " "peripheral/portable device, the device may not be correctly connected." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1657,7 +1555,7 @@ msgstr "" "systems, often system administrator privileges are required to initialise a " "device." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1666,17 +1564,17 @@ msgstr "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Unable to Uninitialise Input/Output Device" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Could Not Unmount Device" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1685,7 +1583,7 @@ msgstr "" "The requested device could not be uninitialised (\"unmounted\"). The " "reported error was: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1696,7 +1594,7 @@ msgstr "" "user. Even such things as having an open browser window on a location on " "this device may cause the device to remain in use." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1707,17 +1605,17 @@ msgstr "" "UNIX systems, system administrator privileges are often required to " "uninitialise a device." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Check that no applications are accessing the device, and try again." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Cannot Read From Resource" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1726,17 +1624,17 @@ msgstr "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "You may not have permissions to read from the resource." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Cannot Write to Resource" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1745,22 +1643,22 @@ msgstr "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "You may not have permissions to write to the resource." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Could Not Listen for Network Connections" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Could Not Bind" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1771,17 +1669,17 @@ msgstr "" "communications (a socket) could not be established to listen for incoming " "network connections." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Could Not Listen" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Could Not Accept Network Connection" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1790,34 +1688,34 @@ msgstr "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "You may not have permissions to accept the connection." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Could Not Login: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "An attempt to login to perform the requested operation was unsuccessful." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Could Not Determine Resource Status" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Could Not Stat Resource" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1826,69 +1724,69 @@ msgstr "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "The specified resource may not have existed or may not be accessible." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Could Not Cancel Listing" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Could Not Create Folder" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "An attempt to create the requested folder failed." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "The location where the folder was to be created may not exist." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Could Not Remove Folder" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "An attempt to remove the specified folder, %1, failed." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "The specified folder may not exist." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "The specified folder may not be empty." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Ensure that the folder exists and is empty, and try again." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Could Not Resume File Transfer" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1897,33 +1795,33 @@ msgstr "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "The protocol, or the server, may not support file resuming." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Retry the request without attempting to resume transfer." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Could Not Rename Resource" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "An attempt to rename the specified resource %1 failed." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Could Not Alter Permissions of Resource" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 failed." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Could Not Alter Ownership Permissions of Resource" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 failed." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Could Not Delete Resource" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "An attempt to delete the specified resource %1 failed." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Unexpected Program Termination" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has unexpectedly terminated." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Out of Memory" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol could not obtain the memory required to continue." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Unknown Proxy Host" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " "indicates that the requested name could not be located on the Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2012,17 +1910,17 @@ msgstr "" "your proxy's hostname. If you have been accessing the Internet with no " "problems recently, this is unlikely." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Double-check your proxy settings and try again." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Authentication Failed: Method %1 Not Supported" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2033,7 +1931,7 @@ msgstr "" "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2042,17 +1940,17 @@ msgstr "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Request Aborted" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Internal Error in Server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2061,7 +1959,7 @@ msgstr "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2070,12 +1968,12 @@ msgstr "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Contact the administrator of the server to advise them of the problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2084,41 +1982,29 @@ msgstr "" "If you know who the authors of the server software are, submit the bug " "report directly to them." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Timeout Error" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "The server was too busy responding to other requests to respond." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Unknown Error" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an unknown error: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Unknown Interruption" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an interruption of an unknown type: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Could Not Delete Original File" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2157,12 +2043,12 @@ msgstr "" "likely at the end of a file move operation. The original file %1 could not be deleted." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Could Not Delete Temporary File" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2173,12 +2059,12 @@ msgstr "" "to save the new file while being downloaded. This temporary file %1 could not be deleted." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Could Not Rename Original File" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2187,12 +2073,12 @@ msgstr "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Could Not Rename Temporary File" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2201,32 +2087,32 @@ msgstr "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Could Not Create Link" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Could Not Create Symbolic Link" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "The requested symbolic link %1 could not be created." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "No Content" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk Full" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2235,7 +2121,7 @@ msgstr "" "The requested file %1 could not be written to as there is " "inadequate disk space." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2246,12 +2132,12 @@ msgstr "" "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Source and Destination Files Identical" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2260,17 +2146,17 @@ msgstr "" "The operation could not be completed because the source and destination " "files are the same file." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Choose a different filename for the destination file." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "File or Folder dropped onto itself" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2279,17 +2165,17 @@ msgstr "" "The operation could not be completed because the source and destination file " "or folder are the same." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Drop the item into a different file or folder." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Folder moved into itself" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2298,17 +2184,17 @@ msgstr "" "The operation could not be completed because the source can not be moved " "into itself." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Move the item into a different folder." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Could not communicate with password server" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2317,46 +2203,46 @@ msgstr "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "Try restarting your session, or look in the logs for errors from kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Cannot Initiate the %1 Protocol" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Unable to Create KIO Worker" +#: core/job_error.cpp:1249 +#, kde-format +msgid "" +"The KIO worker which provides access to the %1 protocol " +"could not be started. This is usually due to technical reasons." +msgstr "" +"The KIO worker which provides access to the %1 protocol " +"could not be started. This is usually due to technical reasons." + #: core/job_error.cpp:1254 #, kde-format msgid "" -"The KIO worker which provides access to the %1 protocol " -"could not be started. This is usually due to technical reasons." -msgstr "" -"The KIO worker which provides access to the %1 protocol " -"could not be started. This is usually due to technical reasons." - -#: core/job_error.cpp:1259 -#, kde-format -msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Cannot transfer %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2366,7 +2252,7 @@ msgstr "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2375,28 +2261,28 @@ msgstr "" "Reformat the destination drive to use a filesystem that supports files that " "large." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Undocumented Error" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolic Link to %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Link to %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Points to %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2405,12 +2291,12 @@ msgstr "" "Malformed URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Unable to determine the type of file for %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2419,13 +2305,13 @@ msgstr "" "Could not extract executable name from '%1', please type a valid program " "name." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 does not appear to be an executable program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2435,92 +2321,92 @@ msgstr "" "%1 was not found; please enter a valid path to an " "executable program." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Opening connections is not supported with the protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Closing connections is not supported with the protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Accessing files is not supported with the protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Writing to %1 is not supported." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "There are no special actions available for protocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Listing folders is not supported for protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Retrieving data from %1 is not supported." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Retrieving mime type information from %1 is not supported." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Renaming or moving files within %1 is not supported." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Creating symlinks is not supported with protocol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Copying files within %1 is not supported." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Deleting files from %1 is not supported." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Creating folders is not supported with protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Changing the attributes of files is not supported with protocol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Changing the ownership of files is not supported with protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Opening files is not supported with protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protocol %1 does not support action %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2532,311 +2418,336 @@ msgstr "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Unknown protocol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Can not find a KIO worker for protocol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Can not create a socket for launching a KIO worker for protocol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Can not find 'kioworker' executable at '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Forever" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinue" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Current Session only" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Create New Folder" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Create New Folder" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "You did not select a file to delete." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nothing to Delete" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "You did not select a file to move to the wastebin." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nothing to Move to Wastebin" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "The specified folder does not exist or was not readable." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Parent Folder" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Go back" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Go forward" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Home Folder" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Reload" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "New Folder…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Move to Wastebin" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Delete" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sorting" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sort by Name" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sort by Size" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sort by Date" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sort by Type" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascending" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descending" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Folders First" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Hidden Files Last" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Icons View" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Compact View" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Details View" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Icon Position" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Next to File Name" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Above File Name" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Short View" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detailed View" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Tree View" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detailed Tree View" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Allow Expansion in Details View" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Show Hidden Files" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Show Preview Panel" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Show Preview" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Open Containing Folder" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Properties" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&View Mode" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Newest First" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Oldest First" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Newest First" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Largest First" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Smallest First" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Encoding:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Open" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Save As" @@ -2883,40 +2794,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Move Here" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|All Files" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "All Supported Files" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "All Files" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Add Places Entry" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Edit Places Entry" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2929,17 +2840,17 @@ msgstr "" "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "L&abel:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Enter descriptive label here" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2952,12 +2863,12 @@ msgstr "" "org/pub/kde/stable

    By clicking on the button next to the text " "edit box you can browse to an appropriate URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Location:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2966,17 +2877,17 @@ msgstr "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Choose an &icon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Only show when using this application (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2987,200 +2898,208 @@ msgstr "" "current application (%1).

    If this setting is not selected, the " "entry will be available in all applications.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Places" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remote" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Search For" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Devices" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Removable Devices" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tags" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (from %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "All tags" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Home" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Desktop" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documents" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Downloads" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Network" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Wastebin" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Music" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Pictures" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Recent Files" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Recent Locations" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modified Today" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modified Yesterday" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Could not add to the Places panel: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Only folders can be added to the Places panel." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configure Web Shortcuts…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Releasing…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Release" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Safely Removing…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Safely Remove" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Unmounting…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Unmount" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Eject" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "The device '%1' is not a disk and cannot be ejected." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "An error occurred while accessing '%1', the system responded: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "An error occurred while accessing '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "One or more files on this device are open within an application." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3195,108 +3114,108 @@ msgstr[1] "" "One or more files on this device are opened in following applications: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformat or Edit with Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 free of %2 (%3% used)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (hidden)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Empty Wastebin" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Mount" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Open in New Tab" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Open in New Window" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Add Entry…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edit…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Remove from Places" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Hide" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Hide Section '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Hide Section" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Show All Entries" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Icon Size" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3304,51 +3223,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Auto Resize" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Small (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Medium (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Large (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Huge (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "You can only select one file" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "More than one file provided" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "You can only select local files" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Remote files not accepted" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3363,52 +3282,22 @@ msgstr[1] "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Unsupported URL scheme" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"More than one folder has been selected and this dialogue does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "More than one folder provided" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Files and folders selected" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "The file \"%1\" could not be found" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Cannot open file" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3419,42 +3308,43 @@ msgstr "" "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Click this button to move backwards one step in the browsing history." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Click this button to move forward one step in the browsing history." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Click this button to reload the contents of the current location." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Click this button to create a new folder." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Show Places Panel" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Show Bookmarks Button" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Show Hidden Files" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Options" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3469,12 +3359,12 @@ msgstr "" "hidden files
  • the Places panel
  • file previews
  • separating folders from files
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bookmarks" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3488,12 +3378,39 @@ msgstr "" "otherwise operate like bookmarks elsewhere in KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Name:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Undo Changes" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Open Containing Folder" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "File name:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Hidden Files Last" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3506,12 +3423,12 @@ msgstr "" "button and selecting a preferred mode from the Text Completion menu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "This is the name to save the file as." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3520,74 +3437,79 @@ msgstr "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "This is the name of the file to open." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Places" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "The file \"%1\" already exists. Do you wish to overwrite it?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Overwrite File?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "You can only select local files." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Remote Files Not Accepted" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "All Folders" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Create Directory" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Open" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Icon size: %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatically select filename e&xtension (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "the extension %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatically select filename e&xtension" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "a suitable extension" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3614,12 +3536,12 @@ msgstr "" "full stop will be automatically removed).If unsure, keep this " "option enabled as it makes your files more manageable." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&File type:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3628,63 +3550,56 @@ msgstr "" "This is the file type selector. It is used to select the format that the " "file will be saved as." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format that the " +"file will be saved as." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Create New File" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Sorry" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "The template file %1 does not exist." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Name for new link:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Create link to URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Enter %1 filename:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Sorry" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "The template file %1 does not exist." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Name for new link:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Create Symlink" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Create link to URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3694,7 +3609,7 @@ msgstr "" "The name %1 cannot be used because it is reserved for " "use by the operating system." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3704,7 +3619,7 @@ msgstr "" "The name %1 starts with a dot, so it will be hidden by " "default." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3716,27 +3631,41 @@ msgstr "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Using slashes in folder names will create sub-folders, like so:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Using slashes in folder names will create sub-folders." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Slashes cannot be used in file and folder names." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Backslashes cannot be used in file and folder names." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Could not create a folder with the name %1because it is reserved for use by the operating system." +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Could not create a folder with the name %1because " +"it is reserved for use by the operating system." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3745,96 +3674,147 @@ msgstr "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "A directory with name %1 already exists." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "A file with name %1 already exists." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Create New" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Link to Device" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "New Folder" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Create New Folder" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Create new folder in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Enter %1 filename:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Default" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Create New File" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Enter %1 filename:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Choose Application for %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Choose an &icon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copy" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Paste" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Open \"%1\" in New Tab" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Open \"%1\" in New Window" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edit" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigate" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Show Full Path" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Go to any location on the path %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3846,6 +3826,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Go to Location on Path" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Places" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3869,28 +3858,28 @@ msgstr "Other" msgid "Edit mode" msgstr "Edit mode" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Click for Location Navigation" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Click to Edit Location" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "You are not authorised to execute this file." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Launching %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3899,12 +3888,12 @@ msgstr "" "Unable to make the service %1 executable, aborting execution.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "You are not authorised to select an application to open this file." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3932,12 +3921,18 @@ msgstr "Error saving image to %1" msgid "Icon file too big, download aborted" msgstr "Icon file too big, download aborted" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "No mail client found" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3948,28 +3943,28 @@ msgstr "" "%1\n" "is not valid." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Launching %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "The command %1 could not be found." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "No terminal emulator found" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Failed to open %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3980,7 +3975,7 @@ msgstr "" "%1\n" "is of type Link but has no URL=... entry." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3989,14 +3984,14 @@ msgstr "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "For security reasons, launching executables is not allowed in this context." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4005,7 +4000,7 @@ msgstr "" "The program \"%1\" needs to have executable permission before it can be " "launched." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4014,12 +4009,12 @@ msgstr "" "Unable to make file \"%1\" executable.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "The desktop entry file %1 has no Type=... entry." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4030,12 +4025,12 @@ msgstr "" "Check your open applications and the notification area for any pending tasks " "or downloads." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Failed to open the file." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "The program \"%1\" could not be launched." @@ -4124,72 +4119,67 @@ msgstr "" "has been modified.\n" "Do you want to upload the changes?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Opens remote files, watches modifications, asks for upload" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Treat URLs as local files and delete them afterwards" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Suggested file name for the downloaded file" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Command to execute" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) or local file(s) used for 'command'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Setting ACL for %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4198,7 +4188,7 @@ msgstr "" "Could not change permissions for\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4208,118 +4198,38 @@ msgstr "" "Could not change owner and group for\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Could Not Rename Temporary File" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Could not find program \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Could not find program \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Change File Permissions" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "New Permissions: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Change File Owner" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "New Owner: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Remove File" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Remove Directory" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Create Directory" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Directory Permissions: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Open File" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Open Directory" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "New Filename: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Target: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Change Timestamp" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "From: %1, To: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Unknown Action" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Action: %1\n" -"Source: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Cannot copy file from %1 to %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "No media in device for %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Could not get user id for given user name %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Could not get group id for given group name %1" @@ -4361,32 +4271,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "You need to supply a username and a password to access this site." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Login OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Could not login to %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4395,7 +4305,7 @@ msgstr "" "\n" "The server said: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4404,12 +4314,12 @@ msgstr "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy Authentication Failed." @@ -4462,101 +4372,101 @@ msgstr "" "Would you like to accept this certificate forever without being prompted?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Server Authentication" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 at %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Otherwise, the request would have succeeded." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "retrieve property values" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "set property values" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "create the requested folder" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copy the specified file or folder" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "move the specified file or folder" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "search in the specified folder" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "lock the specified file or folder" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "unlock the specified file or folder" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "delete the specified file or folder" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "query the server's capabilities" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "retrieve the contents of the specified file or folder" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "run a report in the specified folder" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "An unexpected error (%1) occurred while attempting to %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4566,13 +4476,13 @@ msgstr "" "An error occurred while attempting to %1, %2. A summary of the reasons is " "below." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Access was denied whilst attempting to %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4581,7 +4491,7 @@ msgstr "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4596,28 +4506,28 @@ msgstr "" "that files are not overwritten.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "The requested lock could not be granted. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "The server does not support the request type of the body." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Unable to %1 because the resource is locked." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "This action was prevented by another error." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4627,7 +4537,7 @@ msgstr "" "Unable to %1 because the destination server refuses to accept the file or " "folder." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4636,18 +4546,18 @@ msgstr "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "The resource cannot be deleted." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "upload %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4658,15 +4568,15 @@ msgstr "An unexpected error (%1) occurred while attempting to %2." msgid "Network" msgstr "Network" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Malformed URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4679,12 +4589,12 @@ msgstr "" "and use the restore operation again, or drag the item anywhere else to " "restore it." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Invalid combination of protocols." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "This file is already in the wastebin." @@ -4720,7 +4630,7 @@ msgstr "Empty the contents of the wastebin" msgid "Restore a trashed file to its original location" msgstr "Restore a file from the wastebin to its original location" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "The wastebin is full. Empty it or remove items manually." @@ -4741,17 +4651,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Retry" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Authentication Dialogue" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Access denied" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "You do not have permission to access the %1 protocol." @@ -4860,41 +4770,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Click to paste the checksum from the clipboard to the input field." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4904,9 +4814,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calculate" @@ -4915,136 +4825,224 @@ msgstr "Calculate" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Click to copy the checksum to the clipboard." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancel" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Move Here" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Download Here" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copy Here" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Link Here" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Launching %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "What do you wish to do with this file?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Do not ask again" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Open" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Execute" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Open with %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Undo Changes" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "What do you wish to do with this file?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Undoing this operation requires root privileges. Do you want to continue?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creating directory" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Source" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destination" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Copying" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Moving" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renaming" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Move to Wastebin" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Deleting" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Und&o" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Und&o: Copy" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Und&o: Link" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Und&o: Move" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Und&o: Rename" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Und&o: Wastebin" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Und&o: Create Folder" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Und&o: Create Folder(s)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Und&o: Create File" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Und&o: Batch Rename" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Und&o: Copy" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Und&o: Link" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Und&o: Move" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Und&o: Rename" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Und&o: Wastebin" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Und&o: Create Folder" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Und&o: Create Folder(s)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Und&o: Create File" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Und&o: Batch Rename" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5057,12 +5055,12 @@ msgstr "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Undo File Copy Confirmation" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5074,21 +5072,22 @@ msgstr "" "filename>This action cannot be undone." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Delete Permanently" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Delete Permanently" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5104,7 +5103,7 @@ msgstr[1] "" "Do you really want to permanently delete these %1 items?This action cannot be undone." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5114,13 +5113,13 @@ msgstr "" "Do you want to permanently delete all items from the Wastebin?This action cannot be undone." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Empty Wastebin" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5130,7 +5129,7 @@ msgstr "" "Do you really want to move this item to the Wastebin?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5215,7 +5214,7 @@ msgstr "Owner" msgid "Owning Group" msgstr "Owning Group" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Others" @@ -5288,106 +5287,113 @@ msgstr "Updating System Configuration" msgid "Updating system configuration…" msgstr "Updating system configuration…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Name" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Size" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Date" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissions" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Owner" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Group" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Open &with %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Actions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Open Folder With…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Open With…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Execute" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Open folder with %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Open with %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Open Folder With" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Open With" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Other Application…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5395,113 +5401,135 @@ msgid_plural "%1 items" msgstr[0] "1 item" msgstr[1] "%1 items" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Unknown" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stop" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explore in Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Mounted From:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Free Space:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Content:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Open with:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Change..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Location:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Size:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Change..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Content:" +msgid "Stop" +msgstr "Stop" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explore in Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Points to:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Modified:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Show a Warning" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Created:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "File System:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Unknown size" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Mounted On:" +msgid "Modified:" +msgstr "Modified:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accessed:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Open With:" +msgid "File system:" +msgstr "File system:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Mounted On:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Mounted From:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Free Space:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Unknown size" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5793,26 +5821,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Type the description of this application, based on its use, here. Examples: " "a dial up application (KPPP) would be \"Dial up tool\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Description:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Username:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Type any comment you think is useful here." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Type the description of this application, based on its use, here. Examples: " +"a dial up application (KPPP) would be \"Dial up tool\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5822,8 +5861,9 @@ msgstr "Comm&ent:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Environment Variables:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6026,7 +6066,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Share" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6036,36 +6076,59 @@ msgstr "" "Could not save properties due to insufficient write access to:" "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Enter %1 filename:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explore in %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Refresh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Cannot transfer %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Unknown size" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6074,138 +6137,144 @@ msgstr "" "Calculating... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 file" msgstr[1] "%1 files" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-folder" msgstr[1] "%1 sub-folders" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calculating...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "At least %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "The new file name is empty." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "No registered file type" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "No associated application" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Create…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Change…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "No Access" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Can Only View" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Can View & Modify" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Can Only View Content" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Can View & Modify Content" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Can Only View/Read Content" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Can View/Read & Modify/Write" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Access Permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "This file is a link and does not have permissions." msgstr[1] "All files are links and do not have permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Only the owner can change permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "O&wner:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specifies the actions that the owner is allowed to do." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gro&up:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specifies the actions that the members of the group are allowed to do." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "O&thers:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6214,27 +6283,27 @@ msgstr "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Only own&er can delete or rename contents" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Allow &executing file as program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Delete or rename:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Execute:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6245,7 +6314,7 @@ msgstr "" "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6254,42 +6323,42 @@ msgstr "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "A&dvanced Permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Ownership" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "User:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Group:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Apply changes to all subfolders and their contents" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Advanced Permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Class" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6298,22 +6367,22 @@ msgstr "" "Show\n" "Entries" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "This flag allows viewing the content of the folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Read" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "The Read flag allows viewing the content of the file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6322,7 +6391,7 @@ msgstr "" "Write\n" "Entries" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6331,43 +6400,43 @@ msgstr "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Write" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "The Write flag allows modifying the content of the file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Enter" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Enable this flag to allow entering the folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Enable this flag to allow executing the file as a program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Special" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6376,7 +6445,7 @@ msgstr "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6385,17 +6454,17 @@ msgstr "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "User" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Group" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6404,7 +6473,7 @@ msgstr "" "If this flag is set, the owner of this folder will be the owner of all new " "files." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6413,14 +6482,14 @@ msgstr "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "If this flag is set, the group of this folder will be set for all new files." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6429,7 +6498,7 @@ msgstr "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6438,7 +6507,7 @@ msgstr "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6447,89 +6516,80 @@ msgstr "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Set UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Set GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varying (No Change)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "This file uses advanced permissions" msgstr[1] "These files use advanced permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "This folder uses advanced permissions." msgstr[1] "These folders use advanced permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "These files use advanced permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksums" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculating…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Invalid checksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "The given input is not a valid MD5, SHA1 or SHA256 checksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksums match." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "The computed checksum and the expected checksum match." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6540,57 +6600,75 @@ msgstr "" "downloading the file.
    If the verification still fails, contact the " "source of the file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "The computed checksum and the expected checksum differ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verifying checksum…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "The files are identical." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "The files are different." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculating…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Could not save properties. Only entries on local file systems are supported." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Application" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Add File Type for %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Select one or more file types to add:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Only executables on local file systems are supported." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Advanced Options for %1" @@ -6691,22 +6769,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configure Web Shortcuts…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Open file dialogue" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Filename for clipboard content:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Paste File" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Paste Clipboard Contents…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6715,19 +6799,19 @@ msgstr "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Paste One Folder" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Paste One File" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6735,47 +6819,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Paste One Item" msgstr[1] "Paste %1 Items" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Paste Clipboard Contents…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Paste" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Data format:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Filename for clipboard content:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Filename for dropped contents:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Date: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Size: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Appl&y to All" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6785,47 +6886,50 @@ msgstr "" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "When this is ticked the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Rename" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggest New &Name" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Skip" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Do not copy or move this folder, skip to the next item instead" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Do not copy or move this file, skip to the next item instead" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Write Into" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6838,13 +6942,13 @@ msgstr "" "You will be prompted again in case of a conflict with an existing file in " "the directory." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Overwrite older files" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6853,12 +6957,12 @@ msgstr "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Resume" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6867,67 +6971,57 @@ msgstr "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinue" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Would you like to overwrite the destination?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Would you like to merge the contents of '%1' into '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Source" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destination" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "The source is more recent." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "The source is older." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "The source is smaller by %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "The source is bigger by %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "The files are identical." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "The files seem identical." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "The files are different." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6936,59 +7030,56 @@ msgstr "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Copy Files" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "An older item named '%1' already exists." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "A similar file named '%1' already exists." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "A more recent item named '%1' already exists." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Rename:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Rename Item" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Rename Items" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Rename" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Rename the item %1 to:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "New name #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "A file with name %1 already exists." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 does not appear to be an executable program." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6996,38 +7087,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Rename the %1 selected item to:" msgstr[1] "Rename the %1 selected items to:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# will be replaced by ascending numbers starting with:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "New name #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Rename the %1 selected item to:" +msgstr[1] "Rename the %1 selected items to:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Replace" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Open With:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Replace" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Rename the %1 selected item to:" +msgstr[1] "Rename the %1 selected items to:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Enter %1 filename:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Enter %1 filename:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Rename Item" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Rename Items" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Rename" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Delete or rename:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Replace" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Show Preview" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 does not appear to be an executable program." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Replace" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Retry" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Replace All" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Skip" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Skip All" @@ -7114,7 +7371,7 @@ msgstr "" "The remote host did not send any SSL certificates.\n" "Aborting because the identity of the host cannot be established." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7152,10 +7409,60 @@ msgstr[1] "" "strong='true'>This action cannot be undone.
    " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Moving this item to the wastebin failed as it is too large. Permanently " +"delete it instead?%1This action cannot be undone." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Moving this %1 item to the wastebin failed as it is too large. Permanently " +"delete it instead?This action cannot be undone." +"" +msgstr[1] "" +"Moving these %1 items to the wastebin failed as they are too large. " +"Permanently delete them instead?This " +"action cannot be undone." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7163,15 +7470,24 @@ msgstr "" "delete it instead?%1This action cannot be undone." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7183,7 +7499,7 @@ msgstr[1] "" "Permanently delete them instead?This " "action cannot be undone." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7191,51 +7507,264 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Do you really want to move this %1 item to the Wastebin?" msgstr[1] "Do you really want to move these %1 items to the Wastebin?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Do not ask again" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Do not ask again" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Do not show this message again" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "The peer SSL certificate chain appears to be corrupt." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Warning" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "This will start the program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "If you do not trust this program, click Cancel" +#~ msgid "Open With:" +#~ msgstr "Open With:" + +#~ msgid "File System:" +#~ msgstr "File System:" + +#~ msgid "Change Attribute" +#~ msgstr "Change Attribute" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" + +#~ msgid "Delete Files" +#~ msgstr "Delete Files" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" + +#~ msgid "Create Folder" +#~ msgstr "Create Folder" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" + +#~ msgid "Move Items" +#~ msgstr "Move Items" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" + +#~ msgid "Rename" +#~ msgstr "Rename" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" + +#~ msgid "Transfer data" +#~ msgstr "Transfer data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" + +#~ msgid "Undo Changes" +#~ msgstr "Undo Changes" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Setting ACL for %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Change File Permissions" + +#~ msgid "New Permissions: %1" +#~ msgstr "New Permissions: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Change File Owner" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "New Owner: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Remove File" + +#~ msgid "Remove Directory" +#~ msgstr "Remove Directory" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Directory Permissions: %1" + +#~ msgid "Open File" +#~ msgstr "Open File" + +#~ msgid "Open Directory" +#~ msgstr "Open Directory" + +#~ msgid "New Filename: %1" +#~ msgstr "New Filename: %1" + +#~ msgid "Target: %1" +#~ msgstr "Target: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Change Timestamp" + +#~ msgid "From: %1, To: %2" +#~ msgstr "From: %1, To: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Unknown Action" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Show Bookmarks Button" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "File Changed" + +#~ msgid "&Description:" +#~ msgstr "&Description:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Type any comment you think is useful here." + +#~ msgid "Do not ask again" +#~ msgstr "Do not ask again" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "More than one folder has been selected and this dialogue does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." + +#~ msgid "More than one folder provided" +#~ msgstr "More than one folder provided" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" + +#~ msgid "Files and folders selected" +#~ msgstr "Files and folders selected" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." + #~ msgid "Is &executable" #~ msgstr "Is &executable" @@ -8384,9 +8913,6 @@ msgstr "If you do not trust this program, click Cancel" #~ "This is the calculated amount of disk space that will be allowed " #~ "for the wastebin, the maximum." -#~ msgid "Show a Warning" -#~ msgstr "Show a Warning" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Delete Oldest Files From Wastebin" @@ -8523,10 +9049,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "Space" #~ msgstr "Space" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Default" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modify Web Shortcut" @@ -8879,11 +9401,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Could not find any application or handler for %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Paste File" -#~ msgstr[1] "&Paste %1 Files" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Paste URL" @@ -9002,14 +9519,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "Invalid Directory Name" #~ msgstr "Invalid Directory Name" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." - #~ msgid "File Type Options" #~ msgstr "File Type Options" @@ -9047,9 +9556,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "unmounting is not supported by wince." #~ msgstr "unmounting is not supported by wince." -#~ msgid "File name:" -#~ msgstr "File name:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9353,9 +9859,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "Read only" #~ msgstr "Read only" -#~ msgid "File system:" -#~ msgstr "File system:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Mount point (/mnt/floppy):" @@ -9858,9 +10361,6 @@ msgstr "If you do not trust this program, click Cancel" #~ msgid "Do not &close when command exits" #~ msgstr "Do not &close when command exits" -#~ msgid "&Username:" -#~ msgstr "&Username:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9884,9 +10384,6 @@ msgstr "If you do not trust this program, click Cancel" #~ "You will not be able to manage the cookies that are stored on your " #~ "computer." -#~ msgid "Open with:" -#~ msgstr "Open with:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/eo/kio6.po b/local/recipes/kde/kf6-kio/source/po/eo/kio6.po index a75415fbee..b11eb662f7 100644 --- a/local/recipes/kde/kf6-kio/source/po/eo/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/eo/kio6.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-28 17:41+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-03-23 07:29+0100\n" "Last-Translator: Oliver Kellogg \n" "Language-Team: Esperanto \n" "Language: eo\n" @@ -38,12 +38,12 @@ msgstr "" "wolfram@steloj.de,Steffen.Pietsch@BerlinOnline.de, f8cfe@free.fr," "pedrotpmx@wanadoo.fr,cfmckee@gmail.com,olivermkellogg@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ne eblis modifi la proprieton de dosiero %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -52,12 +52,12 @@ msgstr "" "Ne eblis modifi la proprieton de dosiero %1. Vi ne " "havas sufiĉan aliron al la dosiero por fari la ŝanĝon." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ne eblas krei KIO-laboriston: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -69,7 +69,7 @@ msgstr "" "Ne eblis krei simbolligon \"%1\".\n" "La celdosiersistemo (%2) ne subtenas simbolligojn." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -83,7 +83,7 @@ msgstr "" "Elekti Anstataŭigi anstataŭigos ajnajn nevalidajn signojn (en la " "celdosierujo) per substreko \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -97,23 +97,23 @@ msgstr "" "Elekti Anstataŭigi anstataŭigos ajnajn nevalidajn signojn (en la " "celdosiernomo) per substreko \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Dosierujo Jam Ekzistas" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Dosiero Jam Ekzistas" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Jam Ekzistas kiel Dosierujo" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Rubujo" @@ -207,206 +207,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Movanta" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Fonto" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Celo" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Alinomado" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiado" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Kreante dosierujon" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Dosierujo" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Forigo" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Dosiero" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ekzamenante" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transdono" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Muntado" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Aparato" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Montpunkto" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Malmuntado" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Ŝanĝi Atributon" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Radikaj privilegioj estas bezonataj por ŝanĝi dosierajn atributojn. Ĉu vi " -"volas daŭrigi?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopiu Dosieroj" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Radikaj privilegioj estas postulataj por kompletigi la kopioperacion. Ĉu vi " -"volas daŭrigi?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Forigi dosierojn" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Root-privilegioj estas postulataj por kompletigi la forigan operacion. " -"Tamen, fari tion povas damaĝi vian sistemon. Ĉu vi volas daŭrigi?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Krei Dosierujon" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Radikaj privilegioj estas bezonataj por krei ĉi tiun dosierujon. Ĉu vi volas " -"daŭrigi?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Movu Erojn" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Radikaj privilegioj estas bezonataj por kompletigi la movoperacion. Ĉu vi " -"volas daŭrigi?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Alinomi" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Radikaj privilegioj estas postulataj por kompletigi renomadon. Ĉu vi volas " -"daŭrigi?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Kreu Simligon" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Radikaj privilegioj estas postulataj por krei simbolligon. Ĉu vi volas " -"daŭrigi?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transdono de datumoj" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Root-privilegioj estas postulataj por kompletigi translokigon de datumoj. Ĉu " -"vi volas daŭrigi?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +725,11 @@ msgstr "Dosiero estas tro granda por esti rubujo." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +739,65 @@ msgstr "" "%2\n" "Bonvolu sendi plenan cimraporton ĉe https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nekonata)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknika kialo:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detaloj de la peto:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokolo: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Dato kaj horo: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Pliaj informoj: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Eblaj kaŭzoj:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Eblaj solvoj:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nekonata)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +806,17 @@ msgstr "" "Kontaktu vian taŭgan komputilan helpsistemon, ĉu la sistemadministranton, ĉu " "teknikan subtengrupon por plia helpo." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Kontaktu la administranton de la servilo por plia helpo." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontrolu viajn alirpermesojn pri ĉi tiu rimedo." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,14 +825,14 @@ msgstr "" "Viaj alirpermesoj povas esti neadekvataj por plenumi la petitan operacion " "sur ĉi tiu rimedo." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "La dosiero povas esti uzata (kaj tiel ŝlosita) de alia uzanto aŭ aplikaĵo." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -946,17 +841,17 @@ msgstr "" "Kontrolu por certigi, ke neniu alia aplikaĵo aŭ uzanto uzas la dosieron aŭ " "ŝlosis la dosieron." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Kvankam neverŝajne, aparatara eraro eble okazis." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Vi eble renkontis cimon en la programo." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -965,7 +860,7 @@ msgstr "" "Ĉi tio plej verŝajne estas kaŭzita de cimo en la programo. Bonvolu konsideri " "sendi plenan cimraporton kiel detale sube." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -974,7 +869,7 @@ msgstr "" "Ĝisdatigu vian programaron al la plej nova versio. Via distribuo devus " "provizi ilojn por ĝisdatigi vian programaron." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,12 +889,12 @@ msgstr "" "cimraporto, kune kun tiom da aliaj detaloj kiom vi opinias, ke ili povus " "helpi." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Eble estis problemo kun via retkonekto." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1008,7 +903,7 @@ msgstr "" "Eble estis problemo kun via reto-agordo. Se vi lastatempe aliris la " "Interreton sen problemoj, tio estas neverŝajna." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1017,42 +912,42 @@ msgstr "" "Eble estis problemo iam laŭ la reto vojo inter la servilo kaj ĉi tiu " "komputilo." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Provu denove, aŭ nun aŭ poste." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Eble okazis protokola eraro aŭ nekongruo." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Certigu, ke la rimedo ekzistas, kaj provu denove." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "La specifita rimedo eble ne ekzistas." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Duoble kontrolu, ke vi enigis la ĝustan lokon kaj provu denove." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontrolu vian retkonektan staton." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ne Povas Malfermi Rimedon Por Legado" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ne povus esti reprenita, ĉar ne eblis akiri legadon." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Vi eble ne havas permesojn legi la dosieron aŭ malfermi la dosierujon." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ne Povas Malfermi Rimedon Por Skribi" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1080,17 +975,17 @@ msgstr "" "Ĉi tio signifas, ke la dosiero, %1, ne povus esti skribita " "al la peto, ĉar aliro kun permeso por skribi ne eblis akiri." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ne Povas Lanĉi Procezon postulatan de la Protokolo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne eblas Lanĉi Procezon" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 ne estis trovita aŭ komencita. Ĉi tio kutime estas pro teknikaj " "kialoj." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1112,12 +1007,12 @@ msgstr "" "ĝisdatigita kun via lasta ĝisdatigo de KDE. Ĉi tio povas igi la programon " "esti malkongrua kun la nuna versio kaj tiel ne komenciĝi." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Interna Eraro" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 raportis internan eraron." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Malĝuste Formatita URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nesubtenata Protokolo %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1160,12 +1055,12 @@ msgstr "" "La protokolo %1 ne estas subtenata de la KDE-programoj " "nuntempe instalitaj sur ĉi tiu komputilo." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "La petita protokolo eble ne estas subtenata." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1174,7 +1069,7 @@ msgstr "" "La versioj de la protokolo %1 subtenataj de ĉi tiu komputilo kaj la servilo " "eble estas malkongruaj." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1185,17 +1080,17 @@ msgstr "" "laboristo\") kiu subtenas ĉi tiun protokolon. Lokoj por serĉi inkluzivas https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL Ne Aludas al Rimedo." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokolo estas Filtrila Protokolo" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniforma RfontoLokatoro (URL), kiun vi enigis, ne rilatis al specifa rimedo." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1217,12 +1112,12 @@ msgstr "" "situacioj. Ĉi tio estas malofta evento, kaj verŝajne indikas programaran " "eraron." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nesubtenata Ago: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1231,7 +1126,7 @@ msgstr "" "La petita ago ne estas subtenata de la KDE-programo kiu efektivigas la " "%1 protokolon." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1242,17 +1137,17 @@ msgstr "" "al vi pli da informoj ol estas disponeblaj por la KDE-enigo/eliga " "arkitekturo." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Provu trovi alian manieron atingi la saman rezulton." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Dosiero Atendita" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1261,17 +1156,17 @@ msgstr "" "La peto atendis dosieron, tamen la dosierujo %1 estis " "trovita anstataŭe." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ĉi tio povas esti eraro ĉe la servilo." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Dosierujo Atendita" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1280,17 +1175,17 @@ msgstr "" "La peto atendis dosierujon, tamen la dosiero %1 estis " "trovita anstataŭe." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Dosiero aŭ Dosierujo Ne Ekzistas" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "La specifita dosiero aŭ dosierujo %1 ne ekzistas." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1299,22 +1194,22 @@ msgstr "" "La petita dosiero ne povis esti kreita ĉar dosiero kun la sama nomo jam " "ekzistas." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Provu unue forigi la nunan dosieron, kaj poste provu denove." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Forigu la nunan dosieron kaj provu denove." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Elektu alternan dosiernomon por la nova dosiero." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1323,27 +1218,27 @@ msgstr "" "La petita dosierujo ne povus esti kreita ĉar dosierujo kun la sama nomo jam " "ekzistas." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Provu unue forigi la nunan dosierujon, kaj poste provu denove." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Forigu la nunan dosierujon kaj provu denove." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Elektu alternan nomon por la nova dosierujo." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nekonata Gastiganto" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1352,7 +1247,7 @@ msgstr "" "Nekonata gastiga eraro indikas, ke la servilo kun la petita nomo, " "%1, ne povis troviĝi en la Interreto." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1360,27 +1255,27 @@ msgstr "" "La nomo, kiun vi tajpis, %1, eble ne ekzistas: ĝi eble estas malĝuste " "tajpita." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Aliro Malpermesita" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Aliro estis rifuzita al la specifita rimedo, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Vi eble liveris malĝustajn aŭtentigajn detalojn aŭ tute neniun." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Via konto eble ne havas permeson aliri la specifitan rimedon." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1388,12 +1283,12 @@ msgid "" msgstr "" "Reprovu la peton kaj certigu, ke viaj aŭtentikigdetaloj estas ĝuste enigitaj." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skriba Aliro Neita" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1402,12 +1297,12 @@ msgstr "" "Ĉi tio signifas, ke provo skribi al la dosiero %1 estis " "malakceptita." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne eblas Eniri Dosierujon" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1416,17 +1311,17 @@ msgstr "" "Ĉi tio signifas, ke provo eniri (alivorte malfermi) la petitan dosierujon " "%1 estis malakceptita." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Dosierujo Ne Disponebla" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokolo %1 ne estas Dosiersistemo" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1437,12 +1332,12 @@ msgstr "" "dosierujo, kaj la KDE-programo subtenanta ĉi tiun protokolon ne povas fari " "tion." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cikla Ligo Detektita" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1454,7 +1349,7 @@ msgstr "" "loko. KDE detektis ligilon aŭ serion de ligiloj, kiuj rezultigas senfinan " "buklon - t.e. la dosiero estis (eble en ronda maniero) ligita al si mem." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1463,27 +1358,27 @@ msgstr "" "Forigu unu parton de la buklo por ke ĝi ne kaŭzu senfinan buklon, kaj provu " "denove." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Peto interrompita de la uzanto" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "La peto ne estis kompletigita ĉar ĝi estis ĉesigita." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Reprovu la peton." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Cikla Ligo Detektita Dum Kopio" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1496,17 +1391,17 @@ msgstr "" "kiu rezultigas senfinan buklon - t.e. la dosiero estis (eble en ronda " "maniero) ligita al si mem." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne Eblis Krei Retan Konekton" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne Eblis Krei Ingon" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1515,8 +1410,8 @@ msgstr "" "Ĉi tio estas sufiĉe teknika eraro, en kiu bezonata aparato por retaj " "komunikadoj (soko) ne povus esti kreita." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1525,12 +1420,12 @@ msgstr "" "La retkonekto eble estas malĝuste agordita, aŭ la retinterfaco eble ne estas " "ebligita." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Konekto al Servilo Rifuzita" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1539,7 +1434,7 @@ msgstr "" "La servilo %1 rifuzis permesi al ĉi tiu komputilo fari " "konekton." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1548,7 +1443,7 @@ msgstr "" "La servilo, dum nuntempe konektita al la Interreto, eble ne estas agordita " "por permesi petojn." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1557,7 +1452,7 @@ msgstr "" "La servilo, dum nuntempe konektita al la Interreto, eble ne funkcias la " "petitan servon (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1568,12 +1463,12 @@ msgstr "" "vian reton aŭ la reton de la servilo, eble intervenis, malhelpante ĉi tiun " "peton." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Konekto al Servilo Fermita Neatendite" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1582,7 +1477,7 @@ msgstr "" "Kvankam konekto estis establita al %1, la konekto estis " "fermita ĉe neatendita punkto en la komunikado." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1591,17 +1486,17 @@ msgstr "" "Eble okazis protokola eraro, igante la servilon fermi la konekton kiel " "respondo al la eraro." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL-Rimedo Nevalida" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokolo %1 ne estas Filtrila Protokolo" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lokigilo (URL), kiun vi enigis, ne rilatis al valida mekanismo por " "aliri la specifan rimedon, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1624,17 +1519,17 @@ msgstr "" "protokolon esti uzata kiel tia, tamen ĉi tiu protokolo ne kapablas tian " "agon. Ĉi tio estas malofta evento, kaj verŝajne indikas programaran eraron." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ne eblas Inicialigi Enigan/Eligan Aparaton" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne Eblis Munti Aparaton" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1643,7 +1538,7 @@ msgstr "" "La petita aparato ne povus esti pravaligita (\"muntita\"). La raportita " "eraro estis: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1654,7 +1549,7 @@ msgstr "" "forprenebla datumportilo (t.e. neniu KD-ROM en KD-aparato), aŭ en la kazo de " "ekstercentra/portebla aparato, la aparato eble ne estas ĝuste konektita." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1665,7 +1560,7 @@ msgstr "" "sistemoj, ofte sistemaj administrantoj estas postulataj por pravalorigi " "aparaton." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1675,17 +1570,17 @@ msgstr "" "datumportanton, kaj porteblaj aparatoj devas esti konektitaj kaj ŝaltitaj.; " "kaj provu denove." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ne eblas Malinicialigi Enigan/Eligan Aparaton" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne Eblis Malmunti Aparaton" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1694,7 +1589,7 @@ msgstr "" "La petita aparato ne povis esti malinicialigita (\"malmuntita\"). La " "raportita eraro estis: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1705,7 +1600,7 @@ msgstr "" "uzanto. Eĉ tiaj aferoj kiel havado de malfermita retumila fenestro sur loko " "de ĉi tiu aparato povas kaŭzi, ke la aparato restu uzata." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1716,17 +1611,17 @@ msgstr "" "UNIX-sistemoj, sistemadministranto-privilegioj ofte estas postulataj por " "malinicialigi aparaton." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Kontrolu, ke neniuj aplikoj aliras la aparaton, kaj provu denove." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ne Povas Legi El Rimedo" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1735,17 +1630,17 @@ msgstr "" "Ĉi tio signifas, ke kvankam la rimedo, %1, povis esti " "malfermita, okazis eraro dum legado de la enhavo de la rimedo." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Vi eble ne havas permesojn legi el la rimedo." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ne Povas Skribi al Rimedo" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1754,22 +1649,22 @@ msgstr "" "Ĉi tio signifas, ke kvankam la rimedo, %1, povis esti " "malfermita, okazis eraro dum skribado al la rimedo." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Vi eble ne havas permesojn skribi al la rimedo." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ne Eblis Aŭskulti por Retaj Konektoj" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ne Povis Ligi" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1780,17 +1675,17 @@ msgstr "" "komunikadoj (ingo) ne povus esti establita por aŭskulti alvenantajn retajn " "konektojn." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ne Povis Aŭskulti" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne Eblis Akcepti Retan Konekton" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1799,33 +1694,33 @@ msgstr "" "Ĉi tio estas sufiĉe teknika eraro, en kiu okazis eraro provante akcepti " "alvenantan retkonekton." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Vi eble ne havas permesojn akcepti la konekton." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ne Eblis Ensaluti: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Provo ensaluti por plenumi la petitan operacion malsukcesis." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ne Eblis Determini Rimedan Statuson" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ne Eblis Stat Rimedo" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1834,70 +1729,70 @@ msgstr "" "Provo determini informojn pri la stato de la rimedo %1, " "kiel la rimedonomo, tipo, grandeco, ktp., estis malsukcesa." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "La specifita rimedo eble ne ekzistis aŭ eble ne estas alirebla." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ne Eblis Nuligi Liston" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Dokumentu ĉi tion" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne Eblis Krei Dosierujon" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Provo krei la petitan dosierujon malsukcesis." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "La loko kie la dosierujo estis kreota eble ne ekzistas." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne Eblis Forigi Dosierujon" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Provo forigi la specifitan dosierujon, %1, malsukcesis." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "La specifita dosierujo eble ne ekzistas." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "La specifita dosierujo eble ne estas malplena." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Certigu, ke la dosierujo ekzistas kaj estas malplena, kaj provu denove." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne Eblis Rekomenci Dosieran Transdonon" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1906,32 +1801,32 @@ msgstr "" "La specifita peto petis, ke la translokigo de dosiero %1 " "estu rekomencita je certa punkto de la translokigo. Ĉi tio ne eblis." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "La protokolo, aŭ la servilo, eble ne subtenas rekomencadon de dosiero." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Reprovu la peton sen provi rekomenci translokigon." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne Eblis Alinomi Rimedon" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Provo renomi la specifitan rimedon %1 malsukcesis." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ne Povis Ŝanĝi Permesojn de Rimedo" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "malsukcesis." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ne Eblis Ŝanĝi Proprieton de Rimedo" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "malsukcesis." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne Eblis Forigi Rimedon" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Provo forigi la specifitan rimedon %1 malsukcesis." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neatendita Programo Fino" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 neatendite finiĝis." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "El Memoro" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ne povis akiri la necesan memoron por daŭrigi." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nekonata Prokura Gastiganto" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, estis renkontita Nekonata Gastiganto-eraro. Nekonata gastiga eraro " "indikas, ke la petita nomo ne povus troviĝi en la Interreto." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2019,17 +1914,17 @@ msgstr "" "prokurilo. Se vi lastatempe aliris la Interreton sen problemoj, tio estas " "neverŝajna." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Duoble kontrolu viajn prokurajn agordojn kaj provu denove." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Aŭtentigo Malsukcesis: Metodo %1 Ne Subtenata" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2040,7 +1935,7 @@ msgstr "" "malsukcesis ĉar la metodo, kiun la servilo uzas, ne estas subtenata de la " "KDE-programo efektiviganta la protokolon %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2049,17 +1944,17 @@ msgstr "" "Bonvolu registri cimon ĉe https://bugs.kde." "org/ por informi la KDE-teamo pri la nesubtenata aŭtentikiga metodo." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Peto interrompita" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interna Eraro en Servilo" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2068,7 +1963,7 @@ msgstr "" "La programo sur la servilo kiu disponigas aliron al la protokolo %1 raportis internan eraron: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2077,13 +1972,13 @@ msgstr "" "Ĉi tio plej verŝajne estas kaŭzita de cimo en la servila programo. Bonvolu " "konsideri sendi plenan cimraporton kiel detale sube." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Kontaktu la administranton de la servilo por informi ilin pri la problemo." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2092,40 +1987,31 @@ msgstr "" "Se vi scias kiuj estas la aŭtoroj de la servila programaro, sendu la " "cimraporton rekte al ili." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Timeout Eraro" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Kvankam kontakto estis farita kun la servilo, respondo ne estis ricevita en " -"la kvanto de tempo asignita por la peto jene:
    • Tempo por establi " -"konekton: %1 sekundoj
    • Tempo por ricevi respondo: %2 sekundoj
    • Tempo por aliro al prokurserviloj: %3 sekundoj
    Bonvolu noti, " -"ke vi povas ŝanĝi ĉi tiujn tempofinajn agordojn en la KDE-Sistema Agordoj, " -"elektante Retajn Agordojn - > Konekto-Preferoj." +"Kvankam kontakto stis farita kun la servilo, respondo ne estis ricevita ene " +"de la tempodaŭro atribuita por ĉi tiu aldemando." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "La servilo estis tro okupata respondi al aliaj petoj respondi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nekonata eraro" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 raportis nekonatan eraron: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nekonata Interrompo" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 raportis interrompon de nekonata tipo: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne Eblis Forigi Originalan Dosieron" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2164,12 +2050,12 @@ msgstr "" "verŝajne ĉe la fino de dosiera movo operacio. La originala dosiero " "%1 ne povis esti forigita." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne Eblis Forigi Provizora Dosiero" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2180,12 +2066,12 @@ msgstr "" "la novan dosieron dum elŝutado. Ĉi tiu provizora dosiero %1 " "ne povis esti forigita." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne Eblis Renomi Originalan Dosieron" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2194,12 +2080,12 @@ msgstr "" "La petita operacio postulis la renomon de la originala dosiero %1, tamen ĝi ne povis esti renomita." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne Eblis Renomi Provizora Dosiero" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2208,32 +2094,32 @@ msgstr "" "La petita operacio postulis la kreadon de provizora dosiero %1, tamen ĝi ne povis esti kreita." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne Eblis Krei Ligon" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne Eblis Krei Simbolan Ligon" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "La petita simbola ligilo %1 ne povis esti kreita." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Neniu Enhavo" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disko Plena" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2242,7 +2128,7 @@ msgstr "" "La petita dosiero %1 ne povus esti skribita al ĉar estas " "neadekvata diskospaco." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2253,12 +2139,12 @@ msgstr "" "dosieroj; 2) arkivado de dosieroj al forpreneblaj datumportiloj kiel " "ekzemple KD-Registreblaj diskoj; aŭ 3) akiri pli da konserveja kapacito." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Fonto kaj Celo Dosieroj Identaj" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2267,17 +2153,17 @@ msgstr "" "La operacio ne povis esti finita ĉar la fonto kaj celdosieroj estas la sama " "dosiero." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Elektu malsaman dosiernomon por la celdosiero." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Dosiero aŭ Dosierujo falis sur sin" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2286,17 +2172,17 @@ msgstr "" "La operacio ne povis esti finita ĉar la fonto kaj celdosiero aŭ dosierujo " "estas la sama." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Faligi la objekton en malsaman dosieron aŭ dosierujon." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Dosierujo movita en si mem" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2305,17 +2191,17 @@ msgstr "" "La operacio ne povus esti kompletigita ĉar la fonto ne povas esti movita en " "si mem." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Movu la objekton en alian dosierujon." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ne eblis komuniki kun pasvortservilo" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2324,23 +2210,23 @@ msgstr "" "La operacio ne povis esti finita ĉar la servo por peti pasvortojn " "(kpasswdserver) ne eblis kontakti" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Provu rekomenci vian seancon, aŭ serĉu en la protokoloj por eraroj de kio." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne Povas Komenci la %1 Protokolon" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Ne eblas Krei KIO-Laboriston" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2349,7 +2235,7 @@ msgstr "" "La KIO-laboristo kiu disponigas aliron al la protokolo %1 " "ne povis esti komencita. Ĉi tio kutime estas pro teknikaj kialoj." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2359,13 +2245,13 @@ msgstr "" "protokolon. Ĉi tio signifas, ke vi eble havas malmodernan version de la " "kromprogramo." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ne povas transdoni %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2375,7 +2261,7 @@ msgstr "" "La dosiero %1 ne povas esti transdonita, ĉar la cela " "dosiersistemo ne subtenas dosierojn tiom grandajn." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2384,28 +2270,28 @@ msgstr "" "Reformatu la celan diskon por uzi dosiersistemon, kiu subtenas dosierojn " "tiom grandajn." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentita Eraro" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simbola Ligo al %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Ligo al %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(montras al %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2414,12 +2300,12 @@ msgstr "" "Misformita URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Ne eblas determini la tipon de dosiero por %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2427,13 +2313,13 @@ msgid "" msgstr "" "Ne eblis ĉerpi ruleblan nomon el '%1', bonvolu tajpi validan programnomon." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ŝajnas ne esti plenumebla programo." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2443,92 +2329,92 @@ msgstr "" "%1 ne estis trovita; bonvolu enigi validan vojon al " "plenumebla programo." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Malfermo de konektoj ne estas subtenata kun la protokolo %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Fermi konektojn ne estas subtenata kun la protokolo %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Aliro al dosieroj ne estas subtenata kun la protokolo %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skribado al %1 ne estas subtenata." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Ne estas specialaj agoj disponeblaj por protokolo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Listo de dosierujoj ne estas subtenata por protokolo %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Repreni datumojn de %1 ne estas subtenata." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Repreni informojn pri mimotipaj de %1 ne estas subtenata." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Renomi aŭ movi dosierojn ene de %1 ne estas subtenata." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Kreado de simbolaj ligiloj ne estas subtenata kun protokolo %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiado de dosieroj ene de %1 ne estas subtenata." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Forigo de dosieroj de %1 ne estas subtenata." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Kreado de dosierujoj ne estas subtenata kun protokolo %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ŝanĝi la atributojn de dosieroj ne estas subtenata kun protokolo %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Ŝanĝi la proprieton de dosieroj ne estas subtenata kun protokolo %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Malfermo de dosieroj ne estas subtenata kun protokolo %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokolo %1 ne subtenas agon %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2536,315 +2422,336 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"La sekureco de la KIO-laboristo por protokolo ’%1’, kiu tipe petas altajn " -"permesojn, ne povas esti garantiita ĉar uzantoj krom root havas permeson " -"modifi ĝin ĉe %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nekonata protokolo '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne povas trovi KIO-laboriston por protokolo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"La KIO-laboranto por protokolo “%1” en %2 ne estis ŝargita ĉar ĉiuj KIO-" +"laborantoj troviĝantaj ekster %3 kaj alpetantaj altigitajn privilegiojn " +"estas konsiderataj nesekuraj." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne povas krei ingon por lanĉi KIO-laboriston por protokolo '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne povas trovi 'kioworker' ruleblan ĉe '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detaloj" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Eterne" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Daŭr&igi" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Nur Nuna Seanco" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Movi en Novan Dosierujon" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Krei Novan Dosierujon por Ĉi Eroj" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Vi ne elektis dosieron por forigi." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nenio por Forigi" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Vi ne elektis dosieron por rubujo." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nenio al Rubujo" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "La specifita dosierujo ne ekzistas aŭ ne estis legebla." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menuo" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Gepatra Dosierujo" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Reiri" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Iri antaŭen" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Hejma Dosierujo" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Reŝargi" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nova Dosierujo…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Movi al Rubujo" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Forigi" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordigo" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordigi laŭ Nomo" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordigi laŭ Grandeco" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordigi laŭ Dato" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordigi laŭ Tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendenta" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Malkreskanta" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Dosierujoj Unue" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Kaŝitaj Dosieroj Laste" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Piktogramoj Vido" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompakta Vido" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detala Vido" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Piktogramo Pozicio" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Apud Dosiera Nomo" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Supre Dosiera Nomo" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Mallonga Vido" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detala Vido" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Arba Vido" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detala Arba Vido" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permesi Vastiĝon en Detala Vido" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Montri Kaŝitajn dosierojn" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Montri Antaŭrigardan Panelon" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Montri Antaŭrigardon" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Malfermi Enhavan Dosierujon" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propraĵoj" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Vida Reĝimo" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Plej Nova Unue" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Plej malnova Unue" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Plej Nova Unue" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Plej Granda Unue" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Plej Malgranda Unue" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodigado:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Malfermi" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Konservi kiel" @@ -2891,40 +2798,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Movi Ĉi tien" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Ĉiuj dosieroj" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Ĉiuj Subtenataj Dosieroj" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Ĉiuj dosieroj" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Aldoni Eniron de Lokoj" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Redakti Lokojn Eniron" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2936,17 +2843,17 @@ msgstr "" "el unu aŭ du vortoj, kiuj helpos vin memori, al kio ĉi tiu eniro rilatas. Se " "vi ne enigas etikedon, ĝi estos derivita de la URL de la loko.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etikedo:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Enigu ĉi tie priskriban etikedon" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2959,12 +2866,12 @@ msgstr "" "kde/stable

    Alklakante la butonon apud la tekstredakta skatolo vi " "povas foliumi al taŭga URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Loko:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2973,17 +2880,17 @@ msgstr "" "Ĉi tio estas la piktogramo, kiu aperos en la panelo Lokoj.

    Alklaku la butonon por elekti alian piktogramon.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Elektu p&iktogramon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Nur m&ontri kiam vi uzas ĉi tiun aplikaĵon (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2994,201 +2901,209 @@ msgstr "" "uzas la nunan aplikaĵon (%1).

    Se ĉi tiu agordo ne estas elektita, " "la enskribo estos disponebla en ĉiuj aplikaĵoj.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Lokoj" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Malproksima" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Lastatempa" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Serĉi" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Aparatoj" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Forpreneblaj Aparatoj" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etikedoj" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Ĉiuj etikedoj" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Hejmo" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Surtabla" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumentoj" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Elŝutoj" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Reto" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Rubujo" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muziko" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Bildoj" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videoj" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Lastatempaj Dosieroj" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lastatempaj Lokoj" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modifita Hodiaŭ" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modifita Hieraŭ" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ne eblis aldoni al la panelo Lokoj: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Nur dosierujoj povas esti aldonitaj al la panelo Lokoj." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Agordi Retajn Ŝparvojojn…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Liberigante…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Libe&rigi" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Sekure Forigante…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Sekure Forigi" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Malmuntado…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Malm&unti" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Elĵeti" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "La aparato '%1' ne estas disko kaj ne povas esti elĵetita." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Okazis eraro dum aliro al '%1', la sistemo respondis: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Eraro okazis dum aliro al '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Unu aŭ pluraj dosieroj sur ĉi tiu aparato estas malfermitaj ene de aplikaĵo." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3203,108 +3118,108 @@ msgstr[1] "" "Unu aŭ pliaj dosieroj sur ĉi aparato estas malfermataj en sekvaj aplikaĵoj: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformati aŭ Redakti per Subdiskadministrilo" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 libera de %2 (%3% uzata)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (kaŝita)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Malplenigi Rubujon" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Munti" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Malfermi en Nova langeto" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Malfermi en Nova Fenestro" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Aldoni eniron…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "R&edakti…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Forigi el Lokoj" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Kaŝi" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Kaŝi Sekcion '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Kaŝi Sekcion" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Montri ĉiujn en&skribojn" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Piktogramo Grandeco" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3312,51 +3227,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Aŭtomata Regrandigo" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Malgranda (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Meza (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Granda (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Grandega (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Vi povas elekti nur unu dosieron" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Pli ol unu dosiero provizis" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Vi povas nur elekti lokajn dosierojn" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Foraj dosieroj ne akceptitaj" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3370,52 +3285,22 @@ msgstr[1] "" "La elektita URL uzas nesubtenatan skemon. Bonvolu uzi unu el la sekvaj " "skemoj: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nesubtenata URL-skemo" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Pli ol unu dosierujo estas elektita kaj ĉi tiu dialogo ne akceptas " -"dosierujojn, do ne eblas decidi kiun enigi. Bonvolu elekti nur unu " -"dosierujon por listigi ĝin." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Pli ol unu dosierujo provizita" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Almenaŭ unu dosierujo kaj unu dosiero estas elektitaj. Elektitaj dosieroj " -"estos ignoritaj kaj la elektita dosierujo estos listigita" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Dosieroj kaj dosierujoj elektitaj" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "La dosiero \"%1\" ne estis trovita" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ne povas malfermi dosieron" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3426,42 +3311,43 @@ msgstr "" ">Ekzemple, se la nuna loko estas file:/home/konqi, klaki ĉi tiun butonon " "kondukos vin al file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Alklaku ĉi tiun butonon por retroiri unu paŝon en la foliumhistorio." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Alklaku ĉi tiun butonon por antaŭeniri unu paŝon en la foliumhistorio." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Alklaku ĉi tiun butonon por reŝargi la enhavon de la nuna loko." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Alklaku ĉi tiun butonon por krei novan dosierujon." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Montri Lokojn Panelon" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Montri Legosignojn Butonon" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Montri Kaŝitajn dosierojn" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Elektebloj" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3477,12 +3363,12 @@ msgstr "" "li>
  • dosieraj antaŭrigardoj
  • apartigante dosierujojn de dosieroj" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Legosignoj" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3496,12 +3382,37 @@ msgstr "" "dosierdialogo, sed alie funkcias kiel legosignoj aliloke en KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nomo:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Malfari ŝanĝon de dosiernomo" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Malfermi Enhavan Dosierujon" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Kaŝitaj Dosieroj Laste" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3513,12 +3424,12 @@ msgstr "" "Ĉi tiu funkcio povas esti regita klakante per la dekstra musbutono kaj " "elektante preferatan reĝimon el la menuo Tekstokompletigo." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ĉi tiu estas la nomo por konservi la dosieron kiel." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3527,74 +3438,79 @@ msgstr "" "Jen la listo de dosieroj por malfermi. Pli ol unu dosiero povas esti " "specifita listigante plurajn dosierojn, apartigitajn per spacoj." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Jen la nomo de la dosiero por malfermi." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Lokoj" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "La dosiero \"%1\" jam ekzistas. Ĉu vi volas anstataŭigi ĝin?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Ĉu anstataŭigi dosieron?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Vi povas nur elekti lokajn dosierojn." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Foraj Dosieroj Ne Akceptitaj" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Ĉiuj Dosierujoj" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Krei Dosierujon" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Malfermi" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Grando de piktogramoj: %1 rastrumeroj" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Aŭtomate elekti dosiernoman fin&aĵon (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "la etendo %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Aŭtomate elekti dosiernoman fin&aĵon" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "taŭga etendo" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3621,12 +3537,12 @@ msgstr "" "forigita).
  • Se ne certas, tenu ĉi tiun opcion ebligita ĉar ĝi faras " "viajn dosierojn pli regeblaj." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Dosiertipo:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3635,64 +3551,56 @@ msgstr "" "Ĉi tio estas la dosiertipelektilo. Ĝi estas uzata por elekti la " "formaton, kiel la dosiero estos konservita." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtrilo:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ĉi tio estas la filtrilo por apliki al la dosierlisto. Dosiernomoj kiuj " -"ne kongruas kun la filtrilo ne estos montrataj.

    Vi povas elekti el unu el " -"la antaŭfiksitaj filtriloj en la falmenuo, aŭ vi povas enigi propran " -"filtrilon rekte en la tekstan areon.

    Ĝojkartoj kiel * kaj ? estas " -"permesitaj.

    " +"Ĉi tio estas la dosiertipelektilo. Ĝi estas uzata por elekti la " +"formaton, kiel la dosiero estos konservita." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Krei Novan Dosieron" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Pardonu" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "La ŝablono dosiero %1 ne ekzistas." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nomo por nova ligilo:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Krei ligon al URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Enigu %1-dosiernomon:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Pardonu" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "La ŝablono dosiero %1 ne ekzistas." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nomo por nova ligilo:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Kreu Simligon" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Krei ligon al URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3702,7 +3610,7 @@ msgstr "" "La nomo %1 ne povas esti uzata ĉar ĝi estas rezervita " "por uzo de la operaciumo." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3712,7 +3620,7 @@ msgstr "" "La nomo %1 komenciĝas per punkto, do ĝi estos kaŝita " "defaŭlte." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3724,28 +3632,36 @@ msgstr "" "montrita antaŭ aliaj eroj dum ordigo alfabete, inter aliaj eventualaj " "strangaĵoj." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Uzi oblikvojn en dosierujoj kreos subdosierujojn, jene:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Uzado de oblikvoj en dosierujoj kreos subdosierujojn." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Oblikvoj ne povas esti uzataj en nomoj de dosieroj kaj dosierujoj." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Malantaŭoblikvoj ne povas esti uzataj en nomoj de dosieroj kaj dosierujoj." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3754,96 +3670,146 @@ msgstr "" "Komenci dosieron aŭ dosierujon per tildo ne estas rekomendita ĉar ĝi povas " "esti konfuza aŭ danĝera kiam oni uzas la terminalon por forigi aferojn." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Dosierujo kun nomo %1 jam ekzistas." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Dosiero kun nomo %1 jam ekzistas." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Krei Novan" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Ligo al Aparato" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nova Dosierujo" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Krei Novan Dosierujon" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Krei novan dosierujon en %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Enigu %1-dosiernomon:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "Posedanto (Defaŭlte)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Krei Novan Dosieron" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Enigu %1-dosiernomon:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Elekti Aplikon por %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Elektu p&iktogramon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiu" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Alglui" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Malfermu \"%1\" en Nova Langeto" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Malfermi \"%1\" en Nova Fenestro" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Redakti" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigi" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Montru Plenan Vojon" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Iri al ajn loko en la vojo %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3855,6 +3821,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Iri al Loko en Vojo" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lokoj" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3878,28 +3853,28 @@ msgstr "Alia" msgid "Edit mode" msgstr "Redakti reĝimon" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klaku por Loka Navigado" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klaku por Redakti Lokon" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Vi ne rajtas plenumi ĉi tiun dosieron." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Lanĉante %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3908,12 +3883,12 @@ msgstr "" "Ne eblas fari la servon %1 plenumebla, ĉesigante la plenumon.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Vi ne rajtas elekti aplikaĵon por malfermi ĉi tiun dosieron." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3940,12 +3915,18 @@ msgstr "Eraro dum konservado de bildo al %1" msgid "Icon file too big, download aborted" msgstr "Piktogramodosiero tro granda, elŝuto ĉesigita" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Neniu poŝta kliento trovita" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3956,28 +3937,28 @@ msgstr "" "%1\n" "e validas." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Lanĉante %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "La komando %1 ne povis esti trovata." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Neniu fina emulilo trovita" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Malsukcesis malfermi %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3988,7 +3969,7 @@ msgstr "" "%1\n" "is de tipo Ligilo sed ne havas URL=... eniron." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3997,7 +3978,7 @@ msgstr "" "La rulebla dosiero \"%1\" troviĝas en fora dosiersistemo. Pro sekurecaj " "kialoj ĝi ne estos komencita." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4005,7 +3986,7 @@ msgstr "" "Pro sekurecaj kialoj, lanĉi plenumeblojn ne estas permesita en ĉi tiu " "kunteksto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4014,7 +3995,7 @@ msgstr "" "La programo \"%1\" devas havi plenumeblan permeson antaŭ ol ĝi povas esti " "lanĉita." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4023,12 +4004,12 @@ msgstr "" "Ne eblas fari dosieron \"%1\" plenumebla.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "La labortabla enigdosiero %1 havas neniun Type=... eniron." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4039,12 +4020,12 @@ msgstr "" "Kontrolu viajn malfermitajn aplikaĵojn kaj la sciigan areon por pritraktataj " "taskoj aŭ elŝutoj." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Malsukcesis malfermi la dosieron." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "La programo \"%1\" ne eblis lanĉi." @@ -4133,73 +4114,68 @@ msgstr "" "estas modifita.\n" "Ĉu vi volas alŝuti la ŝanĝojn?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Malfermas forajn dosierojn, rigardas modifojn, petas alŝuton" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 La KFM/Konqueror Programistoj" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Valdo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Trakti URL-ojn kiel lokajn dosierojn kaj forigu ilin poste" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Sugestita dosiernomo por la elŝutita dosiero" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ordono por plenumi" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(j) aŭ loka(j) dosiero(j) uzata(j) por 'komando'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Agordante ACL por %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4208,7 +4184,7 @@ msgstr "" "Ne eblis ŝanĝi permesojn por\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4218,118 +4194,38 @@ msgstr "" "Ne eblis ŝanĝi posedanton kaj grupon por\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne Eblis Renomi Provizora Dosiero" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ne eblis trovi programon \"munti\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ne eblis trovi programon \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Ŝanĝi Dosiajn Permesojn" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Novaj Permesoj: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Ŝanĝi Dosierposedanton" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nova Posedanto: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Forigi Dosieron" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Forigi Dosierujon" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Krei Dosierujon" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Dosierujaj Permesoj: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Malfermi Dosieron" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Malfermi Dosierujon" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nova Dosiernomo: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Celo: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ŝanĝi Tempmarkon" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De: %1, Al: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nekonata Ago" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Ago: %1\n" -"Fonto: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ne povas kopii dosieron de %1 al %2. (Eraro: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Neniu datumportanto en aparato por %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ne eblis akiri uzantidentigilon por donita uzantnomo %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ne eblis akiri grupidentigilon por donita grupnomo %1" @@ -4371,32 +4267,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Vi devas provizi uzantnomon kaj pasvorton por aliri ĉi tiun retejon." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Retejo:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Ensaluto bone" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne eblis ensaluti al %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4405,7 +4301,7 @@ msgstr "" "\n" "La servilo diris: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4414,12 +4310,12 @@ msgstr "" "Vi devas provizi uzantnomon kaj pasvorton por la prokura servilo listigita " "malsupre antaŭ ol vi rajtas aliri ajnajn retejojn." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Prokurilo:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Prokura Aŭtentigo Malsukcesis." @@ -4471,101 +4367,101 @@ msgid "" msgstr "Ĉu vi ŝatus akcepti ĉi tiun atestilon por ĉiam sen instigi?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Servila Aŭtentikigo" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ĉe %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Alie, la peto estus sukcesinta." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "retrovi proprecvalorojn" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "agordi proprecvalorojn" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "krei la petitan dosierujon" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopii la specifitan dosieron aŭ dosierujon" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "movi la specifitan dosieron aŭ dosierujon" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "serĉi en la specifita dosierujo" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "ŝlosi la specifitan dosieron aŭ dosierujon" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "malŝlosi la specifitan dosieron aŭ dosierujon" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "forigi la specifitan dosieron aŭ dosierujon" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "pridemandi la kapablojn de la servilo" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "retrovi la enhavon de la specifita dosiero aŭ dosierujo" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "ruli raporton en la specifita dosierujo" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Neatendita eraro (%1) okazis dum provado al %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4573,13 +4469,13 @@ msgid "" "below." msgstr "Eraro okazis dum provado al %1, %2. Resumo de la kialoj estas sube." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Aliro estis rifuzita dum provado al %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4588,7 +4484,7 @@ msgstr "" "Rimedo ne povas esti kreita ĉe la celo ĝis unu aŭ pluraj mezaj kolektoj " "(dosierujoj) estas kreitaj." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4603,28 +4499,28 @@ msgstr "" "ke dosieroj ne estu anstataŭitaj.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "La petita seruro ne povis esti donita. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "La servilo ne subtenas la peton de la korpo." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ne eblas al %1 ĉar la rimedo estas ŝlosita." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ĉi tiu ago estis malhelpita de alia eraro." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4633,7 +4529,7 @@ msgid "" msgstr "" "Ne eblas al %1 ĉar la celservilo rifuzas akcepti la dosieron aŭ dosierujon." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4642,18 +4538,18 @@ msgstr "" "La cela rimedo ne havas sufiĉan spacon por registri la staton de la rimedo " "post la plenumo de ĉi tiu metodo." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "La rimedo ne povas esti forigita." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "alŝuti %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4664,15 +4560,15 @@ msgstr "Neatendita eraro (%1) okazis dum provado al %2." msgid "Network" msgstr "Reto" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Misformita URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4684,12 +4580,12 @@ msgstr "" "originala loko. Vi povas aŭ rekrei tiun dosierujon kaj uzi la restarigi " "operacion denove, aŭ treni la objekton ie ajn por restarigi ĝin." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Nevalida kombinaĵo de protokoloj." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ĉi tiu dosiero jam estas en la rubujo." @@ -4725,7 +4621,7 @@ msgstr "Malplenigi la enhavon de la rubujo" msgid "Restore a trashed file to its original location" msgstr "Restarigi rubujon al ĝia originala loko" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "La rubujo estas plena. Malplenigu ĝin aŭ forigu erojn permane." @@ -4746,17 +4642,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Reprovi" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Aŭtentikiga Dialogo" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Aliro malakceptita" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Vi ne havas permeson aliri la protokolon %1." @@ -4865,41 +4761,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Atendita kontrolsumo (MD5, SHA1, SHA256 aŭ SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klaku por alglui la kontrolsumon de la tondujo al la eniga kampo." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4909,9 +4805,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Kalkuli" @@ -4920,137 +4816,224 @@ msgstr "Kalkuli" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klaku por kopii la kontrolsumon al la tondujo." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "N&uligi" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Movi ĉi tien" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Elŝuti Tien Ĉi" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopii ĉi tien" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Ligi ĉi tien" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Lanĉante %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Kion vi volas fari kun ĉi tiu dosiero?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ne demandu denove" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Malfermi" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Efektivigi" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Malfermi per %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Malfari Ŝanĝojn" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Kion vi volas fari kun ĉi tiu dosiero?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Malfari ĉi tiun operacion postulas radikajn privilegiojn. Ĉu vi volas " -"daŭrigi?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Kreanta dosierujon" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Fonto" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Celo" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopiado" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Movanta" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Alinomanta" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Movi al Rubujo" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Foriganta" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Malfar&o" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Und&o: Kopion" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Und&o: Ligon" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Und&o: Movon" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Und&o: Alinomon" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Und&o: Rubujigon" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Und&o: Krei Dosierujon" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Und&o: Krei dosierujo(j)n" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Und&o: Krei Dosieron" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Und&o: staplan alinomadon" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Und&o: Kopion" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Und&o: Ligon" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Und&o: Movon" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Und&o: Alinomon" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Und&o: Rubujigon" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Und&o: Krei Dosierujon" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Und&o: Krei dosierujo(j)n" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Und&o: Krei Dosieron" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Und&o: staplan alinomadon" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5063,12 +5046,12 @@ msgstr "" "Malfarante la kopion forigos la dosieron, kaj ĉiuj modifoj estos perditaj.\n" "Ĉu vi certas, ke vi volas forigi %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Malfari Konfirmon de Dosiera Kopio" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5080,21 +5063,22 @@ msgstr "" "filename>Tiu ago ne povas esti malfarita." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Forigi Konstante" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Forigi Konstante" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5110,7 +5094,7 @@ msgstr[1] "" "Ĉu vi vere volas porĉiame forigi ĉi %1 elementojn?Tiu ago ne povas esti malfarata." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5120,13 +5104,13 @@ msgstr "" "Ĉu vi volas konstante forigi ĉiujn erojn el la Rubujo?Tiu ago ne povas esti malfarebla." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Malplenigi Rubujon" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5135,7 +5119,7 @@ msgid "" msgstr "" "Ĉu vi vere volas movi ĉi tiun eron al la Rubujo?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5220,7 +5204,7 @@ msgstr "Posedanto" msgid "Owning Group" msgstr "Posedanta Grupo" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Aliaj" @@ -5293,106 +5277,113 @@ msgstr "Ĝisdatigo de Sistema Agordo" msgid "Updating system configuration…" msgstr "Ĝisdatigante sisteman agordon…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nomo" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grandeco" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dato" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permesoj" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Posedanto" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Malfermi &kun %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Agoj" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Malfermi Dosierujon Per…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Malfermi Per…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Efektivigi" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Malfermi dosierujon per %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Malfermi per %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Malfermi Dosierujon Per" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Malfermi Per" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Alia Aplik&o…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5400,113 +5391,137 @@ msgid_plural "%1 items" msgstr[0] "1 ero" msgstr[1] "%1 eroj" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nekonata" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Haltu" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Esploru en Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Muntita de:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Libera Spaco:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Enhavo:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Malfermi Kun:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ŝanĝi..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Loko:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Grandeco:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ŝanĝi..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Enhavo:" +msgid "Stop" +msgstr "Haltu" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Esploru en Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Indikas al:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Modifita:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Montri Antaŭrigardon" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Kreita:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Dosier-sistemo:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nekonata grandeco" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Muntita Sur:" +msgid "Modified:" +msgstr "Modifita:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Alirita:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Dosier-sistemo:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Muntita Sur:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Muntita de:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Libera Spaco:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Malfermi Kun:" +msgid "Unknown size" +msgstr "Nekonata grandeco" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5805,26 +5820,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Tajpu la priskribon de ĉi tiu aplikaĵo, laŭ ĝia uzo, ĉi tie. Ekzemploj: " "teletelefona aplikaĵo (KPPP) estus \"Dialalta ilo\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Priskribo:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "Ĝ&enerala" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Tajpu ĉi tie ajnan komenton, kiun vi opinias utila." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Tajpu la priskribon de ĉi tiu aplikaĵo, laŭ ĝia uzo, ĉi tie. Ekzemploj: " +"teletelefona aplikaĵo (KPPP) estus \"Dialalta ilo\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5834,8 +5861,9 @@ msgstr "Kom&ento:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Mediaj Variaĵoj:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6038,7 +6066,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Kunhavigi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6048,36 +6076,59 @@ msgstr "" "Ne eblis konservi ecojn pro nesufiĉa skriba aliro al:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Ĝ&enerala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Enigu %1-dosiernomon:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Esploru en %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Refreŝigi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ne povas transdoni %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nekonata grandeco" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6086,138 +6137,144 @@ msgstr "" "Kalkulante... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 dosiero" msgstr[1] "%1 dosieroj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 subdosiero" msgstr[1] "%1 subdosieroj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Kalkulante...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Almenaŭ %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "La nova dosiernomo estas malplena." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Neniu registrita dosiertipo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Neniu rilata aplikaĵo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Krei…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Ŝanĝi…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Neniu Aliro" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Povas Nur Vidi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Povas Vidi kaj Modifi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Povas Nur Vidi Enhavon" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Povas Vidi kaj Modifi Enhavon" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Povas Nur Vidi/Legi Enhavon" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Povas Vidi/Legi kaj Modifi/Skribi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permesoj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Alirpermesoj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ĉi tiu dosiero estas ligilo kaj ne havas permesojn." msgstr[1] "Ĉiuj dosieroj estas ligiloj kaj ne havas permesojn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Nur la posedanto povas ŝanĝi permesojn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Posedanto:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specifas la agojn, kiujn la posedanto rajtas fari." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specifas la agojn, kiujn la membroj de la grupo rajtas fari." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "A&liaj:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6226,27 +6283,27 @@ msgstr "" "Specifas la agojn, kiujn ĉiuj uzantoj, kiuj estas nek posedantoj nek en la " "grupo, rajtas fari." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Nur pos&edanto povas forigi aŭ alinomi enhavon" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permesi efektivigi la dosieron kiel programo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Forigi aŭ alinomi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Efektivigi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6257,7 +6314,7 @@ msgstr "" "forigi aŭ alinomi la enhavitajn dosierojn kaj dosierujojn. Aliaj uzantoj " "povas nur aldoni novajn dosierojn, kio postulas la permeson 'Modifi Enhavon'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6267,42 +6324,42 @@ msgstr "" "havas sencon por programoj kaj skriptoj. Ĝi estas postulata kiam vi volas " "efektivigi ilin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "A<nivelaj Permesiloj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Posedo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Uzanto:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Apliki ŝanĝojn al ĉiuj subdosierujoj kaj ilia enhavo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Altnivelaj Permesiloj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klaso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6311,22 +6368,22 @@ msgstr "" "Montru\n" "Enskribojn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ĉi tiu flago permesas vidi la enhavon de la dosierujo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Legu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "La flago Read permesas vidi la enhavon de la dosiero." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6335,7 +6392,7 @@ msgstr "" "Skribu\n" "Enskribojn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6344,43 +6401,43 @@ msgstr "" "Ĉi tiu flago permesas aldoni, renomi kaj forigi dosierojn. Notu, ke forigo " "kaj renomado povas esti limigitaj per la Gluita flago." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skribi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "La Skriba flago permesas modifi la enhavon de la dosiero." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Enigu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Ebligu ĉi tiun flagon por permesi eniri la dosierujon." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Ebligu ĉi tiun flagon por permesi plenumi la dosieron kiel programo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6389,7 +6446,7 @@ msgstr "" "Speciala flago. Valida por la tuta dosierujo, la ĝusta signifo de la flago " "videblas en la dekstra kolumno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6398,17 +6455,17 @@ msgstr "" "Speciala flago. La preciza signifo de la flago videblas en la dekstra " "kolumno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Uzanto" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6417,7 +6474,7 @@ msgstr "" "Se ĉi tiu flago estas agordita, la posedanto de ĉi tiu dosierujo estos la " "posedanto de ĉiuj novaj dosieroj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6426,7 +6483,7 @@ msgstr "" "Se ĉi tiu dosiero estas efektivigebla kaj la flago estas metita, ĝi estos " "efektivigita kun la permesoj de la posedanto." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6434,7 +6491,7 @@ msgstr "" "Se ĉi tiu flago estas agordita, la grupo de ĉi tiu dosierujo estos agordita " "por ĉiuj novaj dosieroj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6443,7 +6500,7 @@ msgstr "" "Se ĉi tiu dosiero estas plenumebla kaj la flago estas metita, ĝi estos " "efektivigita kun la permesoj de la grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6453,7 +6510,7 @@ msgstr "" "povas forigi aŭ renomi dosierojn. Alie ĉiuj kun skriba permesoj povas fari " "tion." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6462,89 +6519,80 @@ msgstr "" "La Sticky flago sur dosiero estas ignorita en Linukso, sed povas esti uzata " "en iuj sistemoj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Agordi UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Agordi GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Glueca" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varianta (Neniu Ŝanĝo)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ĉi tiu dosiero uzas altnivelajn permesojn." msgstr[1] "Ĉi tiuj dosieroj uzas altnivelajn permesojn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ĉi tiu dosierujo uzas altnivelajn permesojn." msgstr[1] "Ĉi tiuj dosierujoj uzas altnivelajn permesojn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ĉi tiuj dosieroj uzas altnivelajn permesojn." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kontrolsumoj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Kalkulante…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nevalida kontrolsumo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "La donita enigo ne estas valida MD5, SHA1 aŭ SHA256-kontrolsumo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolsumoj kongruas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "La komputita kontrolsumo kaj la atendata kontrolsumo kongruas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6555,30 +6603,48 @@ msgstr "" "la dosieron.
    Se la konfirmo ankoraŭ malsukcesas, kontaktu la fonton de " "la dosiero." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "La kalkulita kontrolsumo kaj la atendata kontrolsumo malsamas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Konfirmante kontrolsumon…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "La dosieroj estas identaj." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "La dosieroj estas malsamaj." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Kalkulante…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6586,27 +6652,27 @@ msgstr "" "Ne eblis konservi ecojn. Nur enskriboj sur lokaj dosiersistemoj estas " "subtenataj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Apliko" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Aldonu DosierTipon por %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Elektu unu aŭ plurajn dosiertipojn por aldoni:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Nur plenumeblaj sur lokaj dosiersistemoj estas subtenataj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Altnivelaj Elektebloj por %1" @@ -6710,22 +6776,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Agordi Retajn Ŝparvojojn…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Malfermu dosiero dialogon" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Dosiernomo por enhavo de la tondujo:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Algluu Unu Dosieron" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Alglui Tondujan Enhavon…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6734,19 +6806,19 @@ msgstr "" "La tondujo ŝanĝiĝis de kiam vi uzis 'alglui': la elektita datumformato ne " "plu aplikeblas. Bonvolu kopii denove tion, kion vi volis alglui." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Algluu Unu Dosierujon" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Algluu Unu Dosieron" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6754,47 +6826,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Alglui unu eron" msgstr[1] "Alglui%1 erojn" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Alglui Tondujan Enhavon…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Alglui" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Formato de datumoj:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Dosiernomo por enhavo de la tondujo:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Dosiernomo por faligita enhavo:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dato: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Grandeco: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Aplik&i al Ĉiuj" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6804,47 +6893,50 @@ msgstr "" "Krom se vi premas Salti, vi ankoraŭ estos petita en kazo de konflikto kun " "ekzistanta dosiero en la dosierujo." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kiam ĉi tio estas markita, la butono premita estos aplikita al ĉiuj postaj " "konfliktoj por la resto de la nuna laboro." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renomi" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Proponi Novan &Nomon" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Preterla&si" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ne kopiu aŭ movu ĉi tiun dosierujon, anstataŭe saltu al la sekva ero" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ne kopiu aŭ movu ĉi tiun dosieron, anstataŭe saltu al la sekva ero" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Skribi En" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6857,13 +6949,13 @@ msgstr "" "Vi estos petita denove en kazo de konflikto kun ekzistanta dosiero en la " "dosierujo." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Anstataŭigi pli maln&ovajn dosierojn" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6872,12 +6964,12 @@ msgstr "" "Celdosieroj kiuj havas pli malnovajn modiftempojn estos anstataŭitaj de la " "fonto, alie preterlasitaj." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Daŭ&rigi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6886,67 +6978,57 @@ msgstr "" "Ĉi tiu ago anstataŭigus '%1' per si mem.\n" "Bonvolu enigi novan dosiernomon:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "K&ontinui" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Ĉu vi ŝatus anstataŭigi la celon?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ĉu vi ŝatus kunfandi la enhavon de '%1' en '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Fonto" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Celo" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "La fonto estas pli nova." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "La fonto estas pli malnova." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "La fonto estas pli malgranda je %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "La fonto estas pli granda je %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "La dosieroj estas identaj." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "La dosieroj ŝajnas identaj." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "La dosieroj estas malsamaj." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6955,59 +7037,56 @@ msgstr "" "La dosieroj verŝajne estas identaj: ili havas la saman grandecon kaj ilia " "enhavo estas sama komence, meze kaj fino." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopiu Dosieroj" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Pli malnova ero nomita '%1' jam ekzistas." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Simila dosiero nomita '%1' jam ekzistas." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Pli lastatempa ero nomita '%1' jam ekzistas." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Alinomigi:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Alinomi Eron" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Alinomi Erojn" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renomi" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Alinomi la elementon %1 al:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nova nomo #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Dosiero kun nomo %1 jam ekzistas." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ŝajnas ne esti plenumebla programo." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7015,38 +7094,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Alinomi la %1 elektitan eron al:" msgstr[1] "Alinomi la %1 elektitajn erojn al:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# estos anstataŭigita per ascendantaj nombroj komencante per:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nova nomo #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Alinomi la %1 elektitan eron al:" +msgstr[1] "Alinomi la %1 elektitajn erojn al:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Anstataŭigi" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Malfermi Kun:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Anstataŭigi" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Alinomi la %1 elektitan eron al:" +msgstr[1] "Alinomi la %1 elektitajn erojn al:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Enigu %1-dosiernomon:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Enigu %1-dosiernomon:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Alinomi Eron" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Alinomi Erojn" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renomi" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Forigi aŭ alinomi:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Anstataŭigi" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Montri Antaŭrigardon" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ŝajnas ne esti plenumebla programo." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informoj" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Anstataŭigi" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Reprovi" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Anstataŭigi Ĉion" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Saltu" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Preterpasi Ĉion" @@ -7133,7 +7378,7 @@ msgstr "" "La fora gastiganto sendis neniujn SSL-atestilojn.\n" "Malsukcesas ĉar la identeco de la gastiganto ne povas esti establita." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7171,10 +7416,60 @@ msgstr[1] "" "strong='true'>Tiu ago ne estas malfarebla.
    " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Movi ĉi tiun objekton al Rubujo malsukcesis ĉar ĝi estas tro granda. " +"Konstante forigi ĝin anstataŭe?%1Tiu ago ne povas esti malfarata." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Movado de ĉi %1 objekto al rubujo malsukcesis ĉar ĝi estas tro granda. Ĉu " +"porĉiame forigi ĝin anstataŭe?Tiu ago ne " +"estas malfarebla." +msgstr[1] "" +"Movado de ĉi %1 objektoj al rubujo malsukcesis ĉar ili estas tro grandaj. Ĉu " +"porĉiame forigi ilin anstataŭe?Tiu ago ne " +"estas malfarebla." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7182,15 +7477,24 @@ msgstr "" "Konstante forigi ĝin anstataŭe?%1Tiu ago ne povas esti malfarata." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7202,7 +7506,7 @@ msgstr[1] "" "porĉiame forigi ilin anstataŭe?Tiu ago ne " "estas malfarebla." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7210,47 +7514,239 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ĉu vi vere volas movi ĉi %1 elementon al rubujo?" msgstr[1] "Ĉu vi vere volas movi ĉi %1 elementojn al rubujo?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne demandu denove" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne demandu denove" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne montru ĉi tiun mesaĝon denove" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "La kunula SSL-atestĉeno ŝajnas esti difektita." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Averto" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ĉi tio komencos la programon:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se vi ne fidas ĉi tiun programon, alklaku Nuligi" + +#~ msgid "Change Attribute" +#~ msgstr "Ŝanĝi Atributon" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas bezonataj por ŝanĝi dosierajn atributojn. Ĉu vi " +#~ "volas daŭrigi?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas postulataj por kompletigi la kopioperacion. Ĉu " +#~ "vi volas daŭrigi?" + +#~ msgid "Delete Files" +#~ msgstr "Forigi dosierojn" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Root-privilegioj estas postulataj por kompletigi la forigan operacion. " +#~ "Tamen, fari tion povas damaĝi vian sistemon. Ĉu vi volas daŭrigi?" + +#~ msgid "Create Folder" +#~ msgstr "Krei Dosierujon" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas bezonataj por krei ĉi tiun dosierujon. Ĉu vi " +#~ "volas daŭrigi?" + +#~ msgid "Move Items" +#~ msgstr "Movu Erojn" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas bezonataj por kompletigi la movoperacion. Ĉu vi " +#~ "volas daŭrigi?" + +#~ msgid "Rename" +#~ msgstr "Alinomi" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas postulataj por kompletigi renomadon. Ĉu vi " +#~ "volas daŭrigi?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Radikaj privilegioj estas postulataj por krei simbolligon. Ĉu vi volas " +#~ "daŭrigi?" + +#~ msgid "Transfer data" +#~ msgstr "Transdono de datumoj" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root-privilegioj estas postulataj por kompletigi translokigon de datumoj. " +#~ "Ĉu vi volas daŭrigi?" + +#~ msgid "Undo Changes" +#~ msgstr "Malfari Ŝanĝojn" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Malfari ĉi tiun operacion postulas radikajn privilegiojn. Ĉu vi volas " +#~ "daŭrigi?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Agordante ACL por %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Ŝanĝi Dosiajn Permesojn" + +#~ msgid "New Permissions: %1" +#~ msgstr "Novaj Permesoj: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Ŝanĝi Dosierposedanton" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nova Posedanto: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Forigi Dosieron" + +#~ msgid "Remove Directory" +#~ msgstr "Forigi Dosierujon" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Dosierujaj Permesoj: %1" + +#~ msgid "Open File" +#~ msgstr "Malfermi Dosieron" + +#~ msgid "Open Directory" +#~ msgstr "Malfermi Dosierujon" + +#~ msgid "New Filename: %1" +#~ msgstr "Nova Dosiernomo: %1" + +#~ msgid "Target: %1" +#~ msgstr "Celo: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ŝanĝi Tempmarkon" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De: %1, Al: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Nekonata Ago" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Ago: %1\n" +#~ "Fonto: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Montri Legosignojn Butonon" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Dosiero Ŝanĝita" + +#~ msgid "&Description:" +#~ msgstr "&Priskribo:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Tajpu ĉi tie ajnan komenton, kiun vi opinias utila." + +#~ msgid "Do not ask again" +#~ msgstr "Ne demandu denove" + +#~ msgid "&Filter:" +#~ msgstr "&Filtrilo:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Ĉi tio estas la filtrilo por apliki al la dosierlisto. Dosiernomoj " +#~ "kiuj ne kongruas kun la filtrilo ne estos montrataj.

    Vi povas elekti el " +#~ "unu el la antaŭfiksitaj filtriloj en la falmenuo, aŭ vi povas enigi " +#~ "propran filtrilon rekte en la tekstan areon.

    Ĝojkartoj kiel * kaj ? " +#~ "estas permesitaj.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Pli ol unu dosierujo estas elektita kaj ĉi tiu dialogo ne akceptas " +#~ "dosierujojn, do ne eblas decidi kiun enigi. Bonvolu elekti nur unu " +#~ "dosierujon por listigi ĝin." + +#~ msgid "More than one folder provided" +#~ msgstr "Pli ol unu dosierujo provizita" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Almenaŭ unu dosierujo kaj unu dosiero estas elektitaj. Elektitaj dosieroj " +#~ "estos ignoritaj kaj la elektita dosierujo estos listigita" + +#~ msgid "Files and folders selected" +#~ msgstr "Dosieroj kaj dosierujoj elektitaj" diff --git a/local/recipes/kde/kf6-kio/source/po/es/docs/kioworker6/ftp/index.docbook b/local/recipes/kde/kf6-kio/source/po/es/docs/kioworker6/ftp/index.docbook index f3dee8407b..467b466914 100644 --- a/local/recipes/kde/kf6-kio/source/po/es/docs/kioworker6/ftp/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/es/docs/kioworker6/ftp/index.docbook @@ -46,28 +46,23 @@ &FTP; es el servicio de Internet utilizado para transferir un archivo de datos desde el disco de un equipo al disco de otro independientemente del tipo de sistema operativo. +>&FTP; es el servicio de Internet que se usa para transferir un archivo de datos desde el disco de un equipo al disco de otro independientemente del tipo de sistema operativo. Al igual que con otras aplicaciones de Internet, &FTP; utiliza la aproximación cliente-servidor — un usuario invoca un programa &FTP; en el equipo, le indica que contacte con un equipo remoto y después solicita la transferencia de uno o más archivos. El programa local de &FTP; se convierte en un cliente que utiliza Al igual que con otras aplicaciones de Internet, &FTP; usa la aproximación cliente-servidor: un usuario invoca un programa &FTP; en el equipo, le indica que contacte con un equipo remoto y después solicita la transferencia de uno o más archivos. El programa local de &FTP; se convierte en un cliente que usa TCP para contactar con un servidor &FTP; en el equipo remoto. Cada vez que un usuario solicita una transferencia de archivos, los programas cliente y servidor cooperan para enviar una copia de datos a través de Internet. +> para contactar con un servidor &FTP; en el equipo remoto. Cada vez que un usuario solicita una transferencia de archivos, los programas cliente y servidor cooperan para enviar una copia de los datos a través de Internet. Los servidores &FTP; que permiten &FTP; anónimo permiten que cualquier usuario, no solo usuarios con cuentas en la máquina, naveguen por los archivos comprimidos ftp y los descarguen. Algunos servidores &FTP; están configurados para permitir que los usuarios carguen archivos en ellos. +>Los servidores &FTP; que usan «&FTP; anónimo» permiten que cualquier usuario, no solo los que tienen cuentas en la máquina, naveguen por los archivos comprimidos «ftp» y los descarguen. Algunos servidores &FTP; están configurados para permitir que los usuarios carguen archivos en ellos. El &FTP; se utiliza habitualmente para recuperar información y obtener software almacenado en sitios &FTP; de archivos comprimidos por todo el mundo. - +>El &FTP; se usa habitualmente para recuperar información y obtener software almacenado en sitios &FTP; de archivos comprimidos de todo el mundo. Fuente: Parafraseado de http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Consulte la RFC: https://datatracker.ietf.org/doc/html/rfc959. Consulte el manual: -# SPDX-FileCopyrightText: 2003, 2007, 2008 Jaime Robles -# SPDX-FileCopyrightText: 2003, 2004 Miguel Revilla Rodríguez +# SPDX-FileCopyrightText: 2003, 2007-2008 Jaime Robles +# SPDX-FileCopyrightText: 2003-2004 Miguel Revilla Rodríguez # SPDX-FileCopyrightText: 2004 Pablo de Vicente # SPDX-FileCopyrightText: 2005 Juan Manuel Garcia Molina # SPDX-FileCopyrightText: 2007 Enrique Matias Sanchez (aka Quique) -# SPDX-FileCopyrightText: 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Eloy Cuadra -# SPDX-FileCopyrightText: 2010, 2011, 2013 Cristina Yenyxe González García +# SPDX-FileCopyrightText: 2008-2010, 2012-2026 Eloy Cuadra +# SPDX-FileCopyrightText: 2010-2011, 2013 Cristina Yenyxe González García msgid "" msgstr "" -"Project-Id-Version: kcmkio\n" +"Project-Id-Version: kio6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-07 02:04+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 23:34+0100\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" -"com>\n" -"com>\n" "First-Translator: Boris Wesslowski \n" -"X-Generator: Lokalize 24.08.2\n" +"X-Generator: Lokalize 26.04.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -37,12 +36,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "ecuadra@eloihr.net,p.devicente@wanadoo.es" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "No ha sido posible cambiar el propietario del archivo %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -51,12 +50,12 @@ msgstr "" "No se ha podido cambiar el propietario del archivo %1. " "No tiene permisos suficientes para realizar el cambio." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "No se ha podido crear el módulo de trabajo KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -68,7 +67,7 @@ msgstr "" "No se ha podido crear el enlace simbólico «%1».\n" "El sistema de archivos de destino (%2) no permite enlaces simbólicos." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -83,7 +82,7 @@ msgstr "" "Si selecciona «Sustituir» se sustituirán todos los caracteres no válidos (en " "el nombre de la carpeta de destino) por un signo de subrayado («_»)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -98,23 +97,23 @@ msgstr "" "Si selecciona «Sustituir» se sustituirán todos los caracteres no válidos (en " "el nombre del archivo de destino) por un signo de subrayado («_»)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "La carpeta ya existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "El archivo ya existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ya existe como carpeta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Papelera" @@ -209,203 +208,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Moviendo" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origen" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destino" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Cambio de nombre" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiando" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creando carpeta" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Directorio" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Borrando" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Archivo" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinando" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transfiriendo" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montando" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punto de montaje" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Desmontando" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Cambiar atributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Necesita permisos de root para cambiar atributos de archivos. ¿Desea " -"continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiar archivos" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Necesita permisos de root para completar la operación de copia. ¿Desea " -"continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Borrar archivos" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Necesita permisos de root para completar la operación de borrado. No " -"obstante, esta operación puede dañar su sistema. ¿Desea continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crear carpeta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Necesita permisos de root para crear esta carpeta. ¿Desea continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mover elementos" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Necesita permisos de root para completar la operación de movimiento. ¿Desea " -"continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Cambiar nombre" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Necesita permisos de root para completar el cambio de nombre. ¿Desea " -"continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Crear enlace simbólico" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Necesita permisos de root para crear un enlace simbólico. ¿Desea continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferir datos" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Necesita permisos de root para completar la transferencia de datos. ¿Desea " -"continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +727,13 @@ msgstr "El archivo es demasiado grande para enviarlo a la papelera." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"No se ha podido encontrar ni crear una carpeta de papelera para esta " +"ubicación." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +743,65 @@ msgstr "" "%2\n" "Por favor, envíe un informe de fallo completo en https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconocido)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Razón técnica: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalles de la solicitud:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocolo: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Fecha y hora: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Información adicional: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causas posibles:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluciones posibles:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconocido)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -912,17 +811,17 @@ msgstr "" "administrador del sistema, o el grupo de apoyo técnico, para obtener más " "ayuda." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contacte al administrador del servidor para obtener más ayuda." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Compruebe sus permisos de acceso a este recurso." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -931,7 +830,7 @@ msgstr "" "Sus permisos de acceso pueden ser inadecuados para realizar la operación " "solicitada en este recurso." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -939,7 +838,7 @@ msgstr "" "El archivo puede que esté siendo usado (y por tanto esté bloqueado) por otro " "usuario o aplicación." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -948,17 +847,17 @@ msgstr "" "Marque para asegurarse de que ninguna otra aplicación o usuario está " "utilizando el archivo o lo ha bloqueado." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Aunque improbable, se ha podido producir un error de hardware." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Puede que haya encontrado un error del programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -967,7 +866,7 @@ msgstr "" "Lo más probable es que haya sido ocasionado por un error en el programa. Por " "favor, considere enviar un informe de fallos como se detalla más abajo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -976,7 +875,7 @@ msgstr "" "Actualice su software a la última versión. Su distribución debería " "proporcionarle herramientas para actualizar su software." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -996,12 +895,12 @@ msgstr "" "anteriormente, e inclúyalos en su informe de fallos, junto con todos los " "detalles que piense que podrían ser de ayuda." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Puede que se haya producido un error con su conexión de red." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1010,7 +909,7 @@ msgstr "" "Puede que se haya producido un error con su configuración de red. Si ha " "estado accediendo a Internet sin problemas recientemente, esto es improbable." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1019,44 +918,44 @@ msgstr "" "Puede que se haya producido un error en algún punto de la ruta de conexión " "entre el servidor y su equipo." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Inténtelo de nuevo, bien ahora o más tarde." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Se ha podido producir un error de protocolo o una incompatibilidad." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Asegúrese de que existe el recurso, e inténtelo de nuevo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "El recurso especificado puede no existir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Compruebe minuciosamente que ha introducido la ubicación correcta, e " "inténtelo de nuevo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Compruebe el estado de su conexión de red." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "No se puede abrir el recurso para lectura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 no se ha podido recuperar, porque no se ha conseguido acceso de " "lectura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Puede que no tenga permiso para leer el archivo o abrir la carpeta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "No se puede abrir el recurso para escritura" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +984,17 @@ msgstr "" "Esto significa que el archivo, %1, no se ha podido escribir " "como se solicitó, porque no se obtuvo acceso con permiso de escritura." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "No se puede iniciar el proceso necesario para el protocolo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "No se puede lanzar el proceso" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Esto se debe " "normalmente a razones técnicas." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1118,12 +1017,12 @@ msgstr "" "cause que el programa sea incompatible con la versión actual y por tanto que " "no se inicie." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Error interno" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha informado de un error interno." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Formato incorrecto de URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocolo no permitido %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1166,12 +1065,12 @@ msgstr "" "El protocolo %1 no está permitido por los programas KDE " "instalados actualmente en este equipo." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Es posible que el protocolo solicitado no esté permitido." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1180,7 +1079,7 @@ msgstr "" "Las versiones del protocolo %1 permitidas por este equipo y el servidor " "pueden ser incompatibles." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1192,17 +1091,17 @@ msgstr "" "buscar incluyen https://store.kde.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "La URL no hace referencia a un recurso." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "El protocolo es un protocolo de filtrado" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) que introdujo no se refería a ningún recurso específico." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1224,12 +1123,12 @@ msgstr "" "embargo, esta no es una de esas situaciones. Esto es un suceso extraño, y es " "probable que proceda de un error de programación." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Acción no permitida: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1238,7 +1137,7 @@ msgstr "" "La acción solicitada no está permitida por el programa de KDE que implementa " "el protocolo %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1249,17 +1148,17 @@ msgstr "" "debería darle más datos de los que están disponibles para la arquitectura de " "entrada/salida de KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Intento de encontrar otro modo de conseguir el mismo resultado." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Se esperaba un archivo" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1268,17 +1167,17 @@ msgstr "" "La solicitud esperaba un archivo, sin embargo, en su lugar, se encontró la " "carpeta %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Esto puede que sea un error del servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Se esperaba una carpeta" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1287,17 +1186,17 @@ msgstr "" "La solicitud esperaba una carpeta, sin embargo, en su lugar se encontró el " "archivo %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "El archivo o carpeta no existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "El archivo o carpeta especificada %1 no existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1306,23 +1205,23 @@ msgstr "" "El archivo solicitado no se ha podido crear porque ya existe un archivo con " "el mismo nombre." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Intente mover el archivo actual fuera de este sitio, e inténtelo de nuevo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Borre el archivo actual e inténtelo de nuevo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Elija otro nombre para el nuevo archivo." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1331,28 +1230,28 @@ msgstr "" "La carpeta solicitada no se ha podido crear porque ya existe una carpeta con " "el mismo nombre." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Intente mover la carpeta actual fuera de este sitio, e inténtelo de nuevo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Borre la carpeta actual e inténtelo de nuevo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Elija otro nombre para la nueva carpeta." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Máquina desconocida" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1361,7 +1260,7 @@ msgstr "" "Un error desconocido de máquina indica que no se ha podido encontrar en " "Internet el servidor con el nombre solicitado, %1." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1369,31 +1268,31 @@ msgstr "" "Es posible que el nombre que ha escrito, %1, no exista: es posible que lo " "haya escrito incorrectamente." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Acceso denegado" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Acceso denegado para el recurso %1 especificado." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Puede que haya suministrado detalles de autenticación incorrectos o ningún " "detalle." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Su cuenta puede que no tenga permiso de escritura para acceder al recurso " "especificado." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1402,12 +1301,12 @@ msgstr "" "Vuelva a intentar la petición y asegúrese de introducir correctamente los " "detalles de su autenticación." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Acceso de escritura denegado" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1416,12 +1315,12 @@ msgstr "" "Esto significa que un intento de escribir en el archivo %1 " "fue rechazado." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "No se puede acceder a la carpeta" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1430,17 +1329,17 @@ msgstr "" "Esto significa que un intento de acceder a la carpeta solicitada (en otras " "palabras, de abrirla) %1 fue rechazado." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listado de la carpeta no disponible" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "El protocolo %1 no es un sistema de archivos" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1451,12 +1350,12 @@ msgstr "" "contenido de la carpeta, y que el programa de KDE que usa este protocolo es " "incapaz de hacerlo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Enlace cíclico detectado" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1469,7 +1368,7 @@ msgstr "" "o una serie de enlaces que da lugar a un bucle infinito (es decir, el " "archivo estaba, tal vez de forma indirecta, enlazado consigo mismo)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1478,27 +1377,27 @@ msgstr "" "Borre una parte del bucle para que no se produzca un bucle infinito e " "inténtelo de nuevo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Solicitud interrumpida por el usuario" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "La solicitud no se ha completado porque fue interrumpida." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Volver a intentar la solicitud." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Enlace cíclico detectado durante la copia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1512,17 +1411,17 @@ msgstr "" "lugar a un bucle infinito (es decir, el archivo estaba, tal vez de forma " "indirecta, enlazado consigo mismo." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "No se puede crear una conexión de red" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Imposible crear socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1531,8 +1430,8 @@ msgstr "" "Este es un error técnico en el que no se ha podido crear un dispositivo " "solicitado para comunicaciones de red (un socket)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1541,12 +1440,12 @@ msgstr "" "La conexión de red puede que esté incorrectamente configurada, o que la " "interfaz de red no esté habilitada." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Conexión al servidor rechazada" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1555,7 +1454,7 @@ msgstr "" "El servidor %1 rechazó permitir que este equipo realizará " "una conexión." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1564,7 +1463,7 @@ msgstr "" "El servidor, mientras estaba conectado a Internet, puede que no esté " "configurado para permitir solicitudes." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1573,7 +1472,7 @@ msgstr "" "El servidor, aunque está conectado a Internet, puede que no esté ejecutando " "el servicio solicitado (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1584,12 +1483,12 @@ msgstr "" "Internet), bien protegiendo su red o la red del servidor, puede haber " "intervenido impidiendo esta solicitud." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Conexión al servidor cerrada inesperadamente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1598,7 +1497,7 @@ msgstr "" "Aunque se estableció una conexión a %1, la conexión se " "cerró en un punto inesperado de la comunicación." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1607,17 +1506,17 @@ msgstr "" "Se puede haber producido un error de protocolo, originando que el servidor " "haya cerrado la conexión como respuesta al error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Recurso URL no válido" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "El protocolo %1 no es un protocolo de filtrado" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) que introdujo no se refería a ningún mecanismo válido " "para acceder al recurso %1%2 específico." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1641,17 +1540,17 @@ msgstr "" "es capaz de realizar dicha acción. Esto es un suceso extraño, y es probable " "que proceda de un error de programación." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Imposible inicializar dispositivo de entrada/salida" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Imposible montar el dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1660,7 +1559,7 @@ msgstr "" "El dispositivo solicitado no se ha podido inicializar («montar»). El error " "emitido fue: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1672,7 +1571,7 @@ msgstr "" "periférico o dispositivo portátil, el dispositivo puede que no esté " "conectado correctamente." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1683,7 +1582,7 @@ msgstr "" "sistemas UNIX es frecuente que se requieran privilegios de administrador del " "sistema para inicializar un dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1693,17 +1592,17 @@ msgstr "" "medio correspondiente y los dispositivos portátiles deben estar conectados y " "encendidos. Inténtelo de nuevo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Imposible desinicializar el dispositivo de entrada/salida" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Imposible desmontar el dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1712,7 +1611,7 @@ msgstr "" "El dispositivo solicitado no se ha podido desinicializar («desmontar»). El " "error emitido fue: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1724,7 +1623,7 @@ msgstr "" "ubicación en este dispositivo puede originar que el dispositivo continúe en " "uso." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1735,19 +1634,19 @@ msgstr "" "dispositivo. En sistemas UNIX es frecuente que se requieran privilegios de " "administrador del sistema para desinicializar un dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Compruebe que ninguna aplicación está accediendo al dispositivo e inténtelo " "de nuevo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Imposible leer desde el recurso" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1756,17 +1655,17 @@ msgstr "" "Esto significa que aunque el recurso %1, fue abierto, se " "produjo un error al leer los contenidos de él." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Puede que no tenga permiso de escritura para este recurso." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Imposible escribir en el recurso" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1775,22 +1674,22 @@ msgstr "" "Esto significa que aunque el recurso %1, fue abierto, se " "produjo un error al escribir sobre él." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Puede que no tenga permiso de escritura para este recurso." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Imposible escuchar conexiones de red" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "No se ha podido enlazar" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1801,17 +1700,17 @@ msgstr "" "comunicación de red (un socket) no se ha podido establecer para escuchar las " "conexiones de red entrantes." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "No se ha podido escuchar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Imposible aceptar conexión de red" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1820,17 +1719,17 @@ msgstr "" "Este es un error técnico en el que se produjo un error al intentar aceptar " "una conexión entrante de red." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Puede que no tenga permiso para aceptar esta conexión." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "No se ha podido iniciar la sesión: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1838,17 +1737,17 @@ msgstr "" "Un intento de iniciar sesión para realizar la operación solicitada fue " "infructuoso." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "No se ha podido determinar el estado del recurso" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "No se ha podido determinar el recurso" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1857,70 +1756,70 @@ msgstr "" "Un intento de determinar información acerca del estado del recurso " "%1, tal como el nombre, tipo, tamaño, etc. fue infructuoso." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "El recurso especificado puede que no exista o que no sea accesible." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "No se ha podido cancelar el listado" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documentar esto" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Imposible crear carpeta" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Un intento de crear la carpeta solicitada falló." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Puede que la ubicación donde se iba a crear la carpeta no exista." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "No se ha podido eliminar la carpeta" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Falló el intento de eliminar la carpeta especificada, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "La carpeta especificada puede que no exista." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "La carpeta especificada puede que no esté vacía." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Asegúrese de que la carpeta existe y que está vacía, e inténtelo de nuevo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "No se ha podido reanudar la transferencia del archivo" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1929,36 +1828,36 @@ msgstr "" "La solicitud especificada requirió que la transferencia del archivo " "%1 se reanudase en un cierto punto. Esto no fue posible." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Es posible que el protocolo o el servidor no permitan la reanudación de " "transferencias de archivos." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Volver a probar la solicitud sin intentar reanudar la transferencia." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Imposible cambiar el nombre del recurso" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Falló un intento de cambiar el nombre del recurso %1 " "especificado." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Imposible cambiar los permisos del recurso" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "especificado falló." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Imposible cambiar el propietario del recurso" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "especificado." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "No fue posible borrar el recurso" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Un intento de borrar el recurso %1 especificado falló." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Terminación inesperada del programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha terminado inesperadamente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "No queda memoria" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 no ha podido obtener la memoria necesaria para continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Máquina proxy desconocida" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2081,17 +1980,17 @@ msgstr "" "kde.org/ para informar al equipo de KDE del método de autenticación no " "permitido." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Solicitud interrumpida" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Error interno en el servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2100,7 +1999,7 @@ msgstr "" "El programa del servidor que proporciona acceso al protocolo %1 ha informado de un error interno: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2110,13 +2009,13 @@ msgstr "" "servidor. Por favor, considere enviar un informe de fallos como se detalla " "más abajo." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Contacte con el administrador del servidor para advertirles del problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2125,43 +2024,33 @@ msgstr "" "Si conoce a los autores del software del servidor, envíeles un informe de " "fallos directamente." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Error de tiempo límite" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Aunque se contactó con el servidor, no se recibió respuesta en el intervalo " -"de tiempo asignado para la solicitud:
    • Tiempo límite para establecer " -"una conexión: %1 segundos
    • Límite para recibir una respuesta: %2 " -"segundos
    • Tiempo límite para acceder a servidores proxy: %3 segundos
    Tenga en cuenta que puede modificar estos valores en las " -"«Preferencias del sistema» de KDE, seleccionando Preferencias de red -> " -"Preferencias de conexión." +"Aunque se ha establecido contacto con el servidor, no se ha recibido " +"respuesta en el tiempo asignado para la solicitud." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "El servidor estaba demasiado ocupado atendiendo otras peticiones para " "responder." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Error desconocido" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha informado de un error interno: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupción desconocida" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha informado de una interrupción de tipo desconocido: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "No fue posible borrar el archivo original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2200,12 +2089,12 @@ msgstr "" "probablemente al final de una operación de cambio de nombre del archivo. El " "archivo original %1 no se ha podido borrar." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "No fue posible borrar el archivo temporal" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2216,12 +2105,12 @@ msgstr "" "guardar el nuevo archivo durante la descarga. Este archivo temporal " "%1 no se ha podido borrar." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "No se ha podido cambiar el nombre del archivo original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2230,12 +2119,12 @@ msgstr "" "La operación solicitada ha solicitado el cambio de nombre del archivo " "original %1, sin embargo, no se ha podido cambiar su nombre." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "No se ha podido cambiar el nombre del archivo temporal" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2244,32 +2133,32 @@ msgstr "" "La operación solicitada había solicitado la creación de un archivo temporal " "%1, sin embargo, no se ha podido crear." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "No se ha podido crear el enlace" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "No se ha podido crear el enlace simbólico" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "No se ha podido crear el enlace simbólico solicitado %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sin contenido" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco lleno" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2278,7 +2167,7 @@ msgstr "" "No se ha podido escribir sobre el archivo solicitado %1 por " "falta de espacio en el disco." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2289,12 +2178,12 @@ msgstr "" "deseados; 2) archivando los archivos en medios de almacenamiento como discos " "CD grabables o 3) consiga más capacidad de almacenamiento." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Los archivos de origen y destino son idénticos" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2303,17 +2192,17 @@ msgstr "" "La operación no se completó porque el origen y el destino son el mismo " "archivo." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Elija otro nombre para el archivo de destino." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Archivo o carpeta soltado sobre sí mismo" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2322,17 +2211,17 @@ msgstr "" "La operación no se puede completar porque el archivo o carpeta de origen y " "de destino son el mismo." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Suelte el elemento sobre un archivo o carpeta diferente." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Se ha movido una carpeta sobre sí misma" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2341,17 +2230,17 @@ msgstr "" "La operación no se puede completar porque el origen no se puede mover sobre " "sí mismo." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mueva el elemento a una carpeta diferente." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "No se ha podido comunicar con el servidor de contraseñas" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2360,24 +2249,24 @@ msgstr "" "La operación no se puede completar porque no se puede contactar con el " "servicio para solicitar contraseñas (kpasswdserver)." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Pruebe a reiniciar la sesión, o revise los registros en busca de errores de " "kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "No se puede iniciar el protocolo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "No se ha podido crear el módulo de trabajo KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2386,7 +2275,7 @@ msgstr "" "No se ha podido iniciar el módulo de trabajo KIO que proporciona acceso al " "protocolo %1. Esto se debe normalmente a razones técnicas." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2396,13 +2285,13 @@ msgstr "" "protocolo. Esto significa que está usando una versión desfasada del " "complemento." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "No se puede transferir %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2412,7 +2301,7 @@ msgstr "" "El archivo %1 no se puede transferir porque el sistema " "de archivos de destino no permite archivos tan grandes." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2421,28 +2310,28 @@ msgstr "" "Vuelva a formatear la unidad de destino para que use un sistema de archivos " "que permita archivos de este tamaño." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Error sin documentar" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Enlace simbólico a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, enlace a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Apunta a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2451,12 +2340,12 @@ msgstr "" "Formato de URL erróneo\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "No se ha podido determinar el tipo de archivo para %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2465,13 +2354,13 @@ msgstr "" "No se puede extraer el nombre de ejecutable de «%1». Escriba un nombre de " "programa válido." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Parece que %1 no es un programa ejecutable." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2481,98 +2370,98 @@ msgstr "" "No se ha encontrado %1. Introduzca una ruta válida a un " "programa ejecutable." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "La apertura de conexiones con el protocolo %1 no está permitida." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "El cierre de conexiones con el protocolo %1 no está permitido." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "El acceso de archivos con el protocolo %1 no está permitido." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "La escritura en %1 no está permitida." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "No hay acciones especiales disponibles para el protocolo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "El listado de carpetas con el protocolo %1 no está permitido." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "La descarga de datos desde %1 no está permitida." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" "La recuperación de información de tipos MIME desde %1 no está permitida." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "El cambio de nombres de archivos dentro de %1 no está permitido." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" "La creación de enlaces simbólicos con el protocolo %1 no está permitida." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "La copia de archivos en %1 no está permitida." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "La eliminación de archivos de %1 no está permitida." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "La creación de carpetas con el protocolo %1 no está permitida." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "La modificación de los atributos de archivos con el protocolo %1 no está " "permitida." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "La modificación del propietario de archivos con el protocolo %1 no está " "permitida." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "No se permite la apertura de archivos con el protocolo %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "El protocolo %1 no admite la acción %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2580,318 +2469,342 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"No se puede garantizar la seguridad del módulo de trabajo KIO para el " -"protocolo «%1», que normalmente solicita permisos elevados, porque otros " +"La seguridad del módulo de trabajo KIO para el protocolo «%1», que se limita " +"a solicitar elevación de permisos, no se puede garantizar porque otros " "usuarios distintos a «root» tienen permiso para modificarlo en %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocolo desconocido «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" "No se ha podido encontrar el módulo de trabajo KIO para el protocolo «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"El módulo de trabajo KIO para el protocolo «%1» en %2 no se ha cargado " +"porque todos los módulos de trabajo KIO situados fuera de %3 que solicitan " +"elevación de privilegios se consideran inseguros." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "No se ha podido crear un conector para lanzar el módulo de trabajo KIO para " "el protocolo «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "No se ha encontrado el ejecutable «kioworker» en «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalles" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Para siempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuar" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Solo en la sesión a&ctual" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mover a nueva carpeta" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crear nueva carpeta para estos elementos" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "%p%" +msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "No ha seleccionado ningún archivo a borrar." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nada que borrar" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "No ha seleccionado ningún archivo para enviar a la papelera." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nada que borrar" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "La carpeta especificada no existe o no se ha podido leer." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Carpeta superior" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Volver" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avanzar" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Carpeta personal" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Volver a cargar" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Nueva carpeta..." +msgstr "Nueva carpeta…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Mover a la papelera" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Borrar" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Orden" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordenar por nombre" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordenar por tamaño" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordenar por fecha" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordenar por tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Carpetas primero" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Archivos ocultos al final" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista de iconos" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posición del icono" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Junto al nombre de archivo" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sobre el nombre de archivo" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista breve" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista de árbol" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista de árbol detallada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permitir expansión en vista detallada" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostrar archivos ocultos" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Mostrar panel de vista previa" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Mostrar vista previa" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Abrir la carpeta contenedora" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propiedades" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Modo de &vista" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "De la Z a la A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "De la A a la Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Más recientes primero" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Más antiguos primero" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Más recientes primero" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Más grandes primero" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Más pequeños primero" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificación:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Abrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Guardar como" @@ -2924,7 +2837,7 @@ msgstr "Carpeta raíz" #, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Explorar..." +msgstr "Explorar…" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2938,40 +2851,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mover aquí" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Todos los archivos" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Todos los archivos permitidos" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Todos los archivos" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Añadir entrada a «Lugares»" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Editar entrada de lugares" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2984,17 +2897,17 @@ msgstr "" "qué se refiere esta entrada. Si no introduce una etiqueta, se obtendrá una a " "partir de la URL de la ubicación.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etiquet&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Introduzca aquí una etiqueta descriptiva" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3007,12 +2920,12 @@ msgstr "" ">ftp://ftp.kde.org/pub/kde/stable

    Si pulsa sobre el botón que hay " "al lado del cuadro de texto, podrá navegar hasta una URL apropiada.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Ubicación:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3021,17 +2934,17 @@ msgstr "" "Este es el icono que aparecerá en el panel de «Lugares».

    Pulse sobre el botón para seleccionar un icono diferente.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Seleccione un &icono:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Mostrar sol&o al usar esta aplicación (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3042,202 +2955,208 @@ msgstr "" "la aplicación actual (%1).

    Si esta opción no está seleccionada, " "la entrada estará disponible en todas las aplicaciones.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Lugares" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remotos" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recientes" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Buscar" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivos extraíbles" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquetas" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Todas las etiquetas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Carpeta personal" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Escritorio" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Descargas" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Red" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papelera" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imágenes" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Archivos recientes" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lugares recientes" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificado hoy" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificado ayer" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "No se ha podido añadir al panel de «Lugares»: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Solo se pueden añadir carpetas al panel de «Lugares»." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurar…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "Liberando..." +msgstr "Liberando…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Libe&rar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Extrayendo con seguridad..." +msgstr "Extrayendo con seguridad…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Extraer con &seguridad" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Desmontando..." +msgstr "Desmontando…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Expulsar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "El dispositivo «%1» no es un disco y no puede ser expulsado." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Se produjo un error mientras se accedía a «%1», el sistema respondió: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Se produjo un error mientras se accedía a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Uno o más archivos de este dispositivo están abiertos en alguna aplicación." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3252,108 +3171,108 @@ msgstr[1] "" "Uno o más archivos de este dispositivo están abiertos en las siguientes " "aplicaciones: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformatear o editar con el gestor de particiones" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" -msgstr "%1 libre de %2 (%3% usado)" +msgstr "%1 libre de %2 (%3 % usado)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (oculto)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vaciar papelera" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montar" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Abrir en nueva pestaña" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Abrir en nueva ventana" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Añadir entrada..." +msgstr "Añadir entrada…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "&Editar..." +msgstr "&Editar…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Eliminar de Lugares" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ocultar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ocultar la sección «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ocultar sección" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Mo&strar todas las entradas" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Tamaño de los iconos" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3361,51 +3280,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Cambiar tamaño automáticamente" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Pequeño (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mediano (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Solo puede seleccionar un archivo" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Se ha proporcionado más de un archivo" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Solo puede seleccionar archivos locales" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "No se aceptan archivos remotos" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3420,53 +3339,22 @@ msgstr[1] "" "La URL seleccionada usa un esquema no permitido. Por favor, use uno de los " "siguiente esquemas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Esquema de URL no permitido" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Se ha seleccionado más de una carpeta y este diálogo no permite carpetas, de " -"modo que no es posible decidir en cuál de ellas se debe entrar. Seleccione " -"una única carpeta para listar su contenido." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Se ha proporcionado más de un proveedor" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Se ha seleccionado al menos una carpeta y un archivo. Los archivos " -"seleccionados serán ignorados y se listará el contenido de la carpeta " -"seleccionada" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Archivos y carpetas seleccionados" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "No se puede encontrar el archivo «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "No se puede abrir el archivo" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3477,44 +3365,44 @@ msgstr "" "si la ubicación actual es «file:/home/konqi», al pulsar este botón irá a " "«file:/home».
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Pulse este botón para retroceder un paso en el historial de navegación." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Pulse este botón para avanzar un paso en el historial de navegación." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Pulse este botón para volver a cargar el contenido de la ubicación actual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Pulse este botón para crear una nueva carpeta." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Mostrar panel de lugares" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostrar botón de marcadores" +msgid "Show Quick Filter" +msgstr "Mostrar filtro rápido" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opciones" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3530,12 +3418,12 @@ msgstr "" "«Lugares»
  • vistas previas de archivos
  • separación de carpetas " "y archivos
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Marcadores" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3549,12 +3437,35 @@ msgstr "" "archivos, pero operan como marcadores en cualquier otro lugar de KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nombre:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Deshacer cambio de nombre de archivo" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantener los filtros cuando se cambia de carpeta" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrar por nombre…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ocultar la barra de filtros" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3567,12 +3478,12 @@ msgstr "" "del ratón y seleccionando un modo preferido del menú Completado de texto." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Este es el nombre con el que se guarda el archivo." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3581,74 +3492,78 @@ msgstr "" "Esta es la lista de archivos a abrir. Se puede especificar más de un archivo " "listando varios archivos, separados por espacios." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Este es el nombre del archivo a abrir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Lugares" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "El archivo «%1» ya existe. ¿Seguro que desea sobrescribirlo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "¿Sobrescribir archivo?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Solo puede seleccionar archivos locales." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "No se aceptan archivos remotos" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Todas las carpetas" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Directorio actual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Abrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Tamaño del icono: %1 píxeles" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Seleccionar automáticamente la e&xtensión del archivo (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "la extensión %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Seleccionar automáticamente la e&xtensión del archivo" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "una extensión adecuada" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3675,12 +3590,12 @@ msgstr "" "(el punto se borrará automáticamente).Si no está seguro de cómo " "usar esta opción, déjela activada para gestionar los archivos más fácilmente." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Tipo de archivo:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3689,64 +3604,53 @@ msgstr "" "Selector del tipo de archivo. Se usa para seleccionar el formato en el " "que se guardará el archivo." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Este es el filtro a aplicar a la lista de archivos. Los nombres de " -"archivos que no coincidan con el filtro no se mostrarán.

    Puede seleccionar " -"uno de los filtros predefinidos en el menú desplegable, o puede introducir " -"un filtro personalizado directamente en el área de texto

    Los " -"comodines, como * y ?, están permitidos.

    " +"Selector del tipo de archivo. Se usa para seleccionar el formato de los " +"archivos mostrados." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crear nuevo archivo" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Disculpe" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "El archivo de plantilla %1 no existe." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nombre del nuevo enlace:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crear enlace a URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Introduzca nombre de archivo %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Disculpe" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "El archivo de plantilla %1 no existe." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nombre del nuevo enlace:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Crear enlace simbólico" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crear enlace a URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3756,7 +3660,7 @@ msgstr "" "El nombre %1 no se puede usar porque está reservado " "para que lo use el sistema operativo." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3766,7 +3670,7 @@ msgstr "" "El nombre %1 comienza con un punto, por lo que estará " "oculto por omisión." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3778,28 +3682,39 @@ msgstr "" "muestre antes que otros elementos al ordenar alfabéticamente, entre otras " "peculiaridades potenciales." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "El uso de barras en nombres de carpetas creará subcarpetas, como:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "El uso de barras en nombres de carpetas creará subcarpetas." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "La barra no se puede usar en nombres de archivos ni de carpetas." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "La barra inversa no se puede usar en nombres de archivos ni de carpetas." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"La creación de un archivo o de una carpeta con el nombre %1 no es posible porque se solaparía con la ubicación de la carpeta " +"personal de un usuario." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3809,96 +3724,140 @@ msgstr "" "tilde porque puede ser confuso o peligroso cuando use la terminal para " "borrar cosas." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ya existe un directorio con el nombre %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ya existe un archivo con el nombre %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crear nuevo" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Enlazar un dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nueva carpeta" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crear nueva carpeta" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crear nueva carpeta en %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Introduzca el nombre de la carpeta" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predeterminado" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crear nuevo archivo" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Introduzca el nombre del archivo" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Escoger icono o color personalizado" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Escoger otro icono…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" +"Puede cambiar el icono posteriormente en las propiedades de la carpeta." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Pegar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Abrir «%1» en nueva pestaña" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Abrir «%1» en nueva ventana" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navegar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostrar la ruta completa" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ir a cualquier lugar de la ruta %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3910,6 +3869,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Ir a lugar de la ruta" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lugares" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3933,28 +3899,28 @@ msgstr "Otros" msgid "Edit mode" msgstr "Modo de edición" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Pulse para navegar a la ubicación" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Pulse para editar la ubicación" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "No dispone de autorización para ejecutar este archivo." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Lanzando %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3963,13 +3929,13 @@ msgstr "" "El servicio %1 no se puede hacer ejecutable. Interrumpiendo ejecución.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "No está autorizado a seleccionar una aplicación para abrir este archivo." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3999,12 +3965,20 @@ msgid "Icon file too big, download aborted" msgstr "" "El archivo del icono es demasiado grande; se ha interrumpido la descarga" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: omitiendo un archivo vacío; se puede tratar de un enlace " +"simbólico incorrecto: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "No se ha encontrado ningún cliente de correo" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4015,28 +3989,28 @@ msgstr "" "%1\n" "no es válido." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Lanzando %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "No se puede encontrar la orden %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "No se ha encontrado ningún emulador de terminal" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "No se ha podido abrir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4045,9 +4019,9 @@ msgid "" msgstr "" "El archivo de entradas del escritorio\n" "%1\n" -"es del tipo «Link», pero no tiene entrada URL=..." +"es del tipo «Link», pero no tiene entrada URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4056,7 +4030,7 @@ msgstr "" "El archivo ejecutable «%1» reside en un sistema de archivos remoto. Por " "motivos de seguridad, no se iniciará." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4064,7 +4038,7 @@ msgstr "" "Por motivos de seguridad, el lanzamiento de ejecutables no se permite en " "este contexto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4073,7 +4047,7 @@ msgstr "" "El programa «%1» necesita tener permiso de ejecución antes de que se pueda " "lanzar." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4082,12 +4056,12 @@ msgstr "" "No se ha podido hacer ejecutable el archivo «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "El archivo de entradas del escritorio %1 no tiene entrada Type=..." +msgstr "El archivo de entradas del escritorio %1 no tiene entrada Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4098,12 +4072,12 @@ msgstr "" "Compruebe las aplicaciones abiertas y el área de notificaciones para ver las " "tareas y descargas pendientes." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "No se ha podido abrir el archivo." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "No se puede lanzar el programa «%1»." @@ -4192,74 +4166,69 @@ msgstr "" "ha sido modificado.\n" "¿Desea enviar los cambios?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "Ejecución KIO - Abre archivos remotos, vigila modificaciones y pregunta si " "se envían" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003 Los desarrolladores de KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tratar los URL como archivos locales y borrarlos después" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nombre de archivo sugerido para el archivo descargado" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Orden a ejecutar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL o archivo(s) local(es) usado(s) para la «orden»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Estableciendo ACL para %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4268,7 +4237,7 @@ msgstr "" "No se han podido cambiar los permisos de\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4278,118 +4247,37 @@ msgstr "" "No ha sido posible cambiar el propietario ni el grupo de\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "No se ha podido abrir el archivo temporal" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "No fue posible encontrar el programa «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "No fue posible encontrar el programa «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Cambiar permisos del archivo" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nuevos permisos: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Cambiar propietario del archivo" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nuevo propietario: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Eliminar archivo" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr " Eliminar directorio" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crear directorio" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permisos del directorio: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Abrir archivo" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Abrir directorio" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nuevo nombre de archivo: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destino: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Cambiar marca de tiempo" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Desde: %1, hasta: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acción desconocida" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acción: %1\n" -"Origen: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "No se puede copiar el archivo de %1 a %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "No hay medios en el dispositivo para %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Imposible obtener el id del usuario para el usuario %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Imposible obtener el id del grupo para el grupo %1" @@ -4431,34 +4319,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Debe suministrar un nombre de usuario y una contraseña para acceder a este " "sitio." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sitio:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Sesión iniciada con éxito" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "No se ha podido iniciar sesión en %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4467,7 +4355,7 @@ msgstr "" "\n" "El servidor ha respondido: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4476,12 +4364,12 @@ msgstr "" "Debe suministrar un nombre de usuario y una contraseña para el servidor " "proxy listado abajo, antes de que se le permita acceder a cualquier sitio." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "La autenticación del proxy ha fallado." @@ -4533,101 +4421,101 @@ msgid "" msgstr "¿Desea aceptar este certificado para siempre sin ser preguntado?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticación del servidor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 en %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "De otro modo, la petición habría tenido éxito." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "recuperar valores de propiedades" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "establecer valores de propiedades" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crear la carpeta solicitada" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copiar el archivo o carpeta especificada" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mover el archivo o carpeta especificada" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "buscar en la carpeta especificada" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloquear el archivo o carpeta especificado" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desbloquear el archivo o carpeta especificado" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "borrar el archivo o carpeta especificado" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "solicitar las posibilidades del servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "recuperar el contenido del archivo o carpeta especificado" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "ejecutar un informe en la carpeta especificada" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ha ocurrido un error inesperado (%1) al intentar %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4637,13 +4525,13 @@ msgstr "" "Se produjo un error al intentar %1, %2. Se presenta una lista de motivos " "abajo." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Acceso denegado al intentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4652,7 +4540,7 @@ msgstr "" "No se ha podido crear un recurso en el destino hasta que una o más " "colecciones intermedias (carpetas) se hayan creado." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4667,28 +4555,28 @@ msgstr "" "solicitaba que los archivos no se sobrescribieran.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "No se ha podido garantizar el bloqueo solicitado. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "El servidor no admite el tipo de cuerpo solicitado." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Imposible %1 porque el recurso está bloqueado." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "La acción fue impedida por otro error." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4698,7 +4586,7 @@ msgstr "" "Imposible %1 porque el servidor de destino rehúsa aceptar el archivo o " "carpeta." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4707,18 +4595,18 @@ msgstr "" "El recurso de destino no tiene suficiente espacio para registrar el estado " "del recurso después de la ejecución de este método." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "No se puede eliminar el recurso." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "enviar %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4729,15 +4617,15 @@ msgstr "Se produjo un error inesperado (%1) al intentar %2." msgid "Network" msgstr "Red" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 mal formada" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4750,12 +4638,12 @@ msgstr "" "realizar de nuevo la operación de restauración o bien arrastrar el elemento " "a otro lugar para restaurarlo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinación de protocolos no válida." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Este archivo ya está en la papelera de reciclaje." @@ -4791,7 +4679,7 @@ msgstr "Vaciar el contenido de la papelera" msgid "Restore a trashed file to its original location" msgstr "Restaurar un archivo de la papelera en su ubicación original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "La papelera está llena. Vacíela o elimine elementos manualmente." @@ -4812,17 +4700,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Reintentar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Diálogo de autenticación" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Acceso denegado" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "No tiene permiso para acceder al protocolo %1." @@ -4932,13 +4820,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "Suma de verificación esperada (MD5, SHA1, SHA256 o SHA512)..." +msgstr "Suma de verificación esperada (MD5, SHA1, SHA256 o SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4947,28 +4835,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4978,9 +4866,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -4989,136 +4877,208 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Haga clic para copiar la suma de verificación en el portapapeles." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancelar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mover aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Descargar aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiar aquí" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "En&lazar aquí" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Lanzar" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "¿Qué desea hacer con este archivo?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "No volver a preguntar" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Abrir" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Ejecutar" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Abrir con %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Deshacer cambios" +msgid "Would you like to launch this file?" +msgstr "¿Desea lanzar este archivo?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Necesita permisos de root para deshacer esta operación. ¿Desea continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creando carpeta" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origen" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destino" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Copiando" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Moviendo" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Cambio de nombre" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Moviendo a la papelera" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Borrando" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Deshacer" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Deshacer: Copiar" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Deshacer: Enlazar" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Deshacer: Mover" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Deshacer: Cambiar de nombre" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Deshacer: Tirar a la papelera" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Deshacer: Crear carpeta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Deshacer: Crear carpeta(s)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Deshacer: Crear archivo" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Deshacer: Cambiar nombre por lotes" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Rehacer" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Rehacer: Copiar" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Rehacer: Enlazar" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Rehacer: Mover" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Rehacer: Cambiar de nombre" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Rehacer: Tirar a la papelera" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Rehacer: Crear carpeta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Rehacer: Crear carpetas" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Rehacer: Crear archivo" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Rehacer: Cambiar nombre por lotes" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5132,12 +5092,12 @@ msgstr "" "modificaciones.\n" "¿Realmente desea eliminar %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmación para deshacer la copia de archivo" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5149,21 +5109,22 @@ msgstr "" "filename>Esta acción no se puede deshacer." "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Borrar permanentemente" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Borrar permanentemente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5179,7 +5140,7 @@ msgstr[1] "" "¿Realmente desea borrar de forma permanente estos %1 elementos?Esta acción no se puede deshacer." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5189,13 +5150,13 @@ msgstr "" "¿Desea borrar de forma permanente este elemento de la Papelera?Esta acción no se puede deshacer." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vaciar papelera" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5205,7 +5166,7 @@ msgstr "" "¿Realmente desea mover este elemento a la Papelera?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5216,13 +5177,13 @@ msgstr[1] "¿Realmente desea mover estos %1 elementos a la Papelera?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "Añadir..." +msgstr "Añadir…" #: widgets/kacleditwidget.cpp:75 #, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Editar..." +msgstr "Editar…" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5290,7 +5251,7 @@ msgstr "Propietario" msgid "Owning Group" msgstr "Grupo propietario" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Otros" @@ -5361,108 +5322,114 @@ msgstr "Actualizando la configuración del sistema" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format msgid "Updating system configuration…" -msgstr "Actualizando la configuración del sistema..." +msgstr "Actualizando la configuración del sistema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nombre" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamaño" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Fecha" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisos" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propietario" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "A&brir con %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Acciones" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Abrir carpeta con..." +msgstr "&Abrir carpeta con…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Abrir con..." +msgstr "&Abrir con…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Lanzar ejecutable" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Abrir carpeta con %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Abrir con %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Abrir carpeta con" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Abrir con" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Otra aplicación..." +msgstr "&Otra aplicación…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5470,113 +5437,131 @@ msgid_plural "%1 items" msgstr[0] "1 elemento" msgstr[1] "%1 elementos" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconocido" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Detener" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorar en Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montado desde:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espacio libre:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contenido:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Abrir con:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Cambiar…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Ubicación:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tamaño:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Cambiar..." +msgid "Determine the folder size" +msgstr "Calcular el tamaño de la carpeta" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contenido:" +msgid "Stop" +msgstr "Detener" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Detener el cálculo del tamaño de la carpeta" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorar en Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Apunta a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificado:" +msgid "Show target" +msgstr "Mostrar el destino" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creado:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de archivos:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Tamaño desconocido" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montado en:" +msgid "Modified:" +msgstr "Modificado:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accedido:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Abrir con:" +msgid "File system:" +msgstr "Sistema de archivos:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Montado en:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Montado desde:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Espacio libre:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Tamaño desconocido" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5880,25 +5865,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Introduzca aquí la descripción de esta aplicación, basándose en su uso. Por " -"ejemplo: una aplicación de marcado telefónico (KPPP) podría describirse con " -"«Herramienta de marcado telefónico»." +"Introduzca aquí un nombre genérico para la aplicación. Por ejemplo: para una " +"aplicación para ver imágenes podría ser «Visor de imágenes»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descripción:" +msgid "&Generic name:" +msgstr "Nombre &genérico:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Introduzca aquí los comentarios que considere pertinentes." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Introduzca aquí la descripción de esta aplicación, basándose en su uso. Por " +"ejemplo: para una aplicación para ver imágenes podría ser «Ver y editar " +"imágenes»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5909,7 +5898,7 @@ msgstr "Come&ntario:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variables de entorno:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5939,7 +5928,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "E&xaminar..." +msgstr "E&xaminar…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) @@ -6059,7 +6048,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:245 #, kde-format msgid "Add..." -msgstr "Añadir..." +msgstr "Añadir…" #. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:252 @@ -6115,7 +6104,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Compartir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6125,176 +6114,201 @@ msgstr "" "No se han podido guardar las propiedades por carecer de acceso de escritura " "en:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Introduzca el nombre del archivo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorar en %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualizar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Introduzca la ubicación del destino" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Mostrar %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Tamaño desconocido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -"Calculando...%1 (%2)\n" +"Calculando…%1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 archivo" msgstr[1] "%1 archivos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 subcarpeta" msgstr[1] "%1 subcarpetas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" -msgstr "Calculando...\n" +msgstr "Calculando…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Al menos %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "El nuevo nombre de archivo está vacío." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Tipo de archivo no registrado" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Sin aplicación asociada" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "Crear..." +msgstr "Crear…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "Cambiar..." +msgstr "Cambiar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Cambiar la aplicación predeterminada para abrir archivos de tipo «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sin acceso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Solo puede ver" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Puede ver y modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Solo puede ver el contenido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Puede ver y modificar el contenido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Solo puede ver/leer el contenido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Puede ver/leer y modificar/escribir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permisos de acceso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Este archivo es un enlace y no tiene permisos." msgstr[1] "Todos los archivos son enlaces y no tienen permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Solo el propietario puede cambiar los permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "P&ropietario:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Especifica las operaciones permitidas al propietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Especifica las operaciones permitidas a los miembros del grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "O&tros:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6303,27 +6317,27 @@ msgstr "" "Especifica las operaciones permitidas a todos los usuarios, que no son ni el " "propietario ni pertenecen al grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Solo el propi&etario puede borrar o cambiar el nombre del contenido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permitir la &ejecución del archivo como programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Borrar o cambiar nombre:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Ejecutar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6335,7 +6349,7 @@ msgstr "" "usuarios solo podrán añadir archivos nuevos, lo que requiere el permiso de " "«Modificar contenido»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6344,42 +6358,42 @@ msgstr "" "Habilite esta opción para marcar el archivo como ejecutable. Esto solo tiene " "sentido para programas y scripts. Se necesita cuando desee ejecutarlos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisos avanza&dos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Propietario" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usuario:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplicar cambios a todas las subcarpetas y a sus contenidos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisos avanzados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Clase" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6388,22 +6402,22 @@ msgstr "" "Mostrar\n" "entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Este indicador permite visualizar el contenido de la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Leer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "El indicador de lectura permite visualizar el contenido del archivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6412,7 +6426,7 @@ msgstr "" "Escribir\n" "entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6422,45 +6436,45 @@ msgstr "" "que el borrado y cambio de nombre se puede limitar empleando el indicador " "«Adhesivo»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escribir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "El indicador de escritura permite modificar el contenido del archivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Habilite este indicador para permitir entrar en la carpeta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Ejecutar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Habilite este indicador para permitir la ejecución del archivo como un " "programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6469,7 +6483,7 @@ msgstr "" "Indicador especial. Válido para la carpeta completa, el significado exacto " "del indicador se puede ver en la columna de la derecha." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6478,17 +6492,17 @@ msgstr "" "Indicador especial. El significado exacto del indicador se puede ver en la " "columna de la derecha." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usuario" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6497,7 +6511,7 @@ msgstr "" "Si se activa este indicador, el propietario de la carpeta será el " "propietario de todos los archivos nuevos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6506,7 +6520,7 @@ msgstr "" "Si este archivo es un ejecutable y el indicador está activado, se ejecutará " "con los permisos del propietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6514,7 +6528,7 @@ msgstr "" "Si se activa este indicador, el grupo de esta carpeta se asignará a todos " "los archivos nuevos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6523,7 +6537,7 @@ msgstr "" "Si este archivo es un ejecutable y el indicador está activado, se ejecutará " "con los permisos del grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6533,7 +6547,7 @@ msgstr "" "y root pueden borrar o cambiar el nombre de los archivos. De otro modo todo " "el mundo con permisos de escritura podrá hacerlo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6542,72 +6556,63 @@ msgstr "" "El indicador «Adhesivo» en un archivo se ignora en Linux, aunque se puede " "usar en algunos sistemas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Asignar UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Asignar GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Adhesivo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Enlace" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variable (sin cambio)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Este archivo usa permisos avanzados." msgstr[1] "Estos archivos usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Esta carpeta usa permisos avanzados." msgstr[1] "Estas carpetas usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Estos archivos usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Sumas de verificación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculando..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Suma de verificación no válida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6615,12 +6620,12 @@ msgstr "" "La entrada indicada no es una suma de verificación MD5, SHA1 ni SHA256 " "válida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Las sumas de verificación coinciden." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." @@ -6628,7 +6633,7 @@ msgstr "" "La suma de verificación calculada coincide con la suma de verificación " "esperada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6639,7 +6644,7 @@ msgstr "" "descarga errónea. Pruebe a volver a descargar el archivo.
    Si la " "verificación sigue fallando, contacte con la fuente del archivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." @@ -6647,24 +6652,40 @@ msgstr "" "La suma de verificación calculada no coincide con la suma de verificación " "esperada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Comprobando suma de verificación..." +msgstr "Comprobando suma de verificación…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Las sumas de verificación de todos los archivos son idénticas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Los archivos seleccionados tienen sumas de verificación distintas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculando…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6672,27 +6693,27 @@ msgstr "" "No ha sido posible guardar las propiedades. Solo se permiten entradas en los " "sistemas de archivos locales." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Añadir tipo de archivo para %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Seleccionar uno o más tipos de archivo a añadir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Solo se permiten ejecutables de sistemas de archivos locales." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opciones avanzadas para %1" @@ -6794,24 +6815,26 @@ msgstr "%1" #, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Configurar atajos web..." +msgstr "Configurar atajos web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Abrir diálogo de archivos" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nombre de archivo para el contenido del portapapeles:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "archivo pegado" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Pegar contenido del portapapeles" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6820,19 +6843,19 @@ msgstr "" "El portapapeles ha cambiado desde que usó «pegar»: el formato de datos " "elegido ya no es aplicable. Copie de nuevo lo que deseaba pegar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Pegar 1 carpeta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Pegar 1 archivo" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6840,47 +6863,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Pegar 1 elemento" msgstr[1] "Pegar %1 elementos" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Pegar contenido del portapapeles..." +msgstr "Pegar contenido del portapapeles…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Pegar" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "Formato de los datos:" +msgstr "Formato de datos:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nombre de archivo para el contenido del portapapeles:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nombre de archivo para el contenido soltado:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Fecha: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Tamaño: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "A&plicar a todo" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6890,47 +6924,47 @@ msgstr "" "Si no pulsa «Omitir» se le seguirá preguntando en caso de conflicto con " "algún archivo existente en el directorio." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Cuando está marcado, el botón pulsado se aplicará a todos los conflictos " "posteriores para el resto de la tarea actual." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Cambia&r de nombre" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Sugerir nuevo &nombre" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "O&mitir" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "No copiar ni mover esta carpeta, saltar al elemento siguiente" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "No copiar ni mover este archivo, saltar al elemento siguiente" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Escribir en" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6942,13 +6976,13 @@ msgstr "" "sus contenidos.\n" "Se le preguntará de nuevo si hay algún conflicto con algún archivo existente 
en el directorio." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&obrescribir archivos antiguos" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6957,12 +6991,12 @@ msgstr "" "Los archivos de destino con tiempos de modificación más antiguos se " "sobrescribirán con los de origen, o se omitirán en caso contrario." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Reanudar" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6971,67 +7005,57 @@ msgstr "" "Esta acción sobrescribiría «%1» consigo mismo.\n" "Introduzca un nuevo nombre de archivo:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinuar" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "¿Desea sobrescribir el destino?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "¿Desea fusionar el contenido de «%1» en «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origen" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destino" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "El origen es más reciente." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "El origen es más antiguo." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "El origen es menor por %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "El origen es mayor por %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Los archivos son idénticos." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Los archivos parecen idénticos." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Los archivos son distintos." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7040,59 +7064,51 @@ msgstr "" "Parece que los archivos son idénticos: tienen el mismo tamaño y su contenido " "es el mismo al principio, en el centro y al final." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Comparar archivos" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ya existe un elemento más antiguo con el nombre «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ya existe un archivo similar con el nombre «%1»." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ya existe un elemento más reciente con el nombre «%1»." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Cambiar el nombre:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Cambiar nombre del elemento" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Cambiar nombre de los elementos" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Cam&biar nombre" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Cambiar el nombre del elemento %1 a:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nuevo nombre #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ya existe un archivo con el nombre %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 no es un nombre de archivo válido." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7100,38 +7116,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Cambiar el nombre del elemento seleccionado a:" msgstr[1] "Cambiar el nombre de los %1 elementos seleccionados a:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# se sustituirá por números ascendentes empezando por:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nuevo nombre #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nombre de archivo no válido: el nuevo nombre debe contener una secuencia de " +"#, a menos que todos los archivos tengan distintas extensiones." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Cambiar el nombre del elemento seleccionado:" +msgstr[1] "Cambiar el nombre de los %1 elementos seleccionados:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Sustituyendo:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patrón" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Con:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Sustitución" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ningún nombre de archivo contiene el patrón." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"La sustitución de «%1» con un texto vacío haría que %2 " +"tuviera un nombre de archivo vacío." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Cambiar el nombre del elemento seleccionado:" +msgstr[1] "Cambiar el nombre de los %1 elementos seleccionados:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Añadir texto:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texto que se añadirá" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Delante del nombre de archivo" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Detrás del nombre de archivo" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Cambiar nombre del elemento" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Cambiar nombre de los elementos" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Cam&biar nombre" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Cómo cambiar el nombre:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumerar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Sustituir texto" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Añadir texto" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vista previa" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"No se puede cambiar el nombre de %1 a un texto vacío." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Información" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Sustituir" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Reintentar" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Sustituir todo" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Omitir" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Omitir todo" @@ -7218,7 +7387,7 @@ msgstr "" "El servidor remoto no ha enviado ningún certificado SSL.\n" "Cancelando porque no se puede determinar la identidad del servidor." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7259,36 +7428,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"No se ha podido mover este elemento a la papelera porque es demasiado " -"grande. ¿Desea borrarlo de forma permanente?%1Esta acción no se puede deshacer." -"" +"La papelera está demasiado llena para aceptar este archivo. ¿Desea borrarlo " +"de forma permanente?%1Esta acción no se puede deshacer." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"La papelera está demasiado llena para aceptar este archivo. ¿Desea borrarlo " +"de forma permanente?Esta acción no se puede " +"deshacer." +msgstr[1] "" +"La papelera está demasiado llena para aceptar estos %1 archivos. ¿Desea " +"borrarlos de forma permanente?Esta acción no se " +"puede deshacer." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"La papelera no está disponible para la ubicación de este elemento ¿Desea " +"borrarlo de forma permanente?%1Esta acción no se puede deshacer." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"No se ha podido mover este elemento a la papelera porque es demasiado " -"grande. ¿Desea borrarlo de forma permanente?Esta acción no se puede deshacer." +"La papelera no está disponible para la ubicación de este elemento. ¿Desea " +"borrarlo de forma permanente?Esta acción no se " +"puede deshacer." msgstr[1] "" -"No se han podido mover estos %1 elementos a la papelera porque son demasiado " -"grandes. ¿Desea borrarlos de forma permanente?Esta acción no se puede deshacer." +"La papelera no está disponible para la ubicación de estos %1 elementos. " +"¿Desea borrarlos de forma permanente?Esta " +"acción no se puede deshacer." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7296,2842 +7495,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "¿Realmente desea mover este elemento a la Papelera?" msgstr[1] "¿Realmente desea mover estos %1 elementos a la Papelera?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "No volver a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "No volver a preguntar" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "No volver a mostrar este mensaje" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Parece que la cadena de certificados SSL del par está dañada." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Advertencia" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Esto iniciará el programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Si no confía en este programa, pulse «Cancelar»" - -#~ msgid "Is &executable" -#~ msgstr "es e&jecutable" - -#~ msgid "New Folder..." -#~ msgstr "Nueva carpeta..." - -#~ msgctxt "@action:button" -#~ msgid "Add..." -#~ msgstr "Añadir..." - -#~ msgctxt "@action:button" -#~ msgid "Edit..." -#~ msgstr "Editar..." - -#~ msgctxt "@title:menu" -#~ msgid "&Open Folder With..." -#~ msgstr "&Abrir carpeta con..." - -#~ msgctxt "@title:menu" -#~ msgid "&Open With..." -#~ msgstr "&Abrir con..." - -#~ msgctxt "@action:inmenu" -#~ msgid "Paste Clipboard Contents..." -#~ msgstr "Pegar el contenido del portapapeles..." - -#, fuzzy -#~| msgctxt "@title:window" -#~| msgid "New Folder" -#~ msgctxt "@title:window" -#~ msgid "New File" -#~ msgstr "Nueva carpeta" - -#~ msgctxt "@title:window" -#~ msgid "New Folder" -#~ msgstr "Nueva carpeta" - -#~ msgid "Differences" -#~ msgstr "Diferencias" - -#~ msgid "*|All Files" -#~ msgstr "*|Todos los archivos" - -#~ msgid "No host specified." -#~ msgstr "No se especificó ninguna máquina." - -#~ msgid "The server does not support the WebDAV protocol." -#~ msgstr "El servidor no admite el protocolo WebDAV." - -#~ msgid "%1 contacted. Waiting for reply..." -#~ msgstr "%1 contactado. Esperando respuesta..." - -#~ msgctxt "@info Security check on url being accessed" -#~ msgid "" -#~ "

    You are about to log in to the site \"%1\" with the username \"%2\", " -#~ "but the website does not require authentication. This may be an attempt " -#~ "to trick you.

    Is \"%1\" the site you want to visit?

    " -#~ msgstr "" -#~ "

    Está a punto de iniciar sesión en el sitio «%1» con el nombre de " -#~ "usuario «%2», pero este sitio web no necesita autenticación. Es posible " -#~ "que se trate de un intento de engaño.

    ¿Es «%1» el sitio que quiere " -#~ "visitar?

    " - -#~ msgctxt "@title:window" -#~ msgid "Confirm Website Access" -#~ msgstr "Confirmar acceso a sitio web" - -#~ msgid "Server processing request, please wait..." -#~ msgstr "Servidor procesando petición, espere..." - -#~ msgid "Sending data to %1" -#~ msgstr "Enviando datos a %1" - -#~ msgid "Retrieving %1 from %2..." -#~ msgstr "Recibiendo información de %1 desde %2..." - -#~ msgid "Authentication Failed." -#~ msgstr "La autenticación ha fallado." - -#~ msgid "Authorization failed." -#~ msgstr "La autorización ha fallado." - -#~ msgid "Unknown Authorization method." -#~ msgstr "Método de autorización desconocido." - -#~ msgid "Receiving corrupt data." -#~ msgstr "Recibiendo datos dañados." - -#~ msgid "" -#~ "You are about to leave secure mode. Transmissions will no longer be " -#~ "encrypted.\n" -#~ "This means that a third party could observe your data in transit." -#~ msgstr "" -#~ "Está a punto de abandonar el modo seguro. Las transmisiones dejarán de " -#~ "estar cifradas.\n" -#~ "Esto significa que una tercera persona podría observar sus datos durante " -#~ "la transferencia." - -#~ msgid "Security Information" -#~ msgstr "Información de seguridad" - -#~ msgid "C&ontinue Loading" -#~ msgstr "C&ontinuar la carga" - -#~ msgctxt "%1 is a host name" -#~ msgid "%1: SSL negotiation failed" -#~ msgstr "%1: Falló la negociación SSL" - -#~ msgid "" -#~ "You are about to enter secure mode. All transmissions will be encrypted " -#~ "unless otherwise noted.\n" -#~ "This means that no third party will be able to easily observe your data " -#~ "in transit." -#~ msgstr "" -#~ "Está a punto de entrar en modo seguro. Todas las transmisiones se " -#~ "cifrarán a menos que se indique lo contrario.\n" -#~ "Esto significa que una tercera persona no podrá observar sus datos con " -#~ "facilidad durante la transferencia." - -#~ msgid "Display SSL &Information" -#~ msgstr "Mostrar la &información SSL" - -#~ msgid "C&onnect" -#~ msgstr "C&onectar" - -#~ msgid "Could not find a usable proxy configuration script" -#~ msgstr "" -#~ "No se ha podido encontrar un script utilizable de configuración del proxy" - -#~ msgid "" -#~ "Could not download the proxy configuration script:\n" -#~ "%1" -#~ msgstr "" -#~ "No se ha podido descargar el script de configuración del proxy:\n" -#~ "%1" - -#~ msgid "Could not download the proxy configuration script" -#~ msgstr "No se ha podido descargar el script de configuración del proxy" - -#~ msgid "" -#~ "The proxy configuration script is invalid:\n" -#~ "%1" -#~ msgstr "" -#~ "El script de configuración del proxy no es válido:\n" -#~ "%1" - -#~ msgid "" -#~ "The proxy configuration script returned an error:\n" -#~ "%1" -#~ msgstr "" -#~ "El script de configuración del proxy produjo un error:\n" -#~ "%1" - -#~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" -#~ msgstr "No se puede encontrar «FindProxyForURL» ni «FindProxyForURLEx»" - -#~ msgid "Got an invalid reply when calling %1 -> %2" -#~ msgstr "Se ha obtenido una respuesta no válida al llamar a %1 -> %2" - -#~ msgid "Cannot Save Cookies" -#~ msgstr "No se pueden guardar las cookies" - -#~ msgid "Could not remove %1, check permissions" -#~ msgstr "No se ha podido eliminar %1. Compruebe los permisos." - -#~ msgid "Could not create directory %1" -#~ msgstr "No se ha podido crear el directorio %1" - -#~ msgid "Cookie Alert" -#~ msgstr "Alerta de cookie" - -#~ msgctxt "%2 hostname, %3 optional cross domain suffix (translated below)" -#~ msgid "" -#~ "

    You received a cookie from
    %2%3
    Do you want to accept " -#~ "or reject this cookie?

    " -#~ msgid_plural "" -#~ "

    You received %1 cookies from
    %2%3
    Do you want to accept " -#~ "or reject these cookies?

    " -#~ msgstr[0] "" -#~ "

    Ha recibido una cookie de
    %2%3
    ¿Desea aceptar o " -#~ "rechazar esta cookie?

    " -#~ msgstr[1] "" -#~ "

    Ha recibido %1 cookies de
    %2%3
    ¿Desea aceptar o " -#~ "rechazar estas cookies?

    " - -#~ msgctxt "@item:intext cross domain cookie" -#~ msgid " [Cross Domain]" -#~ msgstr " [Dominio cruzado]" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "See or modify the cookie information" -#~ msgstr "Ver o modificar la información de la cookie" - -#~ msgid "Accept for this &session" -#~ msgstr "Aceptar para esta &sesión" - -#~ msgid "Accept cookie(s) until the end of the current session" -#~ msgstr "Aceptar cookies hasta el final de la sesión actual" - -#~ msgid "&Accept" -#~ msgstr "&Aceptar" - -#~ msgid "&Reject" -#~ msgstr "&Rechazar" - -#~ msgid "Apply Choice To" -#~ msgstr "Aplicar elección a" - -#~ msgid "&Only this cookie" -#~ msgstr "&Solo esta cookie" - -#~ msgid "&Only these cookies" -#~ msgstr "&Solo estas cookies" - -#~ msgid "" -#~ "Select this option to only accept or reject this cookie. You will be " -#~ "prompted again if you receive another cookie." -#~ msgstr "" -#~ "Seleccione esta opción para aceptar o rechazar solo esta cookie. Se le " -#~ "preguntará de nuevo cuando reciba otra cookie." - -#~ msgid "All cookies from this do&main" -#~ msgstr "Todas las cookies de este &dominio" - -#~ msgid "" -#~ "Select this option to accept or reject all cookies from this site. " -#~ "Choosing this option will add a new policy for the site this cookie " -#~ "originated from. This policy will be permanent until you manually change " -#~ "it from the System Settings." -#~ msgstr "" -#~ "Seleccione esta opción para aceptar o rechazar todas las cookies de este " -#~ "sitio. Al elegir esta opción, se añadirá una nueva política para el sitio " -#~ "al cual pertenece esta cookie. Esta política permanecerá vigente hasta " -#~ "que la cambie manualmente en las preferencias del sistema." - -#~ msgid "All &cookies" -#~ msgstr "Todas las &cookies" - -#~ msgid "" -#~ "Select this option to accept/reject all cookies from anywhere. Choosing " -#~ "this option will change the global cookie policy for all cookies until " -#~ "you manually change it from the System Settings." -#~ msgstr "" -#~ "Seleccione esta opción para aceptar o rechazar todas las cookies de " -#~ "cualquier sitio. Al elegir esta opción, se cambiará la política global de " -#~ "cookies hasta que vuelva a cambiarla en las preferencias del sistema." - -#~ msgid "Cookie Details" -#~ msgstr "Detalles de la cookie" - -#~ msgid "Name:" -#~ msgstr "Nombre:" - -#~ msgid "Value:" -#~ msgstr "Valor:" - -#~ msgid "Expires:" -#~ msgstr "Caduca:" - -#~ msgid "Path:" -#~ msgstr "Ruta:" - -#~ msgid "Domain:" -#~ msgstr "Dominio:" - -#~ msgctxt "" -#~ "@label a description string of how 'accessible' the cookie is (e.g. see " -#~ "exposure string in this file)" -#~ msgid "Exposure:" -#~ msgstr "Exposición:" - -#~ msgctxt "Next cookie" -#~ msgid "&Next >>" -#~ msgstr "&Siguiente >>" - -#~ msgid "Show details of the next cookie" -#~ msgstr "Mostrar detalles de la siguiente cookie" - -#~ msgctxt "@label cookie has no explicit 'Domain' value specified" -#~ msgid "Not specified" -#~ msgstr "No especificado" - -#~ msgctxt "@label the cookie expires when the browser session ends" -#~ msgid "End of Session" -#~ msgstr "Fin de la sesión" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by https servers" -#~ msgid "Secure servers only" -#~ msgstr "Solo servidores seguros" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by https servers AND " -#~ "client-side javascripts" -#~ msgid "Secure servers, page scripts" -#~ msgstr "Servidores seguros, scripts de la página" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by http servers" -#~ msgid "Servers" -#~ msgstr "Servidores" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by http servers AND " -#~ "client-side javascripts" -#~ msgid "Servers, page scripts" -#~ msgstr "Servidores, scripts de la página" - -#~ msgctxt "" -#~ "@action:button show details about a cookie that needs approval. This " -#~ "string gets >> and << appended, to visualize if the dialog expands or " -#~ "compacts!" -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgctxt "@action:inmenu" -#~ msgid "Remove" -#~ msgstr "Eliminar" - -#~ msgid "Multiple get is not supported with protocol %1." -#~ msgstr "La descarga múltiple con el protocolo %1 no está permitida." - -#~ msgid "&Policy" -#~ msgstr "&Política" - -#~ msgid "&Management" -#~ msgstr "&Gestión" - -#~ msgid "D-Bus Communication Error" -#~ msgstr "Error de comunicación D-Bus" - -#~ msgid "Unable to delete all the cookies as requested." -#~ msgstr "No se han podido borrar todas las «cookies» como solicitó." - -#~ msgid "Unable to delete cookies as requested." -#~ msgstr "No ha sido posible borrar las «cookies» como solicitó." - -#~ msgid "Information Lookup Failure" -#~ msgstr "Fallo de búsqueda de información" - -#~ msgid "" -#~ "Unable to retrieve information about the cookies stored on your computer." -#~ msgstr "" -#~ "No fue posible conseguir la información acerca de las «cookies» " -#~ "almacenadas en su equipo." - -#~ msgid "End of session" -#~ msgstr "Fin de sesión" - -#~ msgid "Yes" -#~ msgstr "Sí" - -#~ msgid "Search" -#~ msgstr "Buscar" - -#~ msgid "Search interactively for domains and hosts" -#~ msgstr "Buscar dominios y máquinas interactivamente" - -#~ msgid "Site" -#~ msgstr "Sitio" - -#~ msgid "Cookie Name" -#~ msgstr "Nombre de la cookie" - -#~ msgid "D&elete" -#~ msgstr "&Borrar" - -#~ msgid "Delete A&ll" -#~ msgstr "Borrar &todo" - -#~ msgid "Configure &Policy..." -#~ msgstr "Configurar &política..." - -#~ msgid "&Reload List" -#~ msgstr "&Recargar lista" - -#~ msgid "Secure:" -#~ msgstr "Seguro:" - -#~ msgctxt "@title:window" -#~ msgid "Change Cookie Policy" -#~ msgstr "Modificar política de cookie" - -#~ msgctxt "@title:window" -#~ msgid "New Cookie Policy" -#~ msgstr "Nueva política de cookie" - -#~ msgid "" -#~ "A policy already exists for
    %1
    Do you want to " -#~ "replace it?
    " -#~ msgstr "" -#~ "Ya existe una política para
    %1
    ¿Desea " -#~ "reemplazarla?
    " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Policy" -#~ msgstr "Duplicar política" - -#~ msgid "" -#~ "Unable to communicate with the cookie handler service.\n" -#~ "Any changes you made will not take effect until the service is restarted." -#~ msgstr "" -#~ "No se puede comunicar con el servicio de manejo de cookies.\n" -#~ "Cualquier cambio que realice no tendrá efecto hasta que se reinicie el " -#~ "servicio." - -#~ msgid "" -#~ "\n" -#~ "

    Enable cookie support. Normally you will want to have cookie support " -#~ "enabled and customize it to suit your privacy needs.

    \n" -#~ "Please note that disabling cookie support might make many web sites " -#~ "unbrowsable.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "

    Activar soporte para cookies. Normalmente el soporte para cookies debe " -#~ "estar activado y personalizado según sus necesidades de seguridad.

    \n" -#~ "Tenga en cuenta que si desactiva el soporte para cookies, no podrá " -#~ "acceder a muchas páginas web.

    \n" -#~ "
    " - -#~ msgid "Enable coo&kies" -#~ msgstr "Activar coo&kies" - -#~ msgid "" -#~ "\n" -#~ "Reject the so called third-party cookies. These are cookies that " -#~ "originate from a site other than the one you are currently browsing. For " -#~ "example, if you visit www.foobar.com while this option is on, only " -#~ "cookies that originate from www.foobar.com will be processed per your " -#~ "settings. Cookies from any other site will be rejected. This reduces the " -#~ "chances of site operators compiling a profile about your daily browsing " -#~ "habits.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Rechazar las conocidas como cookies de terceros. Estas cookies se generan " -#~ "en una página web diferente a la que está visitando. Por ejemplo, si " -#~ "visita www.paginita.com con esta opción activada, únicamente se " -#~ "procesarán las cookies originadas en www.paginita.com. Se rechazarán las " -#~ "cookies que tengan cualquier otro origen. Esto reduce las posibilidades " -#~ "de creación de un perfil sobre los hábitos de navegación.\n" -#~ "" - -#~ msgid "Only acce&pt cookies from originating server" -#~ msgstr "Ace&ptar cookies solo del servidor original" - -#~ msgid "" -#~ "

    \n" -#~ "Automatically accept temporary cookies meant to expire at the end of the " -#~ "current session. Such cookies will not be stored in your computer's hard " -#~ "drive or storage device. Instead, they are deleted when you close all " -#~ "applications (e.g. your browser) that use them.

    NOTE " -#~ "Checking this option overrides your default as well as site specific " -#~ "cookie policies for session cookies.

    " -#~ msgstr "" -#~ "

    \n" -#~ "Aceptar automáticamente las cookies que deben caducar al final de la " -#~ "sesión actual. Estas cookies no se almacenan en el disco duro u otro " -#~ "dispositivo de almacenamiento de su equipo. En lugar de ello, se borran " -#~ "cuando se cierran todas las aplicaciones (como el navegador web) que las " -#~ "están utilizando.

    NOTA: Si activa esta opción se ignorará el " -#~ "comportamiento por omisión, así como las políticas específicas de cookies " -#~ "de cada sitio web.

    " - -#~ msgid "Automaticall&y accept session cookies" -#~ msgstr "&Aceptar automáticamente cookies de sesión" - -#~ msgid "" -#~ "\n" -#~ "Determines how cookies received from a remote machine will be handled: \n" -#~ "
      \n" -#~ "
    • Ask will cause KDE to ask for your confirmation whenever a " -#~ "server wants to set a cookie.
    • \n" -#~ "
    • Accept will cause cookies to be accepted without prompting you." -#~ "
    • \n" -#~ "
    • Accept until end of session will cause cookies to be accepted " -#~ "but they will expire at the end of the session.
    • \n" -#~ "
    • Reject will cause the cookiejar to refuse all cookies it " -#~ "receives.
    • \n" -#~ "

    \n" -#~ "NOTE: Domain specific policies, which can be set below, always " -#~ "take precedence over the default policy.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Determina el tratamiento que se dará a las «cookies» recibidas de una " -#~ "máquina remota:\n" -#~ "
      \n" -#~ "
    • Preguntar hará que KDE solicite confirmación cada vez que un " -#~ "servidor quiera establecer una «cookie».
    • \n" -#~ "
    • Aceptar hará que se acepten todas las «cookies» sin " -#~ "preguntarle.
    • \n" -#~ "
    • Aceptar hasta el final de la sesión hará que se acepten todas " -#~ "las «cookies», aunque expirarán al final de la sesión.
    • \n" -#~ "
    • Rechazar hará que se rechacen todas las «cookies» recibidas.\n" -#~ "

    \n" -#~ "NOTA: Las políticas específicas de dominios, que se puede " -#~ "establecer a continuación, siempre preceden a la política predefinida.\n" -#~ "" - -#~ msgid "Default Policy" -#~ msgstr "Política predeterminada" - -#~ msgid "Accep&t all cookies" -#~ msgstr "Acep&tar todas las cookies" - -#~ msgid "Accept &until end of session" -#~ msgstr "Aceptar &hasta el final de la sesión" - -#~ msgid "Ask &for confirmation" -#~ msgstr "Pedir con&firmación" - -#~ msgid "Re&ject all cookies" -#~ msgstr "Re&chazar todas las cookies" - -#~ msgid "" -#~ "\n" -#~ "To add a new policy, simply click on the Add... button and supply " -#~ "the necessary information. To change an existing policy, use the " -#~ "Change... button and choose the new policy from the policy dialog " -#~ "box. Clicking on the Delete button will remove the currently " -#~ "selected policy causing the default policy setting to be used for that " -#~ "domain, whereas Delete All will remove all the site specific " -#~ "policies.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Para añadir una nueva política, basta con que pulse el botón Añadir..." -#~ " y proporcione la información necesaria. Para cambiar una política " -#~ "existente, utilice el botón Cambiar... y seleccione la nueva " -#~ "política en el diálogo. Si pulsa el botón Borrar, se eliminará la " -#~ "política seleccionada provocando que para ese dominio se utilice la " -#~ "política predefinida, mientras que Borrar todo eliminará todas las " -#~ "políticas específicas de sitios.\n" -#~ "" - -#~ msgid "Site Policy" -#~ msgstr "Política del sitio" - -#~ msgid "Search interactively for domains" -#~ msgstr "Buscar dominios interactivamente" - -#~ msgid "Search..." -#~ msgstr "Buscar..." - -#~ msgid "" -#~ "\n" -#~ "List of sites for which you have set a specific cookie policy. Specific " -#~ "policies override the default policy setting for these sites.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Lista de sitios para los que se ha establecido una política de cookies " -#~ "predeterminada. Las políticas especificas ignoran a las predeterminadas " -#~ "en esos sitios concretos.\n" -#~ "" - -#~ msgid "Domain" -#~ msgstr "Dominio" - -#~ msgid "Policy" -#~ msgstr "Política" - -#~ msgid "&New..." -#~ msgstr "&Nuevo..." - -#~ msgid "Chan&ge..." -#~ msgstr "Ca&mbiar..." - -#~ msgid "Accept" -#~ msgstr "Aceptar" - -#~ msgid "Accept For Session" -#~ msgstr "Aceptar para la sesión" - -#~ msgid "Reject" -#~ msgstr "Rechazar" - -#~ msgid "Ask" -#~ msgstr "Preguntar" - -#~ msgid "Do Not Know" -#~ msgstr "No lo sé" - -#~ msgid "" -#~ "\n" -#~ "Enter the host or domain to which this policy applies, e.g. www.kde." -#~ "org or .kde.org.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Introduzca el servidor o dominio al que se aplican estas políticas, por " -#~ "ejemplo, www.kde.org o .kde.org.\n" -#~ "" - -#~ msgid "Site name:" -#~ msgstr "Nombre del sitio:" - -#~ msgid "" -#~ "Enter the host or domain name, e.g. .kde.org, this policy applies to." -#~ msgstr "" -#~ "Introduzca el nombre de la máquina o del dominio donde se aplica esta " -#~ "política, como kde.org." - -#~ msgid "" -#~ "\n" -#~ "Select the desired policy:\n" -#~ "

      \n" -#~ "
    • Accept - Allows this site to set cookies
    • \n" -#~ "
    • Accept until end of session - Allows this site to set cookies " -#~ "but they will expire at the end of the session.
    • \n" -#~ "
    • Reject - Refuse all cookies sent from this site
    • \n" -#~ "
    • Ask - Prompt when cookies are received from this site
    • \n" -#~ "
    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Seleccione la política deseada:\n" -#~ "
      \n" -#~ "
    • Aceptar - Permite que este sitio establezca cookies.
    • \n" -#~ "
    • Aceptar hasta el final de la sesión - Permite que este sitio " -#~ "establezca cookies, aunque expirarán al final de la sesión.
    • \n" -#~ "
    • Rechazar - Rechaza todas las cookies de este sitio.
    • \n" -#~ "
    • Preguntar - Pide confirmación cada vez que se reciben cookies " -#~ "de este sitio.
    • \n" -#~ "
    \n" -#~ "
    " - -#~ msgid "Policy:" -#~ msgstr "Política:" - -#~ msgid "Accept until end of session" -#~ msgstr "Aceptar hasta el fin de la sesión" - -#~ msgid "" -#~ "You have to restart the running applications for these changes to take " -#~ "effect." -#~ msgstr "" -#~ "Debe reiniciar las aplicaciones en ejecución para que estos cambios sean " -#~ "efectivos." - -#~ msgctxt "@title:window" -#~ msgid "Update Failed" -#~ msgstr "Actualización fallida" - -#~ msgid "You have to restart KDE for these changes to take effect." -#~ msgstr "Debe reiniciar KDE para que estos cambios tengan efecto." - -#~ msgid "Disable Passive FTP" -#~ msgstr "Desactivar FTP pasivo" - -#~ msgid "" -#~ "When FTP connections are passive the client connects to the server, " -#~ "instead of the other way round, so firewalls do not block the connection; " -#~ "old FTP servers may not support Passive FTP though." -#~ msgstr "" -#~ "Cuando las conexiones FTP son pasivas el cliente se conecta al servidor, " -#~ "en lugar de hacerlo a la inversa. De este modo, los cortafuegos no " -#~ "bloquean la conexión. Puede que los FTP antiguos no admitan el FTP pasivo." - -#~ msgid "Mark partially uploaded files" -#~ msgstr "Marcar los archivos parcialmente cargados" - -#~ msgid "" -#~ "While a file is being uploaded its extension is \".part\". When fully " -#~ "uploaded it is renamed to its real name." -#~ msgstr "" -#~ "Mientras se está cargando al servidor un archivo su extensión es «.part». " -#~ "Cuando se haya cargado por completo, se renombra con el nombre real." - -#~ msgid "Timeout Values" -#~ msgstr "Tiempos de espera" - -#~ msgid "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is 1 second." -#~ msgid_plural "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is %1 seconds." -#~ msgstr[0] "" -#~ "Aquí puede establecer los tiempos de desconexión. Puede querer ajustarlos " -#~ "si su conexión es muy lenta. El valor máximo permitido es 1 segundo." -#~ msgstr[1] "" -#~ "Aquí puede establecer los tiempos de desconexión. Puede querer ajustarlos " -#~ "si su conexión es muy lenta. El valor máximo permitido es %1 segundos." - -#~ msgid " second" -#~ msgid_plural " seconds" -#~ msgstr[0] " segundo" -#~ msgstr[1] " segundos" - -#~ msgid "Soc&ket read:" -#~ msgstr "Lectura de soc&ket:" - -#~ msgid "Pro&xy connect:" -#~ msgstr "Conexión de pro&xy:" - -#~ msgid "Server co&nnect:" -#~ msgstr "Co&nexión al servidor:" - -#~ msgid "&Server response:" -#~ msgstr "Respuesta del &servidor:" - -#~ msgid "Global Options" -#~ msgstr "Opciones globales" - -#~ msgid "Mark &partially uploaded files" -#~ msgstr "Marcar los archivos &parcialmente cargados" - -#~ msgid "" -#~ "

    Marks partially uploaded files through SMB, SFTP and other protocols.

    When this option is enabled, partially uploaded files will have a \"." -#~ "part\" extension. This extension will be removed once the transfer is " -#~ "complete.

    " -#~ msgstr "" -#~ "

    Marca los archivos parcialmente enviados por SMB, SFTP y otros " -#~ "protocolos.

    Cuando se activa esta opción, los archivos parcialmente " -#~ "enviados tendrán la extensión «.part». Esta extensión se eliminará una " -#~ "vez que la transferencia se haya completado.

    " - -#~ msgid " byte" -#~ msgid_plural " bytes" -#~ msgstr[0] " byte" -#~ msgstr[1] " bytes" - -#~ msgctxt "@label:spinbox" -#~ msgid "" -#~ "If cancelled, automatically delete partially uploaded files smaller than:" -#~ msgstr "" -#~ "Si se cancela, borrar de forma automática los archivos parcialmente " -#~ "descargados menores de:" - -#~ msgid "FTP Options" -#~ msgstr "Opciones FTP" - -#~ msgid "Enable passive &mode (PASV)" -#~ msgstr "Activar modo &pasivo (PASV)" - -#~ msgid "" -#~ "Enables FTP's \"passive\" mode. This is required to allow FTP to work " -#~ "from behind firewalls." -#~ msgstr "" -#~ "Activa el modo de FTP «pasivo». Esto es necesario para permitir que el " -#~ "FTP funcione tras cortafuegos." - -#~ msgid "" -#~ "

    Marks partially uploaded FTP files.

    When this option is enabled, " -#~ "partially uploaded files will have a \".part\" extension. This extension " -#~ "will be removed once the transfer is complete.

    " -#~ msgstr "" -#~ "

    Marca los archivos parcialmente cargados por FTP.

    Cuando se " -#~ "activa esta opción, los archivos parcialmente cargados tendrán una " -#~ "extensión «.part». Esta extensión será eliminada una vez que la " -#~ "transferencia se complete.

    " - -#~ msgctxt "@info" -#~ msgid "" -#~ "Not all applications will use this proxy setting. In particular, " -#~ "Firefox and Chromium or anything derived from them, or anything using " -#~ "QtWebEngine - which includes " -#~ "Konqueror using the " -#~ "WebEnginePart, Akregator and Falkon - will not use " -#~ "these settings. Some applications may allow the proxy to be configured in " -#~ "their own settings." -#~ msgstr "" -#~ "No todas las aplicaciones usarán estas preferencias de proxy. En " -#~ "particular, Firefox y Chromium o cualquiera derivada de ellas o que use " -#~ "QtWebEngine (lo que incluye a " -#~ "Konqueror cuando usa " -#~ "WebEnginePart, Akregator y Falkon) no usarán estas " -#~ "preferencias. Algunas aplicaciones pueden permitir la configuración del " -#~ "proxy con sus propias preferencias." - -#~ msgid "" -#~ "\n" -#~ "Setup proxy configuration.\n" -#~ "

    \n" -#~ "A proxy server is an intermediate machine that sits between your computer " -#~ "and the Internet and provides services such as web page caching and " -#~ "filtering. Caching proxy servers give you faster access to web sites you " -#~ "have already visited by locally storing or caching those pages; filtering " -#~ "proxy servers usually provide the ability to block out requests for ads, " -#~ "spam, or anything else you want to block.\n" -#~ "

    \n" -#~ "If you are uncertain whether or not you need to use a proxy server to " -#~ "connect to the Internet, consult your Internet service provider's setup " -#~ "guide or your system administrator.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Configuración del proxy.\n" -#~ "

    \n" -#~ "Un servidor proxy es una máquina intermedia que se coloca entre su " -#~ "máquina e Internet, y almacena las páginas que se visitan. Los servidores " -#~ "proxy caché proporcionan un acceso más rápido a las páginas ya visitadas, " -#~ "ya que se almacenan localmente en el servidor. Los proxys con filtrado " -#~ "permiten bloquear las peticiones de anuncios, el correo basura o " -#~ "cualquier otra cosa que quiera bloquear.\n" -#~ "

    \n" -#~ "Si no está seguro sobre la necesidad de un servidor proxy para conectarse " -#~ "a Internet, consulte la guía del proveedor de servicios de Internet o a " -#~ "su administrador del sistema.\n" -#~ "" - -#~ msgid "Connect to the Internet directly." -#~ msgstr "Conectar directamente a Internet." - -#~ msgid "No Proxy" -#~ msgstr "Sin proxy" - -#~ msgid "" -#~ "\n" -#~ "Automatically detect and configure the proxy settings.

    \n" -#~ "Automatic detection is performed using the Web Proxy Auto-Discovery " -#~ "Protocol (WPAD).

    \n" -#~ "NOTE: This option might not work properly or not work at all in " -#~ "some UNIX/Linux distributions.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Detectar automáticamente y configurar las opciones del proxy.

    \n" -#~ "La detección automática se realiza usando el Protocolo de " -#~ "descubrimiento automático Web (WPAD).

    \n" -#~ "NOTA:Esta opción puede no funcionar correctamente o no funcionar " -#~ "en absoluto en algunas distribuciones UNIX o Linux.\n" -#~ "" - -#~ msgid "Detect proxy configuration automatically" -#~ msgstr "Detectar la configuración del proxy automáticamente" - -#~ msgid "Use the specified proxy script to configure the proxy settings." -#~ msgstr "Usar el script de proxy especificado para configurar el proxy." - -#~ msgid "Use proxy auto configuration URL:" -#~ msgstr "Usar URL de configuración del proxy:" - -#~ msgid "Enter the address for the proxy configuration script." -#~ msgstr "Introducir la dirección del guion de configuración del proxy." - -#~ msgid "" -#~ "

    Use proxy settings defined on the system.

    \n" -#~ "

    Some platforms offer system wide proxy configuration information and " -#~ "selecting this option allows you to use those settings.

    \n" -#~ "

    On Mac platforms

    \n" -#~ "

    On Windows platforms

    \n" -#~ "

    On Unix and Linux platforms, such system proxy settings are usually " -#~ "defined through environment variables. The following environment " -#~ "variables are detected and used when present: HTTP_PROXY, " -#~ "HTTPS_PROXY, FTP_PROXY, NO_PROXY.

    \n" -#~ "
    " -#~ msgstr "" -#~ "

    Usar la configuración de proxy definida para el sistema.

    \n" -#~ "

    Algunas plataformas permiten configurar el proxy a nivel global para " -#~ "el sistema y, al seleccionar esta opción, permitirá que se usen dichas " -#~ "preferencias.

    \n" -#~ "

    En plataformas Mac

    \n" -#~ "

    En plataformas Windows

    \n" -#~ "

    En plataformas Unix y Linux, estas preferencias se suelen definir " -#~ "mediante variables de entorno. Si se detecta su presencia se usarán las " -#~ "siguientes variables de entorno: HTTP_PROXY, HTTPS_PROXY, " -#~ "FTP_PROXY, NO_PROXY.

    \n" -#~ "
    " - -#~ msgid "Use system proxy configuration:" -#~ msgstr "Usar configuración de proxy del sistema:" - -#~ msgid "" -#~ "Attempt automatic discovery of the environment variables used for " -#~ "setting system wide proxy information.

    This feature works by searching " -#~ "for commonly used variable names such as HTTP_PROXY, FTP_PROXY and " -#~ "NO_PROXY." -#~ msgstr "" -#~ "Intentar descubrir automáticamente las variables de entorno " -#~ "utilizadas para la configuración del proxy en todo el sistema.

    Esta " -#~ "característica funciona buscando nombres de variables utilizados " -#~ "normalmente como HTTP_PROXY, FTP_PROXY y NO_PROXY." - -#~ msgid "Auto D&etect" -#~ msgstr "D&etectar automáticamente" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTP_PROXY, used " -#~ "to store the address of the HTTP proxy server.

    \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt automatic discovery of this variable.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo " -#~ "HTTP_PROXY, utilizada para almacenar la dirección del servidor " -#~ "proxy de HTTP.

    \n" -#~ "También puede presionar el botón «Detectar automáticamente» para " -#~ "intentar descubrir automáticamente esa variable.

    \n" -#~ "
    " - -#~ msgid "HTTP Proxy:" -#~ msgstr "Proxy HTTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTPS_PROXY, used " -#~ "to store the address of the HTTPS proxy server.

    \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo " -#~ "HTTPS_PROXY, utilizada para almacenar la dirección del servidor " -#~ "proxy de HTTPS.

    \n" -#~ "También puede presionar el botón «Detectar automáticamente» para " -#~ "intentar descubrir automáticamente esa variable.

    \n" -#~ "
    " - -#~ msgid "SSL Proxy:" -#~ msgstr "Proxy SSL:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. FTP_PROXY, used " -#~ "to store the address of the FTP proxy server.

    \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo FTP_PROXY, utilizada para almacenar la dirección del servidor proxy de FTP.

    \n" -#~ "También puede presionar el botón «Detectar automáticamente» para " -#~ "intentar descubrir automáticamente esa variable.

    \n" -#~ "
    " - -#~ msgid "FTP Proxy:" -#~ msgstr "Proxy FTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, used " -#~ "to store the address of the SOCKS proxy server.

    \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo " -#~ "SOCKS_PROXY, utilizada para almacenar la dirección del servidor " -#~ "proxy SOCKS.

    \n" -#~ "También puede presionar el botón «Detectar automáticamente» para " -#~ "intentar descubrir automáticamente esa variable.

    \n" -#~ "
    " - -#~ msgid "SOCKS Proxy:" -#~ msgstr "Proxy SOCKS:" - -#~ msgid "" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, " -#~ "used to store the address of the SOCKS proxy server.

    Alternatively, you " -#~ "can click on the "Auto Detect" button to attempt an " -#~ "automatic discovery of this variable.

    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo " -#~ "SOCKS_PROXY, utilizada para almacenar la dirección del servidor " -#~ "proxy SOCKS.

    \n" -#~ "También puede presionar el botón «Detectar automáticamente» para " -#~ "intentar descubrir automáticamente esa variable.

    " - -#~ msgid "" -#~ "\n" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store the " -#~ "addresses of sites for which the proxy server should not be used.

    \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo NO_PROXY, utilizada para almacenar las direcciones de los servidores para los " -#~ "que no se debe utilizar un servidor proxy.

    \n" -#~ "También puede pulsar en el botón «Detectar automáticamente» para " -#~ "tratar de descubrir la variable automáticamente.\n" -#~ "" - -#~ msgid "Exceptions:" -#~ msgstr "Excepciones:" - -#~ msgid "" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store " -#~ "the addresses of sites for which the above proxy settings should not be " -#~ "used.

    Alternatively, you can click on the "Auto Detect" button to attempt an automatic discovery of this variable.

    " -#~ msgstr "" -#~ "Introduzca el nombre de la variable de entorno, por ejemplo " -#~ "NO_PROXY, utilizada para almacenar las direcciones de los " -#~ "servidores para los que no se debe utilizar un servidor proxy.

    También " -#~ "puede pulsar en el botón «Detectar automáticamente» para tratar de " -#~ "descubrir la variable automáticamente.

    " - -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Mostrar el &valor de las variables de entorno" - -#~ msgid "Manually enter proxy server configuration information." -#~ msgstr "Introducir manualmente los datos de configuración del proxy." - -#~ msgid "Use manually specified proxy configuration:" -#~ msgstr "Usar configuración de proxy manual:" - -#~ msgid "Enter the address of the HTTP proxy server." -#~ msgstr "Introducir la dirección del servidor proxy HTTP." - -#~ msgid "Port:" -#~ msgstr "Puerto:" - -#~ msgid "Enter the port number of the HTTP proxy server." -#~ msgstr "Introducir el número de puerto del servidor proxy HTTP." - -#~ msgid "Use this proxy server for a&ll protocols" -#~ msgstr "Usar este servidor proxy para todos &los protocolos" - -#~ msgid "Enter the address of the HTTPS proxy server." -#~ msgstr "Introducir la dirección del servidor proxy HTTP." - -#~ msgid "Enter the port number of the HTTPS proxy server." -#~ msgstr "Introducir el número de puerto del servidor proxy HTTPS." - -#~ msgid "Enter the address of the FTP proxy server." -#~ msgstr "Introducir la dirección del servidor proxy FTP." - -#~ msgid "Enter the port number of the FTP proxy server." -#~ msgstr "Introducir el número de puerto del servidor proxy FTP." - -#~ msgid "Enter the address of the SOCKS proxy server." -#~ msgstr "Introducir la dirección del servidor proxy SOCKS." - -#~ msgid "Enter the port number of the SOCKS proxy server." -#~ msgstr "Introducir el número de puerto del servidor proxy SOCKS." - -#~ msgid "" -#~ "\n" -#~ "

    Enter a comma separated list of hostnames or ip addresses that should " -#~ "be excluded from using the above proxy settings.

    \n" -#~ "

    If you want to exclude all hosts for a given domain, then simply enter " -#~ "the domain name preceded by a dot. For example, to exclude all hostnames " -#~ "for kde.org, enter .kde.org. Wildcard characters such as " -#~ "'*' or '?' are not supported and will have no effect.

    \n" -#~ "

    Additionally, you can also enter IP addresses, e.g. 127.0.0.1 and IP " -#~ "addresses with a subnet, e.g. 192.168.0.1/24.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "

    Introduzca una lista separada por comas con los nombres de servidores " -#~ "o las direcciones IP que se deben excluir al usar las preferencias de " -#~ "proxy anteriores.

    \n" -#~ "

    Si quiere excluir todos los servidores de un determinado dominio, " -#~ "introduzca el nombre del dominio precedido por un punto. Por ejemplo, " -#~ "para excluir todos los servidores de kde.org, introduzca .kde." -#~ "org. No se permite el uso de caracteres de comodín como «*» o «?», " -#~ "por lo que su uso no tendrá ningún efecto.

    \n" -#~ "

    De forma adicional, también puede introducir direcciones IP (como " -#~ "127.0.0.1) y direcciones IP con una subred ( como 192.168.0.1/24).

    \n" -#~ "
    " - -#~ msgid "" -#~ "\n" -#~ "Check this box if you want the above proxy settings to apply only to the " -#~ "addresses listed in the Exceptions list." -#~ msgstr "" -#~ "\n" -#~ "Marque esta casilla si quiere que las preferencias de proxy anteriores se " -#~ "apliquen solo a las direcciones de la lista de Excepciones." - -#~ msgid "Use proxy settings only for addresses in the Exceptions list" -#~ msgstr "" -#~ "Usar la configuración del proxy solo con las direcciones de la lista de " -#~ "Excepciones" - -#~ msgid "These settings apply to network browsing only." -#~ msgstr "Esta configuración solo afecta a la navegación de red." - -#~ msgid "Default password:" -#~ msgstr "Contraseña predeterminada:" - -#~ msgid " days" -#~ msgstr " días" - -#~ msgid "" -#~ "KDE's wastebin is configured to use the Finder's Trash.
    " -#~ msgstr "" -#~ "La papelera de KDE está configurada para usar la Papelera de " -#~ "Finder.
    " - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Emptying KDE's wastebin will remove only KDE's trash items, " -#~ "while
    emptying the Trash through the Finder will delete everything.KDE's trash items will show up in a folder called KDE.trash, " -#~ "in the Trash can." -#~ msgstr "" -#~ "Al vaciar la papelera de KDE se eliminarán solo los elementos de la " -#~ "papelera
    de KDE, mientras que al vaciar la Papelera usando el " -#~ "«Finder» se borrará todo.
    Los elementos de la papelera de KDE " -#~ "se mostrarán en una carpeta con el nombre «KDE.trash» dentro de la " -#~ "Papelera." - -#~ msgid "Delete files older than" -#~ msgstr "Borrar los archivos más antiguos de" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Check this box to allow automatic deletion of files that are older than the value specified. Leave this " -#~ "disabled to not automatically delete " -#~ "any items after a certain timespan" -#~ msgstr "" -#~ "Marque esta casilla para permitir el borrado automático de archivos anteriores al " -#~ "valor indicado. No la marque para no " -#~ "borrar automáticamente ningún elemento tras cierto período de tiempo." - -#~ msgid " day" -#~ msgid_plural " days" -#~ msgstr[0] " día" -#~ msgstr[1] " días" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Set the number of days that files can remain in the trash. Any " -#~ "files older than this will be automatically deleted." -#~ msgstr "" -#~ "Indique el número de días que los archivos pueden permanecer en la " -#~ "papelera. Cualquier archivo más antiguo se borrará automáticamente." - -#~ msgid "Cleanup:" -#~ msgstr "Limpieza:" - -#~ msgid "Limit to" -#~ msgstr "Limitar a" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Check this box to limit the trash to the maximum amount of disk " -#~ "space that you specify below. Otherwise, it will be unlimited." -#~ msgstr "" -#~ "Marque esta casilla para limitar el espacio máximo de disco que " -#~ "usará la papelera a la cantidad indicada a continuación. En caso " -#~ "contrario, no tendrá límite." - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "This is the maximum percent of disk space that will be used for the " -#~ "trash." -#~ msgstr "" -#~ "Este es el máximo porcentaje de espacio de disco que usará la " -#~ "papelera." - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "This is the calculated amount of disk space that will be allowed " -#~ "for the trash, the maximum." -#~ msgstr "" -#~ "Este es la cantidad calculada de espacio de disco que se permitirá " -#~ "usar a la papelera, el máximo." - -#~ msgid "Show a Warning" -#~ msgstr "Mostrar una advertencia" - -#~ msgid "Delete Oldest Files From Trash" -#~ msgstr "Borrar los archivos más antiguos de la papelera" - -#~ msgid "Delete Biggest Files From Trash" -#~ msgstr "Borrar los archivos más grandes de la papelera" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "When the size limit is reached, it will prefer to delete the type " -#~ "of files that you specify, first. If this is set to warn you, it will do " -#~ "so instead of automatically deleting files." -#~ msgstr "" -#~ "Cuando se alcanza el tamaño límite, se preferirá borrar en primer " -#~ "lugar el tipo de archivos que indique. Si se indica para que le avise, se " -#~ "actuará de esta forma en lugar de borrar archivos automáticamente." - -#~ msgid "Full Trash:" -#~ msgstr "Papelera llena:" - -#~ msgctxt "@title:column Name label from web search keyword column" -#~ msgid "Name" -#~ msgstr "Nombre" - -#~ msgctxt "@title:column" -#~ msgid "Keywords" -#~ msgstr "Palabras clave" - -#~ msgctxt "@title:column" -#~ msgid "Preferred" -#~ msgstr "Preferido" - -#~ msgctxt "@info:tooltip" -#~ msgid "" -#~ "Check this box to select the highlighted web search keyword as preferred." -#~ "Preferred web search keywords are used in places where only a few " -#~ "select keywords can be shown at one time." -#~ msgstr "" -#~ "Marque esta casilla para seleccionar la palabra clave de búsqueda web " -#~ "seleccionada como preferida.Las palabras clave de búsqueda web " -#~ "preferidas se usan en lugares en los que solo se pueden mostrar a la vez " -#~ "unas pocas palabras clave seleccionadas." - -#~ msgctxt "@item:inlistbox No default web search keyword" -#~ msgid "None" -#~ msgstr "Ninguna" - -#~ msgid "Search F&ilters" -#~ msgstr "F&iltros de búsqueda" - -#~ msgid "" -#~ "

    Enable or disable web search keywords.

    Web " -#~ "search keywords allow you to quickly access or search for information " -#~ "located online or on your hard drive.

    KDE comes with many " -#~ "predefined keywords. One such keyword can be used to perform a the Google " -#~ "(TM) search; to use it, you simply type the keyword 'gg' followed by the " -#~ "keyword delimiter and the search term, e.g. gg:KDE.

    " -#~ msgstr "" -#~ "

    Activar o desactivar palabras clave de búsqueda web." -#~ "

    Las palabras clave de búsqueda web le permiten acceder o buscar " -#~ "rápidamente información en línea o ubicada en su disco duro.

    KDE " -#~ "contiene numerosas palabras clave predefinidas. Una de estas palabras " -#~ "clave se puede usar para realizar búsquedas en Google (TM). Para usarla, " -#~ "escriba la palabra clave «gg» seguida por el delimitador de palabras " -#~ "clave y el término a buscar. Por ejemplo, gg:KDE.

    " - -#~ msgid "&Enable Web search keywords" -#~ msgstr "&Activar palabras clave de búsqueda en la Web" - -#~ msgid "&Use preferred keywords only" -#~ msgstr "&Usar solo las palabras clave favoritas" - -#~ msgid "Search for web search keywords" -#~ msgstr "Buscar palabras clave de búsqueda web" - -#~ msgid "Add a new Web search keyword" -#~ msgstr "Añadir nueva palabra clave de búsqueda web" - -#~ msgid "Modify the highlighted Web search keyword" -#~ msgstr "Modificar la palabra clave de búsqueda web resaltada" - -#~ msgid "Delete the highlighted Web search keyword" -#~ msgstr "Borrar la palabra clave de búsqueda web resaltada" - -#~ msgid "De&lete" -#~ msgstr "Bo&rrar" - -#~ msgid "" -#~ "\n" -#~ "Select the search engine to use for input boxes that provide automatic " -#~ "lookup services when you type in normal words and phrases instead of a " -#~ "URL. To disable this feature select None from the list.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Seleccione el motor de búsqueda a usar en los cuadros de entrada de texto " -#~ "para proporcionar servicios de búsqueda cuando teclee palabras y frases " -#~ "normales en lugar de un URL. Para desactivar esta función, seleccione " -#~ "Ninguno en la lista.\n" -#~ "" - -#~ msgid "Default Web &search keyword:" -#~ msgstr "Palabra clave de bú&squeda web por omisión:" - -#~ msgid "" -#~ "

    Select a default web search keyword.

    This " -#~ "allows applications to automatically convert the typed word or phrase to " -#~ "web search keyword queries when they cannot be filtered into a proper " -#~ "URL.

    To disable this functionality select None from the list.

    " -#~ msgstr "" -#~ "

    Seleccionar una palabra clave de búsqueda web por " -#~ "omisión.

    Esto permite que las aplicaciones conviertan " -#~ "automáticamente la palabra o frase escrita en consultas de palabras clave " -#~ "web cuando no sea posible usarla como una URL correcta.

    Para " -#~ "desactivar esta función seleccione Ninguna en la lista.

    " - -#~ msgid "" -#~ "Choose the delimiter that separates the keyword from the phrase or word " -#~ "to be searched." -#~ msgstr "" -#~ "Escoja el delimitador que separa la palabra clave de la frase o palabra a " -#~ "buscar." - -#~ msgid "&Keyword delimiter:" -#~ msgstr "&Delimitador de palabra clave:" - -#~ msgid "Choose a delimiter to mark the Web search keyword." -#~ msgstr "Escoja un delimitador para marcar la palabra clave de búsqueda web." - -#~ msgctxt "Colon as keyword delimiter" -#~ msgid "Colon" -#~ msgstr "Dos puntos" - -#~ msgctxt "Space as keyword delimiter" -#~ msgid "Space" -#~ msgstr "Espacio" - -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Por omisión" - -#~ msgid "Modify Web Shortcut" -#~ msgstr "Modificar acceso rápido Web" - -#~ msgid "New Web Shortcut" -#~ msgstr "Nuevo acceso rápido Web" - -#~ msgid "" -#~ "The shortcut \"%1\" is already assigned to \"%2\". Please choose a " -#~ "different one." -#~ msgstr "" -#~ "El acceso rápido «%1» ya está asignado a «%2». Por favor, elija uno " -#~ "diferente." - -#~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" -#~ msgid "- %1: \"%2\"" -#~ msgstr "- %1: \"%2\"" - -#~ msgid "" -#~ "The following shortcuts are already assigned. Please choose different " -#~ "ones.\n" -#~ "%1" -#~ msgstr "" -#~ "Los siguientes accesos rápidos ya están asignados. Por favor, elija " -#~ "otros.\n" -#~ "%1" - -#~ msgid "" -#~ "The Shortcut URL does not contain a \\{...} placeholder for the user " -#~ "query.\n" -#~ "This means that the same page is always going to be visited, regardless " -#~ "of the text typed in with the shortcut." -#~ msgstr "" -#~ "La URL del acceso rápido no contiene un parámetro \\{...} para la " -#~ "consulta del usuario.\n" -#~ "Esto significa que siempre se visitará la misma página, " -#~ "independientemente del texto escrito junto al acceso rápido." - -#~ msgid "Keep It" -#~ msgstr "Mantenerlo" - -#~ msgid "Enter the human-readable name of the search provider here." -#~ msgstr "Introduzca aquí el nombre inteligible del proveedor de búsqueda." - -#~ msgid "Shortcut &name:" -#~ msgstr "&Nombre del acceso rápido:" - -#~ msgid "" -#~ "\n" -#~ "Enter the URI that is used to perform a search on the search engine here." -#~ "
    The whole text to be searched for can be specified as \\{@} or \\{0}." -#~ "
    \n" -#~ "Recommended is \\{@}, since it removes all query variables (name=value) " -#~ "from the resulting string, whereas \\{0} will be substituted with the " -#~ "unmodified query string.
    You can use \\{1} ... \\{n} to specify " -#~ "certain words from the query and \\{name} to specify a value given by " -#~ "'name=value' in the user query.
    In addition it is possible to specify " -#~ "multiple references (names, numbers and strings) at once (\\{name1," -#~ "name2,...,\"string\"}).
    The first matching value (from the left) will " -#~ "be used as the substitution value for the resulting URI.
    A quoted " -#~ "string can be used as the default value if nothing matches from the left " -#~ "of the reference list.\n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca aquí el URI a usar para realizar una búsqueda en el motor de " -#~ "búsqueda.
    El texto completo a buscar se puede indicar como \\{@} o " -#~ "\\{0}.
    \n" -#~ "Se recomienda \\{@}, porque elimina todas las variables de consulta " -#~ "(nombre=valor) de la cadena resultante, mientras que \\{0} será " -#~ "sustituido por la cadena de consulta sin modificaciones.
    Puede usar " -#~ "\\{1} ... \\{n} para indicar ciertas palabras de la consulta y \\{nombre} " -#~ "para indicar un valor dado por «nombre=valor» en la consulta del usuario." -#~ "
    Además, es posible indicar varias referencias (nombres, números y " -#~ "cadenas) a la vez (\\{nombre1,nombre2,...,\"cadena\"}).
    Se usará el " -#~ "primer valor que coincida (empezando por la izquierda) como valor de " -#~ "sustitución en el URI resultante.
    Se puede usar una cadena " -#~ "entrecomillada como valor predeterminado si no hay nada que coincida por " -#~ "la izquierda en la lista de referencias.\n" -#~ "
    " - -#~ msgid "Shortcut &URL:" -#~ msgstr "&URL del acceso rápido:" - -#~ msgid "" -#~ "Select the character set that will be used to encode your search query." -#~ msgstr "" -#~ "Seleccione el juego de caracteres que se usará para codificar las " -#~ "consultas." - -#~ msgid "" -#~ "\n" -#~ "The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For " -#~ "example, the shortcut av can be used as in av:my search\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Los accesos rápidos introducidos aquí se pueden usar como un esquema de " -#~ "pseudo-URI en KDE. Por ejemplo, el acceso rápido av se puede usar " -#~ "como av:mi búsqueda\n" -#~ "" - -#~ msgid "" -#~ "

    Enter the human-readable name of the web shortcut " -#~ "here.

    " -#~ msgstr "" -#~ "

    Introduzca aquí el nombre comprensible del acceso " -#~ "rápido Web.

    " - -#~ msgid "&Shortcuts:" -#~ msgstr "&Accesos rápidos:" - -#~ msgid "" -#~ "Select the character set that will be used to encode your search query" -#~ msgstr "" -#~ "Seleccione el juego de caracteres que se usará para codificar las " -#~ "consultas" - -#~ msgid "&Charset:" -#~ msgstr "&Juego de caracteres:" - -#~ msgid "Insert query placeholder" -#~ msgstr "Inserte el parámetro de sustitución de la consulta" - -#~ msgid "Blocked request." -#~ msgstr "Petición bloqueada." - -#~ msgid "Unknown HTTP verb." -#~ msgstr "Verbo HTTP desconocido." - -#~ msgid "" -#~ "

    Cookies

    Cookies contain information that KDE applications " -#~ "using the HTTP protocol (like Konqueror) store on your computer, " -#~ "initiated by a remote Internet server. This means that a web server can " -#~ "store information about you and your browsing activities on your machine " -#~ "for later use. You might consider this an invasion of privacy.

    " -#~ "However, cookies are useful in certain situations. For example, they are " -#~ "often used by Internet shops, so you can 'put things into a shopping " -#~ "basket'. Some sites require you have a browser that supports cookies.

    Because most people want a compromise between privacy and the " -#~ "benefits cookies offer, the HTTP KIO worker offers you the ability to " -#~ "customize the way it handles cookies. So you might want to set the " -#~ "default policy to ask you whenever a server wants to set a cookie, " -#~ "allowing you to decide. For your favorite shopping web sites that you " -#~ "trust, you might want to set the policy to accept, then you can access " -#~ "the web sites without being prompted every time a cookie is received.

    " -#~ msgstr "" -#~ "

    Cookies

    Contienen información que las aplicaciones de KDE que " -#~ "usan el protocolo HTTP (como Konqueror) guardan en su equipo, iniciadas " -#~ "por un servidor remoto de Internet. Esto significa que un servidor web " -#~ "puede almacenar información sobre usted y sobre las actividades de su " -#~ "navegador en su máquina para usarlas después. Esto se puede considerar un " -#~ "ataque a su privacidad.

    Sin embargo, las cookies son útiles en " -#~ "ciertas situaciones. Por ejemplo, las usan en general las tiendas de " -#~ "Internet, de modo que uno puede «poner artículos en la cesta de la " -#~ "compra». Algunos sitios requieren un navegador que permita usar cookies.

    Dado que la mayoría de las personas quieren armonizar la privacidad " -#~ "y los beneficios ofrecidos por las cookies, el módulo de trabajo HTTP le " -#~ "permite configurar el modo de manejar las cookies. Por ello puede que " -#~ "desee configurar la política predeterminada para que le solicite su " -#~ "consentimiento cada vez que un servidor quiera enviar una cookie, para " -#~ "que usted decida. Para sus sitios de compra favoritos y en los que usted " -#~ "tiene confianza, puede configurar la política de aceptación, de forma que " -#~ "sea posible navegar por los sitios sin que le solicite su consentimiento " -#~ "cada vez que se reciba una cookie.

    " - -#~ msgid "

    Cookie Management Quick Help

    " -#~ msgstr "

    Ayuda rápida de la gestión de «cookies»

    " - -#~ msgid "" -#~ "

    Cookies

    Cookies contain information that KDE application using " -#~ "the HTTP protocol (like Konqueror) stores on your computer from a remote " -#~ "Internet server. This means that a web server can store information about " -#~ "you and your browsing activities on your machine for later use. You might " -#~ "consider this an invasion of privacy.

    However, cookies are useful " -#~ "in certain situations. For example, they are often used by Internet " -#~ "shops, so you can 'put things into a shopping basket'. Some sites require " -#~ "you have a browser that supports cookies.

    Because most people want " -#~ "a compromise between privacy and the benefits cookies offer, KDE offers " -#~ "you the ability to customize the way it handles cookies. You might, for " -#~ "example want to set KDE's default policy to ask you whenever a server " -#~ "wants to set a cookie or simply reject or accept everything. For example, " -#~ "you might choose to accept all cookies from your favorite shopping web " -#~ "site. For this all you have to do is either browse to that particular " -#~ "site and when you are presented with the cookie dialog box, click on " -#~ "This domain under the 'apply to' tab and choose accept or simply " -#~ "specify the name of the site in the Domain Specific Policy tab " -#~ "and set it to accept. This enables you to receive cookies from trusted " -#~ "web sites without being asked every time KDE receives a cookie.

    " -#~ msgstr "" -#~ "

    Cookies

    Las cookies contienen información que las aplicaciones " -#~ "de KDE que usan el protocolo HTTP (como Konqueror) almacena en su " -#~ "máquina, enviadas desde un servidor remoto de Internet. Esto significa " -#~ "que un servidor web puede almacenar información sobre sus actividades de " -#~ "navegación en su máquina para usarlas después. Esto se puede considerar " -#~ "un ataque a su privacidad.

    Sin embargo, las cookies son útiles en " -#~ "ciertas situaciones. Por ejemplo, las usan generalmente las tiendas en " -#~ "Internet, de modo que pueda poner «cosas» en la cesta de la compra. " -#~ "Algunos sitios requieren un navegador que permita el uso de cookies.

    Como la mayoría de las personas prefieren armonizar la privacidad y " -#~ "los beneficios ofrecidos por las cookies. KDE le permite personalizar la " -#~ "manera como se manejan las cookies. Usted podría, por ejemplo, configurar " -#~ "la política por omisión de modo que le pregunte cada vez que un servidor " -#~ "quiera enviarle una cookie, o bien que las acepte todas o que las rechace " -#~ "todas. Por ejemplo, puede desear aceptar todas las cookies de su lugar de " -#~ "compras favorito en la web Para ello tiene que, o bien navegar por dicho " -#~ "lugar y cuando se le presente la primera cookie en el cuadro de diálogo, " -#~ "pulsar sobre Este dominio en la pestaña Aplicar y elegir " -#~ "aceptar, o simplemente especificar el nombre del lugar en la pestaña " -#~ "Política específica de dominio y configurarlo para que lo acepte. " -#~ "Esto le permitirá recibir cookies, desde sitios de confianza, sin " -#~ "solicitar confirmación cada vez que KDE reciba una cookie.

    " - -#~ msgid "" -#~ "

    Network Preferences

    Here you can define the behavior of KDE " -#~ "programs when using Internet and network connections. If you experience " -#~ "timeouts or use a modem to connect to the Internet, you might want to " -#~ "adjust these settings." -#~ msgstr "" -#~ "

    Configuración de red

    Aquí puede definir el comportamiento de " -#~ "programas de KDE cuando use Internet y la conexiones de red. Si " -#~ "experimenta desconexiones y problemas o tiene que esperar mucho tras un " -#~ "modem, puede querer que ajustar estos valores." - -#~ msgid "" -#~ "

    Proxy

    A proxy server is an intermediate program that sits " -#~ "between your machine and the Internet and provides services such as web " -#~ "page caching and/or filtering.

    Caching proxy servers give you " -#~ "faster access to sites you have already visited by locally storing or " -#~ "caching the content of those pages; filtering proxy servers, on the other " -#~ "hand, provide the ability to block out requests for ads, spam, or " -#~ "anything else you want to block.

    Note: Some proxy servers " -#~ "provide both services.

    " -#~ msgstr "" -#~ "

    Proxy

    Un servidor proxy es una programa intermedio que se " -#~ "coloca entre su máquina e Internet y proporciona varios servicios como " -#~ "almacenamiento temporal de páginas web y/o filtrado.

    Los servidores " -#~ "proxy que almacenan páginas proporcionan un acceso más rápido a las " -#~ "páginas ya visitadas, puesto que se almacenan localmente en dichos " -#~ "servidores. Los servidores proxy que filtran le permiten bloquear " -#~ "solicitudes para añadir anuncios, correo basura o cualquier otro tipo de " -#~ "contenido que quiera bloquear.

    Nota:Algunos servidores proxy " -#~ "proporcionan ambos servicios.

    " - -#~ msgid "" -#~ "

    Windows Shares

    Applications using the SMB KIO worker (like " -#~ "Konqueror) are able to access shared Microsoft Windows file systems, if " -#~ "properly configured.

    You can specify here the credentials used to " -#~ "access the shared resources. Passwords will be stored locally, and " -#~ "scrambled so as to render them unreadable to the human eye. For security " -#~ "reasons, you may not want to do that, as entries with passwords are " -#~ "clearly indicated as such.

    " -#~ msgstr "" -#~ "

    Recursos compartidos de Windows

    Las aplicaciones que usan el " -#~ "módulo de trabajo KIO para SMB (como Konqueror) son capaces de acceder a " -#~ "sistemas de archivos compartidos de Microsoft Windows, si están bien " -#~ "configurados.

    Aquí puede indicar las credenciales a usar para " -#~ "acceder a dichos recursos compartidos. Las contraseñas se guardarán de " -#~ "forma local, codificadas para que resulten ilegibles al ojo humano. Por " -#~ "motivos de seguridad, tal vez no desee hacer esto, ya que las entradas " -#~ "que contienen contraseñas están claramente marcadas como tales.

    " - -#~ msgid "Web Search Keywords" -#~ msgstr "Palabras clave de búsqueda web" - -#~ msgid "Configure enhanced browsing features" -#~ msgstr "Configurar las funciones avanzadas de navegación" - -#~ msgid "" -#~ "

    Enhanced Browsing

    In this module you can configure some enhanced " -#~ "browsing features of KDE.

    Web Search Keywords

    Web Search Keywords " -#~ "are a quick way of using Web search engines. For example, type " -#~ "\"duckduckgo:frobozz\" or \"dd:frobozz\" and your web browser will do a " -#~ "search on DuckDuckGo for \"frobozz\". Even easier: just press Alt+F2 (if " -#~ "you have not changed this keyboard shortcut) and enter the shortcut in " -#~ "the Run Command dialog." -#~ msgstr "" -#~ "

    Navegación mejorada

    En este módulo podrá configurar algunas " -#~ "funcionalidades de navegación mejorada de KDE.

    Palabras clave web Las palabras clave web son un modo rápido de usar los motores de " -#~ "búsqueda de la Web. Por ejemplo, escriba «duckduckgo:kde» o «dd:kde» para " -#~ "que su navegador web busque «kde» en DuckDuckGo. Todavía más fácil: pulse " -#~ "Alt+F2 (si no ha modificado este acceso rápido de teclado) e introduzca " -#~ "el acceso rápido en el diálogo de ejecutar órdenes." - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "In this module you can configure the web search keywords feature. " -#~ "Web search keywords allow you to quickly search or lookup words on the " -#~ "Internet. For example, to search for information about the KDE project " -#~ "using the Google engine, you simply type gg:KDE or " -#~ "google:KDE.If you select a default " -#~ "search engine, then you can search for normal words or phrases by simply " -#~ "typing them into the input widget of applications that have built-in " -#~ "support for such a feature, e.g Konqueror." -#~ msgstr "" -#~ "En este módulo puede configurar la función de palabras clave de " -#~ "búsqueda web. Las palabras clave de búsqueda web le permiten buscar " -#~ "rápidamente palabras en Internet. Por ejemplo, para buscar información " -#~ "sobre el proyecto KDE usando el motor de Google, simplemente escriba " -#~ "gg:KDE o google:KDE.Si selecciona un motor de búsqueda predeterminado, podrá " -#~ "buscar palabras normales o frases solo con introducirlas en un componente " -#~ "de entrada en las aplicaciones que proporcionen esta función, como " -#~ "Konqueror." - -#~ msgid "Using sub-URLs with %1 is not supported." -#~ msgstr "El uso de subURL con %1 no está permitido." - -#~ msgid "&Yes" -#~ msgstr "&Sí" - -#~ msgid "&No" -#~ msgstr "&No" - -#~ msgid "A file or folder named %1 already exists." -#~ msgstr "Ya existe un archivo o carpeta denominado %1." - -#~ msgid "You do not have permission to create that folder." -#~ msgstr "No tiene permisos para crear esa carpeta." - -#~ msgid "The desktop is offline" -#~ msgstr "El escritorio está desconectado" - -#~ msgid "mounting is not supported by Windows CE." -#~ msgstr "Windows CE no permite montar." - -#~ msgid "unmounting is not supported by Windows CE." -#~ msgstr "Windows CE no permite desmontar." - -#~ msgid "" -#~ "The desktop entry of type\n" -#~ "%1\n" -#~ "is unknown." -#~ msgstr "" -#~ "La entrada del escritorio de tipo\n" -#~ "%1\n" -#~ "es desconocida." - -#~ msgid "" -#~ "The desktop entry file\n" -#~ "%1\n" -#~ "is of type FSDevice but has no Dev=... entry." -#~ msgstr "" -#~ "El archivo de entradas del escritorio\n" -#~ "%1\n" -#~ "es del tipo «FSDevice», pero no tiene entrada Dev=..." - -#~ msgid "Mount" -#~ msgstr "Montar" - -#~ msgid "Unmount" -#~ msgstr "Desmontar" - -#~ msgid "" -#~ "Unable to run the command specified. The file or folder %1 " -#~ "does not exist." -#~ msgstr "" -#~ "No se puede ejecutar la orden indicada. El archivo o carpeta %1 no existe." - -#~ msgid "Could not find any application or handler for %1" -#~ msgstr "No se ha podido encontrar ninguna aplicación ni manejador para %1" - -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Pegar archivo" -#~ msgstr[1] "&Pegar %1 archivos" - -#~ msgid "&Paste URL" -#~ msgid_plural "&Paste %1 URLs" -#~ msgstr[0] "&Pegar URL" -#~ msgstr[1] "&Pegar %1 URL" - -#~ msgid "None" -#~ msgstr "Ninguno" - -#~ msgid "Multiple Instances" -#~ msgstr "Múltiples instancias" - -#~ msgid "Single Instance" -#~ msgstr "Única instancia" - -#~ msgid "Run Until Finished" -#~ msgstr "Ejecutar hasta finalizar" - -#~ msgid "D-Bus registration:" -#~ msgstr "Registro de D-Bus:" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Images" -#~ msgstr "Imágenes" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Audio" -#~ msgstr "Sonido" - -#~ msgctxt "@info" -#~ msgid "" -#~ "Do you really want to permanently delete this item?%1This action cannot be undone." -#~ msgstr "" -#~ "¿Realmente desea borrar de forma permanente este elemento?" -#~ "%1Esta acción no se puede deshacer." - -#~ msgid "Co&mmand:" -#~ msgstr "&Orden:" - -#~ msgid "Zoom out" -#~ msgstr "Reducir" - -#~ msgid "Zoom in" -#~ msgstr "Ampliar" - -#~ msgid "Icon size: %1 pixels (standard size)" -#~ msgstr "Tamaño del icono: %1 píxeles (tamaño estándar)" - -#~ msgid "Open %1 in tab" -#~ msgstr "Abrir %1 en una pestaña" - -#~ msgid "Authentication is required to change this file's permissions." -#~ msgstr "" -#~ "Se necesita autenticación para cambiar los permisos de este archivo." - -#~ msgid "Authentication is required to change who owns this file." -#~ msgstr "" -#~ "Se necesita autenticación para cambiar el propietario de este archivo." - -#~ msgid "Authentication is required to delete this file." -#~ msgstr "Se necesita autenticación para borrar este archivo." - -#~ msgid "Authentication is required to create a folder." -#~ msgstr "Se necesita autenticación para crear una carpeta." - -#~ msgid "Authentication is required to open this file." -#~ msgstr "Se necesita autenticación para abrir este archivo." - -#~ msgid "Authentication is required to open this folder." -#~ msgstr "Se necesita autenticación para abrir esta carpeta." - -#~ msgid "Authentication is required to rename this file." -#~ msgstr "Se necesita autenticación para cambiar el nombre de este archivo." - -#~ msgid "Authentication is required to delete this folder." -#~ msgstr "Se necesita autenticación para borrar esta carpeta." - -#~ msgid "Authentication is required to create a symlink." -#~ msgstr "Se necesita autenticación para crear un enlace simbólico." - -#~ msgid "Authentication is required to modify this file's last updated time." -#~ msgstr "" -#~ "Se necesita autenticación para modificar la fecha de última actualización " -#~ "de este archivo." - -#~ msgid "Authentication is required to copy this item." -#~ msgstr "Se necesita autenticación para copiar este elemento." - -#~ msgid "Authentication is required to perform this action." -#~ msgstr "Se necesita autenticación para realizar esta acción." - -#~ msgid "KFilePropsPluginWidget" -#~ msgstr "KFilePropsPluginWidget" - -#~ msgid "KSqueezedTextLabel" -#~ msgstr "KSqueezedTextLabel" - -#~ msgid "&Unmount '%1'" -#~ msgstr "&Desmontar «%1»" - -#~ msgid "&Eject '%1'" -#~ msgstr "&Expulsar «%1»" - -#~ msgid "&Edit Entry '%1'..." -#~ msgstr "&Editar la entrada «%1»..." - -#~ msgid "&Hide Entry '%1'" -#~ msgstr "&Ocultar la entrada «%1»" - -#~ msgid "&Remove Entry '%1'" -#~ msgstr "Elimina&r la entrada «%1»" - -#~ msgid "Invalid Directory Name" -#~ msgstr "Nombres de directorio no válido" - -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "No se ha podido crear una carpeta con el nombre %1porque está reservado para que lo use el sistema operativo." - -#~ msgid "File Type Options" -#~ msgstr "Opciones de tipo de archivo" - -#~ msgid "Edit Entry..." -#~ msgstr "Editar entrada..." - -#~ msgid "Delete Entry" -#~ msgstr "Borrar entrada" - -#~ msgid "Cannot talk to klauncher: %1" -#~ msgstr "No se puede dialogar con klauncher: %1" - -#~ msgid "klauncher said: %1" -#~ msgstr "klauncher ha respondido: %1" - -#~ msgid "Custom Path" -#~ msgstr "Ruta personalizada" - -#~ msgid "" -#~ "The trash has reached its maximum size!\n" -#~ "Cleanup the trash manually." -#~ msgstr "" -#~ "La papelera ha alcanzado su tamaño máximo.\n" -#~ "Vacíe la papelera manualmente." - -#~ msgid "'%1' is not an executable file." -#~ msgstr "«%1» no es un archivo ejecutable." - -#~ msgid "'%1' not found, please type a valid program name." -#~ msgstr "No se encuentra «%1». Escriba un nombre de programa válido." - -#~ msgid "No Media inserted or Media not recognized." -#~ msgstr "No hay ningún medio insertado o reconocido." - -#~ msgid "\"vold\" is not running." -#~ msgstr "«vold» no está ejecutándose." - -#~ msgid "unmounting is not supported by wince." -#~ msgstr "Wince no permite desmontar." - -#~ msgid "File name:" -#~ msgstr "Nombre de archivo:" - -#~ msgid "" -#~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " -#~ "pages are stored. If you want to retrieve a web page again that you have " -#~ "recently read, it will not be downloaded from the Internet, but rather " -#~ "retrieved from the cache, which is a lot faster.

    " -#~ msgstr "" -#~ "

    Caché

    Este módulo permite configurar las opciones de la caché." -#~ "

    Esta caché específica es un área del disco donde se guardan las " -#~ "páginas Web más recientes. Si usted desea cargar nuevamente una página " -#~ "leída recientemente, no la obtendrá de Internet, sino de la caché, que es " -#~ "mucho más rápida.

    " - -#~ msgid "" -#~ "Check this box if you want the web pages you visit to be stored on your " -#~ "hard disk for quicker access. The stored pages will only be updated as " -#~ "needed instead of on every visit to that site. This is especially useful " -#~ "if you have a slow connection to the Internet." -#~ msgstr "" -#~ "Active esta casilla si desea que las páginas web visitadas se almacenen " -#~ "en el disco duro para un acceso más rápido. Las páginas web almacenadas " -#~ "se actualizarán según sea necesario en vez de durante cada visita. Esto " -#~ "resulta útil si dispone de una conexión lenta a Internet." - -#~ msgid "&Use cache" -#~ msgstr "&Usar caché" - -#~ msgid "" -#~ "Verify whether the cached web page is valid before attempting to fetch " -#~ "the web page again." -#~ msgstr "" -#~ "Verificar si la página almacena es válida antes de intentar volver a " -#~ "descargarla." - -#~ msgid "&Keep cache in sync" -#~ msgstr "Ma&ntener caché sincronizada" - -#~ msgid "" -#~ "Always use documents from the cache when available. You can still use the " -#~ "reload button to synchronize the cache with the remote host." -#~ msgstr "" -#~ "Utilizar siempre documentos almacenados si están disponibles. Puede " -#~ "utilizar el botón de recarga para sincronizar la caché con el servidor " -#~ "remoto." - -#~ msgid "Use cache whenever &possible" -#~ msgstr "Usar caché si es &posible" - -#~ msgid "" -#~ "Do not fetch web pages that are not already stored in the cache. Offline " -#~ "mode prevents you from viewing pages that you have not previously visited." -#~ msgstr "" -#~ "No descargar páginas web que ya estén almacenadas localmente. El modo " -#~ "fuera de línea impide ver páginas que no hayan sido visitadas previamente." - -#~ msgid "O&ffline browsing mode" -#~ msgstr "Modo de navegación &desconectado" - -#~ msgid "Disk cache &size:" -#~ msgstr "Tamaño de caché de di&sco:" - -#~ msgid " KiB" -#~ msgstr " KiB" - -#~ msgid "C&lear Cache" -#~ msgstr "&Limpiar la caché" - -#~ msgctxt "@title:window" -#~ msgid "Add Identification" -#~ msgstr "Añadir identificación" - -#~ msgctxt "@title:window" -#~ msgid "Modify Identification" -#~ msgstr "Modificar identificación" - -#~ msgid "" -#~ "
    Found an existing identification for
    %1
    Do you " -#~ "want to replace it?
    " -#~ msgstr "" -#~ "
    Ya existe una identificación para
    %1
    ¿Desea " -#~ "reemplazarla?
    " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Identification" -#~ msgstr "Duplicar identificación" - -#~ msgid "" -#~ "

    Browser Identification

    The browser-identification module " -#~ "allows you to have full control over how KDE applications using the HTTP " -#~ "protocol (like Konqueror) will identify itself to web sites you browse.

    This ability to fake identification is necessary because some web " -#~ "sites do not display properly when they detect that they are not talking " -#~ "to current versions of either Netscape Navigator or Internet Explorer, " -#~ "even if the browser actually supports all the necessary features to " -#~ "render those pages properly. For such sites, you can use this feature to " -#~ "try to browse them. Please understand that this might not always work, " -#~ "since such sites might be using non-standard web protocols and or " -#~ "specifications.

    NOTE: To obtain specific help on a " -#~ "particular section of the dialog box, simply click on the quick help " -#~ "button on the window title bar, then click on the section for which you " -#~ "are seeking help.

    " -#~ msgstr "" -#~ "

    Identificación del navegador

    El módulo de identificación del " -#~ "navegador le permite tener control total sobre cómo las aplicaciones de " -#~ "KDE que usan el protocolo HTTP (como Konqueror) se identifican a sí " -#~ "mismas ante los servidores que visiten.

    Esta capacidad para falsear " -#~ "la identidad es necesaria porque algunos servidores web no muestran " -#~ "adecuadamente su contenido si detectan que no están negociando con " -#~ "versiones actualizadas de Netscape Navigator o de Internet Explorer, " -#~ "aunque su navegador permita usar todas las funcionalidades necesarias " -#~ "para mostrar dichas páginas de forma correcta. Puede usar esta función " -#~ "para intentar navegar por dichos sitios. Tenga en cuenta que esto no " -#~ "garantiza que la página funcione, pues algunas usan protocolos o " -#~ "especificaciones que no son estándares.

    NOTA: Para obtener " -#~ "ayuda específica de una sección en particular del cuadro de diálogo, " -#~ "pulse en el botón de ayuda rápida que hay en la barra de título y a " -#~ "continuación en la sección sobre la que necesita ayuda.

    " - -#~ msgid "" -#~ "\n" -#~ "Here you can modify the default browser-identification text or set a site " -#~ "(eg. www.kde.org) or a domain (eg. kde.org) " -#~ "specific identification text.

    \n" -#~ "To add a new site-specific identification text, click the New button and supply the necessary information. To change an existing " -#~ "site-specific entry, click on the Change button. The " -#~ "Delete button will remove the selected site-specific " -#~ "identification text, causing the default setting to be used for that site " -#~ "or domain.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Aquí puede modificar el texto predefinido de identificación del " -#~ "navegador, o establecer un texto de identificación específico para un " -#~ "sitio (p.e. www.kde.org) o un dominio (p.e. kde.org).

    \n" -#~ "Para añadir un texto identificativo específico para un nuevo sitio, pulse " -#~ "el botón Nuevo y proporcione la información necesaria. Para " -#~ "cambiar el texto para un sitio específico ya existente, pulse el botón " -#~ "Cambiar. El botón Borrar eliminará el texto " -#~ "identificativo para un sitio específico, provocando que, en su lugar, se " -#~ "utilice la identificación predefinida.\n" -#~ "" - -#~ msgid "" -#~ "\n" -#~ "Send the browser identification to web sites.

    \n" -#~ "NOTE: Many sites rely on this information to display pages " -#~ "properly, hence, it is highly recommended that you do not totally disable " -#~ "this feature but rather customize it.

    \n" -#~ "By default, only minimal identification information is sent to remote " -#~ "sites. The identification text that will be sent is shown below.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Enviar cadena de identificación del navegador a los sitios web.

    \n" -#~ "NOTA: Muchos sitios necesitan esa información para mostrar páginas " -#~ "adecuadamente, por tanto, es muy recomendable que personalice esta opción " -#~ "en lugar de desactivarla completamente.

    \n" -#~ "De forma predeterminada, solo se envía una mínima información de " -#~ "identificación a los sitios remotos. La cadena de texto que se envía se " -#~ "muestra a continuación.\n" -#~ "" - -#~ msgid "&Send identification" -#~ msgstr "&Enviar identificación" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. Use the " -#~ "provided options to customize it." -#~ msgstr "" -#~ "La cadena de identificación del navegador enviadas a los sitios " -#~ "visitados. Utilice las opciones proporcionadas para personalizarla." - -#~ msgid "Default Identification" -#~ msgstr "Identificación predeterminada" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. You can " -#~ "customize it using the options provided below." -#~ msgstr "" -#~ "La cadena de identificación del navegador enviadas a los sitios " -#~ "visitados. Puede utilizar las opciones proporcionadas para personalizarla." - -#~ msgid "" -#~ "Includes your operating system's name in the browser identification text." -#~ msgstr "" -#~ "Incluye el nombre del sistema operativo en la cadena de identificación." - -#~ msgid "Add operating s&ystem name" -#~ msgstr "Añadir nombre del &sistema operativo" - -#~ msgid "" -#~ "Includes your operating system's version number in the browser " -#~ "identification text." -#~ msgstr "" -#~ "Incluye la versión del sistema operativo en la cadena de identificación." - -#~ msgid "Add operating system &version" -#~ msgstr "Añadir &versión del sistema operativo" - -#~ msgid "Includes your machine's CPU type in the browser identification text." -#~ msgstr "Incluye el tipo de CPU del equipo en la cadena de identificación." - -#~ msgid "Add &machine (processor) type" -#~ msgstr "Añadir tipo de &máquina (procesador)" - -#~ msgid "" -#~ "Includes your language settings in the browser identification text to " -#~ "obtain localized versions of the page." -#~ msgstr "" -#~ "Incluye sus opciones de idioma en la cadena de identificación del " -#~ "navegador para obtener versiones localizadas de la página." - -#~ msgid "Add lang&uage information" -#~ msgstr "Añadir información del &idioma" - -#~ msgid "Site Specific Identification" -#~ msgstr "Identificación específica del sitio" - -#~ msgid "Site Name" -#~ msgstr "Nombre del sitio" - -#~ msgid "Identification" -#~ msgstr "Identificación" - -#~ msgid "User Agent" -#~ msgstr "Agente de usuario" - -#~ msgid "Add new identification text for a site." -#~ msgstr "Añadir nueva cadena de identificación para un sitio." - -#~ msgid "Change the selected identifier text." -#~ msgstr "Cambiar la cadena de identificación seleccionada." - -#~ msgid "Delete the selected identifier text." -#~ msgstr "Borrar la cadena de identificación seleccionada." - -#~ msgid "Delete all identifiers." -#~ msgstr "Borrar todos los identificadores." - -#~ msgid "" -#~ "\n" -#~ "Enter the site or domain name where a fake browser identification should " -#~ "be used.

    \n" -#~ "NOTE: Wildcard syntax such as \\\"*,?\\\" is NOT allowed: instead, " -#~ "use the top level address of a site to make generic matches; for example, " -#~ "if you want all KDE sites to receive a fake browser identification, you " -#~ "would enter kde.org - the fake identity would then be sent " -#~ "to any KDE site that ends with kde.org.

    \n" -#~ "
    " -#~ msgstr "" -#~ "\n" -#~ "Introduzca el sitio o nombre de dominio donde se debería utilizar una " -#~ "identidad de navegador falsa.

    \n" -#~ "NOTA: La sintaxis de comodines («*,?») NO está permitida: en su " -#~ "lugar, introduzca la dirección raíz de cualquier sitio para hacer " -#~ "consultas genéricas; por ejemplo, si desea que todos los sitios de KDE " -#~ "reciban una identidad del navegador falsa, debería introducir kde." -#~ "org. Esta se enviará a todos los sitios de KDE que terminen en " -#~ "kde.org.

    \n" -#~ "
    " - -#~ msgid "&When browsing the following site:" -#~ msgstr "Cuando se conecte al siguien&te sitio:" - -#~ msgid "" -#~ "\n" -#~ "Select the browser identification to use whenever contacting the site you " -#~ "specified above.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Seleccione la identificación del navegador a usar siempre que contacte el " -#~ "sitio o nombre de dominio introducido más arriba.\n" -#~ "" - -#~ msgid "&Use the following identification:" -#~ msgstr "&Usar la siguiente identificación:" - -#~ msgid "" -#~ "\n" -#~ "The actual browser identification text that will be sent to the remote " -#~ "machine.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "El texto de la identificación del navegador que se enviará al servidor " -#~ "remoto.\n" -#~ "" - -#~ msgid "Real identification:" -#~ msgstr "Identificación real:" - -#~ msgid "De&vice" -#~ msgstr "Dispositi&vo" - -#~ msgid "Device (/dev/fd0):" -#~ msgstr "Dispositivo (/dev/fd0):" - -#~ msgid "Device:" -#~ msgstr "Dispositivo:" - -#~ msgid "Read only" -#~ msgstr "Solo lectura" - -#~ msgid "File system:" -#~ msgstr "Sistema de archivos:" - -#~ msgid "Mount point (/mnt/floppy):" -#~ msgstr "Punto de montaje (/mnt/floppy):" - -#~ msgid "Mount point:" -#~ msgstr "Punto de montaje:" - -#~ msgid "" -#~ "URL cannot be listed\n" -#~ "%1" -#~ msgstr "" -#~ "No se puede listar la URL\n" -#~ "%1" - -#~ msgid "Invalid link target" -#~ msgstr "Destino de enlace no válido" - -#~ msgid "Add Network Folder" -#~ msgstr "Añadir carpeta de red" - -#, fuzzy -#~| msgctxt "@info" -#~| msgid "" -#~| "Do you really want to permanently delete this item?This action cannot be undone." -#~| msgid_plural "" -#~| "Do you really want to permanently delete these %1 items?This action cannot be undone." -#~ msgctxt "@info" -#~ msgid "" -#~ "Do you really want to permanently delete these %1 items?This action cannot be undone." -#~ msgstr "" -#~ "¿Realmente desea borrar de forma permanente este elemento?Esta acción no se puede deshacer." - -#, fuzzy -#~| msgid "Do you really want to move this item to the Trash?" -#~| msgid_plural "Do you really want to move these %1 items to the Trash?" -#~ msgctxt "@info" -#~ msgid "Do you really want to move these %1 items to the Trash?" -#~ msgstr "¿Realmente desea mover este elemento a la Papelera?" - -#~ msgid "Enter the certificate password:" -#~ msgstr "Introduzca la contraseña del certificado:" - -#~ msgid "SSL Certificate Password" -#~ msgstr "Contraseña del certificado SSL" - -#~ msgid "Unable to open the certificate. Try a new password?" -#~ msgstr "" -#~ "No se ha podido abrir el certificado. ¿Desea intentar una nueva " -#~ "contraseña?" - -#~ msgid "The procedure to set the client certificate for the session failed." -#~ msgstr "" -#~ "El procedimiento para establecer el certificado del cliente para la " -#~ "sesión falló." - -#~ msgid "" -#~ "You have indicated that you wish to accept this certificate, but it is " -#~ "not issued to the server who is presenting it. Do you wish to continue " -#~ "loading?" -#~ msgstr "" -#~ "Ha indicado que desea aceptar este certificado, pero no está expedido al " -#~ "servidor que lo presenta. ¿Desea continuar la carga?" - -#~ msgid "" -#~ "SSL certificate is being rejected as requested. You can disable this in " -#~ "the KDE System Settings." -#~ msgstr "" -#~ "El certificado SSL ha sido rechazado tal y como se solicitó. Puede " -#~ "inhabilitar esto en las «Preferencias del sistema» de KDE." - -#~ msgid "A folder named \"%1\" already exists." -#~ msgstr "Ya existe una carpeta con el nombre «%1»." - -#~ msgid "Web Shortcuts" -#~ msgstr "Accesos rápidos web" - -#~ msgctxt "@title:column Name label from web shortcuts column" -#~ msgid "Name" -#~ msgstr "Nombre" - -#~ msgctxt "@title:column" -#~ msgid "Shortcuts" -#~ msgstr "Accesos rápidos" - -#~ msgctxt "@item:inlistbox No default web shortcut" -#~ msgid "None" -#~ msgstr "Ninguno" - -#~ msgctxt "@info" -#~ msgid "" -#~ "The name %1 ends with a space, which is a bit " -#~ "unusual and may be unintentional." -#~ msgstr "" -#~ "El nombre %1 termina con un espacio, que es algo " -#~ "inusual y tal vez no sea intencionado." - -#~ msgid "Drive: %1" -#~ msgstr "Unidad: %1" - -#~ msgid "The source file is bigger." -#~ msgstr "El archivo de origen es mayor." - -#~ msgid "" -#~ "The chosen filenames do not\n" -#~ "appear to be valid." -#~ msgstr "" -#~ "Parece que los nombres de archivo\n" -#~ "elegidos no son válidos." - -#~ msgid "Invalid Filenames" -#~ msgstr "Nombres de archivos no válidos" - -#~ msgid "&Overwrite" -#~ msgstr "S&obrescribir" - -#~ msgid "You do not have permission to run %1." -#~ msgstr "No tiene permiso para ejecutar %1." - -#~ msgid "" -#~ "Unable to enter %1.\n" -#~ "You do not have access rights to this location." -#~ msgstr "" -#~ "Imposible acceder a %1.\n" -#~ "No tiene permisos de acceso a esta ubicación." - -#~ msgid "You are not authorized to execute this service." -#~ msgstr "No dispone de autorización para ejecutar este servicio." - -#~ msgid "Specified socket path is invalid" -#~ msgstr "La ruta del socket indicado no es válida" - -#~ msgid "The socket operation is not supported" -#~ msgstr "La operación del socket no está permitida" - -#~ msgid "Connection refused" -#~ msgstr "Conexión rechazada" - -#~ msgid "Permission denied" -#~ msgstr "Permiso denegado" - -#~ msgid "Connection timed out" -#~ msgstr "Tiempo de conexión agotado" - -#~ msgid "Unknown error" -#~ msgstr "Error desconocido" - -#~ msgid "Could not set non-blocking mode" -#~ msgstr "No se ha podido establecer el modo no bloqueante" - -#~ msgid "Address is already in use" -#~ msgstr "La dirección ya está en uso" - -#~ msgid "Path cannot be used" -#~ msgstr "No se puede usar la ruta" - -#~ msgid "No such file or directory" -#~ msgstr "No existe el archivo o directorio" - -#~ msgid "Not a directory" -#~ msgstr "No es un directorio" - -#~ msgid "Read-only filesystem" -#~ msgstr "Sistema de archivos de solo lectura" - -#~ msgid "Unknown socket error" -#~ msgstr "Error de socket desconocido" - -#~ msgid "Operation not supported" -#~ msgstr "Operación no permitida" - -#~ msgid "AutoSkip" -#~ msgstr "Omitir automáticamente" - -#~ msgid "SSL support is not available in this build of KDE." -#~ msgstr "El uso SSL no está disponible en esta compilación de KDE." - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Today" -#~ msgstr "Hoy" - -#~ msgctxt "@item" -#~ msgid "Recently Saved" -#~ msgstr "Guardados recientemente" - -#~ msgctxt "SSL error" -#~ msgid "No error" -#~ msgstr "Ningún error" - -#~ msgctxt "SSL error" -#~ msgid "The certificate authority's certificate is invalid" -#~ msgstr "El certificado de la autoridad de certificación no es válido" - -#~ msgctxt "SSL error" -#~ msgid "The certificate has expired" -#~ msgstr "El certificado ha expirado" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is invalid" -#~ msgstr "El certificado no es válido" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is not signed by any trusted certificate authority" -#~ msgstr "" -#~ "El certificado no está firmado por ninguna autoridad de certificación de " -#~ "confianza" - -#~ msgctxt "SSL error" -#~ msgid "The certificate has been revoked" -#~ msgstr "El certificado ha sido revocado" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is unsuitable for this purpose" -#~ msgstr "El certificado no es apropiado para este propósito" - -#~ msgctxt "SSL error" -#~ msgid "" -#~ "The root certificate authority's certificate is not trusted for this " -#~ "purpose" -#~ msgstr "" -#~ "El certificado raíz de la autoridad de certificación no es de confianza " -#~ "para este propósito" - -#~ msgctxt "SSL error" -#~ msgid "" -#~ "The certificate authority's certificate is marked to reject this " -#~ "certificate's purpose" -#~ msgstr "" -#~ "El certificado de la autoridad de certificación está marcado para " -#~ "rechazar el propósito de este certificado" - -#~ msgctxt "SSL error" -#~ msgid "The peer did not present any certificate" -#~ msgstr "El par no ha presentado ningún certificado" - -#~ msgctxt "SSL error" -#~ msgid "The certificate does not apply to the given host" -#~ msgstr "El certificado no es aplicable a la máquina indicada" - -#~ msgctxt "SSL error" -#~ msgid "The certificate cannot be verified for internal reasons" -#~ msgstr "No se puede verificar el certificado por motivos internos" - -#~ msgctxt "SSL error" -#~ msgid "The certificate chain is too long" -#~ msgstr "La cadena de certificados es demasiado larga" - -#~ msgctxt "SSL error" -#~ msgid "Unknown error" -#~ msgstr "Error desconocido" - -#~ msgid "Named Group" -#~ msgstr "Grupo denominado" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Root" -#~ msgstr "Raíz" - -#~ msgid "Could not change permissions for '%1'" -#~ msgstr "No ha sido posible cambiar los permisos de «%1»" - -#~ msgid "Create hidden directory?" -#~ msgstr "¿Crear directorio oculto?" - -#~ msgid "Show Aside Preview" -#~ msgstr "Mostrar vista previa al lado" - -#~ msgid "Device usage:" -#~ msgstr "Uso del dispositivo:" - -#~ msgid "" -#~ "Automatically disabled for small icon sizes; increase icon size to see " -#~ "previews" -#~ msgstr "" -#~ "Desactivado automáticamente para tamaños de icono pequeños; aumente el " -#~ "tamaño de los iconos para ver vistas previas." - -#~ msgid "By Name" -#~ msgstr "Por nombre" - -#~ msgid "By Size" -#~ msgstr "Por tamaño" - -#~ msgid "By Type" -#~ msgstr "Por tipo" - -#~ msgid "You may have incorrectly typed the location." -#~ msgstr "Puede que haya introducido incorrectamente la ubicación." - -#~ msgid "" -#~ "Could not write file %1.\n" -#~ "Disk full." -#~ msgstr "" -#~ "No se ha podido escribir al archivo %1.\n" -#~ "Disco lleno." - -#~ msgctxt "size in bytes" -#~ msgid "%1 B" -#~ msgstr "%1 B" - -#~ msgctxt "size in 1000 bytes" -#~ msgid "%1 kB" -#~ msgstr "%1 kB" - -#~ msgctxt "size in 10^6 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 MB" - -#~ msgctxt "size in 10^9 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 GB" - -#~ msgctxt "size in 10^12 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 TB" - -#~ msgctxt "size in 10^15 bytes" -#~ msgid "%1 PB" -#~ msgstr "%1 PB" - -#~ msgctxt "size in 10^18 bytes" -#~ msgid "%1 EB" -#~ msgstr "%1 EB" - -#~ msgctxt "size in 10^21 bytes" -#~ msgid "%1 ZB" -#~ msgstr "%1 ZB" - -#~ msgctxt "size in 10^24 bytes" -#~ msgid "%1 YB" -#~ msgstr "%1 YB" - -#~ msgctxt "memory size in 1024 bytes" -#~ msgid "%1 KB" -#~ msgstr "%1 KB" - -#~ msgctxt "memory size in 2^20 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 MB" - -#~ msgctxt "memory size in 2^30 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 GB" - -#~ msgctxt "memory size in 2^40 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 TB" - -#~ msgctxt "memory size in 2^50 bytes" -#~ msgid "%1 PB" -#~ msgstr "%1 PB" - -#~ msgctxt "memory size in 2^60 bytes" -#~ msgid "%1 EB" -#~ msgstr "%1 EB" - -#~ msgctxt "memory size in 2^70 bytes" -#~ msgid "%1 ZB" -#~ msgstr "%1 ZB" - -#~ msgctxt "memory size in 2^80 bytes" -#~ msgid "%1 YB" -#~ msgstr "%1 YB" - -#~ msgctxt "size in 1024 bytes" -#~ msgid "%1 KiB" -#~ msgstr "%1 KiB" - -#~ msgctxt "size in 2^20 bytes" -#~ msgid "%1 MiB" -#~ msgstr "%1 MiB" - -#~ msgctxt "size in 2^30 bytes" -#~ msgid "%1 GiB" -#~ msgstr "%1 GiB" - -#~ msgctxt "size in 2^40 bytes" -#~ msgid "%1 TiB" -#~ msgstr "%1 TiB" - -#~ msgctxt "size in 2^50 bytes" -#~ msgid "%1 PiB" -#~ msgstr "%1 PiB" - -#~ msgctxt "size in 2^60 bytes" -#~ msgid "%1 EiB" -#~ msgstr "%1 EiB" - -#~ msgctxt "size in 2^70 bytes" -#~ msgid "%1 ZiB" -#~ msgstr "%1 ZiB" - -#~ msgctxt "size in 2^80 bytes" -#~ msgid "%1 YiB" -#~ msgstr "%1 YiB" - -#~ msgid "Forbidden" -#~ msgstr "Prohibido" - -#~ msgid "Can Read" -#~ msgstr "Lectura posible" - -#~ msgid "Can Read & Write" -#~ msgstr "Lectura y escritura posibles" - -#~ msgid "Can View Content & Read" -#~ msgstr "Se puede visualizar y leer el contenido" - -#~ msgid "Limit to maximum size" -#~ msgstr "Limitar a un tamaño máximo" - -#~ msgid "Maximum size:" -#~ msgstr "Tamaño máximo:" - -#~ msgid "When limit reached:" -#~ msgstr "Cuando se alcance el límite:" - -#~ msgid "Warn Me" -#~ msgstr "Avisarme" - -#~ msgid "Do you really want to delete this item?" -#~ msgid_plural "Do you really want to delete these %1 items?" -#~ msgstr[0] "¿Desea realmente borrar este elemento?" -#~ msgstr[1] "¿Desea realmente borrar estos %1 elementos?" - -#~ msgctxt "Verb" -#~ msgid "&Trash" -#~ msgstr "&Tirar a la papelera" - -#~ msgctxt "@action:inmenu Open With" -#~ msgid "&Other..." -#~ msgstr "&Otros..." - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "This Month" -#~ msgstr "Este mes" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Last Month" -#~ msgstr "Último mes" - -#~ msgid "Continue" -#~ msgstr "Continuar" - -#~ msgid "Cancel" -#~ msgstr "Cancelar" - -#~ msgid "The file or folder %1 does not exist." -#~ msgstr "El archivo o carpeta %1 no existe." - -#~ msgid "Advanced options" -#~ msgstr "Opciones avanzadas" - -#~ msgid "" -#~ "

    Windows Shares

    Konqueror is able to access shared Microsoft " -#~ "Windows file systems, if properly configured. If there is a specific " -#~ "computer from which you want to browse, fill in the Browse server field. This is mandatory if you are not running Samba locally. The " -#~ "Broadcast address and WINS address fields will also be " -#~ "available, if you use the native code, or the location of the 'smb.conf' " -#~ "file from which the options are read, when using Samba. In any case, the " -#~ "broadcast address (interfaces in smb.conf) must be set up if it is " -#~ "guessed incorrectly or you have multiple cards. A WINS server usually " -#~ "improves performance, and reduces the network load a lot.

    The " -#~ "bindings are used to assign a default user for a given server, possibly " -#~ "with the corresponding password, or for accessing specific shares. If you " -#~ "choose to, new bindings will be created for logins and shares accessed " -#~ "during browsing. You can edit all of them from here. Passwords will be " -#~ "stored locally, and scrambled so as to render them unreadable to the " -#~ "human eye. For security reasons, you may not want to do that, as entries " -#~ "with passwords are clearly indicated as such.

    " -#~ msgstr "" -#~ "

    Recursos compartidos de Windows

    Konqueror puede acceder a " -#~ "sistemas de archivos compartidos de Windows si se configura " -#~ "correctamente. Si hay un equipo específico desde el que desea navegar, " -#~ "rellene el campo Explorar el servidor. Esto es obligatorio si no " -#~ "está ejecutando Samba localmente. Los campos para la Dirección de " -#~ "difusión y los campos dirección WINS también estarán " -#~ "disponibles si se usa el código nativo o está disponible el lugar del " -#~ "archivo «smb.conf» con la configuración. De cualquier forma, la dirección " -#~ "de difusión (interfaz en smb.conf) se debe configurar si se presupone " -#~ "incorrectamente o si se poseen varias tarjetas de red. Un servidor WINS " -#~ "generalmente mejora el rendimiento, y reduce mucho la carga de la red.

    Las asociaciones se usan para atribuir un usuario predeterminado a " -#~ "un servidor dado, posiblemente con la contraseña correspondiente o para " -#~ "acceder a recursos compartidos específicos. Si se elige esta opción, se " -#~ "crearán nuevas asociaciones para usuarios y recursos compartidos a los " -#~ "que se accedieron durante la navegación. Todas se pueden editar desde " -#~ "aquí. Las contraseñas se almacenarán localmente y se cifrarán para que " -#~ "sean ilegibles. Por razones de seguridad puede que no desee hacerlo. Las " -#~ "entradas con contraseñas, se indican claramente como tales.

    " - -#~ msgid "" -#~ "Check this option if you want to have a system tray handle for your " -#~ "application." -#~ msgstr "" -#~ "Marque esta opción si desea tener un bandeja del sistema que maneje su " -#~ "aplicación." - -#~ msgid "Place in system tray" -#~ msgstr "Colocar en la bandeja del sistema" - -#~ msgid "Do not &close when command exits" -#~ msgstr "No &cerrar cuando finalice la orden" - -#~ msgid "" -#~ "Unable to create io-slave:\n" -#~ "klauncher said: %1" -#~ msgstr "" -#~ "Imposible crear esclavo de E/S:\n" -#~ "Klauncher devolvió: %1" - -#~ msgid "" -#~ "Basic links can only point to local files or directories.\n" -#~ "Please use \"Link to Location\" for remote URLs." -#~ msgstr "" -#~ "Los enlaces básicos solo pueden apuntar a archivos o directorios " -#~ "locales.\n" -#~ "Utilice «Enlazar ubicación» para URL remotas." - -#~ msgid "" -#~ "Unable to start the cookie handler service.\n" -#~ "You will not be able to manage the cookies that are stored on your " -#~ "computer." -#~ msgstr "" -#~ "No fue posible arrancar el servicio controlador de cookies.\n" -#~ "No podrá gestionar las cookies almacenadas en su equipo." - -#~ msgid "Open with:" -#~ msgstr "Abrir con:" - -#~ msgid "" -#~ "%1.\n" -#~ "\n" -#~ "Reason: %2" -#~ msgstr "" -#~ "%1.\n" -#~ "\n" -#~ "Razón: %2" - -#~ msgid "" -#~ "

    My Bookmarks

    This module lets you configure the bookmarks home " -#~ "page.

    The bookmarks home page is accessible at bookmarks:/.

    " -#~ msgstr "" -#~ "

    Mis marcadores

    Este módulo le permite configurar la página de " -#~ "inicio de los marcadores.

    La página de inicio de marcadores será " -#~ "accesible en bookmarks:/.

    " - -#~ msgid "" -#~ "If this option is unchecked, bookmarks at the root of the hierarchy (not " -#~ "in a folder) are not displayed.\n" -#~ "If checked, they are gathered in a \"root\" folder." -#~ msgstr "" -#~ "Si esta opción se deshabilita, los marcadores en la raíz de la jerarquía " -#~ "(que no están en una carpeta) no se mostrarán.\n" -#~ "Si se habilita, se agruparán en la carpeta «raíz»." - -#~ msgid "&Show bookmarks without folder" -#~ msgstr "Mo&strar marcadores sin carpeta" - -#~ msgid "" -#~ "Sub-folders are shown within their parent by default. If you activate " -#~ "this option, sub-folders are displayed on their own.\n" -#~ "It looks less nice but it may help if you have a very big folder you want " -#~ "to spread in two columns." -#~ msgstr "" -#~ "Las subcarpetas se muestran bajo su padre de forma predeterminada. Si " -#~ "activa esta opción, las subcarpetas se mostrarán por sí mismas.\n" -#~ "Es menos bonito pero puede ayudarle si tiene una carpeta muy grande y " -#~ "quiere separarla en dos columnas." - -#~ msgid "&Flatten bookmarks tree" -#~ msgstr "&Aplanar el árbol de marcadores" - -#~ msgid "" -#~ "Show a box with KDE places (Home, Network, ...). Useful if you use " -#~ "konqueror as a file manager." -#~ msgstr "" -#~ "Mostrar una caja con lugares de KDE (Home, Red, ...) Útil si usa " -#~ "konqueror como gestor de archivos." - -#~ msgid "Show system &places" -#~ msgstr "Mostrar lugares del &sistema" - -#~ msgid "General Settings" -#~ msgstr "Preferencias generales" - -#~ msgid "" -#~ "Folders are automatically distributed in several columns. The optimal " -#~ "number of columns depends on the width of the konqueror window and the " -#~ "number of bookmarks you have." -#~ msgstr "" -#~ "Las carpetas se distribuyen automáticamente en varias columnas. El número " -#~ "óptimo de columnas depende del ancho de la ventana de Konqueror y de los " -#~ "marcadores que tenga." - -#~ msgid "Number of columns to show:" -#~ msgstr "Número de columnas a mostrar:" - -#~ msgid "Disable it on slow system to disable background images." -#~ msgstr "" -#~ "Deshabilitar en sistemas lentos para deshabilitar imágenes de fondo." - -#~ msgid "Show folder &backgrounds" -#~ msgstr "Mostrar fondos de ca&rpeta" - -#~ msgid "How much disk space is used to cache the pixmaps" -#~ msgstr "Cuánto disco se usa para cachear los gráficos" - -#~ msgid "Pixmap Cache" -#~ msgstr "Caché de gráficos" - -#~ msgid "Disk cache size:" -#~ msgstr "Tamaño de caché de disco:" - -#~ msgid " kB" -#~ msgstr " kB" - -#~ msgid "Clear the pixmap cache" -#~ msgstr "Limpiar caché de gráficos" - -#~ msgid "&Clear Cache" -#~ msgstr "Limpiar &caché" diff --git a/local/recipes/kde/kf6-kio/source/po/et/kio6.po b/local/recipes/kde/kf6-kio/source/po/et/kio6.po index ba85942679..9b32f1f02e 100644 --- a/local/recipes/kde/kf6-kio/source/po/et/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/et/kio6.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2022-10-19 21:51+0200\n" "Last-Translator: Mihkel Tõnnov \n" "Language-Team: Estonian <>\n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "hasso@linux.ee, qiilaq69@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Faili %1 omaniku muutmine nurjus" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "Faili %1 omanikku pole võimalik muuta. Sul pole " "muutmiseks piisavalt õigusi." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "IO-mooduli loomine nurjus: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -64,7 +64,7 @@ msgstr "" "Nimeviita \"%1\" pole võimalik luua.\n" "Sihtfailisüsteem (%2) ei toeta nimeviitasid." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -78,7 +78,7 @@ msgstr "" "Sihtkausta nimes sobimatute märkide alakriipsuga \"_\" asendamiseks vali " "\"Asenda\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -92,23 +92,23 @@ msgstr "" "Sihtfaili nimes sobimatute märkide alakriipsuga \"_\" asendamiseks vali " "\"Asenda\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Kataloog on juba olemas" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fail on juba olemas" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Eksisteerib juba kataloogina" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Prügikast" @@ -202,201 +202,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Liigutamine" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Lähtekoht" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Sihtkoht" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Nime muutmine" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopeerimine" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Kataloogi loomine" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Kataloog" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Kustutamine" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fail" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Uurimine" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Ülekanne" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Ühendamine" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Seade" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Ühenduspunkt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Lahutamine" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Atribuudi muutmine" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Faili atribuutide muutmiseks on tarvilikud administraatori õigused. Kas " -"jätkata?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Failide kopeerimine" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Kopeerimise sooritamiseks on tarvilikud administraatori õigused. Kas jätkata?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Failide kustutamine" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Kustutamise sooritamiseks on tarvilikud administraatori õigused. Kuid see " -"võib tekitada süsteemile kahju. Kas jätkata?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Kataloogi loomine" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Selle kataloogi loomiseks on tarvilikud administraatori õigused. Kas jätkata?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Elementide liigutamine" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Liigutamise sooritamieks on tarvilikud administraatori õigused. Kas jätkata?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Nime muutmine" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Nime muutmise sooritamiseks on tarvilikud administraatori õigused. Kas " -"jätkata?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Nimeviida loomine" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Nimeviida loomiseks on tarvilikud administraatori õigused. Kas jätkata?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Andmete ülekanne" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Andmete ülekandmiseks on tarvilikud administraatori õigused. Kas jätkata?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -826,6 +721,11 @@ msgstr "See fail on prügikasti viskamiseks liiga suur." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -835,65 +735,65 @@ msgstr "" "%2\n" "Palun saada täielik vearaport aadressil https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(tundmatu)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehniline põhjus: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Päringu üksikasjad:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokoll: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Kuupäev ja kellaaeg: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Lisainfo: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Võimalikud põhjused:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Võimalikud lahendused:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(tundmatu)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -902,17 +802,17 @@ msgstr "" "Edasise juhatuse saamiseks võta ühendust tehnilise toega või süsteemi " "administraatoriga." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Edasise juhatuse saamiseks võta ühendust serveri administraatoriga." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontrolli, kas sul on sellele ressursile juurdepääsu õigused olemas." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -921,7 +821,7 @@ msgstr "" "Sinu juurdepääsu õigused ei pruugi olla piisavad soovitud toimingu " "teostamiseks antud ressursil." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -929,7 +829,7 @@ msgstr "" "Fail võib olla kasutuses (ning seepärast lukustatud) mõne teise kasutaja või " "rakenduse poolt." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -938,17 +838,17 @@ msgstr "" "Veendu, et mõni teine rakendus ega kasutaja ei kasuta faili või pole seda " "lukustanud." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Kuigi see on vähetõenäoline, võib tegemist olla riistvara veaga." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Sa võid olla avastanud vea rakenduses." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -957,7 +857,7 @@ msgstr "" "See on ilmselt tingitud veast programmis. Palun kaalu vearaporti saatmist " "koos kõigi allpool leiduvate üksikasjadega." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -966,7 +866,7 @@ msgstr "" "Uuenda tarkvara uusima versioonini. Sinu poolt kasutatavas distributsioonis " "peaks olema vahendid tarkvara uuendamiseks." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -985,12 +885,12 @@ msgstr "" "ei, siis märgi üles allpool toodud üksikasjad ning pane need vearaportisse " "koos nii paljude detailidega, kui sinu arvates abiks on." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Ilmselt on probleem sinu võrguühendusega." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -999,51 +899,51 @@ msgstr "" "Probleem võib olla sinu võrgu seadistuses. Kui sa said just hetk tagasi " "Internetti kasutada ilma probleemideta, pole see siiski tõenäoline." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "Ilmselt on probleem kuskil võrgus serveri ja selle arvuti vahel." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Proovi uuesti kas kohe või natuke hiljem." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Ilmselt on tegemist protokolli veaga või mitteühilduvusega." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Veendu, kas resurss on olemas, ning proovi uuesti." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Määratud ressurssi ei pruugi olla olemas." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Kontrolli veel kord üle, kas sisestasid ikka õige asukoha, ning proovi siis " "uuesti." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontrolli võrguühendust." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ressursi avamine lugemiseks nurjus" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 sisu pole võimalik " "kätte saada, kuna seda pole võimalik lugeda." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Sul võivad puududa õigused faili või kataloogi lugemiseks." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ressursi avamine kirjutamiseks nurjus" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1071,17 +971,17 @@ msgstr "" "See tähendab seda, et faili või kataloogi %1 pole võimalik " "kirjutada, kuna õigusi kirjutamiseks pole võimalik saada." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Protokolli %1 nõutava protsessi käivitamine nurjus" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Protsessi käivitamine nurjus" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 " "protokollile, teatas sisemisest veast." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Vigaselt vormindatud URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Toetuseta protokoll %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1151,12 +1051,12 @@ msgstr "" "Protokoll %1 pole praegu sellesse arvutisse paigaldatud KDE " "rakenduste poolt toetatud." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Soovitud protokoll ei pruugi olla toetatud." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1165,7 +1065,7 @@ msgstr "" "Selle arvuti poolt toetatud %1 protokolli versioon ja serveri poolt toetatud " "versioon ei pruugi olla ühilduvad." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1182,17 +1082,17 @@ msgstr "" "otsida, on https://kde-apps.org/ ja http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ei viita ressursile." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokoll on filterprotokoll." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource " "Locator) ei viita mingile konkreetsele ressursile." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1214,12 +1114,12 @@ msgstr "" "praegu sellega küll tegemist ei ole. See on üsna haruldane asi, mis " "tõenäoliselt viitab programmeerimise veale." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Toetamata tegevus: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1228,7 +1128,7 @@ msgstr "" "Soovitud tegevust ei toeta KDE programm, mis pakub %1 " "protokolli toetust." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1238,17 +1138,17 @@ msgstr "" "See viga sõltub väga tugevasti KDE rakendusest. Lisainfo peaks andma sulle " "rohkem teavet, kui seda suudab hankida KDE sisendi/väljundiarhitektuur." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Katse leida teist teed sama tulemuse saavutamiseks." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Oodati faili" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1257,17 +1157,17 @@ msgstr "" "Päring ootas vastuseks faili, kuid selle asemel leiti %1 " "kataloog." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "See võib olla serveripoolne viga." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Oodati kataloogi" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1276,39 +1176,39 @@ msgstr "" "Päring ootas vastuseks kataloogi, kuid selle asemel leiti %1 fail." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Faili või kataloogi ei ole olemas" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Määratud faili või kataloogi %1 ei ole olemas." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Soovitud faili loomine nurjus, sest sama nimega fail on juba olemas." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Proovi olemasolev fail mujale liigutada ning proovi siis uuesti." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Kustuta olemasolev fail ja proovi siis uuesti." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Pane uuele failile mõni muu nimi." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1316,27 +1216,27 @@ msgid "" msgstr "" "Soovitud kataloogi loomine nurjus, sest sama nimega kataloog on juba olemas." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Proovi olemasolev kataloog mujale liigutada ning proovi siis uuesti." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Kustuta olemasolev kataloog ja proovi siis uuesti." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Pane uuele kataloogile mõni muu nimi." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Tundmatu masin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1345,7 +1245,7 @@ msgstr "" "Tundmatu masina viga näitab, et soovitud nimega %1 masinat " "Internetist ei leitud." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1353,28 +1253,28 @@ msgstr "" "Sisestatud nime %1 ei pruugi olemas olla: võib-olla on see valesti " "sisestatud." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Juurdepääs keelatud" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Soovitud ressursile %1 on juurdepääs keelatud." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Ilmselt oled sisestanud valed autentimisandmed või pole seda üldse teinud." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Sellel kontol ei pruugi olla juurdepääsuõigusi soovitud ressursile." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1383,12 +1283,12 @@ msgstr "" "Korda päringut ning veendu, et autentimiseks vajalikud andmed on korrektselt " "sisestatud." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Kirjutamisõigusega juurdepääs keelatud" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1396,12 +1296,12 @@ msgid "" msgstr "" "See tähendab, et faili %1 kirjutamise katse lükati tagasi." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Kataloogi pole võimalik siseneda" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1410,17 +1310,17 @@ msgstr "" "See tähendab, et katse siseneda (teisisõnu avada) kataloogi %1 lükati tagasi." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Kataloogi sisu pole kättesaadav" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokoll %1 pole failisüsteem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1431,12 +1331,12 @@ msgstr "" "sisust, kuid seda protokolli toetav KDE programm pole võimeline seda " "nimekirja saama." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Avastati tsükliline viit" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1449,7 +1349,7 @@ msgstr "" "viida või mingi hulga viitade tulemuseks on lõputu tsükkel - s.t et fail " "viitab iseendale (ta võib seda teha ka ringiga)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1458,27 +1358,27 @@ msgstr "" "Kustuta üks osa lõputust tsüklist, nii et tsükkel katkeks, ja proovi siis " "uuesti." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Kasutaja katkestas päringu" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Päringut ei lõpetatud, sest kasutaja katkestas selle." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Korda päringut." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kopeerides avastati tsükliline viit" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1491,17 +1391,17 @@ msgstr "" "avastas KDE, et viida või mingi hulga viitade tulemuseks on lõputu tsükkel - " "s.t et fail viitab iseendale (ta võib seda teha ka ringiga)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Võrguühenduse loomine nurjus" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Pesa loomine nurjus" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1510,8 +1410,8 @@ msgstr "" "See on tehniline probleem, mis seisneb selles, et võrguühendusele vajaliku " "seadme (pesa) loomine nurjus." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1520,19 +1420,19 @@ msgstr "" "Võrguühendus võib olla valesti seadistatud või ei ole võrguliides sisse " "lülitatud." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Server keeldus ühendust loomast" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Server %1 ei nõustunud selle arvutiga ühendust looma." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1541,7 +1441,7 @@ msgstr "" "Server, kuigi ta on praegu Internetti ühendatud, võib olla seadistatud " "ühendusi mitte lubama." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1550,7 +1450,7 @@ msgstr "" "Server, kuigi ta on praegu Internetti ühendatud, ei pruugi pakkuda soovitud " "teenust (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1560,12 +1460,12 @@ msgstr "" "Võrgus asuv tulemüür (seade, mis piirab internetiühendusi), mis kaitseb kas " "sinu või serveri võrku, võib piirata antud päringuid." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Ühendus serverisse suleti ootamatult" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1574,7 +1474,7 @@ msgstr "" "Kuigi ühendus serverisse %1 loodi, katkes see ootamatult " "ühenduse sellises faasis, kus seda poleks pidanud juhtuma." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1583,17 +1483,17 @@ msgstr "" "Võib-olla oli viga protokollis ning server sulges vastuseks sellele veale " "ühenduse." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Vigane URL-ressurss" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokoll %1 ei ole filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lesource Locator) ei viita mehhanismile, millega " "peaks ressursile ligi pääsema (%1%2)." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1616,17 +1516,17 @@ msgstr "" "kuid selle konkreetse protokolliga pole see võimalik. Sellist viga ei tohiks " "tegelikult ette tulla ja see viitab veale rakenduses." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Sisend/väljundseadme initsialiseerimine nurjus" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Seadet pole võimalik ühendada" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1635,7 +1535,7 @@ msgstr "" "Soovitud seadet pole võimalik initsialiseerida (ühendada). Tagastatud " "veateade oli: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1645,7 +1545,7 @@ msgstr "" "Seade ei pruugi tööks valmis olla, näiteks pole CD-plaati seadmes, või kui " "tegemist on teisaldatava seadmega, võib see olla halvasti ühendatud." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1656,7 +1556,7 @@ msgstr "" "UNIX-i süsteemides on seadme initsialiseerimiseks tihti vaja administraatori " "õigusi." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1666,17 +1566,17 @@ msgstr "" "diskett, eemaldatavad seadmed oleks korrektselt ühendatud ning toite all), " "ning proovi siis uuesti." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Sisend/väljundseadme deinitsialiseerimine nurjus" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Seadet pole võimalik lahutada" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1685,7 +1585,7 @@ msgstr "" "Soovitud seadet deinitsialiseerimine (\"lahutamine\") nurjus. Tagastatud " "veateade oli: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1696,7 +1596,7 @@ msgstr "" "kasutaja. Ka seadme asukohaga avatud brauseri aken võib põhjustada seadme " "hõivatust." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1707,17 +1607,17 @@ msgstr "" "süsteemides on seadme deinitsialiseerimiseks sageli vaja süsteemi " "administraatori õigusi." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Veendu, et ükski rakendus ei kasuta seadet, ning proovi siis uuesti." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ressurssi pole võimalik lugeda" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1726,17 +1626,17 @@ msgstr "" "See tähendab, et kuigi ressursi %1 avamine oli edukas, ei " "õnnestunud selle sisu lugeda." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Sul ei pruugi olla õiguseid ressursi lugemiseks." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ressurssi pole võimalik kirjutada" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1745,22 +1645,22 @@ msgstr "" "See tähendab, et kuigi ressursi %1 avamine oli edukas, ei " "õnnestunud sellesse kirjutada." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Sul ei pruugi olla õiguseid ressurssi kirjutamiseks." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Võrguühendusi pole võimalik jälgida" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Sidumine nurjus" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1771,17 +1671,17 @@ msgstr "" "võrguühendusteks vajalikku seadet (soklit), et sisenevaid ühendusi jälgida " "ehk kuulata." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Jälgimine nurjus" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Võrguühendusi pole võimalik aktsepteerida" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1790,33 +1690,33 @@ msgstr "" "See on küllalt tehniline viga, mille puhul katse aktsepteerida sisenevaid " "ühendusi lõppes veaga." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Sul võivad puududa õigused ühenduse aktsepteerimiseks." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Sisselogimine nurjus: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Soovitud tegevuse jaoks vajalik sisselogimise katse ei olnud edukas." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ressursi staatust pole võimalik kindlaks määrata" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ressursi staatust ei leitud" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1825,68 +1725,68 @@ msgstr "" "Katse hankida infot ressursi %1 staatuse kohta (nt. " "ressursi nimi, tüüp, suurus jne.) nurjus." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Määratud ressurssi ei ole olemas või pole sellele juurdepääs lubatud." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Jälgimise peatamine nurjus" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: dokumenteeriks selle äkki?" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Kataloogi loomine nurjus" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Soovitud kataloogi loomise katse nurjus." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Asukohta, kuhu kataloogi luua sooviti, ei pruugi olla olemas." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Kataloogi pole võimalik eemaldada" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Kataloogi %1 eemaldamise katse nurjus." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Määratud kataloogi ei pruugi olla olemas." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Määratud kataloog ei pruugi olla tühi." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Veendu, et kataloog on olemas ning tühi, ja proovi uuesti." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Faili transporti pole võimalik jätkata" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1895,32 +1795,32 @@ msgstr "" "Faili %1 transporti sooviti jätkata mingist kindlast " "kohast. Paraku pole see võimalik." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Kasutatav protokoll või server ei pruugi toetada jätkamist." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Korda päringut jätkamist üritamata." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ressurssi pole võimalik ümber nimetada" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Katse ressurssi %1 ümber nimetada nurjus." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ressursi õigusi pole võimalik muuta" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 juurdepääsu õigusi (loabitte) " "nurjus." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ressursi omanikku pole võimalik muuta" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Katse muuta ressursi %1 omanikku nurjus." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ressurssi pole võimalik kustutada" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Määratud ressursi %1 kustutamise katse nurjus." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Programm lõpetas ootamatult töö" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokollile, lõpetas ootamatult töö." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Mälu on otsas" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokollile, ei suutnud saada jätkamiseks vajalikku mälu." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Tundmatu puhverserver" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2036,17 +1936,17 @@ msgstr "" "bugs.kde.org/, et informeerida KDE meeskonda autentimise meetodist, " "mille toetus puudub." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Päring katkestatud" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Sisemine viga serveris" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2055,7 +1955,7 @@ msgstr "" "Rakendus, mis sinu arvutis tagab juurdepääsu %1 " "protokollile, teatas sisemisest veast: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2064,13 +1964,13 @@ msgstr "" "Ilmselt on selle põhjuseks viga serveri rakenduses. Sa võiksid saata " "alltoodud täieliku vearaporti autoritele." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Võta ühendust serveri administraatoriga, et teda probleemist teavitada." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2078,40 +1978,29 @@ msgid "" msgstr "" "Kui sa tead, kes on serveri tarkvara autorid, saada vearaport otse neile." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Aegumise viga" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Kuigi serveriga loodi ühendus, ei saadud määratud aja jooksul vastust. " -"Praegu kehtivad ajad on järgnevad:
    • Ühenduse loomise aegumine: %1 " -"sekundit
    • Vastuse saamise aegumine: %2 sekundit
    • " -"
    • Puhverserverist vastuse saamise aegumine: %3 sekundit
    Neid " -"väärtusi on võimalik muuta KDE Süsteemi seadistustes, valides " -"Võrguseadistused -> Ühenduse valikud." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server oli liiga hõivatud, et vastata teistele päringutele." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Tundmatu viga" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokollile, teatas tundmatust veast: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Tundmatu katkestus" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokollile, teatas tundmatust katkestusest: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Originaalfaili pole võimalik kustutada" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2150,12 +2039,12 @@ msgstr "" "liigutamine on lõpetatud. Originaalfaili %1 pole võimalik " "kustutada." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ajutist faili pole võimalik kustutada" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2166,12 +2055,12 @@ msgstr "" "uus fail salvestada. Seda ajutist faili %1 pole võimalik " "kustutada." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Originaalfaili pole võimalik ümber nimetada" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2180,12 +2069,12 @@ msgstr "" "Soovitud tegevus vajab originaalfaili %1 ümbernimetamist, " "kuid seda pole võimalik teha." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ajutist faili pole võimalik ümber nimetada" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2194,32 +2083,32 @@ msgstr "" "Soovitud tegevus vajab ajutise faili %1 loomist, kuid seda " "pole võimalik teha." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Viita pole võimalik luua" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nimeviita pole võimalik luua" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Soovitud nimeviita %1 pole võimalik luua." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sisu puudub" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Ketas on täis" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2228,7 +2117,7 @@ msgstr "" "Faili %1 pole võimalik kirjutada, kuna pole piisavalt " "kettaruumi." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2239,12 +2128,12 @@ msgstr "" "failid, 2) arhiveerides failid mõnele muule andmekandjale, nt. CD-R " "ketastele, 3) muretsedes rohkem kettaruumi." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Lähtefail ja sihtfail on samad" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2252,17 +2141,17 @@ msgid "" msgstr "" "Tegevust polnud võimalik lõpetada, sest lähtefail ja sihtfail on samad." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Vali sihtfailile mõni muu nimi." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fail või kataloog lohistati iseendasse" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2271,17 +2160,17 @@ msgstr "" "Tegevust polnud võimalik lõpetada, sest lähte- ja sihtfail või -kataloog on " "samad." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Lohista element teise faili või kataloogi." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Kataloog liigutati iseendasse" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2290,17 +2179,17 @@ msgstr "" "Tegevust polnud võimalik lõpetada, sest lähteelementi ei saa iseendasse " "liigutada." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Liiguta element teise kataloogi." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Suhtlemine parooliserveriga nurjus" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2309,23 +2198,23 @@ msgstr "" "Tegevust polnud võimalik lõpetada, sest paroole nõudva teenusega " "(kpasswdserver) polnud võimalik ühendust luua." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "Proovi seanss taaskäivitada või uuri kiod veateadete logisid." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Protokolli %1 initsialiseerimine nurjus" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "IO-mooduli loomine nurjus" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2337,7 +2226,7 @@ msgstr "" "IO-moodulit, mis annab juurdepääsu %1 protokollile, ei " "õnnestunud käivitada. Ilmselt on tegemist tehniliste põhjustega." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2349,13 +2238,13 @@ msgstr "" "klauncher ei leia või ei suuda käivitada pluginat, mis seda protokolli " "pakub. See tähendab, et sul võib olla pluginast iganenud versioon." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 ülekandmine nurjus" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2365,7 +2254,7 @@ msgstr "" "Faili %1 ei saa üle kanda, sest sihtfailisüsteem ei " "toeta nii suuri faile" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2374,28 +2263,28 @@ msgstr "" "Sihtketas tasuks ümber vormindada, et failisüsteem suudaks toetada nii suuri " "faile." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Dokumenteerimata viga" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Nimeviit asukohale %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, viit asukohale %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Viitab asukohale %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2404,12 +2293,12 @@ msgstr "" "Vigane URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Faili \"%1\" tüüpi pole võimalik määrata" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2418,13 +2307,13 @@ msgstr "" "Käivitatava faili nime mõistmine '%1' põhjal nurjus, palun anna korrektne " "programmi nimi." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ei paista olevat käivitatav programm." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2434,92 +2323,92 @@ msgstr "" "%1 jäi leidmata; palun sisesta kehtiv tee käivitatava " "programmi juurde." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ühenduste avamine pole protokollis %1 toetatud." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ühenduste sulgemine pole protokollis %1 toetatud." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Failidele ligipääs pole protokollis %1 toetatud." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Kirjutamine asukohta %1 pole toetatud." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Protokollis %1 puuduvad spetsiaalsed tegevused." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Kataloogide sisu nimekiri pole protokollis %1 toetatud." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Andmete vastuvõtmine asukohast %1 pole toetatud." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "MIME tüübi vastuvõtmine asukohast %1 pole toetatud." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Failide ümbernimetamine või liigutamine asukohas %1 pole toetatud." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Nimeviitade loomine pole protokollis %1 toetatud." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Failide kopeerimine asukohta %1 pole toetatud." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Failide kustutamine asukohast %1 pole toetatud." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Kataloogide loomine pole %1 protokollis toetatud." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Failide atribuutide muutmine pole %1 protokollis toetatud." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Failide omaniku muutmine pole %1 protokollis toetatud." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Failide avamine pole %1 protokollis toetatud." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokoll %1 ei toeta tegevust %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2528,116 +2417,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Tundmatu protokoll '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Protokollile '%1' ei leitud IO-moodulit." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Sokli loomine protokolli \"%1\" IO-mooduli käivitamiseks nurjus." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Täitmisfaili \"kioslave5\" asukohast \"%1\" ei leitud" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detailid" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Jah" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Jätka" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Ainult käesolevas seansis" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Kataloogi loomine" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Kataloogi loomine" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Sa ei valinud kustutavat faili." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Pole midagi kustutada" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Sa ei valinud faili, mida prügikasti visata." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Pole midagi prügikasti visata" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Määratud kataloogi ei ole olemas või pole selle lugemine lubatud." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menüü" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Emakataloog" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Mine tagasi" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Mine edasi" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Kodukataloog" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Laadi uuesti" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2645,199 +2557,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Uus kataloog" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Liigutamine prügikasti" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Kustuta" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortimine" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sortimine nime järgi" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sortimine suuruse järgi" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sortimine kuupäeva järgi" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sortimine tüübi järgi" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ülenevalt" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Alanevalt" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Kataloogid esimesena" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Peidetud failid viimasena" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikoonivaade" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktne vaade" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detailne vaade" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikooni asukoht" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Failinime kõrval" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Failinime kohal" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Lühike vaade" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detailne vaade" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Puuvaade" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detailne puuvaade" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Laienemise lubamine detailses vaates" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Peidetud failide näitamine" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Eelvaatluse paneeli näitamine" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Eelvaatluse näitamine" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Ava sisaldav kataloog" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Omadused" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Vaaterežiim" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Y-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Y" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Uusim esimesena" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Vanim esimesena" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Uusim esimesena" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Suurim esimesena" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Väikseim esimesena" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodeering:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Avamine" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Salvestamine" @@ -2886,40 +2798,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Liiguta siia" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Kõik failid" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Kõik toetatud failid" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Kõik failid" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Asukohtade kirje lisamine" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Asukohtade kirje muutmine" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2931,17 +2843,17 @@ msgstr "" "peaks ühe-kahe sõnaga selgitama, millisele asukohale see viitab. Kui jätad " "nimetuse andmata, võetakse see asukoha URL-ist.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Nimi:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Sisesta kirjeldav nimi" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2954,12 +2866,12 @@ msgstr "" "stable

    Klõpsates tekstivälja kõrval oleval nupul, saab lehitsedes " "liikuda vajalikule URL-ile.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Asukoht:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2968,17 +2880,17 @@ msgstr "" "See on kiirjuurdepääsu paneelil nähtav ikoon.

    Klõpsa nupul " "teistsuguse ikooni valimiseks.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Ikoon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Näidatakse ainult selle rakenduse (%1) dial&oogides" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2989,201 +2901,208 @@ msgstr "" "(%1).

    Kui sa seda ei tee, on kirje nähtav kõikides rakendustes." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Asukohad" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Kaugasukohad" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Hiljutised" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Otsing" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Seadmed" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Eemaldatavad seadmed" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Sildid" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (tõrge %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Kõik sildid" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Kodu" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Töölaud" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumendid" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Allalaadimised" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Võrk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Prügikast" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muusika" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Pildid" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videod" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Hiljutised failid" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Hiljutised asukohad" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Muudetud täna" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Muudetud eile" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Asukohtade paneelile lisamine ebaõnnestus: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Asukohtade paneelile saab lisada ainult katalooge." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Seadista veebi kiirkorraldusi..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Vabastamine …" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Vabasta" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Turvaliselt eemaldamine …" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Eemalda turvaliselt" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Lahutamine …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Lahuta" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Väljasta" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Seade '%1' ei ole plaat ja seda ei saa väljastada." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Tekkis viga, kui püüti kasutada '%1'. Süsteem teatas: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Tekkis viga, kui püüti kasutada '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3194,19 +3113,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3214,91 +3133,91 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 vaba, kokku %2 (kasutusel %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (peidetud)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Tühjenda prügikast" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Ühenda" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Ava uuel kaardil" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Ava uues aknas" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Lisa kirje …" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Muuda …" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Faili eemaldamine" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Peida" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Peida sektsioon \"%1\"" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Peida sektsioon" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Näita kõiki kirjeid" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikoonide suurus" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3306,51 +3225,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automaatne" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Väike (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Keskmine (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Suur (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Hiiglaslik (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Valida saab ainult ühe faili" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Valiti rohkem kui üks fail" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Valida saab ainult kohalike failide seast" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Võrgus asuvaid faile ei aktsepteerita" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3364,52 +3283,22 @@ msgstr[1] "" "Valitud URL kasutab toetamata skeemi. Palun kasuta üht järgmistest " "skeemidest: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Toetamata URL-i skeem" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Valitud on rohkem kui üks kataloog ning see dialoog ei tunnista katalooge, " -"mistõttu ei saa otsustada, millisesse kataloogi siseneda. Palun vali ainult " -"üks kataloog." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Valiti rohkem kui üks kataloog" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Valitud on vähemalt üks kataloog ja üks fail. Valitud faile eiratakse ning " -"sisenetakse valitud kataloogi" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Valitud on failid ja kataloogid" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Faili \"%1\" ei leitud" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Faili avamine nurjus" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3420,44 +3309,45 @@ msgstr "" "aktiivseks asukohaks on nt. file:/home/konqi, siis sellel nupul klõpsamine " "viib sind kataloogi file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Sellel nupul klõpsamine viib sind lehitsemise ajaloos ühe sammu võrra tagasi." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Sellel nupul klõpsamine viib sind lehitsemise ajaloos ühe sammu võrra edasi." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Sellel nupul klõpsamine laadib aktiivse asukoha sisu uuesti." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Uue kataloogi loomiseks klõpsa sellel nupul." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Asukohtade paneeli näitamine" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Järjehoidjate nupu näitamine" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Peidetud failide näitamine" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Valikud" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3472,12 +3362,12 @@ msgstr "" "paneeli,
  • failide eelvaatlusi,
  • eraldi katalooge
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Järjehoidjad" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3491,12 +3381,39 @@ msgstr "" "kuid kõiges muus on nad samasugused kui muud KDE järjehoidjad." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nimi:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Muudatuste tühistamine" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Ava sisaldav kataloog" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Failinimi:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Peidetud failid viimasena" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3509,12 +3426,12 @@ msgstr "" "nupuga ning valides menüüst Teksti lõpetamine sulle sobiva variandi." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "See on salvestatava faili nimi." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3523,75 +3440,80 @@ msgstr "" "See on avatavate failide nimekiri. Tühikut eraldajana kasutades saab " "sisestada ka rohkem kui ühe faili." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "See on avatava faili nimi." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Asukohad" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fail \"%1\" on juba olemas. Kas kirjutada see üle?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Kas kirjutada fail üle?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Valida saab ainult kohalike failide seast." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Võrgus asuvaid faile ei aktsepteerita" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Kõik kataloogid" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Kataloogi loomine" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ava" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikooni suurus: %1 pikslit" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "&Failinime laiend valitakse automaatselt (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "laiend %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "&Failinime laiend valitakse automaatselt" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "sobiv laiend" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3618,12 +3540,12 @@ msgstr "" "ei ole kindel, mida teha, jäta see võimalus sisselülitatuks, sest igatahes " "võimaldab see mugavamalt faile hallata." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Failitüüp:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3632,58 +3554,19 @@ msgstr "" "See on failitüübi valija. Selle abil saab valida vormingu, millesse fail " "salvestatakse." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"See on failide nimekirjale rakendatav filter. Faile, mis ei vasta filtri " -"tingimustele, nimekirjas ei näidata.

    Sul on võimalus valida rippmenüüst " -"valmis filter või sisestada oma filter otse tekstiväljale.

    Kasutada " -"võib ka metamärke, nt. * ja ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Loo uus failitüüp" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"See on failitüübi valija. Selle abil saab valida vormingu, millesse fail " +"salvestatakse." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Vabandust" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Mallifaili %1 ei ole olemas." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Uue viida nimi:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Loo viit URL-ile" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a Different Name" @@ -3691,7 +3574,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Sisesta muu nimi" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Vabandust" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Mallifaili %1 ei ole olemas." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Uue viida nimi:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Nimeviida loomine" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Loo viit URL-ile" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3701,7 +3615,7 @@ msgstr "" "Nime %1 ei saa kasutada, sest see on reserveeritud " "operatsioonisüsteemile." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3711,7 +3625,7 @@ msgstr "" "Nimi %1 algab punktiga, mistõttu kataloog on vaikimisi " "peidetud." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3723,27 +3637,41 @@ msgstr "" "iseärasuste kõrval näidatakse seda sortimisel tähestiku järgi enne teisi " "elemente." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Kaldkriipsu kasutamine kataloogide nimes loob alamkatalooge:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Kaldkriipsu kasutamine katalooginimes loob alamkatalooge." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Kaldkriipse ei tohi kasutada failide ja kataloogide nimedes." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Längkriipse ei tohi kasutada failide ja kataloogide nimedes." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Could not create a folder with the name %1because it is reserved for use by the operating system." +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Kataloogi nimega %1 ei saanud luua, sest see nimi " +"on reserveeritud operatsioonisüsteemile." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3752,91 +3680,143 @@ msgstr "" "Faili või kataloogi nime alustamine tildega ei ole soovitav, sest see ajada " "segadusse või olla lausa ohtlik, kui kustutad asju terminalis." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Kataloog nimega %1 on juba olemas." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Fail nimega %1 on juba olemas." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Loo uus" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Link seadmele" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Uus kataloog" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Kataloogi loomine" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Uus kataloog asukohas %1;" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Sisesta muu nimi" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Vaikimisi" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Loo uus failitüüp" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgid "Enter file name" +msgstr "Sisesta muu nimi" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Rakenduse valimine %1 jaoks" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Ikoon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopeeri" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Aseta" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Ava \"%1\" uuel kaardil" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Ava \"%1\" uues aknas" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Muuda" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Liigu" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Täieliku asukoha näitamine" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3844,7 +3824,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1 ülekandmine nurjus" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3856,6 +3836,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Asukohad" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3879,28 +3868,28 @@ msgstr "Muu" msgid "Edit mode" msgstr "Redigeerimisrežiim" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klõpsa asukohta liikumiseks" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klõpsa asukoha muutmiseks" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Sul puuduvad õigused selle faili käivitamiseks." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 käivitamine" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3909,12 +3898,12 @@ msgstr "" "Teenust %1 ei õnnestunud muuta käivitatavaks, käivitamisest loobutakse.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Sul puuduvad õigused valida rakendust selle faili avamiseks." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3943,12 +3932,18 @@ msgstr "Tõrge pildi salvestamisel asukohta %1" msgid "Icon file too big, download aborted" msgstr "Ikoonifail on liiga suur, allalaadimine katkestatakse" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ühtegi e-posti klienti ei leitud" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3959,29 +3954,29 @@ msgstr "" "%1\n" "ei ole korrektne." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 käimapanek" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Faili \"%1\" ei leitud" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ühtegi terminaliemulaatorit ei leitud" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 avamine nurjus" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3992,7 +3987,7 @@ msgstr "" "%1\n" "on viida tüüpi, kuid ei sisalda kirjet URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4001,7 +3996,7 @@ msgstr "" "Täitmisfail \"%1\" asub kaugfailisüsteemis. Turvalisuse huvides seda ei " "käivitata." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4009,14 +4004,14 @@ msgstr "" "Turvakaalutlustel ei ole selles kontekstis täitmisfailide käivitamine " "lubatud." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Programm \"%1\" vajab käivitusõigust, enne kui seda saab käivitada." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4025,12 +4020,12 @@ msgstr "" "Faili \"%1\" muutmine käivitatavaks nurjus.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Töölaua kirje fail %1 ei sisalda kirjet Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4041,12 +4036,12 @@ msgstr "" "Vaata, kas faili allalaadimine on ehk alles pooleli või kas mõni avatud " "rakendus salvestab parajasti seda faili." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Faili avamine nurjus." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Programmi \"%1\" pole võimalik käivitada." @@ -4138,72 +4133,67 @@ msgstr "" "on muudetud.\n" "Kas laadida muudatused üles?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - avab kaugfaile, vaatab muudatusi, küsib üleslaadimist" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003: KFM-i/Konquerori arendajad" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL-e käsitletakse kohalike failidena ja kustutatakse hiljem" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Allalaaditud failile pakutav nimi" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Käivitatav käsk" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(id) või kohalik(ud) fail(id), mida kasutab 'command'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "ACL-iks määratakse %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4212,7 +4202,7 @@ msgstr "" "Faili/kataloogi %1\n" "õiguste muutmine pole võimalik" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4221,118 +4211,38 @@ msgid "" "%1" msgstr "%1 omaniku muutmine pole võimalik." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ajutist faili pole võimalik ümber nimetada" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Rakendust \"mount\" ei leitud" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Rakendust \"umount\" ei leitud" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Failiõiguste muutmine" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Uued õigused: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Failiomaniku muutmine" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Uus omanik: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Faili eemaldamine" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Kataloogi eemaldamine" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Kataloogi loomine" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Kataloogi õigused: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Faili avamine" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Kataloogi avamine" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Uus failinimi: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Sihtmärk: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ajatempli muutmine" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Lähtekoht: %1, sihtkoht: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Tundmatu toiming" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Toiming: %1\n" -"Allikas: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Faili kopeerimine asukohast %1 asukohta %2 nurjus (viga: %3)." -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Andmekandja pole %1 seadmes" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Määratud kasutajanimele %1 ei õnnestunud hankida kasutaja ID-d." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Määratud grupi nimele %1 ei õnnestunud hankida grupi ID-d" @@ -4374,32 +4284,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Selle saidi jaoks tuleb anda kasutajanimi ja parool." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sait:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Sisselogimine korras" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Sisselogimine saidile %1 nurjus." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4408,7 +4318,7 @@ msgstr "" "\n" "Server teatas: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4417,12 +4327,12 @@ msgstr "" "Allnäidatud puhverserveri jaoks tuleb anda kasutajanimi ja parool, enne kui " "sul lubatakse pääseda ligi mis tahes saidile." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Puhverserver:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Puhverserveri autentimine nurjus." @@ -4474,101 +4384,101 @@ msgid "" msgstr "Kas aktsepteerida seda sertifikaati tulevikus ilma küsimata?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Serveri autentimine" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1, %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Muidu oleks pidanud nõue rahuldatama." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "omaduse väärtuste hankimine" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "omaduse väärtuste seadmine" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "soovitud kataloogi loomine" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "määratud faili või kataloogi kopeerimine" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "määratud faili või kataloogi liigutamine" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "otsing määratud kataloogis" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "määratud faili või kataloogi lukustamine" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "määratud faili või kataloogi lahtilukustamine" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "määratud faili või kataloogi kustutamine" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "serveri võimaluste päring" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "määratud faili või kataloogi sisu hankimine" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "aruande käivitamine määratud kataloogis" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Tekkis ootamatu viga (%1), kui võeti ette järgmine toiming: %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4578,13 +4488,13 @@ msgstr "" "Tekkis viga, kui võeti ette järgmine toiming: %1, %2. Põhjuste kokkuvõte on " "ära toodud allpool." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Ligipääs keelati, kui võeti ette järgmine toiming: %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4593,7 +4503,7 @@ msgstr "" "Ressurssi ei saa sihtkohas luua, enne kui ei ole loodud üks või enam " "vahekataloogi." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4608,28 +4518,28 @@ msgstr "" "et faile üle ei kirjutataks.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Soovitud lukku pole võimalik luua. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server ei toeta soovitud põhiosa tüüpi." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Toimingut ''%1' ei saa sooritada, sest ressurss on lukus." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Seda toimingut takistas mingi muu viga." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4639,7 +4549,7 @@ msgstr "" "Toimingut ''%1' ei saa sooritada, sest sihtserver keeldub vastu võtmast " "faili või kataloogi." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4648,18 +4558,18 @@ msgstr "" "Sihtressursil napib ruumi ressursi oleku salvestamiseks pärast selle meetodi " "rakendamist." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ressurssi ei saa kustutada." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 üleslaadimine" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4670,15 +4580,15 @@ msgstr "Tekkis ootamatu viga (%1), kui võeti ette järgmine toiming: %2." msgid "Network" msgstr "Võrk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Vigane URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4690,12 +4600,12 @@ msgstr "" "ole võimalik. Sa võid kataloogi uuesti luua ja taastamise taas ette võtta " "või siis taastada kuhugi mujale." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Vigane protokollide kombinatsioon." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "See fail on juba prügikastis." @@ -4731,7 +4641,7 @@ msgstr "Tühjenda prügikasti sisu" msgid "Restore a trashed file to its original location" msgstr "Taasta fail prügikastist esialgsesse asukohta" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4753,17 +4663,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Proovi uuesti" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Autentimisdialoog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Juurdepääs keelatud" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Sul puuduvad õigused kasutada protokolli %1." @@ -4872,41 +4782,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Oodatud kontrollsumma (MD5, SHA1, SHA256 või SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klõpsa kontrollsumma asetamiseks lõikepuhvrist sisestusväljale." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4916,9 +4826,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Arvuta" @@ -4927,23 +4837,23 @@ msgstr "Arvuta" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klõpsa kontrollsuuma kopeerimiseks lõikepuhvrisse." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Loo&bu" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Lii&guta siia" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4951,114 +4861,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Allalaadimised" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopeeri siia" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Lingi siia" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 käimapanek" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Mida selle failiga ette võtta?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Rohkem ei küsita" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ava" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Käivita" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Ava rakendusega %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Muudatuste tühistamine" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Mida selle failiga ette võtta?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Selle operatsiooni tühistamine nõuab administraatori õigusi. Kas jätkata?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Kataloogi loomine" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Lähtefail" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Sihtfail" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopeerimine" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Liigutamine" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Nime muutmine" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Liigutamine prügikasti" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Kustutamine" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Võta tagasi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Võta tagasi: kopeerimine" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Võta tagasi: linkimine" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Võta tagasi: liigutamine" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Võta tagasi: ümbernimetamine" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Võta tagasi: viskamine prügikasti" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Võta tagasi: kataloogi loomine" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Võta tagasi: kataloogi loomine" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Võta tagasi: faili loomine" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Võta tagasi: hulgiümbernimetamine" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Võta tagasi: kopeerimine" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Võta tagasi: linkimine" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Võta tagasi: liigutamine" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Võta tagasi: ümbernimetamine" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Võta tagasi: viskamine prügikasti" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Võta tagasi: kataloogi loomine" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Võta tagasi: kataloogi loomine" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Võta tagasi: faili loomine" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Võta tagasi: hulgiümbernimetamine" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5070,12 +5068,12 @@ msgstr "" "Kopeerimise tagasivõtmine kustutab faili ja kõik muudatused lähevad kaotsi.\n" "Kas tõesti kustutada %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Faili kopeerimise tagasivõtmise kinnitus" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5086,22 +5084,23 @@ msgstr "" "Kas tõesti kustutada see element jäädavalt?%1Seda toimingut ei saa tagasi võtta." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Lõplik kustutamine" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Lõplik kustutamine" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5117,7 +5116,7 @@ msgstr[1] "" "Kas tõesti kustutada need %1 elementi jäädavalt?Seda toimingut ei saa tagasi võtta." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5127,13 +5126,13 @@ msgstr "" "Kas soovite jäädavalt kustutada kõik failid prügikastist?Seda toimingut ei saa tagasi võtta." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tühjenda prügikast" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5141,7 +5140,7 @@ msgid "" "filename>" msgstr "Kas tõesti visata see element prügikasti?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5228,7 +5227,7 @@ msgstr "Omanik" msgid "Owning Group" msgstr "Omav grupp" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Teised" @@ -5302,66 +5301,66 @@ msgstr "Süsteemi seadistuse uuendamine" msgid "Updating system configuration…" msgstr "Süsteemi seadistuse uuendamine." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nimi" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Suurus" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Kuupäev" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Õigused" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Omanik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupp" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tüüp" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ava &rakendusega %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Toimingud" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5369,7 +5368,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Ava kataloog &rakendusega" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5377,29 +5376,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Ava &rakendusega" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Käivita" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Ava kataloog rakendusega %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Ava rakendusega %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Ava kataloog &rakendusega" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Ava &rakendusega" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5407,7 +5413,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Muu rakendus ..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5415,113 +5421,135 @@ msgid_plural "%1 items" msgstr[0] "1 fail" msgstr[1] "%1 faili" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Tundmatu" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Peata" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Uuri Filelightis" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Ühenduse allikas:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Vaba ruum:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tüüp:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Sisu:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Avamine rakendusega:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Muuda ..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Asukoht:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Suurus:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Muuda ..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Sisu:" +msgid "Stop" +msgstr "Peata" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Uuri Filelightis" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Viitab asukohale:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Muudetud:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Hoiatuse näitamine" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Loodud:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Failisüsteem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Teadmata suurus" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Ühenduspunkt:" +msgid "Modified:" +msgstr "Muudetud:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Loetud:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Avatakse rakendusega:" +msgid "File system:" +msgstr "Failisüsteem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Ühenduspunkt:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Ühenduse allikas:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Vaba ruum:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Teadmata suurus" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5813,26 +5841,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Siia saab kirjutada faili kirjelduse, näiteks sissehelistamisrakenduse " "(KPPP) kohta võiks kirjutada \"Sissehelistamisrakendus\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "Kirjel&dus:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Kasutajanimi:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Siia saab kirjutada kommentaari, kui pead seda vajalikuks." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Siia saab kirjutada faili kirjelduse, näiteks sissehelistamisrakenduse " +"(KPPP) kohta võiks kirjutada \"Sissehelistamisrakendus\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5844,7 +5883,7 @@ msgstr "Komm&entaar:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Pu&hverserveri eelseadistatud keskkonnamuutujate kasutamine" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6059,7 +6098,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Jagamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6069,36 +6108,59 @@ msgstr "" "Omadusi pole võimalik salvestada, kuna sul pole kirjutamisõigust failile%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Ül&dine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Sisesta muu nimi" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Uuri %1is" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Värskenda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 ülekandmine nurjus" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Teadmata suurus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6107,138 +6169,144 @@ msgstr "" "Arvutamine... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fail" msgstr[1] "%1 faili" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 alamkataloog" msgstr[1] "%1 alamkataloogi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Arvutamine...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Vähemalt %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Uus failinimi on tühi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Registreerimata failitüüp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Seostatud rakendust pole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Loo …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Muuda …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Juurdepääs puudub" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Ainult vaatamise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Vaatamise ja muutmise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Ainult sisu vaatamise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Sisu vaatamise ja muutmise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Ainult vaatamise/lugemise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Vaatamise/lugemise ja muutmise/kirjutamise õigus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Õi&gused" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Kasutamisõigused" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "See fail on viit, millel ei ole õigusi." msgstr[1] "Kõik failid on viidad, millel ei ole õigusi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Õigusi saab muuta ainult omanik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "O&manik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Määrab tegevused, mida omanik võib ette võtta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gru&pp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Määrab tegevused, mida grupi liikmed võivad ette võtta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Teised" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6247,31 +6315,31 @@ msgstr "" "Määarb tegevused, mida võivad ette võtta kõik need kasutajad, kes pole " "omanikud ega kuulu gruppi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Kataloo&gi sisu saab ümber nimetada ja kustutada ainult omanik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "See lipp lubab faili rakendusena käivitada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Kasutajanimi vaikimisi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Käivita" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6282,7 +6350,7 @@ msgstr "" "ja katalooge kustutada või ümber nimetada. Teised kasutajad võivad ainult " "uusi faile lisada, kui neil on sisu muutmise õigus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6291,42 +6359,42 @@ msgstr "" "Selle sisselülitamine märgib faili käivitatavaks. Sellel on mõtet ainult " "rakenduste ja skriptide puhul. See on nõutav, kui soovid neid ka käivitada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Muu&d õigused" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Omandus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Kasutaja:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Muudatused rakendatakse kõigile alamkataloogidele ja nende sisule" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Muud õigused" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klass" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6335,22 +6403,22 @@ msgstr "" "Kirjete\n" "vaatamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "See lipp lubab kataloogi sisu vaadata." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lugemine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "See lipp lubab faili sisu vaadata." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6359,7 +6427,7 @@ msgstr "" "Kirjete\n" "kirjutamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6368,43 +6436,43 @@ msgstr "" "See lipp lubab faile lisada, ümber nimetada ja kustutada. Arvesta, et " "kustutamist ja ümbernimetamist saab piirata kleepbiti abil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Kirjutamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Kirjutamislipp lubab faili sisu muuta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Sisenemine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "See lipp lubab kataloogi siseneda." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Käivitamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "See lipp lubab faili rakendusena käivitada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spetsiaalne" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6413,24 +6481,24 @@ msgstr "" "Spetsiaalne lipp. Kehtib kogu kataloogi kohta, selle täpne tähendus on näha " "parempoolses veerus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Spetsiaalne lipp. Selle täpne tähendus on näha parempoolses veerus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Kasutaja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6438,7 +6506,7 @@ msgid "" msgstr "" "Selle lipu määramisel on antud kataloogi omanik kõigi uute failide omanik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6447,13 +6515,13 @@ msgstr "" "Kui fail on käivitatav, siis selle lipu määramisel saab seda käivitada " "ainult omaniku õigustes." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "Selle lipu määramisel on kataloogi omanik kõigi uute failide omanik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6462,7 +6530,7 @@ msgstr "" "Kui fail on käivitatav, siis selle lipu määramisel saab seda käivitada " "ainult grupi õigustes." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6472,7 +6540,7 @@ msgstr "" "nimetada ainult omanik või administraator (root). Vastasel juhul võivad seda " "teha kõik, kel on kirjutamisõigus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6481,91 +6549,80 @@ msgstr "" "Failile määratud kleepbitti Linuxis ignoreeritakse, kuid mõnes süsteemis " "võib sel ka mõte olla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "SUID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "SGID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Kleepuv" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Viit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varieeruv (muutusteta)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "See fail kasutab muid õigusi." msgstr[1] "Need failid kasutavad muid õigusi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "See kataloog kasutab muid õigusi." msgstr[1] "Need kataloogid kasutavad muid õigusi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Need failid kasutavad muid õigusi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Ko&ntrollsummad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Arvutamine..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Vigane kontrollsumma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Määratud sisend ei ole korrektne MD5, SHA1 või SHA256 kontrollsumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrollsummade sobivus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Arvutatud ja oodatud kontrollsumma sobivad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6576,13 +6633,13 @@ msgstr "" "Proovi fail uuesti alla laadida.
    Kui verifitseerimine endiselt nurjub, " "võta ühendust faili pakkujaga." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Arvutatud ja oodatud kontrollsumma erinevad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6590,18 +6647,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Kontrollsumma kontrollimine ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Failid on identsed." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Failid on erinevad." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Arvutamine..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6609,27 +6686,27 @@ msgstr "" "Omaduste salvestamine nurjus. Toetatud on ainult kohaliku failisüsteemi " "kirjed." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "R&akendus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Failitüübi lisamine %1 jaoks" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vali üks või rohkem lisatav failitüüp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Ainult kohalikus failisüsteemis asuvad täitmisfailid on toetatud." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 täpsemad valikud" @@ -6730,22 +6807,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Seadista veebi kiirkorraldusi..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Ava failidialoog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Lõikepuhvri sisu failinimi:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Aseta fail" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Aseta lõikepuhvri sisu" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6754,19 +6836,19 @@ msgstr "" "Lõikepuhvri sisu on pärast asetamist muutunud: valitud andmevorming ei ole " "enam saadaval. Palun kopeeri uuesti see, mida soovid asetada." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Aseta üks kataloog" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Aseta üks fail" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6774,48 +6856,65 @@ msgid_plural "Paste %1 Items" msgstr[0] "Aseta üks element" msgstr[1] "Aseta %1 elementi" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Aseta lõikepuhvri sisu" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Aseta" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Andmevorming:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Lõikepuhvri sisu failinimi:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Lohistatud sisu failinimi:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Kuupäev: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Suurus: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Rakendatakse kõigile" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6825,47 +6924,50 @@ msgstr "" "Kui sa ei klõpsa \"Jäta vahele\", küsitatakse sinu käest siiski uuesti, kui " "tekib konflikt kataloogis olemasoleva failiga." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Märkimisel rakendatakse vajutatud nuppu ülejäänud aktiivse töö kestel " "kõigile edasistele konfliktidele." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Nimeta ümbe&r" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Paku uus &nimi" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Jäta vahele" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Seda kataloogi ei kopeerita ega liigutata, vaid hüpatakse järgmisele" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Seda faili ei kopeerita ega liigutata, vaid hüpatakse järgmisele" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Kir&juta kataloogi" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6878,13 +6980,13 @@ msgstr "" "Seda küsitatakse siiski uuesti, kui tekib konflikt kataloogis olemasoleva " "failiga." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Kirjuta vanemad failid üle" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6893,12 +6995,12 @@ msgstr "" "Sihtkohas olevad failid, mille muutmisaeg on vanem kui lähtefailidel, " "kirjutatakse lähtefailidega üle, muul juhul jäetakse vahele." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Jä&tka" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6907,76 +7009,66 @@ msgstr "" "See tegevus soovib %1 iseendaga üle kirjutada.\n" "Palun määra uus failinimi:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Jätka" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "See tegevus kirjutab sihtfaili üle." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "See tegevus kirjutab sihtfaili üle." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Lähtefail" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Sihtfail" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Sihtfail on %1 võrra väiksem." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Sihtfail on %1 võrra väiksem." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Sihtfail on %1 võrra väiksem." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Sihtfail on %1 võrra suurem." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Failid on identsed." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Failid näivad identsed." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Failid on erinevad." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6985,59 +7077,56 @@ msgstr "" "Failid on tõenäoliselt identsed: nad on sama suured ja nende sisu on nii " "alguses, keskel kui ka lõpus ühesugune." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Failide kopeerimine" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Vanem element nimega '%1' on juba olemas." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Samasuguse nimega fail '%1' on juba olemas." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Uuem element nimega '%1' on juba olemas." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Uus nimi:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Elemendi nime muutmine" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Elementide nime muutmine" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Muuda nime" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Elemendile %1 antakse nimeks:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Uus nimi #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fail nimega %1 on juba olemas." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ei paista olevat käivitatav programm." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7045,38 +7134,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "%1 valitud elemendile antakse nimeks:" msgstr[1] "%1 valitud elemendile antakse nimeks:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# asendatakse kasvavate numbritega alates numbrist:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Uus nimi #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 valitud elemendile antakse nimeks:" +msgstr[1] "%1 valitud elemendile antakse nimeks:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Asenda" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Avatakse rakendusega:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Asenda" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 valitud elemendile antakse nimeks:" +msgstr[1] "%1 valitud elemendile antakse nimeks:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Sisesta muu nimi" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Sisesta muu nimi" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Elemendi nime muutmine" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Elementide nime muutmine" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Muuda nime" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Kasutajanimi vaikimisi:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Asenda" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Eelvaatluse näitamine" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ei paista olevat käivitatav programm." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Info" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Asenda" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Proovi uuesti" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Asenda kõik" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Jäta vahele" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Jäta kõik vahele" @@ -7163,7 +7418,7 @@ msgstr "" "Võrgumasin ei saatnud ühtegi SSL sertifikaati.\n" "Loobutakse, sest masina identiteeti ei ole võimalik tuvastada." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7213,9 +7468,9 @@ msgstr[1] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Kas tõesti kustutada see element jäädavalt?%1Seda toimingut ei saa tagasi võtta." @@ -7231,11 +7486,51 @@ msgstr "" #| ">This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Kas tõesti kustutada see element jäädavalt?Seda toimingut ei saa tagasi võtta." +msgstr[1] "" +"Kas tõesti kustutada need %1 elementi jäädavalt?Seda toimingut ei saa tagasi võtta." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Kas tõesti kustutada see element jäädavalt?%1Seda toimingut ei saa tagasi võtta." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7245,7 +7540,7 @@ msgstr[1] "" "Kas tõesti kustutada need %1 elementi jäädavalt?Seda toimingut ei saa tagasi võtta." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7253,51 +7548,261 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Kas tõesti visata see %1 element prügikasti?" msgstr[1] "Kas tõesti visata need %1 elementi prügikasti?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Rohkem ei küsita" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Rohkem ei küsita" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Seda teadet rohkem ei näidata" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Partneri SSL-sertifikaadi ahel paistab olevat vigane." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Hoiatus" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "See käivitab programmi:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" +#~ msgid "Open With:" +#~ msgstr "Avatakse rakendusega:" + +#~ msgid "File System:" +#~ msgstr "Failisüsteem:" + +#~ msgid "Change Attribute" +#~ msgstr "Atribuudi muutmine" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Faili atribuutide muutmiseks on tarvilikud administraatori õigused. Kas " +#~ "jätkata?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Kopeerimise sooritamiseks on tarvilikud administraatori õigused. Kas " +#~ "jätkata?" + +#~ msgid "Delete Files" +#~ msgstr "Failide kustutamine" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Kustutamise sooritamiseks on tarvilikud administraatori õigused. Kuid see " +#~ "võib tekitada süsteemile kahju. Kas jätkata?" + +#~ msgid "Create Folder" +#~ msgstr "Kataloogi loomine" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Selle kataloogi loomiseks on tarvilikud administraatori õigused. Kas " +#~ "jätkata?" + +#~ msgid "Move Items" +#~ msgstr "Elementide liigutamine" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Liigutamise sooritamieks on tarvilikud administraatori õigused. Kas " +#~ "jätkata?" + +#~ msgid "Rename" +#~ msgstr "Nime muutmine" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Nime muutmise sooritamiseks on tarvilikud administraatori õigused. Kas " +#~ "jätkata?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Nimeviida loomiseks on tarvilikud administraatori õigused. Kas jätkata?" + +#~ msgid "Transfer data" +#~ msgstr "Andmete ülekanne" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Andmete ülekandmiseks on tarvilikud administraatori õigused. Kas jätkata?" + +#~ msgid "Undo Changes" +#~ msgstr "Muudatuste tühistamine" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Selle operatsiooni tühistamine nõuab administraatori õigusi. Kas jätkata?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "ACL-iks määratakse %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Failiõiguste muutmine" + +#~ msgid "New Permissions: %1" +#~ msgstr "Uued õigused: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Failiomaniku muutmine" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Uus omanik: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Faili eemaldamine" + +#~ msgid "Remove Directory" +#~ msgstr "Kataloogi eemaldamine" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Kataloogi õigused: %1" + +#~ msgid "Open File" +#~ msgstr "Faili avamine" + +#~ msgid "Open Directory" +#~ msgstr "Kataloogi avamine" + +#~ msgid "New Filename: %1" +#~ msgstr "Uus failinimi: %1" + +#~ msgid "Target: %1" +#~ msgstr "Sihtmärk: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ajatempli muutmine" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Lähtekoht: %1, sihtkoht: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Tundmatu toiming" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Toiming: %1\n" +#~ "Allikas: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Järjehoidjate nupu näitamine" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Faili on muudetud" + +#~ msgid "&Description:" +#~ msgstr "Kirjel&dus:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Siia saab kirjutada kommentaari, kui pead seda vajalikuks." + +#~ msgid "Do not ask again" +#~ msgstr "Rohkem ei küsita" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "See on failide nimekirjale rakendatav filter. Faile, mis ei vasta " +#~ "filtri tingimustele, nimekirjas ei näidata.

    Sul on võimalus valida " +#~ "rippmenüüst valmis filter või sisestada oma filter otse tekstiväljale.

    Kasutada võib ka metamärke, nt. * ja ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Valitud on rohkem kui üks kataloog ning see dialoog ei tunnista " +#~ "katalooge, mistõttu ei saa otsustada, millisesse kataloogi siseneda. " +#~ "Palun vali ainult üks kataloog." + +#~ msgid "More than one folder provided" +#~ msgstr "Valiti rohkem kui üks kataloog" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Valitud on vähemalt üks kataloog ja üks fail. Valitud faile eiratakse " +#~ "ning sisenetakse valitud kataloogi" + +#~ msgid "Files and folders selected" +#~ msgstr "Valitud on failid ja kataloogid" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Kuigi serveriga loodi ühendus, ei saadud määratud aja jooksul vastust. " +#~ "Praegu kehtivad ajad on järgnevad:
    • Ühenduse loomise aegumine: %1 " +#~ "sekundit
    • Vastuse saamise aegumine: %2 sekundit
    • " +#~ "
    • Puhverserverist vastuse saamise aegumine: %3 sekundit
    Neid " +#~ "väärtusi on võimalik muuta KDE Süsteemi seadistustes, valides " +#~ "Võrguseadistused -> Ühenduse valikud." + #~ msgid "Is &executable" #~ msgstr "Kä&ivitatav" @@ -8469,9 +8974,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ "for the trash, the maximum.
    " #~ msgstr "Maksimaalne kettaruum, mis eraldatakse prügikastile." -#~ msgid "Show a Warning" -#~ msgstr "Hoiatuse näitamine" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Kustutatakse vanimad failid" @@ -8609,10 +9111,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "Space" #~ msgstr "Tühik" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Vaikimisi" - #~ msgid "Modify Web Shortcut" #~ msgstr "Muuda veebikiirkorraldust" @@ -8988,11 +9486,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 jaoks ei leitud ühtegi rakendust ega käitlejat" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Aseta fail" -#~ msgstr[1] "&Aseta %1 faili" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Aseta URL" @@ -9100,14 +9593,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "Invalid Directory Name" #~ msgstr "Vigane katalooginimi" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Kataloogi nimega %1 ei saanud luua, sest see " -#~ "nimi on reserveeritud operatsioonisüsteemile." - #~ msgid "File Type Options" #~ msgstr "Failitüübi valikud" @@ -9145,9 +9630,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince ei toeta lahutamist." -#~ msgid "File name:" -#~ msgstr "Failinimi:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9446,9 +9928,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "Read only" #~ msgstr "Ainult lugemiseks" -#~ msgid "File system:" -#~ msgstr "Failisüsteem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Ühenduspunkt (/mnt/floppy):" @@ -9934,9 +10413,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ msgid "Do not &close when command exits" #~ msgstr "Kä&su lõpetamisel ei suleta" -#~ msgid "&Username:" -#~ msgstr "&Kasutajanimi:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9959,9 +10435,6 @@ msgstr "Kui sa ei usalda seda programmi, klõpsa Loobu" #~ "Küpsiste käsitlemise teenuse käivitamine nurjus.\n" #~ "Sa ei saa seepärast hallata arvutisse salvestatud küpsiseid." -#~ msgid "Open with:" -#~ msgstr "Avamine rakendusega:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/eu/kio6.po b/local/recipes/kde/kf6-kio/source/po/eu/kio6.po index bc82eb92d3..7a3727cd0e 100644 --- a/local/recipes/kde/kf6-kio/source/po/eu/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/eu/kio6.po @@ -1,28 +1,28 @@ # Translation for kio6.po to Euskara/Basque (eu). -# Copyright (C) 2003-2024 This file is copyright: +# Copyright (C) 2003-2026 This file is copyright: # This file is distributed under the same license as the kio package. -# SPDX-FileCopyrightText: 2023, 2024 KDE euskaratzeko proiektuko arduraduna +# SPDX-FileCopyrightText: 2023, 2024, 2025, 2026 KDE euskaratzeko proiektuaren arduraduna # # Translators: # Marcos , 2003, 2005, 2006, 2007, 2008, 2010. # Asel Luzarraga , 2003, 2004. # Ion Gaztañaga , 2005. # Asier Urio Larrea , 2008. -# Iñigo Salvador Azurmendi , 2010, 2011, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024. +# Iñigo Salvador Azurmendi , 2010, 2011, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2026. # Iñaki Larrañaga Murgoitio , 2011. msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-10 19:15+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-03-19 20:07+0100\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" -"X-Generator: Lokalize 24.08.3\n" +"X-Generator: Lokalize 25.12.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #, kde-format @@ -35,12 +35,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "xalba@ni.eus" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ezin izan du aldatu %1 fitxategiaren jabetza" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -49,12 +49,12 @@ msgstr "" "Ezin izan du %1 fitxategiaren jabetza aldatu. Ez duzu " "aldaketa gauzatzeko, fitxategia atzitzeko baimen nahikorik." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ez da KIO behargina sortzeko gai: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,7 +66,7 @@ msgstr "" "Ezin izan du «%1» esteka sinbolikoa sortu.\n" "Helburuko fitxategi-sistemak (%2) ez du esteka sinbolikorik onartzen." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgstr "" "Ordezkatu hautatuz gero, balio ez duten karaktereak (helmugako karpeta-" "izenean) azpimarrarekin «_» ordeztuko ditu." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "Ordezkatu hautatuz gero, balio ez duten karaktereak (helmugako fitxategi-" "izenean) azpimarrarekin «_» ordeztuko ditu." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Karpeta existitzen da dagoeneko" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fitxategia existitzen da dagoeneko" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Karpeta gisa existitzen da dagoeneko" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Zakarrontzia" @@ -206,202 +206,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Lekuz aldatzen" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Iturburua" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Helburua" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Berrizendatzen" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiatzen" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Direktorioa sortzen" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Direktorioa" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Ezabatzen" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fitxategia" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Aztertzen" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferitzen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Muntatzen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Gailua" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Muntatzeko lekua" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Desmuntatzen" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Aldatu atributua" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Root pribilegioak behar dira fitxategien atributuak aldatzeko. Jarraitu nahi " -"duzu?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopiatu fitxategiak" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Root pribilegioak behar dira kopiatzeko eragiketa burutzeko. Jarraitu nahi " -"duzu?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Ezabatu fitxategiak" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Root pribilegioak behar dira ezabatzeko eragiketa burutzeko. Dena den, hala " -"egiteak zure sistema kaltetu dezake. Jarraitu nahi duzu?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Sortu karpeta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Root pribilegioak behar dira karpeta hau sortzeko. Jarraitu nahi duzu?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mugitu elementuak" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Root pribilegioak behar dira mugitzeko eragiketa burutzeko. Jarraitu nahi " -"duzu?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Berrizendatu" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Root pribilegioak behar dira berrizendatzea burutzeko. Jarraitu nahi duzu?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Sortu esteka sinbolikoa" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Root pribilegioak behar dira esteka sinbolikoa sortzeko. Jarraitu nahi duzu?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Datu transferentzia" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Root pribilegioak behar dira datu transferentzia burutzeko. Jarraitu nahi " -"duzu?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -831,6 +725,11 @@ msgstr "Fitxategia handiegia da zakarrontzira botatzeko." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Kokaleku honetan ezin izan da zabor-karpeta bat aurkitu edo sortu." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -840,65 +739,65 @@ msgstr "" "%2\n" "Bidali erroreari buruzko txosten oso bat hona, https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ezezaguna)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Arrazoi teknikoa: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Eskakizunaren xehetasunak:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URLa: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokoloa: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Data eta ordua: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Informazio osagarria: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Dauden arrazoiak:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Dauden konponbideak:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ezezaguna)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -908,18 +807,18 @@ msgstr "" "edo bestelako laguntza eskaintzen duen talde batekin laguntza gehiago " "eskuratzeko." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Jarri harremanetan zerbitzariko administratzailearekin laguntza eskuratzeko." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Egiaztatu baliabide honetan dituzun atzitze baimenak." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -928,7 +827,7 @@ msgstr "" "Zure atzitze baimenak ezegokiak izan daitezke eskatutako eragiketa baliabide " "honetan gauzatzeko." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -936,7 +835,7 @@ msgstr "" "Beste erabiltzaile edo aplikazio batek fitxategia erabiltzen ari dela (eta " "blokeatzen duela) dirudi." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -945,17 +844,17 @@ msgstr "" "Ziurtatu beste erabiltzaile edo aplikazio batek ez darabilela edo ez duela " "blokeatu fitxategia." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Zaila izan arren, hardwareko errorea gertatu dela dirudi." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Programan errorea aurkitu duzula dirudi." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -964,7 +863,7 @@ msgstr "" "Gertatutakoa programaren erroreren batek eragin duela dirudi. Eskertuko " "genizuke erroreari buruz berri emango bazenu garatzaileei." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -973,7 +872,7 @@ msgstr "" "Eguneratu softwarearen azken bertsiora. Sistemaren banaketak hori egiteko " "tresnak eskaini beharko lizkizuke." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -992,12 +891,12 @@ msgstr "" "balitz, arestiko xehetasunak jaso, eta erantsi zure akats-txostenean, " "lagungarri izan litezkeela uste duzun beste xehetasunekin batera." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Baliteke arazoak egotea sareko konexioarekin." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1006,7 +905,7 @@ msgstr "" "Izan liteke zure sareko konfigurazioarekin arazo bat gertatu izana. Berriki " "Internet arazorik gabe atzitu izan baduzu, nekez izango da hau arrazoia." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1014,42 +913,42 @@ msgid "" msgstr "" "Baliteke ordenagailu hau eta zerbitzaria lotzen duen bidean egotea arazoa." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Saiatu berriz, edo orain edo beranduago." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Baliteke protokoloko errorea edo batera ezintasunaren bat gertatzea." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ziurtatu baliabidea existitzen dela eta saiatu berriro." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Baliteke adierazitako baliabidea ez existitzea." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Ongi egiaztatu helbida ongi idatzi duzula eta saiatu berriro." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Egiaztatu sareko konexioaren egoera." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ezin da baliabidea ireki irakurtzeko" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, could not be written to as " @@ -1079,17 +978,17 @@ msgstr "" "Honek adierazten du %1 fitxategian ezin izan duela eskatu " "moduan idatzi, ezin izan duelako idazteko baimena duen sarbiderik lortu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ezin da %1 protokoloak behar duen prozesua abiarazi" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ezin da prozesua abiarazi" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 protokolora sarbidea ematen duen " "programak barneko errore baten berri eman du." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Gaizki osatutako URLa" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokoloa://erabiltzailea:pasahitza@www.adibidea.org:" "ataka/karpeta/fitxategiizena.hedapena?kontsulta=balioa" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Ez da %1 protokoloa onartzen" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1158,12 +1057,12 @@ msgstr "" "Ordenagailuan instalatutako KDEko programek ez dute %1 " "protokoloa onartzen." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Baliteke eskatutako protokoloa ez onartzea." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1172,7 +1071,7 @@ msgstr "" "Baliteke ordenagiluak eta zerbitzariak onartzen duten %1 protokoloaren " "bertsioa bateraezinak izatea." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1183,17 +1082,17 @@ msgstr "" "(«KIO behargina» deitua) gauzatu dezakezu. Bilatu beharreko lekuen artean " "dago https://kde-apps.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URLak ez du bailabiderik adierazten." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokoloa iragazki-protokoloa da." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LURLak (Uniform Resource Locator) ez du " "bailabide zehatzik adierazten." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1215,12 +1114,12 @@ msgstr "" "da egoera horietako bat. Honako hau egoera bitxi bat da, eta ziurrenik " "programazioko errore batek eragindakoa da." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Onartu gabeko eragiketa: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1229,7 +1128,7 @@ msgstr "" "%1 protokoloa inplementatzen duen KDE programak ez du " "eskatutako ekintza onartzen." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1240,17 +1139,17 @@ msgstr "" "sarrera/irteera arkitekturarako eskuragarri dagoena baino informazio " "ugariagoa eman beharko lizuke." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Saiatu emaitza berbera lortzeko beste bide bat bilatzen." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Espero zen fitxategia" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1259,17 +1158,17 @@ msgstr "" "Eskakizunak fitxategi bat espero zuen, baina %1 karpeta " "aurkitu da horren ordez." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Baliteke zerbitzariaren errorea izatea." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Karpeta espero zen" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1278,17 +1177,17 @@ msgstr "" "Eskakizunak karpeta bat espero zuen, baina %1 fitxategia " "aurkitu da horren ordez." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Ez da fitxategia edo karpeta existitzen" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Ez da %1 fitxategia edo karpeta existitzen." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1297,22 +1196,22 @@ msgstr "" "Ezin izan du adierazitako fitxategia sortu, lehendik ere izen bereko beste " "fitxategi bat dagoelako." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Saiatu lehendabizi fitxategia lekuz aldatzen, eta saiatu berriro." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Ezabatu uneko fitxategia eta saiatu berriro." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Aukeratu beste izen bat fitxategi berrirako." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1321,27 +1220,27 @@ msgstr "" "Ezin izan du eskatutako karpeta sortu, lehendik ere izen bereko beste " "karpeta bat dagoelako." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Saiatu lehendabizi uneko karpeta lekuz aldatzen, eta saiatu berriro." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Ezabatu uneko karpeta eta saiatu berriro." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Aukeratu beste izen bat karpeta berrirako." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ostalari ezezaguna" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1350,7 +1249,7 @@ msgstr "" "Ostalari-errore ezezagun batek adierazten du eskatutako izena duen " "zerbitzaria, %1, ez duela Interneten aurkitzerik izan." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1358,28 +1257,28 @@ msgstr "" "Badirudi idatzitako %1 izena ez dela existitzen. Behar bada gaizki idatzi " "duzu." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Atzitze ukatua" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Atzitzea ukatu da zehaztutako baliabidera, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Edo ez duzu autentifikazioaren xehetasunik eman edo ez dira zuzenak." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Baliteke zure kontuak zehaztutako baliabidea atzitzeko baimenik ez izatea." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1388,12 +1287,12 @@ msgstr "" "Saiatu berriro eskakizuna egiten eta ziurtatu autentifikazioaren xehetasunak " "zuzenak direla." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Idazteko atzitzea ukatua" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1401,12 +1300,12 @@ msgid "" msgstr "" "%1 fitxategian idazteko saiakera ukatu dela esan nahi du." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ezin da karpetan sartu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1415,17 +1314,17 @@ msgstr "" "Eskatutako %1 karpetan sartzeko (beste hitz batzuekin, " "irekitzeko) saiakera ukatu dela esan nahi du." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Karpetak zerrendatzea ez dago erabilgarri" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 protokoloa ez da fitxategi-sistema bat" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1435,12 +1334,12 @@ msgstr "" "Karpetaren edukia zehazteko eskabidea egin dela eta KDEren programa ez dela " "hori egiteko gai adierazten du." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Esteka ziklikoa detektatuta" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1453,7 +1352,7 @@ msgstr "" "esteka bat, edo esteka sorta bat, detektatu du. Adibidez, fitxategia bere " "buruarekiko estekatuta dagoenean gertatzen da hau." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1462,27 +1361,27 @@ msgstr "" "Ezabatu begiztaren zati bat, begizta amaigabea sortu ez dadin, eta saiatu " "berriro." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Erabiltzaileak bertan behera utzi du eskaera" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Eskaera ez da osatu bertan behera utzi delako." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Saiatu berriro eskaera egiten." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Esteka ziklikoa detektatu da kopiatzean" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1496,17 +1395,17 @@ msgstr "" "detektatu du. Adibidez, fitxategia bere buruarekin estekatuta dagoenean " "gertatzen da hau." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ezin izan du sareko konexioa sortu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ezin izan du «socket»a sortu" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1515,8 +1414,8 @@ msgstr "" "Errore tekniko samar bat da, non ezin izan duen sortu sareko " "komunikazioetarako behar den gailu bat («socket» bat)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1525,12 +1424,12 @@ msgstr "" "Baliteke saerko konfigurazioa gaizki konfiguratuta egotea edo ezin gaitzea " "sareko interfazea." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Zerbitzariak konexioa ukatu du" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1539,7 +1438,7 @@ msgstr "" "%1 zerbitzariak ez dio ordenagailu honi konexioa egiten " "utzi." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1548,7 +1447,7 @@ msgstr "" "Baliteke zerbitzaria eskaerak onartzeko konfiguratuta ez egotea, " "internetekin konektatuta dagoen bitartean. " -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1557,7 +1456,7 @@ msgstr "" "Baliteke zerbitzariak eskatutako zerbitzua (%1) exekutatzen ez edukitzea, " "internetekin konektatuta dagoen bitartean." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1567,12 +1466,12 @@ msgstr "" "Agian, sareko suebaki batek (interneteko eskaerak mugatzen dituen gailua) " "eskaera hau ekidin du, zure eta zerbitzariaren sarea babestuz." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Zerbitzariaren konexioa ustegabean itxi da" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1581,7 +1480,7 @@ msgstr "" "%1(r)ekin konexioa sortu arren konexio hori itxi egin da " "komunikazioko puntu batean." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1590,17 +1489,17 @@ msgstr "" "Agian protokoloko errorea gertatu da, zerbitzariak erroreari erantzunez " "konexioa itxiz." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL baliabide baliogabea." -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 protokoloa ez da iragazki-protokoloa" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2, atzitzeko mekanismo " "baliagarririk adierazten." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1624,17 +1523,17 @@ msgstr "" "protokoloa ez da horrelako ekintzetarako gauza. Gertakizun bitxia da hau, " "eta ziurrenik programazioko errore baten adierazgarri da." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ezin da sarrera/irteera gailua abiarazi" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ezin izan du gailua muntatu" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1643,7 +1542,7 @@ msgstr "" "Eskatutako gailua ezin izan du hasieratu («muntatu»). Adierazitako errorea: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1654,7 +1553,7 @@ msgstr "" "euskarrian (CD-ROM diskorik ez egotea gailuan), edo gailu periferiko/" "eramangarria behar bezala konektatuta ez egotea." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1665,7 +1564,7 @@ msgstr "" "sistementan sistemako administratzailearen eskubideak behar izan ohi dira " "gailu bat hasieratzeko." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1674,17 +1573,17 @@ msgstr "" "Egiaztatu gailua prest dagoela, unitateak euskarrietan daudela eta gailu " "eramangarriak konektatuta eta piztuta daudela. Eta saiatu berriro." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ezin da desasieratu sarrerako/irteerako gailua." -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ezin izan du gailua desmuntatu" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1693,7 +1592,7 @@ msgstr "" "Eskatutako gailua ezin izan du ez-hasieratu («desmuntatu»). Adierazitako " "errorea: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1704,7 +1603,7 @@ msgstr "" "darabil. Gailuko leku bat arakatzaile batekin irekita edukitzeak eragin " "dezake gailua lanpetuta egotea." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1715,18 +1614,18 @@ msgstr "" "erako sistementan sistemako administratzailearen eskubideak behar izan ohi " "dira gailu bat desasieratzeko." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Egiaztatu ez dagoela gailua atzitzen duen aplikaziorik, eta saiatu berriz." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ezin da irakurri baliabidetik" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1735,17 +1634,17 @@ msgstr "" "%1 baliabidea irekitzeko gai izan arren, errorea gertatu " "dela edukiak irakurtzean adierazten du." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Agian ez duzu baliabidetik irakurtzeko baimenik." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ezin da baliabidean idatzi" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1754,22 +1653,22 @@ msgstr "" "%1 baliabidea irekitzeko gai izan arren, errorea gertatu " "dela baliabidean idaztean adierazi nahi du." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Agian ez duzu baliabidean idazteko baimenik." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ezin izan du sareko konexiorik entzun." -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ezin izan du elkartu" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1779,17 +1678,17 @@ msgstr "" "Errore tekniko samar bat da, non sare-komunikaziorako beharrezko gailu bat " "(socket bat) ezin izan duen sarrerako sare-konexioak entzuteko ezarri." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ezin izan du entzun" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ezin izan du sareko konexioa onartu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1798,33 +1697,33 @@ msgstr "" "Errore tekniko samar bat da, non errore bat gertatu den sarrerako sare-" "konexio bat onartzen saiatzean." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Agian ez duzu konexioa onartzeko baimenik." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ezin izan du saio-hasi: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Saioa hasteko saiakerak huts egin du (eskatutako eragiketa burutzeko)." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ezin izan du baliabidearen egoera zehaztu" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ezin izan du baliabidea egiaztatu" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1833,69 +1732,69 @@ msgstr "" "%1 baliabidearen egoerari (baliabidearen izena, mota, " "tamaiina, e.a.) buruzko informazioa jasotzeko saiakerak huts egin du." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Baliteke zehaztutako baliabidea ez egotea edo atzigaitz egotea." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ezin izan du zerrendatzea bertan behera utzi" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FINKATZEKO: dokumentatu hau" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ezin izan du karpeta sortu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Eskatutako karpeta sortzeko saiakerak huts egin du." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Agian karpeta sortu behar zen lekua ez da existitzen." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ezin izan du direktorioa ezabatu" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "%1 karpeta ezabatzeko saiakerak huts egin du." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Agian zehaztutako direktorioa ez da existitzen." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Agian zehaztutako karpeta ez dago hutsik." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Ziurtatu direktorioa existitzen dela eta hutsik dagoela, eta saiatu berriz." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ezin izan du fitxategi-transferentzia berrekin" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1904,34 +1803,34 @@ msgstr "" "Zehaztutako eskaerak %1 fitxategiaren transferentziako " "puntu jakin batean berrekitea eskatu du. Hau ez da posible izan. " -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Agian protokoloak edo zerbitzariak ez dute fitxategi-transferentziei " "berrekitzea onartzen." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Eskatu berriro (transferentzia berrekitzen saiatu gabe)." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ezin izan du baliabidea berrizendatu" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "%1 baliabidea berrizendatzeko saiakerak huts egin du." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ezin izan du baliabidearen baimenik aldatu" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 baliabidearen baimenak aldatzeko saiakerak huts egin du." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ezin izan du baliabidearen jabetza aldatu" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 baliabidearen jabetza aldatzeko saiakerak huts egin du." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ezin izan du baliabidea ezabatu" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "%1 baliabidea ezabatzeko saiakerak huts egin du." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Programa ustegabean bukatuta" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolora sarbidea ematen duen " "programa ustekabean amaitu da." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memoriarik ez" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolora sarbidea ematen duen " "programak ezin izan du jarraitzeko behar zuen memoria eskuratu." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Proxy ostalari ezezaguna" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2048,17 +1947,17 @@ msgstr "" "org/ helbidean, KDE taldeari onartzen ez den autentifikazio metodoaren " "berri emateko." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Eskakizuna abortatua" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Barneko errorea zerbitzarian" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2067,7 +1966,7 @@ msgstr "" "Zerbitzarian %1 protokolora sarbidea ematen duen programak " "barneko errore baten berri eman du: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2076,14 +1975,14 @@ msgstr "" "Ziurrenik zerbitzariko programako errore batek eragin duela. Bidali " "erroreari buruzko xehetasunak behean adierazten den bezala." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Jarri zerbitzariko administratzailearekin harremanetan arazoari buruz " "ohartarazteko." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2092,42 +1991,33 @@ msgstr "" "Zerbitzariaren softwarearen egilea nor den badakizu, bidal iezaiozu " "errorearen txostena." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Denbora-muga errorea" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Zerbitzariarekin konektatu den arren, ez da erantzunik jaso eskaeraren " -"denbora-mugetan:
    • Konexioa ezartzeko denbora-muga: %1 segundo
    • " -"
    • Erantzuna jasotzeko denbora-muga: %2 segundo
    • Proxy zerbitzariak " -"atzitzeko denbora-muga: %3 segundo
    Jakizu denbora-muga hauek alda " -"ditzakezula KDEren Sistema-ezarpenetan, Sareko ezarpenak -> Konexioaren " -"hobespenak hautatuz." +"Zerbitzariarekin kontaktua egin den arren, eskaera egiteko emandako denboran " +"ez da erantzunik jaso." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Zerbitzariak ezin izan du erantzun beste eskakizunei erantzuten lanpetuegi " "zegoelako." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Errore ezezaguna" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolora sarbidea ematen duen " "programak errore ezezaguna jakinarazi du: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Etenaldi ezezaguna" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolora sarbidea ematen duen " "programak mota ezezaguneko etenaldia jakinarazi du: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ezin izan du jatorrizko fitxategia ezabatu" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2166,12 +2056,12 @@ msgstr "" "bat lekuz aldatzeko eragiketa baten ondoren, seguru aski. Jatorrizko " "%1 fitxategia ezin izan du ezabatu." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ezin izan du aldi baterako fitxategia ezabatu" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2182,12 +2072,12 @@ msgstr "" "fitxategi berria zama-jaitsi bitartean gordetzeko. Aldi baterako %1 fitxategi hau ezin izan du ezabatu." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ezin izan du jatorrizko fitxategia berrizendatu" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2196,12 +2086,12 @@ msgstr "" "Eskatutako eragiketak jatorrizko %1 fitxategia " "berrizendatzea behar zuen, baina ezin izan du berrizendatu." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ezin izan du aldi baterako fitxategia berrizendatu" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2210,32 +2100,32 @@ msgstr "" "Eskatutako eragiketak aldi baterako %1 fitxategia sortzea " "behar zuen, baina ezin izan du sortu." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ezin izan du esteka sortu" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ezin izan du esteka sinbolikoa sortu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ezin izan du eskatutako %1 esteka sinbolikoa sortu." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Edukirik ez" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Diskoa beteta" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2244,7 +2134,7 @@ msgstr "" "Eskatutako %1 fitxategian ezin izan du idatzi, diskoan leku " "ezegokia dagoelako." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2255,12 +2145,12 @@ msgstr "" "ezabatuz; 2) fitxategiak euskarri eramangarri batera kopiatuz (CD grabagarri " "batetara, adibidez); edo 3) ahalmen handiagoko biltegia eskuratuz." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Iturburuko eta helburuko fitxategiak berdinak dira" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2269,17 +2159,17 @@ msgstr "" "Eragiketa ezin izan du burutu, iturburuko eta helburuko fitxategia bera " "delako." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Hautatu beste izena helburuko fitxategiarentzako." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fitxategia edo karpeta bere burugainean jaregin da" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2288,17 +2178,17 @@ msgstr "" "Eragiketa ezin izan du burutu, iturburuko eta helburuko fitxategia edo " "karpeta bera delako." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Jaregin elementua fitxategi edo karpeta desberdin batean." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Karpeta bere burugainera mugitu da" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2307,17 +2197,17 @@ msgstr "" "Eragiketa ezin izan du burutu, iturburua ezin delako bere burugainera " "mugitu." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mugitu elementua beste karpeta batera." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ezin izan du pasahitz zerbitzariarekin komunikatu" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2326,24 +2216,24 @@ msgstr "" "Eragiketa ezin izan du burutu, pasahitzak eskatzeko zerbitzuarekin " "(kpasswdserver) ezin izan duelako harremanetan jarri" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Saiatu zure saio berriz hasten, edo begiratu egunkarietan kiod-en erroreen " "bila." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ezin da %1 protokoloa hasieratu" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Ez da KIO behargina sortzeko gai" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2352,7 +2242,7 @@ msgstr "" "%1 protokolora sarbidea ematen duen KIO behargina ezin izan " "du abiatu. Hau arrazoi teknikoek eragin ohi dute." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2361,13 +2251,13 @@ msgstr "" "klauncher-rek ezin izan du aurkitu edo abiatu protokoloa hornitzen duen " "plugina. Honek esan nahi du pluginaren bertsio zaharkitu bat izan dezakezula." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Cannot transfer %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2377,7 +2267,7 @@ msgstr "" "Ezin da %1-ren transferentzia egin, helmugako fitxategi-" "sistemak ez dituelako horren fitxategi handiak onartzen" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2386,28 +2276,28 @@ msgstr "" "Berriz formateatu helmugako unitatea horren fitxategi handiak onartzen " "dituen fitxategi-sistema bat erabiltzeko." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Dokumentatu gabeko errorea" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1(e)ra esteka sinbolikoa)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2(r)ako esteka)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(%1(e)ra apuntatzen du)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2416,12 +2306,12 @@ msgstr "" "Okerreko URLa\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Ezin du zehaztu %1(r)en fitxategi-mota" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2430,13 +2320,13 @@ msgstr "" "Ezin izan du «%1»(e)tik exekutagarria erauzi, mesedez, tekleatu baliozko " "programa-izen bat." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Ez du ematen %1 programa exekutagarria denik." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2446,92 +2336,92 @@ msgstr "" "%1 ez da aurkitu; mesedez, sartu programa exekutagarri " "baterako bide-izena." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 protokoloarekin ez da konexioak irekitzea onartzen." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 protokoloarekin ez da konexioak ixterik onartzen." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 protokoloarekin ez da fitxategiak atzitzerik onartzen." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Ez da %1(e)n idaztea onartzen." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Ez daude ekintza berezirik eskuragarri %1 protokoloan." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Karpetak zerrendatzea ez dago %1 protokoloan onartuta." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ez dago onartuta %1(e)tik datuak hartzea." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Ez da onartzen %1(e)tik mime-moten informazioa hartzea." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Ez da onartzen %1(e)n baitan fitxategiak mugitzea edo izenez aldatzea." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 protolokoak ez du esteka sinbolikoak sortzea onartzen." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Ez da onartzen %1(r)en baitan fitxategiak kopiatzea." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Ez da onartzen %1(r)en baitan fitxategiak ezabatzea." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 protokoloak ez du karpetak sortzea onartzen. " -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 protokoloak ez du fitxategien atributuak aldatzea onartzen." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 protokoloak ez du fitxategien jabea aldatzea onartzen." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 protokoloak ez du fitxategiak irekitzea onartzen. " -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 protokoloak ez du %2 ekintza onartzen." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2543,312 +2433,336 @@ msgstr "" "dituena, ezin da bermatu «root» ez beste erabiltzaileek hura %2(e)an " "aldatzeko baimena dutelako." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protokolo ezezaguna '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ezin du aurkitu '%1' protokoloaren KIO behargin bat." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2(e)ko “%1” protokoloaren KIO behargina ez da zamatu, %3(e)tik kanpo " +"kokatuta egonda pribilegio altuak eskatzen dituzten behargin guztiak ez " +"segurutzat jotzen dira." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Ezin du '%1' protokoloaren KIO behargin bat abiarazteko «socket» bat sortu." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ezin da 'kioworker' exekutagarria aurkitu '%1'(e)n" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Xehetasunak" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Betirako" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Jarraitu" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Uneko saiorako soilik" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Eraman karpeta berrira" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Sortu elementu hauetarako karpeta berria" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%%p" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Ez duzu ezabatzeko fitxategi bat hautatu." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ezabatzeko ezer ez" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Ez duzu zakarrontziratzeko fitxategi bat hautatu." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Zakarrontziratzeko ezer ez" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Emandako karpeta ez dago edo ez da irakurgarria." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menua" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Guraso karpeta" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Joan atzera" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Joan aurrera" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Etxeko karpeta" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Birzamatu" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Karpeta berria..." +msgstr "Karpeta berria…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Eraman zakarrontzira" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Ezabatu" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sailkatzea" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sailkatu izenaren arabera" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sailkatu neurriaren arabera" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sailkatu dataren arabera" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sailkatu motaren arabera" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" -msgstr "Gorakorra" +msgstr "Goranzkoa" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" -msgstr "Beherakorra" +msgstr "Beheranzkoa" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Karpetak lehenengo" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Ezkutuko fitxategiak amaieran" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikonoen ikuspegia" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Ikuspegi trinkoa" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Ikuspegi xehetua" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikonoaren kokapena" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "FItxategi-izenaren ondoan" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "FItxategi-izenaren gainean" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Ikuspegi laburtua" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Ikuspegi xehetua" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Zuhaitz-ikuspegia" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Zuhaitz-ikuspegi xehetua" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Baimendu zabaltzea xehetasun ikuspegian" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Erakutsi ezkutuko fitxategiak" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Erakutsi aurreikuspegia panela" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Erakutsi aurrebista" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Ireki hau barnean duen karpeta" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propietateak" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Ikuspegi modua" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Berriena aurrena" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Zaharrena aurrena" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Berriena aurrena" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Handiena aurrena" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Txikiena aurrena" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodetzen:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Ireki" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Gorde honela" @@ -2881,7 +2795,7 @@ msgstr "Erroko karpeta" #, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Arakatu..." +msgstr "Arakatu…" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2895,40 +2809,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Ekarri hona" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Fitxategi guztiak" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Onartutako fitxategi guztiak" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Fitxategi guztiak" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Gehitu «Lekuak» sarrera" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Editatu «Lekuak» sarrera" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2941,17 +2855,17 @@ msgstr "" "lituzke. Etiketarik sartzen ez baduzu, kokalekuaren URL-tik eratorriko da." -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiketa:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Sartu etiketa deskribatzailea hemen" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2964,12 +2878,12 @@ msgstr "" "org/pub/kde/stable

    Testua editatzeko laukiaren ondoan dagoen " "botoian klik eginez, URL egoki batera nabigatu dezakezu.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Kokalekua:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2978,17 +2892,17 @@ msgstr "" "Hau da Lekuak panelean agertuko den ikonoa.

    klikatu botoian " "ikono ezberdin bat aukeratzeko.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Aukeratu &ikono bat:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Erakutsi &soilik aplikazio hau erabiltzerakoan (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2999,201 +2913,207 @@ msgstr "" "erabiltzerakoan erakustea nahi baduzu.

    Ezarpen hau hautatzen ez " "bada, sarrera aplikazio guztietan erabilgarri egongo da.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Lekuak" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Urrunekoa" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Azkenaldikoa" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Bilatu" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Gailuak" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Gailu aldagarriak" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiketak" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2(e)tik)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Etiketa guztiak" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Etxea" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Mahaigaina" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumentuak" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Jaitsitakoak" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Sarea" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Zakarrontzia" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musika" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Irudiak" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Bideoak" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Azkenaldiko fitxategiak" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Azkenaldiko kokalekuak" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Gaur aldatua" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Atzo aldatua" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ezin izan du Lekuak panelera gehitu: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Karpetak bakarrik gehitu daitezke Lekuak panelera." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfiguratu…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "Argitaratzen..." +msgstr "Argitaratzen…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Argitaratu" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Arriskurik gabe kentzen..." +msgstr "Arriskurik gabe kentzen…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Seguratasunez kendu" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Desmuntatzen..." +msgstr "Desmuntatzen…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmuntatu" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Egotzi" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' gailua ez da disko bat eta ezin da egotzi." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Errore bat gertatu da '%1' atzitzean, sistemak erantzun du: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Errore bat gertatu da '%1' atzitzean" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Gailu honetako fitxategi bat edo gehiago irekita dago aplikazio batean." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3208,108 +3128,108 @@ msgstr[1] "" "Gailu honetako fitxategi bat edo gehiago irekita dago ondoko aplikazioetan: " "\"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Formatua berriz eman edo editatu Partizio Kudeatzailearekin" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2(e)tatik %1 librea (%%3 erabilia)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ezkutuan)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Hustu zakarrontzia" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Muntatu" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Ireki Fitxa Berrian" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Ireki Leiho Berrian" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Gehitu Sarrera..." +msgstr "Gehitu Sarrera…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "&Editatu..." +msgstr "&Editatu…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Kendu Lekuetatik" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ezkutatu" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ezkutatu '%1' atala" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ezkutatu Atala" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Erakut&si sarrera guztiak" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikono-tamaina" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3317,51 +3237,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Handiera automatikoki aldatzea" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Txikia (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Ertaina (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Handia (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Itzela (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Fitxategi bakarra aukera dezakezu" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Fitxategi bat baino gehiago hornitu da" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Soilik fitxategi lokalak hauta ditzakezu" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ez dira onartzen urruneko fitxategiak" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3376,52 +3296,22 @@ msgstr[1] "" "Hautatutako URLak onartu gabeko antolaera bat erabiltzen du. Erabili ondoko " "antolaeretako bat: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Onartu gabeko URL antolaera" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Karpeta bat baino gehiago hautatu da eta elkarrizketa-koadro honek ez ditu " -"karpetak onartzen, beraz ezinezkoa da bat erabakitzea sartzeko. Hautatu " -"soilik karpeta bat zerrendatzeko." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Karpeta bat baino gehiago eman da" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Gutxienez karpeta bat eta fitxategi bat hautatu dira. Hautatutako " -"fitxategiei ezikusi egingo zaie, eta hautatutako karpetak zerrendatuko dira." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Hautatutako fitxategi eta karpetak" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Ezin izan du «%1» fitxategia aurkitu" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ezin da fitxategia ireki" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3432,44 +3322,44 @@ msgstr "" "uneko kokalekua file:/home/konqi bada, botoi hau klikatzeak file:/home " "kokalekura eramango zaitu.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Egin klik botoi honi arakatze historian urrats bat atzerantz mugitzeko." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Egin klik botoi honi arakatze historian urrats bat aurrerantz mugitzeko." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Egin klik botoi honi uneko kokalekuaren edukiak birzamatzeko." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Egin klik botoi honi karpeta berri bat sortzeko." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Erakutsi «lekuak» panela" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Erakutsi «laster-markak» botoia" +msgid "Show Quick Filter" +msgstr "Erakutsi iragazki bizkorra" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Aukerak" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3485,12 +3375,12 @@ msgstr "" "li>
  • fitxategien aurreikuspegiak
  • karpetak fitxategiengandik " "banatzea
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Laster-markak" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3505,12 +3395,35 @@ msgstr "" "gisa." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Izena:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desegin fitxategi-izen aldaketa" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantendu iragazkia karpeta aldatzean" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Iragazi izenaren arabera…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ezkutatu iragazki-barra" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3523,12 +3436,12 @@ msgstr "" "Testu osaketa menuan hobetsitako modua hautatuz kontrolatu dezakezu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Fitxategia izen honekin gordeko da." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3537,74 +3450,78 @@ msgstr "" "Hona hemen irekiko diren fitxategien zerrenda. Hainbat fitxategi zerrendatuz " "(bereizlea zuriunea da) fitxategi bat baino gehiago hauta daitezke." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Irekiko den fitxategiaren izena da hau." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Lekuak" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" fitxategia badago lehendik ere. Nahi duzu gainidaztea?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Fitxategia gainidatzi?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Soilik fitxategi lokalak aukera ditzakezu." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Ez dira onartzen urruneko fitxategiak" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Karpeta guztiak" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Uneko direktorioa: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ireki" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonoaren tamaina: %1 pixel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Hautatu automatikoki fitxategiaren &luzapena (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "%1 luzapena" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Hautatu automatikoki fitxategi-izenaren &luzapena" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "luzapen egokia" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3631,12 +3548,12 @@ msgstr "" "li> Zer egin jakin ezean, hobe aukera hau gaituta uzten baduzu zure " "fitxategiak erabilgarriagoak izateko." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Fitxategi mota:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3645,63 +3562,53 @@ msgstr "" "Hau da fitxategi mota hautatzailea. Fitxategia zein formatutan gordeko " "den hautatzeko erabiltzen da." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Iragazkia:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Fitxategi zerrendari ezarriko zaion iragazkia da hau. Iragazkiarekin bat " -"ez datozen fitxategi izenak ez dira erakutsiko.

    Menu hedagarrian dituzun " -"iragazkien artean aukeratu dezakezu, edo zuzenean sartu testu eremuan nahi " -"duzuna.

    * edo ? bezalako komodinak ere onartzen dira.

    " +"Hau fitxategi mota hautatzailea da. Erakutsitako fitxategien formatua " +"hautatzeko erabiltzen da." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Sortu fitxategi berria" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Barkatu" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "%1 txantiloi fitxategia ez da existitzen." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Esteka berriaren izena:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Sortu URLari esteka" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Sartu %1(e)ren fitxategi-izena:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Barkatu" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "%1 txantiloi fitxategia ez da existitzen." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Esteka berriaren izena:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Sortu esteka sinbolikoa" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Sortu URLari esteka" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3711,7 +3618,7 @@ msgstr "" "%1 izena ezin da erabili sistema eragileak erabiltzeko " "erreserbatua dagoelako." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3721,7 +3628,7 @@ msgstr "" "%1 izena puntu batez hasten da, beraz ezkutuan egongo " "da era lehenetsian." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3733,30 +3640,41 @@ msgstr "" "«arraro» batzuen artean, alfabetikoki sailkatzean beste elementu batzuen " "aurretik erakustea eragingo du." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Karpeta izenetan barra zeiharrak erabilita azpi-karpetak sortuko dira, " "horrela:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Karpeta izenetan barra zeiharrak erabilita azpi-karpetak sortuko dira." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Barra zeiharrak ezin dira erabili fitxategi eta karpeta izenetan." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Atzerako barra zeiharrak ezin dira erabili fitxategi eta karpeta izenetan." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Ezin da %1 izeneko fitxategia edo karpeta bat sortu, " +"erabiltzaile baten etxeko karpetaren kokalekuarekin bat etorriko " +"litzatekeelako." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3766,96 +3684,139 @@ msgstr "" "nahasgarria edo arriskutsua izan daitekeelako gauzak ezabatzeko terminala " "erabiltzen denean." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Lehendik ere badago %1 izeneko direktorio bat." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Lehendik ere badago %1 izeneko fitxategi bat." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Sortu berria" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Gailuari esteka" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Karpeta berria" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Sortu karpeta berria" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Sortu karpeta berria hemen, %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Sartu karpetaren izena" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Lehenetsia" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Sortu fitxategi berria" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Sartu fitxategi-izena" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Hautatu neurriko ikonoa edo kolorea" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Hautatu beste ikono bat…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikonoa geroago alda dezakezu karpetaren propietateetan." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiatu" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Itsatsi" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Ireki «%1» fitxa berrian" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Ireki «%1» leiho berrian" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editatu" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Nabigatu" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Erakutsi bide-izen osoa" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Joan %1 bide-izeneko edozein kokalekura" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3867,6 +3828,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Joan bilde-izeneko kokalekura" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lekuak" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3890,28 +3860,28 @@ msgstr "Bestelakoa" msgid "Edit mode" msgstr "Editatzeko modua" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Egin klik kokalekuetan nabigatzeko" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Egin klik kokaleku editatzeko" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Ez duzu fitxategi hau exekutatzeko baimenik." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 abiarazten" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3920,12 +3890,12 @@ msgstr "" "Ezin da %1 zerbitzua exekutagarri egin, exekuzioa galarazten.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Ez duzu aplikazio bat hautatzeko baimenik fitxategi hau irekitzeko." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3954,12 +3924,20 @@ msgstr "Errorea irudia %1(t)era gordetzean" msgid "Icon file too big, download aborted" msgstr "Ikono fitxategi handiegia, jaistea galarazi da" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: fitxategi huts bat baztertzen, baliteke hautsitako esteka " +"sinboliko bat izatea: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ez da posta bezerorik aurkitu" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3970,28 +3948,28 @@ msgstr "" "%1\n" "baliogabea." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 abiarazten" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ezin izan du %1 komandoa aurkitu" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ez da terminal emulatzailerik aurkitu" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 irekitzea huts egin du" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4000,9 +3978,9 @@ msgid "" msgstr "" "Mahaigaineko sarrera-fitxategia\n" "%1\n" -"esteka (Link) motakoa da, baina ez du URL=... sarrerarik" +"esteka (Link) motakoa da, baina ez du URL=… sarrerarik" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4011,7 +3989,7 @@ msgstr "" "«%1» fitxategi exekutagarria urrutiko fitxategi-sistema batean kokatuta " "dago. Segurtasun arrazoiengatik, ez da abiaraziko." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4019,14 +3997,14 @@ msgstr "" "Segurtasun arrazoiengatik, testuinguru honetan ez da baimentzen " "exekutagarriak abiaraztea." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "«%1» programak exekutatzeko baimenak behar ditu abiarazi ahal izateko." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4035,12 +4013,12 @@ msgstr "" "Ezin da «%1» fitxategia exekutagarri egin.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "Mahaigaineko %1 sarrera-fitxategiak ez du Type=... sarrerarik." +msgstr "Mahaigaineko %1 sarrera-fitxategiak ez du Type=… sarrerarik." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4051,12 +4029,12 @@ msgstr "" "Egiaztatu zure aplikazioetan eta jakinarazpen gunean amaitu gabeko ataza edo " "zama-jaitsieren bila." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Huts egin du fitxategia irekitzea." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "«%1» programa ezin izan du abiarazi." @@ -4145,74 +4123,69 @@ msgstr "" "aldatu egin da.\n" "Aldaketak igo nahi dituzu?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Urruneko fitxategiak irekitzen ditu, aldaketak behatzen ditu, " "igoeratarako baimena eskatzen du" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konquerorren garatzaileak" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URLak fitxategi lokaltzat hartu eta ondoren ezabatu" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Jaitsitako fitxategiarentzako iradokitako fitxategi-izena" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Exekutatu beharreko komandoa" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "'komando'-rentzako URL(ak) edo fitxategi lokala(k)" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1(r)en ACL ezartzea" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4221,7 +4194,7 @@ msgstr "" "Ezin izan dira aldatu\n" "%1(r)en baimenak" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4231,118 +4204,37 @@ msgstr "" "Ezin izan du ondokoaren jabea eta taldea aldatu\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Ezin izan da aldi baterako fitxategia ireki" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ezin izan du «mount» programa aurkitu" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ezin izan du «umount» programa aurkitu" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Aldatu fitxategiaren baimenak" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Baimen berriak: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Aldatu fitxategiaren jabea" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Jabe berria: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Kendu fitxategia" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Kendu direktorioa" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Sortu direktorioa" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Direktorioaren baimenak: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Ireki fitxategia" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Ireki direktorioa" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Fitxategi-izen berria: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Jomuga: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Aldatu denbora-zigilua" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Nondik: %1, Nora: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ekintza ezezaguna" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Ekintza: %1\n" -"Iturburua: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ezin da fitxategia %1(e)tik %2(e)ra kopiatu. (Err.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Ez dago euskarririk %1 gailuan" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ezin izan du %1 erabiltzaile-izenaren erabiltzaile IDa lortu" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ezin izan du %1 talde-izenaren talde IDa lortu" @@ -4384,34 +4276,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Erabiltzaile-izen bat eta pasahitz bat eman behar dituzu gune honetara " "sartzeko." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Gunea:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Saioa hasi da" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ezin izan du %1(e)n saioa hasi." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4420,7 +4312,7 @@ msgstr "" "\n" "Zerbitzariak esan du: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4429,12 +4321,12 @@ msgstr "" "Erabiltzaile-izen bat eta pasahitz bat eman behar duzu behean zerrendatuta " "dagoen proxy zerbitzarirako, edozein gunera sartzeko baimena izan aurretik." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy-a:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy-aren autentifikazioak huts egin du." @@ -4487,101 +4379,101 @@ msgid "" msgstr "Ziurtagiria betirako onartu nahi duzu berriz galdetua izan gabe?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Zerbitzariaren autentifikazioa" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 %2(e)n" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Bestela, eskaera ongi burutuko zen." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "berreskuratu propietatearen balioak" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ezarri propietatearen balioak" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "sortu eskatutako direktorioa" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiatu zehaztutako fitxategia edo direktorioa" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mugitu zehaztutako fitxategi edo direktorioa" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "bilatu zehaztutako direktorioan" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "blokeatu zehaztutako fitxategia edo direktorioa" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desblokeatu zehaztutako fitxategia edo direktorioa" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "ezabatu zehaztutako fitxategia edo direktorioa" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "galdetu zerbitzariaren funtzioei buruz" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "berreskuratu zehaztutako fitxategiaren edo karpetaren edukiak" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "exekutatu txostena zehaztutako karpetan" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ustekabeko errorera (%1) gertatu da %2 egiten saiatzean." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4590,13 +4482,13 @@ msgid "" msgstr "" "Akatsa gertatu da %1, %2 egiten saiatzean. Arrazoiaren laburpena azpian." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Atzipena ukatu da %1 saiatzean." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4605,7 +4497,7 @@ msgstr "" "Ezin da helburuko baliabidea sortu bitarteko bildumak (direktorioak) sortu " "arte." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4620,28 +4512,28 @@ msgstr "" "fitxategiak ez gainidazteko eskatu duzun bitartean.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Ezin izan du eskatutako blokeoa eman. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Zerbitzariak ez du onartzen gorputzaren eskaera-mota." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ezin da %1 (baliabidea blokeatua dagoelako)." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Beste errore batek eragotzi du ekintza hau." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4651,7 +4543,7 @@ msgstr "" "Ezin da %1, helburuko zerbitzariak fitxategia edo direktorioa onartzea ukatu " "duelako." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4660,18 +4552,18 @@ msgstr "" "Helburuko baliabideak ez dauka nahikoa leku metodo honen exekuzioaren " "ondoren baliabidearen egoera grabatzeko." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Baliabidea ezin da ezabatu." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "kargatu %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4682,15 +4574,15 @@ msgstr "Ustekabeko errorera (%1) gertatu da %2 egiten saiatzean." msgid "Network" msgstr "Sarea" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Gaizki osatutako URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4703,12 +4595,12 @@ msgstr "" "dezakezu eta atzera lehengoratzeko aukera erabili, edo elementua arrastatu " "dezakezu beste edozein lekura han lehengoratzeko." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Protokoloen konbinazio baliogabea." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Fitxategia hau dagoeneko zakarrontzian dago." @@ -4744,7 +4636,7 @@ msgstr "Hustu zakarrontzia" msgid "Restore a trashed file to its original location" msgstr "Leheneratu zakarrontziko fitxategi bat bere jatorrizko kokalekura" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Zakarrontzia beteta dago. Hustu edo kendu elementuak eskuz." @@ -4765,17 +4657,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Berriz saiatu" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Autentifikatze elkarrizketa-koadroa" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Sarbidea ukatu da" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Ez duzu %1 protokolora sartzeko baimenik." @@ -4884,41 +4776,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "Esperotako egiaztapen-batura (MD5, SHA1, SHA256 edo SHA512)..." +msgstr "Esperotako egiaztapen-batura (MD5, SHA1, SHA256 edo SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klik egin egiaztapen-batura arbeletik sarrera eremura itsasteko." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4928,9 +4820,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Kalkulatu" @@ -4939,136 +4831,208 @@ msgstr "Kalkulatu" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klik egin egiaztapen-batura arbelera kopiatzeko." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Utzi" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mugitu hona" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Zama-jaitsi hemen" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiatu hona" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Es&tekatu hona" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Abiarazi" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Zer egin nahi duzu fitxategi honekin?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ez galdetu berriro" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ireki" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Exekutatu" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Ireki %1(r)ekin" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desegin aldaketak" +msgid "Would you like to launch this file?" +msgstr "Fitxategi hau abiarazi nahi zenuke?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Eragiketa hau desegitea root pribilegioak behar ditu. Jarraitu nahi duzu?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Direktorioa sortzen" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Iturburua" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Helburua" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiatzen" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Lekuz aldatzen" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Berrizendatzen" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Zakarrontzira eramaten" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Ezabatzen." -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Desegin" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Desegin: Kopiatu" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Desegin: Estekatu" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Desegin: Mugitu" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Desegin: Berrizendatu" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Desegin: Zakarrontziratu" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Desegin: Sortu karpeta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Desegin: Sortu karpeta(k)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Desegin: Sortu fitxategia" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Desegin: Sortaka berrizendatu" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Be&rregin" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Be&rregin: Kopiatu" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Be&rregin: Estekatu" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Ber®in: Mugitu" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Be&rregin: Berrizendatu" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Be&rregin: Bota zakarrontzira" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Be&rregin: Sortu karpeta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Be&rregin: Sortu karpeta(k)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Be&rregin: Sortu fitxategia" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Be&rregin: Sortaka berrizendatu" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5082,12 +5046,12 @@ msgstr "" "dira.\n" "Ziur zaude %4 ezabatzea nahi duzula?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "'Desegin fitxategiaren kopia'ren berrespena" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5099,21 +5063,22 @@ msgstr "" "filename>Ekintza hau ezin da desegin." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Ezabatu betirako" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Ezabatu betirako" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5129,7 +5094,7 @@ msgstr[1] "" "Benetan ezabatu nahi dituzu %1 elementu hauek betirako?Ekintza hau ezin da desegin." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5139,13 +5104,13 @@ msgstr "" "Benetan ezabatu nahi dituzu betirako zakarrontziko elementu guztiak?Ekintza hau ezin da desegin." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Hustu zakarrontzia" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5155,7 +5120,7 @@ msgstr "" "Benetan eraman nahi duzu elementu hau zakarrontzira?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5172,7 +5137,7 @@ msgstr "Gehitu…" #, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Editatu..." +msgstr "Editatu…" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5240,7 +5205,7 @@ msgstr "Jabea" msgid "Owning Group" msgstr "Taldea" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Besteak" @@ -5311,108 +5276,114 @@ msgstr "Sistemaren konfigurazioa eguneratzen" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format msgid "Updating system configuration…" -msgstr "Sistemaren konfigurazioa eguneratzen..." +msgstr "Sistemaren konfigurazioa eguneratzen…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Izena" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamaina" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Baimenak" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Jabea" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Taldea" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Mota" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Ireki %1(r)ekin" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Ekintzak" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Ireki karpeta honekin..." +msgstr "&Ireki karpeta honekin…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "Ireki &honekin..." +msgstr "Ireki &honekin…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "E&xekutatu exekutagarria" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Ireki karpeta %1(r)ekin" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Ireki %1(r)ekin" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Ireki karpeta honekin" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Ireki &honekin" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Beste aplikazio batzuk..." +msgstr "&Beste aplikazio batzuk…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5420,113 +5391,134 @@ msgid_plural "%1 items" msgstr[0] "Elementu 1" msgstr[1] "%1 elementu" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ezezaguna" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Gelditu" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Esploratu Filelight-ekin" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Hemendik muntatu da:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Leku librea:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Mota:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Edukia:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Ireki honekin:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Aldatu…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Helbidea:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tamaina:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Aldatu..." +msgid "Determine the folder size" +msgstr "Zehaztu karpetaren neurria" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Edukia:" +msgid "Stop" +msgstr "Gelditu" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Utzi karpetaren neurria zehazteari" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Esploratu Filelight-ekin" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Hona apuntatzen du:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Aldatuta:" +msgid "Show target" +msgstr "Erakutsi jomuga" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" -msgstr "Sortze-data:" +msgstr "Sorrera:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Fitxategi-sistema:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Neurri ezezaguna" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Hemen muntatu da:" +msgid "Modified:" +msgstr "Aldatua:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Atzitua:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Ireki honekin:" +msgid "File system:" +msgstr "Fitxategi-sistema:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Non muntatua:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Nondik muntatua:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Leku librea:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Neurri ezezaguna" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5550,13 +5542,13 @@ msgstr "" #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "Aukeratu programaren izena hautatutako fitxategiak irekitzeko." +msgstr "Aukeratu hautatutako fitxategiak irekitzeko programaren izena." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
    %1
    " msgstr "" -"Aukeratu fitxategia irekitzeko erabili nahi duzun programa
    %1
    " +"Aukeratu
    %1
    fitxategia irekitzeko erabili nahi duzun programa" #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5823,25 +5815,30 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Idatzi aplikazioaren azalpena, bere erabilpenean oinarrituta. Adibidea: KPPP " -"bezalako telefono markagailu batek \"Telefonoa markatzeko tresna\" edukiko " -"luke." +"Idatzi hemen aplikazioarentzako izen generiko bat. Adibidea: irudiak " +"ikusteko aplikazio bat \"Irudi ikustailea\" edo \"Irudi erakuslea\" izango " +"litzateke." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Azalpena:" +msgid "&Generic name:" +msgstr "&Izen generikoa:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Idatzi lagungarri izan daitekeen iradokizuna." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Idatzi aplikazio honen deskribapena, bere erabilpenean oinarrituta. " +"Adibidea: irudiak ikusteko aplikazio batena \"Irudiak ikusi eta editatu\" " +"izango litzateke." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5852,7 +5849,7 @@ msgstr "Irad&okizuna:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Ingurune-aldagaiak:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5881,7 +5878,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "&Arakatu..." +msgstr "&Arakatu…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) @@ -6000,7 +5997,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:245 #, kde-format msgid "Add..." -msgstr "Gehitu..." +msgstr "Gehitu…" #. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:252 @@ -6054,7 +6051,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Partekatu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6064,176 +6061,201 @@ msgstr "" "Ezin izan ditu propietateak gorde idazteko baimen nahikorik ez duelako:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Orokorra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Sartu fitxategiaren izena" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Esploratu %1(e)kin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Freskatu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Sartu jomugako kokapena" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Erakutsi %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Neurri ezezaguna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -"Kalkulatzen... %1 (%2)\n" +"Kalkulatzen… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "Fitxategi 1" msgstr[1] "%1 fitxategi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "Azpikarpeta 1" msgstr[1] "%1 azpikarpeta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" -msgstr "Kalkulatzen...\n" +msgstr "Kalkulatzen…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Gutxienez %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Fitxategi-izen berria hutsik dago." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Erregistratu gabeko fitxategi mota" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ez dago elkartutako aplikaziorik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Sortu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "Aldatu..." +msgstr "Aldatu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Aldatu “%1” motako fitxategiak irekitzeko aplikazio lehenetsia." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Atzitzerik ez:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Ikus daiteke soilik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Ikus eta alda daiteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Edukia ikus daiteke soilik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Edukia ikus eta alda daiteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Edukia ikus/idatz daiteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Ikus/irakur eta alda/idatz daiteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Baimenak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Atzitze baimenak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Fitxategia esteka bat da eta ez du baimenik." msgstr[1] "Fitxategi guztiak estekak dira eta ez dute baimenik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Jabeak bakarrik alda ditzake baimenak." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Jabea:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Egileak egin ditzakeen ekintzak adierazten ditu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Taldea:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Taldearen partaideek egin ditzaketen ekintzak adierazten ditu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Besteak:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6242,27 +6264,27 @@ msgstr "" "Jabea eta taldekideak izan ezik beste erabiltzaile guztiek eginditzaketen " "ekintzak adierazten ditu. " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Jab&eak bakarrik ezabatu edo berrizendatu dezake edukia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Utzi fitxategia programa gisa &exekutatzen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Ezabatu edo berrizendatu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Exekutatu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6274,7 +6296,7 @@ msgstr "" "bakarrik gehi ditzakete, eta horretarako 'Aldatu edukia' baimena eduki " "beharko dute." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6284,42 +6306,42 @@ msgstr "" "script-ekin baino ez du zentzurik. Derrigorrezkoa da exekutatu nahi " "dituzunean." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Baimen &aurreratuak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Jabetza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Erabiltzailea:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Taldea:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplikatu aldaketak azpidirektorio guztiei eta euren edukiei" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Baimen aurreratuak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasea" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6328,22 +6350,22 @@ msgstr "" "Erakutsi\n" "sarrerak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bandera honek karpetaren edukia ikusten uzten du." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Irakurri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Irakurtze-banderak fitxategiaren edukia ikusten uzten du." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6352,7 +6374,7 @@ msgstr "" "Idatzi\n" "sarrerak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6362,43 +6384,43 @@ msgstr "" "Oharra: ezabatzea eta berrizendatzea mugatzeko erabili Itsaskorra (Sticky) " "bandera." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Idatzi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Idazte-banderak fitxategiaren edukia aldatzen uzten du." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Sartu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Gaitu bandera hau karpetan sartzen uzteko." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exekutatu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Gaitu bandera hau fitxategia programa bezala exekutatzen uzteko." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Berezia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6407,7 +6429,7 @@ msgstr "" "Bandera berezia, karpeta osorako baliogarria. Banderaren esanahi zehatza " "eskuin aldeko zutabean ikus daiteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6416,17 +6438,17 @@ msgstr "" "Bandera berezia. Banderaren esanahi zehatza eskuin aldeko zutabean ikus " "daiteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Erabiltzailea" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Taldea" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6435,7 +6457,7 @@ msgstr "" "Bandera hau ezarriz gero, fitxategi honen jabea izango da fitxategi berri " "guztien jabea." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6444,7 +6466,7 @@ msgstr "" "Fitxategi hau exekutagarria baldin bada eta bandera ezarrita egonez gero, " "jabearen baimenekin exekutatuko da." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6452,7 +6474,7 @@ msgstr "" "Bandera hau ezarrita badago, karpeta honen taldea ezarriko zaie fitxategi " "berri guztiei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6461,7 +6483,7 @@ msgstr "" "Fitxategi hau exekutagarria bada, eta bandera ezarririk badago, taldearen " "baimenekin exekutatuko da." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6470,7 +6492,7 @@ msgstr "" "Bandera itsaskorra (sticky) ezarri bazaio karpeta bati, jabea eta root " "izaten dira fitxategiak berrizendatu edo ezaba ditzaketen bakarrak." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6479,90 +6501,81 @@ msgstr "" "Fitxategi bateko bandera itsaskorrari (sticky) ez zaio Linuxen jaramonik " "egiten, baina sistema batzutan erabil daiteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Ezarri UIDa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Ezarri GIDa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Itsaskorra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Esteka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Aldagarria (aldaketarik ez)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Fitxategi honek baimen aurreratuak darabiltza." msgstr[1] "Fitxateti hauek baimen aurreratuak darabiltzate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Karpeta honek baimen aurreratuak darabiltza." msgstr[1] "Karpeta hauek baimen aurreratuak darabiltzate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Fitxategi hauek baimen aurreratuak darabiltzate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "E&giaztapen-baturak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Kalkulatzen..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "egiaztapen-batura baliogabea." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Emandako sarrerakoa ez da MD5, SHA1 edo SHA256 egiaztapen-batura balioduna." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Egiaztapen-baturak bat datoz." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Kalkulatutako eta esperotako egiaztapen-baturak bat datoz." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6573,30 +6586,46 @@ msgstr "" "Saiatu fitxategia berriz jaisten.
    Hala ere egiaztapenak huts egingo " "balu, jarri harremanean fitxategiaren iturburuarekin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Kalkulatutako eta esperotako egiaztapen-baturak ez datoz bat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Egiaztapen-batura egiaztatzen..." +msgstr "Egiaztapen-batura egiaztatzen…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Fitxategi denen egiaztapen-batura berbera da." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Hautatutako fitxategien egiaztapen-batura ezberdina da." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Kalkulatzen…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RLa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URLa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6604,27 +6633,27 @@ msgstr "" "Ezin izan ditu propietateak gorde. Fitxategi-sistema lokaleko sarrerak baino " "ez dira onartzen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikazioa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Gehitu fitxategi-mota honentzat: %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Hautatu fitxategi-mota bat edo gehiago gehitzeko:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Fitxategi-sistema lokaleko exekutagarriak baino ez dira onartzen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Aukera aurreratuak %1(r)entzako" @@ -6724,24 +6753,26 @@ msgstr "%1" #, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Konfiguratu web-lasterbideak..." +msgstr "Konfiguratu web-lasterbideak…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Ireki fitxategien elkarrizketa-koadroa" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Arbelaren edukiaren fitxategi-izena:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "itsatsitako fitxategia" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Itsatsi arbelaren edukia" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6750,19 +6781,19 @@ msgstr "" "Arbela aldatu egin da 'itsatsi' erabili zenuenetik: hautatutako datu-" "formatua ezingo da gehiago aplikatu. Kopiatu berriro itsastea nahi duzuna." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Itsatsi karpeta bat" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Itsatsi fitxategi bat" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6770,98 +6801,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "Itsatsi elementu bat" msgstr[1] "Itsatsi %1 elementu" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Itsatsi arbeleko edukia..." +msgstr "Itsatsi arbeleko edukia…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Itsatsi" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Datu-formatua:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Arbelaren edukiaren fitxategi-izena:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Jaregindako edukiarentzako fitxategi-izena:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Neurria: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Ezarr&i guztiei" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Hau markatuta dagoenean sakatutako botoia aplikatuko zaie uneko lana amaitu " +"Hau markatuta dagoenean, sakatutako botoia aplikatuko zaie uneko lana amaitu " "arteko ondorengo karpeta gatazkei.\n" "Jauzi sakatu ezean jakinaraziko zaizu direktorio batean existitzen den " "fitxategi batekin gatazka dagoen kasuan." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Hau markatuta dagoenean sakatutako botoia aplikatuko zaie uneko lana amaitu " +"Hau markatuta dagoenean, sakatutako botoia aplikatuko zaie uneko lana amaitu " "arteko ondorengo gatazkei." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Berrizendatu" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Eman &izen berria" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Jauzi" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Ez kopiatu edo mugitu karpeta hau, horren ordez jauzi hurrengo elementura" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ez kopiatu edo mugitu fitxategi hau, horren ordez jauzi hurrengora" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Idatzi informazioa" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6874,13 +6916,13 @@ msgstr "" "Berriro galdetuko zaizu existitzen den direktorioan fitxategi batekin " "gatazka sortzen bada." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Gainidatzi Fitxategi zaharragoak" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6889,12 +6931,12 @@ msgstr "" "Aldaketa-denbora zaharragoa duten jomugako-fitxategiak sorburukoekin " "gainidatziko dira, bestela jauzi egingo zaie." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Berrekin" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6903,67 +6945,57 @@ msgstr "" "Ekintza honek '%1' bere buruarekin gainidatziko luke.\n" "Idatzi fitxategiaren izen berria:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Jarraitu" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Helburua gainidatzi nahi zenuke?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "'%1'(e)ren edukia '%2'(e)an bateratu nahi zenituzke?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Iturburua" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Helburua" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Iturburua berriagoa da." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Iturburua zaharragoa da." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Iturburua %1(e)an txikiagoa da." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Iturburua %1(e)an handiagoa da." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Fitxategiak berdin-berdinak dira." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Fitxategiak berdin-berdinak dirudite." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Fitxategiak ezberdinak dira." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6972,59 +7004,51 @@ msgstr "" "Fitxategiak segur aski berdin-berdinak dira: neurri bera dute eta edukia " "berdina da hasieran, erdian eta bukaeran." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Konparatu fitxategiak" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' izeneko elementu zaharragoa badago dagoeneko." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' izeneko antzeko fitxategia badago dagoeneko." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' izeneko elementu berriagoa badago dagoeneko." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Berrizendatu:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Berrizendatu elementua" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Berrizendatu elementuak" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Berrizendatu" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Aldatu %1 honela:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Izen berria #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Lehendik ere badago %1 izeneko fitxategi bat." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ez da fitxategi-izen balioduna." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7032,38 +7056,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Berrizendatu hautatutako elementua, %1, honela:" msgstr[1] "Berrizendatu hautatutako %1 elementuak honela:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# goranzko zenbakiekin ordeztuko da, haserakoa:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Izen berria #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Fitxategi-izen baliogabea: Izen berriak # sekuentzia bat izan beharko luke, " +"fitxategi guztiek fitxategi-luzapen ezberdina ez badute." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Berrizendatu hautatutako elementua, %1, honela:" +msgstr[1] "Berrizendatu hautatutako %1 elementuak honela:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ordeztea:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Eredua" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Honekin:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ordezkapena" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ez dago eredua duen fitxategi-izenik." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"“%1” hutsik dagoen ordezkapen batekin ordezkatzea %2(e)k fitxategi-izen huts bat izatea eragingo luke." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Berrizendatu hautatutako elementu %1:" +msgstr[1] "Berrizendatu hautatutako %1 elementuak:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Gehitu testua:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Gehitu beharreko testua" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Fitxategi-izenaren aurretik" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Fitxategi-izenaren ondoren" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Berrizendatu elementua" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Berrizendatu elementuak" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Berrizendatu" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Nola berrizendatu:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Zenbakitu" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ordeztu testua" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Gehitu testua" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Aurreikusi:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 ezin du berrizendatu fitxategi-izen huts batekin." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informazioa" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ordeztu" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Berriz saiatu" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Ordeztu denak" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Jauzi" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Jauzi egin guztiei" @@ -7109,7 +7286,7 @@ msgstr "SSL bertsioa:" #: widgets/sslinfo.ui:134 #, kde-format msgid "Certificate chain:" -msgstr "Ziurtagiri katea:" +msgstr "Ziurtagiri-katea:" #. i18n: ectx: property (text), widget (QLabel, trustedTag) #: widgets/sslinfo.ui:163 @@ -7150,7 +7327,7 @@ msgstr "" "Urruneko ostalariak ez du SSL ziurtagiririk bidali.\n" "Bertan behera utziko da, ostalariaren identitatea ezin baita jakin." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7191,35 +7368,64 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Elementu hau zakarrontzira eramatea huts egin du handiegia delako. Horren " -"ordez betirako ezabatu?%1%1Ekintza hau ezin da desegin." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Zakarrontzia fitxategi hau (%1) onartzeko beteegi dago.Horren ordez betirako " +"ezabatu?Ekintza hau ezin da desegin." +msgstr[1] "" +"Zakarrontzia %1 fitxategi hauk onartzeko beteegi dago.Horren ordez betirako " +"ezabatu?Ekintza hau ezin da desegin." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Zakarrontzia ez dago erabilgarri elementu honen kokalekurako. Betirako " +"ezabatu nahi duzu?%1Ekintza hau ezin da desegin." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"%1 elementu hau zakarrontzira eramatea huts egin du handiegia delako.Horren " -"ordez betirako ezabatu?Ekintza hau ezin da " -"desegin." +"Zakarrontzia ez dago erabilgarri elementu %1 honen kokalekurako. Betirako " +"ezabatu nahi duzu?Ekintza hau ezin da desegin." msgstr[1] "" -"%1 elementu hauek zakarrontzira eramatea huts egin du handiegiak direlako." -"Horren ordez betirako ezabatu?Ekintza hau ezin " -"da desegin." +"Zakarrontzia ez dago erabilgarri %1 elementu hauen kokalekurako. Betirako " +"ezabatu nahi duzu?Ekintza hau ezin da desegin." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7227,51 +7433,286 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Benetan eraman nahi duzu elementu hau, %1, zakarrontzira?" msgstr[1] "Benetan eraman nahi dituzu %1 elementu hauek zakarrontzira?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ez galdetu berriz" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ez galdetu berriz" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ez erakutsi berriz mezu hau" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Partaidearen SSL ziurtagiri katea hondatuta dirudi" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Abisua" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Honek programa abiaraziko du:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" +#~ msgid "Open With:" +#~ msgstr "Ireki honekin:" + +#~ msgid "File System:" +#~ msgstr "Fitxategi-sistema:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Abiarazi fitxategi-exekutagarriak galdetu gabe" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Ireki fitxategi-exekutagarriak lehenetsitako aplikazioan galdetu gabe" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Gogoratu fitxategi-exekutagarri guztietarako" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Hau desegin dezakezu Dolphin fitxategi-kudeatzailearen ezarpenetako" +#~ "\"Berrespenak\" barnean." + +#~ msgid "Change Attribute" +#~ msgstr "Aldatu atributua" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira fitxategien atributuak aldatzeko. Jarraitu " +#~ "nahi duzu?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira kopiatzeko eragiketa burutzeko. Jarraitu " +#~ "nahi duzu?" + +#~ msgid "Delete Files" +#~ msgstr "Ezabatu fitxategiak" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira ezabatzeko eragiketa burutzeko. Dena den, " +#~ "hala egiteak zure sistema kaltetu dezake. Jarraitu nahi duzu?" + +#~ msgid "Create Folder" +#~ msgstr "Sortu karpeta" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira karpeta hau sortzeko. Jarraitu nahi duzu?" + +#~ msgid "Move Items" +#~ msgstr "Mugitu elementuak" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira mugitzeko eragiketa burutzeko. Jarraitu nahi " +#~ "duzu?" + +#~ msgid "Rename" +#~ msgstr "Berrizendatu" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira berrizendatzea burutzeko. Jarraitu nahi duzu?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira esteka sinbolikoa sortzeko. Jarraitu nahi " +#~ "duzu?" + +#~ msgid "Transfer data" +#~ msgstr "Datu transferentzia" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root pribilegioak behar dira datu transferentzia burutzeko. Jarraitu nahi " +#~ "duzu?" + +#~ msgid "Undo Changes" +#~ msgstr "Desegin aldaketak" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Eragiketa hau desegitea root pribilegioak behar ditu. Jarraitu nahi duzu?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1(r)en ACL ezartzea" + +#~ msgid "Change File Permissions" +#~ msgstr "Aldatu fitxategiaren baimenak" + +#~ msgid "New Permissions: %1" +#~ msgstr "Baimen berriak: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Aldatu fitxategiaren jabea" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Jabe berria: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Kendu fitxategia" + +#~ msgid "Remove Directory" +#~ msgstr "Kendu direktorioa" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Direktorioaren baimenak: %1" + +#~ msgid "Open File" +#~ msgstr "Ireki fitxategia" + +#~ msgid "Open Directory" +#~ msgstr "Ireki direktorioa" + +#~ msgid "New Filename: %1" +#~ msgstr "Fitxategi-izen berria: %1" + +#~ msgid "Target: %1" +#~ msgstr "Jomuga: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Aldatu denbora-zigilua" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Nondik: %1, Nora: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ekintza ezezaguna" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Ekintza: %1\n" +#~ "Iturburua: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Erakutsi «laster-markak» botoia" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fitxategiak mugitzen ari dira" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Fitxategiak kopiatzen ari dira" + +#~ msgid "&Description:" +#~ msgstr "&Azalpena:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Idatzi lagungarri izan daitekeen iradokizuna." + +#~ msgid "Do not ask again" +#~ msgstr "Ez galdetu berriro" + +#~ msgid "&Filter:" +#~ msgstr "&Iragazkia:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Fitxategi zerrendari ezarriko zaion iragazkia da hau. Iragazkiarekin " +#~ "bat ez datozen fitxategi izenak ez dira erakutsiko.

    Menu hedagarrian " +#~ "dituzun iragazkien artean aukeratu dezakezu, edo zuzenean sartu testu " +#~ "eremuan nahi duzuna.

    * edo ? bezalako komodinak ere onartzen dira. " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Karpeta bat baino gehiago hautatu da eta elkarrizketa-koadro honek ez " +#~ "ditu karpetak onartzen, beraz ezinezkoa da bat erabakitzea sartzeko. " +#~ "Hautatu soilik karpeta bat zerrendatzeko." + +#~ msgid "More than one folder provided" +#~ msgstr "Karpeta bat baino gehiago eman da" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Gutxienez karpeta bat eta fitxategi bat hautatu dira. Hautatutako " +#~ "fitxategiei ezikusi egingo zaie, eta hautatutako karpetak zerrendatuko " +#~ "dira." + +#~ msgid "Files and folders selected" +#~ msgstr "Hautatutako fitxategi eta karpetak" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "

    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Zerbitzariarekin konektatu den arren, ez da erantzunik jaso eskaeraren " +#~ "denbora-mugetan:
    • Konexioa ezartzeko denbora-muga: %1 segundo
    • " +#~ "
    • Erantzuna jasotzeko denbora-muga: %2 segundo
    • Proxy " +#~ "zerbitzariak atzitzeko denbora-muga: %3 segundo
    Jakizu denbora-" +#~ "muga hauek alda ditzakezula KDEren Sistema-ezarpenetan, Sareko ezarpenak -" +#~ "> Konexioaren hobespenak hautatuz." + #~ msgid "Is &executable" #~ msgstr "&Exekutagarria da" @@ -8437,9 +8878,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ "Hau da zakarrontzirako utziko den disko-lekuren zenbateko " #~ "kalkulatua, gehienez." -#~ msgid "Show a Warning" -#~ msgstr "Erakutsi abisu bat" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Ezabatu zakarrontziko fitxategi zaharrenak" @@ -8579,10 +9017,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "Space" #~ msgstr "Zuriunea" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Lehenetsia" - #~ msgid "Modify Web Shortcut" #~ msgstr "Aldatu web-lasterbidea" @@ -8943,11 +9377,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ezin izan du %1(r)entzako aplikaziorik edo maneiatzailerik aurkitu" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Itsatsi fitxategia" -#~ msgstr[1] "&Itsatsi %1 fitxategi" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Itsatsi URLa" @@ -9045,14 +9474,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "Invalid Directory Name" #~ msgstr "Direktorio-izen baliogabea" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Ezin izan du %1 izeneko karpeta bat sortu, sistema " -#~ "eragileak erabiltzeko erreserbatuta dagoelako." - #~ msgid "File Type Options" #~ msgstr "Fitxategi motaren aukerak" @@ -9090,9 +9511,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince-k ezin du demontatu." -#~ msgid "File name:" -#~ msgstr "Fitxategi-izena:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9400,9 +9818,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "Read only" #~ msgstr "Irakurtzeko soilik" -#~ msgid "File system:" -#~ msgstr "Fitxategi-sistema:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Muntatzeko lekua (/mnt/floppy):" @@ -9902,9 +10317,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ msgid "Do not &close when command exits" #~ msgstr "Ez itx&i komandoa amaitzean" -#~ msgid "&Username:" -#~ msgstr "&Erabiltzaile-izena:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9928,9 +10340,6 @@ msgstr "Programa honetaz ez bazara fidatzen, edin klik Utzi botoian" #~ "Ezin da cookie-ak erabiltzeko zerbitzua abiarazi.\n" #~ "Ezingo dituzu kudeatu zure ordenagailuan gordetako cookie-ak." -#~ msgid "Open with:" -#~ msgstr "Ireki honekin:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/fa/kio6.po b/local/recipes/kde/kf6-kio/source/po/fa/kio6.po index c759c4f557..ca8f82982b 100644 --- a/local/recipes/kde/kf6-kio/source/po/fa/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/fa/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2023-06-08 11:57+0330\n" "Last-Translator: MohammadSaleh Kamyab \n" "Language-Team: Persian \n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "daniarzadeh@itland.ir, aleomoeini@gmail.com, mskf1383@envs.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "ناتوانی در تغییر مالکیت برای پروندهٔ %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,13 +42,13 @@ msgstr "" "ناتوانی در تغییر مالکیت پروندهٔ %1. دسترسی‌تان برای اعمال " "تغییر در پرونده ناکافی است." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "قادر به ایجاد io-slave نیست: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "ناتوانی در ایجاد پیوند نمادین «%1».\n" "سامانه‌پروندهٔ مقصد (%2) از پیوند نمادین پشتیبانی نمی‌کند." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "گزینش جایگزینی، هر نویسهٔ نامعتبر (در نام پوشهٔ مقصد) را با زیرخط «_» جایگزین " "می‌کند." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgstr "" "گزینش جایگزینی، تمام نویسه‌های نامعتبر (در نام پروندهٔ مقصد) را با زیرخط «_» " "جایگزین خواهد کرد." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "در حال حاضر، پوشه موجود است" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "پرونده هم‌اکنون موجود است" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "در حال حاضر، به عنوان پوشه موجود است" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "زباله‌دان" @@ -197,190 +197,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "انتقال" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "مبدأ" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "مقصد" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "تغییر نام‌" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "رونوشت" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ایجاد شاخه" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "فهرست راهنما" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "حذف" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "پرونده" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "بررسی" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "انتقال" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "سوار کردن" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "دستگاه" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "نقطه سوار کردن" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "پیاده کردن" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "تغییر ارجاع" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "رونوشت از پرونده‌ها" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "حذف پرونده‌ها" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "ایجاد پوشه" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "انتقال موارد" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "تغییر نام‌" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "ایجاد پیوند نمادین" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "انتقال داده" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -807,6 +713,11 @@ msgstr "این پرونده بزرگ‌تر از آن است که به زبال #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -816,65 +727,65 @@ msgstr "" "%2\n" "لطفاً، یک گزارش اشکال کامل به نشانی http://bugs.kde.org ارسال کنید." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ناشناخته)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "دلیل فنی " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "جزئیات درخواست:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • قرارداد: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • تاریخ و زمان: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • اطلاعات تکمیلی: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "علت‌های ممکن:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "راه حل‌های ممکن:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ناشناخته)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -883,17 +794,17 @@ msgstr "" "برای مساعدت بیشتر، با سامانه پشتیبانی مناسب رایانه خود، با سرپرست سامانه یا " "گروه پشتیبانی فنی تماس بگیرید." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "برای مساعدت بیشتر، با سرپرست کارساز تماس بگیرید." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "مجوزهای دستیابی خود را در این منبع بررسی کنید." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -902,7 +813,7 @@ msgstr "" "ممکن است برای اجرای عمل درخواست‌شده، مجوزهای دستیابیتان در این منبع کافی " "نباشد." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -910,7 +821,7 @@ msgstr "" "ممکن است پرونده توسط کاربر یا کاربرد دیگری در حال استفاده باشد (و بنابراین " "قفل بشود)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -919,17 +830,17 @@ msgstr "" "برای اطمینان، بررسی کنید که هیچ کاربرد یا کاربر دیگری از پرونده استفاده " "نمی‌کند، یا پرونده را قفل نکرده است." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "گرچه بعید است، اما ممکن است یک خطای سخت‌افزاری رخ داده باشد." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "ممکن است با یک اشکال در برنامه مواجه شده باشید." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -938,7 +849,7 @@ msgstr "" "بسیار احتمال دارد، که بر اثر اشکالی در برنامه ایجاد شود. لطفاً، یک گزارش کامل " "اشکال را همان‌طور که در زیر به تفصیل آمده، در نظر بگیرید." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -947,7 +858,7 @@ msgstr "" "نرم‌افزارتان را طبق جدیدترین نگارش به‌روزرسانی کنید. توزیع شما باید ابزارهایی " "را برای به‌روزرسانی نرم‌افزارتان فراهم کند." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -972,12 +883,12 @@ msgstr "" "گزارش اشکال KDE ارائه شده است. اگر ارائه نشده، به جزئیاتی که در بالا " "همراه با بسیاری از جزئیات دیگر داده شده، توجه کنید." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "ممکن است در رابطه با اتصال شبکه‌تان، مسئله‌ای وجود داشته باشد." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -986,7 +897,7 @@ msgstr "" "ممکن است در رابطه با پیکربندی شبکه‌تان، مسئله‌ای وجود داشته باشد. اگر اخیراً " "بدون هیچ مسئله‌ای به اینترنت دسترسی دارید، این مسئله غیرمحتمل است." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -995,43 +906,43 @@ msgstr "" "ممکن است از بعضی جهات در امتداد مسیر شبکه، بین کارساز و این رایانه مسئله‌ای " "وجود داشته باشد." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "یا الان یا وقت دیگری، دوباره امتحان کنید." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "ممکن است یک خطای قراردادی یا یک ناهمسازی رخ داده باشد." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "مطمئن شوید که منبع موجود است، و دوباره امتحان کنید." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ممکن است منبعی مشخص موجود نباشد." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "دو بار بررسی کنید که محل را درست وارد کرده باشید، و دوباره امتحان کنید." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "وضعیت اتصال شبکه‌تان را بررسی کنید." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "منبع را نمی‌توان برای خواندن باز کرد" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1را " "نمی‌توان بازیابی کرد، همان‌طور که نمی‌توان به خواندن دست یافت." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "ممکن است مجوز خواندن پرونده یا باز کردن پوشه را نداشته باشید." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "برای نوشتن نمی‌توان منبع را باز کرد" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1059,17 +970,17 @@ msgstr "" "این بدین معناست که پرونده %1را نمی‌توان همان‌طور که درخواست " "شده نوشت، زیرا برای نوشتن نمی‌توان به مجوز دسترسی داشت." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "نمی‌توان فرایند مورد نیاز شیوه‌نامهٔ %1 را اجرا کرد" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "قادر به راه‌اندازی فرآیند نیست" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1را فراهم " "می‌کند، نمی‌توانست کارش را آغاز کند. این معمولاً به خاطر دلایل فنی است." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1094,12 +1005,12 @@ msgstr "" "به‌روزرسانی KDEتان به‌روزرسانی نشده باشد. این باعث می‌شود برنامه‌تان با نسخه " "جاری ناهمساز بشود و از این رو آغاز نمی‌شود." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "خطای درونی" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1را فراهم می‌کند، یک " "خطای درونی را گزارش داده است." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "نشانی وبی که به طور نامناسب قالب‌بندی شده" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "قرارداد پشتیبانی‌نشده %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1141,12 +1052,12 @@ msgstr "" "قرارداد %1که توسط برنامه‌های KDE پشتیبانی نشده، در حال حاضر " "در این رایانه نصب شده است." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "ممکن است قرارداد درخواست‌شده، پشتیبانی نشود." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1155,7 +1066,7 @@ msgstr "" "ممکن است نگارش‌های %1 قرارداد پشتیبانی‌شده، توسط این رایانه و کارساز ناهمساز " "باشند." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1172,17 +1083,17 @@ msgstr "" "http://kde-apps.org/ و http://freshmeat.net/می‌باشد." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "نشانی وب به منبع ارجاع داده نمی‌شود." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "قرارداد، یک قرارداد پالایه‌ای است" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lمکان‌یاب منبع جهانی (URL) " "که وارد کردید به یک منبع مشخص ارجاع داده نمی‌شود." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1204,12 +1115,12 @@ msgstr "" "وضعیتها نمی‌باشد. این یک رویداد کمیاب است، و احتمالاً برای نشان دادن خطای " "برنامه‌سازی می‌باشد." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "کنش پشتیبانی‌نشده: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1218,7 +1129,7 @@ msgstr "" "کنش درخواست‌شده توسط برنامه KDE که در حال پیاده‌سازی قرارداد %1 می‌باشد، پشتیبانی نمی‌شود." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1228,17 +1139,17 @@ msgstr "" "این خطا، به برنامه KDE بسیار وابسته است. باید اطلاعاتی مضاف بر آنچه در " "معماری ورودی/خروجی KDE موجود است در اختیار شما قرار گیرد." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "تلاش کنید که برای دستیابی به نتیجه مشابه، راه دیگری بیابید." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "پرونده مورد انتظار" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1247,17 +1158,17 @@ msgstr "" "درخواست مورد انتظار، یک پرونده بود، اما در عوض پوشه %1 یافت " "شد." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "این، ممکن است یک خطا از سوی کارساز باشد." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "پوشه مورد انتظار" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1266,17 +1177,17 @@ msgstr "" "درخواست مورد انتظار، یک پوشه بود، اما در عوض پرونده %1 یافت " "شد." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "پرونده یا پوشه‌ای موجود نمی‌باشد" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "پرونده یا پوشه مشخص‌شده %1 موجود نمی‌باشد." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1285,23 +1196,23 @@ msgstr "" "پرونده درخواست‌شده را نمی‌توان ایجاد کرد، زیرا یک پرونده با همین نام در حال " "حاضر موجود است." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "ابتدا سعی کنید پرونده جاری را به خارج حرکت دهید، و بعد دوباره امتحان کنید." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "پرونده جاری را حذف کرده و دوباره امتحان کنید." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "برای پرونده جدید، یک نام پرونده متناوب انتخاب کنید." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1310,28 +1221,28 @@ msgstr "" "پوشه درخواست‌شده را نمی‌توان ایجادکرد، زیرا یک پوشه با همین نام در حال حاضر " "وجود دارد." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "ابتدا سعی کنید پوشه جاری را به خارج حرکت داده و بعد دوباره امتحان کنید." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "پوشه جاری را حذف کرده و دوباره سعی کنید." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "برای پوشه جدید یک نام متناوب انتخاب کنید." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "میزبان ناشناخته" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1340,7 +1251,7 @@ msgstr "" "خطای میزبان ناشناخته نشان می‌دهد که کار‌‌ساز با نام درخواست‌شده، %1، را نمی‌توان در اینترنت جای داد." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1348,29 +1259,29 @@ msgstr "" "ممکن است نامی که تحریر کردید، %1، موجود نباشد: ممکن است اشتباه تحریر شده " "باشد." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "دستیابی رد شد" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "دستیابی به منبع مشخص‌شده، %1 رد شد." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "ممکن است جزئيات احراز هویت را نادرست فراهم کرده باشید، یا اصلاً هیچ چیز فراهم " "نکرده‌اید." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "ممکن است حسابتان، مجوز برای دستیابی به منبع مشخص‌شده را نداشته باشد." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1379,12 +1290,12 @@ msgstr "" "درخواست را دوباره امتحان کنید، و مطمئن شوید که جزئیات احراز هویتتان درست " "وارد می‌شوند." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "نوشتن دستیابی رد شد" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1392,12 +1303,12 @@ msgid "" msgstr "" "این به این معناست که تلاش برای نوشتن در پرونده %1 رد شد." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "قادر به وارد کردن پوشه نیست" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1406,17 +1317,17 @@ msgstr "" "این به این معناست که تلاش برای وارد کردن (به عبارت دیگر، برای باز کردن) پوشه " "درخواست‌شده %1 رد شد." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "فهرست‌نویسی پوشه، در دسترس نیست" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "قرارداد %1، یک سامانه پرونده نیست" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1426,12 +1337,12 @@ msgstr "" "این به این معناست که درخواستی ایجاد شد که به تعیین محتویات پوشه نیاز دارد، و " "برنامه KDE که این قرارداد را پشتیبانی می‌کند، قادر به انجام این کار نیست." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "پیوند چرخه‌ای آشکار شد" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1444,7 +1355,7 @@ msgstr "" "یک حلقه نامتناهی می‌شود - یعنی پرونده (شاید به یک راه غیر مستقیم) به خودش " "پیوند داده شد." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1452,27 +1363,27 @@ msgid "" msgstr "" "جزئی از حلقه را حذف کنید تا منجر به یک حلقه نامتناهی نشود، و دوباره سعی کنید." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "درخواست توسط کاربر ساقط شد" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "درخواست کامل نشد، زیرا ساقط شده بود." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "سعی مجدد برای درخواست." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "طی رونوشت، پیوند چرخه‌ای آشکار شد" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1485,17 +1396,17 @@ msgstr "" "مجموعه‌ای از پیوندها را آشکار کرد، که منجر به یک حلقه نامتناهی می‌شود - یعنی " "پرونده (شاید به یک راه غیر مستقیم) به خودش پیوند داده شده بود." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "نتوانست اتصال شبکه را ایجاد کند" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "نتوانست سوکت ایجاد کند" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1504,8 +1415,8 @@ msgstr "" "این، یک خطای فنی نسبتاً خوب است، که نمی‌توان در آن، دستگاه مورد نیاز برای " "ارتباطات شبکه (یک سوکت) را ایجاد کرد." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1513,19 +1424,19 @@ msgid "" msgstr "" "ممکن است اتصال شبکه نادرست پیکر‌بندی شود، یا ممکن است واسط شبکه فعال نشود." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "اتصال به کار‌‌ساز رد شد" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "کارساز %1 اجازه نداد که این رایانه متصل شود." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1534,7 +1445,7 @@ msgstr "" "ممکن است کار‌ساز در حالی که به اینترنت متصل است، برای اجازه دادن به درخواستها " "پیکربندی نشده باشد." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1543,7 +1454,7 @@ msgstr "" "ممکن است کارساز در حالی که به اینترنت متصل است، در حال اجرای خدمت درخواست‌شده " "(%1) نباشد." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1554,12 +1465,12 @@ msgstr "" "شبکه کار‌ساز که ممکن است مداخله کند، محافظت می‌کند، و هم از این درخواست " "پیشگیری می‌کند." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "اتصال به کارساز، به طور غیرمنتظره‌ای بسته شد" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1568,7 +1479,7 @@ msgstr "" "اگر چه اتصال به %1 برقرار شد، اما اتصال در یک نقطه " "غیرمنتظره‌ای از ارتباط بسته شد." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1577,17 +1488,17 @@ msgstr "" "ممکن است خطای قرارداد رخ دهد، که باعث شود کار‌ساز اتصال را به عنوان پاسخ به " "خطا ببندد." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "منبع نشانی وب نامعتبر" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "قرارداد %1، قرارداد پالایه نیست" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 " "ارجاع نمی‌شود." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1611,17 +1522,17 @@ msgstr "" "کنشی نمی‌باشد. این یک رویداد کمیاب است، و احتمالاً برای نشان دادن خطای " "برنامه‌سازی می‌باشد." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "قادر به مقداردهی اولیه دستگاه ورودی/خروجی نیست" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "نتوانست دستگاه را سوار کند" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1630,7 +1541,7 @@ msgstr "" "دستگاه درخواست‌شده («سوارشده») را نمی‌توان مقداردهی اولیه کرد. خطای گزارش‌شده " "این بود: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1641,7 +1552,7 @@ msgstr "" "حذف رسانه وجود نداشته باشد (یعنی هیچ دیسک فشرده‌ای در گرداننده دیسک فشرده " "نیست) یا ممکن است در مورد دستگاه جنبی/حمل‌پذیر، دستگاه درست متصل نشده باشد." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1652,7 +1563,7 @@ msgstr "" "سامانه‌های یونیکس، اغلب امتیازهای سرپرست سامانه برای مقدار‌‌‌دهی اولیه به دستگاه " "مورد نیاز می‌باشند." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1662,17 +1573,17 @@ msgstr "" "و دستگاههای حمل‌پذیر باید متصل شده و به کار انداخته شوند؛ و دوباره امتحان " "کنید." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "قادر به مقداردهی اولیه دستگاه ورودی/خروجی نیست" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "نتوانست دستگاه را پیاده کند" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1681,7 +1592,7 @@ msgstr "" "دستگاه درخواست‌شده را نمی‌توان مقدار‌‌دهی اولیه کرد («پیاده کرد»). خطای " "گزارش‌شده: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1692,7 +1603,7 @@ msgstr "" "می‌شود. حتی چنین چیزهایی که یک پنجره مرورگر باز در محلی از این دستگاه دارد هم " "ممکن است باعث شوند که دستگاه در حال استفاده باقی بماند." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1703,18 +1614,18 @@ msgstr "" "سامانه‌های لینوکس، امتیازهای سرپرست سامانه اغلب برای مقدار‌دهی اولیه یک دستگاه " "مورد نیاز می‌باشند." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "بررسی کنید که هیچ کاربردی به دستگاه دسترسی نداشته باشد، و دوباره امتحان کنید." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "نمی‌توان از منبع خواند" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1723,17 +1634,17 @@ msgstr "" "این، به این معناست که اگر چه منبع، %1، قادر به باز شدن بود؛ " "اما هنگام خواندن محتویات منبع خطایی رخ داد." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "ممکن است برای خواندن از منبع، مجوز نداشته باشید." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "نمی‌توان در منبع نوشت" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1742,22 +1653,22 @@ msgstr "" "این، به این معناست که اگر چه منبع، %1، قادر به باز شدن بود؛ " "اما هنگام نوشتن در منبع خطایی رخ داد." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "ممکن است برای نوشتن در منبع، مجوز نداشته باشید." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "نتوانست به اتصال‌های شبکه گوش دهد" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "نتوانست مقید‌سازی کند" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1768,17 +1679,17 @@ msgstr "" "سوکت) را نمی‌توان برای گوش دادن به اتصال‌های شبکه واردشونده، در آن پایه‌ریزی " "کرد." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "نتوانست گوش دهد" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "نتوانست اتصال شبکه را بپذیرد" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1787,33 +1698,33 @@ msgstr "" "این یک خطای فنی نسبتاً خوب است، که هنگام تلاش برای پذیرش اتصال شبکه " "واردشونده، در آن خطایی رخ داد." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "ممکن است برای پذیرش اتصال، مجوز نداشته باشید." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "نتوانست وارد شود: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "تلاش برای ورود، جهت اجرای عمل درخواست‌شده موفقیت‌آمیز نبود." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "نتوانست وضعیت منبع را تعیین کند" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "نتوانست منبع را آغاز کند" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1822,68 +1733,68 @@ msgstr "" "تلاش برای تعیین اطلاعات در مورد وضعیت منبع %1، نظیر نام " "منبع، نوع، اندازه و غیره، موفقیت‌آمیز نبود." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "ممکن است منبع مشخص‌شده موجود نباشد، یا ممکن است قابل دسترس نباشد." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "نتوانست فهرست‌نویسی را لغو کند" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: سند این" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "نتوانست پوشهٔ ایجاد کند" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "تلاش برای ایجاد پوشه درخواست‌شده، خراب شد." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "ممکن است محلی که قرار بود پوشه در آن ایجاد شود، موجود نباشد." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "نتوانست پوشهٔ را حذف کند" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "تلاش برای حذف پوشه مشخص‌شده، %1، خراب شد." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "ممکن است پوشه مشخص‌شده موجود نباشد." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "ممکن است پوشه مشخص‌شده خالی نباشد." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "مطمئن شوید که پوشه موجود و خالی است، و دوباره امتحان کنید." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "نتوانست انتقال پرونده را از سر بگیرد" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1892,66 +1803,66 @@ msgstr "" "در درخواست مشخص‌شده خواسته شده بود که انتقال پرونده %1 در " "نقطه معینی از انتقال، از سر گرفته شود. این کار ممکن نبود." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "ممکن است قرارداد یا کار‌ساز ازسرگیری پرونده را پشتیبانی نکند." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "سعی مجدد درخواست، بدون تلاش برای ازسرگیری انتقال." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "نتوانست نام منبع را تغییر دهد" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "تلاش برای تغییر نام منبع مشخص‌شده %1 خراب شد." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "نتوانست مجوزهای منبع را تغییر دهد" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "تلاش برای تغییر مجوزها در منبع مشخص‌شده %1 خراب شد." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "نتوانست مالکیت منبع را تغییر دهد" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "تلاش برای تغییر مالکیت منبع مشخص‌شده %1 خراب شد." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "نتوانست منبع را حذف کند" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "تلاش برای حذف منبع مشخص‌شده %1 خراب شد." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "پایان‌دهی غیر‌منتظره برنامه" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 را فراهم " "می‌کند، به طور غیرمنتظره‌ای پایان یافت." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "خارج از حافظه" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 را فراهم " "می‌کند، نتوانست حافظه مورد نیاز برای ادامه کار را به دست آورد." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "میزبان پیشکار ناشناخته" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2031,17 +1942,17 @@ msgstr "" "لطفاً برای آگاه کردن گروه KDE از روش پشتیبانی نشدهٔ اصالت‌سنجی، در http://bugs.kde.org/ برای اشکال پرونده‌سازی کنید." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "درخواست ساقط شد" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "خطای درونی در کار‌ساز" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2050,7 +1961,7 @@ msgstr "" "برنامه کار‌سازی که دستیابی به قرارداد %1 را فراهم می‌کند، " "خطای درونی را گزارش کرده است: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2059,12 +1970,12 @@ msgstr "" "بسیار احتمال دارد که توسط اشکالی در برنامه کار‌ساز ایجاد شود. لطفاً، ارائه " "گزارش کامل اشکال را که در زیر آمده، به تفضیل مورد ملاحظه قرار دهید." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "با سرپرست کار‌ساز تماس بگیرید تا از مسئله آگاه شوند." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2073,48 +1984,30 @@ msgstr "" "اگر می‌خواهید بدانید نویسنده‌های نرم‌افزار کار‌ساز چه کسانی هستند، گزارش اشکال " "را مستقیماً به آن‌ها ارائه دهید." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "خطای اتمام وقت" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -#| "for receiving a response: %2 seconds
    • Timeout for accessing proxy " -#| "servers: %3 seconds
    Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"اگرچه تماس با کار‌ساز برقرار شد، اما در مقدار زمان اختصاص داده شده، همان گونه " -"که در زیر آمده، برای درخواست پاسخی دریافت نشد:
    • اتمام وقت برای برقراری " -"یک اتصال: %1 ثانیه
    • اتمام وقت برای دریافت یک پاسخ: %2 ثانیه
    • اتمام وقت برای دستیابی به پیشکارها: %3 ثانیه
    لطفاً، توجه " -"داشته باشید که می‌توانید این تنظیمات اتمام وقت را در مرکز کنترل KDE با " -"برگزیدن شبکه -< تنظیمات تغییر دهید." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "کار‌ساز برای پاسخ به درخواستهای دیگری که باید پاسخ داده شوند، خیلی اشغال بود." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "خطای ناشناخته" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 را " "فراهم می‌کند، خطای ناشناخته‌ای را گزارش داده است: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "وقفه ناشناخته" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 را " "فراهم می‌کند، وقفه نوع ناشناخته را گزارش داده است: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "نتوانست پروندهٔ اصلی را حذف کند" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2152,12 +2045,12 @@ msgstr "" "عمل درخواست‌شده به احتمال زیاد در پایان عمل حرکت پرونده به حذف پرونده اصلی " "نیاز دارد. پرونده اصلی %1 را نمی‌توان حذف کرد." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "نتوانست پروندهٔ موقت را حذف کند" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2168,12 +2061,12 @@ msgstr "" "بارگیری می‌شود آن را ذخیره کند. این پرونده موقت %1 را " "نمی‌توان حذف کرد." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "نتوانست نام پرونده اصلی را تغییر دهد" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2182,12 +2075,12 @@ msgstr "" "عمل درخواست‌شده به تغییر نام پرونده اصلی %1 نیاز دارد، هر " "چند نام آن را نمی‌توان تغییر داد." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "نتوانست نام پرونده موقت را تغییر دهد" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2196,32 +2089,32 @@ msgstr "" "عمل درخواست‌شده به ایجاد پرونده موقت %1 نیاز دارد، هر چند آن " "را نمی‌توان ایجاد کرد." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "نتوانست پیوند ایجاد کند" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "نتوانست پیوند نمادی ایجاد کند" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "پیوند نمادی درخواست‌شده %1 را نمی‌توان ایجاد کرد." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "بدون محتوا" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "دیسک کامل" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2230,7 +2123,7 @@ msgstr "" "چون فضای دیسک کافی نبود، نتوانست در پرونده درخواست‌شده %1 " "بنویسد." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2241,12 +2134,12 @@ msgstr "" "پرونده‌ها در ذخیره‌گاه برداشتنی رسانه نظیر دیسکهای قابل ضبط دیسک فشرده؛ ۳) به " "دست آوردن ظرفیت بیشتر ذخیره‌گاه." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "پرونده‌های یکسان مبدأ و مقصد" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2254,17 +2147,17 @@ msgid "" msgstr "" "عملیات را نمی‌توان کامل کرد، زیرا پرونده‌های مبدأ و مقصد، پرونده یکسانی هستند." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "انتخاب یک نام پرونده متفاوت برای پرونده مقصد." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "پرونده یا پوشه روی خودش انداخته شده است" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2275,17 +2168,17 @@ msgid "" msgstr "" "عملیات را نمی‌توان کامل کرد، زیرا پرونده‌های مبدأ و مقصد، پرونده یکسانی هستند." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "مورد را به داخل پرونده یا پوشه‌ای دیگر بیندازید." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "پوشه به خودش منتقل شده است" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2296,17 +2189,17 @@ msgid "" msgstr "" "عملیات را نمی‌توان کامل کرد، زیرا پرونده‌های مبدأ و مقصد، پرونده یکسانی هستند." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "انتقال مورد به داخل پوشه‌ای دیگر." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2317,23 +2210,23 @@ msgid "" msgstr "" "عملیات را نمی‌توان کامل کرد، زیرا پرونده‌های مبدأ و مقصد، پرونده یکسانی هستند." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "نمی‌توان شیوه‌نامهٔ %1 را آغاز کرد" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "ناتوانی در ایجاد io-sla" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1را فراهم " "می‌کند، نمی‌توانست کارش را آغاز کند. این معمولاً به خاطر دلایل فنی است." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "ناتوانی در انتقال %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2369,35 +2262,35 @@ msgstr "" "پروندهٔ %1 نمی‌تواند انتقال یابد؛ چون سامانه‌پروندهٔ مقصد " "پرونده‌های به این بزرگی را پشتیبانی نمی‌کند" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "خطای غیر مستند" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(پیوند نمادی به %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1، پیوند به %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (به %1 اشاره می‌کند)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2406,25 +2299,25 @@ msgstr "" "نشانی وب بد شکل\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "به نظر نمی‌رسد %1 برنامه‌ای اجرایی باشد." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2434,92 +2327,92 @@ msgstr "" "%1 پیدا نشد؛ لطفاً مسیری معتبر به برنامهٔ اجرایی وارد " "کنید." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "باز کردن اتصال‌ها توسط قرارداد %1 پشتیبانی نمی‌شود." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "بستن اتصال‌ها به وسیله قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "دستیابی به پرونده‌ها به وسیله قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "نوشتن در %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "هیچ کنش ویژه‌ای برای قرارداد %1 موجود نیست." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "پوشه‌های فهرست‌نویسی برای قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "بازیابی داده‌ها از %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "بازیابی اطلاعات نوع مایم از %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "تغییر نام یا حرکت پرونده‌های موجود در %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "ایجاد پیوندهای نمادی به وسیله قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "رونوشت پرونده‌های موجود در %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "حذف پرونده‌ها از %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ایجاد پوشه‌ها به وسیله قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "تغییر خصیصه‌های پرونده‌ها به وسیله %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "تغییر مالکیت پرونده‌ها به وسیله %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "باز کردن پرونده‌ها به وسیله قرارداد %1پشتیبانی نمی‌شود." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "قرارداد %1 از کنش %2پشتیبانی نمی‌کند." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2528,116 +2421,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "قرارداد ناشناخته «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "نمی‌توان io-slave را برای شیوه‌نامهٔ «%1» یافت." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "نمی‌توان سوکتی برای اجرای io-slave برای شیوه‌نامهٔ «%1» ایجاد کرد." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "نمی‌توان پروندهٔ اجرایی «kioslave5» را در «%1» یافت." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&جزئیات‌" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&برای همیشه‌" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&ادامه‌" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "فقط نشست &کنونی" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ایجاد پوشه" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ایجاد پوشه" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "پرونده‌ای برنگزیدید که حذف شود." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "هیچ چیز برای حذف وجود ندارد" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "پرونده‌ای برنگزیدید که زباله شود." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "هیچ چیزی برای زباله وجود ندارد" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "پوشه مشخص‌شده موجود نمی‌باشد، یا خوانا نبود." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "گزینگان" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "پوشه پدر" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "پسروی" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "پیشروی" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "پوشه آغازه" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "بارگذاری مجدد" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2645,200 +2561,200 @@ msgctxt "@action" msgid "New Folder…" msgstr "پوشهٔ جدید" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "حرکت به زباله" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "حذف" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "مرتب کردن" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "مرتب‌سازی بر اساس نام" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "مرتب‌سازی بر اساس اندازه" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "مرتب‌سازی بر اساس تاریخ" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "مرتب‌سازی بر اساس نوع" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "افزایشی" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "نزولی" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "ابتدا پوشه‌ها" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "نمایش پرونده‌های مخفی" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "نمای نقشکی" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "نمای فشرده" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "نمای جزئیات" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "موقعیت نقشک" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "بعدار نام پرونده" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "بالای نام پرونده" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "نمای کوتاه" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "نمای مفصل‌" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "نمای درختی" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "نمای درختی جزئیات" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "اجازهٔ گسترش در نمای جزئیات" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "نمایش پرونده‌های مخفی" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "نمایش تابلوی پیش‌‌نمایش" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "نمایش پیش‌‌نمایش" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "گشودن پروندهٔ محتوی" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "ویژگیها" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&حالت نما‌" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "ی-آ" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "آ-ی" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "ابتدا جدیدترین" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "ابتدا قدیمی‌ترین" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "ابتدا جدیدترین" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "ابتدا بزرگ‌ترین" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "ابتدا کوچک‌ترین" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "کدبندی:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "باز‌ کردن" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "ذخیره به عنوان" @@ -2887,40 +2803,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "انتقال به این‌جا" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|تمام پرونده‌ها" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "تمام پرونده‌های پشتیبانی‌شده" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "همه پرونده‌ها" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "افزودن ورودی مکان‌ها" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "ویرایش مدخل مکان‌ها" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Places panel.

    The " @@ -2936,17 +2852,17 @@ msgstr "" "دارای یک یا دو واژه باشد، که در یادآوری آنچه این مدخل به آن ارجاع می‌شود، کمک " "می‌کند.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&برچسب:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "برچسب توضیح را این‌جا وارد کنید" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2959,12 +2875,12 @@ msgstr "" "pub/kde/stable

    :با فشار دکمه مجاور جعبه ویرایش متن، می‌توانید یک " "نشانی وب مناسب را مرور کنید.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&محل:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2973,17 +2889,17 @@ msgstr "" "این نقشکی است که در تابلو دستیابی سریع ظاهر می‌شود.

    برای گزینش " "یک نقشک متفاوت، روی دکمه فشار دهید.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "انتخاب یک &نقشک:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&فقط نمایش هنگام استفاده از این کاربرد (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2994,139 +2910,146 @@ msgstr "" "نمایش داده شود، این تنظیم را برگزینید.

    اگر این حالت انتخاب نشود، " "مدخل در تمام کاربردها موجود است.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "مکان‌ها" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "دوردست" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "اخیر" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "جست‌وجو برای" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "افزاره‌ها" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "افزاره‌های جدا شدنی" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "کلیدواژه‌ها" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (خطای %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "تمام برچسب‌ها" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "خانه" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "میزکار" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "سندها" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "بارگیری‌ها" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "شبکه" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "زباله" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "آهنگ‌ها" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "نگاره‌ها" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "ویدیوها" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "پرونده‌های اخیر" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "مکان‌های اخیر" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "امروز تغییر یافته است" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "دیروز تغییر یافته است" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "ناتوانی در افزودن به تابلوی مکان‌ها: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "فقط پوشه‌ها می‌توانند به تابلوی مکان‌ها افزوده شوند." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "پیکربندی میان‌برهای وب…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Release" @@ -3134,13 +3057,13 @@ msgctxt "@action:inmenu" msgid "Releasing…" msgstr "پخش" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "پخش" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Safely Remove" @@ -3148,13 +3071,13 @@ msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "حذف &ایمن" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "حذف &ایمن" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3162,39 +3085,39 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "پیاده کردن" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&پیاده کردن" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&بیرون دادن" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "افزارهٔ «%1» یک دیست نیست و نمی‌تواند بیرون داده شود." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "هنگام دستیابی به «%1»، خطایی رخ داد. سامانه چنین پاسخ داد: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "هنگام دستیابی به «%1» خطایی رخ داد" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3205,19 +3128,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3225,91 +3148,91 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1‎ از %2‎ آزاد است (%3٪‎ استفاده شده است)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (نهفته)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "تخلیهٔ زباله‌دان" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "سوار کردن" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "گشودن در زبانهٔ جدید" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "گشودن در پنجرهٔ جدید" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "افزودن ورودی…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&ویرایش…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "برداشتن پرونده" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&نهفتن" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "نهفتن بخش «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "نهفتن بخش" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&نمایش همه مدخلها‌" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "اندازهٔ نقشک" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3317,51 +3240,51 @@ msgctxt "" msgid "Auto Resize" msgstr "تغییر اندازهٔ خودکار" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "کوچک (‎%1×%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "متوسط (‎%1×%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "بزرگ (‎%1×%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "سترگ (‎%1×%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "فقط می‌توانید یک پرونده را برگزینید" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "بیش‌تر از یک پرونده ارائه شده است" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "فقط می‌توانید پرونده‌های محلی را برگزینید" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "پرونده‌های دوردست پذیرفته نمی‌شوند" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3372,49 +3295,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "طرح نشانی وب پشتیبانی نشده" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "بیش‌تر از یک پوشه ارائه شده است" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"حداقل یک پوشه و یک پرونده گزیده شده است. پرونده‌های گزیده شده چشم‌پوشی و " -"پوشه‌های گزیده شده فهرست خواهند شد" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "پروند‌ه‌ها و پوشه‌های گزیده شدند" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "پروندهٔ «%1» نمی‌تواند پیدا شود" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ناتوانی در گشودن پرونده" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3429,42 +3325,43 @@ msgstr "" "محل جاری، file:/home/%1 می‌باشد، با فشار این دکمه شما را به file:/home می‌برد." "
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "این دکمه را فشار دهید، تا در تاریخچه مرور یک گام به عقب برود." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "این دکمه را فشار دهید، تا در تاریخچه مرور یک گام به جلو برود." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "این دکمه را فشار دهید، تا مجدداً محتوای محل جاری بارگذاری شود." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "این دکمه را فشار دهید تا یک پوشه جدید ایجاد شود." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "نمایش تابلوی مکان‌ها" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "نمایش دکمهٔ نشانک‌ها" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "نمایش پرونده‌های مخفی" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "گزینه‌ها" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3485,12 +3382,12 @@ msgstr "" "تابلوی ناوش مکان‌ها
  • پیش‌نمایش پرونده‌ها
  • جدا کردن پوشه‌ها از " "پرونده‌ها
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "نشانک‌ها" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3504,12 +3401,39 @@ msgstr "" "اما به صورتی دیگر نظیر نشانک‌هایی که در جاهای دیگر KDE هستند، عمل می‌کنند." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&نام:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "برگرداندن تغییرات" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "گشودن پروندهٔ محتوی" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "نام پرونده" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "نمایش پرونده‌های مخفی" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "While typing in the text area, you may be presented with possible " @@ -3526,12 +3450,12 @@ msgstr "" "ویژگی را می‌توان با فشار دکمه راست موشی و گزینش یک حالت ارجح از گزینگان " "تکمیل متن، کنترل کرد." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "این نامی برای ذخیره پرونده به عنوان می‌باشد." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3540,75 +3464,80 @@ msgstr "" "این فهرست پرونده‌هایی است که باید باز شوند. بیش از یک پرونده را می‌توان با " "فهرست‌نویسی چندین پرونده که با فاصله از هم جدا شده‌اند، مشخص کرد." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "این، نام پرونده‌ای است که لازم است باز شود." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "مکان‌ها" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "در حال حاضر پرونده «%1» موجود است. می‌خواهید آن را جای‌نوشت کنید؟" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "پرونده رونویسی شود؟" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "فقط می‌توانید پرونده‌های محلی را برگزینید." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "پرونده‌های دور پذیرش نمی‌شوند" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|تمام پوشه‌ها" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "ایجاد شاخه" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&گشودن" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "اندازهٔ نقشک: %1 پیکسل" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "برگزیدن &پسوند نام پرونده به طور خودکار (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "پسوند %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "برگزیدن &پسوند نام پرونده به طور خودکار‌" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "یک پسوند مناسب" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3635,12 +3564,12 @@ msgstr "" "li>اگر مطمئن نیستید، این گزینه را تا زمانی که پرونده‌هایتان را " "کنترل‌پذیرتر می‌سازد، فعال نگه‌ دارید." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&نوع پرونده:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3649,38 +3578,31 @@ msgstr "" "این گزینشگر گونهٔ پرونده است که برای گزینش قالبی استفاده می‌شود که پرونده " "به عنوان آن ذخیره خواهد شد." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&پالایه:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"این، پالایه‌ای است که در فهرست پرونده به کار می‌رود. نام پرونده‌هایی که با " -"پالایه تطبیق ندارند، نمایش داده نخواهند شد.

    ممکن است، از یکی از پالایه‌های " -"از پیش تنظیم شده در گزینگان پایین افت برگزینید یا ممکن است مستقیماً پالایه " -"سفارشی را در ناحیه متن وارد کنید.

    نویسه‌های عام نظیر * و ؟ مجاز " -"می‌باشند.

    " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "ایجاد نوع پرونده جدید" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"این گزینشگر گونهٔ پرونده است که برای گزینش قالبی استفاده می‌شود که پرونده " +"به عنوان آن ذخیره خواهد شد." -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:221 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "پوزش" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3690,30 +3612,28 @@ msgstr "" "قادر به اجرای فرمان مشخص‌شده نیست. پرونده یا پوشه %1 موجود نمی‌باشد." "" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "نام برای پیوند جدید:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "ایجاد پیوند نمادین" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "ایجاد‌ پیوند به نشانی‌وب" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3723,7 +3643,7 @@ msgstr "" "نام %1 قابل استفاده نیست؛ چون توسط سیستم‌عامل رزرو شده " "است." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3733,7 +3653,7 @@ msgstr "" "نام %1 با نقطه شروع می‌شود، پس به طور پیش‌گزیده نهفته " "خواهد شد." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3745,118 +3665,176 @@ msgstr "" "بر اساس حروف الفبا، پیش از موارد دیگر، در کنار موارد عجیب و غریب، نمایش داده " "خواهد شد." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "کج‌خط نمی‌تواند برای نام پرونده یا پوشه استفاده شود." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "واکج‌خط نمی‌تواند در نام پرونده‌ها و پوشه‌ها استفاده شود." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "هم‌اکنون شاخه‌ای با نام %1 وجود دارد." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "هم‌اکنون پرونده‌ای با نام %1 وجود دارد." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "ایجاد‌ جدید" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "پیوند به دستگاه" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "پوشهٔ جدید" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "ایجاد پوشه" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "ایجاد پوشهٔ جدید در %1‏:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "پیش‌گزیده" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "ایجاد نوع پرونده جدید" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "انتخاب کاربرد برای %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "انتخاب یک &نقشک:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "رونوشت" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "جایگذاری" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "گشودن «%1» در زبانهٔ جدید" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "گشودن «%1» در پنجرهٔ جدید" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "ویرایش" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "ناوش" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "نمایش مسیر کامل" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3864,7 +3842,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "ناتوانی در انتقال %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3876,6 +3854,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "مکان‌ها" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3899,40 +3886,40 @@ msgstr "دیگر" msgid "Edit mode" msgstr "حالت ویرایش" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "برای ناوش مکان کلیک کنید" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "برای ویرایش مکان کلیک کنید" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "مجاز به اجرای این پرونده نیستید." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "اجرای %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "مجاز به برگزیدن کاربردی برای باز کردن این پرونده نیستید." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3959,12 +3946,18 @@ msgstr "خطا در ذخیرهٔ تصویر به %1" msgid "Icon file too big, download aborted" msgstr "پروندهٔ نقشک بسیار بزرگ بود، بارگیری لغو شد" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "کارخواه نامه‌ای یافت نشد" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3975,29 +3968,29 @@ msgstr "" "%1\n" "نامعتبر است." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "راه‌اندازی %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "پروندهٔ «%1» نمی‌تواند پیدا شود" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "شبیه‌ساز پایانه‌ای پیدا نشد" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "شکست در گشودن ‎%1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4008,7 +4001,7 @@ msgstr "" "%1\n" "از نوع پیوند است، اما هیچ نشانی وب=…مدخل ندارد." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4020,20 +4013,20 @@ msgstr "" "پرونده %1، یک برنامه قابل اجرا می‌باشد. برای ایمنی، آغاز نخواهد شد." "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4042,12 +4035,12 @@ msgstr "" "ناتوانی در اجرایی کردن پروندهٔ «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "پرونده %1 مدخل رومیزی هیچ نوعی=… مدخل ندارد." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4055,12 +4048,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "شکست در گشودن پرونده." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "برنامهٔ «%1» نمی‌تواند اجرا شود." @@ -4135,72 +4128,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© ۱۹۹۸-۲۰۰۰,۲۰۰۳ توسعه‌دهندگان KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "دیوید فور" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "برنهارد روزنکراینزر" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "والدو باستیان" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "اسوالد بودنهاگن" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "نام پیشنهادی برای پروندهٔ بارگیری شده" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "فرمان برای اجرا" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "تنظیم ACL برای %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4209,7 +4197,7 @@ msgstr "" "نتوانست مجوزها را برای\n" "%1 تغییر دهد" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4218,118 +4206,38 @@ msgid "" "%1" msgstr "نتوانست مالکیت را برای %1 تغییر دهد." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "نتوانست نام پرونده موقت را تغییر دهد" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "نتوانست برنامه «سوار کردن» را پیدا کند" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "نتوانست برنامه «پیاده کردن» را پیدا کند" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "تغییر اجازه‌های پرونده" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "اجازه‌های جدید: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "تغییر مالک پرونده" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "برداشتن پرونده" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "برداشتن شاخه" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "ایجاد شاخه" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "اجازه‌های شاخه: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "گشودن پرونده" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "گشودن شاخه" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "نام جدید پرونده: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "هدف: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "تغییر برچسب‌زمانی" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "از: %1، به: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "کنش ناشناخته" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"کنش: %1\n" -"منبع: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "پرونده را نمی‌توان از %1 به %2 رونوشت کرد. (شمارهٔ خطا: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "در دستگاه، هیچ رسانه‌ای برای %1 وجود ندارد" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "نتوانست شناسه کاربر را برای نام کاربر داده‌شده %1 وارد کند" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "نتوانست شناسه گروه را برای نام گروه داده‌شده %1 به دست آورد" @@ -4371,33 +4279,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "برای دستیابی به این پایگاه، لازم است یک نام کار‌بر و یک اسم رمز فراهم کنید." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "پایگاه:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "تأیید ورود" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "نتوانست به %1 وارد شود." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4406,7 +4314,7 @@ msgstr "" "\n" "کارساز گفت: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4416,12 +4324,12 @@ msgstr "" "است که برای کارساز پیشکار فهرست‌شده در زیر، یک نام کاربر و یک اسم رمز فراهم " "کنید." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "پیشکار:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "خرابی در احراز هویت پیشکار." @@ -4473,101 +4381,101 @@ msgid "" msgstr "مایل هستید این گواهی‌نامه را برای همیشه و بدون اعلان بپذیرید؟" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "تأیید کارساز" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 در %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "در غیر این صورت، درخواست به نتیجه رسیده است." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "بازیابی مقادیر ویژگی" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "تنظیم مقادیر ویژگی" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ایجاد پوشهٔ درخواست‌شده" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "رونویسی پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "انتقال پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "جست‌وجو در پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "قفل پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "باز کردن قفل پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "حذف پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "پرس‌وجوی قابلیت‌های کار‌ساز" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "باز‌یابی محتویات پرونده یا پوشهٔ تعیین‌شده" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "اجرای یک گزارش در پوشهٔ مشخص شده" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "هنگام تلاش برای %2، خطای غیرمنتظره (%1) رخ داد." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4576,13 +4484,13 @@ msgid "" msgstr "" "هنگام تلاش برای %1، %2، خطایی رخ داد. خلاصه‌ای از دلایل در زیر آمده است." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "هنگام تلاش برای %1، دسترسی رد شد." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4591,7 +4499,7 @@ msgstr "" "یک منبع را نمی‌توان در مقصد ایجاد کرد، تا زمانی که یک یا چند مجموعه (پوشه‌) " "واسطه ایجاد شده باشد." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4608,28 +4516,28 @@ msgstr "" "نبود، یا این که زمانی که در حال درخواست پرونده‌هایی که جای‌نوشت نمی‌شوند بودید؛ " "برای جای‌نوشت یک پرونده تلاش می‌کردید. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "نتوانست قفل درخواست‌شده را تصدیق کند. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "کار‌ساز، از درخواست نوع بدنه پشتیبانی نمی‌کند." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "ناتوان از %1، زیرا منبع قفل است." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "این کنش توسط خطای دیگری پیشگیری شده بود." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4637,7 +4545,7 @@ msgid "" "folder." msgstr "ناتوان از %1، زیرا کار‌ساز مقصد، پرونده یا پوشه را رد نمی‌پذیرد." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4645,18 +4553,18 @@ msgid "" msgstr "" "منبع مقصد، فضای کافی برای ضبط وضعیت منبع بعد از اجرای این روش را ندارد." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "منبع نمی‌تواند حذف شود." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "بارگذاری %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4667,15 +4575,15 @@ msgstr "هنگام تلاش برای %2، خطای غیرمنتظره (%1) رخ msgid "Network" msgstr "شبکه" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "نشانی وب بدشکل %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4684,12 +4592,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "پرونده هم‌اکنون در زباله‌دان است." @@ -4722,7 +4630,7 @@ msgstr "تخلیهٔ محتویات زباله‌دان" msgid "Restore a trashed file to its original location" msgstr "بازیابی یک پروندهٔ انداخته شده در زباله‌دان به مکان اصلی‌اش" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "زباله‌دان پر است. آن را تخلیه یا موارد را دستی حذف کنید." @@ -4743,17 +4651,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "تلاش دوباره" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "گفت‌وگوی کسب اجازه" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "دسترسی رد شد" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "مجوز دستیابی به قرارداد %1 را ندارید." @@ -4867,41 +4775,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4911,9 +4819,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "محاسبه" @@ -4922,23 +4830,23 @@ msgstr "محاسبه" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "برای رونوشت جمع‌آزما به تخته‌گیره کلیک کنید." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&لغو" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&انتقال به این‌جا" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4946,115 +4854,204 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "بارگیری‌ها" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&رونوشت به این‌جا" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&پیوند به این‌جا" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "راه‌اندازی %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "می‌خواهید با این پرونده چه کنید؟" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "دیگر سوال نکن" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&گشودن" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&اجرا" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&باز کردن %1 با‌" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "برگرداندن تغییرات" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "می‌خواهید با این پرونده چه کنید؟" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "ایجاد فهرست راهنما" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "مبدأ" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "مقصد" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "رونوشت" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "حرکت" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Renaming" msgid "Renaming" msgstr "تغییر نام‌" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "حرکت به زباله" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "حذف" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&برگردان" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&برگردان: رونوشت" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&برگردان: پیوند" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&برگردان: انتقال" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&برگردان: تغییر نام" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&برگردان: زباله‌دان" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&برگردان: ایجاد پوشه" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&برگردان: ایجاد پوشه(ها)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&برگردان: ایجاد پرونده" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&برگردان: تغییر نام دسته‌ای" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&برگردان: رونوشت" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&برگردان: پیوند" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&برگردان: انتقال" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&برگردان: تغییر نام" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&برگردان: زباله‌دان" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&برگردان: ایجاد پوشه" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&برگردان: ایجاد پوشه(ها)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&برگردان: ایجاد پرونده" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&برگردان: تغییر نام دسته‌ای" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5063,12 +5060,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "برگرداندن تأیید رونوشت پرونده" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5080,22 +5077,23 @@ msgstr "" "filename>این عمل برگشت‌ناپذیر است." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "حذف همیشگی" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "حذف همیشگی" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5111,7 +5109,7 @@ msgstr[1] "" "آیا مطمئنید که می‌خواهید این مورد را برای همیشه حذف کنید؟این عمل برگشت‌ناپذیر است." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5121,13 +5119,13 @@ msgstr "" "آیا مطمئنید که می‌خواهید تمامی موارد داخل زباله‌دان را برای همیشه حذف کنید؟این عمل برگشت‌ناپذیر است." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "تخلیهٔ زباله‌دان" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5137,7 +5135,7 @@ msgstr "" "آیا مطمئنید که می‌خواهید این مورد را به زباله‌دان منتقل کنید؟" "%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5224,7 +5222,7 @@ msgstr "مالک" msgid "Owning Group" msgstr "گروه مالک" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "غیره" @@ -5298,66 +5296,66 @@ msgstr "به‌روزرسانی پیکربندی سامانه" msgid "Updating system configuration…" msgstr "به‌روزرسانی پیکربندی سامانه." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "نام" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "اندازه" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "تاریخ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "اجازه‌ها" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "مالک" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "گروه" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "نوع" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&باز کردن %1 با" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&کنش‌ها‌" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5365,7 +5363,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&گشودن پوشه با" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5373,29 +5371,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&گشودن با" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&اجرا" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&گشودن پوشه با %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&باز کردن %1 با‌" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&گشودن پوشه با" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&گشودن با" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5403,7 +5408,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&برنامه‌های دیگر…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5411,113 +5416,135 @@ msgid_plural "%1 items" msgstr[0] "%1 مورد" msgstr[1] "۱ مورد" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "ناشناخته" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "ایست" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "سوار شده از:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "فضای خالی:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "نوع:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "محتوا:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "باز کردن با:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "تغییر…‌" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "محل:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "اندازه:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "تغییر…‌" +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "محتوا:" +msgid "Stop" +msgstr "ایست" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "اشاره به:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "تغییریافته:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "نمایش یک هشدار" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "ایجادشده:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "سامانهٔ پرونده:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "اندازهٔ ناشناخته" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "سوار شده در:" +msgid "Modified:" +msgstr "تغییریافته:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "به دست آمده:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "گشودن با:" +msgid "File system:" +msgstr "سیستم پرونده:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "سوار شده در:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "سوار شده از:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "فضای خالی:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "اندازهٔ ناشناخته" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5811,26 +5838,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "توصیف این کار‌برد را بر اساس استفاده آن، در این‌جا تحریر کنید. مثال‌ها: یک " "کاربرد شماره‌گیری (KPPP)، «ابزار شماره‌گیری» می‌باشد." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "شرح:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&نام کار‌بر:‌" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "هر توضیحی که فکر می‌کنید مفید است را در این‌جا تحریر کنید." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"توصیف این کار‌برد را بر اساس استفاده آن، در این‌جا تحریر کنید. مثال‌ها: یک " +"کاربرد شماره‌گیری (KPPP)، «ابزار شماره‌گیری» می‌باشد." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5842,7 +5880,7 @@ msgstr "&توضیح:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "استفاده از &متغیرهای محیطی از پیش تنظیم‌شده پیشکار‌" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6058,7 +6096,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "هم‌رسانی" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6068,36 +6106,58 @@ msgstr "" "ناتوانی در ذخیرهٔ ويزگی‌ها به دلیل عدم دسترسی نوشتن:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&عمومی‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "کاوش در %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "بازآوری" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "ناتوانی در انتقال %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "اندازهٔ ناشناخته" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6106,138 +6166,144 @@ msgstr "" "محاسبه… %1 (%2)\n" "%3، %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 پرونده" msgstr[1] "۱ پرونده" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 زیرپوشه" msgstr[1] "۱ زیرپوشه" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "محاسبه…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "کمینه %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "نام پرونده جدید خالی است." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "بدون گونهٔ پروندهٔ ثبت شده" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "برنامه‌ای نسبت داده نشده است" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "ایجاد…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "تغییر…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "بدون دسترسی" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "فقط می‌توان دید" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "می‌تواند ببیند و تغییر دهد" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "فقط می‌تواند محتوا را ببیند" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "می‌توان محتوا را دید و تغییر داد" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "فقط می‌تواند محتوا را ببیند/بخواند" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "می‌توان دید/خواند و تغییر داد/نوشت" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&مجوزها‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "دستیابی به مجوزها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, fuzzy, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "همهٔ پرونده‌ها پیوند هستند و پروانه دسترسی ندارند." msgstr[1] "این پرونده یک پیوند است و پروانه دسترسی ندارد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "فقط مالک می‌تواند مجوزها را تغییر دهد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&مالک:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "کنشهایی که مالک اجازه دارد انجام دهد را مشخص می‌کند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&گروه:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "کنشهایی که اعضا گروه اجازه دارند انجام دهند را مشخص می‌کند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&دیگران:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6246,32 +6312,32 @@ msgstr "" "کنشهایی که تمام کاربران،که نه مالکند و نه در گروه، اجازه دارند آن‌ها را انجام " "دهند، مشخص می‌کند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "فقط &مالک می‌تواند نام محتوای پوشه را تغییر دهد یا حذف کند‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "" "این پرچم را فعال کنید، تا اجرای پرونده به عنوان یک برنامه اجازه داده شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "نام کاربری پیش‌گزیده:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&اجرا" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6282,7 +6348,7 @@ msgstr "" "پوشه‌های شامل را حذف کند، یا تغییر نام دهد.کار‌بران دیگر، فقط می‌توانند " "پرونده‌های جدیدی را اضافه کنند که به مجوز «تغییر محتوا» نیاز دارند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6292,42 +6358,42 @@ msgstr "" "مورد برنامه‌ها و دست‌نوشته‌ها منطقی است. زمانی که می‌خواهید آن‌ها را اجرا کنید، " "مورد نیاز است." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "مجوزهای &پیشرفته‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "مالکیت" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "کاربر:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "گروه:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "اعمال تغییرات برای تمام زیرپوشه‌ها و محتویاتشان" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "مجوزهای پیشرفته" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "رده" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6336,22 +6402,22 @@ msgstr "" "نمایش\n" "مدخلها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "این پرچم اجازه می‌دهد که محتوای پوشه را ببینید." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "خواندن" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "پرچم خواندن اجازه می‌دهد که محتوای پرونده دیده شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6360,7 +6426,7 @@ msgstr "" "نوشتن\n" "مدخلها" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6369,44 +6435,44 @@ msgstr "" "این پرچم اجازه افزودن، تغییر نام و حذف پرونده‌ها را می‌دهد. توجه داشته باشید " "که حذف و تغییر نام را می‌توان با استفاده از پرچم چسبناک محدود کرد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "نوشتن" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "پرچم نوشتن، اجازه تغییر محتوای پرونده را می‌دهد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "وارد کردن" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "این پرچم را فعال کنید، تا وارد کردن پوشه اجازه داده شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "اجرا" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "این پرچم را فعال کنید، تا اجرای پرونده به عنوان یک برنامه اجازه داده شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ویژه" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6415,31 +6481,31 @@ msgstr "" "پرچم ویژه. اگر برای کل پوشه معتبر باشد، مفهوم دقیق پرچم را می‌توان در ستون " "سمت راست دید." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "پرچم ویژه. مفهوم دقیق پرچم را می‌توان در ستون سمت راست دید." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "کار‌بر" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "گروه" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "اگر این پرچم تنظیم شود، مالک این پوشه، مالک تمام پرونده‌های جدید می‌شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6448,14 +6514,14 @@ msgstr "" "اگر این پرونده قابل اجرا باشد و پرچم تنظیم شده باشد، با مجوزهای مالک اجرا " "می‌شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "اگر این پرچم تنظیم شود، گروه این پوشه برای تمام پرونده‌های جدید تنظیم می‌شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6464,7 +6530,7 @@ msgstr "" "اگر این پرونده قابل اجرا باشد و پرچم تنظیم شده باشد، با مجوزهای گروه اجرا " "می‌شود." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6474,7 +6540,7 @@ msgstr "" "پرونده‌ها را حذف کنند یا نام آن‌ها را تغییر دهند. در غیر این صورت، با مجوزهای " "نوشتن هر کسی می‌تواند این کار را انجام دهد." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6483,91 +6549,80 @@ msgstr "" "در لینوکس، پرچم چسبناک روی پرونده نادیده گرفته می‌شود، اما ممکن است در برخی " "سامانه‌ها استفاده شود" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "تنظیم شناسه کار‌بر" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "تنظیم شناسه گروه" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "چسبناک" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "پیوند" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "در حال تغییر (بدون تغییر)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, fuzzy, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "این پرونده‌ها از اجازه‌های پیشرفته استفاده می‌کنند" msgstr[1] "این پرونده از اجازه‌های پیشرفته استفاده می‌کند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, fuzzy, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "این پوشه‌ها از اجازه‌های پیشرفته استفاده می‌کنند." msgstr[1] "این پوشه از اجازه‌های پیشرفته استفاده می‌کند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "این پرونده‌ها از اجازه‌های پیشرفته استفاده می‌کنند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&جمع‌آزما" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "محاسبه…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "جمع‌آزمای نامعتبر." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "ورودی داده شده یک جمع‌آزمای معتبر MD5‏، SHA1 یا SHA256 نیست." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "جمع‌آزماها یک‌سانند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "جمع‌آزمای رایانش شده و جمع‌آزمای مورد انتظار، منطبقند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6578,13 +6633,13 @@ msgstr "" "برای بارگیری پرونده تلاش کنید.
    اگر اعتبارسنجی همچنان شکست خورد، با منبع " "پرونده تماس بگیرید." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "جمع‌آزمای رایانش شده و جمع‌آزمای مورد انتظار، منطبق نیستند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6592,18 +6647,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "اعتبارسنجی جمع‌آزما…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "پرونده‌ها یک‌سانند." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "پرونده‌ها متفاوتند." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "محاسبه…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&نشانی وب‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "نشانی وب:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6611,27 +6686,27 @@ msgstr "" "نتوانست گزینه‌ها را ذخیره کند. فقط ورودی‌های روی سامانه‌های پروندهٔ محلی " "پشتیبانی می‌شوند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&کار‌برد‌" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "افزودن نوع پرونده برای %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "گزینش یک یا چند نوع پرونده برای افزودن:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "فقط پرونده‌های قابل اجرا در سامانه پرونده‌های محلی پشتیبانی می‌شوند." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "گزینه‌های پیشرفته برای %1" @@ -6734,22 +6809,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "پیکربندی میان‌برهای وب…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "باز کردن محاوره پرونده" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "نام پرونده برای محتوای تخته یادداشت:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&جایگذاری %1 پرونده‌" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&جایگذاری محتویات تخته یادداشت‌" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6759,19 +6839,19 @@ msgstr "" "برگزیده، بیشتر از این قابل کاربرد نیست. لطفاً آنچه که می‌خواستید بچسبانید را " "دوباره رونوشت کنید." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "جایگذاری یک پوشه" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "جایگذاری یک پرونده" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6779,92 +6859,104 @@ msgid_plural "Paste %1 Items" msgstr[0] "جایگذاری %1 مورد" msgstr[1] "جایگذاری یک مورد" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&جایگذاری محتویات تخته یادداشت‌" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "جایگذاری" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "قالب داده‌:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "نام پرونده برای محتوای تخته یادداشت:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "نام پرونده برای محتواهای انداخته شده:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "تاریخ: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "اندازه: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ا&عمال به همه" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&تغییر نام‌" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "پیشنهاد &نام جدید‌" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&پرش‌" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&نوشتن به" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6873,25 +6965,25 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&رونویسی پرونده‌های قدیمی‌تر" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&از سرگرفتن‌" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6900,135 +6992,122 @@ msgstr "" "این کنش «%1» با خودش جای‌نوشت می‌شود.\n" "لطفاً، یک نام پرونده جدید وارد کنید:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&ادامه‌" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "این کنش مقصد را رونویسی خواهد کرد." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "این کنش مقصد را رونویسی خواهد کرد." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "مبدأ" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "مقصد" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "مقصد %1 بار کوچک‌تر است" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "مقصد %1 بار کوچک‌تر است" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "مقصد %1 بار کوچک‌تر است" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "مقصد %1 بار بزرگ‌تر است" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "پرونده‌ها یک‌سانند." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "پرونده‌ها یک‌سان به نظر می‌رسند." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "پرونده‌ها متفاوتند." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "رونوشت از پرونده‌ها" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "یک مورد قدیمی‌تر با نام «%1» از قبل وجود دارد." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "یک پروندهٔ مشابه با نام «%1» از قبل وجود دارد." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "یک مورد جدیدتر با نام «%1» هم‌اکنون موجود است." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "تغییر نام‌:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "تغییر نام‌ مورد" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "تغییر نام‌ موارد" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&تغییر نام‌" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "تغییر نام مورد %1 به:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "نام جدید #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "هم‌اکنون پرونده‌ای با نام %1 وجود دارد." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "به نظر نمی‌رسد %1 برنامه‌ای اجرایی باشد." + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7036,38 +7115,196 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "تغییر نام %1 مورد گزیده به:" msgstr[1] "تغییر نام %1 مورد گزیده به:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# جایگزین خواهد شد با اعداد افزایشی با شروع از:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "نام جدید #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "تغییر نام %1 مورد گزیده به:" +msgstr[1] "تغییر نام %1 مورد گزیده به:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "جایگزینی" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "گشودن با:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "جایگزینی" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "تغییر نام %1 مورد گزیده به:" +msgstr[1] "تغییر نام %1 مورد گزیده به:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "&اجرا به عنوان یک کار‌بر متفاوت‌" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "تغییر نام‌ مورد" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "تغییر نام‌ موارد" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&تغییر نام‌" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "نام کاربری پیش‌گزیده:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "جایگزینی" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "نمایش پیش‌‌نمایش" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "به نظر نمی‌رسد %1 برنامه‌ای اجرایی باشد." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "اطلاعات" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "جایگزینی" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "تلاش دوباره" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "جایگزینی همه" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "پریدن" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "پرش از همه" @@ -7152,7 +7389,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7201,9 +7438,9 @@ msgstr[1] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "آیا مطمئنید که می‌خواهید این مورد را برای همیشه حذف کنید؟%1این عمل برگشت‌ناپذیر است.This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"آیا مطمئنید که می‌خواهید این %1 مورد را برای همیشه حذف کنید؟این عمل برگشت‌ناپذیر است." +msgstr[1] "" +"آیا مطمئنید که می‌خواهید این مورد را برای همیشه حذف کنید؟این عمل برگشت‌ناپذیر است." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"آیا مطمئنید که می‌خواهید این مورد را برای همیشه حذف کنید؟%1این عمل برگشت‌ناپذیر است." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7234,7 +7512,7 @@ msgstr[1] "" "آیا مطمئنید که می‌خواهید این مورد را برای همیشه حذف کنید؟این عمل برگشت‌ناپذیر است." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7242,51 +7520,201 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "واقعاً می‌خواهید این %1 مورد را به زباله‌دان انتقال دهید؟" msgstr[1] "واقعاً می‌خواهید این %1 مورد را به زباله‌دان انتقال دهید؟" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "دیگر نپرس" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "دیگر نپرس" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "دیگر این پیام را نشان نده" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "زنجیرهٔ گواهی‌نامهٔ SSL طرف مقابل فاسد به نظر می‌رسد." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "هشدار" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "این برنامه را اجرا خواهد کرد:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#~ msgid "Open With:" +#~ msgstr "گشودن با:" + +#~ msgid "File System:" +#~ msgstr "سامانهٔ پرونده:" + +#~ msgid "Change Attribute" +#~ msgstr "تغییر ارجاع" + +#~ msgid "Delete Files" +#~ msgstr "حذف پرونده‌ها" + +#~ msgid "Create Folder" +#~ msgstr "ایجاد پوشه" + +#~ msgid "Move Items" +#~ msgstr "انتقال موارد" + +#~ msgid "Rename" +#~ msgstr "تغییر نام‌" + +#~ msgid "Transfer data" +#~ msgstr "انتقال داده" + +#~ msgid "Undo Changes" +#~ msgstr "برگرداندن تغییرات" + +#~ msgid "Setting ACL for %1" +#~ msgstr "تنظیم ACL برای %1" + +#~ msgid "Change File Permissions" +#~ msgstr "تغییر اجازه‌های پرونده" + +#~ msgid "New Permissions: %1" +#~ msgstr "اجازه‌های جدید: %1" + +#~ msgid "Change File Owner" +#~ msgstr "تغییر مالک پرونده" + +#~ msgid "Remove File" +#~ msgstr "برداشتن پرونده" + +#~ msgid "Remove Directory" +#~ msgstr "برداشتن شاخه" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "اجازه‌های شاخه: %1" + +#~ msgid "Open File" +#~ msgstr "گشودن پرونده" + +#~ msgid "Open Directory" +#~ msgstr "گشودن شاخه" + +#~ msgid "New Filename: %1" +#~ msgstr "نام جدید پرونده: %1" + +#~ msgid "Target: %1" +#~ msgstr "هدف: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "تغییر برچسب‌زمانی" + +#~ msgid "From: %1, To: %2" +#~ msgstr "از: %1، به: %2" + +#~ msgid "Unknown Action" +#~ msgstr "کنش ناشناخته" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "کنش: %1\n" +#~ "منبع: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "نمایش دکمهٔ نشانک‌ها" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "پرونده تغییر کرد" + +#~ msgid "&Description:" +#~ msgstr "شرح:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "هر توضیحی که فکر می‌کنید مفید است را در این‌جا تحریر کنید." + +#~ msgid "Do not ask again" +#~ msgstr "دیگر سوال نکن" + +#~ msgid "&Filter:" +#~ msgstr "&پالایه:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "این، پالایه‌ای است که در فهرست پرونده به کار می‌رود. نام پرونده‌هایی که " +#~ "با پالایه تطبیق ندارند، نمایش داده نخواهند شد.

    ممکن است، از یکی از " +#~ "پالایه‌های از پیش تنظیم شده در گزینگان پایین افت برگزینید یا ممکن است " +#~ "مستقیماً پالایه سفارشی را در ناحیه متن وارد کنید.

    نویسه‌های عام نظیر " +#~ "* و ؟ مجاز می‌باشند.

    " + +#~ msgid "More than one folder provided" +#~ msgstr "بیش‌تر از یک پوشه ارائه شده است" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "حداقل یک پوشه و یک پرونده گزیده شده است. پرونده‌های گزیده شده چشم‌پوشی و " +#~ "پوشه‌های گزیده شده فهرست خواهند شد" + +#~ msgid "Files and folders selected" +#~ msgstr "پروند‌ه‌ها و پوشه‌های گزیده شدند" + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "
    • Timeout for establishing a connection: %1 seconds
    • Timeout for receiving a response: %2 seconds
    • Timeout for " +#~| "accessing proxy servers: %3 seconds
    Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "اگرچه تماس با کار‌ساز برقرار شد، اما در مقدار زمان اختصاص داده شده، همان " +#~ "گونه که در زیر آمده، برای درخواست پاسخی دریافت نشد:
    • اتمام وقت برای " +#~ "برقراری یک اتصال: %1 ثانیه
    • اتمام وقت برای دریافت یک پاسخ: %2 " +#~ "ثانیه
    • اتمام وقت برای دستیابی به پیشکارها: %3 ثانیه
    لطفاً، " +#~ "توجه داشته باشید که می‌توانید این تنظیمات اتمام وقت را در مرکز کنترل KDE " +#~ "با برگزیدن شبکه -< تنظیمات تغییر دهید." + #~ msgid "Is &executable" #~ msgstr "&قابل‌‌ اجراست‌" @@ -7733,9 +8161,6 @@ msgstr "" #~ "این مقدار محاسبه شدهٔ فضای دیسک است که برای زباله‌دان مجاز خواهد بود؛ " #~ "بیشینهٔ مقدار." -#~ msgid "Show a Warning" -#~ msgstr "نمایش یک هشدار" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "حذف قدیمی‌ترین پرونده‌ها از زباله‌دان" @@ -8762,10 +9187,6 @@ msgstr "" #~ msgid "Space" #~ msgstr "فاصله" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "پیش‌گزیده" - #~ msgid "Modify Web Shortcut" #~ msgstr "تغییر میان‌بر وب" @@ -8843,11 +9264,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "نتوانست هیچ برنامه یا دستیاری برای %1 بیابد" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&جایگذاری %1 پرونده‌" -#~ msgstr[1] "&جایگذاری پرونده" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&جایگذاری %1 نشانی وب‌" @@ -8938,9 +9354,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "نوشتن در %1پشتیبانی نمی‌شود." -#~ msgid "File name:" -#~ msgstr "نام پرونده" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings. +# SPDX-FileCopyrightText: 2009, 2010, 2011, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Tommi Nieminen # Kim Enkovaara , 2002, 2003, 2004, 2005, 2006. # Mikko Ikola , 2003, 2005. # Teemu Rytilahti , 2003, 2004, 2008. @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-07 15:06+0200\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-01-12 14:38+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -27,7 +27,7 @@ msgstr "" "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-Generator: Lokalize 25.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -41,12 +41,12 @@ msgstr "" "kim.enkovaara@iki.fi, ikola@iki.fi, niklas.laxstrom+kdetrans@gmail.org, " "translator@legisign.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Tiedoston %1 omistajaa ei voitu muuttaa" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -55,12 +55,12 @@ msgstr "" "Tiedoston %1 omistajaa ei voitu muuttaa. Tiedostoon ei " "ole riittäviä käyttöoikeuksia." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO-työskentelijää ei voitu luoda: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -72,7 +72,7 @@ msgstr "" "Ei voitu luoda symlinkkiä: ”%1”.\n" "Kohdetiedostojärjestelmä (%2) ei tue symlinkkejä." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,7 +87,7 @@ msgstr "" "Valitsemalla ”Korvaa” virheelliset merkit kohdekansionimessä korvataan " "alaviivoilla (”_”)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -102,23 +102,23 @@ msgstr "" "Valitsemalla ”Korvaa” virheelliset merkit kohdetiedostonimessä korvataan " "alaviivoilla (”_”)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Kansio on jo olemassa" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Tiedosto on jo olemassa" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "On jo olemassa kansiona" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Roskakori" @@ -214,201 +214,103 @@ msgid "%1: %2" msgstr "%1 (%2)" # pmap: =:teonnimi=Siirto: -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Siirretään" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Lähde" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Kohde" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Muutetaan nimiä" # pmap: =:teonnimi=Kopiointi: -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopioidaan" # pmap: =:teonnimi=Kansion luonti: -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Luodaan kansiota" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Kansio" # pmap: =:teonnimi=Poisto: -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Poistetaan" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Tiedosto" # pmap: =:teonnimi=Tutkinta: -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Tutkitaan" # pmap: =:teonnimi=Siirto: -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Siirretään" # pmap: =:teonnimi=Liittäminen: -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Liitetään" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Laite" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Liitospiste" # pmap: =:teonnimi=Irrottaminen: -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Irrotetaan" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Muuta määritettä" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Tiedostomääritteiden muuttaminen vaatii pääkäyttäjäoikeuksia. Haluatko " -"jatkaa?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopioi tiedostot" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "Kopioinnin suorittaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Poista tiedostot" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Poiston suorittaminen vaatii pääkäyttäjäoikeuksia. Tämä voi vahingoittaa " -"järjestelmääsi. Haluatko jatkaa?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Luo kansio" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Tämän kansion luominen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Siirrä tietueet" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "Siirron suorittaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Muuta nimeä" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "Nimen muuttaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Luo symlinkki" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "Sylinkin luominen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Siirrä tietoa" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "Tiedonsiirto vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -439,7 +341,7 @@ msgstr "" #: core/job_error.cpp:49 #, kde-format msgid "Malformed URL %1." -msgstr "Virheellinen URL %1." +msgstr "Virheellinen verkko-osoite %1." #: core/job_error.cpp:52 #, kde-format @@ -659,7 +561,7 @@ msgstr "" #: core/job_error.cpp:170 #, kde-format msgid "Authorization failed, %1 authentication not supported" -msgstr "Tunnistus epäonnistui, %1 todennusta ei tueta" +msgstr "Todennus epäonnistui: %1 todennusta ei tueta" #: core/job_error.cpp:176 #, kde-format @@ -667,7 +569,7 @@ msgid "" "User canceled action\n" "%1" msgstr "" -"Käyttäjän peruma toiminto\n" +"Käyttäjän perui toiminnon\n" "%1" #: core/job_error.cpp:179 @@ -721,7 +623,7 @@ msgid "" "Could not delete partial file %1.\n" "Please check permissions." msgstr "" -"Osittaista tiedostoa %1 ei saatu poistettua.\n" +"Osittaista tiedostoa %1 ei voitu poistaa.\n" "Tarkista käyttöoikeudet." #: core/job_error.cpp:205 @@ -739,7 +641,7 @@ msgid "" "Could not rename partial file %1.\n" "Please check permissions." msgstr "" -"Osittaistiedoston %1 nimeä ei voitu muuttaa.\n" +"Osittaisen tiedoston %1 nimeä ei voitu muuttaa.\n" "Tarkista käyttöoikeudet." #: core/job_error.cpp:211 @@ -757,13 +659,13 @@ msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" -"Ei voitu luoda symlinkkejä kohteeseen %1.\n" -"Kohdetiedostojärjestelmä ei tue symlinkkejä." +"Symlinkkejä ei voi luoda kohteeseen %1.\n" +"Kohdetiedostojärjestelmä ei tue niitä." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "Levytila ei riittämään tiedoston %1 kirjoittamiseen." +msgstr "Levytila ei riitä tiedoston %1 kirjoittamiseksi." #: core/job_error.cpp:223 #, kde-format @@ -777,7 +679,7 @@ msgstr "" #: core/job_error.cpp:231 #, kde-format msgid "%1 is required by the server, but is not available." -msgstr "Palvelin vaatii %1:n, mutta sitä ei ole saatavilla." +msgstr "Palvelin vaatii ”%1”, mutta se ei ole käytettävissä." #: core/job_error.cpp:234 #, kde-format @@ -788,7 +690,7 @@ msgstr "Rajoitetun POST-portin käyttö kielletty." #, kde-format msgid "" "The required content size information was not provided for a POST operation." -msgstr "Vaadittua sisällön kokotietoa ei annettu POST-pyynnössä." +msgstr "POST-toimenpiteelle ei annettu vaadittua sisällön kokotietoa." #: core/job_error.cpp:240 #, kde-format @@ -838,6 +740,11 @@ msgstr "Tiedosto on liian suuri roskakoriin." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Roskakorikansiota ei löytynyt tai voitu luoda tälle sijainnille." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -847,65 +754,65 @@ msgstr "" "%2\n" "Lähetä vikailmoitus osoitteeseen https://bugs.kde.org/." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(tuntematon)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tekninen syy: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Pyynnön yksityiskohdat:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • Verkko-osoite: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Yhteyskäytäntö: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Päiväys ja aika: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Lisätiedot: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mahdolliset syyt:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mahdollisia ratkaisuja:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(tuntematon)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -914,17 +821,17 @@ msgstr "" "Ota yhteyttä järjestelmän tukipalveluun, järjestelmänvalvojaan tai " "tietohallintoon." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Ota yhteyttä palvelun ylläpitoon." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Tarkista käyttöoikeudet tähän resurssiin." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -933,7 +840,7 @@ msgstr "" "Käyttöoikeudet eivät välttämättä riitä pyydetyn toiminnon suorittamiseen " "tässä resurssissa." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -941,7 +848,7 @@ msgstr "" "Tiedosto voi olla toisen käyttäjän tai sovelluksen käytössä (ja siis " "lukittu)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -950,17 +857,17 @@ msgstr "" "Varmista, ettei mikään toinen sovellus tai käyttäjä käytä tiedostoa tai ole " "lukinnut sitä." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "On mahdollista, että on tapahtunut laitteistovirhe." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Ohjelmassa saattaa olla virhe." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +876,7 @@ msgstr "" "Tämä johtuu todennäköisesti virheestä ohjelmassa. Lähetä vikailmoitus alla " "olevien ohjeiden mukaisesti." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,7 +885,7 @@ msgstr "" "Päivitä ohjelmistosi uusimpaan versioon. Käyttöjärjestelmästä löytyvät " "todennäköisesti päivitystyökalut." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -997,12 +904,12 @@ msgstr "" "vikailmoitukseen. Lisää myös muut tiedot, joiden kuvittelet voivan olla " "avuksi." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Verkkoyhteydessä saattaa olla ongelmia." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1011,7 +918,7 @@ msgstr "" "Verkkoasetuksissa saattaa olla ongelmia. Jos olet käyttänyt Internetiä " "äskettäin ilman ongelmia, tämä on epätodennäköistä." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1020,42 +927,42 @@ msgstr "" "Tämän tietokoneen ja palvelimen välisessä verkkoyhteydessä saattaa olla " "ongelmia." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Yritä uudelleen nyt tai myöhemmin." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "On saattanut sattua yhteyskäytäntövirhe tai yhteensopivuusongelma." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Varmista, että resurssi on käytettävissä ja yritä uudelleen." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Määritettyä resurssia ei välttämättä ole." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Varmista, että sijainti on kirjoitettu oikein ja yritä uudelleen." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Varmista, että verkkoyhteys on käytössä." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Resurssia ei voitu lukea" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "tietoja voitu hakea, koska siihen ei saatu lukuoikeutta." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Tiedoston lukemiseen tai kansioon siirtymiseen ei välttämättä ole oikeuksia." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Resurssiin ei voitu kirjoittaa" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1084,17 +991,17 @@ msgstr "" "Tämä tarkoittaa, ettei tiedostoon %1 voitu kirjoittaa, " "koska siihen ei saatu kirjoitusoikeutta." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ei saatu käynnistetyksi yhteyskäytännön %1 vaatimaa prosessia" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Prosessia ei voida käynnistää" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "ei löytynyt tai saatu käynnistetyksi. Tämä on yleensä tekninen vika." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1115,12 +1022,12 @@ msgstr "" "päivittynyt KDE:n päivittyessä, minkä vuoksi ohjelma voi olla " "epäyhteensopiva nykyisen version kanssa eikä käynnisty." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Sisäinen virhe" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tarjoava ohjelma ilmoitti sisäisestä " "virheestä." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Virheellisesti muotoiltu verkko-osoite" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -"Kirjoittamasi resurssin osoite eli Uniform Resource Locator (URL) ei ollut oikeassa muodossa. " -"Muoto on yleensä:
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Net stipe protokol: %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1185,12 +1091,12 @@ msgstr "" "It protokol %1 wurdt net stipe troch de KDE-programma's dy " "'t op dit stuit op jo kompjûter ynstallearre binne." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "It frege protokol wurdt mooglik net stipe." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1199,7 +1105,7 @@ msgstr "" "De ferzjes fan it protokol %1 dy 't stipe wurde troch dizze kompjûter en de " "tsjinner kinne net te kombinearjen wêze." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1216,24 +1122,24 @@ msgstr "" "binne û.o. http://kde-apps.org en http://freshmeat.net." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL-adres ferwiist net nei in boarne." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "It protokol is in filterprotokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "It URL-adres dat jo ynfiere ferwiist net nei in spesifike boarne." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1246,12 +1152,12 @@ msgstr "" "spiternôch net foar. Dit is in seldsum barren, en wurdt nei alle gedachten " "feroarsake troch in programmearflater." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Net stipe aksje: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1260,7 +1166,7 @@ msgstr "" "De frege aksje wurdt net stipe troch it KDE-programma dat it protokol %1 oanlevere hat." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1271,17 +1177,17 @@ msgstr "" "oan de oanfoljende ynformaasje as oan de ynformaasje beskikber fia KDE's " "input/output-arsjitektuer." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Besykje in oare wize te finen om deselde útkomst te krijen." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Triem ferwachte" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1290,17 +1196,17 @@ msgstr "" "It fersyk ferwachtte in triem, mar ynstee waard de map %1 " "fûn." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dit kin in flater wêze fan de kant fan de tsjinner." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Map ferwachte" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1309,17 +1215,17 @@ msgstr "" "It fersyk ferwachtte in map, mar ynstee waard de triem %1 " "fûn." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Triem as map bestiet net" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "De opjûne triem of map %1 bestiet net." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1328,22 +1234,22 @@ msgstr "" "It frege triem koe net oanmakke wurde omdat der al in triem mei deselde " "namme bestiet." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Besykje it aktive triem earst te ferpleatsen en besykje it op'e nij." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Smyt it aktive triem fuort en besykje it op'e nij." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Kies in oare namme foar it nije triem." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1352,28 +1258,28 @@ msgstr "" "De frege map koe net oanmakke wurde omdat der al in map mei dizze namme " "bestiet." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Besykje de hjoeddeiske map earst te ferpakken, en besykje it op 'e nij." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Smyt dizze map fuort en besykje it op'e nij." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Kies in oare name foar de nije map." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Unbekende host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1382,36 +1288,36 @@ msgstr "" "De flatermelding \"Unbekende host\" betsjut dat de tsjinner mei de namme " "%1 net op it Ynternet te finen is." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "De namme (%1) dy 't jo ynfierd hawwe bestiet mooglik net of is ferkeard typt." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Tagong wegere" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "De tagong ta de opjûne boarne %1, is wegere." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Mooglik hawwe jo in ferkearde autentikaasje oanlevere of alhiel gjin." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Mooglik hat jo abonnemint net de rjochten dy't nedich binne foar tagong ta " "de opjûne boarne." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1420,12 +1326,12 @@ msgstr "" "Besykje it fersyk op 'e nij en ferwissigje jo der fan dat de autentikaasje " "details goed ynfierd binne." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skriuwtagong wegere" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1433,12 +1339,12 @@ msgid "" msgstr "" "Dit betsjut dat in fersyk om nei de triem %1 te skriuwen ôfkart is." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Net by steat map binnen te kommen" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1447,17 +1353,17 @@ msgstr "" "Dit betsjut dat it besykjen om de opjûne map %1 te iepenjen " "ôfkitst waard." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Mappen yn in rige sjen litte is net beskikber" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "It protokol %1 is gjin triemsysteem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1467,12 +1373,12 @@ msgstr "" "Dit betsjut dat in fersyk dien waard om de ynhâld fan de map te bepalen, mar " "dat it KDE-programma foar dit protokol dit net stipet." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Syklyske keppeling fûn" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1485,7 +1391,7 @@ msgstr "" "keppelings dy't liede ta in ûneinige luds. Oftewol de triem wie (mooglik fia " "in omwei) oan himsels keppele." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1494,27 +1400,27 @@ msgstr "" "Helje in diel fan de luds fuort om der foar te soargjen dat dy net in " "ûneinige luds feroarsaket, en besykje it op'e nij." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Fersyk troch de brûker ôfbrutsen" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "It fersyk is net ôfmakke omdat it ôfbrutsen is." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "It fersyk op'e nij útfiere." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Syklyske keppeling ûntdekt by it kopiearjen." -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1527,17 +1433,17 @@ msgstr "" "keppeling of in searje keppelings dy't liede ta in ûneinige luds. Oftewol de " "triem wie (mooglik fia in omwei) oan himsels keppele." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Koe gjin netwurkferbining meitsje." -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Hâlder koe net oanmakke wurde" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1546,8 +1452,8 @@ msgstr "" "Dit is oer it algemien in technyske flater, wêrby in apparaat fereaske foar " "netwurkkommunikaasjes (in hâlder) net oanmakke wurde koe." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1556,12 +1462,12 @@ msgstr "" "De netwurkferbining is mooglik net goed ynsteld, of de netwurkkeppeling is " "net ynskeakele." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Ferbining mei de tsjinner wegere" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1570,7 +1476,7 @@ msgstr "" "De tjinnser %1 wegeret ta te stean dat dizze kompjûter " "ferbining makket." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1579,7 +1485,7 @@ msgstr "" "De tsjinner dy 't op dit stuit mei it Ynternet ferbûn is, is mooglik net " "ynsteld foar it tastean fan fersiken." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1588,7 +1494,7 @@ msgstr "" "De tsjinner dy 't op dit stuit mei it Ynternet ferbûn is, hat mooglik de " "fersochte tsjinst (%1) net draaien." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1599,12 +1505,12 @@ msgstr "" "beheind) dy 't jo netwurk óf it netwurk fan de tsjinner beskermet, jo fersyk " "opkeard." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Ferbining mei de tsjinner ûnferwachte ôfbrutsen" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1613,7 +1519,7 @@ msgstr "" "Alhoewol der in ferbining ta stân kaam mei %1, waard de " "ferbining by de kommunikaasje op in ûnferwacht momint ferbrutsen." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1622,17 +1528,17 @@ msgstr "" "It kin wêze dat him in protokolflater foardien hat, wêrtroch de tsjinner de " "ferbining ferbruts as reaksje op dy flater." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL-adres fan boarne is net jildich" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "It protokol %1 is gjin filterprotokol." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1655,17 +1561,17 @@ msgstr "" "protokol is net gaadlik foar sa'n aksje. Dit is in seldsum barren, en wurdt " "nei alle gedachten feroarsake troch in programmearflater." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Net by steat it i/o apparaat te inisjalisearjen" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "It apparaat koe net oankeppele wurde" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1674,7 +1580,7 @@ msgstr "" "It fersochte apparaat koe net inisjalisearre wurde (\"mounted\"). De " "flatermelding wie: %1." -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1686,7 +1592,7 @@ msgstr "" "gefal fan râne-apparatuer/draachbere apparatuer, is it apparaat mooglik net " "goed oansletten." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1697,7 +1603,7 @@ msgstr "" "apparaat te inisjalisearjen (\"mount\"). Op UNIX-systemen binne privileezjes " "nedich om in apparaat te inisjalisearjen." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1706,17 +1612,17 @@ msgstr "" "Kontrolearje of it apparaat klear is, yn media-apparaten moat media sitte en " "draachbere apparaten moatte ferbûn wêze en oan stean, en besykje it op'e nij." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Net by steat it i/o apparaat ôf te keppeljen" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "It apparaat koe net ôfkeppele wurde (\"unmount\")" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1725,7 +1631,7 @@ msgstr "" "It frege apparaat koe net ôfkeppele wurde (\"unmounted\"). De flatermelding " "wie: %1." -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1736,7 +1642,7 @@ msgstr "" "applikaasje of brûker. Sels soksawat as in iepen sneupskerm op in lokaasje " "op dit apparaat kin it triemsysteem beset hâlde." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1748,19 +1654,19 @@ msgstr "" "dat de privileezjes fan de systeembehearder nedich binne om in triemsysteem " "ôf te keppeljen." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Kontrolearje of der gjin applikaasjes binne dy 't tagong hawwe ta it " "apparaat, en besykje it op'e nij." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Der koe net fan de boarne lêzen wurde" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1769,19 +1675,19 @@ msgstr "" "Dat betsjut dat, alhoewol de boarne, %1, iepene wurde koe, " "him in flater foardie by it lêzen fan de boarne." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" "Mooglik beskikke jo net oer de fereaske tagongsrjochten om fan dizze boarne " "te lêzen." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Der koe net nei dizze boarne skreaun wurde" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1790,24 +1696,24 @@ msgstr "" "Dat betsjut dat, alhoewol de boarne, %1, iepene wurde koe, " "him in flater foardie by it skriuwen nei de boarne." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" "Mooglik beskikke jo net oer de fereaske tagongsrjochten om nei dizze boarne " "te skriuwen." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Koe net harkje nei netwurkferbiningen." -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Koe gjin ferbining meitsje" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1818,17 +1724,17 @@ msgstr "" "netwurkkommunikaasje (in socket) net ta stân brocht wurde koe om te harkjen " "nei ynkommende netwurkferbiningen." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Koe net harkje" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Der koene gjin netwurkferbiningen akseptearre wurde" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1837,36 +1743,36 @@ msgstr "" "Yn prinsipe is dit in technyske flater werby him in flater foardie by it " "besykjen om in ynkommende netwurkferbining te akseptearjen." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" "Mooglik beskikke jo net oer de fereaske tagongsrjochten om de ferbining te " "akseptearjen." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Koe net oanmelde: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "In fersyk om oan te melden om de frege hanneling út te fieren wie fergees." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "De tastân fan de boarne koe net bepaald wurde" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Tastân fan de boarne koe net bepaald wurde" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1875,72 +1781,72 @@ msgstr "" "In fersyk om ynformaasje oer de status fan de boarne %1 te " "krijen, lykas de namme fan de boarne, it type, de grutte ensfh. wie fergees." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "De opjûne boarne bestiet mooglik net of is mooglik net tagonklik." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Listwerjefte koe net annuleare wurde" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Koe map net oanmeitsje" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "It besykjen om de fersochte map oan te meitsjen mislearre." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "De lokaasje wêr't de map oanmakke wurde moast bestiet mooglik net." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Koe map net fuortsmite" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "It besykjen om de opjûne map, %1, fuort te smiten is " "mislearre." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "De oantsjutte map bestiet mooglik net." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "De oantsjutte map is mooglik net leech." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Ferwissigje jo der fan dat de map bestiet en leech is, en besykje it op 'e " "nij." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "De triemoerdracht koe net ferfette wurde" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1949,38 +1855,38 @@ msgstr "" "It opjûne fersyk frege oft de oerdracht fan de triem %1 " "ferfette wurde koe op in bepaald punt yn de oerdracht. Dat wie net mooglik." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "It protokol of de tsjinner stipet mooglik net it ferfetsjen fan " "triemoerdrachten." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "Probearje it fersyk op'e nij sûnder te besykjen om de oerdracht te " "ferfetsjen." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "De boarne koe net op'e nij beneamd wurde" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "It besykjen om de opjûne boarne %1 op'e nij te beneamen, " "mislearre." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "De tagongsrjochten fan de boarne koene net wizige wurde." -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "te wizigjen, milslearre." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "De tastân fan de boarne koe net bepaald wurde" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1 " "te wizigjen, milslearre." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "De boarne koe net fuortgoaid wurde" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "It besykjen om de opjûne boarne %1 fuort te goaien, " "mislearre." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Unferwachte programma-stop" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 waard ûnferwachte beëinige." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Te min ûnthâld" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 koe it ûnthâld, fereaske om fierder te gean, net reservearje." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Unbekende proksy-host" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1 die him de flater \"Unbekende host\" foar. In ûnbekende-host-flater " "jout oan dat de fersochte namme net fûn wurde koe op it Ynternet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2074,17 +1980,17 @@ msgstr "" "hostnamme. As jo koartlyn noch probleemleas tagong ta Ynternet hân hawwe, " "dan is dat net wierskynlik." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Kontrolearje jo proksy-ynstellings goed en besykje it op'e nij." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Autentifikaasje mislearre: metoade %1 wurdt net stipe" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2095,7 +2001,7 @@ msgstr "" "autentikaasje mislearre trochdat de metoade dy 't de tsjinner brûkt net " "stipe wurdt troch it KDE-programma dat it protokol %1 oanleveret." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2108,17 +2014,17 @@ msgstr "" "org/\">http://bugs.kde.org/om it KDE-team op de hichte te stellen fan de " "autentifikaasjemetoade dy 't net stipe wurdt." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Fersyk ôfbrutsen" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Ynterne fout yn tsjinner" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, fuzzy, kde-format #| msgid "" #| "The program on the server which provides access to the %1%1 hat in " "ynterne fout melden." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2140,14 +2046,14 @@ msgstr "" "Oerwaagje a.j.w. in folslein programmearflater-rapport yn te tsjinjen lykas " "hjirûnder oanjûn." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Nim kontakt op mei de systeembehearder fan de tsjinner om dy op de hichte te " "stellen fan dit probleem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2156,49 +2062,31 @@ msgstr "" "At jo witte wa 't de skriuwers fan it tsjinnersêftguod binne, tsjinje dan " "rjochtstreeks in programmearflaterrapport yn." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tiidslimyt-flater" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -#| "for receiving a response: %2 seconds
    • Timeout for accessing proxy " -#| "servers: %3 seconds
    Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Alhoewol der kontakt makke is mei de tsjinner, kaam der gjin antwurd yn it " -"tiidsbestek dat sa ynsteld is:
    • tiidslimyt foar it opbouen fan in " -"ferbining is %1 sekonden
    • tiidslimyt foar it krijen fan antwurd is %2 " -"sekonden
    Noat: Jo kinne dizze tiidslimiten feroarje yn it konfiguraasjeskerm, " -"fia \"Netwurk->Foarkarren\"." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "De tsjinner wie te drok mei it beantwurdzjen fan oare fersiken om te " "reagearjen." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Unbekende flater" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 rapportearre in ûnbekende flater: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Unbekende ûnderbrekking" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 rapportearre in ûnderbrekking fan in ûnbekend type: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "De orizjinele triem koe net fuortsmiten wurde" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2237,12 +2125,12 @@ msgstr "" "wierskynlik oan it ein fan it ferpleatsen fan triemen. De orizjinele triem " "%1 koe net wiske wurde." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "De tydlike triem koe net fuortsmiten wurde" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2253,12 +2141,12 @@ msgstr "" "nije triem opslein wurdt by it oerheljen. Dizze tydlike triem %1 koe net fuortsmiten wurde." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "De orizjinele triem koe net op'e nij beneamd wurde" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2267,12 +2155,12 @@ msgstr "" "De frege hanneling fereaske it op'e nij beneamen fan de orizjinele triem " "%1, mar dy koe net op'e nij beneamd wurde." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "De orizjinele triem koe net op'e nij beneamd wurde" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2281,32 +2169,32 @@ msgstr "" "De frege hanneling fereaske in oanmeitsjen fan in tydlike triem, %1, mar dy koe net oanmakke wurde." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "De keppeling koe net makke wurde" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "De symboalyske keppeling koe net makke wurde" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "De frege symboalyske keppeling %1 koe net makke wurde." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Gjin ynhâld" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Skiif fol" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2315,7 +2203,7 @@ msgstr "" "Der koe net nei de frege triem %1 skreaun wurde omdat der " "te min skiifromte beskikber is." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2326,12 +2214,12 @@ msgstr "" "wiskjen, 2) triemen argyfearje op losse media lykas CD roms, of 3) soargje " "foar mear opslachkapasiteit." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Boarne en doel triemen binne gelyk" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2340,18 +2228,18 @@ msgstr "" "De hanneling koe net ôfmakke wurde omdat de boarne en it doel deselde " "triemen binne." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Kies in oare triemnamme foar de doeltriem." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Triem as map bestiet net" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2363,19 +2251,19 @@ msgstr "" "De hanneling koe net ôfmakke wurde omdat de boarne en it doel deselde " "triemen binne." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "De triem of map %1 bestiet net." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Triem as map bestiet net" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2387,18 +2275,18 @@ msgstr "" "De hanneling koe net ôfmakke wurde omdat de boarne en it doel deselde " "triemen binne." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "De triem of map %1 bestiet net." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2410,23 +2298,23 @@ msgstr "" "De hanneling koe net ôfmakke wurde omdat de boarne en it doel deselde " "triemen binne." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "It protokol %1 koe net inisjalisearre wurde" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Net by steat io-slave '%1' oan te meitsjen." -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1, koe net start wurde. Soks bart meast om reden fan technyske " "oarsaken." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2461,38 +2349,38 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Net dokumintearre flater" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Keppeling nei applikaasje..." -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format #| msgid "Link to %1 (%2)" msgid "(%1, Link to %2)" msgstr "Keppeling nei %1 (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Ferwiist nei:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2501,25 +2389,25 @@ msgstr "" "Ferkeard foarme URL-adres:\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2527,95 +2415,95 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "It iepenjen fan ferbinings wurdt net stipe troch it protokol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "It sluten fan ferbinings wurdt net stipe troch it protokol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Tagong ta triemen wurdt net stipe mei protokol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skriuwe nei %1 wurdt net stipe." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Der binne gjin spesjale aksjes beskikber foar protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Mappen op in rige sjen litte wurdt net stipe foar protokol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Data ophelje fan %1 wurdt net stipe." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Opheljen fan mimetype ynformaasje fan %1 wurdt net stipe." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Triemen herneame of ferpleatse binnen %1 wurdt net stipe." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" "It oanmeitsjen fan symboalyske keppelings wurdt net stipe troch protokol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Triemen kopiearje binnen %1 wurdt net stipe." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Triemen fuortsmite fan %1 wurdt net stipe." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Mappen oanmeitsje wurdt net stipe mei protokol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Skaaimerken fan triemen feroarje wurdt net stipe mei protokol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format #| msgid "Changing the attributes of files is not supported with protocol %1." msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Skaaimerken fan triemen feroarje wurdt net stipe mei protokol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format #| msgid "Creating folders is not supported with protocol %1." msgid "Opening files is not supported with protocol %1." msgstr "Tagong ta triemen wurdt net stipe mei protokol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 stipet aksje %2 net." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2624,334 +2512,357 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Unbekend protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Der is gjin io-slave fûn foar protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Der is gjin io-slave fûn foar protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Der is gjin io-slave fûn foar protokol '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Tenei altyd" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Trochgea&n" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "&Allinne dizze sitting" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Nij&e map oanmeitsje" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Nij&e map oanmeitsje" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Jo hawwe net in triem selekteare om te wiskjen." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Neat te wiskjen" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Jo hawwe net in triem selektearre foar it jiskefet." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Neat foar it Jiskefet" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "De opjûne map bestiet net of is net te lêzen." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Haadmap" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Thúsmap" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format #| msgid "Read" msgid "Reload" msgstr "Op 'e nij lade" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Nije map" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Nei it Jiskefet" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format #| msgid "Deleting" msgid "Delete" msgstr "Delete" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortearje " -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Side namme" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Beheinde werjefte" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Neffens datum" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Itemtype" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Deleting" msgid "Ascending" msgstr "Ofrinnend" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format #| msgid "Deleting" msgid "Descending" msgstr "Ofrinnend" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Ferburgen triemen sjen litte" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Beheinde werjefte" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Beheinde werjefte" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Detaillearre werjefte" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, fuzzy, kde-format msgid "Icon Position" msgstr "Neffens &posysje" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, fuzzy, kde-format msgid "Next to File Name" msgstr "Dit is de namme fan de te iepenjen triem." -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format #| msgid "Local Filename" msgid "Above File Name" msgstr "Namme fan it konfiguraasjetriem" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Beheinde werjefte" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaillearre werjefte" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "It ferskil besjen" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "HTML útfier besjen" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Ferburgen triemen sjen litte" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Foarbyld sjen litte" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Foarbyld sjen litte" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, fuzzy, kde-format #| msgid "Properties for %1" msgid "Properties" msgstr "Eigenskippen" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&Preview" msgid "&View Mode" msgstr "Byl&d" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kod&earring:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Iepenje" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Bewarje as" @@ -3006,45 +2917,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alle triemen" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle stipe triemen" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Alle triemen" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Add Places Entry" msgstr "ACL-item bewurkje" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Edit Places Entry" msgstr "ACL-item bewurkje" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Quick Access panel.

    The " @@ -3061,19 +2972,19 @@ msgstr "" "te ûnthâlden wêr 't dizze yngong nei ferwiist." # i18n: file ./kfile/kpropertiesdesktopbase.ui line 103 -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Namme:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Fier in beskriuwing yn" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format #| msgid "" #| "This is the location associated with the entry. Any valid URL may be " @@ -3091,12 +3002,12 @@ msgstr "" "pub/kde/stable

    Troch op de knop njonken it tekstynfierfak te klikken, " "kinne jo blêderje nei it winske URL-adres." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokaasje:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format #| msgid "" #| "This is the icon that will appear in the Quick Access panel.

    Click " @@ -3109,17 +3020,17 @@ msgstr "" "navigaasjepaniel.

    Klik op de knop om in oar byldkaike te selektearjen." -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Kies in byldka&ike:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Allinne brûke in dizze applikaasje (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format #| msgid "" #| "Select this setting if you want this entry to show only when using " @@ -3134,97 +3045,97 @@ msgstr "" "applikaasje (%1) brûke wolle.\n" "

    Oars wurdt se beskikber yn alle applikaasjes." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Places" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Fuortsmite" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Sykje" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Apparaten" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Home" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: Document this" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network Folders" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Netwurk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgctxt "to trash" #| msgid "&Trash" @@ -3232,89 +3143,96 @@ msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Jiskefet" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Triemen wiskje" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lokaasje:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Wizige:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Koe programma '%1' net fine" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "De triem of map %1 bestiet net." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Belie&d feroarje..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Remove Entry" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Utjefte:" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Remove Entry" msgctxt "@action:inmenu" msgid "&Release" msgstr "Utjefte:" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Remove Entry" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Item wiskje" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Remove Entry" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Item wiskje" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3322,27 +3240,27 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Dwaande mei ôfkeppeljen" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Ofkeppelje (unmount)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Utsmite" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "De opjûne boarne bestiet mooglik net." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -3352,18 +3270,18 @@ msgstr "" "In flater hat him foardien by it besykjen om te %1, %2. In gearfetting fan " "de oarsaken fine jo hjirûnder.

      " -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgid "An error occurred while accessing '%1'" msgstr "der gie wat mis by it analysearjen fan it elemint" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3374,19 +3292,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3394,8 +3312,8 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3403,12 +3321,12 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 fan %2 (%3% brûkt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -3416,66 +3334,66 @@ msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Jiskefet leegje" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Oankeppelje (mount)" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Iepenje mei" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Item taheakje..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Bewurkje" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Fuortsmite" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "%1 ferbergje" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "%1 ferbergje" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format #| msgid "" #| "Show\n" @@ -3483,14 +3401,14 @@ msgstr "%1 ferbergje" msgid "&Show All Entries" msgstr "Ferburgen ynfieren sjen litte" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Beheinde werjefte" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3499,55 +3417,55 @@ msgctxt "" msgid "Auto Resize" msgstr "Auto-ûnt&dekke" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "size %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "grutte %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Jo kinne allinne lokale triemen selektearje." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format msgid "More than one file provided" msgstr "mear as ien dokuminttype definieart" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Jo kinne allinne lokale triemen selektearje." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "Net-lokale triemen wurde net akseptearre" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3558,49 +3476,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, fuzzy, kde-format -msgid "More than one folder provided" -msgstr "mear as ien dokuminttype definieart" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "Dielde triemmen en mappen" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "De module %1 wie net te finen." -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format msgid "Cannot open file" msgstr "Kin de triem %1 net iepenje." -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

      For instance, if the " @@ -3615,46 +3507,46 @@ msgstr "" "de lokaasje fan dit stuit file:/home/%1 is, dan komme jo yn de map file:/" "home at jo op dizze knop drukke." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Klik op dizze knop om in stap tebek te gean in de sneup-skiednis." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Klik op dizze knop om in stap foarút te gean yn de sneup-skiednis." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Klik op dizze knop om de ynhâld fan de aktive lokaasje op'e nij te laden." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klik op dizze knop om in nije map oan te meitsjen." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Quick Access Navigation Panel" msgid "Show Places Panel" msgstr "Untwikkelder (navigaasjepaniel-framewerk)" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Blêdwizer sjen litte" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Ferburgen triemen sjen litte" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Operation" msgid "Options" msgstr "Opsjes" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the configuration menu for the file dialog. Various options " @@ -3676,12 +3568,12 @@ msgstr "" "litten fan it navigaasjepaniel

    • triemfoarbylden
    • mappen " "skieden fan triemen werjaan
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Blêdwizers" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format #| msgid "" #| "This button allows you to bookmark specific locations. Click on this " @@ -3702,12 +3594,38 @@ msgstr "" # i18n: file ./kfile/kpropertiesdesktopbase.ui line 103 #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Namme:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Inline omneame" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Devices" +msgid "Filter by name…" +msgstr "Algemiene namme" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ferburgen triemen sjen litte" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "

    While typing in the text area, you may be presented with possible " @@ -3725,12 +3643,12 @@ msgstr "" "de rjochter mûsknop yn it tekstgebiet te klikken en yn it menu " "tekstoanfolling in oare metoade te selektearjen." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Dit is de namme dy't jo de triem jouwe by it bewarjen." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3739,77 +3657,82 @@ msgstr "" "Dit is in list mei te iepenjen triemen. Jo kinne mear dan ien triem " "oantsjutte troch meardere triemnammen, skieden troch spaasjes, op te jaan." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dit is de namme fan de te iepenjen triem." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Places" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, fuzzy, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "In sesje mei de namme '%1' bestiet al, wolle jo it oerskriuwe?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "Triem oerskriuwe?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Jo kinne allinne lokale triemen selektearje." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Net-lokale triemen wurde net akseptearre" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Alle mappen" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating Folder" +msgid "Current Directory: %1" +msgstr "Iepen Directory" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Iepenje" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, fuzzy, kde-format msgid "Icon size: %1 pixels" msgstr "Ofbylding - %1x%2 piksels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatysk triemnammetahea&ksels selektearje (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "it taheaksel %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatysk triemnammetahea&ksels selektearje" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "in gaadlik taheaksel" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format #| msgid "" #| "This option enables some convenient features for saving files with " @@ -3848,57 +3771,41 @@ msgstr "" "(dizze punt sil automatysk fuorthelle wurde).Binne jo net wis? Lit " "dizze opsje dan oanstean. Dit makket it behearen fan jo triemen ienfâldiger." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filterje:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "&Filterje:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format -#| msgid "" -#| "This is the filter to apply to the file list. File names that do not " -#| "match the filter will not be shown.

    You may select from one of the " -#| "preset filters in the drop down menu, or you may enter a custom filter " -#| "directly into the text area.

    Wildcards such as * and ? are allowed." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Dit is it filter dat jo tapasse wolle op de triemlist. Triemnammen dy 't " -"net oerienkomme mei it filter, sille net toand wurde.

    Jo kinne ien fan yn " -"'t foar ynstelde filters út it útklapmenu kieze, of jo fiere yn it " -"tekstgebiet streekrjocht in eigen filter yn.

    It brûken fan " -"jokertekens lykas * en ? is tastien." -#: filewidgets/knewfilemenu.cpp:440 +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Nij triemtype oanmeitsje" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Utfiere as i&n oare brûker" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Bewarre" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3908,32 +3815,30 @@ msgstr "" "Kin de opjûne opdracht net útfiere. De triem of de map %1 bestiet " "net." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "De symboalyske keppeling koe net makke wurde" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Created:" msgid "Create link to URL" msgstr "Oanmakke:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Utfiere as i&n oare brûker" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3941,7 +3846,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3949,7 +3854,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3958,74 +3863,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "In âlder item neamd '%1' bestiet al." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Der bestiet al in triem mei de namme %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Created:" msgid "Create New" msgstr "Oanmakke:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Apparaat" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nije map" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Nij&e map oanmeitsje" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -4035,53 +3948,104 @@ msgstr "" "Nije map meitsje yn:\n" "%1" +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Utfiere as i&n oare brûker" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Standert" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Nij triemtype oanmeitsje" + +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Utfiere as i&n oare brûker" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Kies in applikaasje foar %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Kies in byldka&ike:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiearje" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Plakke" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Iepenje mei" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Iepenje mei" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Bewurkje" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, fuzzy, kde-format msgid "Show Full Path" msgstr "In foarbyld fan de skermbefeiliging sjen litte." -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4089,7 +4053,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Binne jo wis dat jo dit item fuortsmite wolle?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -4102,6 +4066,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Places" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -4128,42 +4100,42 @@ msgstr "Oaren" msgid "Edit mode" msgstr "Bewurkje" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, fuzzy, kde-format msgid "Click for Location Navigation" msgstr "Klik foar in menu mei beskikbere fangsten" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, fuzzy, kde-format msgid "Click to Edit Location" msgstr "Keppeling nei lokaasje (URL-adres)..." -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Jo binne net autorisearre om dizze triem út te fieren." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Opstarte fan %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format #| msgid "You are not authorized to open this file." msgid "You are not authorized to select an application to open this file." msgstr "Jo hawwe net de rjochten om dizze triem te iepenjen." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4191,13 +4163,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Gjin media yn apparaat foar %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4212,29 +4190,29 @@ msgstr "" "%1\n" "is ûnbekend." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Opstarte fan %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "De module %1 wie net te finen." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4245,7 +4223,7 @@ msgstr "" "%1\n" "is fan it type Link, mar hat gjin URL=... yngong." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4257,20 +4235,20 @@ msgstr "" "De triem %1 is in útfierber programma. Ut feiligheidsomtinken sil " "it net start wurde." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4282,12 +4260,12 @@ msgstr "" "Kin de opjûne opdracht net útfiere. De triem of de map %1 bestiet " "net." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Yn de búroblêdtriem %1 mist de yngong Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4295,12 +4273,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format msgid "Failed to open the file." msgstr "Kin de triem %1 net iepenje." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4382,75 +4360,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Utfiere" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Kies in oare namme foar it nije triem." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -#| msgid "Sending data to %1" -msgid "Setting ACL for %1" -msgstr "Ynterne ynstelling foar ûnthalde" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4459,7 +4431,7 @@ msgstr "" "Koe de tagongsrjochten foar\n" "%1 net feroarje" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4468,129 +4440,39 @@ msgid "" "%1" msgstr "Koe de tagongsrjochten foar %1 net feroarje." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "De orizjinele triem koe net op'e nij beneamd wurde" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Koe it programma \"mount\" net fine" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Koe it programma \"umount\" net fine" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Avansearre tagongsrjochten" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Tagongsrjochten" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Fuortsmite" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Triemtafel" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Creating Folder" -msgid "Create Directory" -msgstr "Iepen Directory" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Tagongsrjochten" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Triem-iepenje-dialooch" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Triemtafel" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Devices" -msgid "New Filename: %1" -msgstr "Algemiene namme" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "size %1" -msgid "Target: %1" -msgstr "grutte %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Unbekende ûnderbrekking" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Triem kin net fan %1 nei %2 kopiearre wurde. (flaterkoade: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Gjin media yn apparaat foar %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "Koe net yn map %1 komme." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4633,33 +4515,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Jo moatte in brûkersnamme en in wachtwurd opjaan om dizze webside te besjen." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Webside:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Oanmelding yn oarder" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Koe net oanmelde yn %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4667,7 +4549,7 @@ msgid "" "The server said: \"%1\"" msgstr "Opstarte fan %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4676,12 +4558,12 @@ msgstr "" "Jo moatte in brûkersnamme en in wachtwurd opjaan foar de neikommende " "proksytsjinners, foardat jo tagong krije kinne ta hokker webside ek mar." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proksy-authentikaasje mislearre." @@ -4737,114 +4619,114 @@ msgstr "" "Wolle jo dit sertifikaat tenei altyd akseptearje sûnder warskôge te wurden?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Tsjinnerautentikaasje" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 by %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Oarsom wie it fersyk wol slagge." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, fuzzy, kde-format #| msgid "retrieve property values" msgctxt "request type" msgid "retrieve property values" msgstr "Feroarje de wearde fn in profyleigenskip" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, fuzzy, kde-format #| msgid "set property values" msgctxt "request type" msgid "set property values" msgstr "XIM-tsjinner ynstelle" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "Nij&e map oanmeitsje" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgctxt "request type" msgid "copy the specified file or folder" msgstr "De triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "De triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "De oantsjutte map bestiet al." -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "De triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "unlock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "De triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "De triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format #| msgid "query the server's capabilities" msgctxt "request type" msgid "query the server's capabilities" msgstr "SSL-tsjinner" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format #| msgid "retrieve the contents of the specified file or folder" msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "De opjûne triem of map %1 bestiet net." -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "De oantsjutte map bestiet al." -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "In ûnferwachte flater (%1) hat him foardien by it besykjen om te %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -4857,14 +4739,14 @@ msgstr "" "In flater hat him foardien by it besykjen om te %1, %2. In gearfetting fan " "de oarsaken fine jo hjirûnder.

      " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "De tagong ta de opjûne boarne %1, is wegere." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4873,7 +4755,7 @@ msgstr "" "In helpboarne kin net oanmakke wurde op de bestimming oant ien of mear " "tuskentiidse kolleksjes (mappen) oanmakke binnen." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4890,29 +4772,29 @@ msgstr "" "\"propertybehaviour\" te behâlden of jo prebeare in triem te oerskriuwen " "wylst jo fersocht hawwe om gjin triemen te oerskriuwen. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "De fersochte beskoatteling koe net tastien wurde. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "De tsjinner stipet net it fersochte type fan it lichem." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format #| msgid "Unable to %1 because the resource is locked." msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "It %1 mislearre om't de helpboarne beskoattele is." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Dizze aksje waard wjerhâlden troch in oare flater." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format #| msgid "" #| "Unable to %1 because the destination server refuses to accept the file or " @@ -4925,7 +4807,7 @@ msgstr "" "Koe net %1 omdat de bestimmingstsjinner wegeret de triem of de map oan te " "nimmen." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4934,20 +4816,20 @@ msgstr "" "De bestimmingshelpboarne hat net genôch romte om de steat fan de helpboarne " "nei it útfieren fan dizze metoade op te nimmen." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Der koe net fan de boarne lêzen wurde" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "Oplade" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: response code, %2: request type" @@ -4960,16 +4842,16 @@ msgstr "In ûnferwachte flater (%1) hat him foardien by it besykjen om te %2." msgid "Network" msgstr "Netwurk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Ongeldig URL-adres: %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4978,12 +4860,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -5024,7 +4906,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -5048,19 +4930,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Autorisaasje" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Tagong wegere" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Jo hawwe net de nedige rjochten foar tagong ta protokol %1." @@ -5179,41 +5061,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5223,9 +5105,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Berekkenje" @@ -5234,146 +5116,236 @@ msgstr "Berekkenje" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Opstarte fan %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Wolle jo it wachtwurd (passphrase) bewarje yn jo slûf?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Utfiere" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Iepenje" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Iepenje mei '%1'" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Wolle jo it wachtwurd (passphrase) bewarje yn jo slûf?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format #| msgid "Creating Folder" msgid "Creating directory" msgstr "Iepen Directory" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgctxt "The source of a file operation" +#| msgid "Source" +msgid "Source" +msgstr "Boarne" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgctxt "The destination of a file operation" +#| msgid "Destination" +msgid "Destination" +msgstr "Bestimming" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Dwaande mei kopiearjen" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Dwaande mei ferpleatsen" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "Omnea&me" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Nei it Jiskefet" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Dwaande mei wiskjen" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, fuzzy, kde-format msgid "Und&o" msgstr "Keppelings ûnderstreekje:" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, fuzzy, kde-format msgid "Und&o: Copy" msgstr "Tekst &kopiearje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, fuzzy, kde-format msgid "Und&o: Link" msgstr "Keppeling beheare" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, fuzzy, kde-format msgid "Und&o: Move" msgstr "Omheech &ferpleatse" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "Inline omneame" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "Triem nei Jiskefet" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Nij&e map oanmeitsje" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Nij&e map oanmeitsje" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Nij&e map oanmeitsje" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "Inline omneame" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +msgid "&Redo: Copy" +msgstr "Tekst &kopiearje" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +msgid "&Redo: Link" +msgstr "Keppeling beheare" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +msgid "&Redo: Move" +msgstr "Omheech &ferpleatse" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "Inline omneame" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "Triem nei Jiskefet" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Nij&e map oanmeitsje" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Nij&e map oanmeitsje" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Nij&e map oanmeitsje" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "Inline omneame" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5382,13 +5354,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Triem kin net fan %1 nei %2 kopiearre wurde. (flaterkoade: %3)" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5397,23 +5369,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Item wiskje" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Item wiskje" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5425,7 +5398,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5433,7 +5406,7 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -5441,7 +5414,7 @@ msgctxt "@action:button" msgid "Empty Trash" msgstr "Jiskefet leegje" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5451,7 +5424,7 @@ msgid "" "filename>" msgstr "Binne jo wis dat jo dit item fuortsmite wolle?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5546,7 +5519,7 @@ msgstr "Eigner" msgid "Owning Group" msgstr "Eigendomgroep" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Oaren" @@ -5620,115 +5593,122 @@ msgstr "Systeem Konfiguraasje oan't bywurkjen" msgid "Updating system configuration…" msgstr "Systeemkonfiguraasje oan't bywurkjen." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Namme" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grutte" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Tagongsrjochten" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eigner" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Groep" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "&Iepenje mei '%1'" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Aksjes" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Iepenje mei" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Iepenje mei" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Utfiere" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "&Iepenje mei '%1'" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "&Iepenje mei '%1'" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Iepenje mei" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "&Iepenje mei" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "A&pplikaasje" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5736,120 +5716,137 @@ msgid_plural "%1 items" msgstr[0] "1 Item" msgstr[1] "%1 items" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Unbekend" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Ophâlde" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Keppele oan:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Lokaasje:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Grutte:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Wi&zigje..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Ynhâld:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Iepenje mei:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Wi&zigje..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Lokaasje:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Grutte:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Ophâlde" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Ferwiist nei:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Wizige:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Examining" +msgid "Show target" +msgstr "Warskôging" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Oanmakke:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Triemsysteem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Unbekende host" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Keppele oan:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Wizige:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Iepene:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Triemsysteem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Iepenje mei" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Keppele oan:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Keppele oan:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Unbekende host" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6155,29 +6152,39 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Feir hjir de omskriuwing yn fan dizze applikaasje. Foarbyld: in programma as " "KPPP wêrmei jo in ynternetferbining opbouwe kinne wurdt omskreaun as " "\"Ynbelprogramma\"." -# i18n: file ./kfile/kpropertiesdesktopbase.ui line 125 #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Beskriuwing:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Br&ûkersnamme:" -# i18n: file ./kfile/kpropertiesdesktopbase.ui line 153 #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Typ hjir allyk hokker kommintaar dat jo brûkber fine." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Feir hjir de omskriuwing yn fan dizze applikaasje. Foarbyld: in programma as " +"KPPP wêrmei jo in ynternetferbining opbouwe kinne wurdt omskreaun as " +"\"Ynbelprogramma\"." # i18n: file ./kfile/kpropertiesdesktopbase.ui line 147 #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -6190,7 +6197,7 @@ msgstr "Komm&intaar:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Brûk foarynstelde proxy-omjouwings&fariabelen" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6427,7 +6434,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6440,39 +6447,62 @@ msgstr "" "Kin de eigenskippen net bewarje. Jo beskikke net oer de tagongsrjochten " "om nei %1 te skriuwen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Algemien" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Utfiere as i&n oare brûker" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Ferfarskje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to delete this item?" +#| msgid_plural "Do you really want to delete these %1 items?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Binne jo wis dat jo dit item fuortsmite wolle?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" msgid "%1:" msgstr "%1: %2" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Unbekende host" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6481,16 +6511,16 @@ msgstr "" "Berekenje... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 triem" msgstr[1] "%1 triemen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format #| msgid "1 sub-folder" #| msgid_plural "%1 sub-folders" @@ -6499,137 +6529,143 @@ msgid_plural "%1 sub-folders" msgstr[0] "1 submap" msgstr[1] "%1 submappen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Dwaande mei berekkenjen..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr "Teminste" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "De nije triemnamme is leech." # i18n: file ./kfile/kpropertiesdesktopbase.ui line 44 -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Stipe triemtypen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Applikaasje kieze" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Oanmakke:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Wi&zigje..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Iepene:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Kin ynhâld besjen en oanpasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Kin ynhâld besjin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kin ynhâld besjen en oanpasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Kin ynhâld besjin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kin besjen/lêze en oanpasse/skriuwe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Tagongsrjochten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Tagongsrjochten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Dizze triem is een keppeling en hat gjin tagongsrjochten." msgstr[1] "Alle triemen binne keppelingen en hawwe gjin tagongsrjochten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Allinne de eigner kin tagongsrjochten oanpasse." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ei&gner:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Tsjut de aksjes oan dy't de eigner útfiere mei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Groe&p:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "tsjut de aksjes oan dy't de leden fan de groep útfiere meie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Oa&ren:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6638,13 +6674,13 @@ msgstr "" "Tsjut de aksjes oan dy't alle brûkers, dy't gjin eigner of lid fan de groep " "binne, útfiere meie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Allinne de &eigner kin de mapynhâld nije nammen jaan of fuortsmite." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" @@ -6652,19 +6688,19 @@ msgstr "" "Set dizze flagge oan at jo wolle dat de triem útfiert wurde kin as in " "programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Standert brûkersnamme:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Utfiere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6676,7 +6712,7 @@ msgstr "" "wiskjen. Oare brûkers kinne allinnich nije triemmen taheakje, wat it rjocht " "fan 'Ynhâld oanpasse' fereasket." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6686,42 +6722,42 @@ msgstr "" "fan tapassing op programma's en skripts. Dizze binne it útfiermark nedich om " "útfiert wurde te kinnen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Ava&nsearre tagongsrjochten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eigendom" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Brûker:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Groep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Wizigings tapasse op alle submappen en harren ynhâld" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Avansearre tagongsrjochten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6730,22 +6766,22 @@ msgstr "" "Lês-\n" "yngongen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Dizze flagge lit ta de ynhâld fan de map sjen te litten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lêze" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "De lês-flagge lit ta dat de ynhâld fan de triem besjoen wurde kin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6754,7 +6790,7 @@ msgstr "" "Skriuw-\n" "yngongen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6764,45 +6800,45 @@ msgstr "" "ta. Tink derom: mei de flagge 'Plakkerich' kinne jo it wiskje en in oare " "namme jaan fan triemen beheine." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skriuw" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "De skriuw-flagge lit ta dat de ynhâld fan de triem oanpast wurde kin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Iepenje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Aktivearje dizze flagge om tagong te jaan dizze map binnen te gean." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Utfiere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Set dizze flagge oan at jo wolle dat de triem útfiert wurde kin as in " "programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spesjaal" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6811,7 +6847,7 @@ msgstr "" "Spesjale flagge. Jildich foar de hiele map. De krekte betsjutting fan de " "flagge sjogge jo yn de rjochter kolom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6820,17 +6856,17 @@ msgstr "" "Spesjale flagge. De krekte betsjutting fan de flagge sjogge jo yn de " "rjochter kolom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Brûker" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Groep" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6840,7 +6876,7 @@ msgstr "" "wurde fan nije triemen dy't, troch allikefolle wa, yn dizze map oanmakke " "wurde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6849,7 +6885,7 @@ msgstr "" "At dizze triem in programma of skript is en dizze flagge stiet oan, dan " "kinne jo it úftiere mei de tagongsrjochten fan de eigner." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6857,7 +6893,7 @@ msgstr "" "At dizze flagge oanstiet, dan sille nije triemen by de groep fan dizze map " "hearre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6866,7 +6902,7 @@ msgstr "" "At dizze triem in programma of skript is en dizze flagge stiet oan, dan sil " "it útfiert wurde mei de tagongsrjochten fan de groep." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6876,7 +6912,7 @@ msgstr "" "eigner en de haadgebrûker triemen fuortsmite of nammen feroarje. oars kin " "elts dy't skriuwrjochten hat dit dwaan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6885,33 +6921,33 @@ msgstr "" "De flagge 'Plakkerich' op in triem wurdt negearre troch Linux, mar kin brûkt " "wurde op guon oare systemen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID ynstelle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID ynstelle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Plakkerich" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Keppeling" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Feroaring (gjin wiziging)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, fuzzy, kde-format #| msgid "This file uses advanced permissions" #| msgid_plural "These files use advanced permissions." @@ -6920,7 +6956,7 @@ msgid_plural "These files use advanced permissions." msgstr[0] "Dizze triem brûkt avansearre tagongsrjochten." msgstr[1] "Dizze %1 triemen brûke avansearre tagongsrjochten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, fuzzy, kde-format #| msgid "This folder uses advanced permissions." #| msgid_plural "These folders use advanced permissions." @@ -6929,50 +6965,40 @@ msgid_plural "These folders use advanced permissions." msgstr[0] "Dizze map brûkt avansearre tagongsrjochten." msgstr[1] "Dizze %1 mappen brûke avansearre tagongsrjochten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Dizze triemen brûke avansearre tagongsrjochten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Dwaande mei berekkenjen..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6980,58 +7006,77 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "De nije triemnamme is leech." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "De nije triemnamme is leech." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Dwaande mei berekkenjen..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL-adres" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL-adres:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Allinne útfierbere triemen op lokale triemsystemen wurde stipe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "A&pplikaasje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Heakje triemtype ta foar %1" # i18n: file ./kfile/kpropertiesmimetypebase.ui line 27 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Selektearje ien as mear triemtypen om ta te heakjen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Allinne útfierbere triemen op lokale triemsystemen wurde stipe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Avansearre opsjes foar %1" @@ -7139,22 +7184,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Belie&d feroarje..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Triem-iepenje-dialooch" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Triemnamme foar de prikboerd-ynhâld:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Triem &plakke" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Klamboerdynhâld &plakke" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7163,14 +7213,14 @@ msgstr "" "It klamboerd is nei dat jo 'plakken' brûkt ha wizige: De útsochte dataopmaak " "is net mear tapasber. Kopiearje wat jo plakke wolle opnij." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Haadmap" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -7178,7 +7228,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Triem &plakke" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7186,97 +7236,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Klamboerdynhâld &plakke" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Plakke" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Data opmaak:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Triemnamme foar de prikboerd-ynhâld:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Triemnamme foar de prikboerd-ynhâld:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "size %1" msgid "Date: %1" msgstr "grutte %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Grutte:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Omnea&me" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Stel nije &namme foar" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Oer&slaan" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Ynstappe" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7285,26 +7347,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Triem oerskriuwe?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Fe&rfetsje" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7313,12 +7375,12 @@ msgstr "" "Dizze aksje soe '%1' mei himsels oerskriuwe.\n" "Jou in nije triemnamme op:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Trochgean" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7328,7 +7390,7 @@ msgstr "" "Dizze aksje soe '%1' mei himsels oerskriuwe.\n" "Jou in nije triemnamme op:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7338,128 +7400,104 @@ msgstr "" "Dizze aksje soe '%1' mei himsels oerskriuwe.\n" "Jou in nije triemnamme op:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "Boarne" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "Bestimming" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "it taheaksel %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "it taheaksel %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "it taheaksel %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "it taheaksel %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "De nije triemnamme is leech." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "De nije triemnamme is leech." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "De nije triemnamme is leech." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Alle triemen" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "In âlder item neamd '%1' bestiet al." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "In soartgelyk triem mei de namme '%1' bestiet al." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "In âlder item neamd '%1' bestiet al." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "Omnea&me" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Omnea&me" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Omnea&me" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "Omnea&me" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Devices" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Algemiene namme" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Der bestiet al in triem mei de namme %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7468,40 +7506,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Feroarje de selektearre identifikaasjetekst." msgstr[1] "Feroarje de selektearre identifikaasjetekst." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Devices" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Algemiene namme" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Feroarje de selektearre identifikaasjetekst." +msgstr[1] "Feroarje de selektearre identifikaasjetekst." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ferfange" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Iepenje mei" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ferfange" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Feroarje de selektearre identifikaasjetekst." +msgstr[1] "Feroarje de selektearre identifikaasjetekst." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Utfiere as i&n oare brûker" + +# i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Utfiere as i&n oare brûker" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Omnea&me" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Omnea&me" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "Omnea&me" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Standert brûkersnamme:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ferfange" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Foarbyld sjen litte" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, fuzzy, kde-format #| msgid "KDE SSL Information" msgid "Information" msgstr "Ynformaasje" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ferfange" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Ferfange" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Oerslaan" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7597,7 +7799,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7630,26 +7832,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -7659,53 +7883,214 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Binne jo wis dat jo dit item fuortsmite wolle?" msgstr[1] "Binne jo wis dat jo dit item fuortsmite wolle?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "De SSL-sertifikaatkeatling skynt korrupt te wêzen." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgid "Examining" msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Warskôging" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, fuzzy, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "KDE test programma" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Iepenje mei" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Triemsysteem:" + +#~ msgid "Delete Files" +#~ msgstr "Triemen wiskje" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Nij&e map oanmeitsje" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Nei it Jiskefet" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "Omnea&me" + +#, fuzzy +#~| msgid "Sending data to %1" +#~ msgid "Setting ACL for %1" +#~ msgstr "Ynterne ynstelling foar ûnthalde" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Avansearre tagongsrjochten" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Tagongsrjochten" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Fuortsmite" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Triemtafel" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Tagongsrjochten" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Triem-iepenje-dialooch" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Triemtafel" + +#, fuzzy +#~| msgid "Devices" +#~ msgid "New Filename: %1" +#~ msgstr "Algemiene namme" + +#, fuzzy +#~| msgid "size %1" +#~ msgid "Target: %1" +#~ msgstr "grutte %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Unbekende ûnderbrekking" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Blêdwizer sjen litte" + +#, fuzzy +#~| msgid "Devices" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Algemiene namme" + +# i18n: file ./kfile/kpropertiesdesktopbase.ui line 125 +#~ msgid "&Description:" +#~ msgstr "&Beskriuwing:" + +# i18n: file ./kfile/kpropertiesdesktopbase.ui line 153 +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Typ hjir allyk hokker kommintaar dat jo brûkber fine." + +#~ msgid "&Filter:" +#~ msgstr "&Filterje:" + +#, fuzzy +#~| msgid "" +#~| "This is the filter to apply to the file list. File names that do not " +#~| "match the filter will not be shown.

      You may select from one of the " +#~| "preset filters in the drop down menu, or you may enter a custom filter " +#~| "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ "

      " +#~ msgstr "" +#~ "Dit is it filter dat jo tapasse wolle op de triemlist. Triemnammen dy " +#~ "'t net oerienkomme mei it filter, sille net toand wurde.

      Jo kinne ien " +#~ "fan yn 't foar ynstelde filters út it útklapmenu kieze, of jo fiere yn it " +#~ "tekstgebiet streekrjocht in eigen filter yn.

      It brûken fan " +#~ "jokertekens lykas * en ? is tastien." + +#, fuzzy +#~ msgid "More than one folder provided" +#~ msgstr "mear as ien dokuminttype definieart" + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "Dielde triemmen en mappen" + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "

      • Timeout for establishing a connection: %1 seconds
      • Timeout for receiving a response: %2 seconds
      • Timeout for " +#~| "accessing proxy servers: %3 seconds
      Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
      • Timeout for establishing a connection: %1 seconds
      • Timeout " +#~ "for receiving a response: %2 seconds
      • Timeout for accessing proxy " +#~ "servers: %3 seconds
      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Alhoewol der kontakt makke is mei de tsjinner, kaam der gjin antwurd yn " +#~ "it tiidsbestek dat sa ynsteld is:
      • tiidslimyt foar it opbouen fan " +#~ "in ferbining is %1 sekonden
      • tiidslimyt foar it krijen fan antwurd " +#~ "is %2 sekonden
      Noat: Jo kinne dizze tiidslimiten feroarje yn it " +#~ "konfiguraasjeskerm, fia \"Netwurk->Foarkarren\"." + #~ msgid "Is &executable" #~ msgstr "Is útfi&erber" @@ -8930,11 +9315,6 @@ msgstr "" #~ msgstr[0] "1 dei %2" #~ msgstr[1] "%1 dagen %2" -#, fuzzy -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Warskôging" - #, fuzzy #~| msgctxt "to trash" #~| msgid "&Trash" @@ -8987,12 +9367,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Standert wachtwurd:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standert" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -9237,11 +9611,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Koe de tagongsrjochten foar %1 net feroarje." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Triem &plakke" -#~ msgstr[1] "%1 Triemen &plakke" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL &plakke" @@ -9376,11 +9745,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Skriuwe nei %1 wurdt net stipe." -#, fuzzy -#~| msgid "Devices" -#~ msgid "File name:" -#~ msgstr "Algemiene namme" - #, fuzzy #~| msgid "" #~| "

      Cache

      This module lets you configure your cache settings., 2002. # Kevin Scannell , 2004. +# SPDX-FileCopyrightText: 2025, 2026 Charlotte msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2004-12-14 15:11-0600\n" -"Last-Translator: Kevin Scannell \n" -"Language-Team: Irish \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-02-18 10:12+0000\n" +"Last-Translator: charlotte \n" +"Language-Team: Irish\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " "3 : 4\n" @@ -28,35 +28,27 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "seoc@iolfree.ie,kscanne@gmail.com" -#: core/chmodjob.cpp:201 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: core/chmodjob.cpp:197 +#, kde-format msgid "Could not modify the ownership of file %1" -msgstr "Níorbh fhéidir úinéir %1 a athrú." +msgstr "Níorbh fhéidir úinéireacht an chomhaid %1 a mhodhnú" -#: core/chmodjob.cpp:235 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not modify the ownership of file %1. You have " -#| "insufficient access to the file to perform the change." +#: core/chmodjob.cpp:231 +#, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"Níorbh fhéidir úinéir comhaid %1 a athrú. Níl cead agat an t-" -"athrú seo a chur i bhfeidhm." +"Níorbh fhéidir úinéireacht an chomhaid %1 a athrú. Níl " +"rochtain leordhóthanach agat ar an gcomhad chun an t-athrú a dhéanamh." -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "Ní féidir sclábhaí I/A a chruthú: %1" +msgstr "Ní féidir oibrí KIO a chruthú: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " "secondarg is the filesystem type (e.g. vfat, exfat)" @@ -64,10 +56,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -"Níorbh fhéidir nasc siombalach %1 a chruthú.\n" -"Seiceáil na ceadanna." +"Níorbh fhéidir nasc siombalach \"%1\" a chruthú.\n" +"Ní thacaíonn an córas comhad ceann scríbe (%2) le naisc shiombalacha." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,8 +68,13 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"Níorbh fhéidir \"%1\" a chruthú.\n" +"Ní cheadaíonn an córas comhad ceann scríbe (%2) na carachtair seo a leanas " +"in ainmneacha fillteán: %3\n" +"Má roghnaíonn tú Ionadaigh, cuirfear fo-líne \"_\" in ionad aon charachtair " +"neamhbhailí (in ainm an fhillteáin ceann scríbe)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -86,34 +83,37 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"Níorbh fhéidir \"%1\" a chruthú.\n" +"Ní cheadaíonn an córas comhad ceann scríbe (%2) na carachtair seo a leanas " +"in ainmneacha comhad: %3\n" +"Má roghnaíonn tú Ionadaigh, cuirfear fo-líne \"_\" in ionad aon charachtair " +"neamhbhailí (in ainm an chomhaid ceann scríbe)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Tá an chomhadlann ann cheana" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Tá an comhad ann cheana" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ann cheana mar chomhadlann" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Trash" +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format msgid "Trash" msgstr "Bruscar" #: core/desktopexecparser.cpp:335 #, kde-format msgid "No Exec field in %1" -msgstr "" +msgstr "Gan réimse Exec i %1" #: core/desktopexecparser.cpp:360 #, kde-format @@ -124,27 +124,27 @@ msgstr "Níorbh fhéidir clár '%1' a aimsiú" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "Fuarthas an clár '%1' ag '%2' ach tá ceadanna inrite ar iarraidh." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "Tá ceadanna inrite ar iarraidh ón gclár '%1'." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "Earráid chomhréire san ordú %1 ag teacht ó %2" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "Níor aimsíodh críochfort %1 agus iarracht á déanamh %2 a rith" #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" -msgstr "" +msgstr "Earráid chomhréire san ordú %1 agus iarracht á déanamh %2 a rith" #: core/global.cpp:79 #, kde-format @@ -210,197 +210,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Bogadh" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Comhad Foinse" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Comhad Sprice" -#: core/job.cpp:105 -#, fuzzy, kde-format -#| msgid "&Rename" +#: core/job.cpp:112 +#, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "&Athainmnigh" +msgstr "Athainmniú" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Á Chóipeáil" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Comhadlann á cruthú" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Comhadlann" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Scriosadh" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Comhad" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Scrúdú" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Aistriú" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Feistiú" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Gléas" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Pointe feistithe" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Dífheistiú" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "Gach Comhad" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Scrios Comhaid" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "&Cealaigh: Fillteán a Chruthú" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Cuir sa Bhruscar" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Athainmnigh" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Cruthaigh Nasc Siombalach" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Aistriú" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -417,18 +316,14 @@ msgid "Could not start process %1." msgstr "Níorbh fhéidir tús a chur le próiseas %1." #: core/job_error.cpp:46 -#, fuzzy, kde-format -#| msgid "" -#| "Internal Error\n" -#| "Please send a full bug report at http://bugs.kde.org\n" -#| "%1" +#, kde-format msgid "" "Internal Error\n" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" -"Earráid inmheánach\n" -"Seol tuairisc iomlán ag http://bugs.kde.org, le do thoil\n" +"Earráid Inmheánach\n" +"Seol tuarascáil iomlán fabht chuig https://bugs.kde.org le do thoil\n" "%1" #: core/job_error.cpp:49 @@ -746,21 +641,18 @@ msgstr "" "Seiceáil na ceadanna." #: core/job_error.cpp:214 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#, kde-format msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" -"Níorbh fhéidir nasc siombalach %1 a chruthú.\n" -"Seiceáil na ceadanna." +"Ní féidir naisc shiombalacha a chruthú ag %1. Ní thacaíonn an córas comhad " +"ceann scríbe le naisc shiombalacha." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "Níl dóthain spáis ar an diosca le scríobh ar %1." #: core/job_error.cpp:223 #, kde-format @@ -786,29 +678,28 @@ msgstr "Cead rochtana diúltaithe ar phort srianta i POST." msgid "" "The required content size information was not provided for a POST operation." msgstr "" +"Níor soláthraíodh an fhaisnéis riachtanach faoi mhéid an ábhair le haghaidh " +"oibríochta POST." #: core/job_error.cpp:240 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "Níl comhad nó comhadlann %1 ann." +msgstr "Ní féidir comhad nó fillteán a scaoileadh air féin" #: core/job_error.cpp:243 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A folder cannot be moved into itself" -msgstr "Níl comhad nó comhadlann %1 ann." +msgstr "Ní féidir fillteán a bhogadh isteach ann féin" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "Theip ar chumarsáid leis an bhfreastalaí focal faire áitiúil" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "Ní féidir sclábhaí I/A a chruthú: %1" +msgstr "Ní féidir oibrí KIO a chruthú. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -817,6 +708,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"Ní féidir %1 a aistriú mar tá sé rómhór. Ní thacaíonn " +"an córas comhad ceann scríbe ach le comhaid suas le 4GiB." #: core/job_error.cpp:258 #, kde-format @@ -825,87 +718,89 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"Ní gá ardú pribhléide mar is leis an úsáideoir reatha '%1'.\n" +"Déan iarracht eile tar éis duit na ceadanna a athrú." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "Tá an comhad rómhór le cur sa bhruscar." #: core/job_error.cpp:264 -#, fuzzy, kde-format -#| msgid "" -#| "Unknown error code %1\n" -#| "%2\n" -#| "Please send a full bug report at http://bugs.kde.org." +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Níorbh fhéidir fillteán bruscair a aimsiú ná a chruthú don suíomh seo." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -"Cód anaithnid earráide %1\n" +"Cód earráide anaithnid %1\n" "%2\n" -"Seol tuairisc fhabht iomlán chugainn le do thoil; féach http://bugs.kde.org." -"\"\"" +"Seol tuarascáil iomlán fabht chuig https://bugs.kde.org le do thoil." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(anaithnid)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Fáth Teicniúil: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Mionsonraí an iarratais:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Prótacal: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Dáta agus Am: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Eolas breise: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Cúiseanna incheaptha:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Réitigh incheaptha:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(anaithnid)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -914,19 +809,19 @@ msgstr "" "Téigh i dteagmháil le do chóras tacaíochta, .i. riarthóir an chórais nó " "lucht tacaíochta teicniúla chun tuilleadh cabhrach a fháil." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Téigh i dteagmháil le riarthóir an fhreastalaí chun tuilleadh cabhrach a " "fháil." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "An bhfuil cead agat an acmhainn seo a rochtain?" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -935,7 +830,7 @@ msgstr "" "Seans nach bhfuil cead agat an oibríocht iarrtha a dhéanamh ar an acmhainn " "seo." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -943,7 +838,7 @@ msgstr "" "Seans go bhfuil an comhad seo in úsáid (agus, mar sin, faoi ghlas) ag " "úsáideoir eile nó feidhmchlár eile." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -952,17 +847,17 @@ msgstr "" "Bí cinnte nach bhfuil aon úsáideoir ná feidhmchlár eile ag baint úsáid as an " "gcomhad agus nach bhfuil sé faoi ghlas." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Ní dócha é, ach seans gur tharla earráid chrua-earraí." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Seans go bhfuil fabht sa ríomhchlár." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -971,7 +866,7 @@ msgstr "" "Is dócha go bhfuil fabht sa ríomhchlár. Seol tuairisc ar an bhfabht seo mar " "atá mionsonraithe thíos." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -980,7 +875,7 @@ msgstr "" "Bí cinnte go bhfuil an leagan is déanaí den bhogearraí agat. Is dócha go " "bhfuil uirlisí nuashonraithe ag dáileoir do chórais." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -991,13 +886,22 @@ msgid "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." msgstr "" +"Nuair a theipeann ar aon rud eile, smaoinigh le do thoil ar chabhrú le " +"foireann KDE nó le cothaitheoir tríú páirtí an bhogearra seo trí thuairisc " +"fabht ardchaighdeáin a chur isteach. Má sholáthraíonn tríú páirtí an " +"bogearra, déan teagmháil dhíreach leo. Seachas sin, féach ar dtús an bhfuil " +"an fabht céanna curtha isteach ag duine eile trí chuardach a dhéanamh ar suíomh Gréasáin tuairiscithe fabht KDE. " +"Mura bhfuil, tabhair faoi deara na sonraí a thugtar thuas, agus cuir san " +"áireamh iad i do thuairisc fabht, mar aon le haon sonraí eile agus a " +"cheapann tú a d'fhéadfadh a bheith ina gcabhair." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Seans go raibh fadhb le do cheangal líonra." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1006,7 +910,7 @@ msgstr "" "Seans go raibh fadhb le cumraíocht do líonra, cé nach dócha é má bhí " "rochtain ar an Idirlíon agat le déanaí." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1015,43 +919,43 @@ msgstr "" "Seans go raibh fadhb ag pointe éigin ar an gconair líonra idir an freastalaí " "agus an ríomhaire seo." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Bain triail eile as, anois nó amach anseo." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Tharla earráid phrótacail nó bhí neamh-chomhoiriúnacht ann." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Bí cinnte go bhfuil an acmhainn ann, agus bain triail eile as." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Seans nach bhfuil an acmhainn sonraithe ann." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Bí cinnte gur chuir tú an suíomh ceart isteach ann agus bain triail eile as." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Seiceáil stádas do cheangail líonra." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ní féidir an acmhainn a oscailt chun é a léamh" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 a fháil." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "B'fhéidir nach bhfuil cead agat an comhad a léamh nó an chomhadlann a " "oscailt." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ní féidir an acmhainn a oscailt chun scríobh ann" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" +"Ciallaíonn sé seo nárbh fhéidir scríobh chuig an gcomhad, %1, mar a iarradh, mar nach bhféadfaí rochtain le cead " +"scríbhneoireachta a fháil." -#: core/job_error.cpp:457 -#, fuzzy, kde-format -#| msgid "Cannot Initiate the %1 Protocol" +#: core/job_error.cpp:460 +#, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "Ní féidir tús a chur le prótacal %1" +msgstr "Ní féidir an próiseas atá riachtanach don Phrótacal %1 a sheoladh" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ní féidir an próiséas a thosú." -#: core/job_error.cpp:460 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:463 +#, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" -"Níorbh fhéidir an ríomhchlár a thugann rochtain ar an bprótacal %1 a thosú, de bharr cúrsaí teicniúla." +"Níorbh fhéidir an clár ar do ríomhaire a sholáthraíonn rochtain ar an " +"bprótacal %1 a aimsiú ná a thosú. De ghnáth bíonn cúiseanna " +"teicniúla mar gheall air seo." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " "been updated with your last update of KDE. This can cause the program to be " "incompatible with the current version and thus not start." msgstr "" +"B’fhéidir nach ndearnadh an clár a sholáthraíonn comhoiriúnacht leis an " +"bprótacal seo a nuashonrú le do nuashonrú deireanach de KDE. D’fhéadfadh sé " +"seo a bheith ina chúis le neamh-chomhoiriúnacht an chláir leis an leagan " +"reatha agus dá bhrí sin ní thosóidh sé." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Earráid Inmheánach" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL míchumtha" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprótacal://úsáideoir:focalfaire@www.sampla.org:port/" "fillteán/comhad.iarmhír?iarratas=luach" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Prótacal %1 Gan Tacaíocht" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1159,47 +1066,43 @@ msgstr "" "Ní thacaíonn na ríomhchláir KDE suiteáilte ar an ríomhaire seo le prótacal " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "B'fhéidir nach nglactar leis an bprótacal iarrtha." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" +"B’fhéidir nach bhfuil na leaganacha den phrótacal %1 a dtacaítear leo ag an " +"ríomhaire seo agus ag an bhfreastalaí comhoiriúnach." -#: core/job_error.cpp:506 -#, fuzzy, kde-format -#| msgid "" -#| "You may perform a search on the Internet for a KDE program (called a " -#| "kioslave or ioslave) which supports this protocol. Places to search " -#| "include http://kde-apps.org/ and http://freshmeat.net/." +#: core/job_error.cpp:509 +#, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" -"Is féidir leat an tIdirlíon a chuardach ar ríomhchlár KDE (a dtugtar " -"\"sclábhaí KIO\" (kioslave) nó \"sclábhaí I/A\" (ioslave) air) a thacaíonn " -"leis an bprótacal seo. Ba chóir na háiteanna seo a chuardach: http://kde-apps.org/ agus http://freshmeat.net/." +"Is féidir leat cuardach a dhéanamh ar an Idirlíon le haghaidh breiseán " +"bogearraí (ar a dtugtar \"oibrí KIO\") a thacaíonn leis an bprótacal seo. I " +"measc na n-áiteanna le cuardach tá https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Ní dhéanann an URL tagairt d'Acmhainn." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Is Prótacal Scagaire é an Prótacal" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource " "Locator) a chuir tú isteach tagairt d'acmhainn ar leith." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1216,13 +1119,17 @@ msgid "" "one of these situations. This is a rare event, and is likely to indicate a " "programming error." msgstr "" +"Tá KDE in ann cumarsáid a dhéanamh trí phrótacal laistigh de phrótacal; níl " +"an prótacal sonraithe le húsáid ach i gcásanna den sórt sin, ach ní ceann de " +"na cásanna seo é seo. Is teagmhas neamhchoitianta é seo, agus is dócha go " +"léiríonn sé earráid ríomhchlárúcháin." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Gníomh Gan Tacaíocht: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1231,7 +1138,7 @@ msgstr "" "Ní thacaíonn an ríomhchlár KDE a chuireann an prótacal %1 i " "bhfeidhm leis an ngníomh seo." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1241,17 +1148,17 @@ msgstr "" "Braitheann an earráid seo ar an ríomhchlár KDE. Gheobhaidh tú tuilleadh " "eolais ná a bhfuil ag an ailtireacht ionchurtha/aschurtha KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Déan iarracht ar an rud céanna a dhéanamh ar bhealach éigin eile." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Ag Súil le Comhad" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1260,17 +1167,17 @@ msgstr "" "Bhí an t-iarratas ag súil le comhad, ach fuair sé fillteán %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Seans gur earráid ar thaobh an fhreastalaí é seo." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Ag Súil le Fillteán" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1279,17 +1186,17 @@ msgstr "" "Bhí an t-iarratas ag súil le fillteán, ach fuair sé an comhad %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Níl an Comhad nó an Fillteán ann." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Níl an comhad nó an fillteán %1 ann." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1298,22 +1205,22 @@ msgstr "" "Níorbh fhéidir an comhad iarrtha a chruthú toisc bhfuil comhad leis an ainm " "céanna ann cheana." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Bog an comhad as an mbealach ansin bain triail eile as." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Scrios an comhad reatha agus bain triail eile as." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Roghnaigh ainm eile don chomhad nua." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1322,34 +1229,36 @@ msgstr "" "Níorbh fhéidir an fillteán iarrtha a chruthú toisc go bhfuil fillteán leis " "an ainm céanna ann cheana." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Bog an fillteán as an mbealach ansin bain triail eile as." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Scrios an fillteán reatha agus bain triail eile as." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Roghnaigh ainm eile don fhillteán nua." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Óstríomhaire anaithnid" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" +"Léiríonn earráid óstach anaithnid nach bhféadfaí an freastalaí leis an ainm " +"iarrtha, %1, a aimsiú ar an Idirlíon." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1357,29 +1266,29 @@ msgstr "" "An t-ainm a chuir tú isteach, %1, seans nach bhfuil sé ann; an ndearna tú " "botún nuair a chlóscríobh tú é?" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Cead Rochtana Diúltaithe" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Diúltaíodh rochtain ar an acmhainn sonraithe, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Seans go raibh na mionsonraí fíordheimhnithe mícheart, nó níor soláthraíodh " "iad ar chor ar bith." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Seans nach bhfuil cead agat an acmhainn seo a rochtain." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1388,12 +1297,12 @@ msgstr "" "Bain triail eile as agus bí cinnte gur chuir tú na mionsonraí " "fíordheimhnithe isteach go ceart." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Cead Scríofa Diúltaithe" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1402,42 +1311,47 @@ msgstr "" "Ciallaíonn sé seo gur diúltaíodh iarracht ar chomhad %1 a " "scríobh." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ní féidir dul isteach sa chomhadlann" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" +"Ciallaíonn sé seo gur diúltaíodh d'iarracht dul isteach sa fhillteán iarrtha " +"%1 (i bhfocail eile, é a oscailt)." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Níl Liosta Fillteáin ar fáil" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Ní comhadchóras é prótacal %1" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " "of the folder, and the KDE program supporting this protocol is unable to do " "so." msgstr "" +"Ciallaíonn sé seo gur rinneadh iarratas a éilíonn ábhar an fhillteáin a " +"chinneadh, agus ní féidir leis an gclár KDE a thacaíonn leis an bprótacal " +"seo é sin a dhéanamh." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Braitheadh Nasc Cioglach" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1445,35 +1359,41 @@ msgid "" "an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " "itself." msgstr "" +"Is minic a bhíonn timpeallachtaí UNIX in ann comhad nó fillteán a nascadh le " +"hainm agus/nó suíomh ar leith. Bhraith KDE nasc nó sraith nasc a eascraíonn " +"i lúb gan teorainn - i.e. bhí an comhad (b'fhéidir ar bhealach timpeallach) " +"nasctha leis féin." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" +"Scrios cuid amháin den lúb ionas nach mbeidh lúb gan teorainn mar thoradh " +"air, agus déan iarracht arís." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Iarratas Tobscortha ag an Úsáideoir" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Níor cuireadh an t-iarratas i gcrích toisc gur tobscoireadh é." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Bain triail eile as an iarratas." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Braitheadh Nasc Cioglach Le Linn Cóipeála" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1481,18 +1401,22 @@ msgid "" "link or series of links that results in an infinite loop - i.e. the file was " "(perhaps in a roundabout way) linked to itself." msgstr "" +"Is gnách go mbíonn timpeallachtaí UNIX in ann comhad nó fillteán a nascadh " +"le hainm agus/nó suíomh ar leith. Le linn na hoibríochta cóipeála iarrtha, " +"bhraith KDE nasc nó sraith nasc a eascraíonn i lúb gan teorainn - i.e. bhí " +"an comhad (b'fhéidir ar bhealach timpeallach) nasctha leis féin." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Níorbh fhéidir ceangal líonra nua a chruthú" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Níorbh fhéidir soicéad a chruthú" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1501,8 +1425,8 @@ msgstr "" "Is earráid measartha teicniúil é seo: níorbh fhéidir gléas atá riachtanach " "do chumarsáid ar an líonra (soicéad) a chruthú." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1511,26 +1435,30 @@ msgstr "" "B'fhéidir nach bhfuil an ceangal líonra cumraithe mar is ceart, nó níl an " "comhéadan líonra cumasaithe." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Diúltaíodh Ceangal leis an bhFreastalaí" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" +"Dhiúltaigh an freastalaí %1 cead a thabhairt don ríomhaire " +"seo ceangal a dhéanamh." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" +"Cé go bhfuil an freastalaí ceangailte leis an Idirlíon faoi láthair, " +"b'fhéidir nach bhfuil sé cumraithe chun iarratais a cheadú." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1539,52 +1467,62 @@ msgstr "" "B'fhéidir nach bhfuil an tseirbhís iarrtha (%1) ag rith ar an bhfreastalaí, " "cé go bhfuil sé ceangailte leis an Idirlíon." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " "protecting your network or the network of the server, may have intervened, " "preventing this request." msgstr "" +"B’fhéidir gur chuir balla dóiteáin líonra (gléas a chuireann srian le " +"hiarratais Idirlín), atá ag cosaint do líonra féin nó líonra an fhreastalaí, " +"isteach ar an iarratas seo." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Dúnadh ceangal leis an bhfreastalaí gan súil leis" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" +"Cé gur bunaíodh nasc le %1, dúnadh an nasc ag pointe gan " +"choinne sa chumarsáid." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" +"B’fhéidir gur tharla earráid phrótacail, rud a d’fhág gur dhún an freastalaí " +"an nasc mar fhreagra ar an earráid." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Acmhainn Neamhbhailí URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Ní Prótacal Scagaire é Prótacal %1" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " "accessing the specific resource, %1%2." msgstr "" +"Níor thagair an aimsitheoir acmhainne **Uniform **ARE** (URL) a chuir tú " +"isteach do mheicníocht bhailí chun rochtain a fháil ar an acmhainn shonrach, " +"**%1%2**." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1592,19 +1530,23 @@ msgid "" "capable of such an action. This is a rare event, and is likely to indicate a " "programming error." msgstr "" +"Tá KDE in ann cumarsáid a dhéanamh trí phrótacal laistigh de phrótacal. " +"Shonraigh an iarratas seo prótacal a úsáid mar sin, ach níl an prótacal seo " +"in ann gníomh den sórt sin a dhéanamh. Is teagmhas neamhchoitianta é seo, " +"agus is dócha go léiríonn sé earráid ríomhchlárúcháin." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ní féidir an Gléas Ionchurtha/Aschurtha a Thúsú" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Níorbh fhéidir an gléas a fheistiú" # "túsú" no clearer than "feistiú" anseo -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1612,24 +1554,31 @@ msgid "" msgstr "" "Níorbh fhéidir an gléas a fheistiú. Seo é an earráid: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " "removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " "peripheral/portable device, the device may not be correctly connected." msgstr "" +"B’fhéidir nach bhfuil an gléas réidh, mar shampla, b’fhéidir nach bhfuil aon " +"mheáin i ngléas meán inbhainte (i.e. gan aon CD-ROM i dtiomántán CD), nó i " +"gcás gléis imeallaigh/iniompartha, b’fhéidir nach bhfuil an gléas ceangailte " +"i gceart." # "túsú" no clearer than "feistiú" anseo -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" +"B’fhéidir nach bhfuil cead agat an gléas a thosú (\"a fheistiú\"). Ar " +"chórais UNIX, is minic a bhíonn ceadanna riarthóra córais ag teastáil chun " +"gléas a thosú." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1640,18 +1589,18 @@ msgstr "" "siúl; agus bain triail eile as." # "túsú" no clearer than "feistiú" anseo -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ní Féidir Gléas Ionchurtha/Aschurtha a Dhífheistiú" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Níorbh Fhéidir an Gléas a Dhífheistiú" # "túsú" no clearer than "feistiú" anseo -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1659,15 +1608,18 @@ msgid "" msgstr "" "Níorbh fhéidir an gléas a dhífheistiú. Seo é an earráid: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " "user. Even such things as having an open browser window on a location on " "this device may cause the device to remain in use." msgstr "" +"B’fhéidir go bhfuil an gléas gnóthach, is é sin, fós in úsáid ag feidhmchlár " +"nó úsáideoir eile. Fiú amháin má bhíonn fuinneog brabhsálaí oscailte ar " +"shuíomh ar an ngléas seo, d’fhéadfadh sé go mbeadh an gléas fós in úsáid." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1677,213 +1629,227 @@ msgstr "" "Seans nach bhfuil cead agat an gléas a dhífheistiú. Ar chórais UNIX, tá " "ceadanna an fhorúsáideora de dhíth go hiondúil chun gléas a dhífheistiú." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Bí cinnte nach bhfuil aon fheidhmchlár ag rochtain an ghléis agus bain " "triail eile as." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ní Féidir an Acmhainn a Léamh" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" +"Ciallaíonn sé seo, cé gurbh fhéidir an acmhainn, %1, a " +"oscailt, gur tharla earráid agus ábhar na hacmhainne á léamh." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "B'fhéidir nach bhfuil cead agat léamh ón acmhainn." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ní Féidir an Acmhainn a Scríobh" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" +"Ciallaíonn sé seo, cé gur fhéadfaí an acmhainn, %1, a " +"oscailt, gur tharla earráid agus scríobh á dhéanamh chuig an acmhainn." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "B'fhéidir nach bhfuil cead agat scríobh ar an acmhainn." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Níorbh Fhéidir Éisteacht le Ceangail Líonra" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Níorbh Fhéidir Ceangal" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be established to listen for incoming " "network connections." msgstr "" +"Is earráid theicniúil go leor í seo inar theip ar fheiste riachtanach le " +"haghaidh cumarsáide líonra (soicéad) a bhunú chun éisteacht le naisc líonra " +"isteach." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Níorbh Fhéidir Éisteacht" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Níorbh Fhéidir Ceangal Líonra a Ghlacadh" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" +"Is earráid theicniúil go leor í seo inar tharla earráid agus iarracht á " +"déanamh nasc líonra isteach a ghlacadh." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Seans nach bhfuil cead agat glacadh leis an gceangal." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Níorbh fhéidir logáil isteach: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Níor éirigh leis an logáil isteach chun an oibríocht iarrtha a dhéanamh." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Níorbh Fhéidir Stádas na hAcmhainne a Dhéanamh Amach" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" -msgstr "" +msgstr "Níorbh fhéidir an acmhainn a staitiú" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" +"Níor éirigh le hiarracht faisnéis a fháil faoi stádas na hacmhainne " +"%1, amhail ainm, cineál, méid, srl. na hacmhainne." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Seans nach raibh an acmhainn ann ar chor ar bith, nó níl sé inrochtana." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Níorbh fhéidir an liostú a chealú" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Doiciméadaigh é seo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Níorbh Fhéidir an Fillteán a Chruthú" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Theip ar iarracht an fillteán iarrtha a chruthú." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." -msgstr "" +msgstr "B’fhéidir nach bhfuil an suíomh inar cruthaíodh an fillteán ann." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Níorbh fhéidir an fillteán a bhaint" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" +"Theip ar iarracht an fillteán sonraithe, %1, a bhaint." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "B'fhéidir nach bhfuil an fillteán sonraithe ann." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "B'fhéidir nach bhfuil an fillteán sonraithe folamh." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Dearbhaigh go bhfuil an fillteán ann agus go bhfuil sé folamh, agus bain " "triail eile as." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Níorbh Fhéidir Aistriú an Chomhaid a Atosú" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" +"D'iarr an iarratas sonraithe go ndéanfaí aistriú an chomhaid %1 a atosú ag pointe áirithe den aistriú. Ní raibh sé seo indéanta." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Ní thacaíonn an prótacal, nó an freastalaí, le hatosú comhaid." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Seol an t-iarratas arís gan iarracht a dhéanamh an t-aistriú a atosú." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Níorbh fhéidir an acmhainn a athainmniú" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Níorbh fhéidir an acmhainn sonraithe %1 a athainmniú." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Níorbh Fhéidir Ceadanna na hAcmhainne a Athrú" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 a athrú." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Níorbh fhéidir úinéir na hacmhainne a athrú" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 a athrú." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Níorbh fhéidir an acmhainn a scriosadh" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Níorbh fhéidir an acmhainn sonraithe %1 a scriosadh." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Stop an Ríomhchlár gan súil leis" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 gan súil leis." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Cuimhne Ídithe" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" +"Ní raibh an clár ar do ríomhaire a sholáthraíonn rochtain ar an bprótacal " +"%1 in ann an chuimhne a theastaíonn chun leanúint ar " +"aghaidh a fháil." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Seachfhreastalaí Anaithnid" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " "indicates that the requested name could not be located on the Internet." msgstr "" +"Agus faisnéis á hathshlánú faoin óstach seachfhreastalaí sonraithe, " +"%1, thángthas ar earráid Óstach Anaithnid. Léiríonn earráid óstach " +"anaithnid nach bhféadfaí an t-ainm iarrtha a aimsiú ar an Idirlíon." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1964,42 +1936,48 @@ msgstr "" "sheachfhreastalaí. Ach ní dócha é seo má bhí rochtain ar an Idirlíon agat le " "déanaí." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Dearbhaigh socruithe do sheachfhreastalaí agus bain triail eile as." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Theip ar Fhíordheimhniú: Ní thacaítear le %1" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." msgstr "" +"Cé gur dócha gur sholáthair tú na sonraí fíordheimhnithe cearta, theip ar an " +"bhfíordheimhniú mar nach dtacaíonn an clár KDE atá ag cur an phrótacail %1 i " +"bhfeidhm leis an modh atá á úsáid ag an bhfreastalaí." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" +"Cuir fógairt fabht isteach ag https://bugs." +"kde.org/ le do thoil chun foireann KDE a chur ar an eolas faoin modh " +"fíordheimhnithe nach dtacaítear leis." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Tobscoireadh an tIarratas" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Earráid inmheánach sa bhfreastalaí" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2008,55 +1986,56 @@ msgstr "" "Bhí earráid inmheánach sa ríomhchlár a sholáthraíonn rochtain ar an " "bprótacal %1: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" +"Is dóichí gur fabht sa chlár freastalaí is cúis leis seo. Smaoinigh ar " +"thuairisc iomlán fabht a chur isteach mar atá mionsonraithe thíos." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Ba chóir duit an fhadhb seo a chur in iúl do riarthóir an fhreastalaí." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" +"Más eol duit cé hiad údair bhogearraí an fhreastalaí, cuir an tuairisc fabht " +"chucu go díreach." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Earráid: Thar Am" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" +"Cé gur cuireadh teagmháil leis an bhfreastalaí, ní bhfuarthas freagra " +"laistigh den mhéid ama a leithroinneadh don iarratas." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Bhí an freastalaí gafa le hiarratais eile agus ní raibh sé in ann freagra a " "thabhairt." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Earráid Anaithnid" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Briseadh Anaithnid" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Níorbh fhéidir an bunchomhad a scriosadh" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " "likely at the end of a file move operation. The original file %1 could not be deleted." msgstr "" +"Bhí gá an comhad bunaidh a scriosadh leis an oibríocht iarrtha, is dócha ag " +"deireadh oibríochta aistrithe comhaid. Níorbh fhéidir an comhad bunaidh " +"%1 a scriosadh." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Níorbh fhéidir comhad sealadach a scriosadh" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " "to save the new file while being downloaded. This temporary file %1 could not be deleted." msgstr "" +"Bhí gá le comhad sealadach a chruthú chun an comhad nua a shábháil agus é á " +"íoslódáil. Níorbh fhéidir an comhad sealadach seo %1 a " +"scriosadh." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Níorbh fhéidir an bunchomhad a athainmniú" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" +"Bhí athainmniú an chomhaid bhunaidh %1 ag teastáil don " +"oibríocht iarrtha, ach níorbh fhéidir é a athainmniú." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Níorbh fhéidir an comhad neamhbhuan a athainmniú" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" +"Bhí gá comhad sealadach %1 a chruthú don oibríocht iarrtha, " +"ach níorbh fhéidir é a chruthú." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Níorbh fhéidir an nasc a chruthú" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Níorbh fhéidir an nasc siombalach a chruthú" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Níorbh fhéidir an nasc siombalach iarrtha %1 a chruthú." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Gan Ábhar" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Diosca Lán" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" +"Níorbh fhéidir scríobh chuig an gcomhad iarrtha %1 mar nach " +"bhfuil dóthain spáis diosca ann." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" +"Saor dóthain spáis diosca trí 1) comhaid nach dteastaíonn agus comhaid " +"shealadacha a scriosadh; 2) comhaid a chartlannú chuig meán stórála " +"inbhainte amhail dioscaí CD-Recordable; nó 3) níos mó acmhainne stórála a " +"fháil." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Is ionann iad an comhad foinse agus an comhad sprice" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" +"Níorbh fhéidir an oibríocht a chríochnú mar is ionann na comhaid foinse agus " +"ceann scríbe." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Caithfidh tú ainm difriúil a chur ar an sprioc-chomhad." -#: core/job_error.cpp:1221 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1216 +#, kde-format msgid "File or Folder dropped onto itself" -msgstr "Níl an Comhad nó an Fillteán ann." +msgstr "Comhad nó Fillteán a thit air féin" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" +"Níorbh fhéidir an oibríocht a chríochnú mar go bhfuil an comhad nó an " +"fillteán foinse agus ceann scríbe mar an gcéanna." -#: core/job_error.cpp:1225 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1220 +#, kde-format msgid "Drop the item into a different file or folder." -msgstr "" -"an comhad nó fillteán sonraithe a chóipeáil|/|$[properties attempting-to 'an " -"comhad nó fillteán sonraithe á chóipeáil'\n" -" unable-to 'an comhad nó fillteán sonraithe a chóipeáil'\n" -"]" +msgstr "Scaoil an mhír i gcomhad nó i bhfillteán difriúil." -#: core/job_error.cpp:1235 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1230 +#, kde-format msgid "Folder moved into itself" -msgstr "Níl an Comhad nó an Fillteán ann." +msgstr "Bogadh fillteán isteach ann féin" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" +"Níorbh fhéidir an oibríocht a chríochnú mar ní féidir an fhoinse a bhogadh " +"isteach ann féin." -#: core/job_error.cpp:1239 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1234 +#, kde-format msgid "Move the item into a different folder." -msgstr "" -"an comhad nó fillteán sonraithe a chóipeáil|/|$[properties attempting-to 'an " -"comhad nó fillteán sonraithe á chóipeáil'\n" -" unable-to 'an comhad nó fillteán sonraithe a chóipeáil'\n" -"]" +msgstr "Bog an mhír go fillteán difriúil." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "Níorbh fhéidir cumarsáid a dhéanamh leis an bhfreastalaí pasfhocal" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" +"Níorbh fhéidir an oibríocht a chríochnú mar nach bhféadfaí teagmháil a " +"dhéanamh leis an tseirbhís a iarrann pasfhocail (kpasswdserver)." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" +"Bain triail as do sheisiún a atosú, nó féach sna logaí le haghaidh earráidí " +"ó kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ní féidir tús a chur le prótacal %1" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "Ní féidir sclábhaí I/A a chruthú: %1" +msgstr "Ní féidir Oibrí KIO a Chruthú" -#: core/job_error.cpp:1254 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:1249 +#, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"Níorbh fhéidir an ríomhchlár a thugann rochtain ar an bprótacal %1 a thosú, de bharr cúrsaí teicniúla." +"Níorbh fhéidir an t-oibrí KIO a sholáthraíonn rochtain ar an bprótacal " +"%1 a thosú. De ghnáth bíonn cúiseanna teicniúla mar gheall " +"air seo." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"Níorbh fhéidir le klauncher an breiseán a sholáthraíonn an prótacal a aimsiú " +"ná a thosú. Ciallaíonn sé seo go bhféadfadh leagan as dáta den bhreiseán a " +"bheith agat." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "Ní féidir %1 a aistriú" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"Ní féidir an comhad %1 a aistriú, mar ní thacaíonn an " +"córas comhad ceann scríbe le comhaid chomh mór sin." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" +"Athfhormáidigh an tiomántán ceann scríbe chun córas comhad a úsáid a " +"thacaíonn le comhaid chomh mór sin." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Earráid Gan Doiciméadú" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Nasc Siombalach le %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Nasc le %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Dírithe ar %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2333,12 +2327,12 @@ msgstr "" "URL míchumtha\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "Ní féidir cineál comhaid %1 a chinneadh" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2346,106 +2340,108 @@ msgid "" msgstr "" "Níorbh fhéidir ainm an chláir inrite a fháil ó '%1'. Cuir ainm bailí isteach." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "Ní cosúil gur clár inrite é %1." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"Níor aimsíodh %1; cuir isteach cosán bailí chuig clár " +"inrite le do thoil." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ní thacaítear le hoscailt ceangal le prótacal %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ní thacaítear le dúnadh ceangal le prótacal %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Ní thacaítear le rochtain comhad le prótacal %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Ní thacaítear le scríobh chuig %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Níl aon ghníomhartha speisialta ar fáil le haghaidh phrótacal %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Ní thacaítear le taispeáint fillteán le prótacal %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ní féidir sonraí a fháil ó %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Ní féidir faisnéis faoi chineálacha MIME a fháil ó %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Ní thacaítear le hathainmniú nó bogadh comhad i %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ní féidir naisc shiombalacha a chruthú le prótacal %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Ní féidir comhaid a oscailt i %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Ní féidir comhaid a scriosadh ó %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ní féidir fillteáin a chruthú le prótacal %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ní féidir tréithe comhad a athrú le prótacal %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Ní féidir úinéir comhaid a athrú le prótacal %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Ní féidir comhaid a oscailt le prótacal %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Ní thacaíonn prótacal %1 le gníomh %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2453,421 +2449,420 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Ní féidir slándáil an oibrí KIO don phrótacal '%1', a iarrann ceadanna " +"ardaithe de ghnáth, a ráthú mar go bhfuil cead ag úsáideoirí seachas an root " +"é a mhodhnú ag %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Prótacal anaithnid '%1'." -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "Ní féidir sclábhaí I/A a aimsiú le haghaidh prótacal '%1'." +msgstr "Ní féidir oibrí KIO a aimsiú don phrótacal '%1'." -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Níor luchtaíodh an t-oibrí KIO don phrótacal “%1” i %2 mar meastar nach " +"bhfuil slán aon oibrí KIO atá suite lasmuigh de %3 agus a iarrann pribhléidí " +"ardaithe." + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "Ní féidir sclábhaí I/A a aimsiú le haghaidh prótacal '%1'." +msgstr "" +"Ní féidir soicéad a chruthú chun oibrí KIO a sheoladh don phrótacal '%1'." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "Ní féidir sclábhaí I/A a aimsiú le haghaidh prótacal '%1'." +msgstr "Ní féidir an comhad inrite 'kioworker' a aimsiú ag '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Mionsonraí" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Go Deo" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Lea&n ar Aghaidh" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Seisiúin &Reatha Amháin" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Bog go Fillteán Nua" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Cruthaigh Fillteán Nua do na Míreanna seo" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Níor roghnaigh tú comhad le scriosadh." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Faic le Scriosadh" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Níor roghnaigh tú comhad le cur sa bhruscar." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Faic le Cur sa Bhruscar" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Níl an fillteán sonraithe ann, nó ní féidir é a léamh." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Roghchlár" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Máthairfhillteán" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "Téigh ar ais" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "Téigh ar aghaidh" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Fillteán Baile" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Athluchtaigh" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Fillteán Nua" +msgstr "Fillteán Nua…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Cuir sa Bhruscar" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Scrios" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sórtáil" -#: filewidgets/kdiroperator.cpp:2005 -#, fuzzy, kde-format -#| msgid "Site Name" +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format msgid "Sort by Name" -msgstr "Ainm an tSuímh" +msgstr "Sórtáil de réir Ainm" -#: filewidgets/kdiroperator.cpp:2011 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format msgid "Sort by Size" -msgstr "Amharc Gairid" +msgstr "Sórtáil de réir Méide" -#: filewidgets/kdiroperator.cpp:2017 -#, fuzzy, kde-format -#| msgid "By Date" +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format msgid "Sort by Date" -msgstr "De Réir Dáta" +msgstr "Sórtáil de réir Dáta" -#: filewidgets/kdiroperator.cpp:2023 -#, fuzzy, kde-format -#| msgid "Entry Type" +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format msgid "Sort by Type" -msgstr "Cineál na hIontrála" +msgstr "Sórtáil de réir Cineál" -#: filewidgets/kdiroperator.cpp:2032 -#, fuzzy, kde-format -#| msgid "Descending" +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format msgid "Ascending" -msgstr "Ag dul síos" +msgstr "Ag dul suas" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Ag dul síos" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Fillteáin ar dTús" -#: filewidgets/kdiroperator.cpp:2052 -#, fuzzy, kde-format -#| msgid "Show Hidden Files" +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format msgid "Hidden Files Last" -msgstr "Taispeáin Comhaid Fholaithe" +msgstr "Comhaid Fholaithe Deireanach" -#: filewidgets/kdiroperator.cpp:2059 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format msgid "Icons View" -msgstr "Amharc Gairid" +msgstr "Amharc Deilbhíní" -#: filewidgets/kdiroperator.cpp:2066 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format msgid "Compact View" -msgstr "Amharc Gairid" +msgstr "Radharc Dlúth" -#: filewidgets/kdiroperator.cpp:2073 -#, fuzzy, kde-format -#| msgid "Detailed View" +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format msgid "Details View" -msgstr "Amharc Mionsonraithe" +msgstr "Amharc Sonraí" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" -msgstr "" +msgstr "Seasamh Deilbhín" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" -msgstr "" +msgstr "In aice le hAinm an Chomhaid" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" -msgstr "" +msgstr "Ainm an Chomhaid Thuas" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Amharc Gairid" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Amharc Mionsonraithe" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Amharc Crainn" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Amharc Mionsonraithe Crainn" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "Ceadaigh Leathnú san Amharc Mionsonraí" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Taispeáin Comhaid Fholaithe" -#: filewidgets/kdiroperator.cpp:2162 -#, fuzzy, kde-format -#| msgid "Show Preview" +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format msgid "Show Preview Panel" -msgstr "Taispeáin Réamhamharc" +msgstr "Taispeáin an Painéal Réamhamhairc" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Taispeáin Réamhamharc" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "Oscail an Fillteán ina bhfuil" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Airíonna" -#: filewidgets/kdiroperator.cpp:2192 -#, fuzzy, kde-format -#| msgid "&View" +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format msgid "&View Mode" -msgstr "&Amharc" +msgstr "Mód &Radharc" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Fillteáin ar dTús" - -#: filewidgets/kdiroperator.cpp:2300 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "Fillteáin ar dTús" +msgstr "Is Sine Ar dtús" -#: filewidgets/kdiroperator.cpp:2303 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Is Nuaí Ar dtús" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "Fillteáin ar dTús" +msgstr "Is Mó Ar dtús" -#: filewidgets/kdiroperator.cpp:2304 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "Fillteáin ar dTús" +msgstr "Is lú ar dtús" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Ionchódú:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Oscail" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sábháil Mar" #: filewidgets/kfilecopytomenu.cpp:71 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy To" -msgstr "Cóipeáil" +msgstr "Cóipeáil Chuig" #: filewidgets/kfilecopytomenu.cpp:77 -#, fuzzy, kde-format -#| msgid "Move to Trash" +#, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "Cuir sa Bhruscar" +msgstr "Bog Go" #: filewidgets/kfilecopytomenu.cpp:102 -#, fuzzy, kde-format -#| msgid "Home Folder" +#, kde-format msgctxt "@title:menu" msgid "Home Folder" msgstr "Fillteán Baile" #: filewidgets/kfilecopytomenu.cpp:110 -#, fuzzy, kde-format -#| msgid "1 Folder" -#| msgid_plural "%1 Folders" +#, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "1 Fhillteán" +msgstr "Fillteán Fréamh" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgid "&Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "&Brabhsáil..." +msgstr "Brabhsáil…" #: filewidgets/kfilecopytomenu.cpp:225 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "Cóipeáil" +msgstr "Cóipeáil Anseo" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "" +msgstr "Bog Anseo" -#: filewidgets/kfilefiltercombo.cpp:42 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Gach Comhad" -#: filewidgets/kfilefiltercombo.cpp:125 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Gach Comhad a dTacaítear Leis" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Gach Comhad" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Cuir Iontráil Áiteanna Leis" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Cuir Iontráil Áiteanna in Eagar" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2880,17 +2875,17 @@ msgstr "" "cuimhniú cad é atá i gceist go díreach. Mura gcuireann tú lipéad air, " "cruthófar é ó URL na háite.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Lipé&ad:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Déan cur síos air anseo" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2903,12 +2898,12 @@ msgstr "" "org/pub/kde/stable

      Is féidir leat dul go dtí URL tríd an cnaipe " "in aice leis an mbosca eagarthóireachta a chliceáil.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Suíomh:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2917,17 +2912,17 @@ msgstr "" "Seo é an deilbhín a thaispeánfar sa phainéal Áiteanna.

      Cliceáil an cnaipe chun deilbhín difriúil a roghnú.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Roghnaigh de&ilbhín:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Ná taispeáin ach nuair atá an feidhmchlár seo in úsáid (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2938,225 +2933,209 @@ msgstr "" "úsáidtear an feidhmchlár reatha amháin (%1).

      Mura roghnaíonn tú é " "seo, beidh an iontráil ar fáil i ngach feidhmchlár.
      " -#: filewidgets/kfileplacesitem.cpp:210 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Places" +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format msgctxt "@item" msgid "Places" msgstr "Áiteanna" -#: filewidgets/kfileplacesitem.cpp:213 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format msgctxt "@item" msgid "Remote" -msgstr "Bain" +msgstr "Cianda" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "Le déanaí" -#: filewidgets/kfileplacesitem.cpp:219 -#, fuzzy, kde-format -#| msgid "Search" +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format msgctxt "@item" msgid "Search For" -msgstr "Cuardach" +msgstr "Cuardaigh" -#: filewidgets/kfileplacesitem.cpp:222 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Devices" +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format msgctxt "@item" msgid "Devices" msgstr "Gléasanna" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "Gléasanna Inbhainte" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "Clibeanna" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (%2)" +msgstr "%1 (ó %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "Gach clib" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Baile" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "Deasc" -#: filewidgets/kfileplacesmodel.cpp:270 -#, fuzzy -#| msgid "FIXME: Document this" +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" -msgstr "FIXME: Doiciméadaigh é seo" +msgstr "Doiciméid" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "Íoslódálacha" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Líonra" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Bruscar" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "Ceol" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "Pictiúir" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "" +msgstr "Físeáin" -#: filewidgets/kfileplacesmodel.cpp:391 -#, fuzzy -#| msgid "Delete Files" +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "Scrios Comhaid" +msgstr "Comhaid Le Déanaí" -#: filewidgets/kfileplacesmodel.cpp:396 -#, fuzzy -#| msgid "Location:" +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "Suíomh:" - -#: filewidgets/kfileplacesmodel.cpp:419 -#, fuzzy -#| msgid "Modified:" -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "Athraithe:" +msgstr "Suíomhanna Le Déanaí" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "Modhnaithe Inniu" -#: filewidgets/kfileplacesmodel.cpp:1091 -#, fuzzy, kde-format -#| msgid "Could not find the program '%1'" +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "Athraithe Inné" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "Níorbh fhéidir clár '%1' a aimsiú" +msgstr "" +"Níorbh fhéidir an méid seo a leanas a chur leis an bpainéal Áiteanna: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format msgid "Only folders can be added to the Places panel." -msgstr "Níl comhad nó comhadlann %1 ann." +msgstr "Ní féidir ach fillteáin a chur leis an bpainéal Áiteanna." -#: filewidgets/kfileplacesmodel.cpp:1362 -#, fuzzy, kde-format -#| msgid "&Reload List" +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Cumraigh…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "&Athluchtaigh Liosta" +msgstr "Ag scaoileadh…" -#: filewidgets/kfileplacesmodel.cpp:1364 -#, fuzzy, kde-format -#| msgid "&Reload List" +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "&Athluchtaigh Liosta" +msgstr "&Dífheistigh" -#: filewidgets/kfileplacesmodel.cpp:1368 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Bain '%1' go &sábháilte" +msgstr "Ag baint go sábháilte…" -#: filewidgets/kfileplacesmodel.cpp:1370 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "Bain '%1' go &sábháilte" +msgstr "&Bain go Sábháilte" -#: filewidgets/kfileplacesmodel.cpp:1375 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Unmounting" +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Dífheistiú" +msgstr "Ag dífheistiú…" -#: filewidgets/kfileplacesmodel.cpp:1377 -#, fuzzy, kde-format -#| msgid "Unmount" +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "Dífheistigh" +msgstr "&Dífheistigh" -#: filewidgets/kfileplacesmodel.cpp:1401 -#, fuzzy, kde-format -#| msgid "Eject" +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "Díchuir" +msgstr "&Díbirt" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ní diosca é an gléas '%1' agus ní féidir é a dhíchur." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Tharla earráid agus '%1' á rochtain; dúirt an córas: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Tharla earráid agus '%1' á rochtain" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte laistigh " +"d'fheidhmchlár." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3165,177 +3144,175 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte san fheidhmchlár " +"\"%2\"." msgstr[1] "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte sna feidhmchláir seo a " +"leanas: %2." msgstr[2] "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte sna feidhmchláir seo a " +"leanas: %2." msgstr[3] "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte sna feidhmchláir seo a " +"leanas: %2." msgstr[4] "" +"Tá comhad amháin nó níos mó ar an ngléas seo oscailte sna feidhmchláir seo a " +"leanas: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Athfhormáidigh nó Eagarthóireacht le Bainisteoir Deighilte" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 saor as %2 (%3% in úsáid)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (hidden)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Folmhaigh an Bruscar" -#: filewidgets/kfileplacesview.cpp:1209 -#, fuzzy, kde-format -#| msgid "Mount" +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Feistigh" -#: filewidgets/kfileplacesview.cpp:1215 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "Oscail Le" +msgstr "Oscail i gCluaisín Nua" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" -msgstr "" +msgstr "Oscail i bhFuinneog Nua" -#: filewidgets/kfileplacesview.cpp:1227 -#, fuzzy, kde-format -#| msgid "Add Entry..." +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Cuir Iontráil Leis..." +msgstr "Cuir Iontráil Leis…" -#: filewidgets/kfileplacesview.cpp:1233 -#, fuzzy, kde-format -#| msgid "Edit" +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "Eagar" +msgstr "&Eagar…" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "Bain" +msgstr "Bain as Áiteanna" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "" +msgstr "&Folaigh" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "&Folaigh Iontráil '%1'" +msgstr "Folaigh an Roinn '%1'" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "&Folaigh Iontráil '%1'" +msgstr "Folaigh an Roinn" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Taispeáin Gach Iontráil" -#: filewidgets/kfileplacesview.cpp:1263 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "Amharc Gairid" +msgstr "Méid na Deilbhíní" -#: filewidgets/kfileplacesview.cpp:1383 -#, fuzzy, kde-format -#| msgid "Auto D&etect" +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "Braith go h&Uathoibríoch" +msgstr "Athraigh Méid Uathoibríoch" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "Beag (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "Meánach (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 -#, fuzzy, kde-format -#| msgid "Drive: %1" +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "Tiomántán: %1" +msgstr "Mór (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "Ollmhór (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Ní féidir leat ach comhad amháin a roghnú" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" -msgstr "" +msgstr "Níos mó ná comhad amháin curtha ar fáil" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Ní féidir leat ach comhaid logánta a roghnú" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ní ghlactar le cianchomhaid" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3344,111 +3321,84 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"Úsáideann an URL roghnaithe scéim nach dtacaítear léi. Bain úsáid as an " +"scéim seo a leanas: %2" msgstr[1] "" +"Úsáideann an URL roghnaithe scéim nach dtacaítear léi. Bain úsáid as ceann " +"de na scéimeanna seo a leanas: %2" msgstr[2] "" +"Úsáideann an URL roghnaithe scéim nach dtacaítear léi. Bain úsáid as ceann " +"de na scéimeanna seo a leanas: %2" msgstr[3] "" +"Úsáideann an URL roghnaithe scéim nach dtacaítear léi. Bain úsáid as ceann " +"de na scéimeanna seo a leanas: %2" msgstr[4] "" +"Úsáideann an URL roghnaithe scéim nach dtacaítear léi. Bain úsáid as ceann " +"de na scéimeanna seo a leanas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "Scéim URL nach dtacaítear léi" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Níorbh fhéidir comhad \"%1\" a aimsiú" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ní féidir an comhad a oscailt" -#: filewidgets/kfilewidget.cpp:1195 -#, fuzzy, kde-format -#| msgid "" -#| "Click this button to enter the parent folder.

      For " -#| "instance, if the current location is file:/home/%1 clicking this button " -#| "will take you to file:/home.
      " +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
      " msgstr "" -"Cliceáil an cnaipe seo chun dul isteach sa mháthairfhillteán.

      Mar shampla, más é file:/home/%1 an suíomh reatha, rachaidh tú go file:/" -"home nuair a chliceálann tú an cnaipe seo.
      " +"Cliceáil an cnaipe seo chun dul isteach sa fhillteán tuismitheora.

      Mar shampla, más é file:/home/konqi an suíomh reatha, tabharfar chuig " +"file:/home thú trí chliceáil ar an gcnaipe seo.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Cliceáil an cnaipe seo chun dul siar sa stair brabhsála." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Cliceáil an cnaipe seo chun dul ar aghaidh sa stair brabhsála." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Cliceáil an cnaipe seo chun inneachar an tsuímh reatha a athluchtú." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Brúigh an cnaipe seo chun fillteán nua a chruthú." -#: filewidgets/kfilewidget.cpp:1206 -#, fuzzy, kde-format -#| msgid "Show Places Navigation Panel" +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format msgid "Show Places Panel" -msgstr "Taispeáin an Painéal Nascleanúna Áiteanna" +msgstr "Taispeáin Painéal Áiteanna" -#: filewidgets/kfilewidget.cpp:1213 -#, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Taispeáin Leabharmharcanna" +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "Taispeáin Scagaire Tapa" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Roghanna" -#: filewidgets/kfilewidget.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "This is the preferences menu for the file dialog. Various options can " -#| "be accessed from this menu including:
      • how files are sorted in the " -#| "list
      • types of view, including icon and list
      • showing of " -#| "hidden files
      • the Places navigation panel
      • file previews
      • separating folders from files
      " +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " "accessed from this menu including:
      • how files are sorted in the list
      • the Places panel
      • file previews
      • separating " "folders from files
      " msgstr "" -"Seo é an roghchlár sainroghanna don dialóg comhad. Is féidir cuid mhaith " -"roghanna a shocrú ón roghchlár seo, mar shampla:
      • conas a " -"shórtáiltear na comhaid sa liosta
      • cineál an amhairc, deilbhíní nó " -"liosta san áireamh
      • taispeáint comhaid fholaithe
      • an painéal " -"nascleanúna Áiteanna
      • réamhamhairc
      • dealú fillteáin agus " -"comhaid
      " +"Seo an roghchlár roghanna don dialóg comhad. Is féidir rochtain a fháil " +"ar roghanna éagsúla ón roghchlár seo, lena n-áirítear:
      • conas a " +"shórtáiltear comhaid sa liosta
      • cineálacha radhairc, lena n-áirítear " +"deilbhíní agus liosta
      • comhaid fholaithe a thaispeáint
      • an " +"painéal Áiteanna
      • réamhamhairc comhad
      • fillteáin a dheighilt ó " +"chomhaid
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Leabharmharcanna" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3476,14 +3426,43 @@ msgid "" "bookmark.

      These bookmarks are specific to the file dialog, but " "otherwise operate like bookmarks elsewhere in KDE.
      " msgstr "" +"Ligeann an cnaipe seo duit suíomhanna sonracha a chur i " +"leabharmharcanna. Cliceáil ar an gcnaipe seo chun an roghchlár " +"leabharmharcanna a oscailt inar féidir leat leabharmharc a chur leis, a chur " +"in eagar nó a roghnú.

      Tá na leabharmharcanna seo sainiúil don " +"dialóg comhaid, ach feidhmíonn siad cosúil le leabharmharcanna in áiteanna " +"eile i KDE.
      " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Ai&nm:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Cealaigh athrú ainm comhaid" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Coinnigh an Scagaire Agus Fillteáin á nAthrú" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Scag de réir ainm…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Folaigh Barra Scagaire" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3491,13 +3470,17 @@ msgid "" "button and selecting a preferred mode from the Text Completion menu." msgstr "" +"Le linn duit a bheith ag clóscríobh sa limistéar téacs, d’fhéadfadh go " +"gcuirfí meaitseáil fhéideartha i láthair duit. Is féidir an ghné seo a rialú " +"trí chliceáil leis an luchóg dheas agus modh is fearr leat a roghnú ón " +"roghchlár Comhllánú Téacs." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Seo é ainm an chomhaid ina sábhálfar é." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3506,75 +3489,78 @@ msgstr "" "Seo é liosta na gcomhad le hoscailt. Is féidir níos mó ná comhad amháin a " "shonrú, i liosta dealaithe ag camóga." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Seo ainm an chomhaid atá le hoscailt." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Áiteanna" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Tá comhad \"%1\" ann cheana. An bhfuil fonn ort scríobh air?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Forscríobh an Comhad?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Ní féidir ach comhaid logánta a roghnú." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Ní Ghlactar Le Cianchomhaid" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|Gach Fillteán" +msgstr "Gach Fillteán" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Eolaire Reatha: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Oscail" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" -msgstr "" +msgstr "Méid deilbhín: %1 picteilín" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Roghnaigh iar&mhír an ainm comhaid go huathoibríoch (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "an iarmhír: %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Roghnaigh iar&mhír an ainm comhaid go huathoibríoch" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "iarmhír oiriúnach" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3589,102 +3575,100 @@ msgid "" "period will be automatically removed).If unsure, keep this option " "enabled as it makes your files more manageable." msgstr "" +"Cumasaíonn an rogha seo roinnt gnéithe áisiúla chun comhaid a shábháil le " +"síntí:
      1. Déanfar aon síneadh a shonraítear sa limistéar téacs " +"%1 a nuashonrú má athraíonn tú an cineál comhaid le sábháil ann.

      2. Mura sonraítear aon síneadh sa limistéar téacs %2 " +"nuair a chliceálann tú Sábháil, cuirfear %3 le deireadh ainm an " +"chomhaid (mura bhfuil an t-ainm comhaid ann cheana féin). Tá an síneadh seo " +"bunaithe ar an gcineál comhaid a roghnaigh tú a shábháil ann.

        Mura dteastaíonn uait go soláthróidh KDE síneadh don ainm comhaid, is " +"féidir leat an rogha seo a mhúchadh nó is féidir leat é a chur faoi chois " +"trí phointe (.) a chur le deireadh ainm an chomhaid (bainfear an phointe go " +"huathoibríoch).
      Mura bhfuil tú cinnte, coinnigh an rogha seo " +"cumasaithe mar go ndéanann sé do chuid comhad níos inbhainistithe." -#: filewidgets/kfilewidget.cpp:2789 -#, fuzzy, kde-format -#| msgid "&Filter:" +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format msgid "&File type:" -msgstr "&Scagaire:" +msgstr "&Cineál comhaid:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" +"Seo an roghnóir cineál comhaid. Úsáidtear é chun an fhormáid a roghnú " +"ina sábhálfar an comhad." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Scagaire:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Seo é an scagaire le cur i bhfeidhm ar an liosta comhad. Ní thaispeánfar " -"comhaid nach bhfuil comhoiriúnach don scagaire.

      Is féidir leat ceann de na " -"scagairí réamhshocraithe a roghnú ón roghchlár anuas, nó scagaire " -"saincheapta a iontráil go díreach sa réimse téacs.

      Ceadaítear saoróga " -"cosúil le * agus ?.

      " +"Seo é an roghnóir cineál comhaid. Úsáidtear é chun formáid na gcomhad a " +"thaispeántar a roghnú." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Cruthaigh Cineál Nua Comhaid" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Cuir isteach ainm comhaid %1:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Tá brón orm" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Níl creatchomhad %1 ann." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "Ainm don nasc nua:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Cruthaigh Nasc Siombalach" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "Cruthaigh nasc le URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Iontráil ainm difriúil" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"Ní féidir an t-ainm %1 a úsáid mar go bhfuil sé curtha " +"in áirithe lena úsáid ag an gcóras oibriúcháin." -#: filewidgets/knewfilemenu.cpp:1174 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#| "default." +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" -"Tosaíonn an t-ainm \"%1\" le ponc, agus mar sin beidh an chomhadlann i " +"Tosaíonn an t-ainm %1 le ponc, mar sin beidh sé i " "bhfolach de réir réamhshocraithe." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3692,136 +3676,186 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"Tosaíonn an t-ainm %1 le spás, rud a thaispeánfar roimh " +"mhíreanna eile é agus tú ag sórtáil in ord aibítre, i measc rudaí aisteacha " +"eile a d'fhéadfadh a bheith ann." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" +"Trí úsáid a bhaint as slaiseanna in ainmneacha fillteán, cruthófar fo-" +"fhillteáin, mar seo a leanas:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "Cruthófar fo-fhillteáin trí slaiseanna a úsáid in ainmneacha fillteán." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "Ní féidir slaiseanna a úsáid in ainmneacha comhad agus fillteán." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "Ní féidir slaiseanna cúil a úsáid in ainmneacha comhad agus fillteán." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Ní féidir comhad nó fillteán a chruthú leis an ainm %1 " +"mar go mbeadh sé ag forluí le suíomh fillteán baile úsáideora." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"Ní mholtar ainm comhaid nó fillteáin a thosú le tilde mar d’fhéadfadh sé a " +"bheith mearbhall nó contúirteach agus an críochfort á úsáid chun rudaí a " +"scriosadh." -#: filewidgets/knewfilemenu.cpp:1305 -#, fuzzy, kde-kuit-format -#| msgid "An older item named '%1' already exists." +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "Tá mír níos sine darb ainm '%1' ann cheana." +msgstr "Tá eolaire darb ainm %1 ann cheana féin." -#: filewidgets/knewfilemenu.cpp:1307 -#, fuzzy, kde-kuit-format -#| msgid "A file named %1 already exists." +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "Tá comhad darb ainm %1 ann cheana." +msgstr "Tá comhad darb ainm %1 ann cheana féin." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Cruthaigh Ceann Nua" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Nasc le Gléas" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Fillteán Nua" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "&Cealaigh: Fillteán a Chruthú" +msgstr "Cruthaigh Fillteán Nua" -#: filewidgets/knewfilemenu.cpp:1499 -#, fuzzy, kde-format -#| msgid "" -#| "Create new folder in:\n" -#| "%1" +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format msgid "Create new folder in %1:" +msgstr "Cruthaigh fillteán nua i %1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Cuir isteach ainm an fhillteáin" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Réamhshocrú" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Cruthaigh Comhad Nua" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Cuir isteach ainm comhaid" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Roghnaigh deilbhín nó dath saincheaptha" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Roghnaigh Deilbhín Eile…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." msgstr "" -"Cruthaigh fillteán nua i:\n" -"%1" +"Is féidir leat an deilbhín a athrú níos déanaí in airíonna an fhillteáin." #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Cóipeáil" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Greamaigh" -#: filewidgets/kurlnavigator.cpp:600 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "Oscail Le" +msgstr "Oscail \"%1\" i gCluaisín Nua" -#: filewidgets/kurlnavigator.cpp:608 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "Oscail Le" +msgstr "Oscail \"%1\" i bhFuinneog Nua" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Eagar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Nascleanúint" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Taispeáin an Chonair Iomlán" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" +msgstr "Téigh go dtí aon áit ar an gcosán %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3831,7 +3865,16 @@ msgstr "Tuilleadh" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Téigh go dtí an Suíomh ar an gCosán" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Áiteanna" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3852,186 +3895,198 @@ msgid "Other" msgstr "Eile" #: filewidgets/kurlnavigatortogglebutton.cpp:28 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgid "Edit mode" -msgstr "Eagar" +msgstr "Mód eagarthóireachta" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "" +msgstr "Cliceáil le haghaidh Nascleanúint Suímh" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Cliceáil chun an Suíomh a chur in eagar" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Níl cead agat an comhad seo a rith." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format msgctxt "Launching application" msgid "Launching %1" -msgstr "%1 á thosú" +msgstr "Ag seoladh %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" +"Ní féidir an tseirbhís %1 a dhéanamh inrite, ag cur deireadh leis an " +"bhforghníomhú.\n" +"%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Níl cead agat feidhmchlár a roghnú chun an comhad seo a oscailt." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" msgstr "" +"Internal error: could not prompt the user for which application to start" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Ordú folamh curtha ar fáil" #: gui/faviconrequestjob.cpp:108 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No favicon found for %1" -msgstr "Níl meáin sa ghléas le haghaidh %1" +msgstr "Níor aimsíodh aon deilbhín favicon do %1" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "Earráid ag sábháil íomhá go %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "Comhad deilbhín ró-mhór, cuireadh deireadh leis an íoslódáil" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" #: gui/kemailclientlauncherjob.cpp:92 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No mail client found" -msgstr "Níl meáin sa ghléas le haghaidh %1" +msgstr "Níor aimsíodh cliant ríomhphoist" -#: gui/kprocessrunner.cpp:118 -#, fuzzy, kde-format -#| msgid "The desktop entry file %1 has no Type=... entry." +#: gui/kprocessrunner.cpp:125 +#, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." -msgstr "Níl iontráil `Type=...' i gcomhad na hiontrála deisce %1." +msgstr "" +"Níl an comhad iontrála deisce\n" +"%1\n" +"bailí." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 á thosú" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "Níorbh fhéidir comhad \"%1\" a aimsiú" +msgstr "Níorbh fhéidir an t-ordú %1 a aimsiú." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "Níor aimsíodh aon aithriseoir críochfoirt" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "Theip ar %1 a oscailt" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is of type Link but has no URL=... entry." msgstr "" +"Tá an comhad iontrála deisce\n" +"%1\n" +"de chineál Nasc ach níl aon iontráil URL=... ann." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" +"Tá an comhad inrite \"%1\" suite ar chóras comhad iargúlta. Ar chúiseanna " +"sábháilteachta, ní thosófar é." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" +"Ar chúiseanna slándála, ní cheadaítear comhaid inrite a sheoladh sa " +"chomhthéacs seo." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" +"Caithfidh cead inrite a bheith ag an gclár \"%1\" sula bhféadfar é a " +"sheoladh." -#: gui/openurljob.cpp:451 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#: gui/openurljob.cpp:461 +#, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." -msgstr "Níl creatchomhad %1 ann." +msgstr "" +"Ní féidir an comhad \"%1\" a dhéanamh inrite.\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Níl iontráil `Type=...' i gcomhad na hiontrála deisce %1." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"Tá an comhad seo neamhiomlán agus níor cheart é a oscailt.\n" +"Seiceáil d’fheidhmchláir oscailte agus an limistéar fógraí le haghaidh aon " +"tascanna nó íoslódálacha atá ar feitheamh." -#: gui/openurljob.cpp:656 -#, fuzzy, kde-format -#| msgid "Cannot open file" +#: gui/openurljob.cpp:665 +#, kde-format msgid "Failed to open the file." -msgstr "Ní féidir an comhad a oscailt" +msgstr "Theip ar an gcomhad a oscailt." -#: gui/openurljob.cpp:690 -#, fuzzy, kde-format -#| msgid "The file \"%1\" could not be found" +#: gui/openurljob.cpp:699 +#, kde-format msgid "The program \"%1\" could not be launched." -msgstr "Níorbh fhéidir comhad \"%1\" a aimsiú" +msgstr "Níorbh fhéidir an clár \"%1\" a sheoladh." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file\n" -#| "%1\n" -#| "has been modified.\n" -#| "Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Athraíodh an comhad\n" -"%1.\n" -"An bhfuil fonn ort na hathruithe a uasluchtú?" +"Tá an comhad %1athraithe. Ar mhaith leat na " +"hathruithe a uaslódáil?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4049,16 +4104,14 @@ msgid "Do Not Upload" msgstr "Ná hUasluchtaigh" #: kioexec/main.cpp:58 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#, kde-format msgid "Invalid URL: %1" -msgstr "URL míchumtha %1." +msgstr "URL neamhbhailí: %1" #: kioexec/main.cpp:64 -#, fuzzy, kde-format -#| msgid "Could not bind %1." +#, kde-format msgid "File not found: %1" -msgstr "Níorbh fhéidir %1 a cheangal." +msgstr "Comhad gan aimsiú: %1" #: kioexec/main.cpp:81 #, kde-format @@ -4107,74 +4160,71 @@ msgstr "" "%1.\n" "An bhfuil fonn ort na hathruithe a uasluchtú?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" - -#: kioexec/main.cpp:304 -#, kde-format -msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "" - -#: kioexec/main.cpp:305 -#, kde-format -msgid "David Faure" -msgstr "" +"KIO Exec - Osclaíonn sé comhaid iargúlta, féachann sé ar mhodhnuithe, " +"iarrann sé uaslódáil" #: kioexec/main.cpp:306 #, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 Forbróirí KFM/Konqueror" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 -#, kde-format -msgid "Bernhard Rosenkraenzer" -msgstr "" - -#: kioexec/main.cpp:308 -#, fuzzy, kde-format -#| msgid "(C) 2004 Waldo Bastian" -msgid "Waldo Bastian" -msgstr "© 2004 Waldo Bastian" - #: kioexec/main.cpp:309 #, kde-format -msgid "Oswald Buddenhagen" -msgstr "" +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" +"Déan URLanna a láimhseáil mar chomhaid áitiúla agus scrios iad ina dhiaidh " +"sin" -#: kioexec/main.cpp:316 -#, fuzzy, kde-format -#| msgid "Choose an alternate filename for the new file." +#: kioexec/main.cpp:318 +#, kde-format msgid "Suggested file name for the downloaded file" -msgstr "Roghnaigh ainm eile don chomhad nua." +msgstr "Ainm comhaid molta don chomhad íoslódáilte" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ordú le rith" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" -msgstr "" +msgstr "URL(anna) nó comhad(anna) áitiúil a úsáidtear le haghaidh 'ordú'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4183,141 +4233,51 @@ msgstr "" "Níorbh fhéidir ceadanna a athrú le haghaidh\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "Níorbh fhéidir úinéir %1 a athrú." +msgstr "" +"Níorbh fhéidir úinéir agus grúpa a athrú do\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Níorbh fhéidir clár \"mount\" a aimsiú" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Níorbh fhéidir clár \"umount\" a aimsiú" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Ceadanna Casta" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Ceadanna" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Bain" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Comhadlann" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Cruthaigh comhadlann" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Ceadanna" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "Oscail Bainisteoir Comhad" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Comhadlann" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Ainm comhaid:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Tiomántán: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Briseadh Anaithnid" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ní féidir comhad a chóipeáil ó %1 go %2. (Earráid: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Níl meáin sa ghléas le haghaidh %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" +"Níorbh fhéidir aitheantas úsáideora a fháil don ainm úsáideora tugtha %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" -msgstr "" +msgstr "Níorbh fhéidir aitheantas grúpa a fháil don ainm grúpa tugtha %1" #: kioworkers/ftp/ftp.cpp:354 #, kde-format @@ -4330,10 +4290,9 @@ msgid "Connected to host %1" msgstr "Ceangailte le hóstríomhaire %1" #: kioworkers/ftp/ftp.cpp:477 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#, kde-format msgid "%1 (Error %2)" -msgstr "%1 (%2)" +msgstr "%1 (Earráid %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format @@ -4350,101 +4309,108 @@ msgid "" "%2\n" "\n" msgstr "" +"Teachtaireacht seolta:\n" +"Logáil isteach ag baint úsáide as ainm úsáideora=%1 agus pasfhocal=[i " +"bhfolach]\n" +"\n" +"D'fhreagair an freastalaí:\n" +"%2\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Is gá ainm úsáideora agus focal faire a sholáthar chun an suíomh seo a " "rochtain." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Suíomh:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Logáil Isteach OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Níorbh fhéidir logáil ann go %1" -#: kioworkers/ftp/ftp.cpp:1036 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format msgid "" "\n" "The server said: \"%1\"" -msgstr "%1 á thosú" +msgstr "" +"\n" +"Dúirt an freastalaí: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" +"Ní mór duit ainm úsáideora agus pasfhocal a sholáthar don fhreastalaí " +"seachfhreastalaí atá liostaithe thíos sula gceadaítear duit rochtain a fháil " +"ar aon shuíomhanna." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Seachfhreastalaí:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." -msgstr "" +msgstr "Theip ar Fíordheimhniú Seachfhreastalaí." #: kioworkers/help/kio_help.cpp:112 -#, fuzzy, kde-format -#| msgid "There are no special actions available for protocol %1." +#, kde-format msgid "There is no documentation available for %1." -msgstr "Níl aon ghníomhartha speisialta ar fáil le haghaidh phrótacal %1." +msgstr "Níl aon doiciméadacht ar fáil do %1." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "" +msgstr "Ag lorg an chomhaid cheart" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "" +msgstr "Doiciméad á ullmhú" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 -#, fuzzy, kde-format -#| msgid "The requested symbolic link %1 could not be created." +#, kde-format msgid "The requested help file could not be parsed:
      %1" -msgstr "Níorbh fhéidir an nasc siombalach iarrtha %1 a chruthú." +msgstr "Níorbh fhéidir an comhad cabhrach iarrtha a pharsáil:
      %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "" +msgstr "Ag sábháil chuig an taisce" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "" +msgstr "Ag baint úsáide as leagan taisceáilte" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "" +msgstr "Ag féachaint suas an chuid" #: kioworkers/help/kio_help.cpp:321 -#, fuzzy, kde-format -#| msgid "Could not read file %1." +#, kde-format msgid "Could not find filename %1 in %2." -msgstr "Níorbh fhéidir comhad %1 a léamh." +msgstr "Níorbh fhéidir ainm comhaid %1 a aimsiú i %2." #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format @@ -4453,24 +4419,24 @@ msgid "" msgstr "An bhfuil fonn ort glacadh leis an teastas seo go buan gan fiafraí?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Fíordheimhniú den Fhreastalaí" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ag %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." -msgstr "" +msgstr "Seachas sin, bheadh ​​an t-iarratas rathúil." # SEE BELOW - all "attempting to...", or "unable to..." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" @@ -4480,7 +4446,7 @@ msgstr "" " unable-to 'luachanna airíonna a fháil'\n" "]" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" @@ -4490,7 +4456,7 @@ msgstr "" " unable-to 'luachanna airíonna a shocrú'\n" "]" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" @@ -4500,7 +4466,7 @@ msgstr "" " unable-to 'an fillteán iarrtha a chruthú'\n" "]" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" @@ -4510,7 +4476,7 @@ msgstr "" " unable-to 'an comhad nó fillteán sonraithe a chóipeáil'\n" "]" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" @@ -4520,7 +4486,7 @@ msgstr "" " unable-to 'an comhad nó fillteán sonraithe a bhogadh'\n" "]" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" @@ -4530,7 +4496,7 @@ msgstr "" " unable-to 'an fillteán sonraithe a chuardach'\n" "]" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" @@ -4540,7 +4506,7 @@ msgstr "" " unable-to 'an comhad nó fillteán sonraithe a chur faoi ghlas'\n" "]" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" @@ -4551,7 +4517,7 @@ msgstr "" "oscailt'\n" "]" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" @@ -4561,7 +4527,7 @@ msgstr "" " unable-to 'an comhad nó an fillteán sonraithe a scriosadh'\n" "]" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" @@ -4571,7 +4537,7 @@ msgstr "" " unable-to 'cumas an fhreastalaí a fháil amach'\n" "]" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" @@ -4581,13 +4547,13 @@ msgstr "" " unable-to 'inneachar an comhad nó fillteán sonraithe a fháil'\n" "]" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" -msgstr "" +msgstr "rith tuarascáil sa bhfillteán sonraithe" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4595,7 +4561,7 @@ msgstr "" "Tharla earráid gan súil léi (%1) nuair a bhíothas ag iarraidh %2.|/|Tharla " "earráid gan súil léi (%1) agus $[attempting-to %2]." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4605,7 +4571,7 @@ msgstr "" "Tharla earráid nuair a bhíothas ag iarraidh %1, %2. Achoimre thíos.|/|" "Tharla earráid agus $[attempting-to %1], %2. Achoimre thíos." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." @@ -4613,14 +4579,16 @@ msgstr "" "Rochtain diúltaithe nuair a bhíothas ag iarraidh %1.|/|Rochtain diúltaithe " "agus $[attempting-to %1]." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" +"Ní féidir acmhainn a chruthú ag an gceann scríbe go dtí go mbeidh bailiúchán " +"idirmheánach amháin nó níos mó (fillteáin) cruthaithe." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4629,18 +4597,23 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" +"Ní raibh an freastalaí in ann beo na\n" +"hairíonna atá liostaithe san eilimint XML propertybehavior a choinneáil nó " +"rinne tú iarracht comhad a athscríobh agus tú ag iarraidh\n" +"nach ndéanfaí comhaid a athscríobh.\n" +"%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" -msgstr "" +msgstr "Níorbh fhéidir an glas iarrtha a dheonú. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." -msgstr "" +msgstr "Ní thacaíonn an freastalaí le cineál iarrata an choirp." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." @@ -4648,12 +4621,12 @@ msgstr "" "Ní féidir %1 toisc go bhfuil an acmhainn faoi ghlas.|/|Ní féidir $[unable-to " "%1] toisc go bhfuil an acmhainn faoi ghlas." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." -msgstr "" +msgstr "Cuireadh cosc ​​ar an ngníomh seo de bharr earráide eile." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4664,19 +4637,21 @@ msgstr "" "leis an bhfillteán.|/|Ní féidir $[unable-to %1] toisc nach nglacann an " "freastalaí sprice leis an gcomhad nó leis an bhfillteán." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" +"Níl dóthain spáis ag an acmhainn cheann scríbe chun staid na hacmhainne a " +"thaifeadadh tar éis fhorghníomhú an mhodha seo." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ní féidir an acmhainn a scriosadh." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" @@ -4685,7 +4660,7 @@ msgstr "" " unable-to %1' a uasluchtú'\n" "]" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4694,22 +4669,19 @@ msgstr "" "earráid gan súil léi (%1) agus $[attempting-to %2]." #: kioworkers/remote/remoteimpl.cpp:98 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Network" +#, kde-format msgid "Network" msgstr "Líonra" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format msgid "Malformed URL %1" -msgstr "URL míchumtha %1." +msgstr "URL mífhoirmithe %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4717,34 +4689,30 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" +"Níl an eolaire %1 ann a thuilleadh, mar sin ní féidir an mhír seo a " +"athchóiriú go dtí a suíomh bunaidh. Is féidir leat an eolaire sin a " +"athchruthú agus an oibríocht athchóirithe a úsáid arís, nó an mhír a " +"tharraingt áit ar bith eile chun í a athchóiriú." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "Teaglaim neamhbhailí prótacail." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 -#, fuzzy, kde-format -#| msgid "This file is a link and does not have permissions." -#| msgid_plural "All files are links and do not have permissions." +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format msgid "This file is already in the trash bin." -msgstr "Is nasc é an comhad seo agus níl ceadanna aige." +msgstr "Tá an comhad seo sa bhruscar cheana féin." #: kioworkers/trash/kio_trash_win.cpp:244 -#, fuzzy, kde-format -#| msgid "Writing to %1 is not supported." +#, kde-format msgid "not supported" -msgstr "Ní thacaítear le scríobh chuig %1." +msgstr "gan tacaíocht" #: kioworkers/trash/kio_trash_win.cpp:253 -#, fuzzy, kde-format -#| msgid "" -#| "Internal error in server\n" -#| "%1" +#, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "" -"Earráid inmheánach sa bhfreastalaí\n" -"%1" +msgstr "Earráid inmheánach i copyOrMove, níor cheart go dtarlódh sé choíche" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4753,54 +4721,52 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" +"Clár cúnta chun déileáil leis an mbosca bruscair KDE\n" +"Nóta: chun comhaid a bhogadh chuig an mbosca bruscair, ná húsáid ktrash, ach " +"\"kioclient move 'url' trash:/\"" #: kioworkers/trash/ktrash.cpp:31 #, kde-format msgid "Empty the contents of the trash" -msgstr "" +msgstr "Folmhaigh ábhar an bhruscair" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "" +msgstr "Athchóirigh comhad bruscair go dtí a shuíomh bunaidh" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" +msgstr "Tá an bruscar lán. Folmhaigh é nó bain míreanna de láimh." #: kpasswdserver/kpasswdserver.cpp:529 -#, fuzzy, kde-format -#| msgid " Do you want to retry?" +#, kde-format msgid "Do you want to retry?" -msgstr " An bhfuil fonn ort é a thriail arís?" +msgstr "Ar mhaith leat iarracht eile a dhéanamh?" #: kpasswdserver/kpasswdserver.cpp:533 -#, fuzzy, kde-format -#| msgid "Server Authentication" +#, kde-format msgid "Retry Authentication" -msgstr "Fíordheimhniú den Fhreastalaí" +msgstr "Déan Ath-Dhídheimhniú" #: kpasswdserver/kpasswdserver.cpp:536 -#, fuzzy, kde-format -#| msgid "Retry" +#, kde-format msgctxt "@action:button filter-continue" msgid "Retry" -msgstr "Atriail" +msgstr "Déan iarracht eile" -#: kpasswdserver/kpasswdserver.cpp:796 -#, fuzzy, kde-format -#| msgid "Authorization Dialog" +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format msgid "Authentication Dialog" -msgstr "Dialóg Údaraithe" +msgstr "Dialóg Fíordheimhnithe" -#: schemehandlers/telnet/ktelnetservice.cpp:52 -#, fuzzy, kde-format -#| msgid "Access Denied" +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format msgid "Access denied" -msgstr "Cead Rochtana Diúltaithe" +msgstr "Rochtain diúltaithe" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Níl cead agat prótacal %1 a rochtain." @@ -4808,24 +4774,22 @@ msgstr "Níl cead agat prótacal %1 a rochtain." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "" +msgstr "Ní bhfuarthas aon soláthraithe cuardaigh is fearr leat." #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "" +msgstr "Ní bhfuarthas aon soláthraithe cuardaigh." #: urifilters/shorturi/kshorturifilter.cpp:247 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#, kde-format msgid "%1 does not have a home folder." -msgstr "Níl creatchomhad %1 ann." +msgstr "Níl fillteán baile ag%1." #: urifilters/shorturi/kshorturifilter.cpp:249 -#, fuzzy, kde-format -#| msgid "You do not have permission to run %1." +#, kde-format msgid "There is no user called %1." -msgstr "Níl cead agat %1 a rith." +msgstr "Níl aon úsáideoir ann ar a dtugtar %1." #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4849,7 +4813,7 @@ msgstr "Eagras:" #: widgets/certificateparty.ui:58 #, kde-format msgid "Acme Sundry Products Company" -msgstr "" +msgstr "Cuideachta Táirgí Éagsúla Acme" #. i18n: ectx: property (text), widget (QLabel, organizationalUnitTag) #: widgets/certificateparty.ui:68 @@ -4861,7 +4825,7 @@ msgstr "Rannóg:" #: widgets/certificateparty.ui:78 #, kde-format msgid "Fraud Department" -msgstr "" +msgstr "Roinn na Calaoise" #. i18n: ectx: property (text), widget (QLabel, countryTag) #: widgets/certificateparty.ui:88 @@ -4906,56 +4870,61 @@ msgid "" "Copy and paste a checksum in the field below.
      A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"Cóipeáil agus greamaigh suim sheiceála sa réimse thíos.
      De ghnáth, " +"soláthraíonn an suíomh Gréasáin ar íoslódáladh an comhad seo uaidh suim " +"sheiceála." #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "Suim seiceála a bhíothas ag súil léi (MD5, SHA1, SHA256 nó SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" +"Cliceáil chun an tsuim seiceála a ghreamú ón ngearrthaisce isteach sa réimse " +"ionchuir." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" -msgstr "" +msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Ríomh" @@ -4964,142 +4933,210 @@ msgstr "Ríomh" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "Cliceáil chun an tsuim seiceála a chóipeáil chuig an ghearrthaisce." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" -msgstr "" +msgstr "Ce&alaigh" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "" +msgstr "&Bog Anseo" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "Íoslódáil &Anseo" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "" +msgstr "&Cóipeáil Anseo" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "" +msgstr "&Nasc Anseo" -#: widgets/executablefileopendialog.cpp:21 -#, fuzzy, kde-format -#| msgid "Do you wish to store the passphrase in your wallet file?" +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Lainseáil" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format msgid "What do you wish to do with this file?" -msgstr "An bhfuil fonn ort an frása faire a shábháil i do sparán?" +msgstr "Cad ba mhaith leat a dhéanamh leis an gcomhad seo?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ná fiafraigh díom arís" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Oscail" -#: widgets/executablefileopendialog.cpp:34 -#, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "&Rith" - -#: widgets/fileundomanager.cpp:123 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "Undo Changes" -msgstr "" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Oscail le %1" -#: widgets/fileundomanager.cpp:124 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +msgid "Would you like to launch this file?" +msgstr "Ar mhaith leat an comhad seo a sheoladh?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Comhadlann á cruthú" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Comhad Foinse" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Comhad Sprice" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Ag cóipeáil" + # not "Á" here -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Bogadh" -#: widgets/fileundomanager.cpp:146 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/fileundomanager.cpp:140 +#, kde-format msgid "Renaming" -msgstr "&Athainmnigh" +msgstr "Athainmniú" + +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Ag bogadh go dtí an Bruscar" # not "Á" here -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Scriosadh" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Cealaigh" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Cealaigh: Cóipeáil" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Cealaigh: Nasc" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Cealaigh: Bogadh" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Cealaigh: Athainmniú" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Cealaigh: Cur sa Bhruscar" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Cealaigh: Fillteán a Chruthú" -#: widgets/fileundomanager.cpp:323 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:344 +#, kde-format msgid "Und&o: Create Folder(s)" -msgstr "&Cealaigh: Fillteán a Chruthú" +msgstr "Dí-&scrios: Cruthaigh Fillteán(í)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Cealaigh: Comhad a Chruthú" -#: widgets/fileundomanager.cpp:327 -#, fuzzy, kde-format -#| msgid "Und&o: Rename" +#: widgets/fileundomanager.cpp:348 +#, kde-format msgid "Und&o: Batch Rename" -msgstr "&Cealaigh: Athainmniú" +msgstr "Dí-ainmniú: Baisc" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Athdhéanamh" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Athdhéanamh: Cóipeáil" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Athdhéanamh: Nasc" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Athdhéanamh: Bog" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Athdhéanamh: Athainmnigh" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Athdhéanamh: Bruscar" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Athdhéanamh: Cruthaigh Fillteán" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Athdhéanamh: Cruthaigh Fillteán(anna)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Athdhéanamh: Cruthaigh Comhad" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Athdhéanamh: Athainmniú Baisce" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5113,12 +5150,12 @@ msgstr "" "mionathrú.\n" "An bhfuil tú cinnte gur mhaith leat %4 a scriosadh?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Deimhniú: Cealaigh Cóipeáil an Chomhaid" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5126,24 +5163,26 @@ msgid "" "filename>This action cannot be undone." msgstr "" - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, fuzzy, kde-format -#| msgid "Delete Entry" -msgid "Delete Permanently" -msgstr "Bain Iontráil" +"An bhfuil tú cinnte gur mhaith leat an mhír seo a scriosadh go buan?%1Ní féidir an " +"gníomh seo a chealú." #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "Scrios go Buan" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Entry" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "Bain Iontráil" +msgstr "Scrios go Buan" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5153,107 +5192,120 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"An bhfuil tú cinnte gur mhaith leat an mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[1] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[2] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[3] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[4] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" +"Ar mhaith leat gach rud a scriosadh as an mBruscar go buan?Ní féidir an gníomh seo a chealú." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Folmhaigh an Bruscar" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" -msgstr "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" +msgstr "" +"An bhfuil tú cinnte gur mhaith leat an mhír seo a bhogadh chuig an mBruscar?" +"%1" -#: widgets/jobuidelegate.cpp:278 -#, fuzzy, kde-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:279 +#, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[1] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[2] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[3] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[4] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" +msgstr[0] "" +"An bhfuil tú cinnte gur mhaith leat an mhír seo a bhogadh chuig an mBruscar?" +msgstr[1] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[2] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[3] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[4] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Cuir leis…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Eagar" +msgstr "Cuir in eagar…" #: widgets/kacleditwidget.cpp:79 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgctxt "@action:button" msgid "Delete" msgstr "Scrios" #: widgets/kacleditwidget.cpp:227 -#, fuzzy, kde-format -#| msgid "Owner" +#, kde-format msgctxt "Unix permissions" msgid "Owner" -msgstr "Úinéir" +msgstr "" +"Ar chúiseanna slándála, ní cheadaítear comhaid inrite a sheoladh sa " +"chomhthéacs seo.Úinéir" #: widgets/kacleditwidget.cpp:231 -#, fuzzy, kde-format -#| msgid "Owning Group" +#, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "Grúpa an Chomhaid" +msgstr "Grúpa Úinéireachta" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 -#, fuzzy, kde-format -#| msgid "Others" +#, kde-format msgctxt "UNIX permissions" msgid "Others" -msgstr "Eile" +msgstr "Daoine eile" #: widgets/kacleditwidget.cpp:239 -#, fuzzy, kde-format -#| msgid "Mask" +#, kde-format msgctxt "UNIX permissions" msgid "Mask" msgstr "Masc" #: widgets/kacleditwidget.cpp:243 -#, fuzzy, kde-format -#| msgid "Named User" +#, kde-format msgctxt "UNIX permissions" msgid "Named User" msgstr "Úsáideoir Ainmnithe" #: widgets/kacleditwidget.cpp:254 -#, fuzzy, kde-format -#| msgid " (Default)" +#, kde-format msgid "Owner (Default)" -msgstr " (Réamhshocrú)" +msgstr "Úinéir (Réamhshocrú)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5280,7 +5332,7 @@ msgstr "Úinéir" msgid "Owning Group" msgstr "Grúpa an Chomhaid" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Eile" @@ -5349,120 +5401,117 @@ msgid "Updating System Configuration" msgstr "Cumraíocht an chórais á nuashonrú" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "Cumraíocht an chórais á nuashonrú." +msgstr "Cumraíocht an chórais á nuashonrú…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Ainm" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Méid" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dáta" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Ceadanna" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Úinéir" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grúpa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Cineál" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Oscail &le %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Gníomh&artha" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Oscail Le" +msgstr "&Oscail Fillteán Le…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Oscail Le" +msgstr "&Oscail Le…" -#: widgets/kfileitemactions.cpp:731 -#, fuzzy, kde-format -#| msgid "&Open with %1" +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format msgid "&Open folder with %1" -msgstr "&Oscail le %1" +msgstr "&Oscail fillteán le %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Oscail le %1" -#: widgets/kfileitemactions.cpp:763 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:868 +#, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "&Oscail Le" +msgstr "&Oscail Fillteán Le" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Oscail Le" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgid "&Application" +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Feidhmchlár" +msgstr "&Feidhmchlár Eile…" # need not all be files, so use "mír" vs. "comhad" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5473,120 +5522,136 @@ msgstr[2] "%1 mhír" msgstr[3] "%1 mír" msgstr[4] "%1 mír" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Anaithnid" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stad" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Feistithe ar:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Cineál:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Ábhar:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Oscail Le:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Athraigh..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Suíomh:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Méid:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "A&thraigh..." +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "Cinntigh méid an fhillteáin" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -#| msgid "Contents:" -msgid "Content:" -msgstr "Inneachar:" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Stad" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stop ag cinneadh méid an fhillteáin" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Iniúchadh i Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Dírithe ar:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Athraithe:" +msgid "Show target" +msgstr "Taispeáin sprioc" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Cruthaithe:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Córas comhaid:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Óstríomhaire anaithnid" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Feistithe ar:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Athraithe:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Rochtain:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Oscail Le" +#| msgid "File System:" +msgid "File system:" +msgstr "Córas Comhad:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Suite ar:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Suiteáilte ó:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Spás Saor in Aisce:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Méid anaithnid" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5617,6 +5682,8 @@ msgstr "Roghnaigh ainm an chláir lena n-osclófar na comhaid roghnaithe." #, kde-format msgid "Select the program you want to use to open the file
      %1
      " msgstr "" +"Roghnaigh an clár is mian leat a úsáid chun an comhad a oscailt
      %1" #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5624,10 +5691,15 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" +"Roghnaigh an clár is mian leat a úsáid chun an comhad a oscailt." msgstr[1] "" +"Roghnaigh an clár is mian leat a úsáid chun na %1 comhad a oscailt." msgstr[2] "" +"Roghnaigh an clár is mian leat a úsáid chun na %1 comhad a oscailt." msgstr[3] "" +"Roghnaigh an clár is mian leat a úsáid chun na %1 comhad a oscailt." msgstr[4] "" +"Roghnaigh an clár is mian leat a úsáid chun na %1 comhad a oscailt." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5664,6 +5736,8 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"Clóscríobh chun na feidhmchláir thíos a scagadh, nó sonraigh ainm ordaithe.\n" +"Brúigh saighead anuas chun nascleanúint a dhéanamh trí na torthaí." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5696,30 +5770,27 @@ msgstr "" "%c - nóta" #: widgets/kopenwithdialog.cpp:742 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" msgstr "" -"&Meabhraigh go bhfuil an feidhmchlár seo comhcheangailte leis an gcineál " -"comhaid seo" +"&Cuimhnigh comhlachas feidhmchláir do gach comhad den chineál\n" +"\"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\"" msgstr "" -"&Meabhraigh go bhfuil an feidhmchlár seo comhcheangailte leis an gcineál " -"comhaid seo" +"&Cuimhnigh comhlachas feidhmchláir do gach comhad den chineál\n" +"\"%1\"" #: widgets/kopenwithdialog.cpp:754 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options" -msgstr "&Roghanna an teirminéil:" +msgstr "Roghanna teirminéal" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5734,7 +5805,7 @@ msgstr "Ná &dún nuair a stopann an t-ordú" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "Faigh níos mó Aipeanna ó Discover" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5753,20 +5824,21 @@ msgid "" "application or if you want the information that is provided by the terminal " "emulator window." msgstr "" +"Seiceáil an rogha seo más feidhmchlár mód téacs an feidhmchlár is mian leat " +"a rith nó más mian leat an fhaisnéis a sholáthraíonn fuinneog an aithriseora " +"críochfoirt." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 -#, fuzzy, kde-format -#| msgid "&Run in terminal" +#, kde-format msgid "Run in terminal" -msgstr "&Rith i dteirminéal" +msgstr "Rith sa teirminéal" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options:" -msgstr "&Roghanna an teirminéil:" +msgstr "Roghanna teirminéal:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5776,13 +5848,15 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" +"Seiceáil an rogha seo má thairgeann an feidhmchlár mód téacs faisnéis " +"ábhartha nuair a scoireann tú. Má choinníonn tú an t-aithriseoir críochfoirt " +"ar oscailt, is féidir leat an fhaisnéis seo a aisghabháil." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format -#| msgid "&Do not close when command exits" +#, kde-format msgid "Do not close when command exits" -msgstr "Ná &dún nuair a stopann an t-ordú" +msgstr "Ná dún nuair a scoireann an t-ordú" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5802,19 +5876,24 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" +"Seiceáil an rogha seo más mian leat an feidhmchlár seo a rith le haitheantas " +"úsáideora difriúil. Tá aitheantas úsáideora difriúil ag baint le gach " +"próiseas. Cinneann an cód aitheantais seo rochtain comhaid agus ceadanna " +"eile. Tá pasfhocal an úsáideora ag teastáil chun an rogha seo a úsáid." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" +#, kde-format msgid "Run as a different user" -msgstr "Rith &mar úsáideoir eile" +msgstr "Rith mar úsáideoir difriúil" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." msgstr "" +"Cuir isteach an t-ainm úsáideora ar mhaith leat an feidhmchlár a rith mar a " +"úsáideadh é." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 @@ -5827,31 +5906,29 @@ msgstr "Ainm úsáideora:" #, kde-format msgid "Enter the user name you want to run the application as here." msgstr "" +"Cuir isteach an t-ainm úsáideora ar mhaith leat an feidhmchlár a rith mar " +"atá anseo." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "GPU scoite" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "Rith ag baint úsáide as cárta grafaicí tiomnaithe" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 -#, fuzzy, kde-format -#| msgctxt "" -#| "@title:group Title of a group that lets the user choose options regargin " -#| "program startup" -#| msgid "Startup" +#, kde-format msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" msgid "Startup" -msgstr "Tosú" +msgstr "Tosaithe" #. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:152 @@ -5860,13 +5937,15 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" +"Seiceáil an rogha seo más mian leat a shoiléiriú go bhfuil d’fheidhmchlár " +"tosaithe. D’fhéadfadh an t-aiseolas amhairc seo a bheith le feiceáil mar " +"chúrsóir gnóthach nó sa tascbharra." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 -#, fuzzy, kde-format -#| msgid "Enable &launch feedback" +#, kde-format msgid "Enable launch feedback" -msgstr "Cumasaigh &aiseolas tosaithe" +msgstr "Cumasaigh aiseolas lainseála" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5876,28 +5955,38 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" +"Clóscríobh an t-ainm is mian leat a thabhairt don fheidhmchlár seo anseo. " +"Beidh an feidhmchlár seo le feiceáil faoin ainm seo i roghchlár na " +"bhfeidhmchlár agus sa phainéal." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" +"Clóscríobh ainm cineálach don fheidhmchlár anseo. Samplaí: bheadh ​​" +"\"Breathnóir Íomhá\" mar fheidhmchlár féachana íomhánna." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Cur Síos:" +msgid "&Generic name:" +msgstr "&Ainm cineálach:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" +"Clóscríobh cur síos an fheidhmchláir seo, bunaithe ar a úsáid, anseo. " +"Samplaí: bheadh ​​feidhmchlár féachana íomhánna mar seo a leanas: \"Féach agus " +"cuir in eagar íomhánna\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5907,23 +5996,22 @@ msgstr "Nóta:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, fuzzy, kde-format -#| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" -msgstr "Úsáid &athróga réamhshocraithe timpeallachta don seachfhreastalaí" +#, kde-format +msgid "Environment variables:" +msgstr "Athróga comhshaoil:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 #, kde-format msgid "Type the command to start this application here." -msgstr "" +msgstr "Clóscríobh an t-ordú chun an feidhmchlár seo a thosú anseo." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "Clár:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -5932,6 +6020,8 @@ msgid "" "Click here to browse your file system in order to find the desired " "executable." msgstr "" +"Cliceáil anseo chun do chóras comhad a bhrabhsáil d’fhonn an comhad inrite " +"atá uait a aimsiú." #. i18n: ectx: property (text), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:117 @@ -5942,20 +6032,7 @@ msgstr "&Brabhsáil..." #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Following the command, you can have several place holders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "%f - a single file name\n" -#| "%F - a list of files; use for applications that can open several local " -#| "files at once\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%d - the directory of the file to open\n" -#| "%D - a list of directories\n" -#| "%i - the icon\n" -#| "%m - the mini-icon\n" -#| "%c - the comment" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -5970,33 +6047,32 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Tar éis an ordaithe, tig leat athróga áirithe a úsáid, agus cuirfear na " -"luachanna oiriúnacha ina n-ionad nuair a chuirfidh tú an ríomhchlár i " -"bhfeidhm:\n" -"%f - ainm comhaid amháin\n" -"%F - liosta comhad; le feidhmchláir ar féidir leo níos mó ná comhad amháin a " -"oscailt\n" -"%u - URL amháin\n" +"Clóscríobh na hargóintí le húsáid agus an feidhmchlár seo á thosú anseo.\n" +"\n" +"Is féidir leat roinnt áitchoinneálaithe a bheith agat a chuirfear ina n-áit " +"leis na luachanna iarbhír nuair a rithfear an clár iarbhír:\n" +"\n" +"%f - ainm comhaid aonair\n" +"%F - ​​liosta comhad (d'aipeanna ar féidir leo roinnt comhad a oscailt ag an " +"am céanna)\n" +"%u - URL aonair\n" "%U - liosta URLanna\n" -"%d - comhadlann ina bhfuil an comhad le hoscailt\n" -"%D - liosta comhadlann\n" -"%i - deilbhín\n" -"%m - deilbhín beag\n" -"%c - nóta" +"%i - deilbhín an chomhaid .desktop\n" +"%c - ainm an chomhaid .desktop\n" +"%k - suíomh an chomhaid .desktop" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "FIXME: Document this" +#, kde-format msgid "&Arguments:" -msgstr "FIXME: Doiciméadaigh é seo" +msgstr "&Argóintí:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) #: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 #, kde-format msgid "Sets the working directory for your application." -msgstr "" +msgstr "Socraíonn sé an t-eolaire oibre do d'fheidhmchlár." #. i18n: ectx: property (text), widget (QLabel, textLabel5) #: widgets/kpropertiesdesktopbase.ui:169 @@ -6024,6 +6100,21 @@ msgid "" "remove them from the list clicking on the button Remove below.

      " msgstr "" +"

      Ba chóir go léireodh an liosta seo na cineálacha comhaid is féidir le " +"d'fheidhmchlár a láimhseáil. Tá an liosta seo eagraithe de réir " +"cineálacha mime.

      \n" +"

      Is prótacal caighdeánach é MIME, Ilchuspóireach Idirlín (e)Ríomhphoist, " +"chun an cineál sonraí a aithint bunaithe ar shíntí ainm comhaid agus na " +"cineálacha mime comhfhreagracha. Sampla: léiríonn an chuid \"bmp\" a " +"thagann i ndiaidh an phonc i flower.bmp gur cineál íomhá ar leith é, " +"image/x-bmp. Chun a fháil amach cén feidhmchlár ba chóir gach cineál " +"comhaid a oscailt, ba chóir an córas a chur ar an eolas faoi chumais gach " +"feidhmchláir na síntí agus na cineálacha mime seo a láimhseáil.

      \n" +"

      Más mian leat an feidhmchlár seo a cheangal le cineál amháin nó níos mó " +"nach bhfuil sa liosta seo, cliceáil ar an gcnaipe Cuir leis thíos. Má " +"tá cineál amháin nó níos mó comhaid ann nach féidir leis an bhfeidhmchlár " +"seo a láimhseáil, b'fhéidir gur mhaith leat iad a bhaint den liosta trí " +"chliceáil ar an gcnaipe Bain thíos.

      " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 @@ -6050,6 +6141,8 @@ msgid "" "Click on this button if you want to add a type of file (mimetype) that your " "application can handle." msgstr "" +"Cliceáil ar an gcnaipe seo más mian leat cineál comhaid (cineál MIME) a ​​chur " +"leis ar féidir le d'fheidhmchlár déileáil leis." #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -6064,6 +6157,9 @@ msgid "" "If you want to remove a type of file (mimetype) that your application cannot " "handle, select the mimetype in the list above and click on this button." msgstr "" +"Más mian leat cineál comhaid (cineál mime) nach féidir le d'fheidhmchlár a " +"láimhseáil a bhaint, roghnaigh an cineál mime sa liosta thuas agus cliceáil " +"ar an gcnaipe seo." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:255 @@ -6109,54 +6205,67 @@ msgstr[4] "Airíonna do %1 mír roghnaithe" #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "Comhroinn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not save properties. You do not have sufficient access to write " -#| "to %1." +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" -"Níorbh fhéidir na hairíonna a shábháil. Níl cead agat scríobh ar %1." +"Níorbh fhéidir airíonna a shábháil mar gheall ar easpa rochtana " +"scríbhneoireachta chuig:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Ginearálta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Cuir isteach ainm comhaid" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "Taiscéal i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Athnuaigh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Create New" -#| msgid "%1" -msgid "%1:" -msgstr "%1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Cuir isteach suíomh sprice" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 -#, fuzzy, kde-format -#| msgid "Unknown Host" +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Taispeáin %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format msgctxt "@info:status" msgid "Unknown size" -msgstr "Óstríomhaire anaithnid" +msgstr "Méid anaithnid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6165,8 +6274,8 @@ msgstr "" "Á Ríomh... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6176,8 +6285,8 @@ msgstr[2] "%1 chomhad" msgstr[3] "%1 gcomhad" msgstr[4] "%1 comhad" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6187,104 +6296,98 @@ msgstr[2] "%1 fhofhillteán" msgstr[3] "%1 bhfofhillteán" msgstr[4] "%1 fofhillteán" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 -#, fuzzy, kde-format -#| msgid "Calculating..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format msgid "Calculating...\n" -msgstr "Á Áireamh..." +msgstr "Ag ríomh...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 -#, fuzzy, kde-format -#| msgid "At least %1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format msgid "At least %1\n" -msgstr "%1 ar a laghad" +msgstr "Ar a laghad %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Is folamh é an t-ainm comhaid nua." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 -#, fuzzy, kde-format -#| msgid "&Supported file types:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format msgid "No registered file type" -msgstr "&Cineálacha comhaid a dtacaítear leo:" +msgstr "Gan aon chineál comhaid cláraithe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 -#, fuzzy, kde-format -#| msgid "Choose Application" +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format msgid "No associated application" -msgstr "Roghnaigh Feidhmchlár" +msgstr "Gan aon fheidhmchlár gaolmhar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 -#, fuzzy, kde-format -#| msgid "Created:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "Cruthaithe:" +msgstr "Cruthaigh…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 -#, fuzzy, kde-format -#| msgid "C&hange..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "A&thraigh..." +msgstr "Athraigh…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Accessed:" -msgid "No Access" -msgstr "Rochtain:" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -msgid "Can Only View" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." msgstr "" +"Athraigh an feidhmchlár réamhshocraithe chun comhaid den chineál “%1” a " +"oscailt." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "Gan Rochtain" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can Only View" +msgstr "Ní féidir ach féachaint air" # applies to folders -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#, fuzzy -#| msgid "Can View & Modify Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "Ábhar Infheicthe agus Inathraithe" +msgstr "Is féidir féachaint air agus é a mhodhnú" # applies to folders -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "Ábhar Infheicthe" +msgstr "Ní féidir ach ábhar a fheiceáil" # applies to folders -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Ábhar Infheicthe agus Inathraithe" # applies to folders -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "Ábhar Infheicthe" +msgstr "Ní féidir ach ábhar a fheiceáil/a léamh" # applies to "mixed" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Infheicthe/Inléite agus Inathraithe/Inscríofa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Ceadanna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Ceadanna Rochtana" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6294,78 +6397,76 @@ msgstr[2] "Tá gach comhad ina nasc agus nach bhfuil ceadanna acu." msgstr[3] "Tá gach comhad ina nasc agus nach bhfuil ceadanna acu." msgstr[4] "Tá gach comhad ina nasc agus nach bhfuil ceadanna acu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Is féidir leis an úinéir amháin ceadanna a athrú." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Úi&néir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Sonraigh na gníomhartha atá ceadaithe don úinéir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grúpa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Sonraigh na gníomhartha atá ceadaithe do bhaill an ghrúpa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Eile:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "Sonraigh na gníomhartha atá ceadaithe do gach duine eile." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "" -"Is féidi&r leis an úinéir amháin fillteán a athainmniú nó a inneachar a " -"scriosadh" +msgstr "Ní féidir ach l&eis an úinéir ábhar a scriosadh nó a athainmniú" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Ceadaíonn an bhratach seo an comhad a rith mar ríomhchlár." +msgstr "C&eadaigh comhad a fhorghníomhú mar chlár" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Ainm úsáideora réamhshocraithe:" +msgstr "Scrios nó athainmnigh:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "E&xecute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Rith" +msgstr "Rith:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" +"Cumasaigh an rogha seo chun ligean d’úinéir an fhillteáin amháin na comhaid " +"agus na fillteáin atá ann a scriosadh nó a athainmniú. Ní féidir le " +"húsáideoirí eile ach comhaid nua a chur leis, agus teastaíonn cead " +"‘Inneachar a Mhodhnú’ chuige sin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6375,43 +6476,43 @@ msgstr "" "seo ach ar ríomhchláir agus ar scripteanna. Tá gá leis más mian leat iad a " "rith." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "C&eadanna Casta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Úinéireacht" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Úsáideoir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grúpa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" "Cuir na hathruithe i bhfeidhm ar gach fofhillteán agus ar a n-inneachar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Ceadanna Casta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Aicme" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6420,22 +6521,22 @@ msgstr "" "Taispeáin\n" "Iontrálacha" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ceadaíonn an bratach seo inneachar an fhillteáin a bheith léite." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Léigh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Ceadaíonn an bratach Inléite inneachar an chomhaid a bheith léite." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6444,51 +6545,54 @@ msgstr "" "Scríobh\n" "Iontrálacha" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" +"Ceadaíonn an bratach seo comhaid a chur leis, a athainmniú agus a scriosadh. " +"Tabhair faoi deara gur féidir scriosadh agus athainmniú a theorannú tríd an " +"mbratach Greamaitheach a úsáid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Scríobh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Ceadaíonn an bhratach 'Inscríofa' inneachar an chomhaid a bheith athraithe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Téigh Isteach" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Ceadaíonn an bhratach seo dul isteach san fhillteán." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Rith" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Ceadaíonn an bhratach seo an comhad a rith mar ríomhchlár." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speisialta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6497,7 +6601,7 @@ msgstr "" "Bratach speisialta. Bailí don fhillteán iomlán. Tig leat brí bheacht na " "brataí a fheiceáil sa cholún ar thaobh na láimhe dheise." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6506,17 +6610,17 @@ msgstr "" "Bratach speisialta. Tig leat brí bheacht na brataí a fheiceáil sa cholún ar " "thaobh na láimhe dheise." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Úsáideoir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grúpa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6525,7 +6629,7 @@ msgstr "" "Leis an mbratach seo, beidh úinéir an fhillteáin ina (h)úinéir ar gach " "comhad nua." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6534,7 +6638,7 @@ msgstr "" "Má tá an comhad seo inrite agus má tá an bhratach socraithe, beidh sé rite " "le ceadanna an úinéara." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6542,7 +6646,7 @@ msgstr "" "Leis an mbratach seo, úsáidfear grúpa an fhillteáin mar ghrúpa gach comhaid " "nua." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6551,7 +6655,7 @@ msgstr "" "Má tá an comhad seo inrite agus má tá an bhratach socraithe, beidh sé rite " "le ceadanna an ghrúpa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6562,7 +6666,7 @@ msgstr "" "Gan an bhratach seo, tá gach duine a bhfuil cead scríofa ar an bhfillteán " "aige in ann na rudaí seo a dhéanamh." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6571,33 +6675,33 @@ msgstr "" "Déantar neamhaird den bhratach 'Greamaitheach' ar Linux, ach baintear úsáid " "aisti ar chórais áirithe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Socraigh Aitheantas an Úsáideora" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Socraigh Aitheantas an Ghrúpa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Greamaitheach" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Nasc" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Athraitheach (Gan Athrú)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6607,7 +6711,7 @@ msgstr[2] "Úsáideann na comhaid seo ardcheadanna." msgstr[3] "Úsáideann na comhaid seo ardcheadanna." msgstr[4] "Úsáideann na comhaid seo ardcheadanna." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6617,108 +6721,121 @@ msgstr[2] "Úsáideann na fillteáin seo ardcheadanna." msgstr[3] "Úsáideann na fillteáin seo ardcheadanna." msgstr[4] "Úsáideann na fillteáin seo ardcheadanna." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Úsáideann na comhaid seo ardcheadanna." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "S&uimeannaSeiceála" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Á Áireamh..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "Suim seiceála neamhbhailí." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "Ní suim sheiceála bhailí MD5, SHA1 ná SHA256 an t-ionchur a tugadh." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "Tá suimeanna seiceála ag teacht le chéile." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" +"Tá an tsuim seiceála ríofa agus an tsuim seiceála a bhfuiltear ag súil léi " +"ag teacht le chéile." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" "downloading the file.
      If the verification still fails, contact the " "source of the file." msgstr "" +"

      Ní hionann na suimeanna seiceála.

      D’fhéadfadh sé seo a bheith mar " +"gheall ar íoslódáil lochtach. Déan iarracht an comhad a athíoslódáil.
      Mura n-éiríonn leis an bhfíorú fós, déan teagmháil le foinse an chomhaid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" +"Tá difríocht idir an tsuim seiceála ríofa agus an tsuim seiceála ionchais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "Ag fíorú suime seiceála…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Tá suimeanna seiceála na gcomhad uile comhionann." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Tá suimeanna seiceála difriúla ag na comhaid roghnaithe." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Ag ríomh…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 -#, fuzzy, kde-format -#| msgid "Only executables on local file systems are supported." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "Tacaítear le comhaid inrite ar chórais comhad logánta amháin." +msgstr "" +"Níorbh fhéidir airíonna a shábháil. Ní thacaítear ach le hiontrálacha ar " +"chórais chomhad áitiúla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Feidhmchlár" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" -msgstr "" +msgstr "Cuir Cineál Comhaid leis do %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Roghnaigh cineál nó cineálacha comhaid le cur leis:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Tacaítear le comhaid inrite ar chórais comhad logánta amháin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Ardroghanna le haghaidh %1" @@ -6743,23 +6860,23 @@ msgstr "Eisitheoir" #: widgets/ksslinfodialog.cpp:82 #, kde-format msgid "Current connection is secured with SSL." -msgstr "" +msgstr "Tá an nasc reatha slán le SSL." #: widgets/ksslinfodialog.cpp:86 #, kde-format msgid "" "The main part of this document is secured with SSL, but some parts are not." -msgstr "" +msgstr "Tá príomhchuid an doiciméid seo slán le SSL, ach níl cuid eile." #: widgets/ksslinfodialog.cpp:93 #, kde-format msgid "Some of this document is secured with SSL, but the main part is not." -msgstr "" +msgstr "Tá cuid den doiciméad seo slán le SSL, ach níl an príomhchuid." #: widgets/ksslinfodialog.cpp:97 #, kde-format msgid "Current connection is not secured with SSL." -msgstr "" +msgstr "Níl an nasc reatha slán le SSL." #: widgets/ksslinfodialog.cpp:139 #, kde-format @@ -6810,39 +6927,38 @@ msgstr "%1 go %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "Cuardaigh '%1' le" #: widgets/kurifiltersearchprovideractions.cpp:85 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Create New" -#| msgid "%1" +#, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure &Policy..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Cumraigh &Polasaí..." +msgstr "Cumraigh Aicearraí Gréasáin…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Oscail dialóg chomhaid" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Ainm comhaid d'inneachar na gearrthaisce:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "comhad greamaithe" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6852,129 +6968,129 @@ msgstr "" "sonraí oiriúnach a thuilleadh. Déan cóip eile den rud ba mhian leat a " "ghreamú." -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "One Folder" -#| msgid_plural "%1 Folders" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "Fillteán Amháin" +msgstr "Greamaigh Fillteán Amháin" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "&Paste File" -#| msgid_plural "&Paste %1 Files" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "&Greamaigh Comhad" +msgstr "Greamaigh Comhad Amháin" -#: widgets/paste.cpp:264 -#, fuzzy, kde-format -#| msgid "One Item" -#| msgid_plural "%1 Items" +#: widgets/paste.cpp:252 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "%1 Mhír " -msgstr[1] "%1 Mhír" -msgstr[2] "%1 Mhír" -msgstr[3] "%1 Mír" -msgstr[4] "%1 Mír" +msgstr[0] "Greamaigh Mír Amháin" +msgstr[1] "Greamaigh %1 Míreanna" +msgstr[2] "Greamaigh %1 Míreanna" +msgstr[3] "Greamaigh %1 Míreanna" +msgstr[4] "Greamaigh %1 Míreanna" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "&Greamaigh Inneachar na Gearrthaisce" +msgstr "Greamaigh Ábhar an Ghearrthaisce…" -#: widgets/paste.cpp:270 -#, fuzzy, kde-format -#| msgid "Paste" +#: widgets/paste.cpp:258 +#, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Greamaigh" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "Formáid na sonraí:" +msgstr "" -#: widgets/pastejob.cpp:71 -#, fuzzy, kde-format -#| msgid "Filename for clipboard content:" -msgid "Filename for dropped contents:" +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" msgstr "Ainm comhaid d'inneachar na gearrthaisce:" -#: widgets/renamedialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Date: %1" -msgstr "Tiomántán: %1" +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "Ainm comhaid don ábhar a scaoileadh:" #: widgets/renamedialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Size:" -msgid "Size: %1" -msgstr "Méid:" +#, kde-format +msgid "Date: %1" +msgstr "Dáta: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "Méid: %1" + +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Cuir i bhfeidhm &ar gach rud" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Athainmnigh" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Mol Ainm &Nua" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ná bac leis" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Ná déan cóip de agus ná bog an fillteán seo; téigh ar aghaidh go dtí an " "chéad mhír eile" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Ná déan cóip de agus ná bog an comhad seo; téigh ar aghaidh go dtí an chéad " "mhír eile" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Scríobh I" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6982,27 +7098,32 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" +"Déanfar comhaid agus fillteáin a chóipeáil isteach san eolaire atá ann " +"cheana féin, mar aon leis an ábhar atá ann cheana féin.\n" +"Cuirfear ceist ort arís i gcás coimhlinte le comhad atá ann cheana féin san " +"eolaire." -#: widgets/renamedialog.cpp:269 -#, fuzzy, kde-format -#| msgid "Overwrite File?" +#: widgets/renamedialog.cpp:319 +#, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "Forscríobh an Comhad?" +msgstr "&Scríobh comhaid níos sine" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" +"Scríobhfar comhaid cheann scríbe a bhfuil amanna modhnaithe níos sine acu " +"leis an bhfoinse, agus seachnófar iad murach sin." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Lean ar aghaidh" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7011,187 +7132,314 @@ msgstr "" "Scríobhfadh an gníomh seo '%1' air féin.\n" "Iontráil ainm nua ar an gcomhad:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Lean ar aghaidh" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "Forscríobhfaidh an gníomh seo an comhad sprice." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "Forscríobhfaidh an gníomh seo an comhad sprice." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Comhad Foinse" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Comhad Sprice" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is more recent." -msgstr "Rabhadh: tá an comhad sprice níos nuaí." - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is older." -msgstr "Rabhadh: tá an comhad sprice níos nuaí." - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "Ar mhaith leat an ceann scríbe a athscríobh?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "Ar mhaith leat ábhar '%1' a chumasc le '%2'?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "Is foinse níos déanaí í." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "Tá an fhoinse níos sine." + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "Rabhadh: tá an comhad sprice níos nuaí." +msgstr "Tá an fhoinse níos lú faoi %1." -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "the extension %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "an iarmhír: %1" +msgstr "Tá an fhoinse níos mó faoi %1." -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "Is folamh é an t-ainm comhaid nua." +msgstr "Tá na comhaid comhionann." -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "Is folamh é an t-ainm comhaid nua." +msgstr "Is cosúil go bhfuil na comhaid mar an gcéanna." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "Is folamh é an t-ainm comhaid nua." +msgstr "Tá na comhaid difriúil." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"Is dócha go mbeidh na comhaid mar a chéile: tá an méid céanna acu agus tá a " +"n-ábhar mar a chéile ag an tús, sa lár agus ag an deireadh." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Déan Comparáid Comhaid" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Tá mír níos sine darb ainm '%1' ann cheana." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Tá comhad cosúil leis seo darb ainm %1 ann cheana." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Tá mír níos nuaí darb ainm '%1' ann cheana." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Athainmnigh:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Athainmnigh" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Athainmnigh" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Athainmnigh" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "Athainmnigh an mhír %1 go:" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Tá comhad darb ainm %1 ann cheana féin." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "Ní ainm comhaid bailí é %1." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Athainmnigh an mhír roghnaithe %1 go:" +msgstr[1] "Athainmnigh na %1 mhír roghnaithe go:" +msgstr[2] "Athainmnigh na %1 mhír roghnaithe go:" +msgstr[3] "Athainmnigh na %1 mhír roghnaithe go:" +msgstr[4] "Athainmnigh na %1 mhír roghnaithe go:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "Cuirfear uimhreacha ag dul in airde in ionad # ag tosú le:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "Ainm comhaid:" +msgstr "Ainm nua #" -#: widgets/renamefiledialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Change the selected identifier text." -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Athraigh an téacs roghnaithe aitheantais." -msgstr[1] "Athraigh an téacs roghnaithe aitheantais." -msgstr[2] "Athraigh an téacs roghnaithe aitheantais." -msgstr[3] "Athraigh an téacs roghnaithe aitheantais." -msgstr[4] "Athraigh an téacs roghnaithe aitheantais." - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +"Ainm comhaid neamhbhailí: Ba chóir go mbeadh seicheamh amháin de # san ainm " +"nua, mura bhfuil síntí comhaid difriúla ag na comhaid go léir." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Athainmnigh an mhír roghnaithe %1 le:" +msgstr[1] "Athainmnigh na %1 mhír roghnaithe le:" +msgstr[2] "Athainmnigh na %1 mhír roghnaithe le:" +msgstr[3] "Athainmnigh na %1 mhír roghnaithe le:" +msgstr[4] "Athainmnigh na %1 mhír roghnaithe le:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Athsholáthar:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patrún" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Le:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Athsholáthar" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Níl an patrún in aon ainm comhaid." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Dá gcuirfí rud eile in ionad “%1”, bheadh ​​ainm comhaid folamh ar " +"%2." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Athainmnigh an mhír roghnaithe %1:" +msgstr[1] "Athainmnigh na %1 mhír roghnaithe:" +msgstr[2] "Athainmnigh na %1 mhír roghnaithe:" +msgstr[3] "Athainmnigh na %1 mhír roghnaithe:" +msgstr[4] "Athainmnigh na %1 mhír roghnaithe:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Cuir Téacs leis:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Téacs le cur leis" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Roimh ainm comhaid" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Tar éis ainm comhaid" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Athainmnigh Mír" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Athainmnigh Míreanna" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Athainmnigh" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Conas athainmniú:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Áirigh" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Cuir téacs in ionad" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Cuir téacs leis" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Réamhamharc:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"Ní féidir %1 a athainmniú go hainm comhaid folamh." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Eolas" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ionadaigh" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Atriail" -#: widgets/skipdialog.cpp:60 -#, fuzzy, kde-format -#| msgid "Replace" +#: widgets/skipdialog.cpp:61 +#, kde-format msgid "Replace All" -msgstr "Ionadaigh" +msgstr "Ionadaigh Gach Rud" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ná bac leis" -#: widgets/skipdialog.cpp:71 -#, fuzzy, kde-format -#| msgid "Skip" +#: widgets/skipdialog.cpp:72 +#, kde-format msgid "Skip All" -msgstr "Ná bac leis" +msgstr "Léim ar Gach Rud" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 @@ -7275,7 +7523,7 @@ msgstr "" "Níor sheol an cianfhreastalaí aon teastais SSL.\n" "Ní féidir aitheantas an óstríomhaire a fhíorú. Á thobscor." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7292,6 +7540,9 @@ msgid "" "filename>This action cannot be undone." msgstr "" +"An bhfuil tú cinnte gur mhaith leat an mhír seo a scriosadh go buan?%1Ní féidir an " +"gníomh seo a chealú." #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -7303,2944 +7554,190 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"An bhfuil tú cinnte gur mhaith leat an mhír %1 seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[1] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[2] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[3] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." msgstr[4] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a scriosadh go buan?Ní féidir an gníomh seo a chealú." #: widgets/widgetsaskuseractionhandler.cpp:253 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" +"Tá an bruscar ró-lán chun an comhad seo a ghlacadh. An bhfuil tú ag iarraidh " +"é a scriosadh go buan ina ionad?%1Ní féidir an gníomh seo a chealú." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Tá an bruscar ró-lán chun an comhad %1 seo a ghlacadh. An bhfuil tú ag " +"iarraidh é a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." +msgstr[1] "" +"Tá an bruscar ró-lán chun na %1 comhad seo a ghlacadh. An bhfuil tú ag " +"iarraidh iad a scriosadh go buan ina ionad?Ní féidir an gníomh seo a chealú." +msgstr[2] "" +"Tá an bruscar ró-lán chun na %1 comhad seo a ghlacadh. An bhfuil tú ag " +"iarraidh iad a scriosadh go buan ina ionad?Ní féidir an gníomh seo a chealú." +msgstr[3] "" +"Tá an bruscar ró-lán chun na %1 comhad seo a ghlacadh. An bhfuil tú ag " +"iarraidh iad a scriosadh go buan ina ionad?Ní féidir an gníomh seo a chealú." +msgstr[4] "" +"Tá an bruscar ró-lán chun na %1 comhad seo a ghlacadh. An bhfuil tú ag " +"iarraidh iad a scriosadh go buan ina ionad?Ní féidir an gníomh seo a chealú." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Níl an bruscar ar fáil do shuíomh na míre seo. An bhfuil tú ag iarraidh é a " +"scriosadh go buan ina ionad?%1Ní féidir an gníomh seo a chealú." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" +"Níl an bruscar ar fáil don áit ina bhfuil an mhír %1 seo. An bhfuil tú ag " +"iarraidh é a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." msgstr[1] "" +"Níl an bruscar ar fáil do shuíomh na %1 mír seo. An bhfuil tú ag iarraidh " +"iad a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." msgstr[2] "" +"Níl an bruscar ar fáil do shuíomh na %1 mír seo. An bhfuil tú ag iarraidh " +"iad a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." msgstr[3] "" +"Níl an bruscar ar fáil do shuíomh na %1 mír seo. An bhfuil tú ag iarraidh " +"iad a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." msgstr[4] "" +"Níl an bruscar ar fáil do shuíomh na %1 mír seo. An bhfuil tú ag iarraidh " +"iad a scriosadh go buan ina ionad?Ní " +"féidir an gníomh seo a chealú." -#: widgets/widgetsaskuseractionhandler.cpp:288 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[1] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[2] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[3] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" -msgstr[4] "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" +msgstr[0] "" +"An bhfuil tú cinnte gur mhaith leat an mhír %1 seo a bhogadh chuig an " +"mBruscar?" +msgstr[1] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[2] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[3] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" +msgstr[4] "" +"An bhfuil tú cinnte gur mhaith leat na %1 mhír seo a bhogadh chuig an " +"mBruscar?" -#: widgets/widgetsaskuseractionhandler.cpp:343 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" -msgstr "Ná fiafraigh díom arís" +msgstr "Ná fiafraigh arís" -#: widgets/widgetsaskuseractionhandler.cpp:386 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format msgctxt "@option:check" msgid "Do not ask again" -msgstr "Ná fiafraigh díom arís" +msgstr "Ná fiafraigh arís" -#: widgets/widgetsaskuseractionhandler.cpp:412 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "Ná fiafraigh díom arís" +msgstr "Ná taispeáin an teachtaireacht seo arís" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Tá teastas SSL an chomhghleacaí truaillithe." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 -#, fuzzy, kde-format -#| msgctxt "Warning about executing unknown .desktop file" -#| msgid "Warning" +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Rabhadh" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Tosóidh sé seo an ríomhchlár:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Mura bhfuil muinín agat as an ríomhchlár seo, cliceáil 'Cealaigh'" -#~ msgid "Is &executable" -#~ msgstr "&Inrite" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Seoladh comhaid inrite gan iarraidh" -#~ msgid "New Folder..." -#~ msgstr "Fillteán Nua..." +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Oscail comhaid inrite san fheidhmchlár réamhshocraithe gan iarraidh" -#, fuzzy -#~| msgid "Add..." -#~ msgctxt "@action:button" -#~ msgid "Add..." -#~ msgstr "Cuir Leis..." - -#, fuzzy -#~| msgid "Edit" -#~ msgctxt "@action:button" -#~ msgid "Edit..." -#~ msgstr "Eagar" - -#, fuzzy -#~| msgctxt "@title:menu" -#~| msgid "&Open With..." -#~ msgctxt "@title:menu" -#~ msgid "&Open Folder With..." -#~ msgstr "&Oscail Le..." - -#~ msgctxt "@title:menu" -#~ msgid "&Open With..." -#~ msgstr "&Oscail Le..." - -#, fuzzy -#~| msgid "&Paste Clipboard Contents" -#~ msgctxt "@action:inmenu" -#~ msgid "Paste Clipboard Contents..." -#~ msgstr "&Greamaigh Inneachar na Gearrthaisce" - -#, fuzzy -#~| msgctxt "@title:window" -#~| msgid "New Folder" -#~ msgctxt "@title:window" -#~ msgid "New File" -#~ msgstr "Fillteán Nua" - -#~ msgctxt "@title:window" -#~ msgid "New Folder" -#~ msgstr "Fillteán Nua" - -#~ msgid "*|All Files" -#~ msgstr "*|Gach Comhad" - -#~ msgid "The server does not support the WebDAV protocol." -#~ msgstr "Ní thacaíonn an freastalaí leis an bprótacal WebDAV." - -#~ msgid "Sending data to %1" -#~ msgstr "Sonraí á seoladh chuig %1" - -#~ msgid "Retrieving %1 from %2..." -#~ msgstr "%1 á fháil ó %2..." - -#~ msgid "Authentication Failed." -#~ msgstr "Theip ar Fhíordheimhniú." - -#~ msgid "Authorization failed." -#~ msgstr "Theip ar údarú." - -#~ msgid "Unknown Authorization method." -#~ msgstr "Modh anaithnid údaraithe." - -#~ msgid "" -#~ "You are about to leave secure mode. Transmissions will no longer be " -#~ "encrypted.\n" -#~ "This means that a third party could observe your data in transit." -#~ msgstr "" -#~ "Tá tú ar tí an mód slán a fhágáil. Ní chripteofar cumarsáid a " -#~ "thuilleadh.\n" -#~ "Dá bharr seo, b'fhéidir le daoine eile do chuid sonraí a fheiceáil." - -#~ msgid "Security Information" -#~ msgstr "Eolas Slándála" - -#~ msgid "C&ontinue Loading" -#~ msgstr "&Lean ag Luchtú" - -#~ msgctxt "%1 is a host name" -#~ msgid "%1: SSL negotiation failed" -#~ msgstr "%1: Theip ar chaibidlíocht SSL" - -#~ msgid "" -#~ "You are about to enter secure mode. All transmissions will be encrypted " -#~ "unless otherwise noted.\n" -#~ "This means that no third party will be able to easily observe your data " -#~ "in transit." -#~ msgstr "" -#~ "Tá tú ar tí an mód slán a thosú. Cripteofar gach cumarsáid mura léirítear " -#~ "a mhalairt.\n" -#~ "Dá bharr seo, ní bheidh daoine eile in ann do chuid sonraí a fheiceáil go " -#~ "héasca." - -#~ msgid "Display SSL &Information" -#~ msgstr "Ta&ispeáin Eolas faoi SSL" - -#~ msgid "C&onnect" -#~ msgstr "&Ceangail" - -#~ msgid "Could not find a usable proxy configuration script" -#~ msgstr "" -#~ "Níorbh fhéidir script chumraíochta an tseachfhreastalaí atá inúsáidte a " -#~ "aimsiú" - -#~ msgid "" -#~ "Could not download the proxy configuration script:\n" -#~ "%1" -#~ msgstr "" -#~ "Níorbh fhéidir script chumraíochta an tseachfhreastalaí a íosluchtú:\n" -#~ "%1" - -#~ msgid "Could not download the proxy configuration script" -#~ msgstr "Níorbh fhéidir script chumraíochta an tseachfhreastalaí a íosluchtú" - -#~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" -#~ msgstr "Níorbh fhéidir 'FindProxyForURL' nó 'FindProxyForURLEx' a aimsiú" - -#, fuzzy -#~| msgid "Cannot open file" -#~ msgid "Cannot Save Cookies" -#~ msgstr "Ní féidir an comhad a oscailt" - -#, fuzzy -#~| msgid "" -#~| "Could not create symlink %1.\n" -#~| "Please check permissions." -#~ msgid "Could not remove %1, check permissions" -#~ msgstr "" -#~ "Níorbh fhéidir nasc siombalach %1 a chruthú.\n" -#~ "Seiceáil na ceadanna." - -#, fuzzy -#~| msgid "Could not write to %1." -#~ msgid "Could not create directory %1" -#~ msgstr "Níorbh fhéidir scríobh ar %1." - -#~ msgctxt "%2 hostname, %3 optional cross domain suffix (translated below)" -#~ msgid "" -#~ "

      You received a cookie from
      %2%3
      Do you want to accept " -#~ "or reject this cookie?

      " -#~ msgid_plural "" -#~ "

      You received %1 cookies from
      %2%3
      Do you want to accept " -#~ "or reject these cookies?

      " -#~ msgstr[0] "" -#~ "

      Fuair tú fianán amháin ó
      %2%3
      An bhfuil fonn ort " -#~ "glacadh leis an bhfianán seo nó á a dhiúltú?

      " -#~ msgstr[1] "" -#~ "

      Fuair tú %1 fhianán ó
      %2%3
      An bhfuil fonn ort glacadh " -#~ "leis na fianáin seo nó iad a dhiúltú?

      " -#~ msgstr[2] "" -#~ "

      Fuair tú %1 fhianán ó
      %2%3
      An bhfuil fonn ort glacadh " -#~ "leis na fianáin seo nó iad a dhiúltú?

      " -#~ msgstr[3] "" -#~ "

      Fuair tú %1 fhianán ó
      %2%3
      An bhfuil fonn ort glacadh " -#~ "leis na fianáin seo nó iad a dhiúltú?

      " -#~ msgstr[4] "" -#~ "

      Fuair tú %1 fhianán ó
      %2%3
      An bhfuil fonn ort glacadh " -#~ "leis na fianáin seo nó iad a dhiúltú?

      " - -#~ msgctxt "@item:intext cross domain cookie" -#~ msgid " [Cross Domain]" -#~ msgstr " [Trasfhearann]" - -#~ msgid "Details" -#~ msgstr "Mionsonraí" - -#~ msgid "See or modify the cookie information" -#~ msgstr "Iniúch nó athraigh faisnéis an fhianáin" - -#~ msgid "&Accept" -#~ msgstr "G&lac Leis" - -#~ msgid "&Reject" -#~ msgstr "&Diúltaigh" - -#~ msgid "Apply Choice To" -#~ msgstr "Cuir Rogha i bhFeidhm Ar" - -#~ msgid "&Only this cookie" -#~ msgstr "An fianán seo &amháin" - -#~ msgid "&Only these cookies" -#~ msgstr "Na fianáin seo &amháin" - -#~ msgid "All cookies from this do&main" -#~ msgstr "Gach fia&nán ón fhearann seo" - -#~ msgid "All &cookies" -#~ msgstr "Ga&ch Fianán" - -#~ msgid "Cookie Details" -#~ msgstr "Mionsonraí an Fhianáin" - -#~ msgid "Name:" -#~ msgstr "Ainm:" - -#~ msgid "Value:" -#~ msgstr "Luach:" - -#~ msgid "Expires:" -#~ msgstr "Le síothlú:" - -#~ msgid "Path:" -#~ msgstr "Conair:" - -#~ msgid "Domain:" -#~ msgstr "Fearann:" - -#, fuzzy -#~| msgid "Exposure:" -#~ msgctxt "" -#~ "@label a description string of how 'accessible' the cookie is (e.g. see " -#~ "exposure string in this file)" -#~ msgid "Exposure:" -#~ msgstr "Nochtadh:" - -#~ msgctxt "Next cookie" -#~ msgid "&Next >>" -#~ msgstr "&Ar Aghaidh >>" - -#~ msgid "Show details of the next cookie" -#~ msgstr "Taispeáin mionsonraí an chéad fhianáin eile" - -#, fuzzy -#~| msgid "Not specified" -#~ msgctxt "@label cookie has no explicit 'Domain' value specified" -#~ msgid "Not specified" -#~ msgstr "Gan sonrú" - -#, fuzzy -#~| msgid "End of Session" -#~ msgctxt "@label the cookie expires when the browser session ends" -#~ msgid "End of Session" -#~ msgstr "Deireadh an tSeisiúin" - -#, fuzzy -#~| msgid "Secure servers only" -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by https servers" -#~ msgid "Secure servers only" -#~ msgstr "Freastalaithe slána amháin" - -#, fuzzy -#~| msgid "Secure servers, page scripts" -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by https servers AND " -#~ "client-side javascripts" -#~ msgid "Secure servers, page scripts" -#~ msgstr "Freastalaithe slána, scripteanna leathanaigh" - -#, fuzzy -#~| msgid "Servers" -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by http servers" -#~ msgid "Servers" -#~ msgstr "Freastalaithe" - -#, fuzzy -#~| msgid "Servers, page scripts" -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by http servers AND " -#~ "client-side javascripts" -#~ msgid "Servers, page scripts" -#~ msgstr "Freastalaithe, scripteanna leathanaigh" - -#, fuzzy -#~| msgid "Details" -#~ msgctxt "" -#~ "@action:button show details about a cookie that needs approval. This " -#~ "string gets >> and << appended, to visualize if the dialog expands or " -#~ "compacts!" -#~ msgid "Details" -#~ msgstr "Mionsonraí" - -#, fuzzy -#~| msgid "Remove" -#~ msgctxt "@action:inmenu" -#~ msgid "Remove" -#~ msgstr "Bain" - -#~ msgid "&Policy" -#~ msgstr "&Polasaí" - -#~ msgid "&Management" -#~ msgstr "&Bainisteoireacht" - -#~ msgid "D-Bus Communication Error" -#~ msgstr "Earráid Chumarsáide D-Bus" - -#~ msgid "Unable to delete all the cookies as requested." -#~ msgstr "Ní féidir gach fianán a scriosadh mar a iarradh." - -#~ msgid "Unable to delete cookies as requested." -#~ msgstr "Ní féidir fianáin a scriosadh mar a iarradh." - -#~ msgid "Information Lookup Failure" -#~ msgstr "Theip ar Chuardach ar Eolas" - -#~ msgid "" -#~ "Unable to retrieve information about the cookies stored on your computer." -#~ msgstr "" -#~ "Ní féidir eolas a fháil faoina fianáin atá sábháilte ar do ríomhaire." - -#~ msgid "End of session" -#~ msgstr "Deireadh an tseisiúin" - -# boolean - "secure?" -#~ msgid "Yes" -#~ msgstr "Tá" - -#~ msgid "Search" -#~ msgstr "Cuardach" - -#~ msgid "Search interactively for domains and hosts" -#~ msgstr "Déan cuardach go hidirghníomhach ar fhearainn agus ar óstríomhairí" - -#~ msgid "Site" -#~ msgstr "Suíomh" - -#~ msgid "Cookie Name" -#~ msgstr "Ainm an Fhianáin" - -#~ msgid "D&elete" -#~ msgstr "S&crios" - -#~ msgid "Delete A&ll" -#~ msgstr "Scrios Ui&le" - -#~ msgid "Configure &Policy..." -#~ msgstr "Cumraigh &Polasaí..." - -#~ msgid "&Reload List" -#~ msgstr "&Athluchtaigh Liosta" - -#~ msgid "Secure:" -#~ msgstr "Daingean:" - -#~ msgctxt "@title:window" -#~ msgid "Change Cookie Policy" -#~ msgstr "Athraigh Polasaí Fianán" - -#~ msgctxt "@title:window" -#~ msgid "New Cookie Policy" -#~ msgstr "Polasaí Nua Fianán" - -#~ msgid "" -#~ "A policy already exists for
      %1
      Do you want to " -#~ "replace it?
      " -#~ msgstr "" -#~ "Tá polasaí ann cheana le haghaidh
      %1
      An bhfuil " -#~ "fonn ort an ceann nua a chur ina ionad?
      " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Policy" -#~ msgstr "Polasaí Dúblach" - -#~ msgid "" -#~ "Unable to communicate with the cookie handler service.\n" -#~ "Any changes you made will not take effect until the service is restarted." -#~ msgstr "" -#~ "Ní féidir dul i dteagmháil le seirbhís láimhseáil na bhfianán.\n" -#~ "Ní chuirfear do chuid athruithe i bhfeidhm go dtí go n-atosófar an " -#~ "tseirbhís." - -#~ msgid "" -#~ "\n" -#~ "

      Enable cookie support. Normally you will want to have cookie support " -#~ "enabled and customize it to suit your privacy needs.

      \n" -#~ "Please note that disabling cookie support might make many web sites " -#~ "unbrowsable.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "

      Cumasaigh fianáin. De ghnáth, ba chóir duit fianáin a chumasú agus iad " -#~ "a chumrú a bheith in oiriúint do do riachtanais slándála.

      \n" -#~ "Tabhair faoi deara nach mbeidh tú in ann suímh Ghréasáin áirithe a " -#~ "bhrabhsáil gan fianáin a bheith chumasaithe.

      \n" -#~ "
      " - -#~ msgid "Enable coo&kies" -#~ msgstr "Cumasaigh na &fianáin" - -#~ msgid "" -#~ "\n" -#~ "Reject the so called third-party cookies. These are cookies that " -#~ "originate from a site other than the one you are currently browsing. For " -#~ "example, if you visit www.foobar.com while this option is on, only " -#~ "cookies that originate from www.foobar.com will be processed per your " -#~ "settings. Cookies from any other site will be rejected. This reduces the " -#~ "chances of site operators compiling a profile about your daily browsing " -#~ "habits.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Diúltaigh fianáin \"tríú páirtí\". Fianáin a thagann as suíomh seachas an " -#~ "suíomh atá tú ag brabhsáil faoi láthair. Mar shampla, má thugann tú " -#~ "cuairt ar www.foobar.com agus an rogha seo cumasaithe, ní " -#~ "phróiseálfar ach fianáin a thagann as www.foobar.com de réir do " -#~ "shocruithe. Diúltófar fianáin ó aon suíomh eile. Laghdaíonn sé seo " -#~ "seansanna go mbeadh riarthóir suímh éigin in ann próifíl a thiomsú maidir " -#~ "le do bhrabhsáil laethúil.\n" -#~ "" - -#~ msgid "Only acce&pt cookies from originating server" -#~ msgstr "&Glac fianáin ón fhreastalaí bunaidh amháin" - -#~ msgid "" -#~ "

      \n" -#~ "Automatically accept temporary cookies meant to expire at the end of the " -#~ "current session. Such cookies will not be stored in your computer's hard " -#~ "drive or storage device. Instead, they are deleted when you close all " -#~ "applications (e.g. your browser) that use them.

      NOTE " -#~ "Checking this option overrides your default as well as site specific " -#~ "cookie policies for session cookies.

      " -#~ msgstr "" -#~ "

      \n" -#~ "Glac le fianáin a rachaidh as feidhm ag deireadh an tseisiúin reatha go " -#~ "huathoibríoch. Ní stóráiltear a leithéid fianáin ar do dhiosca crua nó ar " -#~ "mheán stórais eile. Ina áit sin, scriosfar iad nuair a dhúnfaidh tú na " -#~ "feidhmchláir atá ag baint úsáide astu (m.sh. do bhrabhsálaí).

      NÓTA: Má chuireann tú tic sa bhosca seo agus an chéad cheann " -#~ "eile, sáróidh sé an polasaí réamhshocraithe fianán in éineacht le haon " -#~ "pholasaithe atá agat do shuímh ar leith.

      " - -#~ msgid "Automaticall&y accept session cookies" -#~ msgstr "Glac le fianáin seisiúin go &huathoibríoch" - -#~ msgid "" -#~ "\n" -#~ "Determines how cookies received from a remote machine will be handled: \n" -#~ "
        \n" -#~ "
      • Ask will cause KDE to ask for your confirmation whenever a " -#~ "server wants to set a cookie.
      • \n" -#~ "
      • Accept will cause cookies to be accepted without prompting you." -#~ "
      • \n" -#~ "
      • Accept until end of session will cause cookies to be accepted " -#~ "but they will expire at the end of the session.
      • \n" -#~ "
      • Reject will cause the cookiejar to refuse all cookies it " -#~ "receives.
      • \n" -#~ "

      \n" -#~ "NOTE: Domain specific policies, which can be set below, always " -#~ "take precedence over the default policy.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Socraigh conas a dhéileálfar le fianáin a fhaightear ó chianóstach: \n" -#~ "
        \n" -#~ "
      • Fiafraigh díom: fiafróidh KDE díot gach uair a dhéanann " -#~ "freastalaí iarracht ar fhianán a shocrú.
      • \n" -#~ "
      • Glac Leo: glacfar gach fianán gan ceist a chur ort.
      • \n" -#~ "
      • Glac leo go dtí deireadh an tseisiúin: glacfar gach fianán ach " -#~ "rachaidh siad as feidhm ag deireadh an tseisiúin.
      • \n" -#~ "
      • Diúltaigh: diúltófar gach fianán.
      • \n" -#~ "

      \n" -#~ "NÓTA: Baineann polasaithe atá sainiúil d'fhearann (is féidir iad " -#~ "seo a shocrú thíos) an tosach den pholasaí réamhshocraithe i gcónaí.

      \n" -#~ "
      " - -#~ msgid "Default Policy" -#~ msgstr "Polasaí Réamhshocraithe" - -#~ msgid "Accep&t all cookies" -#~ msgstr "&Glac le gach fianán" - -#~ msgid "Accept &until end of session" -#~ msgstr "Glac &leo go dtí deireadh an tseisiúin" - -#~ msgid "Ask &for confirmation" -#~ msgstr "Fia&fraigh díom" - -#~ msgid "Re&ject all cookies" -#~ msgstr "&Diúltaigh gach fianán" - -#~ msgid "" -#~ "\n" -#~ "To add a new policy, simply click on the Add... button and supply " -#~ "the necessary information. To change an existing policy, use the " -#~ "Change... button and choose the new policy from the policy dialog " -#~ "box. Clicking on the Delete button will remove the currently " -#~ "selected policy causing the default policy setting to be used for that " -#~ "domain, whereas Delete All will remove all the site specific " -#~ "policies.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Chun polasaí nua a chur leis, cliceáil an cnaipe Cuir Leis... agus " -#~ "tabhair uait an fhaisnéis a iarrann an bosca dialóige. Chun polasaí atá " -#~ "ann a athrú, cliceáil an cnaipe Athraigh... agus roghnaigh an " -#~ "polasaí ón bhosca dialóige. Cliceáil an cnaipe Scrios chun an " -#~ "polasaí roghnaithe a scriosadh; sa chás seo úsáidfear an polasaí " -#~ "réamhshocraithe le haghaidh an fhearainn seo. Scriosfar na polasaithe go " -#~ "léir atá sainiúil do shuímh má chliceálann tú Scrios Uile.\n" -#~ "" - -#~ msgid "Site Policy" -#~ msgstr "Polasaí Suímh" - -#~ msgid "Search interactively for domains" -#~ msgstr "Déan cuardach go hidirghníomhach ar fhearainn" - -#, fuzzy -#~| msgid "Search" -#~ msgid "Search..." -#~ msgstr "Cuardach" - -#~ msgid "" -#~ "\n" -#~ "List of sites for which you have set a specific cookie policy. Specific " -#~ "policies override the default policy setting for these sites.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Liosta de shuímh a bhfuil polasaí fianáin ar leith acu. Úsáidfear na " -#~ "polasaithe seo in ionad an pholasaí réamhshocraithe le haghaidh na suíomh " -#~ "seo.\n" -#~ "" - -#~ msgid "Domain" -#~ msgstr "Fearann" - -#~ msgid "Policy" -#~ msgstr "Polasaí" - -#~ msgid "&New..." -#~ msgstr "&Nua..." - -#~ msgid "Chan&ge..." -#~ msgstr "Athr&aigh..." - -#~ msgid "Accept" -#~ msgstr "Glac Leo" - -#, fuzzy -#~| msgid "End of Session" -#~ msgid "Accept For Session" -#~ msgstr "Deireadh an tSeisiúin" - -#~ msgid "Reject" -#~ msgstr "Diúltaigh" - -#~ msgid "Ask" -#~ msgstr "Fiafraigh díom" - -#, fuzzy -#~| msgid "Do Not Store" -#~ msgid "Do Not Know" -#~ msgstr "Ná Stóráil" - -#~ msgid "" -#~ "\n" -#~ "Enter the host or domain to which this policy applies, e.g. www.kde." -#~ "org or .kde.org.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Iontráil óstríomhaire nó fearann ar chóir an polasaí seo a chur i " -#~ "bhfeidhm air, m.sh. www.kde.org.kde.org.\n" -#~ "" - -#~ msgid "Site name:" -#~ msgstr "Ainm an tsuímh:" - -#~ msgid "" -#~ "\n" -#~ "Select the desired policy:\n" -#~ "
        \n" -#~ "
      • Accept - Allows this site to set cookies
      • \n" -#~ "
      • Accept until end of session - Allows this site to set cookies " -#~ "but they will expire at the end of the session.
      • \n" -#~ "
      • Reject - Refuse all cookies sent from this site
      • \n" -#~ "
      • Ask - Prompt when cookies are received from this site
      • \n" -#~ "
      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Roghnaigh an polasaí atá uait:\n" -#~ "
        \n" -#~ "
      • Glac Leo - Ceadaigh don suíomh seo fianáin a shocrú
      • \n" -#~ "
      • Glac leo go dtí deireadh an tseisiúin - Ceadaigh don suíomh " -#~ "seo fianáin a shocrú ach rachaidh siad as feidhm ag deireadh an tseisiúin." -#~ "
      • \n" -#~ "
      • Diúltaigh - Diúltaigh don suíomh seo fianáin a shocrú
      • \n" -#~ "
      • Fiafraigh díom - Fiafraigh díom nuair a fhaighim fianán ón " -#~ "suíomh seo
      • \n" -#~ "
      \n" -#~ "
      " - -#~ msgid "Policy:" -#~ msgstr "Polasaí:" - -#~ msgid "Accept until end of session" -#~ msgstr "Glac leo go dtí deireadh an tseisiúin" - -#~ msgid "" -#~ "You have to restart the running applications for these changes to take " -#~ "effect." -#~ msgstr "" -#~ "Ní mór duit gach feidhmchlár beo a atosú chun na hathruithe seo a chur i " -#~ "bhfeidhm." - -#~ msgctxt "@title:window" -#~ msgid "Update Failed" -#~ msgstr "Theip ar Nuashonrú" - -#~ msgid "You have to restart KDE for these changes to take effect." -#~ msgstr "Ní mór duit KDE a atosú chun na hathruithe seo a chur i bhfeidhm." - -#~ msgid "Disable Passive FTP" -#~ msgstr "Díchumasaigh FTP éighníomhach" - -#~ msgid "" -#~ "When FTP connections are passive the client connects to the server, " -#~ "instead of the other way round, so firewalls do not block the connection; " -#~ "old FTP servers may not support Passive FTP though." -#~ msgstr "" -#~ "Nuair atá ceangal éighníomhach FTP agat, bunaíonn an cliant an ceangal " -#~ "leis an bhfreastalaí agus ní a mhalairt sa chaoi nach gcuireann balla " -#~ "dóiteáin bac ar an gceangal; cé go bhfuil seans ann nach dtacaíonn " -#~ "seanfhreastalaithe le FTP Éighníomhach." - -#~ msgid "Mark partially uploaded files" -#~ msgstr "Marcáil comhaid nach bhfuil ach páirt uasluchtaithe" - -#~ msgid "" -#~ "While a file is being uploaded its extension is \".part\". When fully " -#~ "uploaded it is renamed to its real name." -#~ msgstr "" -#~ "Le linn uasluchtaithe, úsáidfear iarmhír \".part\" ar chomhad. Cuirfear " -#~ "an fíorainm ar ais nuair a bheidh an t-uasluchtú críochnaithe." - -#~ msgid "Timeout Values" -#~ msgstr "Teorainneacha Ama" - -#~ msgid "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is 1 second." -#~ msgid_plural "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is %1 seconds." -#~ msgstr[0] "" -#~ "Anseo is féidir leat teorainneacha ama a shocrú. Ba chóir duit iad a " -#~ "mhionathrú má tá ceangal líonra an-mhall agat. Is é 1 soicind an luach " -#~ "uasta a cheadaítear." -#~ msgstr[1] "" -#~ "Anseo is féidir leat teorainneacha ama a shocrú. Ba chóir duit iad a " -#~ "mhionathrú má tá ceangal líonra an-mhall agat. Is é %1 shoicind an luach " -#~ "uasta a cheadaítear." -#~ msgstr[2] "" -#~ "Anseo is féidir leat teorainneacha ama a shocrú. Ba chóir duit iad a " -#~ "mhionathrú má tá ceangal líonra an-mhall agat. Is é %1 shoicind an luach " -#~ "uasta a cheadaítear." -#~ msgstr[3] "" -#~ "Anseo is féidir leat teorainneacha ama a shocrú. Ba chóir duit iad a " -#~ "mhionathrú má tá ceangal líonra an-mhall agat. Is é %1 soicind an luach " -#~ "uasta a cheadaítear." -#~ msgstr[4] "" -#~ "Anseo is féidir leat teorainneacha ama a shocrú. Ba chóir duit iad a " -#~ "mhionathrú má tá ceangal líonra an-mhall agat. Is é %1 soicind an luach " -#~ "uasta a cheadaítear." - -#~ msgid " second" -#~ msgid_plural " seconds" -#~ msgstr[0] " soicind" -#~ msgstr[1] " shoicind" -#~ msgstr[2] " shoicind" -#~ msgstr[3] " soicind" -#~ msgstr[4] " soicind" - -#~ msgid "Soc&ket read:" -#~ msgstr "Léamh soi&céid:" - -#~ msgid "Pro&xy connect:" -#~ msgstr "Ceangal seachfh&reastalaí:" - -#~ msgid "Server co&nnect:" -#~ msgstr "Ceangal &freastalaí:" - -#~ msgid "&Server response:" -#~ msgstr "Freagra frea&stalaí:" - -#, fuzzy -#~| msgid "Options" -#~ msgid "Global Options" -#~ msgstr "Roghanna" - -#~ msgid "Mark &partially uploaded files" -#~ msgstr "&Marcáil comhaid nach bhfuil ach páirt uasluchtaithe" - -#, fuzzy -#~| msgid "" -#~| "

      Marks partially uploaded FTP files.

      When this option is " -#~| "enabled, partially uploaded files will have a \".part\" extension. This " -#~| "extension will be removed once the transfer is complete.

      " -#~ msgid "" -#~ "

      Marks partially uploaded files through SMB, SFTP and other protocols.

      When this option is enabled, partially uploaded files will have a \"." -#~ "part\" extension. This extension will be removed once the transfer is " -#~ "complete.

      " -#~ msgstr "" -#~ "

      Marcáil comhaid FTP nach bhfuil ach páirt uasluchtaithe.

      Leis an " -#~ "rogha seo, cuirfear iarmhír \".part\" le comhaid uasluchtaithe nach " -#~ "bhfuil críochnaithe fós. Bainfear an iarmhír seo de nuair a bheidh an t-" -#~ "aistriú críochnaithe.

      " - -#~ msgid "FTP Options" -#~ msgstr "Roghanna FTP" - -#~ msgid "Enable passive &mode (PASV)" -#~ msgstr "Cumasaigh an &mód éighníomhach (PASV)" - -#~ msgid "" -#~ "Enables FTP's \"passive\" mode. This is required to allow FTP to work " -#~ "from behind firewalls." -#~ msgstr "" -#~ "Cumasaigh an mód \"éighníomhach\" FTP. Tá an mód seo de dhíth chun FTP a " -#~ "chur ar siúl taobh thiar de bhalla dóiteáin." - -#~ msgid "" -#~ "

      Marks partially uploaded FTP files.

      When this option is enabled, " -#~ "partially uploaded files will have a \".part\" extension. This extension " -#~ "will be removed once the transfer is complete.

      " -#~ msgstr "" -#~ "

      Marcáil comhaid FTP nach bhfuil ach páirt uasluchtaithe.

      Leis an " -#~ "rogha seo, cuirfear iarmhír \".part\" le comhaid uasluchtaithe nach " -#~ "bhfuil críochnaithe fós. Bainfear an iarmhír seo de nuair a bheidh an t-" -#~ "aistriú críochnaithe.

      " - -#~ msgid "" -#~ "\n" -#~ "Setup proxy configuration.\n" -#~ "

      \n" -#~ "A proxy server is an intermediate machine that sits between your computer " -#~ "and the Internet and provides services such as web page caching and " -#~ "filtering. Caching proxy servers give you faster access to web sites you " -#~ "have already visited by locally storing or caching those pages; filtering " -#~ "proxy servers usually provide the ability to block out requests for ads, " -#~ "spam, or anything else you want to block.\n" -#~ "

      \n" -#~ "If you are uncertain whether or not you need to use a proxy server to " -#~ "connect to the Internet, consult your Internet service provider's setup " -#~ "guide or your system administrator.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Cumraíocht an tseachfhreastalaí.\n" -#~ "

      \n" -#~ "Is éard atá i seachfhreastalaí ná ríomhaire idirmheánach a luíonn idir do " -#~ "ríomhaire agus an tIdirlíon agus a sholáthraíonn seirbhísí mar shampla " -#~ "leathanaigh Ghréasáin a chur i dtaisce agus/nó scagadh. Le " -#~ "seachfhreastalaí a bhfuil taisce aige, beidh rochtain níos tapúla agat ar " -#~ "shuímh a ndearna tú cuairt orthu cheana trí ábhar na leathanach seo a " -#~ "chur sa taisce. Le seachfhreastalaí a dhéanann scagadh, is féidir cosc a " -#~ "chur ar fhógraí, dramhphost, nó aon rud eile is mian leat cosc a chur " -#~ "air.\n" -#~ "

      \n" -#~ "Mura bhfuil tú cinnte an dteastaíonn seachfhreastalaí uait chun ceangal a " -#~ "bhunú leis an Idirlíon, téigh i gcomhairle le riarthóir do chórais, nó " -#~ "ceadaigh lámhleabhar cumraíochta ó do sholáthraí seirbhísí Idirlín.\n" -#~ "" - -#~ msgid "Connect to the Internet directly." -#~ msgstr "Déan ceangal díreach leis an Idirlíon." - -#~ msgid "No Proxy" -#~ msgstr "Gan Seachfhreastalaí" - -#, fuzzy -#~| msgid "" -#~| "\n" -#~| "Automatically detect and configure the proxy settings.

      \n" -#~| "Automatic detection is performed using the Web Proxy Auto-Discovery " -#~| "Protocol (WPAD).

      \n" -#~| "NOTE: This option might not work properly or not work at all in " -#~| "some UNIX/Linux distributions. If you encounter a problem when using " -#~| "this option, please check the FAQ section at http://konqueror.kde.org.\n" -#~| "" -#~ msgid "" -#~ "\n" -#~ "Automatically detect and configure the proxy settings.

      \n" -#~ "Automatic detection is performed using the Web Proxy Auto-Discovery " -#~ "Protocol (WPAD).

      \n" -#~ "NOTE: This option might not work properly or not work at all in " -#~ "some UNIX/Linux distributions.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Braith socruithe an tseachfhreastalaí agus cumraigh é go huathoibríoch." -#~ "

      \n" -#~ "Déanfar brath uathoibríoch tríd an Web Proxy Auto-Discovery Protocol " -#~ "(WPAD).

      \n" -#~ "NÓTA: B'fhéidir nach n-oibreoidh an rogha seo mar is ceart nó nach " -#~ "n-oibreoidh sé ar chor ar bith ar chórais áirithe UNIX/Linux. Má tá " -#~ "fadhbanna agat leis an rogha seo, féach ar na ceisteanna coitianta ag " -#~ "http://konqueror.kde.org/.\n" -#~ "" - -#~ msgid "Detect proxy configuration automatically" -#~ msgstr "Braith cumraíocht an tseachfhreastalaí go huathoibríoch" - -#~ msgid "Use the specified proxy script to configure the proxy settings." -#~ msgstr "" -#~ "Úsáid an script seachfhreastalaí roghnaithe chun socruithe an " -#~ "tseachfhreastalaí a chumrú." - -#~ msgid "Use proxy auto configuration URL:" -#~ msgstr "Úsáid URL chumraíocht an tseachfhreastalaí:" - -#~ msgid "Enter the address for the proxy configuration script." -#~ msgstr "Iontráil seoladh script chumraíocht an tseachfhreastalaí." - -#~ msgid "Use system proxy configuration:" -#~ msgstr "Úsáid cumraíocht seachfhreastalaí an chórais" - -#~ msgid "" -#~ "Attempt automatic discovery of the environment variables used for " -#~ "setting system wide proxy information.

      This feature works by searching " -#~ "for commonly used variable names such as HTTP_PROXY, FTP_PROXY and " -#~ "NO_PROXY." -#~ msgstr "" -#~ "Déan iarracht ar ainmneacha a aimsiú ar na hathróga timpeallachta a " -#~ "úsáidtear chun seachfhreastalaí an chórais a shocrú.

      Déanann an ghné " -#~ "seo cuardach ar ainmneacha coitianta mar shampla HTTP_PROXY, FTP_PROXY " -#~ "agus NO_PROXY." - -#~ msgid "Auto D&etect" -#~ msgstr "Braith go h&Uathoibríoch" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTP_PROXY, used " -#~ "to store the address of the HTTP proxy server.

      \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt automatic discovery of this variable.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Iontráil ainm na hathróige timpeallachta, m.sh. HTTP_PROXY, a " -#~ "úsáidtear chun seoladh an tseachfhreastalaí HTTP a stóráil.

      \n" -#~ "Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a " -#~ "chliceáil chun déanamh amach cad é an luach ar an athróg seo.

      \n" -#~ "
      " - -#, fuzzy -#~| msgid "FTP Proxy:" -#~ msgid "HTTP Proxy:" -#~ msgstr "Seachfhreastalaí FTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTPS_PROXY, used " -#~ "to store the address of the HTTPS proxy server.

      \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Iontráil ainm na hathróige timpeallachta, m.sh. HTTPS_PROXY, a " -#~ "úsáidtear chun seoladh an tseachfhreastalaí HTTPS a stóráil.

      \n" -#~ "Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a " -#~ "chliceáil chun déanamh amach cad é an luach ar an athróg seo.

      \n" -#~ "
      " - -#~ msgid "SSL Proxy:" -#~ msgstr "Seachfhreastalaí SSL:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. FTP_PROXY, used " -#~ "to store the address of the FTP proxy server.

      \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Iontráil ainm na hathróige timpeallachta, m.sh. FTP_PROXY, a " -#~ "úsáidtear chun seoladh an tseachfhreastalaí FTP a stóráil.

      \n" -#~ "Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a " -#~ "chliceáil chun déanamh amach cad é an luach ar an athróg seo.

      \n" -#~ "
      " - -#~ msgid "FTP Proxy:" -#~ msgstr "Seachfhreastalaí FTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, used " -#~ "to store the address of the SOCKS proxy server.

      \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Cuir isteach ainm na hathróige timpeallachta, m.sh. SOCKS_PROXY, a " -#~ "úsáidtear chun seoladh an tseachfhreastalaí SOCKS a stóráil.

      \n" -#~ "Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a " -#~ "chliceáil chun déanamh amach cad é an luach ar an athróg seo.

      \n" -#~ "
      " - -#~ msgid "SOCKS Proxy:" -#~ msgstr "Seachfhreastalaí SOCKS:" - -#, fuzzy -#~| msgid "" -#~| "Enter the name of the environment variable, e.g. SOCKS_PROXY, " -#~| "used to store the address of the SOCKS proxy server.

      Alternatively, " -#~| "you can click on the \"Auto Detect\" button to attempt an " -#~| "automatic discovery of this variable.

      " -#~ msgid "" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, " -#~ "used to store the address of the SOCKS proxy server.

      Alternatively, you " -#~ "can click on the "Auto Detect" button to attempt an " -#~ "automatic discovery of this variable.

      " -#~ msgstr "" -#~ "\n" -#~ "Cuir isteach ainm na hathróige timpeallachta, m.sh. SOCKS_PROXY, a " -#~ "úsáidtear chun seoladh an tseachfhreastalaí HTTPS a stóráil.

      Nó, " -#~ "b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a chliceáil " -#~ "chun déanamh amach cad é an luach ar an athróg seo.

      " - -#~ msgid "" -#~ "\n" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store the " -#~ "addresses of sites for which the proxy server should not be used.

      \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Iontráil ainm na hathróige timpeallachta, m.sh. NO_PROXY, a " -#~ "úsáidtear chun seoltaí nár mhaith leat seachfhreastalaí a úsáid leo a " -#~ "stóráil.

      \n" -#~ "Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a " -#~ "chliceáil chun déanamh amach cad é an luach ar an athróg seo.\n" -#~ "" - -#~ msgid "Exceptions:" -#~ msgstr "Eisceachtaí:" - -#, fuzzy -#~| msgid "" -#~| "Enter the environment variable, e.g. NO_PROXY, used to store " -#~| "the addresses of sites for which the above proxy settings should not be " -#~| "used.

      Alternatively, you can click on the \"Auto Detect\" " -#~| "button to attempt an automatic discovery of this variable.

      " -#~ msgid "" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store " -#~ "the addresses of sites for which the above proxy settings should not be " -#~ "used.

      Alternatively, you can click on the "Auto Detect" button to attempt an automatic discovery of this variable.

      " -#~ msgstr "" -#~ "Cuir isteach ainm na hathróige timpeallachta, m.sh. NO_PROXY, " -#~ "a úsáidtear chun seoltaí nár mhaith leat seachfhreastalaí a úsáid leo a " -#~ "stóráil.

      Nó, b'fhéidir leat an cnaipe \"Braith go hUathoibríoch\" a chliceáil chun déanamh amach cad é an luach ar an athróg seo.

      " - -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Taispeáin &luach na n-athróg timpeallachta" - -#~ msgid "Manually enter proxy server configuration information." -#~ msgstr "Cuir faisnéis chumraíochta an tseachfhreastalaí isteach de láimh." - -#~ msgid "Use manually specified proxy configuration:" -#~ msgstr "Socraigh cumraíocht an tseachfhreastalaí de láimh:" - -#~ msgid "Enter the address of the HTTP proxy server." -#~ msgstr "Cuir seoladh an tseachfhreastalaí HTTP isteach." - -#~ msgid "Port:" -#~ msgstr "Port:" - -#~ msgid "Enter the port number of the HTTP proxy server." -#~ msgstr "Cuir isteach uimhir phoirt an tseachfhreastalaí HTTP." - -#~ msgid "Use this proxy server for a&ll protocols" -#~ msgstr "Ú&sáid an seachfhreastalaí seo do gach prótacal" - -#~ msgid "Enter the address of the HTTPS proxy server." -#~ msgstr "Cuir seoladh an tseachfhreastalaí HTTPS isteach." - -#~ msgid "Enter the port number of the HTTPS proxy server." -#~ msgstr "Cuir isteach uimhir phoirt an tseachfhreastalaí HTTPS." - -#~ msgid "Enter the address of the FTP proxy server." -#~ msgstr "Cuir seoladh an tseachfhreastalaí FTP isteach." - -#~ msgid "Enter the port number of the FTP proxy server." -#~ msgstr "Cuir isteach uimhir phoirt an tseachfhreastalaí FTP." - -#~ msgid "Enter the address of the SOCKS proxy server." -#~ msgstr "Cuir seoladh an tseachfhreastalaí SOCKS isteach." - -#~ msgid "Enter the port number of the SOCKS proxy server." -#~ msgstr "Cuir isteach uimhir phoirt an tseachfhreastalaí SOCKS." - -#, fuzzy -#~| msgid "Use proxy settings only for addresses in the Exceptions list" -#~ msgid "" -#~ "\n" -#~ "Check this box if you want the above proxy settings to apply only to the " -#~ "addresses listed in the Exceptions list." -#~ msgstr "" -#~ "Úsáid socruithe an tseachfhreastalaí le haghaidh seoltaí sa liosta " -#~ "Eisceachtaí amháin" - -#~ msgid "Use proxy settings only for addresses in the Exceptions list" -#~ msgstr "" -#~ "Úsáid socruithe an tseachfhreastalaí le haghaidh seoltaí sa liosta " -#~ "Eisceachtaí amháin" - -#~ msgid "These settings apply to network browsing only." -#~ msgstr "" -#~ "Cuirfear na socruithe seo i bhfeidhm le linn bhrabhsáil an líonra amháin." - -#~ msgid "Default password:" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "1 day %2" -#~| msgid_plural "%1 days %2" -#~ msgid " days" -#~ msgstr "%1 lá %2" - -#, fuzzy -#~| msgid "Delete Folder" -#~ msgid "Delete files older than" -#~ msgstr "Scrios Fillteán" - -#, fuzzy -#~| msgid "1 day %2" -#~| msgid_plural "%1 days %2" -#~ msgid " day" -#~ msgid_plural " days" -#~ msgstr[0] "%1 lá %2" -#~ msgstr[1] "%1 lá %2" -#~ msgstr[2] "%1 lá %2" -#~ msgstr[3] "%1 lá %2" -#~ msgstr[4] "%1 lá %2" - -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Rabhadh" - -#, fuzzy -#~| msgctxt "KFile System Bookmarks" -#~| msgid "Trash" -#~ msgid "Full Trash:" -#~ msgstr "Bruscar" - -#, fuzzy -#~| msgid "Name" -#~ msgctxt "@title:column Name label from web search keyword column" -#~ msgid "Name" -#~ msgstr "Ainm" - -#, fuzzy -#~| msgid "None" -#~ msgctxt "@item:inlistbox No default web search keyword" -#~ msgid "None" -#~ msgstr "Neamhní" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "&Enable Web search keywords" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "Search for web search keywords" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "Add a new Web search keyword" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "Modify the highlighted Web search keyword" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "Delete the highlighted Web search keyword" -#~ msgstr "Focal faire réamhshocraithe:" - -#~ msgid "De&lete" -#~ msgstr "Sc&rios" - -#, fuzzy -#~| msgid "Default password:" -#~ msgid "Default Web &search keyword:" -#~ msgstr "Focal faire réamhshocraithe:" - -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Réamhshocrú" - -#, fuzzy -#~| msgctxt "items: folders, files (size)" -#~| msgid "%1: %2" -#~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" -#~ msgid "- %1: \"%2\"" -#~ msgstr "%1: %2" - -#, fuzzy -#~| msgid "Enter the port number of the FTP proxy server." -#~ msgid "Enter the human-readable name of the search provider here." -#~ msgstr "Cuir isteach uimhir phoirt an tseachfhreastalaí FTP." - -#, fuzzy -#~| msgid "Site name:" -#~ msgid "Shortcut &name:" -#~ msgstr "Ainm an tsuímh:" - -#, fuzzy -#~| msgctxt "@label" -#~| msgid "Interlace Mode" -#~ msgid "Insert query placeholder" -#~ msgstr "Mód Crosfhite" - -#~ msgid "Blocked request." -#~ msgstr "Iarratas a gcuireadh cosc air." - -#~ msgid "Unknown HTTP verb." -#~ msgstr "Briathar anaithnid HTTP." - -#, fuzzy -#~| msgid "" -#~| "

      Cookies

      Cookies contain information that Konqueror (or other " -#~| "KDE applications using the HTTP protocol) stores on your computer, " -#~| "initiated by a remote Internet server. This means that a web server can " -#~| "store information about you and your browsing activities on your machine " -#~| "for later use. You might consider this an invasion of privacy.

      " -#~| "However, cookies are useful in certain situations. For example, they are " -#~| "often used by Internet shops, so you can 'put things into a shopping " -#~| "basket'. Some sites require you have a browser that supports cookies.

      Because most people want a compromise between privacy and the " -#~| "benefits cookies offer, KDE offers you the ability to customize the way " -#~| "it handles cookies. So you might want to set KDE's default policy to ask " -#~| "you whenever a server wants to set a cookie, allowing you to decide. For " -#~| "your favorite shopping web sites that you trust, you might want to set " -#~| "the policy to accept, then you can access the web sites without being " -#~| "prompted every time KDE receives a cookie.

      " -#~ msgid "" -#~ "

      Cookies

      Cookies contain information that KDE applications " -#~ "using the HTTP protocol (like Konqueror) store on your computer, " -#~ "initiated by a remote Internet server. This means that a web server can " -#~ "store information about you and your browsing activities on your machine " -#~ "for later use. You might consider this an invasion of privacy.

      " -#~ "However, cookies are useful in certain situations. For example, they are " -#~ "often used by Internet shops, so you can 'put things into a shopping " -#~ "basket'. Some sites require you have a browser that supports cookies.

      Because most people want a compromise between privacy and the " -#~ "benefits cookies offer, the HTTP KIO worker offers you the ability to " -#~ "customize the way it handles cookies. So you might want to set the " -#~ "default policy to ask you whenever a server wants to set a cookie, " -#~ "allowing you to decide. For your favorite shopping web sites that you " -#~ "trust, you might want to set the policy to accept, then you can access " -#~ "the web sites without being prompted every time a cookie is received.

      " -#~ msgstr "" -#~ "

      Fianáin

      Is éard atá i bhFianán ná píosa eolais a stórálann " -#~ "Konqueror (nó feidhmchláir KDE eile a bhaineann úsáid as an bprótacal " -#~ "HTTP) ar do ríomhaire, ar iarraidh ó chianfhreastalaí Idirlín. Ciallaíonn " -#~ "sé seo gur féidir le freastalaí Gréasáin faisnéis a bhaineann leatsa agus " -#~ "le do bhrabhsáil a stóráil ar do ríomhaire agus an fhaisnéis seo a úsáid " -#~ "níos déanaí. Seans go gceapfá gur sárú príobháideachta é seo.

      Mar " -#~ "sin féin, tá fianáin áisiúil uaireanta. Mar shampla, baineann siopaí " -#~ "Idirlín úsáid astu go minic, sa chaoi gur féidir leat earraí a chur 'i " -#~ "gciseán siopadóireachta'. Éilíonn roinnt suíomh go mbeadh brabhsálaí agat " -#~ "a thacaíonn le fianáin.

      Toisc gur mhaith le formhór na ndaoine " -#~ "comhghéilleadh idir príobháideacht agus na buntáistí a bhaineann le " -#~ "fianáin, is féidir leat an láimhseáil fianán a chumrú ar do chóras KDE. " -#~ "B'fhéidir gur chóir duit an polasaí réamhshocraithe a roghnú sa chaoi go " -#~ "bhfiafróidh KDE díot nuair ba mhaith le freastalaí fianán a shocrú. Ar na " -#~ "suímh shiopadóireachta is ansa leat (agus a bhfuil muinín agat astu), " -#~ "b'fhéidir gur chóir duit polasaí a roghnú a ghlacann le fianáin, agus " -#~ "beidh tú in ann na suímh seo a rochtain gan leid a fháil gach uair a " -#~ "fhaigheann KDE fianán.

      " - -#~ msgid "

      Cookie Management Quick Help

      " -#~ msgstr "

      Bainisteoireacht na bhFianán: Cabhair Ghasta

      " - -#, fuzzy -#~| msgid "" -#~| "

      Cookies

      Cookies contain information that Konqueror (or any " -#~| "other KDE application using the HTTP protocol) stores on your computer " -#~| "from a remote Internet server. This means that a web server can store " -#~| "information about you and your browsing activities on your machine for " -#~| "later use. You might consider this an invasion of privacy.

      However, cookies are useful in certain situations. For example, " -#~| "they are often used by Internet shops, so you can 'put things into a " -#~| "shopping basket'. Some sites require you have a browser that supports " -#~| "cookies.

      Because most people want a compromise between privacy and " -#~| "the benefits cookies offer, KDE offers you the ability to customize the " -#~| "way it handles cookies. You might, for example want to set KDE's default " -#~| "policy to ask you whenever a server wants to set a cookie or simply " -#~| "reject or accept everything. For example, you might choose to accept all " -#~| "cookies from your favorite shopping web site. For this all you have to " -#~| "do is either browse to that particular site and when you are presented " -#~| "with the cookie dialog box, click on This domain under the " -#~| "'apply to' tab and choose accept or simply specify the name of the site " -#~| "in the Domain Specific Policy tab and set it to accept. This " -#~| "enables you to receive cookies from trusted web sites without being " -#~| "asked every time KDE receives a cookie.

      " -#~ msgid "" -#~ "

      Cookies

      Cookies contain information that KDE application using " -#~ "the HTTP protocol (like Konqueror) stores on your computer from a remote " -#~ "Internet server. This means that a web server can store information about " -#~ "you and your browsing activities on your machine for later use. You might " -#~ "consider this an invasion of privacy.

      However, cookies are useful " -#~ "in certain situations. For example, they are often used by Internet " -#~ "shops, so you can 'put things into a shopping basket'. Some sites require " -#~ "you have a browser that supports cookies.

      Because most people want " -#~ "a compromise between privacy and the benefits cookies offer, KDE offers " -#~ "you the ability to customize the way it handles cookies. You might, for " -#~ "example want to set KDE's default policy to ask you whenever a server " -#~ "wants to set a cookie or simply reject or accept everything. For example, " -#~ "you might choose to accept all cookies from your favorite shopping web " -#~ "site. For this all you have to do is either browse to that particular " -#~ "site and when you are presented with the cookie dialog box, click on " -#~ "This domain under the 'apply to' tab and choose accept or simply " -#~ "specify the name of the site in the Domain Specific Policy tab " -#~ "and set it to accept. This enables you to receive cookies from trusted " -#~ "web sites without being asked every time KDE receives a cookie.

      " -#~ msgstr "" -#~ "

      Fianáin

      Is éard atá i bhFianán ná píosa eolais a stórálann " -#~ "Konqueror (nó feidhmchláir KDE eile a bhaineann úsáid as an bprótacal " -#~ "HTTP) ar do ríomhaire, ar iarraidh ó chianfhreastalaí Idirlín. Ciallaíonn " -#~ "sé seo gur féidir le freastalaí Gréasáin faisnéis a bhaineann leatsa agus " -#~ "le do bhrabhsáil a stóráil ar do ríomhaire agus an fhaisnéis seo a úsáid " -#~ "níos déanaí. Seans go gceapfá gur sárú príobháideachta é seo.

      Mar " -#~ "sin féin, tá fianáin áisiúil uaireanta. Mar shampla, baineann siopaí " -#~ "Idirlín úsáid astu go minic, sa chaoi gur féidir leat earraí a chur 'i " -#~ "gciseán siopadóireachta'. Éilíonn roinnt suíomh go mbeadh brabhsálaí agat " -#~ "a thacaíonn le fianáin.

      Toisc gur mhaith le formhór na ndaoine " -#~ "comhghéilleadh idir príobháideacht agus na buntáistí a bhaineann le " -#~ "fianáin, is féidir leat an láimhseáil fianán a chumrú ar do chóras KDE. " -#~ "Mar shampla, b'fhéidir gur chóir duit an polasaí réamhshocraithe a roghnú " -#~ "sa chaoi go bhfiafróidh KDE díot nuair ba mhaith le freastalaí fianán a " -#~ "shocrú, nó gach fianán a dhiúltú nó a ghlacadh. Mar shampla, ar na suímh " -#~ "shiopadóireachta is ansa leat, b'fhéidir gur chóir duit polasaí a roghnú " -#~ "a ghlacann le gach fianán. Chun é seo a dhéanamh, brabhsáil go dtí an " -#~ "suíomh agus nuair a fheiceann tú an dialóg fhianáin, cliceáil An " -#~ "fearann seo faoin chluaisín 'cuir i bhfeidhm ar' agus roghnaigh " -#~ "'glac'. Nó, is féidir ainm an tsuímh a shonrú sa chluaisín " -#~ "Polasaithe Sainiúil don Fhearann agus roghnaigh 'glac'. Sa chaoi seo " -#~ "beidh tú in ann glacadh le fianáin ó shuímh a bhfuil muinín agat astu gan " -#~ "leid a fháil gach uair a fhaigheann KDE fianán.

      " - -#~ msgid "" -#~ "

      Network Preferences

      Here you can define the behavior of KDE " -#~ "programs when using Internet and network connections. If you experience " -#~ "timeouts or use a modem to connect to the Internet, you might want to " -#~ "adjust these settings." -#~ msgstr "" -#~ "

      Sainroghanna Líonra

      Anseo is féidir feidhmchláir KDE a bhaineann " -#~ "úsáid as an Idirlíon agus ceangail líonra a chumrú. Má théann cumarsáid " -#~ "líonra thar am nó má bhaineann tú úsáid as móideim chun ceangal leis an " -#~ "Idirlíon, b'fhéidir gur chóir duit na socruithe seo a choigeartú." - -#~ msgid "" -#~ "

      Proxy

      A proxy server is an intermediate program that sits " -#~ "between your machine and the Internet and provides services such as web " -#~ "page caching and/or filtering.

      Caching proxy servers give you " -#~ "faster access to sites you have already visited by locally storing or " -#~ "caching the content of those pages; filtering proxy servers, on the other " -#~ "hand, provide the ability to block out requests for ads, spam, or " -#~ "anything else you want to block.

      Note: Some proxy servers " -#~ "provide both services.

      " -#~ msgstr "" -#~ "

      Seachfhreastalaí

      Is éard atá i seachfhreastalaí ná ríomhchlár " -#~ "idirmheánach a luíonn idir do ríomhaire agus an tIdirlíon agus a " -#~ "sholáthraíonn seirbhísí mar shampla leathanaigh Ghréasáin a chur i " -#~ "dtaisce agus/nó scagadh.

      Le seachfhreastalaí a bhfuil taisce aige, " -#~ "beidh rochtain níos tapúla agat ar shuímh a ndearna tú cuairt orthu " -#~ "cheana trí ábhar na leathanach seo a chur sa taisce. Le seachfhreastalaí " -#~ "a dhéanann scagadh, is féidir cosc a chur ar fhógraí, dramhphost, nó aon " -#~ "rud eile is mian leat cosc a chur air.

      Nóta: Soláthraíonn " -#~ "seachfhreastalaithe áirithe na seirbhísí seo araon.

      " - -#, fuzzy -#~| msgid "Search" -#~ msgid "Web Search Keywords" -#~ msgstr "Cuardach" - -#, fuzzy -#~| msgctxt "@title:window" -#~| msgid "Configure Shown Data" -#~ msgid "Configure enhanced browsing features" -#~ msgstr "Cumraigh na Sonraí le Taispeáint" - -#~ msgid "Using sub-URLs with %1 is not supported." -#~ msgstr "Ní thacaítear le fo-URLanna le %1." - -# default button in generic message box; hopefully no one uses this default -#~ msgid "&Yes" -#~ msgstr "&Tá" - -# default button in generic message box; hopefully no one uses this default -#~ msgid "&No" -#~ msgstr "&Níl" - -#~ msgid "A file or folder named %1 already exists." -#~ msgstr "Tá comhad nó fillteán darb ainm %1 ann cheana." - -#~ msgid "You do not have permission to create that folder." -#~ msgstr "Níl cead agat an fillteán sin a chruthú." - -#~ msgid "The desktop is offline" -#~ msgstr "Tá an deasc as líne" - -#, fuzzy -#~| msgid "mounting is not supported by wince." -#~ msgid "mounting is not supported by Windows CE." -#~ msgstr "ní thacaíonn wince le feistiú." - -#, fuzzy -#~| msgid "mounting is not supported by wince." -#~ msgid "unmounting is not supported by Windows CE." -#~ msgstr "ní thacaíonn wince le feistiú." - -#~ msgid "Mount" -#~ msgstr "Feistigh" - -#~ msgid "Unmount" -#~ msgstr "Dífheistigh" - -#~ msgid "" -#~ "Unable to run the command specified. The file or folder %1 " -#~ "does not exist." -#~ msgstr "" -#~ "Ní féidir an t-ordú roghnaithe a rith. Níl comhad nó fillteán %1 ann." - -#, fuzzy -#~| msgid "Could not change ownership for %1." -#~ msgid "Could not find any application or handler for %1" -#~ msgstr "Níorbh fhéidir úinéir %1 a athrú." - -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Greamaigh Comhad" -#~ msgstr[1] "&Greamaigh 2 Chomhad" -#~ msgstr[2] "&Greamaigh %1 Chomhad" -#~ msgstr[3] "&Greamaigh %1 gComhad" -#~ msgstr[4] "&Greamaigh %1 Comhad" - -#~ msgid "&Paste URL" -#~ msgid_plural "&Paste %1 URLs" -#~ msgstr[0] "&Greamaigh URL" -#~ msgstr[1] "&Greamaigh 2 URL" -#~ msgstr[2] "&Greamaigh %1 URL" -#~ msgstr[3] "&Greamaigh %1 URL" -#~ msgstr[4] "&Greamaigh %1 URL" - -#~ msgid "None" -#~ msgstr "Neamhní" - -#, fuzzy -#~| msgid "&D-Bus registration:" -#~ msgid "D-Bus registration:" -#~ msgstr "Clárú &D-Bus:" - -#, fuzzy -#~| msgid "All Files" -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Audio" -#~ msgstr "Gach Comhad" - -#~ msgid "Co&mmand:" -#~ msgstr "O&rdú:" - -#~ msgid "Zoom out" -#~ msgstr "Súmáil amach" - -#~ msgid "Zoom in" -#~ msgstr "Súmáil isteach" - -#, fuzzy -#~| msgid "Open With" -#~ msgid "Open %1 in tab" -#~ msgstr "Oscail Le" - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to delete this file." -#~ msgstr "Níl cead agat an comhad seo a rith." - -#, fuzzy -#~| msgid "Click this button to create a new folder." -#~ msgid "Authentication is required to create a folder." -#~ msgstr "Brúigh an cnaipe seo chun fillteán nua a chruthú." - -#, fuzzy -#~| msgid "Cannot open file" -#~ msgid "Authentication is required to open this file." -#~ msgstr "Ní féidir an comhad a oscailt" - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to rename this file." -#~ msgstr "Níl cead agat an comhad seo a rith." - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to delete this folder." -#~ msgstr "Níl cead agat an comhad seo a rith." - -#~ msgid "&Unmount '%1'" -#~ msgstr "Dí&fheistigh '%1'" - -#~ msgid "&Eject '%1'" -#~ msgstr "&Díchuir '%1'" - -#~ msgid "&Edit Entry '%1'..." -#~ msgstr "Cuir Iontráil '%1' in &Eagar..." - -#~ msgid "&Remove Entry '%1'" -#~ msgstr "&Bain Iontráil '%1'" - -#, fuzzy -#~| msgid "Invalid Filenames" -#~ msgid "Invalid Directory Name" -#~ msgstr "Ainm(neacha) comhaid neamhbhailí" - -#~ msgid "Edit Entry..." -#~ msgstr "Cuir Iontráil in Eagar..." - -#~ msgid "Delete Entry" -#~ msgstr "Bain Iontráil" - -#~ msgid "Cannot talk to klauncher: %1" -#~ msgstr "Níorbh fhéidir cumarsáid a dhéanamh le klauncher: %1" - -#, fuzzy -#~| msgid "Launching %1" -#~ msgid "klauncher said: %1" -#~ msgstr "%1 á thosú" - -#~ msgid "Custom Path" -#~ msgstr "Conair Shaincheaptha" - -#~ msgid "'%1' not found, please type a valid program name." -#~ msgstr "'%1' gan aimsiú. Cuir ainm bailí isteach." - -#~ msgid "\"vold\" is not running." -#~ msgstr "Níl \"vold\" ag rith." - -#~ msgid "unmounting is not supported by wince." -#~ msgstr "ní thacaíonn wince le dífheistiú." - -#~ msgid "File name:" -#~ msgstr "Ainm comhaid:" - -#, fuzzy -#~| msgid "" -#~| "

      Cache

      This module lets you configure your cache settings.

      The cache is an internal memory in Konqueror where recently read " -#~| "web pages are stored. If you want to retrieve a web page again that you " -#~| "have recently read, it will not be downloaded from the Internet, but " -#~| "rather retrieved from the cache, which is a lot faster.

      " -#~ msgid "" -#~ "

      Cache

      This module lets you configure your cache settings.

      This specific cache is an area on the disk where recently read web " -#~ "pages are stored. If you want to retrieve a web page again that you have " -#~ "recently read, it will not be downloaded from the Internet, but rather " -#~ "retrieved from the cache, which is a lot faster.

      " -#~ msgstr "" -#~ "

      Taisce

      Leis an modúl seo is féidir socruithe na taisce a " -#~ "chumrú.

      Is éard atá sa taisce ná cuimhne inmheánach i Konqueror ina " -#~ "stórálann sé leathanaigh Ghréasáin léite le déanaí. Más mian leat " -#~ "leathanach Gréasáin a léigh tú le déanaí a rochtain, gheofar é ón taisce " -#~ "in ionad é a íosluchtú ón Idirlíon, rud i bhfad níos tapúla.

      " - -#~ msgid "" -#~ "Check this box if you want the web pages you visit to be stored on your " -#~ "hard disk for quicker access. The stored pages will only be updated as " -#~ "needed instead of on every visit to that site. This is especially useful " -#~ "if you have a slow connection to the Internet." -#~ msgstr "" -#~ "Cuir tic sa bhosca seo más mian leat na leathanaigh Ghréasáin a dtugann " -#~ "tú cuairt orthu a stóráil i dtaisce ar do dhiosca crua chun iad a " -#~ "rochtain níos tapúla. Ní nuashonrófar na leathanaigh sa taisce ach nuair " -#~ "is gá leis, in ionad iad a nuashonrú gach uair a thugann tú cuairt ar an " -#~ "suíomh. Rogha áisiúil é seo, go háirithe má tá ceangal mall Idirlín agat." - -#~ msgid "&Use cache" -#~ msgstr "Úsáid &taisce" - -#~ msgid "" -#~ "Verify whether the cached web page is valid before attempting to fetch " -#~ "the web page again." -#~ msgstr "" -#~ "Deimhnigh an bhfuil an leathanach Gréasáin ón taisce bailí sula ndéanfar " -#~ "iarracht air a íosluchtú arís." - -#~ msgid "&Keep cache in sync" -#~ msgstr "&Coinnigh an taisce i sinc" - -#~ msgid "" -#~ "Always use documents from the cache when available. You can still use the " -#~ "reload button to synchronize the cache with the remote host." -#~ msgstr "" -#~ "Bain úsáid as cáipéisí ón taisce i gcónaí más féidir. Is féidir leat an " -#~ "cnaipe athluchtaithe a úsáid fós chun an taisce a shioncrónú leis an " -#~ "gcianóstach." - -#~ msgid "Use cache whenever &possible" -#~ msgstr "Bain úsáid as taisce más &féidir" - -#~ msgid "" -#~ "Do not fetch web pages that are not already stored in the cache. Offline " -#~ "mode prevents you from viewing pages that you have not previously visited." -#~ msgstr "" -#~ "Ná híosluchtaigh leathanaigh Ghréasáin nach bhfuil sa taisce cheana. Sa " -#~ "mhód as líne, ní bheidh tú in ann leathanaigh nach ndearna tú cuairt " -#~ "orthu roimhe seo a fheiceáil." - -#~ msgid "O&ffline browsing mode" -#~ msgstr "Brabhsáil a&s líne" - -#~ msgid "Disk cache &size:" -#~ msgstr "Méid na tai&sce diosca:" - -#~ msgid " KiB" -#~ msgstr " KiB" - -#~ msgid "C&lear Cache" -#~ msgstr "G&lan an Taisce" - -#~ msgctxt "@title:window" -#~ msgid "Add Identification" -#~ msgstr "Cuir Aitheantas Leis" - -#~ msgctxt "@title:window" -#~ msgid "Modify Identification" -#~ msgstr "Athraigh an tAitheantas" - -#~ msgid "" -#~ "
      Found an existing identification for
      %1
      Do you " -#~ "want to replace it?
      " -#~ msgstr "" -#~ "
      Aimsíodh aitheantas ar
      %1
      atá ann cheana. An " -#~ "bhfuil fonn ort an ceann nua a chur ina ionad?
      " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Identification" -#~ msgstr "Aitheantas Dúblach" - -#, fuzzy -#~| msgid "" -#~| "

      Browser Identification

      The browser-identification module " -#~| "allows you to have full control over how Konqueror will identify itself " -#~| "to web sites you browse.

      This ability to fake identification is " -#~| "necessary because some web sites do not display properly when they " -#~| "detect that they are not talking to current versions of either Netscape " -#~| "Navigator or Internet Explorer, even if the browser actually supports " -#~| "all the necessary features to render those pages properly. For such " -#~| "sites, you can use this feature to try to browse them. Please understand " -#~| "that this might not always work, since such sites might be using non-" -#~| "standard web protocols and or specifications.

      NOTE: To " -#~| "obtain specific help on a particular section of the dialog box, simply " -#~| "click on the quick help button on the window title bar, then click on " -#~| "the section for which you are seeking help.

      " -#~ msgid "" -#~ "

      Browser Identification

      The browser-identification module " -#~ "allows you to have full control over how KDE applications using the HTTP " -#~ "protocol (like Konqueror) will identify itself to web sites you browse.

      This ability to fake identification is necessary because some web " -#~ "sites do not display properly when they detect that they are not talking " -#~ "to current versions of either Netscape Navigator or Internet Explorer, " -#~ "even if the browser actually supports all the necessary features to " -#~ "render those pages properly. For such sites, you can use this feature to " -#~ "try to browse them. Please understand that this might not always work, " -#~ "since such sites might be using non-standard web protocols and or " -#~ "specifications.

      NOTE: To obtain specific help on a " -#~ "particular section of the dialog box, simply click on the quick help " -#~ "button on the window title bar, then click on the section for which you " -#~ "are seeking help.

      " -#~ msgstr "" -#~ "

      Aitheantas an Bhrabhsálaí

      Leis an modúl aitheantais is féidir " -#~ "leat rialú conas a chuireann Konqueror é féin in iúl do na suímh a " -#~ "bhrabhsálann tú.

      Tá gá leis an ngné seo toisc nach dtaispeántar " -#~ "roinnt suíomh mar is ceart nuair a bhraitheann nach bhfuil leagan úrnua " -#~ "de Netscape Navigator nó Internet Explorer agat, fiú má thacaíonn an " -#~ "brabhsálaí leis na gnéithe go léir a theastaíonn chun na leathanaigh a " -#~ "thaispeáint mar is ceart. Ar shuímh den chineál seo, is féidir an ghné " -#~ "seo a úsáid. Tabhair faoi deara nach n-oibríonn sé seo i gcónaí, toisc go " -#~ "mb'fhéidir go mbeadh sonraíochtaí nó prótacail Ghréasáin " -#~ "neamhchaighdeánacha in úsáid ag na suímh seo.

      NÓTA: Chun " -#~ "cabhair a fháil maidir le cuid áirithe den bhosca dialóige, cliceáil an " -#~ "cnaipe cabhrach ar bharra teidil na fuinneoige, ansin cliceáil an rannán " -#~ "a bhfuil tú ag lorg cabhair leis.

      " - -#~ msgid "" -#~ "\n" -#~ "Here you can modify the default browser-identification text or set a site " -#~ "(eg. www.kde.org) or a domain (eg. kde.org) " -#~ "specific identification text.

      \n" -#~ "To add a new site-specific identification text, click the New button and supply the necessary information. To change an existing " -#~ "site-specific entry, click on the Change button. The " -#~ "Delete button will remove the selected site-specific " -#~ "identification text, causing the default setting to be used for that site " -#~ "or domain.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Anseo is féidir leat an téacs aitheantais réamhshocraithe a athrú, nó " -#~ "téacs aitheantais a chur in oiriúint do shuíomh (m.sh. www.kde." -#~ "org) nó fearann (m.sh. kde.org) ar leith.

      \n" -#~ "Chun téacs aitheantais nua a chur leis, cliceáil an cnaipe Nua agus tabhair uait an fhaisnéis riachtanach. Chun iontráil atá ann a " -#~ "athrú, cliceáil an cnaipe Athraigh. Má chliceálann tú an " -#~ "cnaipe Scrios, scriosfar an téacs aitheantais roghnaithe, " -#~ "agus bainfear úsáid as an téacs réamhshocraithe le haghaidh an tsuímh nó " -#~ "an fhearainn sin.\n" -#~ "" - -#~ msgid "" -#~ "\n" -#~ "Send the browser identification to web sites.

      \n" -#~ "NOTE: Many sites rely on this information to display pages " -#~ "properly, hence, it is highly recommended that you do not totally disable " -#~ "this feature but rather customize it.

      \n" -#~ "By default, only minimal identification information is sent to remote " -#~ "sites. The identification text that will be sent is shown below.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Seol an téacs aitheantais chuig suímh Ghréasáin.

      \n" -#~ "NÓTA: Braitheann go leor suíomh ar an téacs seo chun leathanaigh a " -#~ "thaispeáint mar is ceart, agus mar sin moltar duit gan an ghné seo a " -#~ "dhíchumasú go hiomlán, ach é a shaincheapadh.

      \n" -#~ "De réir réamhshocraithe, ní sheoltar ach an fhaisnéis aitheantais is lú " -#~ "chuig suímh chianda. Seo é an téacs aitheantais a sheolfar:\n" -#~ "" - -#~ msgid "&Send identification" -#~ msgstr "&Seol aitheantas" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. Use the " -#~ "provided options to customize it." -#~ msgstr "" -#~ "Téacs aitheantas an bhrabhsálaí a seolfar chuig na suímh a ndéanann tú " -#~ "cuairt orthu. Úsáid na roghanna seo chun é a shaincheapadh." - -#~ msgid "Default Identification" -#~ msgstr "Aitheantas Réamhshocraithe" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. You can " -#~ "customize it using the options provided below." -#~ msgstr "" -#~ "Téacs aitheantas an bhrabhsálaí a seolfar chuig na suímh a ndéanann tú " -#~ "cuairt orthu. Is féidir leat é a shaincheapadh leis na roghanna thíos." - -#~ msgid "" -#~ "Includes your operating system's name in the browser identification text." -#~ msgstr "" -#~ "Cuir ainm do chórais oibriúcháin i dtéacs aitheantas an bhrabhsálaí." - -#~ msgid "Add operating s&ystem name" -#~ msgstr "Cuir ainm do chóras le&is" - -#~ msgid "" -#~ "Includes your operating system's version number in the browser " -#~ "identification text." -#~ msgstr "" -#~ "Cuir leagan do chórais oibriúcháin i dtéacs aitheantas an bhrabhsálaí." - -#~ msgid "Add operating system &version" -#~ msgstr "Cuir leagan do chóras &leis" - -#~ msgid "Includes your machine's CPU type in the browser identification text." -#~ msgstr "Cuir cineál LAP do ríomhaire i dtéacs aitheantas an bhrabhsálaí." - -#~ msgid "Add &machine (processor) type" -#~ msgstr "Cuir &cineál (próiseálaí) do ríomhaire leis" - -#~ msgid "" -#~ "Includes your language settings in the browser identification text to " -#~ "obtain localized versions of the page." -#~ msgstr "" -#~ "Cuir do theanga i dtéacs aitheantas an bhrabhsálaí chun leagan logánaithe " -#~ "an leathanaigh a fháil más féidir." - -#~ msgid "Add lang&uage information" -#~ msgstr "Cuir eolas tean&ga leis" - -#~ msgid "Site Specific Identification" -#~ msgstr "Aitheantas Sainiúil don Suíomh" - -#~ msgid "Site Name" -#~ msgstr "Ainm an tSuímh" - -#~ msgid "Identification" -#~ msgstr "Aitheantas" - -#~ msgid "User Agent" -#~ msgstr "Gníomhaire Úsáideora" - -#~ msgid "Add new identification text for a site." -#~ msgstr "Cuir téacs nua aitheantais leis do shuíomh ar leith." - -#~ msgid "Change the selected identifier text." -#~ msgstr "Athraigh an téacs roghnaithe aitheantais." - -#~ msgid "Delete the selected identifier text." -#~ msgstr "Scrios an téacs roghnaithe aitheantais." - -#~ msgid "Delete all identifiers." -#~ msgstr "Scrios gach aitheantóir." - -#~ msgid "" -#~ "\n" -#~ "Enter the site or domain name where a fake browser identification should " -#~ "be used.

      \n" -#~ "NOTE: Wildcard syntax such as \\\"*,?\\\" is NOT allowed: instead, " -#~ "use the top level address of a site to make generic matches; for example, " -#~ "if you want all KDE sites to receive a fake browser identification, you " -#~ "would enter kde.org - the fake identity would then be sent " -#~ "to any KDE site that ends with kde.org.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "Cuir isteach an suíomh nó an fearann ar mian leat bréageolas aitheantais " -#~ "a sheoladh chuige.

      \n" -#~ "NÓTA: NÍ thacaíonn le saoróga cosúil le \\\"*,?\\\": ina áit sin, " -#~ "úsáid an seoladh barrleibhéil chun seoltaí ginearálta a shonrú; mar " -#~ "shampla, más mian leat bréageolas aitheantais a sheoladh go dtí gach " -#~ "suíomh KDE, iontráil .kde.org agus seolfar an bréageolas " -#~ "chuig gach suíomh a bhfuil kde.org ag a dheireadh.

      \n" -#~ "
      " - -#~ msgid "&When browsing the following site:" -#~ msgstr "&Agus an suíomh seo a leanas á bhrabhsáil:" - -#~ msgid "" -#~ "\n" -#~ "Select the browser identification to use whenever contacting the site you " -#~ "specified above.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Roghnaigh an t-aitheantas brabhsálaí le húsáid nuair a rachaidh tú i " -#~ "dteagmháil leis an suíomh roghnaithe thuas.\n" -#~ "" - -#~ msgid "&Use the following identification:" -#~ msgstr "Ú&sáid an t-aitheantas seo a leanas:" - -#~ msgid "" -#~ "\n" -#~ "The actual browser identification text that will be sent to the remote " -#~ "machine.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "An téacs aitheantais féin a sheolfar go dtí an cianóstach.\n" -#~ "" - -#~ msgid "Real identification:" -#~ msgstr "Fíoraitheantas:" - -#~ msgid "De&vice" -#~ msgstr "&Gléas" - -#~ msgid "Device (/dev/fd0):" -#~ msgstr "Gléas (/dev/fd0):" - -#~ msgid "Device:" -#~ msgstr "Gléas:" - -#~ msgid "Read only" -#~ msgstr "Inléite amháin" - -#~ msgid "File system:" -#~ msgstr "Córas comhaid:" - -#~ msgid "Mount point (/mnt/floppy):" -#~ msgstr "Pointe feistithe (/mnt/floppy):" - -#~ msgid "Mount point:" -#~ msgstr "Pointe feistithe:" - -#~ msgid "" -#~ "URL cannot be listed\n" -#~ "%1" -#~ msgstr "" -#~ "Ní féidir an URL a liostú\n" -#~ "%1" - -#, fuzzy -#~| msgid "Invalid Filenames" -#~ msgid "Invalid link target" -#~ msgstr "Ainm(neacha) comhaid neamhbhailí" - -#, fuzzy -#~| msgctxt "Default name for a new folder" -#~| msgid "New Folder" -#~ msgid "Add Network Folder" -#~ msgstr "Fillteán Nua" - -#, fuzzy -#~| msgid "Do you really want to move this item to the trash?" -#~| msgid_plural "Do you really want to move these %1 items to the trash?" -#~ msgctxt "@info" -#~ msgid "Do you really want to move these %1 items to the Trash?" -#~ msgstr "An bhfuil tú cinnte gur mian leat an mhír seo a chur sa bhruscar?" - -#~ msgid "Enter the certificate password:" -#~ msgstr "Tabhair focal faire an teastais:" - -#~ msgid "SSL Certificate Password" -#~ msgstr "Focail Fhaire an Teastais SSL" - -#~ msgid "Unable to open the certificate. Try a new password?" -#~ msgstr "Ní féidir an teastas a oscailt. Bain triail as focal faire nua?" - -#~ msgid "The procedure to set the client certificate for the session failed." -#~ msgstr "" -#~ "Níor éirigh leis an bpróiseas a shocraíonn teastas an chliaint don " -#~ "seisiún." - -#~ msgid "" -#~ "You have indicated that you wish to accept this certificate, but it is " -#~ "not issued to the server who is presenting it. Do you wish to continue " -#~ "loading?" -#~ msgstr "" -#~ "Dúirt tú gur mhaith leat glacadh leis an teastas seo, ach ní raibh sé " -#~ "eisithe don bhfreastalaí atá á thaispeáint. An bhfuil fonn ort luchtú mar " -#~ "sin féin?" - -#~ msgid "" -#~ "SSL certificate is being rejected as requested. You can disable this in " -#~ "the KDE System Settings." -#~ msgstr "" -#~ "Teastas SSL á dhiúltú mar a iarradh. Is féidir leat é seo a dhíchumasú i " -#~ "Socruithe an Chórais KDE." - -#, fuzzy -#~| msgid "A folder named %1 already exists." -#~ msgid "A folder named \"%1\" already exists." -#~ msgstr "Tá comhadlann darb ainm %1 ann cheana." - -#, fuzzy -#~| msgid "Name" -#~ msgctxt "@title:column Name label from web shortcuts column" -#~ msgid "Name" -#~ msgstr "Ainm" - -#, fuzzy -#~| msgid "None" -#~ msgctxt "@item:inlistbox No default web shortcut" -#~ msgid "None" -#~ msgstr "Neamhní" - -#, fuzzy -#~| msgid "" -#~| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#~| "default." -#~ msgctxt "@info" -#~ msgid "" -#~ "The name %1 ends with a space, which is a bit " -#~ "unusual and may be unintentional." -#~ msgstr "" -#~ "Tosaíonn an t-ainm \"%1\" le ponc, agus mar sin beidh an chomhadlann i " -#~ "bhfolach de réir réamhshocraithe." - -#~ msgid "Drive: %1" -#~ msgstr "Tiomántán: %1" - -#, fuzzy -#~| msgid "The new file name is empty." -#~ msgid "The source file is bigger." -#~ msgstr "Is folamh é an t-ainm comhaid nua." - -#~ msgid "" -#~ "The chosen filenames do not\n" -#~ "appear to be valid." -#~ msgstr "" -#~ "Dealraíonn nach bhfuil na comhaid\n" -#~ "roghnaithe bailí." - -#~ msgid "Invalid Filenames" -#~ msgstr "Ainm(neacha) comhaid neamhbhailí" - -#~ msgid "&Overwrite" -#~ msgstr "F&orscríobh" - -#~ msgid "You do not have permission to run %1." -#~ msgstr "Níl cead agat %1 a rith." - -#~ msgid "" -#~ "Unable to enter %1.\n" -#~ "You do not have access rights to this location." -#~ msgstr "" -#~ "Ní féidir dul isteach i %1.\n" -#~ "Níl cead agat an suíomh seo a rochtain." - -#~ msgid "You are not authorized to execute this service." -#~ msgstr "Níl cead agat an tseirbhís seo a rith." - -#, fuzzy -#~| msgid "The certificate is invalid." -#~ msgid "Specified socket path is invalid" -#~ msgstr "Tá an teastas neamhbhailí." - -#, fuzzy -#~| msgid "The protocol %1 is not supported." -#~ msgid "The socket operation is not supported" -#~ msgstr "Ní ghlactar le prótacal %1." - -#, fuzzy -#~| msgid "Connection to Server Refused" -#~ msgid "Connection refused" -#~ msgstr "Diúltaíodh Ceangal leis an bhFreastalaí" - -#, fuzzy -#~| msgctxt "@label" -#~| msgid "Permissions" -#~ msgid "Permission denied" -#~ msgstr "Ceadanna" - -#, fuzzy -#~| msgid "Connection timed out." -#~ msgid "Connection timed out" -#~ msgstr "Ceangal imithe thar am." - -#, fuzzy -#~| msgid "Unknown Error" -#~ msgid "Unknown error" -#~ msgstr "Earráid Anaithnid" - -#, fuzzy -#~| msgid "Could not login to %1." -#~ msgid "Could not set non-blocking mode" -#~ msgstr "Níorbh fhéidir logáil ann go %1" - -#, fuzzy -#~| msgid "" -#~| "URL cannot be listed\n" -#~| "%1" -#~ msgid "Path cannot be used" -#~ msgstr "" -#~ "Ní féidir an URL a liostú\n" -#~ "%1" - -#, fuzzy -#~| msgctxt "@action:button" -#~| msgid "Create directory" -#~ msgid "Not a directory" -#~ msgstr "Cruthaigh comhadlann" - -#, fuzzy -#~| msgid "Unknown Error" -#~ msgid "Unknown socket error" -#~ msgstr "Earráid Anaithnid" - -#, fuzzy -#~| msgid "Writing to %1 is not supported." -#~ msgid "Operation not supported" -#~ msgstr "Ní thacaítear le scríobh chuig %1." - -#~ msgid "AutoSkip" -#~ msgstr "Léim Uathoibríoch" - -#~ msgid "SSL support is not available in this build of KDE." -#~ msgstr "Níl tacaíocht SSL ar fáil sa leagan seo de KDE." - -#, fuzzy -#~| msgid "The certificate is invalid." -#~ msgctxt "SSL error" -#~ msgid "The certificate authority's certificate is invalid" -#~ msgstr "Tá an teastas neamhbhailí." - -#, fuzzy -#~| msgid "Certificate has expired." -#~ msgctxt "SSL error" -#~ msgid "The certificate has expired" -#~ msgstr "Tá an teastas as dáta." - -#, fuzzy -#~| msgid "The certificate is invalid." -#~ msgctxt "SSL error" -#~ msgid "The certificate is invalid" -#~ msgstr "Tá an teastas neamhbhailí." - -#, fuzzy -#~| msgid "The certificate is not valid, any more." -#~ msgctxt "SSL error" -#~ msgid "The certificate is not signed by any trusted certificate authority" -#~ msgstr "Níl an teastas bailí a thuilleadh." - -#, fuzzy -#~| msgid "The certificate is invalid." -#~ msgctxt "SSL error" -#~ msgid "The certificate has been revoked" -#~ msgstr "Tá an teastas neamhbhailí." - -#, fuzzy -#~| msgid "The certificate is not valid, yet." -#~ msgctxt "SSL error" -#~ msgid "The certificate is unsuitable for this purpose" -#~ msgstr "Níl an teastas bailí, fós." - -#, fuzzy -#~| msgid "Do not send a certificate" -#~ msgctxt "SSL error" -#~ msgid "The peer did not present any certificate" -#~ msgstr "Ná seol teastas" - -#, fuzzy -#~| msgid "The certificate is not valid, yet." -#~ msgctxt "SSL error" -#~ msgid "The certificate does not apply to the given host" -#~ msgstr "Níl an teastas bailí, fós." - -#, fuzzy -#~| msgid "The certificate is valid." -#~ msgctxt "SSL error" -#~ msgid "The certificate chain is too long" -#~ msgstr "Tá an teastas bailí." - -#, fuzzy -#~| msgid "Unknown Error" -#~ msgctxt "SSL error" -#~ msgid "Unknown error" -#~ msgstr "Earráid Anaithnid" - -#~ msgid "Named Group" -#~ msgstr "Grúpa Ainmnithe" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Root" -#~ msgstr "Fréamh" - -#, fuzzy -#~| msgid "Could not change permissions for %1." -#~ msgid "Could not change permissions for '%1'" -#~ msgstr "Níorbh fhéidir na ceadanna ar %1 a athrú." - -#~ msgid "Create hidden directory?" -#~ msgstr "Cruthaigh comhadlann fholaithe?" - -#~ msgid "Device usage:" -#~ msgstr "Úsáid an ghléis:" - -#~ msgid "By Name" -#~ msgstr "De Réir Ainm" - -#~ msgid "By Size" -#~ msgstr "De Réir Méide" - -#~ msgid "By Type" -#~ msgstr "De Réir Cineáil" - -#~ msgid "You may have incorrectly typed the location." -#~ msgstr "An ndearna tú botún nuair a chlóscríobh tú ainm an tsuímh?" - -#~ msgid "" -#~ "Could not write file %1.\n" -#~ "Disk full." -#~ msgstr "" -#~ "Níorbh fhéidir comhad %1 a scríobh.\n" -#~ "Tá an diosca lán." - -#, fuzzy -#~| msgid " %1 kB/s " -#~ msgctxt "size in 1000 bytes" -#~ msgid "%1 kB" -#~ msgstr " %1 kB/s " - -#, fuzzy -#~| msgid "%1 MB" -#~ msgctxt "size in 10^6 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 MB" - -#, fuzzy -#~| msgid "%1 GB" -#~ msgctxt "size in 10^9 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 GB" - -#, fuzzy -#~| msgid "%1 TB" -#~ msgctxt "size in 10^12 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 TB" - -#, fuzzy -#~| msgid "%1 KB" -#~ msgctxt "memory size in 1024 bytes" -#~ msgid "%1 KB" -#~ msgstr "%1 kB" - -#, fuzzy -#~| msgid "%1 MB" -#~ msgctxt "memory size in 2^20 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 MB" - -#, fuzzy -#~| msgid "%1 GB" -#~ msgctxt "memory size in 2^30 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 GB" - -#, fuzzy -#~| msgid "%1 TB" -#~ msgctxt "memory size in 2^40 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 TB" - -#, fuzzy -#~| msgid "%1 KB" -#~ msgctxt "size in 1024 bytes" -#~ msgid "%1 KiB" -#~ msgstr "%1 kB" - -#, fuzzy -#~| msgid "%1 MB" -#~ msgctxt "size in 2^20 bytes" -#~ msgid "%1 MiB" -#~ msgstr "%1 MB" - -#, fuzzy -#~| msgid "%1 GB" -#~ msgctxt "size in 2^30 bytes" -#~ msgid "%1 GiB" -#~ msgstr "%1 GB" - -#, fuzzy -#~| msgid "%1 TB" -#~ msgctxt "size in 2^40 bytes" -#~ msgid "%1 TiB" -#~ msgstr "%1 TB" - -# applies to files, folders, and "mixed" -#~ msgid "Forbidden" -#~ msgstr "Toirmiscthe" - -# applies to files -#~ msgid "Can Read" -#~ msgstr "Inléite" - -# applies to files -#~ msgid "Can Read & Write" -#~ msgstr "Inléite agus Inscríofa" - -# applies to "mixed" -#~ msgid "Can View Content & Read" -#~ msgstr "Ábhar Infheicthe agus Inléite" - -#~ msgid "Do you really want to delete this item?" -#~ msgid_plural "Do you really want to delete these %1 items?" -#~ msgstr[0] "An bhfuil tú cinnte gur mian leat an mhír seo a scriosadh?" -#~ msgstr[1] "An bhfuil tú cinnte gur mian leat an dá mhír seo a scriosadh?" -#~ msgstr[2] "An bhfuil tú cinnte gur mian leat na %1 mhír seo a scriosadh?" -#~ msgstr[3] "An bhfuil tú cinnte gur mian leat na %1 mír seo a scriosadh?" -#~ msgstr[4] "An bhfuil tú cinnte gur mian leat an %1 mír seo a scriosadh?" - -#~ msgctxt "Verb" -#~ msgid "&Trash" -#~ msgstr "&Cuir sa Bhruscar" - -#~ msgctxt "@action:inmenu Open With" -#~ msgid "&Other..." -#~ msgstr "&Eile..." - -#, fuzzy -#~| msgid "C&ontinue" -#~ msgid "Continue" -#~ msgstr "&Lean ar aghaidh" - -#, fuzzy -#~| msgid "&Cancel" -#~ msgid "Cancel" -#~ msgstr "&Cealaigh" - -#, fuzzy -#~| msgid "The template file %1 does not exist." -#~ msgid "The file or folder %1 does not exist." -#~ msgstr "Níl creatchomhad %1 ann." - -#, fuzzy -#~| msgid "Ad&vanced Options" -#~ msgid "Advanced options" -#~ msgstr "Ro&ghanna Casta" - -#~ msgid "" -#~ "

      Windows Shares

      Konqueror is able to access shared Microsoft " -#~ "Windows file systems, if properly configured. If there is a specific " -#~ "computer from which you want to browse, fill in the Browse server field. This is mandatory if you are not running Samba locally. The " -#~ "Broadcast address and WINS address fields will also be " -#~ "available, if you use the native code, or the location of the 'smb.conf' " -#~ "file from which the options are read, when using Samba. In any case, the " -#~ "broadcast address (interfaces in smb.conf) must be set up if it is " -#~ "guessed incorrectly or you have multiple cards. A WINS server usually " -#~ "improves performance, and reduces the network load a lot.

      The " -#~ "bindings are used to assign a default user for a given server, possibly " -#~ "with the corresponding password, or for accessing specific shares. If you " -#~ "choose to, new bindings will be created for logins and shares accessed " -#~ "during browsing. You can edit all of them from here. Passwords will be " -#~ "stored locally, and scrambled so as to render them unreadable to the " -#~ "human eye. For security reasons, you may not want to do that, as entries " -#~ "with passwords are clearly indicated as such.

      " -#~ msgstr "" -#~ "

      Comhranna Windows

      Is féidir le Konqueror córais chomhad " -#~ "comhroinnte le Microsoft Windows a rochtain, má tá sé cumraithe mar is " -#~ "ceart. Más mian leat ríomhaire áirithe a bhrabhsáil, líon an réimse " -#~ "Brabhsáil freastalaí isteach. Réimse riachtanach é seo mura " -#~ "bhfuil tú ag rith Samba go logánta. Beidh na réimsí Seoladh " -#~ "craolacháin agus Seoladh WINS ar fáil freisin, má úsáideann " -#~ "tú an cód dúchasach, nó suíomh an chomhaid 'smb.conf' a léitear na " -#~ "roghanna uaidh. Ar aon chaoi, caithfidh tú an seoladh craolacháin " -#~ "(comhéadain i smb.conf) a shocrú de láimh má chaitear tuairim mhícheart " -#~ "nó má tá cártaí iomadúla agat. Beidh luas níos fearr agat le freastalaí " -#~ "WINS, agus laghdaíonn sé go mór an lód ar an líonra.

      Úsáidtear na " -#~ "ceangail chun úsáideoir réamhshocraithe a shannadh do fhreastalaí " -#~ "áirithe, uaireanta le focal faire freisin, nó chun comhranna áirithe a " -#~ "rochtain. Más rogha leat é, cruthófar ceangail nua le haghaidh logálacha " -#~ "isteach agus comhranna a dhéanann tú rochtain orthu le linn brabhsála. Is " -#~ "féidir iad go léir a chur in eagar anseo. Stórálfar focail fhaire go " -#~ "logánta, agus criptithe ionas nach mbeidh daoine eile in ann iad a léamh. " -#~ "Ar fháthanna slándála, b'fhéidir nár chóir duit é seo a dhéanamh, mar " -#~ "léirítear na hiontrálacha a bhfuil focail fhaire acu go follasach.

      " - -#, fuzzy -#~| msgid "&Place in system tray" -#~ msgid "Place in system tray" -#~ msgstr "&Cuir i dtráidire an chórais" - -#~ msgid "Do not &close when command exits" -#~ msgstr "Ná &dún nuair a stopann an t-ordú" - -#~ msgid "&Username:" -#~ msgstr "&Ainm Úsáideora:" - -#~ msgid "" -#~ "Unable to create io-slave:\n" -#~ "klauncher said: %1" -#~ msgstr "" -#~ "Níorbh fhéidir sclábhaí I/A a chruthú:\n" -#~ "Dúirt klauncher: %1" - -#~ msgid "" -#~ "Basic links can only point to local files or directories.\n" -#~ "Please use \"Link to Location\" for remote URLs." -#~ msgstr "" -#~ "Caithfidh naisc bhunúsacha a bheith ceangailte le comhaid nó comhadlanna " -#~ "logánta amháin.\n" -#~ "Bain úsáid as \"Nasc le Suíomh\" chun nasc a chruthú le URL cianda." - -#~ msgid "" -#~ "Unable to start the cookie handler service.\n" -#~ "You will not be able to manage the cookies that are stored on your " -#~ "computer." -#~ msgstr "" -#~ "Ní féidir seirbhís láimhseáil na bhfianán a thosú.\n" -#~ "Gan an tseirbhís seo, ní bheidh tú in ann na fianáin atá stóráilte ar do " -#~ "ríomhaire a láimhseáil." - -#~ msgid "Open with:" -#~ msgstr "Oscail le:" - -#~ msgid "" -#~ "%1.\n" -#~ "\n" -#~ "Reason: %2" -#~ msgstr "" -#~ "%1.\n" -#~ "\n" -#~ "Fáth: %2" - -#~ msgid "" -#~ "

      My Bookmarks

      This module lets you configure the bookmarks home " -#~ "page.

      The bookmarks home page is accessible at bookmarks:/.

      " -#~ msgstr "" -#~ "

      Mo Chuid Leabharmharcanna

      Leis an modúl seo is féidir leat " -#~ "leathanach baile na leabharmharcanna a chumrú.

      Tá an leathanach seo " -#~ "ar fáil ag bookmarks:/.

      " - -#~ msgid "" -#~ "If this option is unchecked, bookmarks at the root of the hierarchy (not " -#~ "in a folder) are not displayed.\n" -#~ "If checked, they are gathered in a \"root\" folder." -#~ msgstr "" -#~ "Gan tic anseo, ní thaispeánfar leabharmharcanna ag fréamh an ordlathais " -#~ "(nach bhfuil i bhfillteán).\n" -#~ "Má chuireann tú tic anseo, cruinnítear iad i bhfillteán \"fréamh\"." - -#~ msgid "&Show bookmarks without folder" -#~ msgstr "Tai&speáin leabharmharcanna nach bhfuil i bhfillteán" - -#~ msgid "" -#~ "Sub-folders are shown within their parent by default. If you activate " -#~ "this option, sub-folders are displayed on their own.\n" -#~ "It looks less nice but it may help if you have a very big folder you want " -#~ "to spread in two columns." -#~ msgstr "" -#~ "De réir réamhshocraithe, taispeántar fofhillteáin ina máthairfhillteán. " -#~ "Leis an rogha seo, taispeánfar fofhillteáin ina n-aonar.\n" -#~ "Níl cuma chomh deas air, ach b'fhéidir leat é seo a úsáid má tá fillteán " -#~ "an-mhór agat ba mhaith leat taispeáint in dhá cholún." - -#~ msgid "&Flatten bookmarks tree" -#~ msgstr "&Leath crann na leabharmharcanna" - -#~ msgid "" -#~ "Show a box with KDE places (Home, Network, ...). Useful if you use " -#~ "konqueror as a file manager." -#~ msgstr "" -#~ "Taispeáin bosca ina bhfuil áiteanna KDE (Baile, Líonra, ...). Rogha " -#~ "áisiúil má bhaineann tú úsáid as Konqueror mar bhainisteoir comhad." - -#~ msgid "Show system &places" -#~ msgstr "Taispeáin ái&teanna ar an gcóras" - -#~ msgid "General Settings" -#~ msgstr "Socruithe Ginearálta" - -#~ msgid "" -#~ "Folders are automatically distributed in several columns. The optimal " -#~ "number of columns depends on the width of the konqueror window and the " -#~ "number of bookmarks you have." -#~ msgstr "" -#~ "Taispeántar fillteáin i roinnt colún go huathoibríoch. Braitheann líon " -#~ "optamach na gcolún ar leithead na fuinneoige Konqueror agus líon na " -#~ "leabharmharcanna atá agat." - -#~ msgid "Number of columns to show:" -#~ msgstr "Líon na gcolún le taispeáint:" - -#~ msgid "Disable it on slow system to disable background images." -#~ msgstr "Díchumasaigh é seo ar chóras mall chun íomhánna cúlra a dhíchumasú." - -#~ msgid "Show folder &backgrounds" -#~ msgstr "Taispeáin &cúlraí fillteáin" - -#~ msgid "How much disk space is used to cache the pixmaps" -#~ msgstr "" -#~ "Méid spás diosca a úsáidtear chun na mapaí picteilíní a chur i dtaisce" - -#~ msgid "Pixmap Cache" -#~ msgstr "Taisce Mapaí Picteilíní" - -#~ msgid "Disk cache size:" -#~ msgstr "Méid na taisce diosca:" - -#~ msgid " kB" -#~ msgstr " kB" - -#~ msgid "Clear the pixmap cache" -#~ msgstr "Glan an taisce mapaí picteilíní" - -#~ msgid "&Clear Cache" -#~ msgstr "G&lan an Taisce" - -#~ msgid "" -#~ "\n" -#~ "

      Treat all cookies as session cookies. Session cookies are small pieces " -#~ "of data that are temporarily stored in your computer's memory until you " -#~ "quit or close all applications (e.g. your browser) that use them. Unlike " -#~ "regular cookies, session cookies are never stored on your hard drive or " -#~ "other storage medium.

      \n" -#~ "NOTE: Checking this option along with the previous one will " -#~ "override your default as well as site specific cookie policies. However, " -#~ "doing so also increases your privacy since all cookies will be removed " -#~ "when the current session ends.

      \n" -#~ "
      " -#~ msgstr "" -#~ "\n" -#~ "

      Déileálfar le gach fianán mar fhianán seisiúin. Is éard atá i bhfianán " -#~ "seisiúin ná píosa beag eolais a stóráiltear go sealadach i gcuimhne do " -#~ "ríomhaire go dtí go scoirfidh tú de gach feidhmchlár a úsáideann iad (m." -#~ "sh. do bhrabhsálaí). Ní stóráiltear fianáin seisiúin ar do dhiosca crua " -#~ "nó ar mheán stórais eile riamh, mar a dhéantar le gnáthfhianáin.

      \n" -#~ "NÓTA: Má chuireann tú tic sa bhosca seo agus an ceann roimhe, " -#~ "sáróidh sé an polasaí réamhshocraithe fianán in éineacht le haon " -#~ "pholasaithe atá agat do shuímh ar leith. Ach, tríd seo a dhéanamh, beidh " -#~ "slándáil níos fearr agat toisc go mbainfear gach fianán ó do ríomhaire " -#~ "nuair a thiocfaidh an seisiún reatha chun deiridh.

      \n" -#~ "
      " - -#~ msgid "Treat &all cookies as session cookies" -#~ msgstr "Déileálfar le g&ach fianán mar fhianán seisiúin" - -#~ msgid "" -#~ "Enter the port number of the HTTP proxy server. Default is 8080. Another " -#~ "common value is 3128." -#~ msgstr "" -#~ "Iontráil uimhir phoirt an tseachfhreastalaí HTTP. Réamhshocrú = 8080. " -#~ "Luach coitianta eile = 3128." - -#~ msgid "" -#~ "Enter the port number of the FTP proxy server. Default 8080. Another " -#~ "common value is 3128." -#~ msgstr "" -#~ "Iontráil uimhir phoirt an tseachfhreastalaí FTP. Réamhshocrú = 8080. " -#~ "Luach coitianta eile = 3128." - -#~ msgid "You must specify at least one valid proxy environment variable." -#~ msgstr "" -#~ "Caithfidh tú athróg thimpeallachta bailí amháin a shonraíonn " -#~ "seachfhreastalaí a thabhairt." - -#~ msgid "" -#~ "Make sure you entered the actual environment variable name rather " -#~ "than its value. For example, if the environment variable is
      HTTP_PROXY=http://localhost:3128
      you need to enter " -#~ "HTTP_PROXY here instead of the actual value http://localhost:3128." -#~ "
      " -#~ msgstr "" -#~ "Bí cinnte gur iontráil tú ainm na hathróige timpeallachta in ionad a " -#~ "luacha. Mar shampla, más
      HTTP_PROXY=http://localhost:3128
      í an athróg, ní mór duit HTTP_PROXY a iontráil anseo in " -#~ "ionad an luacha http://localhost:3128.
      " - -#~ msgid "Successfully verified." -#~ msgstr "D'éirigh leis an bhfíorú." - -#~ msgid "" -#~ "Did not detect any environment variables commonly used to set system wide " -#~ "proxy information." -#~ msgstr "" -#~ "Níor braitheadh athróg thimpeallachta ar bith a úsáidtear go coitianta " -#~ "chun faisnéis seachfhreastalaí a shocrú ar fud an chórais." - -#~ msgid "" -#~ "To learn about the variable names the automatic detection process " -#~ "searches for, press OK, click on the quick help button on the window " -#~ "title bar of the previous dialog and then click on the \"Auto Detect\" button." -#~ msgstr "" -#~ "Chun tuilleadh eolais a fháil maidir leis na hainmneacha a ndéanann " -#~ "an próiseas uathbhraite cuardach orthu, brúigh OK, cliceáil an cnaipe do " -#~ "chabhair thapa ar bharra teidil na dialóige roimhe seo ansin cliceáil an " -#~ "cnaipe \"Braith go hUathoibríoch\"." - -#~ msgid "" -#~ "One or more of the specified proxy settings are invalid. The incorrect " -#~ "entries are highlighted." -#~ msgstr "" -#~ "Neamhbhailí é/iad socrú nó socruithe de na cinn sonraithe. Tá na " -#~ "socruithe neamhbhailí aibhsithe." - -#~ msgid "You entered a duplicate address. Please try again." -#~ msgstr "D'iontráil tú seoladh dúblach. Bain triail eile as." - -#~ msgid "
      %1
      is already in the list.
      " -#~ msgstr "
      %1
      ar an liosta cheana.
      " - -#~ msgid "The address you have entered is not valid." -#~ msgstr "Níl an seoladh a thug tú bailí." - -#~ msgid "" -#~ "Make sure none of the addresses or URLs you specified contain invalid " -#~ "or wildcard characters such as spaces, asterisks (*), or question " -#~ "marks(?).

      Examples of VALID entries:
      http://" -#~ "mycompany.com, 192.168.10.1, mycompany.com, localhost, http://localhost

      Examples of INVALID entries:
      http://my " -#~ "company.com, http:/mycompany,com file:/localhost
      " -#~ msgstr "" -#~ "Bí cinnte nach bhfuil carachtair neamhbhailí ná saoróga cosúil le " -#~ "spásanna, réiltíní (*), nó comharthaí ceiste (?).

      Seo iad " -#~ "samplaí d'iontrálacha BAILÍ:
      http://comhlacht.com, " -#~ "192.168.10.1, comhlacht.com, localhost, http://localhost

      Seo iad samplaí d'iontrálacha NEAMHBHAILÍ:
      http://an " -#~ "comhlacht.com, http:/comhlacht,com file:/localhost
      " - -#~ msgid "Enter the URL or address that should use the above proxy settings:" -#~ msgstr "" -#~ "Iontráil an URL nó seoladh ar cóir dó na socruithe seachfhreastalaí a " -#~ "úsáid:" - -#~ msgid "" -#~ "Enter the address or URL that should be excluded from using the above " -#~ "proxy settings:" -#~ msgstr "" -#~ "Iontráil an seoladh nó URL ar cóir dó a bheith eisiata ó na socruithe " -#~ "seachfhreastalaí thuas:" - -#~ msgid "" -#~ "Enter a valid address or URL.

      NOTE: Wildcard " -#~ "matching such as *.kde.org is not supported. If you want to " -#~ "match any host in the .kde.org domain, e.g. printing." -#~ "kde.org, then simply enter .kde.org.
      " -#~ msgstr "" -#~ "Iontráil seoladh nó URL bailí.

      NÓTA: Ní " -#~ "thacaíonn le saoróga cosúil le *.kde.org. Más mian leat aon " -#~ "óstríomhaire i bhfearann .kde.org a aimsiú, m.sh. " -#~ "printing.kde.org, níl uait ach .kde.org a chur " -#~ "isteach.
      " - -#~ msgid "" -#~ "The address of the automatic proxy configuration script is invalid. " -#~ "Please correct this problem before proceeding. Otherwise, your changes " -#~ "will be ignored." -#~ msgstr "" -#~ "Is neamhbhailí é seoladh na scripte chumraíocht uathoibríoch an " -#~ "tseachfhreastalaí. Réitigh an fhadhb seo sula rachaidh tú ar aghaidh, nó " -#~ "déanfar neamhaird de do chuid athruithe." - -#~ msgid "" -#~ "The proxy settings you specified are invalid.

      Please click " -#~ "on the Setup... button and correct the problem before proceeding; " -#~ "otherwise your changes will be ignored.
      " -#~ msgstr "" -#~ "Shonraigh tú socruithe neamhbhailí don seachfhreastalaí.

      Cliceáil an cnaipe Socrú... agus réitigh an fhadhb sula rachaidh " -#~ "tú ar aghaidh nó déanfar neamhaird de do chuid athruithe.
      " - -#~ msgid "H&TTP:" -#~ msgstr "H&TTP:" - -#~ msgid "HTTP&S:" -#~ msgstr "HTTP&S:" - -#~ msgid "&FTP:" -#~ msgstr "&FTP:" - -#~ msgid "NO &PROXY:" -#~ msgstr "GAN &SEACHFHREASTALAÍ:" - -#~ msgid "" -#~ "Verify whether or not the environment variable names you supplied are " -#~ "valid. If an environment variable is not found, the associated labels " -#~ "will be highlighted to indicate that they are invalid." -#~ msgstr "" -#~ "Faigh amach an bhfuil ainmneacha na n-athróg timpeallachta a " -#~ "sholáthair tú bailí nó neamhbhailí. Mura n-aimsítear athróg " -#~ "thimpeallachta, déanfar aibhsiú ar na lipéid a bhaineann leis chun " -#~ "cur in iúl go bhfuil siad neamhbhailí." - -#~ msgid "&Verify" -#~ msgstr "&Cinntigh" - -#~ msgid "Connect to the &Internet directly" -#~ msgstr "Déan ceangal díreach leis an &Idirlíon" - -#~ msgid "" -#~ "\n" -#~ "Use environment variables to configure the proxy settings.

      \n" -#~ "Environment variables such as HTTP_PROXY and NO_PROXY are " -#~ "usually used in multi-user UNIX installations, where both graphical and " -#~ "non-graphical applications need to share the same proxy configuration " -#~ "information.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Úsáid athróga timpeallachta chun an seachfhreastalaí a chumrú.

      \n" -#~ "Ar chóras ilúsáideora UNIX, úsáidtear athróga timpeallachta cosúil le " -#~ "HTTP_PROXY agus NO_PROXY go hiondúil, nuair a chaithfidh " -#~ "feidhmchláir ghrafacha agus neamhghrafacha an fhaisnéis chéanna faoin " -#~ "seachfhreastalaí a chomhroinnt.\n" -#~ "" - -#~ msgid "Show the proxy environment variable configuration dialog." -#~ msgstr "" -#~ "Taispeáin dialóg chumraíocht athróg thimpeallachta an tseachfhreastalaí." - -#~ msgid "Setup..." -#~ msgstr "Socrú..." - -#~ msgid "&Manually specify the proxy settings" -#~ msgstr "Sonraigh socruithe an tseachfhreastalaí de lái&mh" - -#~ msgid "Show the manual proxy configuration dialog." -#~ msgstr "Taispeáin dialóg lámhchumraíocht an tseachfhreastalaí." - -#~ msgid "Authori&zation" -#~ msgstr "Úda&rú" - -#~ msgid "Prompt for login information whenever it is required." -#~ msgstr "" -#~ "Tabhair leid don úsáideoir nuair atá faisnéis logála isteach de dhíth." - -#~ msgid "Prompt as &needed" -#~ msgstr "Fiafraigh &más gá" - -#~ msgid "Use this login information." -#~ msgstr "Úsáid an fhaisnéis logála seo." - -#~ msgid "" -#~ "Use information specified here to login into proxy servers as needed." -#~ msgstr "" -#~ "Úsáid an fhaisnéis sonraithe anseo chun logáil isteach i " -#~ "seachfhreastalaithe más gá." - -#~ msgid "Login name." -#~ msgstr "Ainm logála isteach." - -#~ msgid "Login password." -#~ msgstr "Focal faire logála isteach." - -#~ msgid "Password:" -#~ msgstr "Focal Faire:" - -#~ msgid "O&ptions" -#~ msgstr "R&oghanna" - -#~ msgid "" -#~ "\n" -#~ "Use persistent proxy connection.

      \n" -#~ "Although a persistent proxy connection is faster, note that it only works " -#~ "correctly with proxies that are fully HTTP 1.1 compliant. Do not " -#~ "use this option in combination with non-HTTP 1.1 compliant proxy servers " -#~ "such as JunkBuster and WWWOfle.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Úsáid ceangal seasmhach le seachfhreastalaí.

      \n" -#~ "Cé go bhfuil ceangal seasmhach níos tapúla, tabhair faoi deara go n-" -#~ "oibríonn sé le seachfhreastalaithe a ghéilleann go hiomlán don chaighdeán " -#~ "HTTP 1.1 amháin. Ná húsáid an rogha seo in éineacht le " -#~ "seachfhreastalaí nach ngéilleann do HTTP 1.1, mar shampla JunkBuster nó " -#~ "WWWOfle.\n" -#~ "" - -#~ msgid "Use persistent connections to proxy" -#~ msgstr "Úsáid ceangail sheasmhacha leis an seachfhreastalaí" - -#~ msgid "Ser&vers" -#~ msgstr "Fre&astalaithe" - -#~ msgid "" -#~ "\n" -#~ "Reverse the use of the exception list. Checking this box will result in " -#~ "the proxy servers being used only when the requested URL matches one of " -#~ "the addresses listed here.

      This feature is useful if all you want or " -#~ "need is to use a proxy server for a few specific sites.

      If you have " -#~ "more complex requirements you might want to use a configuration script.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Inbhéartaigh úsáid an liosta d'eisceachtaí. Má chuireann tú tic sa bhosca " -#~ "seo, ní úsáidfear na seachfhreastalaithe ach nuair a bheidh an URL " -#~ "iarrtha comhoiriúnach do cheann de na seoltaí anseo.

      Rogha áisiúil é " -#~ "seo más mian leat seachfhreastalaí a úsáid le haghaidh cúpla suíomh " -#~ "amháin.

      Má theastaíonn socrú níos casta uait, b'fhéidir gur chóir duit " -#~ "script chumraíochta a úsáid.\n" -#~ "" - -#~ msgid "Remove all proxy exception addresses from the list." -#~ msgstr "Bain na seoltaí eiseachtúla go léir ón liosta." - -#~ msgid "D&elete All" -#~ msgstr "S&crios Uile" - -#~ msgid "Remove the selected proxy exception address from the list." -#~ msgstr "Scrios an seoladh roghnaithe eiseachtúil ón liosta." - -#~ msgid "Add new proxy exception address to the list." -#~ msgstr "Cuir seoladh nua eiseachtúil leis an liosta." - -#~ msgid "Change the selected proxy exception address." -#~ msgstr "Athraigh an seoladh roghnaithe d'eisceacht seachfhreastalaí." - -#~ msgid "&Domain name:" -#~ msgstr "&Ainm an fhearainn:" - -#~ msgid "Includes your platform type in the browser identification text" -#~ msgstr "Cuir cineál d'ardáin i dtéacs aitheantas an bhrabhsálaí" - -#~ msgid "Add &platform name" -#~ msgstr "Cuir ainm an &ardáin leis" - -#~ msgid "Domain [Group]" -#~ msgstr "Fearann [Grúpa]" - -#~ msgid "Host [Set By]" -#~ msgstr "Óstríomhaire [Socraithe Ag]" - -#~ msgid "" -#~ "

      Local Network Browsing

      Here you setup your \"Network " -#~ "Neighborhood\". You can use either the LISa daemon and the lan:/ " -#~ "ioslave, or the ResLISa daemon and the rlan:/ ioslave.

      About " -#~ "the LAN ioslave configuration:
      If you select it, the " -#~ "ioslave, if available, will check whether the host supports this " -#~ "service when you open this host. Please note that paranoid people might " -#~ "consider even this to be an attack.
      Always means that you " -#~ "will always see the links for the services, regardless of whether they " -#~ "are actually offered by the host. Never means that you will never " -#~ "have the links to the services. In both cases you will not contact the " -#~ "host, so nobody will ever regard you as an attacker.

      More " -#~ "information about LISa can be found at the LISa Homepage or contact Alexander Neundorf <" -#~ "neundorf@kde.org>." -#~ msgstr "" -#~ "

      Brabhsáil an Líonra Logánta

      Anseo is féidir \"Comharsanacht " -#~ "Líonra\" a shocrú. Is féidir leat an deamhan LISa agus an sclábhaí I/" -#~ "A lan:/ a úsáid, nó an deamhan ResLISa agus an sclábhaí I/A rlan:/.

      Maidir le cumraíocht sclábhaí I/A LAN:
      Má roghnaíonn " -#~ "tú é, seiceálfaidh an sclábhaí I/A, má tá sé ar fáil, an dtacaíonn " -#~ "an t-óstríomhaire leis an tseirbhís seo nuair a osclaíonn tú an t-" -#~ "óstríomhaire seo. Tabhair faoi deara go bhfuil daoine paranóiacha ann a " -#~ "d'fhéachfadh air seo mar ionsaí.
      Ciallaíonn I gCónaí go " -#~ "bhfeicfidh tú naisc leis na seirbhísí i gcónaí, is cuma mura bhfuil siad " -#~ "ar fáil ar an óstríomhaire. Ciallaíonn Riamh nach bhfeicfidh tú " -#~ "naisc leis na seirbhísí riamh. I gceachtar cás ní rachaidh tú i " -#~ "dteagmháil leis an óstríomhaire agus mar sin ní dócha go bhféachfadh aon " -#~ "duine ort mar ionsaitheoir.

      Tá tuilleadh eolais faoi LISa ar fáil ag an Leathanach " -#~ "Baile LISa nó téigh i dteagmháil le hAlexander Neundorf <neundorf@kde.org>." - -#~ msgid "&Windows Shares" -#~ msgstr "Comhranna &Windows" - -#~ msgid "&LISa Daemon" -#~ msgstr "Deamhan &LISa" - -#~ msgid "lan:/ Iosla&ve" -#~ msgstr "lan:/ Iosla&ve" - -#~ msgid "&Search:" -#~ msgstr "&Cuardach:" - -#~ msgid "&SOCKS" -#~ msgstr "&SOCKS" - -#~ msgid "SOCKS" -#~ msgstr "SOCKS" - -#~ msgid "" -#~ "Check this to enable SOCKS4 and SOCKS5 support in KDE applications and I/" -#~ "O subsystems." -#~ msgstr "" -#~ "Cuir tic anseo chun tacaíocht SOCKS4 agus SOCKS5 a chumasú i " -#~ "bhfeidhmchláir KDE agus i bhfochórais A/I." - -#~ msgid "&Enable SOCKS support" -#~ msgstr "&Cumasaigh tacaíocht do SOCKS" - -#~ msgid "Click here to test SOCKS support." -#~ msgstr "Cliceáil anseo chun tacaíocht SOCKS a thástáil." - -#~ msgid "&Test" -#~ msgstr "&Tástáil" - -#~ msgid "SOCKS Implementation" -#~ msgstr "Feidhmiú SOCKS" - -#~ msgid "Use &custom library" -#~ msgstr "Úsáid leabharlann shain&cheaptha" - -#~ msgid "Enter the path to an unsupported SOCKS library." -#~ msgstr "Iontráil conair go leabharlann SOCKS gan tacaíocht." - -#~ msgid "A&uto detect" -#~ msgstr "Braith go h&Uathoibríoch" - -#~ msgid "This will force KDE to use NEC SOCKS if it can be found." -#~ msgstr "Cuir iallach ar KDE SOCKS NEC a úsáid más féidir é a aimsiú." - -#~ msgid "&NEC SOCKS" -#~ msgstr "&NEC SOCKS" - -#~ msgid "This will force KDE to use Dante if it can be found." -#~ msgstr "Cuir iallach ar KDE Dante a úsáid más féidir é a aimsiú." - -#~ msgid "&Dante" -#~ msgstr "&Dante" +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Cuimhnigh do gach comhad inrite" +#~ msgctxt "@info:tooltip How to undo do not ask again" #~ msgid "" -#~ "Here you can specify additional directories to search for the SOCKS " -#~ "libraries. /usr/lib, /usr/local/lib, /usr/local/socks5/lib and /opt/" -#~ "socks5/lib are already searched by default." -#~ msgstr "" -#~ "Anseo is féidir comhadlanna breise a shocrú a ndéanfar cuardach ar " -#~ "leabharlanna SOCKS iontu. Déanfar cuardach i /usr/lib, /usr/local/lib, /" -#~ "usr/local/socks5/lib agus /opt/socks5/lib cheana de réir réamhshocraithe." - -#~ msgid "Additional Library Search Paths" -#~ msgstr "Conairí Cuardaigh Leabharlann Sa Bhreis" - -#~ msgid "kcmsocks" -#~ msgstr "kcmsocks" - -#~ msgid "KDE SOCKS Control Module" -#~ msgstr "Modúl Rialaithe SOCKS KDE" - -#~ msgid "(c) 2001 George Staikos" -#~ msgstr "© 2001 George Staikos" - -#~ msgid "George Staikos" -#~ msgstr "George Staikos" - -#~ msgid "These changes will only apply to newly started applications." -#~ msgstr "" -#~ "Cuir na hathruithe seo i bhfeidhm ar fheidhmchláir nua-thosaithe amháin." - -#~ msgid "SOCKS Support" -#~ msgstr "Tacaíocht SOCKS" - -#~ msgid "Success: SOCKS was found and initialized." -#~ msgstr "D'éirigh leis: Aimsíodh agus túsaíodh SOCKS." - -#~ msgid "SOCKS could not be loaded." -#~ msgstr "Ní féidir SOCKS a luchtú." - -#~ msgid "&Path:" -#~ msgstr "&Conair:" - -#~ msgid "This is the list of additional paths that will be searched." -#~ msgstr "Seo é an liosta de chonairí breise a ndéanfar cuardach iontu." - -#~ msgid "Path" -#~ msgstr "Conair" - -#~ msgid "&Add" -#~ msgstr "C&uir Leis" - -#~ msgid "&Remove" -#~ msgstr "&Bain" - -#~ msgid "This is the configuration for the samba client only, not the server." +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." #~ msgstr "" -#~ "Seo é cumraíocht an chliaint samba amháin, ní cumraíocht an fhreastalaí " -#~ "atá ann." - -#~ msgid "&OK" -#~ msgstr "&OK" - -#~ msgid "MS Windows encoding:" -#~ msgstr "Ionchódú MS Windows:" - -#~ msgid "..." -#~ msgstr "..." - -#~ msgid "Clear Search" -#~ msgstr "Glan an Cuardach" +#~ "Is féidir leat é seo a chealú faoi \"Deimhnithe\" i socruithe " +#~ "bhainisteora comhad Dolphin." diff --git a/local/recipes/kde/kf6-kio/source/po/gl/kio6.po b/local/recipes/kde/kf6-kio/source/po/gl/kio6.po index c6c1af07ea..05008c0630 100644 --- a/local/recipes/kde/kf6-kio/source/po/gl/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/gl/kio6.po @@ -9,22 +9,22 @@ # marce villarino , 2009. # Marce Villarino , 2009, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández , 2015, 2016, 2017. -# SPDX-FileCopyrightText: 2023, 2024 Adrián Chaves (Gallaecio) +# SPDX-FileCopyrightText: 2023, 2024, 2025 Adrián Chaves (Gallaecio) # msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-17 18:31+0100\n" -"Last-Translator: Adrián Chaves (Gallaecio) \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-06-22 15:42+0200\n" +"Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Proxecto Trasno (proxecto@trasno.gal)\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 24.12.0\n" +"X-Generator: Lokalize 25.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -38,14 +38,14 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" "proxecto@trasno.gal, xavigf@gmx.net, mvillarino@users.sourceforge.net, " -"xosecalvo@gmail.com, adrian@chaves.io" +"xosecalvo@gmail.com, adrian@chaves.gal" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Non foi posíbel modificar a pertenza do ficheiro %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -54,12 +54,12 @@ msgstr "" "Non foi posíbel modificar a pertenza do ficheiro %1. " "Non ten os permisos necesarios para facer o cambio neste ficheiro." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Non é posíbel crear o traballador de KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -71,7 +71,7 @@ msgstr "" "Non foi posíbel crear a ligazón simbólica «%1».\n" "O sistema de ficheiros de destino (%2) non permite ligazóns simbólicas." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -86,7 +86,7 @@ msgstr "" "Seleccionar «Substituír» substituirá os caracteres non válidos (no nome do " "cartafol de destino) por unha barra baixa («_»)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -101,23 +101,23 @@ msgstr "" "Seleccionar «Substituír» substituirá os caracteres non válidos (no nome do " "ficheiro de destino) por unha barra baixa («_»)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "O cartafol xa existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "O ficheiro xa existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Xa existe como un cartafol" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Lixo" @@ -210,204 +210,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Movendo" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Orixe" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destino" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renomeando" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiando" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creando un cartafol" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Cartafol" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Eliminando" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Ficheiro" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinando" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferindo" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montando" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punto de montaxe" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Desmontando" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Cambiar o atributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Requírense privilexios de root para cambiar atributos do ficheiro. Quere " -"continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiar os ficheiros" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Requírense privilexios de root para completar a operación de copia. Quere " -"continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Eliminar os ficheiros" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Requírense privilexios de root para completar a operación de eliminación. " -"Porén, facelo podería danar o sistema. Quere continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crear o cartafol" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Requírense privilexios de root para crear o cartafol. Quere continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mover os elementos" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Requírense privilexios de root para completar a operación de movemento. " -"Quere continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Renomear" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Requírense privilexios de root para completar o renomeamento. Quere " -"continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Crear unha ligazón simbólica" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Requírense privilexios de root para crear unha ligazón simbólica. Quere " -"continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferir os datos." - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Requírense privilexios de root para completar a transferencia de datos. " -"Quere continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -837,6 +729,11 @@ msgstr "O ficheiro é grande de máis para botar no lixo." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -846,65 +743,65 @@ msgstr "" "%2\n" "Envíe un informe do fallo en https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(descoñecido)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motivo técnico: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalles da solicitude:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protocolo: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Data e hora: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Información adicional: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Posíbeis motivos:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Posíbeis solucións:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(descoñecido)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -913,17 +810,17 @@ msgstr "" "Contacte co sistema de asistencia informática axeitado, sexa a persoa " "administradora do sistema ou un grupo de asistencia técnica, para máis axuda." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contacte coa persoa administradora do servidor para máis axuda." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Comprobe os permisos de acceso a este recurso." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -932,7 +829,7 @@ msgstr "" "Os seus permisos de acceso poden non axeitarse para realizar a operación " "pedida neste recurso." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -940,7 +837,7 @@ msgstr "" "Pode que o ficheiro estea a usarse (e polo tanto estaría trancado) por outra " "persoa usuaria ou aplicación." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -949,18 +846,18 @@ msgstr "" "Comprobe que ningunha outra aplicación ou persoa usuaria estea a usar o " "ficheiro ou trancase o ficheiro." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Aínda que é improbábel, pode que se producise un erro de soporte físico." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Pode que atopase un fallo no programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +866,7 @@ msgstr "" "Isto posibelmente se deba a un fallo no programa. Intente enviar un informe " "do fallo completo como se describe en baixo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,7 +875,7 @@ msgstr "" "Actualice o programa á última versión. A distribución debera fornecer " "ferramentas para actualizar o programa." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -997,12 +894,12 @@ msgstr "" "tome nota dos detalles indicados enriba, e inclúaos no seu informe de fallo, " "xunto co resto de detalles que considere relevantes." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Puidera ser que xurdise un problema coa conexión de rede." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1011,7 +908,7 @@ msgstr "" "Puidera ser que xurdise un problema coa configuración da rede. Se accedeu " "recentemente a Internet sen problemas, isto é improbábel." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1020,42 +917,42 @@ msgstr "" "Puidera ser que xurdise un problema nalgún punto da ruta pola rede entre o " "servidor e este computador." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Probe de novo, sexa agora ou máis tarde." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Produciuse un erro do protocolo ou unha incompatibilidade." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Asegúrese de que este recurso exista, e inténteo de novo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "O recurso indicado non existe." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Comprobe que inseriu o lugar correcto e inténteo de novo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Comprobe o estado a súa conexión de rede." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Non é posíbel abrir o recurso para lectura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, xa que non se puido obter acceso de lectura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Non ten permisos para ler o ficheiro nin abrir o cartafol." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Non é posíbel abrir o recurso para escribir nel" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1083,17 +980,17 @@ msgstr "" "Isto significa que non se puido escribir no ficheiro %1, xa " "que non se puido obter acceso de escrita." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Non é posíbel iniciar o proceso que o protocolo %1 necesita" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Non é posíbel iniciar o proceso" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Polo xeral isto é debido a motivos " "técnicos." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1115,12 +1012,12 @@ msgstr "" "actualizase a última vez que actualizou KDE. Isto pode facer que o programa " "sexa incompatíbel coa versión actual e polo tanto non inicie." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Erro interno" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 informou dun erro interno." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL formatado incorrectamente" # skip-rule: trasno-file_reverse -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocolo %1 non permitido" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1164,12 +1061,12 @@ msgstr "" "O protocolo %1 Non se admite polos programas de KDE que ten " "instalados neste computador." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "O protocolo pedido pode non estar admitido." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1178,7 +1075,7 @@ msgstr "" "As versións do protocolo %1 admitidas por este computador e polo servidor " "poden sen incompatíbeis." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1189,17 +1086,17 @@ msgstr "" "compatíbel con este protocolo. Os lugares onde buscar inclúen https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "O URL non se refire a un recurso." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "O protocolo é un protocolo de filtrado" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) que inseriu non se refire a un recurso específico." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1220,12 +1117,12 @@ msgstr "" "indicado é só para usarse nesas situacións, porén este non é un deses casos. " "Este é un evento raro, e probabelmente indique un erro de programación." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Acción non permitida: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1234,7 +1131,7 @@ msgstr "" "A acción requirida Non se admite polo programa de KDE que realiza o " "protocolo %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1245,17 +1142,17 @@ msgstr "" "darlle máis información da que está dispoñíbel para a arquitectura de " "entrada/saída de KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Intento de atopar outro xeito de acadar o mesmo resultado." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Agardábase un ficheiro" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1264,17 +1161,17 @@ msgstr "" "A solicitude agardaba un ficheiro, no canto atopouse o cartafol %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Isto pode ser un erro no lado servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Agardábase un cartafol" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1283,17 +1180,17 @@ msgstr "" "A solicitude agardaba un cartafol, no canto atopouse o ficheiro %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "O ficheiro ou cartafol non existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "O ficheiro ou cartafol indicado, %1, non existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1302,23 +1199,23 @@ msgstr "" "Non foi posíbel crear o ficheiro pedido porque xa existe un ficheiro co " "mesmo nome." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Probe primeiro a quitar do medio o ficheiro actual, entón probe de novo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Elimine o ficheiro actual e probe de novo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Escolla outro nome para o novo ficheiro." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1326,28 +1223,28 @@ msgid "" msgstr "" "Non foi posíbel crear o cartafol pedido porque xa existe un co mesmo nome." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Probe primeiro a quitar do medio o cartafol actual, entón probe de novo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Elimine o cartafol actual e probe de novo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Escolla outro nome para o novo cartafol." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Servidor descoñecido" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1356,36 +1253,36 @@ msgstr "" "Un erro de servidor descoñecido indica que non se puido atopar en Internet o " "servidor co nome pedido, %1." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "O nome que escribiu, %1, pode non existir: puidera estar mal escrito." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Acceso denegado" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Negouse o acceso ao recurso indicado, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Ou indicou detalles incorrectos para a autenticación, ou non indicou ningún " "detalle." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Pode que a súa conta non teña permisos para acceder ao recurso indicado." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1394,12 +1291,12 @@ msgstr "" "Intente de novo a solicitude e garanta que os datos de autenticación son " "inseridos correctamente." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Negouse o acceso de escritura" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1408,12 +1305,12 @@ msgstr "" "Isto significa que se rexeitou un intento de escribir no ficheiro " "%1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Non é posíbel entrar no cartafol" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1422,17 +1319,17 @@ msgstr "" "Isto significa que se rexeitou un intento de entrar no cartafol solicitado, " "%1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Non é posíbel listar os contidos do cartafol" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "O protocolo %1 non é un sistema de ficheiros" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1443,12 +1340,12 @@ msgstr "" "contidos do cartafol, e o programa de KDE que permite usar este protocolo " "non pode facelo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Detectouse unha ligazón cíclica" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1461,7 +1358,7 @@ msgstr "" "xeran un ciclo infinito, é dicir, o ficheiro ligouse consigo mesmo " "(posibelmente con outras ligazóns polo medio)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1469,27 +1366,27 @@ msgid "" msgstr "" "Elimine unha parte do ciclo para rachar o ciclo infinito, e inténteo de novo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Solicitude interrompida pola persoa usuaria" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "A solicitude non se completou porque se interrompeu." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Intentar de novo a solicitude." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Detectouse un ciclo infinito durante a copia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1502,17 +1399,17 @@ msgstr "" "unha ligazón ou serie de ligazóns que xeran un ciclo infinito, é dicir, o " "ficheiro ligouse consigo mesmo (posibelmente con outras ligazóns no medio)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Non foi posíbel crear a conexión de rede" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Non foi posíbel crear a toma" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1521,8 +1418,8 @@ msgstr "" "Este é un erro bastante técnico causado porque non se puido crear un " "dispositivo requirido para as comunicacións pola rede (unha toma)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1531,12 +1428,12 @@ msgstr "" "Pode que a conexión de rede estea incorrectamente configurada, ou que a " "interface de rede non estea activada." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Rexeitouse a conexión co servidor" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1545,16 +1442,16 @@ msgstr "" "O servidor %1 negouse a permitir que este computador " "estabelecese unha conexión." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" "O servidor, aínda que está conectado a Internet, pode non estar configurado " -"para admitir solicitudes." +"para permitir solicitudes." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1563,7 +1460,7 @@ msgstr "" "O servidor, aínda que está conectado a Internet, pode non estar a executar o " "servizo pedido (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1574,12 +1471,12 @@ msgstr "" "solicitudes a Internet), que protexendo a súa rede ou a rede do servidor, " "evitase esta solicitude." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "A conexión co servidor pechouse inesperadamente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1588,7 +1485,7 @@ msgstr "" "Aínda que se estabeleceu unha conexión con %1, pechouse nun " "punto inesperado da comunicación." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1597,17 +1494,17 @@ msgstr "" "Produciuse un erro de protocolo, que fixo que o servidor pechase a conexión " "como resposta ao erro." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "O recurso do URL é incorrecto" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "O protocolo %1 non é un protocolo de filtrado" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) que inseriu non se refería a un mecanismo correcto para " "acceder ao recurso específico, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1631,17 +1528,17 @@ msgstr "" "permite. Isto non é habitual, e probabelmente indique un erro de " "programación." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Non é posíbel inicializar o dispositivo de entrada/saída" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Non foi posíbel montar o dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1650,7 +1547,7 @@ msgstr "" "Non foi posíbel inicializar («montar») o dispositivo que pediu. O erro " "informado foi: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1661,7 +1558,7 @@ msgstr "" "nun dispositivo extraíbel (p.ex., unidade de CD sen CD-ROM), ou no caso dun " "dispositivo periférico/portátil, pode que non estea correctamente conectado." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1672,7 +1569,7 @@ msgstr "" "sistemas UNIX, normalmente requírense privilexios de administración para " "inicializar un dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1682,17 +1579,17 @@ msgstr "" "conter medios, e os dispositivos portátiles deben estar conectados e " "acendidos; e inténteo de novo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Non é posíbel desmontar o dispositivo de entrada/saída" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Non foi posíbel desmontar o dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1701,7 +1598,7 @@ msgstr "" "Non foi posíbel desmontar o dispositivo. O erro informado foi: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1712,7 +1609,7 @@ msgstr "" "ou persoa usuaria. Cousas como ter unha xanela de navegador aberta nun lugar " "deste dispositivo pode facer que o dispositivo siga a usarse." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1723,19 +1620,19 @@ msgstr "" "polo xeral precísanse privilexios de administrados para desmontar un " "dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Comprobe que ningunha aplicación estea a acceder ao dispositivo, e inténteo " "de novo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Non é posíbel ler do recurso" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1744,17 +1641,17 @@ msgstr "" "Isto significa que foi posíbel abrir o recurso %1, pero " "produciuse un erro ao ler os seus contidos." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Pode que non teña permisos para ler no recurso." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Non é posíbel escribir non recurso" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1763,22 +1660,22 @@ msgstr "" "Isto significa que foi posíbel abrir o recurso %1, pero " "produciuse un erro ao escribir nel." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Pode que non teña permisos para escribir no recurso." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Non foi posíbel escoitar as conexións de rede" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Non foi posíbel asociar" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1789,17 +1686,17 @@ msgstr "" "dispositivo requirido para as comunicacións pola rede (unha toma) escoitase " "as conexións de rede entrantes." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Non foi posíbel escoitar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Non foi posíbel aceptar conexións de rede" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1808,33 +1705,33 @@ msgstr "" "Este é un erro bastante técnico no cal se produciu un erro ao intentar " "aceptar unha conexión de rede entrante." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Pode que non teña permisos para aceptar a conexión." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Non foi posíbel acceder: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Fallou un intento de acceder para realizar a operación pedida." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Non foi posíbel determinar o estado do recurso" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Non foi posíbel coñecer o estado do recurso" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1843,70 +1740,70 @@ msgstr "" "Fallou un intento de determinar información sobre o estado do recurso " "%1, como o nome, tipo, tamaño etc." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "O recurso indicado pode non existir ou non ser accesíbel." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Non foi posíbel cancelar o listar" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documente isto" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Non foi posíbel crear o cartafol" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "O intento de crear o cartafol pedido fallou." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Non existe o lugar onde se debía crear o cartafol." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Non foi posíbel retirar o cartafol" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "O intento de eliminar o cartafol indicado, %1, fallou." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Pode que o cartafol indicado non exista." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Pode que o cartafol indicado non estea baleiro." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Asegúrese de que o cartafol existe e estea baleiro, e inténteo de novo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Non foi posíbel continuar a transferencia de ficheiro" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1915,34 +1812,34 @@ msgstr "" "A solicitude indicada requiría que a transferencia do ficheiro %1 fose continuada nun certo punto. Isto non era posíbel." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Pode que o protocolo, ou o servidor, non permitan a continuación de " "ficheiros." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Intentar de novo a solicitude sen probar a continuar a transferencia." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Non foi posíbel renomear o recurso" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "O intento de renomear o recurso indicado, %1, fallou." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Non foi posíbel alterar os permisos do recurso" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1, " "fallou." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Non foi posíbel cambiar a pertenza do recurso" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1, " "fallou." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Non foi posíbel eliminar o recurso" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "O intento de eliminar o recurso indicado, %1, fallou." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Terminación inesperada do programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 terminou inesperadamente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memoria esgotada" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 non puido obter a memoria que require para continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Servidor mandatario descoñecido" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1. O erro de servidor " "descoñecido indica que non se puido atopar en Internet o nome requirido." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2030,17 +1927,17 @@ msgstr "" "co nome do seu servidor mandatario. Se accedeu recentemente a Internet sen " "problemas, isto é moi improbábel." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Comprobe a súa configuración de mandatario e inténteo de novo." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Fallou a autenticación: O método %1 Non se admite" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2051,7 +1948,8 @@ msgstr "" "porque o método que o servidor está a usar Non se admite polo programa de " "KDE que realiza o protocolo %1." -#: core/job_error.cpp:1062 +# skip-rule: trasno-bug-report_reverse +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2061,17 +1959,17 @@ msgstr "" "bugs.kde.org/ para informar ao equipo de KDE do método de autenticación " "non permitido." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Interrompeuse a solicitude" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Erro interno no servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2080,7 +1978,7 @@ msgstr "" "O programa no servidor que fornece acceso ao protocolo %1 " "informou dun erro interno: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2089,13 +1987,13 @@ msgstr "" "Isto probabelmente o cause un fallo no programa do servidor. Envíe un " "informe do fallo como se detalla en baixo." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Contacte coa persoa administradora do servidor para avisalo do problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2104,43 +2002,33 @@ msgstr "" "Se sabe quen son as persoas autoras do programa do servidor, envíelles o " "informe do fallo directamente a elas." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Erro de tempo esgotado" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Aínda que se estabeleceu contacto co servidor, non se recibiu unha resposta " -"dentro do tempo reservado para a solicitude como segue:
      • Tempo límite " -"para estabelecer unha conexión: %1 segundos
      • Tempo límite para " -"recibir unha resposta: %2 segundos
      • Tempo límite para acceder ao " -"servidor mandatario: %3 segundos
      Lembre que pode alterar estes " -"tempos límite na «Configuración do sistema de KDE», en «Configuración da " -"Rede → Preferencias da conexión»." +"Aínda que se contactou co servidor, non se recibiu unha resposta dentro do " +"tempo reservado para a solicitude." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "O servidor estaba ocupado de máis respondendo outras solicitudes para " "responder á súa." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Erro descoñecido" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 informou dun erro descoñecido: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupción descoñecida" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 informou dunha interrupción dun tipo descoñecido: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Non foi posíbel eliminar o ficheiro orixinal" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2179,12 +2067,12 @@ msgstr "" "posibelmente tras unha operación de mover. Non se puido mover o ficheiro " "orixinal, %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Non foi posíbel eliminar o ficheiro temporal" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2195,12 +2083,12 @@ msgstr "" "o novo ficheiro mentres se descargaba. Non se puido eliminar este ficheiro " "temporal, %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Non foi posíbel renomear o ficheiro orixinal" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2209,12 +2097,12 @@ msgstr "" "A operación pedida requiría renomear o ficheiro orixinal, %1, porén non se puido renomear." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Non foi posíbel renomear o ficheiro temporal" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2223,32 +2111,32 @@ msgstr "" "A operación pedida requiría da creación dun ficheiro temporal %1, porén, non se puido crear." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Non foi posíbel crear unha ligazón" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Non foi posíbel crear unha ligazón simbólica" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Non foi posíbel crear a ligazón simbólica %1 que pediu." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sen contidos" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco cheo" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2257,7 +2145,7 @@ msgstr "" "Non foi posíbel escribir o ficheiro requirido %1 porque non " "hai espazo no disco." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2268,12 +2156,12 @@ msgstr "" "desexados; (2) arquivando ficheiros en medios de almacenamento extraíbeis " "como CD-R; ou (3) obteña máis capacidade de almacenamento." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Os ficheiros de orixe e destino son idénticos" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2282,17 +2170,17 @@ msgstr "" "Non foi posíbel completar a operación porque os ficheiros de orixe e de " "destino son o mesmo ficheiro." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Escolla outro nome para o ficheiro de destino." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Soltou o ficheiro ou cartafol sobre si mesmo." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2301,17 +2189,17 @@ msgstr "" "Non foi posíbel completar a operación porque os ficheiros ou cartafoles de " "orixe e de destino son o mesmo." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Solte o elemento sobre un ficheiro ou cartafol distinto." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "O cartafol moveuse sobre si mesmo" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2320,17 +2208,17 @@ msgstr "" "Non foi posíbel completar a operación porque a orixe non pode moverse dentro " "de si mesma." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mova o elemento a un cartafol distinto." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Non foi posíbel comunicar co servidor de contrasinais" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2339,22 +2227,22 @@ msgstr "" "Non foi posíbel completar a operación porque non se puido contactar co " "servizo para solicitar contrasinais (kpasswdserver)." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "Probe a reiniciar a sesión, ou busque erros de kiod nos rexistros." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Non é posíbel iniciar o protocolo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Non é posíbel crear o traballador de KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2363,7 +2251,7 @@ msgstr "" "Non foi posíbel iniciar o traballador de KIO que fornece acceso ao protocolo " "%1. Polo xeral isto é debido a motivos técnicos." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2372,13 +2260,13 @@ msgstr "" "klauncher non puido atopar ou iniciar o complemento que fornece o protocolo. " "Isto pode deberse a que teña instalada unha versión vella do complemento." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Non é posíbel transferir %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2388,7 +2276,7 @@ msgstr "" "O ficheiro %1 non se pode transferir porque o sistema " "de ficheiros de destino non permite ficheiros tan longos" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2397,28 +2285,28 @@ msgstr "" "Formatar de novo a unidade de destino para usar un sistema de ficheiros que " "permita ficheiros dese tamaño." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Erro non documentado" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Ligazón simbólica con %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, ligazón para %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Apunta a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2427,12 +2315,12 @@ msgstr "" "O URL está mal escrito:\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Non é posíbel determinar o tipo de ficheiro de %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2441,13 +2329,13 @@ msgstr "" "Non foi posíbel extraer o nome do executábel de «%1». Indique un nome " "correcto de programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 non parece un programa executábel." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2457,92 +2345,92 @@ msgstr "" "%1 non se atopou, escriba unha ruta válida dun programa " "executábel." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Non se admite abrir de conexións co protocolo %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Non se admite o peche de conexións co protocolo %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Non se admite o acceso a ficheiros co protocolo %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Non se admite a escritura en %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Non hai accións especiais dispoñíbeis para o protocolo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Non se admite listar cartafoles co protocolo %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Non se admite a obtención de datos de %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Non se admite a obtención de información do tipo MIME desde %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Non se admite renomear nin mover ficheiros dentro de %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Non se admite a creación de ligazóns simbólicas co protocolo %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Non se admite o copiado de ficheiros dentro de %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Non se admite eliminar ficheiros de %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Non se admite a creación de cartafoles co protocolo %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Non se admite o cambio dos atributos dos ficheiros co protocolo %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "O protocolo %1 non permite cambiar a pertenza de ficheiros." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Non se admite a abertura de ficheiros co protocolo %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "O protocolo %1 non permite a acción %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2554,313 +2442,338 @@ msgstr "" "solicitar máis permisos, non pode garantirse porque root non é a única conta " "de persoa usuaria que ten permisos para modificalo en %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Non se coñece o protocolo «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Non é posíbel atopar o traballador de KIO para o protocolo «%1»." -#: core/worker.cpp:404 +# skip-rule: trasno-locate +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Non se cargou o traballador de KIO para o protocolo «%1» en %2 porque todos " +"os traballadores de KIO están fóra de %3 e as peticións de privilexios " +"superiores considéranse inseguras." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Non é posíbel crear unha toma para iniciar un traballador de KIO para o " "protocolo «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Non é posíbel atopar o executábel «kioworker» en «%1»." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalles" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Para &sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Continuar" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Só nesta &sesión" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mover a un novo cartafol" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crear un novo cartafol para estes elementos" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Non escolleu un ficheiro para eliminar." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Non hai nada para eliminar" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Non escolleu un ficheiro para botar no lixo." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Non hai nada para botar no lixo" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "O cartafol indicado non existe ou non é lexíbel." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Cartafol superior" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Retroceder" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avanzar" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Cartafol persoal" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Cargar de novo" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Novo cartafol…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Botar no lixo" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Eliminar" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordenación" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordenar polo nome" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordenar polo tamaño" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordenar pola data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordenar por tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Os cartafoles primeiro" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Ficheiros agochados ao final" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista de iconas" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posición das iconas" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Xunto ao nome do ficheiro" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sobre o nome do ficheiro" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista abreviada" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista detallada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista en árbore" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista en árbore detallada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permite expandir na vista detallada" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Amosar os ficheiros agochados" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Amosar o panel de vista previa" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Amosar a vista previa" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Abrir o cartafol contedor" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propiedades" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Modo da &vista" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "De novo a vello" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "De vello a novo" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "De novo a vello" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "De grande a pequeno" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "De pequeno a grande" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificación:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Abrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Gardar como" @@ -2907,40 +2820,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mover aquí" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Todos os ficheiros" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Todos os ficheiros admitidos" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Todos os ficheiros" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Engadir a entrada a Lugares" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Editar a entrada en Lugares" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2953,17 +2866,17 @@ msgstr "" "se refire esta entrada. Se non insire unha etiqueta, obterase do URL do " "lugar.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiqueta:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Insira unha etiqueta descritiva" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2976,12 +2889,12 @@ msgstr "" "kde/stable

      Se preme o botón xunto á caixa de edición de texto " "poderá navegar ata un URL axeitado.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lugar:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2990,17 +2903,17 @@ msgstr "" "Esta é a icona que aparecerá no panel de Lugares.

      Prema o " "botón para escoller unha icona distinta.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Escoller unha icona:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Amosar só cando se use esta &aplicación (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3011,201 +2924,209 @@ msgstr "" "aplicación actual (%1).

      Se non escolle esta opción, a entrada " "estará dispoñíbel en todas as aplicacións.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Lugares" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remoto" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recentes" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Buscar" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivos extraíbeis" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquetas" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Todas as etiquetas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Persoal" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Escritorio" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Descargas" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rede" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Lixo" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imaxes" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ficheiros recentes" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Localizacións recentes" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificado hoxe" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificado onte" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Non foi posíbel engadir ao panel de Lugares: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Ao panel de lugares só se poden engadir cartafoles." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurar os atallos da web…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Liberando…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Liberar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Retirando con seguridade…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Retirar con &seguridade" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmontando…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Expulsar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "O dispositivo «%1» non é un disco, polo que non se pode expulsar." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Produciuse un erro ao acceder a «%1»; o sistema respondeu: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Produciuse un erro ao acceder a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Hai aberto polo menos un ficheiro deste dispositivo nalgunha aplicación." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3220,108 +3141,108 @@ msgstr[1] "" "Hai abertos un ou máis ficheiros deste dispositivo nas seguintes " "aplicacións: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Formatar de novo ou editar co xestor de particións" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 de %2 libres (%3% en uso)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (agochado)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Baleirar o lixo" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montar" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Abrir nun novo separador" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Abrir nunha xanela nova" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Engadir unha entrada…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Editar…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Retirar dos lugares" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Agochar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Agochar a sección «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Agochar a sección" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Amosar todas as entradas" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Tamaño das iconas" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3329,51 +3250,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Adaptar automaticamente" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Pequeno (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mediano (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Só pode escoller un ficheiro" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Forneceuse máis dun ficheiro" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Só pode escoller ficheiros locais" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Non se aceptan ficheiros remotos" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3386,52 +3307,22 @@ msgstr[0] "" msgstr[1] "" "O URL seleccionado usa un esquema incompatíbel. Use os seguintes esquemas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Esquema de URL incompatíbel" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Escolleu máis dun cartafol e este diálogo non acepta cartafoles, polo que " -"non é posíbel decidir en cal entrar. Escolla só un cartafol para facer a " -"lista." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Forneceuse máis dun cartafol" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Escolleu polo menos un cartafol e un ficheiro. Os ficheiros escollidos " -"ignoraranse e farase a lista do cartafol." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Escolléronse ficheiros e cartafoles" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Non foi posíbel atopar o ficheiro «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Non é posíbel abrir o ficheiro" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3442,44 +3333,44 @@ msgstr "" "exemplo, se o lugar actual é file:/home/konqi ao premer este botón irá para " "file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Prema este botón para moverse un paso cara atrás no historial de navegación." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Prema este botón para moverse un paso cara diante no historial de navegación." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Prema este botón para cargar de novo os contidos do lugar actual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Prema este botón para crear un cartafol novo." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Amosar o panel de lugares" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Amosar o botón de marcadores" +msgid "Show Quick Filter" +msgstr "Amosar o filtro rápido" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcións" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3494,12 +3385,12 @@ msgstr "" "agochados
    • o panel de lugares
    • vistas previas dos ficheiros
    • separar os cartafoles dos ficheiros
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Marcadores" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3513,13 +3404,36 @@ msgstr "" "funcionan como os demais marcadores de KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nome:" +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desfacer o cambio de nome de ficheiro." + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Manter o filtro ao cambiar de cartafol." + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrar por nome…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Agochar a barra de filtro" + # skip-rule: noPT-2010-dual_mostrar -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3532,12 +3446,12 @@ msgstr "" "secundario do rato e escollendo un modo preferido no menú Completado de " "texto." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Este é o nome co que gardar o ficheiro." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3546,75 +3460,80 @@ msgstr "" "Esta é a lista de ficheiros para abrir. Pode indicar máis dun ficheiro nunha " "lista, separados por espazos." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Este é o nome do ficheiro para abrir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Lugares" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "O ficheiro «%1» xa existe. Quere sobrescribilo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Quere sobrescribir o ficheiro?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Só pode escoller ficheiros locais." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Non se aceptan ficheiros remotos" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Todos os cartafoles" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Crear un cartafol" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Abrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Tamaño da icona: %1 píxeles" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "&Escoller automaticamente a extensión do ficheiro (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "a extensión %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "&Escoller automaticamente a extensión do nome do ficheiro" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "unha extensión axeitada" # skip-rule: noPT-2011-dual_disable -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3641,12 +3560,12 @@ msgstr "" "ol>Se non está seguro, manteña activada esta opción xa que fará máis " "manexábeis os seus ficheiros." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipo de &ficheiro:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3655,64 +3574,53 @@ msgstr "" "Este é o selector de tipo de ficheiro. Úsase para seleccionar o formato " "co que se gardará o ficheiro." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Este é o filtro para aplicar á lista de ficheiros. Os nomes dos " -"ficheiros que non concorden co filtro non se amosarán.

    Pode escoller un " -"dos filtros predefinidos na lista despregábel, ou inserir un personalizado " -"directamente na área de texto.

    Permítense caracteres de substitución " -"como * e ?.

    " +"Este é o selector de tipo de ficheiro. Úsase para seleccionar o formato " +"dos ficheiros que se amosan." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crear un ficheiro novo" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Desculpe" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Non existe o ficheiro de modelo %1." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nome da nova ligazón:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crear unha ligazón a un URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Escriba o nome de ficheiro de %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Desculpe" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Non existe o ficheiro de modelo %1." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nome da nova ligazón:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Crear unha ligazón simbólica" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crear unha ligazón a un URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3722,7 +3630,7 @@ msgstr "" "O nome %1non pode usarse porque está reservado " "polo sistema operativo." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3732,7 +3640,7 @@ msgstr "" "O nome %1 empeza cun punto, así que estará agochado de " "maneira predeterminada." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3744,30 +3652,40 @@ msgstr "" "antes que outros elementos ao ordenar alfabeticamente, entre outros " "comportamentos raros." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Usar barras inclinadas nos nomes de cartafoles creará subcartafoles, así:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Usar barras inclinadas nos nomes de cartafoles creará subcartafoles." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" "As barras inclinadas non poden usarse nos nomes de ficheiros e cartafoles." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "As barras invertidas non poden usarse nos nomes de ficheiros e cartafoles." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Non é posíbel crear un ficheiro ou cartafol chamado %1 " +"porque sobreporíase coa ruta do cartafol persoal dunha persoa usuaria." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3776,96 +3694,141 @@ msgstr "" "Iniciar un nome de ficheiro ou de cartafol cun til non se recomenda porque " "pode resultar confuso ou perigoso ao usar o terminal para eliminar cousas." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Xa existe un cartafol chamado %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Xa existe un ficheiro chamado %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crear novo" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Ligazón a un dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Novo cartafol" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crear un novo cartafol" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crear un cartafol novo en %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Escriba o nome do cartafol" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predeterminado" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crear un ficheiro novo" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@info:placeholder" +#| msgid "Enter file name" +msgid "Enter file name" +msgstr "Escriba o nome do ficheiro" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Escoller unha icona ou cor personalizada" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Escoller outra icona…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Pode cambiar a icona máis tarde nas propiedades do cartafol." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Pegar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Abrir «%1» nun novo separador" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Abrir «%1» nunha nova xanela" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navegar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Amosar a ruta completa" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ir a calquera localización na ruta %1." -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3877,6 +3840,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Ir á localización na ruta" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Lugares" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3900,28 +3872,28 @@ msgstr "Outros" msgid "Edit mode" msgstr "Editar o modo" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Premer para navegación de lugar" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Premer para editar o lugar" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Non está autorizado para executar este ficheiro." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Iniciando %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3931,13 +3903,13 @@ msgstr "" "instalación.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Non está autorizado a escoller unha aplicación coa que abrir este ficheiro." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3965,12 +3937,18 @@ msgstr "Produciuse un erro ao gardar a imaxe en %1" msgid "Icon file too big, download aborted" msgstr "O ficheiro de icona é grande de máis, interrompeuse a descarga." +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Non se atopou ningún cliente de correo" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3980,28 +3958,28 @@ msgstr "" "O ficheiro de entrada de escritorio %1\n" "non é correcto." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Iniciando %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Non foi posíbel atopar a orde %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Non se atopou ningún emulador de terminal" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Non foi posíbel abrir %1." -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4011,7 +3989,7 @@ msgstr "" "O ficheiro de entrada de escritorio %1 é do tipo Ligazón, pero non ten " "ningunha entrada URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4020,21 +3998,21 @@ msgstr "" "O ficheiro executábel «%1» atópase nun sistema de ficheiros remoto. Por " "razóns de seguridade non se iniciará." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Por razóns de seguridade, iniciar executábeis non se permite neste contexto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "O programa «%1» necesita permisos de execución para poder iniciarse." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4043,12 +4021,12 @@ msgstr "" "Non é posíbel facer executábel o ficheiro «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "O ficheiro de entrada de escritorio %1 non ten ningunha entrada Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4059,12 +4037,12 @@ msgstr "" "Comprobe as súas aplicacións abertas e a área de notificacións por se " "houbese algunha tarefa ou descarga pendente." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Non foi posíbel abrir o ficheiro." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Non foi posíbel iniciar o programa «%1»." @@ -4076,7 +4054,7 @@ msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Modificouse o ficheiro %1.Quere enviar os cambios?" +"Modificouse o ficheiro %1.Quere subir os cambios?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4091,7 +4069,7 @@ msgstr "Enviar" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 #, kde-format msgid "Do Not Upload" -msgstr "Non enviar" +msgstr "Non subir" #: kioexec/main.cpp:58 #, kde-format @@ -4148,76 +4126,71 @@ msgid "" msgstr "" "Modificouse o ficheiro\n" "%1.\n" -"Quere enviar os cambios?" +"Quere subir os cambios?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec, abre ficheiros remotos, vixía as modificación, intermedia nos " "envíos" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000, 2003 Equipo desenvolvedor de KFM e Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tratar os URL como ficheiros locais e eliminalos despois" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nome de ficheiro suxerido para o ficheiro descargado" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "A orde que se vai executar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Os URL ou ficheiros locais usados para a «orde»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Definindo a ACL de %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4226,7 +4199,7 @@ msgstr "" "Non foi posíbel cambiar os permisos de\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4236,119 +4209,39 @@ msgstr "" "Non foi posíbel cambiar a persoa dona e o grupo de\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Non foi posíbel renomear o ficheiro temporal" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Non foi posíbel atopar o programa «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Non foi posíbel atopar programa «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Cambiar os permisos do ficheiro" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Novos permisos: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Cambiar a dona do ficheiro" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nova pertenza: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Retirar o ficheiro" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Retirar o cartafol" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crear un cartafol" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permisos do cartafol: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Abrir o ficheiro" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Abrir o cartafol" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Novo nome de ficheiro: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destino: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Cambiar a marca de tempo" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De «%1» a «%2»" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acción descoñecida" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acción: %1\n" -"Orixe: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Non é posíbel copiar o ficheiro de %1 en %2. (N.º erro: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Non hai ningún medio no dispositivo para %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Non foi posíbel obter o identificador do nome de persoa usuaria indicado, %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Non foi posíbel obter o identificador do grupo indicado, %1." @@ -4390,34 +4283,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Debe indicar un nome de persoa usuaria e contrasinal para acceder a este " "sitio." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sitio:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Accedeuse" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Non foi posíbel acceder a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4426,7 +4319,7 @@ msgstr "" "\n" "O servidor dixo: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4435,12 +4328,12 @@ msgstr "" "Debe indicar un nome de persoa usuaria e contrasinal para o servidor " "mandatario listado en baixo antes que se lle permita acceder a ningún sitio." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Mandatario:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Fallou a autenticación co mandatario." @@ -4493,102 +4386,102 @@ msgstr "" "Quere aceptar este certificado para sempre sen que se lle volva preguntar?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticación do servidor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 en %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Senón, a solicitude houbese funcionado." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "descubrir os valores das propiedades" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "definir os valores das propiedades" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crear un cartafol pedido" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copiar o ficheiro ou cartafol indicado" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mover o ficheiro ou cartafol indicado" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "buscar no cartafol indicado" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "trancar o ficheiro ou cartafol indicado" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desatrancar o ficheiro ou cartafol indicado" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "eliminar o ficheiro ou cartafol indicado" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "preguntar as capacidades do servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "obter os contidos do ficheiro ou cartafol indicados" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "executar un informe no cartafol indicado" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Produciuse un erro inesperado (%1) mentres se intentaba %2." # skip-rule: noPT-2010-dual_atopar -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4598,13 +4491,13 @@ msgstr "" "Produciuse un erro ao intentar %1, %2. A continuación vai un resumo das " "razóns." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Denegouse o acceso ao intentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4613,7 +4506,7 @@ msgstr "" "Non é posíbel crear un recurso no destino ata que se creen unha ou máis " "coleccións (cartafoles) intermedias." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4628,28 +4521,28 @@ msgstr "" "sobrescritos.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Non foi posíbel conceder o tranque pedido. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "O servidor non permite o tipo de solicitude do corpo." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Non se pode %1 porque o recurso está trancado." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Outro erro impediu esta acción." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4659,7 +4552,7 @@ msgstr "" "Non se pode %1 porque o servidor de destino négase a aceptar o ficheiro ou " "cartafol." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4668,18 +4561,18 @@ msgstr "" "O recurso de destino non ten espazo de abondo para rexistrar o estado do " "recurso tras a execución deste método." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Non é posíbel eliminar o recurso." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" -msgstr "enviar %1" +msgstr "subir %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4690,15 +4583,15 @@ msgstr "Produciuse un erro inesperado (%1) mentres se intentaba %2." msgid "Network" msgstr "Rede" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL mal formado (%1)" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4710,12 +4603,12 @@ msgstr "" "onde estaba. Pode volver crear ese cartafol de novo e usar a operación de " "devolución outra vez ou arrastrar o elemento a outra parte e así recuperalo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinación de protocolos incorrecta." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Este ficheiro xa está no lixo." @@ -4752,7 +4645,7 @@ msgstr "Baleirar o contido do lixo" msgid "Restore a trashed file to its original location" msgstr "Devolver un ficheiro do lixo a onde estaba antes" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "O lixo está cheo. Baléireo ou retire elementos manualmente." @@ -4773,17 +4666,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Intentar de novo" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Diálogo de autenticación" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Acceso denegado" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Non ten permisos para acceder ao protocolo %1." @@ -4893,13 +4786,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Suma de comprobación esperada (MD5, SHA512 or SHA256)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4907,28 +4800,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4938,9 +4831,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -4949,135 +4842,220 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Prema para copiar a suma de comprobación ao portapapeis." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancelar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mover aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Descargar aquí" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiar aquí" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Ligar aquí" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Iniciar" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Que quere facer con este ficheiro?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Non preguntar máis" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Abrir" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executar" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Abrir con %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfacer os cambios" +msgid "Would you like to launch this file?" +msgstr "Quere iniciar o ficheiro?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Desfacer esta operación require privilexios de root. Quere continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creando un cartafol" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Orixe" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destino" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Copiando" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Movendo" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renomeando" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Botar no lixo" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Eliminando" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Desfacer" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Desfacer: Copiar" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Desfacer: Ligar" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Desfacer: Mover" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Desfacer: renomear" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Desfacer: Botar no lixo" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Desfacer: Crear un cartafol" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Desfacer: Crear cartafoles" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Desfacer: Crear un ficheiro" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Desfacer: renomear en l&ote" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Desfacer: Copiar" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Desfacer: Ligar" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Desfacer: Mover" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Desfacer: renomear" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Desfacer: Botar no lixo" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Desfacer: Crear un cartafol" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Desfacer: Crear cartafoles" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Desfacer: Crear un ficheiro" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Desfacer: renomear en l&ote" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5090,12 +5068,12 @@ msgstr "" "Desfacer a copia eliminará o ficheiro e todas as modificacións se perderán.\n" "Seguro que quere eliminar %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmación de desfacer a copia do ficheiro" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5107,21 +5085,22 @@ msgstr "" "filename>Esta acción non se pode desfacer." "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Eliminar permanentemente" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Eliminar permanentemente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5137,7 +5116,7 @@ msgstr[1] "" "Seguro que quere eliminar permanentemente estes %1 elementos?Esta acción non se pode desfacer." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5147,13 +5126,13 @@ msgstr "" "Quere eliminar permanentemente todos os elementos do lixo?Esta acción non se pode desfacer." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Baleirar o lixo" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5162,7 +5141,7 @@ msgid "" msgstr "" "Seguro que quere botar este elemento no lixo?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5247,7 +5226,7 @@ msgstr "Dona" msgid "Owning Group" msgstr "Grupo propietario" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Outros" @@ -5320,106 +5299,113 @@ msgstr "Actualizando o sistema de configuración" msgid "Updating system configuration…" msgstr "Actualizando o sistema de configuración…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nome" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamaño" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisos" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Dona" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Abrir con %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Accións" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Abrir &o cartafol con…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Abrir c&on…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executar" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Abrir o cartafol con %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Abrir con %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Abrir o cartafol con" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Abrir con" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Outra aplicación…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5427,113 +5413,134 @@ msgid_plural "%1 items" msgstr[0] "1 elemento" msgstr[1] "%1 elementos" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Descoñecido" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Deter" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorar en Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montado desde:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espazo libre:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contido:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Abrir con:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Cambiar…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Lugar:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tamaño:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Cambiar…" +msgid "Determine the folder size" +msgstr "Determinar o tamaño do cartafol." -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contido:" +msgid "Stop" +msgstr "Deter" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Deixar de determinar o tamaño do cartafol." + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorar en Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Apunta a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificado:" +msgid "Show target" +msgstr "Amosar o destino" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creado o:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de ficheiros:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Tamaño descoñecido" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montado en:" +msgid "Modified:" +msgstr "Modificado:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accedido o:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Abrir con:" +msgid "File system:" +msgstr "Sistema de ficheiros:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montado en:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montado desde:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Espazo libre:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Tamaño descoñecido" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5829,10 +5836,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Escriba aquí a descrición desta aplicación, con base no seu uso. Exemplos: " "unha ferramenta para facer chamadas telefónicas (KPPP) sería «Ferramenta " @@ -5840,16 +5850,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Descrición:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Xeral" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Escriba aquí calquera comentario que considere útil." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Escriba aquí a descrición desta aplicación, con base no seu uso. Exemplos: " +"unha ferramenta para facer chamadas telefónicas (KPPP) sería «Ferramenta " +"para chamar»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5859,8 +5879,9 @@ msgstr "Co&mentario:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variábeis de contorno:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6064,7 +6085,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Compartir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6074,36 +6095,55 @@ msgstr "" "Non foi posíbel gardar as propiedades por falta de acceso de escritura a:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Xeral" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Escriba o nome do ficheiro" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorar en %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Refrescar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Insira a localización de destino" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Amosar %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Tamaño descoñecido." -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6112,138 +6152,146 @@ msgstr "" "Calculando… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 ficheiro" msgstr[1] "%1 ficheiros" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-cartafol" msgstr[1] "%1 sub-cartafoles" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calculando…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Polo menos %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "O nome do novo ficheiro está baleiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Non hai tipos de ficheiro rexistrados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Non hai aplicacións asociadas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crear…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Cambiar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Cambiar a aplicación coa que se abren os ficheiros de tipo «%1» de maneira " +"predeterminada." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sen acceso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Só se pode ver" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pódese ver e modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Só se pode ver o contido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Pode ver e modificar os contidos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Só se pode ver ou ler o contido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pode ver/ler e modificar/escribir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permisos de acceso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Este ficheiro é unha ligazón e non ten permisos." msgstr[1] "Todos os ficheiros son ligazóns e non teñen permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Só a persoa dona pode cambiar os permisos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Dona:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Indica as accións que se lle permiten á persoa dona." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Indica as accións que poden facer os membros do grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Outros:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6252,27 +6300,27 @@ msgstr "" "Indica as accións que se lle permiten a calquera persoa usuaria que nin é " "dona nin está no grupo propietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Só a p&ersoa dona pode eliminar ou renomear o contido." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permitir &executar o ficheiro como un programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Eliminar ou renomear:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Executar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6284,7 +6332,7 @@ msgstr "" "poden engadir novos ficheiros, o que require o permiso de «Modificar o " "contido»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6293,42 +6341,42 @@ msgstr "" "Active esta opción para pór o ficheiro como executábel. Isto só ten sentido " "para programas e guións. Requírese para executalos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisos &avanzados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Pertenza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Persoa usuaria:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplicar os cambios a todos os subcartafoles e aos seus contidos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisos avanzados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Clase" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6337,22 +6385,22 @@ msgstr "" "Amosar as\n" "entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Esta bandeira permite ver o contido do cartafol." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lectura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "A bandeira de Lectura permite ver o contido do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6361,7 +6409,7 @@ msgstr "" "Escribir as\n" "entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6370,44 +6418,44 @@ msgstr "" "Esta marca permite engadir, eliminar e renomear os ficheiros. Lembre que " "eliminar e renomear poden limitarse mediante a marca «Pegañento»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escritura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "A bandeira de Escritura permite modificar o contido do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Active este indicador para permitir a entrada no cartafol." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Execución" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Active este indicador para permitir executar o ficheiro como un programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6416,7 +6464,7 @@ msgstr "" "Bandeira especial. Correcta para todo o cartafol, o seu significado exacto " "pode verse na columna da dereita." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6424,17 +6472,17 @@ msgid "" msgstr "" "Indicador especial. O significado exacto pode verse na columna da dereita." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Persoa usuaria" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6443,7 +6491,7 @@ msgstr "" "Se define esta marca, a persoa dona deste cartafol será a dona de todos os " "novos ficheiros." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6452,7 +6500,7 @@ msgstr "" "Se o ficheiro é executábel e define esta marca, executarase cos permisos da " "persoa dona." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6460,7 +6508,7 @@ msgstr "" "Se activa este indicador o grupo deste cartafol será o de todos os novos " "ficheiros." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6469,7 +6517,7 @@ msgstr "" "Se o ficheiro é executábel e activa este indicador executarase cos permisos " "do grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6479,7 +6527,7 @@ msgstr "" "poden eliminar ou renomear ficheiros. En caso contrario calquera persoa " "usuaria con permisos de escritura pode facelo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6488,72 +6536,63 @@ msgstr "" "A bandeira de Pegañento nun ficheiro é ignorada en Linux, pero pode usarse " "noutros sistemas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Definir o UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Definir o GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Pegañento" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligazón" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variábel (sen cambios)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Este ficheiro usa permisos avanzados" msgstr[1] "Estes ficheiros usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Este cartafol usa permisos avanzados." msgstr[1] "Estes cartafoles usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Estes ficheiros usan permisos avanzados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Sumas de &comprobación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculando…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Suma de comprobación incorrecta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6561,18 +6600,18 @@ msgstr "" "A entrada fornecida non é unha suma de comprobación MD5, SHA1 ou SHA256 " "correcta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "A suma de comprobación coincide." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "A suma de comprobación calculada coincide coa esperada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6583,30 +6622,48 @@ msgstr "" "descarga. Probe a descargar de novo o ficheiro.
    Se a comprobación " "continúa fallando, contacte coa fonte do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "A suma de comprobación calculada non coincide coa esperada." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Comprobando a suma de comprobación…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Os ficheiros son idénticos." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Os ficheiros son distintos." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculando…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6614,27 +6671,27 @@ msgstr "" "Non foi posíbel gardar as propiedades. Só se permite usar executábeis en " "sistemas de ficheiros locais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicación" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Engadir un tipo de ficheiro para %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Escolla un ou máis tipos de ficheiro para engadir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Só se permite usar executábeis en sistemas de ficheiros locais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opcións avanzadas para %1" @@ -6738,22 +6795,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configurar os atallos da web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Diálogo para abrir ficheiros" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Ficheiro para o contido do portapapeis:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ficheiro pegado" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Pegar o contido do portapapeis…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6762,19 +6823,19 @@ msgstr "" "O portapapeis cambiouse desde que usou «pegar»: non é posíbel aplicar o " "formato de datos escollido. Copie de novo o que queira pegar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Pegar un cartafol" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Pegar un ficheiro" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6782,47 +6843,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Pegar un elemento" msgstr[1] "Pegar %1 elementos" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Pegar o contido do portapapeis…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Pegar" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Formato dos datos:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Ficheiro para o contido do portapapeis:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nome do ficheiro para o contido soltado:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Tamaño: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Apl&icar a todo" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6832,49 +6910,52 @@ msgstr "" "A non ser que prema «Omitir», seguiráselle preguntando no caso de conflitos " "cun ficheiro existente no cartafol." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ao marcar isto, o botón premido aplícase a todos os conflitos subseguintes " "durante o resto do traballo en curso." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renomear" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suxerir un &nome novo" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Omitir" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Non copiar nin mover este cartafol, pasar no canto ao seguinte elemento" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Non copiar nin mover este ficheiro, pasar no canto ao seguinte elemento" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Escribir dentro" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6887,13 +6968,13 @@ msgstr "" "Volverá preguntárselle se houbese algún conflito con algún ficheiro xa " "existente no cartafol." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&obrescribir os ficheiros máis vellos?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6902,12 +6983,12 @@ msgstr "" "Os ficheiros de orixe sobrescribirán aos de destino con datas de " "modificación anteriores, o resto omitiranse." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Continuar" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6916,67 +6997,57 @@ msgstr "" "Esta acción sobrescribiría «%1» consigo mesmo.\n" "Insira un nome novo de ficheiro:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Continuar" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Quere sobrescribir o destino?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Quere mesturar o contido de «%1» co de «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Orixe" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destino" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "A orixe é máis recente" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "A orixe é máis vella" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "A orixe é un %1 menor" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "A orixe é un %1 maior" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Os ficheiros son idénticos." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Os ficheiros parecen idénticos." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Os ficheiros son distintos." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6985,59 +7056,54 @@ msgstr "" "Os ficheiros son probabelmente idénticos: teñen o mesmo tamaño e o seu " "contido coincide no principio, no medio, e no final." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Copiar os ficheiros" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Xa existe un elemento máis vello que «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Xa existe un ficheiro similar chamado «%1»." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Xa existe un elemento máis novo que «%1» co mesmo nome." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Renomear:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Renomear o elemento" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Renomear os elementos" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renomear" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Renomear o elemento %1 a:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Novo nome #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info error a file already exists" +#| msgid "A File named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Xa existe un ficheiro chamado %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 non é un nome de ficheiro válido." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7045,38 +7111,200 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Renomear %1 elemento seleccionado a:" msgstr[1] "Renomear %1 elementos seleccionados a:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# substituirase por números ascendentes comezando polo:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Novo nome #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"O nome de ficheiro non é válido: debe conter unha secuencia de «#» a non ser " +"que todos os ficheiros teñan extensións de ficheiro distintas." + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Renomear %1 elemento seleccionado a:" +msgstr[1] "Renomear %1 elementos seleccionados a:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Substituíndo:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Padrón" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Por:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substitución" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ningún nome de ficheiro contén o padrón." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Substituír «%1» por nada deixaría baleiro o nome de ficheiro de " +"%2." + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Renomear %1 elemento seleccionado a:" +msgstr[1] "Renomear %1 elementos seleccionados a:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@info:placeholder" +#| msgid "Enter file name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Escriba o nome do ficheiro" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@info:placeholder" +#| msgid "Enter file name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Escriba o nome do ficheiro" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Renomear o elemento" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Renomear os elementos" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renomear" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Como renomear:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumerar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substituír o texto" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vista previa:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 non pode renomearse cun nome baleiro." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Información" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substituír" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Intentar de novo" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substituílo todo" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Omitir" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Saltalo todo" @@ -7163,7 +7391,7 @@ msgstr "" "O servidor remoto non enviou ningún certificado SSL.\n" "Interrómpese porque non se pode estabelecer a identidade do servidor." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7204,35 +7432,80 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Botar este elemento no lixo fallou porque é grande de máis. Quere eliminalo " -"permanentemente no seu lugar?%1Esta acción non se pode desfacer." +"O lixo está cheo de máis para aceptar este ficheiro. Prefire eliminalo " +"permanentemente?%1Esta acción non pode desfacerse." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"O lixo está cheo de máis para aceptar este ficheiro. Prefire eliminalo " +"permanentemente?Esta acción non pode desfacerse." +"" +msgstr[1] "" +"O lixo está cheo de máis para aceptar estes %1 ficheiros. Prefire eliminalos " +"permanentemente?Esta acción non pode desfacerse." +"" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this file. Permanently delete it instead?" +#| "%1This " +#| "action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"O lixo está cheo de máis para aceptar este ficheiro. Prefire eliminalo " +"permanentemente?%1Esta acción non pode desfacerse." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this %1 file. Permanently delete it " +#| "instead?This action cannot be undone." +#| msgid_plural "" +#| "The trash is too full to accept these %1 files. Permanently delete them " +#| "instead?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Botar este elemento no lixo fallou porque é grande de máis. Quere eliminalo " -"permanentemente no seu lugar?Esta acción non se " -"pode desfacer." +"O lixo está cheo de máis para aceptar este ficheiro. Prefire eliminalo " +"permanentemente?Esta acción non pode desfacerse." +"" msgstr[1] "" -"Botar estes %1 elementos no lixo fallou porque son grandes de máis. Quere " -"eliminalos permanentemente no seu lugar?Esta " -"acción non se pode desfacer." +"O lixo está cheo de máis para aceptar estes %1 ficheiros. Prefire eliminalos " +"permanentemente?Esta acción non pode desfacerse." +"" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7240,51 +7513,287 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Seguro que quere botar este elemento no lixo?" msgstr[1] "Seguro que quere botar estes %1 elementos no lixo?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Non preguntar máis." -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Non preguntar máis." -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Non amosar esta mensaxe de novo." -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "A cadea do certificado SSL do parceiro semella corrupta." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Aviso" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Isto iniciará o programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se non confía neste programa, prema Cancelar" +#~ msgid "Open With:" +#~ msgstr "Abrir con:" + +#~ msgid "File System:" +#~ msgstr "Sistema de ficheiros:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Iniciar ficheiros executábeis sen preguntar." + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Abrir ficheiros executábeis na aplicación predeterminada sen preguntar." + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Lembrar para todos os ficheiros executábeis." + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Pode desfacer isto na sección de «Confirmacións» da configuración do " +#~ "xestor de ficheiros Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Cambiar o atributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para cambiar atributos do ficheiro. Quere " +#~ "continuar?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para completar a operación de copia. Quere " +#~ "continuar?" + +#~ msgid "Delete Files" +#~ msgstr "Eliminar os ficheiros" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para completar a operación de eliminación. " +#~ "Porén, facelo podería danar o sistema. Quere continuar?" + +#~ msgid "Create Folder" +#~ msgstr "Crear o cartafol" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para crear o cartafol. Quere continuar?" + +#~ msgid "Move Items" +#~ msgstr "Mover os elementos" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para completar a operación de movemento. " +#~ "Quere continuar?" + +#~ msgid "Rename" +#~ msgstr "Renomear" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para completar o renomeamento. Quere " +#~ "continuar?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para crear unha ligazón simbólica. Quere " +#~ "continuar?" + +#~ msgid "Transfer data" +#~ msgstr "Transferir os datos." + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Requírense privilexios de root para completar a transferencia de datos. " +#~ "Quere continuar?" + +#~ msgid "Undo Changes" +#~ msgstr "Desfacer os cambios" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Desfacer esta operación require privilexios de root. Quere continuar?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Definindo a ACL de %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Cambiar os permisos do ficheiro" + +#~ msgid "New Permissions: %1" +#~ msgstr "Novos permisos: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Cambiar a dona do ficheiro" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nova pertenza: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Retirar o ficheiro" + +#~ msgid "Remove Directory" +#~ msgstr "Retirar o cartafol" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permisos do cartafol: %1" + +#~ msgid "Open File" +#~ msgstr "Abrir o ficheiro" + +#~ msgid "Open Directory" +#~ msgstr "Abrir o cartafol" + +#~ msgid "New Filename: %1" +#~ msgstr "Novo nome de ficheiro: %1" + +#~ msgid "Target: %1" +#~ msgstr "Destino: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Cambiar a marca de tempo" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De «%1» a «%2»" + +#~ msgid "Unknown Action" +#~ msgstr "Acción descoñecida" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Acción: %1\n" +#~ "Orixe: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Amosar o botón de marcadores" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Hai ficheiros movéndose" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Hai ficheiros copiándose" + +#~ msgid "&Description:" +#~ msgstr "&Descrición:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Escriba aquí calquera comentario que considere útil." + +#~ msgid "Do not ask again" +#~ msgstr "Non preguntar máis" + +#~ msgid "&Filter:" +#~ msgstr "&Filtro:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Este é o filtro para aplicar á lista de ficheiros. Os nomes dos " +#~ "ficheiros que non concorden co filtro non se amosarán.

    Pode escoller un " +#~ "dos filtros predefinidos na lista despregábel, ou inserir un " +#~ "personalizado directamente na área de texto.

    Permítense caracteres " +#~ "de substitución como * e ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Escolleu máis dun cartafol e este diálogo non acepta cartafoles, polo que " +#~ "non é posíbel decidir en cal entrar. Escolla só un cartafol para facer a " +#~ "lista." + +#~ msgid "More than one folder provided" +#~ msgstr "Forneceuse máis dun cartafol" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Escolleu polo menos un cartafol e un ficheiro. Os ficheiros escollidos " +#~ "ignoraranse e farase a lista do cartafol." + +#~ msgid "Files and folders selected" +#~ msgstr "Escolléronse ficheiros e cartafoles" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Aínda que se estabeleceu contacto co servidor, non se recibiu unha " +#~ "resposta dentro do tempo reservado para a solicitude como segue: " +#~ "
    • Tempo límite para estabelecer unha conexión: %1 segundos
    • " +#~ "
    • Tempo límite para recibir unha resposta: %2 segundos
    • Tempo " +#~ "límite para acceder ao servidor mandatario: %3 segundos
    Lembre " +#~ "que pode alterar estes tempos límite na «Configuración do sistema de " +#~ "KDE», en «Configuración da Rede → Preferencias da conexión»." + #~ msgid "Is &executable" #~ msgstr "É &executábel" @@ -8447,9 +8956,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ "Esta é a cantidade de espazo do disco que se calculou como " #~ "permitida para ocuparse polo lixo, o máximo." -#~ msgid "Show a Warning" -#~ msgstr "Mostrar un aviso" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Eliminar do lixo os ficheiros máis vellos" @@ -8587,10 +9093,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ msgid "Space" #~ msgstr "Espazo" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predeterminado" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modificar o atallo web" @@ -8985,11 +9487,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Non se puido atopar ningunha aplicación ou manexador para %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Pegar o ficheiro" -#~ msgstr[1] "&Pegar %1 ficheiros" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Pegar o URL" @@ -9091,14 +9588,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ msgid "Invalid Directory Name" #~ msgstr "Nome de directorio incorrecto" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Non se puido crear un cartafol co nome %1porque " -#~ "é un nome reservado polo sistema operativo." - #~ msgid "File Type Options" #~ msgstr "Opcións do tipo de ficheiro" @@ -9136,9 +9625,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince non admite desmontar." -#~ msgid "File name:" -#~ msgstr "Nome do ficheiro:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9441,9 +9927,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ msgid "Read only" #~ msgstr "Só lectura" -#~ msgid "File system:" -#~ msgstr "Sistema de ficheiros:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Punto de montaxe (/mnt/floppy):" @@ -9982,9 +10465,6 @@ msgstr "Se non confía neste programa, prema Cancelar" #~ "Non foi posíbel comezar o servizo de xestión das cookies.\n" #~ "Non será capaz de xestionar as cookies que están gardadas no ordenador." -#~ msgid "Open with:" -#~ msgstr "Abrir con:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/gu/kio6.po b/local/recipes/kde/kf6-kio/source/po/gu/kio6.po index c438de7be5..5ce4e46b54 100644 --- a/local/recipes/kde/kf6-kio/source/po/gu/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/gu/kio6.po @@ -1,52 +1,54 @@ # Gujarati Translation of kcmkio.po. # Copyright (C) 2008 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Kartik Mistry , 2008. +# Kartik Mistry , 2008-2026. +# CrazyCourt651 , 2026. # msgid "" msgstr "" "Project-Id-Version: kcmkio-gu\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2009-05-17 18:10+0530\n" -"Last-Translator: Kartik Mistry \n" -"Language-Team: Gujarati \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-03-31 23:12+0530\n" +"Last-Translator: CrazyCourt651 \n" +"Language-Team: Gujarati\n" "Language: gu\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: Gtranslator 50.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "કાર્તિક મિસ્ત્રી" +msgstr "કાર્તિક મિસ્ત્રી, ઉશ્કેરાયેલી અદાલત ૬૫૧" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "kartik.mistry@gmail.com" +msgstr "kartik.mistry@gmail.com, CrazyCourt651@gmail.com" -#: core/chmodjob.cpp:201 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: core/chmodjob.cpp:197 +#, kde-format msgid "Could not modify the ownership of file %1" -msgstr "%1 ની માલિકી બદલી શકાતી નથી." +msgstr "ફાઇલ %1 ની માલિકી સુધારી શકાતી નથી" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" +"ઇલ %1 ની માલિકી સુધારી શકાતી નથી. ફેરફાર કરવા માટે તમારી " +"પાસે ફાઇલ પર અપૂરતો પ્રવેશ (access) છે.\t\t\t\t" -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "io-slave બનાવવામાં અસક્ષમ: %1" +msgstr "KIO કાર્યકર (worker) બનાવવામાં અસમર્થ: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -55,8 +57,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" +"સીમલિંક (symlink) \"%1\" બનાવી શકાયું નથી.\n" +"ડેસ્ટિનેશન ફાઇલસિસ્ટમ (%2) સીમલિંક્સને સપોર્ટ કરતું નથી." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -65,8 +69,11 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"\"%1\" બનાવી શકાયું નથી.\n" +"લક્ષ્ય ફાઇલસિસ્ટમ (%2) ફોલ્ડરના નામોમાં નીચેના અક્ષરોની મંજૂરી આપતું નથી: %3\n" +"બદલો પસંદ કરવાથી અમાન્ય અક્ષરો અંડરસ્કોર \"_\" થી બદલાઈ જશે." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,34 +82,35 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"\"%1\" બનાવી શકાયું નથી.\n" +"લક્ષ્ય ફાઇલસિસ્ટમ (%2) ફાઇલના નામોમાં નીચેના અક્ષરોની મંજૂરી આપતું નથી: %3\n" +"'બદલો' પસંદ કરવાથી અમાન્ય અક્ષરો અંડરસ્કોર \"_\" થી બદલાઈ જશે." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "ફોલ્ડર પહેલેથી હાજર છે" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ફાઇલ પહેલેથી હાજર છે" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ફોલ્ડર તરીકે પહેલેથી હાજર છે" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Trash" +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format msgid "Trash" msgstr "કચરાપેટી" #: core/desktopexecparser.cpp:335 #, kde-format msgid "No Exec field in %1" -msgstr "" +msgstr "%1 માં કોઈ 'Exec' ક્ષેત્ર નથી" #: core/desktopexecparser.cpp:360 #, kde-format @@ -113,27 +121,27 @@ msgstr "'%1' કાર્યક્રમ શોધી શકાયો નથી" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "કાર્યક્રમ '%1' એ '%2' પર મળી આવ્યો હતો પરંતુ તેની પાસે એક્ઝિક્યુટેબલ પરવાનગી નથી." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "પ્રોગ્રામ '%1' પાસે એક્ઝિક્યુટેબલ પરવાનગી નથી." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "%2 માંથી આવતા આદેશ %1 માં વાક્યરચના ભૂલ છે." #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "%2 ચલાવવાનો પ્રયાસ કરતી વખતે ટર્મિનલ %1 મળ્યું નથી." #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" -msgstr "" +msgstr "%2 ચલાવવાનો પ્રયાસ કરતી વખતે આદેશ %1 માં વાક્યરચના ભૂલ છે." #: core/global.cpp:79 #, kde-format @@ -187,198 +195,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ખસેડે છે" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "સ્ત્રોત" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "લક્ષ્ય" -#: core/job.cpp:105 -#, fuzzy, kde-format -#| msgid "&Rename" +#: core/job.cpp:112 +#, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "નામ બદલો (&R)" +msgstr "નામ બદલી રહ્યું છે" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "નકલ કરે છે" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ડિરેક્ટરી બનાવે છે" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ડિરેક્ટરી" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "દૂર કરે છે" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ફાઇલ" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "ચકાસે છે" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "પરિવહન કરે છે" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "માઉન્ટ કરે છે" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ઉપકરણ" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "માઉન્ટબિંદુ" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "અનમાઉન્ટ કરે છે" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|બધી ફાઇલો" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ફાઇલો દૂર કરો" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "કચરાપેટીમાં ખસેડો" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "નામ બદલો (&R)" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "સંજ્ઞા કડી બનાવી શકાતી નથી" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "પરિવહન કરે છે" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -401,6 +307,9 @@ msgid "" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" +"આંતરિક ભૂલ\n" +"મહેરબાની કરીને https://bugs.kde.org પર સંપૂર્ણ ભૂલ અહેવાલ મોકલો\n" +"%1" #: core/job_error.cpp:49 #, kde-format @@ -415,7 +324,7 @@ msgstr "પ્રોટોકોલ %1 આધારિત નથી." #: core/job_error.cpp:55 #, kde-format msgid "The protocol %1 is only a filter protocol." -msgstr "" +msgstr "પ્રોટોકોલ %1 માત્ર એક ફિલ્ટર પ્રોટોકોલ છે." #: core/job_error.cpp:62 #, kde-format @@ -474,7 +383,7 @@ msgstr "ફોલ્ડર %1 દાખલ કરી શકાતું નથ #: core/job_error.cpp:89 #, kde-format msgid "The protocol %1 does not implement a folder service." -msgstr "" +msgstr "પ્રોટોકોલ %1 ફોલ્ડર સેવા લાગુ કરતું નથી." #: core/job_error.cpp:92 #, kde-format @@ -489,7 +398,7 @@ msgstr "%1 નકલ કરતી વખતે ચક્રીય કડી મ #: core/job_error.cpp:98 #, kde-format msgid "Could not create socket for accessing %1." -msgstr "" +msgstr "%1 ને એક્સેસ કરવા માટે સોકેટ બનાવી શકાયું નથી." #: core/job_error.cpp:101 #, kde-format @@ -513,6 +422,9 @@ msgid "" "The reported error was:\n" "%1" msgstr "" +"ઉપકરણ માઉન્ટ કરી શકાયું નથી.\n" +"ભૂલ હતી:\n" +"%1" #: core/job_error.cpp:113 #, kde-format @@ -521,6 +433,9 @@ msgid "" "The reported error was:\n" "%1" msgstr "" +"ઉપકરણ અનમાઉન્ટ કરી શકાયું નથી.\n" +"ભૂલ હતી:\n" +"%1" #: core/job_error.cpp:116 #, kde-format @@ -595,7 +510,7 @@ msgstr "%1 ફાઇલ દૂર કરી શકાતી નથી." #: core/job_error.cpp:161 #, kde-format msgid "The process for the %1 protocol died unexpectedly." -msgstr "" +msgstr "%1 પ્રોટોકોલ માટેની પ્રક્રિયા અચાનક બંધ થઈ ગઈ." #: core/job_error.cpp:164 #, kde-format @@ -618,7 +533,7 @@ msgstr "" #: core/job_error.cpp:170 #, kde-format msgid "Authorization failed, %1 authentication not supported" -msgstr "" +msgstr "સત્તાધિકરણ (Authorization) નિષ્ફળ, %1 સત્તાધિકરણ સપોર્ટેડ નથી" #: core/job_error.cpp:176 #, kde-format @@ -671,6 +586,8 @@ msgid "" "Could not delete original file %1.\n" "Please check permissions." msgstr "" +"મૂળ ફાઇલ %1 કાઢી શકાતી નથી.\n" +"મહેરબાની કરીને પરવાનગીઓ તપાસો." #: core/job_error.cpp:202 #, kde-format @@ -678,6 +595,8 @@ msgid "" "Could not delete partial file %1.\n" "Please check permissions." msgstr "" +"અધૂરી ફાઇલ %1 કાઢી શકાતી નથી.\n" +"મહેરબાની કરીને પરવાનગીઓ તપાસો." #: core/job_error.cpp:205 #, kde-format @@ -685,6 +604,8 @@ msgid "" "Could not rename original file %1.\n" "Please check permissions." msgstr "" +"મૂળ ફાઇલ %1 નું નામ બદલી શકાતું નથી.\n" +"મહેરબાની કરીને પરવાનગીઓ તપાસો." #: core/job_error.cpp:208 #, kde-format @@ -692,6 +613,8 @@ msgid "" "Could not rename partial file %1.\n" "Please check permissions." msgstr "" +"અધૂરી ફાઇલ %1 નું નામ બદલી શકાતું નથી.\n" +"મહેરબાની કરીને પરવાનગીઓ તપાસો." #: core/job_error.cpp:211 #, kde-format @@ -699,6 +622,8 @@ msgid "" "Could not create symlink %1.\n" "Please check permissions." msgstr "" +"સિમ્બોલિક લિંક %1 બનાવી શકાતી નથી.\n" +"મહેરબાની કરીને પરવાનગીઓ તપાસો." #: core/job_error.cpp:214 #, kde-format @@ -706,11 +631,13 @@ msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" +"%1 પર સિમ્બોલિક લિંક્સ બનાવી શકાતી નથી.\n" +"લક્ષ્ય ફાઇલસિસ્ટમ સિમ્બોલિક લિંક્સને સપોર્ટ કરતી નથી." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "%1 લખવા માટે ડિસ્ક પર પૂરતી જગ્યા નથી." #: core/job_error.cpp:223 #, kde-format @@ -718,45 +645,44 @@ msgid "" "The source and destination are the same file.\n" "%1" msgstr "" +"સ્ત્રોત અને લક્ષ્ય એક જ ફાઇલ છે.\n" +"%1" #: core/job_error.cpp:231 #, kde-format msgid "%1 is required by the server, but is not available." -msgstr "" +msgstr "સર્વર દ્વારા %1 જરૂરી છે, પરંતુ તે ઉપલબ્ધ નથી." #: core/job_error.cpp:234 #, kde-format msgid "Access to restricted port in POST denied." -msgstr "" +msgstr "POST માં પ્રતિબંધિત પોર્ટનો પ્રવેશ નકારવામાં આવ્યો." #: core/job_error.cpp:237 #, kde-format msgid "" "The required content size information was not provided for a POST operation." -msgstr "" +msgstr "POST કામગીરી માટે જરૂરી સામગ્રીના કદની માહિતી પૂરી પાડવામાં આવી નથી." #: core/job_error.cpp:240 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "ફાઇલ કે ફોલ્ડરને તેના પોતાના પર જ મૂકી (drop) શકાતું નથી" #: core/job_error.cpp:243 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A folder cannot be moved into itself" -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "ફોલ્ડરને તેના પોતાનામાં જ ખસેડી શકાતું નથી" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "સ્થાનિક પાસવર્ડ સર્વર સાથે સંપર્ક નિષ્ફળ રહ્યો" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "io-slave બનાવવામાં અસક્ષમ: %1" +msgstr "KIO કાર્યકર બનાવવામાં અસમર્થ. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -765,6 +691,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"%1 ટ્રાન્સફર કરી શકાતું નથી કારણ કે તે ખૂબ મોટું છે. લક્ષ્ય " +"ફાઇલસિસ્ટમ માત્ર 4GiB સુધીની ફાઇલોને સપોર્ટ કરે છે" #: core/job_error.cpp:258 #, kde-format @@ -773,140 +701,162 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"વિશેષાધિકાર વધારો (privilege escalation) જરૂરી નથી કારણ કે\n" +"'%1' વર્તમાન વપરાશકર્તાની માલિકીનું છે.\n" +"પરવાનગીઓ બદલ્યા પછી ફરી પ્રયાસ કરો." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "ફાઇલ ટ્રેશમાં મોકલવા માટે ખૂબ મોટી છે." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "આ સ્થાન માટે ટ્રેશ ફોલ્ડર મળ્યું નથી અથવા બનાવી શકાયું નથી." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" +"અજ્ઞાત ભૂલ કોડ %1\n" +"%2\n" +"મહેરબાની કરીને https://bugs.kde.org પર સંપૂર્ણ ભૂલ અહેવાલ મોકલો." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(અજાણ્યું)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "ટેકનિકલ કારણ: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "વિનંતીની વિગતો:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • પ્રોટોકોલ: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • તારીખ અને સમય: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • વધારાની માહિતી: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "શક્ય કારણો:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "શક્ય ઉકેલો:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(અજાણ્યું)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" - -#: core/job_error.cpp:378 -#, kde-format -msgid "Contact the administrator of the server for further assistance." -msgstr "" +"વધારે સહાયતા માટે તમારા યોગ્ય કોમ્પ્યુટર સપોર્ટ સિસ્ટમનો સંપર્ક કરો, પછી ભલે તે સિસ્ટમ " +"એડમિનિસ્ટ્રેટર હોય અથવા ટેકનિકલ સપોર્ટ ગ્રુપ હોય." #: core/job_error.cpp:381 #, kde-format +msgid "Contact the administrator of the server for further assistance." +msgstr "વધારે સહાયતા માટે તમારા યોગ્ય સર્વર સંચાલકનો સંપર્ક કરો." + +#: core/job_error.cpp:384 +#, kde-format msgid "Check your access permissions on this resource." msgstr "આ સ્ત્રોત માટે તમારી પ્રવેશ પરવાનગીઓ ચકાસો." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" +"તમારી આ સાધન (resource) પર વિનંતી કરેલ પ્રક્રિયા કરવા માટેની પ્રવેશ પરવાનગીઓ અપૂરતી " +"હોઈ શકે છે." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" +"ફાઇલ અન્ય વપરાશકર્તા અથવા એપ્લિકેશન દ્વારા ઉપયોગમાં હોઈ શકે છે (અને તેથી લૉક કરેલી છે)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" +"ખાતરી કરો કે અન્ય કોઈ એપ્લિકેશન અથવા વપરાશકર્તા ફાઇલનો ઉપયોગ કરી રહ્યાં નથી અથવા " +"ફાઇલને લૉક કરી નથી." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." -msgstr "" +msgstr "જોકે તેની શક્યતા ઓછી છે, તેમ છતાં હાર્ડવેર ભૂલ આવી હોઈ શકે છે." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "તમને કદાચ કાર્યક્રમની ક્ષતિનો ભેટો થયો છે." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" +"આ મોટે ભાગે પ્રોગ્રામમાં રહેલી ભૂલ (bug) ને કારણે થયું છે. કૃપા કરીને નીચે જણાવ્યા મુજબ સંપૂર્ણ " +"ભૂલ અહેવાલ (bug report) સબમિટ કરવા માટે વિચારો." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" +"તમારા સોફ્ટવેરને નવીનતમ આવૃત્તિમાં અપડેટ કરો. તમારું ડિસ્ટ્રિબ્યુશન સોફ્ટવેર અપડેટ કરવા " +"માટેના સાધનો પૂરા પાડતું હોવું જોઈએ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -917,130 +867,149 @@ msgid "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." msgstr "" +"જ્યારે બધું નિષ્ફળ જાય, ત્યારે કૃપા કરીને ઉચ્ચ ગુણવત્તાવાળો ભૂલ અહેવાલ સબમિટ કરીને KDE ટીમ " +"અથવા આ સોફ્ટવેરના તૃતીય પક્ષ જાળવણીકારને મદદ કરવાનું વિચારો. જો સોફ્ટવેર તૃતીય પક્ષ " +"દ્વારા પૂરું પાડવામાં આવ્યું હોય, તો કૃપા કરીને તેમનો સીધો સંપર્ક કરો. અન્યથા, સૌ પ્રથમ KDE ભૂલ રિપોર્ટિંગ વેબસાઇટ પર શોધીને જુઓ કે તે જ " +"ભૂલ અન્ય કોઈ દ્વારા સબમિટ કરવામાં આવી છે કે નહીં. જો નહીં, તો ઉપર આપેલી વિગતોની નોંધ " +"લો અને તમારા ભૂલ અહેવાલમાં અન્ય ઘણી વિગતો સાથે તેનો સમાવેશ કરો જે તમને લાગે કે મદદરૂપ થઈ " +"શકે છે." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." -msgstr "" +msgstr "કદાચ તમારા નેટવર્ક જોડાણમાં કોઈ સમસ્યા છે." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" +"કદાચ તમારા નેટવર્ક રૂપરેખાંકનમાં કોઈ સમસ્યા છે. જો તમે તાજેતરમાં કોઈ સમસ્યા વગર ઇન્ટરનેટનો " +"ઉપયોગ કરી રહ્યા હતા, તો આ થવાની શક્યતા ઓછી છે." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." -msgstr "" +msgstr "સર્વર અને આ કોમ્પ્યુટર વચ્ચેના નેટવર્ક માર્ગમાં ક્યાંક સમસ્યા હોઈ શકે છે." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "ફરી પ્રયત્ન કરો, અત્યારે અથવા પછી ક્યારેક." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." -msgstr "" +msgstr "પ્રોટોકોલ ક્ષતિ અથવા અસંગતતા સર્જાઈ હોઈ શકે છે." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "ખાતરી કરો કે સ્ત્રોત અસ્તિત્વ ધરાવે છે, અને ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "સ્પષ્ટ કરેલ સ્ત્રોત કદાચ અસ્તિત્વ ધરાવતો નથી." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." -msgstr "" +msgstr "તમે દાખલ કરેલ સ્થાન સાચું છે તેની ફરી તપાસ કરો અને ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "તમારા નેટવર્ક જોડાણની સ્થિતિ ચકાસો." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "સ્ત્રોતને વાંચવા માટે ખોલી શકાતું નથી" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" +"આનો અર્થ એ છે કે વિનંતી કરેલ ફાઇલ અથવા ફોલ્ડર %1 ની વિગતો મેળવી " +"શકાઈ નથી, કારણ કે તેને વાંચવા માટેની પરવાનગી મળી નથી." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." -msgstr "" +msgstr "તમારી પાસે આ ફાઇલ વાંચવા અથવા ફોલ્ડર ખોલવા માટેની પરવાનગી ન હોઈ શકે." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "સ્ત્રોતને ખોલવા માટે ખોલી શકાતું નથી" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" +"આનો અર્થ એ છે કે વિનંતી મુજબ ફાઇલ %1 માં લખી શકાયું નથી, કારણ કે " +"લખવા માટેની પરવાનગી મેળવી શકાઈ નથી." -#: core/job_error.cpp:457 -#, fuzzy, kde-format -#| msgid "Cannot Initiate the %1 Protocol" +#: core/job_error.cpp:460 +#, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "%1 પ્રોટોકોલ શરૂ કરી શકાતો નથી" +msgstr "%1 પ્રોટોકોલ દ્વારા જરૂરી પ્રક્રિયા શરૂ કરી શકાતી નથી" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "પ્રક્રિયા શરૂ કરવામાં અસક્ષમ" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" +"તમારા કોમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલની સુવિધા આપે છે તે " +"મળ્યો નથી અથવા શરૂ થઈ શક્યો નથી. આ સામાન્ય રીતે તકનીકી કારણોસર થાય છે." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " "been updated with your last update of KDE. This can cause the program to be " "incompatible with the current version and thus not start." msgstr "" +"આ પ્રોટોકોલ સાથે સુસંગતતા પૂરી પાડતો પ્રોગ્રામ કદાચ તમારા KDE ના છેલ્લા અપડેટ સાથે અપડેટ " +"થયો નથી. આના કારણે પ્રોગ્રામ વર્તમાન સંસ્કરણ સાથે અસંગત હોઈ શકે છે અને તેથી શરૂ થઈ શકતો " +"નથી." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "આંતરિક ક્ષતિ" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an internal error." msgstr "" +"તમારા કોમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલની સુવિધા આપે છે તેણે " +"આંતરિક ક્ષતિનો અહેવાલ આપ્યો છે." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "અયોગ્ય રીતે બંધારણ ઘડેલ URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" +"તમે દાખલ કરેલ Uniform Resource Locator (URL) યોગ્ય બંધારણમાં નહોતું. URL નું બંધારણ સામાન્ય રીતે આ મુજબ હોય છે: " +"
    protocol://user:password@www.example.org:port/folder/" +"filename.extension?query=value
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "આધાર ન અપાતું પ્રોટોકોલ %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" +"તમારા કમ્પ્યુટર પર હાલમાં ઇન્સ્ટોલ કરેલા KDE પ્રોગ્રામ્સ દ્વારા %1 " +"પ્રોટોકોલ સપોર્ટેડ નથી." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "વિનંતી કરેલ પ્રોટોકોલ કદાચ આધાર અપાતો નથી." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" +"આ કમ્પ્યુટર અને સર્વર દ્વારા સપોર્ટેડ %1 પ્રોટોકોલના સંસ્કરણો (versions) કદાચ અસંગત હોઈ " +"શકે છે." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" +"તમે આ પ્રોટોકોલને સમર્થન આપતા સોફ્ટવેર પ્લગઈન (જેને \"KIO worker\" કહેવામાં આવે છે) માટે " +"ઇન્ટરનેટ પર શોધ કરી શકો છો. શોધવા માટેના સ્થળોમાં https://store.kde.org નો સમાવેશ થાય છે." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL સ્ત્રોતનો સંદર્ભ આપતું નથી." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "પ્રોટોકોલએ ગાળક પ્રોટોકોલ છે" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" +"તમે દાખલ કરેલ Uniform Resource Locator (URL) કોઈ ચોક્કસ સ્ત્રોતનો નિર્દેશ કરતું નથી." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1107,208 +1089,232 @@ msgid "" "one of these situations. This is a rare event, and is likely to indicate a " "programming error." msgstr "" +"KDE પ્રોટોકોલની અંદર પ્રોટોકોલ દ્વારા વાતચીત કરવા માટે સક્ષમ છે; જોકે સ્પષ્ટ કરેલ " +"પ્રોટોકોલ ફક્ત આવી પરિસ્થિતિઓમાં ઉપયોગ માટે જ છે, પરંતુ આ તે પરિસ્થિતિઓમાંથી એક નથી. આ " +"એક દુર્લભ ઘટના છે, અને તે સંભવિત રીતે પ્રોગ્રામિંગ ક્ષતિ સૂચવે છે." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "આધાર ન અપાતી ક્રિયા: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" +"વિનંતી કરેલ ક્રિયા KDE પ્રોગ્રામ દ્વારા સપોર્ટેડ નથી જે %1 પ્રોટોકોલ " +"લાગુ કરી રહ્યો છે." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " "information should give you more information than is available to the KDE " "input/output architecture." msgstr "" +"આ ક્ષતિ KDE પ્રોગ્રામ પર ખૂબ જ નિર્ભર છે. વધારાની માહિતી તમને KDE ઇનપુટ/આઉટપુટ " +"આર્કિટેક્ચર પાસે ઉપલબ્ધ હોય તેના કરતા વધુ માહિતી આપશે." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." -msgstr "" +msgstr "સમાન પરિણામ મેળવવા માટે અન્ય કોઈ રસ્તો શોધવાનો પ્રયાસ કરો." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ફાઇલ ધારેલ છે" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." -msgstr "" +msgstr "આ વિનંતીમાં ફાઇલની અપેક્ષા હતી, પરંતુ તેના બદલે %1 ફોલ્ડર મળ્યું." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "આ કદાચ સર્વર બાજુની ક્ષતિ હોઇ શકે છે." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ફોલ્ડર હોવું જોઇએ" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." -msgstr "" +msgstr "આ વિનંતીમાં ફોલ્ડરની અપેક્ષા હતી, પરંતુ તેના બદલે %1 ફાઇલ મળી." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ફાઇલ અથવા ફોલ્ડર હાજર નથી" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડર %1 અસ્તિત્વ ધરાવતું નથી." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" +"વિનંતી કરેલી ફાઇલ બનાવી શકાઈ નથી કારણ કે તે જ નામની ફાઇલ પહેલેથી જ અસ્તિત્વમાં છે." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." -msgstr "" +msgstr "પહેલા વર્તમાન ફાઇલને ત્યાંથી ખસેડી દો, અને પછી ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "હાલની ફાઇલ દૂર કરો અને ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "નવી ફાઇલ માટે વૈકલ્પિક નામ પસંદ કરો." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" +"વિનંતી કરેલ ફોલ્ડર બનાવી શકાયું નથી કારણ કે તે જ નામનું ફોલ્ડર પહેલેથી જ અસ્તિત્વમાં છે." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." -msgstr "" +msgstr "પહેલા વર્તમાન ફોલ્ડરને ત્યાંથી ખસેડી દો, અને પછી ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "હાલનું ફોલ્ડર દૂર કરો અને ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "નવાં ફોલ્ડર માટે વૈકલ્પિક નામ પસંદ કરો." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "અજાણ્યું યજમાન" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" +"અજ્ઞાત હોસ્ટ (unknown host) ક્ષતિ સૂચવે છે કે વિનંતી કરેલ નામ, %1 " +"વાળું સર્વર, ઇન્ટરનેટ પર શોધી શકાયું નથી." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" +"તમે જે નામ ટાઈપ કર્યું છે, %1, તે અસ્તિત્વમાં ન હોઈ શકે: તે ખોટી રીતે ટાઈપ થયેલું હોઈ શકે છે." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "પ્રવેશ બંધ છે" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." -msgstr "" - -#: core/job_error.cpp:617 core/job_error.cpp:893 -#, kde-format -msgid "You may have supplied incorrect authentication details or none at all." -msgstr "" +msgstr "નિર્દિષ્ટ સ્ત્રોત, %1, માટેનો પ્રવેશ નકારવામાં આવ્યો છે." #: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "" +"તમે કદાચ ખોટી પ્રમાણીકરણ વિગતો (authentication details) આપી છે અથવા કોઈ પણ વિગત " +"આપી નથી." + +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" +"તમારા ખાતા (account) પાસે નિર્દિષ્ટ સ્ત્રોત (resource) ને વાપરવાની પરવાનગી ન હોઈ " +"શકે." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" +"ફરીથી વિનંતીનો પ્રયાસ કરો અને ખાતરી કરો કે તમારી પ્રમાણીકરણ વિગતો (authentication " +"details) સાચી રીતે દાખલ કરવામાં આવી છે." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "લખવાની પરવાનગી નથી" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" +"આનો અર્થ એ છે કે ફાઇલ %1 માં લખવાનો પ્રયાસ કરવામાં આવ્યો હતો, પરંતુ " +"તે નિષ્ફળ રહ્યો હતો." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "ફોલ્ડરમાં દાખલ થઇ શકાતું નથી" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" +"આનો અર્થ એ છે કે વિનંતી કરેલ ફોલ્ડર %1 માં પ્રવેશવાનો (બીજા શબ્દોમાં " +"કહીએ તો, ખોલવાનો) પ્રયાસ નકારવામાં આવ્યો હતો." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "ફોલ્ડર યાદી પ્રાપ્ત નથી" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "પ્રોટોકોલ %1 ફાઇલસિસ્ટમ નથી" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " "of the folder, and the KDE program supporting this protocol is unable to do " "so." msgstr "" +"આનો અર્થ એ છે કે એક એવી વિનંતી કરવામાં આવી હતી જેમાં ફોલ્ડરની સામગ્રી (contents) નક્કી " +"કરવાની જરૂર છે, અને આ પ્રોટોકોલને સપોર્ટ કરતો KDE પ્રોગ્રામ તેમ કરવામાં અસમર્થ છે." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "ચક્રીય કડી શોધાઇ" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1316,35 +1322,41 @@ msgid "" "an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " "itself." msgstr "" +"UNIX એન્વાયરમેન્ટ્સ (environments) સામાન્ય રીતે ફાઇલ અથવા ફોલ્ડરને અલગ નામ અને/અથવા " +"સ્થાન સાથે લિંક કરવા સક્ષમ હોય છે. KDE એ એવી લિંક અથવા લિંક્સની શ્રેણી શોધી કાઢી છે જે " +"અનંત લૂપ (infinite loop) માં પરિણમે છે - એટલે કે ફાઇલ (કદાચ આડકતરી રીતે) પોતાની સાથે " +"જ લિંક થયેલી હતી." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" +"લૂપના એક ભાગને કાઢી નાખો જેથી તે અનંત લૂપ (infinite loop) ન સર્જે, અને પછી ફરી પ્રયત્ન " +"કરો." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "વપરાશકર્તા વડે વિનંતી નકારવામાં આવી" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." -msgstr "" +msgstr "વિનંતી પૂર્ણ થઈ શકી નથી કારણ કે તેને અધવચ્ચેથી અટકાવી દેવામાં આવી હતી (aborted)." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "ફરી વિનંતી કરો." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "નકલ દરમિયાન ચક્રીય કડી શોધાઇ" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1352,104 +1364,126 @@ msgid "" "link or series of links that results in an infinite loop - i.e. the file was " "(perhaps in a roundabout way) linked to itself." msgstr "" +"UNIX એન્વાયરમેન્ટ્સ (environments) સામાન્ય રીતે ફાઇલ અથવા ફોલ્ડરને અલગ નામ અને/અથવા " +"સ્થાન સાથે લિંક કરવા સક્ષમ હોય છે. વિનંતી કરેલી કોપી (copy) પ્રક્રિયા દરમિયાન, KDE એ " +"એવી લિંક અથવા લિંક્સની શ્રેણી શોધી કાઢી છે જે અનંત લૂપ (infinite loop) માં પરિણમે છે - " +"એટલે કે ફાઇલ (કદાચ આડકતરી રીતે) પોતાની સાથે જ લિંક થયેલી હતી." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "નેટવર્ક જોડાણ બનાવી શકાતું નથી." -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "સોકેટ બનાવી શકાતું નથી" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" +"આ એક તકનીકી ક્ષતિ (technical error) છે જેમાં નેટવર્ક સંચાર માટે જરૂરી ઉપકરણ (સોકેટ - " +"socket) બનાવી શકાયું નથી." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" +"નેટવર્ક કનેક્શન કદાચ ખોટી રીતે ગોઠવાયેલું (configured) હોઈ શકે છે, અથવા નેટવર્ક ઇન્ટરફેસ " +"સક્ષમ (enabled) ન હોઈ શકે." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "સર્વર સાથેનું જોડાણ નકારવામાં આવ્યું" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" +"સર્વર %1 એ આ કમ્પ્યુટરને કનેક્શન (જોડાણ) કરવાની મંજૂરી આપવાનો ઇનકાર " +"કર્યો છે." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" +"સર્વર, અત્યારે ઇન્ટરનેટ સાથે જોડાયેલ હોવા છતાં, કદાચ વિનંતીઓ (requests) સ્વીકારવા માટે " +"ગોઠવાયેલું (configured) ન હોઈ શકે." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" +"સર્વર, અત્યારે ઇન્ટરનેટ સાથે જોડાયેલ હોવા છતાં, કદાચ વિનંતી કરેલી સેવા (%1) ચલાવી રહ્યું ન " +"હોઈ શકે." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " "protecting your network or the network of the server, may have intervened, " "preventing this request." msgstr "" +"નેટવર્ક ફાયરવોલ (એક ઉપકરણ જે ઇન્ટરનેટ વિનંતીઓ પર પ્રતિબંધ મૂકે છે), જે તમારા નેટવર્ક અથવા " +"સર્વરના નેટવર્કનું રક્ષણ કરે છે, તેણે કદાચ હસ્તક્ષેપ કર્યો હોઈ શકે છે, જેના કારણે આ વિનંતી અટકી " +"ગઈ છે." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "સર્વર સાથેનું જોડાણ અચાનક બંધ થઇ ગયું" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" +"જોકે %1 સાથે જોડાણ (connection) સ્થાપિત થઈ ગયું હતું, પરંતુ સંચાર (communication) " +"દરમિયાન અણધાર્યા સમયે આ જોડાણ બંધ થઈ ગયું હતું." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" +"પ્રોટોકોલ ભૂલ આવી હોઈ શકે છે, જેના કારણે સર્વરે ભૂલના પ્રતિભાવ તરીકે કનેક્શન બંધ કરી દીધું છે." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL સ્ત્રોત અયોગ્ય" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "પ્રોટોકોલ %1 એ ગાળક પ્રોટોકોલ નથી" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " "accessing the specific resource, %1%2." msgstr "" +"તમે દાખલ કરેલ Uniform Resource Locator (URL), વિશિષ્ટ સંસાધન (resource) %1%2 ને " +"એક્સેસ કરવાની માન્ય પદ્ધતિ (mechanism) નો નિર્દેશ કરતું નથી." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1457,693 +1491,767 @@ msgid "" "capable of such an action. This is a rare event, and is likely to indicate a " "programming error." msgstr "" +"KDE પ્રોટોકોલની અંદર પ્રોટોકોલ દ્વારા સંવાદ કરવા સક્ષમ છે. આ વિનંતીમાં આ રીતે ઉપયોગમાં " +"લેવા માટે એક પ્રોટોકોલ નિર્દિષ્ટ કરવામાં આવ્યો હતો, જોકે આ પ્રોટોકોલ આવી ક્રિયા માટે " +"સક્ષમ નથી. આ એક દુર્લભ ઘટના છે, અને તે પ્રોગ્રામિંગ ભૂલ સૂચવે તેવી સંભાવના છે." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" -msgstr "" +msgstr "ઇનપુટ/આઉટપુટ ઉપકરણ પ્રારંભ કરવામાં અસમર્થ" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ઉપકરણ માઉન્ટ કરી શકાતું નથી" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" +"વિનંતી કરેલ ઉપકરણ પ્રારંભ (\"માઉન્ટ\") કરી શકાયું નથી. જણાવાયેલી ભૂલ આ હતી: " +"%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " "removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " "peripheral/portable device, the device may not be correctly connected." msgstr "" +"સાધન તૈયાર ન હોઈ શકે, ઉદાહરણ તરીકે રિમૂવેબલ મીડિયા ડિવાઇસમાં કોઈ મીડિયા ન હોય (જેમ " +"કે સીડી ડ્રાઇવમાં સીડી-રોમ નથી), અથવા પેરિફેરલ/પોર્ટેબલ સાધનના કિસ્સામાં, સાધન યોગ્ય " +"રીતે જોડાયેલ ન હોઈ શકે." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" +"તમારી પાસે ઉપકરણને પ્રારંભ (\"માઉન્ટ\") કરવાની પરવાનગી ન હોઈ શકે. UNIX સિસ્ટમો પર, " +"ઉપકરણને પ્રારંભ કરવા માટે ઘણીવાર સિસ્ટમ એડમિનિસ્ટ્રેટરના વિશેષાધિકારોની જરૂર હોય છે." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" +"ખાતરી કરો કે ઉપકરણ તૈયાર છે; રિમૂવેબલ ડ્રાઇવ્સમાં મીડિયા હોવું આવશ્યક છે, અને પોર્ટેબલ " +"ઉપકરણો કનેક્ટ થયેલા અને ચાલુ હોવા જોઈએ; અને ફરીથી પ્રયાસ કરો." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" -msgstr "" +msgstr "ઇનપુટ/આઉટપુટ ડિવાઇસ અનઇનિશિયલાઇઝ કરવામાં અસમર્થ" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ઉપકરણ અનમાઉન્ટ કરી શકાતું નથી" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" +"વિનંતી કરેલ ઉપકરણ અનઇનિશિયલાઇઝ (\"અનમાઉન્ટ\") કરી શકાયું નથી. નોંધાયેલ ભૂલ હતી: " +"%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " "user. Even such things as having an open browser window on a location on " "this device may cause the device to remain in use." msgstr "" +"ઉપકરણ વ્યસ્ત હોઈ શકે છે, એટલે કે, હજી પણ અન્ય એપ્લિકેશન અથવા વપરાશકર્તા દ્વારા ઉપયોગમાં " +"લેવાય છે. આ ઉપકરણ પરના સ્થાન પર ખુલ્લી બ્રાઉઝર વિન્ડો રાખવા જેવી વસ્તુઓ પણ ઉપકરણને " +"ઉપયોગમાં રહેવાનું કારણ બની શકે છે." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " "UNIX systems, system administrator privileges are often required to " "uninitialize a device." msgstr "" +"તમારી પાસે ઉપકરણને અનઇનિશિયલાઇઝ (\"અનમાઉન્ટ\") કરવાની પરવાનગી ન હોઈ શકે. UNIX " +"સિસ્ટમો પર, ઉપકરણને અનઇનિશિયલાઇઝ કરવા માટે ઘણીવાર સિસ્ટમ એડમિનિસ્ટ્રેટરના " +"વિશેષાધિકારોની જરૂર હોય છે." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" +"ખાતરી કરો કે કોઈ પણ એપ્લિકેશન ઉપકરણને એક્સેસ કરી રહી નથી, અને ફરીથી પ્રયાસ કરો." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "સ્ત્રોતમાંથી વાંચી શકાતું નથી" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" +"આનો અર્થ એ છે કે, જોકે સંસાધન (resource), %1, ખોલી શકાયું હતું, પરંતુ " +"તેની સામગ્રી (contents) વાંચતી વખતે ભૂલ થઈ હતી." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "તમને કદાચ સ્ત્રોતમાંથી વાંચવાની પરવાનગીઓ નથી." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "સ્ત્રોતમાં લખી શકાતું નથી" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" +"આનો અર્થ એ છે કે જો કે સ્ત્રોત, %1, ખોલી શકાયો હતો, પરંતુ સ્ત્રોતની " +"સામગ્રી વાંચતી વખતે ભૂલ આવી હતી." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "તમને કદાચ સ્ત્રોતો પર લખવાની પરવાનગીઓ નથી." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "નેટવર્ક જોડાણો માટે સાંભળી શકતું નથી" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "બાંધી શકાતું નથી" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be established to listen for incoming " "network connections." msgstr "" +"આ એકદમ ટેકનિકલ ભૂલ છે જેમાં નેટવર્ક સંચાર માટે જરૂરી સાધન (સોકેટ) આવતા નેટવર્ક કનેક્શન્સ " +"સાંભળવા માટે સ્થાપિત કરી શકાયું નથી." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "સાંભળી શકાતું નથી" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "નેટવર્ક જોડાણ સ્વીકારી શકાયું નહી" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" +"આ એક તદ્દન તકનીકી ભૂલ છે જેમાં ઇનકમિંગ નેટવર્ક કનેક્શન સ્વીકારવાનો પ્રયાસ કરતી વખતે ભૂલ " +"આવી હતી." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "આ જોડાણ સ્વીકારવા માટે તમારી પાસે પરવાનગીઓ નથી." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "પ્રવેશ કરી શકાતું નથી: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." -msgstr "" +msgstr "વિનંતી કરેલ કામગીરી કરવા માટે લોગિન કરવાનો પ્રયાસ અસફળ રહ્યો હતો." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "સ્ત્રોત સ્થિતિ નક્કી કરી શકાતી નથી" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "સ્ત્રોત નક્કી કરી શકાતો નથી" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" +"રિસોર્સ %1 ની સ્થિતિ વિશેની માહિતી જેમ કે રિસોર્સનું નામ, પ્રકાર, કદ વગેરે નિર્ધારિત " +"કરવાનો પ્રયાસ અસફળ રહ્યો હતો." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" +"નિર્દિષ્ટ સંસાધન (resource) કદાચ અસ્તિત્વમાં ન હોઈ શકે અથવા કદાચ તે એક્સેસ કરી શકાય તેવું " +"ન હોઈ શકે." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "યાદી રદ કરી શકાતી નથી" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "મને સુધારો: આનો દસ્તાવેજ બનાવો" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "ફોલ્ડર બનાવી શકાતું નથી" -#: core/job_error.cpp:931 -#, kde-format -msgid "An attempt to create the requested folder failed." -msgstr "વિનંતી કરેલ ફોલ્ડર બનાવવાનો પ્રયત્ન નિષ્ફળ ગયો." - #: core/job_error.cpp:934 #, kde-format -msgid "The location where the folder was to be created may not exist." -msgstr "" +msgid "An attempt to create the requested folder failed." +msgstr "વિનંતી કરેલ ફોલ્ડર બનાવવાનો પ્રયાસ નિષ્ફળ રહ્યો." -#: core/job_error.cpp:943 +#: core/job_error.cpp:937 +#, kde-format +msgid "The location where the folder was to be created may not exist." +msgstr "નિર્દિષ્ટ સ્ત્રોત કદાચ અસ્તિત્વમાં નથી અથવા કદાચ સુલભ નથી." + +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "ફોલ્ડર દૂર કરી શકાતું નથી" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." -msgstr "" +msgstr "નિર્દિષ્ટ ફોલ્ડર, %1, ને દૂર કરવાનો પ્રયાસ નિષ્ફળ રહ્યો." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "સ્પષ્ટ કરેલ ફોલ્ડર કદાચ હાજર નથી." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "સ્પષ્ટ કરેલ ફોલ્ડર કદાચ ખાલી નથી." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." -msgstr "" +msgstr "ખાતરી કરો કે ફોલ્ડર અસ્તિત્વમાં છે અને ખાલી છે, અને ફરીથી પ્રયાસ કરો." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ફાઇલ પરિવહન પાછું શરૂ કરી શકાતું નથી" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" - -#: core/job_error.cpp:966 -#, kde-format -msgid "The protocol, or the server, may not support file resuming." -msgstr "" +"ફાઈલ %1 ના સ્થળાંતરને ચોક્કસ બિંદુએથી ફરી શરૂ કરવાની વિનંતી કરવામાં " +"આવી હતી. આ શક્ય નહોતું." #: core/job_error.cpp:969 #, kde-format -msgid "Retry the request without attempting to resume transfer." -msgstr "" +msgid "The protocol, or the server, may not support file resuming." +msgstr "પ્રોટોકોલ અથવા સર્વર, ફાઇલ પુનઃપ્રારંભ કરવાનું સમર્થન ન આપી શકે." -#: core/job_error.cpp:974 +#: core/job_error.cpp:972 +#, kde-format +msgid "Retry the request without attempting to resume transfer." +msgstr "ટ્રાન્સફર ફરીથી શરૂ કરવાનો પ્રયાસ કર્યા વિના વિનંતીનો ફરીથી પ્રયાસ કરો." + +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "સ્ત્રોતનું નામ બદલી શકાતું નથી" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." -msgstr "" +msgstr "નિર્દિષ્ટ સ્ત્રોત %1 નું નામ બદલવાનો પ્રયાસ નિષ્ફળ ગયો." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "સ્ત્રોતની પરવાનગીઓ બદલી શકાતી નથી" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." -msgstr "" +msgstr "નિર્દિષ્ટ સ્ત્રોત %1 પર પરવાનગીઓ બદલવાનો પ્રયાસ નિષ્ફળ ગયો." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "સ્ત્રોતની માલિકી બદલી શકાતી નથી" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." -msgstr "" +msgstr "નિર્દિષ્ટ સ્ત્રોત %1 ની માલિકી બદલવાનો પ્રયાસ નિષ્ફળ ગયો." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "સ્ત્રોત દૂર કરી શકાતો નથી" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." -msgstr "" +msgstr "નિર્દિષ્ટ સ્ત્રોત %1 ને કાઢી નાખવાનો પ્રયાસ નિષ્ફળ રહ્યો." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "ન ધારેલ કાર્યક્રમ સમાપ્તિ" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" +"તમારા કમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલને એક્સેસ પ્રદાન કરે છે તે " +"અણધારી રીતે બંધ થઈ ગયો છે." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" -msgstr "મેમરીની બહાર" +msgstr "મેમરી ખૂટી ગઈ છે" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" +"તમારા કમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલને એક્સેસ પ્રદાન કરે છે તે " +"આગળ વધવા માટે જરૂરી મેમરી મેળવી શક્યો નથી." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "અજાણ્યું પ્રોક્સી યજમાન" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " "indicates that the requested name could not be located on the Internet." msgstr "" +"નિર્દિષ્ટ પ્રોક્સી હોસ્ટ, %1 વિશેની માહિતી પુનઃપ્રાપ્ત કરતી વખતે, " +"Unknown Host (અજ્ઞાત હોસ્ટ) ભૂલ આવી હતી. અજ્ઞાત હોસ્ટ ભૂલ સૂચવે છે કે વિનંતી કરેલ નામ " +"ઇન્ટરનેટ પર શોધી શકાયું નથી." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " "your proxy's hostname. If you have been accessing the Internet with no " "problems recently, this is unlikely." msgstr "" +"તમારા નેટવર્ક રૂપરેખાંકનમાં સમસ્યા હોઈ શકે છે, ખાસ કરીને તમારા પ્રોક્સીના હોસ્ટનામમાં. જો " +"તમે તાજેતરમાં કોઈ સમસ્યા વિના ઇન્ટરનેટનો ઉપયોગ કરી રહ્યા હોવ, તો આની શક્યતા ઓછી છે." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "તમારી પ્રોક્સી ગોઠવણી બે વખત ચકાસો અને ફરી પ્રયત્ન કરો." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "સત્તાધિકરણ નિષ્ફળ: રીત %1 આધારિત નથી" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." msgstr "" +"જોકે તમે સાચી સત્તાધિકરણ વિગતો આપી હોઈ શકે છે, તેમ છતાં સત્તાધિકરણ નિષ્ફળ રહ્યું કારણ કે " +"સર્વર જે પદ્ધતિનો ઉપયોગ કરી રહ્યું છે તે પ્રોટોકોલ %1 ને અમલમાં મૂકતા KDE પ્રોગ્રામ દ્વારા " +"સમર્થિત નથી." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" +"અસમર્થિત પ્રમાણીકરણ પદ્ધતિ વિશે KDE ટીમને જાણ કરવા માટે કૃપા કરીને https://bugs.kde.org/ પર બગ ફાઇલ કરો." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "વિનંતી નકારવામાં આવી" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "સર્વરમાં આંતરિક ક્ષતિ" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" +"સર્વર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલની ઍક્સેસ પ્રદાન કરે છે તેણે આંતરિક " +"ભૂલની જાણ કરી છે: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" - -#: core/job_error.cpp:1089 -#, kde-format -msgid "Contact the administrator of the server to advise them of the problem." -msgstr "" +"આ સર્વર પ્રોગ્રામમાં રહેલી કોઈ ભૂલ (બગ) ને કારણે હોવાની સૌથી વધુ શક્યતા છે. કૃપા કરીને " +"નીચે જણાવ્યા મુજબ સંપૂર્ણ ભૂલ અહેવાલ (બગ રિપોર્ટ) સબમિટ કરવા પર વિચાર કરો." #: core/job_error.cpp:1092 #, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "સમસ્યા વિશે તેમને સલાહ આપવા માટે સર્વરના સંચાલકનો સંપર્ક કરો." + +#: core/job_error.cpp:1095 +#, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" +"જો તમે જાણતા હોવ કે સર્વર સોફ્ટવેરના લેખકો કોણ છે, તો બગ રિપોર્ટ સીધો તેમને સબમિટ કરો." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "સમયસમાપ્તિ ક્ષતિ" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" +"સર્વર સાથે સંપર્ક કરવામાં આવ્યો હતો, પરંતુ વિનંતી માટે ફાળવવામાં આવેલા સમયની અંદર પ્રતિસાદ " +"મળ્યો ન હતો." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." -msgstr "" +msgstr "અન્ય વિનંતીઓનો જવાબ આપવામાં સર્વર ખૂબ જ વ્યસ્ત હતું." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" -msgstr "અજ્ઞાત ક્ષતિ" +msgstr "અજ્ઞાત ભૂલ" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" +"તમારા કમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલને એક્સેસ પ્રદાન કરે છે તેણે " +"અજ્ઞાત પ્રકારના વિક્ષેપની જાણ કરી છે: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "અજાણી ખલેલ" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" +"તમારા કમ્પ્યુટર પરનો પ્રોગ્રામ જે %1 પ્રોટોકોલને એક્સેસ પ્રદાન કરે છે તેણે " +"અજ્ઞાત પ્રકારના વિક્ષેપની જાણ કરી છે: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "મૂળ ફાઇલ દૂર કરી શકાતી નથી" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " "likely at the end of a file move operation. The original file %1 could not be deleted." msgstr "" +"વિનંતી કરેલ પ્રક્રિયા માટે મૂળ ફાઇલને કાઢી નાખવી આવશ્યક હતી, જે સંભવતઃ ફાઇલ ખસેડવાની " +"પ્રક્રિયાના અંતે હોય છે. મૂળ ફાઇલ %1 કાઢી શકાઈ નથી." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "કામચલાઉ ફાઇલ દૂર કરી શકાતી નથી" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " "to save the new file while being downloaded. This temporary file %1 could not be deleted." msgstr "" +"વિનંતી કરેલ પ્રક્રિયા માટે એક કામચલાઉ ફાઇલ બનાવવાની જરૂર હતી જેમાં નવી ફાઇલ ડાઉનલોડ " +"કરતી વખતે સાચવી શકાય. આ કામચલાઉ ફાઇલ %1 કાઢી શકાઈ નથી." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "મૂળ ફાઇલનું નામ બદલી શકાતું નથી" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" +"વિનંતી કરેલ પ્રક્રિયા માટે મૂળ ફાઇલ %1 નું નામ બદલવું જરૂરી હતું, પરંતુ તેનું " +"નામ બદલી શકાયું નથી." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "કામચલાઉ ફાઇલનું નામ બદલી શકાતું નથી" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" +"વિનંતી કરેલ પ્રક્રિયા માટે કામચલાઉ ફાઇલ %1 બનાવવાની જરૂર હતી, જોકે " +"તે બનાવી શકાઈ નથી." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "કડી બનાવી શકાતી નથી" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "સંજ્ઞા કડી બનાવી શકાતી નથી" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." -msgstr "" +msgstr "વિનંતી કરેલી સાંકેતિક લિંક %1 બનાવી શકાઈ નથી." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "કોઇ વિગત નથી" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ડિસ્ક પૂરી ભરેલ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" +"વિનંતી કરેલી ફાઇલ %1 લખી શકાઈ નથી કારણ કે ડિસ્ક પર પૂરતી જગ્યા " +"નથી." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" +"1) બિનજરૂરી અને કામચલાઉ ફાઇલોને ડિલીટ કરીને; 2) સીડી-રેકોર્ડેબલ ડિસ્ક જેવા રીમુવેબલ " +"મીડિયા સ્ટોરેજમાં ફાઇલોને આર્કાઇવ કરીને; અથવા 3) વધુ સ્ટોરેજ ક્ષમતા મેળવીને પૂરતી ડિસ્ક " +"જગ્યા ખાલી કરો." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "સ્ત્રોત અને લક્ષ્ય ફાઇલો સમાન" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." -msgstr "" +msgstr "સ્ત્રોતને પોતાની અંદર ખસેડી શકાતો ન હોવાથી કામગીરી પૂર્ણ કરી શકાઈ નથી." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." -msgstr "" +msgstr "ગંતવ્ય ફાઇલ માટે અલગ ફાઇલનામ પસંદ કરો." -#: core/job_error.cpp:1221 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1216 +#, kde-format msgid "File or Folder dropped onto itself" -msgstr "ફાઇલ અથવા ફોલ્ડર હાજર નથી" +msgstr "ફાઇલ અથવા ફોલ્ડર તેના પોતાના પર જ મૂકવામાં આવ્યું છે" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" +"સ્ત્રોત અને લક્ષ્ય ફાઇલ અથવા ફોલ્ડર સમાન હોવાને કારણે કામગીરી પૂર્ણ કરી શકાઈ નથી." -#: core/job_error.cpp:1225 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1220 +#, kde-format msgid "Drop the item into a different file or folder." -msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડર નકલ કરો" +msgstr "વસ્તુને અલગ ફાઇલ અથવા ફોલ્ડરમાં મૂકો." -#: core/job_error.cpp:1235 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1230 +#, kde-format msgid "Folder moved into itself" -msgstr "ફાઇલ અથવા ફોલ્ડર હાજર નથી" +msgstr "ફોલ્ડર તેના પોતાનામાં જ ખસેડવામાં આવ્યું છે" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." -msgstr "" +msgstr "સ્ત્રોતને પોતાની અંદર ખસેડી શકાતો ન હોવાથી કામગીરી પૂર્ણ કરી શકાઈ નથી." -#: core/job_error.cpp:1239 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1234 +#, kde-format msgid "Move the item into a different folder." -msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડર નકલ કરો" +msgstr "વસ્તુને અલગ ફોલ્ડરમાં ખસેડો." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "પાસવર્ડ સર્વર સાથે સંપર્ક કરી શકાયો નથી" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" +"ક્રિયા પૂર્ણ કરી શકાઈ નથી કારણ કે પાસવર્ડ્સ માટે વિનંતી કરવાની સેવા (kpasswdserver) " +"નો સંપર્ક કરી શકાયો નથી" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" +"તમારા સત્રને ફરીથી શરૂ કરવાનો પ્રયાસ કરો, અથવા kiod તરફથી આવતી ભૂલો માટે લોગ્સ " +"તપાસો." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 પ્રોટોકોલ શરૂ કરી શકાતો નથી" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "io-slave બનાવવામાં અસક્ષમ: %1" +msgstr "KIO વર્કર બનાવવામાં અસમર્થ" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" +"%1 પ્રોટોકોલને એક્સેસ આપતું KIO વર્કર શરૂ કરી શકાયું નથી. આ સામાન્ય " +"રીતે ટેકનિકલ કારણોસર થાય છે." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"klauncher જે પ્લગઇન પ્રોટોકોલ પૂરો પાડે છે તેને શોધી અથવા શરૂ કરી શક્યું નથી. આનો અર્થ એ " +"છે કે તમારી પાસે પ્લગઇનનું જૂનું સંસ્કરણ હોઈ શકે છે." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "%1 ને સ્થાનાંતરિત કરી શકાતું નથી" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"%1 ફાઇલ સ્થાનાંતરિત કરી શકાતી નથી, કારણ કે નિર્ધારિત " +"ફાઇલસિસ્ટમ આટલી મોટી ફાઇલોને સપોર્ટ કરતી નથી" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" +"ડેસ્ટિનેશન ડ્રાઇવને એવી ફાઇલસિસ્ટમનો ઉપયોગ કરવા માટે રીફોર્મેટ કરો જે આટલી મોટી ફાઇલોને " +"સપોર્ટ કરતી હોય." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "દસ્તાવેજ ન કરેલ ક્ષતિ" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 પર સાંકેતિક કડી)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 ને કડી)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 સાથે જોડેલ)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2152,118 +2260,122 @@ msgstr "" "ખરાબ URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "%1 માટે ફાઇલનો પ્રકાર નક્કી કરવામાં અસમર્થ" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" +"'%1' માંથી ચલાવી શકાય તેવા પ્રોગ્રામનું નામ મેળવી શકાયું નથી, કૃપા કરી પ્રોગ્રામનું યોગ્ય " +"નામ લખો." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "%1 એ એક્ઝિક્યુટેબલ પ્રોગ્રામ હોય તેવું લાગતું નથી." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"%1 મળ્યું નથી; કૃપા કરીને એક્ઝિક્યુટેબલ પ્રોગ્રામનો માન્ય પાથ દાખલ " +"કરો." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે કનેક્શન ખોલવાનું સમર્થિત નથી." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે જોડાણો બંધ કરવાનું સમર્થિત નથી." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે ફાઇલોને એક્સેસ કરવાનું સપોર્ટેડ નથી." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 માં લખવાનું આધારિત નથી." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 માટે કોઈ વિશેષ ક્રિયાઓ ઉપલબ્ધ નથી." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 માટે ફોલ્ડર્સની યાદી બનાવવાનું સમર્થિત નથી." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." -msgstr "" +msgstr "%1 માંથી માહિતી મેળવવાનું સમર્થિત નથી." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." -msgstr "" +msgstr "%1 માંથી માઇમ પ્રકારની માહિતી મેળવવાનું સમર્થિત નથી." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "" +msgstr "%1 ની અંદર ફાઇલોનું નામ બદલવું અથવા ખસેડવું સમર્થિત નથી." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે સિમલિંક્સ (symlinks) બનાવવાનું સમર્થિત નથી." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." -msgstr "" +msgstr "%1 ની અંદર ફાઇલો નકલ કરવાનું સમર્થિત નથી." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." -msgstr "" +msgstr "%1 માંથી ફાઇલોને કાઢી નાખવાનું સમર્થિત નથી." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે ફોલ્ડર્સ બનાવવાનું સમર્થિત નથી." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે ફાઇલોના ગુણધર્મો બદલવાનું સમર્થિત નથી." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે ફાઇલોની માલિકી બદલવાનું સમર્થિત નથી." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." -msgstr "" +msgstr "પ્રોટોકોલ %1 સાથે ફાઇલો ખોલવાનું સમર્થિત નથી." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "પ્રોટોકોલ %1 ક્રિયા %2 ને આધાર આપતો નથી." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2271,443 +2383,440 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"પ્રોટોકોલ ’%1’ માટે KIO વર્કરની સુરક્ષા, જે સામાન્ય રીતે એલિવેટેડ પરવાનગીઓ માટે પૂછે છે, " +"તેની ખાતરી આપી શકાતી નથી કારણ કે રૂટ સિવાયના વપરાશકર્તાઓ પાસે તેને %2 પર સંશોધિત " +"કરવાની પરવાનગી છે." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "અજાણ્યો પ્રોટોકોલ '%1'." -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "પ્રોટોકોલ '%1' માટે io-slave મળી શકતું નથી." +msgstr "પ્રોટોકોલ '%1' માટે KIO વર્કર મળી શક્યું નથી." -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2 માં પ્રોટોકોલ “%1” માટેનો KIO વર્કર લોડ કરવામાં આવ્યો નથી કારણ કે તમામ KIO વર્કર્સ " +"જે %3 ની બહાર સ્થિત છે અને ઉચ્ચ વિશેષાધિકારો માંગે છે તેમને અસુરક્ષિત માનવામાં આવે છે." + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "પ્રોટોકોલ '%1' માટે io-slave મળી શકતું નથી." +msgstr "પ્રોટોકોલ '%1' માટે KIO વર્કર શરૂ કરવા માટે સોકેટ બનાવી શકાતું નથી." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "પ્રોટોકોલ '%1' માટે io-slave મળી શકતું નથી." +msgstr "'%1' પર 'kioworker' એક્ઝિક્યુટેબલ શોધી શકાયું નથી" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "વિગતો (&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "હંંમેશા (&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "ચાલુ રાખો (&n)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "માત્ર હાલનાં સત્રો (&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "નવા ફોલ્ડરમાં ખસેડો" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "આ વસ્તુઓ માટે નવુ ફોલ્ડર બનાવો" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "તમે દૂર કરવા માટે ફાઇલ પસંદ કરી નથી." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "દૂર કરવાનું કંઇ નથી" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "તમે દૂર કરવા માટે ફાઇલ પસંદ કરી નથી." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "દૂર કરવા માટે કંઇ નથી" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "સ્પષ્ટ કરેલ ફોલ્ડર અસ્તિત્વમાં ધરાવતું નથી અથવા વાંચી શકાય તેમ નથી." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "મેનુ" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "પિતૃ ફોલ્ડર" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "પાછા જાઓ" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "આગળ વધો" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ઘર ફોલ્ડર" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "ફરી લાવો" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "નવું ફોલ્ડર" +msgstr "નવું ફોલ્ડર…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "કચરાપેટીમાં ખસેડો" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "દૂર કરો" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" -msgstr "ગોઠવણી" +msgstr "ક્રમબદ્ધ કરો" -#: filewidgets/kdiroperator.cpp:2005 -#, fuzzy, kde-format -#| msgid "Site Name" +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format msgid "Sort by Name" -msgstr "સાઇટ નામ" +msgstr "નામ પ્રમાણે ક્રમબદ્ધ કરો" -#: filewidgets/kdiroperator.cpp:2011 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format msgid "Sort by Size" -msgstr "ટૂંકો દેખાવ" +msgstr "કદ પ્રમાણે ક્રમબદ્ધ કરો" -#: filewidgets/kdiroperator.cpp:2017 -#, fuzzy, kde-format -#| msgid "By Date" +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format msgid "Sort by Date" -msgstr "તારીખ વડે" +msgstr "તારીખ મુજબ ક્રમબદ્ધ કરો" -#: filewidgets/kdiroperator.cpp:2023 -#, fuzzy, kde-format -#| msgid "Entry Type" +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format msgid "Sort by Type" -msgstr "દાખલો પ્રકાર" +msgstr "પ્રકાર ક્રમબદ્ધ કરો" -#: filewidgets/kdiroperator.cpp:2032 -#, fuzzy, kde-format -#| msgid "Descending" +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format msgid "Ascending" -msgstr "ઉતરતાં ક્રમમાં" +msgstr "ચડતા ક્રમમાં" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "ઉતરતાં ક્રમમાં" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" -msgstr "" +msgstr "પહેલા ફોલ્ડર્સ" -#: filewidgets/kdiroperator.cpp:2052 -#, fuzzy, kde-format -#| msgid "Show Hidden Files" +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format msgid "Hidden Files Last" -msgstr "છુપાવેલી ફાઇલો બતાવો" +msgstr "છુપાયેલી ફાઇલો છેલ્લે રાખવી" -#: filewidgets/kdiroperator.cpp:2059 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format msgid "Icons View" -msgstr "ટૂંકો દેખાવ" +msgstr "ચિહ્નોનું દ્રશ્ય" -#: filewidgets/kdiroperator.cpp:2066 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format msgid "Compact View" -msgstr "ટૂંકો દેખાવ" +msgstr "કોમ્પેક્ટ વ્યુ" -#: filewidgets/kdiroperator.cpp:2073 -#, fuzzy, kde-format -#| msgid "Detailed View" +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format msgid "Details View" msgstr "વિસ્તૃત દેખાવ" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ચિહ્ન સ્થિતિ" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ફાઇલ નામ પછી" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ફાઇલ નામની ઉપર" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "ટૂંકો દેખાવ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "વિસ્તૃત દેખાવ" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "વૃક્ષ દેખાવ" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "વિસ્તૃત વૃક્ષ દેખાવ" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "વિગતોના દૃશ્યમાં વિસ્તરણની પરવાનગી આપો" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "છુપાવેલી ફાઇલો બતાવો" -#: filewidgets/kdiroperator.cpp:2162 -#, fuzzy, kde-format -#| msgid "Show Preview" +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format msgid "Show Preview Panel" -msgstr "પૂર્વદર્શન બતાવો" +msgstr "પૂર્વાવલોકન પેનલ બતાવો" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "પૂર્વદર્શન બતાવો" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "આને સમાવતુ ફોલ્ડર ખોલો" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "ગુણધર્મો" -#: filewidgets/kdiroperator.cpp:2192 -#, fuzzy, kde-format -#| msgid "&View" +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format msgid "&View Mode" -msgstr "દેખાવ (&V)" +msgstr "જોવાનો પ્રકાર (&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "જ્ઞ-ક" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "ક-જ્ઞ" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "" +msgstr "સૌથી જૂનું પહેલાં" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "સૌથી નવું પ્રથમ" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "" +msgstr "સૌથી નાનું પહેલાં" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "" +msgstr "સૌથી નાનું પહેલાં" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "એનકોડિંગ:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "ખોલો" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "આ રીતે સંગ્રહ કરો" #: filewidgets/kfilecopytomenu.cpp:71 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy To" -msgstr "નકલ" +msgstr "તેમાં નકલ કરો" #: filewidgets/kfilecopytomenu.cpp:77 -#, fuzzy, kde-format -#| msgid "Move to Trash" +#, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "કચરાપેટીમાં ખસેડો" +msgstr "અહીં ખસેડો" #: filewidgets/kfilecopytomenu.cpp:102 -#, fuzzy, kde-format -#| msgid "Home Folder" +#, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "ઘર ફોલ્ડર" +msgstr "હોમ ફોલ્ડર" #: filewidgets/kfilecopytomenu.cpp:110 -#, fuzzy, kde-format -#| msgid "1 Folder" -#| msgid_plural "%1 Folders" +#, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "૧ ફોલ્ડર" +msgstr "રુટ ફોલ્ડર" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgid "&Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "શોધખોળ (&B)..." +msgstr "શોધખોળ..." #: filewidgets/kfilecopytomenu.cpp:225 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "નકલ" +msgstr "તેમાં નકલ કરો" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "" +msgstr "અહીં ખસેડો" -#: filewidgets/kfilefiltercombo.cpp:42 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|બધી ફાઇલો" -#: filewidgets/kfilefiltercombo.cpp:125 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "બધી આધારિત ફાઇલો" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 +#, kde-format msgid "All Files" -msgstr "*|બધી ફાઇલો" - -#: filewidgets/kfileplaceeditdialog.cpp:66 -#, fuzzy, kde-format -#| msgid "Edit Places Entry" -msgid "Add Places Entry" -msgstr "જગ્યાઓમાં ફેરફાર કરો" +msgstr "બધી ફાઇલો" #: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format +msgid "Add Places Entry" +msgstr "સ્થળોની એન્ટ્રી ઉમેરો" + +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format msgid "Edit Places Entry" msgstr "જગ્યાઓમાં ફેરફાર કરો" -#: filewidgets/kfileplaceeditdialog.cpp:78 -#, fuzzy, kde-format -#| msgid "" -#| "This is the text that will appear in the Places panel.

    The " -#| "description should consist of one or two words that will help you " -#| "remember what this entry refers to.
    " +#: filewidgets/kfileplaceeditdialog.cpp:80 +#, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " "label should consist of one or two words that will help you remember what " "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
    " msgstr "" -"આ લખાણ જગ્યાઓ પેનલ પર દેખાશે.

    વર્ણનને બે કે ત્રણ શબ્દો હોવા જોઇએ જે તમને " -"યાદ રાખવામાં મદદ કરે કે આ વસ્તુ શેના માટે છે.
    " +"આ એ લખાણ છે જે સ્થળો (Places) પેનલમાં દેખાશે.

    લેબલ એક અથવા બે શબ્દોનું " +"હોવું જોઈએ જે તમને આ એન્ટ્રી શાના વિશે છે તે યાદ રાખવામાં મદદ કરશે. જો તમે લેબલ દાખલ નહીં " +"કરો, તો તે સ્થાનના URL પરથી મેળવવામાં આવશે.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "લેબલ (&a):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "અહીં વિગતવાર લેબલ દાખલ કરો" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2719,12 +2828,12 @@ msgstr "" ">
    %1
    http://www.kde.org
    ftp://ftp.kde.org/pub/kde/stable

    લખાણ ફેરફાર ખાનાંની પછીનું બટન ક્લિક કરીને તમે યોગ્ય URL જોઇ શકો છો.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "સ્થળ (&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2733,17 +2842,17 @@ msgstr "" "આ ચિહ્ન છે જે જગ્યાઓ પેનલમાં દેખાશે.

    બીજું ચિહ્ન પસંદ કરવા માટે બટન પર " "ક્લિક કરો.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "ચિહ્ન પસંદ કરો: (&i)" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" -msgstr "માત્ર આ કાર્યક્રમ ઉપયોગ કરો ત્યારે જ બતાવો (%1) (&O)" +msgstr "ફક્ત આ કાર્યક્રમ ઉપયોગ થતો હોય ત્યારે જ બતાવો (%1) (&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2754,225 +2863,206 @@ msgstr "" "માંગતા હોવ (%1).

    જો આ ગોઠવણી પસંદ નહી કરેલ હોય તો, તે બધા કાર્યક્રમોમાં " "પ્રાપ્ત હશે.
    " -#: filewidgets/kfileplacesitem.cpp:210 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Places" +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format msgctxt "@item" msgid "Places" msgstr "જગ્યાઓ" -#: filewidgets/kfileplacesitem.cpp:213 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format msgctxt "@item" msgid "Remote" -msgstr "દૂર કરો" +msgstr "રિમોટ" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "તાજેતરનું" -#: filewidgets/kfileplacesitem.cpp:219 -#, fuzzy, kde-format -#| msgid "Search" +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format msgctxt "@item" msgid "Search For" -msgstr "શોધ" +msgstr "શોધ કરો" -#: filewidgets/kfileplacesitem.cpp:222 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Devices" +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format msgctxt "@item" msgid "Devices" msgstr "ઉપકરણો" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "દૂર કરી શકાય તેવા ઉપકરણો" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "ટેગ્સ" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (%2)" +msgstr "%1 (%2 માથી)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "બધા ટૅગ્સ" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "ઘર" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "Desktop" -#: filewidgets/kfileplacesmodel.cpp:270 -#, fuzzy -#| msgid "FIXME: Document this" +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" -msgstr "મને સુધારો: આનો દસ્તાવેજ બનાવો" +msgstr "દસ્તાવેજો" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "ડાઉનલોડ્સ" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "નેટવર્ક" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "કચરાપેટી" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "સંગીત" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "ચિત્રો" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "" +msgstr "વીડિયો" -#: filewidgets/kfileplacesmodel.cpp:391 -#, fuzzy -#| msgid "Delete Files" +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "ફાઇલો દૂર કરો" +msgstr "તાજેતરની ફાઇલો" -#: filewidgets/kfileplacesmodel.cpp:396 -#, fuzzy -#| msgid "Location:" +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "સ્થળ:" - -#: filewidgets/kfileplacesmodel.cpp:419 -#, fuzzy -#| msgid "Modified:" -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "બદલેલ:" +msgstr "તાજેતરના સ્થાનો" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "આજે સુધારેલ" -#: filewidgets/kfileplacesmodel.cpp:1091 -#, fuzzy, kde-format -#| msgid "Could not find the program '%1'" +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "ગઈકાલે ફેરફાર કરેલ" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "'%1' કાર્યક્રમ શોધી શકાયો નથી" +msgstr "પ્લેસ પેનલમાં ઉમેરી શકાયું નથી: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format msgid "Only folders can be added to the Places panel." -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "પ્લેસ પેનલમાં ફક્ત ફોલ્ડર્સ જ ઉમેરી શકાય છે." -#: filewidgets/kfileplacesmodel.cpp:1362 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "રૂપરેખાંકિત કરો…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "'%1' છોડો (&R)" +msgstr "મુક્ત કરી રહ્યા છીએ..." -#: filewidgets/kfileplacesmodel.cpp:1364 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "'%1' છોડો (&R)" +msgstr "પ્રકાશિત કરો (&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "'%1' સલામત રીતે દૂર કરો (&S)" +msgstr "સુરક્ષિત રીતે દૂર કરો" -#: filewidgets/kfileplacesmodel.cpp:1370 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "'%1' સલામત રીતે દૂર કરો (&S)" +msgstr "સુરક્ષિત રીતે દૂર કરો (&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Unmounting" +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "અનમાઉન્ટ કરે છે" +msgstr "અનમાઉન્ટ થઈ રહ્યું છે…" -#: filewidgets/kfileplacesmodel.cpp:1377 -#, fuzzy, kde-format -#| msgid "Unmount" +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "અનમાઉન્ટ" +msgstr "અનમાઉન્ટ (&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 -#, fuzzy, kde-format -#| msgid "Eject" +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "બહાર નીકાળો" +msgstr "બહાર કાઢો (&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "ઉપકરણ '%1' એ ડિસ્ક નથી અને બહાર નીકાળી શકાય તેમ નથી." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' ઉપયોગ કરતી વખતે ક્ષતિ ઉદ્ભવી, સિસ્ટમે કહ્યું: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' ઉપયોગ કરતી વખતે ક્ષતિ ઉદ્ભવી" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "આ ઉપકરણ પરની એક અથવા વધુ ફાઇલો એપ્લિકેશનમાં ખુલેલી છે." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2981,174 +3071,166 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"આ ઉપકરણ પરની એક અથવા વધુ ફાઇલો એપ્લિકેશન \"%2\" માં " +"ખુલેલી છે." msgstr[1] "" +"આ ઉપકરણ પરની એક અથવા વધુ ફાઇલો નીચેની એપ્લિકેશનોમાં ખુલેલી છે:\"%2\"" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr "," -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "વિભાજન વ્યવસ્થાપક સાથે પુનઃરચના અથવા ફેરફાર કરો" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 નું %1 ખાલી (%3% વપરાયેલ)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (છુપાવેલ)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "કચરાપેટી ખાલી કરો" -#: filewidgets/kfileplacesview.cpp:1209 -#, fuzzy, kde-format -#| msgid "Mount" +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "માઉન્ટ" -#: filewidgets/kfileplacesview.cpp:1215 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "આની સાથે ખોલો" +msgstr "નવા ટેબમાં ખોલો" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" -msgstr "" +msgstr "નવી વિન્ડોમાં ખોલો" -#: filewidgets/kfileplacesview.cpp:1227 -#, fuzzy, kde-format -#| msgid "Add Entry..." +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "દાખલો ઉમેરો..." +msgstr "યાદી ઉમેરો..." -#: filewidgets/kfileplacesview.cpp:1233 -#, fuzzy, kde-format -#| msgid "Edit" +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "ફેરફાર" +msgstr "ફેરફાર (&E)" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "દૂર કરો" +msgstr "સ્થળોમાંથી દૂર કરો" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "" +msgstr "છુપાવો (&H)" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "'%1' દાખલો છુપાવો (&H) ..." +msgstr "'%1' વિભાગ છુપાવો " -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "'%1' દાખલો છુપાવો (&H) ..." +msgstr "વિભાગ છુપાવો" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" -msgstr "બધું બતાવો (&S)" +msgstr "બધું યાદી બતાવો (&S)" -#: filewidgets/kfileplacesview.cpp:1263 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "ટૂંકો દેખાવ" +msgstr "ચિહ્નનું કદ" -#: filewidgets/kfileplacesview.cpp:1383 -#, fuzzy, kde-format -#| msgid "Auto &Detect" +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "આપમેળે શોધો (&D)" +msgstr "આપોઆપ કદ નક્કી કરો" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "નાનું (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "મધ્યમ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 -#, fuzzy, kde-format -#| msgid "Drive: %1" +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "ડ્રાઇવ: %1" +msgstr "મોટું (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "વિશાળ (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "તમે માત્ર એક જ ફાઇલ પસંદ કરી શકો છો" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "એક કરતા વધુ ફાઇલો આપવામાં આવેલ છે" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "તમે માત્ર સ્થાનિક ફાઇલો પસંદ કરી શકો છો" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "દૂરસ્થ ફાઇલો સ્વીકાર્ય નથી" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3157,107 +3239,75 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"પસંદ કરેલ URL અસમર્થિત યોજનાનો ઉપયોગ કરે છે. કૃપા કરીને નીચેની યોજનાનો ઉપયોગ કરો: " +"%2[zero]" msgstr[1] "" +"પસંદ કરેલ URL અસમર્થિત યોજનાનો ઉપયોગ કરે છે. કૃપા કરીને નીચેની યોજનાઓનો ઉપયોગ કરો: " +"%2[zero]" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "અસમર્થિત URL પ્ર્કાર" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "એક કરતા વધુ ફોલ્ડર્સ આપવામાં આવેલ છે" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "ફાઇલ્સ અને ફોલ્ડર્સ પસંદ કરેલ છે" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ફાઇલ \"%1\" મળી શકી નહી" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ફાઇલ ખોલી શકાતી નથી" -#: filewidgets/kfilewidget.cpp:1195 -#, fuzzy, kde-format -#| msgid "" -#| "Click this button to enter the parent folder.

    For " -#| "instance, if the current location is file:/home/%1 clicking this button " -#| "will take you to file:/home.
    " +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
    " msgstr "" -"ઉપરનાં ફોલ્ડરમાં દાખલ થવા માટે આ બટન દબાવો.

    દાખલા તરીકે, જો હાલનું " -"સ્થાન આ file:/home/%1 છે તો આ બટન દબાવવાથી તમને file:/home પર લઇ જવામાં આવશે.
    " +"પિતૃ ફોલ્ડરમાં પ્રવેશવા માટે આ બટન પર ક્લિક કરો.

    ઉદાહરણ તરીકે, જો " +"હાલનું સ્થાન file:/home/konqi છે, તો આ બટન પર ક્લિક કરવાથી તમે file:/home પર પહોંચી " +"જશો.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "બ્રાઉઝિંગ ઇતિહાસમાં એક પગથિયું પાછળ જવા માટે આ બટન દબાવો." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "બ્રાઉઝિંગ ઇતિહાસમાં એક પગથિયું આગળ જવા માટે આ બટન દબાવો." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "હાલનાં સ્થળની વિગતો ફરી લાવવા માટે આ બટન દબાવો." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "નવું ફોલ્ડર બતાવવા માટે આ બટન ક્લિક કરો." -#: filewidgets/kfilewidget.cpp:1206 -#, fuzzy, kde-format -#| msgid "Show Places Navigation Panel" +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format msgid "Show Places Panel" -msgstr "જગ્યાઓ શોધખોળ પેનલ બતાવો" +msgstr "સ્થળોની પેનલ બતાવો" -#: filewidgets/kfilewidget.cpp:1213 -#, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "બુકમાર્કો બતાવો" +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "ઝડપી ફિલ્ટર બતાવો" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "વિકલ્પો" -#: filewidgets/kfilewidget.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "This is the preferences menu for the file dialog. Various options can " -#| "be accessed from this menu including:
    • how files are sorted in the " -#| "list
    • types of view, including icon and list
    • showing of " -#| "hidden files
    • the Places navigation panel
    • file previews
    • separating folders from files
    " +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " "accessed from this menu including:
    • how files are sorted in the list
    • the Places panel
    • file previews
    • separating " "folders from files
    " msgstr "" -"આ ફાઇલ સંવાદ માટે પ્રાથમિકતાઓ મેનુ છે. આ મેનુ માંથી ઘણાં બધા વિકલ્પો ઉપયોગ કરી શકાય " -"છે જેવાં કે:
    • યાદીમાં ફાઇલો કઇ રીતે ગોઠવેલ છે
    • દેખાવ, ચિહ્નો અને યાદીનાં " -"પ્રકારો
    • સંતાડેલ ફાઇલો બતાવવી
    • જગ્યાઓ શોધવાની પેનલ
    • ફાઇલ " -"પૂર્વદર્શનો
    • ફોલ્ડરોને ફાઇલોથી અલગ પાડવા
    " +"આ ફાઇલ સંવાદ માટેનું પસંદગીઓનુ મેનુ છે. આ મેનુમાંથી વિવિધ વિકલ્પો મેળવી શકાય છે જેમાં " +"નીચેનાનો સમાવેશ થાય છે:
    • યાદીમાં ફાઇલોને કેવી રીતે ક્રમબદ્ધ કરવામાં આવે છે
    • ચિહ્ન (આઇકન) અને યાદી સહિત જોવાના પ્રકારો
    • છુપાયેલી ફાઇલો બતાવવી
    • પ્લેસ પેનલ
    • ફાઇલ પૂર્વાવલોકનો
    • ફોલ્ડર્સને ફાઇલોથી અલગ કરવા
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "બુકમાર્ક્સ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3289,12 +3340,35 @@ msgstr "" "કરે છે." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "નામ (&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ફાઇલનામમાં કરેલો ફેરફાર રદ કરો" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "ફોલ્ડર્સ બદલતી વખતે ફિલ્ટર રાખો" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "નામથી ફિલ્ટર કરો" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "ફિલ્ટર પટ્ટી છુપાવો" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3306,12 +3380,12 @@ msgstr "" "જમણું બટન ક્લિક કરીને અને લખાણ પૂર્તિ મેનુમાંથી યોગ્ય સ્થિતિ પસંદ કરીને નિયંત્રિત કરી " "શકાય છે." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "આ ફાઇલને સંગ્રહ કરવા માટેનું નામ છે." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3320,75 +3394,78 @@ msgstr "" "આ ખૂલ્લી ફાઇલોની યાદી છે. એક કરતાં વધુ ફાઇલ, ઘણી ફાઇલોની યાદી વડે જગ્યા વડે જુદી પાડી " "શકાય છે." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "આ ખોલવા માટેની ફાઇલનું નામ છે." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "જગ્યાઓ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "ફાઇલ \"%1\" પહેલેથી હાજર છે. શું તમે તેના ઉપર લખવા માંગો છો?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ફાઇલ ઉપર લખશો?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "તમે માત્ર સ્થાનિક ફાઇલો પસંદ કરી શકો છો." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "રીમોટ ફાઇલો સ્વીકાર્ય નથી" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|બધાં ફોલ્ડરો" +msgstr "બધાં ફોલ્ડરો" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "હાલની ડિરેક્ટરી: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "ખોલો (&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "ચિહ્ન માપ: %1 પિક્સેલ્સ" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "આપમેળે ફાઇલનામ એક્સટેન્શન પસંદ કરો (&x) (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "એક્શટેન્શન %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ફાઇલનામ એક્સટેન્શન આપમેળે પસંદ કરો (&x)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "યોગ્ય એક્શટેન્શન" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3414,98 +3491,85 @@ msgstr "" "ol>જો અચોક્કસ હોવ તો, આ વિકલ્પ ચાલુ રાખો કારણકે તે તમારી ફાઇલોને વધુ વ્યવસ્થિત " "બનાવવામાં મદદ કરશે." -#: filewidgets/kfilewidget.cpp:2789 -#, fuzzy, kde-format -#| msgid "&Filter:" +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format msgid "&File type:" -msgstr "ગાળક (&F):" +msgstr "ફાઇલ પ્રકાર (&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" +"આ ફાઇલ પ્રકાર પસંદગીકાર છે. તેનો ઉપયોગ ફાઇલ કયા ફોર્મેટમાં સેવ થશે તે પસંદ કરવા માટે " +"થાય છે." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "ગાળક (&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"આ ફાઇલ યાદી પર લાગુ પાડવાનું ગાળક છે. ફાઇલનામો જે ગાળક સાથે મેળ નહી ખાય તે " -"બતાવવામાં નહી આવે.

    જો પહેલેથી ગોઠવેલ ગાળકોમાંથી નીચે પડતાં મેનુ વડે પસંદ કરી શકો છો, " -"અથવા તમે તમારૂં પોતાનું ગાળક સીધું જ લખાણ વિસ્તારમાં દાખલ કરી શકો છો.

    વાઇલ્ડકાર્ડ " -"જેવા કે * અને ? માન્ય છે.

    " +"આ ફાઇલ પ્રકાર પસંદગીકાર છે. તેનો ઉપયોગ બતાવેલી ફાઇલોનું ફોર્મેટ પસંદ કરવા માટે થાય " +"છે." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "નવો ફાઇલ પ્રકાર બનાવો" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "%1 નુ ફાઇલનામ દાખલ કરો:" -#: filewidgets/knewfilemenu.cpp:480 -#, fuzzy, kde-format -#| msgid "Store" +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format msgid "Sorry" -msgstr "સંગ્રહ કરો" +msgstr "માફ કરશો" -#: filewidgets/knewfilemenu.cpp:491 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format msgid "The template file %1 does not exist." -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "ટેમ્પલેટ ફાઇલ %1 અસ્તિત્વમાં નથી." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "નવા લિંક માટેનું નામ:" -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -#| msgid "Created:" +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "સંજ્ઞા કડી બનાવો" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format msgid "Create link to URL" -msgstr "બનાવેલ:" +msgstr "URL માટે લિંક બનાવો" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" -msgstr "" +msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "બીજું નામ દાખલ કરો" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"%1 નામ વાપરી શકાતું નથી કારણ કે તે ઓપરેટિંગ સિસ્ટમ દ્વારા ઉપયોગ " +"માટે અનામત રાખવામાં આવ્યું છે." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." -msgstr "" +msgstr "નામ %1 ટપકાથી શરૂ થાય છે, તેથી તે મૂળભૂત રીતે છુપાયેલું રહેશે." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3513,148 +3577,202 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"%1 નામ એક ખાલી જગ્યા (સ્પેસ) સાથે શરૂ થાય છે, જેના પરિણામે જ્યારે " +"મૂળાક્ષરો પ્રમાણે ગોઠવવામાં આવશે ત્યારે તે અન્ય વસ્તુઓ પહેલાં બતાવવામાં આવશે, અન્ય સંભવિત " +"વિચિત્રતાઓ વચ્ચે." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "" +msgstr "ફોલ્ડરના નામમાં સ્લેશનો ઉપયોગ કરવાથી આ રીતે પેટા-ફોલ્ડર્સ બનશે:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "ફોલ્ડરના નામમાં સ્લેશ (/) વાપરવાથી સબ-ફોલ્ડર્સ બનશે." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "ફાઇલ અને ફોલ્ડરના નામોમાં સ્લેશનો ઉપયોગ કરી શકાતો નથી." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "બેકસ્લેશનો ઉપયોગ ફાઇલ અને ફોલ્ડરના નામોમાં કરી શકાતો નથી." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 નામ સાથે ફાઇલ અથવા ફોલ્ડર બનાવવું શક્ય નથી કારણ કે તે " +"વપરાશકર્તાના હોમ ફોલ્ડરના સ્થાન સાથે ઓવરલેપ થશે." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"ફાઇલ અથવા ફોલ્ડરનું નામ ટિલ્ડ (~) થી શરૂ કરવાની ભલામણ કરવામાં આવતી નથી કારણ કે જ્યારે " +"વસ્તુઓ કાઢી નાખવા માટે ટર્મિનલનો ઉપયોગ કરવામાં આવે ત્યારે તે મૂંઝવણભર્યું અથવા જોખમી હોઈ " +"શકે છે." -#: filewidgets/knewfilemenu.cpp:1305 -#, fuzzy, kde-kuit-format -#| msgid "An older item named '%1' already exists." +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "'%1' નામની જૂની વસ્તુ પહેલેથી હાજર છે." +msgstr "%1 નામની ડિરેક્ટરી પહેલેથી જ અસ્તિત્વમાં છે." -#: filewidgets/knewfilemenu.cpp:1307 -#, fuzzy, kde-kuit-format -#| msgid "A file named %1 already exists." +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "%1 નામની ફાઇલ પહેલાથી હાજર છે." +msgstr "%1 નામની ફાઇલ પહેલેથી જ અસ્તિત્વમાં છે." -#: filewidgets/knewfilemenu.cpp:1393 -#, fuzzy, kde-format -#| msgid "Created:" +#: filewidgets/knewfilemenu.cpp:1412 +#, kde-format msgid "Create New" -msgstr "બનાવેલ:" +msgstr "નવું બનાવો" -#: filewidgets/knewfilemenu.cpp:1428 -#, fuzzy, kde-format -#| msgid "Device" +#: filewidgets/knewfilemenu.cpp:1447 +#, kde-format msgid "Link to Device" -msgstr "ઉપકરણ" +msgstr "ઉપકરણ સાથેની કડી" -#: filewidgets/knewfilemenu.cpp:1474 -#, fuzzy, kde-format -#| msgid "New Folder" +#: filewidgets/knewfilemenu.cpp:1486 +#, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "નવું ફોલ્ડર" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" +msgstr "નવું ફોલ્ડર બનાવો" -#: filewidgets/knewfilemenu.cpp:1499 -#, fuzzy, kde-format -#| msgid "" -#| "Create new folder in:\n" -#| "%1" +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format msgid "Create new folder in %1:" -msgstr "" -"અહીં નવું ફોલ્ડર બનાવો:\n" -"%1" +msgstr "અહીં નવું ફોલ્ડર બનાવો:%1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "ફોલ્ડર નામ દાખલ કરો" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "મૂળભૂત" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "નવો ફાઇલ પ્રકાર બનાવો" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "ફાઇલ નામ દાખલ કરો" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "કસ્ટમ આઇકન અથવા રંગ પસંદ કરો" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "અન્ય આયકન પસંદ કરો…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "તમે પછીથી ફોલ્ડર ગુણધર્મોમાં આઇકન બદલી શકો છો." #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "નકલ" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "મૂકો" -#: filewidgets/kurlnavigator.cpp:600 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "આની સાથે ખોલો" +msgstr "\"%1\" ને નવા ટૅબમાં ખોલો" -#: filewidgets/kurlnavigator.cpp:608 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "આની સાથે ખોલો" +msgstr "\"%1\" ને નવી વિન્ડોમાં ખોલો" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" -msgstr "ફેરફાર" +msgstr "ફેરફાર કરો" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" -msgstr "શોધખોળ" +msgstr "જાઓ" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "સંપૂર્ણ માર્ગ બતાવો" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "" +msgstr "માર્ગ %1 પરના કોઈપણ સ્થાન પર જાઓ" -#: filewidgets/kurlnavigatorbutton.cpp:701 -#, fuzzy, kde-format -#| msgid "Store" +#: filewidgets/kurlnavigatorbutton.cpp:725 +#, kde-format msgctxt "@action:inmenu" msgid "More" -msgstr "સંગ્રહ કરો" +msgstr "વધુ" #: filewidgets/kurlnavigatordropdownbutton.cpp:21 #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "દર્શાવેલ સ્થાન પર જાઓ" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "જગ્યાઓ" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3675,170 +3793,183 @@ msgid "Other" msgstr "બીજું" #: filewidgets/kurlnavigatortogglebutton.cpp:28 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgid "Edit mode" -msgstr "ફેરફાર" +msgstr "ફેરફાર કરવાની સ્થિતિમાં" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "સ્થળ શોધવા ક્લિક કરો" +msgstr "સ્થાન નેવિગેશન માટે ક્લિક કરો" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" -msgstr "સ્થળ ફેરફાર કરવા ક્લિક કરો" +msgstr "સ્થાનમાં ફેરફાર કરવા માટે ક્લિક કરો" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." -msgstr "તમે આ ફાઇલ ચલાવવા માટે માન્ય નથી" +msgstr "તમને આ ફાઇલ ચલાવવાની પરવાનગી નથી." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 શરૂ કરે છે" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" +"સેવા %1 ને એક્ઝિક્યુટેબલ બનાવવામાં અસમર્થ, એક્ઝિક્યુશન અટકાવી રહ્યા છીએ. \n" +"%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." -msgstr "" +msgstr "આ ફાઇલ ખોલવા માટે એપ્લિકેશન પસંદ કરવા માટે તમે અધિકૃત નથી." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" -msgstr "" +msgstr "આંતરિક ભૂલ: કઈ એપ્લિકેશન શરૂ કરવી તે માટે વપરાશકર્તાને પૂછી શકાયું નથી" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "એક ભૂલ સંદેશ||ખાલી આદેશ પૂરો પાડવામાં આવ્યો છે" #: gui/faviconrequestjob.cpp:108 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No favicon found for %1" -msgstr "%1 માટે કોઇ મીડિઆ ઉપકરણ નથી" +msgstr "%1 માટે કોઈ ફેવિકોન મળ્યું નથી" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "છબીને %1 માં સાચવવામાં ભૂલ થઈ રહી છે" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "ચિહ્ન ફાઇલ ખૂબ મોટી છે, ડાઉનલોડ રદ કરવામાં આવ્યું છે" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" #: gui/kemailclientlauncherjob.cpp:92 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No mail client found" -msgstr "%1 માટે કોઇ મીડિઆ ઉપકરણ નથી" +msgstr "કોઈ મેઈલ ક્લાયન્ટ મળ્યું નથી" -#: gui/kprocessrunner.cpp:118 -#, fuzzy, kde-format -#| msgid "The certificate is not valid, yet." +#: gui/kprocessrunner.cpp:125 +#, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." -msgstr "પ્રમાણપત્ર હજી સુધી માન્ય નથી." +msgstr "" +"ડેસ્કટોપ એન્ટ્રી ફાઇલ \n" +"%1 \n" +"માન્ય નથી." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 શરૂ કરે છે" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "ફાઇલ \"%1\" મળી શકી નહી" +msgstr "આદેશ %1 મળી શક્યો નહીં." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "No terminal emulator found" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "%1 ખોલવામાં નિષ્ફળ રહ્યું" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is of type Link but has no URL=... entry." msgstr "" +"ડેસ્કટોપ એન્ટ્રી ફાઇલ \n" +"%1 \n" +"લિંક પ્રકારની છે પરંતુ તેમાં કોઈ URL=... એન્ટ્રી નથી." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" +"એક્ઝિક્યુટેબલ ફાઇલ \"%1\" રિમોટ ફાઇલસિસ્ટમ પર આવેલી છે. સુરક્ષાના કારણોસર તે શરૂ કરવામાં " +"આવશે નહીં." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." -msgstr "" +msgstr "સુરક્ષા કારણોસર, આ સંદર્ભમાં એક્ઝિક્યુટેબલ લોન્ચ કરવાની મંજૂરી નથી." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" +"પ્રોગ્રામ \"%1\" ને લોન્ચ કરી શકાય તે પહેલાં તેની પાસે એક્ઝેક્યુટેબલ (ચલાવી શકાય તેવી) " +"પરવાનગી હોવી જરૂરી છે." -#: gui/openurljob.cpp:451 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: gui/openurljob.cpp:461 +#, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "" +"ફાઇલ \"%1\" ને એક્ઝિક્યુટેબલ બનાવવામાં અસમર્થ.\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "" +msgstr "ડેસ્કટોપ એન્ટ્રી ફાઇલ %1 માં કોઈ Type=... એન્ટ્રી નથી." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"આ ફાઇલ અધૂરી છે અને ખોલવી જોઈએ નહીં. \n" +"કોઈપણ બાકી કાર્યો અથવા ડાઉનલોડ્સ માટે તમારી ખુલ્લી એપ્લિકેશનો અને સૂચના વિસ્તાર તપાસો." -#: gui/openurljob.cpp:656 -#, fuzzy, kde-format -#| msgid "Cannot open file" +#: gui/openurljob.cpp:665 +#, kde-format msgid "Failed to open the file." -msgstr "ફાઇલ ખોલી શકાતી નથી" +msgstr "ફાઇલ ખોલવામાં નિષ્ફળ." -#: gui/openurljob.cpp:690 -#, fuzzy, kde-format -#| msgid "The file \"%1\" could not be found" +#: gui/openurljob.cpp:699 +#, kde-format msgid "The program \"%1\" could not be launched." -msgstr "ફાઇલ \"%1\" મળી શકી નહી" +msgstr "કાર્યક્રમ \"%1\" શરૂ કરી શકાયો નથી." #: kioexec/kioexecd.cpp:86 #, kde-kuit-format @@ -3847,36 +3978,33 @@ msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" +"%1માં ફેરફાર કરવામાં આવ્યો છે. શું તમે ફેરફારો અપલોડ કરવા " +"માંગો છો?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 -#, fuzzy, kde-format -#| msgid "Device name" +#, kde-format msgid "File Changed" -msgstr "ઉપકરણ નામ" +msgstr "ફાઇલ બદલાઈ હતી" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 -#, fuzzy, kde-format -#| msgid "Reload" +#, kde-format msgid "Upload" -msgstr "ફરી લાવો" +msgstr "અપલોડ કરો" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Upload" -msgstr "સંગ્રહ ન કરો" +msgstr "અપલોડ કરશો નહીં" #: kioexec/main.cpp:58 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#, kde-format msgid "Invalid URL: %1" -msgstr "ખરાબ URL %1." +msgstr "અમાન્ય URL: %1" #: kioexec/main.cpp:64 -#, fuzzy, kde-format -#| msgid "Could not bind %1." +#, kde-format msgid "File not found: %1" -msgstr "%1 જોડી શકાતું નથી." +msgstr "ફાઇલ મળી નથી: %1" #: kioexec/main.cpp:81 #, kde-format @@ -3884,6 +4012,8 @@ msgid "" "The URL %1\n" "is malformed" msgstr "" +"URL %1 \n" +"ખામીયુક્ત છે" #: kioexec/main.cpp:83 #, kde-format @@ -3891,6 +4021,8 @@ msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" +"રીમોટ URL %1 \n" +"ને --tempfiles સ્વિચ સાથે પરવાનગી નથી" #: kioexec/main.cpp:239 #, kde-format @@ -3900,12 +4032,15 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" +"કથિત રીતે કામચલાઉ ફાઇલ \n" +"%1 \n" +"માં ફેરફાર કરવામાં આવ્યો છે. \n" +"શું તમે હજી પણ તેને કાઢી નાખવા માંગો છો?" #: kioexec/main.cpp:242 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Delete" -msgstr "સંગ્રહ ન કરો" +msgstr "કાઢી નાખશો નહીં" #: kioexec/main.cpp:249 #, kde-format @@ -3915,75 +4050,72 @@ msgid "" "has been modified.\n" "Do you want to upload the changes?" msgstr "" - -#: kioexec/main.cpp:300 -#, fuzzy, kde-format -#| msgid "Exec" -msgid "KIOExec" -msgstr "ચલાવો" +"ફાઇલ \n" +"%1 \n" +"માં ફેરફાર કરવામાં આવ્યો છે. \n" +"શું તમે ફેરફારો અપલોડ કરવા માંગો છો?" #: kioexec/main.cpp:302 #, kde-format -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "" +msgid "KIOExec" +msgstr "KIOચલાવો" #: kioexec/main.cpp:304 #, kde-format -msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "" - -#: kioexec/main.cpp:305 -#, kde-format -msgid "David Faure" -msgstr "" +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgstr "KIOચલાવો - રિમોટ ફાઇલો ખોલે છે, ફેરફારો પર નજર રાખે છે, અપલોડ કરવા માટે પૂછે છે" #: kioexec/main.cpp:306 #, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "ડેવિડ ફોર" + +#: kioexec/main.cpp:308 +#, kde-format msgid "Stephan Kulow" msgstr "સ્ટીફન કુલોવ" -#: kioexec/main.cpp:307 -#, kde-format -msgid "Bernhard Rosenkraenzer" -msgstr "" - -#: kioexec/main.cpp:308 -#, kde-format -msgid "Waldo Bastian" -msgstr "" - #: kioexec/main.cpp:309 #, kde-format -msgid "Oswald Buddenhagen" -msgstr "" +msgid "Bernhard Rosenkraenzer" +msgstr "બર્નહાર્ડ રોસેનક્રાંઝર" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:310 #, kde-format -msgid "Treat URLs as local files and delete them afterwards" -msgstr "" +msgid "Waldo Bastian" +msgstr "વાલ્ડો બાસ્ટિયન" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "ઓસ્વાલ્ડ બુડનહેગન" #: kioexec/main.cpp:316 -#, fuzzy, kde-format -#| msgid "Choose an alternate filename for the new file." -msgid "Suggested file name for the downloaded file" -msgstr "નવી ફાઇલ માટે વૈકલ્પિક નામ પસંદ કરો." - -#: kioexec/main.cpp:317 #, kde-format -msgid "Command to execute" -msgstr "" +msgid "Treat URLs as local files and delete them afterwards" +msgstr "URL ને સ્થાનિક ફાઇલો તરીકે ગણો અને તે પછી તેને કાઢી નાખો" #: kioexec/main.cpp:318 #, kde-format -msgid "URL(s) or local file(s) used for 'command'" -msgstr "" +msgid "Suggested file name for the downloaded file" +msgstr "ડાઉનલોડ કરેલી ફાઇલ માટે સૂચવેલ ફાઇલ નામ" -#: kioworkers/file/file.cpp:166 +#: kioexec/main.cpp:319 #, kde-format -msgid "Setting ACL for %1" -msgstr "%1 માટે ACL ગોઠવે છે" +msgid "Command to execute" +msgstr "ચલાવવા માટેનો આદેશ" -#: kioworkers/file/file.cpp:739 +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "'command' માટે વપરાયેલ URL(s) અથવા સ્થાનિક ફાઇલ(ઓ)" + +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3992,138 +4124,45 @@ msgstr "" "આના માટે પરવાનગીઓ બદલી શકાતી નથી\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "%1 ની માલિકી બદલી શકાતી નથી." +msgstr "%1 માટે પરવાનગીઓ બદલી શક્યા નથી" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "કામચલાઉ ફાઇલ ખોલી શકાઈ નથી" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "કાર્યક્રમ \"mount\" શોધી શકાતો નથી" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "કાર્યક્રમ \"umount\" શોધી શકાતો નથી" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "ઉચ્ચ પરવાનગીઓ" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "પરવાનગીઓ" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "દૂર કરો" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "ડિરેક્ટરી" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "ડિરેક્ટરી બનાવો" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "પરવાનગીઓ" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "ફાઇલ સંવાદ ખોલો" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "ડિરેક્ટરી" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "ઉપકરણ નામ" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ડ્રાઇવ: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "અજાણી ખલેલ" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 માંથી %2 પર ફાઇલ નકલ કરી શકાતી નથી. (ક્ષતિક્રમ: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 માટે કોઇ મીડિઆ ઉપકરણ નથી" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "આપેલ વપરાશકર્તા નામ %1 માટે વપરાશકર્તા ઓળ મેળવી શકાતી નથી" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "આપેલ સમૂહ નામ %1 માટે સમૂહ ઓળ મેળવી શકાતી નથી" @@ -4139,10 +4178,9 @@ msgid "Connected to host %1" msgstr "યજમાન %1 સાથે જોડાયેલ છે" #: kioworkers/ftp/ftp.cpp:477 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#, kde-format msgid "%1 (Error %2)" -msgstr "%1 (%2)" +msgstr "%1 (ભૂલ %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format @@ -4159,53 +4197,62 @@ msgid "" "%2\n" "\n" msgstr "" +"સંદેશ મોકલ્યો:\n" +"વપરાશકર્તાનામ=%1 અને પાસવર્ડ=[છુપાવેલ] નો ઉપયોગ કરીને લૉગિન કરો\n" +"\n" +" સર્વરે જવાબ આપ્યો:\n" +"%2\n" +"\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "આ સાઇટ જોવા માટે તમારે વપરાશકર્તા નામ અને પાસવર્ડ આપવો પડશે." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "સાઇટ:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "પ્રવેશ બરાબર" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 પર પ્રવેશ કરી શકતું નથી." -#: kioworkers/ftp/ftp.cpp:1036 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format msgid "" "\n" "The server said: \"%1\"" -msgstr "%1 શરૂ કરે છે" +msgstr "" +"\n" +"સર્વરે કહ્યું: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" +"કોઈપણ સાઇટની ઍક્સેસ મેળવતા પહેલા તમારે નીચે સૂચિબદ્ધ પ્રોક્સી સર્વર માટે વપરાશકર્તા નામ " +"(username) અને પાસવર્ડ (password) આપવો આવશ્યક છે." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "પ્રોક્સી:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "પ્રોક્સી સત્તાધિકરણ નિષ્ફળ." @@ -4213,168 +4260,168 @@ msgstr "પ્રોક્સી સત્તાધિકરણ નિષ્ફ #: kioworkers/help/kio_help.cpp:112 #, kde-format msgid "There is no documentation available for %1." -msgstr "" +msgstr "%1 માટે કોઈ દસ્તાવેજ ઉપલબ્ધ નથી." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "" +msgstr "સાચી ફાઇલ શોધી રહ્યા છીએ" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "" +msgstr "દસ્તાવેજ તૈયાર કરી રહ્યા છીએ" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 -#, fuzzy, kde-format -#| msgid "The requested lock could not be granted. %1" +#, kde-format msgid "The requested help file could not be parsed:
    %1" -msgstr "વિનંતી થયેલ તાળું સોંપી શકાયું નહી. %1" +msgstr "વિનંતી કરેલ મદદ ફાઇલનું વિશ્લેષણ કરી શકાયું નથી:
    %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "" +msgstr "કેશમાં સંગ્રહિત કરી રહ્યા છીએ" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "" +msgstr "કેશ્ડ આવૃત્તિનો ઉપયોગ કરી રહ્યા છીએ" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "" +msgstr "વિભાગ જોઈ રહ્યા છીએ" #: kioworkers/help/kio_help.cpp:321 -#, fuzzy, kde-format -#| msgid "Could not read file %1." +#, kde-format msgid "Could not find filename %1 in %2." -msgstr "ફાઇલ %1 વાંચી શકાતી નથી." +msgstr "%2 માં ફાઇલનામ %1 મળી શક્યું નથી." #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format msgid "" "Would you like to accept this certificate forever without being prompted?" -msgstr "" +msgstr "શું તમે પૂછ્યા વગર આ પ્રમાણપત્રને કાયમ માટે સ્વીકારવા માંગો છો?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "સર્વર સત્તાધિકરણ" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" -msgstr "%1 %2 પર" +msgstr "%2 પર %1 " -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "અથવા તો, વિનંતી સફળ થઇ હોત." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ગુણધર્મની કિંમતો મેળવો" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ગુણધર્મ કિંમતો ગોઠવો" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "વિનંતી કરેલ ફોલ્ડર બનાવો" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડર નકલ કરો" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડર ખસેડો" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "સ્પષ્ટ કરેલ ફોલ્ડરમાં શોધો" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડરને તાળું મારો" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડરનું તાળું ખોલો" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડરને દૂર કરો" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "સર્વરની કાર્યક્ષમતાઓ પૂછો" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "સ્પષ્ટ કરેલ ફાઇલ અથવા ફોલ્ડરની વિગતો મેળવો" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "સ્પષ્ટ કરેલ ફોલ્ડરમાં અહેવાલ ચલાવો" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 નો પ્રયત્ન કરતી વખતે ન ધારેલ ક્ષતિ (%1) ઉદભવી." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" "An error occurred while attempting to %1, %2. A summary of the reasons is " "below." -msgstr "" +msgstr "%1, %2 નો પ્રયાસ કરતી વખતે ભૂલ આવી. કારણોનો સારાંશ નીચે મુજબ છે." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 કરતી વખતે પ્રવેશ નકારવામાં આવ્યો હતો." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" +"એક અથવા વધુ મધ્યવર્તી સંગ્રહો (ફોલ્ડર્સ) ન બનાવાય ત્યાં સુધી લક્ષ્યસ્થાન પર સંસાધન બનાવી " +"શકાતું નથી." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4383,77 +4430,83 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" +"સર્વર propertybehavior XML ઘટકમાં સૂચિબદ્ધ ગુણધર્મોની જીવંતતા \n" +"જાળવવામાં અસમર્થ હતું અથવા તમે ફાઇલને ઓવરરાઇટ ન કરવાની વિનંતી\n" +" કરતી વખતે ફાઇલને \n" +"ઓવરરાઇટ કરવાનો પ્રયાસ કર્યો હતો. \n" +"%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "વિનંતી થયેલ તાળું સોંપી શકાયું નહી. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." -msgstr "" +msgstr "સર્વર બોડીના વિનંતી પ્રકારને સપોર્ટ કરતું નથી." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 પર અસક્ષમ છે કારણકે સ્ત્રોતને તાળું મારેલ છે." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "આ ક્રિયા બીજી ક્ષતિ વડે રોકવામાં આવી હતી." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" "Unable to %1 because the destination server refuses to accept the file or " "folder." msgstr "" +"%1: વિનંતીનો પ્રકાર ડેસ્ટિનેશન સર્વર ફાઇલ અથવા ફોલ્ડર સ્વીકારવાનો ઇનકાર કરતું હોવાથી " +"%1 કરવામાં અસમર્થ." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" +"આ પદ્ધતિના અમલીકરણ પછી રિસોર્સની સ્થિતિ રેકોર્ડ કરવા માટે ગંતવ્ય રિસોર્સ પાસે પૂરતી " +"જગ્યા નથી." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "સ્ત્રોત દૂર કરી શકાતો નથી." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "અપલોડ %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 પ્રયત્ન કરતી વખતે ન ધારેલ ક્ષતિ (%1) ઉદભવી." #: kioworkers/remote/remoteimpl.cpp:98 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Network" +#, kde-format msgid "Network" msgstr "નેટવર્ક" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format msgid "Malformed URL %1" msgstr "ખરાબ URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4461,34 +4514,29 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" +"ડાયરેક્ટરી %1 હવે અસ્તિત્વમાં નથી, તેથી આ વસ્તુને તેના મૂળ સ્થાન પર પુનઃસ્થાપિત કરવી શક્ય " +"નથી. તમે કાં તો તે ડાયરેક્ટરી ફરીથી બનાવી શકો છો અને પુનઃસ્થાપિત કામગીરીનો ફરીથી " +"ઉપયોગ કરી શકો છો, અથવા તેને પુનઃસ્થાપિત કરવા માટે વસ્તુને ગમે ત્યાં બીજે ખેંચી શકો છો." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "પ્રોટોકોલોનું અમાન્ય સંયોજન." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 -#, fuzzy, kde-format -#| msgid "This file is a link and does not have permissions." -#| msgid_plural "All files are links and do not have permissions." +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format msgid "This file is already in the trash bin." -msgstr "આ ફાઇલ કડી છે અને તેને પરવાનગીઓ નથી." +msgstr "આ ફાઇલ પહેલેથી જ કચરાપેટીમાં છે." #: kioworkers/trash/kio_trash_win.cpp:244 -#, fuzzy, kde-format -#| msgid "Writing to %1 is not supported." +#, kde-format msgid "not supported" -msgstr "%1 માં લખવાનું આધારિત નથી." +msgstr "સમર્થિત નથી" #: kioworkers/trash/kio_trash_win.cpp:253 -#, fuzzy, kde-format -#| msgid "" -#| "Internal error in server\n" -#| "%1" +#, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "" -"સર્વરમાં આંતરિક ક્ષતિ\n" -"%1" +msgstr "copyOrMove માં આંતરિક ભૂલ, જે ક્યારેય થવી જોઈએ નહીં" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4497,54 +4545,52 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" +"\"KDE ના કચરાપેટી (trash can) ને સંભાળવા માટેનો મદદગાર પ્રોગ્રામ\n" +"નોંધ: ફાઇલોને કચરાપેટીમાં ખસેડવા માટે, ktrash નો ઉપયોગ કરશો નહીં, પરંતુ \"\"kioclient " +"move 'url' trash:/\"\" નો ઉપયોગ કરો\"" #: kioworkers/trash/ktrash.cpp:31 #, kde-format msgid "Empty the contents of the trash" -msgstr "" +msgstr "કચરાપેટી ખાલી કરો" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "" +msgstr "કચરાપેટીમાં નાખેલી ફાઇલને તેના મૂળ સ્થાને પુનઃસ્થાપિત કરો" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" +msgstr "કચરાપેટી ભરાઈ ગઈ છે. તેને ખાલી કરો અથવા વસ્તુઓને જાતે જ દૂર કરો." #: kpasswdserver/kpasswdserver.cpp:529 -#, fuzzy, kde-format -#| msgid "Do you really want to delete this item?" -#| msgid_plural "Do you really want to delete these %1 items?" +#, kde-format msgid "Do you want to retry?" -msgstr "શું તમે આ વસ્તુ દૂર કરવા માંગો છો?" +msgstr "શું તમે ફરી પ્રયાસ કરવા માંગો છો?" #: kpasswdserver/kpasswdserver.cpp:533 -#, fuzzy, kde-format -#| msgid "Server Authentication" +#, kde-format msgid "Retry Authentication" -msgstr "સર્વર સત્તાધિકરણ" +msgstr "પ્રમાણીકરણ માટે ફરીથી પ્રયાસ કરો" #: kpasswdserver/kpasswdserver.cpp:536 #, kde-format msgctxt "@action:button filter-continue" msgid "Retry" -msgstr "" +msgstr "ફરીથી પ્રયાસ કરો" -#: kpasswdserver/kpasswdserver.cpp:796 -#, fuzzy, kde-format -#| msgid "Authorization Dialog" +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format msgid "Authentication Dialog" msgstr "પરવાનગી સંવાદ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 -#, fuzzy, kde-format -#| msgid "Access Denied" +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format msgid "Access denied" msgstr "પ્રવેશ બંધ છે" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "તમને %1 પ્રોટોકોલ ઉપયોગ કરવાની પરવાનગી નથી." @@ -4552,24 +4598,22 @@ msgstr "તમને %1 પ્રોટોકોલ ઉપયોગ કરવા #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "" +msgstr "કોઈ પસંદગીના શોધ પ્રદાતાઓ મળ્યા નથી." #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "" +msgstr "કોઈ શોધ પ્રદાતાઓ મળ્યા નથી." #: urifilters/shorturi/kshorturifilter.cpp:247 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "%1 does not have a home folder." -msgstr "%1 નામની ફાઇલ અથવા ફોલ્ડર હાજર નથી." +msgstr "%1 પાસે ઘરનું ફોલ્ડર નથી." #: urifilters/shorturi/kshorturifilter.cpp:249 -#, fuzzy, kde-format -#| msgid "You do not have permission to run %1." +#, kde-format msgid "There is no user called %1." -msgstr "તમારી પાસે %1 ચલાવવાની પરવાનગી નથી." +msgstr "%1 નામનો કોઈ વપરાશકર્તા નથી." #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4650,56 +4694,58 @@ msgid "" "Copy and paste a checksum in the field below.
    A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"\"નીચેના ક્ષેત્રમાં ચેકસમ (checksum) કોપી અને મૂકો કરો.
    ચેકસમ સામાન્ય રીતે તમે જે " +"વેબસાઇટ પરથી આ ફાઇલ ડાઉનલોડ કરી હોય તેના દ્વારા પ્રદાન કરવામાં આવે છે.\"" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "અપેક્ષિત ચેકસમ (MD5, SHA1, SHA256 અથવા SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." -msgstr "" +msgstr "ક્લિપબોર્ડમાંથી ચેકસમ કોપી કરીને ઇનપુટ ફિલ્ડમાં મૂકો કરવા માટે અહીં ક્લિક કરો." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" -msgstr "" +msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "MD5:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "ગણતરી કરો" @@ -4708,141 +4754,208 @@ msgstr "ગણતરી કરો" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "ચેકસમ ક્લિપબોર્ડ પર કોપી કરવા માટે ક્લિક કરો." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" -msgstr "" +msgstr "રદ કરો (&a)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "" +msgstr "અહીં ખસેડો (&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "અહીં ડાઉનલોડ કરો (&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "" +msgstr "અહીં નકલ કરો (&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "" +msgstr "અહીં કડી કરો (&L)" -#: widgets/executablefileopendialog.cpp:21 -#, fuzzy, kde-format -#| msgid "Do you wish to store the passphrase in your wallet file?" +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "શરૂ કરો (&L)" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format msgid "What do you wish to do with this file?" +msgstr "તમે આ ફાઇલ સાથે શું કરવા માંગો છો?" + +#: widgets/executablefileopendialog.cpp:83 +#, kde-format +msgctxt "@action:button" +msgid "&Open" +msgstr "ખોલો (&O)" + +#: widgets/executablefileopendialog.cpp:85 +#, kde-format +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 વડે ખોલો (&O)" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, kde-format +msgid "Would you like to launch this file?" msgstr "શું તમે પાસફ્રેજને તમારી વોલેટ ફાઇલમાં સંગ્રહવા ઇચ્છો છો?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 -#, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "ચલાવો" - -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "ડિરેક્ટરી બનાવે છે" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "સ્ત્રોત" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "લક્ષ્ય" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "નકલ કરે છે" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ખસેડે છે" -#: widgets/fileundomanager.cpp:146 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/fileundomanager.cpp:140 +#, kde-format msgid "Renaming" -msgstr "નામ બદલો (&R)" +msgstr "નામ બદલે છે" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "કચરાપેટીમાં ખસેડો" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "દૂર કરે છે" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "પાછું લાવો (&o)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "પાછું લાવો (&o): નકલ" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "પાછું લાવો (&o): કડી" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "પાછું લાવો (&o): ખસેડો" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "પાછું લાવો (&o): નામ બદલો" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "પાછું લાવો (&o): કચરાપેટીમાં નાખો" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" -#: widgets/fileundomanager.cpp:323 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:344 +#, kde-format msgid "Und&o: Create Folder(s)" msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" -#: widgets/fileundomanager.cpp:325 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:346 +#, kde-format msgid "Und&o: Create File" msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" -#: widgets/fileundomanager.cpp:327 -#, fuzzy, kde-format -#| msgid "Und&o: Rename" +#: widgets/fileundomanager.cpp:348 +#, kde-format msgid "Und&o: Batch Rename" -msgstr "પાછું લાવો (&o): નામ બદલો" +msgstr "પાછું લાવો (&o): બેચ નામ બદલો" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "ફરીથી કરો (&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "ફરીથી કરો: નકલ(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "ફરીથી કરો: કળી(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "ફરીથી કરો: ખસેડો(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "ફરીથી કરો: નામ બદલો(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "ફરીથી કરો: કચરાપેટીમાં નાખો (&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "ફરી કરો: ફોલ્ડર બનાવો (&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ફરીથી કરો: ફોલ્ડર(ઓ) બનાવો (&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "ફરી કરો: ફાઇલ બનાવો(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "ફરી કરો: ટુકડાઓમાં નામ બદલો(&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4850,13 +4963,17 @@ msgid "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" msgstr "" +"ફાઇલ %1 એ %2 માંથી નકલ કરવામાં આવી હતી, પરંતુ ત્યારથી તે %3 પર ફેરફાર કરવામાં આવી " +"હોય તેવું લાગે છે.\n" +" નકલ કરવાનું રદ કરવાથી ફાઇલ કાઢી નાખવામાં આવશે, અને તમામ ફેરફારો ખોવાઈ જશે. \n" +"શું તમે ખરેખર %4 ને કાઢી નાખવા માંગો છો?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "ફાઇલ નકલ ખાતરી પાછી ફેરવો" +msgstr "ફાઇલ નકલ કરવાની ખાતરી રદ કરો" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4864,24 +4981,26 @@ msgid "" "filename>This action cannot be undone." msgstr "" - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, fuzzy, kde-format -#| msgid "Delete Entry" -msgid "Delete Permanently" -msgstr "દાખલો દૂર કરો" +"શું તમે ખરેખર આ વસ્તુને કાયમી ધોરણે કાઢી નાખવા માંગો છો?%1આ ક્રિયા ઉલટાવી શકાશે નહીં." #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "કાયમી ધોરણે કાઢી નાખો" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Entry" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "દાખલો દૂર કરો" +msgstr "કાયમી ધોરણે કાઢી નાખો" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4891,99 +5010,97 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"શું તમે ખરેખર આ વસ્તુને કાયમી ધોરણે કાઢી નાખવા માંગો છો?આ ક્રિયા ઉલટાવી શકાશે નહીં.[zero]" msgstr[1] "" +"શું તમે ખરેખર આ %1 વસ્તુઓને કાયમી ધોરણે કાઢી નાખવા માંગો છો?આ ક્રિયા ઉલટાવી શકાશે નહીં.[zero]" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" +"શું તમે કચરાપેટીમાંથી બધી વસ્તુઓ કાયમી ધોરણે કાઢી નાખવા માંગો છો?આ ક્રિયા ઉલટાવી શકાશે નહીં." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "કચરાપેટી ખાલી કરો" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" msgstr "" +"શું તમે ખરેખર આ આઇટમને ટ્રેશ (Trash) માં ખસેડવા માંગો છો?%1કચરાપેટી ખાલી કરો" -#: widgets/jobuidelegate.cpp:278 -#, fuzzy, kde-format -#| msgid "Do you really want to delete this item?" -#| msgid_plural "Do you really want to delete these %1 items?" +#: widgets/jobuidelegate.cpp:279 +#, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "શું તમે આ વસ્તુ દૂર કરવા માંગો છો?" -msgstr[1] "શું તમે આ વસ્તુ દૂર કરવા માંગો છો?" +msgstr[0] "શું તમે ખરેખર આ વસ્તુને કચરાપેટીમાં ખસેડવા માંગો છો?" +msgstr[1] "શું તમે ખરેખર આ %1 વસ્તુઓને કચરાપેટીમાં ખસેડવા માંગો છો?" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "ઉમેરો…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "ફેરફાર" +msgstr "ફેરફાર કરો..." #: widgets/kacleditwidget.cpp:79 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgctxt "@action:button" msgid "Delete" msgstr "દૂર કરો" #: widgets/kacleditwidget.cpp:227 -#, fuzzy, kde-format -#| msgid "Owner" +#, kde-format msgctxt "Unix permissions" msgid "Owner" msgstr "માલિક" #: widgets/kacleditwidget.cpp:231 -#, fuzzy, kde-format -#| msgid "Owning Group" +#, kde-format msgctxt "UNIX permissions" msgid "Owning Group" msgstr "માલિકીનું જૂથ" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 -#, fuzzy, kde-format -#| msgid "Others" +#, kde-format msgctxt "UNIX permissions" msgid "Others" msgstr "બીજાંઓ" #: widgets/kacleditwidget.cpp:239 -#, fuzzy, kde-format -#| msgid "Mask" +#, kde-format msgctxt "UNIX permissions" msgid "Mask" msgstr "માસ્ક" #: widgets/kacleditwidget.cpp:243 -#, fuzzy, kde-format -#| msgid "Named User" +#, kde-format msgctxt "UNIX permissions" msgid "Named User" -msgstr "નામઆપેલ વપરાશકર્તા" +msgstr "નામ આપેલ વપરાશકર્તા" #: widgets/kacleditwidget.cpp:254 -#, fuzzy, kde-format -#| msgid " (Default)" +#, kde-format msgid "Owner (Default)" -msgstr " (મૂળભૂત)" +msgstr "માલિક (મૂળભૂત)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5010,7 +5127,7 @@ msgstr "માલિક" msgid "Owning Group" msgstr "માલિકીનું જૂથ" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "બીજાંઓ" @@ -5079,120 +5196,116 @@ msgid "Updating System Configuration" msgstr "સિસ્ટમ રૂપરેખાંકન સુધારે છે" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "સિસ્ટમ રૂપરેખાંકન સુધારે છે." +msgstr "સિસ્ટમ રૂપરેખાંકન અપડેટ કરી રહ્યું છે" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "નામ" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "કદ" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "તારીખ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "પરવાનગીઓ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "માલિક" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "સમૂહ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "પ્રકાર" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" -msgstr "" +msgstr "%1 વડે ખોલો (&W)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" -msgstr "" +msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "ક્રિયાઓ (&A)" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "આની સાથે ખોલો (&O)" +msgstr "આની સાથે ફોલ્ડર ખોલો (&O)" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "આની સાથે ખોલો (&O)" -#: widgets/kfileitemactions.cpp:731 -#, fuzzy, kde-format -#| msgid "Open with:" +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "એક્ઝિક્યુટેબલ ચલાવો (&R)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format msgid "&Open folder with %1" -msgstr "આની સાથે ખોલો:" +msgstr "%1 વડે ફોલ્ડર ખોલો(&O):" -#: widgets/kfileitemactions.cpp:731 -#, fuzzy, kde-format -#| msgid "Open with:" +#: widgets/kfileitemactions.cpp:836 +#, kde-format msgid "&Open with %1" -msgstr "આની સાથે ખોલો:" +msgstr "%1 વડે ખોલો(&O):" -#: widgets/kfileitemactions.cpp:763 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:868 +#, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "આની સાથે ખોલો (&O)" +msgstr "વડે ફોલ્ડર ખોલો(&O):" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" -msgstr "આની સાથે ખોલો (&O)" +msgstr "વડે ખોલો (&O)" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgid "&Application" +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "કાર્યક્રમ (&A)" +msgstr "અન્ય કાર્યક્રમ (&O)" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5200,120 +5313,134 @@ msgid_plural "%1 items" msgstr[0] "૧ વસ્તુ" msgstr[1] "%1 વસ્તુઓ" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "અજાણ્યું" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "બંધ કરો" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "આનાં પર માઉન્ટ કરેલ:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "પ્રકાર:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "ધરાવે છે:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "આની સાથે ખોલો:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "બદલો..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "સ્થળ:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "કદ:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "બદલો (&h)..." +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "ફોલ્ડરનું કદ નક્કી કરો" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -#| msgid "Contents:" -msgid "Content:" -msgstr "વિગતો" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "અટકાવો" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "ફોલ્ડરનું કદ નિર્ધારિત કરવાનું બંધ કરો" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "ફાઇલલાઇટમાં શોધો" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "આના સુધી બિંદુઓ:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "બદલેલ:" +msgid "Show target" +msgstr "લક્ષ્યાંક બતાવો" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "બનાવેલ:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "ફાઇલ સિસ્ટમ:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "અજાણ્યું યજમાન" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "આનાં પર માઉન્ટ કરેલ:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "બદલેલ:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "ઉપયોગ કરેલ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "ફાઇલ સિસ્ટમ:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "આની સાથે ખોલો" +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "આનાં પર માઉન્ટ કરેલ:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "આનાં પરથી માઉન્ટ કરેલ:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "ખાલી જગ્યા:અજ્ઞાત કદ" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "અજ્ઞાત કદ" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5331,16 +5458,20 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" +"%1 ખોલવા માટે કયો પ્રોગ્રામ વાપરવો જોઈએ તે પસંદ કરો. જો પ્રોગ્રામ યાદીમાં " +"ન હોય, તો નામ દાખલ કરો અથવા બ્રાઉઝ બટન પર ક્લિક કરો." #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "" +msgstr "પસંદ કરેલી ફાઇલોને ખોલવા માટે પ્રોગ્રામનું નામ પસંદ કરો." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
    %1
    " msgstr "" +"\"
    %1ફાઇલ ખોલવા માટે તમે જે પ્રોગ્રામનો ઉપયોગ કરવા માંગો છો તે પસંદ કરો
    " +"\"" #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5348,7 +5479,9 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" +"તમે ફાઇલ ખોલવા માટે જે કાર્યક્ર્મનો ઉપયોગ કરવા માંગો છો તે પસંદ કરો." msgstr[1] "" +"%1 ફાઇલો ખોલવા માટે જે કાર્યક્ર્મનો ઉપયોગ કરવા માંગો છો તે પસંદ કરો." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5366,6 +5499,8 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" +"ફાઇલ પ્રકાર: %1 માટે કાર્યક્રમ પસંદ કરો. જો કાર્યક્રમ યાદીમાં ન હોય, તો " +"નામ લખો અથવા બ્રાઉઝ બટન પર ક્લિક કરો." #: widgets/kopenwithdialog.cpp:630 #, kde-format @@ -5373,6 +5508,8 @@ msgid "" "Select a program. If the program is not listed, enter the name or click " "the browse button." msgstr "" +"પ્રોગ્રામ પસંદ કરો. જો પ્રોગ્રામ સૂચિબદ્ધ ન હોય, તો નામ દાખલ કરો અથવા બ્રાઉઝ બટન " +"પર ક્લિક કરો." #: widgets/kopenwithdialog.cpp:676 #, kde-format @@ -5380,6 +5517,8 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"નીચેની એપ્લિકેશનોને ફિલ્ટર કરવા માટે ટાઇપ કરો, અથવા આદેશનું નામ સ્પષ્ટ કરો.\n" +"પરિણામો નેવિગેટ કરવા માટે ડાઉન એરો દબાવો." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5397,28 +5536,40 @@ msgid "" "%m - the mini-icon\n" "%c - the comment" msgstr "" +"\"કમાન્ડ પછી, તમે ઘણા પ્લેસ હોલ્ડર્સ રાખી શકો છો જે જ્યારે વાસ્તવિક પ્રોગ્રામ ચલાવવામાં " +"આવશે ત્યારે વાસ્તવિક મૂલ્યો સાથે બદલાઈ જશે:\n" +"%f - એક ફાઇલનું નામ\n" +"%F - ફાઇલોની સૂચિ; એકસાથે ઘણી સ્થાનિક ફાઇલો ખોલી શકે તેવા એપ્લિકેશનો માટે ઉપયોગ કરો\n" +"%u - એક URL\n" +"%U - URL ની સૂચિ\n" +"%d - ખોલવા માટેની ફાઇલની ડિરેક્ટરી\n" +"%D - ડિરેક્ટરીઓની સૂચિ\n" +"%i - આઇકોન\n" +"%m - નાનો આઇકોન (mini-icon)\n" +"%c - ટિપ્પણી (comment)\"" #: widgets/kopenwithdialog.cpp:742 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" -msgstr "આ પ્રકારની ફાઇલ માટે સંબંધિત કાર્યક્રમો યાદ રાખો (&R)" +msgstr "" +"આ પ્રકારની બધી ફાઇલો માટે સંબંધિત કાર્યક્ર્મ યાદ રાખો(&R)\n" +"\"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\"" -msgstr "આ પ્રકારની ફાઇલ માટે સંબંધિત કાર્યક્રમો યાદ રાખો (&R)" +msgstr "" +"પ્રકારની બધી ફાઇલો માટે એપ્લિકેશન જોડાણ યાદ રાખો(&R)\n" +"\"%1\"" #: widgets/kopenwithdialog.cpp:754 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options" -msgstr "ટર્મિનલ વિકલ્પો (&T):" +msgstr "ટર્મિનલ વિકલ્પો:" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5433,7 +5584,7 @@ msgstr "જ્યારે આદેશ બહાર નીકળે ત્ય #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "ડિસ્કવરમાંથી વધુ એપ્સ મેળવો" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5452,20 +5603,20 @@ msgid "" "application or if you want the information that is provided by the terminal " "emulator window." msgstr "" +"જો તમે જે એપ્લિકેશન ચલાવવા માંગો છો તે ટેક્સ્ટ મોડ એપ્લિકેશન હોય અથવા જો તમે ટર્મિનલ " +"એમ્યુલેટર વિન્ડો દ્વારા પૂરી પાડવામાં આવતી માહિતી માંગતા હોવ તો આ વિકલ્પને તપાસો." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 -#, fuzzy, kde-format -#| msgid "&Run in terminal" +#, kde-format msgid "Run in terminal" -msgstr "ટર્મિનલમાં ચલાવો (&R)" +msgstr "ટર્મિનલમાં ચલાવો" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options:" -msgstr "ટર્મિનલ વિકલ્પો (&T):" +msgstr "ટર્મિનલ વિકલ્પો:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5475,13 +5626,14 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" +"જો ટેક્સ્ટ મોડ એપ્લિકેશન બહાર નીકળતી વખતે સંબંધિત માહિતી પ્રદાન કરતી હોય તો આ વિકલ્પ " +"તપાસો. ટર્મિનલ એમ્યુલેટરને ખુલ્લું રાખવાથી તમે આ માહિતી પુનઃપ્રાપ્ત કરી શકો છો." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format -#| msgid "&Do not close when command exits" +#, kde-format msgid "Do not close when command exits" -msgstr "જ્યારે આદેશ બહાર નીકળે ત્યારે બંધ કરશો નહી (&D)" +msgstr "જ્યારે આદેશ બહાર નીકળે ત્યારે બંધ કરશો નહી" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5501,13 +5653,16 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" +"જો તમે આ કાર્યક્રમને અલગ વપરાશકર્તા આઈડી (user id) સાથે ચલાવવા માંગતા હોવ તો આ " +"વિકલ્પ પસંદ કરો. દરેક પ્રક્રિયા તેની સાથે સંકળાયેલ અલગ વપરાશકર્તા આઈડી ધરાવે છે. આ આઈડી " +"કોડ ફાઇલ એક્સેસ અને અન્ય પરવાનગીઓ નક્કી કરે છે. આ વિકલ્પનો ઉપયોગ કરવા માટે " +"વપરાશકર્તાના પાસવર્ડની જરૂર છે." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" +#, kde-format msgid "Run as a different user" -msgstr "બીજા વપરાશકર્તા તરીકે ચલાવો (&n)" +msgstr "અલગ વપરાશકર્તા તરીકે ચલાવો" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 @@ -5531,21 +5686,17 @@ msgstr "તમે અહીં જે રીતે કાર્યક્રમ #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "સમર્પિત GPU" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "સમર્પિત ગ્રાફિક્સ કાર્ડનો ઉપયોગ કરીને ચલાવો" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 -#, fuzzy, kde-format -#| msgctxt "" -#| "@title:group Title of a group that lets the user choose options regargin " -#| "program startup" -#| msgid "Startup" +#, kde-format msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" @@ -5559,13 +5710,14 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" +"જો તમે તમારો કાર્યક્ર્મ શરૂ થઈ ગયો છે તે સ્પષ્ટ કરવા માંગતા હોવ તો આ વિકલ્પ તપાસો. આ " +"દેખીતા સંકેત તરીકે વ્યસ્ત કર્સર અથવા ટાસ્કબારમાં દેખાઈ શકે છે." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 -#, fuzzy, kde-format -#| msgid "Enable &launch feedback" +#, kde-format msgid "Enable launch feedback" -msgstr "પ્રતિસાદ શરૂ કરવાનું સક્રિય કરો (&l)" +msgstr "લોન્ચ સંકેત સક્ષમ કરો" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5575,28 +5727,36 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" +"આ એપ્લિકેશનને તમે જે નામ આપવા માંગો છો તે અહીં લખો. આ એપ્લિકેશન આ નામ હેઠળ એપ્લિકેશન મેનૂમાં " +"અને પેનલમાં દેખાશે." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" +"અહીં એપ્લિકેશન માટે એક સામાન્ય નામ લખો. ઉદાહરણો: છબી જોવા માટેની એપ્લિકેશન \"ઈમેજ વ્યુઅર" +"\" હશે." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "વર્ણન (&D):" +msgid "&Generic name:" +msgstr "સામાન્ય નામ: (&G)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "અહીં તમને કોઇ ઉપયોગી ટીપ્પણી લખો." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"આ એપ્લિકેશનનો તેના ઉપયોગના આધારે વર્ણન અહીં ટાઇપ કરો. ઉદાહરણો: ઇમેજ જોવાની એપ્લિકેશન " +"\"છબીઓ જુઓ અને સંપાદિત કરો\" હશે." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5606,24 +5766,22 @@ msgstr "ટીપ્પણી (&e):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, fuzzy, kde-format -#| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" -msgstr "પહેલેથી નક્કી કરેલ પ્રોક્સી એન્વાર્યમેન્ટ વેરીએબલ્સ વાપરો (&v)" +#, kde-format +msgid "Environment variables:" +msgstr "પર્યાવરણ ચલો:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "તમે અહીં જે રીતે કાર્યક્રમ ચલાવવા માંગતા હોવ તે વપરાશકર્તા નામ દાખલ કરો." +msgstr "આ એપ્લિકેશન શરૂ કરવા માટેનો કમાન્ડ અહીં ટાઈપ કરો." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "કાર્યક્રમ:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -5632,6 +5790,7 @@ msgid "" "Click here to browse your file system in order to find the desired " "executable." msgstr "" +"ઇચ્છિત એક્ઝિક્યુટેબલ શોધવા માટે તમારી ફાઇલ સિસ્ટમ બ્રાઉઝ કરવા માટે અહીં ક્લિક કરો." #. i18n: ectx: property (text), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:117 @@ -5657,13 +5816,24 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" +"\"આ એપ્લિકેશન શરૂ કરતી વખતે વાપરવા માટેના આર્ગ્યુમેન્ટ્સ અહીં લખો. \n" +"\n" +"તમારી પાસે ઘણા પ્લેસહોલ્ડર્સ હોઈ શકે છે જે જ્યારે વાસ્તવિક પ્રોગ્રામ ચલાવવામાં આવે ત્યારે " +"વાસ્તવિક મૂલ્યો સાથે બદલવામાં આવશે:\n" +"\n" +"%f - એક સિંગલ ફાઇલનામ\n" +"%F - ફાઇલોની સૂચિ (એવી એપ્લિકેશન્સ માટે જે એકસાથે ઘણી ફાઇલો ખોલી શકે છે)\n" +"%u - એક સિંગલ URL\n" +"%U - URLs ની સૂચિ\n" +"%i - .desktop ફાઇલનું આઇકન\n" +"%c - .desktop ફાઇલનું નામ\n" +"%k - .desktop ફાઇલનું સ્થાન\"" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "FIXME: Document this" +#, kde-format msgid "&Arguments:" -msgstr "મને સુધારો: આનો દસ્તાવેજ બનાવો" +msgstr "દલીલો: (&A)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) @@ -5698,12 +5868,24 @@ msgid "" "remove them from the list clicking on the button Remove below.

    " msgstr "" +"

    આ યાદી ફાઇલના પ્રકારો બતાવવી જોઈએ જે તમારી એપ્લિકેશન સંભાળી શકે છે. આ યાદી " +"માઇમટાઇપ્સ (mimetypes) દ્વારા ગોઠવવામાં આવી છે.

    \n" +"

    MIME, મલ્ટિપર્પઝ ઇન્ટરનેટ (ઇ)મેઇલ એક્સટેન્શન, ફાઇલનામ એક્સટેન્શન અને સંબંધિત " +"માઇમટાઇપ્સ ના આધારે ડેટાના પ્રકારને ઓળખવા માટેનો પ્રમાણભૂત પ્રોટોકોલ છે. " +"ઉદાહરણ: flower.bmp માં ટપકા પછી આવતો \"bmp\" ભાગ સૂચવે છે કે તે એક વિશિષ્ટ પ્રકારની " +"છબી છે, image/x-bmp. દરેક પ્રકારની ફાઇલ કઈ એપ્લિકેશને ખોલવી જોઈએ તે જાણવા " +"માટે, સિસ્ટમને આ એક્સટેન્શન અને માઇમટાઇપ્સને સંભાળવાની દરેક એપ્લિકેશનની ક્ષમતાઓ વિશે જાણ " +"કરવી જોઈએ.

    \n" +"

    જો તમે આ એપ્લિકેશનને એક અથવા વધુ માઇમટાઇપ્સ સાથે સાંકળવા માંગતા હોવ જે આ યાદીમાં " +"નથી, તો નીચેના ઉમેરો (Add) બટન પર ક્લિક કરો. જો ત્યાં એક અથવા વધુ ફાઇલ " +"પ્રકારો હોય જે આ એપ્લિકેશન સંભાળી શકતી નથી, તો તમે નીચેના દૂર કરો (Remove) " +"બટન પર ક્લિક કરીને તેમને યાદીમાંથી દૂર કરી શકો છો.

    " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 #, kde-format msgid "&Supported file types:" -msgstr "આધારિત ફાઇલ પ્રકારો (&S):" +msgstr "સમર્થિત ફાઇલ પ્રકારો (&S):" #. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) #: widgets/kpropertiesdesktopbase.ui:227 @@ -5724,6 +5906,8 @@ msgid "" "Click on this button if you want to add a type of file (mimetype) that your " "application can handle." msgstr "" +"જો તમે ફાઇલનો પ્રકાર (mimetype) ઉમેરવા માંગતા હોવ કે જે તમારું કાર્યક્રમ સંભાળી શકે, તો " +"આ બટન પર ક્લિક કરો." #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -5738,6 +5922,8 @@ msgid "" "If you want to remove a type of file (mimetype) that your application cannot " "handle, select the mimetype in the list above and click on this button." msgstr "" +"જો તમે ફાઇલના પ્રકારને (માઇમટાઇપ) દૂર કરવા માંગતા હોવ કે જે તમારું એપ્લિકેશન સંભાળી શકતું " +"નથી, તો ઉપરની સૂચિમાં માઇમટાઇપ પસંદ કરો અને આ બટન પર ક્લિક કરો." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:255 @@ -5752,6 +5938,8 @@ msgid "" "Click here to modify the way this application will run, launch feedback, D-" "Bus options or to run it as a different user." msgstr "" +"આ એપ્લિકેશન કઈ રીતે ચાલશે તેમાં ફેરફાર કરવા, પ્રતિસાદ શરૂ કરવા, D-Bus વિકલ્પો અથવા તેને " +"અલગ વપરાશકર્તા તરીકે ચલાવવા માટે અહીં ક્લિક કરો." #. i18n: ectx: property (text), widget (QPushButton, advancedButton) #: widgets/kpropertiesdesktopbase.ui:281 @@ -5777,49 +5965,67 @@ msgstr[1] "%1 પસંદ કરેલ વસ્તુઓ માટે ગુ #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "મોકલો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" +"આમાં ગુણધર્મો સાચવી શકાયા નથી કારણ કે લખવા માટે પૂરતી પરવાનગી નથી:" +"%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "સામાન્ય (&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ફાઇલનું નામ દાખલ કરો" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "%1 માં જુઓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "તાજું કરો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" -msgid "%1:" -msgstr "%1: %2" +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "લક્ષિત સ્થાન દાખલ કરો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 -#, fuzzy, kde-format -#| msgid "Unknown Host" +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 બતાવો" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format msgctxt "@info:status" msgid "Unknown size" -msgstr "અજાણ્યું યજમાન" +msgstr "અજાણ્યું કદ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5828,232 +6034,227 @@ msgstr "" "ગણતરી કરે છે... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "૧ ફાઇલ" msgstr[1] "%1 ફાઇલો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "૧ ઉપ-ફોલ્ડર" msgstr[1] "%1 ઉપ-ફોલ્ડરો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 -#, fuzzy, kde-format -#| msgid "Calculating..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format msgid "Calculating...\n" -msgstr "ગણતરી કરે છે..." +msgstr "ગણતરી કરે છે...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 -#, fuzzy, kde-format -#| msgid "At least %1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format msgid "At least %1\n" -msgstr "ઓછામાં ઓછું %1" +msgstr "ઓછામાં ઓછું %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "નવું ફાઇલ નામ ખાલી છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 -#, fuzzy, kde-format -#| msgid "&Supported file types:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format msgid "No registered file type" -msgstr "આધારિત ફાઇલ પ્રકારો (&S):" +msgstr "કોઈ નોંધાયેલ ફાઇલ પ્રકાર નથી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 -#, fuzzy, kde-format -#| msgid "Choose Application" +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format msgid "No associated application" -msgstr "કાર્યક્રમ પસંદ કરો" +msgstr "કોઈ સંકળાયેલ એપ્લિકેશન નથી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 -#, fuzzy, kde-format -#| msgid "Created:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "બનાવેલ:" +msgstr "બનાવો…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 -#, fuzzy, kde-format -#| msgid "C&hange..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "બદલો (&h)..." +msgstr "બદલો..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Accessed:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "“%1” પ્રકારની ફાઇલો ખોલવા માટે મૂળભૂત કાર્યક્રમ બદલો." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" -msgstr "ઉપયોગ કરેલ:" +msgstr "કોઈ પરવાનગી નથી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" -msgstr "" +msgstr "માત્ર જોઈ શકાય છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#, fuzzy -#| msgid "Can View & Modify Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "માહિતી જોઇ અને બદલી શકે છે" +msgstr "જોઈ અને સુધારી શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "માહિતી જોઇ શકે છે" +msgstr "માત્ર સામગ્રી જોઈ શકાય છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "માહિતી જોઇ અને બદલી શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "માહિતી જોઇ શકે છે" +msgstr "માત્ર સામગ્રી જોઈ શકાય છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "બદલી/લખી અને જોઇ/વાંચી શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "પરવાનગીઓ (&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "ઉપયોગ પરવાનગીઓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "આ ફાઇલ કડી છે અને તેને પરવાનગીઓ નથી." msgstr[1] "બધી ફાઇલો કડીઓ છે અને તેમને પરવાનગીઓ નથી." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "માત્ર માલિક જ પરવાનગીઓ બદલી શકે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "માલિક (&w):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." -msgstr "" +msgstr "માલિક જે ક્રિયાઓ કરી શકે છે તે સ્પષ્ટ કરે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "સમૂહ (&u):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." -msgstr "" +msgstr "સમૂહના સભ્યોને જે ક્રિયાઓ કરવાની મંજૂરી છે તેનો ઉલ્લેખ કરે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "બીજાંઓ (&t):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." -msgstr "" +msgstr "માત્ર માલિક જ વિષયવસ્તુને કાઢી શકે છે અથવા નામ બદલી શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "માત્ર માલિક જ નામ બદલી અને ફોલ્ડર વિગતો દૂર કરી શકે છે (&e)" +msgstr "માત્ર માલિક જ વિષયવસ્તુને કાઢી શકે છે અથવા નામ બદલી શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" -msgstr "" +msgstr "ફાઇલને પ્રોગ્રામ તરીકે ચલાવવાની મંજૂરી આપો (&e)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "મૂળભૂત વપરાશકર્તા નામ:" +msgstr "કાઢી નાખો અથવા નામ બદલો:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Exec" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" msgstr "ચલાવો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" +"માત્ર ફોલ્ડરના માલિકને જ તેમાં રહેલી ફાઇલો અને ફોલ્ડર્સને કાઢી નાખવા અથવા નામ બદલવા " +"દેવા માટે આ વિકલ્પ સક્ષમ કરો. અન્ય વપરાશકર્તાઓ ફક્ત નવી ફાઇલો ઉમેરી શકે છે, જેના માટે " +"'સામગ્રીમાં ફેરફાર કરો' પરવાનગી જરૂરી છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" +"ફાઇલને એક્ઝિક્યુટેબલ (ચલાવી શકાય તેવી) તરીકે ચિહ્નિત કરવા માટે આ વિકલ્પ સક્ષમ કરો. આ " +"ફક્ત પ્રોગ્રામ્સ અને સ્ક્રિપ્ટ્સ માટે જ અર્થપૂર્ણ છે. જ્યારે તમે તેમને ચલાવવા માંગતા હોવ ત્યારે તે " +"જરૂરી છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "ઉચ્ચ પરવાનગીઓ (&d)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "માલિકી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "વપરાશકર્તા:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "સમૂહ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "ફેરફારો બધા ઉપફોલ્ડરો અને તેમની વિગતોને લાગુ પાડો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "ઉચ્ચ પરવાનગીઓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "વર્ગ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6062,22 +6263,22 @@ msgstr "" "દાખલાઓ\n" "બતાવો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "આ નિશાની ફોલ્ડરની વિગતો દેખવા દે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "વાંચો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." -msgstr "" +msgstr "વાંચન ધ્વજ ફાઇલની સામગ્રી જોવાની પરવાનગી આપે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6086,256 +6287,277 @@ msgstr "" "દાખલાઓ\n" "લખો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" +"આ ધ્વજ ફાઇલો ઉમેરવા, નામ બદલવા અને કાઢી નાખવાની મંજૂરી આપે છે. નોંધ લો કે સ્ટીકી ધ્વજનો " +"ઉપયોગ કરીને ફાઇલો કાઢી નાખવા અને નામ બદલવાનું મર્યાદિત કરી શકાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "લખો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." -msgstr "" +msgstr "રાઈટ ધ્વજ ફાઇલની વિષયવસ્તુમાં ફેરફાર કરવાની પરવાનગી આપે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "દાખલ કરો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "ફોલ્ડરમાં દાખલ થવાનું માન્ય કરવા માટે આ નિશાની સક્રિય કરો." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ચલાવો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." -msgstr "" +msgstr "આ ફાઇલને પ્રોગ્રામ તરીકે ચલાવવાની મંજૂરી આપવા માટે આ ધ્વજ સક્ષમ કરો." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ખાસ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" +"વિશેષ ધ્વજ. આખા ફોલ્ડર માટે માન્ય છે, ધ્વજનો ચોક્કસ અર્થ જમણી બાજુના સ્તંભમાં જોઈ શકાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." -msgstr "" +msgstr "ખાસ ધ્વજ. આ ધ્વજનો ચોક્કસ અર્થ જમણી બાજુના કોલમમાં જોઈ શકાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "વપરાશકર્તા" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "સમૂહ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." -msgstr "" +msgstr "જો આ ધ્વજ સેટ કરેલો હશે, તો આ ફોલ્ડરનો માલિક તમામ નવી ફાઇલોનો માલિક બનશે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" +"જો આ ફાઇલ એક્ઝિક્યુટેબલ હોય અને ધ્વજ સેટ કરેલો હોય, તો તે માલિકની પરવાનગીઓ સાથે " +"એક્ઝિક્યુટ થશે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." -msgstr "" +msgstr "જો આ ધ્વજ સેટ કરેલો હોય, તો આ ફોલ્ડરનું જૂથ તમામ નવી ફાઇલો માટે સેટ કરવામાં આવશે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" +"જો આ ફાઇલ એક્ઝિક્યુટેબલ હોય અને ધ્વજ સેટ કરેલો હોય, તો તે જૂથની પરવાનગીઓ સાથે એક્ઝિક્યુટ " +"થશે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" +"જો કોઈ ફોલ્ડર પર સ્ટીકી ધ્વજ સેટ કરેલો હોય, તો માત્ર માલિક અને રૂટ જ ફાઇલોને ડિલીટ " +"અથવા તેનું નામ બદલી શકે છે. અન્યથા લખવાની પરવાનગી ધરાવતા દરેક વ્યક્તિ આ કરી શકે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" +"ફાઇલ પરની સ્ટીકી ધ્વજ લિનક્સ પર અવગણવામાં આવે છે, પરંતુ કેટલીક સિસ્ટમ પર તેનો ઉપયોગ થઈ " +"શકે છે" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID ગોઠવો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID ગોઠવો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "સ્ટિકી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "કડી" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "બદલે છે (કોઇ ફેરફાર નહી)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "આ ફાઇલ ઉચ્ચ પરવાનગીઓ ઉપયોગ કરે છે." msgstr[1] "આ ફાઇલો ઉચ્ચ પરવાનગીઓ ઉપયોગ કરે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "આ ફોલ્ડર ઉચ્ચ પરવાનગીઓ ઉપયોગ કરે છે." msgstr[1] "આ ફોલ્ડર્સ ઉચ્ચ પરવાનગીઓ ઉપયોગ કરે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "આ ફાઇલો ઉચ્ચ પરવાનગીઓ ઉપયોગ કરે છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "ચેકસમ (&h)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "ગણતરી કરે છે..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "અમાન્ય ચેકસમ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "આપેલ ઈનપુટ માન્ય MD5, SHA1 અથવા SHA256 ચેકસમ નથી." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "ચેકસમ્સ મેચ થાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "" +msgstr "ગણતરી કરેલ ચેકસમ (checksum) અને અપેક્ષિત ચેકસમ મેળ ખાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" "downloading the file.
    If the verification still fails, contact the " "source of the file." msgstr "" +"\"

    ચેકસમ (Checksums) મેળ ખાતા નથી.

    આ કદાચ ખામીયુક્ત ડાઉનલોડના કારણે હોઈ શકે " +"છે. ફાઇલને ફરીથી ડાઉનલોડ કરવાનો પ્રયાસ કરો.જો ચકાસણી હજુ પણ નિષ્ફળ જાય, તો ફાઇલના " +"સ્ત્રોતનો સંપર્ક કરો.\"" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "" +msgstr "ગણતરી કરેલ ચેકસમ (checksum) અને અપેક્ષિત ચેકસમ અલગ છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "ચેકસમ ચકાસી રહ્યા છીએ…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "બધી ફાઇલોના ચેકસમ (checksums) એકસરખા છે." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "પસંદ કરેલી ફાઇલોના ચેકસમ (checksums) અલગ છે." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "ગણતરી કરે છે..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 -#, fuzzy, kde-format -#| msgid "Only executables on local file systems are supported." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "માત્ર સ્થાનિક ફાઇલ સિસ્ટમ્સ પર જ ચલાવનાર આધાર અપાય છે." +msgstr "ગુણધર્મો સાચવી શકાયા નથી. ફક્ત સ્થાનિક ફાઇલ સિસ્ટમ પરની એન્ટ્રીઓ જ સમર્થિત છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" -msgstr "કાર્યક્રમ (&A)" +msgstr "" +"કાર્યક્રમ (\n" +")" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 માટે ફાઇલ પ્રકાર ઉમેરો" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "એક અથવા વધુ ફાઇલ પ્રકારો ઉમેરવા માટે પસંદ કરો:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "માત્ર સ્થાનિક ફાઇલ સિસ્ટમ્સ પર જ ચલાવનાર આધાર અપાય છે." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 માટે ઉચ્ચ વિકલ્પો" @@ -6379,28 +6601,26 @@ msgid "Current connection is not secured with SSL." msgstr "હાલનું જોડાણ SSL વડે સલામત નથી." #: widgets/ksslinfodialog.cpp:139 -#, fuzzy, kde-format -#| msgctxt "folders, files (size)" -#| msgid "%1, %2 (%3)" +#, kde-format msgctxt "%1, using %2 bits of a %3 bit key" msgid "%1, %2 %3" -msgstr "%1, %2 (%3)" +msgstr "%1, %2 %3" #: widgets/ksslinfodialog.cpp:141 #, kde-format msgctxt "Part of: %1, using %2 bits of a %3 bit key" msgid "using %1 bit" msgid_plural "using %1 bits" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1 બિટ વાપરે છે" +msgstr[1] "%1 બિટ્સ વાપરે છે" #: widgets/ksslinfodialog.cpp:142 #, kde-format msgctxt "Part of: %1, using %2 bits of a %3 bit key" msgid "of a %1 bit key" msgid_plural "of a %1 bit key" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1 બિટનો ભાગ" +msgstr[1] "%1 બિટ્સનો ભાગ" #: widgets/ksslinfodialog.cpp:157 #, kde-format @@ -6415,9 +6635,7 @@ msgid "Yes" msgstr "હા" #: widgets/ksslinfodialog.cpp:168 -#, fuzzy, kde-format -#| msgctxt "%1 is the effective data of the certificate, %2 is the expiry date" -#| msgid "%1 to %2" +#, kde-format msgctxt "%1 is the effective date of the certificate, %2 is the expiry date" msgid "%1 to %2" msgstr "%1 થી %2" @@ -6425,156 +6643,167 @@ msgstr "%1 થી %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "'%1' ને આની સાથે શોધો" #: widgets/kurifiltersearchprovideractions.cpp:85 #, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" -msgstr "" +msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Change &Policy..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "નિતી બદલો (&P)..." +msgstr "વેબ ટૂંકા રસ્તાઓ રૂપરેખાંકિત કરો…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ફાઇલ સંવાદ ખોલો" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "ક્લિપબોર્ડ વિગતો માટે ફાઇલનામ:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ફાઇલ ચોંટાડી" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ક્લિપબોર્ડ વિષયવસ્તુ મૂકો" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" +"તમે 'મૂકો' નો ઉપયોગ કર્યો ત્યારથી ક્લિપબોર્ડ બદલાઈ ગયું છે: પસંદ કરેલ ડેટા ફોર્મેટ હવે લાગુ " +"પડતું નથી. કૃપા કરીને તમે જે મૂકો કરવા માંગતા હતા તેને ફરીથી કોપી (નકલ) કરો." -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "Parent Folder" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "પિતૃ ફોલ્ડર" +msgstr "એક ફોલ્ડર મૂકો" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "&Paste File" -#| msgid_plural "&Paste %1 Files" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "ફાઇલ મૂકો (&P)" +msgstr "એક ફાઇલ મૂકો (&P)" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "એક વસ્તુ મૂકો" +msgstr[1] "%1 વસ્તુઓ મૂકો" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "ક્લિપબોર્ડ વિગતો મૂકો (&P)" +msgstr "ક્લિપબોર્ડ વિષયવસ્તુ મૂકો…" -#: widgets/paste.cpp:270 -#, fuzzy, kde-format -#| msgid "Paste" +#: widgets/paste.cpp:258 +#, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "મૂકો" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "માહિતી બંધારણ:" -#: widgets/pastejob.cpp:71 -#, fuzzy, kde-format -#| msgid "Filename for clipboard content:" -msgid "Filename for dropped contents:" -msgstr "ક્લિપબોર્ડ વિગતો માટે ફાઇલનામ:" +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" -#: widgets/renamedialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Date: %1" -msgstr "ડ્રાઇવ: %1" +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ક્લિપબોર્ડ વિષયવસ્તુ માટે ફાઇલનામ:" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "છોડેલી સામગ્રી માટે ફાઇલનામ:" #: widgets/renamedialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Size:" -msgid "Size: %1" -msgstr "કદ:" +#, kde-format +msgid "Date: %1" +msgstr "તારીખ: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "કદ: %1" + +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" -msgstr "" +msgstr "બધાને લાગુ કરો (&y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" +"જ્યારે આ તપાસવામાં આવે છે, ત્યારે દબાવવામાં આવેલ બટન વર્તમાન કાર્યના બાકીના ભાગ માટે " +"પછીના તમામ ફોલ્ડર સંઘર્ષો પર લાગુ કરવામાં આવશે. જ્યાં સુધી તમે છોડો દબાવો નહીં ત્યાં સુધી " +"ડિરેક્ટરીમાં અસ્તિત્વમાં રહેલી ફાઇલ સાથે સંઘર્ષના કિસ્સામાં તમને હજી પણ પૂછવામાં આવશે." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" +"જ્યારે આ ચેક કરેલું હોય, ત્યારે દબાવવામાં આવેલ બટન વર્તમાન કાર્યના બાકીના ભાગ માટે તમામ " +"પછીના સંઘર્ષો પર લાગુ કરવામાં આવશે." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "નામ બદલો (&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "નવું નામ સૂચવો (&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "છોડો (&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" -msgstr "" +msgstr "આ ફોલ્ડરની નકલ અથવા મૂવ કરશો નહીં, તેના બદલે આગલી વસ્તુ પર જાઓ" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" -msgstr "" +msgstr "આ ફાઇલની નકલ કરશો નહીં અથવા તેને ખસેડશો નહીં, તેના બદલે આગલી વસ્તુ પર જાઓ" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" -msgstr "માહિતી લખો (&W)" +msgstr "આમાં લખો(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6582,217 +6811,335 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" +"ફાઇલો અને ફોલ્ડર્સ હાલની ડિરેક્ટરીમાં, તેની હાલની સામગ્રીની સાથે કોપી કરવામાં આવશે. " +"ડિરેક્ટરીમાં રહેલી ફાઇલ સાથે કોઈ વિરોધાભાસના કિસ્સામાં તમને ફરીથી પૂછવામાં આવશે." -#: widgets/renamedialog.cpp:269 -#, fuzzy, kde-format -#| msgid "Overwrite File?" +#: widgets/renamedialog.cpp:319 +#, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "ફાઇલ ઉપર લખશો?" +msgstr "જૂની ફાઇલો પર ફરીથી લખો (&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" +"જે ગંતવ્ય ફાઇલોનો ફેરફાર કરવાનો સમય જૂનો હશે તે સોર્સ દ્વારા ઓવરરાઇટ કરવામાં આવશે, " +"અન્યથા તેને છોડી દેવામાં આવશે." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "ફરી શરૂ કરો (&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" +"આ ક્રિયા '%1' ને તેની સાથે જ બદલી નાખશે. \n" +"કૃપા કરીને ફાઇલનું નવું નામ દાખલ કરો:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "ચાલુ રાખો (&o)" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action was prevented by another error." -msgid "Would you like to overwrite the destination?" -msgstr "આ ક્રિયા બીજી ક્ષતિ વડે રોકવામાં આવી હતી." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action was prevented by another error." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "આ ક્રિયા બીજી ક્ષતિ વડે રોકવામાં આવી હતી." - -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "સ્ત્રોત" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "લક્ષ્ય" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "the extension %1" -msgid "The source is more recent." -msgstr "એક્શટેન્શન %1" - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "the extension %1" -msgid "The source is older." -msgstr "એક્શટેન્શન %1" - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "the extension %1" +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "શું તમે ગંતવ્ય પર ફરીથી લખવા માંગો છો?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "શું તમે '%1' ની સામગ્ર્ીને '%2' માં ભેળવવા માંગો છો?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "સ્ત્રોત વધુ તાજેતરનું છે." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "સ્રોત જૂનો છે." + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "એક્શટેન્શન %1" +msgstr "સ્રોત %1 દ્વારા નાનો છે." -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "the extension %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "એક્શટેન્શન %1" +msgstr "સ્રોત %1 થી મોટું છે." -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "નવું ફાઇલ નામ ખાલી છે." +msgstr "ફાઇલો સમાન છે." -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "નવું ફાઇલ નામ ખાલી છે." +msgstr "ફાઇલો એકસરખી લાગે છે." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "નવું ફાઇલ નામ ખાલી છે." +msgstr "ફાઈલો અલગ છે." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"ફાઇલો સમાન હોવાની શક્યતા છે: તેમનું કદ સમાન છે અને તેમની સામગ્રી શરૂઆત, મધ્ય અને અંતમાં " +"સમાન છે." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ફાઇલોની સરખામણી કરો" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." -msgstr "'%1' નામની જૂની વસ્તુ પહેલેથી હાજર છે." +msgstr "'%1' નામની એક જૂની વસ્તુ પહેલેથી જ અસ્તિત્વમાં છે." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' નાં સરખી ફાઇલ પહેલેથી હાજર છે." -#: widgets/renamedialog.cpp:469 -#, fuzzy, kde-format -#| msgid "An older item named '%1' already exists." +#: widgets/renamedialog.cpp:535 +#, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' નામની જૂની વસ્તુ પહેલેથી હાજર છે." -#: widgets/renamedialog.cpp:482 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/renamedialog.cpp:548 +#, kde-format msgid "Rename:" -msgstr "નામ બદલો (&R)" +msgstr "નામ બદલો:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "નામ બદલો (&R)" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "નામ બદલો (&R)" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "નામ બદલો (&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "વસ્તુ %1 નું નામ બદલીને આ કરો:" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 નામની ફાઇલ પહેલેથી જ અસ્તિત્વમાં છે." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 એ માન્ય ફાઇલ નામ નથી." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "પસંદ કરેલી %1 વસ્તુનું નામ બદલીને આ કરો:" +msgstr[1] "પસંદ કરેલી %1 વસ્તુઓનું નામ બદલીને આ કરો:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# આનાથી શરૂ થતી ચડતા ક્રમની સંખ્યાઓ દ્વારા બદલવામાં આવશે:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "ઉપકરણ નામ" +msgstr "નવું નામ" -#: widgets/renamefiledialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Change the selected identifier text." -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "પસંદ કરેલ ઓળખ લખાણ બદલો." -msgstr[1] "પસંદ કરેલ ઓળખ લખાણ બદલો." - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +"અમાન્ય ફાઇલનામ: નવા નામમાં # નો એક ક્રમ હોવો જોઈએ, સિવાય કે બધી ફાઇલોના ફાઇલ " +"એક્સટેન્શન અલગ-અલગ હોય." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "પસંદ કરેલ %1 વસ્તુનું નામ આના દ્વારા બદલો:" +msgstr[1] "પસંદ કરેલ %1 વસ્તુઓનું નામ આના દ્વારા બદલો:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "બદલે છે:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "પેટર્ન" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "વડે" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "બદલો" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "કોઈ પણ ફાઇલ નામમાં આ પેટર્ન નથી." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"“%1” ને ખાલી બદલી સાથે બદલવાથી %2 નું ફાઇલ નામ ખાલી થઈ જશે." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "પસંદ કરેલી %1 વસ્તુનું નામ બદલો:[zero]" +msgstr[1] "પસંદ કરેલી %1 વસ્તુઓનું નામ બદલો:[zero]" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "લખાણ ઉમેરો:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "ઉમેરવા માટેનું લખાણ" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ફાઇલનામ પહેલાં" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ફાઇલનામ પછી" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "વસ્તુનું નામ બદલો" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "વસ્તુઓનું નામ બદલો" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "નામ બદલો (&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "નામ કેવી રીતે બદલવું:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ગણતરી કરો" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "લખાણ બદલો" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "લખાણ ઉમેરો" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "પૂર્વદર્શન:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ફાઇલનું નામ ખાલી રાખી શકાય નહીં." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "માહિતી" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "બદલો" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" -msgstr "" +msgstr "ફરી પ્રયત્ન કરો" -#: widgets/skipdialog.cpp:60 -#, fuzzy, kde-format -#| msgid "Replace" +#: widgets/skipdialog.cpp:61 +#, kde-format msgid "Replace All" -msgstr "બદલો" +msgstr "બધું બદલો" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" -msgstr "છોડો" +msgstr "છોડી દો" -#: widgets/skipdialog.cpp:71 -#, fuzzy, kde-format -#| msgid "Skip" +#: widgets/skipdialog.cpp:72 +#, kde-format msgid "Skip All" -msgstr "છોડો" +msgstr "બધા છોડી દો" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 @@ -6873,13 +7220,15 @@ msgid "" "The remote host did not send any SSL certificates.\n" "Aborting because the identity of the host cannot be established." msgstr "" +"દૂરસ્થ હોસ્ટે કોઈપણ SSL પ્રમાણપત્રો મોકલ્યા નથી. યજમાનની ઓળખ સ્થાપિત કરી શકાતી ન " +"હોવાથી પડતું મુકવામાં આવે છે." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" "\n" -msgstr "" +msgstr "સર્વરની પ્રમાણભૂતતા ચકાસણી નિષ્ફળ ગઈ (%1).\n" #: widgets/widgetsaskuseractionhandler.cpp:234 #, kde-kuit-format @@ -6889,6 +7238,9 @@ msgid "" "filename>This action cannot be undone." msgstr "" +"શું તમે ખરેખર આ વસ્તુને કાયમી ધોરણે કાઢી નાખવા માંગો છો?%1આ ક્રિયા ઉલટાવી શકાશે નહીં." #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -6900,87 +7252,265 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"શું તમે ખરેખર આ %1 વસ્તુ કાયમી ધોરણે કાઢી નાખવા માંગો છો?આ ક્રિયા પૂર્વવત્ કરી શકાતી નથી." msgstr[1] "" +"શું તમે ખરેખર આ %1 વસ્તુઓને કાયમી ધોરણે કાઢી નાખવા માંગો છો?આ ક્રિયા પૂર્વવત્ કરી શકાતી નથી." #: widgets/widgetsaskuseractionhandler.cpp:253 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" +"આ ફાઇલ સ્વીકારવા માટે કચરાપેટી ખૂબ ભરાઈ ગઈ છે. તેને કાયમી માટે ડિલીટ કરવી છે?%1આ ક્રિયા પાછી " +"ઉલટાવી શકાશે નહીં." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"આ %1 ફાઇલ સ્વીકારવા માટે કચરાપેટી ખૂબ ભરેલી છે. તેના બદલે તેને કાયમી માટે કાઢી નાખવી છે?" +"આ પ્રક્રિયા ઉલટાવી શકાશે નહીં." +msgstr[1] "" +"આ %1 ફાઇલોને સ્વીકારવા માટે કચરાપેટી ખૂબ ભરેલી છે. તેના બદલે તેને કાયમી માટે કાઢી નાખવી " +"છે?આ પ્રક્રિયા ઉલટાવી શકાશે નહીં." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"આ વસ્તુના સ્થાન માટે કચરાપેટી ઉપલબ્ધ નથી. તેને કાયમી ધોરણે કાઢી નાખવી છે?%1આ ક્રિયા ઉલટાવી " +"શકાશે નહીં." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" +"આ %1 વસ્તુના સ્થાન માટે કચરાપેટી ઉપલબ્ધ નથી. તેને કાયમી માટે ડિલીટ કરી નાખવી છે?આ ક્રિયા પાછી ઉલટાવી શકાશે નહીં." msgstr[1] "" +"આ %1 વસ્તુઓના સ્થાન માટે કચરાપેટી ઉપલબ્ધ નથી. તેને કાયમી માટે ડિલીટ કરી નાખવી છે?આ ક્રિયા પાછી ઉલટાવી શકાશે નહીં." -#: widgets/widgetsaskuseractionhandler.cpp:288 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to delete this item?" -#| msgid_plural "Do you really want to delete these %1 items?" +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "શું તમે આ વસ્તુ દૂર કરવા માંગો છો?" -msgstr[1] "શું તમે આ વસ્તુ દૂર કરવા માંગો છો?" +msgstr[0] "શું તમે ખરેખર આ %1 વસ્તને કચરાપેટીમાં ખસેડવા માંગો છો?" +msgstr[1] "શું તમે ખરેખર આ %1 વસ્તુઓને કચરાપેટીમાં ખસેડવા માંગો છો?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" -msgstr "" +msgstr "ફરીથી પૂછશો નહીં" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" -msgstr "" +msgstr "ફરીથી પૂછશો નહીં" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "" +msgstr "આ સંદેશ ફરીથી બતાવશો નહીં" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "પીઅર SSL પ્રમાણપત્ર સાંકળ ખરાબ હોય તેમ લાગે છે." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 -#, fuzzy, kde-format -#| msgctxt "Warning about executing unknown .desktop file" -#| msgid "Warning" +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "ચેતવણી" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "આ કાર્યક્રમ શરૂ કરશે:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" -msgstr "" +msgstr "જો તમને આ પ્રોગ્રામ પર વિશ્વાસ ન હોય, તો રદ કરો પર ક્લિક કરો" + +#~ msgid "Open With:" +#~ msgstr "આના વડે ખોલો" + +#~ msgid "File System:" +#~ msgstr "ફાઇલ સિસ્ટમ:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "પૂછ્યા વગર એક્ઝિક્યુટેબલ ફાઇલો ચલાવો" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "પૂછ્યા વિના ડિફૉલ્ટ એપ્લિકેશનમાં એક્ઝિક્યુટેબલ ફાઇલો ખોલો" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "બધી એક્ઝિક્યુટેબલ ફાઇલો માટે યાદ રાખો" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "તમે ડોલ્ફિન ફાઇલ મેનેજર સેટિંગ્સમાં \"Confirmations\" હેઠળ આને પૂર્વવત્ કરી શકો છો." + +#~ msgid "Delete Files" +#~ msgstr "ફાઇલો દૂર કરો" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "પાછું લાવો (&o): ફોલ્ડર બનાવો" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "કચરાપેટીમાં ખસેડો" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "નામ બદલો (&R)" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "પરિવહન કરે છે" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 માટે ACL ગોઠવે છે" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "ઉચ્ચ પરવાનગીઓ" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "પરવાનગીઓ" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "દૂર કરો" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "ડિરેક્ટરી" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "પરવાનગીઓ" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "ફાઇલ સંવાદ ખોલો" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "ડિરેક્ટરી" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "ઉપકરણ નામ" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ડ્રાઇવ: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "અજાણી ખલેલ" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "બુકમાર્કો બતાવો" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ઉપકરણ નામ" + +#~ msgid "&Description:" +#~ msgstr "વર્ણન (&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "અહીં તમને કોઇ ઉપયોગી ટીપ્પણી લખો." + +#~ msgid "&Filter:" +#~ msgstr "ગાળક (&F):" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "આ ફાઇલ યાદી પર લાગુ પાડવાનું ગાળક છે. ફાઇલનામો જે ગાળક સાથે મેળ નહી ખાય તે " +#~ "બતાવવામાં નહી આવે.

    જો પહેલેથી ગોઠવેલ ગાળકોમાંથી નીચે પડતાં મેનુ વડે પસંદ કરી શકો " +#~ "છો, અથવા તમે તમારૂં પોતાનું ગાળક સીધું જ લખાણ વિસ્તારમાં દાખલ કરી શકો છો.

    વાઇલ્ડકાર્ડ જેવા કે * અને ? માન્ય છે.

    " + +#~ msgid "More than one folder provided" +#~ msgstr "એક કરતા વધુ ફોલ્ડર્સ આપવામાં આવેલ છે" + +#~ msgid "Files and folders selected" +#~ msgstr "ફાઇલ્સ અને ફોલ્ડર્સ પસંદ કરેલ છે" #~ msgid "Is &executable" #~ msgstr "ચલાવી શકાય તેમ છે (&e)" @@ -7620,12 +8150,6 @@ msgstr "" #~ msgstr[0] "૧ દિવસ %2" #~ msgstr[1] "%1 દિવસો %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "ચેતવણી" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -7677,12 +8201,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "મૂળભૂત પાસવર્ડ:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "મૂળભૂત" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -7749,11 +8267,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 ની માલિકી બદલી શકાતી નથી." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "ફાઇલ મૂકો (&P)" -#~ msgstr[1] "%1 ફાઇલો મૂકો (&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL મૂકો (&P)" @@ -7878,11 +8391,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "%1 માં લખવાનું આધારિત નથી." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "ઉપકરણ નામ" - #~ msgid "&Use cache" #~ msgstr "કૅશ વાપરો (&U)" @@ -7982,9 +8490,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "ફક્ત વાંચી શકાય તેવું" -#~ msgid "File system:" -#~ msgstr "ફાઇલ સિસ્ટમ:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "માઉન્ટ બિંદુ (/mnt/floppy):" @@ -8292,12 +8797,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "આદેશ બહાર નીકળે ત્યારે બંધ ન કરો (&c)" -#~ msgid "&Username:" -#~ msgstr "વપરાશકર્તાનામ (&U):" - -#~ msgid "Open with:" -#~ msgstr "આની સાથે ખોલો:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/he/kio6.po b/local/recipes/kde/kf6-kio/source/po/he/kio6.po index 4efb9e2108..126aaad243 100644 --- a/local/recipes/kde/kf6-kio/source/po/he/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/he/kio6.po @@ -14,13 +14,13 @@ # Netanel_h , 2009. # elkana bardugo , 2016. # Elkana Bardugo , 2017. #zanata -# SPDX-FileCopyrightText: 2023, 2024 Yaron Shahrabani +# SPDX-FileCopyrightText: 2023-2026 Yaron Shahrabani msgid "" msgstr "" "Project-Id-Version: kio6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-16 08:01+0200\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-16 09:57+0300\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: צוות התרגום של KDE ישראל\n" "Language: he\n" @@ -29,7 +29,7 @@ msgstr "" "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 24.08.3\n" +"X-Generator: Lokalize 26.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -41,12 +41,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kde-l10n-he@kde.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "אי אפשר לשנות את הבעלות על הקובץ %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -55,12 +55,12 @@ msgstr "" "לא ניתן להחליף את הבעלות על הקובץ %1. רמת הגישה שלך " "לקובץ לא מספיקה לביצוע השינוי." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" -msgstr "לא ניתן ליצור : %1" +msgstr "לא ניתן ליצור סוכן הפעלה של KIO:‏ %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -72,7 +72,7 @@ msgstr "" "אי אפשר ליצור את הקישור הסמלי „%1”.\n" "מערכת הקבצים ביעד (%2) לא תומכת בקישורים סמליים." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,7 +85,7 @@ msgstr "" "מערכת הקבצים שביעד (%2) לא מרשה להשתמש בתווים הבאים בשמות תיקיות: %3\n" "בחירה בהחלפה תחליף את התווים השגויים (בשמות תיקיות היעד) בקו תחתי „_”." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -98,23 +98,23 @@ msgstr "" "מערכת הקבצים שביעד (%2) לא מרשה להשתמש בתווים הבאים בשמות קבצים: %3\n" "בחירה בהחלפה תחליף את התווים השגויים (בשמות קובצי היעד) בקו תחתי „_”." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "התיקייה כבר קיימת" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "הקובץ כבר קיים" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "כבר קיים בתור תיקייה" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "אשפה" @@ -215,190 +215,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "העברה" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "מקור" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "יעד" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "השם משתנה" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "העתקה" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "תיקייה נוצרת" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "תיקייה" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "מחיקה" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "קובץ" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "בדיקה" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "העברה" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "עיגון" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "התקן" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "נקודת עגינה" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ניתוק" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "שינוי מאפיין" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "צריך הרשאות על (root) כדי לשנות מאפייני קובץ. להמשיך?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "העתקת קבצים" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "צריך הרשאות על (root) כדי להשלים את פעולת ההעתקה. להמשיך?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "מחיקת קבצים" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "צריך הרשאות על (root) כדי להשלים את פעולת המחיקה. להמשיך?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "יצירת תיקייה" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "צריך הרשאות על (root) כדי ליצור את התיקייה הזאת. להמשיך?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "העברת קבצים" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "צריך הרשאות על (root) כדי להשלים את פעולת ההעברה. להמשיך?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "שינוי שם" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "צריך הרשאות על (root) כדי להשלים את שינוי השם. להמשיך?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "יצירת הקישור הסמלי" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "צריך הרשאות על (root) כדי ליצור קישור סמלי. להמשיך?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "העברת נתונים" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "צריך הרשאות על (root) כדי להשלים העברת נתונים. להמשיך?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -826,6 +732,11 @@ msgstr "הקובץ גדול מכדי שיועבר לאשפה." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "לא ניתן למצוא את תיקיית האשפה או שלא ניתן ליצור אותה למקום הזה." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -835,65 +746,65 @@ msgstr "" "%2\n" "נא לשלוח תיעוד תקלה מלא דרך https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(לא ידוע)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "הסיבה הטכנית: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "פרטי הבקשה:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • כתובת: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • פרוטוקול: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • תאריך ושעה: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • מידע נוסף: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "גורמים אפשריים:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "פתרונות אפשריים:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(לא ידוע)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -902,17 +813,17 @@ msgstr "" "נא ליצור קשר עם מערך התמיכה הממוחשבת המתאים, בין אם הנהלת מערכת או קבצת " "תמיכה טכנית לקבל סיוע נוסף." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "נא ליצור קשר עם הנהלת השרת לסיוע נוסף." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "נא לבדוק את הרשאות הגישה שלך למשאב זה." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -920,31 +831,31 @@ msgid "" msgstr "" "יכול להיות שהרשאות הגישה שלך אינן מספיקות לביצוע הפעולה המבוקשת על משאב זה." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "יכול להיות שהקובץ נמצא בשימוש (ועל כן נעול) על ידי משתמש אחר או תוכנית אחרת." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "כדאי לוודא שאף תוכנית או משתמש אחרים לא משתמשים בקובץ ולא נעלו אותו." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "למרות שהדבר אינו סביר, יכול להיות שאירעה שגיאת חומרה." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "יכול להיות שנתקלת בתקלה בתוכנית." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -953,7 +864,7 @@ msgstr "" "יכול להיות שזה נגרם עקב תקלה בתוכנית. כדאי לשקול לשלוח דיווח מלא על התקלה " "כמפורט להלן." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -962,7 +873,7 @@ msgstr "" "יש לעדכן את התוכנה שלך לגרסתה העדכנית ביותר. ההפצה שלך אמורה לספק כלים " "לעדכון התוכנה שלך." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -980,12 +891,12 @@ msgstr "" "דיווח התקלות של KDE. אם לא, יש לשמור את הפרטים שלהלן, ולכלול אותם בתיעוד " "התקלה לצד פרטים רבים נוספים שלדעתך יסייעו לדיווח." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "יכול להיות שיש בעיה עם החיבור שלך לרשת." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -994,7 +905,7 @@ msgstr "" "יכול להיות שיש בעיה עם הגדרות הרשת שלך. אם ניגשת לאינטרנט לאחרונה ללא כל " "בעיה, הסבירות נמוכה." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1002,42 +913,42 @@ msgid "" msgstr "" "יכול להיות שהייתה בעיה בנקודה כלשהי לאורך מסלול הרשת שבין השרת למחשב זה." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "כדאי לנסות שנית, עכשיו או מאוחר יותר." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "ייתכן שאירעה שגיאת פרוטוקול או אי־תאימות." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "נא לוודא שהמשאב קיים ולנסות שנית." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ייתכן שהמשאב שצוין לא קיים." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "נא לוודא שמילאת את המקום הנכון ולנסות שנית." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "נא לבדוק את מצב החיבור שלך לרשת." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "אי אפשר לפתוח את המשאב לקריאה" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, וזאת מכיוון שאין אפשרות להשיג גישת קריאה." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "כנראה שאין לך הרשאות לקרוא את הקובץ או לפתוח את התיקייה." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "אי אפשר לפתוח את המשאב לכתיבה" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1065,17 +976,17 @@ msgstr "" "משמעות הדבר היא שאי אפשר לכתוב לקובץ %1 כמבוקש, וזאת מכיוון " "שאי אפשר לקבל הרשת לגישת כתיבה." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "לא ניתן להפעיל תהליך שנדרש על ידי הפרוטוקול %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "אי אפשר להפעיל את התהליך" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1. בדרך כלל עקב סיבות טכניות." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1095,12 +1006,12 @@ msgstr "" "כנראה שהתוכנית שמספקת תאימות לפרוטוקול הזה לא עודכנה בעדכון האחרון של KDE. " "מצב כזה יכול לגרום לאי־תאימות בין התוכנית לגרסה הנוכחית ולכן היא לא תפעל." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "שגיאה פנימית" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 דיווחה על שגיאה " "פנימית." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "תבנית הכתובת שגויה" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/directory/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "פרוטוקול לא נתמך %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1141,12 +1052,12 @@ msgstr "" "הפרוטוקול %1 אינו נתמך על ידי התוכניות של KDE המותקנות כרגע " "במחשב זה." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "יכול להיות שהפרוטוקול המבוקש אינו נתמך." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1155,7 +1066,7 @@ msgstr "" "כנראה שגרסת הפרוטוקול %1 הנתמכת על ידי מחשב זה והגרסה הנתמכת על ידי השרת " "אינן תואמות." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1166,24 +1077,24 @@ msgstr "" "בפרוטוקול הזה. כדאי גם לחפש ב־https://" "store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "הכתובת לא מתייחסת למשאב." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "הפרוטוקול הוא פרוטוקול סינון" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "הכתובת (URL) שמילאת לא מתייחסת למשאב מסוים." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1195,12 +1106,12 @@ msgstr "" "לשימוש במצבים כאלה בלבד, אולם המצב הנוכחי אינו אחד מהמצבים האלה. זה אירוע " "נדיר, וסביר להניח שהוא מעיד על שגיאת תכנות." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "פעולה לא נתמכת: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1209,7 +1120,7 @@ msgstr "" "הפעולה המבוקשת אינה נתמכת על ידי התוכנית של KDE המיישמת את הפרוטוקול " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1219,100 +1130,100 @@ msgstr "" "שגיאה זו תלויה במידה רבה בתוכנית של KDE עצמה. המידע הנוסף אמור לתת לך פרטים " "מעבר לפרטים הזמינים לארכיטקטורת הקלט/פלט של KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "ניסיון למצוא דרך אחרת להשיג את אותה תוצאה." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "אמור היה להיות קובץ" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "הבקשה ציפתה לקובץ, אך במקום זאת נמצאה התיקייה %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "יכול להיות שזו שגיאה בצד של השרת." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "אמורה הייתה להיות תיקייה" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "הבקשה ציפתה לתיקייה, אך במקום זאת נמצא הקובץ %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "הקובץ או התיקייה אינם קיימים" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "הקובץ או התיקייה שצוינו %1 אינם קיימים." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "אי אפשר ליצור את הקובץ המבוקש מכיוון שכבר קיים קובץ באותו השם." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "כדאי לנסות תחילה להעביר את הקובץ הקיים ואז לנסות שנית." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "נא למחוק את הקובץ הקיים ולנסות שנית." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "נא לבחור שם חלופי לקובץ החדש." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "אי אפשר ליצור את התיקייה המבוקשת מכיוון שכבר קיימת תיקייה באותו השם." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "נא לנסות תחילה להעביר את התיקייה הקיימת ואז לנסות שנית." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "נא למחוק את התיקייה הקיימת ולנסות שנית." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "נא לבחור שם חלופי לתיקייה החדשה." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "מארח לא מוכר" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1321,57 +1232,57 @@ msgstr "" "שגיאת מארח לא מוכר מעידה על כך שלא ניתן למצוא באינטרנט את השרת עם השם " "המבוקש, %1." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "כנראה שהשם שהזנת, %1, לא קיים: יכול להיות שהזנת שם שגוי." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "הגישה נדחית" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "הגישה למשאב המסוים, %1, נדחתה." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "כנראה שסיפקת פרטי אימות שגויים או שלא ציינת אותם כלל." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "כנראה שאין לחשבון שלך הרשאה לגשת למשאב שצוין." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "נא לנסות לחזור על הבקשה ולוודא שפרטי האימות שלך מולאו כראוי." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "גישת הכתיבה נדחית" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "דבר זה אומר שהניסיון לכתוב לקובץ %1 נדחה." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "אי אפשר להיכנס לתיקייה" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1380,17 +1291,17 @@ msgstr "" "משמעות הדבר היא שניסיון הכניסה (או פתיחה) לתיקייה המבוקשת, %1, נדחה." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "תוכן התיקייה אינו זמין" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "הפרוטוקול %1 אינו מערכת קבצים" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1400,12 +1311,12 @@ msgstr "" "משמעות הדבר היא שהתקבלה בקשה לדעת מה תוכן התיקייה, אך התוכנית של KDE התומכת " "בפרוטוקול זה לא מצליחה לעשות זאת." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "התגלה קישור מעגלי" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1417,34 +1328,34 @@ msgstr "" "זיהה קישור או שורת קישורים שמובילים ללולאה אינסופית, מה שאומר שהקובץ קושר " "לעצמו (ייתכן שבצורה עקיפה)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "נא למחוק חלק מהלולאה כך שלא תהיה אינסופית, ולנסות שנית." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "הבקשה בוטלה על ידי המשתמש" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "הבקשה לא הושלמה מאחר שהיא בוטלה." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "לנסות את הבקשה שוב." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "התגלה קישור מעגלי במהלך ההעתקה" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1456,51 +1367,51 @@ msgstr "" "פעולת ההעתקה המבוקשת קישור או שורת קישורים שמובילים ללולאה אינסופית, מה " "שאומר שהקובץ קושר לעצמו (סביר להניח שבצורה עקיפה)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "אי אפשר ליצור חיבור לרשת" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "אי אפשר ליצור שקע" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "זו שגיאה טכנית למדי בה אי אפשר ליצור התקן הדרוש לתקשורת רשת (שקע)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "כנראה שהחיבור לרשת אינו מוגדר כראוי או שממשק הרשת אינו זמין." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "החיבור לשרת נדחה" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "השרת %1 סירב לאפשר למחשב זה להתחבר." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "כנראה שלמרות שהשרת מחובר כרגע לאינטרנט, הוא לא מוגדר לאשר בקשות." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1508,7 +1419,7 @@ msgid "" msgstr "" "כנראה שלמרות שהשרת מחובר כרגע לאינטרנט, הוא לא מפעיל את השירות המבוקש (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1518,12 +1429,12 @@ msgstr "" "כנראה שחומת אש (התקן המגביל בקשות באינטרנט) שמגנה על הרשת שלך או על הרשת של " "השרת התערבה ומנעה בקשה זו." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "החיבור לשרת נסגר במפתיע" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1532,24 +1443,24 @@ msgstr "" "למרות שנוצר חיבור אל %1, החיבור נסגר בשלב פתאומי במהלך " "ההתקשרות." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "כנראה שאירעה שגיאת פרוטוקול שגרמה לשרת לסגור בתגובה את החיבור." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "משאב הכתובת שגוי" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "הפרוטוקול %1 אינו פרוטוקול סינון" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LURL) שמילאת לא מתייחסת למנגנון תקף לגישה למשאב " "המסוים %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1571,17 +1482,17 @@ msgstr "" "להשתמש בו בצורה כזו, אולם פרוטוקול זה אינו מסוגל לבצע זאת. זהו אירוע נדיר, " "וסביר להניח שהוא מעיד של שגיאת תכנות." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "אי אפשר לאתחל את התקן הקלט/פלט" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "אי אפשר לעגן את ההתקן" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1589,7 +1500,7 @@ msgid "" msgstr "" "אי אפשר לאתחל („לעגן\") את ההתקן המבוקש. השגיאה שהתקבלה: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1600,7 +1511,7 @@ msgstr "" "(למשל, אין תקליטור בכונן התקליטורים), או שבמקרה של התקן היקפי/נייד, יכול " "להיות שההתקן אינו מחובר כראוי." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1610,7 +1521,7 @@ msgstr "" "כנראה שאין לך הרשאות לאתחל („לעגן”) את ההתקן. במערכות יוניקס צריך לעתים " "הרשאות הנהלת מערכת כדי לאתחל התקן." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1619,17 +1530,17 @@ msgstr "" "נא לבדוק שההתקן מוכן ולנסות שנית. כוננים נתיקים חייבים להכיל מדיה, התקנים " "ניידים חייבים להיות מחוברים ופעילים." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "אי אפשר לסגור את התקן הקלט/פלט" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "אי אפשר לנתק את ההתקן" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1637,7 +1548,7 @@ msgid "" msgstr "" "אי אפשר לסגור („לנתק”) את ההתקן המבוקש. השגיאה שהתקבלה: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1648,7 +1559,7 @@ msgstr "" "מקרים כמו חלון דפדפן שפתוח במיקום כלשהו בהתקן זה עשויים לגרום להתקן להישאר " "בשימוש." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1658,17 +1569,17 @@ msgstr "" "כנראה שאין לך הרשאות לסגור („לנתק”) את ההתקן. במערכות יוניקס צריך לעיתים " "הרשאות של מנהל המערכת כדי לסגור התקן." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "בדוק שאין תוכניות שעדיין ניגשות להתקן ונסה שנית." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "אין אפשרות לקרוא מהמשאב" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1677,17 +1588,17 @@ msgstr "" "פירוש הדבר הוא שלמרות שאפשר היה לפתוח את המשאב, %1, אירעה " "שגיאה במהלך קריאת תוכנו." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "יכול להיות שאין לך הרשאות לקרוא מהמשאב." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "אין אפשרות לכתוב אל המשאב" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1696,22 +1607,22 @@ msgstr "" "פירוש הדבר הוא שלמרות שהייתה אפשרות לפתוח את המשאב, %1, " "אירעה שגיאה במהלך הכתיבה אליו." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "יכול להיות שאין לך הרשאות לכתוב אל המשאב." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "אין אפשרות להאזין לחיבורי רשת" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "אין אפשרות לקשר" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1721,17 +1632,17 @@ msgstr "" "זוהי שגיאה טכנית למדי, בה אין אפשרות ליצור התקן הדרוש לתקשורת ברשת (שקע) " "לצורך האזנה לחיבורים נכנסים ברשת." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "אין אפשרות להאזין" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "אין אפשרות לקבל חיבור ברשת" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1739,33 +1650,33 @@ msgid "" msgstr "" "זוהי שגיאה טכנית למדי, בה מתרחשת שגיאה במהלך ניסיון לקבל חיבור נכנס ברשת." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "יכול להיות שאין לך הרשאות לקבל את החיבור." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "אי אפשר להיכנס: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "הניסיון להיכנס למערכת לצורך ביצוע הפעולה המבוקשת לא הצליח." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "אי אפשר לקבוע את מצב המשאב" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "אי אפשר לברר פרטים לגבי מצב המשאב" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1774,68 +1685,68 @@ msgstr "" "הניסיון לברר מידע על מצב המשאב %1, כגון שם המשאב, הסוג שלו, " "הגודל שלו וכן הלאה - לא הצליח." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "כנראה שהמשאב שצוין לא היה קיים או שאינו נגיש." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "אי אפשר לבטל את ההאזנה" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "לתיקון: יש לתעד זאת" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "אי אפשר ליצור תיקייה" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "הניסיון ליצור את התיקייה המבוקשת נכשל." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "כנראה שהמקום שיועד לתיקייה לא קיים." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "אי אפשר להסיר את התיקייה" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "הניסיון להסיר את התיקייה שצוינה, %1, נכשל." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "כנראה שהתיקייה שצוינה לא קיימת." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "כנראה שהתיקייה שצוינה אינה ריקה." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "רצוי לוודא שהתיקייה קיימת וריקה, ולנסות שנית." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "אי אפשר לחדש את העברת הקובץ" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1844,66 +1755,66 @@ msgstr "" "התקבלה בקשה לחדש את העברת הקובץ %1 מנקודה מסוימת במהלך " "ההעברה. מילוי הבקשה אינו אפשרי." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "כנראה שהפרוטוקול או השרת אינם תומכים בחידוש העברת קבצים." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "נא לנסות שוב את הבקשה מבלי לנסות לחדש את ההעברה." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "אי אפשר לשנות את שם המשאב" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "הניסיון לשנות את שם המשאב שצוין %1 נכשל." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "אי אפשר לשנות את הרשאות המשאב" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "הניסיון לשנות את ההרשאות של המשאב שצוין %1 נכשל." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "אי אפשר לשנות את הבעלות על המשאב" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "הניסיון לשנות את הבעלות על המשאב שצוין %1 נכשל." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "אי אפשר למחוק את המשאב" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "הניסיון למחוק את המשאב שצוין %1 נכשל." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "התוכנית הסתיימה במפתיע" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 הסתיימה במפתיע." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "אין די זיכרון" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1, אירעה שגיאת מארח לא " "מוכר. שגיאה כזאת מציינת שלא ניתן למצוא את השם המבוקש באינטרנט." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1950,17 +1861,17 @@ msgstr "" "יכול להיות שיש בעיה עם הגדרות הרשת שלך, ובפרט עם שם המארח של המתווך שלך. אם " "הצלחת לגשת לאחרונה לאינטרנט ללא כל בעיה, הסבירות נמוכה." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "נא לבדוק שוב את הגדרות המתווכים שלך ולנסות שנית." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "האימות נכשל: אין תמיכה בשיטה %1" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1970,7 +1881,7 @@ msgstr "" "למרות שיכול להיות שסיפקת את פרטי האימות הנכונים, האימות נכשל כיוון שהשיטה בה " "משתמש השרת אינה נתמכת על ידי התוכנית של KDE המיישמת את הפרוטוקול %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -1979,17 +1890,17 @@ msgstr "" "נא לדווח על תקלה דרך https://bugs.kde.org/" " כדי ליידע את צוות KDE על שיטת האימות שלא נתמכת." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "הבקשה בוטלה" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "שגיאה פנימית בשרת" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1998,7 +1909,7 @@ msgstr "" "התוכנית בשרת שמספקת גישה לפרוטוקול %1 דיווחה על שגיאה " "פנימית: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2007,51 +1918,41 @@ msgstr "" "סביר להניח שזה נגרם עקב תקלה בתוכנית השרת. רצוי לשקול לשלוח דיווח תקלה מלא " "כמפורט להלן." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "כדאי ליצור קשר עם הנהלת השרת כדי ליידע אותם על הבעיה." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "אם יש לך קשר עם יוצרי התוכנה מצד השרת, אפשר להגיש להם דוח תקלה ישירות." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "שגיאת זמן מוקצב" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." -msgstr "" -"למרות שנוצר קשר עם השרת, לא התקבלה תגובה במסגרת פרק הזמן המוקצב לבקשה. " -"הזמנים המוקצבים הם כדלהלן:
    • הזמן המוקצב ליצירת חיבור: %1 שניות
    • הזמן המוקצב לקבלת תגובה: %2 שניות
    • הזמן המוקצב לגישה לשרתים " -"מתווכים: %3 שניות
    נא לשים לב כי אפשר לשנות ערכי זמנים מוקצבים אלה " -"במרכז הבקרה של KDE, באמצעות בחירה בהגדרות רשת -> העדפות חיבור." +"within the amount of time allocated for the request." +msgstr "למרות שאיש הקשר נוצר עם השרת, לא התקבלה בקשה בכמות הזמן שהוקצתה לבקשה." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "השרת היה עסוק מדי במענה לבקשות אחרות מכדי להגיב." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "שגיאה לא מוכרת" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 דיווחה על שגיאה " "לא מוכרת: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "הפרעה לא מוכרת" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 דיווחה על הפרעה " "מסוג לא מוכר: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "אי אפשר למחוק את הקובץ המקורי" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2089,12 +1990,12 @@ msgstr "" "כדי להשלים את הפעולה המבוקשת צריך למחוק את הקובץ המקורי, %1, ככל הנראה בסוף פעולת העברה של קבצים, אך אי אפשר למחוק קובץ זה." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "אי אפשר למחוק את הקובץ הזמני" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2104,12 +2005,12 @@ msgstr "" "כדי להשלים את הפעולה המבוקשת צריך ליצור קובץ זמני, %1, בו " "יישמר הקובץ החדש במהלך ההורדה. אי אפשר למחוק קובץ זמני זה." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "אי אפשר לשנות את שם הקובץ המקורי" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2118,12 +2019,12 @@ msgstr "" "כדי להשלים את הפעולה המבוקשת צריך לשנות את שם הקובץ המקורי %1, אך אי אפשר לשנות את שמו." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "אי אפשר לשנות את שם הקובץ הזמני" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2132,32 +2033,32 @@ msgstr "" "כדי להשלים את הפעולה המבוקשת צריך ליצור את הקובץ הזמני %1, " "אך אי אפשר ליצור אותו." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "אי אפשר ליצור את הקישור" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "אי אפשר ליצור את הקישור הסמלי" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "אין אפשרות ליצור את הקישור הסמלי המבוקש %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "אין תוכן" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "הכונן מלא" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2165,7 +2066,7 @@ msgid "" msgstr "" "אי אפשר לכתוב את הקובץ המבוקש %1 כי אין מספיק מקום בכונן." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2176,29 +2077,29 @@ msgstr "" "רצוים, 2) אחסון קבצים במדיה נשלפת כגון תקליטורים לצריבה, 3) הוספת קיבולת " "אחסון נוספת." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "קובץ המקור וקובץ היעד זהים" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "אי אפשר להשלים את הפעולה מכיוון שקובץ המקור וקובץ היעד הם אותו קובץ." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "נא לבחור שם קובץ אחר לקובץ היעד." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "קובץ או תיקייה אל עצמם" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2206,34 +2107,34 @@ msgid "" msgstr "" "אי אפשר להשלים את הפעולה מכיוון שקובץ או תיקיית המקור והיעד הם אותו הדבר." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "יש לגרור את הפריט לקובץ או תיקייה אחרים." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "התיקייה הועברה לעצמה" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "אי אפשר להשלים את הפעולה כי אי אפשר להעביר את המקור לעצמו." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "העברת הפריט לתיקייה אחרת." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "לא ניתן לתקשר עם שרת הסיסמאות" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2242,23 +2143,23 @@ msgstr "" "אי אפשר להשלים את הפעולה כיוון שהשירות שלא ניתן ליצור קשר עם השירות שמקבל " "סיסמאות (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "כדאי לנסות להעלות את ההפעלה שלך מחדש או לחפש ביומנים שלך שגיאות מ־kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "אי אפשר לאתחל את הפרוטוקול %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "לא ניתן ליצור סוכן הפעלה של KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2267,7 +2168,7 @@ msgstr "" "אי אפשר להפעיל את סוכן ההפעלה של KIO שמספק גישה לפרוטוקול %1. בדרך כלל קורה עקב סיבות טכניות." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2276,13 +2177,13 @@ msgstr "" "klauncher לא הצליח למצוא או להפעיל את התוסף שמספק את הפרוטוקול. משמעות הדבר " "היא שיש לך גרסה מיושנת של התוסף." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "אי אפשר להעביר את %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2292,35 +2193,35 @@ msgstr "" "אי אפשר להעביר את הקובץ %1 כיוון שמערכת הקבצים שביעד לא " "תומכת בקבצים גדולים כל כך" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "נא לפרמט את כונן היעד כך שישתמש במערכת קבצים שתומכת בקבצים בכזה גודל." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "שגיאה לא מתועדת" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(קישור סמלי אל %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, קישור אל %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (מצביע אל %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2329,25 +2230,25 @@ msgstr "" "כתובת משובשת\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "לא ניתן לאתר את סוג הקובץ של %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "אי אפשר לחלץ את שם קובץ ההפעלה מתוך ‚%1’, נא לוודא ששם התוכנית נכון." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 לא נראה כמו קובץ שאפשר להפעיל." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2355,92 +2256,92 @@ msgid "" "executable program." msgstr "%1 לא נמצא, נא למלא נתיב תקני לקובץ שניתן להפעיל." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "אין תמיכה בפתיחת חיבורים בפרוטוקול %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "אין תמיכה בסגירת חיבורים בפרוטוקול %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "אין תמיכה בגישה לקבצים בפרוטוקול %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "אין תמיכה בכתיבה אל %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "אין פעולות מיוחדות שזמינות עבור הפרוטוקול %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "אין תמיכה בהצגת תיקיות בפרוטוקול %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "אין תמיכה במשיכת נתונים מ־%1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "אין תמיכה במשיכת מידע על טיפוסי Mime מ־%1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "אין תמיכה בשינוי שמות קבצים או העברתם ב־%1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "אין תמיכה ביצירת קישורים סמליים עם הפרוטוקול %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "אין תמיכה בהעתקת קבצים ב־%1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "אין תמיכה במחיקת קבצים מ־%1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "אין תמיכה ביצירת תיקיות בפרוטוקול %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "אין תמיכה בשינוי מאפייני קבצים בפרוטוקול %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "אין תמיכה בשינוי בעלות על קבצים בפרוטוקול %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "אין תמיכה בפתיחת קבצים בפרוטוקול %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "הפרוטוקול %1 לא תומך בפעולה %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2451,311 +2352,334 @@ msgstr "" "האבטחה של סוכן ההפעלה KIO לפרוטוקול ‚%1’, שבדרך כלל מבקש הרשאות מורחבות, " "אינה מובטחת כיוון שמשתמשים שאינם root יש הרשאות לשנות אותה דרך %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "הפרוטוקול „%1” לא ידוע." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "אי אפשר למצוא סוכן הפעלה של KIO לפרוטוקול ‚%1’." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"סוכן ההפעלה של KIO לפרוטוקול „%1” תחת %2 לא נטען כיוון שכל סוכני ההפעלה של " +"KIO שממוקמים מחוץ ל־%3 ומבקשים הרשאות גבוהות נחשבים מפוקפקים." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "אי אפשר ליצור שקע להפעלת סוכן הפעלה של KIO לפרוטוקול ‚%1’." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "אי אפשר למצוא את קובץ ההפעלה ‚kioworker’ תחת ‚%1’" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&פרטים" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "ל&תמיד" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "המ&שך" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "להפעלה ה&נוכחית בלבד" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "העברה לתיקייה חדשה" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "יצירת תיקייה חדשה לפריטים האלה" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "לא בחרת קובץ למחיקה." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "אין מה למחוק" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "לא בחרת קובץ להעברה לאשפה." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "אין מה להעביר לאשפה" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "התיקייה שצוינה לא קיימת או שאי אפשר לקרוא אותה." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "תפריט" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "תיקיית ההורה" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "חזרה" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "התקדמות" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "תיקיית הבית" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "טעינה מחדש" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "תיקייה חדשה…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "העברה לאשפה" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "מחיקה" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "מיון" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "סידור לפי שם" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "סידור לפי גודל" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "סידור לפי תאריך" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "סידור לפי סוג" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "סדר עולה" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "סדר יורד" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "תיקיות ראשונות" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "קבצים מוסתרים בסוף" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "תצוגת סמלים" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "תצוגה מצומצמת" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "תצוגה מפורטת" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "מיקום הסמל" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ליד שם הקובץ" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "מעל שם הקובץ" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "תצוגה מקוצרת" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "תצוגה מפורטת" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "תצוגת עץ" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "תצוגת עץ מפורטת" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "לאפשר הרחבת פרטים בתצוגת הפירוט" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "הצגת קבצים מוסתרים" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "הצגת לוח תצוגה מקדימה" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "הצגת תצוגה מקדימה" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "פתיחת התיקייה המכיל" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "מאפיינים" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "מצב ת&צוגה" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "ת-א" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "א-ת" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "חדשים בהתחלה" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "ישנים בהתחלה" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "חדשים בהתחלה" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "גדולים בהתחלה" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "קטנים בהתחלה" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "קידוד תווים:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "פתיחה" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "שמירה בשם" @@ -2802,40 +2726,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "להעביר לכאן" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|כל הקבצים" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "כל הקבצים הנתמכים" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "כל הקבצים" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "הוספת רשומת מקומות" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "עריכת רשומת מקומות" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2847,17 +2771,17 @@ msgstr "" "או שתיים שמסייעות לזכור לאן מפנה הרשומה הזאת. אם לא ייבחר שם לתווית, הוא " "ייגזר מכתובת המקום.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&תווית:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "נא למלא כאן תווית מפורטת" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2870,12 +2794,12 @@ msgstr "" ">לחיצה על הכפתור שליד תיבת עריכת הטקסט תאפשר לך לעיין לאיתור כתובת מתאימה." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "מ&קום:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2884,17 +2808,17 @@ msgstr "" "זה הסמל שיופיע בלוח המקומות.

    לחיצה על הכפתור תאפשר לבחור סמל " "אחר.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "בחירת &סמל:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "לה&ציג רק בעת השימוש בתוכנית זו (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2904,200 +2828,206 @@ msgstr "" "יש לבחור בהגדרה הזאת כדי להציג רשומה זו רק בעת השימוש בתוכנית הנוכחית " "(%1).

    אם הגדרה זו לא נבחרה, הרשומה תהיה זמינה בכל התוכניות.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "מקומות" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "מרוחק" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "אחרונים" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "חיפוש אחר" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "התקנים" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "התקנים נתיקים" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "תגיות" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (מתוך %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "כל התגיות" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "תיקיית הבית" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "שולחן עבודה" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "מסמכים" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "הורדות" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "רשת" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "אשפה" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "מוזיקה" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "תמונות" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "סרטונים" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "קבצים אחרונים" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "מקומות אחרונים" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "השתנו היום" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "השתנו אתמול" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "לא ניתן להוסיף ללוח המקומות: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "אפשר להוסיף רק תיקיות ללוח המקומות." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "הגדרה…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "שחרור…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&שחרור" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "שליפה בטוחה…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&שליפה בטוחה" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "ניתוק…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&ניתוק" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&שליפה" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "ההתקן ‚%1’ אינו כונן ולכן אי אפשר לשלוף אותו." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "אירעה שגיאה תוך ניסיון לגשת אל ‚%1’. תגובת המערכת: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "אירעה שגיאה עקב הגישה אל „%1”" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "קובץ אחד או יותר בהתקן הזה פתוחים ביישום." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3114,108 +3044,108 @@ msgstr[2] "" msgstr[3] "" "קובץ או יותר מהמכשיר הזה פתוחים ביישומים: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "פרמוט מחדש או עריכה עם מנהל מחיצות" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 פנויים מתוך %2 (%3% בשימוש)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (מוסתר)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "פינוי אשפה" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "עיגון" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "פתיחה בלשונית חדשה" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "פתיחה בחלון חדש" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "הוספת רשומה…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "ע&ריכה…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "הסרה ממקומות" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "ה&סתרה" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "הסתרת האזור ‚%1’" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "הסתרת אזור" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "ה&צגת כל הרשומות" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "גודל סמלים" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3223,51 +3153,51 @@ msgctxt "" msgid "Auto Resize" msgstr "שינוי גודל אוטומטי" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "קטן (%1✕%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "בינוני (%1✕%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "גדול (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "ענק (%1✕%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "אפשר לבחור רק קובץ אחד" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "נבחר יותר מקובץ אחד" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "אפשר לבחור רק קבצים מקומיים" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "אי אפשר לקבל קבצים מרחוק" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3283,50 +3213,22 @@ msgstr[2] "" msgstr[3] "" "הכתובת הנבחרת משתמשת במבנה שאינו נתמך. נא להשתמש באחד מהמבנים הבאים: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "מבנה הכתובת לא נתמך" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"נבחרה יותר מתיקייה אחת והחלון הזה לא מקבל תיקיות, לכן אי אפשר לבחור לאן " -"להיכנס. נא לבחור תיקייה אחת בלבד לתצוגה." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "סופקה יותר מתיקייה אחת" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"נבחרה לפחות תיקייה אחת. קבצים נבחרים לא יהיו בשימוש התיקייה הנבחרת תוצג" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "נבחרו קבצים ותיקיות" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "אי אפשר למצוא את הקובץ „%1”." -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "אי אפשר לפתוח את הקובץ" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3336,42 +3238,42 @@ msgstr "" "לחיצה על כפתור זה תכניס אותך לתיקיית ההורה.

    למשל, אם המקום " "הנוכחי הוא file:/home/konqi לחיצה על כפתור זה תעביר אותך אל file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "לחיצה על כפתור זה תחזור צעד אחד אחורה בהיסטוריית העיון." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "לחיצה על כפתור זה תדלג צעד קדימה בהיסטוריית העיון." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "לחיצה על כפתור זה תטען את תוכן המקום הנוכחי מחדש." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "לחיצה על כפתור זה תיצור תיקייה חדשה." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "הצגת לוח מקומות" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "הצגת כפתור סימניות" +msgid "Show Quick Filter" +msgstr "הצגת מסנן מהיר" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "אפשרויות" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3385,12 +3287,12 @@ msgstr "" "ורשימה
  • הצגת קבצים מוסתרים
  • לוח מקומות
  • תצוגות מקדימות " "של קבצים
  • הפרדת תיקיות מקבצים
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "סימניות" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3404,12 +3306,35 @@ msgstr "" "מקום אחר ב־KDE. " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&שם:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "הסגת שינוי שם קובץ" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "השארת המסנן בעת החלפת תיקיות" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "סינון לפי שם…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "הסתרת סרגל הסינון" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3421,12 +3346,12 @@ msgstr "" "ביכולת הזאת בלחיצה ימנית עם העכבר ובחירה במצב המועדף מהתפריט השלמת טקסט. " -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "זה השם בו יש לשמור את הקובץ." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3435,74 +3360,78 @@ msgstr "" "זו רשימת הקבצים לפתיחה. ניתן לציין יותר מקובץ אחד על ידי מילוי שמות של מספר " "קבצים, מופרדים ברווחים." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "זה שם הקובץ לפתיחה." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "מקומות" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "הקובץ „%1” כבר קיים. למחוק אותו?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "לשכתב את הקובץ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "אפשר לבחור רק קבצים מקומיים." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "אי אפשר לקבל קבצים מרחוק" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "כל התיקיות" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "תיקייה נוכחית: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&פתיחה" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "גודל הסמל: %1 פיקסלים" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "לבחור &סיומת קובץ אוטומטית (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "הסיומת %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "בחירת &סיומת קובץ אוטומטית" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "סיומת מתאימה" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3521,80 +3450,68 @@ msgstr "" ">
    1. כל סיומת שמצוינת בתיבת הטקסט %1 תתעדכן אם סוג הקובץ לשמירה " "ישתנה.

    2. אם לא מציינת סיומת בתיבת הטקסט %2 בלחיצה " "על שמירה, %3 יתווסף לסוף שם הקובץ (אם שם הקובץ לא קיים כבר). סיומת זו " -"מתבססת על סוג הקובץ שבחרת לשמור.

      כדי ש־KDEלא יספק סיומת לשם " +"מתבססת על סוג הקובץ שבחרת לשמור.

      כדי ש־KDE לא יספק סיומת לשם " "הקובץ, ניתן לבטל אפשרות זו או לעקוף אותה על ידי הוספת נקודה (.) לסוף שם " "הקובץ (הנקודה תוסר אוטומטית).
    במקרה של ספק, עדיף להשאיר את האפשרות " "הזאת פעילה מאחר שהיא מקלה על ניהול הקבצים שלך." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&סוג קובץ:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "זה בורר סוג הקובץ. הוא משמש לבחירת סוג הקובץ שיישמר." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&סינון:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"זהו המסנן שיחול על רשימת הקבצים. שמות קבצים שלא מתאימים למסנן לא יוצגו." -"

    אפשר לבחור את אחד מהמסננים המוגדרים מראש מתוך התפריט הנפתח, או להזין מסנן " -"מותאם אישית ישירות בשדה הטקסט.

    ניתן להשתמש בתווי הכללה כגון * ו־?." +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "זה בורר סוג הקובץ. הוא משמש לבחירת סוג הקבצים שיופיעו." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "יצירת קובץ חדש" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "מחילה" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr " קובץ התבנית %1 לא קיים. " - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "שם לקישור החדש:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "יצירת קישור לכתובת" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "נא למלא שם קובץ %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "מחילה" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr " קובץ התבנית %1 לא קיים. " + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "שם לקישור החדש:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "יצירת הקישור הסמלי" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "יצירת קישור לכתובת" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3604,7 +3521,7 @@ msgstr "" "אי אפשר להשתמש בשם %1 כיוון שהוא שמור לשימוש מערכת " "ההפעלה." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3612,7 +3529,7 @@ msgid "" "default." msgstr "השם %1 מתחיל בנקודה, לכן יוסתר כברירת מחדל." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3623,27 +3540,37 @@ msgstr "" "השם %1 נפתח ברווח, מה שיגרום לכך שיופיע לפני שאר " "הפריטים בעת סידור לפי אלפבית, בנוסף לדברים מוזרים נוספים." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "שימוש בלוכסנים בשמות תיקיות ייצר תת־תיקיות, כמו למשל:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "שימוש בלוכסנים בשמות תיקיות ייצר תת־תיקיות." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "אי אפשר להשתמש בלוכסנים בשמות קבצים ותיקיות." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "אי אפשר להשתמש בלוכסנים שמאליים בשמות של קבצים ותיקיות." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"אי אפשר ליצור קובץ או תיקייה בשם %1 כיוון שהוא יחפוף " +"למקום בו נמצאת תיקיית הבית של המשתמש." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3652,96 +3579,139 @@ msgstr "" "לא מומלץ להתחיל שם של קובץ או תיקייה בטילדה (גל) כיוון שהוא עלול לבלבל או " "להיות מסוכן בעת שימוש במסוף למחיקה של כל מיני דברים." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "כבר קיימת תיקייה בשם %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "כבר קיים קובץ בשם %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "יצירת חדש" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "קישור להתקן" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "תיקייה חדשה" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "יצירת תיקייה חדשה" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "יצירת תיקייה חדשה בתוך %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "נא למלא שם תיקייה" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "ברירת מחדל" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "יצירת קובץ חדש" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "נא למלא שם קובץ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "להשתמש בסמל או צבע מותאמים אישית" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "בחירת סמל אחר…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "אפשר לשנות את הסמל לאחר מכן במאפייני התיקייה." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "העתקה" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "הדבקה" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "פתיחת „%1” בלשונית חדשה" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "פתיחת „%1” בחלון חדש" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "עריכה" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "ניווט" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "הצגת נתיב מלא" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "מעבר לכל מקום בנתיב %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3753,6 +3723,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "מעבר למקום בנתיב" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "מקומות" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3776,28 +3753,28 @@ msgstr "אחר" msgid "Edit mode" msgstr "מצב עריכה" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "לחיצה לניווט בין מקומות" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "לחיצה לעריכת המקום" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "אין לך הרשאה להפעיל קובץ זה." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 מופעל" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3806,12 +3783,12 @@ msgstr "" "לא ניתן להפוך את השירות %1 לזמין להפעלה, ההפעלה מבוטלת.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "אין לך הרשאה לבחור תוכנית לפתיחת קובץ זה." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3838,12 +3815,18 @@ msgstr "שגיאה בשמירת התמונה אל %1" msgid "Icon file too big, download aborted" msgstr "קובץ הסמל גדול מדי, ההורדה בוטלה" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "FilePreviewJob: מדלג על קובץ ריק, כנראה קישור סמלי פגום: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "לא נמצאה תוכנית לקוח דוא״ל" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3854,28 +3837,28 @@ msgstr "" "%1\n" "פגומה." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 מופעל" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "לא ניתן למצוא את הפקודה %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "לא נמצא מדמה מסוף" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "הפתיחה של %1 נכשלה" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3886,27 +3869,27 @@ msgstr "" "%1\n" "הוא מסוג קישור אבל אין בו רשומת URL=…‎." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "קובץ ההפעלה „%1” נמצא במערכת קבצים מרוחקת. מטעמי אבטחה הוא לא יופעל." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "מטעמי אבטחה, הפעלת יישומים אסורה בהקשר הזה." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "לתוכנית „%1” צריכות להיות הרשאות הרצה לפני שניתן להריץ אותה." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3915,12 +3898,12 @@ msgstr "" "לא ניתן לגרום לקובץ „%1” להיות זמין להפעלה.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "לקובץ רשומת שולחן העבודה %1 אין רשומת Type=…‎." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3931,12 +3914,12 @@ msgstr "" "נא לבדוק בין היישומים הפתוחים ואזור ההתראות שלך אם יש משימות או הורדות " "ממתינות." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "פתיחת הקובץ נכשלה." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "אי אפשר להפעיל את התוכנית „%1”." @@ -4023,72 +4006,67 @@ msgstr "" "השתנה.\n" "להעלות את השינויים?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - פתיחת קבצים מרוחקים, מעקב אחר שינויים, בקשות להעלאות" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998‏-2000,‏2003 מפתחי KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "דיויד פור" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "סטפן קולו" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "ברנרד רוזנקריינצר" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "ולדו בסטיאן" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "אוזוולד בודנהאגן" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "להתייחס לכתובות כקבצים מקומיים ולמחוק אותם לאחר מכן" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "שם קובץ מוצע לקובץ שירד" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "פקודה להרצה" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "כתובות או קבצים מקומיים שמשמשים לטובת ‚command’ (פקודה)" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "מוגדרת בקרה גישה עבור %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4097,7 +4075,7 @@ msgstr "" "אי אפשר לשנות את ההרשאות של\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4107,118 +4085,37 @@ msgstr "" "לא ניתן לשנות את הבעלים והקבוצה של\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "לא ניתן לפתוח קובץ זמני" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "אי אפשר למצוא את התוכנית „mount”" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "אי אפשר למצוא את התוכנית „umount”" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "החלפת הרשאות קובץ" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "הרשאות חדשות: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "החלפת בעלות על קובץ" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "בעלים חדשים: מזהה משתמש=%1, מזהה קבוצה=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "הסרת קובץ" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "הסרת תיקייה" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "יצירת תיקייה" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "הרשאות תיקייה: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "פתיחת קובץ" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "פתיחת תיקייה" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "שם קובץ חדש: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "יעד: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "החלפת חותמת זמן" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "מ־: %1, עד: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "פעולה לא ידועה" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"פעולה: %1\n" -"מקור: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "אי אפשר להעתיק את הקובץ מ־%1 אל %2. (מספר שגיאה: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "אין מדיה בהתקן עבור %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "אי אפשר לאתר את מזהה המשתמש של שם המשתמש שסופק %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "אי אפשר לאתר את מזהה הקבוצה של שם הקבוצה שסופק %1" @@ -4260,32 +4157,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "יש לספק שם משתמש וסיסמה כדי לגשת לאתר זה." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "אתר:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "הכניסה למערכת אושרה" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "אי אפשר להיכנס אל %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4294,7 +4191,7 @@ msgstr "" "\n" "השרת מסר: „%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4303,12 +4200,12 @@ msgstr "" "יש לספק שם משתמש וסיסמה לשרת המתווך שמופיע להלן בטרם תתאפשר גישה לאתרים " "כלשהם." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "מתווך:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "אישור המתווך נכשל." @@ -4360,101 +4257,101 @@ msgid "" msgstr "לקבל אישור זה לעד ללא בקשות אישור?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "אימות שרת" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ב־%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "אחרת, הבקשה הייתה מצליחה." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "למשוך את ערכי המאפיינים" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "להגדיר את ערכי המאפיינים" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ליצור את התיקייה המבוקשת" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "להעתיק את הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "להעביר את הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "לחפש בתיקייה שצוינה" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "לנעול את הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "לבטל את נעילת הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "למחוק את הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "לתשאל את יכולות השרת" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "לקבל את תוכן הקובץ או התיקייה שצוינו" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "להכין דוח על התיקייה שצוינה" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "אירעה שגיאה לא צפויה (%1) במהלך הניסיון לבצע %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4462,13 +4359,13 @@ msgid "" "below." msgstr "אירעה שגיאה במהלך הניסיון לבצע %1,‏ %2. להלן תקציר הסיבות." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "הגישה נדחתה במהלך הניסיון לבצע %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4476,7 +4373,7 @@ msgid "" msgstr "" "אי אפשר ליצור את המשאב ביעד עד שלא ייווצר אוסף ביניים (תיקיות) אחד או יותר." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4490,28 +4387,28 @@ msgstr "" "לשכתב קובץ תוך שביקשת שקבצים לא ישוכתבו.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "אי אפשר להעניק את הנעילה המבוקשת. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "השרת לא תומך בסוג הבקשה של הגוף." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "אי אפשר לבצע %1 מכיוון שהמשאב נעול." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "פעולה זו נמנעה עקב שגיאה אחרת." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4519,25 +4416,25 @@ msgid "" "folder." msgstr "אי אפשר לבצע %1 מכיוון ששרת היעד מסרב לקבל את הקובץ או התיקייה." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "במשאב היעד אין די מקום כדי לתעד את מצב המשאב לאחר הפעלת שירות זה." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "אי אפשר למחוק את המשאב." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 נשלח" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4548,15 +4445,15 @@ msgstr "אירעה שגיאה לא צפויה (%1) במהלך הניסיון ל msgid "Network" msgstr "רשת" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "הכתובת %1 משובשת" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4568,12 +4465,12 @@ msgstr "" "ליצור את התיקייה הזאת מחדש ולהשתמש בפעולת השחזור שוב או לגרור את הפריט למקום " "אחר כדי לשחזר אותו." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "שילוב שגוי של פרוטוקולים." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "הקובץ הזה כבר נמצא באשפה." @@ -4609,7 +4506,7 @@ msgstr "לפנות את תוכן האשפה" msgid "Restore a trashed file to its original location" msgstr "שחזור קובץ מהאשפה למקומו המקורי" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "האשפה מלאה. יש לפנות אותה או להסיר את הפריטים ידנית." @@ -4630,17 +4527,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "לנסות שוב" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "חלונית אימות" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "הגישה נדחתה" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "אין לך הרשאה לגשת לפרוטוקול %1." @@ -4749,41 +4646,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "סיכום ביקורת צפוי (MD5,‏ SHA1,‏ SHA256 או SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "לחיצה תדביק את סיכום הביקורת מלוח הגזירים לשדה הקלט." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4793,9 +4690,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "חישוב" @@ -4804,135 +4701,208 @@ msgstr "חישוב" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "לחיצה תעתיק את סיכום הביקורת ללוח הגזירים." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&ביטול" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "להעביר ל&כאן" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "הורדה מ&כאן" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "ה&עתקה לכאן" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&קישור לכאן" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "ה&רצה" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "מה לעשות עם הקובץ הזה?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "לא לשאול שוב" +msgctxt "@action:button" +msgid "&Open" +msgstr "&פתיחה" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "ה&רצה" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "פתיחה &עם %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "החזרת שינויים" +msgid "Would you like to launch this file?" +msgstr "להריץ את הקובץ הזה?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "החזרת הפעולה דורשת הרשאות על (root). להמשיך?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "נוצרת תיקייה" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "מקור" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "יעד" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "העתקה" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "העברה" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "שינוי שם" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "העברה לאשפה" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "מחיקה" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "ה&סגה" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "ה&סגה: העתקה" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "ה&סגה: קישור" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "ה&סגה: העברה" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "ה&סגה: שינוי שם" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "ה&סגה: העברה לאשפה" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "ה&סגה: יצירת תיקייה" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "ה&סגה: יצירת תיקייה/ות" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "ה&סגה: יצירת קובץ" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "ה&סגה: שינוי שם במרוכז" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "ביצוע מ&חדש" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "ביצוע מ&חדש: העתקה" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "ביצוע מ&חדש: קישור" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "ביצוע מ&חדש: העברה" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "ביצוע מ&חדש: שינוי שם" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "ביצוע מ&חדש: העברה לאשפה" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "ביצוע מ&חדש: יצירת תיקייה" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ביצוע מ&חדש: יצירת תיקייה/ות" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "ביצוע מ&חדש: יצירת קובץ" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "ביצוע מ&חדש: שינוי שם במרוכז" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4944,12 +4914,12 @@ msgstr "" "ביטול ההעתקה תמחק את הקובץ, וכל השינויים יעלמו.\n" "למחוק את %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "אישור ביטול העתקת קובץ" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4960,21 +4930,22 @@ msgstr "" "למחוק את הפריט הזה לצמיתות?%1זו פעולה בלתי הפיכה." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "מחיקה לצמיתות" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "מחיקה לצמיתות" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4996,7 +4967,7 @@ msgstr[3] "" "למחוק את %1 הפריטים האלה לצמיתות?זו פעולה " "בלתי הפיכה." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5006,13 +4977,13 @@ msgstr "" "למחוק לצמיתות את כל הפריטים מהאשפה?זו " "פעולה בלתי הפיכה." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "פינוי אשפה" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5020,7 +4991,7 @@ msgid "" "filename>" msgstr "להעביר את הפריט הזה לאשפה?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5107,7 +5078,7 @@ msgstr "בעלים" msgid "Owning Group" msgstr "קבוצת בעלים" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "אחרים" @@ -5180,106 +5151,112 @@ msgstr "הגדרות המערכת מתעדכנות" msgid "Updating system configuration…" msgstr "הגדרות המערכת מתעדכנות…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "שם" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "גודל" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "תאריך" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "הרשאות" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "בעלים" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "קבוצה" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "סוג" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "פתיחה &עם %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&פעולות" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "פתיחת &תיקייה עם…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&פתיחה עם…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "ה&רצת קובץ הפעלה" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "פתיחת &תיקייה עם %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&פתיחה עם %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&פתיחת תיקייה עם" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&פתיחה עם" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "יישום &אחר…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5289,113 +5266,131 @@ msgstr[1] "שני פריטים" msgstr[2] "%1 פריטים" msgstr[3] "%1 פריטים" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "לא מוכר" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "עצירה" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "עיון ב־Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "מעוגן מתוך:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "מקום פנוי:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "סוג:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "תוכן:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "פתיחה עם:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "החלפה…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "מקום:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "גודל:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "החלפה…" +msgid "Determine the folder size" +msgstr "איתור גודל התיקייה" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "תוכן:" +msgid "Stop" +msgstr "עצירה" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "עצירת איתור גודל התיקייה" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "עיון ב־Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "הפניה אל:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "שינוי:" +msgid "Show target" +msgstr "הצגת היעד" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "יצירה:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "מערכת קבצים:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "גודל לא ידוע" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "מעוגן על:" +msgid "Modified:" +msgstr "שינוי:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "גישה אחרונה:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "פתיחה עם:" +msgid "File system:" +msgstr "מערכת קבצים:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "מעוגן על:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "מעוגן מתוך:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "מקום פנוי:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "גודל לא ידוע" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5689,24 +5684,27 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"נא למלא כאן את תיאור היישום, לפי אופן השימוש בו. למשל: יישום חייגן (KPPP) " -"יהיה „כלי חיוג”." +"נא למלא כאן שם כללי ליישום. דוגמה: יישום שמציג תמונות יהיה „מציג תמונות”." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&תיאור:" +msgid "&Generic name:" +msgstr "שם &כללי:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "כאן יש להקליד כל הערה שהיא שימושית לדעתך." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"נא למלא כאן את תיאור היישום, לפי אופן השימוש בו. למשל: מציג תמונות יהיה " +"„צפייה ועריכת תמונות”." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5717,7 +5715,7 @@ msgstr "ה&ערה:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "משתני סביבה:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5915,7 +5913,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "שיתוף" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5925,46 +5923,65 @@ msgstr "" "לא ניתן לשמור מאפיינים עקב גישה לא מספקת לכתיבה אל:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&כללי" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "נא למלא שם קובץ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "עיון ב־%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" -msgstr "רענון" +msgstr "ריענון" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "נא למלא מקום יעד" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "הצגת %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "גודל לא ידוע" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -"מחuשב… %1 (%2)\n" +"מחושב… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -5973,8 +5990,8 @@ msgstr[1] "שני קבצים" msgstr[2] "%1 קבצים" msgstr[3] "%1 קבצים" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -5983,85 +6000,91 @@ msgstr[1] "שתי תת־תיקיות" msgstr[2] "%1 תת־תיקיות" msgstr[3] "%1 תת־תיקיות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "מתבצע חישוב…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "לפחות %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "שם הקובץ החדש ריק." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "אין סוג קובץ רשום" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "אין יישום משויך" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "יצירה…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "החלפה…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "החלפת יישום ברירת המחדל לפתיחת קבצים מסוג „%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "אין גישה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "אפשר רק לצפות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "אפשר לצפות ולערוך" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "אפשר רק לצפות בתוכן" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "אפשר להציג את התוכן ולשנותו" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "אפשר רק לצפות/לקרוא את התוכן" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "אפשר להציג/לקרוא ולשנות/לכתוב" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "ה&רשאות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "הרשאות גישה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6070,64 +6093,64 @@ msgstr[1] "כל הקבצים הם קישורים ואין להם הרשאות." msgstr[2] "כל הקבצים הם קישורים ואין להם הרשאות." msgstr[3] "כל הקבצים הם קישורים ואין להם הרשאות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "רק הבעלים יכולים לשנות הרשאות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "בע&לים:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ציון הפעולות שהבעלים רשאים לבצע." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&קבוצה:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "ציון הפעולות שחברים בקבוצה רשאים לבצע." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "א&חרים:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "ציון הפעולות שרשאים לבצע כל המשתמשים שאינם הבעלים ואינם חברים בקבוצה." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "רק הבעלים יכולים לש&נות שמות או למחוק את התוכן" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "לאפשר ה&פעלת הקובץ כתוכנית" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "מחיקה או שינוי שם:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "הרצה:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6138,7 +6161,7 @@ msgstr "" "והתיקיות שבה. משתמשים אחרים יוכלו רק להוסיף קבצים חדשים, מה שדורש את ההרשאה " "ל‚שינוי תוכן’." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6147,42 +6170,42 @@ msgstr "" "בחירה באפשרות זו תסמן את הקובץ כניתן להפעלה. אפשרות זו הגיונית רק עבור " "תוכניות וסקריפטים, והיא נחוצה להפעלתם." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "הרשאות מת&קדמות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "בעלות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "משתמש:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "קבוצה:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "החלת השינויים על כל תיקיות המשנה ותכולתן" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "הרשאות מתקדמות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "מחלקה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6191,22 +6214,22 @@ msgstr "" "הצגת\n" "רשומות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "דגל זה מאפשר להציג את תוכן התיקייה." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "קריאה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "דגל הקריאה מאפשר להציג את תוכן הקובץ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6215,7 +6238,7 @@ msgstr "" "כתיבת\n" "רשומות" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6224,43 +6247,43 @@ msgstr "" "דגל זה מאפשר להוסיף, לשנות שמות ולמחוק קבצים. ראוי לשים לב שניתן להגביל " "מחיקות ושינויי שמות באמצעות הדגל „דביק”." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "כתיבה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "דגל הכתיבה מאפשר לשנות את תוכן הקובץ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "כניסה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "הפעלת דגל זה תאפשר כניסה לתיקייה." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "הפעלה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "יש להפעיל דגל זה כדי לאפשר הפעלת קובץ כתוכנית." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "מיוחד" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6269,24 +6292,24 @@ msgstr "" "דגל מיוחד. דגל זה חל על התיקייה כולה. ניתן לברר את המשמעות המדויקת של הדגל " "בעמודה השמאלית." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "דגל מיוחד. ניתן לברר את המשמעות המדויקת של הדגל בעמודה השמאלית." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "משתמש" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "קבוצה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6294,27 +6317,27 @@ msgid "" msgstr "" "אם דגל זה נבחר, הבעלים של תיקייה זו יהיו הבעלים של כל הקבצים החדשים שייווצרו." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "אם קובץ זה ניתן להפעלה ודגל זה נבחר, הוא יופעל עם ההרשאות של הבעלים." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "אם דגל זה נבחר, הקבוצה של תיקייה זו תוגדר עבור כל הקבצים חדשים." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "אם קובץ זה ניתן להפעלה ודגל זה נבחר, הוא יופעל עם ההרשאות של הקבוצה." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6323,7 +6346,7 @@ msgstr "" "אם הדגל „דביק” הוגדר על תיקייה, רק הבעלים ומשתמש העל יכולים למחוק או לשנות " "שמות של קבצים. אחרת כל בעלי הרשאות הכתיבה יכולים לעשות זאת." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6332,33 +6355,33 @@ msgstr "" "הדגלון „דביק” על קובץ זוכה להתעלמות בלינוקס אך יכול להיות שיש לו שימוש " "במערכת כלשהן" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "הגדרת מזהה משתמש" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "הגדרת מזהה קבוצה" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "דביק" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "קישור" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "משתנה (ללא שינוי)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6367,7 +6390,7 @@ msgstr[1] "הקבצים האלה משתמשים בהרשאות מתקדמות." msgstr[2] "הקבצים האלה משתמשים בהרשאות מתקדמות." msgstr[3] "הקבצים האלה משתמשים בהרשאות מתקדמות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6376,49 +6399,40 @@ msgstr[1] "התיקיות האלו משתמשות בהרשאות מתקדמות. msgstr[2] "התיקיות האלו משתמשות בהרשאות מתקדמות." msgstr[3] "התיקיות האלו משתמשות בהרשאות מתקדמות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "קבצים אלה משתמשים בהרשאות מתקדמות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "סיכומי &ביקורת" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "מחושב…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "סיכום ביקורת שגוי." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "הקלט אינו סיכום ביקורת תקף מהסוגים MD5,‏ SHA1 או SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "סיכומי הביקורת תואמים." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "סיכום הביקורת שחושב וסיכום הביקורת הצפוי תואמים." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6428,57 +6442,73 @@ msgstr "" "

    סיכומי הביקורת סותרים.

    כנראה ההורדה לא תקינה. עדיף לנסות להוריד את " "הקובץ שוב.
    אם האימות עדיין נכשל, יש ליצור קשר עם המקור שפרסם את הקובץ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "סיכום הביקורת שחושב וסיכום הביקורת הצפוי שונים זה מזה." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "סיכום הביקורת מאומת…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "סיכום הביקורת של כל הקבצים זהה." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "לקבצים הנבחרים יש סיכומי ביקורת שונים." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "מחושב…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "כ&תובת" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "כתובת:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "אי אפשר לשמור את המאפיינים. יש תמיכה רק ברשומות במערכות הקבצים המקומיות." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "יי&שום" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "הוספת סוג קובץ עבור %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "נא לבחור סוג קובץ אחד או יותר להוספה:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "יש תמיכה רק בקובצי ההפעלה במערכת המקומית." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "אפשרויות מתקדמות עבור %1" @@ -6582,22 +6612,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "הגדרת קיצורי אינטרנט…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "פתיחת חלונית קבצים" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "שם קובץ תכולת לוח הגזירים:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "קובץ שהודבק" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "הדבקת תוכן לוח הגזירים" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6606,19 +6638,19 @@ msgstr "" "תכולת לוח הגזירים השתנתה מאז שהשתמשת ב„הדבקה”: תבנית הנתונים הנבחרת אינה " "ישימה עוד. נא להעתיק שוב את התוכן שמיועד להדבקה." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "הדבקת תיקייה אחת" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "הדבקת קובץ אחד" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6628,96 +6660,107 @@ msgstr[1] "הדבקת שני פריטים" msgstr[2] "הדבקת %1 פריטים" msgstr[3] "הדבקת %1 פריטים" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "ה&דבקת תוכן לוח העריכה…" +msgstr "ה&דבקת תוכן לוח הגזירים…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "הדבקה" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "תבנית נתונים:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "שם קובץ תכולת לוח הגזירים:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "שם קובץ לתוכן שנגרר:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "תאריך: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "גודל: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ה&חלה על הכול" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"כשאפשרות זו מסומנת לחיצה על הכפתור תחול על כל סתירות התיקיות הבאות למשך " +"כשהאפשרות הזאת מסומנת, לחיצה על הכפתור תחול על כל סתירות התיקיות הבאות למשך " "שארית זמן ריצת המשימה.\n" -"אם לא לחצת על דילוג עדיין תופענה בקשות במקרה של סתירה עם קובץ קיים בתיקייה." +"אם לא לחצת על דילוג עדיין תופענה בקשות במקרה של סתירה מול קובץ קיים בתיקייה." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"כשאפשרות זו מסומנת לחיצה על הכפתור תחול על כל הסתירות הבאות למשך שארית זמן " +"כשהאפשרות הזאת מסומנת, לחיצה על הכפתור תחול על כל הסתירות הבאות למשך שארית " "ריצת המשימה." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&שינוי שם" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "הצעת שם &חדש" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&דילוג" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "לא להעביר או להעתיק תיקייה זו, לדלג לפריט הבא במקום" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "לא להעביר או להעתיק קובץ זה, לדלג לפריט הבא במקום" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&כתיבה אל" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6728,13 +6771,13 @@ msgstr "" "קבצים ותיקיות יועתקו לתיקייה הקיימת לצד התוכן הקיים. \n" "המערכת תשאל אותך במקרה של התנגשות עם קובץ קיים במערכת." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&שכתוב קבצים ישנים" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6742,12 +6785,12 @@ msgid "" msgstr "" "קובצי היעד שיש להם מועדי שינוי ישנים יותר יידרסו על ידי המקור, אחת ידולגו." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&חידוש" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6756,126 +6799,108 @@ msgstr "" "פעולה זו תשכתב את ‚%1’ על גבי עצמו.\n" "נא למלא שם חדש לקובץ:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "המ&שך" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "לשכתב את היעד?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "למזג את התוכן של ‚%1’ לתוך ‚%2’?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "מקור" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "יעד" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "המקור עדכני יותר." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "המקור ישן יותר." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "המקור קטן ב־%1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "המקור גדול ב־%1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "הקבצים זהים." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "הקבצים נראים זהים." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "הקבצים שונים." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "הקבצים נראים זהים: יש להם אותו הגודל ותחילת, אמצע וסוף התוכן שלהם זהה." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "השוואת קבצים" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "כבר קיים פריט קודם בשם ‚%1’." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "כבר קיים קובץ דומה בשם ‚%1’." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "כבר קיים פריט עדכני יותר בשם ‚%1’." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "שינוי שם:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "שינוי שם פריט" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "שינוי שמות פריטים" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&שינוי שם" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "שינוי שם הפריט %1 לשם:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "שם חדש #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "כבר קיים קובץ בשם %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 אינו שם קובץ תקין." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6885,38 +6910,194 @@ msgstr[1] "לשנות את שמות שני הפריטים הנבחרים לכד msgstr[2] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" msgstr[3] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# יוחלף במספרים עולים החל מ־:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "שם חדש #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"שם קובץ שגוי: השם החדש אמור להכיל רצף אחד של #, אלא אם כן לכל הקבצים יש " +"סיומות שונות." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "לשנות את שם הפריט הנבחר לכדי:" +msgstr[1] "לשנות את שמות שני הפריטים הנבחרים לכדי:" +msgstr[2] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" +msgstr[3] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "יוחלף:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "תבנית" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "ב־:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "החלפה" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "אף שם קובץ לא מכיל את התבנית." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"החלפה של „%1” בחלופה ריקה יגרום לכך ששם הקובץ של %2 " +"יהיה ריק." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "לשנות את שם הפריט הנבחר לכדי:" +msgstr[1] "לשנות את שמות שני הפריטים הנבחרים לכדי:" +msgstr[2] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" +msgstr[3] "לשנות את שמות %1 הפריטים הנבחרים לכדי:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "הוספת טקסט:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "טקסט להוספה" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "שם קובץ לפני" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "שם קובץ אחרי" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "שינוי שם פריט" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "שינוי שמות פריטים" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&שינוי שם" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "איך לשנות שם:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ספירה" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "החלפת טקסט" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "הוספת טקסט" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "תצוגה מקדימה:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "אי אפשר לשנות את שם הקובץ %1 לשם קובץ ריק." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "מידע" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "החלפה" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "לנסות שוב" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "להחליף הכול" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "דילוג" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "לדלג על הכול" @@ -7003,7 +7184,7 @@ msgstr "" "השרת המרוחק לא שלח תעודות SSL.\n" "מבוטל כיוון שאי אפשר לאמת את זהות השרת." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7049,39 +7230,74 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"העברת הפריט הזה לאשפה נכשלה כי הוא גדול מדי. למחוק לצמיתות במקום?%1זו פעולה בלתי " -"הפיכה." +"האשפה מלאה מכדי לקבל את הקובץ הזה. למחוק לצמיתות במקום?" +"%1זו פעולה בלתי הפיכה." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"האשפה מלאה מכדי לקבל את הקובץ הזה. למחוק אותו לצמיתות במקום?זו פעולה בלתי הפיכה." +msgstr[1] "" +"האשפה מלאה מכדי לקבל את שני הקבצים האלה. למחוק אותם לצמיתות במקום?זו פעולה בלתי הפיכה." +msgstr[2] "" +"האשפה מלאה מכדי לקבל את %1 הקבצים האלה. למחוק אותם לצמיתות במקום?זו פעולה בלתי הפיכה." +msgstr[3] "" +"האשפה מלאה מכדי לקבל את %1 הקבצים האלה. למחוק אותם לצמיתות במקום?זו פעולה בלתי הפיכה." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"האשפה לא זמינה למקום של הפריט הזה. למחוק לצמיתות במקום?" +"%1זו פעולה בלתי הפיכה." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"העברת הפריט הזה לאשפה נכשלה כיוון שהוא גדול מדי. למחוק אותו לצמיתות במקום?" -"זו פעולה בלתי הפיכה." +"האשפה לא זמינה למקום של הפריט הזה. למחוק אותו לצמיתות במקום?זאת פעולה בלתי הפיכה." msgstr[1] "" -"העברת שני הפריטים הזה לאשפה נכשלה כיוון שהם גדולים מדי. למחוק אותם לצמיתות " -"במקום?זו פעולה בלתי הפיכה." +"האשפה לא זמינה למקום של שני הפריטים האלה. למחוק אותו לצמיתות במקום?זאת פעולה בלתי הפיכה." msgstr[2] "" -"העברת %1 הפריטים האלה לאשפה נכשלה כיוון שהם גדולים מדי. למחוק אותם לצמיתות " -"במקום?זו פעולה בלתי הפיכה." +"האשפה לא זמינה למקום של %1 הפריטים האלה. למחוק אותו לצמיתות במקום?זאת פעולה בלתי הפיכה." msgstr[3] "" -"העברת %1 הפריטים האלה לאשפה נכשלה כיוון שהם גדולים מדי. למחוק אותם לצמיתות " -"במקום?זו פעולה בלתי הפיכה." +"האשפה לא זמינה למקום של %1 הפריטים האלה. למחוק אותו לצמיתות במקום?זאת פעולה בלתי הפיכה." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7091,51 +7307,260 @@ msgstr[1] "להעביר את שני הפריטים האלה לאשפה?" msgstr[2] "להעביר את %1 הפריטים האלה לאשפה?" msgstr[3] "להעביר את %1 הפריטים האלה לאשפה?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "לא לשאול שוב" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "לא לשאול שוב" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "לא להציג את ההודעה הזאת שוב" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "נראה שתעודת ה־SSL המרוחקת פגומה." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "אזהרה" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "יפעיל את התוכנית:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "אם זאת אינה תוכנית מהימנה, ללחוץ על ביטול" +#~ msgid "File System:" +#~ msgstr "מערכת קבצים:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "הרצת קובצי הפעלה בלי לשאול" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "לפתוח קובצי הפעלה ביישום ברירת המחדל בלי לשאול" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "לזכור לכל קובצי ההפעלה" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "אפשר לבטל את זה תחת „אישורים” בהגדרות מנהל הקבצים Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "שינוי מאפיין" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "צריך הרשאות על (root) כדי לשנות מאפייני קובץ. להמשיך?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "צריך הרשאות על (root) כדי להשלים את פעולת ההעתקה. להמשיך?" + +#~ msgid "Delete Files" +#~ msgstr "מחיקת קבצים" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "צריך הרשאות על (root) כדי להשלים את פעולת המחיקה. להמשיך?" + +#~ msgid "Create Folder" +#~ msgstr "יצירת תיקייה" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "צריך הרשאות על (root) כדי ליצור את התיקייה הזאת. להמשיך?" + +#~ msgid "Move Items" +#~ msgstr "העברת קבצים" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "צריך הרשאות על (root) כדי להשלים את פעולת ההעברה. להמשיך?" + +#~ msgid "Rename" +#~ msgstr "שינוי שם" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "צריך הרשאות על (root) כדי להשלים את שינוי השם. להמשיך?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "צריך הרשאות על (root) כדי ליצור קישור סמלי. להמשיך?" + +#~ msgid "Transfer data" +#~ msgstr "העברת נתונים" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "צריך הרשאות על (root) כדי להשלים העברת נתונים. להמשיך?" + +#~ msgid "Undo Changes" +#~ msgstr "החזרת שינויים" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "החזרת הפעולה דורשת הרשאות על (root). להמשיך?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "מוגדרת בקרה גישה עבור %1" + +#~ msgid "Change File Permissions" +#~ msgstr "החלפת הרשאות קובץ" + +#~ msgid "New Permissions: %1" +#~ msgstr "הרשאות חדשות: %1" + +#~ msgid "Change File Owner" +#~ msgstr "החלפת בעלות על קובץ" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "בעלים חדשים: מזהה משתמש=%1, מזהה קבוצה=%2" + +#~ msgid "Remove File" +#~ msgstr "הסרת קובץ" + +#~ msgid "Remove Directory" +#~ msgstr "הסרת תיקייה" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "הרשאות תיקייה: %1" + +#~ msgid "Open File" +#~ msgstr "פתיחת קובץ" + +#~ msgid "Open Directory" +#~ msgstr "פתיחת תיקייה" + +#~ msgid "New Filename: %1" +#~ msgstr "שם קובץ חדש: %1" + +#~ msgid "Target: %1" +#~ msgstr "יעד: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "החלפת חותמת זמן" + +#~ msgid "From: %1, To: %2" +#~ msgstr "מ־: %1, עד: %2" + +#~ msgid "Unknown Action" +#~ msgstr "פעולה לא ידועה" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "פעולה: %1\n" +#~ "מקור: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "הצגת כפתור סימניות" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "קבצים מועברים" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "קבצים מועתקים" + +#~ msgid "&Description:" +#~ msgstr "&תיאור:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "כאן יש להקליד כל הערה שהיא שימושית לדעתך." + +#~ msgid "Do not ask again" +#~ msgstr "לא לשאול שוב" + +#~ msgid "&Filter:" +#~ msgstr "&סינון:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "זהו המסנן שיחול על רשימת הקבצים. שמות קבצים שלא מתאימים למסנן לא " +#~ "יוצגו.

    אפשר לבחור את אחד מהמסננים המוגדרים מראש מתוך התפריט הנפתח, או " +#~ "להזין מסנן מותאם אישית ישירות בשדה הטקסט.

    ניתן להשתמש בתווי הכללה " +#~ "כגון * ו־?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "נבחרה יותר מתיקייה אחת והחלון הזה לא מקבל תיקיות, לכן אי אפשר לבחור לאן " +#~ "להיכנס. נא לבחור תיקייה אחת בלבד לתצוגה." + +#~ msgid "More than one folder provided" +#~ msgstr "סופקה יותר מתיקייה אחת" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "נבחרה לפחות תיקייה אחת. קבצים נבחרים לא יהיו בשימוש התיקייה הנבחרת תוצג" + +#~ msgid "Files and folders selected" +#~ msgstr "נבחרו קבצים ותיקיות" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "למרות שנוצר קשר עם השרת, לא התקבלה תגובה במסגרת פרק הזמן המוקצב לבקשה. " +#~ "הזמנים המוקצבים הם כדלהלן:
    • הזמן המוקצב ליצירת חיבור: %1 שניות
    • הזמן המוקצב לקבלת תגובה: %2 שניות
    • הזמן המוקצב לגישה לשרתים " +#~ "מתווכים: %3 שניות
    נא לשים לב כי אפשר לשנות ערכי זמנים מוקצבים " +#~ "אלה במרכז הבקרה של KDE, באמצעות בחירה בהגדרות רשת -> העדפות חיבור." + #~ msgid "Is &executable" #~ msgstr "ניתן לה&פעלה" @@ -8156,12 +8581,6 @@ msgstr "אם זאת אינה תוכנית מהימנה, ללחוץ על ביטו #~ msgstr[0] "יום " #~ msgstr[1] " ימים" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "אזהרה" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8213,10 +8632,6 @@ msgstr "אם זאת אינה תוכנית מהימנה, ללחוץ על ביטו #~ msgid "Default Web &search keyword:" #~ msgstr "ססמת ברירת מחדל:" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "ברירת מחדל" - #, fuzzy #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" @@ -8416,11 +8831,6 @@ msgstr "אם זאת אינה תוכנית מהימנה, ללחוץ על ביטו #~ msgid "Could not find any application or handler for %1" #~ msgstr "אין אפשרות לשנות את הבעלות על %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&הדבק קובץ" -#~ msgstr[1] "&הדבק %1 קבצים" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&הדבק כתובת" @@ -8550,9 +8960,6 @@ msgstr "אם זאת אינה תוכנית מהימנה, ללחוץ על ביטו #~ msgid "unmounting is not supported by wince." #~ msgstr "ביטול עגינה לא נתמך על ידי wince." -#~ msgid "File name:" -#~ msgstr "שם קובץ:" - #, fuzzy #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.\n" "Language-Team: Sanskrit \n" @@ -30,13 +30,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "raviratlami@aol.in" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 के लिए मालिकाना बदल नहीं सकता." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -48,13 +48,13 @@ msgstr "" "फ़ाइल %1 का स्वामित्व परिवर्तित नहीं कर सकता. आपके पास परिवर्तन करने के " "लिए अपर्याप्त पंहुच है." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "आइओ-स्लेव तैयार करने में अक्षम: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -69,7 +69,7 @@ msgstr "" "सिमलिंक %1 बना नहीं सकता.\n" "कृपया अनुमतियाँ जाँचें." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -79,7 +79,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "फ़ोल्डर पहले से ही अस्तित्व में है" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "फ़ाइल पहले से ही अस्तित्व में है. " -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "पहले से ही फ़ोल्डर के रूप में है" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -210,200 +210,99 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "खिसकाते हुए " -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "स्रोत" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "गंतव्य" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "नाम बदलें (&R)" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "नक़ल किया जा रहा है" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "डिरेक्ट्री बनाया जा रहा है" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "डिरेक्ट्री" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "मिटाया जा रहा है" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "फ़ाइल" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "ट्रांसफ़र किया जा रहा है" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "माउंट किया जा रहा है" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "उपकरण" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "माउन्ट पाइंट" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "अनमाउंटिंग" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|सभी फ़ाइलें" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "फ़ाइलें मिटाएँ" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "फ़ोल्डर बना नहीं सका" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "रद्दी पर ले जाएँ" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "नाम बदलें (&R)" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "सिंबॉलिक लिंक तैयार नहीं कर सकते." - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "ट्रांसफ़र किया जा रहा है" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +734,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -849,70 +753,70 @@ msgstr "" "%2\n" " कृपया संपूर्ण बग रपट यहाँ भेजें- http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(अज्ञात)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "तकनीकी कारण: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

    Details of the request:" msgid "Details of the request:" msgstr "

    निवेदन का विवरण:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

    • URL: %1
    • " msgid "
    • URL: %1
    • " msgstr "

      • यूआरएल: %1
      • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      • Protocol: %1
      • " msgstr "
      • प्रोटोकॉल: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Date and time: %1
      • " msgstr "
      • तारीख़ तथा समय: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
      • Additional information: %1
      " msgid "
    • Additional information: %1
    • " msgstr "
    • अतिरिक्त जानकारी: %1
    " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format #| msgid "

    Possible causes:

    • " msgid "Possible causes:" msgstr "

      संभावित कारण:

      • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format #| msgid "

        Possible solutions:

        • " msgid "Possible solutions:" msgstr "

          संभावित समाधान:

          • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(अज्ञात)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -921,17 +825,17 @@ msgstr "" "अतिरिक्त मदद के लिए आप उपयुक्त कम्प्यूटर सपोर्ट तंत्र जो कि तंत्र प्रशासक या तकनीकी सपोर्ट " "समूह हो सकते हैं, से सम्पर्क साधें." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "अतिरिक्त मदद के लिए सर्वर के प्रशासक से संपर्क करें." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "इस रिसोर्स पर आप अपनी पहूँच अनुमतियाँ जाँचें." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -939,13 +843,13 @@ msgid "" msgstr "" "इस रिसोर्स पर निवेदित आपरेशन निष्पादित करने के लिए आपकी पहुँच अनुमतियाँ शायद अपूर्ण हैं." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "फ़ाइल शायद अन्य उपयोक्ता या अनुप्रयोग के उपयोग में है (और इसीलिए तालाबंद है)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -954,17 +858,17 @@ msgstr "" "सुनिश्चित करने के लिए जाँचें कि कोई अन्य अनुप्रयोग या उपयोक्ता तो फ़ाइल का उपयोग नहीं कर " "रहा है, और फ़ाइल को तालाबंद किया है." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "यद्यपि संभावना कम ही है, एक हार्डवेयर त्रुटि हो सकती है." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "आपको प्रोग्राम में एक बग से सामना हुआ होगा." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -973,7 +877,7 @@ msgstr "" "अधिक संभावना है कि यह प्रोग्राम में बग के कारण हुआ है. कृपया नीचे दिए विवरण अनुसार बग " "रपट भेजने के बारे में विचार करें." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -982,7 +886,7 @@ msgstr "" "अपने साफ्टवेयर को नवीनतम संस्करण में अद्यतन करें. आपका डिस्ट्रीब्यूशन आपके साफ्टवेयर को अद्यतन " "करने के औज़ार जुटाता है." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,12 +898,12 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "आपके नेटवर्क कनेक्शन के साथ कोई समस्या हो सकती है." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1008,49 +912,49 @@ msgstr "" "आपके नेटवर्क कॉन्फ़िगरेशन के साथ कोई समस्या हो सकती है. यदि आप हाल ही में इंटरनेट एक्सेस " "किए होंगे तो फिर इसकी संभावना कम ही है." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "सर्वर और इस कंप्यूटर के नेटवर्क पथ के बीच किसी बिंदु पर कोई समस्या हो सकती है." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "फिर से कोशिश करें या अभी या कभी बाद में." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "कोई प्रोटोकॉल त्रुटि या असंगति हो गई होगी." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "सुनिश्चित हों कि रिसोर्स उपलब्ध है, एवं फिर से कोशिश करें." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "उल्लेखित रिसोर्स अस्तित्व में नहीं है." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "दोबारा जाँचें कि आपने सही स्थान भरा है, एवं फिर से कोशिश करें." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "अपना नेटवर्क कनेक्शन स्थिति जांचें." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "रिसोर्स पढ़ने के लिए खोल नहीं सकता " -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 की विषयवस्तु पाई नहीं जा " "सकती चूंकि पढ़ने की पहुँच प्राप्त नहीं हुई." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "आपके पास फ़ाइल को पढ़ने की या फ़ोल्डर खोलने की अनुमति नहीं होगी." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "लिखने के लिए रिसोर्स खोल नहीं सका" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1078,18 +982,18 @@ msgstr "" "इसका अर्थ है कि फ़ाइल %1 जैसा कि निवेदित है, लिखी नहीं जा सकी चूंकि " "लिखने की पहुँच अनुमतियाँ प्राप्त नहीं हुई." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "प्रोटोकॉल %1 प्रारंभ नहीं कर सका" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "प्रक्रिया चलाने में अक्षम" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच स्थापित करने वाले प्रोग्राम में " "जारी रखने लायक वांछित मेमोरी प्राप्त नहीं हो सकी." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1110,12 +1014,12 @@ msgid "" "incompatible with the current version and thus not start." msgstr "" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "आंतरिक त्रुटि" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल को एक्सेस प्रदान करता है " "उसने एक आंतरिक त्रुटि की रपट दी." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "गलत फॉर्मेटेड यूआरएल" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "असमर्थित प्रोटोकॉल %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1153,12 +1057,12 @@ msgstr "" "प्रोटोकॉल %1 वर्तमान में इस कम्प्यूटर पर स्थापित केडीई प्रोग्राम द्वारा " "समर्थित नहीं है. " -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "निवेदित प्रोटोकॉल शायद समर्थित नहीं है." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1166,7 +1070,7 @@ msgid "" msgstr "" "प्रोटोकॉल %1 का संस्करण जो इस कम्प्यूटर तथा सर्वर द्वारा समर्थित हैं, शायद असंगत हैं." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1174,17 +1078,17 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "यूआरएल रिसोर्स को रेफर नहीं करता." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "प्रोटोकॉल एक फ़िल्टर प्रोटोकॉल है" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lयू आर एल (यूनिफ़ॉर्म रिसोर्स " "लोकेटर) जो आपने भरा है वह किसी विशिष्ट रिसोर्स को संदर्भित नहीं करता है." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1202,12 +1106,12 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "असमर्थित क्रिया: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1216,7 +1120,7 @@ msgstr "" "निवेदित क्रिया केडीई प्रोग्राम के द्वारा समर्थित नहीं है जो कि %1 " "प्रोटोकॉल को लागू करती है." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1224,51 +1128,51 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "वैसा ही परिणाम पूरा करने के लिए अन्य रास्ता ढूंढने की कोशिश." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "फ़ाइल प्रत्याशित" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "निवेदन में फ़ाइल वांछित है, पर बदले में फ़ोल्डर %1 पाया गया." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "यह सर्वर की तरफ की एक त्रुटि हो सकती है." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "फ़ोल्डर प्रत्याशित" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "निवेदन में फ़ोल्डर वांछित है, पर बदले में फ़ाइल %1 पाया गया." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "फ़ाइल या फ़ोल्डर अस्तित्व में नहीं है." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "उल्लेखित फ़ाइल या फोल्डर %1 मौज़ूद नहीं है." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1276,22 +1180,22 @@ msgid "" msgstr "" "निवेदित फ़ाइल तैयार नहीं की जा सकी चूंकि इसी नाम की एक फ़ाइल पहले से ही उपलब्ध है." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "मौज़ूदा फ़ाइल को पहले रास्ते से बाहर खिसकाने की कोशिश करें, फिर फिर से कोशिश करें." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "मौज़ूदा फ़ाइल मिटाकर फिर से कोशिश करें." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "नई फ़ाइल के लिए वैकल्पिक नाम चुनें." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1299,28 +1203,28 @@ msgid "" msgstr "" "निवेदित फ़ोल्डर तैयार नहीं की जा सकी चूंकि इसी नाम का एक फ़ोल्डर पहले से ही उपलब्ध है." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "मौज़ूदा फ़ोल्डर को पहले रास्ते से बाहर खिसकाने की कोशिश करें, फिर फिर से कोशिश करें." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "मौज़ूदा फ़ोल्डर मिटाकर फिर से कोशिश करें." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "नए फ़ोल्डर के लिए वैकल्पिक नाम चुनें." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "अज्ञात होस्ट" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1329,34 +1233,34 @@ msgstr "" "एक अज्ञात होस्ट त्रुटि दर्शाता है कि निवेदित नाम का सर्वर, %1, " "इंटरनेट पर पता नहीं लगाया जा सका." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "जो नाम आपने टाइप किया है, %1, शायद अस्तित्व में नहीं है: या शायद गलत टाइप किया गया है." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "पंहुच अस्वीकृत" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "उल्लेखित रिसोर्स %1 में पहुँच नकार दिया गया." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "आपने गलत अनुमोदन विवरण दिया है या फिर दिया ही नहीं है." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "उल्लेखित रिसोर्स पर पहूँच के लिए आपके अकाउन्ट में शायद अनुमति नहीं है." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1364,12 +1268,12 @@ msgid "" msgstr "" "निवेदन फिर से कोशिश करें तथा यह सुनिश्चित हों कि आपका अनुमोदन विवरण उचित प्रकार भरा है." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "लिखने की पंहुच अस्वीकृत" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1377,12 +1281,12 @@ msgid "" msgstr "" "इसका अर्थ है कि फ़ाइल %1 पर लिखने की कोशिश अस्वीकृत कर दी गई." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "फ़ोल्डर में जाने में अक्षम." -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1391,17 +1295,17 @@ msgstr "" "इसका अर्थ है कि फ़ोल्डर %1 पर जाने (अन्य शब्दों में, खोलने) की कोशिश " "अस्वीकृत कर दी गई." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "फ़ोल्डर सूची अनुपलब्ध" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "प्रोटोकॉल %1 फ़ाइलतंत्र नहीं है" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1409,12 +1313,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "साइक्लिक लिंक पता लगा" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1423,34 +1327,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "लूप के एक भाग को मिटाएँ जिससे कि यह अनंत लूप न बनाए, एवं फिर कोशिश करें." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "उपयोक्ता द्वारा निवेदन रोका गया" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "निवेदन पूरा नहीं किया जा सका चूंकि इसे रोक दिया गया." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "निवेदन को फिर से कोशिश करें" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "नक़ल के दौरान साइक्लिक लिंक पता लगा" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1459,17 +1363,17 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "नेटवर्क कनेक्शन तैयार नहीं कर सकते." -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "सॉकेट तैयार नहीं कर सकते" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1478,27 +1382,27 @@ msgstr "" "यह पूरी तकनीकी त्रुटि है जिसमें नेटवर्क कम्यूनिकेशन (सॉकेट) के लिए वांछित उपकरण बनाया नहीं " "जा सका." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "नेटवर्क कनेक्शन शायद सही कॉन्फ़िगर नहीं है, या नेटवर्क इंटरफेस इनेबल्ड नहीं है." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "सर्वर से कनेक्शन अस्वीकृत" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "सर्वर %1 इस कम्प्यूटर को कनेक्शन करने की स्वीकृति नहीं देता." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1507,7 +1411,7 @@ msgstr "" "सर्वर जब तक कि वर्तमान में इंटरनेट से जुड़ा है, निवेदन स्वीकार करने के लिए कॉन्फ़िगर नहीं " "होगा." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1515,7 +1419,7 @@ msgid "" msgstr "" "सर्वर जब तक कि वर्तमान में इंटरनेट से जुड़ा है, निवेदित सेवा (%1) नहीं चला रहा होगा." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1523,12 +1427,12 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "सर्वर से कनेक्शन अप्रत्याशित रूप से बन्द हो गया" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1537,7 +1441,7 @@ msgstr "" "हालांकि %1 पर कनेक्शन तो बनाया जा चुका थाै, कनेक्शनसंचार के एक " "अप्रत्याशित बिन्दु पर बन्द हो गया ." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1546,17 +1450,17 @@ msgstr "" "कोई प्रोटोकॉल त्रुटि हो गई होगी, जिससे त्रुटि की प्रतिक्रिया स्वरूप सर्वर का कनेक्शन बन्द " "हो गया." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "यूआरएल रिसोर्स अवैध है" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "प्रोटोकॉल %1 एक फ़िल्टर प्रोटोकॉल नहीं है." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1573,17 +1477,17 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "इनपुट / आउटपुट उपकरण इनिशियलाइज करने में अक्षम" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "उपकरण माउन्ट नहीं कर सका" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1592,7 +1496,7 @@ msgstr "" "निवेदित उपकरण इनिशियलाइज़ (\"माउन्टेड\") नहीं किया जा सकता. रिपोर्ट की गई त्रुटि हैः " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1600,7 +1504,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1608,7 +1512,7 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1617,17 +1521,17 @@ msgstr "" "जांचें कि उपकरण तैयार है, हटाए जा सकने वाले ड्राइव में मीडिया होना चाहिए तथा पोर्टेबल " "उपकरण कनेक्ट होना चाहिएँ तथा पावर चालू होना चाहिए, और फिर से कोशिश करें." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "इनपुट / आउटपुट उपकरण अनइनिशियलाइज करने में अक्षम" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "उपकरण अनमाउन्ट नहीं कर सका" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1636,7 +1540,7 @@ msgstr "" "निवेदित उपकरण अनइनिशियलाइज़ (\"अनमाउन्टेड\") नहीं किया जा सकता. रिपोर्ट की गई त्रुटि " "हैः %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1644,7 +1548,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1652,56 +1556,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "जाँचें कि कोई अनुप्रयोग उपकरण को एक्सेस नही कर रहा है, एवं फिर से कोशिश करें." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "रिसोर्स से पढ़ नहीं सका" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "आपके पास रिसोर्स से पढ़ने की अनुमति शायद नहीं होगी." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "रिसोर्स पर लिख नहीं सका" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "आपके पास रिसोर्स से लिखने की अनुमति शायद नहीं होगी." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "नेटवर्क कनेक्शन के लिए सुन नहीं सकते" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "बाइंड नहीं कर सका" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1709,17 +1613,17 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "पर सुन नहीं सका" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "नेटवर्क कनेक्शन स्वीकार नहीं कर सका" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1727,33 +1631,33 @@ msgid "" msgstr "" "यह पूरी तकनीकी त्रुटि है जिसमें आवक नेटवर्क कनेक्शन को स्वीकारने की कोशिश में त्रुटि हुई." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "आपके पास कनेक्शन स्वीकारने की अनुमति शायद नहीं होगी." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr " %1 पर लॉगिन नहीं कर सका" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "निवेदित ऑपरेशन निष्पादित करने के लिए लॉगिन की एक कोशिश असफल हुई." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "रिसोर्स स्थिति निर्धारित नहीं कर सका" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "रिसोर्स स्टेट नहीं कर सका" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1762,68 +1666,68 @@ msgstr "" "रिसोर्स %1 की स्थिति के बारे में जानकारी निर्धारित करने की कोशिश, " "जैसे कि रिसोर्स नाम, क़िस्म, इत्यादि सफल नहीं रही." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "उल्लेखित रिसोर्स या तो उपलब्ध नहीं है, या फिर पहुँच योग्य नहीं है." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "लिस्टिंग रद्द नहीं कर सका" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: इसका दस्तावेज़ बनाएँ" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "फ़ोल्डर बना नहीं सका" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "निवेदित फ़ोल्डर बनाने की एक कोशिश असफल हुई." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "स्थान जहाँ फ़ोल्डर बनाया जाना है, शायद अस्तित्व में नहीं है." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "फ़ोल्डर नहीं सका" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "उल्लेखित फ़ोल्डर %1 को मिटाने की कोशिश असफल हुई." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "उल्लेखित फ़ोल्डर अस्तित्व में नहीं है." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "उल्लेखित फ़ोल्डर शायद खाली नहीं है." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "सुनिश्चित हों कि फ़ोल्डर विद्यमान है, एवं फिर से कोशिश करें." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "फ़ाइल हस्तांतरण पुनरारंभ नहीं कर सकता" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1832,66 +1736,66 @@ msgstr "" "निर्दिष्ट निवेदन ने पूछा है कि फ़ाइल %1 का ट्रांसफर किसी विशिष्ट बिन्दु " "से रीज्यूम किया जाना चाहिए. यह संभव नहीं है." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "प्रोटोकॉल या फ़ाइल सर्वर शायद फ़ाइल रिज़्यूमिंग समर्थित नहीं करते." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "ट्रांसफर पुनरारंभ करने की कोशिश किए बगैर निवेदन फिर से कोशिश करें" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "रिसोर्स नाम बदल नहीं सका" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "उल्लेखित रिसोर्स %1 का नाम बदलने की कोशिश असफल हुई." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "रिसोर्स की अनुमतियाँ बदल नहीं सका." -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "उल्लेखित रिसोर्स %1 की अनुमतिययाँ बदलने की कोशिश असफल हुई." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "रीसोर्स का मालिकाना बदला नहीं जा सका" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "निर्दिष्ट रिसोर्स %1 की मालिकाना बदलने की कोशिश असफल रही." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "रिसोर्स मिटा नहीं सका" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "उल्लेखित रिसोर्स %1 को मिटाने की कोशिश असफल हुई." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr " प्रोग्राम अप्रत्याशित बन्द" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच के लिए संस्थापित प्रोग्राम " "अप्रत्याशित रूप से बन्द हो गया." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "मेमोरी कम पड़ गई" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच स्थापित करने वाले प्रोग्राम में " "जारी रखने लायक वांछित मेमोरी प्राप्त नहीं हो सकी." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "अज्ञात प्रॉक्सी होस्ट" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -1965,17 +1869,17 @@ msgstr "" "असमर्थित प्रमाणीकरण विधि के बारे में केडीई टोली को बताने के लिए कृपया http://bugs.kde.org/ पर बग रपट दर्ज करें." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "निवेदन रोका गया" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "सर्वर में आंतरिक त्रुटि" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1984,7 +1888,7 @@ msgstr "" "सर्वर में %1 प्रोटोकॉल पर पहुँच प्रदान करने वाले प्रोग्राम ने आंतरिक " "त्रुटि रपट दी: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1993,46 +1897,41 @@ msgstr "" "बहुत संभव है कि यह सर्वर प्रोग्राम में बग के कारण हुआ है. कृपया नीचे दिए विवरण अनुसार पूरा " "बग रपट जमा करें" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "समस्या के बारे में परामर्श के लिए सर्वर के प्रशासक से सम्पर्क करें." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "यदि आप जानते हैं कि सर्वर सॉफ़्टवेयर के कौन लेखक हैं, तो बग रपट उन्हें सीधे जमा करें." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "टाइम-आउट त्रुटि" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "अन्य निवेदनों को उत्तर देने में सर्वर बहुत ज्यादा व्यस्त है." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "अज्ञात त्रुटि" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच प्रदान करने वाले प्रोग्राम ने एक " "अज्ञात त्रुटि रपट की: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "अज्ञात इंटरप्शन" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच प्रदान करने वाले प्रोग्राम ने एक " "अज्ञात इंटरप्शन रपट की: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "मूल फ़ाइल मिटा नहीं सकते." -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2070,12 +1969,12 @@ msgstr "" "निवेदित ऑपरेशन मूल फ़ाइल को मिटाना चाहता है, बहुत संभव है फ़ाइल खिसकाने के अंत में. मूल " "फ़ाइल %1 मिटाया नहीं जा सका." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "अस्थायी फ़ाइल मिटा नहीं सकते." -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2083,12 +1982,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "मूल फ़ाइल का नाम बदल नहीं सकते." -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2097,12 +1996,12 @@ msgstr "" "निवेदित ऑपरेशन मूल फ़ाइल %1 का नाम बदलना चाहता है, हालांकि यह नाम " "नहीं बदला जा सका." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "अस्थायी फ़ाइल तैयार नहीं कर सकते." -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2111,32 +2010,32 @@ msgstr "" "निवेदित ऑपरेशन में अस्थायी फ़ाइल %1 बनाना आवश्यक है, हालांकि यह " "बनाया नहीं जा सका." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "लिंक तैयार नहीं कर सकते." -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "सिंबॉलिक लिंक तैयार नहीं कर सकते." -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "निवेदित सिंबालिक लिंक %1 तैयार नहीं की जा सकी." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "कोई विषयवस्तु नहीं" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "डिस्क पूरा भर गया" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2144,7 +2043,7 @@ msgid "" msgstr "" "निवेदित फ़ाइल %1 लिखी नहीं जा सकी चूंकि डिस्क में अपर्याप्त जगह है." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2152,30 +2051,30 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "स्रोत तथा गंतव्य फ़ाइलें एक ही हैं" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "ऑपरेशन पूरा नहीं किया जा सका चूंकि स्रोत तथा गंतव्य फ़ाइल एक ही है." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "गंतव्य फ़ाइल के लिए पृथक नाम चुनें." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "फ़ाइल या फ़ोल्डर अस्तित्व में नहीं है." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2185,20 +2084,20 @@ msgid "" "or folder are the same." msgstr "ऑपरेशन पूरा नहीं किया जा सका चूंकि स्रोत तथा गंतव्य फ़ाइल एक ही है." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "उल्लेखित फ़ाइल या फ़ोल्डर की नक़ल करें" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "फ़ाइल या फ़ोल्डर अस्तित्व में नहीं है." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2208,19 +2107,19 @@ msgid "" "into itself." msgstr "ऑपरेशन पूरा नहीं किया जा सका चूंकि स्रोत तथा गंतव्य फ़ाइल एक ही है." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "उल्लेखित फ़ाइल या फ़ोल्डर की नक़ल करें" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2230,23 +2129,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "ऑपरेशन पूरा नहीं किया जा सका चूंकि स्रोत तथा गंतव्य फ़ाइल एक ही है." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "प्रोटोकॉल %1 प्रारंभ नहीं कर सका" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "आइओ-स्लेव तैयार करने में अक्षम: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकॉल पर पहुँच स्थापित करने वाले प्रोग्राम में " "जारी रखने लायक वांछित मेमोरी प्राप्त नहीं हो सकी." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2279,36 +2178,36 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "अदस्तावेज़ीकृत त्रुटि" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "( %1 पर एक सिंबालिक लिंक)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, इस पर कड़ी: %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "की ओर इशाराः" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2317,25 +2216,25 @@ msgstr "" "गलत URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2343,92 +2242,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "प्रोटोकॉल %1 के साथ कनेक्शन खोलना समर्थित नहीं है." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "प्रोटोकॉल %1 के साथ कनेक्शन बंद करना समर्थित नहीं है." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "प्रोटोकॉल %1 के साथ फ़ाइल एक्सेस करना समर्थित नहीं है." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr " %1 पर लिखा जाना समर्थित नहीं है." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "प्रोटोकॉल %1 के लिए कोई विशेष क्रिया उपलब्ध नहीं है." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "प्रोटोकॉल %1 के लिए फ़ोल्डर की सूची बनाना समर्थित नहीं है." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 से डाटा निकालना समर्थित नहीं है." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 से माइम क़िस्म जानकारी निकालना समर्थित नहीं है." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 के भीतर फ़ाइल खिसकाना या नाम बदलना समर्थित नहीं है." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "प्रोटोकॉल %1 के साथ सिमलिंक तैयार करना समर्थित नहीं है." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 के भीतर फ़ाइल नक़ल करना समर्थित नहीं है." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 से फ़ाइल मिटाना समर्थित नहीं है." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "प्रोटोकॉल %1 के साथ फ़ोल्डर तैयार करना समर्थित नहीं है." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "प्रोटोकॉल %1 के साथ फ़ाइल विशेषता बदलना समर्थित नहीं है." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "प्रोटोकॉल %1 के साथ फ़ाइलों का मालिकाना बदलना समर्थित नहीं है." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "प्रोटोकॉल %1 के साथ फ़ाइलें खोलना समर्थित नहीं है." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "प्रोटोकॉल %1 क्रिया %2 को समर्थित नहीं करता." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2437,329 +2336,352 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "अज्ञात प्रोटोकॉल '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "प्रोटोकॉल '%1' के लिए आइओ-स्लेव प्राप्त नहीं कर सका." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "प्रोटोकॉल '%1' के लिए आइओ-स्लेव प्राप्त नहीं कर सका." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "प्रोटोकॉल '%1' के लिए आइओ-स्लेव प्राप्त नहीं कर सका." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "विवरण (&D) " -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "सर्वदा (&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "जारी रहें (&n)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "सिर्फ मौज़ूदा सत्र (&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "फ़ोल्डर बना नहीं सका" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "फ़ोल्डर बना नहीं सका" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "मिटाने के लिए आपने फ़ाइल चुना नहीं है" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "मिटाने के लिए कुछ नहीं " -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "मिटाने के लिए आपने फ़ाइल चुना नहीं है" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "मिटाने के लिए कुछ नहीं " -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "उल्लेखित फ़ाइल या फोल्ड उपलब्ध नहीं है या पढ़ने लायक नहीं है." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "मेन्यू" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "पेरेन्ट फ़ोल्डर " -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "घर फ़ोल्डर" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "री-लोड" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "नया फ़ोल्डर" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "कूडे में डालें" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "मिटाएँ" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "क्रमबद्ध करने में" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "साइट नाम" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "छोटा दृश्य" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "तारीख़ से" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "प्रविष्टि क़िस्म" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "घटते क्रम में" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "घटते क्रम में" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "छुपी फ़ाइलें दिखाएँ" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "छोटा दृश्य" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "छोटा दृश्य" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "छोटा दृश्य" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "छुपी फ़ाइलें दिखाएँ" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "पूर्वावलोकन दिखाएँ" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "पूर्वावलोकन दिखाएँ" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "गुण" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "देखें (&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "एनकोडिंग:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "खोलें" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "ऐसे सहेजें" @@ -2812,44 +2734,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|सभी फ़ाइलें" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "सभी समर्थित फ़ाइलें" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|सभी फ़ाइलें" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgid "Add Places Entry" msgstr "स्थान प्रविष्टि संपादन" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "स्थान प्रविष्टि संपादन" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2858,19 +2780,19 @@ msgid "" "the location's URL.
            " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "नाम: (&N)" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Description" msgid "Enter descriptive label here" msgstr "वर्णन" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2879,12 +2801,12 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "स्थानः (&L)" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -2893,17 +2815,17 @@ msgstr "" "यह प्रतीक स्थान फलक में प्रकट होगा.

            भिन्न प्रतीक चुनने के लिए बटन पर " "क्लिक करें.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "एक प्रतीक चुनें (&i)" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "जब इस अनुप्रयोग (%1) का इस्तेमाल करें तभी दिखाएँ (&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2911,187 +2833,194 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "स्थान" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "हटाएँ" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "ढूंढें: (&S)" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "औज़ार" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgid "Home" msgctxt "KFile System Bookmarks" msgid "Home" msgstr "घर" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: इसका दस्तावेज़ बनाएँ" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "नेटवर्क" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "कूड़ा" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "फ़ाइलें मिटाएँ" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "स्थानः" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "परिवर्धितः" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "प्रोग्राम '%1' ढूंढ नहीं सका" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "फ़ाइल या फ़ोल्डर %1 मौज़ूदनहीं है." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "पॉलिसी बदलें…. (&P)" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "मिटाएँ '%1' (&R)" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "मिटाएँ '%1' (&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "'%1' को सुरक्षित निकाल सकते हैं (&S)" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "'%1' को सुरक्षित निकाल सकते हैं (&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3099,43 +3028,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "अनमाउंटिंग" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "अनमाउन्ट" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "बाहर करें" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "उल्लेखित रिसोर्स अस्तित्व में नहीं है." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "An error occurred while accessing '%1', the system said: %2" msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' पर पहुँचने की कोशिश में एक त्रुटि हुई, तंत्र ने कहा: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' पर पहुँचने की कोशिश में एक त्रुटि हुई" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3146,27 +3075,27 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3174,92 +3103,92 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 में से %1 (%3% प्रयोग में)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "कूड़ा" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "माउन्ट" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "के साथ खोलें" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "प्रविष्टि जोड़ें…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "संपादन" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "हटाएँ" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "छुपाएँ '%1' (&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "छुपाएँ '%1' (&H)" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "सभी प्रविष्टियाँ दिखाएँ (&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "छोटा दृश्य" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3268,55 +3197,55 @@ msgctxt "" msgid "Auto Resize" msgstr "अपने आप पता लगाएँ (&D)" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ड्राइव: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "आप सिर्फ स्थानीय फ़ाइलें चुन सकते हैं." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "आप सिर्फ स्थानीय फ़ाइलें चुन सकते हैं." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "रिमोट फ़ाइलें स्वीकार्य नहीं हैं" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3327,49 +3256,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 फ़ाइल है, परन्तु एक फ़ोल्डर प्रत्याशित है." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "निवेदित तालाबंद दिया नहीं जा सकता. %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

            For " @@ -3384,44 +3287,44 @@ msgstr "" "मौज़ूदा स्थान है फ़ाइल:/home/%1 तो इस बटन पर क्लिक करने पर यह आपको फ़ाइल:/home में ले " "जाएगा
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ब्राउज़िंग इतिहास में एक स्तर पीछे जाने के लिए इस बटन को क्लिक करें." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ब्राउज़िंग इतिहास में एक स्तर आगे जाने के लिए इस बटन को क्लिक करें." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "मौज़ूदा स्थान के विषयवस्तु को फिर से लोड करने के लिए इस बटन को क्लिक करें." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "नया फ़ोल्डर बनाने के लिए इस बटन को क्लिक करें." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "प्लेस नेविगेशन फलक दिखाएँ" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "पुस्तचिन्ह दिखाएँ" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "छुपी फ़ाइलें दिखाएँ" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "विकल्प" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3431,12 +3334,12 @@ msgid "" "folders from files
          " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr " पुस्तचिन्ह " -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3446,12 +3349,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "नाम: (&N)" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "नाम बदलें (&R)" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "उपकरण नाम" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "छुपी फ़ाइलें दिखाएँ" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3460,12 +3389,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "यह इस रुप में सहेजे जाने वाले फ़ाइल का नाम है." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3474,77 +3403,83 @@ msgstr "" "फ़ाइलों को खोलने की यह सूची है. एक से अधिक फ़ाइलों को उल्लेखित किया जा सकता है, फ़ाइलों " "को स्पेस से अलग-अलग कर सूची बद्ध करके." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "यह खोले जाने वाले फ़ाइल का नाम है." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "स्थान" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "सभी मिटाकर लिखें (&v)" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "आप सिर्फ स्थानीय फ़ाइलें चुन सकते हैं." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "रिमोट फ़ाइलें स्वीकार्य नहीं हैं" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|सारे फ़ोल्डर" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "डिरेक्ट्री बनाया जा रहा है" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "खोलें (&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "फ़ाइल नाम एक्सटेंशन स्वतः चुनें (%1) (&x)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "एक्सटेंशन %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "फ़ाइल नाम एक्सटेंशन स्वतः चुनें (&x)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "एक उपयुक्त एक्सटेंशन " -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3560,47 +3495,40 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "फ़िल्टर: (&F)" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "फ़िल्टर: (&F)" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "नई फ़ाइल क़िस्में बनाएँ" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "भंडारित करें" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3609,31 +3537,30 @@ msgid "The template file %1 does not exist." msgstr "" "उल्लेखित कमांड चलाने में अक्षम. फ़ाइल या फ़ोल्डर%1 अस्तित्व में नहीं है." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "सिंबॉलिक लिंक तैयार नहीं कर सकते." + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create link to URL" msgstr "बनाएँ (&r)" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3641,7 +3568,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3649,7 +3576,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3658,74 +3585,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "एक पुरानी इकाई '%1' नाम से पहले ही मौज़ूद है. " -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "एक फ़ाइल %1 के नाम से पहले से ही मौज़ूद है." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "बनाएँ (&r)" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "उपकरण" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "नया फ़ोल्डर" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "फ़ोल्डर बना नहीं सका" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3735,53 +3670,102 @@ msgstr "" "नया फ़ोल्डर:\n" "%1 में बनाएँ" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "डिफ़ॉल्ट" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "नई फ़ाइल क़िस्में बनाएँ" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr " %1 के लिए अनुप्रयोग चुनें" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "एक प्रतीक चुनें (&i)" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "नक़ल" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "चिपकाएँ" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "के साथ खोलें" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "के साथ खोलें" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "संपादन" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "नेविगेट" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -3789,7 +3773,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "क्या आप सचमुच इस वस्तु को मिटाना चाहते हैं?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3802,6 +3786,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "स्थान" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3829,41 +3821,41 @@ msgstr "अन्य" msgid "Edit mode" msgstr "संपादन" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "स्थान नेविगेशन के लिए क्लिक करें" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "स्थान संपादन के लिये क्लिक करें" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "इस फ़ाइल को चलाने के लिए आप अधिकृत नहीं है." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "चालू किया जा रहा है %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "इस फ़ाइल को खोलने के लिए आप किसी अनुप्रयोग को चुनने के लिए अधिकृत नहीं हैं." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3891,13 +3883,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "%1 के लिए उपकरण में कोई मीडिया नहीं " -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3912,29 +3910,29 @@ msgstr "" "%1\n" " अज्ञात है." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "चालू किया जा रहा है %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "निवेदित तालाबंद दिया नहीं जा सकता. %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3945,7 +3943,7 @@ msgstr "" "%1\n" "लिंक क़िस्म का है पर कोई URL=... प्रविष्टि नहीं है." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -3957,20 +3955,20 @@ msgstr "" "फ़ाइल %1 एक चलाने लायक प्रोग्राम है. सुरक्षा के लिए इसे चलाया नहीं जाएगा." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3981,12 +3979,12 @@ msgid "" msgstr "" "उल्लेखित कमांड चलाने में अक्षम. फ़ाइल या फ़ोल्डर%1 अस्तित्व में नहीं है." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "डेस्कटॉप प्रविष्टि फ़ाइल %1 में कोई क़िस्म=... प्रविष्टि दर्ज नहीं है." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3994,12 +3992,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4081,74 +4079,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "चलाना" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "स्टीफन कुलोव" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "नई फ़ाइल के लिए वैकल्पिक नाम चुनें." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr " %1 के लिए एसीएल सेट करना" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4157,7 +4150,7 @@ msgstr "" " %1 के लिए \n" "अनुमतियाँ बदल नहीं सका." -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4166,129 +4159,38 @@ msgid "" "%1" msgstr "%1 के लिए मालिकाना बदल नहीं सकता." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "अस्थायी फ़ाइल तैयार नहीं कर सकते." + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "प्रोग्राम \"mount\" नहीं मिला" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "प्रोग्राम \"umount\" नहीं मिला" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "विस्तृत अनुमतियाँ" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "अनुमतियाँ" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "हटाएँ" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "डिरेक्ट्री" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "डिरेक्ट्री बनाया जा रहा है" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "अनुमतियाँ" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "फ़ाइल खोलने का संवाद" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "डिरेक्ट्री" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "उपकरण नाम" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ड्राइव: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "अज्ञात इंटरप्शन" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "फ़ाइल को %1 से %2 पर नक़ल नहीं कर सका. (त्रुटि क्र.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 के लिए उपकरण में कोई मीडिया नहीं " -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "दिए गए उपयोक्ता नाम %1 के लिए उपयोक्ता आईडी प्राप्त नहीं कर सका" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "दिए गए समूह नाम %1 के लिए समूह आईडी प्राप्त नहीं कर सका" @@ -4331,32 +4233,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "इस साइट पर पहुँचने के लिए आपको उपयोक्ता नाम और पासवर्ड देना होगा." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "साइटः" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "लॉगइन ठीक है" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr " %1 पर लॉगइन नहीं हो सका." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4364,7 +4266,7 @@ msgid "" "The server said: \"%1\"" msgstr "चालू किया जा रहा है %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4373,12 +4275,12 @@ msgstr "" "इससे पहले कि आपको किसी साइट पर पहुँच की अनुमति दी जाए, नीचे सूची-बद्ध किए प्रॉक्सी " "सर्वर के लिए आपको उपयोक्ता नाम तथा पासवर्ड देना होगा." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "प्रॉक्सीः" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "प्रॉक्सी प्रमाणीकरण असफल." @@ -4433,89 +4335,89 @@ msgid "" msgstr "क्या आप इस प्रमाणपत्र को हमेशा के लिए स्वीकृत करना चाहेंगे बिना पूछे?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "सर्वर प्रमाणीकरण" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 पर %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "अन्यथा, निवेदन पूरा हो गया होता." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "गुण मान निकालें" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "गुण मान नियत करें. " -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "निवेदित फ़ोल्डर बनाएँ" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर की नक़ल करें" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर खिसकाएँ" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "उल्लेखित फ़ोल्डर में ढूंढें" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर को तालाबंद करें" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर का ताला खोलें" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर को मिटाएँ" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "सर्वर केपेबिलिटी क्वेरी करें" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "उल्लेखित फ़ाइल या फ़ोल्डर के विषयवस्तुओं को निकालें" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "search in the specified folder" @@ -4523,7 +4425,7 @@ msgctxt "request type" msgid "run a report in the specified folder" msgstr "उल्लेखित फ़ोल्डर में ढूंढें" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgctxt "%1: response code, %2: request type" #| msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4531,7 +4433,7 @@ msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr " एक त्रुटि %1 हुई, %2 की कोशिश में" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format #| msgctxt "%1: request type, %2: url" #| msgid "" @@ -4543,20 +4445,20 @@ msgid "" "below." msgstr " %1 की कोशिश में एक त्रुटि हुई, %2. कारणों का संक्षिप्त निम्न है.
            " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 की कोशिश में पहुँच नकार दिया गया." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4566,28 +4468,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "निवेदित तालाबंद दिया नहीं जा सकता. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "सर्वर निवेदित क़िस्म के बॉडी समर्थित नहीं करते." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr " %1 पर अक्षम चूंकि रिसोर्स ताला बंद है." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "अन्य त्रुटि के द्वारा यह क्रिया रोकी गई." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4595,26 +4497,26 @@ msgid "" "folder." msgstr " %1 को असमर्थ चूंकि गंतव्य सर्वर ने फ़ाइल या फ़ोल्डर को स्वीकार करने से मना किया." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "उल्लेखित रिसोर्स अस्तित्व में नहीं है." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "अपलोड %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4626,16 +4528,16 @@ msgstr " एक त्रुटि %1 हुई, %2 की कोशिश म msgid "Network" msgstr "नेटवर्क" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "गलत यूआरएल %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4644,12 +4546,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4690,7 +4592,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4713,19 +4615,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "अनुमोदन संवाद " -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "पंहुच अस्वीकृत" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "प्रोटोकॉल %1 पर पहुँच के लिए आपको अनुमति नहीं है." @@ -4841,41 +4743,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4885,9 +4787,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "गणना" @@ -4896,151 +4798,239 @@ msgstr "गणना" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "चालू किया जा रहा है %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "क्या आप अपने वॉलेट फ़ाइल में पासफ्रेज भंडारित करना चाहते हैं?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "चलाना" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "खोलें (&O)" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "के साथ खोलें:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "क्या आप अपने वॉलेट फ़ाइल में पासफ्रेज भंडारित करना चाहते हैं?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Creating directory" msgid "Creating directory" msgstr "डिरेक्ट्री बनाया जा रहा है" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "स्रोत" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "गंतव्य" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "नक़ल किया जा रहा है" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Moving" msgid "Moving" msgstr "खिसकाते हुए " -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "नाम बदलें (&R)" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "कूडे में डालें" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Deleting" msgid "Deleting" msgstr "मिटाया जा रहा है" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "नाम बदलें (&R)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "कूड़ा (&T)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "फ़ोल्डर बना नहीं सका" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "फ़ोल्डर बना नहीं सका" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "फ़ोल्डर बना नहीं सका" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "नाम बदलें (&R)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "नाम बदलें (&R)" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "कूड़ा (&T)" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "फ़ोल्डर बना नहीं सका" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "फ़ोल्डर बना नहीं सका" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "फ़ोल्डर बना नहीं सका" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "नाम बदलें (&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5049,13 +5039,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "तंत्र कॉनफिगुरेशन अद्यतन किया जा रहा है" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5064,23 +5054,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "प्रविष्टि मिटाएँ" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "प्रविष्टि मिटाएँ" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5092,7 +5083,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5100,14 +5091,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "कूड़ा" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5117,7 +5108,7 @@ msgid "" "filename>" msgstr "क्या आप सचमुच इस वस्तु को मिटाना चाहते हैं?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5212,7 +5203,7 @@ msgstr "मालिक" msgid "Owning Group" msgstr "मालिक समूह" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "अन्य" @@ -5288,115 +5279,122 @@ msgstr "तंत्र कॉनफिगुरेशन अद्यतन क msgid "Updating system configuration…" msgstr "तंत्र कॉनफिगुरेशन अद्यतन किया जा रहा है." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "नाम" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "आकार" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "तारीख़ से" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "अनुमतियाँ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "मालिक" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "समूह" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "क़िस्म" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "के साथ खोलें:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "क्रियाएं" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "के साथ खोलें" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "के साथ खोलें" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "चलाना" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "के साथ खोलें:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "के साथ खोलें:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "के साथ खोलें" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "के साथ खोलें" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "अनुप्रयोग (&A)" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5404,120 +5402,137 @@ msgid_plural "%1 items" msgstr[0] "१ वस्तु" msgstr[1] "%1 वस्तुएँ" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "अज्ञात" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "रूकें" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "पर माउन्टेड:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "क़िस्मः" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "स्थानः" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "आकारः" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "बदलें... (&h)" - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "विषयसूचीः" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "के साथ खोलें:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "बदलें... (&h)" + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "स्थानः" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "आकारः" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "रूकें" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "की ओर इशाराः" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "परिवर्धितः" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "पूर्वावलोकन दिखाएँ" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "सृजितः" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "फ़ाइल तंत्र ः" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "अज्ञात होस्ट" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "पर माउन्टेड:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "परिवर्धितः" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "पहुंचाः" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "फ़ाइल सिस्टमः" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "के साथ खोलें" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "पर माउन्टेड:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "पर माउन्टेड:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "अज्ञात होस्ट" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5790,26 +5805,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "प्रयोग के आधार पर अनुप्रयोग का वर्णन भरें. उदाहरण: डायलअप अनुप्रयोग (केपीपीपी)ेहोगा " "\"डायल अप औजारl\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "वर्णनः (&D)" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "उपयोक्ता नाम: (&U)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "कोई टिप्पणी जो आप समझते हैं, उपयोगी है, यहाँ टाइप करें." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"प्रयोग के आधार पर अनुप्रयोग का वर्णन भरें. उदाहरण: डायलअप अनुप्रयोग (केपीपीपी)ेहोगा " +"\"डायल अप औजारl\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5821,7 +5847,7 @@ msgstr "टिप्पणीः (&e)" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "पहले से तय प्रॉक्सी एनवायनमेंट वेरिएबल इस्तेमाल करें (&v)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5999,7 +6025,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6011,39 +6037,61 @@ msgid "" msgstr "" "गुण सहेज नहीं सकता. आपके पास उचित पहुँच %1 पर लिखने के लिए नहीं है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "सामान्य (&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ताज़ा करें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to delete this item?" +#| msgid_plural "Do you really want to delete these %1 items?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "क्या आप सचमुच इस वस्तु को मिटाना चाहते हैं?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "अज्ञात होस्ट" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6052,152 +6100,158 @@ msgstr "" "गणना में... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "१ फ़ाइल" msgstr[1] "%1 फ़ाइलें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "१ उप फ़ोल्डर" msgstr[1] "%1 उप-फ़ोल्डर" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "गणना में... " -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "कम से कम %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "नया फ़ाइल नाम खाली है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "समर्थित फ़ाइल क़िस्मः (&S)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "अनुप्रयोग चुनें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "सृजितः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "बदलें… (&h)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "पहुंचाः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "विषयवस्तु देख व बदल सकते हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "विषयवस्तु देख सकते हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "विषयवस्तु देख व बदल सकते हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "विषयवस्तु देख सकते हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "देख/पढ़ व बदल/लिख सकते हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "अनुमतियाँ (&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "पहुँच अनुमतियाँ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "यह फ़ाइल एक लिंक है और इसमें अनुमतियां नहीं हैं." msgstr[1] "सभी फ़ाइलें लिंक हैं और इनमें अनुमतियाँ नहीं हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "सिर्फ स्वामी ही अनुमतियाँ बदल सकता है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "स्वामीः (&w)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "उल्लेखित करता है कि स्वामी के लिए कौन सी क्रियाएँ स्वीकार्य हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "समूहः (&u)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "उल्लेखित करता है कि समूह के सदस्यों के लिए कौन सी क्रियाएँ स्वीकार्य हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "अन्यः (&t)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6206,31 +6260,31 @@ msgstr "" "निर्धारित करता है कि क्रियाएँ जो सभी उपयोक्ता जो कि न तो मालिक हैं और न ही समूह में हैं, " "कार्य हेतु स्वीकृत हैं" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "सिर्फ स्वामी ही फ़ोल्डर की वस्तुओं को मिटा सकता है या नाम बदल सकता है (&e)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "फ़ाइल को प्रोग्राम की तरह चलाने की स्वीकृति के लिए इस फ्लेग को सक्षम करें." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "डिफ़ॉल्ट उपयोक्ता नामः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "चलाना" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6238,49 +6292,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "विस्तृत अनुमतियाँ (&d)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "स्वामित्व" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "उपयोक्ता:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "समूहः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "परिवर्तनों को सभी सब-फ़ोल्डर तथा उनके वस्तुओं में लागू करें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "विस्तृत अनुमतियाँ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "वर्ग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6289,22 +6343,22 @@ msgstr "" "दिखाएँ\n" "प्रविष्टियाँ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "यह फ्लेग फ़ोल्डर के वस्तुओं को देखने की स्वीकृति देता है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "पढ़ें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "रीड फ्लेग फ़ाइल की वस्तुओं को देखने की स्वीकृति देता है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6313,7 +6367,7 @@ msgstr "" "लिखें\n" "प्रविष्टियाँ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6322,43 +6376,43 @@ msgstr "" "यह फ्लैग फ़ाइलों को जोड़ने, नाम बदलने तथा मिटाने देता है. टीप लें कि स्टिकी फ्लैग के प्रयोग से " "मिटाने व नाम बदलने की प्रक्रिया सीमित हो सकती है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "लिखें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "राइट फ्लेग फ़ाइल की वस्तुओं को परिवर्धित करने की अनुमति देता है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "प्रविष्ट करें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "फ़ोल्डर में जाने की स्वीकृति के लिए इस फ्लेग को सक्षम करें." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "चलाना" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "फ़ाइल को प्रोग्राम की तरह चलाने की स्वीकृति के लिए इस फ्लेग को सक्षम करें." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "विशेष" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6367,7 +6421,7 @@ msgstr "" "विशेष फ्लेग. समस्त फ़ोल्डर के लिए वैध, फ्लेग का सटीक अर्थ दाएँ हाथ के स्तम्भ में देखा जा सकता " "है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6376,17 +6430,17 @@ msgstr "" "विशेष फ्लेग. समस्त फ़ोल्डर के लिए वैध, फ्लेग का सटीक अर्थ दाएँ हाथ के स्तम्भ में देखा जा सकता " "है." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "उपयोक्ता" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "समूह" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6394,7 +6448,7 @@ msgid "" msgstr "" "यदि यह फ्लेग नियत किया जाता है, इस फ़ोल्डर का स्वामी सभी नई फ़ाइलों का स्वामी होगा." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6403,7 +6457,7 @@ msgstr "" "यदि यह फ़ाइल एक्जीक्यूटेबल है और फ्लेग नियत किया जाता है, यह स्वामी की अनुमति से एक्जीक्यूट " "होगा." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6411,7 +6465,7 @@ msgstr "" "यदि यह फ्लेग नियत किया जाता है, इस फ़ोल्डर के समूह को सभी नई फ़ाइलों के लिए नियत किया " "जाएगा." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6420,7 +6474,7 @@ msgstr "" "यदि यह फ़ाइल एक्जीक्यूटेबल है और फ्लेग नियत किया जाता है, यह समूह की अनुमति से एक्जीक्यूट " "होगा." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6429,7 +6483,7 @@ msgstr "" "यदि फ़ोल्डर में स्टिकी फ्लैग सेट कर दिया जाएगा तो सिर्फ मालिक या रूट ही इसे मिटा या " "इसका नाम बदल सकेगा. अन्यथा प्रत्येक, जिसके पास लिखने की अनुमति है, वो ये कर सकेंगे." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6438,90 +6492,80 @@ msgstr "" "लिनक्स में फ़ाइल पर स्टिकी फ्लेग नज़रअंदाज़ किया जाता है, पर किसी तंत्र में उपयोग किया जाता " "होगा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "यूआईडी सेट करें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "जीआईडी सेट करें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "स्टिकी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "लिंक " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "परिवर्तनीय (कोई परिवर्तन नहीं)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "यह फ़ाइल उन्नत अनुमतियाँ प्रयोग में लेता है" msgstr[1] "ये फ़ाइलें उन्नत अनुमतियाँ प्रयोग में लेती हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "यह फ़ोल्डर उन्नत अनुमतियाँ प्रयोग करता है." msgstr[1] "ये फ़ोल्डर उन्नत अनुमतियाँ प्रयोग करते हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "ये फ़ाइलें विस्तृत अनुमतियाँ उपयोग करती हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "गणना में… " - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6529,57 +6573,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "नया फ़ाइल नाम खाली है." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "नया फ़ाइल नाम खाली है." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "गणना में… " + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "यूआरएल (&R)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "यूआरएल:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "सिर्फ स्थानीय फ़ाइल तंत्र पर एक्जीक्यूटेबल समर्थित हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "अनुप्रयोग (&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr " %1 के लिए फ़ाइल क़िस्म चुनें" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "एक या अधिक फ़ाइल क़िस्म जोड़ने के लिए चुनें:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "सिर्फ स्थानीय फ़ाइल तंत्र पर एक्जीक्यूटेबल समर्थित हैं." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 के लिए विस्तृत विकल्प " @@ -6687,29 +6750,34 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "पॉलिसी बदलें…. (&P)" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "फ़ाइल खोलने का संवाद" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "क्लिपबोर्ड विषयवस्तु के लिए फ़ाइल नामः" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "फ़ाइल पेस्ट करें (&P)" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "क्लिपबोर्ड सामग्री को चिपकाएँ (&P)" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6717,7 +6785,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "एक फ़ोल्डर" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6725,7 +6793,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "फ़ाइल पेस्ट करें (&P)" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6735,97 +6803,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "एक वस्तु" msgstr[1] "%1 वस्तुएँ" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "क्लिपबोर्ड सामग्री को चिपकाएँ (&P)" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "चिपकाएँ" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "डाटा फ़ॉर्मेट:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "क्लिपबोर्ड विषयवस्तु के लिए फ़ाइल नामः" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "क्लिपबोर्ड विषयवस्तु के लिए फ़ाइल नामः" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "ड्राइव: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "आकारः" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "नाम बदलें (&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "नया नाम सुझाएँ (&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "छोड़ें (&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "लिखें" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6834,26 +6914,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "सभी मिटाकर लिखें (&v)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "पुनरारंभ (&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6862,12 +6942,12 @@ msgstr "" "यह क्रिया, '%1' को अपने आपसे मिटाकर लिखेगा.\n" "कृपया एक नया फ़ाइल नाम भरें:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "जारी रखें (&o)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6877,7 +6957,7 @@ msgstr "" "यह क्रिया, '%1' को अपने आपसे मिटाकर लिखेगा.\n" "कृपया एक नया फ़ाइल नाम भरें:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6887,126 +6967,104 @@ msgstr "" "यह क्रिया, '%1' को अपने आपसे मिटाकर लिखेगा.\n" "कृपया एक नया फ़ाइल नाम भरें:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "स्रोत" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "गंतव्य" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "नया फ़ाइल नाम खाली है." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "नया फ़ाइल नाम खाली है." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "नया फ़ाइल नाम खाली है." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|सभी फ़ाइलें" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "एक पुरानी इकाई '%1' नाम से पहले ही मौज़ूद है. " -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "एक ऐसी ही फ़ाइल '%1' नाम से पहले ही मौज़ूद है. " -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "एक पुरानी इकाई '%1' नाम से पहले ही मौज़ूद है. " -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "नाम बदलें (&R)" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "नाम बदलें (&R)" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "नाम बदलें (&R)" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "नाम बदलें (&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "उपकरण नाम" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "एक फ़ाइल %1 के नाम से पहले से ही मौज़ूद है." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7015,39 +7073,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "चुने गए पहचानकारक पाठ बदलें." msgstr[1] "चुने गए पहचानकारक पाठ बदलें." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "उपकरण नाम" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "चुने गए पहचानकारक पाठ बदलें." +msgstr[1] "चुने गए पहचानकारक पाठ बदलें." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "बदलें" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "के साथ खोलें" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "बदलें" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "चुने गए पहचानकारक पाठ बदलें." +msgstr[1] "चुने गए पहचानकारक पाठ बदलें." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "भिन्न उपयोक्ता जैसे चलाएँ (&n)" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "नाम बदलें (&R)" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "नाम बदलें (&R)" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "नाम बदलें (&R)" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "डिफ़ॉल्ट उपयोक्ता नामः" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "बदलें" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "पूर्वावलोकन दिखाएँ" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "जानकारी" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "बदलें" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "बदलें" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "छोड़ें " -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7143,7 +7363,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7176,26 +7396,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -7205,52 +7447,166 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "क्या आप सचमुच इस वस्तु को मिटाना चाहते हैं?" msgstr[1] "क्या आप सचमुच इस वस्तु को मिटाना चाहते हैं?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "पीअर एसएसएल प्रमाणपत्र प्रतीत होता है कि खराब है." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "एसएसएल" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "के साथ खोलें" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "फ़ाइल तंत्र ः" + +#~ msgid "Delete Files" +#~ msgstr "फ़ाइलें मिटाएँ" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "फ़ोल्डर बना नहीं सका" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "रद्दी पर ले जाएँ" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "नाम बदलें (&R)" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "ट्रांसफ़र किया जा रहा है" + +#~ msgid "Setting ACL for %1" +#~ msgstr " %1 के लिए एसीएल सेट करना" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "विस्तृत अनुमतियाँ" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "अनुमतियाँ" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "हटाएँ" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "डिरेक्ट्री" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "अनुमतियाँ" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "फ़ाइल खोलने का संवाद" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "डिरेक्ट्री" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "उपकरण नाम" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ड्राइव: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "अज्ञात इंटरप्शन" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "पुस्तचिन्ह दिखाएँ" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "उपकरण नाम" + +#~ msgid "&Description:" +#~ msgstr "वर्णनः (&D)" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "कोई टिप्पणी जो आप समझते हैं, उपयोगी है, यहाँ टाइप करें." + +#~ msgid "&Filter:" +#~ msgstr "फ़िल्टर: (&F)" + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 फ़ाइल है, परन्तु एक फ़ोल्डर प्रत्याशित है." + #~ msgid "Is &executable" #~ msgstr "चलाने योग्य है (&e)" @@ -8263,12 +8619,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "डिफ़ॉल्ट पासवर्डः" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "डिफ़ॉल्ट" - #, fuzzy #~| msgid "%1 (%2)" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -8357,11 +8707,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 के लिए मालिकाना बदल नहीं सकता." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "फ़ाइल पेस्ट करें (&P)" -#~ msgstr[1] "%1 फ़ाइलें पेस्ट करें (&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "यूआरएल पेस्ट करें (&P)" @@ -8472,11 +8817,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr " %1 पर लिखा जाना समर्थित नहीं है." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "उपकरण नाम" - #~ msgid "&Use cache" #~ msgstr "कैश इस्तेमाल करें (&U)" @@ -8653,9 +8993,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "सिर्फ पढ़ने के लिए" -#~ msgid "File system:" -#~ msgstr "फ़ाइल सिस्टमः" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "माउन्ट पाइंट (/mnt/floppy):" @@ -9035,9 +9372,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "जब कमांड उपलब्ध हो तो बंद नहीं करें (&c)" -#~ msgid "&Username:" -#~ msgstr "उपयोक्ता नाम: (&U)" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9053,9 +9387,6 @@ msgstr "" #~ "कुकी हैंडलर सेवा प्रारंभ करने में अक्षम.\n" #~ "आपके कम्प्यूटर पर भंडारित कुकीज़ को आप प्रबंधित करने में आप सक्षम नहीं होंगे." -#~ msgid "Open with:" -#~ msgstr "के साथ खोलें:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/hr/kio6.po b/local/recipes/kde/kf6-kio/source/po/hr/kio6.po index 6161aa0b0f..38cbad9dac 100644 --- a/local/recipes/kde/kf6-kio/source/po/hr/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/hr/kio6.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2011-07-18 11:46+0200\n" -"Last-Translator: Marko Dimjašević \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-21 23:22+0200\n" +"Last-Translator: Igor Dobrača \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "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" -"X-Generator: Lokalize 1.2\n" +"X-Generator: Poedit 3.9\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -28,44 +28,36 @@ msgstr "" msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -"Anđelko Iharoš, Dario Lah, Darko Bednjanec, Denis Lackovic, Drazen Djimoti, " -"Kresimir Kalafatic, Mato Kutlić, Nikola Planinac, Robert Avilov, Robert " -"Pezer, Roko Roic, sime essert, Vedran Rodic, Vlatko Kosturjak" +"Igor Dobrača,Anđelko Iharoš,Dario Lah,Darko Bednjanec,Denis Lackovic,Drazen " +"Djimoti,Kresimir Kalafatic,Mato Kutlić,Nikola Planinac,Robert Avilov,Robert " +"Pezer,Roko Roic,sime essert,Vedran Rodic,Vlatko Kosturjak" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "lokalizacija@linux.hr" +msgstr "igor.dobraca@skole.hr,lokalizacija@linux.hr" -#: core/chmodjob.cpp:201 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: core/chmodjob.cpp:197 +#, kde-format msgid "Could not modify the ownership of file %1" -msgstr "Nije moguće promijeniti vlasništvo od %1." +msgstr "Nije se moglo mijenjati vlasništvo nad datotekom %1" -#: core/chmodjob.cpp:235 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not modify the ownership of file %1. You have " -#| "insufficient access to the file to perform the change." +#: core/chmodjob.cpp:231 +#, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"Nije moguće promijeniti vlasništvo nad datotekom %1. Nemate " -"dovoljan pristup datoteci da bi učinili promjene." +"Nije bilo moguće mijenjati vlasništvo nad datotekom %1. " +"Nemate dovoljan pristupa datoteci da biste izvršili promjenu." -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "Ne mogu stvoriti io-slave:%1" +msgstr "Nije moguće stvoriti KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " "secondarg is the filesystem type (e.g. vfat, exfat)" @@ -73,10 +65,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -"Ne mogu stvoriti simboličku vezu %1.\n" -"Molim provjerite ovlasti." +"Nije bilo moguće stvoriti simboličku poveznicu \"%1\".\n" +"Odredišni datotečni sustav (%2) ne podržava simboličke poveznice." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,8 +77,13 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"Ne mogu stvoriti \"%1\".\n" +"Odredišni datotečni sustav (%2) ne dopušta sljedeće znakove u nazivima mapa: " +"%3\n" +"Odabirom Zamijeni zamijenit ćete sve nevažeće znakove (u nazivu odredišne " +"datoteke) s crtom \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -95,35 +92,37 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"Ne mogu stvoriti \"%1\".\n" +"Odredišni datotečni sustav (%2) ne dopušta sljedeće znakove u nazivima " +"datoteka: %3\n" +"Odabirom Zamijeni zamijenit ćete sve nevažeće znakove (u nazivu odredišne " +"datoteke) s crtom \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Direktorij već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Datoteka već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Već postoji kao mapa" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Trash" +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format msgid "Trash" msgstr "Smeće" #: core/desktopexecparser.cpp:335 -#, fuzzy, kde-format -#| msgid "Error processing Exec field in %1" +#, kde-format msgid "No Exec field in %1" -msgstr "Greška prilikom obrađivanja izvršnog polja (Exec field) u %1" +msgstr "Nema izvršnog polja u %1" #: core/desktopexecparser.cpp:360 #, kde-format @@ -134,27 +133,27 @@ msgstr "Nije moguće naći program '%1'" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "Program '%1' pronađen je na '%2', ali mu nedostaju izvršne dozvole." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "Program '%1' nema izvršne dozvole." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "Sintaktička pogreška u naredbi %1 dolazi od %2" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "Terminal %1 nije pronađen dok pokušavam pokrenuti %2" #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" -msgstr "" +msgstr "Sintaktička greška u naredbi %1 pri pokušaju pokretanja %2" #: core/global.cpp:79 #, kde-format @@ -212,197 +211,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Premještanje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Izvor" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Odredište" -#: core/job.cpp:105 -#, fuzzy, kde-format -#| msgid "&Rename" +#: core/job.cpp:112 +#, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "P&romijeni ime" +msgstr "Preimenovanje" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiranje" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stvaranje direktorija" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Direktorij" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Brisanje" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datoteka" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ispitivanje" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Prenošenje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montiranje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Uređaj" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Točka montiranja" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontiranje" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "Sve datoteke" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Izbriši datoteke" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "Poništi: stvori mapu" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Premjesti u smeće" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "P&romijeni ime" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Stvori simboličku poveznicu" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Prenošenje" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -419,18 +317,14 @@ msgid "Could not start process %1." msgstr "Nije moguće pokrenuti proces %1." #: core/job_error.cpp:46 -#, fuzzy, kde-format -#| msgid "" -#| "Internal Error\n" -#| "Please send a full bug report at http://bugs.kde.org\n" -#| "%1" +#, kde-format msgid "" "Internal Error\n" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" -"Interna pogreška\n" -"Molim ispunite izvješće o grešci na http://bugs.kde.org\n" +"Unutarnja pogreška\n" +"Molimo pošaljite potpuni izvještaj o bugu na https://bugs.kde.org\n" "%1" #: core/job_error.cpp:49 @@ -748,21 +642,18 @@ msgstr "" "Molim provjerite ovlasti." #: core/job_error.cpp:214 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#, kde-format msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" -"Ne mogu stvoriti simboličku vezu %1.\n" -"Molim provjerite ovlasti." +"Nije bilo moguće stvoriti simboličku poveznicu %1.\n" +"Odredišni datotečni sustav ne podržava simboličke poveznice." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "Na disku nema dovoljno prostora za zapis %1." #: core/job_error.cpp:223 #, kde-format @@ -791,27 +682,24 @@ msgstr "" "Tražene informacije o veličini sadržaja nisu pružene za operaciju POST." #: core/job_error.cpp:240 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "Navedena datoteka ili direktorij %1 ne postoji." +msgstr "Datoteka ili mapa ne može se spustiti sama na sebe" #: core/job_error.cpp:243 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A folder cannot be moved into itself" -msgstr "Navedena datoteka ili direktorij %1 ne postoji." +msgstr "Mapa se ne može premjestiti sama u sebe" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "Komunikacija s lokalnim poslužiteljem lozinki nije uspjela" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "Ne mogu stvoriti io-slave:%1" +msgstr "Nije moguće stvoriti KIO worker. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -820,6 +708,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"Ne mogu prenijeti %1 jer je prevelik. Odredišni " +"datotečni sustav podržava samo datoteke do 4GiB" #: core/job_error.cpp:258 #, kde-format @@ -828,86 +718,90 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"Eskalacija privilegija nije potrebna jer \n" +"'%1' je u vlasništvu trenutnog korisnika.\n" +"Molimo pokušajte ponovno nakon promjene dozvola." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "Datoteka je prevelika za premještanje u smeće." #: core/job_error.cpp:264 -#, fuzzy, kde-format -#| msgid "" -#| "Unknown error code %1\n" -#| "%2\n" -#| "Please send a full bug report at http://bugs.kde.org." +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Mapa za smeće nije se mogla pronaći niti stvoriti za tu lokaciju." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -"Nepoznati kod greške %1\n" +"Nepoznati kod pogreške %1\n" "%2\n" -"Molim prijavite grešku na http://bugs.kde.org." +"Molimo pošaljite potpuni izvještaj o bugu na https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehnička pogreška: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalji zahtjeva:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Protokol: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Nadnevak i vrijeme: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Dodatne informacije: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogući uzroci:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Moguća rješenja:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -916,17 +810,17 @@ msgstr "" "Posavjetujte se sa službom za podršku ili vašim administratorom sustava ili " "sa odgovarajućom službom za pomoć." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Kontaktirajte administratora poslužitelja za daljnju pomoć." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Provjerite vaše ovlasti za pristup ovom resursu." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -934,14 +828,14 @@ msgid "" msgstr "" "Vaše ovlasti nisu dovoljne za izvršavanje traženog postupka na ovom resursu." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Datoteka je zauzeta (pa stoga i zaključana) od strane druge aplikacije." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -950,17 +844,17 @@ msgstr "" "Provjerite, možda druga aplikacija koristi datoteku, pa je zbog toga " "zaključana." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Iako malo vjerojatno, možda se dogodio kvar (greška) na uređaju." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Možda ste naišli na grešku u programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +863,7 @@ msgstr "" "Ovo je najvjerojatnije uzrokovano greškom u programu. Molimo, razmislite o " "slanju izvješća o grešci, kako je dolje navedeno." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,17 +872,8 @@ msgstr "" "Obnovite vaše programe na posljednje inačice. Distribucija koju koristite bi " "trebala imati alate za taj postupak." -#: core/job_error.cpp:402 -#, fuzzy, kde-format -#| msgid "" -#| "When all else fails, please consider helping the KDE team or the third " -#| "party maintainer of this software by submitting a high quality bug " -#| "report. If the software is provided by a third party, please contact them " -#| "directly. Otherwise, first look to see if the same bug has been submitted " -#| "by someone else by searching at the KDE " -#| "bug reporting website. If not, take note of the details given above, " -#| "and include them in your bug report, along with as many other details as " -#| "you think might help." +#: core/job_error.cpp:405 +#, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " @@ -1007,12 +892,12 @@ msgstr "" "svoje izvješće, zajedno sa svim ostalim detaljima za koje mislite da bi " "mogli pomoći." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Možda postoji problem sa vašom mrežnom vezom." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1021,7 +906,7 @@ msgstr "" "Možda postoji problem sa vašim mrežnim postavkama. To nije vjerojatno ako " "ste nedavno pristupali internetu bez teškoća." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1030,43 +915,43 @@ msgstr "" "Možda postoji problem na nekom dijelu mrežne putanje između poslužitelja i " "ovog računala." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Pokušajte ponovo, bilo sada ili kasnije." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Dogodila se greška ili nepodudarnost protokola." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Provjerite da resurs postoji i zatim probjate ponovo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Navedeno resurs možda ne postoji." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Dvaput provjerite jeste li ispravno unijeli lokaciju i zatim probajte ponovo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Provjerite stanje vaše veze s mrežom." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nemopgu otvoriti resurs za čitanje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ne " "može dohvatiti, jer nije moguće dobiti pristup za čitanje." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Moguće je da nemate dozvole za čitanje datoteke ili otvaranje mape." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nemogu otvoriti resurs za pisanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1094,32 +979,27 @@ msgstr "" "To znači da u datoteku, %1, nije moguće snimati, kako je " "zatraženo jer nemožete dobiti ovlasti pristupa istoj." -#: core/job_error.cpp:457 -#, fuzzy, kde-format -#| msgid "Cannot Initiate the %1 Protocol" +#: core/job_error.cpp:460 +#, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "Ne mogu pokrenuti protokol %1" +msgstr "Ne može se pokrenuti proces koji zahtijeva protokol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne mogu pokrenuti proces" -#: core/job_error.cpp:460 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:463 +#, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" "Program na vašem računalu, koji pruža pristup protokolu %1, " -"nije bilo moguće pokrenuti. To je obično radi tehničkih razloga." +"nije bilo moguće pokrenuti. To je obično zbog tehničkih razloga." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1130,12 +1010,12 @@ msgstr "" "nadograđen kod zadnje nadogradnje KDE-a. Zbog toga program nije usklađen sa " "sa inačicom koju koristite, pa ga nije moguće pokrenuti." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Interna Greška" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "prijavio je internu grešku." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nepravilno oblikovan URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://korisnik:zaporka@www.primjer." "org:port/mapa/datoteka.nastavak?upit=vrijednost" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nepodržani protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1177,12 +1057,12 @@ msgstr "" "Protokol %1, nije podržan od strane KDE programa koji su " "trenutno postavljeni na ovom računalu." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zahtijevani protokol nije podržan." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1191,34 +1071,28 @@ msgstr "" "Inačice protokola %1, koju podržava ovo računalo i " "poslužitelj nisu međusobno sukladne." -#: core/job_error.cpp:506 -#, fuzzy, kde-format -#| msgid "" -#| "You may perform a search on the Internet for a KDE program (called a " -#| "kioslave or ioslave) which supports this protocol. Places to search " -#| "include http://kde-apps.org/ and http://freshmeat.net/." +#: core/job_error.cpp:509 +#, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" -"Možete pretražiti Internet za KDE programe (zvane kioslave ili ioslave) koje " -"podržavaju ovaj protokol. Mjesta koja ulaze u pretragu su http://kde-apps.org/ i http://freshmeat.net/." +"Možete pretraživati internet za softverski dodatak (nazvan \"KIO worker\") " +"koji podržava ovaj protokol. Mjesta za pretraživanje uključuju https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL se ne odnosi na resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol nije filter protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniformni Resursni Lokator (URL) koji ste unijeli ne upućuje na poseban resurs." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1239,12 +1113,12 @@ msgstr "" "koristi samo u određenim situacijama, ali ovo nije jedna od njih. To se " "rijetko događa i stoga upućuje na grešku u programiranju." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nepodržani postupak: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1253,7 +1127,7 @@ msgstr "" "Zahtjevani postupak nije podržan od strane KDE programa koji opslužuje " "protokol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1263,17 +1137,17 @@ msgstr "" "Ova greška je vrlo ovisna o KDE programu. Dodatne informacije vam mogu dati " "više dostupnih podataka o KDE ulazno/izlaznoj arhitekturi." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pokušaj nalaženja drugog postupka koji bi dao isti rezultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očekivana je datoteka" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1281,34 +1155,34 @@ msgid "" msgstr "" "Zahtjev je očekivao datoteku, no direktorij %1 je pronađen." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Čini se da je greška na poslužitelju." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očekivan je direktorij" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Zahtjevan je direktorij, a nađena je datoteka %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" -msgstr "Navedeni direktorij ili datoteka ne postoji!" +msgstr "Navedeni direktorij ili datoteka ne postoji" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Navedena datoteka ili direktorij %1 ne postoji." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1316,23 +1190,23 @@ msgid "" msgstr "" "Datoteku nije bilo moguće napraviti jer već postoji datoteka istog naziva." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Pokušajte prvo premjestiti postojeću datoteku, pa onda pokušajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Izbrišite postojeću datoteku i zatim probajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Odaberite drugi naziv za novu datoteku." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1341,28 +1215,28 @@ msgstr "" "Traženi direktorij nije mogao biti napravljen jer već postoji direktorij " "istog naziva." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Pokušajte prvo premjestiti postojeću datoteku, pa onda pokušajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Izbrišite postojeću mapu i isprobajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Odaberite alternativni naziv za novi direktorij." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nepoznato računalo" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1371,60 +1245,60 @@ msgstr "" "Greška 'nepoznato računalo' govori da poslužitelja naziva %1 nije moguće naći na Internetu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Naziv koje ste upisali, %1, možda ne postoji. Možda ste ga krivo upisali." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Pristup odbijen" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Pristup nevedenom resursu %1, je odbijen." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Moguće je da ste dali neisprave podatke za provjeru identiteta (šifru) ili " "ih niste uopće unijeli." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Nemate ovlasti za pristup nevedenom resursu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Ponovite zahtjev i provjerite da ste šifru ispravno unijeli." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Pristup za zapisivanje odbijen" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "To znči da je odbijen pokušaj snimanja datoteke %1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne mogu ući u mapu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1433,17 +1307,17 @@ msgstr "" "Ovo znači da je odbijen zahtjev za ulazak u navedeni direktorij%1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Popis direktorija nije dostupan" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 nije datotečni sustav" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1453,12 +1327,12 @@ msgstr "" "Ovo znači da je napravljen zahtjev za ispisom direkotrija, a KDE program " "koji podržava ovaj protokol nije u mogućnosti ispisati ga." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Nađena ciklična veza" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1470,7 +1344,7 @@ msgstr "" "direktorija na nekim drugim mjestima. KDE je našao vezu ili niz veza koje " "tvore beskonačnu petlju. Npr. datoteka je vezana na samu sebe." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1479,27 +1353,27 @@ msgstr "" "Izbrišite dio petlje kako nebi došlo do stvaranja beskonačnih petlji i zatim " "probajte ponovo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Zahtjev prekinut od strane korisnika" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zahtjev nije ispunjen jer je prekinut." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ponovi zahtjev." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kružna veza otkrivena kod kopiranja" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1512,17 +1386,17 @@ msgstr "" "našao vezu ili niz veza koje tvore beskonačnu petlju. Npr. datoteka je " "vezana na samu sebe." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" -msgstr "Ne mogu napraviti mrežnu vezu." +msgstr "Ne mogu stvoriti mrežnu vezu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne mogu napraviti priključak" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1531,8 +1405,8 @@ msgstr "" "Ovo je zapravo tehnička greška kod koje nije moguće napraviti priključak za " "otvaranje mrežne komunikacije." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1541,12 +1415,12 @@ msgstr "" "Mrežna komunikacija možda nije ispravno podešena ili nije omogućeno mrežno " "sučelje." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" -msgstr "Odbijeno spajanje na poslužitelj." +msgstr "Odbijeno spajanje na poslužitelj" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1555,7 +1429,7 @@ msgstr "" "Poslužitelj %1 odbija dozvoliti ovom računalu otvaranje " "veze." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1564,7 +1438,7 @@ msgstr "" "Posliužitelj, iako ispravno spojen na internet, možda je podešen da ne " "dozvoli ovakve zahtjeve." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1573,7 +1447,7 @@ msgstr "" "Posliužitelj, iako ispravno spojen na internet, možda ne podržava zahtjevanu " "uslugu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1457,12 @@ msgstr "" "Izgleda da je se upleo Mrežni vatrozid (uređaj/program koji ograničava " "zahtjeve na internetu) štiteći vašu mrežu ili mrežu poslužitelja." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" -msgstr "Neočekivano prekinuta veza sa poslužiteljem." +msgstr "Neočekivano prekinuta veza sa poslužiteljem" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1471,7 @@ msgstr "" "Iako je veza bila upostavljena s %1, ona je zatvorena na " "neočekivanoj točki u komunikaciji." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1480,17 @@ msgstr "" "Dogodila se greška u protokolu, zbog čega je poslužitelj, kao odgovor na " "grešku zatvorio vezu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" -msgstr "Neipsravan URL." +msgstr "Neipsravan URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 nije filter protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lokator (URL) koji ste unijeli ne upućuje na valjan mehanizam " "pristupanja posebnom resursu, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1639,17 +1513,17 @@ msgstr "" "podržava navedeni postupak. To se rijetko događa i stoga upućuje na grešku u " "programiranju." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nemogu pokrenuti Ulazno/izlazni uređaj" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne mogu montirati uređaj" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1658,7 +1532,7 @@ msgstr "" "Zahtjevani uređaj nijemoguće pokrenuti (\"montirati\"). Prijavljena greška " "je :%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1668,7 +1542,7 @@ msgstr "" "Uređaj nije spreman, npr. možda nema medija u izmjenjivom uređaju (npr. cr-" "rom, zip) ili u slučaju vanjskog uređaja koji možda nije uključen/spojen." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1679,7 +1553,7 @@ msgstr "" "sustavima, često su potrebne privilegija administratora sustava za " "pokretanje uređaja." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1688,17 +1562,17 @@ msgstr "" "Provjerite jeli uređaj spreman; izmjenjivi uređaji/mediji i prijenosni " "uređaji moraju biti spojeni i uključeni; provjerite i zatim probajte ponovo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nemogu pokrenuti ulazno/izlazni uređaj" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne mogu demontirati uređaj" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1707,7 +1581,7 @@ msgstr "" "Traženi uređaj nije moguće zaustaviti (\"demontirati\"). Prijavljena je " "greška : %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1718,7 +1592,7 @@ msgstr "" "ili korisnika. Čak i samo jedan prozor preglednika ili sličan pogled na " "uređaj može biti razlog zauzetosti uređaja." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1729,17 +1603,17 @@ msgstr "" "ssutavima, potrebno je imati ovlasti administratora sustava za zaustavljanje " "uređaja." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Provjerite, možda neki program koristi uređaj i zatim probajte ponovo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" -msgstr "Nemogu čitati iz resursa." +msgstr "Ne mogu čitati iz resursa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1748,17 +1622,17 @@ msgstr "" "To znači da iako je resurs, %1, otvoren, greška je nastala " "kod čitanja sadržaja resursa." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Nemate ovlasti za čitanje resursa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nemogu pisati u resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1767,22 +1641,22 @@ msgstr "" "Iako možete otvoriti resurs %1, prijavljena je greška pri " "pokušaju pisanja u isti resurs." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možda nemate ovlasti za pisanje u resurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" -msgstr "Nemogu osluškivati veze s mrežom." +msgstr "Ne mogu osluškivati veze s mrežom" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ne mogu se vezati" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1793,17 +1667,17 @@ msgstr "" "komunikaciju (priljučak) nije moguće uspostaviti za slušanje dolazećih " "zahtjeva za mrežno povezivanje." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ne mogu slušati" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne mogu primiti vezu sa mreže" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1812,33 +1686,33 @@ msgstr "" "To je prilično tehnička greška kod koje dolazi do greške kada se pokuša " "primiti dolazeći zahtjev za mrežnim povezivanjem." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Nemate ovlasti za prihvat takvog mrežnog povezivanja." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" -msgstr "Ne mogu se prijaviti na: %1." +msgstr "Ne mogu se prijaviti na: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Pokušaj prijavljivanja radi zahtjevanog postupka nije bio uspješan." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nisam mogao utrvditi stanje resrusa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ne mogu pratiti resurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1847,69 +1721,69 @@ msgstr "" "Pokušaj da se odredi informacija o statusu resursa %1, kao " "naziv resursa, vrsta, veličina itd., nije uspio." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Izabrani resurs ne postoji ili nije dostupan." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nisam u stanju prekinuti ispis" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "POPRAVIME: Dokumentiraj ovo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne mogu napraviti mapu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pokušaj pravljenja traženog direktorija nije uspio." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokacija gdje se traži stvaranje direktorija, ne postoji." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne mogu ukloniti mapu" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Pokušaj uklanjanja direkotorija %1, nije uspio." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Navedeni direktorij vjerojatno ne postoji." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Navedeni direktorij vjerojatno nije prazan." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Provjerite postoji li direktorij i da li prazan, pa zatim pokušajte ponovo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne mogu nastaviti prijenos datoteke" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1918,32 +1792,32 @@ msgstr "" "Navedeni zahtjev pita da li će prijenos datoteke %1 biti " "nastavljen u određenoj točki prijenosa. Ovo nije moguće." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, ili poslužitelj ne podržava nastavljanje prijenosa." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ponovite zahtjev bez traženja nastavljanja prijenosa datoteke." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne mogu promijeniti naziv resursa" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Pokušaj preimovanja navedenog resursa %1, nije uspio." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" -msgstr "Ne mogu promijeniti ovlasti za resurs." +msgstr "Ne mogu promijeniti ovlasti za resurs" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 nije " "uspjelo." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" -msgstr "Nije moguće promijeniti vlasništvo resursa." +msgstr "Nije moguće promijeniti vlasništvo resursa" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 nije uspio." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne mogu izbrisati resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Pokušaj brisanja navedenog resursa %1, nije uspio." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočekivani prekid programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "neočekivano se prekinuo." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nema više slobodne memorije" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "nije uspio prikupiti potrebnu memoriju za nastavak." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nepoznato 'proxy' računalo" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1, naiđeno je na grešku Nepoznati host. Greška nepoznati host ukazuje " -"da zatraženo ime ne može biti locirano na Internetu." +"da zatraženi naziv ne može biti lociran na Internetu." -#: core/job_error.cpp:1046 -#, fuzzy, kde-format +#: core/job_error.cpp:1049 +#, kde-format msgid "" "There may have been a problem with your network configuration, specifically " "your proxy's hostname. If you have been accessing the Internet with no " @@ -2028,20 +1902,20 @@ msgid "" msgstr "" "Čini sa da nešto nije u redu sa vašim mrežnim postavkama, odnosno imenom " "vašeg posrednika (proxy-a). Ako ste donedavno pristupali internetu bez " -"problema, onda je vjerojatno nešto drugo uvrokovalo problem." +"problema, onda je vjerojatno nešto drugo uzrokovalo problem." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Provjerite vaše postavke posrednika (proxy-a) i probajte ponovo." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "" "Provjera vjerodostojnosti nije uspjela: Način provjeravanja %1 nije podržan" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2052,11 +1926,8 @@ msgstr "" "uspjela jer način koji ovaj poslužitelj zahtjeva nije podržan u KDE programu " "koji omogućava protokol %1." -#: core/job_error.cpp:1062 -#, fuzzy, kde-format -#| msgid "" -#| "Please file a bug at http://bugs.kde.org/" -#| " to inform the KDE team of the unsupported authentication method." +#: core/job_error.cpp:1065 +#, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." @@ -2065,17 +1936,17 @@ msgstr "" "bugs.kde.org/ da bi priopćili KDE-ovom timu o nepodržanoj metodi " "autentifikacije." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zahtjev odbijen" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interna greška na poslužitelju" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2084,7 +1955,7 @@ msgstr "" "Program na poslužitelju koji pruža pristup protokolu %1, " "prijavio je internu grešku: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2093,54 +1964,44 @@ msgstr "" "Ovo je najvjerojatnije greška u poslužitaljevu programu. Molim razmislite o " "slanju potpunog izvješća o grešci kao što je navedeno dolje." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Javite se administratoru poslužitelja i objasnite mu problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "Ako znate tko su autori poslužiteljevog programa, prijavite im grešku." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Greška – vrijeme isteklo" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Iako je ostvaren kontakt s poslužiteljem, odgovor nije primljen unutar " -"osiguranog vremena za zahtjev:
            • Vremensko ograničenje za " -"uspostavljanje veze: %1 sekundi
            • Vremensko ograničenje za primanje " -"odgovora: %2 sekundi
            • Vremensko ograničenje za pristupanje proxy " -"poslužitelju: %3 sekundi
            Molim vas da primjetite da je moguće " -"promijeniti ove postavke vremenskih ograničenja u Postavkama sustava KDE-a, " -"odabirajući Postavke mreže → Podešavanje veze." +"Iako je uspostavljen kontakt sa serverom, odgovor nije primljen u vremenu " +"predviđenom za zahtjev." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Poslužitelj je previše zauzet sa ostalim korisnicima, pa nemože odgovoriti." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nepoznata greška" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "prijavio je nepoznatu grešku: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nepoznat prekid" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, " "prijavio je prekid nepoznate vrste: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" -msgstr "Ne mogu izbrisati izvornu datoteku " +msgstr "Ne mogu izbrisati izvornu datoteku" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2179,12 +2040,12 @@ msgstr "" "na kraju operacije premještanja datoteke. Originalna datoteka %1 ne može biti izbrisana." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne mogu izbrisati privremenu datoteku" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2195,12 +2056,12 @@ msgstr "" "snimiti nova datoteka kad bude skinuta. Ova privremena datoteka %1 ne može biti izbrisana." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne mogu promijeniti naziv izvorne datoteke" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2209,12 +2070,12 @@ msgstr "" "Zatražena operacija zahtijeva preimenovanje originalne datoteke %1, no nije ju moguće preimenovati." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne mogu promijeniti naziv privremene datoteke" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2223,32 +2084,32 @@ msgstr "" "Zatražena operacija zahtjeva stvaranje privremene datoteke %1, no ne može biti stvorena." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne mogu napraviti vezu" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nemogu napraviti simboličku vezu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nije moguće napraviti simboličku vezu %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Bez sadržaja" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk je pun" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2257,7 +2118,7 @@ msgstr "" "Zahtjevanu datoteka %1 nije moguće zapisati jer nema " "dovoljno prostora na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2268,12 +2129,12 @@ msgstr "" "datoteke; 2) arhivirajte datoteke na medije kao što su CD-R diskovi i sl. ;" "ili 3) nabavite više diskovnog prostora." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Izvorna i ciljna datoteka su iste" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2282,157 +2143,145 @@ msgstr "" "Navedni postupak nije moguća završiti jer su izvorna i ciljna datoteka " "identična datoteka." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Odaberite drugačiji naziv za odredišnu datoteku." -#: core/job_error.cpp:1221 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1216 +#, kde-format msgid "File or Folder dropped onto itself" -msgstr "Navedeni direktorij ili datoteka ne postoji!" +msgstr "Datoteka ili mapa stavljena na samu sebe" -#: core/job_error.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1218 +#, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"Navedni postupak nije moguća završiti jer su izvorna i ciljna datoteka " -"identična datoteka." +"Operacija se nije mogla dovršiti jer su izvorna i odredišna datoteka ili " +"mapa iste." -#: core/job_error.cpp:1225 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1220 +#, kde-format msgid "Drop the item into a different file or folder." -msgstr "kopiranje navedene datoteke ili mape" +msgstr "Stavi stavku u drugu datoteku ili mapu." -#: core/job_error.cpp:1235 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1230 +#, kde-format msgid "Folder moved into itself" -msgstr "Navedeni direktorij ili datoteka ne postoji!" +msgstr "Mapa se premjestila sama u sebe" -#: core/job_error.cpp:1237 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1232 +#, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -"Navedni postupak nije moguća završiti jer su izvorna i ciljna datoteka " -"identična datoteka." +"Operacija se nije mogla dovršiti jer se izvor nije mogao premjestiti u sam " +"sebe." -#: core/job_error.cpp:1239 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1234 +#, kde-format msgid "Move the item into a different folder." -msgstr "kopiranje navedene datoteke ili mape" +msgstr "Premjesti stavku u drugu mapu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "Nije bilo moguće komunicirati s poslužiteljem lozinki" -#: core/job_error.cpp:1245 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1240 +#, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -"Navedni postupak nije moguća završiti jer su izvorna i ciljna datoteka " -"identična datoteka." +"Operacija nije mogla biti dovršena jer usluga za traženje lozinki " +"(kpasswdserver) nije bila dostupna" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" +"Pokušaj ponovno pokrenuti sesiju ili pogledaj u logovima ima li grešaka u " +"kiodu." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne mogu pokrenuti protokol %1" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "Ne mogu stvoriti io-slave:%1" +msgstr "Nije moguće stvoriti KIO worker" -#: core/job_error.cpp:1254 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:1249 +#, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"Program na vašem računalu, koji pruža pristup protokolu %1, " -"nije bilo moguće pokrenuti. To je obično radi tehničkih razloga." +"KIO worker koji omogućuje pristup %1 protokolu nije mogao " +"biti pokrenut. To je obično zbog tehničkih razloga." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"Klauncher nije mogao pronaći niti pokrenuti dodatak koji omogućuje protokol. " +"To znači da možda imate zastarjelu verziju dodatka." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "Ne može se prenijeti %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"Datoteka %1 se ne može prenijeti jer odredišni " +"datotečni sustav ne podržava tako velike datoteke" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" +"Formatirajte odredišni disk da koristi datotečni sustav koji podržava tako " +"velike datoteke." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentirana greška" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simbolički link na %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, link na %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Pokazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2441,12 +2290,12 @@ msgstr "" "Neispravan URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "Nije moguće odrediti vrstu datoteke za %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2455,106 +2304,108 @@ msgstr "" "Ne mogu izvući naziv izvršne datoteke iz '%1'. Molim upišite valjani naziv " "programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "%1 ne izgleda kao izvršni program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"%1 nije pronađen; molimo unesite valjanu putanju do " +"izvršnog programa." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Otvaranje veza nije podržano s protokolom %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Zatvaranje veza nije podržano protokolom %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Pristupanje datotekama nije podržano protokolom %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Pisanje u %1 nije podržano." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nema dostupnih posebnih akcija za protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Listanje mapa nije podržano protokolom %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Dohvaćanje podataka iz %1 nije podržano." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Dohvaćanje informacija o MIME vrstama iz %1 nije podržano." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Preimenovanje ili premještanje datoteka unutar %1 nije podržano." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Stvaranje simboličkih linkove nije podržano protokolom %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiranje datoteka unutar %1 nije podržano." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Brisanje datoteka iz %1 nije podržano." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Stvaranje mapa nije podržano protokolom %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Mijenjanje atributa datoteka nije podržano protokolom %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Mijenjanje vlasništva datoteka nije podržano protokolom %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Otvaranje datoteka nije podržano protokolom %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 ne podržava akciju %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2562,421 +2413,419 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Sigurnost KIO worker-a za protokol '%1', koji obično traži povišene dozvole, " +"ne može se jamčiti jer korisnici osim roota imaju dopuštenje mijenjati ga na " +"%2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nepoznati protokol '%1'." -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "Ne mogu pronaći podređeni-iu za protokol '%1'." +msgstr "Ne mogu pronaći KIO worker za protokol '%1'." -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO worker za protokol \"%1\" u %2 nije bio učitan jer se svi KIO worker " +"koji se nalaze izvan %3 i traže povišene privilegije smatraju nesigurnima." + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "Ne mogu pronaći podređeni-iu za protokol '%1'." +msgstr "" +"Ne može se stvoriti socket za pokretanje KIO worker-a za protokol '%1'." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "Ne mogu pronaći podređeni-iu za protokol '%1'." +msgstr "Ne mogu pronaći izvršnu datoteku 'kioworker' na '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalji" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Zauvijek" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Nastavi" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Samo trenutna s&jednica" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Premjesti u novu mapu" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Stvori novu mapu za ove stavke" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Niste odabrali datoteku za brisanje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nema ništa za brisanje" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Niste odabrali datoteku za bacanje u smeće." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nema ništa za bacanje u smeće" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Naveden direktorij ne postoji ili nije čitljiv." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Izbornik" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Mapa roditelj" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "Vrati se" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "Idi naprijed" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Osobna mapa" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ponovno učitaj" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Nova mapa" +msgstr "Nova mapa…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Premjesti u smeće" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Izbriši" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortiraj" -#: filewidgets/kdiroperator.cpp:2005 -#, fuzzy, kde-format -#| msgid "Site Name" +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format msgid "Sort by Name" -msgstr "Ime domene/računala" +msgstr "Sortiraj po nazivu" -#: filewidgets/kdiroperator.cpp:2011 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format msgid "Sort by Size" -msgstr "Skraćeni prikaz" +msgstr "Sortiraj po veličini" -#: filewidgets/kdiroperator.cpp:2017 -#, fuzzy, kde-format -#| msgid "By Date" +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format msgid "Sort by Date" -msgstr "Po datumu" +msgstr "Sortiraj po datumu" -#: filewidgets/kdiroperator.cpp:2023 -#, fuzzy, kde-format -#| msgid "Entry Type" +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format msgid "Sort by Type" -msgstr "Tip unosa" +msgstr "Sortiraj po vrsti" -#: filewidgets/kdiroperator.cpp:2032 -#, fuzzy, kde-format -#| msgid "Descending" +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format msgid "Ascending" -msgstr "Silazno" +msgstr "Uzlazno" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Silazno" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Prvo mape" -#: filewidgets/kdiroperator.cpp:2052 -#, fuzzy, kde-format -#| msgid "Show Hidden Files" +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format msgid "Hidden Files Last" -msgstr "Prikaži skrivene datoteke" +msgstr "Skrivene datoteke zadnje" -#: filewidgets/kdiroperator.cpp:2059 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format msgid "Icons View" -msgstr "Skraćeni prikaz" +msgstr "Prikaz ikona" -#: filewidgets/kdiroperator.cpp:2066 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format msgid "Compact View" -msgstr "Skraćeni prikaz" +msgstr "Kompaktni prikaz" -#: filewidgets/kdiroperator.cpp:2073 -#, fuzzy, kde-format -#| msgid "Detailed View" +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format msgid "Details View" msgstr "Detaljni prikaz" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Položaj ikone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Pokraj naziva datoteke" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Iznad naziva datoteke" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Skraćeni prikaz" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljni prikaz" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Prikaz kroz stablo" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljni prikaz kroz stablo" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "Dozvoli proširenja u prikazu detalja" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Prikaži skrivene datoteke" -#: filewidgets/kdiroperator.cpp:2162 -#, fuzzy, kde-format -#| msgid "Show Preview" +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format msgid "Show Preview Panel" -msgstr "Prikaži pregled" +msgstr "Prikaži okno za pretpregled" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Prikaži pregled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "Otvori mapu koja sadrži" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Svojstva" -#: filewidgets/kdiroperator.cpp:2192 -#, fuzzy, kde-format -#| msgid "&View" +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format msgid "&View Mode" -msgstr "&Prikaz" +msgstr "&View Mode" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Prvo mape" - -#: filewidgets/kdiroperator.cpp:2300 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "Prvo mape" +msgstr "Najstariji prvi" -#: filewidgets/kdiroperator.cpp:2303 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Najnovije prvo" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "Prvo mape" +msgstr "Najveći prvi" -#: filewidgets/kdiroperator.cpp:2304 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "Prvo mape" +msgstr "Najmanji prvi" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodiranje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otvori" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Spremi kao" #: filewidgets/kfilecopytomenu.cpp:71 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy To" -msgstr "Kopiraj" +msgstr "Kopiraj u" #: filewidgets/kfilecopytomenu.cpp:77 -#, fuzzy, kde-format -#| msgid "Move to Trash" +#, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "Premjesti u smeće" +msgstr "Premjesti u" #: filewidgets/kfilecopytomenu.cpp:102 -#, fuzzy, kde-format -#| msgid "Home Folder" +#, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "Osobna mapa" +msgstr "Početna mapa" #: filewidgets/kfilecopytomenu.cpp:110 -#, fuzzy, kde-format -#| msgid "1 Folder" -#| msgid_plural "%1 Folders" +#, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "%1 mapa" +msgstr "Korijenska mapa" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgid "&Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Po&traži…" +msgstr "Potraži…" #: filewidgets/kfilecopytomenu.cpp:225 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "Kopiraj" +msgstr "Kopiraj ovdje" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "" +msgstr "Premjesti ovdje" -#: filewidgets/kfilefiltercombo.cpp:42 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Sve datoteke" -#: filewidgets/kfilefiltercombo.cpp:125 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Sve podržane datoteke" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Sve datoteke" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodaj unos za Mjesta" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Uredi unose Mjesta" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2989,17 +2838,17 @@ msgstr "" "ovaj unos odnosi. Ukoliko ne unesete natips, on će se izvesti iz URL " "lokacije.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "N&atpis:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Unesite opisni natips ovdje" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3012,12 +2861,12 @@ msgstr "" "kde.org/pub/kde/stable

            Klikom na gumb pokraj polja za uređivanje " "teksta, možete otići na odgovarajuću URL adresu.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokacija:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -3026,17 +2875,17 @@ msgstr "" "Ovo je ikona koja će se pojaviti u panelu Mjesta.

            Kliknite na " "gumb da biste odabrali drugačiju ikonu.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izaberite &ikonu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Prikaži samo kad se koristi ova aplikacija (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3047,225 +2896,206 @@ msgstr "" "koristite trenutnu aplikaciju (%1).

            Ako ova postavka nije " "odabrana, unos će biti dostupan u svim aplikacijama.
            " -#: filewidgets/kfileplacesitem.cpp:210 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Places" +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format msgctxt "@item" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfileplacesitem.cpp:213 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format msgctxt "@item" msgid "Remote" -msgstr "Ukloni" +msgstr "Udaljeni" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "Nedavno" -#: filewidgets/kfileplacesitem.cpp:219 -#, fuzzy, kde-format -#| msgid "Search" +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format msgctxt "@item" msgid "Search For" msgstr "Traži" -#: filewidgets/kfileplacesitem.cpp:222 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Devices" +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format msgctxt "@item" msgid "Devices" msgstr "Uređaji" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "Izmjenjivi uređaji" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "Oznake" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (%2)" +msgstr "%1 (iz %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "Sve oznake" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Osobna mapa" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "Radna površina" -#: filewidgets/kfileplacesmodel.cpp:270 -#, fuzzy -#| msgid "FIXME: Document this" +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" -msgstr "POPRAVIME: Dokumentiraj ovo" +msgstr "Dokumenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "Preuzimanja" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Mreža" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smeće" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "Glazba" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "Slike" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "" +msgstr "Video" -#: filewidgets/kfileplacesmodel.cpp:391 -#, fuzzy -#| msgid "Delete Files" +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "Izbriši datoteke" +msgstr "Nedavne datoteke" -#: filewidgets/kfileplacesmodel.cpp:396 -#, fuzzy -#| msgid "Location:" +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "Lokacija:" - -#: filewidgets/kfileplacesmodel.cpp:419 -#, fuzzy -#| msgid "Modified:" -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "Mijenjano:" +msgstr "Nedavne lokacije" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "Mijenjane danas" -#: filewidgets/kfileplacesmodel.cpp:1091 -#, fuzzy, kde-format -#| msgid "Could not find the program '%1'" +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "Jučer modificirano" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "Nije moguće naći program '%1'" +msgstr "Nisam mogao dodati na panel Places: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format msgid "Only folders can be added to the Places panel." -msgstr "Navedena datoteka ili direktorij %1 ne postoji." +msgstr "Samo mape mogu se dodati u panel Places." -#: filewidgets/kfileplacesmodel.cpp:1362 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Podešavanje…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "&Izdanje '%1'" +msgstr "Objavljivanje…" -#: filewidgets/kfileplacesmodel.cpp:1364 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "&Izdanje '%1'" +msgstr "&Izdanje" -#: filewidgets/kfileplacesmodel.cpp:1368 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "&Sigurno ukloni '%1'" +msgstr "Sigurno uklanjanje…" -#: filewidgets/kfileplacesmodel.cpp:1370 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "&Sigurno ukloni '%1'" +msgstr "&Sigurno ukloni" -#: filewidgets/kfileplacesmodel.cpp:1375 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Unmounting" +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Demontiranje" +msgstr "Demontiranje…" -#: filewidgets/kfileplacesmodel.cpp:1377 -#, fuzzy, kde-format -#| msgid "Unmount" +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "Demonitraj" +msgstr "&Demonitraj" -#: filewidgets/kfileplacesmodel.cpp:1401 -#, fuzzy, kde-format -#| msgid "Eject" +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "Izbaci" +msgstr "&Izbaci" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Uređaj '%1' nije disk i ne može biti izbačen." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Dogodila se greška prilikom pristupanja '%1', sustav je odgovorio: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Dogodila se greška prilikom pristupanja '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "Jedna ili više datoteka na ovom uređaju otvorene su unutar aplikacije." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3274,175 +3104,169 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"Jedna ili više datoteka na ovom uređaju otvaraju se u aplikaciji " +"%2." msgstr[1] "" +"Jedna ili više datoteka na ovom uređaju otvaraju se u aplikaciji " +"%2." msgstr[2] "" +"Jedna ili više datoteka na ovom uređaju otvaraju se u aplikaciji " +"%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Formatirajte ili uredite pomoću Partition Managera" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 slobodan od %2 (%3% iskorišten)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (skriveno)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Isprazni smeće" -#: filewidgets/kfileplacesview.cpp:1209 -#, fuzzy, kde-format -#| msgid "Mount" +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monitraj" -#: filewidgets/kfileplacesview.cpp:1215 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "Otvori pomoću" +msgstr "Otvori u novoj kartici" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" -msgstr "" +msgstr "Otvori se u novom prozoru" -#: filewidgets/kfileplacesview.cpp:1227 -#, fuzzy, kde-format -#| msgid "Add Entry..." +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj unos…" -#: filewidgets/kfileplacesview.cpp:1233 -#, fuzzy, kde-format -#| msgid "Edit" +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "Uređuj" +msgstr "Ur&edi…" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "Ukloni" +msgstr "Uklanjanje iz Places" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "" +msgstr "&Sakrij" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "Sa&krij unos '%1'" +msgstr "Sakrij sekciju '%1'" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "Sa&krij unos '%1'" +msgstr "Sakrij sekciju" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Prikaži &sve unose" -#: filewidgets/kfileplacesview.cpp:1263 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "Skraćeni prikaz" +msgstr "Veličina ikone" -#: filewidgets/kfileplacesview.cpp:1383 -#, fuzzy, kde-format -#| msgid "Auto &Detect" +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "&Automatsko nalaženje" +msgstr "Automatsko mijenjanje veličine" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "Mali (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "Srednji (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 -#, fuzzy, kde-format -#| msgid "Drive: %1" +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "Pogon: %1" +msgstr "Veliki (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "Ogromni (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Možete odabrati samo jednu datoteku" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Pruženo je više od jedne datoteke" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Možete odabrati samo lokalne datoteke" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Udaljene datoteke nisu prihvatljive" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3451,117 +3275,80 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"Odabrani URL koristi nepodržanu shemu. Molimo koristite sljedeću shemu: %2" msgstr[1] "" +"Odabrani URL koristi nepodržanu shemu. Molimo koristite jednu od sljedećih " +"shema: %2" msgstr[2] "" +"Odabrani URL koristi nepodržanu shemu. Molimo koristite jednu od sljedećih " +"shema: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "Nepodržana shema URL-a" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Odabrano je više od jednog direktorija, a ovaj dijalog ne prihvaća " -"direktorije, pa zato nije moguće odlučiti u kojega treba ući. Molim " -"odaberite jedan direktorij da ga prikažem." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Pruženo je više od jednog direktorija" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Barem je jedan direktorij i jedna datoteka odabrana. Odabrane datoteke bit " -"će zanemarene, a odabrani direktorij bit će izlistan" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Odabrane su datoteke i direktoriji" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nije moguće naći datoteku \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nije moguće otvoriti datoteku" -#: filewidgets/kfilewidget.cpp:1195 -#, fuzzy, kde-format -#| msgid "" -#| "Click this button to enter the parent folder.

            For " -#| "instance, if the current location is file:/home/%1 clicking this button " -#| "will take you to file:/home.
            " +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format msgid "" "Click this button to enter the parent folder.

            For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
            " msgstr "" -"Kliknite na ovaj gumb da bi ste ušli u roditeljski direktorij.

            Na primjer, ako je trenutna lokacija file:/home/%1, klik na ovaj gumb " -"odvest će vas na file:/home.
            " +"Kliknite ovaj gumb za ulazak u roditeljsku mapu.

            Na primjer, " +"ako je trenutna lokacija file:/home/konqi, klikom na ovaj gumb odvest ćete " +"se na file:/home.
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Klik na ovaj gumb vraća na lokaciju koja je jedan korak unatrag u povijesti " "pregledavanja." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Klik na ovaj gumb pomiče jedan korak unaprijed u povijesti pregledavanja." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Klik na ovaj gumb ponovno učitava sadržaja trenute lokacije." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klik na ovaj gumb stvara novi direktorij." -#: filewidgets/kfilewidget.cpp:1206 -#, fuzzy, kde-format -#| msgid "Show Places Navigation Panel" +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format msgid "Show Places Panel" -msgstr "Prikaži navigacijski panel s Mjestima" +msgstr "Prikaži Places panel" -#: filewidgets/kfilewidget.cpp:1213 -#, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Prikaži oznake" +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "Prikaži brzi filter" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcije" -#: filewidgets/kfilewidget.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "This is the preferences menu for the file dialog. Various options can " -#| "be accessed from this menu including:
            • how files are sorted in the " -#| "list
            • types of view, including icon and list
            • showing of " -#| "hidden files
            • the Places navigation panel
            • file previews
            • separating folders from files
            " +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " "accessed from this menu including:
            • how files are sorted in the listOvo je izbornik postavki za datotečni dijalog. Iz njega možete " "pristupiti raznim opcijama uključujući:
              • način na koji su datoteke " "sortirane u listi
              • tipovi prikaza, uključujući ikone i listu
              • prikaz skrivenih datoteka
              • navigacijski panel s Mjestima
              • prikaz skrivenih datoteka
              • Places navigacijski panel
              • pregled datoteka
              • odvajanje direktorija od datoteka
              " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Oznake" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3595,12 +3382,35 @@ msgstr "" "dijalog, s njima možete raditi kao i s oznakama drugdje unutar KDE-a." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Naziv:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Poništi promjenu naziva datoteke" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Zadrži filter pri mijenjanju mapa" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtriraj po imenu…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Sakrij traku filtera" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3612,89 +3422,92 @@ msgstr "" "Ovom mogućnosti može se upravljati pritiskom na desnu tipku miša i " "odabiranjem željenog načina iz izbornika Dovršavanje teksta." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." -msgstr "Ovo je ime pod kojim će datoteka biti spremljena." +msgstr "Ovo je naziv pod kojim će datoteka biti spremljena." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -"Ovo je lista datoteka koje treba otvoriti. Više od jedne datoteke može se " -"odrediti izlistavanjem nekoliko datoteka, odvojenih razmacima. " +"Ovo je popis datoteka koje treba otvoriti. Više od jedne datoteke može se " +"specificirati nabrajanjem više datoteka, razdvojenih razmacima." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." -msgstr "Ovo je ime datoteke koja će biti otvorena." +msgstr "Ovo je naziv datoteke koja će biti otvorena." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Datoteka \"%1\" već postoji. Želite li ju prepisati?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prepisati datoteku?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Možete odabrati samo lokalne datoteke." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Udaljene datoteke nisu prihvatljive" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|Svi direktoriji" +msgstr "Sve mape" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Trenutni direktorij: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otvori" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Veličina ikone: %1 piksela" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatski odaberi datotečni &nastavak (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "dodatak %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatski odaberi datotečni &nastavak" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "prikladan nastavak" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3715,109 +3528,92 @@ msgstr "" ">
            • Ako ne definirate ekstenziju u polju %2, tada, nakon što " "klinete Spremi, %3 će biti dodano na kraj imena datoteke (ako " "datoteka još ne postoji). Ekstenzija je bazirana na tipu datoteke koju ste " -"odabrali za spremanje.

              Ako ne želite da KDE doda ekstenziju u ime " -"datoteke, možete ili ugasiti tu opciju ili ju zaobići tako da dodate točku " +"odabrali za spremanje.

              Ako ne želite da KDE doda ekstenziju " +"udatoteke, možete ili ugasiti tu opciju ili ju zaobići tako da dodate točku " "(.) na kraj imena datoteke (točka će automatski biti maknuta).
            • Ako " "niste sigurni, ostavite ovu opciju uključenom kako bi ste imali veću " "preglednost nad Vašim datotekama." -#: filewidgets/kfilewidget.cpp:2789 -#, fuzzy, kde-format -#| msgid "&Filter:" +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format msgid "&File type:" -msgstr "&Filtar:" +msgstr "&Vrsta datoteke:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" +"To je selektor vrste datoteke. Koristi se za odabir formata u kojem će " +"se datoteka spremati." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtar:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

              You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

              Wildcards such as * and ? are allowed.

              " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ovo je filtar koji se primjenjuje na listu datoteka. Imena datoteka koja " -"se ne podudaraju s filtrom neće biti prikazane.

              Možete odabrati jedan od " -"zadanih filtera iz padajućeg izbornika ili možete unijeti vlastiti filtar " -"izravno u polje za unos teksta

              Dozvoljeni su višeznačnici poput * i ?." -"

              " +"To je selektor vrste datoteke. Koristi se za odabir formata prikazanih " +"datoteka." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Stvori novu vrstu datoteke" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Unesi %1 naziv datoteke:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Žalim" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Datoteka predloška%1 ne postoji." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "Naziv za novu poveznicu:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Stvori simboličku poveznicu" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "Stvori poveznicu na URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format msgctxt "@item:inmenu Create New" msgid "%1" -msgstr "%1|/|$[gen %1]" +msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Unesite drugačiji naziv" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"Naziv %1 ne može se koristiti jer je rezerviran za " +"upotrebu operativnog sustava." -#: filewidgets/knewfilemenu.cpp:1174 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#| "default." +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" -"Naziv \"%1\" počinje točkom, stoga će taj direktorij biti skriven ukoliko se " -"ne odabere drugačije." +"Naziv %1 počinje točkom, pa će datoteka biti skrivena." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3825,136 +3621,182 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"Naziv %1 počinje razmakom, što će rezultirati time da " +"se prikazuje prije ostalih stavki pri abecednom sortiranju, među ostalim " +"mogućim neobičnostima." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "" +msgstr "Korištenje kosih crta u nazivima mapa stvara podmape, ovako:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "Korištenje kosih crta u nazivima mapa stvara podmape." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "Kose crte se ne mogu koristiti u nazivima datoteka i mapa." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "Obrnute kose crte ne mogu se koristiti u nazivima datoteka i mapa." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Stvaranje datoteke ili mape s imenom %1 nije moguće jer " +"bi se preklapalo s lokacijom početne mape korisnika." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"Započinjanje imena datoteke ili mape s tildeom se ne preporučuje jer može " +"biti zbunjujuće ili opasno pri korištenju terminala za brisanje objekata." -#: filewidgets/knewfilemenu.cpp:1305 -#, fuzzy, kde-kuit-format -#| msgid "An older item named '%1' already exists." +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "Već postoji starija stavka nazvana '%1'." +msgstr "Direktorij s nazivom %1 već postoji." -#: filewidgets/knewfilemenu.cpp:1307 -#, fuzzy, kde-kuit-format -#| msgid "A file named %1 already exists." +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "Datoteka s nazivom %1 već postoji." +msgstr "Datoteka s nazivom %1 već postoji." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Stvori novi" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Veza prema uređaju" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nova mapa" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Poništi: stvori mapu" +msgstr "Stvori novu mapu" -#: filewidgets/knewfilemenu.cpp:1499 -#, fuzzy, kde-format -#| msgid "" -#| "Create new folder in:\n" -#| "%1" +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format msgid "Create new folder in %1:" -msgstr "" -"Stvori novu mapu u:\n" -"%1" +msgstr "Stvori novu mapu u %1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Unesite naziv mape" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Zadano" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Stvori novu datoteku" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Unesite naziv datoteke" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Odaberite prilagođenu ikonu ili boju" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Odaberi drugu ikonu…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikonu možeš promijeniti kasnije u svojstvima mape." #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiraj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Zalijepi" -#: filewidgets/kurlnavigator.cpp:600 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "Otvori pomoću" +msgstr "Otvori \"%1\" u novoj kartici" -#: filewidgets/kurlnavigator.cpp:608 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "Otvori pomoću" +msgstr "Otvorite \"%1\" u novom prozoru" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Uređuj" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigiraj" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Prikaži cijelu putanju" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Želite li zaista premjestiti ovu %1 stavku u smeće?" +msgstr "Idite na bilo koju lokaciju na stazi %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3964,7 +3806,14 @@ msgstr "Više" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Idi na lokaciju na putanji" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Mjesta" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3985,118 +3834,118 @@ msgid "Other" msgstr "Ostalo" #: filewidgets/kurlnavigatortogglebutton.cpp:28 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgid "Edit mode" -msgstr "Uređuj" +msgstr "Način uređivanja" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite za navigaciju prema lokaciji" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite za uređivanje lokacije" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Niste ovlašteni za izvršavanje ove datoteke." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Pokretanje %1" -#: gui/applicationlauncherjob.cpp:181 -#, fuzzy, kde-format -#| msgid "Unable to make the service %1 executable, aborting execution" +#: gui/applicationlauncherjob.cpp:173 +#, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." -msgstr "Nije moguće učiniti uslugu %1 izvršnom, prekidanje izvođenja" +msgstr "" +"Ne mogu učiniti uslugu %1 izvršnom, prekidam izvršenje.\n" +"%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Niste ovlašteni za odabir aplikacije koja će otvoriti ovu datoteku." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" msgstr "" +"Interna pogreška: nije se moglo upitati korisnika koju aplikaciju da pokrene" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Unesena naredba je prazna" #: gui/faviconrequestjob.cpp:108 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No favicon found for %1" -msgstr "Nema medija u uređaju za %1" +msgstr "Nije pronađen favicon za %1" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "Greška pri spremanju slike u %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "Datoteka ikone prevelika, preuzimanje prekinuto" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" +"FilePreviewJob: preskačem praznu datoteku, možda je neispravan symlink: %1" #: gui/kemailclientlauncherjob.cpp:92 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No mail client found" -msgstr "Nema medija u uređaju za %1" +msgstr "Nije pronađen mail klijent" -#: gui/kprocessrunner.cpp:118 -#, fuzzy, kde-format -#| msgid "" -#| "The desktop entry of type\n" -#| "%1\n" -#| "is unknown." +#: gui/kprocessrunner.cpp:125 +#, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"Stavka na radnoj površini, tipa\n" +"Datoteka za unos na radnoj površini\n" "%1\n" -"nije poznata." +"nije valjana." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Pokretanje %1" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "Nije moguće naći datoteku \"%1\"" +msgstr "Naredba %1 nije se mogala pronaći." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "Nije pronađen emulator terminala" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "Greška pri otvaranju %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4107,80 +3956,76 @@ msgstr "" "%1\n" "je tipa veze ali nema URL… unos." -#: gui/openurljob.cpp:374 -#, fuzzy, kde-format -#| msgid "" -#| "The file %1 is an executable program. For safety it will not " -#| "be started." +#: gui/openurljob.cpp:379 +#, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -"Datoteka %1 je izvršni program. Zbog sigurnosti neće biti " -"pokrenut." +"Izvršna datoteka \"%1\" nalazi se na udaljenom datotečnom sustavu. Iz " +"sigurnosnih razloga neće biti pokrenuta." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" +"Iz sigurnosnih razloga, pokretanje izvršnih datoteka nije dopušteno u ovom " +"kontekstu." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" +"Program \"%1\" mora imati dozvolu za izvršnu datoteku prije nego što se može " +"pokrenuti." -#: gui/openurljob.cpp:451 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#: gui/openurljob.cpp:461 +#, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." -msgstr "Datoteka predloška%1 ne postoji." +msgstr "" +"Nije moguće učiniti datoteku \"%1\" izvršnom.\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Stavka datoteke na radnoj površini %1 nema Type… unos." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"Ova datoteka je nepotpuna i ne bi se trebala otvarati.\n" +"Provjerite otvorene prijave i područje obavijesti za eventualne zadatke ili " +"preuzimanja." -#: gui/openurljob.cpp:656 -#, fuzzy, kde-format -#| msgid "Cannot open file" +#: gui/openurljob.cpp:665 +#, kde-format msgid "Failed to open the file." -msgstr "Nije moguće otvoriti datoteku" +msgstr "Nisam uspio otvoriti datoteku." -#: gui/openurljob.cpp:690 -#, fuzzy, kde-format -#| msgid "The file \"%1\" could not be found" +#: gui/openurljob.cpp:699 +#, kde-format msgid "The program \"%1\" could not be launched." -msgstr "Nije moguće naći datoteku \"%1\"" +msgstr "Program \"%1\" nije mogao biti pokrenut." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file\n" -#| "%1\n" -#| "has been modified.\n" -#| "Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Datoteka \n" -"%1\n" -"je izmjenjena. \n" -"Želite li dignuti izmjene?" +"Datoteka %1je izmijenjena. Želite li učitati " +"promjene?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4188,27 +4033,24 @@ msgid "File Changed" msgstr "Datoteka mijenjana" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 -#, fuzzy, kde-format +#, kde-format msgid "Upload" -msgstr "Čitaj" +msgstr "Učitaj" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Upload" -msgstr "Ne pohranjuj" +msgstr "Ne učitavaj" #: kioexec/main.cpp:58 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#, kde-format msgid "Invalid URL: %1" -msgstr "Neispravan URL %1." +msgstr "Neispravan URL: %1" #: kioexec/main.cpp:64 -#, fuzzy, kde-format -#| msgid "Could not bind %1." +#, kde-format msgid "File not found: %1" -msgstr "Nije moguće dodijeliti vrijednost %1." +msgstr "Datoteka nije pronađena: %1" #: kioexec/main.cpp:81 #, kde-format @@ -4242,9 +4084,9 @@ msgstr "" "Želite li ju i dalje obrisati?" #: kioexec/main.cpp:242 -#, fuzzy, kde-format +#, kde-format msgid "Do Not Delete" -msgstr "Nema ništa za brisanje" +msgstr "Ne briši" #: kioexec/main.cpp:249 #, kde-format @@ -4259,73 +4101,68 @@ msgstr "" "je izmjenjena. \n" "Želite li dignuti izmjene?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Otvara udaljene fajlove, nadgleda promjene, pita za slanje" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "" +msgstr "(c) 1998.-2000., 2003. Razvojni tim KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" -msgstr "" +msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 -#, kde-format -msgid "Bernhard Rosenkraenzer" -msgstr "" - -#: kioexec/main.cpp:308 -#, kde-format -msgid "Waldo Bastian" -msgstr "" - #: kioexec/main.cpp:309 #, kde-format -msgid "Oswald Buddenhagen" -msgstr "" +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "Ponašaj se prema URL-ovima kao lokalnim datotekama i obriši ih nakon toga" -#: kioexec/main.cpp:316 -#, fuzzy, kde-format +#: kioexec/main.cpp:318 +#, kde-format msgid "Suggested file name for the downloaded file" -msgstr "Odaberite drugo ime za novu datoteku." +msgstr "Predloženi naziv datoteke za preuzetu datoteku" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Naredba koju treba izvršiti" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(i) ili lokalna(e) datoteka(e) koje se koriste za 'naredbu'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Postavljanje ACL-a za %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4334,138 +4171,47 @@ msgstr "" "Ne mogu promijeniti ovlasti za\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "Nije moguće promijeniti vlasništvo od %1." +msgstr "" +"Nisam mogao promijeniti vlasnika i grupu za\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Ne mogu otvoriti privremenu datoteku" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nije moguće pronaći program \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nije moguće pronaći program \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Napredne dozvole" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Dozvole" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Ukloni" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Direktorij" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Stvori direktorij" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Dozvole" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "Otvori upravitelja datoteka" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Direktorij" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Naziv datoteke:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Pogon: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nepoznat prekid" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nije moguće kopirati datoteku sa %1 u %2. (Broj greške: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nema medija u uređaju za %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nije moguće dobiti ID korisnika za korisničko ime %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nije moguće dobiti ID grupe za dan naziv grupe %1" @@ -4481,10 +4227,9 @@ msgid "Connected to host %1" msgstr "Spojeno na računalo %1" #: kioworkers/ftp/ftp.cpp:477 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#, kde-format msgid "%1 (Error %2)" -msgstr "%1 (%2)" +msgstr "%1 (Pogreška %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format @@ -4508,40 +4253,41 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Trebate upisati korisničko ime i zaporku za pristup ovim stranicama." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Stranica:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Prijava u redu" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne mogu se prijaviti na %1." -#: kioworkers/ftp/ftp.cpp:1036 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format msgid "" "\n" "The server said: \"%1\"" -msgstr "Pokretanje %1" +msgstr "" +"\n" +"Poruka poslužitelja: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4550,58 +4296,55 @@ msgstr "" "Trebate upisati korisničko ime i zaporku za proxy poslužitelj izlistan niže " "dolje prije nego što vam on dozvoli pristup bilo kojim stranicama." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Neuspjela autentikacija posrednika (proxy)" #: kioworkers/help/kio_help.cpp:112 -#, fuzzy, kde-format -#| msgid "There are no special actions available for protocol %1." +#, kde-format msgid "There is no documentation available for %1." -msgstr "Nema dostupnih posebnih akcija za protokol %1." +msgstr "Za %1 nema dostupne dokumentacije." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "" +msgstr "Traženje ispravne datoteke" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "" +msgstr "Priprema dokumenta" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 -#, fuzzy, kde-format -#| msgid "The requested lock could not be granted. %1" +#, kde-format msgid "The requested help file could not be parsed:
              %1" -msgstr "Zahtjevano zaključavanje nije moguće odobriti. %1" +msgstr "Tražena datoteka pomoći nije se mogla parsirati:
              %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "" +msgstr "Spremanje u predmemoriju" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "" +msgstr "Korištenje verzije iz predmemorije" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "" +msgstr "Odjeljak za pretraživanje" #: kioworkers/help/kio_help.cpp:321 -#, fuzzy, kde-format -#| msgid "Could not read file %1." +#, kde-format msgid "Could not find filename %1 in %2." -msgstr "Nije moguće čitati datoteku %1." +msgstr "Nisam uspio pronaći naziv datoteke %1 u %2." #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format @@ -4610,101 +4353,101 @@ msgid "" msgstr "Želite li uvijek primati ovaj certifikat bez traženja potvrde?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Provjera vjerodostojnosti poslužitelja" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Osim toga, zahtjev bi bio uspješan." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "dohvaćanje svojstvenih vrijednosti" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "postavljanje svojstvenih vrijednosti" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "stvori traženu mapu" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiranje navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "premještanje navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "pretraga u navedenoj mapi" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zaključavanje navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "otključavanje navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "brisanje navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "upit za mogućnosti poslužitelja" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "dohvaćanje sadržaja navedene datoteke ili mape" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "pokrenite izvještaj u navedenoj mapi" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Dogodila se neočekivana greška (%1) prilikom pokušaja %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4714,13 +4457,13 @@ msgstr "" "Dogodila se greška prilikom pokušavanja %1, %2. Sažetak razloga nalazi se " "ispod." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Pristup je odbijen prilikom %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4729,12 +4472,8 @@ msgstr "" "Resurs nije moguće stvoriti na odredištu sve dok jedna ili više privremenih " "kolekcija (direktorija) nije stvorena." -#: kioworkers/http/http.cpp:1448 -#, fuzzy, kde-format -#| msgid "" -#| "The server was unable to maintain the liveness of the properties listed " -#| "in the propertybehavior XML element or you attempted to overwrite a file " -#| "while requesting that files are not overwritten. %1" +#: kioworkers/http/http.cpp:1511 +#, kde-format msgid "" "The server was unable to maintain the liveness of the\n" "properties listed in the propertybehavior XML element\n" @@ -4742,32 +4481,34 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" -"Poslužitelj nije u mogućnosti održati navedena svojstva u propertybehavior " -"XML elementu ili ste pokušali prepisati detoteku dok zahtjevate da se te " -"datoteke na prepisuju. %1" +"Server nije uspio održati živost\n" +"svojstva navedena u XML elementu propertybehavior\n" +"ili ste pokušali prepisati datoteku dok ste tražili\n" +"da datoteke nisu prepisane.\n" +" %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Zahtjevano zaključavanje nije moguće odobriti. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Poslužutelj ne podržava ovakvu vrstu zahtjeva tijela (dokumenta)." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nije moguće %1, jer je resurs zaključan." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Postupak je spreiječen od strane druge greške." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4777,7 +4518,7 @@ msgstr "" "Nije moguće %1, jer odredišni poslužitelj odbija prihvatiti datoteku ili " "mapu." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4786,40 +4527,37 @@ msgstr "" "Odredišni resurs nema dovoljno prostora za zapis stanja resursa nakon " "izvršenja ove metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurs ne može biti izbrisan." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "slanje %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Dogodila se neočekivana greška (%1) prilikom pokušavanja %2." #: kioworkers/remote/remoteimpl.cpp:98 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Network" +#, kde-format msgid "Network" msgstr "Mreža" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format msgid "Malformed URL %1" -msgstr "Neispravan URL %1." +msgstr "Neispravan URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4827,34 +4565,29 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" +"Direktorij %1 više ne postoji, pa nije moguće vratiti ovu stavku na izvornu " +"lokaciju. Možete ili ponovno stvoriti taj direktorij i ponovno koristiti " +"operaciju vraćanja, ili povući predmet bilo gdje drugdje da ga vratite." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "Nevažeća kombinacija protokola." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 -#, fuzzy, kde-format -#| msgid "This file is a link and does not have permissions." -#| msgid_plural "All files are links and do not have permissions." +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format msgid "This file is already in the trash bin." -msgstr "Ova datoteka je poveznica i nema dozvole." +msgstr "Ova datoteka je već u kanti za smeće." #: kioworkers/trash/kio_trash_win.cpp:244 -#, fuzzy, kde-format -#| msgid "Writing to %1 is not supported." +#, kde-format msgid "not supported" -msgstr "Pisanje u %1 nije podržano." +msgstr "nije podržano" #: kioworkers/trash/kio_trash_win.cpp:253 -#, fuzzy, kde-format -#| msgid "" -#| "Internal error in server\n" -#| "%1" +#, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "" -"Interna greška na poslužitelju\n" -"%1" +msgstr "Interna pogreška u copyOrMove, nikada se ne bi smjela dogoditi" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4863,54 +4596,52 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" +"Pomoćni program za rukovanje KDE kantom za smeće\n" +"Napomena: za premještanje datoteka u smeće nemojte koristiti ktrash, već " +"\"kioclient move 'url' trash:/\"" #: kioworkers/trash/ktrash.cpp:31 #, kde-format msgid "Empty the contents of the trash" -msgstr "" +msgstr "Ispraznite sadržaj smeća" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "" +msgstr "Vratite izbrisanu datoteku na izvornu lokaciju" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" +msgstr "Smeće je puno. Ispraznite ga ili ručno uklonite stavke." #: kpasswdserver/kpasswdserver.cpp:529 -#, fuzzy, kde-format -#| msgid " Do you want to retry?" +#, kde-format msgid "Do you want to retry?" -msgstr " Želite li pokupati ponovo?" +msgstr "Želite li pokušati ponovo?" #: kpasswdserver/kpasswdserver.cpp:533 -#, fuzzy, kde-format -#| msgid "Server Authentication" +#, kde-format msgid "Retry Authentication" -msgstr "Provjera vjerodostojnosti poslužitelja" +msgstr "Ponovna autentifikacija" #: kpasswdserver/kpasswdserver.cpp:536 -#, fuzzy, kde-format -#| msgid "Retry" +#, kde-format msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Pokušaj ponovno" -#: kpasswdserver/kpasswdserver.cpp:796 -#, fuzzy, kde-format -#| msgid "Authorization Dialog" +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format msgid "Authentication Dialog" -msgstr "Dijalog autorizacije" +msgstr "Dijalog za autentifikaciju" -#: schemehandlers/telnet/ktelnetservice.cpp:52 -#, fuzzy, kde-format -#| msgid "Access Denied" +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format msgid "Access denied" -msgstr "Pristup odbijen" +msgstr "Pristup je odbijen" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemate ovlasti za pristup protokolu %1." @@ -4918,23 +4649,22 @@ msgstr "Nemate ovlasti za pristup protokolu %1." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "" +msgstr "Nisu pronađeni preferirani pružatelji pretraživanja." #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "" +msgstr "Nisu pronađeni pružatelji pretraživanja." #: urifilters/shorturi/kshorturifilter.cpp:247 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#, kde-format msgid "%1 does not have a home folder." -msgstr "Datoteka predloška%1 ne postoji." +msgstr "%1 nema početnu mapu." #: urifilters/shorturi/kshorturifilter.cpp:249 -#, fuzzy, kde-format +#, kde-format msgid "There is no user called %1." -msgstr "Program '%1' zahtjeva pristup otvaranju novčanika '%2'." +msgstr "Ne postoji korisnik nazvan %1." #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4970,7 +4700,7 @@ msgstr "Odjel:" #: widgets/certificateparty.ui:78 #, kde-format msgid "Fraud Department" -msgstr "Odjel za prijevare:" +msgstr "Odjel za prijevare" #. i18n: ectx: property (text), widget (QLabel, countryTag) #: widgets/certificateparty.ui:88 @@ -5015,56 +4745,59 @@ msgid "" "Copy and paste a checksum in the field below.
              A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"Kopirajte i zalijepite kontrolni zbroj u polje ispod.
              Kontrolni zbroj " +"obično daje web stranica s koje ste preuzeli ovu datoteku." #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "Očekivani kontrolni zbroj (MD5, SHA1, SHA256 ili SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" +"Kliknite za lijepljenje kontrolnog zbroja iz međuspremnika u polje za unos." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" -msgstr "" +msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Izračunaj" @@ -5073,141 +4806,208 @@ msgstr "Izračunaj" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "Kliknite za kopiranje kontrolnog zbroja u međuspremnik." -#: widgets/dropjob.cpp:189 -#, fuzzy, kde-format -#| msgid "Cancel Job" +#: widgets/dropjob.cpp:192 +#, kde-format msgid "C&ancel" -msgstr "Odkaži posao" +msgstr "Otk&aži" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "" +msgstr "Pre&mjesti ovdje" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "Preuzmite ov&dje" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "" +msgstr "&Kopiraj ovdje" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "" +msgstr "&Link ovdje" -#: widgets/executablefileopendialog.cpp:21 -#, fuzzy, kde-format -#| msgid "Do you wish to store the passphrase in your wallet file?" +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Pokreni" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format msgid "What do you wish to do with this file?" -msgstr "Želite li pohraniti zaporku u vašu datoteku novčanika?" +msgstr "Što želite učiniti s ovom datotekom?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ne pitaj ponovno" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otvori" -#: widgets/executablefileopendialog.cpp:34 -#, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "I&zvrši" - -#: widgets/fileundomanager.cpp:123 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "Undo Changes" -msgstr "" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otvori s %1" -#: widgets/fileundomanager.cpp:124 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +msgid "Would you like to launch this file?" +msgstr "Želite li pokrenuti ovu datoteku?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Stvaranje direktorija" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Izvor" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Odredište" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiranje" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Premještanje" -#: widgets/fileundomanager.cpp:146 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/fileundomanager.cpp:140 +#, kde-format msgid "Renaming" -msgstr "P&romijeni ime" +msgstr "Preimenovanje" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Premjesti u smeće" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Brisanje" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "P&oništi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "P&oništi: kopiranje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "P&oništi: povezivanje" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "P&oništi: premještanje" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "P&oništiti: preimenovanje" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "P&oništiti: Bacanje u smeće" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Poništi: stvori mapu" -#: widgets/fileundomanager.cpp:323 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:344 +#, kde-format msgid "Und&o: Create Folder(s)" -msgstr "Poništi: stvori mapu" +msgstr "Und&o: Stvori mape(e)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "P&oništi: stvori datoteku" -#: widgets/fileundomanager.cpp:327 -#, fuzzy, kde-format -#| msgid "Und&o: Rename" +#: widgets/fileundomanager.cpp:348 +#, kde-format msgid "Und&o: Batch Rename" -msgstr "P&oništiti: preimenovanje" +msgstr "Und&o: Preimenovanje serije" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Redo" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Redo: Kopiraj" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Redo: Link" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Redo: Move" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Redo: Preimenovanje" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Redo: Smeće" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Redo: Stvori mapu" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Redo: Stvori mapu(e)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Redo: Kreiraj datoteku" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Redo: Preimenovanje serije" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5220,48 +5020,39 @@ msgstr "" "Odbijanje kopiranja će izbrisati datoteku i sve izmjene bit će izgubljene.\n" "Jeste li sigurni da želite izbrisati %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "Poništi potvrdu o kopiranju datoteka." +msgstr "Poništi potvrdu o kopiranju datoteka" -#: widgets/jobuidelegate.cpp:229 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, fuzzy, kde-format -#| msgid "Delete Entry" -msgid "Delete Permanently" -msgstr "Izbriši unos" +"Stvarno želiš trajno izbrisati ovu stavku?%1Ova radnja se ne može poništiti." #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "Trajno izbriši" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Entry" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "Izbriši unos" +msgstr "Trajno izbriši" -#: widgets/jobuidelegate.cpp:242 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?This action cannot be undone." msgstr[0] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ovu %1 stavku?Ova se radnja ne može poništiti." msgstr[1] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ove %1 stavke?Ova se radnja ne može poništiti." msgstr[2] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ovih %1 stavki?Ova se radnja ne može poništiti." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li trajno izbrisati sve stavke iz smeća?Ova se radnja ne može poništiti." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Isprazni smeće" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" -msgstr "Želite li zaista premjestiti ovu %1 stavku u smeće?" +msgstr "" +"Želite li zaista premjestiti ovu stavku u smeće?%1" -#: widgets/jobuidelegate.cpp:278 -#, fuzzy, kde-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:279 +#, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "Želite li zaista premjestiti ovu %1 stavku u smeće?" -msgstr[1] "Želite li zaista premjestiti ovu %1 stavku u smeće?" -msgstr[2] "Želite li zaista premjestiti ovu %1 stavku u smeće?" +msgstr[0] "Želite li zaista premjestiti %1 stavku u smeće?" +msgstr[1] "Želite li zaista premjestiti ove %1 stavke u smeće?" +msgstr[2] "Želite li zaista premjestiti ovih %1 stavki u smeće?" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Dodaj…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Uređuj" +msgstr "Uredi…" #: widgets/kacleditwidget.cpp:79 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgctxt "@action:button" msgid "Delete" msgstr "Izbriši" #: widgets/kacleditwidget.cpp:227 -#, fuzzy, kde-format -#| msgid "Owner" +#, kde-format msgctxt "Unix permissions" msgid "Owner" msgstr "Vlasnik" #: widgets/kacleditwidget.cpp:231 -#, fuzzy, kde-format -#| msgid "Owning Group" +#, kde-format msgctxt "UNIX permissions" msgid "Owning Group" msgstr "Vlasnička grupa" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 -#, fuzzy, kde-format -#| msgid "Others" +#, kde-format msgctxt "UNIX permissions" msgid "Others" msgstr "Ostali" #: widgets/kacleditwidget.cpp:239 -#, fuzzy, kde-format -#| msgid "Mask" +#, kde-format msgctxt "UNIX permissions" msgid "Mask" msgstr "Maska" #: widgets/kacleditwidget.cpp:243 -#, fuzzy, kde-format -#| msgid "Named User" +#, kde-format msgctxt "UNIX permissions" msgid "Named User" msgstr "Imenovan korisnik" #: widgets/kacleditwidget.cpp:254 -#, fuzzy, kde-format -#| msgid " (Default)" +#, kde-format msgid "Owner (Default)" -msgstr " (Zadano)" +msgstr "Vlasnik (Zadano)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5405,7 +5181,7 @@ msgstr "Vlasnik" msgid "Owning Group" msgstr "Vlasnička grupa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostali" @@ -5428,12 +5204,12 @@ msgstr "Imenovana grupa" #: widgets/kacleditwidget.cpp:444 #, kde-format msgid "User: " -msgstr "Korisnik:" +msgstr "Korisnik: " #: widgets/kacleditwidget.cpp:458 #, kde-format msgid "Group: " -msgstr "Grupa:" +msgstr "Grupa: " #: widgets/kacleditwidget.cpp:596 #, kde-format @@ -5471,122 +5247,119 @@ msgstr "Efektivno" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format msgid "Updating System Configuration" -msgstr "Obnova postavki sustava." +msgstr "Ažuriranje konfiguracije sustava" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "Obnova postavki sustava." +msgstr "Ažuriranje konfiguracije sustava…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Naziv" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Size" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Dozvole" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Owner" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Vrsta" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ot&vori pomoću %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1|/|$[gen %1]" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Akcije" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Otvori pomoću" +msgstr "&Otvori mapu pomoću…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Otvori pomoću" +msgstr "&Otvori pomoću…" -#: widgets/kfileitemactions.cpp:731 -#, fuzzy, kde-format -#| msgid "&Open with %1" +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Pok&reni izvršnu datoteku" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format msgid "&Open folder with %1" -msgstr "&Otvori s %1|/|&Otvori s $[ins %1]" +msgstr "&Otvori mapu s %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otvori s %1|/|&Otvori s $[ins %1]" -#: widgets/kfileitemactions.cpp:763 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:868 +#, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "&Otvori pomoću" +msgstr "&Otvori mapu s" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgid "&Application" +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Aplikacija" +msgstr "&Ostale aplikacije…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5595,120 +5368,131 @@ msgstr[0] "%1 stavka" msgstr[1] "%1 stavke" msgstr[2] "%1 stavaka" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nepoznat" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zaustaviti" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Montiran na:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Vrsta:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Sadržaj:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Otvori pomoću:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Promijeni…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Lokacija:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Veličina:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "P&romijeni …" +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "Odredite veličinu mape" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -#| msgid "Contents:" -msgid "Content:" -msgstr "Sadržaj:" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Zaustaviti" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Prestani određivati veličinu mape" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Istražite u Filelightu" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Pokazuje na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Mijenjano:" +msgid "Show target" +msgstr "Prikaži cilj" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Stvoreno:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Datotečni sustav" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Nepoznato računalo" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Montiran na:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Mijenjano:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Pristupljeno:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Otvori pomoću" +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Datotečni sustav:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Montirano na:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Montirano iz:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Slobodan prostor:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nepoznata veličina" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5739,6 +5523,7 @@ msgstr "Izaberite naziv programa u kojemu želite otvoriti izabrane datoteke." #, kde-format msgid "Select the program you want to use to open the file
              %1
              " msgstr "" +"Odaberite program koji želite koristiti za otvaranje datoteke
              %1
              " #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5746,8 +5531,11 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" +"Odaberite program koji želite koristiti za otvaranje %1 datoteke." msgstr[1] "" +"Odaberite program koji želite koristiti za otvaranje %1 datoteke." msgstr[2] "" +"Odaberite program koji želite koristiti za otvaranje %1 datoteka." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5783,6 +5571,9 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"Upišite kako biste filtrirali aplikacije u nastavku ili odredili naziv " +"naredbe.\n" +"Pritisnite strelicu dolje za navigaciju kroz rezultate." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5802,7 +5593,7 @@ msgid "" msgstr "" "Slijedeći naredbu, možete imati nekoliko stavki koje će se zamjeniti sa " "pravim vrijednostima kad se pravi program pokrene:\n" -" %f – jedno ime datoteke\n" +" %f – jedan naziv datoteke\n" "%F – lista datoteka; upotrijebiti za aplikacije that koje mogu otvoriti " "nekoliko lokalnih datotekaodjednom\n" "%u – jedan URL\n" @@ -5814,26 +5605,23 @@ msgstr "" "%c – komentar" #: widgets/kopenwithdialog.cpp:742 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" -msgstr "Zapamti koji p&rogram otvara ovu vrstu datoteke" +msgstr "&Zapamti povezanost aplikacije za sve datoteke tipa \"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\"" -msgstr "Zapamti koji p&rogram otvara ovu vrstu datoteke" +msgstr "&Zapamti povezanost aplikacije za sve datoteke tipa \"%1\"" #: widgets/kopenwithdialog.cpp:754 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options" -msgstr "Odrednice &terminala:" +msgstr "Opcije terminala" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5848,7 +5636,7 @@ msgstr "Ne zatvaraj kad naredba izađe" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "Preuzmite više aplikacija na Discover" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5873,17 +5661,15 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 -#, fuzzy, kde-format -#| msgid "&Run in terminal" +#, kde-format msgid "Run in terminal" -msgstr "Pok&reni u terminalu" +msgstr "Pokreni u terminalu" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options:" -msgstr "Odrednice &terminala:" +msgstr "Opcije terminala:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5893,16 +5679,15 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" -"Odaberite ovu opciju ako tekst mod aplikacija nudi relevantne informacije " -"pri izlasku. Držanje terminal emulatora otvorenim dozvoljava vam da uzmete " -"ovu informaciju. " +"Provjerite ovu opciju nudi li tekstualni način rada relevantne informacije o " +"izlasku. Držanje emulatora terminala otvorenim omogućuje vam dohvat tih " +"informacija." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format -#| msgid "&Do not close when command exits" +#, kde-format msgid "Do not close when command exits" -msgstr "Ne zatvaraj kad naredba izađe" +msgstr "Ne zatvaraj kad naredba završi" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5924,15 +5709,14 @@ msgid "" msgstr "" "Označite ovu opciju ako želite pokrenuti ovu aplikaciju a drugačijim " "korisničkim identitetom. Svaki proces ima drugačiji korisnički identifikator " -"s kojim je povezan. Ovaj identifikator određuje dozvole pristupa datotekama " -"i druge dozvole. Zaporka korisnika je potrebna za korištenje ove opcije. " +"s kojim je povezan. Ovaj identifikator određuje dozvole pristupa datotekama " +"i druge dozvole. Zaporka korisnika je potrebna za korištenje ove opcije." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" +#, kde-format msgid "Run as a different user" -msgstr "Pokre&ni kao neki drugi korisnik" +msgstr "Pokreni kao neki drugi korisnik" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 @@ -5956,21 +5740,17 @@ msgstr "Unesite korisničko ime pod kojim želite pokretati ovaj program." #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "Diskretni GPU" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "Pokretanje pomoću namjenske grafičke kartice" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 -#, fuzzy, kde-format -#| msgctxt "" -#| "@title:group Title of a group that lets the user choose options regargin " -#| "program startup" -#| msgid "Startup" +#, kde-format msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" @@ -5984,16 +5764,15 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -"Odaberite ovu opciju ako želite pojasniti da je vaša aplikacija pokrenuta. " -"Ova vizualna povratna informacija se može prikazati kao pokazivač zauzetosti " -"ili u programskoj traci. " +"Označite ovu opciju ako želite jasno dati do znanja da je vaša prijava " +"započela. Ova vizualna povratna informacija može se pojaviti kao zauzeti " +"kursor ili na traci zadataka." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 -#, fuzzy, kde-format -#| msgid "Enable &launch feedback" +#, kde-format msgid "Enable launch feedback" -msgstr "&Omogućite povratnu informaciju o pokretanju" +msgstr "Omogućite povratnu informaciju o pokretanju" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -6003,33 +5782,36 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" -"Ovdje unosite ime koje želite dati programu. Ovaj program će se pojavljivati " -"pod ovim imenom u izborniku programa i u ploči." +"Ovdje unosite naziv koje želite dati programu. Ovaj program će se " +"pojavljivati pod ovim imenom u izborniku programa i u ploči." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Ovdje unosite opis ovog programa, na osnovu njegove svrhe. Na primjer: " -"Program za povezivanje na Internet (KPPP) bi bio „Alat za povezivanje na " -"Internet“." +"Ovdje upišite generički naziv aplikacije. Primjeri: aplikacija za pregled " +"slika bila bi \"Preglednik slika\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Opis:" +msgid "&Generic name:" +msgstr "&Generički naziv:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Ovdje unosite bilo koji komentar koji će možda biti koristan." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Ovdje upišite opis ove primjene, na temelju njezine upotrebe. Primjeri: " +"aplikacija za pregled slika bila bi \"Pregledavanje i uređivanje slika\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6039,24 +5821,22 @@ msgstr "&Komentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, fuzzy, kde-format -#| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" -msgstr "Morate definirati barem jednu valjanu okolišnu varijablu za proxy." +#, kde-format +msgid "Environment variables:" +msgstr "Varijable okoline:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "Unesite korisničko ime pod kojim želite pokretati ovaj program." +msgstr "Ovdje upišite naredbu za pokretanje ove aplikacije." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "Program:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -6077,22 +5857,7 @@ msgstr "Po&traži…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several place holders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "%f - a single file name\n" -#| "%F - a list of files; use for applications that can open several local " -#| "files at once\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%d - the directory of the file to open\n" -#| "%D - a list of directories\n" -#| "%i - the icon\n" -#| "%m - the mini-icon\n" -#| "%c - the caption" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -6107,27 +5872,25 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Ovdje unesite naredbu za pokretanje ovog programa.\n" +"Ovdje upišite argumente koje ćete koristiti pri pokretanju ove aplikacije.\n" "\n" -"Prateći naredbu, možete imati više simbola koji će prilikom pokretanja " -"programa biti zamjenjeni stvarnim vrijednostima:\n" -"%f – ime datoteke\n" -"%F – popis datoteka koristi se za programe koji mogu otvoriti više lokalnih " -"datoteka odjednom\n" -"%u – jedan URL\n" -"%U – popis URL-ova\n" -"%d – direktorij datoteke za otvaranje\n" -"%D – popis direktorija\n" -"%i – sličica\n" -"%m – mini sličica\n" -"%c – komentar" +"Možete imati nekoliko privremenih vrijednosti koje će biti zamijenjene " +"stvarnim vrijednostima kad se program pokrene:\n" +"\n" +"%f - jedan naziv datoteke\n" +"%F - popis datoteka (za aplikacije koje mogu otvoriti više datoteka " +"istovremeno)\n" +"%u - jedan URL\n" +"%U - popis URL-ova\n" +"%i - ikona .desktop datoteke\n" +"%c - naziv .desktop datoteke\n" +"%k - lokacija .desktop datoteke" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "FIXME: Document this" +#, kde-format msgid "&Arguments:" -msgstr "POPRAVIME: Dokumentiraj ovo" +msgstr "&Argumenti:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) @@ -6262,53 +6025,67 @@ msgstr[2] "Svojstva za %1 odabranih objekata" #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "Podijeli" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not save properties. You do not have sufficient access to write " -#| "to %1." +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" -"Ne mogu spremiti svojstva. Nemate dozvolu pisanja u %1." +"Nije bilo moguće spremiti svojstva zbog nedovoljnog pristupa pisanju za:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Općenito" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Unesite naziv datoteke" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "Istražite u %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Osvježi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" -msgid "%1:" -msgstr "%1|/|$[gen %1]" +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Unesite ciljnu lokaciju" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 -#, fuzzy, kde-format -#| msgid "Unknown Host" +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Prikaži %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format msgctxt "@info:status" msgid "Unknown size" -msgstr "Nepoznato računalo" +msgstr "Nepoznata veličina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6317,8 +6094,8 @@ msgstr "" "Izračunavanje… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6326,8 +6103,8 @@ msgstr[0] "%1 datoteka" msgstr[1] "%1 datoteke" msgstr[2] "%1 datoteka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6335,99 +6112,91 @@ msgstr[0] "%1 podmapa" msgstr[1] "%1 podmape" msgstr[2] "%1 podmapa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 -#, fuzzy, kde-format -#| msgid "Calculating..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format msgid "Calculating...\n" -msgstr "Računam…" +msgstr "Izračunavam…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 -#, fuzzy, kde-format -#| msgid "At least %1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format msgid "At least %1\n" -msgstr "Najmanje %1 " +msgstr "Najmanje %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novi naziv datoteke je prazan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 -#, fuzzy, kde-format -#| msgid "&Supported file types:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format msgid "No registered file type" -msgstr "&Podržani tipovi datoteka:" +msgstr "Nema registriranog tipa datoteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 -#, fuzzy, kde-format -#| msgid "Choose Application" +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format msgid "No associated application" -msgstr "Odaberite aplikaciju" +msgstr "Nema povezane aplikacije" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 -#, fuzzy, kde-format -#| msgid "Created:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "Stvoreno:" +msgstr "Stvori…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 -#, fuzzy, kde-format -#| msgid "C&hange..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "P&romijeni …" +msgstr "Promijeni…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Accessed:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Promijenite zadanu aplikaciju za otvaranje datoteka tipa \"%1\"." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" -msgstr "Pristupljeno:" +msgstr "Nema pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" -msgstr "" +msgstr "Može samo gledati" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#, fuzzy -#| msgid "Can View & Modify Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "Može pregledavati i mijenjati sadržaj" +msgstr "Može vidjeti i mijenjati" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "Može pregledavati sadržaj" +msgstr "Može samo pregledavati sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Može pregledavati i mijenjati sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "Može pregledavati sadržaj" +msgstr "Može samo pregledavati/čitati sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Može pregledavati/čitati i mijenjati/pisati" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Ovlasti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Ovlasti pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6435,70 +6204,66 @@ msgstr[0] "Ova datoteka je poveznica i nema dozvole." msgstr[1] "Sve ove datoteke su poveznice i nemaju dozvole." msgstr[2] "Sve ove datoteke su poveznice i nemaju dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." -msgstr "Samo vlasnik može promjeniti ovlasti " +msgstr "Samo vlasnik može promijeniti ovlasti." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Vlasnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Opisuje posupke koji su dozvoljeni vlasniku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Opisuje postupke koji su dozvoljeni članovima grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Os&talo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" "Opisuje postupke koji su dozvoljeni svim korisnicima, koji nisu niti " -"vlasnici niti članovi grupe. " +"vlasnici niti članovi grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Samo vlasnik mož&e promijeniti naziv i izbrisati sadržaj mape" +msgstr "Samo vlasnik mož&e brisati ili preimenovati sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Omogući ovo da se dozvoli izvršavanje datoteke kao programa." +msgstr "Omogući ovo da se dozvoli izvršavanj&e datoteke kao programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Uobičajeno korisničko ime:" +msgstr "Izbriši ili preimenuj:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "E&xecute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "I&zvrši" +msgstr "Izvrši:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6509,7 +6274,7 @@ msgstr "" "sadržanim datotekama i mapama. Ostali korisnici mogu samo dodati nove " "datoteke, što zahtijeva dozvolu 'mijenjanje sadržaja'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6518,42 +6283,42 @@ msgstr "" "Omogućite ovu opciju da bi označili datoteku kao izvršni program. To ima " "smisla samo za programe i skripte, te je potrebno kada ih želite izvršavati." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Napre&dne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Vlasništvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Korisnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Primijeni promjene na sve poddirektorije i njihov sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Razred" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6562,22 +6327,22 @@ msgstr "" "Prikaz\n" "zapisa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ova zastavica omogućava pregledavanje sadržaja direktorija." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Čitaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Zastavica \"čitaj\" omogućuje pregled sadržaja datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6586,7 +6351,7 @@ msgstr "" "Pisanje\n" "zapisa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6596,43 +6361,43 @@ msgstr "" "Zapamtite da se brisanje i promjena imena može ograničiti korištenjem " "Ljepljivih zastavica." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Zapiši" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." -msgstr "Piši zastavica dozvoljava mijenjanje sadržaja datoteke. " +msgstr "Zastavica Write omogućuje izmjenu sadržaja datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ulazak" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Podigni zastavicu za pristup mapi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Izvrši" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Omogući ovo da se dozvoli izvršavanje datoteke kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Posebno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6641,7 +6406,7 @@ msgstr "" "Specijalna privilegija. Važi za cijeli direktorij, točno značenje " "privilegije možete vidjeti u desnom stupcu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6649,17 +6414,17 @@ msgid "" msgstr "" "Specijalna opcija. Stvarno značenje opcije može se vidjeti u desnoj kolumni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Korisnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6668,7 +6433,7 @@ msgstr "" "Ako je ova zastavica postavljena, vlasnik ove mape biti će vlasnik svih " "novih datoteka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6677,7 +6442,7 @@ msgstr "" "Ako je ova datoteka izvršna i postavljena je zastavica, bit će pokrenutasa " "privilegijama vlasnika." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6685,7 +6450,7 @@ msgstr "" "Ako je ova zastavica postavljena, grupa ove mape biti će korištena za sve " "nove datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6694,7 +6459,7 @@ msgstr "" "Ako je ova datoteka izvršna i zastavica je postavljena, bit ćepokrenuta sa " "dozvolama grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6704,50 +6469,50 @@ msgstr "" "brisati ili mijenjati nazive datoteka. U suprotnom to mogu svi sa ovlašću " "pisanja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -"Sticky zastavica na datoteci je ignorirana na Linuxu, ali se moždakoristi na " -"drugim sustavima " +"Sticky zastavica na datoteci se ignorira na Linuxu, ali se može koristiti na " +"nekim sustavima" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Postavljanje UID-a" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Postavljanje GID-a" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Ljepljivo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Promijenjljiv (Bez promjene)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "Ova datoteka koristi napredne dozvole." +msgstr[0] "Ova datoteka koristi napredne dozvole" msgstr[1] "Ove datoteke koriste napredne dozvole." msgstr[2] "Ove datoteke koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6755,108 +6520,118 @@ msgstr[0] "Ova mapa koristi napredne dozvole." msgstr[1] "Ove mape koriste napredne dozvole." msgstr[2] "Ove mape koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ove datoteke koriste napredne privilegije." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "Ko&ntrolni zbroj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Računam…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "Nevažeći kontrolni zbroj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "Zadani ulaz nije valjani kontrolni zbroj MD5, SHA1 ili SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "Kontrolni zbrojevi se podudaraju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "" +msgstr "Izračunati kontrolni zbroj i očekivani kontrolni zbroj se podudaraju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

              Checksums do not match.

              This may be due to a faulty download. Try re-" "downloading the file.
              If the verification still fails, contact the " "source of the file." msgstr "" +"

              Kontrolni zbrojevi se ne podudaraju.

              To može biti zbog pogrešnog " +"preuzimanja. Pokušaj ponovno preuzeti datoteku.
              Ako provjera i dalje ne " +"uspije, kontaktirajte izvor datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "" +msgstr "Izračunati kontrolni zbroj i očekivani kontrolni zbroj razlikuju se." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "Provjeravam kontrolni zbroj…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Kontrolni zbrojevi svih datoteka su identični." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Odabrane datoteke imaju različite kontrolne zbrojeve." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Izračunavam…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 -#, fuzzy, kde-format -#| msgid "Only executables on local file systems are supported." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "Podržano je pokretanje samo lokalnih izvršnih datoteka." +msgstr "" +"Nisam mogao spasiti postavke. Podržavaju se samo unosi na lokalnim " +"datotečnim sustavima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikacija" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodaj tip datoteke za %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Odaberite jedan ili više tipova datoteke koje želite dodati:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Podržano je pokretanje samo lokalnih izvršnih datoteka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Napredne postavke za %1" @@ -6876,7 +6651,7 @@ msgstr "Predmet" #, kde-format msgctxt "The authority that issued the SSL certificate" msgid "Issuer" -msgstr "Izdavatelj:" +msgstr "Izdavatelj" #: widgets/ksslinfodialog.cpp:82 #, kde-format @@ -6944,40 +6719,38 @@ msgstr "%1 do %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "Pretražite '%1' pomoću" #: widgets/kurifiltersearchprovideractions.cpp:85 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" +#, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" -msgstr "%1|/|$[gen %1]" +msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Configure..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Podešavanje…" +msgstr "Konfigurirajte web prečace…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dijalog za otvoranje datoteke" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Naziv datoteke za sadržaj odlagališta:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "zalijepljena datoteka" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Zalijepite sadržaj međuspremnika" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6987,132 +6760,132 @@ msgstr "" "podataka više nije prihvatljiv. Molim da kopirate ponovno ono što želite " "zalijepiti." -#: widgets/paste.cpp:262 -#, fuzzy, kde-format +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "%1. Mapa" +msgstr "Zalijepi jednu mapu" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "&Paste File" -#| msgid_plural "&Paste %1 Files" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "Zalije&pi %1 datoteku" +msgstr "Zalijepi jednu datoteku" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Zalijepi %1 stavku" +msgstr[1] "Zalijepi %1 stavke" +msgstr[2] "Zalijepi %1 stavki" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "&Zalijepi sadržaje odlagališta" +msgstr "Zalijepite sadržaj međuspremnika…" -#: widgets/paste.cpp:270 -#, fuzzy, kde-format -#| msgid "Paste" +#: widgets/paste.cpp:258 +#, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Zalijepi" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "Format datuma:" +msgstr "Format podataka:" -#: widgets/pastejob.cpp:71 -#, fuzzy, kde-format -#| msgid "Filename for clipboard content:" -msgid "Filename for dropped contents:" +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" msgstr "Naziv datoteke za sadržaj odlagališta:" -#: widgets/renamedialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Date: %1" -msgstr "Pogon: %1" +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "Naziv datoteke za ispušteni sadržaj:" #: widgets/renamedialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Size:" -msgid "Size: %1" -msgstr "Veličina:" +#, kde-format +msgid "Date: %1" +msgstr "Datum: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "Veličina: %1" + +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Primijeni na &sve" -#: widgets/renamedialog.cpp:230 -#, fuzzy, kde-format -#| msgid "" -#| "Files and folders will be copied into the existing directory, alongside " -#| "its existing contents.\n" -#| "You will be prompted again in case of a conflict with an existing file in " -#| "the directory." +#: widgets/renamedialog.cpp:280 +#, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Datoteke i mape bit će kopirane u bilo koji postojeći direktorij zajedno s " -"postojećim sadržajem.\n" -"Sustav će vas opet tražiti potvrdu ukoliko dođe do sukoba s postojećom " -"datotekom u direktoriju." +"Kada je ovo označeno, pritisnuti gumb će se primijeniti na sve sljedeće " +"sukobe mapa za ostatak trenutnog zadatka.\n" +"Osim ako ne pritisnete Preskoči, i dalje ćete biti upitani u slučaju sukoba " +"s postojećom datotekom u direktoriju." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" +"Kada se to označi, pritisnuta tipka primjenjuje se na sve sljedeće sukobe do " +"kraja trenutnog posla." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "P&romijeni ime" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Predloži novi &naziv" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pre&skoči" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -"Ne kopiraj niti ne premještaj ovu mapu, umjesto toga preskoći na sljedeću " -"stavku." +"Nemojte kopirati niti premještati ovu mapu, već preskočite na sljedeću stavku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -"Ne kopiraj niti ne premještaj ovu datoteku, umjesto toga preskoći na " -"sljedeću stavku." +"Nemojte kopirati niti premještati ovu datoteku, već preskočite na sljedeću " +"stavku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Upiši u" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7125,26 +6898,27 @@ msgstr "" "Sustav će vas opet tražiti potvrdu ukoliko dođe do sukoba s postojećom " "datotekom u direktoriju." -#: widgets/renamedialog.cpp:269 -#, fuzzy, kde-format -#| msgid "Overwrite File?" +#: widgets/renamedialog.cpp:319 +#, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "Prepisati datoteku?" +msgstr "&Prebriši starije datoteke" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" +"Odredišne datoteke koje imaju starija vremena izmjena bit će prepisane od " +"strane izvora, inače preskočene." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7153,185 +6927,308 @@ msgstr "" "Ovaj postupak će prepisati '%1' samim sobom.\n" "Molim Vas, unesite novi naziv datoteke:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "Ova radnja će pisati preko odredišta." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "Ova radnja će pisati preko odredišta." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Izvor" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Odredište" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is more recent." -msgstr "Oprez, odredište je novije." - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is older." -msgstr "Oprez, odredište je novije." - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "Želite li prebrisati odredište?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "Želite li spojiti sadržaj '%1' u '%2'?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "Izvor je noviji." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "Izvor je stariji." + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "Oprez, odredište je novije." +msgstr "Izvor je manji za %1.." -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "the extension %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "dodatak %1" +msgstr "Izvor je veći za %1.." -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "Novi naziv datoteke je prazan." +msgstr "Datoteke su identične." -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "Novi naziv datoteke je prazan." +msgstr "Datoteke izgledaju identično." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "Novi naziv datoteke je prazan." +msgstr "Datoteke su različite." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"Datoteke su vjerojatno identične: iste su veličine, a sadržaj im je isti na " +"početku, sredini i kraju." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Usporedi datoteke" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Već postoji starija stavka nazvana '%1'." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Slična datoteka naziva %1 već postoji." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Već postoji novija stavka naziva '%1'." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Preimenuj:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "P&romijeni ime" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "P&romijeni ime" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "P&romijeni ime" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "Preimenujte stavku %1 u:" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Datoteka nazvana %1 već postoji." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nije valjan naziv datoteke." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Preimenujte %1 izabranu stavku u:" +msgstr[1] "Preimenujte %1 izabrane stavke u:" +msgstr[2] "Preimenujte %1 izabrane stavke u:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# će biti zamijenjeno rastućim brojevima koji počinju s:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "Naziv datoteke:" +msgstr "Novi naziv #" -#: widgets/renamefiledialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Change the selected identifier text." -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Promijeni odabrani identifikaciski tekst." -msgstr[1] "Promijeni odabrani identifikaciski tekst." -msgstr[2] "Promijeni odabrani identifikaciski tekst." - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +"Nevažeći naziv datoteke: Novi naziv trebao bi sadržavati jedan niz #, osim " +"ako sve datoteke nemaju različite ekstenzije." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Preimenujte %1 izabranu stavku:" +msgstr[1] "Preimenujte %1 izabrane stavke:" +msgstr[2] "Preimenujte %1 izabrane stavke:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zamjena:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Uzorak" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "S:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zamjena" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nijedan naziv datoteke ne sadrži uzorak." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Zamjena \"%1\" praznom zamjenom uzrokovala bi da %2 ima " +"prazan naziv datoteke." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Preimenujte %1 izabranu stavku:" +msgstr[1] "Preimenujte %1 izabrane stavke:" +msgstr[2] "Preimenujte %1 izabrane stavke:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Dodaj tekst:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Tekst za dodati" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Prije naziva datoteke" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Nakon naziva datoteke" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Preimenovanje stavke" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Preimenovanje stavki" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "P&reimenovanje" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Kako preimenovati:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Nabrojiti" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zamjeni tekst" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Dodaj tekst" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pregled:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 se ne može preimenovati u prazan naziv datoteke." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacije" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zamijeni" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Pokušaj ponovno" -#: widgets/skipdialog.cpp:60 -#, fuzzy, kde-format -#| msgid "Replace" +#: widgets/skipdialog.cpp:61 +#, kde-format msgid "Replace All" -msgstr "Zamijeni" +msgstr "Zamijeni sve" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskoči" -#: widgets/skipdialog.cpp:71 -#, fuzzy, kde-format -#| msgid "Skip" +#: widgets/skipdialog.cpp:72 +#, kde-format msgid "Skip All" -msgstr "Preskoči" +msgstr "Preskoči sve" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 @@ -7415,7 +7312,7 @@ msgstr "" "Udaljeni poslužitelj nije poslao ni jedan SSL certifikat.\n" "Odustajem jer identitet poslužitelja ne može biti utvrđen." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7425,26 +7322,19 @@ msgstr "" "\n" #: widgets/widgetsaskuseractionhandler.cpp:234 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Stvarno želiš trajno izbrisati ovu stavku?%1Ova radnja se ne može poništiti." #: widgets/widgetsaskuseractionhandler.cpp:240 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this %1 item?This action cannot be undone." msgstr[0] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ovu %1 stavku?Ova se radnja ne može poništiti." msgstr[1] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ove %1 stavke?Ova se radnja ne može poništiti." msgstr[2] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Želite li zaista trajno izbrisati ove %1 stavke?Ova se radnja ne može poništiti." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Smeće je prepuno da bi se prihvatila ova datoteka. Trajno ga izbrisati " +"umjesto toga?%1Ova radnja se ne može poništiti." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Smeće je prepuno da bi primilo ovu %1 datoteku. Želite li je umjesto toga " +"trajno izbrisati?Ova se radnja ne može " +"poništiti." +msgstr[1] "" +"Smeće je prepuno da bi primilo ove %1 datoteke. Želite li ih umjesto toga " +"trajno izbrisati?Ova se radnja ne može " +"poništiti." +msgstr[2] "" +"Smeće je prepuno da bi primilo ove %1 datoteke. Želite li ih umjesto toga " +"trajno izbrisati?Ova se radnja ne može " +"poništiti." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Smeće nije dostupno za lokaciju ove stavke. Trajno ga izbrisati umjesto toga?" +"%1Ova " +"radnja se ne može poništiti." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Smeće nije dostupno za lokaciju ove %1 stavke. Trajno ga izbrisati umjesto " +"toga? Ova radnja se ne može poništiti." msgstr[1] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Smeće nije dostupno za lokaciju ove %1 stavke. Trajno ga izbrisati umjesto " +"toga? Ova radnja se ne može poništiti." msgstr[2] "" -"Želite li trajno obrisati sve stavke iz vašeg otpada? Ova radnja ne može " -"biti poništena." +"Smeće nije dostupno za lokaciju ovih %1 stavki. Trajno ga izbrisati umjesto " +"toga? Ova radnja se ne može poništiti." -#: widgets/widgetsaskuseractionhandler.cpp:288 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Želite li zaista premjestiti ovu %1 stavku u smeće?" -msgstr[1] "Želite li zaista premjestiti ovu %1 stavku u smeće?" -msgstr[2] "Želite li zaista premjestiti ovu %1 stavku u smeće?" +msgstr[1] "Želite li zaista premjestiti ove %1 stavke u smeće?" +msgstr[2] "Želite li zaista premjestiti ove %1 stavke u smeće?" -#: widgets/widgetsaskuseractionhandler.cpp:343 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" -msgstr "Ne pitaj ponovno" +msgstr "Nemoj više pitati" -#: widgets/widgetsaskuseractionhandler.cpp:386 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format msgctxt "@option:check" msgid "Do not ask again" -msgstr "Ne pitaj ponovno" +msgstr "Nemoj više pitati" -#: widgets/widgetsaskuseractionhandler.cpp:412 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "Ne pitaj ponovno" +msgstr "Ne pokazuj više ovu poruku" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Čini se da je SSL potvrda treće osobe pokvarena." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 -#, fuzzy, kde-format -#| msgctxt "Warning about executing unknown .desktop file" -#| msgid "Warning" +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Upozorenje" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ovo će pokrenuti program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ako ne vjerujete ovom programu, kliknite Prekinuti" +#~ msgid "Open With:" +#~ msgstr "Otvori pomoću:" + +#~ msgid "File System:" +#~ msgstr "Datotečni sustav:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Pokreni izvršne datoteke bez pitanja" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Otvorite izvršne datoteke u zadanoj aplikaciji bez da pitate" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Zapamtite za sve izvršne datoteke" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "To možete poništiti pod \"Potvrde\" u postavkama Dolphin upravitelja " +#~ "datoteka." + +#~ msgid "Delete Files" +#~ msgstr "Izbriši datoteke" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Poništi: stvori mapu" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Premjesti u smeće" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "P&romijeni ime" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Prenošenje" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Postavljanje ACL-a za %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Napredne dozvole" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Dozvole" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Ukloni" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Direktorij" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Dozvole" + +#, fuzzy +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "Otvori upravitelja datoteka" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Direktorij" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Naziv datoteke:" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Pogon: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nepoznat prekid" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Prikaži oznake" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Datoteka mijenjana" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Ovdje unosite bilo koji komentar koji će možda biti koristan." + +#~ msgid "Do not ask again" +#~ msgstr "Ne pitaj ponovno" + +#~ msgid "&Filter:" +#~ msgstr "&Filtar:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

              You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

              Wildcards such as * and ? are allowed." +#~ "

              " +#~ msgstr "" +#~ "Ovo je filtar koji se primjenjuje na listu datoteka. Imena datoteka " +#~ "koja se ne podudaraju s filtrom neće biti prikazane.

              Možete odabrati " +#~ "jedan od zadanih filtera iz padajućeg izbornika ili možete unijeti " +#~ "vlastiti filtar izravno u polje za unos teksta

              Dozvoljeni su " +#~ "višeznačnici poput * i ?.

              " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Odabrano je više od jednog direktorija, a ovaj dijalog ne prihvaća " +#~ "direktorije, pa zato nije moguće odlučiti u kojega treba ući. Molim " +#~ "odaberite jedan direktorij da ga prikažem." + +#~ msgid "More than one folder provided" +#~ msgstr "Pruženo je više od jednog direktorija" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Barem je jedan direktorij i jedna datoteka odabrana. Odabrane datoteke " +#~ "bit će zanemarene, a odabrani direktorij bit će izlistan" + +#~ msgid "Files and folders selected" +#~ msgstr "Odabrane su datoteke i direktoriji" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
              • Timeout for establishing a connection: %1 seconds
              • Timeout " +#~ "for receiving a response: %2 seconds
              • Timeout for accessing proxy " +#~ "servers: %3 seconds
              Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Iako je ostvaren kontakt s poslužiteljem, odgovor nije primljen unutar " +#~ "osiguranog vremena za zahtjev:
              • Vremensko ograničenje za " +#~ "uspostavljanje veze: %1 sekundi
              • Vremensko ograničenje za " +#~ "primanje odgovora: %2 sekundi
              • Vremensko ograničenje za " +#~ "pristupanje proxy poslužitelju: %3 sekundi
              Molim vas da " +#~ "primjetite da je moguće promijeniti ove postavke vremenskih ograničenja u " +#~ "Postavkama sustava KDE-a, odabirajući Postavke mreže → Podešavanje veze." + #~ msgid "Is &executable" #~ msgstr "I&zvršno" @@ -8758,12 +8849,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite Prekinuti" #~ msgstr[1] "%1 dana %2" #~ msgstr[2] "%1 dana %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Upozorenje" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -8825,12 +8910,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite Prekinuti" #~ msgid "Default Web &search keyword:" #~ msgstr "Uobičajena šifra:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Zadano" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -9085,12 +9164,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite Prekinuti" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nije moguće promijeniti vlasništvo od %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Zalije&pi %1 datoteku" -#~ msgstr[1] "Zalije&pi %1 datoteke" -#~ msgstr[2] "Zalije&pi %1 datoteka" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Zalijepi %1 URL" @@ -9226,9 +9299,6 @@ msgstr "Ako ne vjerujete ovom programu, kliknite Prekinuti" #~ msgid "unmounting is not supported by wince." #~ msgstr "Sustav wince ne podržava demontiranje." -#~ msgid "File name:" -#~ msgstr "Naziv datoteke:" - #, fuzzy #~| msgid "" #~| "

              Cache

              This module lets you configure your cache settings.\n" "Language-Team: en_US \n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Njemóžach wobsydnika změnić za dataju %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,13 +42,13 @@ msgstr "" "Njemóžach wobsydnika dataje %1 změnić. Waše přistupne prawa " "njedosahaja za přewjedźenje tuteje změny." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Njemóžach io-slave stworić: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Njemóžach symboliski link %1 stworić.\n" "Cilowy datajowy system (%2) symboliske linki njepodpěruje." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -70,7 +70,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,23 +80,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Zapisk hižo eksistuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Dataja hižo eksistuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Eksistuje hižo jako zapisk" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Papjernik" @@ -197,191 +197,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Přesuwam" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Žórło" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cil" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "Přemjenować" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopěruju" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stworju zapisk" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Zapisk" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Wumazam" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Dataja" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Wobhladuju sej" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Přenjesu" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montuju" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Grat" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Cil montowanja" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Wotmontuju" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Dataje kopěrować" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dataje zničić" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Zapisk stworić" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Objekty přesunyć" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Přemjenować" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Symboliski wotkaz (symlink) stworić" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Daty přenjesć" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -782,6 +688,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -796,65 +707,65 @@ msgstr "" "%2\n" "Prošu pósćel połnu rozprawu wo zmylku na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(njeznate)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Techniska přičina:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Nadrobnosće naprašowanja:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protokol: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Datum a čas: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Dodatna informacija: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Móžna přičina:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Móžne rozrisanje:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(njeznate)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -863,48 +774,48 @@ msgstr "" "Skontaktujće so z administratorom systema abo ze support-skupinu dalšeje " "pomocy dla." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Skontaktujće so z administratorom servera dalšeje pomocy dla." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Přepruwujće swoje přistupne prawa na tutej resursy." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "Twoje přistupne prawa su snano njedosahace za tutu akciju." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Dataja so snano wot druheho wužiwarja abo programa wužiwa a je tuž blokowana." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "Přepruwuj, hač njeje druhi program abo wužiwar blokował." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Hačrunjež njeje to prawdźepodobne, je so snadź hardwareowy zmylk stał." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Snadź sće na zmylk w programje storčili." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -913,7 +824,7 @@ msgstr "" "Wina je najskerje programowy zmylk. Prošu posćel kompletnu rozprawu wo " "zmylku." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -922,7 +833,7 @@ msgstr "" "Instalujće najnowšu wersiju programa. waša distribucija by dyrbjała " "wotpowědne update-móžnosće k dispoziciji stajiła." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -950,12 +861,12 @@ msgstr "" "připisajće prošu horjeka podatu informaciju do swojeje rozprawy wo zmylku a " "podajće tak wjele dalšeje informacije, kaž maće za spomožnu." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Snano maće problem ze swojim zwiskom na syć." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -965,7 +876,7 @@ msgstr "" "poslednim času problemy z přistupom na internet byli, njeje to " "prawdźepodobne." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -974,42 +885,42 @@ msgstr "" "Najskerje je něhdźe po puću mjez serverom a tutym computerom problem ze " "zwiskom." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Spytajće hišće raz, pak hnydom pak pozdźišo." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Protokolowy zmylk abo njekompatibelnosć je so wujewiła." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Přepruwuj, hač resursa eksistuje, a spytajće hišće raz." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Mjenowana resursa snano njeeksistuje." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Přepruwuj, hač sće městno prawje zapodali a spytajće hišće raz." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Přepruwujće zwisk ze syću." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Njemóžu resursu wočinić za čitanje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "njeje móhła wobstarać, dokelž nimaće prawo čitanja." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Snano nimaće prawo dataju čitać abo zapisk wočinić." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Njemóžu resursu wočinić za pisanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1037,18 +948,18 @@ msgstr "" "To rěka, zo so do pominaneje dataje abo zapiska %1 njeje " "móhło pisać, dokelž nimaće prawo pisanja." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Njemóžu protokol %1 přihotować" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Njemóžu proces startować" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1, " "njeje so startować móhł. To ma zwjetša techniske přičiny." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1073,12 +984,12 @@ msgstr "" "wašim poslednim aktualizowanjom KDE sobu aktualizował. Jako sćěh móže " "program z tutej wersiju njekompatibelny być a njehodźi so startować." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Nutřkowny zmylk" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 je na nutřkowny zmylk storčił." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Njekorektny format URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://wužiwar:hesło@www.heksempl.org:port/zapisk/" "dataja.ekstensija ?wariabla=hódnota" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Njepodpěrany protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1119,12 +1030,12 @@ msgstr "" "Protokol %1 so wot KDE-programow, kiž su tuchwilu " "instalowane, njepodpěruje." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Pominany protokol so najskerje njepodpěruje." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1133,7 +1044,7 @@ msgstr "" "Wersije protokola %1, kiž tutón computer podpěruje, najskerje njejsu " "kompatibelne k tym, kiž server poskića." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1150,24 +1061,24 @@ msgstr "" "kde.com/\">http://apps.kde.com/ a http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL njewotkazuje na resursu." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filtrowy protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "URL, kiž sće zapodali, njewotkazuje na specifisku resursu." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1179,12 +1090,12 @@ msgstr "" "specifikowany protokol pak hodźi so jenož za tajke pady. To je rědki pad a " "pokazuje najskerje na zmylk programa." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Njepodpěrowana akcija %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1193,7 +1104,7 @@ msgstr "" "Pominana akcija so njepodpěruje wot KDE-programa, kiž implementuje protokol " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1203,17 +1114,17 @@ msgstr "" "Tutón zmylk wotwisuje wot KDE-programa. Dodatna informacija dyrbjała ći " "wjace informacije dać, hač steji I/O-architekturje k dispoziciji." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pytaj hinašu móžnosć samsny cil dócpěć." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Sym z dataju ličił" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1221,17 +1132,17 @@ msgid "" msgstr "" "Akcija je dataju wočakowała, je pak zapisk %1 namakała." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "To móže być zmylk ze strony servera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Sym ze zapiskom ličił" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1239,17 +1150,17 @@ msgid "" msgstr "" "Akcija je zapisk wočakowała, je pak dataju %1 namakała." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Dataja abo zapisk njeeksistujetej" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Specifikowana dataja abo zapisk %1 njeeksistuje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1258,22 +1169,22 @@ msgstr "" "Pominana dataja so njeje stworiła, dokelž dataja z tajkim mjenom hižo " "eksistuje." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Přesuń aktualnu dataju a spytaj potom hišće raz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Znič aktualnu dataju a spytaj hišće raz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Wubjerće sej hinaše pomjenowanje za nowu dataju." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1282,27 +1193,27 @@ msgstr "" "Pominany zapisk so njeje stworił, dokelž zapisk z tajkim mjenom hižo " "eksistuje." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Přesuńće aktualny zapisk a spytajće potom hišće raz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Zničće aktualny zapisk a spytajće hišće raz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Wubjerće sej hinaše pomjenowanje za nowy zapisk." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Njeznaty host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1311,46 +1222,46 @@ msgstr "" "Zmylk \"Njeznaty host\" praji, zo so server z mjenom %1 " "njehodźeše w interneće namakać." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Mjeno, kiž sće zapodali, %1, snadź njeeksistuje; snano je so wopak zapodało." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Přistup wotpokazany" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Přistup k specifikowanej resursy %1 je so wotpokazał." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Daty za awtentifikaciju móhli być wopak abo faluja." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Waš account snadź njedowoli přistup k pominanej resursy." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Spytaj hišće raz a přepruwujće,hač je awtentifikacija korektna." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Pospyt pisanja wotpokazany" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1358,12 +1269,12 @@ msgid "" msgstr "" "To rěka, zo so wam njeje dowoliło, do dataje %1 pisać." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Njemóžu do zapiska hić" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1372,17 +1283,17 @@ msgstr "" "To rěka, zo je so pospyt zapisk %1 wočinić (do njeho hić), " "wotpokazał." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Čitanje zapiska njeje móžne" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 njeje datajowy system" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1392,12 +1303,12 @@ msgstr "" "To rěka, zo je so spytało wobsah zapiska čitać, a KDE-program, kiž tutón " "protokol podpěruje, njeje móhł akciju wuwjesć." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cykliski link namakał" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1409,34 +1320,34 @@ msgstr "" "wotkaz namakał, kiž rezultuje w bjezkónčnym wotkazowanju, to rěka, zo je " "dataja (přez někotre mjezystacije) na sebje wotkazała." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "Znič jedyn z linkow a spytaj hišće raz." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Akcija wot wužiwarja přetorhnjena" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Akcija so njeje zakónčiła, dokelž je ju wužiwar přetorhnył." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Spytaj hišće raz." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Cykliski link při kopěrowanju namakał" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1448,17 +1359,17 @@ msgstr "" "wotkaz namakał, kiž rezultuje w bjezkónčnym wotkazowanju, to rěka, zo je " "dataja (přez někotre mjezystacije) na sebje wotkazała." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Njemóžach syćowy zwisk nastajić" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Njemóžach socket stworić" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1467,8 +1378,8 @@ msgstr "" "To je chětro techniski zmylk: trěbny device za komunikaciju w syći so njeje " "móhł stworić." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1477,19 +1388,19 @@ msgstr "" "Syćowe zwiski móhli być njekorektnje konfigurowane, abo syćowy interface " "njeje zapnjety." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Zwisk ze serverom wotpokazany" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Server %1 je zwisk z tutym computerom wotpokazał." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1498,7 +1409,7 @@ msgstr "" "Server, hačrunjež na internet přizamknjeny, snadź njeje konfigurowany, zo by " "tajke akcije dowolił." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1506,7 +1417,7 @@ msgid "" msgstr "" "Server, hačrunjež na internet přizamknjeny, snadź njepodpěruje service (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1514,12 +1425,12 @@ msgid "" "preventing this request." msgstr "Firewall (pak na wašim boku pak na boku servera) móže akciji haćić." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Zwisk ze serverom njejapcy přetorhnjeny" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1528,7 +1439,7 @@ msgstr "" "Hačrunjež bě so zwisk z %1 natwarił, je so komunikacija " "njewočakowanje přetorhnyła." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1537,17 +1448,17 @@ msgstr "" "Snadź je so protokolowy zmylk stał, a server je na tutón zmylk z " "přetorhnjenjom zwiska reagował." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Njekorektna URL-resursa" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 njeje filtrowy protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 dóstać." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1569,17 +1480,17 @@ msgstr "" "specifikowany protokol pak njehodźi so jenož za tajke pady. To je rědki pad " "a pokazuje najskerje na zmylk programa." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Njemóžu I/O-device přihotować" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Njemóžach device montować" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1588,7 +1499,7 @@ msgstr "" "Pominany grat njehodźeše so přihotować (\"montować\"). Zmylk bě: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1599,7 +1510,7 @@ msgstr "" "pod.), abo w padźe periferneho/nošneho devicea, wón snadź njebě prawje " "přizamknjeny." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1609,7 +1520,7 @@ msgstr "" "Nimaće prawa grat přihotować (\"montować\"). Na UNIXowych systemach trjebaš " "husto prawa administratora za tajke něšto." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1618,17 +1529,17 @@ msgstr "" "Přepruwujće,hač je grat hotowy: w CD-ROMje dyrbi CD tčeć, scannery, ćišćaki " "atd. dyrbja być přizamknjene a zaswěćene. Potom spytaj hišće raz." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Njemóžach I/O-device deinicializować" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Njemóžach grat wotmontować" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1637,7 +1548,7 @@ msgstr "" "Pominany grat njehodźeše so deinicializować (\"wotmontować\"). Zmylk bě: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1648,7 +1559,7 @@ msgstr "" "trjeba. Samo wočinjene wokno browsera, kiž pokazuje městno na tutym graće, " "móže tutón zmylk wuwołać." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1658,18 +1569,18 @@ msgstr "" "Snadź nimaće prawa grat deinicializować (\"wotmontować\"). Na UNIXowych " "systemach trjebaš husto prawa administratora za tajke wěcy." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Přepruwujće,hač žane programy tutón grat njewužiwaja, a spytaj hišće raz." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Njemóžu resursu čitać" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1678,17 +1589,17 @@ msgstr "" "To rěka, zo bě drje móžno resursu %1 wočinić, při čitanju " "pak je so zmylk stał." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Snadź nimaće prawa z tuteje resursy čitać." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Njemóžu na resursu pisać" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1697,22 +1608,22 @@ msgstr "" "To rěka, zo bě drje móžno resursu %1 wočinić, při pisanju " "pak je so zmylk stał." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Snadź nimaće prawa na resursu pisać." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Njemóžach za syćowy zwisk dóstać" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Njemóžach wjazać" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1722,17 +1633,17 @@ msgstr "" "To je chětro techniski zmylk, kiž rěka, zo njebě móžno, grat za syćowe " "komunikacije (tak mj. socket) nastajić za zwiski wot wonka." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Njemóžach słuchać" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Njemóžach syćowy zwisk akceptować" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1741,33 +1652,33 @@ msgstr "" "To je chětro techniski zmylk, kiž rěka, zo je so zmylk stał při akceptowanju " "syćoweho zwiska wot wonka." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Snadź nimaće prawa zwisk akceptować." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Njemóžach so přizjewić: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Pospyt přizjewjenja, zo by pominanu akciju wuwjedł, njeje so poradźił." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Njemóžach staw resursy zwěsćić" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Njemóžach staw resursy zwěsćić" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1776,68 +1687,68 @@ msgstr "" "Pospyt, informaciju wo resursy %1 zwěsćić, na př. mjeno, " "typ, wulkosć, njeje so poradźił." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Pominana resursa snadź njeeksistuje abo njesteji k dispoziciji." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Njemóžach słuchanje přetorhnyć" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Njemóžach zapisk stworić" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pospyt, pominany zapisk stworić, so njeje poradźił." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Městno, hdźež měješe so zapisk stworić, snadź njeeksistuje." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Njemóžach zapisk zničić" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Pospyt, zapisk %1 zničić, njeje so poradźił." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Pominany zapisk snadź njeeksistuje." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Pominany zapisk snadź njebě prózdny." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Přepruwujće,hač zapisk eksistuje a hač je prózdny, a spytaj hišće raz." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Njemóžach z transferom dataje pokročować" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1846,33 +1757,33 @@ msgstr "" "Bě so pominało, zo by so z transferom dataje %1 wot wěsteho " "městna sem pokročowało. To njebě móžno." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokol abo server snadź njepodpěruje přestawanje a pokročowanje transfera." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Spytaj akciju hišće raz bjez pokročowanja stareho transfera." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Njemóžach resursu přemjenować" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Pospyt, resursu %1 přemjenować, njeje so poradźił." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Njemóžach prawa resursy změnić" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 změnić, njeje so " "poradźił." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Njemóžach wobsydstwo resursy změnić" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 změnić, njeje so poradźił." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Njemóžach resursu zničić" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Pospyt, resursu %1 zničić, njeje so poradźił." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Njewočakowany kónc programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokol, je " "so njejapcy přetorhnył." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Pomjatk njedosaha" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokol, " "njemóžeše telko pomjatka dóstać, kaž bě trěbne." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Njeznaty proxy" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -1992,17 +1903,17 @@ msgstr "" "Prošu ropraw pola http://bugs.kde.org/ " "wo tutym zmylku." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Pominanje cofnjene" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Nutřkowny zmylk w serveru" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2011,7 +1922,7 @@ msgstr "" "Program na serweru, kiž zaruči přistup k protokolej %1 je " "zdźělił nutřkowny zmylk: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2020,60 +1931,43 @@ msgstr "" "Najskerje je to zmylk w programje servera. Prošu pósćelće informaciju wo " "zmylku kaž deleka wuwjedźene." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Stajće so z administratorom servera do zwiska, zo byće jemu wo problemje " "rozprawili." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "Jeli wěš, štó je program napisał, wobroć so direktnje na njeho." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Zmylk: sym so načakał" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -#| "for receiving a response: %2 seconds
              • Timeout for accessing proxy " -#| "servers: %3 seconds
              Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Hačrunjež je so server kontaktował, njeje za postajeny čas žana wotmołwa " -"přišła:
              • timeout za nastajenje zwiska: %1 sek.
              • timeout za " -"dóstawanje wotmołwy: %2 sek.
              • timeout za přistup na proxyjowy " -"server: %3 sek.
              • Tute nastajenja móžeće w KDE-konfiguraciji pod syć -> " -"konfiguracija změnić." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server bě přećeženy z druhimi nadawkami." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Njeznaty zmylk" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 -" "protokol je na njeznaty zmylk storčił: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Njeznate přetorhnjenje" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 -" "protokol je na njeznate přetorhnjenje storčił: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Njemóžach originalnu dataju zničić" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2112,12 +2006,12 @@ msgstr "" "přesunjenja dataje. Originalna dataja %1 so pak njehodźi " "zničić." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Njemóžach temporarnu dataju zničić" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2128,12 +2022,12 @@ msgstr "" "datow noweje dataje). Tuta nachwilna dataja %1 so pak " "njehodźeše zničić." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Njemóžach originalnu dataju přemjenować" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2142,12 +2036,12 @@ msgstr "" "Pominana akcija sej žadaše přemjenowanje originalneje dataje %1, kiž so pak njehodźeše přemjenować." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Njemóžach temporarnu dataju přemjenować" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2156,32 +2050,32 @@ msgstr "" "Pominana akcija sej žadaše stworjenje nachwilneje dataje %1, kiž so pak njehodźeše stworić." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Njemóžach link stworić" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Njemóžach wotkaz stworić" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Žadany wotkaz %1 njehodźeše so stworić." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Žadyn wobsah" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk połny" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2190,7 +2084,7 @@ msgstr "" "Njebě móžno, dataju %1 pisać, dokelž njebě dosć ruma na " "disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2201,30 +2095,30 @@ msgstr "" "zničiš, 2) daty na mobilne nošaki kaž CDki pisaće 3) sej wjetši disk " "kupiće :-)" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Žórłowa a cilowa dataja stej samsna dataja" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Akcija so njehodźeše přewjesć, dokelž sej žórło a cil samsna dataja." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Wubjerće hinaše datajowe mjeno za cilowu dataju." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Dataja abo zapisk njeeksistujetej" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2234,20 +2128,20 @@ msgid "" "or folder are the same." msgstr "Akcija so njehodźeše přewjesć, dokelž sej žórło a cil samsna dataja." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "wotpowědnu dataju abo zapisk kopěrować" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Dataja abo zapisk njeeksistujetej" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2257,19 +2151,19 @@ msgid "" "into itself." msgstr "Akcija so njehodźeše přewjesć, dokelž sej žórło a cil samsna dataja." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "wotpowědnu dataju abo zapisk kopěrować" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2279,23 +2173,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "Akcija so njehodźeše přewjesć, dokelž sej žórło a cil samsna dataja." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Njemóžu protokol %1 přihotować" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Njemóžach io-slave stworić: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1, " "njeje so startować móhł. To ma zwjetša techniske přičiny." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2329,35 +2223,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Njedokumentowany zmylk" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symboliski wotkaz na %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, wotkaz na %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (wotkazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2366,25 +2260,25 @@ msgstr "" "Hubjene mjeno za URL\n" " %1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2392,92 +2286,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 njepodpěruje wočinjenje zwiskow." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 njepodpěruje začinjenje zwiskow." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 njepodpěruje přistup na dataje." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Pisanje na %1 so njepodpěruje." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Žane specialne akcije za protokol %1" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 njepodpěruje čitanje zapiskow." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Dóstawanje datow z %1 so njepodpěruje." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Dóstawanje mime-informacijow z %1 so njepodpěruje." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Přemjenowanje abo přesuwanje datajow z %1 so njepodpěruje." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Stworjenje symboliskich wotkazow z %1 so njepodpěruje." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopěrowanje datajow z %1 so njepodpěruje." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Zničenje datajow z %1 so njepodpěruje." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Protokol %1 njepodpěruje stworjenje zapiskow." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Protokol %1 njepodpěruje změnjenje datajowych atributow." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Protokol %1 njepodpěruje změnjenje datajowych atributow." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Protokol %1 njepodpěruje wočinjenje datajow." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 njepodpěruje akciju %2" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2486,328 +2380,351 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Njeznaty protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Njemóžu io-slave za protokol %1 namakać." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Njemóžu io-slave za protokol %1 namakać." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Njemóžu io-slave za protokol %1 namakać." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detajle" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Na wšě časy" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Po&kročować" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "&Jenož nětko" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Zapisk stworić" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Zapisk stworić" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, fuzzy, kde-format msgid "You did not select a file to delete." msgstr "Njejsy dataju za zničenje wubrał(a)." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, fuzzy, kde-format msgid "Nothing to Delete" msgstr "Ničo k zničenju" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "You did not select a file to trash." msgstr "Njejsy dataju za zničenje wubrał(a)." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "Nothing to Trash" msgstr "Ničo k zničenju" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, fuzzy, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Specifowany zapisk njeeksistuje abo njehodźi so čitać." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meni" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, fuzzy, kde-format msgid "Parent Folder" msgstr "Zapisk zničić" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, fuzzy, kde-format msgid "Home Folder" msgstr "Nowy zapisk..." -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format msgid "Reload" msgstr "Čitać" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nowy zapisk..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "do papjernika sunyć" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format msgid "Delete" msgstr "Niču" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Rjadowanje" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Username:" msgid "Sort by Name" msgstr "Mjeno wužiwarja:" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Krótki napohlad" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "po času" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Typ zapisa" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Deleting" msgid "Ascending" msgstr "Niču" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format #| msgid "Deleting" msgid "Descending" msgstr "Niču" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "chowane dataje pokazować" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Krótki napohlad" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Krótki napohlad" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Nadrobny napohlad" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format msgid "Above File Name" msgstr "Mjeno lokalneje dataje" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Krótki napohlad" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Nadrobny napohlad" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Nadrobny napohlad" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Nadrobny napohlad" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "chowane dataje pokazować" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Pokaž přehladku" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pokaž přehladku" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Swójstwa" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "&Přehladka" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koděrowanje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Wočinić" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Zawěsćić jako" @@ -2860,43 +2777,43 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Wšitke dataje" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, fuzzy, kde-format msgid "All Supported Files" msgstr "Wšitke podpěrowane dataje" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Wšitke dataje" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format msgid "Add Places Entry" msgstr "&Wobdźěłać..." -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format msgid "Edit Places Entry" msgstr "&Wobdźěłać..." -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Quick Access panel.

                The " @@ -2912,19 +2829,19 @@ msgstr "" "z jedneho abo dweju słowow wobstać, kiž was dopominatej, wo čo so jednaše." -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Mjeno:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "zapodajće wopisanje" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format #| msgid "" #| "This is the location associated with the entry. Any valid URL may be " @@ -2942,12 +2859,12 @@ msgstr "" "stable

                Z kliknjenjom na knefl pódla tekstoweho pólka móžeće k " "wotpowědnemu URL hić." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Městno:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format #| msgid "" #| "This is the icon that will appear in the Quick Access panel.

                Click " @@ -2959,17 +2876,17 @@ msgstr "" "Tutón piktogram so w nawigaciskim pasku zjewi.

                Klikńće na knefl, zo by " "druhi piktogram wubrał." -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Wubjerće p&iktogram:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Jen&ož pokazać, hdyž so tutón program (%1) wužiwa" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format #| msgid "" #| "Select this setting if you want this entry to show only when using " @@ -2984,179 +2901,186 @@ msgstr "" "hdyž so program %1 wužiwa.

                Njewubjereće-li ju, steji element we wšěch " "programach k dispoziciji." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Městna" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Zničić" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Pytać" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Graty" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: Document this" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Žane zapiski" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papjernik" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Dataje zničić" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Městno:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Změnjeny:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Njemóžach program namakać: %1." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Dataja abo zapisk %1 njeeksistuje." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Strate&giju změnić..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Z&ničić" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Z&ničić" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Z&ničić" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Z&ničić" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3164,27 +3088,27 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Wotmontuju" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Wotmontować" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Wućisnyć" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "pominana resursa snano njeeksistuje." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -3192,18 +3116,18 @@ msgstr "pominana resursa snano njeeksistuje." msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Zmylk je so stał při pospyće %1, %2. Zjeće přičin namakaće deleka.

                  " -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgid "An error occurred while accessing '%1'" msgstr "Njewočakowany zmylk (%1) je so stał při pospyće %2." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3216,19 +3140,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3236,100 +3160,100 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 swobodne z %2 (%3% so wužiwa)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Papjernik wuprózdnić" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "montować" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Wočinić z" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Zapis dodać ..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "&Edit..." msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Wobdźěłać" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Zničić" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1' &schować" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "'%1' &schować" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format msgid "&Show All Entries" msgstr "" "Pokaž\n" "zapisy" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Krótki napohlad" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3338,53 +3262,53 @@ msgctxt "" msgid "Auto Resize" msgstr "Awtomatisce &namakać" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "wulkosć %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Móžeće jenož lokalne dataje wubrać." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Móžeće jenož lokalne dataje wubrać." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "Remote files not accepted" msgstr "Njelokalne dataje so njeakceptuja" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3397,49 +3321,23 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 je dataja, sym pak zapisk wočakował." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "Pominane blokowanje njehodźeše so zarjadować. %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format msgid "" "Click this button to enter the parent folder.

                  For instance, " @@ -3450,44 +3348,45 @@ msgstr "" "nětko we file:/home/%1 dóstanjeće so přez klik na tutón knefl do file:/home." "
                  " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Klikńće tutón knefl, zo by prjedawšu stronu wopytał." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Klikńće tutón knefl, zo by přichodnu stronu wopytał." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Klikńće tutón knefl, zo by napohlad aktualneho městna aktualizowali." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, fuzzy, kde-format msgid "Click this button to create a new folder." msgstr "Klikńće tutón knefl, zo by nowy zapisk stworił." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Quick Access Navigation Panel" msgid "Show Places Panel" msgstr "Pokaž nawigaciski pask" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -msgid "Show Bookmarks Button" -msgstr "Lubušk" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "chowane dataje pokazować" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Operation" msgid "Options" msgstr "Operacija" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3502,12 +3401,12 @@ msgstr "" "
                • pokazowanje chowanych datajow
                • nawigaciski pask
                • " "
                • přehladki datajow
                • dźělenje zapiskow wot datajow
                " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Lubuški" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format #| msgid "" #| "This button allows you to bookmark specific locations. Click on this " @@ -3527,12 +3426,38 @@ msgstr "" "so kaž wšě druhe w KDE zadźerža." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Mjeno:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "W&róćo: přemjenować" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "Mjeno grata" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "chowane dataje pokazować" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "

                While typing in the text area, you may be presented with possible " @@ -3550,12 +3475,12 @@ msgstr "" "praweje myšaceje tasty a wubranjom preferowaneho modusa z menija " "Wudospołnjenje teksta." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "To je mjeno, pod kotrymž ma so dataja zawěsćić." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3564,76 +3489,81 @@ msgstr "" "To je lisćina datajow, kiž maja so wočinić. Wjacore dataje móža so podać " "jako lisćina datajowych mjenow, z mjezotami wotdźělenych." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "To je mjeno dataje, kiž ma so wočinić." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Městna" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "&Wšitke přepisać" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Móžeće jenož lokalne dataje wubrać." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, fuzzy, kde-format msgid "Remote Files Not Accepted" msgstr "Njelokalne dataje so njeakceptuja" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format msgid "All Folders" msgstr "*|Wšitke dataje" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Stworju zapisk" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "W&očinić" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, fuzzy, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Wubjerće e&kstensiju datajoweho mjena awtomatisce (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "ekstensija %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, fuzzy, kde-format msgid "Automatically select filename e&xtension" msgstr "Wubjerće e&kstensiju datajoweho mjena awtomatisce" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "kmana ekstensija" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3660,56 +3590,40 @@ msgstr "" "ekstensija dodać). Jeli njewěsće, što činić, wostajće tutu opciju " "zaswěćenu, dokelž tak budźe wobchadźenje z datajowymi mjenami jednoriše." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format -#| msgid "" -#| "This is the filter to apply to the file list. File names that do not " -#| "match the filter will not be shown.

                You may select from one of the " -#| "preset filters in the drop down menu, or you may enter a custom filter " -#| "directly into the text area.

                Wildcards such as * and ? are allowed." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                Wildcards such as * and ? are allowed.

                " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"To je filter, kiž so za lisćinu datajow wužiwa. Dataje, kotrychž mjena " -"filtrej njewotpowěduje, so njepokazuja.

                Móžeće jedyn z predefinowanych " -"filtrow w meniju wubrać abo tež swój do tekstoweho pólka napisać.

                Jokery " -"kaž * a ? su dowolene." -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Nowu datajowu družinu stworić" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Jako &hinaši wužiwar startować" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Zawěsćić" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3719,31 +3633,29 @@ msgstr "" "Njemóžu komando wuwjesć. Dataja abo zapisk %1 njeeksistujetej." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Symboliski wotkaz (symlink) stworić" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Created:" msgid "Create link to URL" msgstr "Stworjene:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Jako &hinaši wužiwar startować" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3751,7 +3663,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3759,7 +3671,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3768,127 +3680,184 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Něšto tajke starše z mjenom '%1' hižo eksistuje." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Dataja %1 hižo eksistuje." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Created:" msgid "Create New" msgstr "Stworjene:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Grat" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nowy zapisk..." -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Zapisk stworić" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format msgid "Create new folder in %1:" msgstr "Nowy zapisk stworić w:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Jako &hinaši wužiwar startować" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Standard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Nowu datajowu družinu stworić" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Jako &hinaši wužiwar startować" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Wubjerće program za %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Wubjerće p&iktogram:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format #| msgid "Copying" msgid "Copy" msgstr "Kopěruju" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format #| msgid "Date" msgid "Paste" msgstr "Datum" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Wočinić z" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Wočinić z" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format #| msgid "&Edit..." msgid "Edit" msgstr "&Wobdźěłać" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3896,7 +3865,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3909,6 +3878,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Městna" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3936,41 +3913,41 @@ msgstr "Druzy" msgid "Edit mode" msgstr "&Wobdźěłać" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nimaće prawo tutu dataju wuwjesć." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Startuju %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nimaće prawo aplikaciju wubrać za wočinjenje tuteje dataje wočinić." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3998,13 +3975,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Žadyn medij w graće %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4016,29 +3999,29 @@ msgid "" "is not valid." msgstr "Desktop entry družiny %1 njeje znaty." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Startuju %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Pominane blokowanje njehodźeše so zarjadować. %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4046,7 +4029,7 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "Desktop-entry-dataja %1 ma typ Link, ale nima linku URL=...." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4056,20 +4039,20 @@ msgid "" "reasons it will not be started." msgstr "Dataja %1 je program. Wěstosće dla jón njestartuju." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4081,12 +4064,12 @@ msgstr "" "Njemóžu komando wuwjesć. Dataja abo zapisk %1 njeeksistujetej." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Desktop-entry-dataja %1 nima linku Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4094,12 +4077,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4175,74 +4158,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Startować" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Wubjerće sej hinaše pomjenowanje za nowu dataju." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Sćelu ACL na %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4251,7 +4229,7 @@ msgstr "" "Njemóžach přistupne prawa změnić za\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4260,128 +4238,39 @@ msgid "" "%1" msgstr "Njemóžach wobsydnika změnić za %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Njemóžach temporarnu dataju přemjenować" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Njemóžach program 'mount' namakać" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Njemóžach program 'umount' namakać." -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Dalše přistupne prawa" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Prawa" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Zničić" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Zapisk" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "Stworju zapisk" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Prawa" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Dialog za wočinjenje dataje" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Zapisk" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "Mjeno grata" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "wulkosć %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Njeznate přetorhnjenje" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Žadyn medij w graće %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "Njemóžach do zapiska %1 hić" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4424,34 +4313,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Dyrbiće mjeno wužiwarja a hesło podać, zo byšće k tutomu serwerej přistup " "dóstali." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Server:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Přizjewjenje OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Njemóžach so na %1 přizjewić." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4459,7 +4348,7 @@ msgid "" "The server said: \"%1\"" msgstr "Startuju %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4468,12 +4357,12 @@ msgstr "" "Dyrbiće na proxyju mjeno wužiwarja a škitne hesło zapodać, prjedy hač směće " "so z dalšimi ličakami zwjazać." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Přizjewjenje na proxyju je so zwrěšćiło!" @@ -4530,89 +4419,89 @@ msgstr "" "akceptować?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Přepruwowanje servera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 at %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Hewak by so poradźiło." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hódnoty atributow wobstarać" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "hódnoty atributow postajić" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "trěbny zapisk stworić" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "wotpowědnu dataju abo zapisk kopěrować" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "wotpowědnu dataju abo zapisk přesunyć" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "we wotpowědnym zapisku pytać" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "wotpowědnu dataju abo zapisk zamknyć" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "wotpowědnu dataju abo zapisk wotamknyć" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "wotpowědnu dataju abo zapisk zničić" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "so za móžnosćemi servera woprašeć" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "wobsah wotpowědneje dataje abo zapiska dóstać" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "search in the specified folder" @@ -4620,13 +4509,13 @@ msgctxt "request type" msgid "run a report in the specified folder" msgstr "we wotpowědnym zapisku pytać" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Njewočakowany zmylk (%1) je so stał při pospyće %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4634,13 +4523,13 @@ msgid "" "below." msgstr "Zmylk je so stał při pospyće %1, %2. Zjeće přičin namakaće deleka." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Přistup bu wotpokazany, jako spytach %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4649,7 +4538,7 @@ msgstr "" "Resursa njehodźi so na tutym městnje wutworić, doniž njebu žadyn zapisk " "stworjeny." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4666,28 +4555,28 @@ msgstr "" "\"propertybehavior\", abo sće spytali dataju přepisać, hačrunjež běšće to do " "toho zakazali. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Pominane blokowanje njehodźeše so zarjadować. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server tutu družinu elementa \"Body\" njepodpěruje." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Njemóžu %1; resursa je blokowana." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Tutej operaciji je někajki druhi zmylk zadźěwał." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4695,7 +4584,7 @@ msgid "" "folder." msgstr "Njemóžu %1, dokelž cilowy server dataju abo zapisk njeakceptuje." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4704,19 +4593,19 @@ msgstr "" "Cilowa resursa nima dosć městna, zo by staw resursy po wuwjedźenju tuteje " "metody zawěsćiła." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "pominana resursa snano njeeksistuje." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "kopěrować %1 na serwer" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4727,16 +4616,16 @@ msgstr "Njewočakowany zmylk (%1) je so stał při pospyće %2." msgid "Network" msgstr "Žane zapiski" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Hubjene pomjenowanje za URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4745,12 +4634,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4789,7 +4678,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4813,19 +4702,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Awtorizaciski dialog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Přistup wotpokazany" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nimaće prawa přistupa na protokol %1." @@ -4940,41 +4829,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4984,9 +4873,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Wobličić" @@ -4995,138 +4884,230 @@ msgstr "Wobličić" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Startuju %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Chceće swoju hesłowu sadu w móšnjowej dataji zawěsćić?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Startować" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "W&očinić" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "W&očinić z %1" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Chceće swoju hesłowu sadu w móšnjowej dataji zawěsćić?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Stworju zapisk" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgctxt "The source of a file operation" +#| msgid "Source" +msgid "Source" +msgstr "Žórło" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgctxt "The destination of a file operation" +#| msgid "Destination" +msgid "Destination" +msgstr "Cil" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopěruju" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Přesuwam" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "Přemjenować" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "do papjernika sunyć" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Niču" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "W&róćo" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "W&róćo: kopěrowanje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "W&róćo: wotkazać" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "W&róćo: přesuwać" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "W&róćo: přemjenować" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "W&róćo: do papjernika sunyć" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "W&róćo: zapisk stworić" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "W&róćo: zapisk(i) stworić" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "W&róćo: Dataju stworić" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "W&róćo: Awtomatiske přemjenowanje" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "W&róćo: kopěrowanje" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "W&róćo: wotkazać" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "W&róćo: přesuwać" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "W&róćo: přemjenować" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "W&róćo: do papjernika sunyć" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "W&róćo: zapisk stworić" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "W&róćo: zapisk(i) stworić" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "W&róćo: Dataju stworić" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "W&róćo: Awtomatiske přemjenowanje" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5138,12 +5119,12 @@ msgstr "" "Wróćenje kopěrowanja dataju wumaznje, a wšitke změny budu zhubjene.\n" "Chceće woprawdźe %4 wumaznyć?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Wobkrućenje wróćenja kopěrowanja dataje" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5152,23 +5133,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Zapis wumaznyć" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Zapis wumaznyć" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5182,7 +5164,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5190,13 +5172,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Papjernik wuprózdnić" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5206,7 +5188,7 @@ msgid "" "filename>" msgstr "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5296,7 +5278,7 @@ msgstr "Wobsydnik" msgid "Owning Group" msgstr "Wobsedźaca skupina" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Druzy" @@ -5370,66 +5352,66 @@ msgstr "Aktualizuju konfiguraciju systema" msgid "Updating system configuration…" msgstr "Aktualizuju konfiguraciju systema." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Mjeno" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Wulkosć" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Prawa" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Wobsydnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Skupina" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Družina" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Wočinić z %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Akcije" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5437,7 +5419,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "W&očinić z" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5445,18 +5427,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "W&očinić z" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Startować" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "W&očinić z %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "W&očinić z %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5464,13 +5453,13 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "W&očinić z" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "W&očinić z" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5478,7 +5467,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Druha aplikacija..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5488,115 +5477,137 @@ msgstr[1] "%1 objektaj" msgstr[2] "%1 objekty" msgstr[3] "%1 objektow" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Njeznate" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zastajić" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montowane z:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Swobodne:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Družina:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 #, kde-format -msgid "Location:" -msgstr "Městno:" +msgid "Content:" +msgstr "Wobsah:" -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 #, kde-format -msgid "Size:" -msgstr "Wulkosć:" +msgid "Open with:" +msgstr "Wočinić z:" #. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#: widgets/kfilepropspluginwidget.ui:192 #, fuzzy, kde-format #| msgid "Chan&ge..." msgid "Change..." msgstr "&Změnić..." -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format -msgid "Content:" -msgstr "Wobsah:" +msgid "Location:" +msgstr "Městno:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Wulkosć:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Zastajić" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Wotkazuje na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Změnjene:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Examining" +msgid "Show target" +msgstr "Wobhladuju sej" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Stworjene:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Datajowy system:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Njeznata wulkosć" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montowane na:" +msgid "Modified:" +msgstr "Změnjene:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Wopytane:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Datajowy system:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Wočinić z" +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montowane na:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montowane z:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Swobodne:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Njeznata wulkosć" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5879,21 +5890,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Wopisanje:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Mjeno w&užiwarja:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5906,7 +5920,7 @@ msgstr "Kom&entar:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Wot systema postajena proxyjowe &wariable wužiwać" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6089,7 +6103,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6101,40 +6115,62 @@ msgid "" msgstr "" "Njemóžach swójstwa zawěsćić. Nimaće prawa pisanja do %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Powšitkownje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Jako &hinaši wužiwar startować" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Ponowić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" msgid "%1:" msgstr "%1: %2" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Njeznaty host" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6143,8 +6179,8 @@ msgstr "" "Liču ... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6153,8 +6189,8 @@ msgstr[1] "%1 dataji" msgstr[2] "%1 dataje" msgstr[3] "%1 datajow" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6163,90 +6199,96 @@ msgstr[1] "%1 podzapiskaj" msgstr[2] "%1 podzapiski" msgstr[3] "%1 podzapiskow" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Wobličuju ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Znajmjeńša %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nowe datajowe mjeno faluje!" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format msgid "No registered file type" msgstr "Podpěrowane mime-družiny:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Wubjerće program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Stworjene:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "&Změnić..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Žadyn přistup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Smě sej jenož wobhladać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Smě wobsah widźeć a změnić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Smě wobsah jenož widźeć" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Smě wobsah widźeć a změnić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Smě wobsah jenož widźeć a čitać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "smě wobhladować/čitać a modifikować/pisać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Prawa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Přistupne prawa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6255,37 +6297,37 @@ msgstr[1] "Dataji stej wotkazaj a nimatej prawa." msgstr[2] "Dataje su wotkazy a nimaja prawa." msgstr[3] "Dataje su wotkazy a nimaja prawa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Jenož wobsydnik móže prawa změnić." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Wobsydnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specifikuje akcije, kiž su wobsydnikej dowolene." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Sk&upina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specifikuje akcije, kiž su čłonam skupiny dowolene." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Druzy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6294,30 +6336,30 @@ msgstr "" "Specifikuje akcije, kiž su wšitkim wužiwarjam nimo wobsydnika a čłonow " "skupiny dowolene." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Jenož &wobsydnik móže wobsah zapiska přemjenować a wumazać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Mjeno wužiwarja (jeli njepostajene):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Startować" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6325,49 +6367,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Dalše &přistupne prawa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Wobsydstwo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Wužiwar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Změny na wšitke podzapiski a jich wobsah nałožić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Dalše přistupne prawa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6376,22 +6418,22 @@ msgstr "" "Pokaž\n" "zapisy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Čitać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6400,141 +6442,141 @@ msgstr "" "Pisaj\n" "zapisy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Pisać" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, fuzzy, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Zastupić" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Startować" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Specialne" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Wužiwar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Skupina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Sadź UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Sadź GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lěpjate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Wotkaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6543,7 +6585,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6552,50 +6594,40 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Wobličuju ..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                Checksums do not match.

                This may be due to a faulty download. Try re-" @@ -6603,57 +6635,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Nowe datajowe mjeno faluje!" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Nowe datajowe mjeno faluje!" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Wobličuju ..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Jenož programy za lokalnych datajowych systemach so podpěruja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Jenož programy za lokalnych datajowych systemach so podpěruja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, fuzzy, kde-format msgid "Advanced Options for %1" msgstr "Opcije za pokročenych" @@ -6767,22 +6818,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Strate&giju změnić..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dialog za wočinjenje dataje" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Datajowe mjeno za wobsah clipboarda:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1 dataju &zasunyć" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Wobsah clipboarda &zasunyć" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6791,13 +6847,13 @@ msgstr "" "Clipboard je so změnił, po tym zo sće 'zasunyli'; datowy format hižo " "njepłaći. Prošu kopěrujće hišće raz, štož sće chcyli zasunyć." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Zapisk zničić" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6805,7 +6861,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1 dataju &zasunyć" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6815,48 +6871,60 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Wobsah clipboarda &zasunyć" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Date" msgctxt "@action:inmenu" msgid "Paste" msgstr "Datum" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format datow:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Datajowe mjeno za wobsah clipboarda:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Datajowe mjeno za wobsah clipboarda:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "wulkosć %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Wulkosć:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, fuzzy, kde-format #| msgid "" #| "Files and folders will be copied into the existing directory, alongside " @@ -6864,7 +6932,7 @@ msgstr "" #| "You will be prompted again in case of a conflict with an existing file in " #| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6872,47 +6940,54 @@ msgstr "" "Dataje a zapiski so do eksistowaceho zapiska kopěruja ze swojim wobsahom.\n" "W padźe konflikta z eksistowacym zapiskom so kompjuter wopraša." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "Files and folders will be copied into the existing directory, alongside " +#| "its existing contents.\n" +#| "You will be prompted again in case of a conflict with an existing file in " +#| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" +"Dataje a zapiski so do eksistowaceho zapiska kopěruja ze swojim wobsahom.\n" +"W padźe konflikta z eksistowacym zapiskom so kompjuter wopraša." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Hinak pomjenować" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Namjetuj nowe &mjeno" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pře&skočić" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Tutón zapisk nic kopěrować ani přesuwać, ale z přichodnym objektom pokročować" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Tutu dataju nic kopěrować ani přesuwać, ale z přichodnym objektom pokročować" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Pisać &do" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6923,26 +6998,26 @@ msgstr "" "Dataje a zapiski so do eksistowaceho zapiska kopěruja ze swojim wobsahom.\n" "W padźe konflikta z eksistowacym zapiskom so kompjuter wopraša." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Wšitke přepisać" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Pokročować" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6951,12 +7026,12 @@ msgstr "" "Tuta akcija by '%1' ze sobu samym přepisała.\n" "Prošu zapodajće hinaše mjeno dataje:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Pokročować" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6966,7 +7041,7 @@ msgstr "" "Tuta akcija by '%1' ze sobu samym přepisała.\n" "Prošu zapodajće hinaše mjeno dataje:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6976,128 +7051,104 @@ msgstr "" "Tuta akcija by '%1' ze sobu samym přepisała.\n" "Prošu zapodajće hinaše mjeno dataje:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "Žórło" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "Cil" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "ekstensija %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "ekstensija %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "ekstensija %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "ekstensija %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Nowe datajowe mjeno faluje!" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Nowe datajowe mjeno faluje!" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Nowe datajowe mjeno faluje!" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Dataje kopěrować" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Něšto tajke starše z mjenom '%1' hižo eksistuje." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Podobna dataja z mjenom '%1' hižo eksistuje." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "Něšto tajke starše z mjenom '%1' hižo eksistuje." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Hinak pomjenować" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Hinak pomjenować" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Hinak pomjenować" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Hinak pomjenować" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Mjeno grata" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Dataja %1 hižo eksistuje." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "delete the specified file or folder" @@ -7109,39 +7160,207 @@ msgstr[1] "wotpowědnu dataju abo zapisk zničić" msgstr[2] "wotpowědnu dataju abo zapisk zničić" msgstr[3] "wotpowědnu dataju abo zapisk zničić" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Mjeno grata" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "request type" +#| msgid "delete the specified file or folder" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "wotpowědnu dataju abo zapisk zničić" +msgstr[1] "wotpowědnu dataju abo zapisk zničić" +msgstr[2] "wotpowědnu dataju abo zapisk zničić" +msgstr[3] "wotpowědnu dataju abo zapisk zničić" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Narunać" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Wočinić z" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Narunać" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "request type" +#| msgid "delete the specified file or folder" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "wotpowědnu dataju abo zapisk zničić" +msgstr[1] "wotpowědnu dataju abo zapisk zničić" +msgstr[2] "wotpowědnu dataju abo zapisk zničić" +msgstr[3] "wotpowědnu dataju abo zapisk zničić" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Jako &hinaši wužiwar startować" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Jako &hinaši wužiwar startować" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Hinak pomjenować" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Hinak pomjenować" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Hinak pomjenować" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Mjeno wužiwarja (jeli njepostajene):" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Narunać" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pokaž přehladku" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "informacija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Narunać" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Narunać" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Přeskoč" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7237,7 +7456,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7273,20 +7492,44 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7294,7 +7537,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7306,35 +7549,35 @@ msgstr[1] "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" msgstr[2] "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" msgstr[3] "Chceće woprawdźe tutón %1 objekt do papjernika sunyć?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "SSL-certifikat peera njeje walidny." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Examining" @@ -7342,17 +7585,158 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Wobhladuju sej" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Wočinić z" + +#~ msgid "File System:" +#~ msgstr "Datajowy system:" + +#~ msgid "Delete Files" +#~ msgstr "Dataje zničić" + +#~ msgid "Create Folder" +#~ msgstr "Zapisk stworić" + +#~ msgid "Move Items" +#~ msgstr "Objekty přesunyć" + +#~ msgid "Rename" +#~ msgstr "Přemjenować" + +#~ msgid "Transfer data" +#~ msgstr "Daty přenjesć" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Sćelu ACL na %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Dalše přistupne prawa" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Prawa" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Zničić" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Zapisk" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Prawa" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Dialog za wočinjenje dataje" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Zapisk" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "Mjeno grata" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "wulkosć %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Njeznate přetorhnjenje" + +#, fuzzy +#~ msgid "Show Bookmarks Button" +#~ msgstr "Lubušk" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Dataja změnjena" + +#~ msgid "&Description:" +#~ msgstr "&Wopisanje:" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#, fuzzy +#~| msgid "" +#~| "This is the filter to apply to the file list. File names that do not " +#~| "match the filter will not be shown.

                You may select from one of the " +#~| "preset filters in the drop down menu, or you may enter a custom filter " +#~| "directly into the text area.

                Wildcards such as * and ? are allowed." +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

                You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

                Wildcards such as * and ? are allowed." +#~ "

                " +#~ msgstr "" +#~ "To je filter, kiž so za lisćinu datajow wužiwa. Dataje, kotrychž " +#~ "mjena filtrej njewotpowěduje, so njepokazuja.

                Móžeće jedyn z " +#~ "predefinowanych filtrow w meniju wubrać abo tež swój do tekstoweho pólka " +#~ "napisać.

                Jokery kaž * a ? su dowolene." + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 je dataja, sym pak zapisk wočakował." + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "

                • Timeout for establishing a connection: %1 seconds
                • Timeout for receiving a response: %2 seconds
                • Timeout for " +#~| "accessing proxy servers: %3 seconds
                Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
                • Timeout for establishing a connection: %1 seconds
                • Timeout " +#~ "for receiving a response: %2 seconds
                • Timeout for accessing proxy " +#~ "servers: %3 seconds
                Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Hačrunjež je so server kontaktował, njeje za postajeny čas žana wotmołwa " +#~ "přišła:
                • timeout za nastajenje zwiska: %1 sek.
                • timeout za " +#~ "dóstawanje wotmołwy: %2 sek.
                • timeout za přistup na proxyjowy " +#~ "server: %3 sek.
                • Tute nastajenja móžeće w KDE-konfiguraciji pod syć -" +#~ "> konfiguracija změnić." + #~ msgid "Is &executable" #~ msgstr "hodźi so &startować" @@ -8476,12 +8860,6 @@ msgstr "" #~ msgstr[2] "%1 dny %2" #~ msgstr[3] "%1 dnjow %2" -#, fuzzy -#~| msgctxt "@title job" -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Wobhladuju sej" - #, fuzzy #~ msgid "Full Trash:" #~ msgstr "Papjernik" @@ -8538,12 +8916,6 @@ msgstr "" #~ msgid "Space" #~ msgstr "Swobodne:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standard" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8776,13 +9148,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Njemóžach přistupne prawa změnić za %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1 dataju &zasunyć" -#~ msgstr[1] "%1 dataji &zasunyć" -#~ msgstr[2] "%1 dataje &zasunyć" -#~ msgstr[3] "%1 datajow &zasunyć" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "%1 URL &zasunyć" @@ -8889,11 +9254,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Pisanje na %1 so njepodpěruje." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "Mjeno grata" - #, fuzzy #~| msgid "" #~| "

                  Cache

                  This module lets you configure your cache settings., 1999. # Kristóf Kiszel , 2010, 2011, 2015. # Balázs Úr , 2012. -# SPDX-FileCopyrightText: 2018, 2020, 2021, 2022, 2024 Kristof Kiszel +# SPDX-FileCopyrightText: 2018, 2020-2022, 2024-2026 Kristof Kiszel msgid "" msgstr "" "Project-Id-Version: KDE 4.1\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-06-20 22:17+0200\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-05-26 22:49+0200\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -17,7 +17,7 @@ msgstr "" "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.05.0\n" +"X-Generator: Lokalize 26.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "ulysses@fsf.hu" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nem sikerült módosítani a(z) %1 fájl tulajdonosát" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "Nem sikerült módosítani a(z) %1 fájl tulajdonosát. " "Nincs jogosultsága a módosítás végrehajtásához." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" -msgstr "Nem sikerült létrehozni ezt a KIO feldolgozót: %1" +msgstr "Nem sikerült létrehozni ezt a KIO szolgáltatást: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Nem sikerült létrehozni a(z) „%1” szimbolikus linket.\n" "A célfájlrendszer (%2) nem támogatja a szimbolikus linkeket." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "A Csere kiválasztása helyettesíti az érvénytelen karaktereket (a célmappa " "nevében) egy aláhúzással („_”)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgstr "" "A Csere kiválasztása helyettesíti az érvénytelen karaktereket (a célfájl " "nevében) egy aláhúzással („_”)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "A mappa már létezik" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "A fájl már létezik" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Már létezik ilyen néven egy mappa" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Kuka" @@ -201,201 +201,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Áthelyezés" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Forrás" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cél" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Átnevezés" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Másolás" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Mappa létrehozása" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mappa" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Törlés" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fájl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ellenőrzés" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Átvitel" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Csatlakoztatás" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Eszköz" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Csatlakoztatási pont" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Leválasztás" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Attribútum módosítása" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Root jogosultság szükséges a fájl attribútumainak módosításához. Szeretné " -"folytatni?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Fájlok másolása" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Root jogosultság szükséges a másolási művelet befejezéséhez. Szeretné " -"folytatni?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "A fájlok törlése" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Root jogosultság szükséges a törlési művelet befejezéséhez. Ezzel azonban " -"kárt okozhat a rendszerben. Folytatja?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Új mappa" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Root jogosultság szükséges a mappa létrehozásához. Folytatja?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Elemek áthelyezése" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Root jogosultság szükséges az áthelyezés befejezéséhez. Szeretné folytatni?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Átnevezés" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Root jogosultság szükséges az átnevezés befejezéséhez Szeretné folytatni?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Szimbolikus link létrehozása" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Root jogosultság szükséges a szimbolikus link létrehozásához. Szeretné " -"folytatni?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Adatátvitel" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Root jogosultság szükséges az adatátvitel befejezéséhez. Szeretné folytatni?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -794,7 +689,7 @@ msgstr "Nem sikerült kapcsolatba lépni a helyi jelszókiszolgálóval" #: core/job_error.cpp:249 #, kde-format msgid "Unable to create KIO worker. %1" -msgstr "Nem sikerült létrehozni ezt a KIO feldolgozót. %1" +msgstr "Nem sikerült létrehozni ezt a KIO szolgáltatás. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -824,6 +719,11 @@ msgstr "A fájl túl nagy, nem helyezhető a kukába." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -833,65 +733,65 @@ msgstr "" "%2\n" "Kérjük küldjön részletes hibabejelentést a https://bugs.kde.org címről." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ismeretlen)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                  %1

                  %2

                  " msgstr "

                  %1

                  %2

                  " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Ok (technikai): " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "A kérés részletei:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
                • URL: %1
                • " msgstr "
                • URL: %1
                • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
                • Protocol: %1
                • " msgstr "
                • Protokoll: %1
                • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                • Date and time: %1
                • " msgstr "
                • Dátum és idő: %1
                • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                • Additional information: %1
                • " msgstr "
                • További információ: %1
                • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "A lehetséges okok:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Lehetséges megoldási módok:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ismeretlen)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -901,18 +801,18 @@ msgstr "" "rendszergazdával vagy a technikai támogató csoporttal a további teendőkkel " "kapcsolatban." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Konzultáljon a kiszolgáló rendszergazdájával a probléma elhárítása érdekében." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Ellenőrizze az erőforrás hozzáférési jogosultságait." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -921,7 +821,7 @@ msgstr "" "Lehet, hogy az Ön hozzáférési jogosultságai nem elegendőek a kért művelet " "elvégzéséhez ennél az erőforrásnál." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -929,7 +829,7 @@ msgstr "" "Lehet, hogy a fájlt foglalja (és emiatt zárolta) egy másik felhasználó vagy " "alkalmazás." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -938,17 +838,17 @@ msgstr "" "Ellenőrizze, hogy nem használja (nem zárolta-e) egy másik felhasználó vagy " "alkalmazás a fájlt." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Bár valószínűtlen, de a hardver is meghibásodhatott." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Lehet, hogy eddig nem azonosított hibára bukkant a programban." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -957,7 +857,7 @@ msgstr "" "Ezt valószínűleg valamilyen programhiba okozta. Érdemes ebben az esetben " "hibajelentést küldeni (lásd alább)." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -966,7 +866,7 @@ msgstr "" "Frissítse fel a szoftvert a legújabb verzióra. Az ehhez szükséges eszközöket " "a legtöbb disztribúció biztosítja." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -985,12 +885,12 @@ msgstr "" "valaki más a hibát. Ha nem, akkor jegyezze fel a fenti adatokat és " "mellékelje azokat a hibajelentéshez, a többi kiegészítő információval együtt." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Valószínűleg hiba történt a hálózati kapcsolatban." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1000,7 +900,7 @@ msgstr "" "mostanában sikerült problémák nélkül használni az internetet, akkor ennek " "kicsi a valószínűsége." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1009,44 +909,44 @@ msgstr "" "Valószínűleg valamilyen hiba történt a hálózati kapcsolatban a kliens és a " "kiszolgáló között." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Próbálkozzon újból (vagy most vagy kicsit később)." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Valószínűleg hiba vagy inkompatibilitás lépett fel a protokollnál." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ellenőrizze, hogy az erőforrás létezik-e, majd próbálkozzon újra." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "A megadott erőforrás valószínűleg nem létezik." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Ellenőrizze, hogy valóban a megfelelő helyet adta-e meg, majd próbálkozzon " "újra." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Ellenőrizze a hálózati kapcsolat állapotát." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Az erőforrás nem nyitható meg olvasásra." -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1) tartalmát " "nem lehetett elérni, mert nem sikerült olvasási jogosultságot szerezni." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Valószínűleg nincs jogosultsága a fájl olvasásához vagy a mappa " "megnyitásásához." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Az erőforrás nem nyitható meg írásra." -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1076,17 +976,17 @@ msgstr "" "Ez azt jelenti, hogy egy fájlba (%1) írási kérés nem " "teljesült, mert nem sikerült írási jogosultságot szerezni." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "A(z) %1 protokoll által kért folyamat indítása nem sikerült" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "A folyamatot nem sikerült elindítani" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 protokollt kezeli. Ennek különféle technikai okai lehetnek." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1107,12 +1007,12 @@ msgstr "" "valószínűleg régebbi, mint a KDE többi része. Ebben az esetben lehet, hogy a " "program nem kompatibilis a KDE többi részével és emiatt nem indul el." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Belső hiba" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokollt kezeli, " "belső hibát jelzett." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Hibás formátumú URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nem támogatott protokoll: %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1155,12 +1055,12 @@ msgstr "" "A(z) %1 protokoll használatát jelen pillanatban nem " "támogatják a telepített programok." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Lehet, hogy a kért protokoll nem támogatott." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1169,7 +1069,7 @@ msgstr "" "A(z) %1 protokoll kliensoldali verziója valószínűleg nem kompatibilis a " "kiszolgálón elérhető verzióval." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1177,21 +1077,21 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" "Rá lehet keresni az interneten olyan szoftverbővítményekre (ezeket „KIO " -"feldolgozóknak” hívják), amelyek lehetővé teszik a protokoll használatát. A " -"javasolt keresési helyek tartalmazzák a KDE Store-t." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Az URL nem egy erőforrásra mutat." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "A protokoll egy szűrőprotokoll" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource " "Locator) nem egy meghatározott erőforrásra mutat." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1213,12 +1113,12 @@ msgstr "" "tartozik közéjük. Ez az esemény ritkán fordul elő, általában valamilyen " "programozási hiba hatására." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nem támogatott művelet: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1227,7 +1127,7 @@ msgstr "" "A kért műveletet nem támogatja a(z) %1 protokollt " "megvalósító KDE program." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1238,34 +1138,34 @@ msgstr "" "alapján tisztább kép alkotható a hiba okáról, mint a KDE kimeneti/bemeneti " "architektúra keretein belül." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Megkísérlem ugyanezt az eredményt másképp is elérni." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "A fájlt kellett megadni" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "A kérés fájlt várt, de a(z) %1 mappát kapta helyette." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Lehet, hogy hiba történt a kiszolgáló oldalán." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Mappát kell megadni" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1273,17 +1173,17 @@ msgid "" msgstr "" "A kérés mappanevet várt, de a(z) %1 fájlt kapta helyette." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "A megadott fájl vagy mappa nem létezik" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Nem létezik %1 nevű fájl vagy mappa." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1291,24 +1191,24 @@ msgid "" msgstr "" "A kért fájl létrehozása nem sikerült, mert már létezik ilyen nevű fájl." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Próbálja meg a mostani fájlt elmozgatni erről a helyről, majd próbálkozzon " "újból." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Törölje le a fájlt és próbálkozzon újra." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Válasszon egy másik fájlnevet az új fájlnak." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1316,29 +1216,29 @@ msgid "" msgstr "" "A kért mappát nem sikerült létrehozni, mert már létezik ilyen nevű mappa." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Próbálja meg az aktuális mappát elmozgatni erről a helyről, majd " "próbálkozzon újból." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Törölje le az aktuális mappát és próbálkozzon újra." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Válasszon egy másik nevet az új mappának." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ismeretlen gépnév" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1347,36 +1247,36 @@ msgstr "" "A kiszolgáló ismeretlen, ami azt jelenti, hogy a megadott nevű (%1) kiszolgáló nem érhető el az interneten." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "A beírt név (%1) valószínűleg nem létezik: ellenőrizze a nevet még egyszer." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Hozzáférés megtagadva" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" "A megadott erőforráshoz (%1) meg lett tagadva a hozzáférés." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Lehet, hogy a nevet, a jelszót, vagy esetleg mindkettőt hibásan adta meg." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Lehet, hogy nincs jogosultsága a megadott erőforrás eléréséhez." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1385,12 +1285,12 @@ msgstr "" "Ismételje meg a kérést, de biztosítsa, hogy a név, a jelszó stb. helyesen " "legyen megadva." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Az írási hozzférés megtagadva" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1399,12 +1299,12 @@ msgstr "" "Ez azt jelenti, hogy egy írási művelet nem sikerült a(z) %1 " "fájlban." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nem sikerült belépni a mappába" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1413,17 +1313,17 @@ msgstr "" "Ez azt jelenti, hogy a megadott mappába (%1) való belépési " "kérés (azaz megnyitás) vissza lett utasítva." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "A mappalista nem érhető el" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "A(z) %1 protokoll nem fájlrendszer" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1433,12 +1333,12 @@ msgstr "" "Ez azt jelenti, hogy a mappa tartalmának lekérdezésére jött egy kérés, de a " "protokollt megvalósító KDE program nem tudta azt végrehajtani." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Ciklikus linket találtam" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1451,7 +1351,7 @@ msgstr "" "mutat vagy zárt láncot alkot - tehát a hivatkozás előbb-utóbb visszajut " "saját magára." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1460,27 +1360,27 @@ msgstr "" "Szakítsa meg ezt a zárt láncot (pl. törölje a lánc egyik elemét), majd " "próbálkozzon újra." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "A felhasználó félbeszakította a kérést" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "A kérés nem teljesült, a végrehajtása félbeszakadt." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "A kérés megismétlése." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Ciklikus linket találtam másolás közben" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1493,17 +1393,17 @@ msgstr "" "linksorozatot talált, amely önmagára mutat, tehát a hivatkozás előbb-utóbb " "visszajut saját magára." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "A hálózati kapcsolat létrehozása nem sikerült" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Az aljazat létrehozása nem sikerült" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1512,8 +1412,8 @@ msgstr "" "Ez egy technikai jellegű hiba - a kért hálózati kommunikációs eszköz " "(aljazat) létrehozása nem sikerült." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1522,19 +1422,19 @@ msgstr "" "Elképzelhető, hogy a hálózati kapcsolat nem megfelelően van beállítva, vagy " "a hálózati felület nincs engedélyezve." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "A csatlakozási kérést a kiszolgáló elutasította." -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "A(z) %1 kiszolgáló nem engedélyezte a csatlakozást." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1543,7 +1443,7 @@ msgstr "" "A kiszolgáló csatlakoztatva van az internethez, de valószínűleg nincs " "engedélyezve rajta a kérések fogadása." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1552,7 +1452,7 @@ msgstr "" "A kiszolgáló csatlakoztatva van az internethez, de valószínűleg nem fut " "rajta a szükséges szolgáltatás (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1562,12 +1462,12 @@ msgstr "" "Lehet, hogy a tűzfal (mely az internetről érkezett kéréseket szűri) úgy van " "beállítva, hogy nem engedi át ezt a kérést." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "A kiszolgálóval váratlanul megszakadt a kapcsolat" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1576,7 +1476,7 @@ msgstr "" "Létrejött a kapcsolat ezzel: %1, de a kommunikáció " "elkezdése után a kapcsolat váratlanul megszakadt." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1585,17 +1485,17 @@ msgstr "" "Valószínűleg protokollhiba történt, melynek következtében a kiszolgáló " "bezárta a kapcsolatot." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Az URL erőforrás érvénytelen" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "A(z) %1 protokoll nem szűrőprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator) érvénytelen erőforrás-elérési módot jelez: " "%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1619,17 +1519,17 @@ msgstr "" "erre nem képes. Ez az esemény ritkán fordul elő, általában valamilyen " "programozási hibát jelez." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nem sikerült inicializálni a bemeneti/kimeneti eszközt" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Az eszköz csatlakoztatása (mountolása) nem sikerült" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1638,7 +1538,7 @@ msgstr "" "A kért eszköz csatlakoztatása (\"mountolása\") nem sikerült. A hibaüzenet: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1649,7 +1549,7 @@ msgstr "" "eszközből (pl. nincs CD-ROM a CD-meghajtóban) ill. csatlakoztatható vagy " "hordozható az eszköz, és nincs megfelelően összekötve a számítógéppel." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1660,7 +1560,7 @@ msgstr "" "(„mountolásához”). UNIX rendszerekben gyakran csak rendszergazdai " "jogosultsággal lehet eszközöket csatlakoztatni." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1670,17 +1570,17 @@ msgstr "" "meghajtóban, be van-e kapcsolva és csatlakoztatva van-e a külső eszköz) majd " "próbálkozzon újra." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nem sikerült inicializálni a kimeneti/bemeneti eszközt" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Az eszköz leválasztása (unmount) nem sikerült" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1689,7 +1589,7 @@ msgstr "" "Az eszköz leválasztása (\"unmountolása\") nem sikerült. A hibaüzenet: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1700,7 +1600,7 @@ msgstr "" "felhasználó lefoglalta. Elég, ha pl. egy böngészőablakban meg van nyitva az " "eszközhöz tartozó valamelyik mappa." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1711,19 +1611,19 @@ msgstr "" "(„unmountolásához”). Sok UNIX rendszerben csak rendszergazdai jogosultsággal " "lehet eszközöket leválasztani." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Ellenőrizze, hogy más alkalmazás nem használja-e az eszközt, majd " "próbálkozzon újra." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nem lehet olvasni az erőforrásból" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1732,17 +1632,17 @@ msgstr "" "Ez azt jelenti, hogy a(z) %1 erőforrás megnyitása sikerült, " "de a tartalmának olvasása közben hiba lépett fel." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Valószínűleg nincs olvasási jogosultsga az erőforráshoz." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nem lehet írni az erőforrásba" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1751,22 +1651,22 @@ msgstr "" "Ez azt jelenti, hogy a(z) %1 erőforrás megnyitása sikerült, " "de a bele való írás közben hiba lépett fel." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Valószínűleg nincs írási jogosultsága ehhez az erőforráshoz." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "A hálózati kérések figyelése („listen” művelet) nem sikerült" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nem sikerült a kapcsolás („bind” művelet)" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1776,17 +1676,17 @@ msgstr "" "Ez egy eléggé technikai jellegű hiba: a létrehozott hálózati kommunikációs " "objektum (aljazat) nem tudta elkezdeni a hálózati kérések figyelését." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "A figyelés megkezdése („listen” művelet) nem sikerült" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "A hálózati kapcsolat létrehozása („accept” művelet) nem sikerült" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1795,34 +1695,34 @@ msgstr "" "Ez egy meglehetősen technikai jellegű hiba - egy bejövő hálózati " "csatlakozási kérés elfogadása („accept” művelet) nem sikerült." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" "Valószínűleg nincs jogosultsága a kapcsolat elfogadásához („accept” művelet)." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nem sikerült bejelentkezni ide: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "A kért művelet elvégzéséhez nem sikerült bejelentkezni." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Az erőforrás állapotának meghatározása nem sikerült" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nem sikerült elvégezni a „stat” műveletet az erőforráson" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1831,70 +1731,70 @@ msgstr "" "Nem sikerült lekérdezni a(z) %1 erőforrás valamilyen " "jellemzőjét, például a nevét, típusát vagy méretét." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "A megadott erőforrás valószínűleg nem létezik vagy nem érhető el." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "A listázás megszakítása nem sikerült" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "JAVÍTANI: dokumentáció ehhez" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "A mappát nem sikerült létrehozni" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "A mappát nem sikerült létrehozni." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Valószínűleg nem létezik az a hely, ahol a mappát létre kell hozni." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "A mappát nem sikerült eltávolítani" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "A(z) %1 mappa eltávolítása nem sikerült." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "A megadott mappa valószínűleg nem létezik." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "A megadott mappa valószínűleg nem üres." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Ellenőrizze, hogy a mappa valóban létezik-e és üres-e, majd próbálkozzon " "újra." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "A fájlátvitel nem sikerült" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1903,33 +1803,33 @@ msgstr "" "Kérés érkezett a(z) %1 fájl átvitelének folytatására, de ez " "nem lehetséges." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "A protokoll vagy a kiszolgáló nem támogatja a fájlátvitel folytatását." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "A kérés újbóli megismétlése a fájlművelet folytatásának megkísérlése nélkül." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Az erőforrás átnevezése nem sikerült" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Nem sikerült átnevezni a megadott erőforrást (%1)." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Az erőforrás jogosultságainak megváltoztatása nem sikerült" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 erőforrás jogosultságainak megváltoztatása nem " "sikerült." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Az erőforrás tulajdonosát nem sikerült megváltoztatni" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 erőforrás tulajdonosának megváltoztatása nem " "sikerült." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Az erőforrás törlése nem sikerült" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Nem sikerült törölni a megadott erőforrást (%1)." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "A program futása váratlanul befejeződött" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokollt kezeli, váratlanul megszakadt." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nincs elég memória" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokollt kezeli, nem tudott " "annyi memóriát lefoglalni, amennyi a működés folytatásához szükséges." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Ismeretlen proxy kiszolgáló" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2049,17 +1949,17 @@ msgstr "" "bugs.kde.org/ oldalról, hogy a KDE karbantartói meg tudják vizsgálni ezt " "a nem támogatott jelszóazonosítási módot." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "A kérés teljesítése megszakadt" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Belső hiba a kiszolgálón" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2068,7 +1968,7 @@ msgstr "" "Az a program, amely a kiszolgálón a(z) %1 protokollt " "kezeli, belső hibát jelzett: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2077,12 +1977,12 @@ msgstr "" "Ezt valószínűleg valamilyen programhiba okozta a kiszolgálón. Ebben az " "esetben kérjük készítsen hibajelentést (lásd alább)." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "A probléma elhárítása érdekében konzultáljon a rendszergazdával." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2091,40 +1991,31 @@ msgstr "" "Ha tudja, hogy kik a kiszolgálón futó szoftver karbantartói, kérjük, hogy " "közvetlenül nekik jelezze a hibát." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Időtúllépési hiba" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                  • Timeout for establishing a connection: %1 seconds
                  • Timeout " -"for receiving a response: %2 seconds
                  • Timeout for accessing proxy " -"servers: %3 seconds
                  Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Sikerült felvenni a kapcsolatot a kiszolgálóval, de nem érkezett válasz a " -"megengedett időn belül:
                  • Kapcsolat létrehozásánál a max. válaszidő: %1 " -"másodperc
                  • Válasz esetén a max. várakozási idő: %2 másodperc
                  • Proxy elérésénél a max. válaszidő: %3 másodperc
                  Ezek az " -"értékek megváltoztathatók a KDE Rendszerbeállításoknál (Hálózat -> " -"kapcsolatbeállítások)." +"Bár kapcsolat létesült a szerverrel, a kérésre a megadott időn belül nem " +"érkezett válasz." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "A kiszolgáló a nagy terhelés miatt nem tudott válaszolni a kérésre." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Ismeretlen hiba" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokollt kezeli, " "ismeretlen hibát jelzett (%2)." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ismeretlen megszakítás" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokollt kezeli, " "ismeretlen típusú megszakítást jelzett (%2)." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nem sikerült törölni az eredeti fájlt" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2163,12 +2054,12 @@ msgstr "" "fájlmozgatási művelet végén szokott ez előfordulni). A(z) %1 nevű kiindulási fájl törlése nem sikerült." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Egy ideiglenes fájl törlése nem sikerült" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2179,12 +2070,12 @@ msgstr "" "lehessen tárolni. A(z) %1 nevű ideiglenes fájl törlése nem " "sikerült." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nem sikerült átnevezni az eredeti fájlt" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2193,12 +2084,12 @@ msgstr "" "A kérés a(z) %1 fájl átnevezésére vonatkozott, azonban az " "átnevezés nem sikerült." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nem sikerült átnevezni egy ideiglenes fájlt" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2207,32 +2098,32 @@ msgstr "" "A kért művelet egy ideiglenes fájl létrehozását igényli (%1), de a létrehozás nem sikerült." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "A link létrehozása nem sikerült" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Egy szimbolikus link létrehozása nem sikerült" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "A kért szimbolikus link (%1) létrehozása nem sikerült." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nincs tartalom" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Betelt a lemez" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2241,7 +2132,7 @@ msgstr "" "A(z) %1 fájlba nem sikerült írni, mert nincs elegendő " "lemezterület." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2252,12 +2143,12 @@ msgstr "" "fájl egy másik tárolóra való átmozgatásával vagy archiválásával 3) a " "lemezkapacitás bővítésével." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "A forrásfájl megegyezik a célfájllal" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2266,17 +2157,17 @@ msgstr "" "A műveletet nem lehet végrehajtani, mert a forrásfájl és a célfájl " "megegyezik." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Válasszon egy másik fájlnevet a célfájlhoz." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fájl vagy mappa önmagára ejtve" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2285,17 +2176,17 @@ msgstr "" "A műveletet nem lehet végrehajtani, mert a forrás- és a célfájl vagy forrás- " "és célmappa megegyezik." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Ejtse az elemet másik fájra vagy mappára." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "A mappa önmagába áthelyezve" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2303,17 +2194,17 @@ msgid "" msgstr "" "A művelet nem hajtható végre, mert a forrás nem helyezhető át önmagába." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Elem áthelyezése másik mappába." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nem sikerült kommunikálni a jelszókiszolgálóval" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2322,33 +2213,33 @@ msgstr "" "A művelet nem hajtható végre, mert a jelszókérő szolgáltatás (kpasswdserver) " "nem érhető el" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Próbálja meg újraindítani a munkamenetet, vagy ellenőrizze a naplókat a kiod " "hibáit keresve." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "A(z) %1 protokoll inicializálása nem sikerült" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" -msgstr "Nem sikerült létrehozni a KIO feldolgozót" +msgstr "Nem sikerült létrehozni a KIO szolgáltatást" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"Nem sikerült elindítani azt a KIO feldolgozót, amely a(z) %1%1 protokollt kezeli. Ennek különféle technikai okai lehetnek." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2357,13 +2248,13 @@ msgstr "" "A klauncher nem találja, vagy nem tudja elindítani a protokollt biztosító " "bővítményt. Ez jelentheti azt, hogy a bővítmény elavult." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "A(z) %1 nem vihető át" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2373,7 +2264,7 @@ msgstr "" "A(z) %1 fájl nem vihető át, mivel a cálfájlrendszer nem " "támogat ilyen nagy méretű fájlokat" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2382,28 +2273,28 @@ msgstr "" "Formázza újra az eszközt egy olyan fájlrendszerrel, ami támogat ilyen nagy " "méretű fájlokat." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nem dokumentált hibakód" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Szimbolikus link erre: %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, link erre: %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Ide mutat: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2412,12 +2303,12 @@ msgstr "" "Hibás URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nem lehet meghatározni a(z) %1 fájltípusát" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2426,13 +2317,13 @@ msgstr "" "Nem sikerült kinyerni a programfájl nevét innen: \"%1\". Adjon meg egy " "érvényes programnevet." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "A(z) %1 nem tűnik végrehajtható programnak." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2442,92 +2333,92 @@ msgstr "" "A(z) %1 nem található; adjon meg egy érvényes elérési " "utat a programhoz." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "A(z) %1 protokollal nem lehet kapcsolatot megnyitni." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "A(z) %1 protokollnál nem lehet kapcsolatot lezárni." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Fájlok elérésére nem használható a(z) %1 protokoll." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Nem lehet írni ide: %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nem érhető el speciális művelet a(z) %1 protokollnál." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Könyvtárak kilistázását nem támogatja a(z) %1 protokoll." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Adatletöltés nem lehetséges innen: %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Nem lehet letölteni MIME-típusok jellemzőit innen: %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Nem lehet fájlokat átnevezni vagy mozgatni ezen belül: %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Szimbolikus link nem hozható létre a(z) %1 protokollal." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Fájlmásolás nem lehetséges ezen belül: %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Nem lehet fájlokat törölni innen: %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Könyvtárak létrehozását nem támogatja a(z) %1 protokoll." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Fájlattribútumokat nem lehet megváltoztatni a(z) %1 protokollal." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Fájlok tulajdonosát nem lehet megváltoztatni %1 protokollal." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Fájlmegnyitást nem támogat a(z) %1 protokoll." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "A(z) %1 protokoll nem támogatja ezt a műveletet: %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2535,313 +2426,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"A(z) „%1” protokoll KIO szolgáltatás (amely általában megnövelt " +"jogosultságokat kér) biztonsága nem garantálható, mert a root-on kívüli " +"felhasználók is jogosultak módosítani azt a(z) %2 helyen." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Ismeretlen protokoll: „%1”." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "A(z) „%1” protokollhoz tartozó KIO feldolgozó nem található." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"A(z) %2 helyen található „%1” protokoll KIO szolgáltatása nem került " +"betöltésre, mert az összes KIO szolgáltatás a(z) %3 útvonalon kívül " +"található, és a megnövelt jogosultságok iránti kérés nem számít " +"biztonságosnak." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nem lehet létrehozni socketet a(z) „%1” protokollt kezelő KIO feldolgozóhoz." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nem található a „kioworker” végrehajtható itt: „%1”" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Részletek" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "I&gen, mindig" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "F&olytatás" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Csak a jelenlegi munkamenetben" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Áthelyezés új mappába" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Új mappa létrehozása ezeknek az elemeknek" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nem jelölt ki fájlt a törléshez." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nincs mit törölni" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nem jelölt ki Kukába helyezendő fájlt." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nincs mit a Kukába helyezni" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "A megadott mappa nem létezik vagy nem olvasható." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menü" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Szülőmappa" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Vissza" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Előre" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Saját mappa" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Újratöltés" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Új mappa…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Áthelyezés a Kukába" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Törlés" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Rendezés" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Név szerint" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Méret szerint" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Dátum szerint" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Típus szerint" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Növekvő" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Csökkenő sorrendben" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Mappák előre" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Rejtett fájlok leghátul" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikonnézet" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompakt nézet" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Részletes nézet" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikonpozíció" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "A fájlnév mellett" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "A fájlnév fölött" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Rövid nézet" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Részletes nézet" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Fastruktúra" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Részletes fastruktúra" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Kiterjesztés megjelenítése részletes nézetben" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Rejtett fájlok megjelenítése" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Gyorsnézet panel" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Gyorsnézet" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Tartalmazó mappa megnyitása" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Tulajdonságok" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Né&zetmód" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Legújabb előre" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Legrégebbi előre" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Legújabb előre" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Legnagyobb előre" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Legkisebb előre" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kódolás:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Megnyitás" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Mentés másként" @@ -2888,40 +2807,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Áthelyezés ide" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Minden fájl" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Minden támogatott fájltípus" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Minden fájl" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Helybejegyzés hozzáadása" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Helybejegyzés módosítása" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                  The " @@ -2934,17 +2853,17 @@ msgstr "" "maradjon a bejegyzés. Ha nem ír be semmit, akkor a felirat az URL-ből lesz " "képezve.
                  " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Címke:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Leírás megadása" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2957,12 +2876,12 @@ msgstr "" "stable

                  A szövegmező melletti gombra kattintva lehet böngészni az " "URL-ek között.
                  " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "E&lérési út:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                  Click " @@ -2971,17 +2890,17 @@ msgstr "" "Ez az ikon jelenik meg a bejegyzésnél a Helyek panelen.

                  A " "gombra kattintva lehet más ikont választani.
                  " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Válasszon egy &ikont:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Csak ennél az alkalmazásnál jelenjen meg (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2992,201 +2911,208 @@ msgstr "" "alkalmazás használata esetén jelenjen meg (%1).

                  Máskülönben a " "bejegyzés minden alkalmazásból elérhető lesz.
                  " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Helyek" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Távoli" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Legutóbbiak" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Keresés:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Eszközök" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Cserélhető eszközök" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Címkék" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Hiba: %2)" +msgstr "%1 (innen: %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Minden címke" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Saját mappa" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Asztal" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumentumok" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Letöltések" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Hálózat" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Kuka" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Zene" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Képek" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videók" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Legutóbbi fájlok" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Legutóbbi helyek" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ma módosított" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Tegnap módosított" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nem sikerült hozzáadni a Helyek panelhez: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Csak mappák adhatók hozzá a Helyek panelhez." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Keresőazonosítók beállítása…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Kiadás…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Kiadás" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Biztonságos eltávolítás…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Bi&ztonságos eltávolítás" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Leválasztás…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Leválasztás" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Kilöké&s" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Nem lemezes az eszköz (%1), nem lehet belőle adarthordozót kilökni." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Hiba történt a(z) „%1” elérése közben, a rendszerüzenet: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Hiba történt a(z) „%1” elérése közben" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Egy vagy több fájl az eszközről meg van nyitva egy alkalmazásban." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3201,110 +3127,108 @@ msgstr[1] "" "Egy vagy több fájl az eszközről meg van nyitva a következő alkalmazásokban: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Újraformázás vagy szerkesztés a Partíciókezelővel" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 szabad / %2 (%3% használt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (rejtett)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "A Kuka kiürítése" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Csatlakoztatás" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Megnyitás új lapon" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Megnyitás új ablakban" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Bejegyzés hozzáadása…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Sz&erkesztés…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Eltávolítás a Helyekből" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "El&rejtés" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "„%1” elrejtése" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Szekció elrejtése" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "A bejegyzések megjelení&tése" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikonméret" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3312,51 +3236,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automatikus átméretezés" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Kicsi (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Közepes (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Nagy (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Hatalmas (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Csak egy fájlt lehet kiválasztani" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Egynél több fájl van megadva" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Csak helyi fájlokat lehet kiválasztani" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Távoli fájlt nem lehet megadni" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3371,51 +3295,22 @@ msgstr[1] "" "A kijelölt URL egy nem támogatott sémát használ. Használja a következő " "sémákat: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nem támogatott URL-séma" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Egynél több mappa lett kijelölve, de itt csak egyetlen listázandó mappát " -"lehet megadni. Csak egy mappát jelöljön ki." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Egynél több mappa van megadva" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Legalább egy mappa és egy fájl ki lett jelölve. A fájlkijelölésnek nem lesz " -"hatása, a program kilistázza a mappa tartalmát." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Kijelölt fájlok és mappák" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nem található ez a fájl: \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nem sikerült megnyitni a fájlt" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                  For instance, " @@ -3426,44 +3321,44 @@ msgstr "" ">Ha például a jelenlegi hely file:/home/konqi, akkor erre a gombra kattintva " "a file:/home mappába jut.
                  " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Kattintson erre a gombra, ha a napló előző bejegyzésére szeretne lépni." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Kattintson erre a gombra, ha a napló következő bejegyzésére szeretne lépni." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kattintson erre a gombra az aktuális hely tartalmának újratöltéséhez." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kattintson erre a gombra új mappa létrehozásához." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "A Helyek panel megjelenítése" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "A könyvjelzők gomb mutatása" +msgid "Show Quick Filter" +msgstr "Gyorsszűrő megjelenítése" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Beállítások" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3478,12 +3373,12 @@ msgstr "" "jellemzői
                • a fájl-előnézetek
                • a mappák és a fájlok elkülönült " "megjelenítése
                " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Könyvjelzők" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3498,12 +3393,35 @@ msgstr "" "KDE-s könyvjelző." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Né&v:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Fájlnév-módosítás visszavonása" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Szűrő megtartása mappa váltásakor" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Szűrés névre…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Szűrősor elrejtése" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3516,12 +3434,12 @@ msgstr "" "egérgombbal a mezőre kattint és kiválaszt egy módot a Szövegkiegészítés menüből." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ez lesz a menteni kívánt fájl új neve." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3530,74 +3448,79 @@ msgstr "" "Ez a megnyitandó fájlok listája. Több fájlnév is megadható szóközökkel " "elválasztva." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ez a megnyitandó fájl neve." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Helyek" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Már létezik ez a fájl: %1. Felül szeretné írni?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Felülírás?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Csak helyi fájlokat lehet kiválasztani." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Távoli fájlokat nem lehet megadni" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Minden mappa" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Mappa létrehozása" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Meg&nyitás" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonméret: %1 képpont" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "A fájlnév kiterjesztésének a&utomatikus kiválasztása (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "a(z) %1 kiterjesztés" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "A fájlnév kiterjesztésének au&tomatikus kiválasztása" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "egy alkalmas fájlkiterjesztés" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3624,12 +3547,12 @@ msgstr "" "távolítva).Érdemes bekapcsolva hagyni ezt az opciót, mert " "megkönnyíti a fájlkezelést." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Fájltípus:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3638,65 +3561,53 @@ msgstr "" "Ez egy fájltípusválasztó. A fájl mentésekor használt formátum " "kiválasztására használják." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Szűrő:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                Wildcards such as * and ? are allowed.

                " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ez a szűrő lesz alkalmazva a fájllistára. Csak a szűrőhöz illeszkedő " -"nevű fájlok lesznek láthatók.

                A lenyíló listából válasszon ki egyet a " -"felsorolt szűrők közül, vagy írjon be egy egyéni szűrőt a szöveges mezőbe.

                A * és ? helyettesítő karakterek használhatók.

                " +"Ez a fájltípus-választó. A megjelenített fájlok formátumának " +"kiválasztására szolgál." -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Új fájl létrehozása" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Adja meg a(z) %1-fájl nevét:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Hiba" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "A(z) %1 sablonfájl nem létezik." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Az új link neve:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Szimbolikus link létrehozása" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "URL-re mutató link készítése" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Adjon meg másik nevet" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3706,7 +3617,7 @@ msgstr "" "A(z) %1 név nem használható, mivel az az operációs " "rendszer számára van fenntartva." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3716,7 +3627,7 @@ msgstr "" "A megadott név (%1) ponttal kezdődik, ezért a mappa " "rejtett lesz." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3727,27 +3638,37 @@ msgstr "" "A(z) %1 név szóközzel kezdődik, így ABC-sorrendbe " "rendezéskor a többi elem elé fog kerülni, más furcsaságokkal együtt." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Perjelek megadásával a mappanevekben almappákat hozhat létre, például:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Perjelek megadásával a mappanevekben almappákat hozhat létre." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "A perjel nem használható fájl- és mappanevekben." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "A fordított perjel nem használható fájl- és mappanevekben." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 nevű fájl vagy mappa létrehozása nem lehetséges, " +"mivel ez átfedésben lenne a felhasználó home mappájának helyével." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3756,98 +3677,139 @@ msgstr "" "Nem ajánlott tildével kezdeni a fájl- és mappaneveket, mert zavaró vagy " "veszélyes lehet, ha a terminált használja törlésre." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Már létezik %1 nevű mappa." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Már létezik %1 nevű fájl." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Új létrehozása" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Eszközre mutató link" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Új mappa" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Új mappa létrehozása" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Új mappa létrehozása itt: %1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Adja meg a mappanevet" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Alapértelmezett" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Új fájl létrehozása" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Adja meg a fájlnevet" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Egyéni ikon vagy szín választása" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Másik ikon választása…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Az ikont később a mappa tulajdonságaiban módosíthatja." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Másolás" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Beillesztés" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "„%1” megnyitása új lapon" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "„%1” megnyitása új ablakban" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Szerkesztés" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigálás" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Teljes elérési út" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "A(z) %1 nem vihető át" +msgstr "Ugrás a(z) %1 útvonal bármely helyére" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3857,7 +3819,16 @@ msgstr "Több" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Ugrás a helyre az útvonalon" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Helyek" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3882,28 +3853,28 @@ msgstr "Egyéb" msgid "Edit mode" msgstr "Szerkesztő mód" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Ide kattintva lehet navigálni" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Ide kattintva szerkeszthető a cím" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nincs jogosultsága a program végrehajtásához." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 indítása" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3913,12 +3884,12 @@ msgstr "" "megszakadt\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nincs jogosultsága alkalmazást választani ehhez a fájlhoz." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3947,12 +3918,18 @@ msgstr "Hiba a kép mentésekor ide: %1" msgid "Icon file too big, download aborted" msgstr "Az ikonfájl túl nagy, letöltés megszakítva" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nem található e-mail kliens" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3963,28 +3940,28 @@ msgstr "" "asztalbejegyzés-típus\n" "érvénytelen." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 indítása" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "A(z) %1 parancs nem található." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nem található terminálemulátor" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "A(z) %1 megnyitása meghiúsult" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3995,7 +3972,7 @@ msgstr "" "asztalbejegyzés-fájl\n" "link típusú, de nincs URL=... sora." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4004,7 +3981,7 @@ msgstr "" "A(z) „%1” végrehajtható fájl egy távoli fájlrendszeren található. Biztonsági " "okokból nem lesz elindítva." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4012,7 +3989,7 @@ msgstr "" "Biztonsági okokból ebben a környezetben nem engedélyezett végrehajthatók " "indítása." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4021,7 +3998,7 @@ msgstr "" "A(z) „%1” programnak végrehajthatósági jogosultságra van szüksége, mielőtt " "elindulhatna." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4030,12 +4007,12 @@ msgstr "" "A(z) „%1” fájl nem tehető végrehajthatóvá.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "A(z) %1 asztalbejegyzés-fájl nem tartalmaz Type=... sort." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4046,12 +4023,12 @@ msgstr "" "Ellenőrizze a megnyitott alkalmazásokat és az értesítési területet függő " "feladatokért vagy letöltésekért." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "A fájl megnyitása meghiúsult." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "A(z) „%1” program nem indítható el." @@ -4140,74 +4117,69 @@ msgstr "" "fájl módosult.\n" "Fel akarja tölteni a változásokat?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - távoli fájlok megnyitása, a módosítások figyelése, feltöltési " "kérés" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) A KFM/Konqueror fejlesztői, 1998-2000, 2003." -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Az URL-ek helyi fájlként való kezelése, használat után törlés" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "A letöltendő fájl javasolt helyi neve" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "A végrehajtandó parancs" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "A parancsban használt URL-ek és helyi fájlok" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Hozzáférési jog (ACL) beállítása: %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4216,7 +4188,7 @@ msgstr "" "Nem sikerült megváltoztatni a jogosultságokat itt:\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4226,118 +4198,38 @@ msgstr "" "Nem sikerült megváltoztatni a következő tulajdonosát és csoportját:\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Nem sikerült átnevezni egy ideiglenes fájlt" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "A „mount” program nem található" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Az „umount” program nem található" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Fájl jogosultságainak módosítása" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Új jogosultságok: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Fájl tulajdonosának megváltoztatása" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Új tulajdonos: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Fájl törlése" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Mappa törlése" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Mappa létrehozása" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Mappa jogosultságai: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Fájl megnyitása" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Mappa megnyitása" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Új fájlnév: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cél: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Időbélyeg módosítása" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Innen: %1, ide: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ismeretlen művelet" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Művelet: %1\n" -"Forrás: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nem másolható egy fájl: %1 -> %2. (Hibakód: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nincs adathordozó az eszközben: %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nem sikerült lekérdezni a(z) %1 felhasználónév azonosítóját" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nem sikerült lekérdezni a(z) %1 csoport azonosítóját" @@ -4379,34 +4271,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "A site eléréséhez meg kell adni egy felhasználónevet és a hozzá tartozó " "jelszót." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Méret:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "A bejelentkezés sikerült" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nem sikerült bejelentkezni ide: %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4415,7 +4307,7 @@ msgstr "" "\n" "A kiszolgáló válasza: „%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4425,12 +4317,12 @@ msgstr "" "a hozzá tartozó jelszót. Csak sikeres azonosítás után lehet más site-okat " "elérni." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "A proxy-n nem sikerült a felhasználóazonosítás." @@ -4483,101 +4375,101 @@ msgstr "" "El szeretné fogadni ezt a tanúsítványt rákérdezés nélkül a továbbiakban?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "A kiszolgáló ellenőrzése" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 itt: %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Máskülönben a kérés teljesült volna." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "tulajdonságok lekérdezése" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "tulajdonságok beállítása" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "mappa létrehozása" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "fájl vagy mappa másolása" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "fájl vagy mappa áthelyezése" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "keresés a megadott mappában" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "fájl vagy mappa zárolása" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "fájl vagy mappa zárolásának feloldása" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "fájl vagy mappa törlése" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "kiszolgáló jellemzőinek lekérdezése" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "fájl vagy mappa tartalmának lekérdezése" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "jelentés lefuttatása a megadott mappában" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Nem várt hiba (%1) történt a következő művelet közben: %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4587,13 +4479,13 @@ msgstr "" "Hiba történt a következő művelet közben: %1, %2. A lehetséges okok " "felsorolása alább látható." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "A hozzáférés megtagadva a következő műveletnél: %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4602,7 +4494,7 @@ msgstr "" "Egy erőforrást nem lehet létrehozni a megadott helyen, amíg a szükséges " "átmeneti mappák nem jönnek létre." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4616,28 +4508,28 @@ msgstr "" "felülírásának letiltása mellett próbált meg egy fájlt felülírni.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "A kért zárolást nem sikerült végrehajtani. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "A kiszolgáló nem támogatja az üzenet törzsében jelzett típusú kérést." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Az erőforrás zárolt, ezért nem sikerült egy művelet: %1." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "A műveletet végrehajtását egy másik hiba megakadályozta." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4647,7 +4539,7 @@ msgstr "" "A kiszolgáló nem fogadta el a kért fájlt vagy mappát, ezért ez a művelet nem " "sikerült: %1." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4656,18 +4548,18 @@ msgstr "" "A művelet végrehajtása után a kiszolgálón nem maradt elég szabad hely az " "erőforrás megváltozott állapotának eltárolásához." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Az erőforrás nem törölhető." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 feltöltése" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4678,15 +4570,15 @@ msgstr "Nem várt hiba (%1) történt a következő művelet közben: %2." msgid "Network" msgstr "Hálózat" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Hibás formátumú URL - %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4698,12 +4590,12 @@ msgstr "" "eredeti helyére. Hozza létre újból az eredeti könyvtárat és próbálkozzon " "akkor a helyreállítással, vagy húzza át az elemet egy másik könyvtárba." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Érvénytelen protokollkombináció." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ez a fájl már a kukában van." @@ -4739,7 +4631,7 @@ msgstr "A Kuka ürítése" msgid "Restore a trashed file to its original location" msgstr "Törölt fájl visszaállítása az eredeti helyére" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "A kuka megtelt. Ürítse ki, vagy töröljön elemeket kézzel." @@ -4760,17 +4652,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Ismét" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Hitelesítés párbeszédablak" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Hozzáférés megtagadva" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nincs jogosultsága a(z) %1 protokoll eléréséhez." @@ -4880,41 +4772,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Ellenőrzőösszeg (MD5, SHA1, SHA256 vagy SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kattintson a vágólapon lévő ellenőrzőösszeg beillesztéséhez." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4924,9 +4816,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Számolás" @@ -4935,137 +4827,208 @@ msgstr "Számolás" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kattintson az ellenőrzőösszeg vágólapra másolásához." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Mégs&em" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Át&helyezés ide" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Letöltések" +msgstr "&Letöltés ide" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Másolás ide" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Hivatkozás ide" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Indí&tás" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Mit szeretne tenni ezzel a fájllal?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ne kérdezze meg többet" +msgctxt "@action:button" +msgid "&Open" +msgstr "Meg&nyitás" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Futtatás" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Megny&itás ezzel: %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Módosítások visszavonása" +msgid "Would you like to launch this file?" +msgstr "Szeretné elindítani ezt a fájlt?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "A művelet visszavonásához root jogosultság szükséges. Folytatja?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Könyvtár létrehozása" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Forrás" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Cél" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Másolás" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Mozgatás" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Átnevezés" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Áthelyezés a Kukába" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Törlés" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Visszavonás" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Visszavonás: Másolás" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Visszavonás: Link" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" -msgstr "&Visszavonás: Áthelyezás" +msgstr "&Visszavonás: Áthelyezés" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Visszavonás: Átnevezés" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Visszavonás: Kukába" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Visszavonás: Könyvtár létrehozása" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Visszavonás: Mappák létrehozása" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Visszavonás: Fájl létrehozása" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Visszavonás: Tömeges átnevezés" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Új&ra" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Új&ra: Másolás" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Új&ra: Link" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Új&ra: Áthelyezés" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Új&ra: Átnevezés" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Új&ra: Kukába" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Új&ra: Mappa létrehozása" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Új&ra: Mappák létrehozása" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Új&ra: Fájl létrehozása" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Új&ra: Tömeges átnevezés" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5078,12 +5041,12 @@ msgstr "" "Visszavonás esetén ez a fájl törlődni fog.\n" "Biztosan törölni szeretné: %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Visszavonás: Másolás megerősítése" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5094,21 +5057,22 @@ msgstr "" "Véglegesen törli ezt az elemet?%1A művelet nem vonható vissza." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Végleges törlés" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Végleges törlés" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5124,7 +5088,7 @@ msgstr[1] "" "Véglegesen törli ezt a(z) %1 elemet?A " "művelet nem vonható vissza." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5134,13 +5098,13 @@ msgstr "" "Véglegesen töröl minden elemet a Kukából?A " "művelet nem visszavonható." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Kiürítés" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5150,7 +5114,7 @@ msgstr "" "Biztosan a Kukába szeretné mozgatni ezt az elemet?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5235,7 +5199,7 @@ msgstr "Tulajdonos" msgid "Owning Group" msgstr "Tulajdonos csoport" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Egyéb" @@ -5279,19 +5243,19 @@ msgstr "Név" #, kde-format msgctxt "read permission" msgid "r" -msgstr "o" +msgstr "Olvasás" #: widgets/kacleditwidget.cpp:599 #, kde-format msgctxt "write permission" msgid "w" -msgstr "í" +msgstr "Írás" #: widgets/kacleditwidget.cpp:600 #, kde-format msgctxt "execute permission" msgid "x" -msgstr "v" +msgstr "Végrehajtás" #: widgets/kacleditwidget.cpp:601 #, kde-format @@ -5308,106 +5272,113 @@ msgstr "A rendszerbeállítások frissítése" msgid "Updating system configuration…" msgstr "A rendszerbeállítások frissítése…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Név" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Méret" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dátum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Hozzáférési jogok" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Tulajdonos" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Csoport" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Típus" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Megny&itás ezzel: %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Mű&veletek" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Mappa me&gnyitás mással…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "M&egnyitás mással…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Futtatás" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Mappa megny&itása ezzel: %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Megny&itás ezzel: %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Mappa me&gnyitás mással" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "M&egnyitás mással" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "E&gyéb alkalmazás…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5415,113 +5386,134 @@ msgid_plural "%1 items" msgstr[0] "1 elem" msgstr[1] "%1 elem" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ismeretlen" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Állj" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Megnyitás Filelightban" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Csatolva innen:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Szabad hely:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Típus:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Tartalom:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Megnyitás ezzel:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Módosítás…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Hely:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Méret:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Módosítás…" +msgid "Determine the folder size" +msgstr "Mappaméret meghatározása" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Tartalom:" +msgid "Stop" +msgstr "Állj" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Mappaméret meghatározásának leállítása" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Megnyitás Filelightban" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Ide mutat:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Utolsó módosítás:" +msgid "Show target" +msgstr "Cél megjelenítése" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Létrehozási dátum:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Fájlrendszer:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Ismeretlen méret" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Csatolva ide:" +msgid "Modified:" +msgstr "Utolsó módosítás:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Utolsó hozzáférés:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Megnyitás mással:" +msgid "File system:" +msgstr "Fájlrendszer:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Csatolva ide:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Csatolva innen:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Szabad hely:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Ismeretlen méret" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5822,24 +5814,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Ide lehet beírni az alkalmazás rövid leírását. Például: a telefonos tárcsázó " -"(KPPP) leírása lehet például \"Ez egy tárcsázóprogram\"." +"Ide lehet beírni az alkalmazás általános nevét. Például egy képnézegető " +"alkalmazás neve lehetne „Képmegjelenítő”." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Leírás:" +msgid "&Generic name:" +msgstr "Á<alános név:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Írja be ide a kapcsolódó megjegyzéseit." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Ide lehet beírni az alkalmazás rövid leírását. Például egy képnézegető " +"alkalmazás esetében ez lehetne „Képek megtekintése és szerkesztése”." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5850,7 +5846,7 @@ msgstr "Meg&jegyzés:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Környezeti változók:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6051,7 +6047,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Megosztás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6061,36 +6057,55 @@ msgstr "" "Nem sikerült menteni a tulajdonságokat nem megfelelő írási jogok miatt ide:" "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Á<alános" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Adja meg a fájlnevet" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Megnyitás ezzel: %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Frissítés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Adja meg a célhelyet" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 megjelenítése" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ismeretlen méret" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6099,138 +6114,146 @@ msgstr "" "Számolás... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fájl" msgstr[1] "%1 fájl" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 almappa" msgstr[1] "%1 almappa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Számolás…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Legalább %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Az új fájlnév nem lehet üres!" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Nincs regisztrált fájltípus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nincs társított alkalmazás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Létrehozás…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Módosítás…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Módosítja a(z) „%1” típusú fájlok megnyitásához használt alapértelmezett " +"alkalmazást." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Nincs hozzáférés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Csak megtekinthető" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Megtekinthető és módosítható" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "A tartalom csak megtekinthető" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "A tartalom megtekinthető és megváltoztatható" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "A tartalom csak megtekinthető/olvasható" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Megtekintés/olvasás és módosítás/írás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Jo&gosultságok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Hozzáférési jogok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ez a fájl egy link, hozzáférési jogosultság nélkül." msgstr[1] "Mindegyik fájl link, hozzáférési jogosultság nélkül." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Csak a tulajdonos változtathatja meg a jogosultságokat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "T&ulajdonos:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "A tulajdonos hozzáférési jogosultságait határozzák meg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Csoport:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "A csoport tagjainak hozzáférési jogosultságait határozzák meg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "E&gyéb:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6239,32 +6262,27 @@ msgstr "" "A többi felhasználó hozzáférési jogosultságait határozzák meg (akik nem " "tulajdonosok és nem szerepelnek a csoportban sem)." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "" -"Csak a t&ulajdonos nevezheti át ill. törölheti a mappában található elemeket" +msgstr "Csak a t&ulajdonos törölheti vagy nevezheti át a tartalmakat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Ez a jogosultság teszi lehetővé programfájl esetén a végrehajtást." +msgstr "Fájl programként végrehajtásának &engedélyezése" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Az alapértelmezett felhasználónév:" +msgstr "Törlés vagy átnevezés:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Futtatás" +msgstr "Végrehajtás:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6276,7 +6294,7 @@ msgstr "" "felhasználó csak új fájlok létrehozására jogosult, melyhez 'A tartalom " "módosítása' jogosultság szükséges." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6286,42 +6304,42 @@ msgstr "" "csak programok és parancsfájlok esetén van értelme. Csak ilyen jogosultságú " "fájlokat lehet végrehajtani." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Speciális jo&gosultságok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Tulajdonosi jog" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Felhasználó:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Csoport:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "A módosítások terjedjenek ki az összes almappára" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Speciális jogosultságok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Osztály" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6330,22 +6348,22 @@ msgstr "" "A bejegyzések\n" "megjelenítése" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ez az opció lehetővé teszi a mappa tartalmának megtekintését." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Olvasás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Az Olvasás opció lehetővé teszi a fájl tartalmának megtekintését." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6354,7 +6372,7 @@ msgstr "" "A bejegyzések\n" "írása" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6364,44 +6382,44 @@ msgstr "" "törlését. A sticky jogosultsággal korlátozni lehet a törlést és az " "átnevezést." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Írás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Az írási jogosultság lehetővé teszi a fájl tartalmának megváltoztatását." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Belépés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Ez a jogosultság teszi lehetővé a mappába való belépést." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Futtatás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Ez a jogosultság teszi lehetővé programfájl esetén a végrehajtást." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciális" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6410,7 +6428,7 @@ msgstr "" "Speciális jogosultság. Az egész mappára érvényes. Pontos jelentése a jobb " "oldali oszlopban látható." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6418,17 +6436,17 @@ msgid "" msgstr "" "Speciális jogosultság. Pontos jelentése a jobb oldali oszlopban olvasható." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Felhasználó" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Csoport" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6437,7 +6455,7 @@ msgstr "" "Ha ez a jogosultság be van állítva, a mappa tulajdonosa lesz a létrehozott " "új fájlok tulajdonosa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6446,7 +6464,7 @@ msgstr "" "Ha a fájl programfájl és ez a jogosultság be van állítva, akkor azt a " "rendszer a fájl tulajdonosának nevében fogja futtatni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6454,7 +6472,7 @@ msgstr "" "Ha ez a jogosultság be van állítva, a mappa tulajdonosi csoportja lesz a " "tulajdonosi csoport az itt létrehozott új fájloknál." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6463,7 +6481,7 @@ msgstr "" "Ha a fájl programfájl és ez a jogosultság be van állítva, a rendszer azt a " "csoport nevében fogja futtatni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6473,7 +6491,7 @@ msgstr "" "tulajdonos és a rendszergazda tud fájlokat törölni és átnevezni. Ha nincs " "beállítva, akkor az összes írási jogosultságú felhasználó." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6482,89 +6500,80 @@ msgstr "" "Linuxban nincs szerepe fájloknál a sticky jogosultságnak, de más " "rendszerekben ez előfordulhat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "A UID beállítása" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "A GID beállítása" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Változó (nincs változás)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ez a fájl speciális hozzáférési jogosultságokkal rendelkezik." msgstr[1] "Ezek a fájlok speciális hozzáférési jogosultságokkal rendelkeznek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ez a mappa speciális hozzáférési jogosultságokkal rendelkezik." msgstr[1] "Ezek a mappák speciális hozzáférési jogosultságokkal rendelkeznek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ezek a fájlok speciális hozzáférési jogosultságokkal rendelkeznek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Ellenőr&zőösszegek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Számolás…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Érvénytelen ellenőrzőösszeg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "A megadott bemenet nem érvényes MD5, SHA1 vagy SHA256 ellenőrzőösszeg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Az ellenőrzőösszegek egyeznek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "A számolt és a várt ellenőrzőösszegek egyeznek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                Checksums do not match.

                This may be due to a faulty download. Try re-" @@ -6575,30 +6584,46 @@ msgstr "" "Próbálja meg újra letölteni a fájlt.
                Ha az ellenőrzés továbbra is " "meghiúsul, lépjen kapcsolatba a fájlt biztosítóval." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "A számolt és a várt ellenőrzőösszegek eltérnek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Ellenőrzőösszegek ellenőrzése…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Az összes fájl ellenőrzőösszege megegyezik." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "A kiválasztott fájlok ellenőrzőösszegei eltérőek." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Számolás…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6606,27 +6631,27 @@ msgstr "" "Nem sikerült menteni a tulajdonságokat. Csak bejegyzések támogatottak a " "helyi fájlrendszeren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Al&kalmazás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Fájltípus hozzáadása ehhez: %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Válassza ki a felvenni kívánt fájltípusokat:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "A futtatni kívánt programfájl nem lehet távoli fájlrendszeren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Speciális beállítások - %1" @@ -6728,22 +6753,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Keresőazonosítók beállítása…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Fájlmegnyitási párbeszédablak" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Fájlnév a vágólap tartalmához:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "beillesztett fájl" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Vágólap tartalmának beillesztése…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6752,19 +6781,19 @@ msgstr "" "A vágólap megváltozott a 'beillesztés' használata óta: a választott " "adatformátum már nem megfelelő. Végezze el újból a vágólapra másolást." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Mappa beillesztése" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Fájl beillesztése" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6772,47 +6801,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Egy elem beillesztése" msgstr[1] "%1 elem beillesztése" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Vágólap tartalmának beillesztése…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Beillesztés" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Adatformátum:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Fájlnév a vágólap tartalmához:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Ejtett tartalmak fájlneve:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dátum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Méret: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Alkalma&zás az összesre" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6822,47 +6868,50 @@ msgstr "" "Hacsak nem nyomja meg a Kihagyás gombot, minden konfliktusnál válaszolnia " "kell egy kérdésre." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ha be van jelölve, a megnyomott gomb kerül alkalmazásra az összes további " "ütközésre az aktuális feladatban." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Átneve&zés" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Új név a&jánlása" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Ki&hagyás" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "A mappa másolásának/mozgatásának kihagyása, ugrás a következőre" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Nem kell átmásolni/áthelyezni ezt a fájlt, ugrás a következőre" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Írás &ebbe" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6873,13 +6922,13 @@ msgstr "" "A fájlok és mappák tartalmukkal együtt lesznek átmásolva.\n" "Ütköző fájlok esetén figyelmezető üzenet jelenik meg." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Régebbi fájl&ok felülírása" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6888,12 +6937,12 @@ msgstr "" "A forrás felül fogja írni a régebbi módosítási dátumú cálfájlt, egyébként " "átugorja." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "F&olytatás" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6902,67 +6951,57 @@ msgstr "" "Ez a művelet felülírná a(z) '%1' fájlt saját magával.\n" "Adjon meg más fájlnevet:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "F&olytatás" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Szeretné felülírni a célt?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Szeretné beolvasztani a(z) „%1” tartalmát ebbe: „%2”?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Forrás" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Cél" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "A forrás sokkal frisebb." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "A forrás régebbi." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "A forrás kisebb ennyivel: %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "A forrás nagyobb ennyivel: %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "A fájlok azonosak." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "A fájlok azonosnak tűnnek." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "A fájlok különbözőek." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6971,59 +7010,52 @@ msgstr "" "A fájlok valószínűleg azonosak: a méretük egyforma, a tartalmuk pedig " "egyezik a fájlok elején, közepén és végén." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Fájlok másolása" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Már létezik egy régebbi elem: '%1'." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Már létezik egy hasonló, %1 nevű fájl." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Már létezik egy újabb elem: „%1”." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Átnevezés:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Elem átnevezése" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Elemek átnevezése" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Átneve&zés" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "A(z) %1 átnevezése erre:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Új név #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Már létezik %1 nevű fájl." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "A(z) %1 érvénytelen fájlnév." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7031,38 +7063,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "A(z) %1 kijelölt elem átnevezése erre:" msgstr[1] "A(z) %1 kijelölt elem átnevezése erre:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "A # növekvő számokkal lesz helyettesítve, a következővel kezdve:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Új név #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Érvénytelen fájlnév: Az új névnek tartalmaznia kell egy # karaktert, kivéve, " +"ha az összes fájl kiterjesztése különböző." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 kijelölt elem átnevezése a következőképpen:" +msgstr[1] "%1 kijelölt elem átnevezése a következőképpen:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Cserélendő:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Minta" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Ezzel:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Csere" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Egyetlen fájlnév sem tartalmazza a mintát." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"A(z) „%1” cseréje üres helyettesítéssel azt eredményezné, hogy a(z) " +"%2 fájl neve üres lenne." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 kijelölt elem átnevezése:" +msgstr[1] "%1 kijelölt elem átnevezése:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Szöveg hozzáadása:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Hozzáadandó szöveg" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Fájlnév előtt" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Fájlnév után" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Elem átnevezése" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Elemek átnevezése" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Átneve&zés" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Átnevezés módja:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Felsorolás" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Szöveg cseréje" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Szöveg hozzáadása" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Előnézet:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "A(z) %1 nem nevezhető át üres fájlnévre." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Információ" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Csere" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Újra" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Összes cseréje" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Kihagyás" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Összes kihagyása" @@ -7149,7 +7333,7 @@ msgstr "" "A távoli gép nem küldött egy SSL-tanúsítványt sem.\n" "A művelet megszakad, mert a gép nem azonosítható hitelesen." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7189,11 +7373,11 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Az elem áthelyezése a Kukába nem sikerült, mert túl nagy. Törli helyette " +"A Kuka túlságosan tele van ahhoz, hogy ezt a fájlt befogadja. Törli helyette " "véglegesen?%1A művelet nem vonható vissza." @@ -7201,23 +7385,66 @@ msgstr "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " -"delete them instead?This action cannot be " -"undone." +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." msgstr[0] "" -"%1 elem áthelyezése a Kukába nem sikerült, mert túl nagy. Törli helyette " -"véglegesen?%1A művelet nem vonható vissza." +"A Kuka túl tele van ahhoz, hogy befogadja ezt a(z) %1 fájlt. Törli helyette " +"véglegesen?A művelet nem vonható vissza." msgstr[1] "" "%1 elem áthelyezése a Kukába nem sikerült, mert túl nagyok. Törli ezeket " "helyette véglegesen?%1A művelet nem vonható vissza." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this file. Permanently delete it instead?" +#| "%1This " +#| "action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"A Kuka túlságosan tele van ahhoz, hogy ezt a fájlt befogadja. Törli helyette " +"véglegesen?%1A művelet nem vonható vissza." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this %1 file. Permanently delete it " +#| "instead?This action cannot be undone." +#| msgid_plural "" +#| "The trash is too full to accept these %1 files. Permanently delete them " +#| "instead?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" +"A Kuka túl tele van ahhoz, hogy befogadja ezt a(z) %1 fájlt. Törli helyette " +"véglegesen?A művelet nem vonható vissza." +msgstr[1] "" +"%1 elem áthelyezése a Kukába nem sikerült, mert túl nagyok. Törli ezeket " +"helyette véglegesen?%1A művelet nem vonható vissza." + +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7225,51 +7452,282 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Biztosan a Kukába szeretné mozgatni ezt a(z) %1 elemet?" msgstr[1] "Biztosan a Kukába szeretné mozgatni ezt a(z) %1 elemet?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne kérdezzen rá többször" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne kérdezzen rá többször" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne jelenjen meg többször ez az üzenet" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "A partner SSL tanúsítványlánca hibás." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Figyelmeztetés" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Elindítja a programot:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" +#~ msgid "Open With:" +#~ msgstr "Megnyitás mással:" + +#~ msgid "File System:" +#~ msgstr "Fájlrendszer:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Végrehajtható fájlok futtatása kérdés nélkül" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Végrehajtható fájlok megnyitása az alapértelmezett alkalmazásban, kérdés " +#~ "nélkül" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Megjegyzés minden végrehajtható fájlhoz" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Ezt a Dolphin fájlkezelő beállításaiban, a „Megerősítések” alatt lehet " +#~ "visszavonni." + +#~ msgid "Change Attribute" +#~ msgstr "Attribútum módosítása" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges a fájl attribútumainak módosításához. Szeretné " +#~ "folytatni?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges a másolási művelet befejezéséhez. Szeretné " +#~ "folytatni?" + +#~ msgid "Delete Files" +#~ msgstr "A fájlok törlése" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges a törlési művelet befejezéséhez. Ezzel azonban " +#~ "kárt okozhat a rendszerben. Folytatja?" + +#~ msgid "Create Folder" +#~ msgstr "Új mappa" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "Root jogosultság szükséges a mappa létrehozásához. Folytatja?" + +#~ msgid "Move Items" +#~ msgstr "Elemek áthelyezése" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges az áthelyezés befejezéséhez. Szeretné " +#~ "folytatni?" + +#~ msgid "Rename" +#~ msgstr "Átnevezés" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges az átnevezés befejezéséhez Szeretné folytatni?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges a szimbolikus link létrehozásához. Szeretné " +#~ "folytatni?" + +#~ msgid "Transfer data" +#~ msgstr "Adatátvitel" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Root jogosultság szükséges az adatátvitel befejezéséhez. Szeretné " +#~ "folytatni?" + +#~ msgid "Undo Changes" +#~ msgstr "Módosítások visszavonása" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "A művelet visszavonásához root jogosultság szükséges. Folytatja?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Hozzáférési jog (ACL) beállítása: %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Fájl jogosultságainak módosítása" + +#~ msgid "New Permissions: %1" +#~ msgstr "Új jogosultságok: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Fájl tulajdonosának megváltoztatása" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Új tulajdonos: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Fájl törlése" + +#~ msgid "Remove Directory" +#~ msgstr "Mappa törlése" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Mappa jogosultságai: %1" + +#~ msgid "Open File" +#~ msgstr "Fájl megnyitása" + +#~ msgid "Open Directory" +#~ msgstr "Mappa megnyitása" + +#~ msgid "New Filename: %1" +#~ msgstr "Új fájlnév: %1" + +#~ msgid "Target: %1" +#~ msgstr "Cél: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Időbélyeg módosítása" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Innen: %1, ide: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ismeretlen művelet" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Művelet: %1\n" +#~ "Forrás: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "A könyvjelzők gomb mutatása" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "A fájlok áthelyezése folyamatban van" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "A fájlok másolása folyamatban van" + +#~ msgid "&Description:" +#~ msgstr "&Leírás:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Írja be ide a kapcsolódó megjegyzéseit." + +#~ msgid "Do not ask again" +#~ msgstr "Ne kérdezze meg többet" + +#~ msgid "&Filter:" +#~ msgstr "&Szűrő:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

                You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

                Wildcards such as * and ? are allowed." +#~ "

                " +#~ msgstr "" +#~ "Ez a szűrő lesz alkalmazva a fájllistára. Csak a szűrőhöz illeszkedő " +#~ "nevű fájlok lesznek láthatók.

                A lenyíló listából válasszon ki egyet a " +#~ "felsorolt szűrők közül, vagy írjon be egy egyéni szűrőt a szöveges mezőbe." +#~ "

                A * és ? helyettesítő karakterek használhatók.

                " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Egynél több mappa lett kijelölve, de itt csak egyetlen listázandó mappát " +#~ "lehet megadni. Csak egy mappát jelöljön ki." + +#~ msgid "More than one folder provided" +#~ msgstr "Egynél több mappa van megadva" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Legalább egy mappa és egy fájl ki lett jelölve. A fájlkijelölésnek nem " +#~ "lesz hatása, a program kilistázza a mappa tartalmát." + +#~ msgid "Files and folders selected" +#~ msgstr "Kijelölt fájlok és mappák" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
                • Timeout for establishing a connection: %1 seconds
                • Timeout " +#~ "for receiving a response: %2 seconds
                • Timeout for accessing proxy " +#~ "servers: %3 seconds
                Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Sikerült felvenni a kapcsolatot a kiszolgálóval, de nem érkezett válasz a " +#~ "megengedett időn belül:
                • Kapcsolat létrehozásánál a max. válaszidő: " +#~ "%1 másodperc
                • Válasz esetén a max. várakozási idő: %2 másodperc
                • Proxy elérésénél a max. válaszidő: %3 másodperc
                Ezek az " +#~ "értékek megváltoztathatók a KDE Rendszerbeállításoknál (Hálózat -> " +#~ "kapcsolatbeállítások)." + #~ msgid "Is &executable" #~ msgstr "&Futtatható" @@ -8441,9 +8899,6 @@ msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" #~ "Ez az a számított lemezterület, amely a Kuka számára maximálisan " #~ "engedélyezett." -#~ msgid "Show a Warning" -#~ msgstr "Figyelmeztetés megjelenítése" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "A legrégebbi törölt fájlok eltávolítása" @@ -8582,10 +9037,6 @@ msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" #~ msgid "Space" #~ msgstr "Szóköz" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Alapértelmezett" - #~ msgid "Modify Web Shortcut" #~ msgstr "Keresőazonosító módosítása" @@ -8966,11 +9417,6 @@ msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nem található alkalmazás vagy kezelő ehhez: %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Fájl be&illesztése" -#~ msgstr[1] "%1 fájl be&illesztése" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL bei&llesztése" @@ -9089,14 +9535,6 @@ msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" #~ msgid "Invalid Directory Name" #~ msgstr "Érvénytelen mappanevek" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Nem lehet létrehozni %1 nevű mappát,mivel az az " -#~ "operációs rendszer számára van fenntartva." - #~ msgid "File Type Options" #~ msgstr "Fájltípus-beállítások" @@ -9134,9 +9572,6 @@ msgstr "Ha nem bízik meg a programban, kattintson a Mégsem gombra" #~ msgid "unmounting is not supported by wince." #~ msgstr "A wince nem támogatja a lecsatolást." -#~ msgid "File name:" -#~ msgstr "Fájlnév:" - #, fuzzy #~| msgid "" #~| "

                Cache

                This module lets you configure your cache settings. -# giovanni , 2024. +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 g.sora +# giovanni , 2024, 2025. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 16:03+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-04-30 17:11+0200\n" "Last-Translator: giovanni \n" "Language-Team: Interlingua \n" "Language: ia\n" @@ -16,7 +16,7 @@ msgstr "" "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-Generator: Lokalize 25.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "g.sora@tiscali.it" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "On non pote cambiar proprietate pro file %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,12 +42,12 @@ msgstr "" "Il non pote modificar le proprietate del file %1. Tu " "non ha assatis permissiones de accesso al file pro exequer le modifica." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Incapace a crear KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -59,7 +59,7 @@ msgstr "" "Il non pote crear symlink %1 .\n" "Le systema de file de destination (%2) non supporta symlinks." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "Seliger Reimplacia reimplaciara ulle characteres invalide (in le nomine de " "dossier de destination) con un sublinea \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "Seliger Reimplacia reimplaciara ulle characteres invalide (in le nomine de " "file de destination) con un sublinea \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Dossier ja existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "File Ja existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Un dossier ja es existente" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Corbe" @@ -200,206 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Mover" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Fonte" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destination" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renominar" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiar" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Crear directorio" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Directorio" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Deler" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "File" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinar" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferer" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montar" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Puncto de montage" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Dis-montar" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Cambia attributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per cambiar attributos de " -"file. Tu vole continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copia files" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per operation de cambiar. Tu " -"vole continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dele files" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per completar lle operation de " -"deler. Totevia, facente illo tu pote guastar tu systema. Tu vole continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crea dossier" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per crear iste dossier.Tu vole " -"continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Move elementos" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per operation de mover. Tu " -"vole continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Renomina" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per operation de renominar. Tu " -"vole continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Crea symlink (ligamine symbolic)" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per crear iste sumlink " -"(ligamine symbolic).Tu vole continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferer datos" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Privilegios de supervisor (root) es requirite per operation de transferer " -"datos. Tu vole continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -829,6 +719,11 @@ msgstr "Le file es troppo grande pro esser ponite in le corbe." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Un dossier de corbe non pote esser trovate o create per iste location." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -838,65 +733,65 @@ msgstr "" "%2\n" "Pro favor, tu invia un reporto de bug complete a http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(Incognite)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                %1

                %2

                " msgstr "

                %1

                %2

                " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Ration technica:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalios del requesta:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
              • URL: %1
              • " msgstr "
              • URL:%1
              • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
              • Protocol: %1
              • " msgstr "
              • Protocollo:%1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
              • Date and time: %1
              • " msgstr "
              • Data e tempore:%1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
              • Additional information: %1
              • " msgstr "
              • Information additional: %1
              • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Possibile causas:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Possibile Solutiones:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(Incognite)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -906,17 +801,17 @@ msgstr "" "administrator de systema, o le gruppo de supporto technic pro ulterior " "assistentia." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Continge le administrator del servitor pro ulterior assistentia." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Verifica tu permissiones de accesso sur iste ressource." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -925,7 +820,7 @@ msgstr "" "Tu permissiones de accesso pote esser inadequate pro exequer le operation " "petite sur iste ressource." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -933,7 +828,7 @@ msgstr "" "Le file pote esser in uso (e in iste modo es blocate) per un alteresusator o " "application." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -942,17 +837,17 @@ msgstr "" "Marca pro esser secur que no altere application o usator es usante le file o " "ha blocate le file." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Anque si pauc probabile, un error de hardware pote haber occurrite." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Tu pote haber incontrate un bug in le programma." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -961,7 +856,7 @@ msgstr "" "Isto es plus probabilemente causate per un bug in le programma. Pro favor, " "tu considera de submitter un reporto de bug complete como detaliate a basso." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -970,7 +865,7 @@ msgstr "" "Actualisa tu software al ultime version. Tu distribution deberea provider " "instrumentos pro actualisar tu software." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -986,17 +881,17 @@ msgstr "" "reporto de bug de alte qualitate. Si le software es fornite per un tertie " "parte, pro favor to continge lo directemente. Alteremente, prime tu vide si " "le mesme bug jam ha essite submittite per un altere persona per cercar al " -"sito web de reporto de bug . Postea, " -"siillo non es, tu prende notas de detalios date de supra e tu include los in " +"sito web de reporto de bug . Postea, si " +"illo non es, tu prende notas de detalios date de supra e tu include los in " "tu reporto de bug, insimul a multe altere detalios que tu pensa il pote " "adjutar. " -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "On pote haber essite un problema con tu connexion de rete." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1006,7 +901,7 @@ msgstr "" "essite accedente le Internet con necun problema recentemente, isto es " "improbabile." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1015,43 +910,43 @@ msgstr "" "On pote haber essite un problema a un puncto preter le percurso de rete " "inter le servitor e iste computator." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Tu prova de nove, o nunc o plus tarde." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Un error de protocollo o incompatibilitate pote haber occurrite." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Tu assecura te que le ressource existe, a tu prova de nove." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Le ressource specificate pote non exister." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Duple-verifica que tu ha insertate le correcte location e prova de nove." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Verifica le stato de tu connexion de rete." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "On non pote aperir ressource pro lectura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 non pote esser recuperate, proque on non pote obtener accesso de " "lectura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Tu poterea non haber permissiones de leger le file o aperir le dossier." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "On non pote aperir ressource pro scriber" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1081,17 +976,17 @@ msgstr "" "Isto significa que le file %1 non pote esser scribite como " "requirite, proque on non pote obtener accesso de scriptura." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "On non pote lancear le processo per le Protocollo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Incapace de launcear Processo" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 " "protocollo ha reportate un error interne." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" -msgstr "URL Formattate de modo Improprie" +msgstr "URL Fnormatate de modo Improprie" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocollo://usator:contrassigno@www.exemplo.org:porto/" "dossier/nominedefile.extensiones?requesta=valor" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocollo %1 non supportate" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1162,12 +1057,12 @@ msgstr "" "Le protocollo %1 non es supportate per le programmas de KDE " "currentemente installate super iste computator." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Le protocollo requirite poterea non esser supportate." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1176,7 +1071,7 @@ msgstr "" "Le version del protocollo %1 supportate per iste computator e le servitor " "pote esser incompatibile. " -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1187,17 +1082,17 @@ msgstr "" "un \"KIO worker\") que supporta iste protocollo. Placias de cerca include https://sore.kde.org/" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL non refere se a un ressource." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protocollo es un Protocollo de Filtro" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) que tu insertava non refereva se a alcun ressource " "specific." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1220,12 +1115,12 @@ msgstr "" "non es un de ille situationes. Isto es un rare evento,probabilementemente " "illo indica un error de programmation. " -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Action non supportate:%1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1234,7 +1129,7 @@ msgstr "" "Le requirite action non es supportate per le programma de KDE que il es " "actuante le protocollo %1. " -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1245,17 +1140,17 @@ msgstr "" "deberea dar te altere information que es disponibile surarchitectura de " "ingresso/egresso de KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Tentativa de trovar altere modo pro complir le mesme exito." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "On Expectava File" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1264,17 +1159,17 @@ msgstr "" "Le requesta expectava se un file, totevia il trovava in vice le dossier " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Isto poterea esser un error sur le parte de servitor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "On expectava un Dossier" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1283,17 +1178,17 @@ msgstr "" "Le requesta expectava se un dossier, totevia il trovava in vice le file " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Le file o dossier non existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Le specificate file o dossier %1 non existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1302,23 +1197,23 @@ msgstr "" "Le file requirite non poteva esser create proque un file con le mesme nomine " "jam existe." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Prime tu cerca de displaciar le file currente, e postea tu prova de nove." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Dele le file currente e tu prova de nove." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Seliger un nomine de file alternative pro un nove file." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1327,28 +1222,28 @@ msgstr "" "Le dossier requirite non poteva esser create proque un dossier con le mesme " "nomine jam existe." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Prime tu cerca de displaciar le dossier currente, e postea tu prova de nove." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Dele le dossier currente e tu prova de nove." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Seliger un nomine alternative pro un nove dossier." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Hospite Incognite" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1357,7 +1252,7 @@ msgstr "" "Un error de hospite incognite indica que le servitor con le requirite " "nomine, %1, non poterea esser localisate in le internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1365,32 +1260,32 @@ msgstr "" "Le nomine que tu typava,%1, poterea non exister: il pote esser typate " "incorrectemente." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Accesso negate" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" "Accesso esseva negate pro le ressource specificate, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Tu poterea haber fornite detalios de authentication incorrecte o necun del " "toto." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Tu conto de accesso poterea non haber permission pro acceder al ressource " "specificate." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1399,12 +1294,12 @@ msgstr "" "Tu prova de nove le requesta e assecura te que tu detalios de authentication " "es insertate correctemente." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Accesso de scriptura negate" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1413,12 +1308,12 @@ msgstr "" "Isto significa que un tentativa de scriber in le file %1 " "esseva rejectate." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Incapace de insertar dossier " -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1427,17 +1322,17 @@ msgstr "" "Isto significa que un tentativa de insertar (in altere parolas, de aperir) " "le requirite dossier %1 esseva rejectate." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listar de Dossier non disponibile" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protocollo %1 non es un Filesystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1448,12 +1343,12 @@ msgstr "" "dossier, e le programma de KDE supportante iste protocollo es incapace de " "facer lo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Relevate un Ligamine cyclic" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1466,7 +1361,7 @@ msgstr "" "ligamines que il resulta in un circulo o anello infinite - i.e. le file " "esseva ligate a se mesmo." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1475,27 +1370,27 @@ msgstr "" "Deler un parte del circulo o anello pro face que il non causa un circulo " "infinite, e tu prova de nove." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Requesta Abortate per Usator" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Le requesta non esseva completate proque il esseva abortate." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Tu prova de nove le requesta." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Relevate un Ligamine cyclic Durante Copia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1508,17 +1403,17 @@ msgstr "" "relevava un ligamine o un serie de ligamines que il resulta in un circulo o " "anello infinite - i.e. le file esseva ligate a se mesmo." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Il non pote crear Connexion de Rete" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Il non pote Crear Socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1527,8 +1422,8 @@ msgstr "" "Isto es un error bastante technic in le qual un dispositivo requirite pro " "communicationes de rete (un socket) non poteva esser create." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1537,12 +1432,12 @@ msgstr "" "Le connexion de rete poterea esser configurate incorrectemente, o le " "interfacie de rete poterea non esser habilitate." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Connexion a Servitor Refusate" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1551,7 +1446,7 @@ msgstr "" "Le servitor %1 refusava de permitter a iste computator de " "facer un connexion." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1560,7 +1455,7 @@ msgstr "" "Le servitor, anque si il es currentemente contingite a Internet, non poterea " "esser configurate pro permitter requestas." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1569,7 +1464,7 @@ msgstr "" "Le servitor, anque si il es currentemente contingite a Internet, non poterea " "esser executante le requirite servicio (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1580,12 +1475,12 @@ msgstr "" "Internet),protegente tu rete o le rete del servitor, pote esser intervenite " "pro impedir iste requesta." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Connexion a Servitor Claudite inexpectatemente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1594,7 +1489,7 @@ msgstr "" "Ben que un connexion esseva stabilite a %1, le connexion " "esseva claudite a un puncto inexpectate in le communication." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1603,17 +1498,17 @@ msgstr "" "Un error de protocollo poterea haber occurrite, causante que le servitor ha " "claudite le connexion como responsa al error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ressource de URL invalide" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protocollo %1 non es un protocollo de Filtro" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1636,17 +1531,17 @@ msgstr "" "tal modo, totevia iste protocollo non es capace de tal action. Isto es un " "evento rar, e probabilemente il indica un error de programmation. " -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Incapace de initialisar Dispositivo de Ingresso/Egresso" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Il non pote montar dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1655,7 +1550,7 @@ msgstr "" "Le requirite dispositivo non poteva esser initialisate (\"montate\"). Le " "error reportate esseva: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1667,7 +1562,7 @@ msgstr "" "in le case de un peripherico/dispositivo portabile, le dispositivo pote non " "esser contingite correctemente. " -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1678,7 +1573,7 @@ msgstr "" "dispositivo. Super systemas UNIX, sovente privileges de administrator es " "requirite pro initialisar un dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1688,17 +1583,17 @@ msgstr "" "medios, e dispositivos portabile debe esser contingite e alimentate. Tu " "prova de nove." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Incapace de de-initialisar Dispositivo de Ingresso/Egresso" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Il non pote dismontar dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1707,7 +1602,7 @@ msgstr "" "Le requirite dispositivo non poteva esser de-initialisate (\"dismontate\") " "Le error reportate esseva: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1719,7 +1614,7 @@ msgstr "" "un location sur iste dispositivo pote causar que le dispositivo permane in " "uso." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1730,19 +1625,19 @@ msgstr "" "dispositivo. Super systemas UNIX, privilegios de administrator es sovente " "requirite pro de- initialisar un dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Tu verifica que necun altere applicationes es accedente le dispositivo, e " "postea tu prova de nove." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Il non pote leger ex ressource" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1752,17 +1647,17 @@ msgstr "" "aperite, on occurreva un error durante que on legeva le contentos del " "ressource." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Tu poterea non haber permissiones de leger ex le ressource." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Il non pote scriber sur ressource" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1771,22 +1666,22 @@ msgstr "" "isto significa que anque si le ressource, %1, poteva esser " "aperite, on occurreva un error durante que on scribeva in le ressource." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Tu poterea non haber permissiones de scriber sur le ressource." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "On non poteva ascoltar Connexiones de Rete " -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "On non pote ligar" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1797,17 +1692,17 @@ msgstr "" "communicationes de rete (un socket) poterea non esser establite pro ascoltar " "connexiones de rete perveniente." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "On non pote ascoltar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "On non pote dar acceptation a Connexion de rete" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1816,17 +1711,17 @@ msgstr "" "Isto assatis es un error technic in qual un error occurreva durante que on " "tentava de da acceptation a un connexion de rete perveniente." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Tu non pote haber permission pro dar acceptation a connexion." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Il non pote acceder: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1834,17 +1729,17 @@ msgstr "" "Un tentativa de accesso pro exequer le requirite operation esseva sin " "successo." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Il non pote determinar le stato de ressource" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Non pote determinar le ressource" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1853,7 +1748,7 @@ msgstr "" "Un tentativa de determinar information re le stato de ressource %1, assi como le nomine de ressource, grandor etc. non habeva successo." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" @@ -1861,64 +1756,64 @@ msgstr "" "accessibile." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Il non pote cancellar le listar" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documenta isto" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Il non pote crear Dossier" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Un tentativa de crear le requirite dossier falleva." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Le location ubi le dossier esseva create poterea non exister." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "On non pote remover dossier" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Un tentativa de remover le specificate dossier, %1, falleva." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Le specificate dossier poterea non exister." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Le specificate dossier poterea non esser vacue." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Tu assecura te que le dossier existe e que il es vacue, e tu prova de nove." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "On non pote resumer transferentia de file" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1928,34 +1823,34 @@ msgstr "" "strong> essera recuperate a un certe puncto del transferimento. Isto non es " "possibile." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Le protocollo, o le servitor, pote non supportar le resumer de file." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Prova de nove le requesta sin tentar de resumer transferentia." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Il non pote renominar ressource" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Un tentativa de renominar le ressource specificate %1 " "falleva." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Il non pote alterar permissiones de ressource" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1" "%1 falleva." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Il non pote cambiar proprietate de ressource" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1" "%1 falleva." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Il non pote deler ressource" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Un tentativa de deler le ressource specificate %1 falleva." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Termination inexpectate de programma" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha terminate inexpectatemente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Foras de Memoria" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 non poterea obtener le memoria requirite pro continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Hospite de Proxy Incognite" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2076,17 +1971,17 @@ msgstr "" "kde.org/ pro informar le equipa de KDE del methodo de authentication non " "supportate." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Requesta abortate" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interne error in servitor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2095,7 +1990,7 @@ msgstr "" "Le programma sur le servitor que provide accesso al protocollo %1 ha reportate un error interne: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2105,12 +2000,12 @@ msgstr "" "Pro favor tu considera submitter un reporto complete de bug como detaliate a " "basso." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Continge le administrator del servitor pro avisar lo del problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2119,44 +2014,33 @@ msgstr "" "Si tu sape qui es le autores del software del servitor, tu submitte le " "reporto de bug directemente a lor," -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Error de Expiration de Tempore" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                • Timeout for establishing a connection: %1 seconds
                • Timeout " -"for receiving a response: %2 seconds
                • Timeout for accessing proxy " -"servers: %3 seconds
                Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Ben que on habeva contacto con le servitor, un responsa non esseva recipite " -"intra le amontar de tempore allocate pro le requesta como seque: " -"
                • Tempore limite pro stabilir un connexion: %1 secundas
                • " -"
                • Tempore limite pro reciper un responsa: %2 secundas
                • Tempore " -"limite pro acceder a servitor de proxy: %3 secundas
                Pro favor, tu " -"nota que tu pote modificar iste preferentias de tempore limite in " -"Preferentias de Systema KDE, per seliger Preferentias de rete-> Preferentias " -"de connexion." +"Ben que un contacto esseva facite con le servitor, un responsa non esseva " +"recipite intra le amonta de tempore assignate perle requesta." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Le servitor esseva troppo occupate respondente a altere requesta per " "responder." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Error Incognite" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha reportate un error incognite: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interruption incognite" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ha reportate un interruption de typo incognite: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Il non pote deler le file original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2195,28 +2079,28 @@ msgstr "" "probabilemente al fin de un operation de mover file. Le file original " "%1 poterea non esser delite." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" -msgstr "Il non pote deler file temporari" +msgstr "Il non pote deler file temporanee" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " "to save the new file while being downloaded. This temporary file %1 could not be deleted." msgstr "" -"Le requirite operation exigeva le creation de un file temporari ubi " +"Le requirite operation exigeva le creation de un file temporanee ubi " "salveguardar le nove file durante que il esseva discargate. Iste file " -"temporari %1 non poterea esser delite." +"temporanee%1 non poterea esser delite." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Il non pote renominar file original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2225,46 +2109,46 @@ msgstr "" "Le requirite operation exigeva le cambio de nomine del file original " "%1, totevia il non poterea esser renominate." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" -msgstr "Il non pote renominar file temporari" +msgstr "Il non pote renominar file temporanee" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -"Le requirite operation exigeva le creation de un file temporari %1, totevia il non poterea esser create." +"Le requirite operation exigeva le creation de un file temporanee " +"%1, totevia il non poterea esser create." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Il non pote crear ligamine" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Il non pote crear ligamine symbolic" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Le ligamine symbolic requirite %1 non poteva esser create." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nulle Contento" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco Complete" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2273,23 +2157,23 @@ msgstr "" "Le requirite file %1 non poteva esser scribite proque il " "non ha assatis spatio de disco" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" -"Libera assatis spatio de disco per 1) deler file temporari e non desiderate; " -"2) archivar files sur media de immagazinage removibile tal como discos CD-" -"Recordable; o 3) obtener plus capacitate de immagazinage." +"Libera assatis spatio de disco per 1) deler file temporanee e non " +"desiderate; 2) archivar files sur media de immagazinage removibile tal como " +"discos CD-Recordable; o 3) obtener plus capacitate de immagazinage." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Files de initio e de destination es identic." -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2298,17 +2182,17 @@ msgstr "" "Le operation non poteva esser completate proque le files de initio e de " "destination es le mesme file. " -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Selige un differente nomine de file pro le file de destination." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Le file o dossier non pote esser cadite in se mesme" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2317,17 +2201,17 @@ msgstr "" "Le operation non poteva esser completate proque le files de initio e de " "destination es le mesme file. " -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Cade le elemento in un file o dossier differente." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Dossier movite in se mesme" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2336,17 +2220,17 @@ msgstr "" "Le operation non poteva esser completate proque le fontes de initio e de " "destination es le mesme. " -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Move le elemento in un dossier differente." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Non pote communicar con le servitor de contrasigno" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2355,23 +2239,23 @@ msgstr "" "Le operation non poteva esser completate proque le servicio per requirer " "contrasignos 8kpasswdserver) non poteva esser attingite " -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Essaya restartar tu session, o cerca in le registros per errores ex kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "On non pote initiar le Protocollo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Incapace a crear KIO worker: " -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2380,7 +2264,7 @@ msgstr "" "Le KIO worker que provide accesso al %1 protocollo non " "poteva esser initiate. Isto es solitemente debite a motivos technic. " -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2389,13 +2273,13 @@ msgstr "" "klauncher non pote trovar o lancear le plugin que forni le protocollo. Isto " "significa que tu pote haber un version non actualisate del plugin." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Non pote transferer %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2405,37 +2289,37 @@ msgstr "" "Le file %1 non pote esser transferite, proque le " "systema de file de destination non supporta files assi grande" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -"Re-formatta le drive de destination pro usar un systema de file que supporta " +"Re-fnormata le drive de destination pro usar un systema de file que supporta " "files assi grande." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Error non documentate" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Ligamine symbolic a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Attacca a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Il puncta a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2444,12 +2328,12 @@ msgstr "" "URL mal formate\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Incapace a determinar le typo de file per %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2458,13 +2342,13 @@ msgstr "" "Il non pote extraher nomine de executabile ab '%1', per favor tu typa un " "valide nomine de programma." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 non appare esser un programma executabile." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2474,92 +2358,92 @@ msgstr "" "%1 non esseva trovate; pro favor inserta un percurso " "valide a un programma executabile." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Aperir connexiones non es supportate con le protocollo %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Clauder connexiones non es supportate con le protocollo %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Acceder a files non es supportate con le protocollo %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Scriber a %1 non es supportate." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "On non ha alcun actiones special disponibile pro protocollo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Listar dossieres non es supportate pr protocollo %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Recuperar datos ex %1 non es supportate." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Recuperar information de typo mime ex %1 non es supportate." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Renominar o mover files intra %1 non es supportate." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Crear symlinks non es supportate con protocollo %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Copiar files intra %1 non es supportate." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Deler files ex %1 non es supportate." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Crear dossieres non es supportate con protocollo %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Cambiar le attributos de files non es supportate con protocollo %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Cambiar le proprietate de files non es supportate con protocollo %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Aperir files non es supportate con protocollo %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protocollo %1 non supporta action %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2571,312 +2455,336 @@ msgstr "" "solitemente demanda multe permissiones, pote non esser garantite proque " "usatores altere que lo de radice (root) ha permissione a modificar lo a %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocollo '%1' Incognite." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Il non pote trovar KIO worker pro protocollo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Le laborator de KIO per le protocollo \"%1\" in %2 non esseva cargate " +"perque omne laboratores de KIO que es locate foras de %3 e demanda " +"privilegios elevate es considerata insecure." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Non pote crear un socket per lancear un KIO worker pro protocollo '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Non pote trovar 'ḱioworker' executabile a '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalios" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Per sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinua" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Solmente per le ¤te session" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Move in nove dossier" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crea nove dossier per iste elementos" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Tu non seligeva un file de deler." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nihil de deler" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Tu non seligeva un file de mover a corbe." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nihil de mover a corbe" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Le specificate dossier non existe o non es legibile." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Dossier genitor" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Vade retro" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Vade avante" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Dossier Domo" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Recarga" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nove dossier…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Move a corbe" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Dele" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordinar" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordina per nomine" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordina per dimension" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordina per data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordina per typo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Prime le dossieres" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Files celate ultime" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista a icones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compacte" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista detaliate" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Position de icone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Proxime al nomine de file" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Supra nomine de file" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista breve" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista detaliate" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista a arbore" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista a arbore detaliate" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permitte expansion in vista de detalios" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Monstra files celate" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Monstra pannello de vista preliminar" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Monstrar vista preliminar" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Aperi dossier continente" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Proprietates" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Modo de &vista" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Le plus nove prime" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Le plus vetule prime" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Le plus nove prime" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Le plus grande prime" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Le plus parve prime" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codifica:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Aperi" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Salveguarda como" @@ -2923,40 +2831,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Move ci" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Omne Files" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Omne files supportate" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Omne files" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Adde entrata de placies" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Edita entrata de placias" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                The " @@ -2969,17 +2877,17 @@ msgstr "" "cosa iste entrata es referente. Si tu non inserta un etiquetta, illo essera " "derivate ex le URL de location.
                " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etiquett&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Inserta ci etiquetta descriptive" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2992,12 +2900,12 @@ msgstr "" "org/pub/kde/stable

                Per pulsar sur le button proxime al quadrato " "de editar texto tu pote navigar a un appropriate URL.
                " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Location:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                Click " @@ -3006,17 +2914,17 @@ msgstr "" "Isto es le icone que apparera in le pannello de Placias.

                Pulsa sur le button pro seliger un differente icone.
                " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Selige un icone:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "S&olmente monstra quando on usa iste application (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3027,201 +2935,207 @@ msgstr "" "quando on usa le application currente (%1).

                Si iste preferentia " "non es seligite, le entrata essera disponibile in omne applicationes.
                " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Placias" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remote" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recente" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Cerca" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivos removibile" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquettas" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (ex %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Omne etiquettas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domo" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Scriptorio" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Discargamentos" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rete" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Corbe" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musica" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Photos" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Files recente" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Locations recente" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificate hodie" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificate heri" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Il non pote adder al pennallo de Placias : %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Solmente dossieres pote esser addite al Pannello de Placias." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configura..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Liberante..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Liberation" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Removente con Securitate..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Remove con &Securitate" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Dis-montante …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Dismonta" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Expelle" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Le dispositivo '%1' non es un disco e non pote esser expellite." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Un error occurreva durante que on accedeva '%1', le systema respondeva: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Un error occurreva durante que on accedeva '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Un o plus files sur iste dispositivo es aperite intra un application." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3234,108 +3148,108 @@ msgstr[0] "" "\"%2\"." msgstr[1] "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "Re-Formatta o modifica con Partition Manager (Gerente de partition)" +msgstr "Re-Fnormata o modifica con Partition Manager (Gerente de partition)" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 libere de %2 (%3% usate)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (Celate)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vacua corbe" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monta" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Aperi in scheda" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Aperi in nove fenestra" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Adde Entrata…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edita…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Remove ex placias" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Celar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Cela Section '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Cela Section" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Monstra omne entratas" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Dimension de Icone" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3343,51 +3257,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Auto Redimensiona" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Parve (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Medium (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Ponderose (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Tu solmente pote seliger un file" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Plus que un file fornite" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Tu solmente pote seliger files local" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Files remote non ha acceptation" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3402,52 +3316,22 @@ msgstr[1] "" "Le URL selectionate usa un schema non supportate. Pro favor tu usa le " "sequente schemas: %2 " -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Schema de URL non supportate" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Plus que un dossier ha essite seligite e iste dialogo non da acceptation a " -"dossieres, assi que il non es possibile decider qual insertar. Pro favor tu " -"selige solmente un dossier de listar." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Plus que un dossier fornite" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Al minus un dossier e un file ha essite seligite. Files seligite essera " -"ignorate e le dossier seligite essera listate" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Files e dossieres seligite" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Le file \"%1\" non pote esser trovate" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Il non pote aperir file" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                For instance, " @@ -3458,44 +3342,44 @@ msgstr "" "exemplo, si le currente location es file:/home/konqi pressar iste button " "ducera te a file:/home.
                " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Pulsa iste button pro mover retro de un passo in le historia de navigation." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Pulsa iste button pro mover avante de un passo in le historia de navigation." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Pulsa iste button pro recargar le contentos del location currente." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Pulsa iste button pro crear un nove dossier." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Monstra pannello de placias" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Monstra button de marcatores de libro" +msgid "Show Quick Filter" +msgstr "Monstra filtro rapide" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Optiones" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3510,12 +3394,12 @@ msgstr "" "de files celate
              • le pannello de navigation de placias
              • vistas " "preliminar de file
              • separar dossieres ab files
              " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Marcatores de libro" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3530,12 +3414,35 @@ msgstr "" "opera como marcatores de libros in altere partes de KDE. " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nomine:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Annulla modification de nomine de file" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantene filtro quando on cambia dossieres" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtra per nomine…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Cela barra de filtro" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3548,12 +3455,12 @@ msgstr "" "button dextere del mus e seliger un modo preferite ex le menu " "Completamento de texto. " -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Isto es le nomine de como salveguardar le file." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3562,74 +3469,78 @@ msgstr "" "Isto es le lista de files de aperir. Plus que un file pote esser specificate " "per listar multe files, separate per spatios." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Isto es le nomine del file de aperir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Placias" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Le file \"%1\" ja existe. Tu vole super scriber lo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Super scribe file?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Tu solmente pote seliger files local." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Files remote non ha acceptation" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Omne dossieres" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Directorio currente: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Aperi" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Grandor de icone: %1 pixels " -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Selige automaticamente e&xtension de nomine de file (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "le extension %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Selige automaticamente e&xtension de nomine de file" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "un extension convenibile" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3657,12 +3568,12 @@ msgstr "" "li>Si non secur, tu mantene iste option habilitate proque il face tu " "files plus maneabile." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Typo de &file:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3671,64 +3582,53 @@ msgstr "" "Isto es le selector de typo. Il es usate per seliger le formato con le " "qualitatele file essera salveguardate." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

              You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

              Wildcards such as * and ? are allowed.

              " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"isto es le filtro de applicar al lista de file. Nomines de file que non " -"corresponde in le filtro non essera monstrate.

              Tu pote seliger ab un del " -"filtros prefixate in le menu a cascada, o tu pote insertar un menu " -"personalisate directemente in le area de texto.

              Metacharacteres tal " -"como * e ? es permittite.

              " +"Isto es le selector de typo de file. Il es usate per seliger le formato " +"del file monstrate." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crea nove file" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Desolate" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Le file patrono %1 non existe. " - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nomine per nove ligamine:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crea ligamine a URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Entra nomine de file %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Desolate" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Le file patrono %1 non existe. " + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nomine per nove ligamine:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Crea symlink (ligamine symbolic)" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crea ligamine a URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3738,7 +3638,7 @@ msgstr "" "Le nomine %1 non pote esser usate proque illo es " "reservate per uso per le systema operational (o operative)" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3748,7 +3648,7 @@ msgstr "" "Le nomine %1\" initia con un puncto, assi illo essera " "celate per definition." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3760,27 +3660,38 @@ msgstr "" "esser monstrate ante alteres elementos quando ordinate alfabeticamente, " "inter alteres bizarrias potential." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Usar slashes in nomines de dossieres creara sub-dossieres, assi como:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Usar slashes in nomines de dossieres creara sub-dossieres." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Slashes non pote esser usate in nomine de file e dossier." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Backslashes non pote esser usate in nomines de file de dossier." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Crear un file o un dossier con le nomine %1 non es " +"possibile proque illo imbrica con le location del dossier initial (domo o " +"principal) del usator." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3790,96 +3701,139 @@ msgstr "" "poterea esser confundente o periculose quando on usa le terminal per deler " "cosas." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Un directorio con nomine %1 ja existe." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Un file con nomine %1 ja existe." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crea nove" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Attacca a dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nove dossier" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crea nove dossier" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crea nove dossier in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Inserta nomine de dossier" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predefinite" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crea nove file" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Inserta nomine de file" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Selige icone o color personaliste" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Selige altere icone..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Tu pote cambiar le icone plus tarde in proprietates de dossier." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copia" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Colla" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Aperi \"%1\" in nove scheda" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Aperi \"%1% in nove fenestra" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edita" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naviga" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Monstra percurso integre" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Vade a ulle locvation sur percurso %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3891,6 +3845,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Vade a Location sur Percurso" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Placias" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3914,28 +3877,28 @@ msgstr "Altere" msgid "Edit mode" msgstr "Modifica modo" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Pulsa pro navigation de location" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Pulsa pro editar location" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Tu non es autorisate a exequer iste file." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Il es lanceante %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3944,12 +3907,12 @@ msgstr "" "Il non pote facer executabile le servicio %1, on aborta execution.\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Tu non es autorisate a seliger un application pro aperir iste file." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3977,12 +3940,20 @@ msgstr "Error durante que salveguardava imagine in %1" msgid "Icon file too big, download aborted" msgstr "File de icone troppo grande, discargamento abortite" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: saltante un file vacue, il poterea esser un ligamin symlink: " +"%1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nulle cliente de posta trovate" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3993,28 +3964,28 @@ msgstr "" "%1\n" "non es valide." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Il es lanceante %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Le commando %1 non pote esser trovate" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Necun emulator de terinal trovate" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Falleva aperir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4025,7 +3996,7 @@ msgstr "" "%1\n" "es de typo Link (Ligamine) ma il non ha ulle entrata URL=" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4034,7 +4005,7 @@ msgstr "" "Le file executabile \"%1\" es locate in un systema de file remote. Pro " "securitate il non essera startate." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4042,7 +4013,7 @@ msgstr "" "Per rationes de securitate, lancear executabiles non es permettite in iste " "contexto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4051,7 +4022,7 @@ msgstr "" "Le programma \"%1\" necessita haber permission de executar ante que il pote " "esser lanceate." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4060,12 +4031,12 @@ msgstr "" "Incapace de facer le file \"%1\" executabile. \n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Le file de entrata de scriptorio %1 non ha alcun entrata Typo=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4076,12 +4047,12 @@ msgstr "" "Verifica tu applicationes aperite e le area de notification per ulle cargas " "pendente o discargamentos." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Falleva a aperir le file." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Le programma \"%1\" non pote esser lanceate." @@ -4147,7 +4118,7 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" -"Le supponite file temporari\n" +"Le supponite file temporanee\n" "%1\n" "ha essite modificate.\n" "Tu ancora vole cancellar lo?" @@ -4170,74 +4141,69 @@ msgstr "" "ha essite modificate.\n" "Tu vole cargar le modificationes?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO exec - Il aperi remote files, guarda modificationes, demanda pro cargar " "(upload)" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Le disveloppatores de KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tracta URLs como files local e postea cancella los" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Suggerite nomine de file pro le file discargate" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Commando que il debe exequer" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) o file(s) local usate pro 'command'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Fixa ACL pro %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4246,7 +4212,7 @@ msgstr "" "Il non pote cambiar permissiones pro\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4256,118 +4222,37 @@ msgstr "" "On non pote cambiar proprietate e gruppo per\n" " %1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Il non pote aperir file temporanee" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Il non pote trovar le programma \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Il non pote trovar le programma \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Cambia permissiones de file." - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nove permissiones: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Cambia proprietario de file" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nove proprietario: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Remove file" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Remove directorio" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crea directorio" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permissiones de directorio: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Aperi file" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Aperi directorio" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nomine de file: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Objectivo: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Cambia marcator de tempore" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Ex: %1, A: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Action incognite" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Action: %1\n" -"Fonte: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Il non pote copiar file ex %1 a %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nulle media in dispositivo pro %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Il non pote obtener id de usator per le date nomine de usator %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Il non pote obtener id de gruppo per le date nomine de gruppo %1" @@ -4409,34 +4294,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Tu necessita fornir un nomine de usator e un contrasigno pro acceder a iste " "sito. " -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sito:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Accesso OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Il non pote acceder a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4445,7 +4330,7 @@ msgstr "" "\n" "Le servitor diceva: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4454,12 +4339,12 @@ msgstr "" "Tu necessita fornir un nomine de usator e un contrasigno pro le servitor de " "proxy listate a basso ante que es permittite acceder omne sitos." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Authentication de proxy falleva." @@ -4513,101 +4398,101 @@ msgstr "" "de nove?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Authentication de servitor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 a %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Alteremente, le requesta haberea habite successo." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "recupera valores de proprietate" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "fixa valores de proprietate" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crea le requirite dossier" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copia le specificate file o dossier" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "move le specificate file o dossier" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cerca in le specificate dossier" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloca le specificate file o dossier" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "disbloca le specificate file o dossier" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "dele le specificate file o dossier" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "demanda le capacitate del servitor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "recupera le contentos del specificate file o dossier" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "executa un reporto in le specificate dossier" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Un error inexpectate (%1) occurreva durante que on tentava %2" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4617,13 +4502,13 @@ msgstr "" "Un error occurreva durante que on essayava %1,%2. Un summario de " "motivationes es a basso." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Accesso esseva refusate durante que on essayava %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4632,7 +4517,7 @@ msgstr "" "Un ressource non pote esser create al destination usque un o plure " "collectiones intermedie (dossieres) ha essite create." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4648,28 +4533,28 @@ msgstr "" "de file de non esser super scribite.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Le bloco requirite non pote esser garantite. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Le servitor non supporta le requirite typo del corpore." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Il non pote %1 proque le ressource es blocate." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Iste action esseva impedite per un altere error." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4679,7 +4564,7 @@ msgstr "" "Il non pote %1 proque le servitor de destination refusa de dar acceptation " "al file o dossier." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4688,18 +4573,18 @@ msgstr "" "Le ressource de destination non ha spatio sufficiente pro registrar le stato " "del ressource postea le execution de iste methodo." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Le ressource non pote esser delite." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "carga %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4710,15 +4595,15 @@ msgstr "Un error inexpectate (%1) occurreva durante que on tentava %2." msgid "Network" msgstr "Rete" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL mal formate %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4730,12 +4615,12 @@ msgstr "" "a su location original. Tu pote o recrear ille directorio e usar de nove le " "operation de restabilir, o traher le elemento ubique pro restabilir lo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinationmes inmvalide de protocollos" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Iste file ja es in le corbe." @@ -4771,7 +4656,7 @@ msgstr "Vacua le contentos del corbe" msgid "Restore a trashed file to its original location" msgstr "Restabili le files ex le corbe a lor location original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Le corbe es plen. Vacua lo o remove elemento manualmente." @@ -4792,17 +4677,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Prova de nove" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialogo de Authentication" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Accesso negate" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Tu non ha permissiones de acceder al protocollo %1" @@ -4911,13 +4796,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Expectava checksum (MD5, SHA1,SHA256 o SHA512) ..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4926,28 +4811,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4957,9 +4842,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcula" @@ -4968,137 +4853,208 @@ msgstr "Calcula" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Pulsa per copiar le checksum al area de transferentia." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancella" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Move ci" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Discarga Hic" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copia ci" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Conca&tena ci" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Lancea " + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Esque tu vole facer con iste file?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Non demanda de nove" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Aperi" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executa" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Aperi con %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Annulla modificationes" +msgid "Would you like to launch this file?" +msgstr "Tu volerea lancear iste file?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Annullar iste operation require privilegios de supervisor (root). Tu vole " -"continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Crear directorio" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Fonte" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destination" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Copiar" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Mover" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renominar" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Movente a corbe" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Deler" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "A&nnulla" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "A&nnulla: Copia" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "A&nnulla: Ligamine" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "A&nnulla: Move" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "A&nnulla : Renomina" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "A&nnulla: Corbe" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "A&nnulla: Crea dossier" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "A&nnulla: Crea dossier(es)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "A&nnulla: crea file" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "A&nnulla : Renomina Batch" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Reface" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "A&nnulla: Copia" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "A&nnulla: Ligamine" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "A&nnulla: Move" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "A&nnulla : Renomina" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "A&nnulla: Corbe" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "A&nnulla: Crea dossier" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "A&nnulla: Crea dossier(es)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "A&nnulla: crea file" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "A&nnulla : Renomina Batch" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5111,12 +5067,12 @@ msgstr "" "Annullar le copia delera le file, e omne modificationes essera perdite.\n" "Tu es secur que tu vole deler %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmation de annullar copia de file" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5128,21 +5084,22 @@ msgstr "" "> Iste action non pote esser annullate." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Dele permanentemente" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Dele permanentemente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5158,7 +5115,7 @@ msgstr[1] "" "Tu vole deler permanentemente iste %1 elementos? Iste action non pote esser annullate." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5168,13 +5125,13 @@ msgstr "" "Tu vole deler permanentemente omne elementos ex le corbe? " "Iste action non pote esser annullate." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Corbe Vacue" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5183,7 +5140,7 @@ msgid "" msgstr "" "Tu realmente vole mover iste elemento al corbe?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5268,7 +5225,7 @@ msgstr "Proprietario" msgid "Owning Group" msgstr "Gruppo proprietari" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Alteres" @@ -5341,106 +5298,112 @@ msgstr "Il actualisa configuration de systema" msgid "Updating system configuration…" msgstr "Actualisanjte configuration de systema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nomine" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Dimension" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissiones" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Proprietario" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Aperi &con '%1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Actiones" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Aperi dossier con ..." -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Aperi con…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executa executabile" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Aperi dossier con %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Aperi con %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Aperi dossier con" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Aperi con" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Altere application..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5448,113 +5411,134 @@ msgid_plural "%1 items" msgstr[0] "1 elemento" msgstr[1] "%1 elementos" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Incognite" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stoppa" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explora in Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montate ex:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Spatio libere:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contento:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Aperi con:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Cambia ..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Location:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Dimension:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Cambia ..." +msgid "Determine the folder size" +msgstr "Determina le grandor de dossier" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contento:" +msgid "Stop" +msgstr "Stoppa" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stoppa determinar le grandor de dossier" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explora in Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Puncta a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificate:" +msgid "Show target" +msgstr "Monstra Objectivo" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Create:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Systema de file:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Grandor incognite" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montate sur:" +msgid "Modified:" +msgstr "Modificate:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accedite:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Aperi con:" +msgid "File system:" +msgstr "Systema de file:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montate sur:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montate ex:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Spatio libere:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Grandor incognite" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5854,25 +5838,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Typa ci le description de iste application, basate sur su usage. Exemplos: " -"un application de facer communication telephonic (KPPP) essera " -"\"Instrumento de communication telephonic\"." +"Typa ci un nomine generic per le application. Exemplos: un application de " +"vider images esserea \"Image Viewer\" (Visor de images)." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Description:" +msgid "&Generic name:" +msgstr "Nomine de &Generic:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Typa ci alcun commento que tu crede esser utile." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Typa ci le description de iste application, basate sur su usage. Exemplos: " +"un application per vider imagines esserea \"Vide e Edita Imagines\" (\"View " +"and edit images\") . " #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5883,7 +5871,7 @@ msgstr "Comm&ento:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variabiles de ambiente:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6085,7 +6073,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Comparti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6095,36 +6083,55 @@ msgstr "" "Il non pote salveguardar proprietates debite a insufficiente derectos de " "accesso pro scriber sur %1," -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Inserta nomine de file" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explora in %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Refresca" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Inserta location de objectivo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Monstra %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Grandor incognite" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6133,138 +6140,144 @@ msgstr "" "Il calcula... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 File" msgstr[1] "%1 files" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-dossier" msgstr[1] "%1 sub-dossieres" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Il calcula... \n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Al minus %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Le nove nomine de file es vacue." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Necun typos de file registrate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nulle application associate " -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crea…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Cambia …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Cambia le application predefinite per aperir files de typo “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Necun accesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Pote solmente vider" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pote vider & modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Pote solmente vider contento" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Pote vider & modificar contento" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Pote splmente vider/leger contento" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pote Vider/Leger & Modificar/Scriber" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permissiones" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permissiones de accesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Iste file es un ligamine e non ha permissiones" msgstr[1] "Omne files es ligamines e non ha permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Solmente le proprietario pote modificar permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "P&roprietario:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Il specifica le actiones permittite al proprietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Il specifica le actiones permittite a membros del gruppo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Al&teres:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6273,27 +6286,27 @@ msgstr "" "Il specifica le actiones permittite a omne usatores qui non es ni " "proprietario ni in le gruppo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Solmente propri&etario pote renominar o deler contentos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permitte &exequer file como programma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Dele o renomina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Executa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6304,7 +6317,7 @@ msgstr "" "deler o renominar files e dossieres continite. Altere usatores pote solmente " "adder nove files, lo que require le permission de 'Modifica contento'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6313,42 +6326,42 @@ msgstr "" "Habilita iste option pro marcar le file como executabile. Isto solmente ha " "senso pro programmas e scripts. Il es requirite quando tu vole executar los." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permissiones a&vantiate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Proprietate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usator:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Applica modificationes a omne sub-dossieres e lor contentos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permissiones avantiate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6357,22 +6370,22 @@ msgstr "" "Monstra\n" "Entratas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Iste bandiera permitte vider le contento del dossier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lege" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Iste bandiera de Lege permitte vider le contento del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6381,7 +6394,7 @@ msgstr "" "Scribe\n" "Entratas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6390,44 +6403,44 @@ msgstr "" "Iste bandiera permitte adder, renominar e deler de files. Tu nota que deler " "e renominar pote esser limitate per usar le bandiera de Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Scribe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Le bandiera de Scribe permitte modificar le contento del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Inserta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Habilita iste bandiera pro permitter insertar le dossier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Habilita iste bandiera pro permitter exequer le file como un programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Special" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6436,7 +6449,7 @@ msgstr "" "Bandiera de Special. Valide pro le integre dossier, le exacte significato " "del bandiera pote esser vidite in le columna a latere dextere." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6445,17 +6458,17 @@ msgstr "" "Bandiera de Special. Le exacte significato del bandiera pote esser vidite in " "le columna a latere dextere." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usator" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6464,7 +6477,7 @@ msgstr "" "Si iste bandiera es fixate, le proprietario de iste dossier essera le " "proprietario de omne nove files." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6473,7 +6486,7 @@ msgstr "" "Si iste file es un executabile e le bandiera es fixate, il essera executate " "con le permissiones del proprietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6481,7 +6494,7 @@ msgstr "" "Si iste bandiera es fixate le gruppo de iste dossier essera fixate pro omne " "nove files." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6490,7 +6503,7 @@ msgstr "" "Si iste file es un executabile e le bandiera es fixate, il essera executate " "con le permissiones del gruppo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6500,7 +6513,7 @@ msgstr "" "proprietario e le super-usator (root-radice) pote deler o renominar files. " "Alteremente quicunque con permissiones de scriber pote facer lo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6509,89 +6522,80 @@ msgstr "" "le bandiera de collose (Sticky) sur un file es ignorate in Linux, ma il pote " "esser usate con altere systemas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Fixa UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Fixa GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky (collose)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligamine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variar (nulle modification)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Iste file usa permissiones avantiate" msgstr[1] "Iste files usa permissiones avantiate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Iste dossier usa permissiones avantiate." msgstr[1] "Iste dossieres usa permissiones avantiate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Iste files usa permissiones avantiate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksums" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Il calcula..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Checksum invalide." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Le date ingresso non es un valide checksum MD5, SHA1 o SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksums coincidente" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Le checksum computate e le checksum expectate es coincidente." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

              Checksums do not match.

              This may be due to a faulty download. Try re-" @@ -6602,30 +6606,46 @@ msgstr "" "error. Essaya de novo a discargar le file.
              Si le verification falle " "ancora, continge le fonte del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Le checksum computate e le checksum expectate differe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verificante checksum..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Le checksums de omne files es identic." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Le files seligite ha checksums differente." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Il calcula..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6633,27 +6653,27 @@ msgstr "" "Il non pote salveguarda proprietates. Solmente entratas sur systemas de file " "local es supportate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Application:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Adde typo de file pro %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Selige un plus typos de file de adder:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Solmente files executabile sur systemas de file local es supportate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Optiones avantiate pro %1" @@ -6757,22 +6777,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configura vias breve de Web..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Aperi dialogo de file" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nomine de file pro contentos del area de transferentia:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "file collate" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Colla contento del area de transferentia" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6782,19 +6804,19 @@ msgstr "" "seligite de datos non es plus applicabile. Pro favor copia de nove illo que " "tu voleva collar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Colla un dossier" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Colla un file" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6802,47 +6824,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Colla un elemento" msgstr[1] "Colla %1 elementos" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Colla contentos del area de transferentia..." -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Colla" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formato de Datos:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nomine de file pro contentos del area de transferentia:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nomine de file pro contentos cadite:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Grandor: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Appl&ica a omne" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6852,47 +6885,47 @@ msgstr "" "A minus que tu pressa Salta tu ancora essera demandate in caso de un " "conflicto con un file existente in le directorio." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Quando isto es marcate, le button premite essera applicate a omne " "subsequente conflictos de dossier pro le residuo del labor currente." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renomina" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggere nove &nomine" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Salta" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Non copiar o mover iste dossier, in vice salta a proxime elemento" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Non copiar o mover iste file, in vice salta a proxime elemento" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Scrive in" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6905,13 +6938,13 @@ msgstr "" "Tu essera requirite de nove in caso de conflicto con un file existente in le " "directorio." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&uperscribe vetere files?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6920,12 +6953,12 @@ msgstr "" "Files de destination que ha tempore de modificatin plus vetere essera " "superscribite per le fonte, saltate alteremente." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Resume" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6934,67 +6967,57 @@ msgstr "" "Iste action superscribera '%1' con se mesme.\n" "Per favor tu un nove nomine de file:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinua" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Tu volerea superscriber le destination?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Tu volerea fusionar le contentos de '%1' in '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Fonte" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destination" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Le fonte es plus recente." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Le fonte es plus vetere." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Le fonte es plus parve per %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Le fonte es plus grande per %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Le files es identic." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Le files sembla identic." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Le files es differente." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7003,59 +7026,51 @@ msgstr "" "Le files probabilemente es identic: illos ha le mesme grandor e lor " "contentos es le mesme al initio, in le medie e al fin." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Compara files" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Un elemento plus vetere appellate '%1' ja existe." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Un file similar appellate '%1' ja existe." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Un elemento plus recente appellate '%1' ja existe." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Renomina:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Renomina elemento" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Renomina elementos " - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renomina" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Renomina le elemento %1in:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nove nomine #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Un file appellate %1 ja existe." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 non es un nomine de file valide." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7063,38 +7078,192 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Renomina le %1 elemento selectionate in:" msgstr[1] "Renomina le %1 elementos selectionate in:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# essera reimplaciate per numeros ascendente initiante con:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nove nomine #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"NJomine de file invalide: Le nove nomine deberea continer un sequentia de #, " +"a minus que tote le files ha differente extensiones de file." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Renomina le %1 elemento selectionate per:" +msgstr[1] "Renomina le %1 elementos selectionate per:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Reimplaciante:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patrono" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Con:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Reimplaciamento" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nulle nomine de file contine le patrono." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Reimplaciar “%1” con un reimplaciamento vacue causerea que %2 ha un nomine de file vacue." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Renomina le %1 elemento selectionate:" +msgstr[1] "Renomina le %1 elementos selectionate:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Adde texto:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texto a adder" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Ante nomine de file" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Post pomine de file" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Renomina elemento" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Renomina elementos " + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renomina" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Como renominar:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Lista numerate" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Reimplacia texto" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Adde texto" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vista preliminar:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 non pote esser renominate con un nomine de file " +"vacue." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Reimplacia" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Essaya de nove" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Reimplacia Toto" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Salta" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Salta Toto" @@ -7181,7 +7350,7 @@ msgstr "" "Le hospite remote non inviava alcun certificatos SSL.\n" "Aborta proque le identitate del hospite non pote esser stabilite." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7223,35 +7392,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Il falleva a mover iste elemento al Corbe proque es il es troppo grande. In " -"loco tu vole deler lo permanentemente? %1 Iste action non pote esser annullate." +"Le corbe es troppo plen per acceptar iste file . In loco tu vole deler lo " +"permanentemente? %1 Iste action non pote esser annullate." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Le corbe es troppo plen per acceptar iste %1 file . In loco tu vole deler lo " +"permanentemente? " +"Iste action non pote esser annullate." +msgstr[1] "" +"Le corbe es troppo plen per acceptar iste %1 files In loco tu vole deler " +"los permanentemente? " +"Iste action non pote esser annullate." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Le corbe non es disponbile per le location de iste elemento In loco tu vole " +"deler lo permanentemente? %1 Iste action non pote esser annullate." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Il falleva a mover iste %1 elemento al Corbe proque es il es troppo grande. " -"In loco tu vole deler lo permanentemente? Iste action non pote esser annullate." +"Le corbe non es disponbile per le location de iste %1 elemento In loco tu " +"vole deler lo permanentemente? %1 Iste action non pote esser annullate" msgstr[1] "" -"Il falleva a mover iste %1 elementos al Corbe proque illos es troppo grande. " -"In loco tu vole deler illos permanentemente? Iste action non pote esser annullate." +"Le corbe non es disponbile per le location de iste %1 elementos In loco tu " +"vole deler los permanentemente? %1 Iste action non pote esser annullate" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7260,51 +7460,290 @@ msgstr[0] "" "Tu realmente vole mover iste elemento al corbe?%1" msgstr[1] "Tu realmente vole mover iste %1 elementos a lcorbe?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Non demanda de nove" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Non demanda de nove" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Non monstra iste message de nove" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Le catena del certificato peer SSL appare esser corrupte." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Aviso" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Isto startara le programma:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" +#~ msgid "Open With:" +#~ msgstr "Aperi con:" + +#~ msgid "File System:" +#~ msgstr "Systema de file:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Lancea files executabile sin demandar" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Aperi files executabile in leapplication predefinite sin demandar" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Memora omne files executabile" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Tu pote annullar isto sub \"Confirmationes\" in preferentias de gerente " +#~ "de file de Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Cambia attributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per cambiar attributos de " +#~ "file. Tu vole continuar?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per operation de cambiar. " +#~ "Tu vole continuar?" + +#~ msgid "Delete Files" +#~ msgstr "Dele files" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per completar lle operation " +#~ "de deler. Totevia, facente illo tu pote guastar tu systema. Tu vole " +#~ "continuar?" + +#~ msgid "Create Folder" +#~ msgstr "Crea dossier" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per crear iste dossier.Tu " +#~ "vole continuar?" + +#~ msgid "Move Items" +#~ msgstr "Move elementos" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per operation de mover. Tu " +#~ "vole continuar?" + +#~ msgid "Rename" +#~ msgstr "Renomina" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per operation de renominar. " +#~ "Tu vole continuar?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per crear iste sumlink " +#~ "(ligamine symbolic).Tu vole continuar?" + +#~ msgid "Transfer data" +#~ msgstr "Transferer datos" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Privilegios de supervisor (root) es requirite per operation de transferer " +#~ "datos. Tu vole continuar?" + +#~ msgid "Undo Changes" +#~ msgstr "Annulla modificationes" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Annullar iste operation require privilegios de supervisor (root). Tu vole " +#~ "continuar?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Fixa ACL pro %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Cambia permissiones de file." + +#~ msgid "New Permissions: %1" +#~ msgstr "Nove permissiones: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Cambia proprietario de file" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nove proprietario: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Remove file" + +#~ msgid "Remove Directory" +#~ msgstr "Remove directorio" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permissiones de directorio: %1" + +#~ msgid "Open File" +#~ msgstr "Aperi file" + +#~ msgid "Open Directory" +#~ msgstr "Aperi directorio" + +#~ msgid "New Filename: %1" +#~ msgstr "Nomine de file: %1" + +#~ msgid "Target: %1" +#~ msgstr "Objectivo: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Cambia marcator de tempore" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Ex: %1, A: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Action incognite" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Action: %1\n" +#~ "Fonte: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Monstra button de marcatores de libro" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "File es per esser movite" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Files es per esser copiate" + +#~ msgid "&Description:" +#~ msgstr "&Description:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Typa ci alcun commento que tu crede esser utile." + +#~ msgid "Do not ask again" +#~ msgstr "Non demanda de nove" + +#~ msgid "&Filter:" +#~ msgstr "&Filtro:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

              You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

              Wildcards such as * and ? are allowed." +#~ "

              " +#~ msgstr "" +#~ "isto es le filtro de applicar al lista de file. Nomines de file que " +#~ "non corresponde in le filtro non essera monstrate.

              Tu pote seliger ab " +#~ "un del filtros prefixate in le menu a cascada, o tu pote insertar un menu " +#~ "personalisate directemente in le area de texto.

              Metacharacteres tal " +#~ "como * e ? es permittite.

              " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Plus que un dossier ha essite seligite e iste dialogo non da acceptation " +#~ "a dossieres, assi que il non es possibile decider qual insertar. Pro " +#~ "favor tu selige solmente un dossier de listar." + +#~ msgid "More than one folder provided" +#~ msgstr "Plus que un dossier fornite" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Al minus un dossier e un file ha essite seligite. Files seligite essera " +#~ "ignorate e le dossier seligite essera listate" + +#~ msgid "Files and folders selected" +#~ msgstr "Files e dossieres seligite" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
              • Timeout for establishing a connection: %1 seconds
              • Timeout " +#~ "for receiving a response: %2 seconds
              • Timeout for accessing proxy " +#~ "servers: %3 seconds
              Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Ben que on habeva contacto con le servitor, un responsa non esseva " +#~ "recipite intra le amontar de tempore allocate pro le requesta como seque: " +#~ "
              • Tempore limite pro stabilir un connexion: %1 secundas
              • " +#~ "
              • Tempore limite pro reciper un responsa: %2 secundas
              • Tempore " +#~ "limite pro acceder a servitor de proxy: %3 secundas
              Pro favor, " +#~ "tu nota que tu pote modificar iste preferentias de tempore limite in " +#~ "Preferentias de Systema KDE, per seliger Preferentias de rete-> " +#~ "Preferentias de connexion." + #~ msgid "Is &executable" #~ msgstr "Il es &executabile" @@ -8468,9 +8907,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ "Isto es le maxime spatio de disco calculate que essera permittite " #~ "pro le corbe, le maximum." -#~ msgid "Show a Warning" -#~ msgstr "Monstra un aviso" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Cancella files plus vetere ex corbe" @@ -8611,10 +9047,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "Space" #~ msgstr "Spatio" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predefinite" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modifica le via breve e web evidentiate" @@ -8977,11 +9409,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Il non pote cambiar alcun application o maneator per %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Co&lla file" -#~ msgstr[1] "Co&lla %1 files" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Co&lla URL" @@ -9104,14 +9531,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "Invalid Directory Name" #~ msgstr "Nomine de directorio invalide" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Non poteva crear un dossier con le nomine %1proque illo es reservate per uso per le systema operational (o operative)" - #~ msgid "File Type Options" #~ msgstr "Optiones de typo de file" @@ -9150,9 +9569,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "unmounting is not supported by wince." #~ msgstr "dis-montar non es supportate per wince" -#~ msgid "File name:" -#~ msgstr "Nomine de file:" - #~ msgid "" #~ "

              Cache

              This module lets you configure your cache settings.

              This specific cache is an area on the disk where recently read web " @@ -9465,9 +9881,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "Read only" #~ msgstr "Modo de sol lectura" -#~ msgid "File system:" -#~ msgstr "Systema de file:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Puncto de montage (/mnt/floppy):" @@ -9965,9 +10378,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ msgid "Do not &close when command exits" #~ msgstr "Non &claude quando commando exi" -#~ msgid "&Username:" -#~ msgstr "Nomine de &usator:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9990,9 +10400,6 @@ msgstr "Si tu non ha fide in iste programma, tu pulsa Cancella" #~ "Il non pote initiar le servicio pro manear cookie.\n" #~ "Tu non potera manear le cookies que es immagazinate sur tu computator." -#~ msgid "Open with:" -#~ msgstr "Aperi con:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/id/kio6.po b/local/recipes/kde/kf6-kio/source/po/id/kio6.po index 488daef6ce..b05dd4117a 100644 --- a/local/recipes/kde/kf6-kio/source/po/id/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/id/kio6.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: kio_trash\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-10-03 20:40+0700\n" "Last-Translator: Wantoyèk \n" "Language-Team: https://t.me/Localizations_KDE_Indonesia\n" @@ -30,12 +30,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "andhika.padmawan@gmail.com,wantoyek@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Tidak bisa memodifikasi kepemilikan berkas %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -44,12 +44,12 @@ msgstr "" "Tidak bisa memodifikasi kepemilikan berkas %1. Anda " "tidak memiliki akses terhadap berkas untuk melakukan perubahan." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Tidak dapat membuat pekerja KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -61,7 +61,7 @@ msgstr "" "Tidak bisa membuat tautan simbolis \"%1\".\n" "Sistem berkas tujuan (%2) belum mendukung tautan simbolis symlinks." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "Memilih Ganti akan mengganti karakter yang tidak valid (dalam nama folder " "tujuan) dengan garis bawah \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "Memilih Ganti akan mengganti karakter yang tidak valid (dalam nama file " "tujuan) dengan garis bawah \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Folder Sudah Ada" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "berkas Sudah Ada" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Sudah Ada sebagai Folder" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Tong Sampah" @@ -200,207 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Memindah" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Sumber" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Tujuan" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Pengubahan nama" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Menyalin" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Menciptakan direktori" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Direktori" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Menghapus" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "berkas" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Memeriksa" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Mentransfer" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Mengait" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Peranti" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Titik kait" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Melepas kait" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Ubah Atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Hak istimewa root diperlukan untuk mengubah atribut berkas. Apakah Anda " -"ingin meneruskan?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Salin berkas" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Hak istimewa root diperlukan untuk melengkapi operasi salin. Apakah Anda " -"ingin meneruskan?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Hapus berkas" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Hak istimewa root diperlukan untuk melengkapi operasi hapus. Namun, " -"melakukan hal itu mungkin dapat merusak sistemmu. Apakah Anda ingin " -"meneruskan?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Ciptakan Folder" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Hak istimewa root diperlukan untuk menciptakan folder ini. Apakah Anda ingin " -"meneruskan?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Pindah Item" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Hak istimewa root diperlukan untuk melengkapi operasi pindah. Apakah Anda " -"ingin meneruskan?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Ubah nama" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Hak istimewa root diperlukan untuk melengkapi pengubahan nama. Apakah Anda " -"ingin meneruskan?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Ciptakan TautanSimbolis" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Hak istimewa root diperlukan untuk menciptakan sebuah tautan simbolis. " -"Apakah Anda ingin meneruskan?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transfer data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Hak istimewa root diperlukan untuk melengkapi pentransferan data. Apakah " -"Anda ingin meneruskan?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -830,6 +719,11 @@ msgstr "File terlalu besar untuk dibuang ke tong sampah." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -839,65 +733,65 @@ msgstr "" "%2\n" "Silakan kirimkan laporan bug sepenuhnya di https://bugs.kde.org" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(tak diketahui)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Alasan teknis: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Perincian yang diminta:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protokol: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Tanggal dan waktu: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Informasi tambahan: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Kemungkinan penyebab:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Kemungkinan solusi:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(tak diketahui)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -906,17 +800,17 @@ msgstr "" "Hubungi sistem pendukung komputer Anda yang sesuai, baik sistem pengurus, " "atau dukungan teknis grup untuk bantuan lebih lanjut." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Hubungi pengurus server untuk bantuan lebih lanjut." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Periksalah perizinan akses Anda pada sumberdaya ini." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -925,14 +819,14 @@ msgstr "" "Perizinan akses Anda mungkin tidak memadai untuk melakukan operasi yang " "diminta pada sumberdaya ini." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "berkas mungkin digunakan (dan dikunci) oleh aplikasi atau pengguna lainnya." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -941,17 +835,17 @@ msgstr "" "Periksa untuk memastikannya apakah aplikasi atau pengguna lainnya sedang " "menggunakan si berkas atau telah mengunci si berkas." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Meski tidak mungkin, error perangkat keras mungkin terjadi." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Anda mungkin memiliki sebuah bug yang dialami dalam program." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -961,7 +855,7 @@ msgstr "" "pertimbangkan untuk menyerahkan laporan bug lengkap seperti yang diperinci " "di bawah ini." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -970,7 +864,7 @@ msgstr "" "Perbarui perangkat lunak Anda ke versi terkini. Distribusi Anda seharusnya " "menyediakan peralatan untuk memperbarui perangkat lunak Anda." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -990,12 +884,12 @@ msgstr "" "yang diberikan di atas, dan sertakan dalam laporan bug Anda, beserta " "perincian lainnya yang Anda anggap bisa membantu." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Kemungkinan ada masalah dengan koneksi jaringanmu." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1004,7 +898,7 @@ msgstr "" "Kemungkinan ada masalah dengan koneksi jaringan Anda. Jika Anda telah " "mengakses Internet tidak bermasalah baru-baru ini, ini tidak mungkin." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1013,44 +907,44 @@ msgstr "" "Kemungkinan ada masalah di beberapa titik sepanjang alur jaringan antara " "server dengan komputer ini." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Coba lagi, baik sekarang atau nanti." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Sebuah error protokol atau ketidakcocokan mungkin telah terjadi." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Pastikan sumberdaya tersebut ada, dan coba lagi." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Sumberdaya tertentu mungkin tidak ada." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Periksalah kembali apakah Anda telah memasukkan lokasi yang benar dan coba " "lagi." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Periksa status koneksi jaringanmu." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Tak Bisa Membuka Sumberdaya Untuk Pembacaan" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 yang diminta tidak " "bisa didapatkan, karena akses baca tidak bisa diperoleh." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Anda mungkin tidak memiliki perizinan untuk membaca si berkas atau membuka " "si folder." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Tak Bisa Membuka Sumberdaya Untuk Penulisan" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1081,17 +975,17 @@ msgstr "" "yang diminta, karena akses dengan perizinan untuk menulis tidak bisa " "diperoleh." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Tak Bisa Meluncurkan Proses yang diminta oleh Protokol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Tak Mampu untuk Meluncurkan Proses" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 tidak bisa ditemukan atau dimulai. Hal ini biasanya karena alasan " "teknis." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1114,12 +1008,12 @@ msgstr "" "program menjadi tidak cocok dengan versi saat ini dan oleh karenanya tidak " "mulai." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Error Internal" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 telah melaporkan sebuah error internal." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL Terformat Tidak Tepat" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://pengguna:katasandi@www.contoh.org:" "port/folder/namafile.ekstensi?query=nilai" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokol %1 Tak Didukung" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1161,12 +1055,12 @@ msgstr "" "Protokol %1 tidak didukung oleh program KDE yang saat ini " "terinstal pada komputer ini." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Protokol yang diminta mungkin tidak didukung." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1175,7 +1069,7 @@ msgstr "" "Versi protokol %1 yang didukung oleh server dan komputer ini mungkin tidak " "cocok." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1186,17 +1080,17 @@ msgstr "" "(disebut \"KIO worker\") yang mendukung protokol ini. Tempat untuk mencari " "termasuk https://store.kde.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL Tidak Merujuk ke Sumberdaya" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol adalah sebuah Protokol Filter" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL) yang Anda masukkan tidak merujuk ke sebuah sumberdaya yang tentu." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1218,12 +1112,12 @@ msgstr "" "ini bukan salah satu situasi tersebut. Ini adalah kejadian yang jarang " "terjadi, dan cenderung menunjukkan sebuah error pemrograman." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Tindakan Tak Didukung: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1232,7 +1126,7 @@ msgstr "" "Tindakan yang diminta tidak didukung oleh program KDE yang telah menerapkan " "protokol %1" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1243,17 +1137,17 @@ msgstr "" "memberikan informasi lebih daripada yang tersedia terhadap arsitektur input/" "output KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Upaya mencari cara lain untuk mencapai hasil yang sama." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "berkas Diharap" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1262,17 +1156,17 @@ msgstr "" "Permintaan yang mengharap sebuah berkas, namun folder %1 " "telah ditemukan sebagai gantinya." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Mungkin ini sebuah error pada sisi server." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Folder Diharap" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1281,17 +1175,17 @@ msgstr "" "Permintaan yang mengharap sebuah folder, namun berkas %1 " "telah ditemukan sebagai gantinya." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "berkas atau Folder Tidak Ada" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "berkas atau folder %1 yang ditentukan tidak ada." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1300,23 +1194,23 @@ msgstr "" "berkas yang diminta tidak bisa diciptakan karena sebuah berkas dengan nama " "yang sama sudah ada." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Cobalah pindah berkas saat ini keluar dari sini dulu, dan kemudian coba lagi." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Hapuslah berkas saat ini dan coba lagi." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Pilihlah sebuah nama berkas alternatif untuk berkas baru." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1325,28 +1219,28 @@ msgstr "" "Folder yang diminta tidak bisa diciptakan karena sebuah folder dengan nama " "yang sama sudah ada." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Cobalah pindah folder saat ini keluar dari sini dulu, dan kemudian coba lagi." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Hapuslah folder saat ini dan coba lagi." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Pilihlah sebuah nama alternatif untuk folder baru." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Host Tak Diketahui" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1355,7 +1249,7 @@ msgstr "" "Sebuah indikasi error host tidak diketahui bahwa server dengan nama yang " "diminta, %1, tidak bisa dilokasikan pada Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1363,31 +1257,31 @@ msgstr "" "Nama yang Anda ketik, %1, mungkin tidak ada: mungkin diketik secara tidak " "benar." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Akses Ditolak" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Akses ditolak ke sumberdaya yang ditentukan, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Anda mungkin telah memberikan perincian autentikasi yang salah atau tidak " "sama sekali." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Akun Anda mungkin tidak memiliki perizinan untuk mengakses sumberdaya yang " "ditentukan." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1396,12 +1290,12 @@ msgstr "" "Coba kembali meminta dan pastikan perincian autentikasi Anda yang dimasukkan " "benar." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Akses Tulis Ditolak" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1410,12 +1304,12 @@ msgstr "" "Ini berarti bahwa upaya untuk menulis ke berkas %1 telah " "diapkir." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Tak Mampu Memasuki Folder" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1424,17 +1318,17 @@ msgstr "" "Ini berarti bahwa upaya untuk memasuki (dalam kata lain, untuk membuka) " "folder %1 yang diminta telah diapkir." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Cantuman Folder Tak Tersedia" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 adalah bukan sebuah SistemFile" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1444,12 +1338,12 @@ msgstr "" "Ini berarti bahwa permintaan yang dibuat meminta kepastian konten folder, " "dan program KDE yang mendukung protokol ini tak bisa melakukannya." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Tautan Siklik Terdeteksi" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,7 +1356,7 @@ msgstr "" "menghasilkan sebuah loop tak terbatas - yaitu berkas (mungkin dengan cara " "tak langsung) yang terkait dengan dia sendiri." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1471,27 +1365,27 @@ msgstr "" "Hapuslah satu bagian dari loop agar hal itu tidak menyebabkan sebuah loop " "tidak terbatas, dan coba lagi." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Permintaan Digugurkan Oleh Pengguna" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Permintaan tidak lengkap karena telah digugurkan." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Coba lagi permintaannya." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Tautan Siklik Terdeteksi Selagi Menyalin" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1505,17 +1399,17 @@ msgstr "" "yaitu berkas (mungkin dengan cara tak langsung) yang terkait dengan dia " "sendiri." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Tidak Bisa Menciptakan Koneksi Jaringan" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Tidak Bisa Menciptakan Soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1524,8 +1418,8 @@ msgstr "" "Ini adalah sebuah error yang cukup teknis di mana peranti yang dibutuhkan " "untuk jaringan komunikasi (sebuah soket) tidak bisa diciptakan." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1534,12 +1428,12 @@ msgstr "" "Koneksi jaringan mungkin dikonfigurasi secara tidak benar, atau antarmuka " "jaringan mungkin tidak difungsikan." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Koneksi ke Server Ditampik" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1548,7 +1442,7 @@ msgstr "" "Server %1 menampik pembolehan komputer ini untuk membuat " "koneksi." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1557,7 +1451,7 @@ msgstr "" "Server, saat ini sedang disambungkan ke Internet, mungkin tidak " "dikonfigurasi untuk membolehkan permintaan." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1566,7 +1460,7 @@ msgstr "" "Server, saat ini sedang disambungkan ke Internet, mungkin tidak menjalankan " "layanan permintaan (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1577,12 +1471,12 @@ msgstr "" "memproteksi jaringan Anda atau jaringan server, mungkin telah menghalangi, " "mencegah permintaan ini." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Koneksi ke Server Tertutup Secara Tiba-tiba" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1591,7 +1485,7 @@ msgstr "" "Meskipun koneksi dibuat untuk %1, dalam berkomunikasi, " "koneksinya tertutup pada titik yang tak terduga." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1600,17 +1494,17 @@ msgstr "" "Sebuah error protokol mungkin telah terjadi, menyebabkan server menutup " "koneksi sebagai respon terhadap error." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Sumberdaya URL Tidak Absah" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 bukanlah sebuah Protokol Filter" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1634,17 +1528,17 @@ msgstr "" "mampu seperti halnya tindakan. Ini adalah kejadian yang jarang terjadi, dan " "cenderung mengindikasikan keerroran pemrograman." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Tak Bisa Menginisial Input/Output Peranti" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Tidak Bisa Mengaitkan Peranti" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1653,7 +1547,7 @@ msgstr "" "Perangkat yang diminta tidak dapat diinisialisasi (''dikaitkan''). Galat " "yang dilaporkan adalah: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1665,7 +1559,7 @@ msgstr "" "penggerak CD), atau dalam kasus sebuah peranti portebel/periferal, peranti " "mungkin tidak terkoneksi dengan benar." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1676,7 +1570,7 @@ msgstr "" "peranti. Pada sistem UNIX, kerap kali hak istimewa pengurus sistem " "diperlukan untuk menginisialisasi peranti." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1686,17 +1580,17 @@ msgstr "" "media, dan peranti portebel harus terkoneksi dan terdaya nyala.; dan coba " "lagi." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Tak bisa Mentakinisialisasi Input/Output Peranti" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Tidak Bisa Melepaskait Peranti" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1705,7 +1599,7 @@ msgstr "" "Perangkat yang diminta tidak bisa ditakinisialisasi (''dilepaskaitkan''). " "Galat yang dilaporkan adalah: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1717,7 +1611,7 @@ msgstr "" "penelusur di sebuah lokasi pada peranti ini yang menyebabkan peranti tetap " "digunakan." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1728,18 +1622,18 @@ msgstr "" "(''lepaskait'') si peranti. Pada sistem UNIX, hak istimewa pengurus sistem " "kerap diperlukan untuk mentakinisialisasi peranti." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Periksa apakah tiada aplikasi yang mengakses si peranti, dan coba lagi." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Tak Bisa Baca Dari Sumberdaya" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1748,17 +1642,17 @@ msgstr "" "Ini berarti bahwa si sumberdaya, %1, bisa dibuka, sebuah " "error terjadi ketika membaca konten si sumberdaya." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Anda mungkin tidak memiliki perizinan untuk membaca dari sumberdaya." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Tak Bisa Tulis ke Sumberdaya" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1767,22 +1661,22 @@ msgstr "" "Ini berarti bahwa si sumberdaya, %1, bisa dibuka, sebuah " "error terjadi ketika menulis ke sumberdaya." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Anda mungkin tidak memiliki perizinan untuk menulis ke sumberdaya." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Tidak Bisa Dengar untuk Koneksi Jaringan." -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Tidak Bisa Ikat" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1793,17 +1687,17 @@ msgstr "" "komunikasi jaringan (soket) tidak dapat dipancang untuk mendengarkan koneksi " "jaringan yang baru masuk." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Tidak Bisa Dengar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Tidak Bisa Setujui Koneksi Jaringan" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1812,33 +1706,33 @@ msgstr "" "Ini adalah keerroran yang cukup teknis dimana error terjadi ketika berupaya " "untuk menyetujui koneksi jaringan yang baru masuk." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Anda mungkin tidak memiliki perizinan untuk menyetujui koneksi." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Tidak Bisa Login: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Sebuah upaya login untuk melakukan operasi yang tak berhasil." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Tidak Bisa Mematok Status Sumberdaya" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Tidak Bisa Menstatus Sumberdaya" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1847,71 +1741,71 @@ msgstr "" "Sebuah upaya untuk mematok informasi tentang status si sumberdaya " "%1, sepertihalnya nama, tipe, dll, yang tak berhasil." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Sumberdaya tertentu mungkin tidak berada atau mungkin tidak dapat diakses." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Tidak Bisa Membatalkan Cantuman" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Ini dokumen" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Tidak Dapat Menciptakan Folder" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Sebuah upaya untuk menciptakan folder yang diminta telah gagal." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokasi dimana folder itu diciptakan mungkin tidak ada." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Tidak Bisa Membuang Folder" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Sebuah upaya untuk membuang folder yang ditentukan, %1, " "gagal." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Folder yang ditentukan mungkin tidak ada." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Folder yang ditentukan mungkin tidak kosong." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Pastikan folder tersebut ada dan kosong, dan coba lagi." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Tidak Bisa Melanjutkan Transfer berkas" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1920,34 +1814,34 @@ msgstr "" "Permintaan yang ditentukan menanyakan apakah transfer berkas %1 dilanjutkan pada titik transfer tertentu. Ini tidaklah mungkin." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, atau server, mungkin tidak mendukung pelanjutan berkas." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Coba lagi permintaan tanpa berupaya untuk melanjutkan transfer." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Tidak Bisa Mengubah Nama Sumberdaya" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Sebuah upaya untuk mengubah nama sumberdaya %1 yang " "ditentukan, gagal." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Tidak Bisa Mengubah Perizinan Sumberdaya" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "yang ditentukan, gagal." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Tidak Bisa Mengubah Kepemilikan Sumberdaya" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 yang " "ditentukan, gagal." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Tidak Bisa Menghapus Sumberdaya" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Sebuah upaya untuk menghapus sumberdaya %1 yang ditentukan, " "gagal." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Penghentian Program Tak Terduga" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 telah berhenti secara tak terduga." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Kehabisan Memori" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tidak bisa mendapatkan memori yang diperlukan untuk meneruskan." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Host proksi Tak Diketahui" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2068,17 +1962,17 @@ msgstr "" "Mohon ajukan bug di https://bugs.kde.org/ untuk menginformasikan tim KDE dari metode autentikasi yang tak didukung." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Permintaan Digugurkan" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Error Internal di Server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2087,7 +1981,7 @@ msgstr "" "Program pada server yang menyediakan akses ke protokol %1 " "telah melaporkan sebuah error internal: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2097,12 +1991,12 @@ msgstr "" "pertimbangkan untuk menyerahkan laporan bug lengkap seperti yang diperinci " "di bawah ini." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Hubungi pengurus server untuk memberitahu permasalahannya." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2111,41 +2005,29 @@ msgstr "" "Jika Anda tahu siapa si penulis perangkat lunak server, sampaikan laporan " "bug langsung kepadanya." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Error Batas Waktu" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Walaupun kontak telah dibuat menggunakan server, sebuah respon tidak " -"diterima dalam jumlah waktu yang dialokasikan untuk permintaan sebagai " -"berikut:
              • Batas waktu untuk membuat koneksi: %1 detik
              • Batas " -"waktu untuk menerima respon: %2 detik
              • Batas waktu untuk mengakses " -"server proksi: %3 detik
              Silakan catat bahwa Anda bisa mengubah " -"pengaturan batas waktu tersebut di System Settings KDE, dengan memilih " -"Pengaturan Jaringan -> Preferensi Koneksi." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server terlalu sibuk menanggapi ke permintaan lain untuk menanggapi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Error Tak Diketahui" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 telah melaporkan sebuah error tak diketahui: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Gangguan Tak Diketahui" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 telah melaporkan sebuah gangguan bertipe tak diketahui: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Tidak Bisa Menghapus berkas Asli" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2184,12 +2066,12 @@ msgstr "" "pada akhir operasi pemindahan berkas. berkas asli %1 tidak " "bisa dihapus." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Tidak Bisa Menghapus berkas Temporer" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2201,12 +2083,12 @@ msgstr "" "operasi pemindahan berkas. berkas asli %1 tidak bisa " "dihapus." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Tidak Bisa Mengubah Nama berkas Asli" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2215,12 +2097,12 @@ msgstr "" "Operasi yang diminta memerlukan pengubahan nama pada berkas asli %1, meski tidak bisa diubah nama." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Tidak Bisa Mengubah Nama berkas Temporer" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2229,32 +2111,32 @@ msgstr "" "Operasi yang diminta memerlukan penciptaan sebuah berkas temporer " "%1, meski tidak bisa diciptakan." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Tidak Bisa Menciptakan Tautan" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Tidak Bisa Menciptakan Tautan Simbolis" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Tautan simbolis %1 yang diminta tidak bisa diciptakan." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Tidak ada Isi" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "diska Penuh" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2263,7 +2145,7 @@ msgstr "" "berkas %1 yang diminta tidak bisa ditulis karena ruang " "diska yang ada tidak mencukupi." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2275,12 +2157,12 @@ msgstr "" "dilepas seperti diska CD-Recordable; atau 3) mendapatkan kapasitas " "penyimpanan lebih banyak." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Sumber dan Berkas Tujuan Identik" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2289,17 +2171,17 @@ msgstr "" "Operasi tidak dapat diselesaikan karena sumber dan berkas tujuan adalah " "berkas yang sama." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Pilihlah sebuah nama berkas yang berbeda untuk berkas tujuan." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "berkas atau Folder ditaruh ke dalam dirinya sendiri" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2308,17 +2190,17 @@ msgstr "" "Operasi tidak dapat diselesaikan karena sumber dan folder atau berkas tujuan " "adalah sama." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Taruh butir ke dalam folder atau berkas yang berbeda." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Folder dipindah ke dalam dirinya sendiri" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2327,17 +2209,17 @@ msgstr "" "Operasi tidak dapat diselesaikan karena sumber tidak bisa dipindah ke dalam " "dirinya sendiri." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Pindah butir ke dalam folder yang berbeda." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Tidak dapat berkomunikasi dengan server kata sandi" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2346,23 +2228,23 @@ msgstr "" "Operasi tidak dapat diselesaikan karena layanan untuk permintaan kata sandi " "(kpasswdserver) belum bisa dikontak" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Cobalah memulai ulang sesimu, atau lihat di dalam log atas error dari kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Tak Bisa Memprakarsai Protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Tidak Dapat Membuat Pekerja KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2371,7 +2253,7 @@ msgstr "" "Pekerja KIO yang menyediakan akses ke protokol %1 tidak " "dapat dimulai. Ini biasanya karena masalah teknis." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2381,13 +2263,13 @@ msgstr "" "protokol. Ini kemungkinan Anda memiliki sebuah plugin dengan versi yang " "kedaluarsa." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Tak dapat mentransfer %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2397,7 +2279,7 @@ msgstr "" "Berkas %1 tak dapat ditransfer, karena sistem berkas " "yang dituju belum mendukung berkas yang besar" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2406,28 +2288,28 @@ msgstr "" "Format ulang drive yang dituju menggunakan sebuah sistem berkas yang " "mendukung berkas yang besar." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Error Tak Terdokumen" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Tautan Simbolis ke %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Taut ke %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Titik ke %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2436,12 +2318,12 @@ msgstr "" "URL berformat buruk\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Tidak dapat mematok tipe file untuk %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2450,7 +2332,7 @@ msgstr "" "Tidak bisa mengekstrak nama dapat dieksekusi dari '%1', mohon ketik nama " "program yang absah." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." @@ -2458,7 +2340,7 @@ msgstr "" "%1 tidak bisa muncul sebagai program yang dapat " "dieksekusi." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2468,92 +2350,92 @@ msgstr "" "%1 tidak ditemukan; silakan masukkan alur yang valid ke " "program yang dapat dieksekusi." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Pembukaan koneksi tidak didukung dengan protokol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Penutupan koneksi tidak didukung dengan protokol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Pengaksesan berkas tidak didukung dengan protokol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Penulisan untuk %1 tidak didukung." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Tidak adanya aksi spesial yang tersedia untuk protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Cantuman folder tidak didukung untuk protokol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Penerimaan data dari %1 tidak didukung." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Penerimaan informasi mime type dari %1 tidak didukung." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Penamaan atau pemindahan berkas dalam %1 tidak didukung." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Penciptaan symlinks tidak didukung dengan protokol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Penyalinan berkas dalam %1 tidak didukung." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Penghapusan berkas dari %1 tidak didukung." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Penciptaan folder tidak didukung dengan protokol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Pengubahan atribut berkas tidak didukung dengan protokol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Pengubahan kepemilikan berkas tidak didukung dengan protokol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Pembukaan berkas tidak didukung dengan protokol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 tidaklah mendukung tindakan %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2562,114 +2444,137 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protokol '%1' tak diketahui." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Tidak dapat menemukan pekerja KIO untuk protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Tidak dapat membuat soket untuk meluncurkan pekerja KIO untuk protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Tidak bisa menemukan eksekutabel 'kioworker' di '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Perincian" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Selamanya" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "T&eruskan" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Ses&i Saat Ini saja" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Ciptakan Folder" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ciptakan Folder" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Anda belum memilih sebuah berkas untuk dihapus." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Tak Ada Yang Akan Dihapus" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Anda belum memilih sebuah berkas untuk dibuang." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Tak Ada Yang Akan Dibuang" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Folder yang ditentukan tidak ada atau tidak dapat dibaca." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Folder Induk" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Mundur" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Maju" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Folder Beranda" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Muat ulang" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2677,199 +2582,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Folder Baru" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Pindah ke Tong Sampah" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Hapus" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Pengurutan" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Urutkan berdasarkan Nama" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Urutkan berdasarkan Ukuran" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Urutkan berdasarkan Tanggal" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Urutkan berdasarkan Tipe" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Menaik" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Menurun" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Folder Dulu" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Sembunyikan Berkas Terakhir" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Tampilan Ikon" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Tampilan Ringkas" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Tampilan Perinci" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posisi Ikon" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Lanjutkan ke Nama berkas" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Bagian Atas Nama berkas" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Tampilan Singkat" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Tampilan Terperinci" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Tampilan Ranting" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Tampilan Ranting Terperinci" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Izinkan Pembentangan dalam Tampilan Perincian" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Tampilkan berkas Tersembunyi" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Tampilkan Panel Pratinjau" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Tampilkan Pratinjau" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Buka Folder Konten" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Properti" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mode &Tampilan" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Yang Paling Baru Dulu" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Yang Paling Lawas Dulu" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Yang Paling Baru Dulu" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Yang Paling Besar Dulu" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Yang Paling Kecil Dulu" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Penyandian:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Buka" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Simpan Sebagai" @@ -2918,40 +2823,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Pindah Sini" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Semua berkas" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Semua berkas Didukung" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Semua berkas" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Tambah Entri Tempat" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Sunting Entri Tempat" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -2964,17 +2869,17 @@ msgstr "" "apakah entri ini mengacu kepadanya. Jika Anda tidak memasukkan sebuah label, " "ini akan berasal dari lokasi URL.
              " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "L&abel:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Masukkan penjelasan label di sini" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2988,12 +2893,12 @@ msgstr "" "selanjutnya pada kotak sunting teks, Anda bisa menelusuri untuk sebuah URL " "yang tepat." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokasi:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " @@ -3002,17 +2907,17 @@ msgstr "" "Ini adalah ikon yang akan muncul di panel Tempat.

              Klik pada " "tombol untuk memilih ikon yang berbeda.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Pilihlah sebuah &ikon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Hanya tampilkan ketika penggunakan aplikasi ini (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3023,202 +2928,209 @@ msgstr "" "aplikasi saat ini saja (%1).

              Jika pengaturan ini tidak dipilih, " "entri akan tersedia di semua aplikasi.
              " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Tempat" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remot" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Terkini" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Pencarian Untuk" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Peranti" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Peranti Dapat Dilepas" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tag" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Error %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Semua tag" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Beranda" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Desktop" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumen" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Unduhan" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Jaringan" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Tong Sampah" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musik" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Gambar" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Berkas Terkini" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lokasi Terkini" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Dimodifikasi Hari Ini" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Dimodifikasi Kemarin" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Tidak bisa menambahkan ke panel Tempat: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Hanya folder yang bisa ditambahkan ke panel Tempat." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfigurasikan Pintasan Web..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Melepas..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Rilis" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Melepas Dengan Aman..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Lepas Dengan Aman" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Melepas Kait..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Lepaskan" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Keluarkan" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Perangkat '%1' bukan sebuah diska dan tidak dapat dikeluarkan." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Sebuah error terjadi ketika sedang mengakses '%1', sistem merespon: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Sebuah error terjadi ketika sedang mengakses '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Satu atau lebih file pada peranti ini sedang dibuka oleh sebuah aplikasi." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3233,19 +3145,19 @@ msgstr[1] "" "Satu atau beberapa file di peranti ini dibuka di aplikasi berikut: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Format Ulang atau Edit pakai Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3253,90 +3165,90 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 bebas dari %2 (%3% digunakan)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (sembunyi)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Kosongkan Tong Sampah" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Kaitkan" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Buka di Tab Baru" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Buka di Window Baru" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Tambahkan Entri..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Sunting…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Buang dari Tempat" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Sembunyikan" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Sembunyikan Bagian '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Sembunyikan Bagian" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Tampilkan Semua Entri" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ukuran Ikon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3344,51 +3256,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Ubah Ukuran Secara Otomatis" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Kecil (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Sedang (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Besar (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Besar (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Anda hanya bisa memilih satu berkas" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Lebih dari satu berkas disediakan" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Anda hanya bisa memilih berkas lokal" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Berkas jarak jauh tidak disetujui" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3403,52 +3315,22 @@ msgstr[1] "" "URL yang dipilih menggunakan sebuah skema takdidukung. Silakan gunakan " "salahsatu skema berikut ini: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Skema URL tak didukung" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Lebih dari satu folder telah dipilih dan dialog ini tidak dapat menyetujui " -"folder, jadi tidak mungkin memutuskan yang mana yang harus dimasukkan. " -"Silahkan pilih hanya satu folder untuk mendaftarnya." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Lebih dari satu folder disediakan" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Setidaknya satu folder dan satu berkas yang dipilih. berkas yang dipilih " -"akan diabaikan dan folder yang dipilih akan didaftar" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Berkas dan folder yang dipilih" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "berkas \"%1\" tidak dapat ditemukan" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Tak bisa membuka berkas" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " @@ -3459,45 +3341,46 @@ msgstr "" "lokasi saat ini adalah berkas:/home/konqi, mengeklik tombol ini akan membawa " "Anda ke berkas:/home.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Klik tombol ini untuk pindah mundur satu langkah di dalam histori " "penelusuran." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Klik tombol ini untuk pindah maju satu langkah di dalam histori penelusuran." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Klik tombol ini untuk memuat ulang konten pada lokasi saat ini." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klik tombol ini untuk menciptakan sebuah folder baru." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Tampilkan Panel Tempat" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Tampilkan Panel Markah" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Tampilkan berkas Tersembunyi" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opsi" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3512,12 +3395,12 @@ msgstr "" "li>
            • menampilkan atau menyembunyikan berkas
            • panel Tempat
            • pratinjau berkas
            • memisahkan folder dari berkas
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Markah" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3532,12 +3415,39 @@ msgstr "" "di tempat lain dalam KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nama:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Urung Perubahan" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Buka Folder Konten" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Nama file:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Sembunyikan Berkas Terakhir" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3549,12 +3459,12 @@ msgstr "" "yang cocok. Fitur ini bisa dikendalikan dengan mengeklik tombol mouse kanan " "dan memilih mode yang disukai dari menu Penyelesaian Teks." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ini adalah nama untuk menyimpan berkas sebagai apa." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3563,75 +3473,80 @@ msgstr "" "Ini adalah daftar berkas yang dibuka. Lebih dari satu berkas yang bisa " "ditentukan dengan mencantumkan beberapa berkas, dipisahkan oleh spasi." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ini adalah nama dari berkas yang dibuka." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Tempat" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "berkas \"%1\" sudah ada. Apakah Anda ingin menimpanya?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Timpa berkas?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Anda hanya bisa memilih berkas lokal." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Berkas Jarak Jauh Tidak Disetujui" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Semua Folder" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Ciptakan Direktori" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Buka" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ukuran ikon: %1 pixel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Pilih secara otomatis e&kstensi nama berkas (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "ekstensi %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Pilih secara otomatis e&kstensi nama-berkas" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "sebuah ekstensi yang sesuai" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3659,12 +3574,12 @@ msgstr "" "li>Jika tidak yakin, pertahankan opsi ini tetap difungsikan oleh " "karenanya membuat berkas-file Anda lebih dapat dikelola." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipe &berkas:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3673,59 +3588,19 @@ msgstr "" "Ini adalah pemilih tipe berkas. Ini digunakan untuk memilih format si " "berkas yang akan disimpan sebagai apa." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " -msgstr "" -"Ini adalah filter untuk diterapkan ke daftar berkas. Nama berkas yang " -"tidak cocok, filter tidak akan ditampilkan.

            Anda dapat memilih dari salah " -"satu filter yang telah ditetapkan dalam menu tarik turun, atau Anda dapat " -"memasukkan filter khusus langsung ke area teks.

            Tanda baca seperti * " -"dan ? adalah dibolehkan.

            " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Ciptakan Tipe File Baru" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Ini adalah pemilih tipe berkas. Ini digunakan untuk memilih format si " +"berkas yang akan disimpan sebagai apa." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Maaf" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "berkas templat %1 tidak ada." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nama untuk tautan baru:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Ciptakan tautan ke URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a Different Name" @@ -3733,7 +3608,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Masukkan sebuah Nama Berbeda" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Maaf" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "berkas templat %1 tidak ada." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nama untuk tautan baru:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Ciptakan TautanSimbolis" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Ciptakan tautan ke URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3743,7 +3649,7 @@ msgstr "" "Nama %1 tidak bisa dipakai karena ia dipesan oleh " "sistem operasi untuk digunakan." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3753,7 +3659,7 @@ msgstr "" "Nama %1 diawali tanda titik, sehingga secara baku ia " "akan tersembunyi." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3765,30 +3671,44 @@ msgstr "" "menjadi ditampilkan sebelum item lainnya ketika pengurutan secara abjad, di " "antara potensi keanehan lainnya." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Penggunaan garis miring dalam nama folder akan menciptakan sub-folder, " "seperti:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Penggunaan garis miring dalam nama folder akan menciptakan sub-folder." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Garis miring tidak bisa digunakan dalam nama folder dan berkas." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Garis miring terbalik tidak bisa digunakan dalam nama folder dan berkas." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Could not create a folder with the name %1because it is reserved for use by the operating system." +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Tidak dapat menciptakan sebuah folder dengan nama %1 karena sudah dipesan untuk digunakan oleh sistem operasi." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3798,91 +3718,143 @@ msgstr "" "disarankan karena ia bisa membingungkan atau berbahaya ketika menggunakan " "terminal untuk menghapus sesuatu." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Sebuah direktori dengan nama %1 sudah ada." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Sebuah berkas dengan nama %1 sudah ada." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Ciptakan Baru" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Tautan ke Peranti" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Folder Baru" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Ciptakan Folder" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Ciptakan folder baru dalam %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Masukkan sebuah Nama Berbeda" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Baku" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Ciptakan Tipe File Baru" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgid "Enter file name" +msgstr "Masukkan sebuah Nama Berbeda" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Pilihlah Aplikasi untuk %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Pilihlah sebuah &ikon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Salin" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Tempel" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Buka \"%1\"di Tab Baru" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Buka \"%1\" di Jendela Baru" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Sunting" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigasi" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Tampilkan Alur Penuh" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3890,7 +3862,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Tak dapat mentransfer %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3902,6 +3874,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Tempat" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3925,28 +3906,28 @@ msgstr "Lainnya" msgid "Edit mode" msgstr "Mode penyuntingan" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klik untuk Navigasi Lokasi" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klik untuk Menyunting Lokasi" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Anda tidak diizinkan untuk mengeksekusi berkas ini." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Meluncurkan %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3955,13 +3936,13 @@ msgstr "" "Tidak bisa membuat layanan %1 yang dapat dieksekusi, menggugurkan eksekusi.\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Anda tidak diizinkan untuk memilih sebuah aplikasi untuk membuka berkas ini." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3989,12 +3970,18 @@ msgstr "Error menyimpan citra ke %1" msgid "Icon file too big, download aborted" msgstr "berkas ikon terlalu besar, unduhan digugurkan" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Tidak ada klien mail yang ditemukan" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4005,28 +3992,28 @@ msgstr "" "%1\n" "tidak absah." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Menluncurkan %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Perintah %1 tidak dapat ditemukan." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Tidak ada terminal emulator yang ditemukan" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Gagal membuka %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4037,7 +4024,7 @@ msgstr "" "%1\n" "adalah bertipe Link tapi tidak memiliki entri URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4046,7 +4033,7 @@ msgstr "" "berkas eksekutabel \"%1\" berlokasi di sistem berkas jarak jauh. Demi " "keamanan itu tidak akan dijalankan." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4054,7 +4041,7 @@ msgstr "" "Untuk alasan keamanan, peluncuran executable tidaklah diizinkan dalam " "konteks ini." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4063,7 +4050,7 @@ msgstr "" "Program \"%1\" perlu memiliki perizinan executable sebelum ia bisa " "diluncurkan." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4072,12 +4059,12 @@ msgstr "" "Tidak bisa membuat berkas eksekutabel \"%1\".\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "berkas entri desktop %1 tidak memiliki entri Type=... ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4088,12 +4075,12 @@ msgstr "" "Periksalah aplikasi yang dibuka dan area notifikasi Anda untuk unduhan atau " "tugas-tugas yang tertunda apapun." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Gagal membuka berkas." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Program \"%1\" tidak bisa diluncurkan." @@ -4185,74 +4172,69 @@ msgstr "" "telah dimodifikasi.\n" "Anda ingin mengunggah perubahannya?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Membuka berkas jarak jauh, mengawasi modifikasi, menanyakan " "unggahan" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Pengembang KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Perlakukan URL sebagai berkas lokal lalu kemudian hapus" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nama berkas yang disarankan untuk berkas yang terunduh" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Perintah untuk mengeksekusi" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL atau berkas lokal digunakan untuk 'perintah'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Mengeset ACL untuk %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4261,7 +4243,7 @@ msgstr "" "Tak dapat mengubah hak akses untuk\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4271,119 +4253,39 @@ msgstr "" "Tidak bisa mengubah pemilik dan grup untuk\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Tidak Bisa Mengubah Nama berkas Temporer" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Tidak dapat menemukan program kait \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Tidak dapat menemukan program lepaskait \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Ubah Perizinan berkas" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Perizinan Baru: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Ubah Pemilik berkas" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Pemilik Baru: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Buang berkas" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Buang Direktori" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Ciptakan Direktori" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Perizinan Direktori: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Buka berkas" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Buka Direktori" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nama berkas Baru: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Target: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ubah Stempel Waktu" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Dari: %1, Ke: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Aksi Tidak Diketahui" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Aksi: %1\n" -"Sumber: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Tak bisa menyalin berkas dari %1 ke %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Tak ada media di peranti untuk %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Tidak bisa mendapatkan id pengguna untuk nama pengguna %1 yang diberikan" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Tidak bisa mendapatkan id grup untuk nama grup %1 yang diberikan" @@ -4425,33 +4327,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Anda perlu mengisi nama pengguna dan kata sandi untuk mengakses situs ini." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Situs:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Login Oke" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Tidak bisa login ke %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4460,7 +4362,7 @@ msgstr "" "\n" "Server bilang: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4469,12 +4371,12 @@ msgstr "" "Anda perlu mengisi nama pengguna dan kata sandi untuk server proksi yang " "terdaftar di bawah ini sebelum Anda dibolehkan mengakses situs apa pun." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentikasi proksi Gagal." @@ -4526,101 +4428,101 @@ msgid "" msgstr "Apakah Anda mau menyetujui sertifikat ini selamanya tanpa diminta?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentikasi Server" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 di %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Sebaliknya, permintaan itu akan sukses." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ambil nilai properti" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "set nilai properti" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ciptakan folder yang diminta" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "salin berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "pindah berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cari di dalam folder yang ditentukan" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "kunci berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "buka kunci berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "hapus berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "query kapabilitas server" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "ambil isi pada berkas atau folder yang ditentukan" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "jalankan sebuah laporan di dalam folder yang ditentukan" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Sebuah kesalahan (%1) terjadi secara tiba-tiba ketika mengupayakan %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4630,13 +4532,13 @@ msgstr "" "Sebuah error terjadi ketika mengupayakan %1, %2,. Sebuah ringkasan alasannya " "adalah di bawah ini." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Akses yang ditolak ketika mengupayakan %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4645,7 +4547,7 @@ msgstr "" "Sebuah sumberdaya tak bisa diciptakan di tempat tujuan sampai satu atau " "lebih koleksi (folder) yang tengah diciptakan." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4660,28 +4562,28 @@ msgstr "" "ketika permintaan berkas yang tidak boleh ditimpa.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Kunci yang diminta tidak dapat diberikan. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server tidaklah mendukung tipe permintaan dari bodi." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Tak dapat %1 karena sumberdaya telah dikunci." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Tindakan ini telah dicegah oleh error yang lain." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4690,7 +4592,7 @@ msgid "" msgstr "" "Tak dapat %1 karena server tujuan menampik penyetujuan berkas atau folder." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4699,18 +4601,18 @@ msgstr "" "Sumberdaya tujuan tidak memiliki cukup ruang untuk merekam keadaan " "sumberdaya setelah pengeksekusian metode ini." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Sumberdaya tak bisa dihapus." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "unggah %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4721,15 +4623,15 @@ msgstr "Sebuah kesalahan (%1) terjadi secara tiba-tiba ketika mengupayakan %2." msgid "Network" msgstr "Jaringan" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 berformat buruk" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4742,12 +4644,12 @@ msgstr "" "dan menggunakan operasi pengembalian lagi, atau tarik butir ke tempat lain " "untuk mengembalikannya." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Kombinasi protokol tidak absah." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "berkas ini telah ada di tong sampah" @@ -4783,7 +4685,7 @@ msgstr "Kosongkan konten tong sampah" msgid "Restore a trashed file to its original location" msgstr "Kembalikan berkas yang telah dibuang ke lokasi aslinya" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4805,17 +4707,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Coba lagi" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialog Autentikasi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Akses ditolak" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Anda tidak memiliki perizinan untuk mengakses protokol %1." @@ -4924,41 +4826,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Checksum yang diharapkan (MD5, SHA1, SHA256 atau SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klik untuk menempel checksum dari papan klip ke bidang input." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4968,9 +4870,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Menghitung" @@ -4979,23 +4881,23 @@ msgstr "Menghitung" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klik untuk menyalin checksum ke papan klip." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Batal" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Pindah Sini" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -5003,115 +4905,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Unduhan" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Salin Sini" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Taut Sini" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Menluncurkan %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Apa yang Anda ingin lakukan dengan berkas ini?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Jangan tanya lagi" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Buka" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Eksekusi" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Buka dengan %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Urung Perubahan" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Apa yang Anda ingin lakukan dengan berkas ini?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Mengurungkan operasi ini memerlukan hak istimewa root. Apakah Anda ingin " -"meneruskan?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Menciptakan direktori" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Sumber" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Tujuan" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Menyalin" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Memindah" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Mengubah nama" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Pindah ke Tong Sampah" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Menghapus" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Urung" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Urung: Salinan" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Urung: Tautan" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Urung: Pindahan" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Urung: Ubahan Nama" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Urung: Tong Sampah" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Urung: Ciptaan Folder" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Urung: Ciptaan Folder(2)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Urung: Ciptaan berkas" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Urung: Seabrek Perubahan Nama" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Urung: Salinan" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Urung: Tautan" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Urung: Pindahan" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Urung: Ubahan Nama" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Urung: Tong Sampah" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Urung: Ciptaan Folder" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Urung: Ciptaan Folder(2)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Urung: Ciptaan berkas" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Urung: Seabrek Perubahan Nama" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5125,12 +5114,12 @@ msgstr "" "hilang.\n" "Apakah Anda yakin ingin menghapus %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Urung Konfirmasi Salinan berkas" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5142,21 +5131,22 @@ msgstr "" "%1Tindakan ini tak dapat " "diurungkan." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Hapus Secara Permanen" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Hapus Secara Permanen" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5172,7 +5162,7 @@ msgstr[1] "" "Apakah Anda sungguh ingin menghapus secara permanen %1 butir tersebut?Aksi ini tak dapat diurungkan." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5183,13 +5173,13 @@ msgstr "" "Sampah?Tindakan ini tak dapat diurungkan." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Kosongkan Tong Sampah" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5199,7 +5189,7 @@ msgstr "" "Apakah Anda sungguh ingin memindah butir ini ke Tong Sampah?" "%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5287,7 +5277,7 @@ msgstr "Pemilik" msgid "Owning Group" msgstr "Grup Bermilik" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Lainnya" @@ -5361,66 +5351,66 @@ msgstr "Memperbarui Konfigurasi Sistem" msgid "Updating system configuration…" msgstr "Memperbarui konfigurasi sistem." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nama" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Ukuran" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Tanggal" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Perizinan" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Pemilik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipe" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Buka &dengan %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Aksi" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5428,7 +5418,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Buka Folder Dengan" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5436,29 +5426,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Buka &Dengan" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Eksekusi" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Buka folder dengan %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Buka dengan %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Buka Folder Dengan" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Buka &Dengan" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5466,7 +5463,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Aplikasi Lain..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5474,113 +5471,136 @@ msgid_plural "%1 items" msgstr[0] "%1 butir" msgstr[1] "%1 butir" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Tidak diketahui" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Hentikan" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Jelajahi di Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Dikaitkan Dari:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ruang Bebas:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipe:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Konten:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Buka Dengan:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ubah..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Lokasi:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Ukuran:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ubah..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Konten:" +msgid "Stop" +msgstr "Hentikan" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Jelajahi di Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Titik ke:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Dimodifikasi:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Tampilkan sebuah Peringatan" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Diciptakan:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistem berkas:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Ukuran tak diketahui" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Dikaitkan Pada:" +msgid "Modified:" +msgstr "Dimodifikasi:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Diakses:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Buka Dengan:" +msgid "File system:" +msgstr "Sistem file:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Dikaitkan Pada:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Dikaitkan Dari:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ruang Bebas:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Ukuran tak diketahui" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5879,26 +5899,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Ketikkan deskripsi pada aplikasi ini, berdasarkan pada kegunaannya, di sini. " "Contohnya: sebuah dial up aplikasi (KPPP) menjadi \"Dial up tool\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Deskripsi:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Umum" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Ketikkan komentar apa pun yang Anda anggap berguna di sini." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Ketikkan deskripsi pada aplikasi ini, berdasarkan pada kegunaannya, di sini. " +"Contohnya: sebuah dial up aplikasi (KPPP) menjadi \"Dial up tool\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5908,8 +5940,9 @@ msgstr "&Komentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variabel Environment:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6115,7 +6148,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Bagikan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6125,36 +6158,59 @@ msgstr "" "Tidak bisa menyimpan properti karena akses tulis tidak memadai untuk:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Umum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Masukkan sebuah Nama Berbeda" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Jelajahi di %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Segarkan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Tak dapat mentransfer %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ukuran tak diketahui" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6163,138 +6219,144 @@ msgstr "" "Menghitung... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 berkas" msgstr[1] "%1 berkas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-folder" msgstr[1] "%1 sub-folder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Menghitung...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Setidaknya %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nama berkas baru telah kosong." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Tidak ada tipe file yang diregistrasi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Tidak ada aplikasi yang berhubungan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Buat…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Ubah..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Tidak ada Akses" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Hanya Bisa Lihat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Bisa Lihat & Modifikasi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Hanya Bisa Lihat Isi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Bisa Lihat & Modifikasi Isi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Hanya Bisa Lihat Isi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Bisa Lihat/Baca & Modifikasi/Tulis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Perizinan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Perizinan Akses" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "berkas ini adalah tautan dan belum memiliki perizinan." msgstr[1] "Semua berkas adalah tautan dan belum memiliki perizinan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Hanya pemilik yang bisa mengubah perizinan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Pemilik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Menentukan aksi pemilik yang boleh melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Menentukan aksi anggota dari grup yang boleh melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Lainnya:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6303,13 +6365,13 @@ msgstr "" "Menentukan aksi semua pengguna, yang bukan pemilik atau grup, yang boleh " "melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Hanya pemi&lik yang bisa mengubah nama dan menghapus konten folder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" @@ -6317,19 +6379,19 @@ msgstr "" "Mengfungsikan bendera ini membolehkan pengeksekusian berkas sebagai sebuah " "program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Nama pengguna baku:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Eksekusi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6340,7 +6402,7 @@ msgstr "" "atau pengubahan nama folder, berkas, dan isinya. Pengguna lain hanya bisa " "menambahkan berkas baru, yang memerlukan perizinan 'Modifikasi Isi'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6350,42 +6412,42 @@ msgstr "" "hanya membuat pengertian untuk program dan skrip. Hal ini perlu ketika Anda " "ingin mengeksekusinya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Perizinan Tingkat L&anjut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Kepemilikan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Pengguna:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Terapkan perubahan ke semua subfolder dan isinya" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Perizinan Tingkat Lanjut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Kelas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6394,22 +6456,22 @@ msgstr "" "Tampilkan\n" "Entri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bendera ini membolehkan melihat isinya folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Baca" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Bendera Merah membolehkan melihat isinya berkas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6418,7 +6480,7 @@ msgstr "" "Tulis\n" "Entri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6428,45 +6490,45 @@ msgstr "" "Ingat bahwa penghapusan dan perubahan nama bisa terbatas menggunakan bendera " "Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Tulis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Bendera Tulis membolehkan pemodifikasian konten berkas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Masuk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Mengfungsikan bendera ini membolehkan pemasukan folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Eksek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Mengfungsikan bendera ini membolehkan pengeksekusian berkas sebagai sebuah " "program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spesial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6475,7 +6537,7 @@ msgstr "" "Bendera spesial. Absah untuk semua folder, arti yang tepat dari bendera bisa " "dilihat di kolom sisi kanan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6484,17 +6546,17 @@ msgstr "" "Bendera spesial. Arti yang tepat dari bendera bisa dilihat di kolom sisi " "kanan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Pengguna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6503,7 +6565,7 @@ msgstr "" "Jika bendera ini ditetapkan, pemilik dari folder ini akan menjadi pemilik " "pada semua berkas yang baru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6512,7 +6574,7 @@ msgstr "" "Jika berkas ini adalah sebuah berkas yang dapat dieksekusi dan bendera telah " "ditetapkan, ini akan dieksekusi berdasarkan perizinan dari pemilik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6520,7 +6582,7 @@ msgstr "" "Jika bendera ini ditetapkan, grup dari folder ini akan ditetapkan untuk " "semua berkas yang baru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6529,7 +6591,7 @@ msgstr "" "Jika berkas ini adalah sebuah berkas yang dapat dieksekusi dan bendera " "ditetapkan, ini akan dieksekusi berdasarkan perizinan dari grup." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6539,7 +6601,7 @@ msgstr "" "root yang bisa menghapus atau mengubah nama berkasnya. Bagaimanapun siapa " "saja dengan perizinan tulis bisa melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6548,74 +6610,63 @@ msgstr "" "Bendera Sticky pada sebuah berkas telah diabaikan pada Linux, tetapi mungkin " "digunakan pada beberapa sistem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Set UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Set GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Taut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Bervariasi (Tidak ada Perubahan)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Berkas ini menggunakan perizinan tingkat lanjut." msgstr[1] "Berkas tersebut menggunakan perizinan tingkat lanjut." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Folder ini menggunakan perizinan tingkat lanjut." msgstr[1] "Folder tersebut menggunakan perizinan tingkat lanjut." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Berkas tersebut menggunakan perizinan lanjutan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksums" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Menghitung..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Checksum tak absah." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6623,18 +6674,18 @@ msgstr "" "Masukan yang diberikan bukanlah sebuah checksum SHA256 atau MD5, SHA1 yang " "absah." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksum cocok." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Menghitung checksum dan diharapkan checksum cocok." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6645,13 +6696,13 @@ msgstr "" "mengunduh ulang berkasnya.
            Jika verifikasi tetap gagal, hubungi sumber " "berkasnya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Menghitung checksum dan diharapkan checksum berbeda." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6659,18 +6710,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Memverifikasi checksum..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Berkas identik." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "File berbeda." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Menghitung..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6678,27 +6749,27 @@ msgstr "" "Tidak bisa menyimpan properti. Hanya entri pada sistem berkas lokal yang " "didukung." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikasi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Tambahkan Tipe berkas untuk %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Pilih tipe berkas satu atau lebih untuk menambahkan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Hanya yang dapat dieksekusi pada sistem berkas lokal yang didukung." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opsi Tingkat Lanjut untuk %1" @@ -6803,22 +6874,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Konfigurasikan Pintasan Web..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Buka dialog berkas" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Nama berkas untuk konten papan klip:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Tempel berkas" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Tempel Isi Papan Klip" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6828,19 +6904,19 @@ msgstr "" "dipilih tidak lagi dapat diterapkan. Silakan salin lagi apa yang Anda " "inginkan untuk tempel." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Tempel Satu Folder" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Tempel Satu berkas" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6848,48 +6924,65 @@ msgid_plural "Paste %1 Items" msgstr[0] "Tempel Satu Item" msgstr[1] "Tempel %1 Item" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Tempel Isi Papan Klip" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Tempel" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format data:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nama berkas untuk konten papan klip:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nama berkas untuk konten yang diletakkan:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Tanggal: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Ukuran: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Tera&pkan Semua" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6899,49 +6992,52 @@ msgstr "" "Kecuali Anda menekan Lewati Anda tetap akan ditanya jika terjadi bentrok " "dengan berkas yang ada di direktori." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ketika ini dicentang tombol yang ditekan akan diberlakukan ke semua " "bentrokan yang menyusul untuk sisa dari tugas saat ini." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Ubah Nama" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Saran &Nama Baru" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Lewati" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Jangan salin atau pindah folder ini, alih-alih lewati ke butir selanjutnya" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Jangan salin atau pindah berkas ini, alih-alih lewati ke butir selanjutnya" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Tulis Ke Dalam" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6954,13 +7050,13 @@ msgstr "" "Anda akan diminta lagi jika ada bentrok dengan berkas yang ada dalam " "direktori." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Timpa file yang lawas" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6969,12 +7065,12 @@ msgstr "" "File tujuan yang memiliki waktu modifikasi lebih lama akan ditimpa oleh " "sumber, sebaliknya dilewati." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Lanjutkan" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6983,76 +7079,66 @@ msgstr "" "Tindakan ini akan menimpa '%1' dengan dirinya.\n" "Silakan masukkan sebuah nama berkas baru:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "T&eruskan" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Tindakan ini akan menimpa tujuan." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will merge the contents of '%1' into '%2'." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Tindakan ini akan menggabungkan konten '%1' ke dalam '%2'" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Sumber" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Tujuan" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Destinasi lebih kecil dengan %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Destinasi lebih kecil dengan %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Destinasi lebih kecil dengan %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Destinasi lebih besar dengan %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Berkas identik." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "File nampak identik." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "File berbeda." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7061,59 +7147,58 @@ msgstr "" "File sepertinya identik: ia memiliki ukuran yang sama dan konten yang sama " "pula pada awalan, tengah, dan akhiran." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Salin berkas" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Sebuah butir lawas bernama '%1' sudah ada." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Sebuah berkas serupa bernama '%1' sudah ada." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Sebuah butir lebih anyar bernama '%1' sudah ada." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Ubah Nama:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Ubah Nama Item" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Ubah Nama Butir" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Ubah Nama" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Ubah nama butir %1 ke:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nama baru #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Sebuah berkas dengan nama %1 sudah ada." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" +"%1 tidak bisa muncul sebagai program yang dapat " +"dieksekusi." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7121,38 +7206,206 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Ubah nama %1 butir terpilih ke:" msgstr[1] "Ubah nama %1 butir terpilih ke:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# akan digantikan dengan nomor menaik yang diawali dengan:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nama baru #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Ubah nama %1 butir terpilih ke:" +msgstr[1] "Ubah nama %1 butir terpilih ke:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Buka Dengan:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Ubah nama %1 butir terpilih ke:" +msgstr[1] "Ubah nama %1 butir terpilih ke:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Masukkan sebuah Nama Berbeda" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Masukkan sebuah Nama Berbeda" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Ubah Nama Item" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Ubah Nama Butir" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Ubah Nama" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Nama pengguna baku:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Tampilkan Pratinjau" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 tidak bisa muncul sebagai program yang dapat " +"dieksekusi." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informasi" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ganti" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Coba lagi" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Ganti Semua" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Lewati" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Lewati Semua" @@ -7239,7 +7492,7 @@ msgstr "" "Host jarak jauh tidak mengirim sertifikat SSL apa pun.\n" "Digugurkan karena identitas dari host tidak dapat didirikan." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7277,10 +7530,60 @@ msgstr[1] "" ">Tindakan ini tidak bisa diurungkan." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Memindah item ini ke Tong Sampah gagal karena terlalu besar. Apakah hapus " +"secara permanen saja?%1Tindakan ini tak bisa diurungkan." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Memindah %1 item ini ke Tong Sampah gagal karena terlalu besar. Apakah hapus " +"secara permanen saja?Tindakan ini tak bisa " +"diurungkan." +msgstr[1] "" +"Memindah %1 item ini ke Tong Sampah gagal karena terlalu besar. Apakah hapus " +"secara permanen saja?Tindakan ini tak bisa " +"diurungkan." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7288,15 +7591,24 @@ msgstr "" "secara permanen saja?%1Tindakan ini tak bisa diurungkan." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7308,7 +7620,7 @@ msgstr[1] "" "secara permanen saja?Tindakan ini tak bisa " "diurungkan." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7319,51 +7631,264 @@ msgstr[0] "" msgstr[1] "" "Apakah Anda sungguh ingin memindah %1 butir tersebut ke Tong Sampah?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Jangan tanya lagi" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Jangan tanya lagi" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Jangan tampilkan pesan ini lagi" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Rantai sertifikat peer SSL tampaknya korup." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Awas" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ini akan menjalankan program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Jika Anda tidak percaya program ini, klik Batal" +#~ msgid "File System:" +#~ msgstr "Sistem berkas:" + +#~ msgid "Change Attribute" +#~ msgstr "Ubah Atribut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk mengubah atribut berkas. Apakah Anda " +#~ "ingin meneruskan?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk melengkapi operasi salin. Apakah Anda " +#~ "ingin meneruskan?" + +#~ msgid "Delete Files" +#~ msgstr "Hapus berkas" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk melengkapi operasi hapus. Namun, " +#~ "melakukan hal itu mungkin dapat merusak sistemmu. Apakah Anda ingin " +#~ "meneruskan?" + +#~ msgid "Create Folder" +#~ msgstr "Ciptakan Folder" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk menciptakan folder ini. Apakah Anda " +#~ "ingin meneruskan?" + +#~ msgid "Move Items" +#~ msgstr "Pindah Item" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk melengkapi operasi pindah. Apakah Anda " +#~ "ingin meneruskan?" + +#~ msgid "Rename" +#~ msgstr "Ubah nama" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk melengkapi pengubahan nama. Apakah " +#~ "Anda ingin meneruskan?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk menciptakan sebuah tautan simbolis. " +#~ "Apakah Anda ingin meneruskan?" + +#~ msgid "Transfer data" +#~ msgstr "Transfer data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak istimewa root diperlukan untuk melengkapi pentransferan data. Apakah " +#~ "Anda ingin meneruskan?" + +#~ msgid "Undo Changes" +#~ msgstr "Urung Perubahan" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Mengurungkan operasi ini memerlukan hak istimewa root. Apakah Anda ingin " +#~ "meneruskan?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Mengeset ACL untuk %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Ubah Perizinan berkas" + +#~ msgid "New Permissions: %1" +#~ msgstr "Perizinan Baru: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Ubah Pemilik berkas" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Pemilik Baru: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Buang berkas" + +#~ msgid "Remove Directory" +#~ msgstr "Buang Direktori" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Perizinan Direktori: %1" + +#~ msgid "Open File" +#~ msgstr "Buka berkas" + +#~ msgid "Open Directory" +#~ msgstr "Buka Direktori" + +#~ msgid "New Filename: %1" +#~ msgstr "Nama berkas Baru: %1" + +#~ msgid "Target: %1" +#~ msgstr "Target: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ubah Stempel Waktu" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Dari: %1, Ke: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Aksi Tidak Diketahui" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Aksi: %1\n" +#~ "Sumber: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Tampilkan Panel Markah" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "berkas Diubah" + +#~ msgid "&Description:" +#~ msgstr "&Deskripsi:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Ketikkan komentar apa pun yang Anda anggap berguna di sini." + +#~ msgid "Do not ask again" +#~ msgstr "Jangan tanya lagi" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "Ini adalah filter untuk diterapkan ke daftar berkas. Nama berkas yang " +#~ "tidak cocok, filter tidak akan ditampilkan.

            Anda dapat memilih dari " +#~ "salah satu filter yang telah ditetapkan dalam menu tarik turun, atau Anda " +#~ "dapat memasukkan filter khusus langsung ke area teks.

            Tanda baca " +#~ "seperti * dan ? adalah dibolehkan.

            " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Lebih dari satu folder telah dipilih dan dialog ini tidak dapat " +#~ "menyetujui folder, jadi tidak mungkin memutuskan yang mana yang harus " +#~ "dimasukkan. Silahkan pilih hanya satu folder untuk mendaftarnya." + +#~ msgid "More than one folder provided" +#~ msgstr "Lebih dari satu folder disediakan" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Setidaknya satu folder dan satu berkas yang dipilih. berkas yang dipilih " +#~ "akan diabaikan dan folder yang dipilih akan didaftar" + +#~ msgid "Files and folders selected" +#~ msgstr "Berkas dan folder yang dipilih" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Walaupun kontak telah dibuat menggunakan server, sebuah respon tidak " +#~ "diterima dalam jumlah waktu yang dialokasikan untuk permintaan sebagai " +#~ "berikut:
            • Batas waktu untuk membuat koneksi: %1 detik
            • Batas " +#~ "waktu untuk menerima respon: %2 detik
            • Batas waktu untuk mengakses " +#~ "server proksi: %3 detik
            Silakan catat bahwa Anda bisa mengubah " +#~ "pengaturan batas waktu tersebut di System Settings KDE, dengan memilih " +#~ "Pengaturan Jaringan -> Preferensi Koneksi." + #~ msgid "Is &executable" #~ msgstr "&Dapat dieksekusi" @@ -8528,9 +9053,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ "Ini adalah jumlah maksimum ruang cakram yang dikalkulasikan akan " #~ "diizinkan untuk tong sampah." -#~ msgid "Show a Warning" -#~ msgstr "Tampilkan sebuah Peringatan" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Hapus berkas Tertua Dari Tong Sampah" @@ -8672,10 +9194,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ msgid "Space" #~ msgstr "Spasi" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Baku" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modifikasi Pintasan Web" @@ -9034,11 +9552,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Tidak dapat menemukan aplikasi atau penanganan apa pun untuk %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Tempel berkas" -#~ msgstr[1] "&Tempel %1 berkas" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Tempel URL" @@ -9140,14 +9653,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ msgid "Invalid Directory Name" #~ msgstr "Nama Direktori Takabsah" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Tidak dapat menciptakan sebuah folder dengan nama %1 karena sudah dipesan untuk digunakan oleh sistem operasi." - #~ msgid "File Type Options" #~ msgstr "Opsi Tipe File" @@ -9185,9 +9690,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ msgid "unmounting is not supported by wince." #~ msgstr "melepaskait tidak didukung oleh wince." -#~ msgid "File name:" -#~ msgstr "Nama file:" - #~ msgid "" #~ "

            Cache

            This module lets you configure your cache settings.

            This specific cache is an area on the disk where recently read web " @@ -9496,9 +9998,6 @@ msgstr "Jika Anda tidak percaya program ini, klik Batal" #~ msgid "Read only" #~ msgstr "Hanya baca" -#~ msgid "File system:" -#~ msgstr "Sistem file:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Titik kait (/mnt/floppy):" diff --git a/local/recipes/kde/kf6-kio/source/po/ie/kio6.po b/local/recipes/kde/kf6-kio/source/po/ie/kio6.po index 85fde0d2e8..28617a2935 100644 --- a/local/recipes/kde/kf6-kio/source/po/ie/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ie/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2022-10-23 00:30+0700\n" "Last-Translator: OIS \n" "Language-Team: kde-i18n-doc@kde.org\n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "mistresssilvara@hotmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ne successat reposseder li file %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,13 +42,13 @@ msgstr "" "Ne successat reposseder li file %1. Vu non have " "sufficent accesse al file por far ti modification." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Ne successat crear io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Ne successat crear li simbolic ligament «%1».\n" "Li sistema de files del destination (%2) ne suporta simbolic ligamentes." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "Si on va selecter «Remplazzar» omni ínvalid caracteres in li nómine de " "destination va esser remplazzat per un substrec «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgstr "" "Si on va selecter «Remplazzar» omni ínvalid caracteres in li nómine de " "destination va esser remplazzat per un substrec «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Li fólder ja existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Li file ja existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Ja existe quam un fólder" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Paper-corb" @@ -200,204 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Motion" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Orígin" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destination" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renomination" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiation" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creation de un fólder" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Fólder" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Remotion" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "File" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinante" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferte" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montage" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Aparate" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punctu de montage" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontage" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Modificar li atribute" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Li privilegies del superusator es besonat por modificar attributes de files. " -"Continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiar li files" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Li privilegies del superusator es besonat por compleer li copiation. " -"Continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Remover li files" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Li privilegies del superusator es besonat por compleer li remotion. Támen to " -"posse damagear vor sistema. Continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crear un fólder" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Li privilegies del superusator es besonat por crear ti fólder. Continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mover elementes" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Li privilegies del superusator es besonat por compleer li motion. Continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Renominar" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Li privilegies del superusator es besonat por compleer li renomination. " -"Continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Crear un sim. ligament" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Li privilegies del superusator es besonat por crear un sim. ligament. " -"Continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferte de data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Li privilegies del superusator es besonat por compleer li transferte. " -"Continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -824,6 +716,11 @@ msgstr "Li file es tro grand por li Paper-corb." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -833,126 +730,126 @@ msgstr "" "%2\n" "Ples inviar un complet raporte de defecte che https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ínconosset)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technic cause: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detallies del demanda:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Protocol: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Date e hora: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Extra information: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Possibil causes:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Possibil solutiones:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ínconosset)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Controla vor permissiones por ti-ci ressurse." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -964,95 +861,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ples controlar que li ressurse existe e repenar denov." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Forsan li providet ressurse ne existe." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ne successat aperter un ressurse por letion" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Forsan vu ne have permissiones leer li file o aperter li fólder." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ne successat aperter un ressurse por scrition" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne successat lansar un processe" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Ínvalid URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Ínsuportat protocol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1113,12 +1010,12 @@ msgstr "" "Li protocol %1 ne es suportat por programmas de KDE quel es " "installat in vor computator." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Li demandat protocol forsan ne es supportat." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1127,7 +1024,7 @@ msgstr "" "Li versiones del protocol %1 quel es supportat per ti computator e li " "servitor posse esser íncompatibil." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1135,24 +1032,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org
            ." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Li URL ne refere un ressurse." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protocol es un protocol de filtre" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Li adresse URL quel vu providet ne corresponde a un specific ressurse." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1161,19 +1058,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ínsuportat action: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1181,17 +1078,17 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Un file esset expectet" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1199,17 +1096,17 @@ msgid "" msgstr "" "Li demande expectet un file, ma li fólder %1 esset trovat." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, fuzzy, kde-format msgid "This may be an error on the server side." msgstr "Forsan li protocol o li servitor ne supporta reprension de files." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Un fólder es expectet" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1217,17 +1114,17 @@ msgid "" msgstr "" "Li demande expectet un fólder, ma li file %1 esset trovat." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Un file o fólder ne existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Li providet file o fólder %1 ne existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1236,22 +1133,22 @@ msgstr "" "Ne successat crear li besonat file pro que un file con li sam nómine ja " "existe." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Remover li actual file e repenar denov." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Selecte un altri nómine por li nov file." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1260,72 +1157,72 @@ msgstr "" "Ne successat crear li besonat fólder pro que un fólder con li sam nómine ja " "existe." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Remover li actual fólder e repenar denov." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Provide un altri nómine por li nov fólder." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ínconosset host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Forsan li nómine %1 ne existe; fórsat it esset tippar íncorrectmen." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Accesse refusat" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Accesse al besonat ressurse %1 esset refusat." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Accesse de scrition refusat" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1333,12 +1230,12 @@ msgid "" msgstr "" "To significa que un prova de scrir al file %1 esset refusat." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne successat intrar un fólder" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1347,17 +1244,17 @@ msgstr "" "To significa que un prova de intrar (t.e. aperter) li fólder %1 esset refusat." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Li liste de fólder es índisponibil" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protocol %1 ne es un sistema de files" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1365,12 +1262,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Un ciclic ligament trovat" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1379,34 +1276,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Demande annulat per li usator" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Li demande ne esset completat pro que it esset annulat." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Repenar li demande." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Un ciclic ligament trovat durante de copiation" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1415,58 +1312,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne successat crear un conexion de rete" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne successat crear un socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Conexion a un servitor esset refusat" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1474,36 +1371,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Conexion a un servitor ha cludet ínexpectatmen" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ressurse URL es ínvalid" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protocol %1 ne es un protocol de filtre" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1520,24 +1417,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne successat monter un aparate" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1545,7 +1442,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1553,31 +1450,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne successat desmonter li aparate" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1585,7 +1482,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1593,56 +1490,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ne successat leer un ressurse" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Forsan vu ne have permissiones leer del ressurse." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ne successat scrir un ressurse" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, fuzzy, kde-format msgid "You may not have permissions to write to the resource." msgstr "Forsan vu ne have permissiones leer del ressurse." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, fuzzy, kde-format msgid "Could Not Listen for Network Connections" msgstr "listen ne successat" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "bind ne successat" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1650,50 +1547,50 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "listen ne successat" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, fuzzy, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne successat crear un conexion de rete" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, fuzzy, kde-format msgid "You may not have permissions to accept the connection." msgstr "Forsan vu ne have permissiones leer del ressurse." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ne successat inregistrar: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ne successat trovar li statu de un ressurse" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "stat ne successat obtener por un ressurse" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1702,102 +1599,102 @@ msgstr "" "Un prova de obtener information pri li statu del ressurse %1, quam li nómine, tip, grandor, etc. ne successat." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Li besonat ressurse ne existe o es ínaccessibil." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ne successat cessar obtener un liste" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, fuzzy, kde-format msgid "FIXME: Document this" msgstr "document" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne successat crear un fólder" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Un prova de crear li besonat fólder ne successat." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Li localisation u li fólder vell esser creat forsan ne existe." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne successat remover un fólder" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Un prova de remover li besonat fólder, %1, ne successat." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Forsan li file o fólder ne existe." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Forsan li fólder ne es vacui." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Ples controlar que li fólder existe e es vacui, e repenar denov." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne successat reprender un transferte de un file" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Forsan li protocol o li servitor ne supporta reprension de files." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne successat renominar un ressurse" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Un prova de renominar li besonat ressurse, %1, ne successat." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ne successat alterar li permissiones de un ressurse" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1, " "ne successat." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ne successat reposseder un ressurse" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1, ne " "successat." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne successat remover un ressurse" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Un prova de remover li besonat ressurse, %1, ne successat." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, fuzzy, kde-format msgid "Unexpected Program Termination" msgstr "Programma:" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memorie exhaustet" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Ínconosset host de proxy" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -1904,94 +1801,89 @@ msgstr "" "kde.org/ por informar li equipe de KDE pri li ínsupportat metode de " "authentification." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Demande annulat" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Errore intern del servitor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Errore de timeout" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Ínconosset errore" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ínconosset interruption" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne successat remover li file del orígine" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1999,12 +1891,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne successat remover li temporari file" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2012,63 +1904,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne posset renominar li original file" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne successat renominar li temporari file" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne successat crear un ligament" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne successat crear un simbolic ligament" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ne successat crear li simbolic ligament %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Null contenete" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco es plen" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2076,12 +1968,12 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Li orígine e li destination es identic" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2090,17 +1982,17 @@ msgstr "" "Ne successat compleer li operation pro que li files de orígine e destination " "es li sam file." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Selecte un altri nómine por li file de destination." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Un file o fólder fat cader sur se self" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2109,17 +2001,17 @@ msgstr "" "Ne successat compleer li operation pro que li file o fólder de orígine e " "destination es li sam file." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Far cader li element in un altri file o fólder." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Un fólder movet a se self" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2128,60 +2020,60 @@ msgstr "" "Ne successat compleer li operation pro que li orígine ne posse esser movet a " "se self." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mover li element a un altri fólder." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Comunication con li servitor de contrasignes ne successat" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne successat iniciar li protocol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Ne successat crear io-slave" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ne successat transferter %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2191,7 +2083,7 @@ msgstr "" "Li file %1 ne posse esser transfertet, pro que li " "sistema de files del destination ne supporta tant grand files" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2200,28 +2092,28 @@ msgstr "" "On posse reformatar li unité de destination por usar un sistema de files " "quel supporta tant grand files." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Índocumentat errore" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(simbolic ligament a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, ligament a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (destination: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2230,12 +2122,12 @@ msgstr "" "Invalid URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Ne successat resoluer li tip de file por %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2244,13 +2136,13 @@ msgstr "" "Ne successat extraer un nómine de executibile de «%1», ples provider un " "valid nómine de un programma." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ne sembla un executibil programma." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2260,92 +2152,92 @@ msgstr "" "%1 ne esset trovat; ples provider un valid rute a un " "executibil programma." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Apertion de conexiones ne es supportat per protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Clusion de conexiones ne es supportat per protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Accesse a files ne es supportat per protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Scrition a %1 es ínsupportat." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Null special actiones es disponibil por protocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Liste de fólderes ne es supportat per protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Obtenente data de %1 es ínsupportat." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Obtenente information pri un tip MIME de %1 es ínsupportat." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Renomination o motion de files in %1 es ínsupportat." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Creation de sim. ligamentes ne es supportat per protocol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Copiation de files de %1 es ínsupportat." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Remotion de files de %1 es ínsupportat." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Creation de fólderes ne es supportat per protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Modification del atributes de files ne es supportat per protocol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Modification del possessor de files ne es supportat per protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Apertion de files ne es supportat per protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protocol %1 ne supporta li action %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2354,116 +2246,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Ínconosset protocol «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne successat trovar un io-slave por protocol «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne successat crear un socket por lansar io-slave por protocol «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne successat trovar li executibile «kioslave5» in «%1»." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detallies" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Permanentmen" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuar" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Solmen li a&ctual session" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Crear un fólder" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crear un fólder" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Vu ne selectet un file por remover." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ne hay alquo por remover" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Vu ne selectet un file por mover al Paper-corb." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ne hay alquo por mover al Paper-corb" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Li selectet fólder ne existe o es ínleibil." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menú" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Fólder superior" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Ear retro" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Ear avan" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Hem-fólder" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Recargar" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2471,199 +2386,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Nov fólder" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Mover al Paper-corb" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Remover" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Órdine" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordinar secun nómine" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordinar secun grandore" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordinar secun li date" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordinar secun tip" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Secun ascension" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Secun descension" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Fólderes unesimmen" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Celat files finalmen" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vise de icones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vise compact" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vise detalliat" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Position del icone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Apu li nómine" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sur li nómine" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vise curt" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vise detalliat" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vise de árbor" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vise detalliat de árbor" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Usar expansion in li vise detalliat" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Revelar celat files" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Monstrar li panel de previder" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Previder" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Aperter li contenent fólder" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Proprietás" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mode de &vise" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Max nov al inicie" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Max old al inicie" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Max nov al inicie" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Max grand al inicie" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Max micri al inicie" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codification:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Aperter" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Gardar quam" @@ -2712,40 +2627,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mover ad ci" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Omni files" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Omni suportat files" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Omni files" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Adjunter un element del Locs" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Modificar un element del Locs" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2754,17 +2669,17 @@ msgid "" "the location's URL.
            " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiquette:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Provider un descritiv etiquette" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2773,29 +2688,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Localisation:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " "on the button to select a different icon.
            " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Selecte un &icone:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "M&onstra solmen in ti-ci application (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2803,201 +2718,208 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Locs" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Lontan" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Serchar por" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Aparates" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Aparates removibil" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquettes" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Errore %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Omni etiquettes" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Hem" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Pupitre" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentes" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Descargates" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rete" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Paper-corb" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musica" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Images" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Recent files" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Recent localisationes" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificat hodie" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificat yeri" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ne successat adjunter al panel Locs: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Solmen fólderes posse esser adjuntet al panel Locs." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurar abreviationes de web..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Liberante…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Liberar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Removente securmen…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Remover &securmen" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmontente…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmonter" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Ejecter" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Li aparate «%1» ne es un disco e ne posse esser ejectet." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Un errore evenit accessante «%1», li sistema respondet: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Un errore evenit accessante «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3008,19 +2930,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3028,91 +2950,91 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 líber ex %2 (%3% usat)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (celat)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vacuar li Paper-corb" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monter" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Aperter in un nov carte" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Aperter in un nov fenestre" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Adjunter un element..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Modificar…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Remover li file" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Ce&lar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Celar li section «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Celar li section" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Monstrar omni elementes" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Dimension del icone" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3120,51 +3042,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensionar automaticmen" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Micri (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Medie (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grand (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Grandissim (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "On posse selecter solmen ún file" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Plu quam ún file es providet" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "On posse selecter solmen local files" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Lontan files es ínacceptabil" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3178,51 +3100,22 @@ msgstr[1] "" "Li selectet URL usa un ínsupportat schema. Ples usar ún del sequent schemas: " "%2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Ínsupportat schema de URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Plu quam ún fólder esset selectet e ti dialog ne accepta fólderes. Selecte " -"solmen ún fólder por listar it." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Plu quam ún fólder es providet" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Adminim ún fólder e ún file esset selectet. Li selectet files va esset " -"ignorat e li selectet fólder va esser listat" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Selectet files e fólderes" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Ne successat trovar li file «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ne successat aperter li file" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

            For instance, " @@ -3232,42 +3125,43 @@ msgstr "" "Ti buton intra li superiori fólder.

            P.ex. si li actual " "localisation es file:/home/konqi ti buton va navigar a file:/home.
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Ti buton ea un passu a retro in li diarium de navigation." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Ti buton ea un passu ad avan in li diarium de navigation." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Ti buton recarga li contenete del actual localisation." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Crear un nov fólder." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Monstrar li panel «Locs»" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Monstrar li buton «Marca-págines»" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Revelar celat files" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Parametres" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3277,12 +3171,12 @@ msgid "" "folders from files
          " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Marca-págines" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3292,12 +3186,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nómine:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Defar modificationes" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Aperter li contenent fólder" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Celat files finalmen" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3306,12 +3226,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Li nómine por gardar li file." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3320,75 +3240,80 @@ msgstr "" "To es li liste de files a aperter. On posse specificar plu quam ún file, si " "on separa su nómines con spacies." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Li nómine del file por aperter." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Locs" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Un file «%1» ja existe. Esque vu vole substituer it?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Substituer li file?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "On posse selecter solmen local files." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Lontan files es ínacceptabil" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Omni fólderes" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Crear un fólder" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Aperter" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Dimension de icone: %1 px" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automaticmen selecter li e&xtension de file (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "li extension %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automaticmen selecter li e&xtension de file" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "un convenent extension" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3404,12 +3329,12 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tip de &file:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3418,60 +3343,56 @@ msgstr "" "To es li selector del tip de file. It es usat por selecter li formate in " "quel li file va esser gardat." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtre:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " -msgstr "" - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crear nov" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"To es li selector del tip de file. It es usat por selecter li formate in " +"quel li file va esser gardat." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Avise" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Li file de modelle %1 ne existe." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nómine del nov ligament:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crear un ligament a un URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Avise" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Li file de modelle %1 ne existe." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nómine del nov ligament:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Crear un sim. ligament" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crear un ligament a un URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3481,7 +3402,7 @@ msgstr "" "On ne posse usar li nómine %1 pro que it es reservat " "per li sistema operativ." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3491,7 +3412,7 @@ msgstr "" "Li nómine %1 comensa con un punctu, dunc it va esser " "celat con parametres predefinit." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3502,28 +3423,36 @@ msgstr "" "Li nómine %1 comensa con un spacie, que posse metter it " "ante altri elementes in li ordíne e causar altri bizarritás." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Oblique strecs in nómines de fólder va crear sub-fólderes, quam:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Oblique strecs in nómines de fólder va crear sub-fólderes." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "On ne posse usar obliqui strecs (/) in nómines de files e fólderes." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "On ne posse usar revesat obliqui strecs (\\) in nómines de files e fólderes." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3533,91 +3462,140 @@ msgstr "" "que to posse esser confusente o dangerosi quande on usa li terminal por " "remover alcós." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Un fólder nominat %1 ja existe." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Un file nominat %1 ja existe." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crear nov" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Ligament a un aparate" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nov fólder" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Crear un fólder" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crear un nov fólder in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Predefinit" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crear nov" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "Sur li nómine" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Selecter un application por %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Selecte un &icone:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Collar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Aperter «%1» in un nov carte" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Aperter «%1» in un nov fenestre" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Modificar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Monstrar un complet rute" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3625,7 +3603,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ne successat transferter %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3637,6 +3615,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Locs" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3660,28 +3647,28 @@ msgstr "Altris" msgid "Edit mode" msgstr "Mode de modification" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Navigation per localisationes" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Modificar li localisation" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Vu ne have autorisation de executer ti file." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Lansante %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3690,13 +3677,13 @@ msgstr "" "Ne successat far li servicie %1 executibil, interrupte li execution.\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Vu ne have autorisation de selecter un application por aperter ti file." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3723,12 +3710,18 @@ msgstr "Un errore evenit gardante un image a %1" msgid "Icon file too big, download aborted" msgstr "File de icone es tro grand, descarga anullat" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Null cliente de e-postage es trovat" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3739,29 +3732,29 @@ msgstr "" "%1\n" "es ínvalid." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Lansante %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ne successat trovar li file «%1»" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Null emulator de terminal trovat" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Ne successat aperter %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3772,7 +3765,7 @@ msgstr "" "%1\n" "have li tip Link ma ne have li camp URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3781,7 +3774,7 @@ msgstr "" "Li executibile «%1» es situat in un lontan sistema de files. Por motive de " "securitá it ne va esser executet." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -3789,7 +3782,7 @@ msgstr "" "Por motive de securitá, on ne es permisset lansar executibiles in ti " "contextu." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -3798,7 +3791,7 @@ msgstr "" "Li programma «%1» deve haver li permission de executer ante que it posse " "esser lansat." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3807,12 +3800,12 @@ msgstr "" "Ne successat far li file «%1» executibil.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Li file desktop %1 ne have li camp Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3820,12 +3813,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Ne successat aperter li file." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Ne successat lansar li programma «%1»." @@ -3917,73 +3910,68 @@ msgstr "" "esset modificat.\n" "Esque vu vole cargar li modificationes?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Aperte lontan files, observa modificationes, suggeste li carga" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Li developatores de KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Un proposit nómine del descargat file" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Comande por executer" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) o local file(s) usat por li «comande»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Assignante ACL por %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3992,7 +3980,7 @@ msgstr "" "Ne successat alterar li permissiones por\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4001,118 +3989,38 @@ msgid "" "%1" msgstr "Ne successat reposseder %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne successat renominar li temporari file" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ne successat trovar li programma «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ne successat trovar li programma «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Modificar li permissiones del file" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nov permissiones: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Modificar li possessor del file" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nov possessor: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Remover li file" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Remover li fólder" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crear un fólder" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permissiones de fólder: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Aperter un file" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Aperter un fólder" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nov nómine de file: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destination: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Modificar li témpor-marca" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De: %1, A: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ínconosset action" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Action: %1\n" -"Orígine: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ne successat copiar un file de %1 a %2. (Errore nró %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Null medium in li unité por %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ne successat obtener li id de usator por li providet nómine %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ne successat obtener li id de gruppe por li providet nómine %1" @@ -4154,33 +4062,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Vu deve provider un nómine de usator e un contrasigne por accesse a ti site." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Session apertet successosimen" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne successat inregistrar a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4189,7 +4097,7 @@ msgstr "" "\n" "Li servitor respondet: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4198,12 +4106,12 @@ msgstr "" "Vu deve provider un nómine de usator e un contrasigne por li servitor proxy " "ad-infra ante que vu posse acceder quelcunc site." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentication del proxy ne successat." @@ -4256,101 +4164,101 @@ msgstr "" "Esque vu vole acceptar ti certificate por sempre sin subsequent demandas?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentication de servitor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 sur %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Altrimen li demande vell esser successosi." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "obtener valores de proprietás" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "assignar valores de proprietás" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crear li besonat fólder" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copiar li besonat file o fólder" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mover li besonat file o fólder" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "serchar in li besonat fólder" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "blocar li besonat file o fólder" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "deblocar li besonat file o fólder" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "remover li besonat file o fólder" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "demandar capabilitás del servitor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "obtener li contenete del besonat file o fólder" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "lansar un raporte in li besonat fólder" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Un ínexpectat errore (%1) evenit quande on provat %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4360,20 +4268,20 @@ msgstr "" "Un errore evenit quande on provat %1, %2. Un compendie del causes es ad-" "infra." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Accesse esset refusat quande on provat %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4383,28 +4291,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Ne successat obtener li besonat bloc. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Li servitor ne supporte li tip de demanda del córpor." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ne successat %1 pro que li ressurse es blocat." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ti action esset impedit de un altri errore." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4414,25 +4322,25 @@ msgstr "" "Ne successat %1 pro que li servitor del destination ne accepta li file o " "fólder." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ne successat remover un ressurse." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "cargar %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4443,15 +4351,15 @@ msgstr "Un ínexpectat errore (%1) evenit quande on provat %2." msgid "Network" msgstr "Rete" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Invalid URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4463,12 +4371,12 @@ msgstr "" "original localisation. Vu posse sive recrear ti fólder e restituer it denov, " "sive tirar li element a quelcunc loc por restituer it." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ínvalid combination de protocoles." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ti file ja es in li Paper-corb." @@ -4504,7 +4412,7 @@ msgstr "Vacuar li Paper-corb" msgid "Restore a trashed file to its original location" msgstr "Restituer un file in li Paper-corb a su original localisation" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Li Paper-corb es plen. Vacua it o remover li elementes manualmen." @@ -4525,17 +4433,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Repenar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialog de autentification" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Accesse refusat" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Vu ne have permissiones de accesse al protocol %1." @@ -4644,41 +4552,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Expectat summa (MD5, SHA1, SHA256 o SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Fa un clic por por collar li summa de control al li camp." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4688,9 +4596,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -4699,23 +4607,23 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Fa un clic por copiar li summa al Paperiere." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Anullar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mover ad ci" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4723,114 +4631,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Descargates" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiar ad ci" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Ligar ad ci" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Lansante %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Quo far con ti file?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ne questionar denov" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Aperter" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Executer" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Aperter per %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Defar modificationes" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Quo far con ti file?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Li privilegies del superusator es besonat por defar ti operation. Continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creation de un fólder" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Orígin" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destination" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Copiation" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Motion" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renomination" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Mover al Paper-corb" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Remotion" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Defar" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Defar: copiar" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Defar: ligar" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Defar: mover" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Defar: renominar" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Defar: mover al Paper-corb" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Defar: crear un fólder" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Defar: crear fólder(es)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Defar: crear un file" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Defar: renominar in masse" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Defar: copiar" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Defar: ligar" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Defar: mover" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Defar: renominar" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Defar: mover al Paper-corb" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Defar: crear un fólder" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Defar: crear fólder(es)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Defar: crear un file" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Defar: renominar in masse" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4843,12 +4839,12 @@ msgstr "" "esser perdet.\n" "Esque vu vole remover %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Defar un copiation de file" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4860,22 +4856,23 @@ msgstr "" "filename>Ti action ne posse esser defat." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Deleter permanentmen" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Deleter permanentmen" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4891,7 +4888,7 @@ msgstr[1] "" "Esque vu vole deleter ti %1 elementes permanentmen?Ti action ne posse esser defat." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4901,13 +4898,13 @@ msgstr "" "Esque vu vole deleter permanentmen omni elementes in li Paper-corb?Ti action ne posse esser defat." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vacuar li Paper-corb" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4916,7 +4913,7 @@ msgid "" msgstr "" "Esque vu vole mover ti element al Paper-corb?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5003,7 +5000,7 @@ msgstr "Possessor" msgid "Owning Group" msgstr "Gruppe possedent" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Altris" @@ -5077,66 +5074,66 @@ msgstr "Actualisante li configuration del sistema" msgid "Updating system configuration…" msgstr "Actualisante li configuration del sistema." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nómine" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grandore" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Date" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissiones" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Possessor" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tip" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ap&erter per %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Actiones" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5144,7 +5141,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Aperter li fólder per" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5152,29 +5149,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Aperter per" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executer" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Aperter li fólder per %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Aperter per %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Aperter li fólder per" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Aperter per" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5182,7 +5186,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Altri application..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5190,113 +5194,137 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elementes" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ínconosset" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stoppar" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Navigar per Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montet de:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Spacie líber:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tip:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contenete:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Aperter per:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Modificar..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Localisation:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Grandore:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Modificar..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contenete:" +msgid "Stop" +msgstr "Stoppar" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Navigar per Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Adresse:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Modificat:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Monstrar un avise" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creat:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de files:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Ínconosset grandore" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montet che:" +msgid "Modified:" +msgstr "Modificat:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accesset:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Sistema de files:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montet che:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montet de:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Spacie líber:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Aperter per:" +msgid "Unknown size" +msgstr "Ínconosset grandore" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5579,26 +5607,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Provide li descrition de ti application quel reflecta su usage ci. Exemple: " "un application de dial-up (KPPP) vell usar «Utensile de dial-up»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Descrition:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&General" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Provide ci alcun comenta quel vu trova util." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Provide li descrition de ti application quel reflecta su usage ci. Exemple: " +"un application de dial-up (KPPP) vell usar «Utensile de dial-up»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5608,9 +5648,10 @@ msgstr "Com&enta:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Monstrar li &valore del variabile de ambiente" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -5806,7 +5847,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Partir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5816,36 +5857,58 @@ msgstr "" "Ne successat gardar li proprietás pro manca de accesse de scrition a:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Sur li nómine" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Navigar per %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Refriscar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ne successat transferter %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ínconosset grandore" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5854,138 +5917,144 @@ msgstr "" "Calculante… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 file" msgstr[1] "%1 files" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-fólder" msgstr[1] "%1 sub-fólderes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calculante…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Adminim %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Li nov nómine de file es vacui." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Sin registrat tip de file" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Sin associat application" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crear…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Modificar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sin accesse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Posse solmen vider" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Posse vider e modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Posse solmen vider li contenete" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Posse vider e modificar li contenete" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Posse solmen vider e leer li contenete" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Posse vider/leer e modificar/scrir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permissiones" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permissiones de accesse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ti file es un ligament e ne have permissiones." msgstr[1] "Ti files es ligamentes e ne have permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Solmen li possessor posse modificar li permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Po&ssessor:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Defini li actiones quel li possessor permisset far." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Defini li actiones quel li membres del gruppe permisset far." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Al&tri:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -5994,31 +6063,31 @@ msgstr "" "Defini li actiones quel omni usatores, except li possessor e gruppe, " "permisset far." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Solm&en li possessor posse renominar e remover li contenete del fólder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Activa ti flagga por permisser executer li file quam un programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Predefinit nómine de usator:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Executer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6026,49 +6095,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Avansat &permissiones" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Possessor" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usator:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Applicar modificationes a omni subfólderes e lor contenete" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Avansat permissiones" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6077,22 +6146,22 @@ msgstr "" "Monstrar\n" "elementes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ti flagga permisse vider li contenete del fólder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Leer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Li flagga Leer permisse vider li contenete del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6101,7 +6170,7 @@ msgstr "" "Scrir\n" "elementes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6110,43 +6179,43 @@ msgstr "" "Ti flagga permisse adjunter, renominar e remover files. Ples atenter que li " "flagga Sticky posse prohibir remover o renominar files." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Scrir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Li flagga Scrir permisse modification del contenete del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Intrar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activa ti flagga por permisser intrar li fólder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Executer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Activa ti flagga por permisser executer li file quam un programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Special" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6155,7 +6224,7 @@ msgstr "" "Un special flagga. It es valid por li tot fólder, e on posse vider su exact " "signification in li dextri columne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6164,24 +6233,24 @@ msgstr "" "Un special flagga. On posse vider su exact signification in li dextri " "columne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usator" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "Li possessor de ti fólder va esser li possessor de chascun nov file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6190,13 +6259,13 @@ msgstr "" "Si ti file es executibil, it va esser executet con li permissiones del " "possessor." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "Li gruppe de ti folder va esser li gruppe de chascun nov file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6205,7 +6274,7 @@ msgstr "" "Si ti file es executibil, it va esser executet con li permissiones de su " "gruppe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6215,99 +6284,88 @@ msgstr "" "posse remover o renominar files. Altrimen, alqui quel have li permission de " "scrir posse far to." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Assignar UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Assignar GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligament" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varie (ne changear)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ti-ci file usa li avansat permissiones." msgstr[1] "Ti-ci files usa li avansat permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ti-ci fólder usa li avansat permissiones." msgstr[1] "Ti-ci fólderes usa li avansat permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ti-ci files usa li avansat permissiones." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Su&mmas de control" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculante…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Summa de control ínvalid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Li providet intrada ne es un valid summa de control MD5, SHA1 o SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Summas de control corresponde." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Li computat summa corresponde al expectat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6318,13 +6376,13 @@ msgstr "" "Prova re-descargar li file.
          Si li verification va ne successar ancor, " "contacta li orígine del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Li computat summa difere del expectat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6332,18 +6390,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verificante li summa de control…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Li files es identic." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Li files es diferent." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculante…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "Ad&resse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6351,27 +6429,27 @@ msgstr "" "Ne successat gardar li proprietás. Solmen elementes sur local sistemas de " "file es ínsuportat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Application" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Adjunter un tip de file por %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Selecte ún o plu tipes de file por adjunter:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Solmen executibiles sur local sistemas de files es suportat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Parametres avansat por %1" @@ -6474,22 +6552,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configurar abreviationes de web..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Aperter li dialog de file" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Nómine de file por li contenete del Paperiere:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Coll&ar li file" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Coll&ar li contenete del Paperiere" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6498,19 +6581,19 @@ msgstr "" "Li Paperiere esset modificat desde vu ha selectet «Collar» e li selectet " "formate de data ne es plu disponibil. Ples copiar quo vu vole collar denov." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Collar ún fólder" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Collar ún file" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6518,92 +6601,113 @@ msgid_plural "Paste %1 Items" msgstr[0] "Collar ún element" msgstr[1] "Collar %1 elementes" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Coll&ar li contenete del Paperiere" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Collar" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Formate de data:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nómine de file por li contenete del Paperiere:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nómine de file por li cadet contenete:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Date: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Grandore: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Appl&icar a omni" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "Files and folders will be copied into the existing directory, alongside " +#| "its existing contents.\n" +#| "You will be prompted again in case of a conflict with an existing file in " +#| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" +"Files e fólders va esser copiat al existent fólder in addition a su existent " +"contenete.\n" +"On va questionar vos denov si un conflicte con un existent file in ti fólder " +"va evenir." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renominar" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Proposir un &nov nómine" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Omisser" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ne copiar o mover ti fólder, processar li sequent element" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ne copiar o mover ti file, processar li sequent element" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Coalescer" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6616,13 +6720,13 @@ msgstr "" "On va questionar vos denov si un conflicte con un existent file in ti fólder " "va evenir." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Superscrir plu old files" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6631,12 +6735,12 @@ msgstr "" "Li files del destination quel have plu old dates de modification va esser " "superscrit per tis del orígine, o lassat íntuchat altrimen." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Reprender" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6645,76 +6749,66 @@ msgstr "" "Ti action va superscrir «%1» per se self.\n" "Ples provider un nov nómine:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinuar" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ti action va superscrir li destination." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ti action va superscrir li destination." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Orígin" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destination" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Li destination is minu grand por %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Li destination is minu grand por %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Li destination is minu grand por %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Li destination is plu grand por %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Li files es identic." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Li files sembla identic." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Li files es diferent." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6723,59 +6817,56 @@ msgstr "" "Li files sembla identic: ili have li sam grandore e lor contenete es identic " "in li inicie, medie e fin." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Copiar li files" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Un plu old element nominat «%1» ja existe." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Un simil file nominat «%1» ja existe." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Un plu recent element nominat «%1» ja existe." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Renominar:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Renominar un element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Renominar elementes" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renominar" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Renominar li element %1 a:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nov nómine #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Un file nominat %1 ja existe." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ne sembla un executibil programma." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6783,38 +6874,202 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Renominar li %1 selectet element a:" msgstr[1] "Renominar li %1 selectet elementes a:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# va esser remplazzat per incremental numerós comensante con:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nov nómine #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Renominar li %1 selectet element a:" +msgstr[1] "Renominar li %1 selectet elementes a:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Substituer" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Aperter per:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substituer" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Renominar li %1 selectet element a:" +msgstr[1] "Renominar li %1 selectet elementes a:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Sur li nómine" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Sur li nómine" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Renominar un element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Renominar elementes" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renominar" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Predefinit nómine de usator:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substituer" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Previder" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ne sembla un executibil programma." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substituer" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Repenar" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substituer omni" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Omisser" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Omisser omni" @@ -6901,7 +7156,7 @@ msgstr "" "Li lontan host ne ha inviat alcun certificate SSL.\n" "Cessat li operation pro que li identitá del host ne posse esser trovat." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6944,10 +7199,60 @@ msgstr[1] "" "strong='true'>Ti action ne posse esser defat.
          " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Ne successat mover ti element al Paper-corb pro que it es tro grand. Deleter " +"it permanentmen in vice de to?%1Ti action ne posse esser defat." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Ne successat mover %1 element al Paper-corb pro que it es tro grand. Deleter " +"it permanentmen in vice de to?Ti action ne " +"posse esser defat." +msgstr[1] "" +"Ne successat mover %1 elementes al Paper-corb pro que ili es tro grand. " +"Deleter les permanentmen in vice de to?Ti " +"action ne posse esser defat." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -6955,15 +7260,24 @@ msgstr "" "it permanentmen in vice de to?%1Ti action ne posse esser defat." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -6975,7 +7289,7 @@ msgstr[1] "" "Deleter les permanentmen in vice de to?Ti " "action ne posse esser defat." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6983,51 +7297,228 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Esque vu vole mover ti %1 element al Paper-corb?" msgstr[1] "Esque vu vole mover ti %1 elementes al Paper-corb?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne questionar denov" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne questionar denov" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne monstrar ti missage denov" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avise" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "To va lansar li programma:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se vu ne fide a ti-ci programma, selecte Anullar" +#~ msgid "Change Attribute" +#~ msgstr "Modificar li atribute" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por modificar attributes de " +#~ "files. Continuar?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por compleer li copiation. " +#~ "Continuar?" + +#~ msgid "Delete Files" +#~ msgstr "Remover li files" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por compleer li remotion. Támen " +#~ "to posse damagear vor sistema. Continuar?" + +#~ msgid "Create Folder" +#~ msgstr "Crear un fólder" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por crear ti fólder. Continuar?" + +#~ msgid "Move Items" +#~ msgstr "Mover elementes" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por compleer li motion. " +#~ "Continuar?" + +#~ msgid "Rename" +#~ msgstr "Renominar" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por compleer li renomination. " +#~ "Continuar?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por crear un sim. ligament. " +#~ "Continuar?" + +#~ msgid "Transfer data" +#~ msgstr "Transferte de data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por compleer li transferte. " +#~ "Continuar?" + +#~ msgid "Undo Changes" +#~ msgstr "Defar modificationes" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Li privilegies del superusator es besonat por defar ti operation. " +#~ "Continuar?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Assignante ACL por %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Modificar li permissiones del file" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nov permissiones: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Modificar li possessor del file" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nov possessor: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Remover li file" + +#~ msgid "Remove Directory" +#~ msgstr "Remover li fólder" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permissiones de fólder: %1" + +#~ msgid "Open File" +#~ msgstr "Aperter un file" + +#~ msgid "Open Directory" +#~ msgstr "Aperter un fólder" + +#~ msgid "New Filename: %1" +#~ msgstr "Nov nómine de file: %1" + +#~ msgid "Target: %1" +#~ msgstr "Destination: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Modificar li témpor-marca" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De: %1, A: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ínconosset action" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Action: %1\n" +#~ "Orígine: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Monstrar li buton «Marca-págines»" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Un file sta modificat" + +#~ msgid "&Description:" +#~ msgstr "&Descrition:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Provide ci alcun comenta quel vu trova util." + +#~ msgid "Do not ask again" +#~ msgstr "Ne questionar denov" + +#~ msgid "&Filter:" +#~ msgstr "&Filtre:" + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Plu quam ún fólder esset selectet e ti dialog ne accepta fólderes. " +#~ "Selecte solmen ún fólder por listar it." + +#~ msgid "More than one folder provided" +#~ msgstr "Plu quam ún fólder es providet" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Adminim ún fólder e ún file esset selectet. Li selectet files va esset " +#~ "ignorat e li selectet fólder va esser listat" + +#~ msgid "Files and folders selected" +#~ msgstr "Selectet files e fólderes" + #~ msgid "Is &executable" #~ msgstr "&Es executibil" @@ -7697,9 +8188,6 @@ msgstr "Se vu ne fide a ti-ci programma, selecte Anullar" #~ "fa un clic sur buton «Detecter automaticmen» por provar trovar ti " #~ "variabile automaticmen.

          " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Monstrar li &valore del variabile de ambiente" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Provide li configuration de proxy manualmen." @@ -7789,9 +8277,6 @@ msgstr "Se vu ne fide a ti-ci programma, selecte Anullar" #~ "Li max percentage del spacie de disco quel es usat por li Paper-" #~ "corb." -#~ msgid "Show a Warning" -#~ msgstr "Monstrar un avise" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Remover li plu old files ex li Paper-corb" @@ -7886,10 +8371,6 @@ msgstr "Se vu ne fide a ti-ci programma, selecte Anullar" #~ msgid "Space" #~ msgstr "Spacie" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predefinit" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modificar un abreviation de web" @@ -8084,11 +8565,6 @@ msgstr "Se vu ne fide a ti-ci programma, selecte Anullar" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ne successat trovar alcun application o processor por %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Coll&ar li file" -#~ msgstr[1] "Coll&ar %1 files" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Coll&ar li URL" diff --git a/local/recipes/kde/kf6-kio/source/po/is/kio6.po b/local/recipes/kde/kf6-kio/source/po/is/kio6.po index 72d7846429..ba8e6baf59 100644 --- a/local/recipes/kde/kf6-kio/source/po/is/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/is/kio6.po @@ -2,7 +2,7 @@ # íslenskun kcmkio.po # Copyright (C) 2000,2003, 2004, 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. # -# SPDX-FileCopyrightText: 2022, 2023, 2024 Guðmundur Erlingsson +# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Guðmundur Erlingsson # Bjarni R. Einarsson , 2000. # Richard Allen , 2000-2004. # Pjetur G. Hjaltason , 2003. @@ -10,15 +10,15 @@ # Stígur Snæsson , 2004. # Þröstur Svanbergsson , 2004. # Arnar Leosson , 2004, 2005. -# Sveinn í Felli , 2008, 2009, 2010, 2021, 2022, 2023, 2024. +# SPDX-FileCopyrightText: 2008, 2009, 2010, 2021, 2022, 2023, 2024, 2025, 2026 Sveinn í Felli msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-13 09:57+0000\n" -"Last-Translator: Gummi \n" -"Language-Team: Icelandic \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-24 11:19+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,12 +42,12 @@ msgstr "" "ra@ra.is, logir@logi.org, pjetur@pjetur.net, svanur@tern.is, leosson@frisurf." "no, sv1@fellsnet.is, gudmundure@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ekki tókst að breyta eiganda skrárinnar %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -56,12 +56,12 @@ msgstr "" "Ekki tókst að breyta eiganda skráarinnar %1. Þú hefur " "ekki heimild til að gera þessa breytingu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ekki tókst að búa til KIO-vinnslu: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -73,7 +73,7 @@ msgstr "" "Ekki tókst að búa til \"%1\" tákntengil.\n" "Viðtökuskráakerfið (%2) er ekki með stuðning við tákntengla (symlink)." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,7 +87,7 @@ msgstr "" "Með því að velja Skipta út verður öllum ógildum stöfum (í möppuheitinu á " "viðtökuskráakerfinu) skipt út fyrir undirstrik \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -97,27 +97,27 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" "Tókst ekki að búa til \"%1\".\n" -"Viðtökuskráakerfið (%2) leyfir ekki eftirfarandi stafi í skrárheitum: %3\n" -"Með því að velja Skipta út verður öllum ógildum stöfum (í skrárheitinu á " +"Viðtökuskráakerfið (%2) leyfir ekki eftirfarandi stafi í skráaheitum: %3\n" +"Með því að velja 'Skipta ú't verður öllum ógildum stöfum (í skráarheitinu á " "viðtökuskráakerfinu) skipt út fyrir undirstrik \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Mappan er nú þegar til" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Skráin er nú þegar til" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Er nú þegar til sem mappa" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Rusl" @@ -210,206 +210,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Færi" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Uppruni" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Áfangastaður" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Endurnefning" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Afrita" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Bý til möppu" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mappa" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Eyði" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Skrá" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Skoða" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Flyt" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Tengi" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Tæki" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Tengipunktur" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Aftengi" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Breyta eigindi" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að geta breytt eigindum skráa. " -"Viltu halda áfram?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Afrita skrár" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að ljúka afritunaraðgerðinni. Viltu " -"halda áfram?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Eyða skrám" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að ljúka eyðingaraðgerðinni. Viltu " -"halda áfram?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Búa til möppu" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að búa til þessa möppu. Viltu halda " -"áfram?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Færa atriði" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að ljúka færsluaðgerðinni. Viltu " -"halda áfram?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Endurnefna" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að ljúka endurnefningu. Viltu halda " -"áfram?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Búa til tákntengil (symlink)" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að búa til tákntengil. Viltu halda " -"áfram?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Yfirfæra gögn" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Nauðsynlegt er að hafa rótarréttindi til að ljúka gagnaflutningi. Viltu " -"halda áfram?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -837,6 +727,13 @@ msgstr "Skráin er of stór til að fara í ruslið." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Ruslmappa fannst ekki eða ekki tókst að búa hana til fyrir þessa " +"staðsetningu." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -846,65 +743,65 @@ msgstr "" "%2\n" "Sendu nákvæma villuskýrslu á https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(óþekkt)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

          %1

          %2

          " msgstr "

          %1

          %2

          " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tæknileg skýring: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Nánar um beiðnina:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
        • URL: %1
        • " msgstr "
        • Slóð: %1
        • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        • Protocol: %1
        • " msgstr "
        • Samskiptaregla: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Date and time: %1
        • " msgstr "
        • Dagur og tími: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Additional information: %1
        • " msgstr "
        • Viðbótarupplýsingar: %1
        • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mögulegar ástæður:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mögulegar úrlausnir:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(óþekkt)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -913,17 +810,17 @@ msgstr "" "Hafðu samband við þjónustuaðila, kerfisstjóra eða tæknihóp til að fá frekari " "aðstoð." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Hafðu samband við kerfisstjóra þjónsins til að fá aðstoð." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Athugaðu aðgangsheimildir þínar að þessu tilfangi." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -932,14 +829,14 @@ msgstr "" "Aðgangsheimildir þínar eru hugsanlega ónógar til að framkvæma umbeðna aðgerð " "á þessu tilfangi." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Þessi skrá er kannski notkun (og þá læst) af öðrum notanda eða forriti." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -948,17 +845,17 @@ msgstr "" "Gakktu úr skugga um að enginn annar notandi eða forrit sé að nota skrána eða " "hafi læst henni." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Þótt ólíklegt sé, þá kom mögulega upp villa í vélbúnaði." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Þú gætir hafa fundið villu í forritinu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -967,7 +864,7 @@ msgstr "" "Þetta stafar líklegast af villu í forritinu. Athugaðu hvort tilefni sé til " "að senda villuskýrslu eins og lýst er hér fyrir neðan." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -976,7 +873,7 @@ msgstr "" "Uppfærðu hugbúnaðinn í nýjustu útgáfu. Dreifingaraðili ætti að útvega þér " "leiðir til að uppfæra hugbúnaðinn." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -995,12 +892,12 @@ msgstr "" "ekki, skaltu skoða upplýsingarnar hér fyrir ofan og senda þær með í þinni " "villulýsingu, ásamt öðrum atriðum sem þú telur gagnleg." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Það gæti hafa komið upp vandamál í nettengingunni þinni." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1009,7 +906,7 @@ msgstr "" "Það gæti hafa komið upp vandamál í netuppsetningu þinni. Ef tenging þínvið " "Internetið hefur verið góð undanfarið, þá er það ekki líklegt." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1018,42 +915,42 @@ msgstr "" "Það gætu hafa komið upp villur einhvers staðar á leiðinni frá netþjóninum " "til þessarar tölvu." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Reyndu aftur, annað hvort núna eða síðar." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Samskiptavilla eða ósamræmi í samskiptum gæti verið ástæðan." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Staðfestu að tilfangið sé til og reyndu aftur." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Þetta tilfang er kannski ekki til." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Athugaðu vandlega hvort slóðin sé rétt og reyndu aftur." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Athugaðu ástand nettengingarinnar." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ekki tókst opna tilfang fyrir lestur" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 var " "óaðgengilegt, þar sem ekki var hægt að fá lesaðgang." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Þú hefur kannski ekki heimild til að lesa þessa skrá eða möppu." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ekki tókst opna tilfang fyrir skrift" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1081,17 +978,17 @@ msgstr "" "Þetta þýðir að ekki var hægt að skrifa í skrána %1 þar sem " "ekki var hægt að fá skrifaðgang." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ekki tókst að ræsa ferli sem krafist er af %1 samskiptareglunni" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ekki tókst að ræsa ferli" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Þetta er venjulega af tæknilegum " "ástæðum." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1113,12 +1010,12 @@ msgstr "" "þegar þú uppfærðir KDE síðast. Þetta getur valdið ósamhæfni við núverandi " "útgáfu og ræsir því ekki." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Innri villa" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 hefur gefið til kynna innri villu." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Ógilt form slóðar" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" "Slóðin (Uniform Resource Locator (URL)) sem þú slóst inn var óskiljanleg. Almennt form vefslóða " -"er:
          samskiptaregla://notandi:lykilorð@www.dæmi.is: gátt/" -"mappa/skrárheiti.ending?breyta=gildi
          " +"strong>ocator (URL)) sem þú settir inn var óskiljanleg. Almennt form " +"vefslóða er:
          samskiptaregla://notandi:lykilorð@www.dæmi." +"is: gátt/mappa/skráarheiti.ending?breyta=gildi
          " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Óstudd samskiptaregla %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1160,12 +1057,12 @@ msgstr "" "Samskiptareglan %1 er ekki studd af KDE forritum-sem eru nú " "uppsett í þessarri tölvu." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Umbeðin samskiptaregla er sennilega ekki studd." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1174,7 +1071,7 @@ msgstr "" "Útgáfa samskiptareglunnar %1 sem er studd af þessarri tölvu og þjóninumeru " "kannski ósamhæfðar." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1185,24 +1082,24 @@ msgstr "" "þessa samkiptareglu. Gott er t.d. að leita á https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Slóðin vísar ekki á tilfang." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Samskiptareglan er síunarregla" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Slóðin (URL) sem þú gafst upp vísar ekki á neitt ákveðið tilfang." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1214,12 +1111,12 @@ msgstr "" "aðeins skilgreind til notkunar í slíkum tilvikum, en það á ekki við í þessu " "tilviki. Þetta gerist sjaldan og bendir líklega til forritunarvillu." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Óstudd aðgerð: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1228,7 +1125,7 @@ msgstr "" "Þessi aðgerð er ekki studd af KDE-forritinu sem skilgreinir %1 samskiptaregluna." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1238,51 +1135,51 @@ msgstr "" "Þessi villa veltur mjög á KDE-forritinu. Viðbótarupplýsingarnar ættu að gefa " "þér nánari skýringar en inntaks-/úttakshögun KDE hefur aðgang að." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Reyndu að finna aðra leið að sama marki." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Bjóst við skrá" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Bjóst við skrá, en mappan %1 fannst í staðinn." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Þetta gæti verið villa á þjóni." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Bjóst við möppu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Beðið var um möppu, en skráin %1fannst í staðinn." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Skráin eða mappan er ekki til" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Skráin eða mappan %1 er ekki til." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1291,22 +1188,22 @@ msgstr "" "Ekki var hægt að búa til umbeðna skrána, því skrá með sama heiti er þegar " "til staðar." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Prófaðu fyrst að færa núverandi skrá burt, og reyndu svo aftur." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Eyddu skránni og reyndu svo aftur." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." -msgstr "Veldu annað skrárheiti fyrir nýju skrána." +msgstr "Veldu annað skráarheiti fyrir nýju skrána." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1315,27 +1212,27 @@ msgstr "" "Ekki var hægt að búa til möppuna, því mappa með sama heiti er þegar til " "staðar." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Prófaðu fyrst að færa núverandi möppu burt, og reyndu svo aftur." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Eyddu núverandi möppu og reyndu aftur." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Veldu annað heiti fyrir nýju möppuna." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Óþekkt vél" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1344,7 +1241,7 @@ msgstr "" "Villan 'Óþekkt vél' bendir til þess að þjónn með umbeðna heitinu %1, hafi ekki fundist á Internetinu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1352,27 +1249,27 @@ msgstr "" "Heitið sem þú slóst inn, %1, er kannski ekki til: það gæti verið rangt " "stafað." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Aðgangi hafnað" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Aðgangi að umbeðnu tilfangi, %1, var hafnað." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Þú gafst kannski ekki upp réttar aðgangsupplýsingar eða jafnvel engar." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Þú hefur kannski ekki heimild til að nálgast þetta tilfang." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1381,12 +1278,12 @@ msgstr "" "Reyndu aftur og gakktu úr skugga um að aðgangsupplýsingar þínar séu rétt " "slegnar inn." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skrifaðgangi hafnað" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1394,12 +1291,12 @@ msgid "" msgstr "" "Þetta þýðir að beiðni um að skrifa í skrána %1 var hafnað." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Tókst ekki að opna möppu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1408,17 +1305,17 @@ msgstr "" "Þetta þýðir að tilraun þinni til að opna tilgreinda möppu %1 var hafnað." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Möppulisti ekki til staðar" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Samskiptareglan %1 er ekki skráakerfi" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1428,12 +1325,12 @@ msgstr "" "Þetta þýðir að beiðni var gerð sem fer fram á að innihald möppu sé " "tilgreint, og KDE forritið sem styður þessa samskiptareglu gat það ekki." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Hringtenging fannst" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1445,7 +1342,7 @@ msgstr "" "staðsetningu. KDE fann tengingu eða röð tenginga sem mynda óendanlega " "lykkju. Þ.e. skráin var (með nokkrum útúrdúrum) tengd við sig sjálfa." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1454,27 +1351,27 @@ msgstr "" "Eyddu hluta lykkjunnar þannig að skráin valdi ekki óendanlegri lykkju og " "reyndu aftur." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Beiðni stöðvuð af notanda" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Beiðninni var ekki lokið af því að hún var stöðvuð af notanda." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Reyndu aftur." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Hringtenging fannst við afritun" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1487,17 +1384,17 @@ msgstr "" "mynda óendanlega lykkju. Þ.e. skráin var (með nokkrum útúrdúrum) tengd við " "sig sjálfa." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Tókst ekki að búa til nettengingu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Tókst ekki að búa til sökkul" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1506,8 +1403,8 @@ msgstr "" "Þetta er nokkuð tæknileg villa þar sem ekki tókst að búa til nettengingu " "(sökkul (\"socket\"))." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1515,19 +1412,19 @@ msgid "" msgstr "" "Nettengingin er hugsanlega rangt grunnstillt eða netviðmótið ekki virkjað." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Tengingu við netþjón hafnað" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Þjónninn %1 hafnaði tengingu við þessa tölvu." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1536,7 +1433,7 @@ msgstr "" "Netþjónninn er tengdur internetinu en er hugsanlega ekki grunnstillur til að " "leyfa beiðnir." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1545,7 +1442,7 @@ msgstr "" "Netþjónninn er tengdur internetinu en keyrir kannski ekki umbeðna þjónustu " "(%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1556,12 +1453,12 @@ msgstr "" "eða net netþjónsins, gæti hafa gripið inn í og komið í veg fyrir að beiðnin " "fari í gegn." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Tengingu við þjóninn lauk óvænt" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1570,7 +1467,7 @@ msgstr "" "Þó að tengingu hafi verið komið á við %1, þá var henni " "lokað á óvæntum tímapunkti í samskiptunum." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1579,17 +1476,17 @@ msgstr "" "Samskiptavilla gæti hafa komið upp, sem veldur því að þjónninn lokar " "tengingunni til að bregðast við villunni." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Slóðartilfang ógild" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Samskiptareglan %1 er ekki síunarregla" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL)) sem þú slóst inn vísaði ekki í gilda virkni til að fá " "aðgang að tilteknu tilfangi, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1613,17 +1510,17 @@ msgstr "" "getur ekki framkvæmt slíka aðgerð. Þetta gerist sjaldan og bendir líklega " "til forritunarvillu." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Tókst ekki að frumstilla inntaks-/úttakstæki" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Tókst ekki að tengja tæki" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1632,7 +1529,7 @@ msgstr "" "Ekki tókst að frumstilla (tengja (\"mount\")) tækið. Villan var: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1643,7 +1540,7 @@ msgstr "" "lausa miðla (t.d. geisladiskur í geisladrifi), eða, ef um er að ræða " "einhvers konar færanlegt jaðartæki, gæti það verið rangt tengt." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1653,7 +1550,7 @@ msgstr "" "Hugsanlega ertu ekki með heimild til að tengja jaðartækið. Á UNIX-kerfum " "þarf oft réttindi kerfisstjóra til að tengja jaðartæki." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1662,17 +1559,17 @@ msgstr "" "Athugaðu hvort tækið sé tilbúið, diskar í drifum, færanleg jaðartæki tengd " "og kveikt á þeim. Reyndu svo aftur." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Tókst ekki að aftengja inntaks-/úttakstæki" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Tókst ekki að aftengja tæki" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1681,7 +1578,7 @@ msgstr "" "Ekki tókst að aftengja (\"unmount\") tækið. Villuboðin voru: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1692,7 +1589,7 @@ msgstr "" "Jafnvel opinn vafragluggi á stað á þessu tæki gæti valdið því að það sé enn " "í notkun." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1702,18 +1599,18 @@ msgstr "" "Það er ekki víst að þú hafir heimild til að aftengja tækið Algengt erí UNIX-" "kerfum að aðeins kerfisstjóri hafi heimild til að aftengja tæki." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Athugaðu hvort nokkur önnur forrit séu að nota tækið og reyndu svo aftur." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Get ekki lesið frá tilfangi" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1722,17 +1619,17 @@ msgstr "" "Þetta þýðir að þó að hægt hafi verið að opna auðlindina %1, " "þá kom upp villa þegar reynt var að lesa gögn." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Þú hefur kannski ekki heimild til að lesa frá þessarri auðlind." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Tókst ekki að skrifa í tilfang" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1741,22 +1638,22 @@ msgstr "" "Þetta þýðir að þó að hægt hafi verið að opna tilfangið, %1, " "þá kom upp villa þegar reynt var að skrifa í það." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Þú hefur kannski ekki heimild til að skrifa í þetta tilfang." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Tókst ekki að hlusta eftir nettengingum" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Tókst ekki að binda" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1767,17 +1664,17 @@ msgstr "" "(socket), sem þarf fyrir netsamskipti, til að hlusta eftir nettengingum á " "innleið." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Tókst ekki að hlusta" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Tókst ekki að samþykkja nettengingu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1786,33 +1683,33 @@ msgstr "" "Þetta er frekar tæknileg villa þar sem upp kom villa þegar reynt var að " "samþykkja beiðni um nettengingu á innleið." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Þú hefur kannski ekki heimild til að samþykkja tenginguna." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ekki tókst að skrá inn: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Tilraun til innskráningar til að framkvæma umbeðna aðgerð tókst ekki." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Tókst ekki að ákvarða stöðu tilfangs" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Tókst ekki að fá stöðu tilfangs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1821,68 +1718,68 @@ msgstr "" "Tilraun sem gerð var til að ákvarða stöðu tilfangsins %1, " "svo sem heiti, tegund, stærð o.s.frv., tókst ekki." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Tilfangið er kannski ekki til eða ekki aðgengilegt." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ekki tókst að stöðva listaskráningu" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "LAGA: Skilgreina" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Tókst ekki að búa til möppu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Tilraun til að búa til umbeðna möppu mistókst." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Staðurinn þar sem mappan átti að verða til er kannski ekki til." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Tókst ekki að eyða möppunni" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Tilraun til að eyða möppunni %1 tókst ekki." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Þessi mappa er kannski ekki til." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Þessi mappa er kannski ekki tóm." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Gakktu úr skugga um að mappan sé til og tóm og reyndu svo aftur." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Tókst ekki að halda áfram skráaflutningi" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1891,32 +1788,32 @@ msgstr "" "Beiðnin fór fram á að flutningi skrárinnar %1 væri haldið " "áfram frá ákveðnum stað í flutningsferlinu. Þetta var ekki mögulegt." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Samskiptareglan eða þjónninn styðja kannski ekki þessa virkni" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Reyndu aftur án þess að halda áfram flutningnum." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ekki tókst að endurnefna tilfang" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Tilraun til að endurnefna tilfangið %1 mistókst." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ekki tókst að breyta aðgangsheimildum tilfangs" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "mistókst." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ekki tókst að breyta eiganda tilfangs" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 mistókst." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ekki tókst að eyða tilfangi" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Tilraun til að eyða tilgreindu tilfangi %1 mistókst." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Forrit stöðvaðist óvænt" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "stöðvaðist óvænt." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Ekkert minni eftir" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 fékk ekki " "nægt minni til að geta haldið áfram." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Óþekktur milliþjónn" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2034,17 +1931,17 @@ msgstr "" "bugs.kde.org/ til að upplýsa forritarateymi KDE um þessa óstuddu " "auðkenningaraðferð." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Beiðni stöðvuð" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Innri villa í þjóni" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2053,7 +1950,7 @@ msgstr "" "Forritið á þjóninum sem veitir aðgang að samskiptareglunni %1 hefur sent skilaboð um innri villu: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2062,13 +1959,13 @@ msgstr "" "Líklegast er um að ræða villu í forriti þjónsins. Athugaðu hvort þú getir " "aðstoðað með því að senda villulýsingu eins og lýst er hér fyrir neðan." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Hafðu samband við kerfisstjóra netþjónsins og láttu vita af vandamálinu." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2077,40 +1974,31 @@ msgstr "" "Ef þú veist hverjir eru höfundar þjónsins skaltu senda villulýsinguna beint " "til þeirra." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tímamarkavilla" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -"for receiving a response: %2 seconds
          • Timeout for accessing proxy " -"servers: %3 seconds
          Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Þó að tenging hafi tekist við þjóninn þá barst ekki svar innan þess tíma sem " -"beiðninni var gefinn:
          • Tímamörk þegar tengingu er komið á: %1 " -"sekúndur
          • Tímamörk þegar beðið er eftir svari: %2 sekúndur
          • " -"
          • Tímamörk þegar beðið er eftir milliþjóni: %3 sekúndur
          Þú getur " -"breytt öllum þessum stillingum í kerfisstillingum KDE með því að fara í " -"\"Netstillingar --> Kjörstillingar tenginga\"." +"Þrátt fyrir að samband hafi náðst við þjóninn barst ekki svar frá honum " +"innan þess tíma sem beiðnin fær úthlutaðan." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Þjónninn var of upptekinn við að svara öðrum beiðnum." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Óþekkt villa" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 hefur gefið til kynna óþekkta villu: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Óþekkt ígrip" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 hefur tilkynnt um ígrip að óþekktri gerð: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ekki tókst að eyða upprunalegu skránni" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2149,12 +2037,12 @@ msgstr "" "aðgerðar við að færa skrá. Ekki tókst að eyða upprunalegu skránni " "%1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ekki tókst að eyða bráðabirgðaskrá" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2165,12 +2053,12 @@ msgstr "" "skráin væri vistuð á meðan henni væri hlaðið niður. Ekki tókst að eyða " "bráðabirgðaskránni %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ekki tókst að endurnefna upprunalegu skrána" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2179,12 +2067,12 @@ msgstr "" "Umbeðin aðgerð krafðist þess að upprunalega skráin %1, væri " "endurnefnd, en það tókst ekki." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ekki tókst að endurnefna bráðabirgðaskrána" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2193,32 +2081,32 @@ msgstr "" "Umbeðin aðgerð krafðist þess að búin væri til bráðabirgðaskrá %1, hinsvegar tókst ekki að búa hana til." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ekki tókst að búa til tengil" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ekki tókst að búa til tákntengil" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ekki tókst að búa til umbeðinn tákntengil %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Ekkert innihald" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Diskur fullur" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2227,7 +2115,7 @@ msgstr "" "Ekki tókst að skrifa skrána %1 vegna þess að það var ekki " "nægilegt diskpláss." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2238,12 +2126,12 @@ msgstr "" "setja skrár í geymslu á fjarlægjanlegum geymslumiðli eins og " "endurskrifanlegum geisladiski eða 3) fáðu þér annan disk." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Upprunalega skráin og viðtökuskráin eru sama skráin" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2252,17 +2140,17 @@ msgstr "" "Ekki tókst að ljúka aðgerðinni vegna þess að upprunalega skráin og " "viðtökuskráin eru sama skráin." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Veldu annað heiti fyrir viðtökuskrána." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Skrá eða möppu sleppt ofan á sjálfa sig" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2271,17 +2159,17 @@ msgstr "" "Ekki tókst að ljúka aðgerðinni vegna þess að upprunalega skráin eða mappan " "og viðtökuskráin eða -mappan eru ein og hin sama." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Sleppa atriðinu í aðra skrá eða möppu" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Mappa færð inn í sjálfa sig" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2290,17 +2178,17 @@ msgstr "" "Ekki tókst að ljúka aðgerðinni vegna þess að ekki er hægt að færa " "upprunalegu möppuna inn í sjálfa sig." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Færa atriðið í aðra möppu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ekki tókst að eiga samskipti við lykilorðaþjón" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2309,24 +2197,24 @@ msgstr "" "Ekki tókst að ljúka aðgerðinni vegna þess að ekki tókst að ná sambandi við " "lykilorðaþjónustuna (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Prófaðu að endurræsa setuna þína eða athugað hvort villurfrá kiod sé að " "finna í annálnum." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ekki tókst að ræsa samkiptaregluna %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Ekki tókst að búa til KIO-vinnslu" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2335,7 +2223,7 @@ msgstr "" "Ekki tókst að ræsa KIO-vinnsluna sem veitir aðgang að samskiptareglunni " "%1. Þetta er venjulega af tæknilegum ástæðum." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2345,13 +2233,13 @@ msgstr "" "samskiptaregluna. Það þýðir að útgáfa þín af tengiforritinu kann að vera " "úrelt." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ekki tókst að flytja %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2361,7 +2249,7 @@ msgstr "" "Skrána %1 er ekki hægt að flytja, því " "viðtökuskráakerfið styður ekki svo stórar skrár" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2370,28 +2258,28 @@ msgstr "" "Endursníddu viðtökudrifið til að nota skráakerfi sem styður þetta stórar " "skrár." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Óskilgreind villa" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Tákntengill í %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, tengill á %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Vísar á %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2400,122 +2288,122 @@ msgstr "" "Gölluð slóð\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "Ekki tókst að ákvarða skrárgerð fyrir %1" +msgstr "Ekki tókst að ákvarða skráagerðina fyrir %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -"Tókst ekki að finna heiti forrits út frá '%1', sláðu inn gilt heiti á " +"Tókst ekki að finna heiti forrits út frá '%1', settu inn gilt heiti á " "forriti." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 virðist ekki vera keyranlegt forrit." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" -"%1 fannst ekki; sláðu inn gilda slóð á keyranlegt " +"%1 fannst ekki; settu inn gilda slóð á keyranlegt " "forrit." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Opnun tenginga er ekki studd með samskiptareglunni %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Lokun tenginga er ekki studd með samskiptareglunni %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Opnun skráa er ekki studd með samskiptareglunni %1. " -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Ekki er stuðningur við að skrifa í %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Það eru engar séraðgerðir til fyrir samskiptaregluna %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Birting innihalds í möppum er ekki studd með samskiptareglunni %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ekki er hægt að sækja gögn frá %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Það er ekki hægt að sækja MIME-gerð frá %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Ekki hægt að endurnefna eða færa skrár innan %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ekki hægt að búa til tákntengla með %1 samskiptareglunni." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Ekki er hægt að afrita skrár innan %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Ekki er hægt að eyða skrám úr %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ekki er hægt að búa til nýjar möppur með samskiptareglunni %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ekki hægt að breyta eiginleikum skráa með %1 samskiptareglunni." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Ekki er hægt að breyta eiganda skráa með %1 samskiptareglunni." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Ekki er hægt að opna skrár með samskiptareglunni %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Samskiptareglan %1 styður ekki aðgerð %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2527,313 +2415,337 @@ msgstr "" "sem venjulega krefst aukinna aðgangsheimilda, vegna þess að aðrir notendur " "en rót hafa heimild til að breyta honum á %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Óþekkt samskiptaregla '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "KIO-vinnsla fyrir samskiptaregluna '%1' fannst ekki." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO-þrælnum fyrir staðalinn “%1” í %2 var ekki hlaðið inn vegna þess að " +"allir KIO-þrælar sem eru staðsettir utan við %3 og biðja um auknar heimildir " +"teljast vera óöruggir." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Ekki tókst að búa til sökkul til að ræsa KIO-vinnslu fyrir samskiptaregluna " "'%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Fann ekki 'kioworker' keyrsluskrá á '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Nánar" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "All&taf" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Á&fram" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Aðeins í &þessari setu" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Færa í nýja möppu" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Búa til nýja möppu úr þessum atriðum" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Þú hefur ekki valið skrá til að eyða." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ekkert til að eyða" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Þú hefur ekki valið skrá til að setja í ruslið." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ekkert til að setja í ruslið" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Mappan er ekki til eða er ekki læsileg." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Valmynd" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Yfirmappa" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Fara til baka" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Fara áfram" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Heimamappa" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Endurhlaða" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Ný mappa…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Setja í ruslið" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Eyða" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Röðun" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Raða eftir nafni" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Raða eftir stærð" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Raða eftir dagsetningu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Raða eftir gerð" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Hækkandi" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Lækkandi" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Möppur fremst" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Faldar skrár aftast" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Tákn" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Þjappað" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Ítarlegt" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Staðsetning tákns" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" -msgstr "Við hlið skrárheitis" +msgstr "Við hlið skráarheitis" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" -msgstr "Fyrir ofan skrárheiti" +msgstr "Fyrir ofan skráarheiti" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Stutt" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Ítarlegt" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Tré" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Ítarlegt tré" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Leyfa stækkun í ítarlegum lista" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Sýna faldar skrár" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Birta forskoðunarsvæði" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Sýna forskoðun" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Opna umlykjandi möppu" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Eiginleikar" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Yfirlitssnið" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Ö-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Ö" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Nýjast fyrst" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Elsta fyrst" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nýjast fyrst" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Stærsta fyrst" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Minnsta fyrst" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kóðun:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Opna" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Vista sem" @@ -2880,40 +2792,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Færa hingað" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Allar skrár" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Allar studdar skrár" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Allar skrár" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Bæta við staðsetningarfærslu" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Breyta staðsetningarfærslu" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

          The " @@ -2926,17 +2838,17 @@ msgstr "" "þessi færsla vísar. Ef þú setur ekkert inn verður heitið dregið af slóð " "staðsetningarinnar.
          " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Merking:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" -msgstr "Sláðu hér inn lýsandi merkingu" +msgstr "Settu hér inn lýsandi merkingu" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2949,12 +2861,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

          Með því að smella á hnappinn við " "hliðina á innsláttarreitnum getur þú farið á viðkomandi slóð.
          " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Staðsetning:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

          Click " @@ -2963,17 +2875,17 @@ msgstr "" "Þetta er táknið sem birtist á svæðinu Staðir.

          Smelltu á " "hnappinn til að velja annað tákn
          " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Veldu &tákn:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Sýna &aðeins þegar þetta forrit er notað (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2984,200 +2896,206 @@ msgstr "" "núverandi forrit er notað (%1).

          Ef stillingin er ekki valin " "verður hún tiltæk í öllum forritum.
          " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Staðir" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Fjartengt" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nýlegt" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Leita að" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Tæki" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Fjarlægjanleg tæki" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Merki" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (frá %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Öll merki" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Heimamappa" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Skjáborð" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Skjöl" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Sóttar skrár" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Netkerfi" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Rusl" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Tónlist" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Myndir" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Myndskeið" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nýlegar skrár" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nýlegar staðsetningar" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Breytt í dag" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Breytt í gær" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ekki tókst að bæta við svæðið Staðir: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Aðeins er hægt að bæta möppum við svæðið Staðir." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Grunnstilla…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Sleppi…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Sle&ppa" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Fjarlægi örugglega…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Fjarlægja örugglega" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Aftengi…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "A&ftengja skráakerfinu" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Ýta úr" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Tækið '%1' er ekki diskur og ekki er hægt að ýta því úr." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Villa kom upp þegar reynt var að lesa '%1'. Kerfið sagði: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Villa kom upp þegar reynt var að lesa '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Ein eða fleiri skrár á þessu tæki eru opnar í forritum." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3192,108 +3110,108 @@ msgstr[1] "" "Ein eða fleiri skrár á þessu tæki eru opnar í eftirfarandi forritum: " "\"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Endursníða eða breyta með disksneiðaumsýslu" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 laust af %2 (%3% í notkun)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (falið)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Tæma rusl" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Tengja í skráakerfið" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Opna í nýjum flipa" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Opna í nýjum glugga" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Bæta við færslu…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Br&eyta…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Fjarlægja úr Staðir" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Fela" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Fela hlutann '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Fela hlutann" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Sýna allar færslur" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Stærð tákna" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3301,51 +3219,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Breyta stærð sjálfvirkt" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Lítil (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Miðlungs (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Stór (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Risastór (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Þú getur aðeins valið eina skrá" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Fleiri en ein skrá tilgreindar" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Þú getur aðeins valið skrár á þessu skráakerfi" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ekki er tekið við fjartengdum skrám" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3359,52 +3277,22 @@ msgstr[1] "" "Valda slóðin nota skema sem er ekki stutt. Notaðu eitt af eftirfarandi " "skemum: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Óstutt URL-skema" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Fleiri en ein mappa hafa verið valdar, en þar sem þessi svargluggi tekur " -"ekki við möppum er ekki hægt að ákveða hverja þeirra eigi að opna. Veldu " -"aðeins eina þeirra til að sjá innihald hennar." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Fleiri en ein mappa tilgreindar" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Að minnsta kosti ein mappa og ein skrá hafa verið valin. Valdar skrár verða " -"hunsaðar og valda mappan verður opnuð" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Skrár og möppur valdar" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Skráin \"%1\" fannst ekki" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Tókst ekki að opna skrá" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

          For instance, " @@ -3415,45 +3303,45 @@ msgstr "" "núverandi staðsetning er file:/home/konqi þá muntu flytjast yfir á file:/" "home ef þú smellir á hnappinn.
          " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Smelltu á þennan hnapp til að fara aftur um eitt skref í skoðunarferlinum." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Smelltu á þennan hnapp til að fara áfram um eitt skref í skoðunarferlinum." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Smelltu á þennan hnapp til að lesa aftur innihald núverandi staðsetningar." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Smelltu á þennan hnapp til að búa til nýja möppu." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Sýna svæðið Staðir" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Sýna bókamerkjahnapp" +msgid "Show Quick Filter" +msgstr "Sýna flýtisíu" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Valkostir" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3469,12 +3357,12 @@ msgstr "" "li>
        • forskoðun skráa
        • hvernig/hvort möppur og skrár séu aðskildar
        " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bókamerki" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3488,12 +3376,35 @@ msgstr "" "öðru leyti eins og bókamerki annars staðar í KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Heiti:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Afturkalla breytingu á skráarheiti" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Halda síunni þegar skipt er um möppu" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Sía eftir heiti…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Fela síustiku" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3506,12 +3417,12 @@ msgstr "" "eiginleika með því að hægrismella og velja kjörsnið úr valmyndinni " "Textaútfylling." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Þetta er heitið sem á að gefa skránni." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3520,74 +3431,78 @@ msgstr "" "Þetta er listi yfir skrár sem á að opna. Tilgreina má fleiri en eina skrá " "með því að telja þær upp, með bili á milli." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Þetta er heitið á skránni sem á að opna." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Staðir" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Skráin \"%1\" er þegar til. Viltu skrifa yfir hana?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Skrifa yfir skrá?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Þú getur aðeins valið skrár á þessu skráakerfi." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Ekki er tekið við fjartengdum skrám" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Allar möppur" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Núverandi mappa: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Opna" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Stærð tákna: %1 dílar" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Velja skráren&dingu sjálfkrafa (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "endingin %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Velja skráaren&dingu sjálfkrafa" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "viðeigandi skrárending" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3603,88 +3518,78 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" "Þessi möguleiki kveikir á ýmsum þægilegum þjónustum til að vista skrár með " -"endingu:
        1. Ending sem er tilgreind í textasvæðinu %1 " -"uppfærist ef þú breytir skrárgerðinni sem á að vista.

        2. Ef " +"skráarendingu:
          1. Ending sem er tilgreind í textasvæðinu %1 " +"uppfærist ef þú breytir skráagerðinni sem á að vista.

          2. Ef " "engin ending er tilgreind í textasvæðinu %2 þegar þú smellir á " -"Vista verður endingunni %3 bætt við enda skrárheitisins (ef " -"skrárheitið er ekki til nú þegar). Þessi ending veltur á skrárgerðinni sem " +"Vista verður endingunni %3 bætt við enda skráarheitisins (ef " +"skráarheitið er ekki til nú þegar). Þessi ending veltur á skráagerðinni sem " "þú hefur valið til vistunar.

            Ef þú vilt ekki að KDE gefi upp " -"endingu fyrir skrárheitið geturðu annað hvort slökkt á valkostinum með því " -"að setja punkt (.) fyrir aftan skrárheitið (punkturinn verður fjarlægður " +"endingu fyrir skráarheitið geturðu annað hvort slökkt á valkostinum með því " +"að setja punkt (.) fyrir aftan skráarheitið (punkturinn verður fjarlægður " "sjálfkrafa) eða slökkt á eiginleikanum.
          Hafðu þessa stillingu á ef " "þú ert ekki viss því þá verða skrárnar þínar meðfærilegri." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" -msgstr "&Skrárgerð:" +msgstr "S&kráartegund:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -"Þetta er skrárgerðarvalið. Það er notað til að velja sniðið sem er notað " +"Þetta er skráagerðarvalið. Það er notað til að velja sniðið sem er notað " "þegar skráin er vistuð." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Sía:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Þetta er sían sem notuð er á skráalistann. Skrárheitum sem ekki komast " -"gegnum síuna er sleppt.

          Þú getur valið eina af forstilltu síunum af " -"fellivalmyndinni eða skrifað inn þína eigin síu beint í textasvæðið.

          " -"Hægt er að nota algildistákn eins og '*' og '?'.

          " +"Þetta er skráagerðarvalið. Það er notað til að velja snið skráarinnar " +"sem er sýnd." -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Búa til nýja skrá" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Settu inn %1 skráarheiti:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Því miður" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Sniðmátsskráin %1 er ekki til." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Heiti á nýjum tengli:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Búa til tákntengil" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" -msgstr "Búa til tengil á URL-slóð" +msgstr "Búa til tengil á slóð" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Sláðu inn %1 skrárheiti:" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3694,7 +3599,7 @@ msgstr "" "Ekki er hægt að nota heitið %1 því það er frátekið til " "notkunar af stýrikerfinu." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3704,7 +3609,7 @@ msgstr "" "Heitið %1 byrjar á punkti og skráin því sjálfgefið " "falin." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3715,29 +3620,39 @@ msgstr "" "Heitið %1 byrjar með bili sem þýðir að það mun birtast " "á undan öðrum atriðum í stafrófsröðun, auk annarra undarlegheita." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Sé skástrik notað í nöfnum á skrám og möppum verða til undirmöppur, eins og " "hér:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Sé skástrik notað í nöfnum á skrám og möppum verða til undirmöppur." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Skástrik er ekki hægt að nota í nöfnum á skrám og möppum." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Öfug skástrik er ekki hægt að nota í nöfnum skráa og mappa." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Ekki er hægt að búa til skrá eða möppu með heitinu %1 " +"þar sem það myndi skarast við staðsetninguna á heimamöppu notandans." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3747,96 +3662,139 @@ msgstr "" "slíkt getur verið ruglandi og haft ýmsar hættur í för með sér þegar hlutum " "er eytt á skipanalínu." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Mappa með heitinu %1 er þegar til staðar." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Skrá með heitinu %1 er þegar til staðar." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Búa til nýtt" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Tengill í tæki" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ný mappa" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Búa til nýja möppu" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Búa til nýja möppu í: %1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Settu inn nafn möppu" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Sjálfgefið" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Búa til nýja skrá" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Settu inn skráarheiti" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Veldu sérsniðið tákn eða lit" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Veldu annað tákn..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Þú getur skipt um tákn seinna í eiginleikastillingum möppunnar." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Afrita" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Líma" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Opna \"%1\" í nýjum flipa" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Opna \"%1\" í nýjum glugga" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Breyta" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Flakka" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Sýna alla slóðina" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Fara á einhvern stað á slóðinni %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3848,6 +3806,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Fara á stað á slóð" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Staðir" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3871,28 +3836,28 @@ msgstr "Annað" msgid "Edit mode" msgstr "Breytisnið" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Smelltu til að flakka" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Smelltu til að breyta staðsetningu" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Þú hefur ekki leyfi til að keyra þessa skrá." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Ræsi %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3901,12 +3866,12 @@ msgstr "" "Tókst ekki að gera þjónustuna %1 keyranlega, hætt við keyrslu.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Þú hefur ekki heimild til að velja forrit til að opna þessa skrá." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3934,12 +3899,19 @@ msgstr "Villa við að vista mynd í %1" msgid "Icon file too big, download aborted" msgstr "Táknskrá of stór, hætt við niðurhal" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: sleppi auðri Skrá, gæti verið rofið tákntengi (symlink): %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ekkert póstforrit fannst" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3950,28 +3922,28 @@ msgstr "" "%1\n" "er ekki gild." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Keyri %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Skipunin %1 fannst ekki." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Enginn skjáhermir fannst" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Mistókst að opna %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3982,7 +3954,7 @@ msgstr "" "%1\n" "er af gerðinni tengill en er ekki með neina URL=...-færslu." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3991,14 +3963,14 @@ msgstr "" "Keyrsluskráin \"%1\" er staðsett á fjartengdu skráakerfi. Af öryggisástæðum " "verður hún ekki keyrð." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Öryggisins vegna er ekki leyfilegt að ræsa keyrsluskrár í þessu samhengi." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4006,7 +3978,7 @@ msgid "" msgstr "" "Forritið \"%1\" þarf að vera með keyrsluheimild til að hægt sé að ræsa það." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4015,12 +3987,12 @@ msgstr "" "Tókst ekki að gera skrána \"%1\" keyranlega.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Skjáborðsfærsluskráin %1 er ekki með neina Type=...-færslu." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4031,12 +4003,12 @@ msgstr "" "Athugaðu hvort verk í bið eða niðurhal sé að finna í forritum sem eru opin " "og á tilkynningasvæðinu." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Mistókst að opna skrána." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Ekki var hægt að ræsa forritið \"%1\"." @@ -4123,73 +4095,68 @@ msgstr "" "hefur verið breytt.\n" "Viltu senda breytingarnar?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Opnar fjartengdar skrár, vaktar breytingar og spyr um innsendingar" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 - KFM/Konqueror forritararnir" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Meðhöndla vefslóðir sem staðbundnar skrár og eyða þeim svo á eftir" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Uppástunga fyrir heiti á sóttu skránni" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Skipun til að keyra" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Slóð(-ir) eða staðbundin skrá sem 'skipun' notar." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Stilli ACL á %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4198,7 +4165,7 @@ msgstr "" "Ekki tókst að breyta aðgangsheimildum fyrir\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4208,118 +4175,37 @@ msgstr "" "Ekki tókst að breyta eiganda og hóp fyrir\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Mistókst að opna bráðabirgðaskrá" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Forritið \"mount\" fannst ekki" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Forritið \"umount\" fannst ekki" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Breyta aðgangsheimildum skráar" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nýjar aðgangsheimildir: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Skipta um eiganda skrár" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nýr eigandi: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Fjarlægja skrá" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Fjarlægja möppu" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Búa til möppu" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Aðgangsheimildir möppu: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Opna skrá" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Opna möppu" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nýtt skrárheiti: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Viðtökustaður: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Breyta tímastimpli" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Frá: %1, Til: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Óþekkt aðgerð" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Aðgerð: %1\n" -"Uppruni: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ekki tókst að afrita skrá frá %1 til %2. (Villa: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Engin miðill í tæki fyrir %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ekki tókst að sækja notandakenni fyrir notandanafnið %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ekki tókst að sækja hópkenni fyrir hópheitið %1" @@ -4361,33 +4247,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Þú þarft að gefa upp notandanafn og lykilorð til að komast á vefsvæðið." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Vefsvæði:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Innskráning í lagi" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ekki tókst að skrá inn á %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4396,7 +4282,7 @@ msgstr "" "\n" "Þjónninn svaraði: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4405,12 +4291,12 @@ msgstr "" "Þú þarft að gefa upp notandanafn og lykilorð fyrir milliþjóninn hér fyrir " "neðan til að komast inn á vefsvæði." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Milliþjónn (proxy):" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Auðkenning við milliþjón brást." @@ -4463,101 +4349,101 @@ msgstr "" "Vilt þú samþykkja þetta vottorð alltaf án þess að spurt sé í hvert sinn?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Auðkenning þjóns" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 á %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Annars hefði beiðnin tekist." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "sækja eiginleikagildi" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "velja eiginleikagildi" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "búa til umbeðna möppu" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "afrita umbeðna skrá eða möppu" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "færa umbeðna skrá eða möppu" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "leita í umbeðinni möppu" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "læsa umbeðinni skrá eða möppu" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "aflæsa umbeðinni skrá eða möppu" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "eyða umbeðinni skrá eða möppu" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "spyrja um getu þjónsins" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "sækja innihald umbeðinnar skrár eða möppu" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "keyra skýrslu í umbeðinni möppu" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Óvænt villa (%1) kom upp þegar reynt var að framkvæma %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4567,13 +4453,13 @@ msgstr "" "Villa kom upp þegar reynt var að %1, %2. Yfirlit yfir ástæður er hér fyrir " "neðan." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Aðgangi var hafnað þegar reynt var að %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4582,7 +4468,7 @@ msgstr "" "Ekki er hægt að búa til tilfang á áfangastaðnum fyrr en búið er að búa til " "eitt eða fleiri söfn (möppur) á slóðinni." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4596,28 +4482,28 @@ msgstr "" "að skrifa yfir skrá á meðan þú baðst um að ekki væri\n" "skrifað yfir skrár. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Ekki tókst að að útvega umbeðna læsingu. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Þjónninn styður ekki gerð beiðninnar." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 gengur ekki vegna þess að tilfang er læst." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Þessi aðgerð var stöðvuð vegna annarrar villu." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4626,7 +4512,7 @@ msgid "" msgstr "" "%1 gengur ekki því viðtakandinn neitar að taka við skránni eða möppunni." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4635,18 +4521,18 @@ msgstr "" "Viðtökutilfangið hefur ekki nægjanlegt pláss til að skrá ástand tilfangsins " "eftir keyrslu þessarar aðgerðar." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ekki er hægt að eyða þessu tilfangi." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "hleð upp %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4657,15 +4543,15 @@ msgstr "Óvænt villa (%1) kom upp þegar reynt var að %2." msgid "Network" msgstr "Netkerfi" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Gölluð slóð %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4678,12 +4564,12 @@ msgstr "" "aftur og notað endurheimtaraðgerðina aftur eða dregið hlutinn eitthvert " "annað til að endurheimta hann." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ógild samsetning samskiptareglna." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Þessi skrá er þegar í ruslinu." @@ -4719,7 +4605,7 @@ msgstr "Tæma innihald ruslsins" msgid "Restore a trashed file to its original location" msgstr "Endurheimta skrá úr ruslinu á upprunalegan stað" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Ruslið er fullt. Tæmdu það eða fjarlægðu atriði handvirkt." @@ -4740,17 +4626,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Reyna aftur" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Auðkenningargluggi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Aðgangi hafnað" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Þú hefur ekki heimild til að nota samskiptaregluna %1." @@ -4859,13 +4745,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Væntanleg gátsumma (MD5, SHA1, SHA256 eða SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4873,28 +4759,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4904,9 +4790,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Reikna" @@ -4915,135 +4801,208 @@ msgstr "Reikna" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Smelltu til að afrita gátsummu á klippispjaldið." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "Hætt&a við" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Færa hingað" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Sækja hingað" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Afrita hingað" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Tengja hingað" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Keyra" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Hvað viltu gera við þessa skrá?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ekki spyrja aftur" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Opna" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Keyra" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Opna með %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Afturkalla breytingar" +msgid "Would you like to launch this file?" +msgstr "Viltu keyra þessa skrá?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Það þarf rótarréttindi til að afturkalla aðgerðina. Viltu halda áfram?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Bý til möppu" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Uppruni" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Áfangastaður" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Afrita" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Færi" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Endurnefni" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Set í ruslið" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Eyði" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Afturkalla" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Afturkalla: Afrita" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Afturkalla: Tengill" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Afturkalla: Færa" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Afturkalla: Endurnefna" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Afturkalla: Henda í ruslið" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Afturkalla: Búa til möppu" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Afturkalla: &Búa til möppu(r)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Aftur&kalla: Búa til skrá" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Afturkalla: &Runuendurnefning" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Endurtaka" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Endurtaka: Afrita" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Endurtaka: Tengill" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Endurtaka: Færa" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Endurtaka: Endurnefna" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Endurtaka: Rusl" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Endurtaka: Búa til möppu" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Endurtaka: Búa til möppu(r)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Endurtaka: Búa til skrá" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Endurtaka: Runuendurnefning" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5056,12 +5015,12 @@ msgstr "" "Ef afritunin er afturkölluð verður skránni eytt og allar breytingar tapast.\n" "Ertu viss um að þú viljir eyða %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Afturkalla staðfestingu afritunar" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5072,21 +5031,22 @@ msgstr "" "Viltu eyða endanlega þessu atriði?%1Ekki er hægt að afturkalla þessa aðgerð." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Eyða endanlega" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Eyða endanlega" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5102,7 +5062,7 @@ msgstr[1] "" "Viltu eyða endanlega þessum %1 atriðum? Ekki er hægt að afturkalla þessa aðgerð." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5112,13 +5072,13 @@ msgstr "" "Viltu eyða endanlega öllum atriðum úr ruslinu? Ekki er hægt að afturkalla þessa aðgerð." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tæma ruslakörfu" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5127,7 +5087,7 @@ msgid "" msgstr "" "Viltu örugglega setja þetta atriði í ruslið?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5212,7 +5172,7 @@ msgstr "Eigandi" msgid "Owning Group" msgstr "Hópur sem á" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Aðrir" @@ -5285,106 +5245,112 @@ msgstr "Uppfæri grunnstillingar kerfis" msgid "Updating system configuration…" msgstr "Uppfæri grunnstillingar kerfis..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Heiti" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Stærð" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dagsetning" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Aðgangsheimildir" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eigandi" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Hópur" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tegund" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "O&pna með %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Aðgerðir" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Opna möppu með…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Opna með…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Keyra keyrsluskrá" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Opna möppu með %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Opna með %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Opna möppu með" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Opna með" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Annað forrit…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5392,113 +5358,131 @@ msgid_plural "%1 items" msgstr[0] "1 hlutur" msgstr[1] "%1 hlutir" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Óþekkt" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stöðva" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Skoða í Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Tengipunktur:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Laust pláss:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tegund:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Innihald:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Opna með:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Breyta..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Staðsetning:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Stærð:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Breyta..." +msgid "Determine the folder size" +msgstr "Ákvarða stærð möppunnar" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Innihald:" +msgid "Stop" +msgstr "Stöðva" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stöðva ákvörðun á stærð möppu" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Skoða í Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Vísar á:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Breytt:" +msgid "Show target" +msgstr "Sýna viðtökustað" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Búið til:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Skráakerfi:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Óþekkt stærð" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Tengt á:" +msgid "Modified:" +msgstr "Breytt:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Notað:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Opna með:" +msgid "File system:" +msgstr "Skráarkerfi:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Tengipunktur á:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Tengipunktur af:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Laust pláss:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Óþekkt stærð" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5553,7 +5537,7 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"Veldu forrit til að opna skrárgerðina %1. Ef forritið er ekki á " +"Veldu forrit til að opna skráagerðina %1. Ef forritið er ekki á " "listanum skaltu slá inn heitið eða smelltu á \"Velja\"." #: widgets/kopenwithdialog.cpp:630 @@ -5571,9 +5555,9 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" -"Sláðu inn til að sía út forritin hér fyrir neðan, eða tilgreindu nafn á " +"Skrifaðu til að sía út forritin hér fyrir neðan, eða tilgreindu heiti á " "skipun.\n" -"Ýttu á niðurörina til að fara í gegnum niðurstöðurnar." +"Ýttu á niður-örina til að fara í gegnum niðurstöðurnar." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5658,7 +5642,7 @@ msgid "" "application or if you want the information that is provided by the terminal " "emulator window." msgstr "" -"Hakaðu við hér ef forritið sem þú vilt keyra er textaforrit á skipanalínu " +"Merktu við hér ef forritið sem þú vilt keyra er textaforrit á skipanalínu " "eða ef þú vilt sjá þær upplýsingar sem birtast í skjáherminum." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) @@ -5681,7 +5665,7 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" -"Hakaðu við hér ef textaforritið birtir upplýsingar sem skipta máli þegar það " +"Merktu við hér ef textaforritið birtir upplýsingar sem skipta máli þegar það " "hættir keyrslu. Ef skjáhermirinn er hafður opinn sérðu þessar upplýsingar." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) @@ -5708,7 +5692,7 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" -"Hakaðu við hér ef þú vilt keyra þetta forrit sem annar notandi. Allir " +"Merktu við hér ef þú vilt keyra þetta forrit sem annar notandi. Allir " "keyrsluþræðir eru með sér notandaauðkenni. Þetta auðkenni ákvarðar " "aðgangsheimildir að skrám og öðru. Lykilorð notandans þarf fyrir þennan " "valmöguleika." @@ -5723,7 +5707,7 @@ msgstr "Keyra sem annar notandi" #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." -msgstr "Sláðu inn notandanafn þess sem þú vilt keyra forritið sem." +msgstr "Settu inn notandanafn þess sem þú vilt keyra forritið sem." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 @@ -5735,7 +5719,7 @@ msgstr "Notandanafn:" #: widgets/kpropertiesdesktopadvbase.ui:120 #, kde-format msgid "Enter the user name you want to run the application as here." -msgstr "Sláðu hér inn notandanafn þess sem þú vilt keyra forritið sem." +msgstr "Settu inn notandanafn þess sem þú vilt keyra forritið sem hér." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 @@ -5765,7 +5749,7 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -"Hakaðu við hér ef þú vilt ganga úr skugga um að forritið þitt sé komið í " +"Merktu við hér ef þú vilt ganga úr skugga um að forritið þitt sé komið í " "gang. Þessar sjónrænu upplýsingar geta birtst í formi biðbendils eða á " "verkstikunni." @@ -5783,32 +5767,36 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" -"Sláðu hér inn heitið sem þú vilt gefa þessu forriti. Forritið mun birtast " -"undir þessu nafni í forritavalmyndinni og á skjáb.rðsstikunni" +"Settu hér inn heitið sem þú vilt gefa þessu forriti. Forritið mun birtast " +"undir þessu nafni í forritavalmyndinni og á skjáborðsstikunni" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Sláðu inn lýsingu fyrir forritið sem sýnir notagildi þess, hér. Dæmi: " -"forrit til innhringingar (KPPP) myndi verða \"Innhringiforrit\"." +"Settu hér inn almenna lýsingu fyrir forritið. Dæmi: myndskoðunarforriti " +"mætti lýsa sem \"Myndskoðari\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Lýsing:" +msgid "&Generic name:" +msgstr "&Almennt heiti:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Sláðu inn hvers kyns athugasemdir hér sem þú telur gagnlegar." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Settu inn lýsingu á forritinu hér sem sýnir notagildi þess. Dæmi: forrit " +"til að skoða myndir myndi verða \"Skoða og breyta myndum\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5819,7 +5807,7 @@ msgstr "Ath&ugasemd:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Umhverfisbreytur:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5867,12 +5855,12 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Sláðu inn viðföngin sem á að nota þegar forritið er ræst hér.\n" +"Settu inn viðföngin sem á að nota þegar forritið er ræst hér.\n" "\n" "Hægt er að setja ýmis staðgengilstákn á eftir skipuninni. Þeim verður skipt " "út fyrir raunveruleg gildi þegar forritið er keyrt:\n" "\n" -"%f - stakt skrárheiti\n" +"%f - stakt skráarheiti\n" "%F - listi yfir skrár (notist á forrit sem geta opnað margar skrár í einu)\n" "%u - stök slóð (URL)\n" "%U - listi yfir slóðir\n" @@ -5919,17 +5907,17 @@ msgid "" "remove them from the list clicking on the button Remove below.

          " msgstr "" -"

          Þessi listi ætti að sýna þær skráargerðir sem forritið þitt ræður " +"

          Þessi listi ætti að sýna þær skráagerðir sem forritið þitt ræður " "við. Listinn er flokkaður eftir MIME-tögum.

          \n" "

          MIME, Multipurpose Internet (e)Mail Extension, er staðall til þess að " "auðkenna gerð gagna út frá skráarendingu og samsvarandi MIME-tagi. " "Til dæmis gefur \"bmp\" sem kemur á eftir punktinum í blóm.bmp til kynna að " "hér sé um ákveðna tegund myndar að ræða, image/x-bmp. Til að að " -"stýrikerfið viti hvaða forrit á að opna hverja tegundSvo þarf að láta það " +"stýrikerfið viti hvaða forrit á að opna hverja tegund. Svo þarf að láta það " "vita hvaða forrit ráða við hvaða skráarendingar og MIME-tag.

          \n" "

          Ef þú vilt tengja þetta forrit við skráarendingu sem er ekki í listanum " "skaltu smella á Bæta við fyrir neðan. Ef það er ein eða fleiri " -"skrárgerðir í listanum sem forritið ræður ekki við er líklegast betra " +"skráagerðir í listanum sem forritið ræður ekki við er líklegast betra " "fjarlægja þær með því að velja þær og smella á Fjarlægja fyrir neðan." "

          " @@ -6019,7 +6007,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Deila" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6029,36 +6017,55 @@ msgstr "" "Ekki tókst að vista eiginleikana þar sem ekki eru nægar heimildir til að " "skrifa í:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Al&mennt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Settu inn skráarheiti" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Skoða í %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Endurlesa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Færa inn viðtökustaðsetningu" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Sýna %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Óþekkt stærð" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6067,138 +6074,144 @@ msgstr "" "Reikna...%1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 skrá" msgstr[1] "%1 skrár" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 undirmappa" msgstr[1] "%1 undirmöppur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Reikna...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Að minnsta kosti %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nýja skráarheitið er tómt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Engin skráð skráargerð" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ekkert tengt forrit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Búa til…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Breyta…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Breyta sjálfgefna forritinu sem á að opna skrár af gerðinni “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Enginn aðgangur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Getur einungis skoðað" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Má skoða og breyta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Má aðeins skoða innihald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Má skoða og breyta innihaldi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Má aðeins skoða/lesa innihald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Má lesa/skrifa & breyta/skrifa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Heimildir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Aðgangsheimildir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Skráin er tengill og hefur ekki aðgangsstillingar." msgstr[1] "Allar skrárnar eru tenglar og hafa ekki aðgangsstillingar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Einungis eigandinn má breyta aðgangsheimildum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Eigandi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Tiltekur aðgerðirnar sem eigandinn má gera." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Hó&pur:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Tiltekur aðgerðirnar sem meðlimir hópsins mega gera." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Aðrir:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6207,27 +6220,27 @@ msgstr "" "Tiltekur aðgerðirnar sem allir notendur sem ekki eru eigendur eða í hópnum " "mega gera." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Einungis &eigandinn má eyða eða endurnefna innihald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Leyfa að skrá sé &keyrð sem forrit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Eyða eða endurnefna:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Keyra:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6238,7 +6251,7 @@ msgstr "" "eða endurnefna skrár og möppur í möppunni. Aðrir notendur geta aðeins sett " "inn nýjar skrár, og það krefst leyfist til að 'Breyta innihaldi'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6247,42 +6260,42 @@ msgstr "" "Virkjaðu þetta til að merkja skrána sem keyrsluskrá. Þetta ættirðu bara að " "gera fyrir forrit og skriftur. Þetta þarf að vera á þegar þú vilt keyra þau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Íta&rlegar aðgangsheimildir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eigandi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Notandi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Hópur:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Virkja breytingarnar í öllum undirmöppum og innihaldi þeirra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Ítarlegar aðgangsheimildir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Flokkur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6291,22 +6304,22 @@ msgstr "" "Sýna\n" "færslur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Þessi biti leyfir birtingu á innihaldi möppunnar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lesa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Lesbitinn leyfir skoðun á innihaldi skrárinnar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6315,7 +6328,7 @@ msgstr "" "Skrifa\n" "færslur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6324,43 +6337,43 @@ msgstr "" "Þessi biti leyfir að bæta við, endurnefna og eyða skrám. Athugaðu að hægt " "er að takmarka endurnefningu og eyðslu með festibitanum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skrifa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Skrifbitinn leyfir breytingar á innihaldi skrárinnar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Fara í" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Gerðu þennan bita virkan til að leyfa aðgang í möppuna." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Keyra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Gerðu þennan bita virkan til að leyfa að skráin sé keyrð sem forrit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Sérstök skrá" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6369,7 +6382,7 @@ msgstr "" "Sérstakur biti. Gildir fyrir alla möppuna. Hægt er að sjá nákvæma þýðingu " "bitans í dálknum hægra megin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6377,17 +6390,17 @@ msgid "" msgstr "" "Sérstakur biti. Hægt er að sjá nákvæma þýðingu bitans í dálknum hægra megin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Notandi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Hópur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6396,7 +6409,7 @@ msgstr "" "Ef þessi biti er valinn verður eigandi þessarar möppu eigandi allra nýrra " "skráa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6405,7 +6418,7 @@ msgstr "" "Ef þetta er keyrsluskrá og bitinn er valinn, verður hún keyrð með " "aðgangsheimildum eigandans." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6413,7 +6426,7 @@ msgstr "" "Ef þessi biti er valinn verður hópur þessarar möppu valinn fyrir allar nýjar " "skrár." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6422,7 +6435,7 @@ msgstr "" "Ef þetta er keyrsluskrá og bitinn er valin verður hún keyrð með " "aðgangsheimildum hópsins." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6432,7 +6445,7 @@ msgstr "" "rótarnotandinn eytt skránni eða endurnefnt hana. Að öðrum kosti geta allir " "með skrifréttindi gert það." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6440,89 +6453,80 @@ msgid "" msgstr "" "Festibitinn á skrá er hunsaður í Linux en kann að vera notaður í öðrum kerfum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Stilla UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Stilla GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Fest" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Tengill" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Breyti (engin breyting)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Þessi skrá notar ítarlegar aðgangsheimildir." msgstr[1] "Þessar skrár nota ítarlegar aðgangsheimildir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Þessi mappa notar ítarlegar aðgangsheimildir." msgstr[1] "Þessar möppur nota ítarlegar aðgangsheimildir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Þessar skrár nota ítarlegar aðgangsheimildir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Gátsummur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Reikna…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ógild gátsumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Uppgefið inntak er ekki gild MD5, SHA1 eða SHA256 gátsumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Gátsummurnar passa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Reiknuð gátsumma og væntanleg gátsumma passa saman." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6533,30 +6537,46 @@ msgstr "" "Prófaðu að sækja skrána aftur.
          Ef staðfestingin bregst samt sem áður " "skaltu hafa samband við upprunastað skráarinnar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Reiknuð gátsumma og væntanleg gátsumma eru mismunandi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Yfirfer gátsummu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Gátsummur allra skráa eru eins." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Skrárnar sem eru valdar eru með mismunandi gátsummur." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Reikna…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Slóð" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Slóð:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6564,27 +6584,27 @@ msgstr "" "Tókst ekki að vista eiginleika. Það er aðeins hægt að keyra færslur í þessu " "skráakerfi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Forrit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" -msgstr "Bæta við skrárgerð fyrir %1" +msgstr "Bæta við skráagerð fyrir %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" -msgstr "Veldu eina eða fleiri skrárgerðir til að bæta við:" +msgstr "Veldu eina eða fleiri skráagerðir til að bæta við:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Það er aðeins hægt að keyra forrit í þessu skráakerfi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Ítarlegir valkostir fyrir %1" @@ -6686,22 +6706,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Skilgreina vefflýtilykla…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Opna skráarglugga" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Skrárheiti fyrir innihald klippispjalds:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "límd skrá" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Líma innihald klippispjalds" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6710,19 +6732,19 @@ msgstr "" "Klippispjaldið hefur breyst frá því að þú notaðir 'líma'; valda gagnasniðið " "er ekki lengur gilt. Afritaðu aftur gögnin sem þú vilt líma inn." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Líma eina möppu" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Líma eina skrá" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6730,97 +6752,108 @@ msgid_plural "Paste %1 Items" msgstr[0] "Líma eitt atriði" msgstr[1] "Líma %1 atriði" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Líma innihald klippispjalds…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Líma" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Gagnasnið:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Skráarheiti fyrir innihald klippispjalds:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" -msgstr "Skrárheiti fyrir gögn sem er sleppt:" +msgstr "Skráarheiti fyrir gögn sem er sleppt:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dagsetning: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Stærð: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "N&ota á allt" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Ef hakað er við þetta verður aðgerð hnappsins sem ýtt er á beitt á alla " -"eftirfarandi árekstra sem upp gætu komið í eftirstöðvum verksins.\n" +"Ef merkt er við þetta, verður aðgerð hnappsins sem ýtt er á beitt á alla " +"eftirfarandi möppuárekstra sem upp gætu komið í eftirstöðvum verksins.\n" "Þú verður samt látinn vita ef árekstrar verða við skrár sem þegar eru til " -"staðar, nema ef þú ýtir á 'Sleppa'." +"staðar í möppu, nema ef þú ýtir á 'Sleppa'." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Ef hakað er við þetta verður aðgerð hnappsins sem ýtt er á beitt á alla " +"Ef merkt er við þetta verður aðgerð hnappsins sem ýtt er á beitt á alla " "eftirfarandi árekstra sem upp gætu komið í eftirstöðvum verksins." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Endu&rnefna" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Tillaga um &nýtt heiti" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Sleppa" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ekki afrita eða færa þessa möppu, halda í staðinn áfram í næsta hlut" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ekki afrita eða færa þessa skrá, halda í staðinn áfram í næsta hlut" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Skri&fa inn í" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6833,13 +6866,13 @@ msgstr "" "Þú verður samt látinn vita ef árekstra verða við skrár sem þegar eru til " "staðar." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Skrifa yfir &eldri skrár" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6848,81 +6881,71 @@ msgstr "" "Skrifað verður yfir viðtökuskrár sem eru með eldri breytingatíma með " "upprunaskránni, annarst sleppt." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Halda áf&ram" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" "Þessi aðgerð myndi skrifa '%1' yfir sjálfa sig.\n" -"Vinsamlegast sláðu inn nýtt heiti:" +"Settu inn nýtt heiti á skrána:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Á&fram" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Viltu skrifa yfir áfangastaðinn." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Viltu sameina innihald '%1' inn í '%2'." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Uppruni" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Áfangastaður" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Uppsprettan er nýlegri" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Uppsprettan er eldri" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Uppsprettan er minni um sem nemur %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Uppsprettan er stærri um sem nemur %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Skrárnar eru eins." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Skrárnar virðast vera eins." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Skrárnar eru ólíkar." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6931,59 +6954,51 @@ msgstr "" "Skrárnar virðast vera eins: þær eru jafnstórar og efni þeirra er eins í " "byrjun, í miðjunni og í endanum." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Bera saman skrár" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Heitið '%1' er nú þegar til." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Það er nú þegar til skrá sem heitir %1." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Nýrra atriði með heitinu '%1' er þegar til staðar." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Endurnefna:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Endurnefna atriði" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Endurnefna atriði" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Endu&rnefna" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Endurnefna atriðið %1 sem:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nýtt heiti #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Skrá með heitinu %1 er nú þegar til." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 er ekki gilt skráarheiti." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6991,38 +7006,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Endurnefna %1 valið atriði sem:" msgstr[1] "Endurnefna %1 valin atriði sem:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# verður skipt út fyrir hækkandi númer sem byrja á:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nýtt heiti #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ógilt skráarheiti: Nýja heitið ætti að innihalda eina runu af #, nema allar " +"skrárnar séu með mismunandi skráarendingar." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Endurnefna %1 valið atriði sem:" +msgstr[1] "Endurnefna %1 valin atriði sem:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Skipt út:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Mynstur" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Fyrir:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Útskipting" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ekkert skráarheiti inniheldur mynstrið." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Ef “%1” er skipt út fyrir auða útskiptingu veldur það því að %2 verður með autt skráarheiti." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Endurnefna %1 valið atriði:" +msgstr[1] "Endurnefna %1 valin atriði:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Bæta við texta:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texta sem bætt er við" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Á undan skráarheitinu" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Eftir skráarheitinu" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Endurnefna atriði" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Endurnefna atriði" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Endu&rnefna" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Hvernig á að endurnefna:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Tölusetja" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Skipta út texta" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Bæta við texta" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Forskoðun:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"Ekki er hægt að endurnefna %1 með auðu skráarheiti." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Upplýsingar" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Skipta út" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Reyna aftur" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Skipta út öllu" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Sleppa" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Sleppa öllu" @@ -7109,7 +7277,7 @@ msgstr "" "Fjartengda tölvan sendi engin SSL-skilríki.\n" "Hætt við vegna þess að ekki var hægt að sannreyna auðkenni vélarinnar." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7142,42 +7310,73 @@ msgstr[0] "" "Viltu eyða endanlega þessu %1 atriði? Ekki " "er hægt að afturkalla þessa." msgstr[1] "" -"Viltu eyða endanlega þessum %1 atriðum? Ekki er hægt að afturkalla þessa aðgerð." #: widgets/widgetsaskuseractionhandler.cpp:253 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Ekki tókst að setja þetta atriði í ruslið því það er of stórt. Á frekar að " -"eyða því endanlega?%1%1Ekki er hægt að afturkalla þessa aðgerð." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Ruslið er of fullt til að geta tekið við þessari %1 skrá. Á frekar að eyða " +"henni endanlega?Ekki er hægt að afturkalla " +"þessa aðgerð." +msgstr[1] "" +"Ruslið er of fullt til að geta tekið við þessum %1 skrám. Á frekar að eyða " +"þeim endanlega?Ekki er hægt að afturkalla " +"þessa aðgerð." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Ruslið er ekki tiltækt fyrir staðsetningu þessa atriðis. Á frekar að eyða " +"því endanlega?%1Ekki er hægt að afturkalla þessa aðgerð." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Ekki tókst að setja þetta %1 atriði í ruslið því það er of stórt. Á frekar " -"að eyða því endanlega?%1Ekki er hægt að afturkalla þessa aðgerð." +"Ruslið er ekki tiltækt fyrir staðsetningu þessa %1 atriðis. Á frekar að eyða " +"því endanlega?Ekki er hægt að afturkalla þessa " +"aðgerð." msgstr[1] "" -"Ekki tókst að setja þessi %1 atriði í ruslið því þau eru of stór. Á frekar " -"að eyða þeim endanlega?%1Ekki er hægt að afturkalla þessa aðgerð." +"Ruslið er ekki tiltækt fyrir staðsetningu þessarar %1 atriða. Á frekar að " +"eyða þeim endanlega?Ekki er hægt að " +"afturkalla þessa aðgerð." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7185,51 +7384,283 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Viltu örugglega setja þetta %1 atriði í ruslið?" msgstr[1] "Viltu örugglega setja þessi %1 atriði í ruslið?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ekki spyrja aftur" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ekki spyrja aftur" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ekki sýna þessi skilaboð aftur" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Vottunarkeðja SSL-jafningja lítur út fyrir að vera gölluð." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Viðvörun" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Þetta mun ræsa forritið:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Smelltu á 'Hætta við' ef þú treystir ekki forritinu" +#~ msgid "Open With:" +#~ msgstr "Opna með:" + +#~ msgid "File System:" +#~ msgstr "Skráakerfi:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Keyra keyranlegar skrár án þess að spyrja" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Opna keyranlegar skrár í sjálfgefnu forriti án þess að spyrja" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Muna fyrir allar keyranlegar skrár" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Þú getur afturkallað þetta í \"Staðfestingar\" í stillingum Dolphin " +#~ "skráastjórans." + +#~ msgid "Change Attribute" +#~ msgstr "Breyta eigindi" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að geta breytt eigindum skráa. " +#~ "Viltu halda áfram?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að ljúka afritunaraðgerðinni. " +#~ "Viltu halda áfram?" + +#~ msgid "Delete Files" +#~ msgstr "Eyða skrám" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að ljúka eyðingaraðgerðinni. " +#~ "Viltu halda áfram?" + +#~ msgid "Create Folder" +#~ msgstr "Búa til möppu" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að búa til þessa möppu. Viltu " +#~ "halda áfram?" + +#~ msgid "Move Items" +#~ msgstr "Færa atriði" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að ljúka færsluaðgerðinni. Viltu " +#~ "halda áfram?" + +#~ msgid "Rename" +#~ msgstr "Endurnefna" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að ljúka endurnefningu. Viltu " +#~ "halda áfram?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að búa til tákntengil. Viltu " +#~ "halda áfram?" + +#~ msgid "Transfer data" +#~ msgstr "Yfirfæra gögn" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Nauðsynlegt er að hafa rótarréttindi til að ljúka gagnaflutningi. Viltu " +#~ "halda áfram?" + +#~ msgid "Undo Changes" +#~ msgstr "Afturkalla breytingar" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Það þarf rótarréttindi til að afturkalla aðgerðina. Viltu halda áfram?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Stilli ACL á %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Breyta aðgangsheimildum skráar" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nýjar aðgangsheimildir: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Skipta um eiganda skrár" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nýr eigandi: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Fjarlægja skrá" + +#~ msgid "Remove Directory" +#~ msgstr "Fjarlægja möppu" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Aðgangsheimildir möppu: %1" + +#~ msgid "Open File" +#~ msgstr "Opna skrá" + +#~ msgid "Open Directory" +#~ msgstr "Opna möppu" + +#~ msgid "New Filename: %1" +#~ msgstr "Nýtt skrárheiti: %1" + +#~ msgid "Target: %1" +#~ msgstr "Viðtökustaður: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Breyta tímastimpli" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Frá: %1, Til: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Óþekkt aðgerð" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Aðgerð: %1\n" +#~ "Uppruni: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Sýna bókamerkjahnapp" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Skrá breyttist" + +#~ msgid "&Description:" +#~ msgstr "&Lýsing:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Sláðu inn hvers kyns athugasemdir hér sem þú telur gagnlegar." + +#~ msgid "Do not ask again" +#~ msgstr "Ekki spyrja aftur" + +#~ msgid "&Filter:" +#~ msgstr "&Sía:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

          You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

          Wildcards such as * and ? are allowed." +#~ "

          " +#~ msgstr "" +#~ "Þetta er sían sem notuð er á skráalistann. Skrárheitum sem ekki " +#~ "komast gegnum síuna er sleppt.

          Þú getur valið eina af forstilltu síunum " +#~ "af fellivalmyndinni eða skrifað inn þína eigin síu beint í textasvæðið.

          Hægt er að nota algildistákn eins og '*' og '?'.

          " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Fleiri en ein mappa hafa verið valdar, en þar sem þessi svargluggi tekur " +#~ "ekki við möppum er ekki hægt að ákveða hverja þeirra eigi að opna. Veldu " +#~ "aðeins eina þeirra til að sjá innihald hennar." + +#~ msgid "More than one folder provided" +#~ msgstr "Fleiri en ein mappa tilgreindar" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Að minnsta kosti ein mappa og ein skrá hafa verið valin. Valdar skrár " +#~ "verða hunsaðar og valda mappan verður opnuð" + +#~ msgid "Files and folders selected" +#~ msgstr "Skrár og möppur valdar" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
          • Timeout for establishing a connection: %1 seconds
          • Timeout " +#~ "for receiving a response: %2 seconds
          • Timeout for accessing proxy " +#~ "servers: %3 seconds
          Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Þó að tenging hafi tekist við þjóninn þá barst ekki svar innan þess tíma " +#~ "sem beiðninni var gefinn:
          • Tímamörk þegar tengingu er komið á: %1 " +#~ "sekúndur
          • Tímamörk þegar beðið er eftir svari: %2 sekúndur
          • " +#~ "
          • Tímamörk þegar beðið er eftir milliþjóni: %3 sekúndur
          Þú " +#~ "getur breytt öllum þessum stillingum í kerfisstillingum KDE með því að " +#~ "fara í \"Netstillingar --> Kjörstillingar tenginga\"." + #~ msgid "Is &executable" #~ msgstr "Er &keyranlegt" @@ -8381,9 +8812,6 @@ msgstr "Smelltu á 'Hætta við' ef þú treystir ekki forritinu" #~ "Þetta er útreiknað hámarksdiskpláss sem verður notað undir " #~ "ruslafötuna." -#~ msgid "Show a Warning" -#~ msgstr "Birta aðvörun" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Eyða elstu skránum úr ruslinu" @@ -8521,10 +8949,6 @@ msgstr "Smelltu á 'Hætta við' ef þú treystir ekki forritinu" #~ msgid "Space" #~ msgstr "Bil" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Sjálfgefið" - #~ msgid "Modify Web Shortcut" #~ msgstr "Breyta vefflýtileil" @@ -8874,11 +9298,6 @@ msgstr "Smelltu á 'Hætta við' ef þú treystir ekki forritinu" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Tókst ekki að finna forrit eða stjóra fyrir %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Líma skrá" -#~ msgstr[1] "&Líma %1 skrár" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Líma slóð" @@ -9009,9 +9428,6 @@ msgstr "Smelltu á 'Hætta við' ef þú treystir ekki forritinu" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince styður ekki aftengingar úr skráakerfi." -#~ msgid "File name:" -#~ msgstr "Skráarheiti:" - #, fuzzy #~| msgid "" #~| "

          Cache

          This module lets you configure your cache settings.&FTP; è usato di solito per ottenere informazioni e programmi da siti di archiviazione &FTP; sparsi in tutto il mondo. - Fonte: parafrasato da http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Vedi RFC: https://datatracker.ietf.org/doc/html/rfc959. Vedi anche il manuale: # Daniele Medri , 2003. # Federico Cozzi , 2004. # Federico Zenith , 2004. @@ -6,14 +7,13 @@ # Nicola Ruggero , 2005, 2006. # Giovanni Venturi , 2006. # Nicola Ruggero , 2006, 2007. -# Luigi Toscano , 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024. # Vincenzo Reale , 2022, 2023. msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 21:14+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 23:30+0200\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" "Language: it\n" @@ -21,7 +21,7 @@ msgstr "" "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" +"X-Generator: Lokalize 26.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -33,12 +33,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "smart2128vr@gmail.com,,," -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Impossibile cambiare il proprietario del file %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -47,12 +47,12 @@ msgstr "" "Impossibile modificare il proprietario del file %1. Non " "hai accesso sufficiente al file per effettuare la modifica." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Impossibile creare un KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -64,7 +64,7 @@ msgstr "" "Impossibile creare il collegamento simbolico «%1».\n" "Il filesystem di destinazione (%2) non supporta i collegamenti simbolici." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgstr "" "cartella di destinazione) saranno rimpiazzati da un carattere di " "sottolineatura «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -95,23 +95,23 @@ msgstr "" "Selezionando Sostituisci tutti i caratteri non validi (nel nome del file di " "destinazione) saranno rimpiazzati da un carattere di sottolineatura «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "La cartella esiste già" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Il file esiste già" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Esiste già come cartella" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Cestino" @@ -206,207 +206,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Spostamento in corso" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origine" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinazione" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Rinomina in corso" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copia in corso" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creazione cartella" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Cartella" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Eliminazione in corso" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "File" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Analisi in corso" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Trasferimento in corso" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montaggio in corso" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punto di montaggio" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Smontaggio in corso" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Modifica attributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per modificare " -"attributi di file. Vuoi continuare?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copia file" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per completare " -"l'operazione di copia. Vuoi continuare?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Elimina file" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per completare " -"l'operazione di eliminazione. Tuttavia, questo potrebbe danneggiare il " -"sistema. Vuoi continuare?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Crea cartella" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per creare questa " -"cartella. Vuoi continuare?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Sposta elementi" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per completare " -"l'operazione di spostamento. Vuoi continuare?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Rinomina" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per completare la " -"rinomina. Vuoi continuare?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Crea collegamento simbolico" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per creare un " -"collegamento simbolico. Vuoi continuare?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Trasferisci dati" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Sono richiesti i privilegi di amministrazione (root) per completare il " -"trasferimento dei dati. Vuoi continuare?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -836,6 +725,13 @@ msgstr "Il file è troppo grande per essere cestinato." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Non è stato possibile trovare o creare una cartella cestino per questo " +"indirizzo." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -845,65 +741,65 @@ msgstr "" "%2\n" "Invia una segnalazione dettagliata di bug a https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(sconosciuto)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

          %1

          %2

          " msgstr "

          %1

          %2

          " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motivi tecnici: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Dettagli della richiesta:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
        3. URL: %1
        4. " msgstr "
        5. URL: %1
        6. " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        7. Protocol: %1
        8. " msgstr "
        9. Protocollo: %1
        10. " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        11. Date and time: %1
        12. " msgstr "
        13. Data e ora: %1
        14. " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        15. Additional information: %1
        16. " msgstr "
        17. Informazioni aggiuntive: %1
        18. " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Cause possibili:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluzioni possibili:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(sconosciuto)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -912,17 +808,17 @@ msgstr "" "Contatta il tuo sistema di supporto informatico, sia esso l'amministratore " "di sistema o il gruppo di supporto tecnico, per maggiore assistenza." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contatta l'amministratore del server per maggiore assistenza." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Controlla i tuoi permessi di accesso a questa risorsa." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -931,7 +827,7 @@ msgstr "" "I tuoi permessi di accesso possono essere inadeguati ad eseguire " "l'operazione richiesta su questa risorsa." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -939,7 +835,7 @@ msgstr "" "Il file potrebbe essere in uso (e bloccato) da parte di un altro utente o " "applicazione." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -948,18 +844,18 @@ msgstr "" "Assicurati che non ci siano altre applicazioni o utenti che usano il file o " "che lo abbiano bloccato." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Sebbene sia improbabile, potrebbe essersi verificato un errore dell'hardware." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Potresti aver trovato un bug nel programma." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -969,7 +865,7 @@ msgstr "" "considerazione l'ipotesi di inviare una segnalazione di bug come spiegato " "sotto." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -978,7 +874,7 @@ msgstr "" "Aggiorna il software all'ultima versione. La tua distribuzione dovrebbe " "fornire gli strumenti per aggiornare il software." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -998,12 +894,12 @@ msgstr "" "includili nella tua segnalazione di bug insieme a tutti i dettagli che credi " "possano essere utili." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Potrebbe esserci un problema con la tua connessione di rete." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1013,7 +909,7 @@ msgstr "" "riuscito ad accedere alla rete recentemente senza problemi probabilmente il " "motivo non è questo." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1022,43 +918,43 @@ msgstr "" "Potrebbero esserci stati dei problemi da qualche parte lungo il percorso di " "rete tra il server e il tuo computer." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Prova di nuovo, adesso oppure più tardi." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" "Potrebbe essersi verificato un errore o un'incompatibilità di protocollo." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Assicurati che la risorsa esista e prova di nuovo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "La risorsa specificata potrebbe non esistere." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Ricontrolla di aver immesso l'indirizzo corretto e prova di nuovo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Controlla lo stato della tua connessione di rete." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Impossibile aprire la risorsa in lettura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 non possono essere raggiunti perché non si riesce ad ottenere il " "permesso di lettura." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Potresti non avere i permessi per leggere il file o aprire la cartella." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Impossibile aprire la risorsa in scrittura" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1088,17 +984,17 @@ msgstr "" "Questo significa che il file %1 non può essere scritto, " "perché non si riescono ad ottenere i permessi di scrittura." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Impossibile lanciare il processo richiesto dal protocollo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Impossibile avviare il processo" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 non può essere trovato o avviato. Ciò di solito accade per " "motivi tecnici." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1121,12 +1017,12 @@ msgstr "" "problema può causare incompatibilità con la versione attuale e quindi " "impedire l'esecuzione del programma." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Errore interno" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 ha riportato un errore interno." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Formato dell'URL non corretto" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocollo://utente:password@www.esempio.it:porta/" "cartella/nomefile.estensione?richiesta=valore" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocollo %1 non supportato" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1169,12 +1065,12 @@ msgstr "" "Il protocollo %1 non è supportato dai programmi KDE " "attualmente installati su questo computer." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Il protocollo richiesto potrebbe non essere supportato." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1183,7 +1079,7 @@ msgstr "" "Le versioni del protocollo %1 supportate da questo computer e dal server " "potrebbero essere incompatibili." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1194,17 +1090,17 @@ msgstr "" "supporti questo protocollo. Tra i luoghi in cui cercare c'è https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "L'URL non si riferisce ad una risorsa." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Il protocollo è un protocollo di filtro" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator, localizzatore uniforme di risorsa) che hai immesso non si " "riferisce ad una risorsa specifica." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1227,12 +1123,12 @@ msgstr "" "di quelle. Questo è un evento raro e probabilmente indica che c'è un errore " "di programmazione." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Azione non supportata: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1241,7 +1137,7 @@ msgstr "" "L'azione richiesta non è supportata dal programma KDE che sta implementando " "il protocollo %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1252,17 +1148,17 @@ msgstr "" "aggiuntive dovrebbero fornire più informazioni di quelle disponibili " "attraverso l'architettura di input/output di KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Tenta di trovare un modo alternativo per fare la stessa cosa." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Era atteso un file" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1271,17 +1167,17 @@ msgstr "" "La richiesta si aspettava un file, invece ha trovato la cartella %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Questo potrebbe essere un errore dal lato server." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Era attesa una cartella" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1290,17 +1186,17 @@ msgstr "" "La richiesta si aspettava una cartella, invece è stato trovato il file " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Il file o la cartella non esiste" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Il file o la cartella %1 non esiste." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1309,22 +1205,22 @@ msgstr "" "Il file richiesto non può essere creato poiché esiste già un file con lo " "stesso nome." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Prova a spostare il file esistente altrove e poi prova di nuovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Elimina il file corrente e prova di nuovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Scegli un nome diverso per il nuovo file." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1333,27 +1229,27 @@ msgstr "" "La cartella richiesta non può essere creata perché ne esiste già una con lo " "stesso nome." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Prova a spostare la cartella esistente altrove e poi prova di nuovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Elimina la cartella corrente e prova di nuovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Scegli un nome diverso per la nuova cartella." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Host sconosciuto" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1362,7 +1258,7 @@ msgstr "" "Un errore di host sconosciuto indica che non è possibile trovare nella rete " "il server con il nome indicato, %1." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1370,31 +1266,31 @@ msgstr "" "Il nome che hai immesso, %1, potrebbe non esistere: potrebbe essere scritto " "male." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Accesso negato" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "L'accesso alla risorsa %1 è stato negato." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Potresti aver fornito dei dati di autenticazione non validi o non averli " "forniti affatto." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Il tuo account potrebbe non avere il permesso di accedere alla risorsa " "specificata." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1403,12 +1299,12 @@ msgstr "" "Riprova a fare la richiesta ed assicurati che i dati di autenticazione siano " "immessi correttamente." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Accesso in scrittura negato" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1417,12 +1313,12 @@ msgstr "" "Questo significa che un tentativo di scrittura sul file %1 " "è stato rifiutato." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Impossibile entrare nella cartella" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1431,17 +1327,17 @@ msgstr "" "Questo significa che il tentativo di entrare (in altre parole, di aprire) " "nella cartella %1 è stato rifiutato." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Elenco cartella non disponibile" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Il protocollo %1 non è un filesystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1452,12 +1348,12 @@ msgstr "" "di una cartella e che il programma di KDE che supporta questo protocollo non " "è in grado di farlo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Trovato collegamento ciclico" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1470,7 +1366,7 @@ msgstr "" "collegamenti) che crea un ciclo infinito - cioè il file è collegato a se " "stesso, magari attraverso altri file." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1479,28 +1375,28 @@ msgstr "" "Elimina una parte del ciclo in modo che non causi cicli infiniti e prova di " "nuovo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Richiesta annullata dall'utente" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" "La richiesta non è stata completata perché è stata annullata dall'utente." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Riprova la richiesta." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Trovato collegamento ciclico durante la copia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1513,17 +1409,17 @@ msgstr "" "un collegamento (o una serie di collegamenti) che crea un ciclo infinito - " "cioè il file è collegato a sé stesso, magari attraverso altri file." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Impossibile creare la connessione di rete" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Impossibile creare il socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1532,8 +1428,8 @@ msgstr "" "Questo è un problema tecnico nel quale un dispositivo di comunicazione di " "rete (un socket) non può essere creato." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1542,12 +1438,12 @@ msgstr "" "La connessione di rete potrebbe essere configurata male o l'interfaccia di " "rete potrebbe non essere abilitata." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Connessione al server rifiutata" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1556,7 +1452,7 @@ msgstr "" "Il server %1 non ha permesso a questo computer di creare " "una connessione." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1565,7 +1461,7 @@ msgstr "" "Il server, per quanto attualmente collegato alla rete, potrebbe non essere " "configurato per accettare le richieste." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1574,7 +1470,7 @@ msgstr "" "Il server, per quanto attualmente collegato alla rete, potrebbe non avere il " "servizio richiesto (%1) in esecuzione." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1585,12 +1481,12 @@ msgstr "" "per proteggere la tua rete o quella del server, potrebbe essere intervenuto " "impedendo la connessione." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Connessione al server chiusa inaspettatamente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1599,7 +1495,7 @@ msgstr "" "Anche se una connessione con %1 era stata stabilita, la " "connessione è stata chiusa inaspettatamente durante la comunicazione." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1608,17 +1504,17 @@ msgstr "" "Potrebbe essersi verificato un errore di protocollo che ha causato la " "chiusura della connessione da parte del server in risposta all'errore." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Risorsa URL non valida" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Il protocollo %1 non è un protocollo di filtro" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1643,17 +1539,17 @@ msgstr "" "non è in grado di svolgere questa azione. Questo è un evento raro e indica " "che probabilmente c'è un errore di programmazione." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Impossibile montare il dispositivo di input/output" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Impossibile montare il dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1662,7 +1558,7 @@ msgstr "" "Il dispositivo richiesto non può essere montato. L'errore riportato è " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1674,7 +1570,7 @@ msgstr "" "portatili o periferiche, il dispositivo potrebbe non essere connesso " "correttamente." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1685,7 +1581,7 @@ msgstr "" "sono spesso richiesti i privilegi dell'amministratore per montare un " "dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1695,17 +1591,17 @@ msgstr "" "contenere i dischi e i dispositivi portatili devono essere collegati ed " "accesi. Prova di nuovo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Impossibile smontare il dispositivo di input/output" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Impossibile smontare il dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1714,7 +1610,7 @@ msgstr "" "Il dispositivo richiesto non può essere smontato. L'errore riportato è " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1726,7 +1622,7 @@ msgstr "" "mostra un indirizzo su questo dispositivo potrebbe rendere occupato il " "dispositivo." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1737,19 +1633,19 @@ msgstr "" "sono spesso richiesti i privilegi dell'amministratore per smontare un " "dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Controlla che nessuna applicazione stia usando il dispositivo e prova di " "nuovo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Impossibile leggere dalla risorsa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1759,17 +1655,17 @@ msgstr "" "essere aperta, si è verificato un errore durante la lettura del contenuto " "della risorsa." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Potresti non avere i permessi per leggere da questa risorsa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Impossibile scrivere sulla risorsa" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1778,22 +1674,22 @@ msgstr "" "Questo significa che anche se la risorsa richiesta, %1, può " "essere aperta, si è verificato un errore durante la scrittura sulla risorsa." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Potresti non avere i permessi per scrivere su questa risorsa." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Impossibile aspettare connessioni di rete («listen»)" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Impossibile effettuare il «bind»" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1803,17 +1699,17 @@ msgstr "" "Questo è un problema tecnico nel quale un dispositivo di comunicazione di " "rete (un socket) non può essere impostato per aspettare connessioni di rete." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Impossibile effettuare il «listen»" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Impossibile accettare la connessione di rete («accept»)" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1822,17 +1718,17 @@ msgstr "" "Questo è un problema tecnico in quanto si è verificato un errore durante il " "tentativo di accettare una connessione di rete in arrivo." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Potresti non avere i permessi per accettare la connessione." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Impossibile accedere: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1840,17 +1736,17 @@ msgstr "" "Un tentativo di accesso per effettuare l'operazione richiesta non è andato a " "buon fine." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Impossibile determinare lo stato della risorsa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Impossibile effettuare lo «stat» della risorsa" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1859,70 +1755,70 @@ msgstr "" "Un tentativo di determinare informazioni sullo stato della risorsa " "%1, come nome, tipo, dimensione ecc. non è andato a buon fine." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "La risorsa specificata potrebbe non esistere o non essere accessibile." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Impossibile annullare l'elencazione" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Impossibile creare la cartella" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "La creazione della cartella richiesta non è avvenuta." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "L'indirizzo in cui doveva essere creata la cartella potrebbe non esistere." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Impossibile eliminare la cartella" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "La rimozione della cartella specificata, %1, non è avvenuta." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "La cartella specificata potrebbe non esistere." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "La cartella specificata potrebbe non essere vuota." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Assicurati che la cartella esista e sia vuota." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Impossibile ripristinare il trasferimento file" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1931,38 +1827,38 @@ msgstr "" "La richiesta specificata ha chiesto che il trasferimento del file " "%1 fosse ripreso da un certo punto in poi. Non è stato possibile." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Il protocollo o il server potrebbero non supportare la ripresa del " "trasferimento." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "Riprova la richiesta senza chiedere di riprendere il trasferimento dal punto " "a cui si era arrivati." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Impossibile rinominare la risorsa" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Il tentativo di rinominare la risorsa specificata %1 non è " "riuscito." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Impossibile cambiare i permessi della risorsa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 non è riuscito." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Impossibile cambiare il proprietario della risorsa" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1" "%1 non è riuscito." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Impossibile eliminare la risorsa" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Il tentativo di eliminare la risorsa specificata %1 non è " "riuscito." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Fine del programma non attesa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 è terminato inaspettatamente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memoria esaurita" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 non riesce ad ottenere la memoria necessaria per continuare." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Host proxy sconosciuto" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2084,17 +1980,17 @@ msgstr "" "bugs.kde.org/ per segnalare alla squadra di KDE questo metodo di " "autenticazione non supportato." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Richiesta annullata" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Errore interno nel server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2103,7 +1999,7 @@ msgstr "" "Il programma sul server che fornisce l'accesso al protocollo %1 ha riportato l'errore interno %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2112,12 +2008,12 @@ msgstr "" "Ciò molto probabilmente è dovuto ad un bug nel programma server. Potresti " "inviare una segnalazione di bug come riportato qui sotto." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Contatta l'amministratore del server avvisandolo del problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2126,42 +2022,33 @@ msgstr "" "Se sai chi è l'autore del software del server, invia la segnalazione di bug " "direttamente all'autore." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Errore tempo scaduto" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -"for receiving a response: %2 seconds
          • Timeout for accessing proxy " -"servers: %3 seconds
          Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Anche se il server è stato contattato non è stata ricevuta alcuna risposta " -"entro il tempo massimo deciso:
          • Tempo massimo per stabilire la " -"connessione: %1 secondi
          • Tempo massimo per ricevere una risposta: %2 " -"secondi
          • Tempo massimo per accedere ai server proxy: %3 secondi
          • Nota che è possibile cambiare questi valori nelle Impostazioni di sistema " -"di KDE selezionando Impostazioni di rete -> Preferenze sulle connessioni." +"Sebbene ci sia stato un contatto con il server, non è stata ricevuta una " +"risposta nel periodo di tempo assegnato alla richiesta." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Il server era troppo occupato nel rispondere ad altre richieste per poter " "rispondere a noi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Errore sconosciuto" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 sul " "tuo computer ha riportato un errore sconosciuto: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interruzione sconosciuta" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 sul " "tuo computer ha riportato un'interruzione di tipo sconosciuto: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Impossibile eliminare il file originale" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2200,12 +2087,12 @@ msgstr "" "probabilmente alla fine di un'operazione di spostamento. Il file originale " "%1 non può però essere rimosso." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Impossibile eliminare il file temporaneo" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2216,12 +2103,12 @@ msgstr "" "nuovo file durante il download. Questo file temporaneo %1 " "non può essere eliminato." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Impossibile rinominare il file originale" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2230,12 +2117,12 @@ msgstr "" "L'operazione richiesta ha richiesto di rinominare il file originale " "%1, ma non può essere rinominato." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Impossibile rinominare il file temporaneo" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2244,32 +2131,32 @@ msgstr "" "L'operazione richiesta ha richiesto di creare il file temporaneo %1, ma non può essere creato." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Impossibile creare il collegamento" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Impossibile creare il collegamento simbolico" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Impossibile creare il collegamento simbolico richiesto %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nessun contenuto" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco pieno" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2278,7 +2165,7 @@ msgstr "" "Il file richiesto %1 non può essere scritto perché non " "basta lo spazio su disco." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2289,12 +2176,12 @@ msgstr "" "desiderati; 2) archiviando i file in dischi rimovibili come i CD " "riscrivibili o 3) aumentando la capacità disponibile." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "File di origine e destinazione identici" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2303,17 +2190,17 @@ msgstr "" "L'operazione non può essere completata perché l'origine e la destinazione " "sono lo stesso file." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Scegli un nome file diverso per il file di destinazione." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "File o cartella trascinato dentro sé stesso" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2322,17 +2209,17 @@ msgstr "" "L'operazione non può essere completata perché il file o cartella di origine " "e di destinazione sono lo stesso elemento." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Rilascia l'elemento in un file o cartella differenti." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Cartella trascinata dentro sé stessa" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2341,17 +2228,17 @@ msgstr "" "L'operazione non può essere completata perché l'origine non può essere " "spostata dentro sé stessa." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Sposta l'elemento in una cartella differente." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Impossibile comunicare con il server delle password" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2360,24 +2247,24 @@ msgstr "" "L'operazione non può essere completata perché il servizio per la richiesta " "delle password (kpasswdserver) non può essere contattato." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Prova a riavviare la sessione o controllare nei registri la presenza di " "errori da kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Impossibile iniziare il protocollo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Impossibile creare un KIO worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2386,7 +2273,7 @@ msgstr "" "Il KIO worker che fornisce l'accesso al protocollo %1 non " "può essere avviato. Ciò di solito accade per motivi tecnici." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2396,13 +2283,13 @@ msgstr "" "protocollo. Questo vuol dire che potresti avere una versione non aggiornata " "dell'estensione." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Impossibile trasferire %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2412,7 +2299,7 @@ msgstr "" "Il file %1 non può essere trasferito perché il " "filesystem di destinazione non supporta file così grandi" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2421,28 +2308,28 @@ msgstr "" "Riformatta il disco di destinazione usando un filesystem che supporti file " "così grandi." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Errore non documentato" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Collegamento simbolico a %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, collegamento a %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Punta a %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2451,12 +2338,12 @@ msgstr "" "URL maldefinito\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Impossibile determinare il tipo di file per %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2465,13 +2352,13 @@ msgstr "" "Impossibile estrarre il nome dell'eseguibile da «%1», digita un nome di " "programma valido." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 non sembra essere un programma eseguibile." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2481,95 +2368,95 @@ msgstr "" "%1 non è stato trovato; inserisci un percorso valido " "per un programma eseguibile." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Il protocollo %1 non supporta l'apertura delle connessioni." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Il protocollo %1 non supporta la chiusura delle connessioni." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Il protocollo %1 non supporta l'accesso ai file." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "La scrittura su %1 non è supportata." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Non ci sono azioni speciali disponibili per il protocollo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "Il protocollo %1 non supporta l'elencazione del contenuto delle cartelle." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Non è supportata la ricezione di dati da %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Non è supportata la ricezione delle informazioni sui tipi MIME da %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Non sono supportati la rinomina o lo spostamento di file all'interno di %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Il protocollo %1 non supporta la creazione di collegamenti simbolici." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Non è supportata la copia di file all'interno di %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Non è supportata l'eliminazione di file da %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Il protocollo %1 non supporta la creazione di cartelle." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Il protocollo %1 non supporta il cambiamento degli attributi dei file." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Il protocollo %1 non supporta il cambiamento del proprietario dei file." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Il protocollo %1 non supporta l'apertura di file." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Il protocollo %1 non supporta l'azione %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2581,313 +2468,337 @@ msgstr "" "dei permessi elevati, non può essere garantita perché utenti che non sono " "root hanno il permesso di modificarlo in %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocollo «%1» sconosciuto." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Impossibile trovare un KIO worker per il protocollo «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Il KIO worker per il protocollo «%1» in %2 non è stato caricato perché tutti " +"i KIO worker posizionati al di fuori di %3 e che richiedono privilegi " +"elevati sono considerati non sicuri." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Impossibile creare un socket per eseguire un KIO worker per il protocollo " "«%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Impossibile trovare l'eseguibile «kioworker» in «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Dettagli" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Per &sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinua" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Solo per la sessione att&uale" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Sposta in una nuova cartella" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Crea una nuova cartella per questi elementi" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Non hai selezionato un file da eliminare." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Niente da eliminare" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Non hai selezionato un file da cestinare." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Niente da cestinare" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "La cartella specificata non esiste o non è leggibile." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Cartella superiore" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Vai indietro" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Vai avanti" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Cartella home" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ricarica" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nuova cartella…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Cestina" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Elimina" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordinamento" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordina per nome" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordina per dimensione" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordina per data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordina per tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Crescente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Decrescente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Prima le cartelle" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "File nascosti alla fine" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vista a icone" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista compatta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista dettagliata" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posizione icona" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Accanto al nome del file" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sopra il nome del file" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista breve" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista dettagliata" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista ad albero" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vista ad albero dettagliata" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permetti espansione in modalità dettagliata" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostra i file nascosti" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Mostra pannello di anteprima" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Mostra l'anteprima" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Apri cartella contenitore" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Proprietà" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Modalità di &visualizzazione" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Più recente per primo" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Più vecchio per primo" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Più recente per primo" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Più grande per primo" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Più piccolo per primo" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codifica:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Apri" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Salva come" @@ -2934,40 +2845,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Sposta qui" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tutti i file" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tutti i file supportati" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tutti i file" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Aggiungi voci nelle risorse" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Modifica voci nelle risorse" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2980,17 +2891,17 @@ msgstr "" "ricordare a cosa si riferisca questa voce. Se non inserisci un'etichetta, " "questa sarà ricavata dalla URL dell'indirizzo.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etichett&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Inserisci qui un'etichetta descrittiva" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3003,12 +2914,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

            Facendo clic sul pulsante accanto alla " "casella di immissione testo puoi navigare fino all'URL desiderato.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Indirizzo:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -3017,17 +2928,17 @@ msgstr "" "Questa è l'icona che apparirà nel pannello delle risorse.

            Fai " "clic sul pulsante per scegliere un'altra icona.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Scegli un'&icona:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Mostra &solo quando usi questa applicazione (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3038,202 +2949,208 @@ msgstr "" "questa applicazione (%1).

            Se questa opzione non è marcata, la " "voce sarà disponibile in tutte le applicazioni.
            " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Risorse" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remoto" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recente" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Cerca" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivi" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivi rimovibili" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etichette" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (da %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Tutte le etichette" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Home" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Desktop" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Scaricati" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rete" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Cestino" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musica" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Immagini" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "File recenti" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Posizioni recenti" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificato oggi" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificato ieri" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Impossibile aggiungere al pannello delle risorse: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "È possibile aggiungere solo cartelle al pannello delle risorse." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configura…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Rilascio in corso…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Rilascia" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Rimozione in sicurezza in corso…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Rimuovi in &sicurezza" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Smontaggio in corso…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Sm&onta" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Espelli" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Il dispositivo «%1» non è un disco e non può essere espulso." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Si è verificato un errore durante l'accesso a «%1», il sistema ha riferito: " "%2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Si è verificato un errore durante l'accesso a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Uno o più file su questo dispositivo sono aperti in un'applicazione." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3248,108 +3165,108 @@ msgstr[1] "" "Uno o più file su questo dispositivo sono aperti nelle applicazioni " "seguenti: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Riformatta o modifica con il gestore delle partizioni" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 liberi di %2 (usato %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (nascosto)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Svuota cestino" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monta" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Apri in una scheda" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Apri in una nuova finestra" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Aggiungi voce…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Modifica…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Rimuovi dalle risorse" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Nascondi" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Nascondi sezione «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Nascondi sezione" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Mo&stra tutte le voci" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Dimensioni delle icone" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3357,51 +3274,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Ridimensiona automaticamente" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Piccola (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Media (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Puoi selezionare solo un file" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "È stato fornito più di un file" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Puoi selezionare solo file locali" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "File remoti non accettati" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3415,52 +3332,22 @@ msgstr[1] "" "L'URL selezionato usa uno schema non supportato: Usa uno dei seguenti " "schemi: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Schema URL non supportato" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"È stata selezionata più di una cartella ma questa finestra di dialogo non " -"accetta cartelle e non è pertanto possibile decidere a quale accedere. " -"Seleziona solo una cartella per elencarne il contenuto." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "È stata fornita più di una cartella" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Sono stati selezionati almeno una cartella ed un file. I file selezionati " -"saranno ignorati e sarà elencato il contenuto della cartella selezionata" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "File e cartelle selezionati" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Impossibile trovare il file «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Impossibile aprire il file" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

            For instance, " @@ -3471,48 +3358,48 @@ msgstr "" ">
            Per esempio, se la posizione attuale è file:/home/konqi, facendo clic " "su questo pulsante entrerai nella cartella file:/home.
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Fai clic su questo pulsante per andare indietro di un passo nella cronologia " "di navigazione." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Fai clic su questo pulsante per andare avanti di un passo nella cronologia " "di navigazione." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Fai clic su questo pulsante per ricaricare il contenuto del percorso " "corrente." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Fai clic su questo pulsante per creare una nuova cartella." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Mostra pannello «Risorse»" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostra pulsante Segnalibri" +msgid "Show Quick Filter" +msgstr "Mostra il filtro rapido" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opzioni" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3528,12 +3415,12 @@ msgstr "" "file nascosti
          • il pannello delle risorse
          • le anteprime dei " "file
          • la separazione delle cartelle dai file
          " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Segnalibri" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3549,12 +3436,35 @@ msgstr "" "globali di KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nome:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Annulla le modifiche al nome di file" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Conserva il filtro quando cambi cartella" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtra per nome…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Nascondi la barra del filtro" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3567,12 +3477,12 @@ msgstr "" "con il tasto destro del mouse e selezionando la modalità preferita dal menu " "Completamento testo." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Questo è il nome con cui salvare il file." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3581,74 +3491,78 @@ msgstr "" "Questa è la lista dei file da aprire. È possibile specificarne più di uno " "elencando vari file separati da spazi." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Questo è il nome del file da aprire." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Risorse" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Il file «%1» esiste già. Vuoi sovrascriverlo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Sovrascrivere il file?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Puoi selezionare solo file locali." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "File remoti non accettati" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Tutte le cartelle" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Cartella attuale: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Apri" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Dimensione icone: %1 pixel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Seleziona automaticamente l'e&stensione del file (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "l'estensione %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Seleziona automaticamente l'e&stensione del file" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "un'estensione appropriata" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3675,12 +3589,12 @@ msgstr "" "file (il punto sarà automaticamente rimosso).
        Se non sei sicuro, " "lascia abilitata questa opzione per semplificare la gestione dei file." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipo di &file:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3689,64 +3603,53 @@ msgstr "" "Questo è il selettore del tipo di file. È usato per selezionare il " "formato da usare per salvare il file." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

        You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

        Wildcards such as * and ? are allowed.

        " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Questo è il filtro da applicare alla lista dei file. I nomi file che non " -"combaciano con il filtro non saranno mostrati.

        Puoi selezionare uno dei " -"filtri predefiniti nel menu a discesa, oppure puoi immettere un filtro " -"personalizzato direttamente nell'area di testo.

        È possibile usare i " -"caratteri jolly come * e ?.

        " +"Questo è il selettore del tipo di file. È usato per selezionare il " +"formato del file mostrato." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Crea un nuovo file" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Spiacente" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Il modello %1 non esiste." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nome per il nuovo collegamento:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Crea collegamento verso l'URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Inserisci il nome per un file di tipo %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Spiacente" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Il modello %1 non esiste." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nome per il nuovo collegamento:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Crea collegamento simbolico" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Crea collegamento verso l'URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3756,7 +3659,7 @@ msgstr "" "Il nome %1 non può essere usato perché è un nome " "riservato ad uso esclusivo dal sistema operativo." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3766,7 +3669,7 @@ msgstr "" "Il nome %1 inizia con un punto, quindi sarà nascosto in " "modo predefinito." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3778,34 +3681,45 @@ msgstr "" "il file sia mostrato prima degli altri quando vengono ordinati " "alfabeticamente; questo è solo uno dei potenziali comportamenti bizzarri." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Se si usano dei caratteri sbarra nel nome di cartelle verranno create delle " "sotto-cartelle, come in:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Se si usano dei caratteri sbarra nel nome di cartelle verranno create delle " "sotto-cartelle." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" "I caratteri sbarra non possono essere usati nei nomi di file e cartelle." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "I caratteri barra inversa (backslash) non possono essere usati nei nomi di " "file e cartelle." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"La creazione di file o cartelle con il nome %1 non è " +"possibile perché coinciderebbe con la posizione della cartella personale di " +"un qualche utente." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3815,96 +3729,140 @@ msgstr "" "perché può essere causa di confusione e pericoloso quando si usa il " "terminale per eliminare degli oggetti." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Esiste già una cartella chiamata %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Esiste già un file chiamato %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Crea" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Collegamento a dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nuova cartella" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Crea una nuova cartella" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Crea una nuova cartella in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Inserisci il nome della cartella" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predefinita" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Crea un nuovo file" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Inserisci il nome del file" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Scegli icona e/o colore personalizzati" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Scegli un'altra icona…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" +"È possibile cambiare successivamente l'icona della proprietà della cartella." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copia" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Incolla" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Apri «%1» in una nuova scheda" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Apri «%1» in una nuova finestra" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Modifica" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naviga" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostra percorso completo" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Va in una qualsiasi posizione nel percorso %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3916,6 +3874,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Va alla posizione nel percorso" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Risorse" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3939,28 +3904,28 @@ msgstr "Altro" msgid "Edit mode" msgstr "Modifica modalità" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Fai clic per la navigazione del percorso" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Fai clic per modificare il percorso" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Non sei autorizzato ad eseguire questo file." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Avvio in corso di %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3969,13 +3934,13 @@ msgstr "" "Impossibile rendere eseguibile il servizio %1, esecuzione interrotta.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Non sei autorizzato a selezionare un'applicazione per aprire questo file." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4003,12 +3968,20 @@ msgstr "Errore durante il salvataggio dell'immagine in %1" msgid "Icon file too big, download aborted" msgstr "File dell'icona troppo grande, scaricamento interrotto" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: viene saltato un file vuoto, potrebbe essere un collegamento " +"simbolico rotto: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nessun client di posta elettronica trovato" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4019,28 +3992,28 @@ msgstr "" "%1\n" "non è valido." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Avvio in corso di %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Impossibile trovare il comando %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nessun emulatore di terminale trovato" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Apertura di %1 non riuscita" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4051,7 +4024,7 @@ msgstr "" "%1\n" "è di tipo Link ma non ha la voce URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4060,7 +4033,7 @@ msgstr "" "Il file eseguibile «%1» si trova in un filesystem remoto. Per ragioni di " "sicurezza non sarà avviato." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4068,7 +4041,7 @@ msgstr "" "Per motivi di sicurezza, l'avvio di eseguibili non è permesso in questo " "contesto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4077,7 +4050,7 @@ msgstr "" "Il programma «%1» deve avere il permesso di esecuzione perché possa essere " "avviato." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4086,12 +4059,12 @@ msgstr "" "Impossibile rendere eseguibile il file «%1».\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Il file delle voci del desktop %1 non ha la voce Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4102,12 +4075,12 @@ msgstr "" "Verifica la presenza di attività o scaricamenti in corso tra le applicazioni " "aperte e nell'area delle notifiche." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Impossibile aprire il file." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Il programma «%1» non può essere avviato." @@ -4196,74 +4169,69 @@ msgstr "" "è stato modificato.\n" "Vuoi inviare i cambiamenti?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Apre file remoti, controlla le modifiche, chiede conferma per " "l'invio" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Gli sviluppatori di KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tratta gli URL come file locali ed eliminali in seguito" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nome suggerito per il file scaricato" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Comando da eseguire" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Gli URL o i file locali usati per «command»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Impostazione delle ACL per %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4272,7 +4240,7 @@ msgstr "" "Impossibile cambiare i permessi di\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4282,118 +4250,37 @@ msgstr "" "Impossibile cambiare proprietario e gruppo per\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Impossibile aprire il file temporaneo" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Impossibile trovare il programma «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Impossibile trovare il programma «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Cambia permessi del file" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nuovi permessi: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Cambia proprietario del file" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nuovo proprietario: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Rimuovi file" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Rimuovi cartella" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Crea cartella" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permessi cartella: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Apri file" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Apri cartella" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nuovo nome del file: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destinazione: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Modifica data e ora" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Da: %1, a: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Azione sconosciuta" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Azione: %1\n" -"Origine: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Impossibile copiare il file da %1 a %2 (Err: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nessun supporto nel dispositivo per %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Impossibile ottenere l'identificativo utente per l'utente %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Impossibile ottenere l'identificativo di gruppo per il gruppo %1" @@ -4435,33 +4322,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Devi inserire un nome utente e una password per accedere a questo sito." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sito:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Accesso corretto" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Impossibile accedere a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4470,7 +4357,7 @@ msgstr "" "\n" "Il server ha detto: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4479,12 +4366,12 @@ msgstr "" "Devi inserire un nome utente e una password per il seguente server proxy " "prima di poter accedere a qualsiasi sito." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autenticazione proxy non riuscita." @@ -4538,101 +4425,101 @@ msgstr "" "nuovo?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticazione server" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 a %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "In caso contrario, la richiesta avrebbe avuto successo." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "recuperare i valori delle proprietà" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "impostare i valori delle proprietà" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "creare la cartella richiesta" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copiare la cartella o il file specificato" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "spostare la cartella o il file specificato" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cercare nella cartella specificata" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloccare la cartella o il file specificato" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "sbloccare la cartella o il file specificato" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "eliminare la cartella o il file specificato" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "chiedere al server le sue caratteristiche" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "recuperare il contenuto della cartella o del file specificato" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "eseguire un report nella cartella specificata" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Si è verificato un errore imprevisto (%1) durante il tentativo di %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4642,13 +4529,13 @@ msgstr "" "Si è verificato un errore durante il tentativo di %1, %2. Qui sotto è " "possibile trovare un riassunto dei motivi." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Accesso negato durante il tentativo di %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4657,7 +4544,7 @@ msgstr "" "Non è possibile creare una risorsa nella destinazione prima che una o più " "collezioni intermedie (cartelle) siano state create." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4672,28 +4559,28 @@ msgstr "" "allo stesso tempo che i file non siano sovrascritti.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Il blocco richiesto non può essere concesso. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Il server non supporta il tipo di body richiesto." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Impossibile %1 perché la risorsa è bloccata." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Questa azione è stata impedita da un altro errore." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4703,7 +4590,7 @@ msgstr "" "Impossibile %1 perché il server di destinazione si rifiuta di accettare il " "file o la cartella." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4712,18 +4599,18 @@ msgstr "" "La risorsa di destinazione non ha spazio a sufficienza per registrare lo " "stato della risorsa dopo l'esecuzione di questo metodo." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "La risorsa non può essere eliminata." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "inviare %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4734,15 +4621,15 @@ msgstr "Si è verificato un errore imprevisto (%1) durante il tentativo di %2." msgid "Network" msgstr "Rete" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL maldefinito %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4755,12 +4642,12 @@ msgstr "" "utilizzare di nuovo il pulsante ripristina o trascinarlo in un altro posto " "per ripristinarlo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinazione di protocolli non valida." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Questo file è già nel cestino." @@ -4795,7 +4682,7 @@ msgstr "Svuota il cestino" msgid "Restore a trashed file to its original location" msgstr "Ripristina un file del cestino nella sua posizione originale" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Il cestino è pieno. Svuotalo o rimuovi degli elementi manualmente." @@ -4816,17 +4703,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Riprova" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Finestra di autenticazione" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Accesso negato" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Non hai il permesso di accedere al protocollo %1." @@ -4935,13 +4822,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Codice di controllo previsto (MD5, SHA1, SHA256 o SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4950,28 +4837,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4981,9 +4868,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcola" @@ -4992,137 +4879,208 @@ msgstr "Calcola" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Fai clic per copiare il codice di controllo negli appunti." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Annulla" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Sposta qui" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Scarica qui" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copia qui" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Co&llega qui" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Avvia" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Cosa vuoi fare con questo file?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Non chiedere più" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Apri" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Esegui" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Apri con %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Annulla le modifiche" +msgid "Would you like to launch this file?" +msgstr "Vuoi avviare questo file?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Annullare questa operazione richiede privilegi di amministrazione (root). " -"Vuoi continuare?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creazione cartella" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origine" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destinazione" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Copia in corso" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Spostamento in corso" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Rinomina in corso" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Cestinamento in corso" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Eliminazione in corso" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Annulla" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Annulla: copia" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Annulla: collega" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Annulla: sposta" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Annulla: rinomina" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Annulla: cestina" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Annulla: crea cartella" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Annulla: crea cartella/e" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Annulla: crea file" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Annulla: rinomina in blocco" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Rifai" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Rifai: copia" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Rifai: collega" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Rifai: sposta" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Rifai: rinomina" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Rifai: cestina" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Rifai: crea cartella" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Rifai: crea cartella/e" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Rifai: crea file" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Rifai: rinomina in blocco" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5136,12 +5094,12 @@ msgstr "" "la perdita di tutte le modifiche.\n" "Sei sicuro di voler eliminare %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Conferma annulla copia file" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5153,21 +5111,22 @@ msgstr "" "filename>Questa azione non può essere " "annullata." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Elimina definitivamente" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Elimina definitivamente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5183,7 +5142,7 @@ msgstr[1] "" "Vuoi eliminare definitivamente questi %1 elementi?Questa azione non può essere annullata." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5193,13 +5152,13 @@ msgstr "" "Vuoi eliminare definitivamente tutti gli elementi dal cestino?Questa azione non può essere annullata." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Svuota cestino" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5207,7 +5166,7 @@ msgid "" "filename>" msgstr "Vuoi davvero cestinare questo elemento?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5292,7 +5251,7 @@ msgstr "Proprietario" msgid "Owning Group" msgstr "Gruppo proprietario" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Altri" @@ -5365,106 +5324,112 @@ msgstr "Aggiornamento della configurazione di sistema" msgid "Updating system configuration…" msgstr "Aggiornamento della configurazione di sistema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nome" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Dimensione" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permessi" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Proprietario" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Apri &con %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Azioni" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Apri cartella con…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Apri con…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Lancia eseguibile" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Apri cartella con %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Apri con %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Apri cartella con" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Apri con" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Altra applicazi&one…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5472,113 +5437,131 @@ msgid_plural "%1 items" msgstr[0] "1 elemento" msgstr[1] "%1 elementi" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Sconosciuto" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Ferma" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Esplora in Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Origine del montaggio:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Spazio libero:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contenuto:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Apri con:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Cambia..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Posizione:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Dimensione:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Cambia..." +msgid "Determine the folder size" +msgstr "Calcola la dimensione della cartella" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contenuto:" +msgid "Stop" +msgstr "Ferma" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Ferma il calcolo della dimensione della cartella" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Esplora in Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Punta a:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificato:" +msgid "Show target" +msgstr "Mostra la destinazione" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creato:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Filesystem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Dimensione sconosciuta" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Punto di montaggio:" +msgid "Modified:" +msgstr "Modificato:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Ultimo accesso:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Apri con:" +msgid "File system:" +msgstr "Filesystem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Punto di montaggio:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Origine del montaggio:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Spazio libero:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Dimensione sconosciuta" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5875,25 +5858,30 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Inserisci qui la descrizione di questa applicazione, basandoti sul suo uso. " -"Esempio: una applicazione per la connessione remota (KPPP) potrebbe " -"chiamarsi «Accesso remoto»." +"Inserisci qui il nome generico dell'applicazione. Esempio: per " +"un'applicazione di visualizzazione delle immagini potrebbe essere " +"«Visualizzatore di immagini»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descrizione:" +msgid "&Generic name:" +msgstr "Nome &generico:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Inserisci qui qualsiasi commento che ritieni utile." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Inserisci qui la descrizione di questa applicazione, basandoti sul suo uso. " +"Esempio: per un'applicazione per la visualizzazione di immagini potrebbe " +"essere «Visualizza e modifica immagini»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5904,7 +5892,7 @@ msgstr "Comm&ento:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variabili d'ambiente:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6110,7 +6098,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Condivisione" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6120,36 +6108,55 @@ msgstr "" "Impossibile salvare le proprietà a causa di permessi di scrittura " "insufficienti per %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Generale" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Inserisci il nome del file" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Esplora in %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Aggiorna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Inserisci la posizione di destinazione" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Mostra %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Dimensione sconosciuta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6158,138 +6165,144 @@ msgstr "" "Calcolo in corso... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 file" msgstr[1] "%1 file" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sottocartella" msgstr[1] "%1 sottocartelle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calcolo in corso...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Almeno %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Il nuovo nome file è vuoto." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Nessun tipo di file registrato" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nessuna applicazione associata" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Crea…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Cambia…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Modifica l'applicazione predefinita per aprire file di tipo «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Nessun accesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Solo visibile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Visibile e modificabile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Contenuto solo visibile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Contenuto visibile e modificabile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Contenuto solo visibile/leggibile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Visibile/leggibile e modificabile/scrivibile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permessi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permessi di accesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Questo file è un collegamento e non ha permessi." msgstr[1] "Tutti i file sono collegamenti e non hanno permessi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Solamente il proprietario può cambiare i permessi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Proprietario:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specifica le azioni che il proprietario può compiere." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specifica le azioni che i membri del gruppo possono compiere." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Al&tri:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6298,27 +6311,27 @@ msgstr "" "Specifica le azioni che tutti gli utenti (che non siano il proprietario o i " "membri del gruppo) possono compiere." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Solo il propri&etario può eliminare o rinominare i contenuti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Permetti l'&esecuzione del file come un programma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Elimina o rinomina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Esegui:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6330,7 +6343,7 @@ msgstr "" "Gli altri utenti possono solo aggiungere nuovi file, cosa che richiede il " "permesso \"Modifica contenuto\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6340,42 +6353,42 @@ msgstr "" "solo per i programmi e gli script. Solo i file marcati come eseguibili " "possono essere eseguiti." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permessi a&vanzati" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Proprietà" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Utente:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Applica le modifiche a tutte le sottocartelle e al loro contenuto" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permessi avanzati" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6384,24 +6397,24 @@ msgstr "" "Mostra\n" "voci" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" "Questo contrassegno permette di visualizzare il contenuto della cartella." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lettura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" "Il contrassegno di lettura permette di visualizzare il contenuto di un file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6410,7 +6423,7 @@ msgstr "" "Scrivi\n" "voci" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6420,46 +6433,46 @@ msgstr "" "Nota che l'eliminazione e la rinomina possono essere limitate usando il " "parametro Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Scrittura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Il contrassegno di scrittura permette di modificare il contenuto del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Abilita questa contrassegno per consentire l'ingresso nella cartella." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Esecuzione" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Abilita questo contrassegno per consentire l'esecuzione del file come un " "programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Permessi speciali" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6468,7 +6481,7 @@ msgstr "" "Contrassegno speciale. Valido per l'intera cartella, l'esatto significato " "del contrassegno è visibile nella colonna di destra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6477,17 +6490,17 @@ msgstr "" "Contrassegno speciale. L'esatto significato del contrassegno è visibile " "nella colonna di destra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Utente" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6496,7 +6509,7 @@ msgstr "" "Se questo contrassegno è impostato, il proprietario di questa cartella sarà " "il proprietario di tutti i nuovi file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6505,7 +6518,7 @@ msgstr "" "Se questo file è un eseguibile e il contrassegno è impostato, il file sarà " "eseguito con i permessi del proprietario." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6513,7 +6526,7 @@ msgstr "" "Se questo contrassegno è impostato, su tutti i nuovi file sarà impostato il " "gruppo di questa cartella." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6522,7 +6535,7 @@ msgstr "" "Se questo file è un eseguibile e il contrassegno è impostato, il file sarà " "eseguito con i permessi del gruppo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6532,7 +6545,7 @@ msgstr "" "e l'amministratore di sistema possono eliminare o rinominare i file. " "Altrimenti chiunque con i permessi di scrittura può farlo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6542,92 +6555,83 @@ msgstr "" "usato in alcuni sistemi" # XXX "Imposta UID", forse? -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Set UID" # XXX "Imposta GID", forse? -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Set GID" # XXX forse si può tradurre con "Permanente". -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Collegamento" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variazione (nessuna modifica)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Questo file usa permessi avanzati" msgstr[1] "Questi file usano permessi avanzati." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Questa cartella usa permessi avanzati." msgstr[1] "Queste cartelle usano permessi avanzati." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Questi file usano permessi avanzati." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Codici di cont&rollo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calcolo in corso…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Codice di controllo non valido." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Il dato inserito non è un codice di controllo valido MD5, SHA1 o SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "I codici di controllo corrispondono." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Il codice di controllo calcolato e quello previsto coincidono." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" @@ -6638,30 +6642,46 @@ msgstr "" "scaricamento non riuscito. Prova a scaricare nuovamente il file.
        Se la " "verifica dovesse non riuscire di nuovo, contattare il fornitore del file." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Il codice di controllo calcolato e quello previsto non coincidono." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verifica del codice di controllo…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "I codici di controlli di tutti i file sono identici." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "I file selezionati hanno codici di controlli diversi." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calcolo in corso…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6669,27 +6689,27 @@ msgstr "" "Impossibile salvare le proprietà. Sono supportati solo i file in filesystem " "locali." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Applicazione" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Aggiungi tipo di file per %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Seleziona uno o più tipi di file da aggiungere:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Sono supportati solo i file eseguibili sui filesystem locali." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opzioni avanzate per %1" @@ -6793,22 +6813,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configura le scorciatoie del Web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Apri finestra file" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nome file per il contenuto degli appunti:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "file incollato" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Incolla il contenuto degli appunti" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6818,19 +6840,19 @@ msgstr "" "«incolla»: il formato dati scelto non è più applicabile. Copia di nuovo ciò " "che vuoi incollare." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Incolla una cartella" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Incolla un file" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6838,47 +6860,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Incolla un elemento" msgstr[1] "Incolla %1 elementi" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Incolla il contenuto degli appunti…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Incolla" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formato dati:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nome file per il contenuto degli appunti:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nome file per i contenuti trascinati:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Dimensione: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Appl&ica a tutti" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6889,49 +6922,49 @@ msgstr "" "A meno che tu non prema Salta, ti verrà chiesto nuovamente cosa fare in caso " "di conflitto con un file già presente nella stessa directory." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Quando questa voce è marcata, la scelta effettuata premendo il pulsante sarà " "applicata a tutti i successivi conflitti per l'operazione in corso." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Rinomina" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggerisci nuovo &nome" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Salta" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Non copiare o spostare questa cartella, passa invece all'elemento successivo" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Non copiare o spostare questo file, passa invece all'elemento successivo" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Scri&vi su" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6944,13 +6977,13 @@ msgstr "" "Ti verrà chiesto nuovamente cosa fare in caso di conflitto con un file già " "presente nella stessa cartella." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&ovrascrivi i file più vecchi" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6959,12 +6992,12 @@ msgstr "" "I file di destinazione che hanno orari di modifica più vecchi che saranno " "sovrascritti da quelli di provenienza, e altrimenti saltati." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Ripristina" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6973,67 +7006,57 @@ msgstr "" "Questa azione sovrascriverà «%1» con sé stesso.\n" "Inserisci un nuovo nome file:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinua" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Vuoi sovrascrivere la destinazione?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Vuoi fondere i contenuti di «%1» in «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origine" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destinazione" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "La sorgente è più recente." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "La sorgente è più vecchia." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "La sorgente è più piccola di %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "La sorgente è più grande di %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "I file sono identici." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "I file sembrano identici." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "I file sono diversi." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7042,59 +7065,51 @@ msgstr "" "I file sono probabilmente sono identici: hanno la stessa dimensione ed il " "contenuto è identico all'inizio, a metà ed alla fine." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Confronta file" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Esiste già un oggetto più vecchio di nome «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Esiste già un file simile di nome «%1»." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Esiste già un oggetto più nuovo di nome «%1»." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Rinomina:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Rinomina elemento" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Rinomina elementi" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Rinomina" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Rinomina l'elemento %1 in:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nuovo nome #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Esiste già un file chiamato %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 non è un nome di file valido." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7102,38 +7117,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Rinomina l'elemento selezionato in:" msgstr[1] "Rinomina i %1 elementi selezionati in:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# sarà sostituito da numeri crescenti che iniziano con:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nuovo nome #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nome di file non valido: il nuovo nome deve contenere una sequenza di #, a " +"meno che tutti i file non abbiano un'estensione diversa." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Rinomina l'elemento selezionato con:" +msgstr[1] "Rinomina i %1 elementi selezionati con:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Sostituzione di:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Schema" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Con:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Sostituzione" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nessun nome di contiene questo schema." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Sostituire «%1» con un una stringa vuota farà sì che %2 " +"avrà un nome di file vuoto." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Rinomina l'elemento selezionato con:" +msgstr[1] "Rinomina i %1 elementi selezionati con:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Aggiungi testo:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Testo da aggiungere" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Prima del nome del file" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Dopo il nome del file" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Rinomina elemento" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Rinomina elementi" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Rinomina" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Come rinominare:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Elenca" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Sostituisci testo" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Aggiungi testo" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Anteprima:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 non può essere rinominato con un nome di file vuoto." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informazioni" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Sostituisci" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Riprova" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Sostituisci tutto" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Salta" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Salta tutti" @@ -7220,7 +7388,7 @@ msgstr "" "Il sistema remoto non ha inviato alcun certificato SSL.\n" "Interruzione in corso perché l'identità del sistema non può essere stabilita." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7261,36 +7429,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Lo spostamento di questo elemento nel Cestino non è riuscito poiché è troppo " -"grande. Vuoi eliminarlo definitivamente?%1Questa azione non può essere annullata." +"Il cestino è troppo pieno per poter contenere questo file. Vuoi invece " +"eliminarlo definitivamente?%1Questa azione non può essere annullata." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Il cestino è troppo pieno per poter contenere questo file. Vuoi eliminarlo " +"definitivamente? Questa azione non può essere " +"annullata." +msgstr[1] "" +"Il cestino è troppo pieno per poter contenere questi %1 file. Vuoi " +"eliminarli definitivamente? Questa azione " +"non può essere annullata." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Il cestino non è disponibile per l'indirizzo di questo file. Vuoi invece " +"eliminarlo definitivamente?%1Questa azione non può essere annullata." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Lo spostamento di questo elemento nel Cestino non è riuscito poiché è troppo " -"grande. Vuoi eliminarlo definitivamente?Questa " -"azione non può essere annullata." +"Il cestino non è disponibile per l'indirizzo di questo file. Vuoi eliminarlo " +"definitivamente? Questa azione non può essere " +"annullata." msgstr[1] "" -"Lo spostamento di questi %1 elementi nel Cestino non è riuscito poiché sono " -"troppo grandi. Vuoi eliminarli definitivamente?Questa azione non può essere annullata." +"Il cestino non è disponibile per l'indirizzo di questi %1 file. Vuoi " +"eliminarli definitivamente? Questa azione " +"non può essere annullata." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7298,51 +7496,289 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Vuoi davvero cestinare questo elemento?" msgstr[1] "Vuoi davvero cestinare questi %1 elementi?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Non chiedere più" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Non chiedere più" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Non mostrare più questo messaggio" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "La catena del certificato SSL del peer sembra essere danneggiata." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avviso" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Sarà eseguito il programma:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se non ti fidi di questo programma, fai clic su Annulla" +#~ msgid "Open With:" +#~ msgstr "Apri con:" + +#~ msgid "File System:" +#~ msgstr "Filesystem:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Avvia i file eseguibili senza chiedere" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Apri i file eseguibili nell'applicazione predefinita senza chiedere" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Ricorda per tutti i file eseguibili" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "È possibile annullare questo nella voce «Conferme» delle impostazioni del " +#~ "gestore file." + +#~ msgid "Change Attribute" +#~ msgstr "Modifica attributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per modificare " +#~ "attributi di file. Vuoi continuare?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per completare " +#~ "l'operazione di copia. Vuoi continuare?" + +#~ msgid "Delete Files" +#~ msgstr "Elimina file" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per completare " +#~ "l'operazione di eliminazione. Tuttavia, questo potrebbe danneggiare il " +#~ "sistema. Vuoi continuare?" + +#~ msgid "Create Folder" +#~ msgstr "Crea cartella" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per creare questa " +#~ "cartella. Vuoi continuare?" + +#~ msgid "Move Items" +#~ msgstr "Sposta elementi" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per completare " +#~ "l'operazione di spostamento. Vuoi continuare?" + +#~ msgid "Rename" +#~ msgstr "Rinomina" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per completare la " +#~ "rinomina. Vuoi continuare?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per creare un " +#~ "collegamento simbolico. Vuoi continuare?" + +#~ msgid "Transfer data" +#~ msgstr "Trasferisci dati" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Sono richiesti i privilegi di amministrazione (root) per completare il " +#~ "trasferimento dei dati. Vuoi continuare?" + +#~ msgid "Undo Changes" +#~ msgstr "Annulla le modifiche" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Annullare questa operazione richiede privilegi di amministrazione (root). " +#~ "Vuoi continuare?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Impostazione delle ACL per %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Cambia permessi del file" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nuovi permessi: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Cambia proprietario del file" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nuovo proprietario: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Rimuovi file" + +#~ msgid "Remove Directory" +#~ msgstr "Rimuovi cartella" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permessi cartella: %1" + +#~ msgid "Open File" +#~ msgstr "Apri file" + +#~ msgid "Open Directory" +#~ msgstr "Apri cartella" + +#~ msgid "New Filename: %1" +#~ msgstr "Nuovo nome del file: %1" + +#~ msgid "Target: %1" +#~ msgstr "Destinazione: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Modifica data e ora" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Da: %1, a: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Azione sconosciuta" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Azione: %1\n" +#~ "Origine: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Mostra pulsante Segnalibri" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "I file vengono spostati" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "I file vengono copiati" + +#~ msgid "&Description:" +#~ msgstr "&Descrizione:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Inserisci qui qualsiasi commento che ritieni utile." + +#~ msgid "Do not ask again" +#~ msgstr "Non chiedere più" + +#~ msgid "&Filter:" +#~ msgstr "&Filtro:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

        You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

        Wildcards such as * and ? are allowed." +#~ "

        " +#~ msgstr "" +#~ "Questo è il filtro da applicare alla lista dei file. I nomi file che " +#~ "non combaciano con il filtro non saranno mostrati.

        Puoi selezionare uno " +#~ "dei filtri predefiniti nel menu a discesa, oppure puoi immettere un " +#~ "filtro personalizzato direttamente nell'area di testo.

        È possibile " +#~ "usare i caratteri jolly come * e ?.

        " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "È stata selezionata più di una cartella ma questa finestra di dialogo non " +#~ "accetta cartelle e non è pertanto possibile decidere a quale accedere. " +#~ "Seleziona solo una cartella per elencarne il contenuto." + +#~ msgid "More than one folder provided" +#~ msgstr "È stata fornita più di una cartella" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Sono stati selezionati almeno una cartella ed un file. I file selezionati " +#~ "saranno ignorati e sarà elencato il contenuto della cartella selezionata" + +#~ msgid "Files and folders selected" +#~ msgstr "File e cartelle selezionati" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
        • Timeout for establishing a connection: %1 seconds
        • Timeout " +#~ "for receiving a response: %2 seconds
        • Timeout for accessing proxy " +#~ "servers: %3 seconds
        Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Anche se il server è stato contattato non è stata ricevuta alcuna " +#~ "risposta entro il tempo massimo deciso:
        • Tempo massimo per " +#~ "stabilire la connessione: %1 secondi
        • Tempo massimo per ricevere " +#~ "una risposta: %2 secondi
        • Tempo massimo per accedere ai server " +#~ "proxy: %3 secondi
        Nota che è possibile cambiare questi valori " +#~ "nelle Impostazioni di sistema di KDE selezionando Impostazioni di rete -> " +#~ "Preferenze sulle connessioni." + #~ msgid "Is &executable" #~ msgstr "&Eseguibile" @@ -8519,9 +8955,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ "Questa è la quantità calcolata di spazio che è consentita al " #~ "cestino, il massimo." -#~ msgid "Show a Warning" -#~ msgstr "Mostra un avviso" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Elimina i file più vecchi nel cestino" @@ -8663,10 +9096,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "Space" #~ msgstr "Spazio" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predefinito" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modifica scorciatoia del Web" @@ -9024,11 +9453,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Impossibile trovare un'applicazione o un gestore per %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Incolla il file" -#~ msgstr[1] "&Incolla %1 file" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Incolla l'URL" @@ -9151,14 +9575,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "Invalid Directory Name" #~ msgstr "Nome cartella non valido" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Impossibile creare una cartella %1perché è un " -#~ "nome riservato ad uso esclusivo dal sistema operativo." - #~ msgid "File Type Options" #~ msgstr "Opzioni tipo di file" @@ -9184,9 +9600,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ "Il cestino ha raggiunto la sua dimensione massima!\n" #~ "Svuota il cestino manualmente." -#~ msgid "'%1' is not an executable file." -#~ msgstr "«%1» non è un file eseguibile." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "«%1» non trovato, digita un nome di programma valido." @@ -9199,9 +9612,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "unmounting is not supported by wince." #~ msgstr "l'operazione di unmount non è supportata da wince." -#~ msgid "File name:" -#~ msgstr "Nome del file:" - #~ msgid "" #~ "

        Cache

        This module lets you configure your cache settings.

        This specific cache is an area on the disk where recently read web " @@ -9508,9 +9918,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "Read only" #~ msgstr "Sola lettura" -#~ msgid "File system:" -#~ msgstr "Filesystem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Punto di montaggio (/mnt/floppy):" @@ -10014,9 +10421,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ msgid "Do not &close when command exits" #~ msgstr "Non &chiudere quando il comando termina" -#~ msgid "&Username:" -#~ msgstr "Nome &utente:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -10039,9 +10443,6 @@ msgstr "Se non ti fidi di questo programma, fai clic su Annulla" #~ "Impossibile avviare il servizio di gestione dei cookie.\n" #~ "Non potrai gestire i cookie che sono salvati sul tuo computer." -#~ msgid "Open with:" -#~ msgstr "Apri con:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/ja/kio6.po b/local/recipes/kde/kf6-kio/source/po/ja/kio6.po index 4a84c38098..1e688f0892 100644 --- a/local/recipes/kde/kf6-kio/source/po/ja/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ja/kio6.po @@ -1,5 +1,5 @@ # Translation of kio4 into Japanese. -# SPDX-FileCopyrightText: 2022, 2024 Ryuichi Yamada +# SPDX-FileCopyrightText: 2022, 2024, 2025 Ryuichi Yamada # This file is distributed under the same license as the kdelibs package. # Taiki Komoda , 2002, 2010. # Noriko Mizumoto , 2004. @@ -9,15 +9,16 @@ # Yukiko Bando , 2006, 2007, 2008, 2009, 2010. # Tomohiro Hyakutake , 2019, 2020. # Fumiaki Okushi , 2006, 2010, 2011, 2019, 2022. +# SPDX-FileCopyrightText: 2026 Mint <5602mint@gmail.com> # msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-03-06 17:05+0900\n" -"Last-Translator: Ryuichi Yamada \n" -"Language-Team: Japanese \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 21:13+0900\n" +"Last-Translator: Mint <5602mint@gmail.com>\n" +"Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -"X-Generator: Lokalize 23.08.5\n" +"X-Generator: Lokalize 26.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -40,12 +41,12 @@ msgstr "" "kom@kde.gr.jp,noriko@redhat.com,ikuya@oooug.jp,tsuno@ngy.1st.ne.jp," "ryuichi_ya220@outlook.jp" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "ファイル ‘%1’ の所有者を変更できませんでした。" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -54,12 +55,12 @@ msgstr "" "ファイル %1 の所有者を変更できませんでした。変更する権限" "がありません。" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO worker を作成できません: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -71,7 +72,7 @@ msgstr "" "シンボリックリンク \"%1\" を作成できませんでした。\n" "リンク先のファイルシステム (%2) がシンボリックリンクをサポートしていません。" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +82,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -91,23 +92,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "フォルダは既に存在します" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ファイルは既に存在します" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "フォルダとして既に存在します" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "ごみ箱" @@ -196,192 +197,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "移動" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "転送元" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "転送先" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "名前変更" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "コピー" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ディレクトリを作成" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ディレクトリ" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "削除" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ファイル" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "検査" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "転送" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "マウント" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "デバイス" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "マウントポイント" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "アンマウント" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "属性を変更" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "ファイルの属性を変更するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "ファイルをコピー" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "コピーを完了するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ファイルを削除" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"削除を完了するには管理者権限が必要です。このような操作はシステムに害を与える" -"可能性があります。続行しますか?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "フォルダを作成" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "このフォルダを作成するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "アイテムを移動" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "移動を完了するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "名前変更" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "名前変更を完了するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "シンボリックリンクを作成" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "シンボリックリンクを作成するには管理者権限が必要です。続行しますか?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "データを転送" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "データの転送を完了するには管理者権限が必要です。続行しますか?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -806,6 +711,11 @@ msgstr "このファイルは大きすぎてごみ箱に移動できません。 #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -815,65 +725,65 @@ msgstr "" "%2\n" "https://bugs.kde.org に詳細なバグレポートを送ってください。" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(不明)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "

        %1

        %2

        " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "技術的な理由: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "要求の詳細:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
      • URL: %1
      • " msgstr "
      • URL: %1
      • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      • Protocol: %1
      • " msgstr "
      • プロトコル: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Date and time: %1
      • " msgstr "
      • 日付と時間: %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Additional information: %1
      • " msgstr "
      • 追加情報: %1
      • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "考えられる原因:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "考えられる解決法:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(未知)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -882,17 +792,17 @@ msgstr "" "システム管理者、テクニカルサポートなど適切なコンピュータサポートシステムに問" "い合わせてください。" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "サーバのシステム管理者に連絡を取り助けを求めてください。" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "リソースのアクセス許可を確認してください。" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -900,14 +810,14 @@ msgid "" msgstr "" "あなたのアクセス権限はこのリソースで要求している操作を行うには不十分です。" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "ファイルは他のユーザまたはアプリケーションが使用中です (ロックされています)。" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -916,17 +826,17 @@ msgstr "" "他のユーザまたはアプリケーションがファイルを使用していないか、ファイルにロッ" "クがかかっていないか確認してください。" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "可能性は低いですが、ハードウェアのエラーが発生した恐れもあります。" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "プログラムのバグに遭遇されたのかもしれません。" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -935,7 +845,7 @@ msgstr "" "これはおそらくプログラムのバグによるものです。以下の詳細なバグレポートを送信" "していただけると幸いです。" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -944,7 +854,7 @@ msgstr "" "ソフトウェアを最新版にアップデートしてください。あなたのディストリビューショ" "ンがソフトウェアのアップデートツールを用意しているはずです。" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -964,12 +874,12 @@ msgstr "" "ポートに入れてください。また、役に立つと思われる詳細もできるだけバグレポート" "に含めてください。" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "ネットワーク接続に問題が発生した可能性があります。" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -978,7 +888,7 @@ msgstr "" "ネットワークの設定に問題があったのかもしれません。しかし、最近正常にインター" "ネットに接続できていたのなら、その可能性は低いです。" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -987,42 +897,42 @@ msgstr "" "サーバとこのコンピュータの接続のどこかの地点に問題が発生した可能性がありま" "す。" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "今か後でやり直してください。" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "プロトコルエラーか互換性エラーが発生した可能性があります。" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "リソースがあることを確認して、やり直してください。" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "指定したリソースは存在しないようです。" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "場所が正しく入力されていることをよく確認して、やり直してください。" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "ネットワーク接続状況を確認してください。" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "リソースを読み込みのために開けません" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, could not be written to as " @@ -1050,17 +960,17 @@ msgstr "" "これは、書き込みアクセス許可が得られなかったので要求どおりにファイル ‘%1’ に" "書き込めなかった、ということです。" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 プロトコルが必要としているプロセスを起動できません" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "プロセスを開始できません" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムが内部エラーを報告しました。" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "不適切なフォーマットの URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "サポートされていないプロトコル %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1130,12 +1040,12 @@ msgstr "" "%1 プロトコルは現在インストールされている KDE ではサポートさ" "れていません。" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "要求されたプロトコルはサポートされていないかもしれません。" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1144,7 +1054,7 @@ msgstr "" "このコンピュータでサポートされている %1 プロトコルのバージョンはサーバのもの" "と互換性がない可能性があります。" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1155,17 +1065,17 @@ msgstr "" "worker\" と呼ばれています) を検索することもできます。https://store.kde.org などのサイトを訪れてみてください。" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL がリソースを参照していません。" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "プロトコルはフィルタプロトコルです" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource " "Location) は特定のリソースを参照していませんでした。" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1187,12 +1097,12 @@ msgstr "" "れにも当てはまりません。これは珍しいことで、プログラミングの間違いを示してい" "る可能性があります。" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "サポートされていないアクション: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1201,7 +1111,7 @@ msgstr "" "要求されたアクションは %1 プロトコルを実装している KDE プロ" "グラムではサポートされていません。" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1211,17 +1121,17 @@ msgstr "" "このエラーは KDE プログラムに強く依存します。追加情報が KDE の入力/出力アーキ" "テクチャよりも詳細な情報を提供してくれます。" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "同じ結果を達成する他の方法を見つけてください。" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ファイルが期待されます" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1229,17 +1139,17 @@ msgid "" msgstr "" "要求されたのはファイルでしたが、代わりにフォルダ ‘%1’ が見つかりました。" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "これはサーバ側のエラーかもしれません。" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "フォルダが期待されます" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1247,17 +1157,17 @@ msgid "" msgstr "" "要求されたのはフォルダでしたが、代わりにファイル ‘%1’ が見つかりました。" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ファイルまたはフォルダが存在しません" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "指定されたファイルまたはフォルダ ‘%1’ は存在しません。" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1265,23 +1175,23 @@ msgid "" msgstr "" "要求されたファイルは同じファイル名が既に存在するため作成できませんでした。" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "先に現在のファイルを移動して、やり直してください。" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "現在のファイルを削除して、やり直してください。" # skip-rule: filename -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "新しいファイルに他の名前を付けてください。" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1289,27 +1199,27 @@ msgid "" msgstr "" "要求されたフォルダは同じフォルダ名が既に存在するため作成できませんでした。" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "先に現在のフォルダを移動して、やり直してください。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "現在のフォルダを削除して、やり直してください。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "新しいフォルダに他の名前を付けてください。" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "未知のホスト" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1318,60 +1228,60 @@ msgstr "" "未知のホストエラーは、要求されたサーバ名 %1 がインターネット" "上に見つからなかったことを示します。" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "入力された %1 は存在しないようです。おそらく入力ミスでしょう。" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "アクセスは拒否されました" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "指定したリソース “%1” へのアクセスは拒否されました。" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "間違った認証情報を提供したか、全く提供しなかったということが考えられます。" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "あなたのアカウントには指定したリソースへのアクセス権限が与えられていないよう" "です。" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "再び要求を行い、認証情報が正しく入力されているか確認してください。" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "書き込みアクセスは拒否されました" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "これはファイル ‘%1’ への書き込みが拒否されたということです。" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "フォルダに移動できません" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1380,17 +1290,17 @@ msgstr "" "これは要求したフォルダ ‘%1’ への移動 (フォルダを開くこと) が拒否されたという" "ことです。" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "フォルダのリスティング (一覧表示) は利用できません" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 プロトコルはファイルシステムではありません" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1400,12 +1310,12 @@ msgstr "" "これは、フォルダの内容の特定を必要とする要求が行われ、このプロトコルをサポー" "トする KDE プログラムがその処理を行えなかったということです。" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "循環リンクを検出しました" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1417,34 +1327,34 @@ msgstr "" "できます。KDE は無限ループに陥るリンクまたはリンク列を検出しました。ファイル" "が (おそらくさまざまなところを巡って) それ自身にリンクしています。" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "無限ループを断つようにループの一部を削除して、やり直してください。" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "ユーザにより要求は中止されました" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "要求は中止されたので完了できませんでした。" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "要求を再実行" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "コピー中に循環リンクを検出しました" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1457,17 +1367,17 @@ msgstr "" "ク列を検出しました。ファイルが (おそらくさまざまなところを巡って) それ自身に" "リンクしています。" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "ネットワーク接続を作成できませんでした" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "ソケットを作成できませんでした" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1476,8 +1386,8 @@ msgstr "" "これは、必要なネットワーク通信デバイス (ソケット) が作成できなかった、という" "技術的エラーによるものです。" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1486,12 +1396,12 @@ msgstr "" "ネットワーク接続が正しく設定されていないか、ネットワークインターフェースが有" "効になっていないのかもしれません。" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "サーバへの接続が拒否されました" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1499,7 +1409,7 @@ msgid "" msgstr "" "サーバ %1 はこのコンピュータからの接続を拒否しました。" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1508,7 +1418,7 @@ msgstr "" "サーバは現在インターネットに接続していますが、要求を受け付けるように設定され" "ていない可能性があります。" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1517,7 +1427,7 @@ msgstr "" "サーバは現在インターネットに接続していますが、要求されたサービス (%1) を実行" "していない可能性があります。" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1528,12 +1438,12 @@ msgstr "" "ウォール (インターネット接続を制限するデバイス) が介入して要求を妨げた可能性" "があります。" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "サーバへの接続が予期せず切断されました" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1542,7 +1452,7 @@ msgstr "" "%1 との接続が確立されていたのにもかかわらず、接続が通信の予" "期しないポイントで閉じられました。" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1551,17 +1461,17 @@ msgstr "" "プロトコルエラーが発生し、エラーに応じてサーバが接続を切断した可能性がありま" "す。" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL リソースが無効です。" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 プロトコルはフィルタプロトコルではありません" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocation) は指定したリソース %1%2 にアクセ" "スする有効な機構を参照していませんでした。" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1585,17 +1495,17 @@ msgstr "" "な動作はできません。これは珍しいことで、プログラミングの間違いを示している可" "能性があります。" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "入力/出力デバイスを初期化できません" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "デバイスをマウントできません" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1604,7 +1514,7 @@ msgstr "" "要求されたデバイスを初期化 (マウント) できませんでした。報告されたエ" "ラーは以下のとおりです: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1615,7 +1525,7 @@ msgstr "" "が入っていない (例: CD ドライブに CD-ROM が入っていない)、あるいは周辺機器/" "ポータブルデバイスが正しく接続されていない、ということが考えられます。" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1625,7 +1535,7 @@ msgstr "" "あなたにはデバイスを初期化 (マウント) する権限がありません。通常 UNIX システ" "ムでは、デバイスを初期化するには管理者権限が必要です。" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1635,17 +1545,17 @@ msgstr "" "がセットされているか、ポータブルデバイスが接続されていて電源がオンになってい" "るか確認して、やり直してください。" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "入力/出力デバイスを終了できませんでした" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "デバイスをアンマウントできません" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1654,7 +1564,7 @@ msgstr "" "要求されたデバイスを終了 (アンマウント) できませんでした。報告されたエ" "ラーは以下のとおりです: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1665,7 +1575,7 @@ msgstr "" "能性があります。ブラウザのウィンドウでその場所を開いているだけでもその場所は" "使用中になります。" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1675,19 +1585,19 @@ msgstr "" "あなたにはデバイスを終了 (アンマウント) させる権限がありません。通常 UNIX シ" "ステムでは、デバイスを終了処理させるには管理者権限が必要です。" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "デバイスにアクセスしているアプリケーションがないか確認して、やり直してくださ" "い。" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "リソースから読み取れません" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1696,17 +1606,17 @@ msgstr "" "これは、リソース “%1” は開けたもののリソースの内容の読み取り中にエラーが発生" "した、ということです。" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "あなたにはこのリソースの読み取り権限がないようです。" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "リソースに書き込めません" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1715,22 +1625,22 @@ msgstr "" "これは、リソース “%1” は開けたもののリソースへの書き込み中にエラーが発生し" "た、ということです。" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "あなたにはこのリソースへの書き込み権限がないようです。" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "ネットワーク接続を待ち受けできませんでした" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "バインドできません" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1740,17 +1650,17 @@ msgstr "" "これは、ネットワーク通信に必要なデバイス (ソケット) がネットワーク接続を待ち" "受けるように確立されなかった、という技術的エラーです。" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "待ち受けできませんでした" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "ネットワーク接続を受け付けられませんでした" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1759,33 +1669,33 @@ msgstr "" "これは、ネットワーク接続を受け付ける際にエラーが発生した、という技術的エラー" "です。" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "あなたには接続を受け付ける権限が与えられていないようです。" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "ログインできませんでした: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "要求された操作を行うためのログインに失敗しました。" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "リソースの状態を判断できません" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "リソースの状態が分かりません" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1794,68 +1704,68 @@ msgstr "" "リソース “%1” のリソース名、タイプ、サイズなどの状態情報が得られませんでし" "た。" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "指定されたリソースは存在しないかアクセスできないようです。" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "リスティング (一覧表示) をキャンセルできませんでした" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: これをドキュメント化してください" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "フォルダを作成できませんでした" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "要求されたフォルダの作成に失敗しました。" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "フォルダが作成されるべき場所が存在しないようです。" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "フォルダを削除できませんでした" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "指定されたフォルダ ‘%1’ の削除に失敗しました。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "指定したフォルダは存在しないようです。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "指定したフォルダは空ではないようです。" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "フォルダが存在し、空であることを確認して、やり直してください。" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ファイル転送を再開できませんでした" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1864,66 +1774,66 @@ msgstr "" "指定された要求はファイル ‘%1’ のある地点からの転送の再開でしたが、可能ではあ" "りませんでした。" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "プロトコルかサーバが再開をサポートしていないかもしれません。" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "転送再開を試みずに要求を再試行してください。" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "リソースの名前を変更できませんでした" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "指定されたリソース “%1” の名前変更に失敗しました。" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "リソースのパーミッションを変更できませんでした" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "指定されたリソース “%1” のパーミッションを変更できませんでした。" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "リソースの所有者を変更できませんでした" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "指定されたリソース “%1” の所有者を変更できませんでした。" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "リソースを削除できませんでした" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "指定されたリソース “%1” を削除できませんでした。" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "予期しないプログラムの終了" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムが突然終了しました。" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "メモリ不足" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムが実行に必要なメモリを確保できませんでした。" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "未知のプロキシホスト" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2003,17 +1913,17 @@ msgstr "" "サポートされていない認証方法を KDE チームに知らせるために https://bugs.kde.org/ へバグを報告してください。" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "要求は中止されました" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "サーバの内部エラー" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2022,7 +1932,7 @@ msgstr "" "%1 プロトコルへのアクセスを提供するサーバ上のプログラムが内" "部エラーを報告しました: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2031,12 +1941,12 @@ msgstr "" "これはおそらくサーバプログラムのバグによるものです。以下の詳細なバグレポート" "を送信していただけると幸いです。" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "サーバ管理者に問題を知らせるため連絡を取ってください。" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2044,39 +1954,29 @@ msgid "" msgstr "" "サーバソフトウェアの作者が分かる場合は、直接バグレポートを送ってください。" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "タイムアウトエラー" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"サーバに接続はしましたが、指定された時間内 (以下のとおり) に要求に対する" -"応答が返って来ませんでした。
        • 接続を確立する際のタイムアウト: %1 秒
        • 応答を受信する際のタイムアウト: %2 秒
        • プロキシサーバに接続する" -"際のタイムアウト: %3 秒
        これらの設定は KDE システム設定の「ネット" -"ワークの設定|接続設定」で変更できます。
        " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "サーバは他の要求に答えるのに忙しくて、応答できませんでした。" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "未知のエラー" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムが未知のエラーを報告しました: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "未知の割り込み" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムが未知のタイプの割り込みを報告しました: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "元のファイルを削除できませんでした" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2114,12 +2014,12 @@ msgstr "" "要求された操作は元のファイルの削除を必要としますが (たいていはファイルの移動" "操作の最後で)、元のファイル ‘%1’ を削除できませんでした。" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "一時ファイルを削除できませんでした" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2129,12 +2029,12 @@ msgstr "" "要求された操作はダウンロード中の新しいファイルを保存するための一時ファイルの" "作成を必要としましたが、一時ファイル ‘%1’ を削除できませんでした。" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "元のファイルの名前を変更できませんでした" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2143,12 +2043,12 @@ msgstr "" "要求された操作は元のファイル ‘%1’ の名前変更を必要としますが、名前を変更でき" "ませんでした。" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "一時ファイルの名前を変更できませんでした" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2157,32 +2057,32 @@ msgstr "" "要求された操作は一時ファイル ‘%1’ の作成を必要としますが、作成できませんでし" "た。" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "リンクを作成できませんでした" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "シンボリックリンクを作成できませんでした" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "要求されたシンボリックリンク ‘%1’ を作成できませんでした。" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "内容なし" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ディスクがいっぱいです" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2190,7 +2090,7 @@ msgid "" msgstr "" "ディスク領域が足りないため、要求されたファイル ‘%1’ に書き込めませんでした。" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2201,29 +2101,29 @@ msgstr "" "ファイルを保存する、3) 容量の大きいストレージを導入する、などしてディスク領域" "を確保してください。" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "元のファイルと出力先が同じファイルです" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "元のファイルと出力先が同じファイルのため操作を完了できませんでした。" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "異なるファイル名を出力先ファイルに指定してください。" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "ファイルまたはフォルダがそれ自体にドロップされました" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2233,19 +2133,19 @@ msgid "" "or folder are the same." msgstr "元のファイルと出力先が同じファイルのため操作を完了できませんでした。" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "指定されたファイルまたはフォルダをコピー" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "フォルダがそれ自身の中に移動されました" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2255,19 +2155,19 @@ msgid "" "into itself." msgstr "元のファイルと出力先が同じファイルのため操作を完了できませんでした。" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "指定されたファイルまたはフォルダをコピー" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2277,22 +2177,22 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "元のファイルと出力先が同じファイルのため操作を完了できませんでした。" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 プロトコルを初期化できません" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO Worker を作成できません" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 プロトコルへのアクセスを提供するあなたのコンピュータ上の" "プログラムを開始できませんでした。一般的には、技術的理由によるものです。" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 を転送できません" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2326,35 +2226,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "ドキュメント化されていないエラー" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 へのシンボリックリンク)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 へのリンク)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (リンク先: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2363,12 +2263,12 @@ msgstr "" "URL の形式が不正です\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2377,13 +2277,13 @@ msgstr "" "‘%1’ から実行ファイルの名前を取り出せませんでした。有効なプログラム名を入力し" "てください。" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2391,93 +2291,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "接続の確立は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "接続の切断は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "ファイルへのアクセスは %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 への書き込みはサポートされていません。" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "プロトコル %1 に特有な動作はありません" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "フォルダのリスティング (一覧表示) は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 からのデータの取得はサポートされていません。" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 からの MIME タイプ情報の取得はサポートされていません。" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 中でのファイルの名前変更、移動はサポートされていません。" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "シンボリックリンクの作成は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 中でのファイルのコピーはサポートされていません。" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 からのファイル削除はサポートされていません。" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "フォルダの作成は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ファイルの属性変更は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ファイルの所有者の変更は %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ファイルを開くことは %1 プロトコルでサポートされていません。" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 プロトコルは %2 の動作をサポートしていません。" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2486,316 +2386,337 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "未知のプロトコル %1" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "%1 プロトコルの io-slave が見つかりません。" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "%1 プロトコルの io-slave が見つかりません。" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "%1 プロトコルの io-slave が見つかりません。" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "詳細(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "永久(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "続行(&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "このセッションのみ(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "フォルダを作成" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "フォルダを作成" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "削除するファイルが選択されていません。" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "削除するものがありません" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "ごみ箱に移動するファイルが選択されていません。" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ごみ箱に移動するものがありません" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "指定されたフォルダは存在しないか読み込めませんでした。" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "メニュー" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "親フォルダ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "戻る" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "進む" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ホームフォルダ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "再読み込み" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "新しいフォルダ" +msgstr "新しいフォルダ..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ごみ箱に移動" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "削除" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "ソート" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "名前でソート" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "サイズでソート" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "日付でソート" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "種類でソート" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "昇順" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "降順" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "フォルダを最初に" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "隠しファイルを最後に" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "アイコン表示" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "コンパクト表示" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "詳細表示" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "アイコンの位置" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ファイル名の横" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ファイル名の上" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "簡易表示" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "詳細表示" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ツリー表示" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "詳細なツリー表示" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "詳細表示での展開を許可" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "隠しファイルを表示" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "プレビューパネルを表示" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "プレビューを表示" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "保存フォルダを開く" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "プロパティ" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "表示モード(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "新しいものを最初に" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "古いものを最初に" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "新しいものを最初に" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "大きいものを最初に" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "小さいものを最初に" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "エンコーディング:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "開く" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "名前を付けて保存" @@ -2825,9 +2746,7 @@ msgid "Root Folder" msgstr "ルートフォルダ" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" msgstr "ブラウズ..." @@ -2844,40 +2763,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "ここに移動" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|すべてのファイル" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "サポートされているすべてのファイル" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "すべてのファイル" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "場所エントリを追加" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "場所エントリを編集" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

        The " @@ -2889,17 +2808,17 @@ msgstr "" "トリが参照しているものが分かるものにしてください。ラベルを入力しない場合は場" "所の URL から導出されます。
        " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "ラベル(&A):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "ここにラベルの記述を入力" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2913,12 +2832,12 @@ msgstr "" "stable

        テキスト編集ボックスの横にあるボタンをクリックすると URL " "をブラウズすることができます。
        " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "場所(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

        Click " @@ -2927,18 +2846,18 @@ msgstr "" "場所パネルに表示するアイコンです。

        他のアイコンに変更するに" "は、ボタンをクリックしてください。
        " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "アイコンを選択(&I):" # ACCELERATOR changed by translator -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "このアプリケーション (%1) にのみ表示する(&A)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2949,206 +2868,213 @@ msgstr "" "ションを指定してください。

        指定がなければ、すべてのアプリケーショ" "ンで利用可能になります。
        " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "場所" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "リモート" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "最近" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "検索" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "デバイス" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "リムーバブルデバイス" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "タグ" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (エラー %2)" +msgstr "%1 (%2 から)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "すべてのタグ" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "ホーム" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "デスクトップ" # xdg-user-dirs 0.17 の翻訳に準拠した表記です。 -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "ドキュメント" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "ダウンロード" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "ネットワーク" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ごみ箱" # xdg-user-dirs 0.17 の翻訳に準拠した表記です。 -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "音楽" # xdg-user-dirs 0.17 の翻訳に準拠した表記です。 -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "画像" # xdg-user-dirs 0.17 の翻訳に準拠した表記です。 -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "ビデオ" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "最近使用したファイル" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "最近使用した場所" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "今日更新" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "昨日更新" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "場所パネルに追加できませんでした: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "場所パネルにはフォルダのみが追加できます。" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "ウェブショートカットを設定..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "アンマウント中..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "アンマウント(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "安全に取り外し中..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "安全に取り外す(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "アンマウント中..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "アンマウント(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "イジェクト(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "デバイス “%1” はディスクではないのでイジェクトできません。" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "“%1” へのアクセス中にエラーが発生しました。システムからのメッセージ: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "“%1” へのアクセス中にエラーが発生しました" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3158,111 +3084,108 @@ msgid_plural "" "%2." msgstr[0] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "パーティションマネージャで再フォーマットまたは編集する" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 / %2 (%3% 使用済み)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (非表示)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "ごみ箱を空にする" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "マウント" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "新しいタブで開く" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "新しいウィンドウで開く" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "エントリを追加..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "編集(&E)..." -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove File" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "ファイルを削除" +msgstr "場所パネルから削除" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "隠す(&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "セクション “%1” を隠す" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "セクションを隠す" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "すべてのエントリを表示(&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "アイコンのサイズ" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3270,51 +3193,51 @@ msgctxt "" msgid "Auto Resize" msgstr "自動サイズ変更" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "小 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "中 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "大 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "巨大 (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "1 つのファイルしか選択できません" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "複数のファイルが選択されました" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "ローカルファイルしか選択できません" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "リモートファイルは扱えません" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3324,52 +3247,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "サポートされていない URL スキーム" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"このダイアログは複数のフォルダを扱えないため、選択されたフォルダのどのフォル" -"ダに移動すればよいのか判断できません。内容を表示するフォルダを 1 つだけ選択し" -"てください。" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "複数のフォルダが選択されました" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"少なくとも 1 つのフォルダと 1 つのファイルが選択されました。ファイルは無視し" -"て選択されたフォルダの内容を表示します" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "ファイルとフォルダが選択されました" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ファイル ‘%1’ が見つかりませんでした" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ファイルを開けません" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3380,42 +3273,42 @@ msgstr "" "場所が ‘file:/home/konqi なら、このボタンをクリックすると ‘file:/home’ に移動" "します。
        " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "このボタンをクリックしてブラウズ履歴の一つ前に戻ります。" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "このボタンをクリックしてブラウズ履歴の一つ先に進みます。" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "現在の場所の内容を再読み込みするには、このボタンをクリックします。" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "新しいフォルダを作成するには、このボタンをクリックします。" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "場所パネルを表示" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "ブックマークボタンを表示" +msgid "Show Quick Filter" +msgstr "クイックフィルターを表示" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "オプション" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3430,12 +3323,12 @@ msgstr "" "示
      • 場所ナビゲーションパネルの表示
      • ファイルのプレビューの表示" "
      • フォルダとファイルの分離
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ブックマーク" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3450,12 +3343,35 @@ msgstr "" "と同じように機能します。" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "名前(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ファイル名の変更を元に戻す" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "フォルダが変わってもフィルタを変更しません" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "名前でフィルタリング…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "フィルターバーを隠す" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3467,12 +3383,12 @@ msgstr "" "の挙動は、マウスの右ボタンをクリックして「テキスト補完」メニューから他のモー" "ドを選択することによって変更できます。" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "保存するファイルに付ける名前です。" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3481,74 +3397,79 @@ msgstr "" "開くファイルのリストです。スペースで区切って複数のファイル名を指定することが" "できます。" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "開くファイルの名前です。" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "場所" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "ファイル ‘%1’ は既に存在します。上書きしますか?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "上書きしますか?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "ローカルファイルのみ選択できます。" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "リモートファイルは指定できません" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "すべてのフォルダ" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "ディレクトリを作成" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "開く(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "アイコンサイズ: %1 ピクセル" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "ファイル名の拡張子を自動的に選択する(&X) (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "拡張子 %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ファイル名の拡張子を自動的に選択する(&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "適切な拡張子" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3573,76 +3494,63 @@ msgstr "" "(ピリオドは自動的に削除されます)。
    • このオプションを利用するとファイ" "ルが管理しやすくなるので、よく分からなければ有効にしておきましょう。" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "ファイルのタイプ(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "フィルタ(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"

      ファイルリストに適用するフィルタです。フィルタにマッチしなかったファイ" -"ル名は表示されません。

      ドロップダウンメニューからプリセットフィルタを選" -"択するか、テキストエリアにカスタムフィルタを直接入力してください。

      * " -"や ? のワイルドカードが使用できます。

      " -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New" -msgctxt "@title:window" -msgid "Create New File" -msgstr "新規作成" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "できません" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "テンプレートファイル ‘%1’ は存在しません。" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "新しいリンクの名前:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL へのリンクを作成" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "できません" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "テンプレートファイル ‘%1’ は存在しません。" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "新しいリンクの名前:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "シンボリックリンクを作成" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL へのリンクを作成" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3650,7 +3558,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3659,7 +3567,7 @@ msgid "" msgstr "" "%1 という名前はドット (.) で始まっているため、標準設定では表示されません。" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3668,128 +3576,178 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "‘%1’ という名前の、より古いアイテムが既に存在します。" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "‘%1’ という名前のファイルは既に存在します。" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "新規作成" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "デバイスへのリンク" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "新しいフォルダ" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "フォルダを作成" +msgstr "新しいフォルダを作成" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 に新しいフォルダを作成:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "所有者 (デフォルト)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "新しいファイルを作成" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "ファイル名の上" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "カスタムアイコンまたは色を選択" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "その他のアイコン…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "後でフォルダのプロパティからアイコンを変更することができます。" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "コピー" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "貼り付け" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\" を新しいタブで開く" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\" を新しいウィンドウで開く" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "編集" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "ナビゲート" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "フルパスを表示" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "%1 を転送できません" +msgstr "%1 上のいずれかの場所を開きます" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3801,6 +3759,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "場所" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3824,28 +3791,28 @@ msgstr "その他" msgid "Edit mode" msgstr "編集モード" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "クリックしてナビゲーションモードに切り替え" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "クリックして場所を編集" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "このファイルを実行する権限がありません。" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 を起動中" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3854,13 +3821,13 @@ msgstr "" "サービス “%1” を実行可能にできません。実行を中止します。\n" "%2。" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "あなたにはこのファイルを開くアプリケーションを選択する権限がありません。" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3887,12 +3854,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "メールクライアントが見つかりませんでした" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3907,28 +3880,28 @@ msgstr "" "%1\n" "というデスクトップエントリは不明です" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 を起動中" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "コマンド %1 が見つかりませんでした。" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "ターミナルエミュレータが見つかりませんでした" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 を開けませんでした" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3939,7 +3912,7 @@ msgstr "" "%1\n" "はタイプがリンクですが、URL=... という行がありません。" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -3949,20 +3922,20 @@ msgid "" "reasons it will not be started." msgstr "‘%1’ は実行ファイルです。安全のため実行しません。" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The template file %1 does not exist." msgid "" @@ -3970,12 +3943,12 @@ msgid "" "%2." msgstr "テンプレートファイル ‘%1’ は存在しません。" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "デスクトップエントリファイル ‘%1’ には Type=... という行がありません。" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3983,12 +3956,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "ファイルを開けませんでした。" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "プログラム \"%1\" を起動できませんでした。" @@ -4080,73 +4053,68 @@ msgstr "" "は変更されています。\n" "変更をアップロードしますか?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - リモートのファイルを開く、変更を監視する、アップロードを求める" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 KFM/Konqueror 開発チーム" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL をローカルファイルとして扱い、後で削除する" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "ダウンロードしたファイルの推奨ファイル名" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "実行するコマンド" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "'command' に使用する URL またはローカルファイル" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 に ACL を設定" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4155,7 +4123,7 @@ msgstr "" "‘%1’\n" "のパーミッションを変更できませんでした" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4164,115 +4132,38 @@ msgid "" "%1" msgstr "‘%1’ の所有者を変更できませんでした。" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "一時ファイルの名前を変更できませんでした" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "プログラム mount が見つかりませんでした" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "プログラム umount が見つかりませんでした" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "ファイルのパーミッションを変更" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "新しいパーミッション: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "ファイルの所有者を変更" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "ファイルを削除" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "ディレクトリを削除" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "ディレクトリを作成" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "ディレクトリのパーミッション: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "ファイルを開く" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "ディレクトリを開く" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "新しいファイル名: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "ターゲット: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "未知のアクション" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 から %2 にファイルをコピーできませんでした。(Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 用のデバイスにメディアがありません" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "ユーザ名 %1 のユーザ ID を取得できませんでした" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "グループ名 %1 のグループ ID を取得できませんでした" @@ -4314,32 +4205,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "このサイトにアクセスするためにはユーザ名とパスワードが必要です。" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "サイト:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "ログイン OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 にログインできませんでした。" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4348,7 +4239,7 @@ msgstr "" "\n" "サーバの応答: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4357,12 +4248,12 @@ msgstr "" "サイトにアクセスするためには、下のプロキシサーバに対するユーザ名とパスワード" "が必要です。" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "プロキシ:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "プロキシ認証に失敗しました。" @@ -4417,101 +4308,101 @@ msgid "" msgstr "この証明書を今後は確認なしで永久に受け入れますか?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "サーバ認証" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2%1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "そうでなければ要求は成功していたでしょう。" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "プロパティの値を取得" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "プロパティの値をセット" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "要求されたフォルダを作成" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "指定されたファイルまたはフォルダをコピー" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "指定されたファイルまたはフォルダを移動" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "指定されたフォルダで検索" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "指定されたファイルまたはフォルダをロック" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "指定されたファイルまたはフォルダのロックを解除" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "指定されたファイルまたはフォルダを削除" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "サーバの機能を問い合わせ" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "指定されたファイルまたはフォルダの内容を取得" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "指定されたフォルダでレポートを実行" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2しようとしていたときに予期しないエラー (%1) が発生しました。" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4521,13 +4412,13 @@ msgstr "" "%1しようとしていたときにエラーが発生しました (%2)。原因の要約は以下のとおりで" "す。" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1しようとしていたときにアクセスが拒否されました。" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4536,7 +4427,7 @@ msgstr "" "一つ以上の中間コレクション (フォルダ) が作成されるまで、リソースはその場所に" "作成できません。" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4553,28 +4444,28 @@ msgstr "" "の liveness を保持できなかったか、ファイルを上書きしないよう要求しながら、あ" "なたがファイルを上書きしようとしました。%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "要求されたロックは承諾されませんでした。%1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "サーバはこのタイプの body の要求をサポートしていません。" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1できません。リソースがロックされています。" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "このアクションは他のエラーによって妨害されました。" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4584,7 +4475,7 @@ msgstr "" "%1できません。相手のサーバがファイルまたはフォルダの受け取りを拒否していま" "す。" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4593,18 +4484,18 @@ msgstr "" "ターゲットのリソースには、このメソッドを実行した後にリソースの状態を保存する" "のに十分なスペースがありません。" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "このリソースは削除できません。" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 をアップロード" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4615,15 +4506,15 @@ msgstr "%2しようとしていたときに予期しないエラー (%1) が発 msgid "Network" msgstr "ネットワーク" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "不正な形式の URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4635,12 +4526,12 @@ msgstr "" "ルダを作成してもう一度この操作を実行するか、アイテムを別の場所へドラッグして" "復元してください。" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "このファイルは既にごみ箱にあります。" @@ -4676,7 +4567,7 @@ msgstr "ごみ箱を空にする" msgid "Restore a trashed file to its original location" msgstr "ごみ箱のファイルを元の場所に戻す" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4697,17 +4588,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "再試行" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "認証ダイアログ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "アクセスは拒否されました" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 プロトコルへのアクセス権限がありません。" @@ -4816,41 +4707,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "予想されるチェックサム (MD5, SHA1, SHA256 か SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "クリックしてクリップボードからチェックサムを入力欄に貼り付け。" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4860,9 +4751,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "計算" @@ -4871,137 +4762,224 @@ msgstr "計算" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "クリックしてチェックサムをクリップボードにコピー。" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "キャンセル(&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "ここに移動(&M)" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "ダウンロード" +msgstr "ここにダウンロード(&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "ここにコピー(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "ここにリンク(&L)" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 を起動中" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "このファイルに対してどのような操作を行ないますか?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "次回から確認しない" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "開く(&O)" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "実行(&E)" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 で開く(&O)" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "変更を元に戻す" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "このファイルに対してどのような操作を行ないますか?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "この操作を元に戻すには管理者権限が必要です。続行しますか?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "ディレクトリを作成" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "転送元" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "転送先" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "コピー" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "移動" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "名前変更" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "ごみ箱に移動" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "削除" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "元に戻す(&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "元に戻す: コピー(&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "元に戻す: リンク(&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "元に戻す: 移動(&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "元に戻す: 名前変更(&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "元に戻す: ごみ箱に移動(&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "元に戻す: フォルダを作成(&O)" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "元に戻す: フォルダを作成(&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "元に戻す: ファイルを作成(&O)" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "元に戻す: 一括名前変更(&O)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "元に戻す: コピー(&O)" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "元に戻す: リンク(&O)" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "元に戻す: 移動(&O)" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "元に戻す: 名前変更(&O)" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "元に戻す: ごみ箱に移動(&O)" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "元に戻す: フォルダを作成(&O)" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "元に戻す: フォルダを作成(&O)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "元に戻す: ファイルを作成(&O)" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "元に戻す: 一括名前変更(&O)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5014,12 +4992,12 @@ msgstr "" "コピー操作を元に戻すと、ファイルは削除され、すべての変更が失われます。\n" "本当に ‘%4’ を削除してもよろしいですか?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "確認 - コピー操作を元に戻す" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5030,21 +5008,22 @@ msgstr "" "本当にこのアイテムを完全に削除しますか?%1この操作はもとに戻せません。" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "完全に削除" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "完全に削除" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5057,7 +5036,7 @@ msgstr[0] "" "本当にこれら%1個のアイテムを完全に削除しますかこの操作はもとに戻せません" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5067,13 +5046,13 @@ msgstr "" "ごみ箱からすべてのアイテムを完全に削除しますか?この操作はもとに戻せません" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "ごみ箱を空にする" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5081,7 +5060,7 @@ msgid "" "filename>" msgstr "本当にこのアイテムをごみ箱に移動しますか?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5091,15 +5070,13 @@ msgstr[0] "本当にこれら %1 個のアイテムをごみ箱に移動しま #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "追加…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "編集(&E)..." +msgstr "編集..." #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5167,7 +5144,7 @@ msgstr "所有者" msgid "Owning Group" msgstr "所有グループ" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "その他" @@ -5240,225 +5217,248 @@ msgstr "システムの設定を更新中" msgid "Updating system configuration…" msgstr "システムの設定を更新しています..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "名前" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "サイズ" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "日付" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "パーミッション" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "所有者" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "グループ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "タイプ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 で開く(&W)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "アクション(&A)" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "アプリケーションでフォルダを開く(&O)" +msgstr "アプリケーションでフォルダを開く(&O)..." -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "アプリケーションで開く(&O)" +msgstr "アプリケーションで開く(&O)..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "実行(&E)" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "フォルダを %1 で開く(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 で開く(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "アプリケーションでフォルダを開く(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "アプリケーションで開く(&O)" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "その他のアプリケーション(&O)..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 アイテム" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "未知" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "停止" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Filelight で調査する" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "マウント元:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "空き容量:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "タイプ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "内容:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "以下のアプリケーションで開く:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "変更..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "場所:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "サイズ:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "変更..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "内容:" +msgid "Stop" +msgstr "停止" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight で調査する" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "リンク先:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "更新日:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "プレビューを表示" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "作成:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "ファイルシステム:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "未知のサイズ" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "マウントポイント:" +msgid "Modified:" +msgstr "更新日:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "アクセス:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "アプリケーションで開く:" +msgid "File system:" +msgstr "ファイルシステム:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "マウントポイント:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "マウント元:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "空き容量:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "未知のサイズ" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5751,10 +5751,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "ここには、用途に応じてこのアプリケーションの説明を入力します。例えば、ダイヤ" "ルアップ用アプリケーション (KPPP) なら「ダイヤルアップツール」というふうに。" @@ -5762,15 +5765,22 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "説明(&D):" +msgid "&Generic name:" +msgstr "一般名(&G):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "ここには、役に立つと思われるコメントを入力します。" +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"ここには、用途に応じてこのアプリケーションの説明を入力します。例えば、ダイヤ" +"ルアップ用アプリケーション (KPPP) なら「ダイヤルアップツール」というふうに。" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5781,7 +5791,7 @@ msgstr "コメント(&E):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "環境変数:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6000,7 +6010,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "共有" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6010,36 +6020,58 @@ msgstr "" "以下のファイルへの書き込みアクセス権が不足しているため、プロパティを保存でき" "ませんでした:%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "一般(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ファイル名の上" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1 で探す" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "更新" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 を転送できません" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "未知のサイズ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6048,138 +6080,144 @@ msgstr "" "計算中... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 ファイル" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 サブフォルダ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "計算中...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "少なくとも %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "新しいファイル名が入力されていません。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "サポートされているファイルタイプ(&S):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "アプリケーションを選択" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "作成..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "変更..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "アクセス不可" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "表示のみ可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "変更、表示が可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "内容の表示のみ可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "内容の変更、表示が可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "内容の表示/読み取りのみ可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "表示/読み取りおよび変更/書き込みが可能" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "パーミッション(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "アクセス許可" # skip-rule: permission2 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "これらのファイルはすべてリンクなのでパーミッションはありません。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "パーミッションを変更できるのは所有者のみです。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "所有者(&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "所有者に許可するアクションを指定します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "グループ(&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "グループのメンバーに許可するアクションを指定します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "その他(&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6188,30 +6226,28 @@ msgstr "" "所有者、グループのメンバーのいずれでもないユーザに許可するアクションを指定し" "ます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "フォルダの内容を削除したり名前を変更できるのは所有者のみ(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "このフラグはファイルをプログラムとして実行することを許可します。" +msgstr "ファイルをプログラムとして実行することを許可(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" -msgstr "" +msgstr "削除または名前変更:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "実行(&E)" +msgstr "実行:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6222,7 +6258,7 @@ msgstr "" "たり名前を変更したりできるのがフォルダの所有者のみになります。他のユーザがで" "きるのは新しいファイルの追加のみで、それには「内容の変更」許可が必要です。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6232,42 +6268,42 @@ msgstr "" "とスクリプト以外では意味がありません。ファイルを実行するときに必要になりま" "す。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "詳細なパーミッション(&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "所有者" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "ユーザ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "グループ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "変更をすべてのサブフォルダとその内容に適用する" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "詳細なパーミッション" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "クラス" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6276,22 +6312,22 @@ msgstr "" "項目の\n" "表示" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "このフラグはフォルダの内容表示を許可します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "読み取り" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "読み取りフラグはファイルの内容表示を許可します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6300,7 +6336,7 @@ msgstr "" "項目の\n" "書き込み" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6309,43 +6345,43 @@ msgstr "" "このフラグは、ファイルの追加、名前変更、削除を許可します。削除および名前変更" "はスティッキーフラグを使って制限することができます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "書き込み" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "書き込みフラグはファイルの内容変更を許可します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "移動" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "このフラグはフォルダへの移動を許可します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "実行" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "このフラグはファイルをプログラムとして実行することを許可します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "特殊" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6354,24 +6390,24 @@ msgstr "" "特殊なフラグ。フォルダ全体に有効、フラグの厳密な意味は右のカラムを参照してく" "ださい。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "特殊なフラグ。フラグの厳密な意味は右のカラムを参照してください。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "ユーザ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "グループ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6380,14 +6416,14 @@ msgstr "" "このフラグを設定すると、フォルダの所有者がフォルダに新しく追加されたファイル" "の所有者になります。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "実行ファイルにこのフラグを設定すると、所有者の権限で実行されます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6395,14 +6431,14 @@ msgstr "" "このフラグを設定すると、このフォルダのグループがすべての新しいファイルに対し" "て設定されます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "実行ファイルにこのフラグを設定すると、グループの権限で実行されます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6412,7 +6448,7 @@ msgstr "" "は所有者と root のみになります。それ以外の場合は、書き込み権限を持つすべての" "ユーザがファイルの削除や名前変更を行えます。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6421,89 +6457,78 @@ msgstr "" "ファイルのスティッキーフラグは Linux 上では無視されますが、使用されるシステム" "もあります。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" -msgstr "Set UID" +msgstr "UID を指定" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" -msgstr "Set GID" +msgstr "GID を指定" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "スティッキー" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "リンク" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "多種 (変更なし)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "これらのファイルは詳細なパーミッションを使用します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "これらのフォルダは詳細なパーミッションを使用します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "これらのファイルは詳細なパーミッションを使用します。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "チェックサム(&H)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "計算中..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "不正なチェックサム" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "チェックサムが一致しました" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6514,30 +6539,48 @@ msgstr "" "す。もう一度ファイルのダウンロードを試みてください。
      それでも検証に失敗し" "た場合、ファイルの提供元に連絡してください。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "これらのファイルは同一です。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "これらのファイルには差異があります。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "計算中..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6545,27 +6588,27 @@ msgstr "" "プロパティを保存できませんでした。ローカルファイルシステム上のエントリのみが" "サポートされています。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "アプリケーション(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 にファイルタイプを追加" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "追加するファイルタイプを選択 (複数可):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "ローカルファイルシステム上の実行ファイルのみがサポートされています。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 の詳細オプション" @@ -6659,28 +6702,31 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "ウェブショートカットを設定..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ファイル選択ダイアログを開きます" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "クリップボードの内容のファイル名:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "1個のファイルを貼り付け" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "クリップボードの内容を貼り付け" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6690,68 +6736,83 @@ msgstr "" "フォーマットは適用できなくなりました。貼り付けるものをもう一度コピーしてくだ" "さい。" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "1個のフォルダを貼り付け" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "1個のファイルを貼り付け" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "%1個のアイテムを貼り付け" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "Paste Clipboard Contents..." +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "クリップボードの内容を貼り付け..." -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "貼り付け" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "データフォーマット:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "クリップボードの内容のファイル名:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "ドロップされたコンテンツのファイル名:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "日付: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "サイズ: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "すべてに適用(&Y)" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6761,47 +6822,50 @@ msgstr "" "スキップを押さない限りは、ディレクトリの存在するファイルと競合が起こった場" "合、確認が行われます。" -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "これをチェックすると、現在のジョブに関して、次に起こる競合に対しボタンが押さ" "れたことになります。" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "名前変更(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "新しい名前を提案(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "スキップ(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "このフォルダをコピーしたり移動したりせずに次のアイテムに進みます" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "このファイルをコピーしたり移動したりせずに次のアイテムに進みます" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "書き込み(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6813,25 +6877,25 @@ msgstr "" "す。\n" "ディレクトリの存在するファイルと競合する場合は再び確認が行われます。" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "古いファイルを上書き(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "再開(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6840,124 +6904,124 @@ msgstr "" "この操作は ‘%1’ をそれ自体で上書きしてしまいます。\n" "新しいファイル名を入力してください:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "続行(&O)" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." +#: widgets/renamedialog.cpp:416 +#, kde-format msgid "Would you like to overwrite the destination?" -msgstr "この操作は転送先を上書きします。" +msgstr "転送先に上書きしますか?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "この操作は転送先を上書きします。" -#: widgets/renamedialog.cpp:372 +#: widgets/renamedialog.cpp:461 #, kde-format -msgid "Source" -msgstr "転送元" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "転送先" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" msgid "The source is more recent." -msgstr "転送先は%1 小さいです。" +msgstr "転送元の方が新しいファイルです。" -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" +#: widgets/renamedialog.cpp:463 +#, kde-format msgid "The source is older." -msgstr "転送先は%1 小さいです。" +msgstr "転送元の方が古いファイルです。" -#: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "転送先は%1 小さいです。" +msgstr "転送元の方が %1 小さいファイルです。" -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "The destination is bigger by %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "転送先は%1 大きいです。" +msgstr "転送元の方が %1 大きいファイルです。" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "これらのファイルは同一です。" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "これらのファイルは同一のようです。" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "これらのファイルには差異があります。" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ファイルをコピー" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "‘%1’ という名前の、より古いアイテムが既に存在します。" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "‘%1’ という名前の、よく似たファイルが既に存在します。" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "‘%1’ という名前の、より新しいアイテムが既に存在します。" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "名前変更:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "アイテムの名前を変更" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "複数のアイテムの名前を変更" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "名前変更(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "アイテム %1 の新しい名前:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "‘%1’ という名前のファイルは既に存在します。" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "選択された %1 アイテムの新しい名前:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6965,17 +7029,156 @@ msgctxt "" msgid "New name #" msgstr "新しい名前 #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "選択された %1 アイテムの新しい名前:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "選択された %1 アイテムの新しい名前:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "置換" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "アプリケーションで開く:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "置換" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "選択された %1 アイテムの新しい名前:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ファイル名の上" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ファイル名の上" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "アイテムの名前を変更" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "複数のアイテムの名前を変更" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "名前変更(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "削除または名前変更:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "置換" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "プレビューを表示" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." msgstr "" #: widgets/skipdialog.cpp:29 @@ -6983,27 +7186,27 @@ msgstr "" msgid "Information" msgstr "情報" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "置換" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "再試行" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "すべて置換" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "スキップ" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "すべてスキップ" @@ -7090,7 +7293,7 @@ msgstr "" "リモートホストが SSL 証明書を送信してきません。\n" "ホストの同定が発行されなかったため中止します。" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7100,20 +7303,15 @@ msgstr "" "\n" #: widgets/widgetsaskuseractionhandler.cpp:234 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?%1This action cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"本当にこのアイテムを完全に削除しますか?%1この操作はもとに戻せません。" +"本当にこのアイテムを完全に削除しますか?%1この操作はもとに戻せません。" #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -7126,127 +7324,111 @@ msgid_plural "" "strong='true'>This action cannot be undone." msgstr[0] "" "本当にこれら%1個のアイテムを完全に削除しますか?この操作はもとに戻せません" +"strong='true'>この操作はもとに戻せません。" #: widgets/widgetsaskuseractionhandler.cpp:253 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?%1This action cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"このファイルはごみ箱の空き容量に収まりません。かわりに完全に削除しますか?" +"%1この操作は" +"もとに戻せません。" + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"これら %1 個のファイルはごみ箱の空き容量に収まりません。かわりに完全に削除し" +"ますか?この操作はもとに戻せません。" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" -"本当にこのアイテムを完全に削除しますか?%1この操作はもとに戻せません。" +"このアイテムの場所ではごみ箱を使用できません。かわりに完全に削除しますか?" +"%1この操作は" +"もとに戻せません。" -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?This action cannot be undone." -#| msgid_plural "" -#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"本当にこれら%1個のアイテムを完全に削除しますかこの操作はもとに戻せません" +"この %1 個のアイテムの場所ではごみ箱を使用できません。かわりに完全に削除しま" +"すか?この操作はもとに戻せません。" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "本当にこれら %1 個のアイテムをごみ箱に移動しますか?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "次回から確認しない" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "次回から確認しない" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "次回からこのメッセージを表示しない" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "ピアの SSL 証明書チェーンが壊れているようです。" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "警告" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "これは以下のプログラムを開始します:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "このプログラムを信頼しない場合は「キャンセル」をクリックしてください" - -#~ msgid "Is &executable" -#~ msgstr "実行可能(&E)" - -#~ msgid "New Folder..." -#~ msgstr "新しいフォルダ..." - -#~ msgctxt "@action:button" -#~ msgid "Add..." -#~ msgstr "追加..." - -#~ msgctxt "@action:button" -#~ msgid "Edit..." -#~ msgstr "編集..." - -#~ msgctxt "@title:menu" -#~ msgid "&Open Folder With..." -#~ msgstr "アプリケーションでフォルダを開く(&O)..." - -#~ msgctxt "@title:menu" -#~ msgid "&Open With..." -#~ msgstr "アプリケーションで開く(&O)..." - -#, fuzzy -#~| msgctxt "@title:window" -#~| msgid "New Folder" -#~ msgctxt "@title:window" -#~ msgid "New File" -#~ msgstr "新しいフォルダ" - -#~ msgctxt "@title:window" -#~ msgid "New Folder" -#~ msgstr "新しいフォルダ" diff --git a/local/recipes/kde/kf6-kio/source/po/ka/kio6.po b/local/recipes/kde/kf6-kio/source/po/ka/kio6.po index cc55594684..c7724d9297 100644 --- a/local/recipes/kde/kf6-kio/source/po/ka/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ka/kio6.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 04:03+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 04:16+0200\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian \n" "Language: ka\n" @@ -16,7 +16,7 @@ msgstr "" "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.5\n" +"X-Generator: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "Temuri.doghonadze@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "ფაილ %1-ის მფლობელის შეცვლის შეცდომა" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,12 +42,12 @@ msgstr "" "ფაილის %1 მფლობელის ჩასწორების შეცდომა. თქვენ არ გაქვთ " "ამ ცვლილებისთვის საკმარისი წვდომა." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO დამხმარე პროცესის შექმნის შეცდომა: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -59,7 +59,7 @@ msgstr "" "%1 სიმბმულის შექმნის შეცდომა.\n" "სამიზნე ფაილურ სისტემას(%2) არ გააჩნია სიმბმულების მხარდაჭერა." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "\"შეცვლის\" მონიშვნით დანიშნულების წერტილამდე საქაღალდეების სახელებში " "დაუშვებელი სიმბოლოები შეიცვლება ქვედახაზით \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "\"შეცვლის\" მონიშვნით სამიზნე ფაილის სახელებში დაუშვებელი სიმბოლოები " "შეიცვლება ქვედახაზით \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "საქაღალდე უკვე არსებობს" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ფაილი უკვე არსებობს" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "უკვე არსებობს საქაღალდეში" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "ნაგავი" @@ -198,192 +198,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "გადატანა" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "წყარო" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "დანიშნულება" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "გადარქმევა" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "კოპირება" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "საქაღალდის შექმნა" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "საქაღალდე" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "წაშლა" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ფაილი" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "გამოკვლევა" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "გადაგზავნა" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "მიმაგრება" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "მოწყობილობა" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "მიმაგრების წერტილი" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "მიმაგრების მოხსნა" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "ატრიბუტის შეცვლა" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "ფაილის ატრიბუტების შესაცვლელად საჭიროა Root წვდომა. გააგრძელებთ?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "ფაილების კოპირება" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "ფაილების კოპირების დასასრულებლად საჭიროა Root წვდოა. გააგრძელებთ?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ფაილების წაშლა" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"ფაილების წაშლის დასასრულებლად საჭიროა Root წვდომა. მაგრამ ასე მოქცევამ " -"შეიძლება დააზიანოს თქვენი სისტემა. გააგრძელებთ?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "საქაღალდის შექმნა" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "ამ საქაღალდის შესაქმნელად საჭიროა Root წვდომა. გააგრძელებთ?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "ელემენტების გადატანა" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "გადატანის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "გადარქმევა" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "სახელის გადარქმევის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "სიმბმულის შექმნა" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "სიმბმულის შესაქმნელად საჭიროა Root წვდომა. გააგრძელებთ?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "მონაცემების გადატანა" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "მონაცემების გადატანის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -811,6 +715,12 @@ msgstr "ფაილი მეტისმეტად დიდია ნაგ #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"ამ მდებარეობისთვის ნაგვის ყუთის საქაღალდე აღმოჩენილი არაა, ან არ შექმნილა." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -820,65 +730,65 @@ msgstr "" "%2\n" "გააგზავნეთ შეცდომის სრული ანგარიში https://bugs.kde.org-ზე." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(უცნობი)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "ტექნიკური მიზეზი: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "მოთხოვნის დეტალები:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • პროტოკოლი: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • თარიღი და დრო: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • დამატებითი ინფორმაცია: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "შესაძლო მიზეზები:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "შესაძლო გადაწყვეტილებები:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(უცნობი)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -887,17 +797,17 @@ msgstr "" "შემდგომი ნაბიჯებისთვის დაუკავშირდით თქვენი კომპიუტერის მომწოდებელს ან " "ტექნიკური მხარდაჭერის გუნდს." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "შემდგომი ნაბიჯებისთვის დაუკავშირდით ადმინისტრატორს." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "შეამოწმეთ რესურსზე წვდომის უფლებები." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -906,7 +816,7 @@ msgstr "" "წვდომის თქვენი უფლებები შეიძლება არასაკმარისი აღმოჩნდეს რესურსზე მოთხოვნილი " "ოპერაციების განსახორციელებლად." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -914,7 +824,7 @@ msgstr "" "შეიძლება ფაილი გამოიყენება (ამიტომ იყოს დაბლოკილიც) სხვა მომხმარებლის ან " "აპლიკაციის მიერ." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -923,17 +833,17 @@ msgstr "" "ჩართეთ, რომ დარწმუნდეთ, რომ სხვა აპლიკაცია და მომხმარებელი ამ ფაილს არც " "იყენებენ და არც ჩაუკეტავთ ის." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "ძალიან პატარა შანსით, მაგრამ შეიძლება ეს იყოს აპარატურული პრობლემა." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "შეიძლება შეეჩეხეთ შეცდომას პროგრამაში." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -942,7 +852,7 @@ msgstr "" "დიდი ალბათობით ეს გამოიწვია შეცდომამ პროგრამაში. გთხოვთ ატვირთოთ შეცდომის " "სრული ანგარიში, როგორც ქვემოთაა აღწერილი." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -951,7 +861,7 @@ msgstr "" "განაახლეთ თქვენი პროგრამული უზრუნველყოფა ბოლო ვერსიამდე. თქვენს დისტრიბუტივს " "უნდა ჰქონდეს საშუალება, განაახლოს ის." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -970,12 +880,12 @@ msgstr "" "და დაურთეთ ისინი თქვენს ანგარიშს შეცდომის შესახებ იმ ყველაფერთან ერთად, " "რასაც ფიქრობთ, რომ სასარგებლო იქნება." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "თქვენს ქსელთან მიერთებას შეიძლება პრობლემები აქვს." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -984,49 +894,49 @@ msgstr "" "შეიძლება ქსელში პრობლემები გაქვთ. თუ ინტერნეტთან წვდომა ახლახანს გქონდათ, " "ალბათ ეს ასე არაა." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "შესაძლო ქსელური პრობლემა თქვენს კომპიუტერსა და სერვერს შორის." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "კიდევ სცადეთ. ახლავე, ან ცოტა ხანში." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "პროტოკოლის შეცდომა ან შეუთავსებლობა." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "დარწმუნდით, რომ რესურსი არსებობს და სცადეთ თავიდან." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "შეიძლება მითითებული რესურსი არ არსებობს." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "გადაამოწმეთ შეყვანილი მდებარეობის სისწორე და სცადეთ თავიდან." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "გადაამოწმეთ ქსელთან კავშირის მდგომარეობა." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "რესურსის წასაკითხად გახსნის შეცდომა" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, შიგთავსის ნახვა " "შეუძლებელია, ან არ გაქვთ წაკითხვის უფლება." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "თქვენ შეიძლება არ გაქვთ უფლება წაიკითხოთ ფაილი ან გახსნათ საქაღალდე." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "რესურსის ჩასაწერად გახსნის შეცდომა" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1054,17 +964,17 @@ msgstr "" "ეს ნიშნავს, რომ ფაილის %1 ჩაწერა ისე, როგორც მოთხოვნილია, " "შეუძლებელია, რადგან წვდომა არ გაგაჩნიათ." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 პროტოკოლის მიერ მოთხოვნილი პროცესის გაშვების შეცდომა" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "პროცესის გაშვების შეცდომა" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 პროტოკოლთან წვდომას " "უზრუნველყოფდა, არ ეშვება. როგორც წესი, ეს ტექნიკური პრობლემების გამოა." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1085,12 +995,12 @@ msgstr "" "განახლების შემდეგ არ განახლებულა. ამას მიმდინარე ვერსიასთან არათავსებადობა " "შეუძლია, გამოიწვიოს." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "შიდა შეცდომა" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, შიდა შეცდომა დააბრუნა." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "არასწორად შედგენილი URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:" "port/folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "პროტოკოლი %1 მხარდაუჭერელია" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1132,12 +1042,12 @@ msgstr "" "პროტოკოლი %1 ამ კომპიუტერზე დაყენებული KDE-ის პროგრამების " "მიერ მხარდაჭერილი არაა." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "მოთხოვნილი პროტოკოლის მხარდაჭერა შეიძლება არ არსებობდეს." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1146,7 +1056,7 @@ msgstr "" "%1 პროტოკოლის ვერსიები, რომლებსაც ეს კომპიუტერი და სერვერი იყენებენ, " "შეიძლება თავსებადი არაა." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1157,17 +1067,17 @@ msgstr "" "მოძებნოთ, რომელსაც ამ პროტოკოლის მხარდაჭერა გააჩნია. მოსაძებნი ადგილი " "შეიცავს საიტს https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL რესურსზე მიბმული არაა." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "პროტოკოლი ფილტრის პროტოკოლია" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL), რომელიც შეიყვანეთ, რესურსზე არ მიუთითებს.." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1188,12 +1098,12 @@ msgstr "" "მითითებული პროტოკოლი მხოლოდ ამ სიტუაციისთვისაა, მაგრამ ის ახლა არ ხდება. ეს " "იშვიათი მოვლენაა, რომელიც ხშირად პროგრამისტის შეცდომაზე მიუთითებს." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "მხარდაუჭერელი ქმედება: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1202,7 +1112,7 @@ msgstr "" "KDE-ის პროგრამას, რომელიც %1 პროტოკოლის განხორციელებას " "წარმოადგენს, მოთხოვნილი ქმედების მხარდაჭერა არ გააჩნია." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1212,17 +1122,17 @@ msgstr "" "შეცდომა KDE-ის პროგრამაზეა დამოკიდებული. დამატებით ინფორმაციას შეუძლია იმაზე " "მეტი რამ მოგცეთ, ვიდრე ის KDE-ის შეტანა/გამოტანის არქიტექტურას გააჩნია." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "მცდელობა, მოვძებნოთ სხვა გზა, რათა იგივე შედეგს მივაღწიოთ." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "მოველოდით ფაილს" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1230,17 +1140,17 @@ msgid "" msgstr "" "მოთხოვნა მოელოდა ფაილს, თუმცა აღმოჩენილია საქაღალდე %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "შეცდომა სერვერის მხარეს." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "მოველოდით საქაღლდეს" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1248,17 +1158,17 @@ msgid "" msgstr "" "მოთხოვნა მოელოდა საქაღალდეს, თუმცა აღმოჩენილია ფაილი %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ფაილი ან საქაღალდე არ არსებობს" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "მითითებული ფაილი ან საქაღალდე %1 არ არსებობს." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1267,22 +1177,22 @@ msgstr "" "მოთხოვნილი ფაილის შექმნა შეუძლებელია, რადგან ფაილი იგივე სახელით უკვე " "არსებობს." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "სცადეთ, ჯერ მიმდინარე ფაილი მოიშოროთ, შემდეგ კი თავიდან სცადეთ." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "წაშალეთ მიმდინარე ფაილი და თავიდან სცადეთ." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "ახალი ფაილისთვის სხვა სახელი შეარჩიეთ." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1291,27 +1201,27 @@ msgstr "" "მოთხოვნილი საქაღალდის შექმნა შეუძლებელია, რადგან საქაღალდე იგივე სახელით " "უკვე არსებობს." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "სცადეთ, ჯერ მიმდინარე საქაღალდე მოიშოროთ, შემდეგ კი თავიდან სცადეთ." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "წაშალეთ მიმდინარე საქაღალდე და თავიდან სცადეთ." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "ახალი საქაღალდის ალტერნატიული სახელი." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "უცნობი ჰოსტი" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1320,7 +1230,7 @@ msgstr "" "უცნობი ჰოსტის შეცდომა ნიშნავს, რომ სერვერი მითითებული სახელით, %1, ინტერნეტში აღმოჩენილი არაა." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1328,27 +1238,27 @@ msgstr "" "სახელი, რომელიც აკრიფეთ, %1, შეიძლება არ არსებობს. შეიძლება აკრეფისას " "შეგეშალათ." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "წვდომა აკრძალულია" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "მითითებულ რესურსთან წვდომა აკრძალულია. %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "თქვენი მითითებული ავთენტიკაციის დეტალები არასწორია ან მითითებული არაა." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "თქვენს ანგარიშს მითითებულ რესურსთან შეიძლება წვდომა არ გააჩნია." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1357,12 +1267,12 @@ msgstr "" "მოთხოვნა თავიდან სცადეთ და დარწმუნდით, რომ შეყვანილი ავთენტიკაციის დეტალები " "სწორია." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "ჩაწერის წვდომა აკრძალულია" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1370,12 +1280,12 @@ msgid "" msgstr "" "ეს ნიშნავს, რომ ფაილში %1 ჩაწერის მცდელობა უარყოფილია.." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "საქაღალდეში შესვლის შეცდომა" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1384,17 +1294,17 @@ msgstr "" "ეს ნიშნავს, რომ სცადეთ შეგეყვანათ (სხვა სიტყვებით, გაგეხსნათ) საქაღალდე " "%1%1 refused to allow this computer to make a " @@ -1505,7 +1415,7 @@ msgid "" msgstr "" "სერვერმა %1 ამ კომპიუტერიდან მიერთების მცდელობა უარყო." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1514,7 +1424,7 @@ msgstr "" "სერვერი, მიუხედავად იმისა, რომ ინტერნეტთან მიერთებულია, შეიძლება მოთხოვნების " "მისაღებად გამართული არაა." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1523,7 +1433,7 @@ msgstr "" "სერვერი, მიუხედავად იმისა, რომ ინტერნეტთან მიერთებულია, შეიძლება მოთხოვილი " "სერვისის(%1) მისაღებად გამართული არაა." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1533,12 +1443,12 @@ msgstr "" "ბრანდმაუერი (მოწყობილობა, რომელიც ზღუდავს ინტერნეტთან წვდომას), რომელიც " "თქვენ ან სერვერის ქსელს იცავს, შეიძლება ჩაერია და მოთხოვნას ხელი შეუშალა." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "სერვერთან შეერთება მოულოდნელად დაიხურა" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1547,7 +1457,7 @@ msgstr "" "იმის მიუხედავად, რომ %1-თან მიერთება დამყარებულია, კავშირი " "მიმოცვლის მოულოდნელ წერტილში დაიხურა." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1556,17 +1466,17 @@ msgstr "" "შეიძლება მოხდა პროტოკოლის შეცდომა, რომელმაც სერვერს პასუხად მიერთების " "დახურვა აიძულა." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL-ის რესურსი არასწორია" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "პროტოკოლი %1 ფილტრის პროტოკოლს არ წარმოადგენს" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 წვდომისთვისაა საჭირო." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1590,17 +1500,17 @@ msgstr "" "საშუალება არ გააჩნა. ეს იშვიათი მოვლენაა და როგორც წესი პროგრამისტის " "შეცდომას ნიშნავს." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "შეტანის/გამოტანის მოწყობილობის ინიციალიზაციის შეცდომა" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "მოწყობილობის მიმაგრების შეცდომა" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1609,7 +1519,7 @@ msgstr "" "მოთხოვნილი მოწყობილობის ინიციალიზაცია (მიმაგრება) შეუძლებელია. შეცდომა: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1620,7 +1530,7 @@ msgstr "" "(მაგალითად, CD დისკი CD-ROM-ში) ან, ან შემთხვევაში გარე/მოხსნადი მოწყობილობა " "შეიძლება არასწორადაა მიერთებული." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1631,7 +1541,7 @@ msgstr "" "გაგაჩნიათ. UNIX სისტემებზე მოწყობილობის ინიციალიზაციისთვის ხშირად " "ადმინისტრატორის პრივილეგიებია საჭირო." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1641,17 +1551,17 @@ msgstr "" "შეიცავდნენ და გადატანადი მოწყობილობები შეერთებული და ჩართული უნდა იყოს... და " "თავიდან სცადეთ." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "შეტანის/გამოტანის მოწყობილობის ინიციალიზაციის გაუქმების შეცდომა" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "მოწყობილობის მიმაგრების მოხსნის შეცდომა" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1660,7 +1570,7 @@ msgstr "" "მოთხოვნილი მოწყობილობის ინიციალიზაციის გაუქმება (მოხსნა) შეუძლებელია. " "შეცდომა: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1671,7 +1581,7 @@ msgstr "" "ან მომხმარებლის მიერ. ისეთი რამებსაც კი, როგორიცაა ბრაუზერის ღია ფანჯარა ამ " "მოწყობილობაზე მდებარე მდებარეობაზე, შეუძლია, ეს გამოიწვიოს." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1681,18 +1591,18 @@ msgstr "" "მოწყობილობის მოხსნის (\"unmount\") წვდომა არ გაგაჩნიათ. UNIX სისტემებზე " "მოწყობილობის მოსახსნელად სისტემური ადმინისტრატორის პრივილეგიებია საჭირო." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "დარწმუნდით, რომ სხვა აპლიკაცია ამ მოწყობილობას არ იყენებს და თავიდან სცადეთ." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "რესურსიდან წაკითხვის შეცდომა" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1701,17 +1611,17 @@ msgstr "" "ეს ნიშნავს, რომ მიუხედავად იმისა, რომ რესურსის %1 გახსნა " "შესაძლებელია, მისი შემცველობის წაკითხვის მცდელობა შეცდომით დასრულდა." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "თქვენ შეიძლება არ გაქვთ უფლება წაიკითხოთ რესურსი." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "რესურსში ჩაწერის შეცდომა" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1720,22 +1630,22 @@ msgstr "" "ეს ნიშნავს, რომ მიუხედავად იმისა, რომ რესურსის %1 გახსნა " "შესაძლებელია, მისი შემცველობის ჩაწერის მცდელობა შეცდომით დასრულდა." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "თქვენ შეიძლება არ გაქვთ უფლება, ჩაწეროთ ამ რესურსში." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "ვერ ვუსმენ ქსელურ კავშირებს" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "მიბმის შეცდომა" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1745,17 +1655,17 @@ msgstr "" "ეს საკმაოდ ტექნიკური შეცდომა, რომელშიც საჭირო მოწყობილობა ქსელური " "კომუნიკაციისთვის (სოკეტი) შემომავალი ქსელური მიერთებებისთვის ვერ შეიქმნა." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "მოსმენის შეცდომა" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "ვერ ვიღებ ქსელურ ტრაფიკს" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1764,34 +1674,34 @@ msgstr "" "ეს საკმაოდ ტექნიკური შეცდომაა, როცა მოხდა შეცდომა შემომავალი ქსელური " "მიერთების დადასტურებისას." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "შეიძლება არ აქვთ უფლება, მიიღოთ ეს ქსელური ტრაფიკი." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "%1-ზე შესვლა წარუმატებელია" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "მოთხოვნილი ოპერაციის შესასრულებლად შესვლის მცდელობა წარუმატებლად დასრულდა." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "რესურსის სტატუსის განსაზღვრა შეუძლებელია" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "რესურსის აღმოჩენის შეცდომა" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1800,69 +1710,69 @@ msgstr "" "რესურსის %1 შესახებ ინფორმაციის, როგორიცაა მისი სახელი, " "ტიპი, ზომა და ა.შ. დადგენის მცდელობა წარუმატებელი აღმოჩნდა." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "მითითებული რესურსი არ არსებობს ან მიუწვდომელია." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "სიის გაუქმება შეუძლებელია" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: საჭიროა დოკუმენტირება" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "საქაღალდის შექმნის შეცდომა" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "მოთხოვნილი საქაღალდის შექმნის მცდელობა ავარიულად დასრულდა." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "საქაღალდის შესაქმნელად მითითებული მდებარეობა შეიძლება არ არსებობდეს." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "საქაღალდის წაშლა შეუძლებელია" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "მცდელობა, წაგვეშალა მითითებული საქაღალდე, %1, წარუმატებელია." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "მითითებული საქაღალდე შეიძლება არ არსებობს." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "მითითებული საქაღალდე შეიძლება ცარიელი არაა." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "დარწმუნდით, რომ საქაღალდე არსებობს და ის ცარიელია და სცადეთ კიდევ." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ფაილის გადმოწერის გაგრძელება შეუძლებელია" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1871,35 +1781,35 @@ msgstr "" "მითითებულმა მოთხოვნამ მოითხოვა, რომ ფაილი %1გადაცემა უნდა " "გაგრძელდეს რაღაც დროის შემდეგ. ეს შეუძლებელი იყო." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "პროტოკოლს ან სერვერს არ გააჩნიათ ფაილის გადაცემის გაგრძელების მხარდაჭერა." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "თავიდან ცდა გადაცემის გაგრძელების ცდის გარეშე." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "რესურსისთვის სახელის გადარქმევის შეცდომა" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "მცდელობა, მითითებული რესურსისთვის, %1 სახელი გადაგვერქმია, " "წარუმატებლად დასრულდა." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "რესურსის წვდომების ჩასწორების შეცდომა" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1, შეგვეცვალა წვდომის " "უფლებები, წარუმატებელია." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "რესურსის მფლობელის შეცვლის შეცდომა" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1, შეგვეცვალა მფლობელი, " "წარუმატებელია." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "რესურსის წაშლის შეცდომა" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "მცდელობა, მითითებული რესურსი, %1, წაგვეშალა, წარუმატებელია." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "პროგრამის გაუთვალისწინებელი დასასრული" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "პროტოკოლთან წვდომაზე, გაუთვალისწინებლად დასრულდა." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "არასაკმარისი მეხსიერება" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1https://bugs.kde.org/" @@ -2021,17 +1931,17 @@ msgstr "" "bugs.kde.org/, რათა KDE-ის გუნდს მხარდაუჭერელი ავთენტიკაციის მეთოდის " "შესახებ შეატყობინოთ." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "მოთხოვნა შეწყვეტილია" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "სერვერის შიდა შეცდომა" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2040,7 +1950,7 @@ msgstr "" "პროგრამამ, რომელიც %1 პროტოკოლთან წვდომას უზრუნველყოფს, " "შიდა შეცდომა დააბრუნა: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2049,12 +1959,12 @@ msgstr "" "დიდი ალბათობით ეს გამოიწვია შეცდომამ პროგრამაში. გთხოვთ ატვირთოთ შეცდომის " "სრული ანგარიში, როგორც ქვემოთაა აღწერილი." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "დაუკავშირდით სერვერის ადმინისტრატორს და ჰკითხეთ პრობლემის შესახებ." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2062,40 +1972,31 @@ msgid "" msgstr "" "თუ იცით, სერვერის პროგრამა ვისი დაწერილია, სჯობს პირდაპირ მას მისწეროთ." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "დროის გასვლის შეცდომა" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" "მიუხედავად იმისა, რომ სერვერს დავუკავშირდით, დაკავშირებისთვის გამოყოფილ " -"დროში ეს ვერ მოხერხდა შემდეგი მოთხოვნისთვის:
      • კავშირის დამყარების " -"ვადა: %1 წამი
      • პასუხის მიღების ვადა: %2 წამი
      • პროქსი სერვერთან " -"მიერთების ვადა: %3 წამი
      დაიმახსოვრეთ, რომ ამ ვადების შეცვლა KDE-ის " -"სისტემური პარამეტრებიდან შეგიძლიათ, მენუში ქსელის მორგება -> კავშირის " -"გამართვა." +"დროში პასუხის მიღება ვერ მოხერხდა." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "სერვერს საპასუხოდ არ სცალია." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "უცნობი შეცდომა" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, უცნობი შეცდომა დააბრუნა: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "უცნობი წყვეტა" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, უცნობი შეცდომა ან დასრულების კოდი დააბრუნა: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "საწყისი ფაილის წაშლის შეცდომა" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2134,12 +2035,12 @@ msgstr "" "გადატანის ოპერაციის დასრულებისას. ორიგინალური ფაილის %1 " "წაშლა შეუძლებელია." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "დროებითი ფაილის წაშლის შეცდომა" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2149,12 +2050,12 @@ msgstr "" "მოთხოვნილ ფაილს დროებითი ფაილის შექმნა სჭირდება, რომელშიც ის ახალ გადმოწერილ " "ფაილს შეინახავს. დროებითი ფაილის %1 წაშლა შეუძლებელია." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "საწყისი ფაილისთვის სახელის გადარქმევის შეცდომა" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2163,12 +2064,12 @@ msgstr "" "მოთხოვნილ ოპერაციას საწყისი ფაილის %1 სახელის გადარქმევა " "სჭირდება, რაც შეუძლებელია." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "დროებითი ფაილისთვის სახელის გადარქმევის შეცდომა" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2177,32 +2078,32 @@ msgstr "" "მოთხოვილ ოპერაციას დროებითი ფაილის %1 შექმნა სჭირდება, რაც " "შეუძლებელია." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "ბმულის შექმნის შეცდომა" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "სიმბმულის შექმნის შეცდომა" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "მოთხოვნილი სიმბმულის შექმნა ფაილამდე %1 შეუძლებელია." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "შიგთავსის გარეშე" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "დისკი გადავსებულია" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2211,7 +2112,7 @@ msgstr "" "მოთხოვნილი ფაილის, %1, ჩაწერის შეცდომა. დისკზე არასაკმარისი " "ადგილია." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2221,12 +2122,12 @@ msgstr "" "გაათავისუფლეთ ადგილი 1) დროებითი და არასასურველი ფაილების წაშლით 2) ფაილების " "დაარქივებით მოხსნად ან CD-RW დისკებზე 3) შეიძინეთ უფრო დიდი დისკი." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "წყარო და სამიზნე ფაილი ერთი და იგივეა" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2235,17 +2136,17 @@ msgstr "" "ოპერაციის დასრულება შეუძლებელია, რადგან საწყისი და სამიზნე ფაილი ერთი და " "იგივეა." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "წყაროსა და სამიზნე ფაილებისთვის აირჩიეთ სხვადასხვა სახელები." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "ფაილი ან საქაღალდე საკუთარ თავზე დააგდეთ" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2254,17 +2155,17 @@ msgstr "" "ოპერაციის დასრულება შეუძლებელია, რადგან საწყისი და სამიზნე საქაღალდე ერთი და " "იგივეა." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "ჩააგდეთ სხვა ფაილში ან საქაღალდეში." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "საქაღალდე საკუთარ თავში ვერ გადავა" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2273,17 +2174,17 @@ msgstr "" "ოპერაციის დასრულება შეუძლებელია. რესურსები ვერ იქნება გადატანილი საკუთარ " "თავში." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "გადაიტანეთ სხვა საქაღალდეში." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "პაროლების სერვერთან კავშირის შეცდომა" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2292,22 +2193,22 @@ msgstr "" "ოპერაციის დასრულება შეუძლებელია, რადგან სერვისთან, რომელიც პაროლებს " "გეკითხებათ (kpasswdserver) დაკავშირება შეუძლებელია" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "სცადეთ თქვენი ვერსიის თავიდან გაშვება ან kiod-ის ჟურნალში ჩაიხედეთ." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "პროტოკოლის %1 დაწყების შეცდომა" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO დამხმარე პროცესის შექმნის შეცდომა" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2317,7 +2218,7 @@ msgstr "" "პროტოკოლთან წვდომაზე, გაუთვალისწინებლად დასრულდა მეხსიერების არასაკმარისი " "რაოდენობის გამო." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2326,13 +2227,13 @@ msgstr "" "klauncherმა ვერ იპოვა ან ვერ გაუშვა დამატება, რომელიც ამ პროტოკოლის მუშაობას " "უზრუნველყოფს. ეს ნიშნავს, რომ დამატების ვერსია ძალიან ძველია." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1-ის გადატანის შეცდომა" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2342,7 +2243,7 @@ msgstr "" "ფაილის, %1, გადატანა შეუძლებელია. სამიზნე ფაილურ " "სისტემას არ გააჩნია ასეთი დიდი ფაილების მხარდაჭერა" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2351,28 +2252,28 @@ msgstr "" "თავიდან დააფორმატეთ სამიზნე დისკი ფაილური სისტემით, რომელსაც ამხელა ფაილების " "მხარდაჭერა გააჩნია." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "არადოკუმენტირებული შეცდომა" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(სიმბმული %1-მდე)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, ბმული %2-მდე)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (მიუთითებს %1-ზე)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2381,12 +2282,12 @@ msgstr "" "არასწორი URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1-ის ფაილის ტიპის გამოცნობა შეუძლებელია" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2395,13 +2296,13 @@ msgstr "" "'%1'-დან გამშვები სახელის გამოღება შეუძლებელია. აკრიფეთ სწორი პროგრამის " "სახელი." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 გამშვებ ფაილს არ გავს." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2410,92 +2311,92 @@ msgid "" msgstr "" "%1 ვერ ვიპოვე. შეიყვანეთ სწორი ბილიკი გამშვებ ფაილამდე." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "შეერთებების გახსნა მხარდაუჭერელია პროტოკოლით %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "შეერთებების დახურვა მხარდაუჭერელია პროტოკოლით %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "ფაილებთან წვდომა მხარდაუჭერელია პროტოკოლით %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1-ში ჩაწერა მხარდაუჭერელია." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "პროტოკოლისთვის %1 სპეციალური ქმედებები ხელმიუწვდომელია." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "საქაღალდეების სიის მღება პროტოკოლისთვის %1 მხარდაუჭერელია." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1-დან მონაცემების მიღება მხარდაჭერილი არაა." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1-დან mime ტიპის ინფორმაციის მიღება მხარდაჭერილი არაა." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1-ში ფაილების გადაადგილება ან სახელის გადარქმევა მხარდაჭერილი არაა." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "პროტოკოლით %1 სიმბმულების შექმნა მხარდაჭერილი არაა." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1-ში ფაილების კოპირება მხარდაჭერილი არაა." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1-დან ფაილების წაშლა მხარდაჭერილი არაა." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "პროტოკოლით %1 საქაღალდეების შექმნა მხარდაჭერილი არაა." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ფაილების ატრიბუტების შეცვლა მხარდაუჭერელია პროტოკოლისთვის %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ფაილების მფლობელის შეცვლა მხარდაუჭერელია პროტოკოლით %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ფაილების გახსნა მხარდაუჭერელია პროტოკოლით %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "პროტოკოლს %1 ქმედების (%2) მხარდაჭერა არ გააჩნია." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2507,313 +2408,337 @@ msgstr "" "მომატებულ წვდომებს მოითხოვს, გარანტირებული ვერ იქნება, რადგან მისი ჩასწორება " "%2-ზე root-ის გარდა სხვა მომხმარებლებსაც შეუძლიათ." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "უცნობი პროტოკოლი %1." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "პროტოკოლისთვის '%1' KIO -ის დამხმარე პროგრამა ვერ ვიპოვე." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO-ის დამხმარე პროგრამა პროტოკოლისთვის \"%1\" %2-ში ჩატვირთული არ იყო, " +"რადგან ყველა KIO-ის დამხმარე პროგრამა, რომელიც მოთავსებულია %3-ის გარეთ და " +"ითხოვს ამაღლებულ წვდომებს, საფრთხის შემცველად ითვლება." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "სოკეტის შექმნის შეცდომა KIO-ის დამხმარე პროცესის გასაშვებად პროტოკოლისთვის " "'%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1'-ზე 'kioworker' გამშვები ფაილი ვერ ვიპოვე." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&დეტალები" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&სამუდამოდ" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&გაგრძელება" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&მხოლოდ მიმდინარე სესიაში" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "გადატანა ახალ საქაღალდეში" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ახალი საქაღალდის შექმნა ამ ელემენტებისთვის" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "წასაშლელად არაფერი მოგინიშნავთ." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "წასაშლელი არაფერია" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "სანაგვე ყუთში გადასატანად არაფერი მოგინიშნავთ." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "წასაშლელი არაფერია" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "მითითებული საქაღალდე არ არსებობს, ან წაკითხვადი არაა." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "მენიუ" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "მშობელი საქაღალდე" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "უკან დაბრუნება" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "წინ გადასვლა" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "საწყისი საქაღალდე" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "თავიდან ჩატვირთვა" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "ახალი საქაღალდე…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ნაგავში გადატანა" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "წაშლა" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "დალაგება" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "სახელის მიხედვით დალაგება" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "ზომის მიხედვით დალაგება" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "თარიღის მიხედვით დალაგება" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "ტიპის მიხედვით დალაგება" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "ზრდის მიხედვით" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Დაღმავალი" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "ჯერ საქაღალდეები" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "დამალული ფაილების ბოლოში ჩვენება" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "ხატულების ხედი" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "შემჭიდროებული ხედი" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "დეტალური ხედი" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ხატულების მდებარეობა" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ფაილის სახელის შემდეგ" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ფაილის სახელის ზემოდან" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "მოკლე ხედი" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "დეტალური ხედი" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ხისმაგვარი ხედი" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "ხისმაგვარი დეტალური ხედი" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "დეტალების ხედის გაშლის ჩართვა" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "დამალული ფაილების ჩვენება" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "გადახედვის ზოლის ჩვენება" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "გადახედვის ჩვენება" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "შემცველი საქაღალდის გახსნა" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "პარამეტრები" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&ხედის რეჟიმი" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "ჯერ ახლები" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "ჯერ ძველები" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "ჯერ ახლები" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "ჯერ დიდები" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "ჯერ პატარები" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "კოდირება:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "გახსნა" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "შენახვა როგორც" @@ -2860,40 +2785,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "აქ გადმოტანა" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|ყველა ფაილი" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "ყველა მხარდაჭერილი ფაილი" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "ყველა ფაილი" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "მდებარეობის ელემენტის დამატება" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "მდებარეობის ელემენტის ჩასწორება" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2905,17 +2830,17 @@ msgstr "" "შედგებოდეს ერთი ან ორი სიტყვისგან, რომელიც დაგეხმარებათ, რას ეხება ეს " "ელემენტი. თუ ჭდეს არ შეიყვანთ, ის მდებარეობის URL-დან განისაზღვრება.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&ჭდე:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "შეიყვანეთ აღმწერი ჭდე" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2928,12 +2853,12 @@ msgstr "" "org/pub/kde/stable

      ტექსტური რედაქტორთან მდებარე ღილაკზე " "დაწკაპუნებით შეგიძლიათ შესაბამის URL-ზე გადახვიდეთ.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&მდებარეობა:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2942,17 +2867,17 @@ msgstr "" "ეს ხატულა მდებარეობების პანელში გამოჩნდება.

      სხვა ხატულის " "ასარჩევად ღილაკზე დააწკაპუნეთ.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "აირჩიეთ ხა&ტულა:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "მხოლოდ ამ აპლიკაციის (%1) &გამოყენების დროს" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2963,200 +2888,206 @@ msgstr "" "აპლიკაციის (%1) გამოყენებიას გამოჩნდეს.

      თუ ეს პარამეტრი ჩართული " "არაა, ელემენტი ხელმისაწვდომი ყველა აპლიკაციაში იქნება.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "ადგილები" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "დაშორებული" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Ბოლო" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "ძებნა" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "მოწყობილობები" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "მოხსნადი მოწყობილობები" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "ჭდეები" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2-დან)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "ყველა ჭდე" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "სახლი" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "სამუშაო მაგიდა" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "დოკუმენტები" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "გადმოწერები" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "ქსელი" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ნაგავი" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "მუსიკა" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "სურათები" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "ვიდეო" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "ბოლო ფაილები" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "ბოლო მდებარეობები" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "შეცვლილია დღეს" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "შეცვლილია გუშინ" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Places პანელის დამატების შეცდომა: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "ადგილების პანელზე მხოლოდ საქაღალდეების დამატება შეგიძლიათ." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "მორგება…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "გათავისუფლება…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&გათავისუფლება" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "უსაფრთხოდ მოცილება…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&უსაფრთხოდ მოცილება" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "მოხსნა…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&მიმაგრების მოხსნა (unmount)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&გამოღება" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "მოწყობილობა '%1' დისკი არაა და მისი გამოღება შეუძლებელია." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "შეცდომა \"%1\"-სთან წვდომისას. სისტემის პასუხია: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "შეცდომა \"%1\"-სთან წვდომისას" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "აპლიკაციას ამ მოწყობილობაზე მდებარე ერთი ან მეტი ფაილი აქვს გახსნილი." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3171,108 +3102,108 @@ msgstr[1] "" "ამ მოწყობილობაზე ერთი ან მეტი ფაილი გახსნილია აპლიკაციებში " "\"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "დააფორმატეთ ან ჩაასწორეთ დანაყოფების მმართველით" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2-დან %1 თავისუფალია (გამოყენებულია %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (დამალული)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "ნაგვის დაცარიელება" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "მიმაგრება" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "ახალ ჩანართში გახსნა" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "ახალ ფანჯარაში გახსნა" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "ელემენტის დამატება…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&ჩასწორება…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "ადგილებიდან წაშლა" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&დამალვა" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "სექციის დამალვა %1" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "სექციის დამალვა" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&ყველა ელემენტის ჩვენება" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "ხატულების ზომა" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3280,51 +3211,51 @@ msgctxt "" msgid "Auto Resize" msgstr "ზომის ავტომატური შეცვლა" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "პატარა (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "საშუალო (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "დიდი (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "უზარმაზარი (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "შეგიძლიათ მონიშნოთ მხოლოდ ერთი ფაილი" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "მითითებულია ერთზე მეტი ფაილი" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "შეგიძლიათ მონიშნოთ მხოლოდ ადგილობრივი ფაილები" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "დაშორებული ფაილები მიუღებელია" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3337,51 +3268,22 @@ msgstr[0] "" msgstr[1] "" "მონიშნული ბმული მხარდაუჭერელ სქემას იყენებს. გამოიყენეთ შემდეგი სქემა: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "URL-ის მხარდაუჭერელი სქემა" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"არჩეულია ერთზე მეტი საქაღალდე და ამ ფანჯარას საქაღალდე არ სჭირდება, ასე რომ, " -"იმის გადაწყვეტა, რომელი ავირჩიოთ, შეუძლებელია. აირჩიეთ მხოლოდ ერთი საქაღალდე." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "მითითებულია ერთზე მეტი საქაღალდე" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"არჩეულია სულ ცოტა ერთი ფაილი და ერთი საქაღალდე. მონიშნული ფაილები " -"გამოტოვებული იქნება და გამოიყენება მონიშნული საქაღალდე" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "მონიშნული ფაილები და საქაღალდეები" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ფაილი %1 ნაპოვნი არაა" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ფაილის გახსნის შეცდომა" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3392,45 +3294,45 @@ msgstr "" ">მაგალითად, თუ მიმდინარე მდებარეობაა file:/home/konqი, ამ ღილაკზე დაჭერა /" "home-ზე გადაგიყვანთ.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "ბრაუზერის ისტორიაში ერთი ნაბიჯით უკან გადასასვლელად დააწკაპუნეთ ამ ღილაკს." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "ბრაუზერის ისტორიაში ერთი ნაბიჯით წინ გადასასვლელად დააწკაპუნეთ ამ ღილაკს." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "დააწკაპუნეთ ამ ღილაკზე მიმდინარე მდებარეობის შემცველობის თავიდან ჩასატვირთად." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "ახალი საქაღალდის შესაქმნელად ამ ღილაკზე დააწკაპუნეთ." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "მდებარეობის პანელის ჩვენება" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "სანიშნეების პანელის ჩვენება" +msgid "Show Quick Filter" +msgstr "სწრაფი ფილტრის ჩვენება" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "პარამეტრები" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3445,12 +3347,12 @@ msgstr "" "ჩვენება
    • ადგილების პანელი
    • ფაილების მინიატურები
    • ფაილებისა და საქაღალდეების გაცალკევება
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "სანიშნები" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3464,12 +3366,35 @@ msgstr "" "ფაილის ფანჯარას ეკუთვნის, სხვა მხრივ კი KDE-ის სხვა სანიშნესავით იქცევა." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&სახელი:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ფაილის სახელის ცვლილების გაუქმება" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "საქაღალდეების შეცვლისას ფილტრის შენარჩუნება" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "გაფილტვრა სახელის მიხედვით…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "ფილტრის ზოლის დამალვა" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3481,12 +3406,12 @@ msgstr "" "კონტროლი ტექსტის დასრულების მენიუდან მარჯვენა თაგუნას ღილაკით " "დაწკაპუნებით და სასურველი რეჟიმის არჩევით ხდება." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "ეს არის შესანახი ფაილის სახელი." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3495,74 +3420,78 @@ msgstr "" "ეს გასახსნელი ფაილების სიაა. ერთზე მეტი ფაილის მითითება მათ სახელებს შორის " "ადგილის გამოტოვებით შეგიძლიათ." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "ეს არის გასახსნელი ფაილის სახელი." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "ადგილები" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "ფაილ %1 უკვე არსებობს. გნებავთ გადავაწეროთ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ჩავანაცვლო ფაილი?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "შეგიძლიათ მონიშნოთ მხოლოდ ადგილობრივი ფაილები." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "დაშორებული ფაილები მიუღებელია" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "ყველა საქაღალდე" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "მიმდინარე საქაღალდე: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&გახსნა" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "ხატულის ზომა: %1 პიქსელი" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "ფაილის გაფართოების ავტომატური მითითება (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "გაფართოება %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ფაილის გაფართოების ავტომატური მითითება" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "შესატყვისი გაფართოება" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3589,12 +3518,12 @@ msgstr "" "ბრძანდებით, რა ქნათ, დატოვეთ ჩართული, რადგან ის ფაილების მართვაში " "დაგეხმარებათ." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&ფაილის ტიპი:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3603,63 +3532,53 @@ msgstr "" "ეს ფაილის ტიპის ამრჩევია. ის გამოიყენება იმ ფორმატის არჩევისთვის, " "რომელშიც ეს ფაილი შეინახება." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&ფილტრი:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"ეს სიაზე გადასატარებელი ფილტრია. ფაილის სახელები, რომლებიც ფილტრს არ " -"ემთხვევა, ნაჩვენები არ იქნება.

    შეგიძლიათ ჩამოსაშლელი მენიუდან წინასწარ " -"განსაზღვრული ფილტრი აირჩიოთ, ან ტექსტის ადგილას თქვენი ფილტრი შეიყვანოთ.

    ასევე დაშვებულია ვაილდკარდები * და ?.

    " +"ეს ფაილის ტიპის ამრჩევია. ის ნაჩვენები ფაილების ფორმატის ასარჩევად " +"გამოიყენება." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "ახალი ფაილის შექმნა" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "უკაცრავად" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "ნიმუშის ფაილი %1 არ არსებობს." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "ახალი ბმულის სახელი:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL-მდე ბმულის შექმნა" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "შეიყვანეთ %1 ფაილის სახელი:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "უკაცრავად" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "ნიმუშის ფაილი %1 არ არსებობს." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "ახალი ბმულის სახელი:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "სიმბმულის შექმნა" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL-მდე ბმულის შექმნა" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3669,7 +3588,7 @@ msgstr "" "სახელის: %1 გამოყენება შეუძლებელია; ის ოპერაციული " "სისტემის მიერაა დარეზერვებულია." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3677,9 +3596,9 @@ msgid "" "default." msgstr "" "სახელი: %1 წერტილით იწყება, რაც ნიშნავს, რომ " -"ნაგულისხმებად ის დამალული იქნება." +"ნაგულისხმევად ის დამალული იქნება." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3690,28 +3609,38 @@ msgstr "" "სახელი %1 გამოტოვებით იწყება, რაც სხვა უცნაურობებთან " "ერთად იმასაც გამოიწვევს, რომ ის სიაში ყოველთვის პირველი იქნება." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "საქაღალდის სახელში დახრილი ხაზის გამოყენება ქვესაქაღალდეებს შექმნის. მაგ:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "საქაღალდის სახელში დახრილი ხაზის გამოყენება ქვესაქაღალდეებს შექმნის." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "ფაილისა და საქაღალდის სახელებში დახრილ ხაზს ვერ გამოიყენებთ." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "ფაილისა და საქაღალდის სახელებში უკუღმა დახრილ ხაზს ვერ გამოიყენებთ." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"ფაილის ან საქაღალდის შექმნა სახელით %1 შეუძლებელია, " +"რადგან ის მომხმარებლის საწყის საქაღალდეს გადაფარავდა." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3720,96 +3649,139 @@ msgstr "" "ფაილის ან საქაღალდის სახელის ტილდით დაწყება რეკომენდებული არაა, რადგან ის " "დამაბნეველია და საშიშია, როცა ფაილების წასაშლელად ტერმინალს იყენებთ." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "საქაღალდე სახელით %1 უკვე არსებობს." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "ფაილი სახელით%1 უკვე არსებობს." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "ახლის შექმნა" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "კავშირი მოწყობილობასთან" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "ახალი საქაღალდე" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "ახალი საქაღალდის შექმნა" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "ახალი საქაღალდის შექმნა %1-ში:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "შეიყვანეთ საქაღალდის სახელი" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "ნაგულისხმევი" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "ახალი ფაილის შექმნა" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "შეიყვანეთ ფაილის სახელი" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "აირჩიეთ სასურველი ხატულა, ან ფერი" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "სხვა ხატულას არჩევა…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "ხატულას შეცვლა მოგვიანებით, საქაღალდის თვისებებიდან შეგიძლიათ." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "კოპირება" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ჩასმა" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "%1-ის ახალ ჩანართში გახსნა" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "%1-ის ახალ ფანჯარაში გახსნა" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "ჩასწორება" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "ნავიგაცია" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "მთლიანი ბილიკის ჩვენება" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "გადასვლა ნებისმიერ ადგილას ბილიკზე %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3821,6 +3793,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "გადასვლა ბილიკის მდებარეობაზე" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ადგილები" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3844,28 +3823,28 @@ msgstr "სხვები" msgid "Edit mode" msgstr "რედაქტირების რეჟიმი" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "მდებარეობის ნავიგაციისთვის დააწკაპუნეთ" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "დააწკაპუნეთ მდებარეობის ჩასასწორებლად" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "ამ ფაილის შესრულების წვდომები არ გაგაჩნიათ." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1-ის გაშვება" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3874,12 +3853,12 @@ msgstr "" "სერვისის %1 გაშვებადად გადაკეთება შეუძლებებელია. შესრულება შეწყდება.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "ამ ფაილის გასახსნელი აპლიკაციის არჩევის ავტორიზაცია არ გაგაჩნიათ." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3908,12 +3887,20 @@ msgstr "გამოსახულების %1-ში ჩაწერის msgid "Icon file too big, download aborted" msgstr "ხატულის ფაილი მეტისმეტად დიდია. გადმოწერა შეწყვეტილია" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: ცარიელი ფაილის გამოტოვება. ასევე შეიძლება, გაფუჭებული " +"სიმბმული იყოს: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "ელ-ფოსტის კლიენტი ნაპოვნი არაა" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3924,28 +3911,28 @@ msgstr "" "%1\n" "არასწორია." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1-ის გაშვება" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "ბრძანება %1 ნაპოვნი არაა." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "ტერმინალის ემულატორი ნაპოვნი არაა" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1-ის გახსნის შეცდომა" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3956,7 +3943,7 @@ msgstr "" "%1\n" "Link ტიპისაა, მაგრამ URL=... ჩანაწერი არ გააჩნია." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3965,21 +3952,21 @@ msgstr "" "გამშვები ფაილი \"%1\" დაშორებულ ფაილურ სისტემაზეა მოთავსებული. უსაფრთხოების " "მიზნით ის არ გაეშვება." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "უსაფრთხოებისთვის გამშვები ფაილების შესრულება ამ კონტექსტში დაშვებული არაა." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "პროგრამას \"%1\" გაშვებამდე შესრულებადობის წვდომა სჭირდება." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3988,12 +3975,12 @@ msgstr "" "\"%1\"-ის გამშვებ ფაილად გადაკეთების შეცდომა.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "სამუშაო მაგიდის ფაილს %1 Type= ჩანაწერი არ გააჩნია." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4004,12 +3991,12 @@ msgstr "" "შეამოწმეთ ღია აპლიკაციები და საათთან რამე ამოცანა ან გადმოწერა ხომ არ " "მიმდინარეობს." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "ფაილის გახსნის შეცდომა." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "პროგრამა %1-ის გაშების შეცდომა." @@ -4095,73 +4082,68 @@ msgstr "" "შეიცვალა.\n" "გნებავთ ცვლილებების ატვირთვა?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - ხსნის დაშორებულ ფაილებს, უყურებს ცვლილებებს, კითხვა ატვირთვისას" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror-შემქმნელთაგან" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL-ებთან, როგორც ლოკალურ ფაილებთან მუშაობა და შემდეგ მათი წაშლა" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "გადმოწერილი ფაილის ნარჩევი სახელი" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "შესასრულებელი ბრძანება" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "ბრძანების URL-ები ან ადგილობრივი ფაილები" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1-ზე ACL-ის დაყენება" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4170,7 +4152,7 @@ msgstr "" "%1-ზე\n" "წვდომის ცვლილების შეცდომა" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4180,118 +4162,37 @@ msgstr "" "მფლობლის და ჯგუფის შეცვლა ფაილისთვის\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "დროებითი ფაილის გახსნის შეცდომა" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "ვერ ვიპოვე პროგრამა \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "ვერ ვიპოვე პროგრამა \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "ფაილის წვდომების შეცვლა" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "ახალი წვდომები: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "ფაილის მფლობელის შეცვლა" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "ახალი მფლობელი: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "ფაილის წაშლა" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "საქაღალდის წაშლა" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "საქაღალდის შექმნა" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "საქაღალდის წვდომები: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "ფაილის გახსნა" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "საქაღალდის გახსნა" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "ახალი ფაილის სახელი: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "დანიშნულება: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Timestamp-ის შეცვლა" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "%1-დან %2-მდე" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "უცნობი ქმედება" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"მოქმედება: %1\n" -"წყარო: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1-ის %2-ში კოპირების შეცდომა. (შეცდომის კოდი: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "მოწყობილობაში მედია არ დევს %1-თვის" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "მომხმარებლის, %1, uid-ის მოძებნის შეცდომა" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "ჯგუფის, %1, gid-ის მოძებნის შეცდომა" @@ -4333,32 +4234,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "ამ ადგილის სანახავად საჭიროა მომხმარებლისა და პაროლის მითითება." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "საიტი:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "შესვლა წარმატებულია" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1-ზე შესვლა წარუმატებელია." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4367,7 +4268,7 @@ msgstr "" "\n" "სერვერმა სთქო: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4376,12 +4277,12 @@ msgstr "" "საიტებთან წვდომისთვის ქვემოთ მოყვანილ პროქსი სერვერისთვის მომხმარებლის " "სახელი და პაროლია საჭირო." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "პროქსი:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "პროქსის ავთენტიკაციის შეცდომა." @@ -4433,101 +4334,101 @@ msgid "" msgstr "გნებავთ სერტიფიკატთან სამუდამო წვდომა კითხვის გარეშე?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "სერვერის ავთენტიკაცია" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "არადა მოთხოვნა წარმატებული იქნებოდა." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "თვისების მნიშვნელობების მიღება" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "თვისების მნიშვნელობების დაყენება" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "მოთხოვილი საქაღალდის შექმნა" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის კოპირება" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის გადატანა" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის მოძებნა" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის ჩაკეტვა" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის განბლოკვა" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის წაშლა" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "სერვერის შესაძლებლობების გადამოწმება" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის შიგთავსის მიღება" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "მოთხოვილი საქაღალდის ან ფაილის ანგარიშის შექმნა" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "უცნობი შეცდომა(%1) %2-ის მცდელობის დროს." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4535,13 +4436,13 @@ msgid "" "below." msgstr "შეცდომა %1-ის დროს. %2. მიზეზები იხილეთ ქვემოთ." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1-ის მცდელობისას წვდომა აკრძალულია." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4550,7 +4451,7 @@ msgstr "" "დანიშნულების წერტილზე რესურსის შექმნა მანამდე, სანამ ერთი ან მეტი შუალედური " "კოლექცია (საქაღალდე) არ შეიქმნება, შეუძლებელია." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4565,28 +4466,28 @@ msgstr "" "არ უნდა შეცვლილიყო.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "მოთხოვნილი ბლოკის მიღების შეცდომა. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "სერვერს სხეულის ტიპის მოთხოვნის მხარდაჭერა არ გააჩნია." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1-ის შეცდომა. რესურსი დაბლოკილია." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "ქმედება გაუქმებულია სხვა შეცდომის მიერ." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4596,7 +4497,7 @@ msgstr "" "%1 შეუძლებელია, რადგან სამიზნე სერვერი ფალის ან საქაღალდის მიღებაზე უარს " "აცხადებს." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4605,18 +4506,18 @@ msgstr "" "სამიზნე რესურსს ამ მეთოდის შესრულების შემდეგ რესურსის მდგომარეობის შესანახად " "საკმარისი ადგილი არ გააჩნია." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "რესურსის წაშლა შეუძლებელია." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1-ის ატვირთვა" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4627,15 +4528,15 @@ msgstr "უცნობი შეცდომა(%1) %2-ის მცდელ msgid "Network" msgstr "ქსელი" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "%1 არასწორი URL-ა" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4647,12 +4548,12 @@ msgstr "" "შეუძლებელია. შეგიძლიათ, საქაღალდე თავიდან შექმნათ და აღდგენის ფუნქცია " "თავიდან გამოიყენოთ, ან ელემენტი აღსადგენად ნებისმიერ ადგილას გადაათრიოთ." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "პროტოკოლების არასწორი კომბინაცია." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "ეს ფაილი უკვე სანაგვეშია." @@ -4688,7 +4589,7 @@ msgstr "ნაგვის დაცარიელება" msgid "Restore a trashed file to its original location" msgstr "ნაგავში ჩაგდებული ფაილის საწყის მდებარეობაზე აღდგენა" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "ნაგავი გადავსებულია. დააცარიელეთ ან ხელით გადაიტანეთ ელემენტები." @@ -4709,17 +4610,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "გამეორება" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "ავთენტიკაციის ფანჯარა" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "წვდომა აკრძალულია" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "თქვენ არ გაქვთ %1-თან წვდომის უფლება." @@ -4828,41 +4729,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "სასურველი საკონტროლო ჯამი (MD5, SHA1, SHA256 ან SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "დააწკაპუნეთ საკონტროლო ჯამის ბუფერიდან შეყვანის ველში ჩასასმელად." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4872,9 +4773,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "გამოთვლა" @@ -4883,135 +4784,208 @@ msgstr "გამოთვლა" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "დააწკაპუნეთ საკონტროლო ჯამის ბუფერში დასაკოპირებლად." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "გაუქმება" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "აქ გადმოტანა" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "გა&დმოწერა აქ" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "აქ ჩაკოპირება" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&აქ ბმული" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "გა&შვება" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "რა გნებავთ, ამ ფაილს უქნათ?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "აღარ მკითხო" +msgctxt "@action:button" +msgid "&Open" +msgstr "&გახსნა" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&შესრულება" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1-ით &გახსნა" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "ცვლილებების გაუქმება" +msgid "Would you like to launch this file?" +msgstr "გნებავთ, გაუშვათ ეს ფაილი?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "ამ ოპერაციის გაუქმებ root-ის უფლებებს მოითხოვს. გნებავთ, გააგრძელოთ?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "საქაღალდის შექმნა" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "წყარო" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "დანიშნულება" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "კოპირება" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "გადატანა" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "გადარქმევა" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "მიმდინარეობს ნაგვის ყუთში გადატანა" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "წაშლა" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&გაუქმება" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&გაუქმება: კოპირება" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&გაუქმება: ბმული" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&გაუქმება: გადატანა" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&გაუქმება: გადარქმევა" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&გაუქმება: ნაგავში გადატანა" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&გაუქმება: საქაღალდის შექმნა" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&გაუქმება: საქაღალდეების შექმნა" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&გაუქმება: ფაილის შექმნა" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&გაუქმება: ერთდროული გადარქმევა" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&თავიდან" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&გამეორება: კოპირება" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&გამეორება: ბმული" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&გამეორება: გადატანა" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&გამეორება: სახელის გადარქმევა" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&გამეორება: ნაგვის ყუთში გადატანა" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&გამეორება: საქაღალდის შექმნა" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&გამეორება: საქაღალდე(ებ)-ის შექმნა" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&გამეორება: ფაილის შექმნა" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&გამეორება: პაკეტური სახელის გადარქმევა" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5023,12 +4997,12 @@ msgstr "" "კოპირების გაუქმება წაშლის ფაილს და მისი ცვლილებები დაიკარგება.\n" "მართლა გნებავთ %4-ის წაშლა?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "ფაილის კოპირების დაბრუნების დადასტურება" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5039,21 +5013,22 @@ msgstr "" "მართლა გნებავთ ამ ელემენტის წაშლა?%1ეს ქმედება შეუქცევადია." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "სამუდამოდ წაშლა" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "სამუდამოდ წაშლა" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5069,7 +5044,7 @@ msgstr[1] "" "მართლა გნებავთ %1 ელემენტის სამუდამოდ წაშლა?ეს ქმედება შეუქცევადია." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5079,13 +5054,13 @@ msgstr "" "მართლა გნებავთ სანაგვე ყუთიდან ყველა ელემენტის სამუდამოდ წაშლა?ეს ქმედება შეუქცევადია." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "ნაგვის დაცარიელება" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5095,7 +5070,7 @@ msgstr "" "მართლა გნებავთ ამ ელემენტის ნაგვის ყუთში გადატანა?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5155,7 +5130,7 @@ msgstr "მომხმარებელი" #: widgets/kacleditwidget.cpp:254 #, kde-format msgid "Owner (Default)" -msgstr "მფლობელი (ნაგულისხმები)" +msgstr "მფლობელი (ნაგულისხმევი)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5170,7 +5145,7 @@ msgstr "ჩანაწერის ტიპი" #: widgets/kacleditwidget.cpp:394 #, kde-format msgid "Default for new files in this folder" -msgstr "ამ საქაღალდეში ახალი ფაილების ნაგულისხმები ტიპი" +msgstr "ამ საქაღალდეში ახალი ფაილების ნაგულისხმევი ტიპი" #: widgets/kacleditwidget.cpp:401 #, kde-format @@ -5182,7 +5157,7 @@ msgstr "მფლობელი" msgid "Owning Group" msgstr "მფლობელი ჯგუფი" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "სხვები" @@ -5255,106 +5230,112 @@ msgstr "სისტემის კონფიგურაციის გა msgid "Updating system configuration…" msgstr "სისტემის კონფიგურაციის განახლება…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "სახელი" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "ზომა" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "თარიღი" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "წვდომები" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "მფლობელი" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "ფენათა მენიუჯგუფი" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "ტიპი" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1-ით &გახსნა" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&ქმედებები" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&საქაღალდის პროგრამით გახსნა…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&გამხსნელი პროგრამა…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "შეს&რულებადის გაშვება" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&საქაღალდის %1-ით გახსნა" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1-ით &გახსნა" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&საქაღალდის პროგრამით გახსნა" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&გამხსნელი პროგრამა" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&სხვა აპლიკაცია…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5362,113 +5343,131 @@ msgid_plural "%1 items" msgstr[0] "1 ელემენტი" msgstr[1] "%1 ელემენტი" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "უცნობი" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "შეჩერება" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Filelight-ში გახსნა" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "დამაგრების წყარო:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "თავისუფალი ადგილი:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "ტიპი:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "შემცველობა:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "გამხსნელი პროგრამა:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "შეცვლა..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "მდებარეობა:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "ზომა:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "შეცვლა..." +msgid "Determine the folder size" +msgstr "საქაღალდის ზომის განსაზღვრა" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "შემცველობა:" +msgid "Stop" +msgstr "შეჩერება" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "საქაღალდის ზომის განსაზღვრის შეწყვეტა" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight-ში გახსნა" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "მიუთითებს:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "შეცვლილია:" +msgid "Show target" +msgstr "სამიზნის ჩვენება" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "შექმნილია:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "ფაილური სისტემა:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "უცნობი ზომა" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "მიმაგრებულია:" +msgid "Modified:" +msgstr "შეცვლილია:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "ბოლო წვდომა:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "გამხსნელი პროგრამა:" +msgid "File system:" +msgstr "ფაილური სისტემა:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "მიმაგრ. წრტ:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "დამაგრების წყარო:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "თავისუფალი ადგილი:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "უცნობი ზომა" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5768,24 +5767,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"აკრიფეთ აპლიკაციის აღწერა, მისი გამოყენებიდან გამომდინარე. მაგ: მოდემის " -"აპლიკაცია (KPPP) უნდა იყოს \"ინტერნეტის პროგრამა\"." +"აკრიფეთ აპლიკაციის აღწერა, მისი გამოყენებიდან გამომდინარე. მაგ: სურათების " +"გამხსნელი აპლიკაცია უნდა იყოს \"სურათების დამთვალიერებელი\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&აღწერა:" +msgid "&Generic name:" +msgstr "ზო&გადი სახელი:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "აქ ნებისმიერი თქვენი აზრით სასარგებლო კომენტარი შეგიძლიათ, ჩაწეროთ." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"აკრიფეთ აპლიკაციის აღწერა, მისი გამოყენებიდან გამომდინარე. მაგ: " +"გამოსახულებების დათვალიერების პროგრამა უნდა იყოს \"გამოსახულებების ნახვა და " +"ჩასწორება\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5796,7 +5800,7 @@ msgstr "&კომენტარი:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "გარემოს ცვლადები:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5998,7 +6002,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "გაზიარება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6008,36 +6012,55 @@ msgstr "" "თვისებების შენახვის შეცდომა არასაკმარისი ჩაწერის უფლებების გამო ფაილზე:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&ზოგადი" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "შეიყვანეთ ფაილის სახელი" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1-ში დათვალიერება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "განახლება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "შეიყვანეთ სამიზნე მდებარეობა" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1-ის ჩვენება" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "უცნობი ზომა" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6046,139 +6069,145 @@ msgstr "" "გამოთვლა... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 ფაილი" msgstr[1] "%1 ფაილი" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 ქვესაქაღალდე" msgstr[1] "%1 ქვესაქაღალდე" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "გამოთვლა...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "%1 მაინც\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "ახალი ფაილის სახელი ცარიელია." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "ფაილის ტიპი რეგისტრირებული არაა" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "ასოცირებული აპლიკაციის გარეშე" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "&შექმნა...…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "ცვლილება…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "ნაგულისხმევი აპლიკაციის შეცვლა \"%1\" ტიპის ფაილების გასახსნელად." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "წვდომის გარეშე" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "მხოლოდ ნახვის უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "ნახვისა და ჩასწორების უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "შემცველობის ხოლოდ ნახვის უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "შემცველობის ნახვისა და ჩასწორების უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "შემცველობი მხოლოდ ნახვის/წაკითხვის უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "შემცველობის ნახვის/წაკითხვისა და ჩაწერა/შეცვლის უფლებით" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "უ&ფლებები" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "წვდომის უფლებები" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "ეს ფაილი ბმულია და წვდომები არ აქვს." msgstr[1] "ეს ფაილები ბმულებია და წვდომები არ აქვს." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "წვდომების შეცვლა მხოლოდ მფლობელს შეუძლია." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&მფლობელი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "განსაზღვრავს ქმედებებს, რომლის შესრულების უფლებაც მფლობელს გააჩნია." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&ჯგუფი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" "განსაზღვრავს ქმედებებს, რომლის შესრულებაც მოცემული ჯგუფის წევრებს შეუძლიათ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&სხვები:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6187,27 +6216,27 @@ msgstr "" "ქმედებები, რომლებიც მომხმარებლებს, რომლებიც არც მფლობელები არიან და არც " "ჯგუფის წევრები, შეუძლიათ, შეასრულონ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "შემცველობის სახელის გადარქმევა ან წაშლა მხოლოდ, &მფლობელს შეუძლია" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "ფაილის პროგრამის სახით გაშვ&ების დაშვება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "წაშლა ან სახელის გადარქმევა:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "გაშვება:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6219,7 +6248,7 @@ msgstr "" "ფაილების მხოლოდ დამატება შეუძლიათ, რასაც 'შემცველობის ჩასწორების' წვდომა " "სჭირდება." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6229,42 +6258,42 @@ msgstr "" "მხოლოდ პროგრამებისთვის და სკრიპტებისთვის აქვს და აუცილებელია, როცა მათი " "გაშვება გნებავთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&დამატებითი წვდომები" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "მფლობელობა" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "მომხმარებელი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "ჯგუფი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "ცვლილებების გადატარება ყველა ქვესაქაღალდეზე და მათ შემცველობაზე" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "დამატებითი წვდომები" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "კლასი" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6273,22 +6302,22 @@ msgstr "" "ჩანაწერების\n" "ჩვენება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "ეს ალამი საქაღალდის შემცველობის ნახვის უფლებას გაძლევთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "წაკითხვა" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "ეს ალამი ფაილის შემცველობის ნახვის უფლებას გაძლევთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6297,7 +6326,7 @@ msgstr "" "ჩანაწერების\n" "ჩაწერა" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6307,43 +6336,43 @@ msgstr "" "დაიმახსოვრეთ, რომ წაშლისა და სახელის გადარქმევის შეზღუდვა წებოვანი ალმით " "შეგიძლიათ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "ჩასწორება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "ეს ალამი ფაილის შემცველობაში ჩაწერის უფლებას გაძლევთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Enter" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "ეს ალამი საქაღალდეში შესვლის უფლებას გაძლევთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "გაშვ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "ფაილის პროგრამის სახით გასაშვებად ჩაერთეთ ეს სალამი." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "სპეციალური" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6352,7 +6381,7 @@ msgstr "" "სპეციალური ალამი. მუშაობს მთელის საქაღალდისთვის. ალმის ზუსტი მნიშვნელობა " "მარჯვენა სვეტში შეგიძლიათ, იხილოთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6361,17 +6390,17 @@ msgstr "" "სპეციალური ალამი. ამ ალმის ზუსტი მნიშვნელობა შეგიძლიათ მარჯვნივ მდებარე " "სვეტში იხილოთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "მომხმარებელი" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "ფენათა მენიუჯგუფი" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6380,7 +6409,7 @@ msgstr "" "თუ ეს ალამი დაყენებულია, ამ საქაღალდის მფლობელი ყველა ახალი ფაილის მფლობელიც " "იქნება." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6389,7 +6418,7 @@ msgstr "" "თუ ეს ფაილი გაშვებადია და ეს ალამი დაყენებულია, ის მფლობელის პრივილეგიებით " "გაეშვება." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6397,7 +6426,7 @@ msgstr "" "თუ ეს ალამი დაყენებულია, ამ საქაღალდის ჯგუფი ყველა ახალი ფაილებისთვის იქნება " "დაყენებული." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6406,7 +6435,7 @@ msgstr "" "თუ ეს ფაილი გაშვებადია და ეს ალამი დაყენებულია, ის ჯგუფის პრივილეგიებით " "გაეშვება." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6415,7 +6444,7 @@ msgstr "" "თუ საქაღალდეზე წებოვანი ალამი აყენია, ფაილების წაშლა მხოლოდ მფლობელს და root-" "ს შეუძლია. სხვაგვარად ჩაწერის უფლებები ყველას გააჩნია." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6424,90 +6453,81 @@ msgstr "" "წებოვანი ალამი ფაილზე Linux-ზე ჩვეულებრივ იგნორირდება, მაგრამ შეიძლება " "გამოიყენებოდეს სხვა სისტემებზე" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID-ის დაყენება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID-ის დაყენება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" -msgstr "Ბმული" +msgstr "ბმული" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "ცვალებადი (ცვლილების გარეშე)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "ეს ფაილი დამატებით წვდომებს იყენებს" msgstr[1] "ეს ფაილები დამატებით წვდომებს იყენებენ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "ეს საქაღალდეები დამატებით წვდომებს იყენებენ." msgstr[1] "ეს საქაღალდეები დამატებით წვდომებს იყენებენ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "ეს ფაილები დამატებით წვდომებს იყენებენ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&საკონტროლო ჯამები" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "გამოთვლა…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "საკონტროლო ჯამი არასწორია." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "შეყვანილი ტექსტი სწორ MD5, SHA1 ან SHA256 საკონტროლო ჯამს არ წარმოადგენს." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "საკონტროლო ჯამი ემთხვევა." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "გამოთვლილი და მოსალოდნელი საკონტროლო ჯამები ემთხვევა." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6518,30 +6538,46 @@ msgstr "" "შეცდომის ბრალი იყოს. სცადეთ, ფაილი თავიდან გადმოწეროთ.
    თუ გადამოწმება " "მაინც ვერ მოხდება, ფაილის ავტორს მიწერეთ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "გამოთვლილი და მოსალოდნელი საკონტროლო ჯამები განსხვავდება." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "საკონტროლო ჯამის შემოწმება…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "ყველა ფაილის საკონტროლო ჯამი ტოლია." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "მონიშნულ ფაილებს სხვადასხვა საკონტროლო ჯამები გააჩნია." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "გამოთვლა…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "მისამართი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6549,27 +6585,27 @@ msgstr "" "თვისებების შენახვა შეუძლებელია. მხარდაჭერილია მხოლოდ ლოკალურ ფაილურ " "სისტემებზე მდებარე ელემენტები." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&აპლიკაცია" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1-სთვის ფაილის ტიპის დამატება" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "დასამატებლად აირჩიეთ ერთი ან მეტი ფაილის ტიპი:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "დაშვებულია მხოლოდ ლოკალურ ფაილურ სისტემაზე მდებარე გამშვები ფაილები." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1-ის დამატებითი პარამეტრები" @@ -6671,22 +6707,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "ვებ მალსახმობების მორგება…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ფაილის გახსნის დიალოგი" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "ბუფერის შემცველობის ფაილის სახელი:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ჩასმული ფაილი" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ბუფერის შემცველობის ჩასმა" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6696,19 +6734,19 @@ msgstr "" "მონაცემების ფორმატი შესაფერისი აღარაა. კიდევ ერთხელ დააკოპირეთ ის, რისი " "ჩასმაც გნებავდათ." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ერთი საქაღალდის ჩასმა" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "ერთი ფაილის ჩასმა" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6716,47 +6754,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "ჩანაწერის ჩასმა" msgstr[1] "%1 ჩანაწერის ჩასმა" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "&ბაფერის შემცველობის ჩასმა…" +msgstr "ბუფერის შემცველობის ჩასმა…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ჩასმა" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "მონაცემების ფორმატი:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ბუფერის შემცველობის ფაილის სახელი:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "მოცილებული შემცველობის ფაილის სახელი:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "თარიღი: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "ზომა: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ყველაზე &გადატარება" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6766,50 +6815,50 @@ msgstr "" "დამოკიდებული.\n" "თუ დააწვებით გამოტოვებას, საქაღალდეში ფაილების კონფლიქტისას მაინც გკითხავთ." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "თუ ეს ჩართულია, ღილაკის მნიშვნელობა, რომელსაც დააწვებით, მიმდინარე " "დავალებაში წარმოქმნილ ყველა კონფლიქტზე იქნება გამოყენებული." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&გადარქმევა" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "ახალი &სახელი" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "გამო&ტოვება" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "ეს საქაღალდე არ დაკოპირდება და არც გადატანილი იქნება. შემდეგ ელემენტზე " "გადახტომა" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "ეს ფაილი არ დაკოპირდება და არც გადატანილი იქნება. შემდეგ ელემენტზე გადახტომა" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&ჩაწერა" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6821,13 +6870,13 @@ msgstr "" "დაკოპირდება.\n" "თუ არსებულ ფაილთან კონფლიქტი კიდევ დაფიქსირდება, ამის შესახებ კიდევ გკითხავთ." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&ძველი ფაილების თავზე გადაწერა" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6836,12 +6885,12 @@ msgstr "" "სამიზნე ფილები, რომლებსაც უფრო ძველი ცვლილების დროები გააჩნიათ, თავზე იქნება " "გადაწერილი საწყისი ფაილებით. სხვა შემთხვევაში კი - გამოტოვებული იქნება." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "გაგრძელება" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6850,67 +6899,57 @@ msgstr "" "ეს ქმედება '%1'-ს თავზე საკუთარ თავს გადააწერს.\n" "შეიყვანეთ ახალი ფაილის სახელი:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "გაგრ&ძელება" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "გნებავთ სამიზნეს თავზე გადააწეროთ?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "გნებავთ '%1'-ის შემცველობის შერწყმა '%2'-ში?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "წყარო" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "დანიშნულება" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "წყარო უფრო ახალია." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "წყარო უფრო ძველია." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "წყარო %1-ით პატარაა." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "წყარო %1-ით დიდია." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "ფაილები ერთნაირია." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "ფაილები ერთნაირი ჩანს." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "ფაილები განსხვავდება." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6919,59 +6958,51 @@ msgstr "" "ფაილები სავარაუდოდ იდენტურია: მათი ზომები ტოლია და მათ შემცველობა " "დასაწყისში, შუაში და ბოლოში ერთმანეთს ემთხვევა." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ფაილების შედარება" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "ძველი ჩანაწერი სახელით '%1' უკვე არსებობს." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "მსგავსი ფაილი სახელით '%1' უკვე არსებობს." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "უფრო ახალი ჩანაწერი სახელით '%1' უკვე არსებობს." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "სახელის შეცვლა:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "ჩანაწერის სახელის გადარქმევა" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "ჩანაწერების სახელის გადარქმევა" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&გადარქმევა" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "მიუთითეთ %1 -ის ახალი სახელი:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "ახალი სახელი #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "ფაილი სახელით %1 უკვე არსებობს." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 სწორი ფაილის სახელი არაა." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6979,38 +7010,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "მიუთითეთ %1 მონიშნული ჩანაწერის ახალი სახელი:" msgstr[1] "მიუთითეთ %1 მონიშნული ჩანაწერის ახალი სახელი:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# შეიცვლება ზრდადი რიცხვით, რომელიც იწყება:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "ახალი სახელი #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"არასწორი ფაილის სახელი: ახალი სახელი უნდა შეიცავდეს #-ის ერთ მიმდევრობას იმ " +"შემთხვევის გარდა, როცა ყველა ფაილს სხვადსხვა ფაილის გაფართოებები აქვს." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 მონიშნული ელემენტის სახელის გადარქმევა პირობით:" +msgstr[1] "%1 მონიშნული ელემენტის სახელის გადარქმევა პირობით:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "ჩანაცვლება:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "ნიმუში" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "გამხსნელი პროგრამა:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "შემცვლელი" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "ფაილის სახელები ნიმუშს არ შეიცავს." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"\"%1\"-ის ჩანაცვლება სიცარიელით გამოიწვევს, რომ ფაილს %2 ცარიელი სახელი ექნება." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 მონიშნული ელემენტის სახელის გადარქმევა:" +msgstr[1] "%1 მონიშნული ელემენტის სახელის გადარქმევა:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "ტექსტის დამატება:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "დასამატებელი ტექსტი" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ფაილის სახელამდე" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ფაილის სახელის შემდეგ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "ჩანაწერის სახელის გადარქმევა" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "ჩანაწერების სახელის გადარქმევა" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&გადარქმევა" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "როგორ მოხდება სახელის გადარქმევა:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ჩამონათვალი" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "ტექსტის ჩანაცვლება" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "ტექსტის დამატება" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "მინიატურა:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1-ის სახელი ცარიელზე ვერ შეიცვლება." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "ინფორმაცია" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "ჩანაცვლება" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "გამეორება" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "ყველას ჩანაცვლება" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "გამოტოვება" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "ყველას გამოტოვება" @@ -7097,7 +7280,7 @@ msgstr "" "დაშორებულ ჰოსტს SSL სერტიფიკატები არ გამოუგზავნია.\n" "მუშაობა შეწყდება, რადგან ჰოსტის იდენტიფიკატია შეუძლებელია." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7137,33 +7320,62 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"ამ ფაილის ნაგვის ყუთში გადატანა შეუძლებელი, რადგან ის მეტისმეტად დიდია. " -"წავშალო ფაილი სამუდამოდ?%1ეს ქმედება შეუქცევადია." +"ნაგვის ყუთი მეტისმეტად სავსეა, რომ ეს ფაილი მიიღოს. წავშალო ფაილი სამუდამოდ?" +"%1ეს " +"ქმედება შეუქცევადია." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"ნაგვის ყუთი მეტისმეტად სავსეა ამ %1 ფაილის მისაღებად. წავშალო ისინი " +"სამუდამოდ?ეს ქმედება შეუქცევადია." +msgstr[1] "" +"ნაგვის ყუთი მეტისმეტად სავსეა ამ %1 ფაილის მისაღებად. წავშალო ისინი " +"სამუდამოდ?ეს ქმედება შეუქცევადია." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"ნაგვის ყუთი ხელმისაწვდომი არაა ამ ელემენტის მდებარეობისთვის. წავშალო ის " +"სამუდამოდ?%1ეს ქმედება შეუქცევადია." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"ეს %1 ელემენტი სანაგვე ყუთში გადასატანად ძალიან დიდია. წავშალო ისინი " +"ნაგვის ყუთი ხელმისაწვდომი არაა ამ %1 ფაილის მისაღებად. წავშალო ისინი " "სამუდამოდ?ეს ქმედება შეუქცევადია." msgstr[1] "" -"ეს %1 ელემენტი სანაგვე ყუთში გადასატანად ძალიან დიდია. წავშალო ისინი " +"ნაგვის ყუთი ხელმისაწვდომი არაა ამ %1 ფაილის მისაღებად. წავშალო ისინი " "სამუდამოდ?ეს ქმედება შეუქცევადია." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7171,51 +7383,266 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "მართლა გნებავთ %1 ელემენტის ნაგვის ყუთში გადატანა?" msgstr[1] "მართლა გნებავთ %1 ელემენტის ნაგვის ყუთში გადატანა?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "აღარ მკითხო" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "აღარ მკითხო" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "მეტჯერ აღარ აჩვენო ეს გაფრთხილება" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "თქვენი პარტნიორის SSL სერტიფიკატის ჯაჭვი, როგორც ჩანს, დაზიანებულია." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "გაფრთხილება" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "ეს გაუშვებს პროგრამას:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "თუ ამ პროგრამას არ ენდობით, გაუქმებას დააწექით" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "შესრულებადი ფაილების გაშვება კითხვის გარეშე" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "შესრულებადი ფაილების გახსნა ნაგულისხმევ აპლიკაციაში კითხვის გარეშე" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "დამახსოვრება ყველა შესრულებადი ფაილისთვის" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "გაუქმება \"დადასტურებების\" მენიუში შეგიძლიათ, Dolphin-ის მორგების " +#~ "ფანჯარაში." + +#~ msgid "Change Attribute" +#~ msgstr "ატრიბუტის შეცვლა" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "ფაილის ატრიბუტების შესაცვლელად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "ფაილების კოპირების დასასრულებლად საჭიროა Root წვდოა. გააგრძელებთ?" + +#~ msgid "Delete Files" +#~ msgstr "ფაილების წაშლა" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "ფაილების წაშლის დასასრულებლად საჭიროა Root წვდომა. მაგრამ ასე მოქცევამ " +#~ "შეიძლება დააზიანოს თქვენი სისტემა. გააგრძელებთ?" + +#~ msgid "Create Folder" +#~ msgstr "საქაღალდის შექმნა" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "ამ საქაღალდის შესაქმნელად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "Move Items" +#~ msgstr "ელემენტების გადატანა" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "გადატანის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "Rename" +#~ msgstr "გადარქმევა" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "სახელის გადარქმევის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "სიმბმულის შესაქმნელად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "Transfer data" +#~ msgstr "მონაცემების გადატანა" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "მონაცემების გადატანის დასასრულებლად საჭიროა Root წვდომა. გააგრძელებთ?" + +#~ msgid "Undo Changes" +#~ msgstr "ცვლილებების გაუქმება" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "ამ ოპერაციის გაუქმებ root-ის უფლებებს მოითხოვს. გნებავთ, გააგრძელოთ?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1-ზე ACL-ის დაყენება" + +#~ msgid "Change File Permissions" +#~ msgstr "ფაილის წვდომების შეცვლა" + +#~ msgid "New Permissions: %1" +#~ msgstr "ახალი წვდომები: %1" + +#~ msgid "Change File Owner" +#~ msgstr "ფაილის მფლობელის შეცვლა" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "ახალი მფლობელი: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "ფაილის წაშლა" + +#~ msgid "Remove Directory" +#~ msgstr "საქაღალდის წაშლა" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "საქაღალდის წვდომები: %1" + +#~ msgid "Open File" +#~ msgstr "ფაილის გახსნა" + +#~ msgid "Open Directory" +#~ msgstr "საქაღალდის გახსნა" + +#~ msgid "New Filename: %1" +#~ msgstr "ახალი ფაილის სახელი: %1" + +#~ msgid "Target: %1" +#~ msgstr "დანიშნულება: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Timestamp-ის შეცვლა" + +#~ msgid "From: %1, To: %2" +#~ msgstr "%1-დან %2-მდე" + +#~ msgid "Unknown Action" +#~ msgstr "უცნობი ქმედება" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "მოქმედება: %1\n" +#~ "წყარო: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "სანიშნეების პანელის ჩვენება" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "მიმდინარეობს ფაილების გადატანა" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "მიმდინარეობს ფაილების კოპირება" + +#~ msgid "&Description:" +#~ msgstr "&აღწერა:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "აქ ნებისმიერი თქვენი აზრით სასარგებლო კომენტარი შეგიძლიათ, ჩაწეროთ." + +#~ msgid "Do not ask again" +#~ msgstr "აღარ მკითხო" + +#~ msgid "&Filter:" +#~ msgstr "&ფილტრი:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "ეს სიაზე გადასატარებელი ფილტრია. ფაილის სახელები, რომლებიც ფილტრს არ " +#~ "ემთხვევა, ნაჩვენები არ იქნება.

    შეგიძლიათ ჩამოსაშლელი მენიუდან წინასწარ " +#~ "განსაზღვრული ფილტრი აირჩიოთ, ან ტექსტის ადგილას თქვენი ფილტრი შეიყვანოთ.

    ასევე დაშვებულია ვაილდკარდები * და ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "არჩეულია ერთზე მეტი საქაღალდე და ამ ფანჯარას საქაღალდე არ სჭირდება, ასე " +#~ "რომ, იმის გადაწყვეტა, რომელი ავირჩიოთ, შეუძლებელია. აირჩიეთ მხოლოდ ერთი " +#~ "საქაღალდე." + +#~ msgid "More than one folder provided" +#~ msgstr "მითითებულია ერთზე მეტი საქაღალდე" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "არჩეულია სულ ცოტა ერთი ფაილი და ერთი საქაღალდე. მონიშნული ფაილები " +#~ "გამოტოვებული იქნება და გამოიყენება მონიშნული საქაღალდე" + +#~ msgid "Files and folders selected" +#~ msgstr "მონიშნული ფაილები და საქაღალდეები" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "მიუხედავად იმისა, რომ სერვერს დავუკავშირდით, დაკავშირებისთვის გამოყოფილ " +#~ "დროში ეს ვერ მოხერხდა შემდეგი მოთხოვნისთვის:
    • კავშირის დამყარების " +#~ "ვადა: %1 წამი
    • პასუხის მიღების ვადა: %2 წამი
    • პროქსი " +#~ "სერვერთან მიერთების ვადა: %3 წამი
    დაიმახსოვრეთ, რომ ამ ვადების " +#~ "შეცვლა KDE-ის სისტემური პარამეტრებიდან შეგიძლიათ, მენუში ქსელის მორგება -" +#~ "> კავშირის გამართვა." + #~ msgid "Is &executable" #~ msgstr "&გაშვებადია" @@ -7813,7 +8240,7 @@ msgstr "თუ ამ პროგრამას არ ენდობით, #~ msgstr "ეს პარამეტრები მხოლოდ ქსელში ძებნას ეხება." #~ msgid "Default password:" -#~ msgstr "ნაგულისხმები პაროლი:" +#~ msgstr "ნაგულისხმევი პაროლი:" #~ msgid " days" #~ msgstr " დღე" @@ -7832,9 +8259,6 @@ msgstr "თუ ამ პროგრამას არ ენდობით, #~ msgid "Limit to" #~ msgstr "ზღვარი" -#~ msgid "Show a Warning" -#~ msgstr "გაფრთხილების ჩვენება" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "ნაგვიდან უძველესი ფაილების წაშლა" @@ -7885,7 +8309,7 @@ msgstr "თუ ამ პროგრამას არ ენდობით, #~ msgstr "წა&შლა" #~ msgid "Default Web &search keyword:" -#~ msgstr "ნაგულისხმები ვებ-&ძებნის საკვანძო სიტყვა:" +#~ msgstr "ნაგულისხმევი ვებ-&ძებნის საკვანძო სიტყვა:" #~ msgid "&Keyword delimiter:" #~ msgstr "საკვანძო სიტყვის &გამყოფი:" @@ -7898,10 +8322,6 @@ msgstr "თუ ამ პროგრამას არ ენდობით, #~ msgid "Space" #~ msgstr "გამოტოვება" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "ნაგულისხმები" - #~ msgid "Modify Web Shortcut" #~ msgstr "ვების მალსახმობის ჩასწორება" @@ -7978,11 +8398,6 @@ msgstr "თუ ამ პროგრამას არ ენდობით, #~ msgid "Unmount" #~ msgstr "მოხსნა" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&ფაილის ჩასმა" -#~ msgstr[1] "%1 &ფაილის ჩასმა" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL-ის ჩასმა" diff --git a/local/recipes/kde/kf6-kio/source/po/kab/kio6.po b/local/recipes/kde/kf6-kio/source/po/kab/kio6.po index 02d385e77a..7e39701bc1 100644 --- a/local/recipes/kde/kf6-kio/source/po/kab/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/kab/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-12-08 16:20+0100\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Kabyle\n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "butterflyoffire@protonmail.com, zirisut@proton.me" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ur yezmir ara ad ibeddel bab n ufaylu %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,12 +42,12 @@ msgstr "" "Ur yezmir ara ad ibeddel bab n ufaylu %1. Ur k-id-" "ikeffu ara unekcum ɣer ufaylu akken ad tgeḍ abeddel." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ur yezmir ara ad d-yesnulfu axeddam KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -57,7 +57,7 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -67,7 +67,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,23 +77,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Akaram-a yella yakan" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Afaylu-a yella yakan" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Yella yakan am ufaylu" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Taqecwalt" @@ -186,190 +186,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Asenkez" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Aɣbalu" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Tanila" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Allus n yisem" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Anɣal" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Asnulfu n ukaram" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Akaram" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Tukksa" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Afaylu" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Asekyed" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Asiweḍ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Aserkeb" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Ibenk" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Tanqiḍt n userkeb" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Tukksa n userkeb" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Senfel arat" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Nɣel ifuyla" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Kkes ifuyla" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Snulfu akaram" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Senkez iferdisen" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Asnifel n yisem" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Snulfu Symlink" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Siweḍ isefka" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -761,6 +667,11 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -770,126 +681,126 @@ msgstr "" "%2\n" "Ttxil-k, azen-d aneqqis n ubug deg https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(d tarussint)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Taɣẓint tatiknikant: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Aneggaf: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Azemz d wakud: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Talɣut niḍen: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Timentilin i izemren ad ilint:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Tifrat i izmren ad ilint:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(d arussin)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Ahat temmugreḍ-d abug deg useɣẓan-a." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -901,95 +812,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Ɛreḍ tikkelt-nniḍen, tura neɣ ticki." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Senqed addad n tuqqna ɣer uzeṭṭa." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Yegguma ad yeldi aɣbalu i tɣuri" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Yegguma ad yeldi aɣbalu i tira" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Ur yettwamsel ara URL akken iwata" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Ur yettwasefrak ara uneggaf %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1064,24 +975,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Aneggaf d aneggaf n yimsizdeg" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1090,19 +1001,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ur tettwasefrak ara tigawt: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1110,174 +1021,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Afaylu yetturaǧu" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Aya yezmer ad yili d tuccḍa deg yidis n uqeddac." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Akaram yetturaǧu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Afaylu neɣ akaram i d-ittunefken %1 ulac-it." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Kkes afaylu amiran sakin ɛreḍ tikkelt-nniḍen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Fren isem nniḍen i ufaylu-nni amaynut." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Asenneftaɣ arussin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Anekcum yettwagdel" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Anekcum s tira yettwagdel" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ur yezmir ara ad yekcem ɣer ukaram" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Ulac abdar n ukaram" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1285,12 +1196,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1299,34 +1210,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1335,58 +1246,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ur yezmir ara ad d-yesnulfu tuqqna n uẓeṭṭa" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1394,36 +1305,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Tuqqna ɣer uqeddac tettwamdel kan akka" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Aɣbalu n URL d arameɣtu" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1440,24 +1351,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "D awezwɣ awennez n yibenk n unekcum/tuffɣa" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1465,7 +1376,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1473,31 +1384,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1505,7 +1416,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1513,56 +1424,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "D awezɣi ad yeqqen" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1570,208 +1481,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Yegguma ad isell" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ur yezmir ara ad yeqqen: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Isemli-a" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ur yezmir ara ad d-yesnulfu akaram" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ur yezmir ara ad yekkes akaram" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Akaram-nni yettunefken yezmer ur yettili ara d ilem." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "D awezɣi tuɣalin ɣer usiweḍ n ufaylu" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Txuṣṣ tkatut" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Anefftaɣ n upṛuksi d arussin" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Assuter yettwagzem" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Iεedda wakud" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Tuccḍa tarussint" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "D awezɣi tukksa n ufaylu aɣbalu" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1907,12 +1813,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "D awezɣi tukksa n ufaylu ur yezgin ara" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1920,63 +1826,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "D awezɣi abeddel n yisem n ufaylu aɣbalu" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Yegguma ad ibeddel isem n ufaylu ur yezgin ara" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ur izmir ara ad d-yesnulfu aseɣwen" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Ulac agbur" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Aḍebsi yeččur" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -1984,105 +1890,105 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ur yezmir ara ad issiweḍ %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2090,35 +1996,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Tuccḍa iɣef ur neɣri ara" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, yeqqen ɣer %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2127,12 +2033,12 @@ msgstr "" "Yir amsal n URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Ur yezmir ara ad d-yaf anaw n ufaylu i %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2140,13 +2046,13 @@ msgid "" msgstr "" "Ur tezmireḍ ara ad d-tekkseḍ isem seg '%1', ttxil-k, aru isem n wahil ameɣtu." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ur d-yettban ara d aseɣẓan yettwaselkamen." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2156,92 +2062,92 @@ msgstr "" "%1 ur yettwaf ara; ttxil-k, sekcem abrid iṣeḥḥan ɣer " "wahil yettwagezmen." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Tuqqniwin yeldin ur ttwasefrakent ara s uneggaf %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Amdal n tuqqniwin ur ttwasefrakent ara s uneggaf %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Anekcum ɣer yifuyla ur yettwasefrak ara s uneggaf %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Ṭira ɣer %1 ur yettwasefrak ara." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Ulac tigawin tuzzigin i yellan i uneggaf %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Abdar n yikaramen ur yettwasefrak ara i uneggaf %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Awway n yisefka seg %1 ur yettwasefrak ara." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Abeddel n yisem neɣ asenkez n yifuyla deg %1 ur yettwasefrak." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Anɣal anɣal deg %1 ur yettwasefrak ara." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Tukksa n yifuyla seg %1 ur yettwasefrak ara." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Timerna n yikaramen ur yettwasefrak ara s uneggaf %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Asenfel imyarren n yifuyla ur yettwasefrak ara s uneggaf %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Asenfel bab n yifuyla ur yettwasefrak ara s uneggaf %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Aldya n yifuyla ur yettwasefrak ara s uneggaf %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Aneggaf %1 ur issefrak ara tigawt %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2250,311 +2156,336 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Aneggaf arussin '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ur yufi ara aqeddac KIO i uneggaf '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ur yezmir ara ad d-yaf 'kioworker' yettwaselkamen s '%1' ''" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Talqayt" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&I lebda" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Dd&u" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Tiɣimit kan tamirant" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Snulfu-d akaram amaynut" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Snulfu-d akaram amaynut" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Ur tefrineḍ ara afaylu ara tekkseḍ." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ulac d acu ara yekkes" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Ur d-tefrineḍ ara afaylu ara terreḍ ɣer tqecwalt." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ulac ara yettwaḍeggren" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Asefru i yettwafernen ur yelli neɣ ur yezmir ara ad yettwaɣra." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Umuɣ" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Akaram amaraw" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Uɣal ɣer deffir" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Ddu ɣer uwelleh" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Akaram agejdan" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ales asali" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Akaram amaynut…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Smutti ɣer tqecwalt" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Kkes" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Asmizwer" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Smizzwer s yisem" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Swizzwer s tiddi" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Smizzwer s uzemz" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Smizwer s wanaw" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Yettalin" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Yettader" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Ikaramen d imezwura" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Ifuyla ineggura i yettwaffren" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Askan n tignitin" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Askan tussidt" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Askan n telqayt" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Adeg n tignit" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Ɣer tama n yisem n ufaylu" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nnig yisem n ufaylu" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Askan tafessast" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Askan talqayant" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Askan n useklu" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Askan n useklu lqayen" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Sken ifuyla yeffren" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Sken agalis yezrin" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Sken taskant" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Ldi akaram anagbar" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Ayla" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Askar n uskan" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Amaynut akk d amezwaru" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Aqbur akk d amezwaru" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Amaynut akk d amezwaru" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Ahrawan akk d amezwaru" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Ameẓẓyan akk d amezwaru" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Asettengel:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Ldi" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sekles d" @@ -2601,40 +2532,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Senkez ɣer da" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Akk ifuyla" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Akk ifuyla i yettusefraken" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Akk ifuyla" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Rnu idgan n unekcum" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Ẓreg idgan n unekcum" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2643,17 +2574,17 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "T&abzimt:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Sekcem-d tabzimt n uglam da" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2662,29 +2593,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "A°:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Fren &tignit:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Sken kan deg useqdec n usnas-a (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2692,200 +2623,208 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Idgan" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Anmeggag" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Amaynut" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Nadi ɣef" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Ibenkan" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Ibenkan yettwakkasen" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tibzimin" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (seg %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Akk tibzimin" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Akaram amatu" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Tanarit" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Isemliyen" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Isadaren" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Aẓeṭṭa" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Taqecwalt" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Aẓawan" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Tugniwin" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Tividyutin" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ifuyla n melmi kan" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Idgan n melmi kan" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Yettwaẓreg ass-a" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Yettwaẓreg iḍelli" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ur yezmir ara ad yernu ɣer ugalis n yidgan: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Ikaramen kan i izemren ad ttwarnun ɣer ugalis n yidgan." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Swel inegzumen Web…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Asuffeɣ…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Lqem" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Tukksa s wudem aɣellsan…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Kkes s wudem aɣellsan" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Tukksa n userkeb…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Kkes aserkeb" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Suffeɣ" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ibenk '%1' mačči d aḍebsi, ur yezmir ara ad d-yettwasuffeɣ." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Teḍra-d tuccḍa deg unekcum ɣer '%1', anagraw yerra-d s: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Tella-d tuccḍa lawan n unekcum ɣer '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2896,108 +2835,108 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Msel neɣ ẓreg s umsefrak n yiḥricen" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 d-yegran seg %2 (%3% yettwasqedcen)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (yettwaffer)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Taqecwalt n yiḍumman d tilemt" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Serkeb" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Ldi deg yiccer amaynut" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Ldi deg usfaylu amaynut" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Rnu anekcum…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Ẓre&g…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Kkes seg yidgan" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Se&ggelmes" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ffer tafrant '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ffer aḥric" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Sken akk inekcumen" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Teɣzi n tignit" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3005,51 +2944,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Asemsawi awurman n teɣzi" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Amecṭuḥ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Alemmas (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Hraw (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Ameqqran (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Tzemreḍ ad tferneḍ kan yiwen ufaylu" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Ugar n yiwen n ufaylu i d-yettunefken" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Tzemreḍ ad tferneḍ kan ifuyla idiganen" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ifuyla inmeggagen ur ttwaqbalen ara" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3060,47 +2999,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Ugar n yiwen n ukaram i d-yettunefken" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Ifuyla d ikaramen yettwafernen" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Afaylu \"%1\" ur yettwaf ara" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ur yezmir ara ad yeldi afaylu" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3108,42 +3022,43 @@ msgid "" "you to file:/home.
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Tekki ɣef tqeffalt-a akken ad d-tesnulfuḍ akaram amaynut." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Sken taqeffalt n ticraḍ" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Sken ifuyla yeffren" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Tixtiṛiyin" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3153,12 +3068,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Ticraḍ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3168,12 +3083,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Isem:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Sefsex isenfal" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Ldi akaram anagbar" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ifuyla ineggura i yettwaffren" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3182,86 +3123,91 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Idgan" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Mḥaq afaylu?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Akk ikaramen" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Snulfu-d akaram" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ldi" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Teɣzi n tignit: %1 n ipiksilen" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Fren s wudem awurman a&siɣzef n yisem n ufaylu (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "asiɣzef %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "asuɣzef iwulmen" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3277,71 +3223,63 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Anaw n u&faylu:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "Ams&izdeg:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Snulfu-d afaylu amaynut" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Suref-aɣ" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Isem i usaɣwen amaynut:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Rnu aseɣwen ɣer URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Sekcem isem n ufaylu %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Suref-aɣ" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Isem i usaɣwen amaynut:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Snulfu Symlink" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Rnu aseɣwen ɣer URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3349,7 +3287,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3357,7 +3295,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3366,123 +3304,181 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Yella yakan ukaram s yisem %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Yella yakan ufaylu s yisem %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Snulfu-d yiwen umaynut" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Qqen-it ɣer yibenk" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Akaram amaynut" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Snulfu-d akaram amaynut" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Snulfu-d akaram amaynut deg %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Sekcem isem n ufaylu %1:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "Bab (amezwer)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Snulfu-d afaylu amaynut" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Sekcem isem n ufaylu %1:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Fren asnas i %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Fren &tignit:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Nɣel" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Senṭeḍ" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Ldi \"%1\" deg yiccer amaynut" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Ldi \"%1\" deg usfaylu amaynut" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Ẓreg" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Inig" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Sken abrid ummid" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3494,6 +3490,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Ddu ɣer wadig n ubrid" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Idgan" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3517,40 +3522,40 @@ msgstr "Wayeḍ" msgid "Edit mode" msgstr "Ẓreg askar" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Asenker n %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3577,12 +3582,18 @@ msgstr "Tuccḍa deg usekles n tugna ɣer %1" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3590,28 +3601,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Asenker n %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Ur yessaweḍ ara ad yeldi %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3619,39 +3630,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3659,12 +3670,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Ur yessaweḍ ara ad yeldi afaylu-nni." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3741,79 +3752,74 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Ineflayen n KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -3821,118 +3827,38 @@ msgid "" "%1" msgstr "" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Yegguma ad ibeddel isem n ufaylu ur yezgin ara" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Yegguma ad yaf ahil \"mout\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Yegguma ad yaf ahil \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Bab-is amaynut: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Kkes afaylu" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Kkes akaram" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Snulfu-d akaram" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Ldi afaylu" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Ldi akaram" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Afaylu amaynut: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Asaḍas: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Beddel taswiɛt" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Seg: %1, ar: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Tigawt tarussint" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Tigawt: %1\n" -"Aɣbalu: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -3974,34 +3900,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Yessefk ad d-tefkeḍ isem n useqdac d wawal uffir akken ad tkecmeḍ ɣer usmel-" "a." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Asmel:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Iqqen akken iwata" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ur izmir ara ad yeqqen ɣer %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4010,19 +3936,19 @@ msgstr "" "\n" "Yenna-d uqeddac: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Apṛuksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4074,101 +4000,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Asesteb n uqeddac" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ɣef %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "nadi deg ukaram uzzig" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Teḍra-d tuccḍa ur nettwarǧa (%1) mi yeεreḍ %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4176,20 +4102,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4199,28 +4125,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4228,25 +4154,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Aɣbalu yugi ur yezmir ara ad yettwakkes." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "sali-d %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4257,15 +4183,15 @@ msgstr "Teḍra-d tuccḍa ur nettwarǧa (%1) mi yeεreḍ %2." msgid "Network" msgstr "Aẓeṭṭa" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4274,12 +4200,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Afaylu-a atan yakan deg tqecwalt." @@ -4312,7 +4238,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "Err-d afaylu yettwarzen deg tqecwalt ɣer udeg-is aneṣli" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4333,17 +4259,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Ales aneεruḍ" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Adiwenni n usesteb" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Addaf yugwi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4450,41 +4376,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4494,9 +4420,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Smiḍen" @@ -4505,135 +4431,224 @@ msgstr "Smiḍen" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "S&efsex" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Senkez ɣer da" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Sader ɣer da" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Nɣel ɣer da" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Qqen ɣer da" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Asenker n %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ur sutur ara tikelt-nniḍen" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ldi" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "S&elkem" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Ldi s %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Sefsex isenfal" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" +msgid "Would you like to launch this file?" msgstr "" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Asnulfu n ukaram" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Aɣbalu" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Tanila" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Anɣal" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Asenkez" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Allus n yisem" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Smutti ɣer tqecwalt" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Tukksa" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Sef&sex" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Sefs&ex: Nɣel" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Sefs&ex: Qqen" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Sefs&ex: Senkez" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Sefs&ex: Beddel isem" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Sefs&ex: Ḍegger" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Sefs&ex: Nɣel" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Sefs&ex: Qqen" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Sefs&ex: Senkez" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Sefs&ex: Beddel isem" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Sefs&ex: Ḍegger" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgid "&Redo: Create Folder" +msgstr "Snulfu akaram" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Snulfu akaram" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New File" +msgid "&Redo: Create File" +msgstr "Snulfu-d afaylu amaynut" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "Sefs&ex: Beddel isem" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4642,12 +4657,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4656,21 +4671,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Kkes i lebda" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Kkes i lebda" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4682,7 +4698,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4690,13 +4706,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Taqecwalt n yiḍumman d tilemt" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4704,7 +4720,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -4789,7 +4805,7 @@ msgstr "Bab-is" msgid "Owning Group" msgstr "Agraw amli" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Tiyyaḍ" @@ -4862,106 +4878,113 @@ msgstr "Aleqqem n twila n unagraw" msgid "Updating system configuration…" msgstr "Aleqqem n twila n unagraw…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Isem" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tiddi" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Azemz" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Tisirag" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Bab-is" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Agraw" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Anaw" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ldi &s %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Tigawin" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Ldi akaram s…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Ldi s…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "S&elkem" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Ldi akaram s %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Ldi s %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Ldi akaram s" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Ldi s" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Asnas wayeḍ…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -4969,113 +4992,137 @@ msgid_plural "%1 items" msgstr[0] "1 uferdis" msgstr[1] "%1 yiferdisen" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "D arussin" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Seḥbes" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Sniṛem s Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Yettwaserkeb seg:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Tallunt tilellit:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Anaw:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Agbur:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Ldi s:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Senfel..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Adeg:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tiddi:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Senfel..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Agbur:" +msgid "Stop" +msgstr "Seḥbes" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Sniṛem s Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Yettwehhi ɣer:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Yettwasenfel:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Sken taskant" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Yettwarna:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Anagraw n yifuyla:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Teɣzi tarussint" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Yettwaserkeb ɣef:" +msgid "Modified:" +msgstr "Yettwasenfel:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Yella unekcum ɣer-s:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Anagraw n yifuyla:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Yettwaserkeb ɣef:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Yettwaserkeb seg:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Tallunt tilellit:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Ldi s:" +msgid "Unknown size" +msgstr "Teɣzi tarussint" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5331,22 +5378,26 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Aglam:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "A&matu" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Aru-d awennit i tettwaliḍ yenfeɛ da." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5357,7 +5408,7 @@ msgstr "Aw&ennit:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5526,7 +5577,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Bḍu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5534,36 +5585,59 @@ msgid "" "%1
    ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "A&matu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Sekcem isem n ufaylu %1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Sniṛem deg %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Smiren" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ur yezmir ara ad issiweḍ %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Teɣzi tarussint" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5572,165 +5646,171 @@ msgstr "" "Asmiḍen... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 ufaylu" msgstr[1] "%1 n yifuyla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Asmiḍen...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Isem n ufaylu amaynut d ilem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ulac asnas icudden" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Snulfu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Senfel…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ulac anekcum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Yezmer ad iwali & ad ibeddel agbur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Tisirag" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Tisirag n unekcum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Bab-is:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Agra&w:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Wi&yaḍ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Kkes neɣ snifel isem:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Selkem:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5738,49 +5818,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Tisirag lqa¥" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Bab" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Aseqdac:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Agraw:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Tisirag lqayen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Asmil" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -5789,22 +5869,22 @@ msgstr "" "Sken\n" "Inekcumen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Γeṛ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -5813,197 +5893,188 @@ msgstr "" "Aru\n" "Inekcumen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Aru" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Kcem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Aselkem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Uzzig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Aseqdac" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Agraw" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Sbadu UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Sbadu GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Yuɣal ɣer sdat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Aseɣwen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ifuyla-a sseqdacen tisirag lqayen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Asmiḍen…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Tigrummiwin mṣadant." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6011,56 +6082,73 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Asenqed n tegrumma…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Ifuyla-nni kifkif-iten." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Asmiḍen…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Asnas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Rnu anaw n ufaylu i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Iɣewwaṛen leqqayen i %1" @@ -6160,41 +6248,45 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Swel inegzumen Web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Senṭeḍ yiwen n ufaylu" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "Filename for clipboard content:" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" msgstr "" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" - -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Senṭeḍ yiwen n ukaram" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Senṭeḍ yiwen n ufaylu" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6202,91 +6294,103 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Senṭeḍ" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Amasal n yisefka:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Azemz: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Teɣzi: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Beddel isem" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Zgel-it" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Aru deg" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6295,151 +6399,138 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Agzul" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "K&emmel" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Aɣbalu" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Tanila" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Aɣbalu d amaynut akk." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Ifuyla-nni kifkif-iten." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Nɣel ifuyla" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Yella yakan uferdis aneggaru isem-is '%1'." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Snifel isem:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Senfel isem i uferdis" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Beddel isemawen i yiferdisen" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Snifel isem" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Ales isem n uferdis %1 ɣer:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Isem amaynut #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Yella yakan ufaylu s yisem %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ur d-yettban ara d aseɣẓan yettwaselkamen." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6447,38 +6538,198 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "" msgstr[1] "" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Isem amaynut #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Smelsi" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Ldi s:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Smelsi" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Sekcem isem n ufaylu %1:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Sekcem isem n ufaylu %1:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Senfel isem i uferdis" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Beddel isemawen i yiferdisen" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Snifel isem" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Kkes neɣ snifel isem:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Smelsi" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Sken taskant" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ur d-yettban ara d aseɣẓan yettwaselkamen." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Talɣut" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Smelsi" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Ales aneεruḍ" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Semselsi kullec" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Zgel-it" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Zgel-iten akk" @@ -6563,7 +6814,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6595,29 +6846,89 @@ msgstr[0] "" msgstr[1] "" #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?" +#| "%1This action cannot be " +#| "undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?" +#| "%1This action cannot be " +#| "undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." +msgstr[1] "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?" +#| "%1This action cannot be " +#| "undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?" +#| "%1This action cannot be " +#| "undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." msgstr[1] "" +"Tebɣiḍ s tidet ad tekkseḍ aferdis-a i lebda?%1 Tigawt-a ur tezmir ara ad " +"tettwakkes." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6625,47 +6936,134 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Tebɣiḍ s tidet ad siwḍeḍ aferdis-a %1 ɣer tqecwalt?" msgstr[1] "Tebɣiḍ s tidet ad siwḍeḍ %1 n yiferdisen-a ɣer tqecwalt?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ur sutur ara tikelt-nniḍen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ur sutur ara tikelt-nniḍen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ur d-skan ara izen-a tikkelt-nniḍen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Ḥader" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Aya ad isenker ahil:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "If you do not trust this program, click Cancel" + +#~ msgid "Change Attribute" +#~ msgstr "Senfel arat" + +#~ msgid "Delete Files" +#~ msgstr "Kkes ifuyla" + +#~ msgid "Create Folder" +#~ msgstr "Snulfu akaram" + +#~ msgid "Move Items" +#~ msgstr "Senkez iferdisen" + +#~ msgid "Rename" +#~ msgstr "Asnifel n yisem" + +#~ msgid "Transfer data" +#~ msgstr "Siweḍ isefka" + +#~ msgid "Undo Changes" +#~ msgstr "Sefsex isenfal" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Bab-is amaynut: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Kkes afaylu" + +#~ msgid "Remove Directory" +#~ msgstr "Kkes akaram" + +#~ msgid "Open File" +#~ msgstr "Ldi afaylu" + +#~ msgid "Open Directory" +#~ msgstr "Ldi akaram" + +#~ msgid "New Filename: %1" +#~ msgstr "Afaylu amaynut: %1" + +#~ msgid "Target: %1" +#~ msgstr "Asaḍas: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Beddel taswiɛt" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Seg: %1, ar: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Tigawt tarussint" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Tigawt: %1\n" +#~ "Aɣbalu: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Sken taqeffalt n ticraḍ" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Afaylu ibeddel" + +#~ msgid "&Description:" +#~ msgstr "&Aglam:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Aru-d awennit i tettwaliḍ yenfeɛ da." + +#~ msgid "Do not ask again" +#~ msgstr "Ur sutur ara tikelt-nniḍen" + +#~ msgid "&Filter:" +#~ msgstr "Ams&izdeg:" + +#~ msgid "More than one folder provided" +#~ msgstr "Ugar n yiwen n ukaram i d-yettunefken" + +#~ msgid "Files and folders selected" +#~ msgstr "Ifuyla d ikaramen yettwafernen" diff --git a/local/recipes/kde/kf6-kio/source/po/kk/kio6.po b/local/recipes/kde/kf6-kio/source/po/kk/kio6.po index daf67d9306..250da30fa5 100644 --- a/local/recipes/kde/kf6-kio/source/po/kk/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/kk/kio6.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2012-12-31 04:15+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -35,13 +35,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "izbasar@sci.kz, sairan@computer.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 дегеннің иелігі өзгертілмеді." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -53,13 +53,13 @@ msgstr "" "%1 деген файлдың иесі өзгертілмеді. Бұл өзгерісті жасауға " "құқығыңыз жеткіліксіз." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "%1 io-slave құру болмайды" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -74,7 +74,7 @@ msgstr "" "%1 деген символдық сілтеме жасалынбады.\n" "Рұқсаттарын тексеріңіз." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -84,7 +84,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -94,23 +94,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Бұндай қапшық бар екен" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Бұндай файл атауы қолданыста бар" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Бұл қапшық атауы ретінде бар екен" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -202,197 +202,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Жылжыту" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Қайдан:" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Қайда:" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "Қай&та атау" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Көшірмелеу" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Қапшықты жасау" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Қапшық" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Өшіру" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Қарастыру" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Тасымалдау" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Тіркеу" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Құрылғы" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Тіркеу нүктесі" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Тіркеуден шығару" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "Бүкіл файлдар" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Файлдарды өшіру" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "Қ&айту: Қапшықты құру" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Өшірілгендерге тастау" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "Қай&та атау" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Символдық сілтемені жасау" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Тасымалдау" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -824,6 +724,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -838,65 +743,65 @@ msgstr "" "%2\n" "http://bugs.kde.org сайтына қате туралы толық хабарды жіберіңіз." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(беймәлім)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Техникалық себебі: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Талаптың егжей-тегжейі:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Күні мен уақыты: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Қосымша мәлімет: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Мүмкін салдары:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Мүмкін шешімдері:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(беймәлім)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -905,17 +810,17 @@ msgstr "" "Қосымша көмек алу үшін лайықты пайдаланушыларды қолдау қызметімен не жүйе " "әкімшісімен байланысыңыз." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Қосымша көмек алу үшін сервер әкімшісімен байланысыңыз." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Бұл ресурсқа қатынау рұқсаттарыңызды түгелдеңіз." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -924,7 +829,7 @@ msgstr "" "Бұл ресурспен талап етілген әрекетті орындау үшін қатынау рұқсаттарыңыз " "жеткіліксіз болуы мүмкін." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -932,7 +837,7 @@ msgstr "" "Файл басқа пайдаланушының не қолданбаның қолдануында (сонықтан бұғатталған) " "болуы мүмкін." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -941,17 +846,17 @@ msgstr "" "Файл басқа қолданба немесе пайдаланушының қолдануында не бұғаттауында емес " "екенін тексеріңіз." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Сонымен қатар, жабдық қатесі болуы мүмкін." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Бағдарламаның бір қатесіне тап болғаныңыз мүмкін." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -960,7 +865,7 @@ msgstr "" "Бұл бағдарламадағы қатенің салдарынан болуы ықтимал. Төменде көрсетілгендей, " "қате туралы толық хабарламаны жіберуді қарастырыңыз." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -969,7 +874,7 @@ msgstr "" "Бағдарламалық жасауыңызды соңғы нұсқасына жаңартыңыз. Дистрибутивіңізде " "жаңарту құралдары болуға тиіс." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -997,12 +902,12 @@ msgstr "" "барлық көмек бола алатын егжей-тегжейін келтіріп, қате туралы хабарды " "жіберіңіз." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Желілік қосылыммен байланысты мәселе болуы мүмкін." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1012,7 +917,7 @@ msgstr "" "кезде Интернетке қатынауыңыз ешбір қиыншылықсыз болса, бұның мүмкіндігі " "шамалы." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1021,42 +926,42 @@ msgstr "" "Сервер мен осы компьютер арасындағы желінің бір жерінде орын алған мәселесі " "болуы мүмкін." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Қазір немесе кейінірек тағы да қайталап көріңіз." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Протоколдың қатесі не үйлесімсіздік мәселесі пайда болуы мүмкін." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Ресурстың бар екенің тексеріп, қайталап көріңіз." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Келтірген ресурс жоқ болуы мүмкін." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Адрестің дұрыс екенін тексеріп қайталап көріңіз." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Желі қосылымының күй-жайын тексеріңіз." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ресурс оқу үшін ашылмады" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 файлдың не қапшықтың мазмұны ашылмайды, " "себебі оқуға рұқсат жоқ." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Файлды оқуға немесе қапшықты ашуға рұқсаттарыңыз жоқ шығар." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ресурс жазу үшін ашылмады" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1084,18 +989,18 @@ msgstr "" "%1 файлға талап етілгендей жазуы болмады, себебі жазуға " "рұқсат жоқ." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 протоколы бастау қалпына келмеді" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Процесс жегілмеді" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1%1 протоколына қатынауды қамтамасыз ететін " "компьютеріңіздегі бағдарлама ішкі қатеге ұшрағанын хабарлады." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Дұрыс пішімделмеген URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "%1 протоколы қолданбайды" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1168,12 +1073,12 @@ msgstr "" "Бұл компьютерде орнатылған KDE бағдарламалары %1 протоколын " "қолдамайды." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Талап етілген протокол қолданбауы мүмкін." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1182,7 +1087,7 @@ msgstr "" "Сервер мен осы компьютер қолдайтын %1 протоколының нұсқалары үйлесімсіз " "болуы мүмкін." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1199,17 +1104,17 @@ msgstr "" "apps.org/\">http://kde-apps.org/ және http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ресурсқа сілтеме жасамайды." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Бұл протокол - сүзгі протокол" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) адресі ресурсқа сілтеме жасамайды." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1231,12 +1136,12 @@ msgstr "" "керегі жоқ. Бұл сирек кездесетін жағдай, сірә бағдарламаның бір қатесіне тап " "болғаныңыз мүмкін." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Қолдалмайтын әрекет: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1245,7 +1150,7 @@ msgstr "" "%1протоколын іске асыратын KDE бағдарламасы бұл әрекетті " "қолдамайды." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1256,17 +1161,17 @@ msgstr "" "шығару архитектурасы беретін мәліметтерге қарағанда артық мәліметтер беруі " "мүмкін." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Сол нәтижеге басқа тәсілмен жетуге жол тауып көріңіз." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Файл күтілген еді" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1275,17 +1180,17 @@ msgstr "" "Нәтиже ретінде файл күтілген еді, бірақ оның орнына %1 " "қапшығы табылды." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Сервер жағында бір қате пайда болған сияқты." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Капшық күтілген еді" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1294,17 +1199,17 @@ msgstr "" "Нәтиже ретінде қапшық күтілген еді, бірақ оның орнына %1 " "файлы табылды." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файл да, қапшық та жоқ" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Келтірілген %1 файл да, қапшық та жоқ." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1312,22 +1217,22 @@ msgid "" msgstr "" "Сұралған файл құрылған жоқ, себебі осылай аталған файл қолданыста бар екен." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Қолданыстағы файлды басқа орынға жылжытып, қайталап көріңіз." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Қолданыстағы файлды өшіріп, қайталап көріңіз." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Жаңа файл үшін басқа атауды таңдаңыз." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1335,27 +1240,27 @@ msgid "" msgstr "" "Сұралған қапшық құрылмады, себебі осылай аталған қапшық қолданыста бар екен." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Қолданыстағы қапшықты басқа орынға жылжытып, қайталап көріңіз." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Қолданыстағы қапшықты өшіріп, қайталап көріңіз." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Жаңа қапшық үшін басқа атауды таңдаңыз." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Беймәлім хост" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1364,36 +1269,36 @@ msgstr "" "Қате - хост беймәлім, %1 деп аталған сервер Интернетте " "табылған жоқ." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Келтірілген %1 деген атау қолданыста жоқ: ол дұрыс жазылмағаны мүмкін." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Қатынауға рұқсат жоқ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Келтірілген %1 ресурсына қатынауға рұқсат жоқ." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Аутентификация үшін келтірілген мәлімет дұрыс емес, немесе мүлдем " "келтірілмеген болуы мүмкін." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Тіркелгіңіздің көрсетілген ресурсқа қатынауға рұқсаты жоқ болуы мүмкін." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1401,41 +1306,41 @@ msgid "" msgstr "" "Аутентификация деректерінің дұрыс жазылғанын тексеріп, қайталап көріңіз." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Жазу үшін қатынауға рұқсат жоқ" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Демек, %1 файлға жазу рұқсаты жоқ." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Қапшықты ашуы болмады" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "Демек, %1 қапшығын ашу әрекеті қабылданбады." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Қапшықтағыны тізімдеуі болмады" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 протоколы файл жүйесі емес" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1445,12 +1350,12 @@ msgstr "" "Демек, қапшықтың мазмұнын анықтау сұрауы жасалынған , бірақ осы протоколды " "іске асыратын KDE бағдарламасы сұралған тізімін ала алмады." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Тұйық сілтеме табылған" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,34 +1367,34 @@ msgstr "" "жасауға болады. Тұйық сілтеме (немесе сілтемелер тізбегі), яғни өзіне өзі " "сілтеген файл не қапшық табылған." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "Тұйықтықты үзу үшін керегі жоқ сілтемелерді өшіріп, қайталап көріңіз." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Сұрауды пайдаланушы доғарды" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Доғарылған себебінен сұрау аяқталмады." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Сұрауды қайталау." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Көшіру барысында тұйық сілтеме кездесті" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1501,25 +1406,25 @@ msgstr "" "жасауға болады. Көшіру операциясы орындалғанда тұйық сілтеме, немесе " "сілтемелер тізбегі, яғни өзіне өзі айналып сілтеген файл не қапшық табылған." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Желілік қосылым құру қатесі" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Cокет құруы болмады" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "Бұл техникалық қате, сұралған желілік қосылым (сокет) құрылмады." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1527,19 +1432,19 @@ msgid "" msgstr "" "Желілік қосылым дұрыс бапталмаған немесе желілік интерфейсі рұқсат етілмеген." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Сервер қосылымға рұқсат бермеген" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "%1 сервері осы компьютерге қосылуға рұқсат бермеді." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1547,14 +1452,14 @@ msgid "" msgstr "" "Интернетке қосылған сервер сұрауларға жауап беру үшін бапталмағаны мүмкін." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "Интернетке қосылған серверде сұралған (%1) қызметі жегілмеуі мүмкін." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1565,12 +1470,12 @@ msgstr "" "қатынау амалдарын шектейтін желіаралық құралы) осы сұрауды болдырмағаны " "мүмкін." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Сервермен қосылым кенеттен жабылды" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1578,24 +1483,24 @@ msgid "" msgstr "" "%1 қосылымы орнатылған еді, бірақ бір жерде кенеттен үзілді." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "Сервермен қосылымның жабылуы протоколдың қатесінен болуы мүмкін." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL ресурсы дұрыс емес" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 протоколы сүзгі протоколы емес" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL), дұрыс %1%2 ресурстың қатынау тетігіне " "сілтемейді." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1619,17 +1524,17 @@ msgstr "" "жоқ. Бұл сирек кездесетін жағдай, сірә бағдарламаның бір қатесіне тап " "болғаныңыз мүмкін." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Енгізу/шығару құрылғысының инициализациясы болмады" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Құрылғыны тіркеуі болмады" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1638,7 +1543,7 @@ msgstr "" "Сұралатын құрылғының инициализациясы болмады (\"тіркелмейді\"). Хабарланған " "қате: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1649,7 +1554,7 @@ msgstr "" "дискіжетегіндегі CD-ROM сияқты) жоқ болуы мүмкін, немесе перифериялық/" "тасымалы құрылғы дұрыс қосылмаған." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1659,7 +1564,7 @@ msgstr "" "Құрылғыны инициализациялауға (\"тіркеуге\") рұқсатыңыз жоқ шығар. UNIX " "жүйелерінде инициализациялау үшін әкімшінің құқықтары қажет." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1669,17 +1574,17 @@ msgstr "" "тасымалы құрылғылар қосылып қуаттандырылуы қажет. Содан кейін қайталап " "көріңіз." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Енгізу/шығару құрылғы жұмысынан шығарылмады" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Құрылғы тіркеуден шығарылмады" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1688,7 +1593,7 @@ msgstr "" "Құрылғы жұмыстан (\"тіркеуден\") шықпады. Хабарланған қате: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1699,7 +1604,7 @@ msgstr "" "әлі қолдануда. Осы құрылғыдағыны ашып тұрған шолғыш секілді жағдайлар да " "құрылғыны босатпай ұстауы да мүмкін." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1709,18 +1614,18 @@ msgstr "" "Құрылғыны жұмыстан (\"тіркеуден\") шығаруға рұқсатыңыз жоқ шығар. UNIX " "жүйелерінде инициализациядан шығару үшін әкімшінің құқықтары қажет." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Құрылғымен қатынастағы қолданба жоқ екендігін тексеріп, қайталап көріңіз." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ресурстан оқу қатесі" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1729,17 +1634,17 @@ msgstr "" "Демек, %1 ресурсы ашылса да, оның мазмұнын оқыған кезде " "қате пайда болды." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Бұл ресурстан оқуға рұқсаттарыңыз жоқ шығар." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ресурсқа жазуы болмады" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1748,22 +1653,22 @@ msgstr "" "Демек, %1 ресурсы ашылса да, бірақ оған жазу кезінде бір " "қате пайда болды." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Бұл ресурсқа жазу үшін рұқсаттарыңыз жоқ шығар." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Желілік қосылымдарды тыңдауы болмады" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Байланысу болмады" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1773,17 +1678,17 @@ msgstr "" "Бұл техникалық қате, сұралған кіріс желілік (сокет) қосылымдарды тыңдау үшін " "құрылмады." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Тыңдауы болмады" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Желілік қосылымдар қабылданбады" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1792,33 +1697,33 @@ msgstr "" "Бұл техникалық қате, кіріс желілік қосылымдарды қабылдау кезде қате пайда " "болды." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Қосылымды қабылдауға рұқсаттарыңыз жоқ шығар." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Жүйеге кіруі болмады: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Сұралған операцияны орындау үшін жүйеге кіру әрекеті сәтсіз болды." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ресурстың күй-жайы анықталмады" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ресурстың күй-жайын тексеру қатесі" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1827,68 +1732,68 @@ msgstr "" "%1 ресурсы туралы мәлімет (мысалы, ресурс атауы, түрі, " "өлшемі және т.б.) алу әрекеті сәтсіз болды." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Көрсетілген ресурс жоқ немесе қол жеткізбеуде шығар." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Тізімдеуді үзуі болмады" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: сипаттамасы болу керек" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Қапшықты құруы болмады" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Сұралған қапшықты құру әрекеті орындалмады." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Мүмкін, қапшықтың құру үшін келтірілген адресі жоқ шығар." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Қапшық өшіруі болмады" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "%1 қапшығын өшіру әрекетінің жаңылысы." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Мүмкін, көрсетілген қапшық жоқ шығар." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Мүмкін, көрсетілген қапшық бос емес шығар." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Қапшық бар және бос екенін тексеріп, қайталап көріңіз." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Файлды беруді жалғастыруы болмады" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1897,32 +1802,32 @@ msgstr "" "%1 файл берілімі нақты орыннан жалғастыру керек екендігі " "сұралған. Бұл мүмкін болмады." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Протокол немесе сервер файл берілімін жалғастыруды қолдамайды." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Файл берілімін жалғастыруға әрекет жасамай сұрауды қайталаңыз." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ресурсты қайта атауы болмады" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "%1 ресурсын қайта атау әрекетінің жаңылысы." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ресурқа қатынау рұқсаттарын өзгертуі болмады" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 ресурсына қатынау рұқсаттарын өзгерту әрекетінің " "жаңылысы." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ресурстың иелігін өзгерту болмайды" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "%1 ресурсының иелігін өзгерту әрекетінің жаңылысы." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ресурсты өшіруі болмады" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "%1 ресурсын өшіру әрекетінің жаңылысы." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Бағдарламаның кенеттен доғарылуы" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 протоколына қатынауды қамтамасыз " "ететін бағдарлама кенеттен доғарылды." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Жады тапшылығы" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 протоколына қатынауды қамтамасыз " "ететін бағдарлама жалғастыру үшін қажетті жадыны ала алмады." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Беймәлім прокси-сервер" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -2041,17 +1946,17 @@ msgstr "" "Аутентификацияның қолданбайтын әдісі туралы KDE командасына http://bugs.kde.org/ сайты арқылы хабарлаңыз." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Сұрау доғарылды" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Сервердің ішкі қатесі" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2060,7 +1965,7 @@ msgstr "" "%1 протоколына қатынауды қамтамасыз ететін сервердегі " "бағдарламаның қатесі туралы хабарлама: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2069,12 +1974,12 @@ msgstr "" "Ең ықтимал себебі - сервер бағдарламасындағы қате. Төменде көрсетілген қате " "туралы мәліметтерді қате туралы хабарламамен жіберуді қарастырыңыз." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Мәселе туралы хабарлау үшін сервер әкімшісімен байланысыңыз." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2083,41 +1988,30 @@ msgstr "" "Егер сервердегі бағдарламалық жасаудың авторлары белгілі болса, қате туралы " "соларға тікелей хабарлауға болады." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Күту уақыты бітті" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Сервермен байланыс орнатылған болса да, бірақ күткен уақытта жауап алынбады:" -"
    • Қосылымды орнату үшін бөлінген уақыты: %1 секунд
    • Жауапты " -"алу үшін бөлінген уақыты: %2 секунд
    • Прокси-серверге қатынау үшін " -"бөлінген уақыты: %3 секунд
    Бұл параметрлерді KDE жүйе " -"параметрлерінің Желі параметрлері тармағында баптауға болады екенін " -"ескеріңіз." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Серверге сұраныстар көп болып, басқаларға жауап берумен айналысып, бос емес." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Беймәлім қате" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 протоколына қатынауды қамтамасыз ететін " "бағдарлама беймәлім қатесі туралы хабарлады: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Беймәлім үзілім" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 протоколына қатынауды қамтамасыз ететін " "бағдарлама үзілімнің беймәлім түрі туралы хабарлады: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Бастапқы файлды өшіруі болмады" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2155,12 +2049,12 @@ msgstr "" "Сұралған операция барысында, сірә файлды жылжыту операциясынын соңында, " "бастапқы файлды өшіру қажет. Бастапқы %1 файлы өшірілмеді." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Уақытша файлды өшіруі болмады" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2170,12 +2064,12 @@ msgstr "" "Сұралған операция барысында, жүктелетін файлды жазу үшін, уақытша файл жасау " "қажет болған. Сол %1 уақытша файлы өшірілмеді." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Бастапқы файлды қайта атауы болмады" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2184,12 +2078,12 @@ msgstr "" "Сұралған операция барысында бастапқы %1 файлдың атауын " "өзгертуі қажет болған, бірақ ол әрекет болмады." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Уақытша файлды қайта атауы болмады" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2198,32 +2092,32 @@ msgstr "" "Сұралған операция барысында %1 деген уақытша файлды құруы " "қажет болған, бірақ ол әрекет болмады." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Сілтемені жасауы болмады" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Символдық сілтемені жасауы болмады" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Сұралған %1 символдық сілтемесі жасалмады." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Мазмұны жоқ" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Дискі толып кетті" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2231,7 +2125,7 @@ msgid "" msgstr "" "Сұралған %1 файлы, дискіде бос орын жетпей, жазылмады." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2243,30 +2137,30 @@ msgstr "" "дискілеріне, архивтеуге болады; немесе 3) басқа, сыйымдылығы жететін " "жинақтаушыны табыңыз." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Мақсатты мен бастапқы файлы бір файл" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Мақсатты мен бастапқы файлы бір файл болғандықтан операция аяқталмады." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Мақсатты файлын басқаша атаңыз." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Файл да, қапшық та жоқ" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2276,20 +2170,20 @@ msgid "" "or folder are the same." msgstr "Мақсатты мен бастапқы файлы бір файл болғандықтан операция аяқталмады." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "келтірілген файлды не қапшықты көшірмелеу" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Файл да, қапшық та жоқ" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2299,19 +2193,19 @@ msgid "" "into itself." msgstr "Мақсатты мен бастапқы файлы бір файл болғандықтан операция аяқталмады." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "келтірілген файлды не қапшықты көшірмелеу" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2321,23 +2215,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "Мақсатты мен бастапқы файлы бір файл болғандықтан операция аяқталмады." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 протоколы бастау қалпына келмеді" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "%1 io-slave құру болмайды" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1
    " msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2372,35 +2266,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Беймәлім қате" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 дегенге символдық сілтеме)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "( %1, %2 дегенге сілтеме)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Көрсететіні %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2409,25 +2303,25 @@ msgstr "" "Жарамсыз URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "'%1' дегеннен орындалатын бағдарлама шықпады, атауын дұрыс келтіріңіз." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2435,92 +2329,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 протоколы қосылымдарды ашуды қолдамайды." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 протоколы қосылымдарды жабуды қолдамайды." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 протоколы файлдарға қатынауды қолдамайды." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 дегенге жазу қолданылмайды." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 протоколында арнайы әрекеттер жоқ." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Қапшықтарды тізімдеуін %1 протоколы қолдамайды." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 дегеннен деректерді алуы қолданылмайды." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 дегеннен MIME түрі мәліметінің алуы қолданылмайды." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 дегенде файлдарды қайта атау немесе жылжыту қолданылмайды." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 протоколы символдық сілтемені жасауды қолдамайды." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 дегенде файлдарды көшіруі қолданылмайды." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 дегеннен файлдарды өшіру қолданылмайды." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 протоколы қапшықтарды жасауды қолдамайды." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 протоколы файл атрибуттарын өзгертуді қолдамайды." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 протоколы файл иелігін өзгертуді қолдамайды." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 протоколы файлдарды ашуды қолдамайды." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 протоколы %2 әрекетін қолдамайды." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2529,116 +2423,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "'%1' деген протоколы беймәлім." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1'деген протоколы үшін io-slave процесі табылмады." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "'%1'деген протоколы үшін io-slave процесі табылмады." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1'деген протоколы үшін io-slave процесі табылмады." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Егжей-тегжейі" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Үнемі" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Жалғастыру" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Тек &осы сеанс үшін" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Қ&айту: Қапшықты құру" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Қ&айту: Қапшықты құру" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Өшіру үшін файл таңдалмаған." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Өшіретін ештеңе жоқ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Өшірілгендерге тастайтын файл таңдалмаған." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Өшірілгендерге тастайтын ештеңе жоқ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Келтірілген қапшық жоқ немесе оқылмайды." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Мәзір" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Аталық қапшық" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Мекен қапшығы" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Қайта жүктеу" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2646,214 +2563,214 @@ msgctxt "@action" msgid "New Folder…" msgstr "New Folder" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Өшірілгендерге тастау" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Өшіру" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Реттеу тәртібі" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Сайттың атауы" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Қысқартылған көрініс" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Күні бойынша" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Жазудың түрі" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Кему ретімен" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Кему ретімен" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Қапшықтар алдымен" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Жасырын файлдар көрсетілсін" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Қысқартылған көрініс" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Қысқартылған көрініс" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Егжей-тегжейлі көрініс" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Таңбаша орны" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Файл атауынан кейін" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Файл атауы үстінде" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Қысқартылған көрініс" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Егжей-тегжейлі көрініс" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Бұтақты көрініс" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Егжей-тегжейлі бұтақты көрініс" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Жасырын файлдар көрсетілсін" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Нобайы көрсетілсін" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Нобайы көрсетілсін" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Қасиеттері" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "Кө&рініс" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Қапшықтар алдымен" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Қапшықтар алдымен" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Қапшықтар алдымен" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Қапшықтар алдымен" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Қапшықтар алдымен" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодтауы:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Ашу" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Былай сақтау" @@ -2907,42 +2824,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Барлық файлдар" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Барлық қолдайтын файлдар" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Бүкіл файлдар" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Орындар жазуларын қосу" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Орындар жазуларын өзгерту" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2954,17 +2871,17 @@ msgstr "" "сілтейтінін есіңізге түсіруге көмектесетін, бір-екі сөзден тұрады. Егер " "жарлығын келтірілмесеңіз, ол орынның URL негізінде құрылады.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Ж&арлығы:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Мұнда сипаттама жарлығын келтіріңіз" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2977,12 +2894,12 @@ msgstr "" "pub/kde/stable

    Мәтінді енгізу өрісінің қасындағы батырманы " "басып, URL-ді шолып таңдауыңызға болады.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Орыны:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2991,17 +2908,17 @@ msgstr "" "Бұл Орындар панелінде көрінетін таңбаша.

    Басқа таңбашаны " "таңдау үшін батырмасын басыңыз.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Таңбашаны &таңдау:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Тек осы қолданбаны (%1) пайдаланғанда көрсетілсін" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3012,7 +2929,7 @@ msgstr "" "керек болса, таңдаңыз.

    Әйтпесе, жазу барлық қолданбалар үшін " "қолданылатын болады.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Places" @@ -3020,27 +2937,27 @@ msgctxt "@item" msgid "Places" msgstr "Орындар" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Өшіру" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Іздеу" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -3048,147 +2965,154 @@ msgctxt "@item" msgid "Devices" msgstr "Құрлығылар" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Мекен" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: сипаттамасы болу керек" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Желі" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Шелек" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Файлдарды өшіру" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Орналасуы:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Өзгертілген:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' деген бағдарлама табылмады" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "%1 деген файл не қапшық жоқ." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "&Саясатын баптау..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "'%1' дегенді а&жырату" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "'%1' дегенді а&жырату" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "'%1' дегенді қауіпсіз &шығару" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "'%1' дегенді қауіпсіз &шығару" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3196,41 +3120,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Тіркеуден шығару" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Тіркеуден шығару" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Шығарып алу" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' құрылғы диск емес, алып-шығару болмайды." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' дегенге қатынау кезде қате орын алды, жүйенің хабарлауы: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' дегенге қатынау кезде қате пайда болды" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3240,19 +3164,19 @@ msgid_plural "" "%2." msgstr[0] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3260,98 +3184,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 жалпы мөлшері %2 (%3% жұмсау)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Шелекті босату" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Тіркеу" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Мынамен ашу" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Жазуды қосу..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Өңдеу" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Өшіру" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1' дегенді &жасыру" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "'%1' дегенді &жасыру" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Барлығын &көрсету" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Қысқартылған көрініс" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3360,52 +3284,52 @@ msgctxt "" msgid "Auto Resize" msgstr "&Автобайқау" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Дискжетек: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Бір файлды ғана таңдауға болады" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Бірнеше файл берілген" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Жергілікті файлды ғана таңдауға болады" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Қашықтағы файл қабылданбайды" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3415,51 +3339,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Бірнеше қапшық таңдалған, бірақ бұл диалог біреуін ғана қабылдайды. Қайсын " -"қалдыратынын таңдаңыз." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Бірнеше қапшық берілген" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Кемінде бір қапшық пен бір файл таңдалған. Таңдалған файлдарды елемей қапшық " -"тізімделеді" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Файлдар мен қапшықтар таңдалған" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" файлы табылмады" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Файл ашылмады" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3474,44 +3369,44 @@ msgstr "" "егер назардағы орын file:/home/%1 болса, бұл батырманы басқанда назар file:/" "home деген орынға ауыстырылады.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Журнал бойынша бір қадам артқа ауысу үшін осы батырманы басыңыз." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Журнал бойынша бір қадам алға ауысу үшін осы батырманы басыңыз." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Назардағы орынның мазмұнын жаңарту үшін осы батырманы басыңыз." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Жаңа қапшықты құру үшін осы батырманы басыңыз." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Орындарды шарлау панелін көрсету" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Бетбелгілер көрсетілсін" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Жасырын файлдар көрсетілсін" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Параметрлер" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3532,12 +3427,12 @@ msgstr "" "файлдарды көрсетуі
  • жедел қатынау панелі
  • файлдарды алдын-ала " "қарауы
  • файлдардан қапшықтарды бөлуі
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Бетбелгілер" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3551,12 +3446,38 @@ msgstr "" "бетбелгілерге ұқсас." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Атауы:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Қ&айту: Қайта атау" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Файл атауы:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Жасырын файлдар көрсетілсін" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3568,12 +3489,12 @@ msgstr "" "тышқанның оң батырмасын басып, шыққан мәзіріндегі Мәтінді толтыру " "арқылы керек күйін таңдап, басқаруға болады." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Осы атауымен файл сақталады." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3582,75 +3503,81 @@ msgstr "" "Бұл ашылатын файлдардың тізімі. Егер бірнеше файлдар керек болса, оларды бос " "орынмен бөліктеп келтіріңіз." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Бұл ашылатын файлдың атауы." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Орындар" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" деген файл бар екен. Оның үстінен жаза берелік бе?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Үстінен жазбақсыз ба?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Тек жергілікті файлды ғана таңдауға болады." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Қашықтағы файл қабылданбайды" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Барлық қапшықтар" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Қапшықты құру" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ашу" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Таңбаша өлшемі: %1 пиксел" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Файл жұ&рнағын (%1) автоматты түрде таңдау" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "жұрнағы %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Файл жұ&рнағын автоматты түрде таңдау" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "лайықты жұрнақ" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3677,71 +3604,27 @@ msgstr "" "тасталады).Күмәндансаңыз, бұл параметрді қосылған күйінде " "қалдырыңыз, ол файлыңызды басқаруға ыңғайлы." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Сүзгі:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Сүзгі:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"Бұл файлдар тізіміне қолданылатын сүзгі. Сүзгіге сәйкес келмейтін " -"файлдар атауы көрсетілмейді.

    Ашлмалы мәзірден дайын сүзгіні таңдауыңызға " -"немесе өзіңіздің сүзгіңізді өріске енгізуге болады.

    Үлгі қалқаларды, " -"мысалы * мен ? сияқты, келтіруге болады.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Файлдың жаңа түрін құру" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ғафу етіңіз" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "%1 деген үлгі файл жоқ." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL-ге сілтеме кұру" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3749,7 +3632,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Басқа атау беріңіз" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ғафу етіңіз" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "%1 деген үлгі файл жоқ." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Символдық сілтемені жасау" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL-ге сілтеме кұру" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3757,7 +3671,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3769,7 +3683,7 @@ msgid "" msgstr "" "\"%1\" атауы нүктеден басталады, сондықтан қапшық әдетте жасырын болады." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3778,71 +3692,79 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "'%1' дегеннің ескісі бар екен." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 деген файл бар ғой." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Жаңасын құру" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Құрылғыға сілтеме" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "New Folder" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Қ&айту: Қапшықты құру" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3852,53 +3774,104 @@ msgstr "" "Жаңа қапшықтын орны:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Басқа атау беріңіз" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Әдеттегі" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Файлдың жаңа түрін құру" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Басқа атау беріңіз" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 үшін қолданбаны таңдау" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Таңбашаны &таңдау:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Көшіріп алу" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Орналастыру" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Мынамен ашу" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Мынамен ашу" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Өңдеу" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Ауысу" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Толық жолы" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3906,7 +3879,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Осы %1 нысанды Шелекке тастамақсыз ба?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3918,6 +3891,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Орындар" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3942,29 +3924,29 @@ msgstr "Өзге" msgid "Edit mode" msgstr "Өңдеу" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Орынын ауыстыру үшін түртіңіз" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Орынын өзгерту үшін түртіңіз" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Бұл файлды орындауға рұқсатыңыз жоқ." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1 дегенді жегу" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -3972,12 +3954,12 @@ msgid "" "%2." msgstr "%1 қызметі орындалатын қылу болмады да, доғарылды" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Бұл файлды ашатын қолданбаны таңдауға рұқсатыңыз жоқ." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4005,13 +3987,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "%1 құрылғысында тасушы жоқ" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4026,29 +4014,29 @@ msgstr "" "%1'\n" "деген түрі беймәлім." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 дегенді жегу" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "\"%1\" файлы табылмады" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4059,7 +4047,7 @@ msgstr "" "деген desktop файлының түрі\n" "Link, бірақ URL=... жазбасы жоқ." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4071,20 +4059,20 @@ msgstr "" "%1 файлы - орындалатын бағдарлама. Сақтық үшін ол іске қосылмайды." "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The template file %1 does not exist." msgid "" @@ -4092,12 +4080,12 @@ msgid "" "%2." msgstr "%1 деген үлгі файл жоқ." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "%1 desktop файлында Type=... деген жазуы жоқ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4105,13 +4093,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Файл ашылмады" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4193,74 +4181,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Орындау" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Жаңа файл үшін басқа атауды таңдаңыз." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 үшін ACL орнату" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4269,7 +4252,7 @@ msgstr "" "%1\n" "үшін қатынау рұқсаты өзгертілмеді" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4278,129 +4261,38 @@ msgid "" "%1" msgstr "%1 дегеннің иелігі өзгертілмеді." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Уақытша файлды қайта атауы болмады" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" бағдарламасы табылмады" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" бағдарламасы табылмады" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Қосымша рұқсаттар" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Рұқсаттары" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Өшіру" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Қапшық" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Қапшықты құру" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Рұқсаттары" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "Файл менеджерін ашу" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Қапшық" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Файл атауы:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Дискжетек: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Беймәлім үзілім" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 файлы %2 дегенге көшірілмеді. (Қате N: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 құрылғысында тасушы жоқ" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "%1 деген пайдаланушының id параметры жоқ" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "%1 деген топтың id параметры жоқ" @@ -4443,32 +4335,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Бұл сайтқа қатынау үшін атауы мен пароль талап етіледі." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Кіру сәтті өтті" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 дегенге кіру болмады." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4476,7 +4368,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1 дегенді жегу" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4485,12 +4377,12 @@ msgstr "" "Осы прокси-сервер арқылы басқа сайттарға қатынау үшін пайдаланушының атауы " "мен паролі қажет." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Прокси аутентификациясы өтпеді." @@ -4545,101 +4437,101 @@ msgid "" msgstr "Куәлік келешекте қосымша сұрақсыз үнемі қабылдансын ба?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Сервер аутентификациясы" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 / %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Әйтпесе, талап сәтті орындалар еді." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "қасиет мәндерін алу" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "қасиет мәндерін орнату" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "талап етілген қапшықты құру" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "келтірілген файлды не қапшықты көшірмелеу" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "келтірілген файлды не қапшықты жылжыту" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "келтірілген қапшықта іздеу" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "келтірілген файлды не қапшықты бұғаттау" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "келтірілген файл не қапшықтың бұғатын шешу" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "келтірілген файлды не қапшықты кетіру" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "сервердің мүмкіндіктерін сұрау" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "келтірілген файл не қапшықтың мазмұнын оқу" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "келтірілген қапшықта есеп беру" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Күтпеген қате (%1) %2 әрекеті кезінде пайда болды." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4648,13 +4540,13 @@ msgid "" msgstr "" "%1 (%2) сұраныс кезінде қате пайда болды. Себептері төменде қорытылған." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 сұранысы кезінде қатынауға рұқсат жоқ екені анықталған." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4662,7 +4554,7 @@ msgid "" msgstr "" "Бір немесе бірнеше аралық жинақ (қапшық) құрылмайынша, ресурс та құрылмайды." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4678,28 +4570,28 @@ msgstr "" "Сервер XML қасиеттер элементіндегі қасиеттер тізімін қолдамайды немесе " "файлды қайта жазуға әрекет жасағанда, файлдар жазылмады. %1 " -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Талап етілген бұғаттау қабылданбаған. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер сұралған \"body\" элементінің түрін танымайды." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 орындалмады, себебі ресурс бұғатталған." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Басқа қатенің себебінен әрекет орындалмады." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4708,7 +4600,7 @@ msgid "" msgstr "" "%1 орындалмады, себебі мақсаттаған сервер файлды не қапшықты қабылдамады." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4717,18 +4609,18 @@ msgstr "" "Осы әдісті орындағаннан кейін мақсатталған ресурсының күйін жазу үшін " "жеткілікті орын жоқ." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Бұл ресурс өшірілмейді." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 дегенді жүктеп беру" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4741,16 +4633,16 @@ msgstr "Күтпеген қате (%1) %2 сұранысы кезінде пай msgid "Network" msgstr "Желі" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Жарамсыз URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4759,12 +4651,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4805,7 +4697,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4828,19 +4720,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Авторизация диалогы" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Қатынауға рұқсат жоқ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 протоколға қатынауға рұқсатыңыз жоқ." @@ -4949,41 +4841,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4993,9 +4885,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Есептеу" @@ -5004,142 +4896,230 @@ msgstr "Есептеу" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Cancel" msgid "C&ancel" msgstr "Қайту" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 дегенді жегу" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Кілт тізбегін амиян файлында сақталсын ба?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ендігәрі сұралмасын" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Орындау" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ашу" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 көмегімен &ашу" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Кілт тізбегін амиян файлында сақталсын ба?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Қапшықты жасау" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Неден" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Неге" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Көшірмелеу" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Жылжыту" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "Қай&та атау" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Өшірілгендерге тастау" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Өшіру" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Қ&айту" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Қ&айту: Көшіріп алу" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Қ&айту: Сілтемелеу" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Қ&айту: Жылжыту" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Қ&айту: Қайта атау" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Қ&айту: Шелекке тастау" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Қ&айту: Қапшықты құру" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Қ&айту: Қапшықты құру" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Қ&айту: Файлды құру" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "Und&o: Rename" msgid "Und&o: Batch Rename" msgstr "Қ&айту: Қайта атау" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Қ&айту: Көшіріп алу" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Қ&айту: Сілтемелеу" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Қ&айту: Жылжыту" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Қ&айту: Қайта атау" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Қ&айту: Шелекке тастау" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Қ&айту: Қапшықты құру" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Қ&айту: Қапшықты құру" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Қ&айту: Файлды құру" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "Қ&айту: Қайта атау" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5152,12 +5132,12 @@ msgstr "" "Көшіріп алудан қайту оны өшіреді де, барлық өзгерістер жоғалады.\n" "Сонымен, %4 дегенді өшірмексіз бе?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Көшіріп алудан қайтуды құптау" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5171,23 +5151,24 @@ msgid "" msgstr "" "Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Жазуды өшіру" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Жазуды өшіру" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5203,7 +5184,7 @@ msgid_plural "" msgstr[0] "" "Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5216,13 +5197,13 @@ msgid "" msgstr "" "Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Шелекті босату" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5232,7 +5213,7 @@ msgid "" "filename>" msgstr "Осы %1 нысанды Шелекке тастамақсыз ба?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5326,7 +5307,7 @@ msgstr "Иесі" msgid "Owning Group" msgstr "Ие тобы" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Өзгелері" @@ -5400,66 +5381,66 @@ msgstr "Жүйе конфигурациясын жаңарту" msgid "Updating system configuration…" msgstr "Жүйе конфигурациясын жаңарту." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Атауы" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Өлшемі" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Күні" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Рұқсаттары" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Иесі" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Тобы" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Түрі" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 көмегімен ашу:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Әрекеттер" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5467,7 +5448,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Мынамен ашу" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5475,18 +5456,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Мынамен ашу" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Орындау" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "%1 көмегімен &ашу" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 көмегімен &ашу" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5494,140 +5482,158 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Мынамен ашу" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Мынамен ашу" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Қолд&анба" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 нысан" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Беймәлім" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Тоқтау" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Тіркеу нүктесі:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Түрі:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Орналасуы:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Өлшемі:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Ө&згерту..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Мазмұны:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Мынамен ашу:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Ө&згерту..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Орналасуы:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Өлшемі:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Тоқтау" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Мынаға көрсететін:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Өзгертілген:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Ескерту" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Құрылған кезі:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Файл жүйесі:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Беймәлім хост" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Тіркеу нүктесі:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Өзгертілген:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Ашылған кезі:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Файл жүйесі:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Мынамен ашу" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Тіркеу нүктесі:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Тіркеу нүктесі:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Беймәлім хост" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5926,10 +5932,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Қолдану қызметіне негізделген қолданбаның сипаттамасын келтіріңіз. Мысалы, " "(KPPP) қашықтан қатынау қолданбасының сипаттамасы \"Желіге қашықтан қатынау" @@ -5937,16 +5946,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Сипаттамасы:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Пайдаланушының атауы:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Мағыналы түсініктемені келтіріңіз." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Қолдану қызметіне негізделген қолданбаның сипаттамасын келтіріңіз. Мысалы, " +"(KPPP) қашықтан қатынау қолданбасының сипаттамасы \"Желіге қашықтан қатынау" +"\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5958,7 +5976,7 @@ msgstr "&Түсініктеме:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Алдын-ала орнатылған прокси орта &айнымалылар қолданылсын" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6177,7 +6195,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6190,39 +6208,62 @@ msgstr "" "Қасиеттер сақтауы болмады. %1 дегенге жазуға рұқсатыңыз " "жектілікті емес." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Жалпы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Басқа атау беріңіз" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Жаңарту" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Осы %1 нысанды Шелекке тастамақсыз ба?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Беймәлім хост" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6231,149 +6272,155 @@ msgstr "" "Есептеу... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 файл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 ішкі қапшық" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Есептеу..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Кемінде %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Файлдың жаңа атауы бос." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Қол&дауы бар файлдардың түрі:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Қолданбаны таңдау" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Құрылған кезі:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Ө&згерту..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Ашылған кезі:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Мазмұнын қарау мен өзгертуге болады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Мазмұнын қарауға болады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Мазмұнын қарау мен өзгертуге болады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Мазмұнын қарауға болады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Қарау/оқуға мен өзгерту/жазуға болады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Рұқсаттар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Қатынау рұқсаттары" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Бұл файл(дар) сілтеме болып рұқсаттары жоқ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Рұқсаттарын тек иесі ғана өзгерте алады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Иесіне:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Иесі жасай алатын әрекеттерді көрсетеді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Тобына:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Топ мүшелері жасай алатын әрекеттерді көрсетеді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Өзгелерге:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6382,31 +6429,31 @@ msgstr "" "Иесі не топ мүшелері емес өзге пайдаланушылар жасай алатын әрекеттерді " "көрсетеді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "И&есі ғана қапшықтағыны өшіре я қайта атай алады" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Файлды бағдарлама ретінде орындау үшін осы жалаушасы керек." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Әдетті пайдаланушысы:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Орындау" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6417,7 +6464,7 @@ msgstr "" "атауға құқылы болсын десеңіз, осыны таңдаңыз. Өзгелер \"Мазмұнын өзгерту\" " "рұқсатына сәйкес тек жаңа файлдарды қоса алады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6426,42 +6473,42 @@ msgstr "" "Файлды орындалатын деп белгілеу үшін осыны таңдаңыз. Бұның мағынасы тек " "бағдарламалар мен скрипттер үшін ғана бар. Файлды орындау үшін қажет." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Қ&осымша рұқсаттар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Иелігі" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Иесі:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Тобы:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Өзгертулер ішкі қапшықтар мен олардың мазмұнына қолданылсын" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Қосымша рұқсаттар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Санат" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6470,22 +6517,22 @@ msgstr "" "Ішін\n" "көрсету" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Бұл жалауша қапшықтың ішіндегісін көруге рұқсат береді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Оқу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "\"Оқу\" жалаушасы файлдың мазмұнын оқуға мүмкіндік береді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6494,7 +6541,7 @@ msgstr "" "Ішінде\n" "жазу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6503,17 +6550,17 @@ msgstr "" "Бұл жалауша файлды қосуға, қайта атауға және өшіруге мүмкіндік береді. Өшіру " "мен қайта атау \"Орнықты\" жалаушасымен де шектеледі." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Жазу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "\"Жазу\" жалаушасы файлдың мазмұнын өзгертуге мүмкіндік береді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" @@ -6521,27 +6568,27 @@ msgstr "" "Ішіне\n" "кіру" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Бұл жалауша қапшықты ашуға рұқсат береді." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Орындау" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Файлды бағдарлама ретінде орындау үшін осы жалаушасы керек." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Арнайы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6550,24 +6597,24 @@ msgstr "" "Арнайы жалауша. Бүкіл қапшыққа әсер етеді. Жалаушаның нақты мәнін оң жақ " "бағаннан көруге болады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Арнайы жалауша. Жалаушаның нақты мәнін оң жақ бағаннан көруге болады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Иесі" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Тобы" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6576,7 +6623,7 @@ msgstr "" "Егер бұл жалауша қойыса, қапшық иесі осы қапшықтағы барлық жаңа файлдардың " "иесі болады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6585,7 +6632,7 @@ msgstr "" "Егер бұл файл орындалатын болып осы жалаушасы қойылса, файл әрқашан иесінің " "құқықтарымен орындалады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6593,7 +6640,7 @@ msgstr "" "Егер бұл жалауша қойлса, бұл қапшықтың тобы барлық ішіндегі жаңа файлдарына " "беріледі." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6602,7 +6649,7 @@ msgstr "" "Егер бұл файл орындалатын болып осы жалаушасы қойылса, файл әрқашан тобының " "құқықтарымен орындалады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6612,7 +6659,7 @@ msgstr "" "қайта атау құқығы тек иесі мен root-қа беріледі. Әйтпесе, бұны жазуға " "рұқсаты бар кез келген жасай алады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6621,88 +6668,78 @@ msgstr "" "Linux файлдағы \"Орнықты\" жалаушасын елемеді, бірақ басқа жүйелерде ол " "қолданылуы мүмкін." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "SUID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "SGID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Орнықты" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Сілтеме" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Айнымалылар (Өзгертпеу)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Бұл файл(дар) үшін қосымша рұқсаттар қолданылады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Бұл қапшық(тар) үшін қосымша рұқсаттар қолданылады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Бұл файлдар үшін қосымша рұқсаттар қолданылады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Есептеу..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6710,57 +6747,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Файлдың жаңа атауы бос." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Файлдың жаңа атауы бос." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Есептеу..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Орындалауы тек жергілікті файл үшін қолдайылады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Қолд&анба" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 үшін файл түрін қосу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Бір не бірнеше түрін таңдаңыз:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Орындалауы тек жергілікті файл үшін қолдайылады." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 үшін қосымша параметрлері" @@ -6865,22 +6921,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "&Саясатын баптау..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Файлдар диалогын ашу" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Алмасу буферінің мазмұны үшін файл атауы:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1 файлды о&рналастыру" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Алмасу буферінің мазмұнын о&рналастыру" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6889,14 +6950,14 @@ msgstr "" "Алмасу буферінің мазмұны өзгертілген. Жаңасы бұрын таңдалған пішіміне сәйкес " "келмейді. Орналастыруға қажеттісін қайта көшірмелеңіз." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Аталық қапшық" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6904,59 +6965,76 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1 файлды о&рналастыру" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Алмасу буферінің мазмұнын о&рналастыру" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Орналастыру" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Деректер пішімі:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Алмасу буферінің мазмұны үшін файл атауы:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Алмасу буферінің мазмұны үшін файл атауы:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "Дискжетек: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Өлшемі:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Барлығына қолдану" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6966,47 +7044,50 @@ msgstr "" "Өткізіп жіберуді басқанша, көшірмелеп не жылжытып жатқан файл не қапшық " "көздеген қапшықта бар болса әрекетті істеу-істемеуі сұралады." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Бұл белгі қойылса, батырманы басқанда, қалған тапсырманы орындау барысында " "кездесетін қайшылықтар көрсетілген әдісімен шешіледі." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Қай&та атау" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Басқа атауды ұсыну" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Өткізіп жіберу" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Бұл қапшықты көшірмелемеу де жылжытпау да, келесі нысанға ауысу" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Бұл файлды көшірмелемеу де жылжытпау да, келесі нысанға ауысу" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Жаза беру" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7018,26 +7099,26 @@ msgstr "" "ол әрекетті істей беру.\n" "Ондай кездескенде, әрекетті істеу-істемеуі сұралады." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Үстінен жазбақсыз ба?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "І&стей беру" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7046,130 +7127,133 @@ msgstr "" "Бұл әрекет '%1' дегенді ауыстырады.\n" "Жаңасына басқа атау беріңіз:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Жалғастыра беру" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Бұл әрекет бар аталымды ауыстырмақ." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Бұл әрекет бар аталымды ауыстырмақ." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Неден" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Неге" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Ескерту: жаңарағын ауыстырмақсыз." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Ескерту: жаңарағын ауыстырмақсыз." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Ескерту: жаңарағын ауыстырмақсыз." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "жұрнағы %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Файлдың жаңа атауы бос." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Файлдың жаңа атауы бос." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Файлдың жаңа атауы бос." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Бүкіл файлдар" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' дегеннің ескісі бар екен." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' дегенның ұқсас файлы бар екен." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' дегеннің жаңарағы бар екен." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Қайта атау" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Қай&та атау" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Қай&та атау" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "Қай&та атау" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 деген файл бар ғой." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Таңдаған идентификациялау мәтінін өзгерту." + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 #, fuzzy, kde-format #| msgid "File name:" msgctxt "" @@ -7178,18 +7262,157 @@ msgctxt "" msgid "New name #" msgstr "Файл атауы:" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Таңдаған идентификациялау мәтінін өзгерту." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ауыстыру" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Мынамен ашу" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ауыстыру" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" msgstr[0] "Таңдаған идентификациялау мәтінін өзгерту." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:407 #, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Басқа атау беріңіз" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Басқа атау беріңіз" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Қай&та атау" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Қай&та атау" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "Қай&та атау" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "How to rename:" +msgstr "Әдетті пайдаланушысы:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ауыстыру" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Нобайы көрсетілсін" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." msgstr "" #: widgets/skipdialog.cpp:29 @@ -7197,28 +7420,28 @@ msgstr "" msgid "Information" msgstr "Мәліметі" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ауыстыру" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Ауыстыру" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Өткізіп жіберу" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7306,7 +7529,7 @@ msgstr "" "Қашықтағы хост бірде-бір SSL куәлікті жібермеді.\n" "Хост шындылығы тексеруге келмеген соң доғарылды." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7353,9 +7576,9 @@ msgstr[0] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." @@ -7367,17 +7590,48 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" "Шелектегілерінің барлығын мүлдем өшірмексіз бе? Бұл амалдан қайтуға болмайды." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7386,38 +7640,38 @@ msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Осы %1 нысанды Шелекке тастамақсыз ба?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ендігәрі сұралмасын" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Ендігәрі сұралмасын" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ендігәрі сұралмасын" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Қарсы хосттың SSL куәлік тізбегі бүлінген сияқты." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7425,17 +7679,178 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Ескерту" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Жегілетін бағдарлама:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Бағдарлама күдікті десеңіз 'Қайту' дегенді басыңыз" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Мынамен ашу" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Файл жүйесі:" + +#~ msgid "Delete Files" +#~ msgstr "Файлдарды өшіру" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Қ&айту: Қапшықты құру" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Өшірілгендерге тастау" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "Қай&та атау" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Тасымалдау" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 үшін ACL орнату" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Қосымша рұқсаттар" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Рұқсаттары" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Өшіру" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Қапшық" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Рұқсаттары" + +#, fuzzy +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "Файл менеджерін ашу" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Қапшық" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Файл атауы:" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Дискжетек: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Беймәлім үзілім" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Бетбелгілер көрсетілсін" + +#, fuzzy +#~| msgid "File name:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Файл атауы:" + +#~ msgid "&Description:" +#~ msgstr "&Сипаттамасы:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Мағыналы түсініктемені келтіріңіз." + +#~ msgid "Do not ask again" +#~ msgstr "Ендігәрі сұралмасын" + +#~ msgid "&Filter:" +#~ msgstr "&Сүзгі:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Бұл файлдар тізіміне қолданылатын сүзгі. Сүзгіге сәйкес келмейтін " +#~ "файлдар атауы көрсетілмейді.

    Ашлмалы мәзірден дайын сүзгіні " +#~ "таңдауыңызға немесе өзіңіздің сүзгіңізді өріске енгізуге болады.

    Үлгі қалқаларды, мысалы * мен ? сияқты, келтіруге болады.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Бірнеше қапшық таңдалған, бірақ бұл диалог біреуін ғана қабылдайды. " +#~ "Қайсын қалдыратынын таңдаңыз." + +#~ msgid "More than one folder provided" +#~ msgstr "Бірнеше қапшық берілген" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Кемінде бір қапшық пен бір файл таңдалған. Таңдалған файлдарды елемей " +#~ "қапшық тізімделеді" + +#~ msgid "Files and folders selected" +#~ msgstr "Файлдар мен қапшықтар таңдалған" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Сервермен байланыс орнатылған болса да, бірақ күткен уақытта жауап " +#~ "алынбады:
    • Қосылымды орнату үшін бөлінген уақыты: %1 секунд
    • " +#~ "
    • Жауапты алу үшін бөлінген уақыты: %2 секунд
    • Прокси-серверге " +#~ "қатынау үшін бөлінген уақыты: %3 секунд
    Бұл параметрлерді KDE " +#~ "жүйе параметрлерінің Желі параметрлері тармағында баптауға болады екенін " +#~ "ескеріңіз." + #~ msgid "Is &executable" #~ msgstr "&Орындауға болады" @@ -8547,12 +8962,6 @@ msgstr "Бағдарлама күдікті десеңіз 'Қайту' деге #~ msgid_plural " days" #~ msgstr[0] "%1 күн %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Ескерту" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8604,12 +9013,6 @@ msgstr "Бағдарлама күдікті десеңіз 'Қайту' деге #~ msgid "Default Web &search keyword:" #~ msgstr "Әдетті паролі:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Әдеттегі" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8854,10 +9257,6 @@ msgstr "Бағдарлама күдікті десеңіз 'Қайту' деге #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 дегеннің иелігі өзгертілмеді." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1 файлды о&рналастыру" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "%1 URL-ді о&рналастыру" @@ -8989,9 +9388,6 @@ msgstr "Бағдарлама күдікті десеңіз 'Қайту' деге #~ msgid "unmounting is not supported by wince." #~ msgstr "WinCE тіркеуден шығару дегенді білмейді" -#~ msgid "File name:" -#~ msgstr "Файл атауы:" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings.\n" "Language-Team: Khmer \n" @@ -26,13 +26,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "khoemsokhem@khmeros.info,​​evannak@khmeros.info,piseth_dv@khmeros.info" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "មិនអាច​ប្ដូរ​ភាព​ជា​ម្ចាស់​សម្រាប់ %1 បានឡើយ ។" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -44,13 +44,13 @@ msgstr "" "មិន​អាច​កែប្រែ​ភាព​ជា​ម្ចាស់​របស់​ឯកសារ %1 បានទេ ។ អ្នក​មិន​មាន​សិទ្ធិ​គ្រប់គ្រាន់ ដើម្បី​" "ផ្លាស់ប្ដូរ​ឯកសារ​បាន​ឡើយ ។" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "មិន​អាច​បង្កើត io-slave ៖ %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -65,7 +65,7 @@ msgstr "" "មិន​អាច​បង្កើត​តំណ​និមិត្ត​សញ្ញា %1 បានឡើយ ។\n" "សូម​ពិនិត្យ​មើល​សិទ្ធិ ។" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,23 +85,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "មាន​ថត​រួច​ហើយ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "មាន​ឯកសារ​រួច​ហើយ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "មាន​ជា​ថត​រួច​ហើយ" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -193,197 +193,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ផ្លាស់ទី" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "ប្រភព" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "ទិសដៅ" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "ប្តូរឈ្មោះ " -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "ចម្លង" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "បង្កើត​ថត" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ថត" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "លុប" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ឯកសារ" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "ការ​ត្រួតពិនិត្យ" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "ការ​ផ្ទេរ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "ការ​ម៉ោន" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ឧបករណ៍" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "ចំណុច​ម៉ោន" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ការ​អាន់ម៉ោន" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "ឯកសារ​ទាំងអស់" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "លុប​ឯកសារ" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "ផ្លាស់ទី​ទៅ​ធុង​សំរាម" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "ប្តូរឈ្មោះ " - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "​បង្កើត​តំណ​និមិត្ត​សញ្ញា" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "ការ​ផ្ទេរ" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -815,6 +715,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -829,65 +734,65 @@ msgstr "" "%2\n" "សូម​ផ្ញើ​របាយការណ៍​កំហុស​ទាំងមូល​ទៅ http://bugs.kde.org ។" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(មិន​ស្គាល់)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "ហេតុផល​បច្ចេកទេស ៖ " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "សេចក្ដី​លម្អិត​នៃ​សំណើ ៖" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL ៖ %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • ពិធីការ ៖ %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • កាលបរិច្ឆេទ និង​ពេលវេលា ៖ %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • ព័ត៌មាន​បន្ថែម ៖ %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "មូលហេតុ​ដែលអាច ៖" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "ដំណោះស្រាយ​ដែលអាច ៖" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(មិន​ស្គាល់)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -896,17 +801,17 @@ msgstr "" "សូម​ទាក់ទង​ប្រព័ន្ធ​គាំទ្រ​កុំព្យូទ័រ​របស់​អ្នក ឬ​អ្នក​គ្រប់គ្រង​ប្រព័ន្ធ ឬ​​ក្រុម​គាំទ្រ​បច្ចេកទេស​ដើម្បី​ទទួល​បាន​ជំនួយ​" "បន្ថែម ។" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "ទាក់ទង​អ្នក​គ្រប់គ្រង​ម៉ាស៊ីន​បម្រើ ដើម្បី​ទទួល​បាន​ជំនួយ​បន្ថែម​ទៀត ។" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "ពិនិត្យ​មើល​សិទ្ធិ​ចូល​ដំណើរការ​​របស់​អ្នក​លើ​ធនធាន ។" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -914,13 +819,13 @@ msgid "" msgstr "" "អ្នក​ប្រហែល​ជា​មិន​មាន​សិទ្ធិ​គ្រប់​គ្រាន់ ក្នុង​ការ​ធ្វើ​ប្រតិបត្តិការ​ដែល​បាន​ស្នើ នៅ​លើ​ធនធាន​នេះ​ឡើយ ។" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "ឯកសារ​ប្រហែល​ជា​កំពុង​ប្រើ (ហើយ​ចាក់សោ) ដោយ​អ្នកប្រើ ឬ​កម្មវិធី​ផ្សេងទៀត ។" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -928,17 +833,17 @@ msgid "" msgstr "" "សូម​ពិនិត្យ​មើល ដើម្បី​ឲ្យ​ប្រាកដ​ថា​គ្មាន​កម្មវិធី ឬ អ្នកប្រើ​ផ្សេង កំពុង​ប្រើ​ឯកសារ ឬ ចាក់សោ​ឯកសារ ។" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "ទោះ​បី​ជា​មិនមាន​ក៏ដោយ ក៏​កំហុស​ខាង​ផ្នែក​រឹង​ក៏នៅតែ​កើត​មាន​ដែរ ។" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "អ្នក​អាច​ជួបប្រទះ​កំហុស​នៅ​ក្នុង​កម្មវិធី ។" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -946,7 +851,7 @@ msgid "" msgstr "" "មូលហេតុ​ទំនង​បំផុត គឺ​ដោយ​សារ​តែ​កំហុស​ក្នុង​កម្មវិធី ។ សូម​ជួយ​ដាក់ស្នើ​របាយការណ៍​កំហុស​ពេញលេញមួយ នៅ​ខាងក្រោម ។" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -955,7 +860,7 @@ msgstr "" "ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី​របស់​អ្នក​ដល់​កំណែ​ចុងក្រោយ​បំផុត ។ ការ​ចែកចាយ​របស់​អ្នក​គួរ​តែ​មាន​ឧបករណ៍​ដើម្បី​ធ្វើ​" "បច្ចុប្បន្នភាព​​កម្មវិធី​របស់​អ្នក​ ។" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -982,12 +887,12 @@ msgstr "" "មិនទេ ត្រូវ​ចំណាំ​សេចក្ដីលម្អិត​ដែលបាន​ផ្ដល់​ឲ្យ​ខាងលើ ហើយ​រួមបញ្ចូល​ពួកវា​នៅ​ក្នុង​របាយការណ៍​កំហុស ដោយមាន​" "សេចក្ដី​លម្អិត​ផ្សេងទៀត​ច្រើន​ដូចដែល​អ្នក​គិត​ថា​អាច​ជួយបាន ។" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "ប្រហែល​ជា​មាន​បញ្ហា​ទាក់ទង​នឹង​ការ​តភ្ជាប់​បណ្ដាញ​របស់​អ្នក ។" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -996,49 +901,49 @@ msgstr "" "ប្រហែល​ជា​មាន​បញ្ហា​ទាក់ទង​នឹង​ការ​កំណត់​រចនាសម្ព័ន្ធ​បណ្ដាញ​របស់​អ្នក ។ តែ​បើ​ថ្មីៗ​នេះ អ្នក​បាន​ចូលដំណើរការ​" "អ៊ីនធឺណិត​ដោយ​គ្មាន​បញ្ហានោះ គឺ​ប្រហែល​ជា​មិន​ទាក់ទង​នឹង​វា​ទេ ។" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "ប្រហែល​ជា​មាន​បញ្ហា​នៅ​ត្រង់​ចំណុច​ណាមួយ នៅ​​ផ្លូវ​បណ្តាញ​រវាងម៉ាស៊ីន​បម្រើ និង​កុំព្យូទ័រ ។" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "សូម​ព្យាយាម​ម្តង​ទៀត ។" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "កំហុស​ពិធីការ ឬ​មាន​ភាព​មិន​ឆប​គ្នា​កើត​ឡើង ។" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "ត្រូវ​ប្រាកដ​ថា​មាន​ធនធាន ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ប្រហែល​ជា​មិនមាន​ធនធាន​ដែល​បាន​បញ្ជាក់ទេ ។" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "ពិនិត្យ​មើល​ម្ដងទៀត​ ថា​អ្នក​បាន​វាយ​បញ្ចូល​ទីតាំង​​ត្រឹមត្រូវ ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "ពិនិត្យមើល​ស្ថានភាព​ការ​ត​បណ្ដាញ​របស់​អ្នក ។" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "មិនអាច​បើក​អាន​ធនធាន​បានទេ" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 បានទេ ដោយ​សារ​" "មិនមាន​សិទ្ធិ​ចូល​ដំណើរការ​អាន ។" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "អ្នកប្រហែល​ជា​មិនមាន​សិទ្ធិ​អាន​ឯកសារ ឬ​បើក​ថត​បានទេ ។" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "អ្នក​មិន​អាច​បើក​សរសេរ​ធនធាន​បានទេ" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1066,18 +971,18 @@ msgstr "" "មាន​ន័យថា មិន​អាច​សរសេរ​ទៅ​កាន់ឯកសារ %1 ដូចដែល​បាន​ស្នើ​ឡើយ ពីព្រោះ​​មិនមាន​សិទ្ធិ​​" "ចូល​ដំណើរការ​សរសេរ​ទេ ។" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "មិន​អាច​ផ្ដើម​ពិធីការ %1 បានឡើយ" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "មិន​អាច​បើក​ដំណើរការ​បាន​ឡើយ" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 បានឡើយ ។ ជាទូទៅ​គឺ​ដោយ​សារ​បច្ចេកទេស ។" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1101,12 +1006,12 @@ msgstr "" "កម្មវិធី​ដែល​ផ្ដល់​ភាព​ឆបគ្នា​ ដែលមានពិធីការ​នេះ មិនអាច​ធ្វើ​បច្ចុប្បន្នភាព​​​​​ចុងក្រោយ​នៃ KDE របស់​អ្នក​បាន​" "ឡើយ ។ វា​អាច​បង្ក​ឲ្យ​កម្មវិធី​ឆបគ្នា​ជាមួយ​នឹង​កំណែបច្ចុប្បន្ន ដូច្នេះ​មិន​ចាប់ផ្ដើម​ទេ ។" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "កំហុស​ខាងក្នុង" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 បាន​រាយការណ៍​​" "អំពី​កំហុស​ខាងក្នុង​មួយ ។" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL ដែល​មាន​ទ្រង់ទ្រាយ​មិនត្រឹមត្រូវ" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "ពិធីការ %1 ដែល​មិន​គាំទ្រ" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1148,19 +1053,19 @@ msgstr "" "ពិធីការ %1 មិន​ត្រូវ​បាន​គាំទ្រ​ដោយកម្មវិធី KDE ដែល​បាន​ដំឡើង​នៅ​លើ​កុំព្យូទ័រ​របស់អ្នក​" "បច្ចុប្បន្ន​ឡើយ ។" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "ពិធីការ​ដែល​បាន​ស្នើ ប្រហែល​ជា​មិន​ត្រូវ​បាន​គាំទ្រ ។" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "កំណែ​ពិធីការ %1 បាន​គាំទ្រ​ដោយ​កុំព្យូទ័រនេះ ហើយ​ម៉ាស៊ីន​បម្រើ​ប្រហែល​ជា​មិ​នត្រូវ​គ្នា ។" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1177,17 +1082,17 @@ msgstr "" "apps.org/ និង http://freshmeat.net/ ។" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL គឺ​មិន​សំដៅ​លើ​ធនធាន​ទេ ។" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "ពិធីការ​គឺ​ជា​ពិធីការ​តម្រង" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL) ដែល​អ្នក​បាន​បញ្ចូល មិន​យោង​ទៅ​ធនធាន​ជាក់លាក់​ណាមួយ​ឡើយ ។" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1208,12 +1113,12 @@ msgstr "" "នោះ​ប៉ុណ្ណោះ ទោះបីជា​វា​មិន​មែន​ជា​ស្ថានភាព​មួយ​ក្នុង​ចំណោម​ស្ថានភាព​ទាំងនេះ​ក៏ដោយ ។ វា​គឺ​ជា​ព្រឹត្តិការណ៍​ដ៏​" "កម្រ ហើយ​ទំនង​ជា​បង្ហាញ​អំពី​កំហុស​កម្មវិធី ។" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "អំពើ​ដែល​មិនបាន​គាំទ្រ ៖ %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1221,7 +1126,7 @@ msgid "" msgstr "" "អំពើ​ដែល​បាន​ស្នើ មិន​ត្រូវ​បាន​គាំទ្រ​ដោយ​កម្មវិធី KDE ទេ ដែល​អនុវត្ត​ពិធីការ%1 ។" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1231,100 +1136,100 @@ msgstr "" "កំហុស​នេះ​គឺ​​ពឹង​ផ្អែក​លើ​កម្មវិធី KDE យ៉ាងខ្លាំង ។ ព័ត៌មាន​បន្ថែម​​គួរ​តែ​​ផ្តល់​ព័ត៌មាន​ឲ្យ​អ្នក​ច្រើន​ជាង​អ្វី​ដែល​មាន​" "ចំពោះ​ស្ថាបត្យករ​​បញ្ចូល​/​បញ្ចេញ KDE ។" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "ប៉ុនប៉ង​រក​ដំណោះស្រាយ​ផ្សេង​ទៀត ដើម្បី​សម្រេច​បាន​លទ្ធផល​ដូច​គ្នា ។" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ឯកសារ​ដែល​រំពឹង" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "សំណើ​បាន​រំពឹង​ថា​រកឃើញ​ឯកសារ​មួយ ប៉ុន្តែ​បាន​រកឃើញ​ឯកសារ %1 ​ទៅ​វិញ ។" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ប្រហែល​ជា​មាន​កំហុស​មួយ​នៅ​ខាង​ម៉ាស៊ីន​បម្រើ ។" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ថត​ដែល​រំពឹង" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "សំណើ​បាន​រំពឹង​ថា​រក​ឃើញ​ថត​មួយ ប៉ុន្តែបែរ​ជា​រក​ឃើញឯកសារ %1 ទៅ​វិញ ។" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "មិនមាន​ឯកសារ ឬ​ថត​ឡើយ" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "មិនមាន​ឯកសារ ឬ​ថត %1 ដែល​បាន​បញ្ជាក់​ឡើយ ។" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "មិន​អាច​បង្កើត​ឯកសារ​ដែល​បាន​ស្នើ​បានទេ ព្រោះ​មាន​ឯកសារ​មួយ​​មាន​ឈ្មោះ​នេះ​រួចហើយ ។" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "សូម​ផ្លាស់ទី​ឯកសារ​បច្ចុប្បន្ន​ចេញ​សិន ហើយ​បន្ទាប់មក​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "លុប​ឯកសារ​បច្ចុប្បន្ន ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "ជ្រើស​ឈ្មោះ​ឯកសារ​ផ្សេង​ឲ្យ​ឯកសារ​ថ្មី ។" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "មិនអាច​បង្កើត​ថត​ដែល​បាន​​ស្នើ​បានទេ ព្រោះ​មាន​ថត​ដែល​មាន​ឈ្មោះ​នេះ​រួចហើយ ។" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "សូម​ផ្លាស់ទី​ថត​បច្ចុប្បន្ន​ចេញ​សិន ហើយ​បន្ទាប់មក​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "លុប​ថត​បច្ចុប្បន្ន ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "ជ្រើស​ឈ្មោះ​ផ្សេង​ឲ្យ​ថត​ថ្មី ។" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "មិន​ស្គាល់​ម៉ាស៊ីន" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1333,34 +1238,34 @@ msgstr "" "កំហុស​ម៉ាស៊ីន​ដែល​មិន​ស្គាល់​មួយ បាន​បញ្ជាក់​ថា​មិនអាច​រកឃើញ​ម៉ាស៊ីន​បម្រើ​ឈ្មោះ %1 ដែល​" "បាន​ស្នើ​​ នៅតាម​អ៊ីនធឺណិត​បាន​ឡើយ ។" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "ឈ្មោះ %1 ដែល​អ្នក​បាន​វាយ​បញ្ចូល ប្រហែល​ជា​មិន​មាន​ឡើយ ៖ អ្នក​ប្រហែល​ជា​វាយ​បញ្ចូល​មិន​បាន​ត្រឹមត្រូវ ។" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "ការ​ចូល​ដំណើរការ​ត្រូវ​បាន​បដិសេធ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "ការ​ចូល​ដំណើរការ​ទៅកាន់​ធនធាន %1 ដែល​បាន​បញ្ជាក់ ត្រូវ​បាន​បដិសេធ ។" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "អ្នក​ប្រហែល​ជា​ផ្តល់​សេចក្តី​លម្អិត​ការ​ផ្ទៀង​ផ្ទាត់​មិន​ត្រឹមត្រូវ ឬ​មិន​បាន​ផ្ដល់ ។" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "គណនី​របស់​អ្នក​​មិន​មាន​សិទ្ធិចូលដំណើរការ​ធនធាន​ដែល​បាន​បញ្ជាក់ទេ ។" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1369,41 +1274,41 @@ msgstr "" "សូម​ព្យាយាម​ស្នើ​សុំ​ម្ដងទៀត ហើយ​ត្រូវ​ប្រាកដ​ថា​បាន​បញ្ចូល​សេចក្តី​លម្អិត​អំពី​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹមត្រូវ​របស់​អ្នក​" "បាន​ត្រឹមត្រូវ ។" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "ការ​ចូលដំណើរការ​សរសេរ​ត្រូវ​បាន​បដិសេធ" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "មាន​ន័យ​ថា​ការ​ប៉ុនប៉ង​សរសេរ​ទៅ​កាន់​ឯកសារ %1 ត្រូវ​បាន​ច្រានចោល ។" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "មិន​អាច​ចូល​ទៅ​ថត​បានឡើយ" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "មាន​ន័យ​ថា​ការ​ប៉ុនប៉ង​ចូល (ឬ​បើក) ​ថត %1 ដែល​បាន​ស្នើ ត្រូវ​បាន​បដិសេធ ។" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "មិន​មាន​បញ្ជី​ថត" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "ពិធីការ %1 មិន​មែន​ជា​ប្រព័ន្ធ​ឯកសារ​ឡើយ" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1413,12 +1318,12 @@ msgstr "" "មាន​ន័យ​ថា​សំណើ​ត្រូវ​បានស្នើ ដែល​ទាម​ទារ​ឲ្យ​កំណត់​មាតិកា​របស់​ថត ហើយ​កម្មវិធី KDE ដែល​គាំទ្រ​ពិធីការ​នេះ គឺ​មិន​" "អាច​ធ្វើ​ដូច្នោះ​បានទេ ។" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "បាន​រកឃើញ​ការ​តភ្ជាប់​ដដែលៗ" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1430,34 +1335,34 @@ msgstr "" "តំណ ឬ​ស៊េរី​តំណ​ដែល​បង្ហាញ​លទ្ធផល​ក្នុង​រង្វិល​ជុំ​មិន​កំណត់ - មានន័យថា ឯកសារ​គឺ​ត្រូវ​បាន​តភ្ជាប់​ទៅ​ខ្លួន​វា (ប្រហែល​" "ជា​វិធី​ដែល​អាច​បំផុត) ។" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "លុប​ផ្នែក​មួយ​នៃ​រង្វិលជុំ ដូច្នេះ​វា​មិន​បង្ក​ឲ្យ​មាន​រង្វិល​ជុំ​មិន​កំណត់​ទេ ហើយ​ព្យាយាម​ម្តង​ទៀត ។" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "ការ​ស្នើ​សុំ​ត្រូវ​បាន​បញ្ឈប់​ដោយ​អ្នកប្រើ" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "សំណើ​មិន​បាន​បញ្ចប់​ទាំងស្រុង​ឡើយ ព្រោះ​វា​ត្រូវ​បាន​បញ្ឈប់ ។" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "ព្យាយាម​ស្នើសុំ​ឡើង​វិញ ។" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "តំណ​ជា​រង្វង់​ត្រូវបាន​រកឃើញ កំឡុងពេល​ចម្លង​" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1469,17 +1374,17 @@ msgstr "" "ច្បាប់​ចម្លង​ដែល​បាន​ស្នើ KDE បាន​រកឃើញ​តំណ ឬ​ស៊េរី​តំណ​ដែល​បង្ហាញ​លទ្ធផល​រង្វិល​ជុំ​មិន​កំណត់ - មានន័យថា " "ឯកសារ​ត្រូវ​បាន​តភ្ចាប់​ទៅ​ខ្លួន​វា (វិធី​ដែល​អាច​បំផុត) ។" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "មិន​អាច​បង្កើត​ការ​តភ្ជាប់​បណ្តាញ​បានទេ" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "មិន​អាច​បង្កើត​រន្ធ​បានទេ" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1487,8 +1392,8 @@ msgid "" msgstr "" "នេះ​គឺ​ជា​កំហុស​បច្ចេកទេស​ដែល​​​មិនអាច​បង្កើត​ឧបករណ៍​ដែលត្រូវ​ការ​សម្រាប់​ទំនាក់ទំនង​បណ្ដាញ (រន្ធ) បានទេ ។" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1497,12 +1402,12 @@ msgstr "" "ការ​តភ្ជាប់​បណ្តាញ​ប្រហែល​ជា​មិន​បាន​កំណត់​រចនា​សម្ព័ន្ធ​ត្រឹមត្រូវទេ ឬ​ចំណុចប្រទាក់​បណ្តាញ​អាច​​មិនត្រូវ​បាន​" "អនុញ្ញាត ។" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "ការ​តភ្ជាប់​ទៅ​កាន់​ម៉ាស៊ីន​បម្រើ ត្រូវ​បាន​បដិសេធ" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1510,7 +1415,7 @@ msgid "" msgstr "" "ម៉ាស៊ីន​បម្រើ %1 បាន​បដិសេធ​ក្នុង​ការ​អនុញ្ញាត​ឲ្យ​កុំព្យូទ័រ​នេះ​ធ្វើការ​តភ្ជាប់ ។" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1518,14 +1423,14 @@ msgid "" msgstr "" "នៅខណៈ​ដែល​តភ្ជាប់ទៅ​អ៊ីនធឺណិត​បច្ចុប្បន្ន ម៉ាស៊ីន​បម្រើ​មិន​អាច​ត្រូវ​បាន​កំណត់​រចនា​សម្ព័ន្ធ​ដើម្បី​អនុញ្ញាត​​សំណើ ។" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "នៅខណៈ​ដែល​តភ្ជាប់ទៅ​អ៊ីនធឺណិត​បច្ចុប្បន្ន ម៉ាស៊ីន​បម្រើ​អាច​មិន​រត់​សេវា​ដែល​បាន​ស្នើ (%1) ។" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1535,12 +1440,12 @@ msgstr "" "ជញ្ជាំង​ភ្លើង​បណ្ដាញ (ឧបករណ៍​ដែល​​ដាក់កម្រិត​សំណើ​អ៊ីនធឺណិត) ការពារ​បណ្ដាញ​របស់​អ្នក ឬ​បណ្ដាញ​របស់​ម៉ាស៊ីន​បម្រើ " "ដែល​បាន​ជួយ​ធ្វើ​អន្តរាគមន៍ ការពារ​សំណើ​នេះ ។" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "ការ​តភ្ជាប់​ទៅ​ម៉ាស៊ីន​បម្រើ​បាន​បិទ​ដោយ​មិន​រំពឹង" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1549,24 +1454,24 @@ msgstr "" "ទោះបី​ជា​ការតភ្ជាប់​ត្រូវ​បាន​បង្កើត​ចំពោះ %1 ក៏ដោយ ក៏​ការតភ្ជាប់​ត្រូវបាន​បិទ​នៅ​ត្រង់​" "ចំណុច​ដែល​មិនរំពឹង​ទុក​​ក្នុង​ការ​ទំនាក់ទំនង ។" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "កំហុស​ពិធីការ​អាច​នឹង​កើតឡើង ដែល​បណ្តាល​ឲ្យ​ម៉ាស៊ីន​បម្រើ​បិទ​ការតភ្ជាប់ ជា​ការ​ឆ្លើយតប​ចំពោះ​កំហុស ។" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "ធនធាន URL មិន​ត្រឹមត្រូវ" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "ពិធីការ %1 មិន​មែន​ជា​ពិធីការ​តម្រង​ឡើយ" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 ។" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1589,17 +1494,17 @@ msgstr "" "ប៉ុន្តែ​ពិធីការ​នេះ​គ្មាន​សមត្ថភាព​ធ្វើ​ដូច្នោះទេ ។ នេះ​គឺ​ជា​ព្រឹត្តិការណ៍​ដ៏​កម្រ ហើយ​វា​ទំនង​ជា​ចង្អុល​បង្ហាញ​អំពី​" "កំហុស​កម្មវិធី ។" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "មិន​អាច​ចាប់ផ្តើម​ឧបករណ៍​បញ្ចេញ​/បញ្ចូល​បានទេ" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "មិនអាច​ម៉ោន​ឧបករណ៍​បាន​ទេ" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1608,7 +1513,7 @@ msgstr "" "មិនអាច​ចាប់ផ្ដើម (\"ម៉ោន\") ឧបករណ៍​ដែល​បាន​ស្នើ​បាន​ឡើយ ។ កំហុស​ដែល​បាន​រាយការណ៍​គឺ ៖ " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1619,7 +1524,7 @@ msgstr "" "(មានន័យថា គ្មាន​ស៊ីឌីរ៉ូម ក្នុង​ដ្រាយ​ស៊ីឌី) ឬ​ក្នុង​ករណី​ដែល​គ្រឿង​កុំព្យូទ័រ/ឧបករណ៍​ចល័ត ដែល​ឧបករណ៍​ប្រហែល​ជា​" "តភ្ជាប់​មិន​បាន​ត្រឹមត្រូវ ។" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1629,7 +1534,7 @@ msgstr "" "អ្នក​ប្រហែល​ជា​គ្មាន​សិទ្ធិ​ចាប់ផ្តើម (\"ម៉ោន\") ឧបករណ៍ទេ ។ នៅ​លើ​ប្រព័ន្ធ​យូនីក សិទ្ធិ​អ្នកគ្រប់គ្រង​ប្រព័ន្ធ​ជា​" "រឿយៗ គឺ​ត្រូវការ​ដើម្បី​ចាប់ផ្តើម​ឧបករណ៍ ។" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1638,17 +1543,17 @@ msgstr "" "ពិនិត្យ​មើល​ថា​ឧបករណ៍​គឺ​មាន​រួចរាល់​ហើយ ។ ដ្រាយ​ចល័ត​ត្រូវ​តែមាន​មេឌៀ ហើយ​ឧបករណ៍​ចល័តត្រូវ​តែ​បាន​តភ្ជាប់ ហើយ​" "បាន​បើក ។ ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "មិន​អាចចាប់ផ្តើម​ឧបករណ៍​បញ្ចេញ/បញ្ចូល​​បានទេ" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "មិន​អាច​អាន់​ម៉ោន​ឧបករណ៍​បាន​ឡើយ" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1657,7 +1562,7 @@ msgstr "" "មិនអាច​ចាប់ផ្ដើម (\"អាន់ម៉ោន\") ​ឧបករណ៍​ដែល​បាន​ស្នើ​បានឡើយ ។ កំហុស​ដែល​បាន​រាយការណ៍​គឺ ៖ " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1667,7 +1572,7 @@ msgstr "" "ឧបករណ៍​ប្រហែល​ជា​កំពុង​រវល់ ដែល​កម្មវិធី ឬ​អ្នកប្រើ​ផ្សេងទៀត​កំពុង​ប្រើ​វា ។ ទោះជា​យ៉ាងនោះ​ក៏ដោយ ព្រោះ​ការ​" "ដែល​មាន​បង្អួច​កម្មវិធី​រុករក​នៅ​បើក​នៅលើ​ទីតាំង​លើ​ឧបករណ៍​នេះ​អាច​បង្ក​ឲ្យ​ឧបករណ៍​នៅ​តែ​ប្រើ ។" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1677,17 +1582,17 @@ msgstr "" "អ្នក​ប្រហែល​ជា​មិនមាន​សិទ្ធិ​ដើម្បី​បញ្ឈប់ (\"អាន់ម៉ោន\") ឧបករណ៍​បានទេ ។ នៅ​លើ​ប្រព័ន្ធ​យូនីក គឺ​ត្រូវការ​សិទ្ធិ​" "អ្នក​គ្រប់គ្រង​ប្រព័ន្ធ​ដើម្បី​បញ្ឈប់​ឧបករណ៍ ។" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "ពិនិត្យ​មើល​ថា​គ្មាន​កម្មវិធី​ដែល​កំពុង​ដំណើរការ​ឧបករណ៍ ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "មិន​អាច​អាន​ពី​ធនធាន​បានទេ" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1696,17 +1601,17 @@ msgstr "" "មាន​ន័យ​ថា​ទោះបីជា​អាចបើក​ធនធាន %1 បាន​ក៏ដោយ កំហុស​មួយ​បាន​កើតឡើង ខណៈពេល​អាន​" "មាតិកា​របស់​ធនធាន ។" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "អ្នក​មិន​មាន​សិទ្ធិ​អាន​ពី​ធនធាន​នេះ​ឡើយ ។" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "មិន​អាច​សរសេរ​ទៅ​កាន់​ធនធាន​បានឡើយ" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1715,22 +1620,22 @@ msgstr "" "មាន​ន័យ​ថា​ទោះបីជា​អាច​បើក​ធនធាន %1 ក៏ដោយ កំហុស​មួយ​បាន​កើត​ឡើង ខណៈពេល​សរសេរ​" "ទៅកាន់​ធនធាន ។" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "អ្នក​ប្រហែល​ជា​មិន​មាន​សិទ្ធិ​សរសេរ​ទៅ​កាន់​ធនធាន​ទេ ។" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "មិន​អាច​ស្តាប់​ការ​តភ្ជាប់​បណ្តាញ​បានទេ" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "មិន​អាច​ចង​បានទេ" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1740,50 +1645,50 @@ msgstr "" "នេះ​ជា​កំហុស​បច្ចេកទេស ដែល​មិន​អាច​បង្កើត​ឧបករណ៍​ដែលត្រូវការ​សម្រាប់​ទំនាក់ទំនង​បណ្ដាញ (a socket) ដើម្បី​" "ឲ្យ​ស្ដាប់​ការ​តបណ្ដាញចូល​មក ។" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "មិនអាច​ស្តាប់" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "មិន​អាច​ទទួល​យក​ការ​តភ្ជាប់​បណ្តាញ​បានទេ" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "នេះ​គឺ​ជា​កំហុស​បច្ចេកទេស​ដែល​កំហុស​មួយ​បាន​កើតឡើង ខណៈពេល​ប៉ុនប៉ង​ទទួល​យក​ការ​តភ្ជាប់​ចូល​នៃ​បណ្តាញ ។" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "អ្នក​ប្រហែល​ជា​មិន​មាន​សិទ្ធិ​ក្នុងការ​ទទួល​យក​ការ​តភ្ជាប់​នេះទេ ។" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "មិន​អាច​ចូល ៖ %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "ការ​ប៉ុន​ប៉ង​ចូល ដើម្បី​ធ្វើ​ប្រតិបត្តិសំណើ មិន​បាន​ជោគ​ជ័យ​ឡើយ ។" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "មិន​អាច​បញ្ជាក់​ស្ថានភាព​ធនធាន​​បានទេ" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "មិន​អាច​បញ្ចេញ​ធនធាន​បានទេ" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1792,68 +1697,68 @@ msgstr "" "ការ​ប៉ុន​ប៉ង​បញ្ជាក់​ព័ត៌មាន​អំពី​ស្ថានភាព​របស់​ធនធាន %1 ដូចជា​ឈ្មោះ ប្រភេទ ទំហំ​របស់​" "ធនធាន ។ល។ គឺ​មិន​បាន​ជោគជ័យ​ឡើយ ។" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "ធនធាន​ដែល​បាន​បញ្ជាក់ ប្រហែល​ជា​មិន​មាន ឬ​ប្រហែល​ជា​មិន​អាច​ចូល​ដំណើរការ​បាន​ទេ ។" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "មិន​អាច​បោះបង់​ការរាយ​បានទេ" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME ៖ ​អាង​លើឯកសារ​នេះ" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "មិន​អាច​បង្កើត​ថត​បានទេ" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "ការ​ប៉ុន​ប៉ង​បង្កើត​ថត​ដែល​បាន​ស្នើ បាន​បរាជ័យ ។" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "ទីតាំង​ដែល​ត្រូវ​បង្កើត​ថត ប្រហែល​ជា​មិន​មាន​ឡើយ ។" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "មិន​អាច​យក​ថត​ចេញ​បានទេ" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "បរាជ័យ​ក្នុងការ​ប៉ុនប៉ង​យក​ថត​ដែល​បាន​បញ្ជាក់ %1 ចេញ ។" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "មិនមាន​ថត​ដែល​បាន​បញ្ជាក់​ឡើយ ។" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "ថត​ដែល​បានបញ្ជាក់​ប្រហែល​ជា​មិន​មានទេ ។" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "ត្រូវ​ប្រាកដ​ថា មាន​ថត​រួចហើយ ហើយ​ទទេ បន្ទាប់​មក​សាកល្បង​ម្ដងទៀត ។" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "មិន​អាច​បន្ត​ធ្វើការ​ផ្ទេរ​ឯកសារ​បានទេ" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1862,66 +1767,66 @@ msgstr "" "សំណើ​ដែល​បាន​បញ្ជាក់ បាន​ស្នើ​ថា​ការ​ផ្ទេរ​ឯកសារ %1 គឺ​ត្រូវ​បាន​បន្ត​នៅ​ចំណុច​ណាមួយ​នៃ​" "ការផ្ទេរ ។ វា​មិន​អាច​ទៅ​រួច​ទេ ។" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "ពិធីការ ឬ​ម៉ាស៊ីន​បម្រើ ប្រហែល​ជា​មិន​គាំទ្រ​ការ​បន្ត​ធ្វើ​ឯកសារ​ទេ ។" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "ព្យាយាម​ស្នើ​ឡើងវិញ​ដោយ​គ្មាន​ការ​ប៉ុនប៉ង​បន្ត​ធ្វើ​ការ​ផ្ទេរ​ឯកសារ ។" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "មិន​អាច​ប្តូរ​ឈ្មោះ​ធនធាន​បានឡើយ" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "ការ​ប៉ុន​ប៉ង​ប្តូរ​ឈ្មោះ​ធនធាន​ដែល​បាន​បញ្ជាក់ %1 បាន​បរាជ័យ ។" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "មិន​អាច​ផ្លាស់ប្តូរ​សិទ្ធិ​របស់​ធនធាន​បានទេ" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "ការ​ប៉ុនប៉ង​ផ្លាស់ប្តូរ​សិទ្ធិ​នៅ​លើ​ធនធាន​ដែល​បាន​បញ្ជាក់ %1 បាន​បរាជ័យ ។" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "មិន​អាច​ផ្លាស់ប្តូរ​ភាព​ជាម្ចាស់​របស់​ធនធាន​បានឡើយ" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "ការ​ប៉ុនប៉ង​ផ្លាស់ប្ដូរ​ម្ចាស់​របស់​ធនធាន​ដែល​បាន​បញ្ជាក់ %1 បាន​បរាជ័យ ។" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "មិន​អាច​លុប​ធនធាន​បានទេ" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "ការ​ប៉ុន​ប៉ង​លុប​ធនធាន​ដែល​បាន​បញ្ជាក់ %1 បាន​បរាជ័យ ។" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "ការបញ្ចប់​កម្មវិធី​ដោយ​មិន​បាន​រំពឹង" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 បាន​បញ្ចប់​ដោយ​" "បាន​មិន​រំពឹង ។" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "អស់​សតិ" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 មិន​មាន​សតិ​គ្រប់គ្រាន់​ដើម្បី​" "បន្ត​ទេ ។" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "មិន​ស្គាល់​ម៉ាស៊ីន​ប្រូកស៊ី" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1" "%1 ។ កំហុស​ម៉ាស៊ីន​ដែល​មិន​ស្គាល់ បញ្ជាក់​ថា​ឈ្មោះ​ដែល​បាន​ស្នើ​មិន​អាច​ស្ថិត​នៅលើ​អ៊ីនធឺណិតបាន​ទេ ។" -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1969,17 +1874,17 @@ msgstr "" "ប្រហែល​ជា​មាន​កំហុស​មួយ​ទាក់ទង​នឹង​ការ​កំណត់រចនា​សម្ព័ន្ធ​បណ្ដាញ​របស់​អ្នក ជា​ពិសេស​គឺ​ឈ្មោះ​ម៉ាស៊ីន​របស់​ប្រូកស៊ី ។ " "ប្រសិន​បើ​អ្នក​បាន​ចូល​ដំណើរការ​អ៊ីនធឺណិត​ដោយ​គ្មាន​បញ្ហា​អ្វី​ទេ​នោះ គឺ​វា​មិន​ទាក់ទង​នឹង​វា​ទេ ។" -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "ពិនិត្យ​ការ​កំណត់​ប្រូកស៊ី​របស់​អ្នកឡើងវិញ ហើយ​ព្យាយាម​ម្ដងទៀត ។" -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹមត្រូវ​បាន​បរាជ័យ ៖ វិធីសាស្ត្រ %1 មិន​បាន​គាំទ្រ​ឡើយ" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1989,7 +1894,7 @@ msgstr "" "ទោះបីជា​អ្នក​បាន​ផ្តល់​សេចក្តីលម្អិត​ការ​ផ្ទៀង​ផ្ទាត់​ត្រឹមត្រូវ​ក៏​ដោយ ក៏​ការផ្ទៀងផ្ទាត់​បាន​បរាជ័យ​ដោយ​សារ​តែ​" "វិធីសាស្ត្រដែល​ម៉ាស៊ីនបម្រើ​កំពុង​ប្រើ គឺ​មិន​បាន​គាំទ្រ​ដោយ​កម្មវិធី KDE ដែល​អនុវត្ត​ពិធីការ %1 ទេ ។" -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2001,17 +1906,17 @@ msgstr "" "សូម​ផ្ញើ​កំហុស​ទៅ http://bugs.kde.org/ ដើម្បី​ជូន​" "ដំណឹង​ទៅ​ដល់​ក្រុម KDE អំពី​វិធីសាស្ត្រ​ផ្ទៀង​ផ្ទាត់​ដែល​មិន​បាន​គាំទ្រ ។" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "ការ​ស្នើ​សុំ​ត្រូវ​បាន​បោះបង់" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "កំហុស​ខាង​ក្នុង​ម៉ាស៊ីន​បម្រើ" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2020,7 +1925,7 @@ msgstr "" "កម្មវិធី​នៅ​លើ​ម៉ាស៊ីន​បម្រើ​ដែល​ផ្ដល់​សិទ្ធិ​ចូល​ដំណើរការ​ទៅ​ពិធីការ %1 បាន​រាយការណ៍​កំហុស​" "ខាងក្នុង ៖ %2 ។" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2029,12 +1934,12 @@ msgstr "" "វា​ប្រហែល​ជា​បណ្ដាល​មកពី​កំហុស​នៅ​ក្នុង​កម្មវិធី​ម៉ាស៊ីន​បម្រើ ។ សូម​ចាត់ទុក​ការ​ដាក់ស្នើ​របាយការណ៍​កំហុស​ពេញលេញ​" "ដូចដែលបាន​រៀបរាប់​លម្អិត​ខាងក្រោម ។" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "សូម​ទាក់ទង​អ្នក​គ្រប់គ្រង​ម៉ាស៊ីន​បម្រើ ដើម្បី​ប្រាប់​ពួក​គេ​អំពី​បញ្ហា ។" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2043,39 +1948,29 @@ msgstr "" "ប្រសិនបើ​អ្នក​ដឹង​ថា​នរណា​គឺ​ជា​អ្នក​និពន្ធ​កម្មវិធី​របស់ម៉ាស៊ីន​បម្រើ​នោះ សូម​ដាក់ស្នើ​របាយការណ៍​កំហុស​ដោយ​ផ្ទាល់​ទៅ​" "ពួកគេ ។" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "កំហុស​អស់ពេល" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"ទោះបី​ជា​បានទាក់​ទង​ជាមួយ​ម៉ាស៊ីន​បម្រើ ចម្លើយតប​គឺ​មិនត្រូវ​បាន​ទទួល​នៅ​ក្នុង​ចំនួន​ពេល​សរុប​ដែលបាន​បម្រុង​ទុក​សម្រាប់​" -"សំណើរ​ដូចខាងក្រោម ៖
    • អស់ពេល​ក្នុងការ​បង្កើតការ​តភ្ជាប់ ៖ %1 វិនាទី
    • អស់ពេល​ក្នុងការ​" -"ទទួល​ការ​ឆ្លើយតប ៖ %2 វិនាទី
    • អស់ពេល​ក្នុងការ​ដំណើរការ​​ម៉ាស៊ីន​បម្រើ​ប្រូកស៊ី ៖ %3 វិនាទី
    សូម​ចំណាំ​ថា​អ្នក​អាច​ផ្លាស់ប្ដូរ​ការ​កំណត់​ពេល​ដែលអស់​នេះ​នៅ​ក្នុង​មជ្ឈមណ្ឌល​បញ្ជា KDE បាន គឺ​ដោយ​" -"ជ្រើស​យក បណ្ដាញ -> ចំណង់ចំណូល​ចិត្ត ។" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "ម៉ាស៊ីន​បម្រើ​មមាញឹក​ក្នុង​ការ​ឆ្លើយតប​ទៅកាន់​សំណើ​ផ្សេងទៀត​ដែលត្រូវ​ឆ្លើយតប ។" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "កំហុស​មិន​ស្គាល់" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 បាន​រាយការណ៍​កំហុស​" "មិនស្គាល់ ៖ %2 ។" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "មិនស្គាល់​ការ​ផ្ដាច់" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 បាន​រាយការណ៍​អំពី​" "ការ​ផ្អាក​នៃ​ប្រភេទ​ដែល​មិន​ស្គាល់ ៖ %2 ។" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "មិន​អាច​លុប​ឯកសារ​ដើមបានទេ" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2113,12 +2008,12 @@ msgstr "" "ប្រតិបត្តិការ​ដែល​បាន​ស្នើ​សុំ ទាមទារ​ឲ្យ​លុប​ឯកសារ​ដើម ភាគច្រើន​គឺ​នៅ​ចុង​បញ្ចប់​នៃ​ប្រតិបត្តិការ​ផ្លាស់ទី​" "ឯកសារ ។ មិនអាច​លុប​ឯកសារដើម %1 បានឡើយ ។" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "មិន​អាច​លុប​ឯកសារ​បណ្តោះ​អាសន្ន​បានឡើយ" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2128,12 +2023,12 @@ msgstr "" "ប្រតិបត្តិការ​ដែល​បាន​ស្នើ​សុំ តម្រូវ​ឲ្យ​បង្កើត​ឯកសារ​បណ្តោះ​អាសន្ន​ដែល​ត្រូវ​រក្សាទុក​ឯកសារ​ថ្មី ខណៈពេល​កំពុង​" "ទាញយក ។ មិនអាច​លុប​ឯកសារ​បណ្តោះ​អាសន្ន %1 នេះ​បាន​ឡើយ ។" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "មិន​អាច​ប្តូរ​ឈ្មោះ​ឯកសារ​ដើម​បានឡើយ" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2142,12 +2037,12 @@ msgstr "" "ប្រតិបត្តិការ​ដែល​បាន​ស្នើ តម្រូវ​ឲ្យ​ប្តូរ​ឈ្មោះ​ឯកសារ​ដើម %1 ទោះបីជា​មិន​អាច​ប្តូរ​" "ឈ្មោះ​វា​បាន​ក៏ដោយ ។" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "មិន​អាច​ប្តូរ​ឈ្មោះ​ឯកសារ​បណ្តោះ​អាសន្ន​បានឡើយ" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2156,32 +2051,32 @@ msgstr "" "ប្រតិបត្តិការ​ដែល​បាន​ស្នើ តម្រូវ​ឲ្យ​បង្កើត​ឯកសារ​បណ្តោះ​អាសន្ន %1 ទោះបីជា​មិន​អាច​" "បង្កើត​វា​បាន​ក៏ដោយ ។" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "មិន​អាច​បង្កើត​តំណ​បានឡើយ" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "មិន​អាច​បង្កើត​តំណ​និមិត្ត​សញ្ញា​បានឡើយ" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "មិនអាច​បង្កើត​តំណ​និមិត្ត​សញ្ញា​ដែល​បាន​ស្នើ %1 បាន​ឡើយ ។" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "គ្មាន​មាតិកា" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ថាស​ពេញ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2190,7 +2085,7 @@ msgstr "" "មិនអាច​សរសេរ​ទៅកាន់​​ឯកសារ​ដែល​បាន​ស្នើ %1 បាន​ឡើយ ដោយ​សារ​តែ​មាន​ទំហំ​ថាស​មិន​" "គ្រប់គ្រាន់ ។" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2201,30 +2096,30 @@ msgstr "" "អាសន្ន ២)​ចម្លង​ឯកសារ​ទៅកាន់​ឧបករណ៍​ផ្ទុក​ដែល​អាច​យក​ចេញ​បាន ដូច​ជា​ថាស​ស៊ីឌី​ដែល​អាច​ថត​បាន ឬ ៣)​បន្ថែម​" "ចំណុះ​របស់​ឧបករណ៍ផ្ទុក​បន្ថែម​ទៀត ។" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "ឯកសារ​ប្រភព និង​ទិសដៅ​គឺ​ដូចគ្នា" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "ប្រតិបត្តិការ​មិន​អាច​ធ្វើ​បញ្ចប់​បាន​ឡើយ ព្រោះ​ឯកសារ​ប្រភព និង​ទិសដៅ គឺ​ជា​ឯកសារ​ដូចគ្នា ។" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "ជ្រើស​ឈ្មោះ​ឯកសារ​ផ្សេងឲ្យ​ឯកសារ​ទិសដៅ ។" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "មិនមាន​ឯកសារ ឬ​ថត​ឡើយ" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2234,20 +2129,20 @@ msgid "" "or folder are the same." msgstr "ប្រតិបត្តិការ​មិន​អាច​ធ្វើ​បញ្ចប់​បាន​ឡើយ ព្រោះ​ឯកសារ​ប្រភព និង​ទិសដៅ គឺ​ជា​ឯកសារ​ដូចគ្នា ។" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "ចម្លង​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "មិនមាន​ឯកសារ ឬ​ថត​ឡើយ" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2257,19 +2152,19 @@ msgid "" "into itself." msgstr "ប្រតិបត្តិការ​មិន​អាច​ធ្វើ​បញ្ចប់​បាន​ឡើយ ព្រោះ​ឯកសារ​ប្រភព និង​ទិសដៅ គឺ​ជា​ឯកសារ​ដូចគ្នា ។" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "ចម្លង​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2279,23 +2174,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "ប្រតិបត្តិការ​មិន​អាច​ធ្វើ​បញ្ចប់​បាន​ឡើយ ព្រោះ​ឯកសារ​ប្រភព និង​ទិសដៅ គឺ​ជា​ឯកសារ​ដូចគ្នា ។" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "មិន​អាច​ផ្ដើម​ពិធីការ %1 បានឡើយ" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "មិន​អាច​បង្កើត io-slave ៖ %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 បានឡើយ ។ ជាទូទៅ​គឺ​ដោយ​សារ​បច្ចេកទេស ។" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2329,35 +2224,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "កំហុស​ដែល​មិន​បាន​កត់​ត្រា" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(តំណ​និមិត្តសញ្ញា​ទៅកាន់ %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1 តភ្ជាប់​ទៅ %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (ចង្អុល​ទៅ %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2366,25 +2261,25 @@ msgstr "" "URL មិន​ត្រឹមត្រូវ\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "មិនអាច​ស្រង់​ឈ្មោះ​ដែល​អាច​ប្រតិបត្តិ​បាន​ពី '%1' បានទេ សូម​វាយ​ឈ្មោះ​កម្មវិធី​ឲ្យ​ត្រឹមត្រូវ ។" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2392,92 +2287,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "ការ​បើក​ការ​តភ្ជាប់​គឺ​មិនត្រូវ​បាន​គាំទ្រ​ជាមួយ​នឹង​ពិធីការ %1 ទេ ។" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "ការ​បិទ​ការ​តភ្ជាប់​គឺ​មិនត្រូវ​បាន​គាំទ្រ​ជាមួយ​នឹង​ពិធីការ %1 ទេ ។" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "ការ​ចូល​ដំណើរការ​ឯកសារ​គឺ​មិន​ត្រូវបាន​គាំទ្រ​ជាមួយ​នឹង​ពិធីការ %1 ។" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "ការ​សរសេរ​ទៅកាន់ %1 គឺ​មិនត្រូវ​បាន​គាំទ្រ​ទេ ។" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "មិន​មាន​អំពើ​ពិសេស​សម្រាប់​ពិធីការ %1 ទេ ។" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "ការ​រាយ​ថត​គឺ​មិនត្រូវ​បាន​គាំទ្រ​សម្រាប់​ពិធីការ %1 ឡើយ ។" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "ការ​ទៅ​យក​ទិន្នន័យ​ពី %1 មិន​ត្រូវ​បាន​គាំទ្រ​ឡើយ ។" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "ការ​ទៅ​យក​ព័ត៌មាន​ប្រភេទ mime ពី %1 មិន​ត្រូវបាន​គាំទ្រ​ឡើយ ។" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "ការ​ប្ដូរ​ឈ្មោះ ឬ​ផ្លាស់ទី​ឯកសារ​នៅ​ក្នុង %1 មិន​ត្រូវ​បាន​គាំទ្រ​ឡើយ ។" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "ការ​បង្កើត symlinks មិន​បាន​គាំទ្រ​ដោយ​ពិធីការ %1 ទេ ។" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "ការ​ចម្លង​ឯកសារ​ក្នុង %1 មិន​ត្រូវបាន​គាំទ្រ​ឡើយ ។" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "ការ​លុប​ឯកសារ​ពី %1 មិន​ត្រូវ​បាន​គាំទ្រ​ឡើយ ។" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ការ​បង្កើត​ថត​គឺ​មិនត្រូវ​បាន​គាំទ្រ​ជាមួយ​នឹង​ពិធីការ %1 ឡើយ ។" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ការ​ផ្លាស់ប្ដូរ​គុណលក្ខណៈ​ឯកសារ​គឺ​មិន​ត្រូវ​បាន​គាំទ្រ​ជា​មួយ​នឹង​ពិធីការ %1 ឡើយ ។" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ការ​ផ្លាស់ប្ដូរ​ភាព​ជាម្ចាស់​នៃ​ឯកសារ​គឺ​មិនត្រូវ​បាន​គាំទ្រ​នឹង​ពិធីការ %1 ឡើយ ។" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ការ​បើក​ឯកសារ​គឺ​មិនត្រូវ​បាន​គាំទ្រ​​ជាមួយ​នឹ​ងពិធីការ %1 ឡើយ ។" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "ពិធីការ %1 មិន​គាំទ្រ​អំពើ %2 ទេ ។" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2486,116 +2381,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "មិន​ស្គាល់​ពិធីការ '%1' ។" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "មិន​អាច​រកឃើញ io-slave សម្រាប់​ពិធីការ '%1' ទេ ។" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "មិន​អាច​រកឃើញ io-slave សម្រាប់​ពិធីការ '%1' ទេ ។" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "មិន​អាច​រកឃើញ io-slave សម្រាប់​ពិធីការ '%1' ទេ ។" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "សេចក្ដី​លម្អិត " -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "ជា​រៀង​រហូត " -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "បន្ត " -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "តែ​សម័យ​បច្ចុប្បន្ន​" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "អ្នក​មិន​បាន​ជ្រើស​ឯកសារ​ដែល​ត្រូវ​លុប​ទេ ។" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "គ្មាន​អ្វី​ដែល​ត្រូវ​លុប" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "អ្នកមិនបាន​ជ្រើស​ឯកសារ​ដែលត្រូវ​ចោល​ទេ ។" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "គ្មានអ្វី​ដែល​ត្រូវ​ចោល" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "មិនមាន​ថត​ដែលបាន​បញ្ជាក់​ទេ ឬ​មិនអាច​អានបាន ។" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "ម៉ឺនុយ" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "ថត​មេ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ថត​ផ្ទះ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "ផ្ទុក​ឡើងវិញ" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2603,214 +2521,214 @@ msgctxt "@action" msgid "New Folder…" msgstr "ថត​ថ្មី" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ផ្លាស់ទី​ទៅ​ធុង​សំរាម" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "លុប" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "តម្រៀប" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "ឈ្មោះ​តំបន់​បណ្តាញ​" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "ទិដ្ឋភាព​ខ្លី" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "តាម​កាលបរិច្ឆេទ" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "ប្រភេទធាតុ" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "លំដាប់​ចុះ" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "លំដាប់​ចុះ" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "ថត​មុន" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "បង្ហាញ​ឯកសារ​ដែល​លាក់" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "ទិដ្ឋភាព​ខ្លី" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "ទិដ្ឋភាព​ខ្លី" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "ទិដ្ឋភាព​លម្អិត" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ទីតាំង​រូបតំណាង" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ជាប់​នឹង​ឈ្មោះ​ឯកសារ" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ខាង​លើ​ឈ្មោះ​ឯកសារ" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "ទិដ្ឋភាព​ខ្លី" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "ទិដ្ឋភាព​លម្អិត" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ទិដ្ឋភាព​មែកធាង" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "ទិដ្ឋភាព​មែកធាង​លម្អិត" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "បង្ហាញ​ឯកសារ​ដែល​លាក់" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "បង្ហាញ​ការ​មើល​ជាមុន" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "បង្ហាញ​ការ​មើល​ជាមុន" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "លក្ខណៈ​សម្បត្តិ" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "ទិដ្ឋភាព " -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "ថត​មុន" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "ថត​មុន" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "ថត​មុន" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "ថត​មុន" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "ថត​មុន" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "ការ​អ៊ិនកូដ ៖" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "បើក" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "រក្សាទុក​ជា" @@ -2864,42 +2782,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|ឯកសារ​ទាំងអស់" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "ឯកសារ​ដែល​គាំទ្រ​ទាំងអស់" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "ឯកសារ​ទាំងអស់" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "បន្ថែម​កន្លែង​ដាក់" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "កែសម្រួល​ធាតុ​ទី​កន្លែង" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2910,17 +2828,17 @@ msgstr "" "នេះ​គឺ​ជា​អត្ថបទ​ដែល​នឹង​បង្ហាញ​នៅ​ក្នុង​បន្ទះ​ទី​កន្លែង ។

    ស្លាក​គួ​រមាន​ពាក្យ​មួយ ឬពីរ​ដែល​" "នឹង​ជួយ​ឲ្យ​អ្នក​ចាំ​អ្វី​ដែល​អ្នក​បញ្ចូល ។ ប្រសិនបើ​មិន​បញ្ចូល​ស្លាក​ទេ វា​នឹង​ត្រូវ​បាន​យក​ពី​ URL របស់​ទីតាំង ។
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "ស្លាក ៖" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "បញ្ចូល​ស្លាក​ពិពណ៌នា​នៅ​ទីនេះ" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2932,12 +2850,12 @@ msgstr "" "%1
    http://www.kde.org
    ftp://ftp.kde.org/pub/kde/stable

    ដោយ​ចុច​លើ​ប៊ូតុង​ដែលនៅ​ជាប់​នឹង​ប្រអប់​កែសម្រួល​អត្ថបទ អ្នកអាច​រកមើល​ URL ដែល​ត្រឹមត្រូវ​បាន ។
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "ទីតាំង ៖ " -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2946,17 +2864,17 @@ msgstr "" "នេះ​ជា​រូបតំណាង ដែល​នឹង​លេចឡើង​នៅ​ក្នុង​បន្ទះ​ទីតាំង ។

    ចុច​លើ​ប៊ូតុង ដើម្បី​ជ្រើស​រូបតំណាង​" "ផ្សេងទៀត ។
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "ជ្រើស​រូបតំណាង ៖ " -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "បង្ហាញ​តែនៅពេល​ដែលប្រើ​កម្មវិធី​នេះ (%1) ប៉ុណ្ណោះ " -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2966,7 +2884,7 @@ msgstr "" "ជ្រើស​ការ​កំណត់​នេះ ប្រសិន​បើ​អ្នក​ចង់​បង្ហាញ​ធាតុ​នេះ​តែ​នៅពេល​ដែល​ប្រើ​កម្មវិធី​បច្ចុប្បន្ន (%1) ។

    ប្រសិន​បើ​ការ​កំណត់​មិនត្រូវ​បាន​ជ្រើស ធាតុ​នឹង​មាន​នៅ​ក្នុង​គ្រប់​កម្មវិធី​ទាំងអស់ ។
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Places" @@ -2974,28 +2892,28 @@ msgctxt "@item" msgid "Places" msgstr "Places" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "យកចេញ" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" # i18n: file kcookiesmanagementdlg_ui.ui line 155 -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "ស្វែងរក" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -3003,147 +2921,155 @@ msgctxt "@item" msgid "Devices" msgstr "ឧបករណ៍" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "ផ្ទះ" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME ៖ ​អាង​លើឯកសារ​នេះ" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "បណ្តាញ" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ធុងសំរាម" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "លុប​ឯកសារ" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "ទីតាំង ៖" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "បាន​កែប្រែ ៖" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "មិន​អាច​រក​ឃើញ​កម្មវិធី '%1' ឡើយ" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "មិន​មាន​ឯកសារ ឬ​ថត %1 ឡើយ ។" -#: filewidgets/kfileplacesmodel.cpp:1362 +# i18n: file kcookiesmanagementdlg_ui.ui line 101 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "ផ្លាស់ប្តូរ​គោលការណ៍..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "ចេញ​ផ្សាយ '%1'" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "ចេញ​ផ្សាយ '%1'" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "យក '%1' ចេញ​ដោយ​សុវត្ថិភាព" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "យក '%1' ចេញ​ដោយ​សុវត្ថិភាព" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3151,41 +3077,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "ការ​អាន់ម៉ោន" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "អាន់ម៉ោន" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "ច្រានចេញ" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "ឧបករណ៍ '%1' មិនមែន​ជា​ថាស ហើយ​​មិនអាច​ត្រូវបាន​ច្រាន​ចេញ​បាន​ទេ ។" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "មាន​កំហុស​​នៅខណៈពេល​ដំណើរការ '%1' ដោយ​ប្រព័ន្ធ​បាន​និយាយថា ៖ %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "មាន​កំហុស​បាន​កើតឡើង ខណៈ​ចូល​ដំណើរការ '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3195,19 +3121,19 @@ msgid_plural "" "%2." msgstr[0] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3215,91 +3141,91 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 ទំនេរ %2 (បាន​ប្រើ %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "សម្អាត​ធុងសំរាម" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "ម៉ោន" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "បើក​ជាមួយ" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "បន្ថែម​ធាតុ..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "កែសម្រួល" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "យកចេញ" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "លាក់​ធាតុ '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "លាក់​ធាតុ '%1'" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "បង្ហាញ​ធាតុ​ទាំងអស់ " -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" @@ -3307,7 +3233,7 @@ msgid "Icon Size" msgstr "ទិដ្ឋភាព​ខ្លី" # i18n: file envvarproxy_ui.ui line 102 -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3316,52 +3242,52 @@ msgctxt "" msgid "Auto Resize" msgstr "រក​ឃើញ​ស្វ័យ​ប្រវត្តិ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ដ្រាយ ៖ %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "អ្នក​អាច​​ជ្រើស​តែ​ឯកសារ​មួយ​ប៉ុណ្ណោះ" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "បាន​ផ្ដល់​ឯកសារ​ច្រើនជាង​មួយ" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "អ្នក​អាច​ជ្រើស​តែ​ឯកសារ​មូលដ្ឋាន​ប៉ុណ្ណោះ" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "មិនបាន​ទទួល​ឯកសារ​ពី​ចម្ងាយ​ទេ" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3371,51 +3297,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"មានថត​ច្រើនជាង​មួយ​ត្រូវ​បាន​ជ្រើស ហើយ​ប្រអប់​នេះ​មិន​ទទួល​យក​ថត​ទេ ដូច្នេះ​វា​មិនអាច​សម្រេចចិត្ត​ថាតើ​ត្រូវ​" -"បញ្ចូល​​ថត​មួយណាទេ ។ សូម​ជ្រើស​តែ​ថត​មួយ​ប៉ុណ្ណោះ​ដើម្បី​រាយ​វា ។" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "បានផ្ដល់​ថត​ច្រើន​ជាង​មួយ" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"យ៉ាង​ហោចណាស់​មាន​ថត និង​ឯកសារ​ត្រូវ​បាន​ជ្រើស ។ ឯកសារ​ដែល​បាន​ជ្រើស​នឹង​ត្រូវ​បាន​មិនអើពើ​ និង​ថត​ដែល​បាន​" -"ជ្រើស​នឹង​ត្រូវ​បាន​រាយ" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "បាន​ជ្រើស​​ឯកសារ​ និង​ថត" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "មិនអាច​រកឃើញ​ឯកសារ \"%1\" ទេ" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "មិន​អាច​បើក​ឯកសារ​បាន​ទេ" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3429,44 +3326,44 @@ msgstr "" "ចុច​ប៊ូតុង​នេះ​ដើម្បីបញ្ចូល​ថត​មេ ។

    ឧទាហរណ៍ ប្រសិន​បើ​ថត​បច្ចុប្បន្ន​គឺ file:/home/%1 " "ដោយ​ចុច​ប៊ូតុង​នេះ​នឹង​នាំ​អ្នក​ទៅ​កាន់ file:/home ។
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ចុច​ប៊ូតុង​នេះ ដើម្បី​ផ្លាស់ទី​ថយក្រោយ​មួយ​ជំហាន​ក្នុង​ប្រវត្តិ​ការ​រុករក ។" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ចុច​ប៊ូតុង​នេះ ដើម្បី​ផ្លាស់ទី​ទៅ​មុខ​មួយ​ជំហាន ក្នុង​ប្រវត្តិ​ការរុករក ។" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "ចុច​ប៊ូតុង​នេះ ដើម្បី​ផ្ទុក​មាតិកា​របស់​ទីតាំង​បច្ចុប្បន្ន​ឡើង​វិញ ។" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "ចុច​ប៊ូតុង​នេះ ដើម្បី​បង្កើត​ថត​ថ្មី​មួយ ។" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "បង្ហាញ​បន្ទះ​រុករក​ទីតាំង" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "បង្ហាញ​ចំណាំ" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "បង្ហាញ​ឯកសារ​ដែល​លាក់" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "ជម្រើស" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3486,12 +3383,12 @@ msgstr "" "រូបតំណាង និង​បញ្ជី
  • ការ​បង្ហាញ​ឯកសារ​ដែលលាក់
  • បន្ទះ​រុករក​ទីតាំង
  • មើល​" "ឯកសារ​ជាមុន
  • បំបែក​ថត​ចេញ​ពី​​ឯកសារ
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ចំណាំ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3504,12 +3401,38 @@ msgstr "" "មិនដូចនោះ​ទេ វា​​ប្រតិបត្តិ​ដូច​ចំណាំ​នៅ​កន្លែង​ផ្សេងទៀត​នៅ​ក្នុង KDE អញ្ចឹង ។" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "ឈ្មោះ ៖ " -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "មិនធ្វើ​វិញ ៖ ប្ដូរ​ឈ្មោះ" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "ឈ្មោះ​ឯកសារ ៖" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "បង្ហាញ​ឯកសារ​ដែល​លាក់" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3521,12 +3444,12 @@ msgstr "" "ត្រូវបាន​ត្រួតពិនិត្យ​ដោយ​ការ​ចុច​កណ្ដុរ​ខាងស្ដាំ ហើយ​ជ្រើស​របៀប​ដែល​ចូលចិត្ត​ពី​ម៉ឺនុយ ការ​បំពេញ​អត្ថបទ ។" "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "នេះ​ជា​ឈ្មោះ​សម្រាប់​ឯកសារ​ដែលត្រូវ​រក្សាទុក ។" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3535,75 +3458,81 @@ msgstr "" "នេះ​គឺ​ជា​បញ្ជី​ឯកសារ​ដែល​ត្រូវ​បើក ។ ឯកសារ​ច្រើន​ជាង​មួយ អាច​បញ្ជាក់​ដោយ​ការ​រាយ​ឯកសារ​ជា​ច្រើនក្នុង​បញ្ជី " "ដែល​ខណ្ឌចែក​ដោយ​ដកឃ្លា ។" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "នេះ​គឺ​ជា​ឈ្មោះ​របស់​ឯកសារ​ដែល​ត្រូវ​បើក ។" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Places" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "មាន​ឯកសារ \"%1\" រួច​ហើយ ។ តើអ្នក​ចង់​សរសេរ​ជាន់​លើ​វា​ឬទេ ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "សរសេរ​ជាន់​លើ​ឯកសារ ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "អ្នក​អាច​ជ្រើស​តែ​ឯកសារ​មូលដ្ឋាន​ប៉ុណ្ណោះ ។" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "មិន​ទទួល​យក​ឯកសារ​ពី​ចម្ងាយ​ទេ" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|ថត​ទាំងអស់" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "បង្កើត​ថត" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "បើក" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "ទំហំ​រូបតំណាង ៖ %1 ភីកសែល" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "ជ្រើស​កន្ទុយ​ឈ្មោះ​ឯកសារ (%1) ដោយ​ស្វ័យ​ប្រវត្តិ" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "កន្ទុយឯកសារ %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ជ្រើស​កន្ទុយ​​ឈ្មោះ​ឯកសារ​ដោយ​ស្វ័យ​ប្រវត្តិ" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "កន្ទុយឯកសារ​សមរម្យ" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3628,71 +3557,27 @@ msgstr "" "ទៅ​ខាងចុង​ឈ្មោះ​ឯកសារ (ចំណុច​នឹង​ត្រូវបាន​យកចេញ​ដោយ​ស្វ័យប្រវត្តិ) ។ប្រសិន​បើ​មិនប្រាកដ គឺ​ទុក​" "ជម្រើស​នេះ​ឲ្យ​នៅ​បើក​ដដែល ព្រោះ​វា​ធ្វើ​ឲ្យ​ឯកសារ​របស់​អ្នក​កាន់តែ​អាច​គ្រប់គ្រងបាន ។" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "តម្រង ៖ " -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "តម្រង ៖ " - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"នេះ​ជា​តម្រង​ដែលត្រូវ​អនុវត្ត​ចំពោះបញ្ជី​ឯកសារ ។ ឈ្មោះ​ឯកសារ​ដែល​មិន​ផ្គូផ្គង​ទៅនឹង​តម្រង នឹង​មិនត្រូវបាន​" -"បង្ហាញ​ទេ ។

    អ្នក​អាច​ជ្រើស​តម្រង​ដែលបាន​កំណត់​ជាមុន​រួច​នៅ​ក្នុង​ម៉ឺនុយ​ទម្លាក់​ចុះ ឬ​អ្នក​អាច​បញ្ចូល​" -"តម្រងផ្ទាល់ខ្លួន​ដោយផ្ទាល់​ទៅក្នុង​ផ្ទៃអត្ថបទ ។

    តួអក្សរ​ជំនួស​ដូចជា * និង ? គឺ​អាចប្រើបាន ។" - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "បង្កើត​ប្រភេទ​ឯកសារ​ថ្មី" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "សូម​ទោស" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "មិន​ទាន់​មាន​ឯកសារ​ពុម្ព %1 នៅ​ឡើយទេ ។" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "បង្កើត​តំណ​ទៅ​កាន់ URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3700,7 +3585,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "សូម​ទោស" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "មិន​ទាន់​មាន​ឯកសារ​ពុម្ព %1 នៅ​ឡើយទេ ។" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "​បង្កើត​តំណ​និមិត្ត​សញ្ញា" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "បង្កើត​តំណ​ទៅ​កាន់ URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3708,7 +3624,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3719,7 +3635,7 @@ msgid "" "default." msgstr "ឈ្មោះ \"%1\" ចាប់ផ្ដើម​ដោយ ដូច្នេះ​ថត​នឹង​ត្រូវ​បានលាក់​​តាម​លំនាំដើម ។" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3728,71 +3644,79 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "មាន​វត្ថុ​ចាស់មួយ​ឈ្មោះ '%1' រួច​ហើយ ។" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "មាន​ឯកសារ​ដែល​មាន​ឈ្មោះ %1 រួច​ហើយ ។" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "បង្កើត​ថ្មី" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "តភ្ជាប់​ទៅ​ឧបករណ៍" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "ថត​ថ្មី" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3802,53 +3726,104 @@ msgstr "" "បង្កើត​ថត​ថ្មី​ក្នុង ៖\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "លំនាំដើម" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "បង្កើត​ប្រភេទ​ឯកសារ​ថ្មី" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "ជ្រើស​កម្មវិធី​សម្រាប់ %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "ជ្រើស​រូបតំណាង ៖ " + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "​ចម្លង" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "បិទភ្ជាប់" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "បើក​ជាមួយ" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "បើក​ជាមួយ" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "កែសម្រួល" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "រុករក" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "បង្ហាញ​ផ្លូវពេញលេញ" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3856,7 +3831,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "តើអ្នក​ពិត​ជា​ចង់​លុប​ធាតុ​ទាំង %1 នេះ​ឬ ?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3868,6 +3843,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Places" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3892,29 +3876,29 @@ msgstr "ផ្សេងទៀត" msgid "Edit mode" msgstr "កែសម្រួល" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "ចុច​ដើម្បី​បង្ហាញ​ការ​រុករក​ទីតាំង" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "ចុច​ដើម្បី​កែសម្រួល​ទីតាំង" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "អ្នក​មិន​ត្រូវ​បាន​អនុញ្ញាត​ឲ្យ​ប្រតិបត្តិ​ឯកសារ​នេះ​ឡើយ ។" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "បើក %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -3922,12 +3906,12 @@ msgid "" "%2." msgstr "មិនអាច​ធ្វើ​ឲ្យ​សេវា %1 ប្រតិបត្តិបាន​បានទេ បោះបង់បង់​កា​រប្រតិបត្តិ" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "អ្នក​មិនត្រូវ​បាន​អនុញ្ញាត​ឲ្យ​បើក​កម្មវិធី​ដើម្បី​បើក​ឯកសារ​នេះ​ឡើយ ។" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3955,13 +3939,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "គ្មាន​ឧបករណ៍​ផ្ទុក​ក្នុង​ឧបករណ៍​សម្រាប់ %1 ឡើយ" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3976,29 +3966,29 @@ msgstr "" "នៃប្រភេទ\n" "%1 ឡើយ ។" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "បើក %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "មិនអាច​រកឃើញ​ឯកសារ \"%1\" ទេ" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4009,7 +3999,7 @@ msgstr "" "%1\n" "គឺ​ជា​ប្រភេទ​តំណ ប៉ុន្តែ​មិន​មាន​ធាតុ URL=... ។" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4021,20 +4011,20 @@ msgstr "" "ឯកសារ %1 គឺ​ជា​កម្មវិធី​ដែល​អាច​ប្រតិបត្តិ​បាន ។ ដើម្បី​ឲ្យមាន​សុវត្ថិភាព វា​នឹង​មិន​ចាប់ផ្តើម​" "ទេ ។" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The template file %1 does not exist." msgid "" @@ -4042,12 +4032,12 @@ msgid "" "%2." msgstr "មិន​ទាន់​មាន​ឯកសារ​ពុម្ព %1 នៅ​ឡើយទេ ។" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "ឯកសារ​ធាតុ​ផ្ទៃតុ %1 មិន​មាន​ធាតុ Type=... ឡើយ ។" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4055,13 +4045,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "មិន​អាច​បើក​ឯកសារ​បាន​ទេ" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4143,74 +4133,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "ប្រតិបត្តិ" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "ជ្រើស​ឈ្មោះ​ឯកសារ​ផ្សេង​ឲ្យ​ឯកសារ​ថ្មី ។" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "កំណត់ ACL សម្រាប់ %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4219,7 +4204,7 @@ msgstr "" "មិន​អាច​ផ្លាស់ប្តូរ​សិទ្ធិ​ឲ្យ\n" "%1 បានទេ" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4228,129 +4213,38 @@ msgid "" "%1" msgstr "មិនអាច​ប្ដូរ​ភាព​ជា​ម្ចាស់​សម្រាប់ %1 បានឡើយ ។" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "មិន​អាច​ប្តូរ​ឈ្មោះ​ឯកសារ​បណ្តោះ​អាសន្ន​បានឡើយ" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "មិន​អាច​រក​ឃើញ​កម្មវិធី \"ម៉ោន\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "មិន​អាច​រក​ឃើញ​កម្មវិធី \"អាន់ម៉ោន\"" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "សិទ្ធិ​កម្រិត​ខ្ពស់" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "សិទ្ធិ" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "យកចេញ" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "ថត" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "បង្កើត​ថត" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "សិទ្ធិ" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "បើក​កម្មវិធី​គ្រប់គ្រង​ឯកសារ" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "ថត" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "ឈ្មោះ​ឯកសារ ៖" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ដ្រាយ ៖ %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "មិនស្គាល់​ការ​ផ្ដាច់" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "មិន​អាច​ចម្លង​ឯកសារ​ពី %1 ទៅកាន់ %2 បានឡើយ ។ (លេខ​កំហុស ៖ %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "គ្មាន​ឧបករណ៍​ផ្ទុក​ក្នុង​ឧបករណ៍​សម្រាប់ %1 ឡើយ" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "មិន​អាច​ទទួល​លេខសម្គាល់​អ្នក​ប្រើ​សម្រាប់​ឈ្មោះ​អ្នក​ប្រើ %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "មិនអាច​យក​លេខសម្គាល់​ក្រុម​សម្រាប់​ឈ្មោះក្រុម %1 ដែលបាន​ផ្ដល់​ឲ្យទេ" @@ -4393,32 +4287,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "អ្នក​ត្រូវ​ផ្តល់​ឈ្មោះ​អ្នកប្រើ និង​ពាក្យ​សម្ងាត់​មួយ ដើម្បី​ចូល​ដំណើរការ​តំបន់​បណ្ដាញ​នេះ ។" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "តំបន់បណ្ដាញ ៖" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "ចូល​បាន​ហើយ" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "មិន​អាច​ចូល​ %1 បានឡើយ ។" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4426,7 +4320,7 @@ msgid "" "The server said: \"%1\"" msgstr "បើក %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4435,12 +4329,12 @@ msgstr "" "អ្នក​ត្រូវ​ផ្តល់​ឈ្មោះ​អ្នកប្រើ និង​ពាក្យ​សម្ងាត់ ឲ្យ​ម៉ាស៊ីន​បម្រើ​ប្រូកស៊ី​ដែល​បាន​រាយ​ខាងក្រោម មុន​ពេល​អ្នក​អាច​ចូល​" "ដំណើរការ​តំបន់បណ្ដាញ​ណាមួយ ។" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "ប្រូកស៊ី ៖" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "ការផ្ទៀងផ្ទាត់ភាព​ត្រឹមត្រូវ​ប្រូកស៊ី​បាន​បរាជ័យ ។" @@ -4495,101 +4389,101 @@ msgid "" msgstr "តើ​អ្នក​ចង់​ទទួល​យក​វិញ្ញាបនបត្រ​នេះ​ជា​រៀង​រហូត ដោយ​មិន​ចាំបាច់​មាន​ការ​សួរ​បញ្ជាក់​ឬ ?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "ការផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹមត្រូវ​ម៉ាស៊ីន​បម្រើ" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 នៅ %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "ផ្សេង​ពី​នេះ ការ​ស្នើ​សុំ​នឹង​បាន​ជោគជ័យ ។" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ទៅ​យក​តម្លៃ​ដែល​សមរម្យ" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "កំណត់​តម្លៃ​លក្ខណៈ​សម្បត្តិ" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "បង្កើត​ថត​ដែល​បាន​ស្នើ" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "ចម្លង​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "ផ្លាស់ទី​ឯកសារ ឬ​ថត​ដែល​បានបញ្ជាក់" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "ស្វែងរក​ក្នុង​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "ចាក់​សោ​ឯកសារ ឬ​ថត​ដែលបាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "ដោះសោ​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "លុប​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "សួរ​សមត្ថភាព​របស់​ម៉ាស៊ីន​បម្រើ" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "ទាញយក​មាតិកា​របស់​ឯកសារ ឬ​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "រត់​​របាយការណ៍​នៅ​ក្នុង​ថត​ដែល​បាន​បញ្ជាក់" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "កំហុស​ដែល​មិន​រំពឹង​ទុក​ (%1) បាន​កើតឡើង​ខណៈពេល​ប៉ុនប៉ង​ទៅ​កាន់ %2 ។" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4597,13 +4491,13 @@ msgid "" "below." msgstr "កំហុស​មួយ​បានកើតឡើង ខណៈ​ប៉ុនប៉ង %1 %2 ។ សេចក្ដី​សង្ខេប​នៃ​មូលហេតុ​គឺ​នៅ​ខាងក្រោម ។" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "ការចូលដំណើរការ​ត្រូវ​បាន​បដិសេធ ខណៈពេល​កំពុង​ប៉ុន​ប៉ង %1 ។" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4611,7 +4505,7 @@ msgid "" msgstr "" "មិនអាច​បង្កើត​​ធនធាន​នៅ​ទិសដៅ​បានឡើយ គឺ​រហូតដល់​ការប្រមូលផ្តុំ (ថត) មធ្យម​មួយ ឬ​ច្រើន​ត្រូវ​បាន​បង្កើត ។" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4628,28 +4522,28 @@ msgstr "" "បានទេ ឬ​អ្នក​បាន​ប៉ុនប៉ង​សរសេរ​ជាន់​លើ​ឯកសារ​មួយ ខណៈពេល​កំពុង​ស្នើ​ថា ឯកសារ​មិន​ត្រូវ​បាន​សរសេរ​ជាន់​សលើ ។ " "%1​" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "មិនអាច​បង្កើត​ការ​ចាក់សោ​ដែលបាន​ស្នើ​បាន​ឡើយ ។ %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "ម៉ាស៊ីន​បម្រើ​មិន​គាំទ្រ​សំណើ​ប្រភេទ​តួ​បានទេ ។" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "មិ​នអាច​តភ្ជាប់​ទៅ %1 បានទេ ពីព្រោះ​ធនធាន​ជាប់​សោ ។" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "អំពើ​នេះ​ត្រូវ​បាន​រារាំង​ដោយ​កំហុស​មួយ​ផ្សេង​ទៀត ។" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4657,7 +4551,7 @@ msgid "" "folder." msgstr "មិន​អាច​​បានទេ %1 ពីព្រោះ​ម៉ាស៊ីន​បម្រើ​ទិសដៅ​បដិសេធ​ការ​ទទួល​យក​ឯកសារ ឬ​ថត ។" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4665,18 +4559,18 @@ msgid "" msgstr "" "ធនធាន​ទិសដៅ​មិន​មាន​ទំហំ​គ្រប់គ្រាន់ ដើម្បី​កត់​ត្រា​សភាព​របស់​ធនធាន បន្ទាប់ពី​ការ​ប្រតិបត្តិ​វិធីសាស្ត្រ​នេះ​ទេ ។" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "ធនធាន​មិន​អាច​ត្រូ​វបានលុប​ទេ ។" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "ផ្ទុក %1 ឡើង" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4689,16 +4583,16 @@ msgstr "កំហុស​ដែល​មិន​រំពឹង (%1) បាន msgid "Network" msgstr "បណ្តាញ" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "URL %1 មិន​ត្រឹមត្រូវ ។" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4707,12 +4601,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4753,7 +4647,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4777,19 +4671,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "ប្រអប់​អនុញ្ញាត​" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "ការ​ចូល​ដំណើរការ​ត្រូវ​បាន​បដិសេធ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "អ្នក​មិន​មាន​សិទ្ធិ​ចូល​ដំណើរការពិធីការ %1 ឡើយ ។" @@ -4898,41 +4792,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4942,9 +4836,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "គណនា" @@ -4953,140 +4847,228 @@ msgstr "គណនា" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "បើក %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "តើ​អ្នក​ចង់​រក្សាទុក​ឃ្លា​សម្ងាត់​ក្នុង​ឯកសារ​កាបូប​របស់​អ្នក​ឬ​ទេ ?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "កុំ​សួរ​ម្ដង​ទៀត" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "ប្រតិបត្តិ" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "បើក" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "បើក​ជាមួយ %1" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "តើ​អ្នក​ចង់​រក្សាទុក​ឃ្លា​សម្ងាត់​ក្នុង​ឯកសារ​កាបូប​របស់​អ្នក​ឬ​ទេ ?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "បង្កើត​ថត" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "ប្រភព" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "ទិសដៅ" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "ចម្លង" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ផ្លាស់ទី" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "ប្តូរឈ្មោះ " -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "ផ្លាស់ទី​ទៅ​ធុង​សំរាម" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "លុប" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "មិនធ្វើវិញ" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "មិនធ្វើ​វិញ ៖ ចម្លង" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "មិនធ្វើ​វិញ ៖ តំណ" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "មិនធ្វើ​វិញ ៖ ផ្លាស់ទី" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "មិនធ្វើ​វិញ ៖ ប្ដូរ​ឈ្មោះ" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "មិន​ធ្វើវិញ ៖ លុប" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create Folder(s)" msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ឯកសារ" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "Und&o: Rename" msgid "Und&o: Batch Rename" msgstr "មិនធ្វើ​វិញ ៖ ប្ដូរ​ឈ្មោះ" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "មិនធ្វើ​វិញ ៖ ចម្លង" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "មិនធ្វើ​វិញ ៖ តំណ" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "មិនធ្វើ​វិញ ៖ ផ្លាស់ទី" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "មិនធ្វើ​វិញ ៖ ប្ដូរ​ឈ្មោះ" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "មិន​ធ្វើវិញ ៖ លុប" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ឯកសារ" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "មិនធ្វើ​វិញ ៖ ប្ដូរ​ឈ្មោះ" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5098,12 +5080,12 @@ msgstr "" "ការ​មិនធ្វើ​ការ​ចម្លង​វិញ នឹង​លុប​ឯកសារ ហើយ​ការ​កែប្រែ​ទាំងអស់​នឹង​ត្រូវបាត់ ។\n" "តើ​អ្នក​ពិតជា​ចង់​លុប %4 ឬ ?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "មិនធ្វើ​ការ​អះអាង​ចម្លង​ឯកសារ​ទេ" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5117,23 +5099,24 @@ msgid "" msgstr "" "តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "លុប​ធាតុ" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "លុប​ធាតុ" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5149,7 +5132,7 @@ msgid_plural "" msgstr[0] "" "តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5162,13 +5145,13 @@ msgid "" msgstr "" "តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "សម្អាត​ធុងសំរាម" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5178,7 +5161,7 @@ msgid "" "filename>" msgstr "តើអ្នក​ពិត​ជា​ចង់​លុប​ធាតុ​ទាំង %1 នេះ​ឬ ?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5272,7 +5255,7 @@ msgstr "ម្ចាស់" msgid "Owning Group" msgstr "ក្រុមកាន់កាប់" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "ផ្សេងទៀត" @@ -5346,66 +5329,66 @@ msgstr "ធ្វើ​បច្ចុប្បន្នភាព​​ការ msgid "Updating system configuration…" msgstr "ធ្វើ​បច្ចុប្បន្នភាព​​ការ​កំណត់​រចនាសម្ព័ន្ធ​របស់​ប្រព័ន្ធ ។" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ឈ្មោះ" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "ទំហំ" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "កាលបរិច្ឆេទ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "សិទ្ធិ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "ម្ចាស់" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "ក្រុម" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "ប្រភេទ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "បើក​ជាមួយ %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "អំពើ" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5413,7 +5396,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "បើក​ជាមួយ" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5421,18 +5404,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "បើក​ជាមួយ" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "ប្រតិបត្តិ" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "បើក​ជាមួយ %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "បើក​ជាមួយ %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5440,141 +5430,159 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "បើក​ជាមួយ" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "បើក​ជាមួយ" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "កម្មវិធី " -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "ធាតុ %1" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "មិន​ស្គាល់" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "បញ្ឈប់" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "បាន​ម៉ោន​លើ ៖" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "ប្រភេទ ៖" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "ទីតាំង ៖" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "ទំហំ ៖" - -# i18n: file kcookiespoliciesdlg_ui.ui line 192 -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Chan&ge..." -msgid "Change..." -msgstr "ផ្លាស់ប្តូរ..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "មាតិកា ៖" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "បើក​ជាមួយ ៖" + +# i18n: file kcookiespoliciesdlg_ui.ui line 192 +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Chan&ge..." +msgid "Change..." +msgstr "ផ្លាស់ប្តូរ..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "ទីតាំង ៖" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "ទំហំ ៖" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "បញ្ឈប់" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "ចង្អុល​ទៅ​កាន់ ៖" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "បាន​កែប្រែ ៖" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "ការ​ព្រមាន" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "បាន​បង្កើត ៖" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "ប្រព័ន្ធ​ឯកសារ ៖" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "មិន​ស្គាល់​ម៉ាស៊ីន" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "បាន​ម៉ោន​លើ ៖" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "បាន​កែប្រែ ៖" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "បាន​ដំណើរការ ៖" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "ប្រព័ន្ធ​ឯកសារ ៖" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "បើក​ជាមួយ" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "បាន​ម៉ោន​លើ ៖" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "បាន​ម៉ោន​លើ ៖" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "មិន​ស្គាល់​ម៉ាស៊ីន" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5866,26 +5874,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "សូម​វាយ​បញ្ចូល​សេចក្ដី​ពិពណ៌នា​របស់​កម្មវិធី​នេះ ដោយ​មានមូលដ្ឋាន​លើ​ការ​ប្រើ​ប្រាស់​របស់​វា ។ ឧទាហរណ៍ កម្មវិធី​​" "ហៅចេញ (KPPP) នឹង​ជា \"ឧបករណ៍​ហៅ​ចេញ \" ។" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "សេចក្ដី​ពិពណ៌នា ៖ " +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "ទូទៅ" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "សូម​វាយ​បញ្ចូល​មតិយោបល់​ណាមួយ​ដែល​អ្នក​គិត​ថា​មាន​ប្រយោជន៍ ។" +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"សូម​វាយ​បញ្ចូល​សេចក្ដី​ពិពណ៌នា​របស់​កម្មវិធី​នេះ ដោយ​មានមូលដ្ឋាន​លើ​ការ​ប្រើ​ប្រាស់​របស់​វា ។ ឧទាហរណ៍ កម្មវិធី​​" +"ហៅចេញ (KPPP) នឹង​ជា \"ឧបករណ៍​ហៅ​ចេញ \" ។" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5895,9 +5915,10 @@ msgstr "មតិយោបល់ ៖ " #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "បង្ហាញ​តម្លៃ​អថេរ​បរិស្ថាន" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6112,7 +6133,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6125,39 +6146,62 @@ msgstr "" "មិន​អាច​រក្សាទុក​លក្ខណៈ​សម្បត្តិ​បានទេ ។ អ្នក​មិន​មាន​សិទ្ធិ​ដំណើរការ​គ្រប់គ្រាន់​ដើម្បី​សរសេរ​ទៅ​កាន់ " "%1 ឡើយ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "ទូទៅ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ធ្វើ​ឲ្យ​ស្រស់" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "តើអ្នក​ពិត​ជា​ចង់​លុប​ធាតុ​ទាំង %1 នេះ​ឬ ?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "មិន​ស្គាល់​ម៉ាស៊ីន" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6166,50 +6210,50 @@ msgstr "" "កំពុង​គណនា... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "ឯកសារ %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "ថត​រង %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "កំពុង​គណនា..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "យ៉ាងហោចណាស់ %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "ប្រភេទ​ឯកសារ​ដែល​គាំទ្រ ៖ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "ជ្រើស​កម្មវិធី" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" @@ -6217,130 +6261,136 @@ msgid "Create…" msgstr "បាន​បង្កើត ៖" # i18n: file kcookiespoliciesdlg_ui.ui line 192 -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "ផ្លាស់ប្តូរ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "បាន​ដំណើរការ ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "អាច​មើល និង​កែប្រែ​មាតិកា" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "អាច​មើល​មាតិកា" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "អាច​មើល និង​កែប្រែ​មាតិកា" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "អាច​មើល​មាតិកា" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "អាច មើល/អាន និង​កែប្រែ/សរសេរ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "សិទ្ធិ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "សិទ្ធិ​ដំណើរការ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "ឯកសារ​​គឺ​តំណ និង​មិន​មាន​សិទ្ធិ​ទេ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "មាន​តែ​ម្ចាស់​ប៉ុណ្ណោះ​ដែល​អាច​ផ្លាស់​ប្តូរ​សិទ្ធិ​បាន ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "ម្ចាស់ ៖ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "បញ្ជាក់​អំពី​សកម្មភាព​​អនុញ្ញាត​ឲ្យ​ម្ចាស់​ធ្វើបាន ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "ក្រុម ៖ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "បញ្ជាក់​អំពី​សកម្មភាព​ដែល​សមាជិក​ក្រុម​មាន​សិទ្ធិ​ធ្វើ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "ផ្សេងទៀត ៖ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "បញ្ជាក់​អំពើ​ដែល​អ្នក​ប្រើ​ទាំងអស់ ទាំង​អ្នក​មិន​មែន​ជា​ម្ចាស់ ឬស្ថិត​នៅក្រុម អាចធ្វើ ។​" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "មាន​តែ​ម្ចាស់​ប៉ុណ្ណោះ​ដែល​អាច​ប្តូរ​ឈ្មោះ និង​លុប​មាតិកា​ថត​បាន " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "អនុញ្ញាត​ទង់​នេះ ដើម្បីអាច​ឲ្យ​ប្រតិបត្តិ​ឯកសារ​ជា​កម្មវិធី​មួយ​ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "ឈ្មោះ​អ្នក​ប្រើ​លំនាំ​ដើម ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "ប្រតិបត្តិ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6350,7 +6400,7 @@ msgstr "" "អនុញ្ញាត​ជម្រើស​នេះ ដើម្បី​អនុញ្ញាត​ឲ្យ​តែ​ម្ចាស់​របស់​ថត​ដើម្បី​លុប ឬ​ប្តូឈ្មោះ​ឯកសារ និង​ថត​ដែល​មាន​ ។ អ្នកប្រើ​" "ផ្សេងទៀត​អាច​បន្ថែម​តែ​ឯកសារ​ថ្មី​ប៉ុណ្ណោះ ដែល​ទាមទារ​សិទ្ធិ 'កែប្រែ​មាតិកា' ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6359,42 +6409,42 @@ msgstr "" "អនុញ្ញាត​ជម្រើស​នេះ ដើម្បី​សម្គាល់​ឯកសារ​ថាអាច​ប្រតបត្តិ​បាន ។ វាងាយស្រួល​សម្រាប់​​កម្មវិធី និង​ស្គ្រីប ។ វា​" "ត្រូវ​បាន​ទាមទារ ពេល​អ្នក​ចង់​ប្រតិបត្តិ​ពួកវា ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "សិទ្ធិ​កម្រិត​ខ្ពស់ " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "ភាពជា​ម្ចាស់" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "អ្នកប្រើ ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "ក្រុម ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "អនុវត្ត​ការ​ផ្លាស់ប្តូរ​ទៅ​ថត​រង​ទាំងអស់ និង​មាតិកា​របស់​ពួកវា" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "សិទ្ធិ​កម្រិត​ខ្ពស់" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "ថ្នាក់" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6403,22 +6453,22 @@ msgstr "" "បង្ហាញ\n" "ធាតុ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "ទង់​នេះ​អនុញ្ញាត​ឲ្យ​មើល​មាតិកា​របស់​ថត ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "អាន" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "ទង់អាន​អនុញ្ញាត​ឲ្យ​មើល​មាតិកា​របស់​ឯកសារ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6427,7 +6477,7 @@ msgstr "" "សរសេរ\n" "ធាតុ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6436,74 +6486,74 @@ msgstr "" "ទង់​នេះ​អនុញ្ញាត​ឲ្យ​បន្ថែម ប្តូរ​ឈ្មោះ និង​លុប​ឯកសារ ។ ចំណាំ​ថា​ការលុប ឬ​ប្តូរ​ឈ្មោះ​អាច​នឹង​ត្រូវបាន​កំណត់​ដោយ​" "ការប្រើ​ទង់​ស្អិត ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "សរសេរ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "ទង់​សរសេរ​អនុញ្ញាត​ឲ្យ​កែប្រែ​មាតិកា​របស់​ឯកសារ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ចូល" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "អនុញ្ញាត​ទង់​នេះ ដើម្បី​អនុញ្ញាត​ឲ្យ​ចូល​ថត ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ប្រតិបត្តិ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "អនុញ្ញាត​ទង់​នេះ ដើម្បីអាច​ឲ្យ​ប្រតិបត្តិ​ឯកសារ​ជា​កម្មវិធី​មួយ​ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ពិសេស" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "ទង់​ពិសេស ។ ត្រឹមត្រូវ​ចំពោះ​ថត​ទាំងមូល អត្ថន័យ​ពិតប្រាកដ​របស់​ទង់ អាច​រកឃើញ​ក្នុង​ជួរឈរ​ខាង​ស្តាំដៃ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "ទង់​ពិសេស ។ អត្ថន័យ​ពិតប្រាកដ​របស់​ទង់ អាច​រកឃើញ​នៅ​ក្នុង​ជួរឈរ​ខាង​ស្តាំ​ដៃ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "អ្នកប្រើ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "ក្រុម" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "ប្រសិនបើ​ទង់​នេះ​ត្រូវ​បាន​កំណត់ ម្ចាស់​របស់​ថត​នេះ​នឹង​ជា​ម្ចាស់​របស់​ឯកសារ​ថ្មី​ទាំងអស់ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6511,13 +6561,13 @@ msgid "" msgstr "" "ប្រសិនបើ​ឯកសារ​នេះ​អាច​ប្រតិបត្តិ​បាន ហើយ​ទង់​នេះ​ត្រូវ​បាន​កំណត់ នោះ​វា​នឹង​ប្រតិបត្តិ​ជាមួយ​នឹង​សិទ្ធិ​របស់​ម្ចាស់ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "ប្រសិនបើ​ទង់​នេះ​ត្រូវ​បាន​កំណត់ ក្រុម​ថត​នេះ​នឹង​ត្រូវ​បាន​កំណត់សម្រាប់​ឯកសារ​ថ្មី​ទាំងអស់ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6525,7 +6575,7 @@ msgid "" msgstr "" "ប្រសិនបើ​ឯកសារ​នេះ​គឺ​អាច​ប្រតិបត្តិ​បាន ហើយ​ទង់​ត្រូវ​បាន​កំណត់ វា​នឹង​ត្រូវ​បាន​ប្រតិបត្តិ​ដោយ​ប្រើ​សិទ្ធិ​របស់​ក្រុម ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6534,95 +6584,85 @@ msgstr "" "ប្រសិនបើ​បាន​កំណត់​ទង់​ស្អិត​នៅ​លើ​ថត នោះ​មាន​តែ​ម្ចាស់ និង root ប៉ុណ្ណោះ​ដែល​អាច​លុប ឬ​ប្តូរ​ឈ្មោះ​ឯកសារ​" "បាន ។ បើ​ពុំ​នោះ​សោត អ្នក​រាល់​គ្នា​ដែល​មិនសិទ្ធិ​សរសេរ នឹង​អាច​លុប និង​កែប្រែ​វា​បាន ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "ទង់ស្អិត​នៅ​លើ​ឯកសារ​មួយ​គឺ​ត្រូវ​បាន​អើពើនៅ​លើ​លីនុច ប៉ុន្តែ​អាច​ត្រូវ​បាន​ប្រើ​លើ​ប្រព័ន្ធ​មួយចំនួន" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "កំណត់​លេខ​សម្គាល់​អ្នកប្រើ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "កំណត់លេខសម្គាល់​ក្រុម" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ស្អិត" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "តំណ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "ការប្រែប្រួល (គ្មាន​ការ​ផ្លាស់ប្តូរ)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "ឯកសារ​​ប្រើ​សិទ្ធិ​កម្រិត​ខ្ពស់" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "ថត​​ប្រើ​សិទ្ធិ​កម្រិត​ខ្ពស់ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "ឯកសារ​ទាំងនេះ​ប្រើ​សិទ្ធិ​កម្រិត​ខ្ពស់ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "កំពុង​គណនា..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6630,57 +6670,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "កំពុង​គណនា..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "គាំទ្រ​តែ​ការ​ប្រតិបត្តិ​នលើ​ប្រព័ន្ធ​ឯកសារ​មូលដ្ឋាន​ប៉ុណ្ណោះ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "កម្មវិធី " -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "បន្ថែម​ប្រភេទ​ឯកសារ​ទៅ​ឲ្យ %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "ជ្រើស​ប្រភេទ​ឯកសារ​មួយ ឬ​ច្រើន ដើម្បី​បន្ថែម ៖" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "គាំទ្រ​តែ​ការ​ប្រតិបត្តិ​នលើ​ប្រព័ន្ធ​ឯកសារ​មូលដ្ឋាន​ប៉ុណ្ណោះ ។" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "ជម្រើស​កម្រិត​ខ្ពស់សម្រាប់ %1" @@ -6783,22 +6842,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "ផ្លាស់ប្តូរ​គោលការណ៍..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "បើក​ប្រអប់​ឯកសារ" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "ឈ្មោះ​ឯកសារ​សម្រាប់​មាតិកា​ក្តារ​តម្បៀត​ខ្ទាស់ ៖" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "បិទភ្ជាប់​ឯកសារ %1" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "បិទភ្ជាប់​មាតិកា​ក្ដារ​តម្បៀត​ខ្ទាស់ " -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6807,14 +6871,14 @@ msgstr "" "ក្ដារ​តម្បៀត​ខ្ទាស់​បាន​ផ្លាស់​ប្ដូរ​តាំង​ពី​អ្នក​បាន​ប្រើ 'បិទភ្ជាប់' ៖ ទ្រង់ទ្រាយ​ទិន្នន័យ​ដែល​បាន​ជ្រើស​មិន​អាច​" "អនុវត្ត​បាន​ទៀត​ទេ ។ សូម​ចម្លង​ម្ដង​ទៀត​នូវ​អ្វី​ដែល​អ្នក​ចង់បិទ​ភ្ជាប់ ។" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ថត​មេ" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6822,59 +6886,76 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "បិទភ្ជាប់​ឯកសារ %1" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "បិទភ្ជាប់​មាតិកា​ក្ដារ​តម្បៀត​ខ្ទាស់ " -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "បិទភ្ជាប់" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "ទ្រង់ទ្រាយ​ទិន្នន័យ ៖" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ឈ្មោះ​ឯកសារ​សម្រាប់​មាតិកា​ក្តារ​តម្បៀត​ខ្ទាស់ ៖" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "ឈ្មោះ​ឯកសារ​សម្រាប់​មាតិកា​ក្តារ​តម្បៀត​ខ្ទាស់ ៖" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "ដ្រាយ ៖ %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "ទំហំ ៖" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "អនុវត្ត​ទាំងអស់" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6883,47 +6964,50 @@ msgstr "" "ងារ​បច្ចុប្បន្ន ។\n" "លុះត្រា​តែ​អ្នកចុច​រំលង អ្នកនឹង​នៅ​តែ​ត្រូវ​បាន​សួរ​ ក្នុងករណី​ដែល​ប៉ះទង្គិច​ជា​មួយ​នឹង​ឯកសារ​ដែល​មាន​​នៅ​ក្នុង ។" -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "នៅពេល​ដែល​វា​ត្រូវ​បានគូស​ធីក ការ​ចុច​ប៊ូតុង​នឹង​ត្រូវ​បាន​អនុវត្ត​ទៅលើ​ការ​ប៉ះទង្គិច​​ជា​លំដាប់​ទាំងអស់​ ដើម្បី​រំលឹក​" "អំពីការងារ​បច្ចុប្បន្ន ។" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "ប្តូរឈ្មោះ " -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "ស្នើ​ឈ្មោះ​ថ្មី " -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "រំលង " -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "កុំ​ចម្លង​ ឬ​​ផ្លាស់ទី​ថត​នេះ រំលង​ទៅ​ធាតុ​បន្ទាប់​ជំនួស​វិញ" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "កុំ​ចម្លង​ ឬ​ផ្លាស់ទី​ឯកសារ​នេះ រំលង​ទៅ​ធាតុ​បន្ទាប់ជំនួស​វិញ" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "សរសេរ​ទៅ​កាន់" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6934,26 +7018,26 @@ msgstr "" "ឯកសារ​ និង​ថត​នឹង​ត្រូវ​បាន​ចម្លង​ទៅ​ក្នុងថត​ដែល​មាន​ស្រាប់ រួម​មាតិកា​ដែល​មាន​ស្រាប់ ។\n" "អ្នក​នឹង​ត្រូវ​បាន​សួរ​ម្ដង​ទៀត ក្នុងករណី​ដែលមាន​កា​រប៉ះទង្គិច​ជា​មួយ​​​ឯកសារ​ដែល​មាន​ស្រាប់​នៅ​ក្នុង ។" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "សរសេរ​ជាន់​លើ​ឯកសារ ?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "ធ្វើ​បន្ត " -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6962,130 +7046,133 @@ msgstr "" "អំពើ​នេះ​នឹង​សរសេរ​ជាន់​លើ '%1' ដោយ​ខ្លួន​វា ។\n" "សូម​បញ្ចូល​ឈ្មោះ​ឯកសារ​ថ្មី​មួយ ៖" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "បន្ត " -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "សកម្មភាព​នឹង​សរសេរ​ជាន់​លើទិសដៅ ។" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "សកម្មភាព​នឹង​សរសេរ​ជាន់​លើទិសដៅ ។" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "ប្រភព" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "ទិសដៅ" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "ការ​ព្រមាន ទិសដៅ​​ថ្មី​ជាង ។" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "ការ​ព្រមាន ទិសដៅ​​ថ្មី​ជាង ។" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "ការ​ព្រមាន ទិសដៅ​​ថ្មី​ជាង ។" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "កន្ទុយឯកសារ %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "ឈ្មោះ​ឯកសារ​ថ្មី​គឺ​ទទេ ។" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ឯកសារ​ទាំងអស់" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "មាន​វត្ថុ​ចាស់មួយ​ឈ្មោះ '%1' រួច​ហើយ ។" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "មាន​ឯកសារ​ស្រដៀងគ្នា​ដែល​មាន​ឈ្មោះ '%1' រួច​ហើយ ។" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "មាន​ធាតុ​​ថ្មីៗ​ដែល​មាន​ឈ្មោះ '%1' រួច​ហើយ ។" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "ប្តូរឈ្មោះ ៖" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "ប្តូរឈ្មោះ " - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "ប្តូរឈ្មោះ " - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "ប្តូរឈ្មោះ " - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "មាន​ឯកសារ​ដែល​មាន​ឈ្មោះ %1 រួច​ហើយ ។" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "ផ្លាស់ប្ដូរ​អត្ថបទ​កម្មវិធី​កំណត់​អត្តសញ្ញាណ​ដែល​បាន​ជ្រើស ។" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 #, fuzzy, kde-format #| msgid "File name:" msgctxt "" @@ -7094,18 +7181,157 @@ msgctxt "" msgid "New name #" msgstr "ឈ្មោះ​ឯកសារ ៖" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "ផ្លាស់ប្ដូរ​អត្ថបទ​កម្មវិធី​កំណត់​អត្តសញ្ញាណ​ដែល​បាន​ជ្រើស ។" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "ជំនួស​" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "បើក​ជាមួយ" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "ជំនួស​" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" msgstr[0] "ផ្លាស់ប្ដូរ​អត្ថបទ​កម្មវិធី​កំណត់​អត្តសញ្ញាណ​ដែល​បាន​ជ្រើស ។" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:407 #, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "បញ្ចូល​ឈ្មោះ​ផ្សេង" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "ប្តូរឈ្មោះ " + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "ប្តូរឈ្មោះ " + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "ប្តូរឈ្មោះ " + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "How to rename:" +msgstr "ឈ្មោះ​អ្នក​ប្រើ​លំនាំ​ដើម ៖" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "ជំនួស​" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "បង្ហាញ​ការ​មើល​ជាមុន" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." msgstr "" #: widgets/skipdialog.cpp:29 @@ -7113,28 +7339,28 @@ msgstr "" msgid "Information" msgstr "ព័ត៌មាន" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "ជំនួស​" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "ជំនួស​" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "រំលង" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7222,7 +7448,7 @@ msgstr "" "ម៉ាស៊ីន​ពី​ចម្ងាយ​មិន​ផ្ញើ​វិញ្ញាបនបត្រ SSL ។\n" "បោះបង់​ពីព្រោះ​អត្តសញ្ញាណ​របស់ម៉ាស៊ីន​មិន​អាច​ត្រូវ​បានបង្កើត​ទេ ។" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7269,9 +7495,9 @@ msgstr[0] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" @@ -7283,17 +7509,48 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" "តើ​អ្នកពិត​ជា​ចង់​លុប​ធាតុ​ទាំង​អស់​ពី​ធុង​សំរាម​ជា​អចិន្ត្រៃយ៍​ដែរ​ឬទេ ? សកម្មភាព​នេះ​មិនអាច​ធ្វើ​វិញ​បានទេ ។" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7302,38 +7559,38 @@ msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "តើអ្នក​ពិត​ជា​ចង់​លុប​ធាតុ​ទាំង %1 នេះ​ឬ ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "កុំ​សួរ​ម្ដង​ទៀត" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "កុំ​សួរ​ម្ដង​ទៀត" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "កុំ​សួរ​ម្ដង​ទៀត" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "ខ្សែ​វិញ្ញាបនបត្រ SSL ស្មើ​គ្នា​ទំនង​ជា​ខូច​ហើយ ។" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7341,17 +7598,177 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "ការ​ព្រមាន" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "វា​នឹង​ចាប់ផ្ដើម​កម្មវិធី ៖" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​កម្មវិធី​នេះទេ ចុច​បោះបង់" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "បើក​ជាមួយ" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "ប្រព័ន្ធ​ឯកសារ ៖" + +#~ msgid "Delete Files" +#~ msgstr "លុប​ឯកសារ" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "មិនធ្វើ​វិញ ៖ បង្កើត​ថត" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "ផ្លាស់ទី​ទៅ​ធុង​សំរាម" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "ប្តូរឈ្មោះ " + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "ការ​ផ្ទេរ" + +#~ msgid "Setting ACL for %1" +#~ msgstr "កំណត់ ACL សម្រាប់ %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "សិទ្ធិ​កម្រិត​ខ្ពស់" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "សិទ្ធិ" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "យកចេញ" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "ថត" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "សិទ្ធិ" + +#, fuzzy +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "បើក​កម្មវិធី​គ្រប់គ្រង​ឯកសារ" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "ថត" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "ឈ្មោះ​ឯកសារ ៖" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ដ្រាយ ៖ %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "មិនស្គាល់​ការ​ផ្ដាច់" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "បង្ហាញ​ចំណាំ" + +#, fuzzy +#~| msgid "File name:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ឈ្មោះ​ឯកសារ ៖" + +#~ msgid "&Description:" +#~ msgstr "សេចក្ដី​ពិពណ៌នា ៖ " + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "សូម​វាយ​បញ្ចូល​មតិយោបល់​ណាមួយ​ដែល​អ្នក​គិត​ថា​មាន​ប្រយោជន៍ ។" + +#~ msgid "Do not ask again" +#~ msgstr "កុំ​សួរ​ម្ដង​ទៀត" + +#~ msgid "&Filter:" +#~ msgstr "តម្រង ៖ " + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "នេះ​ជា​តម្រង​ដែលត្រូវ​អនុវត្ត​ចំពោះបញ្ជី​ឯកសារ ។ ឈ្មោះ​ឯកសារ​ដែល​មិន​ផ្គូផ្គង​ទៅនឹង​តម្រង នឹង​" +#~ "មិនត្រូវបាន​បង្ហាញ​ទេ ។

    អ្នក​អាច​ជ្រើស​តម្រង​ដែលបាន​កំណត់​ជាមុន​រួច​នៅ​ក្នុង​ម៉ឺនុយ​ទម្លាក់​ចុះ ឬ​អ្នក​អាច​" +#~ "បញ្ចូល​តម្រងផ្ទាល់ខ្លួន​ដោយផ្ទាល់​ទៅក្នុង​ផ្ទៃអត្ថបទ ។

    តួអក្សរ​ជំនួស​ដូចជា * និង ? គឺ​" +#~ "អាចប្រើបាន ។

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "មានថត​ច្រើនជាង​មួយ​ត្រូវ​បាន​ជ្រើស ហើយ​ប្រអប់​នេះ​មិន​ទទួល​យក​ថត​ទេ ដូច្នេះ​វា​មិនអាច​សម្រេចចិត្ត​ថាតើ​ត្រូវ​" +#~ "បញ្ចូល​​ថត​មួយណាទេ ។ សូម​ជ្រើស​តែ​ថត​មួយ​ប៉ុណ្ណោះ​ដើម្បី​រាយ​វា ។" + +#~ msgid "More than one folder provided" +#~ msgstr "បានផ្ដល់​ថត​ច្រើន​ជាង​មួយ" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "យ៉ាង​ហោចណាស់​មាន​ថត និង​ឯកសារ​ត្រូវ​បាន​ជ្រើស ។ ឯកសារ​ដែល​បាន​ជ្រើស​នឹង​ត្រូវ​បាន​មិនអើពើ​ និង​ថត​ដែល​" +#~ "បាន​ជ្រើស​នឹង​ត្រូវ​បាន​រាយ" + +#~ msgid "Files and folders selected" +#~ msgstr "បាន​ជ្រើស​​ឯកសារ​ និង​ថត" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "ទោះបី​ជា​បានទាក់​ទង​ជាមួយ​ម៉ាស៊ីន​បម្រើ ចម្លើយតប​គឺ​មិនត្រូវ​បាន​ទទួល​នៅ​ក្នុង​ចំនួន​ពេល​សរុប​ដែលបាន​បម្រុង​ទុក​" +#~ "សម្រាប់​សំណើរ​ដូចខាងក្រោម ៖
    • អស់ពេល​ក្នុងការ​បង្កើតការ​តភ្ជាប់ ៖ %1 វិនាទី
    • អស់ពេល​ក្នុងការ​ទទួល​ការ​ឆ្លើយតប ៖ %2 វិនាទី
    • អស់ពេល​ក្នុងការ​ដំណើរការ​​ម៉ាស៊ីន​" +#~ "បម្រើ​ប្រូកស៊ី ៖ %3 វិនាទី
    សូម​ចំណាំ​ថា​អ្នក​អាច​ផ្លាស់ប្ដូរ​ការ​កំណត់​ពេល​ដែលអស់​នេះ​នៅ​ក្នុង​" +#~ "មជ្ឈមណ្ឌល​បញ្ជា KDE បាន គឺ​ដោយ​ជ្រើស​យក បណ្ដាញ -> ចំណង់ចំណូល​ចិត្ត ។" + #~ msgid "Is &executable" #~ msgstr "អាច​ប្រតិបត្តិ​បាន " @@ -8425,9 +8842,6 @@ msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​ក #~ "តំបន់បណ្ដាញ ដែល​ការ​កំណត់​ប្រូកស៊ី​ខាងលើ​មិន​គួរ​ត្រូវ​បាន​ប្រើ ។

    ជា​ជម្រើស អ្នក​អាច​ចុច​ប៊ូតុង \"រក​" #~ "ឃើញ​ស្វ័យប្រវត្តិ\" ដើម្បី​ឲ្យ​វា​រក​ឃើញ​អថេរ​នេះ​ដោយ​ស្វ័យប្រវត្តិ ។

    " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "បង្ហាញ​តម្លៃ​អថេរ​បរិស្ថាន" - # i18n: file kproxydlg_ui.ui line 222 #~ msgid "Manually enter proxy server configuration information." #~ msgstr "បញ្ចូល​ព័ត៌មាន​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ​ប្រូកស៊ី​ដោយ​ដៃ ។" @@ -8535,12 +8949,6 @@ msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​ក #~ msgid_plural " days" #~ msgstr[0] "%1 ថ្ងៃ %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "ការ​ព្រមាន" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8594,12 +9002,6 @@ msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​ក #~ msgid "Default Web &search keyword:" #~ msgstr "ពាក្យ​សម្ងាត់​លំនាំ​ដើម ៖" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "លំនាំដើម" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8842,10 +9244,6 @@ msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​ក #~ msgid "Could not find any application or handler for %1" #~ msgstr "មិនអាច​ប្ដូរ​ភាព​ជា​ម្ចាស់​សម្រាប់ %1 បានឡើយ ។" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "បិទភ្ជាប់​ឯកសារ %1" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "បិទភ្ជាប់ URL %1" @@ -8976,9 +9374,6 @@ msgstr "ប្រសិន​បើ​មិនជឿជាក់​លើ​ក #~ msgid "unmounting is not supported by wince." #~ msgstr "ការ​អាន់ម៉ោន​មិន​ត្រូវ​បានគាំទ្រ​ដោយ wince ទេ ។" -#~ msgid "File name:" -#~ msgstr "ឈ្មោះ​ឯកសារ ៖" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings., 2003, 2004. -# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park +# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Shinjo Park # JungHee Lee , 2019, 2020. # msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-12-10 00:51+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-06 13:00+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" "Language: ko\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 23.08.5\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kde@peremen.name,daemul72@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 파일의 소유권을 수정할 수 없음" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "%1 파일의 소유권을 바꿀 수 없습니다. 변경 사항을 적용할 " "권한이 없습니다." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO 워커를 만들 수 없음: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "심볼릭 링크 \"%1\"을(를) 만들 수 없습니다.\n" "대상 파일 시스템(%2)에서 심볼릭 링크를 지원하지 않습니다." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "바꾸기를 선택하면 (대상 폴더 이름에) 사용할 수 없는 글자를 밑줄(\"_\")로 대체" "합니다." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgstr "" "바꾸기를 선택하면 (대상 파일 이름에) 사용할 수 없는 글자를 밑줄(\"_\")로 대체" "합니다." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "폴더가 이미 존재함" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "파일이 이미 존재함" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "이미 폴더로 존재함" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "휴지통" @@ -193,194 +193,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "이동 중" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "원본" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "대상" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "이름 바꾸는 중" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "복사 중" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "디렉터리 생성 중" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "디렉터리" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "삭제 중" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "파일" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "검사 중" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "전송 중" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "마운트 중" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "장치" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "마운트 지점" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "마운트 해제 중" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "속성 변경" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "파일 속성을 변경하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "파일 복사" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "복사 작업을 진행하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "파일 지우기" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"삭제 작업을 진행하려면 루트 권한이 필요하지만 시스템을 망가트릴 수 있습니다. " -"계속 진행하시겠습니까?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "폴더 만들기" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "폴더를 만들려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "항목 이동" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "이동 작업을 진행하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "이름 변경" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "이름을 바꾸려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "심볼릭 링크 만들기" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"심볼릭 링크를 만들하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "데이터 전송" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"데이터 전송 작업을 완료하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -809,6 +711,11 @@ msgstr "파일이 휴지통에 버리기에 너무 큽니다." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "이 위치에서 휴지통 폴더를 찾거나 생성할 수 없습니다." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -818,65 +725,65 @@ msgstr "" "%2\n" "https://bugs.kde.org로 전체 버그 보고서를 보내 주십시오." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(알 수 없음)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "기술적 이유: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "요청의 자세한 정보:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • 프로토콜: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • 날짜 및 시간: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • 추가 정보: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "가능한 이유:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "가능한 해결책:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(알 수 없음)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -885,17 +792,17 @@ msgstr "" "추가 지원이 필요하면 시스템 관리자나 기술 지원 그룹 등 컴퓨터 지원 시스템에 " "문의하십시오." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "추가 지원이 필요하면 서버 관리자에게 문의하십시오." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "이 리소스에 대한 접근 권한을 확인하십시오." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -903,13 +810,13 @@ msgid "" msgstr "" "이 리소스에 요청한 작업을 수행하기에 충분한 접근 권한이 없을 수도 있습니다." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "이 파일은 다른 사용자나 앱이 사용하고 있거나 잠겼을 수 있습니다." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -918,17 +825,17 @@ msgstr "" "다른 앱이나 사용자가 파일을 사용하고 있지 않거나 파일을 잠갔는지 확인하십시" "오." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "가능성은 낮지만 하드웨어 오류가 발생했을 수도 있습니다." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "프로그램의 버그가 발생했을 수도 있습니다." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -937,7 +844,7 @@ msgstr "" "이것은 프로그램의 버그 때문에 일어난 것 같습니다. 아래 사항과 같이 전체 버그 " "보고서를 작성해 주십시오." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -946,7 +853,7 @@ msgstr "" "소프트웨어를 최신 버전으로 업데이트하십시오. 배포판에서 소프트웨어를 업데이트" "할 수 있는 도구를 제공합니다." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -965,12 +872,12 @@ msgstr "" "정보 및 도움이 될 수 있는 다른 세부 정보 여러 가지와 같이 버그 보고를 제출해 " "주십시오." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "네트워크 연결에 문제가 있는 것 같습니다." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -979,7 +886,7 @@ msgstr "" "네트워크 설정에 문제가 있는 것 같습니다. 최근에 인터넷에 연결하는 데 문제가 " "없었다면, 그렇지 않을 수도 있습니다." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -987,42 +894,42 @@ msgid "" msgstr "" "서버와 이 컴퓨터 사이의 네트워크의 일부 지점에서 문제가 생긴 것 같습니다." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "지금 또는 나중에 다시 시도하십시오." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "프로토콜 오류가 발생했거나 호환되지 않을 수 있습니다." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "리소스가 있는지 확인하고 다시 시도하십시오." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "지정한 리소스가 없을 수 있습니다." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "정확한 주소를 입력했는지 다시 확인하고 다시 시도하십시오." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "네트워크 연결 상태를 확인하십시오." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "리소스에서 읽으려고 열 수 없음" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1의 내용을 가" "져올 수 없음을 뜻합니다." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "파일을 읽거나 폴더를 열 권한이 없습니다." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "리소스에 쓰려고 열 수 없음" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1050,17 +957,17 @@ msgstr "" "쓰기 권한이 없기 때문에 요청한 파일이나 폴더 %1에 요청한 대" "로 쓸 수 없음을 뜻합니다." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 프로토콜에서 필요한 프로세스를 실행할 수 없음" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "프로세스를 시작할 수 없음" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜을 구현하는 프로그램을 찾거나 시작할 수 없습니" "다. 기술적인 문제일 가능성이 큽니다." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1081,12 +988,12 @@ msgstr "" "트되지 않았을 수도 있습니다. 따라서 프로그램이 현재 버전과 호환되지 않으며 시" "작할 수 없습니다." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "내부 오류" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜에 대한 접근를 제공하는 컴퓨터의 프로그램이 내부 " "오류를 보고했습니다." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL 형식이 잘못됨" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.kr:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "%1 프로토콜이 지원되지 않음" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1128,12 +1035,12 @@ msgstr "" "%1 프로토콜은 이 컴퓨터에 설치된 KDE 프로그램에서 지원하지 " "않습니다." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "요청한 프로토콜이 지원되지 않을 수 있습니다." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1142,7 +1049,7 @@ msgstr "" "서버와 이 컴퓨터에서 사용하는 %1 프로토콜의 버전이 호환되지 않을 수도 있습니" "다." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1153,17 +1060,17 @@ msgstr "" "있습니다. https://store.kde.org에서 검" "색할 수 있습니다." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL이 리소스를 참조하지 않습니다." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "프로토콜이 필터 프로토콜입니다" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator)이 특정 리소스를 참조하지 않았습니다." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1183,12 +1090,12 @@ msgstr "" "KDE는 프로토콜을 통해서 통신할 수 있습니다. 지정한 프로토콜은 현재 상황에서 " "사용되면 안 되는 것입니다. 이것은 흔치 않은 일로 프로그램 오류일 수 있습니다." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "지원하지 않는 작업: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1197,7 +1104,7 @@ msgstr "" "요청한 작업은 %1 프로토콜을 구현하는 KDE 프로그램에서 지원하" "지 않습니다." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1207,17 +1114,17 @@ msgstr "" "이 오류는 KDE 프로그램에 의존합니다. KDE 입출력 아키텍처보다 해당 프로그램에" "서 더 많은 추가 정보를 제공합니다." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "같은 결과를 얻는 또 다른 방법을 찾는 중입니다." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "파일 예상됨" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1225,17 +1132,17 @@ msgid "" msgstr "" "요청에서는 파일을 예상했지만, 대신 %1 폴더가 발견되었습니다." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "서버 상에서의 오류일 수 있습니다." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "폴더 예상됨" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1243,66 +1150,66 @@ msgid "" msgstr "" "요청에서는 폴더를 예상했지만, 대신 %1 파일이 발견되었습니다." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "파일이나 폴더가 없음" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "지정한 파일이나 폴더 %1이(가) 없습니다." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "같은 이름의 파일이 이미 있기 때문에 요청한 파일을 만들 수 없습니다." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "현재 파일을 먼저 이동한 다음 다시 시도하십시오." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "현재 파일을 삭제하고 다시 시도하십시오." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "새 파일의 대체 파일 이름을 지정하십시오." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "같은 이름의 폴더가 이미 있기 때문에 요청한 폴더를 만들 수 없습니다." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "먼저 현재 폴더를 이동한 다음 다시 시도하십시오." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "현재 폴더를 삭제하고 다시 시도하십시오." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "새 폴더의 대체 이름을 선택하십시오." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "알 수 없는 호스트" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1311,33 +1218,33 @@ msgstr "" "알 수 없는 호스트 오류는 %1 호스트를 인터넷에서 찾을 수 없음" "을 의미합니다." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "입력한 %1 이름이 없을 수 있음: 잘못 입력되었을 수 있습니다." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "접근 거부됨" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "지정된 %1 리소스에 대한 접근이 거부되었습니다." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "잘못된 인증 세부 정보를 제공했거나 전혀 제공하지 않았을 수 있습니다." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "계정에 지정된 리소스에 접근할 권한이 없을 수 있습니다." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1345,41 +1252,41 @@ msgid "" msgstr "" "요청을 다시 시도하고 인증 세부 정보를 올바르게 입력했는지 확인하십시오." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "쓰기 접근 거부됨" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "지정한 파일 %1에 쓰려는 시도가 거부되었습니다." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "폴더에 들어갈 수 없음" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "요청한 %1 폴더에 들어가려는 시도가 거부되었습니다." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "폴더 목록을 볼 수 없음" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 프로토콜은 파일 시스템이 아님" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1389,12 +1296,12 @@ msgstr "" "폴더 내용을 보여 달라는 요청이 들어왔지만 이 프로토콜을 지원하는 KDE 프로그램" "에서 지원하지 않습니다." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "재귀적 연결 감지됨" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1406,7 +1313,7 @@ msgstr "" "히 반복되는 링크를 감지했습니다. 이는 파일이 자기 자신으로 직접 및 간접적으" "로 연결된 것일 수 있습니다." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1414,27 +1321,27 @@ msgid "" msgstr "" "무한 루프가 발생하지 않도록 루프의 한 부분을 삭제하고 다시 시도하십시오." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "사용자가 요청을 취소함" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "요청이 취소되었기 때문에 완료되지 않았습니다." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "요청을 다시 시도하십시오." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "복사하는 중 재귀적 연결 감지됨" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1446,17 +1353,17 @@ msgstr "" "작업을 처리하는 중 KDE에서 무한히 반복되는 링크를 감지했습니다. 이는 파일이 " "자기 자신으로 직접 및 간접적으로 연결된 것일 수 있습니다." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "네트워크 연결을 만들 수 없음" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "소켓을 만들 수 없음" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1464,8 +1371,8 @@ msgid "" msgstr "" "주어진 장치에서 네트워크 연결(소켓)을 만들 수 없는 기술적인 오류입니다." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1473,19 +1380,19 @@ msgid "" msgstr "" "네트워크 연결 설정이 잘못되었거나 인터페이스가 비활성화되었을 수도 있습니다." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "서버로의 연결 거부됨" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "%1 서버에서 이 컴퓨터가 연결하는 것을 거부했습니다." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1494,7 +1401,7 @@ msgstr "" "서버가 인터넷에 연결은 되어 있지만 요청을 받아들이도록 설정되어 있지 않았을 " "수도 있습니다." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1503,7 +1410,7 @@ msgstr "" "서버가 인터넷에 연결은 되어 있지만 요청한 서비스(%1)를 실행하고 있지 않을 수" "도 있습니다." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1513,12 +1420,12 @@ msgstr "" "현재 사용 중인 네트워크 또는 서버가 속해 있는 네트워크를 보호하는 방화벽에서 " "이 요청을 차단했을 수도 있습니다." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "서버와의 연결이 예상하지 못하게 종료됨" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1527,7 +1434,7 @@ msgstr "" "비록 %1와(과)의 연결은 성공했지만, 통신하는 중 예상하지 못했" "던 지점에서 연결이 종료되었습니다." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1536,17 +1443,17 @@ msgstr "" "프로토콜 오류가 발생해서 서버에서 오류에 대한 응답으로 연결을 닫도록 했을 수" "도 있습니다." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL 리소스가 잘못됨" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 프로토콜은 필터 프로토콜이 아님" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator)은 지정한 리소스 %1%2에 대한 올바른 접근 방법" "을 제공하지 않습니다." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1569,17 +1476,17 @@ msgstr "" "을 그대로 사용하도록 지정했지만 이 프로토콜은 그러한 작업을 수행할 수 없습니" "다. 이 이벤트는 드문 이벤트이며 프로그래밍 오류를 나타낼 수 있습니다." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "입출력 장치를 초기화할 수 없음" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "장치를 마운트할 수 없음" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1588,7 +1495,7 @@ msgstr "" "요청한 장치를 초기화(\"마운트\")할 수 없습니다. 보고된 오류는 다음과 같습니" "다: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1599,7 +1506,7 @@ msgstr "" "예를 들어 CD 드라이브에 CD-ROM이 없을 수도 있습니다. 또한 장치가 올바르게 연" "결되지 않았을 수도 있습니다." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1609,7 +1516,7 @@ msgstr "" "장치를 초기화(\"마운트\")할 권한이 없습니다. 유닉스 시스템에서는 장치를 초기" "화하려면 시스템 관리자 권한이 필요합니다." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1619,17 +1526,17 @@ msgstr "" "며 휴대용 장치는 연결되어 있고 전원이 켜져 있어야 합니다. 확인한 다음 다시 시" "도하십시오." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "입출력 장치를 초기화 해제할 수 없음" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "장치를 마운트 해제할 수 없음" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1638,7 +1545,7 @@ msgstr "" "요청한 장치를 마운트 해제할 수 없습니다. 보고된 오류는 다음과 같습니다: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1649,7 +1556,7 @@ msgstr "" "가 이 장치로 설정되어 있는 파일 탐색기 창을 열어 두는 것만으로도 장치를 사용" "하고 있는 것으로 간주될 수 있습니다." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1659,19 +1566,19 @@ msgstr "" "장치를 마운트 해제할 권한이 없습니다. 유닉스 시스템에서는 장치를 마운트 해제" "하려면 시스템 관리자 권한이 필요합니다." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "이 리소스에 대한 접근 권한을 확인하십시오. 장치에 접근하는 앱이 없는지 확인하" "고 다시 시도하십시오." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "리소스에서 읽을 수 없음" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1680,17 +1587,17 @@ msgstr "" "비록 %1 리소스를 열 수 있었지만, 내용을 읽는 동안 오류가 발" "생했습니다." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "리소스에서 읽기 권한이 없을 수 있습니다." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "리소스에 쓸 수 없음" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1699,22 +1606,22 @@ msgstr "" "비록 %1 리소스를 열 수 있었지만, 리소스에 쓰는 동안 오류가 " "발생했습니다." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "리소스에 쓸 수 있는 권한이 없을 수 있습니다." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "네트워크 연결을 들을 수 없음" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "바인드할 수 없음" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1724,50 +1631,50 @@ msgstr "" "주어진 장치에서 들어오는 네트워크 연결을 듣는 소켓을 만들 수 없는 기술적인 오" "류입니다." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "들을 수 없음" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "네트워크 연결을 수락할 수 없음" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "들어오는 네트워크 연결을 수락할 수 없는 기술적인 오류입니다." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "연결을 받아들일 권한이 없습니다." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "로그인할 수 없음: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "요청한 동작을 수행하려고 로그인하려는 시도가 실패했습니다." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "리소스 상태를 확인할 수 없음" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "상태 리소스를 사용할 수 없음" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1776,68 +1683,68 @@ msgstr "" "리소스 이름, 형식, 크기 등과 같은 %1 리소스의 상태에 대한 정" "보를 확인하려는 시도가 실패했습니다." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "지정한 리소스가 없거나 접근하지 못할 수 있습니다." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "목록 보기를 취소할 수 없음" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: 문서화 필요" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "폴더를 만들 수 없음" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "요청한 폴더를 만들려는 시도가 실패했습니다." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "폴더가 만들어졌어야 하는 위치가 없을 수도 있습니다." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "폴더를 삭제할 수 없음" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "지정된 %1 폴더를 삭제하려는 시도가 실패했습니다." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "지정한 폴더가 없습니다." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "지정한 폴더가 비어 있지 않을 수 있습니다." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "폴더가 존재하고 비어 있는지 확인한 후 다시 시도하십시오." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "파일 전송을 다시 시작할 수 없음" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1846,45 +1753,45 @@ msgstr "" "지정한 요청이 파일 %1의 전송이 특정한 지점에서 다시 시작해" "야 한다고 했으나, 가능하지 않았습니다." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "프로토콜이나 서버에서 파일 다시 시작을 지원하지 않을 수 있습니다." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "전송을 다시 시작하지 않도록 않고 요청을 다시 시도하십시오." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "리소스 이름을 변경할 수 없음" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "지정된 %1 리소스의 이름을 바꾸려는 시도가 실패했습니다." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "리소스 권한을 변경할 수 없음" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "지정된 %1 리소스의 권한을 변경하지 못했습니다." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "리소스 소유권을 변경할 수 없음" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 리소스의 소유권을 변경하려는 시도가 실패했습니다." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "리소스를 삭제할 수 없음" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "지정된 %1 리소스를 삭제하지 못했습니다." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "예상하지 못한 프로그램 종료" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜에 접근하는 컴퓨터의 프로그램이 예기치 않게 종료" "되었습니다." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "메모리 부족" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜에 접근하는 프로그램의 메모리가 부족합니다." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "알 수 없는 프록시 호스트" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -1984,17 +1891,17 @@ msgstr "" "지원되지 않는 인증 방법을 KDE 팀에 알리려면 https://bugs.kde.org/ 사이트에 버그를 제출하십시오." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "요청 중단됨" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "서버 내부 오류" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2003,7 +1910,7 @@ msgstr "" "서버에서 %1 프로토콜을 구현하는 프로그램에서 내부 오류를 보" "고함: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2012,12 +1919,12 @@ msgstr "" "이는 서버 프로그램의 버그로 인해 발생할 가능성이 높습니다. 아래에 자세히 설명" "된 대로 전체 버그 보고서를 제출하는 것이 좋습니다." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "서버 관리자에게 연락하여 문제점을 알려 주십시오." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2026,38 +1933,31 @@ msgstr "" "서버 소프트웨어의 작성자가 누구인지 알고 있는 경우 버그 보고서를 직접 제출하" "십시오." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "시간 초과 오류" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"서버와 통신이 성공했다고 하더라도, 지정한 시간 안에 응답이 돌아오지 않았을 수" -"도 있습니다.
    • 연결을 맺는 시간 제한: %1초
    • 응답을 받는 시간 제" -"한: %2초
    • 프록시 서버에 접근하는 시간 제한: %3초
    KDE 시스템 " -"설정의 네트워크 설정 -> 연결 설정에서 이 시간 제한 설정을 바꿀 수 있습니다." +"서버와 통신하는 데에는 성공했으나, 요청에 할당된 시간 내에 응답을 받지 못했습" +"니다." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "서버가 요청을 응답한다고 매우 바빴습니다." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "알 수 없는 오류" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜을 구현하는 프로그램에서 알 수 없" "는 오류를 보고함: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "알 수 없는 인터럽트" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 프로토콜을 구현하는 프로그램에서 알 수 없" "는 중단을 보고함: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "원본 파일을 지울 수 없음" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2095,12 +1995,12 @@ msgstr "" "원본 파일을 삭제하도록 요청했습니다. 이는 대개 파일 이동 작업의 끝에 일어납니" "다. %1 원본 파일을 삭제할 수 없습니다." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "임시 파일을 지울 수 없음" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2110,12 +2010,12 @@ msgstr "" "다운로드하고 있는 파일의 내용을 저장하는 임시 파일을 만들도록 요청했습니다. " "이 %1 임시 파일을 삭제할 수 없습니다." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "원본 파일 이름을 바꿀 수 없음" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2124,12 +2024,12 @@ msgstr "" "요청한 작업을 실행하는 중 %1 원본 파일의 이름을 바꾸어야 했" "지만 바꿀 수 없었습니다." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "임시 파일 이름을 바꿀 수 없음" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2138,32 +2038,32 @@ msgstr "" "요청한 작업을 실행하는 중 %1의 임시 파일을 만들어야 했지만 " "만들 수 없었습니다." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "링크를 만들 수 없음" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "심볼릭 링크를 만들 수 없음" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "요청한 %1 심볼릭 링크를 만들 수 없습니다." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "내용 없음" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "디스크가 가득 참" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2172,7 +2072,7 @@ msgstr "" "디스크 공간이 부족하기 때문에 요청한 %1 파일에 쓸 수 없습니" "다." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2183,85 +2083,85 @@ msgstr "" "미디어 저장소에 파일을 보관, 3) 더 큰 저장 장치 확보하기 등으로 충분한 디스" "크 공간을 확보할 수 있습니다." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "원본과 대상 파일이 같음" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "원본과 대상 파일이 같은 파일이므로 이 동작을 수행할 수 없습니다." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "대상 파일에 다른 이름을 지정해 보십시오." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "파일이나 폴더 자신 위로 끌어다 놓임" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "원본과 대상 파일나 폴더가 같으므로 작업을 수행할 수 없습니다." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "항목을 다른 파일 또는 폴더에 끌어다 놓으십시오." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "폴더 자체로 이동함" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "원본과 대상 파일이 같은 파일이므로 작업을 완료할 수 없습니다." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "항목을 다른 폴더로 이동하십시오." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "암호 서버와 통신할 수 없음" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "암호 요청 서비스(kpasswdserver)에 연결할 수 없어 작업을 완료할 수 없음" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "세션을 다시 시작하거나 로그에서 kiod의 오류를 확인하십시오." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 프로토콜을 초기화할 수 없음" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO 워커를 만들 수 없음" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2270,7 +2170,7 @@ msgstr "" "%1 프로토콜을 구현하는 KIO 워커를 시작할 수 없습니다. 기술적" "인 문제일 가능성이 큽니다." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2279,13 +2179,13 @@ msgstr "" "klauncher에서 프로토콜을 제공하는 플러그인을 찾거나 시작할 수 없습니다. 플러" "그인의 버전이 오래된 것일 수 있습니다." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1을(를) 전송할 수 없음" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2295,35 +2195,35 @@ msgstr "" "%1 파일을 전송할 수 없습니다. 대상 파일 시스템의 최대 파" "일 크기를 초과합니다" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "대상 드라이브를 큰 파일을 지원하는 파일 시스템으로 다시 포맷하십시오." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "문서화되지 않은 오류" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1(으)로 향한 심볼릭 링크)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2(으)로 향한 링크)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1을(를) 가리킴)|/| (%1$[을를 %1] 가리킴)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2332,12 +2232,12 @@ msgstr "" "잘못된 형식의 URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1의 파일 형식을 결정할 수 없음" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2346,13 +2246,13 @@ msgstr "" "'%1'에서 실행 파일의 이름을 추출할 수 없습니다. 올바른 프로그램 이름을 입력하" "십시오." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1이(가) 실행 가능한 앱이 아닌 것 같습니다." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2362,92 +2262,92 @@ msgstr "" "%1을(를) 찾을 수 없습니다. 실행 가능한 프로그램의 올바" "른 경로를 입력하십시오." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 프로토콜에서 연결을 여는 것이 지원되지 않습니다." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 프로토콜에서 연결을 닫는 것이 지원되지 않습니다." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 프로토콜에서 파일 접근이 지원되지 않습니다." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1에 쓰는 것은 지원되지 않습니다." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 프로토콜에 사용할 특별한 작업이 없습니다." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 프로토콜에는 폴더 목록 가져오기가 지원되지 않습니다." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1에서 데이터 검색은 지원되지 않습니다." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1에서 MIME 형식 정보 가져오기는 지원되지 않습니다." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1에서 파일 이름을 바꾸거나 이동하기는 지원되지 않습니다." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 프로토콜에서 심볼릭 링크를 만들기는 지원되지 않습니다." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 프로토콜에서 파일 복사가 지원되지 않습니다." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 프로토콜에서 파일 삭제가 지원되지 않습니다." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 프로토콜에서 폴더 만들기가 지원되지 않습니다." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 프로토콜에서 파일 속성 변경은 지원되지 않습니다." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 프로토콜에서 파일 소유권 변경은 지원되지 않습니다." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 프로토콜에서 파일 열기는 지원되지 않습니다." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 프로토콜은 %2 작업을 지원하지 않습니다." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2458,311 +2358,334 @@ msgstr "" "'%1' 프로토콜의 KIO 워커는 일반적으로 향상된 권한을 요구하므로, 루트가 아닌 " "다른 사용자가 %2을(를) 수정할 수 있기 때문에 보안을 보장할 수 없습니다." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "알 수 없는 프로토콜 '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1' 프로토콜의 KIO 워커를 찾을 수 없습니다." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2에 있는 \"%1\" 플러그인의 KIO 워커를 불러오지 않았습니다. KIO 워커가 %3 경" +"로 외부에 있고 상승된 권한을 요청한다면 안전하지 않은 것으로 간주합니다." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "'%1' 프로토콜의 KIO 워커를 실행할 소켓을 만들 수 없습니다." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1'에서 'kioworker' 실행 파일을 찾을 수 없음" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "자세히(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "영원히(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "계속(&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "현재 세션만(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "새 폴더로 이동" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "이 항목을 포함할 새 폴더 만들기" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "지울 파일을 선택하지 않았습니다." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "지울 것 없음" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "휴지통에 버릴 파일을 선택하지 않았습니다." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "버릴 것 없음" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "지정한 폴더가 없거나 읽을 수 없습니다." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "메뉴" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "부모 폴더" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "뒤로 이동" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "앞으로 이동" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "홈 폴더" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "새로 고침" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "새 폴더…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "휴지통으로 이동" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "삭제" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "정렬" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "이름순으로 정렬" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "크기순으로 정렬" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "날짜순으로 정렬" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "형식순으로 정렬" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "오름차순" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "내림차순" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "폴더 우선" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "숨김 파일 마지막에" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "아이콘 보기" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "축소된 보기" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "자세히 보기" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "아이콘 위치" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "파일 이름 옆" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "파일 이름 위" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "간단히 보기" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "자세히 보기" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "트리 보기" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "자세한 트리 보기" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "자세히 보기 확장 허용" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "숨겨진 파일 표시" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "미리 보기 패널 표시" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "미리 보기 표시" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "포함하는 폴더 열기" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "속성" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "보기 모드(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "힣-가" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "가-힣" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "새 항목 먼저" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "오래된 항목 먼저" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "새 항목 먼저" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "큰 항목 먼저" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "작은 항목 먼저" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "인코딩:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "열기" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "다른 이름으로 저장" @@ -2809,40 +2732,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "여기로 이동" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|모든 파일" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1(%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "모든 지원하는 파일" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "모든 파일" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "위치 항목 추가" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "위치 항목 편집" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2854,17 +2777,17 @@ msgstr "" "키는 곳을 잘 설명할 수 있도록 명확한 한 두 단어로 하는 것이 좋습니다. 이름을 " "지정하지 않으면 URL에서 따 옵니다.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "이름(&A):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "설명을 입력하십시오" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2877,12 +2800,12 @@ msgstr "" "stable

    텍스트 상자 오른쪽에 있는 단추를 클릭하면 적당한 URL을 찾" "아 볼 수 있습니다.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "위치(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2891,17 +2814,17 @@ msgstr "" "위치 패널에 나타날 아이콘입니다.

    단추를 클릭하면 아이콘을 바" "꿀 수 있습니다.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "아이콘 선택(&I):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "이 앱(%1)을 사용할 때만 표시(&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2912,200 +2835,206 @@ msgstr "" "

    이 설정을 선택하지 않으면 모든 앱에서 항목을 사용할 수 있습니다." "
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "위치" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "원격" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "최근" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "검색 대상" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "장치" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "이동식 장치" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "태그" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1(%2에서)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "모든 태그" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "홈" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "바탕 화면" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "문서" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "다운로드" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "네트워크" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "휴지통" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "음악" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "사진" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "비디오" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "최근 파일" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "최근 위치" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "오늘 수정됨" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "어제 수정됨" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "위치 패널에 추가할 수 없음: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "폴더만 위치 패널에 추가할 수 있습니다." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "설정…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "해제 중…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "놓기(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "안전하게 제거 중…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "안전하게 제거(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "마운트 해제 중…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "마운트 해제(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "꺼내기(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' 장치는 디스크가 아니므로 꺼낼 수 없습니다." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1'에 접근하는 중 오류가 발생했습니다. 시스템 응답: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1'에 접근하는 중 오류가 발생했습니다" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "이 장치에 있는 하나 이상의 파일이 다른 앱에서 열려 있습니다." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3117,108 +3046,108 @@ msgstr[0] "" "이 장치에 있는 하나 이상의 파일이 다음 앱에서 열려 있습니다: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "파티션 관리자로 다시 포맷하거나 편집" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 중 %1 남음(%3% 사용함)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1(숨겨짐)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "휴지통 비우기" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "마운트" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "새 탭으로 열기" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "새 창으로 열기" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "항목 추가…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "편집(&E)…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "위치 목록에서 삭제" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "숨기기(&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1' 부분 숨기기" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "부분 숨기기" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "모든 항목 보기(&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "아이콘 크기" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3226,51 +3155,51 @@ msgctxt "" msgid "Auto Resize" msgstr "자동 크기 조정" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "작게(%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "중간(%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "크게(%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "매우 크게(%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "한 파일만 선택할 수 있습니다" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "하나 이상의 파일 선택됨" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "로컬 파일만 선택할 수 있습니다" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "원격 파일을 사용할 수 없음" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3280,51 +3209,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "선택한 URL 형식은 지원하지 않습니다. 다음 형식을 사용하십시오: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "지원하지 않는 URL 형식" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"둘 이상의 폴더가 선택되었으며 이 대화 상자는 폴더를 허용하지 않으므로 입력할 " -"폴더를 결정할 수 없습니다. 나열할 폴더를 하나만 선택하십시오." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "하나 이상의 폴더 선택됨" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"하나 이상의 폴더와 파일이 선택되었습니다. 선택한 파일이 무시되고 선택한 폴더" -"가 나열됨" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "파일과 폴더 선택됨" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" 파일을 찾을 수 없습니다" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "파일을 열 수 없음" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3335,42 +3235,42 @@ msgstr "" "치가 file:/home/konqi이면 이 단추를 클릭했을 때 file:/home으로 이동합니다." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "이 단추를 클릭하면 탐색 기록의 이후 단계로 이동합니다." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "이 단추를 클릭하면 탐색 기록의 이전 단계로 이동합니다." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "이 단추를 클릭하면 현재 위치의 내용물을 다시 읽어 옵니다." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "새 폴더를 만들려면 이 단추를 클릭하십시오." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "위치 패널 표시" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "책갈피 단추 표시" +msgid "Show Quick Filter" +msgstr "빠른 필터 표시" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "옵션" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3384,12 +3284,12 @@ msgstr "" "아이콘과 목록 등 보기 종류
  • 숨김 파일 표시 여부
  • 위치 패널
  • 파일 미리 보기
  • 파일과 폴더 분리
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "책갈피" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3403,12 +3303,35 @@ msgstr "" "니다." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "이름(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "파일 이름 바꾸기 실행 취소" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "폴더 변경 시 필터 유지" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "이름으로 필터…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "필터 표시줄 숨기기" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3420,12 +3343,12 @@ msgstr "" "우스 오른쪽 단추를 클릭한 다음 텍스트 완성 메뉴에서 제어할 수 있습니" "다." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "다른 이름으로 저장할 파일의 이름입니다." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3434,74 +3357,78 @@ msgstr "" "열 파일의 목록입니다. 공백으로 구분해서 하나 이상의 파일을 지정할 수 있습니" "다." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "열 파일의 이름입니다." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "위치" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" 파일이 이미 존재합니다. 덮어쓰시겠습니까?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "파일을 덮어쓰시겠습니까?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "로컬 파일만 선택할 수 있습니다." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "원격 파일을 사용할 수 없음" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "모든 폴더" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "현재 디렉터리: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "열기(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "아이콘 크기: %1픽셀" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "파일 이름 확장자(%1) 자동 선택(&X)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "확장자 %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "자동으로 파일 확장자 붙이기(&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "적당한 확장자" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3526,12 +3453,12 @@ msgstr "" "억제할 수 있습니다(점은 자동으로 삭제됨).확실하지 않은 경우 이 옵션" "을 사용하면 파일을 보다 쉽게 관리할 수 있습니다." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "파일 형식(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3539,63 +3466,52 @@ msgid "" msgstr "" "파일 형식 선택기입니다. 저장할 파일 형식을 선택할 수 있습니다." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "필터(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"파일 목록에 적용되는 필터입니다. 필터와 일치하지 않는 파일 이름은 표시되" -"지 않습니다.

    드롭다운 메뉴에서 미리 정해진 필터를 선택하거나, 텍스트 영역" -"에 직접 필터를 입력할 수 있습니다.

    *과 ? 같은 와일드카드 문자를 사용할 " -"수 있습니다.

    " +"파일 형식 선택기입니다. 표시할 파일 형식을 선택할 수 있습니다." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "새 파일 만들기" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "죄송합니다" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "서식 파일 %1이(가) 없습니다." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "새 링크 이름:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL로 향한 링크 만들기" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "%1 파일 이름 입력:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "죄송합니다" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "서식 파일 %1이(가) 없습니다." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "새 링크 이름:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "심볼릭 링크 만들기" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL로 향한 링크 만들기" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3605,7 +3521,7 @@ msgstr "" "%1 이름을 사용할 수 없습니다. 운영 체제에서 예약된 이름" "입니다." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3614,7 +3530,7 @@ msgid "" msgstr "" "%1 이름이 점으로 시작하므로 기본적으로 숨겨집니다." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3625,27 +3541,37 @@ msgstr "" "%1 이름이 공백으로 시작합니다. 가나다순으로 정렬했을 때 " "다른 항목보다 더 먼저 표시될 수 있습니다." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "폴더 이름에 슬래시를 사용하면 다음과 같이 하위 폴더가 생성됨:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "폴더 이름에 슬래시를 사용하면 하위 폴더가 생성됩니다." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "파일이나 폴더 이름에 슬래시를 사용할 수 없습니다." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "파일이나 폴더 이름에 백슬래시를 사용할 수 없습니다." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"이름이 %1인 폴더를 만들 수 없습니다. 사용자의 홈 폴더 위" +"치와 겹칠 수 있습니다." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3654,96 +3580,139 @@ msgstr "" "파일이나 폴더 이름을 물결표(~)로 시작하는 것은 추천하지 않습니다. 혼동할 가능" "성이 있으며 터미널에서 항목을 삭제할 때 위험할 수 있습니다." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "이름이 %1인 디렉터리가 이미 존재합니다." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "이름이 %1인 파일이 이미 존재합니다." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "새로 만들기" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "장치로 향한 링크" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "새 폴더" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "새 폴더 만들기" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1에 새 폴더 만들기:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "폴더 이름 입력" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "기본값" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "새 파일 만들기" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "파일 이름 입력" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "사용자 정의 아이콘이나 색상 선택" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "다른 아이콘 선택…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "나중에 폴더 속성에서 아이콘을 변경할 수 있습니다." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "복사" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "붙여넣기" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\"을(를) 새 탭으로 열기" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\"을(를) 새 창으로 열기" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "편집" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "탐색" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "전체 경로 표시" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1의 임의 경로로 이동" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3755,6 +3724,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "위치의 경로로 기동" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "위치" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3779,28 +3755,28 @@ msgstr "기타" msgid "Edit mode" msgstr "편집 모드" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "위치를 탐색하려면 클릭하십시오" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "주소를 편집하려면 클릭하십시오" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "이 파일을 실행할 권한이 없습니다." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 실행 중" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3809,12 +3785,12 @@ msgstr "" "%1 서비스를 실행할 수 없습니다. 실행을 중단합니다.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "이 파일을 열 앱을 선택할 권한이 없습니다." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3841,12 +3817,18 @@ msgstr "%1(으)로 그림을 저장할 수 없음" msgid "Icon file too big, download aborted" msgstr "아이콘 파일이 너무 커서 다운로드 중단함" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "FilePreviewJob: 빈 파일을 건너뜀, 깨진 심볼릭 링크일 수도 있음: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "메일 클라이언트를 찾을 수 없음" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3857,28 +3839,28 @@ msgstr "" "데스크톱 항목 파일이\n" "잘못되었습니다." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 실행 중" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 명령을 찾을 수 없습니다." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "터미널 에뮬레이터를 찾을 수 없음" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1을(를) 열 수 없음" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3889,7 +3871,7 @@ msgstr "" "데스크톱 항목 파일이\n" "링크 형식이지만, URL=... 항목이 없습니다." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3898,20 +3880,20 @@ msgstr "" "실행 파일 \"%1\"이(가) 원격 파일 시스템에 있습니다. 안전을 위해 이 작업은 시" "작되지 않습니다." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "보안상의 이유로 이 문맥에서 실행 파일을 실행할 수 없습니다." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "\"%1\" 프로그램을 실행하려면 실행 가능 권한이 있어야 합니다." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3920,12 +3902,12 @@ msgstr "" "\"%1\" 파일을 실행 파일로 만들 수 없습니다.\n" "%2" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "데스크톱 항목 파일 %1에 Type=... 항목이 없습니다." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3935,12 +3917,12 @@ msgstr "" "이 파일은 완전하지 않으며 열어서는 안 됩니다.\n" "열린 앱과 알림 영역에서 대기 중인 작업이나 다운로드를 확인하십시오." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "파일을 열 수 없습니다." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "\"%1\" 프로그램을 실행할 수 없습니다." @@ -4029,72 +4011,67 @@ msgstr "" "수정되었습니다.\n" "변경 사항을 업로드하시겠습니까?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - 원격 파일을 열고 변경 사항을 감시하여 업로드 확인" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL을 로컬 파일로 취급하고 이후 삭제" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "다운로드한 파일의 제안된 이름" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "실행할 명령" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "'command'에 사용할 URL이나 로컬 파일" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1의 ACL을 설정하는 중" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4103,7 +4080,7 @@ msgstr "" "%1\n" "의 권한을 바꿀 수 없습니다" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4113,118 +4090,37 @@ msgstr "" "%1\n" "의 소유자와 그룹을 변경할 수 없습니다" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "임시 파일을 열 수 없음" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" 프로그램을 찾을 수 없음" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" 프로그램을 찾을 수 없음" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "파일 권한 변경" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "새 권한: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "파일 소유자 변경" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "새 소유자: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "파일 삭제" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "디렉터리 삭제" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "디렉터리 만들기" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "디렉터리 권한: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "파일 열기" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "디렉터리 열기" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "새 파일 이름: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "대상: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "타임스탬프 변경" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "원본: %1, 대상: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "알 수 없는 작업" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"작업: %1\n" -"원본: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1에서 %2(으)로 파일을 복사할 수 없습니다. (오류 번호: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 장치에 미디어가 없습니다" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "주어진 사용자 이름 %1의 사용자 ID를 가져올 수 없습니다" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "주어진 그룹 이름 %1의 그룹 ID를 가져올 수 없습니다" @@ -4266,32 +4162,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "이 사이트에 연결하려면 사용자 이름과 암호가 필요합니다." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "사이트:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "로그인 성공" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1에 로그인할 수 없습니다." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4300,7 +4196,7 @@ msgstr "" "\n" "서버 응답: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4309,12 +4205,12 @@ msgstr "" "모든 사이트에 접근하려면 아래에 나열된 프록시 서버에 대한 사용자 이름과 암호" "를 입력해야 합니다." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "프록시:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "프록시 인증이 실패했습니다." @@ -4366,101 +4262,101 @@ msgid "" msgstr "이 인증서를 확인하지 않고 계속 받아들이시겠습니까?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "서버 인증" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2%1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "그렇지 않다면 요청이 성공했을 수도 있습니다." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "속성 값 가져오기" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "속성 값 설정" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "요청한 폴더 만들기" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "지정한 파일이나 디렉터리 복사" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "지정한 파일이나 디렉터리 이동" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "지정한 폴더에서 검색" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "지정한 파일이나 폴더 잠그기" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "지정한 파일이나 폴더 잠금 풀기" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "지정한 파일이나 폴더 지우기" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "서버의 기능 조회" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "지정한 파일이나 폴더의 내용 가져오기" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "지정한 폴더에서 보고서 실행" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2을(를) 시도하는 동안 예기치 않은 오류(%1)가 발생했습니다." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4470,13 +4366,13 @@ msgstr "" "%1, %2을(를) 시도하는 동안 오류가 발생했습니다. 이유에 대한 요약은 다음과 같" "습니다." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1에 접근하려는 시도가 거부되었습니다." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4485,7 +4381,7 @@ msgstr "" "하나 이상의 중간 모음집(폴더)이 생성될 때까지 대상에 리소스를 생성할 수 없습" "니다." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4500,28 +4396,28 @@ msgstr "" "겹쳐 쓰려고 했습니다.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "요청한 잠금이 허가되지 않았습니다. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "서버가 본문의 요청 형식을 지원하지 않습니다." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "리소스가 잠겨 %1을(를) 사용할 수 없습니다." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "이 작업은 다른 오류로 인해 차단되었습니다." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4529,7 +4425,7 @@ msgid "" "folder." msgstr "대상 서버가 파일이나 폴더를 받아들일 수 없기 때문에 %1할 수 없습니다." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4537,18 +4433,18 @@ msgid "" msgstr "" "대상 리소스에 이 방법을 실행한 후, 리소스 상태를 기록할 공간이 부족합니다." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "리소스를 삭제할 수 없습니다." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 업로드" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4559,15 +4455,15 @@ msgstr "%2을(를) 시도하는 동안 예기치 않은 오류(%1)가 발생했 msgid "Network" msgstr "네트워크" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "잘못된 URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4579,12 +4475,12 @@ msgstr "" "리를 다시 만든 다음 복원 작업을 다시 시도하거나, 임의의 다른 위치로 드래그하" "여 복원할 수 있습니다." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "프로토콜 조합이 잘못되었습니다." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "이 파일은 이미 휴지통에 버려졌습니다." @@ -4620,7 +4516,7 @@ msgstr "휴지통에 있는 내용 비우기" msgid "Restore a trashed file to its original location" msgstr "휴지통에 버린 파일을 원래 위치로 복원" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "휴지통이 꽉 찼습니다. 비우거나 수동으로 항목을 삭제하십시오." @@ -4641,17 +4537,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "다시 시도" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "인증 대화 상자" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "접근 거부됨" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 프로토콜에 접근할 권한이 없습니다." @@ -4760,41 +4656,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "예상하는 체크섬(MD5, SHA1, SHA256, SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "클립보드에 복사한 체크섬을 입력 필드에 붙여 넣으려면 클릭하십시오." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4804,9 +4700,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "계산하기" @@ -4815,135 +4711,208 @@ msgstr "계산하기" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "체크섬을 클립보드에 복사하려면 클릭하십시오." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "취소(&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "여기로 이동(&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "여기에 다운로드(&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "여기로 복사(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "여기로 링크(&L)" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "실행(&L)" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "이 파일로 무엇을 하시겠습니까?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "다시 묻지 않음" +msgctxt "@action:button" +msgid "&Open" +msgstr "열기(&O)" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "실행(&E)" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1(으)로 열기(&O)|/|%1$[으 %1]로 열기(&O)" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "변경 사항 취소" +msgid "Would you like to launch this file?" +msgstr "이 파일을 실행하시겠습니까?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "이 작업을 취소하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "디렉터리 생성 중" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "원본" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "대상" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "복사 중" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "이동 중" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "이름 바꾸는 중" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "휴지통으로 이동 중" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "삭제 중" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "실행 취소(&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "실행 취소: 복사(&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "실행 취소: 링크 걸기(&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "실행 취소: 이동(&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" -msgstr "실행 취소: 이름 변경(&O)" +msgstr "실행 취소: 이름 바꾸기(&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" -msgstr "실행 취소: 휴지통에 버리기(&O)" +msgstr "실행 취소: 휴지통으로 이동(&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "실행 취소: 폴더 생성(&O)" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "실행 취소: 폴더 생성(&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "실행 취소: 파일 생성(&O)" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" -msgstr "실행 취소: 일괄 이름 변경(&O)" +msgstr "실행 취소: 일괄 이름 바꾸기(&O)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "다시 실행(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "다시 실행: 복사(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "다시 실행: 링크 걸기(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "다시 실행: 이동(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "다시 실행: 이름 바꾸기(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "다시 실행: 휴지통으로 이동(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "다시 실행: 폴더 만들기(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "다시 실행: 폴더 만들기(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "다시 실행: 파일 만들기(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "다시 실행: 일괄 이름 바꾸기(&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4955,12 +4924,12 @@ msgstr "" "파일 복사를 실행 취소하면 파일을 지우며 모든 변경 사항이 삭제됩니다.\n" "%4을(를) 삭제하시겠습니까?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "파일 복사 실행 취소 확인" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4971,21 +4940,22 @@ msgstr "" "이 항목을 완전히 삭제하시겠습니까?%1이 작업은 실행 취소할 수 없습니다." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "완전히 삭제" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "완전히 삭제" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4998,7 +4968,7 @@ msgstr[0] "" "항목 %1개를 완전히 삭제하시겠습니까?이 작업" "은 실행 취소할 수 없습니다." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5008,13 +4978,13 @@ msgstr "" "휴지통에서 모든 항목을 완전히 삭제하시겠습니까?이 작업은 실행 취소할 수 없습니다." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "휴지통 비우기" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5022,7 +4992,7 @@ msgid "" "filename>" msgstr "다음 항목을 휴지통에 버리시겠습니까?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5106,7 +5076,7 @@ msgstr "소유자" msgid "Owning Group" msgstr "소유하는 그룹" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "다른 사람" @@ -5179,219 +5149,246 @@ msgstr "시스템 설정 업데이트 중" msgid "Updating system configuration…" msgstr "시스템 설정 업데이트 중…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "이름" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "크기" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "날짜" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "권한" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "소유자" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "그룹" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "종류" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1(으)로 열기(&W)|/|%1$[으 %1]로 열기(&W)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "작업(&A)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "다음으로 폴더 열기(&O)…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "다음으로 열기(&O)…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "파일 실행(&R)" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "%1(으)로 폴더 열기(&O)|/|%1$[으 %1]로 폴더 열기(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1(으)로 열기(&O)|/|%1$[으 %1]로 열기(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "다음으로 폴더 열기(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "다음으로 열기(&O)" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "다른 앱(&O)…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "항목 %1개" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "알 수 없음" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "정지" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Filelight에서 탐색" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "마운트한 원본:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "남은 공간:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "형식:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "내용:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "다음으로 열기:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "변경..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "위치:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "크기:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "변경..." +msgid "Determine the folder size" +msgstr "폴더 크기 계산" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "내용:" +msgid "Stop" +msgstr "정지" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "폴더 크기 계산 중지" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight에서 탐색" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "가리키는 곳:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "수정한 날짜:" +msgid "Show target" +msgstr "대상 표시" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "만든 날짜:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "파일 시스템:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "알 수 없는 크기" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "마운트 위치:" +msgid "Modified:" +msgstr "수정한 날짜:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "접근한 날짜:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "다음으로 열기:" +msgid "File system:" +msgstr "파일 시스템:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "마운트 위치:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "마운트한 원본:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "남은 공간:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "알 수 없는 크기" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5682,24 +5679,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"이 앱의 용도에 따라 여기에 설명을 입력하십시오. 예: 전화 접속 앱 (KPPP)의 경" -"우 \"전화 접속 도구\"입니다." +"이 앱의 일반적인 이름을 입력하십시오. 예: 그림 보기 앱의 경우 \"그림 뷰어\"입" +"니다." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "설명(&D):" +msgid "&Generic name:" +msgstr "일반적 이름(&U):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "여기에 유용하다고 생각되는 설명을 입력하십시오." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"이 앱의 용도에 따라 여기에 설명을 입력하십시오. 예: 그림 보기 앱의 경우 \"그" +"림 보기와 편집\"입니다." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5710,7 +5711,7 @@ msgstr "설명(&E):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "환경 변수:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5905,7 +5906,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "공유" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5915,36 +5916,55 @@ msgstr "" "다음에 쓸 충분한 권한이 없어서 속성을 저장할 수 없습니다:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "일반(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "파일 이름 입력" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1에서 탐색" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "새로 고침" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "대상 위치 입력" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 표시" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "알 수 없는 크기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5953,162 +5973,168 @@ msgstr "" "계산 중... %1(%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "파일 %1개" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "하위 폴더 %1개" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "계산 중...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "최소한 %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "새 파일 이름이 비어 있습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "등록된 파일 형식 없음" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "연결된 앱 없음" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "만들기…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "변경…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "\"%1\" 형식의 파일을 열 때 기본값으로 사용할 앱을 변경합니다." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "접근 권한 없음" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "보기만 가능" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "보기 및 수정 가능" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "내용 보기만 가능" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "내용 보기 및 수정 가능" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "내용 보기/읽기만 가능" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "내용 보고 읽고 쓰기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "권한(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "접근 권한" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "모든 파일은 링크이므로 권한을 가지지 않습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "소유자만 권한을 변경할 수 있습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "소유자(&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "소유자의 권한을 지정합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "그룹(&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "그룹 구성원의 권한을 지정합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "기타(&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "파일의 소유자 또는 그룹에 속하지 않은 모든 사용자의 권한을 지정합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" -msgstr "소유자만 내용 삭제 및 이름 변경 가능(&E)" +msgstr "소유자만 내용 삭제 및 이름 바꾸기 가능(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "파일을 프로그램으로 실행 허용(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "삭제나 이름 바꾸기:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "실행:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6119,7 +6145,7 @@ msgstr "" "을 바꿀 수 있도록 합니다. 기타 사용자는 새 파일만 추가할 수 있으므로 '내용 수" "정' 권한이 필요합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6128,42 +6154,42 @@ msgstr "" "파일을 실행 파일로 표시하려면 이 옵션을 사용하십시오. 프로그램과 스크립트에" "만 적합합니다. 이를 실행하려는 경우 필요합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "고급 권한(&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "소유권" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "사용자:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "그룹:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "모든 하위 폴더 및 해당 폴더의 내용에도 변경 사항 적용" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "고급 권한" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "단위" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6172,22 +6198,22 @@ msgstr "" "항목\n" "보기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "이 플래그는 폴더의 내용물을 보는 것을 허용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "읽기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "읽기 플래그는 파일의 내용을 읽는 것을 허용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6196,52 +6222,52 @@ msgstr "" "항목\n" "쓰기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -"이 플래그를 사용하면 파일 추가, 이름 변경 및 삭제를 허용합니다. 스티키 플래그" -"를 사용하여 삭제 및 이름 변경을 제한할 수 있습니다." +"이 플래그를 사용하면 파일 추가, 이름 바꾸기 및 삭제를 허용합니다. 스티키 플래" +"그를 사용하여 삭제 및 이름 바꾸기를 제한할 수 있습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "쓰기" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "쓰기 플래그는 파일의 내용을 수정하는 것을 허용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "입력" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "폴더에 들어가는 것을 허용하려면 이 플래그를 활성화하십시오." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "실행" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "파일을 프로그램으로 실행시키려면 이 플래그를 활성화하십시오." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "특수" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6250,24 +6276,24 @@ msgstr "" "특수 플래그. 전체 폴더에 사용합니다. 플래그의 정확한 의미는 오른쪽에 표시됩니" "다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "특수 플래그. 플래그의 정확한 의미는 오른쪽에 표시됩니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "사용자" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "그룹" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6276,7 +6302,7 @@ msgstr "" "이 플래그가 설정되어 있으면 이 폴더의 소유자는 새로 만들어지는 모든 파일의 소" "유자가 됩니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6285,7 +6311,7 @@ msgstr "" "이 파일이 실행 파일이고 이 플래그가 설정되어 있으면 소유자의 권한으로 실행됩" "니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6293,7 +6319,7 @@ msgstr "" "이 플래그가 설정되어 있으면 이 폴더의 그룹은 새로 만들어지는 모든 파일의 그룹" "이 됩니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6302,7 +6328,7 @@ msgstr "" "이 파일이 실행 파일이고 이 플래그가 설정되어 있으면 그룹의 권한으로 실행됩니" "다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6312,7 +6338,7 @@ msgstr "" "수 있습니다. 그렇지 않으면 쓰기 권한을 가지고 있는 모든 사람이 이 동작을 수행" "할 수 있습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6321,87 +6347,78 @@ msgstr "" "파일에 붙은 스티키 플래그는 리눅스에서 무시되지만, 몇몇 시스템에서 사용할 수 " "있습니다" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID 설정" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID 설정" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "스티키" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "링크" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "가변(변경 없음)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "이 파일은 고급 권한을 사용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "이 폴더는 고급 권한을 사용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "이 파일은 고급 권한을 사용합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "체크섬(&H)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "계산 중…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "체크섬이 잘못되었습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "입력한 값이 올바른 MD5, SHA1, SHA256 체크섬이 아닙니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "체크섬이 일치합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "계산한 체크섬과 입력한 체크섬이 일치합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6412,56 +6429,72 @@ msgstr "" "을 다시 다운로드해 보십시오.
    체크섬 계산이 계속 실패하면 파일을 업로드한 " "사람에게 문의해 보십시오." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "계산한 체크섬과 입력한 체크섬이 일치하지 않습니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "체크섬 검사 중…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "모든 파일의 체크섬이 일치합니다." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "선택한 파일의 체크섬이 서로 다릅니다." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "계산 중…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL(&R)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "속성을 저장할 수 없습니다. 로컬 파일 시스템의 항목만 지원합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "앱(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1의 파일 형식 추가" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "하나 이상의 추가할 파일 형식 선택:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "로컬 파일 시스템의 실행 파일만 지원합니다." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1의 고급 옵션" @@ -6561,22 +6594,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "웹 바로 가기 설정…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "파일 열기 대화 상자" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "클립보드 내용을 붙여 넣을 파일 이름:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "붙여넣은 파일" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1(%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "클립보드 내용 붙여넣기" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6585,66 +6620,77 @@ msgstr "" "'붙여넣기'를 사용한 이후 클립 보드가 변경되었습니다. 선택한 데이터 형식을 더 " "이상 적용할 수 없습니다. 붙여 넣으려는 내용을 다시 복사하십시오." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "폴더 1개 붙여넣기" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "파일 1개 붙여넣기" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "항목 %1개 붙여넣기" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "클립보드 내용 붙여넣기…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "붙여넣기" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "데이터 형식:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1(%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "클립보드 내용을 붙여 넣을 파일 이름:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "끌어다 놓은 내용을 붙여 넣을 파일 이름:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "날짜: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "크기: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "모두 적용(&Y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6654,47 +6700,47 @@ msgstr "" "건너뛰기 단추를 누르지 않은 한 현재 디렉터리에 있는 파일과 충돌할 때마다 물어" "봅니다." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "이 항목을 선택하면 현재 작업에서 남아 있는 모든 항목에 단추로 누른 동작을 적" "용합니다." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" -msgstr "이름 변경(&R)" +msgstr "이름 바꾸기(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "새 이름 제안(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "건너뛰기(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "이 폴더를 복사하거나 이동하지 않고 다음 항목으로 건너뛰기" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "이 파일을 복사하거나 이동하지 않고 다음 항목으로 건너뛰기" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "폴더 덮어쓰기(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6706,13 +6752,13 @@ msgstr "" "다.\n" "디렉터리에 존재하는 파일과 충돌할 경우에는 물어봅니다." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "이전 파일 덮어쓰기(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6721,12 +6767,12 @@ msgstr "" "대상에 있는 수정된 날짜가 원본 파일 이전인 파일은 원본 파일로 덮어쓰며, 그 외" "의 경우 건너뜁니다." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "다시 시작(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6735,67 +6781,57 @@ msgstr "" "이 작업은 '%1' 자기 자신을 덮어씁니다.\n" "새 파일 이름을 입력하십시오:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "계속(&O)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "대상을 덮어쓰시겠습니까?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "'%1'의 내용을 '%2'에 합치시겠습니까?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "원본" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "대상" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "원본 파일이 더 최신입니다." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "원본 파일이 더 오래되었습니다." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "원본 파일이 %1 더 작습니다." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "원본 파일이 %1 더 큽니다." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "파일이 같습니다." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "파일이 같은 것 같습니다." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "파일이 서로 다릅니다." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6804,51 +6840,64 @@ msgstr "" "파일이 같은 것 같습니다. 크기가 같으며 내용의 시작, 가운데, 끝 부분이 같습니" "다." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "파일 비교" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "이름이 '%1'인 이전 항목이 이미 존재합니다." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "이름이 '%1'인 비슷한 파일이 이미 존재합니다." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "이름이 '%1'인 새로운 항목이 이미 존재합니다." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "이름 바꾸기:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "항목 이름 바꾸기" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "항목 이름 바꾸기" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "이름 바꾸기(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "항목 %1의 새 이름 입력:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "이름이 %1인 파일이 이미 존재합니다." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1은(는) 올바른 파일 이름이 아닙니다." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "선택한 %1개 항목의 이름을 다음으로 변경:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "#은 다음에서 시작하는 증가하는 숫자로 대체됩니다:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6856,45 +6905,174 @@ msgctxt "" msgid "New name #" msgstr "새 이름 #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "선택한 %1개 항목의 이름을 다음으로 변경:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "#은 다음에서 시작하는 증가하는 숫자로 대체됩니다:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"잘못된 파일 이름: 모든 파일의 확장자가 다르지 않는 한 새 이름에는 # 시퀀스가 " +"하나 이상 포함되어 있어야 합니다." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "선택한 %1개 항목의 이름을 다음으로 변경:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "대체할 문자열:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "패턴" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "대체 대상:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "대체" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "패턴이 포함된 파일 이름이 없습니다." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"\"%1\"을(를) 빈 문자열로 대체하면 %2 파일의 이름이 비게 " +"됩니다." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "선택한 %1개 항목의 이름을 다음으로 변경:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "문자열 추가:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "추가할 문자열" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "파일 이름 앞에" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "파일 이름 뒤에" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "항목 이름 바꾸기" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "항목 이름 바꾸기" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "이름 바꾸기(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "이름 바꿀 방법:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "열거" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "텍스트 바꾸기" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "텍스트 추가" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "미리 보기:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1의 이름을 빈 파일 이름으로 변경할 수 없습니다." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "정보" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "덮어쓰기" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "다시 시도" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "모두 바꾸기" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "건너뛰기" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "모두 건너뛰기" @@ -6981,7 +7159,7 @@ msgstr "" "원격 호스트에서 SSL 인증서를 보내지 않았습니다.\n" "호스트의 정체를 확인할 수 없으므로 중단합니다." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7018,82 +7196,331 @@ msgstr[0] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"이 항목을 휴지통에 버리기에는 너무 큽니다. 대신 이 항목을 완전히 삭제하시겠습" -"니까?%1이 작" -"업은 실행 취소할 수 없습니다." +"이 항목을 휴지통에 버리기에는 휴지통의 공간이 부족합니다. 대신 이 항목을 완전" +"히 삭제하시겠습니까?%1이 작업은 실행 취소할 수 없습니다." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"항목 %1개를 휴지통에 버리기에는 휴지통의 공간이 부족합니다. 대신 완전히 삭제" +"하시겠습니까?이 작업은 실행 취소할 수 없습" +"니다." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"이 항목의 위치에서는 휴지통을 사용할 수 없습니다. 대신 이 항목을 완전히 삭제" +"하시겠습니까?%1이 작업은 실행 취소할 수 없습니다." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"항목 %1개가 너무 커서 휴지통에 버릴 수 없습니다. 대신 완전히 삭제하시겠습니" -"까?이 작업은 실행 취소할 수 없습니다.이 작업은 실행 취소할 수 없습니다." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "이 항목 %1개를 휴지통에 버리시겠습니까?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "다시 묻지 않기" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "다시 묻지 않기" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "이 메시지를 다시 표시하지 않기" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "동료 SSL 인증서 체인이 잘못된 것 같습니다." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "경고" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "다음 프로그램을 시작합니다:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오" +#~ msgid "Open With:" +#~ msgstr "다음으로 열기:" + +#~ msgid "File System:" +#~ msgstr "파일 시스템:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "실행 파일을 묻지 않고 실행" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "실행 가능한 파일을 묻지 않고 기본 앱으로 열기" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "모든 실행 파일에 대해서 기억" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Dolphin 파일 관리자 설정의 \"확인\"에서 이 설정을 취소할 수 있습니다." + +#~ msgid "Change Attribute" +#~ msgstr "속성 변경" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "파일 속성을 변경하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "복사 작업을 진행하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "Delete Files" +#~ msgstr "파일 지우기" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "삭제 작업을 진행하려면 루트 권한이 필요하지만 시스템을 망가트릴 수 있습니" +#~ "다. 계속 진행하시겠습니까?" + +#~ msgid "Create Folder" +#~ msgstr "폴더 만들기" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "폴더를 만들려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "Move Items" +#~ msgstr "항목 이동" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "이동 작업을 진행하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "Rename" +#~ msgstr "이름 변경" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "이름을 바꾸려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "심볼릭 링크를 만들하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "Transfer data" +#~ msgstr "데이터 전송" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "데이터 전송 작업을 완료하려면 루트 권한이 필요합니다. 계속 진행하시겠습니" +#~ "까?" + +#~ msgid "Undo Changes" +#~ msgstr "변경 사항 취소" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "이 작업을 취소하려면 루트 권한이 필요합니다. 계속 진행하시겠습니까?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1의 ACL을 설정하는 중" + +#~ msgid "Change File Permissions" +#~ msgstr "파일 권한 변경" + +#~ msgid "New Permissions: %1" +#~ msgstr "새 권한: %1" + +#~ msgid "Change File Owner" +#~ msgstr "파일 소유자 변경" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "새 소유자: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "파일 삭제" + +#~ msgid "Remove Directory" +#~ msgstr "디렉터리 삭제" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "디렉터리 권한: %1" + +#~ msgid "Open File" +#~ msgstr "파일 열기" + +#~ msgid "Open Directory" +#~ msgstr "디렉터리 열기" + +#~ msgid "New Filename: %1" +#~ msgstr "새 파일 이름: %1" + +#~ msgid "Target: %1" +#~ msgstr "대상: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "타임스탬프 변경" + +#~ msgid "From: %1, To: %2" +#~ msgstr "원본: %1, 대상: %2" + +#~ msgid "Unknown Action" +#~ msgstr "알 수 없는 작업" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "작업: %1\n" +#~ "원본: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "책갈피 단추 표시" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "파일이 이동 중" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "파일이 복사 중" + +#~ msgid "&Description:" +#~ msgstr "설명(&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "여기에 유용하다고 생각되는 설명을 입력하십시오." + +#~ msgid "Do not ask again" +#~ msgstr "다시 묻지 않음" + +#~ msgid "&Filter:" +#~ msgstr "필터(&F):" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "파일 목록에 적용되는 필터입니다. 필터와 일치하지 않는 파일 이름은 표시" +#~ "되지 않습니다.

    드롭다운 메뉴에서 미리 정해진 필터를 선택하거나, 텍스트 " +#~ "영역에 직접 필터를 입력할 수 있습니다.

    *과 ? 같은 와일드카드 문자를 " +#~ "사용할 수 있습니다.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "둘 이상의 폴더가 선택되었으며 이 대화 상자는 폴더를 허용하지 않으므로 입력" +#~ "할 폴더를 결정할 수 없습니다. 나열할 폴더를 하나만 선택하십시오." + +#~ msgid "More than one folder provided" +#~ msgstr "하나 이상의 폴더 선택됨" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "하나 이상의 폴더와 파일이 선택되었습니다. 선택한 파일이 무시되고 선택한 폴" +#~ "더가 나열됨" + +#~ msgid "Files and folders selected" +#~ msgstr "파일과 폴더 선택됨" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "서버와 통신이 성공했다고 하더라도, 지정한 시간 안에 응답이 돌아오지 않았" +#~ "을 수도 있습니다.
    • 연결을 맺는 시간 제한: %1초
    • 응답을 받는 " +#~ "시간 제한: %2초
    • 프록시 서버에 접근하는 시간 제한: %3초
    • KDE 시스템 설정의 네트워크 설정 -> 연결 설정에서 이 시간 제한 설정을 바" +#~ "꿀 수 있습니다." + #~ msgid "Is &executable" #~ msgstr "실행 가능(&E)" @@ -8207,9 +8634,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ "for the trash, the maximum." #~ msgstr "휴지통에 사용할 최대 디스크 공간 크기입니다." -#~ msgid "Show a Warning" -#~ msgstr "경고 표시" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "휴지통에 있는 오래된 파일부터 지우기" @@ -8342,10 +8766,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ msgid "Space" #~ msgstr "공백" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "기본값" - #~ msgid "Modify Web Shortcut" #~ msgstr "웹 바로 가기 수정" @@ -8676,10 +9096,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1을(를) 처리할 프로그램이나 핸들러를 찾을 수 없음" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "파일 %1개 붙여넣기(&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL %1개 붙여넣기(&P)" @@ -8785,14 +9201,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ msgid "Invalid Directory Name" #~ msgstr "잘못된 디렉터리 이름" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "이름이 %1인 폴더를 만들 수 없습니다.운영 체제에" -#~ "서 예약된 이름입니다." - #~ msgid "File Type Options" #~ msgstr "파일 형식 설정" @@ -8818,9 +9226,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ "휴지통이 최대 크기에 도달했습니다!\n" #~ "휴지통을 수동으로 정리하십시오." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1'이(가) 실행 파일이 아닙니다." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "'%1을(를) 찾을 수 없습니다. 올바른 프로그램 이름을 입력하십시오." @@ -8833,9 +9238,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ msgid "unmounting is not supported by wince." #~ msgstr "wince에서 마운트 해제를 지원하지 않습니다." -#~ msgid "File name:" -#~ msgstr "파일 이름:" - #~ msgid "" #~ "

      Cache

      This module lets you configure your cache settings.

      This specific cache is an area on the disk where recently read web " @@ -9123,9 +9525,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ msgid "Read only" #~ msgstr "읽기 전용" -#~ msgid "File system:" -#~ msgstr "파일 시스템:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "마운트 위치(/mnt/floppy):" @@ -9646,9 +10045,6 @@ msgstr "이 프로그램을 신뢰할 수 없다면 취소를 클릭하십시오 #~ "쿠키 핸들러 서비스를 시작할 수 없습니다.\n" #~ "컴퓨터에 저장된 쿠키를 관리할 수 없습니다." -#~ msgid "Open with:" -#~ msgstr "다음으로 열기:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/ku/kio6.po b/local/recipes/kde/kf6-kio/source/po/ku/kio6.po index 975c25a255..51bc1b4bfb 100644 --- a/local/recipes/kde/kf6-kio/source/po/ku/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ku/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2009-01-06 14:34+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -32,25 +32,25 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "erdal.ronahi@nospam.gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Unable to create KIO worker: %1" msgstr "Peldankê Jê Bibe" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -70,7 +70,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,23 +80,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Pel Berê Heye" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -200,197 +200,99 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Çavkanî" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Hedef" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Nav biguhere" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Pelrêç" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Pel" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Cîhaz" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Xala girêdanê" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Pictures" -msgid "Copy Files" -msgstr "Tevî Wêne" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Pelan Jê Bibe" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Delete Folder" -msgid "Create Folder" -msgstr "Peldankê Jê Bibe" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Bavêje Çopê" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Nav biguhere" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -775,132 +677,137 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "" -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "" -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "" -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -912,95 +819,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1075,24 +982,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1101,19 +1008,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1121,174 +1028,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Li Benda Peldankekê Bû" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1296,12 +1203,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1310,34 +1217,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1346,58 +1253,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1405,36 +1312,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1451,24 +1358,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1476,7 +1383,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1484,31 +1391,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1516,7 +1423,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1524,56 +1431,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1581,208 +1488,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Çewtiya Nenas" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1918,12 +1820,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1931,63 +1833,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Naverok Tune" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Dîsk tijî ye" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -1995,106 +1897,106 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Unable to Create KIO Worker" msgstr "Peldankê Jê Bibe" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2102,60 +2004,60 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2163,92 +2065,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2257,321 +2159,344 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Kîtekît" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Berdewam" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Peldankê Jê Bibe" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Peldankê Jê Bibe" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Pêşek" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Peldanka Malê" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Nûbarkirin" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Peldanka Nû" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Bavêje Çopê" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Jêbirin" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Tê Rêzkirin" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Navê Sîteyê" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "By Size" msgid "Sort by Size" msgstr "Li Mezinahiyê" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Li Rojê" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "By Type" msgid "Sort by Type" msgstr "Li Cureyî" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Berbijêr" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Berbijêr" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Pelên Veşartî Nîşan Bide" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Details" msgid "Details View" msgstr "Kîtekît" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Pelên Veşartî Nîşan Bide" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Pêşdîtin Nîşan Bide" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pêşdîtin Nîşan Bide" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Taybetmendî" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Dîmen" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Vekirin" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2623,43 +2548,43 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "All Pictures" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "Tevî Wêne" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "All Pictures" msgid "All Files" msgstr "Tevî Wêne" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2668,19 +2593,19 @@ msgid "" "the location's URL.
      " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Nav:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Description" msgid "Enter descriptive label here" msgstr "Rave" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2689,29 +2614,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Cih:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " "on the button to select a different icon.
      " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2719,59 +2644,59 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Rakirin" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Lêgerîn" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Device" msgctxt "@item" msgid "Devices" msgstr "Cîhaz" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" @@ -2779,164 +2704,171 @@ msgstr "" # msgctxt "Home Directory" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgid "Home" msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Mal" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Tor" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Çop" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Pelan Jê Bibe" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Cih:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Guhartî:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Tê Hesibandin..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "'%1' bi &ewlehî derxe" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "'%1' bi &ewlehî derxe" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "'%1' bi &ewlehî derxe" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "'%1' bi &ewlehî derxe" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Veqetandin" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Veqetandin" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Avêtin" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2947,113 +2879,113 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Çop" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Girêdan" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Sererastkirin" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Rakirin" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3061,51 +2993,51 @@ msgctxt "" msgid "Auto Resize" msgstr "" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3116,47 +3048,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3164,42 +3071,43 @@ msgid "" "you to file:/home.
      " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Pelên Veşartî Nîşan Bide" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opsiyon" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3209,12 +3117,12 @@ msgid "" "folders from files
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3224,12 +3132,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nav:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Nav biguhere" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File system:" +msgid "Filter by name…" +msgstr "Pergala pelan:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Pelên Veşartî Nîşan Bide" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3238,88 +3172,94 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "&Overwrite" msgid "Overwrite File?" msgstr "&Diserde nivisandin" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "All Pictures" msgid "All Folders" msgstr "Tevî Wêne" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +# msgctxt "@title job" +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Pelrêç tê afirandin" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3335,76 +3275,66 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Parzûn:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Parzûn:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -# msgctxt "@title job" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Pelrêç tê afirandin" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -# msgctxt "@title job" -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgid "Create link to URL" -msgstr "Pelrêç tê afirandin" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "" + +# msgctxt "@title job" +#: filewidgets/knewfilemenu.cpp:760 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Create link to URL" +msgstr "Pelrêç tê afirandin" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3412,7 +3342,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3420,7 +3350,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3429,123 +3359,178 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "" # msgctxt "@title job" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Creating directory" msgid "Create New" msgstr "Pelrêç tê afirandin" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Cîhaz" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Peldanka Nû" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Delete Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Peldankê Jê Bibe" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Create new folder in %1:" msgstr "Peldankê Jê Bibe" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Standart" + +# msgctxt "@title job" +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Pelrêç tê afirandin" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "File system:" +msgid "Enter file name" +msgstr "Pergala pelan:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Jibergirtin" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Pêvekirin" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Sererastkirin" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Gerîn" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -3553,7 +3538,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Misoger dixwazî vê hêmanê jê bibî?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3565,6 +3550,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Device" @@ -3591,40 +3583,40 @@ msgstr "&Wekî din:" msgid "Edit mode" msgstr "Sererastkirin" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Ji bo gerîna nav cihan bitikîne" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Ji bo sererastkirina cihê bitikîne" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3651,12 +3643,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3664,28 +3662,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3693,39 +3691,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3733,12 +3731,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3816,72 +3814,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3889,7 +3882,7 @@ msgid "" msgstr "" # msgctxt "@title job" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Creating directory" msgctxt "@info" @@ -3898,127 +3891,37 @@ msgid "" "%1" msgstr "Pelrêç tê afirandin" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "A&dvanced Permissions" -msgid "Change File Permissions" -msgstr "Destûrên &Pêşketî" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "&Permissions" -msgid "New Permissions: %1" -msgstr "&Destûr" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Rakirin" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Pelrêç" - -# msgctxt "@title job" -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "Pelrêç tê afirandin" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Access Permissions" -msgid "Directory Permissions: %1" -msgstr "Destûrên Gihîştinê" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "1 file" -#| msgid_plural "%1 files" -msgid "Open File" -msgstr "1 pel" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Pelrêç" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "New Filename: %1" -msgstr "Pergala pelan:" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Error" -msgid "Unknown Action" -msgstr "Çewtiya Nenas" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4055,51 +3958,51 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Cihgir:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4151,101 +4054,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4253,20 +4156,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4276,28 +4179,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4305,25 +4208,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4335,15 +4238,15 @@ msgstr "" msgid "Network" msgstr "Tor" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4352,12 +4255,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4390,7 +4293,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4413,19 +4316,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "" # msgctxt "@title:column" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Permissions" msgid "Access denied" msgstr "Destûr" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4537,41 +4440,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4581,9 +4484,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculate" @@ -4593,146 +4496,232 @@ msgstr "Tê Hesibandin..." #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Vekirin" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Peldankê Jê Bibe" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" +msgid "Would you like to launch this file?" msgstr "" # msgctxt "@title job" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Pelrêç tê afirandin" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Çavkanî" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Hedef" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgid "Copy" +msgid "Copying" +msgstr "Jibergirtin" + # msgctxt "@title job" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Tê guhestin" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Nav biguhere" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Bavêje Çopê" + # msgctxt "@title job" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Tê jêbirin" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Nav biguhere" # msgctxt "to trash" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Çop" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Und&o: Create Folder" msgstr "Peldankê Jê Bibe" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Und&o: Create Folder(s)" msgstr "Peldankê Jê Bibe" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "Und&o: Create File" msgstr "Peldankê Jê Bibe" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Nav biguhere" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Nav biguhere" + +# msgctxt "to trash" +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Çop" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgid "&Redo: Create Folder" +msgstr "Peldankê Jê Bibe" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Peldankê Jê Bibe" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Delete Folder" +msgid "&Redo: Create File" +msgstr "Peldankê Jê Bibe" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Nav biguhere" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4741,13 +4730,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Mîhengên Pergalê tên Rojanekirin" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4756,21 +4745,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4782,7 +4772,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4790,14 +4780,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "Çop" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4807,7 +4797,7 @@ msgid "" "filename>" msgstr "Misoger dixwazî vê hêmanê jê bibî?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4901,7 +4891,7 @@ msgstr "Xwedî" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "" @@ -4977,67 +4967,67 @@ msgstr "Mîhengên Pergalê tên Rojanekirin" msgid "Updating system configuration…" msgstr "Mîhengên pergalê tên rojanekirin." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@title:menu" msgid "&Actions" msgstr "&Sepan" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "1 file" #| msgid_plural "%1 files" @@ -5045,7 +5035,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "1 pel" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "1 file" #| msgid_plural "%1 files" @@ -5053,18 +5043,24 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "1 pel" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Delete Folder" msgid "&Open folder with %1" msgstr "Peldankê Jê Bibe" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "1 file" #| msgid_plural "%1 files" @@ -5072,20 +5068,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "1 pel" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Sepan" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5093,125 +5089,143 @@ msgid_plural "%1 items" msgstr[0] "" msgstr[1] "" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted From:" -msgstr "Xala girêdanê:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Cure:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Cih:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Mezinahî:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Guherandin..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Naverok:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "1 file" +#| msgid_plural "%1 files" +msgid "Open with:" +msgstr "1 pel" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Guherandin..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Cih:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Mezinahî:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Guhartî:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Pêşdîtin Nîşan Bide" # msgctxt "@title job" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Creating directory" msgid "Created:" msgstr "Pelrêç tê afirandin" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Pergala pelan:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Error" -msgid "Unknown size" -msgstr "Çewtiya Nenas" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted On:" -msgstr "Xala girêdanê:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Guhartî:" # msgctxt "@title:column" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, fuzzy, kde-format #| msgid "Permissions" msgid "Accessed:" msgstr "Destûr" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Pergala pelan:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "1 file" -#| msgid_plural "%1 files" -msgid "Open With:" -msgstr "1 pel" +#| msgid "Mount point:" +msgid "Mounted on:" +msgstr "Xala girêdanê:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mount point:" +msgid "Mounted from:" +msgstr "Xala girêdanê:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Error" +msgid "Unknown size" +msgstr "Çewtiya Nenas" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5473,21 +5487,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "Ra&ve:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Navê Bikarhêner:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5499,7 +5516,7 @@ msgstr "&Şirove:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5672,7 +5689,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5682,210 +5699,237 @@ msgid "" "%1
    ." msgstr "Misoger dixwazî vê hêmanê jê bibî?" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to delete this item?" +#| msgid_plural "Do you really want to delete these %1 items?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Misoger dixwazî vê hêmanê jê bibî?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Error" msgctxt "@info:status" msgid "Unknown size" msgstr "Çewtiya Nenas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 pel" msgstr[1] "%1 pel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Tê Hesibandin..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "" # msgctxt "@title job" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "Creating directory" msgid "No registered file type" msgstr "Pelrêç tê afirandin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "" # msgctxt "@title job" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Creating directory" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Pelrêç tê afirandin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Guherandin..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Destûr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Destûrên Gihîştinê" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Xwedî:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Kom:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Wekî din:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Navê bikarhêner ê standard:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5893,270 +5937,260 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Destûrên &Pêşketî" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Xwedî" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Bikarhêner:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Kom:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Taybet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Bikarhêner" # msgctxt "@title:column" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Kom" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Lînk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Tê Hesibandin..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6164,56 +6198,73 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Tê Hesibandin..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Sepan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6319,29 +6370,33 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Tê Hesibandin..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "One File" +#| msgid_plural "%1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Pelek" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "Filename for clipboard content:" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" msgstr "" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" - -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6349,7 +6404,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Peldankek" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One File" #| msgid_plural "%1 Files" @@ -6357,7 +6412,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Pelek" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6367,93 +6422,105 @@ msgid_plural "Paste %1 Items" msgstr[0] "Hêmanek" msgstr[1] "%1 Hêman" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Pêvekirin" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Formata daneyan:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Mezinahî:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Nav biguhere" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Navekî &Nû Pêşniyaz bike" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Qevzkirin" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6462,150 +6529,150 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "&Overwrite" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Diserde nivisandin" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Domandin" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Berdewam" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Çavkanî" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Hedef" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "All Pictures" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Tevî Wêne" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Nav biguhere" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Nav biguhere" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Nav biguhere" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Nav biguhere" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 #, fuzzy, kde-format #| msgid "File system:" msgctxt "" @@ -6614,18 +6681,154 @@ msgctxt "" msgid "New name #" msgstr "Pergala pelan:" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:283 #, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" msgstr[0] "" msgstr[1] "" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:314 #, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "1 file" +#| msgid_plural "%1 files" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "1 pel" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "D&elete All" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Hemûyan &Jê Bibe" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "File system:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Pergala pelan:" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Nav biguhere" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Nav biguhere" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Nav biguhere" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "How to rename:" +msgstr "Navê bikarhêner ê standard:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "D&elete All" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Hemûyan &Jê Bibe" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pêşdîtin Nîşan Bide" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." msgstr "" #: widgets/skipdialog.cpp:29 @@ -6633,28 +6836,28 @@ msgstr "" msgid "Information" msgstr "Agahî" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "D&elete All" msgid "Replace All" msgstr "Hemûyan &Jê Bibe" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Qevzdayîn" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6744,7 +6947,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6776,26 +6979,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -6805,51 +7030,132 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Misoger dixwazî vê hêmanê jê bibî?" msgstr[1] "Misoger dixwazî vê hêmanê jê bibî?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Pergala pelan:" + +#~ msgid "Delete Files" +#~ msgstr "Pelan Jê Bibe" + +#, fuzzy +#~| msgid "Delete Folder" +#~ msgid "Create Folder" +#~ msgstr "Peldankê Jê Bibe" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Bavêje Çopê" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Nav biguhere" + +#, fuzzy +#~| msgid "A&dvanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Destûrên &Pêşketî" + +#, fuzzy +#~| msgid "&Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "&Destûr" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Rakirin" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Pelrêç" + +#, fuzzy +#~| msgid "Access Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Destûrên Gihîştinê" + +#, fuzzy +#~| msgid "1 file" +#~| msgid_plural "%1 files" +#~ msgid "Open File" +#~ msgstr "1 pel" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Pelrêç" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "New Filename: %1" +#~ msgstr "Pergala pelan:" + +#, fuzzy +#~| msgid "Unknown Error" +#~ msgid "Unknown Action" +#~ msgstr "Çewtiya Nenas" + +#, fuzzy +#~| msgid "File system:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Pergala pelan:" + +#~ msgid "&Description:" +#~ msgstr "Ra&ve:" + +#~ msgid "&Filter:" +#~ msgstr "&Parzûn:" + #~ msgid "New Folder..." #~ msgstr "Peldanka Nû..." @@ -7226,12 +7532,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Şîfreya standard" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standart" - #, fuzzy #~| msgid "%1 (%2)" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -7303,11 +7603,6 @@ msgstr "" #~ msgid "Invalid Directory Name" #~ msgstr "Sazkirina Cihgirê" -#, fuzzy -#~| msgid "File system:" -#~ msgid "File name:" -#~ msgstr "Pergala pelan:" - #~ msgid "&Use cache" #~ msgstr "Pêşbir bi &kar bîne" @@ -7342,9 +7637,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Tenê xwendin" -#~ msgid "File system:" -#~ msgstr "Pergala pelan:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Xalan girêdanê (/mnt/floppy):" @@ -7474,9 +7766,6 @@ msgstr "" #~ msgid "Advanced options" #~ msgstr "Destûrên &Pêşketî" -#~ msgid "&Username:" -#~ msgstr "&Navê Bikarhêner:" - #, fuzzy #~| msgid "Disk cache &size:" #~ msgid "Disk cache size:" diff --git a/local/recipes/kde/kf6-kio/source/po/lg/kio6.po b/local/recipes/kde/kf6-kio/source/po/lg/kio6.po index ec4d83778b..43366df856 100644 --- a/local/recipes/kde/kf6-kio/source/po/lg/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/lg/kio6.po @@ -1,22 +1,21 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the kio package. -# FIRST AUTHOR , YEAR. # +# SPDX-FileCopyrightText: 2025 Kizito Birabwa msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-12-21 00:27+0000\n" "Last-Translator: Kizito Birabwa \n" -"Language-Team: LANGUAGE \n" +"Language-Team: Luganda\n" "Language: lg\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.2\n" +"X-Generator: Lokalize 24.05.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -28,12 +27,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kbirabwa@yahoo.co.uk" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Tekisobose okukyusamu obwanannyini bwa fayiro %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,12 +41,12 @@ msgstr "" "Tekisobose okukyusamu obwanannyini bwa fayiro %1. " "Endukusa z'olina ku sisitemu eno tezikumala okutuukiriza kino." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nnemedwa okukolawo puloguramu eyeyazikibwa eya KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -59,7 +58,7 @@ msgstr "" "Nnemedwa okukolawo enyunzi eyeyawudde \"%1\".\n" "Sisitemu kweyandigguse (%2) tesobola eby'enyunzi ezeyawudde." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +73,7 @@ msgstr "" "Bw'olonda \"Kyusa Ekiriwo\" awali obubonero obutakkirizibwa (mu linnya lya " "tterekero erikolebwawo) wajja okuddawo ka \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +88,23 @@ msgstr "" "Bw'olonda \"Kyusa Ekiriwo\" awali obubonero obutakkirizibwa (mu linnya lya " "fayiro ekolebwawo) wajja okuddawo ka \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Tterekero Lisangidwawo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fayiro Esangidwawo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Tterekero Lisangidwawo" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Bisuulidwa" @@ -200,205 +199,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Kusimbuliza" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Nnono" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Kigenderwa" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Kukyusa Linnya" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kukola Koppi" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Kukolawo Tterekero" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Tterekero" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Kugyawo" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fayiro" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Kukebejja" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Kusimbuliza" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Kuwanga" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Kyuma" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Awawangirwa" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Kuwangula" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Kyusa Atiributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Okukyusa atiributo za fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala " -"okugenda mu maaso?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kola Koppi mu Fayiro" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Okukola koppi mu fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala " -"okugenda mu maaso?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Gyawo fayiro" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Okugyawo fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " -"maaso?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Kolawo tterekero" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Okukolawo tterekero lino kyetaagisa buyinza bwa muteesiteesi. Oyagala " -"okugenda mu maaso?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Simbuliza Bintu" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Okusimbuliza kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu maaso?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Kyusa erinnya" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Okukyusa erinnya kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " -"maaso?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Kolawo nyunzi" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Okukolawo enyunzi kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " -"maaso?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Simbuliza data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Okusimbuliza data kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " -"maaso?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -831,6 +721,11 @@ msgstr "Fayiro tesobola kutwalibwa mu bisuulidwa kubanga eyitiridde obunene." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -841,65 +736,65 @@ msgstr "" "Sindika obubaka obutottola mu bujjuvu ebiguddewo mu mplunguse eno ku https://" "bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(embulakunyonyola)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Ensonga ey'obwa puloguramu: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Okutangaaza:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Kika kya mpulizagana: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Nnaku n'essaawa: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Okwongera okutangaaza: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Ebisobola okuba ebivuddeko omutawaana:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Ebiyinza okuba ebinaagyawo omutawaana:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(embulakunyonyola)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -908,19 +803,19 @@ msgstr "" "Obuyambi obusingawo oyinza okubufuna okuva ewa muteesiteesi wa sisitemu yo " "oba, sinakindi, okuva ku kimeeza ky'abayambagana eky'oku mutimbagano." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Obuyambi obusingawo oyinza okubufuna okuva ewa ateekateeka masanganzira " "ewereza." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kebera obuyinza endukusa eziri ku kifunibwa kino bwe zikuwa." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -929,7 +824,7 @@ msgstr "" "Endukusa eziri ku kifunibwa kino ziyinza okuba nga tezikuwa buyinza bumala " "okikolako ky'oyagala." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -937,7 +832,7 @@ msgstr "" "Fayiro eno eyinza okubaako ekikugizo olw'okuba nga wali wo omulala oba " "puloguamu egikozesa." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -946,19 +841,19 @@ msgstr "" "Kebera oba ddala waliwo omulala oba puloguramu ekozesa oba etadde ekikugizo " "ku fayiro." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Tekirabwalabwa, naye ebyuma bya kompyuta biyinza okuba nga bye bifunye " "kiremya." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Oyinza okuba nga ogudde ku mpulunguse mu puloguramu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -968,7 +863,7 @@ msgstr "" "obutottola mu bujjuvu ebiguddewo mu mplunguse eno ng'ebiddako bwe " "binnyonyola." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -977,7 +872,7 @@ msgstr "" "Puloguramu yo gitumbule edde ku luwandika olusingayo obuggya. Sisitemu yo " "ebeera n'ebiyamba ebikusobozesa okukola kino." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -998,12 +893,12 @@ msgstr "" "bubaka bwo awamu n'okunnyonyola kwonna kw'olaba nti kuyinza okuyamba " "abanaanoonyereza ku mpulunguse gy'ozudde." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Enkwatagana yo ku kayungirizi eyinza okuba nga yazzeeko kiremya." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1013,7 +908,7 @@ msgstr "" "mu biseera bino obadde otera okutuuka ku mutimbagano awatali bizibu kino " "kyandiba nga ssi kye kizibu ekiriwo." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1022,44 +917,44 @@ msgstr "" "Ekizibu kiyinza okubeera nga kyazzeewo awantu ku kayungirizi wakati wa " "kompyuta eno n'eweereza gy'ewulizagana nayo." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Gezaako okuddamu, kaakano oba edda ko." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Wayinza okba nga wazzeewo kiremya mu nkola ya mpulizagana." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Mala okukakasa nti ekifunibwa gyekiri, olyoke oddemu ogezeeko." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ekifunibwa ky'onoonya kiyinza okuba nti tekiriwo." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Damu okebere okukakasa nti endagiriro gy'okozeseza ntuufu olyoke oddemu " "ogezeeko." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kebera mbeera y'enkwatagana yo eya ku kayungirizi." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Sisobola Okubikkula Ekifunibwa Okukisomamu" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ly'oyagala tezikukkiriza okulaba ebiriri mu." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Oyinza okuba nga tolina buyinza bukumala okusoma fayiro oba okuyingira " "tterekero." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Sisobola Okubikkula Ekifunibwa Okukiwandikamu" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1089,17 +984,17 @@ msgstr "" "Kino kitegeeza nti endukusa eziri ku fayiro %1 gy'oyagala " "tezikukkiriza okugiwandika mu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Sisobola Okutandika Omulimu Ogwetaagibwa Empulizagana ey'ekika kya %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Sisobola Okutandika Mulimu" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 eraze nti efunye kiremya." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Empandika ya Ndagiriro ya URL Erimu Ensobi" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Sisitemu Tekozesa Mpulizagana ey'ekika ky %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1171,12 +1066,12 @@ msgstr "" "Puloguramu eza mu KDE eziri ku kompyuta eno kakano tezikolagana " "n'empulizagana ey'ekika kya %1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Sisitemu eyinza okuba nga tekozesa kika kya mpulizagana kyoyagala." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1185,7 +1080,7 @@ msgstr "" "Empandika ez'empulizagana ey'ekika kya %1 kompyuta eno z'ekozesa ziyinza " "okuba nga tezikolagana n'eziri ku kompyuta ewereza." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1196,17 +1091,17 @@ msgstr "" "kika kya mpulizagana kino. Kimu ku bifo mw'oyinza okunoonyeza ye https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Endagiriro eya URL Teraga Kifunibwa." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Mateeka Masunsuzi" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource " "Locator') gy'owandise teraga kifunibwa." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1228,12 +1123,12 @@ msgstr "" "mu ngeri eyo, naye wano we gategekedwa ssi bwe kiri. Embeera eno tetera " "okugwa wo, era wandiba nga waliwo ensobi mu buwandike bwa puloguramu." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ekikolwa Kino Sisitemu Tekisobozesa: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1242,7 +1137,7 @@ msgstr "" "Puloguramu eya mu KDE ekola ku mpulizagana ey'ekika kya %1 " "tesobozesa ekikolwa ky'oyagala." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1253,17 +1148,17 @@ msgstr "" "Obubaka obuvudde mu puloguramu ku bwa yo bwandikutangaaza okusinga ku obwo " "obuvudde mu sisitemu ekola ku biyingizibwa n'ebiva mu eya KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Gezako engeri endala okutuukiriza ekigenderwa kyo." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fayiro Esuubirwa" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1272,17 +1167,17 @@ msgstr "" "Omulimu gubadde gusuubira fayiro, naye gufunyemu tterekero %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Puloguramu ewereza y'eyinza okuba nga y'ezzeemu kiremya." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Tterekero Lisuubirwa" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1291,17 +1186,17 @@ msgstr "" "Omulimu gubadde gusuubira tterekero, naye gufunyemu fayiro %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fayiro oba Tterekero Teririwo" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Fayiro oba tterekero %1 eriragidwa teririiwo." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1310,22 +1205,22 @@ msgstr "" "Tekisobose okukolawo fayiro eragidwa kubanga wasangidwawo endala ey'erinnya " "lye limu." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Esangidwawo sooka ogiteeke awalala oba gikyuse erinnya olyoke oddeemu." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Gyawo fayiro eriwo oryoke oddeemu." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Fayiro empya gifunire erinnya ddala." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1334,28 +1229,28 @@ msgstr "" "Tekisobose okukolawo tterekero eriragidwa kubanga wasangidwawo eddala " "ery'erinnya lye limu." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Erisangidwawo sooka oliteeke awalala oba likyuse erinnya olyoke oddeemu." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Gyawo tterekero eririwo oryoke oddeemu." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Etterekero eppya lifunire erinnya ddala." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Kompyuta Enyunge Temanyidwa" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1364,7 +1259,7 @@ msgstr "" "Kiremya owa kompyuta enyunge eyitibwa %1 butamanyibwa ava " "ku kulemwa kugizuula ku mutimbagano." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1372,42 +1267,42 @@ msgstr "" "Erinnya, %1, lye wawandise oyinza okuba nga walisobyeza oba nga teririiko " "ddala ku mutimbagano." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Tokkirizidwa" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Tokkirizidwa okutuuka ku kifunibwa ekiragidwa, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Oyinza okuba nga eby'enkakasa bwe wawaddeyo birimu ensobi oba nga " "tewawaddeyo." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Akawunti yo eyinza okuba nga terina lukusa okutuuka ku kifunibwa ekiragidwa." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Damu okusaba nga ogenderera eby'enkakasa by'owayo nti bye ebituufu." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Tokkirizibwa Okuwandika Wano" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1416,12 +1311,12 @@ msgstr "" "Kino kitegeeza nti omulimu ogw'okuwandika mu fayiro %1 " "gugaanidwa." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Sisobola Okuyingira Tterekero" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1430,17 +1325,17 @@ msgstr "" "Kino kitegeeza nti omulimu ogw'okuyingira etterekero eriragidwa, %1, gugaanidwa." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Tekisobose Okuttottola Ebiri Mu Tterekero" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Mateeka ga mpulizagana %1 ssi sistemu ya fayiro" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1451,12 +1346,12 @@ msgstr "" "tterekero, sso nga puloguramu eya mu KDE ekola ku kino ekika kya mpulizagana " "tekisobola." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Waliwo Enyunzi Eyeggukako" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1470,34 +1365,34 @@ msgstr "" "bw'ogeza okugibikkula okomawo ku yo mu kifo eky'okugguka ku fayiro oba mu " "tterekero." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "Kyusa mu bifo enyunzi ezimu kwe zigguka olyoke oddeemu okugezaako." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Omukozesa Ekiragiro Akisazizaamu" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Omulimu tegumalirizidwa kubanga kagutandika agusazzizaamu." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Dammu okugezako ekiragiro." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Omulimu Ogw'okukoppa Guzudde Enyunzi Eyeggukako" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1511,17 +1406,17 @@ msgstr "" "ezuddeyo enyunzi ekoledwa nga bw'ogeza okugibikkula okomawo ku yo mu kifo " "eky'okugguka ku fayiro oba mu tterekero." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Sisobodde Okukolawo Enkwatagana ya ku Kayungirizi" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Sisobodde Okukolawo Soketi" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1530,8 +1425,8 @@ msgstr "" "Ono kiremya wa mu nkola ya sisitemu nga ava ku butasobola okukolawo soketi " "eyetaagibwa mu kussaawo empulizagana ku kayungirizi." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1540,12 +1435,12 @@ msgstr "" "Enkwatagana eya ku kayungirizi eyinza okubeera nga enteekateeka erimu " "ensobi, oba ensisinkano eya ku kayingirizi tezuukusidwa." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Masanganzira Egaanye Enkwatagana" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1554,7 +1449,7 @@ msgstr "" "Masanganzira %1 egaanye kompyuta eno okuteekawo enkwatagana " "nayo." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1563,7 +1458,7 @@ msgstr "" "Puloguramu ewereza, nandibadde nga ekwataganye ku mutimbagano, eyinza okuba " "nga ssi nteekateeke mu ngeri egisobozesa okutambuza bubaka." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1572,7 +1467,7 @@ msgstr "" "Puloguramu ewereza, nandibadde nga ekwataganye ku mutimbagano, eyinza okuba " "nga tetandise puloguramu empeereze eyetaagibwa (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1478,12 @@ msgstr "" "wa ku kompyuta yo oba wa ku kompyuta ewereza, nga y'agaanye obubaka " "okutambula." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Omukutu Ogugguka Ku Kompyuta Ewereza Guzibidwa Nga Ssi Kisuubire" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1492,7 @@ msgstr "" "Enkwatagana yateeredwawo ku %1, naye egyidwawo nga " "empulizagana tennaba okutuusa okukomezebwa." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1501,17 @@ msgstr "" "Wayinza okuba nga wazzewo kiremya ava ku mateeka ga mpulizagana, eyaleetedde " "kompyuta ewereza okugyawo enkwatagana." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Endagiriro Eya URL Nsobu" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Amateeka %1 si masunsuzi" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator (URL)') gy'owandise teraga ngeri ey'okutuuka ku " "kifunibwa ekiragidwa, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1641,17 +1536,17 @@ msgstr "" "Embeera eno tetera okugwa wo, era wandiba nga waliwo ensobi mu buwandike bwa " "puloguramu." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Sisobola Okutandikawaza Ekyuma Ekikola ku Biyingizibwa N'ebivaamu" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nnemedwa okuwanga kyuma" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1660,7 +1555,7 @@ msgstr "" "Tekisobose kutandikawaza (\"okuwanga\") ekyuma ekyetaagibwa. Buno bwe bubaka " "bwa kiremya: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1565,7 @@ msgstr "" "Ekyuma kiyinza okuba nga ssi kitegeke, okugeza tekiteeredwamu CD oba DVD, " "oba soketi ekiyunga ku kompyuta tenywedde." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1576,7 @@ msgstr "" "ekyuma ekyo. Sisitemu eza UNIX zitera okutegekebwa nga okutandikawaza ebyuma " "kyetaagisa buyinza bwa muteesiteesi." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1586,17 @@ msgstr "" "mwekiri, ekyuma ekyetongole laba nti kiyungidwa ne kinyweera era nga " "masanyalaze kwegali; olyoke oddeemu ogezeeko." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Sisobola Okuteggulula Kyuma Ekikola ku Biyingizibwa N'ebivaamu" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nnemedwa okuwangula kyuma" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1605,7 @@ msgstr "" "Tekisobose okuteggulula (\"kuwangula\") kyuma ekiragidwa. Buno bwe bubaka " "bwa kiremya: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1721,7 +1616,7 @@ msgstr "" "by'akolerako. Ne bw'obeera nga olina bubeezi ddirisa lya puloguramu nga " "bulawuza nga libikudde ekiri ku kyuma, ekyo kibalibwa nga ekyuma kikozesebwa." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1732,19 +1627,19 @@ msgstr "" "ekyuma ekyo. Sisitemu eza UNIX zitera okutegekebwa nga okuteggulula ebyuma " "kyetaagisa buyinza bwa muteesiteesi." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Sooka okebere okakase nti tewali puloguramu ezikozesa ebiri ku kyuma, olyoke " "oddeemu ogezeeko." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Sisobola Okusoma Mu Kifunibwa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1753,17 +1648,17 @@ msgstr "" "Kino kitegeeza nti ne wankubadde kisobose ekifunibwa, %1, " "okukibikkula, okusoma ebikirimu kwazzeemu kiremya." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Endukusa eziri ku kifunibwa ziyinza okuba nga zikugaana okukisoma mu." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Sisobola Okuwandika mu Kifunibwa" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1772,23 +1667,23 @@ msgstr "" "Kino kitegeeza nti ne wankubadde kisobose ekifunibwa, %1, " "okukibikkula, okukiwandika mu kwazzeemu kiremya." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" "Endukusa eziri ku kifunibwa ziyinza okuba nga zikugaana okukiwandika mu." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nnemedwa Okulindirira Nkwatagana Mpya" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nnemedwa Okufunira Ekintu Endagiriro Eya Ku Sisitemu." -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1799,17 +1694,17 @@ msgstr "" "eyetaagibwa mu lindirira enkwatagana empya ezitandikibwa okuva ku kompyuta " "ndala eziri ku kayungirizi." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Sisobodde Okulindirira Ebiva Ku Kayungirizi" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Sisobodde Okunyweza Enkwatagana Eya Ku Kayungirizi" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1818,17 +1713,17 @@ msgstr "" "Ono kiremya wa mu nkola ya sisitemu nga ajjira mu mulimu ogw'okunyweza " "enkwatagana empya etandikibwa kompyuta endala okuva ku kayungirizi." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Akawunti yo eyinza okuba nga tekkirizibwa kunyweza enkwatagana." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Okuyingira Kugaanye: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1836,17 +1731,17 @@ msgstr "" "Waliwo omulimu ogubadde gwetaagisa okuyingirayo akawunti naye okuyingira " "okwo kugaanye." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Tekisobose Okutegeera Mbeera y'Ekifunibwa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nnemedwa Okuzuula Ebikwata Ku Kifunibwa" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1855,70 +1750,70 @@ msgstr "" "Omulimu ogw'okuzuula ebikwata ku mbeera y'ekifunibwa %1, " "nga erinnya lya kyo, kika kya kyo, bunene, n'ebirala gulemye." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Kisoboka nti ekifunibwa tekiriiwo oba tekituukikako." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Tekisobose Okusazzamu Ogw'okutottola" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Kino kikyabulako okunnyonyola" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nnemedwa Okukolawo Tterekero" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Omulimo ogw'okukolawo tterekero gugaanye." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Ekifo etterekero mwe kyandikoledwa kiyinza obutabawo." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nnemedwa Okugyawo Tterekero" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Omulimu ogw'okugyawo etterekero %1 gugaanye." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Etterekero eriragidwa liyinza obutabawo." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Etterekero liyinza okuba mu ebintu." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Kebera okukakase nti etterekero gyeriri era nti temuli bintu, olyoke oddeemu " "ogezeeko." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nnemedwa Okuzuukusa Ogw'okusimbuliza Fayiro" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1927,37 +1822,37 @@ msgstr "" "Ekibadde kyetaagidwa kwe kuzuukusa omulimu ogw'okusimbuliza %1, ogubadde guyimirizidwamu nga tegunaggwa. Tekisobose." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Ekika kya mpulizagana ekikozesebwa, oba puloguramu eweereza, biyinza okuba " "nga tebisobola kuzuukusa egy'okusimbuliza egiyimirizidwamu." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "Omulimu damu okugutandika okuva buto, mu kifo eky'okugeza okuzuukusa " "oguyimirizidwamu." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Sisobode Okukyusa Linnya Lya Kifunibwa" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Omulimu ogw'okukyusa erinnya ly'ekifunibwa %1 gugaanye." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nnemedwa Okukyusa Ndukusa ez'oku Kifunibwa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 gugaanye." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nnemedwa Okukyusa Obwa Nannyini obwa ku Kifunibwa" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "gugaanye." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nnemedwa Okugyawo Ekifunibwa" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Omulimu ogw'okugyawo ekifunibwa %1 gugaanye." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Puloguramu Ekomezedwa Nga Tekisuubidwa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ekomye nga ssi kigenderere." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Ggwanika lijjudde" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tesobodde kufuna kifo mu ggwanika " "ekyetaagibwa okusigala nga ekola." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Kompyuta Enyunge Kalaani Temanyidwa" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2081,17 +1976,17 @@ msgstr "" "a> olekeyo obubaka obutangaaza tiimu eya KDE ku kika ky'enkakasa puloguramu " "yabwe ky'etakozesa." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Ekiragiro Kisazidwa Mu" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Puloguramu Ewereza Ezzeemu Kiremya" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2100,7 +1995,7 @@ msgstr "" "Puloguramu ey'oku kompyuta eweereza esobozesa zinnaayo okukozesa " "empulizagana ey'ekika kya %1 eraze nti efunye kiremya: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2110,14 +2005,14 @@ msgstr "" "eweereza. Sindika obubaka obutottola mu bujjuvu ebiguddewo mu mplunguse eno " "ng'ebiddako bwe binnyonyola." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Omuteesiteesi wa kompyuta eweereza musindikire obubaka okumutemya ku kizibu " "kino." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2126,43 +2021,33 @@ msgstr "" "Bw'oba nga abawandika puloguramu ey'oku kompyuta eweereza obategedde, " "obubabaka obunnyonyola empulunguse eno bubasindikire butereevu." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Waliwo Kiremya wa ku Kkomo lya Kulindirira" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" "Kompyuta eweereza yafunye okukoowola naye yo teyanukulidde mu kiseera " -"ekitegekedwa bwekityi:
    • Kkomo lya kulindirira enkwatagana kunywezebwa: " -"sikonda %1
    • Kkomo lya kulindirira okwanukula: sikonda %2
    • Kkomo lya kulindirira okutuusibwa ku puloguramu kalaani: sikonda %3
    Genderera, osobobola okukyusa enkomo zino mu Nteekateeka za Sisitemu " -"ya KDE, mu kitundu ekya Nteekateeka za Kayungirizi -> Nteekateeka za " -"Nkwatagana." +"ekitegekedwa." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Kompyuta eweereza emirimu egy'okwanukula kasitoma nyingi gyagiyitiridde ko " "n'eremwa okwongerako eyiyo." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Wazzewo kiremya atategeereka" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 eraze nti efunye kiremya atamanyidwa: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Wafunidwawo Ekiyimirizaamu Omulimu Ekitategeerese" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 eraze nti wazzeewo ekiyimirizaamu omulimu " "eky'ekika ekitategeerese: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nnemedwa Okugyawo Fayiro Eyasangidwawo" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2202,12 +2087,12 @@ msgstr "" "oluvanyuma lw'okubaako esimbuzidwa. Tekisobose okugyawo fayiro %1 esangidwawo." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nnemedwa Okugyawo Fayiro Ey'ekiseerabuseera" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2219,12 +2104,12 @@ msgstr "" "ey'ekiseerabuseera eno, %1, tekisobose okugigyawo nga " "guwedde." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nnemedwa Okukyusa Erinnya Lya Fayiro Eyasangidwawo" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2233,12 +2118,12 @@ msgstr "" "Omulimu gubadde gwetaagisa okukyusa erinnya lya fayiro %1 " "esangidwawo, naye tekisobose." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nnemedwa Okukyusa Erinnya Lya Fayiro Ey'ekiseerabuseera" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2247,32 +2132,32 @@ msgstr "" "Omulimu gubadde gwetaagisa okukolawo fayiro ey'ekiseerabuseera, %1, naye tekisobose okugikola." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nnemedwa Okukolawo Enyunzi" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nnemedwa Okukolawo Enyunzi Eyeyawudde" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Enyunzi %1 tekisobose okugikolawo." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Temuli Bintu" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disiki Ejjudde" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2281,7 +2166,7 @@ msgstr "" "Tekisobose kuwandika fayiro %1 olw'okuba nti ebbanga " "ersigadde ku disiki terimala." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2293,46 +2178,46 @@ msgstr "" "nga CD oa fulaasi; oba 3) kompyuta gy'ongeremu disiki endala oba gifunire " "etereka bingi okusinga eno." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Fayiro ey'ennono n'ey'ekigenderwa ze zimu" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Omulimu tegukolese kubanga fayiro ey'ennono n'egenderwa y'emu." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Fayiro egenderwa giwe erinnya eryawufu ku ly'ey'ennono." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "W'okisitulidde era ye w'okiteeredde" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "Omulimu tegukolese kubanga eky'ennono n'ekigenderwa bye bimu." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Ekisitulidwa kiteere ku fayiro ndala oba tterekero ddala." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Ogeza okujjulula tterekero ligende mu eririri munda ate" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2340,17 +2225,17 @@ msgid "" msgstr "" "Omulimu tegukolese kubanga eky'ennono tekisoboka okukyeteekamu koppi yakyo." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Ekisimbulizibwa kiteeke mu tterekero ddala." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Tekisobose okuwulizagana ne puloguramu ekola ku busumuluzo" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2359,24 +2244,24 @@ msgstr "" "Omulimu gugaanye kubanga tekisobose okukwatagana ne puloguramu " "(kpasswordserver) empeereze enona busumuluzo" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Oyinza okuddamu okutandika olutuula lwo olyoke oddeemu, oba oyinza okukebera " "mu fayiro ey'ebifudeyo okulaba oba waliwo kiremya ava ku 'kiod'." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nnemedwa Okutandika Empulizagana Ey'ekika Kya %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nnemedwa okukolawo puloguramu eyeyazikibwa eya KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2386,7 +2271,7 @@ msgstr "" "ya kika kya %1. Kino kitera okuva ku bizibu bya nkola ya " "sisitemu." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2396,13 +2281,13 @@ msgstr "" "mpulizagana ekyo. Kino kitegeeza nti oluwandika lw'ekyongerwako ekiri ku " "sisitemu yo luyinza okuba nga lumenyedwawo olusinga obugya." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Sisobola okusimbuliza %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2412,7 +2297,7 @@ msgstr "" "Fayiro %1 tesobola kusimbulizibwa, kubanga sisiteu eya " "fayiro kweyandigenze tesobola fayiro nnene okwenkana awo" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2421,28 +2306,28 @@ msgstr "" "Kyusa sisitemu ya fayiro ku kigenderwa oteekeko esobola okubeera ne fayiro " "ennene okwenkana awo." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Wazzewo kiremya ataliko kunyonyola" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Nyunzi eyeyawudde egguka ku %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Nyunzi egguka ku %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Egguka ku %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2451,12 +2336,12 @@ msgstr "" "Empandika ya URL erimu ensobi\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nnemedwa okuzuula kika kya fayiro %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2465,13 +2350,13 @@ msgstr "" "Sirabye linnya lya puloguramu mu '%1', wandika erinnya nga ddala lya " "puloguramu." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 kirabika ssi linnya lya puloguramu." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2481,95 +2366,95 @@ msgstr "" "%1 kibuze; wandika erinnya nga ddala lya puloguramu " "etandikika." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okussawo enkwatagana." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okugyawo enkwatagana." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okutuuka ku fayiro." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Okuwandika %1 tekusobosebwa." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Tewali bikolwa bya njawulo ebikolera mu mpulizagana ey'ekika kya %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okutottola biri mu materekero." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Okunona data okuva mu %1 tekusobozesebwa." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Okunona ebikwata ku kika kya MIME okuva mu %1 tekusobozesebwa." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Okukyusa mannya oba okusimbuliza fayiro mu %1 tekusobozesebwa." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okukola nyunzi ezeeyawudde." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Okugya kopi mu fayiro mu %1 tekusobozesebwa." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Okugyawo fayiro eza mu %1 tekusobozesebwa." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okukolawo materekero." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Empulizagana ey'ekika kya %1 tesobozesa okukyusa atiributo eza ku fayiro." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Empulizagana ey'ekika kya %1 tesobozesa okukyusa obwa nannyini obwa ku " "fayiro." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Empulizagana ey'ekika kya %1 tesobozesa okubikkula fayiro." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Empulizagana ey'ekika kya %1 tesobozesa ekikolwa %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2582,314 +2467,339 @@ msgstr "" "kubanga abaatlina buyinza bwa muteesiteesi (root) bakkirizibwa okuyita mu " "kkubo %2 okukyusa ebiragiro ebigirimu." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Ekika kya mpulizagana '%1' tekitegeerese." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" "Puloguramu eyeyazikiba eya KIO ekola ku mpulizagana ey'ekika kya '%1' ebuze." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Puloguramu eyeyazikibwa eya KIO mu %2 ekola ku mpulizagana ey'ekika kya " +"\"%1\" tetandikidwa kubanga. Puloguramu ez'eyazikibwa eza KIO, ng'eno, " +"ezitali munda mu %3 nga ate z'etaaga okweyongeza bunyinza zibalibwa nga " +"eziteesigika." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nnemedwa okukolawo soketi enaakozesebwa okutandikayo puloguramu eyeyazikibwa " "eya KIO ekola ku mpulizagana ey'ekika kya '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Puloguramu 'kioslave5' sisobodde okugiraba ku '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Ebitangaaza" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Lubeerera" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Yongera" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "L&utuula Luno Lwokka" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Twala mu Tterekero Ppya" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Bino Bikolere Tterekero Ppya" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Tonnalonda fayiro enaagyibwawo." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Tewali kya Kugyibwawo" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Tonnalonda fayiro ey'okutwala mu busuulidwa." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Tewali kya Kutwala mu Bisuulidwa" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Etterekero eriragidwa teririiwo oba terikeberereka." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menyu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Terekero lino mweliri" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Ddayo" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Weyongereyo" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Terekero lya Akawunti" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ddamu okubikkula" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Tterekero Ppya…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Twala mu Bisuulidwa" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Gyawo" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sengeka fayiro" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sengekesa Manya" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sengekesa Bunene" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sengekesa Biseera" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sengekesa Kika" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Tandikira awasooka" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Tandikira awasemba" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Kulembeza Materekero" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Sembyayo Fayiro Enkise" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Birage ng'obufaananyi" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Biragire mu bimpi" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Birage mu bujjuvu" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Busangiro Bw'akafaananyi" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Bbali w'Erinnya lya Fayiro" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Waggulu w'Erinnya lya Fayiro" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Birage mu Bimpi" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Birage mu Bujjuvu" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Laga Enkwatagana y'Amaterekero" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Laga Enkwatagana y'Amaterekero mu Bujjuvu" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Mu Ndaga eya mu Bujjuvu Kisoboke Okwanjuluza Ebiragibwa" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Fayiro Nkise Zirabike" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Tekawo Akabaawo Akalagako Ebiri Mu Fayiro" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Lagako Ebiri Mu Fayiro" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Bikkula Tterekero Bino Mwe Biri" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Ebikwata ku fayiro" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "En&dabika" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Kulembeza Ebisinga Obugya" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Kulembeza Ebisinga Obukadde" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Kulembeza Ebisinga Obugya" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Kulembeza Ebisinga Obunene" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Kulembeza Ebisinga Obutono" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Enkongojja:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Bikkula" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Fayiro gigyemu koppi" @@ -2936,40 +2846,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Leeta Wano" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Buli kika kya fayiro" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Fayiro Eza Buli Kika Ekitegeerebwa" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Fayiro ez'eBika Byonna" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Yongerawo Ekisangibwa Ku Kabaawo Ka Bifo" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Kyusamu Ekisangibwa Ku Kabaawo Ka Bifo" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2982,17 +2892,17 @@ msgstr "" "g'eKisangibwa kino. Bw'oleka wereere puloguramu ejja okweyiiyiza ky'eteekawo " "nga erabira ku ndagiriro ya URL ey'ekifo.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Okulamba:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Wandika wano okulamba okutangaaza ku kifo" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3006,12 +2916,12 @@ msgstr "" ">Bw'okoona eppeesa eririraanye bokisi mw'owandikira ofuna w'osobolera " "okunoonyeza endagiriro eya URL gye wetaaga." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Obusangiro:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3020,17 +2930,17 @@ msgstr "" "kano k kafaananyi akajja okulabikira ku kabaawo aka Bifo.

    Kookna ku ppeesa okufuna w'olondera akafaananyi.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Londa aka&faananyi akayunzi:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Kino kirabikire mu puloguramu eno mwokka (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3041,200 +2951,208 @@ msgstr "" "kakano mwokka (%1).

    Bw'otakironda ekifo kino kijja okulagibwanga " "mu puloguramu zonna.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Bifo" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Ku kompyuta endala" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Bifo Ebyaakakeberwa" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Ebinoonyezebwa" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Byuma" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Byuma Ebiwangulika" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Obwejjukizisibwa" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "Nnona %1 okuva ku %2..." -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Obwejjukizisibwa bwonna" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Tterekero ery'akawunti" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Awakolerwa" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Ebiwandike" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Ebiwanudwa" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Kayungirizi" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Bisuulidwa" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Enyimba" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Bifaananyi" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vidiyo" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fayiro Ezaakabikkulibwa" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Bifo Ebyaakakeberwa" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ebikyusidwa Leero" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Ebyakyusidwa Ggulo" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nnemedwa okwongera ku bisangibwa ku kabaawo ka Bifo: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Akabaawo ka Bifo kagendako materekero gokka." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Teekateeka Nyunzi Ezinoonyesebwa…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Kuta…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Ta" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Kigyibwa ko…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Gyako" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Kiwangulwa…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Wangula" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Wa&ndula" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ekyuma '%1' ssi kiterekadata ekigyikamu era tekisobola okuwandulwa." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Wazzeewo kiremya mu kwetuusako '%1', sisitemu emwanukudde nti: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Wazzeewo kiremya mu kwetuusako '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Waliwo puloguramu ezikyakozesa fayiro eziri ku kyuma kino." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3249,13 +3167,13 @@ msgstr[1] "" "Puloguramu zino, %2, zirina fayiro ze zikyakozesa " "ku kyuma kino." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" @@ -3263,96 +3181,96 @@ msgstr "" "Kozesa Ekiteekateekabibondo okyusamu sisitemu eya fayiro oba okuddamu buto " "okugikolawo" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Wasigadde %1 ku %2 (kukozesedwako %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ebikise)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Kunkumula Ebisuulidwa" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Wanga" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Bikkulira mu Katimbe Kapya" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Bikkulira mu Ddirisa Ppya" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Yongerawo…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Kyusa…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Kigyemu mu Bifo" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "K&isa" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Kisa Ekitundu '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Kisa Ekitundu" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Laga Ebirimu Byonna" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Bunene Bwa Bufaananayi" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3360,51 +3278,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Obufaananyi Bwekyusize Obunene" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Butono (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Bwa wakati (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Bunene (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Bunene ddala (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Osobola okulondako fayiro emu yokka" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Fayiro zisukka mu emu" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Osobola okulonda fayiro eziri ku sisitemu eno yokka" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Fayiro eziri ebunaayira tezikkiribwa" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3419,53 +3337,22 @@ msgstr[1] "" "Endagiriro eya URL erondedwa ya ntegeka sisitemu eno gy'etakozesa. Kozesamu " "emu ku ntegeka zino: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Entegeka ya ndagiriro eya URL sisitemu eno tegikozesa" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Amaterekero galondewa agasukka mu limu, so nga akaboozi kano kakola ku limu. " -"Kakati tekasobola kusalawo erinaakeberwa. Londa tterekero limu okulaba " -"ebiririmu." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Amaterekero galondewa agasukka mu limu" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Ku birondedwa kuliko materekero ne fayiro. Ebiri mu tterekero bijja " -"okubeeramu naye zo fayiro ezirondedwa tezigenda okulagibwa mu lukalala " -"olukolebwawo" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Ku birondedwa kuliko materekero ne fayiro" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Fayiro \"%1\" embuze" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Sisobodde okubikkula fayiro" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3476,43 +3363,43 @@ msgstr "" ">Okugeza, singa kakati obadde mu file:/home/konqi bw'okoona eppeesa lino " "likutwala mu file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Koona ku ppeesa lino okudda emabega murundi gumu mu by'obadde okebera." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Koona ku ppeesa lino okudda mu maaso murundi gumu mu by'obadde okebera." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Koona ku ppeesa lino okuddamu okunona by'okebera kakano." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Koona ku ppeesa lino okukolawo tterekero ppya." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Teekawo Akabaawo ka Bifo" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Wabewo Ppeesa erya Bukwatakifo" +msgid "Show Quick Filter" +msgstr "Leeta eby'ensunsula ebyangungu" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Ebisoboka" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3528,12 +3415,12 @@ msgstr "" "ebiri mu fayiro
  • butatabika fayiro n'amaterekero ku lukalala
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bukwatakifo" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3547,12 +3434,35 @@ msgstr "" "nga bunnaabwo obwa mu bitundu bya KDE ebirala." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Linnya:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Zawo erinnya kkadde erya fayiro" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Bw'odda mu tterekera eddala ekisunsuzibwa kyo kisigale nga tekikikyuse" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Sunsulira ku mannya..." + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Kisa akabaawo ak'eby'ensunsula" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3565,12 +3475,12 @@ msgstr "" "ery'okukasongesebwa ofuna menyu eya Kujjuzaamu, kw'oyinza okulonda " "ebifuga puloguramu by'ekuteerawo." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Lino lye erinnya fayiro ly'egenda okutumwa." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3579,75 +3489,80 @@ msgstr "" "Luno lwe lukalala lwa fayiro ezinaabikkulibwa. Okubikkula fayiro ezisukka mu " "emu wandika olukalala lw'amannya ga zo nga g'awulaŋanidwa mabanga." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Lino ly'erinnya lya fayiro enaabikkulibwa." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Bifo" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" "Waliwo fayiro erina erinnya \"%1\". Oyagala egyibwewo waddewo eno empya?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Fayiro Egyibwewo Waddewo Empya?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Osobola okulonda fayiro eziri ku sisitemu eno yokka." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fayiro Eziri Ebunaayira Tezikkiribwa" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Materekero Gonna" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Kolawo Tterekero" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Bikkula" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Bunene bwa bufaananayi: pikiseli %1" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Puloguramu &yerondere akafundikwa aka ku linnya lya fayiro (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "akafundikira %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Puloguramu &yerondere akafundikwa aka ku linnya lya fayiro" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "akafundikira akasaana" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3675,75 +3590,63 @@ msgstr "" "eky'okutegeka wano, ekisoboka kino kirekeewo kubanga kyanguya okulabirira " "fayiro zo." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Kika kya &fayiro:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "Wano w'olondera ekika kya fayiro ekinaakazibwa." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Sunsuza:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"Fayiro ezitalina ekiwandikidwa wano mu mannya ga zo tezijja okulagibwa." -"

    Osobola okulonda ku bisunsuzibwa ebyaategekebwa ebiri mu menyu " -"eyeyanjuluza, oba oyinza okuwandikawo ekikyo.

    Ebisunsuzibwa bi " -"mukwasabingi nga * ne ? nabyo bikola.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "Wano w'olondera ekika kya fayiro ezinaalagibwa." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Kolawo Fayiro Empya" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Twetonze" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Fayiro ey'olutiba %1 teeri wo." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Erinnya lya nyunzi empya:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Kolawo enyunzi egguka ku ndagiriro ya URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Twetonze" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Fayiro ey'olutiba %1 teeri wo." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Erinnya lya nyunzi empya:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Kolawo nyunzi" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Kolawo enyunzi egguka ku ndagiriro ya URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3753,7 +3656,7 @@ msgstr "" "Erinnya %1 terikkizibwa kubanga ekigambo ekyo sisitemu " "erina awalala w'ekikozesa." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3763,7 +3666,7 @@ msgstr "" "Erinnya %1 litandika n'akatonnyeze, n'olw'ekyo mu bya " "bulijjo ejjanga okukisibwa." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3775,32 +3678,42 @@ msgstr "" "okubeera mu bisooka ku nkalala ezisengekedwa ku ngobereragana ya walifu. " "kiyinza n'okuleetawo ebitasuubidwa ebirala ebitali bimu." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Erinnya ly'etterekero bw'oliteekamu obusazze sisitemu ekolamu materekero mu " "gannaago, bwekityi:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Erinnya ly'etterekero bw'oliteekamu obusazze sisitemu ekolamu materekero mu " "gannaago." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Obusazze tubukkirizibwa mu mannya ga fayiro n'amaterekero." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Obusazze obwa kaddanyuma tubukkirizibwa mu mannya ga fayiro n'amaterekero." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Fayiro oba tterekero ppya tekiisoboke okugituma %1 " +"kubanga kijjakukontana n'etterekero lya akawunti y'omu ku bakozesa." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3810,96 +3723,143 @@ msgstr "" "kubanga kiyinza okubuzaabuza era kya kabenje ku mirimu egigyawo fayiro " "egikoledwa mu kiwandikiro." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Etterekero eriyitibwa %1 lisangidwa wo." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Fayiro eyitibwa %1 esangidwa wo." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Kolawo Ekipya" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Nyunzi egguka ku kyuma" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Tterekero Ppya" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Kolawo !terekero Ppya" +msgstr "Kolawo Tterekero Ppya" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Kolawo tterekero ppya mu %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Ekya bulijjo" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Kolawo Fayiro Empya" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Weyiiyize langi oba akafaananyi" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Londa akafaananyi akalala..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Akafaananyi oyinza okukakyusa edda mu nteekateeka za tterekero." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Koppa" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Paatiika" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Bikkulira \"%1\" mu Katimbe Kapya" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Bikkulira \"%1\" mu Ddirisa Ppya" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Kyusa" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Lambula" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Laga Ekkubo mu Bujjuvu" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Genda awantu wonna ku kkubo %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3911,6 +3871,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Genda awantu ku Kkubo" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Bifo" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3934,28 +3903,28 @@ msgstr "Birala" msgid "Edit mode" msgstr "Kukyusa" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Koona Wano Okukebera Ebifo" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Koona Wano Okukyusamu Ekifo" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Obuyinza bwolina tebumala okutandika fayiro eno." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Ntandika %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3964,12 +3933,12 @@ msgstr "" "Nnemedwa okusobozesa pulguramu empeereze %1 okutandika, omulimu ngusazzamu.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Tokkirizibwa okulonda puloguramu ey'obikkula fayiro eno." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3998,12 +3967,18 @@ msgstr "Ogw'okukazza ekifaananyi mu %1 guzzeemu kiremya" msgid "Icon file too big, download aborted" msgstr "Fayiro ey'akafaananyi eyitiridde obunene, okuwanula kusazzidwamu" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Tewali puloguramu kasitoma eya yimeero" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4014,28 +3989,28 @@ msgstr "" "%1\n" "tekozeseka." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Ntandika %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Puloguramu ey'ekiragiro %1 terabika." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Tewali puloguramu egeegeenya ekiwandikiro" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nnemedwa okubikkula %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4046,7 +4021,7 @@ msgstr "" "%1\n" "ya kika kya Link naye w'eraga URL eggukirwako wereere." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4055,7 +4030,7 @@ msgstr "" "Fayiro eya puloguramu \"%1\" eri ku sisitemu eya fayiro ey'ebunaayira. " "Olw'ensonga za kwerinda tejja okutandikibwa." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4063,14 +4038,14 @@ msgstr "" "Olw'ensonga za bya kwerinda, puloguramu tezikkiriziba okutandikibwa mu " "mbeera eriwo kakano." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Okutandika puloguramu \"%1\" kyetaagisa okukyusa ndukusa ezigiriko." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4079,12 +4054,12 @@ msgstr "" "Nnemedwa okusobozesa fayiro \"%1\" okutandikibwa nga puloguramu.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Fayiro ey'enyunzi ey'awakolerwa %1 ebulamu omuko gwa Type=... ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4095,12 +4070,12 @@ msgstr "" "Kebera puloguramu zo ezibumbujja n'obubaka obulabikira awakolerwa okulaba " "oba waliwo emirimu egya ku fayiro oba okuwanula egitannaba okuggwa." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Nnemedwa okubikkula fayiro." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Tekisobose okutandika puloguramu \"%1\"." @@ -4189,12 +4164,12 @@ msgstr "" "Ekyusidwamu kuno.\n" "Ebikyuse oyagala bikazzibwe ku koppi ey'ebunaayira?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" @@ -4202,66 +4177,61 @@ msgstr "" "enkyuukakyuuka mu fayiro ekolebwako, era n'ekaza nkyukakyuka ezikoledwa mu " "fayiro eyo" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Abawandika KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "Ebirina endagiriro eza URL bikolereko mu koppi za byo eziri ku sisitemu eno. " "Koppi zinaagyibwangawo nga ebikoledwa bimaze okukazzibwa mu bintu byennyini" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Erinnya eriyinza okuwebwa fayiro eva kuwanulibwa" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ekiragiro ekiba kiyisibwa" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" "Endagiriro eya (eza) URL oba fayiro eya (eza) ku sisitemu eno 'kiragiro' mwe " "kinaanonebwa" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Ntegeka olukalala olufuga abakkirizibwa okwetuusako %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4270,7 +4240,7 @@ msgstr "" "Nnemedwa okukyusa obuyinza obw'oku\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4280,118 +4250,38 @@ msgstr "" "Nnemedwa okukyusa obwanannyini ne guluupu ku\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Nnemedwa Okukyusa Erinnya Lya Fayiro Ey'ekiseerabuseera" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Puloguramu \"mount\" embuze" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Puloguramu \"umount\" embuze" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Kyusa Ndukusa za ku Fayiro" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Endukusa empya: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Kyusa Nannyini Fayiro" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nanyini Omupya: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Gyawo Fayiro" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Gyawo Tterekero" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Kolawo Tterekero" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Endukusa eza ku Tterekero: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Bikkula Fayiro" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Bikkula Tterekero" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Erinnya Ppya: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Kigenderwa: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Kyusa Kirambe Ekiraga Ddi Fayiro Lwe Yakolebwawo" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Okuva ku: %1, Okudda ku: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ekikolwa Tekimanyidwa" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Kikolwa: %1\n" -"Nnono: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nnemedwa okukola koppi %2 mu fayiro %1. (Nmaba ya kiremya: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Mu kyuma temuli mediya ya %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nnemedwa okufuna ennamba ya mukozesa egendera ku linnya %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nnemedwa okufuna ennamba ya guluupu egendera ku guluupu %1" @@ -4433,33 +4323,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Okukebera ekifo kino kyetaagisa oweyo erinnya ly'akawunti n'akasumuluzo." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Nfo:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Okakasidwa" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Okuyingira %1 kugaanye." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4468,7 +4358,7 @@ msgstr "" "\n" "Kompyuta ewereza eyanukude ne: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4477,12 +4367,12 @@ msgstr "" "Okukebera ebifo nga oyitira mu kalaani eragidwa omala okuwayo erinnya lya " "akawunti n'akasumuluzo." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Kalaani:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Kalaani Eremedwa Okukukakasa." @@ -4537,101 +4427,101 @@ msgstr "" "okugikubuuzanga?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Kukakasa Kompyuta Eweereza" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ku %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Butabeera ekyo, ekyetaagidwa kyandisobose." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "nona ebifa ku by'obutonde" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "tegeka ebifa ku by'obutonde" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "kolawo tterekero eryetaagibwa" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "fayiro oba tterekero eriragidwa kolamu koppi" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "simbuliza fayiro oba tterekero eriragidwa" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "noonya tterekero eriragidwa" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "fayiro oba tterekero eriragidwa liteekeko ekikugizo" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "fayiro oba tterekero eriragidwa ligyeko ekikugizo" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "fayiro oba tterekero eriragidwa ligyewo" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "kalaani gibuuze by'esobola okukola" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "nona ebiri mu fayiro oba tterekero eriragidwa" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "kebera mu tterekero eriragidwa" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Omulimu ogwa %2 guzzeemu kiremya atali mulindirire (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4640,13 +4530,13 @@ msgid "" msgstr "" "Omilimu ogwa %1 gwazzeemu kiremya, %2. Ebiddako bye bimufaako mu bufunze." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Mu mulimu ogwa %1 waliwo ekigaanidwa okutuukibwako." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4655,7 +4545,7 @@ msgstr "" "Waliwo etterekero oba materekero agetaaga okumala kukolebwawo kiryoke " "kisoboke okukolawo ekifunibwa ku kigenderwa." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4670,28 +4560,28 @@ msgstr "" "tekkirizibwa okuwandikibwa buto.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Ekikugizo ekyetaagibwa tekisobose okukiteekako. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Kalaani tekola ku bisindikibwa eby'ekika kino." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 tekisobose kubanga ekifunibwa kiriko ekikugizo." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ekikolwa kino kiremesedwa olw'ekizibu ekizze awalala." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4701,7 +4591,7 @@ msgstr "" "%1 tekisobose kubanga kalaani ey'okukigenderwa egaanye okukola ku fayiro oba " "tterekero." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4710,18 +4600,18 @@ msgstr "" "Ekifo mu kifunibwa eky'okukigenderwa tekimala okuterekamu ebifa ku mbeera " "yakyo nga omukolo guno gumalirizidwa." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ekifunibwa tekigyikawo." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "sindika %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4732,15 +4622,15 @@ msgstr "Omulimu ogwa %2 guzzeemu kiremya atali mulindirire (%1)." msgid "Network" msgstr "Kayungirizi" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Empandika ey'endagiriro eya URL %1 erimu ensobi" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4752,12 +4642,12 @@ msgstr "" "%1 mwe kyabeeranga terikyaliwo. Sooka oddeemu okukolawo etterekero eryo oba " "kikulule okukiteeka mu kifo ekirala w'oyagala kizzibwewo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Amateeka ag'empulizagana agagattikidwa tegakolagana." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Fayiro esangidwa emaze okutwalibwa mu Bisuulidwa." @@ -4793,7 +4683,7 @@ msgstr "Gyawo ebiri mu bisuulidwa byonna" msgid "Restore a trashed file to its original location" msgstr "Komyawo fayiro okuva mu bisuulidwa" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Bisuulidwa nzijjuvu. Gikunkumule oba giyingire olondeko by'ogyawo." @@ -4814,17 +4704,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Ddamu" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Kaboozi Ak'enkakasa" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Tokkirizidwa" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Tokkirizibwa okukozesa empulizagana ey'ekika kya %1." @@ -4934,41 +4824,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Ennamba enkuumi gipaatiike wano..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Koona wano ennamba enkuumi epaatiikibwe awajjuzibwa." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "Ya kika kya MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "Ya kika kya SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "Ya kika kya SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "Ya kika kya SHA512:" @@ -4978,9 +4868,9 @@ msgstr "Ya kika kya SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Gibale" @@ -4989,137 +4879,220 @@ msgstr "Gibale" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Koona wano ennamba enkuumi eterekebwe awaterekebwa ebikoppedwa." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "S&azzamu" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Leeta Wano" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Ebiwanulidwa Biteeke Wano" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Teeka Wano Kkopi" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Kolawo Nyunzi Egguka wano" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Tandika" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Fayiro eno kiki ky'oyagala okugikolako?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Olulala kikolebwebukozi" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Bikkula" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Tandika" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Bikkuza %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Jjulula Ebikyusidwa" +msgid "Would you like to launch this file?" +msgstr "Fayiro eno etandikibwe?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Okujjulula ebiva mu mukola guno kyetaagisa buyinza bwa muteesiteesi. Oyagala " -"okugenda mu maaso?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Kukolawo Tterekero" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Nnono" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Kigenderwa" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kukola Koppi" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Kusimbuliza" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Kukyusa Linnya" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Twala mu Bisuulidwa" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Kugyawo" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Jjulula" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Jjulula: Okukoppa" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Jjulula: Okukolawo Nyunzi" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Jjulula: Okusimbuliza" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Jjulula: Okukyusa linnya" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Jjulula: Okutwala Mu Bisuulidwa" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Jjulula: Okukolawo Tterekero" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Jjulula: Okukolawo (ma)terekero" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Jjulula: Okukolawo Fayiro" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Jjulula: Okukyusa Mannya Kirindi" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Jjulula: Okukoppa" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Jjulula: Okukolawo Nyunzi" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Jjulula: Okusimbuliza" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Jjulula: Okukyusa linnya" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Jjulula: Okutwala Mu Bisuulidwa" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Jjulula: Okukolawo Tterekero" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Jjulula: Okukolawo (ma)terekero" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Jjulula: Okukolawo Fayiro" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Jjulula: Okukyusa Mannya Kirindi" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5132,12 +5105,12 @@ msgstr "" "n'ebigikyusidwamu.\n" "Okakasa %4 oyagala okugigyawo?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Kukakasa Omukolo Ogw'okukola Koppi Gujjululwe" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5148,21 +5121,22 @@ msgstr "" "Ddala oyagala fayiro eno egyibwewo obutadda?%1Tojja okusobola okugizza." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Gyirawo Ddala" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Gyirawo Ddala" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5178,7 +5152,7 @@ msgstr[1] "" "Ddala oyagala fayiro zino %1 zigyibwewo obutadda?Tojja okusobola okuzizza." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5188,13 +5162,13 @@ msgstr "" "Ddala oyagala ebiri mu Bisuulidwa okubigyawo obutadda?Tojja okusobola okubizza." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Kunkumula Ebisuulidwa" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5203,7 +5177,7 @@ msgid "" msgstr "" "Ddala oyagala fayiro eno okugtwala mu bisuulidwa?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5290,7 +5264,7 @@ msgstr "Nyini yo" msgid "Owning Group" msgstr "Guluupu ya Nyini Yo" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Balala" @@ -5363,106 +5337,113 @@ msgstr "Kukaza Enteekateeka za Sisitemu" msgid "Updating system configuration…" msgstr "Nkaza nteekateeka za sisitemu…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Erinnya" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Bunene" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Nnaku" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Ndukusa" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Nyini yo" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Guluupu" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Kika" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Bikkuza %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Ebikolwa" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Tterekero Li&bikkuze…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Bikkuza…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Tandika" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Tterekero Li&bikkuze %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Bikkuza %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Tterekero Li&bikkuze" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Bikkuza" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Puloguramu endala…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5470,113 +5451,137 @@ msgid_plural "%1 items" msgstr[0] "Ekintu %1" msgstr[1] "Ebintu %1" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ekika tekitegeerese" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Komya" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Keberera mu Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Kiwangidwa Okuva Ku:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ekifo ekisigadde mu kibondo:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Kika:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Ebirimu:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Bikkuza:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Kyusa..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Obusangiro:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Bunene:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Kyusa..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Ebirimu:" +msgid "Stop" +msgstr "Komya" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Keberera mu Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Egguka ku:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Amakyusa:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Lagako Ebiri Mu Fayiro" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Lwe yakolebwawo:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sisitemu ya Fayiro:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Obunene tebutegeerese" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Kiwangidwa Ku:" +msgid "Modified:" +msgstr "Amakyusa:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Amabikkula Agaasemba:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Sisitemu ya Fayiro:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Kiwangidwa Ku:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Kiwangidwa Okuva Ku:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ekifo ekisigadde mu kibondo:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Bikkuza:" +msgid "Unknown size" +msgstr "Obunene tebutegeerese" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5883,10 +5888,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Wandika wano ebitangaaza ku puloguramu eno, n'omulimu gwa yo. Byakulabirako: " "ebitangaaza ku puloguramu etandika empulizagana ku mutimbagano 'KPPP' " @@ -5894,16 +5902,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Okutangaaza:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "Eby'a&wamu" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Wano wandika wo by'olaba nti bigassa mu kutangaaza." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Wandika wano ebitangaaza ku puloguramu eno, n'omulimu gwa yo. Byakulabirako: " +"ebitangaaza ku puloguramu etandika empulizagana ku mutimbagano 'KPPP' " +"biyinza okuba \"puloguramu etandika empulizagana ku mutimbagano\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5913,8 +5931,9 @@ msgstr "Kiro&wozo:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Bigambo Bya Mu Nviromenti:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6126,7 +6145,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Awakkirizibwa bonna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6136,36 +6155,59 @@ msgstr "" "Nnemedwa okukazza eby'obutonde kubanga endukusa za kwo tezikkiriza " "okuwandika mu:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Eby'a&wamu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Keberera mu %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Nyumunguza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Sisobola okusimbuliza %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Obunene tebutegeerese" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6174,138 +6216,144 @@ msgstr "" "Mbala... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "Fayiro 1" msgstr[1] "Fayiro %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "Lirimu etterekero eddala 1" msgstr[1] "Lirimu materekero malala %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Mbala...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Butakka wansi wa %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Awandibadde linnya lya fayiro waliwo bbanga." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Tewali kika kya fayiro kiragidwa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Tewali puloguramu ekwataganyizidwa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Kolawo…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Kyusa…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Tokkirizidwa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Kukeberabukezi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Kukebera n'okukyusa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Kukeberabukezi ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kukebera n'okukyusa ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Kukeberabukezi ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kukebera n'okukyusa ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Ndukusa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Ebikkirizibwa Okukolebwa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Fayiro eno nyunzi era tebeerako ndukusa." msgstr[1] "Fayiro zonna nyunzi era tezibeerako ndukusa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Nyini yo yekka y'asobola okukyusa endukusa za kwo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Nyini yo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Bino bitegeka nyini yo by'asobola okukola." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Guluupu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Bino bitegeka bamemba ba guluupu bye basobola okukola." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Balala:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6314,28 +6362,28 @@ msgstr "" "Bino bitegeka abalala bonna, abatali banyini yo era nga ssi bamemba ba " "guluupu, bye basobola okukola." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" "Nyini tt&erekero yekka y'asobola okukyusa mannya g'ebiririmu n'okubigyawo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Fayiro &esobole okutandikibwanga nga puloguramu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Gyawo oba kyusa linnya:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Tandika:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6346,7 +6394,7 @@ msgstr "" "g'ebiririmu n'okubigyawo. Abalala basobola okwongeramu bwongezi fayiro " "empya, kasita olukusa olukkiriza ekyo luba lutegekedwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6357,42 +6405,42 @@ msgstr "" "Ebigirimu bwe bitaba puloguramu entegeke oba biragiro bya kompyuta tekigasa " "okukironda." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Ebyetaagisa &Bumanyirivu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Obwanannyini" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Mukozesa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Guluupu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Enkyukakyuka zikalize ku materekero gonna agali muno n'ebigalimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Enteekateeka Za Ndukusa Ez'etaagisa Bumanyirivu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Kiti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6401,22 +6449,22 @@ msgstr "" "Laga\n" "Ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Akatuuti kano kakkiriza ebiri mu tterekero okulabibwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Laba ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Akatuuti kano kakkiriza ebiri mu fayiro okulabibwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6425,7 +6473,7 @@ msgstr "" "Kyusamu\n" "Ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6436,45 +6484,45 @@ msgstr "" "okulitegekako olukusa lwa bwa nannyini okugaana abatali bannyi lyo okugyawo " "oba okukyusa mannya ga fayiro eziririmu ezaateekebwawo balala." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Kyusamu ebirimu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Akatuuti kano kakkiriza okukyusamu ebiri mu fayiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Kuyingira" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Akatuuti kano kakkiriza etterekero okuyingirwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Tandika" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Akatuuti kano kakkiriza puloguramu entegeke oba ebiragiro bya kompyuta ebiri " "mu fayiro eno okutandikibwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Ndukusa Ez'enjawulo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6483,7 +6531,7 @@ msgstr "" "Kabonero akawa ndukusa ez'enjawulo. Kakola ku byonna ebiri mu tterekero. " "Ebiwandikidwa mu lukumbo olwa ddyo bye biraga akabonero kye kaleetawo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6492,17 +6540,17 @@ msgstr "" "Kabonero akawa ndukusa ez'enjawulo. Bye kakola byennyini biragidwa mu " "lukumbo olw'oku ddyo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Omukozesa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Guluupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6511,7 +6559,7 @@ msgstr "" "Bw'olonda kino, nyini tterekero lino era y'ajjakuba nyini buli fayiro empya " "ekolebwa wano." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6520,7 +6568,7 @@ msgstr "" "Akatuuti bwe kategekebwa ate nga fayiro eno puloguramu, bw'etandikibwa " "ejjakukozesa obuyinza bwa nyini yo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6528,7 +6576,7 @@ msgstr "" "Bw'olonda kino, buli fayiro empya ekolebwa wano ejjakuba ne guluupu y'emu " "n'etterekero lino." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6537,7 +6585,7 @@ msgstr "" "Akatuuti bwe kategekebwa ate nga fayiro eno puloguramu, bw'etandikibwa " "ejjakukozesa obuyinza bwa guluupu ya yo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6548,7 +6596,7 @@ msgstr "" "lutategekebwako buli alina olukusa oluliwandikamu aba asobola naye okukola " "ebyo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6557,90 +6605,81 @@ msgstr "" "Olukusa olw'obwa nannyini olutegekedwa ku fayirobufayiro sisitemu eza Linux " "ziruyisa nga olutaliwo. Sisitemu ez'ebika ebirala ezimu zo zirugenderako" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Tegeka UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Tegeka GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lukusa lwa bwa nannyini" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Nyunzi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Kisinzira (Tewali Kikyuse)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Fayiro eno eriko endukusa ezitegekebwa abamanyirivu" msgstr[1] "Fayiro zino ziriko endukusa ezitegekebwa abamanyirivu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Etterekero lino liriko endukusa ezitegekebwa abamanyirivu." msgstr[1] "Amaterekero gano galiko endukusa ezitegekebwa abamanyirivu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Fayiro zino ziriko endukusa ezitegekebwa abamanyirivu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Ennamba enkuumi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Mbala…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ennamba enkuumi tekozeseka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Ekiweeredwa tekitegeerese nga ennamba ya kika kya MD5, SHA1 oba SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Ennamba ze zimu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Ennamba enkuumi ebalidwa y'esuubidwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6651,30 +6690,48 @@ msgstr "" "mu kuwanula fayiro. Gezaako okuddamu fayiro okugiwanula.
    Ennamba bwe " "ziddamu butafaanagana, tuukirira abaakola fayiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Ennamba enkuumi ebalidwa ssi y'esuubidwa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Nkakasa ennamba enkuumi…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Fayiro ze zimu." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Fayiro z'awukana." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Mbala…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6682,28 +6739,28 @@ msgstr "" "Nnemedwa okukaza eby'obutonde. Ebiri ku sisitemu eza fayiro eziri ebunaayira " "tebikolebwako." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Puloguramu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 giteekereko ekika kya fayiro" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Londako ekika oba bika bya fayiro ebinaateekebwako:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Puloguramu eziri ku sisitemu eza fayiro eziri ebunaayira tezikolebwako." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Ebisoboka ku %1 ebyetaagisa bumanyirivu" @@ -6807,22 +6864,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Teekateeka Nyunzi Ezinoonyesebwa…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Leeta akaboozi akakola ku fayiro" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Teekawo erinnya lya fayiro oba ebiri awaterekebwa ebikoppedwa:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "fayiro empaatiike" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Paatiikawo Ebiri Awaterekebwa Ebikoppedwa…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6832,19 +6893,19 @@ msgstr "" "'paatiika': ekika kya data ky'oyagala tekikyalimu. Ddamu okukoppa ky'obadde " "oyagala okupaatiika." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Paatiikawo Tterekero Limu" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Paatiikawo Fayiro Emu" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6852,47 +6913,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Paatiikawo Ekintu Kimu" msgstr[1] "&Paatiika Fayiro %1" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Paatiikawo Ebiri Awaterekebwa Ebikoppedwa…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Paatiika" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Kika kya data:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Teekawo erinnya lya fayiro oba ebiri awaterekebwa ebikoppedwa:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Erinnya erinaatuumibwa ebipaatiikidwa:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Nnaku: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Obunene: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Kaliza ku Byonna" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6902,48 +6980,51 @@ msgstr "" "Buli awajjawo ebikontanagana akaboozi kajjanga okulabika nga kakusaba " "okusooka okukakasa ekigenda okukolebwa, okugyako nga okoonye ku 'Buuka'." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Bw'otonyeza wano eppeesa bye litegeka bye bijja okukolebwanga buli lwe " "wajjangawo ebikontanagana ku materekero ku mulimu ogwa kakano." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "K&yusa linnya" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Wa Yo Erinnya Ppya" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Buuka" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Etterekero lino tolikolamu koppi oba tolisimbuliza, gendabugenzi ku kiddako" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Fayiro eno togikolamu koppi oba togisimbuliza, gendabugenzi ku kiddako" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Teeka Mu" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6956,13 +7037,13 @@ msgstr "" "Bwe wanaddamu okuba wo ekikoonagana ne fayiro esangidwawo mu tterekero era " "ojja okufuna akaboozi akakusaba okusooka kukakasa ekigenda okukolebwa." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Fayir&o ezisangidwawo nga ze zisinga okuba ez'edda ziwandikenga buto" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6972,12 +7053,12 @@ msgstr "" "ejja okuwandikibwa buto nga ebiva mu ey'ennono bye biddawo. Ezisigadde zijja " "okubuukibwanga." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Ttukiza" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6986,67 +7067,57 @@ msgstr "" "Ekikolwa kino kiddamu buzzi kuwandika '%1' obuto nga terina ky'ekyuseko.\n" "Wandikawo erinnya ppya:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Genda Mu Maaso" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Ekigenderwa oyagala okiwandika buto?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ebiri mu '%1' oyagala okubigattika mu '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Nnono" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Kigenderwa" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Ennono y'esinga obugya." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Ennono y'esinga oba ey'edda." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Fayiro ey'ennono ye ntono, enjawulo eri %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Fayiro ey'ennono ye nnene, enjawulo eri %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Fayiro ze zimu." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Fayiro ziringa ze zimu." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Fayiro z'awukana." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7055,59 +7126,56 @@ msgstr "" "Fayiro zandiba ze zimu: z'enkanankana obunene n'ebizirimu bye bimu ku " "ntandikwa, mu makkati ne gye zikoma." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kola Koppi mu Fayiro" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Fayiro '%1' eyakolebwa dda ko gyeri esangidwawo." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Fayiro efaanagana eyitibwa '%1' gyeri esangidwawo." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Fayiro '%1' esinga obugya gyeri esangidwawo." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Kyusa linnya:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Ekintu Kikyuse Erinnya" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Ebintu Bikyuse Mannya" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "K&yusa linnya" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Tuuma %1 erinnya:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Erinnya ppya #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fayiro eyitibwa %1 esangidwa wo." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 kirabika ssi linnya lya puloguramu." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7115,38 +7183,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Ekintu %1 ekitangaazidwa kituume:" msgstr[1] "Ebintu %1 ekibangaazidwa bituume:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "Awali # wajja okuddawo ennamba ezigenda z'eyongera nga zitandikira ku:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Erinnya ppya #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Ekintu %1 ekitangaazidwa kituume:" +msgstr[1] "Ebintu %1 ekibangaazidwa bituume:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Kyusa Ekiriwo" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Bikkuza:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Kyusa Ekiriwo" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Ekintu %1 ekitangaazidwa kituume:" +msgstr[1] "Ebintu %1 ekibangaazidwa bituume:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Fayiro ey'ekika kya %1 giwe erinnya:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Ekintu Kikyuse Erinnya" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Ebintu Bikyuse Mannya" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "K&yusa linnya" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Gyawo oba kyusa linnya:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Kyusa Ekiriwo" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Lagako Ebiri Mu Fayiro" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 kirabika ssi linnya lya puloguramu." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Eby'okumanya" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Kyusa Ekiriwo" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Ddamu" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Byonna Bigyewo Epipya Bidde Mu Bifo Bya Byo" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Buuka" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Byonna Bibuuke" @@ -7233,7 +7467,7 @@ msgstr "" "Kalaani ey'ebunaayira teyaweerezzayo mmatizo za SSL.\n" "Omulimu ngusazzamu kubanga sisobola kuyiga bumanye bwa kumpyuta enyunge." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7272,10 +7506,60 @@ msgstr[1] "" "emphasis>" #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Kino ogw'kukitwala mu Bisuulidwa gugaanye kubanga kiyitiridde obunene. " +"Nkigyewobugya?%1Tojjakusobola okukikomyawo." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Ekintu kino %1 ogw'kukitwala mu Bisuulidwa gugaanye kubanga kiyitiridde " +"obunene. Nkigyewobugya?%1Tojjakusobola okukikomyawo." +msgstr[1] "" +"Ebintu bino %1 ogw'kubitwala mu Bisuulidwa gugaanye kubanga biyitiridde " +"obunene. Mbigyewobugya?%1Tojjakusobola okubikomyawo." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7283,15 +7567,24 @@ msgstr "" "Nkigyewobugya?%1Tojjakusobola okukikomyawo." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7303,7 +7596,7 @@ msgstr[1] "" "obunene. Mbigyewobugya?%1Tojjakusobola okubikomyawo." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7311,48 +7604,281 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ddala oyagala ekintu kino %1 okukitwala mu Bisuulidwa?" msgstr[1] "Ddala oyagala ebintu bino %1 okubitwala mu Bisuulidwa?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Olulala kikolebwebukozi" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Olulala kikolebwebukozi" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Toddamu okulaga obubaka buno" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" "Olukolongo lw'emmatizo olwa ku kompyuta ewulizagana erabika erimu ebikyamu." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Kulabula" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Kino kijja okutandika puloguramu:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Puloguramu eno bw'oba togyesiga, koona ku Sazzamu" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Kompyuta fayiro eza puloguramu ezitandikenga nga tesoose kubuuza" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Kompyuta fayiro ez'ebiragiro ezikebezenga puloguramu eyategekebwa " +#~ "okwekubiirwa nga tesoose kubuuza" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Eno ekozesebwenga bulijjo okukebera fayiro ez'ebiragiro" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Bino osobola okubijjululira mu katunda ak'eby'enkakasa aka mu nteekateeka " +#~ "ez'ekiteekateekafayiro Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Kyusa Atiributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Okukyusa atiributo za fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala " +#~ "okugenda mu maaso?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Okukola koppi mu fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala " +#~ "okugenda mu maaso?" + +#~ msgid "Delete Files" +#~ msgstr "Gyawo fayiro" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Okugyawo fayiro kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " +#~ "maaso?" + +#~ msgid "Create Folder" +#~ msgstr "Kolawo tterekero" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Okukolawo tterekero lino kyetaagisa buyinza bwa muteesiteesi. Oyagala " +#~ "okugenda mu maaso?" + +#~ msgid "Move Items" +#~ msgstr "Simbuliza Bintu" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Okusimbuliza kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " +#~ "maaso?" + +#~ msgid "Rename" +#~ msgstr "Kyusa erinnya" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Okukyusa erinnya kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda mu " +#~ "maaso?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Okukolawo enyunzi kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda " +#~ "mu maaso?" + +#~ msgid "Transfer data" +#~ msgstr "Simbuliza data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Okusimbuliza data kyetaagisa buyinza bwa muteesiteesi. Oyagala okugenda " +#~ "mu maaso?" + +#~ msgid "Undo Changes" +#~ msgstr "Jjulula Ebikyusidwa" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Okujjulula ebiva mu mukola guno kyetaagisa buyinza bwa muteesiteesi. " +#~ "Oyagala okugenda mu maaso?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Ntegeka olukalala olufuga abakkirizibwa okwetuusako %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Kyusa Ndukusa za ku Fayiro" + +#~ msgid "New Permissions: %1" +#~ msgstr "Endukusa empya: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Kyusa Nannyini Fayiro" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nanyini Omupya: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Gyawo Fayiro" + +#~ msgid "Remove Directory" +#~ msgstr "Gyawo Tterekero" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Endukusa eza ku Tterekero: %1" + +#~ msgid "Open File" +#~ msgstr "Bikkula Fayiro" + +#~ msgid "Open Directory" +#~ msgstr "Bikkula Tterekero" + +#~ msgid "New Filename: %1" +#~ msgstr "Erinnya Ppya: %1" + +#~ msgid "Target: %1" +#~ msgstr "Kigenderwa: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Kyusa Kirambe Ekiraga Ddi Fayiro Lwe Yakolebwawo" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Okuva ku: %1, Okudda ku: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ekikolwa Tekimanyidwa" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Kikolwa: %1\n" +#~ "Nnono: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Wabewo Ppeesa erya Bukwatakifo" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Waliwo fayiro ezisimbulizibwa" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Waliwo fayiro ezikolebwamu koppi" + +#~ msgid "&Description:" +#~ msgstr "&Okutangaaza:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Wano wandika wo by'olaba nti bigassa mu kutangaaza." + +#~ msgid "Do not ask again" +#~ msgstr "Olulala kikolebwebukozi" + +#~ msgid "&Filter:" +#~ msgstr "&Sunsuza:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Fayiro ezitalina ekiwandikidwa wano mu mannya ga zo tezijja " +#~ "okulagibwa.

    Osobola okulonda ku bisunsuzibwa ebyaategekebwa ebiri mu " +#~ "menyu eyeyanjuluza, oba oyinza okuwandikawo ekikyo.

    Ebisunsuzibwa " +#~ "bi mukwasabingi nga * ne ? nabyo bikola.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Amaterekero galondewa agasukka mu limu, so nga akaboozi kano kakola ku " +#~ "limu. Kakati tekasobola kusalawo erinaakeberwa. Londa tterekero limu " +#~ "okulaba ebiririmu." + +#~ msgid "More than one folder provided" +#~ msgstr "Amaterekero galondewa agasukka mu limu" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Ku birondedwa kuliko materekero ne fayiro. Ebiri mu tterekero bijja " +#~ "okubeeramu naye zo fayiro ezirondedwa tezigenda okulagibwa mu lukalala " +#~ "olukolebwawo" + +#~ msgid "Files and folders selected" +#~ msgstr "Ku birondedwa kuliko materekero ne fayiro" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Kompyuta eweereza yafunye okukoowola naye yo teyanukulidde mu kiseera " +#~ "ekitegekedwa bwekityi:
    • Kkomo lya kulindirira enkwatagana " +#~ "kunywezebwa: sikonda %1
    • Kkomo lya kulindirira okwanukula: sikonda " +#~ "%2
    • Kkomo lya kulindirira okutuusibwa ku puloguramu kalaani: " +#~ "sikonda %3
    Genderera, osobobola okukyusa enkomo zino mu " +#~ "Nteekateeka za Sisitemu ya KDE, mu kitundu ekya Nteekateeka za " +#~ "Kayungirizi -> Nteekateeka za Nkwatagana." diff --git a/local/recipes/kde/kf6-kio/source/po/lt/kio6.po b/local/recipes/kde/kf6-kio/source/po/lt/kio6.po index 618719cb3f..51b055947c 100644 --- a/local/recipes/kde/kf6-kio/source/po/lt/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/lt/kio6.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-09-14 23:44+0300\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-07-03 01:35+0300\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -19,7 +19,7 @@ msgstr "" "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.4.2\n" +"X-Generator: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -32,26 +32,26 @@ msgid "Your emails" msgstr "" "rch@richard.eu.org, dgvirtual@akl.lt, opensuse.lietuviu.kalba@gmail.com, <>" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" -msgstr "Nepavyko pakeisti failo %1 nuosavybės" +msgstr "Nepavyko modifikuoti failo %1 nuosavybės" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"Nepavyko pakeisti failo %1 nuosavybės. Jums nepakanka " -"prieigos prie failo, kad atliktumėte pakeitimus." +"Nepavyko modifikuoti failo %1 nuosavybės. Jums " +"nepakanka prieigos prie failo, kad atliktumėte pakeitimus." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nepavyko sukurti KIO darbininko: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -63,7 +63,7 @@ msgstr "" "Nepavyko sukurti simbolinės nuorodos „%1“.\n" "Paskirties failų sistema (%2) nepalaiko simbolinių nuorodų." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -78,7 +78,7 @@ msgstr "" "Pasirinkus „Pakeisti“, bet kurie netinkami simboliai (esantys paskirties " "aplanko pavadinime) bus pakeisti pabraukimo brūkšniu „_“." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -93,23 +93,23 @@ msgstr "" "Pasirinkus „Pakeisti“, bet kurie netinkami simboliai (esantys paskirties " "failo pavadinime) bus pakeisti pabraukimo brūkšniu „_“." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Aplankas jau yra" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Failas jau yra" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Jau yra kaip aplankas" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Šiukšlinė" @@ -211,206 +211,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Perkeliama" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Šaltinis" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Paskirtis" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Pervadinama" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopijuojama" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Kuriamas katalogas" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Katalogas" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Ištrinama" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Failas" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Tyrinėjama" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Perduodama" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Prijungiama" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Įrenginys" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Prijungimo taškas" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Atjungiama" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Keisti atributą" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Norint keisti atributus, reikia supernaudotojo (root) teisių. Ar norite " -"tęsti?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopijuoti failus" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Norint užbaigti kopijavimo operaciją, reikia supernaudotojo (root) teisių. " -"Ar norite tęsti?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Ištrinti failus" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Norint užbaigti ištrynimo operaciją, reikia supernaudotojo (root) teisių. " -"Vis dėlto, tai atlikdami galite pažeisti savo sistemą. Ar norite tęsti?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Sukurti aplanką" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Norint sukurti šį aplanką, reikia supernaudotojo (root) teisių. Ar norite " -"tęsti?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Perkelti elementus" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Norint užbaigti perkėlimo operaciją, reikia supernaudotojo (root) teisių. Ar " -"norite tęsti?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Pervadinti" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Norint užbaigti pervadinimą, reikia supernaudotojo (root) teisių. Ar norite " -"tęsti?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Sukurti simbolinę nuorodą" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Norint sukurti simbolinę nuorodą, reikia supernaudotojo (root) teisių. Ar " -"norite tęsti?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Perduoti duomenis" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Norint užbaigti duomenų perdavimą, reikia supernaudotojo (root) teisių. Ar " -"norite tęsti?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -840,6 +730,11 @@ msgstr "Failas yra per didelis, kad galėtų būti perkeltas į šiukšlinę." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Nepavyko surasti ar sukurti šiai vietai skirto šiukšlinės aplanko." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -850,65 +745,65 @@ msgstr "" "Prašome išsiųsti išsamų pranešimą apie programos klaidą į https://bugs.kde." "org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nežinomas)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Techninė priežastis: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Išsamiau apie užklausą:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokolas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Data ir laikas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Papildoma informacija: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Galimos priežastys:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Galimi sprendimai:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nežinoma)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -917,17 +812,17 @@ msgstr "" "Kreipkitės į atitinkamą kompiuterių pagalbos tarnybą, ar sistemos " "administratorių, ar techninės pagalbos grupę dėl tolesnės pagalbos." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Kreipkitės į serverio administratorių dėl tolesnės pagalbos." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Patikrinkite savo leidimus naudotis šiuo ištekliu." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -936,7 +831,7 @@ msgstr "" "Jūsų prieigos leidimai gali būti neadekvatūs, kad būtų atliekama užklausta " "operacija su šiuo ištekliu." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -944,7 +839,7 @@ msgstr "" "Failas gali būti naudojamas (ir tokiu būdu užrakintas) kito naudotojo ar " "kitos programos." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -953,17 +848,17 @@ msgstr "" "Patikrinkite, ar jokia kita programa ar naudotojas nenaudoja failo ar nėra " "užrakinusi failo." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Nors tai mažai tikėtina, bet, galbūt, įvyko aparatinės įrangos klaida." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Turbūt susidūrėte su programos klaida." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -972,7 +867,7 @@ msgstr "" "Greičiausiai tai pačios programos klaida. Pagalvokite apie viso klaidos " "aprašymo pateikimą, kaip tai aprašyta žemiau." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -982,7 +877,7 @@ msgstr "" "platinamasis paketas turėtų pateikti priemones, skirtas atnaujinti " "programinę įrangą." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1002,12 +897,12 @@ msgstr "" "pranešime apie programos klaidą, kartu su visomis kitomis detalėmis, kurios " "jūsų nuomone gali padėti." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Gali būti, kad yra problemų su tinklo ryšiu." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1017,7 +912,7 @@ msgstr "" "pastaruoju metu naudojotės internetu be problemų, tuomet tai yra mažai " "tikėtina." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1026,43 +921,43 @@ msgstr "" "Gali būti, kad yra problemų kažkurioje tinklo atkarpoje tarp serverio ir šio " "kompiuterio." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Bandykite dar kartą dabar arba vėliau." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Galbūt, įvyko protokolo klaida ar nesuderinamumas." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Įsitikinkite, kad išteklius yra ir bandykite dar kartą." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Gali būti, kad nurodyto ištekliaus nėra." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Pakartotinai patikrinkite, ar įvedėte teisingą vietą ir bandykite dar kartą." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Patikrinkite tinklo ryšio būseną." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nepavyksta atverti ištekliaus skaitymui" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 turinio " "nepavyko pasiekti, nes negali būti gauta prieiga skaitymui." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Galbūt, neturite leidimo skaityti failą ar atverti aplanką." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nepavyksta atverti ištekliaus rašymui" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1090,17 +985,17 @@ msgstr "" "Tai reiškia, kad norimo failo %1 nepavyko įrašyti, nes " "negali būti gauta prieiga su leidimu rašyti." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nepavyksta paleisti proceso, kurio reikia %1 protokolui" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nepavyksta paleisti proceso" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolu. Taip įprastai būna dėl techninių " "priežasčių." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1122,12 +1017,12 @@ msgstr "" "neatnaujinta, kai paskutinį kartą atnaujinote KDE. Dėl to, programa galėjo " "pasidaryti nesuderinama su dabartine KDE versija ir nepasileisti." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Vidinė klaida" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokolu, pranešė apie vidinę klaidą." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Neteisingai suformuotas URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nepalaikomas protokolas %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1170,12 +1065,12 @@ msgstr "" "Šiuo metu šiame kompiuteryje įdiegtos KDE programos nepalaiko %1 protokolo." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Užklaustas protokolas gali būti nepalaikomas." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1184,7 +1079,7 @@ msgstr "" "Protokolo %1 versijos palaikomos šio kompiuterio bei serverio yra " "nesuderinamos." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1196,17 +1091,17 @@ msgstr "" "kuriose ieškoti, gali būti ir https://" "store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL nenurodo į išteklių." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokolas nėra filtravimo protokolas" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LU
    niversal Resource Locator (URL) adresas " "nenurodo, kur yra konkretus išteklius." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1227,12 +1122,12 @@ msgstr "" "tinkamas naudoti tik tokiose situacijose, vis dėlto, tai nėra viena iš tų " "situacijų. Tai retas įvykis ir, greičiausiai, nurodo į programavimo klaidą." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nepalaikomas veiksmas: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1241,7 +1136,7 @@ msgstr "" "Užklaustas veiksmas nėra palaikomas KDE programos, kuri įgyvendina " "%1 protokolą." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1252,17 +1147,17 @@ msgstr "" "informacija turėtų suteikti jums daugiau informacijos, nei KDE įvedimo / " "išvedimo architektūra gali turėti." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Bandymas rasti kitą būdą tam pačiam tikslui pasiekti." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Tikėtasi failo" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1270,17 +1165,17 @@ msgid "" msgstr "" "Paklausus tikėtasi failo, tačiau buvo rastas aplankas %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Gali būti, kad tai klaida serverio pusėje." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Tikimasi aplanko" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1288,17 +1183,17 @@ msgid "" msgstr "" "Paklausus tikėtasi aplanko, bet vietoje to gautas failas %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Failo ar aplanko nėra" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Nurodyto failo ar aplanko %1 nėra." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1306,24 +1201,24 @@ msgid "" msgstr "" "Failas negali būti sukurtas, nes jau yra kitas failas tuo pačiu pavadinimu." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Pabandykite, iš pradžių, perkelti esamą failą į kitą vietą, o tuomet " "bandykite dar kartą." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Ištrinkite esamą failą ir bandykite vėl." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Pasirinkite kitą pavadinimą naujam failui." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1332,29 +1227,29 @@ msgstr "" "Toks aplankas negali būti sukurtas, nes jau yra kitas aplankas tuo pačiu " "pavadinimu." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Pabandykite, iš pradžių, perkelti aplanką į kitą vietą, o tuomet bandykite " "dar kartą." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Ištrinkite esamą aplanką ir bandykite dar kartą." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Pasirinkite kitą pavadinimą naujam aplankui." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nežinomas mazgas" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1363,7 +1258,7 @@ msgstr "" "Nežinoma mazgo klaida reiškia, kad serverio, pavadinimu %1, nepavyko " "rasti internete." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1371,29 +1266,29 @@ msgstr "" "Gali būti, kad jūsų įrašyto pavadinimo %1 nėra: galbūt, jis neteisingai " "įrašytas." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Prieiga negalima" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Prieiga prie nurodyto ištekliaus buvo atmesta, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Galbūt, pateikėte neteisingus tapatybės nustatymo duomenis arba visai jų " "nepateikėte." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Gali būti, kad jūsų paskyra neturi prieigos prie nurodyto ištekliaus." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1402,12 +1297,12 @@ msgstr "" "Pabandykite dar kartą ir įsitikinkite, kad jūsų tapatybės nustatymo duomenys " "įvesti teisingai." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Rašymo prieiga negalima" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1415,12 +1310,12 @@ msgid "" msgstr "" "Tai reiškia, kad bandymas rašyti į failą %1 buvo atmestas." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nepavyko patekti į aplanką" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1429,17 +1324,17 @@ msgstr "" "Tai reiškia, kad bandymas įeiti į (kitais žodžiais tariant, atverti) " "nurodytą aplanką %1 buvo atmestas." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Aplanko sąrašas neprieinamas" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokolas %1 nėra failų sistema" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1449,12 +1344,12 @@ msgstr "" "Tai reiškia, kad pateikus užklausą, kuriai reikėjo nustatyti aplanko turinį, " "KDE programa, palaikanti šį protokolą, nesugebėjo to padaryti." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Rasta ciklinė nuoroda" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1467,7 +1362,7 @@ msgstr "" "uždarą ciklą – pvz., buvo sukurta (galbūt, per tarpinius failus) failo " "nuoroda į save patį." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1476,27 +1371,27 @@ msgstr "" "Ištrinkite vieną ciklo dalį taip, kad tai nesukurtų begalinio ciklo, ir " "bandykite dar kartą." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Naudotojas nutraukė užklausą" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Užklausa nebuvo užbaigta, nes buvo nutraukta." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Pakartoti užklausą." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kopijuojant pastebėta ciklinė nuoroda" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1509,17 +1404,17 @@ msgstr "" "nuorodą ar nuorodų seriją, sukuriančią uždarą ciklą – pvz., buvo sukurta " "(galbūt per tarpinius failus) failo nuoroda į save patį." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nepavyko sukurti tinklo ryšio" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nepavyko sukurti lizdo" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1528,8 +1423,8 @@ msgstr "" "Tai yra techninė klaida, reiškianti, kad nepavyko sukurti tinklo " "komunikacijoms reikalingo įrenginio (lizdo)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1538,12 +1433,12 @@ msgstr "" "Gali būti, kad tinklo ryšys yra neteisingai sukonfigūruotas arba gali būti " "neįjungta tinklo sąsaja." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Prijungimas prie serverio atmestas" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1551,7 +1446,7 @@ msgid "" msgstr "" "Serveris %1 atsisakė leisti šiam kompiuteriui prisijungti." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1560,7 +1455,7 @@ msgstr "" "Serveris, nors dabar prijungtas prie interneto, gali būti nesukonfigūruotas " "leisti užklausas." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1569,7 +1464,7 @@ msgstr "" "Gali būti, kad nors serveris šiuo metu prijungtas prie interneto, jame nėra " "paleista reikalinga tarnyba (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1579,12 +1474,12 @@ msgstr "" "Galbūt, įsivėlė tinklo užkarda (įrenginys, ribojantis interneto užklausas), " "kuri saugo arba jūsų tinklą, arba serverio tinklą, ir neleido šios užklausos." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Ryšys su serveriu netikėtai nutrūko" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1593,7 +1488,7 @@ msgstr "" "Nors ryšys su %1 buvo užmegztas, ryšys nutrūko netikėtame " "komunikavimo taške." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1602,17 +1497,17 @@ msgstr "" "Galbūt, įvyko protokolo klaida, privertusi serverį, kaip atsaką į klaidą, " "nutraukti ryšį." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL išteklius neteisingas" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokolas %1 nėra filtravimo protokolas" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LU
    niversal Resource Locator (URL) nenurodo " "teisingo mechanizmo konkrečiam ištekliui pasiekti, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1634,17 +1529,17 @@ msgstr "" "protokolą būtent taip, vis dėlto, protokolas negali atlikti tokio veiksmo. " "Tai retas įvykis, ir greičiausiai nurodo į programavimo klaidą." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nepavyksta inicijuoti įvedimo/išvedimo įrenginio" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nepavyko prijungti įrenginio" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1653,7 +1548,7 @@ msgstr "" "Užklaustas įrenginys negali būti inicijuotas (prijungtas). Klaida buvo: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1665,7 +1560,7 @@ msgstr "" "nešiojamo įrenginio atveju, gali būti, kad įrenginys nėra tinkamai " "prijungtas." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1676,7 +1571,7 @@ msgstr "" "sistemose įrenginio inicijavimui dažnu atveju reikia administratoriaus " "teisių." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1686,17 +1581,17 @@ msgstr "" "diskus, išoriniai įrenginiai turi būti prijungti ir įjungti; ir mėginkite " "vėl." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nepavyko deinicijuoti įvedimo/išvedimo įrenginio" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nepavyko atjungti įrenginio" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1705,7 +1600,7 @@ msgstr "" "Užklausto įrenginio nepavyko deinicijuoti (atjungti). Nurodyta klaida buvo: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1716,7 +1611,7 @@ msgstr "" "programos ar naudotojo. Netgi tokie dalykai, kaip atvertas šiame įrenginyje " "naršyklės langas, gali išlaikyti įrenginį užimtą." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1726,19 +1621,19 @@ msgstr "" "Gali būti, kad neturite leidimų deinicijuoti (atjungti) įrenginio. Unix " "sistemose, dažnai, įrenginio deinicijavimui reikia administratoriaus teisių." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Patikrinkite, ar jokia kita programa ar naudotojas nenaudoja įrenginio ir " "bandykite dar kartą." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nepavyksta skaityti iš ištekliaus" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1747,17 +1642,17 @@ msgstr "" "Tai reiškia, kad nors išteklius %1 galėjo būti atvertas, " "skaitant jo turinį, įvyko klaida." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Gali būti, kad neturite leidimo skaityti iš ištekliaus." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nepavyksta rašyti į išteklių" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1766,22 +1661,22 @@ msgstr "" "Tai reiškia, kad nors išteklius %1 galėjo būti atvertas, " "rašant į jį, įvyko klaida." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Gali būti, kad neturite leidimo rašyti į išteklių." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nepavyksta klausyti laukiant tinklo ryšių" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nepavyko susieti" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1791,17 +1686,17 @@ msgstr "" "Tai yra techninė klaida, reiškianti, kad tinklo komunikacijoms reikalingam " "įrenginiui (lizdui) nepavyko pradėti klausyti gaunamųjų tinklo ryšių." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nepavyksta klausyti" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nepavyksta priimti tinklo ryšio" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1810,17 +1705,17 @@ msgstr "" "Tai yra techninė klaida, reiškianti, kad, bandant priimti gaunamą tinklo " "ryšį, įvyko klaida." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Galbūt Jūs neturite leidimo priimti prisijungimus." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Prisijungimas patyrė nesėkmę: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1828,17 +1723,17 @@ msgstr "" "Bandymas prisijungti, kad galima būtų įvykdyti nurodytą operaciją, buvo " "nesėkmingas." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nepavyko nustatyti ištekliaus būsenos" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nepavyksta gauti informacijos apie ištekliaus būseną" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1847,71 +1742,71 @@ msgstr "" "Bandymas nustatyti informaciją apie ištekliaus %1 būseną, " "tokią kaip ištekliaus pavadinimas, tipas, dydis, kt., buvo nesėkmingas." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Gali būti, kad nurodyto ištekliaus niekada nebuvo arba jis yra neprieinamas." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nepavyksta atsisakyti išvardijimo" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: dokumentuoti tai" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nepavyko sukurti aplanko" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Bandymas sukurti nurodytą aplanką nepavyko." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Gali būti, kad vietos, kurioje turėjo būti sukurtas aplankas, nėra." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nepavyksta pašalinti aplanko" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Bandymas pašalinti nurodytą aplanką %1 patyrė nesėkmę." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Gali būti, kad nurodyto aplanko nėra." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Gali būti, kad nurodytas aplankas netuščias." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Įsitikinkite, kad aplankas yra ir, kad jis tuščias, ir bandykite dar kartą." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nepavyko pratęsti failo perdavimo" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1920,36 +1815,36 @@ msgstr "" "Nurodyta užklausa paprašė pratęsti failo %1 perdavimą nuo " "nurodyto taško. Tai buvo neįmanoma." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Gali būti, kad protokolas arba serveris nepalaiko failų persiuntimo " "pratęsimo." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" "Bandykite dar kartą, tik šį kartą be perdavimo pratęsimo nuo nurodyto taško." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nepavyko pervadinti ištekliaus" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Bandymas pervadinti nurodytą išteklių %1 patyrė nesėkmę." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nepavyksta pakeisti ištekliaus leidimų" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 leidimus patyrė " "nesėkmę." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nepavyko pakeisti išteklio nuosavybės" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 leidimus patyrė " "nesėkmę." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nepavyko ištrinti ištekliaus" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Bandymas ištrinti nurodytą išteklių %1 patyrė nesėkmę." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Programa netikėtai baigė darbą" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 protokolu, netikėtai baigė darbą." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Trūksta atminties" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolo, negali gauti tolesniam darbui reikalingos atminties." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nežinomas įgaliotojo serverio mazgas" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, gauta klaida „nežinomas mazgas“. Nežinomo mazgo klaida reiškia, kad " "nepavyko rasti internete nurodyto vardo." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2038,18 +1933,18 @@ msgstr "" "įgaliotojo serverio mazgo vardu. Tačiau, jei pastaruoju metu naudojotės " "internetu be jokių problemų, tuomet tai yra mažai tikėtina." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "" "Dar kartą patikrinkite įgaliotojo serverio nuostatas ir bandykite dar kartą." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Nepavyko nustatyti tapatybės: metodas %1 nepalaikomas" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2060,7 +1955,7 @@ msgstr "" "suteikti įgaliojimų, nes serverio naudojamas metodas nėra palaikomas KDE " "programos, įgyvendinančios %1 protokolą." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2070,17 +1965,17 @@ msgstr "" "bugs.kde.org/\">https://bugs.kde.org/, kad informuotumėte KDE komandą " "apie nepalaikomą tapatybės nustatymo metodą." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Užklausa nutraukta" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Vidinė klaida serveryje" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2089,7 +1984,7 @@ msgstr "" "Serveryje esanti programa, suteikianti prieigą prie %1 " "protokolo, pranešė apie vidinę klaidą: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2098,12 +1993,12 @@ msgstr "" "Greičiausiai, tai pačios serverio programos klaida. Apsvarstykite galimybę " "pateikti visą pranešimą apie klaidą, kaip tai aprašyta žemiau." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Susisiekite su serverio administratoriumi dėl tolesnės pagalbos." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2112,42 +2007,33 @@ msgstr "" "Jei žinote, kas yra serverio programinės įrangos autoriai, išsiųskite " "pranešimą apie klaidą tiesiogiai jiems." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Laiko limito klaida" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Nors kontaktas su serveriu buvo užmegztas, atsakymo nebuvo gauta per laiką, " -"skirtą užklausai, kaip nurodyta žemiau:
    • Ryšio užmezgimo laiko " -"limitas: %1 sekundžių
    • Atsakymo gavimo laiko limitas: %2 sekundžių
    • Prieigos prie įgaliotųjų serverių laiko limitas: %3 sekundžių
    • Turėkite omenyje, kad šias laiko limitų reikšmes galite keisti KDE " -"sistemos nuostatose, pasirinkę Tinklo nuostatos -> Ryšio nuostatos." +"Nors su serveriu ir buvo užmegztas ryšys, nebuvo gautas atsakymas per " +"užklausai skirtą laiką." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Serveris buvo pernelyg užimtas atsakinėdamas į kitas užklausas, kad neatsakė " "į jūsų." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nežinoma klaida" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolo, pranešė apie nežinomą klaidą: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nežinoma pertrauktis" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolo, pranešė apie nežinomo tipo pertrauktį: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nepavyko ištrinti pradinio failo" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2186,12 +2072,12 @@ msgstr "" "perkėlimo operacijos pabaigoje. Nepavyko ištrinti pradinio failo %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nepavyko ištrinti laikinojo failo" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2202,12 +2088,12 @@ msgstr "" "naujas atsiunčiamas failas. Nepavyko ištrinti šio laikinojo failo " "%1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nepavyko pervadinti pradinio failo" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2216,12 +2102,12 @@ msgstr "" "Nurodyta operacija reikalavo pervadinti pradinį failą %1, " "vis dėlto, jo nepavyko pervadinti." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nepavyko pervadinti laikinojo failo" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2230,32 +2116,32 @@ msgstr "" "Nurodyta operacija reikalavo sukurti laikinąjį failą %1, " "vis dėlto, jo nepavyko sukurti." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nepavyko sukurti nuorodos" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nepavyko sukurti simbolinės nuorodos" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nepavyko sukurti užklaustos simbolinės nuorodos %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nėra turinio" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Diskas pilnas" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2264,7 +2150,7 @@ msgstr "" "Nepavyko rašyti į nurodytą failą %1, nes nėra pakankamai " "vietos diske." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2276,12 +2162,12 @@ msgstr "" "saugojimo laikmenas, tokias kaip CD-rašomi diskai; ar 3) įsigydami didesnės " "talpos saugyklą." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Šaltinio ir paskirties failai yra vienodi" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2290,17 +2176,17 @@ msgstr "" "Operacija negali būti įvykdyta, nes šaltinio ir paskirties failas yra tas " "pats." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Pasirinkite paskirties failui kitokį pavadinimą." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Failas ar aplankas numestas į save patį" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2309,34 +2195,34 @@ msgstr "" "Operacija negali būti įvykdyta, nes šaltinio ir paskirties failas yra tas " "pats." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Numeskite elementą į kitą failą ar aplanką." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Aplankas perkeliamas į save patį" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "Veiksmo negalima atlikti, nes šaltinį bandoma perkelti į jį patį." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Perkelti elementą į kitą aplanką." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nepavyko susisiekti su slaptažodžių serveriu" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2345,24 +2231,24 @@ msgstr "" "Nepavyko užbaigti operacijos, nes nepavyko susisiekti su slaptažodžių " "užklausos tarnyba (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Bandykite iš naujo paleisti seansą arba peržiūrėkite žurnaluose esančias " "klaidas iš kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nepavyksta inicijuoti %1 protokolo" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nepavyko sukurti KIO darbininko" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2371,7 +2257,7 @@ msgstr "" "Nepavyko paleisti KIO darbininko, teikiančio prieigą prie %1 protokolo. Taip įprastai nutinka dėl techninių priežasčių." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2380,13 +2266,13 @@ msgstr "" "klauncher nepavyko surasti ar paleisti įskiepio, kuris pateikia protokolą. " "Tai reiškia, jog, gali būti, kad jūsų įskiepio versija yra pasenusi." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nepavyko perduoti %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2396,7 +2282,7 @@ msgstr "" "Nepavyko perduoti failo %1, nes paskirties failų " "sistema nepalaiko tokių didelių failų" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2405,28 +2291,28 @@ msgstr "" "Iš naujo formatuokite paskirties diską, norėdami naudoti failų sistemą, " "palaikančią tokius didelius failus." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentuota klaida" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simbolinė nuoroda į %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Nuoroda į %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Veda į %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2435,12 +2321,12 @@ msgstr "" "Blogai suformuotas URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nepavyko nustatyti %1 failo tipo" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2449,13 +2335,13 @@ msgstr "" "Nepavyko išskleisti vykdomojo pavadinimo iš „%1“, įrašykite teisingą " "programos pavadinimą." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Atrodo, kad %1 nėra vykdomoji programa." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2465,92 +2351,92 @@ msgstr "" "%1 nerastas; įveskite tinkamą kelią į vykdomąją " "programą." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ryšių užmezgimas nėra palaikomas naudojant protokolą %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ryšių nutraukimas nėra palaikomas naudojant protokolą %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Prieiga prie failų nėra palaikoma naudojant protokolą %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Rašymas į %1 nėra palaikomas." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Protokolui %1 nėra prieinamų specialių veiksmų." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Aplankų išvardijimas protokolui %1 nėra palaikomas." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Duomenų gavimas iš %1 nėra palaikomas." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "MIME tipų informacijos gavimas iš %1 nėra palaikomas." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Failų pervadinimas ar perkėlimas %1 viduje nėra palaikomas." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Simbolinių nuorodų kūrimas nėra palaikomas naudojant protokolą %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Failų kopijavimas %1 viduje nėra palaikomas." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Failų ištrynimas iš %1 nėra palaikomas." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Aplankų kūrimas naudojant protokolą %1 nėra palaikomas." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Failų atributų keitimas nėra palaikomas naudojant protokolą %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Failų nuosavybės keitimas yra nepalaikomas naudojant protokolą %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Failų atvėrimas yra nepalaikomas naudojant protokolą %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokolas %1 nepalaiko veiksmo %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2558,314 +2444,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"KIO darbininko, skirto „%1“ protokolui , kuris įprastai prašo viršesnių " +"leidimų, saugumas negali būti garantuotas, nes be supernaudotojo (root) yra " +"ir kitų naudotojų, turinčių leidimą modifikuoti jį ties %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nežinomas protokolas „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nepavyksta rasti KIO darbininko, skirto „%1“ protokolui." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO darbininkas, skirtas „%1“ protokolui, esančiam %2, nebuvo įkeltas, nes " +"visi KIO darbininkai, kurie yra už %3 ribų ir prašo didesnių teisių, yra " +"laikomi nesaugiais." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nepavyko sukurti lizdo, kuris paleistų KIO darbininką, skirtą „%1“ " "protokolui." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "Nepavyko rasti „kioworker“ darbininko ties „%1“" +msgstr "Nepavyko rasti „kioworker“ vykdomojo ties „%1“" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Išsamiau" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Amžinai" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Tęsti" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Tik &dabartinis seansas" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Perkelti į naują aplanką" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Sukurti šiems elementams naują aplanką" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nepažymėjote norimo ištrinti failo." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nėra ką ištrinti" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nepažymėjote į šiukšlinę perkeltino failo." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nėra ką perkelti į šiukšlinę" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Nurodyto aplanko nėra arba jo neįmanoma perskaityti." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meniu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Viršaplankis" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Grįžti" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Eiti pirmyn" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Namų aplankas" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Įkelti iš naujo" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Naujas aplankas…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Perkelti į šiukšlinę" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Ištrinti" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Rikiavimas" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Rikiuoti pagal pavadinimą" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Rikiuoti pagal dydį" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Rikiuoti pagal datą" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Rikiuoti pagal tipą" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Didėjančiai" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Mažėjančiai" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Pirma aplankai" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Paskiausiai paslėpti failai" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Piktogramų rodinys" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktiškas rodinys" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Išsamus rodinys" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Piktogramos pozicija" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Šalia failo pavadinimo" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Virš failo pavadinimo" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Trumpas rodinys" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Išsamus rodinys" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Medžio rodinys" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Išsamus medžio rodinys" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Leisti išskleisti rodant išsamiai" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Rodyti paslėptus failus" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Rodyti peržiūros skydelį" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Rodyti peržiūrą" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Atverti vidinį aplanką" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Savybės" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Rodinio veiksena" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Ž-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Ž" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Pirmiausia naujausi" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Pirmiausia seniausi" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Pirmiausia naujausi" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Pirmiausia didžiausi" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Pirmiausia mažiausi" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koduotė:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Atverti" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Įrašyti kaip" @@ -2912,40 +2825,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Perkelti čia" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Visi failai" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Visi palaikomi failai" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Visi failai" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Pridėti vietų įrašą" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Taisyti vietų įrašą" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2957,17 +2870,17 @@ msgstr "" "vienas ar du žodžiai, kurie padėtų prisiminti, į ką kreipia šis įrašas. Jei " "nieko neįrašysite, aprašas bus automatiškai sukurtas pagal vietos URL
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "E&tiketė:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Įveskite apibūdinančią etiketę" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2980,12 +2893,12 @@ msgstr "" "ftp.kde.org/pub/ kde/stable

      Paspaudę ant mygtuko prie teksto " "redagavimo langelio, pateksite į nurodytą URL.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Vieta:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2994,17 +2907,17 @@ msgstr "" "Ši piktograma bus rodoma Vietų skydelyje.

      Spustelėkite ant " "mygtuko, norėdami pasirinkti kitą piktogramą.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Pasirinkite &piktogramą:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Rodyti &tik naudojant šią programą (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3015,201 +2928,207 @@ msgstr "" "naudojant šią programą. (%1).

      Jei ši nuostata nėra pasirinkta, " "įrašas bus prieinamas visoms programoms.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Vietos" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Nuotoliniai" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Paskiausi" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Ieškoti" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Įrenginiai" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Keičiamieji įrenginiai" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Žymės" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (iš %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Visos žymės" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Namai" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Darbalaukis" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumentai" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Atsiuntimai" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Tinklas" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Šiukšlinė" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzika" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Paveikslai" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vaizdo įrašai" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Paskiausiai naudoti failai" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Paskiausios vietos" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modifikuota šiandiena" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modifikuota vakar" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nepavyko įtraukti į Vietų skydelį: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Tik aplankai gali būti įtraukti į Vietų skydelį." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfigūruoti…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Atlaisvinama…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "A&tlaisvinti" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Saugiai pašalinamas…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Saugiai pašalinti" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Atjungiamas…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Atj&ungti" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Išstumti" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Įrenginys „%1“ nėra diskas ir negali būti išstumtas." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Įvyko klaida bandant pasiekti „%1“. Sistemos atsakymas: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Bandant pasiekti „%1“ įvyko netikėta klaida" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -"Vienas ar daugiau failų iš šio įrenginio yra atverta tam tikrose programose." +"Vienas ar daugiau failų iš šio įrenginio yra atverti tam tikrose programose." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3218,7 +3137,7 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" -"Vienas ar daugiau failų iš šio įrenginio yra atverta programoje " +"Vienas ar daugiau failų iš šio įrenginio yra atverti programoje " "„%2“." msgstr[1] "" "Vienas ar daugiau failų iš šio įrenginio yra atverta šiose programose: " @@ -3230,108 +3149,108 @@ msgstr[3] "" "Vienas ar daugiau failų iš šio įrenginio yra atverta šiose programose: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Formatuoti iš naujo ar taisyti naudojant skaidinių tvarkytuvę" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 laisva iš %2 (%3% panaudota)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (paslėpta)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Išvalyti šiukšlinę" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Prijungti" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Atverti naujoje kortelėje" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Atverti naujame lange" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Pridėti įrašą…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Taisyti…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Šalinti iš Vietų" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Slėpti" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Slėpti skyrių „%1“" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Slėpti skyrių" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Rodyti visus įrašus" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Piktogramų dydis" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3339,51 +3258,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automatiškai keisti dydį" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Mažas (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Vidutinis (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Didelis (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Didžiulis (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Galite pasirinkti tik vieną failą" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Pateiktas daugiau nei vienas failas" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Galite pasirinkti tik vietinius failus" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Nuotoliniai failai nepriimami" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3400,52 +3319,22 @@ msgstr[2] "" msgstr[3] "" "Pasirinktas URL naudoja nepalaikomą schemą. Naudokite šias schemas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nepalaikoma URL schema" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Pažymėtas daugiau kaip vienas aplankas, o šis dialogas nepriima kelių " -"aplankų, todėl neįmanoma nuspręsti į kurį aplanką įžengti. Pažymėkite vieną " -"aplanką, kad išvardytumėte jo turinį." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Pateiktas daugiau nei vienas aplankas" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Buvo pažymėtas bent vienas aplankas ir bent vienas failas. Pažymėtų failų " -"bus nepaisoma, bus pateikiamas tik aplankų sąrašas" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Failai ir aplankai pažymėti" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nepavyko rasti failo „%1“" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nepavyksta atverti failo" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3456,47 +3345,47 @@ msgstr "" "

      Pavyzdžiui, jei dabartinė vieta yra file:/home/konqi, paspaudę " "šį mygtuką pateksite į file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Spustelėkite šį mygtuką, norėdami eiti vienu žingsniu atgal naršymo " "istorijoje." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Spustelėkite šį mygtuką, norėdami eiti vienu žingsniu pirmyn naršymo " "istorijoje." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Spustelėkite šį mygtuką, norėdami iš naujo įkelti esamo puslapio turinį." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Spustelėkite šį mygtuką norėdami sukurti naują aplanką." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Rodyti vietų skydelį" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Rodyti žymelių mygtuką" +msgid "Show Quick Filter" +msgstr "Rodyti greito filtro juostą" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Parinktys" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3511,12 +3400,12 @@ msgstr "" "rodymą
    • Vietų skydelį
    • failų peržiūrą
    • aplankų " "atskyrimą nuo failų
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Žymelės" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3530,12 +3419,35 @@ msgstr "" "lygiai taip pat, kaip ir kitos KDE žymelės." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "Pa&vadinimas:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Atšaukti failo pavadinimo pakeitimą" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Išlaikyti filtrą keičiant aplankus" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtruoti pagal pavadinimą…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Slėpti filtro juostą" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3547,12 +3459,12 @@ msgstr "" "Ši ypatybė gali būti valdoma spustelėjus dešiniuoju pelės mygtuku ir " "pasirinkus norimą veikseną per meniu Teksto užbaigimas." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Tai yra pavadinimas, kuriuo įrašomas failas." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3561,74 +3473,78 @@ msgstr "" "Tai yra atveriamų failų sąrašas. Gali būti nurodytas daugiau nei vienas " "failas, išvardijant kelis, atskiriant juos tarpais." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Tai yra atveriamo failo pavadinimas." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Vietos" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Failas „%1“ Jau yra. Ar norite jį perrašyti?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Perrašyti failą?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Galite pasirinkti tik vietinius failus." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Nuotoliniai failai nepriimami" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Visi aplankai" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Dabartinis katalogas: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Atverti" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Piktogramų dydis: %1 piks." -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatiškai parinkti failų pavadinimų &prievardžius (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "%1 prievardis" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatiškai parinkti failų pavadinimų &prievardžius" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "tinkamas prievardis" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3655,12 +3571,12 @@ msgstr "" "bus panaikintas automatiškai).Jei nežinote ką pasirinkti, palikite " "šią parinktį įgalinta, nes ji padaro jūsų failus lengviau valdomus." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Failo tipas:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3669,63 +3585,53 @@ msgstr "" "Tai yra failo tipo parinkiklis. Jis yra naudojamas pasirinkti formatą, " "kuriuo bus failas bus įrašytas." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtras:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Šis filtras taikomas failų sąraše. Failų vardai, kurie neatitinka " -"filtro, nebus rodomi.

    Galite pasirinkti vieną iš nustatytų filtrų iš meniu " -"arba įvesti tinkintą filtrą tiesiai į teksto langelį.

    Galima naudoti " -"pakaitos simbolius * ir ?.

    " +"Tai yra failo tipo parinkiklis. Jis yra naudojamas pasirinkti rodomų " +"failų formatą." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Sukurti naują failą" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Apgailestaujame" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Šablono failo %1 nėra." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Naujos nuorodos pavadinimas:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Sukurti nuorodą į URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Įveskite %1 failo pavadinimą:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Apgailestaujame" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Šablono failo %1 nėra." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Naujos nuorodos pavadinimas:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Sukurti simbolinę nuorodą" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Sukurti nuorodą į URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3735,7 +3641,7 @@ msgstr "" "Negalima naudoti %1 pavadinimo, nes jį savoms reikmėms " "gali naudoti operacinė sistema." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3745,7 +3651,7 @@ msgstr "" "Pavadinimas %1 prasideda tašku, todėl pagal numatymą, " "šis failas ar aplankas bus paslėptas." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3757,31 +3663,41 @@ msgstr "" "rikiuojant pagal abėcėlę, bus rodomas prieš visus kitus elementus, kas savo " "ruožtu gali atrodyti keistai." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Pasvirojo brūkšnio naudojimas aplankų pavadinime sukurs poaplankius, štai " "taip:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Pasvirojo brūkšnio naudojimas aplankų pavadinime sukurs poaplankius." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" "Pasvirieji brūkšniai negali būti naudojami failų ir aplankų pavadinimuose." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Kairiniai brūkšniai negali būti naudojami failų ir aplankų pavadinimuose." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Neįmanoma sukurti failo ar aplanko pavadinimu %1, nes " +"jis dalinai sutaptų su naudotojo namų aplanko vieta." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3791,98 +3707,139 @@ msgstr "" "nes tai gali būti painu ar pavojingą naudojant terminalą tam tikrų dalykų " "ištrynimui." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Katalogas, pavadinimu %1, jau yra." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Failas, pavadinimu %1, jau yra." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Sukurti naują" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Nuoroda į įrenginį" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Naujas aplankas" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Sukurti naują aplanką" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Sukurti naują aplanką ties %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Įveskite aplanko pavadinimą" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Numatytasis" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Sukurti naują failą" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Įveskite failo pavadinimą" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Pasirinkti tinkintą piktogramą ar spalvą" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Pasirinkti kitą piktogramą…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Vėliau aplanko savybėse galite pakeisti piktogramą." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopijuoti" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Įdėti" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Atverti „%1“ naujoje kortelėje" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Atverti „%1“ naujame lange" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Taisyti" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naršyti" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Rodyti visą kelią" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Nepavyko perduoti %1" +msgstr "Eiti į bet kurią vietą, esančią kelyje %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3892,7 +3849,14 @@ msgstr "Daugiau" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Eiti į vieta kelyje" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Vietos" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3917,28 +3881,28 @@ msgstr "Kiti" msgid "Edit mode" msgstr "Taisymo veiksena" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Spustelėkite norėdami naršyti po vietą" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Spustelėkite norėdami taisyti vietą" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Jūs neturite įgaliojimų vykdyti šį failą." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Paleidžiama %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3947,12 +3911,12 @@ msgstr "" "Nepavyko paversti %1 tarnybos vykdomąja, vykdymas nutraukiamas.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Jūs neturite teisės pasirinkti programos, kuri atvers šį failą." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3979,12 +3943,20 @@ msgstr "Klaida įrašant paveikslą į %1" msgid "Icon file too big, download aborted" msgstr "Piktogramos failas per didelis, atsiuntimas nutrauktas" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: praleidžiamas tuščias failas, gali būti sugadinta simbolinė " +"nuoroda: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nerasta pašto kliento programos" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3995,28 +3967,28 @@ msgstr "" "%1\n" "yra netinkamas." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Paleidžiama %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Nepavyko rasti komandos %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nerasta jokio terminalo emuliatoriaus" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nepavyko atverti %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4027,7 +3999,7 @@ msgstr "" "%1\n" "yra „Link“ tipo, tačiau neturi jokio URL=... įrašo." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4036,21 +4008,21 @@ msgstr "" "Vykdomasis failas „%1“ yra nuotolinėje failų sistemoje. Saugumo sumetimais " "jis nebus paleistas." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Saugumo sumetimais vykdomųjų paleidimas šiame kontekste nėra leidžiamas." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Programa „%1“, prieš ją paleidžiant, turi turėti vykdomojo leidimą." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4059,12 +4031,12 @@ msgstr "" "Nepavyko padaryti failo „%1“ vykdomuoju.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Darbalaukio įrašo failas %1 neturi Type=... įrašo." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4075,12 +4047,12 @@ msgstr "" "Patikrinkite atvertas programas ir pranešimų sritį, ar jose nėra neužbaigtų " "užduočių arba atsiuntimų." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Nepavyko atverti failo." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Nepavyko paleisti programos „%1“." @@ -4148,7 +4120,7 @@ msgid "" msgstr "" "Tariamai laikinas failas\n" "%1\n" -"buvo pakeistas.\n" +"buvo modifikuotas.\n" "Ar vis tiek norite jį ištrinti?" #: kioexec/main.cpp:242 @@ -4166,84 +4138,79 @@ msgid "" msgstr "" "Failas\n" "%1\n" -"pakeistas.\n" +"buvo modifikuotas.\n" "Ar išsiųsti pakeitimus?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -"KIO Exec – Atveria nuotolinius failus, seka pasikeitimus, klausia dėl failų " +"KIO Exec – Atveria nuotolinius failus, seka modifikavimus, klausia dėl failų " "išsiuntimo" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "(c) 1998-2000,2003 KFM/Konqueror programuotojai" +msgstr "(c) 1998–2000,2003 KFM/Konqueror programuotojai" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Elgtis su URL kaip su vietiniais failais ir vėliau juos ištrinti" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Pasirinkite pavadinimą atsisiųstam failui" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Komanda, kurią vykdyti" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL ar vietinis(-iai) failas(-ai), naudojami su „command“" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Nustatomas ACL, skirtas %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "Nepavyksta pakeisti %1 leidimų" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4253,118 +4220,37 @@ msgstr "" "Nepavyko pakeisti %1 savininko\n" "ir grupės" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Nepavyko atverti laikinojo failo" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nepavyksta rasti programos „mount“" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nepavyksta rasti programos „umount“" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Keisti failo leidimus" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nauji leidimai: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Keisti failo savininką" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Naujas savininkas: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Šalinti failą" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Šalinti katalogą" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Sukurti katalogą" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Katalogo leidimai: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Atverti failą" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Atverti katalogą" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Naujas failo pavadinimas: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Paskirtis: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Keisti laiko žymą" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Iš: %1, Į: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nežinomas veiksmas" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Veiksmas: %1\n" -"Šaltinis: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nepavyksta nukopijuoti failo iš %1 į %2. (Klaidos nr.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Įrenginyje nėra jokios laikmenos, skirtos %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nepavyko gauti naudotojo id pateiktam naudotojui %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nepavyko gauti nurodytos grupės pavadinimo %1 grupės ID" @@ -4406,34 +4292,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Norėdami prisijungti prie šios svetainės, turite pateikti naudotojo vardą ir " "slaptažodį." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Svetainė:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" -msgstr "Prisijungimas pavyko" +msgstr "Prisijungti pavyko" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nepavyksta prisijungti prie %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4442,7 +4328,7 @@ msgstr "" "\n" "Serveris pranešė: „%1“" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4451,12 +4337,12 @@ msgstr "" "Prieš galėdami lankytis svetainėse, turite pateikti naudotojo vardą ir " "slaptažodį žemiau nurodytam įgaliotajam serveriui." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Įgaliotasis serveris:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Įgaliotojo serverio tapatybės nustatymas patyrė nesėkmę." @@ -4509,101 +4395,101 @@ msgstr "" "Ar norėtumėte priimti šį liudijimą visam laikui neklausiant kiekvieną kartą?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Serverio tapatybės nustatymas" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 mazge %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Priešingu atveju užklausa būtų sėkminga." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "gauti savybių reikšmes" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "nustatyti savybių reikšmes" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "sukurti prašomą aplanką" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopijuoti nurodytą failą ar aplanką" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "perkelti nurodytą failą ar aplanką" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "ieškoti nurodytame aplanke" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "užrakinti nurodytą failą ar aplanką" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "atrakinti nurodytą failą ar aplanką" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "ištrinti nurodytą failą ar aplanką" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "užklausti serverio galimybes" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "gauti nurodyto failo ar aplanko turinį" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "vykdyti ataskaitą nurodytame aplanke" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Bandant %2 įvyko netikėta klaida (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4611,13 +4497,13 @@ msgid "" "below." msgstr "Bandant %1 įvyko klaida %2. Priežasčių santrauka yra žemiau." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Prieiga uždrausta bandant %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4626,7 +4512,7 @@ msgstr "" "Išteklius negali būti sukurtas paskirties vietoje tol, kol nebus sukurtas " "vienas ar daugiau tarpinių rinkinių (aplankų)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4640,28 +4526,28 @@ msgstr "" "arba bandėte perrašyti failą, paprašę, kad failai nebūtų perrašomi. \n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Prašomas užrakinimas negali būti suteiktas. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Serveris nepalaiko pagrindinės dalies užklausos tipo." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nepavyksta %1, nes išteklius yra užrakintas." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Veiksmas sukliudytas kitos klaidos." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4670,7 +4556,7 @@ msgid "" msgstr "" "Nepavyksta %1, nes paskirties serveris atsisako priimti failą ar aplanką." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4679,18 +4565,18 @@ msgstr "" "Paskirties ištekliuje nėra pakankamai vietos, kad būtų įrašyta ištekliaus " "būsena po šio metodo įvykdymo." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Išteklius negali būti ištrintas." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "išsiųsti %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4701,15 +4587,15 @@ msgstr "Bandant %2 įvyko netikėta klaida (%1)." msgid "Network" msgstr "Tinklas" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Neteisingai suformuotas URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4722,12 +4608,12 @@ msgstr "" "panaudoti atkūrimo operaciją, arba tiesiog nutempkite failą į bet kurį kitą " "aplanką." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Neteisinga protokolų kombinacija." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Failas jau yra šiukšlinėje." @@ -4763,7 +4649,7 @@ msgstr "Išvalyti šiukšlinės turinį" msgid "Restore a trashed file to its original location" msgstr "Atkurti šiukšlinėje esantį failą į jo pirminę vietą" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4785,17 +4671,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Bandyti dar kartą" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Tapatybės nustatymo dialogas" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Prieiga uždrausta" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Jūs neturite leidimo pasiekti %1 protokolo." @@ -4905,41 +4791,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Kontrolinė suma, kurios tikimasi (MD5, SHA1, SHA256 arba SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Spauskite, jei norite įdėti kontrolinę sumą iš iškarpinės." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4949,9 +4835,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Skaičiuoti" @@ -4960,136 +4846,208 @@ msgstr "Skaičiuoti" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Spauskite, jei norite kontrolinę sumą nukopijuoti į iškarpinę." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "A&tsisakyti" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Perkelti čia" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Atsisiųsti čia" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopijuoti čia" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Sukurti čia &nuorodą" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Pa&leisti" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Ką norite daryti su šiuo failu?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Daugiau nebeklausti" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Atverti" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Vykdyti" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Atverti naudojant %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Atšaukti pakeitimus" +msgid "Would you like to launch this file?" +msgstr "Ar norėtumėte paleisti šį failą?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Šio veiksmo atšaukimui reikia supernaudotojo (root) teisių. Ar norite tęsti?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Kuriamas katalogas" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Šaltinis" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Paskirtis" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopijuojama" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Perkeliama" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Pervadinama" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Perkeliama į šiukšlinę" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Ištrinama" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Atša&ukti" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Atša&ukti: Kopijuoti" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Atša&ukti: Sukurti nuorodą" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Atša&ukti: Perkelti" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Atša&ukti: Pervadinti" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Atša&ukti: Perkelti į šiukšlinę" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Atša&ukti: Sukurti aplanką" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Atšau&kti: Sukurti aplanką(-us)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Atša&ukti: Sukurti failą" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Atša&ukti: Masinis pervadinimas" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Grąžinti" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Grąžinti: Kopijuoti" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Grąžinti: Sukurti nuorodą" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Grąžinti: Perkelti" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Grąžinti: Pervadinti" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Grąžinti: Perkelti į šiukšlinę" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Grąžinti: Sukurti aplanką" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Grąžinti: Sukurti aplanką(-us)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Grąžinti: Sukurti failą" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Grąžinti: Masinis pervadinimas" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5102,12 +5060,12 @@ msgstr "" "Atšaukus kopijavimą failas bus ištrintas, o visi modifikavimai – prarasti.\n" "Ar tikrai norite ištrinti %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Atšaukti failo kopijavimo patvirtinimą" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5119,21 +5077,22 @@ msgstr "" "filename>Šio veiksmo nebegalėsite atšaukti!" "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Ištrinti negrįžtamai" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Ištrinti visam laikui" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5155,7 +5114,7 @@ msgstr[3] "" "Ar tikrai norite visam laikui ištrinti šį %1 elementą?Šio veiksmo nebegalėsite atšaukti!" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5165,13 +5124,13 @@ msgstr "" "Ar tikrai norite visam laikui ištrinti visą šiukšlinės turinį?Šio veiksmo nebegalėsite atšaukti!" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Išvalyti šiukšlinę" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5181,12 +5140,14 @@ msgstr "" "Ar tikrai norite perkelti šį elementą į šiukšlinę?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ar tikrai norite perkelti šį elementą į šiukšlinę?" -msgstr[1] "Ar tikrai norite perkelti %1 elementus į šiukšlinę?" +msgstr[1] "" +"Ar tikrai norite perkelti %1 \n" +"elementus į šiukšlinę?" msgstr[2] "Ar tikrai norite perkelti %1 elementų į šiukšlinę?" msgstr[3] "Ar tikrai norite perkelti %1 elementą į šiukšlinę?" @@ -5268,7 +5229,7 @@ msgstr "Savininkas" msgid "Owning Group" msgstr "Savininkų grupė" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Kiti" @@ -5341,106 +5302,112 @@ msgstr "Atnaujinama sistemos konfigūracija" msgid "Updating system configuration…" msgstr "Atnaujinama sistemos konfigūracija…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Pavadinimas" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Dydis" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Leidimai" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Savininkas" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupė" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipas" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Atverti &naudojant %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Veiksmai" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Atverti aplanką naudojant…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Atverti naudojant…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Paleisti vykdomąjį" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Atverti aplanką naudojant %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Atverti naudojant %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Atverti aplanką naudojant" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Atverti naudojant" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Kita programa…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5450,113 +5417,131 @@ msgstr[1] "%1 elementai" msgstr[2] "%1 elementų" msgstr[3] "%1 elementas" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nežinoma" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stabdyti" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Tyrinėti Filelight programoje" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Prijungta iš:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Laisva vieta:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipas:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Turinys:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Atverti naudojant:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Keisti..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Vieta:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Dydis:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Keisti..." +msgid "Determine the folder size" +msgstr "Nustatyti aplanko dydį" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Turinys:" +msgid "Stop" +msgstr "Stabdyti" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Nustoti nustatinėti aplanko dydį" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Tyrinėti Filelight programoje" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Veda į:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Keista:" +msgid "Show target" +msgstr "Rodyti paskirtį" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Sukurta:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Failų sistema:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nežinomas dydis" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Prijungta ties:" +msgid "Modified:" +msgstr "Modifikuota:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Naudota:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Atverti naudojant:" +msgid "File system:" +msgstr "Failų sistema:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Prijungtas ties:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Prijungtas iš:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Laisva vieta:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nežinomas dydis" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5786,25 +5771,25 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:84 #, kde-format msgid "Run as a different user" -msgstr "Vykdyti kito naudotojo teisėmis" +msgstr "Paleisti kito naudotojo teisėmis" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." -msgstr "Įrašykite naudotojo vardą, kurio vardu norite leisti programą." +msgstr "Įrašykite naudotojo vardą, kurio vardu norite paleisti programą." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 #, kde-format msgid "Username:" -msgstr "Naudotojas:" +msgstr "Naudotojo vardas:" #. i18n: ectx: property (whatsThis), widget (KLineEdit, suidEdit) #: widgets/kpropertiesdesktopadvbase.ui:120 #, kde-format msgid "Enter the user name you want to run the application as here." -msgstr "Čia įrašykite naudotojo vardą, kurio vardu norite leisti programą." +msgstr "Čia įrašykite naudotojo vardą, kurio vardu norite paleisti programą." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 @@ -5842,7 +5827,7 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:155 #, kde-format msgid "Enable launch feedback" -msgstr "Įgalinti paleidimo grįžtamąjį ryšį" +msgstr "Įjungti paleidimo grįžtamąjį ryšį" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5860,25 +5845,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Įrašykite čia programos aprašą, atitinkantį jos panaudojimo sritį. Pavyzdys: " -"prisijungimo skambinant priemonė (KPPP) galėtų būti apibūdinta kaip " -"„Skambinimo įrankis“." +"Įrašykite čia bendrinį programos pavadinimą. Pavyzdžiai: paveikslų peržiūros " +"programa būtų „Paveikslų žiūryklė“." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Aprašas:" +msgid "&Generic name:" +msgstr "&Bendrinis pavadinimas:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Čia įrašykite jūsų manymu naudingą komentarą." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Įrašykite čia šios programos aprašą, atitinkantį jos panaudojimo sritį. " +"Pavyzdžiai: paveikslų peržiūros programa būtų „Žiūrėti ir taisyti " +"paveikslus“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5889,7 +5878,7 @@ msgstr "Kome&ntaras:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Aplinkos kintamieji:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6064,7 +6053,7 @@ msgid "" "Bus options or to run it as a different user." msgstr "" "Spauskite čia norėdami pakeisti programos veikimo būdą, grįžtamąjį ryšį, D-" -"Bus parinktis ar vykdyti ją kito naudotojo teisėmis." +"Bus parinktis ar paleisti ją kito naudotojo teisėmis." #. i18n: ectx: property (text), widget (QPushButton, advancedButton) #: widgets/kpropertiesdesktopbase.ui:281 @@ -6094,7 +6083,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Bendrinti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6104,36 +6093,55 @@ msgstr "" "Nepavyko įrašyti dėl nepakankamos rašymo prieigos prie:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Bendros" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Įveskite failo pavadinimą" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Tyrinėti %1 programoje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Įkelti iš naujo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Įveskite paskirties vietą" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Rodyti %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nežinomas dydis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6142,8 +6150,8 @@ msgstr "" "Skaičiuojama... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6152,8 +6160,8 @@ msgstr[1] "%1 failai" msgstr[2] "%1 failų" msgstr[3] "%1 failas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6162,85 +6170,91 @@ msgstr[1] "%1 poaplankiai" msgstr[2] "%1 poaplankių" msgstr[3] "%1 poaplankis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Skaičiuojama...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Bent %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Naujas failo pavadinimas yra tuščias." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Nėra registruoto failo tipo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nėra susietos programos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Sukurti…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Keisti…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Keisti numatytąją programą, skirtą atverti „%1“ tipo failus." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Nėra prieigos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Gali tik žiūrėti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Gali žiūrėti ir keisti turinį" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Gali tik žiūrėti turinį" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Gali žiūrėti ir keisti turinį" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Gali tik žiūrėti/skaityti turinį" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Gali žiūrėti/skaityti ir keisti/rašyti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Leidimai" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Prieigos leidimai" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6249,37 +6263,37 @@ msgstr[1] "Visi failai yra nuorodos ir neturi leidimų." msgstr[2] "Visi failai yra nuorodos ir neturi leidimų." msgstr[3] "Visi failai yra nuorodos ir neturi leidimų." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Tik savininkas gali keisti leidimus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Sa&vininkas:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Nurodo veiksmus, kuriuos gali atlikti savininkas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upė:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Nuorodo veiksmus, kuriuos gali atlikti grupės nariai." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "K&iti:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6288,31 +6302,27 @@ msgstr "" "Nurodo veiksmus, kuriuos visi naudotojai, kuriems failas/aplankas " "nepriklauso ir kurie nepriklauso savininko grupei, gali daryti." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Tik savi&ninkas gali pervadinti ar ištrinti aplanko turinį" +msgstr "Tik savi&ninkas gali ištrinti ar pervadinti turinį" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Pažymėkite šią vėliavėlę norėdami leisti vykdyti failą kaip programą." +msgstr "L&eisti vykdyti failą kaip programą" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Numatytas naudotojo vardas:" +msgstr "Ištrinti ar pervadinti:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Vykdyti" +msgstr "Vykdyti:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6323,7 +6333,7 @@ msgstr "" "failus ir aplankus suteikti tik aplanko savininkui. Kiti naudotojai gali tik " "pridėti naujus failus, tam reikia turėti „turinio keitimo“ leidimą." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6332,42 +6342,42 @@ msgstr "" "Įjunkite šią parinktį norėdami pažymėti failą kaip vykdomąjį. Tai prasminga " "tik programoms ir scenarijams. To reikia norint vykdyti failą." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Išplėstiniai leidimai" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Nuosavybė" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Naudotojas:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupė:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Taikyti pakeitimus visiems poaplankiams ir jų turiniui" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Išplėstiniai leidimai" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasė" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6376,22 +6386,22 @@ msgstr "" "Rodyti\n" "įrašus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ši vėliavėlė leidžia peržiūrėti aplanko turinį." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Skaityti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Skaitymo vėliavėlė leidžia peržiūrėti failo turinį." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6400,7 +6410,7 @@ msgstr "" "Rašyti\n" "įrašus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6410,43 +6420,43 @@ msgstr "" "dėmesį, kad galimybė trinti ir pervadinti failus gali būti apribota " "panaudojus vėliavėlę „Lipni“." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Rašyti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Rašymo vėliavėlė leidžia keisti failo turinį." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Įeiti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Pažymėkite šią vėliavėlę norėdami leisti įeiti į aplanką." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Vykdyti" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Pažymėkite šią vėliavėlę norėdami leisti vykdyti failą kaip programą." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciali" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6455,7 +6465,7 @@ msgstr "" "Speciali vėliavėlė. Galioja visam aplankui, jos tikslią prasmę galite matyti " "dešiniajame stulpelyje." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6463,17 +6473,17 @@ msgid "" msgstr "" "Speciali vėliavėlė. Jos tikslią prasmę galite matyti dešiniajame stulpelyje." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Naudotojas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupė" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6482,7 +6492,7 @@ msgstr "" "Jei ši vėliavėlė pažymėta, šio aplanko savininkas automatiškai taps visų " "naujų failų aplanke savininku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6491,7 +6501,7 @@ msgstr "" "Jei failas yra vykdomasis ir nustatyta ši vėliavėlė, jis bus vykdomas " "savininko leidimais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6499,7 +6509,7 @@ msgstr "" "Jei vėliavėlė įjungta, šio aplanko grupė bus nustatyta visiems naujiems " "failams." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6508,7 +6518,7 @@ msgstr "" "Jei šis failas yra vykdomasis ir nustatyta ši vėliavėlė, jis bus vykdomas " "grupės leidimais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6518,7 +6528,7 @@ msgstr "" "(root) galės ištrinti ar pervadinti failus. Kitu atveju visi, turintys " "rašymo leidimus, galėtų tai daryti." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6527,33 +6537,33 @@ msgstr "" "„Lipni“ vėliavėlė, nustatyta failui, yra ignoruojama Linux, tačiau gali būti " "naudojama kai kuriose sistemose" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Nustatyti UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Nustatyti GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lipni" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Nuoroda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Permainingas (nėra pakeitimų)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6562,7 +6572,7 @@ msgstr[1] "Šie failai naudoja išplėstinius leidimus." msgstr[2] "Šie failai naudoja išplėstinius leidimus." msgstr[3] "Šie failai naudoja išplėstinius leidimus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6571,32 +6581,23 @@ msgstr[1] "Šie aplankai naudoja išplėstinius leidimus." msgstr[2] "Šie aplankai naudoja išplėstinius leidimus." msgstr[3] "Šie aplankai naudoja išplėstinius leidimus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Šie failai naudoja išplėstinius leidimus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kontrolinės sumos" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Skaičiuojama…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Netinkama kontrolinė suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6604,18 +6605,18 @@ msgstr "" "Pateiktoji kontrolinė suma nėra nei MD5, nei SHA1, nei SHA256 kontrolinė " "suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolinės sumos sutampa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Apskaičiuotoji kontrolinė suma atitinka tą, kurios tikėtasi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6626,57 +6627,73 @@ msgstr "" "atsisiuntimo. Pabandykite atsisiųsti failą iš naujo.
    Jei patikrinimas " "vis tiek patiria nesėkmę, susisiekite su failo šaltiniu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Apskaičiuotoji kontrolinė suma skiriasi nuo tos, kurios tikėtasi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Tikrinama kontrolinė suma…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Visų failų kontrolinės sumos yra vienodos." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Pažymėti failai turi skirtingas kontrolines sumas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Skaičiuojama…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Nepavyksta įrašyti savybių. Palaikomi tik vietinės failų sistemos failai." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Progr&ama" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Pridėti %1 failo tipą" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Pažymėkite vieną ar daugiau norimų pridėti failo tipų:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Palaikomi tik vietinės failų sistemos vykdomieji failai." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Išplėstinės %1 parinktys" @@ -6782,22 +6799,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Konfigūruoti saityno trumpinius…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Failo atvėrimo dialogas" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Iškarpinės turinio failo pavadinimas:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "įdėtas failas" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Įdėti iškarpinės turinį" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6807,19 +6826,19 @@ msgstr "" "funkciją „įdėti“: pasirinktas duomenų formatas jau nebetaikomas. Prašome " "nusikopijuoti iš naujo tai, ką ketinote įdėti." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Įdėti vieną aplanką" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Įdėti vieną failą" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6829,47 +6848,58 @@ msgstr[1] "Įdėti %1 elementus" msgstr[2] "Įdėti %1 elementų" msgstr[3] "Įdėti %1 elementą" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Įdėti iškarpinės turinį…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Įdėti" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Duomenų formatas:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Iškarpinės turinio failo pavadinimas:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Numesto turinio failo pavadinimas:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Dydis: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Taikyti visiems" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6879,49 +6909,49 @@ msgstr "" "Jei nepaspausite „Praleisti“, kas kartą kataloge atsiradus failo konfliktui, " "jūsų bus klausiama, ką daryti." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kai tai pažymėta, paspaustas mygtukas likusią dabartinės užduoties dalį bus " "taikomas visiems tolesniems konfliktams." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Pe&rvadinti" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Siūlyti naują pa&vadinimą" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pra&leisti" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Nekopijuoti šio aplanko ir neperkelti, vietoj to, pereiti prie kito elemento" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Nekopijuoti šio failo ir neperkelti, vietoj to, pereiti prie kito elemento" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Rašyti į" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6933,13 +6963,13 @@ msgstr "" "turinio.\n" "Jei kils konfliktas su kataloge esančiu failu, jūsų vėl bus klausiama." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Perrašyti senesnius failus" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6948,12 +6978,12 @@ msgstr "" "Paskirties failai, kurie buvo modifikuoti seniau, bus perrašyti šaltinio " "failais, o priešingu atveju – praleisti." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Pra&tęsti" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6962,67 +6992,57 @@ msgstr "" "Šis veiksmas perrašys „%1“ juo pačiu.\n" "Įrašykite naują failo pavadinimą:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Tęsti" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Ar norėtumėte perrašyti paskirtį?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ar norėtumėte sulieti „%1“ turinį su „%2“?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Šaltinis" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Paskirtis" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Šaltinio failas yra naujesnis." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Šaltinio failas yra senesnis." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Šaltinio failas yra %1 mažesnis." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Šaltinio failas yra %1 didesnis." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Failai yra vienodi." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Failai atrodo vienodi." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Failai skiriasi." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7031,59 +7051,51 @@ msgstr "" "Tikėtina, kad failai yra vienodi: jie yra vienodo dydžio ir jų turinys " "pradžioje, viduryje ir pabaigoje yra vienodas." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Palyginti failus" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Jau yra senesnis elementas, pavadinimu „%1“." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Jau yra panašus failas, pavadinimu „%1“." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Jau yra naujesnis elementas, pavadinimu „%1“." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Pervadinti:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Pervadinti elementą" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Pervadinti elementus" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Pe&rvadinti" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Pervadinti elementą %1 į:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Naujas pavadinimas #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Failas pavadinimu %1 jau yra." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nėra tinkamas failo pavadinimas." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7093,38 +7105,195 @@ msgstr[1] "Pervadinti %1 pažymėtus elementus į:" msgstr[2] "Pervadinti %1 pažymėtų elementų į:" msgstr[3] "Pervadinti %1 pažymėtą elementą į:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "Simbolis „#“ bus pakeistas didėjančiais skaitmenimis, pradedant nuo:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Naujas pavadinimas #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Neteisingas failo pavadinimas: Naujame pavadinime turėtų būti viena # seka, " +"nebent visi failai turi skirtingą failo prievardį." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Pervadinti %1 pažymėtą elementą:" +msgstr[1] "Pervadinti %1 pažymėtus elementus:" +msgstr[2] "Pervadinti %1 pažymėtų elementų:" +msgstr[3] "Pervadinti %1 pažymėtą elementą:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Pakeičiant:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Šablonas" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Kuo:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Pakeitimas" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Jokiame failo pavadinime nėra šablono." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Pakeitus „%1“ tuščiu pakeitimu, %2 bus priverstas " +"turėti tuščią failo pavadinimą." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Pervadinti %1 pažymėtą elementą:" +msgstr[1] "Pervadinti %1 pažymėtus elementus:" +msgstr[2] "Pervadinti %1 pažymėtų elementų:" +msgstr[3] "Pervadinti %1 pažymėtą elementą:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Pridėti tekstą:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Tekstas, kurį pridėti" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Prieš failo pavadinimą" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Po failo pavadinimo" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Pervadinti elementą" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Pervadinti elementus" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Pe&rvadinti" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Kaip pervadinti:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Išskaičiuoti" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Pakeisti tekstą" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Pridėti tekstą" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Peržiūra:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 negali būti pervadintas į tuščią failo pavadinimą." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Pakeisti" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Bandyti dar kartą" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Pakeisti visus" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Praleisti" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Praleisti visus" @@ -7211,7 +7380,7 @@ msgstr "" "Nuotolinis mazgas neatsiuntė jokių SSL liudijimų.\n" "Nutraukiama, nes nepavyko nustatyti mazgo tapatybės." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7258,43 +7427,82 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Nepavyko perkelti šio elemento į šiukšlinę, nes jis yra per didelis. Ar " -"vietoj to, ištrinti jį visam laikui?%1Šio veiksmo nebegalėsite atšaukti." +"Šiukšlinė yra pernelyg pilna, kad priimtų šį failą. Ar, vietoj to, ištrinti " +"jį visam laikui?%1Šio veiksmo nebegalėsite atšaukti." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Šiukšlinė yra pernelyg pilna, kad priimtų šį %1 failą. Ar, vietoj to, " +"ištrinti jį visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." +msgstr[1] "" +"Šiukšlinė yra pernelyg pilna, kad priimtų šiuos %1 failus. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." +msgstr[2] "" +"Šiukšlinė yra pernelyg pilna, kad priimtų šiuos %1 failus. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." +msgstr[3] "" +"Šiukšlinė yra pernelyg pilna, kad priimtų šį %1 failą. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Šiukšlinė neprieinama vietai, kurioje yra šis elementas. Ar, vietoj to, " +"ištrinti jį visam laikui?%1Šio veiksmo nebegalėsite atšaukti." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Nepavyko perkelti šio %1 elemento į šiukšlinę, nes jis yra per didelis. Ar " -"vietoj to, ištrinti jį visam laikui?Šio veiksmo " +"Šiukšlinė neprieinama vietai, kurioje yra šis %1 elementas. Ar, vietoj to, " +"ištrinti jį visam laikui?Šio veiksmo " "nebegalėsite atšaukti." msgstr[1] "" -"Nepavyko perkelti šių %1 elementų į šiukšlinę, nes jie yra per dideli. Ar " -"vietoj to, ištrinti juos visam laikui?Šio " -"veiksmo nebegalėsite atšaukti." +"Šiukšlinė neprieinama vietai, kurioje yra šie %1 elementai. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." msgstr[2] "" -"Nepavyko perkelti šių %1 elementų į šiukšlinę, nes jie yra per dideli. Ar " -"vietoj to, ištrinti juos visam laikui?Šio " -"veiksmo nebegalėsite atšaukti." +"Šiukšlinė neprieinama vietai, kurioje yra šie %1 elementų. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " +"nebegalėsite atšaukti." msgstr[3] "" -"Nepavyko perkelti šio %1 elemento į šiukšlinę, nes jis yra per didelis. Ar " -"vietoj to, ištrinti jį visam laikui?Šio veiksmo " +"Šiukšlinė neprieinama vietai, kurioje yra šis %1 elementas. Ar, vietoj to, " +"ištrinti juos visam laikui?Šio veiksmo " "nebegalėsite atšaukti." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7304,51 +7512,285 @@ msgstr[1] "Ar tikrai norite perkelti šiuos %1 elementus į šiukšlinę?" msgstr[2] "Ar tikrai norite perkelti šiuos %1 elementų į šiukšlinę?" msgstr[3] "Ar tikrai norite perkelti šį %1 elementą į šiukšlinę?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Daugiau nebeklausti" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Daugiau nebeklausti" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Daugiau neberodyti šio pranešimo" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Atrodo, kad kito kompiuterio SSL liudijimo grandinė yra sugadinta." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Įspėjimas" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Tai paleis programą:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" +#~ msgid "Open With:" +#~ msgstr "Atverti naudojant:" + +#~ msgid "File System:" +#~ msgstr "Failų sistema:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Neklausiant paleisti vykdomuosius failus" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Neklausiant atverti vykdomuosius failus numatytojoje programoje" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Prisiminti visiems vykdomiesiems failams" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Galite tai atšaukti Dolphin failų tvarkytuvės nuostatose, „Patvirtinimų“ " +#~ "dalyje." + +#~ msgid "Change Attribute" +#~ msgstr "Keisti atributą" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Norint keisti atributus, reikia supernaudotojo (root) teisių. Ar norite " +#~ "tęsti?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Norint užbaigti kopijavimo operaciją, reikia supernaudotojo (root) " +#~ "teisių. Ar norite tęsti?" + +#~ msgid "Delete Files" +#~ msgstr "Ištrinti failus" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Norint užbaigti ištrynimo operaciją, reikia supernaudotojo (root) teisių. " +#~ "Vis dėlto, tai atlikdami galite pažeisti savo sistemą. Ar norite tęsti?" + +#~ msgid "Create Folder" +#~ msgstr "Sukurti aplanką" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Norint sukurti šį aplanką, reikia supernaudotojo (root) teisių. Ar norite " +#~ "tęsti?" + +#~ msgid "Move Items" +#~ msgstr "Perkelti elementus" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Norint užbaigti perkėlimo operaciją, reikia supernaudotojo (root) teisių. " +#~ "Ar norite tęsti?" + +#~ msgid "Rename" +#~ msgstr "Pervadinti" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Norint užbaigti pervadinimą, reikia supernaudotojo (root) teisių. Ar " +#~ "norite tęsti?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Norint sukurti simbolinę nuorodą, reikia supernaudotojo (root) teisių. Ar " +#~ "norite tęsti?" + +#~ msgid "Transfer data" +#~ msgstr "Perduoti duomenis" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Norint užbaigti duomenų perdavimą, reikia supernaudotojo (root) teisių. " +#~ "Ar norite tęsti?" + +#~ msgid "Undo Changes" +#~ msgstr "Atšaukti pakeitimus" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Šio veiksmo atšaukimui reikia supernaudotojo (root) teisių. Ar norite " +#~ "tęsti?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Nustatomas ACL, skirtas %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Keisti failo leidimus" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nauji leidimai: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Keisti failo savininką" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Naujas savininkas: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Šalinti failą" + +#~ msgid "Remove Directory" +#~ msgstr "Šalinti katalogą" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Katalogo leidimai: %1" + +#~ msgid "Open File" +#~ msgstr "Atverti failą" + +#~ msgid "Open Directory" +#~ msgstr "Atverti katalogą" + +#~ msgid "New Filename: %1" +#~ msgstr "Naujas failo pavadinimas: %1" + +#~ msgid "Target: %1" +#~ msgstr "Paskirtis: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Keisti laiko žymą" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Iš: %1, Į: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Nežinomas veiksmas" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Veiksmas: %1\n" +#~ "Šaltinis: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Rodyti žymelių mygtuką" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Failas pakeistas" + +#~ msgid "&Description:" +#~ msgstr "&Aprašas:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Čia įrašykite jūsų manymu naudingą komentarą." + +#~ msgid "Do not ask again" +#~ msgstr "Daugiau nebeklausti" + +#~ msgid "&Filter:" +#~ msgstr "&Filtras:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Šis filtras taikomas failų sąraše. Failų vardai, kurie neatitinka " +#~ "filtro, nebus rodomi.

    Galite pasirinkti vieną iš nustatytų filtrų iš " +#~ "meniu arba įvesti tinkintą filtrą tiesiai į teksto langelį.

    Galima " +#~ "naudoti pakaitos simbolius * ir ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Pažymėtas daugiau kaip vienas aplankas, o šis dialogas nepriima kelių " +#~ "aplankų, todėl neįmanoma nuspręsti į kurį aplanką įžengti. Pažymėkite " +#~ "vieną aplanką, kad išvardytumėte jo turinį." + +#~ msgid "More than one folder provided" +#~ msgstr "Pateiktas daugiau nei vienas aplankas" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Buvo pažymėtas bent vienas aplankas ir bent vienas failas. Pažymėtų failų " +#~ "bus nepaisoma, bus pateikiamas tik aplankų sąrašas" + +#~ msgid "Files and folders selected" +#~ msgstr "Failai ir aplankai pažymėti" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Nors kontaktas su serveriu buvo užmegztas, atsakymo nebuvo gauta per " +#~ "laiką, skirtą užklausai, kaip nurodyta žemiau:
    • Ryšio užmezgimo " +#~ "laiko limitas: %1 sekundžių
    • Atsakymo gavimo laiko limitas: %2 " +#~ "sekundžių
    • Prieigos prie įgaliotųjų serverių laiko limitas: %3 " +#~ "sekundžių
    Turėkite omenyje, kad šias laiko limitų reikšmes " +#~ "galite keisti KDE sistemos nuostatose, pasirinkę Tinklo nuostatos -> " +#~ "Ryšio nuostatos." + #~ msgid "Is &executable" #~ msgstr "Yra &vykdomasis" @@ -8509,9 +8951,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ "Tai yra paskaičiuotas didžiausias vietos diske kiekis, kuris bus " #~ "naudojamas šiukšlinei." -#~ msgid "Show a Warning" -#~ msgstr "Rodyti įspėjimą" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Trinti seniausius failus iš šiukšlinės" @@ -8628,10 +9067,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ msgid "Space" #~ msgstr "Tarpas" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Numatytas" - #~ msgid "New Web Shortcut" #~ msgstr "Nauja žiniatinklio nuoroda" @@ -8936,13 +9371,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nepavyko rasti programos, kuri atvertų %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Į&dėti failą" -#~ msgstr[1] "Į&dėti %1 failus" -#~ msgstr[2] "Į&dėti %1 failų" -#~ msgstr[3] "Į&dėti %1 failą" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Į&dėti URL" @@ -9046,14 +9474,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ msgid "Invalid Directory Name" #~ msgstr "Netinkamas aplanko pavadinimas" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Nepavyko sukurti aplanko vardu %1, nes jis " -#~ "skirtas operacinei sistemai." - #~ msgid "File Type Options" #~ msgstr "Failo tipo parinktys" @@ -9088,9 +9508,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince nepalaiko atjungimo ." -#~ msgid "File name:" -#~ msgstr "Failo pavadinimas:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9399,9 +9816,6 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ msgid "Read only" #~ msgstr "Tik skaitymui" -#~ msgid "File system:" -#~ msgstr "Failų sistema:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Prijungimo vieta (/mnt/floppy):" @@ -9936,7 +10350,3 @@ msgstr "Jei nepasitikite šia programa, spustelėkite Atsisakyti" #~ "You will not be able to manage the cookies that are stored on your " #~ "computer." #~ msgstr "Nepavyksta gauti informacijos apie slapukus, laikomus kompiuteryje." - -#, fuzzy -#~ msgid "Open with:" -#~ msgstr "Atidaryti su" diff --git a/local/recipes/kde/kf6-kio/source/po/lv/kio6.po b/local/recipes/kde/kf6-kio/source/po/lv/kio6.po index ec5a105c5a..8a8ffdaa4f 100644 --- a/local/recipes/kde/kf6-kio/source/po/lv/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/lv/kio6.po @@ -7,20 +7,20 @@ # Viesturs Zariņš , 2009. # Rūdofls Mazurs , 2011. # Einars Sprugis , 2012. -# SPDX-FileCopyrightText: 2024 Toms Trasuns +# SPDX-FileCopyrightText: 2024, 2025 Toms Trasuns msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-16 21:11+0200\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-08-19 17:33+0300\n" "Last-Translator: Toms Trasuns \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" -"X-Generator: Lokalize 24.08.3\n" +"X-Generator: Lokalize 25.08.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" @@ -35,12 +35,12 @@ msgid "Your emails" msgstr "" "maris.kde@gmail.com, viesturs.zarins@mii.lu.lv, toms.trasuns@posteo.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nevar izmainīt „%1“ datnes īpašnieku" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -49,12 +49,12 @@ msgstr "" "Neizdevās mainīt īpašumtiesības %1 datnei. Jums nav " "pietiekama piekļuve datnei, lai veiktu šādas izmaiņas." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nevar izveidot KIO strādnieku: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,7 +66,7 @@ msgstr "" "Nevar izveidot simbolisko saiti „%1“.\n" "Mērķa datņu sistēma (%2) neatbalsta simboliskās saites." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgstr "" "Atlasot „Aizvietot“ programma aizvietos visas neatļautās rakstzīmes " "(galamērķa mapju nosaukumā) ar zemsvītru „_“." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "Atlasot „Aizvietot“ programma aizvietos visas neatļautās rakstzīmes " "(galamērķa datņu nosaukumā) ar zemsvītru „_“." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Mape jau pastāv" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Datne jau pastāv" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Jau pastāv kā mape" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Atkritne" @@ -209,206 +209,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Pārvietošana" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Avots" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Galamērķis" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Pārdēvēšana" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopēšana" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Mapes veidošana" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mape" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Dzēšana" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datne" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Analizē" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Pārsūta" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montēšana" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Ierīce" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Montēšanas punkts" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Atmontēšana" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Mainīt atribūtu" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Lai mainītu datnes atribūtus, ir nepieciešamas saknes lietotāja tiesības. " -"Vai vēlaties turpināt?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopēt datnes" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Lai pabeigtu kopēšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " -"vēlaties turpināt?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dzēst datnes" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Lai pabeigtu dzēšanu, ir nepieciešamas saknes lietotāja tiesības. Tomēr " -"dzēšana ar šādām tiesībām var sabojāt sistēmu. Vai vēlaties turpināt?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Izveidot mapi" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Lai izveidotu šo mapi, ir nepieciešamas saknes lietotāja tiesības. Vai " -"vēlaties turpināt?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Pārvietot vienumus" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Lai pabeigtu pārvietošanu, ir nepieciešamas saknes lietotāja tiesības. Vai " -"vēlaties turpināt?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Pārdēvēt" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Lai pabeigtu pārdēvēšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " -"vēlaties turpināt?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Izveidot simbolisko saiti" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Lai izveidotu simbolisko saiti, ir nepieciešamas saknes lietotāja tiesības. " -"Vai vēlaties turpināt?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Pārsūta datus" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Lai pabeigtu pārsūtīšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " -"vēlaties turpināt?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -836,6 +726,11 @@ msgstr "Datne ir pārāk liela, lai to izmestu atkritnē." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -845,65 +740,65 @@ msgstr "" "%2\n" "Lūdzu, nosūtiet pilnu kļūdas ziņojumu uz „http://bugs.kde.org“." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nezināms)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehniskais iemesls: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Pieprasījuma informācija:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokols: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datums un laiks: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Papildu informācija: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Iespējamie iemesli:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Iespējamie risinājumi:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nezināms)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -912,17 +807,17 @@ msgstr "" "Papildu palīdzībai vērsieties pie kādas datoru atbalsta sistēmas — sistēmas " "administratora vai tehniskā atbalsta grupas." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Papildu palīdzībai sazinieties ar servera administratoru." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Pārbaudiet jūsu pieejas atļaujas šim resursam." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -931,14 +826,14 @@ msgstr "" "Jūsu pieejas atļaujas var būt nepietiekamas, lai šajā resursā veiktu prasīto " "operāciju." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Datni pašlaik izmanto cits lietotājs vai programma (tādēļ tā ir slēgta)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +842,17 @@ msgstr "" "Pārliecinieties, ka cita programma vai lietotājs neizmanto datni vai nav " "slēdzis to." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Lai gan maz ticams, bet tā var būt aparatūras kļūda." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Jūs, iespējams, esat atradis kļūdu programmā." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +861,7 @@ msgstr "" "To, visticamāk, izsauc kļūda programmā. Lūdzu, apsveriet nosūtīt pilnu " "kļūdas ziņojumu, kā aprakstīts zemāk." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +870,7 @@ msgstr "" "Atjauniniet programmatūru uz jaunāko versiju. Jūsu distribūcijā jābūt rīkiem " "programmatūras atjaunināšanai." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,12 +889,12 @@ msgstr "" "Ja nav, nokopējiet augstāk norādīto informāciju un to iekļaujiet jūsu kļūdas " "ziņojumā kopā ar citu informāciju, kas, jūsuprāt, var palīdzēt." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Iespējams, ir problēma ar ierīces tīkla savienojumu." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1008,7 +903,7 @@ msgstr "" "Iespējams, ir problēma ar ierīces tīkla konfigurāciju. Ja jūs nesen bez " "problēmām piekļuvāt internetam, tad tas ir maz ticami." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1016,42 +911,42 @@ msgid "" msgstr "" "Varētu būt problēma kādā tīkla savienojuma punktā starp serveri un šo datoru." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Mēģiniet vēlreiz tagad vai vēlāk." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Varētu būt gadījusies protokola kļūda vai nesavietojamība." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Pārliecinieties, ka resurss pastāv, un mēģiniet vēlreiz." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Iespējams, norādītais resurss nepastāv." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Kārtīgi pārbaudiet, vai ievadījāt pareizu adresi, un mēģiniet vēlreiz." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Pārbaudiet tīkla savienojuma statusu." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nevar atvērt resursu lasīšanai" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1“ saturu " "nevarēja nolasīt, jo nevarēja iegūt lasīšanas pieeju." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Jums nav atļauju lasīt datni vai atvērt mapi." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nevar atvērt resursu rakstīšanai" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1079,17 +974,17 @@ msgstr "" "Tas nozīmē, ka datnē %1 nevar rakstīt, jo neizdevās iegūt " "pieeju ar rakstīšanas atļaujām." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nevar palaist procesu, ko pieprasa „%1“ protokols" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nevar palaist procesu" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "protokolam. Tas parasti notiek tehnisku iemeslu dēļ." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1111,12 +1006,12 @@ msgstr "" "programmas nesavietojamību ar pašreizējo versiju un arī traucēt tās " "palaišanu." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Iekšēja kļūda" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolam, ziņo par " "iekšēju kļūdu." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nekorekti formatēts URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Neatbalstīts protokols „%1“" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1159,12 +1054,12 @@ msgstr "" "Pašlaik datorā instalētās KDE programmas nesatur atbalstu „%1“ protokolam." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Iespējams, prasītais protokols nav atbalstīts." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1173,7 +1068,7 @@ msgstr "" "„%1“ protokola versijas, ko atbalsta šis dators un serveris, ir " "nesavietojamas." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1184,17 +1079,17 @@ msgstr "" "vai angliski „KIO worker“), kas atbalsta šo protokolu. Pirmā vieta, kur to " "meklēt ir „https://store.kde.org“." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL nenorāda uz resursu." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokols ir filtra protokols" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator“ (URL), ko ievadījāt, nenorāda uz konkrētu resursu." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1215,12 +1110,12 @@ msgstr "" "izmantojams tikai tādā situācijā, bet šī nav tā tāda. Tas ir rets notikums " "un, visticamāk, norāda uz programmēšanas kļūdu." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Neatbalstīta darbība: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1229,7 +1124,7 @@ msgstr "" "Prasīto darbību neatbalsta KDE programma, kas realizē %1 " "protokolu." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1240,17 +1135,17 @@ msgstr "" "vajadzētu sniegt vairāk informācijas nekā atradīsiet KDE ievades/izvades " "arhitektūrā." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Mēģiniet atrast citu ceļu, kā iegūt vēlamo rezultātu." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Tika gaidīta datne" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1258,17 +1153,17 @@ msgid "" msgstr "" "Pieprasījums gaidīja datni, bet tās vietā atrada mapi %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Šī var būt kļūda servera pusē." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Tika gaidīta mape" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1276,17 +1171,17 @@ msgid "" msgstr "" "Pieprasījums gaidīja mapi, bet tā vietā atrada datni %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Datne vai mape nepastāv" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Norādītā datne vai mape „%1“ nepastāv." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1294,23 +1189,23 @@ msgid "" msgstr "" "Prasīto datni nevar izveidot, jo datne ar tādu pašu nosaukumu jau pastāv." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Mēģiniet vispirms pašreizējo datni noņemt no ceļa, bet tad darbību atkārtot." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Izdzēsiet pašreizējo datni un mēģiniet vēlreiz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Izvēlieties citu datnes nosaukumu jaunajai datnei." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1318,28 +1213,28 @@ msgid "" msgstr "" "Prasīto mapi nevar izveidot, jo mape ar tādu pašu nosaukumu jau pastāv." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Mēģiniet vispirms pašreizējo mapi noņemt no ceļa, bet tad darbību atkārtot." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Izdzēsiet pašreizējo mapi un mēģiniet vēlreiz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Izvēlieties citu mapes nosaukumu jaunajai mapei." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nezināms resursdators" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1348,7 +1243,7 @@ msgstr "" "Nezināma resursdatora kļūda rāda, ka internetā neizdevās atrast serveri ar " "prasīto nosaukumu — %1." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1356,28 +1251,28 @@ msgstr "" "Jūsu uzrakstītais nosaukums „%1“, iespējams, nepastāv: tas varētu būt " "nepareizi uzrakstīts." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Pieeja ir liegta" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Ir liegta pieeja norādītajam resursam — %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Iespējams, sniedzāt nekorektus autentificēšanas datus vai vispār nekādus." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Iespējams, jūsu kontam nav pieejas atļauju norādītajam resursam." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1386,12 +1281,12 @@ msgstr "" "Atkārtojiet pieprasījumu un pārliecinieties, ka jūsu autentificēšanās dati " "ir pareizi ievadīti." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Rakstīšanas pieeja aizliegta" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1399,12 +1294,12 @@ msgid "" msgstr "" "Tas nozīmē, ka mēģinājums rakstīt datnē %1 ir noraidīts." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nevar ieiet mapē" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1413,17 +1308,17 @@ msgstr "" "Tas nozīmē, ka mēģinājums atvērt prasīto mapi %1 ir " "noraidīts." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Mapes saturs nav pieejams" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "„%1“ protokols nav datņu sistēma" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1433,12 +1328,12 @@ msgstr "" "Tas nozīmē, ka ir pieprasījuma izpildei nepieciešams redzēt mapes saturu, " "bet KDE programma, kas nodrošina šo protokolu, to nevar parādīt." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Atrasta cikliska saite" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1450,7 +1345,7 @@ msgstr "" "atrada saiti vai saišu sērijas, kuru rezultāts ir bezgalīgā cilpa — proti, " "datne (iespējams, pa apkārtceļu) norāda pati uz sevi." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1459,27 +1354,27 @@ msgstr "" "Izdzēsiet kādu no cilpas elementiem, lai tā neveidotu bezgalīgo cilpu, un " "mēģiniet vēlreiz." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Pieprasījumu pārtrauca lietotājs" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Pieprasījums nav izpildīts, jo to pārtrauca." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Atkārtot pieprasījumu." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kopēšanas laikā ir atklāta cikliska saite" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1492,17 +1387,17 @@ msgstr "" "ir bezgalīgā cilpa — proti, datne (iespējams, pa apkārtceļu) norāda pati uz " "sevi." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nevar izveidot tīkla savienojumu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nevar izveidot ligzdu" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1511,8 +1406,8 @@ msgstr "" "Tā pamatā ir tehniska kļūda, kas ir saistīta ar to, ka sistēma nevar " "izveidot tīkla savienojumam nepieciešamo ierīci (ligzdu)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1521,12 +1416,12 @@ msgstr "" "Tīkla savienojums varētu būt nepareizi konfigurēts, vai arī tīkla ierīce " "sistēmā nav ieslēgta." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Savienojums ar serveri ir atteikts" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1534,7 +1429,7 @@ msgid "" msgstr "" "Serveris %1 atteica savienojuma izveidošanu ar šo datoru." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1543,7 +1438,7 @@ msgstr "" "Serveris, lai gan ir pieslēgts internetam, varētu nebūt konfigurēts " "pieprasījumu apstrādei." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1552,7 +1447,7 @@ msgstr "" "Serveris, lai gan ir pieslēgts internetam, varētu nenodrošināt prasīto " "pakalpojumu („%1“)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1562,12 +1457,12 @@ msgstr "" "Tīkla ugunsmūris (ierīce, kas ierobežo interneta pieprasījumus), aizsargājot " "jūsu tīklu vai servera tīklu, varētu būt apturējis šo pieprasījumu." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Savienojums ar serveri ir negaidīti aizvērts" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1576,7 +1471,7 @@ msgstr "" "Lai arī savienojums ar %1 bija izveidots, savienojums " "aizvērās neparedzētā veidā." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1585,17 +1480,17 @@ msgstr "" "Tam pamatā varētu būt protokola kļūda, liekot serverim, atbildot uz kļūdu, " "slēgt savienojumu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Nederīgs URL resurss" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "„%1“ protokols nav filtra protokols" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator“) neapraksta derīgu pieejas mehānismu norādītajam " "resursam, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1618,17 +1513,17 @@ msgstr "" "protokols ir jāizmanto tādā veidā, bet šo protokolu tā izmantot nevar. Tas " "ir rets notikums un, visticamāk, norāda uz programmēšanas kļūdu." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nevar inicializēt ievades/izvades ierīci" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nevar piemontēt ierīci" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1637,7 +1532,7 @@ msgstr "" "Pieprasīto ierīci nevar inicializēt (piemontēt). Ziņotā kļūda bija: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1649,7 +1544,7 @@ msgstr "" "kompaktdisks) vai ārējas/pārnēsājamas ierīces gadījumā ierīce var būt " "nekorekti pievienota." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1660,7 +1555,7 @@ msgstr "" "ir nepieciešamas sistēmas administratora privilēģijas, lai ierīci " "inicializētu." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1670,17 +1565,17 @@ msgstr "" "nesējs, bet pārvietojamām ierīcēm jābūt pieslēgtām un ieslēgtām. Pēc tam " "mēģiniet vēlreiz." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nevar noņemt ievades/izvades ierīces inicializāciju" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nevar atmontēt ierīci" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1689,7 +1584,7 @@ msgstr "" "Pieprasītās ierīces inicializāciju nevar noņemt (ierīci atmontēt). Ziņotā " "kļūda bija: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1700,7 +1595,7 @@ msgstr "" "Tāpat ierīce var būt aizņemta, jo ir atvērts pārlūka logs ar šīs ierīces " "saturu." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1711,19 +1606,19 @@ msgstr "" "sistēmās bieži ir nepieciešamas sistēmas administratora privilēģijas, lai " "noņemtu ierīces inicializāciju." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Pārliecinieties, ka neviena programma neizmanto šo ierīci un mēģiniet " "vēlreiz." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nevar lasīt no resursa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1732,17 +1627,17 @@ msgstr "" "Tas nozīmē, ka, lai gan resursu %1 varēja atvērt, gadījās " "kļūda, lasot resursa saturu." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Iespējams, jums nav atļauju lasīt no resursa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nevar rakstīt resursā" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1751,22 +1646,22 @@ msgstr "" "Tas nozīmē, ka, lai gan resursu %1 varēja atvērt, gadījās " "kļūda, rakstot resursā." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Iespējams, jums nav atļauju rakstīt resursā." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nevar klausīties savienojumu pieprasījumus" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nevar sasaistīt" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1777,17 +1672,17 @@ msgstr "" "izveidot tīkla savienojumam nepieciešamo ierīci (ligzdu), lai klausītos " "ienākošos tīkla savienojumus." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nevar klausīties" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nevar pieņemt tīkla savienojumu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1796,34 +1691,34 @@ msgstr "" "Tā pamatā ir tehniska kļūda, kas notika, mēģinot pieņemt ienākošu tīkla " "savienojumu." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Iespējams, jums nav atļauju pieņemt šo savienojumu." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nevar ierakstīties: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Mēģinājums ierakstīties, lai veiktu pieprasīto operāciju, bija neveiksmīgs." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nevar noteikt resursa statusu" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nevar noteikt resursa statusu" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1832,68 +1727,68 @@ msgstr "" "Mēģinājums iegūt informāciju par resursa %1 statusu, tādu " "kā resursa nosaukums, tips, izmērs, utt., bija neveiksmīgs." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Uzrādītais resurss nepastāv vai nav pieejams." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nevar pārtraukt uzskaitījumu" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "LABOMANI: dokumentē šo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nevar izveidot mapi" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Neizdevās izveidot pieprasīto mapi." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Vieta, kur jāizveido mape, iespējams, nepastāv." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nevar izdzēst mapi" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Neizdevās izdzēst norādīto mapi %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Norādītā mape var nepastāvēt." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Norādītā mape var nebūt tukša." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Pārliecinieties, ka mape pastāv un ir tukša, un mēģiniet vēlreiz." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nevar atsākt datņu pārsūtīšanu" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1902,32 +1797,32 @@ msgstr "" "Norādītais pieprasījums lika atsākt datnes %1 pārsūtīšanu " "no konkrētas pozīcijas. Tas nebija iespējams." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokols vai serveris var neatbalstīt datņu pārsūtīšanas atsākšanu." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Veiciet pieprasījumu no jauna — bez mēģinājuma atsākt pārsūtīšanu." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nevar pārdēvēt resursu" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Neveiksmīgs mēģinājums pārdēvēt norādīto resursu %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nevar izmainīt resursa atļaujas" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 atļaujas." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nevar izmainīt resursa īpašnieku" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 īpašnieku." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nevar dzēst resursu" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Neveiksmīgs mēģinājums dzēst norādīto resursu %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neparedzēta programmas izbeigšanās" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolam, " "neparedzēti beidza darbu." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nepietiek atmiņas" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolam, nevar " "saņemt turpināšanai nepieciešamo atmiņu." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nezināms starpniekdators" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2044,17 +1939,17 @@ msgstr "" "\">https://bugs.kde.org/“, lai KDE izstrādātāji uzzinātu par " "neatbalstītu autentificēšanās metodi." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Pieprasījums ir pārtraukts" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Iekšēja kļūda serverī" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2063,7 +1958,7 @@ msgstr "" "Programma serverī, kas sniedz pieeju %1 protokolam, ziņo " "par iekšēju kļūdu: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2072,12 +1967,12 @@ msgstr "" "To, visticamāk, izsauc kļūda servera programmā. Apsveriet nosūtīt pilnu " "kļūdas ziņojumu, kā aprakstīts zemāk." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Vērsieties pie servera administratora un informējiet par šo problēmu." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2086,42 +1981,33 @@ msgstr "" "Ja jūs zināt servera programmas autorus, sūtiet kļūdas ziņojumu uzreiz " "viņiem." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Noildzes kļūda" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Lai arī kontakts ar serveri izveidojās, no tā šādā laikā nesaņēma atbildi:" -"
    • Savienojuma nodibināšanas noildze: %1 sekundes
    • Atbildes " -"saņemšanas noildze: %2 sekundes
    • Piekļūšanas starpniekserveriem " -"noildze: %3 sekundes
    Atcerieties, ka varat mainīt šos noildzes " -"iestatījumus KDE sistēmas iestatījumos, izvēloties „„WIi-Fi“ un internets“ —" -"> „Savienojumu iestatījumi“." +"Kaut arī ir izdevies izveidot kontaktu ar serveri, no tā nav saņemta atbilde " +"pieprasījumā noteiktajā laikā." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Serveris bija pārāk aizņemts, atbildot uz citiem pieprasījumiem, lai " "atbildētu." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nezināma kļūda" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolam, " "ziņo par nezināmu kļūdu: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nezināms pārtraukums" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolam, " "ziņo par nezināma veida pārtraukumu: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Neizdevās izdzēst oriģinālo datni" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2159,12 +2045,12 @@ msgstr "" "Pieprasītā operācija prasa oriģinālās datnes dzēšanu visticamāk datnes " "pārvietošanas beigās. Neizdevās izdzēst oriģinālo datni %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Neizdevās izdzēst pagaidu datni" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2174,12 +2060,12 @@ msgstr "" "Pieprasītā operācija prasa pagaidu datnes izveidi, kurā saglabāt jauno datni " "lejupielādes laikā. Šo pagaidu datni %1 neizdodas izdzēst." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Neizdevās pārdēvēt oriģinālo datni" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2188,12 +2074,12 @@ msgstr "" "Pieprasītā operācija prasa oriģinālās datnes %1 " "pārdēvēšanu, tomēr to izdarīt neizdodas." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Neizdevās pārdēvēt pagaidu datni" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2202,32 +2088,32 @@ msgstr "" "Pieprasītā operācija prasa pagaidu datnes %1 izveidošanu, " "tomēr to izdarīt neizdevās." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Neizdevās izveidot saiti" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Neizdevās izveidot simbolisko saiti" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Pieprasīto simbolisko saiti „%1“ izveidot neizdevās." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nav satura" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disks ir pilns" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2236,7 +2122,7 @@ msgstr "" "Pieprasīto datni %1 nevar rakstīt diskā, jo tajā trūkst " "vietas." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2247,29 +2133,29 @@ msgstr "" "datnes; 2) arhivējot datnes uz citiem datu nesējiem, piemēram, rakstāmajiem " "CD; vai 3) iegādājieties lielāku ierīces krātuves disku." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Avota un galamērķa datnes ir vienādas" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Darbību nevar pabeigt, jo avota un mērķa datnes ir tās pašas." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Izvēlieties citu nosaukumu mērķa datnei." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Datne vai mape ir nomesta uz sevis" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2277,34 +2163,34 @@ msgid "" msgstr "" "Darbību nevar izpildīt, jo avota un galamērķa datne vai mape ir tā pati." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Metiet vienumu citā datnē vai mapē." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Mape pārvietota pati sevī" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "Darbību nevar izpildīt, jo avota vienumu nevar pārvietot sevī." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Pārvietojiet vienumu citā mapē." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Neizdevās sazināties ar paroļu serveri" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2313,23 +2199,23 @@ msgstr "" "Darbību nevar izpildīt, jo neizdodas sazināties ar paroļu pieprasīšanas " "pakalpojumu („kpasswdserver“)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Mēģiniet sesiju pārstartēt vai sistēmas žurnālos meklējiet „kiod“ kļūdas." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nevar inicializēt „%1“ protokolu" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nevar izveidot KIO strādnieku" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2338,7 +2224,7 @@ msgstr "" "Neizdodas palaist KIO strādnieku, kas nodrošina piekļuvi %1 " "protokolam. Tas parasti notiek tehnisku iemeslu dēļ." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2347,13 +2233,13 @@ msgstr "" "„klauncher“ nevarēja atrast vai palaist spraudni, kas nodrošina protokola " "atbalstu. Tas nozīmē, ka, iespējams, lietojat novecojušu spraudņa versiju." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nevar pārsūtīt „%1“" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2363,7 +2249,7 @@ msgstr "" "Datni „%1“ nevar pārsūtīt, jo galamērķa datņu sistēma " "neatbalsta tik lielas datnes" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2372,28 +2258,28 @@ msgstr "" "Pārformatējiet galamērķa datu nesēju ar datņu sistēmu, kas atbalsta datnes " "ar šādu izmēru." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentēta kļūda" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simboliskā saite uz „%1“)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(„%1“, saite uz „%2“)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Norāda uz „%1“)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2402,12 +2288,12 @@ msgstr "" "Kļūdains URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Neizdodas noteikt „%1“ datnes tipu" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2416,13 +2302,13 @@ msgstr "" "Neizdevās no „%1“ iegūt izpilddatnes nosaukumu. Lūdzu, ievadiet derīgu " "programmas nosaukumu." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Izskatās, ka „%1“ nav izpildāma datne." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2432,92 +2318,92 @@ msgstr "" "„%1“ nav atrasta. Lūdzu, ievadiet derīgu ceļu uz " "izpildāmo programmu." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "„%1“ protokols neatbalsta savienojumu izveidošanu." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "„%1“ protokols neatbalsta savienojumu slēgšanu." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "„%1“ protokols neatbalsta piekļuvi datnēm." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Rakstīšana uz „%1“ nav atbalstīta." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "„%1“ protokolam nav pieejamas speciālas darbības." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "„%1“ protokols neatbalsta mapju satura aplūkošanu." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Datu saņemšana no „%1“ nav atbalstīta." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "MIME tipa informācijas saņemšana no „%1“ nav atbalstīta." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Datņu pārdēvēšana vai pārvietošana „%1“ nav atbalstīta." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "„%1“ protokols neatbalsta simbolisko saišu veidošanu." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Datņu kopēšana „%1“ nav atbalstīta." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Datņu dzēšana no „%1“ nav atbalstīta." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "„%1“ protokols neatbalsta mapju veidošanu." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "„%1“ protokols neatbalsta datņu atribūtu maiņu." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "„%1“ protokols neatbalsta datņu īpašnieka maiņu." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "„%1“ protokols neatbalsta datņu atvēršanu." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "„%1“ protokols neatbalsta darbību %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2529,311 +2415,335 @@ msgstr "" "paaugstinātas privilēģijas, šobrīd nav garantējama, jo tiesības rediģēt „%2“ " "ir sniegtas lietotājiem, kas nav saknes lietotāji." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nezināms protokols — „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nevarēja atrast KIO strādnieku protokolam „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO strādnieks protokolam „%1“ netika ielādēts „%2“, jo visi KIO strādnieki, " +"kas atrodas ārpus „%3“ un lūdz paaugstinātas tiesības, tiek uzskatīti par " +"nedrošiem." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Nevarēja izveidot ligzdu, lai palaistu KIO strādnieku „%1“ protokolam." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nevar atrast KIO strādnieku „%1“ protokolam" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Informācija" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Vienmēr" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Turpi&nāt" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Tikai šai sesijai" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Pārvietot jaunā mapē" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Izveidot jaunu mapi šiem vienumiem" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Jūs nenorādījāt datni, ko dzēst." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nav nekā, ko dzēst" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Jūs nenorādījāt datni, ko izmest atkritnē." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nav nekā, ko izmest" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Norādītā mape nepastāv vai nav nolasāma." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Izvēlne" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Vecāka mape" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Iet atpakaļ" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Iet uz priekšu" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Mājas mape" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Pārlādēt" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Jauna mape…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Pārvietot uz atkritni" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Dzēst" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Kārtošana" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Kārtot pēc nosaukuma" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Kārtot pēc izmēra" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Kārtot pēc datuma" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Kārtot pēc tipa" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Augoši" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Dilstoši" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Mapes vispirms" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Rādīt slēptās datnes" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikonu skats" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktais skats" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Izvērstais skats" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikonas novietojums" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Blakus datnes nosaukumam" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Virs datnes nosaukuma" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Īss skatījums" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Izvērstais skats" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Koka skats" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Izvērsts koka skatījums" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Atļaut izvērstajā skatā atļaut mapju izvēršanu" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Rādīt slēptās datnes" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Rādīt priekšskatījumu paneli" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Rādīt priekšskatījumu" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Atvērt saturošo mapi" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Īpašības" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Skata režīms" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z—A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A—Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Jaunākos vispirms" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Vecākos vispirms" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Jaunākos vispirms" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Lielākos vispirms" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Mazākos vispirms" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodējums:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Atvērt" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Saglabāt kā" @@ -2880,40 +2790,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Pārvietot šeit" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Visas datnes" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Visas atbalstītās datnes" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Visas datnes" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Pievienot vietu ierakstu" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Rediģēt vietu ierakstu" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2926,17 +2836,17 @@ msgstr "" "norāda. Ja nevēlaties pievienot etiķeti, sistēma to izveidos no vietas URL" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiķete:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Ierakstiet aprakstošu etiķeti" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2949,12 +2859,12 @@ msgstr "" "kde/stable

    Nospiežot uz pogas blakus tekstam, varat pārlūkot " "datņu sistēmu, lai izvēlētos URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Atrašanās vieta:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2963,17 +2873,17 @@ msgstr "" "Šī ir ikona, kas būs redzama vietu panelī.

    Nospiediet uz " "pogas, lai izvēlētos citu ikonu.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izvēlieties &ikonu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Rādīt tikai tad, ja izmanto šo programmu („%1“)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2984,200 +2894,208 @@ msgstr "" "tad, kad lietojat šo programmu („%1“).

    Ja šī iespēja nav " "ieslēgta, ieraksts būs redzams visās programmās.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Vietas" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Attālās" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nesenās" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Meklēt" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Ierīces" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Noņemamās iekārtas" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Birkas" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (no %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Visas birkas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Mājas" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Darbvirsma" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Lejupielādes" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Tīkls" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Atkritne" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Mūzika" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Attēli" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nesenās datnes" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nesenās vietas" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Mainīts šodien" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Mainīts vakars" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nevarēja pievienot vietu panelim: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Vietu panelim var pievienot tikai mapes." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfigurēt tīmekļa saīsnes…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Atlaiž…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Atlaist" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Droši noņem…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Droši noņemt" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Atmontēšana…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Atmontēt" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Izgrūst" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ierīce „%1“ nav disks un to nevar izgrūst." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Gadījusies kļūda, mēģinot piekļūt „%1“, sistēma atbildēja: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Gadījusies kļūda, mēģinot piekļūt „%1“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Vienu vai vairākas datnes šajā ierīcē ir atvērusi programma." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3195,108 +3113,108 @@ msgstr[2] "" "Vienu vai vairākas datnes šajā ierīcē ir atvērušas programmas: " "„%2“." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Pārformatēt vai rediģēt ar nodalījumu pārvaldnieku" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 brīvi no %2 (izmantoti %3 %)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (slēptas)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Iztukšot atkritni" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Piemontēt" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Atvērt jaunā cilnē" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Atvērt jaunā logā" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Pievienot ierakstu…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Rediģēt…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Noņemt no vietām" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Slēpt" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Slēpt sadaļu „%1“" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Slēpt sadaļu" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Parādīt visus ierakstus" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikonu skats" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3304,51 +3222,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automātiski mainīt izmēru" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Mazas (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Vidējas (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Lielas (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Milzīgas (%1×%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Jūs varat atlasīt tikai vienu datni" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Piedāvāta vairāk nekā viena datne" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Jūs varat atlasīt tikai lokālas datnes" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Attālas datnes nepieņem" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3365,52 +3283,22 @@ msgstr[2] "" "Atlasītā URL izmanto neatbalstītu shēmu. Lūdzu, izmantojiet kādu no šīm " "shēmām: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Neatbalstīta URL shēma" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Ir atlasīta vairāk nekā viena mape, bet šis logs nepieņem mapes, tāpēc nav " -"iespējams izvēlēties, kurā mapē ieiet. Lai redzētu mapes saturu, atlasiet " -"vienu mapi." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Piedāvāta vairāk nekā viena mape" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Ir atlasīta vismaz viena mape un viena datne. Atlasītās datnes ignorēs un " -"parādīs atlasītās mapes saturu" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Atlasītas datnes un mapes" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Neizdevās atrast datni „%1“" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Neizdevās atvērt datni" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3421,44 +3309,44 @@ msgstr "" ">Piemēram, ja aktīvā pape ir „file:/home/konqui“, tad šīs pogas nospiešana " "jūs pārcels uz mapi „file:/home“.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Nospiediet šo pogu, lai paietu vienu soli atpakaļ pārlūkošanas vēsturē." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Nospiediet šo pogu, lai paietu vienu soli uz priekšu pārlūkošanas vēsturē." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Nospiediet šo pogu, lai pārlādētu aktīvās vietas saturu." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Nospiediet šo pogu, lai izveidotu jaunu mapi." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Rādīt vietu paneli" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Rādīt grāmatzīmju pogu" +msgid "Show Quick Filter" +msgstr "Rādīt ātro filtru" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcijas" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3473,12 +3361,12 @@ msgstr "" "panelim
  • datņu priekšskatījumiem
  • mapju atdalīšanai no mapēm" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Grāmatzīmes" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3492,12 +3380,35 @@ msgstr "" "datnes lodziņā, bet citādi strādā tāpat kā citas KDE grāmatzīmes." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nosaukums:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Atsaukt datnes pārdēvēšanu" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Saglabāt filtru, mainot mapes" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrēt pēc nosaukuma…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Slēpt filtra joslu" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3509,12 +3420,12 @@ msgstr "" "varat pārvaldīt, klikšķinot ar labo peles pogu un izvēloties vēlamo režīmu " "no izvēlnes Teksta pabeigšana." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Šis ir nosaukums, ar kādu datni saglabāt." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3523,74 +3434,79 @@ msgstr "" "Šis ir saraksts ar datnēm, ko varat atvērt. Varat norādīt vairākas datnes, " "tās atdalot ar atstarpi." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Šis ir atveramās datnes nosaukums." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Vietas" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Datne „%1“ jau pastāv. Vai vēlaties to pārrakstīt?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Vai pārrakstīt datni?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Varat atlasīt tikai lokālas datnes" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Attālas datnes nepieņem" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Visas mapes" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Izveidot mapi" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Atvērt" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonas izmērs: %1 pikseļi" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automātiski izvēlēties datnes nosaukuma &paplašinājumu (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "paplašinājums %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automātiski izvēlēties datnes nosaukuma &paplašinājumu" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "piemērots paplašinājums" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3617,12 +3533,12 @@ msgstr "" "datnes nosaukuma).
  • Ja nezināt, atstājiet šo izvēli ieslēgtu, jo tā " "padara datnes vieglāk pārvaldāmas." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Datnes tips:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3631,63 +3547,53 @@ msgstr "" "Šis ir datnes tipa atlasītājs. Tas ļauj norādīt saglabājamās datnes " "formātu." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtrs:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Šis ir filtrs, ko varat izmantot datnes saraksta filtrēšanai. Datnes, " -"kuru nosaukumi neatbilst filtram, nebūs redzamas.

    Jūs varat izvēlēties " -"kādu no esošajiem filtriem no izkrītošās izvēlnes vai ievadīt savu filtru " -"teksta laukā.

    Iespējams lietot aizstājējzīmes * un ?.

    " +"Šis ir datņu tipa atlasītājs. Tas ļauj norādīt parādāmo datņu formātu." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Izveidot jaunu datni" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Atvainojiet" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Veidnes datne %1 nepastāv." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Jaunās saites nosaukums" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Izveidot saiti uz URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Ierakstiet „%1“ datnes nosaukumu:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Atvainojiet" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Veidnes datne %1 nepastāv." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Jaunās saites nosaukums" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Izveidot simbolisko saiti" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Izveidot saiti uz URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3697,7 +3603,7 @@ msgstr "" "Nosaukumu „%1“ nav atļauts izmantot, jo to ir " "rezervējusi operētājsistēma." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3707,7 +3613,7 @@ msgstr "" "Nosaukums „%1“ sākas ar punktu, kas nozīmē, ka datne " "pēc noklusējuma nebūs redzama." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3719,29 +3625,39 @@ msgstr "" "kārtojot alfabētiski, būs redzama pirms citiem vienumiem. Tomēr tas var " "novest arī pie citām dīvainībām." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Slīpsvītru izmantošana mapju nosaukumā novedīs pie apakšmapju izveides, " "piemēram:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Slīpsvītru izmantošana mapju nosaukumos izveidos apakšmapes." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Slīpsvītras nevar izmantot datņu un mapju nosaukumos." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Apvērstās slīpsvītras nevar izmantot datņu un mapju nosaukumos." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Datnes vai mapes izveide ar nosaukumu %1 nav iespējama, " +"jo tā pārklātos ar lietotāja mājas mapi." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3750,96 +3666,139 @@ msgstr "" "Nav ieteicams datņu un mapju nosaukumus sākt ar tildi, jo tas var būt " "mulsinoši vai bīstami, ja vienumu dzēšanai izmantojat termināli." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Mape ar nosaukumu „%1“ jau pastāv." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Datne ar nosaukumu „%1“ jau pastāv." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Izveidot jaunu" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Saite uz ierīci" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Jauna mape" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Izveidot jaunu mapi" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Izveidot jaunu mapi mapē „%1“" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Ierakstiet mapes nosaukumu" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Noklusējuma" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Izveidot jaunu datni" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Ierakstiet datnes nosaukumu" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Izvēlieties pielāgotu ikonu vai krāsu" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Izvēlēties citu ikonu…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikonu varat nomainīt arī vēlāk mapes īpašību lodziņā" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopēt" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Ielīmēt" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Atvērt „%1“ jaunā cilnē" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Atvērt „%1“ jaunā logā" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Rediģēt" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Pārvietoties" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Rādīt pilnu ceļu" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Iet uz jebkuru vietu ceļā „%1“" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3851,6 +3810,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Iet uz vietu ceļā" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Vietas" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3874,28 +3842,28 @@ msgstr "Citi" msgid "Edit mode" msgstr "Rediģēšanas režīms" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klikšķiniet, lai ietu uz vietu" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klikšķiniet, lai rediģētu vietu" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Jums nav atļauju palaist šo datni." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Palaiž „%1“" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3904,12 +3872,12 @@ msgstr "" "Neizdevās „%1“ padarīt izpildāmu, tāpēc izpilde tiek atcelta,\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Jums nav atļauju atlasīt programmu šīs datnes atvēršanai." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3936,12 +3904,18 @@ msgstr "Kļūda, saglabājot attēlus „%1“" msgid "Icon file too big, download aborted" msgstr "Ikona ir pārāk liela, lejupielāde ir atcelta" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nav atrasts pasta klients" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3952,28 +3926,28 @@ msgstr "" "„%1“\n" "nav derīga." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Palaiž „%1“" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Komandu „%1“ neatrada." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nav atrasts termināļa emulators" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Neizdevās atvērt „%1“" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3984,7 +3958,7 @@ msgstr "" "„%1“\n" "ir saites tipa, bet nesatur „URL=...“ ierakstu." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3992,20 +3966,20 @@ msgid "" msgstr "" "Izpilddatne „%1“ atrodas attālā datņu sistēmā. Drošības dēļ to nepalaidīs." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "Drošības dēļ izplddatņu palaišana šajā kontekstā nav atļauta." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "„%1“ programmai pirms palaišanas ir jāpiešķir izpildu atļaujas." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4014,12 +3988,12 @@ msgstr "" "Neizdevās izveidot datni „%1“ izpildāmu.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Darbvirsmas ieraksta datnei „%1“ nav tipa („Type=...“) ieraksta." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4030,12 +4004,12 @@ msgstr "" "Pārbaudiet atvērtās programmas un paziņojumu zonu, vai nav kāda iesākta " "darba vai lejupielādes." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Neizdevās atvērt datni." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "„%1“ programmu nevar palaist." @@ -4124,73 +4098,68 @@ msgstr "" "ir izmainīta.\n" "Vai vēlaties izmaiņas augšupielādēt?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "„KIO Exec“ — atver attālās datnes, pārrauga modifikācijas, lūdz augšupielādēt" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998—2000,2003 KFM/„Konqueror“ izstrādātāji" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Uzskatīt URL par lokālām datnēm un pēc tam tās izdzēst" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Ieteikt lejupielādētās datnes nosaukumu" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Izpildāmā komanda" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL vai lokālā datne(-es), ko izmanto „komandai“" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Iestata ACL priekš „%1“" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4199,7 +4168,7 @@ msgstr "" "Nevar izmainīt atļaujas\n" "„%1“" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4209,118 +4178,38 @@ msgstr "" "Nevar izmainīt īpašnieku un grupu\n" "„%1“" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Neizdevās pārdēvēt pagaidu datni" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nevar atrast programmu „mount“" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nevar atrast programmu „umount“" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Mainīt datnes atļaujas" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Jaunas atļaujas: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Mainīt datnes īpašnieku" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Jauns īpašnieks: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Noņemt datni" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Noņemt mapi" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Izveidot mapi" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Mapes atļaujas: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Atvērt datni" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Atvērt mapi" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Jauns datnes nosaukums: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Mērķis: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Mainīt laika zīmogu" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "No „%1“ uz „%2“" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nezināma darbība" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Darbība: %1\n" -"Avots: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nevar kopēt datni no „%1“ uz „%2“. (Kļūda: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nav atrasts „%1“ datu nesējs" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nevar atrast lietotāja ID lietotājvārdam „%1“" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nevar atrast grupas ID grupas nosaukumam „%1“" @@ -4362,32 +4251,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Lai piekļūtu šai vietnei, jums jānorāda lietotājvārds un parole." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Vietne:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Ierakstīšanās ir kārtībā" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nevar ierakstīties „%1“." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4396,7 +4285,7 @@ msgstr "" "\n" "Serveris atbildēja: „%1“" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4405,12 +4294,12 @@ msgstr "" "Lai piekļūtu vietnēm, jums nepieciešams norādītā starpniekservera " "lietotājvārds un parole." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Starpniekserveris:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Kļūdaina starpniekservera autentificēšana." @@ -4462,101 +4351,101 @@ msgid "" msgstr "Vai vēlaties vienmēr pieņemt šo sertifikātu bez vaicāšanas?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Servera autentificēšana" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 uz %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Pretējā gadījumā pieprasījumu izpildītu." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "saņemt īpašību vērtības" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "iestatīt īpašību vērtības" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "izveidot pieprasīto mapi" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopēt norādīto datni vai mapi" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "pārvietot norādīto datni vai mapi" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "meklēt norādītajā mapē" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "slēgt norādīto datni vai mapi" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "atslēgt norādīto datni vai mapi" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "dzēst norādīto datni vai mapi" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "pārbaudīt servera iespējas" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "saņemt norādītās mapes vai datnes saturu" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "darbināt atskaiti norādītajā mapē" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Gadījusies neparedzēta kļūda (%1), mēģinot %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4566,13 +4455,13 @@ msgstr "" "Gadījusies kļūda, mēģinot „%1“ pieprasījumu adresē „%2“. Iemeslu " "kopsavilkums ir zemāk." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Liegta pieeja, mēģinot „%1“ pieprasījumu." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4581,7 +4470,7 @@ msgstr "" "Nevar izveidot resursu mērķī, vispirms jāizveido viena vai vairākas " "starpkolekcijas (mapes)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4596,28 +4485,28 @@ msgstr "" "nepārrakstīt.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Nevar piešķirt tiesības izpildīt pieprasīto slēgšanu. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Serveris neatbalsta pamatteksta pieprasījuma tipa." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nevar „%1“, jo resurss ir slēgts." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Šo darbību apturēja cita kļūda." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4625,7 +4514,7 @@ msgid "" "folder." msgstr "Nevar „%1“, jo mērķa serveris atteicās pieņemt datni vai mapi." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4634,18 +4523,18 @@ msgstr "" "Uz mērķa resursa nepietiek vietas, lai ierakstītu resursa stāvokli pēc šīs " "metodes izpildes." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Šo resursu nevar izdzēst." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "augšupielādēt „%1“" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4656,15 +4545,15 @@ msgstr "Gadījusies neparedzēta kļūda (%1), mēģinot %2." msgid "Network" msgstr "Tīkls" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Nepareizi formatēts URL „%1“" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4677,12 +4566,12 @@ msgstr "" "un izmantot atjaunošanas opciju vēlreiz, vai arī vienumu vilkt kaut kur " "citu, lai to atjaunotu attiecīgajā vietā." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Nederīga protokolu kombinācija." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Šī datne jau ir atkritnē." @@ -4718,7 +4607,7 @@ msgstr "Iztukšot atkritnes saturu" msgid "Restore a trashed file to its original location" msgstr "Atjaunot atkritnē izmesto datni tās oriģinālajā atrašanās vietā" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Atkritne ir pilna. Iztukšojiet to vai izņemiet vienumus manuāli." @@ -4739,17 +4628,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Mēģināt vēlreiz" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Autorizācijas logs" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Pieeja ir liegta" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Jums nav atļauju piekļūt „%1“ protokolam." @@ -4859,41 +4748,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Gaidīta kontrolsumma (MD5, SHA1, SHA256 vai SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klikšķiniet, lai ievades laukā no starpliktuves ielīmētu kontrolsummu." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4903,9 +4792,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Aprēķināt" @@ -4914,137 +4803,208 @@ msgstr "Aprēķināt" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klikšķiniet, lai kontrolsummu kopētu no starpliktuves." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "At&celt" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Pārvietot šeit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Lejupielādēt šeit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopēt šeit" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Saitēt šeit" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Palaist" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Ko vēlaties darīt ar šo datni?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Vairs nejautāt" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Atvērt" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Izpildīt" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Atvērt ar „%1“" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Atsaukt izmaiņas" +msgid "Would you like to launch this file?" +msgstr "Vai vēlaties palaist šo datni?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Šīs darbības atsaukšanai ir nepieciešamas saknes lietotāja privilēģijas. Vai " -"vēlaties turpināt?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Izveido mapi" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Avots" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Mērķis" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopē" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Pārvieto" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Pārdēvē" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Pārvieto uz atkritni" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Dzēš" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Atsa&ukt" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Atsaukt kopēšanu" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Atsaukt saitēšanu" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Atsaukt pārvietošanu" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Atsaukts pārdēvēšanu" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Atsaukt izmešanu atkritnē" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Atsaukt mapes izveidošanu" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Atsaukt mapes(-u) izveidošanu" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Atcelt datnes izveidošanu" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Atsaukt sērijveida pārdēvēšanu" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Atat&saukt" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Atatsaukt kopēšanu" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Atatsaukt saitēšanu" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Atatsaukt pārvietošanu" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Atatsaukt pārdēvēšanu" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Atatsaukt izmešanu atkritnē" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Atatsaukt mapes izveidošanu" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Atatsaukt mapes(-u) izveidošanu" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Atatsaukt datnes izveidošanu" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Atatsaukt sērijveida pārdēvēšanu" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5056,12 +5016,12 @@ msgstr "" "Kopēšanas atcelšana dzēsīs mainīto datni līdz ar visām izmaiņām.\n" "Vai tiešām vēlaties dzēst „%4“?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Datnes kopēšanas atcelšanas apstiprināšana" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5073,21 +5033,22 @@ msgstr "" "filename>Šo darbību atsaukt nevarēs." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Neatgriezeniski dzēst" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Neatgriezeniski dzēst" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5106,7 +5067,7 @@ msgstr[2] "" "Vai vēlaties neatgriezeniski dzēst %1 vienumu?Šo darbību atsaukt nevarēs." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5116,13 +5077,13 @@ msgstr "" "Vai tiešām vēlaties neatgriezeniski dzēst atkritnē esošos vienumus?Šo darbību atsaukt nevarēs." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Iztukšot atkritni" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5132,7 +5093,7 @@ msgstr "" "Vai tiešām vēlaties šo vienumu pārvietot uz atkritni?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5218,7 +5179,7 @@ msgstr "Īpašnieks" msgid "Owning Group" msgstr "Grupa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Citi" @@ -5291,106 +5252,113 @@ msgstr "Atjaunina sistēmas konfigurāciju" msgid "Updating system configuration…" msgstr "Atjaunina sistēmas konfigurāciju…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nosaukums" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Izmērs" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datums" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Atļaujas" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Īpašnieks" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tips" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "At&vērt ar „%1“" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "D&arbības" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Atvērt mapi ar…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Atvērt ar…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Izpildīt" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Atvērt mapi ar „%1“" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Atvērt ar „%1“" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Atvērt mapi ar" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Atvērt ar" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Cita programma…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5399,113 +5367,134 @@ msgstr[0] "%1 vienums" msgstr[1] "%1 vienumi" msgstr[2] "%1 vienumu" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nezināms" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Apturēt" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Pārlūkot ar „Filelight“" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Piemontēts no:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Brīvā vieta:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tips:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Saturs:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Atvērt ar:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Mainīt..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Atrašanās vieta:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Izmērs:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Mainīt..." +msgid "Determine the folder size" +msgstr "Noteikt mapes izmēru" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Saturs:" +msgid "Stop" +msgstr "Apturēt" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Beigt noteikt mapes izmēru" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Pārlūkot ar „Filelight“" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Norāda uz:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Mainīts:" +msgid "Show target" +msgstr "Rādīt mērķi" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Izveidots:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Datņu sistēma:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nezināms izmērs" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Piemontēts uz:" +msgid "Modified:" +msgstr "Mainīts:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Piekļūts:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Atvērt ar:" +msgid "File system:" +msgstr "Failu sistēma:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Piemontēts uz:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Piemontēts no:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Brīvā vieta:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nezināms izmērs" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5804,24 +5793,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Ierakstiet programmas aprakstu ar tās lietojumu. Piemēram, iezvanpieejas " -"programmu (KPPP) varētu aprakstīt kā „Iezvanpieejas rīks“." +"Ierakstiet te vispārīgu programmas nosaukumu. Piemēram, attēlu skatīšanas " +"programmas gadījumā varat rakstīt „Attēlu skatītājs“." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "A&praksts:" +msgid "&Generic name:" +msgstr "&Vispārīgs nosaukums:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Ierakstiet komentāru, ja jūs domājat, ka tāds būtu noderīgs." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Ierakstiet programmas aprakstu, ievērojot tās lietojumu. Piemēram, attēlu " +"apskates programmas gadījumā varat rakstīt „Skatīt un rediģēt attēlus“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5832,7 +5825,7 @@ msgstr "Kom&entārs:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Vides mainīgie:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6034,7 +6027,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Dalīties" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6044,36 +6037,55 @@ msgstr "" "Nevar saglabāt īpašības, jo trūkst rakstīšanas piekļuves:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Pamata" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Ierakstiet datnes nosaukumu" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Pārlūkot ar „%1“" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Pārlādēt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Ierakstiet mērķa vietu" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Rādīt „%1“" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nezināms izmērs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6082,8 +6094,8 @@ msgstr "" "Aprēķina... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6091,8 +6103,8 @@ msgstr[0] "%1 datne" msgstr[1] "%1 datnes" msgstr[2] "%1 datņu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6100,85 +6112,91 @@ msgstr[0] "%1 apakšmape" msgstr[1] "%1 apakšmapes" msgstr[2] "%1 apakšmapju" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Aprēķina...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Vismaz %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Jaunais datnes nosaukums ir tukšs." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Datnes tips nav reģistrēts" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nav sasaistīta programma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Izveidot…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Mainīt…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -msgid "No Access" -msgstr "Nav pieejas" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Mainīt noklusējuma programmu „%1“ datņu atvēšanai" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "Nav piekļuves" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Drīkst tikai apskatīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Drīkst apskatīt un mainīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Drīkst tikai apskatīt saturu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Drīkst aplūkot un mainīt saturu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Drīkst tikai apskatīt/lasīt saturu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Drīkst aplūkot/lasīt un mainīt/rakstīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Atļaujas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Piekļuves atļaujas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6186,64 +6204,64 @@ msgstr[0] "Datne(-es) ir saite un tai nav atļauju." msgstr[1] "Visas datnes ir saites un tām nav atļauju." msgstr[2] "Visas datnes ir saites un tām nav atļauju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Mainīt atļaujas var tikai īpašnieks." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ī&pašnieks:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Norāda darbības, ko var veikt īpašnieks." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Norāda darbības, ko var veikt grupai piederīgie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ci&ti:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "Norāda darbības, ko var veikt tie, kas nav ne īpašnieks, ne grupā." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "&Dzēst vai pārdēvēt saturu var tikai īpašnieks" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Atļaut datni izpildīt kā &programmu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Dzēst vai pārdēvēt:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Izpildīt:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6254,7 +6272,7 @@ msgstr "" "mapē esošās datnes un mapes. Citi lietotāji varēs tikai pievienot jaunas " "datnes, kam nepieciešama „Mainīt saturu“ atļauja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6263,42 +6281,42 @@ msgstr "" "Ieslēdziet šo opciju, lai padarītu datni par izpildāmu. Tam ir jēga tikai " "programmām vai skriptiem, ja vēlaties tos izpildīt/palaist." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Paplašinātas atļaujas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Īpašnieks" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Lietotājs:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Pielieto izmaiņas visām apakšmapēm un to saturam" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Paplašinātas atļaujas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klase" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6307,22 +6325,22 @@ msgstr "" "Rādīt\n" "saturu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Šis parametrs ļauj skatīt mapes saturu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lasīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Parametrs „Lasīt“ ļauj aplūkot datnes saturu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6331,7 +6349,7 @@ msgstr "" "Mainīt\n" "saturu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6340,43 +6358,43 @@ msgstr "" "Šī pazīme ļauj pievienot, pārdēvēt un dzēst datnes. Atcerieties, ka dzēšanu " "un pārdēvēšanu var ierobežot ar „Lipīgs“ karodziņu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Rakstīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Parametrs „Rakstīt“ ļauj mainīt datnes saturu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ieiet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Šis parametrs ļauj ieiet mapē." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Izpildīt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Šis parametrs ļauj izpildīt (darbināt) datni kā programmu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciāls" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6385,24 +6403,24 @@ msgstr "" "Speciālais parametrs. Pielietojams visai mapei, precīza nozīme ir aprakstīta " "kolonnā pa labi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Speciālais parametrs. Precīza nozīme ir aprakstīta kolonnā pa labi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Lietotājs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6411,7 +6429,7 @@ msgstr "" "Ja ir uzstādīts šis parametrs, tad šīs mapes īpašnieks būs arī visu jauno " "datņu īpašnieks tajā." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6420,7 +6438,7 @@ msgstr "" "Ja datne ir izpildāma un ir norādīts šis parametrs, tad šī datne tiks " "izpildīta ar datnes īpašnieka atļaujām." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6428,7 +6446,7 @@ msgstr "" "Ja ir uzstādīts šis parametrs, tad šīs mapes īpašnieku grupa būs arī visu " "jauno datņu īpašnieku grupa tajā." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6437,7 +6455,7 @@ msgstr "" "Ja datne ir izpildāma un ir norādīts šis parametrs, tad šī datne tiks " "izpildīta ar tās īpašnieku grupas atļaujām." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6447,7 +6465,7 @@ msgstr "" "lietotājs („root“) var izdzēst vai pārdēvēt datnes tajā. Citādi to var darīt " "jebkurš ar rakstīšanas atļauju mapē." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6455,33 +6473,33 @@ msgid "" msgstr "" "„Linux“ ignorē „Lipīgs“ datņu parametru, bet citas sistēmas to var izmantot" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Piešķirt UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Piešķirt GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lipīgs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Saite" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Mainīgas (bez izmaiņām)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6489,7 +6507,7 @@ msgstr[0] "Šī datne(-es) izmanto paplašinātas atļaujas" msgstr[1] "Šīs datnes izmanto paplašinātas atļaujas" msgstr[2] "Šīs datnes izmanto paplašinātas atļaujas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6497,49 +6515,40 @@ msgstr[0] "Šī mape(-es) izmanto paplašinātas tiesības." msgstr[1] "Šīs mapes izmanto paplašinātas tiesības." msgstr[2] "Šīs mapes izmanto paplašinātas tiesības." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Šīm datnēm ir paplašinātas atļaujas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kontrolsummas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Aprēķina…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nederīga kontrolsumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Dotā ievade nav derīga MD5, SHA1 vai SHA256 kontrolsumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolsummas atbilst." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Aprēķinātā kontrolsumma un gaidītā kontrolsumma atbilst." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6550,30 +6559,46 @@ msgstr "" "lejupielādē. Mēģiniet datni lejupielādēt vēlreiz.
    Ja pārbaude arī tad " "neizdodas, sazinieties ar datnes izdevēju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Aprēķinātā kontrolsumma atšķiras no gaidītās kontrolsummas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Pārbauda kontrolsummu…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Datņu kontrolsummas ir identiskas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Datnēm ir atšķirīgas kontrolsummas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Aprēķina…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6581,27 +6606,27 @@ msgstr "" "Neizdevās saglabāt īpašības. Programma atbalsta tikai ierakstus lokālajā " "datņu sistēmā." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Programma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Pievienot „%1“ datņu tipu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Atlasiet vienu vai vairākus datņu tipus, ko pievienot:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Atbalstītas ir tikai izpilddatnes lokālajā datņu sistēmā." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Paplašinātas „%1“ opcijas" @@ -6703,22 +6728,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Konfigurēt tīmekļa saīsnes…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Datnes atvēršanas logs" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Datnes nosaukums starpliktuves saturam:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ielīmēta datne" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Ielīmēt starpliktuves saturu…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6727,19 +6756,19 @@ msgstr "" "Starpliktuves saturs kopš ielīmēšanas izsaukšanas ir mainījies: izvēlētais " "datu formāts vairs nav pieejams. Nokopējiet ielīmējamo saturu vēlreiz." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Ielīmēt vienu mapi" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Ielīmēt vienu datni" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6748,47 +6777,64 @@ msgstr[0] "Ielīmēt %1 vienumu" msgstr[1] "Ielīmēt %1 vienumus" msgstr[2] "Ielīmēt %1 vienumu" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Ielīmēt starpliktuves saturu…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Ielīmēt" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Datu formāts:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Datnes nosaukums starpliktuves saturam:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Datnes nosaukums nomestajam saturam:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datums: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Izmērs: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Pielietot &visam" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6798,48 +6844,51 @@ msgstr "" "Ja vien nespiedīsit „Izlaist“, jums tik un tā lūgs apstiprinājumu, ja " "pastāvošā datnē vai mapē būs konflikts." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kad šis ir atzīmēts, nospiesto pogu pielietos visiem turpmākajiem " "konfliktiem līdz pašreizējā darba beigām." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Pārdēvēt" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Ieteikt jaunu &nosaukumu" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Izlai&st" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Nekopēt un nepārvietot šo mapi, bet izlaist un iet uz nākamo vienumu" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Nekopēt un nepārvietot šo datni, bet to izlaist un iet uz nākamo vienumu" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Rakstīt iekšā" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6850,13 +6899,13 @@ msgstr "" "Datnes un mapes iekopēs šajā mapē.\n" "Jums vaicās, ja būs konflikts ar kādu mapē jau esošu datni." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Vai pārrakstīt vecākas datnes?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6865,12 +6914,12 @@ msgstr "" "Mērķa datnes, kuru izmaiņu laiks ir vecāks, pārrakstīs ar jaunāku datni, bet " "citos gadījumos izlaidīs." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "A&tsākt" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6879,67 +6928,57 @@ msgstr "" "Šī darbība pārrakstīs „%1“ ar sevi.\n" "Ierakstiet jaunu datnes nosaukumu:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "T&urpināt" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Vai vēlaties pārrakstīt mērķa mapi?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Vai vēlaties apvienot „%1“ saturu ar „%2“?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Avots" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Mērķis" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Mērķis ir jaunāks." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Mērķis ir vecāks." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Mērķis ir mazāks par %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Mērķis ir lielāks par %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Datnes ir identiskas." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Datnes izskatās identiskas." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Datnes ir atšķirīgas." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6948,59 +6987,52 @@ msgstr "" "Datnes visdrīzāk ir identiskas: tām ir vienāds izmērs un to satura sākuma, " "vidus un beigu fragmenti ir vienādi." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopēt datnes" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Jau pastāv vecāks vienums ar nosaukumu „%1“." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Jau pastāv līdzīga datne ar nosaukumus „%1“." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Jau pastāv jaunāka datne ar nosaukumu „%1“." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Pārdēvēt:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Pārdēvēt vienumu" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Pārdēvēt vienumus" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Pārdēvēt" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "Pārdēvēt vienumu „%1“ par:" +msgstr "Pārdēvēt vienumu %1 par:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Jauns nosaukums #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Datne ar nosaukumu %1 jau pastāv." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nav derīgs datnes nosaukums" + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7009,38 +7041,192 @@ msgstr[0] "Pārdēvēt atlasīto %1 vienumu par:" msgstr[1] "Pārdēvēt atlasītos %1 vienumus par:" msgstr[2] "Pārdēvēt atlasīto %1 vienumu par:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# aizstās ar skaitli augošā secībā, sākot ar:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Jauns nosaukums #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nederīgs datnes nosaukums: jaunajam nosaukumam jāsatur viena # secības, " +"izņemot gadījumu, ja katrai datnes ir savas paplašinājums." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Pārdēvēt atlasīto %1 vienumu par:" +msgstr[1] "Pārdēvēt atlasītos %1 vienumus par:" +msgstr[2] "Pārdēvēt atlasītos %1 vienumus par:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Aizvieto:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Paraugs" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Ar:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Aizvietojums" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Neviena datne nesatur paraugu." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"„%1“ aizvietošana ar tukšumu liktu %2 saturēt tukšu " +"datnes nosaukumu." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Pārdēvēt atlasīto %1 vienumu par:" +msgstr[1] "Pārdēvēt atlasītos %1 vienumus par:" +msgstr[2] "Pārdēvēt atlasītos %1 vienumus par:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Pievienot tekstu:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Pievienojamais teksts" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Pirms datnes nosaukuma" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Pēc datnes nosaukuma" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Pārdēvēt vienumu" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Pārdēvēt vienumus" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Pārdēvēt" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Kā pārdēvēt:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Uzskaitīt" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Aizvietot tekstu" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Pievienot tekstu" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Priekšskatījums:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 nevar pārdēvēt par neko." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informācija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Aizvietot" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Mēģināt vēlreiz" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Aizvietot visu" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Izlaist" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Izlaist visu" @@ -7127,7 +7313,7 @@ msgstr "" "Attālais dators nenosūtīja SSL sertifikātu.\n" "Darbības pārtrauc, jo nevar noteikt datora identitāti." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7171,39 +7357,88 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Šī vienumu pārvietošana uz atkritni neizdevās, jo tas ir pārāk liels. Vai to " -"neatgriezeniski dzēst?%1%1Šo darbību atsaukt nebūs iespējams." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Atkritne ir pārāk tukša šīs %1 datnes pārvietošanai. Vai datni dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." +msgstr[1] "" +"Atkritne ir pārāk tukša šo %1 datņu pārvietošanai. Vai datnes dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." +msgstr[2] "" +"Atkritne ir pārāk tukša šo %1 datņu pārvietošanai. Vai datnes dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this file. Permanently delete it instead?" +#| "%1This " +#| "action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Atkritne ir pārāk pilna, lai tajā pārvietotu šo datni. Vai datni dzēst " +"neatgriezeniski?%1Šo darbību atsaukt nebūs iespējams." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this %1 file. Permanently delete it " +#| "instead?This action cannot be undone." +#| msgid_plural "" +#| "The trash is too full to accept these %1 files. Permanently delete them " +#| "instead?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Šī %1 vienuma pārvietošana uz atkritni neizdevās, jo tas ir par lielu. Vai " -"to neatgriezeniski izdzēst?Šo darbību atsaukt " -"vairs nevarēs." +"Atkritne ir pārāk tukša šīs %1 datnes pārvietošanai. Vai datni dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." msgstr[1] "" -"Šo %1 vienumu pārvietošana uz atkritni neizdevās, jo tie ir par lielu. Vai " -"tos neatgriezeniski izdzēst?Šo darbību atsaukt " -"vairs nevarēs." +"Atkritne ir pārāk tukša šo %1 datņu pārvietošanai. Vai datnes dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." msgstr[2] "" -"Šo %1 vienumu pārvietošana uz atkritni neizdevās, jo tie ir par lielu. Vai " -"tos neatgriezeniski izdzēst?Šo darbību atsaukt " -"vairs nevarēs." +"Atkritne ir pārāk tukša šo %1 datņu pārvietošanai. Vai datnes dzēst " +"neatgriezeniski?Šo darbību atsaukt vairs " +"nevarēs." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7212,51 +7447,286 @@ msgstr[0] "Vai tiešām vēlaties izmest atkritnē šo %1 vienumu?" msgstr[1] "Vai tiešām vēlaties izmest atkritnē šos %1 vienumus?" msgstr[2] "Vai tiešām vēlaties izmest atkritnē šos %1 vienumus?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Vairs nejautāt" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Vairs nejautāt" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Vairs nerādīt šo ziņojumu" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Partnera SSL sertifikāta ķēde izskatās bojāta." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Brīdinājums" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Šis palaidīs programmu:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ja neuzticaties šai programmai, spiediet „Atcelt“" +#~ msgid "Open With:" +#~ msgstr "Atvērt ar:" + +#~ msgid "File System:" +#~ msgstr "Datņu sistēma:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Palaist izpildāmās datnes nevaicājot" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Atvērt izpildāmās datnes noklusējuma programmā nevaicājot" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Atcerēties visām izpildāmajām datnēm" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Varat atcelt šo izvēli „Dolphin“ datņu pārvaldītāja iestatījumu " +#~ "„Apstiprinājumi“ sadaļā." + +#~ msgid "Change Attribute" +#~ msgstr "Mainīt atribūtu" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Lai mainītu datnes atribūtus, ir nepieciešamas saknes lietotāja tiesības. " +#~ "Vai vēlaties turpināt?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Lai pabeigtu kopēšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " +#~ "vēlaties turpināt?" + +#~ msgid "Delete Files" +#~ msgstr "Dzēst datnes" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Lai pabeigtu dzēšanu, ir nepieciešamas saknes lietotāja tiesības. Tomēr " +#~ "dzēšana ar šādām tiesībām var sabojāt sistēmu. Vai vēlaties turpināt?" + +#~ msgid "Create Folder" +#~ msgstr "Izveidot mapi" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Lai izveidotu šo mapi, ir nepieciešamas saknes lietotāja tiesības. Vai " +#~ "vēlaties turpināt?" + +#~ msgid "Move Items" +#~ msgstr "Pārvietot vienumus" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Lai pabeigtu pārvietošanu, ir nepieciešamas saknes lietotāja tiesības. " +#~ "Vai vēlaties turpināt?" + +#~ msgid "Rename" +#~ msgstr "Pārdēvēt" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Lai pabeigtu pārdēvēšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " +#~ "vēlaties turpināt?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Lai izveidotu simbolisko saiti, ir nepieciešamas saknes lietotāja " +#~ "tiesības. Vai vēlaties turpināt?" + +#~ msgid "Transfer data" +#~ msgstr "Pārsūta datus" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Lai pabeigtu pārsūtīšanu, ir nepieciešamas saknes lietotāja tiesības. Vai " +#~ "vēlaties turpināt?" + +#~ msgid "Undo Changes" +#~ msgstr "Atsaukt izmaiņas" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Šīs darbības atsaukšanai ir nepieciešamas saknes lietotāja privilēģijas. " +#~ "Vai vēlaties turpināt?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Iestata ACL priekš „%1“" + +#~ msgid "Change File Permissions" +#~ msgstr "Mainīt datnes atļaujas" + +#~ msgid "New Permissions: %1" +#~ msgstr "Jaunas atļaujas: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Mainīt datnes īpašnieku" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Jauns īpašnieks: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Noņemt datni" + +#~ msgid "Remove Directory" +#~ msgstr "Noņemt mapi" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Mapes atļaujas: %1" + +#~ msgid "Open File" +#~ msgstr "Atvērt datni" + +#~ msgid "Open Directory" +#~ msgstr "Atvērt mapi" + +#~ msgid "New Filename: %1" +#~ msgstr "Jauns datnes nosaukums: %1" + +#~ msgid "Target: %1" +#~ msgstr "Mērķis: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Mainīt laika zīmogu" + +#~ msgid "From: %1, To: %2" +#~ msgstr "No „%1“ uz „%2“" + +#~ msgid "Unknown Action" +#~ msgstr "Nezināma darbība" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Darbība: %1\n" +#~ "Avots: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Rādīt grāmatzīmju pogu" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Notiek datņu pārvietošana" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Notiek datņu kopēšana" + +#~ msgid "&Description:" +#~ msgstr "A&praksts:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Ierakstiet komentāru, ja jūs domājat, ka tāds būtu noderīgs." + +#~ msgid "Do not ask again" +#~ msgstr "Vairs nejautāt" + +#~ msgid "&Filter:" +#~ msgstr "&Filtrs:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Šis ir filtrs, ko varat izmantot datnes saraksta filtrēšanai. Datnes, " +#~ "kuru nosaukumi neatbilst filtram, nebūs redzamas.

    Jūs varat izvēlēties " +#~ "kādu no esošajiem filtriem no izkrītošās izvēlnes vai ievadīt savu filtru " +#~ "teksta laukā.

    Iespējams lietot aizstājējzīmes * un ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Ir atlasīta vairāk nekā viena mape, bet šis logs nepieņem mapes, tāpēc " +#~ "nav iespējams izvēlēties, kurā mapē ieiet. Lai redzētu mapes saturu, " +#~ "atlasiet vienu mapi." + +#~ msgid "More than one folder provided" +#~ msgstr "Piedāvāta vairāk nekā viena mape" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Ir atlasīta vismaz viena mape un viena datne. Atlasītās datnes ignorēs un " +#~ "parādīs atlasītās mapes saturu" + +#~ msgid "Files and folders selected" +#~ msgstr "Atlasītas datnes un mapes" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Lai arī kontakts ar serveri izveidojās, no tā šādā laikā nesaņēma atbildi:" +#~ "
    • Savienojuma nodibināšanas noildze: %1 sekundes
    • Atbildes " +#~ "saņemšanas noildze: %2 sekundes
    • Piekļūšanas starpniekserveriem " +#~ "noildze: %3 sekundes
    Atcerieties, ka varat mainīt šos noildzes " +#~ "iestatījumus KDE sistēmas iestatījumos, izvēloties „„WIi-Fi“ un " +#~ "internets“ —> „Savienojumu iestatījumi“." + #~ msgid "Is &executable" #~ msgstr "Ir &izpildāms" @@ -8416,9 +8886,6 @@ msgstr "Ja neuzticaties šai programmai, spiediet „Atcelt“" #~ msgstr[1] "%1 dienas %2" #~ msgstr[2] "%1 dienu %2" -#~ msgid "Show a Warning" -#~ msgstr "Rādīt brīdinājumu" - #~ msgid "Full Trash:" #~ msgstr "Miskaste ir pilna:" @@ -8478,10 +8945,6 @@ msgstr "Ja neuzticaties šai programmai, spiediet „Atcelt“" #~ msgid "Space" #~ msgstr "Atdalītājs" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Noklusētais" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8744,12 +9207,6 @@ msgstr "Ja neuzticaties šai programmai, spiediet „Atcelt“" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nevar izmainīt īpašnieku priekš %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Ielīmēt %1 failu" -#~ msgstr[1] "&Ielīmēt %1 failus" -#~ msgstr[2] "&Ielīmēt %1 failu" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Ielīmēt %1 URL" @@ -8881,9 +9338,6 @@ msgstr "Ja neuzticaties šai programmai, spiediet „Atcelt“" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince neatbalsta nomontēšanu." -#~ msgid "File name:" -#~ msgstr "Faila nosaukums:" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings.\n" "Language-Team: Maithili \n" @@ -32,13 +32,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sangeeta09@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 क' लेल मालिकाना बदएल नहि सकत." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -50,13 +50,13 @@ msgstr "" "फाइल %1 क' स्वामित्व परिवर्तित नहि कए सकत. अहाँक पास परिवर्तन करब केर " "लेल अपर्याप्त पहुँच अछि." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "आइओ-स्लेव तैआर करब मे अक्षम: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -71,7 +71,7 @@ msgstr "" "सिमलिंक %1 बनाए नहि सकत.\n" "कृप्या अनुमतिसभ जाँचू." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -91,23 +91,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "फोल्डर पहिने सँ अस्तित्व मे अछि" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "फाइल पहिने सँ अस्तित्व मे अछि. " -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "पहिने सँ फोल्डर केर रूपेँ अछि" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -204,198 +204,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "घसकाए रहल अछि" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "श्रोत" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "गंतव्य" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "नाम बदलू (&R)" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "कापी कए रहल अछि" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "निर्देशिका बनाएल जाए रहल अछि" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "निर्देशिका" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "मेटाए रहल" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "फाइल" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "हस्तांतरण भ' रहल अछि" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "माउंट कएल जाए रहल अछि" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "डिवाइस" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "आरोह बिंदु" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "अनमाउंटिंग" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|सभटा फाइलसभ" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "फाइलसभ मेटाबू" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Parent Folder" -msgid "Create Folder" -msgstr "पेरेन्ट फोल्डर " - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "रद्दीमे भेजू" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "नाम बदलू (&R)" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "सिंबालिक लिंक तैआर नहि कए सकल." - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "हस्तांतरण भ' रहल अछि" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -827,6 +726,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -841,65 +745,65 @@ msgstr "" "%2\n" " कृप्या संपूर्ण बग रपट एतय भेजू- http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(अनचिन्ह)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "तकनीकी कारण: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "" -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • प्रोटोकाल: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • तिथि आओर समय: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(अनचिन्ह)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -908,17 +812,17 @@ msgstr "" "बाइली मद्दति क' लेल अहाँ उपयुक्त कम्प्यूटर सपोर्ट सिस्टम जे तंत्र प्रशासक अथवा तकनीकी " "सपोर्ट समूह भए सकैत अछि, सँ सम्पर्क करू." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "बाइली मद्दति क' लेल सर्वर केर प्रशासक सँ संपर्क करू." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "ई संसाधन पर अहाँ अपन पहूँच अनुमतिसभ जाँचू." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -926,14 +830,14 @@ msgid "" msgstr "" "ई संसाधन पर निवेदित आपरेशन निष्पादित करब क' लेल अहाँक पहुँच अनुमतिसभ साइत अपूर्ण अछि." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "फाइल साइत आन प्रयोक्ता अथवा अनुप्रयोग केर उपयोग मे अछि (आओर इएह लेल तालाबंद अछि)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -942,17 +846,17 @@ msgstr "" "सुनिश्चित करब क' लेल जाँचू जे कोनो आन अनुप्रयोग अथवा प्रयोक्ता तँ फाइल क' उपयोग नहि कए " "रहल अछि. आओर फाइल केँ तालाबंद कएल अछि." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "यद्यपि संभावना कम अछि. एकटा हार्डवेयर त्रुटि भ' सकैत अछि." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "अहाँकेँ प्रोग्राम मे एकटा बग सँ सामना भेल हाएत." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -961,7 +865,7 @@ msgstr "" "बेसी संभावना अछि जे ई प्रोग्राम मे बग केर कारण भेल अछि. कृप्या नीच्चाँ देल विवरण अनुसार बग " "रपट भेजने केर संबंध मे विचार करू." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -970,7 +874,7 @@ msgstr "" "अपन साफ्टवेयर केँ नवीनतम संस्करण मे अद्यतन करू. अहाँक डिस्ट्रीब्यूशन अहाँक साफ्टवेयर केँ अद्यतन " "करबाक अओजार जुटबैत अछि." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -982,12 +886,12 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "अहाँक नेटवर्क कनेक्शन केर सँग कोनो समस्या भ' सकैत अछि." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -996,49 +900,49 @@ msgstr "" "अहाँक नेटवर्क बिन्यास केर सँग कोनो समस्या भ' सकैत अछि. जँ अहाँ हाल मे इंटरनेट एक्सेस करने " "हाएब तँ फिनु एकर संभावना कम अछि." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "सर्वर आओर एहि कंप्यूटर केर नेटवर्क पथ केर बीच केओ बिंदु पर कोनो समस्या भ' सकैत अछि." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "फिनु सँ कोसिस करू अथवा अखन अथवा कहियो बाद मे." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "कोनो प्रोटोकाल त्रुटि अथवा असंगति भ' गेल हाएत." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "सुनिश्चित करू जे संसाधन उपलब्ध अछि. आओर फिनु सँ कोसिस करू." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "उल्लेखित संसाधन अस्तित्व मे नहि अछि." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "दोबारा जाँचू जे अहाँ स्थान भरने छी आओर फिनु सँ कोसिस करू." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "अपन नेटवर्क कनेक्शन स्थिति जांचें." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "संसाधन पढ़बा क' लेल खोलि नहि सकैत " -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 कए विषयवस्तु भेट नहि " "सकैत किएक पढ़बाक पहुँच प्राप्त नहि भए सकल." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "अहाँक पास फाइल केँ पढ़बाक अथवा फोल्डर खोलबाक अनुमति नहि हाएत." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "लिखबा क' लेल संसाधन खोलि नहि सकल" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1066,18 +970,18 @@ msgstr "" "एकर अर्थ अछि जे फाइल %1 जहिना जे निवेदित अछि लिखल नहि जाए सकल " "किएक लिखबाक पहुँच अनुमतिसभ प्राप्त नहि भेल." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "प्रोटोकाल %1 प्रारंभ नहि कए सकल" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "प्रक्रिया चलाबै मे अक्षम" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच स्थापित करब वाले प्रोग्राम मे " "जारी रखबाक लायक वांछित मेमोरी प्राप्त नहि भए सकल." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1098,12 +1002,12 @@ msgid "" "incompatible with the current version and thus not start." msgstr "" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "आंतरिक त्रुटि" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल केँ एक्सेस प्रदान करैत अछि ओ " "एकटा आंतरिक त्रुटि कए रपट देलक." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "गलत फार्मेटेड यूआरएल" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "असमर्थित प्रोटोकाल %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1141,12 +1045,12 @@ msgstr "" "प्रोटोकाल %1 वर्तमान मे एहि कम्प्यूटर पर स्थापित केडीई प्रोग्राम " "द्वारा समर्थित नहि अछि. " -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "निवेदित प्रोटोकाल साइत समर्थित नहि अछि." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1154,7 +1058,7 @@ msgid "" msgstr "" "प्रोटोकाल %1 क' संस्करण जे एहि कम्प्यूटर आओर सर्वर द्वारा समर्थित अछि, साइत असंगत अछि." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1162,17 +1066,17 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "यूआरएल संसाधन केँ रेफर नहि करत." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "प्रोटोकाल एकटा फिल्टर प्रोटोकाल अछि" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lयू आर एल (यूनिफ़ार्म संसाधन " "लोकेटर) जे अहाँ भरल अछि ओ केओ विशिष्ट संसाधन केँ संदर्भित नहि करैत अछि." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1190,12 +1094,12 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "असमर्थित क्रिया: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1204,7 +1108,7 @@ msgstr "" "निवेदित क्रिया केडीई प्रोग्राम केर द्वारा समर्थित नहि अछि जे %1 " "प्रोटोकाल केँ लागू करैत अछि." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1212,51 +1116,51 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "वहिना परिणाम पूरा करब क' लेल आन रास्ता ढूंढने की कोसिस." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "फाइल प्रत्याशित" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "निवेदन मे फाइल वांछित अछि. पर बदलामे फोल्डर %1 पाएल गेल." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ई सर्वरक एकटा त्रुटि भ' सकैत अछि." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "फोल्डर प्रत्याशित" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "निवेदन मे फोल्डर वांछित अछि. पर बदलामे फाइल %1 पाएल गेल." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "फाइल अथवा फोल्डर अस्तित्व मे नहि अछि." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "उल्लेखित फाइल अथवा फोल्डर %1 मोजुद नहि अछि." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1264,22 +1168,22 @@ msgid "" msgstr "" "निवेदित फाइल तैआर नहि कएल जाए सकल किएक इएह नामक एकटा फाइल पहिने सँ उपलब्ध अछि." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "मोजुदा फाइल केँ पहिने रस्ता सँ बाहर घसकएबाक कोसिस करू, फिनु फिनु सँ कोसिस करू." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "मोजुदा फाइल मेटाकए फिनु सँ कोसिस करू." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "नवीन फाइल क' लेल वैकल्पिक नाम चुनू." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1287,27 +1191,27 @@ msgid "" msgstr "" "निवेदित फोल्डर तैआर नहि कएल जाए सकल किएक इएह नाम क' एकटा फोल्डर पहिने सँ उपलब्ध अछि." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "मोजुदा फोल्डर केँ पहिने रास्ते सँ बाहर घसकएबाक कोसिस करू, फिनु सँ कोसिस करू." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "मोजुदा फोल्डर मेटाकए फिनु सँ कोसिस करू." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "नवीन फोल्डर क' लेल वैकल्पिक नाम चुनू." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "अनचिन्ह होस्ट" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1316,7 +1220,7 @@ msgstr "" "एकटा अनचिन्ह होस्ट त्रुटि दर्शाबैछ जे निवेदित नाम क' सर्वर, %1, " "इंटरनेट पर पता नहि लगाएल जाए सकल." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1324,27 +1228,27 @@ msgstr "" "जे नाम अहाँ टाइप कएल अछि. %1, साइत अस्तित्व मे नहि अछि. अथवा साइत गलत टाइप कएल गेल " "अछि." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "पहुँच अस्वीकृत" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "उल्लेखित संसाधन %1 मे पहुँच नकार देल गेल." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "अहाँ गलत अनुमोदन विवरण देल अछि अथवा फिनु देल नहि अछि." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "उल्लेखित संसाधन पर पहूँच क' लेल अहाँक अकाउन्ट मे साइत अनुमति नहि अछि." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1353,12 +1257,12 @@ msgstr "" "निवेदन फिनु सँ कोसिस करू आओर ई सुनिश्चित करू जे अहाँक अनुमोदन विवरण उचित प्रकार भरल " "अछि." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "लिखबाक पहुँच अस्वीकृत" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1366,12 +1270,12 @@ msgid "" msgstr "" "एकर अर्थ अछि जे फाइल %1 पर लिखबाक कोसिस अस्वीकृत कए देल गेल." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "फोल्डर मे जएबामे अक्षम." -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1380,17 +1284,17 @@ msgstr "" "एकर अर्थ अछि जे फोल्डर %1 पर जएबाक (आन शब्दसभमे, खोलबा) कोसिस " "अस्वीकृत कए देल गेल." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "फोल्डर सूची अनुपलब्ध" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "प्रोटोकाल %1 फाइलसिस्टम नहि अछि" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1398,12 +1302,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "साइक्लिक लिंक पता लागल" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1412,7 +1316,7 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1421,27 +1325,27 @@ msgstr "" "लूप केर एकटा भाग केँ मेटाबू जकरासँ जे ई अनंत लूप नहि बनाबै कए कारण नहि बनै, आओर फिनु " "कोसिस करू." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "प्रयोक्ता द्वारा निवेदन रोका गेल" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "निवेदन पूरा नहि कएल जाए सकल किएक एकरा रोकि देल गेल." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "निवेदन केँ फिनु सँ कोसिस करू" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "नकल केर दौरान साइक्लिक लिंक पता लागल" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1450,17 +1354,17 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "नेटवर्क कनेक्शन तैआर नहि कए सकल." -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "साकेट तैआर नहि कए सकल" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1469,27 +1373,27 @@ msgstr "" "ई पूरे तकनीकी त्रुटि अछि जकरामे नेटवर्क कम्यूनिकेशन (साकेट) क' लेल वांछित अओजार बनाएल नहि " "जाए सकल." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "नेटवर्क कनेक्शन साइत बिन्यस्त नहि अछि, अथवा नेटवर्क इंटरफेस सक्षम नहि अछि." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "सर्वर सँ कनेक्शन अस्वीकृत" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "सर्वर %1 एहि कम्प्यूटर केँ कनेक्शन करबाक स्वीकृति नहि देलक." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1497,7 +1401,7 @@ msgid "" msgstr "" "सर्वर जखन तक अखन इंटरनेट सँ जुड़ल अछि, निवेदन स्वीकार करब क' लेल बिन्यस्त नहि हाएत." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1505,7 +1409,7 @@ msgid "" msgstr "" "सर्वर जखन तक वर्तमान मे इंटरनेट सँ जुड़ल अछि. निवेदित सेवा (%1) नहि चलाए रहल हाएत." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1513,12 +1417,12 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "सर्वर सँ कनेक्शन अप्रत्याशित रूप सँ बन्न भए गेल" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1527,7 +1431,7 @@ msgstr "" "हालांकि %1 पर कनेक्शन तँ बनाएल जाए चुकल छल, कनेक्शन संचार केर एकटा " "अप्रत्याशित बिन्दु पर बन्न भ' गेल ." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1536,17 +1440,17 @@ msgstr "" "कोनो प्रोटोकाल त्रुटि भ' गेल हाएत, जकरासँ त्रुटिक प्रतिक्रिया स्वरूप सर्वर क' कनेक्शन बन्न " "भ' गेल." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "यूआरएल संसाधन अवैध अछि" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "प्रोटोकाल %1 एकटा फिल्टर प्रोटोकाल नहि अछि." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1563,17 +1467,17 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "इनपुट / आउटपुट अओजार इनिशियलाइज करब मे अक्षम" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "उपकरण माउन्ट नहि कए सकल" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1582,7 +1486,7 @@ msgstr "" "निवेदित अओजार इनिशियलाइज़ (\"माउन्टेड\") नहि कएल जाए सकत. रिपोर्ट कएल गेल त्रुटि " "अछि. %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1590,7 +1494,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1598,7 +1502,7 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1607,17 +1511,17 @@ msgstr "" "जांचें जे अओजार तैआर अछि. हटाएल जाए सकैबला ड्राइव मे मीडिया होनाइ आओर पोर्टेबल उपकरण " "कनेक्ट होनाइ चाही आओर पावर चालू होनाइ चाही, आओर फिनु सँ कोसिस करू." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "इनपुट / आउटपुट अओजार अनइनिशियलाइज करब मे अक्षम" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "उपकरण अनमाउन्ट नहि कए सकल" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1626,7 +1530,7 @@ msgstr "" "निवेदित अओजार अनइनिशियलाइज़ (\"अनमाउन्टेड\") नहि कएल जाए सकत. रिपोर्ट कएल गेल त्रुटि " "अछि: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1634,7 +1538,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1642,56 +1546,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "जाँचू जे कोनो अनुप्रयोग अओजार केँ एक्सेस नकए रहल अछि. आओर फिनु सँ कोसिस करू." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "संसाधन सँ पढ़ि नहि सकल" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "अहाँक पास संसाधन सँ पढ़बाक अनुमति साइत नहि हाएत." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "संसाधन पर लिखि नहि सकल" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "अहाँक पास संसाधन सँ लिखबाक अनुमति साइत नहि हाएत." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "नेटवर्क कनेक्शन क' लेल सुन नहि सकल" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "बाइंड नहि कए सकल" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1699,50 +1603,50 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "सुनि नहि सकल" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "नेटवर्क कनेक्शन स्वीकार नहि कए सकल" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "ई पूरे तकनीकी त्रुटि अछि जकरामे आवक नेटवर्क कनेक्शनकेँ स्वीकारबाक कोसिस मे त्रुटि भेल." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "अहाँक पास कनेक्शन स्वीकारबाक अनुमति साइत नहि हाएत." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr " %1 पर लोगिन नहि कए सकल" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "निवेदित आपरेशन निष्पादित करब क' लेल लोगिनक एकटा कोसिस असफल भेल." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "संसाधन स्थिति निर्धारित नहि कए सकल" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "संसाधन स्टेट नहि कए सकल" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1751,68 +1655,68 @@ msgstr "" "संसाधन %1 कए स्थिति केर संबंध मे जानकारी निर्धारित करबाक कोसिस, " "जहिना जे संसाधन नाम, प्रकार, इत्यादि सफल नहि रहल." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "उल्लेखित संसाधन अथवा तँ उपलब्ध नहि अछि. अथवा फिनु पहुँच योग्य नहि अछि." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "लिस्टिंग रद नहि कए सकल" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: एकर दस्ताबेज बनाबू" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "फोल्डर बनाए नहि सकल" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "निवेदित फोल्डर बनाबै की एकटा कोसिस असफल भेल." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "स्थान जतए फोल्डर बनाएल जएनाइ अछि. साइत अस्तित्व मे नहि अछि." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "फोल्डर नहि सकल" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "उल्लेखित फोल्डर %1 केँ मेटाबैक कोसिस असफल भेल." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "उल्लेखित फोल्डर अस्तित्व मे नहि अछि." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "उल्लेखित फोल्डर साइत खाली नहि अछि." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "सुनिश्चित करू जे फोल्डर मोजुद अछि. आओर फिनु सँ कोसिस करू." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "फाइल हस्तांतरण पुनरारंभ नहि कए सकत" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1821,66 +1725,66 @@ msgstr "" "निर्दिष्ट निवेदन पूछलकाह जे फाइल %1 क' ट्रांसफर केओ विशिष्ट बिन्दु से " "रीज्यूम कएल जएनाइ चाही. ई संभव नहि अछि." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "प्रोटोकाल अथवा फाइल सर्वर साइत फाइल रिज़्यूमिंग समर्थित नहि कए सकैत अछि." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "ट्रांसफर पुनरारंभ करब की कोसिस किए बगैर निवेदन फिनु सँ कोसिस करू" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "संसाधन नाम बदएल नहि सकल" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "उल्लेखित संसाधन %1 क' नाम बदलबाक कोसिस असफल भेल." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "संसाधन की अनुमतिसभ बदएल नहि सकल." -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "उल्लेखित संसाधन %1 कए अनुमतिसभ बदलबाक कोसिस असफल भेल." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "रीसोर्स क' मालिकाना बदलल नहि जाए सकल" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "निर्दिष्ट संसाधन %1 कए मालिकाना बदलबाक कोसिस असफल रहल." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "संसाधन मेटाए नहि सकल" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "उल्लेखित संसाधन %1 केँ मेटाबैक कोसिस असफल भेल." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr " प्रोग्राम अप्रत्याशित बन्न" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच क' लेल संस्थापित प्रोग्राम " "अप्रत्याशित रूप सँ बन्न भ' गेल." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "स्मृति कम" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच स्थापित करब वाले प्रोग्राम मे " "जारी रखबाक लायक वांछित मेमोरी प्राप्त नहि भए सकल." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "अनचिन्ह प्राक्सी होस्ट" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -1954,17 +1858,17 @@ msgstr "" "असमर्थित प्रमाणीकरण विधि केर संबंध मे केडीई टोली केँ बताने क' लेल कृप्या http://bugs.kde.org/ पर बग रपट दर्ज करू." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "निवेदन रोकल गेल" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "सर्वर मे आंतरिक त्रुटि" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1973,7 +1877,7 @@ msgstr "" "सर्वर मे %1 प्रोटोकाल पर पहुँच प्रदान करब वाले प्रोग्राम ने आंतरिक " "त्रुटि रपट देलक: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1982,46 +1886,41 @@ msgstr "" "बेसी संभव अछि जे ई सर्वर प्रोग्राम मे बग केर कारण भेल अछि. कृप्या नीच्चाँ देल विवरण अनुसार " "पूरा बग रपट जमा करू" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "समस्या केर संबंध मे परामर्श क' लेल सर्वर केर प्रशासक सँ सम्पर्क करू." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "जँ अहाँ जानैत छी जे सर्वर साफ्टवेयर केर कओन लेखक अछि, तँ बग रपट ओकरा सीधे जमा करू." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "टाइम-आउट त्रुटि" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "आन निवेदनकेँ उत्तर देबामे सर्वर बेसी व्यस्त अछि." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "अनजान त्रुटि" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच प्रदान करब वाले प्रोग्राम ने " "एकटा अनचिन्ह त्रुटि रपट कएलक: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "अनचिन्ह इंटरप्शन" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच प्रदान करब वाले प्रोग्राम ने " "एकटा अनचिन्ह इंटरप्शन रपट कएलक: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "मूल फाइल मेटाए नहि सकैत अछि." -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2059,12 +1958,12 @@ msgstr "" "निवेदित आपरेशन मूल फाइल केँ मेटाएब चाहैत अछि. बेसी संभव अछि फाइल घसकाबै केर अंतमे. मूल " "फाइल %1 मेटाएल नहि जाए सकल." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "अस्थायी फाइल मेटाए नहि सकल." -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2072,12 +1971,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "मूल फाइल क' नाम बदएल नहि सकल." -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2086,12 +1985,12 @@ msgstr "" "निवेदित आपरेशन मूल फाइल %1 क' नाम बदलब चाहैत अछि. मुदा ई नाम नहि " "बदलल जाए सकल." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "अस्थायी फाइल तैआर नहि कए सकल." -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2100,32 +1999,32 @@ msgstr "" "निवेदित आपरेशन मे अस्थायी फाइल %1 बनैनाइ आवश्यक अछि. मुदा ई बनाएल " "नहि जाए सकल." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "लिंक तैआर नहि कए सकल." -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "सिंबालिक लिंक तैआर नहि कए सकल." -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "निवेदित सिंबालिक लिंक %1 तैआर नहि कएल जाए सकल." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "कोनो विषयवस्तु नहि" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "डिस्क भरल" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2133,7 +2032,7 @@ msgid "" msgstr "" "निवेदित फाइल %1 लिखल नहि जाए सकल किएक डिस्क मे अपर्याप्त जगह अछि." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2141,30 +2040,30 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "स्रोत आओर गंतव्य फाइलसभ एकटा अछि" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "आपरेशन पूरा नहि कएल जाए सकल किएक स्रोत आओर गंतव्य फाइल एकटा अछि." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "गंतव्य फाइल क' लेल पृथक नाम चुनू." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "फाइल अथवा फोल्डर अस्तित्व मे नहि अछि." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2174,20 +2073,20 @@ msgid "" "or folder are the same." msgstr "आपरेशन पूरा नहि कएल जाए सकल किएक स्रोत आओर गंतव्य फाइल एकटा अछि." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "उल्लेखित फाइल अथवा फोल्डरक नकल करू" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "फाइल अथवा फोल्डर अस्तित्व मे नहि अछि." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2197,19 +2096,19 @@ msgid "" "into itself." msgstr "आपरेशन पूरा नहि कएल जाए सकल किएक स्रोत आओर गंतव्य फाइल एकटा अछि." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "उल्लेखित फाइल अथवा फोल्डरक नकल करू" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2219,23 +2118,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "आपरेशन पूरा नहि कएल जाए सकल किएक स्रोत आओर गंतव्य फाइल एकटा अछि." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "प्रोटोकाल %1 प्रारंभ नहि कए सकल" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "आइओ-स्लेव तैआर करब मे अक्षम: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकाल पर पहुँच स्थापित करब वाले प्रोग्राम मे " "जारी रखबाक लायक वांछित मेमोरी प्राप्त नहि भए सकल." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2268,35 +2167,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "बिनु दस्ताबेज कएल त्रुटि" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "( %1 पर एकटा सिंबालिक लिंक)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, एहि पर कड़ी: %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2305,25 +2204,25 @@ msgstr "" "गलत URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2331,92 +2230,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "प्रोटोकाल %1 केर सँग कनेक्शन खोलनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "प्रोटोकाल %1 केर सँग कनेक्शन बन्न कएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "प्रोटोकाल %1 केर सँग फाइल एक्सेस कएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr " %1 पर लिखल जएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "प्रोटोकाल %1 क' लेल कोनो विशेष क्रिया उपलब्ध नहि अछि." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "प्रोटोकाल %1 क' लेल फोल्डरक सूची बनैनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 सँ डाटा निकालनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 सँ माइम प्रकार जानकारी निकालनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 केर भीतर फाइल घसकाएनाइ अथवा नाम बदलनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "प्रोटोकाल %1 केर सँग सिमलिंक तैआर कएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 केर भीतर फाइल नकल कएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 सँ फाइल मेटाएब समर्थित नहि अछि." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "प्रोटोकाल %1 केर सँग फोल्डर तैआर कएनाइ समर्थित नहि अछि." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "प्रोटोकाल %1 केर सँग फाइल विशेषता बदलना समर्थित नहि अछि." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "प्रोटोकाल %1 केर सँग फाइलसभ क' मालिकाना बदलना समर्थित नहि अछि." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "प्रोटोकाल %1 केर सँग फाइलसभ खोलब समर्थित नहि अछि." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "प्रोटोकाल %1 क्रिया %2 केँ समर्थित नहि करत." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2425,327 +2324,350 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "अनचिन्ह प्रोटोकाल '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "प्रोटोकाल '%1' क' लेल आइओ-स्लेव प्राप्त नहि कए सकल." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "प्रोटोकाल '%1' क' लेल आइओ-स्लेव प्राप्त नहि कए सकल." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "प्रोटोकाल '%1' क' लेल आइओ-स्लेव प्राप्त नहि कए सकल." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "विवरण (&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "हरदम (&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "जारी राखू (&n)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "सिर्फ मोजुदा सत्र (&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Parent Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "पेरेन्ट फोल्डर " + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Parent Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "पेरेन्ट फोल्डर " + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "मिटाने क' लेल अहाँ फाइल चुनल नहि अछि" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "मेटाबैक लेल किछु नहि " -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "मेटाबै क' लेल अहाँ फाइल चुनल नहि अछि" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "मेटाबै क' लेल किछु नहि " -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "उल्लेखित फाइल अथवा फोल्ड उपलब्ध नहि अछि अथवा पढ़बा लायक नहि अछि." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "मेनू " -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "पेरेन्ट फोल्डर " -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "घर फोल्डर" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "फिनु लोड करू" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "नवीन फोल्डर" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "रद्दीमे भेजू" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "मेटाबू" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "छाँटनाइ" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "साइट नाम" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "छोट दृश्य" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "तिथि से" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "प्रविष्टि प्रकार" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "अवरोहण क्रम" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "अवरोहण क्रम" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "नुकाएल फाइलसभ देखाबू" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "छोट दृश्य" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "छोट दृश्य" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "विस्तृत दृश्य " -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "छोट दृश्य" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "विस्तृत दृश्य " -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "नुकाएल फाइलसभ देखाबू" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "पूर्वावलोकन देखाबू" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "पूर्वावलोकन देखाबू" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "गुण" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "दृश्य (&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "एनकोडिंग:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "खोलू" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "एहिना सहेजू" @@ -2798,44 +2720,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|सभटा फाइलसभ" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "सभटा समर्थित फाइलसभ" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|सभटा फाइलसभ" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgid "Add Places Entry" msgstr "स्थान प्रविष्टि संपादन" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "स्थान प्रविष्टि संपादन" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2844,18 +2766,18 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "नाम (&N):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2864,12 +2786,12 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "स्थान (&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2878,17 +2800,17 @@ msgstr "" "ई प्रतीक स्थान फलक मे प्रकट हाएत.

    भिन्न प्रतीक चुनने क' लेल बटन पर " "क्लिक करू.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "एकटा प्रतीक चुनू (&i)" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "जखन एहि अनुप्रयोग (%1) क' इस्तेमाल करू तखन देखाबू (&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2896,67 +2818,67 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "स्थान" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "हटाबू" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "खोजू" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "डिवाइस" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgctxt "Home Directory" #| msgid "Home" @@ -2964,120 +2886,127 @@ msgctxt "KFile System Bookmarks" msgid "Home" msgstr "घर" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: एकर दस्ताबेज बनाबू" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "नेटवर्क" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "रद्दी" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "फाइलसभ मेटाबू" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "स्थानः" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "परिवर्धितः" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "प्रोग्राम '%1' ढूँढि नहि सकल" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "फाइल अथवा फोल्डर %1 मोजुद नहि अछि." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "पालिसी बदलू.... (&P)" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Reload List" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "सूची रीलोड करू (&R)" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Reload List" msgctxt "@action:inmenu" msgid "&Release" msgstr "सूची रीलोड करू (&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "हटाबू" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "हटाबू" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3085,41 +3014,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "अनमाउंटिंग" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "अनारोहित करू" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "बाहर निकालू" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' पर पहुँचबाक कोसिस मे एकटा त्रुटि भेल" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3130,19 +3059,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3150,98 +3079,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "माउन्ट" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "एकरासँ खोलू" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "प्रविष्टि जोड़ू..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "संपादन" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "हटाबू" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "नुकाबू '%1' (&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "नुकाबू '%1' (&H)" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "सभटा प्रविष्टिसभ देखाबू (&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "छोट दृश्य" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3250,52 +3179,52 @@ msgctxt "" msgid "Auto Resize" msgstr "अपने पता लगाबू (&D)" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ड्राइव: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3306,47 +3235,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "फाइल नहि खोलि सकल" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3361,44 +3265,44 @@ msgstr "" "मोजुदा स्थान अछि file:/home/%1 तँ एहि बटन पर क्लिक करब पर ई अहाँक file:/home मे ले " "जएताह
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ब्राउज़िंग इतिहास मे एकटा स्तर पाछाँ जाए क' लेल एहि बटन केँ क्लिक करू." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ब्राउज़िंग इतिहास मे एकटा स्तर आगाँ जाए क' लेल एहि बटन केँ क्लिक करू." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "मोजुदा स्थान केर विषयवस्तु केँ फिनु सँ लोड करब क' लेल एहि बटन केँ क्लिक करू." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "नवीन फोल्डर बनाबै क' लेल एहि बटन केँ क्लिक करू." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "प्लेस नेविगेशन फलक देखाबू" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "पसंदीदा देखाबू" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "नुकाएल फाइलसभ देखाबू" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "विकल्प" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3408,12 +3312,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "पुस्तकचिह्न" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3423,12 +3327,37 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "नाम (&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "डिवाइस नाम" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "नुकाएल फाइलसभ देखाबू" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3437,12 +3366,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "ई एहि रुपेँ सहेजल जाएबला फाइल क' नाम अछि." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3451,76 +3380,81 @@ msgstr "" "फाइलसभ केँ खोलबाक ई सूची अछि. एकटा सँ बेसी फाइलसभ केँ उल्लेखित कएल जाए सकैत अछि. " "फाइलसभ को स्पेस सँ अलग-अलग कए सूची बद्ध कएक." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "ई खोलल जाएबला फाइल क' नाम अछि." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "स्थान" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "फाइल केर उप्पर लिखू?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "अहाँ सिर्फ स्थानीय फाइलसभ चुनि सकैछ." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "रिमोट फाइलसभ स्वीकार्य नहि अछि" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|सभटा फोल्डर" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "निर्देशिका बनाएल जाए रहल अछि" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "खोलू (&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "फाइल नाम एक्सटेंशन स्वतः चुनू (%1) (&x)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "एक्सटेंशन %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "फाइल नाम एक्सटेंशन स्वतः चुनू (&x)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "एकटा उपयुक्त एक्सटेंशन " -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3536,47 +3470,40 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "फिल्टर: (&F)" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "फिल्टर: (&F)" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "नवीन फाइल प्रकार बनाबू" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "जमा करू" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3585,31 +3512,30 @@ msgid "The template file %1 does not exist." msgstr "" "उल्लेखित कमांड चलाबै मे अक्षम. फाइल अथवा फोल्डर%1 अस्तित्व मे नहि अछि." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "सिंबालिक लिंक तैआर नहि कए सकल." + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Created:" msgid "Create link to URL" msgstr "बनएलक:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3617,7 +3543,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3625,7 +3551,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3634,74 +3560,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "एकटा पुरान एकाइ '%1' नाम सँ पहिने मोजुद अछि. " -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "एकटा फाइल %1 केर नाम सँ पहिने सँ मोजुद अछि." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Created:" msgid "Create New" msgstr "बनएलक:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "डिवाइस" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "नवीन फोल्डर" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "पेरेन्ट फोल्डर " -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3711,59 +3645,108 @@ msgstr "" "नवीन फोल्डर:\n" "%1 मे बनाबू" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "मूलभूत" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "नवीन फाइल प्रकार बनाबू" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr " %1 क' लेल अनुप्रयोग चुनू" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "एकटा प्रतीक चुनू (&i)" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "कॉपी करू" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "साटू" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "एकरासँ खोलू" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "एकरासँ खोलू" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "संपादन" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "नाविगेट" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3776,6 +3759,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "स्थान" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3802,41 +3793,41 @@ msgstr "आन " msgid "Edit mode" msgstr "संपादन" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "स्थान नेविगेशन क' लेल क्लिक करू" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "स्थान संपादन क' लेल क्लिक करू" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "ई फाइल केँ चलाबै क' लेल अहाँ अधिकृत नहि अछि." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "चालू कएल जाए रहल अछि %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "ई फाइल केँ खोलबा क' लेल अहाँ केओ अनुप्रयोग केँ चुनबाक लेल अधिकृत नहि छी." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3864,13 +3855,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "%1 क' लेल अओजार मे कोनो मीडिया नहि " -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3885,28 +3882,28 @@ msgstr "" "%1\n" " अनचिन्ह अछि." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "चालू कएल जाए रहल अछि %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3917,7 +3914,7 @@ msgstr "" "%1\n" "लिंक प्रकार क' अछि पर कोनो URL=... प्रविष्टि नहि अछि." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -3929,20 +3926,20 @@ msgstr "" "फाइल %1 एकटा चलाबै लायक प्रोग्राम अछि. सुरक्षा क' लेल एकरा चलाएल नहि " "जएताह." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3953,12 +3950,12 @@ msgid "" msgstr "" "उल्लेखित कमांड चलाबै मे अक्षम. फाइल अथवा फोल्डर%1 अस्तित्व मे नहि अछि." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "डेस्कटाप प्रविष्टि फाइल %1 मे कोनो प्रकार=... प्रविष्टि दर्ज नहि अछि." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3966,13 +3963,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "फाइल नहि खोलि सकल" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4054,74 +4051,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "चलैनाइ" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "स्टीफन कुलोव" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "नवीन फाइल क' लेल वैकल्पिक नाम चुनू." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr " %1 क' लेल एसीएल सेट कएनाइ" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4130,7 +4122,7 @@ msgstr "" " %1 क' लेल \n" "अनुमतिसभ बदएल नहि सकल." -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4139,128 +4131,38 @@ msgid "" "%1" msgstr "%1 क' लेल मालिकाना बदएल नहि सकत." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "अस्थायी फाइल तैआर नहि कए सकल." + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "प्रोग्राम \"mount\" नहि भेटल" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "प्रोग्राम \"umount\" नहि भेटल" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "विस्तृत अनुमतिसभ" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "अनुमतिसभ" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "हटाबू" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "निर्देशिका" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "निर्देशिका बनाएल जाए रहल अछि" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "अनुमतिसभ" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "फाइल खोलबा क' संवाद" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "निर्देशिका" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "डिवाइस नाम" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ड्राइव: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "अनचिन्ह इंटरप्शन" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "फाइल केँ %1 सँ %2 पर नकल नहि कए सकल. (त्रुटि क्र.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 क' लेल अओजार मे कोनो मीडिया नहि " -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "देल गेल प्रयोक्ता नाम %1 क' लेल प्रयोक्ता आईडी प्राप्त नहि कए सकल" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "देल गेल समूह नाम %1 क' लेल समूह आईडी प्राप्त नहि कए सकल" @@ -4303,32 +4205,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "ई साइट पर पहुँचबा क' लेल अहाँक प्रयोक्ता नाम आओर कूटशब्द दिअ' पड़त." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "साइट:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "लागइन बेस" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr " %1 पर लागइन नहि भए सकल." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4336,7 +4238,7 @@ msgid "" "The server said: \"%1\"" msgstr "चालू कएल जाए रहल अछि %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4345,12 +4247,12 @@ msgstr "" "एकरासँ पहिने जे अहाँक केओ साइट पर पहुँचक अनुमति देल जाए, नीच्चाँ सूची-बद्ध कएल प्राक्सी " "सर्वर क' लेल अहाँक प्रयोक्ता नाम आओर कूटशब्द देनाइ हाएत." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "प्राक्सीः" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "प्राक्सी प्रमाणीकरण असफल." @@ -4405,89 +4307,89 @@ msgid "" msgstr "की अहाँ एहि प्रमाणपत्र केँ हरदम क' लेल स्वीकृत कएनाइ चाहब बिनु पूछल?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "सर्वर प्रमाणीकरण" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 पर %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "आन रूपेँ, निवेदन पूरा भ' गेल हाएत." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "गुण मान निकालू" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "गुण मान नियत करू. " -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "निवेदित फोल्डर बनाबू" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डरक नकल करू" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डर घसकाबू" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "उल्लेखित फोल्डर मे ढूँढू" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डर केँ तालाबंद करू" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डर क' ताला खोलू" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डर केँ मेटाबू" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "सर्वर केपेबिलिटी क्वेरी करू" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "उल्लेखित फाइल अथवा फोल्डर केर विषयवस्तुओं केँ निकालू" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "search in the specified folder" @@ -4495,13 +4397,13 @@ msgctxt "request type" msgid "run a report in the specified folder" msgstr "उल्लेखित फोल्डर मे ढूँढू" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr " एकटा त्रुटि %1 भेल, %2 कए कोसिस मे" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4509,20 +4411,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 कए कोसिस मे पहुँच नकार देल गेल." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4532,28 +4434,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "निवेदित तालाबंद देल नहि जाए सकत. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "सर्वर निवेदित प्रकार केर बाडी समर्थित नहि करैत अछि." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr " %1 पर अक्षम किएक संसाधन ताला बन्न अछि." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "आन त्रुटि केर द्वारा ई क्रिया रोकल गेल." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4561,25 +4463,25 @@ msgid "" "folder." msgstr " %1 केँ असमर्थ किएक गंतव्य सर्वर फाइल अथवा फोल्डर केँ स्वीकार करब सँ मना करैत अछि." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "अपलोड %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4591,16 +4493,16 @@ msgstr " एकटा त्रुटि %1 भेल, %2 कए कोसि msgid "Network" msgstr "नेटवर्क" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "गलत यूआरएल %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4609,12 +4511,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4655,7 +4557,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4679,19 +4581,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "अनुमोदन समाद " -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "पहुँच अस्वीकृत" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "प्रोटोकाल %1 पर पहुँच क' लेल अहाँक अनुमति नहि अछि." @@ -4804,41 +4706,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4848,9 +4750,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "गणना" @@ -4859,140 +4761,229 @@ msgstr "गणना" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "चालू कएल जाए रहल अछि %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "की अहाँ अपन वालेट फाइल मे पासफ्रेज भंडारित कएनाइ चाहैत छी?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "चलैनाइ" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "खोलू (&O)" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "के सँग खोलू:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "की अहाँ अपन वालेट फाइल मे पासफ्रेज भंडारित कएनाइ चाहैत छी?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "निर्देशिका बनाएल जाए रहल अछि" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgctxt "The source of a file operation" +#| msgid "Source" +msgid "Source" +msgstr "श्रोत" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgctxt "The destination of a file operation" +#| msgid "Destination" +msgid "Destination" +msgstr "गंतव्य" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "कापी कए रहल अछि" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "घसकाए रहल अछि" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "नाम बदलू (&R)" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "रद्दीमे भेजू" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "मेटाए रहल" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "फोल्डर बनाए नहि सकल" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "फोल्डर बनाए नहि सकल" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "नाम बदलू (&R)" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "Verb" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "रद्दी (&T)" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "फोल्डर बनाए नहि सकल" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "फोल्डर बनाए नहि सकल" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "फोल्डर बनाए नहि सकल" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5001,12 +4992,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5015,23 +5006,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "प्रविष्टि मेटाबू" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "प्रविष्टि मेटाबू" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5043,7 +5035,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5051,13 +5043,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5065,7 +5057,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5160,7 +5152,7 @@ msgstr "मालिक" msgid "Owning Group" msgstr "मालिक समूह" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "आन " @@ -5234,115 +5226,122 @@ msgstr "तंत्र बिन्यास अद्यतन कएल ज msgid "Updating system configuration…" msgstr "तंत्र बिन्यास अद्यतन कएल जाए रहल अछि." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "नाम" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "आकार" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "दिनांक" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "अनुमतिसभ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "मालिक" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "समूह" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "प्रकार" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "के सँग खोलू:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "क्रियासभ" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "एकरासँ खोलू" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "एकरासँ खोलू" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "चलैनाइ" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "के सँग खोलू:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "के सँग खोलू:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "एकरासँ खोलू" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "एकरासँ खोलू" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "अनुप्रयोग (&A)" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5350,120 +5349,137 @@ msgid_plural "%1 items" msgstr[0] "१ वस्तु" msgstr[1] "%1 वस्तु" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "अनचिन्ह" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "रोकू" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "पर माउन्टेड:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "प्रकार:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "स्थानः" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "आकार:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "बदलू (&h)..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "विषय:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "के सँग खोलू:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "बदलू (&h)..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "स्थानः" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "आकार:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "रोकू" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "की ओर इशाराः" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "परिवर्धितः" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "पूर्वावलोकन देखाबू" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "बनएलक:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "फाइल सिस्टमः" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "अनचिन्ह होस्ट" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "पर माउन्टेड:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "परिवर्धितः" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "पहुंचल:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "फाइल सिस्टमः" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "एकरासँ खोलू" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "पर माउन्टेड:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "पर माउन्टेड:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "अनचिन्ह होस्ट" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5734,26 +5750,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "प्रयोग केर आधार पर अनुप्रयोग क' वर्णन भरू. उदाहरण: डायलअप अनुप्रयोग (केपीपीपी हाएत " "\"डायल अप अओजार\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "विवरण (&D):" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "प्रयोक्ता नाम: (&U)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "कोनो टिप्पणी जे अहाँ समझैत छी, उपयोगी अछि. एतय टाइप करू." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"प्रयोग केर आधार पर अनुप्रयोग क' वर्णन भरू. उदाहरण: डायलअप अनुप्रयोग (केपीपीपी हाएत " +"\"डायल अप अओजार\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5765,7 +5792,7 @@ msgstr "टिप्पणीः (&e)" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "पहिने सँ तय प्राक्सी एनवायनमेंट वेरिएबल इस्तेमाल करू (&v)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5943,7 +5970,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -5955,40 +5982,60 @@ msgid "" msgstr "" "गुण सहेज नहि सकत. अहाँक पास उचित पहुँच %1 पर लिखबाक लेल नहि अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "सामान्य (&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ताजा करू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" msgid "%1:" msgstr "%1: %2" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "अनचिन्ह होस्ट" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5997,152 +6044,158 @@ msgstr "" "गणना मे... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "१ फाइल" msgstr[1] "%1 फाइल" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "१ उप फोल्डर" msgstr[1] "%1 उप फोल्डर" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "गणनामे... " -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "कम सँ कम %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "नवीन फाइल नाम खाली अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "समर्थित फाइल प्रकार: (&S)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "अनुप्रयोग चुनू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "बनएलक:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "बदलू (&h)..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "पहुंचल:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "विषयवस्तु देख आ बदएल सकैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "विषयवस्तु देख सकैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "विषयवस्तु देख आ बदएल सकैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "विषयवस्तु देख सकैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "देखि/पढ़ि आ बदलि/लिख सकैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "अनुमतिसभ (&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "पहुँच अनुमतिसभ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "ई फाइल एकटा लिंक अछि आओर एहिमे अनुमतिसभ नहि अछि." msgstr[1] "ई फाइल एकटा लिंक अछि आओर एहिमे अनुमतिसभ नहि अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "सिर्फ स्वामी अनुमतिसभ बदएल सकैत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "स्वामीः (&w)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "उल्लेखित करैत अछि जे स्वामी क' लेल कओन सँ क्रियासभ स्वीकार्य अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "समूह (&u)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "उल्लेखित करैत अछि जे समूह केर सदस्यसभ क' लेल कओन सी क्रिया स्वीकार्य अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "आन (&t)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6151,31 +6204,31 @@ msgstr "" "निर्धारित करैत अछि जे क्रिया जे सबहि प्रयोक्ता जे नहि तँ मालिक अछि आओर नहि समूह मे " "अछि, कार्य लेल स्वीकृत अछि" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "सिर्फ स्वामी फोल्डर की वस्तुसभ केँ मेटाए सकैत अछि अथवा नाम बदएल सकैत अछि (&e)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "फाइल केँ प्रोग्रामक तरह चलाबैक स्वीकृति क' लेल एहि फ्लेग केँ सक्षम करू." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "डिफाल्ट प्रयोक्ता नामः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "चलैनाइ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6183,49 +6236,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "विस्तृत अनुमतिसभ (&d)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "स्वामित्व" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "प्रयोक्ता:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "समूह:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "परिवर्तनसभ केँ सबहि सब-फोल्डर आओर ओकर वस्तुसभ मे लागू करू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "विस्तृत अनुमतिसभ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "वर्ग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6234,22 +6287,22 @@ msgstr "" "देखाबू\n" "प्रविष्टिसभ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "ई फ्लेग फोल्डर केर वस्तुसभ केँ देखबाक स्वीकृति देत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "पढ़ू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "रीड फ्लेग फाइलक वस्तुसभ केँ देखबाक स्वीकृति देत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6258,7 +6311,7 @@ msgstr "" "लिखू\n" "प्रविष्टिसभ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6267,43 +6320,43 @@ msgstr "" "ई फ्लैग फाइलसभ केँ जोड़ब, नाम बदलब आओर मेटाबै देत अछि. टीप लिअ' जे स्टिकी फ्लैग केर प्रयोग " "सँ मेटाबै आ नाम बदलबाक प्रक्रिया सीमित भए सकैत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "लिखू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "राइट फ्लेग फाइलक वस्तुसभकेँ परिवर्धित करबाक अनुमति देत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "एंटर कुँजी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "फोल्डर मे जएबाक स्वीकृति क' लेल एहि फ्लेग केँ सक्षम करू." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "चलैनाइ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "फाइल केँ प्रोग्रामक तरह चलाबैक स्वीकृति क' लेल एहि फ्लेग केँ सक्षम करू." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "विशेष" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6312,7 +6365,7 @@ msgstr "" "विशेष फ्लेग. समस्त फोल्डर क' लेल वैध, फ्लेग क' सटीक अर्थ दाएँ हाथ केर स्तम्भ मे देखा जाए सकैत " "अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6321,17 +6374,17 @@ msgstr "" "विशेष फ्लेग. समस्त फोल्डर क' लेल वैध, फ्लेग क' सटीक अर्थ दाएँ हाथ केर स्तम्भ मे देखल जाए सकैत " "अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "प्रयोक्ता" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "समूह" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6340,7 +6393,7 @@ msgstr "" "जँ ई फ्लेग नियत कएल जाइछ अछि. एहि फोल्डर क' स्वामी सबहि नवीन फाइलसभ क' स्वामी " "हएताह." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6348,7 +6401,7 @@ msgid "" msgstr "" "जँ ई फाइल एक्जीक्यूटेबल अछि आओर फ्लेग नियत कएल जाइछ. ई स्वामीक अनुमति सँ एक्जीक्यूट हाएत." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6356,7 +6409,7 @@ msgstr "" "जँ ई फ्लेग नियत कएल जाइछ. एहि फोल्डर केर समूह केँ सबहि नवीन फाइलसभ क' लेल नियत कएल " "जएताह." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6364,7 +6417,7 @@ msgid "" msgstr "" "जँ ई फाइल एक्जीक्यूटेबल अछि आओर फ्लेग नियत कएल जाइछ. ई समूहक अनुमति सँ एक्जीक्यूट हएताह." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6373,7 +6426,7 @@ msgstr "" "जँ फोल्डरमे स्टिकी फ्लैग सेट कए देल जएताह तँ सिर्फ मालिक अथवा रूट एकरा मेटाए अथवा एकर " "नाम बदएल सकताह. आन रूपेँ प्रत्येक, जकरा पास लिखबाक अनुमति अछि. ओ ई कए सकत." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6381,90 +6434,80 @@ msgid "" msgstr "" "लिनक्स मे फाइल पर स्टिकी फ्लेग नजरअंदाज कएल जाइछ. पर केओ तंत्र मे उपयोग कएल जाएत हाएत" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "यूआईडी सेट करू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "जीआईडी सेट करू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "स्टिकी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "लिंक" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "परिवर्तनीय (कोनो परिवर्तन नहि)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "ई फाइल उन्नत अनुमतिसभ प्रयोग मे लैछ" msgstr[1] "ई फाइल उन्नत अनुमतिसभ प्रयोग मे लैछ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "ई फोल्डर उन्नत अनुमतिसभ प्रयोग करैत अछि." msgstr[1] "ई फोल्डर उन्नत अनुमतिसभ प्रयोग करैत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "ई फाइलसभ विस्तृत अनुमतिसभ उपयोग करैत अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "गणनामे... " - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6472,57 +6515,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "नवीन फाइल नाम खाली अछि." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "नवीन फाइल नाम खाली अछि." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "गणनामे... " + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "यूआरएल (&R)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "सिर्फ स्थानीय फाइल सिस्टम पर एक्जीक्यूटेबल समर्थित अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "अनुप्रयोग (&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr " %1 क' लेल फाइल प्रकार चुनू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "एकटा अथवा बेसी फाइल प्रकार जोड़बा क' लेल चुनू:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "सिर्फ स्थानीय फाइल सिस्टम पर एक्जीक्यूटेबल समर्थित अछि." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 क' लेल विस्तृत विकल्प " @@ -6630,36 +6692,41 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "पालिसी बदलू.... (&P)" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "फाइल खोलबा क' संवाद" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "क्लिपबोर्ड विषयवस्तु क' लेल फाइल नामः" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "फाइल साटू (&P)" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "क्लिपबोर्ड सामग्री केँ साटू (&P)" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "पेरेन्ट फोल्डर " -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6667,7 +6734,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "फाइल साटू (&P)" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6675,96 +6742,108 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "क्लिपबोर्ड सामग्री केँ साटू (&P)" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "साटू" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "डाटा फ़ार्मेट:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "क्लिपबोर्ड विषयवस्तु क' लेल फाइल नामः" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "क्लिपबोर्ड विषयवस्तु क' लेल फाइल नामः" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "ड्राइव: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "आकार:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "नाम बदलू (&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "नवीन नाम सुझाबू (&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "छोड़ू (&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6773,26 +6852,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "फाइल केर उप्पर लिखू?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "पुनरारंभ (&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6801,12 +6880,12 @@ msgstr "" "ई क्रिया, '%1' केँ अपन मेटाकए लिखत.\n" "कृप्या एकटा नवीन फाइल नाम भरू:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "जारी राखू (&o)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6816,7 +6895,7 @@ msgstr "" "ई क्रिया, '%1' केँ अपन मेटाकए लिखत.\n" "कृप्या एकटा नवीन फाइल नाम भरू:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -6826,128 +6905,104 @@ msgstr "" "ई क्रिया, '%1' केँ अपन मेटाकए लिखत.\n" "कृप्या एकटा नवीन फाइल नाम भरू:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "श्रोत" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "गंतव्य" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "एक्सटेंशन %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "नवीन फाइल नाम खाली अछि." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "नवीन फाइल नाम खाली अछि." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "नवीन फाइल नाम खाली अछि." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|सभटा फाइलसभ" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "एकटा पुरान एकाइ '%1' नाम सँ पहिने मोजुद अछि. " -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "एकटा ऐसी फाइल '%1' नाम सँ पहिने सँ मोजुद अछि. " -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "एकटा पुरान एकाइ '%1' नाम सँ पहिने मोजुद अछि. " -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "नाम बदलू (&R)" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "नाम बदलू (&R)" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "नाम बदलू (&R)" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "नाम बदलू (&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "डिवाइस नाम" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "एकटा फाइल %1 केर नाम सँ पहिने सँ मोजुद अछि." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -6956,39 +7011,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "चुनल गेल पहचानकारक पाठ बदलू." msgstr[1] "चुनल गेल पहचानकारक पाठ बदलू." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "डिवाइस नाम" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "चुनल गेल पहचानकारक पाठ बदलू." +msgstr[1] "चुनल गेल पहचानकारक पाठ बदलू." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "बदलू" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "एकरासँ खोलू" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "बदलू" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "चुनल गेल पहचानकारक पाठ बदलू." +msgstr[1] "चुनल गेल पहचानकारक पाठ बदलू." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "भिन्न प्रयोक्ता जहिना चलाबू (&n)" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "नाम बदलू (&R)" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "नाम बदलू (&R)" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "नाम बदलू (&R)" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "डिफाल्ट प्रयोक्ता नामः" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "बदलू" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "पूर्वावलोकन देखाबू" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "सूचना" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "बदलू" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "बदलू" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "छोड़ू" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7078,7 +7295,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7110,26 +7327,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -7139,51 +7378,160 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "की अहाँ सचमुच एहि वस्तु केँ मेटाएब चाहैत छी?" msgstr[1] "की अहाँ सचमुच एहि वस्तु केँ मेटाएब चाहैत छी?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "पीअर एसएसएल प्रमाणपत्र चैन खराब प्रतीत हाएत अछि." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "एकरासँ खोलू" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "फाइल सिस्टमः" + +#~ msgid "Delete Files" +#~ msgstr "फाइलसभ मेटाबू" + +#, fuzzy +#~| msgid "Parent Folder" +#~ msgid "Create Folder" +#~ msgstr "पेरेन्ट फोल्डर " + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "रद्दीमे भेजू" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "नाम बदलू (&R)" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "हस्तांतरण भ' रहल अछि" + +#~ msgid "Setting ACL for %1" +#~ msgstr " %1 क' लेल एसीएल सेट कएनाइ" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "विस्तृत अनुमतिसभ" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "अनुमतिसभ" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "हटाबू" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "निर्देशिका" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "अनुमतिसभ" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "फाइल खोलबा क' संवाद" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "निर्देशिका" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "डिवाइस नाम" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ड्राइव: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "अनचिन्ह इंटरप्शन" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "पसंदीदा देखाबू" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "डिवाइस नाम" + +#~ msgid "&Description:" +#~ msgstr "विवरण (&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "कोनो टिप्पणी जे अहाँ समझैत छी, उपयोगी अछि. एतय टाइप करू." + +#~ msgid "&Filter:" +#~ msgstr "फिल्टर: (&F)" + #~ msgid "Is &executable" #~ msgstr "चलाबै योग्य अछि (&e)" @@ -8030,12 +8378,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "डिफाल्ट पासवर्डः" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "मूलभूत" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8130,11 +8472,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 क' लेल मालिकाना बदएल नहि सकत." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "फाइल साटू (&P)" -#~ msgstr[1] "फाइल %1 साटू (&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "यूआरएल साटू (&P)" @@ -8251,11 +8588,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr " %1 पर लिखल जएनाइ समर्थित नहि अछि." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "डिवाइस नाम" - #~ msgid "&Use cache" #~ msgstr "कैश इस्तेमाल करू (&U)" @@ -8429,9 +8761,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "सिर्फ पढ़बाक लेल" -#~ msgid "File system:" -#~ msgstr "फाइल सिस्टमः" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "माउन्ट पाइंट (/mnt/floppy):" @@ -8734,10 +9063,6 @@ msgstr "" #~ msgid "Can View Content & Read" #~ msgstr "विषयवस्तु देख आ पढ़ि सकैछ" -#~ msgctxt "Verb" -#~ msgid "&Trash" -#~ msgstr "रद्दी (&T)" - #, fuzzy #~| msgid "Others" #~ msgctxt "@action:inmenu Open With" @@ -8776,9 +9101,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "जखन कमांड उपलब्ध अछि तँ बन्न नहि करू (&c)" -#~ msgid "&Username:" -#~ msgstr "प्रयोक्ता नाम: (&U)" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -8794,9 +9116,6 @@ msgstr "" #~ "कुकी हैंडलर सेवा प्रारंभ करबा मे अक्षम.\n" #~ "अहाँक कम्प्यूटर पर भंडारित कुकीज केँ अहाँ प्रबंधित करबा मे अहाँ सक्षम नहि हाएम." -#~ msgid "Open with:" -#~ msgstr "के सँग खोलू:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/mk/kio6.po b/local/recipes/kde/kf6-kio/source/po/mk/kio6.po index 17ff02c8d2..07eb75e359 100644 --- a/local/recipes/kde/kf6-kio/source/po/mk/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/mk/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2009-06-22 11:48+0200\n" "Last-Translator: Bozidar Proevski \n" "Language-Team: Macedonian \n" @@ -30,13 +30,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "bobibobi@freemail.com.mk" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "Не може да се смени сопственикот на %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -48,13 +48,13 @@ msgstr "" "Не може да се промени сопственоста на датотеката %1. Немате " "доволен пристап до датотеката за да ја промените." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Не можe да се создаде io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -69,7 +69,7 @@ msgstr "" "Не може да се создаде симболичка врска %1.\n" "Проверете ги дозволите." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -79,7 +79,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Папката веќе постои" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Датотеката веќе постои" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Веќе постои како папка" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -205,198 +205,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Преместувам" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Извор" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Одредиште" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "П&реименувај" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копирам" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Креирам папка" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Папка" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Бришам" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Датотека" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Испитувам" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Пренесувам" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Монтирам" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Уред" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Точка на монтирање" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Одмонтирам" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Сите датотеки" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Бришење датотеки" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "&Отповикај: креирање папка" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Преместување во корпа" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "П&реименувај" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Не можам да создадам симболичка врска" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Пренесувам" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -829,6 +728,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -843,65 +747,65 @@ msgstr "" "%2\n" "Ве молиме да пратите известување за бубачка на http://bugs.kde.org" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(непознато)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Техничка причина: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Детали за барањето:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Датум и време: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Дополнителни информации: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Можни причини:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Можни решенија:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(непознато)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +815,17 @@ msgstr "" "систем-администраторот или со групата за техничка поддршка, за понатамошна " "помош." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Контактирајте со администраторот на серверот за понатамошна помош." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Проверете ги вашите дозволи за пристап на овој ресурс." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,7 +834,7 @@ msgstr "" "Вашите дозволи за пристап се можеби несоодветни за да се изврши бараната " "операција на овој ресурс." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -938,7 +842,7 @@ msgstr "" "Датотеката може да е во употреба (и поради тоа заклучена) од некој друг " "корисник или апликација." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +851,17 @@ msgstr "" "Проверете за да се осигурате дека друга апликација или друг корисник не ја " "користат или не ја заклучиле датотеката." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Иако е малку веројатно, можно е да се случила хардверска грешка." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Можеби сте наишле на бубачка во програмата." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +870,7 @@ msgstr "" "Ова е најверојатно предизвикано од бубачка во програмата. Размислете околу " "испраќање на целосен извештај за бубачка како што е дадено подолу." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +879,7 @@ msgstr "" "Ажурирајте го вашиот софтвер до последната верзија. Вашата дистрибуција би " "требало да обезбеди алатки за ажурирање на вашиот софтвер." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1004,12 +908,12 @@ msgstr "" "Ако не е, забележете ги деталите дадени погоре и внесете ги во вашиот " "извештај за бубачки, заедно со сите детали за кои мислите дека ќе помогнат." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Можно е да има проблем со вашата мрежна врска." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1018,7 +922,7 @@ msgstr "" "Можно е да има проблем со вашата мрежна конфигурација. Ако сте пристапувале " "скоро на Интернет без проблеми, ова е малку веројатно." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1027,44 +931,44 @@ msgstr "" "Можно е да имало проблем на некоја точка по мрежната патека меѓу серверот и " "овој компјутер." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Обидете се повторно, сега или малку подоцна." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Можно е да се случила грешка во протоколот или несоодветност." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Осигурете се дека постои ресурсот и обидете се повторно." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Можно е да не постои зададениот ресурс." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Проверете двапати дека сте ја внеле правилната локација и обидете се " "повторно." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Проверете го статусот на вашата мрежна врска." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Не можам да го отворам ресурсот за читање" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "не можеше да се преземе, бидејќи не можеше да се добие пристап за читање." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Можно е да немате дозволи да ја прочитате датотеката или да ја отворите " "папката." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Не можам да го отворам ресурсот за запишување" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1095,18 +999,18 @@ msgstr "" "според барањето, бидејќи не можеше да се добие пристап со дозвола за " "запишување." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Не можам да го иницирам протоколот %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Не можам да пуштам процес" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1" "%1 не можеше да се изврши. Ова е обично поради технички причини." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1132,12 +1036,12 @@ msgstr "" "програмата да биде несоодветна со тековната верзија и поради тоа да не може " "да се стартува." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Внатрешна грешка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, јави внатрешна грешка." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Неправилно форматиран URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www." "example.org:port/folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Неподдржан протокол %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1179,12 +1083,12 @@ msgstr "" "Протоколот %1 не е поддржан од програмите на KDE моментално " "инсталирани на овој компјутер." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Бараниот протокол може да не е поддржан." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1193,7 +1097,7 @@ msgstr "" "Можно е да се несоодветни верзиите на протоколот %1 поддржани од овој " "компјутер и од серверот." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1210,17 +1114,17 @@ msgstr "" "да пребарувате ги вклучуваат и http://kde-" "apps.org/ и http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL не се однесува на ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Протоколот е филтер-протокол" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LУниформниот Ресурсен Локатор (URL), којшто го внесовте, не се однесуваше на одреден ресурс." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1242,12 +1146,12 @@ msgstr "" "ситуација не е таква. Ова е редок случај, и веројатно значи дека има " "програмска грешка." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Неподдржано дејство: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1256,7 +1160,7 @@ msgstr "" "Бараното дејство не е поддржано од програмата од KDE, која го имплементира " "протоколот %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1267,17 +1171,17 @@ msgstr "" "би требало да ве информира повеќе отколку што е достапно во влезно/излезната " "архитектура на KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Обид да се пронајде друг начин да се постигне истата цел." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Се очекуваше датотека." -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1286,17 +1190,17 @@ msgstr "" "Барањето очекуваше датотека, но наместо тоа беше пронајдена папката " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ова може да е грешка на страната на серверот." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Се очекуваше папка." -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1305,17 +1209,17 @@ msgstr "" "Барањето очекуваше папка, но наместо тоа беше пронајдена датотеката " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Датотеката или папката не постои" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Зададената датотека или папка %1 не постои." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1324,24 +1228,24 @@ msgstr "" "Бараната датотека не можеше да се создаде бидејќи веќе постои датотека со " "исто име." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Обидете се да ја тргнете настрана тековната датотека и потоа обидете се " "повторно." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Избришете ја тековната датотека и обидете се повторно." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Изберете алтернативно име за новата датотека." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1349,29 +1253,29 @@ msgid "" msgstr "" "Бараната папка не можеше да се создаде бидејќи веќе постои папка со исто име." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Обидете се да ја тргнете настрана тековната папка и потоа обидете се " "повторно." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Избришете ја тековната папка и обидете се повторно." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Изберете алтернативно име за новата папка." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Непознат компјутер" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1380,36 +1284,36 @@ msgstr "" "Грешката „непознат компјутер“ покажува дека серверот со бараното име " "%1 не можеше да биде пронајден на Интернет." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Името кое го искуцавте, %1, може да не постои: може да е неправилно искуцано." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Пристапот е одбиен" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Пристапот до зададениот ресурс %1 е одбиен." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Можеби дадовте погрешни детали за проверката за автентичност или пак никакви." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Можеби со Вашата сметка немате дозволи за пристап до зададениот ресурс." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1418,12 +1322,12 @@ msgstr "" "Повторете го барањето и осигурете се дека вашите детали за проверка за " "автентичност се правилно внесени." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Пристапот за запис е одбиен" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1432,12 +1336,12 @@ msgstr "" "Ова значи дека беше одбиен обидот да се запише во датотеката %1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Не можам да влезам во папката" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1446,17 +1350,17 @@ msgstr "" "Ова значи дека обидот да се влезе во (т.е. да се отвори) папката %1 беше одбиен." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Не е достапна листа на папката" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протоколот %1 не е датотечен систем" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1467,12 +1371,12 @@ msgstr "" "папката, а програмата од KDE, која го поддржува овој протокол, не може да го " "направи тоа." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Откриена е циклична врска" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1485,7 +1389,7 @@ msgstr "" "бесконечна јамка - т.е. датотеката била (можеби по некој кружен пат) " "поврзана самата со себеси." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1494,27 +1398,27 @@ msgstr "" "Избришете еден дел од јамката за да не се создава бесконечна јамка и обидете " "се повторно." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Барањето е прекинато од корисникот" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Барањето не беше довршено бидејќи беше прекинато." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Повторете го барањето." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Откриена е циклична врска при копирањето" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1527,17 +1431,17 @@ msgstr "" "серија од врски што резултираат во бесконечна јамка - т.е. датотеката била " "(можеби по некој кружен пат) поврзана самата со себеси." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Не можев да создадам мрежна врска" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Не можев да создадам Socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1546,8 +1450,8 @@ msgstr "" "Ова е техничка грешка во која не можеше да се создаде потребниот уред за " "мрежна комуникација (socket)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1556,12 +1460,12 @@ msgstr "" "Можно е мрежната врска да не е правилно конфигурирана или да не е овозможен " "мрежниот интерфејс." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Одбиено е поврзувањето со серверот" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1570,7 +1474,7 @@ msgstr "" "Серверот %1 одби да му дозволи на овој компјутер да се " "поврзе." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1579,7 +1483,7 @@ msgstr "" "Серверот, иако е моментално поврзан на Интернет, може да не е конфигуриран " "да дозволува барања." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1588,7 +1492,7 @@ msgstr "" "Серверот, иако е моментално поврзан на Интернет, може да го нема активирано " "бараниот сервис (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1599,12 +1503,12 @@ msgstr "" "на Интернет), кој ја заштитува вашата мрежа или мрежата на серверот, притоа " "спречувајќи го ова барање." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Врската со серверот неочекувано беше затворена" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1613,7 +1517,7 @@ msgstr "" "Иако беше воспоставена врска до %1, врската беше затворена " "во неочекуван момент од комуникацијата." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1622,17 +1526,17 @@ msgstr "" "Можно е да се случила грешка во протоколот, поради што серверот ја затворил " "врската како одговор на грешката." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Невалиден URL-ресурс" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протоколот %1 не е филтер-протокол" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lокатор (URL) што го внесовте не укажува на валиден механизам за " "пристапување на дадениот ресурс %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1656,17 +1560,17 @@ msgstr "" "е способен за такво дејство. Ова е редок случај, и веројатно значи дека има " "програмска грешка." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Не можам да го иницијализирам влезно/излезниот уред" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Не можам да го монтирам уредот" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1675,7 +1579,7 @@ msgstr "" "Бараниот уред не можеше да биде иницијализиран („монтиран“). Пријавената " "грешка беше: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1686,7 +1590,7 @@ msgstr "" "подвижни носачи (пр. нема CD-ROM во CD-уредот), или во случајот на периферен/" "преносен уред, уредот може да не е правилно поврзан." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1697,7 +1601,7 @@ msgstr "" "системите UNIX, често се потребни администраторски дозволи за да се " "иницијализира уред." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1707,17 +1611,17 @@ msgstr "" "содржат носач, а преносните уреди мора да бидат поврзани и вклучени. Потоа " "обидете се повторно." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Не можам да го деиницијализирам влезно/излезниот уред" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Не можам да го одмонтирам уредот" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1726,7 +1630,7 @@ msgstr "" "Бараниот уред не може да се деиницијализира („одмонтира“). Пријавената " "грешка беше : %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1737,7 +1641,7 @@ msgstr "" "апликација или корисник. Дури и отворен прозорец на прелистувач, кој се " "наоѓа на локација на уредот, може да го зафати уредот." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1748,19 +1652,19 @@ msgstr "" "На системите UNIX, често се потребни администраторски дозволи за да се " "деиницијализира уред." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Проверете дека ниту една апликација не пристапува на уредот и обидете се " "повторно." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Не можам да прочитам од ресурсот" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1769,17 +1673,17 @@ msgstr "" "Ова значи дека иако ресурсот %1 можеше да се отвори, се " "случи грешка за време на читањето на содржината на ресурсот." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Можеби немате дозволи за читање од ресурсот." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Не можам да запишам во ресурсот" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1788,22 +1692,22 @@ msgstr "" "Ова значи дека иако можеше да се отвори ресурсот %1, се " "случи грешка за време на запишувањето на содржината во ресурсот." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Можеби немате дозволи за запишување во ресурсот." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Не можам да слушам за мрежни поврзувања" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Не можам да се врзам" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1814,17 +1718,17 @@ msgstr "" "мрежна комуникација (socket) за да може тој да слуша за доаѓачки мрежни " "поврзувања." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Не можам да слушам" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Не можам да прифаќам мрежни поврзувања" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1833,33 +1737,33 @@ msgstr "" "Ова е техничка грешка која се случи при обидот да се прифати доаѓачко мрежно " "поврзување." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Можно е да немате дозволи за прифаќање на поврзувањето." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Не можам да се пријавам: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Обидот за најава за да се изврши бараната операција не беше успешен." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Не може да се определи статусот на ресурсот" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Не може да се земе статус за ресурсот" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1868,69 +1772,69 @@ msgstr "" "Обидот да се добијат информации за статусот на ресурсот %1, " "како што е името на ресурсот, типот, големината, итн., беше неуспешен." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Можно е зададениот ресурс да не постоел или да не е достапен." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Не може да се откаже листањето" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ПОПРАВИМЕ: Документација за ова" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Не можам да создадам папка" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Обидот за создавање на бараната папка не успеа." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "Можно е да не постои локацијата каде што требало да се создаде папката." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Не можам да отстранам папка" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Обидот да се отстрани зададената папка %1 не успеа." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Можно е да не постои зададената папка." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Можно е да не е празна зададената папка." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Осигурете се дека постои папката, празна e и обидете се повторно." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Не можам да продолжам со преносот на датотека" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1939,33 +1843,33 @@ msgstr "" "Беше побарано преносот на датотеката %1 да биде продолжен " "од некоја точка на преносот. Ова не беше можно." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Можно е протоколот или серверот да не поддржува продолжување." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Повторете го барањето без да се обидувате да го продолжите преносот." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Не може да се преименува ресурсот" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Обидот да се преименува зададениот ресурс %1 беше неуспешен." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Не можам да ги изменам дозволите на ресурсот" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 беше " "неуспешен." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Не може да биде изменет сопственикот на ресурсот" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 беше " "неуспешен." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Не можам да го избришам ресурсот" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Обидот да се избрише зададениот ресурс %1 беше неуспешен." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Неочекувано прекинување на програмата" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 неочекувано се прекина." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Нема меморија" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 не можеше да ја добие потребната меморија за да продолжи." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Непознат прокси-компјутер" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, се појави грешка „Непознат сервер“. Оваа грешка укажува на тоа дека " "бараното име не можеше да биде пронајдено на Интернет." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2054,18 +1958,18 @@ msgstr "" "на вашиот прокси-сервер. Ако сте пристапувале скоро на Интернет без " "проблеми, ова е малку веројатно." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "" "Проверете ги двапати вашите поставувања за прокси и обидете се повторно." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Проверката за автентичност не успеа: методот %1 не е поддржан" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2076,7 +1980,7 @@ msgstr "" "истата не успеа бидејќи методот што го користи серверот не е поддржан од " "програмата од KDE, која го имплементира протоколот %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2089,17 +1993,17 @@ msgstr "" "\">http://bugs.kde.org/ за да го информирате тимот на KDE за " "неподдржаниот метод за проверка за автентичност." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Барањето е прекинато" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Внатрешна грешка на серверот" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2108,7 +2012,7 @@ msgstr "" "Програмата на серверот која обезбедува пристап до протоколот %1 пријави внатрешна грешка: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2117,13 +2021,13 @@ msgstr "" "Ова најверојатно е предизвикано од бубачка во серверската програма. Ве " "молиме да поднесете целосен извештај за бубачки како што е кажано подолу." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Контактирајте со администраторот на серверот за да укажете на проблемот." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2132,42 +2036,30 @@ msgstr "" "Ако знаете кои се авторите на серверската програма, поднесете им го " "извештајот за бубачки директно на нив." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Грешка истек на време" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Иако беше направен контакт со серверот, не беше добиен одговор во времето " -"доделено за барањето од следните причини:
    • Истек на време при " -"воспоставување на поврзување: %1 секунди
    • Истек на време за добивање " -"одговор: %2 секунди
    • Истек на време за пристапување на прокси " -"сервери: %3 секунди
    Забележете дека може да ги измените овие " -"вредности за истек на време во Контролниот центар на KDE, со избирање на " -"Мрежа -> Параметри." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Серверот беше премногу зафатен со одговарање на други барања за да одговори." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Непозната грешка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 пријави непозната грешка: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Непознато прекинување" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 пријави прекинување од непознат тип: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Не можам да ја избришам оригиналната датотека" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2206,12 +2098,12 @@ msgstr "" "на крајот на операцијата преместување. Оригиналната датотека %1 не можеше да биде избришана." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Не можам да ја избришам привремената датотека" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2222,12 +2114,12 @@ msgstr "" "снимала новата датотека додека таа се симнува. Оваа привремена датотека " "%1 не можеше да биде избришана." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Не можам да ја преименувам оригиналната датотека" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2236,12 +2128,12 @@ msgstr "" "Бараната операција наложуваше преименување на оригиналната датотека " "%1, но таа не можеше да биде преименувана." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Не можам да ја преименувам привремената датотека" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2250,32 +2142,32 @@ msgstr "" "Бараната операција наложуваше создавање на привремената датотека %1, но таа не можеше да биде создадена." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Не можам да создадам врска" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Не можам да создадам симболичка врска" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Бараната симболичка врска %1 не можеше да биде создадена." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Нема содржина" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Дискот е полн" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2284,7 +2176,7 @@ msgstr "" "Бараната датотека %1 не можеше да биде запишана затоа што " "нема доволно место на дискот." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2296,12 +2188,12 @@ msgstr "" "подвижни носачи како што се дискови CD-Recordable; или 3) ќе набавите повеќе " "капацитет." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Изворните и одредишните датотеки се идентични" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2310,18 +2202,18 @@ msgstr "" "Операцијата не можеше да се доврши бидејќи изворните и одредишните датотеки " "се една иста датотека." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Изберете друго име за одредишната датотека." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Датотеката или папката не постои" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2333,20 +2225,20 @@ msgstr "" "Операцијата не можеше да се доврши бидејќи изворните и одредишните датотеки " "се една иста датотека." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "копирај ја зададената датотека или папка" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Датотеката или папката не постои" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2358,19 +2250,19 @@ msgstr "" "Операцијата не можеше да се доврши бидејќи изворните и одредишните датотеки " "се една иста датотека." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "копирај ја зададената датотека или папка" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2382,23 +2274,23 @@ msgstr "" "Операцијата не можеше да се доврши бидејќи изворните и одредишните датотеки " "се една иста датотека." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Не можам да го иницирам протоколот %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Не можe да се создаде io-slave: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1" "%1 не можеше да се изврши. Ова е обично поради технички причини." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2432,35 +2324,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументирана грешка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Симболичка врска до %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Врска до %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Покажува на %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2469,12 +2361,12 @@ msgstr "" "Неправилен URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2483,13 +2375,13 @@ msgstr "" "Не можам да го извлечам името на извршната датотека од „%1“, внесете име на " "валидна програма." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2497,95 +2389,95 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Отворањето на врски не е поддржано со протоколот %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Затворањето на врски не е поддржано со протоколот %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Пристапувањето на датотеки не е поддржано со протоколот %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Запишувањето во %1 не е поддржано." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Нема специјални дејства достапни за протоколот %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Прелистувањето папки не е поддржано за протоколот %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Преземањето податоци од %1 не е поддржано." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Преземањето информација за mime-тип од %1 не е поддржано." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Преименувањето или преместувањето на датотеки во рамките на %1 не се " "поддржани." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Создавањето симболички врски не е поддржано со протоколот %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Копирањето датотеки во рамките на %1 не е поддржано." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Бришењето датотеки од %1 не е поддржано." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Создавањето папки не е поддржано со протоколот %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Менувањето на атрибутите на датотеките не е поддржано со протоколот %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Менувањето сопственик на датотеките не е поддржано со протоколот %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Отворањето датотеки не е поддржано со протоколот %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протоколот %1 не го поддржува дејството %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2594,326 +2486,349 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Непознат протокол „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Не можам да најдам io-slave за протоколот „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Не можам да најдам io-slave за протоколот „%1“." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не можам да најдам io-slave за протоколот „%1“." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Детали" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "За&секогаш" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Про&должи" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Само за &активната сесија" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "&Отповикај: креирање папка" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "&Отповикај: креирање папка" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Не избравте датотека за бришење." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Нема ништо за бришење" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Не избравте датотека за во корпа." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Нема ништо за во корпа" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Зададената папка не постои или не може да се прочита." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Мени" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Родителска папка" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домашна папка" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Превчитај" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Нова папка" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Преместување во корпа" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Избриши" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Подредување" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Име на страница" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Краток преглед" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Според датумот" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Тип на елемент" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Опаѓачки" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Опаѓачки" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Покажи скриени датотеки" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Краток преглед" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Краток преглед" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Детален преглед" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Позиција на икона" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "До името на датотеката" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Над името на датотеката" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Краток преглед" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Детален преглед" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Преглед со стебло" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Детален преглед со стебло" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Покажи скриени датотеки" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Покажи преглед" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Покажи преглед" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Својства" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "Пр&еглед" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодирање:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Отворање" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Зачувување како" @@ -2967,44 +2882,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Сите датотеки" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Сите поддржани датотеки" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Сите датотеки" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgid "Add Places Entry" msgstr "Уредување на ставката за места" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Уредување на ставката за места" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -3017,17 +2932,17 @@ msgstr "" "што се однесува овој елемент. Ако не внесете ништо, како опис ќе се земе " "адресата на локацијата.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Оп&ис:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Внесете тука опис" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3040,12 +2955,12 @@ msgstr "" "kde.org/pub/kde/stable

    Со кликање на копчето до текстуалното поле " "може да разгледате за соодветен URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Локација:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3054,17 +2969,17 @@ msgstr "" "Ова е иконата што ќе се појави на панелот за Места.

    Кликнете " "на копчето за да изберете друга икона.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Изберете &икона:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Покажи само кога се користи апликацијава (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3075,7 +2990,7 @@ msgstr "" "кога се користи активната апликација (%1).

    Ако ова не е избрано, " "елементот ќе биде достапен за сите апликации.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Places" @@ -3083,27 +2998,27 @@ msgctxt "@item" msgid "Places" msgstr "Места" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Отстрани" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Барај" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -3111,147 +3026,154 @@ msgctxt "@item" msgid "Devices" msgstr "Уреди" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Дома" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "ПОПРАВИМЕ: Документација за ова" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Мрежа" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Корпа" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Бришење датотеки" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Локација:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Променето:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Не можам да ја најдам програмата „%1“" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Датотеката или папката %1 не постои." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "&Промени ја политиката..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Ос&лободи „%1“" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "Ос&лободи „%1“" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Безбедно извади „%1“" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безбедно извади „%1“" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3259,41 +3181,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Одмонтирам" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Одмонтирај" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Извади" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Уредот „%1“ не е диск и не може да биде изваден." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Се случи грешка при пристапувањето на „%1“, системот одговори: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Се случи грешка при пристапувањето на „%1“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3305,19 +3227,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3325,98 +3247,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "слободни се %1 од %2 (искористени се %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Испразни ја корпата" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Монтирај" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Отвори со" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Додај елемент..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Уреди" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Отстрани" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "С&криј елемент „%1“" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "С&криј елемент „%1“" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Пр&икажи ги сите елементи" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Краток преглед" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3425,52 +3347,52 @@ msgctxt "" msgid "Auto Resize" msgstr "Авто&детекција" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Уред: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Може да изберете само една датотека." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Наведена е повеќе од една датотека" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Може да избирате само локални датотеки." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Оддалечени датотеки не се прифаќаат" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3482,52 +3404,22 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Избрана е повеќе од една папка, а овој дијалог не прифаќа папки. Поради тоа " -"не може да биде одредено во која папка да се влезе. Внесете само една папка " -"за таа да биде прикажана." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Наведена е повеќе од една папка" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Избрана е барем една папка и една датотека. Избраните датотеки ќе бидат " -"игнорирани, а ќе биде прикажана избраната датотека." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Избрани се датотеки и папки" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Датотеката „%1“ не можеше да биде пронајдена" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Не може да биде отворена датотеката" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3542,49 +3434,49 @@ msgstr "" "пример, ако е активната локација file:/home/%1, кликањето на ова копче ќе ве " "одведе на file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Кликнете на ова копче за да се придвижите еден чекор назад во историјата на " "прелистувањето." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Кликнете на ова копче за да се придвижите еден чекор напред во историјата на " "прелистувањето." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Кликнете на ова копче за да ја превчитате содржината на тековната локација." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Кликнете на ова копче за да создадете нова папка." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Прикажи панел со навигација за места" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Прикажи обележувачи" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Покажи скриени датотеки" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Опции" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3606,12 +3498,12 @@ msgstr "" "li>
  • прегледи на датотеки
  • одделување на папките од датотеките" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Обележувачи" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3626,12 +3518,38 @@ msgstr "" "во остатокот на KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Име:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Отповикај: преименување" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "Име на уред" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Покажи скриени датотеки" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3644,12 +3562,12 @@ msgstr "" "глушецот и избирање на претпочитан режим од менито Довршување на текст." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ова е името под кое ќе се зачува датотеката." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3658,75 +3576,81 @@ msgstr "" "Ова е листа на датотеки за отворање. Може да се наведе повеќе од една " "датотека со наведување на повеќе датотеки, одделени со празни места." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ова е името на датотеката за отворање." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Места" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Датотеката „%1“ веќе постои. Дали сакате да запишете врз неа?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Запишување врз датотека?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Може да избирате само локални датотеки." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Далечински датотеки не се прифаќаат" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Сите папки" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Креирај папка" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Отвори" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Големина на икона: %1 пиксели" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Автоматски избор на &наставката на името (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "наставката %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Автоматски избор на &наставката на името" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "соодветна наставка" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3754,52 +3678,41 @@ msgstr "" "сигурни, оставете ја оваа опција активна бидејќи така може полесно да " "управувате со вашите датотеки." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Филтер:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтер:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ова е филтерот кој ќе се примени на листата со датотеки. Имињата што не " -"се совпаѓаат со филтерот нема да бидат прикажани.

    Може да изберете од веќе " -"поставените филтри во паѓачкото мени или може да внесете сопствен филтер " -"директно во текстуалното поле.

    Дозволени се џокер-знаци како што се * " -"и ?.

    " -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Создај нов тип на папка" +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Внеси друго име" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Зачувај" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3809,18 +3722,24 @@ msgstr "" "Не може да се изврши дадената команда. Датотеката или папката %1 " "не постои." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Не можам да создадам симболичка врска" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Created:" msgid "Create link to URL" msgstr "Создадено:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgctxt "@item:inmenu Open With, %1 is application name" #| msgid "%1" @@ -3828,15 +3747,7 @@ msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Внеси друго име" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3844,7 +3755,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3857,7 +3768,7 @@ msgstr "" "Името „%1“ започнува со точка, што значи дека папката стандардно нема да се " "гледа." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3866,74 +3777,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Веќе постои постара ставка со име „%1“." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Веќе постои датотека со име %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Created:" msgid "Create New" msgstr "Создадено:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Уред" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Нова папка" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "&Отповикај: креирање папка" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3943,53 +3862,104 @@ msgstr "" "Создај нова папка во:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Внеси друго име" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Стандардно" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Создај нов тип на папка" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Внеси друго име" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Изберете апликација за %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Изберете &икона:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копирај" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Вметни" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Отвори со" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Отвори со" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Уреди" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навигирај" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Прикажи целосна патека" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3997,7 +3967,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Дали навистина сакате да го преместите овој %1 елемент во корпата?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -4010,6 +3980,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Места" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4034,29 +4013,29 @@ msgstr "Други" msgid "Edit mode" msgstr "Уреди" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Кликнете за навигација до локацијата" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Кликнете за уредување на локацијата" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Не сте авторизирани да ја извршите оваа датотека." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Пуштање на %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4064,13 +4043,13 @@ msgid "" "%2." msgstr "Не можам да го направам сервисот %1 извршлив, прекинувам извршување" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Не сте авторизирани да изберете апликација за да ја отворите оваа датотека." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4098,13 +4077,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Нема носач во уредот за %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4119,29 +4104,29 @@ msgstr "" "%1\n" "е непознат." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Пуштање на %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Датотеката „%1“ не можеше да биде пронајдена" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4152,7 +4137,7 @@ msgstr "" "%1\n" "е од тип Link но нема ставка Dev=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4164,20 +4149,20 @@ msgstr "" "Датотеката %1 е извршна програма. Поради безбедност таа нема да " "биде извршена." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4189,12 +4174,12 @@ msgstr "" "Не може да се изврши дадената команда. Датотеката или папката %1 " "не постои." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Датотеката %1 за елемент од раб. површина нема ставка Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4202,13 +4187,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Не може да биде отворена датотеката" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4290,74 +4275,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Извршна" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Изберете алтернативно име за новата датотека." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Поставувам ACL за %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4366,7 +4346,7 @@ msgstr "" "Не можат да се променат дозволите за\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4375,129 +4355,38 @@ msgid "" "%1" msgstr "Не може да се смени сопственикот на %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Не можам да ја преименувам привремената датотека" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Не можам да ја најдам програмата „mount“" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Не можам да ја најдам програмата „umount“" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Напредни дозволи" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Дозволи" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Отстрани" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Папка" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Креирај папка" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Дозволи" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Дијалог за отворање на датотека" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Папка" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "Име на уред" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Уред: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Непознато прекинување" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Не можам да ја копирам датотеката од %1 во %2. (грешка бр. %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Нема носач во уредот за %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Не можам да го пронајдам ид. на корисник за корисникот %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Не можам да го пронајдам ид. на група за групата %1" @@ -4540,33 +4429,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Треба да ги наведете вашето име и лозинка за да пристапите на оваа локација." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Локација:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Најавата е во ред" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Не можам да се најавам на %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4574,7 +4463,7 @@ msgid "" "The server said: \"%1\"" msgstr "Пуштање на %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4583,12 +4472,12 @@ msgstr "" "Треба да наведете корисничко име и лозинка за долунаведениот прокси-сервер " "пред да ви биде дозволен пристап кон која било локација." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Проверката за автентичност на прокси не успеа." @@ -4645,101 +4534,101 @@ msgstr "" "прашувани?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Проверка за автентичност на сервер" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Инаку, барањето ќе успееше." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "преземи ги вредностите на својството" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "постави ги вредностите на својството" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "креирај ја бараната папка" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "копирај ја зададената датотека или папка" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "премести ја зададената датотека или папка" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "пребарувај во зададената папка" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "заклучи ја зададената датотека или папка" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "отклучи ја зададената датотека или папка" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "избриши ја зададената датотека или папка" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "прашај за способностите на серверот" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "преземи ја содржината на зададената датотека или папка" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "извршува извештај во зададената папка" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Се случи неочекувана грешка (%1) при обидот за %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4748,13 +4637,13 @@ msgid "" msgstr "" "Се случи грешка при обидот за %1, %2. Подолу следи преглед на причините." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Пристапот беше одбиен при обидот за %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4763,7 +4652,7 @@ msgstr "" "Не може да биде создаден ресурс на одредиштето сѐ додека не се создадени " "една или повеќе привремени колекции (папки)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4780,28 +4669,28 @@ msgstr "" "propertybehavior или се обидовте да пребришете датотека, притоа барајќи да " "не се пребришуваат датотеки. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Бараното заклучување не беше дозволено. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Серверот не го поддржува типот на барање од телото." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Не е можно %1 бидејќи ресурсот е заклучен." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ова дејство беше спречено од друга грешка." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4811,7 +4700,7 @@ msgstr "" "Не е можно %1 бидејќи одредишниот сервер одбива да ја прифати датотеката или " "папката." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4820,18 +4709,18 @@ msgstr "" "Одредишниот ресурс нема доволно место за да ја запише состојбата на ресурсот " "по извршувањето на овој метод." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ресурсот не може да биде избришан." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "качи %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4844,16 +4733,16 @@ msgstr "Се случи неочекувана грешка (%1) при обид msgid "Network" msgstr "Мрежа" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Неправилен URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4862,12 +4751,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4908,7 +4797,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4932,19 +4821,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Дијалог за авторизација" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Пристапот е одбиен" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Немате дозволи за да пристапите на протоколот %1." @@ -5057,41 +4946,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5101,9 +4990,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Пресметај" @@ -5112,141 +5001,233 @@ msgstr "Пресметај" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Пуштање на %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Дали сакате да ја зачувате тајната фраза во вашиот паричник?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Извршна" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Отвори" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open &with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Отвори со %1" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Дали сакате да ја зачувате тајната фраза во вашиот паричник?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Креирање папка" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgctxt "The source of a file operation" +#| msgid "Source" +msgid "Source" +msgstr "Извор" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgctxt "The destination of a file operation" +#| msgid "Destination" +msgid "Destination" +msgstr "Одредиште" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Копирам" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Преместување" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "П&реименувај" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Преместување во корпа" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Бришење" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Отповикај" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Отповикај: копирање" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Отповикај: поврзување" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Отповикај: преместување" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Отповикај: преименување" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Отповикај: фрлање" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Отповикај: креирање папка" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create Folder(s)" msgstr "&Отповикај: креирање папка" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create File" msgstr "&Отповикај: креирање папка" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "Und&o: Rename" msgid "Und&o: Batch Rename" msgstr "&Отповикај: преименување" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Отповикај: копирање" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Отповикај: поврзување" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Отповикај: преместување" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Отповикај: преименување" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Отповикај: фрлање" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Отповикај: креирање папка" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "&Отповикај: креирање папка" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create File" +msgstr "&Отповикај: креирање папка" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "&Отповикај: преименување" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5260,12 +5241,12 @@ msgstr "" "загубени.\n" "Дали навистина сакате да ја избришете %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Потврда за отповикување на копирање датотека" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5274,23 +5255,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Избриши елемент" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Избриши елемент" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5303,7 +5285,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5311,13 +5293,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Испразни корпа" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5327,7 +5309,7 @@ msgid "" "filename>" msgstr "Дали навистина сакате да го преместите овој %1 елемент во корпата?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5423,7 +5405,7 @@ msgstr "Сопственик" msgid "Owning Group" msgstr "Сопственичка група" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Останати" @@ -5497,66 +5479,66 @@ msgstr "Ажурирам системска конфигурација" msgid "Updating system configuration…" msgstr "Ажурирам системска конфигурација." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Име" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Големина" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Датум" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Дозволи" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Сопственик" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Отвори со %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Дејств&а" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5564,7 +5546,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Отвори со" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5572,19 +5554,26 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Отвори со" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Извршна" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open &with %1" msgid "&Open folder with %1" msgstr "&Отвори со %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open &with %1" msgid "&Open with %1" msgstr "&Отвори со %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5592,20 +5581,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Отвори со" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Отвори со" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Апликација" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5614,120 +5603,138 @@ msgstr[0] "%1 елемент" msgstr[1] "%1 елементи" msgstr[2] "%1 елементи" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Непознат" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Запри" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Монтирано на:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Локација:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Големина:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "П&ромени..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Содржина:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Отворете со:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "П&ромени..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Локација:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Големина:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Запри" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Покажува на:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Променето:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Внимание" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Создадено:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Датотечен систем:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Непознат компјутер" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Монтирано на:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Променето:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Пристапено:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Датотечен систем:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Отвори со" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Монтирано на:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Монтирано на:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Непознат компјутер" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6031,10 +6038,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Искуцајте го тука описот на оваа апликација, базиран на нејзината употреба. " "Примери: апликација за телефонско поврзување (KPPP) би била „Алатка за тел. " @@ -6042,17 +6052,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Опис:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Корисничко име:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" -"Искуцајте тука каков било коментар за кој мислите дека ќе биде корисен." +"Искуцајте го тука описот на оваа апликација, базиран на нејзината употреба. " +"Примери: апликација за телефонско поврзување (KPPP) би била „Алатка за тел. " +"поврзување“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6064,7 +6082,7 @@ msgstr "Ком&ентар:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Користи претходно поставени променли&ви на околина за прокси" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6291,7 +6309,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6304,39 +6322,62 @@ msgstr "" "Не можеа да се снимат својствата. Немате доволен пристап за да запишете " "во %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Општо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Внеси друго име" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Освежи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Дали навистина сакате да го преместите овој %1 елемент во корпата?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Open With, %1 is application name" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Непознат компјутер" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6345,8 +6386,8 @@ msgstr "" "Пресметувам... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6354,8 +6395,8 @@ msgstr[0] "%1 датотека" msgstr[1] "%1 датотеки" msgstr[2] "%1 датотеки" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6363,99 +6404,105 @@ msgstr[0] "%1 потпапка" msgstr[1] "%1 потпапки" msgstr[2] "%1 потпапки" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Пресметувам..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Најмалку %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Новото име на датотеката е празно." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Поддржани типови датотеки:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Изберете апликација" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Создадено:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "П&ромени..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Пристапено:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Може да гледа и менува содржина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Може да гледа содржина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Може да гледа и менува содржина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Може да гледа содржина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Може да гледа/чита и менува/запишува" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Дозволи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Дозволи за пристап" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6463,37 +6510,37 @@ msgstr[0] "Оваа датотека е врска и нема дозволи." msgstr[1] "Сите датотеки се врски и немаат дозволи." msgstr[2] "Сите датотеки се врски и немаат дозволи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Само сопственикот може да ги смени дозволите." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Сопственик:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Ги одредува дејствата кои му се дозволени на сопственикот." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Ги одредува дејствата кои им се дозволени на членовите на групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Останати:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6502,7 +6549,7 @@ msgstr "" "Ги одредува дејствата кои им се дозволени на сите корисници, кои не се " "сопственици или во групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" @@ -6510,7 +6557,7 @@ msgstr "" "Само сопств&еникот може да преименува или\n" "да избрише содржина од папката" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" @@ -6518,19 +6565,19 @@ msgstr "" "Овозможете ја оваа ознака за да дозволите извршување на датотеката како " "програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Стандардно корисничко име:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Извршна" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6542,7 +6589,7 @@ msgstr "" "можат само да додаваат нови датотеки, за што им е потребна дозвола за " "„менување содржина“." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6552,42 +6599,42 @@ msgstr "" "има смисла само за програми и скрипти. Опцијата е задолжителна ако сакате да " "ги извршувате." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Напре&дни дозволи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Сопственост" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Корисник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Примени ги измените на сите потпапки и нивните содржини" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Напредни дозволи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Класа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6596,22 +6643,22 @@ msgstr "" "Покажи\n" "елементи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Оваа ознака дозволува преглед на содржината на папката." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Читање" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Ознаката Читање дозволува преглед на содржината на датотеката." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6620,7 +6667,7 @@ msgstr "" "Запиши\n" "елементи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6630,45 +6677,45 @@ msgstr "" "Забележете дека бришењето и преименувањето може да биде ограничено со " "користење на ознаката Лепливо." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Запишување" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Ознаката Запишување дозволува менување на содржината на датотеката." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Влез" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Овозможете ја оваа ознака за да дозволите влез во папката." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Извршна" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Овозможете ја оваа ознака за да дозволите извршување на датотеката како " "програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Специјален" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6677,7 +6724,7 @@ msgstr "" "Специјална ознака. Важи за целата папка, а конкретното значење на ознаката " "може да се види во десната колона." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6686,17 +6733,17 @@ msgstr "" "Специјална ознака. Конкретното значење на ознаката може да се види во " "десната колона." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Корисник" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6705,7 +6752,7 @@ msgstr "" "Ако е обележана оваа ознака, сопственикот на оваа папка ќе биде сопственик " "на сите нови датотеки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6714,7 +6761,7 @@ msgstr "" "Ако e оваа датотека извршна и е поставена оваа ознака, таа ќе биде извршена " "со дозволите на сопственикот." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6722,7 +6769,7 @@ msgstr "" "Ако е обележана оваа ознака, групата на оваа папка ќе биде поставена на сите " "нови датотеки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6731,7 +6778,7 @@ msgstr "" "Ако e оваа датотека извршна и е поставена оваа ознака, таа ќе биде извршена " "со дозволите на групата." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6741,7 +6788,7 @@ msgstr "" "или root можат да бришат и да преименуваат датотеки. Инаку секој со дозволи " "за запишување може да го прави тоа." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6750,33 +6797,33 @@ msgstr "" "Ознаката Лепливо, поставена на датотека, не се користи на Линукс, но може да " "се користи на некои системи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Постави UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Постави GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Лепливо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Врска" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Варира (без промени)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6784,7 +6831,7 @@ msgstr[0] "Оваа датотека користи напредни дозво msgstr[1] "Овие датотеки користат напредни дозволи." msgstr[2] "Овие датотеки користат напредни дозволи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6792,50 +6839,40 @@ msgstr[0] "Оваа папка користи напредни дозволи." msgstr[1] "Овие папки користат напредни дозволи." msgstr[2] "Овие папки користат напредни дозволи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Овие датотеки користат напредни дозволи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Пресметувам..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6843,57 +6880,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Новото име на датотеката е празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Новото име на датотеката е празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Пресметувам..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Поддржани се само извршни на локалните датотечни системи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Апликација" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Додај тип на датотека за %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Изберете еден или повеќе типови датотеки за додавање:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Поддржани се само извршни на локалните датотечни системи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Напредни опции за %1" @@ -7002,22 +7058,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "&Промени ја политиката..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Дијалог за отворање на датотека" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Датотека за содржина на таблата за исечоци:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Вметни %1 датотека" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Вметни од таблата со исечоци" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7027,14 +7088,14 @@ msgstr "" "податоци не е повеќе важечки. Копирајте го повторно она што сакавте да го " "вметнете." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Родителска папка" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -7042,7 +7103,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "&Вметни %1 датотека" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7051,49 +7112,61 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Вметни од таблата со исечоци" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Вметни" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Формат на податоци:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Датотека за содржина на таблата за исечоци:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Датотека за содржина на таблата за исечоци:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "Уред: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Големина:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, fuzzy, kde-format #| msgid "" #| "Files and folders will be copied into the existing directory, alongside " @@ -7101,7 +7174,7 @@ msgstr "" #| "You will be prompted again in case of a conflict with an existing file in " #| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7110,46 +7183,54 @@ msgstr "" "нејзините содржини.\n" "Ако има конфликт со постојна датотека во папката, ќе бидете прашани." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "Files and folders will be copied into the existing directory, alongside " +#| "its existing contents.\n" +#| "You will be prompted again in case of a conflict with an existing file in " +#| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" +"Датотеките и папките ќе бидат копирани во постојната папка, заедно со " +"нејзините содржини.\n" +"Ако има конфликт со постојна датотека во папката, ќе бидете прашани." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "П&реименувај" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Предложи &ново име" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Пре&скокни" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Не ја копира или преместува папката, туку скока на наредниот елемент" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Не ја копира или преместува датотеката, туку скока на наредниот елемент" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Запиши во" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7161,26 +7242,26 @@ msgstr "" "нејзините содржини.\n" "Ако има конфликт со постојна датотека во папката, ќе бидете прашани." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Запишување врз датотека?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "П&родолжи" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7189,12 +7270,12 @@ msgstr "" "Со ова дејство, „%1“ ќе се пребрише со себеси.\n" "Ве молиме внесете ново име на датотека:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Пр&одолжи" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7204,7 +7285,7 @@ msgstr "" "Со ова дејство, „%1“ ќе се пребрише со себеси.\n" "Ве молиме внесете ново име на датотека:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7214,128 +7295,104 @@ msgstr "" "Со ова дејство, „%1“ ќе се пребрише со себеси.\n" "Ве молиме внесете ново име на датотека:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgctxt "The source of a file operation" -#| msgid "Source" -msgid "Source" -msgstr "Извор" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgctxt "The destination of a file operation" -#| msgid "Destination" -msgid "Destination" -msgstr "Одредиште" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "наставката %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "наставката %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "наставката %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "наставката %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Новото име на датотеката е празно." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Новото име на датотеката е празно." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Новото име на датотеката е празно." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Сите датотеки" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Веќе постои постара ставка со име „%1“." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Веќе постои слична датотека со име „%1“." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "Веќе постои постара ставка со име „%1“." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "П&реименувај" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "П&реименувај" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "П&реименувај" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "П&реименувај" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Име на уред" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Веќе постои датотека со име %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7345,39 +7402,205 @@ msgstr[0] "Го менува избраниот текст за идентифи msgstr[1] "Го менува избраниот текст за идентификација." msgstr[2] "Го менува избраниот текст за идентификација." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Име на уред" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Го менува избраниот текст за идентификација." +msgstr[1] "Го менува избраниот текст за идентификација." +msgstr[2] "Го менува избраниот текст за идентификација." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Отвори со" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Го менува избраниот текст за идентификација." +msgstr[1] "Го менува избраниот текст за идентификација." +msgstr[2] "Го менува избраниот текст за идентификација." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Внеси друго име" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Внеси друго име" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "П&реименувај" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "П&реименувај" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "П&реименувај" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Стандардно корисничко име:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Покажи преглед" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Информација" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замени" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Замени" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Прескокни" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7465,7 +7688,7 @@ msgstr "" "Оддалечениот сервер не испрати никакви SSL-сертификати.\n" "Прекинувам бидејќи не може да биде установен идентитетот на серверот." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7500,27 +7723,50 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7531,35 +7777,35 @@ msgstr[0] "Дали навистина сакате да го преместит msgstr[1] "Дали навистина сакате да го преместите овој %1 елемент во корпата?" msgstr[2] "Дали навистина сакате да го преместите овој %1 елемент во корпата?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Изгледа дека е расипан SSL-сертификатот отспротива." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7567,17 +7813,179 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Внимание" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ова ќе ја стартува програмата:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ако не ѝ верувате на оваа програма, кликнете „Откажи“" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Отвори со" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Датотечен систем:" + +#~ msgid "Delete Files" +#~ msgstr "Бришење датотеки" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "&Отповикај: креирање папка" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Преместување во корпа" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "П&реименувај" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Пренесувам" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Поставувам ACL за %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Напредни дозволи" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Дозволи" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Отстрани" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Папка" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Дозволи" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Дијалог за отворање на датотека" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Папка" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "Име на уред" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Уред: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Непознато прекинување" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Прикажи обележувачи" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Име на уред" + +#~ msgid "&Description:" +#~ msgstr "&Опис:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "" +#~ "Искуцајте тука каков било коментар за кој мислите дека ќе биде корисен." + +#~ msgid "&Filter:" +#~ msgstr "&Филтер:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Ова е филтерот кој ќе се примени на листата со датотеки. Имињата што " +#~ "не се совпаѓаат со филтерот нема да бидат прикажани.

    Може да изберете " +#~ "од веќе поставените филтри во паѓачкото мени или може да внесете сопствен " +#~ "филтер директно во текстуалното поле.

    Дозволени се џокер-знаци како " +#~ "што се * и ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Избрана е повеќе од една папка, а овој дијалог не прифаќа папки. Поради " +#~ "тоа не може да биде одредено во која папка да се влезе. Внесете само една " +#~ "папка за таа да биде прикажана." + +#~ msgid "More than one folder provided" +#~ msgstr "Наведена е повеќе од една папка" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Избрана е барем една папка и една датотека. Избраните датотеки ќе бидат " +#~ "игнорирани, а ќе биде прикажана избраната датотека." + +#~ msgid "Files and folders selected" +#~ msgstr "Избрани се датотеки и папки" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Иако беше направен контакт со серверот, не беше добиен одговор во времето " +#~ "доделено за барањето од следните причини:
    • Истек на време при " +#~ "воспоставување на поврзување: %1 секунди
    • Истек на време за " +#~ "добивање одговор: %2 секунди
    • Истек на време за пристапување на " +#~ "прокси сервери: %3 секунди
    Забележете дека може да ги измените " +#~ "овие вредности за истек на време во Контролниот центар на KDE, со " +#~ "избирање на Мрежа -> Параметри." + #~ msgid "Is &executable" #~ msgstr "&Извршна" @@ -8799,12 +9207,6 @@ msgstr "Ако не ѝ верувате на оваа програма, клик #~ msgstr[1] "%1 дена %2" #~ msgstr[2] "%1 дена %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Внимание" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8856,12 +9258,6 @@ msgstr "Ако не ѝ верувате на оваа програма, клик #~ msgid "Default Web &search keyword:" #~ msgstr "Стандардна лозинка:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Стандардно" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -9107,12 +9503,6 @@ msgstr "Ако не ѝ верувате на оваа програма, клик #~ msgid "Could not find any application or handler for %1" #~ msgstr "Не може да се смени сопственикот на %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Вметни %1 датотека" -#~ msgstr[1] "&Вметни %1 датотеки" -#~ msgstr[2] "&Вметни %1 датотеки" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Вметни %1 URL" @@ -9232,11 +9622,6 @@ msgstr "Ако не ѝ верувате на оваа програма, клик #~ msgid "unmounting is not supported by wince." #~ msgstr "Запишувањето во %1 не е поддржано." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "Име на уред" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings.\n" "Language-Team: Malayalam \n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "manusmad@gmail.com,mail@subinsb.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 ഫയലിന്റെ ഉടമസ്ഥാവകാശം പരിഷ്‌ക്കരിക്കാനായില്ല" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,13 +42,13 @@ msgstr "" "ഫയൽ %1 എന്നതിന്റെ ഉടമസ്ഥാവകാശം പരിഷ്‌ക്കരിക്കാനായില്ല. മാറ്റം " "വരുത്താൻ നിങ്ങൾക്ക് ഫയലിലേക്ക് മതിയായ ആക്സസ് ഇല്ല." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "%1 ഐഒ സ്ലേവ് നിര്‍മ്മിക്കാന്‍ സാധ്യമല്ല" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -63,7 +63,7 @@ msgstr "" "%1 സിംകണ്ണി നിര്‍മ്മിക്കാന്‍ സാധ്യമല്ല.\n" "ദയവായി അനുമതികള്‍ പരിശോധിക്കുക." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -73,7 +73,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -83,23 +83,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "ഫോള്‍ഡര്‍ നിലവിലുണ്ടു്" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ഫയല്‍ നിലവിലുണ്ടു്" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ഫോള്‍ഡറായി നിലവിലുണ്ടു്" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "ചവറ്റുകുട്ട" @@ -193,199 +193,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "നീക്കുന്നു" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "സ്രോതസ്സ്" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "ലക്ഷ്യസ്ഥാനം" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "പേരു് മാറ്റുക" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "പകര്‍ത്തുന്നു" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ഡയറക്ടി ഉണ്ടാക്കുന്നു" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ഡയറക്ടറി" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "വെട്ടി മാറ്റുന്നു" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ഫയല്‍" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "പരിശോധിക്കുന്നു" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "മറ്റൊരിടത്തേക്കു് മാറ്റുന്നു" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "മൌണ്ടു് ചെയ്യുന്നു" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ഡിവൈസ്" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "മൌണ്ടു് പോയിന്റ്" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "അണ്‍മൌണ്ടു് ചെയ്യുന്നു" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "ആട്രിബ്യൂട്ട് മാറ്റുക" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"ഫയൽ ആട്രിബ്യൂട്ടുകൾ മാറ്റുന്നതിന് റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "ഫയലുകൾ പകർത്തുക" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"പകർപ്പ് പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് പ്രത്യേകാവകാശങ്ങൾ ആവശ്യമാണ്.നിങ്ങൾ തുടരാൻ " -"ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"ഇല്ലാതാക്കൽ പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. എന്നിരുന്നാലും, അങ്ങനെ " -"ചെയ്യുന്നത് നിങ്ങളുടെ സിസ്റ്റത്തിന് കേടുവരുത്തിയേക്കാം. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "അറ ഉണ്ടാക്കുക" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "ഈ അറ സൃഷ്ടിക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "ഇനങ്ങൾ നീക്കുക" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"നീക്കൽ പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "പേരു് മാറ്റുക" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"പുനർനാമകരണം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "സിംലിങ്ക് സൃഷ്ടിക്കുക" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "ഒരു സിംലിങ്ക് സൃഷ്ടിക്കാൻ റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "ഡാറ്റ കൈമാറുക" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"ഡാറ്റ കൈമാറ്റം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -817,6 +715,11 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -826,65 +729,65 @@ msgstr "" "%2\n" "ദയവായി http://bugs.kde.org-ലേക്കു് പൂര്‍ണ്ണ ബഗ് റിപോര്‍ട്ട് സമര്‍പ്പിക്കുക." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(അപരിചിതം)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "സാങ്കേതിക കാരണം: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "ആവശ്യത്തിന്റെ വിശദാംശങ്ങള്‍:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • യുആര്‍എല്‍: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • സംമ്പ്രദായം: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • തീയതിയും സമയവും: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • കൂടുതല്‍ വിവരം: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "സാധ്യതയുള്ള കാരണങ്ങള്‍:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "സാധ്യതയുള്ള ഉത്തരങ്ങള്‍:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(അപരിചിതം)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -893,17 +796,17 @@ msgstr "" "കൂടുതല്‍ സഹായങ്ങള്‍ക്കായി നിങ്ങളുടെ സിസ്റ്റം ഭരണാധികാരിയുമായോ സിസ്റ്റത്തിനു് സാങ്കേതിക പിന്തുണ നല്‍" "കുന്ന സംഘവുമായോ ബന്ധപ്പെടുക." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "കൂടുതല്‍ സഹായങ്ങള്‍ക്കായി സര്‍വറിന്റെ അഡ്മിനിസ്ട്രേറ്ററുമായി ബന്ധപ്പെടുക." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "ഈ ശ്രോതസ്സില്‍ നിങ്ങള്‍ക്കുള്ള അനുമതികള്‍ പരിശോധിക്കുക." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -911,14 +814,14 @@ msgid "" msgstr "" "ഈ ഉറവിടത്തിൽ അഭ്യർത്ഥിച്ച പ്രവർത്തനം നടത്താൻ നിങ്ങളുടെ ആക്സസ് അനുമതികൾ അപര്യാപ്തമായിരിക്കാം." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "ഫയല്‍ വേറെ ഉപയോക്താവോ അല്ലെങ്കില്‍ പ്രയോഗമോ ഉപയോഗിക്കുകയാവാം (അതിനാല്‍ പൂട്ടിയിരിയ്ക്കുന്നു)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -927,17 +830,17 @@ msgstr "" "മറ്റേതെങ്കിലും പ്രയോഗങ്ങളോ ഉപയോക്താവോ ഫയൽ ഉപയോഗിക്കുന്നുണ്ടോ അല്ലെങ്കിൽ ഫയൽ ലോക്ക് " "ചെയ്തിട്ടില്ലെന്ന് ഉറപ്പാക്കാൻ പരിശോധിക്കുക." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "സാധ്യതയില്ലെങ്കിലും, ഒരു ഹാർഡ്‌വെയർ പിശക് സംഭവിച്ചിരിക്കാം." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "പ്രോഗ്രാമിൽ നിങ്ങൾ ഒരു പിശക് നേരിട്ടിരിക്കാം." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -946,7 +849,7 @@ msgstr "" "പ്രോഗ്രാമിലെ ഒരു പിശക് മൂലമാണ് ഇത് മിക്കവാറും സംഭവിക്കുന്നത്. ചുവടെ വിശദീകരിച്ചിരിക്കുന്നതുപോലെ " "ഒരു പൂർണ്ണ ബഗ് റിപ്പോർട്ട് സമർപ്പിക്കുന്നത് പരിഗണിക്കുക." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -955,7 +858,7 @@ msgstr "" "നിങ്ങളുടെ സോഫ്റ്റ്‌വെയർ ഏറ്റവും പുതിയ പതിപ്പിലേക്ക് അപ്‌ഡേറ്റ് ചെയ്യുക. നിങ്ങളുടെ സോഫ്റ്റ്‌വെയർ " "അപ്‌ഡേറ്റ് ചെയ്യുന്നതിനുള്ള ഉപകരണങ്ങൾ നിങ്ങളുടെ ലിനക്സ് വിതരണം നൽകണം." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -974,12 +877,12 @@ msgstr "" "വിശദാംശങ്ങൾ ശ്രദ്ധിക്കുക, നിങ്ങളുടെ ബഗ് റിപ്പോർട്ടിൽ ഉൾപ്പെടുത്തുക, സഹായകമാകുമെന്ന് നിങ്ങൾ " "കരുതുന്ന മറ്റ് വിശദാംശങ്ങൾക്കൊപ്പം." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "നിങ്ങളുടെ നെറ്റ്‌വര്‍ക്ക് കണക്ഷനില്‍ എന്തേലും പ്രശ്നമുണ്ടാവാം." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -988,7 +891,7 @@ msgstr "" "നിങ്ങളുടെ നെറ്റ്‌വർക്ക് ക്രമീകരണത്തിൽ ഒരു പ്രശ്നം ഉണ്ടായിരിക്കാം. അടുത്തിടെ " "പ്രശ്നങ്ങളൊന്നുമില്ലാതെ നിങ്ങൾ ഇന്റർനെറ്റ് ആക്‌സസ് ചെയ്തിട്ടുണ്ടായിരിന്നെങ്കിൽ, ഇത് സാധ്യതയില്ല." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -997,42 +900,42 @@ msgstr "" "സെർവറിനും ഈ കമ്പ്യൂട്ടറിനും ഇടയിലുള്ള നെറ്റ്‌വർക്ക് പാതയിൽ ചില ഘട്ടങ്ങളിൽ ഒരു പ്രശ്നം " "ഉണ്ടായിരിക്കാം." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "ഇപ്പോള്‍ അല്ലെങ്കില്‍ പിന്നീടെപ്പോഴെങ്കിലും വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "ഒരു പ്രോട്ടോക്കോൾ പിശക് അല്ലെങ്കിൽ പൊരുത്തക്കേട് സംഭവിച്ചിരിക്കാം." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "ഉറവിടം ഉണ്ടെന്ന് ഉറപ്പുവരുത്തി, വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "നിർദ്ദിഷ്ട ഉറവിടം ചിലപ്പോൾ നിലവിലുണ്ടാവില്ല." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "നിങ്ങൾ ശരിയായ ലൊക്കേഷൻ നൽകിയിട്ടുണ്ടോ എന്ന് രണ്ടുതവണ പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "നിങ്ങളുടെ നെറ്റ്‌വർക്ക് കണക്ഷൻ നില പരിശോധിക്കുക." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "വായനയ്ക്കായി ഉറവിടം തുറക്കാനാകില്ല" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 അറയുടെയോ ഉള്ളടക്കം " "വീണ്ടെടുക്കാനാകില്ല, കാരണം വായനാനുമതി ലഭിച്ചിട്ടില്ല." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "ഫയൽ വായിക്കാനോ അറ തുറക്കാനോ നിങ്ങൾക്ക് അനുമതിയില്ലായിരിക്കാം." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "എഴുത്തിനായുള്ള ഉറവിടം തുറക്കാനായില്ല" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1060,17 +963,17 @@ msgstr "" "ഇതിനർത്ഥം, %1 എന്ന ഫയൽ അഭ്യർത്ഥിച്ചതുപോലെ എഴുതാൻ കഴിയില്ല, കാരണം " "എഴുതാനുള്ള അനുമതിയോടെയുള്ള ആക്സസ് ലഭിച്ചിട്ടില്ല." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 പ്രോട്ടോക്കോൾ ആവശ്യപ്പെടുന്ന പ്രക്രിയ ആരംഭിക്കാൻ കഴിയില്ല" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "പ്രക്രിയ ആരംഭിക്കാനായില്ല" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 പ്രോട്ടോക്കോളിലേക്ക് പ്രവേശനം നൽകുന്ന പ്രോഗ്രാം " "കണ്ടെത്താനോ ആരംഭിക്കാനോ കഴിഞ്ഞില്ല. ഇത് സാധാരണയായി സാങ്കേതിക കാരണങ്ങളാൽ സംഭവിക്കുന്നു." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1091,12 +994,12 @@ msgstr "" "ചെയ്‌തിരിക്കില്ല. പ്രോഗ്രാം നിലവിലെ പതിപ്പുമായി പൊരുത്തപ്പെടാത്തതും അങ്ങനെ " "ആരംഭിക്കാതിരിക്കുന്നതിനും ഇത് കാരണമാകും." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "ആന്തരിക പിശക്" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 പ്രോട്ടോക്കോളിലേക്ക് ആക്സസ് നൽകുന്ന കമ്പ്യൂട്ടറിലെ പ്രോഗ്രാമിൽ " "ഒരു ആന്തരിക പിശക് റിപ്പോർട്ട് ചെയ്തിട്ടുണ്ട്." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "തെറ്റായി എഴുതിയ യുആര്‍എല്‍" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "%1 സമ്പ്രദായത്തിനു് പിന്തുണയില്ല." -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1139,19 +1042,19 @@ msgstr "" "ഈ കമ്പ്യൂട്ടറിൽ നിലവിൽ ഇൻസ്റ്റാൾ ചെയ്തിട്ടുള്ള കെഡിഇ പ്രോഗ്രാമുകൾ പ്രോട്ടോക്കോൾ %1 പിന്തുണയ്ക്കുന്നില്ല." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "അപേക്ഷിച്ച സമ്പ്രദായത്തിനു് പിന്തുണയുണ്ടാകണമെന്നില്ല." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "ഈ കമ്പ്യൂട്ടറും സെർവറും പിന്തുണയ്ക്കുന്ന %1 പ്രോട്ടോക്കോളിന്റെ പതിപ്പുകൾ പൊരുത്തപ്പെടുന്നില്ല." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1168,17 +1071,17 @@ msgstr "" "\"https://kde-apps.org/\">https://kde-apps.org/ കൂടാതെ http://freshmeat.net/ എന്നിവ ഉൾപ്പെടുന്നു." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ഒരു ഉറവിടത്തെ പരാമർശിക്കുന്നില്ല." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "സമ്പ്രദായം ഒരു ഫില്‍ട്ടര്‍ സമ്പ്രദായമാണ്." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lയൂണിഫോം റിസോഴ്സ് ലൊക്കേറ്റർ (URL) ഒരു നിർദ്ദിഷ്ട ഉറവിടത്തെ പരാമർശിക്കുന്നില്ല." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1200,12 +1103,12 @@ msgstr "" "സാഹചര്യങ്ങളിൽ ഒന്നല്ല. ഇതൊരു അപൂർവ സംഭവമാണ്, ഇത് ഒരു പ്രോഗ്രാമിംഗ് പിശക് സൂചിപ്പിക്കാൻ " "സാധ്യതയുണ്ട്." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "പിന്തുണ നല്‍കാത്ത പ്രവര്‍ത്തനം: %1 " -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1214,7 +1117,7 @@ msgstr "" "അഭ്യർത്ഥിച്ച പ്രവർത്തനത്തെ %1 പ്രോട്ടോക്കോൾ നടപ്പിലാക്കുന്ന കെഡിഇ " "പ്രോഗ്രാം പിന്തുണയ്ക്കുന്നില്ല." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1224,17 +1127,17 @@ msgstr "" "ഈ പിശക് കെഡിഇ പ്രോഗ്രാമിനെ വളരെയധികം ആശ്രയിച്ചിരിക്കുന്നു. കെഡിഇ ഇൻപുട്ട്/ഔട്പുട്ട് " "ആർക്കിടെക്ചറിൽ ലഭ്യമായതിനേക്കാൾ കൂടുതൽ വിവരങ്ങൾ അധിക വിവരങ്ങൾ നിങ്ങൾക്ക് നൽകും." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "സമാന ഫലം നേടാൻ മറ്റൊരു വഴി കണ്ടെത്താൻ ശ്രമിക്കുക." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "കാത്തിരുന്ന ഫയല്‍" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1242,17 +1145,17 @@ msgid "" msgstr "" "ഈ അഭ്യർത്ഥന ഒരു ഫയൽ ആണ് പ്രതീക്ഷിച്ചതു. പക്ഷെ %1 എന്ന അറ ആണ് ലഭിച്ചത്." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ഇത് സര്‍വര്‍ ഭാഗത്തുനിന്നുള്ള പിശകായിരിക്കാം." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "കാത്തിരുന്ന അറ" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1260,17 +1163,17 @@ msgid "" msgstr "" "ഈ അഭ്യർത്ഥന ഒരു അറ ആണ് പ്രതീക്ഷിച്ചതു. പക്ഷെ %1 എന്ന ഫയൽ ആണ് ലഭിച്ചത്." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ഫയലോ അറയോ നിലവിലില്ല." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "നിര്‍ദ്ദിഷ്‌ടമായ ഫയൽ അല്ലെങ്കിൽ അറ %1 നിലവിൽ ഇല്ല." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1278,49 +1181,49 @@ msgid "" msgstr "" "അഭ്യർത്ഥിച്ച ഫയൽ ഉണ്ടാക്കാൻ സാധിച്ചില്ല കാരണം ആ പേര് ഉള്ള ഒരു ഫയൽ മുൻപേതന്നെ നിലവിൽ ഉണ്ട്." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "നിലവിലെ ഫയൽ ആദ്യം വഴിയിൽ നിന്ന് നീക്കാൻ ശ്രമിക്കുക, തുടർന്ന് വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "നിലവിലുള്ള ഫയൽ ഡിലീറ്റ് ചെയ്തു വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "പുതിയ ഫയലിന് വേറെ ഒരു നാമം തിരയുക." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "അഭ്യർത്ഥിച്ച അറ സൃഷ്ടിക്കാനായില്ല, കാരണം അതേ പേരിൽ ഒരു അറ ഇതിനകം നിലവിലുണ്ട്." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "നിലവിലെ അറ ആദ്യം വഴിയിൽ നിന്ന് നീക്കാൻ ശ്രമിക്കുക, തുടർന്ന് വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "നിലവിലെ അറ ഇല്ലാതാക്കി വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "പുതിയ അറയ്ക്ക് ഒരു ഇതര നാമം തിരഞ്ഞെടുക്കുക." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "അപരിചിതമായ ഹോസ്റ്റ്" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1329,35 +1232,35 @@ msgstr "" "ഒരു അജ്ഞാത ഹോസ്റ്റ് പിശക്, %1 എന്ന അഭ്യർത്ഥിച്ച പേരുള്ള സെർവർ " "ഇന്റർനെറ്റിൽ കണ്ടെത്താനായില്ലെന്ന് സൂചിപ്പിക്കുന്നു." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "നിങ്ങൾ ടൈപ്പ് ചെയ്ത പേര്, %1 നിലവിലില്ലായിരിക്കാം: അത് തെറ്റായി ടൈപ്പ് ചെയ്തേക്കാം." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "പ്രവേശനം തടയപ്പെട്ടു" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "നിർദ്ദിഷ്ട ഉറവിടത്തിലേക്കുള്ള പ്രവേശനം നിഷേധിച്ചു, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "നിങ്ങൾ തെറ്റായ പ്രാമാണീകരണ വിശദാംശങ്ങൾ നൽകിയിരിക്കാം അല്ലെങ്കിൽ ഒന്നും " "നൽകിയിട്ടുണ്ടാവില്ല." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "നിർദ്ദിഷ്ട ഉറവിടം ആക്സസ് ചെയ്യുന്നതിന് നിങ്ങളുടെ അക്കൗണ്ടിന് അനുമതി ഉണ്ടായിരിക്കില്ല." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1366,24 +1269,24 @@ msgstr "" "അഭ്യർത്ഥന വീണ്ടും പരിശോധിച്ച് നിങ്ങളുടെ പ്രാമാണീകരണ വിശദാംശങ്ങൾ ശരിയായി നൽകിയിട്ടുണ്ടെന്ന് " "ഉറപ്പുവരുത്തുക." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "എഴുതാനുള്ള അനുമതി നിഷേധിച്ചിരിയ്ക്കുന്നു" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "ഇതിനർത്ഥം %1 ഫയലിലേക്ക് എഴുതാനുള്ള ശ്രമം നിരസിച്ചു എന്നാണ്." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "അറയിലേയ്ക്കു് കടക്കാന്‍ സാധ്യമല്ല" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1392,17 +1295,17 @@ msgstr "" "ഇതിനർത്ഥം അഭ്യർത്ഥിച്ച അറ %1യിൽ പ്രവേശിക്കാനുള്ള (മറ്റൊരു വിധത്തിൽ " "പറഞ്ഞാൽ, തുറക്കാനുള്ള) ശ്രമം നിരസിച്ചു എന്നാണ്." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "ഫോൾഡർ പട്ടികപ്പെടുത്തൽ ലഭ്യമല്ല" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "പ്രോട്ടോക്കോൾ %1 ഒരു ഫയൽസിസ്റ്റം അല്ല" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1412,12 +1315,12 @@ msgstr "" "ഇതിനർത്ഥം അറയിലെ ഉള്ളടക്കങ്ങൾ നിർണ്ണയിക്കേണ്ട ഒരു അഭ്യർത്ഥന നടത്തി എന്നാണ്, കൂടാതെ ഈ " "പ്രോട്ടോക്കോളിനെ പിന്തുണയ്ക്കുന്ന കെഡിഇ പ്രോഗ്രാമിന് അത് ചെയ്യാൻ കഴിയില്ല." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "ചാക്രികമായ കണ്ണി കണ്ടെത്തിയിരിക്കുന്നു" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1430,34 +1333,34 @@ msgstr "" "ലിങ്കുകളുടെ ഒരു പരമ്പര കെഡിഇ കണ്ടെത്തി - അതായത് ഫയൽ അതിലേക്ക് (ഒരുപക്ഷേ ഒരു റൗണ്ട് എബൗട്ട് " "വഴി) തന്നെ ബന്ധിപ്പിച്ചിരിക്കുന്നു." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "അനന്തമായ ലൂപ്പിന് കാരണമാകാത്തവിധം ലൂപ്പിന്റെ ഒരു ഭാഗം ഇല്ലാതാക്കുക, വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "അഭ്യർത്ഥന ഉപയോക്താവ് ഉപേക്ഷിച്ചു" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "അഭ്യർത്ഥന ഉപേക്ഷിച്ചതിനാൽ പൂർത്തിയായില്ല." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "അഭ്യർത്ഥന വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "പകര്‍ത്തുന്നതിനിടയില്‍ ചാക്രികമായ കണ്ണി കണ്ടെത്തിയിരിക്കുന്നു." -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1470,17 +1373,17 @@ msgstr "" "ലൂപ്പിന് കാരണമാകുന്ന ഒരു ലിങ്ക് അല്ലെങ്കിൽ ലിങ്കുകളുടെ ഒരു പരമ്പര കെഡിഇ കണ്ടെത്തി - അതായത് ഫയൽ " "(ഒരുപക്ഷേ ഒരു റൗണ്ട് എബൗട്ട് വഴി) തന്നെ ബന്ധിപ്പിച്ചിരിക്കുന്നു." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "നെറ്റ്‌വർക്ക് കണക്ഷൻ സൃഷ്ടിക്കാനായില്ല" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "സോക്കറ്റ് ഉണ്ടാക്കാന്‍ സാധ്യമല്ല" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1489,8 +1392,8 @@ msgstr "" "നെറ്റ്‌വർക്ക് ആശയവിനിമയത്തിന് ആവശ്യമായ ഒരു ഉപകരണം (ഒരു സോക്കറ്റ്) സൃഷ്ടിക്കാൻ കഴിയാത്ത ഒരു " "സാങ്കേതിക പിഴവാണ് ഇത്." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1499,19 +1402,19 @@ msgstr "" "നെറ്റ്‌വർക്ക് കണക്ഷൻ തെറ്റായി ക്രമീകരിച്ചിരിക്കാം, അല്ലെങ്കിൽ നെറ്റ്‌വർക്ക് ഇന്റർഫേസ് " "പ്രവർത്തനക്ഷമമാക്കിയിരിക്കില്ല." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "സെർവറിലേക്കുള്ള കണക്ഷൻ നിരസിച്ചു" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "സെർവർ %1 ഈ കമ്പ്യൂട്ടറിനെ ബന്ധിപ്പിക്കാൻ വിസമ്മതിച്ചു." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1520,7 +1423,7 @@ msgstr "" "സെർവർ, നിലവിൽ ഇന്റർനെറ്റിലേക്ക് കണക്റ്റുചെയ്തിരിക്കുമ്പോൾ, അഭ്യർത്ഥനകൾ അനുവദിക്കുന്നതിനായി " "ക്രമീകരിച്ചിരിക്കില്ല." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1529,7 +1432,7 @@ msgstr "" "സെർവർ, നിലവിൽ ഇന്റർനെറ്റിലേക്ക് കണക്റ്റുചെയ്തിരിക്കുമ്പോൾ, അഭ്യർത്ഥിച്ച സേവനം " "പ്രവർത്തിച്ചേക്കില്ല (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1540,12 +1443,12 @@ msgstr "" "ഫയർവാൾ (ഇന്റർനെറ്റ് അഭ്യർത്ഥനകൾ നിയന്ത്രിക്കുന്ന ഒരു ഉപകരണം), ഈ അഭ്യർത്ഥന തടഞ്ഞുകൊണ്ട് " "ഇടപെട്ടിരിക്കാം." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "സെർവറിലേക്കുള്ള കണക്ഷൻ അപ്രതീക്ഷിതമായി അടച്ചു" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1554,7 +1457,7 @@ msgstr "" "%1 ലേക്ക് ഒരു കണക്ഷൻ സ്ഥാപിച്ചിട്ടുണ്ടെങ്കിലും, ആശയവിനിമയത്തിലെ " "അപ്രതീക്ഷിത ഘട്ടത്തിൽ കണക്ഷൻ അടച്ചു." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1563,17 +1466,17 @@ msgstr "" "ഒരു പ്രോട്ടോക്കോൾ പിശക് സംഭവിച്ചിരിക്കാം, ഇത് പിശകിനുള്ള പ്രതികരണമായി കണക്ഷൻ അടയാൻ " "കാരണമാകുന്നു." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "യുആർഎൽ ഉറവിടം അസാധുവാണ്" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 സമ്പ്രദായം ഫില്‍ട്ടര്‍ സമ്പ്രദായം അല്ല." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L ക്കേറ്റർ (URL) നിർദ്ദിഷ്ട ഉറവിടം ആക്സസ് ചെയ്യുന്നതിനുള്ള ഒരു സാധുവായ സംവിധാനത്തെ " "പരാമർശിക്കുന്നില്ല, %1%2 ." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1597,17 +1500,17 @@ msgstr "" "പ്രോട്ടോക്കോളിന് അത്തരമൊരു പ്രവർത്തനത്തിന് കഴിവില്ല. ഇതൊരു അപൂർവ സംഭവമാണ്, ഇത് ഒരു " "പ്രോഗ്രാമിംഗ് പിശക് സൂചിപ്പിക്കാൻ സാധ്യതയുണ്ട്." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "ഇൻപുട്ട്/ഔട്ട്പുട്ട് ഉപകരണം ആരംഭിക്കാൻ കഴിയുന്നില്ല" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ഉപകരണം ഘടിപ്പിയ്ക്കാനായില്ല" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1616,7 +1519,7 @@ msgstr "" "അഭ്യർത്ഥിച്ച ഉപകരണം ആരംഭിക്കാൻ കഴിഞ്ഞില്ല (\"ഘടിപ്പിച്ചിട്ടുണ്ട്\"). റിപ്പോർട്ടുചെയ്‌ത പിശക്: " "%1 " -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1627,7 +1530,7 @@ msgstr "" "ഇല്ലായിരിക്കാം (അതായത് ഒരു സിഡി-ഡ്രൈവിൽ സിഡി-റോം ഇല്ല), അല്ലെങ്കിൽ ഒരു പെരിഫറൽ/" "പോർട്ടബിൾ ഉപകരണത്തിന്റെ കാര്യത്തിൽ, ഉപകരണം ശരിയായി കണക്റ്റുചെയ്‌തിരിക്കില്ല." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1637,7 +1540,7 @@ msgstr "" "ഉപകരണം ആരംഭിക്കാൻ (\"മൗണ്ട്\") നിങ്ങൾക്ക് അനുമതികൾ ഉണ്ടാകണമെന്നില്ല. യുണിക്സ് സിസ്റ്റങ്ങളിൽ, " "ഒരു ഉപകരണം ആരംഭിക്കുന്നതിന് പലപ്പോഴും സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്റർ അധികാരങ്ങൾ ആവശ്യമാണ്." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1646,17 +1549,17 @@ msgstr "" "ഉപകരണം തയ്യാറാണോയെന്ന് പരിശോധിക്കുക; നീക്കം ചെയ്യാവുന്ന ഡ്രൈവുകളിൽ മീഡിയ അടങ്ങിയിരിക്കണം, " "കൂടാതെ പോർട്ടബിൾ ഉപകരണങ്ങൾ കണക്റ്റുചെയ്ത് പവർ ചെയ്യണം .; വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "ഇൻപുട്ട്/ഔട്ട്പുട്ട് ഉപകരണം ആരംഭിക്കാൻ കഴിയില്ല" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ഉപകരണം നീക്കം ചെയ്യാനായില്ല" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1665,7 +1568,7 @@ msgstr "" "അഭ്യർത്ഥിച്ച ഉപകരണം ആരംഭിക്കാനാകില്ല (\"നീക്കം ചെയ്തിരിക്കുന്നു\"). റിപ്പോർട്ടുചെയ്‌ത പിശക്: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1676,7 +1579,7 @@ msgstr "" "ഉപകരണത്തിലെ ഒരു ലൊക്കേഷനിൽ ഒരു തുറന്ന ബ്രൗസർ ജാലകം ഉള്ളത് പോലെയുള്ള കാര്യങ്ങൾ പോലും ഉപകരണം " "ഉപയോഗത്തിൽ തുടരാൻ ഇടയാക്കും." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1684,17 +1587,17 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "ആപ്ലിക്കേഷനുകളൊന്നും ഉപകരണത്തിലേക്ക് പ്രവേശിക്കുന്നില്ലെന്ന് പരിശോധിച്ച് വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "വിഭവത്തില്‍ നിന്നും വായിയ്ക്കാന്‍ സാധ്യമല്ല" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1703,17 +1606,17 @@ msgstr "" "ഇതിനർത്ഥം, ഉറവിടം %1 തുറക്കാൻ കഴിഞ്ഞെങ്കിലും, ഉറവിടത്തിന്റെ " "ഉള്ളടക്കങ്ങൾ വായിക്കുമ്പോൾ ഒരു പിശക് സംഭവിച്ചു എന്നാണ്." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "നിങ്ങള്‍ക്ക് ഈ വിഭവത്തില്‍ നിന്നും വായിയ്ക്കാനുള്ള അധികാരമില്ലായിരിക്കാം." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "വിഭവത്തിലേയ്ക്ക് എഴുതുവാന്‍ സാധ്യമല്ല" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1722,22 +1625,22 @@ msgstr "" "ഇതിനർത്ഥം, ഉറവിടം %1 തുറക്കാൻ കഴിഞ്ഞെങ്കിലും, ഉറവിടത്തിലേക്ക് " "എഴുതുമ്പോൾ ഒരു പിശക് സംഭവിച്ചു എന്നാണ്." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "ഉറവിടത്തിലേക്ക് എഴുതാൻ നിങ്ങൾക്ക് അനുമതിയില്ലായിരിക്കാം." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "ബന്ധിപ്പിക്കാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1745,17 +1648,17 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "നെറ്റ്‌വർക്ക് കണക്ഷൻ സ്വീകരിക്കാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1764,133 +1667,133 @@ msgstr "" "ഇൻകമിംഗ് നെറ്റ്‌വർക്ക് കണക്ഷൻ സ്വീകരിക്കാൻ ശ്രമിക്കുമ്പോൾ സംഭവിച്ച തികച്ചും സാങ്കേതികമായ " "പിഴവാണിത്." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "കണക്ഷൻ സ്വീകരിക്കാൻ നിങ്ങൾക്ക് അനുമതിയില്ലായിരിക്കാം." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "ലോഗിൻ ചെയ്യാനായില്ല: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "അഭ്യർത്ഥിച്ച പ്രവർത്തനം നടത്താൻ ലോഗിൻ ചെയ്യാനുള്ള ശ്രമം വിജയിച്ചില്ല." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "ഉറവിട അവസ്ഥ നിർണ്ണയിക്കാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "നിർദ്ദിഷ്ട ഉറവിടം ഉണ്ടായിരിക്കില്ല അല്ലെങ്കിൽ ആക്സസ് ചെയ്യാനാകില്ല." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "അറ സൃഷ്ടിക്കാനായില്ല" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "അഭ്യർത്ഥിച്ച അറ സൃഷ്ടിക്കാനുള്ള ശ്രമം പരാജയപ്പെട്ടു." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "അറ സൃഷ്ടിക്കേണ്ട സ്ഥലം നിലവിലില്ലായിരിക്കാം." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "അറ നീക്കം ചെയ്യാനായില്ല" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "നിർദ്ദിഷ്ട അറ, %1 നീക്കം ചെയ്യാനുള്ള ശ്രമം പരാജയപ്പെട്ടു." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "നിർദ്ദിഷ്ട അറ നിലവിലില്ലായിരിക്കാം." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "നിർദ്ദിഷ്ട അറ ശൂന്യമായിരിക്കില്ല." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "അറ നിലവിലുണ്ടെന്നും ശൂന്യമാണെന്നും ഉറപ്പുവരുത്തി, വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ഫയൽ കൈമാറ്റം പുനരാരംഭിക്കാനായില്ല" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "ഫയൽ പുനരാരംഭിക്കുന്നതിനെ പ്രോട്ടോക്കോൾ അല്ലെങ്കിൽ സെർവർ പിന്തുണച്ചേക്കില്ല." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "കൈമാറ്റം പുനരാരംഭിക്കാൻ ശ്രമിക്കാതെ അഭ്യർത്ഥന വീണ്ടും ശ്രമിക്കുക." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "ഉറവിടത്തിന്റെ പേരുമാറ്റാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "നിർദ്ദിഷ്ട ഉറവിടത്തിന്റെ പേരുമാറ്റാനുള്ള ശ്രമം പരാജയപ്പെട്ടു %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "ഉറവിടത്തിന്റെ അനുമതികൾ മാറ്റാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 പരാജയപ്പെട്ടു." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "ഉറവിടത്തിന്റെ ഉടമസ്ഥാവകാശം മാറ്റാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "പരാജയപ്പെട്ടു." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "ഉറവിടം ഇല്ലാതാക്കാനായില്ല" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "നിർദ്ദിഷ്ട ഉറവിടം %1 ഇല്ലാതാക്കാനുള്ള ശ്രമം പരാജയപ്പെട്ടു." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "അപ്രതീക്ഷിത പ്രോഗ്രാം അവസാനിപ്പിക്കൽ" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "അജ്ഞാത പ്രോക്സി ഹോസ്റ്റ്" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2003,17 +1906,17 @@ msgstr "" "പിന്തുണയ്ക്കാത്ത പ്രമാണീകരണ രീതി KDE ടീമിനെ അറിയിക്കാൻ ദയവായി https://bugs.kde.org/ എന്നതിൽ ഒരു ബഗ് ഫയൽ ചെയ്യുക." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "അഭ്യർത്ഥന ഉപേക്ഷിച്ചു" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "സെർവറിലെ ആന്തരിക പിശക്" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2022,7 +1925,7 @@ msgstr "" "%1 പ്രോട്ടോക്കോളിലേക്ക് ആക്സസ് നൽകുന്ന സെർവറിലെ പ്രോഗ്രാം ഒരു ആന്തരിക " "പിശക് റിപ്പോർട്ട് ചെയ്തു: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2031,12 +1934,12 @@ msgstr "" "സെർവർ പ്രോഗ്രാമിലെ ഒരു പിശക് മൂലമാണ് ഇത് സംഭവിക്കുന്നത്. ചുവടെ വിശദീകരിച്ചിരിക്കുന്നതുപോലെ ഒരു " "പൂർണ്ണ പിശക് റിപ്പോർട്ട് സമർപ്പിക്കുന്നത് പരിഗണിക്കുക." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "പ്രശ്നത്തെക്കുറിച്ച് ഉപദേശിക്കാൻ സെർവറിന്റെ അഡ്മിനിസ്ട്രേറ്ററെ ബന്ധപ്പെടുക." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2045,58 +1948,53 @@ msgstr "" "സെർവർ സോഫ്റ്റ്‍വെയറിന്റെ രചയിതാക്കൾ ആരാണെന്ന് നിങ്ങൾക്കറിയാമെങ്കിൽ, പിശക് റിപ്പോർട്ട് അവർക്ക് " "നേരിട്ട് സമർപ്പിക്കുക." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "കാലഹരണപ്പെടൽ പിശക്" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "അജ്ഞാത പിശക്" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "അജ്ഞാതമായ തടസ്സം" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "യഥാർത്ഥ ഫയൽ ഇല്ലാതാക്കാനായില്ല" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2104,12 +2002,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "താൽക്കാലിക ഫയൽ ഇല്ലാതാക്കാനായില്ല" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2117,56 +2015,56 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "യഥാർത്ഥ ഫയലിന്റെ പേരുമാറ്റാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "താൽക്കാലിക ഫയലിന്റെ പേരുമാറ്റാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "കണ്ണി സൃഷ്ടിക്കാനായില്ല" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "പ്രതീകാത്മക കണ്ണി സൃഷ്ടിക്കാനായില്ല" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "അഭ്യർത്ഥിച്ച പ്രതീകാത്മക കണ്ണി %1 സൃഷ്ടിക്കാനായില്ല." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "ഉള്ളടക്കം ഇല്ല" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ഡിസ്ക് നിറഞ്ഞു" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2175,7 +2073,7 @@ msgstr "" "ആവശ്യപ്പെട്ട ഫയൽ %1 അപര്യാപ്തമായ ഡിസ്ക് സ്ഥലം ഉള്ളതിനാൽ എഴുതാൻ " "കഴിഞ്ഞില്ല." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2183,63 +2081,63 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "ഉറവിടവും ലക്ഷ്യസ്ഥാന ഫയലുകളും ഒരേപോലെ" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "ഉറവിടവും ലക്ഷ്യസ്ഥാന ഫയലുകളും ഒരേ ഫയലായതിനാൽ പ്രവർത്തനം പൂർത്തിയാക്കാനായില്ല." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "ലക്ഷ്യസ്ഥാന ഫയലിനായി മറ്റൊരു ഫയൽ നാമം തിരഞ്ഞെടുക്കുക." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format msgid "File or Folder dropped onto itself" msgstr "ഫയലോ അറയോ നിലവിലില്ല." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "ഉറവിടവും ലക്ഷ്യസ്ഥാന ഫയലോ അറയോ ഒന്നുതന്നെയായതിനാൽ പ്രവർത്തനം പൂർത്തിയാക്കാനായില്ല." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format msgid "Folder moved into itself" msgstr "ഫയലോ അറയോ നിലവിലില്ല." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "ഇനം മറ്റൊരു അറയിലേക്ക് നീക്കുക." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "പാസ്‌വേഡ് സെർവറുമായി ആശയവിനിമയം നടത്താനായില്ല" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2248,25 +2146,25 @@ msgstr "" "പാസ്‌വേഡുകൾ അഭ്യർത്ഥിക്കുന്നതിനുള്ള സേവനം (kpasswdserver) ബന്ധപ്പെടാൻ കഴിയാത്തതിനാൽ " "പ്രവർത്തനം പൂർത്തിയാക്കാനായില്ല" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "നിങ്ങളുടെ സെഷൻ പുനരാരംഭിക്കാൻ ശ്രമിക്കുക, അല്ലെങ്കിൽ kiod- ൽ നിന്നുള്ള പിശകുകൾക്കായി ലോഗുകൾ " "നോക്കുക." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 പ്രോട്ടോക്കോൾ ആരംഭിക്കാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "ഐഒ സ്ലേവ് നിര്‍മ്മിക്കാന്‍ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 പ്രോട്ടോക്കോളിലേക്ക് പ്രവേശനം നൽകുന്ന പ്രോഗ്രാം " "കണ്ടെത്താനോ ആരംഭിക്കാനോ കഴിഞ്ഞില്ല. ഇത് സാധാരണയായി സാങ്കേതിക കാരണങ്ങളാൽ സംഭവിക്കുന്നു." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 കൈമാറാൻ കഴിഞ്ഞില്ല" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2300,35 +2198,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "രേഖപ്പെടുത്താത്ത പിശക്" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2337,25 +2235,25 @@ msgstr "" "തെറ്റായ URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2363,92 +2261,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "സമ്പ്രദായം %1 ബന്ധം തുടങ്ങുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "സമ്പ്രദായം %1 ബന്ധം അടക്കുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "സമ്പ്രദായം %1 ഫയലുകള്‍ സ്വീകരിക്കുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1-ലേക്ക് എഴുതുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 സമ്പ്രദായത്തിനു് പ്രത്യേക നടപടികളൊന്നും ലഭ്യമല്ല." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "അറകള്‍ കാണിയ്ക്കുന്നതു് %1 സമ്പ്രദായം പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1-ല്‍ നിന്നും വിവരങ്ങള്‍ വീണ്ടെടുക്കല്‍ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1-ല്‍ നിന്നും മൈം പോലുള്ള വിവരങ്ങള്‍ വീണ്ടെടുക്കല്‍ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "ഫയലുകളുടെ പേര് മാറ്റുവാനോ %1 നകത്തു് ഫയലുകള്‍ നീക്കുന്നതിനോ പിന്തുണയില്ല." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 സമ്പ്രദായം സിംകണ്ണി നിര്‍മ്മിക്കുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1-നുള്ളില്‍ ഫയലുകള്‍ പകര്‍ത്തുന്നതിനെ പിന്താങ്ങുന്നില്ല." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1-ല്‍ നിന്നും ഫയലുകള്‍ വെട്ടിമാറ്റുവാനുള്ള പിന്തുണ ലഭ്യമല്ല." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ഫോള്‍ഡറുകള്‍ ഉണ്ടാക്കുന്നതിനുള്ള പിന്തുണ %1 സമ്പ്രദായം നല്‍കുന്നതല്ല." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ഫയലുകളുടെ വിശേഷണങ്ങള്‍ മാറ്റുന്നതിനെ %1 സമ്പ്രദായം പിന്തുണക്കുന്നില്ല." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ഫയലുകളുടെ ഉടമസ്ഥാവകാശം മാറ്റുന്നതിനെ %1 സമ്പ്രദായം പിന്തുണക്കുന്നില്ല." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ഫയലുകള്‍ തുറക്കുന്നതിനുള്ള പിന്തുണ %1 സമ്പ്രദായം നല്‍കുന്നതല്ല." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%2 നടപടി %1 സമ്പ്രദായം പിന്തുണക്കുന്നില്ല." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2457,313 +2355,336 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "അജ്ഞാത പ്രോട്ടോക്കോൾ '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "%1-ല്‍ പ്രവേശിക്കുവാന്‍ സോക്കറ്റ് നിര്‍മ്മിക്കാന്‍ സാധ്യമല്ല." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "%1-ല്‍ പ്രവേശിക്കുവാന്‍ സോക്കറ്റ് നിര്‍മ്മിക്കാന്‍ സാധ്യമല്ല." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "%1-ല്‍ പ്രവേശിക്കുവാന്‍ സോക്കറ്റ് നിര്‍മ്മിക്കാന്‍ സാധ്യമല്ല." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&വിശദാംശങ്ങള്‍" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&എന്നേക്കും" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "തു&ടരുക" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "നിലവിലെ സെഷന് മാത്രം(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "അറ ഉണ്ടാക്കുക" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "അറ ഉണ്ടാക്കുക" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "വെട്ടിമാറ്റാനുള്ള ഫയല്‍ നിങ്ങള്‍ തിരഞ്ഞെടുത്തിട്ടില്ല." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "വെട്ടിമാറ്റാനൊന്നുമില്ല" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "ചവറ്റുകുട്ടയിലിടാനുള്ള ഫയല്‍ നിങ്ങള്‍ തിരഞ്ഞെടുത്തിട്ടില്ല." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ചവറ്റുകുട്ടയിലിടാന്‍ ഒന്നുമില്ല" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "പറഞ്ഞിരിക്കുന്ന ഫോള്‍ഡര്‍ നിലവിലില്ല അല്ലെങ്കില്‍ ലഭ്യമല്ല." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "മെനു" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "പേരന്റ് ഫോള്‍ഡര്‍" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "തിരികെ പോകുക" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "മുന്നോട്ട് പോകുക" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ഹോം ഫോള്‍ഡര്‍" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "വീണ്ടും ലഭ്യമാക്കുക" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format msgctxt "@action" msgid "New Folder…" msgstr "പുതിയ ഫോള്‍ഡര്‍" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ചവറ്റുകുട്ടയിലേക്കു് നീക്കുക" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "വെട്ടിമാറ്റുക" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "ക്രമത്തിലാക്കുക" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "പേര് പ്രകാരം അടുക്കുക" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "വലുപ്പം പ്രകാരം അടുക്കുക" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "തീയതി പ്രകാരം അടുക്കുക" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "തരം പ്രകാരം അടുക്കുക" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "ആരോഹണം" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "അവരോഹണം" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "അറകൾ ആദ്യം" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "അദൃശ്യമായ ഫയലുകള്‍ കാണിക്കുക" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "ചിഹ്ന കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "ഒതുക്കമിള്ള കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "വിശദമായ കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ചിഹ്ന സ്ഥാനം" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ഫയലിന്റെ പേരിന് അടുത്തായി" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ഫയലിന്റെ പേരിന് മുകളിൽ" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "ലഘുകാഴ്ച" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "വിശദമായ കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ട്രീ കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "വിശദമായ ട്രീ കാഴ്ച" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "വിശദാംശ കാഴ്ചയിൽ വിപുലീകരണം അനുവദിക്കുക" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "അദൃശ്യമായ ഫയലുകള്‍ കാണിക്കുക" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "പൂർവ്വദൃശ്യ പാനൽ കാണിക്കുക" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "അച്ചടിക്കുന്നതിനുമുമ്പ് കണ്ടുനോക്കുക" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "അടങ്ങുന്ന അറ തുറക്കുക" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "ഗുണഗണങ്ങൾ" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "കാഴ്ച (&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "പുതിയവ ആദ്യം" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "പഴയവ ആദ്യം" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "പുതിയവ ആദ്യം" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "വലുത് ആദ്യം" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "ചെറുത് ആദ്യം" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "എൻകോഡിംഗ്:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "തുറക്കുക" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "സേവ് ആസ്" @@ -2812,40 +2733,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "ഇവിടെ നീക്കുക" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|എല്ലാ ഫയലുകളും" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "പിന്തുണയ്ക്കുന്ന എല്ലാ ഫയലുകളും" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "എല്ലാ ഫയലുകളും" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ ചേർക്കുക" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുക" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2854,17 +2775,17 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "ലേബൽ: (&A)" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "വിവരണാത്മക ലേബൽ ഇവിടെ നൽകുക" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2873,29 +2794,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "സ്ഥാനം: (&L)" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "ഒരു &ചിഹ്നം തിരഞ്ഞെടുക്കുക:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "ഈ പ്രയോഗം ഉപയോഗിക്കുമ്പോള്‍ &മാത്രം കാണിക്കുക (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2903,55 +2824,55 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "സ്ഥലങ്ങൾ" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "വിദൂരം" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "സമീപകാല" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "ഇതിനായി തിരയുക" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "ഉപകരണങ്ങൾ" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "നീക്കം ചെയ്യാവുന്ന ഉപകരണങ്ങൾ" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "ടാഗുകൾ" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 #, fuzzy #| msgid "All tags" msgctxt "KFile System Bookmarks" @@ -2960,116 +2881,122 @@ msgstr "എല്ലാ ടാഗുകളും" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Home" msgstr "ഹോം" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "ഡെസ്ക്ടോപ്പ്" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "രേഖകൾ" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "ഡൗൺലോഡുകൾ" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Network" msgstr "നെറ്റ്‌വര്‍ക്ക്" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ചവറ്റുകുട്ട" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "സംഗീതം" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "ചിത്രങ്ങൾ" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "വീഡിയോകൾ" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "ശരിയായ തിരിച്ചറിയല്‍:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "ഇന്ന് പരിഷ്ക്കരിച്ചു" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "ഇന്നലെ പരിഷ്ക്കരിച്ചു" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' പ്രമേയം കണ്ടെത്താനായില്ല" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "ഒരു അറ അതിലേക്ക് നീക്കാൻ കഴിയില്ല" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "നയം മാറ്റുക..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "'%1' &സുരക്ഷിതമായി നീക്കം ചെയ്യുക" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "'%1' &സുരക്ഷിതമായി നീക്കം ചെയ്യുക" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "'%1' &സുരക്ഷിതമായി നീക്കം ചെയ്യുക" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "'%1' &സുരക്ഷിതമായി നീക്കം ചെയ്യുക" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3077,7 +3004,7 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "അണ്‍മൌണ്ടു് ചെയ്യുന്നു" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3085,34 +3012,34 @@ msgctxt "@action:inmenu" msgid "&Unmount" msgstr "അണ്‍മൌണ്ടു് ചെയ്യുന്നു" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "&Reject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "നിരസിക്കുക (&R)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' ഉപകരണം ഒരു ഡിസ്ക് അല്ല, അതുകൊണ്ട് പുറന്തള്ളാൻ കഴിയില്ല." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' ലഭ്യമാക്കുമ്പോള്‍ ഒരു പിശകു് സംഭവിച്ചിരിക്കുന്നു" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3123,19 +3050,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3143,94 +3070,94 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "ചവറ്റുക്കുട്ട ശൂന്യമാക്കുക" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "മൌണ്ടു് ചെയ്യുന്നു" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Places Entry" msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ ചേർക്കുക" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "മാറ്റം വരുത്തുക" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "വിഭാഗം മറയ്ക്കുക" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "വിഭാഗം മറയ്ക്കുക" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "ലഘുകാഴ്ച" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3238,51 +3165,51 @@ msgctxt "" msgid "Auto Resize" msgstr "തനിയെ &കണ്ടുപിടിക്കുക" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "ചെറുത് (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "ഇടത്തരം (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "വലുത് (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "വളരെ വലുത് (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format msgid "You can only select one file" msgstr "%1 ഫയല്‍ വെട്ടിമാറ്റുവാനായില്ല." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "You can only select local files" msgstr "ചവറ്റുകുട്ടയിലിടാനുള്ള ഫയല്‍ നിങ്ങള്‍ തിരഞ്ഞെടുത്തിട്ടില്ല." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3293,47 +3220,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -msgid "Files and folders selected" -msgstr "പ്രതീക്ഷിച്ചതു് ഒരു ഫോള്‍ഡറായിരുന്നു, എന്നാല്‍ %1 ഒരു ഫയലാണു്." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3341,42 +3243,43 @@ msgid "" "you to file:/home.
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "അദൃശ്യമായ ഫയലുകള്‍ കാണിക്കുക" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "ഓപ്ഷനുകൾ" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3386,12 +3289,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ബുക്ക്മാർക്കുകൾ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3401,12 +3304,37 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "പേര്: (&N)" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "അടങ്ങുന്ന അറ തുറക്കുക" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "അദൃശ്യമായ ഫയലുകള്‍ കാണിക്കുക" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3415,87 +3343,91 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "ഇതാണു് തുറക്കുവാനുള്ള ഫയല്‍." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "സ്ഥലങ്ങൾ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ഫയൽ തിരുത്തിഎഴുത്തുക ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "All Files" msgid "All Folders" msgstr "എല്ലാ ഫയലുകളും" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "ഡയറക്ടി ഉണ്ടാക്കുന്നു" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "തുറക്കുക (&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3511,71 +3443,63 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format msgid "&File type:" msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുക" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "അരിപ്പ: (&F)" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "വിശദമായ കാഴ്ച" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "ക്ഷമിക്കണം" - -#: filewidgets/knewfilemenu.cpp:491 -#, fuzzy, kde-format -msgid "The template file %1 does not exist." -msgstr "%1 ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡര്‍ നിലവിലില്ല." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -msgid "Create link to URL" -msgstr "വിശദമായ കാഴ്ച" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "ക്ഷമിക്കണം" + +#: filewidgets/knewfilemenu.cpp:540 +#, fuzzy, kde-format +msgid "The template file %1 does not exist." +msgstr "%1 ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡര്‍ നിലവിലില്ല." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "സിംലിങ്ക് സൃഷ്ടിക്കുക" + +#: filewidgets/knewfilemenu.cpp:760 +#, fuzzy, kde-format +msgid "Create link to URL" +msgstr "വിശദമായ കാഴ്ച" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3583,7 +3507,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3591,7 +3515,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3600,122 +3524,177 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "'%1' എന്ന പേരില്‍ പഴയൊരു വസ്തു നിലവിലുണ്ടു്." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 എന്ന പേരില്‍ ഫയല്‍ നിലവിലുണ്ടു്." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format msgid "Create New" msgstr "വിശദമായ കാഴ്ച" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format msgid "Link to Device" msgstr "ഡിവൈസ്" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "പുതിയ ഫോള്‍ഡര്‍" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "അറ ഉണ്ടാക്കുക" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format msgid "Create new folder in %1:" msgstr "" "ഇവിടെ പുതിയ ഫോള്‍ഡര്‍ ഉണ്ടാക്കുക:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "സ്വതവേയുള്ള" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "വിശദമായ കാഴ്ച" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "ഫയലിന്റെ പേരിന് മുകളിൽ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "ഒരു &ചിഹ്നം തിരഞ്ഞെടുക്കുക:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "പകര്‍ത്തുക" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ഒട്ടിക്കുക" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "മാറ്റം വരുത്തുക" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3723,7 +3702,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1 കൈമാറാൻ കഴിഞ്ഞില്ല" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3735,6 +3714,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "സ്ഥലങ്ങൾ" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format msgctxt "@item:inmenu" @@ -3758,40 +3746,40 @@ msgstr "മറ്റുള്ളവ" msgid "Edit mode" msgstr "മാറ്റം വരുത്തുക" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "സ്ഥാനത്തില്‍ മാറ്റം വരുത്തുന്നതിനായി ക്ലിക്കു് ചെയ്യുക" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3818,12 +3806,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3831,28 +3825,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3860,39 +3854,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "%1 ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡര്‍ നിലവിലില്ല." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3900,12 +3894,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3980,79 +3974,74 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4061,115 +4050,38 @@ msgid "" "%1" msgstr "%1-നുള്ള ഉടമസ്ഥാവകാശം മാറ്റുവാന്‍ സാധ്യമായില്ല." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "താൽക്കാലിക ഫയലിന്റെ പേരുമാറ്റാൻ കഴിഞ്ഞില്ല" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -msgid "Remove File" -msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "ഡയറക്ടറി" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "ഡയറക്ടി ഉണ്ടാക്കുന്നു" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -msgid "Open File" -msgstr "1 ഫയല്‍" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "ഡയറക്ടറി" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -msgid "Unknown Action" -msgstr "അപരിചിതമായ ഹോസ്റ്റ്" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4205,51 +4117,51 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "സൈറ്റ്:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "പ്രോക്സി:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4301,101 +4213,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "സര്‍വര്‍ ഉറപ്പാക്കല്‍" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "'%1' ലഭ്യമാക്കുമ്പോള്‍ ഒരു പിശകു് സംഭവിച്ചിരിക്കുന്നു" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4403,20 +4315,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4426,28 +4338,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4455,25 +4367,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4484,15 +4396,15 @@ msgstr "" msgid "Network" msgstr "നെറ്റ്‌വര്‍ക്ക്" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format msgid "Malformed URL %1" msgstr "തെറ്റായ യുആര്‍എല്‍ %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4501,12 +4413,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4541,7 +4453,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4562,17 +4474,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "വീണ്ടും ശ്രമിക്കുക" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format msgid "Authentication Dialog" msgstr "സര്‍വര്‍ ഉറപ്പാക്കല്‍" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format msgid "Access denied" msgstr "%1-ലേക്കുള്ള പ്രവേശനം നിഷേധിച്ചിരിക്കുന്നു." -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4680,41 +4592,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4724,9 +4636,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "കണക്കുകൂട്ടുക" @@ -4735,23 +4647,23 @@ msgstr "കണക്കുകൂട്ടുക" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "റദ്ദാക്കുക (&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4759,114 +4671,198 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "ഡൗൺലോഡുകൾ" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "തുറക്കുക (&O)" + +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +msgctxt "@action:button" +msgid "&Open with %1" msgstr "" +"ഇവിടെ പുതിയ ഫോള്‍ഡര്‍ ഉണ്ടാക്കുക:\n" +"%1" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "പ്രവർത്തിപ്പിക്കുക (&E)" - -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +msgid "Would you like to launch this file?" msgstr "" +"ഇങ്ങനെ ചെയ്താല്‍ '%1' ഉപയോഗിച്ചു തന്നെ അതിനെ മാറ്റിയെഴുതുന്നു.\n" +"ദയവായി ഫയലിനു് പുതിയ പേരു് നല്‍കുക:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +msgid "Source" +msgstr "ശ്രോതസ്സ്" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +msgid "Destination" +msgstr "ലക്ഷ്യസ്ഥാനം" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "പകര്‍ത്തുന്നു" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "നീക്കുന്നു" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "പേരു് മാറ്റുക" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "ചവറ്റുകുട്ടയിലേക്കു് നീക്കുക" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "നീക്കം ചെയ്യുന്നു" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format msgid "Und&o: Create Folder(s)" msgstr "ഫയല്‍ &ഒട്ടിക്കുക" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format msgid "Und&o: Create File" msgstr "ഫയല്‍ &ഒട്ടിക്കുക" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&പേരു് മാറ്റുക" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "Verb" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&ചവറ്റുകുട്ടയിലിടുക" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +msgid "&Redo: Create Folder" +msgstr "ഫയല്‍ &ഒട്ടിക്കുക" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ഫയല്‍ &ഒട്ടിക്കുക" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +msgid "&Redo: Create File" +msgstr "ഫയല്‍ &ഒട്ടിക്കുക" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4875,12 +4871,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4889,21 +4885,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4915,7 +4912,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4923,13 +4920,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4939,7 +4936,7 @@ msgstr "" "ഈ ഫയൽ ചവറ്റുകുട്ടയിലേക്കു് നീക്കാൻ നിങ്ങൾ ശരിക്കും ആഗ്രഹിക്കുന്നുണ്ടോ?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5026,7 +5023,7 @@ msgstr "ഉടമ" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "മറ്റുള്ളവർ" @@ -5100,108 +5097,115 @@ msgstr "സിസ്റ്റത്തിന്റെ ക്രമീകരണ msgid "Updating system configuration…" msgstr "സിസ്റ്റത്തിന്റെ ക്രമീകരണം പരിഷ്കരിക്കുന്നു." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "പേര്" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "വലുപ്പം" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "തീയതി" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "അനുമതികൾ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "ഉടമ" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "കൂട്ടം" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "തരം" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "1 ഫയല്‍" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "1 ഫയല്‍" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "പ്രവർത്തിപ്പിക്കുക (&E)" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format msgid "&Open folder with %1" msgstr "" "ഇവിടെ പുതിയ ഫോള്‍ഡര്‍ ഉണ്ടാക്കുക:\n" "%1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "1 ഫയല്‍" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5209,124 +5213,143 @@ msgid_plural "%1 items" msgstr[0] "1 വസ്തു" msgstr[1] "%1 വസ്തുക്കള്‍" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "അപരിചിതം" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Mounting" -msgid "Mounted From:" -msgstr "മൌണ്ടു് ചെയ്യുന്നു" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "സ്പേസ്" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, fuzzy, kde-format #| msgid "Type" msgid "Type:" msgstr "തരം" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, fuzzy, kde-format +msgid "Content:" +msgstr "തു&ടരുക" -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "വലുപ്പം:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +msgid "Open with:" +msgstr "1 ഫയല്‍" #. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#: widgets/kfilepropspluginwidget.ui:192 #, fuzzy, kde-format #| msgid "C&hange..." msgid "Change..." msgstr "&മാറ്റുക..." -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -msgid "Content:" -msgstr "തു&ടരുക" +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "വലുപ്പം:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "അച്ചടിക്കുന്നതിനുമുമ്പ് കണ്ടുനോക്കുക" + +#. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:383 +#, fuzzy, kde-format +msgid "Created:" +msgstr "വിശദമായ കാഴ്ച" + #. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#: widgets/kfilepropspluginwidget.ui:406 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Modified Today" msgid "Modified:" msgstr "ഇന്ന് പരിഷ്ക്കരിച്ചു" -#. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 -#, fuzzy, kde-format -msgid "Created:" -msgstr "വിശദമായ കാഴ്ച" - -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -msgid "File System:" -msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുക" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -msgid "Unknown size" -msgstr "അപരിചിതമായ ഹോസ്റ്റ്" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Mounting" -msgid "Mounted On:" -msgstr "മൌണ്ടു് ചെയ്യുന്നു" - #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Accessed:" msgstr "പ്രവേശനം തടയപ്പെട്ടു" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, fuzzy, kde-format -msgid "Open With:" -msgstr "1 ഫയല്‍" +msgid "File system:" +msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുക" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Mounting" +msgid "Mounted on:" +msgstr "മൌണ്ടു് ചെയ്യുന്നു" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Mounting" +msgid "Mounted from:" +msgstr "മൌണ്ടു് ചെയ്യുന്നു" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "സ്പേസ്" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +msgid "Unknown size" +msgstr "അപരിചിതമായ ഹോസ്റ്റ്" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5583,21 +5606,23 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, fuzzy, kde-format -msgid "&Description:" -msgstr "ലക്ഷ്യസ്ഥാനം" +msgid "&Generic name:" +msgstr "&പേരു് മാറ്റുക" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5610,7 +5635,7 @@ msgstr "തു&ടരുക" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "നേരത്തേ സജ്ജീകരിച്ച പ്രോക്സി പരിസ്ഥിതി വേരിയബിളുകള്‍ ഉപയോഗിക്കുക" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5785,7 +5810,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5795,204 +5820,232 @@ msgstr "" "%1 ലേക്ക് എഴുത്ത് അനുവാദം ഇല്ലാത്തത് കൊണ്ട് വരുത്തിയ മാറ്റം " "സംരക്ഷിക്കാൻ കഴിഞ്ഞില്ല." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ഫയലിന്റെ പേരിന് മുകളിൽ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 കൈമാറാൻ കഴിഞ്ഞില്ല" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "അപരിചിതമായ ഹോസ്റ്റ്" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format msgid "No registered file type" msgstr "സ്ഥലങ്ങള്‍ക്കുള്ള എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുക" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "വിശദമായ കാഴ്ച" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&മാറ്റുക..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "സഹജമായ ഉപയോക്താവിന്റെ പേരു്:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "പ്രവർത്തിപ്പിക്കുക (&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6000,269 +6053,259 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculate" -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "കണക്കുകൂട്ടുക" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6270,56 +6313,73 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculate" +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "കണക്കുകൂട്ടുക" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6419,41 +6479,46 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "നയം മാറ്റുക..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ഫയല്‍ &ഒട്ടിക്കുക" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ക്ലിപ്ബോര്‍ഡിലുള്ളവ &ഒട്ടിക്കുക" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ഒരു ഫോള്‍ഡര്‍" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "ഫയല്‍ &ഒട്ടിക്കുക" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6461,92 +6526,104 @@ msgid_plural "Paste %1 Items" msgstr[0] "ഒരു വസ്തു" msgstr[1] "%1 വസ്തുക്കള്‍" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "ക്ലിപ്ബോര്‍ഡിലുള്ളവ &ഒട്ടിക്കുക" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ഒട്ടിക്കുക" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "ഡേറ്റാ രീതി:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&പേരു് മാറ്റുക" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "പുതിയ &പേരു് നിര്‍ദ്ദേശിക്കുക" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6555,25 +6632,25 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "എല്ലാം മാറ്റി&യെഴുതുക" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&വീണ്ടും ആരംഭിക്കുക" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6582,130 +6659,114 @@ msgstr "" "ഇങ്ങനെ ചെയ്താല്‍ '%1' ഉപയോഗിച്ചു തന്നെ അതിനെ മാറ്റിയെഴുതുന്നു.\n" "ദയവായി ഫയലിനു് പുതിയ പേരു് നല്‍കുക:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "തു&ടരുക" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format msgid "Would you like to overwrite the destination?" msgstr "" "ഇങ്ങനെ ചെയ്താല്‍ '%1' ഉപയോഗിച്ചു തന്നെ അതിനെ മാറ്റിയെഴുതുന്നു.\n" "ദയവായി ഫയലിനു് പുതിയ പേരു് നല്‍കുക:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" "ഇങ്ങനെ ചെയ്താല്‍ '%1' ഉപയോഗിച്ചു തന്നെ അതിനെ മാറ്റിയെഴുതുന്നു.\n" "ദയവായി ഫയലിനു് പുതിയ പേരു് നല്‍കുക:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -msgid "Source" -msgstr "ശ്രോതസ്സ്" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -msgid "Destination" -msgstr "ലക്ഷ്യസ്ഥാനം" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ഫയലുകൾ പകർത്തുക" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' എന്ന പേരില്‍ പഴയൊരു വസ്തു നിലവിലുണ്ടു്." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' എന്ന പേരില്‍ മറ്റൊരു വസ്തു നിലവിലുണ്ടു്." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' എന്ന പേരില്‍ പഴയൊരു വസ്തു നിലവിലുണ്ടു്." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format msgid "Rename:" msgstr "&പേരു് മാറ്റുക" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&പേരു് മാറ്റുക" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&പേരു് മാറ്റുക" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&പേരു് മാറ്റുക" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "&പേരു് മാറ്റുക" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 എന്ന പേരില്‍ ഫയല്‍ നിലവിലുണ്ടു്." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6713,39 +6774,194 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." msgstr[1] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "&പേരു് മാറ്റുക" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." +msgstr[1] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "മാറ്റുക" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "1 ഫയല്‍" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "മാറ്റുക" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." +msgstr[1] "സെലക്ട് ചെയ്ത തിരിച്ചറിയല്‍ പദാവലിയില്‍ മാറ്റം വരുത്തുക." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ഫയലിന്റെ പേരിന് മുകളിൽ" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ഫയലിന്റെ പേരിന് മുകളിൽ" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&പേരു് മാറ്റുക" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&പേരു് മാറ്റുക" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&പേരു് മാറ്റുക" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "സഹജമായ ഉപയോക്താവിന്റെ പേരു്:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "മാറ്റുക" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "അച്ചടിക്കുന്നതിനുമുമ്പ് കണ്ടുനോക്കുക" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "വിവരം" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "മാറ്റുക" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "മാറ്റുക" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "" @@ -6832,7 +7048,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6864,26 +7080,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6891,51 +7129,147 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "നിങ്ങള്‍ക്കു് ഈ വസ്തു ചവറ്റുകുട്ടയിലേക്കു് നീക്കണമോ?" msgstr[1] "നിങ്ങള്‍ക്കു് ഈ വസ്തു ചവറ്റുകുട്ടയിലേക്കു് നീക്കണമോ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "എസ്എസ്എല്‍" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "ഈ പ്രോഗ്രാമിനെ വിശ്വാസമില്ലെങ്കിൽ, റദ്ദാക്കുക്ക ക്ലിക്ക് ചെയ്യുക" +#~ msgid "Change Attribute" +#~ msgstr "ആട്രിബ്യൂട്ട് മാറ്റുക" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "ഫയൽ ആട്രിബ്യൂട്ടുകൾ മാറ്റുന്നതിന് റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "പകർപ്പ് പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് പ്രത്യേകാവകാശങ്ങൾ ആവശ്യമാണ്.നിങ്ങൾ തുടരാൻ " +#~ "ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "Delete Files" +#~ msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "ഇല്ലാതാക്കൽ പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. എന്നിരുന്നാലും, അങ്ങനെ " +#~ "ചെയ്യുന്നത് നിങ്ങളുടെ സിസ്റ്റത്തിന് കേടുവരുത്തിയേക്കാം. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "Create Folder" +#~ msgstr "അറ ഉണ്ടാക്കുക" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "ഈ അറ സൃഷ്ടിക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "Move Items" +#~ msgstr "ഇനങ്ങൾ നീക്കുക" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "നീക്കൽ പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "Rename" +#~ msgstr "പേരു് മാറ്റുക" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "പുനർനാമകരണം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "ഒരു സിംലിങ്ക് സൃഷ്ടിക്കാൻ റൂട്ട് അവകാശങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#~ msgid "Transfer data" +#~ msgstr "ഡാറ്റ കൈമാറുക" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "ഡാറ്റ കൈമാറ്റം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. നിങ്ങൾ തുടരാൻ ആഗ്രഹിക്കുന്നുവോ?" + +#, fuzzy +#~ msgid "Remove File" +#~ msgstr "ഫയലുകള്‍ വെട്ടിമാറ്റുക" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "ഡയറക്ടറി" + +#, fuzzy +#~ msgid "Open File" +#~ msgstr "1 ഫയല്‍" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "ഡയറക്ടറി" + +#, fuzzy +#~ msgid "Unknown Action" +#~ msgstr "അപരിചിതമായ ഹോസ്റ്റ്" + +#, fuzzy +#~ msgid "&Description:" +#~ msgstr "ലക്ഷ്യസ്ഥാനം" + +#~ msgid "&Filter:" +#~ msgstr "അരിപ്പ: (&F)" + +#, fuzzy +#~ msgid "Files and folders selected" +#~ msgstr "പ്രതീക്ഷിച്ചതു് ഒരു ഫോള്‍ഡറായിരുന്നു, എന്നാല്‍ %1 ഒരു ഫയലാണു്." + #~ msgid "New Folder..." #~ msgstr "പുതിയ ഫോള്‍ഡര്‍..." @@ -7505,10 +7839,6 @@ msgstr "ഈ പ്രോഗ്രാമിനെ വിശ്വാസമില #~ msgid "Space" #~ msgstr "സ്പേസ്" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "സ്വതവേയുള്ള" - #, fuzzy #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" @@ -7578,11 +7908,6 @@ msgstr "ഈ പ്രോഗ്രാമിനെ വിശ്വാസമില #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1-നുള്ള ഉടമസ്ഥാവകാശം മാറ്റുവാന്‍ സാധ്യമായില്ല." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "ഫയല്‍ &ഒട്ടിക്കുക" -#~ msgstr[1] "%1 ഫയലുകള്‍ &ഒട്ടിക്കുക" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "യുആര്‍എല്‍ &ഒട്ടിക്കുക" @@ -7891,18 +8216,10 @@ msgstr "ഈ പ്രോഗ്രാമിനെ വിശ്വാസമില #~ msgstr[0] "നിങ്ങള്‍ക്കു് ഈ വസ്തു വെട്ടിമാറ്റണമോ?" #~ msgstr[1] "നിങ്ങള്‍ക്കു് ഈ %1 വസ്തുക്കള്‍ വെട്ടിമാറ്റണമോ?" -#~ msgctxt "Verb" -#~ msgid "&Trash" -#~ msgstr "&ചവറ്റുകുട്ടയിലിടുക" - #, fuzzy #~ msgid "The file or folder %1 does not exist." #~ msgstr "%1 ഫയല്‍ അല്ലെങ്കില്‍ ഫോള്‍ഡര്‍ നിലവിലില്ല." -#, fuzzy -#~ msgid "&Username:" -#~ msgstr "&പേരു് മാറ്റുക" - #~ msgid "" #~ "Unable to start the cookie handler service.\n" #~ "You will not be able to manage the cookies that are stored on your " diff --git a/local/recipes/kde/kf6-kio/source/po/mr/kio6.po b/local/recipes/kde/kf6-kio/source/po/mr/kio6.po index 6ba98349bf..39166eb661 100644 --- a/local/recipes/kde/kf6-kio/source/po/mr/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/mr/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2013-02-23 17:39+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -29,25 +29,25 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "chetan@kompkin.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Und&o: Create File" msgid "Unable to create KIO worker: %1" msgstr "पूर्ववत करा : फाईल तयार करा (&O)" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -57,7 +57,7 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -67,7 +67,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,23 +77,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -188,195 +188,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "हलवित आहे" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "स्रोत" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "लक्ष्य" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "नाव बदला (&R)" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "प्रत करत आहे" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "संचयीका तयार करत आहे" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "संचयीका" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "काढून टाकत आहे" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "फाईल" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "साधन" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "सर्व फाईल्स" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "फाईल्स काढून टाका" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "कचरापेटीत टाका" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "नाव बदला (&R)" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Symlink बनवा" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -763,132 +665,137 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(अपरिचीत)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "तांत्रीक कारण :" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "विनंतीचा तपशील :" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • शिष्टाचार : %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • दिनांक व वेळ : %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • अधिक माहिती : %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "शक्यता असलेली कारणे :" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "शक्यता असलेली निराकरणे :" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(अपरिचीत)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -900,95 +807,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1063,24 +970,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1089,19 +996,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "असमर्थीत पद्धत : %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1109,174 +1016,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "अपरिचीत यजमान" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "प्रवेश नाकारला" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1284,12 +1191,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1298,34 +1205,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1334,58 +1241,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1393,36 +1300,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1439,24 +1346,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1464,7 +1371,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1472,31 +1379,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1504,7 +1411,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1512,56 +1419,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1569,208 +1476,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "स्मृती कमी पडली" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "अपरिचीत प्रॉक्सी यजमान" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "अपरिचीत त्रुटी" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1906,12 +1808,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1919,63 +1821,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -1983,112 +1885,112 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "File or Folder dropped onto itself" msgstr "क्लिपबोर्ड मधील मजकूरा करिता फाईल नाव :" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "निर्देशीत फाईल किंवा संचयीका प्रत करा" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Folder moved into itself" msgstr "क्लिपबोर्ड मधील मजकूरा करिता फाईल नाव :" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "निर्देशीत फाईल किंवा संचयीका प्रत करा" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Und&o: Create File" msgid "Unable to Create KIO Worker" msgstr "पूर्ववत करा : फाईल तयार करा (&O)" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2096,60 +1998,60 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, यास लिंक करा : %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2157,92 +2059,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2251,113 +2153,136 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "अपरिचीत शिष्टाचार : '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "तपशील (&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "कायमचे (&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "चालू ठेवा (&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "फक्त वर्तमान सत्र (&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "तुम्ही काढून टाकण्याची फाईल निवडली नाही." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "काढून टाकण्याकरिता काही नाही" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "तुम्ही कचरापेटीत टाकण्याची फाईल निवडली नाही." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "कचरापेटीत टाकण्याकरिता काही नाही" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "दिलेली संचयीका अस्तित्वात नाही किंवा वाचण्याजोगी नाही." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "मेन्यू" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "पालक संचयीका" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "मुख्य संचयीका" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "पुन्हा दाखल करा" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2365,214 +2290,214 @@ msgctxt "@action" msgid "New Folder…" msgstr "नवीन संचयीका" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "कचरापेटीत टाका" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "काढून टाका" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "अनुक्रमीत" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "स्थळ नाव" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "लहान दृश्य" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "दिनांका प्रमाणे" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "नोंद प्रकार" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "उतरत्या क्रमाने" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "उतरत्या क्रमाने" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "संचयीका आधी" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "लपलेल्या फाईल्स दर्शवा" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "लहान दृश्य" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "लहान दृश्य" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "तपशीलवार दृश्य" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "चिन्ह स्थिती" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "फाईल नावा शेजारी" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "फाईल नावा वर" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "लहान दृश्य" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "तपशीलवार दृश्य" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ट्री दृश्य" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "तपशीलवार ट्री दृश्य" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "लपलेल्या फाईल्स दर्शवा" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "पूर्वावलोकन दर्शवा" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "पूर्वावलोकन दर्शवा" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "गुणधर्म" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "दृश्य (&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "संचयीका आधी" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "संचयीका आधी" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "संचयीका आधी" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "संचयीका आधी" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "संचयीका आधी" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "एन्कोडिंग :" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "उघडा" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "असे साठवा" @@ -2626,42 +2551,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|सर्व फाईल्स" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "सर्व समर्थीत फाईल्स" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "सर्व फाईल्स" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "जागेची नोंद जोडा" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "जागेची नोंद संपादित करा" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2670,17 +2595,17 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "लेबल (&A):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "तपशीलवार लेबल येथे दाखल करा" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2689,29 +2614,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "स्थान (&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "चिन्ह निवडा (&I):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "%1 हा अनुप्रयोग वापरतानाच फक्त दर्शवा (&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2719,7 +2644,7 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Places" @@ -2727,27 +2652,27 @@ msgctxt "@item" msgid "Places" msgstr "जागा" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "काढून टाका" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "शोधा" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -2755,186 +2680,193 @@ msgctxt "@item" msgid "Devices" msgstr "साधने" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "मुख्य" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "संजाळ" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "कचरापेटी" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "फाईल्स काढून टाका" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "स्थान :" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "बदल दिनांक :" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not read file %1." msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "फाईल %1 वाचू शकत नाही." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "फाईल किंवा संचयीका %1 अस्तित्वात नाही." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "धोरण बदला (&P)..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "सोडा (&R) : '%1'" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "सोडा (&R) : '%1'" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "सुरक्षितपणे काढून टाका (&S): '%1'" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "सुरक्षितपणे काढून टाका (&S): '%1'" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "काढा" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "काढा" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "बाहेर काढ़ा" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' हे साधन डिस्क नाही. त्यामुळे ते बाहेर काढता येत नाही." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' हे वापरताना त्रुटी निर्माण झाली आहे, प्रणालीचा प्रतिसाद : %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' हे वापरताना त्रुटी निर्माण झाली आहे" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2945,19 +2877,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -2965,98 +2897,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "कचरापेटी रिकामी करा" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "जोडा" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "यामध्ये उघडा" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "नोंद जोडा..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "संपादित करा" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "काढून टाका" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "नोंद लपवा (&H) '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "नोंद लपवा (&H) '%1'" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "सर्व नोंदी दर्शवा (&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "लहान दृश्य" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3065,52 +2997,52 @@ msgctxt "" msgid "Auto Resize" msgstr "स्वयं शोधा (&E)" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ड्राइव्ह : %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "तुम्ही फक्त एक फाईल निवडू शकता" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "एका पेक्षा जास्त फाईल्स पुरविल्या" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "तुम्ही फक्त स्थानिक फाईल्स निवडू शकता" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "दूरस्थ फाईल्स स्वीकारल्या जाणार नाहीत" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3121,47 +3053,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "एका पेक्षा जास्त संचयीका पुरविल्या" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "फाईल्स व संचयीका निवडल्या" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" हि फाईल आढळली नाही" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "फाईल उघडू शकत नाही" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3169,44 +3076,44 @@ msgid "" "you to file:/home.
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "संचारण इतिहास अंतर्गत एक पायरी मागे जाण्यासाठी हे बटन क्लिक करा." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "संचारण इतिहास अंतर्गत एक पायरी पुढे जाण्यासाठी हे बटन क्लिक करा." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "वर्तमान स्थानाचा मजकूर पुन्हा दाखल करण्याकरिता हे बटन क्लिक करा." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "नवीन संचयीका तयार करण्याकरिता या बटनावर क्लिक करा." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "जागा संचारण पटल दर्शवा" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "ओळखचिन्ह दर्शवा" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "लपलेल्या फाईल्स दर्शवा" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "पर्याय" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3216,12 +3123,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ओळखचिन्ह" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3231,12 +3138,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "नाव (&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "पूर्ववत करा : नाव बदला (&O)" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "फाईल नाव :" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "लपलेल्या फाईल्स दर्शवा" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3245,87 +3178,93 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "साठवल्या जाणाऱ्या फाईलचे हे नाव आहे." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "उघडावयाच्या फाईलचे हे नाव आहे." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "जागा" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" फाईल आधीपासूनच अस्तित्वात आहे, तुम्हाला ती खोडून पुन्हा लिहायची आहे का?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "फाईल खोडून पुन्हा लिहायची का?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "तुम्ही फक्त स्थानिक फाईल्स निवडू शकता." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "दूरस्थ फाईल्स स्वीकारल्या जाणार नाहीत" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|सर्व संचयीका" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "संचयीका तयार करा" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "उघडा (&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "चिन्ह आकार : %1 पिक्सेल्स" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "स्वयंचलितरित्या फाईलनाव विस्तारण निवडा (%1) (&X)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "विस्तारण %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "स्वयंचलितरित्या फाईलनाव विस्तारण निवडा (&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "एक अनुकूल विस्तारण" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3341,67 +3280,27 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "गाळणी (&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "गाळणी (&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "नवीन फाईल प्रकार तयार करा" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "क्षमा करा" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "रचना फाईल %1 अस्तित्वात नाही." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL ला लिंक करा" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3409,7 +3308,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "वेगळे नाव दाखल करा" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "क्षमा करा" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "रचना फाईल %1 अस्तित्वात नाही." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Symlink बनवा" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL ला लिंक करा" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3417,7 +3347,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3428,7 +3358,7 @@ msgid "" "default." msgstr "\"%1\" हे नाव टिंबाने सुरु होते त्यामुळे हि संचयीका मूलभूतरित्या लपवली जाईल." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3437,71 +3367,79 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "A file or folder named %1 already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "%1 नावाची फाईल किंवा संचयीका अगोदरच अस्तित्वात आहे." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file or folder named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 नावाची फाईल किंवा संचयीका अगोदरच अस्तित्वात आहे." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "नवीन तयार करा" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "साधनाला लिंक करा" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "नवीन संचयीका" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3511,59 +3449,109 @@ msgstr "" "यामध्ये नवीन संचयीका तयार करा :\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "वेगळे नाव दाखल करा" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "मूलभूत" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "नवीन फाईल प्रकार तयार करा" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "वेगळे नाव दाखल करा" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "चिन्ह निवडा (&I):" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "प्रत करा" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "चिटकवा" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "यामध्ये उघडा" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "यामध्ये उघडा" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "संपादित करा" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "संचारण करा" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "पूर्ण मार्ग दर्शवा" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3575,6 +3563,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "जागा" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3599,41 +3596,41 @@ msgstr "इतर" msgid "Edit mode" msgstr "संपादित करा" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "स्थान संचारणासाठी क्लिक करा" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "स्थान संपादनासाठी क्लिक करा" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1 दाखल केले" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3661,13 +3658,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "%1 करिता साधनात मीडिया नाही" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3675,29 +3678,29 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 दाखल केले" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "\"%1\" हि फाईल आढळली नाही" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3705,27 +3708,27 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The template file %1 does not exist." msgid "" @@ -3733,12 +3736,12 @@ msgid "" "%2." msgstr "रचना फाईल %1 अस्तित्वात नाही." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3746,13 +3749,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "फाईल उघडू शकत नाही" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -3833,73 +3836,68 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "एक्झि" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "स्टीफन कुलोव" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr " %1 करिता एसीएल निश्चित करत आहे" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -3908,7 +3906,7 @@ msgstr "" "पुढील करिता परवानगी बदलू शकत नाही\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "" #| "Could not change permissions for\n" @@ -3921,129 +3919,38 @@ msgstr "" "पुढील करिता परवानगी बदलू शकत नाही\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could not read file %1." +msgid "Could not open temporary file" +msgstr "फाईल %1 वाचू शकत नाही." + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" कार्यक्रम सापडला नाही" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" कार्यक्रम सापडला नाही" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "प्रगत परवानगी" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "परवानगी" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "काढून टाका" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "संचयीका" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "संचयीका तयार करा" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "परवानगी" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "फाईल व्यवस्थापक उघडा" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "संचयीका" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "फाईल नाव :" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ड्राइव्ह : %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown Action" -msgstr "अपरिचीत यजमान" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "फाईलला %1 पासून %2 वर प्रत करू शकत नाही. (त्रुटी क्र.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 करिता साधनात मीडिया नाही" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "%1 या दिलेल्या वापरकर्ता नावाकरिता वापरकर्ता आईडी प्राप्त करू शकत नाही" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "%1 या दिलेल्या समूह नावाकरिता समूह आईडी प्राप्त करू शकत नाही" @@ -4086,32 +3993,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "या साइटवर प्रवेश करण्याकरिता तुमचे वापरकर्ता नाव व गुप्तशब्द देणे गरजेचे आहे." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "साइट :" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "प्रवेश ठीक आहे" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 यात प्रवेश करू शकत नाही." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4119,7 +4026,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1 दाखल केले" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4128,12 +4035,12 @@ msgstr "" "कोणत्याही साइटवर प्रवेशाची परवानगी मिळण्यापूर्वी खाली दिलेल्या प्रॉक्सी सर्व्हर करिता " "तुमचे वापरकर्ता नाव व गुप्तशब्द देणे गरजेचे आहे." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "प्रॉक्सी :" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "प्रॉक्सी अधिप्रमाणन अपयशी." @@ -4186,101 +4093,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "सर्व्हर अधिप्रमाणन" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 येथे %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "अन्यथा, विनंती यशस्वी झाली असती." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "गुणधर्म मूल्ये बाहेर काढा" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "गुणधर्म मूल्ये निश्चित करा" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "विनंतीकृत संचयीका तयार करा" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीका प्रत करा" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीका हलवा" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "निर्देशीत संचयीकेत शोधा" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीका कुलूपबंद करा" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीकेचे कुलूप काढून टाका" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीका काढून टाका" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "सर्व्हरची क्षमता शोधा" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "निर्देशीत फाईल किंवा संचयीकेतील मजकूर बाहेर काढा" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "निर्देशीत संचयीकेत अहवाल चालवा" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 चा प्रयत्न करताना (%1) एक अनपेक्षीत त्रुटी आढळली." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4288,20 +4195,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4311,28 +4218,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4340,25 +4247,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "अपलोड %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4371,16 +4278,16 @@ msgstr "" msgid "Network" msgstr "संजाळ" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "सदोषीत URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4389,12 +4296,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4427,7 +4334,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4451,19 +4358,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "अधिप्रमाण संवाद" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "प्रवेश नाकारला" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4571,41 +4478,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4615,9 +4522,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "गणना करा" @@ -4626,139 +4533,226 @@ msgstr "गणना करा" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 दाखल केले" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "पुन्हा विचारु नका" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "एक्झि" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "उघडा (&O)" -#: widgets/fileundomanager.cpp:123 +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 मध्ये उघडा (&O)" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" +msgid "Would you like to launch this file?" msgstr "" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "संचयीका तयार करत आहे" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "स्रोत" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "लक्ष्य" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "प्रत करत आहे" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "हलवित आहे" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "नाव बदला (&R)" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "कचरापेटीत टाका" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "काढून टाकत आहे" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "पूर्ववत करा (&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "पूर्ववत करा : प्रत करा (&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "पूर्ववत करा : लिंक करा (&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "पूर्ववत करा : हलवा (&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "पूर्ववत करा : नाव बदला (&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "पूर्ववत करा : कचरापेटी (&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create Folder(s)" msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "पूर्ववत करा : फाईल तयार करा (&O)" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "Und&o: Rename" msgid "Und&o: Batch Rename" msgstr "पूर्ववत करा : नाव बदला (&O)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "पूर्ववत करा : प्रत करा (&O)" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "पूर्ववत करा : लिंक करा (&O)" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "पूर्ववत करा : हलवा (&O)" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "पूर्ववत करा : नाव बदला (&O)" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "पूर्ववत करा : कचरापेटी (&O)" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "पूर्ववत करा : फाईल तयार करा (&O)" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "पूर्ववत करा : नाव बदला (&O)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4767,12 +4761,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "पूर्ववत करा प्रत करा पुष्टिकरण" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4781,23 +4775,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "नोंद काढून टाका" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "नोंद काढून टाका" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4809,7 +4804,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4817,13 +4812,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "कचरापेटी रिकामी करा" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4831,7 +4826,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4926,7 +4921,7 @@ msgstr "मालक" msgid "Owning Group" msgstr "मालक समूह" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "इतर" @@ -5000,66 +4995,66 @@ msgstr "" msgid "Updating system configuration…" msgstr "प्रणाली प्रॉक्सी संयोजनाचा वापर करा :" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "नाव" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "आकार" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "दिनांक" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "परवानगी" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "मालक" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "समूह" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "प्रकार" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "यामध्ये उघडा (&W): %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "क्रिया (&A)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5067,7 +5062,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "यामध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5075,18 +5070,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "यामध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "एक्झि" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "%1 मध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 मध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5094,20 +5096,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "यामध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "यामध्ये उघडा (&O)" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "अनुप्रयोग (&A)" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5115,120 +5117,138 @@ msgid_plural "%1 items" msgstr[0] "%1 घटक" msgstr[1] "%1 घटक" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "अपरिचीत" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "थांबा" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted From:" -msgstr "आरोहण बींदू :" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "प्रकार :" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "स्थान :" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "आकार :" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "बदलवा (&h)..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "मजकूर :" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "यामध्ये उघडा :" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "बदलवा (&h)..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "स्थान :" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "आकार :" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "थांबा" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "बदल दिनांक :" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "इशारा" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "तयार केले :" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "फाईल प्रणाली :" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "अपरिचीत यजमान" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted On:" -msgstr "आरोहण बींदू :" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "बदल दिनांक :" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "वापरले :" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "फाईल प्रणाली :" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "यामध्ये उघडा" +#| msgid "Mount point:" +msgid "Mounted on:" +msgstr "आरोहण बींदू :" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mount point:" +msgid "Mounted from:" +msgstr "आरोहण बींदू :" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "अपरिचीत यजमान" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5496,21 +5516,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "वर्णन (&D):" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "वापरकर्ता नाव (&U):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5523,7 +5546,7 @@ msgstr "टीप (&E):" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "पूर्वनिश्चित प्रॉक्सी एनवायर्नमेन्ट वेरीयेबलचा वापर करा (&v)" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5692,7 +5715,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5700,39 +5723,60 @@ msgid "" "%1
    ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "सामान्य (&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "वेगळे नाव दाखल करा" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ताजे करा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "अपरिचीत यजमान" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5741,181 +5785,187 @@ msgstr "" "मोजत आहे... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 फाईल" msgstr[1] "%1 फाईल्स" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 उप-संचयीका" msgstr[1] "%1 उप-संचयीका" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "मोजत आहे..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "कमीतकमी %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "नवीन फाईल नाव रिकामे आहे" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "समर्थीत फाईल प्रकार (&S):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "अनुप्रयोग निवडा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "तयार केले :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "बदलवा (&h)..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "वापरले :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "मजकूर बघू व बदलू शकतो" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "मजकूर बघू शकतो" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "मजकूर बघू व बदलू शकतो" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "मजकूर बघू शकतो" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "बघू/वाचू व बदलू/लिहू शकतो" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "परवानगी (&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "प्रवेश परवानगी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "मालक (&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "समूह (&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "इतर (&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "मूलभूत वापरकर्ता नाव :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "एक्झि" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5923,49 +5973,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "प्रगत परवानगी (&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "मालकी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "वापरकर्ता :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "समूह :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "प्रगत परवानगी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "वर्ग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -5974,22 +6024,22 @@ msgstr "" "नोंदी\n" "दर्शवा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "वाचा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -5998,198 +6048,188 @@ msgstr "" "नोंदी\n" "लिहा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "लिहा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "दाखल करा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "एक्झि" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "विशिष्ठ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "वापरकर्ता" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "समूह" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID निश्चित करा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID निश्चित करा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "स्टिकी" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "लिंक" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "मोजत आहे..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6197,56 +6237,75 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "नवीन फाईल नाव रिकामे आहे" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "नवीन फाईल नाव रिकामे आहे" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "मोजत आहे..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "अनुप्रयोग (&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6349,36 +6408,41 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "धोरण बदला (&P)..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "फाईल संवाद उघडा" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "क्लिपबोर्ड मधील मजकूरा करिता फाईल नाव :" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "फाईल चिटकवा (&P)" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "क्लिपबोर्ड मजकूर चिटकवा (&P)" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Parent Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "पालक संचयीका" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6386,7 +6450,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "फाईल चिटकवा (&P)" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6394,96 +6458,108 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "क्लिपबोर्ड मजकूर चिटकवा (&P)" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "चिटकवा" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "डेटा स्वरूप :" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "क्लिपबोर्ड मधील मजकूरा करिता फाईल नाव :" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "क्लिपबोर्ड मधील मजकूरा करिता फाईल नाव :" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "ड्राइव्ह : %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "आकार :" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "सर्वांकरिता लागू करा (&Y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "नाव बदला (&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "नवीन नाव सुचवा (&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "वगळा (&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "यामध्ये लिहा (&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6492,163 +6568,143 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "फाईल खोडून पुन्हा लिहायची का?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "पुन्हा सुरु करा (&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "चालू ठेवा (&O)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "स्रोत" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "लक्ष्य" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "विस्तारण %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "विस्तारण %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "विस्तारण %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "विस्तारण %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "नवीन फाईल नाव रिकामे आहे" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "नवीन फाईल नाव रिकामे आहे" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "नवीन फाईल नाव रिकामे आहे" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "सर्व फाईल्स" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "नाव बदला :" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "नाव बदला (&R)" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "नाव बदला (&R)" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "नाव बदला (&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "फाईल नाव :" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file or folder named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 नावाची फाईल किंवा संचयीका अगोदरच अस्तित्वात आहे." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -6657,39 +6713,203 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "निवडलेले ओळखकर्ता पाठ्य बदला." msgstr[1] "निवडलेले ओळखकर्ता पाठ्य बदला." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "File name:" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "फाईल नाव :" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "निवडलेले ओळखकर्ता पाठ्य बदला." +msgstr[1] "निवडलेले ओळखकर्ता पाठ्य बदला." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "बदला" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "यामध्ये उघडा" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "बदला" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "निवडलेले ओळखकर्ता पाठ्य बदला." +msgstr[1] "निवडलेले ओळखकर्ता पाठ्य बदला." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "वेगळे नाव दाखल करा" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "वेगळे नाव दाखल करा" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "नाव बदला (&R)" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "नाव बदला (&R)" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "नाव बदला (&R)" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "मूलभूत वापरकर्ता नाव :" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "बदला" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "पूर्वावलोकन दर्शवा" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "माहिती" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "बदला" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "बदला" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "वगळा" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6775,7 +6995,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6807,26 +7027,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -6836,38 +7078,38 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "हा घटक तुम्हाला काढून टाकायचा आहे का?" msgstr[1] "हा घटक तुम्हाला काढून टाकायचा आहे का?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "पुन्हा विचारु नका" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "पुन्हा विचारु नका" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "पुन्हा विचारु नका" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "परस्पर SSL प्रमाणपत्र श्रृंखला सदोषीत आहे असे दिसून येते." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -6875,17 +7117,126 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "इशारा" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "यामध्ये उघडा" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "फाईल प्रणाली :" + +#~ msgid "Delete Files" +#~ msgstr "फाईल्स काढून टाका" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "पूर्ववत करा : संचयीका तयार करा (&O)" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "कचरापेटीत टाका" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "नाव बदला (&R)" + +#~ msgid "Setting ACL for %1" +#~ msgstr " %1 करिता एसीएल निश्चित करत आहे" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "प्रगत परवानगी" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "परवानगी" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "काढून टाका" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "संचयीका" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "परवानगी" + +#, fuzzy +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "फाईल व्यवस्थापक उघडा" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "संचयीका" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "फाईल नाव :" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ड्राइव्ह : %1" + +#, fuzzy +#~| msgid "Unknown Host" +#~ msgid "Unknown Action" +#~ msgstr "अपरिचीत यजमान" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "ओळखचिन्ह दर्शवा" + +#, fuzzy +#~| msgid "File name:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "फाईल नाव :" + +#~ msgid "&Description:" +#~ msgstr "वर्णन (&D):" + +#~ msgid "Do not ask again" +#~ msgstr "पुन्हा विचारु नका" + +#~ msgid "&Filter:" +#~ msgstr "गाळणी (&F):" + +#~ msgid "More than one folder provided" +#~ msgstr "एका पेक्षा जास्त संचयीका पुरविल्या" + +#~ msgid "Files and folders selected" +#~ msgstr "फाईल्स व संचयीका निवडल्या" + #~ msgid "Is &executable" #~ msgstr "एक्झिक्युटेबल आहे (&E)" @@ -7409,12 +7760,6 @@ msgstr "" #~ msgstr[0] "1 दिवस %2" #~ msgstr[1] "%1 दिवस %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "इशारा" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -7466,12 +7811,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "मूलभूत गुप्तशब्द :" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "मूलभूत" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -7543,11 +7882,6 @@ msgstr "" #~ msgid "Unmount" #~ msgstr "काढा" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "फाईल चिटकवा (&P)" -#~ msgstr[1] "%1 फाईल्स चिटकवा (&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL चिकटवा (&P)" @@ -7646,9 +7980,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "विन्स द्वारे अनमाऊंटिंग समर्थीत नाही." -#~ msgid "File name:" -#~ msgstr "फाईल नाव :" - #~ msgid "&Use cache" #~ msgstr "कॅशे वापरा (&U)" @@ -7773,9 +8104,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "फक्त वाचण्यासाठी" -#~ msgid "File system:" -#~ msgstr "फाईल प्रणाली :" - #~ msgid "Mount point:" #~ msgstr "आरोहण बींदू :" @@ -8029,9 +8357,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "जर आदेश अस्तित्वात असेल तर बंद करू नका (&D)" -#~ msgid "&Username:" -#~ msgstr "वापरकर्ता नाव (&U):" - #~ msgid "" #~ "Unable to start the cookie handler service.\n" #~ "You will not be able to manage the cookies that are stored on your " @@ -8040,9 +8365,6 @@ msgstr "" #~ "कूकी हाताळणी सेवा प्रारंभ करण्यास अपयशी.\n" #~ "तुम्ही संगणकावरील संचयीत कूकीज व्यवस्थापीत करू शकणार नाही." -#~ msgid "Open with:" -#~ msgstr "यामध्ये उघडा :" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/ms/kio6.po b/local/recipes/kde/kf6-kio/source/po/ms/kio6.po index 54ddad38fe..2f4124b8d8 100644 --- a/local/recipes/kde/kf6-kio/source/po/ms/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ms/kio6.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2021-02-09 09:02+0800\n" "Last-Translator: ye-yu \n" "Language-Team: Malay \n" @@ -29,12 +29,12 @@ msgstr "" "jackfudson@gmail.com,md_najmi@yahoo.com,sharuzzaman@myrealbox.com," "opensource@mimos.my" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Gagal mengubah keizinan untuk %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "Tidak dapat ubah keempunyaan fail %1. Anda tidak mempunyai " "capaian yang cukup kepada fail untuk melakukan perubahan." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Tidak dapat mencipta io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -67,7 +67,7 @@ msgstr "" "Gagal mencipta symlink %1.\n" "Semak keizinan." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +87,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Folder Sudah Wujud" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fail Sudah Wujud" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Sudah Wujud sebagai Folder" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format msgid "Trash" msgstr "&Tong Sampah" @@ -196,207 +196,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Mengalih" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Sumber" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinasi" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "Namakan Semula" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Menyalin" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Mencipta Folder" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Folder" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Memadam" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fail" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Memeriksa" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Memindah" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Melekap" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Peranti" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Titik lekap" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Nyahlekap" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Ubah Ciri-ciri" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Hak root diperlukan untuk mengubah ciri-ciri fail. Adakah anda mahu " -"meneruskan?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Sail Fail-fail" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi menyalin. Adakah anda mahu " -"meneruskan?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Padam Fail-fail" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi memadam. Tetapi, ini mungkin " -"akan merosakkan sistem anda. Adakah anda mahu meneruskan?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Cipta Folder" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi mencipta folder ini. Adakah anda " -"mahu meneruskan?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Alihkan Item-item" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi mengalih. Adakah anda mahu " -"meneruskan?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Namakan Semula" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi mengubah nama. Adakah anda mahu " -"meneruskan?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Cipta Pautan Simbolik" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi mencipta pautan simbolik. Adakah " -"anda mahu meneruskan?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Pindah data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Hak root diperlukan untuk melakukan operasi memindah data. Adakah anda mahu " -"meneruskan?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -830,6 +720,11 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -839,65 +734,65 @@ msgstr "" "%2\n" "Sila hantarkan laporan penuh pepijat ke http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(tidak diketahui)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Sebab teknikal: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Perincian permintaan:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "" -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Tarikh dan masa: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Maklumat tambahan: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Punca mungkin termasuk:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Penyelesaian mungkin termasuk:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(tidak diketahui)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -906,17 +801,17 @@ msgstr "" "Hubungi sistem sokongan komputer anda yang sesuai, sama ada pentadbir " "sistem, atau kumpulan sokongan teknikal untuk bantuan lanjut." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Hubungi pentadbir pelayan untuk bantuan lanjut." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Semak keizinan akses anda tentang sumber ini." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -925,7 +820,7 @@ msgstr "" "Keizinan akses anda mungkin tidak mencukupi untuk melaksanakan operasi yang " "diminta oleh sumber ini." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -933,7 +828,7 @@ msgstr "" "Fail ini mungkin sedang digunakan (justeru dikunci) oleh pengguna atau " "aplikasi lain." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -942,18 +837,18 @@ msgstr "" "Semak untuk memastikan tiada aplikasi atau pengguna lain yang sedang " "menggunakan fail atau telah mengunci fail tersebut." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Walaupun jarang sekali berlaku, ralat perkakasan mungkin telah berlaku." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Anda mungkin telah menemui pepijat di dalam program." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -963,7 +858,7 @@ msgstr "" "pertimbangkan untuk mengemukakan laporan lengkap pepijat seperti yang " "dihuraikan di bawah." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -972,7 +867,7 @@ msgstr "" "Kemas kini perisian anda kepada versi terkini. Agihan anda semestinya " "telahpun menyediakan alat untuk mengemas kini perisian anda." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -993,12 +888,12 @@ msgstr "" "maklumat ini ke dalam laporan pepijat anda, bersama-sama perincian lain yang " "anda fikir boleh membantu." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Mungkin terdapat masalah di dalam sambungan rangkaian anda." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1008,7 +903,7 @@ msgstr "" "anda boleh mengakses Internet baru-baru ini tanpa menghadapi masalah, hal " "ini mungkin tidak benar." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1017,42 +912,42 @@ msgstr "" "Mungkin terdapat masalah di beberapa tempat sepanjang laluan rangkaian di " "antara pelayan dengan komputer ini." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Cuba lagi, samada sekarang atau kemudian." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Ralat protokol atau ketidakserasian mungkin telah berlaku." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Pastikan sumber wujud, dan cuba lagi." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Sumber yang ditentukan mungkin tidak wujud." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Sila pastikan anda telah memasukkan lokasi yang betul dan cuba lagi." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Semak status sambungan rangkaian anda." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Tidak Dapat Buka Sumber Untuk Baca" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "tidak boleh didapatkan kembali kerana akses baca tidak dapat diperoleh." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Anda mungkin tidak mempunyai keizinan untuk membaca fail atau membuka folder." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Tidak Dapat Sumber Untuk Menulis" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1082,17 +977,17 @@ msgstr "" "yang diminta kerana akses dengan keizinan untuk menulis tidak dapat " "diperoleh." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Tidak Dapat Melancarkan Proses Yang Diperlukan oleh Protokol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Tidak Dapat Melancarkan Proses" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 tidak dapat dimulakan. Ini biasanya disebabkan oleh alasan " "teknikal." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1114,12 +1009,12 @@ msgstr "" "dikemas kini dengan kemas kini terkini KDE. Ini boleh menyebabkan program " "jadi tidak serasi dengan versi semasa, justeru program tidak akan bermula." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Ralat Dalaman" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 telah melaporkan ralat dalaman." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL Tidak Diformat Dengan Betul" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokil://pengguna:katalalulan@www." "contoh.org:port/folder/namafail.extensi?kueri=nilai" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokol Tidak Disokong %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1161,12 +1056,12 @@ msgstr "" "Protokol %1 tidak disokong oleh program KDE yang masa ini " "dipasang dalam komputer anda." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Protokol yang diminta mungkin tidak disokong." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1175,7 +1070,7 @@ msgstr "" "Versi %1 protokol disokong oleh komputer ini dan pelayan mungkin tidak " "serasi." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1192,17 +1087,17 @@ msgstr "" "termasuk http://kde-apps.org/ dan http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL Tidak Merujuk kepada Sumber" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol ialah Protokol Penapis" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LPelokasi Sumber Seragam " "(URL) yang anda masukkan tidak merujuk kepada sumber khusus." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1224,12 +1119,12 @@ msgstr "" "bukanlah satu daripada situasi ini. Ini peristiwa yang jarang berlaku, dan " "berkemungkinan menandakan ralat pemprograman." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Tindakan Tidak Disokong: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1238,7 +1133,7 @@ msgstr "" "Tindakan yang diminta tidak disokong oleh program KDE yang melaksanakan " "protokol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1249,17 +1144,17 @@ msgstr "" "memberikan maklumat yang lebih daripada yang boleh didapatkan kepada seni " "bina input/output KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Cuba mencari cara lain untuk mencapai hasil yang sama." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fail Dijangkakan" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1268,17 +1163,17 @@ msgstr "" "Permintaan menjangkakan sebuah fail, tetapi folder %1 yang " "ditemui." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ini mungkin ralat dalam pelayan." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Folder Dijangkakan" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1287,17 +1182,17 @@ msgstr "" "Permintaan menjangkakan sebuah folder, bagaimanapun fail %1 " "yang ditemui." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fail atau Folder Tidak Wujud" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Fail atau folder yang dinyatakan %1 tidak wujud." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1306,22 +1201,22 @@ msgstr "" "Fail yang diminta tidak dapat dicipta kerana fail dengan nama yang sama " "sudah wujud." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Cuba alihkan fail dahulu, kemudian cuba lagi." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Hapuskan fail semasa dan cuba lagi." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Pilih nama fail gantian untuk fail baru." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1330,27 +1225,27 @@ msgstr "" "Folder yang diminta tidak dapat dicipta kerana folder dengan nama yang sama " "sudah wujud." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Cuba alihkan folder semasa dahulu, kemudian cuba lagi." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Hapuskan folder semasa dan cuba lagi." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Pilih nama gantian untuk folder baru." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Hos Tidak Diketahui" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1359,7 +1254,7 @@ msgstr "" "Ralat hos yang tidak diketahui menunjukkan bahawa pelayan dengan nama yang " "diminta, %1, tidak dapat dikesan dalam Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1367,29 +1262,29 @@ msgstr "" "Nama yang anda taip, %1, mungkin tidak wujud: ia mungkin tidak ditaip dengan " "betul." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Akses Dinafikan" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Akses dinafikan ke sumber yang dinyatakan, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Anda mungkin telah memberikan perincian pengesahan tidak betul atau tiada " "langsung." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Akaun anda mungkin tiada keizinan untuk akses sumber yang dinyatakan." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1398,24 +1293,24 @@ msgstr "" "Cuba semula permintaan dan pastikan perincian pengesahan anda dimasukkan " "dengan betul." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Akses Tulis Dinafikan" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Ini bermakna cubaan untuk menulis ke fail %1 ditolak." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Tidak Dapat Masuk Folder" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1424,17 +1319,17 @@ msgstr "" " Ini bermakna cubaan untuk masuk (dalam kata lain, untuk buka) folder yang " "diminta %1 ditolak." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Penyenaraian Folder Tidak Tersedia" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 bukan sebuah sistem fail" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1445,12 +1340,12 @@ msgstr "" "folder, dan program KDE yang menyokong protokol ini tidak dapat berbuat " "demikian." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Pautan Siklik Dikesan" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1463,7 +1358,7 @@ msgstr "" "terhasil dalam gelung tidak terhingga - iaitu fail (mungkin seperti dalam " "bulatan) terpaut pada dirinya sendiri." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1472,27 +1367,27 @@ msgstr "" "Hapuskan satu bahagian gelung secara yang tidak menyebabkan gelung tidak " "terhingga, dan cuba lagi." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Permintaan Dihenti Paksa Oleh Pengguna" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Permintaan tidak dilengkapkan kerana ia dihenti paksa" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Cuba semula permintaan." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Pautan Siklik Yang Dikesan Semasa Menyalin" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1505,17 +1400,17 @@ msgstr "" "pautan atau satu siri pautan yang terhasil dalam gelung tidak terhingga - " "iaitu fail (mungkin seperti dalam bulatan) terpaut pada dirinya sendiri." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Tidak Dapat Mencipta Sambungan Rangkaian" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Tidak Dapat Cipta Soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1524,8 +1419,8 @@ msgstr "" "Ini ialah ralat yang agak teknikal yang mana peranti yang diperlukan untuk " "komunikasi rangkaian (sebuah soket) tidak dapat dicipta." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1534,12 +1429,12 @@ msgstr "" "Sambungan rangkaian mungkin tidak ditetapkan dengan betul, atau rangkaian " "antara muka mungkin tidak diaktifkan." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Sambungan ke Pelayan Ditolak" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1548,7 +1443,7 @@ msgstr "" "Pelayan %1 enggan membenarkan komputer ini membuat " "sambungan." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1557,7 +1452,7 @@ msgstr "" "Pelayan, meskipun masa ini disambungkan ke Internet, mungkin tidak " "ditetapkan untuk membenarkan permintaan." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1566,7 +1461,7 @@ msgstr "" "Pelayan, meskinpun masa ini disambungkan ke Internet, mungkin tidak " "menjalankan servis yang diminta (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1577,12 +1472,12 @@ msgstr "" "melindungi rangkaian anda atau rangkaian pelayan, mungkin telah mengganggu " "dan menghalang permintaan ini." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Sambungan ke Pelayan Ditutup Tanpa Dijangka" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1591,7 +1486,7 @@ msgstr "" "Walaupun sambungan ke %1 dicapai, sambungan ditutup pada " "masa tidak dijangka dalam komunikasi." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1600,17 +1495,17 @@ msgstr "" "Ralat protokol mungkin telah berlaku menyebabkan pelayan menutup sambungan " "sebagai respons kepada ralat." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Sumber URL Tidak Sah" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 bukan Protokol Penapis" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1634,17 +1529,17 @@ msgstr "" "protokol ini tidak berupaya untuk tindakan tersebut. Ini adalah kejadian " "yang jarang berlaku dan mungkin menandakan ralat pemprograman." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Tidak Dapat Memulakan Peranti Input/Output" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Tidak Dapat Lekap Peranti" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1653,7 +1548,7 @@ msgstr "" "Peranti yang diminta tidak dapat dimulakan (\"dilekap\"). Ralat yang " "dilaporkan ialah: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1664,7 +1559,7 @@ msgstr "" "media boleh buang (iaitu tiada CD-ROM dalam pemacu CD,) atau dalam kes " "peranti periferal/mudah alih, peranti mungkin tidak disambung dengan betul." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1675,7 +1570,7 @@ msgstr "" "Dalam sistem UNIX, sering kali kelebihan pentadbir sistem diperlukan untuk " "memulakan peranti." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1684,17 +1579,17 @@ msgstr "" "Pastikan peranti sedia; pemacu boleh buang mesti mengandungi media, dan " "peranti mudah alih mesti disambungkan dan berkuasa; dan cuba lagi." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Tidak dapat Menyahmula Peranti Input/Output" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Tidak Dapat Nyahlekap Peranti" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1703,7 +1598,7 @@ msgstr "" "Peranti yang diminta tidak dapat dinyahmula (\"nyahlekap\"). Ralat yang " "dilaporkan ialah: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1714,7 +1609,7 @@ msgstr "" "lain. Malah, hal seperti membuka tetingkap pelayar dalam lokasi dalam " "peranti ini mungkin menyebabkan peranti kekal digunakan." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1725,17 +1620,17 @@ msgstr "" "sistem UNIX, kelebihan pentadbir sistem sering diperlukan untuk menyahmula " "peranti." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Semak bahawa tiada aplikasi yang mengakses peranti, dan cuba lagi." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Tidak Dapat Baca Dari Sumber" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1744,17 +1639,17 @@ msgstr "" "Ini bermakna walaupun sumber, %1, dapat dibuka, ralat " "berlaku semasa membaca kandungan sumber." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Anda mungkin tidak mempunyai keizinan untuk membaca dari sumber." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Tidak Dapat Tulis ke Sumber" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1763,22 +1658,22 @@ msgstr "" "Ini bermakna walaupun sumber, %1, dapat dibuka, ralat " "berlaku semasa menulis ke sumber." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Anda mungkin tidak mempunyai keizinan untuk menulis ke sumber" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Gagal Mendengar untuk Sambungan Rangkaian" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Gagal Menambat" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1789,17 +1684,17 @@ msgstr "" "rangkaian (soket) tidak dapat dicapai untuk mendengar sambungan rangkaian " "yang masuk." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Gagal Mendengar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Gagal Menerima Sambungan Rangkaian" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1808,34 +1703,34 @@ msgstr "" "Ini adalah ralat yang agak teknikal yang mana ralat berlaku semasa cuba " "menerima sambungan rangkaian yang masuk." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Anda mungkin tiada keizinan untuk menerima sambungan." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Tidak Dapat Log Masuk: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Cubaan log masuk untuk melaksanakan operasi yang diminta tidak berjaya." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Tidak Dapat Menentukan Status Sumber" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Tidak Dapat Mulakan Sumber" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1844,70 +1739,70 @@ msgstr "" "Cubaan untuk menentukan maklumat tentang status sumber %1, " "seperti nama sumber, jenis, saiz, dan sebagainya berjaya." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Sumber yang dinyatakan mungkin tidak wujud atau mungkin tidak boleh akses." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Gagal Membatalkan Penyenaraian" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Dokumenkan" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Gagal Mencipta Folder" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Cubaan untuk mencipta folder yang diminta gagal." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokasi tempat folder hendak dicipta mungkin tidak wujud." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Tidak Dapat Buang Folder" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Cubaan untuk membuang folder yang dinyatakan, %1, gagal." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Folder yang dinyatakan mungin tidak wujud." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Folder yang dinyatakan mungkin tidak kosong." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Pastikan folder tersebut wujud dan kosong, dan cuba lagi." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Tidak Dapat Sambung Pemindahan Fail" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1916,34 +1811,34 @@ msgstr "" "Permintaan yang dinyatakan meminta pemindahan fail %1 " "disambung di titik tertentu pemindahan. Ini tidak mungkin." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, atau pelayan, mungkin tidak menyokong penyambungan fail." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Cuba lagi permintaan tanpa cuba menyambung pemindahan." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Tidak Dapat Menamakan Semula Sumber" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Cubaan untuk menamakan semula sumber yang dinyatakan %1 " "gagal." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Tidak Dapat Mengubah Keizinan Sumber" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 gagal." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Tidak Dapat Mengubah Keizinan Sumber" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 gagal." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Tidak Dapat Hapuskan Sumber" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Cubaan untuk menghapuskan sumber yang dinyatakan %1 gagal." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Penamatan Program Yang Tidak Dijangka" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tidak dijangka ditamatkan." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Kehabisan Ingatan" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1tidak dapat memperoleh ingatan yang diperlukan untuk ke langkah " "seterusnya." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Hos Proksi Tidak Diketahui" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1, ralat Hos Tidak Diketahui telah ditemui. Ralat hos tak " "diketahui menandakan nama yang diminta tidak dapat dicari dalam Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2033,17 +1928,17 @@ msgstr "" "hos proksi anda. Jika anda telah mengakses Internet tanpa masalah baru-baru " "ini, hal ini adalah tidak mungkin." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Semak sekali lagi seting proksi anda dan cuba lagi." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Pengesahan Gagal: Kaedah %1 Tidak Disokong" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2054,7 +1949,7 @@ msgstr "" "gagal kerana kaedah yang digunakan oleh pelayan tidak disokong oleh program " "KDE yang melaksanakan protokol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2063,17 +1958,17 @@ msgstr "" "Failkan pepijat di http://bugs.kde.org/ " "untuk memaklumkan pasukan KDE tentang kaedah pengesahan yang tidak disokong." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Permintaan Dihenti Paksa" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Ralat Dalaman dalam Pelayan" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, fuzzy, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2082,7 +1977,7 @@ msgstr "" "Program dalam pelayan yang menyediakan akses ke protokol %1 " "telah melaporkan ralat dalaman: %0." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2092,12 +1987,12 @@ msgstr "" "Pertimbangkan untuk mengemukakan laporan pepijat lengkap seperti yang " "dirincikan di bawah." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Hubungi pentadbir pelayan untuk memakluminya tentang masalah ini." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2106,40 +2001,29 @@ msgstr "" "Jika anda tahu para pengarang perisian, kemukakan laporan pepijat terus " "kepada mereka." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Ralat Had Masa" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Walaupun pelayan telah dihubungi, respons tidak diterima dalam tempoh masa " -"yang diperuntukkan untuk permintaan seperti yang berikut:
    • Had masa " -"untuk mewujudkan sambungan: %1 saat
    • Had masa untuk menerima respons: " -"%2 saat
    • Had masa untuk mengakses pelayan proksi: %3 saat
    • Ambil perhatian bahawa anda boleh mengubah seting had masa ini dalam " -"Pusat Kawalan KDE, dengan memilih Rangkaian -> Keutamaan." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Pelayan terlalu sibuk memberikan respons kepada permintaan lain." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Ralat Tidak Diketahui" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 telah melaporkan ralat tidak diketahui: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Sampukan Tidak Diketahui" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 telah melaporkan jenis sampukan yang tidak diketahui: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Tidak Dapat Hapuskan Fail Asal" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2178,12 +2062,12 @@ msgstr "" "penghujung operasi alih fail. Fail asal %1 tidak dapat " "dihapuskan." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Tidak Dapat Hapuskan Fail Sementara" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2194,12 +2078,12 @@ msgstr "" "fail baru semasa dimuat turun. Fail sementara ini %1 tidak " "boleh dihapuskan." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Tidak Dapat Menamakan Semula Fail Asal" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2208,12 +2092,12 @@ msgstr "" "Operasi yang diminta memerlukan penamaan semula fail asal %1, bagaimanapun ia tidak dapat dinamakan semula." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Tidak Dapat Namakan Semula Fail Sementara" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2222,32 +2106,32 @@ msgstr "" "Operasi yang diminta memerlukan penciptaan fail sementara %1, bagaimanapun ia tidak dapat dicipta." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Tidak Dapat Mencipta Pautan" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Tidak Dapat Mencipta Pautan Simbolik" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Pautan simbolik %1 yang diminta tidak dapat dicipta." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Tiada Kandungan" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Cakera Penuh" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2256,7 +2140,7 @@ msgstr "" "Fail yang diminta %1 tidak dapat ditulis kerana ruang " "cakera tidak cukup." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2267,12 +2151,12 @@ msgstr "" "dikehendaki dan sementara; 2) mengarkibkan fail ke storan media boleh buang " "seperti cakera Boleh Rakam CD; atau 3) dapatkan kapasiti storan lebih besar." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Fail Sumber dan Fail Destinasi Adalah Serupa" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2281,17 +2165,17 @@ msgstr "" "Operasi tidak dapat diselesaikan kerana fail sumber dan destinasi adalah " "sama." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Pilih nama fail lain untuk fail destinasi." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format msgid "File or Folder dropped onto itself" msgstr "Fail atau Folder Tidak Wujud" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2300,17 +2184,17 @@ msgstr "" "Operasi tidak dapat diselesaikan kerana fail sumber dan destinasi adalah " "sama." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format msgid "Drop the item into a different file or folder." msgstr "salin fail atau folder yang dinyatakan" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format msgid "Folder moved into itself" msgstr "Fail atau Folder Tidak Wujud" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2319,17 +2203,17 @@ msgstr "" "Operasi tidak dapat diselesaikan kerana fail sumber dan destinasi adalah " "sama." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format msgid "Move the item into a different folder." msgstr "salin fail atau folder yang dinyatakan" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2338,22 +2222,22 @@ msgstr "" "Operasi tidak dapat diselesaikan kerana fail sumber dan destinasi adalah " "sama." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Tidak Dapat Mulakan %1 Protokol" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format msgid "Unable to Create KIO Worker" msgstr "Tidak dapat mencipta io-hamba: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2363,20 +2247,20 @@ msgstr "" "strong> protokol tidak dapat dimulakan. Ini biasanya disebabkan oleh alasan " "teknikal." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2384,35 +2268,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Ralat Tidak Didokumentasikan" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format msgid "(Symbolic Link to %1)" msgstr "Pautan Simbolik" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format msgid "(%1, Link to %2)" msgstr "Pautan ke %1 (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format msgid " (Points to %1)" msgstr "Tuding ke:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2421,25 +2305,25 @@ msgstr "" "URL Punah\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2447,92 +2331,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Membuka sambungan tidak disokong dengan protokol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Menutup sambungan tidak disokong dengan protokol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Mengakses fail tidak disokong dengan protokol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Menulis ke %1 tidak disokong." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Tiada tindakan istimewa boleh didapatkan untuk protokol %1" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Menyenaraikan folder tidak disokong untuk protokol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Mendapatkan semula data dari %1 tidak disokong." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Mendapatkan semula maklumat jenis mime dari %1 tidak disokong." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Menamakan semula atau mengalihkan fail dalam %1 tidak disokong." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Mencipta tidak disokong dengan protokol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Menyalin fail dalam %1 tidak disokong." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Menghapuskan fail dari %1 tidak disokong." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Mencipta folder tidak disokong dengan protokol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Mengubah atribut fail tidak disokong dengan protokol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Mengubah atribut fail tidak disokong dengan protokol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Mencipta folder tidak disokong dengan protokol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 tidak menyokong tindakan %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2541,313 +2425,336 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protokol tidak diketahui '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Tidak dapat cari io-hamba untuk protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Tidak dapat cari io-hamba untuk protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Tidak dapat cari io-hamba untuk protokol '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Terperinci" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Selamanya" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Sambu&ng" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format msgid "&Current Session only" msgstr "Sesi Ini Saha&ja" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Cipta Folder" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Cipta Folder" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Anda tidak pilih fail untuk dihapuskan." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Tiada Apa Hendak DiHapuskan" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Anda tidak memilih fail untuk dibuang." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Tiada Apa Hendak Dibuang" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Folder yang dinyatakan tidak wujud atau tidak boleh baca." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Folder Induk" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Folder Laman Utama" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format msgid "Reload" msgstr "Baca" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Folder Baru" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Alihkan ke Tong Sampah" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format msgid "Delete" msgstr "Menghapus" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Isihan" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format msgid "Sort by Name" msgstr "Nama Laman Web" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format msgid "Sort by Size" msgstr "Paparan Ringkas" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format msgid "Sort by Date" msgstr "Mengikut Tarikh" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format msgid "Sort by Type" msgstr "Jenis Pemasangan" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format msgid "Ascending" msgstr " (Memadam)" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format msgid "Descending" msgstr " (Memadam)" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Papar Fail Tersembunyi" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format msgid "Icons View" msgstr "Paparan Ringkas" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format msgid "Compact View" msgstr "Paparan Ringkas" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format msgid "Details View" msgstr "Paparan Terperinci" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Paparan Ringkas" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Paparan Terperinci" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format msgid "Tree View" msgstr "Paparan Terperinci" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format msgid "Detailed Tree View" msgstr "Paparan Terperinci" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Papar Fail Tersembunyi" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format msgid "Show Preview Panel" msgstr "Papar Prebiu" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Papar Prebiu" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, fuzzy, kde-format msgid "Properties" msgstr "Ciri-ciri untuk %1" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "&Prapapar" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format msgid "Encoding:" msgstr "Memuat" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, fuzzy, kde-format msgid "Open" msgstr "&Buka" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2894,40 +2801,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Semua Fail" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Semua Fail Yang Disokong" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format msgid "All Files" msgstr "*|Semua Fail" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format msgid "Add Places Entry" msgstr "Sunting masukan PXE" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format msgid "Edit Places Entry" msgstr "Sunting masukan PXE" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2939,17 +2846,17 @@ msgstr "" "terdiri daripada satu atau dua perkataan yang akan membantu anda mengingati " "apa yang dirujuki oleh entri ini.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format msgid "L&abel:" msgstr "&Nama:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format msgid "Enter descriptive label here" msgstr "Huraian" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2962,12 +2869,12 @@ msgstr "" "kde/stable

      Dengan mengklik butang di sebelah kepada kotak edit berikutnya, " "anda boleh layar URL yang sesuai." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokasi:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2976,17 +2883,17 @@ msgstr "" "Ini ialah ikon yang akan muncul dalam panel Akses Pantas.

      Klik di atas " "butang ini untuk memilih ikon yang berbeza." -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Pilih &ikon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Hanya apabila menggunakan aplikasi ini (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2997,170 +2904,176 @@ msgstr "" "menggunakan aplikasi semasa (%1).

      Jika seting ini tidak dipilih, entri " "akan boleh didapatkan dalam semua aplikasi." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format msgctxt "@item" msgid "Places" msgstr "Ganti" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format msgctxt "@item" msgid "Remote" msgstr "&Buang Input" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format msgctxt "@item" msgid "Search For" msgstr "Cari" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format msgctxt "@item" msgid "Devices" msgstr "Peranti" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: Dokumenkan " -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Folder Rangkaian" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "&Tong Sampah" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Padam Fail" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lokasi:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Diubah Suai:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Tidak dapat mencari program '%1'" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Folder tidak boleh dialihkan ke tempat sendiri." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Ubah &Dasar..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Buang Input" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Buang Input" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Buang Input" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Buang Input" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3168,42 +3081,42 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Nyahlekap" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Nyah-lekap" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Lonjak" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Sumber ditentukan mungkin tidak wujud." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Ralat berlaku semasa mencuba ke %1, %2. Ringkasan alasan adalah di bawah.

        " -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ralat yang tidak terjangka (%1) berlaku ketika cuba untuk %2." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3214,19 +3127,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3234,92 +3147,92 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 daripada %2 (%3% digunakan)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "&Tong Sampah" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Lekap" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Buka Dengan" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Tambah masukan PXE" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edit..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "&Buang Input" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format msgid "&Show All Entries" msgstr "" "Papar\n" "Entri" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Paparan Ringkas" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3327,51 +3240,51 @@ msgctxt "" msgid "Auto Resize" msgstr "&Autokesan" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "saiz %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format msgid "You can only select one file" msgstr "Anda hanya boleh pilih fail lokal." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "You can only select local files" msgstr "Anda hanya boleh pilih fail lokal." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "Remote files not accepted" msgstr "Fail Jauh Tidak Diterima" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3382,47 +3295,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -msgid "Files and folders selected" -msgstr "%1 ialah fail, tetapi direktori yang dijangka." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format msgid "The file \"%1\" could not be found" msgstr "Kunci yang dipinta tidak dapat diberikan. %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3433,45 +3321,46 @@ msgstr "" "semasa ialah file:/home/%1 mengklik butang ini akan membawa anda ke file:/" "home.
        " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Klik butang ini untuk beralih ke belakang satu langkah di dalam rekod " "layaran." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Klik butang ini untuk beralih ke hadapan satu langkah di dalam rekod layaran." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Klik butang ini untuk memuat semula kandungan dari lokasi ini." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klik butang ini untuk mencipta folder baru." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format msgid "Show Places Panel" msgstr "Papar Panel Akses Segera Navigasi" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -msgid "Show Bookmarks Button" -msgstr "Papar Tanda Buku" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Papar Fail Tersembunyi" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format msgid "Options" msgstr "Operasi" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3486,12 +3375,12 @@ msgstr "" "tersembunyi
      • panel navigasi Akses Pantas
      • prapapar fail
      • memisahkan folder dari fail
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Tanda Laman" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3505,12 +3394,36 @@ msgstr "" "seperti tanda buku di tempat lain dalam KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nama:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Nama&kan semula" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Peranti:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Papar Fail Tersembunyi" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3522,12 +3435,12 @@ msgstr "" "ini dikawal dengan klik butang kanan tetikus dan pilih mod disukai dari " "menuPenyudahan Teks." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ini ialah nama untuk menyimpan fail sebagai." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3536,75 +3449,79 @@ msgstr "" "Ini ialah senarai fail hendak dibuka. Lebih daripada satu fail boleh " "dinyatakan dengan menyenaraikan beberapa fail, dipisahkan oleh ruang." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ini ialah nama fail hendak dibuka." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format msgid "Overwrite File?" msgstr "Tindi&h Semua" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Anda hanya boleh pilih fail lokal." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fail Jauh Tidak Diterima" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Semua Folder" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Mencipta Folder" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, fuzzy, kde-format msgid "&Open" msgstr "&Buka" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Memilih &sambungan nama fail (%1) secara automatik" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "sambungan %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Memilih &sambungan nama fail secara automatik" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "sambungan sesuai" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3631,80 +3548,65 @@ msgstr "" "akan dibuang secara automatik).Jika tak pasti, kekalkan opsyen ini " "diaktifkan kerana ia menjadikan fail anda lebih mudah diurus." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format msgid "&File type:" msgstr "Tapi&s:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "Tapi&s:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ini ialah penapis untuk dipakai pada senarai fail. Nama fail yang tidak " -"sepadan dengan penapis tidak akan dipapar.

      Anda boleh pilih dari satu " -"daripada penapis yang dipraset dalam menu lepas jatuh, atau anda boleh " -"masukkan penapis langganan terus ke dalam kawasan teks.

      Wildcard seperti * " -"dan ? dibenarkan." -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "" -"Cipta NAMA fail istimewa bagi JENIS diberi.\n" -"\n" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "&Laksanakan sebagai pengguna lain" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format msgid "Sorry" msgstr "Kedai" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format msgid "The template file %1 does not exist." msgstr "" "Tidak dapat menjalankan arahan yang dinyatakan. Fail atau folder %1 tidak wujud." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Cipta Pautan Simbolik" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format msgid "Create link to URL" msgstr "Dicipta:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "&Laksanakan sebagai pengguna lain" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3712,7 +3614,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3720,7 +3622,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3729,126 +3631,181 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Item lebih lama bernama '%1' sudah wujud." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Fail dengan nama %1 sudah wujud." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format msgid "Create New" msgstr "Dicipta:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format msgid "Link to Device" msgstr "Peranti:" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Folder Baru" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Cipta Folder" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format msgid "Create new folder in %1:" msgstr "" "Cipta folder baru dalam:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "&Laksanakan sebagai pengguna lain" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +msgid "Default" +msgstr " (Default)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "" +"Cipta NAMA fail istimewa bagi JENIS diberi.\n" +"\n" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +msgid "Enter file name" +msgstr "&Laksanakan sebagai pengguna lain" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Pilih Aplikasi untuk %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Pilih &ikon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format msgid "Copy" msgstr "Menyalin" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format msgid "Paste" msgstr "%1 &Tampal URL" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Buka Dengan" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Buka Dengan" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format msgid "Edit" msgstr "&Edit..." -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "_n: Anda benar-benar ingin hapuskan item ini?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3860,6 +3817,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Ganti" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format msgctxt "@item:inmenu" @@ -3883,40 +3847,40 @@ msgstr "Lain-lain" msgid "Edit mode" msgstr "&Edit..." -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Anda tidak diberikan kuasa untuk melaksanakan fail ini." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Melancarkan %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Anda tidak diberikan kuasa untuk membuka fail ini." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3943,12 +3907,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format msgid "No mail client found" msgstr "Tiada media di dalam peranti untuk %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format msgid "" "The desktop entry file\n" @@ -3959,28 +3929,28 @@ msgstr "" "%1\n" "tidak diketahui." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Melancarkan %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Kunci yang dipinta tidak dapat diberikan. %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3991,7 +3961,7 @@ msgstr "" "%1\n" "ialah jenis Link tetapi tiada URL=...entry." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4000,20 +3970,20 @@ msgstr "" "Fail %1 adalah program boleh laksana. Untuk sekuriti, ia tidak " "akan dimulakan." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4022,12 +3992,12 @@ msgstr "" "Tidak dapat menjalankan arahan yang dinyatakan. Fail atau folder %1 tidak wujud." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Fail input ruang kerja %1 tiada Jenis=... entry" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4035,12 +4005,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format msgid "The program \"%1\" could not be launched." msgstr "Kunci yang dipinta tidak dapat diberikan. %1" @@ -4115,72 +4085,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format msgid "KIOExec" msgstr "Jalankan" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format msgid "Suggested file name for the downloaded file" msgstr "Pilih nama fail gantian untuk fail baru." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "Menghantar data ke %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4189,7 +4154,7 @@ msgstr "" "Tidak dapat ubah keizinan untuk \n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4198,115 +4163,38 @@ msgid "" "%1" msgstr "Gagal mengubah keizinan untuk %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Tidak Dapat Namakan Semula Fail Sementara" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Tidak dapat jumpa program \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Tidak dapat jumpa program \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -msgid "Change File Permissions" -msgstr "Keizinan Lanjutan" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -msgid "New Permissions: %1" -msgstr "Keizinan" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -msgid "Remove File" -msgstr "&Buang Input" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "Mencipta Folder" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Mencipta Folder" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -msgid "Directory Permissions: %1" -msgstr "Keizinan" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -msgid "Open File" -msgstr "Buka dialog fail" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "Mencipta Folder" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "Peranti:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "saiz %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -msgid "Unknown Action" -msgstr "Sampukan Tidak Diketahui" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Tiada media di dalam peranti untuk %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format msgid "Could not get user id for given user name %1" msgstr "Tidak dapat memasuki folder %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4348,40 +4236,40 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Anda perlu berikan nama pengguna dan kata laluan untuk mengakses tapak ini." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Laman Web:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Log masuk OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Tidak dapat log masuk ke %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "Melancarkan %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4390,12 +4278,12 @@ msgstr "" "Anda perlu menyediakan kata pengguna dan kata laluan untuk pelayan proksi " "yang tertera di bawah sebelum anda dibenarkan mengakses sebarang laman." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Pengesahan Proksi Gagal." @@ -4448,101 +4336,101 @@ msgstr "" "Adakah anda mahu menerima sijil ini seterusnya selepas ini tanpa diberitahu?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentikasi Pelayan" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 pada %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Jika tidak, permintaan akan berjaya." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, fuzzy, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "mengambil nilai ciri-ciri" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, fuzzy, kde-format msgctxt "request type" msgid "set property values" msgstr "tetapkan ciri-ciri" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "Cipta folder yang dipinta" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "salin fail atau folder yang dinyatakan" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "pindah fail atau folder yang dinyatakan" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cari pada folder yang dinyatakan" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "kunci fail atau folder dinyatakan" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "nyahkunci fail atau folder dinyatakan" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "padam fail atau folder dinyatakan" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "menanyakan keupayaan pelayan" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "Mengambil kandungan daripada fail atau folder yang dinyatakan" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "cari pada folder yang dinyatakan" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ralat yang tidak terjangka (%1) berlaku ketika cuba untuk %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4551,13 +4439,13 @@ msgid "" msgstr "" "Ralat berlaku semasa mencuba ke %1, %2. Ringkasan alasan adalah di bawah.

        " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Akses dinafikan ketika sedang mencuba untuk %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4566,7 +4454,7 @@ msgstr "" "Sumber tidak dapat dicipta di destinasi hingga satu atau lebih koleksi " "perantara (folder) telah dicipta." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4579,28 +4467,28 @@ msgstr "" "laku ciri elemen XML atau anda cuba menulis ganti semasa meminta agar fail " "tersebut tidak boleh ditulis ganti. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Kunci yang dipinta tidak dapat diberikan. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Pelayan tidak menyokong jenis permintaan kandungan" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Gagal untuk %1 kerana sumber dikunci." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Tindakan ini telah gagal dilaksanakan oleh masalah yang lain." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format msgctxt "%1: request type" msgid "" @@ -4608,7 +4496,7 @@ msgid "" "folder." msgstr "Gagal %1 kerana destinasi pelayan enggan menerima fail atau folder." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4617,18 +4505,18 @@ msgstr "" "Destinasi kepada sumber tidak mempunyai ruang yang cukup untuk merakam " "keadaan sumber tersebut selepas pelaksanaan kepada kaedah ini." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format msgid "The resource cannot be deleted." msgstr "Sumber ditentukan mungkin tidak wujud." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format msgctxt "request type" msgid "upload %1" msgstr "muatnaik %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4639,15 +4527,15 @@ msgstr "Ralat yang tidak terjangka (%1) berlaku ketika cuba untuk %2." msgid "Network" msgstr "Folder Rangkaian" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format msgid "Malformed URL %1" msgstr "URL Punah %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4656,12 +4544,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format msgid "This file is already in the trash bin." msgstr "_n: Fail ini adalah pautan dan tidak mempunyai keizinan." @@ -4696,7 +4584,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4717,17 +4605,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format msgid "Authentication Dialog" msgstr "Dialog Keizinan" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format msgid "Access denied" msgstr "Akses Dinafikan" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Anda tidak mempunyai keizinan untuk mengakses protokol %1." @@ -4836,41 +4724,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4880,9 +4768,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Kira" @@ -4891,136 +4779,213 @@ msgstr "Kira" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Melancarkan %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format msgid "What do you wish to do with this file?" msgstr "Anda ingin simpan frasa laluan dalam fail wallet anda?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -msgid "&Execute" -msgstr "Jalankan" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Buka" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Buka dengan:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +msgid "Would you like to launch this file?" +msgstr "Anda ingin simpan frasa laluan dalam fail wallet anda?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Mencipta Folder" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +msgid "Source" +msgstr "Sumber:" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +msgid "Destination" +msgstr "Destinasi:" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Menyalin" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format msgid "Moving" msgstr "Mengalih" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "Namakan Semula" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Alihkan ke Tong Sampah" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr " (Memadam)" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format msgid "Und&o: Rename" msgstr "Nama&kan semula" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format msgid "Und&o: Trash" msgstr "&Tong Sampah" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format msgid "Und&o: Create Folder" msgstr "Tidak Dapat Cipta Folder" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format msgid "Und&o: Create Folder(s)" msgstr "Tidak Dapat Cipta Folder" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format msgid "Und&o: Create File" msgstr "Tidak Dapat Cipta Folder" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format msgid "Und&o: Batch Rename" msgstr "Nama&kan semula" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +msgid "&Redo: Rename" +msgstr "Nama&kan semula" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +msgid "&Redo: Trash" +msgstr "&Tong Sampah" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +msgid "&Redo: Create Folder" +msgstr "Tidak Dapat Cipta Folder" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Tidak Dapat Cipta Folder" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +msgid "&Redo: Create File" +msgstr "Tidak Dapat Cipta Folder" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +msgid "&Redo: Batch Rename" +msgstr "Nama&kan semula" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5029,12 +4994,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format msgid "Undo File Copy Confirmation" msgstr "Mengemaskini Konfigurasi Sistem" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5043,21 +5008,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format msgid "Delete Permanently" msgstr "Hapus kemasukan" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Hapus kemasukan" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5069,7 +5035,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5077,13 +5043,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "&Tong Sampah" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5091,7 +5057,7 @@ msgid "" "filename>" msgstr "_n: Anda benar-benar ingin hapuskan item ini?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5176,7 +5142,7 @@ msgstr "Pemilik" msgid "Owning Group" msgstr "Kumpulan Hilang" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Lain-lain" @@ -5250,106 +5216,112 @@ msgstr "Mengemaskini Konfigurasi Sistem" msgid "Updating system configuration…" msgstr "Mengemaskini Konfigurasi Sistem." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nama" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format msgctxt "@title:column" msgid "Size" msgstr "Saiz" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format msgctxt "@title:column" msgid "Date" msgstr "Tarikh" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Keizinan" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Pemilik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format msgctxt "@title:column" msgid "Group" msgstr "Kumpulan" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format msgctxt "@title:column" msgid "Type" msgstr "Jenis" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format msgid "Open &with %1" msgstr "Buka dengan:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Aksi" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Buka Dengan" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Buka Dengan" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Jalankan" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format msgid "&Open folder with %1" msgstr "Buka dengan:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format msgid "&Open with %1" msgstr "Buka dengan:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Buka Dengan" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Buka Dengan" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Aplikasi" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5357,117 +5329,135 @@ msgid_plural "%1 items" msgstr[0] "Fail Log" msgstr[1] "" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Tidak Diketahui" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "Berhenti" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -msgid "Mounted From:" -msgstr "Dilekapkan pada:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Taip:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Lokasi:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Saiz:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Ubah" - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Kandungan:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Buka dengan:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Ubah" + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Lokasi:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Saiz:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "Berhenti" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Tuding ke:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Diubah Suai:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Papar Prebiu" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Dicipta:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -msgid "File System:" -msgstr "Sistem fail:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -msgid "Unknown size" -msgstr "Hos Tidak Diketahui" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Dilekapkan pada:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Diubah Suai:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Diakses:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Sistem fail:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Buka Dengan" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Dilekapkan pada:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +msgid "Mounted from:" +msgstr "Dilekapkan pada:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +msgid "Unknown size" +msgstr "Hos Tidak Diketahui" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5754,26 +5744,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Taip huraian aplikasi ini, berdasarkan kegunaannya, di sini. Contohnya: " "dailkan aplikasi (KPPP) akan menjadi \"Alat Dail\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "Ket&erangan" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Nama pengguna:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Taip sebarang komen yang anda fikir berguna di sini." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Taip huraian aplikasi ini, berdasarkan kegunaannya, di sini. Contohnya: " +"dailkan aplikasi (KPPP) akan menjadi \"Alat Dail\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5785,7 +5786,7 @@ msgstr "&Komen:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Guna &variabel persekitaran proksi praset" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5992,7 +5993,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6005,36 +6006,55 @@ msgstr "" "Tidak dapat simpan ciri. Anda tidak mempunyai akses yang cukup untuk " "menulis dalam %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "U&mum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "&Laksanakan sebagai pengguna lain" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Muat Semula" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "_n: Anda benar-benar ingin hapuskan item ini?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Hos Tidak Diketahui" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6043,147 +6063,153 @@ msgstr "" "Mengira... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "Fail Log" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "Alatan Mengurus Folder Terenkrip" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Mengira..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format msgid "At least %1\n" msgstr " Fail: %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nama fail baru kosong." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Jenis fail yang disokong:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Pilih Aplikasi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Dicipta:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Ubah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy msgid "No Access" msgstr "Diakses:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy msgid "Can View & Modify" msgstr "Boleh papar & Ubah Suai Kandungan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy msgid "Can Only View Content" msgstr "Boleh Papar Kandungan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Boleh papar & Ubah Suai Kandungan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy msgid "Can Only View/Read Content" msgstr "Boleh Papar Kandungan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Boleh Papar/Baca & Ubah Suai/Tulis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Keizinan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Keizinan Akses" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, fuzzy, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "_n: Fail ini adalah pautan dan tidak mempunyai keizinan." msgstr[1] "Semua fail adalah pautan dan tidak mempunyai keizinan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Hanya pemilik boleh mengubah keizinan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Pem&ilik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Nyatakan tindakan yang pemilik dibenar melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Kumpulan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Nyatakan tindakan yang ahli dalam kumpulan dibenar melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Lai&n-lain:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6192,31 +6218,31 @@ msgstr "" "Nyatakan tindakan yang semua pengguna, yang bukan pemilik dan bukan dalam " "kumpulan, dibenarkan untuk melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Hanya pemilik boleh menamakan semula dan menghapuskan kandungan folder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "" "Aktifkan bendera ini untuk membolehkan pelaksanaan fail sebagai program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Nama pengguna piawai:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format msgid "Execute:" msgstr "Jalankan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6227,7 +6253,7 @@ msgstr "" "menamakan semula fail yang terkandung dan folder. Pengguna lain hanya boleh " "tambah fail baru, yang memerlukan keizinan 'Ubah Suai Kandungan'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6237,42 +6263,42 @@ msgstr "" "memunasabahkan program dan skrip. Ia diperlukan apabila anda ingin " "melaksanakannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Keizinan &Lanjutan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Pemilikan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Pengguna:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Kumpulan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Laksanakan perubahan kepada semua subfolder dan kandungannya" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Keizinan Lanjutan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Kelas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6281,22 +6307,22 @@ msgstr "" "Papar\n" "Entri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bendera ini membolehkan pemaparan kandungan folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Baca" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Bendera Baca membolehkan pemaparan kandungan fail." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6305,7 +6331,7 @@ msgstr "" "Tulis\n" "Entri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6315,44 +6341,44 @@ msgstr "" "perhatian bahawa penghapusan dan penamaan semula boleh dihadkan menggunakan " "bendera Melekit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Tulis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Bendera Tulis membolehkan pengubahsuaian kandungan fail." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Masuk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Aktifkan bendera ini untuk membolehkan pemasukan folder." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Jalankan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Aktifkan bendera ini untuk membolehkan pelaksanaan fail sebagai program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Khas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6361,7 +6387,7 @@ msgstr "" "Bendera khas. Sah untuk seluruh folder, makna sebenar bendera dapat dilihat " "dalam lajur sebelah kanan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6369,17 +6395,17 @@ msgid "" msgstr "" "Bendera khas. Makna sebenar bendera dapat dilihat dalam lajur sebelah kanan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Pengguna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Kumpulan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6387,7 +6413,7 @@ msgid "" msgstr "" "Jika bendera ini diset, pemilik folder ini adalah pemilik semua fail baru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6396,14 +6422,14 @@ msgstr "" "Jika fail ini fail boleh laksana dan bendera diset, ia akan dilaksanakan " "dengan keizinan pemilik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Jika bendera ini diset, kumpulan folder ini akan diset untuk semua fail baru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6412,7 +6438,7 @@ msgstr "" "Jika fail ini boleh laksana dan bendera diset, ia akan dilaksanakan dengan " "keizinan kumpulan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6422,7 +6448,7 @@ msgstr "" "menghapuskan atau menamakan semula fail. Jika tidak, sesiapa yang ada " "keizinan tulis boleh melakukannya." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6431,89 +6457,80 @@ msgstr "" "Bendera melekit dalam fail diabaikan dalam Linux, tetapi boleh digunakan " "dalam sesetengah sistem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Set UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Set GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Melekit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Pautan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Berubah-ubah (Tiada Perubahan)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, fuzzy, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Fail ini menggunakan keizinan lanjutan." msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, fuzzy, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Folder ini menggunakan keizinan lanjutan." msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Fail ini menggunakan keizinan lanjutan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Mengira..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" @@ -6521,56 +6538,72 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +msgid "The checksums of all files are identical." +msgstr "Nama fail baru kosong." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +msgid "The selected files have different checksums." +msgstr "Nama fail baru kosong." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Mengira..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Hanya boleh laksana dalam sistem fail setempat adalah disokong." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikasi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Tambah Jenis Fail untuk %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Pilih satu atau lebih jenis fail untk tambah:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Hanya boleh laksana dalam sistem fail setempat adalah disokong." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opsyen Lanjutan untuk %1" @@ -6674,22 +6707,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Ubah &Dasar..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Buka dialog fail" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Nama fail untuk kandungan papan klip" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1 &Tampal fail" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Tampal kandungan papan klip" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6699,19 +6737,19 @@ msgstr "" "yang telah dipilih sebelum ini tidak lagi boleh digunakan. Sila salin semula " "apa yang anda hendak tampal." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Folder Induk" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1 &Tampal fail" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6719,92 +6757,104 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Tampal kandungan papan klip" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "%1 &Tampal URL" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format datas" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nama fail untuk kandungan papan klip" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format msgid "Filename for dropped contents:" msgstr "Nama fail untuk kandungan papan klip" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "saiz %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format msgid "Size: %1" msgstr "Saiz:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Nama&kan semula" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Cadangkan &Nama Baru " -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Langka&u" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Tulis" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6813,25 +6863,25 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Tindi&h Semua" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Sa&mbung" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6840,130 +6890,113 @@ msgstr "" "Aksi ini akan tindih '%1' dengan dirinya sendiri.\n" "Sila masukkan nama fail baru:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Samb&ung" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format msgid "Would you like to overwrite the destination?" msgstr "" "Aksi ini akan tindih '%1' dengan dirinya sendiri.\n" "Sila masukkan nama fail baru:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" "Aksi ini akan tindih '%1' dengan dirinya sendiri.\n" "Sila masukkan nama fail baru:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -msgid "Source" -msgstr "Sumber:" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -msgid "Destination" -msgstr "Destinasi:" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format msgid "The source is more recent." msgstr "sambungan %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format msgid "The source is older." msgstr "sambungan %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format msgid "The source is smaller by %1." msgstr "sambungan %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format msgid "The source is bigger by %1." msgstr "sambungan %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format msgid "The files are identical." msgstr "Nama fail baru kosong." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format msgid "The files seem identical." msgstr "Nama fail baru kosong." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format msgid "The files are different." msgstr "Nama fail baru kosong." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Sail Fail-fail" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Item lebih lama bernama '%1' sudah wujud." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Fail bernama '%1' sudah wujud." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format msgid "A more recent item named '%1' already exists." msgstr "Item lebih lama bernama '%1' sudah wujud." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format msgid "Rename:" msgstr "Nama&kan semula" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Nama&kan semula" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Nama&kan semula" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Nama&kan semula" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Peranti:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fail dengan nama %1 sudah wujud." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6971,39 +7004,193 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Ubah teks pengenal pasti yang dipilih." msgstr[1] "Ubah teks pengenal pasti yang dipilih." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Peranti:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Ubah teks pengenal pasti yang dipilih." +msgstr[1] "Ubah teks pengenal pasti yang dipilih." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Buka Dengan" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Ubah teks pengenal pasti yang dipilih." +msgstr[1] "Ubah teks pengenal pasti yang dipilih." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "&Laksanakan sebagai pengguna lain" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "&Laksanakan sebagai pengguna lain" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Nama&kan semula" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Nama&kan semula" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Nama&kan semula" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Nama pengguna piawai:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ganti" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Papar Prebiu" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, fuzzy, kde-format msgid "Information" msgstr "Maklumat SSL KDE" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ganti" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Ganti" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Langkau" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format msgid "Skip All" msgstr "Langkau" @@ -7088,7 +7275,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7120,26 +7307,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7147,51 +7356,230 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "_n: Anda benar-benar ingin hapuskan item ini?" msgstr[1] "_n: Anda benar-benar ingin hapuskan item ini?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Sijil SSL sebaya kelihatan rosak." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Buka Dengan" + +#, fuzzy +#~ msgid "File System:" +#~ msgstr "Sistem fail:" + +#~ msgid "Change Attribute" +#~ msgstr "Ubah Ciri-ciri" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk mengubah ciri-ciri fail. Adakah anda mahu " +#~ "meneruskan?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi menyalin. Adakah anda mahu " +#~ "meneruskan?" + +#~ msgid "Delete Files" +#~ msgstr "Padam Fail-fail" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi memadam. Tetapi, ini mungkin " +#~ "akan merosakkan sistem anda. Adakah anda mahu meneruskan?" + +#~ msgid "Create Folder" +#~ msgstr "Cipta Folder" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi mencipta folder ini. Adakah " +#~ "anda mahu meneruskan?" + +#~ msgid "Move Items" +#~ msgstr "Alihkan Item-item" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi mengalih. Adakah anda mahu " +#~ "meneruskan?" + +#~ msgid "Rename" +#~ msgstr "Namakan Semula" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi mengubah nama. Adakah anda " +#~ "mahu meneruskan?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi mencipta pautan simbolik. " +#~ "Adakah anda mahu meneruskan?" + +#~ msgid "Transfer data" +#~ msgstr "Pindah data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Hak root diperlukan untuk melakukan operasi memindah data. Adakah anda " +#~ "mahu meneruskan?" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "Menghantar data ke %1" + +#, fuzzy +#~ msgid "Change File Permissions" +#~ msgstr "Keizinan Lanjutan" + +#, fuzzy +#~ msgid "New Permissions: %1" +#~ msgstr "Keizinan" + +#, fuzzy +#~ msgid "Remove File" +#~ msgstr "&Buang Input" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "Mencipta Folder" + +#, fuzzy +#~ msgid "Directory Permissions: %1" +#~ msgstr "Keizinan" + +#, fuzzy +#~ msgid "Open File" +#~ msgstr "Buka dialog fail" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "Mencipta Folder" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "Peranti:" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "saiz %1" + +#, fuzzy +#~ msgid "Unknown Action" +#~ msgstr "Sampukan Tidak Diketahui" + +#, fuzzy +#~ msgid "Show Bookmarks Button" +#~ msgstr "Papar Tanda Buku" + +#, fuzzy +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Peranti:" + +#~ msgid "&Description:" +#~ msgstr "Ket&erangan" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Taip sebarang komen yang anda fikir berguna di sini." + +#~ msgid "&Filter:" +#~ msgstr "Tapi&s:" + +#, fuzzy +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

        You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

        Wildcards such as * and ? are allowed." +#~ "

        " +#~ msgstr "" +#~ "Ini ialah penapis untuk dipakai pada senarai fail. Nama fail yang " +#~ "tidak sepadan dengan penapis tidak akan dipapar.

        Anda boleh pilih dari " +#~ "satu daripada penapis yang dipraset dalam menu lepas jatuh, atau anda " +#~ "boleh masukkan penapis langganan terus ke dalam kawasan teks.

        Wildcard " +#~ "seperti * dan ? dibenarkan." + +#, fuzzy +#~ msgid "Files and folders selected" +#~ msgstr "%1 ialah fail, tetapi direktori yang dijangka." + +#, fuzzy +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "

        • Timeout for establishing a connection: %1 seconds
        • Timeout " +#~ "for receiving a response: %2 seconds
        • Timeout for accessing proxy " +#~ "servers: %3 seconds
        Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Walaupun pelayan telah dihubungi, respons tidak diterima dalam tempoh " +#~ "masa yang diperuntukkan untuk permintaan seperti yang berikut:
        • Had " +#~ "masa untuk mewujudkan sambungan: %1 saat
        • Had masa untuk menerima " +#~ "respons: %2 saat
        • Had masa untuk mengakses pelayan proksi: %3 " +#~ "saat
        Ambil perhatian bahawa anda boleh mengubah seting had masa " +#~ "ini dalam Pusat Kawalan KDE, dengan memilih Rangkaian -> Keutamaan." + #~ msgid "Is &executable" #~ msgstr "&Boleh laksana" @@ -8279,11 +8667,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Kata laluan piawai:" -#, fuzzy -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr " (Default)" - #, fuzzy #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" @@ -8479,11 +8862,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Gagal mengubah keizinan untuk %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1 &Tampal fail" -#~ msgstr[1] "%1 &Tampal fail-fail" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "%1 &Tampal URL" @@ -8588,10 +8966,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Menulis ke %1 tidak disokong." -#, fuzzy -#~ msgid "File name:" -#~ msgstr "Peranti:" - #, fuzzy #~ msgid "" #~ "

        Cache

        This module lets you configure your cache settings., YEAR. # +# SPDX-FileCopyrightText: 2025 zayar lwin msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2022-10-05 21:57+0630\n" -"Last-Translator: ဇေယျာလွင် \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-09-10 15:28+0630\n" +"Last-Translator: zayar lwin \n" "Language-Team: Burmese \n" "Language: my\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: Poedit 3.1.1\n" +"X-Generator: Poedit 3.7\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -26,29 +25,27 @@ msgstr "ဇေယျာလွင်" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "lw1nzayar@yandex.com" +msgstr "zyl.pol.mm@zohomail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" -msgstr "ဖိုင်လ် %1 ပိုင်ဆိုင်မှုကို မွမ်းမံမရပါ" +msgstr "ဖိုင် %1 ပိုင်ဆိုင်မှုကို မွမ်းမံမရပါ" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"ဖိုင်လ် %1 ပိုင်ဆိုင်မှုကို မွမ်းမံမရပါ။ ပြောင်းလဲရန် သင်၌ ဖိုင်လ်အသုံးပြုခွင့် " -"မလုံလောက်ပါ။" +"ဖိုင် %1 ပိုင်ဆိုင်မှုကို မွမ်းမံမရပါ။ ပြောင်းလဲရန် သင်၌ ဖိုင်အသုံးပြုခွင့် မလုံလောက်ပါ။" -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "အိုင်အို-ကျွန် - %1 ကို မဖန်တီးနိုင်ခဲ့ပါ" +msgstr "ဖန်တီး၍မရခဲ့ပါ KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -58,9 +55,9 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" "\"%1\" ဆင်းလင့်ခ်ကို မဖန်တီးနိုင်ခဲ့ပါ။\n" -"ဦးတည်ဖိုင်လ်စနစ်(%2) သည် ဆင်းလင့်ခ်ဆိုင်ရာလုပ်ဆောင်ချက် မဆောင်ရွက်နိုင်ပါ။" +"ဦးတည်ဖိုင်စနစ်(%2) သည် ဆင်းလင့်ခ်ဆိုင်ရာလုပ်ဆောင်ချက် မဆောင်ရွက်နိုင်ပါ။" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -70,11 +67,11 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" "\"%1\"ကို မဖန်တီးနိုင်ခဲ့ပါ။\n" -" ဦးတည်နေရာဖြစ်သော ဖိုင်လ်စစ်တမ် (%2)သည် အောက်ပါအက္ခရာများကို ဖိုလ်ဒါအမည်များတွင် ပါဝင်ခွင့်မပြုပါ - " +" ဦးတည်နေရာဖြစ်သော ဖိုင်စစ်တမ် (%2)သည် အောက်ပါအက္ခရာများကို ဖိုင်တွဲအမည်များတွင် ပါဝင်ခွင့်မပြုပါ - " "%3\n" "'အစားထိုး'ကိုရွေးပါက မမှန်ကန်သော အက္ခရာများကို \"_\"ဖြင့်အစားထိုးသွားမည်။" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -84,27 +81,26 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" "\"%1\"ကို မဖန်တီးနိုင်ခဲ့ပါ။\n" -" ဦးတည်နေရာဖြစ်သော ဖိုင်လ်စစ်တမ် (%2)သည် အောက်ပါအက္ခရာများကို ဖိုင်လ်အမည်များတွင် ပါဝင်ခွင့်မပြုပါ - " -"%3\n" +" ဦးတည်နေရာဖြစ်သော ဖိုင်စစ်တမ် (%2)သည် အောက်ပါအက္ခရာများကို ဖိုင်အမည်များတွင် ပါဝင်ခွင့်မပြုပါ - %3\n" "'အစားထိုး'ကိုရွေးပါက မမှန်ကန်သော အက္ခရာများကို \"_\"ဖြင့်အစားထိုးသွားမည်။" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" -msgstr "ဖိုလ်ဒါရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "ဖိုင်တွဲရှိနှင့်ပြီးဖြစ်ပါသည်" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" -msgstr "ဖိုင်လ်ရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "ဖိုင်ရှိနှင့်ပြီးဖြစ်ပါသည်" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" -msgstr "ဖိုလ်ဒါအဖြစ်ရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "ဖိုင်တွဲအဖြစ်ရှိနှင့်ပြီးဖြစ်ပါသည်" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "အမှိုက်ပုံး" @@ -161,13 +157,13 @@ msgstr[0] "အိုင်တမ် %1ခု" #, kde-format msgid "1 Folder" msgid_plural "%1 Folders" -msgstr[0] "ဖိုလ်ဒါ %1ခု" +msgstr[0] "ဖိုင်တွဲ %1ခု" #: core/global.cpp:93 #, kde-format msgid "1 File" msgid_plural "%1 Files" -msgstr[0] "ဖိုင်လ် %1ခု" +msgstr[0] "ဖိုင် %1ခု" #: core/global.cpp:95 #, kde-format @@ -193,192 +189,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 - %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ရွေ့နေသည်" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" -msgstr "မူလဖိုင်လ်" +msgstr "မူလဖိုင်" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" -msgstr "ဦိးတည်ဖိုင်လ်" +msgstr "ဦိးတည်ဖိုင်" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "အမည်ပြောင်းနေသည်" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "ကူးယူနေသည်" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" -msgstr "ဒါရိုက်ထရီဖန်တီးနေသည်" +msgstr "ဖိုင်တွဲဖန်တီးနေသည်" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" -msgstr "ဒါရိုက်ထရီ" +msgstr "ဖိုင်တွဲ" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "ဖျက်နေသည်" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" -msgstr "ဖိုင်လ်" +msgstr "ဖိုင်" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "စစ်ဆေးနေသည်" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "လွှဲပြောင်းနေသည်" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "တပ်ဆင်နေသည်" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "စက်" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "တပ်ဆင်သည့်နေရာ" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ဖြုတ်နေသည်" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "ကိုယ်ပိုင်လက္ခဏာ ပြောင်းရန်" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "ဖိုင်လ်၏ သက်ဆိုင်-တန်ဖိုးများ ပြောင်းလဲရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "ဖိုင်လ်များကူးယူရန်" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "ကူးယူခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ဖိုင်လ်များဖျက်ရန်" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"ဖျက်ခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သို့သော် ထိုကဲ့သို့ လုပ်ခြင်းအားဖြင့် သင်၏စစ်စတမ်ကို " -"ထိခိုက်စေလိမ့်မည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "ဖိုလ်ဒါတည်ဆောက်ရန်" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "ဤဖိုလ်ဒါ ဖန်တီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "အိုင်တမ်များရွေ့ရန်" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "ရွေ့ပြောင်းခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "အမည်ပြောင်းရန်" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "အမည်ပြောင်းလဲခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "ဆင်းလင့်ခ်ဖန်တီးရန်" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "ဆင်းလင့်ခ်ဖန်တီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "ဒေတာလွှဲပြောင်းရန်" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "ကူးပြောင်းခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -423,27 +323,27 @@ msgstr "လုပ်ရိုးလုပ်ထုံး %1 သည် စစ် #: core/job_error.cpp:62 #, kde-format msgid "%1 is a folder, but a file was expected." -msgstr "%1ဖိုလ်ဒါသည် ဖိုင်လ်မဟုတ်ပါ။" +msgstr "%1ဖိုင်တွဲသည် ဖိုင်မဟုတ်ပါ။" #: core/job_error.cpp:65 #, kde-format msgid "%1 is a file, but a folder was expected." -msgstr "%1ဖိုင်လ်သည် ဖိုလ်ဒါမဟုတ်ပါ။" +msgstr "%1ဖိုင်သည် ဖိုင်တွဲမဟုတ်ပါ။" #: core/job_error.cpp:68 #, kde-format msgid "The file or folder %1 does not exist." -msgstr "ဖိုင်လ်၊ သို့ ဖိုလ်ဒါ %1 မရှိပါ။" +msgstr "ဖိုင်၊ သို့ ဖိုင်တွဲ %1 မရှိပါ။" #: core/job_error.cpp:71 #, kde-format msgid "A file named %1 already exists." -msgstr "%1အမည်ရဖိုင်လ် ရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "%1အမည်ရဖိုင် ရှိနှင့်ပြီးဖြစ်ပါသည်" #: core/job_error.cpp:74 #, kde-format msgid "A folder named %1 already exists." -msgstr "%1အမည်ရ ဖိုလ်ဒါ ရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "%1အမည်ရ ဖိုင်တွဲ ရှိနှင့်ပြီးဖြစ်ပါသည်" #: core/job_error.cpp:77 #, kde-format @@ -472,12 +372,12 @@ msgstr "" #: core/job_error.cpp:86 #, kde-format msgid "Could not enter folder %1." -msgstr "%1ဖိုလ်ဒါကို မဝင်နိုင်ခဲ့ပါ။" +msgstr "%1ဖိုင်တွဲကို မဝင်နိုင်ခဲ့ပါ။" #: core/job_error.cpp:89 #, kde-format msgid "The protocol %1 does not implement a folder service." -msgstr "%1 လုပ်ရိုးလုပ်ထုံးတွင် ဖိုလ်ဒါဝန်ဆောင်မှု မပါဝင်ပါ။" +msgstr "%1 လုပ်ရိုးလုပ်ထုံးတွင် ဖိုင်တွဲဝန်ဆောင်မှု မပါဝင်ပါ။" #: core/job_error.cpp:92 #, kde-format @@ -534,12 +434,12 @@ msgstr "" #: core/job_error.cpp:116 #, kde-format msgid "Could not read file %1." -msgstr "%1 ဖိုင်လ်ကိုမဖတ်နိုင်ခဲ့ပါ။" +msgstr "%1 ဖိုင်ကိုမဖတ်နိုင်ခဲ့ပါ။" #: core/job_error.cpp:119 #, kde-format msgid "Could not write to file %1." -msgstr "%1 ဖိုင်လ်ကိုမရေးနိုင်ခဲ့ပါ။" +msgstr "%1 ဖိုင်ကိုမရေးနိုင်ခဲ့ပါ။" #: core/job_error.cpp:122 #, kde-format @@ -569,22 +469,22 @@ msgstr "%1ကိုနားထောင်နေခြင်းအား မရ #: core/job_error.cpp:140 #, kde-format msgid "Could not make folder %1." -msgstr "%1 ဖိုလ်ဒါကို မတည်ဆောက်နိုင်ခဲ့ပါ။" +msgstr "%1 ဖိုင်တွဲကို မတည်ဆောက်နိုင်ခဲ့ပါ။" #: core/job_error.cpp:143 #, kde-format msgid "Could not remove folder %1." -msgstr "%1ဖိုလ်ဒါကို မဖယ်ရှားနိုင်ခဲ့ပါ။" +msgstr "%1ဖိုင်တွဲကို မဖယ်ရှားနိုင်ခဲ့ပါ။" #: core/job_error.cpp:146 #, kde-format msgid "Could not resume file %1." -msgstr "ဖိုင်လ် %1 ကို ပြန်၍မစတင်နိုင်ပါ။" +msgstr "ဖိုင် %1 ကို ပြန်၍မစတင်နိုင်ပါ။" #: core/job_error.cpp:149 #, kde-format msgid "Could not rename file %1." -msgstr "%1 ဖိုင်လ်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။" +msgstr "%1 ဖိုင်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။" #: core/job_error.cpp:152 #, kde-format @@ -599,7 +499,7 @@ msgstr "%1အတွက် ပိုင်ဆိုင်မှုကို ပ #: core/job_error.cpp:158 #, kde-format msgid "Could not delete file %1." -msgstr "%1 ဖိုင်လ်ကိုမဖျက်နိုင်ခဲ့ပါ။" +msgstr "%1 ဖိုင်ကိုမဖျက်နိုင်ခဲ့ပါ။" #: core/job_error.cpp:161 #, kde-format @@ -680,7 +580,7 @@ msgid "" "Could not delete original file %1.\n" "Please check permissions." msgstr "" -"ဇစ်မြစ်ဖိုင်လ် %1 ကိုမဖျက်နိုင်ခဲ့ပါ။\n" +"ဇစ်မြစ်ဖိုင် %1 ကိုမဖျက်နိုင်ခဲ့ပါ။\n" "ခွင့်ပြုချက်ရှိ၊ မရှိ စစ်ဆေးပါ။" #: core/job_error.cpp:202 @@ -689,7 +589,7 @@ msgid "" "Could not delete partial file %1.\n" "Please check permissions." msgstr "" -"ဖိုင်လ်အပိုင်းအစ %1 ကို မဖျက်နိုင်ခဲ့ပါ။\n" +"ဖိုင်အပိုင်းအစ %1 ကို မဖျက်နိုင်ခဲ့ပါ။\n" "ခွင့်ပြုချက်ရှိ၊ မရှိ စစ်ဆေးပါ။" #: core/job_error.cpp:205 @@ -698,7 +598,7 @@ msgid "" "Could not rename original file %1.\n" "Please check permissions." msgstr "" -"ဇစ်မြစ်ဖိုင်လ် %1 ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။\n" +"ဇစ်မြစ်ဖိုင် %1 ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။\n" "ခွင့်ပြုချက်ရှိ၊ မရှိ စစ်ဆေးပါ။" #: core/job_error.cpp:208 @@ -707,7 +607,7 @@ msgid "" "Could not rename partial file %1.\n" "Please check permissions." msgstr "" -"ဖိုင်လ်အပိုင်းအစ %1 ကို အမည်မပြောင်းနိုင်ခဲ့ပါ။\n" +"ဖိုင်အပိုင်းအစ %1 ကို အမည်မပြောင်းနိုင်ခဲ့ပါ။\n" "ခွင့်ပြုချက်ရှိ၊ မရှိ စစ်ဆေးပါ။" #: core/job_error.cpp:211 @@ -726,7 +626,7 @@ msgid "" "The destination filesystem doesn't support symlinks." msgstr "" "ဆင်းလင့်ခ်များကို %1 ၌မဖန်တီးနိုင်ခဲ့ပါ။\n" -"ဦးတည်ဖိုင်လ်စနစ်သည် ဆင်းလင့်ခ်ဆိုင်ရာလုပ်ဆောင်ချက် မဆောင်ရွက်နိုင်ပါ။" +"ဦးတည်ဖိုင်စနစ်သည် ဆင်းလင့်ခ်ဆိုင်ရာလုပ်ဆောင်ချက် မဆောင်ရွက်နိုင်ပါ။" #: core/job_error.cpp:220 #, kde-format @@ -739,7 +639,7 @@ msgid "" "The source and destination are the same file.\n" "%1" msgstr "" -"မူလဇစ်မြစ်နှင့်ဦးတည်ဖိုင်လ်သည် တစ်ဖိုင်တည်းဖြစ်နေသည်။\n" +"မူလဇစ်မြစ်နှင့်ဦးတည်ဖိုင်သည် တစ်ဖိုင်တည်းဖြစ်နေသည်။\n" "%1" #: core/job_error.cpp:231 @@ -761,12 +661,12 @@ msgstr "ပီအိုအက်စ်တီ လုပ်ဆောင်မှ #: core/job_error.cpp:240 #, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "ဖိုင်လ်၊ ဖိုလ်ဒို တစ်ခုအနေဖြင့် ၎င်းထံသို့၎င်း လွှတ်ချ၍ မရပါ" +msgstr "ဖိုင်၊ ဖိုလ်ဒို တစ်ခုအနေဖြင့် ၎င်းထံသို့၎င်း လွှတ်ချ၍ မရပါ" #: core/job_error.cpp:243 #, kde-format msgid "A folder cannot be moved into itself" -msgstr "ဖိုလ်ဒါအနေဖြင့် ၎င်း၏အတွင်းသို့ ၎င်းကို ရွေ့မရပါ" +msgstr "ဖိုင်တွဲအနေဖြင့် ၎င်း၏အတွင်းသို့ ၎င်းကို ရွေ့မရပါ" #: core/job_error.cpp:246 #, kde-format @@ -774,10 +674,9 @@ msgid "Communication with the local password server failed" msgstr "စက်တွင်း-စကားဝှက်ဆာဗာနှင့် ဆက်သွယ်မှု မအောင်မြင်ပါ" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave. %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "အိုင်အို-ကျွန်ကို မဖန်တီးနိုင်ခဲ့ပါ။ %1" +msgstr "KIO worker မဖန်တီးနိုင်ခဲ့ပါ။ %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -786,8 +685,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" -"%1သည်အလွန်ကြီးမားသဖြင့် မကူးပြောင်းနိုင်ပါ။ ဦိးတည်ဖိုင်လ်စနစ်သည် အများဆုံး ၄ " -"ဂစ်ဘီဘိုက်ရှိ ဖိုင်လ်များသာ သိမ်းဆည်းနိုင်သည်" +"%1သည်အလွန်ကြီးမားသဖြင့် မကူးပြောင်းနိုင်ပါ။ ဦိးတည်ဖိုင်စနစ်သည် အများဆုံး ၄ " +"ဂစ်ဘီဘိုက်ရှိ ဖိုင်များသာ သိမ်းဆည်းနိုင်သည်" #: core/job_error.cpp:258 #, kde-format @@ -801,13 +700,17 @@ msgstr "" "ခွင့်ပြုချက်ပြောင်းပြီးလျှင် ပြန်ကြိုးစားကြည့်ပါ။" #: core/job_error.cpp:261 -#, fuzzy, kde-format -#| msgid "The file is too large to be trashed." +#, kde-format msgid "File is too large to be trashed." -msgstr "အမှိုက်ပုံးသို့ ပို့ရန်အတွက် ဖိုင်လ်သည် အလွန်အမင်း ကြီးမားနေပါသည်။" +msgstr "အမှိုက်ပုံးသို့ ပို့ရန်အတွက် ဖိုင်သည် အလွန်အမင်း ကြီးမားနေပါသည်။" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -817,114 +720,114 @@ msgstr "" "%2\n" "အစီရင်ခံစာအပြည့်အစုံကို https://bugs.kde.org တွင် တင်ပြပါ။" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(မသိ)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "

        %1

        %2

        " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "နည်းပညာဆိုင်ရာအကြောင်းအရင်း - " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "တောင်းဆိုမှုအသေးစိတ် -" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
      • URL: %1
      • " msgstr "
      • ယူအာအယ်လ် - %1
      • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      • Protocol: %1
      • " msgstr "
      • ပရိုတိုကော - %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Date and time: %1
      • " msgstr "
      • အချိန်နှင့်ရက်စွဲ - %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Additional information: %1
      • " msgstr "
      • နောက်ထပ်သတင်းအချက်အလက် - %1
      • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "ဖြစ်နိုင်သောအကြောင်းရင်းများ -" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "ဖြစ်နိုင်သောဖြေရှင်းချက်များ -" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(မသိ)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "နောက်ထပ်အကူအညီရလိုပါက စစ်စတမ်အုပ်ချုပ်ရေးမှူးများ၊ နည်းပညာဆိုင်ရာ အကူအညီပေးသူများထံ ဆက်သွယ်ပါ။" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "နောက်ထပ်အကူအညီလိုပါက ဆာဗာအုပ်ချုပ်ရေးမှူးအား ဆက်သွယ်ပါ။" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "ဤရင်းမြစ်ကို အသုံးပြုရန် သင်၏ခွင့်ပြုချက်များကို စစ်ဆေးပါ။" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "တောင်းဆိုထားသော လုပ်ဆောင်မှုအား ဤရင်းမြစ်အပေါ်ဆောင်ရွက်ရန် သင်၏အသုံးပြုခွင့် မလုံလောက်ပါ။" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." -msgstr "အခြားအသုံးပြုသူ သို့ အပ္ပလီကေးရှင်းမှ ဖိုင်လ်ကို သုံးနေသည်(ထို့ကြောင့် သော့ခတ်ထားသည်)။" +msgstr "အခြားအသုံးပြုသူ သို့ အပ္ပလီကေးရှင်းမှ ဖိုင်ကို သုံးနေသည်(ထို့ကြောင့် သော့ခတ်ထားသည်)။" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -"အခြားမည်သည့် အပ္ပလီကေးရှင်း သို့မဟုတ် အသုံးပြုသူ မှ ဤဖိုင်လ်ကို အသုံးပြုနေခြင်း၊ သော့ခတ်ထားခြင်း မရှိစေရန် " +"အခြားမည်သည့် အပ္ပလီကေးရှင်း သို့မဟုတ် အသုံးပြုသူ မှ ဤဖိုင်ကို အသုံးပြုနေခြင်း၊ သော့ခတ်ထားခြင်း မရှိစေရန် " "သေချာစစ်ဆေးပါ။" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "မဖြစ်နိုင်သော်လည်း စက်ပိုင်းဆိုင်ရာအမှားဖြစ်ခဲ့သည်။" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "သင်အနေဖြင့် ပရိုဂရမ်တွင် ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက်နှင့် ကြုံတွေ့ ခဲ့ရပါသည်။" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -933,14 +836,14 @@ msgstr "" "ပရိုဂရမ်တွင် ပါလာသော ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက်ကြောင့် ဖြစ်နိုင်သည်။ အောက်တွင်ဖော်ပြထားသလို ပြစ်ချက်အစီရင်ခံစာ " "တင်ရန် စဥ်းစားပါ။" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "သင်၏ဆော့ဖ်လ်ဝဲလ်ကို နောက်ဆုံးပေါ်ဗားရှင်းထိ အပ်ဒိတ်တင်ပါ။" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -957,12 +860,12 @@ msgstr "" "ကေဒီအီး ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက် အစီရင်ခံရန် ဝက်ဘ်ဆိုက် တွင် " "ရှာကြည့်ပါ။ မတင်ပြထားလျှင် သင်အနေဖြင့် အကူအညီဖြစ်စေမည်ထင်သမျှ ရေးထည့်ပြီး အစီရင်ခံစာ တင်ပါ။" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "သင်၏ ဆ.သ.ရ-ကွန်ချိတ်ဆက်မှုတွင် ပြဿနာရှိနေသည်။" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -971,87 +874,87 @@ msgstr "" "သင်၏ကွန်ရက်ဆိုင်ရက်ပြင်ဆင်မှုများတွင် ပြဿနာရှိနေသည်။ လတ်တလောတုန်းက အင်တာနက်သုံးရတာ ဘာပြဿနာမှ မရှိရင်တော့ " "ဒီပြဿနာ သိပ်မဖြစ်နိုင်ဘူး။" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "ဆာဗာနှင့် ဤကွန်ပြူတာအကြား ကွန်ရက်လမ်းကြောင်းတစ်နေရာရာတွင် ပြဿနာတက်နေသည်။" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "အခု သို့မဟုတ် နောင်အချိန်၌ ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "လုပ်ရိုးလုပ်ထုံးအမှား သို့မဟုတ် မကိုက်ညီမှု ဖြစ်ပေါ်ခဲ့သည်။" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "ရင်းမြစ် ရှိနေသည်ကို သေချာအောင်လုပ်ပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "သေချာသတ်မှတ်ထားသော ရင်းမြစ်မရှိပါ။" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "မှန်ကန်သော တည်နေရာကို သင်ရေးသွင်းခဲ့ခြင်း ဟုတ်၊ မဟုတ် နှစ်ခါပြန်စစ်ဆေးပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "ဆ.သ.ရ-ကွန်ရက်ဆိုင်ရာချိတ်ဆက်မှုအခြေအနေကို စစ်ဆေးပါ။" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "ဖတ်ရန် ရင်းမြစ်မဖွင့်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -"ဆိုလိုချက်မှာ ဖတ်ရန်ခွင့်ပြုချက်မရရှိခဲ့သောကြောင့် တောင်းဆိုထားသလို ဖိုင်လ်၊ သို့ ဖိုလ်ဒါ %1 " +"ဆိုလိုချက်မှာ ဖတ်ရန်ခွင့်ပြုချက်မရရှိခဲ့သောကြောင့် တောင်းဆိုထားသလို ဖိုင်၊ သို့ ဖိုင်တွဲ %1 " "၏ပါဝင်ဒေတာများကို မရယူနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." -msgstr "ဖိုင်လ်ဖတ်ရန် သို့ ဖိုလ်ဒါ ဖွင့်ရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။" +msgstr "ဖိုင်ဖတ်ရန် သို့ ဖိုင်တွဲ ဖွင့်ရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "ရေးရန် ရင်းမြစ်မဖွင့်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -"ဆိုလိုချက်မှာ ရေးရန်ခွင့်ပြုချက်မရရှိခဲ့သောကြောင့် တောင်းဆိုထားသလို ဖိုင်လ် %1 ကို " +"ဆိုလိုချက်မှာ ရေးရန်ခွင့်ပြုချက်မရရှိခဲ့သောကြောင့် တောင်းဆိုထားသလို ဖိုင် %1 ကို " "မရေးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 လုပ်ရိုးလုပ်ထုံးမှ လိုအပ်သော လုပ်ဆောင်မှုကို မစတင်နိုင်ပါ" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "လုပ်ဆောင်ချက်ကို မစတင်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ်ကို " "မတွေ့ပါ၊ သို့မဟုတ် မစတင်နိုင်ခဲ့ပါ။" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1071,12 +974,12 @@ msgstr "" "သင်၏ကေဒီအီး အပ်ဒိတ်တင်ခဲ့ရာ တွင် ဤလုပ်ရိုးလုပ်ထုံးနှင့် ကိုက်ညီသော ပရိုဂရမ် ကို အပ်ဒိတ်မတင်ခဲ့လောက်ပါ။ ထို့ကြောင် " "လက်ရှိဗာရှင်းနှင့် မကိုက်မညီဖြစ်ပြီး မစတင်နိုင်ခြင်းဖြစ်သည်။" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "စနစ်အတွင်းပိုင်းအမှား" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ် သည် စနစ်အတွင်းပိုင်းအမှားကို အစီရင်ခံခဲ့သည်။" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "မသင့်တော်စွာ စီစဥ်ဖွဲ့စည်းပုံစံချထားသော ယူအာအယ်လ်" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www." "example.org:port/folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "အသုံးပြု၍မရသော လုပ်ရိုးလုပ်ထုံး %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1117,46 +1020,39 @@ msgstr "" "ဤကွန်ပြူတာတွင် လက်ရှိတပ်ဆင်ထားသော ကေဒီအီး ပရိုဂရမ်းများသည် လုပ်ရိုးလုပ်ထုံး %1 ကို " "မလုပ်ဆောင်နိုင်ပါ။" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "တောင်းခံခဲ့သော လုပ်ရိုးလုပ်ထုံးကို မထောက်ပံ့ထားပါ။" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "ဤကွန်ပြူတာနှင့် ဆာဗာမှ ထောက်ပံ့သော လုပ်ရိုးလုပ်ထုံး %1၏ ဗာရှင်းများ မကိုက်ညီပါ။" -#: core/job_error.cpp:506 -#, fuzzy, kde-format -#| msgid "" -#| "You may perform a search on the Internet for a KDE program (called a " -#| "kioslave or ioslave) which supports this protocol. Places to search " -#| "include https://kde-apps.org/ and " -#| "http://freshmeat.net/." +#: core/job_error.cpp:509 +#, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" -"ဤလုပ်ရိုးလုပ်ထုံးကို လုပ်ဆောင်နိုင်ပေးသည့် ကေဒီအီး ပရိုဂရမ် (ကေအိုင်အိုကျွန် သို့မဟုတ် အိုင်အိုကျွန်) ကို အင်တာနက်တွင် " -"ရှာဖွေနိုင်သည်။ ရှာရမည့်နေရာများမှာ https://kde-apps." -"org/ နှင့် http://freshmeat.net/ " -"တို့ဖြစ်သည်။" +"ဤစနစ်ကိုထောက်ပံ့ပေးနိုင်သော (\"KIO worker\"ဟုခေါ်သော) ဆော့ဖ်ဝဲလ်ပလပ်ဂင်ကို အင်တာနက်တွင်ရှာဖွေနိုင်ပါသည်။ " +"https://store.kde.org တွင်ရှာကြည့်နိုင်ပါသည်။" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "ယူအာအယ် ရင်းမြစ်ဆီ မညွှန်ပြပါ။" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "လုပ်ရိုးလုပ်ထုံးသည် စစ်ထုတ်-လုပ်ရိုးလုပ်ထုံးတစ်ခု ဖြစ်သည်" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (ယူအာအယ်လ်) သည် ရင်းမြစ်တစ်ခုခုကို ညွှန်ပြမနေပါ။" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1177,12 +1073,12 @@ msgstr "" "ထိုအခြေအနေများတွင် သုံးရန်ဖြစ်သည်။ သို့သော် ၎င်းသည် ထိုအခြေအနေများအနက်မှ မဟုတ်ပါ။ ပရိုဂရမ်မင်းဆိုင်ရာ " "အမှားဖြစ်နိုင်သည်။" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "အသုံးပြု၍မရသော လုပ်ဆောင်ချက် %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1191,7 +1087,7 @@ msgstr "" "တောင်းခံလာသော လုပ်ဆောင်ချက်ကို လုပ်ရိုးလုပ်ထုံး %1 အားပြုလုပ်သော ကေဒီအီးပရိုဂရမ်မှ " "မထောက်ပံ့ထားပါ။" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1201,100 +1097,100 @@ msgstr "" "ဤအမှားသည် ကေဒီအီး ပရိုဂရမ်အပေါ် အလွန်မှီခိုနေသည်။ \"နောက်ထပ်သတင်းအချက်အလက်များ\" တွင် ကေဒီအီး အသွင်း/" "အထုတ် စနစ်မှ ပေးနိုင်သော အချက်အလက်များထက် ပိုမိုသောအရာများကို ကြည့်ရှုနိုင်သည်။" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "တူညီသောရလဒ်ရရှိစေသောနောက်တစ်နည်း ရှာဖွေရန် ကြိုးစားကြည့်မည်။" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" -msgstr "ဖိုင်လ်ကိုမျှော်လင့်ထားသည်" +msgstr "ဖိုင်ကိုမျှော်လင့်ထားသည်" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." -msgstr "တောင်းဆိုချက်သည် ဖိုင်လ်ကို မျှော်လင့်ထားသော်လည်း ဖိုလ်ဒါ %1 ကိုတွေ့ရှိခဲ့သည်။" +msgstr "တောင်းဆိုချက်သည် ဖိုင်ကို မျှော်လင့်ထားသော်လည်း ဖိုင်တွဲ %1 ကိုတွေ့ရှိခဲ့သည်။" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ဆာဗာအမှား ဖြစ်နိုင်သည်။" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" -msgstr "ဖိုလ်ဒါကို မျှော်လင့်ထားသည်" +msgstr "ဖိုင်တွဲကို မျှော်လင့်ထားသည်" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." -msgstr "တောင်းဆိုချက်သည် ဖိုလ်ဒါကို မျှော်လင့်ထားသော်လည်း ဖိုင်လ် %1 ကိုတွေ့ရှိခဲ့သည်။" +msgstr "တောင်းဆိုချက်သည် ဖိုင်တွဲကို မျှော်လင့်ထားသော်လည်း ဖိုင် %1 ကိုတွေ့ရှိခဲ့သည်။" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" -msgstr "ဖိုင်လ်၊ ဖိုလ်ဒါ မရှိပါ" +msgstr "ဖိုင်၊ ဖိုင်တွဲ မရှိပါ" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." -msgstr "ဖော်ပြထားသော ဖိုင်လ်၊ သို့မဟုတ် ဖိုလ်ဒါ %1 မရှိပါ။" +msgstr "ဖော်ပြထားသော ဖိုင်၊ သို့မဟုတ် ဖိုင်တွဲ %1 မရှိပါ။" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." -msgstr "အမည်တူဖိုင်လ်ရှိနှင့်ပြီးဖြစ်သောကြောင့် တောင်းဆိုထားသော ဖိုင်လ်ကို မဖန်တီးနိုင်ခဲ့ပါ။" +msgstr "အမည်တူဖိုင်ရှိနှင့်ပြီးဖြစ်သောကြောင့် တောင်းဆိုထားသော ဖိုင်ကို မဖန်တီးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." -msgstr "လက်ရှိဖိုင်လ်ကို အနှောင့်အယှက်မဖြစ်မည့်နေရာ အရင်ရွေ့၍ နောက်တစ်ကြိမ် ပြန်ကြိုးစားကြည့်ပါ။" +msgstr "လက်ရှိဖိုင်ကို အနှောင့်အယှက်မဖြစ်မည့်နေရာ အရင်ရွေ့၍ နောက်တစ်ကြိမ် ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." -msgstr "ယခုဖိုင်လ်ကို ဖျက်ပြီး ပြန်ကြိုးစားကြည့်ပါ။" +msgstr "ယခုဖိုင်ကို ဖျက်ပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." -msgstr "ဖိုင်လ်အသစ်အတွက် အမည်သစ်ပေး။" +msgstr "ဖိုင်အသစ်အတွက် အမည်သစ်ပေး။" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." -msgstr "အမည်တူဖိုလ်ဒါရှိနှင့်ပြီးဖြစ်သောကြောင့် တောင်းဆိုထားသော ဖိုလ်ဒါကို မဖန်တီးနိုင်ခဲ့ပါ။" +msgstr "အမည်တူဖိုင်တွဲရှိနှင့်ပြီးဖြစ်သောကြောင့် တောင်းဆိုထားသော ဖိုင်တွဲကို မဖန်တီးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." -msgstr "လက်ရှိဖိုလ်ဒါကို အနှောင့်အယှက်မဖြစ်မည့်နေရာ အရင်ရွေ့၍ နောက်တစ်ကြိမ် ပြန်ကြိုးစားကြည့်ပါ။" +msgstr "လက်ရှိဖိုင်တွဲကို အနှောင့်အယှက်မဖြစ်မည့်နေရာ အရင်ရွေ့၍ နောက်တစ်ကြိမ် ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." -msgstr "ယခုဖိုလ်ဒါကို ဖျက်ပြီး ပြန်ကြိုးစားကြည့်ပါ။" +msgstr "ယခုဖိုင်တွဲကို ဖျက်ပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." -msgstr "ဖိုလ်ဒါအသစ်အတွက် အမည်သစ်ပေး။" +msgstr "ဖိုင်တွဲအသစ်အတွက် အမည်သစ်ပေး။" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "မသိသော ကွန်ရက်ဆိုင်ရာအိမ်ရှင်" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1303,33 +1199,33 @@ msgstr "" "မသိသော အိမ်ရှင်ဆိုင်ရာအမှားသည် တောင်းဆိုထားသောအမည်ဖြင့်ဆာဗာ %1 ကို " "အင်တာနက်ပေါ်တွင် တည်နေရာအတည်မပြုနိုင်ခြင်းကို ညွှန်ပြသည်။" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "သင်ရိုက်သွင်းခဲ့သော အမည် %1 မရှိတာလည်းဖြစ်နိုင်သလို ရေးတာ မမှန်တာလည်းဖြစ်နိုင်သည်။" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "အသုံးပြုခွင့် ပယ်ခံရ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "သေချာဖော်ပြထားသော ရင်းမြစ် အသုံးပြုခွင့် %1 ပယ်ချခံခဲ့ရသည်။" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "မမှန်ကန်သော ယုံကြည့မှုရယူခြင်းဆိုင်ရာ အသေးစိတ်အချက်အလက်များ ပေးထားသည် သို့ တစ်ခုမှ မပေးထားပါ။" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "သတ်မှတ်ထားသောရင်းမြစ်ကို အသုံးပြုရန် သင့်အကောင့်၌ ခွင့်ပြုချက်မရှိပါ။" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1338,56 +1234,56 @@ msgstr "" "ရေးသွင်းထားသော သင်၏ ယုံကြည်မှုရယူခြင်းဆိုင်ရာ အသေးစိတ်အချက်အလက်များကို မှန်ကန်မှုရှိစေရန် သေချာစစ်ဆေးပြီး " "တောင်းဆိုချက် နောက်တစ်ခါပို့ကြည့်ပါ။" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "ရေးခွင့် ပယ်ခံရ" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." -msgstr "ဖိုင်လ် %1 သို့ရေးရန် ကြိုးပမ်းမှု ပယ်ချခံခဲ့ရသည်။" +msgstr "ဖိုင် %1 သို့ရေးရန် ကြိုးပမ်းမှု ပယ်ချခံခဲ့ရသည်။" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" -msgstr "ဖိုလ်ဒါကို မဝင်နိုင်ပါ။" +msgstr "ဖိုင်တွဲကို မဝင်နိုင်ပါ။" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." -msgstr "ဖိုလ်ဒါ %1 ကိုဖွင့်ရန် ကြိုးပမ်းမှု ပယ်ချခံခဲ့ရသည်။" - -#: core/job_error.cpp:652 -#, kde-format -msgid "Folder Listing Unavailable" -msgstr "ဖိုလ်ဒါစာရင်းပြမရသေးပါ" - -#: core/job_error.cpp:653 -#, kde-format -msgid "Protocol %1 is not a Filesystem" -msgstr "%1 လုပ်ရိုးလုပ်ထုံးသည် ဖိုင်လ်စတစ်တစ်ခု မဟုတ်ပါ" +msgstr "ဖိုင်တွဲ %1 ကိုဖွင့်ရန် ကြိုးပမ်းမှု ပယ်ချခံခဲ့ရသည်။" #: core/job_error.cpp:655 #, kde-format +msgid "Folder Listing Unavailable" +msgstr "ဖိုင်တွဲစာရင်းပြမရသေးပါ" + +#: core/job_error.cpp:656 +#, kde-format +msgid "Protocol %1 is not a Filesystem" +msgstr "%1 လုပ်ရိုးလုပ်ထုံးသည် ဖိုင်စတစ်တစ်ခု မဟုတ်ပါ" + +#: core/job_error.cpp:658 +#, kde-format msgid "" "This means that a request was made which requires determining the contents " "of the folder, and the KDE program supporting this protocol is unable to do " "so." msgstr "" -"ဖိုလ်ဒါ၏ပါဝင်ဒေတာဆုံးဖြတ်ရန် လိုအပ်သော တောင်းခံမှုပြုလုပ်ခဲ့သည်။ သို့သော် ဤလုပ်ရိုးလုပ်ထုံးထောက်ပံ့နေသည့် ကေဒီအီး " +"ဖိုင်တွဲ၏ပါဝင်ဒေတာဆုံးဖြတ်ရန် လိုအပ်သော တောင်းခံမှုပြုလုပ်ခဲ့သည်။ သို့သော် ဤလုပ်ရိုးလုပ်ထုံးထောက်ပံ့နေသည့် ကေဒီအီး " "ပရိုဂရမ်သည် ထိုကဲ့သို့ မလုပ်ဆောင်နိုင်ပါ။" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "စက်ဝိုင်းလည်လင့်ခ်တွေ့ရှိပါသည်" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1395,38 +1291,38 @@ msgid "" "an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " "itself." msgstr "" -"ယူနစ်စ်-စစ်စတမ်ပတ်ဝန်းကျင်များသည် ဖိုင်လ်၊ သို့ ဖိုလ်ဒါ တစ်ခုကို မတူညီကွဲပြားသော အခြား အမည် နှင့်/သို့ တည်နေရာ " -"ဖြင့် လင့်ခ်ချိတ်နိုင်သည်။ ကေဒီအီးသည် ထာဝရအကွင်းဖြစ်စေသော လင့်ခ်တန်းများတွေ့ရှိခဲ့သည်။ ဆိုလိုသည်က ဖိုင်လ်သည် ၎င်းကို " +"ယူနစ်စ်-စစ်စတမ်ပတ်ဝန်းကျင်များသည် ဖိုင်၊ သို့ ဖိုင်တွဲ တစ်ခုကို မတူညီကွဲပြားသော အခြား အမည် နှင့်/သို့ တည်နေရာ " +"ဖြင့် လင့်ခ်ချိတ်နိုင်သည်။ ကေဒီအီးသည် ထာဝရအကွင်းဖြစ်စေသော လင့်ခ်တန်းများတွေ့ရှိခဲ့သည်။ ဆိုလိုသည်က ဖိုင်သည် ၎င်းကို " "၎င်း လင့်ခ်ချိတ်ထားသည်။" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "အဆုံးမရှိအကွင်း မဖြစ်စေရန် အကွင်း၏ တစ်ပိုင်းကို ဖျက်၍ နောက်တစ်ကြိမ် ကြိုးစားပါ။" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "အသုံးပြုသူသည် တောင်းဆိုမှု ဖျက်ချခဲ့သည်" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "တောင်းဆိုမှု ဖျက်ချခဲ့သောကြောင့် မပြီးမြောက်ခဲ့ပါ။" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "တောင်းဆိုမှုကိုပြန်ကြိုးစားမည်။" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "ကူးယူနေစဥ် စက်ဝိုင်းလည်လင့်ခ်တွေ့ရှိပါသည်" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1434,21 +1330,21 @@ msgid "" "link or series of links that results in an infinite loop - i.e. the file was " "(perhaps in a roundabout way) linked to itself." msgstr "" -"ယူနစ်စ်-စစ်စတမ်ပတ်ဝန်းကျင်များသည် ဖိုင်လ်၊ သို့ ဖိုလ်ဒါ တစ်ခုကို မတူညီကွဲပြားသော အခြား အမည် နှင့်/သို့ တည်နေရာ " +"ယူနစ်စ်-စစ်စတမ်ပတ်ဝန်းကျင်များသည် ဖိုင်၊ သို့ ဖိုင်တွဲ တစ်ခုကို မတူညီကွဲပြားသော အခြား အမည် နှင့်/သို့ တည်နေရာ " "ဖြင့် လင့်ခ်ချိတ်နိုင်သည်။ တောင်းဆိုထားသော ကူးယူရန် လုပ်ဆောင်ချက်အတွင်း ကေဒီအီးသည် ထာဝရအကွင်းဖြစ်စေသော " -"လင့်ခ်တန်းများတွေ့ရှိခဲ့သည်။ ဆိုလိုသည်က ဖိုင်လ်သည် ၎င်းကို ၎င်း လင့်ခ်ချိတ်ထားသည်။" +"လင့်ခ်တန်းများတွေ့ရှိခဲ့သည်။ ဆိုလိုသည်က ဖိုင်သည် ၎င်းကို ၎င်း လင့်ခ်ချိတ်ထားသည်။" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှု မဖန်တီးနိုင်ခဲ့ပါ" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "ဆော့ခ်ကတ် မဖန်တီးနိုင်ခဲ့ပါ" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1457,34 +1353,34 @@ msgstr "" "၎င်းသည် ဆ.သ.ရ-ကွန်ရက် ဆက်သွယ်မှုများ ပြုလုပ်ရန် လိုအပ်သော စက် (ဆော့ခ်ကတ်) မဖန်တီးနိုင်ခဲ့သော နည်းပညာဆိုင်ရာ " "အမှားအယွင်းဖြစ်သည်။" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှုကို မမှန်ကန်စွာ ပြင်ဆင်ထားသည် သို့မဟုတ် ဆ.သ.ရ-ကွန်ရက် ထိတွေ့လွှာ ကို မဖွင့်ထားပါ။" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "ဆာဗာသို့ ချိတ်ဆက်မှု ငြင်းခံရသည်" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "ဆာဗာ %1 သည် ဤကွန်ပြူတာအား ချိတ်ဆက်မှု ပြုလုပ်ခွင့် ငြင်းပယ်ခဲ့သည်။" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "အင်တာနက်နှင့် လက်ရှိချိတ်ဆက်ထားသော်လည်း ဆာဗာကို တောင်းခံမှုများ လက်ခံရန် မပြင်ဆင်ရသေးပါ။" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1492,7 +1388,7 @@ msgid "" msgstr "" "အင်တာနက်နှင့် လက်ရှိချိတ်ဆက်ထားသော်လည်း ဆာဗာသည် တောင်းခံထားသော ဝန်ဆောင်မှု (%1) ကို မမောင်းနှင်နေပါ။" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1502,12 +1398,12 @@ msgstr "" "သင် သို့မဟုတ် ဆာဗာ ၏ဆ.သ.ရ-ကွန်ရက်ကို ကာကွယ်နေသော ဆ.သ.ရ-ကွန်ရက် မီးတံတိုင်း (အင်တာနက်တောင်းဆိုချက်များကို " "ကန့်သတ်သော ကိရိယာ)သည် ဤတောင်းဆိုချက်ကို ပိတ်ပင်တားဆီးခဲ့သည်။" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "ဆာဗာသို့ ချိတ်ဆက်မှု မမျှော်လင့်ဘဲ ပြတ်တောက်သွားသည်" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1516,24 +1412,24 @@ msgstr "" "%1 နှင့်ချိတ်ဆက်မှု အောင်မြင်ခဲ့သော်လည်း ဆက်သွယ်မှုအတွင်း မမျှော်လင့်ထားသောအမှတ်တွင် " "ချိတ်ဆက်မှုပြတ်တောက်သွားခဲ့သည်။" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "လုပ်ရိုးလုပ်ထုံးဆိုင်ရာအမှား ဖြစ်ပေါ်ခဲ့သောကြောင့် တုံ့ပြန်မှုအဖြစ် ဆာဗာမှ ချိတ်ဆက်မှုကို ပိတ်ခဲ့သည်။" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "ယူအာအယ် ရင်းမြစ်တန်ဖိုး မမှန်ကန်ပါ" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 လုပ်ရိုးလုပ်ထုံးသည် စစ်ထုတ်-လုပ်ရိုးလုပ်ထုံးတစ်ခု မဟုတ်ပါ" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (ယူအာအယ်လ်) သည် ဖော်ပြထားသောရင်းမြစ် %1%2 ကို သုံးရန် " "မှန်ကန်သော စနစ်ကို ညွှန်ပြမနေပါ။" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1556,17 +1452,17 @@ msgstr "" "လုပ်ရိုးလုပ်ထုံးသည် ထိုကဲ့သို့ သုံးရန် ဖြစ်သော်လည်း ၎င်းသည် ထိုကဲ့သို့ မစွမ်းဆောင်နိုင်ပါ။ ပရိုဂရမ်မင်းဆိုင်ရာ " "အမှားဖြစ်နိုင်သည်။" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "အသွင်း/အထုတ် စက်ကို မစတင်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "စက်ကို မတပ်ဆင်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1575,7 +1471,7 @@ msgstr "" "တောင်းဆိုထားသော စက်ကို မစတင်နိုင်ခဲ့ပါ(\"mounted\")။ အစီရင်ခံလာသော အမှားမှာ - %1 ဖြစ်သည်။" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1585,7 +1481,7 @@ msgstr "" "စက်သည် အဆင်သင့် မဖြစ်သေးပါ။ ဥပမာ။ ။ ဖြုတ်၍ရသော မီဒီယာစက်အတွင်းမီဒီယာမရှိခြင်း ( စီဒီစက်တွင်် " "စီဒီပြားမရှိခြင်း) သို့မဟုတ် စက်ကို သေချာမှန်ကန်စွာ မချိတ်ဆင်ထားခြင်း။" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1595,7 +1491,7 @@ msgstr "" "စက်ကို ဖွင့်(တပ်ဆင်)ပစ်ရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။ ယူနစ်စ်စစ်စတမ်းများတွင် စက်ကိုဖွင့်ရန် " "စစ်စတမ်အုပ်ချုပ်ရေးမှူး၏အခွင့်အာဏာလိုအပ်သည်။" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1604,17 +1500,17 @@ msgstr "" "စက် အဆင်သင့်ဖြစ်သည်ကို သေချာအောင်လုပ်ပါ။ ဖြုတ်၍ရသောစက်များတွင် မီဒီယာပါဝင်သည်။ ပြောင်းရွေ့လွယ်-" "စက်များကိုလည်း ချိတ်ဆက်၍ပါဝါဖွင့်ထားရမည်။ နောက်တစ်ကြိမ်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "အသွင်း/အထုတ် စက်ကို မပိတ်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "စက်ကို မဖြုတ်ပစ်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1623,7 +1519,7 @@ msgstr "" "တောင်းဆိုထားသော စက်ကို မစတင်ထားသောအခြေအနေသို့ မပို့နိုင်ခဲ့ပါ(\"unmounted\")။ အစီရင်ခံလာသော " "အမှားမှာ - %1 ဖြစ်သည်။" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1633,7 +1529,7 @@ msgstr "" "စက်သည် မအားလပ်ပါ။ ၎င်းကို အခြား အပ္ပလီကေးရှင်း သို့ အသုံးပြုသူမှ သုံးနေဆဲ ဖြစ်သည်။ စက်ပေါ်ရှိ နေရာပေါ်တွင် " "ဘရောက်ဇာဝင်းဒိုးဖွင့်ထားရုံနှင့် ၎င်းစက်အား အသုံးပြုထားမည်ဖြစ်သည်။" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1643,56 +1539,56 @@ msgstr "" "စက်ကို ပိတ်(ဖြုတ်)ပစ်ရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။ ယူနစ်စ်စစ်စတမ်းများတွင် စက်ကိုပိတ်ပစ်ရန် " "စစ်စတမ်အုပ်ချုပ်ရေးမှူး၏အခွင့်အာဏာလိုအပ်သည်။" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "စက်ကို မည်သည့်အပ္ပလီကေးရှင်းမှ အသုံးမပြုသည်ကို သေချာအောင်လုပ်၍ နောက်တစ်ကြိမ်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "ရင်းမြစ်မှ ဖတ်မရပါ" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "ရင်းမြစ် %1 ကိုဖွင့်နိုင်ခဲ့သော်လည်း ၎င်းကို ဖတ်ရာ၌ အမှား ဖြစ်ပေါ်ခဲ့သည်။" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "ရင်းမြစ်မှဖတ်ရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "ရင်းမြစ်သို့ ရေးမရပါ" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "ရင်းမြစ် %1 ကိုဖွင့်နိုင်ခဲ့သော်လည်း ၎င်းသို့ ရေးရာ၌ အမှား ဖြစ်ပေါ်ခဲ့သည်။" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "ရင်းမြစ်သို့ရေးရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှုများကို နားမထောင်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "မချည််နှောင်နိုင်ခဲ့ပါ။" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1702,17 +1598,17 @@ msgstr "" "၎င်းသည် အဝင် ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှုများကို နားထောင်ရန်အတွက် ဆ.သ.ရ-ကွန်ရက် ဆက်သွယ်မှုများ ပြုလုပ်ရန် " "လိုအပ်သောစက် (ဆော့ခ်ကတ်) မဖန်တီးနိုင်ခဲ့သော နည်းပညာဆိုင်ရာ အမှားအယွင်းဖြစ်သည်။" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "နားမထောင်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှုကို လက်မခံနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1721,33 +1617,33 @@ msgstr "" "၎င်းသည် အဝင် ဆ.သ.ရ-ကွန်ရက်ချိတ်ဆက်မှုများကို လက်ခံရန် ကြိုးပမ်းစဥ် ဖြစ်ပေါ်ခဲ့သော နည်းပညာဆိုင်ရာ " "အမှားအယွင်းဖြစ်သည်။" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "ချိတ်ဆက်မှုကို လက်ခံရန် သင်၌ ခွင့်ပြုချက်မရှိပါ။" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "လော့ဂင် ဝင်မရခဲ့ပါ- %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "တောင်းဆိုထားသော လုပ်ဆောင်ချက် ဆောင်ရွက်ရန် လော့ဂင်ဝင်ဖို့ ကြိုးပမ်းမှု မအောင်မြင်ပါ။" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "ရင်းမြစ်အခြေအနေအား မသုံးသပ်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "ရင်းမြစ်အခြေအနေ မပြနိုင်ခဲ့ပါ" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1756,105 +1652,105 @@ msgstr "" "အမည်၊ အမျိုးအစား၊ အရွယ်အစား စသည့် ရင်းမြစ် %1 " "ဆိုင်ရာအခြေအနေအချက်အလက်များကို ဆုံးဖြတ်ရန် ကြိုးပမ်းမှု မအောင်မြင်ပါ။" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "ဖော်ပြထားသောရင်းမြစ် မရှိပါ သို့မဟုတ် အသုံးပြု၍မရပါ။" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "နားထောင်နေခြင်းအား မရပ်တန့်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ပြင်ပါ - ဤအရာကို မှတ်တမ််းပြုစုပါ" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" -msgstr "ဖိုလ်ဒါကို မတည်ဆောက်နိုင်ခဲ့ပါ" - -#: core/job_error.cpp:931 -#, kde-format -msgid "An attempt to create the requested folder failed." -msgstr "တောင်းဆိုထားသောဖိုလ်ဒါ တည်ဆောက်ရန် ကြိုးပမ်းမှု မအောင်မြင်ခဲ့ပါ။" +msgstr "ဖိုင်တွဲကို မတည်ဆောက်နိုင်ခဲ့ပါ" #: core/job_error.cpp:934 #, kde-format -msgid "The location where the folder was to be created may not exist." -msgstr "ဖိုလ်ဒါတည်ဆောက်ရမည့် တည်နေရာ မရှိတော့ပါ။" +msgid "An attempt to create the requested folder failed." +msgstr "တောင်းဆိုထားသောဖိုင်တွဲ တည်ဆောက်ရန် ကြိုးပမ်းမှု မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:943 +#: core/job_error.cpp:937 +#, kde-format +msgid "The location where the folder was to be created may not exist." +msgstr "ဖိုင်တွဲတည်ဆောက်ရမည့် တည်နေရာ မရှိတော့ပါ။" + +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" -msgstr "ဖိုလ်ဒါကို မဖယ်ရှားနိုင်ခဲ့ပါ" +msgstr "ဖိုင်တွဲကို မဖယ်ရှားနိုင်ခဲ့ပါ" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -"သေချာဖော်ပြထားသော ဖိုလ်ဒါ %1 အားဖယ်ရှားရန် ကြိုးပမ်းမှု မအောင်မြင်ခဲ့ပါ။" +"သေချာဖော်ပြထားသော ဖိုင်တွဲ %1 အားဖယ်ရှားရန် ကြိုးပမ်းမှု မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." -msgstr "သေချာသတ်မှတ်ထားသော ဖိုလ်ဒါမရှိပါ။" +msgstr "သေချာသတ်မှတ်ထားသော ဖိုင်တွဲမရှိပါ။" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." -msgstr "သေချာသတ်မှတ်ထားသော ဖိုလ်ဒါသည် ဗလာမဟုတ်ပါ။" +msgstr "သေချာသတ်မှတ်ထားသော ဖိုင်တွဲသည် ဗလာမဟုတ်ပါ။" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." -msgstr "ဖိုလ်ဒါ ရှိနေလား၊ ဗလာဖြစ်နေသလား သေချာအောင်စစ်ဆေးပြီး ပြန်ကြိုးစားကြည့်ပါ။" +msgstr "ဖိုင်တွဲ ရှိနေလား၊ ဗလာဖြစ်နေသလား သေချာအောင်စစ်ဆေးပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" -msgstr "ဖိုင်လ်ကူးပြောင်းမှု ကို ပြန်၍မစတင်နိုင်ပါ။" +msgstr "ဖိုင်ကူးပြောင်းမှု ကို ပြန်၍မစတင်နိုင်ပါ။" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -"ဖော်ပြခဲ့သောတောင်းဆိုချက်သည် ကူးပြောင်းမှု၏ တစ်ခုသောအမှတ်မှ ဖိုင်လ် %1 " +"ဖော်ပြခဲ့သောတောင်းဆိုချက်သည် ကူးပြောင်းမှု၏ တစ်ခုသောအမှတ်မှ ဖိုင် %1 " "ကူးပြောင်းခြင်း ပြန်၍စရန် လိုချင်သည်။ မဖြစ်နိုင်ပါ။(လုပ်၍မရပါ)" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." -msgstr "လုပ်ရိုးလုပ်ထုံး၊ သို့မဟုတ် ဆာဗာ သည် ဖိုင်လ်ကူးပြောင်းခြင်း ပြန်၍စတင်ခြင်းကို မလုပ်ဆောင်နိုင်ပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး၊ သို့မဟုတ် ဆာဗာ သည် ဖိုင်ကူးပြောင်းခြင်း ပြန်၍စတင်ခြင်းကို မလုပ်ဆောင်နိုင်ပါ။" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "ကူးပြောင်းခြင်းပြန်စတင်ရန် မကြိုးပမ်းဘဲ တောင်းဆိုးချက် ပြန်တောင်းမည်။" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "ရင်းမြစ်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "သေချာဖော်ပြထားသော ရင်းမြစ် %1 အားအမည်ပြောင်းလဲရန် ကြိုးပမ်းမှု " "မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "ရင်းမြစ်၏ခွင့်ပြုချက်များကို မပြောင်းလဲနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 ၏ ခွင့်ပြုချက်များပြောင်းလဲရန် ကြိုးပမ်းမှု " "မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "ရင်းမြစ်၏ပိုင်ဆိုင်မှုကို ပြောင်းလဲမရပါ" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 ၏ ပိုင်ဆိုင်မှု ပြောင်းလဲရန် ကြိုးပမ်းမှု " "မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "ရင်းမြစ်ကိုမဖျက်နိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "သေချာဖော်ပြထားသော ရင်းမြစ် %1 အားဖျက်ရန် ကြိုးပမ်းမှု မအောင်မြင်ခဲ့ပါ။" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "မမျှော်လင့်ထားသော ပရိုဂရမ် အဆုံးသတ်မှု" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "လုပ်ရိုးလုပ်ထုံး %1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ်ကို မမျှော်လင့်ဘဲ အဆုံးသတ်ခံရသည်။" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "မှတ်ဉာဏ်ကုန်ပြီ" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "လုပ်ရိုးလုပ်ထုံး %1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ် လိုအပ်သော မှတ်ဉာဏ် မရယူနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "မသိသော ကွန်ရက်ဆိုင်ရာ ကြားခံအိမ်ရှင်" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1\" ဖြစ်ပေါ်ခဲ့သည်။ မသိသော အိမ်ရှင်အမှားသည် တောင်းဆိုသောအမည် အင်တာနက်ပေါ်တွင်မရှိသည်ကို ပြသနေသည်။" -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1937,17 +1833,17 @@ msgstr "" "သင်၏ကွန်ရက်ဆိုင်ရက်ပြင်ဆင်မှုများတွင် ပြဿနာရှိနေသည်။ အထူးသဖြင့် ကြားခံ အိမ်ရှင်အမည်။ လတ်တလောတုန်းက " "အင်တာနက်သုံးရတာ ဘာပြဿနာမှ မရှိရင်တော့ ဒီပြဿနာ သိပ်မဖြစ်နိုင်ဘူး။" -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "သင်၏ကြားခံ-သတ်မှတ်ချက်များကို နှစ်ခါပြန်စစ်ဆေးပြီး ပြန်ကြိုးစားကြည့်ပါ။" -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "ယုံကြည်မှုရယူခြင်း မအောင်မြင်ပါ - နည်းလမ် '%1' လုပ်ဆောင်မရပါ" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1958,7 +1854,7 @@ msgstr "" "အဘယ့်ကြောင့်ဆိုသော် လုပ်ရိုးလုပ်ထုံး %1 ကို ထည့်သွင်းထားသော ကေဒီအီးပရိုဂရမ်မှ ဆာဗာအသုံးပြုသော နည်းလမ်းကို " "မလုပ်ဆောင်နိုင်သောကြောင့်ဖြစ်သည်။" -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -1967,17 +1863,17 @@ msgstr "" "အသုံးပြု၍မရသော ယုံကြည်မှုရယူခြင်းနည်းလမ်းအကြောင်း ကေဒီအီးအသင်းသိစေရန် https://bugs.kde.org/သို့ ပြစ်ချက်အစီရင်ခံစာပို့ပါ။" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "တောင်းဆိုမှု ဖျက်ချခဲ့သည်" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "ဆာဗာစနစ်အတွင်းပိုင်းအမှား" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1986,7 +1882,7 @@ msgstr "" "လုပ်ရိုးလုပ်ထုံး %1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ်(ဆာဗာပေါ်ရှိ)သည် စနစ်အတွင်းပိုင်းအမှား- " "%2ကို အစီရင်ခံခဲ့သည်။" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1995,51 +1891,41 @@ msgstr "" "ဆာဗာပရိုဂရမ်တွင် ပါလာသော ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက်ကြောင့် ဖြစ်နိုင်သည်။ အောက်တွင်ဖော်ပြထားသလို " "ပြစ်ချက်အစီရင်ခံစာ တင်ရန် စဥ်းစားပါ။" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "ပြဿနာအကြောင်း အကြံပေးရန် ဆာဗာအုပ်ချုပ်ရေးမှူးအား ဆက်သွယ်ပါ။" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "ဆာဗာဆော့ဖ်လ်ဝဲလ်ရေးသားသူများကို သင်သိပါက ပြစ်ချက်အစီရင်ခံစာကို သူတို့ထံ တိုက်ရိုက်တင်ပြပါ။" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "အချိန်ကုန်မှုဆိုင်ရာ အမှား" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." -msgstr "" -"ဆာဗာနှင့် အဆက်အသွယ်လုပ်ခဲ့သော်လည်း အောက်ပါသတ်မှတ်ထားသောအချိန်တွင်း တုံ့ပြန်မှုမရှိခဲ့ပါ- " -"
        • ချိတ်ဆက်မှုပြီးမြောက်ရန်ဆောင်ရွက်မှု အချိန်ကုန်ချက် - %1 စက္ကန့်
        • တုံ့ပြန်မှုလက်ခံမှု " -"အချိန်ကုန်ချက် - %2 စက္ကန့်
        • ကြားခံဆာဗာများအသုံးပြုမှု အချိန်ကုန်ချက် - %3 စက္ကန့်
        • မှတ်ချက်။ ။ကေဒီအီးစစ်စတမ်သတ်မှတ်ချက်များ ရှိ ဆ.သ.ရ-ကွန်ရက်ဆိုင်ရာချက်များ အတွင်း ချိတ်ဆက်မှုဆိုင်ရာ " -"နှစ်သက်-သတ်မှတ်ချက်များတွင် အချိန်ကုန်ချက်သတ်မှတ်ချက်များကို ပြောင်းလဲနိုင်သည်။" +"within the amount of time allocated for the request." +msgstr "ဆာဗာနှင့်ဆက်သွယ်၍ရခဲ့သော်လည်း တုံ့ပြန်မှုကို ပေးထားသောအချိန်အတွင်း ပြန်မရခဲ့ပါ။" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "ဆာဗာသည် အခြားတောင်းခံမှုကို တုံ့ပြန်ရာ၌ မအားမလပ်ဖြစ်နေသဖြင့် မတုံ့ပြန်နိုင်သေးပါ။" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "မသိသောအမှား" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ် သည် မသိသောအမှား- %2 ကို အစီရင်ခံခဲ့သည်။" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "မသိသော ကြားဖြတ်ခံရမှု" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ကို သုံးခွင့်ပေးသော ပရိုဂရမ် သည် အမျိုးအစားမသိသော ကြားဖြတ်မှု- " "%2 ကို အစီရင်ခံခဲ့သည်။" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" -msgstr "မူလဖိုင်လ်ကိုမဖျက်နိုင်ခဲ့ပါ။" +msgstr "မူလဖိုင်ကိုမဖျက်နိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " "likely at the end of a file move operation. The original file %1 could not be deleted." msgstr "" -"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် မူလဇစ်မြစ်ဖိုင်လ်အား ဖျက်ရန် " -"လိုအပ်သည်(ရွေ့ပြောင်းလုပ်ဆောင်ချက်အဆုံးတွင်ဖြစ်နိုင်သည်)။ သို့သော် ယင်းဖိုင်လ်%1ကို " +"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် မူလဇစ်မြစ်ဖိုင်အား ဖျက်ရန် " +"လိုအပ်သည်(ရွေ့ပြောင်းလုပ်ဆောင်ချက်အဆုံးတွင်ဖြစ်နိုင်သည်)။ သို့သော် ယင်းဖိုင်%1ကို " "ဖျက်၍မရပါ။" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" -msgstr "ယာယီဖိုင်လ်ကိုမဖျက်နိုင်ခဲ့ပါ။" +msgstr "ယာယီဖိုင်ကိုမဖျက်နိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " "to save the new file while being downloaded. This temporary file %1 could not be deleted." msgstr "" -"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် ယာယီဖိုင်လ်ဖန်တီးရန် လိုအပ်သည်။ သို့သော် ယင်းဖိုင်လ်%1ကို " +"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် ယာယီဖိုင်ဖန်တီးရန် လိုအပ်သည်။ သို့သော် ယင်းဖိုင်%1ကို " "ဖန်တီး၍မရပါ။" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" -msgstr "ဇစ်မြစ်ဖိုင်လ်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။" +msgstr "ဇစ်မြစ်ဖိုင်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် မူလဇစ်မြစ်ဖိုင်လ် %1 အား အမည်ပြောင်းရန် " -"လိုအပ်သည်။ သို့သော် ယင်းဖိုင်လ်ကို အမည်ပြောင်း၍မရပါ။" +"တောင်းခံထားသော လုပ်ဆောင်ချက်သည် မူလဇစ်မြစ်ဖိုင် %1 အား အမည်ပြောင်းရန် " +"လိုအပ်သည်။ သို့သော် ယင်းဖိုင်ကို အမည်ပြောင်း၍မရပါ။" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" -msgstr "ယာယီဖိုင်လ်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ" +msgstr "ယာယီဖိုင်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -"တောင်းဆိုထားသော လုပ်ဆောင်ချက်သည် ယာယီဖိုင်လ် %1ကို ဖန်တီးရန်လိုအပ်သော်လည်း ၎င်းဖိုင်လ်ကို " +"တောင်းဆိုထားသော လုပ်ဆောင်ချက်သည် ယာယီဖိုင် %1ကို ဖန်တီးရန်လိုအပ်သော်လည်း ၎င်းဖိုင်ကို " "မဖန်တီးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "လင့်ခ်ကို မဖန်တီးနိုင်ခဲ့ပါ" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "အထိမ်းအမှတ်လင့်ခ်ကို မဖန်တီးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "တောင်းခံခဲ့သော အထိမ်းအမှတ်-လင့်ခ် %1 ကို ဖန်တီး၍မရပါ။" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "ပါဝင်ဒေတာမရှိ" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "မှတ်ဉာဏ်စက်ပြည့်သွားပြီ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -"တောင်းဆိုထားသော ဖိုင်လ် %1ကို မှတ်ဉာဏ်နေရာလွတ် မလုံလောက်သောကြောင့် ရေးမရခဲ့ပါ။" +"တောင်းဆိုထားသော ဖိုင် %1ကို မှတ်ဉာဏ်နေရာလွတ် မလုံလောက်သောကြောင့် ရေးမရခဲ့ပါ။" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" -"လုံလောက်သောမှတ်ဉာဏ်နေရာလွတ်ရရှိရန် ၁) မလိုချင်သော ဖိုင်လ်နှင့် ယာယီဖိုင်လ်များဖျက်ပစ်ပါ၊ ၂)စီဒီ၊ ယူအက်စ်ဘီ ကဲ့သို့ " +"လုံလောက်သောမှတ်ဉာဏ်နေရာလွတ်ရရှိရန် ၁) မလိုချင်သော ဖိုင်နှင့် ယာယီဖိုင်များဖျက်ပစ်ပါ၊ ၂)စီဒီ၊ ယူအက်စ်ဘီ ကဲ့သို့ " "ဖြုတ်လို့ရသော မီဒီယာမှတ်ဉာဏ်စက်များသို့ သိမ်းရန်၊ သို့မဟုတ် ၃) ပိုများသော မှတ်ဉာဏ်ပမာဏ တပ်ဆင်ပါ။" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" -msgstr "မူလဇစ်မြစ်ဖိုင်လ်နှင့် ဦးတည်ဖိုင်လ် တစ်ထပ်တည်းကျသည်။" +msgstr "မူလဇစ်မြစ်ဖိုင်နှင့် ဦးတည်ဖိုင် တစ်ထပ်တည်းကျသည်။" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." -msgstr "မူလဇစ်မြစ်နှင့် ဦးတည် ဖိုင်လ် တူညီနေသောကြောင့် လုပ်ဆောင်ချက် မပြီးမြောက်ခဲ့ပါ။" +msgstr "မူလဇစ်မြစ်နှင့် ဦးတည် ဖိုင် တူညီနေသောကြောင့် လုပ်ဆောင်ချက် မပြီးမြောက်ခဲ့ပါ။" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." -msgstr "ဦးတည်ဖိုင်လ်အတွက် အမည်သစ်ပေး။" +msgstr "ဦးတည်ဖိုင်အတွက် အမည်သစ်ပေး။" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" -msgstr "ဖိုင်လ်၊ ဖိုလ်ဒို အနေဖြင့် ၎င်းထံသို့၎င်း လွှတ်ချခဲ့သည်" +msgstr "ဖိုင်၊ ဖိုလ်ဒို အနေဖြင့် ၎င်းထံသို့၎င်း လွှတ်ချခဲ့သည်" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." -msgstr "မူလဇစ်မြစ်နှင့် ဦးတည် ဖိုင်လ် သို့မဟုတ် ဖိုလ်ဒါ တူညီနေသောကြောင့် လုပ်ဆောင်ချက် မပြီးမြောက်ခဲ့ပါ။" +msgstr "မူလဇစ်မြစ်နှင့် ဦးတည် ဖိုင် သို့မဟုတ် ဖိုင်တွဲ တူညီနေသောကြောင့် လုပ်ဆောင်ချက် မပြီးမြောက်ခဲ့ပါ။" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." -msgstr "အိုင်တမ်ကို ကွဲပြားသော ဖိုင်လ် သို့ ဖိုလ်ဒါ အတွင်း လွှတ်ချပါ။" +msgstr "အိုင်တမ်ကို ကွဲပြားသော ဖိုင် သို့ ဖိုင်တွဲ အတွင်း လွှတ်ချပါ။" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" -msgstr "ဖိုလ်ဒါသည် ၎င်း၏အတွင်းသို့ ၎င်း ရွေ့ခဲ့သည်" +msgstr "ဖိုင်တွဲသည် ၎င်း၏အတွင်းသို့ ၎င်း ရွေ့ခဲ့သည်" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "မူလဇစ်မြစ်အနေဖြင့် ၎င်းထံသို့၎င်း ရွေ့မရသောကြောင့် လုပ်ဆောင်ချက် မပြီးမြောက်ခဲ့ပါ။" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." -msgstr "အိုင်တမ်ကို ကွဲပြားသော ဖိုလ်ဒါ အတွင်း ရွေ့ပြောင်းပါ။" +msgstr "အိုင်တမ်ကို ကွဲပြားသော ဖိုင်တွဲ အတွင်း ရွေ့ပြောင်းပါ။" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "စကားဝှက်ဆာဗာနှင့် မဆက်သွယ်နိုင်ခဲ့ပါ" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2228,92 +2114,85 @@ msgstr "" "စကားဝှက်တောင်းဆိုသည့် ဝန်ဆောင်မှု (kpasswdserver) နှင့်ဆက်သွယ်၍မရသောကြောင့် လုပ်ဆောင်ချက် " "မပြီးမြောက်ပါ" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "သင်၏ ဆက်ရှင်ကို ပြန်စကြည့်ပါ သို့မဟုတ် ကေအိုင်အိုဒီမှတ်တမ်းများတွင် အမှားများ ရှာကြည့်ပါ။" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 လုပ်ရိုးလုပ်ထုံးကို မစတင်နိုင်ပါ" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to Create io-slave" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "အိုင်အို-ကျွန်ကို မဖန်တီးနိုင်ခဲ့ပါ" +msgstr "KIO worker မဖန်တီးနိုင်ခဲ့ပါ။" -#: core/job_error.cpp:1254 -#, fuzzy, kde-format -#| msgid "" -#| "The io-slave which provides access to the %1 protocol " -#| "could not be started. This is usually due to technical reasons." +#: core/job_error.cpp:1249 +#, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"%1 လုပ်ရိုးလုပ်ထုံး အသုံးပြုခွင့် ပေးသော အိုင်အို-ကျွန် ကို " -"နည်းပညာဆိုင်ရာအခက်အခဲများကြောင့် စတင်၍မရခဲ့ပါ။" +"%1 စနစ် အသုံးပြုခွင့် ပေးသော KIO worker ကို နည်းပညာဆိုင်ရာအခက်အခဲများကြောင့် " +"စတင်၍မရခဲ့ပါ။" -#: core/job_error.cpp:1259 -#, fuzzy, kde-format -#| msgid "" -#| "klauncher could not find or start the plugin which provides the protocol." -#| "This means you may have an outdated version of the plugin." +#: core/job_error.cpp:1254 +#, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -"လုပ်ရိုးလုပ်ထုံးကို ပေးသော ပလပ်ဂင်ကို ကေလောင်ချာ ရှာမတွေ့ပါ၊ သို့ မစတင်နိုင်ခဲ့ပါ။ သင်သည် ပလပ်ဂင်၏ " -"ခေတ်နောက်ကျသော ဗားရှင်းသုံးနေပုံရသည်။" +"စနစ်ထောက်ပံ့ပေးသော ပလပ်ဂင်ကို klauncher ရှာမတွေ့ပါ၊ သို့ မစတင်နိုင်ခဲ့ပါ။ ခေတ်နောက်ကျသော " +"ပလပ်ဂင်ဗားရှင်းသုံးနေပုံရသည်။" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1ကို မကူးပြောင်းနိုင်ပါ" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" -"'%1'ဖိုင်လ် ကိုကူးပြောင်း၍မရပါ။ အဘယ့်ကြောင့်ဆိုသော် ဦးတည်ဖိုင်လ်စနစ်သည် " -"ထိုမျှကြီးသောဖိုင်လ်ကို မသိမ်းဆည်းနိုင်ပါ။" +"'%1'ဖိုင် ကိုကူးပြောင်း၍မရပါ။ အဘယ့်ကြောင့်ဆိုသော် ဦးတည်ဖိုင်စနစ်သည် " +"ထိုမျှကြီးသောဖိုင်ကို မသိမ်းဆည်းနိုင်ပါ။" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -"ထိုမျှကြီးမားသော ဖိုင်လ်များ သိမ်းဆည်းနိုင်သည့် ဖိုင်လ်စနစ်အဖြစ် ဦးတည်မှတ်ဉာဏ်စက်ကို ပြန်လည်စီစဥ်ဖွဲ့စည်းနေရာချပါ။" +"ထိုမျှကြီးမားသော ဖိုင်များ သိမ်းဆည်းနိုင်သည့် ဖိုင်စနစ်အဖြစ် ဦးတည်မှတ်ဉာဏ်စက်ကို ပြန်လည်စီစဥ်ဖွဲ့စည်းနေရာချပါ။" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "မှတ်တမ်းမပြုစုထားသော အမှား" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1သို့ အထိမ်းအမှတ်လင့်ခ်ချိတ်)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1၊ %2သို့လင့်ခ်ချိတ်)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 သို့ညွှန်ပြသည်)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2322,25 +2201,25 @@ msgstr "" "ပုံပျက်နေသော ယူအာအယ်လ်\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "%1၏ ဖိုင်လ်အမျိုးအစားကို မဆုံးဖြတ်နိုင်ပါ" +msgstr "%1၏ ဖိုင်အမျိုးအစားကို မဆုံးဖြတ်နိုင်ပါ" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." -msgstr "'%1' မှ လုပ်ဆောင်-ဖိုင်လ်အမည် မရခဲ့ပါ။ ကျေးဇူးပြု၍ မှန်ကန်သော ပရိုဂရမ်အမည် ရိုက်သွင်းပါ။" +msgstr "'%1' မှ လုပ်ဆောင်-ဖိုင်အမည် မရခဲ့ပါ။ ကျေးဇူးပြု၍ မှန်ကန်သော ပရိုဂရမ်အမည် ရိုက်သွင်းပါ။" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 သည် ဆောင်ရွက်၍ရသော ပရိုဂရမ်မဟုတ်ပါ။" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2350,92 +2229,92 @@ msgstr "" "%1 ကိုမတွေ့ပါ။ ကျေးဇူးပြု၍ ဆောင်ရွက်၍ရသောပရိုဂရမ်သို့ " "မှန်ကန်စွာပြသောလမ်းကြောင်းရေးထည့်ပါ။" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ချိတ်ဆက်မှုဖွင့်ခြင်း ပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "လုပ်ရိုးလုပ်ထုံး '%1' တွင် ချိတ်ဆက်မှုပိတ်သောလုပ်ဆောင်ချက်မပါပါ။" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်လ်များရယူအသုံးပြုခြင်း ပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်များရယူအသုံးပြုခြင်း ပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 သို့ ရေးမရပါ။" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "လုပ်ရိုးလုပ်ထုံး %1 အတွက် အထူးပြုလုပ်ဆောင်ချက်များ မရှိပါ။" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုလ်ဒါများစာရင်းပြခြင်းပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်တွဲများစာရင်းပြခြင်းပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 မှ ဒေတာရယူခြင်း လုပ်ဆောင်၍မရပါ။" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 မှ အမ်အိုင်အမ်အီးတိုက် ဆိုင်ရာ အချက်အလက် ရယူခြင်း လုပ်ဆောင်၍မရပါ။" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "%1 အတွင်း ဖိုင်လ်များ အမည်ပြောင်းခြင်း၊ ကူးပြောင်းခြင်း မပြုလုပ်နိုင်ပါ။" +msgstr "%1 အတွင်း ဖိုင်များ အမည်ပြောင်းခြင်း၊ ကူးပြောင်းခြင်း မပြုလုပ်နိုင်ပါ။" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဆင်းလင့်ခ်များဖန်တီးခြင်းပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." -msgstr "%1 အတွင်း ဖိုင်လ်များ ကူးယူခြင်း မပြုလုပ်နိုင်ပါ။" +msgstr "%1 အတွင်း ဖိုင်များ ကူးယူခြင်း မပြုလုပ်နိုင်ပါ။" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." -msgstr "%1မှဖိုင်လ်များဖျက်ခြင်းကို မလုပ်ဆောင်နိုင်ပါ။" +msgstr "%1မှဖိုင်များဖျက်ခြင်းကို မလုပ်ဆောင်နိုင်ပါ။" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုလ်ဒါများတည်ဆောင်ခြင်းပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်တွဲများတည်ဆောင်ခြင်းပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်လ်များ၏သက်ဆိုင်ရာညွှန်ပြတန်ဖိုးများပြောင်းလဲခြင်း ပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်များ၏သက်ဆိုင်ရာညွှန်ပြတန်ဖိုးများပြောင်းလဲခြင်း ပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်လ်များ၏ပိုင်ဆိုင်မှု ပြောင်းလဲခြင်း ပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်များ၏ပိုင်ဆိုင်မှု ပြောင်းလဲခြင်း ပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." -msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်လ်များဖွင့်ခြင်း ပြုလုပ်၍မရပါ။" +msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် ဖိုင်များဖွင့်ခြင်း ပြုလုပ်၍မရပါ။" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "လုပ်ရိုးလုပ်ထုံး %1 နှင့် လုပ်ဆောင်ချက် %2 ပြုလုပ်၍မရပါ။" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2443,317 +2322,337 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"ခွင့်ပြုချက်လိုသည်များအတွက် တောင်းခံပေးသည့် '%1' KIO worker၏လုံခြုံရေးလုပ်ထုံးကိုတရားသေယုံကြည့်ထား၍မရပါ။ " +"rootအပြင်အခြားသုံးစွဲသူများကလည်း %2တွင် လုပ်ထုံးကိုပြင်ဆင်ထားနိုင်သောကြောင့်ဖြစ်သည်။" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "မသိသောလုပ်ရိုးလုပ်ထုံး '%1'။" -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "'%1' လုပ်ရိုးလုပ်ထုံးအတွက် အိုင်အို-ကျွန် ရှာမတွေ့ပါ။" +msgstr "'%1' စနစ်အတွက် KIO workerရှာမတွေ့ပါ။" -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not create socket for launching io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2ရှိ \"%1\" KIO workerကို မတွန်းတင်ထားပါ။ %3အပြင်ရောက်နေပြီး " +"အဆင့်တိုးမြင့်သတ်မှတ်ချက်တောင်းခံမှုလုပ်ဆောင်ခြင်းသည် မယုံကြည့်ရ၍ဖြစ်သည်" + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "လုပ်ရိုးလုပ်ထုံး'%1'အတွက် အိုင်အို-ကျွန် စတင်ရန် ဆော့ကတ် မဖန်တီးနိုင်ပါ။" +msgstr "'%1' စနစ်အတွက် KIO worker လွှင့်တင်ရန် socketမဖန်တီးနိုင်ခဲ့ပါ" -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find 'kioslave5' executable at '%1'" +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "'%1'၌ 'ကေအိုင်အိုကျွန်၅' ဆောင်ရွက်ဖိုင်လ်ကို ရှာမတွေ့ပါ" +msgstr "'%1'တွင်'kioworker'ကိုရှာမတွေ့ပါ" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Dအသေးစိတ်" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Fထာဝရ" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&nဆက်ရန်" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&C လက်ရှိဆက်ရှင်အတွက်သာ" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ဖိုင်တွဲအသစ်သို့ရွှေ့" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ယင်းအိုင်တမ်းများအတွက်ဖိုင်တွဲအသစ်တည်ဆောက်ရန်" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." -msgstr "ဖျက်ရန် သင် ဖိုင်လ်မရွေးချယ်ထားပါ။" +msgstr "ဖျက်ရန် သင် ဖိုင်မရွေးချယ်ထားပါ။" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "ဖျက်ရန်မရှိ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." -msgstr "အမှိုက်ပုံးသို့ပို့ရန် သင် ဖိုင်လ်မရွေးချယ်ထားပါ။" +msgstr "အမှိုက်ပုံးသို့ပို့ရန် သင် ဖိုင်မရွေးချယ်ထားပါ။" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "အမှိုက်ပုံးပို့ရန်မရှိ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." -msgstr "ဖော်ပြထားသော ဖိုလ်ဒါ မရှိပါ၊ သို့မဟုတ် ဖတ်မရပါ။" +msgstr "ဖော်ပြထားသော ဖိုင်တွဲ မရှိပါ၊ သို့မဟုတ် ဖတ်မရပါ။" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "မီနူး" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" -msgstr "မိခင်ဖိုလ်ဒါ" +msgstr "မိခင်ဖိုင်တွဲ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "ပြန်လှည့်ရန်" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "ရှေ့သွားရန်" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" -msgstr "အိမ်ဖိုလ်ဒါ" +msgstr "အိမ်ဖိုင်တွဲ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "ပြန်တွန်းတင်" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "ဖိုလ်ဒါအသစ်" +msgstr "ဖိုင်တွဲအသစ်…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "အမှိုက်ပုံးသို့ရွေ့ယူရန်" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "ဖျက်မည်" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "စီသည်" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "အမည်ဖြင့်စီမည်" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "အရွယ်အစားဖြင့်စီမည်" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "ရက်စွဲဖြင့်စီမည်" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "အမျိုးအစားဖြင့်စီမည်" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "တက်နေသည်" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "ဆင်းနေသည်" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" -msgstr "ဖိုလ်ဒါများ အရင်" +msgstr "ဖိုင်တွဲများ အရင်" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" -msgstr "ဖွက်ထားသောဖိုင်လ်များနောက်ဆုံး" +msgstr "ဖွက်ထားသောဖိုင်များနောက်ဆုံး" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "အိုင်ကွန်နှင့်ပြသော မြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "ကျစ်လစ်-မြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "အသေးစိတ်ပြမြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "အိုင်ကွန် တည်နေရာ" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" -msgstr "ဖိုင်လ်အမည်ဘေးသို့" +msgstr "ဖိုင်အမည်ဘေးသို့" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" -msgstr "ဖိုင်လ်အမည်ပေါ်" +msgstr "ဖိုင်အမည်ပေါ်" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "အတိုချုံးပြမြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "အသေးစိတ်ပြမြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "သစ်ပင်ပုံစံမြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "အသေးစိတ်ပြသစ်ပင်ပုံစံမြင်ကွင်း" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "အသေးစိတ်ပြမြင်ကွင်းတွင် ချဲ့ခြင်းခွင့်ပြုရန်" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" -msgstr "ဖွက်ထားသောဖိုင်လ်များပြမည်" +msgstr "ဖွက်ထားသောဖိုင်များပြမည်" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "အကြိုကြည့်မြင်ကွင်းပန်နယ် ပြမည်" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "အကြိုကြည့်မြင်ကွင်း ပြမည်" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "ဖိုင်လ်ပါဝင်သောဖိုလ်ဒါကို ဖွင့်မည်" +msgstr "ဖိုင်ပါဝင်သောဖိုင်တွဲကို ဖွင့်မည်" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" -msgstr "ကိုယ်ပိုင်လက္ခဏာများ" +msgstr "အချက်အလက်" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Vမြင်ကွင်းစနစ်" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "အ-က" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "က-အ" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "သက်တမ်းငယ်စဥ်ကြီးလိုက်" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "သက်တမ်းကြီးစဥ်ငယ်လိုက်" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "သက်တမ်းငယ်စဥ်ကြီးလိုက်" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "ကြီးစဥ်ငယ်လိုက်" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "ငယ်စဥ်ကြီးလိုက်" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "ကုတ်ဝှက်စနစ် -" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "ဖွင့်" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "အဖြစ်သိမ်းမည်" @@ -2774,18 +2673,16 @@ msgstr "သို့ရွေ့ယူရန်" #, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "အိမ်ဖိုလ်ဒါ" +msgstr "အိမ်ဖိုင်တွဲ" #: filewidgets/kfilecopytomenu.cpp:110 #, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "Root ဖိုလ်ဒါ" +msgstr "Root ဖိုင်တွဲ" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" msgstr "ရှောက်ကြည့်…" @@ -2802,40 +2699,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "ဤနေရာသို့ရွေ့ယူရန်" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" -msgstr "*|ဖိုင်လ်အားလုံး" +msgstr "*|ဖိုင်အားလုံး" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "အသုံးပြုနိုင်သော ဖိုင်များအားလုံး" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" -msgstr "ဖိုင်လ်အားလုံး" +msgstr "ဖိုင်အားလုံး" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "နေရာများစာရင်းမှတ်ချက် ထည့်မည်" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "နေရာများစာရင်းမှတ်ချက် တည်းဖြတ်မည်" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

          The " @@ -2847,17 +2744,17 @@ msgstr "" "ဤစာရင်းမှတ်သားချက်က ဘာဆိုသည်ကို မှတ်မိစေမည့် စကားလုံး တစ်လုံး၊ နှစ်လုံး ပါဝင်သင့်သည်။ " "အညွှန်းစာသားမရေးသွင်းခဲ့လျှင် တည်နေရာ၏ ယူအာအယ်လ်မှ ဖန်တီးယူမည်။
          " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&aအညွှန်း -" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "အကြောင်းအရာဖော်ပြနိုင်သော အညွှန်းစာသား ဤနေရာတွင် ရေးသွင်းပါ။" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2869,12 +2766,12 @@ msgstr "" "သာဓက။ ။

          %1
          http://www.kde.org
          ftp://ftp.kde.org/pub/kde/" "stable

          စာသားတည်းဖြတ်အတုံးဘေးနားက ခလုတ်ကို နှိပ်၍ ၎င်းယူအာအယ်လ်သို့ သွားနိုင်သည်။
          " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lတည်နေရာ -" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

          Click " @@ -2883,17 +2780,17 @@ msgstr "" "၎င်းသည် နေရာများ ပန်နယ်တွင် ပေါ်လာမည်ဖြစ်သော အိုင်ကွန်ဖြစ်သည်။

          အခြားအိုင်ကွန် " "ရွေးချယ်ရန် ခလုတ်ကို နှိပ်ပါ။
          " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&iအိုင်ကွန် ရွေးရန် -" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Oဤအပ္ပလီကေးရှင်း(%1) သုံးသည့်အချိန်တွင်သာပြမည်" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2903,201 +2800,208 @@ msgstr "" "လက်ရှိအပ္ပလီကေးရှင်း (%1) ကိုသုံးနေစဥ် စာရင်းမှတ်ချက်ကို ပြချင်ပါက ဤသတ်မှတ်ချက်ကို ရွေးပါ။

          မရွေးထားလျှင် အပ္ပလီကေးရှင်းအားလုံးတွင် ပြမည်။
          " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "နေရာများ" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "အဝေး" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "လတ်တလော" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "ရှာရန်" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "စက်များ" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "ဖြုတ်လို့ရသော စက်များ" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "တပ်ဂ်များ" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (အမှား %2)" +msgstr "%1 (%2မှ)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "တပ်ဂ်အားလုံး" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "အိမ်" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "ဒက်စ်တော့ပ်" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "မှတ်တမ်းစာအုပ်" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "ဒေါင်းလုတ်" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" -msgstr "ဆ.သ.ရ-ကွန်ရက်" +msgstr "ကွန်ရက်" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "အမှိုက်ပုံး" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "ဂီတ" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "ပုံ" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "ဗီဒီယိုများ" +msgstr "ဗွီဒီယိုများ" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "မကြာသေးမီကဖိုင်လ်များ" +msgstr "မကြာသေးမီကဖိုင်များ" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "မကြားသေးမီကသွားခဲ့သောတည်နေရာများ" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "ယနေ့မွမ်းမံခဲ့မှုများ" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "မနေ့ကမွမ်းမံခဲ့မှုများ" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "နေရာများပန်နယ်သို့ မထည့်သွင်းနိုင်ခဲ့ပါ- %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." -msgstr "နေရာများပန်နယ်သို့ ဖိုလ်ဒါများသာထည့်သွင်းနိုင်သည်။" +msgstr "နေရာများပန်နယ်သို့ ဖိုင်တွဲများသာထည့်သွင်းနိုင်သည်။" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "ဝက်ဘ်ဖြတ်လမ်းများ ပြင်ဆင်မည်…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "လွှတ်နေသည်…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Rလွှတ်" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "အထိအခိုက်မရှိစွာ ဖယ်ရှားနေသည်…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Sအထိအခိုက်မရှိစွာဖယ်ရှားမည်" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "ဖြုတ်နေသည်" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Uဖြုတ်ရန်" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Eထုတ်မည်" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' စက်သည် မှတ်ဉာဏ်စက်မဟုတ်ပါ။ သို့ဖြစ်ပါ၍ ဖြုတ်မရပါ။" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1'ရယူအသုံးပြုနေစဥ် အမှားဖြစ်ပေါ်ခဲ့သည်၊ စစ်စတမ်အကြောင်းပြန်ချက် - %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1'ရယူအသုံးပြုနေစဥ် အမှားဖြစ်ပေါ်ခဲ့သည်" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "ဤစက်ရှိ တစ်ခုသို့တစ်ခုထက်ပိုသောဖိုင်များကိုဖွင့်ထားသည်" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3105,113 +3009,110 @@ msgid "" msgid_plural "" "One or more files on this device are opened in following applications: " "%2." -msgstr[0] "" +msgstr[0] "ဤစက်ရှိ တစ်ခုသို့တစ်ခုထက်ပိုသောဖိုင်များကို %2.တွင်ဖွင့်ထားသည်" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Partition မန်နေဂျာဖြင့် ပုံစံပြန်ချ သို့ တည်းဖြတ်ရန်" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 - %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 ၏ %1 လွတ် (%3% အသုံးပြု)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ဖွက်ထား)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "အမှိုက်ပုံးရှင်း" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "တပ်ဆင်" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "တပ်ဘ်အသစ်တွင် ဖွင့်မည်" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "ဝင်းဒိုးအသစ်တွင် ဖွင့်မည်" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "စာရင်းမှတ်ချက်ထည့်မည်…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Eတည်းဖြတ်…" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove File" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "ဖိုင်လ်ဖယ်ရှားမည်" +msgstr "နေရာများမှဖယ်ရှား" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Hဖွက်မည်" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1'အပိုင်းဖွက်ရန်" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "အပိုင်းဖွက်ရန်" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Sစာရင်းမှတ်ချက်များအားလုံးပြမည်" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "အိုင်ကွန် အရွယ်အစား" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3219,51 +3120,51 @@ msgctxt "" msgid "Auto Resize" msgstr "အလိုအလျောက်အရွယ်ပြောင်း" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "သေးငယ် (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "ပုံမှန် (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ကြီး (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "အလွန်ကြီး (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" -msgstr "တစ်ဖိုင်လ်သာရွေးနိုင်သည်" +msgstr "တစ်ဖိုင်သာရွေးနိုင်သည်" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" -msgstr "တစ်ခုထက်ပိုသောဖိုင်လ်ပေးထားသည်" +msgstr "တစ်ခုထက်ပိုသောဖိုင်ပေးထားသည်" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" -msgstr "စက်တွင်းဖိုင်လ်များသာရွေးနိုင်သည်" +msgstr "စက်တွင်းဖိုင်များသာရွေးနိုင်သည်" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" -msgstr "အဝေးဖိုင်လ်များလက်မခံပါ" +msgstr "အဝေးဖိုင်များလက်မခံပါ" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3274,96 +3175,67 @@ msgid_plural "" msgstr[0] "" "ရွေးချယ်ထားသော ယူအာအယ်လ်သည် မထောက်ပံ့ထားသည့် အစီအစဥ်ပြပုံ သုံးထားသည်။ နောက်ပါ အစီအစဥ်ပြပုံ သုံးပါ- %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "အသုံးပြု၍မရသော ယူအာအယ်လ်အစီအစဥ်ပုံ" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"တစ်ခုထက်ပိုသောဖိုလ်ဒါများ ရွေးချယ်ထားသည်။ သို့သော် ဤအပြော-ဝင်းဒိုးသည် ဖိုလ်ဒါများ လက်မခံပါ။ ထို့ကြောင့် " -"ဘယ်ဖိုလ်ဒါသုံးရမည်ကို ဆုံးဖြတ်နိုင်ခြင်းမရှိပါ။ ကျေးဇူးပြ၍ ဖိုလ်ဒါတစ်ခုသာ ရွေးချယ်ပါ။" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "တစ်ခုထက်ပိုသောဖိုလ်ဒါပေးထားသည်" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"အနည်းဆုံး ဖိုင်နှင့် ဖိုလ်ဒါတစ်ခုဆီ ရွေးချယ်ထားသည်။ ရွေးချယ်ထားမှုများအနက် ဖိုင်လ်များကို လစ်လျူရှုပြီး " -"ဖိုလ်ဒါကိုသာ စာရင်းပြမည်" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "ဖိုင််လ်နှင့်ဖိုလ်ဒါများ ရွေးချယ်ထားသည်" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" -msgstr "\"%1\" ဖိုင်လ်ကိုရှာမတွေ့နိုင်ခဲ့ပါ" +msgstr "\"%1\" ဖိုင်ကိုရှာမတွေ့နိုင်ခဲ့ပါ" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" -msgstr "ဖိုင်လ်ဖွင့်မရပါ" +msgstr "ဖိုင်ဖွင့်မရပါ" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

          For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
          " msgstr "" -"မိခင်ဖိုလ်ဒါသို့ ဝင်ရောက်ရန် ဤခလုတ်ကိုနှိပ်ပါ။

          ဥပမာအားဖြင့် လက်ရှိတည်နေရာသည် file:/" -"home/konqi ဖြစ်သည်ဆိုပါဆို ဤခလုတ်ကို နှိပ်လိုက်လျှင် file:/home သို့ရောက်သွားမည်ဖြစ်သည်။
          " +"မိခင်ဖိုင်တွဲသို့ ဝင်ရောက်ရန် ဤခလုတ်ကိုနှိပ်ပါ။

          ဥပမာအားဖြင့် လက်ရှိတည်နေရာသည် file:/home/" +"konqi ဖြစ်သည်ဆိုပါဆို ဤခလုတ်ကို နှိပ်လိုက်လျှင် file:/home သို့ရောက်သွားမည်ဖြစ်သည်။
          " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ရှောက်ကြည့်မှတ်တမ်းတွင် နောက်တစ်လှမ်းဆုတ်ရန် ဤခလုတ်ကို နှိပ်ပါ။" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ရှောက်ကြည့်မှတ်တမ်းတွင် ရှေ့တစ်လှမ်းတိုးရန် ဤခလုတ်ကို နှိပ်ပါ။" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "လက်ရှိတည်နေရာ၏ ဒေတာများ ပြန်တွန်းတင်ရန် ဤခလုတ်ကို နှိပ်ပါ။" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." -msgstr "ဖိုလ်ဒါ အသစ်တည်ဆောက်ရန် ဤခလုတ်ကို နှိပ်ပါ။" +msgstr "ဖိုင်တွဲ အသစ်တည်ဆောက်ရန် ဤခလုတ်ကို နှိပ်ပါ။" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "နေရာများ ပန်နယ် ပြမည်" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "စာမျက်နှာမှတ်သားချက်များ ခလုတ် ပြမည်" +msgid "Show Quick Filter" +msgstr "လျှင်မြန်စစ်ထုတ်တန်းပြရန်" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "ရွေးချယ်ချက်များ" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3372,18 +3244,18 @@ msgid "" "files
        • the Places panel
        • file previews
        • separating " "folders from files
        " msgstr "" -"ဖိုင်လ် အပြော-ဝင်းဒိုးအတွက် ပိုနှစ်သက်ချက်များမီနူး ဖြစ်သည်။ အမျိုးမျိုးသော ရွေးချယ်စရာများကိ ဤမီနူး " -"မှတစ်ဆင့် သုံးနိုင်သည်။ အောက်ပါတို့လည်း ပါဝင်သည်-
        • ဖိုင်လ်စာရင်းဘယ်လိုစီမည်
        • မြင်ကွင်းအမျိုးအစားများ(အိုင်ကွန်ပြ၊ စာရင်းပြ)
        • ဖွက်ထားသော ဖိုင်လ်များပြမည်
        • နေရာများ ပန်နယ်
        • ဖိုင်အကြိုပြချက်များ
        • ဖိုင်လ်မှ ဖိုလ်ဒါ ခွဲထားမည်
        • ဖိုင် အပြော-ဝင်းဒိုးအတွက် ပိုနှစ်သက်ချက်များမီနူး ဖြစ်သည်။ အမျိုးမျိုးသော ရွေးချယ်စရာများကိ ဤမီနူး " +"မှတစ်ဆင့် သုံးနိုင်သည်။ အောက်ပါတို့လည်း ပါဝင်သည်-
          • ဖိုင်စာရင်းဘယ်လိုစီမည်
          • မြင်ကွင်းအမျိုးအစားများ(အိုင်ကွန်ပြ၊ စာရင်းပြ)
          • ဖွက်ထားသော ဖိုင်များပြမည်
          • နေရာများ ပန်နယ်
          • ဖိုင်အကြိုပြချက်များ
          • ဖိုင်မှ ဖိုင်တွဲ ခွဲထားမည်
          • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "စာမျက်နှာမှတ်သားချက်များ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3393,15 +3265,38 @@ msgid "" msgstr "" "သေချာဖော်ပြထားသော တည်နေရာများကို ဤခလုတ်ကို သုံး၍ မှတ်သားထားနိုင်သည်။ ထည့်၊ တည်းဖြတ် သို့ ရွေးချယ် " "စသည်တို့ကို လုပ်ဆောင်နိုင်သော စာမျက်နှာမှတ်သားချက်များ မီနူးကို ခလုတ်နိုပ်၍ ဖွင့်ပါ။

            ထိုစာမျက်နှာမှတ်သားချက်များသည် ဖိုင်လ် အပြော-ဝင်းဒိုးတွင်သာ တည်နေရာ မှတ်သားခြင်းဖြစ်သည်။
            " +">ထိုစာမျက်နှာမှတ်သားချက်များသည် ဖိုင် အပြော-ဝင်းဒိုးတွင်သာ တည်နေရာ မှတ်သားခြင်းဖြစ်သည်။
            " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nအမည် -" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "အမည်ပြောင်းမှု ချေမည်" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "ဖိုင်တွဲပြောင်းလဲသောအခါ စစ်ထုတ်တန်းကို ထားထားမည်" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "အမည်ဖြင့်စစ်ထုတ်…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "စစ်ထုတ်တမ်းမပြတော့ပါ" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3413,87 +3308,91 @@ msgstr "" "မောက့်စ်ညာဘက်ခလုတ်နှိပ်၍ စာသားပြီးမြောက်စေမှု မီနူးမှ နှစ်သက်သော ထုံးနည်းရွေး၍ ထိန်းချုပ်နိုင်သည်။" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." -msgstr "သိမ်းဆည်းမည့်ဖိုင်လ်၏ အမည်ဖြစ်သည်။" +msgstr "သိမ်းဆည်းမည့်ဖိုင်၏ အမည်ဖြစ်သည်။" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." -msgstr "၎င်းသည် ဖွင့်ရမည့် ဖိုင်လ်စာရင်းဖြစ်သည်။ ဖိုင်လ်တစ်ခုမက 'နေရာလွတ်'အက္ခရာ ခြား၍ ဖော်ပြနိုင်သည်။" +msgstr "၎င်းသည် ဖွင့်ရမည့် ဖိုင်စာရင်းဖြစ်သည်။ ဖိုင်တစ်ခုမက 'နေရာလွတ်'အက္ခရာ ခြား၍ ဖော်ပြနိုင်သည်။" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." -msgstr "ဖွင့်မည့်ဖိုင်လ်၏ အမည်ဖြစ်သည်။" +msgstr "ဖွင့်မည့်ဖိုင်၏ အမည်ဖြစ်သည်။" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "နေရာများ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" -msgstr "ဖိုင်လ် \"%1\" ရှိနှင့်ပြီးဖြစ်သည်။ ထပ်ရေးချင်ပါသလား။" +msgstr "ဖိုင် \"%1\" ရှိနှင့်ပြီးဖြစ်သည်။ ထပ်ရေးချင်ပါသလား။" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ဖိုင်ကို ထပ်ရေးမှာလား။" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." -msgstr "စက်တွင်းဖိုင်လ်များသာရွေးနိုင်သည်။" +msgstr "စက်တွင်းဖိုင်များသာရွေးနိုင်သည်။" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" -msgstr "အဝေးဖိုင်လ်များလက်မခံပါ" +msgstr "အဝေးဖိုင်များလက်မခံပါ" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|ဖိုလ်ဒါအားလုံး" +msgstr "ဖိုင်တွဲအားလုံး" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "ဖိုင်တွဲတည်ဆောက်ရန်" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Oဖွင့်" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "အိုင်ကွန် အရွယ်အစား - %1 ပစ်ခ်ဆယ်" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" -msgstr "&xဖိုင်လ်အမည်တိုးချဲ့မှု အလိုအလျောက်ရွေးချယ်မည်် (%1)" +msgstr "&xဖိုင်အမည်တိုးချဲ့မှု အလိုအလျောက်ရွေးချယ်မည်် (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "တိုးချဲ့မှု %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" -msgstr "&xဖိုင်လ်အမည်တိုးချဲ့မှု အလိုအလျောက်ရွေးချယ်မည််" +msgstr "&xဖိုင်အမည်တိုးချဲ့မှု အလိုအလျောက်ရွေးချယ်မည််" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "သင့်တော်သော တိုးချဲ့စနစ်" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3508,90 +3407,76 @@ msgid "" "period will be automatically removed).If unsure, keep this option " "enabled as it makes your files more manageable." msgstr "" -"ဤရွေးချယ်ချက်သည် ဖိုင်လ်များကို တိုးချဲ့အမည်များဖြင့် သိမ်းဆည်းရာတွင် အသုံးတည့်သော အချို့စွမ်းရည်များကို " -"ဖွင့်ပေးသည် -
            1. သင် သိမ်းဆည်းမည့် ဖိုင်လ်အမျိုးအစားကို ပြောင်းခဲ့လျှင် စာသားဧရိယာ %1
              1. သင် သိမ်းဆည်းမည့် ဖိုင်အမျိုးအစားကို ပြောင်းခဲ့လျှင် စာသားဧရိယာ %1 ထဲတွင် ဖော်ပြထားသော တိုးချဲ့အမည်မှန်သမျှကို အပ်ဒိတ်တင်သွားမည်။

              2. စာသားဧရိယာ " "%2 ထဲတွင် မည်သည့်တိုးချဲ့အမည်မှ မဖော်ပြထားလျှင် သိမ်းဆည်းမည် ကိုနှိပ်လိုက်သောအခါ၊ %3 ကို " -"ဖိုင်လ်အမည်၏အဆုံးတွင် ထည့်ပေါင်းသွားမည် (ဖိုင်လ်အမည်မရှိနှင့်မှသာ)။ ဤတိုးချဲ့အမည်သည် သင်သိမ်းဆည်းရန် " -"ရွေးချယ်ထားသော ဖိုင်လ်အမျိုးအစားပေါ် မူတည်သည်။

                အကယ်၍ ကေဒီအီးက ဖိုင်လ်အမည်အတွက် " -"တိုးချဲ့အမည်ပေးခြင်းကို သင်မလိုလားလျှင် ဤရွေးချယ်ချက်ကို ပိတ်ထားလို့ရသည် သို့ ဖိုင်လ်အမည်၏နောက်တွင် period (.) " -"ထည့်၍ ပယ်ချနိုင်သည်။ (period ကို အလိုအလျောက်ဖယ်ရှားသွားမည်).
              မသေချာလျှင်တော့ " -"သင်၏ဖိုင်လ်များကို ပိုမိုလွယ်ကူစွာ စီမံနိုင်ရန် ဤရွေးချယ်ချက်ကို ဖွင့်ထားပေးပါ။" +"ဖိုင်အမည်၏အဆုံးတွင် ထည့်ပေါင်းသွားမည် (ဖိုင်အမည်မရှိနှင့်မှသာ)။ ဤတိုးချဲ့အမည်သည် သင်သိမ်းဆည်းရန် ရွေးချယ်ထားသော " +"ဖိုင်အမျိုးအစားပေါ် မူတည်သည်။

              အကယ်၍ ကေဒီအီးက ဖိုင်အမည်အတွက် တိုးချဲ့အမည်ပေးခြင်းကို " +"သင်မလိုလားလျှင် ဤရွေးချယ်ချက်ကို ပိတ်ထားလို့ရသည် သို့ ဖိုင်အမည်၏နောက်တွင် period (.) ထည့်၍ ပယ်ချနိုင်သည်။ " +"(period ကို အလိုအလျောက်ဖယ်ရှားသွားမည်).
            မသေချာလျှင်တော့ သင်၏ဖိုင်များကို ပိုမိုလွယ်ကူစွာ " +"စီမံနိုင်ရန် ဤရွေးချယ်ချက်ကို ဖွင့်ထားပေးပါ။" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" -msgstr "&Fဖိုင်လ်အမျိုးအစား -" +msgstr "&Fဖိုင်အမျိုးအစား -" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -"၎င်းသည် ဖိုင်လ်အမျိုးအစားရွေးချယ်ကိရိယာဖြစ်သည်။ ၎င်းကို ဖိုင်လ်သိမ်းဆည်းရမည့်ပုံစံ ရွေးချယ်ရာတွင် အသုံးပြုသည်။" -"" +"၎င်းသည် ဖိုင်အမျိုးအစားရွေးချယ်ကိရိယာဖြစ်သည်။ ၎င်းကို ဖိုင်သိမ်းဆည်းရမည့်ပုံစံ ရွေးချယ်ရာတွင် အသုံးပြုသည်။" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Fစစ်ထုတ် -" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"၎င်းသည် ဖိုင်လ်စာရင်းတွင်သုံးရမည့် စစ်ထုတ်ချက်ဖြစ်သည်။ စစ်ထုတ်ချက်နှင့် မကိုက်ညီသော ဖိုင်လ်အမည်များကို " -"ပြမည်မဟုတ်တော့ပါ။

            ကြိုသတ်မှတ်-စစ်ထုတ်ချက်များကို ဒရော့ဒေါင်းမီနူးတွင် ရွေးချယ်နိုင်သည် သို့မဟုတ် " -"စာရေးသာရန်နေရာထဲသို့ ကိုယ်ပိုင်ဓလေ့စစ်ထုတ်ချက် ရေးသွင်းပါ။

            * နှင့် ? ကဲ့သို့ ဖြစ်ချင်သလိုဖြစ်ရ-" -"ကတ်များကို ခွင့်ပြုသည်။

            " +"၎င်းသည် ဖိုင်အမျိုးအစားရွေးချယ်ကိရိယာဖြစ်သည်။ ၎င်းကို ဖိုင်ပြရမည့်ပုံစံ ရွေးချယ်ရာတွင် အသုံးပြုသည်။" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "ဖိုင်လ်အမျိုးအစားသစ်ဖန်တီးမည်" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "%1ဖိုင်အမည်ရေးပါ-" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "စိတ်မကောင်းပါဘူး" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." -msgstr "မူကြမ်းဖိုင်လ် %1 မရှိပါ။" +msgstr "မူကြမ်းဖိုင် %1 မရှိပါ။" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "လင့်ခ်အသစ်တွက် အမည် -" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "ဆင်းလင့်ခ်ဖန်တီးရန်" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "ယူအာအယ်လ် သို့ လင့်ခ် ဖန်တီးရန်" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "ကွဲပြားသောအမည်ရေးပါ" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3601,7 +3486,7 @@ msgstr "" "%1အမည်သုံးမရပါ။ အဘယ့်ကြောင့်ဆိုသော် " "စီမံစနစ်မှအသုံးပြုရန်သိမ်းထားသောကြောင့်ဖြစ်သည်။" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3609,7 +3494,7 @@ msgid "" "default." msgstr "'%1'အမည်သည် အစက်နှင့်စတင်သောကြောင့် မူလသတ်မှတ်ချက်အရ ဖွက်ထားပါမည်။" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3620,128 +3505,178 @@ msgstr "" "'%1'အမည်သည် နေရာလွတ်အက္ခရာနှင့် စတင်သောကြောင့် အက္ခရာစဥ်ဖြင့် ပြသရာတွင် " "၎င်းကို အခြားထူးဆန်းအမည်များနှင့်အတူ ရှေ့ဆုံးတွင်ပြသမည်။" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "ဖိုလ်ဒါအမည်များတွင် '/'သုံးခြင်းသည် လက်အောက်ခံဖိုလ်ဒါများကို တည်ဆောက်လိမ့်မည်၊ နောက်ပါကဲ့သို့ -" +msgstr "ဖိုင်တွဲအမည်များတွင် '/'သုံးခြင်းသည် လက်အောက်ခံဖိုင်တွဲများကို တည်ဆောက်လိမ့်မည်၊ နောက်ပါကဲ့သို့ -" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "ဖိုလ်ဒါအမည်များတွင် '/'သုံးခြင်းသည် လက်အောက်ခံဖိုလ်ဒါများကို တည်ဆောက်လိမ့်မည်။" +msgstr "ဖိုင်တွဲအမည်များတွင် '/'သုံးခြင်းသည် လက်အောက်ခံဖိုင်တွဲများကို တည်ဆောက်လိမ့်မည်။" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "မျဥ်းစောင်း('/')ကို ဖိုင်လ်၊ ဖိုလ်ဒါအမည်များတွင် သုံးမရပါ။" +msgstr "မျဥ်းစောင်း('/')ကို ဖိုင်၊ ဖိုင်တွဲအမည်များတွင် သုံးမရပါ။" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "ပြောင်းပြန်မျဥ်းစောင်း('\\')ကို ဖိုင်လ်၊ ဖိုလ်ဒါအမည်များတွင် သုံးမရပါ။" +msgstr "ပြောင်းပြန်မျဥ်းစောင်း('\\')ကို ဖိုင်၊ ဖိုင်တွဲအမည်များတွင် သုံးမရပါ။" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1အမည်ဖြင့် ဖိုင်တွဲ သို့ ဖိုင်သည် သုံးစွဲသူ၏အိမ်ဖိုင်တွဲနေရာဖြင့်တိုက်နေသောကြောင့် " +"ဖန်တီး၍မရပါ။" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -"ဖိုင်လ်၊ ဖိုလ်ဒါ အမည်ပေးရာတွင် တယ်ဒါး('~') နှင့်စတင်ခြင်းကို အားမပေးပါ။ အဘယ်ကြောင့်ဆိုသော် တာမီနယ်တွင် " -"ဖိုင်လ်၊ဖိုလ်ဒါများ ဖျက်ရာတွင် အငြင်းပွားဖွယ် သို့ အန္တရာယ်များဖွယ် ဖြစ်လိမ့်မည်။" +"ဖိုင်၊ ဖိုင်တွဲ အမည်ပေးရာတွင် တယ်ဒါး('~') နှင့်စတင်ခြင်းကို အားမပေးပါ။ အဘယ်ကြောင့်ဆိုသော် တာမီနယ်တွင် ဖိုင်၊" +"ဖိုင်တွဲများ ဖျက်ရာတွင် အငြင်းပွားဖွယ် သို့ အန္တရာယ်များဖွယ် ဖြစ်လိမ့်မည်။" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "%1အမည်ရ ဒါရိုက်ထရီ ရှိနှင့်ပြီးဖြစ်သည်။" +msgstr "%1အမည်ရ ဖိုင်တွဲ ရှိနှင့်ပြီးဖြစ်သည်။" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "%1အမည်ရ ဖိုင်လ်တစ်ခု ရှိနှင့်ပြီးဖြစ်သည်။" +msgstr "%1အမည်ရ ဖိုင်တစ်ခု ရှိနှင့်ပြီးဖြစ်သည်။" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "အသစ်ဖန်တီးရန်" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "စက်သို့လင့်ခ်ချိတ်ရန်" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" -msgstr "ဖိုလ်ဒါအသစ်" +msgstr "ဖိုင်တွဲအသစ်" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "ဖိုလ်ဒါတည်ဆောက်ရန်" +msgstr "ဖိုင်တွဲအသစ်တည်ဆောက်ရန်" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" -msgstr "%1တွင် ဖိုလ်ဒါအသစ်တည်ဆောက်မည် -" +msgstr "%1တွင် ဖိုင်တွဲအသစ်တည်ဆောက်မည် -" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "ဖိုင်တွဲအမည်ရေးပါ" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "မူလသတ်မှတ်ချက်" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "ဖိုင်အသစ်တည်ဆောက်ရန်" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "ဖိုင်အမည်ရေးရန်" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "စိတ်ကြိုက်အရောင် သို့ အိုင်ကွန်းရွေးရန်" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "အခြားအိုင်ကွန်ရွေးရန်…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "ဖိုင်တွဲအချက်အလက်တွင် အိုင်ကွန်ကိုပြင်ဆင်နိုင်သည်။" #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" -msgstr "ကူးယူရန်" +msgstr "ကူးယူ" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ပွား" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\"ကို တပ်ဘ်အသစ်တွင်ဖွင့်" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\"ကိုဝင်းဒိုးအသစ်တွင်ဖွင့်မည်" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "တည်းဖြတ်" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "လမ်းညွှန်မည်" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "လမ်းကြောင်းအပြည့်အစုံပြမည်" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "%1ကို မကူးပြောင်းနိုင်ပါ" +msgstr "%1 လမ်းကြောင်းပေါ်ရှိ ကြိုက်သည့်နေရာသို့သွားရန်" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3751,7 +3686,16 @@ msgstr "ပိုမို" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "လမ်းကြောင်းပြထားသောနေရာသို့သွားရန်" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "နေရာများ" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3776,42 +3720,42 @@ msgstr "အခြား" msgid "Edit mode" msgstr "ထုံးနည်းကိုတည်းဖြတ်မည်" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "တည်နေရာလမ်းညွှန်စနစ်အတွက် နှိပ်ပါ" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "တည်နေရာတည်းဖြတ်ရန် နှိပ်ပါ" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." -msgstr "ဤဖိုင်လ်ကို ဆောင်ရွက်ရန် သင့်ကို ခွင့်ပြုထားခြင်းမရှိ။" +msgstr "ဤဖိုင်ကို ဆောင်ရွက်ရန် သင့်ကို ခွင့်ပြုထားခြင်းမရှိ။" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 စတင်နေသည်" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -"ဝန်ဆောင်မှု %1 ကို လုပ်ဆောင်-ဖိုင်လ် မလုပ်နိုင်ခဲ့ပါ၊ ဆောင်ရွက်မှုကို စွန့်လွှတ်နေသည်။\n" +"ဝန်ဆောင်မှု %1 ကို လုပ်ဆောင်-ဖိုင် မလုပ်နိုင်ခဲ့ပါ၊ ဆောင်ရွက်မှုကို စွန့်လွှတ်နေသည်။\n" "%2။" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." -msgstr "ဤဖိုင်လ်ကိုဖွင့်ရန် အပ္ပလီကေးရှင်းရွေးချက်မှုဆောင်ရွက်ဖို့ သင့်အား ခွင့်ပြုထားခြင်းမရှိ။" +msgstr "ဤဖိုင်ကိုဖွင့်ရန် အပ္ပလီကေးရှင်းရွေးချက်မှုဆောင်ရွက်ဖို့ သင့်အား ခွင့်ပြုထားခြင်းမရှိ။" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3821,7 +3765,7 @@ msgstr "စနစ်အတွင်းပိုင်းအမှား - ဘယ #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "ဘာအမိန့်မှမပေးထားပါ" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -3836,129 +3780,131 @@ msgstr "%1 သို့ ပုံသိမ်းရာတွင် အမှာ #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" -msgstr "အိုင်ကွန်ဖိုင်လ် အလွန်ကြီးမားလှသည့်အတွက် ဒေါင်းလုတ်ရယူမှု စွန့်လွှတ်ခဲ့သည်" +msgstr "အိုင်ကွန်ဖိုင် အလွန်ကြီးမားလှသည့်အတွက် ဒေါင်းလုတ်ရယူမှု စွန့်လွှတ်ခဲ့သည်" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "မေးလ်ကလိုင်းရန့် မတွေ့ပါ" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင်လ်\n" +"ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင်\n" "%1\n" "မမှန်ကန်ပါ။" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 လွှင်တင်နေသည်" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "\"%1\" ဖိုင်လ်ကိုရှာမတွေ့နိုင်ခဲ့ပါ" +msgstr "အမိန့် %1ကိုရှာမတွေ့ပါ။" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "တာမီနယ်အီမျူလေတာ မတွေ့ပါ" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1ကိုမဖွင့်နိုင်ခဲ့ပါ" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is of type Link but has no URL=... entry." msgstr "" -"ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင်လ်\n" +"ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင်\n" "%1\n" "သည် လင့်ခ် အမျိုးအစားဖြစ်သော်လည်း 'URL=…' မပါဝင်ပါ။" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." -msgstr "လုပ်ဆောင်-ဖိုင်လ် \"%1\" သည် အဝေးဖိုင်လ်စနစ်တွင်ရှိသည်။ လုံခြုရေးအရ ၎င်းကို စတင်မည်မဟုတ်ပါ။" +msgstr "လုပ်ဆောင်-ဖိုင် \"%1\" သည် အဝေးဖိုင်စနစ်တွင်ရှိသည်။ လုံခြုရေးအရ ၎င်းကို စတင်မည်မဟုတ်ပါ။" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." -msgstr "လုံခြုံရေးအရ ဤဆက်စပ်နေရာတွင် လုပ်ဆောင်-ဖိုင်လ်များ လွှင့်တင်ခြင်း ခွင့်မပြုထားပါ။" +msgstr "လုံခြုံရေးအရ ဤဆက်စပ်နေရာတွင် လုပ်ဆောင်-ဖိုင်များ လွှင့်တင်ခြင်း ခွင့်မပြုထားပါ။" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "ပရိုဂရမ် \"%1\"ကို လွှင်တင်နိုင်ရန် မောင်းနှင်ရန် ခွင့်ပြုချက် လိုအပ်သည်််။" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -"ဖိုင်လ် \"%1\" ကို လုပ်ဆောင်-ဖိုင်လ် မလုပ်နိုင်ခဲ့ပါ။\n" +"ဖိုင် \"%1\" ကို လုပ်ဆောင်-ဖိုင် မလုပ်နိုင်ခဲ့ပါ။\n" "%2။" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင်လ် %1 တွင် 'Type=…' မပါဝင်ပါ။" +msgstr "ဒက်စတော့ပ်စာရင်းမှတ်ချက်ဖိုင် %1 တွင် 'Type=…' မပါဝင်ပါ။" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" -"ဤဖိုင်လ်သည် မပြည့်စုံသေးသောကြောင့် မဖွင့်သင့်ပါ။\n" +"ဤဖိုင်သည် မပြည့်စုံသေးသောကြောင့် မဖွင့်သင့်ပါ။\n" "သင်ဖွင့်ထားသောအပ္ပလီကေးရှင်းများနှင့် အသိပေးချက်ဧရိယာတွင် လုပ်ဆဲဖြစ်နေသော အလုပ်သို့မဟုတ်ဒေါင်းလုတ်များကို " "စစ်ကြည့်ပါ။" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." -msgstr "ဖိုင်လ်ကိုမဖွင့်နိုင်ခဲ့ပါ။" +msgstr "ဖိုင်ကိုမဖွင့်နိုင်ခဲ့ပါ။" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "ပရိုဂရမ် \"%1\"ကို လွှင်တင်၍မရပါ။" #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"ဖိုင်လ် %1\n" -"အားမွမ်းမံထားသည်။ ပြောင်းလဲမှုများကို အပ်လုတ်တင်ချင်ပါသလား။" +"ဖိုင် %1 ကို မွမ်းမံထားပြီးဖြစ်သည်။ ပြောင်းလဲချက်များကို " +"တင်ချင်ပါသလား" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format msgid "File Changed" -msgstr "ဖိုင်လ်ပြောင်းလဲသွားသည်" +msgstr "ဖိုင်ပြောင်းလဲသွားသည်" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 #, kde-format @@ -3978,7 +3924,7 @@ msgstr "မမှန်ကန်သောURL - %1" #: kioexec/main.cpp:64 #, kde-format msgid "File not found: %1" -msgstr "ဖိုင်လ်မတွေ့ပါ - %1" +msgstr "ဖိုင်မတွေ့ပါ - %1" #: kioexec/main.cpp:81 #, kde-format @@ -4006,7 +3952,7 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" -"ယာယီဖိုင်လ်\n" +"ယာယီဖိုင်\n" "%1\n" "ကို မွမ်းမံထားသည်။\n" "၎င်းကို ဖျက်ပစ်ချင်တုန်းလား။" @@ -4024,204 +3970,120 @@ msgid "" "has been modified.\n" "Do you want to upload the changes?" msgstr "" -"ဖိုင်လ်\n" +"ဖိုင်\n" "%1\n" "အားမွမ်းမံထားသည်။\n" "ပြောင်းလဲမှုများကို အပ်လုတ်တင်ချင်ပါသလား။" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "ကေအိုင်အိုအိပ်စ်" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "ကေအိုင်အို အိပ်စ် - အဝေးဖိုင်လ်များ ဖွင့်ရန်၊ မွမ်းမံပြင်ဆင်ချက်များ ကြည့်ရန်၊ အပ်လုတ်တင်ဖို့ တောင်းဆိုရန်" +msgstr "ကေအိုင်အို အိပ်စ် - အဝေးဖိုင်များ ဖွင့်ရန်၊ မွမ်းမံပြင်ဆင်ချက်များ ကြည့်ရန်၊ အပ်လုတ်တင်ဖို့ တောင်းဆိုရန်" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) ၁၉၉၈-၂၀၀၀၊ ၂၀၀၃ ကေအက်ဖ်အမ်/ကွန်ကွာရာ ဒက်ဗ်ဗလော့ပါများ" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "ဒေးဗစ်ဖော့" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "စတီဖန်ကူလော့" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "ဘမ်ဟာ့ဒ်ရိုဆမ်ခရမ်ဇာ" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "ဝါလ်ဒိုဘက်စတီရှန်" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "အော့စဝပ်ဒ်ဘတ်ဒမ်ဟဂမ်" -#: kioexec/main.cpp:314 -#, kde-format -msgid "Treat URLs as local files and delete them afterwards" -msgstr "ယူအာအယ်လ်များကို စက်တွင်းဖိုင်လ်များအဖြစ် သတ်မှတ်ဆက်ဆံ၍ပြီးလျှင် ဖျက်မည်" - #: kioexec/main.cpp:316 #, kde-format -msgid "Suggested file name for the downloaded file" -msgstr "ဒေါင်းလုတ်ရယူထားသော ဖိုင်လ်အတွက် အကြံပြုထားသည့် အမည်" +msgid "Treat URLs as local files and delete them afterwards" +msgstr "ယူအာအယ်လ်များကို စက်တွင်းဖိုင်များအဖြစ် သတ်မှတ်ဆက်ဆံ၍ပြီးလျှင် ဖျက်မည်" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "ဒေါင်းလုတ်ရယူထားသော ဖိုင်အတွက် အကြံပြုထားသည့် အမည်" + +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "ဆောင်ရွက်ရန်အမိန့်" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" -msgstr "'အမိန့်' အတွက်သုံးသော ယူအာအယ်လ် သို့ စက်တွင်းဖိုင်လ်" +msgstr "'အမိန့်' အတွက်သုံးသော ယူအာအယ်လ် သို့ စက်တွင်းဖိုင်" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 အတွက် အေစီအယ်လ်သတ်မှတ်နေသည်" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "%1အတွက် ခွင့်ပြုချက်များကို ပြောင်းလဲမရပါ" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "%1အတွက် ပိုင်ဆိုင်မှုကို ပြောင်းလဲမရပါ။" +msgstr "" +"အောက်ပါအတွက် ပိုင်ရှင်နှင့်အုပ်စု ပြောင်းမရခဲ့ပါ\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "ယာယီဖိုင်ကိုအမည်မပြောင်းနိုင်ခဲ့ပါ" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" ပရိုဂရမ်ကို ရှာမတွေ့ပါ" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" ပရိုဂရမ်ကို ရှာမတွေ့ပါ" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "ဖိုင်လ်ခွင့်ပြုချက်များပြောင်းမည်" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "ခွင့်ပြုချက်အသစ်များ - %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "ဖိုင်လ်ပိုင်ရှင်ပြောင်းမည်" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "ပိုင်ရှင်သစ် - UID=%1၊ GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "ဖိုင်လ်ဖယ်ရှားမည်" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "ဒါရိုက်ထရီဖယ်ရှားမည်" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "ဒါရိုက်ထရီတည်ဆောက်ရန်" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "ဒါရိုက်ထရီခွင့်ပြုချက်များ - %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "ဖိုင်လ်ဖွင့်မည်" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "ဒါရိုက်ထရီဖွင့်မည်" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "ဖိုင်လ်အမည်သစ် - %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "ပစ်မှတ် - %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "အချိန်မှတ်သားချက်ပြောင်းမည်" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "မှ- %1၊ သို့- %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "မသိသော လုပ်ဆောင်ချက်" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"လုပ်ဆောင်ချက်- %1\n" -"မူလဇစ်မြစ် %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" -msgstr "%1 မှ %2 သို့ ဖိုင်လ်ကူးယူမရပါ။ (အမှားနံပါတ် - %3)" +msgstr "%1 မှ %2 သို့ ဖိုင်ကူးယူမရပါ။ (အမှားနံပါတ် - %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1အတွက် စက်တွင် မီဒီယာမရှိပါ" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "ပေးထားသော အသုံးပြုသူအမည် %1 အတွက် အသုံးပြုသူအိုင်ဒီ မရယူနိုင်ခဲ့ပါ" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "ပေးထားသော အုပ်စုအမည် %1 အတွက် အုပ်စုအိုင်ဒီ မရယူနိုင်ခဲ့ပါ" @@ -4263,32 +4125,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "ဤဆိုက်ကို ဝင်ရောက်အသုံးပြုရန် အသုံးပြုအမည်နှင့် စကားဝှက် ပေးရန်လိုအပ်သည်။" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "ဆိုက် -" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "လော့ဂင် အိုကေ" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 သို့ လော့ဂင် ဝင်မရခဲ့ပါ။" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4297,7 +4159,7 @@ msgstr "" "\n" "ဆာဗာအကြောင်းပြန်ချက် - \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4306,12 +4168,12 @@ msgstr "" "မည်သည့်ဆိုက်မဆို ဝင်ရောက်အသုံးပြုခွင့်မရမီ အောက်တွင်ပြထားသည့် ကြားခံဆာဗာစာရင်းအတွက် အသုံးပြုအမည်နှင့် စကားဝှက် " "ပေးရန်လိုအပ်သည်။" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "ကြားခံ -" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "ကြားခံ ယုံကြည်မှုရယူခြင်း မအောင်မြင်ပါ။" @@ -4324,7 +4186,7 @@ msgstr "%1 အတွက် ဒိုကူမန်တေးရှင်း မ #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "မှန်ကန်သာဖိုင်လ် ရှာဖွေနေသည်" +msgstr "မှန်ကန်သာဖိုင် ရှာဖွေနေသည်" #: kioworkers/help/kio_help.cpp:203 #, kde-format @@ -4334,7 +4196,7 @@ msgstr "မှတ်တမ်းစာအုပ် ပြင်ဆင်နေ #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 #, kde-format msgid "The requested help file could not be parsed:
            %1" -msgstr "တောင်းဆိုထားသော အကူအညီဖိုင်လ်ကို အဓိပ္ပာယ်ရှိအောင် မလုပ်နိုင်ခဲ့ပါ-
            %1" +msgstr "တောင်းဆိုထားသော အကူအညီဖိုင်ကို အဓိပ္ပာယ်ရှိအောင် မလုပ်နိုင်ခဲ့ပါ-
            %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format @@ -4354,7 +4216,7 @@ msgstr "အပိုင်းရှာဖွေနေသည်" #: kioworkers/help/kio_help.cpp:321 #, kde-format msgid "Could not find filename %1 in %2." -msgstr "%2 တွင် ဖိုင်လ်အမည် %1 ရှာမတွေ့ပါ။" +msgstr "%2 တွင် ဖိုင်အမည် %1 ရှာမတွေ့ပါ။" #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format @@ -4363,101 +4225,101 @@ msgid "" msgstr "ဤအသိအမှတ်ပြုစာချွန်ကို ခွင့်မတောင်းပဲ အမြဲလက်ခံချင်ပါသလား။" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "ဆာဗာ ယုံကြည်မှုရယူခြင်း" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2%1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "အဲ့လိုမဟုတ်ခဲ့လျှင် တောင်းဆိုချက် အောင်မြင်ခဲ့လောက်သည်။" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ကိုယ်ပိုင်လက္ခဏာ တန်ဖိုးများ ရယူရန်" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ကိုယ်ပိုင်လက္ခဏာတန်ဖိုးများသတ်မှတ်မည်" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" -msgstr "တောင်းဆိုထားသောဖိုလ်ဒါ တည်ဆောက်ရန်" +msgstr "တောင်းဆိုထားသောဖိုင်တွဲ တည်ဆောက်ရန်" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါကို ကူးယူရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲကို ကူးယူရန်" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါကို ရွေ့ရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲကို ရွေ့ရန်" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုလ်ဒါတွင် ရှာရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်တွဲတွင် ရှာရန်" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါကို သော့ခတ်ရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲကို သော့ခတ်ရန်" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါကို သော့ဖွင့်ရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲကို သော့ဖွင့်ရန်" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါကို ဖျက်ရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲကို ဖျက်ရန်" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "ဆာဗာ၏စွမ်းဆောင်ရည်ကို စုံးစမ်းရန်" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်လ် သို့ ဖိုလ်ဒါ၏ ပါဝင်ဒေတာများကို ရယူရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင် သို့ ဖိုင်တွဲ၏ ပါဝင်ဒေတာများကို ရယူရန်" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" -msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုလ်ဒါကို အစီအရင်ခံစာတင်ရန်" +msgstr "ခွဲခြားသတ်မှတ်ထားသော ဖိုင်တွဲကို အစီအရင်ခံစာတင်ရန်" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 လုပ်ဆောင်ရန်ကြိုးစားနေစဥ် မမျှော်လင့်ထားသောအမှား (%1) ဖြစ်ပေါ်ခဲ့သည်။" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4465,21 +4327,20 @@ msgid "" "below." msgstr "%1၊ %2 လုပ်ဆောင်ရန်ကြိုးစားနေစဥ် အမှားဖြစ်ပေါ်ခဲ့သည်။ အကျဥ်းချုပ်ကိုအောက်တွင်ဖော်ပြထားသည်။" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 ကို ဆောင်ရွက်ဖို့ကြိုးပမ်းရာတွင် အသုံးပြုခွင့် ငြင်းပယ်ခံခဲ့ရသည်။" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." -msgstr "" -"တစ်ခု၊ တစ်ခုထက်ပိုသော ကြားခံဖိုလ်ဒါများ မတည်ဆောက်ရသေးမီ ရင်းမြစ်ကို ဦးတည်နေရာတွင် မဖန်တီးနိုင်ပါ။" +msgstr "တစ်ခု၊ တစ်ခုထက်ပိုသော ကြားခံဖိုင်တွဲများ မတည်ဆောက်ရသေးမီ ရင်းမြစ်ကို ဦးတည်နေရာတွင် မဖန်တီးနိုင်ပါ။" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4490,58 +4351,58 @@ msgid "" msgstr "" "ဆာဗာသည် propertybehavior XML element တွင် စာရင်းပြထားသော ကိုယ်ပိုင်လက္ခဏာများ\n" "၏ရှင်သန်မှုကို ထိန်းမထားနိုင်ပါ\n" -"သို့မဟုတ် သင်သည် ဖိုင်လ်ထပ်မရေးထားဖို့ တောင်းခံနေစဥ်\n" -"ဖိုင်လ်ကိုထပ်ရေးရန်ကြံခဲ့သည်\n" +"သို့မဟုတ် သင်သည် ဖိုင်ထပ်မရေးထားဖို့ တောင်းခံနေစဥ်\n" +"ဖိုင်ကိုထပ်ရေးရန်ကြံခဲ့သည်\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "တောင်းဆိုထားသည့် သော့ကို ပေး၍မရပါ။ %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "စာကိုယ်၏ တောင်းခံမှု အမျိုးအစားကို ဆာဗာမှ မထောက်ပံ့ပါ။" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "ရင်းမြစ်ကို ပိတ်ပင်ကန့်သတ်ထားသောကြောင့် %1 လုပ်မရပါ။" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "ဤလုပ်ဆောင်မှုကို အခြားအမှားမှ ရပ်တန့်ခဲ့သည်။" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" "Unable to %1 because the destination server refuses to accept the file or " "folder." -msgstr "ဦးတည်ဆာဗာမှ ဖိုင်လ် သို့ ဖိုလ်ဒါ လက်ခံရန် ငြင်းဆိုသဖြင့် %1 မလုပ်နိုင်ခဲ့ပါ။" +msgstr "ဦးတည်ဆာဗာမှ ဖိုင် သို့ ဖိုင်တွဲ လက်ခံရန် ငြင်းဆိုသဖြင့် %1 မလုပ်နိုင်ခဲ့ပါ။" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "ဦးတည်ရင်းမြစ်၌ လုံလောက်သော နေရာလွတ်မရှိပါ။" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "ရင်းမြစ်ကို ဖျက်၍မရပါ။" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 တင်မည်" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4552,15 +4413,15 @@ msgstr "%2 လုပ်ဆောင်ရန်ကြိုးစားနေစ msgid "Network" msgstr "ဆ.သ.ရ-ကွန်ရက်" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "ပုံပျက်နေသော ယူအာအယ်လ် %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4568,18 +4429,18 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" -"ဒါရိုက်ထရီ %1 မရှိတော့ပါ။ ဤအိုင်တမ်ကို နဂိုနေရာ ပြန်ပို့ရန် မဖြစ်နိုင်တော့ပါ။ ထိုဒါရိုက်ထရီကို ပြန်တည်ဆောက်၍ " +"ဖိုင်တွဲ %1 မရှိတော့ပါ။ ဤအိုင်တမ်ကို နဂိုနေရာ ပြန်ပို့ရန် မဖြစ်နိုင်တော့ပါ။ ထိုဖိုင်တွဲကို ပြန်တည်ဆောက်၍ " "ပြန်ကြိုးစားကြည့်ပါ သို့မဟုတ် ၎င်းအိုင်တမ်ကို ကြိုက်သည့်နေရာသို့ ဆွဲသွားပြီး ထားပါ။" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "လုပ်ရိုးလုပ်ထုံးများ၏ မမှန်ကန်သောပေါင်းစပ်မှု။" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." -msgstr "ဤဖိုင်လ်သည် အမှိုက်ပုံထဲ ရောက်နှင့်ပြီးဖြစ်သည်။" +msgstr "ဤဖိုင်သည် အမှိုက်ပုံထဲ ရောက်နှင့်ပြီးဖြစ်သည်။" #: kioworkers/trash/kio_trash_win.cpp:244 #, kde-format @@ -4599,7 +4460,7 @@ msgid "" "'url' trash:/\"" msgstr "" "ကေဒီအီးအမှိုက်ပုံး ကိုင်တွယ်ရန် အကူအညီပရိုဂရမ်\n" -"မှတ်ချက် - အမှိုက်ပုံးသို့ ဖိုင်လ်များ ရွေ့ရန် ktrash မသုံးပါနှင့်။ \"kioclient move 'url' trash:/\" " +"မှတ်ချက် - အမှိုက်ပုံးသို့ ဖိုင်များ ရွေ့ရန် ktrash မသုံးပါနှင့်။ \"kioclient move 'url' trash:/\" " "သုံးရန်။" #: kioworkers/trash/ktrash.cpp:31 @@ -4610,9 +4471,9 @@ msgstr "အမှိုက်ပုံးရှင်း" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "အမှိုက်ပုံးသို့ ပို့ထားသောာ ဖိုင်လ်အား ၎င်း၏နဂိုနေရာသို့ ပြန်ပို့မည်" +msgstr "အမှိုက်ပုံးသို့ ပို့ထားသောာ ဖိုင်အား ၎င်း၏နဂိုနေရာသို့ ပြန်ပို့မည်" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "အမှိုက်ပုံးပြည့်သွားပါပြီ။ အကုန်ရှင်းပစ်ပါ သို့မဟုတ် တစ်ခုချင်းဆီရှင်းပါ။" @@ -4633,17 +4494,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "ပြန်ကြိုးစား" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "ယုံကြည်မှုရယူခြင်း အပြော-ဝင်းဒိုး" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "အသုံးပြုခွင့် ပယ်ခံရ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 လုပ်ရိုးလုပ်ထုံးကို သုံးစွဲနိုင်ရန် သင်၌ အခွင့်မရှိပါ။" @@ -4661,7 +4522,7 @@ msgstr "ရှာဖွေခြင်းဝန်ဆောင်မှုပေ #: urifilters/shorturi/kshorturifilter.cpp:247 #, kde-format msgid "%1 does not have a home folder." -msgstr "%1 ၌ အိမ်ဖိုလ်ဒါ မရှိပါ။" +msgstr "%1 ၌ အိမ်ဖိုင်တွဲ မရှိပါ။" #: urifilters/shorturi/kshorturifilter.cpp:249 #, kde-format @@ -4747,46 +4608,46 @@ msgid "" "Copy and paste a checksum in the field below.
            A checksum is usually " "provided by the website you downloaded this file from." msgstr "" -"အောက်ပါကွက်လပ်ထဲသို့ ပေါင်းလဒ်စစ်တမ်းကို ကူးယူ၍ပွားထည့်ပါ။
            ပေါင်းလဒ်စစ်တမ်းအား ဒီဖိုင်လ်ကို " +"အောက်ပါကွက်လပ်ထဲသို့ ပေါင်းလဒ်စစ်တမ်းကို ကူးယူ၍ပွားထည့်ပါ။
            ပေါင်းလဒ်စစ်တမ်းအား ဒီဖိုင်ကို " "သင်ဒေါင်းလုတ်ရယူထားသော ဝက်ဘ်ဆိုက်မှ ပေးထားလေ့ရှိသည်။" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "မျှော်လင့်ထားသော ပေါင်းလဒ်စစ်တမ်း(အမ်ဒီ၅၊ အက်စ်အိပ်ချ်အေ၁ သို့ အက်စ်အိပ်ချ်အေ၂၅၆)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "ကလစ်ဘုတ်မှ ပေါင်းလဒ်စစ်တမ်းအား စာသွင်း-ကွက်လပ်သို့ ပွားရန် နှိပ်ပါ။" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "အမ်ဒီ၅ -" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "အက်စ်အိပ့်ချ်အေ၁ -" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "အက်စ်အိပ်ချ်အေ၂၅၆ -" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "အက်စ်အိပ်ချ်အေ၅၁၂ -" @@ -4796,9 +4657,9 @@ msgstr "အက်စ်အိပ်ချ်အေ၅၁၂ -" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "တွက်ချက်ရန်" @@ -4807,137 +4668,208 @@ msgstr "တွက်ချက်ရန်" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "ကလစ်ဘုတ်သို့ ပေါင်းလဒ်စစ်တမ်း ကူးယူရန် နှိပ်ပါ။" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&aပယ်ဖျက်" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mဤနေရာသို့ရွေ့ယူရန်" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "ဒေါင်းလုတ်" +msgstr "ဤတွင်&ဒေါင်းလုတ်ဆွဲပါ" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Cဤနေရာသို့ကူးယူရန်" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Lဤနေရာသို့လင့်ခ်ချိတ်ရန်" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&လွှင်တင်နေသည်" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" -msgstr "ဤဖိုင်လ်ကို သင်ဘာလုပ်ချင်သလဲ။" +msgstr "ဤဖိုင်ကို သင်ဘာလုပ်ချင်သလဲ။" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "နောက်ထပ်မမေးပါနှင့်" +msgctxt "@action:button" +msgid "&Open" +msgstr "&ဖွင့်" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Eဆောင်ရွက်ရန်" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 ဖြင့်&ဖွင့်ရန်" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "ပြောင်းထားချက်များပြန်ဆုတ်" +msgid "Would you like to launch this file?" +msgstr "ဤဖိုင်ကို လွှင့်တင်ချင်ပါသလား။" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "ဤလုပ်ဆောင်ချက်ကို ပြန်ဆုတ်ရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ ဆက်လုပ်လိုပါသလား။" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" -msgstr "ဒါရိုက်ထရီဖန်တီးနေသည်" +msgstr "ဖိုင်တွဲဖန်တီးနေသည်" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "မူလဇစ်မြစ်" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "ဦးတည်နေရာ" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "ကူးယူနေသည်" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ရွေ့နေသည်" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "အမည်ပြောင်းနေသည်" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "အမှိုက်ပုံးသို့ ပစ်နေသည်" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "ဖျက်နေသည်" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&oပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&oကူးယူခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&oလင့်ခ်လုပ်ခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&oရွေ့ပြောင်းခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&oအမည်ပြောင်းခြင်းပြန်ဆုတ်ရန်" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&ပြန်ဆုတ် -အမှိုက်ပုံး" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" -msgstr "&oဖိုလ်ဒါတည်ဆောက်ခြင်းပြန်ဆုတ်" +msgstr "&oဖိုင်တွဲတည်ဆောက်ခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" -msgstr "&oဖိုလ်ဒါတည်ဆောက်ခြင်းပြန်ဆုတ်" +msgstr "&oဖိုင်တွဲတည်ဆောက်ခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" -msgstr "&oဖိုင်လ်ဖန်တီးခြင်းပြန်ဆုတ်" +msgstr "&oဖိုင်ဖန်တီးခြင်းပြန်ဆုတ်" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&oအစုလိုက်အပုံလိုက်အမည်ပြောင်းခြင်းပြန်ဆုတ်ရန်" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "ကူးယူချက်-&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "ကွင်းဆက်ချိတ်-&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "ရွှေ့ပြောင်းမှု-&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "အမည်ပြောင်းမှု-&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "အမှိုက်ပစ်မှု-&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "ဖိုင်တွဲဖန်တီးမှု -&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "ဖိုင်တွဲဖန်တီးမှု -&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "ဖိုင်ဖန်တီးမှု -&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "အစုလိုက်အပုံလိုက်အမည်ပြောင်းခြင်းဖိုင်တွဲဖန်တီးမှု -&ပြန်လုပ်" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4945,16 +4877,16 @@ msgid "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" msgstr "" -"ဖိုင်လ် %1 ကို %2 မှကူးယူခဲ့သည်။ ထို့နောက် သိရသရွေ့ ၎င်းအာ %3 ၌ မွမ်းမံခံခဲ့ရသည်။\n" +"ဖိုင် %1 ကို %2 မှကူးယူခဲ့သည်။ ထို့နောက် သိရသရွေ့ ၎င်းအာ %3 ၌ မွမ်းမံခံခဲ့ရသည်။\n" "ကူးယူမှုကို ပြန်ဆုတ်ပါက ဖိုင်ကို ဖျက်ပစ်မည်ဖြစ်၍ မွမ်းမံချက်အားလုံး ပျောက်ဆုံးကုန်မည်။\n" "%4 ကို ဖျက်မှာ သေချာပြီလား။" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "ဖိုင်လ်ကူးယူမှုအတည်ပြုခြင်းပြန်ဆုတ်ရန်" +msgstr "ဖိုင်ကူးယူမှုအတည်ပြုခြင်းပြန်ဆုတ်ရန်" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4965,22 +4897,22 @@ msgstr "" "ဤအိုင်တမ်ကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။%1ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "အမြဲတမ်းအတွက်ဖျက်ရန်" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Permanently" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "အမြဲတမ်းအတွက်ဖျက်ရန်" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4993,7 +4925,7 @@ msgstr[0] "" "ဤအိုင်တမ် %1ခုကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5003,13 +4935,13 @@ msgstr "" "အမှိုက်ပုံးမှ အိုင်တမ်အားလုံးကို ထာဝရဖျက်ပစ်တော့မှာလား။ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "အမှိုက်ပုံးရှင်း" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5017,7 +4949,7 @@ msgid "" "filename>" msgstr "ဤအိုင်တမ်ကို အမှိုက်ပုံးသို့ တကယ်ပို့တော့မည်လား။%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5027,15 +4959,13 @@ msgstr[0] "ဤအိုင်တမ် %1ခုကို အမှိုက် #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "ထည့်…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Eတည်းဖြတ်…" +msgstr "&တည်းဖြတ်…" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5091,7 +5021,7 @@ msgstr "စာရင်းမှတ်ချက် အမျိုးအစာ #: widgets/kacleditwidget.cpp:394 #, kde-format msgid "Default for new files in this folder" -msgstr "ဤဖိုလ်ဒါအတွင်းရှိ ဖိုင်လ်အသစ်များအတွက် မူလသတ်မှတ်ချက်" +msgstr "ဤဖိုင်တွဲအတွင်းရှိ ဖိုင်အသစ်များအတွက် မူလသတ်မှတ်ချက်" #: widgets/kacleditwidget.cpp:401 #, kde-format @@ -5103,7 +5033,7 @@ msgstr "ပိုင်ရှင်" msgid "Owning Group" msgstr "ပိုင်ဆိုင်သောအုပ်စု" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "အခြား" @@ -5172,230 +5102,253 @@ msgid "Updating System Configuration" msgstr "စစ်စတမ်ပြင်ဆင်ချက် အဆင့်မြင့်တင်နေသည်" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "စစ်စတမ်ပြင်ဆင်ချက် အဆင့်မြင့်တင်နေသည်။" +msgstr "စနစ်ပြင်ဆင်ချက် အဆင့်မြင့်တင်နေသည်။" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "အမည်" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "အရွယ်အစား" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "ရက်စွဲ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "ခွင့်ပြုချက်များ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "ပိုင်ရှင်" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "အုပ်စု" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "အမျိုးအစား" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&w %1 ဖြင့်ဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Aလုပ်ဆောင်ချက်များ" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "ဖြင့် ဖိုလ်ဒါ &Oဖွင့်ရန်" +msgstr "ဖြင့် ဖိုင်တွဲ &ဖွင့်ရန်…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Oဖြင့်ဖွင့်ရန်" +msgstr "ဖြင့်&ဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Eဆောင်ရွက်ရန်" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" -msgstr "%1ဖြင့် ဖိုလ်ဒါ &Oဖွင့်ရန်" +msgstr "%1ဖြင့် ဖိုင်တွဲ &Oဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&O %1 ဖြင့်ဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "ဖြင့် ဖိုလ်ဒါ &Oဖွင့်ရန်" +msgstr "ဖြင့် ဖိုင်တွဲ &Oဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Oဖြင့်ဖွင့်ရန်" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Oအခြားအပ္ပလီကေးရှင်း…" +msgstr "&အခြားအပ္ပလီကေးရှင်း…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "အိုင်တမ် %1ခု" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "မသိ" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "ရပ်" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "ဖိုင်လ်လိုက်တွင် စူးစမ်းရန်" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "မှ တပ်ဆင်ထားသည် -" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "နေရာလွတ် -" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "အမျိုးအစား -" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "အကြောင်းအရာ -" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "ဖြင့်ဖွင့်ရန် -" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "ပြောင်းမည်…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "တည်နေရာ -" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "အရွယ်အစား -" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "ပြောင်းမည်…" +msgid "Determine the folder size" +msgstr "ဖိုင်တွဲအရွယ်အစားဆုံးဖြတ်ရန်" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "အကြောင်းအရာ -" +msgid "Stop" +msgstr "ရပ်" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "ဖိုင်တွဲအရွယ်အစားမဆုံးဖြတ်တော့ပါ" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "ဖိုင်လိုက်တွင် စူးစမ်းရန်" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "ညွှန်ပြသည် -" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "မွမ်းမံခဲ့သည် -" +msgid "Show target" +msgstr "ဦးတည်နေရာပြရန်" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "ဖန်တီးခဲ့သည် -" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "ဖိုင်စနစ် -" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "အရွယ်အစားမသိ" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "တွင်တပ်ဆင်ခဲ့သည် -" +msgid "Modified:" +msgstr "မွမ်းမံခဲ့သည် -" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "အသုံးပြုခဲ့သည် -" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "ဖိုင်စနစ် -" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "တွင်တပ်ဆင်ခဲ့သည် -" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "မှ တပ်ဆင်ထားသည် -" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "နေရာလွတ် -" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "ဖြင့်ဖွင့်ရန် -" +msgid "Unknown size" +msgstr "အရွယ်အစားမသိ" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5419,19 +5372,19 @@ msgstr "" #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "ရွေးချယ်ထားသောဖိုင်လ်များကိုဖွင့်ရန် ပရိုဂရမ်အမည်ရွေးပါ။" +msgstr "ရွေးချယ်ထားသောဖိုင်များကိုဖွင့်ရန် ပရိုဂရမ်အမည်ရွေးပါ။" #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
            %1
            " -msgstr "ဖိုင်လ် %1
            ကို ဖွင့်ရာတွင် သင်သုံးချင်သော ပရိုဂရမ်ရွေးချယ်ပါ။
            " +msgstr "ဖိုင် %1
            ကို ဖွင့်ရာတွင် သင်သုံးချင်သော ပရိုဂရမ်ရွေးချယ်ပါ။
            " #: widgets/kopenwithdialog.cpp:592 #, kde-format msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." -msgstr[0] "ဖိုင်လ် %1ခုကို ဖွင့်ရာတွင် သင်သုံးချင်သော ပရိုဂရမ်ရွေးချယ်ပါ။" +msgstr[0] "ဖိုင် %1ခုကို ဖွင့်ရာတွင် သင်သုံးချင်သော ပရိုဂရမ်ရွေးချယ်ပါ။" #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5449,7 +5402,7 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"ဖိုင်လ်အမျိုးအစား %1 အတွက် ပရိုဂရမ်ရွေးချယ်မည်။ ပရိုဂရမ်မပြထားလျှင် အမည်ရိုက်ထည့်ပါ သို့ " +"ဖိုင်အမျိုးအစား %1 အတွက် ပရိုဂရမ်ရွေးချယ်မည်။ ပရိုဂရမ်မပြထားလျှင် အမည်ရိုက်ထည့်ပါ သို့ " "ရှောက်ကြည့်မည် ခလုတ်ကို နှိပ်ပါ။" #: widgets/kopenwithdialog.cpp:630 @@ -5486,12 +5439,12 @@ msgid "" "%c - the comment" msgstr "" "အမိန့်နောက်တွင် ပရိုဂရမ််လုပ်ဆောင်သည့်အခါ တကယ့်တန်ဖိုးနှင့် အစားထိုးခံရမည့် နေရာယူမှု အများအပြား လိုက်နိုင်သည်-\n" -"%f - ဖိုင်လ်အမည်တစ်ခု\n" -"%F - ဖိုင်လ်စာရင်း၊ စက်တွင်းဖိုင်လ်အများအပြားကို တစ်ပြိုင်နက်ဖွင့်နိုင်သည့် အပ္ပလီကေးရှင်းများတွင်သုံးသည်\n" +"%f - ဖိုင်အမည်တစ်ခု\n" +"%F - ဖိုင်စာရင်း၊ စက်တွင်းဖိုင်အများအပြားကို တစ်ပြိုင်နက်ဖွင့်နိုင်သည့် အပ္ပလီကေးရှင်းများတွင်သုံးသည်\n" "%u - ယူအာအယ်လ်တစ်ခု\n" "%U - ယူအာအယ်လ်စာရင်း\n" -"%d - ဖွင့်ရမည့်ဖိုင်လ်၏ ဒါရိုက်ထရီ\n" -"%D - ဒါရိုက်ထရီ စာရင်း\n" +"%d - ဖွင့်ရမည့်ဖိုင်၏ ဖိုင်တွဲ\n" +"%D - ဖိုင်တွဲ စာရင်း\n" "%i - အိုင်ကွန်\n" "%m - အိုင်ကွန်အငယ်\n" "%c - မှတ်ချက်" @@ -5502,7 +5455,7 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" msgstr "" -"ဖိုင်လ်အမျိုးအစားအားလုံးနှင့် ပတ်သက်သော အပ္ပလီကေးရှင်း မှတ်ထားမည်\n" +"ဖိုင်အမျိုးအစားအားလုံးနှင့် ပတ်သက်သော အပ္ပလီကေးရှင်း မှတ်ထားမည်\n" "\"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 @@ -5511,7 +5464,7 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\"" msgstr "" -"အောက်ပါဖိုင်လ်အမျိုးအစားနှင့် ပတ်သက်သော အပ္ပလီကေးရှင်း &Rမှတ်ထားမည်\n" +"အောက်ပါဖိုင်အမျိုးအစားနှင့် ပတ်သက်သော အပ္ပလီကေးရှင်း &Rမှတ်ထားမည်\n" "\"%1\"" #: widgets/kopenwithdialog.cpp:754 @@ -5602,7 +5555,7 @@ msgid "" "required to use this option." msgstr "" "ဤအပ္ပလီကေးရှင်းကို အခြားအသုံးပြုသူအိုင်ဒီဖြင့် မောင်းနှင်လိုပါက အမှန်ခြစ်ပါ။ ဖြစ်စဥ်တိုင်းတွင် ၎င်းတို့နှင့်သက်ဆိုင်သည့် " -"အသုံးပြုသူအိုင်ဒီပါရှိသည်။ ယင်းအိုင်ဒီုကုတ်နံပါတ်ကို သုံး၍ ဖိုင်လ်အသုံးပြုခွင့်နှင့် အခြားခွင့်ပြုချက်များကို ဆုံးဖြတ်သည်။ " +"အသုံးပြုသူအိုင်ဒီပါရှိသည်။ ယင်းအိုင်ဒီုကုတ်နံပါတ်ကို သုံး၍ ဖိုင်အသုံးပြုခွင့်နှင့် အခြားခွင့်ပြုချက်များကို ဆုံးဖြတ်သည်။ " "ဤအချက်ကို သုံးရန် အသုံးပြုသူ၏စကားဝှက် လိုအပ်သည်။" #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) @@ -5682,24 +5635,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"အသုံးပြုပုံပေါ်မူတည်ပြီး အပ္ပလီကေးရှင်း၏အမည် ရိုက်ထည့်ပါ။ သာဓက။ ။ ဖုန်းခေါ်အပ္ပလီကေးရှင်း(ကေပီပီပီ) အတွက်ဆို " -"\"ဖုန်းခေါ်ကိရိယာ\"။" +"အသုံးပြုပုံပေါ်မူတည်ပြီး အပ္ပလီကေးရှင်းကို ယေဘုယျအမည်ရေးပေးပါ။ သာဓက။ ။ ပုံကြည့်အပ် အတွက်ဆို \"ပုံကြည့်ကိရိယာ" +"\"။" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Dဖော်ပြချက် -" +msgid "&Generic name:" +msgstr "&ယေဘုယျအမည်" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "အသုံးဝင်သည်ဟုထင်သော မှတ်ချက်များ ရိုက်သွင်းပါ။" +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"အသုံးပြုပုံပေါ်မူတည်ပြီး အပ္ပလီကေးရှင်းကို ဖော်ပြချက်ရေးပေးပါ။ သာဓက။ ။ ပုံကြည့်အပ် အတွက်ဆို \"ပုံများ " +"တည်းဖြတ်၊ကြည့်ရှုရန်အတွက်\"။" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5710,16 +5667,15 @@ msgstr "&eမှတ်ချက် -" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" -msgstr "" +msgid "Environment variables:" +msgstr "စနစ်ကိန်းရှင်များ-" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "အပ္ပလီကေးရှင်းကို မောင်းနှင်သူအဖြစ် သင်အသုံးပြုလိုသော အသုံးပြုသူအမည် ရေးသွင်းပါ။" +msgstr "ဤတွင်အပ္ပလီကေးရှင်းကိုစတင်ရန် အမိန့်ရေးသားပါ" #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 @@ -5733,7 +5689,7 @@ msgstr "ပရိုဂရမ်-" msgid "" "Click here to browse your file system in order to find the desired " "executable." -msgstr "လိုချင်သော လုပ်ဆောင်-ဖိုင်လ်ရှာဖွေရန် သင်၏ဖိုင်လ်စနစ်အတွင်း ရှောက်ကြည့်ဖို့ ဒီနေရာကို နှိပ်ပါ။" +msgstr "လိုချင်သော လုပ်ဆောင်-ဖိုင်ရှာဖွေရန် သင်၏ဖိုင်စနစ်အတွင်း ရှောက်ကြည့်ဖို့ ဒီနေရာကို နှိပ်ပါ။" #. i18n: ectx: property (text), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:117 @@ -5744,20 +5700,7 @@ msgstr "&Bရှောက်ကြည့်…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several placeholders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "\n" -#| "%f - a single filename\n" -#| "%F - a list of files (for apps that can open several files at once)\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%i - the icon of the .desktop file\n" -#| "%c - the name of the .desktop file\n" -#| "%k - the location of the .desktop file" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -5774,30 +5717,28 @@ msgid "" msgstr "" "ဤအပ္ပလီကေးရှင်းကို စတင်ရန် အမိန့် ရိုက်ထည့်ပါ။\n" "\n" -"အမိန့်နောက်တွင် ပရိုဂရမ် မောင်းနှင်ချိန်တွင် တကယ်တန်ဖိုးများနှင့် အစားထိုးမည်ဖြစ်သော " -"နေရာယူထားမှုအများအပြားလိုက်နိုင်သည်-\n" +"ပရိုဂရမ်တကယ်မောင်းနှင်ချိန်တွင် တကယ်တန်ဖိုးများဖြင့်အစားထိုးသွားမည်ဖြစ်သည်\n" "\n" -"%f - ဖိုင်လ်အမည်တစ်ခု\n" -"%F - ဖိုင်လ်စာရင်း (ဖိုင်လ်အများအပြား တစ်ပြိုင်တည်း ဖွင့်နိုင်သည့် ပရိုဂရမ်းများအတွက်သာ)\n" -"%u - ယူအာအယ်လ်တစ်ခုတည်း\n" -"%U - ယူအာအယ်လ်စာရင်း\n" -"%i - .desktop ဖိုင်လ်၏ အိုင်ကွန်\n" -"%c - .desktop ဖိုင်လ်၏အမည်\n" -"%k - .desktop ဖိုင်လ်၏တည်နေရာ" +"%f - ဖိုင်အမည်တစ်ခု\n" +"%F - ဖိုင်စာရင်း (ဖိုင်အများအပြား တစ်ပြိုင်တည်း ဖွင့်နိုင်သည့် ပရိုဂရမ်းများအတွက်သာ)\n" +"%u - URLတစ်ခုတည်း\n" +"%U - URLစာရင်း\n" +"%i - .desktop ဖိုင်၏ အိုင်ကွန်\n" +"%c - .desktop ဖိုင်၏အမည်\n" +"%k - .desktop ဖိုင်၏တည်နေရာ" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "Arguments:" +#, kde-format msgid "&Arguments:" -msgstr "ပေးချက်များ-" +msgstr "&ပေးချက်များ-" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) #: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 #, kde-format msgid "Sets the working directory for your application." -msgstr "သင့်အပ္ပလီကေးရှင်းအတွက် အလုပ်လုပ်မည့်နေရာ ဒါရိုက်ထရီသတ်မှတ်ပါ။" +msgstr "သင့်အပ္ပလီကေးရှင်းအတွက် အလုပ်လုပ်မည့်နေရာ ဖိုင်တွဲသတ်မှတ်ပါ။" #. i18n: ectx: property (text), widget (QLabel, textLabel5) #: widgets/kpropertiesdesktopbase.ui:169 @@ -5825,13 +5766,13 @@ msgid "" "remove them from the list clicking on the button Remove below.

            " msgstr "" -"

            ဤစာရင်းသည် သင်၏အပ္ပလီကေးရှင်း ကိုင်တွယ်နိုင်သော ဖိုင်လ်အမျိုးအစားများကို ပြသင့်သည်။ ယင်းကို " +"

            ဤစာရင်းသည် သင်၏အပ္ပလီကေးရှင်း ကိုင်တွယ်နိုင်သော ဖိုင်အမျိုးအစားများကို ပြသင့်သည်။ ယင်းကို " "အမ်အိုင်အမ်အီးတိုက် ဖြင့် စုစည်းစီစဥ်ထားသည်။

            \n" "

            အမ်အိုင်အမ်အီး (MIME)၊ Multipurpose Internet (e)Mail Extensionသည် " -"ဖိုင်လ်အမည်နောက်တွဲများနှင့် ယင်းတို့၏သက်ဆိုင်ရာ အမ်အိုင်အမ်အီးတိုက်များကို အခြေခံ၍ ဒေတာအမျိုးအစားကို " -"ခွဲခြားသတ်မှတ်သော စံလုပ်ရိုးလုပ်ထုံးဖြစ်သည်။ သာဓက။ ။ ပန်း.bmp တွင် '.'နောက်မှလာသော ဖိုင်လ်အမည်နောက်တွဲ " -"\"bmp\" က ယင်းဖိုင်လ်သည် image/x-bmp ပုံရိပ်အမျိုးအစားဖြစ်ကြောင့်ပြသနေသည်။ ဘယ်ဖိုင်လ်ကို " -"ဘယ်အပ္ပလီကေးရှင်းနှင့် ဖွင့်ရမည်ဆိုသည်ကို သိရှိရန် စစ်စတမ်ကို အပ္ပလီကေးရှင်းတစ်ခုချင်းစီ၏ ဖိုင်လ်အမည်နောက်တွဲနှင့် " +"ဖိုင်အမည်နောက်တွဲများနှင့် ယင်းတို့၏သက်ဆိုင်ရာ အမ်အိုင်အမ်အီးတိုက်များကို အခြေခံ၍ ဒေတာအမျိုးအစားကို " +"ခွဲခြားသတ်မှတ်သော စံလုပ်ရိုးလုပ်ထုံးဖြစ်သည်။ သာဓက။ ။ ပန်း.bmp တွင် '.'နောက်မှလာသော ဖိုင်အမည်နောက်တွဲ " +"\"bmp\" က ယင်းဖိုင်သည် image/x-bmp ပုံရိပ်အမျိုးအစားဖြစ်ကြောင့်ပြသနေသည်။ ဘယ်ဖိုင်ကို " +"ဘယ်အပ္ပလီကေးရှင်းနှင့် ဖွင့်ရမည်ဆိုသည်ကို သိရှိရန် စစ်စတမ်ကို အပ္ပလီကေးရှင်းတစ်ခုချင်းစီ၏ ဖိုင်အမည်နောက်တွဲနှင့် " "အမ်အိုင်အမ်အီးတိုက်များကို ကိုင်တွယ်နိုင်စွမ်းအကြောင်းအား အသိပေးထားရမည်။

            \n" "

            ဤအပ္ပလီကေးရှင်းကို စာရင်းတွင်မပါသော အမ်အိုင်အမ်အီးတိုက်များနှင့် ပတ်သက်စေလိုပါက အောက်ပါ ထည့်မည် " "ခလုတ်ကို နှိပ်ပါ။ ၎င်း မကိုင်တွယ်နိုင်သော အမ်အိုင်အမ်အီးတိုက်များ စာရင်းတွင်ပါပါက ထုတ်ပစ်ရန် ဖယ်မည် " @@ -5861,7 +5802,7 @@ msgstr "ဖော်ပြချက်" msgid "" "Click on this button if you want to add a type of file (mimetype) that your " "application can handle." -msgstr "သင်၏အပ္ပလီကေးရှင်းကိုင်တွယ်နိုင်သော ဖိုင်လ်အမျိုးအစား(mimetype) ထည့်ရန် ဤခလုတ်ကို နှိပ်ပါ။" +msgstr "သင်၏အပ္ပလီကေးရှင်းကိုင်တွယ်နိုင်သော ဖိုင်အမျိုးအစား(mimetype) ထည့်ရန် ဤခလုတ်ကို နှိပ်ပါ။" #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -5876,7 +5817,7 @@ msgid "" "If you want to remove a type of file (mimetype) that your application cannot " "handle, select the mimetype in the list above and click on this button." msgstr "" -"သင်၏အပ္ပလီကေးရှင်း မကိုင်တွယ်နိုင်သော ဖိုင်လ်အမျိုးအစား(mimetype)ကို ဖယ်ရှားချင်ပါက အထက်ပါစာရင်းမှ " +"သင်၏အပ္ပလီကေးရှင်း မကိုင်တွယ်နိုင်သော ဖိုင်အမျိုးအစား(mimetype)ကို ဖယ်ရှားချင်ပါက အထက်ပါစာရင်းမှ " "ရွေးချယ်ပြီး ဤခလုတ်ကို နှိပ်ပါ။" #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) @@ -5920,46 +5861,65 @@ msgctxt "@title:tab" msgid "Share" msgstr "ဝေမျှရန်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" -"အောက်ပါဖိုင်လ်သို့ လုံလောက်သော ရေးခွင့်မရှိမှုကြောင့် ကိုယ်ပိုင်လက္ခဏာများ မသိမ်းဆည်းနိုင်ခဲ့ပါ -" +"အောက်ပါဖိုင်သို့ လုံလောက်သော ရေးခွင့်မရှိမှုကြောင့် ကိုယ်ပိုင်လက္ခဏာများ မသိမ်းဆည်းနိုင်ခဲ့ပါ -" "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Gယေဘုယျ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ဖိုင်အမည်ရေးပါ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1 တွင်ရှာဖွေမည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "အသစ်တင်မည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "ပစ်မှတ်နေရာရေးရန်" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1ပြပါ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1 -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "အရွယ်အစားမသိ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5968,135 +5928,141 @@ msgstr "" "တွက်နေသည်…%1 (%2)\n" "%3၊ %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" -msgstr[0] "ဖိုင်လ် %1ခု" +msgstr[0] "ဖိုင် %1ခု" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" -msgstr[0] "လက်အောက်ခံ-ဖိုလ်ဒါ %1ခု" +msgstr[0] "လက်အောက်ခံ-ဖိုင်တွဲ %1ခု" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "တွက်နေသည်…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "အနည်းဆုံး %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." -msgstr "ဖိုင်လ်အသစ်၏အမည်သည် ဗလာဖြစ်နေသည်။" +msgstr "ဖိုင်အသစ်၏အမည်သည် ဗလာဖြစ်နေသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" -msgstr "မှတ်တမ်းမတင်ထားသောဖိုင်လ်အမျိုးအစား" +msgstr "မှတ်တမ်းမတင်ထားသောဖိုင်အမျိုးအစား" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "သက်ဆိုင်သောအပ္ပလီကေးရှင်းမရှိ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "ဖန်တီးမည်…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "ပြောင်းမည်…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "\"%1\"အမျိုးအစားဖိုင်များဖွင့်ရန် သတ်မှတ်ထားသောအပ္ပလီကေးရှင်း ပြောင်းသည်" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "အသုံးပြုခွင့်မရှိ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "ကြည့်၍သာရသည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "ကြည့်၍ မွမ်းမံနိုင်သည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "ပါဝင်သောအကြောင်းအရာ ကြည့်၍သာရသည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "ပါဝင်သောအကြောင်းအရာ ကြည့်၍မွမ်းမံနိုင်သည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "ပါဝင်သောအကြောင်းအရာ ကြည့်/ဖတ်၍သာရသည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "ကြည့်/ဖတ် ၍ မွမ်းမံ/ရေး နိုင်သည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Pခွင့်ပြုချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "အသုံးပြုခွင့်ပေးချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." -msgstr[0] "ဖိုင်လ်သည် လင့်ခ်ဖြစ်ပြီး ခွင့်ပြုချက်များ မရှိပါ။" +msgstr[0] "ဖိုင်သည် လင့်ခ်ဖြစ်ပြီး ခွင့်ပြုချက်များ မရှိပါ။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "ပိုင်ရှင်သာ ခွင့်ပြုချက်များ ပြောင်းလဲနိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&wပိုင်ရှင် -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ခွင့်ပြုထားသော ပိုင်ရှင်၏ လုပ်ဆောင်မှုများ သတ်မှတ်မည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&uအုပ်စု -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "ခွင့်ပြုထားသော အုပ်စုဝင်များ၏ လုပ်ဆောင်မှုများ သတ်မှတ်မည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&tအခြားလူများ -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6104,85 +6070,81 @@ msgid "" msgstr "" "ခွင့်ပြုထားသော (ပိုင်ရှင် မဟုတ်သည့်၊ အုပ်စုထဲတွင် မပါဝင်သည့်) အခြားအသုံးပြုသူများ၏ လုပ်ဆောင်မှုများ သတ်မှတ်မည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "ဖိုလ်ဒါ၏ပါဝင်ဒေတာကို ပိုင်ရှင်သာ အမည်ပြောင်း၊ ဖျက်နိုင်သည်။" +msgstr "ပိုင်&ရှင်သာ ဖျက်နိုင် အမည်ပြောင်းနိုင်သည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "ဖိုင်လ်ကို ပရိုဂရမ်အဖြစ်ဆောင်ရွက်ခွင့်ပြုရန် ဤအလံကို ဖွင့်ပါ။" +msgstr "ပရိုဂရမ်အဖြစ်ကို &လုပ်ဆောင်ရန် ခွင့်ပြုမည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "မူလသတ်မှတ်သော အသုံးပြုသူအမည် -" +msgstr "ဖျက် သို့ အမည်ပြောင်း-" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Eဆောင်ရွက်ရန်" +msgstr "ဆောင်ရွက်-" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" -"ဤအချက်ကို အသုံးပြုပါက ဖိုလ်ဒါပိုင်ရှင်ကိုသာ ပါဝင်ဖိုင်လ်၊ ဖိုလ်ဒါများ ဖျက်ခြင်း၊ အမည်ပြောင်းခြင်းတို့ကို " -"ခွင့်ပြုမည်။ အခြားအသုံးပြုသူများအနေဖြင့် 'ပါဝင်ဒေတာမွမ်းမံမည်' ခွင့်ပြုချက်ရှိလျှင် ဖိုင်လ်အသစ်များ ထည့်နိုင်သည်။" +"ဤအချက်ကို အသုံးပြုပါက ဖိုင်တွဲပိုင်ရှင်ကိုသာ ပါဝင်ဖိုင်၊ ဖိုင်တွဲများ ဖျက်ခြင်း၊ အမည်ပြောင်းခြင်းတို့ကို ခွင့်ပြုမည်။ " +"အခြားအသုံးပြုသူများအနေဖြင့် 'ပါဝင်ဒေတာမွမ်းမံမည်' ခွင့်ပြုချက်ရှိလျှင် ဖိုင်အသစ်များ ထည့်နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -"ဖိုင်လ်ကို လုပ်ဆောင်-ဖိုင်လ် အဖြစ် မှတ်သားရန် ဤအချက်ကို အသုံးပြုပါ။ ယင်းအချက်သည် ပရိုဂရမ်နှင့် " -"ညွှန်ကြားစာဖိုင်လ်များ အတွက်သာ အသုံးဝင်သည်။ ထိုအရာများကို လုပ်ဆောင်ချင်သောအခါ ယင်းအချက်ကို လိုအပ်သည်။" +"ဖိုင်ကို လုပ်ဆောင်-ဖိုင် အဖြစ် မှတ်သားရန် ဤအချက်ကို အသုံးပြုပါ။ ယင်းအချက်သည် ပရိုဂရမ်နှင့် ညွှန်ကြားစာဖိုင်များ " +"အတွက်သာ အသုံးဝင်သည်။ ထိုအရာများကို လုပ်ဆောင်ချင်သောအခါ ယင်းအချက်ကို လိုအပ်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&dအဆင့်မြင့်ခွင့်ပြုချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "ပိုင်ဆိုင်မှု" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "အသုံးပြုသူ -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "အုပ်စု -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" -msgstr "ပြောင်းလဲမှုများကို လက်အောက်ခံဖိုလ်ဒါများနှင့် ယင်းတို့၏အကြောင်းအရာများအား သက်ရောက်စေမည်" +msgstr "ပြောင်းလဲမှုများကို လက်အောက်ခံဖိုင်တွဲများနှင့် ယင်းတို့၏အကြောင်းအရာများအား သက်ရောက်စေမည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "အဆင့်မြင့်ခွင့်ပြုချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "အတန်း" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6191,22 +6153,22 @@ msgstr "" "ပြမည်\n" "စာရင်းမှတ်ချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." -msgstr "ဤအလံသည် ဖိုင်လ်၏ပါဝင်ဒေတာများကို ကြည့်ခွင့်ပြုသည်။" +msgstr "ဤအလံသည် ဖိုင်၏ပါဝင်ဒေတာများကို ကြည့်ခွင့်ပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "ဖတ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." -msgstr "'ဖတ်' အလံသည် ဖိုင်လ်၏ပါဝင်ဒေတာများကို ကြည့်ခွင့်ပြုသည်။" +msgstr "'ဖတ်' အလံသည် ဖိုင်၏ပါဝင်ဒေတာများကို ကြည့်ခွင့်ပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6215,112 +6177,112 @@ msgstr "" "ရေး\n" "စာရင်းမှတ်ချက်များ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -"ဤအလံသည် ဖိုင်လ်များ အသစ်ဖြည့်ခြင်း၊ အမည်ပြောင်းခြင်းနှင့် ဖျက်ခြင်းစသည်တို့ကို ခွင့်ပြုသည်။ ဖျက်ခြင်းနှင့် " +"ဤအလံသည် ဖိုင်များ အသစ်ဖြည့်ခြင်း၊ အမည်ပြောင်းခြင်းနှင့် ဖျက်ခြင်းစသည်တို့ကို ခွင့်ပြုသည်။ ဖျက်ခြင်းနှင့် " "အမည်ပြောင်းခြင်းကိုတော့ စေးကပ်အလံ သုံး၍ ကန့်သတ်နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "ရေး" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." -msgstr "'ရေး' အလံသည် ဖိုင်လ်၏ပါဝင်ဒေတာများကို မွမ်းမံခွင့်ပြုသည်။" +msgstr "'ရေး' အလံသည် ဖိုင်၏ပါဝင်ဒေတာများကို မွမ်းမံခွင့်ပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ဝင်ရန်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." -msgstr "ဖိုလ်ဒါအတွင်းဝင်ရောက်ခွင့်ပြုရန် ဤအလံကို ဖွင့်ပါ။" +msgstr "ဖိုင်တွဲအတွင်းဝင်ရောက်ခွင့်ပြုရန် ဤအလံကို ဖွင့်ပါ။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ဆောင်ရွက်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." -msgstr "ဖိုင်လ်ကို ပရိုဂရမ်အဖြစ်ဆောင်ရွက်ခွင့်ပြုရန် ဤအလံကို ဖွင့်ပါ။" +msgstr "ဖိုင်ကို ပရိုဂရမ်အဖြစ်ဆောင်ရွက်ခွင့်ပြုရန် ဤအလံကို ဖွင့်ပါ။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "အထူး" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." -msgstr "အထူးအလံ။ ဖိုလ်ဒါတစ်ခုလုံးအတွက် အကျုံးဝင်သည်။ ယင်းအလံ၏ အဓိပ္ပါယ်အတိအကျကို ညာဘက်တိုင်တွင် တွေ့နိုင်သည်။" +msgstr "အထူးအလံ။ ဖိုင်တွဲတစ်ခုလုံးအတွက် အကျုံးဝင်သည်။ ယင်းအလံ၏ အဓိပ္ပါယ်အတိအကျကို ညာဘက်တိုင်တွင် တွေ့နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "အထူးအလံ။ ယင်းအလံ၏ အဓိပ္ပါယ်အတိအကျကို ညာဘက်တိုင်တွင် တွေ့နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "အသုံးပြုသူ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "အုပ်စု" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." -msgstr "ဤအလံသတ်မှတ်ထားပါက ဤဖိုလ်ဒါ၏ပိုင်ရှင်သည် ဖိုင်လ်အသစ်အားလုံး၏ ပိုင်ရှင်ဖြစ်လာမည်။" +msgstr "ဤအလံသတ်မှတ်ထားပါက ဤဖိုင်တွဲ၏ပိုင်ရှင်သည် ဖိုင်အသစ်အားလုံး၏ ပိုင်ရှင်ဖြစ်လာမည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." -msgstr "ဤဖိုင်လ်သည် လုပ်ဆောင်-ဖိုင်လ်ဖြစ်၍ အလံသတ်မှတ်ထားလျှင် ပိုင်ရှင်၏ခွင့်ပြုချက်များနှင့် အညီ လုပ်ဆောင်သွားမည်။" +msgstr "ဤဖိုင်သည် လုပ်ဆောင်-ဖိုင်ဖြစ်၍ အလံသတ်မှတ်ထားလျှင် ပိုင်ရှင်၏ခွင့်ပြုချက်များနှင့် အညီ လုပ်ဆောင်သွားမည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." -msgstr "ဤအလံသတ်မှတ်ထားပါက ဤဖိုလ်ဒါ၏အုပ်စုထဲသို့ ဖိုင်လ်အသစ်အားလုံး ပို့မည်။" +msgstr "ဤအလံသတ်မှတ်ထားပါက ဤဖိုင်တွဲ၏အုပ်စုထဲသို့ ဖိုင်အသစ်အားလုံး ပို့မည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." -msgstr "ဤဖိုင်လ်သည် လုပ်ဆောင်-ဖိုင်လ်ဖြစ်၍ အလံသတ်မှတ်ထားလျှင် အုပ်စု၏ခွင့်ပြုချက်များနှင့် အညီ လုပ်ဆောင်သွားမည်။" +msgstr "ဤဖိုင်သည် လုပ်ဆောင်-ဖိုင်ဖြစ်၍ အလံသတ်မှတ်ထားလျှင် အုပ်စု၏ခွင့်ပြုချက်များနှင့် အညီ လုပ်ဆောင်သွားမည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -"ဖိုလ်ဒါတစ်ခုအပေါ် စေးကပ်-အလံ သတ်မှတ်ထားလျှင် ပိုင်ရှင်နှင့် rootသာ ၎င်း၏ဖိုင်လ်များကို ဖျက်နိုင်သည်၊ " +"ဖိုင်တွဲတစ်ခုအပေါ် စေးကပ်-အလံ သတ်မှတ်ထားလျှင် ပိုင်ရှင်နှင့် rootသာ ၎င်း၏ဖိုင်များကို ဖျက်နိုင်သည်၊ " "အမည်ပြောင်းနိုင်သည်။ မသတ်မှတ်ထားလျှင် ရေးခွင့် ရထားသော လူတိုင်း ထိုကဲ့သို့ လုပ်နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6328,89 +6290,78 @@ msgid "" msgstr "" "ဖိုင်ပေါ်တွင်သတ်မှတ်ထားသော စေးကပ်အလံကို လင်းနပ်စ်တွင် လျစ်လျူရှုသည်။ သို့သော် အခြား စီမံစနစ်များတွင် အသုံးပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "ယူအိုင်ဒီ သတ်မှတ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "ဂျီအိုင်ဒီ သတ်မှတ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "စေးကပ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "လင့်ခ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "လှုပ်နေသည်(ပြောင်းလဲချက်မရှိ)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "ဖိုင်လ်သည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" +msgstr[0] "ဖိုင်သည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." -msgstr[0] "ဖိုလ်ဒါသည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" +msgstr[0] "ဖိုင်တွဲသည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." -msgstr "ဤဖိုင်လ်များသည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" +msgstr "ဤဖိုင်များသည် အဆင့်မြင့်ခွင့်ပြုချက်များ အသုံးပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&hပေါင်းလဒ်စစ်တမ်းများ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "တွက်နေသည်…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "မမှန်ကန်သော ပေါင်းလဒ်စစ်တမ်း။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "ပေးချက်သည် မှန်ကန်သော အမ်ဒီ၅၊ အက်စ်အိပ်ချ်အေ၁ သို့ အက်စ်အိပ်ချ်အေ၂၅၆ ပေါင်းလဒ်စစ်တမ်း မဟုတ်ပါ။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "ပေါင်းလဒ်စစ်တမ်းများ ကိုက်ညီသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "တွက်ချက်ထားသည့် ပေါင်းလဒ်စစ်တမ်းနှင့် မျှော်လင့်ထားသော ပေါင်းလဒ်စစ်တမ်း ကိုက်ညီသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6418,61 +6369,75 @@ msgid "" "source of the file." msgstr "" "

            ပေါင်းလဒ်စစ်တမ်းများ မကိုက်ပါ။

            အမှားပါသောဒေါင်းလုတ်တစ်ခုကြောင့်ဖြစ်နိုင်သည်။ ဖိုင်ကို " -"နောက်တစ်ကြိမ်ဒေါင်းလုတ်ဆွဲကြည့်ပါ။
            အကယ်၍ စစ်ဆေးခြင်း မအောင်မြင်လျှင် ဖိုင်လ်ဇစ်မြစ်ကို ဆက်သွယ်ပါ။" +"နောက်တစ်ကြိမ်ဒေါင်းလုတ်ဆွဲကြည့်ပါ။
            အကယ်၍ စစ်ဆေးခြင်း မအောင်မြင်လျှင် ဖိုင်ဇစ်မြစ်ကို ဆက်သွယ်ပါ။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "တွက်ချက်ထားသည့် ပေါင်းလဒ်စစ်တမ်းနှင့် မျှော်လင့်ထားသော ပေါင်းလဒ်စစ်တမ်း ကွဲပြားသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "ပေါင်းလဒ်စစ်တမ်းများ စစ်ဆေးနေသည်…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "ဖိုင်များ၏checksums တစ်ထပ်တည်းကျသည်။" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "ဖိုင်များ မတူပါ။" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "တွက်နေသည်…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Rယူအာအယ်လ်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "ယူအာအယ်လ် -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -"ကိုယ်ပိုင်လက္ခဏာများ သိမ်းဆည်း၍မရပါ။ စက်တွင်းဖိုင်လ်စနစ်များရှိ စာရင်းမှတ်ချက်များကိုသာ လုပ်ဆောင်နိုင်သည်။" +"ကိုယ်ပိုင်လက္ခဏာများ သိမ်းဆည်း၍မရပါ။ စက်တွင်းဖိုင်စနစ်များရှိ စာရင်းမှတ်ချက်များကိုသာ လုပ်ဆောင်နိုင်သည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aအပ္ပလီကေးရှင်း" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" -msgstr "%1 အတွက်ဖိုင်လ်အမျိုးအစားထည့်မည်" +msgstr "%1 အတွက်ဖိုင်အမျိုးအစားထည့်မည်" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" -msgstr "တစ်ခု၊ တစ်ခုထက်ပိုသော ဖိုင်လ်အမျိုးအစားများ ထည့်သွင်းရန် ရွေးချယ်မည် -" +msgstr "တစ်ခု၊ တစ်ခုထက်ပိုသော ဖိုင်အမျိုးအစားများ ထည့်သွင်းရန် ရွေးချယ်မည် -" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." -msgstr "စက်တွင်းဖိုင်စနစ်ပေါ်ရှိ လုပ်ဆောင်-ဖိုင်လ်များသာ ဆောင်ရွက်ခွင့်ပြုသည်။" +msgstr "စက်တွင်းဖိုင်စနစ်ပေါ်ရှိ လုပ်ဆောင်-ဖိုင်များသာ ဆောင်ရွက်ခွင့်ပြုသည်။" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 အတွက် အဆင့်မြင့်ရွေးချယ်စရာများ" @@ -6567,28 +6532,31 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "ဝက်ဘ်ဆိုင်ရာဖြတ်လမ်းများ ပြင်ဆင်မည်…" +msgstr "ဝက်ဘ်ဖြတ်လမ်းများ ပြင်ဆင်မည်…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" -msgstr "ဖိုင်လ် အပြော-ဝင်းဒိုး ဖွင့်မည်" +msgstr "ဖိုင် အပြော-ဝင်းဒိုး ဖွင့်မည်" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "ကလစ်ဘုတ်ပါဝင်ဒေတာအတွက် ဖိုင်လ်အမည် -" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ကူးထည့်ထားသောဖိုင်" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ကလစ်ဘုတ်ဒေတာများ ပွားထည့်မည်" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6597,117 +6565,136 @@ msgstr "" "သင် 'ပွားမည်' အသုံးပြုပြီးကတည်းက ကလစ်ဘုတ်သည် ပြောင်းလဲသွားခဲ့သည်။ ရွေးချယ်ထားသော ဒေတာစီစဥ်ဖွဲ့စည်းမှုပုံစုံကို " "သုံးမရတော့ပါ။ သင်ပွားချင်သည့် အရာကို ပြန်သွားကူးယူပါ။" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "ဖိုလ်ဒါတစ်ခုပွား" +msgstr "ဖိုင်တွဲတစ်ခုပွား" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "ဖိုင်လ်တစ်ခုပွား" +msgstr "ဖိုင်တစ်ခုပွား" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "အိုင်တမ် %1ခုပွား" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "&Pကလစ်ဘုတ်ရှိဒေတာများ ပွားမည်" +msgstr "ကလစ်ဘုတ်ဒေတာများ ပွားထည့်မည်" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ပွား" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "ရက်စွဲဖော်ပြပုံစံ -" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ကလစ်ဘုတ်ပါဝင်ဒေတာအတွက် ဖိုင်အမည် -" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" -msgstr "ပြစ်ချခဲ့သော ဒေတာများအတွက် ဖိုင်လ်အမည် -" +msgstr "ပြစ်ချခဲ့သော ဒေတာများအတွက် ဖိုင်အမည် -" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "ရက်စွဲ - %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "အရွယ်အစား - %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "အားလုံးကို သုံးလိုရစေမည်" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" "ဤအရာကို အမှန်ခြစ်ထားသည့်အခါ နှိပ်ထားသော ခလုတ်ကို လက်ရှိအလုပ်ပြီးဆုံးသည်အထိ နောက်ဖြစ်လာမည့် " "အငြင်းပွားမှုများအတွက် သုံးသွားမည်။\n" -"'ကျော်မည်'ခလုတ်ကို မနှ်ိပ်ထားလျှင် ဒါရိုက်ထရီအတွင်း ရှိပြီးသားဖိုင်လ်နှင့် အငြင်းပွားဖွယ်ဖြစ်ပါက သင်ထံ " +"'ကျော်မည်'ခလုတ်ကို မနှ်ိပ်ထားလျှင် ဖိုင်တွဲအတွင်း ရှိပြီးသားဖိုင်နှင့် အငြင်းပွားဖွယ်ဖြစ်ပါက သင်ထံ " "ဆုံးဖြတ်ချက်တောင်းခံမည်ဖြစ်သည်။" -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "ဤအရာကို အမှန်ခြစ်ထားသည့်အခါ နှိပ်ထားသော ခလုတ်ကို လက်ရှိအလုပ်ပြီးဆုံးသည်အထိ နောက်ဖြစ်လာမည့် " "အငြင်းပွားမှုများအတွက် သုံးသွားမည်။" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Rအမည်ပြောင်း" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Nအမည်သစ် အကြံပြုမည်" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Sကျော်" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" -msgstr "ဤဖိုလ်ဒါအား ကူးယူခြင်း၊ ရွေ့ပြောင်းခြင်း မလုပ်ပါနှင့်။ နောက်တစ်ခုသို့ ကျော်သွားပါ။" +msgstr "ဤဖိုင်တွဲအား ကူးယူခြင်း၊ ရွေ့ပြောင်းခြင်း မလုပ်ပါနှင့်။ နောက်တစ်ခုသို့ ကျော်သွားပါ။" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" -msgstr "ဤဖိုင်လ်အား ကူးယူခြင်း၊ ရွေ့ပြောင်းခြင်း မလုပ်ပါနှင့်။ နောက်တစ်ခုသို့ ကျော်သွားပါ။" +msgstr "ဤဖိုင်အား ကူးယူခြင်း၊ ရွေ့ပြောင်းခြင်း မလုပ်ပါနှင့်။ နောက်တစ်ခုသို့ ကျော်သွားပါ။" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Wအတွင်းသို့ ရေးမည်" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6715,30 +6702,30 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" -"ရှိနှင့်ပြီး ဒါရိုက်ထရီအတွင်းသို့ ဖိုင််လ်နှင့်ဖိုလ်ဒါများ ကူးယူလိမ့်မည်။\n" -"၎င်းဒါရိုက်ထရီအတွင်းရှိ ရှိပြီးသားဖိုင်လ်တစ်ခုခုနှင့် အငြင်းပွာဖွယ်ဖြစ်လာပါက သင်ထံ အကြံတောင်းမည်။" +"ရှိနှင့်ပြီး ဖိုင်တွဲအတွင်းသို့ ဖိုင််လ်နှင့်ဖိုင်တွဲများ ကူးယူလိမ့်မည်။\n" +"၎င်းဖိုင်တွဲအတွင်းရှိ ရှိပြီးသားဖိုင်တစ်ခုခုနှင့် အငြင်းပွာဖွယ်ဖြစ်လာပါက သင်ထံ အကြံတောင်းမည်။" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "&Oဖိုင်လ်အိုများကို အပေါ်ကနေထပ်ရေးမည်" +msgstr "&Oဖိုင်အိုများကို အပေါ်ကနေထပ်ရေးမည်" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -"ဦးတည်ဖိုင်လ်များ၌ သက်တမ်းပိုကြာသောမွမ်းမံအချိန်ရှိလျှင် ဇစ်မြစ်ဖိုင်လ်များနှင့် အပေါ်ကထပ်ရေးမည်။ မရှိပါက " +"ဦးတည်ဖိုင်များ၌ သက်တမ်းပိုကြာသောမွမ်းမံအချိန်ရှိလျှင် ဇစ်မြစ်ဖိုင်များနှင့် အပေါ်ကထပ်ရေးမည်။ မရှိပါက " "ကျော်သွားမည်။" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Rပြန်၍စတင်မည်" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6747,129 +6734,124 @@ msgstr "" "ဤလုပ်ဆောင်ချက်သည် '%1'ကို ၎င်းကိုယ်တိုင်နှင့် ထပ်ရေးမည်။\n" "အမည်သစ်ရေးပါ -" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&oဆက်ရန်" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "ဤလုပ်ဆောင်ချက်သည် ဦးတည်ဖိုင်လ်ကို ထပ်ရေးလိမ့်မည်။" - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "ဤလုပ်ဆောင်ချက်သည် ဦးတည်ဖိုင်လ်ကို ထပ်ရေးလိမ့်မည်။" - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "မူလဇစ်မြစ်" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "ဦးတည်နေရာ" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is more recent." -msgstr "ဦးတည်နေရာသည် %1 ပိုငယ်နေပါသည်" - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is older." -msgstr "ဦးတည်နေရာသည် %1 ပိုငယ်နေပါသည်" - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "ဦးတည်နေရာရှိဖိုင်ကို ဖျက်ရေးလိုပါသလား" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "'%1'၏ဒေတာကို '%2'ထဲသို့ ပေါင်းရေးလိုပါသလား" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "ဇစ်မြစ်သည် ပို၍လတ်တလောဖြစ်သည်" + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "ဇစ်မြစ်သည် သက်တမ်းပိုကြီးပါသည်" + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "ဦးတည်နေရာသည် %1 ပိုငယ်နေပါသည်" +msgstr "ဇစ်မြစ်သည် %1 ပိုငယ်နေပါသည်" -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "The destination is bigger by %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "ဦးတည်နေရာသည် %1 ပိုကြီးနေပါသည်" +msgstr "ဇစ်မြစ်သည် %1 ပိုကြီးနေပါသည်" -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The files are identical." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "ဖိုင်လ်များ တစ်ထပ်တည်းကျသည်။" +msgstr "ဖိုင်များ တစ်ထပ်တည်းပါ" -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The files seem identical." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "ဖိုင်လ်များ တစ်ထပ်တည်းကျပုံရသည်။" +msgstr "ဖိုင်များ တစ်ထပ်တည်းကျပုံရသည်။" -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The files are different." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "ဖိုင်လ်များ မတူပါ။" +msgstr "ဖိုင်များမတူပါ။" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -"ဖိုင်လ်များ တစ်ထပ်တည်းကျနိုင်ချေများသည်။ ၎င်းတို့သည် အရွယ်အစားတူ၍ ၎င်းတို့၏ပါဝင်ဒေတာများမှာ စ၊လယ်၊ဆုံးတို့၌ " +"ဖိုင်များ တစ်ထပ်တည်းကျနိုင်ချေများသည်။ ၎င်းတို့သည် အရွယ်အစားတူ၍ ၎င်းတို့၏ပါဝင်ဒေတာများမှာ စ၊လယ်၊ဆုံးတို့၌ " "တူညီနေသည်။" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ဖိုင်များကူးယူရန်" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "အသက်ပိုကြီးသော '%1' အမည်ရ အိုင်တမ်တစ်ခု ရှိနှင့်ပြီးဖြစ်သည်။" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." -msgstr "%1အမည်ရ သဏ္ဌာန်တူဖိုင်လ် ရှိနှင့်ပြီးဖြစ်ပါသည်" +msgstr "%1အမည်ရ သဏ္ဌာန်တူဖိုင် ရှိနှင့်ပြီးဖြစ်ပါသည်" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "ပို၍လတ်တလောဖြစ်သော '%1' အမည်ရ အိုင်တမ်တစ်ခု ရှိနှင့်ပြီးဖြစ်သည်။" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "အမည်ပြောင်း -" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "အိုင်တမ်အမည်ပြောင်းရန်" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "အိုင်တမ်များအမည်ပြောင်းရန်" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Rအမည်ပြောင်း" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1အိုင်တမ်ကို အမည်ပြောင်းမည် -" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1အမည်ဖြင့် ဖိုင်တစ်ခု ရှိနှင့်ပြီးဖြစ်သည်။" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ဖိုင်အမည်ပေး၍မရပါ" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "ရွေးချယ်ထားသော အိုင်တမ် %1ခုကို အမည်ပြောင်းမည် -" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "#ကိုအစားထိုးမည့် တိုးလာသောဂဏန်းများ၏စတင်တန်ဖိုး -" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6877,45 +6859,171 @@ msgctxt "" msgid "New name #" msgstr "ဖိုင်အသစ် #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "ရွေးချယ်ထားသော အိုင်တမ် %1ခုကို အမည်ပြောင်းမည် -" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "#ကိုအစားထိုးမည့် တိုးလာသောဂဏန်းများ၏စတင်တန်ဖိုး -" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "ဖိုင်အမည်သုံးမရပါ - ဖိုင်အားလုံး အမျိုးအစားမတူလျှင် အမည်တွင် # တစ်ခုပါဝင်ရပါမည်။" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "ရွေးထားသော အိုင်တမ် %1ခုကို အောက်ပါဖြင့်အမည်ပြောင်းမည် -" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "အစားထိုး-" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "ပုံစံ" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "ဖြင့် -" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "အစားထိုး" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "မည်သည့်ဖိုင်အမည်မှာမှ ဤပုံစံမပါပါ" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"\"%1\"ကို ဗလာစာသားဖြင့် အစားထိုးပါက %2သည် ဗလာဖိုင်အမည် ဖြစ်သွားလိမ့်မည်" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "ရွေးထားသော အိုင်တမ် %1ခုကို အမည်ပြောင်းမည် -" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "စာထည့်-" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "ထည့်ရန်စာသား" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ဖိုင်အမည်ရှေ့တွင်" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ဖိုင်အမည်နောက်တွင်" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "အိုင်တမ်အမည်ပြောင်းရန်" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "အိုင်တမ်များအမည်ပြောင်းရန်" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Rအမည်ပြောင်း" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "အမည်ပြောင်း-" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ရေတွက်" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "အစားထိုးရန်စာသား" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "စာထည့်" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "အကြိုကြည့်မြင်ကွင်း-" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ကို အမည်ဗလာ ပေး၍မရပါ။" #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "သတင်းအချက်အလက်" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "အစားထိုး" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "ပြန်ကြိုးစား" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "အားလုံးအစားထိုး" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "ကျော်" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "အားလုံးကျော်" @@ -7002,7 +7110,7 @@ msgstr "" "အဝေးအိမ်ရှင် မည်သည့် အက်စ်အက်စ်အယ်လ် အသိအမှတ်ပြုစာချွန်မှ မပို့ခဲ့ပါ။\n" "အိမ်ရှင်၏ ဟုတ်မှန်မှုကို ခိုင်မာစွာမတည်ဆောက်နိုင်သောကြောင့် စွန့်လွတ်ဖျက်ချနေသည်။" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7012,20 +7120,15 @@ msgstr "" "\n" #: widgets/widgetsaskuseractionhandler.cpp:234 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?%1This action cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"ဤအိုင်တမ်ကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။%1ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" +"ဤအိုင်တမ်ကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။%1ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -7041,95 +7144,329 @@ msgstr[0] "" "strong='true'>ဖျက်ပြီးလျှင် ပြန်ယူလို့မရတော့ပါ။" #: widgets/widgetsaskuseractionhandler.cpp:253 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?%1This action cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"ဤအိုင်တမ်ကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။%1%1ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" #: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"ဤ %1ဖိုင်များကို ပစ်ရန် အမှိုက်ပုံးပြည့်နေသဖြင့် အပြီးအပိုင်ဖျက်ပစ်လိုက်ပါဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" + +#: widgets/widgetsaskuseractionhandler.cpp:275 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" -#| "Do you really want to permanently delete this item?This action cannot be undone." -#| msgid_plural "" -#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +#| "The trash is too full to accept this file. Permanently delete it instead?" +#| "%1This " +#| "action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"အမှိုက်ပုံးတွင်မဆံ့သဖြင့် အပြီးအပိုင်ဖျက်ပစ်လိုက်ပါ။%1ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this %1 file. Permanently delete it " +#| "instead?This action cannot be undone." +#| msgid_plural "" +#| "The trash is too full to accept these %1 files. Permanently delete them " +#| "instead?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"ဤအိုင်တမ် %1ခုကို အမြဲတမ်းအတွက် သင်တကယ်ဖျက်ပစ်ချင်ပြီလား။ဤလုပ်ဆောင်ချက်ကို ပြန်ပြင်လို့မရပါ။" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "အိုင်တမ် %1ခုကို အမှိုက်ပုံးသို့ တကယ်ပို့တော့မည်လား။" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "နောက်ထပ်မမေးပါနှင့်" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "နောက်ထပ်မမေးပါနှင့်" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "ဤမှတ်စာကို နောက်ထပ်မပြပါနှင့်" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "မိတ်ဆွေ အက်စ်အက်စ်အယ်လ် အသိအမှတ်ပြုစာချွန်အစဥ် ပျက်စီးနေပုံရသည်။" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "အက်စ်အက်စ်အယ်လ်" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "သတိပေးချက်" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "ဤအရာသည် ပရိုဂရမ်ကို စတင်လိမ့်မည် -" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည်လျှင် 'ပယ်ဖျက်ရန်' ခလုတ်ကိုနှိပ်ပါ" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "လုပ်ဆောင်ဖိုင်များကိုမမေးဘဲလွှင့်တင်မည်" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "မမေးဘဲ လုပ်ဆောင်ဖိုင်များကို မူလသတ်မှတ်ချက်အပ္ပလီကေးရှင်းတွင်ဖွင့်မည်" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "လုပ်ဆောင်ဖိုင်အားလုံးအတွက်မှတ်ထားမည်" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "ဤပြောင်းလဲချက်ကို လင်းပိုင်ဖိုင်မန်နေဂျာသတ်မှတ်ချက်တွင် ပြန်ပြင်နိုင်သည်။" + +#~ msgid "Change Attribute" +#~ msgstr "ကိုယ်ပိုင်လက္ခဏာ ပြောင်းရန်" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "ဖိုင်၏ သက်ဆိုင်-တန်ဖိုးများ ပြောင်းလဲရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "ကူးယူခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Delete Files" +#~ msgstr "ဖိုင်များဖျက်ရန်" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "ဖျက်ခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သို့သော် ထိုကဲ့သို့ လုပ်ခြင်းအားဖြင့် " +#~ "သင်၏စစ်စတမ်ကို ထိခိုက်စေလိမ့်မည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Create Folder" +#~ msgstr "ဖိုင်တွဲတည်ဆောက်ရန်" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "ဤဖိုင်တွဲ ဖန်တီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Move Items" +#~ msgstr "အိုင်တမ်များရွေ့ရန်" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "ရွေ့ပြောင်းခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Rename" +#~ msgstr "အမည်ပြောင်းရန်" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "အမည်ပြောင်းလဲခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "ဆင်းလင့်ခ်ဖန်တီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Transfer data" +#~ msgstr "ဒေတာလွှဲပြောင်းရန်" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "ကူးပြောင်းခြင်းလုပ်ဆောင်ချက် ပြီးရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ သင်ဆက်လုပ်ချင်ပါသလား။" + +#~ msgid "Undo Changes" +#~ msgstr "ပြောင်းထားချက်များပြန်ဆုတ်" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "ဤလုပ်ဆောင်ချက်ကို ပြန်ဆုတ်ရန် root၏အခွင့်အာဏာ လိုအပ်သည်။ ဆက်လုပ်လိုပါသလား။" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 အတွက် အေစီအယ်လ်သတ်မှတ်နေသည်" + +#~ msgid "Change File Permissions" +#~ msgstr "ဖိုင်ခွင့်ပြုချက်များပြောင်းမည်" + +#~ msgid "New Permissions: %1" +#~ msgstr "ခွင့်ပြုချက်အသစ်များ - %1" + +#~ msgid "Change File Owner" +#~ msgstr "ဖိုင်ပိုင်ရှင်ပြောင်းမည်" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "ပိုင်ရှင်သစ် - UID=%1၊ GID=%2" + +#~ msgid "Remove File" +#~ msgstr "ဖိုင်ဖယ်ရှားမည်" + +#~ msgid "Remove Directory" +#~ msgstr "ဖိုင်တွဲဖယ်ရှားမည်" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "ဖိုင်တွဲခွင့်ပြုချက်များ - %1" + +#~ msgid "Open File" +#~ msgstr "ဖိုင်ဖွင့်မည်" + +#~ msgid "Open Directory" +#~ msgstr "ဖိုင်တွဲဖွင့်မည်" + +#~ msgid "New Filename: %1" +#~ msgstr "ဖိုင်အမည်သစ် - %1" + +#~ msgid "Target: %1" +#~ msgstr "ပစ်မှတ် - %1" + +#~ msgid "Change Timestamp" +#~ msgstr "အချိန်မှတ်သားချက်ပြောင်းမည်" + +#~ msgid "From: %1, To: %2" +#~ msgstr "မှ- %1၊ သို့- %2" + +#~ msgid "Unknown Action" +#~ msgstr "မသိသော လုပ်ဆောင်ချက်" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "လုပ်ဆောင်ချက်- %1\n" +#~ "မူလဇစ်မြစ် %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "စာမျက်နှာမှတ်သားချက်များ ခလုတ် ပြမည်" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ဖိုင်လ်ပြောင်းလဲသွားသည်" + +#~ msgid "&Description:" +#~ msgstr "&Dဖော်ပြချက် -" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "အသုံးဝင်သည်ဟုထင်သော မှတ်ချက်များ ရိုက်သွင်းပါ။" + +#~ msgid "Do not ask again" +#~ msgstr "နောက်ထပ်မမေးပါနှင့်" + +#~ msgid "&Filter:" +#~ msgstr "&Fစစ်ထုတ် -" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "၎င်းသည် ဖိုင်လ်စာရင်းတွင်သုံးရမည့် စစ်ထုတ်ချက်ဖြစ်သည်။ စစ်ထုတ်ချက်နှင့် မကိုက်ညီသော ဖိုင်လ်အမည်များကို " +#~ "ပြမည်မဟုတ်တော့ပါ။

            ကြိုသတ်မှတ်-စစ်ထုတ်ချက်များကို ဒရော့ဒေါင်းမီနူးတွင် ရွေးချယ်နိုင်သည် သို့မဟုတ် " +#~ "စာရေးသာရန်နေရာထဲသို့ ကိုယ်ပိုင်ဓလေ့စစ်ထုတ်ချက် ရေးသွင်းပါ။

            * နှင့် ? ကဲ့သို့ ဖြစ်ချင်သလိုဖြစ်ရ-" +#~ "ကတ်များကို ခွင့်ပြုသည်။

            " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "တစ်ခုထက်ပိုသောဖိုလ်ဒါများ ရွေးချယ်ထားသည်။ သို့သော် ဤအပြော-ဝင်းဒိုးသည် ဖိုလ်ဒါများ လက်မခံပါ။ " +#~ "ထို့ကြောင့် ဘယ်ဖိုလ်ဒါသုံးရမည်ကို ဆုံးဖြတ်နိုင်ခြင်းမရှိပါ။ ကျေးဇူးပြ၍ ဖိုလ်ဒါတစ်ခုသာ ရွေးချယ်ပါ။" + +#~ msgid "More than one folder provided" +#~ msgstr "တစ်ခုထက်ပိုသောဖိုလ်ဒါပေးထားသည်" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "အနည်းဆုံး ဖိုင်နှင့် ဖိုလ်ဒါတစ်ခုဆီ ရွေးချယ်ထားသည်။ ရွေးချယ်ထားမှုများအနက် ဖိုင်လ်များကို လစ်လျူရှုပြီး " +#~ "ဖိုလ်ဒါကိုသာ စာရင်းပြမည်" + +#~ msgid "Files and folders selected" +#~ msgstr "ဖိုင််လ်နှင့်ဖိုလ်ဒါများ ရွေးချယ်ထားသည်" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "ဆာဗာနှင့် အဆက်အသွယ်လုပ်ခဲ့သော်လည်း အောက်ပါသတ်မှတ်ထားသောအချိန်တွင်း တုံ့ပြန်မှုမရှိခဲ့ပါ- " +#~ "
            • ချိတ်ဆက်မှုပြီးမြောက်ရန်ဆောင်ရွက်မှု အချိန်ကုန်ချက် - %1 စက္ကန့်
            • တုံ့ပြန်မှုလက်ခံမှု " +#~ "အချိန်ကုန်ချက် - %2 စက္ကန့်
            • ကြားခံဆာဗာများအသုံးပြုမှု အချိန်ကုန်ချက် - %3 စက္ကန့်
            • မှတ်ချက်။ ။ကေဒီအီးစစ်စတမ်သတ်မှတ်ချက်များ ရှိ ဆ.သ.ရ-ကွန်ရက်ဆိုင်ရာချက်များ အတွင်း ချိတ်ဆက်မှုဆိုင်ရာ " +#~ "နှစ်သက်-သတ်မှတ်ချက်များတွင် အချိန်ကုန်ချက်သတ်မှတ်ချက်များကို ပြောင်းလဲနိုင်သည်။" + #~ msgid "Is &executable" #~ msgstr "&e လုပ်ဆောင်-ဖိုင်လ် ဖြစ်ပါသလား" @@ -8088,9 +8425,6 @@ msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည် #~ "လိပ်စာများကို သိမ်းဆည်းရန်သုံးသည့် NO_PROXY

              အခြားနည်းအားဖြင့် ထိုကိန်းရှင်းကိုရှာရန် " #~ ""အလိုအလျောက်ရှာဖွေ" ခလုတ်ကိုနှိပ်ကြည့်နိုင်သည်။

              " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "&vစစ်စတမ်ပတ်ဝန်းကျင်-ကိန်းရှင်းများ၏ တန်ဖိုး ပြမည်" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "ကြားခံဆာဗာပြင်ဆင်မှုဆိုင်ရာအချက်အလက်များ ကိုယ်တိုင်ရိုက်သွင်းမည်။" @@ -8240,9 +8574,6 @@ msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည် #~ "၎င်းသည် အမှိုက်ပုံးအတွက် အများဆုံးသုံးခွင့်ပြုမည့် တွက်ချက်ထားသော မှတ်ဉာဏ်နေရာပမာဏ ဖြစ်သည်။" -#~ msgid "Show a Warning" -#~ msgstr "သတ်ိပေးချက် ပြမည်" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "အမှိုက်ပုံးမှ သက်တမ်းပိုရင့်သောဖိုင်လ်များ ဖျက်မည်" @@ -8373,10 +8704,6 @@ msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည် #~ msgid "Space" #~ msgstr "'နေရာလွတ်'အက္ခရာ" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "မူလသတ်မှတ်ချက်" - #~ msgid "Modify Web Shortcut" #~ msgstr "ဝက်ဘ်ဆိုင်ရာဖြတ်လမ်းမွမ်းမံမည်" @@ -8725,10 +9052,6 @@ msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည် #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 အတွက် အပ္ပလီကေးရှင်း သို့မဟုတ် ကိုင်တွယ်သူ ရှာမတွေ့ပါ" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Pဖိုင်လ် %1ခုပွား" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Pယူအာအယ်လ် %1ခုပွား" @@ -8834,14 +9157,6 @@ msgstr "သင် ဤပရိုဂရမ်ကို မယုံကြည် #~ msgid "Invalid Directory Name" #~ msgstr "မမှန်ကန်သော ဒါရိုက်ထရီအမည်။" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "%1အမည်ဖြင့် ဖိုလ်ဒါတည်ဆောက်မရပါ။အဘယ့်ကြောင့်ဆိုသော် " -#~ "စီမံစနစ်မှအသုံးပြုရန်သိမ်းထားသောကြောင့်ဖြစ်သည်။" - #~ msgid "File Type Options" #~ msgstr "ဖိုင်လ်အမျိုးအစားရွေးချယ်စရာများ" diff --git a/local/recipes/kde/kf6-kio/source/po/nan_TW/kio6.po b/local/recipes/kde/kf6-kio/source/po/nan_TW/kio6.po new file mode 100644 index 0000000000..f2782f4034 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/po/nan_TW/kio6.po @@ -0,0 +1,6979 @@ +# Copyright (C) 2025 This file is copyright: +# This file is distributed under the same license as the kio package. +# +# SPDX-FileCopyrightText: 2025-2026 Kisaragi Hiu +msgid "" +msgstr "" +"Project-Id-Version: kio\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-11 16:25+0900\n" +"Last-Translator: Kisaragi Hiu \n" +"Language-Team: Taiwanese Hokkien \n" +"Language: nan_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 26.07.70\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Kisaragi Hiu" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "mail@kisaragi-hiu.com" + +#: core/chmodjob.cpp:197 +#, kde-format +msgid "Could not modify the ownership of file %1" +msgstr "無法度修改檔案 %1 ê 所有者" + +#: core/chmodjob.cpp:231 +#, kde-kuit-format +msgid "" +"Could not modify the ownership of file %1. You have " +"insufficient access to the file to perform the change." +msgstr "無法度修改檔案 %1 ê 所有者。你無權限做這个改變。" + +#: core/connectionbackend.cpp:114 +#, kde-format +msgid "Unable to create KIO worker: %1" +msgstr "無法度建立 KIO 工作器:%1" + +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format +msgctxt "" +"The first arg is the path to the symlink that couldn't be created, the " +"secondarg is the filesystem type (e.g. vfat, exfat)" +msgid "" +"Could not create symlink \"%1\".\n" +"The destination filesystem (%2) doesn't support symlinks." +msgstr "" +"無法度建立符號連結「%1」。\n" +"目的地檔案系統 (%2) 無支援符號連結。" + +#: core/copyjob.cpp:202 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in folder " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"folder name) with an underscore \"_\"." +msgstr "" +"無法度建立「%1」。\n" +"目的地檔案系統 (%2) 不准佇資料鋏仔名用以下字元:%3\n" +"選「取代」會 kā 目的地資料鋏仔名無效 ê 字元攏取代做 \"_\"。" + +#: core/copyjob.cpp:210 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in file " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"file name) with an underscore \"_\"." +msgstr "" +"無法度建立「%1」。\n" +"目的地檔案系統 (%2) 不准佇檔名用以下字元:%3\n" +"選「取代」會 kā 目的地檔名無效 ê 字元攏取代做 \"_\"。" + +#: core/copyjob.cpp:1429 core/job_error.cpp:588 +#, kde-format +msgid "Folder Already Exists" +msgstr "資料鋏仔已經有--ah" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 +#, kde-format +msgid "File Already Exists" +msgstr "檔案已經有--ah" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 +#, kde-format +msgid "Already Exists as Folder" +msgstr "已經有用這个名的資料鋏仔--ah" + +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format +msgid "Trash" +msgstr "糞埽桶" + +#: core/desktopexecparser.cpp:335 +#, kde-format +msgid "No Exec field in %1" +msgstr "%1 內底無 Exec 欄位" + +#: core/desktopexecparser.cpp:360 +#, kde-format +msgid "Could not find the program '%1'" +msgstr "揣無程式「%1」" + +#: core/desktopexecparser.cpp:363 +#, kde-format +msgid "" +"The program '%1' was found at '%2' but it is missing executable permissions." +msgstr "程式「%1」佇「%2」有揣著,毋過伊無執行權限。" + +#: core/desktopexecparser.cpp:365 +#, kde-format +msgid "The program '%1' is missing executable permissions." +msgstr "程式「%1」無執行權限。" + +#: core/desktopexecparser.cpp:379 +#, kde-format +msgid "Syntax error in command %1 coming from %2" +msgstr "%2 ê 指令 %1 內底有語法錯誤" + +#: core/desktopexecparser.cpp:509 +#, kde-format +msgid "Terminal %1 not found while trying to run %2" +msgstr "愛執行 %2 ê 時陣揣無終端機 %1" + +#: core/desktopexecparser.cpp:526 +#, kde-format +msgid "Syntax error in command %1 while trying to run %2" +msgstr "Tī-leh 執行 %2 ê 時陣佇指令 %1 內底有語法錯誤" + +#: core/global.cpp:79 +#, kde-format +msgid "1 day %2" +msgid_plural "%1 days %2" +msgstr[0] "%1 kang %2" + +#: core/global.cpp:88 core/global.cpp:104 +#, kde-format +msgid "%1 Item" +msgid_plural "%1 Items" +msgstr[0] "%1 个項目" + +#: core/global.cpp:92 +#, kde-format +msgid "1 Folder" +msgid_plural "%1 Folders" +msgstr[0] "%1 个資料鋏仔" + +#: core/global.cpp:93 +#, kde-format +msgid "1 File" +msgid_plural "%1 Files" +msgstr[0] "%1 个檔案" + +#: core/global.cpp:95 +#, kde-format +msgctxt "folders, files (size)" +msgid "%1, %2 (%3)" +msgstr "%1, %2 (%3)" + +#: core/global.cpp:96 +#, kde-format +msgctxt "folders, files" +msgid "%1, %2" +msgstr "%1, %2" + +#: core/global.cpp:98 +#, kde-format +msgctxt "files (size)" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: core/global.cpp:105 +#, kde-format +msgctxt "items: folders, files (size)" +msgid "%1: %2" +msgstr "%1: %2" + +#: core/job.cpp:104 +#, kde-format +msgctxt "@title job" +msgid "Moving" +msgstr "佇咧徙" + +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 +#, kde-format +msgctxt "The source of a file operation" +msgid "Source" +msgstr "來源" + +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 +#, kde-format +msgctxt "The destination of a file operation" +msgid "Destination" +msgstr "目的地" + +#: core/job.cpp:112 +#, kde-format +msgctxt "@title job" +msgid "Renaming" +msgstr "佇咧改名" + +#: core/job.cpp:120 +#, kde-format +msgctxt "@title job" +msgid "Copying" +msgstr "Leh khóo-pih" + +#: core/job.cpp:128 +#, kde-format +msgctxt "@title job" +msgid "Creating directory" +msgstr "佇咧建立資料鋏仔" + +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 +#, kde-format +msgid "Directory" +msgstr "資料鋏仔" + +#: core/job.cpp:135 +#, kde-format +msgctxt "@title job" +msgid "Deleting" +msgstr "Leh 刣掉" + +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 +#, kde-format +msgid "File" +msgstr "檔案" + +#: core/job.cpp:142 +#, kde-format +msgctxt "@title job" +msgid "Examining" +msgstr "Tī-leh 檢查" + +#: core/job.cpp:149 +#, kde-format +msgctxt "@title job" +msgid "Transferring" +msgstr "Tī-leh 傳輸" + +#: core/job.cpp:156 +#, kde-format +msgctxt "@title job" +msgid "Mounting" +msgstr "Tī-leh 掛載" + +#: core/job.cpp:156 +#, kde-format +msgid "Device" +msgstr "裝置" + +#: core/job.cpp:156 core/job.cpp:161 +#, kde-format +msgid "Mountpoint" +msgstr "掛載點" + +#: core/job.cpp:161 +#, kde-format +msgctxt "@title job" +msgid "Unmounting" +msgstr "Tī-leh 卸載" + +#: core/job_error.cpp:37 +#, kde-format +msgid "Could not read %1." +msgstr "無法度讀取 %1。" + +#: core/job_error.cpp:40 +#, kde-format +msgid "Could not write to %1." +msgstr "無法度寫入 %1。" + +#: core/job_error.cpp:43 +#, kde-format +msgid "Could not start process %1." +msgstr "無法度起動程序 %1。" + +#: core/job_error.cpp:46 +#, kde-format +msgid "" +"Internal Error\n" +"Please send a full bug report at https://bugs.kde.org\n" +"%1" +msgstr "" +"內部錯誤\n" +"請傳完整的 bug report 予 https://bugs.kde.org\n" +"%1" + +#: core/job_error.cpp:49 +#, kde-format +msgid "Malformed URL %1." +msgstr "不正 ê URL %1。" + +#: core/job_error.cpp:52 +#, kde-format +msgid "The protocol %1 is not supported." +msgstr "協定 %1 無支援。" + +#: core/job_error.cpp:55 +#, kde-format +msgid "The protocol %1 is only a filter protocol." +msgstr "協定 %1 只是一个過濾協定爾爾。" + +#: core/job_error.cpp:62 +#, kde-format +msgid "%1 is a folder, but a file was expected." +msgstr "%1 是資料鋏仔,但是預期 ê 是檔案。" + +#: core/job_error.cpp:65 +#, kde-format +msgid "%1 is a file, but a folder was expected." +msgstr "%1 是檔案,但是預期 ê 是資料鋏仔。" + +#: core/job_error.cpp:68 +#, kde-format +msgid "The file or folder %1 does not exist." +msgstr "檔案猶是資料鋏仔 %1 無存在。" + +#: core/job_error.cpp:71 +#, kde-format +msgid "A file named %1 already exists." +msgstr "已經有別个叫做 %1 ê 檔案--ah。" + +#: core/job_error.cpp:74 +#, kde-format +msgid "A folder named %1 already exists." +msgstr "已經有別个叫做 %1 ê 資料鋏仔--ah。" + +#: core/job_error.cpp:77 +#, kde-format +msgid "No hostname specified." +msgstr "無指定主機名。" + +#: core/job_error.cpp:77 +#, kde-format +msgid "Unknown host %1" +msgstr "毋知 ê 主機 %1" + +#: core/job_error.cpp:80 +#, kde-format +msgid "Access denied to %1." +msgstr "拒絕存取 %1。" + +#: core/job_error.cpp:83 +#, kde-format +msgid "" +"Access denied.\n" +"Could not write to %1." +msgstr "" +"拒絕存取。\n" +"無法度寫入 %1。" + +#: core/job_error.cpp:86 +#, kde-format +msgid "Could not enter folder %1." +msgstr "無法度入去資料鋏仔 %1。" + +#: core/job_error.cpp:89 +#, kde-format +msgid "The protocol %1 does not implement a folder service." +msgstr "協定 %1 無實作資料鋏仔 ê 服務。" + +#: core/job_error.cpp:92 +#, kde-format +msgid "Found a cyclic link in %1." +msgstr "佇 %1 揣著循環連結。" + +#: core/job_error.cpp:95 +#, kde-format +msgid "Found a cyclic link while copying %1." +msgstr "Khóo-pih %1 ê 時陣揣著循環連結。" + +#: core/job_error.cpp:98 +#, kde-format +msgid "Could not create socket for accessing %1." +msgstr "無法度 uī-tio̍h 存取 %1 建立 socket。" + +#: core/job_error.cpp:101 +#, kde-format +msgid "Could not connect to host %1." +msgstr "無法度連線主機 %1。" + +#: core/job_error.cpp:104 +#, kde-format +msgid "Connection to host %1 is broken." +msgstr "Tuì 主機 %1 ê 連線斷去--ah。" + +#: core/job_error.cpp:107 +#, kde-format +msgid "The protocol %1 is not a filter protocol." +msgstr "協定 %1 毋是一个過濾協定。" + +#: core/job_error.cpp:110 +#, kde-format +msgid "" +"Could not mount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"無法度掛載裝置。\n" +"回報 ê 錯誤是:\n" +"%1" + +#: core/job_error.cpp:113 +#, kde-format +msgid "" +"Could not unmount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"無法度卸載裝置。\n" +"回報 ê 錯誤是:\n" +"%1" + +#: core/job_error.cpp:116 +#, kde-format +msgid "Could not read file %1." +msgstr "無法度讀取檔案 %1。" + +#: core/job_error.cpp:119 +#, kde-format +msgid "Could not write to file %1." +msgstr "無法度寫入檔案 %1。" + +#: core/job_error.cpp:122 +#, kde-format +msgid "Could not bind %1." +msgstr "無法度綁定 %1。" + +#: core/job_error.cpp:125 +#, kde-format +msgid "Could not listen %1." +msgstr "無法度監聽 %1。" + +#: core/job_error.cpp:128 +#, kde-format +msgid "Could not accept %1." +msgstr "無法度接受 %1。" + +#: core/job_error.cpp:134 +#, kde-format +msgid "Could not access %1." +msgstr "無法度存取 %1。" + +#: core/job_error.cpp:137 +#, kde-format +msgid "Could not terminate listing %1." +msgstr "無法度中止 kā %1 表列。" + +#: core/job_error.cpp:140 +#, kde-format +msgid "Could not make folder %1." +msgstr "無法度建立資料鋏仔 %1。" + +#: core/job_error.cpp:143 +#, kde-format +msgid "Could not remove folder %1." +msgstr "無法度移除 %1 這个資料鋏仔。" + +#: core/job_error.cpp:146 +#, kde-format +msgid "Could not resume file %1." +msgstr "無法度繼續檔案 %1。" + +#: core/job_error.cpp:149 +#, kde-format +msgid "Could not rename file %1." +msgstr "無法度 kā 檔案 %1 改名。" + +#: core/job_error.cpp:152 +#, kde-format +msgid "Could not change permissions for %1." +msgstr "無法度改變 %1 ê 權限。" + +#: core/job_error.cpp:155 +#, kde-format +msgid "Could not change ownership for %1." +msgstr "無法度改變 %1 ê 所有者。" + +#: core/job_error.cpp:158 +#, kde-format +msgid "Could not delete file %1." +msgstr "無法度刣掉檔案 %1。" + +#: core/job_error.cpp:161 +#, kde-format +msgid "The process for the %1 protocol died unexpectedly." +msgstr "協定 %1 ê 程序 hiông-hiông 無去--ah。" + +#: core/job_error.cpp:164 +#, kde-format +msgid "" +"Error. Out of memory.\n" +"%1" +msgstr "" +"錯誤。無記憶體--ah。\n" +"%1" + +#: core/job_error.cpp:167 +#, kde-format +msgid "" +"Unknown proxy host\n" +"%1" +msgstr "" +"毋知 ê 代理主機\n" +"%1" + +#: core/job_error.cpp:170 +#, kde-format +msgid "Authorization failed, %1 authentication not supported" +msgstr "授權失敗,%1 認證無支援" + +#: core/job_error.cpp:176 +#, kde-format +msgid "" +"User canceled action\n" +"%1" +msgstr "" +"用者 kā 動作取消--ah\n" +"%1" + +#: core/job_error.cpp:179 +#, kde-format +msgid "" +"Internal error in server\n" +"%1" +msgstr "" +"伺服器內部錯誤\n" +"%1" + +#: core/job_error.cpp:182 +#, kde-format +msgid "" +"Timeout on server\n" +"%1" +msgstr "" +"伺服器過時--ah\n" +"%1" + +#: core/job_error.cpp:185 +#, kde-format +msgid "" +"Unknown error\n" +"%1" +msgstr "" +"毋知的錯誤\n" +"%1" + +#: core/job_error.cpp:188 +#, kde-format +msgid "" +"Unknown interrupt\n" +"%1" +msgstr "" +"毋知 ê 中斷\n" +"%1" + +#: core/job_error.cpp:199 +#, kde-format +msgid "" +"Could not delete original file %1.\n" +"Please check permissions." +msgstr "" +"無法度刣掉原本 ê 檔案 %1。\n" +"請檢查權限。" + +#: core/job_error.cpp:202 +#, kde-format +msgid "" +"Could not delete partial file %1.\n" +"Please check permissions." +msgstr "" +"無法度刣掉部份檔案 %1。\n" +"請檢查權限。" + +#: core/job_error.cpp:205 +#, kde-format +msgid "" +"Could not rename original file %1.\n" +"Please check permissions." +msgstr "" +"無法度 kā 原本 ê 檔案 %1 改名。\n" +"請檢查權限。" + +#: core/job_error.cpp:208 +#, kde-format +msgid "" +"Could not rename partial file %1.\n" +"Please check permissions." +msgstr "" +"無法度 kā 部份檔案 %1 改名。\n" +"請檢查權限。" + +#: core/job_error.cpp:211 +#, kde-format +msgid "" +"Could not create symlink %1.\n" +"Please check permissions." +msgstr "" +"無法度建立符號連結 %1。\n" +"請檢查權限。" + +#: core/job_error.cpp:214 +#, kde-format +msgid "" +"Cannot create symlinks at %1.\n" +"The destination filesystem doesn't support symlinks." +msgstr "" +"無法度佇 %1 建立符號連結。\n" +"目的地檔案系統無支援符號連結。" + +#: core/job_error.cpp:220 +#, kde-format +msgid "There is not enough space on the disk to write %1." +msgstr "磁碟空間無夠寫入 %1。" + +#: core/job_error.cpp:223 +#, kde-format +msgid "" +"The source and destination are the same file.\n" +"%1" +msgstr "" +"來源 kap 目標是仝一个檔案。\n" +"%1" + +#: core/job_error.cpp:231 +#, kde-format +msgid "%1 is required by the server, but is not available." +msgstr "伺服器需要 %1,suah 無法度用。" + +#: core/job_error.cpp:234 +#, kde-format +msgid "Access to restricted port in POST denied." +msgstr "POST 請求存取受限制 ê 埠頭予拒絕--ah。" + +#: core/job_error.cpp:237 +#, kde-format +msgid "" +"The required content size information was not provided for a POST operation." +msgstr "POST 操作 ê 需要 ê 內容大細資訊無提供。" + +#: core/job_error.cpp:240 +#, kde-format +msgid "A file or folder cannot be dropped onto itself" +msgstr "檔案猶是資料鋏仔無法度擲落去家己頂懸" + +#: core/job_error.cpp:243 +#, kde-format +msgid "A folder cannot be moved into itself" +msgstr "資料鋏仔無法度徙入去家己內底" + +#: core/job_error.cpp:246 +#, kde-format +msgid "Communication with the local password server failed" +msgstr "Kā 本地密碼伺服器 ê 通訊失敗--ah" + +#: core/job_error.cpp:249 +#, kde-format +msgid "Unable to create KIO worker. %1" +msgstr "無法度建立 KIO 工作器。%1" + +#: core/job_error.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Cannot transfer %1 because it is too large. The " +"destination filesystem only supports files up to 4GiB" +msgstr "" +"無法度傳輸 %1, 因為伊 siunn 大--ah。目的地檔案系統只支援" +"上大 4GiB ê 檔案" + +#: core/job_error.cpp:258 +#, kde-format +msgid "" +"Privilege escalation is not necessary because \n" +"'%1' is owned by the current user.\n" +"Please retry after changing permissions." +msgstr "" +"因為「%1」ê 所有者已經是這馬 ê 用者--ah,所以無需要提升權限。\n" +"請佇改變權限了後 koh 重試。" + +#: core/job_error.cpp:261 +#, kde-format +msgid "File is too large to be trashed." +msgstr "檔案上大,無法度徙去糞埽桶。" + +#: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "無法度揣著猶是建立這个位置 ê 糞埽桶資料鋏仔。" + +#: core/job_error.cpp:267 +#, kde-format +msgid "" +"Unknown error code %1\n" +"%2\n" +"Please send a full bug report at https://bugs.kde.org." +msgstr "" +"毋知 ê 錯誤代碼 %1\n" +"%2\n" +"請傳完整 ê bug report 予 https://bugs.kde.org。" + +#: core/job_error.cpp:298 +#, kde-format +msgctxt "@info url" +msgid "(unknown)" +msgstr "(毋知)" + +#: core/job_error.cpp:304 +#, kde-format +msgctxt "@info %1 error name, %2 description" +msgid "

              %1

              %2

              " +msgstr "

              %1

              %2

              " + +#: core/job_error.cpp:308 +#, kde-format +msgid "Technical reason: " +msgstr "技術原因:" + +#: core/job_error.cpp:310 +#, kde-format +msgid "Details of the request:" +msgstr "請求 ê 詳細:" + +#: core/job_error.cpp:310 +#, kde-format +msgid "
            • URL: %1
            • " +msgstr "
            • URL:%1
            • " + +#: core/job_error.cpp:312 +#, kde-format +msgid "
            • Protocol: %1
            • " +msgstr "
            • 協定:%1
            • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
            • Date and time: %1
            • " +msgstr "
            • 日期 kap 時間:%1
            • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
            • Additional information: %1
            • " +msgstr "
            • 其他 ê 資訊:%1
            • " + +#: core/job_error.cpp:316 +#, kde-format +msgid "Possible causes:" +msgstr "可能 ê 原因:" + +#: core/job_error.cpp:320 +#, kde-format +msgid "Possible solutions:" +msgstr "可能 ê 解決辦法:" + +#: core/job_error.cpp:364 +#, kde-format +msgctxt "@info protocol" +msgid "(unknown)" +msgstr "(毋知)" + +#: core/job_error.cpp:377 +#, kde-format +msgid "" +"Contact your appropriate computer support system, whether the system " +"administrator, or technical support group for further assistance." +msgstr "" +"請聯絡你 ê 電腦 ê 支援系統(親像系統管理者猶是技術支援群組)予人鬥相共。" + +#: core/job_error.cpp:381 +#, kde-format +msgid "Contact the administrator of the server for further assistance." +msgstr "請聯絡伺服器管理者予伊鬥相共。" + +#: core/job_error.cpp:384 +#, kde-format +msgid "Check your access permissions on this resource." +msgstr "請檢查你對這个資源 ê 存取權。" + +#: core/job_error.cpp:386 +#, kde-format +msgid "" +"Your access permissions may be inadequate to perform the requested operation " +"on this resource." +msgstr "你 ê 存取權可能無夠來 uì 這个資源執行請求 ê 動作。" + +#: core/job_error.cpp:389 +#, kde-format +msgid "" +"The file may be in use (and thus locked) by another user or application." +msgstr "檔案可能因為佇予別个用者猶是程式使用所以予鎖定。" + +#: core/job_error.cpp:392 +#, kde-format +msgid "" +"Check to make sure that no other application or user is using the file or " +"has locked the file." +msgstr "" + +#: core/job_error.cpp:395 +#, kde-format +msgid "Although unlikely, a hardware error may have occurred." +msgstr "" + +#: core/job_error.cpp:397 +#, kde-format +msgid "You may have encountered a bug in the program." +msgstr "" + +#: core/job_error.cpp:399 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the program. Please consider " +"submitting a full bug report as detailed below." +msgstr "" + +#: core/job_error.cpp:402 +#, kde-format +msgid "" +"Update your software to the latest version. Your distribution should provide " +"tools to update your software." +msgstr "請 kā 你的軟體更新到上新的版本。你的發行版應該有提供更新軟體的工具。" + +#: core/job_error.cpp:405 +#, kde-format +msgid "" +"When all else fails, please consider helping the KDE team or the third party " +"maintainer of this software by submitting a high quality bug report. If the " +"software is provided by a third party, please contact them directly. " +"Otherwise, first look to see if the same bug has been submitted by someone " +"else by searching at the KDE bug reporting " +"website. If not, take note of the details given above, and include them " +"in your bug report, along with as many other details as you think might help." +msgstr "" + +#: core/job_error.cpp:414 +#, kde-format +msgid "There may have been a problem with your network connection." +msgstr "" + +#: core/job_error.cpp:418 +#, kde-format +msgid "" +"There may have been a problem with your network configuration. If you have " +"been accessing the Internet with no problems recently, this is unlikely." +msgstr "" + +#: core/job_error.cpp:422 +#, kde-format +msgid "" +"There may have been a problem at some point along the network path between " +"the server and this computer." +msgstr "" + +#: core/job_error.cpp:424 +#, kde-format +msgid "Try again, either now or at a later time." +msgstr "" + +#: core/job_error.cpp:425 +#, kde-format +msgid "A protocol error or incompatibility may have occurred." +msgstr "" + +#: core/job_error.cpp:426 +#, kde-format +msgid "Ensure that the resource exists, and try again." +msgstr "" + +#: core/job_error.cpp:427 +#, kde-format +msgid "The specified resource may not exist." +msgstr "" + +#: core/job_error.cpp:429 +#, kde-format +msgid "Double-check that you have entered the correct location and try again." +msgstr "" + +#: core/job_error.cpp:431 +#, kde-format +msgid "Check your network connection status." +msgstr "" + +#: core/job_error.cpp:435 +#, kde-format +msgid "Cannot Open Resource For Reading" +msgstr "" + +#: core/job_error.cpp:437 +#, kde-format +msgid "" +"This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." +msgstr "" + +#: core/job_error.cpp:442 +#, kde-format +msgid "You may not have permissions to read the file or open the folder." +msgstr "" + +#: core/job_error.cpp:449 +#, kde-format +msgid "Cannot Open Resource For Writing" +msgstr "" + +#: core/job_error.cpp:451 +#, kde-format +msgid "" +"This means that the file, %1, could not be written to as " +"requested, because access with permission to write could not be obtained." +msgstr "" + +#: core/job_error.cpp:460 +#, kde-format +msgid "Cannot Launch Process required by the %1 Protocol" +msgstr "" + +#: core/job_error.cpp:461 +#, kde-format +msgid "Unable to Launch Process" +msgstr "" + +#: core/job_error.cpp:463 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " +"technical reasons." +msgstr "" + +#: core/job_error.cpp:468 +#, kde-format +msgid "" +"The program which provides compatibility with this protocol may not have " +"been updated with your last update of KDE. This can cause the program to be " +"incompatible with the current version and thus not start." +msgstr "" +"提供對這个協定的相容的程式可能無佇頂改更新 KDE 的時陣做伙更新。這可能會害伊共" +"這馬的版本無相容,造成伊無法度開始。" + +#: core/job_error.cpp:477 +#, kde-format +msgid "Internal Error" +msgstr "" + +#: core/job_error.cpp:479 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an internal error." +msgstr "" + +#: core/job_error.cpp:487 +#, kde-format +msgid "Improperly Formatted URL" +msgstr "" + +#: core/job_error.cpp:489 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered was not properly formatted. The format " +"of a URL is generally as follows:
              protocol://user:" +"password@www.example.org:port/folder/filename.extension?query=value
              " +msgstr "" + +#: core/job_error.cpp:498 +#, kde-format +msgid "Unsupported Protocol %1" +msgstr "" + +#: core/job_error.cpp:500 +#, kde-format +msgid "" +"The protocol %1 is not supported by the KDE programs " +"currently installed on this computer." +msgstr "" + +#: core/job_error.cpp:503 +#, kde-format +msgid "The requested protocol may not be supported." +msgstr "" + +#: core/job_error.cpp:505 +#, kde-format +msgid "" +"The versions of the %1 protocol supported by this computer and the server " +"may be incompatible." +msgstr "" + +#: core/job_error.cpp:509 +#, kde-format +msgid "" +"You may perform a search on the Internet for a software plugin (called a " +"\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." +msgstr "" + +#: core/job_error.cpp:517 +#, kde-format +msgid "URL Does Not Refer to a Resource." +msgstr "URL 無指向一个資源。" + +#: core/job_error.cpp:518 +#, kde-format +msgid "Protocol is a Filter Protocol" +msgstr "協定是過濾協定" + +#: core/job_error.cpp:520 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." +msgstr "" + +#: core/job_error.cpp:524 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol; the " +"protocol specified is only for use in such situations, however this is not " +"one of these situations. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" + +#: core/job_error.cpp:532 +#, kde-format +msgid "Unsupported Action: %1" +msgstr "" + +#: core/job_error.cpp:534 +#, kde-format +msgid "" +"The requested action is not supported by the KDE program which is " +"implementing the %1 protocol." +msgstr "" + +#: core/job_error.cpp:538 +#, kde-format +msgid "" +"This error is very much dependent on the KDE program. The additional " +"information should give you more information than is available to the KDE " +"input/output architecture." +msgstr "" + +#: core/job_error.cpp:542 +#, kde-format +msgid "Attempt to find another way to accomplish the same outcome." +msgstr "" + +#: core/job_error.cpp:547 +#, kde-format +msgid "File Expected" +msgstr "" + +#: core/job_error.cpp:549 +#, kde-format +msgid "" +"The request expected a file, however the folder %1 was " +"found instead." +msgstr "" + +#: core/job_error.cpp:552 +#, kde-format +msgid "This may be an error on the server side." +msgstr "" + +#: core/job_error.cpp:557 +#, kde-format +msgid "Folder Expected" +msgstr "" + +#: core/job_error.cpp:559 +#, kde-format +msgid "" +"The request expected a folder, however the file %1 was " +"found instead." +msgstr "請求期待 ê 是資料鋏仔,毋過揣著 ê 是檔案 %1。" + +#: core/job_error.cpp:567 +#, kde-format +msgid "File or Folder Does Not Exist" +msgstr "檔案猶是資料鋏仔無存在" + +#: core/job_error.cpp:569 +#, kde-format +msgid "The specified file or folder %1 does not exist." +msgstr "指定 ê 檔案猶是資料鋏仔 %1 無存在。" + +#: core/job_error.cpp:579 +#, kde-format +msgid "" +"The requested file could not be created because a file with the same name " +"already exists." +msgstr "無法度建立請求 ê 檔案,因為已經有檔案叫彼个名--ah。" + +#: core/job_error.cpp:582 +#, kde-format +msgid "Try moving the current file out of the way first, and then try again." +msgstr "請先 kā 這馬 ê 檔案徙去別位,然後閣試一擺。" + +#: core/job_error.cpp:584 +#, kde-format +msgid "Delete the current file and try again." +msgstr "請刣掉這馬 ê 檔案然後閣試一擺。" + +#: core/job_error.cpp:584 +#, kde-format +msgid "Choose an alternate filename for the new file." +msgstr "請為新 ê 檔案選另外一个名。" + +#: core/job_error.cpp:590 +#, kde-format +msgid "" +"The requested folder could not be created because a folder with the same " +"name already exists." +msgstr "無法度建立請求 ê 資料鋏仔,因為已經有資料鋏仔叫彼个名--ah。" + +#: core/job_error.cpp:593 +#, kde-format +msgid "Try moving the current folder out of the way first, and then try again." +msgstr "請先 kā 這馬 ê 資料鋏仔徙去別位,然後閣試一擺。" + +#: core/job_error.cpp:595 +#, kde-format +msgid "Delete the current folder and try again." +msgstr "請刣掉這馬 ê 資料鋏仔然後閣試一擺。" + +#: core/job_error.cpp:595 +#, kde-format +msgid "Choose an alternate name for the new folder." +msgstr "請為新 ê 資料鋏仔選另外一个名。" + +#: core/job_error.cpp:599 +#, kde-format +msgid "Unknown Host" +msgstr "毋知 ê 主機" + +#: core/job_error.cpp:601 +#, kde-format +msgid "" +"An unknown host error indicates that the server with the requested name, " +"%1, could not be located on the Internet." +msgstr "毋知 ê 主機錯誤代表無法度佇網路揣著 %1 這个伺服器。" + +#: core/job_error.cpp:606 +#, kde-format +msgid "" +"The name that you typed, %1, may not exist: it may be incorrectly typed." +msgstr "你輸入 ê 名,%1,可能無存在:可能是輸入 ê 毋著。" + +#: core/job_error.cpp:614 +#, kde-format +msgid "Access Denied" +msgstr "拒絕存取" + +#: core/job_error.cpp:616 +#, kde-format +msgid "Access was denied to the specified resource, %1." +msgstr "Tuì 指定 ê 資源 %1 ê 存取予拒絕--ah。" + +#: core/job_error.cpp:620 core/job_error.cpp:896 +#, kde-format +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "這可能是因為你提供 ê 認證資訊毋著,猶是無提供認證資訊。" + +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format +msgid "Your account may not have permission to access the specified resource." +msgstr "你 ê 口座可能無存取指定資源 ê 權限。" + +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 +#, kde-format +msgid "" +"Retry the request and ensure your authentication details are entered " +"correctly." +msgstr "請重試請求,而且 mā 請確定你 ê 認證資訊有輸入正確。" + +#: core/job_error.cpp:635 +#, kde-format +msgid "Write Access Denied" +msgstr "拒絕寫入存取" + +#: core/job_error.cpp:637 +#, kde-format +msgid "" +"This means that an attempt to write to the file %1 was " +"rejected." +msgstr "這代表寫入檔案 %1 ê 動作予拒絕--ah。" + +#: core/job_error.cpp:645 +#, kde-format +msgid "Unable to Enter Folder" +msgstr "無法度入去資料鋏仔" + +#: core/job_error.cpp:647 +#, kde-format +msgid "" +"This means that an attempt to enter (in other words, to open) the requested " +"folder %1 was rejected." +msgstr "" +"這代表入去要求 ê 資料鋏仔 %1(mā 就是 kā 伊拍開)ê 動作予拒" +"絕--ah。" + +#: core/job_error.cpp:655 +#, kde-format +msgid "Folder Listing Unavailable" +msgstr "無法度用資料鋏仔表列" + +#: core/job_error.cpp:656 +#, kde-format +msgid "Protocol %1 is not a Filesystem" +msgstr "協定 %1 毋是檔案系統" + +#: core/job_error.cpp:658 +#, kde-format +msgid "" +"This means that a request was made which requires determining the contents " +"of the folder, and the KDE program supporting this protocol is unable to do " +"so." +msgstr "" +"這代表有做一个請求愛確定資料鋏仔 ê 內容,毋過支援這个協定 ê KDE 程式無法度滿" +"足這个請求。" + +#: core/job_error.cpp:666 +#, kde-format +msgid "Cyclic Link Detected" +msgstr "發見循環連結" + +#: core/job_error.cpp:668 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. KDE detected a link or series of links that results in " +"an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " +"itself." +msgstr "" +"UNIX 環境通常會使 kā 檔案猶是資料鋏仔連結到別个名猶是所在。KDE 檢查著會變做無" +"限循環 ê 連結,就是講檔案最後連結到家己本身。" + +#: core/job_error.cpp:673 core/job_error.cpp:699 +#, kde-format +msgid "" +"Delete one part of the loop in order that it does not cause an infinite " +"loop, and try again." +msgstr "請刣掉循環 ê 一部份,確定伊袂造成無限循環,然後閣試一擺。" + +#: core/job_error.cpp:683 +#, kde-format +msgid "Request Aborted By User" +msgstr "請求予用者中止--ah" + +#: core/job_error.cpp:685 core/job_error.cpp:1074 +#, kde-format +msgid "The request was not completed because it was aborted." +msgstr "請求予中止--ah,所以無完成。" + +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 +#, kde-format +msgid "Retry the request." +msgstr "重試請求。" + +#: core/job_error.cpp:691 +#, kde-format +msgid "Cyclic Link Detected During Copy" +msgstr "Khóo-pih ê 時陣發見循環連結" + +#: core/job_error.cpp:693 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. During the requested copy operation, KDE detected a " +"link or series of links that results in an infinite loop - i.e. the file was " +"(perhaps in a roundabout way) linked to itself." +msgstr "" +"UNIX 環境通常會使 kā 檔案猶是資料鋏仔連結到別个名猶是所在。Teh 做要求 ê khóo-" +"pih 操作 ê 時陣,KDE 檢查著會變做無限循環 ê 連結,就是講檔案最後連結到家己本" +"身。" + +#: core/job_error.cpp:705 +#, kde-format +msgid "Could Not Create Network Connection" +msgstr "無法度建立網路連線" + +#: core/job_error.cpp:706 +#, kde-format +msgid "Could Not Create Socket" +msgstr "無法度建立 Socket" + +#: core/job_error.cpp:708 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be created." +msgstr "" +"這是一个技術上 ê 錯誤:無法度建立網路通訊需要 ê 一个裝置(一个 socket)。" + +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 +#, kde-format +msgid "" +"The network connection may be incorrectly configured, or the network " +"interface may not be enabled." +msgstr "網路連線可能無正確設定,猶是網路介面可能無啟用。" + +#: core/job_error.cpp:717 +#, kde-format +msgid "Connection to Server Refused" +msgstr "伺服器拒絕連線" + +#: core/job_error.cpp:719 +#, kde-format +msgid "" +"The server %1 refused to allow this computer to make a " +"connection." +msgstr "伺服器 %1 拒絕這个電腦連線。" + +#: core/job_error.cpp:723 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be configured " +"to allow requests." +msgstr "伺服器雖然有連線到網路,毋過可能無設定允准請求。" + +#: core/job_error.cpp:726 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be running " +"the requested service (%1)." +msgstr "伺服器雖然有連線到網路,毋過可能無 leh 執行要求 ê 服務 (%1)。" + +#: core/job_error.cpp:730 +#, kde-format +msgid "" +"A network firewall (a device which restricts Internet requests), either " +"protecting your network or the network of the server, may have intervened, " +"preventing this request." +msgstr "" +"一个網路防火牆(限制網路請求 ê 裝置)毋知是 leh 保護你的網路猶是伺服器的網" +"路,可能介入--ah,予這个請求無法度完成。" + +#: core/job_error.cpp:737 +#, kde-format +msgid "Connection to Server Closed Unexpectedly" +msgstr "對伺服器 ê 連線雄雄無去--ah" + +#: core/job_error.cpp:739 +#, kde-format +msgid "" +"Although a connection was established to %1, the connection " +"was closed at an unexpected point in the communication." +msgstr "" +"雖然原本已經建立到 %1 ê 連線,伊煞 leh 通訊 ê 毋知啥物時陣予" +"關掉--ah。" + +#: core/job_error.cpp:745 +#, kde-format +msgid "" +"A protocol error may have occurred, causing the server to close the " +"connection as a response to the error." +msgstr "可能是有發生協定錯誤,予伺服器反映錯誤來關掉連線。" + +#: core/job_error.cpp:751 +#, kde-format +msgid "URL Resource Invalid" +msgstr "URL 資源無效" + +#: core/job_error.cpp:752 +#, kde-format +msgid "Protocol %1 is not a Filter Protocol" +msgstr "協定 %1 毋是一个過濾協定" + +#: core/job_error.cpp:754 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " +"accessing the specific resource, %1%2." +msgstr "" +"你輸入 ê URL (英語: Uniform Resource " +"Locator) 無指向會使存取指定資源 %1%2 ê 有效" +"方法。" + +#: core/job_error.cpp:761 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol. This " +"request specified a protocol be used as such, however this protocol is not " +"capable of such an action. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" + +#: core/job_error.cpp:769 +#, kde-format +msgid "Unable to Initialize Input/Output Device" +msgstr "" + +#: core/job_error.cpp:770 +#, kde-format +msgid "Could Not Mount Device" +msgstr "無法度掛載裝置" + +#: core/job_error.cpp:772 +#, kde-format +msgid "" +"The requested device could not be initialized (\"mounted\"). The reported " +"error was: %1" +msgstr "" + +#: core/job_error.cpp:776 +#, kde-format +msgid "" +"The device may not be ready, for example there may be no media in a " +"removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " +"peripheral/portable device, the device may not be correctly connected." +msgstr "" +"裝置可能猶未準備好勢,親像可移除媒體裝置內底無媒體(CD 碟無 CD-ROM),猶是手" +"提裝置猶是週邊裝置無正確連線。" + +#: core/job_error.cpp:781 +#, kde-format +msgid "" +"You may not have permissions to initialize (\"mount\") the device. On UNIX " +"systems, often system administrator privileges are required to initialize a " +"device." +msgstr "" + +#: core/job_error.cpp:786 +#, kde-format +msgid "" +"Check that the device is ready; removable drives must contain media, and " +"portable devices must be connected and powered on.; and try again." +msgstr "" +"請檢查裝置已經準備好--ah,可移除磁碟機內底愛有媒體,手提裝置愛連線而且有開;" +"然後 koh 試一擺。" + +#: core/job_error.cpp:793 +#, kde-format +msgid "Unable to Uninitialize Input/Output Device" +msgstr "" + +#: core/job_error.cpp:794 +#, kde-format +msgid "Could Not Unmount Device" +msgstr "無法度卸載裝置" + +#: core/job_error.cpp:796 +#, kde-format +msgid "" +"The requested device could not be uninitialized (\"unmounted\"). The " +"reported error was: %1" +msgstr "" + +#: core/job_error.cpp:800 +#, kde-format +msgid "" +"The device may be busy, that is, still in use by another application or " +"user. Even such things as having an open browser window on a location on " +"this device may cause the device to remain in use." +msgstr "" +"裝置可能佇咧無閒,意思是講 koh 有應用程式猶是用者佇使用。親像開 ê 瀏覽器視窗" +"猶是開 ê 一个裝置頂懸 ê 位置攏有可能會予這个裝置變做使用中。" + +#: core/job_error.cpp:805 +#, kde-format +msgid "" +"You may not have permissions to uninitialize (\"unmount\") the device. On " +"UNIX systems, system administrator privileges are often required to " +"uninitialize a device." +msgstr "" + +#: core/job_error.cpp:810 +#, kde-format +msgid "Check that no applications are accessing the device, and try again." +msgstr "請確定無應用程式 teh 存取這个裝置,然後閣試一擺。" + +#: core/job_error.cpp:816 +#, kde-format +msgid "Cannot Read From Resource" +msgstr "無法度讀取資源" + +#: core/job_error.cpp:818 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while reading the contents of the resource." +msgstr "" + +#: core/job_error.cpp:822 +#, kde-format +msgid "You may not have permissions to read from the resource." +msgstr "" + +#: core/job_error.cpp:835 +#, kde-format +msgid "Cannot Write to Resource" +msgstr "無法度寫入資源" + +#: core/job_error.cpp:837 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while writing to the resource." +msgstr "" + +#: core/job_error.cpp:840 +#, kde-format +msgid "You may not have permissions to write to the resource." +msgstr "" + +#: core/job_error.cpp:853 core/job_error.cpp:866 +#, kde-format +msgid "Could Not Listen for Network Connections" +msgstr "無法度監聽網路連線" + +#: core/job_error.cpp:854 +#, kde-format +msgid "Could Not Bind" +msgstr "" + +#: core/job_error.cpp:856 core/job_error.cpp:869 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be established to listen for incoming " +"network connections." +msgstr "" + +#: core/job_error.cpp:867 +#, kde-format +msgid "Could Not Listen" +msgstr "無法度監聽" + +#: core/job_error.cpp:879 +#, kde-format +msgid "Could Not Accept Network Connection" +msgstr "無法度接受網路連線" + +#: core/job_error.cpp:881 +#, kde-format +msgid "" +"This is a fairly technical error in which an error occurred while attempting " +"to accept an incoming network connection." +msgstr "" + +#: core/job_error.cpp:886 +#, kde-format +msgid "You may not have permissions to accept the connection." +msgstr "你可能無權限會使接受連線。" + +#: core/job_error.cpp:891 +#, kde-format +msgid "Could Not Login: %1" +msgstr "無法度登入:%1" + +#: core/job_error.cpp:893 +#, kde-format +msgid "" +"An attempt to login to perform the requested operation was unsuccessful." +msgstr "為著做要求 ê 操作來登入 ê 時陣失敗--ah。" + +#: core/job_error.cpp:909 +#, kde-format +msgid "Could Not Determine Resource Status" +msgstr "無法度判斷資源狀態" + +#: core/job_error.cpp:910 +#, kde-format +msgid "Could Not Stat Resource" +msgstr "無法度取得資源 ê 狀態" + +#: core/job_error.cpp:912 +#, kde-format +msgid "" +"An attempt to determine information about the status of the resource " +"%1, such as the resource name, type, size, etc., was unsuccessful." +msgstr "" + +#: core/job_error.cpp:917 +#, kde-format +msgid "The specified resource may not have existed or may not be accessible." +msgstr "" + +#. i18n( "Could not terminate listing %1" ).arg( errorText ); +#: core/job_error.cpp:928 +#, kde-format +msgid "Could Not Cancel Listing" +msgstr "無法度取消表列" + +#: core/job_error.cpp:929 +#, kde-format +msgid "FIXME: Document this" +msgstr "FIXME:寫這 ê 文件" + +#: core/job_error.cpp:933 +#, kde-format +msgid "Could Not Create Folder" +msgstr "無法度建立資料鋏仔" + +#: core/job_error.cpp:934 +#, kde-format +msgid "An attempt to create the requested folder failed." +msgstr "" + +#: core/job_error.cpp:937 +#, kde-format +msgid "The location where the folder was to be created may not exist." +msgstr "" + +#: core/job_error.cpp:946 +#, kde-format +msgid "Could Not Remove Folder" +msgstr "無法度移除資料鋏仔" + +#: core/job_error.cpp:948 +#, kde-format +msgid "An attempt to remove the specified folder, %1, failed." +msgstr "" + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not exist." +msgstr "指定 ê 資料鋏仔可能無存在。" + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not be empty." +msgstr "指定 ê 資料鋏仔可能毋是空的。" + +#: core/job_error.cpp:956 +#, kde-format +msgid "Ensure that the folder exists and is empty, and try again." +msgstr "" + +#: core/job_error.cpp:962 +#, kde-format +msgid "Could Not Resume File Transfer" +msgstr "" + +#: core/job_error.cpp:964 +#, kde-format +msgid "" +"The specified request asked that the transfer of file %1 be " +"resumed at a certain point of the transfer. This was not possible." +msgstr "" + +#: core/job_error.cpp:969 +#, kde-format +msgid "The protocol, or the server, may not support file resuming." +msgstr "" + +#: core/job_error.cpp:972 +#, kde-format +msgid "Retry the request without attempting to resume transfer." +msgstr "" + +#: core/job_error.cpp:977 +#, kde-format +msgid "Could Not Rename Resource" +msgstr "" + +#: core/job_error.cpp:979 +#, kde-format +msgid "An attempt to rename the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:990 +#, kde-format +msgid "Could Not Alter Permissions of Resource" +msgstr "" + +#: core/job_error.cpp:992 +#, kde-format +msgid "" +"An attempt to alter the permissions on the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1000 +#, kde-format +msgid "Could Not Change Ownership of Resource" +msgstr "" + +#: core/job_error.cpp:1002 +#, kde-format +msgid "" +"An attempt to change the ownership of the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1010 +#, kde-format +msgid "Could Not Delete Resource" +msgstr "" + +#: core/job_error.cpp:1012 +#, kde-format +msgid "An attempt to delete the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1020 +#, kde-format +msgid "Unexpected Program Termination" +msgstr "" + +#: core/job_error.cpp:1022 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has unexpectedly terminated." +msgstr "" + +#: core/job_error.cpp:1030 +#, kde-format +msgid "Out of Memory" +msgstr "無記憶體--ah" + +#: core/job_error.cpp:1032 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." +msgstr "" + +#: core/job_error.cpp:1041 +#, kde-format +msgid "Unknown Proxy Host" +msgstr "毋知 ê 代理主機" + +#: core/job_error.cpp:1043 +#, kde-format +msgid "" +"While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " +"indicates that the requested name could not be located on the Internet." +msgstr "" + +#: core/job_error.cpp:1049 +#, kde-format +msgid "" +"There may have been a problem with your network configuration, specifically " +"your proxy's hostname. If you have been accessing the Internet with no " +"problems recently, this is unlikely." +msgstr "" + +#: core/job_error.cpp:1053 +#, kde-format +msgid "Double-check your proxy settings and try again." +msgstr "請檢查你的代理設定敢有著,然後閣試一擺。" + +#: core/job_error.cpp:1057 +#, kde-format +msgid "Authentication Failed: Method %1 Not Supported" +msgstr "認證失敗:方法 %1 無支援" + +#: core/job_error.cpp:1059 +#, kde-format +msgid "" +"Although you may have supplied the correct authentication details, the " +"authentication failed because the method that the server is using is not " +"supported by the KDE program implementing the protocol %1." +msgstr "" + +#: core/job_error.cpp:1065 +#, kde-format +msgid "" +"Please file a bug at https://bugs.kde.org/" +" to inform the KDE team of the unsupported authentication method." +msgstr "" + +#: core/job_error.cpp:1072 +#, kde-format +msgid "Request Aborted" +msgstr "請求中止--ah" + +#: core/job_error.cpp:1080 +#, kde-format +msgid "Internal Error in Server" +msgstr "伺服器內部錯誤" + +#: core/job_error.cpp:1082 +#, kde-format +msgid "" +"The program on the server which provides access to the %1 " +"protocol has reported an internal error: %2." +msgstr "" +"佇伺服器提供 %1 協定存取 ê 程式回報--ah 內部錯誤:%2。" + +#: core/job_error.cpp:1088 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the server program. Please " +"consider submitting a full bug report as detailed below." +msgstr "" + +#: core/job_error.cpp:1092 +#, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "" + +#: core/job_error.cpp:1095 +#, kde-format +msgid "" +"If you know who the authors of the server software are, submit the bug " +"report directly to them." +msgstr "" + +#: core/job_error.cpp:1100 +#, kde-format +msgid "Timeout Error" +msgstr "過時錯誤" + +#: core/job_error.cpp:1102 +#, kde-format +msgid "" +"Although contact was made with the server, a response was not received " +"within the amount of time allocated for the request." +msgstr "" + +#: core/job_error.cpp:1107 +#, kde-format +msgid "The server was too busy responding to other requests to respond." +msgstr "" + +#: core/job_error.cpp:1113 +#, kde-format +msgid "Unknown Error" +msgstr "毋知的錯誤" + +#: core/job_error.cpp:1115 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." +msgstr "" + +#: core/job_error.cpp:1125 +#, kde-format +msgid "Unknown Interruption" +msgstr "" + +#: core/job_error.cpp:1127 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." +msgstr "" + +#: core/job_error.cpp:1137 +#, kde-format +msgid "Could Not Delete Original File" +msgstr "" + +#: core/job_error.cpp:1139 +#, kde-format +msgid "" +"The requested operation required the deleting of the original file, most " +"likely at the end of a file move operation. The original file %1 could not be deleted." +msgstr "" + +#: core/job_error.cpp:1148 +#, kde-format +msgid "Could Not Delete Temporary File" +msgstr "無法度刣掉暫時檔案" + +#: core/job_error.cpp:1150 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file in which " +"to save the new file while being downloaded. This temporary file %1 could not be deleted." +msgstr "" +"要求 ê 操作需要建立暫時檔案保存 leh 下載 ê 新檔案。毋過這暫時檔案 " +"%1 煞無法度刣掉。" + +#: core/job_error.cpp:1160 +#, kde-format +msgid "Could Not Rename Original File" +msgstr "" + +#: core/job_error.cpp:1162 +#, kde-format +msgid "" +"The requested operation required the renaming of the original file " +"%1, however it could not be renamed." +msgstr "" + +#: core/job_error.cpp:1171 +#, kde-format +msgid "Could Not Rename Temporary File" +msgstr "無法度 kā 暫時檔案改名" + +#: core/job_error.cpp:1173 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file " +"%1, however it could not be created." +msgstr "" +"要求 ê 操作需要建立暫時檔案 %1,毋過阮煞無法度 kā 伊建立。" + +#: core/job_error.cpp:1182 +#, kde-format +msgid "Could Not Create Link" +msgstr "" + +#: core/job_error.cpp:1183 +#, kde-format +msgid "Could Not Create Symbolic Link" +msgstr "" + +#: core/job_error.cpp:1184 +#, kde-format +msgid "The requested symbolic link %1 could not be created." +msgstr "" + +#: core/job_error.cpp:1190 +#, kde-format +msgid "No Content" +msgstr "無內容" + +#: core/job_error.cpp:1195 +#, kde-format +msgid "Disk Full" +msgstr "磁碟滿--ah" + +#: core/job_error.cpp:1197 +#, kde-format +msgid "" +"The requested file %1 could not be written to as there is " +"inadequate disk space." +msgstr "要求 ê 檔案 %1 無法度寫入,因為磁碟空間無夠。" + +#: core/job_error.cpp:1201 +#, kde-format +msgid "" +"Free up enough disk space by 1) deleting unwanted and temporary files; 2) " +"archiving files to removable media storage such as CD-Recordable discs; or " +"3) obtain more storage capacity." +msgstr "" +"請先 kā 儲存容量空予出來,會使 (1) 刣掉一寡無需要的暫時的檔案、(2) kā 檔案封" +"存到 CD-R 光碟這款會使移除的媒體、猶是 (3) 安裝閣跤濟的儲存空間。" + +#: core/job_error.cpp:1208 +#, kde-format +msgid "Source and Destination Files Identical" +msgstr "來源 kap 目標檔案仝款" + +#: core/job_error.cpp:1210 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination " +"files are the same file." +msgstr "" + +#: core/job_error.cpp:1212 +#, kde-format +msgid "Choose a different filename for the destination file." +msgstr "" + +#: core/job_error.cpp:1216 +#, kde-format +msgid "File or Folder dropped onto itself" +msgstr "" + +#: core/job_error.cpp:1218 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination file " +"or folder are the same." +msgstr "" + +#: core/job_error.cpp:1220 +#, kde-format +msgid "Drop the item into a different file or folder." +msgstr "" + +#: core/job_error.cpp:1230 +#, kde-format +msgid "Folder moved into itself" +msgstr "" + +#: core/job_error.cpp:1232 +#, kde-format +msgid "" +"The operation could not be completed because the source can not be moved " +"into itself." +msgstr "" + +#: core/job_error.cpp:1234 +#, kde-format +msgid "Move the item into a different folder." +msgstr "" + +#: core/job_error.cpp:1238 +#, kde-format +msgid "Could not communicate with password server" +msgstr "" + +#: core/job_error.cpp:1240 +#, kde-format +msgid "" +"The operation could not be completed because the service for requesting " +"passwords (kpasswdserver) couldn't be contacted" +msgstr "" + +#: core/job_error.cpp:1242 +#, kde-format +msgid "Try restarting your session, or look in the logs for errors from kiod." +msgstr "請重起動你 ê 工作階段,猶是佇紀錄內底揣 uì \"kiod\" 來 ê 錯誤。" + +#: core/job_error.cpp:1246 +#, kde-format +msgid "Cannot Initiate the %1 Protocol" +msgstr "無法度初期化 %1 協定" + +#: core/job_error.cpp:1247 +#, kde-format +msgid "Unable to Create KIO Worker" +msgstr "無法度建立 KIO 工作器" + +#: core/job_error.cpp:1249 +#, kde-format +msgid "" +"The KIO worker which provides access to the %1 protocol " +"could not be started. This is usually due to technical reasons." +msgstr "" +"無法度起動提供 %1 協定存取 ê KIO 工作器。這通常是因為技術上 " +"ê 原因。" + +#: core/job_error.cpp:1254 +#, kde-format +msgid "" +"klauncher could not find or start the plugin which provides the protocol. " +"This means you may have an outdated version of the plugin." +msgstr "" +"klauncher 無法度揣著猶是起動提供彼个協定 ê 外掛程式。這可能代表你 ê 外掛程式 " +"ê 版本上舊--ah。" + +#: core/job_error.cpp:1260 +#, kde-kuit-format +msgctxt "@info" +msgid "Cannot transfer %1" +msgstr "無法度傳輸 %1" + +#: core/job_error.cpp:1262 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1 cannot be transferred, because the " +"destination filesystem does not support files that large" +msgstr "" + +#: core/job_error.cpp:1265 +#, kde-format +msgid "" +"Reformat the destination drive to use a filesystem that supports files that " +"large." +msgstr "" + +#: core/job_error.cpp:1270 +#, kde-format +msgid "Undocumented Error" +msgstr "無寫入去文件內 ê 錯誤" + +#: core/kfileitem.cpp:1483 +#, kde-format +msgid "(Symbolic Link to %1)" +msgstr "(到 %1 ê 符號連結)" + +#: core/kfileitem.cpp:1485 +#, kde-format +msgid "(%1, Link to %2)" +msgstr "(%1, 到 %2 ê 連結)" + +#: core/kfileitem.cpp:1488 +#, kde-format +msgid " (Points to %1)" +msgstr " (連結目標:%1)" + +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 +#, kde-format +msgid "" +"Malformed URL\n" +"%1" +msgstr "" +"不正 ê URL\n" +"%1" + +#: core/mimetypefinderjob.cpp:224 +#, kde-format +msgid "Unable to determine the type of file for %1" +msgstr "無法度為著 %1 判斷檔案類" + +#: core/openwith.cpp:91 +#, kde-format +msgid "" +"Could not extract executable name from '%1', please type a valid program " +"name." +msgstr "" + +#: core/openwith.cpp:143 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 does not appear to be an executable program." +msgstr "" + +#: core/openwith.cpp:144 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"%1 was not found; please enter a valid path to an " +"executable program." +msgstr "揣無 %1;請輸入會使執行 ê 程式 ê 有效路徑。" + +#: core/slavebase.cpp:813 +#, kde-format +msgid "Opening connections is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:815 +#, kde-format +msgid "Closing connections is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:817 +#, kde-format +msgid "Accessing files is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:819 +#, kde-format +msgid "Writing to %1 is not supported." +msgstr "無支援寫入 %1。" + +#: core/slavebase.cpp:821 +#, kde-format +msgid "There are no special actions available for protocol %1." +msgstr "" + +#: core/slavebase.cpp:823 +#, kde-format +msgid "Listing folders is not supported for protocol %1." +msgstr "" + +#: core/slavebase.cpp:825 +#, kde-format +msgid "Retrieving data from %1 is not supported." +msgstr "無支援 uì %1 取得資料。" + +#: core/slavebase.cpp:827 +#, kde-format +msgid "Retrieving mime type information from %1 is not supported." +msgstr "無支援 uì %1 取得 MIME 類別資訊。" + +#: core/slavebase.cpp:829 +#, kde-format +msgid "Renaming or moving files within %1 is not supported." +msgstr "無支援佇 %1 內底 kā 檔案改名猶是徙位。" + +#: core/slavebase.cpp:831 +#, kde-format +msgid "Creating symlinks is not supported with protocol %1." +msgstr "無支援用協定 %1 ê 時陣建立符號連結。" + +#: core/slavebase.cpp:833 +#, kde-format +msgid "Copying files within %1 is not supported." +msgstr "無支援佇 %1 內底 khóo-pih 檔案。" + +#: core/slavebase.cpp:835 +#, kde-format +msgid "Deleting files from %1 is not supported." +msgstr "無支援 uì %1 刣掉檔案。" + +#: core/slavebase.cpp:837 +#, kde-format +msgid "Creating folders is not supported with protocol %1." +msgstr "無支援用協定 %1 ê 時陣建立資料鋏仔。" + +#: core/slavebase.cpp:839 +#, kde-format +msgid "Changing the attributes of files is not supported with protocol %1." +msgstr "" + +#: core/slavebase.cpp:841 +#, kde-format +msgid "Changing the ownership of files is not supported with protocol %1." +msgstr "佇協定 %1 無支援改變檔案 ê 所有者。" + +#: core/slavebase.cpp:843 +#, kde-format +msgid "Opening files is not supported with protocol %1." +msgstr "佇協定 %1 無支援開檔案。" + +#: core/slavebase.cpp:845 +#, kde-format +msgid "Protocol %1 does not support action %2." +msgstr "協定 %1 無支援動作 %2。" + +#: core/worker.cpp:309 +#, kde-format +msgctxt "@info %2 is a path" +msgid "" +"The security of the KIO worker for protocol ’%1’, which typically asks for " +"elevated permissions, can not be guaranteed because users other than root " +"have permission to modify it at %2." +msgstr "" +"協定「%1」ê KIO 工作器平常會要求提高權限,毋過伊 ê 安全 suah 無法度保證,因" +"為 root 以外 ê 用者 mā 有權限佇 %2 kā 伊修改。" + +#: core/worker.cpp:347 +#, kde-format +msgid "Unknown protocol '%1'." +msgstr "毋知 ê 協定「%1」。" + +#: core/worker.cpp:358 +#, kde-format +msgid "Can not find a KIO worker for protocol '%1'." +msgstr "" + +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 +#, kde-format +msgid "Can not create a socket for launching a KIO worker for protocol '%1'." +msgstr "" + +#: core/worker.cpp:423 +#, kde-format +msgid "Can not find 'kioworker' executable at '%1'" +msgstr "" + +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 +#, kde-format +msgid "&Details" +msgstr "詳細(&D)" + +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 +#: widgets/sslui.cpp:97 +#, kde-format +msgid "&Forever" +msgstr "永遠(&F)" + +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 +#, kde-format +msgid "Co&ntinue" +msgstr "繼續(&N)" + +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 +#: widgets/sslui.cpp:98 +#, kde-format +msgid "&Current Session only" +msgstr "Kan-na 這个工作階段(&C)" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Suá 到新的資料鋏仔內" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "為遮个項目建立新的資料鋏仔" + +#: filewidgets/kdiroperator.cpp:314 +#, kde-format +msgctxt "Loading bar percent value" +msgid "%p%" +msgstr "%p%" + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "You did not select a file to delete." +msgstr "你無選 ài 刣掉 ê 檔案。" + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "Nothing to Delete" +msgstr "無會當刣掉 ê 物件" + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "You did not select a file to trash." +msgstr "你無選 ài 徙去糞埽桶 ê 檔案。" + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "Nothing to Trash" +msgstr "無會當徙去糞埽桶 ê 物件" + +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 +#, kde-format +msgid "The specified folder does not exist or was not readable." +msgstr "指定 ê 資料鋏仔無存在 á-sī 無法度讀取。" + +#: filewidgets/kdiroperator.cpp:2044 +#, kde-format +msgid "Menu" +msgstr "選單" + +#: filewidgets/kdiroperator.cpp:2049 +#, kde-format +msgid "Parent Folder" +msgstr "頂層資料鋏仔" + +#: filewidgets/kdiroperator.cpp:2056 +#, kde-format +msgctxt "@info" +msgid "Go back" +msgstr "轉去" + +#: filewidgets/kdiroperator.cpp:2060 +#, kde-format +msgctxt "@info" +msgid "Go forward" +msgstr "向前" + +#: filewidgets/kdiroperator.cpp:2064 +#, kde-format +msgid "Home Folder" +msgstr "家目錄" + +#: filewidgets/kdiroperator.cpp:2068 +#, kde-format +msgid "Reload" +msgstr "重載入" + +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format +msgctxt "@action" +msgid "New Folder…" +msgstr "建立資料鋏仔…" + +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 +#, kde-format +msgid "Move to Trash" +msgstr "徙去糞埽桶" + +#: filewidgets/kdiroperator.cpp:2087 +#, kde-format +msgid "Delete" +msgstr "刣掉" + +#: filewidgets/kdiroperator.cpp:2094 +#, kde-format +msgid "Sorting" +msgstr "順序" + +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format +msgid "Sort by Name" +msgstr "用名來排序" + +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format +msgid "Sort by Size" +msgstr "用大細來排序" + +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format +msgid "Sort by Date" +msgstr "用日期來排序" + +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format +msgid "Sort by Type" +msgstr "用類來排序" + +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format +msgid "Ascending" +msgstr "增序" + +#: filewidgets/kdiroperator.cpp:2133 +#, kde-format +msgid "Descending" +msgstr "減序" + +#: filewidgets/kdiroperator.cpp:2140 +#, kde-format +msgid "Folders First" +msgstr "資料鋏仔佇頭前" + +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format +msgid "Hidden Files Last" +msgstr "隱藏檔案佇上尾" + +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format +msgid "Icons View" +msgstr "圖示檢視" + +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format +msgid "Compact View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format +msgid "Details View" +msgstr "詳細檢視" + +#: filewidgets/kdiroperator.cpp:2186 +#, kde-format +msgid "Icon Position" +msgstr "圖示位置" + +#: filewidgets/kdiroperator.cpp:2189 +#, kde-format +msgid "Next to File Name" +msgstr "佇檔名邊仔" + +#: filewidgets/kdiroperator.cpp:2195 +#, kde-format +msgid "Above File Name" +msgstr "Teh 檔名頂懸" + +#: filewidgets/kdiroperator.cpp:2209 +#, kde-format +msgid "Short View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2216 +#, kde-format +msgid "Detailed View" +msgstr "詳細檢視" + +#: filewidgets/kdiroperator.cpp:2223 +#, kde-format +msgid "Tree View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2230 +#, kde-format +msgid "Detailed Tree View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2243 +#, kde-format +msgid "Allow Expansion in Details View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2249 +#, kde-format +msgid "Show Hidden Files" +msgstr "顯示隱藏檔案" + +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format +msgid "Show Preview Panel" +msgstr "顯示預覽面板" + +#: filewidgets/kdiroperator.cpp:2263 +#, kde-format +msgid "Show Preview" +msgstr "顯示預覽" + +#: filewidgets/kdiroperator.cpp:2270 +#, kde-format +msgid "Open Containing Folder" +msgstr "拍開保存資料鋏仔" + +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 +#, kde-format +msgid "Properties" +msgstr "屬性" + +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format +msgid "&View Mode" +msgstr "檢視模式(&V)" + +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 +#, kde-format +msgctxt "Sort descending" +msgid "Z-A" +msgstr "Z-A" + +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 +#, kde-format +msgctxt "Sort ascending" +msgid "A-Z" +msgstr "A-Z" + +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format +msgctxt "Sort ascending" +msgid "Oldest First" +msgstr "舊 ê 佇頭前" + +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "新 ê 佇頭前" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format +msgctxt "Sort descending" +msgid "Largest First" +msgstr "大 ê 佇頭前" + +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format +msgctxt "Sort ascending" +msgid "Smallest First" +msgstr "細 ê 佇頭前" + +#: filewidgets/kencodingfiledialog.cpp:73 +#, kde-format +msgid "Encoding:" +msgstr "編碼:" + +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 +#: filewidgets/kencodingfiledialog.cpp:150 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 +#, kde-format +msgid "Open" +msgstr "Phah-khui" + +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 +#, kde-format +msgid "Save As" +msgstr "用別个名儲存" + +#: filewidgets/kfilecopytomenu.cpp:71 +#, kde-format +msgctxt "@title:menu" +msgid "Copy To" +msgstr "Khóo-pih 去" + +#: filewidgets/kfilecopytomenu.cpp:77 +#, kde-format +msgctxt "@title:menu" +msgid "Move To" +msgstr "徙去" + +#: filewidgets/kfilecopytomenu.cpp:102 +#, kde-format +msgctxt "@title:menu" +msgid "Home Folder" +msgstr "家目錄" + +#: filewidgets/kfilecopytomenu.cpp:110 +#, kde-format +msgctxt "@title:menu" +msgid "Root Folder" +msgstr "根目錄" + +#: filewidgets/kfilecopytomenu.cpp:146 +#, kde-format +msgctxt "@action:inmenu in Copy To or Move To submenu" +msgid "Browse…" +msgstr "瀏覽…" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Copy Here" +msgstr "Khóo-pih 到遮" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Move Here" +msgstr "Suá 到遮" + +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format +msgctxt "Default mime type filter that shows all file types" +msgid "*|All Files" +msgstr "*|所有的檔案" + +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format +msgctxt "%1 is the mimetype name, %2 is the extensions" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: filewidgets/kfilefiltercombo.cpp:160 +#, kde-format +msgid "All Supported Files" +msgstr "所有支援 ê 檔案" + +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 +#, kde-format +msgid "All Files" +msgstr "所有 ê 檔案" + +#: filewidgets/kfileplaceeditdialog.cpp:68 +#, kde-format +msgid "Add Places Entry" +msgstr "添位置項目" + +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format +msgid "Edit Places Entry" +msgstr "編輯位置項目" + +#: filewidgets/kfileplaceeditdialog.cpp:80 +#, kde-format +msgid "" +"This is the text that will appear in the Places panel.

              The " +"label should consist of one or two words that will help you remember what " +"this entry refers to. If you do not enter a label, it will be derived from " +"the location's URL.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:86 +#, kde-format +msgid "L&abel:" +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "佇 tsia 輸入說明描述" + +#: filewidgets/kfileplaceeditdialog.cpp:93 +#, kde-format +msgid "" +"This is the location associated with the entry. Any valid URL may be " +"used. For example:

              %1
              http://www.kde.org
              ftp://ftp.kde." +"org/pub/kde/stable

              By clicking on the button next to the text " +"edit box you can browse to an appropriate URL.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:100 +#, kde-format +msgid "&Location:" +msgstr "位置(&L):" + +#: filewidgets/kfileplaceeditdialog.cpp:107 +#, kde-format +msgid "" +"This is the icon that will appear in the Places panel.

              Click " +"on the button to select a different icon.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:128 +#, kde-format +msgid "Choose an &icon:" +msgstr "選圖示(&I):" + +#: filewidgets/kfileplaceeditdialog.cpp:138 +#, kde-format +msgid "&Only show when using this application (%1)" +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:141 +#, kde-format +msgid "" +"Select this setting if you want this entry to show only when using the " +"current application (%1).

              If this setting is not selected, the " +"entry will be available in all applications.
              " +msgstr "" + +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format +msgctxt "@item" +msgid "Places" +msgstr "位置" + +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format +msgctxt "@item" +msgid "Remote" +msgstr "遠端" + +#: filewidgets/kfileplacesitem.cpp:227 +#, kde-format +msgctxt "@item The place group section name for recent dynamic lists" +msgid "Recent" +msgstr "近來" + +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format +msgctxt "@item" +msgid "Search For" +msgstr "Tshuē" + +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format +msgctxt "@item" +msgid "Devices" +msgstr "裝置" + +#: filewidgets/kfileplacesitem.cpp:236 +#, kde-format +msgctxt "@item" +msgid "Removable Devices" +msgstr "可移除裝置" + +#: filewidgets/kfileplacesitem.cpp:239 +#, kde-format +msgctxt "@item" +msgid "Tags" +msgstr "標籤" + +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format +msgctxt "@info:tooltip path (mounted from)" +msgid "%1 (from %2)" +msgstr "%1 (uì %2)" + +#: filewidgets/kfileplacesmodel.cpp:162 +msgctxt "KFile System Bookmarks" +msgid "All tags" +msgstr "所有 ê 標籤" + +#. i18nc calls has to be "KFile System Bookmarks". +#. The real i18nc call is made later, with this context, so the two must match. +#: filewidgets/kfileplacesmodel.cpp:258 +msgctxt "KFile System Bookmarks" +msgid "Home" +msgstr "頭頁" + +#: filewidgets/kfileplacesmodel.cpp:267 +msgctxt "KFile System Bookmarks" +msgid "Desktop" +msgstr "桌面" + +#: filewidgets/kfileplacesmodel.cpp:274 +msgctxt "KFile System Bookmarks" +msgid "Documents" +msgstr "文件" + +#: filewidgets/kfileplacesmodel.cpp:281 +msgctxt "KFile System Bookmarks" +msgid "Downloads" +msgstr "下載" + +#: filewidgets/kfileplacesmodel.cpp:286 +msgctxt "KFile System Bookmarks" +msgid "Network" +msgstr "網路" + +#: filewidgets/kfileplacesmodel.cpp:291 +msgctxt "KFile System Bookmarks" +msgid "Trash" +msgstr "糞埽桶" + +#: filewidgets/kfileplacesmodel.cpp:352 +msgctxt "KFile System Bookmarks" +msgid "Music" +msgstr "音樂" + +#: filewidgets/kfileplacesmodel.cpp:359 +msgctxt "KFile System Bookmarks" +msgid "Pictures" +msgstr "圖片" + +#: filewidgets/kfileplacesmodel.cpp:368 +msgctxt "KFile System Bookmarks" +msgid "Videos" +msgstr "影片" + +#: filewidgets/kfileplacesmodel.cpp:395 +msgctxt "KFile System Bookmarks" +msgid "Recent Files" +msgstr "近來 ê 檔案" + +#: filewidgets/kfileplacesmodel.cpp:400 +msgctxt "KFile System Bookmarks" +msgid "Recent Locations" +msgstr "近來 ê 位置" + +#: filewidgets/kfileplacesmodel.cpp:423 +msgctxt "KFile System Bookmarks" +msgid "Modified Today" +msgstr "今仔日修改--ê" + +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "昨昏修改--ê" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format +msgctxt "Placeholder is error message" +msgid "Could not add to the Places panel: %1" +msgstr "無法度添到位置面板:%1" + +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format +msgid "Only folders can be added to the Places panel." +msgstr "只有資料鋏仔會使添到位置面板內底。" + +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "設定…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format +msgctxt "@action:inmenu" +msgid "Releasing…" +msgstr "Tī-leh 退出…" + +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Release" +msgstr "退出(&R)" + +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format +msgctxt "@action:inmenu" +msgid "Safely Removing…" +msgstr "Tī-leh 安全退出…" + +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Safely Remove" +msgstr "安全退出(&S)" + +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format +msgctxt "@action:inmenu" +msgid "Unmounting…" +msgstr "Tī-leh 卸載…" + +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Unmount" +msgstr "卸載(&U)" + +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Eject" +msgstr "退出(&E)" + +#: filewidgets/kfileplacesmodel.cpp:1506 +#, kde-format +msgid "The device '%1' is not a disk and cannot be ejected." +msgstr "裝置「%1」毋是磁碟,無法度退出。" + +#: filewidgets/kfileplacesmodel.cpp:1542 +#, kde-format +msgid "An error occurred while accessing '%1', the system responded: %2" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1544 +#, kde-format +msgid "An error occurred while accessing '%1'" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1571 +#, kde-format +msgid "One or more files on this device are open within an application." +msgstr "這个裝置頂懸有檔案猶予應用程式開--leh。" + +#: filewidgets/kfileplacesmodel.cpp:1574 +#, kde-kuit-format +msgid "" +"One or more files on this device are opened in application " +"\"%2\"." +msgid_plural "" +"One or more files on this device are opened in following applications: " +"%2." +msgstr[0] "" +"這个裝置頂懸有檔案猶予這寡應用程式開--leh:%2。" + +#: filewidgets/kfileplacesmodel.cpp:1577 +#, kde-format +msgctxt "separator in list of apps blocking device unmount" +msgid ", " +msgstr ", " + +#: filewidgets/kfileplacesmodel.cpp:1624 +#, kde-format +msgctxt "@action:inmenu" +msgid "Reformat or Edit with Partition Manager" +msgstr "" + +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format +msgctxt "@info:tooltip full display text since it is elided: original tooltip" +msgid "%1: %2" +msgstr "%1: %2" + +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 +#, kde-format +msgctxt "Available space out of total partition size (percent used)" +msgid "%1 free of %2 (%3% used)" +msgstr "" + +#: filewidgets/kfileplacesview.cpp:674 +#, kde-format +msgid "%1 (hidden)" +msgstr "%1 (隱藏)" + +#: filewidgets/kfileplacesview.cpp:1228 +#, kde-format +msgctxt "@action:inmenu" +msgid "Empty Trash" +msgstr "清除糞埽桶" + +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format +msgctxt "@action:inmenu" +msgid "Mount" +msgstr "掛載" + +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Tab" +msgstr "開佇新分頁" + +#: filewidgets/kfileplacesview.cpp:1266 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Window" +msgstr "開佇新視窗" + +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format +msgctxt "@action:inmenu" +msgid "Add Entry…" +msgstr "添項目…" + +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Edit…" +msgstr "編輯(&E)…" + +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format +msgctxt "@action:inmenu" +msgid "Remove from Places" +msgstr "Uì 位置面板移除" + +#: filewidgets/kfileplacesview.cpp:1290 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Hide" +msgstr "隱藏(&H)" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section '%1'" +msgstr "隱藏區域「%1」" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section" +msgstr "隱藏區域" + +#: filewidgets/kfileplacesview.cpp:1306 +#, kde-format +msgid "&Show All Entries" +msgstr "顯示所有項目(&S)" + +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format +msgctxt "@item:inmenu" +msgid "Icon Size" +msgstr "圖示大細" + +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format +msgctxt "" +"@item:inmenu Auto set icon size based on available space inthe Places side-" +"panel" +msgid "Auto Resize" +msgstr "自動撨大細" + +#: filewidgets/kfileplacesview.cpp:1452 +#, kde-format +msgctxt "Small icon size" +msgid "Small (%1x%1)" +msgstr "細 (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1455 +#, kde-format +msgctxt "Medium icon size" +msgid "Medium (%1x%1)" +msgstr "中 (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format +msgctxt "Large icon size" +msgid "Large (%1x%1)" +msgstr "大 (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1461 +#, kde-format +msgctxt "Huge icon size" +msgid "Huge (%1x%1)" +msgstr "足大 (%1x%1)" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "You can only select one file" +msgstr "只會使選一个檔案" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "More than one file provided" +msgstr "提供--ah 上濟檔案" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "You can only select local files" +msgstr "只會使選本地檔案" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "Remote files not accepted" +msgstr "無接受遠端檔案" + +#: filewidgets/kfilewidget.cpp:820 +#, kde-format +msgid "" +"The selected URL uses an unsupported scheme. Please use the following " +"scheme: %2" +msgid_plural "" +"The selected URL uses an unsupported scheme. Please use one of the following " +"schemes: %2" +msgstr[0] "" + +#: filewidgets/kfilewidget.cpp:826 +#, kde-format +msgid "Unsupported URL scheme" +msgstr "" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "The file \"%1\" could not be found" +msgstr "" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "Cannot open file" +msgstr "無法度開檔案" + +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format +msgid "" +"Click this button to enter the parent folder.

              For instance, " +"if the current location is file:/home/konqi clicking this button will take " +"you to file:/home.
              " +msgstr "" +"揤這个鈕來入去頂層資料鋏仔。

              例:若這馬佇 file:/home/konqi,揤" +"這揤鈕會 tshuā 你去 file:/home。
              " + +#: filewidgets/kfilewidget.cpp:1220 +#, kde-format +msgid "Click this button to move backwards one step in the browsing history." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1221 +#, kde-format +msgid "Click this button to move forward one step in the browsing history." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1223 +#, kde-format +msgid "Click this button to reload the contents of the current location." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1225 +#, kde-format +msgid "Click this button to create a new folder." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format +msgid "Show Places Panel" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "顯示快速過濾" + +#: filewidgets/kfilewidget.cpp:1242 +#, kde-format +msgid "Options" +msgstr "選項" + +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format +msgid "" +"This is the preferences menu for the file dialog. Various options can be " +"accessed from this menu including:
              • how files are sorted in the list
              • types of view, including icon and list
              • showing of hidden " +"files
              • the Places panel
              • file previews
              • separating " +"folders from files
              " +msgstr "" + +#: filewidgets/kfilewidget.cpp:1264 +#, kde-format +msgid "Bookmarks" +msgstr "書籤" + +#: filewidgets/kfilewidget.cpp:1268 +#, kde-format +msgid "" +"This button allows you to bookmark specific locations. Click on this " +"button to open the bookmark menu where you may add, edit or select a " +"bookmark.

              These bookmarks are specific to the file dialog, but " +"otherwise operate like bookmarks elsewhere in KDE.
              " +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, nameLabel) +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 +#, kde-format +msgid "&Name:" +msgstr "名(&N):" + +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "資料鋏仔有變 ê 時陣 mā 保留 Lī-á" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "用名來過濾…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "藏過濾列" + +#: filewidgets/kfilewidget.cpp:1454 +#, kde-format +msgid "" +"While typing in the text area, you may be presented with possible " +"matches. This feature can be controlled by clicking with the right mouse " +"button and selecting a preferred mode from the Text Completion menu." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1461 +#, kde-format +msgid "This is the name to save the file as." +msgstr "這是 ài kā 檔案存做 ê 名。" + +#: filewidgets/kfilewidget.cpp:1464 +#, kde-format +msgid "" +"This is the list of files to open. More than one file can be specified by " +"listing several files, separated by spaces." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1469 +#, kde-format +msgid "This is the name of the file to open." +msgstr "這是 ài 開 ê 檔案 ê 名。" + +#: filewidgets/kfilewidget.cpp:1482 +#, kde-format +msgctxt "@title:window" +msgid "Places" +msgstr "位置" + +#: filewidgets/kfilewidget.cpp:1763 +#, kde-format +msgid "The file \"%1\" already exists. Do you wish to overwrite it?" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1764 +#, kde-format +msgid "Overwrite File?" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "You can only select local files." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "Remote Files Not Accepted" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format +msgid "All Folders" +msgstr "所有 ê 資料鋏仔" + +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 +#, kde-format +msgid "&Open" +msgstr "Phah-khui(&O)" + +#: filewidgets/kfilewidget.cpp:2315 +#, kde-format +msgid "Icon size: %1 pixels" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2482 +#, kde-format +msgid "Automatically select filename e&xtension (%1)" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2483 +#, kde-format +msgid "the extension %1" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2489 +#, kde-format +msgid "Automatically select filename e&xtension" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2490 +#, kde-format +msgid "a suitable extension" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2498 +#, kde-format +msgid "" +"This option enables some convenient features for saving files with " +"extensions:
              1. Any extension specified in the %1 text area " +"will be updated if you change the file type to save in.

              2. If no extension is specified in the %2 text area when you " +"click Save, %3 will be added to the end of the filename (if the " +"filename does not already exist). This extension is based on the file type " +"that you have chosen to save in.

                If you do not want KDE to supply " +"an extension for the filename, you can either turn this option off or you " +"can suppress it by adding a period (.) to the end of the filename (the " +"period will be automatically removed).
              If unsure, keep this option " +"enabled as it makes your files more manageable." +msgstr "" + +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format +msgid "&File type:" +msgstr "" + +#: filewidgets/kfilewidget.cpp:2968 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format that the " +"file will be saved as." +msgstr "" + +#: filewidgets/kfilewidget.cpp:2970 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "輸入 %1 檔名:" + +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "歹勢" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "新連結 ê 名:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "建立符號連結" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "建立網址的連結" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 cannot be used because it is reserved for " +"use by the operating system." +msgstr "檔名 %1 袂使用,因為這是操作系統保留的名。" + +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a dot, so it will be hidden by " +"default." +msgstr "檔名 %1 以點開始,所以伊會預設予隱藏。" + +#: filewidgets/knewfilemenu.cpp:1180 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a space, which will result in " +"it being shown before other items when sorting alphabetically, among other " +"potential oddities." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1198 +#, kde-format +msgid "Using slashes in folder names will create sub-folders, like so:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1212 +#, kde-format +msgid "Using slashes in folder names will create sub-folders." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1224 +#, kde-format +msgid "Slashes cannot be used in file and folder names." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1229 +#, kde-format +msgid "Backslashes cannot be used in file and folder names." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 +#, kde-format +msgid "" +"Starting a file or folder name with a tilde is not recommended because it " +"may be confusing or dangerous when using the terminal to delete things." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format +msgctxt "@info" +msgid "A directory with name %1 already exists." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format +msgctxt "@info" +msgid "A file with name %1 already exists." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1412 +#, kde-format +msgid "Create New" +msgstr "建立" + +#: filewidgets/knewfilemenu.cpp:1447 +#, kde-format +msgid "Link to Device" +msgstr "連結到裝置" + +#: filewidgets/knewfilemenu.cpp:1486 +#, kde-format +msgctxt "Default name for a new folder" +msgid "New Folder" +msgstr "建立資料鋏仔" + +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder" +msgstr "建立新 ê 資料鋏仔" + +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format +msgid "Create new folder in %1:" +msgstr "佇 %1 建立新 ê 資料鋏仔:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "輸入資料鋏仔 ê 名" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "預設" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "建立新 ê 檔案" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "輸入檔名" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "選自訂 ê 圖示 á-sī 色彩" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "你會使之後佇資料鋏仔屬性對話框改變圖示。" + +#. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 +#, kde-format +msgid "Copy" +msgstr "Khóo-pih" + +#. i18n: ectx: property (text), widget (QPushButton, pasteButton) +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 +#, kde-format +msgid "Paste" +msgstr "Tah--khí-khì" + +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Tab" +msgstr "" + +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Window" +msgstr "" + +#: filewidgets/kurlnavigator.cpp:651 +#, kde-format +msgid "Edit" +msgstr "編輯" + +#: filewidgets/kurlnavigator.cpp:654 +#, kde-format +msgid "Navigate" +msgstr "瀏覽" + +#: filewidgets/kurlnavigator.cpp:669 +#, kde-format +msgid "Show Full Path" +msgstr "顯示完整路徑" + +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format +msgctxt "@info:tooltip for button. 1 is path" +msgid "Go to any location on the path %1" +msgstr "" + +#: filewidgets/kurlnavigatorbutton.cpp:725 +#, kde-format +msgctxt "@action:inmenu" +msgid "More" +msgstr "較濟" + +#: filewidgets/kurlnavigatordropdownbutton.cpp:21 +#, kde-format +msgctxt "@action:button opening a list of locations" +msgid "Go to Location on Path" +msgstr "" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "位置" + +#: filewidgets/kurlnavigatorschemecombo.cpp:155 +#, kde-format +msgctxt "@item:inmenu" +msgid "Devices" +msgstr "裝置" + +#: filewidgets/kurlnavigatorschemecombo.cpp:159 +#, kde-format +msgctxt "@item:inmenu" +msgid "Subversion" +msgstr "Subversion" + +#: filewidgets/kurlnavigatorschemecombo.cpp:163 +#, kde-format +msgctxt "@item:inmenu" +msgid "Other" +msgstr "其他" + +#: filewidgets/kurlnavigatortogglebutton.cpp:28 +#, kde-format +msgid "Edit mode" +msgstr "編輯模式" + +#: filewidgets/kurlnavigatortogglebutton.cpp:80 +#, kde-format +msgid "Click for Location Navigation" +msgstr "揤遮來用位置瀏覽" + +#: filewidgets/kurlnavigatortogglebutton.cpp:82 +#, kde-format +msgid "Click to Edit Location" +msgstr "揤遮來編輯位置" + +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 +#, kde-format +msgid "You are not authorized to execute this file." +msgstr "你無權限執行這个檔案。" + +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format +msgctxt "Launching application" +msgid "Launching %1" +msgstr "佇起動 %1" + +#: gui/applicationlauncherjob.cpp:173 +#, kde-format +msgid "" +"Unable to make the service %1 executable, aborting execution.\n" +"%2." +msgstr "" +"無法度 kā 服務 %1 變做會使執行。中止執行。\n" +"%2。" + +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 +#, kde-format +msgid "You are not authorized to select an application to open this file." +msgstr "你無權限來選 ài 用佗一个應用程式開這个檔案。" + +#: gui/applicationlauncherjob.cpp:299 +#, kde-format +msgid "" +"Internal error: could not prompt the user for which application to start" +msgstr "內部錯誤:無法度問用者 ài 起動佗一个應用程式" + +#: gui/commandlauncherjob.cpp:107 +#, kde-format +msgctxt "An error message" +msgid "Empty command provided" +msgstr "提供 ê 指令是空的" + +#: gui/faviconrequestjob.cpp:108 +#, kde-format +msgid "No favicon found for %1" +msgstr "揣無 %1 用的 favicon" + +#: gui/faviconrequestjob.cpp:156 +#, kde-format +msgid "Error saving image to %1" +msgstr "儲存影像 kàu %1 ê 時陣發生錯誤" + +#: gui/faviconrequestjob.cpp:166 +#, kde-format +msgid "Icon file too big, download aborted" +msgstr "圖示檔案 siunn 大--ah,下載中止" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "FilePreviewJob:佇咧跳過空的檔案,可能是歹去 ê 符號連結:%1" + +#: gui/kemailclientlauncherjob.cpp:92 +#, kde-format +msgid "No mail client found" +msgstr "揣無電子批信 ê client" + +#: gui/kprocessrunner.cpp:125 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is not valid." +msgstr "" +"desktop 項目檔案\n" +"%1\n" +"無效。" + +#: gui/kprocessrunner.cpp:294 +#, kde-format +msgid "Launching %1" +msgstr "佇起動 %1" + +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format +msgctxt "@info" +msgid "The command %1 could not be found." +msgstr "" + +#: gui/kterminallauncherjob.cpp:130 +#, kde-format +msgid "No terminal emulator found" +msgstr "揣無終端機" + +#: gui/openurljob.cpp:163 +#, kde-format +msgid "Failed to open %1" +msgstr "開 %1 失敗" + +#: gui/openurljob.cpp:301 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is of type Link but has no URL=... entry." +msgstr "" +"desktop 項目檔案\n" +"%1\n" +"是連結類的,毋過伊煞無 URL=... 值。" + +#: gui/openurljob.cpp:379 +#, kde-format +msgid "" +"The executable file \"%1\" is located on a remote filesystem. For safety " +"reasons it will not be started." +msgstr "" + +#: gui/openurljob.cpp:420 +#, kde-format +msgid "" +"For security reasons, launching executables is not allowed in this context." +msgstr "" + +#: gui/openurljob.cpp:450 +#, kde-format +msgid "" +"The program \"%1\" needs to have executable permission before it can be " +"launched." +msgstr "" + +#: gui/openurljob.cpp:461 +#, kde-format +msgid "" +"Unable to make file \"%1\" executable.\n" +"%2." +msgstr "" + +#: gui/openurljob.cpp:547 +#, kde-format +msgid "The desktop entry file %1 has no Type=... entry." +msgstr "desktop 項目檔案 %1 無 Type=... 值。" + +#: gui/openurljob.cpp:639 +#, kde-format +msgid "" +"This file is incomplete and should not be opened.\n" +"Check your open applications and the notification area for any pending tasks " +"or downloads." +msgstr "" + +#: gui/openurljob.cpp:665 +#, kde-format +msgid "Failed to open the file." +msgstr "開檔案失敗。" + +#: gui/openurljob.cpp:699 +#, kde-format +msgid "The program \"%1\" could not be launched." +msgstr "程式「%1」無法度起動。" + +#: kioexec/kioexecd.cpp:86 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1has been modified. Do you want to " +"upload the changes?" +msgstr "檔案 %1 已經予改變--ah。你敢愛上傳變更?" + +#: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 +#, kde-format +msgid "File Changed" +msgstr "檔案變--ah" + +#: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 +#, kde-format +msgid "Upload" +msgstr "上傳" + +#: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 +#, kde-format +msgid "Do Not Upload" +msgstr "Bái 上傳" + +#: kioexec/main.cpp:58 +#, kde-format +msgid "Invalid URL: %1" +msgstr "無效 ê URL:%1" + +#: kioexec/main.cpp:64 +#, kde-format +msgid "File not found: %1" +msgstr "揣無檔案:%1" + +#: kioexec/main.cpp:81 +#, kde-format +msgid "" +"The URL %1\n" +"is malformed" +msgstr "" +"URL %1\n" +"不正" + +#: kioexec/main.cpp:83 +#, kde-format +msgid "" +"Remote URL %1\n" +"not allowed with --tempfiles switch" +msgstr "" +"遠端 URL %1\n" +"佇用 --tempfiles 選項 ê 時陣袂使用" + +#: kioexec/main.cpp:239 +#, kde-format +msgid "" +"The supposedly temporary file\n" +"%1\n" +"has been modified.\n" +"Do you still want to delete it?" +msgstr "" +"應該 ài 是暫時 ê 檔案\n" +"%1\n" +"已經予改變--ah。\n" +"你敢閣 ài kā 伊刣掉?" + +#: kioexec/main.cpp:242 +#, kde-format +msgid "Do Not Delete" +msgstr "Bái 刣掉" + +#: kioexec/main.cpp:249 +#, kde-format +msgid "" +"The file\n" +"%1\n" +"has been modified.\n" +"Do you want to upload the changes?" +msgstr "" +"檔案\n" +"%1\n" +"已經予改變--ah。\n" +"你敢愛上傳變更?" + +#: kioexec/main.cpp:302 +#, kde-format +msgid "KIOExec" +msgstr "KIOExec" + +#: kioexec/main.cpp:304 +#, kde-format +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgstr "KIO Exec - 開遠端檔案、監視修改、請求上傳" + +#: kioexec/main.cpp:306 +#, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 KFM/Konqueror 開發群" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format +msgid "Stephan Kulow" +msgstr "Stephan Kulow" + +#: kioexec/main.cpp:309 +#, kde-format +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" + +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 +#, kde-format +msgid "Treat URLs as local files and delete them afterwards" +msgstr "" + +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "" + +#: kioexec/main.cpp:319 +#, kde-format +msgid "Command to execute" +msgstr "Ài 執行 ê 指令" + +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "" + +#: kioworkers/file/file.cpp:689 +#, kde-format +msgid "" +"Could not change permissions for\n" +"%1" +msgstr "" + +#: kioworkers/file/file.cpp:697 +#, kde-format +msgctxt "@info" +msgid "" +"Could not change owner and group for\n" +"%1" +msgstr "" + +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "無法度開暫時檔案" + +#: kioworkers/file/file.cpp:801 +#, kde-format +msgid "Could not find program \"mount\"" +msgstr "" + +#: kioworkers/file/file.cpp:878 +#, kde-format +msgid "Could not find program \"umount\"" +msgstr "" + +#: kioworkers/file/file_unix.cpp:602 +#, kde-format +msgid "Cannot copy file from %1 to %2. (Errno: %3)" +msgstr "" + +#: kioworkers/file/file_unix.cpp:817 +#, kde-format +msgid "No media in device for %1" +msgstr "" + +#: kioworkers/file/file_unix.cpp:1086 +#, kde-format +msgid "Could not get user id for given user name %1" +msgstr "" + +#: kioworkers/file/file_unix.cpp:1097 +#, kde-format +msgid "Could not get group id for given group name %1" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:354 +#, kde-format +msgid "Opening connection to host %1" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:369 +#, kde-format +msgid "Connected to host %1" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:477 +#, kde-format +msgid "%1 (Error %2)" +msgstr "%1 (錯誤 %2)" + +#: kioworkers/ftp/ftp.cpp:507 +#, kde-format +msgid "Sending login information" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:557 +#, kde-format +msgid "" +"Message sent:\n" +"Login using username=%1 and password=[hidden]\n" +"\n" +"Server replied:\n" +"%2\n" +"\n" +msgstr "" +"傳去 ê 訊息:\n" +"登入用者名=%1, 密碼=[隱藏]\n" +"\n" +"伺服器回答:\n" +"%2\n" +"\n" + +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 +#, kde-format +msgid "You need to supply a username and a password to access this site." +msgstr "" + +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 +#, kde-format +msgid "Site:" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 +#, kde-format +msgid "%1" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:664 +#, kde-format +msgid "Login OK" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:689 +#, kde-format +msgid "Could not login to %1." +msgstr "無法度登入到 %1。" + +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format +msgid "" +"\n" +"The server said: \"%1\"" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 +#, kde-format +msgid "" +"You need to supply a username and a password for the proxy server listed " +"below before you are allowed to access any sites." +msgstr "" + +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 +#, kde-format +msgid "Proxy:" +msgstr "代理:" + +#: kioworkers/ftp/ftp.cpp:2501 +#, kde-format +msgid "Proxy Authentication Failed." +msgstr "" + +#: kioworkers/help/kio_help.cpp:112 +#, kde-format +msgid "There is no documentation available for %1." +msgstr "" + +#: kioworkers/help/kio_help.cpp:157 +#, kde-format +msgid "Looking up correct file" +msgstr "" + +#: kioworkers/help/kio_help.cpp:203 +#, kde-format +msgid "Preparing document" +msgstr "" + +#: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 +#, kde-format +msgid "The requested help file could not be parsed:
              %1" +msgstr "" + +#: kioworkers/help/kio_help.cpp:234 +#, kde-format +msgid "Saving to cache" +msgstr "" + +#: kioworkers/help/kio_help.cpp:253 +#, kde-format +msgid "Using cached version" +msgstr "" + +#: kioworkers/help/kio_help.cpp:314 +#, kde-format +msgid "Looking up section" +msgstr "" + +#: kioworkers/help/kio_help.cpp:321 +#, kde-format +msgid "Could not find filename %1 in %2." +msgstr "" + +#: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 +#, kde-format +msgid "" +"Would you like to accept this certificate forever without being prompted?" +msgstr "" + +#: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 +#: widgets/widgetsaskuseractionhandler.cpp:514 +#, kde-format +msgid "Server Authentication" +msgstr "" + +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 +#, kde-format +msgid "%1 at %2" +msgstr "" + +#: kioworkers/http/http.cpp:1397 +#, kde-format +msgid "Otherwise, the request would have succeeded." +msgstr "" + +#: kioworkers/http/http.cpp:1400 +#, kde-format +msgctxt "request type" +msgid "retrieve property values" +msgstr "取得屬性值" + +#: kioworkers/http/http.cpp:1402 +#, kde-format +msgctxt "request type" +msgid "set property values" +msgstr "設定屬性值" + +#: kioworkers/http/http.cpp:1404 +#, kde-format +msgctxt "request type" +msgid "create the requested folder" +msgstr "" + +#: kioworkers/http/http.cpp:1406 +#, kde-format +msgctxt "request type" +msgid "copy the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1408 +#, kde-format +msgctxt "request type" +msgid "move the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1410 +#, kde-format +msgctxt "request type" +msgid "search in the specified folder" +msgstr "" + +#: kioworkers/http/http.cpp:1412 +#, kde-format +msgctxt "request type" +msgid "lock the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1414 +#, kde-format +msgctxt "request type" +msgid "unlock the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1416 +#, kde-format +msgctxt "request type" +msgid "delete the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1418 +#, kde-format +msgctxt "request type" +msgid "query the server's capabilities" +msgstr "" + +#: kioworkers/http/http.cpp:1420 +#, kde-format +msgctxt "request type" +msgid "retrieve the contents of the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1422 +#, kde-format +msgctxt "request type" +msgid "run a report in the specified folder" +msgstr "" + +#: kioworkers/http/http.cpp:1430 +#, kde-format +msgctxt "%1: code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "" + +#: kioworkers/http/http.cpp:1470 +#, kde-format +msgctxt "%1: request type, %2: url" +msgid "" +"An error occurred while attempting to %1, %2. A summary of the reasons is " +"below." +msgstr "" + +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 +#, kde-format +msgctxt "%1: request type" +msgid "Access was denied while attempting to %1." +msgstr "" + +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 +#, kde-format +msgid "" +"A resource cannot be created at the destination until one or more " +"intermediate collections (folders) have been created." +msgstr "" + +#: kioworkers/http/http.cpp:1511 +#, kde-format +msgid "" +"The server was unable to maintain the liveness of the\n" +"properties listed in the propertybehavior XML element\n" +"or you attempted to overwrite a file while requesting\n" +"that files are not overwritten.\n" +" %1" +msgstr "" +"伺服器無法度維持 propertybehavior XML 元素 ê 即時更新,\n" +"這 mā 有可能是因為你要求 bái 崁掉檔案毋過 suah 試著 kā\n" +"檔案崁掉。\n" +" %1" + +#: kioworkers/http/http.cpp:1519 +#, kde-format +msgid "The requested lock could not be granted. %1" +msgstr "" + +#: kioworkers/http/http.cpp:1525 +#, kde-format +msgid "The server does not support the request type of the body." +msgstr "" + +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 +#, kde-format +msgctxt "%1: request type" +msgid "Unable to %1 because the resource is locked." +msgstr "" + +#: kioworkers/http/http.cpp:1534 +#, kde-format +msgid "This action was prevented by another error." +msgstr "" + +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 +#, kde-format +msgctxt "%1: request type" +msgid "" +"Unable to %1 because the destination server refuses to accept the file or " +"folder." +msgstr "" + +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 +#, kde-format +msgid "" +"The destination resource does not have sufficient space to record the state " +"of the resource after the execution of this method." +msgstr "" + +#: kioworkers/http/http.cpp:1603 +#, kde-format +msgid "The resource cannot be deleted." +msgstr "" + +#: kioworkers/http/http.cpp:1623 +#, kde-format +msgctxt "request type" +msgid "upload %1" +msgstr "上傳 %1" + +#: kioworkers/http/http.cpp:1674 +#, kde-format +msgctxt "%1: response code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "" + +#: kioworkers/remote/remoteimpl.cpp:98 +#, kde-format +msgid "Network" +msgstr "" + +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format +msgid "Malformed URL %1" +msgstr "" + +#: kioworkers/trash/kio_trash.cpp:136 +#, kde-format +msgid "" +"The directory %1 does not exist anymore, so it is not possible to restore " +"this item to its original location. You can either recreate that directory " +"and use the restore operation again, or drag the item anywhere else to " +"restore it." +msgstr "" + +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 +#, kde-format +msgid "Invalid combination of protocols." +msgstr "" + +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format +msgid "This file is already in the trash bin." +msgstr "" + +#: kioworkers/trash/kio_trash_win.cpp:244 +#, kde-format +msgid "not supported" +msgstr "" + +#: kioworkers/trash/kio_trash_win.cpp:253 +#, kde-format +msgid "Internal error in copyOrMove, should never happen" +msgstr "佇 copyOrMove 內底有內部錯誤,這應該絕對 bē 發生" + +#: kioworkers/trash/ktrash.cpp:28 +#, kde-format +msgid "" +"Helper program to handle the KDE trash can\n" +"Note: to move files to the trash, do not use ktrash, but \"kioclient move " +"'url' trash:/\"" +msgstr "" + +#: kioworkers/trash/ktrash.cpp:31 +#, kde-format +msgid "Empty the contents of the trash" +msgstr "" + +#: kioworkers/trash/ktrash.cpp:33 +#, kde-format +msgid "Restore a trashed file to its original location" +msgstr "" + +#: kioworkers/trash/trashimpl.cpp:1305 +#, kde-format +msgid "The trash is full. Empty it or remove items manually." +msgstr "" + +#: kpasswdserver/kpasswdserver.cpp:529 +#, kde-format +msgid "Do you want to retry?" +msgstr "你敢 ài 重試?" + +#: kpasswdserver/kpasswdserver.cpp:533 +#, kde-format +msgid "Retry Authentication" +msgstr "重試認證" + +#: kpasswdserver/kpasswdserver.cpp:536 +#, kde-format +msgctxt "@action:button filter-continue" +msgid "Retry" +msgstr "重試" + +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format +msgid "Authentication Dialog" +msgstr "認證對話框" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "Access denied" +msgstr "拒絕存取" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "You do not have permission to access the %1 protocol." +msgstr "你無權限存取 %1 協定。" + +#: urifilters/ikws/kuriikwsfilter.cpp:81 +#, kde-format +msgid "No preferred search providers were found." +msgstr "揣無 ài 優先使用 ê 搜揣提供者。" + +#: urifilters/ikws/kuriikwsfilter.cpp:96 +#, kde-format +msgid "No search providers were found." +msgstr "揣無搜揣提供者。" + +#: urifilters/shorturi/kshorturifilter.cpp:247 +#, kde-format +msgid "%1 does not have a home folder." +msgstr "%1 無家目錄。" + +#: urifilters/shorturi/kshorturifilter.cpp:249 +#, kde-format +msgid "There is no user called %1." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, commonNameTag) +#: widgets/certificateparty.ui:28 +#, kde-format +msgid "Common name:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, commonName) +#: widgets/certificateparty.ui:38 +#, kde-format +msgid "Acme Co." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, organizationTag) +#: widgets/certificateparty.ui:48 +#, kde-format +msgid "Organization:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, organization) +#: widgets/certificateparty.ui:58 +#, kde-format +msgid "Acme Sundry Products Company" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnitTag) +#: widgets/certificateparty.ui:68 +#, kde-format +msgid "Organizational unit:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnit) +#: widgets/certificateparty.ui:78 +#, kde-format +msgid "Fraud Department" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, countryTag) +#: widgets/certificateparty.ui:88 +#, kde-format +msgid "Country:" +msgstr "國家:" + +#. i18n: ectx: property (text), widget (QLabel, country) +#: widgets/certificateparty.ui:98 +#, kde-format +msgid "Canada" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, stateTag) +#: widgets/certificateparty.ui:108 +#, kde-format +msgid "State:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, state) +#: widgets/certificateparty.ui:118 +#, kde-format +msgid "Quebec" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, cityTag) +#: widgets/certificateparty.ui:128 +#, kde-format +msgid "City:" +msgstr "市:" + +#. i18n: ectx: property (text), widget (QLabel, city) +#: widgets/certificateparty.ui:138 +#, kde-format +msgid "Lakeridge Meadows" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/checksumswidget.ui:17 +#, kde-format +msgid "" +"Copy and paste a checksum in the field below.
              A checksum is usually " +"provided by the website you downloaded this file from." +msgstr "" + +#. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: widgets/checksumswidget.ui:32 +#, kde-format +msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) +#: widgets/checksumswidget.ui:39 +#, kde-format +msgid "Click to paste the checksum from the clipboard to the input field." +msgstr "揤遮來 kā 檢查碼 uì 剪貼簿貼起去到輸入欄。" + +#. i18n: MD5 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, md5Label) +#: widgets/checksumswidget.ui:70 +#, kde-format +msgid "MD5:" +msgstr "MD5:" + +#. i18n: SHA1 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha1Label) +#: widgets/checksumswidget.ui:80 +#, kde-format +msgid "SHA1:" +msgstr "SHA1:" + +#. i18n: SHA256 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha256Label) +#: widgets/checksumswidget.ui:90 +#, kde-format +msgid "SHA256:" +msgstr "SHA256:" + +#. i18n: SHA512 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha512Label) +#: widgets/checksumswidget.ui:100 +#, kde-format +msgid "SHA512:" +msgstr "SHA512:" + +#. i18n: ectx: property (text), widget (QPushButton, md5Button) +#. i18n: ectx: property (text), widget (QPushButton, sha1Button) +#. i18n: ectx: property (text), widget (QPushButton, sha256Button) +#. i18n: ectx: property (text), widget (QPushButton, sha512Button) +#. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 +#, kde-format +msgid "Calculate" +msgstr "計算" + +#. i18n: ectx: property (toolTip), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 +#, kde-format +msgid "Click to copy the checksum to the clipboard." +msgstr "揤遮來 khóo-pih 檢查碼到剪貼簿" + +#: widgets/dropjob.cpp:192 +#, kde-format +msgid "C&ancel" +msgstr "取消(&A)" + +#: widgets/dropjob.cpp:304 +#, kde-format +msgid "&Move Here" +msgstr "Suá 到遮(&M)" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgctxt "@action:inmenu Download contents of URL here" +msgid "&Download Here" +msgstr "下載到遮(&D)" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgid "&Copy Here" +msgstr "Khóo-pih 到遮(&C)" + +#: widgets/dropjob.cpp:317 +#, kde-format +msgid "&Link Here" +msgstr "連結 kàu 遮(&L)" + +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "起動(&L)" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format +msgid "What do you wish to do with this file?" +msgstr "" + +#: widgets/executablefileopendialog.cpp:83 +#, kde-format +msgctxt "@action:button" +msgid "&Open" +msgstr "Phah-khui(&O)" + +#: widgets/executablefileopendialog.cpp:85 +#, kde-format +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "用 %1 Phah-khui(&O)" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, kde-format +msgid "Would you like to launch this file?" +msgstr "" + +#: widgets/fileundomanager.cpp:126 +#, kde-format +msgid "Creating directory" +msgstr "佇咧建立資料鋏仔" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "來源" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "目的地" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Leh khóo-pih" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Moving" +msgstr "Leh 徙位" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Renaming" +msgstr "佇咧改名" + +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Leh 徙去糞埽桶" + +#: widgets/fileundomanager.cpp:152 +#, kde-format +msgid "Deleting" +msgstr "Leh 刣掉" + +#: widgets/fileundomanager.cpp:326 +#, kde-format +msgid "Und&o" +msgstr "復原(&O)" + +#: widgets/fileundomanager.cpp:332 +#, kde-format +msgid "Und&o: Copy" +msgstr "復原:Khóo-pih(&O)" + +#: widgets/fileundomanager.cpp:334 +#, kde-format +msgid "Und&o: Link" +msgstr "復原:連結(&O)" + +#: widgets/fileundomanager.cpp:336 +#, kde-format +msgid "Und&o: Move" +msgstr "復原:徙位(&O)" + +#: widgets/fileundomanager.cpp:338 +#, kde-format +msgid "Und&o: Rename" +msgstr "復原:改名(&O)" + +#: widgets/fileundomanager.cpp:340 +#, kde-format +msgid "Und&o: Trash" +msgstr "復原:徙去糞埽桶(&O)" + +#: widgets/fileundomanager.cpp:342 +#, kde-format +msgid "Und&o: Create Folder" +msgstr "復原:建立資料鋏仔(&O)" + +#: widgets/fileundomanager.cpp:344 +#, kde-format +msgid "Und&o: Create Folder(s)" +msgstr "復原:建立資料鋏仔(&O)" + +#: widgets/fileundomanager.cpp:346 +#, kde-format +msgid "Und&o: Create File" +msgstr "復原:建立檔案(&O)" + +#: widgets/fileundomanager.cpp:348 +#, kde-format +msgid "Und&o: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "取消復原(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "取消復原:Khóo-pih(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "取消復原:連結(&O)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "取消復原:徙位(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "取消復原:改名(&O)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "取消復原:徙去糞埽桶(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "取消復原:建立資料鋏仔(&O)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "取消復原:建立資料鋏仔(&O)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "取消復原:建立檔案(&O)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:906 +#, kde-format +msgid "" +"The file %1 was copied from %2, but since then it has apparently been " +"modified at %3.\n" +"Undoing the copy will delete the file, and all modifications will be lost.\n" +"Are you sure you want to delete %4?" +msgstr "" +"檔案 %1 是 uì %2 khóo-pih 的,毋過 uì khóo-pih 的時陣到這馬伊干焦已經佇 %3 予" +"改變--ah。\n" +"復原 khóo-pih 會 kā 伊刣掉,而且所有 ê 變更攏會無去。\n" +"你敢真正確定 ài 刣掉 %4?" + +#: widgets/fileundomanager.cpp:916 +#, kde-format +msgid "Undo File Copy Confirmation" +msgstr "確定復原檔案 Khóo-pih" + +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" + +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "永遠刣掉" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 +#: widgets/widgetsaskuseractionhandler.cpp:246 +#: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format +msgctxt "@action:button" +msgid "Delete Permanently" +msgstr "永遠刣掉" + +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" + +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you want to permanently delete all items from the Trash?This action cannot be undone." +msgstr "" + +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 +#, kde-format +msgctxt "@action:button" +msgid "Empty Trash" +msgstr "清除糞埽桶" + +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to move this item to the Trash?%1" +msgstr "" + +#: widgets/jobuidelegate.cpp:279 +#, kde-format +msgid "Do you really want to move this item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "" + +#: widgets/kacleditwidget.cpp:71 +#, kde-format +msgctxt "@action:button" +msgid "Add…" +msgstr "添…" + +#: widgets/kacleditwidget.cpp:75 +#, kde-format +msgctxt "@action:button" +msgid "Edit…" +msgstr "編輯…" + +#: widgets/kacleditwidget.cpp:79 +#, kde-format +msgctxt "@action:button" +msgid "Delete" +msgstr "刣掉" + +#: widgets/kacleditwidget.cpp:227 +#, kde-format +msgctxt "Unix permissions" +msgid "Owner" +msgstr "所有者" + +#: widgets/kacleditwidget.cpp:231 +#, kde-format +msgctxt "UNIX permissions" +msgid "Owning Group" +msgstr "所有 ê 群組" + +#: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 +#, kde-format +msgctxt "UNIX permissions" +msgid "Others" +msgstr "其他" + +#: widgets/kacleditwidget.cpp:239 +#, kde-format +msgctxt "UNIX permissions" +msgid "Mask" +msgstr "遮罩" + +#: widgets/kacleditwidget.cpp:243 +#, kde-format +msgctxt "UNIX permissions" +msgid "Named User" +msgstr "有名稱 ê 用者" + +#: widgets/kacleditwidget.cpp:254 +#, kde-format +msgid "Owner (Default)" +msgstr "所有者(預設)" + +#: widgets/kacleditwidget.cpp:384 +#, kde-format +msgid "Edit ACL Entry" +msgstr "編輯 ACL 項目" + +#: widgets/kacleditwidget.cpp:387 +#, kde-format +msgid "Entry Type" +msgstr "項目類" + +#: widgets/kacleditwidget.cpp:394 +#, kde-format +msgid "Default for new files in this folder" +msgstr "這个資料鋏仔 ê 新檔案 ê 預設" + +#: widgets/kacleditwidget.cpp:401 +#, kde-format +msgid "Owner" +msgstr "所有者" + +#: widgets/kacleditwidget.cpp:406 +#, kde-format +msgid "Owning Group" +msgstr "所有 ê 群組" + +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 +#, kde-format +msgid "Others" +msgstr "其他" + +#: widgets/kacleditwidget.cpp:416 +#, kde-format +msgid "Mask" +msgstr "遮罩" + +#: widgets/kacleditwidget.cpp:421 +#, kde-format +msgid "Named user" +msgstr "有名稱 ê 用者" + +#: widgets/kacleditwidget.cpp:426 +#, kde-format +msgid "Named group" +msgstr "Ū 名稱 ê 群組" + +#: widgets/kacleditwidget.cpp:444 +#, kde-format +msgid "User: " +msgstr "用者:" + +#: widgets/kacleditwidget.cpp:458 +#, kde-format +msgid "Group: " +msgstr "群組:" + +#: widgets/kacleditwidget.cpp:596 +#, kde-format +msgid "Type" +msgstr "類" + +#: widgets/kacleditwidget.cpp:597 +#, kde-format +msgid "Name" +msgstr "名" + +#: widgets/kacleditwidget.cpp:598 +#, kde-format +msgctxt "read permission" +msgid "r" +msgstr "r" + +#: widgets/kacleditwidget.cpp:599 +#, kde-format +msgctxt "write permission" +msgid "w" +msgstr "w" + +#: widgets/kacleditwidget.cpp:600 +#, kde-format +msgctxt "execute permission" +msgid "x" +msgstr "x" + +#: widgets/kacleditwidget.cpp:601 +#, kde-format +msgid "Effective" +msgstr "有效" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating System Configuration" +msgstr "Tī-leh 更新系統設定…" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating system configuration…" +msgstr "Tī-leh 更新系統設定…" + +#: widgets/kdirmodel.cpp:1263 +#, kde-format +msgctxt "@title:column" +msgid "Name" +msgstr "名" + +#: widgets/kdirmodel.cpp:1265 +#, kde-format +msgctxt "@title:column" +msgid "Size" +msgstr "大細" + +#: widgets/kdirmodel.cpp:1267 +#, kde-format +msgctxt "@title:column" +msgid "Date" +msgstr "日期" + +#: widgets/kdirmodel.cpp:1269 +#, kde-format +msgctxt "@title:column" +msgid "Permissions" +msgstr "權限" + +#: widgets/kdirmodel.cpp:1271 +#, kde-format +msgctxt "@title:column" +msgid "Owner" +msgstr "所有者" + +#: widgets/kdirmodel.cpp:1273 +#, kde-format +msgctxt "@title:column" +msgid "Group" +msgstr "群組" + +#: widgets/kdirmodel.cpp:1275 +#, kde-format +msgctxt "@title:column" +msgid "Type" +msgstr "類" + +#: widgets/kfileitemactions.cpp:448 +#, kde-format +msgid "Open &with %1" +msgstr "用 %1 Phah-khui(&W)" + +#: widgets/kfileitemactions.cpp:450 +#, kde-format +msgctxt "@item:inmenu Open With, %1 is application name" +msgid "%1" +msgstr "%1" + +#: widgets/kfileitemactions.cpp:586 +#, kde-format +msgctxt "@title:menu" +msgid "&Actions" +msgstr "動作(&A)" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open Folder With…" +msgstr "用程式開資料鋏仔(&O)…" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open With…" +msgstr "用程式開(&O)…" + +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "執行檔案(&R)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open folder with %1" +msgstr "用 %1 Phah-khui 資料鋏仔(&O)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open with %1" +msgstr "用 %1 Phah-khui(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open Folder With" +msgstr "用程式開資料鋏仔(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open With" +msgstr "用程式開(&O)" + +#: widgets/kfileitemactions.cpp:879 +#, kde-format +msgctxt "@action:inmenu Open With" +msgid "&Other Application…" +msgstr "其他應用程式(&O)…" + +#: widgets/kfileitemdelegate.cpp:211 +#, kde-format +msgctxt "Items in a folder" +msgid "1 item" +msgid_plural "%1 items" +msgstr[0] "%1 个項目" + +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 +#, kde-format +msgctxt "@info mimetype" +msgid "Unknown" +msgstr "毋知" + +#. i18n: ectx: property (text), widget (QLabel, typeLabel) +#: widgets/kfilepropspluginwidget.ui:88 +#, kde-format +msgid "Type:" +msgstr "類:" + +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "內容:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "用程式開:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "改變..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "位置:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "大細:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "判斷資料鋏仔大細" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "停" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "中止判斷資料鋏仔大細" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "佇 Filelight 探索" + +#. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) +#: widgets/kfilepropspluginwidget.ui:330 +#, kde-format +msgid "Points to:" +msgstr "連結到:" + +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, kde-format +msgid "Show target" +msgstr "顯示目標" + +#. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:383 +#, kde-format +msgid "Created:" +msgstr "建立:" + +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "修改:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "存取:" + +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "檔案系統:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mountpoint" +msgid "Mounted on:" +msgstr "掛載點" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "會使用 ê 空間:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "毋知大細" + +#: widgets/kopenwithdialog.cpp:299 +#, kde-format +msgid "Known Applications" +msgstr "知影 ê 應用程式" + +#: widgets/kopenwithdialog.cpp:557 +#, kde-format +msgid "Open With" +msgstr "用程式開" + +#: widgets/kopenwithdialog.cpp:562 +#, kde-format +msgid "" +"Select the program that should be used to open %1. If the program " +"is not listed, enter the name or click the browse button." +msgstr "" + +#: widgets/kopenwithdialog.cpp:569 +#, kde-format +msgid "Choose the name of the program with which to open the selected files." +msgstr "" + +#: widgets/kopenwithdialog.cpp:590 +#, kde-format +msgid "Select the program you want to use to open the file
              %1
              " +msgstr "" + +#: widgets/kopenwithdialog.cpp:592 +#, kde-format +msgid "Select the program you want to use to open the file." +msgid_plural "" +"Select the program you want to use to open the %1 files." +msgstr[0] "" + +#: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 +#, kde-format +msgid "Choose Application" +msgstr "選應用程式" + +#: widgets/kopenwithdialog.cpp:612 +#, kde-format +msgid "Choose Application for %1" +msgstr "選 %1 ài 用的應用程式" + +#: widgets/kopenwithdialog.cpp:614 +#, kde-format +msgid "" +"Select the program for the file type: %1. If the program is not " +"listed, enter the name or click the browse button." +msgstr "" + +#: widgets/kopenwithdialog.cpp:630 +#, kde-format +msgid "" +"Select a program. If the program is not listed, enter the name or click " +"the browse button." +msgstr "" +"選一个程式。若 ài 用 ê 程式無列出來,請直接輸入程式 ê 名猶是揤瀏覽鈕。" + +#: widgets/kopenwithdialog.cpp:676 +#, kde-format +msgid "" +"Type to filter the applications below, or specify the name of a command.\n" +"Press down arrow to navigate the results." +msgstr "" +"佇下跤拍字來過濾應用程式,mā 會使指定 command ê 名。\n" +"用 ↓ 齒來瀏覽結果。" + +#: widgets/kopenwithdialog.cpp:699 +#, kde-format +msgid "" +"Following the command, you can have several place holders which will be " +"replaced with the actual values when the actual program is run:\n" +"%f - a single file name\n" +"%F - a list of files; use for applications that can open several local files " +"at once\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%d - the directory of the file to open\n" +"%D - a list of directories\n" +"%i - the icon\n" +"%m - the mini-icon\n" +"%c - the comment" +msgstr "" +"佇指令後壁你會使用幾个占位符,in 會佇程式實際執行 ê 時陣取代做實際 ê 值:\n" +"%f - 一个檔名\n" +"%F - 一列 ê 檔名;若程式會使仝時開幾若个本地檔案,請用這个\n" +"%u - 一个 URL\n" +"%U - 一列 URL\n" +"%d - ài 開 ê 檔案 ê 目錄\n" +"%D - 一列目錄\n" +"%i - 圖示\n" +"%m - 細 ê 圖示\n" +"%c - 註解" + +#: widgets/kopenwithdialog.cpp:742 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\" (%2)" +msgstr "" + +#: widgets/kopenwithdialog.cpp:744 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\"" +msgstr "" + +#: widgets/kopenwithdialog.cpp:754 +#, kde-format +msgid "Terminal options" +msgstr "終端機選項" + +#: widgets/kopenwithdialog.cpp:759 +#, kde-format +msgid "Run in &terminal" +msgstr "佇終端機執行(&T)" + +#: widgets/kopenwithdialog.cpp:777 +#, kde-format +msgid "&Do not close when command exits" +msgstr "" + +#: widgets/kopenwithdialog.cpp:796 +#, kde-format +msgid "Get more Apps from Discover" +msgstr "Uì Discover 取得閣較濟應用程式" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) +#: widgets/kpropertiesdesktopadvbase.ui:17 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options about the " +"terminal when launching a program" +msgid "Terminal" +msgstr "終端機" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:39 +#, kde-format +msgid "" +"Check this option if the application you want to run is a text mode " +"application or if you want the information that is provided by the terminal " +"emulator window." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:42 +#, kde-format +msgid "Run in terminal" +msgstr "佇終端機執行" + +#. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:49 +#, kde-format +msgid "Terminal options:" +msgstr "終端機選項:" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:59 +#, kde-format +msgid "" +"Check this option if the text mode application offers relevant information " +"on exit. Keeping the terminal emulator open allows you to retrieve this " +"information." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:62 +#, kde-format +msgid "Do not close when command exits" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) +#: widgets/kpropertiesdesktopadvbase.ui:75 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose which user to use " +"when launching a program" +msgid "User" +msgstr "用者" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:81 +#, kde-format +msgid "" +"Check this option if you want to run this application with a different user " +"id. Every process has a different user id associated with it. This id code " +"determines file access and other permissions. The password of the user is " +"required to use this option." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:84 +#, kde-format +msgid "Run as a different user" +msgstr "用別个用者執行" + +#. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:107 +#, kde-format +msgid "Enter the user name you want to run the application as." +msgstr "輸入你 ài 用啥物用者名來執行這个應用程式。" + +#. i18n: ectx: property (text), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:110 +#, kde-format +msgid "Username:" +msgstr "用者名:" + +#. i18n: ectx: property (whatsThis), widget (KLineEdit, suidEdit) +#: widgets/kpropertiesdesktopadvbase.ui:120 +#, kde-format +msgid "Enter the user name you want to run the application as here." +msgstr "請佇遮輸入你 ài 用啥物用者名執行這應用程式。" + +#. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) +#: widgets/kpropertiesdesktopadvbase.ui:130 +#, kde-format +msgid "Discrete GPU" +msgstr "獨立 GPU" + +#. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) +#: widgets/kpropertiesdesktopadvbase.ui:136 +#, kde-format +msgid "Run using dedicated graphics card" +msgstr "用獨立顯示卡執行" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) +#: widgets/kpropertiesdesktopadvbase.ui:146 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options regarding " +"program startup" +msgid "Startup" +msgstr "起動" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:152 +#, kde-format +msgid "" +"Check this option if you want to make clear that your application has " +"started. This visual feedback may appear as a busy cursor or in the taskbar." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:155 +#, kde-format +msgid "Enable launch feedback" +msgstr "啟用起動回饋" + +#. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) +#: widgets/kpropertiesdesktopbase.ui:19 widgets/kpropertiesdesktopbase.ui:32 +#, kde-format +msgid "" +"Type the name you want to give to this application here. This application " +"will appear under this name in the applications menu and in the panel." +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) +#: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 +#, kde-format +msgid "" +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." +msgstr "" +"請佇 tsia 輸入應用程式 ê 通用名。例:檢視影像 ê 程式會叫做「影像檢視器」。" + +#. i18n: ectx: property (text), widget (QLabel, textLabel2) +#: widgets/kpropertiesdesktopbase.ui:42 +#, kde-format +msgid "&Generic name:" +msgstr "通用名(&G):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) +#: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 +#, kde-format +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"請佇 tsia 以應用程式 ê 用途輸入伊 ê 說明。例:檢視影像 ê 程式會使敘述做叫做" +"「檢視 kā 編輯影像」。" + +#. i18n: ectx: property (text), widget (QLabel, textLabel3) +#: widgets/kpropertiesdesktopbase.ui:62 +#, kde-format +msgid "Comm&ent:" +msgstr "註解(&E):" + +#. i18n: ectx: property (text), widget (QLabel, labelenvvars) +#: widgets/kpropertiesdesktopbase.ui:79 +#, kde-format +msgid "Environment variables:" +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) +#: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 +#, kde-format +msgid "Type the command to start this application here." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, textLabel4) +#: widgets/kpropertiesdesktopbase.ui:95 +#, kde-format +msgid "Program:" +msgstr "程式:" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:114 +#, kde-format +msgid "" +"Click here to browse your file system in order to find the desired " +"executable." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:117 +#, kde-format +msgid "&Browse..." +msgstr "瀏覽(&B)..." + +#. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) +#: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 +#, no-c-format, kde-format +msgid "" +"Type the arguments to use when starting this application here.\n" +"\n" +"You can have several placeholders which will be replaced with the actual " +"values when the actual program is run:\n" +"\n" +"%f - a single filename\n" +"%F - a list of files (for apps that can open several files at once)\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%i - the icon of the .desktop file\n" +"%c - the name of the .desktop file\n" +"%k - the location of the .desktop file" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, argumentsLabel) +#: widgets/kpropertiesdesktopbase.ui:139 +#, kde-format +msgid "&Arguments:" +msgstr "參數(&A):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) +#. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) +#: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 +#, kde-format +msgid "Sets the working directory for your application." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, textLabel5) +#: widgets/kpropertiesdesktopbase.ui:169 +#, kde-format +msgid "&Work path:" +msgstr "工作路徑(&W):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) +#. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:193 widgets/kpropertiesdesktopbase.ui:214 +#, kde-format +msgid "" +"

              This list should show the types of file that your application can " +"handle. This list is organized by mimetypes.

              \n" +"

              MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for " +"identifying the type of data based on filename extensions and correspondent " +"mimetypes. Example: the \"bmp\" part that comes after the dot in " +"flower.bmp indicates that it is a specific kind of image, image/x-bmp. To know which application should open each type of file, the system " +"should be informed about the abilities of each application to handle these " +"extensions and mimetypes.

              \n" +"

              If you want to associate this application with one or more mimetypes that " +"are not in this list, click on the button Add below. If there are one " +"or more filetypes that this application cannot handle, you may want to " +"remove them from the list clicking on the button Remove below.

              " +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, textLabel7) +#: widgets/kpropertiesdesktopbase.ui:196 +#, kde-format +msgid "&Supported file types:" +msgstr "支援 ê 檔案類(&S):" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:227 +#, kde-format +msgid "Mimetype" +msgstr "MIME 類" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:232 +#, kde-format +msgid "Description" +msgstr "說明" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:242 +#, kde-format +msgid "" +"Click on this button if you want to add a type of file (mimetype) that your " +"application can handle." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:245 +#, kde-format +msgid "Add..." +msgstr "添…" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:252 +#, kde-format +msgid "" +"If you want to remove a type of file (mimetype) that your application cannot " +"handle, select the mimetype in the list above and click on this button." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:255 +#, kde-format +msgid "Remove" +msgstr "移除" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:278 +#, kde-format +msgid "" +"Click here to modify the way this application will run, launch feedback, D-" +"Bus options or to run it as a different user." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:281 +#, kde-format +msgid "Ad&vanced Options" +msgstr "詳細選項(&V)" + +#: widgets/kpropertiesdialog.cpp:145 widgets/kpropertiesdialog.cpp:160 +#: widgets/kpropertiesdialog.cpp:172 widgets/kpropertiesdialog.cpp:190 +#: widgets/kpropertiesdialog.cpp:208 widgets/kpropertiesdialog.cpp:232 +#, kde-format +msgid "Properties for %1" +msgstr "%1 ê 屬性" + +#: widgets/kpropertiesdialog.cpp:170 widgets/kpropertiesdialog.cpp:206 +#, kde-format +msgid "Properties for 1 item" +msgid_plural "Properties for %1 Selected Items" +msgstr[0] "選 ê %1 ê 項目 ê 屬性" + +#: widgets/kpropertiesdialog.cpp:350 +#, kde-format +msgctxt "@title:tab" +msgid "Share" +msgstr "分享" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Could not save properties due to insufficient write access to:" +"%1." +msgstr "" +"無法度儲存屬性,因為對這个檔案無夠寫入存取權:%1。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 +#, kde-format +msgctxt "@title:tab File properties" +msgid "&General" +msgstr "一般(&G)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "輸入檔名" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 +#, kde-format +msgctxt "@action:button" +msgid "Explore in %1" +msgstr "佇 %1 探索" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 +#, kde-format +msgid "Refresh" +msgstr "重整理" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "輸入目標位置" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "顯示 %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format +msgctxt "@info:status" +msgid "Unknown size" +msgstr "毋知大細" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 +#, kde-format +msgid "" +"Calculating... %1 (%2)\n" +"%3, %4" +msgstr "" +"Tī-leh 計算… %1 (%2)\n" +"%3, %4" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#, kde-format +msgid "1 file" +msgid_plural "%1 files" +msgstr[0] "%1 个檔案" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 +#, kde-format +msgid "1 sub-folder" +msgid_plural "%1 sub-folders" +msgstr[0] "%1 ê 子資料鋏仔" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format +msgid "Calculating...\n" +msgstr "Tī-leh 計算…\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format +msgid "At least %1\n" +msgstr "至少 %1\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 +#, kde-format +msgid "The new file name is empty." +msgstr "新 ê 檔名是空 ê。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format +msgid "No registered file type" +msgstr "無註冊過 ê 檔案類" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format +msgid "No associated application" +msgstr "無相關連 ê 應用程式" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format +msgctxt "@action:button Create new file type" +msgid "Create…" +msgstr "建立…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format +msgctxt "@action:button" +msgid "Change…" +msgstr "改變…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "改變 \"%1\" 類 ê 檔案預設愛用啥物應用程式來開。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "無權存取" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can Only View" +msgstr "只會使檢視" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can View & Modify" +msgstr "會使檢視 kā 改變" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can Only View Content" +msgstr "只會使檢視內容" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can View & Modify Content" +msgstr "會使檢視 kā 改變內容" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can Only View/Read Content" +msgstr "只會使檢視/讀取內容" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can View/Read & Modify/Write" +msgstr "會使檢視/讀取 kā 改變/寫入" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 +#, kde-format +msgid "&Permissions" +msgstr "權限(&P)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#, kde-format +msgid "Access Permissions" +msgstr "存取權限" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#, kde-format +msgid "This file is a link and does not have permissions." +msgid_plural "All files are links and do not have permissions." +msgstr[0] "遮所有 ê 檔案攏是連結所以無權限設定。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 +#, kde-format +msgid "Only the owner can change permissions." +msgstr "干焦所有者 ē-sái 改權限。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 +#, kde-format +msgid "O&wner:" +msgstr "所有者(&W):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 +#, kde-format +msgid "Specifies the actions that the owner is allowed to do." +msgstr "指定所有者予允准會使做的動作。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 +#, kde-format +msgid "Gro&up:" +msgstr "群組(&U):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 +#, kde-format +msgid "Specifies the actions that the members of the group are allowed to do." +msgstr "指定群組成員予允准會使做的動作。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 +#, kde-format +msgid "O&thers:" +msgstr "其他(&T):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 +#, kde-format +msgid "" +"Specifies the actions that all users, who are neither owner nor in the " +"group, are allowed to do." +msgstr "指定其他毋是所有者 mā 毋是佇群組內底 ê 用者有予允准會使做 ê 動作。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Only own&er can delete or rename contents" +msgstr "只有所有者會使刣掉猶是改名內容(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Allow &executing file as program" +msgstr "允准 kā 檔案當做程式執行(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Delete or rename:" +msgstr "刣掉猶是改名:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Execute:" +msgstr "執行:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#, kde-format +msgid "" +"Enable this option to allow only the folder's owner to delete or rename the " +"contained files and folders. Other users can only add new files, which " +"requires the 'Modify Content' permission." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 +#, kde-format +msgid "" +"Enable this option to mark the file as executable. This only makes sense for " +"programs and scripts. It is required when you want to execute them." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#, kde-format +msgid "A&dvanced Permissions" +msgstr "詳細權限(&D)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 +#, kde-format +msgid "Ownership" +msgstr "所有者" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 +#, kde-format +msgid "User:" +msgstr "用者:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 +#, kde-format +msgid "Group:" +msgstr "群組:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 +#, kde-format +msgid "Apply changes to all subfolders and their contents" +msgstr "套用改變到所有 ê 子資料鋏仔 kap in ê 內容" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 +#, kde-format +msgid "Advanced Permissions" +msgstr "詳細權限" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#, kde-format +msgid "Class" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 +#, kde-format +msgid "" +"Show\n" +"Entries" +msgstr "" +"顯示\n" +"項目" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 +#, kde-format +msgid "This flag allows viewing the content of the folder." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 +#, kde-format +msgid "Read" +msgstr "讀取" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 +#, kde-format +msgid "The Read flag allows viewing the content of the file." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 +#, kde-format +msgid "" +"Write\n" +"Entries" +msgstr "" +"寫入\n" +"項目" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 +#, kde-format +msgid "" +"This flag allows adding, renaming and deleting of files. Note that deleting " +"and renaming can be limited using the Sticky flag." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 +#, kde-format +msgid "Write" +msgstr "寫入" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 +#, kde-format +msgid "The Write flag allows modifying the content of the file." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#, kde-format +msgctxt "Enter folder" +msgid "Enter" +msgstr "入去" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 +#, kde-format +msgid "Enable this flag to allow entering the folder." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 +#, kde-format +msgid "Exec" +msgstr "執行" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#, kde-format +msgid "Enable this flag to allow executing the file as a program." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 +#, kde-format +msgid "Special" +msgstr "特別" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#, kde-format +msgid "" +"Special flag. Valid for the whole folder, the exact meaning of the flag can " +"be seen in the right hand column." +msgstr "" +"特別 ê flag。對規个資料鋏仔攏有效,這个 flag 實際 ê 意思會使看正手爿 ê 欄位。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 +#, kde-format +msgid "" +"Special flag. The exact meaning of the flag can be seen in the right hand " +"column." +msgstr "特別 ê flag。這个 flag 實際 ê 意思會使看正手爿 ê 欄位。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 +#, kde-format +msgid "User" +msgstr "用者" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 +#, kde-format +msgid "Group" +msgstr "群組" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 +#, kde-format +msgid "" +"If this flag is set, the owner of this folder will be the owner of all new " +"files." +msgstr "若設這个 flag,這个資料鋏仔 ê 所有者會設做所有新檔案 ê 所有者。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the owner." +msgstr "若 uì 執行檔設這个 flag,伊咧執行的時陣會用伊的所有者 ê 權限來執行。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 +#, kde-format +msgid "" +"If this flag is set, the group of this folder will be set for all new files." +msgstr "若設這个 flag,這个資料鋏仔的群組會設做所有新檔案 ê 群組。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the group." +msgstr "若 uì 執行檔設這个 flag,伊咧執行 ê 時陣會用伊的群組 ê 權限來執行。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 +#, kde-format +msgid "" +"If the Sticky flag is set on a folder, only the owner and root can delete or " +"rename files. Otherwise everybody with write permissions can do this." +msgstr "" +"若對資料鋏仔設 Sticky flag,這代表只有所有者 kap root 會使刣掉檔案猶是予檔案" +"改名。若無設,所有有寫入權限 ê 人攏會使刣掉檔案猶是予檔案改名。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 +#, kde-format +msgid "" +"The Sticky flag on a file is ignored on Linux, but may be used on some " +"systems" +msgstr "檔案 ê Sticky flag 佇 Linux 無效果,毋過佇別个系統頂懸可能有路用。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 +#, kde-format +msgid "Set UID" +msgstr "設定 UID" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 +#, kde-format +msgid "Set GID" +msgstr "設定 GID" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 +#, kde-format +msgctxt "File permission" +msgid "Sticky" +msgstr "Sticky" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 +#, kde-format +msgid "Link" +msgstr "連結" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 +#, kde-format +msgid "Varying (No Change)" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 +#, kde-format +msgid "This file uses advanced permissions" +msgid_plural "These files use advanced permissions." +msgstr[0] "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 +#, kde-format +msgid "This folder uses advanced permissions." +msgid_plural "These folders use advanced permissions." +msgstr[0] "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 +#, kde-format +msgid "These files use advanced permissions." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 +#, kde-format +msgctxt "@title:tab" +msgid "C&hecksums" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 +#, kde-format +msgid "Invalid checksum." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 +#, kde-format +msgctxt "@info:tooltip" +msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 +#, kde-format +msgid "Checksums match." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum match." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 +#, kde-format +msgid "" +"

              Checksums do not match.

              This may be due to a faulty download. Try re-" +"downloading the file.
              If the verification still fails, contact the " +"source of the file." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum differ." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format +msgctxt "@info:progress computation in the background" +msgid "Verifying checksum…" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "選 ê 檔案 ê 檢查碼無仝。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Tī-leh 計算…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 +#, kde-format +msgid "U&RL" +msgstr "U&RL" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 +#, kde-format +msgid "URL:" +msgstr "URL:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format +msgid "" +"Could not save properties. Only entries on local file systems are supported." +msgstr "無法度儲存屬性。只支援本地檔案系統頂懸 ê 項目。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 +#, kde-format +msgid "&Application" +msgstr "應用程式(&A)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 +#, kde-format +msgid "Add File Type for %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 +#, kde-format +msgid "Select one or more file types to add:" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 +#, kde-format +msgid "Only executables on local file systems are supported." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 +#, kde-format +msgid "Advanced Options for %1" +msgstr "%1 ê 詳細選項" + +#: widgets/ksslinfodialog.cpp:38 +#, kde-format +msgid "KDE SSL Information" +msgstr "KDE SSL 資訊" + +#: widgets/ksslinfodialog.cpp:49 +#, kde-format +msgctxt "The receiver of the SSL certificate" +msgid "Subject" +msgstr "" + +#: widgets/ksslinfodialog.cpp:50 +#, kde-format +msgctxt "The authority that issued the SSL certificate" +msgid "Issuer" +msgstr "" + +#: widgets/ksslinfodialog.cpp:82 +#, kde-format +msgid "Current connection is secured with SSL." +msgstr "" + +#: widgets/ksslinfodialog.cpp:86 +#, kde-format +msgid "" +"The main part of this document is secured with SSL, but some parts are not." +msgstr "" + +#: widgets/ksslinfodialog.cpp:93 +#, kde-format +msgid "Some of this document is secured with SSL, but the main part is not." +msgstr "" + +#: widgets/ksslinfodialog.cpp:97 +#, kde-format +msgid "Current connection is not secured with SSL." +msgstr "" + +#: widgets/ksslinfodialog.cpp:139 +#, kde-format +msgctxt "%1, using %2 bits of a %3 bit key" +msgid "%1, %2 %3" +msgstr "%1, %2 %3" + +#: widgets/ksslinfodialog.cpp:141 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "using %1 bit" +msgid_plural "using %1 bits" +msgstr[0] "" + +#: widgets/ksslinfodialog.cpp:142 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "of a %1 bit key" +msgid_plural "of a %1 bit key" +msgstr[0] "" + +#: widgets/ksslinfodialog.cpp:157 +#, kde-format +msgctxt "The certificate is not trusted" +msgid "NO, there were errors:" +msgstr "毋是,有錯誤:" + +#: widgets/ksslinfodialog.cpp:163 +#, kde-format +msgctxt "The certificate is trusted" +msgid "Yes" +msgstr "是" + +#: widgets/ksslinfodialog.cpp:168 +#, kde-format +msgctxt "%1 is the effective date of the certificate, %2 is the expiry date" +msgid "%1 to %2" +msgstr "%1 kàu %2" + +#: widgets/kurifiltersearchprovideractions.cpp:80 +#, kde-format +msgid "Search for '%1' with" +msgstr "" + +#: widgets/kurifiltersearchprovideractions.cpp:85 +#, kde-format +msgctxt "@action:inmenu Search for with" +msgid "%1" +msgstr "%1" + +#: widgets/kurifiltersearchprovideractions.cpp:94 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure Web Shortcuts…" +msgstr "" + +#: widgets/kurlrequester.cpp:367 +#, kde-format +msgid "Open file dialog" +msgstr "" + +#: widgets/paste.cpp:69 +#, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "貼起去 ê 檔案" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, kde-format +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Kā 剪貼簿的內容貼起去" + +#: widgets/paste.cpp:122 +#, kde-format +msgid "" +"The clipboard has changed since you used 'paste': the chosen data format is " +"no longer applicable. Please copy again what you wanted to paste." +msgstr "" +"你用「貼起去」以來,剪貼簿內容已經有改變--ah:選的資料格式不再是適合 ê。請重" +"新 khóo-pih 你原本想欲貼 ê 物件。" + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Folder" +msgstr "Tah 一个資料鋏仔" + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One File" +msgstr "Tah 一个檔案" + +#: widgets/paste.cpp:252 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Item" +msgid_plural "Paste %1 Items" +msgstr[0] "Tah %1 个項目" + +#: widgets/paste.cpp:254 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste Clipboard Contents…" +msgstr "Kā 剪貼簿的內容貼起去…" + +#: widgets/paste.cpp:258 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste" +msgstr "Tah--khí-khì" + +#: widgets/pastedialog.cpp:57 +#, kde-format +msgctxt "@label" +msgid "Data format:" +msgstr "" + +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "剪貼簿內容 ê 檔名:" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "" + +#: widgets/renamedialog.cpp:73 +#, kde-format +msgid "Date: %1" +msgstr "日期:%1" + +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "大細:%1" + +#: widgets/renamedialog.cpp:279 +#, kde-format +msgid "Appl&y to All" +msgstr "套用到全部(&Y)" + +#: widgets/renamedialog.cpp:280 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"folder conflicts for the remainder of the current job.\n" +"Unless you press Skip you will still be prompted in case of a conflict with " +"an existing file in the directory." +msgstr "" + +#: widgets/renamedialog.cpp:284 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"conflicts for the remainder of the current job." +msgstr "" + +#: widgets/renamedialog.cpp:290 +#, kde-format +msgid "&Rename" +msgstr "改名(&R)" + +#: widgets/renamedialog.cpp:292 +#, kde-format +msgid "Suggest New &Name" +msgstr "" + +#: widgets/renamedialog.cpp:298 +#, kde-format +msgid "&Skip" +msgstr "跳過(&S)" + +#: widgets/renamedialog.cpp:299 +#, kde-format +msgid "Do not copy or move this folder, skip to the next item instead" +msgstr "Bái khóo-pi̍h 猶是 suá 這个資料鋏仔,直接處理後一个項目" + +#: widgets/renamedialog.cpp:300 +#, kde-format +msgid "Do not copy or move this file, skip to the next item instead" +msgstr "Bái khóo-pi̍h 猶是 suá 這个檔案,直接處理後一个項目" + +#: widgets/renamedialog.cpp:311 +#, kde-format +msgctxt "Write files into an existing folder" +msgid "&Write Into" +msgstr "寫入去(&W)" + +#: widgets/renamedialog.cpp:314 +#, kde-format +msgid "" +"Files and folders will be copied into the existing directory, alongside its " +"existing contents.\n" +"You will be prompted again in case of a conflict with an existing file in " +"the directory." +msgstr "" + +#: widgets/renamedialog.cpp:319 +#, kde-format +msgctxt "Overwrite files into an existing folder when files are older" +msgid "&Overwrite older files" +msgstr "" + +#: widgets/renamedialog.cpp:323 +#, kde-format +msgid "" +"Destination files which have older modification times will be overwritten by " +"the source, skipped otherwise." +msgstr "" + +#: widgets/renamedialog.cpp:335 +#, kde-format +msgid "&Resume" +msgstr "" + +#: widgets/renamedialog.cpp:344 +#, kde-format +msgid "" +"This action would overwrite '%1' with itself.\n" +"Please enter a new file name:" +msgstr "" + +#: widgets/renamedialog.cpp:350 +#, kde-format +msgid "C&ontinue" +msgstr "繼續(&O)" + +#: widgets/renamedialog.cpp:416 +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "" + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "" + +#: widgets/renamedialog.cpp:472 +#, kde-format +msgid "The source is smaller by %1." +msgstr "" + +#: widgets/renamedialog.cpp:475 +#, kde-format +msgid "The source is bigger by %1." +msgstr "" + +#: widgets/renamedialog.cpp:489 +#, kde-format +msgid "The files are identical." +msgstr "" + +#: widgets/renamedialog.cpp:492 +#, kde-format +msgid "The files seem identical." +msgstr "" + +#: widgets/renamedialog.cpp:496 +#, kde-format +msgid "The files are different." +msgstr "" + +#: widgets/renamedialog.cpp:504 +#, kde-format +msgid "" +"The files are likely to be identical: they have the same size and their " +"contents are the same at the beginning, middle and end." +msgstr "" + +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "" + +#: widgets/renamedialog.cpp:531 +#, kde-format +msgid "An older item named '%1' already exists." +msgstr "" + +#: widgets/renamedialog.cpp:533 +#, kde-format +msgid "A similar file named '%1' already exists." +msgstr "" + +#: widgets/renamedialog.cpp:535 +#, kde-format +msgid "A more recent item named '%1' already exists." +msgstr "" + +#: widgets/renamedialog.cpp:548 +#, kde-format +msgid "Rename:" +msgstr "" + +#: widgets/renamefiledialog.cpp:91 +#, kde-kuit-format +msgctxt "@label:textbox" +msgid "Rename the item %1 to:" +msgstr "" + +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "新 ê 名 #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "添文字:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Ài 添 ê 文字" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "檔名進前" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "檔名後壁" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "改項目 ê 名" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "改項目 ê 名" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "改名(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Ài 按怎改名:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "取代文字" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "添文字" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "預覽:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + +#: widgets/skipdialog.cpp:29 +#, kde-format +msgid "Information" +msgstr "資訊" + +#: widgets/skipdialog.cpp:48 +#, kde-format +msgid "Replace" +msgstr "取代" + +#: widgets/skipdialog.cpp:54 +#, kde-format +msgid "Retry" +msgstr "重試" + +#: widgets/skipdialog.cpp:61 +#, kde-format +msgid "Replace All" +msgstr "取代全部" + +#: widgets/skipdialog.cpp:68 +#, kde-format +msgid "Skip" +msgstr "跳過" + +#: widgets/skipdialog.cpp:72 +#, kde-format +msgid "Skip All" +msgstr "跳過全部" + +#. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) +#: widgets/sslinfo.ui:17 +#, kde-format +msgid "[padlock]" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, addressTag) +#: widgets/sslinfo.ui:34 +#, kde-format +msgctxt "Web page address" +msgid "Address:" +msgstr "位址:" + +#. i18n: ectx: property (text), widget (QLabel, ipTag) +#: widgets/sslinfo.ui:54 +#, kde-format +msgid "IP address:" +msgstr "IP 位址:" + +#. i18n: ectx: property (text), widget (QLabel, encryptionTag) +#: widgets/sslinfo.ui:74 +#, kde-format +msgid "Encryption:" +msgstr "加密:" + +#. i18n: ectx: property (text), widget (QLabel, detailsTag) +#: widgets/sslinfo.ui:94 +#, kde-format +msgid "Details:" +msgstr "詳細:" + +#. i18n: ectx: property (text), widget (QLabel, sslVersionTag) +#: widgets/sslinfo.ui:114 +#, kde-format +msgid "SSL version:" +msgstr "SSL 版本:" + +#. i18n: ectx: property (text), widget (QLabel, certSelectorTag) +#: widgets/sslinfo.ui:134 +#, kde-format +msgid "Certificate chain:" +msgstr "憑證鍊:" + +#. i18n: ectx: property (text), widget (QLabel, trustedTag) +#: widgets/sslinfo.ui:163 +#, kde-format +msgid "Trusted:" +msgstr "予信賴:" + +#. i18n: ectx: property (text), widget (QLabel, validityPeriodTag) +#: widgets/sslinfo.ui:183 +#, kde-format +msgid "Validity period:" +msgstr "有效期限:" + +#. i18n: ectx: property (text), widget (QLabel, serialTag) +#: widgets/sslinfo.ui:203 +#, kde-format +msgid "Serial number:" +msgstr "序號:" + +#. i18n: ectx: property (text), widget (QLabel, digestTag) +#: widgets/sslinfo.ui:223 +#, kde-format +msgid "MD5 digest:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, sha1DigestTag) +#: widgets/sslinfo.ui:243 +#, kde-format +msgid "SHA1 digest:" +msgstr "" + +#: widgets/sslui.cpp:31 +#, kde-format +msgid "" +"The remote host did not send any SSL certificates.\n" +"Aborting because the identity of the host cannot be established." +msgstr "" +"遠端主機無傳任何 SSL 憑證。\n" +"這馬中止,因為無法度建立主機 ê 身份。" + +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 +#, kde-format +msgid "" +"The server failed the authenticity check (%1).\n" +"\n" +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:234 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:240 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this %1 item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format +msgctxt "@info" +msgid "Do you really want to move this %1 item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format +msgctxt "@option:checkbox" +msgid "Do not ask again" +msgstr "Bái koh 問--ah" + +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format +msgctxt "@option:check" +msgid "Do not ask again" +msgstr "Bái koh 問--ah" + +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format +msgctxt "@option:check" +msgid "Do not show this message again" +msgstr "Bái koh 顯示這个訊息" + +#: widgets/widgetsaskuseractionhandler.cpp:572 +#, kde-format +msgid "The peer SSL certificate chain appears to be corrupt." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:575 +#, kde-format +msgid "SSL" +msgstr "SSL" + +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format +msgctxt "Warning about executing unknown program" +msgid "Warning" +msgstr "警告" + +#: widgets/widgetsuntrustedprogramhandler.cpp:126 +#, kde-format +msgctxt "program name follows in a line edit below" +msgid "This will start the program:" +msgstr "這會開始程式:" + +#: widgets/widgetsuntrustedprogramhandler.cpp:136 +#, kde-format +msgid "If you do not trust this program, click Cancel" +msgstr "若你無信賴這个程式,請揤取消" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "你會使佇 Dolphin 檔案總管 ê「確認」選項來復原這个設定。" diff --git a/local/recipes/kde/kf6-kio/source/po/nan_TW@latin/kio6.po b/local/recipes/kde/kf6-kio/source/po/nan_TW@latin/kio6.po new file mode 100644 index 0000000000..e666e2cc0c --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/po/nan_TW@latin/kio6.po @@ -0,0 +1,7238 @@ +# Copyright (C) 2025 This file is copyright: +# This file is distributed under the same license as the kio package. +# +# SPDX-FileCopyrightText: 2025-2026 Kisaragi Hiu +msgid "" +msgstr "" +"Project-Id-Version: kio\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-17 23:21+0900\n" +"Last-Translator: Kisaragi Hiu \n" +"Language-Team: Taiwanese Hokkien \n" +"Language: nan_TW@latin\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 26.07.70\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Kisaragi Hiu" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "mail@kisaragi-hiu.com" + +#: core/chmodjob.cpp:197 +#, kde-format +msgid "Could not modify the ownership of file %1" +msgstr "Bô-huat-tōo siu-kái tóng-àn %1 ê sóo-iú-tsiá" + +#: core/chmodjob.cpp:231 +#, kde-kuit-format +msgid "" +"Could not modify the ownership of file %1. You have " +"insufficient access to the file to perform the change." +msgstr "" +"Bô-huat-tōo siu-kái tóng-àn %1 ê sóo-iú-tsiá. Lí bô " +"khuân-hān tsò tsit-ê kái-piàn." + +#: core/connectionbackend.cpp:114 +#, kde-format +msgid "Unable to create KIO worker: %1" +msgstr "Bô-huat-tōo kiàn-li̍p KIO kang-tsok-khí: %1" + +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format +msgctxt "" +"The first arg is the path to the symlink that couldn't be created, the " +"secondarg is the filesystem type (e.g. vfat, exfat)" +msgid "" +"Could not create symlink \"%1\".\n" +"The destination filesystem (%2) doesn't support symlinks." +msgstr "" +"Bô-huat-tōo kiàn-li̍p hû-hō-liân-kiat \"%1\".\n" +"Bo̍k-ti̍k-tē tóng-àn hē-thóng (%2) bô tsi-uān hû-hō-liân-kiat." + +#: core/copyjob.cpp:202 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in folder " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"folder name) with an underscore \"_\"." +msgstr "" +"Bô-huat-tōo kiàn-li̍p \"%1\".\n" +"Bo̍k-ti̍k-tē tóng-àn hē-thóng (%2) put-tsún tī tsu-liāu-giap-á miâ iōng í-hā " +"jī-guân: %3\n" +"Suán Tshú-tāi ē kā bo̍k-ti̍k-tē tsu-liāu-giap-á miâ bô-hāu ê jī-guân lóng tshú-" +"tāi tsò \"_\"." + +#: core/copyjob.cpp:210 +#, kde-format +msgid "" +"Could not create \"%1\".\n" +"The destination filesystem (%2) disallows the following characters in file " +"names: %3\n" +"Selecting Replace will replace any invalid characters (in the destination " +"file name) with an underscore \"_\"." +msgstr "" +"Bô-huat-tōo kiàn-li̍p \"%1\".\n" +"Bo̍k-ti̍k-tē tóng-àn hē-thóng (%2) put-tsún tī tóng-miâ iōng í-hā jī-guân: %3\n" +"Suán Tshú-tāi ē kā bo̍k-ti̍k-tē tóng-miâ bô-hāu ê jī-guân lóng tshú-tāi tsò \"_" +"\"." + +#: core/copyjob.cpp:1429 core/job_error.cpp:588 +#, kde-format +msgid "Folder Already Exists" +msgstr "Tsu-liāu-giap-á í-king ū--ah" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 +#, kde-format +msgid "File Already Exists" +msgstr "Tóng-àn í-king ū--ah" + +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 +#, kde-format +msgid "Already Exists as Folder" +msgstr "Í-king ū iōng tsit-ê miâ ê tsu-liāu-giap-á--ah" + +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format +msgid "Trash" +msgstr "Pùn-sò-tháng" + +#: core/desktopexecparser.cpp:335 +#, kde-format +msgid "No Exec field in %1" +msgstr "%1 lāi-té bô Exec lân-uī" + +#: core/desktopexecparser.cpp:360 +#, kde-format +msgid "Could not find the program '%1'" +msgstr "Tshuē-bô tîng-sik '%1'" + +#: core/desktopexecparser.cpp:363 +#, kde-format +msgid "" +"The program '%1' was found at '%2' but it is missing executable permissions." +msgstr "Tîng-sik '%1' tī '%2' ū tshuē-tio̍h, m̄-koh i bô tsip-hîng khuân-hān." + +#: core/desktopexecparser.cpp:365 +#, kde-format +msgid "The program '%1' is missing executable permissions." +msgstr "Tîng-sik '%1' bô tsip-hîng khuân-hān." + +#: core/desktopexecparser.cpp:379 +#, kde-format +msgid "Syntax error in command %1 coming from %2" +msgstr "%2 ê tsí-līng %1 lāi-té ū gí-huat tshò-gōo" + +#: core/desktopexecparser.cpp:509 +#, kde-format +msgid "Terminal %1 not found while trying to run %2" +msgstr "Ài tsip-hîng %2 ê sî-tsūn tshuē-bô tsiong-tuan-ki %1" + +#: core/desktopexecparser.cpp:526 +#, kde-format +msgid "Syntax error in command %1 while trying to run %2" +msgstr "Leh tsip-hîng %2 ê sî-tsūn tī tsí-līng %1 lāi-té ū gí-huat tshò-gōo" + +#: core/global.cpp:79 +#, kde-format +msgid "1 day %2" +msgid_plural "%1 days %2" +msgstr[0] "%1 kang %2" + +#: core/global.cpp:88 core/global.cpp:104 +#, kde-format +msgid "%1 Item" +msgid_plural "%1 Items" +msgstr[0] "%1 ê Hāng-bo̍k" + +#: core/global.cpp:92 +#, kde-format +msgid "1 Folder" +msgid_plural "%1 Folders" +msgstr[0] "%1 ê Tsu-liāu-giap-á" + +#: core/global.cpp:93 +#, kde-format +msgid "1 File" +msgid_plural "%1 Files" +msgstr[0] "%1 ê Tóng-àn" + +#: core/global.cpp:95 +#, kde-format +msgctxt "folders, files (size)" +msgid "%1, %2 (%3)" +msgstr "%1, %2 (%3)" + +#: core/global.cpp:96 +#, kde-format +msgctxt "folders, files" +msgid "%1, %2" +msgstr "%1, %2" + +#: core/global.cpp:98 +#, kde-format +msgctxt "files (size)" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: core/global.cpp:105 +#, kde-format +msgctxt "items: folders, files (size)" +msgid "%1: %2" +msgstr "%1: %2" + +#: core/job.cpp:104 +#, kde-format +msgctxt "@title job" +msgid "Moving" +msgstr "Tī-leh suà" + +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 +#, kde-format +msgctxt "The source of a file operation" +msgid "Source" +msgstr "Lâi-guân" + +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 +#, kde-format +msgctxt "The destination of a file operation" +msgid "Destination" +msgstr "Bo̍k-ti̍k-tē" + +#: core/job.cpp:112 +#, kde-format +msgctxt "@title job" +msgid "Renaming" +msgstr "Tī-leh kái-miâ" + +#: core/job.cpp:120 +#, kde-format +msgctxt "@title job" +msgid "Copying" +msgstr "Leh Khóo-pih" + +#: core/job.cpp:128 +#, kde-format +msgctxt "@title job" +msgid "Creating directory" +msgstr "Tī-leh kiàn-li̍p tsu-liāu-giap-á" + +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 +#, kde-format +msgid "Directory" +msgstr "Tsu-liāu-giap-á" + +#: core/job.cpp:135 +#, kde-format +msgctxt "@title job" +msgid "Deleting" +msgstr "Leh Thâi-tiāu" + +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 +#, kde-format +msgid "File" +msgstr "Tóng-àn" + +#: core/job.cpp:142 +#, kde-format +msgctxt "@title job" +msgid "Examining" +msgstr "Leh Kiám-tsa" + +#: core/job.cpp:149 +#, kde-format +msgctxt "@title job" +msgid "Transferring" +msgstr "Leh Thuân-su" + +#: core/job.cpp:156 +#, kde-format +msgctxt "@title job" +msgid "Mounting" +msgstr "Leh Kuà-tsài" + +#: core/job.cpp:156 +#, kde-format +msgid "Device" +msgstr "Tsong-tì" + +#: core/job.cpp:156 core/job.cpp:161 +#, kde-format +msgid "Mountpoint" +msgstr "Kuà-tsài-tiám" + +#: core/job.cpp:161 +#, kde-format +msgctxt "@title job" +msgid "Unmounting" +msgstr "Leh Sià-tsài" + +#: core/job_error.cpp:37 +#, kde-format +msgid "Could not read %1." +msgstr "Bô-huat-tōo tho̍k-tshú %1." + +#: core/job_error.cpp:40 +#, kde-format +msgid "Could not write to %1." +msgstr "Bô-huat-tōo siá-ji̍p %1." + +#: core/job_error.cpp:43 +#, kde-format +msgid "Could not start process %1." +msgstr "Bô-huat-tōo khí-tōng tîng-sū %1." + +#: core/job_error.cpp:46 +#, kde-format +msgid "" +"Internal Error\n" +"Please send a full bug report at https://bugs.kde.org\n" +"%1" +msgstr "" +"Luē-bōo Tshò-gōo\n" +"Tshiánn thuân uân-tsíng--ê bug report hōo https://bugs.kde.org\n" +"%1" + +#: core/job_error.cpp:49 +#, kde-format +msgid "Malformed URL %1." +msgstr "Put-tsìng ê URL %1." + +#: core/job_error.cpp:52 +#, kde-format +msgid "The protocol %1 is not supported." +msgstr "Hia̍p-tīng %1 bô tsi-uān." + +#: core/job_error.cpp:55 +#, kde-format +msgid "The protocol %1 is only a filter protocol." +msgstr "Hia̍p-tīng %1 tsí-sī tsi̍t-ê kè-lī hia̍p-tīng niā." + +#: core/job_error.cpp:62 +#, kde-format +msgid "%1 is a folder, but a file was expected." +msgstr "%1 sī tsu-liāu-giap-á, á-sī tsia kî-thāi ê sī tóng-àn." + +#: core/job_error.cpp:65 +#, kde-format +msgid "%1 is a file, but a folder was expected." +msgstr "%1 sī tóng-àn, á-sī tsia kî-thāi ê sī tsu-liāu-giap-á." + +#: core/job_error.cpp:68 +#, kde-format +msgid "The file or folder %1 does not exist." +msgstr "Tóng-àn á-sī tsu-liāu-giap-á %1 bô tsûn-tsāi." + +#: core/job_error.cpp:71 +#, kde-format +msgid "A file named %1 already exists." +msgstr "Kiò-tsò %1 ê tóng-àn í-king ū--ah." + +#: core/job_error.cpp:74 +#, kde-format +msgid "A folder named %1 already exists." +msgstr "Kiò-tsò %1 ê tsu-liāu-giap-á í-king ū--ah." + +#: core/job_error.cpp:77 +#, kde-format +msgid "No hostname specified." +msgstr "Bô tsí-tīng tsú-ki-miâ." + +#: core/job_error.cpp:77 +#, kde-format +msgid "Unknown host %1" +msgstr "M̄-tsai ê tsú-ki %1" + +#: core/job_error.cpp:80 +#, kde-format +msgid "Access denied to %1." +msgstr "Kī-tsua̍t tsûn-tshú %1." + +#: core/job_error.cpp:83 +#, kde-format +msgid "" +"Access denied.\n" +"Could not write to %1." +msgstr "" +"Kī-tsua̍t tsûn-tshú.\n" +"Bô-huat-tōo siá-ji̍p %1." + +#: core/job_error.cpp:86 +#, kde-format +msgid "Could not enter folder %1." +msgstr "Bô-huat-tōo ji̍p-khì tsu-liāu-giap-á %1." + +#: core/job_error.cpp:89 +#, kde-format +msgid "The protocol %1 does not implement a folder service." +msgstr "Hia̍p-tīng %1 bô si̍t-tsoh tsu-liāu-giap-á ê ho̍k-bū." + +#: core/job_error.cpp:92 +#, kde-format +msgid "Found a cyclic link in %1." +msgstr "Tī %1 tshuē-tio̍h sûn-khuân liân-kiat." + +#: core/job_error.cpp:95 +#, kde-format +msgid "Found a cyclic link while copying %1." +msgstr "Khóo-pih %1 ê sî-tsūn tshuē-tio̍h sûn-khuân liân-kiat." + +#: core/job_error.cpp:98 +#, kde-format +msgid "Could not create socket for accessing %1." +msgstr "Bô-huat-tōo uī-tio̍h tsûn-tshú %1 kiàn-li̍p socket." + +#: core/job_error.cpp:101 +#, kde-format +msgid "Could not connect to host %1." +msgstr "Bô-huat-tōo liân-suànn tsú-ki %1." + +#: core/job_error.cpp:104 +#, kde-format +msgid "Connection to host %1 is broken." +msgstr "Tuì tsú-ki %1 ê liân-suànn tn̄g-khì--ah." + +#: core/job_error.cpp:107 +#, kde-format +msgid "The protocol %1 is not a filter protocol." +msgstr "Hia̍p-tīng %1 m̄-sī tsi̍t-ê kè-lī hia̍p-tīng." + +#: core/job_error.cpp:110 +#, kde-format +msgid "" +"Could not mount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"Bô-huat-tōo kuà-tsài tsong-tì.\n" +"Huê-pò ê tshò-gōo sī:\n" +"%1" + +#: core/job_error.cpp:113 +#, kde-format +msgid "" +"Could not unmount device.\n" +"The reported error was:\n" +"%1" +msgstr "" +"Bô-huat-tōo sià-tsài tsong-tì.\n" +"Huê-pò ê tshò-gōo sī:\n" +"%1" + +#: core/job_error.cpp:116 +#, kde-format +msgid "Could not read file %1." +msgstr "Bô-huat-tōo tho̍k-tshú tóng-àn %1." + +#: core/job_error.cpp:119 +#, kde-format +msgid "Could not write to file %1." +msgstr "Bô-huat-tōo siá-ji̍p tóng-àn %1." + +#: core/job_error.cpp:122 +#, kde-format +msgid "Could not bind %1." +msgstr "Bô-huat-tōo páng-tīng %1." + +#: core/job_error.cpp:125 +#, kde-format +msgid "Could not listen %1." +msgstr "Bô-huat-tōo kàm-thiann %1." + +#: core/job_error.cpp:128 +#, kde-format +msgid "Could not accept %1." +msgstr "Bô-huat-tōo tsiap-siū %1." + +#: core/job_error.cpp:134 +#, kde-format +msgid "Could not access %1." +msgstr "Bô-huat-tōo tsûn-tshú %1." + +#: core/job_error.cpp:137 +#, kde-format +msgid "Could not terminate listing %1." +msgstr "Bô-huat-tōo tiong-tsí kā %1 piáu-lia̍t." + +#: core/job_error.cpp:140 +#, kde-format +msgid "Could not make folder %1." +msgstr "Bô-huat-tōo kiàn-li̍p tsu-liāu-giap-á %1." + +#: core/job_error.cpp:143 +#, kde-format +msgid "Could not remove folder %1." +msgstr "Bô-huat-tōo î-tû %1 tsit-ê tsu-liāu-giap-á." + +#: core/job_error.cpp:146 +#, kde-format +msgid "Could not resume file %1." +msgstr "Bô-huat-tōo kè-sio̍k tóng-àn %1." + +#: core/job_error.cpp:149 +#, kde-format +msgid "Could not rename file %1." +msgstr "Bô-huat-tōo kā tóng-àn %1 kái-miâ." + +#: core/job_error.cpp:152 +#, kde-format +msgid "Could not change permissions for %1." +msgstr "Bô-huat-tōo kái-piàn %1 ê khuân-hān." + +#: core/job_error.cpp:155 +#, kde-format +msgid "Could not change ownership for %1." +msgstr "Bô-huat-tōo kái-piàn %1 ê sóo-iú-tsiá." + +#: core/job_error.cpp:158 +#, kde-format +msgid "Could not delete file %1." +msgstr "Bô-huat-tōo thâi-tiāu tóng-àn %1." + +#: core/job_error.cpp:161 +#, kde-format +msgid "The process for the %1 protocol died unexpectedly." +msgstr "Hia̍p-tīng %1 ê tîng-sū hiông-hiông bô-khì--ah." + +#: core/job_error.cpp:164 +#, kde-format +msgid "" +"Error. Out of memory.\n" +"%1" +msgstr "" +"Tshò-gōo. Bô kì-ik-thé--ah.\n" +"%1" + +#: core/job_error.cpp:167 +#, kde-format +msgid "" +"Unknown proxy host\n" +"%1" +msgstr "" +"M̄-tsai ê tāi-lí tsú-ki\n" +"%1" + +#: core/job_error.cpp:170 +#, kde-format +msgid "Authorization failed, %1 authentication not supported" +msgstr "Siū-khuân sit-pāi, %1 jīn-tsìng bô tsi-uān" + +#: core/job_error.cpp:176 +#, kde-format +msgid "" +"User canceled action\n" +"%1" +msgstr "" +"Iōng-tsiá kā tōng-tsok tshú-siau--ah\n" +"%1" + +#: core/job_error.cpp:179 +#, kde-format +msgid "" +"Internal error in server\n" +"%1" +msgstr "" +"Sù-ho̍k-khì luē-pōo tshò-gōo\n" +"%1" + +#: core/job_error.cpp:182 +#, kde-format +msgid "" +"Timeout on server\n" +"%1" +msgstr "" +"Sù-ho̍k-khì timeout--ah\n" +"%1" + +#: core/job_error.cpp:185 +#, kde-format +msgid "" +"Unknown error\n" +"%1" +msgstr "" +"M̄-tsai ê tshò-gōo\n" +"%1" + +#: core/job_error.cpp:188 +#, kde-format +msgid "" +"Unknown interrupt\n" +"%1" +msgstr "" +"M̄-tsai ê tiong-tuān\n" +"%1" + +#: core/job_error.cpp:199 +#, kde-format +msgid "" +"Could not delete original file %1.\n" +"Please check permissions." +msgstr "" +"Bô-huat-tōo thâi-tiāu guân-pún ê tóng-àn %1.\n" +"Tshiánn kiám-tsa khuân-hān." + +#: core/job_error.cpp:202 +#, kde-format +msgid "" +"Could not delete partial file %1.\n" +"Please check permissions." +msgstr "" +"Bô-huat-tōo thâi-tiāu pōo-hūn tóng-àn %1.\n" +"Tshiánn kiám-tsa khuân-hān." + +#: core/job_error.cpp:205 +#, kde-format +msgid "" +"Could not rename original file %1.\n" +"Please check permissions." +msgstr "" +"Bô-huat-tōo kā guân-pún ê tóng-àn %1 kái-miâ.\n" +"Tshiánn kiám-tsa khuân-hān." + +#: core/job_error.cpp:208 +#, kde-format +msgid "" +"Could not rename partial file %1.\n" +"Please check permissions." +msgstr "" +"Bô-huat-tōo kā pōo-hūn tóng-àn %1 kái-miâ.\n" +"Tshiánn kiám-tsa khuân-hān." + +#: core/job_error.cpp:211 +#, kde-format +msgid "" +"Could not create symlink %1.\n" +"Please check permissions." +msgstr "" +"Bô-huat-tōo kiàn-li̍p hû-hō-liân-kiat %1.\n" +"Tshiánn kiám-tsa khuân-hān." + +#: core/job_error.cpp:214 +#, kde-format +msgid "" +"Cannot create symlinks at %1.\n" +"The destination filesystem doesn't support symlinks." +msgstr "" +"Bô-huat-tōo tī %1 kiàn-li̍p hû-hō-liân-kiat.\n" +"Bo̍k-ti̍k-tē tóng-àn hē-thóng bô tsi-uān hû-hō-liân-kiat." + +#: core/job_error.cpp:220 +#, kde-format +msgid "There is not enough space on the disk to write %1." +msgstr "Tsû-tia̍p khang-king bô-kàu siá-ji̍p %1." + +#: core/job_error.cpp:223 +#, kde-format +msgid "" +"The source and destination are the same file.\n" +"%1" +msgstr "" +"Lâi-guân kap bo̍k-piau sī kâng tsi̍t-ē tóng-àn.\n" +"%1" + +#: core/job_error.cpp:231 +#, kde-format +msgid "%1 is required by the server, but is not available." +msgstr "Sù-ho̍k-khì su-iàu %1, suah bô-huat-tōo iōng." + +#: core/job_error.cpp:234 +#, kde-format +msgid "Access to restricted port in POST denied." +msgstr "POST tshíng-kiû tsûn-tshú siū hān-tsè ê poo-thâu hōo kī-tsua̍t--ah." + +#: core/job_error.cpp:237 +#, kde-format +msgid "" +"The required content size information was not provided for a POST operation." +msgstr "POST tshau-tsok ê su-iàu ê lāi-iông tuā-sè tsu-sìn bô thê-kiong." + +#: core/job_error.cpp:240 +#, kde-format +msgid "A file or folder cannot be dropped onto itself" +msgstr "Tóng-àn á-sī tsu-liāu-giap-á bô-huat-tōo tàn--lo̍h-khì ka-kī tíng-kuân" + +#: core/job_error.cpp:243 +#, kde-format +msgid "A folder cannot be moved into itself" +msgstr "Tsu-liāu-giap-á bô-huat-tōo suá--ji̍p-khì ka-kī lāi-té" + +#: core/job_error.cpp:246 +#, kde-format +msgid "Communication with the local password server failed" +msgstr "Kah pún-tē bi̍t-bé sù-ho̍k-khì ê thong-sìn sit-pāi--ah " + +#: core/job_error.cpp:249 +#, kde-format +msgid "Unable to create KIO worker. %1" +msgstr "Bô-huat-tōo kiàn-li̍p KIO kang-tsok-khí. %1" + +#: core/job_error.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Cannot transfer %1 because it is too large. The " +"destination filesystem only supports files up to 4GiB" +msgstr "" +"Bô-huat-tōo tsuán-su %1, in-uī i siunn tuā--ah. Bo̍k-ti̍k-" +"tē tóng-àn hē-thóng tsí tsi-uān siōng tuā 4GiB ê tóng-àn" + +#: core/job_error.cpp:258 +#, kde-format +msgid "" +"Privilege escalation is not necessary because \n" +"'%1' is owned by the current user.\n" +"Please retry after changing permissions." +msgstr "" +"In-uī '%1' ê sóo-iú-tsiá í-king sī tsit-má ê iōng-tsiá--ah, sóo-í bô sū-iàu " +"thê-sing khuân-hān.\n" +"Tshiánn tī kái-piàn khuân-hān liáu-āu koh tîng-tshì." + +#: core/job_error.cpp:261 +#, kde-format +msgid "File is too large to be trashed." +msgstr "Tóng-àn siōng tuā, bô-huat-tōo suá-khì pùn-sò-tháng." + +#: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Bô-huat-tōo tshuē-tio̍h á-sī kiàn-li̍p tsit-ê uī-tì ê pùn-sò-tháng tsu-liāu-" +"giap-á." + +#: core/job_error.cpp:267 +#, kde-format +msgid "" +"Unknown error code %1\n" +"%2\n" +"Please send a full bug report at https://bugs.kde.org." +msgstr "" +"M̄-tsai ê tshò-gōo tāi-bé %1\n" +"%2\n" +"Tshiánn thuân uân-tsíng--ê bug report hōo https://bugs.kde.org." + +#: core/job_error.cpp:298 +#, kde-format +msgctxt "@info url" +msgid "(unknown)" +msgstr "(m̄-tsai)" + +#: core/job_error.cpp:304 +#, kde-format +msgctxt "@info %1 error name, %2 description" +msgid "

              %1

              %2

              " +msgstr "

              %1

              %2

              " + +#: core/job_error.cpp:308 +#, kde-format +msgid "Technical reason: " +msgstr "Ki-su̍t guân-in:" + +#: core/job_error.cpp:310 +#, kde-format +msgid "Details of the request:" +msgstr "Tshíng-kiû ê siông-sè:" + +#: core/job_error.cpp:310 +#, kde-format +msgid "
            • URL: %1
            • " +msgstr "
            • URL: %1
            • " + +#: core/job_error.cpp:312 +#, kde-format +msgid "
            • Protocol: %1
            • " +msgstr "
            • Hia̍p-tīng: %1
            • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
            • Date and time: %1
            • " +msgstr "
            • Ji̍t-kî kap sî-kan: %1
            • " + +#: core/job_error.cpp:314 +#, kde-format +msgid "
            • Additional information: %1
            • " +msgstr "
            • Kî-thann ê tsū-sìn: %1
            • " + +#: core/job_error.cpp:316 +#, kde-format +msgid "Possible causes:" +msgstr "Khó-lîng ê guân-in:" + +#: core/job_error.cpp:320 +#, kde-format +msgid "Possible solutions:" +msgstr "Khó-lîng ê kái-kuat pān-huat:" + +#: core/job_error.cpp:364 +#, kde-format +msgctxt "@info protocol" +msgid "(unknown)" +msgstr "(m̄-tsai)" + +#: core/job_error.cpp:377 +#, kde-format +msgid "" +"Contact your appropriate computer support system, whether the system " +"administrator, or technical support group for further assistance." +msgstr "" +"Tshiánn liân-lo̍k lí ê tiān-náu ê tsi-uān hē-thóng (tshin-tshiūnn hē-thóng " +"kuán-lí-tsiá á-sī ki-su̍t tsi-uān kûn-tsoo) hōo lâng tàu-sann-kāng." + +#: core/job_error.cpp:381 +#, kde-format +msgid "Contact the administrator of the server for further assistance." +msgstr "Tshiánn liân-lo̍k sù-ho̍k-khì kuán-lí-tsiá hōo i tàu-sann-kāng." + +#: core/job_error.cpp:384 +#, kde-format +msgid "Check your access permissions on this resource." +msgstr "Tshiánn kiám-tsa lí tuì tsit-ê tsu-guân ê tsûn-tshú-khuân." + +#: core/job_error.cpp:386 +#, kde-format +msgid "" +"Your access permissions may be inadequate to perform the requested operation " +"on this resource." +msgstr "" +"Lí ê tsûn-tshú-khuân khó-lîng bô-kàu lâi uì tsi̍t-ê tsu-guân tsip-hîng tshíng-" +"kiû ê tōng-tsok." + +#: core/job_error.cpp:389 +#, kde-format +msgid "" +"The file may be in use (and thus locked) by another user or application." +msgstr "" +"Tóng-àn khó-lîng in-uī tī hōo pa̍t-ê iōng-tsiá á-sī tîng-sik sú-iōng sóo-í " +"hōo só-tīng." + +#: core/job_error.cpp:392 +#, kde-format +msgid "" +"Check to make sure that no other application or user is using the file or " +"has locked the file." +msgstr "" +"Tshiánn kiám-tsa bô kî-thann tîng-sik á-sī iōng-tsiá tī iōng tsit-ê tóng-àn " +"á-sī kā i só-tīng--ah." + +#: core/job_error.cpp:395 +#, kde-format +msgid "Although unlikely, a hardware error may have occurred." +msgstr "" +"Sui-jiân ing-kai m̄-sī án-ne, m̄-koh iáu-sī ū khó-lîng sī ngē-thé tī tshut būn-" +"tê." + +#: core/job_error.cpp:397 +#, kde-format +msgid "You may have encountered a bug in the program." +msgstr "Lí khó-lîng sī tú-tio̍h tîng-sik ê būn-tê." + +#: core/job_error.cpp:399 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the program. Please consider " +"submitting a full bug report as detailed below." +msgstr "" +"Tse tsiânn khó-lîng sī tîng-sik lāi-té ê būn-tê sóo tsō-sîng ê. Tshiánn khó-" +"lū tsiàu í-hā ê siông-sè tsu-sìn lâi huê-pò uân-tsíng ê bug report." + +#: core/job_error.cpp:402 +#, kde-format +msgid "" +"Update your software to the latest version. Your distribution should provide " +"tools to update your software." +msgstr "" +"Tshiánn kā lí ê nńg-thé king-sin kàu siōng sin ê pán-pún. Lí ê huat-hîng-pán " +"ing-kai ū thê-kiong king-sin nńg-thé ê kang-khū." + +#: core/job_error.cpp:405 +#, kde-format +msgid "" +"When all else fails, please consider helping the KDE team or the third party " +"maintainer of this software by submitting a high quality bug report. If the " +"software is provided by a third party, please contact them directly. " +"Otherwise, first look to see if the same bug has been submitted by someone " +"else by searching at the KDE bug reporting " +"website. If not, take note of the details given above, and include them " +"in your bug report, along with as many other details as you think might help." +msgstr "" +"Nā-sī kî-thann ê hong-huat lóng bô-hāu, tshiánn khó-lū thê-kiong uân-tsíng ê " +"bug report lâi hia̍p-tsōo KDE thuân-tuī á-sī tse nńg-thé ê uî-hōo-tsiá. Nā " +"tse nńg-thé m̄-sī KDE tsò ê, tshiánn ti̍t-tsiap kā in liân-lo̍k. M̄-bô tshiánn " +"sin khì KDE bug report bāng-tsām " +"tshiau-tshuē lâi khak-tīng bô kî-tha ê lâng huê-pò tsit-ê būn-tê, jiân-āu nā " +"bô koh-lâi siá tsi̍t-ê bug report, pau-kuat tíng-kuân ê siông-sè tsu-sìn kap " +"lí kám-kak khó-lîng ū pang-tsōo ê tsu-sìn." + +#: core/job_error.cpp:414 +#, kde-format +msgid "There may have been a problem with your network connection." +msgstr "Khó-lîng sī bāng-lōo liân-suànn ū būn-tê." + +#: core/job_error.cpp:418 +#, kde-format +msgid "" +"There may have been a problem with your network configuration. If you have " +"been accessing the Internet with no problems recently, this is unlikely." +msgstr "" +"Lí ê bāng-lōo siat-tīng khó-lîng ū būn-tê. M̄-kò nā lí kīn-lâi iōng bāng-lōo " +"bô tú-tio̍h būn-tê, khó-lîng tio̍h m̄-sī án-ne." + +#: core/job_error.cpp:422 +#, kde-format +msgid "" +"There may have been a problem at some point along the network path between " +"the server and this computer." +msgstr "" +"Khó-lîng tī sù-ho̍k-khì kàu tsit-ê tiān-náu ê bāng-lōo suànn-lōo ū būn-tê." + +#: core/job_error.cpp:424 +#, kde-format +msgid "Try again, either now or at a later time." +msgstr "Tshiánn tîng-tshì, m̄-kuán sī tsit-má á-sī pa̍t-ê sî-tsūn." + +#: core/job_error.cpp:425 +#, kde-format +msgid "A protocol error or incompatibility may have occurred." +msgstr "Khó-lîng ū huat-sing hia̍p-tīng tshò-gōo á-sī bô siong-iông ê būn-tê." + +#: core/job_error.cpp:426 +#, kde-format +msgid "Ensure that the resource exists, and try again." +msgstr "Tshiánn khak-tīng tsu-guân tsûn-tsāi, jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:427 +#, kde-format +msgid "The specified resource may not exist." +msgstr "Tsí-tīng ê tsu-guân khó-lîng bô tsûn-tsāi." + +#: core/job_error.cpp:429 +#, kde-format +msgid "Double-check that you have entered the correct location and try again." +msgstr "" +"Tshiánn tsú-sè kiám-tsa lí ū su-ji̍p tio̍h ê uī-tì, jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:431 +#, kde-format +msgid "Check your network connection status." +msgstr "Tshiánn kiám-tsa lí ê bāng-lōo liân-suànn tsōng-thài." + +#: core/job_error.cpp:435 +#, kde-format +msgid "Cannot Open Resource For Reading" +msgstr "Bô-huat-tōo Phah-khui Tsu-guân Hōo Tho̍k-tshú" + +#: core/job_error.cpp:437 +#, kde-format +msgid "" +"This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." +msgstr "" +"Tse tāi-piáu bô-huat-tōo tshú-tit iau-kiû ê tóng-àn á-sī tsu-liāu-giap-á " +"%1 ê lāi-iông, in-uī bô-huat-tōo tshú-tit tho̍k-tshú khuân-" +"hān." + +#: core/job_error.cpp:442 +#, kde-format +msgid "You may not have permissions to read the file or open the folder." +msgstr "" +"Lí khó-lîng bô tho̍k-tshú tóng-àn á-sī khui tsu-liāu-giap-á ê khuân-hān." + +#: core/job_error.cpp:449 +#, kde-format +msgid "Cannot Open Resource For Writing" +msgstr "Bô-huat-tōo Phah-khui Tsu-guân Hōo Siá-ji̍p" + +#: core/job_error.cpp:451 +#, kde-format +msgid "" +"This means that the file, %1, could not be written to as " +"requested, because access with permission to write could not be obtained." +msgstr "" +"Tse tāi-piáu tóng-àn %1 bô-huat-tōo tsiàu iau-kiû siá-ji̍p, " +"in-uī bô-huat-tōo tshú-tit siá-ji̍p ê khuân-hān." + +#: core/job_error.cpp:460 +#, kde-format +msgid "Cannot Launch Process required by the %1 Protocol" +msgstr "Bô-huat-tōo Khí-tōng %1 Hia̍p-tīng su-iàu ê Tîng-sū" + +#: core/job_error.cpp:461 +#, kde-format +msgid "Unable to Launch Process" +msgstr "Bô-huat-tōo Khí-tōng Tîng-sū" + +#: core/job_error.cpp:463 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " +"technical reasons." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik tshuē-bô á-sī bô-huat-tōo khí-tōng. Tse thong-siông sī in-uī ki-su̍t-" +"siōng ê guân-in." + +#: core/job_error.cpp:468 +#, kde-format +msgid "" +"The program which provides compatibility with this protocol may not have " +"been updated with your last update of KDE. This can cause the program to be " +"incompatible with the current version and thus not start." +msgstr "" +"Thê-kiong tuì tsit-ê hia̍p-tīng ê siong-iông ê tîng-sik khó-lîng bô tī tíng-" +"kái king-sin KDE ê sî-tsūn tsò-hué king-sin. Tse khó-lîng ē hāi i kā tsit-má " +"ê pán-pún bô siong-iông, tsō-sîng i bô-huat-tōo khai-sí." + +#: core/job_error.cpp:477 +#, kde-format +msgid "Internal Error" +msgstr "Luē-pōo Tshò-gōo" + +#: core/job_error.cpp:479 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an internal error." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik huê-pò--ah luē-pōo tshò-gōo." + +#: core/job_error.cpp:487 +#, kde-format +msgid "Improperly Formatted URL" +msgstr "Keh-sik Bô Tsìng-khak ê URL" + +#: core/job_error.cpp:489 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered was not properly formatted. The format " +"of a URL is generally as follows:
              protocol://user:" +"password@www.example.org:port/folder/filename.extension?query=value
              " +msgstr "" +"Lí su-ji̍p ê URL (Ing-gí: Uniform Resource " +"Locator) ê keh-sik m̄-tio̍h. URL ê keh-sik ki-pún-siōng sī án-" +"ne:
              hia̍p-tīng://iōng-tsiá:bi̍t-bé@www.example.org:poo-" +"thâu/tsu-liāu-giap-á/tóng-miâ.hù-tóng-miâ?query=value
              " + +#: core/job_error.cpp:498 +#, kde-format +msgid "Unsupported Protocol %1" +msgstr "Bô Tsi-uān ê Hia̍p-tīng %1" + +#: core/job_error.cpp:500 +#, kde-format +msgid "" +"The protocol %1 is not supported by the KDE programs " +"currently installed on this computer." +msgstr "" +"Tsit-ê tiān-náu ū tsng ê KDE tîng-sik lóng bô tsi-uān %1 " +"hia̍p-tīng." + +#: core/job_error.cpp:503 +#, kde-format +msgid "The requested protocol may not be supported." +msgstr "Tshíng-kiû ê hia̍p-tīng khó-lîng bô tsi-uān." + +#: core/job_error.cpp:505 +#, kde-format +msgid "" +"The versions of the %1 protocol supported by this computer and the server " +"may be incompatible." +msgstr "" +"Tsit-ê tiān-náu kap sù-ho̍k-khì tsi-uān ê %1 hia̍p-tīng pán-pún khó-lîng bô " +"siong-iông." + +#: core/job_error.cpp:509 +#, kde-format +msgid "" +"You may perform a search on the Internet for a software plugin (called a " +"\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." +msgstr "" +"Lí ē-sái tī bāng-lōo tíng tshuē tsi-uān tsit-ê tsit-ê hia̍p-tīng ê nńg-thé " +"guā-kuà tîng-sik (kiò-tsò \"KIO worker\", mā kiò-tsò KIO kang-tsok-khì). Ē-" +"sái khì tshuē ê sóo-tsāi pau-kuat https://" +"store.kde.org." + +#: core/job_error.cpp:517 +#, kde-format +msgid "URL Does Not Refer to a Resource." +msgstr "URL Bô Tsí-hiòng Tsi̍t-ê Tsu-guân." + +#: core/job_error.cpp:518 +#, kde-format +msgid "Protocol is a Filter Protocol" +msgstr "Hia̍p-tīng sī Kè-lī Hia̍p-tīng" + +#: core/job_error.cpp:520 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." +msgstr "" +"Lí su-ji̍p ê URL (Ing-gí: Uniform Resource " +"Locator) bô tsí-hiòng ti̍k-tīng ê tsu-guân." + +#: core/job_error.cpp:524 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol; the " +"protocol specified is only for use in such situations, however this is not " +"one of these situations. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" +"KDE ē-sái tī hia̍p-tīng lāi-té thàu-kè hia̍p-tīng tsò thong-sìn. Tsí-tīng ê " +"hia̍p-tīng sī tsí-ū tī hit-khuán tsōng-hóng tsiah ē-sái iōng ê hia̍p-tīng, m̄-" +"koh tsit-má m̄-sī hit-khuán tsōng-hóng. Tse-sī tsi̍t-ê tsiok hi-hán ê tsîng-" +"hîng, ing-kai sī tāi-piáu ū tó-uī ê tîng-sik siá m̄-tio̍h-khì--ah." + +#: core/job_error.cpp:532 +#, kde-format +msgid "Unsupported Action: %1" +msgstr "Bô Tsi-uān ê Tōng-tsok: %1" + +#: core/job_error.cpp:534 +#, kde-format +msgid "" +"The requested action is not supported by the KDE program which is " +"implementing the %1 protocol." +msgstr "" +"Tshíng-kiû ê tōng-tsok sī si̍t-tsoh %1 hia̍p-tīng ê KDE tîng-" +"sik á-buē tsi-uān ê." + +#: core/job_error.cpp:538 +#, kde-format +msgid "" +"This error is very much dependent on the KDE program. The additional " +"information should give you more information than is available to the KDE " +"input/output architecture." +msgstr "" +"Tsit-ê tshò-gōo kap hit-ê KDE tîng-sik tsiânn ū kuan-hē. Tsit-kuá tui-ka ê " +"tsu-sìn ing-kai ē hōo lí pí KDE su-ji̍p/su-tshut kà-kòo ē iōng ê koh-khah tsē " +"ê tsu-sìn." + +#: core/job_error.cpp:542 +#, kde-format +msgid "Attempt to find another way to accomplish the same outcome." +msgstr "Tshiánn tshuē pa̍t-ê hong-huat lâi ta̍t-sîng kâng-khuán ê kiat-kó." + +#: core/job_error.cpp:547 +#, kde-format +msgid "File Expected" +msgstr "Kî-thāi ê sī Tóng-àn" + +#: core/job_error.cpp:549 +#, kde-format +msgid "" +"The request expected a file, however the folder %1 was " +"found instead." +msgstr "" +"Tshíng-kiû kî-thāi ê sī tóng-àn, m̄-koh tshuē-tio̍h ê sī tsu-liāu-giap-á " +"%1." + +#: core/job_error.cpp:552 +#, kde-format +msgid "This may be an error on the server side." +msgstr "Tse khó-lîng sī sù-ho̍k-khì hit-pîng ê būn-tê." + +#: core/job_error.cpp:557 +#, kde-format +msgid "Folder Expected" +msgstr "Kî-thāi ê sī Tsu-liāu-giap-á" + +#: core/job_error.cpp:559 +#, kde-format +msgid "" +"The request expected a folder, however the file %1 was " +"found instead." +msgstr "" +"Tshíng-kiû kî-thāi ê sī tsu-liāu-giap-á, m̄-koh tshuē-tio̍h ê sī tóng-àn " +"%1." + +#: core/job_error.cpp:567 +#, kde-format +msgid "File or Folder Does Not Exist" +msgstr "Tóng-àn á-sī Tsu-liāu-giap-á Bô Tsûn-tsāi" + +#: core/job_error.cpp:569 +#, kde-format +msgid "The specified file or folder %1 does not exist." +msgstr "" +"Tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á %1 bô tsûn-tsāi." + +#: core/job_error.cpp:579 +#, kde-format +msgid "" +"The requested file could not be created because a file with the same name " +"already exists." +msgstr "" +"Bô-huat-tōo kiàn-li̍p tshíng-kiû ê tóng-àn, in-uī í-king ū tóng-àn kiò hit-ê " +"miâ--ah." + +#: core/job_error.cpp:582 +#, kde-format +msgid "Try moving the current file out of the way first, and then try again." +msgstr "" +"Tshiánn sing kā tsit-má ê tóng-àn suá-khì pa̍t-uī, jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:584 +#, kde-format +msgid "Delete the current file and try again." +msgstr "Tshiánn thâi-tiāu tsit-má ê tóng-àn jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:584 +#, kde-format +msgid "Choose an alternate filename for the new file." +msgstr "Tshiánn uì sin ê tóng-àn suán līng-guā tsi̍t-ê miâ." + +#: core/job_error.cpp:590 +#, kde-format +msgid "" +"The requested folder could not be created because a folder with the same " +"name already exists." +msgstr "" +"Bô-huat-tōo kiàn-li̍p tshíng-kiû ê tsu-liāu-giap-á, in-uī í-king ū tsu-liāu-" +"giap-á kiò hit-ê miâ--ah." + +#: core/job_error.cpp:593 +#, kde-format +msgid "Try moving the current folder out of the way first, and then try again." +msgstr "" +"Tshiánn sing kā tsit-má ê tsu-liāu-giap-á suá-khì pa̍t-uī, jiân-āu koh tshì " +"tsi̍t-pái." + +#: core/job_error.cpp:595 +#, kde-format +msgid "Delete the current folder and try again." +msgstr "Tshiánn thâi-tiāu tsit-má ê tsu-liāu-giap-á jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:595 +#, kde-format +msgid "Choose an alternate name for the new folder." +msgstr "Tshiánn uì sin ê tsu-liāu-giap-á suán līng-guā tsi̍t-ê miâ." + +#: core/job_error.cpp:599 +#, kde-format +msgid "Unknown Host" +msgstr "M̄-tsai ê Tsú-ki" + +#: core/job_error.cpp:601 +#, kde-format +msgid "" +"An unknown host error indicates that the server with the requested name, " +"%1, could not be located on the Internet." +msgstr "" +"M̄-tsai ê tsú-ki tshò-gōo tāi-piáu bô-huat-tōo tī bāng-lōo tshuē-tio̍h " +"%1 tsit-ê sù-ho̍k-khì." + +#: core/job_error.cpp:606 +#, kde-format +msgid "" +"The name that you typed, %1, may not exist: it may be incorrectly typed." +msgstr "" +"Lí su-ji̍p ê miâ, %1, khó-lîng bô tsûn-tsāi: khó-lîng sī su-ji̍p ê m̄-tio̍h." + +#: core/job_error.cpp:614 +#, kde-format +msgid "Access Denied" +msgstr "Kī-tsua̍t Tsûn-tshú" + +#: core/job_error.cpp:616 +#, kde-format +msgid "Access was denied to the specified resource, %1." +msgstr "" +"Tuì tsí-tīng ê tsu-guân %1 ê tsûn-tshú hōo kī-tsua̍t--ah." + +#: core/job_error.cpp:620 core/job_error.cpp:896 +#, kde-format +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "" +"Tse khó-lîng sī in-uī lí thê-kiong ê jīn-tsìng tsu-sìn m̄-tio̍h, á-sī bô thê-" +"kiong jīn-tsìng tsu-sìn." + +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format +msgid "Your account may not have permission to access the specified resource." +msgstr "Lí ê kháu-tsō khó-lîng bô tsûn-tshú tsí-tīng tsu-guân ê khuân-hān." + +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 +#, kde-format +msgid "" +"Retry the request and ensure your authentication details are entered " +"correctly." +msgstr "" +"Tshiánn tîng-tshì tshíng-kiû, jî-tshiánn mā tshiánn khak-tīng lí ê jīn-tsìng " +"tsu-sìn ū su-ji̍p tsìng-khak." + +#: core/job_error.cpp:635 +#, kde-format +msgid "Write Access Denied" +msgstr "Kī-tsua̍t Siá-ji̍p Tsûn-tshú" + +#: core/job_error.cpp:637 +#, kde-format +msgid "" +"This means that an attempt to write to the file %1 was " +"rejected." +msgstr "" +"Tse tāi-piáu siá-ji̍p tóng-àn %1 ê tōng-tsok hōo kī-tsua̍t--" +"ah." + +#: core/job_error.cpp:645 +#, kde-format +msgid "Unable to Enter Folder" +msgstr "Bô-huat-tōo Ji̍p-khì Tsu-liāu-giap-á" + +#: core/job_error.cpp:647 +#, kde-format +msgid "" +"This means that an attempt to enter (in other words, to open) the requested " +"folder %1 was rejected." +msgstr "" +"Tse tāi-piáu ji̍p-khì iau-kiû ê tsu-liāu-giap-á %1 (mā tio̍h-" +"sī kā i phah-khui) ê tōng-tsok hōo kī-tsua̍t--ah." + +#: core/job_error.cpp:655 +#, kde-format +msgid "Folder Listing Unavailable" +msgstr "Bô-huat-tōo Iōng Tsu-liāu-giap-á Piáu-lia̍t" + +#: core/job_error.cpp:656 +#, kde-format +msgid "Protocol %1 is not a Filesystem" +msgstr "Hia̍p-tīng %1 m̄-sī Tóng-àn-hē-thóng" + +#: core/job_error.cpp:658 +#, kde-format +msgid "" +"This means that a request was made which requires determining the contents " +"of the folder, and the KDE program supporting this protocol is unable to do " +"so." +msgstr "" +"Tse tāi-piáu ū tsò tsi̍t-ê tshíng-kiû ài khak-tīng tsu-liāu-giap-á ê lāi-" +"iông, m̄-koh tsi-uān tsit-ê hia̍p-tīng ê KDE tîng-sik bô-huat-tōo buán-tsiok " +"tsit-ê tshíng-kiû." + +#: core/job_error.cpp:666 +#, kde-format +msgid "Cyclic Link Detected" +msgstr "Huat-kiàn Sûn-khuân Liân-kiat" + +#: core/job_error.cpp:668 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. KDE detected a link or series of links that results in " +"an infinite loop - i.e. the file was (perhaps in a roundabout way) linked to " +"itself." +msgstr "" +"UNIX khuân-kíng thong-siông ē-sái kā tóng-àn á-sī tsu-liāu-giap-á liân-kiat " +"kàu pa̍t-ê miâ á-sī sóo-tsāi. KDE kiám-tsa tio̍h ē piàn-tsò bû-hān sûn-khuân ê " +"liân-kiat, tio̍h-sī kóng tóng-àn tsuè-āu liân-kiat kàu ka-kī pún-sin." + +#: core/job_error.cpp:673 core/job_error.cpp:699 +#, kde-format +msgid "" +"Delete one part of the loop in order that it does not cause an infinite " +"loop, and try again." +msgstr "" +"Tshiánn thâi-tiāu sûn-khuân ê tsi̍t-pōo-hūn, khak-tīng i buē tsō-sîng bû-hān " +"sûn-khuân, jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:683 +#, kde-format +msgid "Request Aborted By User" +msgstr "Tshíng-kiû Hōo Iōng-tsiá Tiong-tsí--ah" + +#: core/job_error.cpp:685 core/job_error.cpp:1074 +#, kde-format +msgid "The request was not completed because it was aborted." +msgstr "Tshíng-kiû hōo tiong-tsí--ah, sóo-í bô uân-sîng." + +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 +#, kde-format +msgid "Retry the request." +msgstr "Tîng-tshì tshíng-kiû." + +#: core/job_error.cpp:691 +#, kde-format +msgid "Cyclic Link Detected During Copy" +msgstr "Khóo-pih ê Sî-tsūn Huat-kiàn Sûn-khuân Liân-kiat" + +#: core/job_error.cpp:693 +#, kde-format +msgid "" +"UNIX environments are commonly able to link a file or folder to a separate " +"name and/or location. During the requested copy operation, KDE detected a " +"link or series of links that results in an infinite loop - i.e. the file was " +"(perhaps in a roundabout way) linked to itself." +msgstr "" +"UNIX khuân-kíng thong-siông ē-sái kā tóng-àn á-sī tsu-liāu-giap-á liân-kiat " +"kàu pa̍t-ê miâ á-sī sóo-tsāi. Teh tsò iau-kiû ê khóo-pih tshau-tsok ê sî-" +"tsūn, KDE kiám-tsa tio̍h ē piàn-tsò bû-hān sûn-khuân ê liân-kiat, tio̍h-sī " +"kóng tóng-àn tsuè-āu liân-kiat kàu ka-kī pún-sin." + +#: core/job_error.cpp:705 +#, kde-format +msgid "Could Not Create Network Connection" +msgstr "Bô-huat-tōo Kiàn-li̍p Bāng-lōo Liân-suànn" + +#: core/job_error.cpp:706 +#, kde-format +msgid "Could Not Create Socket" +msgstr "Bô-huat-tōo Kiàn-li̍p Socket" + +#: core/job_error.cpp:708 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be created." +msgstr "" +"Tse sī tsi̍t-ê ki-su̍t-siōng ê tshò-gōo: bô-huat-tōo kiàn-li̍p bāng-lōo thong-" +"sìn su-iàu ê tsi̍t-ê tsong-tì (tsi̍t-ê socket)." + +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 +#, kde-format +msgid "" +"The network connection may be incorrectly configured, or the network " +"interface may not be enabled." +msgstr "" +"Bāng-lōo liân-suànn khó-lîng bô tsìng-khak siat-tīng, á-sī bāng-lōo kài-bīn " +"khó-lîng bô khé-iōng." + +#: core/job_error.cpp:717 +#, kde-format +msgid "Connection to Server Refused" +msgstr "Sù-ho̍k-khì Kī-tsua̍t Liân-suànn" + +#: core/job_error.cpp:719 +#, kde-format +msgid "" +"The server %1 refused to allow this computer to make a " +"connection." +msgstr "Sù-ho̍k-khì %1 kī-tsua̍t tsit-ê tiān-náu liân-suànn." + +#: core/job_error.cpp:723 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be configured " +"to allow requests." +msgstr "" +"Sù-ho̍k-khì sui-jiân ū liân-suànn kàu bāng-lōo, m̄-koh khó-lîng bô siat-tīng " +"ún-tsún tshíng-kiû." + +#: core/job_error.cpp:726 +#, kde-format +msgid "" +"The server, while currently connected to the Internet, may not be running " +"the requested service (%1)." +msgstr "" +"Sù-ho̍k-khì sui-jiân ū liân-suànn kàu bāng-lōo, m̄-koh khó-lîng bô leh tsip-" +"hîng iau-kiû ê ho̍k-bū (%1)." + +#: core/job_error.cpp:730 +#, kde-format +msgid "" +"A network firewall (a device which restricts Internet requests), either " +"protecting your network or the network of the server, may have intervened, " +"preventing this request." +msgstr "" +"Tsi̍t-ê bāng-lōo hông-hué-tshiûnn (hān-tsè bāng-lōo tshíng-kiû ê tsong-tì), m̄-" +"tsai sī leh pó-hōo lí ê bāng-lōo á-sī sù-ho̍k-khì ê bāng-lōo, khó-lîng kài-" +"ji̍p--ah, hōo tsit-ê tshíng-kiû bô-huat-tōo uân-sîng." + +#: core/job_error.cpp:737 +#, kde-format +msgid "Connection to Server Closed Unexpectedly" +msgstr "Tuì Sù-ho̍k-khì ê Liân-suànn Hiông-hiông Bô-khì--ah" + +#: core/job_error.cpp:739 +#, kde-format +msgid "" +"Although a connection was established to %1, the connection " +"was closed at an unexpected point in the communication." +msgstr "" +"Sui-jiân guân-pún í-king kiàn-li̍p kàu %1 ê liân-suànn, i " +"suah leh thong-sìn ê m̄-tsai siánn-mih sî-tsūn hōo kuainn-tiāu--ah." + +#: core/job_error.cpp:745 +#, kde-format +msgid "" +"A protocol error may have occurred, causing the server to close the " +"connection as a response to the error." +msgstr "" +"Khó-lîng sī ū huat-sing hia̍p-tīng tshò-gōo, hōo sù-ho̍k-khì huán-ìng tshò-gōo " +"lâi kuainn-tiāu liân-suànn." + +#: core/job_error.cpp:751 +#, kde-format +msgid "URL Resource Invalid" +msgstr "URL Tsu-guân Bô-hāu" + +#: core/job_error.cpp:752 +#, kde-format +msgid "Protocol %1 is not a Filter Protocol" +msgstr "Hia̍p-tīng %1 m̄-sī tsi̍t-ê Kè-lī Hia̍p-tīng" + +#: core/job_error.cpp:754 +#, kde-format +msgid "" +"The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " +"accessing the specific resource, %1%2." +msgstr "" +"Lí su-ji̍p ê URL (Ing-gí: Uniform Resource " +"Locator) bô tsí-hiòng ē-sái tsûn-tshú tsí-tīng tsu-guân " +"%1%2 ê ū-hāu hong-huat." + +#: core/job_error.cpp:761 +#, kde-format +msgid "" +"KDE is able to communicate through a protocol within a protocol. This " +"request specified a protocol be used as such, however this protocol is not " +"capable of such an action. This is a rare event, and is likely to indicate a " +"programming error." +msgstr "" +"KDE ē-sái tī hia̍p-tīng lāi-té thàu-kuè hia̍p-tīng lâi thong-sìn. Tsit-ê " +"tshíng-kiû tsí-tīng--ah ài án-ne iōng ê hia̍p-tīng, m̄-koh tsit-ê hia̍p-tīng bô " +"tsi-uān tsit-khuán tōng-tsok. Tse sī hán-iú ê tāi-tsì, ing-kai sī tîng-sik " +"guân-sí-bé ê būn-tê." + +#: core/job_error.cpp:769 +#, kde-format +msgid "Unable to Initialize Input/Output Device" +msgstr "Bô-huat-tōo Tshoo-kî-huà Su-ji̍p/Su-tshut Tsong-tì" + +#: core/job_error.cpp:770 +#, kde-format +msgid "Could Not Mount Device" +msgstr "Bô-huat-tōo Kuà-tsài Tsong-tì" + +#: core/job_error.cpp:772 +#, kde-format +msgid "" +"The requested device could not be initialized (\"mounted\"). The reported " +"error was: %1" +msgstr "" +"Tshíng-kiû ê tsong-tì bô-huat-tōo tshoo-kî-huà (\"kuà-tsài\"). Huê-pò ê tshò-" +"gōo sī: %1" + +#: core/job_error.cpp:776 +#, kde-format +msgid "" +"The device may not be ready, for example there may be no media in a " +"removable media device (i.e. no CD-ROM in a CD drive), or in the case of a " +"peripheral/portable device, the device may not be correctly connected." +msgstr "" +"Tsong-tì khó-lîng á-buē tsún-pī hó-sè, tshin-tshiūnn khó-î-tû muî-thé tsong-" +"tì lāi-té bô muî-thé (CD-tia̍p lāi-té bô CD-ROM), á-sī tshiú-thê tsong-tì á-" +"sī tsiu-pinn tsong-tì bô tsìng-khak liân-suànn." + +#: core/job_error.cpp:781 +#, kde-format +msgid "" +"You may not have permissions to initialize (\"mount\") the device. On UNIX " +"systems, often system administrator privileges are required to initialize a " +"device." +msgstr "" +"Lí khó-lîng bô khuân-hān tshoo-kî-huà (\"kuà-tsài\") tsong-tì. Tī UNIX hē-" +"thóng, thong-siông su-iàu ū kuán-lí-tsiá khuân-hān tsiah ē-sái tshoo-kî-huà " +"tsong-tì." + +#: core/job_error.cpp:786 +#, kde-format +msgid "" +"Check that the device is ready; removable drives must contain media, and " +"portable devices must be connected and powered on.; and try again." +msgstr "" +"Tshiánn kiám-tsa tsong-tì í-king tsún-pī hó--ah; khó-î-tû tsû-tia̍p-ki lāi-té " +"ài ū muî-thé, tshiú-thê tsong-tì ài liân-suànn jî-tshiánn ū khui; jiân-āu " +"koh tshì tsi̍t-pái." + +#: core/job_error.cpp:793 +#, kde-format +msgid "Unable to Uninitialize Input/Output Device" +msgstr "Bô-huat-tōo Kiat-sok Su-ji̍p/Su-tshut Tsong-tì" + +#: core/job_error.cpp:794 +#, kde-format +msgid "Could Not Unmount Device" +msgstr "Bô-huat-tōo Sià-tsài Tsong-tì" + +#: core/job_error.cpp:796 +#, kde-format +msgid "" +"The requested device could not be uninitialized (\"unmounted\"). The " +"reported error was: %1" +msgstr "" +"Tshíng-kiû ê tsong-tì bô-huat-tōo kiat-sok (\"sià-tsài\"). Huê-pò ê tshò-gōo " +"sī: %1" + +#: core/job_error.cpp:800 +#, kde-format +msgid "" +"The device may be busy, that is, still in use by another application or " +"user. Even such things as having an open browser window on a location on " +"this device may cause the device to remain in use." +msgstr "" +"Tsong-tì khó-lîng tī-leh bô-îng, ì-sù sī kóng koh ū ìng-iōng-tîng-sik á-sī " +"iōng-tsiá tī sú-iōng. Tshin-tshiūnn khui--ê liû-lám-khì sī-thang á-sī khui--" +"ê tsit-ê tsong-tì tíng-kuân ê uī-tì lóng ū khó-lîng ē hōo tsit-ê tsong-tì " +"piàn-tsò sú-iōng-tiong." + +#: core/job_error.cpp:805 +#, kde-format +msgid "" +"You may not have permissions to uninitialize (\"unmount\") the device. On " +"UNIX systems, system administrator privileges are often required to " +"uninitialize a device." +msgstr "" +"Lí khó-lîng bô khuân-hān kiat-sok (\"sià-tsài\") tsong-tì. Tī UNIX hē-thóng, " +"thong-siông su-iàu ū kuán-lí-tsiá khuân-hān tsiah ē-sái kiat-sok tsong-tì." + +#: core/job_error.cpp:810 +#, kde-format +msgid "Check that no applications are accessing the device, and try again." +msgstr "" +"Tshiánn khak-tīng bô îng-ióng-tîng-sik teh tsûn-tshú tsit-ê tsong-tì, jiân-" +"āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:816 +#, kde-format +msgid "Cannot Read From Resource" +msgstr "Bô-huat-tōo Tho̍k-tshú Tsu-guân" + +#: core/job_error.cpp:818 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while reading the contents of the resource." +msgstr "" +"Tse tāi-piáu sui-jiân tsu-guân %1 ē-sái khui, tī tha̍k i ê " +"lāi-iông ê sî-tsūn ū tshò-gōo huat-sing--ah." + +#: core/job_error.cpp:822 +#, kde-format +msgid "You may not have permissions to read from the resource." +msgstr "Lí khó-lîng bô khuân-hān tho̍k-tshú tsit-ê tsu-guân." + +#: core/job_error.cpp:835 +#, kde-format +msgid "Cannot Write to Resource" +msgstr "Bô-huat-tōo Siá-ji̍p Tsu-guân" + +#: core/job_error.cpp:837 +#, kde-format +msgid "" +"This means that although the resource, %1, was able to be " +"opened, an error occurred while writing to the resource." +msgstr "" +"Tse tāi-piáu sui-jiân tsu-guân %1 ē-sái khui, tī siá-ji̍p " +"tsu-guân ê sî-tsūn ū tshò-gōo huat-sing--ah." + +#: core/job_error.cpp:840 +#, kde-format +msgid "You may not have permissions to write to the resource." +msgstr "Lí khó-lîng bô khuân-hān siá-ji̍p tsit-ê tsu-guân." + +#: core/job_error.cpp:853 core/job_error.cpp:866 +#, kde-format +msgid "Could Not Listen for Network Connections" +msgstr "Bô-huat-tōo Kàm-thiann Bāng-lōo Liân-suànn" + +#: core/job_error.cpp:854 +#, kde-format +msgid "Could Not Bind" +msgstr "" + +#: core/job_error.cpp:856 core/job_error.cpp:869 +#, kde-format +msgid "" +"This is a fairly technical error in which a required device for network " +"communications (a socket) could not be established to listen for incoming " +"network connections." +msgstr "" + +#: core/job_error.cpp:867 +#, kde-format +msgid "Could Not Listen" +msgstr "Bô-huat-tōo Kàm-thiann" + +#: core/job_error.cpp:879 +#, kde-format +msgid "Could Not Accept Network Connection" +msgstr "Bô-huat-tōo Tsiap-siū Bāng-lōo Liân-suànn" + +#: core/job_error.cpp:881 +#, kde-format +msgid "" +"This is a fairly technical error in which an error occurred while attempting " +"to accept an incoming network connection." +msgstr "" + +#: core/job_error.cpp:886 +#, kde-format +msgid "You may not have permissions to accept the connection." +msgstr "Lí khó-lîng bô khuân-hān ē-sái tsiap-siū liân-suànn." + +#: core/job_error.cpp:891 +#, kde-format +msgid "Could Not Login: %1" +msgstr "Bô-huat-tōo Ting-ji̍p: %1" + +#: core/job_error.cpp:893 +#, kde-format +msgid "" +"An attempt to login to perform the requested operation was unsuccessful." +msgstr "Uī-tio̍h tsò iau-kiû ê tshau-tsok lâi ting-ji̍p ê sî-tsūn sit-pāi--ah." + +#: core/job_error.cpp:909 +#, kde-format +msgid "Could Not Determine Resource Status" +msgstr "Bô-huat-tōo Phuànn-tuàn Tsu-guân Tsōng-thài" + +#: core/job_error.cpp:910 +#, kde-format +msgid "Could Not Stat Resource" +msgstr "Bô-huat-tōo Tshú-tit Tsu-guân ê Tsōng-thài" + +#: core/job_error.cpp:912 +#, kde-format +msgid "" +"An attempt to determine information about the status of the resource " +"%1, such as the resource name, type, size, etc., was unsuccessful." +msgstr "" + +#: core/job_error.cpp:917 +#, kde-format +msgid "The specified resource may not have existed or may not be accessible." +msgstr "" + +#. i18n( "Could not terminate listing %1" ).arg( errorText ); +#: core/job_error.cpp:928 +#, kde-format +msgid "Could Not Cancel Listing" +msgstr "Bô-huat-tōo Tshú-siau Piáu-lia̍t" + +#: core/job_error.cpp:929 +#, kde-format +msgid "FIXME: Document this" +msgstr "FIXME: Siá tse ê bûn-kiānn" + +#: core/job_error.cpp:933 +#, kde-format +msgid "Could Not Create Folder" +msgstr "Bô-huat-tōo Kiàn-li̍p Tsu-liāu-giap-á" + +#: core/job_error.cpp:934 +#, kde-format +msgid "An attempt to create the requested folder failed." +msgstr "" + +#: core/job_error.cpp:937 +#, kde-format +msgid "The location where the folder was to be created may not exist." +msgstr "" + +#: core/job_error.cpp:946 +#, kde-format +msgid "Could Not Remove Folder" +msgstr "Bô-huat-tōo Î-tû Tsu-liāu-giap-á" + +#: core/job_error.cpp:948 +#, kde-format +msgid "An attempt to remove the specified folder, %1, failed." +msgstr "" +"Î-tû tsí-tīng tsu-liāu-giap-á %1 ê sî-tsūn sit-pāi--ah." + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not exist." +msgstr "Tsí-tīng ê tsu-liāu-giap-á khó-lîng bô tsûn-tsāi." + +#: core/job_error.cpp:951 +#, kde-format +msgid "The specified folder may not be empty." +msgstr "Tsí-tīng ê tsu-liāu-giap-á khó-lîng m̄-sī khang--ê." + +#: core/job_error.cpp:956 +#, kde-format +msgid "Ensure that the folder exists and is empty, and try again." +msgstr "" +"Tshiánn khak-tīng tsu-liāu-giap-á tsûn-tsāi jî-tshiánn sī khang-ê, jiân-āu " +"koh tshì tsi̍t-pái." + +#: core/job_error.cpp:962 +#, kde-format +msgid "Could Not Resume File Transfer" +msgstr "Bô-huat-tōo Kè-sio̍k Tóng-àn Thuân-su" + +#: core/job_error.cpp:964 +#, kde-format +msgid "" +"The specified request asked that the transfer of file %1 be " +"resumed at a certain point of the transfer. This was not possible." +msgstr "" + +#: core/job_error.cpp:969 +#, kde-format +msgid "The protocol, or the server, may not support file resuming." +msgstr "" + +#: core/job_error.cpp:972 +#, kde-format +msgid "Retry the request without attempting to resume transfer." +msgstr "" + +#: core/job_error.cpp:977 +#, kde-format +msgid "Could Not Rename Resource" +msgstr "Bô-huat-tōo kā Tsu-guân Kái-miâ" + +#: core/job_error.cpp:979 +#, kde-format +msgid "An attempt to rename the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:990 +#, kde-format +msgid "Could Not Alter Permissions of Resource" +msgstr "Bô-huat-tōo Kái-piàn Tsu-guân ê Khuân-hān" + +#: core/job_error.cpp:992 +#, kde-format +msgid "" +"An attempt to alter the permissions on the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1000 +#, kde-format +msgid "Could Not Change Ownership of Resource" +msgstr "Bô-huat-tōo Kái-piàn Tsu-guân ê Sóo-iú-tsiá" + +#: core/job_error.cpp:1002 +#, kde-format +msgid "" +"An attempt to change the ownership of the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1010 +#, kde-format +msgid "Could Not Delete Resource" +msgstr "Bô-huat-tōo Thâi-tiāu Tsu-guân" + +#: core/job_error.cpp:1012 +#, kde-format +msgid "An attempt to delete the specified resource %1 failed." +msgstr "" + +#: core/job_error.cpp:1020 +#, kde-format +msgid "Unexpected Program Termination" +msgstr "Tîng-sik Hiông-hiông Bô-khì--ah" + +#: core/job_error.cpp:1022 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has unexpectedly terminated." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik hiông-hiông tiong-tsí--ah." + +#: core/job_error.cpp:1030 +#, kde-format +msgid "Out of Memory" +msgstr "Bô Kì-ik-thé--ah" + +#: core/job_error.cpp:1032 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik tī tshú-tit su-iàu ê kì-ik-thé ê sî-tsūn sit-pāi." + +#: core/job_error.cpp:1041 +#, kde-format +msgid "Unknown Proxy Host" +msgstr "M̄-tsai ê Tāi-lí Tsú-ki" + +#: core/job_error.cpp:1043 +#, kde-format +msgid "" +"While retrieving information about the specified proxy host, %1, an Unknown Host error was encountered. An unknown host error " +"indicates that the requested name could not be located on the Internet." +msgstr "" + +#: core/job_error.cpp:1049 +#, kde-format +msgid "" +"There may have been a problem with your network configuration, specifically " +"your proxy's hostname. If you have been accessing the Internet with no " +"problems recently, this is unlikely." +msgstr "" + +#: core/job_error.cpp:1053 +#, kde-format +msgid "Double-check your proxy settings and try again." +msgstr "" +"Tshiánn kiám-tsa lí ê tāi-lí siat-tīng kám ū tio̍h, jiân-āu koh tshì tsi̍t-pái." + +#: core/job_error.cpp:1057 +#, kde-format +msgid "Authentication Failed: Method %1 Not Supported" +msgstr "Jīn-tsìng Sit-pāi: Hong-huat %1 Bô Tsi-uān" + +#: core/job_error.cpp:1059 +#, kde-format +msgid "" +"Although you may have supplied the correct authentication details, the " +"authentication failed because the method that the server is using is not " +"supported by the KDE program implementing the protocol %1." +msgstr "" + +#: core/job_error.cpp:1065 +#, kde-format +msgid "" +"Please file a bug at https://bugs.kde.org/" +" to inform the KDE team of the unsupported authentication method." +msgstr "" + +#: core/job_error.cpp:1072 +#, kde-format +msgid "Request Aborted" +msgstr "Tshíng-kiû Tiong-tsí--ah" + +#: core/job_error.cpp:1080 +#, kde-format +msgid "Internal Error in Server" +msgstr "Sù-ho̍k-khì luē-pōo tshò-gōo" + +#: core/job_error.cpp:1082 +#, kde-format +msgid "" +"The program on the server which provides access to the %1 " +"protocol has reported an internal error: %2." +msgstr "" +"Tī sù-ho̍k-khì thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-sik " +"huê-pò--ah luē-pōo tshò-gōo: %2." + +#: core/job_error.cpp:1088 +#, kde-format +msgid "" +"This is most likely to be caused by a bug in the server program. Please " +"consider submitting a full bug report as detailed below." +msgstr "" + +#: core/job_error.cpp:1092 +#, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "" + +#: core/job_error.cpp:1095 +#, kde-format +msgid "" +"If you know who the authors of the server software are, submit the bug " +"report directly to them." +msgstr "" + +#: core/job_error.cpp:1100 +#, kde-format +msgid "Timeout Error" +msgstr "Kuè-sî Tshò-gōo" + +#: core/job_error.cpp:1102 +#, kde-format +msgid "" +"Although contact was made with the server, a response was not received " +"within the amount of time allocated for the request." +msgstr "" + +#: core/job_error.cpp:1107 +#, kde-format +msgid "The server was too busy responding to other requests to respond." +msgstr "" + +#: core/job_error.cpp:1113 +#, kde-format +msgid "Unknown Error" +msgstr "M̄-tsai ê tshò-gōo" + +#: core/job_error.cpp:1115 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik huê-pò--ah luē-pōo tshò-gōo: %2." + +#: core/job_error.cpp:1125 +#, kde-format +msgid "Unknown Interruption" +msgstr "M̄-tsai ê Tiong-tuān" + +#: core/job_error.cpp:1127 +#, kde-format +msgid "" +"The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." +msgstr "" +"Tī lí ê tiān-náu thê-kiong %1 hia̍p-tīng tsûn-tshú ê tîng-" +"sik huê-pò--ah put-bîng luī-hîng ê tiong-tuān: %2." + +#: core/job_error.cpp:1137 +#, kde-format +msgid "Could Not Delete Original File" +msgstr "Bô-huat-tōo Thâi-tiāu Guân-pún ê Tóng-àn" + +#: core/job_error.cpp:1139 +#, kde-format +msgid "" +"The requested operation required the deleting of the original file, most " +"likely at the end of a file move operation. The original file %1 could not be deleted." +msgstr "" + +#: core/job_error.cpp:1148 +#, kde-format +msgid "Could Not Delete Temporary File" +msgstr "Bô-huat-tōo Thâi-tiāu Tsiām-sî-tóng-àn" + +#: core/job_error.cpp:1150 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file in which " +"to save the new file while being downloaded. This temporary file %1 could not be deleted." +msgstr "" +"Iau-kiû ê tshau-tsok su-iàu kiàn-li̍p tsiām-sî-tóng-àn pó-tsûn leh hā-tsài ê " +"sin tóng-àn. M̄-koh tse tsiām-sî tóng-àn %1 suah bô-huat-tōo " +"thâi-tiāu." + +#: core/job_error.cpp:1160 +#, kde-format +msgid "Could Not Rename Original File" +msgstr "Bô-huat-tōo kā Guân-pún ê Tóng-àn Kái-miâ" + +#: core/job_error.cpp:1162 +#, kde-format +msgid "" +"The requested operation required the renaming of the original file " +"%1, however it could not be renamed." +msgstr "" + +#: core/job_error.cpp:1171 +#, kde-format +msgid "Could Not Rename Temporary File" +msgstr "Bô-huat-tōo kā Tsiām-sî-tóng-àn Kái-miâ" + +#: core/job_error.cpp:1173 +#, kde-format +msgid "" +"The requested operation required the creation of a temporary file " +"%1, however it could not be created." +msgstr "" +"Iau-kiû ê tshau-tsok su-iàu kiàn-li̍p tsiām-sî-tóng-àn %1, m̄-" +"koh gún suah bô-huat-tōo kā i kiàn-li̍p." + +#: core/job_error.cpp:1182 +#, kde-format +msgid "Could Not Create Link" +msgstr "Bô-huat-tōo Kiàn-li̍p Liân-kiat" + +#: core/job_error.cpp:1183 +#, kde-format +msgid "Could Not Create Symbolic Link" +msgstr "Bô-huat-tōo Kiàn-li̍p Hû-hō-liân-kiat" + +#: core/job_error.cpp:1184 +#, kde-format +msgid "The requested symbolic link %1 could not be created." +msgstr "Iau-kiû ê hû-hō-liân-kiat %1 bô-huat-tōo kiàn-li̍p." + +#: core/job_error.cpp:1190 +#, kde-format +msgid "No Content" +msgstr "Bô Lāi-iông" + +#: core/job_error.cpp:1195 +#, kde-format +msgid "Disk Full" +msgstr "Tsû-tia̍p Buán--ah" + +#: core/job_error.cpp:1197 +#, kde-format +msgid "" +"The requested file %1 could not be written to as there is " +"inadequate disk space." +msgstr "" +"Iau-kiû ê tóng-àn %1 bô-huat-tōo siá-ji̍p, in-uī tsû-tia̍p " +"khang-king bô-kàu." + +#: core/job_error.cpp:1201 +#, kde-format +msgid "" +"Free up enough disk space by 1) deleting unwanted and temporary files; 2) " +"archiving files to removable media storage such as CD-Recordable discs; or " +"3) obtain more storage capacity." +msgstr "" +"Tshiánn sian kā tsû-tia̍p khang-king khang hōo tshut-lâi, ē-sái (1) thâi-tiāu " +"tsi̍t-kuá bô su-iàu ê tsiām-sî ê tóng-àn; (2) kā tóng-àn hong-tsûn kàu CD-R " +"kong-tia̍p tsit-khuán ē-sái î-tû ê muî-thé; á-sī (3) an-tsong koh-khah tsē ê " +"tû-tsûn khong-kan." + +#: core/job_error.cpp:1208 +#, kde-format +msgid "Source and Destination Files Identical" +msgstr "Lâi-guân kap Bo̍k-piau Tóng-àn Kāng-khuán" + +#: core/job_error.cpp:1210 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination " +"files are the same file." +msgstr "" + +#: core/job_error.cpp:1212 +#, kde-format +msgid "Choose a different filename for the destination file." +msgstr "" + +#: core/job_error.cpp:1216 +#, kde-format +msgid "File or Folder dropped onto itself" +msgstr "" + +#: core/job_error.cpp:1218 +#, kde-format +msgid "" +"The operation could not be completed because the source and destination file " +"or folder are the same." +msgstr "" + +#: core/job_error.cpp:1220 +#, kde-format +msgid "Drop the item into a different file or folder." +msgstr "" + +#: core/job_error.cpp:1230 +#, kde-format +msgid "Folder moved into itself" +msgstr "Kā tsu-liāu-giap-á suá kàu ka-kī lāi-té--ah" + +#: core/job_error.cpp:1232 +#, kde-format +msgid "" +"The operation could not be completed because the source can not be moved " +"into itself." +msgstr "" +"Bô-huat-tōo uân-sîng tsit-ê tshau-tsok, in-uī lâi-guân bē-tàng suá--ji̍p-khì " +"ka-kī lāi-té." + +#: core/job_error.cpp:1234 +#, kde-format +msgid "Move the item into a different folder." +msgstr "Kā hāng-bo̍k suá--ji̍p-khì pa̍t-ê tsu-liāu-giap-á." + +#: core/job_error.cpp:1238 +#, kde-format +msgid "Could not communicate with password server" +msgstr "Bô-huat-tōo kap bi̍t-bé sù-ho̍k-khì thong-sìn" + +#: core/job_error.cpp:1240 +#, kde-format +msgid "" +"The operation could not be completed because the service for requesting " +"passwords (kpasswdserver) couldn't be contacted" +msgstr "" + +#: core/job_error.cpp:1242 +#, kde-format +msgid "Try restarting your session, or look in the logs for errors from kiod." +msgstr "" +"Tshiánn tîng-khí-tōng lí ê kang-tsok-kai-tuānn, á-sī tī kì-lio̍k lāi-té tshuē " +"uì \"kiod\" lâi ê tshò-gōo." + +#: core/job_error.cpp:1246 +#, kde-format +msgid "Cannot Initiate the %1 Protocol" +msgstr "" + +#: core/job_error.cpp:1247 +#, kde-format +msgid "Unable to Create KIO Worker" +msgstr "Bô-huat-tōo Kiàn-li̍p KIO Kang-tsok-khì" + +#: core/job_error.cpp:1249 +#, kde-format +msgid "" +"The KIO worker which provides access to the %1 protocol " +"could not be started. This is usually due to technical reasons." +msgstr "" + +#: core/job_error.cpp:1254 +#, kde-format +msgid "" +"klauncher could not find or start the plugin which provides the protocol. " +"This means you may have an outdated version of the plugin." +msgstr "" + +#: core/job_error.cpp:1260 +#, kde-kuit-format +msgctxt "@info" +msgid "Cannot transfer %1" +msgstr "Bô-huat-tōo thuân-su %1" + +#: core/job_error.cpp:1262 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1 cannot be transferred, because the " +"destination filesystem does not support files that large" +msgstr "" + +#: core/job_error.cpp:1265 +#, kde-format +msgid "" +"Reformat the destination drive to use a filesystem that supports files that " +"large." +msgstr "" + +#: core/job_error.cpp:1270 +#, kde-format +msgid "Undocumented Error" +msgstr "Bô siá--ji̍p-khì bûn-kiānn lâi ê tshò-gōo" + +#: core/kfileitem.cpp:1483 +#, kde-format +msgid "(Symbolic Link to %1)" +msgstr "(Kàu %1 ê Hû-hō Liân-kiat)" + +#: core/kfileitem.cpp:1485 +#, kde-format +msgid "(%1, Link to %2)" +msgstr "(%1, kàu %2 ê liân-kiat)" + +#: core/kfileitem.cpp:1488 +#, kde-format +msgid " (Points to %1)" +msgstr " (liân-kiat bo̍k-piau: %1)" + +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 +#, kde-format +msgid "" +"Malformed URL\n" +"%1" +msgstr "" +"Put-tsìng ê URL\n" +"%1" + +#: core/mimetypefinderjob.cpp:224 +#, kde-format +msgid "Unable to determine the type of file for %1" +msgstr "Bô-huat-tōo uī-tio̍h %1 phuànn-tuàn tóng-àn luī" + +#: core/openwith.cpp:91 +#, kde-format +msgid "" +"Could not extract executable name from '%1', please type a valid program " +"name." +msgstr "" + +#: core/openwith.cpp:143 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 does not appear to be an executable program." +msgstr "" + +#: core/openwith.cpp:144 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"%1 was not found; please enter a valid path to an " +"executable program." +msgstr "" +"Tshuē-bô %1; tshiánn su-ji̍p ē-sái tsip-hîng ê tîng-sik " +"ê iú-hāu lōo-kìng." + +#: core/slavebase.cpp:813 +#, kde-format +msgid "Opening connections is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:815 +#, kde-format +msgid "Closing connections is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:817 +#, kde-format +msgid "Accessing files is not supported with the protocol %1." +msgstr "" + +#: core/slavebase.cpp:819 +#, kde-format +msgid "Writing to %1 is not supported." +msgstr "Bô tsi-uān siá-ji̍p %1." + +#: core/slavebase.cpp:821 +#, kde-format +msgid "There are no special actions available for protocol %1." +msgstr "" + +#: core/slavebase.cpp:823 +#, kde-format +msgid "Listing folders is not supported for protocol %1." +msgstr "" + +#: core/slavebase.cpp:825 +#, kde-format +msgid "Retrieving data from %1 is not supported." +msgstr "Bô tsi-uān uì %1 tshú-tit tsu-liāu." + +#: core/slavebase.cpp:827 +#, kde-format +msgid "Retrieving mime type information from %1 is not supported." +msgstr "Bô tsi-uān uì %1 tshú-tit MIME luī-pia̍t tsu-sìn." + +#: core/slavebase.cpp:829 +#, kde-format +msgid "Renaming or moving files within %1 is not supported." +msgstr "Bô tsi-uān tī %1 lāi-té kā tóng-àn kái-miâ á-sī suá-uī." + +#: core/slavebase.cpp:831 +#, kde-format +msgid "Creating symlinks is not supported with protocol %1." +msgstr "Bô tsi-uān iōng hia̍p-tīng %1 ê sî-tsūn kiàn-li̍p hû-hō-liân-kiat." + +#: core/slavebase.cpp:833 +#, kde-format +msgid "Copying files within %1 is not supported." +msgstr "Bô tsi-uān tī %1 lāi-té khóo-pih tóng-àn." + +#: core/slavebase.cpp:835 +#, kde-format +msgid "Deleting files from %1 is not supported." +msgstr "Bô tsi-uān uì %1 thâi-tiāu tóng-àn." + +#: core/slavebase.cpp:837 +#, kde-format +msgid "Creating folders is not supported with protocol %1." +msgstr "Bô tsi-uān iōng hia̍p-tīng %1 ê sî-tsūn kiàn-li̍p tsu-liāu-giap-á." + +#: core/slavebase.cpp:839 +#, kde-format +msgid "Changing the attributes of files is not supported with protocol %1." +msgstr "" + +#: core/slavebase.cpp:841 +#, kde-format +msgid "Changing the ownership of files is not supported with protocol %1." +msgstr "Tī hia̍p-tīng %1 bô tsi-uān kái-piàn tóng-àn ê sóo-iú-tsiá." + +#: core/slavebase.cpp:843 +#, kde-format +msgid "Opening files is not supported with protocol %1." +msgstr "Tī hia̍p-tīng %1 bô tsi-uān khui tóng-àn." + +#: core/slavebase.cpp:845 +#, kde-format +msgid "Protocol %1 does not support action %2." +msgstr "Hia̍p-tīng %1 bô tsi-uān tōng-tsok %2." + +#: core/worker.cpp:309 +#, kde-format +msgctxt "@info %2 is a path" +msgid "" +"The security of the KIO worker for protocol ’%1’, which typically asks for " +"elevated permissions, can not be guaranteed because users other than root " +"have permission to modify it at %2." +msgstr "" +"Hia̍p-tīng '%1' ê KIO kang-tsok-khì pîng-siông ē iau-kiû thê-ko khuân-hān, m̄-" +"koh i ê an-tsuân suah bô-huat-tōo pó-tsìng, in-uī root í-guā ê iōng-tsiá mā " +"ū khuân-hān tī %2 kā i siu-kái." + +#: core/worker.cpp:347 +#, kde-format +msgid "Unknown protocol '%1'." +msgstr "M̄-tsai ê hia̍p-tīng '%1'." + +#: core/worker.cpp:358 +#, kde-format +msgid "Can not find a KIO worker for protocol '%1'." +msgstr "Tshuē-bô hia̍p-tīng '%1' iōng ê KIO kang-tsok-khì." + +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 +#, kde-format +msgid "Can not create a socket for launching a KIO worker for protocol '%1'." +msgstr "" + +#: core/worker.cpp:423 +#, kde-format +msgid "Can not find 'kioworker' executable at '%1'" +msgstr "Tī '%1' tshuē-bô 'kioworker' tsip-hîng-tóng" + +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 +#, kde-format +msgid "&Details" +msgstr "Siông-sè(&D)" + +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 +#: widgets/sslui.cpp:97 +#, kde-format +msgid "&Forever" +msgstr "Íng-uán(&F)" + +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 +#, kde-format +msgid "Co&ntinue" +msgstr "Kè-sio̍k(&N)" + +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 +#: widgets/sslui.cpp:98 +#, kde-format +msgid "&Current Session only" +msgstr "Kan-na tsit-ê Kang-tsok-kai-tuānn(&C)" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Suá kàu sin-ê tsu-liāu-giap-á lāi" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Uī tsia-ê hāng-bo̍k kiàn-li̍p sin ê tsu-liāu-giap-á" + +#: filewidgets/kdiroperator.cpp:314 +#, kde-format +msgctxt "Loading bar percent value" +msgid "%p%" +msgstr "%p%" + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "You did not select a file to delete." +msgstr "Lí bô suán ài thâi-tiāu ê tóng-àn." + +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 +#, kde-format +msgid "Nothing to Delete" +msgstr "Bô ē-tàng thâi-tiāu ê mi̍h-kiānn." + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "You did not select a file to trash." +msgstr "Lí bô suán ài suá-khì pùn-sò-tháng ê tóng-àn." + +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 +#, kde-format +msgid "Nothing to Trash" +msgstr "Bô ē-tàng suá-khì pùn-sò-tháng ê mi̍h-kiānn." + +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 +#, kde-format +msgid "The specified folder does not exist or was not readable." +msgstr "Tsí-tīng ê tsu-liāu-giap-á bô tsûn-tsāi á-sī bô-huat-tōo tho̍k-tshú." + +#: filewidgets/kdiroperator.cpp:2044 +#, kde-format +msgid "Menu" +msgstr "Suán-tuann" + +#: filewidgets/kdiroperator.cpp:2049 +#, kde-format +msgid "Parent Folder" +msgstr "Tíng-tsàn Tsu-liāu-giap-á" + +#: filewidgets/kdiroperator.cpp:2056 +#, kde-format +msgctxt "@info" +msgid "Go back" +msgstr "Tńg-khì" + +#: filewidgets/kdiroperator.cpp:2060 +#, kde-format +msgctxt "@info" +msgid "Go forward" +msgstr "Hiòng-tsiân" + +#: filewidgets/kdiroperator.cpp:2064 +#, kde-format +msgid "Home Folder" +msgstr "Ka-bo̍k-lo̍k" + +#: filewidgets/kdiroperator.cpp:2068 +#, kde-format +msgid "Reload" +msgstr "Tîng Tsài-ji̍p" + +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format +msgctxt "@action" +msgid "New Folder…" +msgstr "Kiàn-li̍p Tsu-liāu-giap-á…" + +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 +#, kde-format +msgid "Move to Trash" +msgstr "Suá-khì Pùn-sò-tháng" + +#: filewidgets/kdiroperator.cpp:2087 +#, kde-format +msgid "Delete" +msgstr "Thâi-tiāu" + +#: filewidgets/kdiroperator.cpp:2094 +#, kde-format +msgid "Sorting" +msgstr "Sūn-sū" + +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format +msgid "Sort by Name" +msgstr "Iōng Miâ lâi Pâi-sū" + +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format +msgid "Sort by Size" +msgstr "Iōng Tuā-sè lâi Pâi-sū" + +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format +msgid "Sort by Date" +msgstr "Iōng Ji̍t-kî lâi Pâi-sū" + +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format +msgid "Sort by Type" +msgstr "Iōng Luī lâi Pâi-sū" + +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format +msgid "Ascending" +msgstr "Tsing-sū" + +#: filewidgets/kdiroperator.cpp:2133 +#, kde-format +msgid "Descending" +msgstr "Kiám-sū" + +#: filewidgets/kdiroperator.cpp:2140 +#, kde-format +msgid "Folders First" +msgstr "Tsu-liāu-giap-á tī Thâu-tsîng" + +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format +msgid "Hidden Files Last" +msgstr "Ún-tsông-tóng-àn tī Siōng-bué" + +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format +msgid "Icons View" +msgstr "Tôo-sī Kiám-sī" + +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format +msgid "Compact View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format +msgid "Details View" +msgstr "Siông-sè Kiám-sī" + +#: filewidgets/kdiroperator.cpp:2186 +#, kde-format +msgid "Icon Position" +msgstr "Tôo-sī Uī-tì" + +#: filewidgets/kdiroperator.cpp:2189 +#, kde-format +msgid "Next to File Name" +msgstr "Tī Tóng-miâ Pinn-á" + +#: filewidgets/kdiroperator.cpp:2195 +#, kde-format +msgid "Above File Name" +msgstr "Teh Tóng-miâ Tíng-kuân" + +#: filewidgets/kdiroperator.cpp:2209 +#, kde-format +msgid "Short View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2216 +#, kde-format +msgid "Detailed View" +msgstr "Siông-sè Kiám-sī" + +#: filewidgets/kdiroperator.cpp:2223 +#, kde-format +msgid "Tree View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2230 +#, kde-format +msgid "Detailed Tree View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2243 +#, kde-format +msgid "Allow Expansion in Details View" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2249 +#, kde-format +msgid "Show Hidden Files" +msgstr "Hián-sī Ún-tsông-tóng-àn" + +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format +msgid "Show Preview Panel" +msgstr "Hián-sī Ī-lám Bīn-pán" + +#: filewidgets/kdiroperator.cpp:2263 +#, kde-format +msgid "Show Preview" +msgstr "Hián-sī Ī-lám" + +#: filewidgets/kdiroperator.cpp:2270 +#, kde-format +msgid "Open Containing Folder" +msgstr "Phah-khui Pó-tsûn Tsu-liāu-giap-á" + +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 +#, kde-format +msgid "Properties" +msgstr "Sio̍k-sìng" + +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format +msgid "&View Mode" +msgstr "Kiám-sī Bôo-sik(&V)" + +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 +#, kde-format +msgctxt "Sort descending" +msgid "Z-A" +msgstr "Z-A" + +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 +#, kde-format +msgctxt "Sort ascending" +msgid "A-Z" +msgstr "A-Z" + +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format +msgctxt "Sort ascending" +msgid "Oldest First" +msgstr "Kū ê tī Thâu-tsîng" + +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Sin ê tī Thâu-tsîng" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format +msgctxt "Sort descending" +msgid "Largest First" +msgstr "Tuā ê tī Thâu-tsîng" + +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format +msgctxt "Sort ascending" +msgid "Smallest First" +msgstr "Sé ê tī Thâu-tsîng" + +#: filewidgets/kencodingfiledialog.cpp:73 +#, kde-format +msgid "Encoding:" +msgstr "Pian-bé:" + +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 +#: filewidgets/kencodingfiledialog.cpp:150 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 +#, kde-format +msgid "Open" +msgstr "Phah-khui" + +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 +#, kde-format +msgid "Save As" +msgstr "Iōng Pa̍t-ê Miâ Tû-tsûn" + +#: filewidgets/kfilecopytomenu.cpp:71 +#, kde-format +msgctxt "@title:menu" +msgid "Copy To" +msgstr "Khóo-pih khì" + +#: filewidgets/kfilecopytomenu.cpp:77 +#, kde-format +msgctxt "@title:menu" +msgid "Move To" +msgstr "Suá-khì" + +#: filewidgets/kfilecopytomenu.cpp:102 +#, kde-format +msgctxt "@title:menu" +msgid "Home Folder" +msgstr "Ka-bo̍k-lo̍k" + +#: filewidgets/kfilecopytomenu.cpp:110 +#, kde-format +msgctxt "@title:menu" +msgid "Root Folder" +msgstr "Kin-bo̍k-lo̍k" + +#: filewidgets/kfilecopytomenu.cpp:146 +#, kde-format +msgctxt "@action:inmenu in Copy To or Move To submenu" +msgid "Browse…" +msgstr "Liû-lám…" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Copy Here" +msgstr "Khóo-pih kàu tsia" + +#: filewidgets/kfilecopytomenu.cpp:225 +#, kde-format +msgctxt "@title:menu" +msgid "Move Here" +msgstr "Suá kàu tsia" + +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format +msgctxt "Default mime type filter that shows all file types" +msgid "*|All Files" +msgstr "*|Sóo-ū ê tóng-àn" + +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format +msgctxt "%1 is the mimetype name, %2 is the extensions" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: filewidgets/kfilefiltercombo.cpp:160 +#, kde-format +msgid "All Supported Files" +msgstr "Sóo-ū Tsi-uān ê Tóng-àn" + +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 +#, kde-format +msgid "All Files" +msgstr "Sóo-ū ê Tóng-àn " + +#: filewidgets/kfileplaceeditdialog.cpp:68 +#, kde-format +msgid "Add Places Entry" +msgstr "Thiam Uī-tì Hāng-bo̍k" + +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format +msgid "Edit Places Entry" +msgstr "Pian-tsi̍p Uī-tì Hāng-bo̍k" + +#: filewidgets/kfileplaceeditdialog.cpp:80 +#, kde-format +msgid "" +"This is the text that will appear in the Places panel.

              The " +"label should consist of one or two words that will help you remember what " +"this entry refers to. If you do not enter a label, it will be derived from " +"the location's URL.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:86 +#, kde-format +msgid "L&abel:" +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "Tī tsia su-ji̍p suat-bîng biâu-su̍t" + +#: filewidgets/kfileplaceeditdialog.cpp:93 +#, kde-format +msgid "" +"This is the location associated with the entry. Any valid URL may be " +"used. For example:

              %1
              http://www.kde.org
              ftp://ftp.kde." +"org/pub/kde/stable

              By clicking on the button next to the text " +"edit box you can browse to an appropriate URL.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:100 +#, kde-format +msgid "&Location:" +msgstr "Uī-tì(&L):" + +#: filewidgets/kfileplaceeditdialog.cpp:107 +#, kde-format +msgid "" +"This is the icon that will appear in the Places panel.

              Click " +"on the button to select a different icon.
              " +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:128 +#, kde-format +msgid "Choose an &icon:" +msgstr "Suán tôo-sī(&I):" + +#: filewidgets/kfileplaceeditdialog.cpp:138 +#, kde-format +msgid "&Only show when using this application (%1)" +msgstr "" + +#: filewidgets/kfileplaceeditdialog.cpp:141 +#, kde-format +msgid "" +"Select this setting if you want this entry to show only when using the " +"current application (%1).

              If this setting is not selected, the " +"entry will be available in all applications.
              " +msgstr "" + +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format +msgctxt "@item" +msgid "Places" +msgstr "Uī-tì" + +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format +msgctxt "@item" +msgid "Remote" +msgstr "Uán-tuan" + +#: filewidgets/kfileplacesitem.cpp:227 +#, kde-format +msgctxt "@item The place group section name for recent dynamic lists" +msgid "Recent" +msgstr "Kīn-lâi" + +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format +msgctxt "@item" +msgid "Search For" +msgstr "Tshuē" + +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format +msgctxt "@item" +msgid "Devices" +msgstr "Tsong-tì" + +#: filewidgets/kfileplacesitem.cpp:236 +#, kde-format +msgctxt "@item" +msgid "Removable Devices" +msgstr "Khó-î-tû Tsong-tì" + +#: filewidgets/kfileplacesitem.cpp:239 +#, kde-format +msgctxt "@item" +msgid "Tags" +msgstr "Piau-tshiam" + +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format +msgctxt "@info:tooltip path (mounted from)" +msgid "%1 (from %2)" +msgstr "%1 (uì %2)" + +#: filewidgets/kfileplacesmodel.cpp:162 +msgctxt "KFile System Bookmarks" +msgid "All tags" +msgstr "Sóo-ū ê piau-tshiam" + +#. i18nc calls has to be "KFile System Bookmarks". +#. The real i18nc call is made later, with this context, so the two must match. +#: filewidgets/kfileplacesmodel.cpp:258 +msgctxt "KFile System Bookmarks" +msgid "Home" +msgstr "Thâu-ia̍h" + +#: filewidgets/kfileplacesmodel.cpp:267 +msgctxt "KFile System Bookmarks" +msgid "Desktop" +msgstr "Toh-bīn" + +#: filewidgets/kfileplacesmodel.cpp:274 +msgctxt "KFile System Bookmarks" +msgid "Documents" +msgstr "Bûn-kiānn" + +#: filewidgets/kfileplacesmodel.cpp:281 +msgctxt "KFile System Bookmarks" +msgid "Downloads" +msgstr "Hā-tsài" + +#: filewidgets/kfileplacesmodel.cpp:286 +msgctxt "KFile System Bookmarks" +msgid "Network" +msgstr "Bāng-lōo" + +#: filewidgets/kfileplacesmodel.cpp:291 +msgctxt "KFile System Bookmarks" +msgid "Trash" +msgstr "Pùn-sò-tháng" + +#: filewidgets/kfileplacesmodel.cpp:352 +msgctxt "KFile System Bookmarks" +msgid "Music" +msgstr "Im-ga̍k" + +#: filewidgets/kfileplacesmodel.cpp:359 +msgctxt "KFile System Bookmarks" +msgid "Pictures" +msgstr "Tôo-phìnn" + +#: filewidgets/kfileplacesmodel.cpp:368 +msgctxt "KFile System Bookmarks" +msgid "Videos" +msgstr "Iánn-phìnn" + +#: filewidgets/kfileplacesmodel.cpp:395 +msgctxt "KFile System Bookmarks" +msgid "Recent Files" +msgstr "Kīn-lâi ê Tóng-àn" + +#: filewidgets/kfileplacesmodel.cpp:400 +msgctxt "KFile System Bookmarks" +msgid "Recent Locations" +msgstr "Kīn-lâi ê Uī-tì" + +#: filewidgets/kfileplacesmodel.cpp:423 +msgctxt "KFile System Bookmarks" +msgid "Modified Today" +msgstr "Kin-á-ji̍t Siu-kái--ê" + +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "Tsa-hng Siu-kái--ê" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format +msgctxt "Placeholder is error message" +msgid "Could not add to the Places panel: %1" +msgstr "Bô-huat-tōo thiam kàu Uī-tì bīn-pán: %1" + +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format +msgid "Only folders can be added to the Places panel." +msgstr "Tsí-ū tsu-liāu-giap-á ē-sái thiam kah Uī-tì bīn-pán lāi-té." + +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Siat-tīng…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format +msgctxt "@action:inmenu" +msgid "Releasing…" +msgstr "Teh Thè-tshut…" + +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Release" +msgstr "Thè-tshut(&R)" + +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format +msgctxt "@action:inmenu" +msgid "Safely Removing…" +msgstr "Teh An-tsuân Thè-tshut…" + +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Safely Remove" +msgstr "An-tsuân Thè-tshut(&S)" + +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format +msgctxt "@action:inmenu" +msgid "Unmounting…" +msgstr "Leh Sià-tsài…" + +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Unmount" +msgstr "Sià-tsài(&U)" + +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Eject" +msgstr "Thè-tshut(&E)" + +#: filewidgets/kfileplacesmodel.cpp:1506 +#, kde-format +msgid "The device '%1' is not a disk and cannot be ejected." +msgstr "Tsong-tì '%1' m̄-sī tsû-tia̍p, bô-huat-tōo thè-tshut." + +#: filewidgets/kfileplacesmodel.cpp:1542 +#, kde-format +msgid "An error occurred while accessing '%1', the system responded: %2" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1544 +#, kde-format +msgid "An error occurred while accessing '%1'" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1571 +#, kde-format +msgid "One or more files on this device are open within an application." +msgstr "" +"Tsit-ê tsong-tì tíng-kuân ū tóng-àn ia̍h hōo îng-ióng-tîng-sik khui--leh." + +#: filewidgets/kfileplacesmodel.cpp:1574 +#, kde-kuit-format +msgid "" +"One or more files on this device are opened in application " +"\"%2\"." +msgid_plural "" +"One or more files on this device are opened in following applications: " +"%2." +msgstr[0] "" +"Tsit-ê tsong-tì tíng-kuân ū tóng-àn ia̍h hōo tsit-kuá îng-ióng-tîng-sik khui--" +"leh: %2." + +#: filewidgets/kfileplacesmodel.cpp:1577 +#, kde-format +msgctxt "separator in list of apps blocking device unmount" +msgid ", " +msgstr ", " + +#: filewidgets/kfileplacesmodel.cpp:1624 +#, kde-format +msgctxt "@action:inmenu" +msgid "Reformat or Edit with Partition Manager" +msgstr "" + +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format +msgctxt "@info:tooltip full display text since it is elided: original tooltip" +msgid "%1: %2" +msgstr "%1: %2" + +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 +#, kde-format +msgctxt "Available space out of total partition size (percent used)" +msgid "%1 free of %2 (%3% used)" +msgstr "" + +#: filewidgets/kfileplacesview.cpp:674 +#, kde-format +msgid "%1 (hidden)" +msgstr "%1 (ún-tsông)" + +#: filewidgets/kfileplacesview.cpp:1228 +#, kde-format +msgctxt "@action:inmenu" +msgid "Empty Trash" +msgstr "Tshing-tû Pùn-sò-tháng" + +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format +msgctxt "@action:inmenu" +msgid "Mount" +msgstr "Kuà-tsài" + +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Tab" +msgstr "Khui tī Sin Hun-ia̍h" + +#: filewidgets/kfileplacesview.cpp:1266 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Window" +msgstr "Khui tī Sin Sī-thang" + +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format +msgctxt "@action:inmenu" +msgid "Add Entry…" +msgstr "Thiam Hāng-bo̍k…" + +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Edit…" +msgstr "Pian-tsi̍p(&E)…" + +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format +msgctxt "@action:inmenu" +msgid "Remove from Places" +msgstr "Uì Uī-tì Bīn-pán Î-tû" + +#: filewidgets/kfileplacesview.cpp:1290 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Hide" +msgstr "Ún-tsông(&H)" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section '%1'" +msgstr "Ún-tsông Khu-hi̍k '%1'" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section" +msgstr "Ún-tsông Khu-hi̍k" + +#: filewidgets/kfileplacesview.cpp:1306 +#, kde-format +msgid "&Show All Entries" +msgstr "Hián-sī &Sóo-ū Hāng-bo̍k" + +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format +msgctxt "@item:inmenu" +msgid "Icon Size" +msgstr "Tôo-sī Tuā-sè" + +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format +msgctxt "" +"@item:inmenu Auto set icon size based on available space inthe Places side-" +"panel" +msgid "Auto Resize" +msgstr "Tsū-tōng Tshiâu Tuā-sè" + +#: filewidgets/kfileplacesview.cpp:1452 +#, kde-format +msgctxt "Small icon size" +msgid "Small (%1x%1)" +msgstr "Sè (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1455 +#, kde-format +msgctxt "Medium icon size" +msgid "Medium (%1x%1)" +msgstr "Tiong (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format +msgctxt "Large icon size" +msgid "Large (%1x%1)" +msgstr "Tuā (%1x%1)" + +#: filewidgets/kfileplacesview.cpp:1461 +#, kde-format +msgctxt "Huge icon size" +msgid "Huge (%1x%1)" +msgstr "Tsiok-tuā (%1x%1)" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "You can only select one file" +msgstr "Tsí ē-sái suán tsi̍t-ē tóng-àn" + +#: filewidgets/kfilewidget.cpp:637 +#, kde-format +msgid "More than one file provided" +msgstr "Thê-kiong--ah siōng-tsē tóng-àn" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "You can only select local files" +msgstr "Tsí ē-sái suán pún-tē tóng-àn" + +#: filewidgets/kfilewidget.cpp:813 +#, kde-format +msgid "Remote files not accepted" +msgstr "Bô tsiap-siū uán-tuan tóng-àn" + +#: filewidgets/kfilewidget.cpp:820 +#, kde-format +msgid "" +"The selected URL uses an unsupported scheme. Please use the following " +"scheme: %2" +msgid_plural "" +"The selected URL uses an unsupported scheme. Please use one of the following " +"schemes: %2" +msgstr[0] "" +"Suán ê URL iōng ê sī bô tsi-uān ê URL hong-àn. Tshiánn iōng í-hā ê hong-àn: " +"%2" + +#: filewidgets/kfilewidget.cpp:826 +#, kde-format +msgid "Unsupported URL scheme" +msgstr "Bô tsi-uān ê URL hong-àn" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "The file \"%1\" could not be found" +msgstr "Tshuē-bô tóng-àn \"%1\"" + +#: filewidgets/kfilewidget.cpp:847 +#, kde-format +msgid "Cannot open file" +msgstr "Bô-huat-tōo khui tóng-àn" + +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format +msgid "" +"Click this button to enter the parent folder.

              For instance, " +"if the current location is file:/home/konqi clicking this button will take " +"you to file:/home.
              " +msgstr "" +"Tshi̍h tsit-ê liú lâi ji̍p-khì tíng-tsàn tsu-liāu-giap-á.

              Lē: " +"nā tsit-má tī file:/home/konqi, tshi̍h tse tshi̍h-liú ē tshuā lí khì file:/" +"home.
              " + +#: filewidgets/kfilewidget.cpp:1220 +#, kde-format +msgid "Click this button to move backwards one step in the browsing history." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1221 +#, kde-format +msgid "Click this button to move forward one step in the browsing history." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1223 +#, kde-format +msgid "Click this button to reload the contents of the current location." +msgstr "Tshi̍h tsit-ê liú lâi kā tsit-má uī-tì ê lāi-iông tîng tsài-ji̍p." + +#: filewidgets/kfilewidget.cpp:1225 +#, kde-format +msgid "Click this button to create a new folder." +msgstr "Tshi̍h tsit-ê liú lâi kiàn-li̍p sin ê tsu-liāu-giap-á." + +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format +msgid "Show Places Panel" +msgstr "Hián-sī Uī-tì Bīn-pán" + +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "Hián-sī Khuài-sok Kè-lī" + +#: filewidgets/kfilewidget.cpp:1242 +#, kde-format +msgid "Options" +msgstr "Suán-hāng" + +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format +msgid "" +"This is the preferences menu for the file dialog. Various options can be " +"accessed from this menu including:
              • how files are sorted in the list
              • types of view, including icon and list
              • showing of hidden " +"files
              • the Places panel
              • file previews
              • separating " +"folders from files
              " +msgstr "" + +#: filewidgets/kfilewidget.cpp:1264 +#, kde-format +msgid "Bookmarks" +msgstr "Su-tshiam" + +#: filewidgets/kfilewidget.cpp:1268 +#, kde-format +msgid "" +"This button allows you to bookmark specific locations. Click on this " +"button to open the bookmark menu where you may add, edit or select a " +"bookmark.

              These bookmarks are specific to the file dialog, but " +"otherwise operate like bookmarks elsewhere in KDE.
              " +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, nameLabel) +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 +#, kde-format +msgid "&Name:" +msgstr "Miâ(&N):" + +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Ho̍k-guân tóng-miâ kái-piàn" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Tsu-liāu-giap-á ū Piàn ê Sî-tsūn mā Pó-liû Lī-á" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Iōng miâ lâi kè-lī…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Tshàng Kè-lī-lia̍t" + +#: filewidgets/kfilewidget.cpp:1454 +#, kde-format +msgid "" +"While typing in the text area, you may be presented with possible " +"matches. This feature can be controlled by clicking with the right mouse " +"button and selecting a preferred mode from the Text Completion menu." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1461 +#, kde-format +msgid "This is the name to save the file as." +msgstr "Tse-sī ài kā tóng-àn tsûn tsò ê miâ." + +#: filewidgets/kfilewidget.cpp:1464 +#, kde-format +msgid "" +"This is the list of files to open. More than one file can be specified by " +"listing several files, separated by spaces." +msgstr "" + +#: filewidgets/kfilewidget.cpp:1469 +#, kde-format +msgid "This is the name of the file to open." +msgstr "Tse-sī ài khui ê tóng-àn ê miâ." + +#: filewidgets/kfilewidget.cpp:1482 +#, kde-format +msgctxt "@title:window" +msgid "Places" +msgstr "Uī-tì" + +#: filewidgets/kfilewidget.cpp:1763 +#, kde-format +msgid "The file \"%1\" already exists. Do you wish to overwrite it?" +msgstr "Tóng-àn \"%1\" í-king ū--ah. Lí kám ài kā i tshú-tāi tiāu?" + +#: filewidgets/kfilewidget.cpp:1764 +#, kde-format +msgid "Overwrite File?" +msgstr "Tshú-tāi Tóng-àn?" + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "You can only select local files." +msgstr "Tsí ē-sái suán pún-tē tóng-àn." + +#: filewidgets/kfilewidget.cpp:1961 +#, kde-format +msgid "Remote Files Not Accepted" +msgstr "Bô Tsiap-siū Uán-tuan Tóng-àn" + +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format +msgid "All Folders" +msgstr "Sóo-ū ê Tsu-liāu-giap-á" + +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Tsit-má ê Bo̍k-lo̍k: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 +#, kde-format +msgid "&Open" +msgstr "Phah-khui(&O)" + +#: filewidgets/kfilewidget.cpp:2315 +#, kde-format +msgid "Icon size: %1 pixels" +msgstr "Tôo-sī Tuā-sè: %1 uē-sòo" + +#: filewidgets/kfilewidget.cpp:2482 +#, kde-format +msgid "Automatically select filename e&xtension (%1)" +msgstr "Tsū-tōng suán hù-tóng-miâ(&X) (%1)" + +#: filewidgets/kfilewidget.cpp:2483 +#, kde-format +msgid "the extension %1" +msgstr "hù-tóng-miâ %1" + +#: filewidgets/kfilewidget.cpp:2489 +#, kde-format +msgid "Automatically select filename e&xtension" +msgstr "Tsū-tōng suán hù-tóng-miâ(&X)" + +#: filewidgets/kfilewidget.cpp:2490 +#, kde-format +msgid "a suitable extension" +msgstr "sik-ha̍p ê hù-tóng-miâ" + +#: filewidgets/kfilewidget.cpp:2498 +#, kde-format +msgid "" +"This option enables some convenient features for saving files with " +"extensions:
              1. Any extension specified in the %1 text area " +"will be updated if you change the file type to save in.

              2. If no extension is specified in the %2 text area when you " +"click Save, %3 will be added to the end of the filename (if the " +"filename does not already exist). This extension is based on the file type " +"that you have chosen to save in.

                If you do not want KDE to supply " +"an extension for the filename, you can either turn this option off or you " +"can suppress it by adding a period (.) to the end of the filename (the " +"period will be automatically removed).
              If unsure, keep this option " +"enabled as it makes your files more manageable." +msgstr "" + +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format +msgid "&File type:" +msgstr "Tóng-àn luī(&F):" + +#: filewidgets/kfilewidget.cpp:2968 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format that the " +"file will be saved as." +msgstr "" + +#: filewidgets/kfilewidget.cpp:2970 +#, kde-format +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Su-ji̍p %1 tóng-miâ:" + +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Pháinn-sè" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Sin liân-kiat ê miâ:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Kiàn-li̍p Hû-hō-liân-kiat" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Kiàn-li̍p bāng-tsí ê liân-kiat" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 cannot be used because it is reserved for " +"use by the operating system." +msgstr "" +"Tóng-miâ %1 bē-sái iōng, in-uī tse sī tshau-tsok-hē-" +"thóng pó-liû ê miâ." + +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a dot, so it will be hidden by " +"default." +msgstr "" +"Tóng-miâ %1 í tiám khai-sí, sóo-í i ē ū-siat hōo ún-" +"tsông." + +#: filewidgets/knewfilemenu.cpp:1180 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The name %1 starts with a space, which will result in " +"it being shown before other items when sorting alphabetically, among other " +"potential oddities." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1198 +#, kde-format +msgid "Using slashes in folder names will create sub-folders, like so:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1212 +#, kde-format +msgid "Using slashes in folder names will create sub-folders." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1224 +#, kde-format +msgid "Slashes cannot be used in file and folder names." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1229 +#, kde-format +msgid "Backslashes cannot be used in file and folder names." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 +#, kde-format +msgid "" +"Starting a file or folder name with a tilde is not recommended because it " +"may be confusing or dangerous when using the terminal to delete things." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format +msgctxt "@info" +msgid "A directory with name %1 already exists." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format +msgctxt "@info" +msgid "A file with name %1 already exists." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1412 +#, kde-format +msgid "Create New" +msgstr "Kiàn-li̍p" + +#: filewidgets/knewfilemenu.cpp:1447 +#, kde-format +msgid "Link to Device" +msgstr "Liân-kiat kàu Tsong-tì" + +#: filewidgets/knewfilemenu.cpp:1486 +#, kde-format +msgctxt "Default name for a new folder" +msgid "New Folder" +msgstr "Kiàn-li̍p Tsu-liāu-giap-á" + +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder" +msgstr "Kiàn-li̍p Sin-ê Tsu-liāu-giap-á" + +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format +msgid "Create new folder in %1:" +msgstr "Tī %1 kiàn-li̍p sin-ê tsu-liāu-giap-á:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Su-ji̍p tsu-liāu-giap-á ê miâ" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Ū-siat" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Kiàn-li̍p Sin-ê Tóng-àn" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Su-ji̍p tóng-miâ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Suán tsū-tīng ê tôo-sī á-sī sik-tshái" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Suán Pa̍t-ê Tôo-sī…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" +"Lí ē-sái tsi-āu tī tsu-liāu-giap-á sio̍k-sìng tuì-uē-khing kái-piàn tôo-sī." + +#. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 +#, kde-format +msgid "Copy" +msgstr "Khóo-pih" + +#. i18n: ectx: property (text), widget (QPushButton, pasteButton) +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 +#, kde-format +msgid "Paste" +msgstr "Tah--khí-khì" + +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Tab" +msgstr "Tī Sin ê Hun-ia̍h Khui \"%1\"" + +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open \"%1\" in New Window" +msgstr "Tī Sin ê Sī-thang Khui \"%1\"" + +#: filewidgets/kurlnavigator.cpp:651 +#, kde-format +msgid "Edit" +msgstr "Pian-tsi̍p" + +#: filewidgets/kurlnavigator.cpp:654 +#, kde-format +msgid "Navigate" +msgstr "Liû-lán" + +#: filewidgets/kurlnavigator.cpp:669 +#, kde-format +msgid "Show Full Path" +msgstr "Hián-sī Uân-tsíng Lōo-kìng" + +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format +msgctxt "@info:tooltip for button. 1 is path" +msgid "Go to any location on the path %1" +msgstr "Tsiân-óng lōo-kìng %1 lāi-té ê jīm-hô uī-tì" + +#: filewidgets/kurlnavigatorbutton.cpp:725 +#, kde-format +msgctxt "@action:inmenu" +msgid "More" +msgstr "Khah-tsè" + +#: filewidgets/kurlnavigatordropdownbutton.cpp:21 +#, kde-format +msgctxt "@action:button opening a list of locations" +msgid "Go to Location on Path" +msgstr "Tsiân-óng Lōo-kìng lāi-té ê Uī-tì" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Uī-tì" + +#: filewidgets/kurlnavigatorschemecombo.cpp:155 +#, kde-format +msgctxt "@item:inmenu" +msgid "Devices" +msgstr "Tsong-tì" + +#: filewidgets/kurlnavigatorschemecombo.cpp:159 +#, kde-format +msgctxt "@item:inmenu" +msgid "Subversion" +msgstr "Subversion" + +#: filewidgets/kurlnavigatorschemecombo.cpp:163 +#, kde-format +msgctxt "@item:inmenu" +msgid "Other" +msgstr "Kî-thann" + +#: filewidgets/kurlnavigatortogglebutton.cpp:28 +#, kde-format +msgid "Edit mode" +msgstr "Pian-tsi̍p bôo-sik" + +#: filewidgets/kurlnavigatortogglebutton.cpp:80 +#, kde-format +msgid "Click for Location Navigation" +msgstr "Tshi̍h tsia lâi iōng Uī-tì Liû-lám" + +#: filewidgets/kurlnavigatortogglebutton.cpp:82 +#, kde-format +msgid "Click to Edit Location" +msgstr "Tshi̍h tsia lâi Pian-tsi̍p Uī-tì" + +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 +#, kde-format +msgid "You are not authorized to execute this file." +msgstr "Lí bô khuân-hān tsip-hîng tsit-ê tóng-àn." + +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format +msgctxt "Launching application" +msgid "Launching %1" +msgstr "Tī khí-tōng %1" + +#: gui/applicationlauncherjob.cpp:173 +#, kde-format +msgid "" +"Unable to make the service %1 executable, aborting execution.\n" +"%2." +msgstr "" +"Bô-huat-tōo kā ho̍k-bū %1 piàn-tsò ē-sái tsip-hîng. Tiong-tsí tsip-hîng.\n" +"%2." + +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 +#, kde-format +msgid "You are not authorized to select an application to open this file." +msgstr "" +"Lí bô khuân-hān lâi suán ài iōng tó-tsi̍t-ê ìng-iōng-tîng-sik khui tsit-ê " +"tóng-àn." + +#: gui/applicationlauncherjob.cpp:299 +#, kde-format +msgid "" +"Internal error: could not prompt the user for which application to start" +msgstr "" +"Luē-pōo tshò-gōo: bô-huat-tōo būn iōng-tsiá ài khí-tōng tó-tsi̍t-ê ìng-iōng-" +"tîng-sik" + +#: gui/commandlauncherjob.cpp:107 +#, kde-format +msgctxt "An error message" +msgid "Empty command provided" +msgstr "Thê-kiong ê tsí-līng sī khang ê" + +#: gui/faviconrequestjob.cpp:108 +#, kde-format +msgid "No favicon found for %1" +msgstr "Tshuē-bô %1 iōng ê favicon" + +#: gui/faviconrequestjob.cpp:156 +#, kde-format +msgid "Error saving image to %1" +msgstr "Tû-tsûn iánn-siōng kàu %1 ê sî-tsūn huat-sing tshò-ngōo" + +#: gui/faviconrequestjob.cpp:166 +#, kde-format +msgid "Icon file too big, download aborted" +msgstr "Tôo-sī tóng-àn siunn-tuā--ah, hā-tsài tiong-tsí" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: tī thiàu-kuè khang ê tóng-àn, khó-lîng sī phái-khì--ê hû-hō-" +"liân-kiat: %1" + +#: gui/kemailclientlauncherjob.cpp:92 +#, kde-format +msgid "No mail client found" +msgstr "Tshuē-bô tiān-tsú phue-sìn ê client" + +#: gui/kprocessrunner.cpp:125 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is not valid." +msgstr "" +"desktop hāng-bo̍k tóng-àn\n" +"%1\n" +"bô-hāu." + +#: gui/kprocessrunner.cpp:294 +#, kde-format +msgid "Launching %1" +msgstr "Tī khí-tōng %1" + +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format +msgctxt "@info" +msgid "The command %1 could not be found." +msgstr "" + +# I don't think it's necessary to specify "emulator" here +# --Kisaragi +#: gui/kterminallauncherjob.cpp:130 +#, kde-format +msgid "No terminal emulator found" +msgstr "Tshuē-bô tsiong-tuan-ki" + +#: gui/openurljob.cpp:163 +#, kde-format +msgid "Failed to open %1" +msgstr "Khui %1 sit-pāi" + +#: gui/openurljob.cpp:301 +#, kde-format +msgid "" +"The desktop entry file\n" +"%1\n" +"is of type Link but has no URL=... entry." +msgstr "" +"desktop hāng-bo̍k tóng-àn\n" +"%1\n" +"sī Liân-kiat luī ê, m̄-koh i suah bô URL=... ti̍t." + +#: gui/openurljob.cpp:379 +#, kde-format +msgid "" +"The executable file \"%1\" is located on a remote filesystem. For safety " +"reasons it will not be started." +msgstr "" +"Tsip-hîng-tóng \"%1\" tī-leh uán-tuan tóng-àn-hē-thóng tíng-kuân, sóo-í uī-" +"tio̍h an-tsuân, bē kā i tsip-hîng." + +#: gui/openurljob.cpp:420 +#, kde-format +msgid "" +"For security reasons, launching executables is not allowed in this context." +msgstr "Uī-tio̍h an-tsuân, bē-sái tī tsit-ê lāi-bûn tsip-hîng tóng-àn." + +#: gui/openurljob.cpp:450 +#, kde-format +msgid "" +"The program \"%1\" needs to have executable permission before it can be " +"launched." +msgstr "Tîng-sik \"%1\" su-iàu ū tsip-hîng khuân-hān tsiah ē-sái khí-tōng." + +#: gui/openurljob.cpp:461 +#, kde-format +msgid "" +"Unable to make file \"%1\" executable.\n" +"%2." +msgstr "" + +#: gui/openurljob.cpp:547 +#, kde-format +msgid "The desktop entry file %1 has no Type=... entry." +msgstr "desktop hāng-bo̍k tóng-àn %1 bô Type=... ti̍t." + +#: gui/openurljob.cpp:639 +#, kde-format +msgid "" +"This file is incomplete and should not be opened.\n" +"Check your open applications and the notification area for any pending tasks " +"or downloads." +msgstr "" + +#: gui/openurljob.cpp:665 +#, kde-format +msgid "Failed to open the file." +msgstr "Khui tóng-àn sit-pāi." + +#: gui/openurljob.cpp:699 +#, kde-format +msgid "The program \"%1\" could not be launched." +msgstr "Tîng-sik \"%1\" bô-huat-tōo khí-tōng." + +#: kioexec/kioexecd.cpp:86 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The file %1has been modified. Do you want to " +"upload the changes?" +msgstr "" +"Tóng-àn %1 í-king hōo kái-piàn--ah. Lí kám ài tsiūnn-" +"thuân piàn-king?" + +#: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 +#, kde-format +msgid "File Changed" +msgstr "Tóng-àn Piàn--ah" + +#: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 +#, kde-format +msgid "Upload" +msgstr "Tsiūnn-thuân" + +#: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 +#, kde-format +msgid "Do Not Upload" +msgstr "Bái Tsiūnn-thuân" + +#: kioexec/main.cpp:58 +#, kde-format +msgid "Invalid URL: %1" +msgstr "Bô-hāu ê URL: %1" + +#: kioexec/main.cpp:64 +#, kde-format +msgid "File not found: %1" +msgstr "Tshuē-bô tóng-àn: %1" + +#: kioexec/main.cpp:81 +#, kde-format +msgid "" +"The URL %1\n" +"is malformed" +msgstr "" +"URL %1\n" +"put-tsìng" + +#: kioexec/main.cpp:83 +#, kde-format +msgid "" +"Remote URL %1\n" +"not allowed with --tempfiles switch" +msgstr "" +"Uán-tuan URL %1\n" +"tī iōng --tempfiles suán-hāng ê sî-tsūn bē-sái iōng" + +#: kioexec/main.cpp:239 +#, kde-format +msgid "" +"The supposedly temporary file\n" +"%1\n" +"has been modified.\n" +"Do you still want to delete it?" +msgstr "" +"Ing-kai ài sī tsiām-sî ê tóng-àn\n" +"%1\n" +"í-king hōo kái-piàn--ah.\n" +"Lí kám koh ài kā i thâi-tiāu?" + +#: kioexec/main.cpp:242 +#, kde-format +msgid "Do Not Delete" +msgstr "Bái Thâi-tiāu" + +#: kioexec/main.cpp:249 +#, kde-format +msgid "" +"The file\n" +"%1\n" +"has been modified.\n" +"Do you want to upload the changes?" +msgstr "" +"Tóng-àn\n" +"%1\n" +"í-king hōo kái-piàn--ah.\n" +"Lí kám ài tsiūnn-thuân piàn-king?" + +#: kioexec/main.cpp:302 +#, kde-format +msgid "KIOExec" +msgstr "KIOExec" + +#: kioexec/main.cpp:304 +#, kde-format +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgstr "" +"KIO Exec - Khui uán-tuan tóng-àn, kàm-sī siu-kái, tshíng-kiû tsiūnn-thuân" + +#: kioexec/main.cpp:306 +#, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 KFM/Konqueror Khai-huat-kûn" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format +msgid "Stephan Kulow" +msgstr "Stephan Kulow" + +#: kioexec/main.cpp:309 +#, kde-format +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" + +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 +#, kde-format +msgid "Treat URLs as local files and delete them afterwards" +msgstr "" + +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "" + +#: kioexec/main.cpp:319 +#, kde-format +msgid "Command to execute" +msgstr "Ài tsip-hîng ê tsí-līng" + +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "" + +#: kioworkers/file/file.cpp:689 +#, kde-format +msgid "" +"Could not change permissions for\n" +"%1" +msgstr "" + +#: kioworkers/file/file.cpp:697 +#, kde-format +msgctxt "@info" +msgid "" +"Could not change owner and group for\n" +"%1" +msgstr "" +"Bô-huat-tōo kái-piàn tsit-ê hāng-bo̍k ê sóo-iú-tsiá kah kûn-tsoo\n" +"%1" + +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Bô-huat-tōo khui tsiām-sî-tóng-àn" + +#: kioworkers/file/file.cpp:801 +#, kde-format +msgid "Could not find program \"mount\"" +msgstr "Tshuē-bô \"mount\" tîng-sik" + +#: kioworkers/file/file.cpp:878 +#, kde-format +msgid "Could not find program \"umount\"" +msgstr "Tshuē-bô \"umount\" tîng-sik" + +#: kioworkers/file/file_unix.cpp:602 +#, kde-format +msgid "Cannot copy file from %1 to %2. (Errno: %3)" +msgstr "" + +#: kioworkers/file/file_unix.cpp:817 +#, kde-format +msgid "No media in device for %1" +msgstr "Tsong-tì bô muî-thé hōo %1" + +#: kioworkers/file/file_unix.cpp:1086 +#, kde-format +msgid "Could not get user id for given user name %1" +msgstr "" + +#: kioworkers/file/file_unix.cpp:1097 +#, kde-format +msgid "Could not get group id for given group name %1" +msgstr "" + +#: kioworkers/ftp/ftp.cpp:354 +#, kde-format +msgid "Opening connection to host %1" +msgstr "Tī-leh khui kàu tsú-ki %1 ê liân-suànn" + +#: kioworkers/ftp/ftp.cpp:369 +#, kde-format +msgid "Connected to host %1" +msgstr "Liân-suànn kàu tsú-ki %1 --ah" + +#: kioworkers/ftp/ftp.cpp:477 +#, kde-format +msgid "%1 (Error %2)" +msgstr "%1 (Tshò-ngōo %2)" + +#: kioworkers/ftp/ftp.cpp:507 +#, kde-format +msgid "Sending login information" +msgstr "Tī-leh thuân ting-ji̍p tsu-sìn" + +#: kioworkers/ftp/ftp.cpp:557 +#, kde-format +msgid "" +"Message sent:\n" +"Login using username=%1 and password=[hidden]\n" +"\n" +"Server replied:\n" +"%2\n" +"\n" +msgstr "" +"Thuân khì ê sìn-sit:\n" +"Ting-ji̍p iōng-tsiá-miâ=%1, bi̍t-bé=[ún-tsông]\n" +"\n" +"Sù-ho̍k-khì huê-tap:\n" +"%2\n" +"\n" + +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 +#, kde-format +msgid "You need to supply a username and a password to access this site." +msgstr "" +"Ài thê-kiong iōng-tsiá-miâ kap bi̍t-bé tsiah ē-sái tsûn-tshú tsit-ê bāng-tsām." + +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 +#, kde-format +msgid "Site:" +msgstr "Bāng-tsām:" + +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 +#, kde-format +msgid "%1" +msgstr "%1" + +#: kioworkers/ftp/ftp.cpp:664 +#, kde-format +msgid "Login OK" +msgstr "Ting-ji̍p OK" + +#: kioworkers/ftp/ftp.cpp:689 +#, kde-format +msgid "Could not login to %1." +msgstr "Bô-huat-tōo ting-ji̍p kàu %1." + +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format +msgid "" +"\n" +"The server said: \"%1\"" +msgstr "" +"\n" +"Sù-ho̍k-khì huê-tap: \"%1\"" + +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 +#, kde-format +msgid "" +"You need to supply a username and a password for the proxy server listed " +"below before you are allowed to access any sites." +msgstr "" + +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 +#, kde-format +msgid "Proxy:" +msgstr "Tāi-lí:" + +#: kioworkers/ftp/ftp.cpp:2501 +#, kde-format +msgid "Proxy Authentication Failed." +msgstr "Tāi-lí Jīn-tsìng Sit-pāi." + +#: kioworkers/help/kio_help.cpp:112 +#, kde-format +msgid "There is no documentation available for %1." +msgstr "%1 bô bûn-kiānn ē-sái iōng." + +#: kioworkers/help/kio_help.cpp:157 +#, kde-format +msgid "Looking up correct file" +msgstr "" + +#: kioworkers/help/kio_help.cpp:203 +#, kde-format +msgid "Preparing document" +msgstr "Leh tsún-pī bûn-kiānn" + +#: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 +#, kde-format +msgid "The requested help file could not be parsed:
              %1" +msgstr "Iau-kiû ê pang-tsōo tóng-àn bô-huat-tōo hun-thiah:
              %1" + +#: kioworkers/help/kio_help.cpp:234 +#, kde-format +msgid "Saving to cache" +msgstr "Leh tsûn kàu cache" + +#: kioworkers/help/kio_help.cpp:253 +#, kde-format +msgid "Using cached version" +msgstr "Iōng cache lāi-té ê pán-pún" + +#: kioworkers/help/kio_help.cpp:314 +#, kde-format +msgid "Looking up section" +msgstr "" + +#: kioworkers/help/kio_help.cpp:321 +#, kde-format +msgid "Could not find filename %1 in %2." +msgstr "Tī %2 tshuē-bô tóng-miâ %1." + +#: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 +#, kde-format +msgid "" +"Would you like to accept this certificate forever without being prompted?" +msgstr "Lí kám ài íng-uán ti̍t-tsiap bái būn tio̍h tsiap-siū tsit-ê pîn-tsìng?" + +#: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 +#: widgets/widgetsaskuseractionhandler.cpp:514 +#, kde-format +msgid "Server Authentication" +msgstr "Sù-ho̍k-khì Jīn-tsìng" + +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 +#, kde-format +msgid "%1 at %2" +msgstr "tī %2 ê %1" + +#: kioworkers/http/http.cpp:1397 +#, kde-format +msgid "Otherwise, the request would have succeeded." +msgstr "Ah-bô tshíng-kiû tio̍h ē sîng-kong--ah." + +#: kioworkers/http/http.cpp:1400 +#, kde-format +msgctxt "request type" +msgid "retrieve property values" +msgstr "tshú-tit sio̍k-sìng ti̍t" + +#: kioworkers/http/http.cpp:1402 +#, kde-format +msgctxt "request type" +msgid "set property values" +msgstr "siat-tīng sio̍k-sìng ti̍t" + +#: kioworkers/http/http.cpp:1404 +#, kde-format +msgctxt "request type" +msgid "create the requested folder" +msgstr "kiàn-li̍p tshíng-kiû ê tsu-liāu-giap-á" + +#: kioworkers/http/http.cpp:1406 +#, kde-format +msgctxt "request type" +msgid "copy the specified file or folder" +msgstr "khóo-pih tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á" + +#: kioworkers/http/http.cpp:1408 +#, kde-format +msgctxt "request type" +msgid "move the specified file or folder" +msgstr "suá tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á" + +#: kioworkers/http/http.cpp:1410 +#, kde-format +msgctxt "request type" +msgid "search in the specified folder" +msgstr "tī tsí-tīng ê tsu-liāu-giap-á tshiau-tshuē" + +#: kioworkers/http/http.cpp:1412 +#, kde-format +msgctxt "request type" +msgid "lock the specified file or folder" +msgstr "só-tīng tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á" + +#: kioworkers/http/http.cpp:1414 +#, kde-format +msgctxt "request type" +msgid "unlock the specified file or folder" +msgstr "" + +#: kioworkers/http/http.cpp:1416 +#, kde-format +msgctxt "request type" +msgid "delete the specified file or folder" +msgstr "thâi-tiāu tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á" + +#: kioworkers/http/http.cpp:1418 +#, kde-format +msgctxt "request type" +msgid "query the server's capabilities" +msgstr "" + +#: kioworkers/http/http.cpp:1420 +#, kde-format +msgctxt "request type" +msgid "retrieve the contents of the specified file or folder" +msgstr "tshú-tit tsí-tīng ê tóng-àn á-sī tsu-liāu-giap-á ê lāi-iông" + +#: kioworkers/http/http.cpp:1422 +#, kde-format +msgctxt "request type" +msgid "run a report in the specified folder" +msgstr "tī tsí-tīng tsu-liāu-giap-á tsip-hîng huê-pò" + +#: kioworkers/http/http.cpp:1430 +#, kde-format +msgctxt "%1: code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "" + +#: kioworkers/http/http.cpp:1470 +#, kde-format +msgctxt "%1: request type, %2: url" +msgid "" +"An error occurred while attempting to %1, %2. A summary of the reasons is " +"below." +msgstr "" + +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 +#, kde-format +msgctxt "%1: request type" +msgid "Access was denied while attempting to %1." +msgstr "" + +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 +#, kde-format +msgid "" +"A resource cannot be created at the destination until one or more " +"intermediate collections (folders) have been created." +msgstr "" + +#: kioworkers/http/http.cpp:1511 +#, kde-format +msgid "" +"The server was unable to maintain the liveness of the\n" +"properties listed in the propertybehavior XML element\n" +"or you attempted to overwrite a file while requesting\n" +"that files are not overwritten.\n" +" %1" +msgstr "" +"Sù-ho̍k-khì bô-huat-tōo î-tshî propertybehavior XML\n" +"guân-sòo ê tsik-sî king-sin, tse mā ū khó-lîng sī\n" +"in-uī lí iau-kiû bái khàm-tiāu tóng-àn suah tshì-tio̍h\n" +"khàm-tiāu tóng-àn.\n" +" %1" + +#: kioworkers/http/http.cpp:1519 +#, kde-format +msgid "The requested lock could not be granted. %1" +msgstr "" + +#: kioworkers/http/http.cpp:1525 +#, kde-format +msgid "The server does not support the request type of the body." +msgstr "" + +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 +#, kde-format +msgctxt "%1: request type" +msgid "Unable to %1 because the resource is locked." +msgstr "" + +#: kioworkers/http/http.cpp:1534 +#, kde-format +msgid "This action was prevented by another error." +msgstr "" + +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 +#, kde-format +msgctxt "%1: request type" +msgid "" +"Unable to %1 because the destination server refuses to accept the file or " +"folder." +msgstr "" + +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 +#, kde-format +msgid "" +"The destination resource does not have sufficient space to record the state " +"of the resource after the execution of this method." +msgstr "" + +#: kioworkers/http/http.cpp:1603 +#, kde-format +msgid "The resource cannot be deleted." +msgstr "" + +#: kioworkers/http/http.cpp:1623 +#, kde-format +msgctxt "request type" +msgid "upload %1" +msgstr "tsiūnn-thuân %1" + +#: kioworkers/http/http.cpp:1674 +#, kde-format +msgctxt "%1: response code, %2: request type" +msgid "An unexpected error (%1) occurred while attempting to %2." +msgstr "" + +#: kioworkers/remote/remoteimpl.cpp:98 +#, kde-format +msgid "Network" +msgstr "Bāng-lōo" + +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format +msgid "Malformed URL %1" +msgstr "Put-tsìng ê URL %1" + +#: kioworkers/trash/kio_trash.cpp:136 +#, kde-format +msgid "" +"The directory %1 does not exist anymore, so it is not possible to restore " +"this item to its original location. You can either recreate that directory " +"and use the restore operation again, or drag the item anywhere else to " +"restore it." +msgstr "" +"Bo̍k-lo̍k %1 bô-khì--ah, sóo-í bô-huat-tōo kā tsit-ê hāng-bo̍k hue-ho̍k kàu guân-" +"pún ê sóo-tsāi. Lí ē-sái sin ka-kī koh-tsài kiàn-li̍p hit-ê bo̍k-lo̍k koh-lâi " +"iōng hue-ho̍k tshau-tsok, á-sī mā ē-sái kā hāng-bo̍k thua kàu pa̍t-ê sóo-tsāi " +"lâi kā i hue-ho̍k kàu hiah." + +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 +#, kde-format +msgid "Invalid combination of protocols." +msgstr "" + +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format +msgid "This file is already in the trash bin." +msgstr "" + +#: kioworkers/trash/kio_trash_win.cpp:244 +#, kde-format +msgid "not supported" +msgstr "bô tsi-uān" + +#: kioworkers/trash/kio_trash_win.cpp:253 +#, kde-format +msgid "Internal error in copyOrMove, should never happen" +msgstr "" +"Tī copyOrMove lāi-té ū luē-pōo tshò-gōo, tse ing-kai tsua̍t-tuì bē huat-sing" + +#: kioworkers/trash/ktrash.cpp:28 +#, kde-format +msgid "" +"Helper program to handle the KDE trash can\n" +"Note: to move files to the trash, do not use ktrash, but \"kioclient move " +"'url' trash:/\"" +msgstr "" + +#: kioworkers/trash/ktrash.cpp:31 +#, kde-format +msgid "Empty the contents of the trash" +msgstr "" + +#: kioworkers/trash/ktrash.cpp:33 +#, kde-format +msgid "Restore a trashed file to its original location" +msgstr "Kā tàn ji̍p-khì pùn-sò-tháng ê tóng-àn hue-ho̍k kàu guân-pún ê sóo-tsāi" + +#: kioworkers/trash/trashimpl.cpp:1305 +#, kde-format +msgid "The trash is full. Empty it or remove items manually." +msgstr "" + +#: kpasswdserver/kpasswdserver.cpp:529 +#, kde-format +msgid "Do you want to retry?" +msgstr "Lí kám ài tíng-tshì?" + +#: kpasswdserver/kpasswdserver.cpp:533 +#, kde-format +msgid "Retry Authentication" +msgstr "Tîng-tshì Jīn-tsìng" + +#: kpasswdserver/kpasswdserver.cpp:536 +#, kde-format +msgctxt "@action:button filter-continue" +msgid "Retry" +msgstr "Tîng-tshì" + +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format +msgid "Authentication Dialog" +msgstr "Jīn-tsìng Tuì-uē-khing" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "Access denied" +msgstr "Kī-tsua̍t tsûn-tshú" + +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format +msgid "You do not have permission to access the %1 protocol." +msgstr "Lí bô khuân-hān tsûn-tshú %1 hia̍p-tīng." + +#: urifilters/ikws/kuriikwsfilter.cpp:81 +#, kde-format +msgid "No preferred search providers were found." +msgstr "Tshuē-bô ài iu-sian sú-iōng ê tshiau-tshuē-thê-kiong-tsiá." + +#: urifilters/ikws/kuriikwsfilter.cpp:96 +#, kde-format +msgid "No search providers were found." +msgstr "Tshuē-bô tshiau-tshuē-thê-kiong-tsiá." + +#: urifilters/shorturi/kshorturifilter.cpp:247 +#, kde-format +msgid "%1 does not have a home folder." +msgstr "%1 bô ka-bo̍k-lo̍k." + +#: urifilters/shorturi/kshorturifilter.cpp:249 +#, kde-format +msgid "There is no user called %1." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, commonNameTag) +#: widgets/certificateparty.ui:28 +#, kde-format +msgid "Common name:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, commonName) +#: widgets/certificateparty.ui:38 +#, kde-format +msgid "Acme Co." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, organizationTag) +#: widgets/certificateparty.ui:48 +#, kde-format +msgid "Organization:" +msgstr "Tsoo-tsit:" + +#. i18n: ectx: property (text), widget (QLabel, organization) +#: widgets/certificateparty.ui:58 +#, kde-format +msgid "Acme Sundry Products Company" +msgstr "Acme Tsa̍p-bu̍t Sán-phín Kong-si" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnitTag) +#: widgets/certificateparty.ui:68 +#, kde-format +msgid "Organizational unit:" +msgstr "Tsoo-tsit tan-uī:" + +#. i18n: ectx: property (text), widget (QLabel, organizationalUnit) +#: widgets/certificateparty.ui:78 +#, kde-format +msgid "Fraud Department" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, countryTag) +#: widgets/certificateparty.ui:88 +#, kde-format +msgid "Country:" +msgstr "Kok-ka:" + +#. i18n: ectx: property (text), widget (QLabel, country) +#: widgets/certificateparty.ui:98 +#, kde-format +msgid "Canada" +msgstr "Ka-ná-tāi" + +#. i18n: ectx: property (text), widget (QLabel, stateTag) +#: widgets/certificateparty.ui:108 +#, kde-format +msgid "State:" +msgstr "Tsiu:" + +#. i18n: ectx: property (text), widget (QLabel, state) +#: widgets/certificateparty.ui:118 +#, kde-format +msgid "Quebec" +msgstr "Khue-bak-khik" + +#. i18n: ectx: property (text), widget (QLabel, cityTag) +#: widgets/certificateparty.ui:128 +#, kde-format +msgid "City:" +msgstr "Tshī:" + +#. i18n: ectx: property (text), widget (QLabel, city) +#: widgets/certificateparty.ui:138 +#, kde-format +msgid "Lakeridge Meadows" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/checksumswidget.ui:17 +#, kde-format +msgid "" +"Copy and paste a checksum in the field below.
              A checksum is usually " +"provided by the website you downloaded this file from." +msgstr "" + +#. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: widgets/checksumswidget.ui:32 +#, kde-format +msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." +msgstr "" + +#. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) +#: widgets/checksumswidget.ui:39 +#, kde-format +msgid "Click to paste the checksum from the clipboard to the input field." +msgstr "" +"Tshi̍h tsia lâi kā kiám-tsa-bé uì tsián-tah-phōo tah--khí-khì kàu su-ji̍p-lân." + +#. i18n: MD5 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, md5Label) +#: widgets/checksumswidget.ui:70 +#, kde-format +msgid "MD5:" +msgstr "MD5:" + +#. i18n: SHA1 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha1Label) +#: widgets/checksumswidget.ui:80 +#, kde-format +msgid "SHA1:" +msgstr "SHA1:" + +#. i18n: SHA256 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha256Label) +#: widgets/checksumswidget.ui:90 +#, kde-format +msgid "SHA256:" +msgstr "SHA256:" + +#. i18n: SHA512 is the hashing algorithm +#. i18n: ectx: property (text), widget (QLabel, sha512Label) +#: widgets/checksumswidget.ui:100 +#, kde-format +msgid "SHA512:" +msgstr "SHA512:" + +#. i18n: ectx: property (text), widget (QPushButton, md5Button) +#. i18n: ectx: property (text), widget (QPushButton, sha1Button) +#. i18n: ectx: property (text), widget (QPushButton, sha256Button) +#. i18n: ectx: property (text), widget (QPushButton, sha512Button) +#. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 +#, kde-format +msgid "Calculate" +msgstr "Kè-sǹg" + +#. i18n: ectx: property (toolTip), widget (QPushButton, md5CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) +#. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 +#, kde-format +msgid "Click to copy the checksum to the clipboard." +msgstr "Tshi̍h tsia lâi khóo-pih kiám-tsa-bé kàu tsián-tah-phōo." + +#: widgets/dropjob.cpp:192 +#, kde-format +msgid "C&ancel" +msgstr "Tshú-siau(&A)" + +#: widgets/dropjob.cpp:304 +#, kde-format +msgid "&Move Here" +msgstr "&Suá kàu Tsia" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgctxt "@action:inmenu Download contents of URL here" +msgid "&Download Here" +msgstr "Hā-tsài kàu Tsia(&D)" + +#: widgets/dropjob.cpp:310 +#, kde-format +msgid "&Copy Here" +msgstr "&Khóo-pih kàu Tsia" + +#: widgets/dropjob.cpp:317 +#, kde-format +msgid "&Link Here" +msgstr "&Liân-kiat kàu Tsia" + +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Khí-tōng(&L)" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format +msgid "What do you wish to do with this file?" +msgstr "" + +#: widgets/executablefileopendialog.cpp:83 +#, kde-format +msgctxt "@action:button" +msgid "&Open" +msgstr "Phah-khui(&O)" + +#: widgets/executablefileopendialog.cpp:85 +#, kde-format +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Iōng %1 Phah-khui(&O)" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, kde-format +msgid "Would you like to launch this file?" +msgstr "Lí kám ài khí-tōng tsit-ê tóng-àn?" + +#: widgets/fileundomanager.cpp:126 +#, kde-format +msgid "Creating directory" +msgstr "Tī-leh kiàn-li̍p tsu-liāu-giap-á" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Lâi-guân" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Bo̍k-ti̍k-tē" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Leh Khóo-pih" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Moving" +msgstr "Leh Suá-uī" + +#: widgets/fileundomanager.cpp:140 +#, kde-format +msgid "Renaming" +msgstr "Kái-miâ" + +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Leh Suá-khì Pùn-sò-tháng" + +#: widgets/fileundomanager.cpp:152 +#, kde-format +msgid "Deleting" +msgstr "Leh Thâi-tiāu" + +#: widgets/fileundomanager.cpp:326 +#, kde-format +msgid "Und&o" +msgstr "Ho̍k-guân(&O)" + +#: widgets/fileundomanager.cpp:332 +#, kde-format +msgid "Und&o: Copy" +msgstr "Ho̍k-guân: Khóo-pih(&O)" + +#: widgets/fileundomanager.cpp:334 +#, kde-format +msgid "Und&o: Link" +msgstr "Ho̍k-guân: Liân-kiat(&O)" + +#: widgets/fileundomanager.cpp:336 +#, kde-format +msgid "Und&o: Move" +msgstr "Ho̍k-guân: Suá-uī(&O)" + +#: widgets/fileundomanager.cpp:338 +#, kde-format +msgid "Und&o: Rename" +msgstr "Ho̍k-guân: Kái-miâ(&O)" + +#: widgets/fileundomanager.cpp:340 +#, kde-format +msgid "Und&o: Trash" +msgstr "Ho̍k-guân: Suá-khì Pùn-sò-tháng(&O)" + +#: widgets/fileundomanager.cpp:342 +#, kde-format +msgid "Und&o: Create Folder" +msgstr "Ho̍k-guân: Kiàn-li̍p Tsu-liāu-giap-á(&O)" + +#: widgets/fileundomanager.cpp:344 +#, kde-format +msgid "Und&o: Create Folder(s)" +msgstr "Ho̍k-guân: Kiàn-li̍p Tsu-liāu-giap-á(&O)" + +#: widgets/fileundomanager.cpp:346 +#, kde-format +msgid "Und&o: Create File" +msgstr "Ho̍k-guân: Kiàn-li̍p Tóng-àn(&O)" + +#: widgets/fileundomanager.cpp:348 +#, kde-format +msgid "Und&o: Batch Rename" +msgstr "Ho̍k-guân: Tsuân-pōo Kái-miâ(&O)" + +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Tshú-siau ho̍k-guân(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Tshú-siau ho̍k-guân: Khóo-pih(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Tshú-siau ho̍k-guân: Liân-kiat(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Tshú-siau ho̍k-guân: Suá-uī(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Tshú-siau ho̍k-guân: Kái-miâ(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Tshú-siau ho̍k-guân: Suá-khì Pùn-sò-tháng(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Tshú-siau ho̍k-guân: Kiàn-li̍p Tsu-liāu-giap-á(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Tshú-siau ho̍k-guân: Kiàn-li̍p Tsu-liāu-giap-á(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Tshú-siau ho̍k-guân: Kiàn-li̍p Tóng-àn(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Tshú-siau ho̍k-guân: Tsuân-pōo Kái-miâ(&R)" + +#: widgets/fileundomanager.cpp:906 +#, kde-format +msgid "" +"The file %1 was copied from %2, but since then it has apparently been " +"modified at %3.\n" +"Undoing the copy will delete the file, and all modifications will be lost.\n" +"Are you sure you want to delete %4?" +msgstr "" +"Tóng-àn %1 sī uì %2 khóo-pih ê, m̄-koh uì khóo-pih ê sî-tsūn kàu tsit-má i " +"kan-na í-king tī %3 hōo kái-piàn--ah.\n" +"Ho̍k-guân khóo-pih ē kā i thâi-tiāu, jî-tshiánn sóo-ū ê piàn-king lóng ē bô-" +"khì.\n" +"Lí kám tsin-tsiànn khak-tīng ài thâi-tiāu %4?" + +#: widgets/fileundomanager.cpp:916 +#, kde-format +msgid "Undo File Copy Confirmation" +msgstr "Khak-tīng Ho̍k-guân Tóng-àn Khóo-pih" + +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" +"Lí kám tsin-tsiànn ài kā tsit-ê hāng-bo̍k íng-uán thâi-tiāu?" +"%1 Tsit-ê tōng-tsok bô-huat-tōo " +"ho̍k-guân." + +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "Íng-uán Thâi-tiāu" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 +#: widgets/widgetsaskuseractionhandler.cpp:246 +#: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format +msgctxt "@action:button" +msgid "Delete Permanently" +msgstr "Íng-uán Thâi-tiāu" + +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" +"Lí kám tsin-tsiànn ài íng-uán kā tse %1 ê hāng-bo̍k thâi-tiāu?Tsit-ê tōng-tsok bô-huat-tōo ho̍k-guân." + +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you want to permanently delete all items from the Trash?This action cannot be undone." +msgstr "" +"Lí kám tsin-tsiànn ài kā Pùn-sò-tháng lāi-té sóo-ū ê hāng-bo̍k lóng-tsóng " +"thâi-tiāu?Tsit-ê tōng-tsok bô-huat-tōo ho̍k-" +"guân." + +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 +#, kde-format +msgctxt "@action:button" +msgid "Empty Trash" +msgstr "Tshing-tû Pùn-sò-tháng" + +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to move this item to the Trash?%1" +msgstr "" +"Lí kám tsin-tsiànn ài kā tsit-ê hāng-bo̍k suá-khì Pùn-sò-tháng?" +"%1" + +#: widgets/jobuidelegate.cpp:279 +#, kde-format +msgid "Do you really want to move this item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "Lí kám tsin-tsiànn ài kā tse %1 ê hāng-bo̍k suá-khì Pùn-sò-tháng?" + +#: widgets/kacleditwidget.cpp:71 +#, kde-format +msgctxt "@action:button" +msgid "Add…" +msgstr "Thiam…" + +#: widgets/kacleditwidget.cpp:75 +#, kde-format +msgctxt "@action:button" +msgid "Edit…" +msgstr "Pian-tsi̍p…" + +#: widgets/kacleditwidget.cpp:79 +#, kde-format +msgctxt "@action:button" +msgid "Delete" +msgstr "Thâi-tiāu" + +#: widgets/kacleditwidget.cpp:227 +#, kde-format +msgctxt "Unix permissions" +msgid "Owner" +msgstr "Sóo-iú-tsiá" + +#: widgets/kacleditwidget.cpp:231 +#, kde-format +msgctxt "UNIX permissions" +msgid "Owning Group" +msgstr "Sóo-ū ê Kûn-tsoo" + +#: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 +#, kde-format +msgctxt "UNIX permissions" +msgid "Others" +msgstr "Kî-thann" + +#: widgets/kacleditwidget.cpp:239 +#, kde-format +msgctxt "UNIX permissions" +msgid "Mask" +msgstr "Jia-tà" + +#: widgets/kacleditwidget.cpp:243 +#, kde-format +msgctxt "UNIX permissions" +msgid "Named User" +msgstr "Ū miâ-tshing ê iōng-tsiá" + +#: widgets/kacleditwidget.cpp:254 +#, kde-format +msgid "Owner (Default)" +msgstr "Sóo-iú-tsiá (Ū-siat)" + +#: widgets/kacleditwidget.cpp:384 +#, kde-format +msgid "Edit ACL Entry" +msgstr "Pian-tsi̍p ACL Hāng-bo̍k" + +#: widgets/kacleditwidget.cpp:387 +#, kde-format +msgid "Entry Type" +msgstr "Hāng-bo̍k Luī" + +#: widgets/kacleditwidget.cpp:394 +#, kde-format +msgid "Default for new files in this folder" +msgstr "Tsit-ê tsu-liāu-giap-á ê sin tóng-àn ê ū-siat" + +#: widgets/kacleditwidget.cpp:401 +#, kde-format +msgid "Owner" +msgstr "Sóo-iú-tsiá" + +#: widgets/kacleditwidget.cpp:406 +#, kde-format +msgid "Owning Group" +msgstr "Sóo-ū ê Kûn-tsoo" + +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 +#, kde-format +msgid "Others" +msgstr "Kî-thann" + +#: widgets/kacleditwidget.cpp:416 +#, kde-format +msgid "Mask" +msgstr "Jia-tà" + +#: widgets/kacleditwidget.cpp:421 +#, kde-format +msgid "Named user" +msgstr "Ū miâ-tshing ê iōng-tsiá" + +#: widgets/kacleditwidget.cpp:426 +#, kde-format +msgid "Named group" +msgstr "Ū miâ-tshing ê kûn-tsoo" + +#: widgets/kacleditwidget.cpp:444 +#, kde-format +msgid "User: " +msgstr "Iōng-tsiá: " + +#: widgets/kacleditwidget.cpp:458 +#, kde-format +msgid "Group: " +msgstr "Kûn-tsoo: " + +#: widgets/kacleditwidget.cpp:596 +#, kde-format +msgid "Type" +msgstr "Luī" + +#: widgets/kacleditwidget.cpp:597 +#, kde-format +msgid "Name" +msgstr "Miâ" + +#: widgets/kacleditwidget.cpp:598 +#, kde-format +msgctxt "read permission" +msgid "r" +msgstr "r" + +#: widgets/kacleditwidget.cpp:599 +#, kde-format +msgctxt "write permission" +msgid "w" +msgstr "w" + +#: widgets/kacleditwidget.cpp:600 +#, kde-format +msgctxt "execute permission" +msgid "x" +msgstr "x" + +#: widgets/kacleditwidget.cpp:601 +#, kde-format +msgid "Effective" +msgstr "Ū-hāu" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating System Configuration" +msgstr "Leh King-sin Hē-thóng Siat-tīng" + +#: widgets/kbuildsycocaprogressdialog.cpp:30 +#, kde-format +msgid "Updating system configuration…" +msgstr "Leh king-sin hē-thóng siat-tīng…" + +#: widgets/kdirmodel.cpp:1263 +#, kde-format +msgctxt "@title:column" +msgid "Name" +msgstr "Miâ" + +#: widgets/kdirmodel.cpp:1265 +#, kde-format +msgctxt "@title:column" +msgid "Size" +msgstr "Tuā-sè" + +#: widgets/kdirmodel.cpp:1267 +#, kde-format +msgctxt "@title:column" +msgid "Date" +msgstr "Ji̍t-kî" + +#: widgets/kdirmodel.cpp:1269 +#, kde-format +msgctxt "@title:column" +msgid "Permissions" +msgstr "Khuân-hān" + +#: widgets/kdirmodel.cpp:1271 +#, kde-format +msgctxt "@title:column" +msgid "Owner" +msgstr "Sóo-iú-tsiá" + +#: widgets/kdirmodel.cpp:1273 +#, kde-format +msgctxt "@title:column" +msgid "Group" +msgstr "Kûn-tsoo" + +#: widgets/kdirmodel.cpp:1275 +#, kde-format +msgctxt "@title:column" +msgid "Type" +msgstr "Luī" + +#: widgets/kfileitemactions.cpp:448 +#, kde-format +msgid "Open &with %1" +msgstr "Iōng %1 Phah-khui(&W)" + +#: widgets/kfileitemactions.cpp:450 +#, kde-format +msgctxt "@item:inmenu Open With, %1 is application name" +msgid "%1" +msgstr "%1" + +#: widgets/kfileitemactions.cpp:586 +#, kde-format +msgctxt "@title:menu" +msgid "&Actions" +msgstr "Tōng-tsok(&A)" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open Folder With…" +msgstr "Iōng Tîng-sik Khui Tsu-liāu-giap-á…(&O)" + +#: widgets/kfileitemactions.cpp:756 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Open With…" +msgstr "Iōng Tîng-sik Khui…(&O)" + +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Tsip-hîng Tóng-àn(&R)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open folder with %1" +msgstr "Iōng %1 Phah-khui Tsu-liāu-giap-á(&O)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open with %1" +msgstr "Iōng %1 Phah-khui(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open Folder With" +msgstr "Iōng Tîng-sik Khui Tsu-liāu-giap-á(&O)" + +#: widgets/kfileitemactions.cpp:868 +#, kde-format +msgctxt "@title:menu" +msgid "&Open With" +msgstr "Iōng Tîng-sik Khui(&O)" + +#: widgets/kfileitemactions.cpp:879 +#, kde-format +msgctxt "@action:inmenu Open With" +msgid "&Other Application…" +msgstr "Kî-thann Ìng-iōng-tîng-sik(&O)…" + +#: widgets/kfileitemdelegate.cpp:211 +#, kde-format +msgctxt "Items in a folder" +msgid "1 item" +msgid_plural "%1 items" +msgstr[0] "%1 ê Hāng-bo̍k" + +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 +#, kde-format +msgctxt "@info mimetype" +msgid "Unknown" +msgstr "M̄-tsai" + +#. i18n: ectx: property (text), widget (QLabel, typeLabel) +#: widgets/kfilepropspluginwidget.ui:88 +#, kde-format +msgid "Type:" +msgstr "Luī:" + +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Lāi-iông:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Iōng tîng-sik khui:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Kái-piàn..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Uī-tì:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Tuā-sè:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "Phuànn-tuàn tsu-liāu-giap-á tuā-sè" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Thîng" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Tiong-tsí phuànn-tuàn tsu-liāu-giap-á tuā-sè" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Tī Filelight Thàm-sik" + +#. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) +#: widgets/kfilepropspluginwidget.ui:330 +#, kde-format +msgid "Points to:" +msgstr "Liân-kiat kàu:" + +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, kde-format +msgid "Show target" +msgstr "Hián-sī bo̍k-piau" + +#. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:383 +#, kde-format +msgid "Created:" +msgstr "Kiàn-li̍p:" + +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Siu-kái:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Tsûn-tshú:" + +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Tóng-àn hē-thóng:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Kuà-tsài-tiám:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Uì toh kuà-tsài:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Ē-sái iōng ê khang-king:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "M̄-tsai tuā-sè" + +#: widgets/kopenwithdialog.cpp:299 +#, kde-format +msgid "Known Applications" +msgstr "Tsai-iánn ê Ìng-iōng-tîng-sik" + +#: widgets/kopenwithdialog.cpp:557 +#, kde-format +msgid "Open With" +msgstr "Iōng Tîng-sik Khui" + +#: widgets/kopenwithdialog.cpp:562 +#, kde-format +msgid "" +"Select the program that should be used to open %1. If the program " +"is not listed, enter the name or click the browse button." +msgstr "" + +#: widgets/kopenwithdialog.cpp:569 +#, kde-format +msgid "Choose the name of the program with which to open the selected files." +msgstr "" + +#: widgets/kopenwithdialog.cpp:590 +#, kde-format +msgid "Select the program you want to use to open the file
              %1
              " +msgstr "" + +#: widgets/kopenwithdialog.cpp:592 +#, kde-format +msgid "Select the program you want to use to open the file." +msgid_plural "" +"Select the program you want to use to open the %1 files." +msgstr[0] "" + +#: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 +#, kde-format +msgid "Choose Application" +msgstr "Suán Ìng-iōng-tîng-sik" + +#: widgets/kopenwithdialog.cpp:612 +#, kde-format +msgid "Choose Application for %1" +msgstr "Suán %1 ài Iōng ê Ìng-iōng-tîng-sik" + +#: widgets/kopenwithdialog.cpp:614 +#, kde-format +msgid "" +"Select the program for the file type: %1. If the program is not " +"listed, enter the name or click the browse button." +msgstr "" + +#: widgets/kopenwithdialog.cpp:630 +#, kde-format +msgid "" +"Select a program. If the program is not listed, enter the name or click " +"the browse button." +msgstr "" +"Suán tsi̍t-ê tîng-sik. Nā ài iōng ê tîng-sik bô lia̍t tshut-lâi, tshiánn " +"ti̍t-tsiap su-ji̍p tîng-sik ê miâ á-sī tshi̍h liû-lám liú." + +#: widgets/kopenwithdialog.cpp:676 +#, kde-format +msgid "" +"Type to filter the applications below, or specify the name of a command.\n" +"Press down arrow to navigate the results." +msgstr "" +"Tī ē-kha phah-jī lâi kè-lī ìng-iōng-tîng-sik, mā ē-sái tsí-tīng tsí-līng ê " +"miâ.\n" +"Iōng ↓ khí lâi liû-lám kiat-kó." + +#: widgets/kopenwithdialog.cpp:699 +#, kde-format +msgid "" +"Following the command, you can have several place holders which will be " +"replaced with the actual values when the actual program is run:\n" +"%f - a single file name\n" +"%F - a list of files; use for applications that can open several local files " +"at once\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%d - the directory of the file to open\n" +"%D - a list of directories\n" +"%i - the icon\n" +"%m - the mini-icon\n" +"%c - the comment" +msgstr "" +"Tī tsí-līng āu-piah lí ē-sái iōng kui-ê tsiàm-uī-hû, in ē tī tîng-sik si̍t-" +"tsè tsip-hîng ê sî-tsūn tshú-tāi tsò si̍t-tsè ê ti̍t:\n" +"%f - tsi̍t-ê tóng-miâ\n" +"%F - tsi̍t lia̍t ê tóng-miâ; nā tîng-sik ē-sái kâng-sî khui kuí-lō-ê pún-tē " +"tóng-àn, tshiánn iōng tsit-ê\n" +"%u - tsi̍t-ê URL\n" +"%U - tsi̍t lia̍t URL\n" +"%d - ài khui ê tóng-àn ê bo̍k-lo̍k\n" +"%D - tsi̍t lia̍t bo̍k-lo̍k\n" +"%i - tôo-sī\n" +"%m - sè ê tôo-sī\n" +"%c - tsù-kái" + +#: widgets/kopenwithdialog.cpp:742 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\" (%2)" +msgstr "" + +#: widgets/kopenwithdialog.cpp:744 +#, kde-format +msgid "" +"&Remember application association for all files of type\n" +"\"%1\"" +msgstr "" + +#: widgets/kopenwithdialog.cpp:754 +#, kde-format +msgid "Terminal options" +msgstr "Tsiong-tuan-ki suán-hāng" + +#: widgets/kopenwithdialog.cpp:759 +#, kde-format +msgid "Run in &terminal" +msgstr "Tī &tsiong-tuan-ki tsip-hîng" + +#: widgets/kopenwithdialog.cpp:777 +#, kde-format +msgid "&Do not close when command exits" +msgstr "Tsí-līng thè-tshut ê sî-tsūn bái kuainn-tiāu(&D)" + +#: widgets/kopenwithdialog.cpp:796 +#, kde-format +msgid "Get more Apps from Discover" +msgstr "Uì Discover Tshú-tit koh-khah tse Ìng-iōng-tîng-sik" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) +#: widgets/kpropertiesdesktopadvbase.ui:17 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options about the " +"terminal when launching a program" +msgid "Terminal" +msgstr "Tsiong-tuan-ki" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:39 +#, kde-format +msgid "" +"Check this option if the application you want to run is a text mode " +"application or if you want the information that is provided by the terminal " +"emulator window." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) +#: widgets/kpropertiesdesktopadvbase.ui:42 +#, kde-format +msgid "Run in terminal" +msgstr "Tī tsiong-tuan-ki tsip-hîng" + +#. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:49 +#, kde-format +msgid "Terminal options:" +msgstr "Tsiong-tuan-ki suán-hāng:" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:59 +#, kde-format +msgid "" +"Check this option if the text mode application offers relevant information " +"on exit. Keeping the terminal emulator open allows you to retrieve this " +"information." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) +#: widgets/kpropertiesdesktopadvbase.ui:62 +#, kde-format +msgid "Do not close when command exits" +msgstr "Tsí-līng thè-tshut ê sî-tsūn bái kuainn-tiāu" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) +#: widgets/kpropertiesdesktopadvbase.ui:75 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose which user to use " +"when launching a program" +msgid "User" +msgstr "Iōng-tsiá" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:81 +#, kde-format +msgid "" +"Check this option if you want to run this application with a different user " +"id. Every process has a different user id associated with it. This id code " +"determines file access and other permissions. The password of the user is " +"required to use this option." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, suidCheck) +#: widgets/kpropertiesdesktopadvbase.ui:84 +#, kde-format +msgid "Run as a different user" +msgstr "Iōng pa̍t-ê iōng-tsiá tsip-hîng" + +#. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:107 +#, kde-format +msgid "Enter the user name you want to run the application as." +msgstr "" +"Su-ji̍p lí ài iōng siánn-mí iōng-tsiá-miâ tsip-hîng tse ìng-iōng-tîng-sik." + +#. i18n: ectx: property (text), widget (QLabel, suidEditLabel) +#: widgets/kpropertiesdesktopadvbase.ui:110 +#, kde-format +msgid "Username:" +msgstr "Iōng-tsiá-miâ:" + +#. i18n: ectx: property (whatsThis), widget (KLineEdit, suidEdit) +#: widgets/kpropertiesdesktopadvbase.ui:120 +#, kde-format +msgid "Enter the user name you want to run the application as here." +msgstr "" +"Tshiánn tī tsia su-ji̍p lí ài iōng siánn-mí iōng-tsiá-miâ tsip-hîng tse ìng-" +"iōng-tîng-sik." + +#. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) +#: widgets/kpropertiesdesktopadvbase.ui:130 +#, kde-format +msgid "Discrete GPU" +msgstr "To̍k-li̍p GPU" + +#. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) +#: widgets/kpropertiesdesktopadvbase.ui:136 +#, kde-format +msgid "Run using dedicated graphics card" +msgstr "Iōng to̍k-li̍p hián-sī-khah tsip-hîng" + +#. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) +#: widgets/kpropertiesdesktopadvbase.ui:146 +#, kde-format +msgctxt "" +"@title:group Title of a group that lets the user choose options regarding " +"program startup" +msgid "Startup" +msgstr "Khí-tōng" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:152 +#, kde-format +msgid "" +"Check this option if you want to make clear that your application has " +"started. This visual feedback may appear as a busy cursor or in the taskbar." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) +#: widgets/kpropertiesdesktopadvbase.ui:155 +#, kde-format +msgid "Enable launch feedback" +msgstr "Khé-iōng khí-tōng huê-kuī" + +#. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) +#: widgets/kpropertiesdesktopbase.ui:19 widgets/kpropertiesdesktopbase.ui:32 +#, kde-format +msgid "" +"Type the name you want to give to this application here. This application " +"will appear under this name in the applications menu and in the panel." +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) +#: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 +#, kde-format +msgid "" +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." +msgstr "" +"Tshiánn tī tsia su-ji̍p ìng-iōng-tîng-sik ê thong-iōng miâ. Lē: kiám-sī iánn-" +"siōng ê thîng-sik ē kiò-tsò \"Iánn-siōng Kiám-sī-khì\"." + +#. i18n: ectx: property (text), widget (QLabel, textLabel2) +#: widgets/kpropertiesdesktopbase.ui:42 +#, kde-format +msgid "&Generic name:" +msgstr "Thong-iōng-miâ(&G):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) +#: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 +#, kde-format +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Tshiánn tī tsia i ìng-iōng-tîng-sik ê iōng-tôo su-ji̍p i ê suat-bîng. Lē: " +"kiám-sī iánn-siōng ê thîng-sik ē-sái sū-su̍t tsò \"Kiám-sī kap pian-tsi̍p iánn-" +"siōng\"." + +#. i18n: ectx: property (text), widget (QLabel, textLabel3) +#: widgets/kpropertiesdesktopbase.ui:62 +#, kde-format +msgid "Comm&ent:" +msgstr "Tsù-kái(&E):" + +#. i18n: ectx: property (text), widget (QLabel, labelenvvars) +#: widgets/kpropertiesdesktopbase.ui:79 +#, kde-format +msgid "Environment variables:" +msgstr "Khuân-kíng piàn-sòo:" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) +#: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 +#, kde-format +msgid "Type the command to start this application here." +msgstr "" +"Tī tsia su-ji̍p ài iōng siánn-mih tsí-līng lâi khí-tōng tsit-ê ìng-iōng-tîng-" +"sik." + +#. i18n: ectx: property (text), widget (QLabel, textLabel4) +#: widgets/kpropertiesdesktopbase.ui:95 +#, kde-format +msgid "Program:" +msgstr "Tîng-sik:" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:114 +#, kde-format +msgid "" +"Click here to browse your file system in order to find the desired " +"executable." +msgstr "" +"Tshi̍h tsia lâi liû-lám lí ê tóng-àn-hē-thóng lâi tshuē ài iōng ê tsip-hîng-" +"tóng." + +#. i18n: ectx: property (text), widget (QPushButton, browseButton) +#: widgets/kpropertiesdesktopbase.ui:117 +#, kde-format +msgid "&Browse..." +msgstr "Liû-lám(&B)…" + +#. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) +#. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) +#: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 +#, no-c-format, kde-format +msgid "" +"Type the arguments to use when starting this application here.\n" +"\n" +"You can have several placeholders which will be replaced with the actual " +"values when the actual program is run:\n" +"\n" +"%f - a single filename\n" +"%F - a list of files (for apps that can open several files at once)\n" +"%u - a single URL\n" +"%U - a list of URLs\n" +"%i - the icon of the .desktop file\n" +"%c - the name of the .desktop file\n" +"%k - the location of the .desktop file" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, argumentsLabel) +#: widgets/kpropertiesdesktopbase.ui:139 +#, kde-format +msgid "&Arguments:" +msgstr "Tsham-sòo(&A):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) +#. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) +#: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 +#, kde-format +msgid "Sets the working directory for your application." +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, textLabel5) +#: widgets/kpropertiesdesktopbase.ui:169 +#, kde-format +msgid "&Work path:" +msgstr "Kang-tsok lōo-kìng(&W):" + +#. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) +#. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:193 widgets/kpropertiesdesktopbase.ui:214 +#, kde-format +msgid "" +"

              This list should show the types of file that your application can " +"handle. This list is organized by mimetypes.

              \n" +"

              MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for " +"identifying the type of data based on filename extensions and correspondent " +"mimetypes. Example: the \"bmp\" part that comes after the dot in " +"flower.bmp indicates that it is a specific kind of image, image/x-bmp. To know which application should open each type of file, the system " +"should be informed about the abilities of each application to handle these " +"extensions and mimetypes.

              \n" +"

              If you want to associate this application with one or more mimetypes that " +"are not in this list, click on the button Add below. If there are one " +"or more filetypes that this application cannot handle, you may want to " +"remove them from the list clicking on the button Remove below.

              " +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, textLabel7) +#: widgets/kpropertiesdesktopbase.ui:196 +#, kde-format +msgid "&Supported file types:" +msgstr "Tsi-uān ê tóng-àn luī(&S):" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:227 +#, kde-format +msgid "Mimetype" +msgstr "MIME Luī" + +#. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) +#: widgets/kpropertiesdesktopbase.ui:232 +#, kde-format +msgid "Description" +msgstr "Suat-bîng" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:242 +#, kde-format +msgid "" +"Click on this button if you want to add a type of file (mimetype) that your " +"application can handle." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:245 +#, kde-format +msgid "Add..." +msgstr "Thiam" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:252 +#, kde-format +msgid "" +"If you want to remove a type of file (mimetype) that your application cannot " +"handle, select the mimetype in the list above and click on this button." +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) +#: widgets/kpropertiesdesktopbase.ui:255 +#, kde-format +msgid "Remove" +msgstr "Î-tû" + +#. i18n: ectx: property (whatsThis), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:278 +#, kde-format +msgid "" +"Click here to modify the way this application will run, launch feedback, D-" +"Bus options or to run it as a different user." +msgstr "" +"Tshi̍h tsia lâi kái-piàn tsit-ê ìng-iōng-tîng-sik ē án-ná tsip-hîng, khí-tōng " +"huê-kuī, kap D-Bus suán-hāng, á-sī iōng pa̍t-ê iōng-tsiá lâi kā i tsip-hîng." + +#. i18n: ectx: property (text), widget (QPushButton, advancedButton) +#: widgets/kpropertiesdesktopbase.ui:281 +#, kde-format +msgid "Ad&vanced Options" +msgstr "Siông-sè Suán-hāng" + +#: widgets/kpropertiesdialog.cpp:145 widgets/kpropertiesdialog.cpp:160 +#: widgets/kpropertiesdialog.cpp:172 widgets/kpropertiesdialog.cpp:190 +#: widgets/kpropertiesdialog.cpp:208 widgets/kpropertiesdialog.cpp:232 +#, kde-format +msgid "Properties for %1" +msgstr "%1 ê Sio̍k-sìng" + +#: widgets/kpropertiesdialog.cpp:170 widgets/kpropertiesdialog.cpp:206 +#, kde-format +msgid "Properties for 1 item" +msgid_plural "Properties for %1 Selected Items" +msgstr[0] "Suán ê %1 ê Hāng-bo̍k ê Sio̍k-sìng" + +#: widgets/kpropertiesdialog.cpp:350 +#, kde-format +msgctxt "@title:tab" +msgid "Share" +msgstr "Hun-hiáng" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Could not save properties due to insufficient write access to:" +"%1." +msgstr "" +"Bô-huat-tōo tû-tsûn sio̍k-sìng, in-uī tuì tsit-ê tóng-àn bô kàu siá-ji̍p tsûn-" +"tshú-khuân: %1。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 +#, kde-format +msgctxt "@title:tab File properties" +msgid "&General" +msgstr "It-puann(&G)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Su-ji̍p tóng-miâ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 +#, kde-format +msgctxt "@action:button" +msgid "Explore in %1" +msgstr "Tī %1 Thàm-sik" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 +#, kde-format +msgid "Refresh" +msgstr "Tîng tsíng-lí" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Su-ji̍p bo̍k-piau uī-tì" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Hián-sī %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format +msgctxt "@info:status" +msgid "Unknown size" +msgstr "M̄-tsai tuā-sè" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 +#, kde-format +msgid "" +"Calculating... %1 (%2)\n" +"%3, %4" +msgstr "" +"Leh Kè-sǹg… %1 (%2)\n" +"%3, %4" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#, kde-format +msgid "1 file" +msgid_plural "%1 files" +msgstr[0] "%1 ê tóng-àn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 +#, kde-format +msgid "1 sub-folder" +msgid_plural "%1 sub-folders" +msgstr[0] "%1 ê tsú tsu-liāu-giap-á" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format +msgid "Calculating...\n" +msgstr "Tī Kè-sǹg...\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format +msgid "At least %1\n" +msgstr "Tsì-tsió %1\n" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 +#, kde-format +msgid "The new file name is empty." +msgstr "Sin ê tóng-miâ sī khang ê." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format +msgid "No registered file type" +msgstr "Bô tsù-tsheh kuè ê tóng-àn luī" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format +msgid "No associated application" +msgstr "Bô siòng kuan-liân ê ìng-iōng-tîng-sik" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format +msgctxt "@action:button Create new file type" +msgid "Create…" +msgstr "Kiàn-li̍p…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format +msgctxt "@action:button" +msgid "Change…" +msgstr "Kái-piàn…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Kái-piàn \"%1\" luī ê tóng-àn ū-siat ài iōng siánn-mih ìng-iōng-tîng-sik lâi " +"khui." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "Bô Khuân Tsûn-tshú" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can Only View" +msgstr "Tsí Ē-sái Kiám-sī" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can View & Modify" +msgstr "Ē-sái Kiám-sī kap Kái-piàn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can Only View Content" +msgstr "Tsí Ē-sái Kiám-sī Lāi-iông" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +msgid "Can View & Modify Content" +msgstr "Ē-sái Kiám-sī kap Kái-piàn Lāi-iông" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can Only View/Read Content" +msgstr "Tsí Ē-sái Kiám-sī/Tho̍k-tshú Lāi-iông" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "Can View/Read & Modify/Write" +msgstr "Ē-sái Kiám-sī/Tho̍k-tshú kap Kái-piàn/Siá-ji̍p" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 +#, kde-format +msgid "&Permissions" +msgstr "Khuân-hān(&P)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#, kde-format +msgid "Access Permissions" +msgstr "Tsûn-tshú Khuân-hān" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#, kde-format +msgid "This file is a link and does not have permissions." +msgid_plural "All files are links and do not have permissions." +msgstr[0] "" +"Tsia sóo-ū ê tóng-àn lóng sī liân-kiat sóo-í bô khuân-hān siat-tīng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 +#, kde-format +msgid "Only the owner can change permissions." +msgstr "Kan-na sóo-iú-tsiá ē-sái kái khuân-hān." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 +#, kde-format +msgid "O&wner:" +msgstr "Sóo-iú-tsiá(&W):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 +#, kde-format +msgid "Specifies the actions that the owner is allowed to do." +msgstr "Tsí-tīng sóo-iú-tsiá hōo ún-tsún ē-sái tsò ê tōng-tsok." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 +#, kde-format +msgid "Gro&up:" +msgstr "Kûn-tsoo(&U):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 +#, kde-format +msgid "Specifies the actions that the members of the group are allowed to do." +msgstr "Tsí-tīng kûn-tsoo sîng-uân hōo ún-tsún ē-sái tsò ê tōng-tsok." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 +#, kde-format +msgid "O&thers:" +msgstr "Kî-thann(&T):" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 +#, kde-format +msgid "" +"Specifies the actions that all users, who are neither owner nor in the " +"group, are allowed to do." +msgstr "" +"Tsí-tīng kî-thann m̄-sī sóo-iú-tsiá mā m̄-sī tī kûn-tsoo lāi-té ê iōng-tsiá ū " +"hōo ún-tsún ē-sái tsò ê tōng-tsok." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Only own&er can delete or rename contents" +msgstr "Tsí-ū sóo-iú-tsiá ē-sái thâi-tiāu á-sī kái-miâ lāi-iông(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format +msgid "Allow &executing file as program" +msgstr "Ún-tsún kā tóng-àn tòng-tsò tîng-sik tsip-hîng(&E)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Delete or rename:" +msgstr "Thâi-tiāu á-sī kái-miâ:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format +msgid "Execute:" +msgstr "Tsip-hîng:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#, kde-format +msgid "" +"Enable this option to allow only the folder's owner to delete or rename the " +"contained files and folders. Other users can only add new files, which " +"requires the 'Modify Content' permission." +msgstr "" +"Khé-iōng tse suán-hāng lâi hōo tsu-liāu-giap-á ê sóo-iú-tsiá í-guā ê iōng-" +"tsiá lóng bē-sái kā lāi-té ê tóng-àn kap tsu-liāu-giap-á thâi-tiāu á-sī kái-" +"miâ. Kî-tha ê" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 +#, kde-format +msgid "" +"Enable this option to mark the file as executable. This only makes sense for " +"programs and scripts. It is required when you want to execute them." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#, kde-format +msgid "A&dvanced Permissions" +msgstr "Tsìn-kai Khuân-hān(&D)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 +#, kde-format +msgid "Ownership" +msgstr "Sóo-iú-tsiá" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 +#, kde-format +msgid "User:" +msgstr "Iōng-tsiá:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 +#, kde-format +msgid "Group:" +msgstr "Kûn-tsoo:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 +#, kde-format +msgid "Apply changes to all subfolders and their contents" +msgstr "Thò-iōng kái-piàn kàu sóo-ū ê tsí tsu-liāu-giap-á kap in ê lāi-iông" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 +#, kde-format +msgid "Advanced Permissions" +msgstr "Tsìn-kai Khuân-hān" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#, kde-format +msgid "Class" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 +#, kde-format +msgid "" +"Show\n" +"Entries" +msgstr "" +"Hián-sī\n" +"Hāng-bo̍k" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 +#, kde-format +msgid "This flag allows viewing the content of the folder." +msgstr "Tsit-ê flag ún-tsún piáu-sī tsu-liāu-giap-á ê lāi-iông." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 +#, kde-format +msgid "Read" +msgstr "Tho̍k-tshú" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 +#, kde-format +msgid "The Read flag allows viewing the content of the file." +msgstr "Tho̍k-tshú flag ún-tsún piáu-sī tóng-àn ê lāi-iông." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 +#, kde-format +msgid "" +"Write\n" +"Entries" +msgstr "" +"Siá-ji̍p\n" +"Hāng-bo̍k" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 +#, kde-format +msgid "" +"This flag allows adding, renaming and deleting of files. Note that deleting " +"and renaming can be limited using the Sticky flag." +msgstr "" +"Tsit-ê flag ún-tsún thiam tóng-àn, hōo tóng-àn kái-miâ á-sī thâi-tiāu tóng-" +"àn. Tshiánn tsù-ì, thâi-tiāu kap kái-miâ ē-sái iōng Sticky flag lâi hān-tsè." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 +#, kde-format +msgid "Write" +msgstr "Siá-ji̍p" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 +#, kde-format +msgid "The Write flag allows modifying the content of the file." +msgstr "Siá-ji̍p flat ún-tsún siu-kái tóng-àn ê lāi-iông." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#, kde-format +msgctxt "Enter folder" +msgid "Enter" +msgstr "Ji̍p-khì" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 +#, kde-format +msgid "Enable this flag to allow entering the folder." +msgstr "Khé-iōng tsit-ê flag lâi ín-tsún ji̍p-khì tsu-liāu-giap-á." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 +#, kde-format +msgid "Exec" +msgstr "Tsip-hîng" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#, kde-format +msgid "Enable this flag to allow executing the file as a program." +msgstr "" +"Khé-iōng tsit-ê flag lâi ín-tsún kā tsit-ê tóng-àn tòng-tsò tîng-sik tsip-" +"hîng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 +#, kde-format +msgid "Special" +msgstr "Ti̍k-pia̍t" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#, kde-format +msgid "" +"Special flag. Valid for the whole folder, the exact meaning of the flag can " +"be seen in the right hand column." +msgstr "" +"Ti̍k-pia̍t ê flag. Tuì kui-ê tsu-liāu-giap-á ū-hāu, tsit-ê flag si̍t-tsè ê ì-sù " +"ē-sái khuànn tsiànn-tshiú-pîng ê lân-uī." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 +#, kde-format +msgid "" +"Special flag. The exact meaning of the flag can be seen in the right hand " +"column." +msgstr "" +"Ti̍k-pia̍t ê flag. Tsit-ê flag si̍t-tsè ê ì-sù ē-sái khuànn tsiànn-tshiú-pîng ê " +"lân-uī." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 +#, kde-format +msgid "User" +msgstr "Iōng-tsiá" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 +#, kde-format +msgid "Group" +msgstr "Kûn-tsoo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 +#, kde-format +msgid "" +"If this flag is set, the owner of this folder will be the owner of all new " +"files." +msgstr "" +"Nā siat tsit-ê flag, tsit-ê tsu-liāu-giap-á ê sóo-iú-tsiá ē siat tsò sóo-ū " +"sin tóng-àn ê sóo-iú-tsiá." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the owner." +msgstr "" +"Nā uì tsip-hîng-tóng siat tsit-ê flag, i leh tsip-hîng ê sî-tsūn ē iōng i ê " +"sóo-iú-tsiá ê khuân-hān lâi tsip-hîng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 +#, kde-format +msgid "" +"If this flag is set, the group of this folder will be set for all new files." +msgstr "" +"Nā siat tsit-ê flag, tsit-ê tsu-liāu-giap-á ê kûn-tsoo ē siat tsò sóo-ū sin " +"tóng-àn ê kûn-tsoo." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 +#, kde-format +msgid "" +"If this file is an executable and the flag is set, it will be executed with " +"the permissions of the group." +msgstr "" +"Nā uì tsip-hîng-tóng siat tsit-ê flag, i leh tsip-hîng ê sî-tsūn ē iōng i ê " +"kûn-tsoo ê khuân-hān lâi tsip-hîng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 +#, kde-format +msgid "" +"If the Sticky flag is set on a folder, only the owner and root can delete or " +"rename files. Otherwise everybody with write permissions can do this." +msgstr "" +"Nā tuì tsu-liāu-giap-á siat Sticky flag, tse tāi-piáu tsí-ū sóo-iú-tsiá kap " +"root ē-sái thâi-tiāu tóng-àn á-sī hōo tóng-àn kái-miâ. Nā bô siat, sóo-ū ū " +"siá-ji̍p khuân-hān ê láng lóng ē-sái thâi-tiāu tóng-àn á-sī hōo tóng-àn kái-" +"miâ." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 +#, kde-format +msgid "" +"The Sticky flag on a file is ignored on Linux, but may be used on some " +"systems" +msgstr "" +"Tóng-àn ê Sticky flag tī Linux bô hāu-kó, m̄-koh tī pa̍t-ê hē-thóng tíng-kuân " +"khó-lîng ū lōo-iōng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 +#, kde-format +msgid "Set UID" +msgstr "Siat-tīng UID" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 +#, kde-format +msgid "Set GID" +msgstr "Siat-tīng GID" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 +#, kde-format +msgctxt "File permission" +msgid "Sticky" +msgstr "Sticky" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 +#, kde-format +msgid "Link" +msgstr "Liân-kiat" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 +#, kde-format +msgid "Varying (No Change)" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 +#, kde-format +msgid "This file uses advanced permissions" +msgid_plural "These files use advanced permissions." +msgstr[0] "Tsia-ê tóng-àn ū iōng tsìn-kai khuân-hān." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 +#, kde-format +msgid "This folder uses advanced permissions." +msgid_plural "These folders use advanced permissions." +msgstr[0] "Tsia-ê tsu-liāu-giap-á ū iōng tsìn-kai khuân-hān." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 +#, kde-format +msgid "These files use advanced permissions." +msgstr "Tsia-ê tóng-àn ū iōng tsìn-kai khuân-hān." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 +#, kde-format +msgctxt "@title:tab" +msgid "C&hecksums" +msgstr "Kiám-tsa-bé(&H)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 +#, kde-format +msgid "Invalid checksum." +msgstr "Bô-hāu ê kiám-tsa-bé." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 +#, kde-format +msgctxt "@info:tooltip" +msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." +msgstr "Thê-kiong ê su-ji̍p m̄-sī ū-hāu ê MD5, SHA1 á-sī SHA256 kiám-tsa-bé." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 +#, kde-format +msgid "Checksums match." +msgstr "Kiám-tsa-bé hû-ha̍p." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum match." +msgstr "Kè-sǹg ê kiám-tsa-bé kap kî-thāi ê kiám-tsa-bé hû-ha̍p." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 +#, kde-format +msgid "" +"

              Checksums do not match.

              This may be due to a faulty download. Try re-" +"downloading the file.
              If the verification still fails, contact the " +"source of the file." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 +#, kde-format +msgctxt "@info:tooltip" +msgid "The computed checksum and the expected checksum differ." +msgstr "Kè-sǹg ê kiám-tsa-bé kap kî-thāi ê kiám-tsa-bé bô-kâng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format +msgctxt "@info:progress computation in the background" +msgid "Verifying checksum…" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Sóo-ū tóng-àn ê kiám-tsa-bé lóng kāng-khuán." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Suán ê tóng-àn ê kiám-tsa-bé bô-kâng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Tī Kè-sǹg…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 +#, kde-format +msgid "U&RL" +msgstr "U&RL" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 +#, kde-format +msgid "URL:" +msgstr "URL:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format +msgid "" +"Could not save properties. Only entries on local file systems are supported." +msgstr "" +"Bô-huat-tōo tû-tsûn sio̍k-sìng. Tsí tsi-uān pún-tē tóng-àn-hē-thóng tíng-kuân " +"ê hāng-bo̍k." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 +#, kde-format +msgid "&Application" +msgstr "Ìng-iōng-tîng-sik(&A)" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 +#, kde-format +msgid "Add File Type for %1" +msgstr "Uī %1 Thiam Tóng-àn Luī" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 +#, kde-format +msgid "Select one or more file types to add:" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 +#, kde-format +msgid "Only executables on local file systems are supported." +msgstr "Tsí tsi-uān pún-tē tóng-àn hē-thóng siōng ê tsip-hîng-tóng." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 +#, kde-format +msgid "Advanced Options for %1" +msgstr "%1 ê Siông-sè Suán-hāng" + +#: widgets/ksslinfodialog.cpp:38 +#, kde-format +msgid "KDE SSL Information" +msgstr "KDE SSL Tsu-sìn" + +#: widgets/ksslinfodialog.cpp:49 +#, kde-format +msgctxt "The receiver of the SSL certificate" +msgid "Subject" +msgstr "" + +#: widgets/ksslinfodialog.cpp:50 +#, kde-format +msgctxt "The authority that issued the SSL certificate" +msgid "Issuer" +msgstr "Huat-hîng-tsiá" + +#: widgets/ksslinfodialog.cpp:82 +#, kde-format +msgid "Current connection is secured with SSL." +msgstr "Tsit-má ê liân-suànn siū-tio̍h SSL pó-hōo." + +#: widgets/ksslinfodialog.cpp:86 +#, kde-format +msgid "" +"The main part of this document is secured with SSL, but some parts are not." +msgstr "" + +#: widgets/ksslinfodialog.cpp:93 +#, kde-format +msgid "Some of this document is secured with SSL, but the main part is not." +msgstr "" + +#: widgets/ksslinfodialog.cpp:97 +#, kde-format +msgid "Current connection is not secured with SSL." +msgstr "Tsit-má ê liân-suànn bô iōng SSL pó-hōo." + +#: widgets/ksslinfodialog.cpp:139 +#, kde-format +msgctxt "%1, using %2 bits of a %3 bit key" +msgid "%1, %2 %3" +msgstr "%1, %2 %3" + +#: widgets/ksslinfodialog.cpp:141 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "using %1 bit" +msgid_plural "using %1 bits" +msgstr[0] "" + +#: widgets/ksslinfodialog.cpp:142 +#, kde-format +msgctxt "Part of: %1, using %2 bits of a %3 bit key" +msgid "of a %1 bit key" +msgid_plural "of a %1 bit key" +msgstr[0] "" + +#: widgets/ksslinfodialog.cpp:157 +#, kde-format +msgctxt "The certificate is not trusted" +msgid "NO, there were errors:" +msgstr "M̄-SĪ, ū tshò-gōo:" + +#: widgets/ksslinfodialog.cpp:163 +#, kde-format +msgctxt "The certificate is trusted" +msgid "Yes" +msgstr "Sī" + +#: widgets/ksslinfodialog.cpp:168 +#, kde-format +msgctxt "%1 is the effective date of the certificate, %2 is the expiry date" +msgid "%1 to %2" +msgstr "%1 kàu %2" + +#: widgets/kurifiltersearchprovideractions.cpp:80 +#, kde-format +msgid "Search for '%1' with" +msgstr "Tshuē '%1'" + +#: widgets/kurifiltersearchprovideractions.cpp:85 +#, kde-format +msgctxt "@action:inmenu Search for with" +msgid "%1" +msgstr "%1" + +#: widgets/kurifiltersearchprovideractions.cpp:94 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure Web Shortcuts…" +msgstr "Siat-tīng Bāng-lōo Tsia̍t-kìng…" + +#: widgets/kurlrequester.cpp:367 +#, kde-format +msgid "Open file dialog" +msgstr "Khui tóng-àn tuì-uē-khing" + +#: widgets/paste.cpp:69 +#, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "tah--khí-khì ê tóng-àn" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, kde-format +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Kā Tsián-tah-phōo ê Lāi-iông Tah--khí-khì" + +#: widgets/paste.cpp:122 +#, kde-format +msgid "" +"The clipboard has changed since you used 'paste': the chosen data format is " +"no longer applicable. Please copy again what you wanted to paste." +msgstr "" +"Lí iōng 'tah--khí-khì' í-lâi, tsián-tah-phōo lāi-iông í-king ū kái-piàn--ah: " +"suán ê tsu-liāu keh-sik put-tsài sī sik-ha̍p ê. Tshiánn tîng-sin khóo-pih lí " +"guân-pún siūnn-beh tah ê mi̍h-kiānn." + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Folder" +msgstr "Tah Tsi̍t-ê Tsu-liāu-giap-á" + +#: widgets/paste.cpp:250 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One File" +msgstr "Tah Tsi̍t-ê Tóng-àn" + +#: widgets/paste.cpp:252 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste One Item" +msgid_plural "Paste %1 Items" +msgstr[0] "Tah %1 ê Hāng-bo̍k" + +#: widgets/paste.cpp:254 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste Clipboard Contents…" +msgstr "Kā tsián-tah-phōo ê lāi-iông tah--khí-khì…" + +#: widgets/paste.cpp:258 +#, kde-format +msgctxt "@action:inmenu" +msgid "Paste" +msgstr "Tah--khí-khì" + +#: widgets/pastedialog.cpp:57 +#, kde-format +msgctxt "@label" +msgid "Data format:" +msgstr "Tsu-liāu keh-sik:" + +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Tsián-tah-phōo lāi-iông ê tóng-miâ:" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "Pàng--lo̍h-lâi ê lāi-iông ê tóng-miâ:" + +#: widgets/renamedialog.cpp:73 +#, kde-format +msgid "Date: %1" +msgstr "Ji̍t-kî: %1" + +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "Tuā-sè: %1" + +#: widgets/renamedialog.cpp:279 +#, kde-format +msgid "Appl&y to All" +msgstr "Thò-iōng kàu Tsuân-pōo(&Y)" + +#: widgets/renamedialog.cpp:280 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"folder conflicts for the remainder of the current job.\n" +"Unless you press Skip you will still be prompted in case of a conflict with " +"an existing file in the directory." +msgstr "" + +#: widgets/renamedialog.cpp:284 +#, kde-format +msgid "" +"When this is checked, the button pressed will be applied to all subsequent " +"conflicts for the remainder of the current job." +msgstr "" + +#: widgets/renamedialog.cpp:290 +#, kde-format +msgid "&Rename" +msgstr "Kái-miâ(&R)" + +#: widgets/renamedialog.cpp:292 +#, kde-format +msgid "Suggest New &Name" +msgstr "Kiàn-gī Si&n-ê Miâ" + +#: widgets/renamedialog.cpp:298 +#, kde-format +msgid "&Skip" +msgstr "Thiàu-kuè(&S)" + +#: widgets/renamedialog.cpp:299 +#, kde-format +msgid "Do not copy or move this folder, skip to the next item instead" +msgstr "" +"Bái khóo-pi̍h iah-sī suá tsit-ê tsu-liāu-giap-á, ti̍t-tsiap tshú-lí āu tsi̍t-ē " +"hāng-bo̍k" + +#: widgets/renamedialog.cpp:300 +#, kde-format +msgid "Do not copy or move this file, skip to the next item instead" +msgstr "" +"Bái khóo-pi̍h iah-sī suá tsit-ê tóng-àn, ti̍t-tsiap tshú-lí āu tsi̍t-ē hāng-bo̍k" + +#: widgets/renamedialog.cpp:311 +#, kde-format +msgctxt "Write files into an existing folder" +msgid "&Write Into" +msgstr "Siá--ji̍p-khì(&W)" + +#: widgets/renamedialog.cpp:314 +#, kde-format +msgid "" +"Files and folders will be copied into the existing directory, alongside its " +"existing contents.\n" +"You will be prompted again in case of a conflict with an existing file in " +"the directory." +msgstr "" + +#: widgets/renamedialog.cpp:319 +#, kde-format +msgctxt "Overwrite files into an existing folder when files are older" +msgid "&Overwrite older files" +msgstr "" + +#: widgets/renamedialog.cpp:323 +#, kde-format +msgid "" +"Destination files which have older modification times will be overwritten by " +"the source, skipped otherwise." +msgstr "" + +#: widgets/renamedialog.cpp:335 +#, kde-format +msgid "&Resume" +msgstr "Kè-sio̍k(&R)" + +#: widgets/renamedialog.cpp:344 +#, kde-format +msgid "" +"This action would overwrite '%1' with itself.\n" +"Please enter a new file name:" +msgstr "" + +#: widgets/renamedialog.cpp:350 +#, kde-format +msgid "C&ontinue" +msgstr "Kè-sio̍k(&O)" + +#: widgets/renamedialog.cpp:416 +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "Lí kám ài kā '%1' ê lāi-iông ha̍p-pìng ji̍p-khì '%2' lāi-té?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "Lâi-guân khah sin." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "Lâi-guân khah kū." + +#: widgets/renamedialog.cpp:472 +#, kde-format +msgid "The source is smaller by %1." +msgstr "Lâi-guân sè %1." + +#: widgets/renamedialog.cpp:475 +#, kde-format +msgid "The source is bigger by %1." +msgstr "Lâi-guân tuā %1." + +#: widgets/renamedialog.cpp:489 +#, kde-format +msgid "The files are identical." +msgstr "Tóng-àn uân-tsuân kāng-khuán." + +#: widgets/renamedialog.cpp:492 +#, kde-format +msgid "The files seem identical." +msgstr "Tóng-àn kan-na kāng-khuán." + +#: widgets/renamedialog.cpp:496 +#, kde-format +msgid "The files are different." +msgstr "Tóng-àn bô-kâng." + +#: widgets/renamedialog.cpp:504 +#, kde-format +msgid "" +"The files are likely to be identical: they have the same size and their " +"contents are the same at the beginning, middle and end." +msgstr "" +"Tóng-àn tsin khó-lîng sī kāng-khuán ê: in ê tuā-sè kāng-khuán; siōng thâu, " +"siōng bué, kah tiong-ng ê lāi-iông mā kāng-khuán." + +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Pí-kàu Tóng-àn" + +#: widgets/renamedialog.cpp:531 +#, kde-format +msgid "An older item named '%1' already exists." +msgstr "Í-king ū tsit-ê khah-kū ê hāng-bo̍k kiò-tsò '%1' ah." + +#: widgets/renamedialog.cpp:533 +#, kde-format +msgid "A similar file named '%1' already exists." +msgstr "Í-king ū tsit-ê luī-sū ê hāng-bo̍k kiò-tsò '%1' ah." + +#: widgets/renamedialog.cpp:535 +#, kde-format +msgid "A more recent item named '%1' already exists." +msgstr "Í-king ū tsit-ê khah-sin ê hāng-bo̍k kiò-tsò '%1' ah." + +#: widgets/renamedialog.cpp:548 +#, kde-format +msgid "Rename:" +msgstr "Kái-miâ:" + +#: widgets/renamefiledialog.cpp:91 +#, kde-kuit-format +msgctxt "@label:textbox" +msgid "Rename the item %1 to:" +msgstr "Kā %1 ê miâ kái-tsò:" + +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Kiò-tsò %1 ê tóng-àn í-king ū--ah." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 m̄-sī ū-hāu ê tóng-miâ." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Kā %1 ê í-king suán-ti̍k ê hāng-bo̍k kái-miâ tsò:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# ē tshú-tāi tsò tsing-sū ê sòo-jī, uì tsit-ê sòo-jī khai-sí:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Sin ê miâ #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Bô-hāu ê tóng-miâ: sin ê miâ su-iàu ū tsi̍t-lia̍t #, tû-hui sóo-ū tóng-àn ê hù-" +"tóng-miâ lóng bô-kâng." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Kā tse:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Iūnn-sik" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Tshú-tāi tsò:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Tshú-tāi tsò" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Bô tóng-miâ ū pau-kuat iūnn-sik." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Thiam Bûn-jī:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Ài thiam ê bûn-jī" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Tóng-miâ tsìn-tsîng" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Tóng-miâ āu-piah" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Kái Hāng-bo̍k ê Miâ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Kái Hāng-bo̍k ê Miâ" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Kái-miâ(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Ài án-ná kái-miâ:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Tshú-tāi bûn-jī" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Thiam bûn-jī" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Ī-lám:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 bô-huat-tōo kái-miâ tsò khang ê tóng-miâ." + +#: widgets/skipdialog.cpp:29 +#, kde-format +msgid "Information" +msgstr "Tsu-sìn" + +#: widgets/skipdialog.cpp:48 +#, kde-format +msgid "Replace" +msgstr "Tshú-tāi" + +#: widgets/skipdialog.cpp:54 +#, kde-format +msgid "Retry" +msgstr "Tîng-tshì" + +#: widgets/skipdialog.cpp:61 +#, kde-format +msgid "Replace All" +msgstr "Tshú-tāi Tsuân-pōo" + +#: widgets/skipdialog.cpp:68 +#, kde-format +msgid "Skip" +msgstr "Thiàu-kuè" + +#: widgets/skipdialog.cpp:72 +#, kde-format +msgid "Skip All" +msgstr "Thiàu-kuè Tsuân-pōo" + +#. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) +#: widgets/sslinfo.ui:17 +#, kde-format +msgid "[padlock]" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, addressTag) +#: widgets/sslinfo.ui:34 +#, kde-format +msgctxt "Web page address" +msgid "Address:" +msgstr "Uī-tsí:" + +#. i18n: ectx: property (text), widget (QLabel, ipTag) +#: widgets/sslinfo.ui:54 +#, kde-format +msgid "IP address:" +msgstr "IP uī-tsí:" + +#. i18n: ectx: property (text), widget (QLabel, encryptionTag) +#: widgets/sslinfo.ui:74 +#, kde-format +msgid "Encryption:" +msgstr "Ka-bi̍t:" + +#. i18n: ectx: property (text), widget (QLabel, detailsTag) +#: widgets/sslinfo.ui:94 +#, kde-format +msgid "Details:" +msgstr "Siông-sè:" + +#. i18n: ectx: property (text), widget (QLabel, sslVersionTag) +#: widgets/sslinfo.ui:114 +#, kde-format +msgid "SSL version:" +msgstr "SSL pán-pún:" + +#. i18n: ectx: property (text), widget (QLabel, certSelectorTag) +#: widgets/sslinfo.ui:134 +#, kde-format +msgid "Certificate chain:" +msgstr "Pîn-tsìng-liān:" + +#. i18n: ectx: property (text), widget (QLabel, trustedTag) +#: widgets/sslinfo.ui:163 +#, kde-format +msgid "Trusted:" +msgstr "Hōo Sìn-lāi:" + +#. i18n: ectx: property (text), widget (QLabel, validityPeriodTag) +#: widgets/sslinfo.ui:183 +#, kde-format +msgid "Validity period:" +msgstr "Ū-hāu kî-kan:" + +#. i18n: ectx: property (text), widget (QLabel, serialTag) +#: widgets/sslinfo.ui:203 +#, kde-format +msgid "Serial number:" +msgstr "Sū-hō:" + +#. i18n: ectx: property (text), widget (QLabel, digestTag) +#: widgets/sslinfo.ui:223 +#, kde-format +msgid "MD5 digest:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, sha1DigestTag) +#: widgets/sslinfo.ui:243 +#, kde-format +msgid "SHA1 digest:" +msgstr "" + +#: widgets/sslui.cpp:31 +#, kde-format +msgid "" +"The remote host did not send any SSL certificates.\n" +"Aborting because the identity of the host cannot be established." +msgstr "" +"Uán-tuan tsú-ki bô thuân jīm-hô SSL pîn-tsìng.\n" +"Tsit-má tiong-tsí, in-uī bô-huat-tōo kiàn-li̍p tsú-ki ê sin-hūn." + +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 +#, kde-format +msgid "" +"The server failed the authenticity check (%1).\n" +"\n" +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:234 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this item?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:240 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"Do you really want to permanently delete this %1 item?This action cannot be undone." +msgid_plural "" +"Do you really want to permanently delete these %1 items?This action cannot be undone." +msgstr[0] "" +"Lí kám tsin-tsiànn ài íng-uán kā tse %1 ê hāng-bo̍k thâi-tiāu?Tsit-ê tōng-tsok bô-huat-tōo ho̍k-guân." + +#: widgets/widgetsaskuseractionhandler.cpp:253 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Pùn-sò-tháng siōng buán--ah, bô-huat-tōo tsiap-siū tsit-ê tóng-àn. Lí kám ài " +"kái-tsò íng-uán kā i thâi-tiāu?%1Tsit-ê tōng-tsok bô-huat-tōo ho̍k-guân." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Pùn-sò-tháng siōng buán--ah, bô-huat-tōo tsiap-siū tse %1 ê tóng-àn. Lí kám " +"ài kái-tsò íng-uán kā in thâi-tiāu?%1Tsit-ê tōng-tsok bô-huat-tōo ho̍k-guân." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Tsit-ê hāng-bo̍k ê uī-tì bô pùn-sò-tháng thang iōng. Kám ài kái tsò íng-uán " +"thâi-tiāu in?%1Tsit-ê " +"tōng-tsok bô-huat-tōo ho̍k-guân." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" +"Tsia %1 ê hāng-bo̍k ê uī-tì bô pùn-sò-tháng thang iōng. Kám ài kái tsò íng-" +"uán thâi-tiāu in?Tsit-ê tōng-tsok bô-huat-" +"tōo ho̍k-guân." + +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format +msgctxt "@info" +msgid "Do you really want to move this %1 item to the Trash?" +msgid_plural "Do you really want to move these %1 items to the Trash?" +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format +msgctxt "@option:checkbox" +msgid "Do not ask again" +msgstr "Bái koh būn--ah" + +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format +msgctxt "@option:check" +msgid "Do not ask again" +msgstr "Bái koh būn--ah" + +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format +msgctxt "@option:check" +msgid "Do not show this message again" +msgstr "Bái koh hiān-sî tsi̍t-ê sìn-sit" + +#: widgets/widgetsaskuseractionhandler.cpp:572 +#, kde-format +msgid "The peer SSL certificate chain appears to be corrupt." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:575 +#, kde-format +msgid "SSL" +msgstr "SSL" + +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format +msgctxt "Warning about executing unknown program" +msgid "Warning" +msgstr "Kíng-kò" + +#: widgets/widgetsuntrustedprogramhandler.cpp:126 +#, kde-format +msgctxt "program name follows in a line edit below" +msgid "This will start the program:" +msgstr "Tse ē khai-sí tîng-sik:" + +#: widgets/widgetsuntrustedprogramhandler.cpp:136 +#, kde-format +msgid "If you do not trust this program, click Cancel" +msgstr "Nā lí bô sìn-lāi tsit-ê tîng-sik, tshiánn tshi̍h Tshú-siau" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Lí ē-sái tī Dolphin tóng-àn tsóng-kuán ê \"Khak-jīn\" suán-hāng lâi ho̍k-" +#~ "guân tsit-ê siat-tīng." diff --git a/local/recipes/kde/kf6-kio/source/po/nb/kio6.po b/local/recipes/kde/kf6-kio/source/po/nb/kio6.po index cddcae07cd..3fbd9d0a54 100644 --- a/local/recipes/kde/kf6-kio/source/po/nb/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/nb/kio6.po @@ -15,15 +15,15 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2015-04-28 08:48+0200\n" -"Last-Translator: Bjørn Steensrud \n" -"Language-Team: Norwegian Bokmål \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-09-13 12:21+0200\n" +"Last-Translator: Martin Hansen \n" +"Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 25.08.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" @@ -34,33 +34,35 @@ msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" "Knut Yrvin,Bjørn Steensrud,Knut Erik Hollund,Håvard Korsvoll,Sven Harald " -"Klein Bakke,Nils Kristian Tomren" +"Klein Bakke,Nils Kristian Tomren,Martin Hansen" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" "knut.yrvin@gmail.com,bjornst@skogkatt.homelinux.org,khollund@responze.net," -"korsvoll@skulelinux.no,sirius@nonline.org,slx@nilsk.net" +"korsvoll@skulelinux.no,sirius@nonline.org,slx@nilsk.net,mh306602@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" -msgstr "Klarte ikke endre eierskap for fila %1." +msgstr "Klarte ikke endre eierskap for fila %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" +"Klarte ikke endre eierskapet til fila %1. Du har ikke " +"tilstrekkelig tillatelser til å utføre endringa." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" -msgstr "" +msgstr "Klarte ikke opprette KIO-arbeider: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -69,8 +71,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" +"Klarte ikke opprette symbolsk lenke «%1».\n" +"Filsystemet du overfører til (%2) støtter ikke symbolske lenker." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -79,8 +83,11 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"Klarte ikke opprette «%1».\n" +"Filsystemet (%2) til målmappa godtar ikke disse tegnene i mappenavn: %3\n" +"Velg «Bytt ut» for å bytte ut ugyldige tegn (i målmappa) med undertegn («_»)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,32 +96,35 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"Klarte ikke opprette «%1».\n" +"Filsystemet (%2) til målfila godtar ikke disse tegnene i filnavn: %3\n" +"Velg «Bytt ut» for å bytte ut ugyldige tegn (i målfila) med undertegn («_»)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Mappa finnes fra før" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fila finnes fra før" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Finnes fra før som mappe" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" -msgstr "" +msgstr "Papirkurv" #: core/desktopexecparser.cpp:335 #, kde-format msgid "No Exec field in %1" -msgstr "" +msgstr "Mangler Exec-felt i %1" #: core/desktopexecparser.cpp:360 #, kde-format @@ -125,27 +135,27 @@ msgstr "Fant ikke programmet «%1»" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "Fant programmet «%1» i «%2», men det mangler «kjørbar»-tillatelsen." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "Programmet «%1» mangler «kjørbar»-tillatelsen." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "Syntaksfeil i kommandoen %1 fra %2" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "Fant ikke terminalen %1 ved forsøk på å kjøre %2" #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" -msgstr "" +msgstr "Syntaksfeil i kommandoen %1 ved forsøk på å kjøre %2" #: core/global.cpp:79 #, kde-format @@ -159,7 +169,7 @@ msgstr[1] "%1 dager %2" msgid "%1 Item" msgid_plural "%1 Items" msgstr[0] "%1 element" -msgstr[1] "%1 elementer" +msgstr[1] "%1 element" #: core/global.cpp:92 #, kde-format @@ -185,7 +195,7 @@ msgstr "%1, %2 (%3)" #, kde-format msgctxt "folders, files" msgid "%1, %2" -msgstr "%1, %2" +msgstr "%1 og %2" #: core/global.cpp:98 #, kde-format @@ -199,190 +209,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Flytter" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Kilde" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Mål" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "" +msgstr "Endrer filnavn" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopierer" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" -msgstr "Oppretter mappe" +msgstr "Lager mappe" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mappe" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Sletter" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fil" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Undersøker" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Overfører" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Monterer" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Enhet" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Monteringspunkt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Avmonterer" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Slett filer" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Opprett mappe" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Flytt elementer" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Opprett symbolsk lenke" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -405,6 +321,9 @@ msgid "" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" +"Intern feil\n" +"Send en fullstendig feilrapport på http://bugs.kde.org\n" +"%1" #: core/job_error.cpp:49 #, kde-format @@ -444,12 +363,12 @@ msgstr "En fil med navnet %1 finnes fra før." #: core/job_error.cpp:74 #, kde-format msgid "A folder named %1 already exists." -msgstr "En katalog med navnet %1 finnes fra før." +msgstr "En mappe med navnet %1 finnes fra før." #: core/job_error.cpp:77 #, kde-format msgid "No hostname specified." -msgstr "Ingen vert spesifisert." +msgstr "Ingen vert oppgitt." #: core/job_error.cpp:77 #, kde-format @@ -570,7 +489,7 @@ msgstr "Klarte ikke stoppe listing %1." #: core/job_error.cpp:140 #, kde-format msgid "Could not make folder %1." -msgstr "Klarte ikke lage mappa %1." +msgstr "Klarte ikke opprette mappa %1." #: core/job_error.cpp:143 #, kde-format @@ -590,7 +509,7 @@ msgstr "Klarte ikke endre navnet på fila %1." #: core/job_error.cpp:152 #, kde-format msgid "Could not change permissions for %1." -msgstr "Klarte ikke endre rettighet for %1." +msgstr "Klarte ikke endre tillatelser for %1." #: core/job_error.cpp:155 #, kde-format @@ -682,7 +601,7 @@ msgid "" "Please check permissions." msgstr "" "Klarte ikke slette originalfila %1.\n" -"Kontroller tilgangsrettigheten." +"Kontroller tilgangstillatelsen." #: core/job_error.cpp:202 #, kde-format @@ -691,7 +610,7 @@ msgid "" "Please check permissions." msgstr "" "Klarte ikke slette den delvis nedlastede fila %1.\n" -"Kontroller tilgangsrettigheten." +"Kontroller tilgangstillatelsen." #: core/job_error.cpp:205 #, kde-format @@ -700,7 +619,7 @@ msgid "" "Please check permissions." msgstr "" "Klarte ikke endre navnet på originalfila %1\n" -"Kontroller tilgangsrettigheten." +"Kontroller tilgangstillatelsen." #: core/job_error.cpp:208 #, kde-format @@ -709,7 +628,7 @@ msgid "" "Please check permissions." msgstr "" "Klarte ikke endre navnet på den delvis nedlastede fila %1.\n" -"Kontroller tilgangsrettigheten." +"Kontroller tilgangstillatelsen." #: core/job_error.cpp:211 #, kde-format @@ -718,7 +637,7 @@ msgid "" "Please check permissions." msgstr "" "Klarte ikke opprette symbolsk lenke %1.\n" -"Kontroller tilgangsrettigheten." +"Kontroller tilgangstillatelsen." #: core/job_error.cpp:214 #, kde-format @@ -726,11 +645,13 @@ msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" +"Kan ikke opprette symbolske lenker på %1 .\n" +"Filsystemet du overfører til støtter ikke symbolske lenker." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "Du har ikke nok ledig diskplass til å lagre %1 ." #: core/job_error.cpp:223 #, kde-format @@ -766,17 +687,17 @@ msgstr "Du kan ikke dra en fil eller mappe til seg selv" #: core/job_error.cpp:243 #, kde-format msgid "A folder cannot be moved into itself" -msgstr "" +msgstr "Du kan ikke flytte en mappe til seg selv" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "Klarte ikke kommunisere med den lokale passordtjeneren" #: core/job_error.cpp:249 #, kde-format msgid "Unable to create KIO worker. %1" -msgstr "" +msgstr "Klarte ikke opprette KIO-arbeider. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -785,6 +706,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"Fila %1 er for stor til å overføres. Filsystemet du " +"overfører til støtter bare filer opp til 4 GiB." #: core/job_error.cpp:258 #, kde-format @@ -793,105 +716,116 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"Utvidet tillatelse er ikke nødvendig,\n" +"da «%1» er eiet av gjeldende bruker.\n" +"Prøv på nytt etter å ha endret tillatelsene." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "Fila er for stor til å kastes i papirkurven." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" +"Ukjent feilkode %1\n" +"%2\n" +"Send en fullstendig feilrapport på http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ukjent)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknisk grunn: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detaljer om forespørselen:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protokoll: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Dato og klokkeslett: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Tilleggsinformasjon: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mulige årsaker:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mulige løsninger:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ukjent)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Ta kontakt med brukerstøtte eller systemadministratoren for hjelp." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Ta kontakt med tjeneradministratoren for hjelp." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." -msgstr "Kontroller tilgangsrettighetene dine til denne ressursen." +msgstr "Kontroller tilgangstillatelsene dine til denne ressursen." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -"Du har kanskje ikke tilstrekkelig tilgangsrettighet til å utføre denne " +"Du har kanskje ikke tilstrekkelig tilgangstillatelser til å utføre denne " "operasjonen på denne ressursen." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -899,7 +833,7 @@ msgstr "" "Fila er kanskje i bruk (og dermed låst) av en annen bruker eller et annet " "program." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -908,18 +842,18 @@ msgstr "" "Se etter at ingen andre programmer eller brukere har låst fila eller bruker " "den." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Det kan også være at det er feil ved maskinvaren, men det er lite sannsynlig." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Du har kanskje støtt på en feil i programmet." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -928,7 +862,7 @@ msgstr "" "Dette skjer sannsynligvis på grunn av en feil i programmet. Du bør kanskje " "sende inn en full feilrapport som vist under." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -937,7 +871,7 @@ msgstr "" "Oppdater programvaren din til siste versjon. Distribusjonen din har " "sannsynligvis verktøy til å oppdatere programmene med." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -948,13 +882,20 @@ msgid "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." msgstr "" +"Dersom alt annet mislyktes, kan du hjelpe KDE eller de som har laget " +"programmet ved å sende inn en god feilrapport. Dersom programmet kommer fra " +"andre enn KDE, ta kontakt direkte med produsenten. Hvis ikke, kan du se om " +"den samme feilen alt er rapportert av andre ved å søke på KDE-nettstedet for feilrapportering. Dersom feilen ikke " +"er rapportert, bør du notere alle opplysningene over og ta dem med i " +"feilrapporten sammen med alle andre detaljer du tror kan hjelpe." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Det er kanskje et problem med nettverksforbindelsen." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -963,7 +904,7 @@ msgstr "" "Det kan være et problem med nettverksoppsettet. Det er lite sannsynlig " "dersom du ikke nylig har hatt problemer med tilgangen til Internett." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -972,61 +913,61 @@ msgstr "" "Problemet kan ligge et sted i nettverket mellom tjeneren og denne " "datamaskinen." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Prøv igjen, enten nå eller senere en gang." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "En protokollfeil eller inkompatibilitet kan ha oppstått." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Se etter at ressursen faktisk finnes og prøv igjen." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ressursen finnes kanskje ikke." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Dobbeltsjekk at adressen er riktig og prøv igjen." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontroller nettverksforbindelsen." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Klarer ikke åpne ressurs for lesing" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -"Dette tyder på at innholdet i fila eller katalogen %1 ikke " +"Dette tyder på at innholdet i fila eller mappa %1 ikke " "kunne leses, siden du ikke fikk lesetilgang." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." -msgstr "Du har kanskje ikke rettighet til å lese fila eller åpne katalogen." +msgstr "Du har kanskje ikke tillatelser til å lese fila eller åpne mappa." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Klarer ikke åpne ressurs for skriving" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1035,25 +976,27 @@ msgstr "" "Dette tyder på at fila %1 ikke kunne skrives, siden du ikke " "fikk skrivetilgang." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "" +msgstr "Klarte ikke starte prosess som %1-protokollen krever" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Kan ikke starte prosess" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" +"Klarte ikke starte programmet som gir tilgang til %1-" +"protokollen. Dette skjer oftest på grunn av tekniske feil." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1064,12 +1007,12 @@ msgstr "" "oppdatert da du sist oppdaterte KDE. I så fall kan det hende programmet ikke " "starter fordi det er inkompatibelt med denne versjonen." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Intern feil" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-" "protokollen har rapportert en intern feil." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Feil URL-formatering" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokoll://bruker:passord@www.eksempel." -"no:port/katalog/filnavn.etternavn?spørring=verdi" +"no:port/mappe/filnavn.etternavn?spørring=verdi" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokollen %1 er ikke støttet" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1110,39 +1053,42 @@ msgstr "" "KDE-programmene som er installerte på denne maskinen støtter ikke " "protokollen %1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." -msgstr "Den etterspurte protokollen er kanskje ikke støttet." +msgstr "Den forespurte protokollen er kanskje ikke støttet." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -"Denne datamaskinen og tjenermaskinen støtter kanskje ikke samme versjon " -"av %1-protokollen." +"Denne datamaskinen og tjenermaskinen støtter kanskje ikke samme versjon av " +"%1-protokollen." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" +"Du kan prøve å søke på nettet etter et programtillegg (en «KIO-" +"arbeider»/«KIO worker») som støtter denne protokollen. Et mulig sted å prøve " +"er https://store.kde.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL-en refererer ikke til noen ressurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokollen er en filterprotokoll" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LURL-en) du oppga refererer ikke til en spesiell " "ressurs." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1164,21 +1110,21 @@ msgstr "" "tilfelle. Dette hender sjelden, og skyldes sannsynligvis en " "programmeringsfeil." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ustøttet handling: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -"Den etterspurte handlinga er ikke støttet av KDE-programmet som " -"implementerer %1-protokollen." +"Den forespurte handlinga er ikke støttet av KDE-programmet som implementerer " +"%1-protokollen." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1188,17 +1134,17 @@ msgstr "" "Denne feilen er i stor grad avhengig av KDE-programmet. Ekstrainformasjonen " "bør gi deg mer informasjon enn du kan få gjennom inn/ut-arkitekturen i KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Forsøk å finne en annen måte å gjøre det samme." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fil ventet" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1206,17 +1152,17 @@ msgid "" msgstr "" "Forespørselen forventet en fil, men fant mappa %1 i stedet." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dette kan skyldes en feil på tjenersiden." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Mappe ventet" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1224,70 +1170,70 @@ msgid "" msgstr "" "Forespørselen forventet en mappe, men fant fila %1 i stedet." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fila eller mappa finnes ikke" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." -msgstr "Den oppgitte fila eller mappa %1 finnes ikke." +msgstr "Den valgte fila eller mappa %1 finnes ikke." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -"Den etterspurte fila kunne ikke opprettes fordi det alt finnes en fil med " -"det navnet." +"Den forespurte fila kunne ikke opprettes fordi det alt finnes en fil med det " +"navnet." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Prøv å flytte den gamle fila vekk først, og forsøk igjen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Slett den gamle fila og prøv igjen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Velg et annet navn på den nye fila." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -"Den etterspurte mappa kunne ikke opprettes fordi det alt finnes en mappe med " +"Den forespurte mappa kunne ikke opprettes fordi det alt finnes en mappe med " "det navnet." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Prøv å flytte den gamle mappa vekk først, og forsøk igjen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Slett den gamle mappa og prøv igjen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Velg ett annet navn på den nye mappa." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ukjent vert" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1296,47 +1242,48 @@ msgstr "" "Feilmeldinga ukjent vert tyder på at tjeneren med navnet %1 " "ikke ble funnet på Internett." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Navnet %1, som du oppga, finnes kanskje ikke. Kanskje du har skrevet feil." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Nektet tilgang" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." -msgstr "Nektet tilgang til den oppgitte ressursen %1." +msgstr "Nektet tilgang til den valgte ressursen %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Du har kanskje oppgitt feil eller ingen autentiseringsinformasjon." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." -msgstr "Kontoen din har kanskje ikke tilgangsrett til denne ressursen." +msgstr "Kontoen din har kanskje ikke tilgangstillatelse til denne ressursen." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -"Prøv spørringen på nytt og se til at autentiseringsinformasjonen er riktig." +"Prøv forespørselen på nytt og se til at autentiseringsinformasjonen er " +"riktig." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Nektet skrivetilgang" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1344,12 +1291,12 @@ msgid "" msgstr "" "Dette betyr at forsøket på å skrive til fila %1 ble avvist." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Kan ikke gå inn i mappe" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1357,17 +1304,17 @@ msgid "" msgstr "" "Dette betyr at et forsøk på å åpne mappa %1 ble avvist." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Mappeliste ikke tilgjengelig" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokollen %1 er ikke et filsystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1377,12 +1324,12 @@ msgstr "" "Dette betyr at forespørselen ikke klarte å avgjøre innholdet i mappafordi " "KDE-programmet som støtter protokollen ikke klarer det." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Syklisk lenke oppdaget" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1394,7 +1341,7 @@ msgstr "" "plasseringer. KDE oppdaget en lenke eller en rekke lenker som går i uendelig " "løkke. Fila er altså (kanskje via omveier) en lenke til seg selv." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1403,27 +1350,27 @@ msgstr "" "Slett en del av lenkerekken slik at den ikke lenge er en uendelig løkke, og " "prøv igjen." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Forespørsel avbrutt av brukeren" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Forespørselen ble ikke fullført fordi den ble avbrutt." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Prøv forespørselen om igjen." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Syklisk lenke oppdaget under kopiering" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1436,17 +1383,17 @@ msgstr "" "rekke lenker som går i uendelig løkke. Fila er altså (kanskje via omveier) " "en lenke til seg selv." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Klarte ikke åpne nettverksforbindelse" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Klarte ikke opprette sokkel" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1455,29 +1402,29 @@ msgstr "" "Dette er en nokså teknisk feil som innebærer at en enhet for " "nettverkskommunikasjon (en sokkel) ikke kunne opprettes." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -"Nettverksforbindelsen er kanskje feil satt opp eller nettverksgrensesnittet " +"Nettverksforbindelsen er kanskje satt opp feil eller nettverksgrensesnittet " "er ikke aktivt." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Nektet tilgang til tjener" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." -msgstr "Tjeneren %1 nektet tilkopling fra denne datamaskinen." +msgstr "Tjeneren %1 nektet tilkobling fra denne datamaskinen." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1486,16 +1433,16 @@ msgstr "" "Tjeneren er kanskje ikke sett opp til å tillate forespørsler, selv om den er " "koblet til Internett." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -"Tjeneren kjører kanskje ikke den etterspurte tjenesten (%1), selv om den er " +"Tjeneren kjører kanskje ikke den forespurte tjenesten (%1), selv om den er " "koblet til Internett." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1505,12 +1452,12 @@ msgstr "" "Forespørselen ble hindret, kanskje av en brannmur (en enhet som innskrenker " "Internett-tilgang) i nettverket ditt eller nettverket til tjeneren." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Forbindelsen til tjeneren ble uventet koblet ned" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1519,7 +1466,7 @@ msgstr "" "Selv om forbindelsen til %1 ble opprettet, ble den koblet " "ned på et uventet tidspunkt." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1527,17 +1474,17 @@ msgid "" msgstr "" "En protokollfeil kan ha oppstått, slik at tjeneren koblet ned forbindelsen." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ugyldig URL-ressurs" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokollen %1 er ingen filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1560,17 +1507,17 @@ msgstr "" "ikke kommunisere på den måten. Dette skjer sjelden, og skyldes vanligvis " "programmeringsfeil." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Klarer ikke montere inn/ut-enhet" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Klarte ikke montere enhet" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1578,7 +1525,7 @@ msgid "" msgstr "" "Klarte ikke montere enheten. Den rapporterte feilen var: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1589,17 +1536,17 @@ msgstr "" "enheten (for eksempel ingen CD-plate i CD-spilleren), eller at enheten ikke " "er koblet til." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" -"Du har kanskje ikke rettighet til å montere enheten. På UNIX-systemer er det " -"vanlig at bare systemadministratoren kan montere en enhet." +"Du har kanskje ikke tillatelser til å montere enheten. På UNIX-systemer er " +"det vanlig at bare systemadministratoren kan montere en enhet." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1608,17 +1555,17 @@ msgstr "" "Se til at enheten er klar; at et lagringsmedium er satt inn og at enheten er " "koblet til og slått på." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Klarer ikke avmontere inn/ut-enhet" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Klarte ikke avmontere enhet" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1626,7 +1573,7 @@ msgid "" msgstr "" "Enheten kunne ikke avmonteres Den rapporterte feilen var: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1637,27 +1584,27 @@ msgstr "" "annen bruker. Et åpent vindu i filbehandleren er nok til at enheten er i " "bruk." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " "UNIX systems, system administrator privileges are often required to " "uninitialize a device." msgstr "" -"Du har kanskje ikke rettighet til å avmontere enheten. På UNIX-systemer er " +"Du har kanskje ikke tillatelser til å avmontere enheten. På UNIX-systemer er " "det vanlig at bare systemadministratoren kan avmontere en enhet." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Se til at ingen program bruker enheten og prøv igjen." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Klarer ikke lese fra ressursen" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1666,17 +1613,17 @@ msgstr "" "Dette betyr at en feil oppsto under lesing av innholdet fra ressursen " "%1, selv om ressursen kunne åpnes." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." -msgstr "Du har kanskje ikke rettighet til å lese fra ressursen." +msgstr "Du har kanskje ikke tillatelser til å lese fra ressursen." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Kan ikke skrive til ressursen" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1685,22 +1632,22 @@ msgstr "" "Dette betyr at en feil oppstod under skriving til ressursen %1, selv om ressursen kunne åpnes." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." -msgstr "Du har kanskje ikke rettighet til å skrive til ressursen." +msgstr "Du har kanskje ikke tillatelser til å skrive til ressursen." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Klarte ikke lytte etter nettverksforbindelser" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Klarte ikke binde" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1711,17 +1658,17 @@ msgstr "" "nettverkskommunikasjon (en sokkel) ikke kunne opprettes for lytting etter " "innkommende nettverkstilkoblinger." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Klarte ikke lytte" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Klarte ikke ta imot nettverksforbindelse" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1730,106 +1677,106 @@ msgstr "" "Dette er en nokså teknisk feil som oppsto ved forsøk på å godta en " "innkommende nettverkstilkobling." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." -msgstr "Du har kanskje ikke rettighet til å ta i mot tilkoblingen." +msgstr "Du har kanskje ikke tillatelser til å ta i mot tilkoblingen." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Klarte ikke logge inn: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Et forsøk på å logge inn for å utføre den forespurte operasjonen mislyktes." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Klarte ikke finne ut ressursens tilstand" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Klarte ikke avgjøre tilstanden til ressursen" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" "Et forsøk på å finne informasjon om tilstanden til ressursen %1 mislyktes. Slik informasjon kan f.eks. være navn, type, størrelse, " -"osv. til ressursen." +"strong> mislyktes. Slik informasjon kan for eksempel være navn, type, " +"størrelse, osv. til ressursen." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Den valgte ressursen finnes kanskje ikke eller er muligens ikke lesbar." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Klarte ikke avbryte listing" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIKSMEG: Dokumenter dette" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Klarte ikke opprette mappe" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." -msgstr "Et forsøk på å opprette den etterspurte mappa mislyktes." +msgstr "Et forsøk på å opprette den forespurte mappa mislyktes." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Stedet der mappa skulle opprettes finnes kanskje ikke." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Klarte ikke fjerne mappe" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Et forsøk på å flytte den valgte mappa %1 mislyktes." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Den valgte mappa finnes kanskje ikke." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Den valgte mappa er kanskje ikke tom." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Se til at mappa finnes og er tom før du prøver igjen." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Klarte ikke gjenoppta filoverføring" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1838,74 +1785,74 @@ msgstr "" "Forespørselen krevde at overføring av fila %1 ble " "gjenopptatt på et bestemt sted i overføringen. Dette var ikke mulig." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokollen eller tjeneren støtter kanskje ikke gjenopptatte overføringer." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." -msgstr "Prøv en gang til uten å ta gjenoppta overføringen." +msgstr "Prøv en gang til uten å gjenoppta overføringen." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Klarte ikke endre navnet på ressursen" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Et forsøk på å endre navnet på den valgte ressursen %1 " "mislyktes." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" -msgstr "Klarte ikke endre rettigheter for ressursen" +msgstr "Klarte ikke endre tillatelser for ressursen" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -"Et forsøk på å endre tilgangsrettigheten til den valgte ressursen " +"Et forsøk på å endre tilgangstillatelsen til den valgte ressursen " "%1 mislyktes." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" -msgstr "Klarte ikke endre rettigheter for ressursen" +msgstr "Klarte ikke endre tillatelser for ressursen" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -"Et forsøk på å endre tilgangsrettigheten til den valgte ressursen " +"Et forsøk på å endre tilgangstillatelsen til den valgte ressursen " "%1 mislyktes." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Klarte ikke slette ressursen" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Et forsøk på å slette den valgte ressursen %1 mislyktes." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" -msgstr "Uventet programslutt" +msgstr "Uventet programavslutning" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 har avsluttet " "på en uventet måte." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Ikke nok minne" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 har ikke nok " "minne til å fortsette." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Ukjent mellomtjener" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" +"Rapporter gjerne en feil på http://bugs.kde." +"org/ for å melde fra til utviklerne om autentiseringsmetoden som ikke er " +"støttet." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Forespørsel avbrutt" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Intern feil i tjener" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2002,7 +1952,7 @@ msgstr "" "Programmet på tjeneren som gir tilgang til %1-protokollen " "har rapportert en intern feil: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2011,12 +1961,12 @@ msgstr "" "En feil i tjenerprogrammet er trolig grunnen til dette. Rapporter gjerne om " "feilen slik det er forklart nedenfor." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Kontakt tjeneradministratoren for å melde fra om problemet." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2025,40 +1975,31 @@ msgstr "" "Dersom du vet hvem som har laget programmet på tjeneren, kan du sende " "feilrapporten direkte til dem." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tidsgrensefeil" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Selv om det ble opprettet kontakt med tjeneren, kom det ikke noe svar innen " -"den fastsatte tiden:
              • Tidsgrense for oppretting av samband: %1 " -"sekund
              • Tidsgrense for mottak av svar: %2 sekund
              • Tidsgrense " -"for tilgang til mellomtjenere: %3 sekund
              Husk at du kan endre " -"disse tidsgrensene i KDEs Systeminnstillinger, ved å velge " -"Nettverksinnstillinger→Forbindelsesinnstillinger." +"Selv om det ble tatt kontakt med serveren, ble det ikke mottatt svar innen " +"tiden som ble tildelt forespørselen." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Tjeneren var for opptatt med å svare på andre forespørsler." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Ukjent feil" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen har " "rapportert en intern feil: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ukjent avbrudd" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen har " "rapportert et avbrudd av ukjent type: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Klarte ikke slette den opprinnelige fila" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2097,12 +2038,12 @@ msgstr "" "opprinnelige fila, trolig på slutten av en flytte-operasjon. Den " "opprinnelige fila %1 kunne ikke slettes." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Klarte ikke slette den midlertidige fila" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2113,12 +2054,12 @@ msgstr "" "midlertidig fil der den nye fila ble lagret under nedlasting. Det var ikke " "mulig å slette denne midlertidige fila %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Klarte ikke endre navnet på den opprinnelige fila" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2127,12 +2068,12 @@ msgstr "" "For å utføre den ønskede operasjonen var det nødvendig å endre navnet på den " "opprinnelige fila %1, men det lot seg ikke gjøre." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Klarte ikke endre navnet på den midlertidige fila" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2141,41 +2082,41 @@ msgstr "" "For å utføre den ønskede operasjonen var det nødvendig å opprette en " "midlertidig fil %1, men det lot seg ikke gjøre." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Klarte ikke opprette lenke" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Klarte ikke opprette symbolsk lenke" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." -msgstr "Den etterspurte symbolske lenka %1 kunne ikke opprettes." +msgstr "Den forespurte symbolske lenka %1 kunne ikke opprettes." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Uten innhold" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" -msgstr "Full disk " +msgstr "Full disk" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -"Det er ikke nok diskplass til å skrive til den etterspurte fila %1." +"Den forespurte fila %1 kunne ikke skrives til fordi det " +"ikke er nok diskplass." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2185,12 +2126,12 @@ msgstr "" "Lag mer ledig diskplass ved å 1) slette filer du ikke trenger; 2) arkivere " "filer med CD-brenner eller liknende; eller 3) skaffe deg mer diskplass." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Kilden og målet er den samme fila" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2198,17 +2139,17 @@ msgid "" msgstr "" "Operasjonen kunne ikke fullføres fordi kilden og målet er den samme fila." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Velg et annet filnavn for målfila." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fila eller mappa ble sluppet på seg selv." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2217,112 +2158,124 @@ msgstr "" "Operasjonen kunne ikke fullføres fordi fila eller mappa som er kilde og mål " "er den samme." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." -msgstr "Slipp elementet inn i en annen fil eller mappe." +msgstr "Flytt elementet inn i en annen fil eller mappe." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" -msgstr "" +msgstr "Mappe flytta til seg selv" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" +"Operasjonen kunne ikke fullføres fordi kilden kan ikke flyttes til seg selv." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." -msgstr "" +msgstr "Flytt elementet til en annen mappe." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "Klarte ikke kommunisere med passordtjeneren" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" +"Klarte ikke fullføre den førespurte handlinga, på grunn av mangel på kontakt " +"med tjenesten for passordforespørsler (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" +"Prøv å starte økten på nytt; eventuelt se etter feilmeldinger fra «kiod» i " +"loggen." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" -msgstr "Klarer ikke initiere %1-protokollen" +msgstr "Klarte ikke starte %1-protokollen" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" -msgstr "" +msgstr "Klarte ikke opprette KIO-arbeider" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" +"Klarte ikke starte programmet som gir tilgang til %1-" +"protokollen. Dette skjer oftest på grunn av tekniske feil." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"Programmet klauncher klarte ikke å finne eller starte tillegget som gir " +"støtte for protokollen. Dette kan skyldes at du har en utdatert versjon av " +"tillegget." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "Kan ikke overføre %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"Kan ikke overføre fila %1, fordi filsystemet du " +"overfører til ikke støtter så store filer." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." -msgstr "" +msgstr "Prøv å reformater til et filsystem som støtter så store filer." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Udokumentert feil" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolsk lenke til %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Lenke til %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Peker til %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2331,118 +2284,121 @@ msgstr "" "Ødelagt URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "Klarte ikke fastsette filtype for %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." -msgstr "Kan ikke trekke ut programnavn fra «%1», oppgi et gyldig programnavn." +msgstr "" +"Kan ikke trekke ut programnavn fra «%1». Skriv inn et gyldig programnavn." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "%1 ser ikke ut til å være en kjørbar programfil." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"Klarte ikke finne %1. Skriv inn en gyldig adresse til " +"et kjørbart program." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Du kan ikke åpne forbindelse med protokollen %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Du kan ikke lukke forbindelse med protokollen %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Du kan ikke få tilgang til filer med protokollen %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skriving til %1 er ikke støttet." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Det finnes ingen spesielle handlinger for protokollen %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Mappelister er ikke støttet for protokollen %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Henting av data fra %1 er ikke støttet." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Henting av MIME-type-informasjon fra %1 er ikke støttet." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Endring av filnavn eller flytting av filer i %1 er ikke støttet." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Du kan ikke lage symbolske lenker med protokollen %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiering av filer i %1 er ikke støttet." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Sletting av filer fra %1 er ikke støttet." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "Du kan ikke lage kataloger med protokollen %1." +msgstr "Du kan ikke lage mapper med protokollen %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Du kan ikke endre filattributter med protokollen %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Endring av eierskap for filer er ikke støttet med protokollen %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Åpning av filer er ikke støttet med protokollen %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokollen %1 støtter ikke handlinga %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2450,312 +2406,340 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Sikkerheten til KIO-arbeideren for protokoll «%1» som vanligvis ber om økte " +"rettigheter, kan ikke garanteres fordi andre brukere enn rot har rettigheter " +"til å endre den på %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Ukjent protokoll «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "" +msgstr "Finner ikke KIO-arbeider for protokollen «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO-arbeideren for protokollen «%1» i %2 ble ikke lastet siden alle KIO-" +"arbeiderne som er plassert utenfor %3 og ber om utvidet tillatelser anses " +"som usikre." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" +"Klarte ikke opprette «socket» for start av KIO-arbeider for protokollen «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "" +msgstr "Fant ikke den kjørbare fila «kioworker» ved «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detaljer" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&For alltid" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" -msgstr "&Fortsett" +msgstr "F&ortsett" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Bare i gjeldende økt" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Flytt til ny mappe" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Lag ny mappe for disse elementene" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." -msgstr "Du oppga ikke et filnavn for sletting." +msgstr "Du oppga ikke et filnavn for sletting.f" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ingenting å slette" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Du har ikke valgt en fil for sletting." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ingenting å slette" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Den valgte mappa finnes ikke eller er ikke lesbar." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meny" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" -msgstr "Foreldre-mappe" +msgstr "Overmappe" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "Gå tilbake" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "Gå fram" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Hjemmemappe" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" -msgstr "Last på nytt" +msgstr "Oppdater" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Ny mappe" +msgstr "Ny mappe …" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Flytt til papirkurven" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Slett" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortering" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" -msgstr "" +msgstr "Sorter etter navn" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" -msgstr "" +msgstr "Sorter etter størrelse" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" -msgstr "" +msgstr "Sorter etter dato" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" -msgstr "" +msgstr "Sorter etter filtype" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" -msgstr "" +msgstr "Stigende" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Synkende" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Mapper først" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" -msgstr "" +msgstr "Skjulte filer sist" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" -msgstr "" +msgstr "Ikonvisning" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" -msgstr "" +msgstr "Kompakt visning" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" -msgstr "" +msgstr "Detaljert visning" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" -msgstr "Ikonposisjon" +msgstr "Ikonplassering" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Ved siden av filnavnet" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Over filnavnet" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" -msgstr "Kort visning" +msgstr "Kortvisning" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljert visning" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Trevisning" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljert trevisning" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "Tillat utvidelse i detaljvisning" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Vis skjulte filer" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" -msgstr "" +msgstr "Vis forhåndsvisingspanel" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" -msgstr "Forhåndsvis" +msgstr "Forhåndsvisning" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "Åpne overmappa" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Egenskaper" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" -msgstr "" +msgstr "&Visningsmodus" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "Å til A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "A til Å" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "" +msgstr "Eldste først" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nyeste først" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "" +msgstr "Største først" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "" +msgstr "Minste først" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koding:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Åpne" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Lagre som" @@ -2782,13 +2766,13 @@ msgstr "Hjemmemappe" #, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "Rotmappe" +msgstr "Rotmappa" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Bla …" +msgstr "Bla gjennom …" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2802,40 +2786,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Flytt hit" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" -msgstr "" +msgstr "*|Alle filer" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" -msgstr "" +msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle støttede filer" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Alle filer" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Legg til Steder-oppføring" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Rediger Steder-oppføring" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -2847,17 +2831,17 @@ msgstr "" "ett eller to ord som minner deg om hvor snarveien fører. Hvis du ikke oppgir " "en etikett blir det avledet av URL til stedet.
              " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etikett:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" -msgstr "Oppgi beskrivende etikett her" +msgstr "Skriv inn beskrivende etikett her" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2870,31 +2854,31 @@ msgstr "" ">ftp://ftp.kde.org/pub/kde/stable

              Du kan bla deg fram til " "adressen ved å bruken knappen ved siden av skrivefeltet.
              " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "S&ted:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " "on the button to select a different icon.
              " msgstr "" -"Dette er ikonet som blir vist i hurtigpanelet.

              Trykk på " +"Dette er ikonet som blir vist i «Steder»-panelet.

              Trykk på " "knappen for å velge et annet ikon.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Velg et &ikon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" -msgstr "&Vis bare i dette programmet (%1)" +msgstr "&Vis bare i dette programmet «%1»" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2902,203 +2886,211 @@ msgid "" "entry will be available in all applications." msgstr "" "Bruk denne innstillinga dersom du vil at oppføringa bare synes når du " -"bruker dette programmet (%1).

              Hvis ikke, blir oppføringa " +"bruker dette programmet «%1».

              Hvis ikke, blir oppføringa " "tilgjengelig i alle programmer.
              " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Steder" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" -msgstr "" +msgstr "Fjernlager" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "Nylige" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Søk etter" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Enheter" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "Flyttbare enheter" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "Merkelapper" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Feil %2)" +msgstr "%1 (fra %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "Alle merkelapper" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Hjem" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "Skrivebord" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenter" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "Nedlastinger" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Nettverk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papirkurv" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "Musikk" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "Bilder" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videoer" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "" +msgstr "Nylig brukte filer" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "" - -#: filewidgets/kfileplacesmodel.cpp:419 -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "" +msgstr "Nylig brukte mapper" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "Endret i dag" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "Endret i går" + +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "" +msgstr "Klarte ikke legge til i «Steder»-panelet: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." -msgstr "" +msgstr "Du kan bare legge mapper til «Steder»-panelet." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Sett opp nettsnarveier …" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "" +msgstr "Slipper løs..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "" +msgstr "&Løs ut" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "" +msgstr "Fjerner trygt …" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "" +msgstr "&Fjern trygt" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "" +msgstr "Avmonterer …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "" +msgstr "&Avmonter" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "" +msgstr "&Løs ut" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Enheten «%1» er ikke en disk og kan ikke løses ut." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "En feil oppsto under forsøk på tilgang til «%1», systemet sa: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "En feil oppsto under forsøk på tilgang til «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "En eller flere filer på denne enheten er i bruk av et program." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3107,162 +3099,166 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"En eller flere filer på denne enheten er i bruk av programmet " +"«%2»." msgstr[1] "" +"En eller flere filer på denne enheten er i bruk av følgende programmer: " +"\"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Reformater eller rediger med Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 ledig av %2 (%3% brukt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (gjemt)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Tøm papirkurven" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1215 -#, kde-format -msgctxt "@item:inmenu" -msgid "Open in New Tab" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1218 -#, kde-format -msgctxt "@item:inmenu" -msgid "Open in New Window" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1227 -#, kde-format -msgctxt "@action:inmenu" -msgid "Add Entry…" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1233 -#, kde-format -msgctxt "@action:inmenu" -msgid "&Edit…" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1238 -#, kde-format -msgctxt "@action:inmenu" -msgid "Remove from Places" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1242 -#, kde-format -msgctxt "@action:inmenu" -msgid "&Hide" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1250 -#, kde-format -msgctxt "@item:inmenu" -msgid "Hide Section '%1'" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1250 -#, kde-format -msgctxt "@item:inmenu" -msgid "Hide Section" -msgstr "" - -#: filewidgets/kfileplacesview.cpp:1258 -#, kde-format -msgid "&Show All Entries" -msgstr "&Vis alle oppføringer" +msgstr "Monter" #: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" -msgid "Icon Size" -msgstr "" +msgid "Open in New Tab" +msgstr "Åpne i ny fane" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1266 +#, kde-format +msgctxt "@item:inmenu" +msgid "Open in New Window" +msgstr "Åpne i nytt vindu" + +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format +msgctxt "@action:inmenu" +msgid "Add Entry…" +msgstr "Legg til oppføring …" + +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Edit…" +msgstr "&Rediger …" + +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format +msgctxt "@action:inmenu" +msgid "Remove from Places" +msgstr "Fjern fra «Steder»" + +#: filewidgets/kfileplacesview.cpp:1290 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Hide" +msgstr "&Skjul" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section '%1'" +msgstr "Skjul inndelinga «%1»" + +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format +msgctxt "@item:inmenu" +msgid "Hide Section" +msgstr "Skjul inndeling" + +#: filewidgets/kfileplacesview.cpp:1306 +#, kde-format +msgid "&Show All Entries" +msgstr "&Vis alle oppføringer" + +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format +msgctxt "@item:inmenu" +msgid "Icon Size" +msgstr "Ikonstørrelse" + +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "" +msgstr "Automatisk størrelsesendring" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "Liten (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "Middels (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "" +msgstr "Stor (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "Enorm (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Du kan bare velge én fil." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" -msgstr "Angitt mer enn én fil" +msgstr "Mer enn én fil valgt" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Du kan bare velge lokale filer" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Kan ikke bruke filer fra andre maskiner" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3271,97 +3267,74 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"Nettadressen bruker en ikke-støtta prefiks. Bruk heller dette prefikset: %2" msgstr[1] "" +"Nettadressen bruker en ikke-støtta prefiks. Bruk heller et av disse " +"prefiksene: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "Ustøttet URL-prefiks" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Det er valgt mer enn én mappe og dette dialogvinduet godtar ikke mapper, så " -"det er ikke mulig å avgjøre hvilken mappe en skal gå inn i. Velg bare én " -"mappe for å få listet den." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Angitt mer enn én mappe" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Minst én mappe og en fil er valgt. Valgte filer blir ignorerte og den valgte " -"mappa blir listet." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Filer og mapper valgt" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Fant ikke fila «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Kan ikke åpne fila" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
              " msgstr "" +"Bruk denne knappen for å gå til overmappa.

              Dersom du nå for " +"eksempel er i file:/home/konqi, vil denne knappen føre deg til file:/home." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." -msgstr "Bruk denne knappen for å gå tilbake ett steg i nettleserhistorien." +msgstr "Bruk denne knappen for å gå tilbake ett steg i nettleserhistorikken." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." -msgstr "Bruk denne knappen for å gå fram ett steg i nettleserhistorien." +msgstr "Bruk denne knappen for å gå fram ett steg i nettleserhistorikken." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Bruk denne knappen for å laste innholdet på nytt." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Bruk denne knappen for å opprette en ny mappe." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" -msgstr "" +msgstr "Vis «Steder»-panel" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Vis skjulte filer" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" -msgstr "Alternativer" +msgstr "Innstillinger" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3370,13 +3343,18 @@ msgid "" "files
            • the Places panel
            • file previews
            • separating " "folders from files
            " msgstr "" +"Dette er oppsettsmenyen for filvinduet. Her finner du flere " +"innstillinger, som for eksempel:
            • Hvordan filer blir sortert i lista
            • ulike visningstyper, for eksempel ikon og liste
            • visning av " +"gjemte filer
            • «Steder»-panelet
            • Forhåndsvisning av filer
            • Skille mapper fra filer
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bokmerker" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3390,12 +3368,37 @@ msgstr "" "fildialogen, men fungerer ellers som vanlige KDE-bokmerker." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Navn:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Angre endring av filnavn" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Åpne overmappa" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skjulte filer sist" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3407,12 +3410,12 @@ msgstr "" "styre funksjonen ved å trykke høyre museknapp og velge modusen du vil bruke " "fra menyen Tekstfullføring." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Fila skal lagres med dette navnet." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3421,74 +3424,79 @@ msgstr "" "Liste over filer som skal åpnes. Du kan velge flere enn en fil ved å skrive " "inn flere filnavn med mellomrom mellom." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Navnet på fila som skal åpnes." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Steder" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fila «%1» finnes fra før. Vil du skrive over den?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Skriv over fila?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Du kan bare velge lokale filer." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Kan ikke bruke filer fra andre maskiner" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|Alle mapper" +msgstr "Alle mapper" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Lager mappe" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Åpne" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonstørrelse: %1 piksler" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" -msgstr "Velg automatisk fil&etternavn (%1)" +msgstr "Velg automatisk fil&etternavn «%1»" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "etternavnet %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Velg automatisk fil&etternavn" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "et passende etternavn" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3503,104 +3511,102 @@ msgid "" "period will be automatically removed).If unsure, keep this option " "enabled as it makes your files more manageable." msgstr "" -"Dette valget slår på noen bekvemmeligheter for lagring av filer med " -"etternavn:
            1. Et etternavn oppgitt i skrivefeltet %1 blir " -"oppdatert hvis du endrer filtypen det skal lagres med.

            2. Hvis det ikke er oppgitt noe etternavn i skrivefeltet %2 når " -"du trykker Lagre, så blir %3 lagt til slutten av filnavnet (hvis " -"filnavnet ikke allerede finnes). Dette etternavnet er basert på filtypen som " -"du har valgt som lagringstype.

              Hvis du ikke vil at KDE skal " -"sette på et etternavn for filnavnet, så kan du enten slå av dette valget, " -"eller undertrykke det ved å legge til et punktum (.) til filnavnet " -"(punktumet blir automatisk fjernet).
            Hvis du ikke er sikker, så " -"behold valget slått på, fordi det gjør det lettere å holde styr på filene " -"dine." +"Dette valget bruker noen funksjoner for lagring av filer med etternavn:
            1. Et etternavn oppgitt i skrivefeltet %1 blir oppdatert hvis " +"du endrer filtypen det skal lagres med.

            2. Hvis det ikke er " +"oppgitt noe etternavn i skrivefeltet %2 når du trykker Lagre, " +"så blir %3 lagt til slutten av filnavnet (hvis filnavnet ikke allerede " +"finnes). Dette etternavnet er basert på filtypen som du har valgt som " +"lagringstype.

              Hvis du ikke vil at KDE skal sette på et " +"etternavn for filnavnet, så kan du enten slå av dette valget, eller " +"undertrykke det ved å legge til et punktum (.) til filnavnet (punktumet blir " +"automatisk fjernet).
            Hvis du ikke er sikker, så behold valget " +"slått på, fordi det gjør det lettere å holde styr på filene dine." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" -msgstr "" +msgstr "&Filtype:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" +"Dette er filtypevelgeren. Du bruker den til å velge i hvilket format " +"fila skal lagres." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " -msgstr "" -"Filteret som skal brukes på fillista. Bare filnavn som passer med " -"mønsteret blir vist.

            Du kan velge fra ett av de forhåndsdefinerte " -"filtrene i nedtrekkslista eller skrive inn ditt eget filter i skrivefeltet.

            Jokertegn som * og ? kan brukes i filteret.

            " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Lag ny" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Dette er filtypevelgeren. Du bruker den til å velge i hvilket format " +"fila skal lagres." -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Skriv inn %1 filnavn." + +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Beklager" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Mal-fila %1 finnes ikke." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "Navn på ny lenke:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Lag symbolsk lenke" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" -msgstr "Opprett en lenke til URL " +msgstr "Opprett en lenke til URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"Navnet %1 kan ikke brukes, da det er forbeholdt " +"operativsystemet." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" +"Navnet %1 har punktum som første tegn, og blir derfor " +"gjemt som standard." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3608,124 +3614,190 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"Filnavnet %1 starter med et mellomrom, noe som vil gjør " +"at det blir vist før alle andre ved alfabetisk sortering, samt andre rare " +"ting." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "" +msgstr "Bruker du skråstreker i mappenavn, vil det lage undermapper, slik:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "Bruker du skåstreker i mappenavn, vil det lage undermapper." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "Du kan ikke bruke skråstreker i fil- og mappenavn." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "Du kan ikke bruke omvendte skråstreker i fil- og mappenavn." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Opprettelse av fil eller mappe med navnet %1 er ikke " +"mulig siden den ville overlappe med adressen til en brukers hjemmemappe." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"Du bør ikke ha tilde (~) som første tegn i fil- eller mappenavn, da det kan " +"være forvirrende eller farlig når du bruker terminalen til å slette ting." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "" +msgstr "Det finnes allerede en mappe med navnet %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "" +msgstr "Det finnes allerede en fil med navnet %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Lag ny" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Lenke til enhet" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ny mappe" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Opprett mappe" +msgstr "Lag ny mappe" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" +msgstr "Lag ny mappe i %1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Skriv inn %1 filnavn." + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "Eier (standard)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Lag ny fil" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Skriv inn %1 filnavn." + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Velg program for %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Velg et &ikon:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." msgstr "" #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopier" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Lim inn" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "" +msgstr "Åpne «%1» i ny fane" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "" +msgstr "Åpne «%1» i nytt vindu" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Rediger" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naviger" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" -msgstr "Vis full sti" +msgstr "Vis hele adressen" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" +"Gå til hvilken som helst plassering på adressen %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3735,7 +3807,16 @@ msgstr "Mer" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Gå til plasseringa i adressen" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Steder" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3760,72 +3841,81 @@ msgstr "Andre" msgid "Edit mode" msgstr "Redigeringsmodus" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "Trykk for plasseringsnavigering" +msgstr "Trykk for plasseringsnavigasjon" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Trykk for å endre plassering" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Du har ikke lov til å kjøre denne fila." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" -msgstr "" +msgstr "Starter %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" +"Kan ikke gjøre tjenesten %1 kjørbar. Avbryter kjøring\n" +"%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Du har ikke lov til å åpne denne fila." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" msgstr "" +"Intern feil: Kunne ikke spørre brukeren om hvilket program som skulle startes" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Tom kommando oppgitt" #: gui/faviconrequestjob.cpp:108 #, kde-format msgid "No favicon found for %1" -msgstr "" +msgstr "Fant ingen favicon for %1" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "Feil ved lagring av bilde %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "Ikonfila er for stor – avbryter nedlasting" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" -msgstr "" +msgstr "Fant ingen e-postprogram" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3836,28 +3926,28 @@ msgstr "" "%1\n" "er ukjent." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Starter %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "" +msgstr "Fant ikke kommandoen %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "Fant ingen terminalemulator" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "Klarte ikke åpne %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3868,67 +3958,72 @@ msgstr "" "%1\n" "er av typen Link, men har ingen URL=…-oppføring." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" +"Programfila «%1» ligger på et eksternt filsystem. Av sikkerhetsgrunner blir " +"det ikke startet." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" +"Av sikkerhetsgrunner kan ikke programfiler kjøres i denne sammenhengen." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." -msgstr "" +msgstr "Programmet «%1» må ha kjøreretillatelse for å kunne startes." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" +"Klarte ikke å gjøre fila «%1» kjørbar.\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Skrivebordoppføringsfila %1 har ingen Type=…-oppføring." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"Dette er ikke en fullstendig fil og bør ikke åpnes.\n" +"Se etter ikke-ferdige oppgaver eller nedlastinger i varslingsområdet og i " +"programmene som kjører." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." -msgstr "" +msgstr "Klarte ikke åpne fila." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." -msgstr "" +msgstr "Kunne ikke starte programmet «%1»." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Fila\n" -"%1\n" -"er blitt endret.\n" -"Vil du laste opp endringene?" +"Fila %1er endret. Vil du laste opp endringene?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -3982,8 +4077,8 @@ msgid "" "Do you still want to delete it?" msgstr "" "En fil som skulle være midlertidig \n" -"- %1 – \n" -"er blitt endret.\n" +"%1\n" +"er endret.\n" "Vil du fremdeles slette den?" #: kioexec/main.cpp:242 @@ -4001,205 +4096,125 @@ msgid "" msgstr "" "Fila\n" "%1\n" -"er blitt endret.\n" +"er endret.\n" "Vil du laste opp endringene?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec – Åpner filer over nettverket, overvåker endringer, spør ved " "opplasting" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998–2000,2003 KFM/Konqueror-utviklerne" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" -msgstr "Behandle nettadresser som lokale filer og slett dem etter bruk" +msgstr "Håndter nettadresser som lokale filer og slett dem etter bruk" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Forslag til navn på den nedlastede fila" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Kommando som skal kjøres" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Nettadresser eller lokale filer som skal brukes for «kommando»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Angir ACL til %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -"Klarte ikke endre rettighetene for\n" +"Klarte ikke endre tillatelsene for\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "Klarte ikke endre eierskap for %1." +msgstr "" +"Klarte ikke bytte eier og gruppe for\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Klarte ikke endre navnet på den midlertidige fila" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Fant ikke programmet «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Fant ikke programmet «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" -msgstr "Kan ikke kopiere fila fra %1 til %2 (feilnummer: %3)" +msgstr "Kan ikke kopiere fila fra %1 til %2 (feilkode: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" -msgstr "Intet media i enheten for %1" +msgstr "Ingen media i enheten for %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" -msgstr "Kunne ikke hente brukerid for gitt brukernavn %1" +msgstr "Kunne ikke hente bruker-ID-en for gitt brukernavn %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" -msgstr "Kunne ikke hente gruppeid for gitt gruppenavn %1" +msgstr "Kunne ikke hente gruppe-ID-en for gitt gruppenavn %1" #: kioworkers/ftp/ftp.cpp:354 #, kde-format @@ -4238,54 +4253,56 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Du må oppgi et brukernavn samt passord for å få tilgang til dette nettstedet." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Nettsted:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Innlogging OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Klarte ikke logge inn til %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "" +"\n" +"Tjeneren sa: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -"Du må oppgi brukernavn og passord for mellomtjeneren under før du får " +"Du må oppgi brukernavn og passord for mellomtjeneren under, før du får " "tilgang til noen nettsteder." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Mellomtjener:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Mislykket mellomtjenerautentisering." @@ -4293,7 +4310,7 @@ msgstr "Mislykket mellomtjenerautentisering." #: kioworkers/help/kio_help.cpp:112 #, kde-format msgid "There is no documentation available for %1." -msgstr "Det fins ikke dokumentasjon for %1." +msgstr "Det finnes ikke dokumentasjon for %1." #: kioworkers/help/kio_help.cpp:157 #, kde-format @@ -4308,7 +4325,7 @@ msgstr "Forbereder dokument" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 #, kde-format msgid "The requested help file could not be parsed:
            %1" -msgstr "Kunne ikke fortolke den etterspurte hjelpefila:
            %1" +msgstr "Kunne ikke fortolke den forespurte hjelpefila:
            %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format @@ -4337,101 +4354,101 @@ msgid "" msgstr "Vil du for alltid godta dette sertifikatet uten spørsmål?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Tjenerautentisering" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Ellers ville nok forespørselen ha lyktes." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hent egenskapsverdier" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "sett egenskapsverdier" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" -msgstr "lag den etterspurte mappa" +msgstr "lag den forespurte mappa" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" -msgstr "kopier den oppgitte fila eller mappa" +msgstr "kopier den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" -msgstr "flytt den oppgitte fila eller mappa" +msgstr "flytt den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" -msgstr "søk i den oppgitte mappa" +msgstr "søk i den valgte mappa" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" -msgstr "lås den oppgitte fila eller mappa" +msgstr "lås den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" -msgstr "lås opp den oppgitte fila eller mappa" +msgstr "lås opp den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" -msgstr "slett den oppgitte fila eller mappa" +msgstr "slett den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" -msgstr "spør etter tjenerens evner" +msgstr "søk etter tjenerens evner" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "hent innholdet i den valgte fila eller mappa" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" -msgstr "kjør en rapport i den oppgitte mappa" +msgstr "kjør en rapport i den valgte mappa" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "En uventet feil (%1) oppstod ved forsøk på %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4441,13 +4458,13 @@ msgstr "" "En feil oppsto ved forsøk på %1, %2. Du finner en oppsummering av grunnene " "under." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Nektet tilgang ved forsøk på %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4456,7 +4473,7 @@ msgstr "" "En ressurs kan ikke opprettes på målet før en eller flere mellomsamlinger " "(mapper) er opprettet." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4465,29 +4482,34 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" +"Tjeneren kunne ikke opprettholde egenskapene\n" +"fra XML-elementet «propertybehavior» i live,\n" +"eller du prøvde å skrive over en fil\n" +"samtidig som du krevde at filer ikke skulle bli skrevet over.\n" +" %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Den forespurte låsen kunne ikke innvilges. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Tjeneren støtter ikke denne typen forespørsel." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Kan ikke %1 fordi ressursen er låst." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Denne handlinga ble hindret av en annen feil." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4495,7 +4517,7 @@ msgid "" "folder." msgstr "Kan ikke %1 fordi måltjeneren ikke godtar fila eller mappa." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4504,18 +4526,18 @@ msgstr "" "Målressursen har ikke nok plass til å ta vare på tilstanden til ressursen " "etter at denne metoden er kjørt." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ressursen kan ikke slettes." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" -msgstr "Laster opp %1" +msgstr "Last opp %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4524,17 +4546,17 @@ msgstr "En uventet feil (%1) oppstod ved forsøk på %2." #: kioworkers/remote/remoteimpl.cpp:98 #, kde-format msgid "Network" -msgstr "" +msgstr "Nettverk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Ødelagt URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4542,20 +4564,20 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" -"Mappa %1 finnes ikke lenger,så det er ikke mulig å gjenopprette dette " +"Mappa %1 finnes ikke lenger, så det er ikke mulig å gjenopprette dette " "elementet til sin opprinnelige plassering. Du kan enten opprette mappa på " "nytt og bruke gjenopprett-funksjonen på nytt, eller dra elementet hvor som " "helst for å gjenopprette det." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "Ugyldig kombinasjon av protokoller." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." -msgstr "Denne fila er alt i papirkurven." +msgstr "Denne fila er allerede i papirkurven." #: kioworkers/trash/kio_trash_win.cpp:244 #, kde-format @@ -4565,7 +4587,7 @@ msgstr "ikke støttet" #: kioworkers/trash/kio_trash_win.cpp:253 #, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "Intern feil i copyOrMove, burde aldri hende" +msgstr "Intern feil i «copyOrMove». Dette skal ikke skje." #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4574,7 +4596,7 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" -"Hjelpeprogram som behandler KDEs papirkurv\n" +"Hjelpeprogram for håndtering av KDE-papirkurven\n" "Merk: ikke bruk ktrash til å flytte filer til papirkurven, men «kioclient " "move 'url' trash:/»" @@ -4586,12 +4608,13 @@ msgstr "Tøm innholdet i papirkurven" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "Tilbakefør en kastet fil til opprinnelig sted" +msgstr "Gjenopprett en kastet fil til opprinnelig sted" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" +"Papirkurven er full. Du kan enten tømme henne eller fjernet element manuelt." #: kpasswdserver/kpasswdserver.cpp:529 #, kde-format @@ -4609,17 +4632,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Prøv igjen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" -msgstr "Dialogvindu for autorisasjon" +msgstr "Autentiseringsvindu" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Tilgang nektes" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Du har ikke tilgang til protokollen %1." @@ -4627,12 +4650,12 @@ msgstr "Du har ikke tilgang til protokollen %1." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "Fant ingen foretrukne søketilbydere." +msgstr "Fant ingen foretrukne søkeleverandører." #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "Fant ingen søketilbydere." +msgstr "Fant ingen søkeleverandører." #: urifilters/shorturi/kshorturifilter.cpp:247 #, kde-format @@ -4654,7 +4677,7 @@ msgstr "Vanlig navn:" #: widgets/certificateparty.ui:38 #, kde-format msgid "Acme Co." -msgstr "Per Ulv A/S." +msgstr "Eksempel AS." #. i18n: ectx: property (text), widget (QLabel, organizationTag) #: widgets/certificateparty.ui:48 @@ -4666,7 +4689,7 @@ msgstr "Organisasjon:" #: widgets/certificateparty.ui:58 #, kde-format msgid "Acme Sundry Products Company" -msgstr "Per Ulv diversehandel" +msgstr "Aksjeselskapet Eksempel og andre produkt" #. i18n: ectx: property (text), widget (QLabel, organizationalUnitTag) #: widgets/certificateparty.ui:68 @@ -4696,7 +4719,7 @@ msgstr "Canada" #: widgets/certificateparty.ui:108 #, kde-format msgid "State:" -msgstr "Delstat:" +msgstr "Delstat/region:" #. i18n: ectx: property (text), widget (QLabel, state) #: widgets/certificateparty.ui:118 @@ -4723,193 +4746,268 @@ msgid "" "Copy and paste a checksum in the field below.
            A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"Kopier og lim inn en sjekksum i feltet nedenfor.
            Sjekksummer er " +"vanligvis tilgjengelige fra nettstedene hvor du laster ned filene fra." #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "Forventet sjekksum (MD5, SHA1, SHA256 eller SHA512) …" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." -msgstr "" +msgstr "Trykk for å lime inn sjekksum fra utklipptavla til tekstfeltet." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" -msgstr "Beregn" +msgstr "Regn ut" #. i18n: ectx: property (toolTip), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "Trykk for å kopiere sjekksum til utklippstavla." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Avbryt" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "F&lytt hit" +msgstr "&Flytt hit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "&Last ned hit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopier hit" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "Lag &lenke hit" +msgstr "&Lag lenke hit" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Start" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" -msgstr "" +msgstr "Hva vil du gjøre med denne fila?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ikke spør igjen" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Åpne" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Kjør" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Åpne med %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "" +msgid "Would you like to launch this file?" +msgstr "Vil du starte denne fila?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" -msgstr "Oppretter mappe" +msgstr "Lager mappe" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Kilde" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Mål" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopierer" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Flytter" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" -msgstr "" +msgstr "Endrer filnavn" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Flytt til papirkurven" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Sletter" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" -msgstr "&Angre" +msgstr "A&ngre" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" -msgstr "&Angre: Kopier" +msgstr "A&ngre: Kopier" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" -msgstr "&Angre: Lenke" +msgstr "A&ngre: Lenke" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" -msgstr "&Angre: Flytt" +msgstr "A&ngre: Flytt" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" -msgstr "&Angre: Endre navn" +msgstr "A&ngre: Endre navn" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" -msgstr "&Angre: Papirkurv" +msgstr "A&ngre: Legg i papirkurv" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" -msgstr "&Angre: Lag ny mappe" +msgstr "A&ngre: Lag ny mappe" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" -msgstr "&Angre: Lag ny(e) mappe(r)" +msgstr "A&ngre: Lag ny(e) mappe(r)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" -msgstr "&Angre: Lag ny fil" +msgstr "A&ngre: Lag ny fil" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" -msgstr "" +msgstr "A&ngrer: Endrer navn på flere filer" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Gjør om" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Angre: Kopiering" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Angre: Lenke" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Angre: Flytt" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Angre: Endre navn" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Angre: Legg i papirkurv" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Angre: Lag ny mappe" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Angre: Lag ny(e) mappe(r)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Angre: Lag ny fil" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Angre: Endre navn på flere filer" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4922,12 +5020,12 @@ msgstr "" "Hvis kopieringen angres, blir fila slettet og alle endringer går tapt.\n" "Er du sikker på at du vil slette %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "Bekreft at filkopiering angres" +msgstr "Angre bekreftelse av filkopiering" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4935,22 +5033,25 @@ msgid "" "filename>This action cannot be undone." msgstr "" - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, kde-format -msgid "Delete Permanently" -msgstr "" +"Vil du slette dette elementet for alltid?%1Du kan ikke angre denne handlinga." #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "Slett for alltid" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "" +msgstr "Slett for alltid" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4960,94 +5061,103 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"Vil du slette dette elementet for alltid?Du kan ikke angre denne handlinga." msgstr[1] "" +"Vil du slette disse %1 elementene for alltid?Du kan ikke angre denne handlinga." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" +"Vil du slette alle elementer i papirkurven for alltid?Du kan ikke angre denne handlinga." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tøm papirkurven" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" msgstr "" +"Er du sikker på at du vil flytte dette elementet til papirkurven?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "" +msgstr[0] "Er du sikker på at du vil flytte dette elementet til papirkurven?" msgstr[1] "" +"Er du sikker på at du vil flytte disse %1 elementene til papirkurven?" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Legg til …" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "Rediger" +msgstr "Rediger …" #: widgets/kacleditwidget.cpp:79 #, kde-format msgctxt "@action:button" msgid "Delete" -msgstr "" +msgstr "Slett" #: widgets/kacleditwidget.cpp:227 #, kde-format msgctxt "Unix permissions" msgid "Owner" -msgstr "" +msgstr "Eier" #: widgets/kacleditwidget.cpp:231 #, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "" +msgstr "Eiergruppe" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 #, kde-format msgctxt "UNIX permissions" msgid "Others" -msgstr "" +msgstr "Andre" #: widgets/kacleditwidget.cpp:239 #, kde-format msgctxt "UNIX permissions" msgid "Mask" -msgstr "" +msgstr "Maske" #: widgets/kacleditwidget.cpp:243 #, kde-format msgctxt "UNIX permissions" msgid "Named User" -msgstr "" +msgstr "Navngitt bruker" #: widgets/kacleditwidget.cpp:254 #, kde-format msgid "Owner (Default)" -msgstr "" +msgstr "Eier (standard)" #: widgets/kacleditwidget.cpp:384 #, kde-format msgid "Edit ACL Entry" -msgstr "Rediger ACL oppføring …" +msgstr "Rediger ACL-oppføring" #: widgets/kacleditwidget.cpp:387 #, kde-format @@ -5069,7 +5179,7 @@ msgstr "Eier" msgid "Owning Group" msgstr "Eiergruppe" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Andre" @@ -5102,7 +5212,7 @@ msgstr "Gruppe: " #: widgets/kacleditwidget.cpp:596 #, kde-format msgid "Type" -msgstr "Type " +msgstr "Type" #: widgets/kacleditwidget.cpp:597 #, kde-format @@ -5130,7 +5240,7 @@ msgstr "x" #: widgets/kacleditwidget.cpp:601 #, kde-format msgid "Effective" -msgstr "Gjeldende" +msgstr "Effektiv" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format @@ -5138,110 +5248,117 @@ msgid "Updating System Configuration" msgstr "Oppdaterer systemoppsett" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format +#, kde-format msgid "Updating system configuration…" -msgstr "Oppdaterer systemoppsettet." +msgstr "Oppdaterer systemoppsettet …" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Navn" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Størrelse" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dato" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" -msgstr "Rettigheter" +msgstr "Tillatelser" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eier" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" -msgstr "Type " +msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Åpne &med %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" -msgstr "H&andlinger" +msgstr "&Handlinger" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "Å&pne med" +msgstr "&Åpne mappa med …" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "Å&pne med" +msgstr "&Åpne med …" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Execute:" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Kjør:" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" -msgstr "" +msgstr "&Åpne mappa med %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Åpne med %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "" +msgstr "Åpne mappa med" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" -msgstr "Å&pne med" +msgstr "&Åpne med" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Program" +msgstr "&Annet program …" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5249,113 +5366,136 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elementer" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ukjent" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stopp" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -msgid "Free Space:" -msgstr "Mellomrom" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Innhold:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Åpne med:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Endre …" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Adresse:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Størrelse:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -msgid "Change..." -msgstr "En&dre …" +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -msgid "Content:" -msgstr "Uten innhold" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Stopp" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Utforsk i Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Peker til:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Endret:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Forhåndsvisning" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Laget:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -msgid "Unknown size" -msgstr "Ukjent størrelse" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -msgid "Mounted On:" -msgstr "Monterer" +msgid "Modified:" +msgstr "Endret:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Brukt:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Filsystemer:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -msgid "Open With:" -msgstr "Åpne med" +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montert på:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montert fra:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ledig plass:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Ukjent størrelse" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5384,15 +5524,15 @@ msgstr "Velg hvilket program du vil åpne de valgte filene med." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
            %1
            " -msgstr "" +msgstr "Velg programmet du vil bruke til å åpne fila
            %1
            " #: widgets/kopenwithdialog.cpp:592 #, kde-format msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Velg programmet du vil bruke til å åpne fila." +msgstr[1] "Velg programmet du vil bruke til å åpne %1 filene." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5429,6 +5569,9 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"Skriv inn tekst for å filtrere programmene nedenfor, eller velg navnet på en " +"kommando.\n" +"Trykk «Pil ned» for å navigere i søkeresultatene." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5465,6 +5608,8 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" msgstr "" +"&Husk programtilknytning for alle filer av typen\n" +"«%1» (%2)" #: widgets/kopenwithdialog.cpp:744 #, kde-format @@ -5472,11 +5617,13 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\"" msgstr "" +"&Husk programtilknytning for alle filer av typen\n" +"«%1»" #: widgets/kopenwithdialog.cpp:754 #, kde-format msgid "Terminal options" -msgstr "" +msgstr "Terminalvalg" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5491,7 +5638,7 @@ msgstr "&Ikke lukk når programmet avslutter" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "Hent flere apper med Discover" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5521,9 +5668,9 @@ msgstr "Kjør i terminal" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format +#, kde-format msgid "Terminal options:" -msgstr "Terminal" +msgstr "Terminalvalg:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5539,9 +5686,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format +#, kde-format msgid "Do not close when command exits" -msgstr "&Ikke lukk når programmet avslutter" +msgstr "Ikke lukk når programmet avslutter" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5570,13 +5717,13 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:84 #, kde-format msgid "Run as a different user" -msgstr "" +msgstr "Kjør som en annen bruker" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." -msgstr "Oppgi navnet på brukeren som dette programmet skal tilordnes." +msgstr "Skriv inn navnet på brukeren som dette programmet skal tilordnes." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 @@ -5588,19 +5735,19 @@ msgstr "Brukernavn:" #: widgets/kpropertiesdesktopadvbase.ui:120 #, kde-format msgid "Enter the user name you want to run the application as here." -msgstr "Oppgi navnet her på brukeren som skal kjøre dette programmet." +msgstr "Skriv inn navnet her på brukeren som skal kjøre dette programmet." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "Diskret GPU" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "Kjør med dedikert skjermkort" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5609,7 +5756,7 @@ msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" msgid "Startup" -msgstr "" +msgstr "Oppstart" #. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:152 @@ -5626,7 +5773,7 @@ msgstr "" #: widgets/kpropertiesdesktopadvbase.ui:155 #, kde-format msgid "Enable launch feedback" -msgstr "" +msgstr "Slå på tilbakemelding ved oppstart" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5642,10 +5789,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Skriv beskrivelsen til dette programmet, basert på bruken. Eksempler: " "oppringingsprogrammet (KPPP) vil være «Oppringingsverktøy»." @@ -5653,15 +5803,22 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Beskrivelse:" +msgid "&Generic name:" +msgstr "&Generisk navn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Skriv en passende kommentar som kan være nyttig her." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Skriv beskrivelsen til dette programmet, basert på bruken. Eksempler: " +"oppringingsprogrammet (KPPP) vil være «Oppringingsverktøy»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5672,21 +5829,21 @@ msgstr "Komm&entar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" -msgstr "" +msgid "Environment variables:" +msgstr "Miljøvariabler:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format +#, kde-format msgid "Type the command to start this application here." -msgstr "Oppgi navnet her på brukeren som skal kjøre dette programmet." +msgstr "Skriv kommando for å starte programmet her." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "Program:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -5701,12 +5858,12 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "&Bla gjennom …" +msgstr "&Bla gjennom …" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -5721,24 +5878,25 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Etter kommandoen kan du ha flere aliaser som blir erstattet med aktuelle " -"verdier når selve programmet kjøres.\n" -"%f – et enkelt filnavn\n" -"%F – en liste over filer, brukes for programmer som kan åpne flere lokale " -"filer samtidig\n" -"%u – en enkelt URL\n" -"%U – en liste over URL-er\n" -"%d – mappa til fila som skal åpnes\n" -"%D – en liste over mapper\n" -"%i – ikonet\n" -"%m – mini-ikonet\n" -"%c – kommentaren" +"Skriv argumentene som brukes når programmet starter her.\n" +"\n" +"Du kan bruke plassholdere, og disse blir byttet ut med faktiske verdier når " +"programmet blir kjørt:\n" +"\n" +"%f – et filnavn\n" +"%F – en liste over filer (for program som kan åpne gjentatte filer på en " +"gang)\n" +"%u – en nettadresse\n" +"%U – en liste over nettadresser\n" +"%i – ikonet til .desktop-fila\n" +"%c – navnet på .desktop-fila\n" +"%k – mappa til .desktop-fila" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format +#, kde-format msgid "&Arguments:" -msgstr "Dokumenter" +msgstr "&Argumenter:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) @@ -5751,7 +5909,7 @@ msgstr "Setter arbeidsmappe for programmet." #: widgets/kpropertiesdesktopbase.ui:169 #, kde-format msgid "&Work path:" -msgstr "&Arbeidssti:" +msgstr "&Arbeidsmappe:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) #. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) @@ -5773,7 +5931,7 @@ msgid "" "remove them from the list clicking on the button Remove below.

            " msgstr "" -"

            Denne lista bør vise filtypene som programmet ditt kan håndtere." +"

            Denne lista bør vise filtypene som programmet ditt kan håndtere." "Denne lista ordnes etter mimetyper.

            \n" "

            MIME, Multipurpose Internet (e)Mail Extension, er en standard protokoll " "for å fastslå datatypen basert på fil-etternavnet og tilhørende " @@ -5818,7 +5976,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:245 #, kde-format msgid "Add..." -msgstr "Legg til …" +msgstr "Legg til …" #. i18n: ectx: property (whatsThis), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:252 @@ -5843,8 +6001,8 @@ msgid "" "Click here to modify the way this application will run, launch feedback, D-" "Bus options or to run it as a different user." msgstr "" -"Trykk her for å endre måten dette programmet vil kjøre, gi tilbakemelding, " -"DBUS-valg, eller å kjøre den som en annen bruker." +"Trykk her for å endre måten dette programmet vil kjøre, gi tilbakemelding, D-" +"bus-valg, eller å kjøre den som en annen bruker." #. i18n: ectx: property (text), widget (QPushButton, advancedButton) #: widgets/kpropertiesdesktopbase.ui:281 @@ -5870,186 +6028,213 @@ msgstr[1] "Egenskaper for %1 valgte elementer" #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "Del" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" +"Klarte ikke lagre egenskaper, grunnet manglende skrivetillatelser til:%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Generelt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Oppgi et filnavn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "Utforsk i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" -msgstr "Oppfrisk" +msgstr "Oppdater" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Skriv inn ny plassering" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Vis %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" -msgstr "" +msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ukjent størrelse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -"Regner ut … %1 (%2)\n" +"Regner ut … %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fil" msgstr[1] "%1 filer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 undermappe" msgstr[1] "%1 undermapper" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" -msgstr "" +msgstr "Regner ut …\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" -msgstr "" +msgstr "Minst %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Det nye filnavnet er tomt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" -msgstr "" +msgstr "Ingen registrert filtype" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" -msgstr "" +msgstr "Ingen tilhørende program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "" +msgstr "Lag ny …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" +msgstr "Endre …" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" -msgstr "" +msgstr "Ingen tilgang" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" -msgstr "" +msgstr "Kan bare vise" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "" +msgstr "Kan vise og endre" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "" +msgstr "Kan bare vise innhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan vise og endre innhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "" +msgstr "Kan bare vise/lese innhold" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan vise/lese og endre/skrive" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" -msgstr "&Rettigheter" +msgstr "&Tillatelser" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" -msgstr "Tilgangsrettigheter" +msgstr "Tilgangstillatelser" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." -msgstr[0] " Denne fila er en lenke og har ikke rettigheter." -msgstr[1] "Alle filene er lenker og har ikke rettigheter." +msgstr[0] "Denne fila er en lenke og har ikke tillatelser." +msgstr[1] "Alle filene er lenker og har ikke tillatelser." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." -msgstr "Bare eieren kan endre rettigheter." +msgstr "Bare eieren kan endre tillatelser." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "E&ier:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Oppgir handlinger som eieren har lov til å utføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Oppgir handlinger som medlemmer av gruppa har lov til å utføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "An&dre:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6058,31 +6243,27 @@ msgstr "" "Oppgir handlinger som alle brukere, som hverken er eier eller medlemmer av " "gruppa, har lov til å utføre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Bare &eier kan endre navn på, eller slette, innhold i mappa" +msgstr "Bare &eier kan slette eller endre navn på innholdet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "" -"Slå på dette flagget for å gi tillatelse til å kjøre fila som et program." +msgstr "Tillat &kjøring av fila som program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" -msgstr "" +msgstr "Slett eller endre navn:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Kjør" +msgstr "Kjør:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6091,9 +6272,9 @@ msgid "" msgstr "" "Slå på dette for at bare den som eier mappa kan endre navn på eller slette " "filer og mapper i denne mappa. Andre brukere kan bare legge til filer, hvis " -"de har tillatelse til å «endre innhold»." +"de har tillatelser til å «endre innhold»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6102,42 +6283,42 @@ msgstr "" "Slå på dette for å markere fila som kjørbar. Dette har bare mening for " "programmer og skript, og er påkrevet når du vil kjøre dem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" -msgstr "A&vanserte rettigheter" +msgstr "A&vanserte tillatelser" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eierskap" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Bruker:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Bruk endringene på alle undermapper og innholdet i dem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" -msgstr "Avanserte rettigheter" +msgstr "Avanserte tillatelser" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6146,22 +6327,22 @@ msgstr "" "Vis\n" "oppføringer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." -msgstr "Dette flagget gir tillatelse til å se på innholdet i mappa." +msgstr "Dette flagget gir tillatelse til å se innholdet i mappa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lese" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Lese-flagget gir tillatelse til å se innholdet i fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6170,7 +6351,7 @@ msgstr "" "Skriv\n" "oppføringer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6179,44 +6360,44 @@ msgstr "" "Dette flagget gir tillatelse til å legge til, slette og endre navn på filer. " "Merk at sletting og navneendring kan begrenses med «Klister»-flagget." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skriv" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Skriv-flagget gir tillatelse til å endre innholdet i fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Gå inn i" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Slå på dette flagget for å gi tillatelse til å gå inn i mappa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Kjørbar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Slå på dette flagget for å gi tillatelse til å kjøre fila som et program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" -msgstr "Spesielt" +msgstr "Spesiell" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6225,7 +6406,7 @@ msgstr "" "Spesielt flagg. Gyldig for hele mappa, den nøyaktige betydningen av flagget " "kan ses i kolonnen til høyre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6234,17 +6415,17 @@ msgstr "" "Spesielt flagg. Den nøyaktige betydningen av flagget kan ses i kolonnen til " "høyre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Bruker" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6253,7 +6434,7 @@ msgstr "" "Hvis dette flagget er satt, vil den som eier mappa bli eier for alle nye " "filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6262,15 +6443,15 @@ msgstr "" "Hvis fila er kjørbar og flagget er satt, så blir fila kjørt med samme " "tillatelser som eieren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -"Hvis dette flagget er satt, så vil alle nye filer i katalogen få samme " -"gruppe som katalogen." +"Hvis dette flagget er satt, så vil alle nye filer i mappa få samme gruppe " +"som mappa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6279,17 +6460,17 @@ msgstr "" "Hvis denne fila er kjørbar og flagget er satt, så blir den kjørt med samme " "tillatelser som gruppa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -"Hvis Klister-flagget er satt på en katalog, så kan bare eier og «root» " -"slette filer eller gi dem nye navn. Ellers kan alle som har skrivetilgang " -"gjøre dette." +"Hvis Klister-flagget er satt på en mappe, så kan bare eier og «rot» slette " +"filer eller gi dem nye navn. Ellers kan alle som har skrivetilgang gjøre " +"dette." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6298,120 +6479,132 @@ msgstr "" "Klister-flagg på en fil blir ikke brukt i Linux, men kan være i bruk på noen " "systemer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Sett UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Sett GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" -msgstr "Fast" +msgstr "Klistra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Lenke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varierende (Ingen endring)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "Denne fila bruker avanserte tillatelser" +msgstr[0] "Denne fila bruker avanserte tillatelser." msgstr[1] "Disse filene bruker avanserte tillatelser." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Denne mappa bruker avanserte tillatelser." msgstr[1] "Disse mappene bruker avanserte tillatelser." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Disse filene bruker avanserte tillatelser." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "&Sjekksummer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Beregn" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "Ugyldig sjekksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "Teksten er ikke en gyldig MD5-, SHA1- eller SHA256-basert sjekksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "Sjekksummene er like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "" +msgstr "Den utregnet sjekksummen og den oppgitte sjekksummen er like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" "downloading the file.
            If the verification still fails, contact the " "source of the file." msgstr "" +"

            Sjekksummene er ikke like.

            Dette kan skyldes feil ved nedlasting av " +"fila. Prøv i så fall å laste den ned på nytt.
            Hvis du da fortsatt får " +"feil, ta kontakt med kilden til fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "" +msgstr "Den utregnede sjekksummen og den oppgitte sjekksummen er ikke like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "Verifiserer sjekksummer …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Filene er helt like." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Filene er forskjellige." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Regner ut …" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6419,27 +6612,27 @@ msgstr "" "Klarte ikke å lagre egenskaper. Det er bare støtte for oppføringer på lokale " "filsystemer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Legg til filtype for %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Velg en eller flere filtyper å legge til:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." -msgstr "Det er støtte for kjørbare filer bare på det lokale filsystemet." +msgstr "Bare kjørbare filer på lokale filsystemer er støtta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Avanserte valg for %1" @@ -6529,57 +6722,61 @@ msgstr "%1 til %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "Søk etter «%1» med" #: widgets/kurifiltersearchprovideractions.cpp:85 #, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" -msgstr "" +msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Sett opp nettsnarveier …" +msgstr "Sett opp nettsnarveier …" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Filåpningsdialog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Filnavn for utklippstavleinnhold:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Lim inn én fil" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Lim inn fra utklippstavla …" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -"Utklippstavla har blitt endret siden du brukte «lim inn»: det valgte " +"Utklippstavla har blitt endret fordi du brukte «lim inn»: det valgte " "dataformatet gjelder ikke lenger. Kopier det du ville lime inn på nytt." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Lim inn én mappe" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Lim inn én fil" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6587,99 +6784,119 @@ msgid_plural "Paste %1 Items" msgstr[0] "Lim inn ett element" msgstr[1] "Lim inn %1 elementer" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Lim inn innholdet i utklippstavla …" +msgstr "Lim inn fra utklippstavla …" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Lim inn" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Dataformat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Filnavn for utklippstavleinnhold:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" -msgstr "Filnavn for innhold som slippes:" +msgstr "Filnavn for sluppne innhold:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dato: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Størrelse: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Br&uk på alle" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Når dette er valgt, blir handlingen til den knappen du trykker brukt på alle " +"Når dette er valgt, blir handlinga til den knappen du trykker brukt på alle " "mappekonflikter i resten av denne jobben.\n" "Hvis du ikke trykker Hopp over blir du likevel spurt hvis det er en konflikt " "med en eksisterende fil i mappa." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Når dette er valgt, blir handlingen til den knappen du trykker brukt på alle " +"Når dette er valgt, blir handlinga til den knappen du trykker brukt på alle " "senere konflikter i resten av denne jobben." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "End&re navn" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Foreslå nytt &navn" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Hopp over" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Ikke kopier eller flytt denne mappa, gå videre til neste element i stedet" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Ikke kopier eller flytt denne fila, gå videre til neste element i stedet" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Skriv inn i" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6691,195 +6908,352 @@ msgstr "" "det innholdet som er der.\n" "Om det oppstår en komflikt med en eksisterende fil vil du likevel bli spurt." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "" +msgstr "&Skriv over eldre filer" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" +"Målfilene blir overskrevet av kildefilene hvis de har eldre " +"endringstidspunkt og ellers hoppet over." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Fortsett" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" "Denne operasjonen vil skrive over «%1» med seg selv.\n" -"Oppgi et nytt filnavn:" +"Skriv inn nytt filnavn:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Fortsett" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -msgid "Would you like to overwrite the destination?" -msgstr "Denne operasjonen vil skrive over målet." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "Denne operasjonen vil skrive over målet." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Kilde" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Mål" - -#: widgets/renamedialog.cpp:405 -#, kde-format -msgid "The source is more recent." -msgstr "" - -#: widgets/renamedialog.cpp:407 -#, kde-format -msgid "The source is older." -msgstr "" - #: widgets/renamedialog.cpp:416 #, kde-format -msgid "The source is smaller by %1." -msgstr "" +msgid "Would you like to overwrite the destination?" +msgstr "Vil du overskrive målet?" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "Dette vil slå sammen innholdet i «%1» med «%2»?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "Kildeversjonen er nyere." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "Kildeversjonen er eldre." + +#: widgets/renamedialog.cpp:472 +#, kde-format +msgid "The source is smaller by %1." +msgstr "Kildeversjonen er %1 mindre." + +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." -msgstr "" +msgstr "Kildeversjonen er %1 større." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." -msgstr "" +msgstr "Filene er helt like." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." -msgstr "" +msgstr "Filene ser like ut." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." -msgstr "" +msgstr "Filene er forskjellige." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"Filene er trolig like. De har samme størrelse og er like på starten, midten " +"og slutten." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Compact View" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kompakt visning" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Et eldre element med navnet «%1» finnes fra før." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "En lignende fil med navnet «%1» finnes fra før." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Et nyere element med navnet «%1» finnes fra før." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Endre navn:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "Endre navn på elementet %1 til:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Det finnes allerede en fil med navnet %1." + +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ser ikke ut til å være en kjørbar programfil." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Endre navn på det %1 valgte elementet til:" +msgstr[1] "Endre navn på de %1 valgte elementene til:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# erstattes av stigende tall som begynner med:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "" +msgstr "Nytt navn #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "" -msgstr[1] "" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Endre navn på det %1 valgte elementet til:" +msgstr[1] "Endre navn på de %1 valgte elementene til:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Erstatt" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Åpne med:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Erstatt" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Endre navn på det %1 valgte elementet til:" +msgstr[1] "Endre navn på de %1 valgte elementene til:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Skriv inn %1 filnavn." + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Skriv inn %1 filnavn." + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Endre navn på element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Endre navn på elementer" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Endre navn" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Slett eller endre navn:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Erstatt" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Forhåndsvisning" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ser ikke ut til å være en kjørbar programfil." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informasjon" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Erstatt" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Prøv igjen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" -msgstr "" +msgstr "Erstatt alle" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Hopp over" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" -msgstr "" +msgstr "Hopp over alle" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 @@ -6928,13 +7302,13 @@ msgstr "Sertifikatkjede:" #: widgets/sslinfo.ui:163 #, kde-format msgid "Trusted:" -msgstr "Tiltrodd:" +msgstr "Tiltrodde:" #. i18n: ectx: property (text), widget (QLabel, validityPeriodTag) #: widgets/sslinfo.ui:183 #, kde-format msgid "Validity period:" -msgstr "Gjelder fra/til:" +msgstr "Gjelder i perioden:" #. i18n: ectx: property (text), widget (QLabel, serialTag) #: widgets/sslinfo.ui:203 @@ -6960,10 +7334,10 @@ msgid "" "The remote host did not send any SSL certificates.\n" "Aborting because the identity of the host cannot be established." msgstr "" -"Nettverksverten sendte ingen SSL-sertifikater.\n" +"Tjeneren sendte ingen SSL-sertifikater.\n" "Avbryter fordi identiteten til verten ikke kan fastslås." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6980,6 +7354,9 @@ msgid "" "filename>This action cannot be undone." msgstr "" +"Vil du slette dette elementet for alltid?%1Du kan ikke angre denne handlinga." +"" #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -6991,80 +7368,152 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" +"Vil du slette dette %1 elementet for alltid?Du kan ikke angre denne handlinga." msgstr[1] "" +"Vil du slette disse %1 elementene for alltid?Du kan ikke angre denne handlinga." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Elementet er for stort til å flyttes til papirkurven. Vil du heller slette " +"den for alltid?%1Du kan ikke angre denne handlinga." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"%1 elementet er for stort til å flyttes til papirkurven. Vil du heller " +"slette den for alltid?Du kan ikke angre denne " +"handlinga." +msgstr[1] "" +"%1 elementene er for store til å flyttes til papirkurven. Vil du heller " +"slette den for alltid?Du kan ikke angre " +"denne handlinga." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" +"Elementet er for stort til å flyttes til papirkurven. Vil du heller slette " +"den for alltid?%1Du kan ikke angre denne handlinga." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" +"%1 elementet er for stort til å flyttes til papirkurven. Vil du heller " +"slette den for alltid?Du kan ikke angre denne " +"handlinga." msgstr[1] "" +"%1 elementene er for store til å flyttes til papirkurven. Vil du heller " +"slette den for alltid?Du kan ikke angre " +"denne handlinga." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Er du sikker på at du vil flytte %1 til papirkurven?" +msgstr[1] "Er du sikker på at du vil flytte %1 til papirkurven?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" -msgstr "" +msgstr "Ikke spør igjen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" -msgstr "" +msgstr "Ikke spør igjen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "" +msgstr "Ikke vis denne meldinga igjen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Motpartens SSL-sertifikat ser ut til å være ødelagt." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" -msgstr "" +msgstr "Advarsel" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dette vil starte programmet:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" -msgstr "Hvis du ikke stoler på dette programmet, trykk Avbryt" +msgstr "Hvis du ikke stoler på dette programmet, trykk «Avbryt»." diff --git a/local/recipes/kde/kf6-kio/source/po/nds/kio6.po b/local/recipes/kde/kf6-kio/source/po/nds/kio6.po index db34379c0a..9370f9f3e5 100644 --- a/local/recipes/kde/kf6-kio/source/po/nds/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/nds/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2014-02-25 01:34+0100\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "s_dibbern@web.de" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Eegner vun Datei \"%1\" lett sik nich ännern." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "De Eegner vun de Datei %1 lett sik nich ännern. Du hest dor nich " "noog Verlöven för." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "In-/Utgaavmoduul %1 lett sik nich opstellen" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -67,7 +67,7 @@ msgstr "" "Symlink %1 lett sik nich opstellen.\n" "Bitte prööv Dien Verlöven." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +87,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Gifft Orner al" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Gifft Datei al" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Gifft dat al as Orner" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -199,197 +199,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Bi to verschuven" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Born" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Teel" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "Ü&mnömen" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Bi to koperen" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Orner warrt opstellt" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Orner" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Bi't Wegdoon" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datei" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Bi to ünnersöken" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Bi to överdregen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Bi intohangen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Reedschap" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Inhangsteed" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Bi aftohangen" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "All Dateien" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dateien wegdoon" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "&Torüchnehmen: Orner opstellen" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Na de Affalltünn verschuven" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "Ü&mnömen" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Symboolsch Link opstellen" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Bi to överdregen" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -823,6 +723,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -837,65 +742,65 @@ msgstr "" "%2\n" "Bitte schick en helen Fehlerbericht an http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nich begäng)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technisch Grund: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Details vun de Anfraag:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Protokoll: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Datum un Tiet: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Mehr Informatschonen: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Möögliche Grünn:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Möögliche Lösen:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nich begäng)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -903,17 +808,17 @@ msgid "" msgstr "" "Snack mit Dien Systeempleger oder den Koppel för technische Ünnerstütten." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Snack mit den Systeempleger vun den Server, wenn Du mehr Hülp bruukst." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Prööv Dien Verlöven för disse Ressource." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -922,7 +827,7 @@ msgstr "" "Du hest villicht nich noog Verlöven för't Utföhren vun de Akschoon an disse " "Ressource." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -930,7 +835,7 @@ msgstr "" "Villicht warrt de Datei al vun en anner Programm bruukt, un is dorför " "blockeert." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -939,17 +844,17 @@ msgstr "" "Prööv, wat nich en anner Bruker oder Programm de Datei al bruukt oder " "blockeert hett." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Ok wenn dat nich wohrschienlich is, kunn dat en Hardwarefehler wesen." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Villicht hest Du en Fehler binnen dat Programm opdeckt." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -958,7 +863,7 @@ msgstr "" "De Oorsaak is wohrschienlich en Fehler binnen dat Programm. Bitte överlegg, " "wat Du nich en helen Fehlerbericht - as nerrn angeven - inschicken wullt." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -967,7 +872,7 @@ msgstr "" "Bitte installeer de niegste Verschoon vun de Software. Dien Distributschoon " "schull Warktüüch för dat Aktualiseren vun Software praatstellen." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -995,12 +900,12 @@ msgstr "" "de Informatschonen baven in Dien Bericht op un föög noch all Informatschonen " "to, de villicht hölpen kunnen." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Villicht geev dat en Problem mit Dien Nettwarkverbinnen." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1009,7 +914,7 @@ msgstr "" "Villicht gifft dat en Problem mit Dien Nettwark-Instellen. Wenn Du betherto " "ahn Problemen op't Nett togriepen kunnst, is dat nich wohrschienlich." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1018,44 +923,44 @@ msgstr "" "Villicht hett dat en Problem langs den Nettwarkpadd vun den Server na Dien " "Reekner geven." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Versöök dat nochmaal, nu oder later." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" "Villicht geev dat en Protokollfehler oder jichtenswat weer nich kompatibel." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Prööv, wat dat de Ressource redig gifft, un versöök dat nochmaal." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Villicht gifft dat de angeven Ressource nich." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Prööv, wat Du den Oort redig richtig ingeven hest, un versöök dat nochmaal." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Prööv, wat Du richtig an't Nettwark tokoppelt büst." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "De Ressource lett sik nich lesen" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "nich lesen lett, wiel sik keen Lees-Togriep kriegen lett." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Villicht hest Du nich de Verlöven för't Lesen/Opmaken vun de Datei/den Orner." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Op de Ressource lett sik nich schrieven" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1084,18 +989,18 @@ msgstr "" "Bedüüdt, dat dat nich mööglich weer, na de Datei %1 to " "schrieven, wiel sik keen Schriev-Togriep kriegen lett." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Protokoll %1 lett sik nich inledden" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Perzess lett sik nich starten" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1 praatstellt, lett sik nich starten. Dor gifft dat normalerwies " "technische Grünn för." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1122,12 +1027,12 @@ msgstr "" "is denn villicht nich mehr kompatibel mit de aktuelle Verschoon un start " "dorför nich." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Intern Fehler" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 praatstellt, hett en internen Fehler meldt." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL-Formaat gellt nich" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokoll://bruker:passwoort@www.bispeel.org:port/orner/" "datei.ennen?parameter=weert" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokoll %1 nich ünnerstütt" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1170,12 +1075,12 @@ msgstr "" "Dat Protokoll %1 warrt vun de KDE-Programmen op dissen " "Reekner nich ünnerstütt." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Dat anfraagte Protokoll warrt villicht nich ünnerstütt." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1184,7 +1089,7 @@ msgstr "" "Villicht sünd de Verschonen vun dat Protokoll %1, de vun dissen Reekner un " "den Server ünnerstütt warrt, nich ünnerenanner kompatibel." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1201,17 +1106,17 @@ msgstr "" "Du söken kannst, sünd a.B. http://kde-apps." "org/ un http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL gifft keen Ressource an" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Dat is en Filterprotokoll" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LLocator\", Eenheitlich Ressource-Oortangaav) gifft keen " "besünnere Ressource an." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1234,12 +1139,12 @@ msgstr "" "nich vör. Dat is en roor Begeefnis un wiest wohrschienlich op en " "Programmfehler hen." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nich ünnerstütt Akschoon: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1248,7 +1153,7 @@ msgstr "" "De angeven Akschoon warrt vun dat KDE-Programm, dat dat Protokoll " "%1 verföögbor maakt, nich ünnerstütt." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1259,17 +1164,17 @@ msgstr "" "schullen mehr utseggen as dat, wat för dat In-/Utgaavsysteem vun KDE " "verföögbor is." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Versöök, en anner Weg för dat sülve Resultaat to finnen." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Datei verwacht" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1278,17 +1183,17 @@ msgstr "" "De Anfraag verwacht en Datei, man ansteed wöör de Orner %1 " "funnen." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dit is villicht en Fehler op den annern Server." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Orner verwacht" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1297,17 +1202,17 @@ msgstr "" "De Anfraag verwacht en Orner, man ansteed wöör de Datei %1 " "funnen." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Dat gifft Datei oder Orner nich" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "De angeven Datei oder Orner %1 gifft dat nich." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1316,22 +1221,22 @@ msgstr "" "De angeven Datei lett sik nich opstellen, wiel dat al en Datei mit dissen " "Naam gifft." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Versöök, de Datei toeerst to verschuven, un versöök dat denn nochmaal." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Do de Datei weg un versöök dat denn nochmaal." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Söök en anner Naam för de niege Datei ut." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1340,28 +1245,28 @@ msgstr "" "De angeven Orner lett sik nich opstellen, wiel dat al en Orner mit dissen " "Naam gifft." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Versöök, den Orner toeerst to verschuven, un versöök dat denn nochmaal." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Do den Orner weg un versöök dat denn nochmaal." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Söök en anner Naam för den niegen Orner ut." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Reekner nich begäng" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1370,7 +1275,7 @@ msgstr "" "Disse Fehler bedüüdt, dat dat nich mööglich weer, en Server mit den Naam " "%1 in't Internet to finnen." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1378,30 +1283,30 @@ msgstr "" "Dat gifft dat den angeven Naam (%1) villicht nich, wiel Du Di villicht " "vertippt hest." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Togriep torüchwiest" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Togriep op de angeven Ressource (%1) torüchwiest." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Du hest bi de Identiteetprööv villicht nich richtige oder gor keen Daten " "angeven" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Villicht hest Du nich de Verlöven för't Togriepen op de angeven Ressource" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1410,12 +1315,12 @@ msgstr "" "Versöök dat nochmaal, un stell seker, dat Dien Angaven för de " "Identiteetprööv richtig sünd." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Schriev-Togriep torüchwiest" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1424,12 +1329,12 @@ msgstr "" "Dat bedüüdt, dat en Versöök, Daten na de Datei %1 to " "schrieven, torüchwiest wöör." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Orner lett sik nich opmaken" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1438,17 +1343,17 @@ msgstr "" "Dat bedüüdt, dat en Versöök, den angeven Orner %1 " "optomaken, torüchwiest wöör." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Ornerinholt lett sik nich oplisten" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokoll %1 is keen Dateisysteem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1458,12 +1363,12 @@ msgstr "" "Dat bedüüdt, dat en Anfraag den Inholt vun den Orner bruken mutt, dat KDE-" "Programm för dat Protokoll em aver nich levern kann." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Krinkoortet Link opdeckt" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1476,7 +1381,7 @@ msgstr "" "en Reeg vun Links en Krink ahn Enn formt - de Link wiest an't Enn op sik " "sülven." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1485,27 +1390,27 @@ msgstr "" "Do en Deel vun den Krink weg, so dat de Krink opbraken warrt, un versöök dat " "nochmaal." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Anfraag vun Bruker afbraken" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "De Anfraag wöör nich fardig afarbeidt, wiel se afbraken wöör." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Versöök dat nochmaal." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Krinkoortet Link bi't Koperen opdeckt" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1518,17 +1423,17 @@ msgstr "" "en Link oder en Reeg vun Links opdeckt, de en Krink ahn Enn formt - de Link " "wiest an't Enn op sik sülven." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Verbinnen in't Nettwark lett sik nich opstellen" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Socket lett sik nich opstellen" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1538,8 +1443,8 @@ msgstr "" "för de Nettwark-Kommunikatschoon bruukt warrt (de \"Socket\"), sik nich " "opstellen lett." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1548,12 +1453,12 @@ msgstr "" "De Verbinnen is villicht nich richtig inricht, oder Nettwarkkoort is " "villicht nich aktiveert." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Tokoppeln vun Server torüchwiest" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1562,7 +1467,7 @@ msgstr "" "De Server %1 hett dat Opstellen vun en Verbinnen vun dissen " "Reekner nich tolaten." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1571,7 +1476,7 @@ msgstr "" "Villicht is de Server nich so instellt, dat he Verbinnen ut dat Internet " "annimmt, ok wenn he opstunns dat Internet tokoppelt is." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1580,7 +1485,7 @@ msgstr "" "Villicht löppt op den Server de nafraagte Deenst (%1) nich, ok wenn he " "opstunns dat Internet tokoppelt is." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1591,12 +1496,12 @@ msgstr "" "de Dien Nettwark oder dat vun den Server schuult, hett villicht Dien Anfraag " "torüchwiest." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Verbinnen na Server ahn Verwachten afbraken" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1605,7 +1510,7 @@ msgstr "" "Dat geev en Verbinnen to %1, man se is an en Punkt afreten, " "de nich verwacht wöör." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1614,17 +1519,17 @@ msgstr "" "Villicht geev dat en Protokollfehler, un de Server hett as Antwoort dor op " "de Verbinnen tomaakt." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ressource vun URL gellt nich" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokoll %1 is keen Filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator\", Eenheitlich Ressource-Oortangaav) gifft keen " "gellen Metood an för dat Togriepen op de Ressource %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1648,17 +1553,17 @@ msgstr "" "Akschoon nich. Dat is en roor Begeefnis un wiest wohrschienlich op en " "Programmfehler hen." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "In-/Utgaavreedschap lett sik nich torechtmaken" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Reedschap lett sik nich inhangen" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1667,7 +1572,7 @@ msgstr "" "De anfraagte Reedschap lett sik nich torechtmaken oder inhangen. De " "Fehlermellen is:%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1678,7 +1583,7 @@ msgstr "" "(keen CD in't CD-Loopwark) oder se nich heel richtig ankoppelt is (Steker " "sitt en lütt beten scheef)." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1689,7 +1594,7 @@ msgstr "" "Reedschap. Op UNIX-Systemen warrt faken Systeemplegerrechten för dat " "Inhangen vun Reedschapen bruukt." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1699,17 +1604,17 @@ msgstr "" "Medium liggen, dreegbore Reedschappen mööt ankoppelt un anmaakt wesen. Denn " "versöök dat nochmaal." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "In-/Utgaavreedschap lett sik nich inpacken" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Reedschap lett sik nich afhangen" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1718,7 +1623,7 @@ msgstr "" "De anfraagte Reedschap lett sik nich inpacken oder afhangen. De Fehlermellen " "is: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1729,7 +1634,7 @@ msgstr "" "oder Programm bruukt. Ok en Nettkieker-/Dateiplegerfinster, dat en Orner op " "de Reedschap wiest, mag as Bruuk ansehn warrn." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1740,19 +1645,19 @@ msgstr "" "Reedschap. Op UNIX-Systemen warrt faken Systeemplegerrechten för dat " "Afhangen vun Reedschappen bruukt." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Stell seker, dat keen Programmen mehr op de Reedschap togriept, un versöök " "dat nochmaal." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ressource lett sik nich lesen" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1761,17 +1666,17 @@ msgstr "" "Dat bedüüdt, dat de Ressource %1 sik twoors opmaken leet, " "dat aver en Fehler bi't Lesen vun ehren Inholt geev." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Villicht hest Du keen Verlöven för't Lesen vun de Ressource." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ressource lett sik nich schrieven" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1780,22 +1685,22 @@ msgstr "" "Dat bedüüdt, dat de Ressource %1 sik twoors opmaken leet, " "dat aver en Fehler bi't Schrieven na ehr geev." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Villicht hest Du keen Verlöven för't Schrieven na de Ressource." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Töven op Nettwark-Verbinnen nich mööglich" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Verbinnen nich mööglich" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1806,17 +1711,17 @@ msgstr "" "för de Nettwark-Kommunikatschoon bruukt warrt (de \"Socket\"), sik nich " "för't Töven op ankamen Nettwarkverbinnen inrichten lett." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Töven nich mööglich" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nettwarkverbinnen lett sik nich annehmen" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1825,33 +1730,33 @@ msgstr "" "Dit is en oortig technische Fehler, de bedüüdt, dat dat bi't Annehmen vun en " "ankamen Nettwarkverbinnen en Fehler geev." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Villicht hest Du keen Verlöven för't Annehmen vun de Verbinnen." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Anmellen nich mööglich: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Anmellen is fehlslaan, de anfraagte Akschoon kann nich utföhrt warrn." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Tostand vun Ressource lett sik nich faststellen" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Utföhren vun \"stat\" för Ressource nich mööglich" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1860,71 +1765,71 @@ msgstr "" "En Versöök is fehlslaan, Informatschonen as Naam, Typ, Grött usw. över de " "Ressource %1 to kriegen." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Villicht gifft dat de angeven Ressource oder Togriep dor op nich." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Oplisten lett sik nich beennen" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Keen Dokmentatschoon verföögbor, deit mi leed." -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Orner lett sik nich opstellen" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "En Versöök is fehlslaan, den angeven Orner optostellen" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "Villicht gifft dat den Oort nich, woneem de Orner opstellt warrn schull." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Orner lett sik nich wegdoon" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "En Versöök is fehlslaan, den Orner %1 wegtodoon." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Villicht gifft dat den angeven Orner nich." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Villicht is de angeven Ornern nich leddig." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Stell seker, dat dat den angeven Orner gifft un he leddig is, un versöök dat " "nochmaal." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Dateiöverdregen lett sik nich wedderopnehmen" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1933,36 +1838,36 @@ msgstr "" "De Anfraag schull dat Överdregen vun de Datei %1 an en " "fastleggten Punkt wedderopnehmen, man dat weer nich mööglich." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Villicht ünnerstütt dat Protokoll oder de Server dat Wedderopnehmen vun " "Överdregen nich." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Versöök dat nochmaal, ahn dat de Överdregen wedder opnahmen warrt." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ressource lett sik nich ümnömen" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "De angeven Ressource %1 lett sik nich ümnömen, de Versöök " "is fehlslaan." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Verlöven för Ressource laat sik nich ännern" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 laat sik nich ännern, de " "Versöök is fehlslaan." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Eegner vun Ressource lett sik nich ännern" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 lett sik nich ännern, de " "Versöök is fehlslaan." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ressource lett sik nich wegdoon" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "En Versöök is fehlslaan, de angeven Ressource %1 wegtodoon." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Nich verwacht Programmenn" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 praatstellt, wöör nich verwacht." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nich noog Spieker" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "praatstellt, hett nich noog Spieker för't Wiedermaken kregen." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Proxyreekner nich begäng" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, geev dat den Fehler \"Reekner nich begäng\". Dat bedüüdt, dat " "sik keen Reekner mit dissen Naam in't Internet finnen lett." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2051,17 +1956,17 @@ msgstr "" "Naam vun Dien Proxyserver. Wenn Du betherto ahn Problemen op't Internet " "togriepen kunnst, is dat nich wohrschienlich." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Prööv Dien Proxy-Instellen un versöök dat nochmaal." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Identiteetprööv fehlslaan: Metood %1 nich ünnerstütt" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2072,7 +1977,7 @@ msgstr "" "fehlslaan. De Metood, de de Server bruukt, warrt vun dat KDE-Programm för " "dat Protokoll %1 nich ünnerstütt." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2085,17 +1990,17 @@ msgstr "" "Identiteetpröven gifft: Mell den Fehler op http://bugs.kde.org/." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Anfraag afbraken" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Intern Serverfehler" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2104,7 +2009,7 @@ msgstr "" "Dat Programm op den Server, dat den Togang to dat Protokoll %1 praatstellt, hett en internen Fehler meldt: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2113,12 +2018,12 @@ msgstr "" "Wohrschienlich is dat en Fehler in't Serverprogramm. Bitte överlegg, wat Du " "nich en helen Fehlerbericht inschicken wullt, as nerrn angeven." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Snack mit den Systeempleger vun den Server över dat Problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2127,40 +2032,29 @@ msgstr "" "Wenn Du weetst, wokeen de Autoren vun dat Serverprogramm sünd, schick den " "Fehlerbericht jüm direktemang." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tiet aflopen" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Dat geev en Kontakt na den Server, man he hett nich binnen disse fastleggte " -"Tietrahmens antert:
            • Tietgrenz för't Opstellen vun en Verbinnen: %1 " -"Sekunnen
            • Tietgrenz för't Infangen vun en Antwoort: %2 Sekunnen
            • Tietgrenz för't Togriepen op Proxyservers: %3
            Beacht bitte, " -"Du kannst disse Weerten binnen de KDE-Systeeminstellen ünner \"Nettwark -> " -"Instellen för de Verbinnen\" ännern." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "De Server hett to veel mit anner Anfragen to doon." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nich begäng Fehler" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 praatstellt, hett en nich begäng Fehler meldt: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nich begäng Ünnerbreken" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 praatstellt, hett en Ünnerbreken vun en nich begäng Typ meldt: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Orginaaldatei lett sik nich wegdoon" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2199,12 +2093,12 @@ msgstr "" "wohrschienlich an't Enn vun en Dateiverschuven. De Orginaaldatei %1 lett sik nich wegdoon." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Temporeerdatei lett sik nich wegdoon" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2215,12 +2109,12 @@ msgstr "" "de niege Datei wielt dat Daalladen sekert wöör. Disse temporere Datei " "(%1) lett sik nich wegdoon." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Orginaaldatei lett sik nich ümnömen" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2229,12 +2123,12 @@ msgstr "" "För de nafraagte Akschoon mutt de Orginaaldatei %1 ümnöömt " "warrn, man se lett sik nich ümnömen." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Temporeerdatei lett sik nich ümnömen" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2243,32 +2137,32 @@ msgstr "" "För de nafraagte Akschoon mutt en temporere Datei %1 " "opstellt warrn, man se lett sik nich opstellen." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Link lett sik nich opstellen" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Symboolsch Link lett sik nich opstellen" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "De anfraagte symboolsche Link %1 lett sik nich opstellen." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Keen Inholt" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Fastplaat is vull" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2277,7 +2171,7 @@ msgstr "" "De anfraagte Datei %1 lett sik nich schrieven, dor is nich " "noog fre'e Platz op de Fastplaat." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2288,12 +2182,12 @@ msgstr "" "Dateien, 2.) dat Archiveren vun Dateien op tuuschbore Spiekermedien as CD-" "ROMs, 3.) dat Inbuen vun mehr Spiekerplatz" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Born- un Teel sünd de sülven Dateien" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2302,18 +2196,18 @@ msgstr "" "De Akschoon kann nich fardigmaakt warrn, wiel Born- un Teeldateien de sülve " "Datei sünd." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Söök en anner Naam för de Teeldatei ut." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Dat gifft Datei oder Orner nich" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2325,20 +2219,20 @@ msgstr "" "De Akschoon kann nich fardigmaakt warrn, wiel Born- un Teeldateien de sülve " "Datei sünd." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "Koperen vun disse Datei oder dissen Orner" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Dat gifft Datei oder Orner nich" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2350,19 +2244,19 @@ msgstr "" "De Akschoon kann nich fardigmaakt warrn, wiel Born- un Teeldateien de sülve " "Datei sünd." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "Koperen vun disse Datei oder dissen Orner" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2374,23 +2268,23 @@ msgstr "" "De Akschoon kann nich fardigmaakt warrn, wiel Born- un Teeldateien de sülve " "Datei sünd." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Protokoll %1 lett sik nich inledden" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "In-/Utgaavmoduul %1 lett sik nich opstellen" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1 praatstellt, lett sik nich starten. Dor gifft dat normalerwies " "technische Grünn för." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2425,35 +2319,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nich dokmenteert Fehler" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symboolsch Link op \"%1\")" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Link op \"%2\")" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (wiest op %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2462,12 +2356,12 @@ msgstr "" "Leeg URL-Form\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2476,13 +2370,13 @@ msgstr "" "Programmnaam lett sik nich ut \"%1\" ruttrecken. Giff bitte den Programmnaam " "vun Hand in." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2490,93 +2384,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Opstellen vun Verbinnen warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Tomaken vun Verbinnen warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Togriepen op Datei warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Dat Schrieven na %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Keen besünner Akschonen för Protokoll %1 verföögbor." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Oplisten vun Ornern warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Halen vun Daten vun %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Halen vun MIME-Typ-Informatschonen vun %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Ümnömen oder Verschuven vun Dateien in %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Opstellen vun Symlinks warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Koperen vun Dateien in %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Wegdoon vun Dateien ut %1 warrt nich ünnerstütt." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Opstellen vun Ornern warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ännern vun Dateiegenschappen warrt vun Protokoll %1 nich ünnerstütt." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Dat Ännern vun den Eegner warrt vun't Protokoll \"%1\" nich ünnerstütt." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Dat Protokoll \"%1\" ünnerstütt dat Opstellen vun Ornern nich." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Dat Protokoll \"%1\" ünnerstütt de Akschoon \"%2\" nich." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2585,116 +2479,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protokoll \"%1\" is nich begäng." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "In-/Utgaavmoduul för Protokoll \"%1\" lett sik nich finnen." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "In-/Utgaavmoduul för Protokoll \"%1\" lett sik nich finnen." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave' executable" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Dat Programm \"kioslave\" lett sik nich finnen" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Duerhaftig" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Wiedermaken" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Bloots &aktuell Törn" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "&Torüchnehmen: Orner opstellen" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "&Torüchnehmen: Orner opstellen" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Du hest keen Datei för't Wegdoon utsöcht." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nix dor för't Wegdoon" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Du hest keen Datei för't Wegsmieten utsöcht." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nix dor to'n wegsmieten" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Dat gifft den angeven Orner nich, oder he lett sik nich lesen." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menü" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Överornt Orner" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Tohuusorner" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Nieg laden" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2702,214 +2619,214 @@ msgctxt "@action" msgid "New Folder…" msgstr "Nieg Orner" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Na de Affalltünn verschuven" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Wegdoon" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sorteren" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Server- / Domäännaam" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Kortansicht" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "na Datum" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Indragtyp" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Daalwarts" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Daalwarts" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Ornern toeerst" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Versteken Dateien wiesen" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Kortansicht" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Kortansicht" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Enkelheitenansicht" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Lüttbild-Positschoon" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Blang Dateinaam" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Baven Dateinaam" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kortansicht" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Enkelheitenansicht" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Boomansicht" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Enkelheiten-Boomansicht" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Versteken Dateien wiesen" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Vöransicht wiesen" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Vöransicht wiesen" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Egenschappen" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Ansicht" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Ornern toeerst" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Ornern toeerst" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Ornern toeerst" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Ornern toeerst" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Ornern toeerst" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koderen:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Opmaken" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sekern as" @@ -2963,42 +2880,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|All Dateien" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "All ünnerstütt Dateien" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "All Dateien" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Stedenindrag tofögen" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Stedenindrag bewerken" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -3010,17 +2927,17 @@ msgstr "" "een oder twee Wöör lang wesen un kloormaken, op wat de Indrag wiest. Giffst " "Du keen Beteker in, warrt he ut de Steed ehr URL afleddt.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Beteker:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Hier en beschrieven Beteker ingeven" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3033,12 +2950,12 @@ msgstr "" "pub/kde/stable

            Wenn Du op denn Knoop rechterhand vun dat " "Ingaavfeld klickst, kannst Du de Steed utsöken.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Oort:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -3047,17 +2964,17 @@ msgstr "" "Dit Lüttbild warrt in't Stedenpaneel wiest.

            Wenn Du op den " "Knoop klickst, kannst Du en anner Lüttbild utsöken.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Söök en &Lüttbild ut:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Bloots för &dit Programm (%1) wiesen" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3068,7 +2985,7 @@ msgstr "" "aktuelle Programm (%1) bruukst.

            Is dit nich anmaakt is, is de " "Indrag bi all Programmen verföögbor.
            " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Places" @@ -3076,27 +2993,27 @@ msgctxt "@item" msgid "Places" msgstr "Steden" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Wegdoon" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Söken" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -3104,147 +3021,154 @@ msgctxt "@item" msgid "Devices" msgstr "Reedschappen" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Tohuusorner" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Keen Dokmentatschoon verföögbor, deit mi leed." -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Nettwark" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Affalltünn" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Dateien wegdoon" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Steed:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ännert:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Programm \"%1\" lett sik nich finnen" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "De Datei oder den Orner %1 gifft dat nich." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Web Shortcuts" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Söökafkörten" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "\"%1\" &freegeven" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "\"%1\" &freegeven" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "\"%1\" &seker wegmaken" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "\"%1\" &seker wegmaken" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3252,41 +3176,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Bi aftohangen" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Afhangen" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Rutfohren" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "De Reedschap \"%1\" is keen Schiev un lett sik nich rutfohren." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Dat geev en Fehler bi't Togriepen op \"%1\". Dat Systeem antert: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Dat geev en Fehler bi't Togriepen op %1" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3297,19 +3221,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3317,98 +3241,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 free vun %2 (%3% bruukt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Affalltünn leddig maken" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Inhangen" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Opmaken mit" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Indrag tofögen..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Bewerken" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Wegdoon" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Indrag \"%1\" &versteken" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide Entry '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Indrag \"%1\" &versteken" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&All Indrääg wiesen" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Kortansicht" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3417,52 +3341,52 @@ msgctxt "" msgid "Auto Resize" msgstr "Autom. &opdecken" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Loopwark: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Du muttst bloots een Datei utsöken" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Mehr as een Datei praatstellt" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Du muttst bloots lokale Dateien utsöken" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Keen feern Dateien tolaten" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3473,51 +3397,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Du hest mehr as een Orner utsöcht, un disse Dialoog bruukt keen Ornern, " -"dorüm lett sik de richtige nich rutfinnen. Söök bitte bloots een Orner ut." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Mehr as een Orner angeven" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Du hest tominnst een Orner un een Datei utsöcht. Utsöcht Dateien warrt " -"övergahn, de utsöchte Orner warrt oplist" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Dateien un Ornern utsöcht" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "De Datei \"%1\" lett sik nich finnen" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Datei lett sik nich opmaken" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

            For " @@ -3532,44 +3427,44 @@ msgstr "" ">Wenn de aktuelle Steed a.B. \"file:/home/%1\" is, bringt de Knoop Di na " "\"file:/home\".
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Mit dissen Knoop kannst Du een Schritt in de Vörgeschicht torüchgahn." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Mit dissen Knoop kannst Du een Schritt in de Vörgeschicht vörgahn." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Mit dissen Knoop kannst Du de aktuelle Steed nieg laden." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Mit dissen Knoop kannst Du en nieg Orner opstellen." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Stedenpaneel wiesen" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Leestekens wiesen" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Versteken Dateien wiesen" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Optschonen" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3590,12 +3485,12 @@ msgstr "" "versteken Dateien
          • dat Stedenpaneel
          • Vöransichten vun Dateien
          • Scheden vun Ornern un Dateien
          " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Leestekens" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3609,12 +3504,38 @@ msgstr "" "Leestekens överall in KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Naam:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Torüchnehmen: Ümnömen" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Dateinaam:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Versteken Dateien wiesen" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3627,12 +3548,12 @@ msgstr "" "klickst un en anner Bedriefoort in't Menü Text kompletteren utsöchst." "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Mit dissen Naam warrt de Datei sekert." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3641,75 +3562,81 @@ msgstr "" "Dit is de List vun Dateien, de Du opmaken wullt. Du kannst mehr as een Datei " "angeven, wenn Du se mit Freetekens trennen deist." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dat is de Naam vun de Datei, de opmaakt warrn schall." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Steden" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Dat gifft de Datei \"%1\" al. Wullt Du ehr överschrieven?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Datei överschrieven?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Du kannst bloots lokale Dateien utsöken." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Frömddateien nich tolaten" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|All Ornern" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Orner opstellen" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Opmaken" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Lüttbildgrött: %1 Pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Datei&ennen automaatsch utsöken (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "de Ennen %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Datei&ennen automaatsch utsöken" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "en passen Ennen" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3737,71 +3664,27 @@ msgstr "" "ol>Wenn Du nich seker büst, laat de Optschoon an, Dien Dateien sünd denn " "lichter to plegen." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " -msgstr "" -"Dit is de Filter för de Dateilist. Dateien warrt bloots wiest, wenn de " -"Filter op ehr Naam passt.

          Du kannst en fardigen Filter binnen dat " -"Köörfeldutsöken, oder en egen Filter direktemang na't Textrebeet ingeven.

          Du kannst ok Platzholltekens as \"*\" oder \"?\" bruken.

          " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Niegen Dateityp opstellen" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Deit mi leed" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Dat gifft de Vörlaagdatei %1 nich." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Nieg na Adress opstellen" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3809,7 +3692,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "En anner Naam ingeven" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Deit mi leed" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Dat gifft de Vörlaagdatei %1 nich." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Symboolsch Link opstellen" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Nieg na Adress opstellen" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3817,7 +3731,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3830,7 +3744,7 @@ msgstr "" "De Naam \"%1\" fangt mit en Punkt an, de Orner warrt standardwies also " "versteken." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3839,71 +3753,79 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Dat gifft al en ölleren Indrag mit den Naam \"%1\"." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Dat gifft al en Datei mit den Naam %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Nieg opstellen" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Link na Reedschap" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nieg Orner" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "&Torüchnehmen: Orner opstellen" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3913,53 +3835,105 @@ msgstr "" "Nieg Orner opstellen in:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "En anner Naam ingeven" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Standard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Niegen Dateityp opstellen" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "En anner Naam ingeven" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Programm för %1 utsöken" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Söök en &Lüttbild ut:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Koperen" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Infögen" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Opmaken mit" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Opmaken mit" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Bewerken" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Utsöken" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Heel Padd wiesen" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3967,7 +3941,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Wullt Du dissen Indrag redig na de Affalltünn verschuven?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3979,6 +3953,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Steden" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4002,29 +3985,29 @@ msgstr "Anner" msgid "Edit mode" msgstr "Bewerkbedrief" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klick hier, wenn Du de Steed utsöken wullt" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klick hier, wenn Du de Steed bewerken wullt" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Du muttst disse Datei nich utföhren." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1 warrt start" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4033,12 +4016,12 @@ msgid "" msgstr "" "De Deenst \"%1\" lett sik nich utföhrbor maken, Utföhren warrt afbraken" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Du muttst keen Programm utsöken, mit dat sik disse Datei opmaken lett." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4066,13 +4049,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Keen Medium in Reedschap för %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4083,29 +4072,29 @@ msgstr "" "%1\n" "gellt nich." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 warrt start" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "De Datei \"%1\" lett sik nich finnen" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4116,7 +4105,7 @@ msgstr "" "%1\n" "hett den Typ \"Link\", man se bargt keen Indrag \"URL=...\"." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4128,20 +4117,20 @@ msgstr "" "De Datei %1 is en utföhrbor Programm. Dat warrt ut Sekerheitgrünn " "nich start." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "The template file %1 does not exist." msgid "" @@ -4149,12 +4138,12 @@ msgid "" "%2." msgstr "Dat gifft de Vörlaagdatei %1 nich." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "De Schriefdisch-Datei %1 bargt keen Indrag \"Type=...\"" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4162,13 +4151,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Datei lett sik nich opmaken" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4267,75 +4256,70 @@ msgstr "" "wöör ännert.\n" "Wullt du de Ännern hoochladen?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - maakt Dateien op anner Reekners op, luurt op Ännern, fraagt na " "Hoochladen" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000, 2003 de Schrieverslüüd vun KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "Adressen (URLs) as Dateien op Dien Rekner behanneln un achteran wegsmieten" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Vörslaan Dateinaam för de daallaadte Datei" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Befehl, den Du utföhren wullt" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) oder lokaal Datei(en) för \"command\"" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Togriepverlöven för %1 warrt sett" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4344,7 +4328,7 @@ msgstr "" "Verlöven laat sik nich ännern för:\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4353,129 +4337,38 @@ msgid "" "%1" msgstr "Eegner vun \"%1\" lett sik nich ännern." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Temporeerdatei lett sik nich ümnömen" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Programm \"mount\" lett sik nich finnen." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Programm \"umount\" lett sik nich finnen." -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Verwiedert Verlöven" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Verlöven" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Wegdoon" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Orner" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Orner opstellen" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Verlöven" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "Dateipleger opmaken" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Orner" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Dateinaam:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Loopwark: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nich begäng Ünnerbreken" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Datei lett sik nich vun %1 na %2 koperen. (Fehlernr.: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Keen Medium in Reedschap för %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "De Bruker-ID för den Brukernaam \"%1\" lett sik nich halen." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "De Koppel-ID för den Brukernaam \"%1\" lett sik nich halen." @@ -4518,34 +4411,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Du muttst Brukernaam un Passwoort angeven, wenn Du op dissen Server " "togriepen wullt." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Server:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Anmellen OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Anmellen op %1 nich mööglich." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4553,7 +4446,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1 warrt start" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4562,12 +4455,12 @@ msgstr "" "Du muttst Brukernaam un Passwoort för den nerrn angeven Proxyserver angeven, " "ehr Du op jichtenseen Siet togriepen dörvst." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy-Identiteetprööv fehlslaan." @@ -4619,101 +4512,101 @@ msgid "" msgstr "Wullt Du dit Zertifikaat duerhaftig ahn Nafragen annehmen?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Server-Identiteetprööv" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 op %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Anners harr dat keen Fehler bi de Anfraag geven." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "Halen vun de Egenschap-Weerten" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "Fastleggen vun de Egenschap-Weerten" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "Opstellen vun den angeven Orner" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Koperen vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "Ümnömen vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "Söken binnen den angeven Orner" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "Afsluten vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "Opsluten vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "Wegdoon vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "Fragen na't Könen vun den Server" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "Halen vun de Inholden vun disse Datei oder dissen Orner" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "En Bericht binnen den angeven Orner utföhren" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Dat geev en nich verwacht Fehler (%1) bi't %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4722,13 +4615,13 @@ msgid "" msgstr "" "Dat geev en Fehler bi't %1: %2. En Tosamenfaten vun de Grünn steiht nerrn." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Togriep wöör bi't %1 torüchwiest." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4737,7 +4630,7 @@ msgstr "" "En Ressource lett sik op't Teel nich opstellen, ehr nich en oder mehr " "Twischenelementen (Ornern) opstellt wöörn." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4754,28 +4647,28 @@ msgstr "" "\"propertybehavior\"-XML-Element oplist sünd, nich oprechthollen, oder Du " "hest angeven, dat keen Dateien överschreven warrt un dat liekers versöcht. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Dat anfraagte Afsluten weer nich mööglich. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "De Server ünnerstütt den Anfraag-Typ nich." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Dat %1 is nich mööglich, de Ressource is afslaten." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "De Akschoon wöör dör en anner Fehler verhöödt." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4784,7 +4677,7 @@ msgid "" msgstr "" "Dat %1 is nich mööglich, de Teelserver nimmt de Datei oder den Orner nich an." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4793,18 +4686,18 @@ msgstr "" "De Teel-Ressource hett nich noog Platz, ehren Tostand na dat Utföhren vun " "disse Metood to sekern." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "De Ressource lett sik nich wegdoon." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "Hoochladen vun %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4817,16 +4710,16 @@ msgstr "Dat geev en nich verwacht Fehler (%1) bi't %2." msgid "Network" msgstr "Nettwark" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "URL \"%1\" gellt nich." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4835,12 +4728,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4881,7 +4774,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4902,18 +4795,18 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Nochmaal versöken" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Identiteetprööv-Dialoog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Togriep torüchwiest" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Du muttst dat Protokoll \"%1\" nich bruken." @@ -5020,41 +4913,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5064,9 +4957,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Utreken" @@ -5075,140 +4968,228 @@ msgstr "Utreken" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 warrt start" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "Wullt Du Dien Slötelsatz binnen Dien Knipp-Datei sekern?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Nich nochmaal fragen" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Utföhren" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Opmaken" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Mit \"%1\" &opmaken" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "Wullt Du Dien Slötelsatz binnen Dien Knipp-Datei sekern?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Bi to Orner opstellen" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Born" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Teel" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Bi to koperen" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Bi't Verschuven" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "Ü&mnömen" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Na de Affalltünn verschuven" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Bi't Wegdoon" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Torüchnehmen" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Torüchnehmen: Koperen" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Torüchnehmen: Link opstellen" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Torüchnehmen: Verschuven" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Torüchnehmen: Ümnömen" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Torüchnehmen: Wegsmieten" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Torüchnehmen: Orner opstellen" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgid "Und&o: Create Folder(s)" msgstr "&Torüchnehmen: Orner opstellen" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Torüchnehmen: Datei opstellen" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "Und&o: Rename" msgid "Und&o: Batch Rename" msgstr "&Torüchnehmen: Ümnömen" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Torüchnehmen: Koperen" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Torüchnehmen: Link opstellen" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Torüchnehmen: Verschuven" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Torüchnehmen: Ümnömen" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Torüchnehmen: Wegsmieten" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Torüchnehmen: Orner opstellen" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "&Torüchnehmen: Orner opstellen" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Torüchnehmen: Datei opstellen" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "&Torüchnehmen: Ümnömen" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5222,12 +5203,12 @@ msgstr "" "weg.\n" "Wullt Du \"%4\" redig wegdoon?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Torüchnehmen vun Dateikoperen beglöven" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5242,23 +5223,24 @@ msgstr "" "Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " "nich torüchnehmen." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Indrag wegdoon" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Indrag wegdoon" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5278,7 +5260,7 @@ msgstr[1] "" "Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " "nich torüchnehmen." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5292,13 +5274,13 @@ msgstr "" "Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " "nich torüchnehmen." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Affalltünn leddig maken" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5308,7 +5290,7 @@ msgid "" "filename>" msgstr "Wullt Du dissen Indrag redig na de Affalltünn verschuven?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5403,7 +5385,7 @@ msgstr "Eegner" msgid "Owning Group" msgstr "Eegnerkoppel" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Annere" @@ -5477,66 +5459,66 @@ msgstr "Systeeminstellen opfrischen" msgid "Updating system configuration…" msgstr "Systeeminstellen warrt opfrischt." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Naam" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grött" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Verlöven" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eegner" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Koppel" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Mit %1 opmaken" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Akschonen" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5544,7 +5526,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Opmaken mit" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5552,18 +5534,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Opmaken mit" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Utföhren" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "Mit \"%1\" &opmaken" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Mit \"%1\" &opmaken" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5571,20 +5560,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Opmaken mit" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Opmaken mit" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Programm" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5592,122 +5581,140 @@ msgid_plural "%1 items" msgstr[0] "1 Datei" msgstr[1] "%1 Dateien" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nich begäng" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Anhollen" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Inhangt in:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "Freeteken" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Steed:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Grött:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Be&werken..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Inholden:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Opmaken mit:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Be&werken..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Steed:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Grött:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Anhollen" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Wiest op:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Ännert:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Wohrschoen" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Opstellt:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Dateisysteem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Reekner nich begäng" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Inhangt in:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Ännert:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Togrepen:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Dateisysteem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Opmaken mit" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Inhangt in:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Inhangt in:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "Freeteken" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Reekner nich begäng" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6008,10 +6015,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Giff hier en Beschrieven för dat Programm in, de sien Bruuk angifft. " "Bispill: En Inwählprogramm (KPPP) kunn a.B. \"Inwählen\" as Beschrieven " @@ -6019,16 +6029,25 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Beschrieven:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Br&ukernaam:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Giff hier jichtenseen Kommentar in." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Giff hier en Beschrieven för dat Programm in, de sien Bruuk angifft. " +"Bispill: En Inwählprogramm (KPPP) kunn a.B. \"Inwählen\" as Beschrieven " +"kriegen." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6040,7 +6059,7 @@ msgstr "Komm&entar:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "&Vörinstellt Ümgevenvariabeln för den Proxy bruken" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6260,7 +6279,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6273,39 +6292,62 @@ msgstr "" "Egenschappen laat sik nich sekern. Du hest keen Verlöven för't Schrieven " "na %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Allmeen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "En anner Naam ingeven" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Opfrischen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Wullt Du dissen Indrag redig na de Affalltünn verschuven?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Reekner nich begäng" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6314,152 +6356,158 @@ msgstr "" "An't Utreken... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 Datei" msgstr[1] "%1 Dateien" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 Ünnerorner" msgstr[1] "%1 Ünnerornern" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "An't Utreken..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Tominnst %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "De niege Dateinaam is leddig." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Ünner&stütt Dateitypen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Programm utsöken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Opstellt:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Be&werken..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Togrepen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "dörv Inholt ankieken & ännern" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "dörv Inholt ankieken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "dörv Inholt ankieken & ännern" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "dörv Inholt ankieken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "dörv ankieken/lesen & ännern/schrieven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Verlöven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Togriep-Verlöven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Disse Datei is en Link, se bruukt keen Verlöven." msgstr[1] "All disse Dateien sünd Links, se bruukt keen Verlöven." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Bloots de Eegner dörv de Verlöven ännern." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ee&gner:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Gifft an, welk Akschonen de Eegner utföhren dörv." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "K&oppel:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Gifft an, welk Akschonen de Liddmaten vun den Koppel utföhren dörvt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "A&nnere:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6468,31 +6516,31 @@ msgstr "" "Gifft an, welk Akschonen Brukers utföhren dörvt, de nich Eegner un ok nich " "binnen den Koppel sünd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Bloots &Eegner dörv Ornerinholt ümnömen oder wegdoon" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Disse Mark verlöövt dat Utföhren vun de Datei as en Programm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Standard-Brukernaam:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Utföhren" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6503,7 +6551,7 @@ msgstr "" "binnen ümnömen oder wegdoon dörven schall. Anner Brukers bruukt den \"Inholt " "ännern\"-Verlööf, wenn se niege Dateien tofögen wullt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6513,42 +6561,42 @@ msgstr "" "för Programmen un Skripten Sinn, de Du utföhren wullt, man för de deit dat " "ok noot." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Verwiedert Verlöven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eegner" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Bruker:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Koppel:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Ännern op all Ünnerornern un ehr Inholden anwennen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Verwiedert Verlöven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klass" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6557,22 +6605,22 @@ msgstr "" "Indrääg\n" "wiesen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Disse Mark verlöövt dat Oplisten vun den Ornerinholt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lesen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "De Lees-Mark verlöövt dat Lesen vun den Datei-Inholt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6581,7 +6629,7 @@ msgstr "" "Indrääg\n" "schrieven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6590,43 +6638,43 @@ msgstr "" "Disse Mark verlöövt dat Ännern, Ümnömen un Wegdoon vun Dateien. Beacht, dat " "dat Wegdoon un Ümnömen mit de \"Sticky\"-Mark ingrenzt warrn kann." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Schrieven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "De Schriev-Mark verlöövt dat Ännern vun den Datei-Inholt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ringahn" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Disse Mark verlöövt dat Ringahn na den Orner." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Utföhren" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Disse Mark verlöövt dat Utföhren vun de Datei as en Programm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Besünnere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6635,24 +6683,24 @@ msgstr "" "Besünnere Marken, de för den helen Orner gellt. De naue Bedüden steiht " "rechterhand." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Besünnere Marken, de naue Bedüden steiht rechterhand." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Bruker" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Koppel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6660,7 +6708,7 @@ msgid "" msgstr "" "Wenn anmaakt, warrt de Eegner vun den Orner de Eegner vun all nieg Dateien." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6669,14 +6717,14 @@ msgstr "" "En utföhrbore Datei mit disse Mark warrt mit de Verlöven vun den Eegner " "utföhrt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Wenn anmaakt, warrt all niege Dateien binnen den Orner em sien Koppel toornt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6685,7 +6733,7 @@ msgstr "" "En utföhrbore Datei mit disse Mark warrt mit de Verlöven vun den Koppel " "utföhrt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6695,7 +6743,7 @@ msgstr "" "Systeempleger Dateien ümnömen oder wegdoon, anners köönt dat all Brukers mit " "Schriefverlöven." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6704,90 +6752,80 @@ msgstr "" "De \"Sticky\"-Mark för Dateien warrt ünner Linux ignoreert, man anner " "Systemen bruukt ehr villicht." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "\"SetUID\"-Mark" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "\"SetGID\"-Mark" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Verscheden (keen Ännern)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Disse Datei bruukt verwiederte Verlöven." msgstr[1] "Disse Dateien bruukt verwiederte Verlöven." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Disse Orner bruukt verwiederte Verlöven." msgstr[1] "Disse Ornern bruukt verwiederte Verlöven." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Disse Dateien bruukt verwiederte Verlöven." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "An't Utreken..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6795,30 +6833,49 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "De niege Dateinaam is leddig." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "De niege Dateinaam is leddig." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "An't Utreken..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6826,27 +6883,27 @@ msgstr "" "Egenschappen laat sik nich sekern. Bloots Indrääg in lokaal Dateisystemen " "warrt ünnerstütt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Programm" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dateityp för %1 tofögen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Söök en oder mehr Dateitypen för't Tofögen ut:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Bloots utföhrbore Dateien op lokale Dateisystemen warrt ünnerstütt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Verwiederte Optschonen för %1" @@ -6951,22 +7008,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Söökafkörten" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dateidialoog opmaken" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Dateinaam för Twischenaflaag-Inholt:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Datei &infögen" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Twischenaflaag-Inholt &infögen" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6976,7 +7038,7 @@ msgstr "" "utsöchte Datenformaat is nich mehr anwennbor. Bitte kopeer nochmaal dat, wat " "Du infögen wullst." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6984,7 +7046,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Een Orner" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6992,7 +7054,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Datei &infögen" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -7002,52 +7064,69 @@ msgid_plural "Paste %1 Items" msgstr[0] "Een Indrag" msgstr[1] "%1 Indrääg" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Twischenaflaag-Inholt &infögen" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Infögen" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Datenformaat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Dateinaam för Twischenaflaag-Inholt:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "Dateinaam för Twischenaflaag-Inholt:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "Loopwark: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Grött:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "För all &bruken" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7057,48 +7136,51 @@ msgstr "" "Klickst Du nich op \"Övergahn\", warrst Du bi en Konflikt mit en vörhannen " "Datei binnen den Orner aver nochmaal fraagt." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Is dit anmaakt, warrt de klickt Knoop för all nakamen Konflikten för de " "Nablievels binnen de aktuelle Opgaav bruukt." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Ü&mnömen" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Niegen Naam vörslaan" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Ö&vergahn" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Dissen Orner nich koperen oder verschuven un na den nakamen Indrag gahn" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Disse Datei nich koperen oder verschuven un na den nakamen Indrag gahn" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Schrieven na" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7110,26 +7192,26 @@ msgstr "" "Bi en Konflikt mit en vörhannen Datei binnen den Orner warrst Du aver " "nochmaal fraagt." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Datei överschrieven?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Wiede&rmaken" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7138,139 +7220,119 @@ msgstr "" "Du versöchst, \"%1\" mit sik sülven to överschrieven.\n" "Bitte giff en niegen Dateinaam in:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Wiedermaken" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Dit överschrifft de Teeldatei." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Dit överschrifft de Teeldatei." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Born" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Teel" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Wohrschoen! - De Teeldatei is nieger." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Wohrschoen! - De Teeldatei is nieger." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Wohrschoen! - De Teeldatei is nieger." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "de Ennen %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "De niege Dateinaam is leddig." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "De niege Dateinaam is leddig." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "De niege Dateinaam is leddig." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "All Dateien" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Dat gifft al en ölleren Indrag mit den Naam \"%1\"." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Dat gifft al en recht lieke Datei mit den Naam \"%1\"." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Dat gifft al en niegeren Indrag mit den Naam \"%1\"." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Ümnömen:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Ü&mnömen" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Ü&mnömen" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "Ü&mnömen" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Dateinaam:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Dat gifft al en Datei mit den Naam %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7279,39 +7341,203 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "De markeerte Kennen bewerken." msgstr[1] "De markeerte Kennen bewerken." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "File name:" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Dateinaam:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "De markeerte Kennen bewerken." +msgstr[1] "De markeerte Kennen bewerken." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Utwesseln" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Opmaken mit" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Utwesseln" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "De markeerte Kennen bewerken." +msgstr[1] "De markeerte Kennen bewerken." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "En anner Naam ingeven" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "En anner Naam ingeven" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Ü&mnömen" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Ü&mnömen" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "Ü&mnömen" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Standard-Brukernaam:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Utwesseln" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Vöransicht wiesen" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informatschonen" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Utwesseln" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Nochmaal versöken" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Utwesseln" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Övergahn" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7399,7 +7625,7 @@ msgstr "" "De feerne Reekner hett keen SSL-Zertifikaat loosstüert.\n" "Warrt afbraken, de Identiteet vun den Reekner lett sik nich pröven." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7451,9 +7677,9 @@ msgstr[1] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " "nich torüchnehmen." @@ -7466,11 +7692,47 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " +"nich torüchnehmen." +msgstr[1] "" +"Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " +"nich torüchnehmen." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " +"nich torüchnehmen." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7480,7 +7742,7 @@ msgstr[1] "" "Wullt Du redig all Indrääg ut de Affalltünn duerhaftig wegdoon? Dit lett sik " "nich torüchnehmen." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7490,39 +7752,39 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Wullt Du dissen Indrag redig na de Affalltünn verschuven?" msgstr[1] "Wullt Du dissen Indrag redig na de Affalltünn verschuven?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Nich nochmaal fragen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Nich nochmaal fragen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Nich nochmaal fragen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" "As't lett is de SSL-Zertifikatenkeed vun den annern Reekner schaadhaftig." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7530,17 +7792,178 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Wohrschoen" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dit start dat Programm:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Wenn Du dit Programm nich troost, klick op \"Afbreken\"." +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Opmaken mit" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Dateisysteem:" + +#~ msgid "Delete Files" +#~ msgstr "Dateien wegdoon" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "&Torüchnehmen: Orner opstellen" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Na de Affalltünn verschuven" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "Ü&mnömen" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Bi to överdregen" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Togriepverlöven för %1 warrt sett" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Verwiedert Verlöven" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Verlöven" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Wegdoon" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Orner" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Verlöven" + +#, fuzzy +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "Dateipleger opmaken" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Orner" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Dateinaam:" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Loopwark: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nich begäng Ünnerbreken" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Leestekens wiesen" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Datei ännert" + +#~ msgid "&Description:" +#~ msgstr "&Beschrieven:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Giff hier jichtenseen Kommentar in." + +#~ msgid "Do not ask again" +#~ msgstr "Nich nochmaal fragen" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

          You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

          Wildcards such as * and ? are allowed." +#~ "

          " +#~ msgstr "" +#~ "Dit is de Filter för de Dateilist. Dateien warrt bloots wiest, wenn " +#~ "de Filter op ehr Naam passt.

          Du kannst en fardigen Filter binnen dat " +#~ "Köörfeldutsöken, oder en egen Filter direktemang na't Textrebeet ingeven." +#~ "

          Du kannst ok Platzholltekens as \"*\" oder \"?\" bruken.

          " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Du hest mehr as een Orner utsöcht, un disse Dialoog bruukt keen Ornern, " +#~ "dorüm lett sik de richtige nich rutfinnen. Söök bitte bloots een Orner ut." + +#~ msgid "More than one folder provided" +#~ msgstr "Mehr as een Orner angeven" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Du hest tominnst een Orner un een Datei utsöcht. Utsöcht Dateien warrt " +#~ "övergahn, de utsöchte Orner warrt oplist" + +#~ msgid "Files and folders selected" +#~ msgstr "Dateien un Ornern utsöcht" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
          • Timeout for establishing a connection: %1 seconds
          • Timeout " +#~ "for receiving a response: %2 seconds
          • Timeout for accessing proxy " +#~ "servers: %3 seconds
          Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Dat geev en Kontakt na den Server, man he hett nich binnen disse " +#~ "fastleggte Tietrahmens antert:
          • Tietgrenz för't Opstellen vun en " +#~ "Verbinnen: %1 Sekunnen
          • Tietgrenz för't Infangen vun en Antwoort: " +#~ "%2 Sekunnen
          • Tietgrenz för't Togriepen op Proxyservers: %3
          • Beacht bitte, Du kannst disse Weerten binnen de KDE-Systeeminstellen " +#~ "ünner \"Nettwark -> Instellen för de Verbinnen\" ännern." + #~ msgid "Is &executable" #~ msgstr "&Is utföhrbor" @@ -8667,12 +9090,6 @@ msgstr "Wenn Du dit Programm nich troost, klick op \"Afbreken\"." #~ msgstr[0] "1 Dag %2" #~ msgstr[1] "%1 Daag %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Wohrschoen" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8835,10 +9252,6 @@ msgstr "Wenn Du dit Programm nich troost, klick op \"Afbreken\"." #~ msgid "Space" #~ msgstr "Freeteken" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standard" - #~ msgid "Modify Web Shortcut" #~ msgstr "Söökafkörten bewerken" @@ -9239,11 +9652,6 @@ msgstr "Wenn Du dit Programm nich troost, klick op \"Afbreken\"." #~ msgid "Could not find any application or handler for %1" #~ msgstr "Eegner vun \"%1\" lett sik nich ännern." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Datei &infögen" -#~ msgstr[1] "%1 Dateien &infögen" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL &infögen" @@ -9382,9 +9790,6 @@ msgstr "Wenn Du dit Programm nich troost, klick op \"Afbreken\"." #~ msgid "unmounting is not supported by wince." #~ msgstr "Afhangen warrt vun \"wince\" nich ünnerstütt." -#~ msgid "File name:" -#~ msgstr "Dateinaam:" - #, fuzzy #~| msgid "" #~| "

            Cache

            This module lets you configure your cache settings.\n" "Language-Team: Nepali \n" @@ -29,13 +29,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "nabin@mpp.org.np,shyamkrishna_bal@yahoo.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 का लागि अनुमतिहरू परिवर्तन गर्न सकेन ।" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -47,13 +47,13 @@ msgstr "" "फाइल %1को स्वामित्व परिमार्जन गर्न सकिदैन । परिवर्तन सम्पादन गर्न तपाईँसँग " "फाइलमा पर्याप्त पँहुच छैन ।" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "io-slave सिर्जना गर्न अक्षम: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -68,7 +68,7 @@ msgstr "" "%1 सिमलिङ्क सिर्जना गर्न सकेन ।\n" "कृपया अनुमति जाँच गर्नुहोस् ।" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -78,7 +78,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "फोल्डर पहिल्यै अवस्थित छ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "फाइल पहिल्यै अवस्थित छ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "फोल्डरको रूपमा पहिल्यै अवस्थित छ" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -209,206 +209,106 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, fuzzy, kde-format #| msgid "Moving" msgctxt "@title job" msgid "Moving" msgstr "सार्दै" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "स्रोत:" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "गन्तव्य" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "पुन: नामकरण गर्नुहोस्" -#: core/job.cpp:113 +#: core/job.cpp:120 #, fuzzy, kde-format #| msgid "Copying" msgctxt "@title job" msgid "Copying" msgstr "प्रतिलिपि गर्दै" -#: core/job.cpp:121 +#: core/job.cpp:128 #, fuzzy, kde-format #| msgid "Creating directory" msgctxt "@title job" msgid "Creating directory" msgstr "फोल्डर सिर्जना गर्दै" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "डाइरेक्टरी" -#: core/job.cpp:128 +#: core/job.cpp:135 #, fuzzy, kde-format #| msgid "Deleting" msgctxt "@title job" msgid "Deleting" msgstr "मेट्दै" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "फाइल" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, fuzzy, kde-format #| msgid "Transferring" msgctxt "@title job" msgid "Transferring" msgstr "स्थानान्तरण गर्दै" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format #| msgid "Mounting" msgctxt "@title job" msgid "Mounting" msgstr "माउन्ट गर्दै" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "यन्त्र" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "माउन्ट बिन्दु" -#: core/job.cpp:154 +#: core/job.cpp:161 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@title job" msgid "Unmounting" msgstr "अनमाउन्ट गर्दै" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|सबै फाइल" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "फाइलहरू मेट्नुहोस्" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "फोल्डर सिर्जना गर्न सकेन" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "रद्दी टोकरीमा सार्नुहोस्" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "पुन: नामकरण गर्नुहोस्" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "साङ्केतिक लिङ्क सिर्जना गर्न सकेन" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgid "Transferring" -msgid "Transfer data" -msgstr "स्थानान्तरण गर्दै" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -841,6 +741,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -855,72 +760,72 @@ msgstr "" "%2\n" "कृपया पूरा बग प्रतिवेदन http://bugs.kde.org. मा पठाउनुहोस् ।" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info url" msgid "(unknown)" msgstr "(अज्ञात)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "प्राविधिक कारण: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

            Details of the request:" msgid "Details of the request:" msgstr "

            अनुरोधका विवरण:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

            • URL: %1
            • " msgid "
            • URL: %1
            • " msgstr "

              • URL: %1
              • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
              • Protocol: %1
              • " msgstr "
              • प्रोटोकल: %1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
              • Date and time: %1
              • " msgstr "
              • मिति र समय: %1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
              • Additional information: %1
              " msgid "
            • Additional information: %1
            • " msgstr "
            • अतिरिक्त सूचना: %1
            " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format #| msgid "

            Possible causes:

            • " msgid "Possible causes:" msgstr "

              सम्भावित कारणहरू:

              • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format #| msgid "

                Possible solutions:

                • " msgid "Possible solutions:" msgstr "

                  सम्भावित समाधानहरू:

                  • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info protocol" msgid "(unknown)" msgstr "(अज्ञात)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -929,17 +834,17 @@ msgstr "" "तपाईँले आफ्नो उपयुक्त कम्प्युटर समर्थन प्रणालीसँग सम्पर्क गर्नुहोस्, चाहे प्रणाली प्रशासक, वा " "प्राविधिकले अगाडि सहयोगका लागि समूह समर्थन गरोस् या नगरोस् ।" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "अगाडि सहयोगका लागि सर्भरकको प्रशासकसँग सम्पर्क गर्नुहोस् ।" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "यो संसाधनमा तपाईँको पहुँच अनुमतिहरू जाँच गर्नुहोस् ।" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -947,7 +852,7 @@ msgid "" msgstr "" "यो संसाधनमा अनुरोध गरिएको सञ्चालन सम्पादन गर्न तपाईँको पहुँच अनुमति प्रयाप्त नहुन सक्छ ।" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -955,7 +860,7 @@ msgstr "" "अन्य प्रयोगकर्ता वा अनुप्रयोग द्वारा फाइल प्रयोग गरिरहेको (र त्यसैले ताल्चा लगाएको) हुन " "सक्छ ।" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -964,17 +869,17 @@ msgstr "" "अन्य कुनै प्रयोगकर्ता वा अनुप्रयोग अनुरुप फाइल प्रयोग गरिरहेको वा ताल्चा लगाएको छ, " "निश्चिन्त हुन जाँच गर्नुहोस् ।" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "मन नपरेता पनि, हार्डवेयरमा त्रुटि आएको हुन सक्छ ।" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "कार्यक्रममा तपाईँले बगको सामना गर्नु भएको हुन सक्छ ।" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -983,7 +888,7 @@ msgstr "" "कार्यक्रममा बगका कारणले यो हुन सक्छ । कृपया तल वर्णन गरिएको रूपमा सबै बग प्रतिवेदन पेश " "गर्न सम्झनुहोस् ।" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -992,7 +897,7 @@ msgstr "" "पछिल्लो संस्करणमा तपाईँको सफ्टवेयर अद्यावधिक गर्नुहोस् । तपाईँको वितरणले सफ्टवेयर अद्यावधिक " "गर्न उपकरणहरू उपलब्ध गर्नेछ ।" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1020,12 +925,12 @@ msgstr "" "र बग प्रतिबेदनमा तीनिहरू, साथै तपाईँलाई मद्दत गर्न सक्ने जस्ता लागेका अरू विवरणहरू समावेश " "गर्नुहोस् ।" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "त्यहाँ तपाईँको सञ्जाल जडानमा समस्या हुन सक्छ ।" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1034,49 +939,49 @@ msgstr "" "तपाईँको सञ्जाल कन्फिगरेसनमा समस्या हुन सक्दछ । तपाईँसँग इन्टरनेट पहुँच छ भने तत्काल समस्याहरू " "छैन, यो असम्भव छ ।" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "यो कम्प्युटर र सर्भर बीचमा सञ्जाल बाटोसँग कुनै बिन्दुमा त्यहाँ समस्या भएको हुन सक्छ ।" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "अहिले वा पछाडिको समयमा, फेरि प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "प्रोटोकल त्रुटि वा अमिल्दो भएको हुन सक्दछ ।" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "संसाधन अवस्थित निश्चित गर्नुहोस् , र फेरि प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "निर्दिष्ट गरिएको संसाधन अवस्थित हुन सक्दैन ।" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "तपाईँले प्रविष्टि गर्नुभएको ठीक स्थान दुई पटक जाँच गर्नुहोस् र फेरि प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "तपाईँको सञ्जाल जडान स्थिति जाँच गर्नुहोस् ।" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "पढ्नका लागि संसाधन खोल्न सकिदैन ।" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 पुन: " "प्राप्त गर्न सकेन ।" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "तपाईँलाई फाइल पढ्न वा फोल्डर खोल्न अनुमति नहुन सक्दछ ।" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "लेख्नका लागि संसाधन खोल्न सकिदैन ।" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1104,18 +1009,18 @@ msgstr "" "यसको अर्थ त्यो हो की फाइल, %1, अनुरोध गरिए जस्तै लेख्न सकिने, किनभने " "लेख्न अनुमतिसँग पहुँच प्राप्त गर्न सकेन ।" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 प्रोटोकल सुरुआत गर्न सकिदैन ।" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "प्रक्रिया सुरुआत गर्न अक्षम" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच प्रदान गर्ने कार्यक्रम सुरु गर्न " "सकेन । यो साधारण तथा प्राविधिक कारणहरूले गर्दा हुन्छ ।" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1140,12 +1045,12 @@ msgstr "" "गराउछ अद्यावधिक नभएको हुन सक्छ । यसका कारणले कार्यक्रमको हालको संस्करणमा नमिलेको हुन " "सक्छ त्यसैले सुरु नगर्नुहोस् ।" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "आन्तरिक त्रुटि" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच प्रदान गर्ने कार्यक्रमले आन्तरिक " "त्रुटि प्रतिवेदन गरेको छ ।" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "अनियमित तरिकाले ढाँचाबद्ध गरिएको यूआरएल" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/" "folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "असमर्थित प्रोटोकल %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1187,19 +1092,19 @@ msgstr "" "यो कम्प्युटरमा हालै स्थापना गरिएको प्रोटोकल %1 केडीई " "कार्यक्रमहरूद्वारा समर्थन गरेको छैन ।" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "अनुरोध गरिएको प्रोटोकल समर्थन हुने छैन ।" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "यो कम्प्युटर र सर्भरद्वारा समर्थन गरेको %1 प्रोटोकल संस्करणहरू अयोग्य हुन सक्छ ।" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1216,17 +1121,17 @@ msgstr "" "kde-apps.org/ and http://freshmeat.net/" "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "यूआरएलले संसाधानमा सन्दर्भ गर्दैन ।" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "प्रोटोकल एउटा फिल्टर प्रोटोकल हो ।" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lमान संसाधन राख्ने (URL) निर्दिष्ट संसाधनमा सन्दर्भ गरेन ।" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1247,12 +1152,12 @@ msgstr "" "गर्न निर्दिष्ट गरिन्छ, तापनि यो ती परिस्थितिहरू मध्येको होइन । यो दुर्लभ घटना हो, र " "कार्यक्रम त्रुटि जस्तो देखिन्छ ।" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "असमर्थित कार्य: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1261,7 +1166,7 @@ msgstr "" "अनुरोध गरिएको कार्य केडीई कार्यक्रम द्वारा समर्थन गरेको छैन जुन प्रोटोकल %1 कार्यान्वयन हुदैछ ।" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1271,34 +1176,34 @@ msgstr "" "यो त्रुटि धेरै जसो केडीई कार्यक्रममा निर्भर छ । तपाईँलाई अहिले उपलब्ध भन्दा थप जानकारी " "केडीई आगत निर्गत बनावटले दिनेछ ।" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "उस्तै निर्गत सम्पादन गर्न अर्को बाटो फेला पार्ने प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "अपेक्षित फाइल" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "अपेक्षित अनुरोध फाइल, भएता पनि सट्टामा%1 फेला परेको थियो ।" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "यो सर्भर किनारामा त्रुटि हुन सक्छ ।" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "अपेक्षित फोल्डर" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1307,17 +1212,17 @@ msgstr "" "अनुरोधले फोल्डर अपेक्षा गर्यो, जे भए पनि सट्टामा फाइल %1 फेला परको " "थियो ।" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "फाइल वा फोल्डर अवस्थित छैन" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "निर्दिष्ट गरिएको फाइल वा फोल्डर %1 अवस्थित छैन ।" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1326,23 +1231,23 @@ msgstr "" "अनुरोध गरिइको फाइल सिर्जना गर्न सकिएन किनकि उही नाम गरिएको फाइल पहिले नै अवस्थित छ " "।" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "पहिला हालको फाइल बाटो बाहिर सार्ने प्रयास गर्नुहोस्, र त्यसपछि पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "हालको फाइल मेट्नुहोस् र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "नयाँ फाइलका लागि एउटा वैकल्पिक फाइलनाम रोज्नुहोस् ।" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1351,28 +1256,28 @@ msgstr "" "अनुरोध गरिइको फोल्डर सिर्जना गर्न सकिएन किनकि उही नाम गरिएको फोल्डर पहिले नै अवस्थित " "छ ।" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "पहिला हालको फोल्डर बाटो बाहिर सार्ने प्रयास गर्नुहोस्, र त्यसपछि पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "हालको फोल्डर मेट्नुहोस् र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "नयाँ फोल्डरका लागि एउटा विकल्प नाम रोज्नुहोस् ।" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "अज्ञात होस्ट" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1381,34 +1286,34 @@ msgstr "" "एउटा अज्ञात होस्ट त्रुटिले अनुरोध गरिएको नाम, %1, सँग इन्टरनेटमा " "राख्न सक्दैन भन्ने इङ्गित गर्दछ ।" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "तपाईँले टाइप गरेको नाम, %1, अवस्थित नहुन सक्छ: यो गलत तरिकाले टाइप भएको हुन सक्छ ।" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "पहुँच अस्वीकृत भयो" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "निर्दिष्ट गरिएको संसाधन %1 मा पहुँच अस्वीकृत गरियो ।" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "तपाईँले गलत प्रमाणीकरण विवरणहरू वितरण गर्नुभएको छ वा सबै वितरण गर्नुभएको छैन ।" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "निर्दिष्ट गरिएको संसाधनमा पहुँच प्राप्त गर्न तपाईँलाई अनुमति नहुन सक्छ ।" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1417,24 +1322,24 @@ msgstr "" "अनुरोध पुन: प्रयास गर्नुहोस् र तपाईँको प्रमाणीकरण विवरणहरू ठीक रूपमा प्रविष्टि भएको " "निश्चित गर्नुहोस् ।" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "लेख्ने पहुँच अस्वीकृत भयो" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "यसको अर्थ फाइलमा लेख्ने प्रयास %1 बहिस्कार गरिएको थियो ।" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "फोल्डर प्रविष्ट गर्न अक्षम" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1443,17 +1348,17 @@ msgstr "" "यसको अर्थ अनुरोध गरिएको फोल्डरमा प्रविष्टि (अन्य अर्थमा, खोल्न) फोल्डर %1 अस्वीकार गरिएको थियो ।" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "फोल्डर सूची उपलब्ध छैन" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 प्रोटोकल फाइल प्रणाली होइन" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1463,12 +1368,12 @@ msgstr "" "यसको अर्थ फोल्डरको सामाग्रीहरू निर्धारण गर्दा आवश्यक हुने अनुरोध गरिएको थियो, र यो " "प्रोटोकल समर्थन गर्ने KDE कार्यक्रम त्यो कार्य गर्न अक्षम छ ।" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "चक्रिय लिङ्क पत्ता लाग्यो" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1480,34 +1385,34 @@ msgstr "" "। KDE ले अनन्त लुपमा लिङ्क वा लिङ्कहरूको श्रृङ्खला पत्ता लगाउँछ - जस्तै: फाइल (सहायद " "बाटोमा) आफै लिङ्क भएको थियो ।" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "यो अनन्त लुप नभएको कारणले लुपको एक भाग मेट्नुहोस्, र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "प्रयोगकर्ताद्वारा अनुरोध परित्याग गरियो" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "अनुरोध समाप्त भएको थिएन किनकि यो परित्याग गरिएको थियो ।" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "अनुरोध पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "प्रतिलिपि गर्दा चक्रिय लिङ्क पत्ता लाग्यो" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1519,17 +1424,17 @@ msgstr "" "। अनुरोध गरिएको प्रतिलिपि सञ्चालन गर्दा, KDE ले लिङ्क वा लिङ्कहरूको श्रृङ्खला परिणाम " "अनन्त लुपमा पत्ता लगायो - जस्तै : फाइल आफैमा (सहायद बाटोमा) लिङ्क भएको थियो ।" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "सञ्जाल जडान सिर्जना गर्न सकेन" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "सकेट सिर्जना गर्न सकेन" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1538,8 +1443,8 @@ msgstr "" "यो पर्याप्त प्राविधिक त्रुटि हो जसमा सञ्जाल सञ्चारका लागि आवश्यक यन्त्र (सकेट) सिर्जना " "हुन सकेन ।" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1547,12 +1452,12 @@ msgid "" msgstr "" "सञ्जाल जडान गलत तरिकाले कन्फिगर भएको हुन सक्छ वा सञ्जाल इन्टरफेस सक्षम नहुन सक्छ ।" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "सर्भरमा जडान अस्वीकृत भयो" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1560,21 +1465,21 @@ msgid "" msgstr "" "सर्भरल %1 ले यो कम्प्युटर जडान गर्ने अनुमति दिन अस्वीकार गर्यो ।" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "सर्भरले इन्टरनेटमा जडान गर्दा, अनुरोध कन्फिगर गर्न अनुमति नदिन सक्छ ।" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "सर्भरले इन्टरनेटमा जडान गर्दा, अनुरोध गरिएको सेवा (%1) नचलेको हुन सक्छ ।" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1584,12 +1489,12 @@ msgstr "" "एउटा फायरवाल सञ्जाल (यन्त्र जसले इन्टरनेट अनुरोधहरू रोक्दछ), या तपाईँको सञ्जालको सुरक्षा " "गर्दा सञ्जाल वा सर्भरको सञ्जाल, यो अनुरोध रोक्ने क्रममा हस्तक्षेप गरेको हुन सक्छ ।" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "अनपेक्षित रूपमा सर्भरमा जडान बन्द भयो" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1598,7 +1503,7 @@ msgstr "" "%1 मा जडान स्थापित गरिएता पनि, सञ्चारको अनपेक्षित बिन्दुमा सम्पर्क " "बन्द भयो ।" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1607,17 +1512,17 @@ msgstr "" "प्रोटोकल त्रुटि आएको हुन सक्छ, त्यसै कारणले सर्भरले जडान बन्द गर्दा त्रुटिको रूपमा जवाफ " "दिन्छ ।" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL संसाधन अवैद्य छ" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "प्रोटोकल %1 फिल्टर प्रोटोकल होइन" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1640,17 +1545,17 @@ msgstr "" "हुने निर्दिष्ट गर्छ, ता पनि यो प्रोटोकल त्यस्तो कार्य गर्न सक्षम छैन । यो दुर्लभ घटना हो, " "र कार्यक्रमिक त्रुटि जस्तो देखिन्छ ।" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "आगत/निर्गत यन्त्र थालनी गर्न अक्षम" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "यन्त्र माउन्ट गर्न सकेन" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1659,7 +1564,7 @@ msgstr "" "अनुरोध गरिएको यन्त्र थालनी हुन सकेन (\"माउन्ट गरिएको\") । प्रतिवेदित त्रुटि थियो: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1575,7 @@ msgstr "" "CD ड्राइभमा CD-ROM छैन), वा परिधिय/स्थानान्तरण योग्य यन्त्रको अवस्थामा, यन्त्र ठीक " "तरिकाले जडान गरिएको नहुन सक्छ ।" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1680,7 +1585,7 @@ msgstr "" "तपाईँलाई यन्त्र सुरुआत (\"माउन्ट\") गर्न अनुमति नहुन सक्छ । युनिक्स प्रणालीमा, कहिलेकाँही " "यन्त्र थालनी गर्न प्रणाली प्रशासक विशेषाधिकार आवश्यक हुन्छ ।" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1690,17 +1595,17 @@ msgstr "" "स्थानान्तरण योग्य यन्त्रहरू जडान गरिएको हुनुपर्छ र पावर खोल्नु पर्छ; र पुन: प्रयास गर्नुहोस् " "। " -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "आगत/निर्गत यन्त्र थालनी बन्द गर्न अक्षम" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "यन्त्र अनमाउन्ट गर्न सकेन" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1709,7 +1614,7 @@ msgstr "" "अनुरोध गरिएको यन्त्र थालनी बन्द गर्न सकेन (\"अनमाउन्ट\"). प्रतिवेदित त्रुटि: " "%1 थियो" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1720,7 +1625,7 @@ msgstr "" "तापनि त्यस्ता वस्तुहरूसँग खुला ब्राउजर भएको यन्त्रको सञ्झ्याल यन्त्र स्थान प्रयोग हुनमा यो " "यन्त्र कारण हुन सक्छ ।" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1730,17 +1635,17 @@ msgstr "" "तपाईँलाई यन्त्र थालनी बन्द गर्न अनुमति नहुन सक्छ (\"अनमाउन्ट\") । कहिलेकाँही युनिक्स " "प्रणालीमा यन्त्र थालनी बन्द गर्न प्रणाली प्रशाषक बिशेसाधिकार आवश्यक हुन्छ ।" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "अनुप्रयोगहरूको यन्त्रमा पहुँच जाँच गर्नुहोस्, र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "संसाधनबाट पढ्न सकिँदैन" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1749,17 +1654,17 @@ msgstr "" "यसको अर्थ संसाधन %1 भएता पनि, खोल्न सक्षम हुने थियो, संसाधनको " "सामाग्रीहरू पढ्दा एउटा त्रुटि आएको थियो ।" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "तपाईँलाई संसाधनबाट पढ्न अनुमति नहुन सक्छ ।" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "संसाधनमा लेख्न सकिँदैन" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1768,22 +1673,22 @@ msgstr "" "यसको अर्थ संसाधन %1, खुल्न सक्षम भएता पनि, संसाधनमा लेख्दा एउटा " "त्रुटि आएको थियो ।" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "तपाईँलाई संसाधनमा लेख्न अनुमति नहुन सक्छ ।" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "सञ्जाल जडानहरूका लागि ध्यान दिन सकेन" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "बाइन्ड गर्न सकेन" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1793,17 +1698,17 @@ msgstr "" "यो पर्याप्त प्राविधिक त्रुटि हो जसमा सञ्चार सञ्जालका लागि आवश्यक यन्त्र (सकेट) आगत " "सञ्जाल जडानहरूका लागि ध्यान दिन स्थापित हुन सकेन ।" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "सुन्न सकेन" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "सञ्जाल जडान स्वीकार गर्न सकेन" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1812,33 +1717,33 @@ msgstr "" "यो निष्पक्ष रूपमा प्राविधिक त्रुटि हो जसमा एउटा आगमन सञ्जालल जडान स्वीकार गर्ने प्रयास " "गर्दा एउटा त्रुटि देखापर्यो ।" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "तपाईँलाई जडान स्वीकार गर्ने अनुमति नहुन सक्छ ।" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "लग इन हुन सकेन: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "अनुरोध गरियको सञ्चालन सम्पादन गर्न लगइन गर्ने प्रयास असफल भयो ।" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "संसाधन वस्तुस्थिति निर्धारण गर्न सकेन" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "संसाधन तोक्न सकेन" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1847,69 +1752,69 @@ msgstr "" "संसाधनको स्थितिको बारेम सूचना निर्धारण गर्ने प्रयास %1, जस्तै: संसाधन " "नाम, प्रकार, साइज, आदि., असफल भए ।" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "निर्दिष्ट गरिएको संसाधन अवस्थित नहुन सक्छ वा पहुँच योग्य नहुन सक्छ ।" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "सूची रद्द गर्न सकेन" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: यसलाई कागजात गर्नुहोस्" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "फोल्डर सिर्जना गर्न सकेन" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "अनुरोध गरिएको फोल्डर सिर्जना गर्ने प्रयास असफल भयो ।" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "फोल्डर सिर्जना हुने स्थानमा अवस्थित नहुन सक्छ ।" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "फोल्डर हटाउन सकेन" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "निर्दिष्ट गरिएको फोल्डर हटाउन गरिएको प्रयास , %1, असफल भयो ।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "निर्दिष्ट गरिएको फोल्डर अवस्थित नहुन सक्छ ।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "निर्दिष्ट गरिएको फोल्डर खाली नहुन सक्छ ।" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "फोल्डर अवस्थित र खाली भएको निश्चित गर्नुहोस्, र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "फाइल स्थानान्तरण पुन: निरन्तरता दिन सकेन" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1918,33 +1823,33 @@ msgstr "" "निर्दिष्ट गरिएको फाइलको स्थानान्तरण %1 निश्चित बिन्दुमा पुन: " "निरन्तरताका लागि स्थानान्तरण अनुरोधले प्रश्न गर्छ । यो सम्भव थिएन ।" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "फाइल पुन: स्थानान्तरण गर्दा प्रोटोकल, वा सर्भरले समर्थन नगर्न सक्छ ।" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "कुनै पनि अनुरोध प्रयास बिना पुन: निरन्तरता हस्तान्तरण गर्न पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "संसाधन नाम फेर्न सकेन" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "निर्दिष्ट गरिएको संसाधन %1 को नाम फेर्न गरिएको प्रयास असफल भयो ।" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "संसाधनको अनुमतिहरू परिवर्तन गर्न सकेन" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 को अनुमतिहरू परिवर्तन गर्न गरिएको प्रयास " "असफल भयो ।" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "संसाधनको अनुमतिहरू परिवर्तन गर्न सकेन" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1 को अनुमतिहरू परिवर्तन गर्न गरिएको प्रयास " "असफल भयो ।" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "संसाधन मेट्न सकेन" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "निर्दिष्ट गरिएको संसाधन %1 मेट्न गरिएको प्रयास असफल भयो ।" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "अनपेक्षित कार्यक्रम समाप्त भयो" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच उपलब्ध गराउने कार्यक्रम " "अनपेक्षित रुपले समाप्त भयो ।" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "स्मृति बाहिर" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच उपलब्ध गराउने कार्यक्रम जारी " "राख्ने आवश्यक स्मृति प्राप्त गर्न सकेन ।" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "अज्ञात प्रोक्सी होस्ट" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, एक अज्ञात होस्ट त्रुटि अचानक देखा परेको थियो । अज्ञात होस्ट त्रुटिले इन्टरनेटमा " "अनुरोध गरिएको नाम तोक्न नसक्ने सङ्केत गर्छ ।" -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2035,17 +1940,17 @@ msgstr "" "तपाईँको सञ्जाल कन्फिगरेसन विशेष गरी प्रोक्सी होस्ट नाममा समस्या आएको हुन सक्छ । यदि " "तपाईँसँग इन्टरनेट पहुँच भएमा हालै कुनै समस्या छैन, यो असम्भाव्य छ ।" -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "प्रोक्सी सेटिङहरू डबल-जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस् ।" -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "प्रमाणीकरण असफल भयो: विधि %1 समर्थित छैन" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2056,7 +1961,7 @@ msgstr "" "किनभने सर्भरले प्रयोग गरिरहेको विधि प्रोटोकल %1 कार्यान्वयन गर्दा केडीई कार्यक्रमद्वारा " "समर्थन गरिएको छैन ।" -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2068,17 +1973,17 @@ msgstr "" "कृपया समर्थन नगरिएको प्रमाणीकरण विधि KDE टोलीलाई जानकारी गराउन http://bugs.kde.org/ मा फाइल बग गर्नुहोस् ।" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "अनुरोध परित्याग गरियो" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "सर्भरमा आन्तरिक त्रुटि" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2087,7 +1992,7 @@ msgstr "" "%1 प्रोटोकलमा पहुँच उपलब्ध गराउने सर्भरको कार्यक्रमले आन्तरिक त्रुटि " "प्रतिबेदन गरेको छ: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2096,12 +2001,12 @@ msgstr "" "सर्भर कार्यक्रममा बगका कारणले यो अत्यन्त सान्दर्भिक हुन्छ । कृपया तल वर्णन गरिए अनुरुप पूरा " "बग प्रतिवेदन पेश गर्दा बिचार पुर्याउनुहोस ।" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "तिनीहरूलाई समस्याको सुझाव गर्न सर्भरको प्रशासकलाई सम्पर्क गर्नुहोस् ।" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2110,46 +2015,29 @@ msgstr "" "यदि तपाईँलाई सर्भर सफ्टवेयरका लेखकहरू को हुन् थाहा भएमा, तिनीहरूलाई बग प्रतिवेदन प्रत्यक्ष " "पेश गर्नुहोस् ।" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "समयसमाप्ति त्रुटि" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -#| "for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -#| "servers: %3 seconds
                    Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -"for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -"servers: %3 seconds
                    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"सर्भरसँग सम्पर्क गरिएता पनि, तलका अनुरोध अनुरुप विभाजन गरिएको समयकको मात्रासँग " -"प्रतिक्रिया प्राप्त भएको थिएन:
                    • सम्पर्क स्थापनाका लागि समयसमाप्ति: %1 सेकेन्डहरू
                    • प्रतिक्रिया प्राप्त गर्नका लागि टाइम आउट: %2 सेकेन्डहरू
                    • प्रोक्सी सर्भरहरू " -"पहुँचका लागि टाइम आउट: %3 सेकेन्डहरू
                    कृपया नोट गर्नुहोस् तपाईँले KDE नियन्त्रण " -"केन्द्र सेटिङहरूमा सञ्जाल चयन गर्ने क्रम अनुरुप परिवर्तन गर्नसक्नु हुन्छ-> प्राथमिकता" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "अन्य अनुरोधहरू जवाफ दिने क्रममा जवाफ दिन सर्भर ज्यादै व्यस्त थियो ।" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "अज्ञात त्रुटि" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच उपलब्ध गराउने कार्यक्रमले अज्ञात " "त्रुटि: %2 प्रतिवेदन गरेको छ ।" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "अज्ञात अवरोध" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच उपलब्ध गराउने कार्यक्रमले अज्ञात " "अवरोध प्रकारको: %2 प्रतिवेदन गरेको छ ।" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "मौलिक फाइल मेट्न सकेन" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2187,12 +2075,12 @@ msgstr "" "अनुरोध गरिएको सञ्चलनका लागि मौलिक फाइल मेटिएको हुनुपर्छ, जुन चल्ने सञ्चालन फाइलको " "अन्त्यमा सान्दर्भिक छ । मौलिक फाइल %1 मेट्न सकेन ।" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "अस्थायी फाइल मेट्न सकेन" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2202,12 +2090,12 @@ msgstr "" "अनुरोध गरिएको सञ्चलनका लागि डाउनलोड गरिएको बेलामा नयाँ फाइल बचत गर्न अस्थायी " "फाइलको सिर्जना भएको हुनुपर्छ । यो अस्थायी फाइल%1 मेट्न सकिने छैन ।" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "मौलिक फाइल नाम फेर्न सकेन" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2216,12 +2104,12 @@ msgstr "" "अनुरोध गरिएको सञ्चालनका लागि मौलिक फाइलको नाम फेर्नु आवश्यक हुन्छ%1, यद्यपि यसको नाम फेर्न सकिने छैन ।" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "अस्थायी फाइल नाम फेर्न सकेन" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2230,32 +2118,32 @@ msgstr "" "अनुरोध गरिएको सञ्चालनका लागि अस्थायी फाइलको सिर्जना गर्न आवश्यक हुन्छ%1, यद्यपि यसलाई सिर्जना गर्न सकिने छैन ।" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "लिङ्क सिर्जना गर्न सकेन" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "साङ्केतिक लिङ्क सिर्जना गर्न सकेन" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "अनुरोध गरिएको साङ्केतिक लिङ्क %1 सिर्जना गर्न सकिने छैन ।" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "सामाग्री छैन" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "डिस्क पूरा छ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2264,7 +2152,7 @@ msgstr "" "पर्याप्त डिस्क खाली ठाउँको अभावले अनुरोध गरिएको फाइल %1 अनुरुप लेख्न " "सकिने छैन ।" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2275,30 +2163,30 @@ msgstr "" "रिकर्ड गर्न योग्य -CD डिस्क; वा ३) बढी भण्डारण क्षमता प्राप्त गरेर पर्याप्त डिस्क खाली " "ठाउँ प्राप्त गर्नुहोस् ।" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "उस्तै स्रोत र गन्तब्य फाइलहरू" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "सञ्चालन समाप्त हुन सकेन किनभने स्रोत र गन्तब्य फाइलहरू उस्तै छन् ।" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "गन्तब्य फाइलका लागि फरक फाइलनाम रोज्नुहोस् ।" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "फाइल वा फोल्डर अवस्थित छैन" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2308,19 +2196,19 @@ msgid "" "or folder are the same." msgstr "सञ्चालन समाप्त हुन सकेन किनभने स्रोत र गन्तब्य फाइलहरू उस्तै छन् ।" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डर प्रतिलिपि गर्नुहोस्" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "फाइल वा फोल्डर अवस्थित छैन" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2330,18 +2218,18 @@ msgid "" "into itself." msgstr "सञ्चालन समाप्त हुन सकेन किनभने स्रोत र गन्तब्य फाइलहरू उस्तै छन् ।" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डर प्रतिलिपि गर्नुहोस्" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2351,23 +2239,23 @@ msgid "" "passwords (kpasswdserver) couldn't be contacted" msgstr "सञ्चालन समाप्त हुन सकेन किनभने स्रोत र गन्तब्य फाइलहरू उस्तै छन् ।" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 प्रोटोकल सुरुआत गर्न सकिदैन ।" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "io-slave सिर्जना गर्न अक्षम: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 प्रोटोकलमा पहुँच प्रदान गर्ने कार्यक्रम सुरु गर्न " "सकेन । यो साधारण तथा प्राविधिक कारणहरूले गर्दा हुन्छ ।" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2401,36 +2289,36 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "कागजात नगरिएको त्रुटि" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 मा साङ्केतिक लिङ्क)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 मा लिङ्क)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "बिन्दुहरू:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2439,25 +2327,25 @@ msgstr "" "विकृत URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2465,93 +2353,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 प्रोटोकलसँग सुरुआत जडानहरू समर्थन गर्दैन ।" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 प्रोटोकलसँग अन्त्य जडानहरू समर्थन गर्दैन ।" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 प्रोटोकलसँग पहुँच फाइलहरू समर्थन गर्दैन ।" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 मा लेखाई समर्थन गर्दैन ।" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 प्रोटोकलका लागि त्यँहा कुनै पनि विशेष कार्यहरू उपलब्ध छैन ।" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 प्रोटोकलका लागि सूचित फोल्डरहरू समर्थन गर्दैन ।" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 बाट डेटा पुन: प्राप्त गरिरहेको समर्थित छैन ।" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 बाट माइम प्रकार सूचना पुन: प्राप्त गरिरहेको समर्थित छैन ।" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 भित्र फाइलको पुन: नामकरण र सराइ समर्थित छैन ।" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "सिर्जना भइरहेको सिम्लिङ्क प्रोटोकल %1 सँग समर्थित छैन ।" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 भित्र फाइल प्रतिलिपि समर्थित छैन ।" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 बाट फाइल मेटाइ समर्थित छैन ।" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 प्रोटोकलसँग फोल्डरको सिर्जना समर्थित छैन ।" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "फाइलको विशेषता परिवर्तन प्रोटोकल %1 सँग समर्थित छैन ।" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format #| msgid "Changing the attributes of files is not supported with protocol %1." msgid "Changing the ownership of files is not supported with protocol %1." msgstr "फाइलको विशेषता परिवर्तन प्रोटोकल %1 सँग समर्थित छैन ।" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "खुलिरहेको फाइल %1 प्रोटोकलसँग समर्थित छैन ।" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "प्रोटोकल %1 ले %2 कार्य समर्थन गर्दैन ।" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2560,334 +2448,357 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "अज्ञात प्रोटोकल '%1' ।" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1' प्रोटोकलका लागि io-slave फेला पार्न सकिदैन ।" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "'%1' प्रोटोकलका लागि io-slave फेला पार्न सकिदैन ।" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1' प्रोटोकलका लागि io-slave फेला पार्न सकिदैन ।" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "विवरण" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "सदाको लागि" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "जारी राख्नुहोस्" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "हालको सत्र मात्र" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "फोल्डर सिर्जना गर्न सकेन" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "फोल्डर सिर्जना गर्न सकेन" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "तपाईँले मेट्नका लागि फाइल चयन गर्नु भएन ।" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "मेट्नका लागि केही छैन" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "तपाईँले रद्दी टोकरीमा सार्न फाइल च्चयन गर्नुभएन ।" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "रद्दी टोकरीमा सार्न कुनै पनि वस्तु छैन" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "निर्दिष्ट गरिएको फोल्डर अवस्थित छैन वा पढ्नयोग्य छैन ।" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "मेनु" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "प्रमूल फोल्डर" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "गृह फोल्डर" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "रिलोड गर्नुहोस्" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "नयाँ फोल्डर" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "रद्दी टोकरीमा सार्नुहोस्" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "मेट्नुहोस्" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "क्रमबद्ध गर्दै" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "साइट नाम" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "छोटो दृश्य" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "मिति अनुरूप" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "प्रविष्टि प्रकार" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Deleting" msgid "Ascending" msgstr "मेट्दै" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format #| msgid "Deleting" msgid "Descending" msgstr "मेट्दै" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "पहिलो फोल्डर" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "लुकेका फाइलहरू देखाउनुहोस्" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "छोटो दृश्य" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "छोटो दृश्य" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "छोटो दृश्य" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "विस्तृत दृश्य" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "लुकेका फाइलहरू देखाउनुहोस्" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "पूर्वावलोकन देखाउनुहोस्" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "पूर्वावलोकन देखाउनुहोस्" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "गुण" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "दृश्य" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "पहिलो फोल्डर" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "पहिलो फोल्डर" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "पहिलो फोल्डर" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "पहिलो फोल्डर" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "पहिलो फोल्डर" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "खोल्नुहोस्" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "यस रूपमा बचत गर्नुहोस्" @@ -2940,45 +2851,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|सबै फाइल" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "सबै समर्थित फाइलहरू" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|सबै फाइल" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Add Places Entry" msgstr "ACL प्रविष्टि सम्पादन गर्नुहोस्" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit ACL Entry" msgid "Edit Places Entry" msgstr "ACL प्रविष्टि सम्पादन गर्नुहोस्" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Quick Access panel.

                    The " @@ -2993,19 +2904,19 @@ msgstr "" "यो छिटो पहुँच गर्ने प्यानलमा देखापर्ने पाठ हो ।

                    बर्णनमा एक वा दुई शब्द समावेश " "गर्नुपर्छ जसले तपाईँलाई यो प्रविष्टिले सन्दर्भ गर्ने सम्झाउन मद्दत गर्छ ।" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "नाम:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Description" msgid "Enter descriptive label here" msgstr "वर्णन" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format #| msgid "" #| "This is the location associated with the entry. Any valid URL may be " @@ -3023,12 +2934,12 @@ msgstr "" "stable

                    बटनमा क्लिकद्वारा पछिल्लो पाठ सम्पादन बाकसमा उपयुक्त यूआरएल ब्राउज गर्न " "सक्नुहुन्छ ।" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "स्थान:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format #| msgid "" #| "This is the icon that will appear in the Quick Access panel.

                    Click " @@ -3040,17 +2951,17 @@ msgstr "" "यो छिटो पहुँच गर्ने प्यानलमा देखापर्ने प्रतिमा हो ।

                    फरक प्रतिमा चयन गर्न यो बटनमा " "क्लिक गर्नुहोस् ।" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "एउटा प्रतिमा चयन गर्नुहोस्:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "यो अनुप्रयोग (%1) प्रयोग गर्दा मात्र देखाउनुहोस्" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format #| msgid "" #| "Select this setting if you want this entry to show only when using " @@ -3065,230 +2976,237 @@ msgstr "" "यो सेटिङ चयन गर्नुहोस् ।

                    यदि यो सेटिङ चयन नगरिएमा, सबै अनुप्रयोगहरूमा प्रविष्टि उपलब्ध " "हुनेछ ।" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "राख्दछ" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "हटाउनुहोस्" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "खोज्नुहोस्:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "यन्त्र" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgid "Home" msgctxt "KFile System Bookmarks" msgid "Home" msgstr "गृह" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: यसलाई कागजात गर्नुहोस्" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "सञ्जाल" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "रद्दीटोकरी" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "फाइलहरू मेट्नुहोस्" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "स्थान:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "परिमार्जित:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' कार्यक्रम फेला पार्न सकेन" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "%1 फाइल वा फोल्डर अवस्थित छैन ।" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "नीति परिवर्तन गर्नुहोस्..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "'%1' हटाउनुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Remove '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "'%1' हटाउनुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "'%1' सुरक्षित रूपमा हटाउनुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "'%1' सुरक्षित रूपमा हटाउनुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "अनमाउन्ट गर्दै" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "अनमाउन्ट गर्नुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "निकाल्नुहोस्" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "निर्दिष्ट गरिएको संसाधन अवस्थित हुन सक्दैन ।" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "An error occurred while accessing '%1', the system said: %2" msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' पहुँच गर्दा एउटा त्रुटि देखापर्यो, प्रणालीले भन्यो: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' पहुँच गर्दा एउटा त्रुटि देखापर्यो" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3299,27 +3217,27 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3327,92 +3245,92 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 मध्ये %1 (%3% प्रयोग गरियो)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "रद्दीटोकरी" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "माउन्ट गर्नुहोस्" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "यससँग खोल्नुहोस्" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "प्रविष्ट थप्नुहोस्..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "सम्पादन गर्नुहोस्" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "हटाउनुहोस्" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1' लुकाउनुहोस्" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "'%1' लुकाउनुहोस्" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "सबै प्रविष्टिहरू देखाउनुहोस्" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "छोटो दृश्य" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3421,55 +3339,55 @@ msgctxt "" msgid "Auto Resize" msgstr "स्वत: पत्ता लगाउने" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ड्राइभ: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "तपाईँ स्थानीय फाइलहरू मात्र चयन गर्न सक्नुहुन्छ ।" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "तपाईँ स्थानीय फाइलहरू मात्र चयन गर्न सक्नुहुन्छ ।" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "टाढाको फाइल स्वीकार गरिएन" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3480,49 +3398,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 फाइल हो, तर फोल्डर अपेक्षित थियो ।" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "अनुरोध गरिएको ताल्चा निकासा गर्न सकेन । %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

                    For instance, if the " @@ -3536,45 +3428,45 @@ msgstr "" "प्यारेन्ट फोल्डर प्रविष्ट गर्न यो बटन क्लिक गर्नुहोस् ।

                    यदि हालको स्थान भएमा " "फाइल:/गृह/%1 यो बटन क्लिक गर्दा दृष्टान्तका लागि, तपाईँलाई फाइल:/गृहमा लैजान्छ ।" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ब्राउज गर्ने इतिहासमा एक चरण पछाडि सर्नका लागि यो बटन क्लिक गर्नुहोस् ।" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ब्राउज गर्ने इतिहासमा एक चरण अगाडि सर्नका लागि यो बटन क्लिक गर्नुहोस् ।" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "हालको स्थानको सामाग्रीहरू पुन: लोड गर्न यो बटन क्लिक गर्नुहोस् ।" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "नयाँ फोल्डर सिर्जना गर्न यो बटन क्लिक गर्नुहोस् ।" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Quick Access Navigation Panel" msgid "Show Places Panel" msgstr "छिटो पहुँच नेभिगेसन प्यानल देखाउनुहोस्" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "पुस्तकचिनोहरू देखाउनुहोस्" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "लुकेका फाइलहरू देखाउनुहोस्" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Actions" msgid "Options" msgstr "कार्य" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the configuration menu for the file dialog. Various options " @@ -3595,12 +3487,12 @@ msgstr "" "फोल्डरहरू विभाजन गर्दै

                  यो मेनु समावेशबाट बिभिन्न विकल्प पहुँच प्राप्त गर्न सकिने " "छ:" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "पुस्तकचिनो" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format #| msgid "" #| "This button allows you to bookmark specific locations. Click on this " @@ -3619,12 +3511,38 @@ msgstr "" "रूपमा सञ्चालन हुन्छ ।" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "नाम:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "यन्त्र नाम" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "लुकेका फाइलहरू देखाउनुहोस्" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "

                  While typing in the text area, you may be presented with possible " @@ -3641,12 +3559,12 @@ msgstr "" "आकृति दायाँ माउस बटनसँग क्लिक गरेर र रुचाइएका मोड पाठ समाप्ति मेनुबाट चयन गरेर " "नियन्त्रण गर्न सक्नुहुन्छ ।" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "यस रूपमा बचत गरिने फाइलको नाम यो हो ।" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3655,77 +3573,82 @@ msgstr "" "यो खोलिने फाइलहरूको सूची हो । विभिन्न फाइलहरू सूची अनुरुप, खाली ठाउँद्वारा विभाजित एक " "भन्दा बढी फाइल निर्दिष्ट गर्न सकिनेछ ।" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "यो खोलिने फाइलको नाम हो ।" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "राख्दछ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "सबै अधिलेखन गर्नुहोस्" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "तपाईँ स्थानीय फाइलहरू मात्र चयन गर्न सक्नुहुन्छ ।" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "टाढाको फाइल स्वीकार गरिएन" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|सबै फोल्डर" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "फोल्डर सिर्जना गर्दै" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "खोल्नुहोस्" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "(%1) फाइलनाम विस्तार स्वचालित रूपमा चयन गर्नुहोस्" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "विस्तार %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "फाइलनाम विस्तार स्वचालित तरिकाले चयन गर्नुहोस्" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "उचित विस्तार" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, fuzzy, kde-format #| msgid "" #| "This option enables some convenient features for saving files with " @@ -3762,55 +3685,40 @@ msgstr "" "गरि यो थिच्न सक्नुहुन्छ (अवधि स्वत: हट्नेछ).

                • यदि अनिश्चित भएमा, यो विकल्प " "यसको रूपमा सक्षम राख्नुहोस् तपाईँको फाइलहरू बढी व्यवस्थित पार्दछ ।" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "फिल्टर:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "फिल्टर:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format -#| msgid "" -#| "This is the filter to apply to the file list. File names that do not " -#| "match the filter will not be shown.

                  You may select from one of the " -#| "preset filters in the drop down menu, or you may enter a custom filter " -#| "directly into the text area.

                  Wildcards such as * and ? are allowed." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                  You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                  Wildcards such as * and ? are allowed.

                  " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"यो फाइल सूचीमा लागू गरिने फिल्टर हो । फिल्टरसँग नमिल्ने फाइल नामहरू देखाइने छैन ।" -"

                  तपाईँले ड्रप डाउन मेनुको प्रिसेट फिल्टरहरूबाट एक चयन गर्नसक्नुहुन्छ, वा पाठक्षेत्रमा अनुकूल " -"फिल्टर प्रत्यक्ष प्रविष्ट गर्न सक्नुहुन्छ ।

                  वाइल्डकार्ड जस्तै * र ? हरू स्वीकृत छन्" -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "नयाँ फाइल प्रकार सिर्जना गर्नुहोस्" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "भण्डारण गर्नुहोस्" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3820,31 +3728,30 @@ msgstr "" "निर्दिष्ट गरिएको आदेश चलाउन असक्षम भयो । फाइल वा फोल्डर %1 अवस्थित छैन ।" "" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "साङ्केतिक लिङ्क सिर्जना गर्न सकेन" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "Destination URL" msgid "Create link to URL" msgstr "गन्तव्य यूआरएल" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3852,7 +3759,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3860,7 +3767,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3869,74 +3776,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "'%1' नाम भएको एउटा पुरानो वस्तु पहिले नै अवस्थित छ ।" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 नाम गरिएको फाइल पहिल्यै अवस्थित छ ।" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "सिर्जना गर्नुहोस्" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "यन्त्र" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "नयाँ फोल्डर" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "फोल्डर सिर्जना गर्न सकेन" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3946,53 +3861,102 @@ msgstr "" "यसमा नयाँ फोल्डर सिर्जना गर्नुहोस्:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "पूर्वनिर्धारित" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create new file type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "नयाँ फाइल प्रकार सिर्जना गर्नुहोस्" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 का लागि अनुप्रयोग रोज्नुहोस्" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "एउटा प्रतिमा चयन गर्नुहोस्:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "प्रतिलिपि बनाउनुहोस्" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "टाँस्नुहोस्" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "यससँग खोल्नुहोस्" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "यससँग खोल्नुहोस्" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "सम्पादन गर्नुहोस्" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "नेभिगेट गर्नुहोस्" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -4000,7 +3964,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "के तपाईँ यो वस्तु साँच्चिकै मेट्न चाहनुहुन्छ?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -4013,6 +3977,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "राख्दछ" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -4040,41 +4012,41 @@ msgstr "अन्य" msgid "Edit mode" msgstr "सम्पादन गर्नुहोस्" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "स्थान नेभिगेसनका लागि क्लिक गर्नुहोस्" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "स्थान सम्पादन गर्न क्लिक गर्नुहोस्" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "तपाईँ यो फाइल कार्यान्वयन गर्न आधिकारिक हुनुहुन्न ।" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1 सुरु गर्दै" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "तपाईँ यो फाइल खोल्न एउटा अनुप्रयोग चयन गर्न अधिकारिक हुनुहुन्न ।" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4102,13 +4074,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "%1 का लागि यन्त्रमा मिडिया छैन" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4123,29 +4101,29 @@ msgstr "" "%1\n" "प्रकार अज्ञात छ ।" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 सुरु गर्दै" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "अनुरोध गरिएको ताल्चा निकासा गर्न सकेन । %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4156,7 +4134,7 @@ msgstr "" "%1\n" "लिङ्क प्रकार हो तर URL=... प्रविष्टि छैन ।" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4168,20 +4146,20 @@ msgstr "" "फाइल %1 कार्यान्वयन योग्य कार्यक्रम हो । सुरक्षाका लागि यो सुरु नहुन सक्छ ।" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4193,12 +4171,12 @@ msgstr "" "निर्दिष्ट गरिएको आदेश चलाउन असक्षम भयो । फाइल वा फोल्डर %1 अवस्थित छैन ।" "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "प्रविष्टि फाइल %1 सँग डेस्कटप Type=... प्रविष्टि छैन ।" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4206,12 +4184,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4293,75 +4271,70 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Exec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "स्टेफन कुलो" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, fuzzy, kde-format #| msgid "(C) 2004 Waldo Bastian" msgid "Waldo Bastian" msgstr "(C) 2004 वाल्डो बास्टियन" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "नयाँ फाइलका लागि एउटा वैकल्पिक फाइलनाम रोज्नुहोस् ।" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 का लागि एसीएल सेट गर्दै" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4370,7 +4343,7 @@ msgstr "" "यसका लागि अनुमतिहरू परिवर्तन गर्न सकेन\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4379,127 +4352,39 @@ msgid "" "%1" msgstr "%1 का लागि अनुमतिहरू परिवर्तन गर्न सकेन ।" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "अस्थायी फाइल नाम फेर्न सकेन" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"माउन्ट\" कार्यक्रम फेला पार्न सकेन" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"अनमाउन्ट\" कार्यक्रम फेला पार्न सकेन" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "उन्नत अनुमति" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "अनुमति" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "हटाउनुहोस्" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "डाइरेक्टरी" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "फोल्डर सिर्जना गर्दै" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "अनुमति" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "संवाद फाइल खोल्नुहोस्" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "डाइरेक्टरी" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "यन्त्र नाम" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ड्राइभ: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "अज्ञात अवरोध" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 बाट %2 मा फाइल प्रतिलिपि गर्न सकिँदैन । (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 का लागि यन्त्रमा मिडिया छैन" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "%1 फोल्डरमा प्रविष्ट गर्न सकेन ।" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4542,32 +4427,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "तपाईँले यो साइट पहुँच गर्न प्रयोगकर्ता नाम र पासवर्ड प्रविष्टि गर्न आवश्यक हुन्छ ।" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "साइट:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "लगइन ठीक छ" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 मा लगइन गर्न सकेन ।" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4575,7 +4460,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1 सुरु गर्दै" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4584,12 +4469,12 @@ msgstr "" "तपाईँलाई कुनै पनि साइटहरूमा पहुँच अनुमति हुनका लागि तल सूचित गरिएका प्रोक्सी सर्भरका " "अगाडि प्रयोगकर्ता नाम र पासवर्ड वितरण गर्नु आवश्यक हुन्छ ।" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "प्रोक्सी:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "प्रोक्सी प्रमाणीकरण असफल भयो ।" @@ -4644,114 +4529,114 @@ msgid "" msgstr "प्रयत्न बिना नै तपाईँ यो प्रमाणपत्र सधैका लागि स्वीकार गर्न चाहनुहुन्छ?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "सर्भर प्रमाणीकरण" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 मा %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "अन्यथा, अनुरोध सफल भएको हुनेछ ।" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, fuzzy, kde-format #| msgid "retrieve property values" msgctxt "request type" msgid "retrieve property values" msgstr "विशेषता मानहरू पुन: प्राप्त गर्नुहोस्" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, fuzzy, kde-format #| msgid "set property values" msgctxt "request type" msgid "set property values" msgstr "विशेषता मानहरू सेट गर्नुहोस्" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "अनुरोध गरिएको फोल्डर सिर्जना गर्नुहोस्" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgctxt "request type" msgid "copy the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डर प्रतिलिपि गर्नुहोस्" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डर सार्नुहोस्" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "निर्दिष्ट गरिएको फोल्डरमा खोजी गर्नुहोस्" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डरमा ताल्चा लगाउनुहोस्" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "unlock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डरमा ताल्चा खोल्नुहोस्" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डर मेट्नुहोस्" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format #| msgid "query the server's capabilities" msgctxt "request type" msgid "query the server's capabilities" msgstr "सर्भरको क्षमता क्वेरी गर्नुहोस्" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format #| msgid "retrieve the contents of the specified file or folder" msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "निर्दिष्ट गरिएका फाइल वा फोल्डरको सामाग्री पुन: प्राप्त गर्नुहोस्" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "निर्दिष्ट गरिएको फोल्डरमा खोजी गर्नुहोस्" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 मा प्रयास गर्दा अनपेक्षित त्रुटि (%1) देखापर्यो ।" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -4762,21 +4647,21 @@ msgid "" "below." msgstr "%1, %2 मा प्रयास गर्दा एउटा त्रुटि देखापर्यो । कारणहरूको सार तल छ ।

                    " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 मा प्रयास गर्दा पहुँच अस्वीकार गरियो ।" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "एक वा धरै आपसी सङ्ग्रहहरू (फोल्डरहरू) सिर्जना नभएसम्म संसाधन सिर्जना गर्न सकिँदैन ।" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4792,29 +4677,29 @@ msgstr "" "विशेषता व्यवहार XML तत्वमा सूचिकृत गरिएका गुणहरूको अस्तित्व सम्भार गर्न वा तपाईँले अनुरोध " "गर्दा फाइलहरू अधिलेखन नभएको बेलामा अधिलेखन गर्ने प्रयास गर्दा सर्भर अक्षम भयो । %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "अनुरोध गरिएको ताल्चा निकासा गर्न सकेन । %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "सर्भरले अनुरोध गरिएको प्रकारको मुख्य भाग समर्थन गर्दैन ।" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format #| msgid "Unable to %1 because the resource is locked." msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "संसाधनमा ताल्चा लगाएको हुनाले %1 अक्षम भयो ।" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "अन्य त्रुटिद्वारा यो कार्य निषेध गरिएको थियो ।" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format #| msgid "" #| "Unable to %1 because the destination server refuses to accept the file or " @@ -4825,7 +4710,7 @@ msgid "" "folder." msgstr "गन्तव्य सर्भरले फाइल वा फोल्डर स्वीकार गर्न अस्वीकार गर्नाले %1 मा अक्षम भयो ।" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4834,20 +4719,20 @@ msgstr "" "यो विधिको कार्यान्वयन पछि संसाधनको स्थिति रेकर्ड गर्न गन्तव्य संसाधनमा प्रयाप्त खाली ठाउँ " "छैन ।" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "निर्दिष्ट गरिएको संसाधन अवस्थित हुन सक्दैन ।" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "%1 अपलोड गर्नुहोस्" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: response code, %2: request type" @@ -4860,16 +4745,16 @@ msgstr "%2 मा प्रयास गर्दा अनपेक्षित msgid "Network" msgstr "सञ्जाल" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "विकृत URL %1 ।" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4878,12 +4763,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4924,7 +4809,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4947,19 +4832,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "प्रमाणीकरण संवाद" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "पहुँच अस्वीकृत भयो" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "तपाईँलाई %1 प्रोटोकलमा पहुँच अनुमति नहुन सक्छ ।" @@ -5076,41 +4961,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5120,9 +5005,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "गणना गर्नुहोस्" @@ -5131,148 +5016,235 @@ msgstr "गणना गर्नुहोस्" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 सुरु गर्दै" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "Do you wish to store the passphrase in your wallet file?" msgid "What do you wish to do with this file?" msgstr "के तपाईँ वालेट फाइलमा पासफ्रेज भण्डारण गर्न चाहनुहुन्छ?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Exec" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "खोल्नुहोस्" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "यससँग खोल्नुहोस्:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Do you wish to store the passphrase in your wallet file?" +msgid "Would you like to launch this file?" +msgstr "के तपाईँ वालेट फाइलमा पासफ्रेज भण्डारण गर्न चाहनुहुन्छ?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format #| msgid "Creating directory" msgid "Creating directory" msgstr "फोल्डर सिर्जना गर्दै" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "स्रोत:" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "गन्तव्य" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgid "Copying" +msgid "Copying" +msgstr "प्रतिलिपि गर्दै" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "सार्दै" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "पुन: नामकरण गर्नुहोस्" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "रद्दी टोकरीमा सार्नुहोस्" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgid "Deleting" msgid "Deleting" msgstr "मेट्दै" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "पुन: नामकरण गर्नुहोस्" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "रद्दी टोकरीमा सार्नुहोस्" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "फोल्डर सिर्जना गर्न सकेन" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "फोल्डर सिर्जना गर्न सकेन" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "फोल्डर सिर्जना गर्न सकेन" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "पुन: नामकरण गर्नुहोस्" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "रद्दी टोकरीमा सार्नुहोस्" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "फोल्डर सिर्जना गर्न सकेन" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "फोल्डर सिर्जना गर्न सकेन" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "फोल्डर सिर्जना गर्न सकेन" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5281,13 +5253,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "प्रणाली कन्फिगरेसन अद्यावधिक गर्दैछ" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5296,23 +5268,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "प्रविष्ट मेट्नुहोस्" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "प्रविष्ट मेट्नुहोस्" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5324,7 +5297,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5332,14 +5305,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "रद्दीटोकरी" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5349,7 +5322,7 @@ msgid "" "filename>" msgstr "के तपाईँ यो वस्तु साँच्चिकै मेट्न चाहनुहुन्छ?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -5444,7 +5417,7 @@ msgstr "मालिक" msgid "Owning Group" msgstr "समूह स्वीकार गर्दै" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "अन्य" @@ -5520,122 +5493,129 @@ msgstr "प्रणाली कन्फिगरेसन अद्याव msgid "Updating system configuration…" msgstr "प्रणाली कन्फिगरेसन अद्यावधिक गर्दै ।" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format #| msgid "Name" msgctxt "@title:column" msgid "Name" msgstr "नाम" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format #| msgid "Size" msgctxt "@title:column" msgid "Size" msgstr "साइज" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format #| msgid "Date" msgctxt "@title:column" msgid "Date" msgstr "मिति" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format #| msgid "Permissions" msgctxt "@title:column" msgid "Permissions" msgstr "अनुमति" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format #| msgid "Owner" msgctxt "@title:column" msgid "Owner" msgstr "मालिक" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format #| msgid "Group" msgctxt "@title:column" msgid "Group" msgstr "समूह" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format #| msgid "Type" msgctxt "@title:column" msgid "Type" msgstr "प्रकार" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "यससँग खोल्नुहोस्:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "कार्य" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "यससँग खोल्नुहोस्" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "यससँग खोल्नुहोस्" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Exec" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "यससँग खोल्नुहोस्:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "यससँग खोल्नुहोस्:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "यससँग खोल्नुहोस्" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "यससँग खोल्नुहोस्" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "अनुप्रयोग" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5643,121 +5623,138 @@ msgid_plural "%1 items" msgstr[0] "1 वस्तु" msgstr[1] "%1 वस्तुहरू" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format #| msgid "Unknown" msgctxt "@info mimetype" msgid "Unknown" msgstr "अज्ञात" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "रोक्नुहोस्" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "यसमा माउन्ट गरिएको:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "प्रकार:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "स्थान:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "साइज:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "परिवर्तन गर्नुहोस्..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "सामाग्रीहरू:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "यससँग खोल्नुहोस्:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "परिवर्तन गर्नुहोस्..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "स्थान:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "साइज:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "रोक्नुहोस्" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "बिन्दुहरू:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "परिमार्जित:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "पूर्वावलोकन देखाउनुहोस्" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "सिर्जना गरिएको:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "फाइल प्रणाली:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "अज्ञात होस्ट" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "यसमा माउन्ट गरिएको:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "परिमार्जित:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "पहुँच प्राप्त भयो:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "फाइल प्रणाली:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "यससँग खोल्नुहोस्" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "यसमा माउन्ट गरिएको:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "यसमा माउन्ट गरिएको:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "अज्ञात होस्ट" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6051,26 +6048,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "यहाँ यसको प्रयोग हुने आधारमा यो अनुप्रयोगको प्रकार वर्णन गर्नुहोस् । उदाहरणहरू: डायल " "गरिएको अनुप्रयोग (KPPP) \"डायल गरिएको उपकरण\" हुनेछ ।" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "वर्णन:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "प्रयोगकर्ता नाम:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "तपाईँलाई यहाँ काम लाग्ने कुनै पनि टिप्पणी टाइप गर्नुहोस् ।" +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"यहाँ यसको प्रयोग हुने आधारमा यो अनुप्रयोगको प्रकार वर्णन गर्नुहोस् । उदाहरणहरू: डायल " +"गरिएको अनुप्रयोग (KPPP) \"डायल गरिएको उपकरण\" हुनेछ ।" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6082,7 +6090,7 @@ msgstr "टिप्पणी:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "प्रिसेट प्रोक्सी परिवेश चल प्रयोग गर्नुहोस्" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6304,7 +6312,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6315,39 +6323,61 @@ msgid "" "%1." msgstr "गुणहरू बचत गर्न सकेन । तपाईँलाई%1मा लेख्न पर्याप्त पहुँच छैन ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "सामान्य" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ताजा पार्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to delete this item?" +#| msgid_plural "Do you really want to delete these %1 items?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "के तपाईँ यो वस्तु साँच्चिकै मेट्न चाहनुहुन्छ?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "अज्ञात होस्ट" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6356,151 +6386,157 @@ msgstr "" "गणना गर्दै... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 फाइल" msgstr[1] "%1 फाइलहरू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "१ सहायक-फोल्डर" msgstr[1] "%1 सहायक-फोल्डरहरू" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "गणना गर्दै..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "नयाँ फाइल नाम खाली छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "समर्थन गरिएका फाइल प्रकार:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "अनुप्रयोग रोज्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "सिर्जना गरिएको:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "परिवर्तन गर्नुहोस्..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "पहुँच प्राप्त भयो:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "सामाग्री हेर्न र परिमार्जन गर्न सक्नुहुन्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "सामाग्री हेर्न सक्नुहुन्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "सामाग्री हेर्न र परिमार्जन गर्न सक्नुहुन्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "सामाग्री हेर्न सक्नुहुन्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "हेर्न/पढ्न र परिमार्जन/लेख्न सक्नुहुन्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "अनुमति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "पहुँच अनुमति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "यो फाइल लिङ्क हो र अनुमति विहिन छ" msgstr[1] "सबै फाइलहरू लिङ्क हुन् र अनुमति विहिन छन् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "मालिकले मात्र अनुमति परिवर्तन गर्न सक्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "मालिक:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "मालिकले गर्न दिएका कार्य निर्दिष्ट गर्दछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "समूह:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "समूहका सदस्यले गर्न दिएका कार्य निर्दिष्ट गर्दछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "अन्य:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6509,31 +6545,31 @@ msgstr "" "सबै प्रयोगकर्ताका कार्यहरू निर्दिष्ट गर्छ, जो न मालिक हुन् न समूहमा छन्, तिनीहरूलाई त्यसो " "गर्न स्वीकृत छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "मालिकले मात्र फोल्डर सामाग्री नाम फेर्न र मेट्न सक्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "कार्यक्रमको रूपमा फाइल कार्यान्वयन गर्दा अनुमति दिन यो सक्षम पार्नुहोस् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "पूर्वनिर्धारित प्रयोगकर्ता नाम:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6544,7 +6580,7 @@ msgstr "" "पार्नुहोस् । अन्य प्रयोगकर्ताले नयाँ फाइलहरू थप्न मात्र सक्छन्, जसका लागि 'परिमार्जन " "सामाग्री' अनुमति आवश्यक हुन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6554,42 +6590,42 @@ msgstr "" "कार्यक्रमहरू र स्क्रिप्टहरूका लागि अर्थ दिन्छ । तपाईँले तिनीहरूलाई कार्यान्वयन गर्न चाहेमा " "यो आवश्यक हुन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "उन्नत अनुमति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "स्वामित्व" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "प्रयोगकर्ता:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "समूह:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "सबै फोल्डरमा र तिनीहरूको समाग्रीमा परिवर्तनहरू लागू गर्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "उन्नत अनुमति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "वर्ग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6598,22 +6634,22 @@ msgstr "" "प्रविष्टिहरू\n" "देखाउनुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "यो झण्डाले फोल्डरको समाग्री देखाउने अनुमति दिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "पढ्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "पढ्ने झण्डाले फोल्डरको समाग्री देखाउने अनुमति दिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6622,7 +6658,7 @@ msgstr "" "प्रविष्टिहरू\n" "लेख्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6631,43 +6667,43 @@ msgstr "" "यस झण्डाले फाइलहरूमा थप्न, नाम फेर्न, र मेट्न अनुमति दिन्छ । याद गर्नुहोस् कि टाँसिने झण्डा " "प्रयोग गरेर मेट्ने र नाम फेर्ने सीमित हुन सक्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "लेख्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "लेखिएको झण्डाले फाइलको सामाग्री परिमार्जन गर्न अनुमति दिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "प्रविष्ट गर्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "फोल्डरमा प्रविष्टि गर्दा अनुमति दिन यो झण्डा सक्षम पार्नुहोस् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "कार्यक्रमको रूपमा फाइल कार्यान्वयन गर्दा अनुमति दिन यो सक्षम पार्नुहोस् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "विशेष" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6675,31 +6711,31 @@ msgid "" msgstr "" "विशेष झण्डा । सबै फोल्डरका लागि वैद्य हुन्छ, झण्डाको दुरुस्त अर्थ दायाँ स्तम्भमा देख्न सकिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "विशेष झण्डा । झण्डाको दुरुस्त अर्थ दायाँ स्तम्भमा देख्न सकिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "प्रयोगकर्ता" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "समूह" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "यदि झण्डा सेट भएमा, यो फोल्डरको मालिक सबै नयाँ फाइलको मालिक हुनेछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6708,13 +6744,13 @@ msgstr "" "यदि यो फाइल कार्यान्वयन योग्य छ र झण्डा सेट भएमा, यो मालिकको अनुमतिसँग कार्यान्वयन " "हुनेछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "यदि यो झण्डा सेट भएमा, यो फोल्डरको समूह सबै नयाँ फाइलहरूका लागि सेट हुनेछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6722,7 +6758,7 @@ msgid "" msgstr "" "यदि यो फाइल कार्यान्वयन योग्य छ र झण्डा सेट भएमा, यो समूहको अनुमतिसँग कार्यान्वयन हुनेछ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6731,97 +6767,87 @@ msgstr "" "यदि टाँसिने झण्डा फोल्डरमा सेट भएमा, मालिक रुट मात्र मेट्न सकिन्छ वा फाइलहरू नाम फेर्न " "सकिन्छ । अन्यथा लेख्ने अनुमति हुने सबैजना यो गर्न सक्छन् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "लिनक्समा फाइलको टाँसिने झण्डा उपेक्षा गरिन्छ, तर केही प्रणालीहरूमा प्रयोग हुन सक्छ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID सेट गर्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID सेट गर्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "टाँसिने" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "लिङ्क गर्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "भिन्न गराउँदै (परिवर्तन छैन)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "यो फाइलले उन्नत अनुमतिहरू प्रयोग गर्छ" msgstr[1] "यी फाइलहरूले उन्नत अनुमति प्रयोग गर्छन् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "यो फोल्डरले उन्नत अनुमतिहरू प्रयोग गर्छ" msgstr[1] "यी फोल्डरहरूले उन्नत अनुमति प्रयोग गर्छन् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "यी फाइलहरूले उन्नत अनुमति प्रयोग गर्छन् ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "गणना गर्दै..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                    Checksums do not match.

                    This may be due to a faulty download. Try re-" @@ -6829,57 +6855,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "नयाँ फाइल नाम खाली छ ।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "नयाँ फाइल नाम खाली छ ।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "गणना गर्दै..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "यूआरएल" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "यूआरएल:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "स्थानीय फाइल प्रणालीमा कार्यान्वयन योग्य मात्र समर्थन गरिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "अनुप्रयोग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 का लागि फाइल प्रकार थप्नुहोस्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "थप्नका लागि एक वा धेरै फाइल प्रकारहरू चयन गर्नुहोस्:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "स्थानीय फाइल प्रणालीमा कार्यान्वयन योग्य मात्र समर्थन गरिन्छ ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 का लागि उन्नत विकल्प" @@ -6987,22 +7032,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "नीति परिवर्तन गर्नुहोस्..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "संवाद फाइल खोल्नुहोस्" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "क्लिपबोर्ड सामाग्रीका लागि फाइल नाम:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "फाइल टाँस्नुहोस्" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "क्लिपबोर्ड सामाग्रीहरू टाँस्नुहोस्" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7012,7 +7062,7 @@ msgstr "" "लामो समय सम्म प्रयोग योग्य हुने छैन । कृपया तपाईँले टास्न चाहनु भएको पुन: प्रतिलिपि " "गर्नुहोस् ।" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -7020,7 +7070,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "एउटा फोल्डर " -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -7028,7 +7078,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "फाइल टाँस्नुहोस्" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -7038,97 +7088,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "एउटा वस्तु " msgstr[1] "%1 वस्तुहरू" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "क्लिपबोर्ड सामाग्रीहरू टाँस्नुहोस्" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "टाँस्नुहोस्" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "डेटा ढाँचा:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "क्लिपबोर्ड सामाग्रीका लागि फाइल नाम:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "क्लिपबोर्ड सामाग्रीका लागि फाइल नाम:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "ड्राइभ: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "साइज:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "पुन: नामकरण गर्नुहोस्" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "नयाँ नाम सुझाव गर्नुहोस्" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "फड्काउनुहोस्" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "लेख्नुहोस्" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7137,26 +7199,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "सबै अधिलेखन गर्नुहोस्" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "पुन: निरन्तरता दिनुहोस्" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7165,12 +7227,12 @@ msgstr "" "'%1' सँग आफैमा यो कार्य अधिलेखन हुनेछ । \n" "कृपया नयाँ फाइल नाम प्रविष्ट गर्नुहोस्:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "जारी राख्नुहोस्" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7180,7 +7242,7 @@ msgstr "" "'%1' सँग आफैमा यो कार्य अधिलेखन हुनेछ । \n" "कृपया नयाँ फाइल नाम प्रविष्ट गर्नुहोस्:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7190,126 +7252,104 @@ msgstr "" "'%1' सँग आफैमा यो कार्य अधिलेखन हुनेछ । \n" "कृपया नयाँ फाइल नाम प्रविष्ट गर्नुहोस्:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "स्रोत:" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "गन्तव्य" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "विस्तार %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "विस्तार %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "विस्तार %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "विस्तार %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "नयाँ फाइल नाम खाली छ ।" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "नयाँ फाइल नाम खाली छ ।" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "नयाँ फाइल नाम खाली छ ।" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|सबै फाइल" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' नाम भएको एउटा पुरानो वस्तु पहिले नै अवस्थित छ ।" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' नाम भएको एउटा दुरुस्त फाइल पहिले नै अवस्थित छ ।" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "'%1' नाम भएको एउटा पुरानो वस्तु पहिले नै अवस्थित छ ।" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "पुन: नामकरण गर्नुहोस्" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "पुन: नामकरण गर्नुहोस्" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "पुन: नामकरण गर्नुहोस्" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "पुन: नामकरण गर्नुहोस्" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "यन्त्र नाम" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 नाम गरिएको फाइल पहिल्यै अवस्थित छ ।" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7318,39 +7358,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" msgstr[1] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "यन्त्र नाम" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" +msgstr[1] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "बदल्नुहोस्" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "यससँग खोल्नुहोस्" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "बदल्नुहोस्" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" +msgstr[1] "चयन गरेको पहिचायक पाठ परिवर्तन गर्नुहोस् ।" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "फरक प्रयोगकर्ताको रूपमा चलाउनुहोस्" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "पुन: नामकरण गर्नुहोस्" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "पूर्वनिर्धारित प्रयोगकर्ता नाम:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "बदल्नुहोस्" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "पूर्वावलोकन देखाउनुहोस्" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "जानकारी" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "बदल्नुहोस्" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "बदल्नुहोस्" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "फड्काउनुहोस्" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7446,7 +7648,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7479,26 +7681,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to delete this item?" #| msgid_plural "Do you really want to delete these %1 items?" @@ -7508,52 +7732,207 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "के तपाईँ यो वस्तु साँच्चिकै मेट्न चाहनुहुन्छ?" msgstr[1] "के तपाईँ यो वस्तु साँच्चिकै मेट्न चाहनुहुन्छ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "जोडी SSL प्रमाणपत्र बिग्रेको देखिन्छ ।" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "यससँग खोल्नुहोस्" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "फाइल प्रणाली:" + +#~ msgid "Delete Files" +#~ msgstr "फाइलहरू मेट्नुहोस्" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "फोल्डर सिर्जना गर्न सकेन" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "रद्दी टोकरीमा सार्नुहोस्" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "पुन: नामकरण गर्नुहोस्" + +#, fuzzy +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "स्थानान्तरण गर्दै" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 का लागि एसीएल सेट गर्दै" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "उन्नत अनुमति" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "अनुमति" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "हटाउनुहोस्" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "डाइरेक्टरी" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "अनुमति" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "संवाद फाइल खोल्नुहोस्" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "डाइरेक्टरी" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "यन्त्र नाम" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "ड्राइभ: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "अज्ञात अवरोध" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "पुस्तकचिनोहरू देखाउनुहोस्" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "यन्त्र नाम" + +#~ msgid "&Description:" +#~ msgstr "वर्णन:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "तपाईँलाई यहाँ काम लाग्ने कुनै पनि टिप्पणी टाइप गर्नुहोस् ।" + +#~ msgid "&Filter:" +#~ msgstr "फिल्टर:" + +#, fuzzy +#~| msgid "" +#~| "This is the filter to apply to the file list. File names that do not " +#~| "match the filter will not be shown.

                    You may select from one of the " +#~| "preset filters in the drop down menu, or you may enter a custom filter " +#~| "directly into the text area.

                    Wildcards such as * and ? are allowed." +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

                    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

                    Wildcards such as * and ? are allowed." +#~ "

                    " +#~ msgstr "" +#~ "यो फाइल सूचीमा लागू गरिने फिल्टर हो । फिल्टरसँग नमिल्ने फाइल नामहरू देखाइने छैन ।" +#~ "

                    तपाईँले ड्रप डाउन मेनुको प्रिसेट फिल्टरहरूबाट एक चयन गर्नसक्नुहुन्छ, वा पाठक्षेत्रमा " +#~ "अनुकूल फिल्टर प्रत्यक्ष प्रविष्ट गर्न सक्नुहुन्छ ।

                    वाइल्डकार्ड जस्तै * र ? हरू स्वीकृत छन्" + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 फाइल हो, तर फोल्डर अपेक्षित थियो ।" + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "

                    • Timeout for establishing a connection: %1 seconds
                    • Timeout for receiving a response: %2 seconds
                    • Timeout for " +#~| "accessing proxy servers: %3 seconds
                    Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " +#~ "for receiving a response: %2 seconds
                    • Timeout for accessing proxy " +#~ "servers: %3 seconds
                    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "सर्भरसँग सम्पर्क गरिएता पनि, तलका अनुरोध अनुरुप विभाजन गरिएको समयकको मात्रासँग " +#~ "प्रतिक्रिया प्राप्त भएको थिएन:
                    • सम्पर्क स्थापनाका लागि समयसमाप्ति: %1 " +#~ "सेकेन्डहरू
                    • प्रतिक्रिया प्राप्त गर्नका लागि टाइम आउट: %2 सेकेन्डहरू
                    • प्रोक्सी सर्भरहरू पहुँचका लागि टाइम आउट: %3 सेकेन्डहरू
                    कृपया नोट " +#~ "गर्नुहोस् तपाईँले KDE नियन्त्रण केन्द्र सेटिङहरूमा सञ्जाल चयन गर्ने क्रम अनुरुप परिवर्तन " +#~ "गर्नसक्नु हुन्छ-> प्राथमिकता" + #~ msgid "Is &executable" #~ msgstr "कार्यान्वयन योग्य छ" @@ -8803,12 +9182,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "पूर्वनिर्धारित पासवर्ड:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "पूर्वनिर्धारित" - #, fuzzy #~| msgid "%1 (%2)" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -9042,11 +9415,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 का लागि अनुमतिहरू परिवर्तन गर्न सकेन ।" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "फाइल टाँस्नुहोस्" -#~ msgstr[1] "%1 फाइलहरू टाँस्नुहोस्" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL टाँस्नुहोस् " @@ -9157,11 +9525,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "%1 मा लेखाई समर्थन गर्दैन ।" -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "यन्त्र नाम" - #, fuzzy #~| msgid "" #~| "

                    Cache

                    This module lets you configure your cache settings.&FTP; wordt over het algemeen gebruikt om informatie en software op te halen van &FTP;-sites verspreid over de hele wereld. - Bron: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Zie de RFC: https://datatracker.ietf.org/doc/html/rfc959. Zie ook de man-pagina: +# SPDX-FileCopyrightText: 2014-2026 Freek de Kruijf msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 10:59+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-15 15:37+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: \n" "Language: nl\n" @@ -15,24 +15,24 @@ msgstr "" "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.08.2\n" +"X-Generator: Lokalize 26.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Freek de Kruijf - t/m 2024" +msgstr "Freek de Kruijf - t/m 2026" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "freekdekruijf@kde.nl" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Kon de eigenaar van bestand %1 niet wijzigen" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -41,12 +41,12 @@ msgstr "" "Kon de eigenaar van het bestand %1 niet wijzigen. U " "hebt niet de benodigde toegangsrechten voor deze wijziging." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Niet in staat KIO-worker aan te maken: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -59,7 +59,7 @@ msgstr "" "Het bestandssysteem van de bestemming (%2) ondersteunt geen symbolische " "koppelingen." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "Vervangen kiezen zal elk ongeldig teken (in de mapnaam op de bestemming) " "vervangen door een onderstreping \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "Vervangen kiezen zal elk ongeldig teken (in de bestandsnaam op de " "bestemming) vervangen door een onderstreping \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Map bestaat reeds" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Bestand bestaat al" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Bestaat reeds als map" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Prullenbak" @@ -200,206 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Verplaatsen" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Bron" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Bestemming" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Bezig met hernoemen" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiëren" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Map wordt aangemaakt" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Map" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Verwijderen" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Bestand" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Onderzoeken" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Overdragen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Aankoppelen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Apparaat" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Aankoppelpunt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Afkoppelen" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Attribuut wijzigen" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Er zijn root-privileges vereist voor het wijzigen van attributen van " -"bestanden. Wilt u doorgaan?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Bestanden kopiëren" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Er zijn root-privileges vereist voor het volledig uitvoeren van de " -"kopieeractie. Wilt u doorgaan?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Bestanden verwijderen" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Er zijn root-privileges vereist voor het volledig uitvoeren van de " -"verwijderactie. Dat doen kan echter uw systeem beschadigen. Wilt u doorgaan?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Map aanmaken" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Er zijn root-privileges vereist voor het aanmaken van deze map. Wilt u " -"doorgaan?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Items verplaatsen" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Er zijn root-privileges vereist voor het volledig uitvoeren van de " -"verplaatsingsactie. Wilt u doorgaan?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Hernoemen" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Er zijn root-privileges vereist voor het volledig uitvoeren van het " -"hernoemen. Wilt u doorgaan?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Symbolische koppeling aanmaken" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Er zijn root-privileges vereist voor het aanmaken van een symbolische " -"koppeling. Wilt u doorgaan?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Gegevens overbrengen" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Er zijn root-privileges vereist voor het volledig uitvoeren van het " -"overdragen van gegevens. Wilt u doorgaan?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -831,6 +721,11 @@ msgstr "Bestand is te groot voor de prullenbak." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Voor deze locatie kon geen prullenbak worden gevonden of aangemaakt." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -841,65 +736,65 @@ msgstr "" "U wordt vriendelijk verzocht zo mogelijk een volledig bugrapport in te " "zenden op https://bugs.kde.org/." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(onbekend)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                    %1

                    %2

                    " msgstr "

                    %1

                    %2

                    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technische reden: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Details van het verzoek:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
                  • URL: %1
                  • " msgstr "
                  • URL-adres: %1
                  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
                  • Protocol: %1
                  • " msgstr "
                  • Protocol: %1
                  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                  • Date and time: %1
                  • " msgstr "
                  • Datum en tijd: %1
                  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                  • Additional information: %1
                  • " msgstr "
                  • Aanvullende informatie: %1
                  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogelijke oorzaken:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mogelijke oplossingen:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(onbekend)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -908,19 +803,19 @@ msgstr "" "Neem contact op met uw computerondersteuning voor verdere assistentie. Dit " "kan uw systeembeheerder, uw leverancier, etc. zijn." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Neem contact op met de systeembeheerder van de server voor verdere " "assistentie." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Controleer uw toegangsrechten op deze bron." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -929,7 +824,7 @@ msgstr "" "Uw toegangsrechten kunnen ontoereikend zijn om de verzochte handeling op " "deze bron uit te voeren." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -937,7 +832,7 @@ msgstr "" "Het bestand is mogelijk in gebruik (en dus vergrendeld) door een andere " "gebruiker of toepassing." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -946,18 +841,18 @@ msgstr "" "Verzeker u ervan dat geen enkele andere toepassing of gebruiker dit bestand " "gebruikt of heeft vergrendeld." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Alhoewel onwaarschijnlijk, is het mogelijk dat er een hardwarefout optrad." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Mogelijk kwam u een fout in het programma tegen." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +861,7 @@ msgstr "" "Dit is waarschijnlijk veroorzaakt door een fout in het programma. Overweeg " "een volledig bugrapport in te sturen, zoals hieronder is aangegeven." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +870,7 @@ msgstr "" "Werk uw software bij naar de laatste versie. Uw distributie heeft de " "hulpmiddelen geleverd om uw software te actualiseren." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -995,12 +890,12 @@ msgstr "" "details door en sluit ze bij uw bugrapport, samen met zo veel mogelijk " "details waarvan u denkt dat ze nuttig kunnen zijn." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Er is mogelijk een probleem met uw netwerkverbinding." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1009,7 +904,7 @@ msgstr "" "Er is mogelijk een probleem met uw netwerkconfiguratie. Als u recentelijk " "zonder problemen toegang had tot het internet, dan is dit onwaarschijnlijk." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1018,43 +913,43 @@ msgstr "" "Er is mogelijk een probleem ergens op de netwerkroute tussen uw computer en " "de server." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Probeer het nu of op een later tijdstip opnieuw." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Mogelijk deed zich een protocolfout of een incompatibiliteit voor." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Verzeker uzelf ervan dat de bron bestaat, en probeer het opnieuw." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "De opgegeven bron bestaat mogelijk niet." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Controleer of u de juiste locatie hebt ingevoerd en probeer het opnieuw." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Controleer de status van uw netwerkverbinding." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Gegevensbron kon niet voor lezen worden geopend" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 niet kon worden opgehaald doordat er geen leestoegang kon worden " "verkregen." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Waarschijnlijk hebt u niet de benodigde rechten om het bestand te lezen of " "de map te openen." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Gegevensbron kon niet voor schrijven worden geopend" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +980,17 @@ msgstr "" "Dit betekent dat het bestand %1 niet kon worden opgeslagen " "omdat de schrijftoegang niet kon worden verkregen." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Het proces vereist door protocol %1 kon niet worden gestart" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Het proces kon niet worden gestart" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 kon niet worden gevonden of gestart. Dit heeft meestal een " "technische oorzaak." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1118,12 +1013,12 @@ msgstr "" "programma incompatibel zijn met de huidige versie van KDE en dus niet " "opstarten." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Interne fout" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 heeft een interne fout gemeld." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Ongeldig URL-adres" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://gebruiker@wachtwoord:www.voorbeeld.nl:poort/" "map/bestandsnaam.extensie?variabele=waarde" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Niet ondersteund protocol: %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1166,12 +1061,12 @@ msgstr "" "Het protocol %1 wordt niet ondersteund door de KDE-" "programma's die momenteel zijn geïnstalleerd op uw computer." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Het verzochte protocol wordt mogelijk niet ondersteund." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1180,7 +1075,7 @@ msgstr "" "De versies van het protocol %1 die worden ondersteund door deze computer en " "de server kunnen incompatibel zijn." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1191,17 +1086,17 @@ msgstr "" "worker genaamd) dat dit protocol ondersteunt. De plaatsen waar u kunt zoeken " "omvatten https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Het URL-adres verwijst niet naar een bron." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Het protocol is een filterprotocol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LLocator) dat u invoerde verwijst niet naar een specifieke " "bron." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1224,12 +1119,12 @@ msgstr "" "dit is niet een van die situaties. Dit is een zeldzame gebeurtenis, en wordt " "waarschijnlijk veroorzaakt door een programmafout." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Niet ondersteunde actie: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1238,7 +1133,7 @@ msgstr "" "De gevraagde actie wordt niet ondersteund door het KDE-programma dat het " "protocol %1 implementeert." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1249,18 +1144,18 @@ msgstr "" "informatie zal u beter informeren dan de informatie via KDE's I/O-" "architectuur." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" "Probeert een andere manier te vinden om dezelfde uitkomst te verkrijgen." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Bestand verwacht" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1269,17 +1164,17 @@ msgstr "" "Het verzoek verwachtte een bestand, maar de map %1 werd " "gevonden." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dit kan een fout zijn aan de serverzijde." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Map verwacht" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1288,17 +1183,17 @@ msgstr "" "Het verzoek verwachtte een map, maar het bestand %1 werd " "gevonden." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Bestand of map bestaat niet" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Het opgegeven bestand of map %1 bestaat niet." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1307,23 +1202,23 @@ msgstr "" "Het verzochte bestand kon niet worden aangemaakt omdat een bestand met " "dezelfde naam al bestaat." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Probeer het huidige bestand eerst te verplaatsten, en probeer het opnieuw." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Verwijder het huidige bestand en probeer het opnieuw." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Kies een alternatieve naam voor het nieuwe bestand." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1332,27 +1227,27 @@ msgstr "" "De gevraagde map kon niet worden aangemaakt omdat er al een map met deze " "naam bestaat." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Probeer de huidige map eerst te verplaatsten, en probeer het opnieuw." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Verwijder de huidige map en probeer het opnieuw." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Kies een alternatieve naam voor de nieuwe map." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Onbekende host" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1361,7 +1256,7 @@ msgstr "" "De foutmelding \"Onbekende host\" betekent dat de server met de gevraagde " "naam, %1, niet op internet werd teruggevonden." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1369,31 +1264,31 @@ msgstr "" "De naam die u hebt ingevoerd, %1, bestaat mogelijk niet of is verkeerd " "getypt." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Toegang geweigerd" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "De toegang tot de opgegeven bron %1, is geweigerd." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "U hebt mogelijk de verkeerde authenticatie aangeleverd, of helemaal geen " "authenticatie." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Uw account heeft mogelijk niet de nodige rechten voor toegang tot de " "opgegeven bron." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1402,12 +1297,12 @@ msgstr "" "Probeer het verzoek opnieuw en verzeker u ervan dat de authenticatiegegevens " "correct zijn ingevoerd." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Schrijftoegang geweigerd" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1416,12 +1311,12 @@ msgstr "" "Dit betekent dat een verzoek om naar het bestand %1 te " "schrijven werd afgewezen." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Geen toegang tot de map" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1430,17 +1325,17 @@ msgstr "" "Dit betekent dat een poging om de verzochte map %1 te " "openen werd verworpen." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Lijst van mapinhoud niet beschikbaar" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Het protocol %1 is geen bestandssysteem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1450,12 +1345,12 @@ msgstr "" "Dit betekent dat een verzoek werd gedaan om de inhoud van de map te tonen, " "maar dat het KDE-programma voor dit protocol dit niet ondersteunt." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cyclische koppeling gevonden" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1468,7 +1363,7 @@ msgstr "" "of een serie koppelingen die resulteren in een oneindige lus. Oftewel het " "bestand was (mogelijk via een omweg) met zichzelf verbonden." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1477,27 +1372,27 @@ msgstr "" "Verwijder een deel van de lus om er voor te zorgen dat deze niet een " "oneindige lus veroorzaakt en probeer het opnieuw." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Verzoek afgebroken door de gebruiker" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Het verzoek is niet voltooid omdat het is afgebroken." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Het verzoek opnieuw uitvoeren." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Cyclische koppeling ontdekt tijdens het kopiëren" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1511,17 +1406,17 @@ msgstr "" "oneindige lus. Oftewel het bestand was (mogelijk via een omweg) met zichzelf " "verbonden." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Netwerkverbinding kon niet worden opgebouwd" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Socket kon niet worden aangemaakt" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1530,8 +1425,8 @@ msgstr "" "Dit is over het algemeen een technische fout waarbij een vereist apparaat " "voor netwerkcommunicaties (een socket) niet kon worden aangemaakt." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1540,12 +1435,12 @@ msgstr "" "De netwerkverbinding is mogelijk onjuist ingesteld, of de netwerkinterface " "is niet ingeschakeld." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Verbinding met server geweigerd" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1554,7 +1449,7 @@ msgstr "" "De server %1 weigert toe te staan dat deze computer " "verbinding maakt." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1563,7 +1458,7 @@ msgstr "" "De server, die momenteel met het internet is verbonden, is mogelijk niet " "ingesteld om verzoeken toe te staan." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1572,7 +1467,7 @@ msgstr "" "De server, die momenteel is verbonden met internet, heeft mogelijk de " "gevraagde service (%1) niet draaien." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1478,12 @@ msgstr "" "ofwel uw netwerk beschermt, ofwel het netwerk van de server, heeft mogelijk " "dit verzoek tegengehouden." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Verbinding met de server werd onverwacht verbroken" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1492,7 @@ msgstr "" "Alhoewel er een verbinding werd opgebouwd met %1, werd de " "verbinding tijdens de communicatie op een onverwacht moment verbroken." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1501,17 @@ msgstr "" "Er kan zich een protocolfout hebben voorgedaan, waardoor de server de " "verbinding verbrak, als reactie op de fout." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL-adres van bron is ongeldig" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Het protocol %1 is geen filterprotocol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator) dat u hebt ingevoerd verwijst niet naar een geldig " "mechanisme voor toegang tot de specifieke bron, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1640,17 +1535,17 @@ msgstr "" "maar dit protocol is niet geschikt voor zo'n actie. Dit is een zeldzame " "gebeurtenis, en duidt waarschijnlijk op een programmafout." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Niet in staat het I/O-apparaat te initialiseren" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Het bestandssysteem kon niet worden aangekoppeld" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1659,7 +1554,7 @@ msgstr "" "Het gevraagde bestandssysteem kon niet worden aangekoppeld (\"mounted\"). De " "foutmelding was: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1671,7 +1566,7 @@ msgstr "" "romspeler). of, in het geval van randapparatuur / draagbare apparatuur, is " "het apparaat mogelijk niet goed aangesloten." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1682,7 +1577,7 @@ msgstr "" "koppelen (\"mount\"). Op UNIX-systemen zijn de privileges van de " "systeembeheerder nodig om een bestandssysteem te initialiseren." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1692,17 +1587,17 @@ msgstr "" "media bevatten, en draagbare apparaten moeten verbonden zijn en aanstaan, en " "probeer het opnieuw." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Niet in staat het I/O-apparaat af te koppelen" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Het apparaat kon niet worden afgekoppeld (\"unmount\")" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1711,7 +1606,7 @@ msgstr "" "Het gevraagde apparaat kon niet worden afgekoppeld (\"unmount\"). De " "foutmelding was: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1722,7 +1617,7 @@ msgstr "" "toepassing of gebruiker. Zelfs zoiets als een geopend venster van uw " "bestandsbeheerder kan het bestandssysteem bezet houden." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1734,19 +1629,19 @@ msgstr "" "privileges van de systeembeheerder nodig zijn om een bestandssysteem af te " "koppelen." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Controleer of er geen toepassingen zijn die toegang hebben tot het " "bestandssysteem, en probeer het nogmaals." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Er kan niet van de bron worden gelezen" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1755,18 +1650,18 @@ msgstr "" "Dit betekent dat hoewel de bron, %1, kon worden geopend, er " "zich een fout voordeed tijdens het lezen van de bron." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" "U hebt mogelijk niet de nodige toegangsrechten om van deze bron te lezen." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Er kan niet naar deze bron worden geschreven" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1775,24 +1670,24 @@ msgstr "" "Dit betekent dat hoewel de bron, %1, kon worden geopend, er " "zich een fout voordeed tijdens het schrijven naar deze bron." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" "U hebt mogelijk niet de nodige toegangsrechten om naar deze bron te " "schrijven." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Er kon niet worden geluisterd naar netwerkverbindingen" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Er kon niet worden verbonden" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1803,17 +1698,17 @@ msgstr "" "netwerkcommunicaties (een socket) niet kon worden opgebouwd voor het " "luisteren naar inkomende netwerkverbindingen." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Er kon niet worden geluisterd" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Er kon geen netwerkverbinding worden geaccepteerd" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1822,36 +1717,36 @@ msgstr "" "Dit is een technische fout tijdens het accepteren van een inkomende " "netwerkverbinding." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" "U hebt mogelijk niet de nodige toegangsrechten om de verbinding te " "accepteren." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Het aanmelden is mislukt: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Het aanmelden om de gevraagde handeling uit te voeren was zonder succes." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "De status van de bron kon niet worden bepaald" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Status van bron kon niet worden bepaald" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1861,72 +1756,72 @@ msgstr "" "verkrijgen, zoals de naam van de bron, het type, de grootte etc, was zonder " "succes." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "De opgegeven bron bestaat mogelijk niet of is mogelijk niet toegankelijk." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Lijstweergave kon niet worden geannuleerd" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Ongedocumenteerde fout (FIXME)" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Map kon niet worden aangemaakt" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Een poging om de gevraagde map aan te maken is mislukt." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "De locatie waar de map moest worden aangemaakt bestaat mogelijk niet." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "De map kon niet worden verwijderd" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Een poging om de opgegeven map, %1, te verwijderen is " "mislukt." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "De opgegeven map bestaat mogelijk niet." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "De opgegeven map is mogelijk niet leeg." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Verzeker u ervan dat de map bestaat en leeg is, en probeer het opnieuw." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "De bestandsoverdracht kon niet worden hervat" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1936,35 +1831,35 @@ msgstr "" "kon worden hervat op een bepaald punt in de overdracht. Dit was niet " "mogelijk." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Het protocol, of de server, ondersteunt mogelijk niet het hervatten van " "bestandsoverdrachten." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Probeer de overdracht opnieuw te starten zonder deze te hervatten." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "De bron kon niet worden hernoemd" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Een poging om de opgegeven bron %1 te hernoemen is mislukt." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "De toegangsrechten van de bron konden niet worden gewijzigd" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "te wijzigen is mislukt." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Kon de eigendomsrechten van de bron niet wijzigen" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "te wijzigen is mislukt." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "De bron kon niet worden verwijderd" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Een poging om de opgegeven bron %1 te verwijderen is " "mislukt." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Onverwachte programmabeëindiging" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 werd onverwacht beëindigd." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Onvoldoende geheugen" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 kon niet het benodigde geheugen reserveren dat nodig is om " "verder te gaan." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Onbekende proxy-host" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2088,17 +1983,17 @@ msgstr "" "op te hoogte te stellen van de authenticatiemethode die niet wordt " "ondersteund." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Verzoek afgebroken" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interne fout in server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2107,7 +2002,7 @@ msgstr "" "Het programma op de server dat toegang verleent tot het protocol %1 heeft een interne fout gegeven: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2117,14 +2012,14 @@ msgstr "" "Overweeg zo mogelijk een volledig bugrapport in te dienen, zoals hieronder " "is aangegeven." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Neem contact op met de systeembeheerder van de server om hen te verwittigen " "van dit probleem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2133,43 +2028,33 @@ msgstr "" "Als u weet wie de auteurs zijn van de serversoftware, dien dan rechtstreeks " "een bugrapport in." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tijdslimietfout" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -"for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -"servers: %3 seconds
                    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Alhoewel er contact is gemaakt met de server werd er geen antwoord ontvangen " -"binnen het tijdsbestek dat als volgt is ingesteld:
                    • tijdslimiet voor " -"de verbindingsopbouw is %1 seconden
                    • tijdslimiet voor het ontvangen " -"van een antwoord is %2 seconden
                    • tijdslimiet voor toegang tot de " -"proxy-servers is %3 seconden
                    Opmerking: u kunt deze tijdslimieten " -"wijzigen in KDE-Systeeminstellingen, via \"Netwerkinstellingen -> " -"Verbindingsvoorkeuren\"." +"Hoewel er contact is gemaakt met de server, was er geen antwoord ontvangen " +"binnen de hoeveelheid tijd toegekend aan het verzoek." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "De server had het te druk met het beantwoorden van andere verzoeken om te " "reageren." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Onbekende fout" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 rapporteerde een onbekende fout: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Onbekende interrupt" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 rapporteerde een interrupt van een onbekend type: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Het originele bestand kon niet worden verwijderd" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2208,12 +2093,12 @@ msgstr "" "zeer waarschijnlijk na het verplaatsen van bestanden. Het originele bestand " "%1 kon niet worden verwijderd." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Het tijdelijke bestand kon niet worden verwijderd" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2224,12 +2109,12 @@ msgstr "" "het nieuwe bestand wordt opgeslagen tijdens het downloaden. Dit tijdelijke " "bestand %1 kon niet worden verwijderd." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Het originele bestand kon niet worden hernoemd" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2238,12 +2123,12 @@ msgstr "" "De gevraagde handeling vereist het hernoemen van het originele bestand " "%1, maar dit kon niet worden hernoemd." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Het tijdelijke bestand kon niet worden hernoemd" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2252,32 +2137,32 @@ msgstr "" "De gevraagde handeling vereist het aanmaken van een tijdelijk bestand, " "%1, maar dit kon niet worden aangemaakt." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "De koppeling kon niet worden aangemaakt" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "De symbolische koppeling kon niet worden aangemaakt" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "De gevraagde symbolische koppeling %1 kon niet worden aangemaakt." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Geen inhoud" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Schijf vol" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2286,7 +2171,7 @@ msgstr "" "Er kon niet naar het verzochte bestand %1 worden geschreven " "omdat er niet voldoende schijfruimte is." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2297,12 +2182,12 @@ msgstr "" "verwijderen, 2) bestanden te archiveren op verwijderbare media zoals cd-" "recordable schijven, of 3) voor meer opslagcapaciteit te zorgen." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Bron en bestemming zijn gelijk aan elkaar" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2311,17 +2196,17 @@ msgstr "" "De handeling kon niet worden afgerond omdat de bron en de bestemming " "hetzelfde bestand zijn." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Kies een andere bestandsnaam voor het bestemmingsbestand." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Bestand of map op zichzelf losgelaten" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2330,17 +2215,17 @@ msgstr "" "De handeling kon niet worden afgerond omdat de bron en de bestemming " "hetzelfde bestand of dezelfde map is." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Het item in een ander bestand of map loslaten." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Map in zichzelf verplaatsen" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2349,17 +2234,17 @@ msgstr "" "De handeling kon niet worden afgerond omdat de bron niet in zichzelf " "verplaatst kan worden." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Het item naar een ander map verplaatsen." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Kon niet communiceren met de wachtwoordserver" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2368,23 +2253,23 @@ msgstr "" "De handeling kon niet worden afgerond omdat er geen contact mogelijk was met " "de service voor opvragen van wachtwoorden (kpasswdserver) " -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Probeer uw sessie te herstarten of kijk in de logs voor fouten uit kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Het protocol %1 kon niet worden geïnitialiseerd" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Niet in staat KIO-worker aan te maken" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2393,7 +2278,7 @@ msgstr "" "De KIO-worker die toegang verschaft tot het protocol %1 kon " "niet worden gestart. Dit heeft meestal een technische oorzaak." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2402,13 +2287,13 @@ msgstr "" "klauncher kon de plug-in die het protocol levert niet vinden of starten. Dit " "kan betekenen dat u een verouderde versie van de plug-in hebt." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Kan %1 niet overdragen" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2418,7 +2303,7 @@ msgstr "" "Het bestand %1 kan niet overgedragen worden omdat het " "bestandssysteem op de bestemming zulke grote bestanden niet ondersteunt" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2427,28 +2312,28 @@ msgstr "" "Formateer het station voor bestemming om een bestandssysteem te gebruiken " "dat bestanden ondersteunt van die grootte." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Ongedocumenteerde fout" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolische koppeling naar %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, koppeling naar %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Verwijst naar %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2457,12 +2342,12 @@ msgstr "" "Ongeldig URL-adres\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Kan het type van bestand voor %1 niet bepalen" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2471,13 +2356,13 @@ msgstr "" "Kon geen uitvoerbaar programma herleiden uit '%1'. Voer een geldige " "programmanaam in." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 lijkt geen uit te voeren programma te zijn." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2487,103 +2372,103 @@ msgstr "" "%1 is niet gevonden; voer een geldig pad in naar een " "uitvoerbaar programma." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" "Het openen van verbindingen wordt niet ondersteund door het protocol %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" "Het sluiten van verbindingen wordt niet ondersteund door het protocol %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" "Toegang verschaffen tot bestanden wordt niet ondersteund door protocol %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Het schrijven naar %1 wordt niet ondersteund." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Er zijn geen speciale acties beschikbaar voor protocol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "Het tonen van mappen en mapinhoud wordt niet ondersteund voor protocol %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Het ophalen van gegevens vanuit %1 wordt niet ondersteund." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Het ophalen van mimetype-gegevens vanuit %1 wordt niet ondersteund." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Het hernoemen of verplaatsen van bestanden binnen %1 wordt niet ondersteund." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" "Het aanmaken van symbolische koppelingen wordt niet ondersteund door " "protocol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Het kopiëren van bestanden binnen %1 wordt niet ondersteund." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Het verwijderen van bestanden in %1 wordt niet ondersteund." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Het aanmaken van mappen wordt niet ondersteund door protocol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Het veranderen van bestandsattributen wordt niet ondersteund door protocol " "%1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Het veranderen van het eigendom voor bestanden wordt niet ondersteund door " "protocol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Het openen van bestanden wordt niet ondersteund door protocol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protocol %1 biedt geen ondersteuning voor actie %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2595,312 +2480,336 @@ msgstr "" "verhoogde rechten, kan niet gegarandeerd worden omdat gebruikers anders dan " "root rechten hebben om het bij %2 te wijzigen." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Onbekend protocol: '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Er is geen KIO-worker gevonden voor protocol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"De KIO-werker voor protocol “%1” in %2 was niet geladen omdat alle KIO-" +"werkers die gelokaliseerd zijn buiten %3 en vragen om verhoogde rechten als " +"onveilig worden beschouwd." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Kan geen socket aanmaken voor het starten van KIO-worker voor protocol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Kon het programma 'kioworker' niet vinden in '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Details" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Voor altijd" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Doorgaa&n" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Alleen huidige sessie" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Naar nieuwe map verplaatsen" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Nieuwe map aanmaken voor deze items" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "U hebt geen bestand geselecteerd om te verwijderen." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Niets om te verwijderen" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "U hebt geen bestand geselecteerd om naar de prullenbak te verplaatsen." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Niets om te verwijderen" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "De opgegeven map bestaat niet, of is niet leesbaar." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Bovenliggende map" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Ga terug" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Ga verder" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Persoonlijke map" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Herladen" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nieuwe map…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Naar prullenbak verplaatsen" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Verwijderen" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sorteren" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Op naam sorteren" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sorteer op grootte" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Op datum sorteren" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Op type sorteren" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Oplopend" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Aflopend" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Mappen eerst" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Verborgen bestanden als laatste" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Pictogramweergave" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Beknopte weergave" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Gedetailleerde weergave" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Pictogrampositie" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Naast de bestandsnaam" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Boven de bestandsnaam" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Beknopte weergave" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Gedetailleerde weergave" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Boomstructuurweergave" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Gedetailleerde boomweergave" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Expansie in gedetailleerde weergave toestaan" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Verborgen bestanden tonen" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Voorbeeldpaneel tonen" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Voorbeeld tonen" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "De map openen waarin het zich bevindt" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Eigenschappen" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Weergavemodus" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Nieuwste eerst" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Oudste eerst" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nieuwste eerst" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Grootste eerst" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Kleinste eerst" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codering:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Openen" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Opslaan als" @@ -2947,40 +2856,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Hierheen verplaatsen" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alle bestanden" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle ondersteunde bestanden" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Alle bestanden" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Locatie-item toevoegen" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Locatie-item bewerken" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                    The " @@ -2993,17 +2902,17 @@ msgstr "" "onthouden waar dit item naar verwijst. Als uw geen label invoert dan zal " "deze worden afgeleid van de URL van de locatie.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "L&abel:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Voer een beschrijvend label in" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3016,12 +2925,12 @@ msgstr "" "org
                    ftp://ftp.kde.org/pub/kde/stable

                    Door op de knop naast " "het tekstinvoervak te klikken kunt u bladeren naar het juiste URL-adres.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Locatie:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                    Click " @@ -3030,17 +2939,17 @@ msgstr "" "Dit is het pictogram dat zal verschijnen in het Locatiespaneel.

                    Klik op de knop om een andere pictogram te kiezen.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Kies een p&ictogram:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Alleen gebruiken in deze toepassing (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3051,202 +2960,208 @@ msgstr "" "toepassing (%1) gebruiken wilt.

                    Anders wordt ze beschikbaar in " "alle toepassingen.
                    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Locaties" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Op afstand" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Zoeken naar" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Apparaten" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Verwijderbare apparaten" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tags" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (van %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Alle tags" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Home" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Bureaublad" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documenten" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Downloads" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Netwerk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Prullenbak" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muziek" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Afbeeldingen" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video's" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Recente bestanden" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Recente locaties" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Vandaag gewijzigd" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Gisteren gewijzigd" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Kon paneel Plaatsen '%1' niet toevoegen" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Alleen mappen kunnen toegevoegd worden aan het paneel Plaatsen." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configureren…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Vrijgeven…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Uitgave" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Veilig verwijderen…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Veilig verwijderen" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Afkoppelen…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "A&fkoppelen" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Uitwerpen" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Het apparaat '%1' is geen schijf en kan niet worden uitgeworpen." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Er is een fout opgetreden bij het aanspreken van '%1', het systeem geeft de " "volgende melding: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Er is een fout opgetreden bij het aanspreken van '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Een of meer bestanden op dit apparaat zijn in een toepassing geopend" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3261,108 +3176,108 @@ msgstr[1] "" "Een of meer bestanden op dit apparaat zijn geopend in de volgende " "toepassingen: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Met Partitiebeheerder opnieuw formatteren of bewerken" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 beschikbaar uit %2 (%3% gebruikt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (verborgen)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Prullenbak legen" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Aankoppelen" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "In nieuw tabblad openen" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "In nieuw venster openen" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Item toevoegen…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "B&ewerken…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Uit plaatsen verwijderen" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Verbergen" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Sectie '%1' verbergen" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Sectie verbergen" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Alle item&s tonen" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Pictogramgrootte" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3370,51 +3285,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Grootte automatisch wijzigen" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Klein (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Middel (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Groot (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorm (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "U kunt slechts één bestand selecteren" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Meer dan één bestand aangeleverd" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "U kunt alleen lokale bestanden selecteren" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Niet-lokale bestanden worden niet geaccepteerd" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3429,53 +3344,22 @@ msgstr[1] "" "De geselecteerde URL gebruikt een niet ondersteund schema. Gebruik een van " "de volgende schema's: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Niet ondersteund URL-schema" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Er is meer dan één map geselecteerd, en deze dialoog accepteert geen mappen. " -"Daarom is het niet mogelijk om te bepalen welke map geopend dient te worden. " -"Selecteer slechts één map om de inhoud ervan weer te geven." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Meer dan één map aangeleverd" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Er is tenminste één map en één bestand geselecteerd. De geselecteerde " -"bestanden zullen worden genegeerd en de inhoud van de geselecteerde map zal " -"worden weergegeven" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Bestanden en mappen geselecteerd" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Het bestand \"%1\" is niet gevonden" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Kan bestand niet openen" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                    For instance, " @@ -3486,43 +3370,43 @@ msgstr "" ">Bijvoorbeeld, als de huidige locatie file:/home/konqi is, dan komt u in de " "map file:/home als u op deze knop drukt.
                    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Klik op deze knop om een stap terug te gaan in de bladergeschiedenis." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Klik op deze knop om een stap verder te gaan in de bladergeschiedenis." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Klik op deze knop om de inhoud van de huidige locatie opnieuw te laden." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klik op deze knop om een nieuwe map aan te maken." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Locatiespaneel tonen" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Bladwijzerknop tonen" +msgid "Show Quick Filter" +msgstr "Snelfilter tonen" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opties" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3538,12 +3422,12 @@ msgstr "" "van het Locatiespaneel
                  • bestandsvoorbeelden
                  • mappen " "gescheiden van bestanden weergeven
                  " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bladwijzers" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3558,12 +3442,35 @@ msgstr "" "als de bladwijzers die u elders in KDE tegenkomt." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Naam:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Wijziging bestandsnaam ongedaan maken" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Filter behouden bij wijziging van mappen" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Op naam filteren…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Filterbalk verbergen" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3576,12 +3483,12 @@ msgstr "" "instellen door met de rechter muisknop in het tekstgebied te klikken en in " "het menu Tekstaanvulling een andere methode te selecteren." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Dit is de naam die u het bestand geeft bij het opslaan." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3591,74 +3498,78 @@ msgstr "" "specificeren door meerdere bestandsnamen, gescheiden door spaties, op te " "geven." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dit is de naam van het te openen bestand." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Plaatsen" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Het bestand \"%1\" bestaat al. Wilt u het overschrijven?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Bestand overschrijven?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "U kunt alleen lokale bestanden selecteren." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Niet lokale bestanden worden niet geaccepteerd" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Alle mappen" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Huidige map: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Openen" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Pictogramgrootte: %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatisch bestandsnaame&xtensie selecteren (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "De extensie %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatisch bestandsnaame&xtensie selecteren" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "een geschikte extensie" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3686,12 +3597,12 @@ msgstr "" "zal automatisch worden verwijderd).Indien onzeker, laat deze optie " "ingeschakeld. Dit maakt het beheren van uw bestanden eenvoudiger." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Bestandstype:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3700,64 +3611,53 @@ msgstr "" "Dit is de selector van het bestandstype. Het wordt gebruikt om het " "formaat te selecteren waarmee het bestand zal worden opgeslagen." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                  You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                  Wildcards such as * and ? are allowed.

                  " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Dit is het filter dat u wilt toepassen op de bestandslijst. " -"Bestandsnamen die niet overeenkomen met het filter zullen niet worden " -"getoond.

                  U kunt een van de vooringestelde filters uit het uitklapmenu " -"kiezen, of u voert rechtstreeks een eigen filter in het tekstgebied in.

                  Jokertekens als * en ? mogen worden gebruikt.

                  " +"Dit is de selector van het bestandstype. Het wordt gebruikt om het " +"formaat te selecteren van de te tonen bestanden." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Nieuw bestand aanmaken" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Helaas" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Het sjabloonbestand %1 bestaat niet." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Naam voor nieuwe koppeling:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Koppeling naar URL aanmaken" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Voer %1 bestandsnaam in:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Helaas" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Het sjabloonbestand %1 bestaat niet." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Naam voor nieuwe koppeling:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Symbolische koppeling aanmaken" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Koppeling naar URL aanmaken" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3767,7 +3667,7 @@ msgstr "" "De naam %1 kan niet worden gebruikt, omdat het is " "gereserveerd voor gebruik door het besturingssysteem." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3777,7 +3677,7 @@ msgstr "" "De naam %1 begint met een punt, dus wordt deze " "standaard verborgen." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3789,28 +3689,39 @@ msgstr "" "in tonen aan het begin vóór andere items bij alfabetische sortering, naast " "andere rare zaken." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Slashes in mapnamen gebruiken zal submappen maken, zoals:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Slashes in mapnamen gebruiken zal submappen maken." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Slashes kunnen niet gebruikt worden in de naam van een bestand of map." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Backslashes kunnen niet gebruikt worden in de naam van een bestand of map." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Een bestand of map met de naam %1 is niet mogelijk " +"omdat het zou overlappen met de locatie van een persoonlijke map van een " +"gebruiker." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3820,96 +3731,139 @@ msgstr "" "aanbevolen omdat het verwarrend of gevaarlijk kan zijn bij gebruik van de " "terminal om zaken te verwijderen." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Een map met naam %1 bestaat reeds." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Een bestand met naam %1 bestaat reeds." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Nieuwe aanmaken" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Koppeling naar apparaat" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nieuwe map" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Nieuwe map aanmaken" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Nieuwe map aanmaken in %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Mapnaam invoeren" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Standaard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Nieuw bestand aanmaken" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Bestandsnaam invoeren" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Kies aangepast pictogram of kleur" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Kies een ander pictogram…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "U kunt het pictogram later in eigenschappen van map wijzigen." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiëren" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Plakken" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\" in nieuw tabblad openen" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\" in nieuw venster openen" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Bewerken" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigeren" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Volledig pad tonen" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ga naar een locatie op het pad %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3921,6 +3875,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Ga naar locatie op pad" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Plaatsen" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3944,28 +3905,28 @@ msgstr "Overig" msgid "Edit mode" msgstr "Modus bewerken" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klik voor locatienavigatie" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klik om locatie te bewerken" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "U bent niet geautoriseerd om dit bestand uit te voeren." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 wordt gestart" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3974,14 +3935,14 @@ msgstr "" "Niet in staat om de service %1 uitvoerbaar te maken, uitvoeren afbreken.\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "U bent niet geautoriseerd om een programma te kiezen waarmee dit bestand " "geopend moet worden." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4009,12 +3970,20 @@ msgstr "Fout bij opslaan van afbeelding naar %1" msgid "Icon file too big, download aborted" msgstr "Pictogrambestand is te groot, download afgebroken" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: een leeg bestand overslaan, kan een gebroken symbolische " +"koppeling zijn: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Geen e-mailclient gevonden" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4025,28 +3994,28 @@ msgstr "" "%1\n" "is niet geldig." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 wordt gestart" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Het commando %1 is niet gevonden." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Geen terminalprogramma gevonden" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Openen van %1 is mislukt" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4057,7 +4026,7 @@ msgstr "" "%1\n" "is van het type Link, maar heeft geen URL=... sleutel." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4066,7 +4035,7 @@ msgstr "" "Het uitvoerbare bestand \"%1\" staat op een bestandssysteem op afstand. Uit " "veiligheidsoverwegingen zal het niet worden gestart." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4074,7 +4043,7 @@ msgstr "" "Vanwege veiligheidsredenen is het starten van uitvoerbare bestanden niet " "toegestaan in deze context." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4083,7 +4052,7 @@ msgstr "" "Het programma \"%1\" moet rechten voor uitvoeren hebben voordat het gestart " "kan worden." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4092,12 +4061,12 @@ msgstr "" "Bestand \"%1\" uitvoerbaar maken lukt niet.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "In het desktopbestand %1 ontbreekt de Type=... regel." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4108,12 +4077,12 @@ msgstr "" "Controleer uw open toepassingen en het meldingengebied voor taken die " "wachten of op downloads." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Het bestand openen is mislukt." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Het programma \"%1\" kon niet worden gestart." @@ -4202,74 +4171,69 @@ msgstr "" "is gewijzigd.\n" "Wilt u de wijzigingen uploaden?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - opent externe bestanden, houdt wijzigingen in de gaten, vraagt om " "upload." -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 de KFM/Konqueror-ontwikkelaars" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Behandel URL-adressen als lokale bestanden en verwijder ze achteraf" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Voorgestelde bestandsnaam voor het gedownloade bestand" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Uit te voeren commando" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL-adres(sen) of lokale bestand(en) voor 'commando'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "ACL instellen voor %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4278,7 +4242,7 @@ msgstr "" "Kon de toegangsrechten voor\n" "%1 niet wijzigen" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4288,118 +4252,37 @@ msgstr "" "Kon de eigenaar en groep niet wijzigen voor\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Kon tijdelijke bestand niet openen" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Kon het programma \"mount\" niet vinden" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Kon het programma \"umount\" niet vinden" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Bestandstoegangsrechten wijzigen" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nieuwe toegangsrechten: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Bestandseigenaar wijzigen" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nieuwe eigenaar: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Verwijder bestand" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Map verwijderen" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Map aanmaken" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Toegangsrechten van map: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Bestand openen" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Map openen" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nieuwe bestandsnaam: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Doel: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Tijdsaanduiding wijzigen" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Van: %1, naar: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Onbekende actie" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Actie: %1\n" -"Bron: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Bestand kan niet van %1 naar %2 worden gekopieerd. (foutcode: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Geen medium in station voor %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Kon gebruikers-id voor de opgegeven gebruikersnaam %1 niet verkrijgen" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Kon de groeps-id voor opgegeven groepsnaam %1 niet verkrijgen" @@ -4441,34 +4324,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "U dient een gebruikersnaam en een wachtwoord op te geven voor de toegang tot " "deze website." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Aanmelden OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Het aanmelden bij %1 is mislukt." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4477,7 +4360,7 @@ msgstr "" "\n" "De server zei: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4486,12 +4369,12 @@ msgstr "" "U dient een gebruikersnaam en een wachtwoord opgeven voor de onderstaande " "proxyserver voordat u toegang kunt krijgen tot websites." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proxy-authenticatie mislukt." @@ -4544,102 +4427,102 @@ msgstr "" "Wilt u dit certificaat voor altijd accepteren zonder te worden gewaarschuwd?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Serverauthenticatie" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 bij %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Anders had het verzoek succes geboekt." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ophalen van de eigenschapswaarden" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "instellen van de eigenschapswaarden" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "aanmaken van de gevraagde map" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiëren van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "verplaatsen van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "zoeken in de opgegeven map" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "vergrendelen van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "ontgrendelen van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "verwijderen van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "opvragen van de mogelijkheden van de server" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "ophalen van de inhoud van het opgegeven bestand of de opgegeven map" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "een rapport maken in de opgegeven map" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "" "Er deed zich een onverwachte fout (%1) voor tijdens de poging tot het %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4649,13 +4532,13 @@ msgstr "" "Er deed zich een fout voor tijdens de poging tot het %1, %2. Een " "samenvatting van de oorzaken vindt u hieronder." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "De toegang werd geweigerd tijdens de poging tot het %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4664,7 +4547,7 @@ msgstr "" "Een hulpbron kan niet worden aangemaakt op de bestemming totdat er één of " "meer intermediaire collecties (mappen) zijn aangemaakt." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4679,28 +4562,28 @@ msgstr "" "verzocht geen bestanden te overschrijven.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "De gevraagde vergrendeling %1 kon niet worden aangemaakt" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "De server ondersteunt het request-type van het lichaam (de body) niet." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Het %1 mislukte omdat de gegevensbron is vergrendeld." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Deze actie werd verhinderd door een andere fout." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4710,7 +4593,7 @@ msgstr "" "Het %1 mislukte omdat de bestemmingsserver weigert het bestand of de map te " "accepteren." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4719,18 +4602,18 @@ msgstr "" "De bestemmingsgegevensbron heeft onvoldoende ruimte om de status van de " "gegevensbron na het uitvoeren van deze methode op te nemen." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "De bron kan niet worden verwijderd." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "uploaden van %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4742,15 +4625,15 @@ msgstr "" msgid "Network" msgstr "Netwerk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Verkeerd gevormd URL-adres %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4763,12 +4646,12 @@ msgstr "" "terugzetopdracht nogmaals uitvoeren, of het item naar een andere plek buiten " "de prullenbak slepen om het terug te halen." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ongeldige combinatie van protocollen." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Dit bestand bevindt zich al in de prullenbak." @@ -4804,7 +4687,7 @@ msgstr "Prullenbak legen" msgid "Restore a trashed file to its original location" msgstr "Zet een weggegooid bestand terug op zijn oorspronkelijke locatie" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "De prullenbak is vol. Leeg het of verwijder handmatig items." @@ -4825,17 +4708,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Opnieuw proberen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Authenticatiedialoog" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Toegang geweigerd" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "U hebt niet de benodigde rechten voor toegang tot protocol %1." @@ -4945,41 +4828,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Verwachte controlesom (MD5, SHA1, SHA256 of SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klik om de controlesom uit het klembord te plakken in het invoerveld." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4989,9 +4872,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Berekenen" @@ -5000,137 +4883,208 @@ msgstr "Berekenen" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klik om de controlesom naar het klembord te kopiëren." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Annuleren" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Hierheen &verplaatsen" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Hier &downloaden" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Hierheen &kopiëren" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Hierheen ver&binden" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Starten" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Wat wilt u doen met dit bestand?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Deze vraag niet meer stellen" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Openen" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Uitvoeren" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Met %1 &openen" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Wijzigingen ongedaan maken" +msgid "Would you like to launch this file?" +msgstr "Wilt u dit bestand starten?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Er zijn root-privileges vereist voor het ongedaan maken van deze bewerking. " -"Wilt u doorgaan?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Map wordt aangemaakt" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Bron" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Bestemming" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiëren" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Verplaatsen" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Bezig met hernoemen" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Naar de prullenbak verplaatsen" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Verwijderen" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Ongedaan maken" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Ongedaan maken: kopiëren" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Ongedaan maken: koppelen" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Ongedaan maken: verplaatsen" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Ongedaan maken: hernoemen" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Ongedaan maken: naar prullenbak" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Ongedaan maken: map aanmaken" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Ongedaan maken: map(pen) aanmaken" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Ongedaan maken: bestand aanmaken" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Ongedaan maken: hernoemen in bulk" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Opnie&uw" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Opnie&uw: kopiëren" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Opnie&uw: koppelen" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Opnie&uw: verplaatsen" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Opnie&uw: hernoemen" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Opnie&uw: naar prullenbak" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Opnie&uw: map aanmaken" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Opnie&uw: map(pen) aanmaken" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Opnie&uw: bestand aanmaken" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Opnie&uw: hernoemen in bulk" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5143,12 +5097,12 @@ msgstr "" "wijzigingen verloren doen gaan.\n" "Wilt u toch %4 verwijderen?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Verwijderen van bestandskopie bevestigen" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5160,21 +5114,22 @@ msgstr "" ">Deze actie kan niet ongedaan worden gemaakt." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Definitief verwijderen" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Definitief verwijderen" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5190,7 +5145,7 @@ msgstr[1] "" "Wilt u deze %1 items verwijderen?Deze " "actie kan niet ongedaan worden gemaakt." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5201,13 +5156,13 @@ msgstr "" ">Deze actie kan niet ongedaan worden gemaakt." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Prullenbak legen" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5216,7 +5171,7 @@ msgid "" msgstr "" "Wilt u dit item naar de prullenbak verplaatsen?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5301,7 +5256,7 @@ msgstr "Eigenaar" msgid "Owning Group" msgstr "Eigendomgroep" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Overig" @@ -5374,106 +5329,112 @@ msgstr "Systeemconfiguratie wordt bijgewerkt" msgid "Updating system configuration…" msgstr "Systeemconfiguratie wordt bijgewerkt…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Naam" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grootte" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Toegangsrechten" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eigenaar" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Groep" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Openen &met %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Acties" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Map &openen met…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Openen met…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Uitvoerbaar bestand &uitvoeren" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Map &openen met %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Met %1 &openen" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Map &openen met" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Openen met" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Andere toepassing…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5481,113 +5442,131 @@ msgid_plural "%1 items" msgstr[0] "1 item" msgstr[1] "%1 items" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Onbekend" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stoppen" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "In Filelight doorzoeken" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Aangekoppeld van:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Vrije ruimte:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Inhoud:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Openen met:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Wijzigen..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Locatie:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Grootte:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Wijzigen..." +msgid "Determine the folder size" +msgstr "Bepaal de mapgrootte" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Inhoud:" +msgid "Stop" +msgstr "Stoppen" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stop met bepalen van de mapgrootte" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "In Filelight doorzoeken" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Verwijst naar:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Gewijzigd:" +msgid "Show target" +msgstr "Doel tonen" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Aangemaakt:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Bestandssysteem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Onbekende grootte" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Aangekoppeld op:" +msgid "Modified:" +msgstr "Gewijzigd:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Geopend:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Openen met:" +msgid "File system:" +msgstr "Bestandssysteem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Aangekoppeld op:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Aangekoppeld vanaf:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Vrije ruimte:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Onbekende grootte" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5897,25 +5876,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Typ hier de omschrijving in van deze toepassing. Voorbeeld: een programma " -"als KPPP waarmee u een internetverbinding kunt opbouwen wordt omschreven als " -"\"Inbelprogramma\"." +"Typ hier een generieke naam in voor de toepassing. Voorbeeld: een programma " +"voor het bekijken van een afbeelding zou zijn \"Afbeeldingsviewer\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "B&eschrijving:" +msgid "&Generic name:" +msgstr "&Generieke naam:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Typ hier elk commentaar in dat u bruikbaar vindt." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Typ hier de omschrijving in van deze toepassing. Voorbeelden: een programma " +"voor het bekijken van afbeeldingen zou zijn \"bekijk en bewerk afbeeldingen" +"\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5926,7 +5909,7 @@ msgstr "To&elichting:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Omgevingsvariabelen:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6132,7 +6115,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Share" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6142,36 +6125,55 @@ msgstr "" "Kon de eigenschappen niet opslaan vanwege onvoldoende schrijfrechten naar:" "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Algemeen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Bestandsnaam invoeren" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "In %1 doorzoeken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Vernieuwen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Doellocatie invoeren" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Toon %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Onbekende grootte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6180,138 +6182,146 @@ msgstr "" "Bezig met berekenen... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 bestand" msgstr[1] "%1 bestanden" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 submap" msgstr[1] "%1 submappen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Bezig met berekenen...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Minstens %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "De nieuwe bestandsnaam is leeg." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Geen geregistreerd type bestand" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Geen geassocieerde toepassing" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Aanmaken…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Wijzigen…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Wijzig de standaard toepassing voor het openen van bestanden van het type " +"“%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Geen toegang" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Kan alleen bekijken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Kan bekijken & wijzigen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Kan alleen inhoud bekijken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan inhoud bekijken en wijzigen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Kan alleen inhoud bekijken/lezen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan bekijken/lezen en wijzigen/schrijven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Toegangs&rechten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Toegangsrechten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Dit bestand is een koppeling en heeft geen toegangsrechten." msgstr[1] "Alle bestanden zijn koppelingen en hebben geen toegangsrechten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Alleen de eigenaar kan toegangsrechten wijzigen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ei&genaar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specificeert de acties die de eigenaar mag uitvoeren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gro&ep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specificeert de acties die de leden van de groep mogen uitvoeren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "An&deren:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6320,27 +6330,27 @@ msgstr "" "Specificeert de acties die alle gebruikers, die geen eigenaar of lid van de " "groep zijn, mogen uitvoeren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Alleen de &eigenaar kan de inhoud verwijderen of hernoemen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Toestaan het bestand uit te vo&eren als een programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Verwijderen of hernoemen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Uitvoeren:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6352,7 +6362,7 @@ msgstr "" "verwijderen. Andere gebruikers kunnen alleen nieuwe bestanden toevoegen, dit " "vereist de permissie \"Inhoud wijzigen\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6362,42 +6372,42 @@ msgstr "" "alleen toepasbaar op programma's en scripts. Deze hebben de uitvoermarkering " "nodig om te kunnen worden uitgevoerd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Geavanceer&de toegangsrechten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eigendom" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Gebruiker:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Groep:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Wijzigingen toepassen op alle submappen en hun inhoud" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Geavanceerde toegangsrechten" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6406,23 +6416,23 @@ msgstr "" "Items\n" "tonen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Deze vlag staat toe dat de inhoud van de map wordt getoond." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Gelezen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" "De lees-vlag staat toe dat de inhoud van het bestand kan worden bekeken." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6431,7 +6441,7 @@ msgstr "" "Items\n" "schrijven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6441,46 +6451,46 @@ msgstr "" "verwijderd. Opmerking: met de optie 'Vastgezet' kunt u het verwijderen en " "hernoemen van bestanden beperken." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Schrijven" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "De schrijf-vlag staat toe dat de inhoud van het bestand kan worden gewijzigd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ingaan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activeer deze vlag als u wilt toestaan dat men de map kan openen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Uitvoeren" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Activeer deze vlag als u wilt dat het bestand kan worden uitgevoerd als een " "programma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciaal" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6489,7 +6499,7 @@ msgstr "" "Speciale vlag. Geldig voor de hele map. De exacte betekenis van de vlag ziet " "u in de rechter kolom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6497,17 +6507,17 @@ msgid "" msgstr "" "Speciale vlag. De exacte betekenis van de vlag ziet u in de rechter kolom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Gebruiker" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Groep" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6517,7 +6527,7 @@ msgstr "" "automatisch de eigenaar worden van nieuwe bestanden die, door wie dan ook, " "in deze map worden aangemaakt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6526,7 +6536,7 @@ msgstr "" "Als dit bestand een programma of script is, en deze vlag is geactiveerd, dan " "kunt u het uitvoeren met de toegangsrechten van de eigenaar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6534,7 +6544,7 @@ msgstr "" "Als deze vlag is geactiveerd zullen alle nieuwe bestanden behoren aan de " "groep van deze map." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6543,7 +6553,7 @@ msgstr "" "Als dit bestand een programma of script is, en deze vlag is geactiveerd, dan " "kan het worden uitgevoerd met de toegangsrechten van de groep." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6553,7 +6563,7 @@ msgstr "" "eigenaar en de root-gebruiker in staat om bestanden te verwijderen of te " "hernoemen. Anders kan iedereen die schrijfrechten heeft dit doen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6562,89 +6572,80 @@ msgstr "" "De vlag 'Vastgeplakt' op een bestand wordt genegeerd door Linux, maar kan " "worden gebruikt op sommige andere systemen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID instellen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID instellen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Vastgezet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Koppeling" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variërend (geen wijziging)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Dit bestand gebruikt geavanceerde toegangsrechten" msgstr[1] "Deze bestanden gebruiken geavanceerde toegangsrechten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Deze map gebruikt geavanceerde toegangsrechten." msgstr[1] "Deze mappen gebruiken geavanceerde toegangsrechten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Deze bestanden gebruiken geavanceerde toegangsrechten." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Controlesommen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Berekenen…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ongeldige controlesom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "De gegeven invoer is geen geldige MD5, SHA1 of SHA256 controlesom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Controlesommen komen overeen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "De berekende controlesom en de verwachte controlesom komen overeen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                  Checksums do not match.

                  This may be due to a faulty download. Try re-" @@ -6655,30 +6656,46 @@ msgstr "" "download. Probeer het bestand opnieuw te downloaden.
                  Als de verificatie " "nog steeds mislukt, neem dan contact op met bron van het bestand." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "De berekende controlesom en de verwachte controlesom verschillen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Controlesom controleren…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "De controlesommen van alle bestanden zijn identiek." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "De geselecteerde bestanden hebben verschillende controlesommen." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Berekenen…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL-adres" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL-adres:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6686,28 +6703,28 @@ msgstr "" "Kon eigenschappen niet opslaan. Alleen items op lokale bestandssystemem " "worden ondersteund." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Toep&assing" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Bestandstype toevoegen voor %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Selecteer een of meerdere bestandstypen om toe te voegen:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Alleen uitvoerbare bestanden op lokale bestandssystemen worden ondersteund." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Geavanceerde opties voor %1" @@ -6810,22 +6827,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Websnelkoppelingen configureren…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Bestandsdialoog openen" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Bestandsnaam voor de klembordinhoud:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "geplakt bestand" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Inhoud klembord plakken" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6835,19 +6854,19 @@ msgstr "" "gegevensopmaak is niet langer toepasbaar. Kopieer datgene dat u wilde " "plakken opnieuw." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Eén map plakken" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Eén bestand plakken" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6855,47 +6874,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Eén item plakken" msgstr[1] "%1 items plakken" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Klembordinhoud plakken…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Plakken" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Gegevensopmaak:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Bestandsnaam voor de klembordinhoud:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Bestandsnaam voor vervallen inhoud:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Grootte: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Op &alles toepassen" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6905,51 +6935,51 @@ msgstr "" "Tenzij u op Overslaan klikt zal steeds in geval van een conflict met een " "bestaand bestand in de map om een oplossing gevraagd worden." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Wanneer dit is geactiveerd zal de ingedrukte knop worden toegepast op alle " "volgende conflicten voor de rest van de huidige taak." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "He&rnoemen" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Nieuwe &naam voorstellen" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Over&slaan" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Deze map niet kopiëren of verplaatsen, ga in plaats daarvan naar het " "volgende item" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Dit bestand niet kopiëren of verplaatsen, ga in plaats daarvan naar het " "volgende item" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Schrij&ven naar" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6962,13 +6992,13 @@ msgstr "" "U zult opnieuw worden gevraagd wanneer er een conflict met een bestaand " "bestand in de map optreedt." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Oudere bestanden &overschrijven" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6977,12 +7007,12 @@ msgstr "" "Bestemmingsbestanden die oudere wijzigingstijden hebben zullen overschreven " "worden door de bron, anders overgeslagen." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "He&rvatten" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6991,67 +7021,57 @@ msgstr "" "Deze handeling zou '%1' met zichzelf overschrijven.\n" "Geef een nieuwe naam op:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Doorgaan" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Wilt u de bestemming overschrijven?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Wilt u de inhoud van '%1' mengen in '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Bron" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Bestemming" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "De bron is recenter." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "De bron is ouder." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "De bron is met %1 kleiner." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "De bron is met %1 groter" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "De bestanden zijn identiek." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "De bestanden lijken identiek." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "De bestanden zijn verschillend." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7060,59 +7080,51 @@ msgstr "" "De bestanden zijn waarschijnlijk identiek: ze hebben dezelfde grootte en hun " "inhoud is hetzelfde aan het begin, in het midden en aan het eind." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Bestanden vergelijken" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Een ouder item genaamd '%1' bestaat reeds." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Eenzelfde bestand met de naam '%1' bestaat reeds." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Een recenter item genaamd '%1' bestaat reeds." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Hernoemen:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Item hernoemen" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Items hernoemen" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "He&rnoemen" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Item %1 hernoemen naar:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nieuwe naam #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Een bestand genaamd %1 bestaat al." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 is geen geldige bestandsnaam." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7120,38 +7132,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "%1 geselecteerd item hernoemen naar:" msgstr[1] "%1 geselecteerde items hernoemen naar:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# wordt vervangen door oplopende nummers beginnend met:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nieuwe naam #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ongeldige bestandsnaam: de nieuwe naam zou een reeks van # moeten bevatten, " +"tenzij alle bestanden verschillende bestandsextensies hebben." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Het %1 geselecteerde item hernoemen naar:" +msgstr[1] "De %1 geselecteerde items hernoemen naar:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Vervangt:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Patroon" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Met:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Vervanging" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Geen bestandsnaam bevat het patroon." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Vervangen van “%1” door een lege vervanging zou veroorzaken dat " +"%2 een lege bestandsnaam heeft." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Het %1 geselecteerde item hernoemen:" +msgstr[1] "De %1 geselecteerde items hernoemen:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Tekst toevoegen:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Toe te voegen tekst" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Vóór bestandsnaam" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Na bestandsnaam" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Item hernoemen" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Items hernoemen" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "He&rnoemen" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Hoe te hernoemen:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Opsommen" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Tekst vervangen" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Tekst toevoegen" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Voorbeeld:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 kan niet hernoemd worden tot een lege bestandsnaam." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informatie" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Vervangen" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Opnieuw proberen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Alles vervangen" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Overslaan" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Alles overslaan" @@ -7239,7 +7404,7 @@ msgstr "" "Omdat de identiteit van de host niet kan worden vastgesteld is de rest " "afgebroken." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7280,11 +7445,11 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Dit item naar de prullenbak verplaatsen is mislukt. Het in plaats daarvan " +"De prullenbak ie te vol om dit bestand te accepteren. In plaats daarvan " "permanent verwijderen?%1Deze actie kan niet ongedaan worden gemaakt." @@ -7292,23 +7457,55 @@ msgstr "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"De prullenbak is te vol om dit ene bestand te accepteren. In plaats daarvan " +"permanent verwijderen?Deze actie kan niet " +"ongedaan worden gemaakt." +msgstr[1] "" +"De prullenbak is te vol om deze %1 bestanden te accepteren. In plaats " +"daarvan permanent verwijderen?Deze actie kan " +"niet ongedaan worden gemaakt." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"De prullenbak is niet beschikbaar voor de locatie van dit item. In plaats " +"daarvan permanent verwijderen?%1Deze actie kan niet ongedaan worden gemaakt." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Dit %1 item naar de prullenbak verplaatsten is mislukt omdat het te groot " -"is. Het in plaats daarvan permanent verwijderen?Deze actie kan niet ongedaan worden gemaakt." +"De prullenbak is niet beschikbaar voor de locatie van dit %1 item. In plaats " +"daarvan permanent verwijderen?Deze actie kan " +"niet ongedaan worden gemaakt." msgstr[1] "" -"Deze %1 items naar de prullenbak verplaatsten is mislukt omdat ze te groot " -"zijn. Het in plaats daarvan permanent verwijderen?Deze actie kan niet ongedaan worden gemaakt." +"De prullenbak is niet beschikbaar voor de locatie van deze %1 items. In " +"plaats daarvan permanent verwijderen?Deze actie " +"kan niet ongedaan worden gemaakt." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7316,51 +7513,291 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Wilt u dit item naar de prullenbak verplaatsen?" msgstr[1] "Wilt u deze %1 items naar de prullenbak verplaatsen?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Deze vraag niet meer stellen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Deze vraag niet meer stellen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Dit bericht niet meer tonen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "De SSL-certificaatketting blijkt corrupt te zijn." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Waarschuwing" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dit start het programma:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" +#~ msgid "Open With:" +#~ msgstr "Openen met:" + +#~ msgid "File System:" +#~ msgstr "Bestandssysteem:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Uitvoerbare bestanden starten zonder vragen" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Uitvoerbare bestanden openen in de standaard toepassing zonder vragen" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Onthouden voor alle uitvoerbare bestanden." + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "U kunt dit ongedaan maken onder \"Bevestigingen\" in de instellingen van " +#~ "de bestandsbeheerder Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Attribuut wijzigen" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het wijzigen van attributen van " +#~ "bestanden. Wilt u doorgaan?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het volledig uitvoeren van de " +#~ "kopieeractie. Wilt u doorgaan?" + +#~ msgid "Delete Files" +#~ msgstr "Bestanden verwijderen" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het volledig uitvoeren van de " +#~ "verwijderactie. Dat doen kan echter uw systeem beschadigen. Wilt u " +#~ "doorgaan?" + +#~ msgid "Create Folder" +#~ msgstr "Map aanmaken" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het aanmaken van deze map. Wilt u " +#~ "doorgaan?" + +#~ msgid "Move Items" +#~ msgstr "Items verplaatsen" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het volledig uitvoeren van de " +#~ "verplaatsingsactie. Wilt u doorgaan?" + +#~ msgid "Rename" +#~ msgstr "Hernoemen" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het volledig uitvoeren van het " +#~ "hernoemen. Wilt u doorgaan?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het aanmaken van een symbolische " +#~ "koppeling. Wilt u doorgaan?" + +#~ msgid "Transfer data" +#~ msgstr "Gegevens overbrengen" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het volledig uitvoeren van het " +#~ "overdragen van gegevens. Wilt u doorgaan?" + +#~ msgid "Undo Changes" +#~ msgstr "Wijzigingen ongedaan maken" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Er zijn root-privileges vereist voor het ongedaan maken van deze " +#~ "bewerking. Wilt u doorgaan?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "ACL instellen voor %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Bestandstoegangsrechten wijzigen" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nieuwe toegangsrechten: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Bestandseigenaar wijzigen" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nieuwe eigenaar: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Verwijder bestand" + +#~ msgid "Remove Directory" +#~ msgstr "Map verwijderen" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Toegangsrechten van map: %1" + +#~ msgid "Open File" +#~ msgstr "Bestand openen" + +#~ msgid "Open Directory" +#~ msgstr "Map openen" + +#~ msgid "New Filename: %1" +#~ msgstr "Nieuwe bestandsnaam: %1" + +#~ msgid "Target: %1" +#~ msgstr "Doel: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Tijdsaanduiding wijzigen" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Van: %1, naar: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Onbekende actie" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Actie: %1\n" +#~ "Bron: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Bladwijzerknop tonen" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Bestanden worden verplaatst" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Bestanden worden gekopieerd" + +#~ msgid "&Description:" +#~ msgstr "B&eschrijving:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Typ hier elk commentaar in dat u bruikbaar vindt." + +#~ msgid "Do not ask again" +#~ msgstr "Deze vraag niet meer stellen" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

                  You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

                  Wildcards such as * and ? are allowed." +#~ "

                  " +#~ msgstr "" +#~ "Dit is het filter dat u wilt toepassen op de bestandslijst. " +#~ "Bestandsnamen die niet overeenkomen met het filter zullen niet worden " +#~ "getoond.

                  U kunt een van de vooringestelde filters uit het uitklapmenu " +#~ "kiezen, of u voert rechtstreeks een eigen filter in het tekstgebied in.

                  Jokertekens als * en ? mogen worden gebruikt.

                  " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Er is meer dan één map geselecteerd, en deze dialoog accepteert geen " +#~ "mappen. Daarom is het niet mogelijk om te bepalen welke map geopend dient " +#~ "te worden. Selecteer slechts één map om de inhoud ervan weer te geven." + +#~ msgid "More than one folder provided" +#~ msgstr "Meer dan één map aangeleverd" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Er is tenminste één map en één bestand geselecteerd. De geselecteerde " +#~ "bestanden zullen worden genegeerd en de inhoud van de geselecteerde map " +#~ "zal worden weergegeven" + +#~ msgid "Files and folders selected" +#~ msgstr "Bestanden en mappen geselecteerd" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
                  • Timeout for establishing a connection: %1 seconds
                  • Timeout " +#~ "for receiving a response: %2 seconds
                  • Timeout for accessing proxy " +#~ "servers: %3 seconds
                  Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Alhoewel er contact is gemaakt met de server werd er geen antwoord " +#~ "ontvangen binnen het tijdsbestek dat als volgt is ingesteld:
                    " +#~ "
                  • tijdslimiet voor de verbindingsopbouw is %1 seconden
                  • tijdslimiet voor het ontvangen van een antwoord is %2 seconden
                  • tijdslimiet voor toegang tot de proxy-servers is %3 seconden
                  • Opmerking: u kunt deze tijdslimieten wijzigen in KDE-" +#~ "Systeeminstellingen, via \"Netwerkinstellingen -> Verbindingsvoorkeuren\"." + #~ msgid "Is &executable" #~ msgstr "Is uitvo&erbaar" @@ -8541,9 +8978,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ "Dit is de berekende hoeveelheid schijfruimte die maximaal voor de " #~ "prullenbak is toegestaan" -#~ msgid "Show a Warning" -#~ msgstr "Een waarschuwing tonen" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Oudste bestanden uit de prullenbak verwijderen" @@ -8686,10 +9120,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ msgid "Space" #~ msgstr "Spatie" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Standaard" - #~ msgid "Modify Web Shortcut" #~ msgstr "Webzoektrefwoord wijzigen" @@ -9053,11 +9483,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Kon geen enkele toepassing of behandelaar voor %1 vinden" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Bestand &plakken" -#~ msgstr[1] "%1 bestanden &plakken" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL-adres &plakken" @@ -9173,14 +9598,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ msgid "Invalid Directory Name" #~ msgstr "Onjuiste mapnaam" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Map %1 kon niet worden aangemaakt, omdat het is " -#~ "gereserveerd voor gebruik door het besturingssysteem." - #~ msgid "File Type Options" #~ msgstr "Opties voor bestandstype" @@ -9206,9 +9623,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ "De prullenbak heeft zijn maximum grootte bereikt.\n" #~ "Ruim de prullenbak handmatig op." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1' is geen uitvoerbaar bestand." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "'%1' is niet gevonden. Voer een geldige programmanaam in." @@ -9221,9 +9635,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ msgid "unmounting is not supported by wince." #~ msgstr "afkoppelen wordt door wince niet ondersteund." -#~ msgid "File name:" -#~ msgstr "Bestandsnaam:" - #~ msgid "" #~ "

                    Cache

                    This module lets you configure your cache settings.

                    This specific cache is an area on the disk where recently read web " @@ -9533,9 +9944,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ msgid "Read only" #~ msgstr "Alleen-lezen" -#~ msgid "File system:" -#~ msgstr "Bestandssysteem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Aankoppelpunt (/mnt/floppy):" @@ -10064,9 +10472,6 @@ msgstr "Als u dit programma niet vertrouwt, klik op Annuleren" #~ "De cookie-handlerservice kon niet worden gestart.\n" #~ "U zult de cookies die op uw computer zijn opgeslagen niet kunnen beheren." -#~ msgid "Open with:" -#~ msgstr "Openen met:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/nn/kio6.po b/local/recipes/kde/kf6-kio/source/po/nn/kio6.po index 9adc25c168..e88f8fc7a2 100644 --- a/local/recipes/kde/kf6-kio/source/po/nn/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/nn/kio6.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-10-27 14:42+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-26 18:26+0200\n" "Last-Translator: Karl Ove Hufthammer \n" -"Language-Team: Norwegian Nynorsk \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" -"X-Generator: Lokalize 24.11.70\n" +"X-Generator: Lokalize 26.07.70\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "gaute@verdsveven.com,karl@huftis.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Klarte ikkje endra eigenskapar til fila %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -46,12 +46,12 @@ msgstr "" "Klarte ikkje endra eigarskapen til fila %1. Du har " "ikkje tilstrekkeleg løyve til å utføra endringa." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Klarte ikkje laga KIO-arbeidar: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -63,7 +63,7 @@ msgstr "" "Klarte ikkje oppretta symbolsk lenkje «%1».\n" "Filsystemet du overfører til (%2) støttar ikkje symbolske lenkjer." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,7 +76,7 @@ msgstr "" "Filsystemet (%2) til målmappa godtek ikkje desse teikna i mappenamn: %3\n" "Vel «Byt ut» for å byta ut ugyldige teikn (i målmappa) med underteikn («_»)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "Filsystemet (%2) til målfila godtek ikkje desse teikna i filnamn: %3\n" "Vel «Byt ut» for å byta ut ugyldige teikn (i målfila) med underteikn («_»)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Mappa finst frå før" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fila finst frå før" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Finst frå før som mappe" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Papirkorg" @@ -198,193 +198,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Flyttar" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Kjelde" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Mål" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Endrar filnamn" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopierer" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Lagar mappe" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mappe" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Slettar" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fil" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ser gjennom" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Overfører" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Monterer" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Eining" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Monteringspunkt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Avmonterer" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Endra attributt" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "Du treng rotløyve for å endra filattributt. Vil du halda fram?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopier filer" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "Du treng rotløyve for å fullføra kopieringa. Vil du halda fram?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Slett filer" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Du treng rotløyve for å fullføra slettinga. Men dette kan skada systemet. " -"Vil du likevel halda fram?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Lag mappe" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Du treng rotløyve for å oppretta mappa. Vil du halda fram?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Flytt element" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "Du treng rotløyve for å fullføra flyttinga. Vil du halda fram?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Endra namn" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "Du treng rotløyve for å fullføra endringa av namn. Vil du halda fram?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Lag symbolsk lenkje" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "Du treng rotløyve for å laga symbolske lenkjer. Vil du halda fram?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Overfør data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Du treng rotløyve for å fullføra overføring av data. Vil du halda fram?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -814,6 +717,11 @@ msgstr "Fila er for stor til å få plass i papirkorga." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Ei papirkorgmappe vart ikkje funnen og kunne ikkje opprettast her." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -823,82 +731,82 @@ msgstr "" "%2\n" "Legg inn ein fullstendig feilrapport på https://bugs.kde.org/." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ukjend)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                    %1

                    %2

                    " msgstr "

                    %1

                    %2

                    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknisk grunngjeving: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detaljar om førespurnaden:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
                  • URL: %1
                  • " msgstr "
                  • Nettadresse: %1
                  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
                  • Protocol: %1
                  • " msgstr "
                  • Protokoll: %1
                  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                  • Date and time: %1
                  • " msgstr "
                  • Dato og klokkeslett: %1
                  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                  • Additional information: %1
                  • " msgstr "
                  • Tilleggsinformasjon: %1
                  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Moglege årsaker:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Moglege løysingar:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ukjend)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Ta kontakt med brukarstøtta eller systemadministratoren for hjelp." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Ta kontakt med tenaradministratoren for hjelp." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontroller tilgangsløyva dine til denne ressursen." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -907,7 +815,7 @@ msgstr "" "Du har kanskje ikkje tilstrekkelege tilgangsløyve til å gjennomføra denne " "operasjonen på denne ressursen." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -915,7 +823,7 @@ msgstr "" "Fila er kanskje i bruk (og dermed låst) av ein annan brukar eller eit anna " "program." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -923,18 +831,18 @@ msgid "" msgstr "" "Sjå til at ingen andre program eller brukarar har låst fila eller brukar ho." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Det kan òg henda at det er feil ved maskinvara, men det er lite sannsynleg." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Du har kanskje støytt på ein feil i programmet." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -943,7 +851,7 @@ msgstr "" "Dette skjer sannsynlegvis på grunn av ein feil i programmet. Du bør kanskje " "senda inn ein full feilrapport som skildra under." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -952,7 +860,7 @@ msgstr "" "Oppdater programvara di til siste versjon. Distribusjonen din har " "sannsynlegvis verktøy til å oppdatera programma med." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -971,12 +879,12 @@ msgstr "" "er rapportert, bør du notera alle opplysningane over og ta dei med i " "feilrapporten saman med alle andre detaljar du trur kan hjelpa." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Det er kanskje eit problem med nettverkssambandet." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -985,7 +893,7 @@ msgstr "" "Det kan vera eit problem med nettverksoppsettet. Det er lite sannsynleg " "dersom du ikkje nyleg har hatt problem med tilgangen til Internett." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -994,42 +902,42 @@ msgstr "" "Problemet kan liggja ein stad i nettverket mellom tenaren og denne " "datamaskina." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Prøv igjen, anten no eller seinare ein gong." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Ein protokollfeil eller inkompatibilitet kan ha oppstått." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Sjå til at ressursen faktisk finst og prøv igjen." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ressursen finst kanskje ikkje." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Dobbeltsjekk at adressa er rett og prøv igjen." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontroller nettverkssambandet." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Klarar ikkje opna ressurs for lesing" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ikkje kunne " "lesast, sidan du ikkje fekk lesetilgang." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Du har kanskje ikkje løyve til å lesa fila eller opna mappa." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Klarar ikkje opna ressurs for skriving" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1057,17 +965,17 @@ msgstr "" "Dette tyder at fila %1 ikkje kunne skrivast til, sidan du " "ikkje fekk skrivetilgang." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Klarte ikkje starta prosess som %1-protokollen krev" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Kan ikkje starta prosess" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen. Dette skjer oftast grunna tekniske feil." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1088,12 +996,12 @@ msgstr "" "oppdatert då du sist oppdaterte KDE. I så fall kan det henda programmet " "ikkje startar fordi det er inkompatibelt med denne versjonen." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Intern feil" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen har " "rapportert ein intern feil." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Feil nettadresseformatering" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokoll://brukar:passord@www.eksempel.no:port/" "mappe/filnamn.etternamn?spørjing=verdi" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokollen %1 er ikkje støtta" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1134,12 +1042,12 @@ msgstr "" "Protokollen %1 er ikkje støtta av KDE-programma som er " "installerte på denne maskina." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Den førespurde protokollen er kanskje ikkje støtta." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1149,7 +1057,7 @@ msgstr "" "protokollen." # Lèt «KIO worker» òg stå på engelsk, då det er eit nyttigare søkeord. -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1160,24 +1068,24 @@ msgstr "" "arbeidar»/«KIO worker») som støttar denne protokollen. Ein mogleg stad å " "prøva er https://store.kde.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Nettadressa viser ikkje til nokon ressurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokollen er ein filterprotokoll" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Nettadressa du oppgav viser ikkje til nokon ressurs." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1190,12 +1098,12 @@ msgstr "" "eit slikt tilfelle. Denne hendinga er sjeldan, og skuldast sannsynlegvis ein " "programmeringsfeil." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ustøtta handling: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1204,7 +1112,7 @@ msgstr "" "Den førespurde handlinga er ikkje støtta av KDE-programmet som implementerer " "%1-protokollen." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1214,17 +1122,17 @@ msgstr "" "Denne feilen er i stor grad avhengig av KDE-programmet. Ekstrainformasjonen " "bør gje deg meir informasjon enn du kan få gjennom inn/ut-arkitekturen i KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Forsøk å finna ein annan måte å gjera det same på." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fil venta" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1232,17 +1140,17 @@ msgid "" msgstr "" "Førespurnaden forventa ei fil, men fann mappa %1 i staden." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dette kan skuldast ein feil på tenarsida." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Mappe venta" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1250,17 +1158,17 @@ msgid "" msgstr "" "Førespurnaden forventa ei mappe, men fann fila %1 i staden." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fila eller mappa finst ikkje." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Den oppgjevne fila eller mappa %1 finst ikkje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1269,22 +1177,22 @@ msgstr "" "Den førespurde fila kunne ikkje opprettast fordi det alt finst ei fil med " "det namnet." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Prøv å flytta den gamle fila vekk først." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Slett den gamle fila og prøv igjen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Vel eit anna namn på den nye fila." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1293,27 +1201,27 @@ msgstr "" "Den førespurde mappa kunne ikkje opprettast fordi det alt finst ei mappe med " "det namnet." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Prøv å flytta den gamle mappa vekk først, og så prøv igjen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Slett den gamle mappa og prøv igjen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Vel eit anna namn på den nye mappa." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Ukjend vert" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1322,34 +1230,34 @@ msgstr "" "Feilmeldinga ukjend vert tyder at tenaren med namnet %1 " "ikkje vart funnen på Internett." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Namnet %1, som du oppgav, finst kanskje ikkje. Kanskje du har skrive feil." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Nekta tilgang" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Nekta tilgang til den spesifiserte ressursen %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Du har kanskje oppgjeve feil eller ingen autentiseringsinformasjon." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Kontoen din har kanskje ikkje tilgangsløyve til denne ressursen." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1357,12 +1265,12 @@ msgid "" msgstr "" "Prøv førespurnaden på nytt og sjå til at autentiseringsinformasjonen er rett." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Nekta skrivetilgang" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1370,12 +1278,12 @@ msgid "" msgstr "" "Dette tyder at forsøket på å skriva til fila %1 vart nekta." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Klarar ikkje gå inn i mappe" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1383,17 +1291,17 @@ msgid "" msgstr "" "Dette tyder at eit forsøk på å opna mappa %1 vart nekta." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Mappeliste ikkje tilgjengeleg" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokollen %1 er ikkje noko filsystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1403,12 +1311,12 @@ msgstr "" "Dette tyder at førespurnaden ikkje klarte å avgjera innhaldet i mappa fordi " "KDE-programmet som støttar protokollen ikkje klarar det." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Syklisk lenkje oppdaga" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1420,7 +1328,7 @@ msgstr "" "plasseringar. KDE oppdaga ei lenkje eller ei lenkjefølgje som går i uendeleg " "lykkje. Fila er altså (kanskje via omvegar) ei lenkje til seg sjølv." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1429,27 +1337,27 @@ msgstr "" "Slett ein del av lenkjefølgja slik at ho ikkje lenger er ei uendeleg lykkje, " "og prøv igjen." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Førespurnad avbroten av brukaren" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Fullførte ikkje førespurnaden, fordi han vart avbroten." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Prøv førespurnaden om att." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Syklisk lenkje oppdaga under kopiering" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,17 +1370,17 @@ msgstr "" "ei lenkjefølgje som går i uendeleg lykkje. Fila er altså (kanskje via " "omvegar) ei lenkje til seg sjølv." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Klarte ikkje opna nettverkssamband" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Klarte ikkje laga socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1481,8 +1389,8 @@ msgstr "" "Dette er ein nokså teknisk feil som inneber at ei eining for " "nettverkskommunikasjon (ein socket) ikkje kunne opprettast." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1491,19 +1399,19 @@ msgstr "" "Nettverkssambandet er kanskje feil sett opp eller nettverksgrensesnittet er " "ikkje aktivt." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Nekta tilgang til tenar" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Tenaren %1 nekta tilkoplinga frå denne datamaskina." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1512,7 +1420,7 @@ msgstr "" "Tenaren er kanskje ikkje sett opp til å tillata førespurnadar, sjølv om han " "er kopla til Internett." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1521,7 +1429,7 @@ msgstr "" "Tenaren køyrer kanskje ikkje den førespurde tenesta (%1), sjølv om han er " "kopla til Internett." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1532,12 +1440,12 @@ msgstr "" "innskrenkar Internett-tilgang) i nettverket ditt eller nettverket til " "tenaren." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Sambandet til tenaren vart uventa kopla ned" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1546,7 +1454,7 @@ msgstr "" "Sjølv om sambandet til %1 vart oppretta, vart det kopla ned " "på eit uventa tidspunkt." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1554,17 +1462,17 @@ msgid "" msgstr "" "Ein protokollfeil kan ha oppstått, slik at tenaren kopla ned sambandet." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ugyldig nettadresseressurs." -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokollen %1 er ingen filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1586,17 +1494,17 @@ msgstr "" "ikkje kommunisera på den måten. Dette skjer sjeldan, og skuldast vanlegvis " "programmeringsfeil." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Klarar ikkje montera inn/ut-eining" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Klarte ikkje montera eining" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1604,7 +1512,7 @@ msgid "" msgstr "" "Klarte ikkje montera eininga. Den rapporterte feilen var: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1615,7 +1523,7 @@ msgstr "" "i eininga (for eksempel inga CD-plate i CD-spelaren), eller at eininga ikkje " "er kopla til." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1625,7 +1533,7 @@ msgstr "" "Du har kanskje ikkje løyve til å montera eininga. På UNIX-system er det " "vanleg at berre systemadministratoren kan montera ei eining." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1634,17 +1542,17 @@ msgstr "" "Sjå til at eininga er klar; at eit lagringsmedium er sett inn og at eininga " "er kopla til og slått på." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Klarar ikkje avmontera inn/ut-eining" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Klarte ikkje avmontera eining" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1653,7 +1561,7 @@ msgstr "" "Klarte ikkje avmontera eininga. Den rapporterte feilen var: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1664,7 +1572,7 @@ msgstr "" "ein annan brukar. Eit ope vindauge i filhandsamaren er nok til at eininga er " "i bruk." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1674,17 +1582,17 @@ msgstr "" "Du har kanskje ikkje løyve til å avmontera eininga. På UNIX-system er det " "vanleg at berre systemadministratoren kan avmontera ei eining." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Sjå til at ingen program brukar eininga og prøv igjen." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Klarar ikkje lesa frå ressursen" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1693,17 +1601,17 @@ msgstr "" "Dette tyder at ein feil oppstod under lesing av innhaldet frå ressursen " "%1, sjølv om ressursen kunne opnast." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Du har kanskje ikkje løyve til å lesa frå ressursen." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Kan ikkje skriva til ressursen" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1712,22 +1620,22 @@ msgstr "" "Dette tyder at ein feil oppstod under skriving til ressursen %1, sjølv om ressursen kunne opnast." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Du har kanskje ikkje løyve til å skriva til ressursen." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Klarte ikkje lytta etter nettverkssamband" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Klarte ikkje binda" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1738,17 +1646,17 @@ msgstr "" "nettverkskommunikasjon (ein socket) ikkje kunne opprettast for lytting etter " "innkommande nettverkstilkoplingar." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Klarte ikkje lytta" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Klarte ikkje akseptera nettverkssamband" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1757,34 +1665,34 @@ msgstr "" "Dette er ein nokså teknisk feil som oppstod ved forsøk på å godta ei " "innkommande nettverkstilkopling." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Du har kanskje ikkje løyve til å ta i mot sambandet." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Klarte ikkje logga inn: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Eit forsøk på å logga inn og utføra den førespurde operasjonen mislukkast." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Klarte ikkje avgjera ressurstilstand" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Klarte ikkje avgjera tilstanden til ressursen" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1794,68 +1702,68 @@ msgstr "" "strong> mislukkast. Slik informasjon kan for eksempel vera namn, type, " "storleik, osv. til ressursen." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Den valte ressursen finst ikkje eller er ikkje lesbar." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Klarte ikkje avbryta listing" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIKSMEG: Dokumenter dette" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Klarte ikkje laga mappe" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Eit forsøk på å oppretta den førespurde mappa mislukkast." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Staden der mappa skulle opprettast finst kanskje ikkje." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Klarte ikkje fjerna mappe" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Eit forsøk på å flytta den valde mappa %1 mislukkast." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Den valde mappa finst kanskje ikkje." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Den valde mappa er kanskje ikkje tom." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Sjå til at mappa finst og er tom før du prøver om att." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Klarte ikkje gjenoppta filoverføring" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1864,35 +1772,35 @@ msgstr "" "Førespurnaden kravde at overføringa av fila %1 vart teken " "opp att på eit visst punkt. Det var ikkje mogleg." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokollen eller tenaren støttar kanskje ikkje å ta opp att overføringar." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Prøv ein gong til utan å ta opp att overføringa." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Klarte ikkje endra namnet på ressursen" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Eit forsøk på å endra namnet på den valde ressursen %1 " "mislukkast." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Klarte ikkje endra løyva for ressursen" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 mislukkast." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Klarte ikkje endra løyva for ressursen" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 mislukkast." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Klarte ikkje sletta ressursen" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Eit forsøk på å sletta den valde ressursen %1 mislukkast." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Uventa programavslutting" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 har avslutta " "utan varsel." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Ikkje nok minne" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 har ikkje " "nok minne til å halda fram." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Ukjend mellomtenar" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2012,17 +1920,17 @@ msgstr "" "kde.org/ for å melda frå til utviklarane av autentiseringsmetoden som " "ikkje er støtta." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Førespurnad avbroten" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Intern feil i tenar" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2031,7 +1939,7 @@ msgstr "" "Programmet på tenaren som gjev tilgang til %1-protokollen " "har rapportert ein intern feil: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2040,12 +1948,12 @@ msgstr "" "Ein feil i tenarprogrammet er truleg grunnen til dette. Rapporter gjerne om " "feilen slik det er forklart nedanfor." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Kontakt administratoren av tenaren for å melda frå om problemet." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2054,40 +1962,31 @@ msgstr "" "Dersom du veit kven som har laga programmet på tenaren, kan du senda " "feilrapporten direkte til dei." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Tidsgrensefeil" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -"for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -"servers: %3 seconds
                    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Sjølv om det vart oppretta kontakt med tenaren, kom det ikkje noko svar " -"innan den fastsette tida:
                    • Tidsgrense for oppretting av samband: %1 " -"sekund
                    • Tidsgrense for mottak av svar: %2 sekund
                    • Tidsgrense " -"for tilgang til mellomtenarar: %3 sekund
                    Hugs at du kan endra desse " -"tidsgrensene i KDE-systemoppsettet, ved å velja «Nettverk → Instillingar for " -"samband»." +"Det vart oppnådd kontakt med tenaren, men det kom ikkje noko svar innan " +"svarfristen." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Tenaren var for oppteken med å svara på andre førespurnadar." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Ukjend feil" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen har " "rapportert ein intern feil: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ukjend avbrot" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollen har " "rapportert eit avbrot av ein ukjend type: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Klarte ikkje sletta den opphavlege fila" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2126,12 +2025,12 @@ msgstr "" "fordi fila skulle flyttast. Den opphavlege fila %1 kunne " "ikkje slettast." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Klarte ikkje sletta den mellombelse fila" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2142,12 +2041,12 @@ msgstr "" "nye fila vert lagra under nedlastinga. Denne mellombelse fila %1 kunne ikkje slettast." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Klarte ikkje endra namnet på den opphavlege fila" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2156,12 +2055,12 @@ msgstr "" "Den førespurde operasjonen kravde at namnet på den opphavlege fila " "%1 skulle endrast, men det lot seg ikkje gjera." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Klarte ikkje endra namnet på den mellombelse fila" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2170,32 +2069,32 @@ msgstr "" "Den førespurde operasjonen kravde at ei mellombels fil %1 " "skulle opprettast, men det lot seg ikkje gjera." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Klarte ikkje oppretta lenkje" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Klarte ikkje oppretta symbolsk lenkje" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Den førespurde symbolske lenkja %1 kunne ikkje opprettast." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Utan innhald" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Full disk " -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2204,7 +2103,7 @@ msgstr "" "Den førespurde fila %1 kunne ikkje skrivast til sidan det " "ikkje er nok diskplass." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2214,12 +2113,12 @@ msgstr "" "Lag meir ledig diskplass ved å 1) sletta filer du ikkje treng; 2) arkivera " "filer med CD-brennar eller liknande; eller 3) skaffa deg meir diskplass." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Kjelda og målet er den same fila." -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2227,17 +2126,17 @@ msgid "" msgstr "" "Operasjonen kunne ikkje fullførast fordi kjelda og målet er den same fila." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Vel eit anna filnamn for målfila." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fila eller mappa sleppt på seg sjølv" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2246,17 +2145,17 @@ msgstr "" "Operasjonen kunne ikkje fullførast fordi kjelda og målet er den same fila/" "mappa." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Slepp elementet på ei anna fil eller mappe." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Mappe flytta til seg sjølv" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2265,17 +2164,17 @@ msgstr "" "Operasjonen kunne ikkje fullførast fordi kjelda ikkje kan flyttast til seg " "sjølv." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Flytt elementet til ei anna mappe." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Klarte ikkje kommunisera med passordtenaren" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2284,7 +2183,7 @@ msgstr "" "Klarte ikkje fullføra den førespurde handlinga, på grunn av mangel på " "kontakt med tenesta for passordførespurnadar (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" @@ -2292,17 +2191,17 @@ msgstr "" "loggen." # Passar betre med preteritum her. -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Klarte ikkje starta %1-protokollen" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Klarte ikkje laga KIO-arbeidar" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2311,7 +2210,7 @@ msgstr "" "Klarte ikkje starta KIO-arbeidaren som som gjev tilgang til %1-protokollen. Dette skjer oftast grunna tekniske feil." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2321,13 +2220,13 @@ msgstr "" "støtte for protokollen. Dette kan skuldast at du har ein utdatert versjon av " "tillegget." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Kan ikkje overføra %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2337,35 +2236,35 @@ msgstr "" "Kan ikkje overføra fila %1, sidan filsystemet du " "overfører til ikkje støttar så store filer." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "Prøv å reformatera til eit filsystem som støttar så store filer." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Udokumentert feil" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(symbolsk lenkje til %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, lenkje til %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(Peikar til %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2374,12 +2273,12 @@ msgstr "" "Misforma URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Klarte ikkje fastsetja filtype for %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2388,13 +2287,13 @@ msgstr "" "Klarte ikkje henta namn på køyrefil frå «%1». Skriv inn eit gyldig " "programnamn." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ser ikkje ut til å vera ei køyrbar programfil." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2404,92 +2303,92 @@ msgstr "" "Klarte ikkje finna %1. Skriv inn ei gyldig adresse til " "eit køyrbart program." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Du kan ikkje opna samband med protokollen %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Du kan ikkje lukka samband med protokollen %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Du kan ikkje få tilgang til filer med protokollen %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skriving til %1 er ikkje støtta." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Det finst ingen spesielle handlingar for protokollen %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Kataloglister er ikkje støtta for protokollen %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Henting av data frå %1 er ikkje støtta." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Henting av MIME-typeinformasjon frå %1 er ikkje støtta." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Endring av filnamn eller flytting av filer i %1 er ikkje støtta." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Du kan ikkje laga symbolske lenkjer med protokollen %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiering av filer i %1 er ikkje støtta." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Sletting av filer frå %1 er ikkje støtta." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Du kan ikkje laga mapper med protokollen %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Du kan ikkje endra filattributt med protokollen %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Du kan ikkje endra filattributt med protokollen %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Du kan ikkje opna filer med protokollen %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokollen %1 støttar ikkje handlinga %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2497,314 +2396,340 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Tryggleiken til KIO-arbeidaren for protokollen «%1», som vanlegvis ber om " +"utvida løyve, kan ikkje garanterast, sidan andre brukarar enn rotbrukaren òg " +"er gjevne tilgang til å endra på han på %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Ukjend protokoll «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Finn ikkje KIO-arbeidar for protokollen «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO-arbeidaren for protokollen «%1» i %2 vart ikkje lasta, då alle KIO-" +"arbeidarane utanfor %3 som ber om utvida løyve, vert rekna som usikre." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Klarte ikkje oppretta «socket» for start av KIO-arbeidar for protokollen " "«%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Finn ikkje programfila «kioworker» på «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detaljar" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&For alltid" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Hald fram" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Berre i noverande økt" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Flytt til ny mappe" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Lag ei ny mappe for desse elementa" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Du har ikkje vald noka fil som skal slettast." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ingenting å sletta." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Du har ikkje vald noka fil som skal leggjast i papirkorga." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ingenting å leggja i papirkorga" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Den valde mappa finst ikkje eller er ikkje lesbar." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meny" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Foreldre-mappe" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Gå tilbake" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Gå fram" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Heimeområde" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Oppdater" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Ny mappe …" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Flytt til papirkorga" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Slett" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortering" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sorter etter namn" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sorter etter storleik" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sorter etter dato" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sorter etter filtype" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Stigande" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Synkande" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Mapper først" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Gøymde filer sist" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikonvising" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompakt vising" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detaljert vising" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikonplassering" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Ved sida av filnamnet" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Over filnamnet" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kortvising" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljert vising" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Trevising" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljert trevising" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Tillat mappeutviding i detaljvising" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Vis gøymde filer" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Vis førehandsvisingspanel" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Førehandsvising" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Opna foreldermappa" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Eigenskapar" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Visingsmodus" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Å til A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A til Å" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Nyaste først" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Eldste først" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nyaste først" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Største først" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Minste først" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koding:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Opna" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Lagra som" @@ -2851,40 +2776,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Flytt hit" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alle filer" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alle støtta filer" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Alle filer" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Legg til Stadar-oppføring" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Rediger oppføring i snøggpanelet" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                    The " @@ -2896,17 +2821,17 @@ msgstr "" "eller to ord som minner deg om kvar snarvegen fører. Viss du ikkje skriv " "noko namn, vert det automatisk lagra frå adressa.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Namn:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Skriv inn ei tekstskildring her" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2919,12 +2844,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

                    Du kan bla deg fram til adressa ved å " "bruka knappen ved sida av skrivefeltet.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "S&tad:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                    Click " @@ -2933,17 +2858,17 @@ msgstr "" "Dette er ikonet som vert vist i snøggpanelet.

                    Trykk på " "knappen for å velja eit anna ikon.
                    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Vel eit &ikon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Vis berre i dette programmet (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2954,202 +2879,208 @@ msgstr "" "dette programmet (%1).

                    Viss ikkje, vert oppføringa tilgjengeleg i " "alle program.
                    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Stadar" # Vert vist i navigasjonsstolpen til venstre i for eksempel Dolphin. «Fjern» vert for misvisande. Og «Nettverk» for spesifikk («Nettverk» er eit av *underpunkta* til «Remote»). Så endte opp med «Fjernlager». -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Fjernlager" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nylege" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Søk etter" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Einingar" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Flyttbare einingar" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Merkelappar" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (frå %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Alle merkelappar" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Heim" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Skrivebord" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokument" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Nedlastingar" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Nettverk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papirkorg" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musikk" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Bilete" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videofiler" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nyleg brukte filer" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nyleg brukte mapper" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Endra i dag" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Endra i går" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Klarte ikkje leggja til i «Stadar»-panelet: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Du kan berre leggja mapper til «Stadar»-panelet." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Set opp …" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Slepper laus …" # Er snakk om CD-ROM-ar og sånt. Så vidt eg kan sjå, er det tilsvarande som for «Eject», så brukar same omsetjing. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Løys ut" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Fjernar trygt …" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Fjern trygt" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Avmonterer …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Avmonter" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Løys ut" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Eininga «%1» er ikkje ei plate, og kan derfor ikkje løysast ut." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Det oppstod ein feil ved forsøk på tilgang til «%1». Systemet sa: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Det oppstod ein feil ved forsøk på tilgang til «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Éi eller fleire filer på eininga er i bruk av eit program." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3164,108 +3095,108 @@ msgstr[1] "" "Éi eller fleire filer på eininga er i bruk av desse programma: " "«%2»." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformater eller rediger med Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 av %2 (%3 % brukt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (gøymd)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Tøm papirkorga" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monter" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Opna i ny fane" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Opna i nytt vindauge" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Legg til oppføring …" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Rediger …" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Fjern frå «Stadar»" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Gøym" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Gøym inndelinga «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Gøym inndeling" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Vis alle oppføringar" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikonstorleik" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3273,51 +3204,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automatisk storleik" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Liten (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Middels (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Stor (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorm (%1 × %1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Du kan berre velja éi fil." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Meir enn éi fil vald" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Du kan berre velja lokale filer." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Kan ikkje bruka filer frå andre maskiner" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3331,51 +3262,22 @@ msgstr[1] "" "Nettadressa brukar eit ikkje-støtta prefiks. Bruk heller eitt av desse " "prefiksa: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Ikkje-støtta URL-prefiks" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Du har valt meir enn éi mappe, og dette vindauget tek ikkje imot fleire " -"mapper. Vel berre éi mappe." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Meir enn éi mappe vald" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Minst éi fil og éi mappe er vald. Dei valde filene vert ignorerte, og den " -"valde mappa vert opna." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Filer og mapper er valde" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Fann ikkje fila «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Kan ikkje opna fil" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                    For instance, " @@ -3386,42 +3288,42 @@ msgstr "" "eksempel er i file:/home/konqi, vil denne knappen føra deg til file:/home." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Bruk denne knappen for å gå tilbake eitt steg i nettlesarhistoria." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Bruk denne knappen for å gå fram eitt steg i nettlesarhistoria." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Bruk denne knappen for å lasta innhaldet på nytt." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Bruk denne knappen for å laga ei ny mappe." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Vis «Stadar»-panel" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Vis bokmerkeknapp" +msgid "Show Quick Filter" +msgstr "Vis snøggfilter" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Innstillingar" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3436,12 +3338,12 @@ msgstr "" "gøymde filer
                  • «Stadar»-panelet
                  • Førehandsvising av filer
                  • Skilje av mapper og filer
                  " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bokmerke" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3455,12 +3357,35 @@ msgstr "" "filvindauget, men fungerer elles som vanlege KDE-bokmerke." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Namn:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Angra endring av filnamn" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Behald filter ved mappebyte" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrer på namn …" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Gøym filterlinje" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3472,12 +3397,12 @@ msgstr "" "kan styra funksjonen ved å klikka med høgre museknapp og velja modusen du " "vil bruka frå menyen Tekstfullføring." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Fila skal lagrast med dette namnet." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3486,74 +3411,78 @@ msgstr "" "Liste over filer som skal opnast. Du kan velja fleire enn ei fil ved å " "skriva inn fleire filnamn med mellomrom mellom." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Namnet på fila som skal opnast." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Stadar" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fila «%1» finst frå før. Vil du skriva over ho?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Vil du skriva over fila?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Du kan berre velja lokale filer." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Kan ikkje bruka filer frå andre maskiner" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Alle mapper" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Gjeldande mappe: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Opna" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonstorleik: %1 pikslar" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Vel automatisk fil&etternamn (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "etternamnet %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Vel automatisk fil&etternamn" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "eit passande etternamn" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3581,12 +3510,12 @@ msgstr "" "sikker, så la valet vera på, fordi det gjer det lettare å halda styr på " "filene dine." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Filtype:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3595,64 +3524,53 @@ msgstr "" "Dette er filtypeveljaren. Du brukar han til å velja i kva format fila " "skal lagrast." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -# skip-rule: mellomrom-før -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                  You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                  Wildcards such as * and ? are allowed.

                  " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Filteret som skal brukast på fillista. Berre filnamn som passar med " -"mønsteret vert viste.

                  Du kan velja frå eitt av dei førehandsdefinerte " -"filtera i nedtrekksmenyen eller skriva inn ditt eige filter i skrivefeltet.

                  Jokerteikn som * og ? kan brukast i filteret.

                  " +"Dette er filtypeveljaren. Du brukar han til å velja formatet til dei " +"viste filene." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Lag ny fil" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Beklagar" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Malfila %1 finst ikkje." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Namn på ny lenkje:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Lag lenkje til adresse" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Skriv inn %1-filnamn:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Beklagar" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Malfila %1 finst ikkje." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Namn på ny lenkje:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Lag symbolsk lenkje" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Lag lenkje til adresse" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3662,7 +3580,7 @@ msgstr "" "Namnet %1 kan ikkje brukast, då det er reservert for " "operativsystemet." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3672,7 +3590,7 @@ msgstr "" "Namnet %1 har punktum som første teikn, og vert derfor " "gøymt som standard." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3684,27 +3602,38 @@ msgstr "" "føra til at det vert vist før alle andre ved alfabetisk sortering, samt " "andre rare ting." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Brukar du skåstrekar i mappenamn, vil det laga undermapper, slik:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Brukar du skåstrekar i mappenamn, vil det laga undermapper." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Du kan ikkje bruka skråstrekar i fil- og mappenamn." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Du kan ikkje bruka omvende skråstrekar i fil- og mappenamn." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Det er ikkje mogleg å oppretta ei fil eller mappe med namnet %1, då adressa ville overlappa med adressa til heimemappa til ein " +"brukar." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3713,98 +3642,139 @@ msgstr "" "Du bør ikkje ha tilde (~) som første teikn i fil- eller mappenamn, då det " "kan vera forvirrande eller farleg når du brukar terminalen til å sletta ting." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Det finst alt ei mappe med namnet %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Det finst alt ei fil med namnet %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Lag ny" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Lenkje til eining" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ny mappe" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Lag ny mappe" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Lag ny mappe i %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Skriv inn mappenamn" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Standard" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Lag ny fil" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Skriv inn filnamn" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Vel ikon eller farge" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Vel anna ikon …" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Du byta ikon seinare i mappeeigenskapane." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopier" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Lim inn" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Opna «%1» i ny fane" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Opna «%1» i nytt vindauge" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Rediger" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naviger" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Vis heile adressa" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Kan ikkje overføra %1" +msgstr "Gå til ei vilkårleg mappe i adressa %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3814,7 +3784,14 @@ msgstr "Fleire" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Gå til mappa i adressa" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Stadar" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3839,28 +3816,28 @@ msgstr "Anna" msgid "Edit mode" msgstr "Redigeringsmodus" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Trykk for plasseringsnavigasjon" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Trykk for å endra plassering" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Du har ikkje løyve til å køyra denne fila." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Startar %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3869,12 +3846,12 @@ msgstr "" "Klarte ikkje gjera tenesta «%1» køyrbar. Avbryt køyringa.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Du har ikkje løyve til å velja eit program som skal opna denne fila." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3902,12 +3879,20 @@ msgstr "Feil ved lagring av bilete til %1" msgid "Icon file too big, download aborted" msgstr "Ikonfila er for stor – avbryt nedlasting" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: Hoppar over tom fil. Det kan vera ei øydelagd symbolsk " +"lenkje: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Fann inkje e-postprogram" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3918,28 +3903,28 @@ msgstr "" "%1\n" "er ikkje gyldig." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Startar %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Fann ikkje kommandoen %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Fann ingen terminalemulator" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Klarte ikkje opna %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3950,7 +3935,7 @@ msgstr "" "%1\n" "er av typen Link, men har inga URL=…-oppføring." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3959,21 +3944,21 @@ msgstr "" "Programfila «%1» ligg på eit eksternt filsystem. Av tryggleiksgrunnar vert " "det ikkje starta." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Av tryggleiksgrunnar kan ikkje programfiler køyrast i denne konteksten." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Programmet «%1» må ha køyreløyve for å kunna startast." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3982,12 +3967,12 @@ msgstr "" "Klarte ikkje gjera fila «%1» køyrbar.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Skrivebordoppføringsfila %1 har inga Type=…-oppføring." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3998,12 +3983,12 @@ msgstr "" "Sjå etter ikkje-ferdige oppgåver eller nedlastingar i varslingsområdet og i " "programma som køyrer." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Klarte ikkje opna fila." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Kunne ikkje starta programmet «%1»." @@ -4091,74 +4076,69 @@ msgstr "" "er endra.\n" "Vil du lasta opp endringane?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec – Opnar filer over nettverket, overvaker endringar, spør ved " "opplasting" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998–2000,2003 KFM/Konqueror-utviklarane" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Handsam nettadresser som lokale filer og slett dei etter bruk" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Framlegg til namn på den nedlasta fila" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Kommando som skal køyrast" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Nettadresser eller lokale filer som skal brukast for «kommando»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Vel ACL til %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4167,7 +4147,7 @@ msgstr "" "Klarte ikkje endra løyva for\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4177,118 +4157,37 @@ msgstr "" "Klarte ikkje byta eigar og gruppe for\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Klarte ikkje opna mellombels fil" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Fann ikkje programmet «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Fann ikkje programmet «unmount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Endra filløyve" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nye løyve: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Endra fileigar" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Ny eigar: UID = %1, GID = %2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Fjern fil" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Fjern mappe" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Lag ny mappe" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Mappeløyve: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Opna fil" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Opna mappe" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nytt filnamn: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Mål: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Endra dato/klokkeslett" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Frå: %1, til: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ukjend handling" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Handling: %1\n" -"Kjelde: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Klarte ikkje kopiera fil frå %1 til %2. (Feilkode: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Ingen media i eininga for %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Klarte ikkje henta brukar-ID-en til det oppgjevne brukarnamnet %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Klarte ikkje henta gruppe-ID-en til det oppgjevne gruppenamnet %1." @@ -4330,33 +4229,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Du må oppgje eit brukarnamn og eit passord for å vitja denne nettstaden." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Nettstad:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Innlogging OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Klarte ikkje logga inn til %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4365,7 +4264,7 @@ msgstr "" "\n" "Tenaren sa: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4374,12 +4273,12 @@ msgstr "" "Du må oppgje eit brukarnamn og eit passord for mellomtenaren under før du " "kan vitja andre nettstadar." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Mellomtenar:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Mislukka mellomtenarautentisering." @@ -4431,101 +4330,101 @@ msgid "" msgstr "Vil du for alltid godta dette sertifikatet utan spørsmål?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Tenarautentisering" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Viss ikkje, ville nok førespurnaden ha lukkast." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hent eigenskapsverdiar" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "set eigenskapsverdiar" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "lag den førespurde mappa" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopier den valde fila eller mappa" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "flytt den valde fila eller mappa" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "søk i den oppgjevne mappa" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "lås den valde fila eller mappa" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "lås opp den valde fila eller mappa" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "slett den valde fila eller mappa" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "spør etter tenarfunksjonane" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "hent innhaldet i den valde fila eller mappa" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "køyr ein rapport i den valde mappa" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ein uventa feil (%1) oppstod ved forsøk på %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4535,13 +4434,13 @@ msgstr "" "Det oppstod ein feil ved forsøk på %1, %2. Du finn ei oppsummering av " "grunnane under." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Nekta tilgang ved forsøk på %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4550,7 +4449,7 @@ msgstr "" "Ein ressurs kan ikkje opprettast på målet før ei eller fleire " "mellomsamlingar (mapper) er oppretta." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4565,28 +4464,28 @@ msgstr "" "samtidig som du kravde at filer ikkje vert skrivne over.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Den førespurde låsen kunne ikkje innvilgast. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Tenaren støttar ikkje denne typen førespurnad." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Kan ikkje %1 fordi ressursen er låst." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Denne handlinga vart hindra av ein annan feil." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4594,7 +4493,7 @@ msgid "" "folder." msgstr "Kan ikkje %1 fordi måltenaren ikkje godtek fila eller mappa." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4603,18 +4502,18 @@ msgstr "" "Målressursen har ikkje nok plass til å ta vare på tilstanden til ressursen " "etter at denne metoden er køyrd." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ressursen kan ikkje slettast." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "last opp %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4625,15 +4524,15 @@ msgstr "Ein uventa feil (%1) oppstod ved forsøk på %2." msgid "Network" msgstr "Nettverk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Ugyldig adresse %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4645,12 +4544,12 @@ msgstr "" "kan anten oppretta mappa på nytt og gjenoppretta elementet etterpå, eller " "dra elementet til ein annan stad for å gjenoppretta det der." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ugyldig kombinasjon av protokollar." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Denne fila er i papirkorga frå før." @@ -4686,7 +4585,7 @@ msgstr "Tøm papirkorga" msgid "Restore a trashed file to its original location" msgstr "Gjenopprett ei fil frå papirkorga til den opphavlege plasseringa" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4708,17 +4607,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Prøv på nytt" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Autentiseringsvindauge" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Nekta tilgang" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Du har kanskje ikkje løyve til å ta i mot %1-protokollen." @@ -4827,41 +4726,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Venta sjekksum (MD5, SHA1, SHA256 eller SHA512) …" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Trykk for å lima inn sjekksum frå utklippstavla til tekstfeltet." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4871,9 +4770,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Rekn ut" @@ -4882,135 +4781,208 @@ msgstr "Rekn ut" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Trykk for å kopiera sjekksummen til utklippstavla." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Avbryt" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Flytt hit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Last ned hit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopier hit" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Lag lenkje hit" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Start" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Kva vil du gjera med denne fila?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ikkje spør igjen" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Opna" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Køyr" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Opna med %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Angra endringar" +msgid "Would you like to launch this file?" +msgstr "Vil du køyra denne fila?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Du treng rotløyve for å angra denne handlinga. Vil du halda fram?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Lagar mappe" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Kjelde" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Mål" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopierer" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Flyttar" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Endrar filnamn" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Flyttar til papirkorga" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Slettar" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "A&ngra" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "A&ngra: Kopier" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "A&ngra: Lenkje" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "A&ngra: Flytt" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "A&ngra: Endra namn" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "A&ngra: Legg i papirkorg" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "A&ngra: Opprett mappe" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "A&ngra: Opprett mappe(r)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "A&ngra: Opprett fil" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "A&ngra: Endra namn på fleire filer" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Gjer om" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "A&ngra: Kopier" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "A&ngra: Lenkje" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "A&ngra: Flytt" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "A&ngra: Endra namn" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "A&ngra: Legg i papirkorg" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "A&ngra: Opprett mappe" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "A&ngra: Opprett mappe(r)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "A&ngra: Opprett fil" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "A&ngra: Endra namn på fleire filer" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5022,12 +4994,12 @@ msgstr "" "Viss du angrar kopieringa, vert fila slett, og alle endringane går tapt.\n" "Er du sikker på at du vil sletta «%4»?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Angra stadfesting av filkopiering" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5039,21 +5011,22 @@ msgstr "" "%1\n" "Du kan ikkje angra denne handlinga." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Slett for alltid" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Slett for alltid" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5071,7 +5044,7 @@ msgstr[1] "" "\n" "Du kan ikkje angra denne handlinga." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5081,13 +5054,13 @@ msgstr "" "Vil du sletta alle elementa i papirkorga for alltid?Du kan ikkje angra denne handlinga." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tøm papirkorga" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5097,7 +5070,7 @@ msgstr "" "Er du sikker på at du vil flytta dette elementet til papirkorga?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5182,7 +5155,7 @@ msgstr "Eigar" msgid "Owning Group" msgstr "Eigargruppe" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Andre" @@ -5255,106 +5228,112 @@ msgstr "Oppdaterer systemoppsett" msgid "Updating system configuration…" msgstr "Oppdaterer systemoppsettet …" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Namn" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Storleik" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dato" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Løyve" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eigar" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Gruppe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Opna &med %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Handlingar" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Opna mappa med …" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Opna med …" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Køyr programfil" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Opna mappa med %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Opna med %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Opna mappa med" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Opna med" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Anna program …" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5362,113 +5341,131 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 element" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Ukjend" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stopp" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Utforsk i Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montert frå:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ledig plass" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Innhald:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Opna med:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Endra …" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Adresse:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Storleik:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Endra …" +msgid "Determine the folder size" +msgstr "Fastset mappestorleik" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Innhald:" +msgid "Stop" +msgstr "Stopp" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stop fastsetjing av mappestorleik" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Utforsk i Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Peikar til:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Endra:" +msgid "Show target" +msgstr "Vis mål" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Laga:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Filsystem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Ukjend storleik" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montert på:" +msgid "Modified:" +msgstr "Endra:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Brukt:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Opna med:" +msgid "File system:" +msgstr "Filsystem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Montert på:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Montert frå:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Ledig plass:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Ukjend storleik" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5765,24 +5762,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Skriv inn skildringa til dette programmet, basert på bruken. Eksempel:" -"oppringingsprogrammet (KPPP) vil vera «Oppringingsverktøy»." +"Skriv inn eit generisk namn på programmet. Eksempel: Eit biletvisings­program " +"kan du kalla «Biletvisar»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Skildring:" +msgid "&Generic name:" +msgstr "&Generisk namn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Skriv ein passande kommentar som kan vera nyttig her." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Skriv inn ei skildringa av programmet basert på bruken. Eksempel: Eit " +"biletvisings­program kan få skildringa «Visa og redigera bilete»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5793,7 +5794,7 @@ msgstr "Komm&entar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Miljøvariablar:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5994,7 +5995,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Del" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6004,36 +6005,55 @@ msgstr "" "Klarte ikkje lagra eigenskapar, grunna manglande skriveløyve til:%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Generelt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Skriv inn filnamn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Utforsk i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Frisk opp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Skriv inn målplassering" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Vis %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Ukjend storleik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6042,138 +6062,144 @@ msgstr "" "Reknar ut … %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fil" msgstr[1] "%1 filer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 undermappe" msgstr[1] "%1 undermapper" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Reknar ut …\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Minst %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Det nye filnamnet er tomt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Ingen registrert filtype" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Inkje tilhøyrande program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Lag ny …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Endra …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Endra standardprogram for opning av filer av typen «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ingen tilgang" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Kan berre visa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Kan visa og endra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Kan berre visa innhald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan visa og endra innhald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Kan berre visa/lesa innhald" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan visa/lesa og endra/skriva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Løyve" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Tilgangsløyve" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Denne fila er ei lenkje og har ikkje løyve." msgstr[1] "Alle filene er lenkjer og har ikkje løyve." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Berre eigaren kan endra tilgangsløyvene." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "E&igar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Oppgjev handlingar som eigaren har løyve til å utføra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&uppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Oppgjev handlingar som medlemmer av gruppa har løyve til å utføra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "An&dre:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6182,27 +6208,27 @@ msgstr "" "Oppgjev handlingar som alle brukarar har løyve til å utføra, også dei som " "ikkje er eigar eller medlem av gruppa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Berre &eigar kan sletta eller endra namn på innhaldet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Tillat &køyring av fila som program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Sletta eller endra namn:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Køyra:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6213,7 +6239,7 @@ msgstr "" "innhald i denne mappa. Andre brukarar kan berre leggja til filer, viss dei " "har løyve til å «endra innhald»." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6222,42 +6248,42 @@ msgstr "" "Slå på dette for å merkja fila som køyrbar. Dette har berre meining for " "program og skript, og er påkrevd når du vil køyra dei." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "A&vanserte tilgangsløyve" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eigarskap" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Brukar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Gruppe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Bruk endringane på alle undermapper og innhaldet i dei" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Avanserte tilgangsløyve" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6266,22 +6292,22 @@ msgstr "" "Vis\n" "oppføringar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Dette flagget gjev løyve til å sjå på innhaldet i mappa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Les" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Leseflagget gjev løyve til å sjå på innhaldet i fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6290,7 +6316,7 @@ msgstr "" "Skriv\n" "oppføringar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6299,43 +6325,43 @@ msgstr "" "Dette flagget gjev løyve til å leggja til, sletta og endra namn på filer. " "Merk at sletting og namneendring kan avgrensast med klistreflagget." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skriv" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Skriveflagget gjev løyve til å endra innhaldet i fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Gå inn i" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Slå på dette flagget for å gje løyve til å gå inn i mappa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Køyr" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Slå på dette flagget for å gje løyve til å køyra fila som eit program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Spesiell" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6344,7 +6370,7 @@ msgstr "" "Spesielt flagg. Gyldig for heile mappa, den nøyaktige tydinga av flagget ser " "du i kolonnen til høgre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6352,17 +6378,17 @@ msgid "" msgstr "" "Spesielt flagg. Den nøyaktige tydinga av flagget ser du i kolonnen til høgre." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Brukar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Gruppe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6371,7 +6397,7 @@ msgstr "" "Viss dette flagget er sett, vil mappa sin eigar verta eigar for alle nye " "filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6380,7 +6406,7 @@ msgstr "" "Viss fila er køyrbar og flagget er sett, så vert fila køyrt med same løyve " "som eigaren." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6388,7 +6414,7 @@ msgstr "" "Viss dette flagget er sett, så vil alle nye filer i mappa få same gruppe som " "mappa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6397,7 +6423,7 @@ msgstr "" "Viss denne fila er køyrbar og flagget er sett, så vert den køyrt med same " "løyve som gruppa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6406,7 +6432,7 @@ msgstr "" "Viss klistreflagget er sett på ei mappe, så kan berre eigar og «root» sletta " "filer eller gje dei nye namn. Elles kan alle som har skriveløyve gjera dette." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6415,89 +6441,80 @@ msgstr "" "Klistreflagg på ei fil vert ikkje brukt i linux, men kan vera i bruk på " "nokre system." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Set UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Set GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Klistra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Lenkje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varierande (Inga endring)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Denne fila brukar avanserte tilgangsløyve." msgstr[1] "Desse filene brukar avanserte tilgangsløyve." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Denne mappa brukar avanserte tilgangsløyve." msgstr[1] "Desse mappene brukar avanserte tilgangsløyve." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Desse filene brukar avanserte tilgangsløyve." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Sjekksummar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Reknar ut …" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ugyldig sjekksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Teksten er ikkje ein gyldig MD5-, SHA1- eller SHA256-basert sjekksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Sjekksummane er like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Den utrekna sjekksummen og den oppgjevne sjekksummen er like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                  Checksums do not match.

                  This may be due to a faulty download. Try re-" @@ -6508,57 +6525,73 @@ msgstr "" "fila. Prøv i så fall å lasta ho ned på nytt.
                  Viss du då framleis får " "feil, ta kontakt med kjelda til fila." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Den utrekna sjekksummen og den oppgjevne sjekksummen er ikkje like." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Stadfestar sjekksum …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Sjekksummane av alle filene er identiske." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Dei valde filene er ulike sjekksummar." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Reknar ut …" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Klarte ikkje lagra eigenskapar. Berre filer lokale filsystem er støtta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Legg til filtype for %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vel ein eller fleire filtypar å leggja til:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Berre køyrbare filer på lokale filsystem er støtta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Avanserte val for %1" @@ -6662,22 +6695,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Set opp vevsnarvegar …" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Filopningsdialog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Filnamn for utklippstavleinnhald:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "innlimt fil" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Lim inn frå utklippstavla" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6686,19 +6721,19 @@ msgstr "" "Utklippstavla har endra seg sidan sist du limde inn. Det valde dataformatet " "kan ikkje lenger brukast. Du bør kopiera igjen det du ville lima inn." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Lim inn éi mappe" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Lim inn éi fil" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6706,101 +6741,112 @@ msgid_plural "Paste %1 Items" msgstr[0] "Lim inn eitt element" msgstr[1] "Lim inn %1 element" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Lim inn frå utklippstavla …" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Lim inn" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Dataformat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Filnamn for utklippstavleinnhald:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Filnamn for sluppe innhald:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dato: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Storleik: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Br&uk på alle" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Når dette er valt, vert handlinga til knappen du trykkjer på brukt på alle " -"mappekonfliktar i resten av denne jobben.\n" +"Når dette er valt, vert handlinga til knappen du trykkjer på, brukt på alle " +"mappe­konfliktar i resten av denne jobben.\n" "Viss du ikkje trykkjer «Hopp over», vert du likevel spurt viss det er ein " "konflikt med ei eksisterande fil i mappa." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Når dette er valt, vert handlinga til knappen du trykkjer på brukt på alle " "konfliktar i resten av denne jobben." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "End&ra namn" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Føreslå nytt &namn" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Hopp over" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Ikkje kopier eller flytt denne mappa. Gå heller vidare til det neste " "elementet." -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Ikkje kopier eller flytt denne fila. Gå heller vidare til det neste " "elementet." -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Skriv i" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6812,13 +6858,13 @@ msgstr "" "Du vert likevel spurd på nytt dersom det oppstår ein konflikt med gamle " "filer i mappa." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Skriv over eldre filer" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6827,12 +6873,12 @@ msgstr "" "Målfilene vert overskrivne av kjeldefilene viss dei har eldre " "endringstidspunkt og elles hoppa over." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Hald fram" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6841,67 +6887,57 @@ msgstr "" "Denne operasjonen vil skriva over «%1» med seg sjølv.\n" "Skriv inn eit nytt filnamn:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Hald &fram" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Vil du overskriva målet?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Vil du slå saman innhaldet i «%1» med «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Kjelde" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Mål" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Kjeldeversjonen er nyare." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Kjeldeversjonen er eldre." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Kjeldeversjonen er %1 mindre." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Kjeldeversjonen er %1 større." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Filene er heilt like." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Filene ser like ut." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Filene er forskjellige." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6910,59 +6946,51 @@ msgstr "" "Filene er truleg like. Dei har same storleik og er like på starten, midten " "og slutten." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Samanlikna filer" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Eit eldre element med namnet «%1» finst frå før" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ei fil med namnet «%1» finst frå før." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Eit nyare element med namnet «%1» finst frå før" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Endra namn:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Endra namn på element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Endra namn på element" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Endra namn" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Endra namn på elementet %1 til:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nytt namn #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Det finst alt ei fil med namnet %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 er ikkje eit gyldig filnamn." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6970,38 +6998,192 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Endra namn på det %1 merkte elementet til:" msgstr[1] "Endra namn på dei %1 merkte elementa til:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# vert bytt ut med stigande tal frå:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nytt namn #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ugyldig filnamn: Det nye namnet ei følgje med #-teikn, med mindre alle " +"filene har ulike filetternamn." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Endra namn på det %1 merkte elementet slik:" +msgstr[1] "Endra namn på dei %1 merkte elementa slik:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Byter ut:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Mønster" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Med:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Nytekst" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ingen filnamn inneheld mønsteret." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Utbyting av «%1» med tom tekst ville gjort at %2 fekk " +"tomt filnamn." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Endra namn på det %1 merkte elementet:" +msgstr[1] "Endra namn på dei %1 merkte elementa:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Legg til tekst:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Tekst som skal leggjast til" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Før filnamnet" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Etter filnamnet" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Endra namn på element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Endra namn på element" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Endra namn" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Korleis endra namn:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Talfølgje" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Byt ut tekst" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Legg til tekst" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Førehandsvising:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 kan ikkje endrast namn på slik at filnamnet vert " +"tomt." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informasjon" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Byt ut" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Prøv på nytt" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Byt ut alle" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Hopp over" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Hopp over alle" @@ -7088,7 +7270,7 @@ msgstr "" "Tenaren sende ikkje nokon SSL-sertifikat.\n" "Avbryt, då identiteten til verten ikkje kan fastsetjast." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7129,35 +7311,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Vil du sletta dette elementet for alltid?%1Du kan ikkje angra denne " -"handlinga." +"Det er ikkje plass i papirkorga til fila. Vil du heller sletta ho for alltid?" +"%1Du kan " +"ikkje angra denne handlinga." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Det er ikkje plass i papirkorga til denne %1 fila. Vil du heller sletta ho " +"for alltid?Du kan ikkje angra denne handlinga." +msgstr[1] "" +"Det er ikkje plass i papirkorga til desse %1 filene. Vil du heller sletta " +"dei for alltid?Du kan ikkje angra denne " +"handlinga." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Det er ikkje noka papirkorg tilgjengeleg for mappa elementet ligg i. Vil du " +"heller sletta det for alltid?%1Du kan ikkje angra denne handlinga." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"%1 element er for stort til å flyttast til papirkorga. Vil du heller sletta " -"det for alltid?\n" -"Du kan ikkje angra denne handlinga." +"Det er ikkje noka papirkorg tilgjengeleg for mappa dette %1 elementet ligg " +"i. Du kan ikkje angra denne handlinga." msgstr[1] "" -"%1 element er for store til å flyttast til papirkorga. Vil du heller sletta " -"dei for alltid?\n" -"Du kan ikkje angra denne handlinga." +"Det er ikkje noka papirkorg tilgjengeleg for mappa desse %1 elementa ligg i." +"Du kan ikkje angra denne handlinga." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7165,47 +7378,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Er du sikker på at du vil flytta elementet til papirkorga?" msgstr[1] "Er du sikker på at du vil flytta desse %1 elementa til papirkorga?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ikkje spør igjen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ikkje spør igjen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ikkje vis denne meldinga igjen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Peer-SSL-sertifikatkjeda ser ut til å vera øydelagt." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Åtvaring" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dette vil starta programmet:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Viss du ikkje stolar på programmet, trykk «Avbryt»." diff --git a/local/recipes/kde/kf6-kio/source/po/oc/kio6.po b/local/recipes/kde/kf6-kio/source/po/oc/kio6.po index 5cee51037d..e57ef4a72c 100644 --- a/local/recipes/kde/kf6-kio/source/po/oc/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/oc/kio6.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2008-08-06 00:02+0200\n" "Last-Translator: \n" "Language-Team: Occitan \n" @@ -30,25 +30,25 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "yannig@marchegay.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Trash" msgid "Unable to create KIO worker: %1" msgstr "Banasta" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -58,7 +58,7 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -68,7 +68,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -78,23 +78,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -197,197 +197,99 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Desplaçament" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Sorga" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinacion" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Tornar nomenar" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Còpia" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Repertòri" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fichièr" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Periferic" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punt de montatge" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "File" -msgid "Copy Files" -msgstr "Fichièr" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Trash" -msgid "Create Folder" -msgstr "Banasta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Desplaçar dins la banasta" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Tornar nomenar" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -772,132 +674,137 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                  %1

                  %2

                  " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
                • URL: %1
                • " msgstr "" -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
                • Protocol: %1
                • " msgstr "" -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                • Date and time: %1
                • " msgstr "" -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                • Additional information: %1
                • " msgstr "" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconegut)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -909,95 +816,95 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1072,24 +979,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1098,19 +1005,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1118,174 +1025,174 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1293,12 +1200,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1307,34 +1214,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1343,58 +1250,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1402,36 +1309,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1448,24 +1355,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1473,7 +1380,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1481,31 +1388,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1513,7 +1420,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1521,56 +1428,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1578,208 +1485,208 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memòria insufisenta" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                  • Timeout for establishing a connection: %1 seconds
                  • Timeout " -"for receiving a response: %2 seconds
                  • Timeout for accessing proxy " -"servers: %3 seconds
                  Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Error desconeguda" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -1915,12 +1817,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -1928,63 +1830,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -1992,106 +1894,106 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Trash" msgid "Unable to Create KIO Worker" msgstr "Banasta" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2099,60 +2001,60 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2160,92 +2062,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2254,319 +2156,342 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalhs" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Trash" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Banasta" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Trash" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Banasta" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Res a suprimir" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menut" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Repertòri personal" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Tornar cargar" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Repertòri novèl" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Desplaçar dins la banasta" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Suprimir" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "A s'ordenar" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Username:" msgid "Sort by Name" msgstr "Nom d'utilizaire :" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "By Size" msgid "Sort by Size" msgstr "Per talha" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Per data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "By Type" msgid "Sort by Type" msgstr "Per tipe" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Descreissent" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descreissent" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Details" msgid "Details View" msgstr "Detalhs" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propietats" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "Aficha&tge" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Dobrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Enregistrar coma" @@ -2619,43 +2544,43 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "File" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "Fichièr" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "File" msgid "All Files" msgstr "Fichièr" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                  The " @@ -2664,19 +2589,19 @@ msgid "" "the location's URL.
                  " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Nom :" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Description" msgid "Enter descriptive label here" msgstr "Descripcion" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2685,29 +2610,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                  Click " "on the button to select a different icon.
                  " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2715,67 +2640,67 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Acorchis" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Suprimir" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Recercar" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Periferics" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgctxt "Home Directory" #| msgid "Home" @@ -2783,155 +2708,162 @@ msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Repertòri personal" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Ret" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Banasta" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Emplaçament :" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificat :" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "A calcular..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "Reload" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Tornar cargar" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "Reload" msgctxt "@action:inmenu" msgid "&Release" msgstr "Tornar cargar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Remove" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Suprimir " -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Remove" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Suprimir " -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Ejectar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -2942,108 +2874,108 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Voidar la banasta" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Montar" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Dobrir amb" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Edicion" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Suprimir" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgctxt "@title:column" #| msgid "Size" @@ -3051,7 +2983,7 @@ msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Talha" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3059,19 +2991,19 @@ msgctxt "" msgid "Auto Resize" msgstr "" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgctxt "@title:column" #| msgid "Date" @@ -3079,33 +3011,33 @@ msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Data" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3116,47 +3048,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                  For instance, " @@ -3164,43 +3071,42 @@ msgid "" "you to file:/home.
                  " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 -#, fuzzy, kde-format -#| msgid "Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Marca-paginas" +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcions" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3210,12 +3116,12 @@ msgid "" "folders from files
                " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Marca-paginas" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3225,12 +3131,36 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nom :" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File system:" +msgid "Filter by name…" +msgstr "Sistèma de fichièrs :" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3239,89 +3169,94 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Acorchis" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "Delete File" msgid "Overwrite File?" msgstr "Remplaçar lo fichièr ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "File" msgid "All Folders" msgstr "Fichièr" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Directory" +msgid "Current Directory: %1" +msgstr "Repertòri" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Dobrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3337,75 +3272,66 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "File system:" msgid "&File type:" msgstr "Sistèma de fichièrs :" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                Wildcards such as * and ? are allowed.

                " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Created:" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Creat :" - -#: filewidgets/knewfilemenu.cpp:480 -#, fuzzy, kde-format -#| msgid "Store" -msgid "Sorry" -msgstr "Store" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -#| msgid "Created:" -msgid "Create link to URL" -msgstr "Creat :" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, fuzzy, kde-format +#| msgid "Store" +msgid "Sorry" +msgstr "Store" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:760 +#, fuzzy, kde-format +#| msgid "Created:" +msgid "Create link to URL" +msgstr "Creat :" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3413,7 +3339,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3421,7 +3347,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3430,130 +3356,184 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "Created:" msgid "Create New" msgstr "Creat :" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Periferic" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Repertòri novèl" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@title:window" msgid "Create New Folder" msgstr "Banasta" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "Trash" msgid "Create new folder in %1:" msgstr "Banasta" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Defaut" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Created:" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Creat :" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "File system:" +msgid "Enter file name" +msgstr "Sistèma de fichièrs :" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Pegar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Dobrir amb" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Dobrir amb" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edicion" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3566,6 +3546,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Acorchis" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3592,41 +3580,41 @@ msgstr "Autres" msgid "Edit mode" msgstr "Edicion" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Aviada de %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3653,12 +3641,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3666,28 +3660,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Aviada de %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3695,39 +3689,39 @@ msgid "" "is of type Link but has no URL=... entry." msgstr "" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3735,12 +3729,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3819,79 +3813,74 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Directory" msgctxt "@info" @@ -3900,131 +3889,37 @@ msgid "" "%1" msgstr "Repertòri" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Change File Permissions" -msgstr "Permissions" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Permissions" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Suprimir" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Repertòri" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Create Directory" -msgstr "Repertòri" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Permissions" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "File" -msgid "Open File" -msgstr "Fichièr" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Repertòri" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "New Filename: %1" -msgstr "Sistèma de fichièrs :" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Date" -msgid "Target: %1" -msgstr "Data" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgctxt "@info mimetype" -#| msgid "Unknown" -msgid "Unknown Action" -msgstr "Desconegut" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4061,32 +3956,32 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sit :" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4094,19 +3989,19 @@ msgid "" "The server said: \"%1\"" msgstr "Aviada de %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "" @@ -4158,101 +4053,101 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Servidor d'autenticacion" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4260,20 +4155,20 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4283,28 +4178,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4312,25 +4207,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4342,15 +4237,15 @@ msgstr "" msgid "Network" msgstr "Ret" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4359,12 +4254,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4397,7 +4292,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4419,19 +4314,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Server Authentication" msgid "Authentication Dialog" msgstr "Servidor d'autenticacion" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Accessed:" msgid "Access denied" msgstr "Darrièr accès :" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4540,41 +4435,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4584,9 +4479,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calculs" @@ -4595,142 +4490,228 @@ msgstr "Calculs" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Aviada de %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Dobrir" + +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Dobrir amb :" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Do not ask again" +msgid "Would you like to launch this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "" - -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Sorga" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Destinacion" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Còpia" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Moving" msgid "Moving" msgstr "Desplaçament" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Tornar nomenar" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Desplaçar dins la banasta" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgid "Delete" msgid "Deleting" msgstr "Suprimir" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgid "Trash" msgid "Und&o: Trash" msgstr "Banasta" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Trash" msgid "Und&o: Create Folder(s)" msgstr "Banasta" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Trash" msgid "Und&o: Create File" msgstr "Banasta" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Tornar nomenar" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Trash" +msgid "&Redo: Trash" +msgstr "Banasta" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Trash" +msgid "&Redo: Create Folder" +msgstr "Banasta" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Trash" +msgid "&Redo: Create Folder(s)" +msgstr "Banasta" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Trash" +msgid "&Redo: Create File" +msgstr "Banasta" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4739,12 +4720,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4753,21 +4734,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4779,7 +4761,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4787,14 +4769,14 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format #| msgid "Trash" msgctxt "@action:button" msgid "Empty Trash" msgstr "Voidar la banasta" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4802,7 +4784,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -4892,7 +4874,7 @@ msgstr "Propietari" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Autres" @@ -4965,115 +4947,121 @@ msgstr "" msgid "Updating system configuration…" msgstr "" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nom" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Talha" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissions" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propietari" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grop" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipe" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Dobrir amb :" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Accions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Dobrir amb" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Dobrir amb" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Dobrir amb :" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Dobrir amb :" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Dobrir amb" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Dobrir amb" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "Choose Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Causissètz una aplicacion" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5081,122 +5069,138 @@ msgid_plural "%1 items" msgstr[0] "1 element" msgstr[1] "%1 elements" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconegut" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Arrestar" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted From:" -msgstr "Punt de montatge :" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Mena :" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Emplaçament :" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Talha :" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgid "Change..." -msgstr "A calcular..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Ensenhador :" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Dobrir amb :" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgid "Change..." +msgstr "A calcular..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Emplaçament :" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Talha :" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Arrestar" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificat :" +msgid "Show target" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creat :" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Modificat :" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Darrièr accès :" + #. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" msgstr "Sistèma de fichièrs :" +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mount point:" +msgid "Mounted on:" +msgstr "Punt de montatge :" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mount point:" +msgid "Mounted from:" +msgstr "Punt de montatge :" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + #. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 +#: widgets/kfilepropspluginwidget.ui:546 #, fuzzy, kde-format #| msgctxt "@info mimetype" #| msgid "Unknown" msgid "Unknown size" msgstr "Desconegut" -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mount point:" -msgid "Mounted On:" -msgstr "Punt de montatge :" - -#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 -#, kde-format -msgid "Accessed:" -msgstr "Darrièr accès :" - -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Dobrir amb" - #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" @@ -5457,21 +5461,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Descripcion :" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Nom d'usuari :" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5483,7 +5490,7 @@ msgstr "Com&entari :" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5653,7 +5660,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5661,32 +5668,51 @@ msgid "" "%1." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&General" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualizar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgctxt "@info mimetype" #| msgid "Unknown" @@ -5694,179 +5720,185 @@ msgctxt "@info:status" msgid "Unknown size" msgstr "Desconegut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "A calcular..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "Created:" msgid "No registered file type" msgstr "Creat :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Causissètz una aplicacion" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Creat :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Calculating..." msgctxt "@action:button" msgid "Change…" msgstr "A calcular..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Darrièr accès :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5874,269 +5906,259 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Utilizaire :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grop :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lectura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escritura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Utilizaire" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grop" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligam" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "A calcular..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                Checksums do not match.

                This may be due to a faulty download. Try re-" @@ -6144,56 +6166,73 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "A calcular..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "" @@ -6299,42 +6338,44 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "A calcular..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" msgstr "" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "Select Folder" msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Seleccionar un repertòri" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6342,96 +6383,107 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Pegar" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgctxt "@title:column" #| msgid "Date" msgid "Date: %1" msgstr "Data" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Talha :" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Tornar nomenar" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ignorar" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Escritura" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6440,150 +6492,150 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Delete File" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Remplaçar lo fichièr ?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontunhar" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Sorga" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Destinacion" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "File" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Fichièr" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Tornar nomenar" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Tornar nomenar" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Tornar nomenar" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Tornar nomenar" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "" + +#: widgets/renamefiledialog.cpp:176 #, fuzzy, kde-format #| msgid "File system:" msgctxt "" @@ -6592,18 +6644,152 @@ msgctxt "" msgid "New name #" msgstr "Sistèma de fichièrs :" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:283 #, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" msgstr[0] "" msgstr[1] "" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Remplaçar" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Dobrir amb" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Remplaçar" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "File system:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Sistèma de fichièrs :" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Tornar nomenar" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Tornar nomenar" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Tornar nomenar" + +#: widgets/renamefiledialog.cpp:552 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "How to rename:" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Remplaçar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." msgstr "" #: widgets/skipdialog.cpp:29 @@ -6611,28 +6797,28 @@ msgstr "" msgid "Information" msgstr "Entresenhas" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Remplaçar" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Remplaçar" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Sautar" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6725,7 +6911,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6757,26 +6943,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6784,51 +6992,145 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Dobrir amb" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Sistèma de fichièrs :" + +#, fuzzy +#~| msgid "Trash" +#~ msgid "Create Folder" +#~ msgstr "Banasta" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Desplaçar dins la banasta" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Tornar nomenar" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Permissions" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Permissions" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Suprimir" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Repertòri" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permissions" + +#, fuzzy +#~| msgid "File" +#~ msgid "Open File" +#~ msgstr "Fichièr" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Repertòri" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "New Filename: %1" +#~ msgstr "Sistèma de fichièrs :" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Date" +#~ msgid "Target: %1" +#~ msgstr "Data" + +#, fuzzy +#~| msgctxt "@info mimetype" +#~| msgid "Unknown" +#~ msgid "Unknown Action" +#~ msgstr "Desconegut" + +#, fuzzy +#~| msgid "Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Marca-paginas" + +#, fuzzy +#~| msgid "File system:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Sistèma de fichièrs :" + +#~ msgid "&Description:" +#~ msgstr "&Descripcion :" + #, fuzzy #~| msgid "Add..." #~ msgctxt "@action:button" @@ -7129,12 +7431,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Verificacion del mot de pas :" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Defaut" - #, fuzzy #~| msgid "%1 (%2)" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -7195,11 +7491,6 @@ msgstr "" #~ msgid "klauncher said: %1" #~ msgstr "Aviada de %1" -#, fuzzy -#~| msgid "File system:" -#~ msgid "File name:" -#~ msgstr "Sistèma de fichièrs :" - #, fuzzy #~| msgid "&Search:" #~ msgid "&Use cache" @@ -7262,9 +7553,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Lectura sola" -#~ msgid "File system:" -#~ msgstr "Sistèma de fichièrs :" - #~ msgid "Mount point:" #~ msgstr "Punt de montatge :" @@ -7379,12 +7667,6 @@ msgstr "" #~ msgid "Advanced options" #~ msgstr "Opcions a&vançadas" -#~ msgid "&Username:" -#~ msgstr "&Nom d'usuari :" - -#~ msgid "Open with:" -#~ msgstr "Dobrir amb :" - #, fuzzy #~| msgid "&Search:" #~ msgid "&Clear Cache" diff --git a/local/recipes/kde/kf6-kio/source/po/pa/kio6.po b/local/recipes/kde/kf6-kio/source/po/pa/kio6.po index bca579ccfb..15a4760a4f 100644 --- a/local/recipes/kde/kf6-kio/source/po/pa/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/pa/kio6.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-01-30 09:25-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -32,12 +32,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "aalam@punlinux.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 ਫਾਇਲ ਦੀ ਮਲਕੀਅਤ ਸੋਧੀ ਨਹੀਂ ਜਾ ਸਕੀ" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -46,12 +46,12 @@ msgstr "" "ਫਾਇਲ %1 ਦੀ ਓਨਰਸ਼ਿਪ ਬਦਲੀ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ, ਤੁਹਾਡੇ ਕੋਲ ਬਦਲਣ ਲਈ " "ਲੋੜੀਦੇ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ।" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO ਵਰਕਰ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -63,7 +63,7 @@ msgstr "" "ਸਿਮ-ਲਿੰਕ \"%1\" ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।\n" "ਟਿਕਾਣਾ ਫਾਇਲ-ਸਿਸਟਮ (%2) ਸਿਮ-ਲਿੰਕ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,7 +76,7 @@ msgstr "" "ਟਿਕਾਣਾ ਫਾਇਲ-ਸਿਸਟਮ (%2) ਫੋਲਡਰ ਨਾਂ ਵਿੱਚ ਅੱਗੇ ਦਿੱਤੇ ਅੱਖਰਾਂ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਦਿੰਦਾ ਹੈ: %3\n" "ਗਲਤ ਅੱਖਰਾਂ (ਟਿਕਾਣਾ ਫੋਲਡਰ ਨਾਂ) ਨੂੰ \"_\" ਰੇਖਾ ਨਾਲ ਬਦਲ ਦਿੱਤਾ ਜਾਵੇਗਾ।" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgstr "" "ਟਿਕਾਣਾ ਫਾਇਲ-ਸਿਸਟਮ (%2) ਫਾਇਲ ਨਾਂ ਵਿੱਚ ਅੱਗੇ ਦਿੱਤੇ ਅੱਖਰਾਂ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਦਿੰਦਾ ਹੈ: %3\n" "ਗਲਤ ਅੱਖਰਾਂ (ਟਿਕਾਣਾ ਫਾਇਲ ਨਾਂ) ਨੂੰ \"_\" ਰੇਖਾ ਨਾਲ ਬਦਲ ਦਿੱਤਾ ਜਾਵੇਗਾ।" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "ਫੋਲਡਰ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ਪਹਿਲਾਂ ਹੀ ਫੋਲਡਰ ਵਾਂਗ ਮੌਜੂਦ ਹੈ" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "ਰੱਦੀ" @@ -198,195 +198,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ਭੇਜਿਆ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "ਸਰੋਤ" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "ਟਿਕਾਣਾ" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "ਨਾਂ ਬਦਲਿਆ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਬਣਾਈ ਜਾ ਰਹੀ ਹੈ" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ਡਾਇਰੈਕਟਰੀ" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "ਹਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ਫਾਇਲ" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "ਜਾਂਚ ਜਾਰੀ" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "ਟਰਾਂਸਫਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "ਮਾਊਂਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ਡਿਵਾਈਸ" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "ਮਾਊਂਟ ਪੁਆਇੰਟ" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ਅਣ-ਮਾਊਂਟ ਕੀਤਾ ਜਾਂਦਾ ਹੈ" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "ਗੁਣ ਬਦਲੋ" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "ਫਾਇਲ ਦੇ ਗੁਣ ਬਦਲਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "ਫਾਇਲ ਕਾਪੀ ਕਰੋ" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"ਕਾਪੀ ਕਰਨ ਦੀ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ " -"ਹੋ?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ਫਾਇਲਾਂ ਨੂੰ ਹਟਾਓ" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"ਹਟਾਉਣ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਇਸ ਨੁਾਲ ਤੁਹਾਡੇ ਸਿਸਟਮ ਦਾ ਨੁਕਸਾਨ ਹੋ " -"ਸਕਦਾ ਹੈ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "ਫੋਲਡਰ ਬਣਾਓ" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "ਇਹ ਫੋਲਡਰ ਬਣਾਉਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "ਆਈਟਮਾਂ ਭੇਜੋ" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"ਭੇਜਣ ਦੀ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "ਨਾਂ-ਬਦਲੋ" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "ਨਾਂ ਬਦਲਣ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "ਸਿਮ-ਲਿੰਕ ਬਣਾਓ" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "ਸਿਮ-ਲਿੰਕ ਬਣਾਉਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "ਡਾਟਾ ਟਰਾਂਸਫਰ ਕਰੋ" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "ਡਾਟਾ ਭੇਜਣ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -814,6 +715,11 @@ msgstr "ਫਾਇਲ ਰੱਦੀ ਵਿੱਚ ਭੇਜਣ ਲਈ ਬਹੁਤ #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -823,65 +729,65 @@ msgstr "" "%2\n" "https://bugs.kde.org ਉੱਤੇ ਪੂਰੀ ਬੱਗ ਜਾਣਕਾਰੀ ਦਿਓ ਜੀ।" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ਅਣਪਛਾਤਾ)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                %1

                %2

                " msgstr "

                %1

                %2

                " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "ਤਕਨੀਕੀ ਕਾਰਨ: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "ਮੰਗ ਦੇ ਵੇਰਵੇ:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
              • URL: %1
              • " msgstr "
              • URL: %1
              • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
              • Protocol: %1
              • " msgstr "
              • ਪਰੋਟੋਕਾਲ: %1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
              • Date and time: %1
              • " msgstr "
              • ਤਾਰੀਖ ਅਤੇ ਸਮਾਂ: %1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
              • Additional information: %1
              • " msgstr "
              • ਵਧੇਰੇ ਜਾਣਕਾਰੀ: %1
              • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "ਸੰਭਵ ਕਾਰਨ:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "ਸੰਭਵ ਹੱਲ:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ਅਣਪਛਾਤਾ)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -890,30 +796,30 @@ msgstr "" "ਹੋਰ ਮਦਦ ਲਈ ਆਪਣੇ ਕੰਪਿਊਟਰ ਸਹਿਯੋਗ ਸਿਸਟਮ, ਭਾਵੇਂ ਕਿ ਸਿਸਟਮ ਪਰਸ਼ਾਸ਼ਕ ਹੈ ਜਾਂ ਤਕਨੀਕੀ ਮਦਦ ਗਰੁੱਪ " "ਨਾਲ ਸੰਪਰਕ ਕਰੋ।" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "ਹੋਰ ਮਦਦ ਲਈ ਸਰਵਰ ਦੇ ਸਿਸਟਮ ਪਰਸ਼ਾਸ਼ਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "ਇਸ ਸਰੋਤ ਲਈ ਆਪਣੀਆਂ ਇਜਾਜ਼ਤਾਂ ਦੀ ਜਾਂਚ ਕਰੋ।" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "ਇਸ ਸਰੋਤ ਲਈ ਮੰਗ ਕੀਤੀ ਕਾਰਵਾਈ ਕਰਨ ਲਈ ਤੁਹਾਡੇ ਕੋਲ ਲੋੜੀਂਦੀਆਂ ਪਹੁੰਚ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹਨ।" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "ਫਾਇਲ ਕਿਸੇ ਹੋਰ ਵਰਤੋਂਕਾਰ ਜਾਂ ਐਪਲੀਕੇਸ਼ਨ ਵਲੋਂ ਵਰਤੀ ਜਾ ਰਹੀ ਹੋ ਸਕਦੀ ਹੈ (ਤਦੇ ਹੀ ਲਾਕ ਹੈ)।" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -922,17 +828,17 @@ msgstr "" "ਚੈੱਕ ਕਰੋ ਕਿ ਕੋਈ ਹੋਰ ਐਪਲੀਕੇਸ਼ਨ ਜਾਂ ਵਰਤੋਂਕਾਰ ਫਾਇਲ ਵਰਤ ਤਾਂ ਨਹੀਂ ਰਿਹਾ ਜਾਂ ਫਾਇਲ ਲਾਕ ਤਾਂ ਨਹੀਂ " "ਕੀਤੀ।" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "ਉਮੀਦ ਦੇ ਉਲਟ ਹਾਰਡਵੇਅਰ ਗਲਤੀ ਆਈ ਹੋ ਸਕਦੀ ਹੈ।" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "ਤੁਹਾਨੂੰ ਪਰੋਗਰਾਮ ਵਿੱਚ ਬੱਗ ਸਮੱਸਿਆ ਆਈ ਹੈ।" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -941,7 +847,7 @@ msgstr "" "ਇਹ ਅਕਸਰ ਪਰੋਗਰਾਮ ਵਿੱਚ ਬੱਗ ਹੋਣ ਕਰਕੇ ਹੋ ਸਕਦਾ ਹੈ। ਹੇਠ ਦਿੱਤੇ ਵੇਰਵੇ ਨਾਲ ਇੱਕ ਪੂਰੀ ਬੱਗ ਰਿਪੋਰਟ ਦੇਣ ਦੀ " "ਖੇਚਲ ਕਰੋ ਜੀ।" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -950,7 +856,7 @@ msgstr "" "ਆਪਣੇ ਸਾਫਟਵੇਅਰ ਨੂੰ ਨਵੇਂ ਵਰਜ਼ਨ ਲਈ ਅੱਪਡੇਟ ਕਰੋ। ਤੁਹਾਡੀ ਡਿਸਟਰੀਬਿਊਸ਼ਨ ਤੁਹਾਡੇ ਸਾਫਟਵੇਅਰ ਕਈ ਅੱਪਡੇਟ ਸੰਦ " "ਉਪਲੱਬਧ ਕਰਵਾਉਦੀ ਹੋ ਸਕਦੀ ਹੈ।" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -962,12 +868,12 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "ਤੁਹਾਡੀ ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਵਿੱਚ ਇੱਕ ਸਮੱਸਿਆ ਆਈ ਹੈ।" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -976,49 +882,49 @@ msgstr "" "ਤੁਹਾਡੀ ਨੈੱਟਵਰਕ ਸੰਰਚਨਾ ਵਿੱਚ ਸਮੱਸਿਆ ਹੋ ਸਕਦੀ ਹੈ। ਜੇਕਰ ਤੁਸੀਂ ਹੁਣੇ ਹੀ ਬਿਨਾਂ ਸਮੱਸਿਆ ਦੇ ਇੰਟਰਨੈਟ ਦੀ " "ਵਰਤੋਂ ਕਰ ਰਹੇ ਸੀ ਤਾਂ ਏਦਾਂ ਹੋ ਸਕਦਾ ਹੈ:" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "ਸਰਵਰ ਅਤੇ ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਦੇ ਨੈੱਟਵਰਕ ਮਾਰਗ ਵਿੱਚ ਕਿਸੇ ਥਾਂ ਉੱਤੇ ਸਮੱਸਿਆ ਹੋ ਸਕਦੀ ਹੈ।" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਜੀ, ਭਾਵੇਂ ਹੁਣੇ ਜਾਂ ਕੁਝ ਠਹਿਰ ਕੇ।" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "ਇੱਕ ਪਰੋਟੋਕਾਲ ਗਲਤੀ ਜਾਂ ਨਾ-ਅਨੁਕੂਲਤਾ ਆਈ ਹੈ।" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਸਰੋਤ ਮੌਜੂਦ ਹੈ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ਦਿੱਤਾ ਸਰੋਤ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਤੁਸੀਂ ਠੀਕ ਟਿਕਾਣਾ ਦਿੱਤਾ ਹੈ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "ਆਪਣੀ ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਹਾਲਤ ਜਾਂਚੋ।" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "ਸਰੋਤ ਨੂੰ ਪੜ੍ਹਨ ਲਈ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਦੇ ਭਾਗ ਲਏ ਨਹੀਂ ਜਾ ਸਕਦੇ ਹਨ, " "ਕਿਉਂਕਿ ਪੜ੍ਹਨ ਅਧਿਕਾਰ ਲਏ ਨਹੀਂ ਜਾ ਸਕੇ।" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "ਤੁਹਾਨੂੰ ਫਾਇਲ ਪੜ੍ਹਨ ਜਾਂ ਫੋਲਡਰ ਖੋਲ੍ਹਣ ਦੀਆਂ ਸ਼ਾਇਦ ਇਜਾਜ਼ਤਾਂ ਨਾ ਹੋਣ।" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "ਸਰੋਤ ਨੂੰ ਲਿਖਣ ਲਈ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1046,17 +952,17 @@ msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਇਹ ਹੈ ਕਿ ਫਾਇਲ %1 ਮੰਗ ਅਨੁਸਾਰ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ, ਪਰ " "ਲਿਖਣ ਦੇ ਅਧਿਕਾਰ ਪ੍ਰਾਪਤ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ।" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 ਪਰੋਟੋਕਾਲ ਵਲੋਂ ਚਾਹੀਦਾ ਪਰੋਸੈਸ ਸ਼ੁਰੂ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "ਪਰੋਸੈੱਸ ਚਾਲੂ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਉਪਲੱਬਧ ਕਰਵਾਉਂਦਾ " "ਸੀ, ਲੱਭਿਆ ਜਾਂ ਸ਼ੁਰੂ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ। ਇਹ ਤਕਨੀਕੀ ਕਾਰਨਾਂ ਕਰਕੇ ਹੋਇਆ ਹੈ।" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1074,12 +980,12 @@ msgid "" "incompatible with the current version and thus not start." msgstr "" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਉਪਲੱਬਧ ਕਰਵਾਉਦਾ " "ਸੀ, ਨੇ ਅੰਦਰੂਨੀ ਗਲਤੀ ਦਿੱਤੀ ਹੈ।" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL ਗਲਤ ਫਾਰਮੈਟ ਵਿੱਚ" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "ਗ਼ੈਰ-ਸਹਾਇਕ ਪਰੋਟੋਕਾਲ %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1116,19 +1022,19 @@ msgid "" msgstr "" "ਇਸ ਕੰਪਿਊਟਰ ਉੱਤੇ ਇੰਸਟਾਲ KDE ਕਾਰਜ ਪਰੋਟੋਕਾਲ %1 ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹਨ।" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "ਲੋੜੀਦੇ ਪਰੋਟੋਕਾਲ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "ਪਰੋਟੋਕਾਲ %1 ਦੇ ਵਰਜ਼ਨ ਇਸ ਕੰਪਿਊਟਰ ਵਲੋਂ ਤਾਂ ਸਹਾਇਕ ਹਨ, ਪਰ ਸਰਵਰ ਨਾਲ ਅਨੁਕੂਲ ਨਹੀਂ ਹਨ।" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1136,24 +1042,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ਸਰੋਤ ਵੱਲ ਇਸ਼ਾਰਾ ਨਹੀਂ ਕਰਦਾ ਹੈ।" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "ਪਰੋਟੋਕਾਲ ਇੱਕ ਫਿਲਟਰ ਪਰੋਟੋਕਾਲ ਹੈ" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1162,12 +1068,12 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "ਗ਼ੈਰ-ਸਹਾਇਕ ਕਾਰਵਾਈ: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1176,7 +1082,7 @@ msgstr "" "ਲੋੜੀਦੀ ਕਾਰਵਾਈ KDE ਪਰੋਗਰਾਮ ਵਲੋਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ, ਜਿਸ ਲਈ %1 ਪਰੋਟੋਕਾਲ " "ਸਥਾਪਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1184,133 +1090,133 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "ਇਸ ਨਤੀਜੇ ਨੂੰ ਪਰਾਪਤ ਕਰਨ ਕਈ ਹੋਰ ਢੰਗ ਦੀ ਖੋਜ ਦੀ ਕੋਸ਼ਿਸ ਹੈ।" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ਲੋੜੀਦੀ ਫਾਇਲ" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "ਮੰਗੀ ਫਾਇਲ ਗਈ ਸੀ, ਪਰ ਇਸ ਦੀ ਬਜਾਏ ਫੋਲਡਰ %1 ਮਿਲਿਆ ਹੈ।" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ਸਰਵਰ ਪਾਸੇ ਸਮੱਸਿਆ ਆ ਸਕਦੀ ਹੈ।" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ਲੋੜੀਦਾ ਫੋਲਡਰ" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "ਮੰਗਿਆ ਤਾਂ ਫੋਲਡਰ ਗਿਆ ਸੀ, ਪਰ ਇਸ ਦੀ ਬਜਾਏ ਫਾਇਲ %1 ਮਿਲੀ ਹੈ।" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ਫੋਲਡਰ ਜਾਂ ਫਾਇਲ ਮੌਜੂਦ ਨਹੀਂ ਹੈ" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "ਦਿੱਤੀ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ %1 ਮੌਜੂਦ ਨਹੀਂ ਹੈ।" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "ਮੰਗੀ ਫਾਇਲ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ, ਕਿਉਕਿ ਇਸ ਨਾਂ ਨਾਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "ਮੌਜੂਦਾ ਫਾਇਲ ਨੂੰ ਕਿਤੇ ਹੋਰ ਭੇਜੋ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "ਮੌਜੂਦਾ ਫਾਇਲ ਨੂੰ ਹਟਾਓ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "ਨਵੀਂ ਫਾਇਲ ਲਈ ਬਦਲਵਾਂ ਫਾਇਲ ਨਾਂ ਚੁਣੋ।" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "ਦਿੱਤਾ ਫੋਲਡਰ ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ, ਕਿਉਕਿ ਇਸੇ ਨਾਂ ਨਾਲ ਫੋਲਡਰ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "ਪਹਿਲਾਂ ਮੌਜੂਦਾ ਫੋਲਡਰ ਨੂੰ ਕਿਤੇ ਭੇਜੋ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "ਮੌਜੂਦਾ ਫੋਲਡਰ ਨੂੰ ਹਟਾਓ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "ਨਵੇਂ ਫੋਲਡਰ ਲਈ ਹੋਰ ਨਾਂ ਦਿਓ।" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "ਅਣਜਾਣ ਹੋਸਟ" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "ਨਾਂ, %1, ਜੋ ਤੁਸੀਂ ਦਿੱਤਾ ਹੈ, ਸ਼ਾਇਦ ਮੌਜੂਦ ਨਾ ਹੋਵੇ: ਇਸ ਦੇ ਸ਼ਬਦ ਗਲਤ ਹੋ ਸਕਦੇ ਹਨ।" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "ਅਧਿਕਾਰ ਪਾਬੰਦੀ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "ਖਾਸ ਸਰੋਤ, %1 ਲਈ ਅਧਿਕਾਰ ਪਾਬੰਦੀ ਹੈ।" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "ਤੁਸੀਂ ਗਲਤ ਪਰਮਾਣਕਿਤਾ ਵੇਰਵਾ ਦਿੱਤਾ ਹੋ ਸਕਦਾ ਹੈ ਜਾਂ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਦਿੱਤਾ ਹੀ ਨਾ ਹੋਵੇ।" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "ਤੁਹਾਡੇ ਖਾਤੇ ਨੂੰ ਦਿੱਤੇ ਸਰੋਤ ਦੀ ਵਰਤੋਂ ਲਈ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ।" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1318,12 +1224,12 @@ msgid "" msgstr "" "ਬੇਨਤੀ ਲਈ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ ਅਤੇ ਇਹ ਯਕੀਨੀ ਬਣਾਉ ਕਿ ਤੁਸੀਂ ਠੀਕ ਪਰਮਾਣਕਿਤਾ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਹੈ।" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "ਲਿਖਣ ਅਧਿਕਾਰ ਪਾਬੰਦੀ" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1331,12 +1237,12 @@ msgid "" msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਫਾਇਲ %1 ਨੂੰ ਲਿਖਣ ਦੀ ਕੋਸ਼ਿਸ ਨਾ-ਮਨਜ਼ੂਰ ਕਰ ਦਿੱਤੀ ਗਈ ਹੈ।" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "ਫੋਲਡਰ ਖੋਲ੍ਹਣ ਲਈ ਅਸਫ਼ਲ" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1344,17 +1250,17 @@ msgid "" msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਫੋਲਡਰ %1 ਨੂੰ ਖੋਲ੍ਹਣ ਦੀ ਮੰਗ ਨੂੰ ਰੱਦ ਕਰ ਦਿੱਤਾ ਗਿਆ ਸੀ।" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "ਫੋਲਡਰ ਲਿਸਟ ਵਾਸਤੇ ਉਪਲੱਬਧ ਨਹੀਂ" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "ਪਰੋਟੋਕਾਲ %1 ਇੱਕ ਫਾਇਲ-ਸਿਸਟਮ ਨਹੀਂ ਹੈ" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1364,12 +1270,12 @@ msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਇਹ ਹੈ ਕਿ ਫੋਲਡਰ ਦੇ ਭਾਗਾਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਲਈ ਮੰਗ ਕੀਤੀ ਗਈ ਸੀ ਅਤੇ ਇਹ ਪਰੋਟੋਕਾਲ ਨੂੰ " "ਸਹਇਕ KDE ਪਰੋਗਰਾਮ ਇੰਝ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ ਹੈ।" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "ਸਾਇਕਲਿਕ ਲਿੰਕ ਖੋਜਿਆ" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1378,34 +1284,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "ਲੂਪ ਨੂੰ ਖਤਮ ਕਰਨ ਲਈ ਚੱਕਰ ਦੇ ਇੱਕ ਭਾਗ ਨੂੰ ਹਟਾ ਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ।" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "ਵਰਤੋਂਕਾਰ ਨੇ ਬੇਨਤੀ ਰੱਦ ਕੀਤੀ" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "ਬੇਨਤੀ ਨੂੰ ਪੂਰਾ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ, ਕਿਉਕਿ ਇਸ ਨੂੰ ਅਧੂਰਾ ਛੱਡ ਦਿੱਤਾ ਗਿਆ ਹੈ।" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "ਬੇਨਤੀ ਉੱਤੇ ਮੁੜ ਕੋਸ਼ਿਸ" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "ਕਾਪੀ ਕਰਨ ਦੌਰਾਨ ਸਾਇਕਲਿਕ ਲਿੰਕ ਖੋਜਿਆ" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1414,17 +1320,17 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਨਹੀਂ ਬਣ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "ਸਾਕਟ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1433,8 +1339,8 @@ msgstr "" "ਇਹ ਸਾਫ਼ ਤਕਨੀਕੀ ਸਮੱਸਿਆ ਹੈ, ਜਿਸ ਵਿੱਚ ਨੈੱਟਵਰਕ ਸੰਚਾਰ (ਇੱਕ ਸਾਕਟ) ਲਈ ਲੋੜੀਦਾ ਨੈੱਟਵਰਕ ਡਿਵਾਈਸ " "ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1443,12 +1349,12 @@ msgstr "" "ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਗਲਤ ਢੰਗ ਨਾਲ ਸੰਰਚਿਤ ਕੀਤਾ ਗਿਆ ਹੋ ਸਕਦਾ ਹੈ, ਜਾਂ ਨੈੱਟਵਰਕ ਇੰਟਰਫੇਸ ਯੋਗ ਨਹੀਂ ਹੋ ਸਕਦਾ " "ਹੈ।" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "ਸਰਵਰ ਨਾਲ ਕਨੈਕਸ਼ਨ ਤੋਂ ਇਨਕਾਰ" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1456,7 +1362,7 @@ msgid "" msgstr "" "ਸਰਵਰ %1 ਨੇ ਇਸ ਕੰਪਿਊਟਰ ਨਾਲ ਕਨੈਕਸ਼ਨ ਬਣਾਉਣ ਤੋਂ ਇਨਕਾਰ ਕਰ ਦਿੱਤਾ ਹੈ।" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1465,14 +1371,14 @@ msgstr "" "ਸਰਵਰ, ਜਦੋਂ ਇੰਟਰਨੈਟ ਨਾਲ ਨਾ ਜੁੜਿਆ ਹੋਵੇ ਤਾਂ ਸੰਭਵ ਹੈ ਕਿ ਉਹ ਸਭ ਬੇਨਤੀਆਂ ਸਵੀਕਾਰ ਕਰਨ ਲਈ ਸੰਰਚਿਤ ਨਾ " "ਹੋਵੇ।" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "ਸਰਵਰ, ਜਦੋਂ ਇੰਟਰਨੈਟ ਨਾਲ ਜੁੜਿਆ ਹੋਵੇ ਤਾਂ ਲੋੜੀਦੀ ਸਰਵਿਸ (%1) ਨਾ ਚਲਾਉਣਾ ਹੋ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1482,12 +1388,12 @@ msgstr "" "ਇਸ ਬੇਨਤੀ ਦੇ ਰਾਹ ਵਿੱਚ ਇੱਕ ਨੈੱਟਵਰਕ ਫਾਇਰਵਾਲ (ਇੱਕ ਡਿਵਾਈਸ, ਜੋ ਕਿ ਇੰਟਰਨੈੱਟ ਬੇਨਤੀਆਂ 'ਤੇ ਪਾਬੰਦੀ " "ਲਗਾਉਦਾ ਹੈ), ਜਾਂ ਤੁਹਾਡਾ ਨੈੱਟਵਰਕ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰਦੀ ਹੋ ਸਕਦੀ ਹੈ ਜਾਂ ਸਰਵਰ ਦੇ ਨੈੱਟਵਰਕ ਨੂੰ, ਆ ਗਈ ਹੈ।" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "ਸਰਵਰ ਨਾਲ ਕਨੈਕਸ਼ਨ ਅਸਧਾਰਨ ਢੰਗ ਨਾਲ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1496,7 +1402,7 @@ msgstr "" "ਹਾਲਾਂਕਿ %1 ਨਾਲ ਕਨੈਕਸ਼ਨ ਬਣਾਇਆ ਗਿਆ ਸੀ, ਪਰ ਸੰਚਾਰ ਦੌਰਾਨ ਕਿਤੇ ਕਨੈਕਸ਼ਨ " "ਅਚਾਨਕ ਹੀ ਬੰਦ ਹੋ ਗਿਆ।" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1504,17 +1410,17 @@ msgid "" msgstr "" "ਇੱਕ ਪਰੋਟੋਕਾਲ ਗਲਤੀ ਆਈ ਹੈ, ਸਰਵਰ ਨੂੰ ਗਲਤੀ ਦੇ ਜਵਾਬ ਵਜੋਂ ਕਨੈਕਸ਼ਨ ਬੰਦ ਹੋਣ ਦਾ ਕਾਰਨ ਬਣ ਗਿਆ ਹੈ।" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL ਸਰੋਤ ਗਲਤ" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "ਪਰੋਟੋਕਾਲ %1 ਇੱਕ ਫਿਲਟਰ ਪਰੋਟੋਕਾਲ ਨਹੀਂ ਹੈ।" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1531,17 +1437,17 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "ਇਨਪੁੱਟ/ਆਉਟਪੁੱਟ ਡਿਵਾਈਸ ਸ਼ੁਰੂ ਨਹੀਂ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ਡਿਵਾਈਸ ਮਾਊਂਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1550,7 +1456,7 @@ msgstr "" "ਮੰਗਿਆ ਡਿਵਾਈਸ (\"ਮਾਊਂਟ ਕੀਤਾ\") ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ। ਮੌਜੂਦ ਗਲਤੀ ਹੈ: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1561,7 +1467,7 @@ msgstr "" "ਕਿ CD ਡਰਾਇਵ ਵਿੱਚ CD-ROM ਨਾ ਹੋਵੇ), ਜਾਂ ਪੋਰਟੇਬਲ ਡਿਵਾਈਸ ਹੋਣ ਦੀ ਸਥਿਤੀ ਵਿੱਚ, ਡਿਵਾਈਸ ਠੀਕ " "ਤਰਾਂ ਜੁੜਿਆ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1571,7 +1477,7 @@ msgstr "" "ਤੁਹਾਨੂੰ ਡਿਵਾਈਸ ਸ਼ੁਰੂ (\"mount\") ਕਰਨ ਲਈ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹਨ। ਯੂਨੈਕਸ (UNIX) ਸਿਸਟਮਾਂ ਉੱਤੇ " "ਸਿਸਟਮ ਐਡਮਿਨਸਟੇਟਰ ਨੂੰ ਇੱਕ ਡਿਵਾਈਸ ਨੂੰ ਅਣ-ਮਾਊਂਟ ਕਰਨ ਲਈ ਇਜਾਜ਼ਤਾਂ ਹੁੰਦੀਆਂ ਹਨ।" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1580,17 +1486,17 @@ msgstr "" "ਜਾਂਚ ਕਰੋ ਕਿ ਡਿਵਾਈਸ ਤਿਆਰ ਹੈ; ਹਟਾਉਣਯੋਗ ਮਾਧਿਅਮਾਂ ਵਿੱਚ ਮਾਧਿਅਮ ਹੈ ਅਤੇ ਪੋਰਟੇਬਲ ਡਿਵਾਈਸ ਠੀਕ " "ਤਰਾਂ ਜੁੜੇ ਹਨ ਅਤੇ ਚਾਲੂ ਹੈ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ ਕਰਕੇ ਦੇਖੋ।" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "ਇਨਪੁੱਟ/ਆਉਟਪੁੱਟ ਡਿਵਾਈਸ ਨੂੰ ਬੰਦ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ਡਿਵਾਈਸ ਨੂੰ ਅਣ-ਮਾਊਂਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1598,7 +1504,7 @@ msgid "" msgstr "" "ਮੰਗਿਆ ਡਿਵਾਈਸ (\"ਅਣ-ਮਾਊਂਟ\") ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ। ਮੌਜੂਦ ਗਲਤੀ ਹੈ: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1608,7 +1514,7 @@ msgstr "" "ਡਿਵਾਈਸ ਰੁਝਿਆ ਹੋ ਸਕਦਾ ਹੈ, ਇਹ ਕਿਸੇ ਹੋਰ ਐਪਲੀਕੇਸ਼ਨ ਜਾਂ ਵਰਤੋਂਕਾਰ ਰਾਹੀਂ ਵਰਤਿਆ ਜਾ ਰਿਹਾ ਹੋ ਸਕਦਾ " "ਹੈ। ਡਿਵਾਈਸ ਦੇ ਟਿਕਾਣੇ ਉੱਤੇ ਖੁੱਲੇ ਬਰਾਊਜ਼ਰ ਵੀ ਡਿਵਾਈਸ ਨੂੰ ਵਰਤੋਂ ਵਿੱਚ ਰੱਖ ਸਕਦੇ ਹਨ।" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1618,17 +1524,17 @@ msgstr "" "ਤੁਹਾਨੂੰ ਡਿਵਾਈਸ ਅਣ-ਸ਼ੁਰੂ (\"unmount\") ਕਰਨ ਲਈ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹਨ। ਯੂਨੈਕਸ (UNIX) ਸਿਸਟਮਾਂ ਉੱਤੇ " "ਸਿਸਟਮ ਐਡਮਿਨਸਟੇਟਰ ਨੂੰ ਇੱਕ ਡਿਵਾਈਸ ਨੂੰ ਅਣ-ਮਾਊਂਟ ਕਰਨ ਲਈ ਇਜਾਜ਼ਤਾਂ ਹੁੰਦੀਆਂ ਹਨ।" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "ਚੈੱਕ ਕਰੋ ਕਿ ਕੋਈ ਕਾਰਜ ਡਿਵਾਈਸ ਨੂੰ ਵਰਤ ਤਾਂ ਨਹੀਂ ਰਿਹਾ ਹੈ ਅਤੇ ਫਿਰ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "ਸਰੋਤ ਤੋਂ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1637,17 +1543,17 @@ msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਸਰੋਤ, %1, ਖੋਲ੍ਹਣ ਦੇ ਯੋਗ ਤਾਂ ਸੀ, ਪਰ ਸਰੋਤ ਦੇ ਭਾਗ ਪੜ੍ਹਨ " "ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ।" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "ਤੁਹਾਨੂੰ ਸਰੋਤ ਤੋਂ ਪੜ੍ਹਨ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹੋ ਸਕਦੀਆਂ ਹਨ।" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "ਸਰੋਤ ਤੇ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1656,22 +1562,22 @@ msgstr "" "ਇਸ ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਸਰੋਤ, %1, ਖੋਲ੍ਹਣ ਦੇ ਯੋਗ ਤਾਂ ਸੀ, ਪਰ ਸਰੋਤ ਦੇ ਭਾਗ ਲਿਖਣ " "ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ।" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "ਤੁਹਾਨੂੰ ਸਰੋਤ ਉੱਤੇ ਲਿਖਣ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹੋ ਸਕਦੀਆਂ ਹਨ।" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਤੋਂ ਸੁਣਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "ਬਾਈਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1679,17 +1585,17 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "ਸੁਣਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਸਵੀਕਾਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1698,33 +1604,33 @@ msgstr "" "ਇਹ ਸਾਫ਼ ਤੌਰ ਉੱਤੇ ਤਕਨੀਕੀ ਗਲਤੀ ਹੈ, ਜਦੋਂ ਕਿ ਆਉਣ ਵਾਲੇ ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨ ਨੂੰ ਸਵੀਕਾਰ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ " "ਕੀਤਾ ਤਾਂ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ।" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "ਤੁਹਾਨੂੰ ਕਨੈਕਸ਼ਨ ਮਨਜੂਰ ਕਰਨ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹੋ ਸਕਦੀਆਂ ਹਨ।" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "ਲਾਗਇਨ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "ਲਾਗਇਨ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ ਦੀ ਕਾਰਵਾਈ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "ਸਰੋਤ ਹਾਲਤ ਜਾਣੀ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1733,158 +1639,158 @@ msgstr "" "ਸਰੋਤ %1 ਦੀ ਸਥਿਤੀ, ਜਿਵੇਂ ਕਿ ਸਰੋਤ ਨਾਂ, ਕਿਸਮ, ਅਕਾਰ ਆਦਿ, ਨੂੰ ਜਾਣਨ ਦੌਰਾਨ " "ਗਲਤੀ ਆਈ ਹੈ।" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "ਦਿੱਤਾ ਸਰੋਤ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਮੌਜੂਦ ਨਾ ਹੋਵੇ ਜਾਂ ਪਹੁੰਚ 'ਚ ਨਾ ਹੋਵੇ।" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "ਸੁਣਨ ਨੂੰ ਰੱਦ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ਠੀਕ ਕਰੋ: ਇਸ ਦਾ ਦਸਤਾਵੇਜ਼ ਬਣਾਓ" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "ਫੋਲਡਰ ਨਹੀਂ ਬਣਾਇਆ ਜਾ ਸਕਿਆ ਹੈ" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "ਫੋਲਡਰ ਬਣਾਉਣ ਦੀ ਬੇਨਤੀ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "ਟਿਕਾਣਾ, ਜਿੱਥੇ ਕਿ ਫੋਲਡਰ ਬਣਾਉਣਾ ਸੀ, ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ ਹੈ।" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "ਫੋਲਡਰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "ਦਿੱਤੇ ਫੋਲਡਰ %1 ਨੂੰ ਹਟਾਉਣ ਦੀ ਕੋਸ਼ਿਸ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "ਦਿੱਤਾ ਫੋਲਡਰ ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "ਦਿੱਤਾ ਫੋਲਡਰ ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ।" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "ਪੁਸ਼ਟੀ ਕਰੋ ਕਿ ਫੋਲਡਰ ਮੌਜੂਦ ਹੈ ਤੇ ਖਾਲੀ ਹੈ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ।" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ਫਾਇਲ ਟਰਾਂਸਫਰ ਮੁੜ-ਪਰਾਪਤ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "ਪਰੋਟੋਕਾਲ, ਜਾਂ ਸਰਵਰ, ਫਾਇਲ ਮੁੜ-ਪਰਾਪਤੀ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "ਸਰੋਤ ਨਾਂ-ਬਦਲੋ ਨਹੀਂ ਹੋ ਸਕਿਆ" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "ਦਿੱਤੇ ਸਰੋਤ %1 ਦਾ ਨਾਂ-ਬਦਲੋ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "ਸਰੋਤ ਦੇ ਅਧਿਕਾਰ ਬਦਲੇ ਨਹੀਂ ਜਾ ਸਕੇ" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "ਦਿੱਤੇ ਸਰੋਤ %1 ਲਈ ਇਜਾਜ਼ਤਾਂ ਬਦਲਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਅਸਫ਼ਲ ਹੋਈ ਹੈ।" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "ਸਰੋਤ ਦੇ ਅਧਿਕਾਰ ਬਦਲੇ ਨਹੀਂ ਜਾ ਸਕੇ" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "ਦਿੱਤੇ ਸਰੋਤ %1 ਦੇ ਅਧਿਕਾਰ ਬਦਲਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "ਸਰੋਤ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "ਦਿੱਤੇ ਸਰੋਤ %1 ਨੂੰ ਹਟਾਉਣ ਦੀ ਕੋਸ਼ਿਸ ਅਸਫ਼ਲ ਰਹੀ ਹੈ।" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "ਅਚਾਨਕ ਪਰੋਗਰਾਮ ਖਤਮ ਹੋਇਆ" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "ਮੈਮੋਰੀ ਖਤਮ ਹੋਈ" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "ਅਣਜਾਣ ਪਰਾਕਸੀ ਹੋਸਟ" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -1927,17 +1833,17 @@ msgstr "" "ਨਾ-ਸਹਾਇਕ ਪਰਮਾਣਕਿਤਾ ਢੰਗ ਬਾਰੇ KDE ਟੀਮ ਨੂੰ https://bugs.kde.org/ ਉੱਤੇ ਬੱਗ ਜਾਣਕਾਰੀ ਦਿਓ ਜੀ।" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "ਬੇਨਤੀ ਛੱਡੀ ਗਈ" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "ਸਰਵਰ ਵਿੱਚ ਅੰਦਰੂਨੀ ਗਲਤੀ" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1946,7 +1852,7 @@ msgstr "" "ਸਰਵਰ ਉੱਤੇ ਪਰੋਗਰਾਮ, ਜੋ ਕਿ %1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਦਿੰਦਾ ਸੀ, ਨੇ ਅੰਦਰੂਨੀ ਗਲਤੀ " "ਦਿੱਤੀ ਹੈ: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1955,46 +1861,41 @@ msgstr "" "ਇਹ ਸਰਵਰ ਪਰੋਗਰਾਮ ਵਿੱਚ ਇੱਕ ਬੱਗ ਹੋਣ ਕਰਕੇ ਹੋਇਆ ਜਾਪਦਾ ਹੈ। ਹੇਠ ਦਿੱਤੇ ਵੇਰਵੇ ਸਮੇਤ ਇੱਕ ਪੂਰੀ ਬੱਗ ਰਿਪੋਰਟ " "ਭੇਜਣ ਬਾਰੇ ਸੋਚੋ ਜੀ।" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "ਸਰਵਰ ਦੇ ਪਰਸ਼ਾਸ਼ਕਾਂ ਨੂੰ ਸਮੱਸਿਆ ਨੂੰ ਜਾਣੂ ਕਰਵਾਉਣ ਲਈ ਉਹਨਾਂ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "ਜੇਕਰ ਤੁਸੀਂ ਜਾਣਦੇ ਕਿ ਸਰਵਰ ਸਾਫਟਵੇਅਰ ਦਾ ਲੇਖਕ ਕੌਣ ਹੈ ਤਾਂ ਉਸ ਨੂੰ ਸਿੱਧੀ ਬੱਗ ਰਿਪੋਰਟ ਭੇਜ ਦਿਓ।" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "ਟਾਈਮ-ਆਉਟ ਗਲਤੀ" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                • Timeout for establishing a connection: %1 seconds
                • Timeout " -"for receiving a response: %2 seconds
                • Timeout for accessing proxy " -"servers: %3 seconds
                Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "ਸਰਵਰ ਇੰਨਾ ਰੁੱਝਿਆ ਹੋਇਆ ਹੈ ਕਿ ਹੋਰ ਬੇਨਤੀਆਂ ਨੂੰ ਜਵਾਬ ਨਹੀਂ ਦੇ ਸਕਦਾ ਹੈ।" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "ਅਣਜਾਣ ਗਲਤੀ" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਉਪਲੱਬਧ ਕਰਵਾਉਦਾ " "ਸੀ, ਨੇ ਅਣਜਾਣੀ ਗਲਤੀ ਦਿੱਤੀ ਹੈ: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "ਅਣਜਾਣ ਦਖਲ" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਉਪਲੱਬਧ ਕਰਵਾਉਂਦਾ " "ਸੀ, ਨੇ ਅਣਜਾਣ ਕਿਸਮ ਦੇ ਦਖਲ ਦੀ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਹੈ: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "ਅਸਲੀ ਫਾਇਲ ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2032,12 +1933,12 @@ msgstr "" "ਲੋੜੀਦੀ ਕਾਰਵਾਈ ਨੇ ਅਸਲੀ ਫਾਇਲ ਨੂੰ ਹਟਾਉਣ ਦੀ ਮੰਗ ਕੀਤੀ ਸੀ, ਆਮ ਤੌਰ ਉੱਤੇ ਇੱਕ ਫਾਇਲ ਭੇਜਣ ਦੀ " "ਕਾਰਵਾਈ ਦੌਰਾਨ। ਅਸਲੀ ਫਾਇਲ %1 ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "ਆਰਜ਼ੀ ਫਾਇਲ ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2048,12 +1949,12 @@ msgstr "" "ਕਰਨ ਦੌਰਾਨ ਸੰਭਾਲਿਆ ਜਾ ਸਕਦਾ। ਇਹ ਆਰਜ਼ੀ ਫਾਇਲ %1 ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ " "ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "ਅਸਲੀ ਫਾਇਲ ਦਾ ਨਾਂ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2062,12 +1963,12 @@ msgstr "" "ਮੰਗੀ ਕਾਰਵਾਈ ਨੇ ਅਸਲੀ ਫਾਇਲ %1 ਦਾ ਨਾਂ ਬਦਲਣ ਦੀ ਮੰਗ ਕੀਤੀ ਸੀ, ਪਰ ਨਾਂ-" "ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "ਆਰਜ਼ੀ ਫਾਇਲ ਦਾ ਨਾਂ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2076,32 +1977,32 @@ msgstr "" "ਲੋੜੀਦੇ ਓਪਰੇਸ਼ਨ ਲਈ ਇੱਕ ਆਰਜ਼ੀ ਫਾਇਲ %1 ਬਣਾਉਣ ਦੀ ਲੋੜ ਸੀ, ਪਰ ਇਹ ਬਣਾਈ " "ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ।" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "ਲਿੰਕ ਨਹੀਂ ਬਣਾਇਆ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਨਹੀਂ ਬਣਾਇਆ ਜਾ ਸਕਿਆ ਹੈ" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ %1 ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ।" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "ਸਮੱਗਰੀ ਨਹੀਂ" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "ਡਿਸਕ ਭਰ ਗਈ ਹੈ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2110,7 +2011,7 @@ msgstr "" "ਦਿੱਤੀ ਫਾਇਲ %1 ਨੂੰ ਇੱਥੇ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ, ਕਿਉਂਕਿ ਡਿਸਕ ਉੱਤੇ ਖਾਲੀ " "ਥਾਂ ਨਹੀਂ ਹੈ।" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2120,63 +2021,63 @@ msgstr "" "ਡਿਸਕ ਥਾਂ ਖਾਲੀ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ 1) ਨਾ-ਲੋੜੀਦੀਆਂ ਅਤੇ ਆਰਜ਼ੀ ਫਾਇਲਾਂ ਨੂੰ ਹਟਾ ਕੇ; 2) ਫਾਇਲਾਂ ਨੂੰ " "ਹਟਾਉਣਯੋਗ ਮਾਧਿਅਮ ਜਿਵੇਂ ਕਿ CD-Recordable ਡਿਸਕਾਂ ਉੱਤੇ ਲਿਖ ਕੇ ਜਾਂ 3) ਹੋਰ ਸਟੋਰੇਜ਼ ਸਮੱਰਥਾ ਜੋੜ ਕੇ।" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "ਸਰੋਤ ਅਤੇ ਟਿਕਾਣਾ ਫਾਇਲਾਂ ਇੱਕ ਹੀ ਹਨ" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "ਓਪਰੇਸ਼ਨ ਮੁਕੰਮਲ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ, ਕਿਉਕਿ ਸਰੋਤ ਅਤੇ ਟਿਕਾਣਾ ਫਾਇਲਾਂ ਇੱਕੋ ਹੀ ਫਾਇਲਾਂ ਹਨ।" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "ਟਿਕਾਣਾ ਫਾਇਲ ਲਈ ਵੱਖਰਾ ਨਾਂ ਚੁਣੋ।" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਨੂੰ ਖੁਦ ਵਿੱਚ ਪਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "ਸਰੋਤ ਅਤੇ ਟਿਕਾਣਾ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਉਹੀ ਹੋਣ ਕਰਕੇ ਕਾਰਵਾਈ ਪੂਰੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ।" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "ਆਈਟਮ ਨੂੰ ਵੱਖਰੇ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਨੂੰ ਪਾਓ।" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "ਫੋਲਡਰ ਨੂੰ ਖੁਦ ਇਸ ਦੇ ਦੇ ਅੰਦਰ ਨਹੀਂ ਭੇਜਿਆ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "ਸਰੋਤ ਨੂੰ ਖੁਦ ਵਿੱਚ ਨਾ ਭੇਜੇ ਜਾਣ ਕਰਕੇ ਕਾਰਵਾਈ ਪੂਰੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ।" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "ਆਈਟਮ ਨੂੰ ਵੱਖਰੇ ਫੋਲਡਰ ਵਿੱਚ ਭੇਜੋ।" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "ਪਾਸਵਰਡ ਸਰਵਰ ਨਾਲ ਸੰਚਾਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2185,22 +2086,22 @@ msgstr "" "ਪਾਸਵਰਡ ਦੀ ਮੰਗ ਕਰਨ ਵਾਲੀ ਸਰਵਿਸ (kpasswdserver) ਨਾਲ ਸੰਪਰਕ ਨਾ ਹੋਣ ਕਰਕੇ ਕਾਰਵਾਈ ਪੂਰੀ " "ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "ਆਪਣੇ ਸ਼ੈਸ਼ਨ ਨੂੰ ਮੁੜ-ਚਾਲੂ ਕਰੋ ਜਾਂ kiod ਤੋਂ ਗਲਤੀਆਂ ਲਈ ਲਾਗ ਨੂੰ ਵੇਖੋ।" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 ਪਰੋਟੋਕਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO ਵਰਕਰ ਬਣਾਉਣ ਵਿੱਚ ਅਸਮਰੱਥ" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2209,20 +2110,20 @@ msgstr "" "KIO ਵਰਕਰ ਜੋ ਕਿ %1 ਪਰੋਟੋਕਾਲ ਲਈ ਪਹੁੰਚ ਉਪਲੱਬਧ ਕਰਵਾਉਦਾ ਸੀ, ਸ਼ੁਰੂ ਨਹੀਂ " "ਕੀਤਾ ਜਾ ਸਕਿਆ। ਇਹ ਅਕਸਰ ਤਕਨੀਕੀ ਕਾਰਨਾਂ ਕਰਕੇ ਹੁੰਦਾ ਹੈ।" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 ਨੂੰ ਟਰਾਂਸਫਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2232,7 +2133,7 @@ msgstr "" "ਟਿਕਾਣਾ ਫਾਇਲ-ਸਿਸਟਮ ਵਲੋਂ ਐਨੀ ਵੱਡੀ ਫਾਇਲ ਲਈ ਸਹਿਯੋਗੀ ਨਾ ਹੋਣ ਕਰਕੇ ਫਾਇਲ %1 ਨੂੰ ਟਰਾਂਸਫਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2240,28 +2141,28 @@ msgid "" msgstr "" "ਟਿਕਾਣਾ ਡਰਾਇਵ ਨੂੰ ਐਨੀ ਵੱਡੀ ਫਾਇਲ ਲਈ ਸਹਿਯੋਗੀ ਹੋਣ ਵਾਲੇ ਫਾਇਲ-ਸਿਸਟਮ ਵਰਤ ਕੇ ਮੁੜ-ਫਾਰਮੈਟ ਕਰੋ।" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "ਗ਼ੈਰ-ਡੌਕੂਮੈਂਟ ਗਲਤੀ" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 ਨਾਲ ਸਿੰਬੋਲਿਕ ਲਿੰਕ)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 ਨਾਲ ਲਿੰਕ)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 ਲਈ ਪੁਆਇੰਟ)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2270,25 +2171,25 @@ msgstr "" "ਖਰਾਬ URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "\"%1\" ਤੋਂ ਚੱਲਣਯੋਗ ਨਾਂ ਲੱਭਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ, ਕਿਰਪਾ ਕਰਕੇ ਠੀਕ ਪਰੋਗਰਾਮ ਨਾਂ ਦਿਉ ਜੀ।" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ਕੋਈ ਚੱਲਣਯੋਗ ਪਰੋਗਰਾਮ ਨਹੀਂ ਜਾਪਦਾ ਹੈ।" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2296,92 +2197,92 @@ msgid "" "executable program." msgstr "%1 ਨਹੀਂ ਲੱਭਿਆ, ਚੱਲਣਯੋਗ ਪਰੋਗਰਾਮ ਲਈ ਢੁੱਕਵਾਂ ਮਾਰਗ ਦਿਓ।" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਨਾ-ਸਹਾਇਕ ਕਨੈਕਸ਼ਨ ਖੋਲ੍ਹਣ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਕਨੈਕਸ਼ਨ ਬੰਦ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "ਲਿਖਣ ਲਈ %1 ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਲਈ ਖਾਸ ਕਾਰਵਾਈ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਲਈ ਫੋਲਡਰ ਲਿਸਟ ਕਰਨੇ ਸੰਭਵ ਨਹੀਂ ਹਨ।" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 ਤੋਂ ਮੁੜ ਡਾਟਾ ਪਰਾਪਤ ਕਰਨਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "mime ਕਿਸਮ ਜਾਣਕਾਰੀ %1 ਤੋਂ ਪਰਾਪਤ ਕਰਨ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "ਫਾਇਲਾਂ ਦਾ ਨਾਂ-ਬਦਲੋ ਜਾਂ ਥਾਂ ਤਬਦੀਲੀ %1 ਵਿੱਚ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ symlink ਬਣਾਉਣਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 ਤੋਂ ਫਾਇਲਾਂ ਕਾਪੀ ਕਰਨ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 ਤੋਂ ਫਾਇਲ ਹਟਾਉਣਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਫੋਲਡਰ ਬਣਾਉਣ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਫਾਇਲਾਂ ਦੇ ਗੁਣ ਤਬਦੀਲ ਕਰਨੇ ਸੰਭਵ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ਪਰੋਟੋਕਾਲ %1 ਨਾਲ ਫਾਇਲਾਂ ਦੇ ਗੁਣ ਬਦਲਣੇ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 ਪਰੋਟੋਕਾਲ ਨਾਲ ਫਾਇਲ ਖੋਲ੍ਹਣਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 ਪਰੋਟੋਕਾਲ ਐਕਸ਼ਨ %2 ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2390,114 +2291,137 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "ਅਣਜਾਣ ਪਰੋਟੋਕਾਲ '%1' ਹੈ।" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "ਪਰੋਟੋਕਾਲ '%1' ਲਈ KIO ਵਰਕਰ ਖੋਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "ਪਰੋਟੋਕਾਲ '%1' ਲਈ KIO ਵਰਕਰ ਚਲਾਉਣ ਵਾਸਤੇ ਸਾਕਟ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ ਹੈ।" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "ਪਰੋਟੋਕਾਲ '%1' ਲਈ io-slave ਖੋਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "ਵੇਰਵੇ(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "ਹਮੇਸ਼ਾ(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "ਜਾਰੀ ਰੱਖੋ(&n)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "ਕੇਵਲ ਮੌਜੂਦਾ ਸ਼ੈਸ਼ਨ ਲਈ(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ਫੋਲਡਰ ਬਣਾਓ" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "ਫੋਲਡਰ ਬਣਾਓ" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "ਤੁਸੀ ਫਾਇਲ ਹਟਾਉਣ ਲਈ ਫਾਇਲ ਨਹੀਂ ਚੁਣੀ ਹੈ।" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "ਹਟਾਉਣ ਲਈ ਕੁਝ ਨਹੀਂ ਹੈ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "ਤੁਸੀ ਰੱਦੀ ਵਿੱਚ ਭੇਜਣ ਲਈ ਫਾਇਲ ਨਹੀਂ ਚੁਣੀ ਹੈ।" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ਰੱਦੀ ਲਈ ਕੁਝ ਨਹੀਂ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "ਦਿੱਤਾ ਫੋਲਡਰ ਮੌਜੂਦ ਨਹੀਂ ਹੈ ਜਾਂ ਇਹ ਪੜ੍ਹਨ ਯੋਗ ਨਹੀਂ ਹੈ।" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "ਮੇਨੂ" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "ਮੁੱਢਲਾ ਫੋਲਡਰ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "ਪਿੱਛੇ ਜਾਓ" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "ਅੱਗੇ ਜਾਓ" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "ਘਰ ਫੋਲਡਰ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "ਮੁੜ-ਲੋਡ" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2505,199 +2429,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "ਨਵਾਂ ਫੋਲਡਰ" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ਰੱਦੀ ਵਿੱਚ ਭੇਜੋ" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "ਹਟਾਓ" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "ਲੜੀਬੱਧ" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "ਨਾਂ ਮੁਤਾਬਕ ਲੱੜੀਬੱਧ" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "ਆਕਾਰ ਮੁਤਾਬਕ ਲੜੀਬੱਧ" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "ਤਾਰੀਖ ਮੁਤਾਬਕ ਲੜੀਬੱਧ" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "ਕਿਸਮ ਮੁਤਾਬਕ ਲੜੀਬੱਧ" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "ਵੱਧਦਾ-ਕ੍ਰਮ" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "ਘੱਟਦਾ-ਕ੍ਰਮ" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "ਫੋਲਡਰ ਪਹਿਲਾਂ" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਸਭ ਤੋਂ ਪਿੱਛੇ" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "ਆਈਕਾਨ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "ਨਿੰਮੀ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "ਵੇਰਵੇ ਵਾਲੀ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ਆਈਕਾਨ ਸਥਿਤੀ" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ਫਾਇਲ ਨਾਂ ਦੇ ਨਾਲ" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ਫਾਇਲ ਨਾਂ ਉੱਤੇ" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "ਛੋਟੀ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "ਵੇਰਵੇ ਸਮੇਤ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "ਲੜੀ ਵਾਲੀ ਝਲਕ" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "ਵੇਰਵੇ ਲੜੀ ਵਾਲੀ ਵੇਖੋ" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਵੇਖਾਓ" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "ਝਲਕ ਪੈਨਲ ਵੇਖਾਓ" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "ਝਲਕ ਵੇਖਾਓ" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "ਰੱਖਣ ਵਾਲਾ ਫੋਲਡਰ ਖੋਲ੍ਹੋ" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "ਵੇਖਣ ਢੰਗ(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "ਸਭ ਤੋਂ ਨਵੀਆਂ ਪਹਿਲਾਂ" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "ਸਭ ਤੋਂ ਪੁਰਾਣੀਆਂ ਪਹਿਲਾਂ" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "ਸਭ ਤੋਂ ਨਵੀਆਂ ਪਹਿਲਾਂ" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "ਸਭ ਤੋਂ ਵੱਡੀਆਂ ਪਹਿਲਾਂ" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "ਸਭ ਤੋਂ ਛੋਟੀਆਂ ਪਹਿਲਾਂ" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "ਇੰਕੋਡਿੰਗ:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "ਖੋਲ੍ਹੋ" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "ਇੰਝ ਸੰਭਾਲੋ" @@ -2746,40 +2670,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "ਇੱਥੇ ਭੇਜੋ" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|ਸਭ ਫਾਇਲਾਂ" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "ਸਭ ਸਹਾਇਕ ਫਾਇਲਾਂ" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "ਸਭ ਫਾਇਲਾਂ" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "ਥਾਂ ਐਂਟਰੀਆਂ ਜੋੜੋ" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "ਥਾਂ ਐਂਟਰੀ ਸੋਧ" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                The " @@ -2791,17 +2715,17 @@ msgstr "" "ਹੋਣੇ ਚਾਹੀਦੇ ਹਨ, ਜੋ ਕਿ ਤੁਹਾਨੂੰ ਇਸ ਐਂਟਰੀ ਨੂੰ ਯਾਦ ਰੱਖਣ 'ਚ ਮਦਦ ਕਰਨਗੇ। ਜੇ ਤੁਸੀਂ ਲੇਬਲ ਨਾ ਦਿੱਤਾ ਤਾਂ, " "ਇਸ ਨੂੰ ਟਿਕਾਣੇ ਦੇ URL ਤੋਂ ਬਣਾਇਆ ਜਾਵੇਗਾ।
                " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "ਲੇਬਲ(&a):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "ਜਾਣਕਾਰੀ ਲੇਬਲ ਇੱਥੇ ਦਿਓ" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2813,12 +2737,12 @@ msgstr "" ">
                %1
                http://www.kde.org
                ftp://ftp.kde.org/pub/kde/stable

                ਟੈਕਸਟ ਸੋਧ ਬਕਸੇ ਦੇ ਨਾਲ ਮੌਜੂਦ ਬਟਨ ਨੂੰ ਕਲਿੱਕ ਕਰਕੇ ਢੁੱਕਵਾਂ URL ਵੀ ਵੇਖਿਆ ਜਾ ਸਕਦਾ ਹੈ।
                " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "ਟਿਕਾਣਾ(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                Click " @@ -2827,17 +2751,17 @@ msgstr "" "ਇਹ ਆਈਕਾਨ ਹੈ, ਜੋ ਕਿ ਥਾਵਾਂ ਪੈਨਲ ਵਿੱਚ ਵੇਖਾਈ ਦੇਵੇਗਾ।

                ਇੱਕ ਵੱਖਰਾ ਆਈਕਾਨ ਚੁਣਨ ਲਈ " "ਬਟਨ ਉੱਤੇ ਕਲਿੱਕ ਕਰੋ।
                " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "ਆਈਕਾਨ ਚੁਣੋ(&i):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "ਇਸ ਐਪਲੀਕੇਸ਼ਨ (%1) ਦੀ ਵਰਤੋਂ ਕਰਨ ਦੌਰਾਨ ਹੀ ਵੇਖੋ(&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2848,201 +2772,208 @@ msgstr "" "ਵਰਤੀ ਜਾਵੇ।

                ਇਹ ਇਹ ਸੈਟਿੰਗ ਨਾ ਕੀਤੀ ਗਈ ਤਾਂ ਐਂਟਰੀ ਸਭ ਐਪਲੀਕੇਸ਼ਨਾਂ ਲਈ ਉਪਲੱਬਧ ਹੋਵੇਗੀ।" "
                " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "ਥਾਵਾਂ" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "ਰਿਮੋਟ" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "ਸੱਜਰੇ" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "ਇਸ ਦੀ ਖੋਜ" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "ਡਿਵਾਈਸ" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "ਹਟਾਉਣਯੋਗ ਡਿਵਾਈਸ" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "ਟੈਗ" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (ਗ਼ਲਤੀ %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "ਸਾਰੇ ਟੈਗ" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "ਘਰ" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "ਡੈਸਕਟਾਪ" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "ਡੌਕੂਮੈਂਟ" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "ਡਾਊਨਲੋਡ" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "ਨੈੱਟਵਰਕ" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ਰੱਦੀ" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "ਸੰਗੀਤ" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "ਤਸਵੀਰਾਂ" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "ਵਿਡੀਓ" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "ਸੱਜਰੀਆਂ ਫਾਇਲਾਂ" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "ਸੱਜਰੇ ਟਿਕਾਣੇ" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "ਅੱਜ ਸੋਧ ਕੀਤੇ" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "ਕੱਲ੍ਹ ਸੋਧ ਕੀਤੇ" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "ਥਾਵਾਂ ਪੈਨਲ ਜੋੜਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "ਸਿਰਫ਼ ਫੋਲਡਰ ਹੀ ਥਾਵਾਂ ਪੈਨਲ ਵਿੱਚ ਜੋੜੇ ਜਾ ਸਕਦੇ ਹਨ।" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "ਵੈੱਬ ਸ਼ਾਰਟਕੱਟਾਂ ਦੀ ਸੰਰਚਨਾ..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "...ਜਾਰੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "ਰੀਲਿਜ਼(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "…ਸਹੀ ਸਲਾਮਤੀ ਹਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "ਸਹੀ ਸਲਾਮਤੀ ਹਟਾਓ(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "…ਅਣ-ਮਾਊਂਟ ਕੀਤਾ ਜਾਂਦਾ ਹੈ" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "ਅਣ-ਮਾਊਂਟ(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "ਕੱਢੋ(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "ਡਿਵਾਈਸ '%1' ਇੱਕ ਡਿਸਕ ਨਹੀਂ ਹੈ ਅਤੇ ਬਾਹਰ ਨਹੀਂ ਕੱਢੀ ਜਾ ਸਕਦੀ।" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' ਵਰਤਣ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ, ਸਿਸਟਮ ਨੇ ਕਿਹਾ: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' ਵਰਤਣ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "ਇਸ ਡਿਵਾਈਸ ਉੱਤੇ ਇੱਕ ਜਾਂ ਵੱਧ ਫਾਇਲਾਂ ਐਪਲੀਕੇਸ਼ਨ ਨਾਲ ਖੁੱਲ੍ਹੀਆਂ ਹਨ।" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3057,19 +2988,19 @@ msgstr[1] "" "ਇਸ ਡਿਵਾਈਸ ਉੱਤੇ ਇੱਕ ਜਾਂ ਵੱਧ ਫਾਇਲਾਂ ਅੱਗੇ ਦਿੱਤੀਆਂ ਐਪਲੀਕੇਸ਼ਨਾਂ ਨਾਲ ਖੁੱਲ੍ਹੀਆਂ ਹਨ:%2।" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "ਪਾਰਟੀਸ਼ਨ ਮੈਨੇਜਰ ਨਾਲ ਮੁੜ-ਫਾਰਮੈਟ ਕਰੋ ਜਾਂ ਸੋਧੋ" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3077,90 +3008,90 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2 ਵਿੱਚੋਂ %1 ਖਾਲੀ (%3% ਵਰਤੀ)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ਲੁਕਵਾਂ)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "ਰੱਦੀ ਖਾਲੀ ਕਰੋ" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "ਮਾਊਂਟ" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "ਨਵੀਂ ਟੈਬ ਵਿੱਚ ਖੋਲ੍ਹੋ" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ ਖੋਲ੍ਹੋ" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "ਐਂਟਰੀ ਜੋੜੋ…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "ਸੋਧੋ(&E)…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "ਥਾਵਾਂ ਵਿੱਚੋਂ ਹਟਾਓ" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "ਓਹਲੇ(&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "ਭਾਗ '%1' ਓਹਲੇ" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "ਭਾਗ ਓਹਲੇ" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "ਸਭ ਐਂਟਰੀ ਵੇਖੋ(&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "ਆਈਕਾਨ ਆਕਾਰ" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3168,51 +3099,51 @@ msgctxt "" msgid "Auto Resize" msgstr "ਆਪੇ ਮੁੜ-ਆਕਾਰ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "ਛੋਟਾ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "ਮੱਧਮ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ਵੱਡਾ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "ਵਿਸ਼ਾਲ (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "ਤੁਸੀਂ ਕੇਵਲ ਇੱਕ ਫਾਇਲ ਹੀ ਚੁਣ ਸਕਦੇ ਹੋ" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "ਇੱਕ ਤੋਂ ਵੱਧ ਫਾਇਲ ਦਿੱਤੀ ਗਈ ਹੈ" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "ਤੁਸੀ ਸਿਰਫ਼ ਲੋਕਲ ਫਾਇਲਾਂ ਹੀ ਚੁਣ ਸਕਦੇ ਹੋ।" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "ਰਿਮੋਟ ਫਾਇਲ ਸਵੀਕਾਰ ਨਹੀਂ ਹਨ" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3223,51 +3154,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "ਗ਼ੈਰ-ਸਹਾਇਕ URL ਸਕੀਮ" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"ਇੱਕ ਤੋਂ ਵੱਧ ਫੋਲਡਰ ਚੁਣੇ ਗਏ ਹਨ ਅਤੇ ਇਹ ਡਾਈਲਾਗ ਫੋਲਡਰਾਂ ਦੀ ਵਰਤੋਂ ਨਹੀਂ ਕਰਦਾ ਹੈ, ਇਸਕਰਕੇ ਇਹ ਚੋਣ ਨਹੀਂ " -"ਕੀਤੀ ਜਾ ਸਕੀ ਕਿ ਕਿਸ ਨੂੰ ਖੋਲ੍ਹਿਆ ਜਾਵੇ। ਲਿਸਟ ਵਿੱਚੋਂ ਇੱਕ ਹੀ ਫੋਲਡਰ ਚੁਣੋ।" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "ਇੱਕ ਤੋਂ ਵੱਧ ਫੋਲਡਰ ਦਿੱਤਾ ਗਿਆ ਹੈ" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"ਘੱਟੋ-ਘੱਟ ਇੱਕ ਫੋਲਡਰ ਅਤੇ ਇੱਕ ਫਾਇਲ ਚੁਣਨੀ ਚਾਹੀਦੀ ਹੈ। ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾਵੇਗਾ ਅਤੇ " -"ਚੁਣਿਆ ਗਿਆ ਫੋਲਡਰ ਵੇਖਾਇਆ ਜਾਵੇਗਾ।" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰ ਚੁਣੇ" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ਫਾਇਲ \"%1\" ਨਹੀਂ ਲੱਭੀ ਜਾ ਸਕੀ" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ਫਾਇਲ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                For instance, " @@ -3277,42 +3179,43 @@ msgstr "" "ਮੁੱਖ ਫੋਲਡਰ 'ਚ ਜਾਣ ਲਈ ਆਹ ਬਟਨ ਦਬਾਓ।

                ਜਿਵੇਂ ਕਿ ਇਸ ਮੌਕੇ ਉੱਤੇ ਮੌਜੂਦਾ ਟਿਕਾਣਾ " "file:/home/konqi ਹੈ ਤਾਂ ਆਹ ਬਟਨ ਦਬਾਉਣ ਨਾਲ ਤੁਸੀਂ file:/home ਉੱਤੇ ਚਲੇ ਜਾਓਗੇ।
                " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "ਅਤੀਤ ਦੀ ਝਲਕ ਵੇਖਣ ਲਈ ਇੱਕ ਪਗ਼ ਪਿੱਛੇ ਜਾਣ ਲਈ ਆਹ ਬਟਨ ਦਬਾਓ।" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "ਅਤੀਤ ਦੀ ਝਲਕ ਵੇਖਣ ਲਈ ਇੱਕ ਪਗ਼ ਅੱਗੇ ਵਧਣ ਲਈ ਆਹ ਬਟਨ ਦਬਾਓ।" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "ਮੌਜੂਦਾ ਟਿਕਾਣੇ ਦੇ ਭਾਗ ਮੁੜ ਲੋਡ ਕਰਨ ਲਈ ਇਹ ਬਟਨ ਦਬਾਉ।" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "ਨਵਾਂ ਫੋਲਡਰ ਬਣਾਉਣ ਲਈ ਇਹ ਬਟਨ ਦਬਾਉ।" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "ਥਾਂਵਾਂ ਪੈਨਲ ਵੇਖਾਓ" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "ਬੁੱਕਮਾਰਕ ਬਟਨ ਵੇਖਾਓ" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਵੇਖਾਓ" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "ਚੋਣਾਂ" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3322,12 +3225,12 @@ msgid "" "folders from files
              " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ਬੁੱਕਮਾਰਕ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3340,12 +3243,39 @@ msgstr "" "ਫਾਇਲ ਡਾਈਲਾਗ ਲਈ ਹੀ ਖਾਸ ਹਨ, ਨਹੀਂ ਤਾਂ KDE ਵਿੱਚ ਹੋਰ ਬੁੱਕਮਾਰਕਾਂ ਵਾਂਗ ਕੰਮ ਕਰਦੇ।" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "ਨਾਂ(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ਤਬਦੀਲੀਆਂ ਵਾਪਸ ਲਵੋ" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "ਰੱਖਣ ਵਾਲਾ ਫੋਲਡਰ ਖੋਲ੍ਹੋ" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "ਫਾਈਲ ਨਾਂ:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਸਭ ਤੋਂ ਪਿੱਛੇ" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3357,12 +3287,12 @@ msgstr "" "ਬਟਨ ਦਬਾ ਕੇ ਰੱਖਣ ਅਤੇ ਟੈਕਸਟ ਮੁਕੰਮਲ ਮੇਨ ਤੋਂ ਪਸੰਦੀਦਾ ਢੰਗ ਚੁਣ ਕੇ ਕੰਟਰੋਲ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "ਇਹ ਫਾਇਲ ਸੰਭਾਲਣ ਲਈ ਫਾਇਲ ਨਾਂ ਹੈ।" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3371,74 +3301,79 @@ msgstr "" "ਇਹ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਫਾਇਲ ਨਾਂ ਹੈ। ਕਈ ਫਾਇਲਾਂ ਖੋਲ੍ਹਣ ਲਈ ਇੱਕ ਤੋਂ ਵੱਧ ਫਾਇਲਾਂ ਖਾਲੀ ਥਾਂ ਛੱਡ ਕੇ ਦਿੱਤੀਆਂ " "ਜਾ ਸਕਦੀਆਂ ਹਨ।" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "ਇਹ ਖੋਲ੍ਹਣ ਲਈ ਫਾਇਲ ਦਾ ਨਾਂ ਹੈ।" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "ਥਾਵਾਂ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "ਫਾਇਲ \"%1\" ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ। ਕੀ ਤੁਸੀਂ ਇਸ ਉੱਤੇ ਲਿਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ਫਾਇਲ ਉੱਤੇ ਲਿਖਣਾ ਹੈ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "ਤੁਸੀ ਕੇਵਲ ਲੋਕਲ ਫਾਇਲਾਂ ਹੀ ਚੁਣ ਸਕਦੇ ਹੋ।" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "ਰਿਮੋਟ ਫਾਇਲ ਸਵੀਕਾਰ ਨਹੀਂ ਹਨ" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "ਸਭ ਫੋਲਡਰ" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "ਡਾਇਰੈਕਟਰੀ ਬਣਾਓ" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "ਖੋਲ੍ਹੋ(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "ਆਈਕਾਨ ਸਾਈਜ਼: %1 ਪਿਕਸਲ" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "ਆਟੋਮੈਟਿਕ ਹੀ ਫਾਇਲ ਨਾਂ ਇਕਸਟੈਨਸ਼ਨ ਚੁਣੋ (%1)(&x)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "ਇਕਸਟੈਨਸ਼ਨ %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ਆਟੋਮੈਟਿਕ ਚੁਣੀ ਫਾਇਲ-ਨਾਂ ਇਕਸਟੈਨਸ਼ਨ(&x)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "ਇੱਕ ਢੁੱਕਵੀਂ ਇਕਸਟੈਨਸ਼ਨ" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3454,66 +3389,26 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "ਫਾਇਲ ਕਿਸਮ(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "ਫਿਲਟਰ(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

              You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

              Wildcards such as * and ? are allowed.

              " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "ਨਵੀਂ ਫਾਈਲ ਕਿਸਮ ਬਣਾਓ" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "ਅਫ਼ਸੋਸ" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "ਟੈਂਪਲੇਟ ਫਾਇਲ %1 ਮੌਜੂਦ ਨਹੀਂ ਹੈ।" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "ਨਵੇਂ ਲਿੰਕ ਲਈ ਨਾਂ:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL ਲਈ ਲਿੰਕ ਬਣਾਓ" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3521,7 +3416,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "ਅਫ਼ਸੋਸ" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "ਟੈਂਪਲੇਟ ਫਾਇਲ %1 ਮੌਜੂਦ ਨਹੀਂ ਹੈ।" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "ਨਵੇਂ ਲਿੰਕ ਲਈ ਨਾਂ:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "ਸਿਮ-ਲਿੰਕ ਬਣਾਓ" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL ਲਈ ਲਿੰਕ ਬਣਾਓ" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3529,7 +3455,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3538,7 +3464,7 @@ msgid "" msgstr "" "ਨਾਂ %1 ਬਿੰਦੀ ਨਾਲ ਸ਼ੁਰੂ ਹੁੰਦਾ ਹੈ, ਇਸਕਰਕੇ ਮੂਲ ਰੂਪ ਵਿੱਚ ਲੁਕਵੀਂ ਹੋਵੇਗੀ।" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3547,118 +3473,178 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "%1 ਨਾਂ ਨਾਲ ਡਾਇਰੈਕਟਰੀ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 ਨਾਂ ਨਾਲ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "ਨਵਾਂ ਬਣਾਓ" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "ਡਿਵਾਈਸ ਲਈ ਲਿੰਕ" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "ਨਵਾਂ ਫੋਲਡਰ" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "ਫੋਲਡਰ ਬਣਾਓ" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 ਵਿੱਚ ਨਵਾਂ ਫੋਲਡਰ ਬਣਾਓ:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "ਡਿਫਾਲਟ" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "ਨਵੀਂ ਫਾਈਲ ਕਿਸਮ ਬਣਾਓ" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 ਲਈ ਐਪਲੀਕੇਸ਼ਨ ਚੁਣੋ" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "ਆਈਕਾਨ ਚੁਣੋ(&i):" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "ਕਾਪੀ ਕਰੋ" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ਚੇਪੋ" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "ਨਵੀਂ ਟੈਬ ਵਿੱਚ \"%1\" ਖੋਲ੍ਹੋ" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ \"%1\" ਖੋਲ੍ਹੋ" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "ਸੋਧੋ" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "ਨੇਵੀਗੇਟ" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "ਪੂਰਾ ਪਾਥ ਵੇਖੋ" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3666,7 +3652,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1 ਨੂੰ ਟਰਾਂਸਫਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3678,6 +3664,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ਥਾਵਾਂ" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3701,40 +3696,40 @@ msgstr "ਹੋਰ" msgid "Edit mode" msgstr "ਸੋਧ ਢੰਗ" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "ਟਿਕਾਣਾ ਨੇਵੀਗੇਸ਼ਨ ਲਈ ਕਲਿੱਕ ਕਰੋ" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "ਟਿਕਾਣਾ ਸੋਧਣ ਲਈ ਕਲਿੱਕ ਕਰੋ" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "ਇਸ ਫਾਇਲ ਨੂੰ ਚਲਾਉਣ ਲਈ ਤੁਹਾਡੇ ਕੋਲ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ।" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 ਨੂੰ ਲਾਂਚ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "ਤੁਸੀਂ ਇਹ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਇੱਕ ਐਪਲੀਕੇਸ਼ਨ ਚੁਣਨ ਲਈ ਪਰਮਾਣਿਤ ਨਹੀਂ ਹੋ।" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3761,12 +3756,18 @@ msgstr "ਚਿੱਤਰ %1 ਉੱਤੇ ਸੰਭਾਲਣ ਦੌਰਾਨ ਗ msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "ਕੋਈ ਮੇਲ ਕਲਾਈਂਟ ਨਹੀਂ ਲੱਭਾ" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3777,28 +3778,28 @@ msgstr "" "%1\n" "ਗਲਤ ਹੈ।" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 ਲਾਂਚ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 ਕਮਾਂਡ ਲੱਭੀ ਨਹੀਂ ਜਾ ਸਕੀ ਹੈ।" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "ਟਰਮੀਨਲ ਈਮੂਲੇਟਰ ਨਹੀਂ ਲੱਭਿਆ" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 ਨੂੰ ਖੋਲ੍ਹਣਾ ਅਸਫ਼ਲ ਹੈ" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3809,7 +3810,7 @@ msgstr "" "%1\n" "ਇੱਕ ਲਿੰਕ ਕਿਸਮ ਦੀ ਹੈ, ਪਰ ਕੋਈ URL=... ਐਂਟਰੀ ਨਹੀਂ ਹੈ।" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3818,20 +3819,20 @@ msgstr "" "ਚੱਲਣਯੋਗ ਫਾਇਲ \"%1\" ਰਿਮੋਟ ਫਾਇਲ-ਸਿਸਟਮ ਉੱਤੇ ਮੌਜੂਦ ਹੈ। ਸੁਰੱਖਿਆ ਕਾਰਨਾਂ ਕਰਕੇ ਇਸ ਨੂੰ ਚਲਾਇਆ ਨਹੀਂ " "ਜਾ ਸਕੇਗਾ।" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "ਸੁਰੱਖਿਆ ਕਾਰਨਾਂ ਕਰਕੇ ਚੱਲਣਯੋਗ ਨੂੰ ਇਸ ਰੂਪ ਵਿੱਚ ਸ਼ੁਰੂ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਹੈ।" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3840,12 +3841,12 @@ msgstr "" "\"%1\" ਫਾਇਲ ਨੂੰ ਚੱਲਣਯੋਗ ਬਣਾਉਣ ਵਿੱਚ ਅਸਮਰੱਥ।\n" "%2" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "ਡੈਸਕਟਾਪ ਐਂਟਰੀ ਫਾਇਲ %1 ਵਿੱਚ ਕੋਈ Type=... ਐਂਟਰੀ ਨਹੀਂ ਹੈ।" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3853,12 +3854,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "ਫਾਇਲ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "ਪਰੋਗਰਾਮ \"%1\" ਚਲਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ।" @@ -3942,72 +3943,67 @@ msgstr "" "ਨੂੰ ਸੋਧਿਆ ਗਿਆ ਸੀ।\n" "ਕੀ ਤੁਸੀਂ ਤਬਦੀਲੀਆਂ ਨੂੰ ਅੱਪਲੋਡ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "ਡੇਵਿਡ ਫਾਉਰੀ" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "ਸਟੀਫਨ ਕੂਲੋ" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "ਵਾਲਡੋ ਬਾਸਟਿਨ" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "ਡਾਊਨਲੋਡ ਕੀਤੀ ਫਾਇਲ ਲਈ ਸੁਝਾਇਆ ਫਾਇਲ ਨਾਂ" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "ਚਲਾਉਣ ਲਈ ਕਮਾਂਡ" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 ਲਈ ACL ਸੈਟਿੰਗ" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4016,7 +4012,7 @@ msgstr "" "%1\n" "ਲਈ ਇਜਾਜ਼ਤਾਂ ਬਦਲੀਆਂ ਨਹੀਂ ਜਾ ਸਕੀਆਂ" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4026,118 +4022,38 @@ msgstr "" "%1\n" "ਲਈ ਮਾਲਕ ਅਤੇ ਗਰੁੱਪ ਨਹੀਂ ਬਦਲੇ ਜਾ ਸਕੇ।" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "ਆਰਜ਼ੀ ਫਾਇਲ ਦਾ ਨਾਂ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "ਪਰੋਗਰਾਮ \"mount\" ਨਹੀਂ ਮਿਲਿਆ ਹੈ" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "ਪਰੋਗਰਾਮ \"umount\" ਨਹੀਂ ਮਿਲਿਆ ਹੈ" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "ਫਾਇਲ ਇਜਾਜ਼ਤਾਂ ਨੂੰ ਬਦਲੋ" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "ਨਵੀਆਂ ਇਜਾਜ਼ਤਾਂ: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "ਫਾਇਲ ਮਾਲਕ ਬਦਲੋ" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "ਨਵਾਂ ਮਾਲਕ: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "ਫਾਇਲ ਨੂੰ ਹਟਾਓ" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਹਟਾਓ" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "ਡਾਇਰੈਕਟਰੀ ਬਣਾਓ" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "ਡਾਇਰੈਕਟਰੀ ਇਜਾਜ਼ਤਾਂ: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "ਫਾਇਲ ਨੂੰ ਖੋਲ੍ਹੋ" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਖੋਲ੍ਹੋ" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "ਨਵਾਂ ਫਾਇਲ ਨਾਂ: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "ਟੀਚਾ: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "ਸਮਾਂ-ਮੋਹਰ ਬਦਲੋ" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "ਤੋਂ: %1, ਵੱਲ: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "ਅਣਪਛਾਣ ਕਾਰਵਾਈ" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"ਕਾਰਵਾਈ: %1\n" -"ਸਰੋਤ: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 ਤੋਂ %2 ਲਈ ਫਾਇਲ ਦੀ ਕਾਪੀ ਹੋ ਨਹੀਂ ਸਕਦੀ ਹੈ। (ਗਲਤੀ: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 ਲਈ ਡਿਵਾਈਸ ਵਿੱਚ ਕੋਈ ਮੀਡਿਆ ਨਹੀਂ ਹੈ" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "ਦਿੱਤੇ ਵਰਤੋਂਕਾਰ ਨਾਂ %1 ਲਈ ਵਰਤੋਂਕਾਰ ID ਨਹੀਂ ਲਿਆ ਜਾ ਸਕਿਆ" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "ਦਿੱਤੇ ਗਰੁੱਪ ਨਾਂ %1 ਲਈ ਗਰੁੱਪ id ਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" @@ -4179,32 +4095,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "ਤੁਹਾਨੂੰ ਇਹ ਸਾਇਟ ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਇੱਕ ਵਰਤੋਂਕਾਰ ਨਾਂ ਅਤੇ ਪਾਸਵਰਡ ਦੇਣਾ ਪਵੇਗਾ।" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "ਸਾਇਟ:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "ਲਾਗਇਨ ਠੀਕ ਹੈ" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 ਉੱਤੇ ਲਾਗਇਨ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4213,7 +4129,7 @@ msgstr "" "\n" "ਸਰਵਰ ਤੋਂ ਸੁਨੇਹਾ: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4222,12 +4138,12 @@ msgstr "" "ਇਸ ਤੋਂ ਪਹਿਲਾਂ ਕਿ ਤੁਸੀ ਕੋਈ ਸਾਇਟ ਖੋਲ੍ਹੋ, ਇਹ ਲਾਜ਼ਮੀ ਹੈ ਕਿ ਹੇਠ ਦਿੱਤੀ ਪਰਾਕਸੀ ਸਰਵਰ ਲਿਸਟ ਵਿੱਚੋਂ " "ਕਿਸੇ ਲਈ ਵਰਤੋਂਕਾਰ ਨਾਂ ਤੇ ਪਾਸਵਰਡ ਭਰੋ।" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "ਪਰਾਕਸੀ:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "ਪਰਾਕਸੀ ਪਰਮਾਣਕਿਤਾ ਫੇਲ੍ਹ ਹੋਈ।" @@ -4279,101 +4195,101 @@ msgid "" msgstr "ਕੀ ਤੁਸੀਂ ਸਰਟੀਫਿਕੇਟ ਹਮੇਸ਼ਾ ਲਈ ਬਿਨਾਂ ਪੁੱਛੇ ਹੀ ਸਵੀਕਾਰ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "ਸਰਵਰ ਪਰਮਾਣਕਿਤਾ" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2 'ਤੇ %1 " -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "ਨਹੀ ਤਾਂ, ਬੇਨਤੀ ਸਫਲ ਹੋਵੇਗੀ।" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "ਵਿਸ਼ੇਸ਼ਤਾ ਮੁੱਲ ਪ੍ਰਾਪਤ" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ਵਿਸ਼ੇਸ਼ਤਾ ਮੁੱਲ ਦਿਓ" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ਲੋੜੀਦਾ ਫੋਲਡਰ ਬਣਾਓ" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਦੀ ਕਾਪੀ ਕਰੋ" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਭੇਜੋ" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "ਖਾਸ ਫੋਲਡਰ ਵਿੱਚ ਖੋਜੋ" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਲਾਕ ਕਰੋ" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਅਣ-ਲਾਕ ਕਰੋ" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਹਟਾਓ" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "ਸਰਵਰ ਦੀ ਸਮਰੱਥਾ ਲਈ ਕਿਊਰੀ" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "ਖਾਸ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਦੇ ਭਾਗ ਲਵੋ" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "ਰਿਪੋਰਟ ਖਾਸ ਫੋਲਡਰ 'ਚ ਚਲਾਓ" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 ਦੀ ਕੋਸ਼ਿਸ ਕਰਨ ਦੌਰਾਨ ਅਣਜਾਣ ਗਲਤੀ (%1) ਆਈ ਹੈ।" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4381,20 +4297,20 @@ msgid "" "below." msgstr "%1, %2 ਲਈ ਕੋਸ਼ਿਸ਼ ਕਰਨ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ। ਕਾਰਨਾਂ ਬਾਰੇ ਸੰਖੇਪ ਜਾਣਕਾਰੀ ਹੇਠ ਦਿੱਤੀ ਹੈ।" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 ਲਈ ਕੋਸ਼ਿਸ ਕਰਨ ਤੇ ਪਹੁੰਚ ਪਾਬੰਦੀ ਹੈ।" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4404,28 +4320,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "ਲੋੜੀਦੇ ਲਾਕ ਲਈ ਅਧਿਕਾਰ ਨਹੀਂ ਮਿਲ ਨਹੀਂ ਸਕੇ। %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 ਲਈ ਅਸਫਲ ਹੈ, ਕਿਉਕਿ ਸਰੋਤ ਲਾਕ ਹੈ।" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "ਇਹ ਕਾਰਵਾਈ ਇੱਕ ਗਲਤੀ ਕਰਕੇ ਰੋਕੀ ਗਈ ਹੈ" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4434,25 +4350,25 @@ msgid "" msgstr "" "%1 ਲਈ ਅਸਫਲ ਹੈ, ਕਿਉਕਿ ਨਿਯਤ ਸਰਵਰ ਨੇ ਫਾਇਲ ਜਾਂ ਫੋਲਡਰ ਸਵੀਕਾਰ ਕਰਨ ਤੋਂ ਇਨਕਾਰ ਕਰ ਦਿੱਤਾ ਹੈ।" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "ਸਰੋਤ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ।" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 ਅੱਪਲੋਡ" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4463,15 +4379,15 @@ msgstr "%2 ਦੀ ਕੋਸ਼ਿਸ ਕਰਨ ਦੌਰਾਨ ਅਣਜਾਣ msgid "Network" msgstr "ਨੈੱਟਵਰਕ" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "ਖ਼ਰਾਬ ਹੋਇਆ URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4483,12 +4399,12 @@ msgstr "" "ਨਹੀਂ ਹੈ। ਤੁਸੀਂ ਜਾਂ ਤਾਂ ਇਸ ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਮੁੜ ਬਣਾ ਸਕਦੇ ਹੋ ਅਤੇ ਇਸ ਦੀ ਅਸਲੀ ਥਾਂ ਤੇ ਸੰਭਾਲ ਸਕਦੇ ਹੋ ਜਾਂ " "ਕਿਸੇ ਥਾਂ ਵੀ ਚੁੱਕ ਕੇ ਸੰਭਾਲ ਸਕਦੇ ਹੋ।" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "ਇਹ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਰੱਦੀ ਵਿੱਚ ਹੈ।" @@ -4524,7 +4440,7 @@ msgstr "ਰੱਦੀ 'ਚ ਮੌਜੂਦਾ ਸਮੱਗਰੀ ਨੂੰ ਖਾ msgid "Restore a trashed file to its original location" msgstr "ਰੱਦੀ ਵਿਚਲੀ ਫਾਇਲ ਨੂੰ ਅਸਲੀ ਟਿਕਾਣੇ ਉੱਤੇ ਬਹਾਲ ਕਰੋ" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "ਰੱਦੀ ਭਰੀ ਹੋਈ ਹੈ। ਇਸ ਨੂੰ ਖਾਲੀ ਕਰੋ ਜਾਂ ਚੀਜ਼ਾਂ ਨੂੰ ਖੁਦ ਹਟਾਓ।" @@ -4545,17 +4461,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "ਪਰਮਾਣਕਿਤਾ ਡਾਈਲਾਗ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "ਪਹੁੰਚ ਪਾਬੰਦੀ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "ਪਰੋਟੋਕਾਲ %1 ਪਹੁੰਚ ਕਰਨ ਲਈ ਤੁਹਾਨੂੰ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ।" @@ -4662,41 +4578,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4706,9 +4622,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "ਗਿਣੋ" @@ -4717,23 +4633,23 @@ msgstr "ਗਿਣੋ" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "ਰੱਦ ਕਰੋ(&a)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "ਇੱਥੇ ਭੇਜੋ(&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4741,113 +4657,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "ਡਾਊਨਲੋਡ" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "ਇੱਥੇ ਕਾਪੀ ਕਰੋ(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "ਇੱਥੇ ਲਿੰਕ ਬਣਾਓ(&L)" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1 ਲਾਂਚ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "ਇਸ ਫਾਇਲ ਨਾਲ ਤੁਸੀਂ ਕੀ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "ਮੁੜ ਨਾ ਪੁੱਛੋ" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "ਖੋਲ੍ਹੋ(&O)" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "ਚਲਾਓ(&E)" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "ਤਬਦੀਲੀਆਂ ਵਾਪਸ ਲਵੋ" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "ਇਸ ਫਾਇਲ ਨਾਲ ਤੁਸੀਂ ਕੀ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਸ ਲੈਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਬਣਾਈ ਜਾ ਰਹੀ ਹੈ" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "ਸਰੋਤ" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "ਟਿਕਾਣਾ" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ਭੇਜਿਆ ਜਾ ਰਿਹਾ ਹੈ" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "ਨਾਂ ਬਦਲਿਆ ਜਾ ਰਿਹਾ ਹੈ" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "ਰੱਦੀ ਵਿੱਚ ਭੇਜੋ" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "ਹਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "ਵਾਪਸ(&o)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "ਵਾਪਸ(&o): ਕਾਪੀ" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "ਵਾਪਸ(&o): ਲਿੰਕ" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "ਵਾਪਸ(&o): ਭੇਜੋ" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "ਵਾਪਸ(&o): ਨਾਂ-ਬਦਲੋ" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "ਵਾਪਸ(&o): ਰੱਦੀ" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "ਵਾਪਸ(&o): ਫੋਲਡਰ ਬਣਾਓ" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "ਵਾਪਸ(&o): ਫੋਲਡਰ ਬਣਾਓ" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "ਵਾਪਸ(&o): ਫਾਇਲ ਬਣਾਓ" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "ਵਾਪਸ(&o): ਇਕੱਠੇ ਨਾਂ-ਬਦਲੋ" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "ਵਾਪਸ(&o): ਕਾਪੀ" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "ਵਾਪਸ(&o): ਲਿੰਕ" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "ਵਾਪਸ(&o): ਭੇਜੋ" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "ਵਾਪਸ(&o): ਨਾਂ-ਬਦਲੋ" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "ਵਾਪਸ(&o): ਰੱਦੀ" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "ਵਾਪਸ(&o): ਫੋਲਡਰ ਬਣਾਓ" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "ਵਾਪਸ(&o): ਫੋਲਡਰ ਬਣਾਓ" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "ਵਾਪਸ(&o): ਫਾਇਲ ਬਣਾਓ" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "ਵਾਪਸ(&o): ਇਕੱਠੇ ਨਾਂ-ਬਦਲੋ" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4856,12 +4861,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "ਫਾਇਲ ਕਾਪੀ ਨੂੰ ਵਾਪਸ ਲੈਣ ਦੀ ਤਸਦੀਕ" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4872,21 +4877,22 @@ msgstr "" "ਕੀ ਤੁਸੀਂ ਇਹ ਆਈਟਮ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?%1ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਓ" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਓ" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4902,7 +4908,7 @@ msgstr[1] "" "ਕੀ ਤੁਸੀਂ %1 ਆਈਟਮਾਂ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4912,13 +4918,13 @@ msgstr "" "ਕੀ ਤੁਸੀਂ ਸਭ ਆਈਟਮਾਂ ਨੂੰ ਰੱਦੀ ਚੋਂ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ? ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਨਹੀਂ ਜਾ ਸਕਦੀ।" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "ਰੱਦੀ ਖਾਲੀ ਕਰੋ" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4926,7 +4932,7 @@ msgid "" "filename>" msgstr "ਕੀ ਤੁਸੀਂ ਇਸ ਆਈਟਮ ਨੂੰ ਰੱਦੀ 'ਚ ਭੇਜਣੀ ਚਾਹੁੰਦੇ ਹੋ?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5013,7 +5019,7 @@ msgstr "ਓਨਰ" msgid "Owning Group" msgstr "ਗਰੁੱਪ ਹੋਵੇ" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "ਹੋਰ" @@ -5086,66 +5092,66 @@ msgstr "ਸਿਸਟਮ ਸੰਰਚਨਾ ਅੱਪਡੇਟ ਕੀਤੀ ਜ msgid "Updating system configuration…" msgstr "…ਸਿਸਟਮ ਸੰਰਚਨਾ ਅੱਪਡੇਟ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ਨਾਂ" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "ਆਕਾਰ" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "ਤਾਰੀਖ" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "ਅਧਿਕਾਰ" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "ਮਾਲਕ" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "ਗਰੁੱਪ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "ਕਿਸਮ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 ਨਾਲ ਖੋਲ੍ਹੋ(&w)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "ਐਕਸ਼ਨ(&A)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5153,7 +5159,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "ਫੋਲਡਰ ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5161,29 +5167,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "ਚਲਾਓ(&E)" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "ਫੋਲਡਰ %1 ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "ਫੋਲਡਰ ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ(&O)" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5191,7 +5204,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "...ਹੋਰ ਐਪਲੀਕੇਸ਼ਨ(&O)" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5199,113 +5212,135 @@ msgid_plural "%1 items" msgstr[0] "1 ਆਈਟਮ" msgstr[1] "%1 ਆਈਟਮਾਂ" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "ਅਣਪਛਾਤਾ" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "ਰੋਕੋ" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "ਫਾਇਲ-ਲਾਈਟ ਵਿੱਚ ਛਾਣਬੀਣ ਕਰੋ" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "ਇਸ ਤੋਂ ਮਾਊਂਟ ਹੈ:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "ਖਾਲੀ ਥਾਂ:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "ਕਿਸਮ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "ਸਮੱਗਰੀ:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "ਬਦਲੋ..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "ਟਿਕਾਣਾ:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "ਆਕਾਰ:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "ਬਦਲੋ..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "ਸਮੱਗਰੀ:" +msgid "Stop" +msgstr "ਰੋਕੋ" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "ਫਾਇਲ-ਲਾਈਟ ਵਿੱਚ ਛਾਣਬੀਣ ਕਰੋ" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "ਇਸ ਵੱਲ ਇਸ਼ਾਰਾ:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "ਸੋਧਾਂ ਕੀਤੀਆਂ:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "ਚੇਤਾਵਨੀ ਵੇਖਾਓ" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "ਬਣਾਇਆ:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "ਫਾਇਲ ਸਿਸਟਮ:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "ਅਣਪਛਾਤਾ ਆਕਾਰ" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "ਇਸ ਉੱਤੇ ਮਾਊਂਟ ਹੈ:" +msgid "Modified:" +msgstr "ਸੋਧਾਂ ਕੀਤੀਆਂ:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "ਅਸੈੱਸ ਕੀਤੀ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ:" +msgid "File system:" +msgstr "ਫਾਈਲ-ਸਿਸਟਮ:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "ਇਸ ਉੱਤੇ ਮਾਊਂਟ ਹੈ:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "ਇਸ ਤੋਂ ਮਾਊਂਟ ਹੈ:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "ਖਾਲੀ ਥਾਂ:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "ਅਣਪਛਾਤਾ ਆਕਾਰ" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5582,22 +5617,25 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "ਵੇਰਵਾ(&D):" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "ਯੂਜ਼ਰ ਨਾਂ(&U):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "ਕੋਈ ਵੀ ਜਾਣਕਾਰੀ ਇੱਥੇ ਲਿਖੋ, ਜੋ ਤੁਸੀਂ ਸੋਚਦੇ ਹੋ ਕਿ ਲਾਭਦਾਇਕ ਹੋ ਸਕਦੀ ਹੈ।" +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5607,8 +5645,9 @@ msgstr "ਟਿੱਪਣੀ(&e):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "ਇੰਵਾਇਰਨਮੈਂਟ ਵੇਰੀਬਲ:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5804,7 +5843,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "ਸਾਂਝਾ ਕਰੋ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5814,36 +5853,59 @@ msgstr "" "ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਲਿਖਣ ਲਈ ਇੱਥੇ ਲੋੜੀਂਦੇ ਅਧਿਕਾਰ ਨਾ ਹੋਣ ਕਰਕੇ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ:%1।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "ਸਧਾਰਨ(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1 ਨਾਲ ਛਾਣਬੀਣ ਕਰੋ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ਤਾਜ਼ਾ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 ਨੂੰ ਟਰਾਂਸਫਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "ਅਣਜਾਣ ਆਕਾਰ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5852,138 +5914,144 @@ msgstr "" "ਜਾਂਚ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 ਫਾਇਲ" msgstr[1] "%1 ਫਾਇਲਾਂ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 ਸਬ-ਫੋਲਡਰ" msgstr[1] "%1 ਸਬ-ਫੋਲਡਰ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "...ਗਿਣਤੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "ਘੱਟੋ-ਘੱਟ %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "ਨਵੀਂ ਫਾਇਲ ਦਾ ਨਾਂ ਖਾਲੀ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "ਕੋਈ ਰਜਿਸਟਰ ਕੀਤੀ ਫਾਇਲ ਕਿਸਮ ਨਹੀਂ ਹੈ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "ਕੋਈ ਸੰਬੰਧਿਤ ਐਪਲੀਕੇਸ਼ਨ ਨਹੀਂ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "…ਬਣਾਓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "…ਬਦਲੋ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "ਕੋਈ ਪਹੁੰਚ ਨਹੀਂ ਹੈ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "ਸਿਰਫ਼ ਵੇਖਣ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "ਵੇਖ ਅਤੇ ਸੋਧ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "ਸਿਰਫ਼ ਸਮੱਗਰੀ ਵੇਖ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "ਸਮੱਗਰੀ ਵੇਖ ਅਤੇ ਸੋਧ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "ਸਮੱਗਰੀ ਵੇਖ/ਪੜ੍ਹ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "ਸਮੱਗਰੀ ਵੇਖ/ਪੜ੍ਹ ਅਤੇ ਸੋਧ/ਲਿਖ ਸਕਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "ਇਜਾਜ਼ਤਾਂ(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "ਅਸੈੱਸ ਇਜਾਜ਼ਤਾਂ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "ਇਹ ਫਾਇਲ ਇੱਕ ਲਿੰਕ ਹੈ ਅਤੇ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹਨ।" msgstr[1] "ਸਭ ਫਾਇਲਾਂ ਲਿੰਕ ਹਨ ਅਤੇ ਇਜਾਜ਼ਤਾਂ ਨਹੀਂ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "ਸਿਰਫ਼ ਮਾਲਕ (ਓਨਰ) ਹੀ ਇਜਾਜ਼ਤਾਂ ਬਦਲ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "ਮਾਲਕ(&w):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ਕਾਰਵਾਈਆਂ ਦੱਸੋ, ਜੋ ਕਿ ਮਾਲਕ ਨੂੰ ਕਰਨ ਦੀ ਮਨਜ਼ੂਰੀ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "ਗਰੁੱਪ(&u):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "ਕਾਰਵਾਈਆਂ ਦੱਸੋ, ਜੋ ਕਿ ਗਰੁੱਪ ਦੇ ਮੈਂਬਰਾਂ ਨੂੰ ਕਰਨ ਦੀ ਮਨਜ਼ੂਰੀ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "ਹੋਰ(&t):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -5992,31 +6060,31 @@ msgstr "" "ਕਾਰਵਾਈਆਂ ਦੱਸੋ, ਜੋ ਕਿ ਹੋਰ ਵਰਤੋਂਕਾਰ, ਜੋ ਕਿ ਨਾ ਤਾਂ ਮਾਲਕ ਹਨ ਅਤੇ ਨਾ ਹੀ ਗਰੁੱਪ ਵਿੱਚ ਹਨ, ਕਰਨ ਦੀ " "ਮਨਜ਼ੂਰੀ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "ਕੇਵਲ ਮਾਲਕ ਹੀ ਫੋਲਡਰ ਸਮੱਗਰੀ ਦਾ ਨਾਂ ਬਦਲ ਅਤੇ ਹਟਾ ਸਕਦਾ ਹੈ(&e)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "ਇਸ ਫਲੈਗ ਨਾਲ ਫਾਇਲ ਨੂੰ ਇੱਕ ਪ੍ਰੋਗਰਾਮ ਦੇ ਤੌਰ 'ਤੇ ਚਲਾਇਆ ਜਾ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "ਡਿਫਾਲਟ ਯੂਜ਼ਰ ਨਾਂ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "ਚਲਾਓ(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6027,7 +6095,7 @@ msgstr "" "ਹਟਾ ਸਕਦਾ ਹੈ। ਹੋਰ ਵਰਤੋਂਕਾਰ ਸਿਰਫ਼ ਨਵੀਆਂ ਫਾਇਲਾਂ ਜੋੜ ਸਕਦੇ ਹਨ, ਜਿੰਨਾਂ ਲਈ 'ਸਮੱਗਰੀ ਸੋਧ' ਅਧਿਕਾਰ " "ਲੋੜੀਦੇ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6036,42 +6104,42 @@ msgstr "" "ਫਾਇਲ ਨੂੰ ਚੱਲਣਯੋਗ ਬਣਾਉਣ ਲਈ ਇਹ ਚੋਣ ਨੂੰ ਸਹੀਂ ਬਣਾਉ। ਇਹ ਤਾਂ ਹੀ ਕੋਈ ਮਤਲਬ ਰੱਖਦੀ ਹੈ, ਜੇਕਰ ਪਰੋਗਰਾਮ " "ਜਾਂ ਸਕਰਿਪਟ ਹੈ। ਇਹ ਤਾਂ ਲੋੜੀਦੀ ਹੈ, ਜੇਕਰ ਤੁਸੀਂ ਉਹਨਾਂ ਨੂੰ ਚਲਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "ਤਕਨੀਕੀ ਅਧਿਕਾਰ(&d)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "ਓਨਰਸ਼ਿਪ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "ਵਰਤੋਂਕਾਰ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "ਗਰੁੱਪ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "ਸਭ ਸਬ-ਫੋਲਡਰਾਂ ਅਤੇ ਉਹਨਾਂ ਦੀ ਸਮੱਗਰੀ ਉੱਤੇ ਲਾਗੂ ਕਰੋ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "ਕਲਾਸ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6080,22 +6148,22 @@ msgstr "" "ਐਂਟਰੀਆਂ\n" "ਵੇਖਾਓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "ਇਹ ਫਲੈਗ ਫੋਲਡਰ ਦੀ ਸਮੱਗਰੀ ਵਿਖਾਉਣ ਲਈ ਸਹਾਇਕ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "ਪੜ੍ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "ਪੜ੍ਹਨ ਫਲੈਗ ਫਾਇਲ ਦੀ ਸਮੱਗਰੀ ਵਿਖਾਉਣ ਲਈ ਸਹਾਇਕ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6104,7 +6172,7 @@ msgstr "" "ਐਂਟਰੀਆਂ\n" "ਲਿਖਣਾ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6113,67 +6181,67 @@ msgstr "" "ਇਹ ਫਲੈਗ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਿਲ ਕਰਨ, ਨਾਂ-ਬਦਲੋ ਅਤੇ ਹਟਾਉਣ ਲਈ ਹੈ। ਯਾਦ ਰੱਖੋ ਕਿ ਹਟਾਉਣਾ ਅਤੇ ਨਾਂ-ਤਬਦੀਲ " "ਕਰਨ ਨੂੰ ਅਟਕਾਓ (ਸਟਿੱਕੀ) ਨਿਸ਼ਾਨ ਰਾਹੀਂ ਵੀ ਸੀਮਿਤ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "ਲਿਖਣ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "ਲਿਖਣ ਫਲੈਗ ਫਾਇਲ ਦੀ ਸਮੱਗਰੀ ਸੋਧਣ ਲਈ ਸਹਾਇਕ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ਜਾਓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "ਇਸ ਫਲੈਗ ਨਾਲ ਫੋਲਡਰ ਵਿੱਚ ਦਾਖਿਲ ਹੋਇਆ ਜਾ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "ਇਸ ਫਲੈਗ ਨਾਲ ਫਾਇਲ ਨੂੰ ਇੱਕ ਪ੍ਰੋਗਰਾਮ ਦੇ ਤੌਰ 'ਤੇ ਚਲਾਇਆ ਜਾ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ਖਾਸ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "ਖਾਸ ਫਲੈਗ ਹੈ। ਫਲੈਗ ਦਾ ਸਹੀਂ ਅਰਥ ਨੂੰ ਸੱਜੇ ਹੱਥ ਕਾਲਮ ਵਿੱਚ ਵੇਖਾਇਆ ਜਾ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "ਵਰਤੋਂਕਾਰ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "ਗਰੁੱਪ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6181,7 +6249,7 @@ msgid "" msgstr "" "ਜੇਕਰ ਇਹ ਨਿਸ਼ਾਨ ਲਗਾਇਆ ਗਿਆ ਤਾਂ ਇਹ ਫੋਲਡਰ ਦਾ ਮਾਲਕ ਸਭ ਨਵੀਆਂ ਫਾਇਲਾਂ ਲਈ ਵੀ ਮਾਲਕ ਹੋਵੇਗਾ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6190,13 +6258,13 @@ msgstr "" "ਜੇਕਰ ਇਹ ਫਾਇਲ ਚੱਲਣਯੋਗ ਹੈ ਅਤੇ ਨਿਸ਼ਾਨ ਦਿੱਤਾ ਗਿਆ ਹੈ ਤਾਂ ਇਸ ਨੂੰ ਮਾਲਕ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨਾਲ ਚਲਾਇਆ " "ਜਾਵੇਗਾ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "ਜੇਕਰ ਇਹ ਨਿਸ਼ਾਨ ਦਿੱਤਾ ਗਿਆ ਤਾਂ ਇਹ ਫੋਲਡਰ ਦੇ ਗਰੁੱਪ ਨੂੰ ਸਭ ਨਵੀਆਂ ਫਾਇਲਾਂ ਲਈ ਦਿੱਤਾ ਜਾਵੇਗਾ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6205,7 +6273,7 @@ msgstr "" "ਜੇਕਰ ਇਹ ਫਾਇਲ ਚੱਲਣਯੋਗ ਹੈ ਅਤੇ ਨਿਸ਼ਾਨ ਦਿੱਤਾ ਗਿਆ ਹੈ ਤਾਂ ਇਸ ਨੂੰ ਗਰੁੱਪ ਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨਾਲ ਚਲਾਇਆ " "ਜਾਵੇਗਾ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6215,7 +6283,7 @@ msgstr "" "ਫਾਇਲਾਂ ਨੂੰ ਹਟਾ ਜਾਂ ਉਹਨਾਂ ਦਾ ਨਾਂ ਬਦਲ ਸਕਦੇ ਹਨ। ਨਹੀਂ ਤਾਂ ਹਰੇਕ ਕੋਈ ਲਿਖਣ ਇਜਾਜ਼ਤਾਂ ਵਾਲਾ ਇਹ ਕੁਝ " "ਕਰ ਸਕਦਾ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6224,91 +6292,80 @@ msgstr "" "ਲੀਨਕਸ ਵਲੋਂ ਇੱਕ ਫਾਇਲ ਉੱਤੇ ਅਟਕਾਉ (Sticky) ਨਿਸ਼ਾਨ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰ ਦਿੱਤਾ ਜਾਂਦਾ ਹੈ, ਪਰ ਕੁਝ ਹੋਰ " "ਸਿਸਟਮ ਵਰਤਦੇ ਹਨ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID ਦਿਓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID ਦਿਓ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ਅਟਕਾਉ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "ਲਿੰਕ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "ਵੇਰਿੰਗ (ਬਦਲਾਅ ਨਹੀਂ)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "ਇਸ ਫਾਇਲ ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ ਵਰਤ ਰਹੀ ਹੈ।" msgstr[1] "ਇਹ ਫਾਇਲਾਂ ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ ਵਰਤ ਰਹੀਆਂ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "ਇਸ ਫੋਲਡਰ ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ ਵਰਤ ਰਿਹਾ ਹੈ।" msgstr[1] "ਇਹ ਫੋਲਡਰ ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ ਵਰਤ ਰਹੇ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "ਇਹਨਾਂ ਫਾਇਲਾਂ ਲਈ ਤਕਨੀਕੀ ਇਜਾਜ਼ਤਾਂ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "ਚੈਕ-ਸਮ(&h)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "ਗਿਣਤੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "ਚੈਕਸਮ ਮਿਲਦੇ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

              Checksums do not match.

              This may be due to a faulty download. Try re-" @@ -6316,13 +6373,13 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6330,45 +6387,65 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "…ਚੈਕਸਮ ਦੀ ਜਾਂਚ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "ਫਾਇਲਾਂ ਇੱਕੋ ਜਿਹੀਆਂ ਹਨ।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "ਫਾਇਲ ਵੱਖਰੀਆਂ ਹਨ।" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "ਗਿਣਤੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਨੂੰ ਸੰਭਾਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ। ਸਿਰਫ਼ ਲੋਕਲ ਫਾਇਲ ਸਿਸਟਮ ਉੱਤੇ ਮੌਜੂਦ ਐੰਟਰੀਆਂ ਹੀ ਸਹਾਇਕ ਹਨ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "ਐਪਲੀਕੇਸ਼ਨ(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 ਲਈ ਫਾਇਲ ਕਿਸਮ ਜੋੜੋ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "ਸ਼ਾਮਿਲ ਕਰਨ ਲਈ ਇੱਕ ਜਾਂ ਵੱਧ ਫਾਇਲ ਚੁਣੋ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "ਚੱਲਣਯੋਗ ਸਿਰਫ਼ ਲੋਕਲ ਫਾਇਲ ਸਿਸਟਮ ਲਈ ਸਹਾਇਕ ਹੈ।" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 ਲਈ ਤਕਨੀਕੀ ਚੋਣ" @@ -6469,41 +6546,46 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "ਵੈੱਬ ਸ਼ਾਰਟਕੱਟਾਂ ਦੀ ਸੰਰਚਨਾ..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ ਡਾਈਲਾਗ" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਲਈ ਫਾਇਲ-ਨਾਂ:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ਫਾਈਲ ਚੇਪੋ(&P)" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਚੇਪੋ(&P)" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ਇੱਕ ਫੋਲਡਰ ਨੂੰ ਚੇਪੋ" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "ਇੱਕ ਫਾਇਲ ਨੂੰ ਚੇਪੋ" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6511,92 +6593,111 @@ msgid_plural "Paste %1 Items" msgstr[0] "ਇੱਕ ਆਈਟਮ ਨੂੰ ਚੇਪੋ" msgstr[1] "%1 ਆਈਟਮਾਂ ਨੂੰ ਚੇਪੋ" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਚੇਪੋ(&P)" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ਚੇਪੋ" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "ਡਾਟਾ ਫਾਰਮੈਟ:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਲਈ ਫਾਇਲ-ਨਾਂ:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "ਰੱਖੀਆਂ ਸਮੱਗਰੀਆਂ ਲਈ ਫਾਇਲ-ਨਾਂ:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "ਤਾਰੀਖ: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "ਆਕਾਰ: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ਸਭ ਉੱਤੇ ਲਾਗੂ ਕਰੋ(&y)" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "Files and folders will be copied into the existing directory, alongside " +#| "its existing contents.\n" +#| "You will be prompted again in case of a conflict with an existing file in " +#| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" +"ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰਾਂ ਨੂੰ ਮੌਜੂਦਾ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਕਾਪੀ ਕੀਤਾ ਜਾਵੇਗਾ, ਉਹਨਾਂ ਦੀ ਮੌਜੂਦਾ ਸਮੱਗਰੀ ਸਮੇਤ।\n" +"ਜੇ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਮੌਜੂਦਾ ਫਾਇਲ ਨਾਲ ਕੋਈ ਟਕਰਾ ਹੋਵੇਗਾ ਤਾਂ ਤੁਹਾਨੂੰ ਪੁੱਛਿਆ ਜਾਵੇਗਾ।" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "ਨਾਂ-ਬਦਲੋ(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "ਨਵਾਂ ਨਾਂ ਸੁਝਾਓ(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "ਛੱਡੋ(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "ਇਹ ਫੋਲਡਰ ਕਾਪੀ ਨਾ ਕਰੋ ਜਾਂ ਭੇਜੋ ਨਾ, ਇਸ ਦੀ ਬਜਾਏ ਅਗਲੀ ਆਈਟਮ ਉੱਤੇ ਜਾਓ" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "ਇਹ ਫਾਇਲ ਕਾਪੀ ਨਾ ਕਰੋ ਜਾਂ ਭੇਜੋ ਨਾ, ਇਸ ਦੀ ਬਜਾਏ ਅਗਲੀ ਆਈਟਮ ਉੱਤੇ ਜਾਓ" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "ਇਸ 'ਚ ਲਿਖੋ(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6607,25 +6708,25 @@ msgstr "" "ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰਾਂ ਨੂੰ ਮੌਜੂਦਾ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਕਾਪੀ ਕੀਤਾ ਜਾਵੇਗਾ, ਉਹਨਾਂ ਦੀ ਮੌਜੂਦਾ ਸਮੱਗਰੀ ਸਮੇਤ।\n" "ਜੇ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਮੌਜੂਦਾ ਫਾਇਲ ਨਾਲ ਕੋਈ ਟਕਰਾ ਹੋਵੇਗਾ ਤਾਂ ਤੁਹਾਨੂੰ ਪੁੱਛਿਆ ਜਾਵੇਗਾ।" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "ਪੁਰਾਣੀਆਂ ਫਾਇਲ ਉੱਤੇ ਲਿਖੋ(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "ਮੁੜ-ਚਾਲੂ(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6634,126 +6735,113 @@ msgstr "" "ਇਹ ਐਕਸ਼ਨ '%1' ਖੁਦ ਦੇ ਮੁੜ-ਲਿਖ ਦੇਵੇਗਾ।\n" "ਨਵੀਂ ਫਾਇਲ ਦਾ ਨਾਂ ਦਿਓ ਜੀ:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "ਜਾਰੀ ਰੱਖੋ(&o)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "ਇਹ ਤੁਸੀਂ ਟਿਕਾਣੇ ਉੱਤੇ ਲਿਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "ਕੀ ਤੁਸੀਂ '%1' ਦੀ ਸਮੱਗਰੀ ਨੂੰ '%2' ਵਿੱਚ ਮਿਲਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "ਸਰੋਤ" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "ਟਿਕਾਣਾ" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "ਸਰੋਤ ਜ਼ਿਆਦਾ ਨਵਾਂ ਹੈ।" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "ਸਰੋਤ ਪੁਰਾਣਾ ਹੈ।" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "ਸਰੋਤ %1 ਤੱਕ ਘੱਟ ਹੈ।" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "ਸਰੋਤ %1 ਤੱਕ ਵੱਡਾ ਹੈ।" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "ਫਾਇਲਾਂ ਇੱਕੋ ਜਿਹੀਆਂ ਹਨ।" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "ਫਾਇਲਾਂ ਇੱਕੋ ਜਿਹੀਆਂ ਜਾਪਦੀਆਂ ਹਨ।" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "ਫਾਇਲ ਵੱਖਰੀਆਂ ਹਨ।" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ਫਾਇਲ ਕਾਪੀ ਕਰੋ" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "ਇੱਕ ਪੁਰਾਣਾ ਆਈਟਮ ਨਾਂ '%1' ਨਾਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' ਨਾਂ ਦੀ ਰਲਦੀ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "ਇੱਕ ਹੋਰ ਵੀ ਨਵੀਂ ਆਈਟਮ ਨਾਂ '%1' ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "ਨਾਂ-ਬਦਲੋ:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "ਆਈਟਮਾਂ ਦੇ ਨਾਂ ਬਦਲੋ" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "ਨਾਂ-ਬਦਲੋ(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1 ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "ਨਵਾਂ ਨਾਂ #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 ਨਾਂ ਨਾਲ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ਕੋਈ ਚੱਲਣਯੋਗ ਪਰੋਗਰਾਮ ਨਹੀਂ ਜਾਪਦਾ ਹੈ।" + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6761,38 +6849,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "ਚੁਣੀ %1 ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ:" msgstr[1] "ਚੁਣੀਆਂ %1 ਆਈਟਮਾਂ ਦੇ ਨਾਂ ਬਦਲੋ:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "ਨਵਾਂ ਨਾਂ #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "ਚੁਣੀ %1 ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ:" +msgstr[1] "ਚੁਣੀਆਂ %1 ਆਈਟਮਾਂ ਦੇ ਨਾਂ ਬਦਲੋ:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "ਬਦਲੋ" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "ਬਦਲੋ" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "ਚੁਣੀ %1 ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ:" +msgstr[1] "ਚੁਣੀਆਂ %1 ਆਈਟਮਾਂ ਦੇ ਨਾਂ ਬਦਲੋ:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ਵੱਖਰਾ ਨਾਂ ਦਿਓ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "ਆਈਟਮ ਦਾ ਨਾਂ ਬਦਲੋ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "ਆਈਟਮਾਂ ਦੇ ਨਾਂ ਬਦਲੋ" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "ਨਾਂ-ਬਦਲੋ(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "ਡਿਫਾਲਟ ਯੂਜ਼ਰ ਨਾਂ:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "ਬਦਲੋ" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "ਝਲਕ ਵੇਖਾਓ" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ਕੋਈ ਚੱਲਣਯੋਗ ਪਰੋਗਰਾਮ ਨਹੀਂ ਜਾਪਦਾ ਹੈ।" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "ਜਾਣਕਾਰੀ" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "ਬਦਲੋ" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "ਸਭ ਨੂੰ ਬਦਲੋ" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "ਛੱਡੋ" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "ਸਭ ਨੂੰ ਛੱਡੋ" @@ -6879,7 +7133,7 @@ msgstr "" "ਰਿਮੋਟ ਹੋਸਟ ਨੇ ਕੋਈ ਵੀ SSL ਸਰਟੀਫਿਕੇਟ ਨਹੀਂ ਭੇਜਿਆ ਸੀ।\n" "ਅਧੂਰਾ ਛੱਡਿਆ ਜਾ ਰਿਹਾ ਹੈ, ਕਿਉਂਕਿ ਹੋਸਟ ਦੀ ਪਛਾਣ ਕੀਤੀ ਨਹੀਂ ਜਾ ਸਕਦੀ।" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6916,10 +7170,60 @@ msgstr[1] "" "strong='true'>ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"ਇਸ ਆਈਟਮ ਦਾ ਆਕਾਰ ਬਹੁਤ ਵੱਡਾ ਹੋਣ ਕਰਕੇ ਇਸ ਨੂੰ ਰੱਦੀ ਵਿੱਚ ਭੇਜਣਾ ਅਸਫ਼ਲ ਹੈ। ਕੀ ਇਸ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ " +"ਹਟਾ ਦਿੱਤਾ ਜਾਵੇ?%1ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"ਇਸ %1 ਆਈਟਮ ਦਾ ਆਕਾਰ ਬਹੁਤ ਵੱਡਾ ਹੋਣ ਕਰਕੇ ਇਸ ਨੂੰ ਰੱਦੀ ਵਿੱਚ ਭੇਜਣਾ ਅਸਫ਼ਲ ਹੈ। ਕੀ ਇਸ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ " +"ਹਟਾ ਦਿੱਤਾ ਜਾਵੇ?ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" +msgstr[1] "" +"ਇਹਨਾਂ %1 ਆਈਟਮਾਂ ਦਾ ਆਕਾਰ ਬਹੁਤ ਵੱਡਾ ਹੋਣ ਕਰਕੇ ਇਸ ਨੂੰ ਰੱਦੀ ਵਿੱਚ ਭੇਜਣਾ ਅਸਫ਼ਲ ਹੈ। ਕੀ ਇਹਨਾਂ ਨੂੰ ਪੱਕੇ " +"ਤੌਰ ਉੱਤੇ ਹਟਾ ਦਿੱਤਾ ਜਾਵੇ?ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ " +"ਜਾ ਸਕੇਗੀ।" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -6927,15 +7231,24 @@ msgstr "" "ਹਟਾ ਦਿੱਤਾ ਜਾਵੇ?%1ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ ਜਾ ਸਕੇਗੀ।" -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -6947,7 +7260,7 @@ msgstr[1] "" "ਤੌਰ ਉੱਤੇ ਹਟਾ ਦਿੱਤਾ ਜਾਵੇ?ਇਹ ਕਾਰਵਾਈ ਵਾਪਸ ਨਹੀਂ ਲਈ " "ਜਾ ਸਕੇਗੀ।" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6955,51 +7268,223 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "ਕੀ ਤੁਸੀਂ ਇਸ %1 ਆਈਟਮ ਨੂੰ ਰੱਦੀ 'ਚ ਭੇਜਣੀ ਚਾਹੁੰਦੇ ਹੋ?" msgstr[1] "ਕੀ ਤੁਸੀਂ ਇਹਨਾਂ %1 ਆਈਟਮਾਂ ਨੂੰ ਰੱਦੀ 'ਚ ਭੇਜਣੀ ਚਾਹੁੰਦੇ ਹੋ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "ਮੁੜ ਨਾ ਪੁੱਛੋ" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "ਮੁੜ ਨਾ ਪੁੱਛੋ" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "ਇਹ ਸੁਨੇਹਾ ਮੁੜ ਨਾ ਵੇਖਾਓ" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "ਪੀਅਰ SSL ਸਰਟੀਫਿਕੇਟ ਚੇਨ ਖ਼ਰਾਬ ਹੋਈ ਜਾਪਦੀ ਹੈ।" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "ਸਾਵਧਾਨ" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "ਇਹ ਪਰੋਗਰਾਮ ਨੂੰ ਸ਼ੁਰੂ ਕਰੇਗਾ:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ ਭਰੋਸਾ ਨਹੀਂ ਤਾਂ ਰੱਦ ਕਰੋ ਨੂੰ ਕਲਿੱਕ ਕਰੋ" +#~ msgid "Open With:" +#~ msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ:" + +#~ msgid "File System:" +#~ msgstr "ਫਾਇਲ ਸਿਸਟਮ:" + +#~ msgid "Change Attribute" +#~ msgstr "ਗੁਣ ਬਦਲੋ" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "ਫਾਇਲ ਦੇ ਗੁਣ ਬਦਲਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "ਕਾਪੀ ਕਰਨ ਦੀ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ " +#~ "ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Delete Files" +#~ msgstr "ਫਾਇਲਾਂ ਨੂੰ ਹਟਾਓ" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "ਹਟਾਉਣ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਇਸ ਨੁਾਲ ਤੁਹਾਡੇ ਸਿਸਟਮ ਦਾ " +#~ "ਨੁਕਸਾਨ ਹੋ ਸਕਦਾ ਹੈ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Create Folder" +#~ msgstr "ਫੋਲਡਰ ਬਣਾਓ" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "ਇਹ ਫੋਲਡਰ ਬਣਾਉਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Move Items" +#~ msgstr "ਆਈਟਮਾਂ ਭੇਜੋ" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "ਭੇਜਣ ਦੀ ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Rename" +#~ msgstr "ਨਾਂ-ਬਦਲੋ" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "ਨਾਂ ਬਦਲਣ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "ਸਿਮ-ਲਿੰਕ ਬਣਾਉਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Transfer data" +#~ msgstr "ਡਾਟਾ ਟਰਾਂਸਫਰ ਕਰੋ" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "ਡਾਟਾ ਭੇਜਣ ਨੂੰ ਪੂਰਾ ਕਰਨ ਵਾਸਤੇ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Undo Changes" +#~ msgstr "ਤਬਦੀਲੀਆਂ ਵਾਪਸ ਲਵੋ" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਵਾਪਸ ਲੈਣ ਲਈ ਰੂਟ ਅਧਿਕਾਰ ਚਾਹੀਦੇ ਹਨ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 ਲਈ ACL ਸੈਟਿੰਗ" + +#~ msgid "Change File Permissions" +#~ msgstr "ਫਾਇਲ ਇਜਾਜ਼ਤਾਂ ਨੂੰ ਬਦਲੋ" + +#~ msgid "New Permissions: %1" +#~ msgstr "ਨਵੀਆਂ ਇਜਾਜ਼ਤਾਂ: %1" + +#~ msgid "Change File Owner" +#~ msgstr "ਫਾਇਲ ਮਾਲਕ ਬਦਲੋ" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "ਨਵਾਂ ਮਾਲਕ: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "ਫਾਇਲ ਨੂੰ ਹਟਾਓ" + +#~ msgid "Remove Directory" +#~ msgstr "ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਹਟਾਓ" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "ਡਾਇਰੈਕਟਰੀ ਇਜਾਜ਼ਤਾਂ: %1" + +#~ msgid "Open File" +#~ msgstr "ਫਾਇਲ ਨੂੰ ਖੋਲ੍ਹੋ" + +#~ msgid "Open Directory" +#~ msgstr "ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਖੋਲ੍ਹੋ" + +#~ msgid "New Filename: %1" +#~ msgstr "ਨਵਾਂ ਫਾਇਲ ਨਾਂ: %1" + +#~ msgid "Target: %1" +#~ msgstr "ਟੀਚਾ: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "ਸਮਾਂ-ਮੋਹਰ ਬਦਲੋ" + +#~ msgid "From: %1, To: %2" +#~ msgstr "ਤੋਂ: %1, ਵੱਲ: %2" + +#~ msgid "Unknown Action" +#~ msgstr "ਅਣਪਛਾਣ ਕਾਰਵਾਈ" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "ਕਾਰਵਾਈ: %1\n" +#~ "ਸਰੋਤ: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "ਬੁੱਕਮਾਰਕ ਬਟਨ ਵੇਖਾਓ" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ਫਾਇਲ ਬਦਲੀ ਗਈ" + +#~ msgid "&Description:" +#~ msgstr "ਵੇਰਵਾ(&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "ਕੋਈ ਵੀ ਜਾਣਕਾਰੀ ਇੱਥੇ ਲਿਖੋ, ਜੋ ਤੁਸੀਂ ਸੋਚਦੇ ਹੋ ਕਿ ਲਾਭਦਾਇਕ ਹੋ ਸਕਦੀ ਹੈ।" + +#~ msgid "Do not ask again" +#~ msgstr "ਮੁੜ ਨਾ ਪੁੱਛੋ" + +#~ msgid "&Filter:" +#~ msgstr "ਫਿਲਟਰ(&F):" + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "ਇੱਕ ਤੋਂ ਵੱਧ ਫੋਲਡਰ ਚੁਣੇ ਗਏ ਹਨ ਅਤੇ ਇਹ ਡਾਈਲਾਗ ਫੋਲਡਰਾਂ ਦੀ ਵਰਤੋਂ ਨਹੀਂ ਕਰਦਾ ਹੈ, ਇਸਕਰਕੇ ਇਹ ਚੋਣ " +#~ "ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ ਕਿ ਕਿਸ ਨੂੰ ਖੋਲ੍ਹਿਆ ਜਾਵੇ। ਲਿਸਟ ਵਿੱਚੋਂ ਇੱਕ ਹੀ ਫੋਲਡਰ ਚੁਣੋ।" + +#~ msgid "More than one folder provided" +#~ msgstr "ਇੱਕ ਤੋਂ ਵੱਧ ਫੋਲਡਰ ਦਿੱਤਾ ਗਿਆ ਹੈ" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "ਘੱਟੋ-ਘੱਟ ਇੱਕ ਫੋਲਡਰ ਅਤੇ ਇੱਕ ਫਾਇਲ ਚੁਣਨੀ ਚਾਹੀਦੀ ਹੈ। ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾਵੇਗਾ ਅਤੇ " +#~ "ਚੁਣਿਆ ਗਿਆ ਫੋਲਡਰ ਵੇਖਾਇਆ ਜਾਵੇਗਾ।" + +#~ msgid "Files and folders selected" +#~ msgstr "ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰ ਚੁਣੇ" + #~ msgid "Is &executable" #~ msgstr "ਚੱਲਣਯੋਗ ਹੈ(&e)" @@ -7633,9 +8118,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgstr "" #~ "ਇਹ ਗਿਣੀ ਗਈ ਡਿਸਕ ਥਾਂ ਦੀ ਮਾਤਰਾ ਹੈ, ਜੋ ਕਿ ਰੱਦੀ ਲਈ ਮਨਜ਼ੂਰ ਹੋਵੇਗੀ, ਵੱਧੋ-ਵੱਧ।" -#~ msgid "Show a Warning" -#~ msgstr "ਚੇਤਾਵਨੀ ਵੇਖਾਓ" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "ਰੱਦੀ ਵਿੱਚ ਸਭ ਤੋਂ ਪੁਰਾਣੀਆਂ ਫ਼ਾਈਲਾਂ ਹਟਾ ਦਿਓ" @@ -7710,10 +8192,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgid "Space" #~ msgstr "Space" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "ਡਿਫਾਲਟ" - #~ msgid "Modify Web Shortcut" #~ msgstr "ਵੈਬ ਸ਼ਾਰਟਕੱਟ ਸੋਧ" @@ -7851,11 +8329,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 ਲਈ ਅਧਿਕਾਰ ਨਹੀਂ ਬਦਲੇ ਜਾ ਸਕੇ।" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "ਫਾਈਲ ਚੇਪੋ(&P)" -#~ msgstr[1] "%1 ਫਾਈਲਾਂ ਚੇਪੋ(&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "URL ਚੇਪੋ(&P)" @@ -8002,9 +8475,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgid "unmounting is not supported by wince." #~ msgstr "ਅਣ-ਮਾਊਂਟ ਕਰਨਾ wince ਰਾਹੀਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#~ msgid "File name:" -#~ msgstr "ਫਾਈਲ ਨਾਂ:" - #~ msgid "&Use cache" #~ msgstr "ਕੈਸ਼ ਵਰਤੋਂ(&U)" @@ -8113,9 +8583,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgid "Read only" #~ msgstr "ਪੜ੍ਹਨ ਲਈ" -#~ msgid "File system:" -#~ msgstr "ਫਾਈਲ-ਸਿਸਟਮ:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "ਮਾਊਟ ਪੁਆਇੰਟ (/mnt/floppy):" @@ -8580,9 +9047,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ msgid "Do not &close when command exits" #~ msgstr "ਕਮਾਂਡ ਬੰਦ ਕਰਨ ਉੱਤੇ ਬੰਦ ਨਾ ਕਰੋ(&c)" -#~ msgid "&Username:" -#~ msgstr "ਯੂਜ਼ਰ ਨਾਂ(&U):" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -8605,9 +9069,6 @@ msgstr "ਜੇ ਤੁਹਾਨੂੰ ਇਹ ਪਰੋਗਰਾਮ ਉੱਤੇ #~ "ਕੂਕੀਜ ਹੈਂਡਲਰ ਸੇਵਾ ਸੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ\n" #~ "ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਸੰਭਾਲੇ ਕੂਕੀਜ਼ ਦਾ ਪਰਬੰਧਨ ਨਹੀਂ ਕਰ ਸਕਦੇ ਹੋ।" -#~ msgid "Open with:" -#~ msgstr "ਇਸ ਨਾਲ ਖੋਲ੍ਹੋ:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/pl/kio6.po b/local/recipes/kde/kf6-kio/source/po/pl/kio6.po index 8243cd1475..f48caf0094 100644 --- a/local/recipes/kde/kf6-kio/source/po/pl/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/pl/kio6.po @@ -1,25 +1,25 @@ # translation of kcmkio.po to Polish # translation of kcmkio.po to # Version: $Revision: 1409459 $ +# SPDX-FileCopyrightText: 2011-2012, 2014-2026 Łukasz Wojniłowicz # Michal Rudolf , 2003, 2004, 2005, 2008, 2009. # Krzysztof Lichota , 2005, 2006. # Marta Rybczyńska , 2008, 2009, 2010. -# SPDX-FileCopyrightText: 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Łukasz Wojniłowicz msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-23 13:18+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-05-09 16:23+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" -"Language-Team: Polish \n" +"Language-Team: pl\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" -"X-Generator: Lokalize 24.08.3\n" +"X-Generator: Lokalize 26.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -31,12 +31,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "mrudolf@kdewebdev.org, lukasz.wojnilowicz@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nie można zmienić właściciela pliku %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -45,12 +45,12 @@ msgstr "" "Nie można zmienić właściciela pliku %1. " "Niewystarczające uprawnienia do pliku." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nie można utworzyć pracownika KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -62,7 +62,7 @@ msgstr "" "Nie można utworzyć dowiązania symbolicznego \"%1\".\n" "Docelowy system plików (%2) nie obsługuje dowiązań symbolicznych." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgstr "" "Wybranie zastąpienie zastąpi każdy nieprawidłowy znak (w nazwie katalogu " "docelowego) znakiem podkreślenia \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -92,23 +92,23 @@ msgstr "" "Wybranie zastąpienie zastąpi każdy nieprawidłowy znak (w nazwie pliku " "docelowego) znakiem podkreślenia \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Katalog już istnieje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Plik już istnieje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Istnieje już jako katalog" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Kosz" @@ -207,205 +207,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Przenoszenie" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Z miejsca" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Na miejsce" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Zmiana nazwy" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiowanie" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Tworzenie katalogu" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Katalog" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Usuwanie" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Plik" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Sprawdzanie" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Przesyłanie" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Podpinanie" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Urządzenie" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punkt podpięcia" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Odpinanie" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Zmień atrybut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Wymagane są uprawnienia administratora do zmiany atrybutów pliku. Czy chcesz " -"kontynuować?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Skopiuj pliki" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Wymagane są uprawnienia administratora do kopiowania. Czy chcesz kontynuować?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Usuwanie plików" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Wymagane są uprawnienia administratora do usunięcia. Może to uszkodzić twój " -"system. Czy chcesz kontynuować?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Utwórz katalog" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Wymagane są uprawnienia administratora do utworzenia tego katalogu. Czy " -"chcesz kontynuować?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Przenieś elementy" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Wymagane są uprawnienia administratora do przeniesienia. Czy chcesz " -"kontynuować?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Zmień nazwę" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Wymagane są uprawnienia administratora do zmiany nazwy. Czy chcesz " -"kontynuować?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Utwórz jako dowiązanie symboliczne" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Wymagane są uprawnienia administratora do utworzenia dowiązania " -"symbolicznego. Czy chcesz kontynuować?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Przenoszenie danych" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Wymagane są uprawnienia administratora do przeniesienia danych. Czy chcesz " -"kontynuować?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +726,12 @@ msgstr "Ten plik jest zbyt duży, żeby go przenieść do kosza." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Nie można utworzyć katalogu kosza w tym miejscu albo nie można go odnaleźć." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +741,65 @@ msgstr "" "%2\n" "Zgłoś ten błąd na stronie https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nieznany)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Techniczna przyczyna: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Szczegóły żądania:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protokół: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Data i czas: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Dodatkowe dane: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Możliwe przyczyny:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Możliwe rozwiązania:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nieznany)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +808,17 @@ msgstr "" "Skontaktuj się z obsługą komputera, administratorem systemu lub pomocą " "techniczną." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." -msgstr "Skontaktuj się z administratorem serwera." +msgstr "Napisz do administratora serwera po pomoc." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Sprawdź swoje uprawnienia do tego zasobu." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,7 +827,7 @@ msgstr "" "Twoje uprawnienia mogą być niewystarczające do wykonania żądanego działania " "na tym zasobie." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -938,7 +835,7 @@ msgstr "" "Plik może być używany (i zablokowany do użytku) przez innego użytkownika lub " "program." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +844,17 @@ msgstr "" "Sprawdź, czy żaden program i żaden użytkownik nie używa oraz nie blokuje " "pliku." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Możliwe, choć mało prawdopodobne, że wystąpił błąd sprzętowy." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Być może natrafiłeś na błąd w programie." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +863,7 @@ msgstr "" "Najprawdopodobniej natrafiłeś na błąd w programie. Jeśli możesz, wyślij " "raport o błędzie zgodnie z poniższą instrukcją." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +872,7 @@ msgstr "" "Uaktualnij program do najnowszej wersji. Twoja dystrybucja powinna zawierać " "narzędzia do uaktualniania programów." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,12 +891,12 @@ msgstr "" "w raporcie wszystkie szczegóły wymienione poniżej, wraz z innymi " "informacjami, które uważasz za użyteczne." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Mogły być problemy z połączeniem sieciowym." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1008,7 +905,7 @@ msgstr "" "Mogły być problemy z ustawieniami sieci. Jest to jednak mało prawdopodobne, " "jeśli ostatnio bez problemów korzystałeś z Internetu." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1017,42 +914,42 @@ msgstr "" "Być może problemy pojawiły się gdzieś w sieci, między serwerem a twoim " "komputerem." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Spróbuj jeszcze raz, teraz albo później." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Prawdopodobnie nastąpił błąd w protokole lub niekompatybilność." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Sprawdź, czy zasób istnieje i spróbuj jeszcze raz." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Możliwe, że podany zasób nie istnieje." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Upewnij się, że wpisane jest poprawne położenie i spróbuj ponownie." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Sprawdź swoje połączenie sieciowe." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nie można otworzyć zasobu do odczytu" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 nie " "może zostać pobrana z powodu braku praw do odczytu." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Możesz nie mieć uprawnień do odczytania pliku lub katalogu." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nie można otworzyć zasobu do zapisu" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1080,17 +977,17 @@ msgstr "" "Może to oznaczać, że plik %1 nie może zostać zapisany z " "powodu braku praw do zapisu." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nie można rozpocząć procesu wymaganego przez protokół %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nie można uruchomić procesu" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1 zgłosił błąd " "wewnętrzny." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nieprawidłowo sformatowany URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokół://użytkownik@hasło:www.przykład.org:port/" "katalog/plik.rozszerzenie?pytanie=wartość" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nieobsługiwany protokół %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1159,19 +1056,19 @@ msgstr "" "Protokół %1 nie jest obsługiwany przez programy KDE " "zainstalowane na tym komputerze." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Żądany protokół może nie być obsługiwany." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "Wersje protokołu %1 na tym komputerze i na serwerze mogą być różne." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1182,17 +1079,17 @@ msgstr "" "\"Pracownik KIO\"), obsługującej ten protokół. Poszukać warto na https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL nie odnosi się do zasobu." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokół jest protokołem filtrującym" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Location (URL) nie odnosi się do żadnego zasobu." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1213,12 +1110,12 @@ msgstr "" "protokół jest przeznaczony jedynie do takich sytuacji, innych niż aktualna. " "Najprawdopodobniej oznacza to błąd w programie." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nieobsługiwane działanie: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1227,7 +1124,7 @@ msgstr "" "Podana akcja nie jest obsługiwana przez program KDE implementujący protokół " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1237,51 +1134,51 @@ msgstr "" "Błąd zależy od programu KDE. Dodatkowe szczegóły dostarczą ci więcej " "informacji, niż jest dostępne dla architektury wejścia/wyjścia KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Spróbuj znaleźć inną metodę osiągnięcia tego samego wyniku." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Oczekiwany plik" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Żądano pliku, ale zwrócony został katalog %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Być może jest to błąd serwera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Oczekiwano katalogu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "Żądano katalogu, ale zwrócony został plik %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Plik lub katalog nie istnieje" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Podany plik lub katalog %1 nie istnieje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1289,22 +1186,22 @@ msgid "" msgstr "" "Żądany plik nie został utworzony, ponieważ plik o tej nazwie już istnieje." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Spróbuj przenieść poprzedni plik w inne miejsce i spróbuj jeszcze raz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Usuń poprzedni plik i spróbuj jeszcze raz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Wybierz inną nazwę dla nowego pliku." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1313,28 +1210,28 @@ msgstr "" "Żądany katalog nie został utworzony, ponieważ katalog o tej nazwie już " "istnieje." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Spróbuj przenieść katalog bieżący w inne miejsce i spróbuj jeszcze raz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Usuń katalog bieżący i spróbuj jeszcze raz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Wybierz inną nazwę dla nowego katalogu." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nieznany serwer" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1343,33 +1240,33 @@ msgstr "" "Błąd \"Nieznany serwer\" oznacza, że serwer o podanej nazwie %1 nie został znaleziony w Internecie." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Podana nazwa, %1, może być błędnie wpisana." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Brak dostępu" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Brak dostępu do zasobu %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Być może podano nieprawidłowe szczegóły uwierzytelnienia." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Możesz nie mieć praw dostępu do tego zasobu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1377,24 +1274,24 @@ msgid "" msgstr "" "Ponów żądanie i sprawdź, czy dane uwierzytelnienia są podane poprawnie." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Brak praw do zapisu" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Próba zapisu do pliku %1 została odrzucona." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nie można wejść do katalogu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1403,17 +1300,17 @@ msgstr "" "Oznacza to, że próba otwarcia (wejścia do) żądanego katalogu %1 została odrzucona." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Pokazanie zawartości katalogu jest niedostępne" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokół %1 nie jest systemem plików" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1423,12 +1320,12 @@ msgstr "" "Oznacza to, że żądanie wymagało ustalenia zawartości katalogu, ale program " "KDE, obsługujący ten protokół, nie może tego zrobić." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Wykryto zapętlone dowiązanie" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1441,7 +1338,7 @@ msgstr "" "dowiązanie lub ciąg dowiązań, powodujące nieskończoną pętlę - tj. plik był " "ostatecznie dowiązaniem do siebie." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1449,27 +1346,27 @@ msgid "" msgstr "" "Usuń część pętli, by przerwać pętlę nieskończoną, a następnie ponów próbę." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Żądanie przerwane przez użytkownika" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Żądanie nie zostało zrealizowane, ponieważ je przerwano." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Powtórz żądanie." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Podczas kopiowania wykryto zapętlone dowiązanie" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1482,17 +1379,17 @@ msgstr "" "wykryło takie dowiązanie lub ciąg dowiązań, powodujące niekończącą się " "zapętlenie - tj. plik był ostatecznie dowiązaniem do samego siebie." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nie można utworzyć połączenia sieciowego" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nie można utworzyć gniazdka" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1500,27 +1397,27 @@ msgid "" msgstr "" "Nie można było utworzyć urządzenia do komunikacji sieciowej (gniazdka)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "Sieć może być nieprawidłowo ustawiona lub wyłączona." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Połączenie z serwerem odrzucone" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Serwer %1 odrzucił próbę połączenia z tego komputera." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1529,7 +1426,7 @@ msgstr "" "Serwer, choć podłączony do Internetu, może nie być ustawiony na przyjmowanie " "żądań." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1538,7 +1435,7 @@ msgstr "" "Serwer, choć podłączony do Internetu, może nie udostępniać żądanej usługi " "(%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1549,12 +1446,12 @@ msgstr "" "zabezpieczająca twoją sieć, albo sieć serwera, mogła zablokować twoje " "żądanie." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Połączenie z serwerem zostało niespodziewanie zakończone" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1563,7 +1460,7 @@ msgstr "" "Chociaż połączenie z %1 zostało nawiązane, przerwano je " "później w nieoczekiwanym miejscu." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1572,17 +1469,17 @@ msgstr "" "Być może wystąpił błąd w protokole, a serwer przerwał połączenie w reakcji " "na ten błąd." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Błędny URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokół %1 nie jest protokołem filtrującym" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1605,17 +1502,17 @@ msgstr "" "wybrany protokół nie jest przeznaczony jedynie do takich sytuacji. " "Najprawdopodobniej oznacza to błąd w programie." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nie można zainicjalizować urządzenia wejścia/wyjścia" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nie można podpiąć urządzenia" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1624,7 +1521,7 @@ msgstr "" "Podane urządzenie nie mogło zostać podłączone (\"podpięte\"). Zwrócony błąd: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1635,7 +1532,7 @@ msgstr "" "dyskietki w stacji dysków. Być może urządzenie peryferyjne nie jest " "poprawnie podłączone fizycznie." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1646,7 +1543,7 @@ msgstr "" "systemach uniksowych do podłączania urządzeń często wymagane są uprawnienia " "administratora." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1656,17 +1553,17 @@ msgstr "" "napędy CD-ROM - płyty, zaś urządzenia zewnętrzne muszą być poprawnie " "podłączone i włączone) i spróbuj jeszcze raz." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nie można zainicjalizować urządzenia wejścia/wyjścia" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nie można odpiąć urządzenia" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1675,7 +1572,7 @@ msgstr "" "Podane urządzenie nie mogło zostać odłączone (\"odpięte\"). Zwrócony błąd: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1686,7 +1583,7 @@ msgstr "" "użytkownika. Nawet okno przeglądarki, otwarte na katalogu na tym urządzeniu, " "może powodować, że urządzenie jest zajęte." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1697,18 +1594,18 @@ msgstr "" "systemach uniksowych do odłączania urządzeń często wymagane są uprawnienia " "administratora." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Sprawdź, czy żadne programy nie korzystają z urządzenia i spróbuj ponownie." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nie można czytać z zasobu" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1717,17 +1614,17 @@ msgstr "" "Oznacza to, że chociaż zasób %1 został otwarty, podczas " "próby czytania z niego wystąpił błąd." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Brak praw do zapisu do czytania z tego zasobu." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nie można pisać do zasobu" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1736,22 +1633,22 @@ msgstr "" "Oznacza to, że chociaż zasób %1 został otwarty, podczas " "próby pisania do niego wystąpił błąd." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Możesz nie mieć uprawnień do zapisu do tego zasobu." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nie można nasłuchiwać" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nie można przyłączyć" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1761,17 +1658,17 @@ msgstr "" "Techniczny błąd oznaczający, że urządzenie wymagane do połączeń sieciowych " "nie mogło nasłuchiwać, oczekując na przychodzące połączenia sieciowe." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nie można nasłuchiwać" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nie można przyjąć połączenia sieciowego" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1780,33 +1677,33 @@ msgstr "" "Techniczny błąd, oznaczający, że nie powiodło się przyjęcie połączenia " "sieciowego z zewnątrz." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Możesz nie mieć praw do przyjęcia tego połączenia." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nie można się zalogować: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Próba zalogowania, by wykonać żądaną operację, nie powiodła się." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nie można ustalić stanu zasobu" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nie można pobrać statusu zasobu" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1815,69 +1712,69 @@ msgstr "" "Próba uzyskania informacji o stanie zasobu %1 (np. o jego " "nazwie, typie, rozmiarze itd.) nie powiodła się." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Wybrany zasób nie istnieje lub nie jest dostępny." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nie można zaniechać wypisywaniu" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "UWAGA: Brak dokumentacji" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nie można utworzyć katalogu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Próba utworzenia żądanego katalogu nie powiodła się." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Być może miejsce, gdzie miał zostać utworzony katalog nie istnieje." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nie można usunąć katalogu" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Próba usunięcia podanego katalogu, %1, nie powiodła się." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Podany katalog może nie istnieć." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Podany katalog może nie być pusty." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Upewnij się, że katalog istnieje oraz jest pusty i spróbuj ponownie." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nie można wznowić przesyłania pliku" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1886,44 +1783,44 @@ msgstr "" "Żądanie wznowienia przesyłania pliku %1 nie mogło zostać " "zrealizowane." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokół lub serwer nie pozwala na wznowienie przesyłania." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Powtórz żądanie bez próby wznowienia przesyłania." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nie można zmienić nazwy zasobu" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Próba zmiany nazwy zasobu %1 nie powiodła się." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nie można zmienić praw do zasobu" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Próba zmiany praw zasobu %1 nie powiodła się." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nie można zmienić właściciela zasobu" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 nie powiodła się." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nie można usunąć zasobu" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Próba usunięcia podanego zasobu %1 nie powiodła się." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Niespodziewane zakończenie programu" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, nieoczekiwanie zakończył działanie." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Brak pamięci" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, zabrakło pamięci niezbędnej do kontynuowania pracy." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nieznany serwer pośredniczący" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1 wystąpił błąd \"Nieznany adres\". Błąd ten oznacza, że w Internecie " "nie znaleziono komputera o podanej nazwie." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1996,17 +1893,17 @@ msgstr "" "serwera pośredniczącego. Jeśli jednak ostatnio korzystałeś z Internetu bez " "problemów, jest to mało prawdopodobne." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Sprawdź ustawienia serwera pośredniczącego i ponów próbę." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Błąd uwierzytelnienia: metoda %1 nie jest obsługiwana" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2017,7 +1914,7 @@ msgstr "" "ono ponieważ metoda, używana przez ten serwer, nie jest obsługiwana przez " "program KDE, realizujący protokół %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2027,17 +1924,17 @@ msgstr "" "\">https://bugs.kde.org/, informując Zespół KDE o nieobsługiwanej " "metodzie uwierzytelnienia." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Żądanie przerwane" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Wewnętrzny błąd serwera" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2046,7 +1943,7 @@ msgstr "" "Program na serwerze, zapewniający dostęp do protokołu %1, " "zwrócił błąd wewnętrzny: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2055,13 +1952,13 @@ msgstr "" "Najprawdopodobniej jest to spowodowane błędem programu na serwerze. Proszę " "rozważyć wysłanie pełnej informacji o błędzie według poniższych instrukcji." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Skontaktuj się z administratorem serwera, by poinformować go o problemie." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2070,40 +1967,31 @@ msgstr "" "Jeśli znasz autorów oprogramowania dla tego serwera, wyślij raport o błędzie " "bezpośrednio do nich." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Błąd czasu oczekiwania" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Chociaż połączenie z serwerem zostało nawiązane, nie otrzymano odpowiedzi w " -"wyznaczonym czasie: Bieżące ograniczenia czasowe to:
              • czas na " -"nawiązanie połączenia: %1 s.
              • czas na otrzymanie odpowiedzi: %2 s.
              • czas na połączenie z serwerem pośredniczącym: %3 s.
              " -"Wszystkie te ustawienia można zmienić w Ustawieniach systemowych KDE, " -"wybierając Sieć->Ustawienia->Połączenie." +"Mimo że nawiązano łączność z serwerem, to nie otrzymano od niego odpowiedzi " +"na zapytanie w oczekiwanym czasie." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Serwer był zbyt zajęty, realizując inne żądania." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nieznany błąd" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, zwrócił nieznany błąd: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nieznane przerwanie" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, zwrócił przerwanie nieznanego typu %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nie można usunąć oryginalnego pliku" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2142,12 +2030,12 @@ msgstr "" "operacji przenoszenia pliku). Niestety, oryginalnego pliku %1 nie można było usunąć." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nie można usunąć pliku tymczasowego" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2158,12 +2046,12 @@ msgstr "" "byłoby zapisanie ściąganego pliku. Niestety, pliku tymczasowego %1 nie udało się utworzyć." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nie można zmienić nazwy pliku" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2172,12 +2060,12 @@ msgstr "" "Żądane działanie wymagało zmiany nazwy oryginalnego pliku %1. Niestety, nie udało się zmienić tej nazwy." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nie można zmienić nazwy pliku tymczasowego" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2186,32 +2074,32 @@ msgstr "" "Żądane działanie wymagało utworzenia tymczasowego pliku %1, " "ale nie udało się go utworzyć." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nie można utworzyć dowiązania" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nie można utworzyć dowiązania symbolicznego" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nie można utworzyć żądanego dowiązania symbolicznego %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Brak treści" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Dysk pełny" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2219,7 +2107,7 @@ msgid "" msgstr "" "Nie można zapisać żądanego pliku %1 z powodu braku miejsca." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2230,12 +2118,12 @@ msgstr "" "tymczasowych plików; 2) zarchiwizowanie części danych na innych nośnikach " "danych (np. płytach CD); lub 3) pozyskanie dodatkowej przestrzeni dyskowej." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Pliki źródłowy i docelowy są tym samym plikiem" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2244,17 +2132,17 @@ msgstr "" "Nie można było ukończyć działania, bo pliki docelowy i źródłowy sa takie " "same." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Wybierz inną nazwę pliku docelowego." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Plik lub katalog upuszczony sam na siebie" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2263,17 +2151,17 @@ msgstr "" "Nie można przeprowadzić działania, ponieważ plik lub katalog źródłowy i " "docelowy są tym samym." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Upuść element na inny plik lub katalog." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Katalog przenoszony do siebie samego" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2282,17 +2170,17 @@ msgstr "" "Nie można przeprowadzić działania, ponieważ nie można przenieść elementu " "źródłowego na samego siebie." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Przenieś element do innego katalogu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nie można porozumieć się z serwerem haseł" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2301,24 +2189,24 @@ msgstr "" "Nie można przeprowadzić działania, ponieważ nie można porozumieć się z " "usługą żądania haseł (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Spróbuj rozpocząć swoją sesję ponownie lub przejrzyj dzienniki w " "poszukiwaniu błędów z kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nie można zainicjalizować protokołu %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nie można utworzyć pracownika KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2328,7 +2216,7 @@ msgstr "" "nie został znaleziony lub nie można go było uruchomić. Dzieje się tak " "zazwyczaj z przyczyn technicznych." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2337,13 +2225,13 @@ msgstr "" "klauncher nie mógł znaleźć lub uruchomić wtyczki, która obsługuje protokół. " "Oznacza to, że masz przestarzałą wersję wtyczki." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nie można przenieść %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2353,35 +2241,35 @@ msgstr "" "Nie można przenieść pliku %1, ponieważ docelowy system " "plików nie obsługuje tak dużych plików" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "Sformatuj napęd docelowy na format, który obsługuje tak duże pliki." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nieudokumentowany błąd" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symboliczne dowiązanie do %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, dowiązanie do %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Wskazuje na: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2390,12 +2278,12 @@ msgstr "" "Nieprawidłowy URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nie można określić rodzaju pliku dla %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2404,13 +2292,13 @@ msgstr "" "Nie można znaleźć nazwy pliku wykonywalnego w \"%1\". Proszę podać poprawną " "nazwę programu." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 nie wygląda na plik wykonywalny." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2420,94 +2308,94 @@ msgstr "" "Nie znaleziono %1; wpisz poprawną ścieżkę do pliku " "wykonywalnego." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Nawiązywanie połączeń nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Zamykanie połączeń nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokół %1 nie pozwala na dostęp do plików." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Zapisywanie do %1 nie jest obsługiwane." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nie ma dostępnych żadnych szczególnych działań dla protokołu %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "" "Wyświetlanie zawartości katalogów nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Pobieranie danych z %1 nie jest obsługiwane." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Pobieranie informacji o typie MIME z %1 nie jest obsługiwane." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Zmiana nazwy lub przenoszenie plików w %1 nie jest obsługiwane." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "" "Tworzenie dowiązań symbolicznych nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiowanie plików w %1 nie jest obsługiwane." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Usuwanie plików z %1 nie jest obsługiwane." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Tworzenie katalogów nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Zmiana atrybutów plików nie jest obsługiwana przez protokół %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Zmiana właściciela plików nie jest obsługiwana przez protokół %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Otwieranie plików nie jest obsługiwane przez protokół %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokół %1 nie obsługuje działania %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2519,312 +2407,336 @@ msgstr "" "większe uprawnienia, nie może zostać zagwarantowane, bo użytkownicy inni niż " "administrator mają możliwość jego zmiany w %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nieznany protokół '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nie można znaleźć pracownika KIO dla protokołu '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Pracownik KIO dla protokołu “%1” w %2 nie został wczytany, bo wszyscy " +"pracownicy KIO, którzy znajdują się poza %3 i proszą o rozszerzone " +"uprawnienia są uznawani za niebezpiecznych." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nie można utworzyć gniazda do uruchomienia pracownika KIO dla protokołu '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nie można znaleźć pliku wykonywalnego 'kioworker' w '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Szczegóły" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Na &zawsze" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Ko&ntynuuj" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Tylko na &bieżącą sesję" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Przenieś do nowego katalogu" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Utwórz nowy katalog dla tych rzeczy" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nie wybrano pliku do usunięcia." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nie ma czego usuwać" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nie wybrano pliku do wyrzucenia do kosza." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nie ma czego wyrzucić do kosza" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Wybrany katalog nie istnieje lub brak praw do odczytu." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Katalog nadrzędny" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Idź wstecz" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Idź naprzód" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Katalog domowy" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Wczytaj ponownie" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nowy katalog…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Wyrzuć do kosza" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Usuń" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Uszereguj" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Uszereguj wg nazwy" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Uszereguj wg rozmiaru" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Uszereguj wg daty" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Uszereguj wg rodzaju" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Rosnąco" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Malejąco" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Najpierw katalogi" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Pliki ukryte jako ostatnie" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Widok ikonowy" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Widok zwarty" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Widok szczegółowy" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Położenie ikon" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Obok nazwy pliku" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nad nazwą pliku" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Widok skrócony" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Widok szczegółowy" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Widok drzewa" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Widok szczegółowy drzewa" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Zezwól na rozszerzanie w widoku szczegółowym" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Pokaż ukryte pliki" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Pokaż panel podglądu" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pokaż podgląd" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Otwórz jego katalog" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Właściwości" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Tryb &widoku" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Najpierw najnowsze" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Najpierw najstarsze" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Najpierw najnowsze" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Najpierw największe" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Najpierw najmniejsze" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodowanie:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otwórz" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Zapisz jako" @@ -2871,40 +2783,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Przenieś tutaj" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Wszystkie pliki" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Wszystkie obsługiwane pliki" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Wszystkie pliki" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodawanie wpisu do miejsc" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Dostosuj wpis miejsc" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -2917,17 +2829,17 @@ msgstr "" "prowadzi skrót. Jeśli nie wpiszesz żadnej etykiety, będzie ona pochodziła od " "adresu miejsca.
              " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Etykiet&a:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Wpisz opisową etykietę" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2940,12 +2852,12 @@ msgstr "" "ftp://ftp.kde.org/pub/kde/stable

              Przycisk obok pola edycyjnego " "pozwala wybrać odpowiedni URL.
              " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Miejsce:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " @@ -2954,17 +2866,17 @@ msgstr "" "Ikona wyświetlana w panelu miejsc.

              Naciśnij przycisk, by " "wybrać inną ikonę.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Ikona:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Tylk&o dla tego programu (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2975,201 +2887,207 @@ msgstr "" "(%1).

              W przeciwnym razie będzie dostępna we wszystkich programach." "
              " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Miejsca" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Zdalne" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Ostatnie" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Szukaj" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Urządzenia" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Urządzenia wymienne" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Znaczniki" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (od %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Wszystkie znaczniki" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Katalog domowy" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Pulpit" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenty" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Pobrane" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Sieć" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Kosz" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzyka" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Obrazy" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Filmy" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ostatnie pliki" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Ostatnie miejsca" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Zmieniono dzisiaj" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Zmieniono wczoraj" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nie można dodać panelu miejsc: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Do panelu miejsc można dodawać tylko katalogi." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Ustawienia…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Zwalniam…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Zwolnij" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Wysuwam bezpiecznie…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Wy&suń bezpiecznie" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Odpinam…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Odepnij" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Wysuń" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Urządzenie '%1' to nie dysk i nie można go wysunąć." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Próba uzyskania dostępu do '%1' zakończyła się błędem: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Próba uzyskania dostępu do '%1' zakończyła się błędem" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Jeden lub więcej plików na tym urządzeniu jest otwartych w jakiejś aplikacji." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3187,108 +3105,108 @@ msgstr[2] "" "Jeden lub więcej plików na tym urządzeniu jest otwartych w następujących " "aplikacjach \"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Przeformatuj lub zmień w Zarządzaniu Partycjami" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 niezajętych z %2 (zajęto %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ukryty)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Opróżnij kosz" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Podepnij" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otwórz w nowej karcie" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Otwórz w nowym oknie" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj wpis..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Edytuj..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Usuń z miejsc" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ukryj" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ukryj grupę '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ukryj grupę" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Pokaż w&szystkie wpisy" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Rozmiar ikon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3296,51 +3214,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Dostosowujący się rozmiar" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Małe (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Średnie (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Duże (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Wielkie (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Można zaznaczyć tylko jeden plik" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Dostarczono więcej niż jeden plik" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Można wybrać tylko pliki lokalne" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Zdalne pliki odrzucone" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3358,51 +3276,22 @@ msgstr[2] "" "Wybrany adres URL używa nieobsługiwanego schematu. Proszę użyć następujących " "schematów: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nieobsługiwany schemat adresu URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Wybrano więcej niż jeden katalog, a to okno dialogowe nie obsługuje tylko " -"jeden. Wybierz tylko jeden katalog." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Dostarczono więcej niż jeden katalog" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Wybrano co najmniej jeden plik i katalog. Wybrane pliki zostaną pominięte, a " -"zawartość wybranego katalogu będzie pokazana" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Zaznaczono pliki i katalogi" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nie można znaleźć pliku \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nie można otworzyć pliku" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " @@ -3413,42 +3302,42 @@ msgstr "" "przykład jeśli aktualny katalog to file:/home/konqi, naciśnięcie tego " "przycisku przeniesie do file:/home.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Naciśnij ten przycisk, aby przejść do wcześniej przeglądanej strony." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Naciśnij ten przycisk, aby przejść do później przeglądanej strony." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Naciśnij ten przycisk, aby ponownie wczytać przeglądaną stronę." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Naciśnij ten przycisk, aby utworzyć nowy katalog." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Pokaż panel miejsc" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Pokaż przycisk zakładek" +msgid "Show Quick Filter" +msgstr "Pokaż szybki filtr" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Ustawienia" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3463,12 +3352,12 @@ msgstr "" "miejsc
            • podgląd plików
            • oddzielanie katalogów od plików
            • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Zakładki" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3482,12 +3371,35 @@ msgstr "" "tym działają tak, jak zwykłe zakładki w KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nazwa:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Wycofaj zmianę nazwy pliku" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Zachowaj filtr po zmianie katalogu" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Odfiltruj po nazwie…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ukryj pasek filtru" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3499,12 +3411,12 @@ msgstr "" "Funkcję tę można przełączyć klikając prawym klawiszem myszy i wybierając " "tryb z menu Uzupełnianie tekstu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "To jest nazwa, pod jaką zostanie zapisany plik." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3513,74 +3425,78 @@ msgstr "" "To jest lista plików do otwarcia. Można podać kilka plików, rozdzielając " "nazwy je spacjami." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "To jest nazwa pliku do otwarcia." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Miejsca" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Plik \"%1\" już istnieje. Czy chcesz go zastąpić?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Zastąpić plik?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Można wybrać tylko pliki lokalne." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Zdalne pliki odrzucone" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Wszystkie katalogi" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Bieżący katalog: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otwórz" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Wielkość ikon: %1 pikseli" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Dopisz (%1) &do nazwy pliku" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "rozszerzenie %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Wykryj i dopisz rozszerzenie &do nazwy pliku" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "odpowiadające rozszerzenie" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3607,12 +3523,12 @@ msgstr "" "li> Jeśli nie jesteś pewien, włącz ustawienie, w ten sposób pliki będą " "łatwiejsze do zarządzania." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Rodzaj pliku:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3621,63 +3537,53 @@ msgstr "" "Oto wybierak rodzaju pliku. Jest wykorzystywany do wyboru formatu, w " "jakim zostanie zapisany plik." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtr:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

              You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

              Wildcards such as * and ? are allowed.

              " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"To jest filtr, stosowany do listy plików. Pliki, których nazwy nie " -"pasują do listy, nie będą wyświetlane.

              Możesz wybrać jeden z dostępnych " -"filtrów z listy rozwijanej lub wpisać własny filtr bezpośrednio w polu " -"edycyjnym.

              Obsługiwane są znaki wieloznaczne, takie jak * i ?.

              " +"Oto wybierak rodzaju pliku. Jest wykorzystywany do wyboru formatu, w " +"jakim zostanie pokazany plik." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Utwórz nowy plik" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Przepraszamy" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Plik szablonu %1 nie istnieje." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nazwa nowego łącza:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Dowiąż do adresu URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Wpisz nazwę pliku %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Przepraszamy" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Plik szablonu %1 nie istnieje." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nazwa nowego łącza:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Utwórz jako dowiązanie symboliczne" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Dowiąż do adresu URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3687,7 +3593,7 @@ msgstr "" "Nie można nazwy %1, ponieważ jest ona zarezerwowana dla " "systemu operacyjnego." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3697,7 +3603,7 @@ msgstr "" "Rzecz zostanie domyślnie ukryta, bo jej nazwa %1 " "zaczyna się od kropki." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3709,29 +3615,39 @@ msgstr "" "ten będzie wyświetlany przed innymi w przypadku szeregowania alfabetycznego, " "poza innymi dziwnościami." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Użycie ukośników w nazwach katalogów stworzy podkatalogi, w następujący " "sposób:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Użycie ukośników w nazwach katalogów stworzy podkatalogi." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Nie można użyć ukośników w nazwach plików i katalogów." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Nie można użyć ukośników wstecznych w nazwach plików i katalogów." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Utworzenie pliku lub katalogu o nazwie %1 jest " +"niemożliwe, bo nachodziłoby na katalog domowy użytkownika." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3741,96 +3657,139 @@ msgstr "" "może być mylące lub niebezpieczne w chwili używania terminala do usuwania " "rzeczy." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Katalog o nazwie %1 już istnieje." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Plik o nazwie %1 już istnieje." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Utwórz nowy" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Dowiązanie do urządzenia" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nowy katalog" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Utwórz nowy katalog" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Utwórz nowy katalog w %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Wpisz nazwę katalogu" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Domyślny" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Utwórz nowy plik" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Wpisz nazwę pliku" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Wybierz własną ikonę lub kolor" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Wybierz inną ikonę…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Możesz zmienić ikonę później we właściwościach katalogu." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Skopiuj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Wklej" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otwórz \"%1\" w nowej karcie" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Otwórz \"%1\" w nowym oknie" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Edytuj" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Przechodzenie" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Pokaż pełną ścieżkę" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Przejdź do miejsca w ścieżce %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3842,6 +3801,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Przejdź do miejsca w ścieżce" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Miejsca" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3865,28 +3833,28 @@ msgstr "Inne" msgid "Edit mode" msgstr "Tryb edytowania" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Naciśnij, aby przejść do miejsca" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Naciśnij, aby zmienić miejsce" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nie masz uprawnień do wykonania tego pliku." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Uruchamianie %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3896,12 +3864,12 @@ msgstr "" "wykonywania.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nie masz uprawnień do wyboru aplikacji do otworzenia tego pliku." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3929,12 +3897,20 @@ msgstr "Błąd zapisywania obrazu do %1" msgid "Icon file too big, download aborted" msgstr "Plik ikony zbyt duży, przerwano pobieranie" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: pomijanie pustego pliku, to może być uszkodzone dowiązanie: " +"%1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nie znaleziono żadnego programu pocztowego" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3945,28 +3921,28 @@ msgstr "" "%1\n" "jest nieprawidłowy." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Uruchamianie %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Nie udało się znaleźć polecenia %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nie znaleziono żadnego emulatora terminala" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nie udało się otworzyć %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3977,7 +3953,7 @@ msgstr "" "%1\n" "opisuje odnośnik, ale nie zawiera wpisu URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3986,14 +3962,14 @@ msgstr "" "Plik wykonywalny \"%1\" znajduje się na zdalnym systemie plików. Dla " "zachowania bezpieczeństwa nie zostanie on uruchomiony." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Dla zachowania bezpieczeństwa, wyłączono wykonywanie plików w tym przypadku." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4002,7 +3978,7 @@ msgstr "" "Do program \"%1\" trzeba mieć uprawnienia do wykonywania, zanim zostanie on " "uruchomiony." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4011,12 +3987,12 @@ msgstr "" "Nie można nadać plikowi \"%1\" uprawnień do wykonywania.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Plik elementu pulpitu %1 nie zawiera wpisu Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4027,12 +4003,12 @@ msgstr "" "Sprawdź czy nie ma trwających zadań w otwartych aplikacjach lub pobierań w " "obszarze powiadomień." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Nie można otworzyć pliku." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Nie można uruchomić programu \"%1\"." @@ -4063,7 +4039,7 @@ msgstr "Nie wysyłaj" #: kioexec/main.cpp:58 #, kde-format msgid "Invalid URL: %1" -msgstr "Nieprawidłowy adres URL: %1" +msgstr "Nieprawidłowy adres URL: %1" #: kioexec/main.cpp:64 #, kde-format @@ -4119,72 +4095,67 @@ msgstr "" "został zmieniony.\n" "Czy chcesz wysłać zmiany?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Otwiera zdalne pliki, sprawdza zmiany, zapytuje o wysłanie" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Programiści KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Traktuj adresy URL jak pliki lokalne i usuwaj je potem" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Podpowiedziana nazwa pliku dla pobranego pliku" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Polecenie do wykonania" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Adresy URL lub lokalny plik(i) używany dla 'polecenia'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Ustawianie ACL dla %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4193,7 +4164,7 @@ msgstr "" "Nie można zmienić praw do\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4203,118 +4174,37 @@ msgstr "" "Nie można zmienić właściciela i grupy dla\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Nie można otworzyć pliku tymczasowego" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nie można znaleźć programu \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nie można znaleźć programu \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Zmień uprawnienia do pliku" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nowe uprawnienia: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Zmień właściciela pliku" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nowy właściciel: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Usuń plik" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Usuń katalog" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Utwórz katalog" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Uprawnienia do katalogu: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Otwórz plik" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Otwórz katalog" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nowa nazwa pliku: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cel: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Zmień znacznik czasu" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Od: %1, Do: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Nieznane działanie" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Działanie: %1\n" -"Źródło: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nie można skopiować pliku z %1 do %2. (Błąd: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Brak nośnika w urządzeniu %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nie można pobrać identyfikatora użytkownika dla danej nazwy %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nie można pobrać identyfikatora grupy dla danej nazwy %1" @@ -4356,33 +4246,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Trzeba podać nazwę użytkownika i hasło, by uzyskać dostęp do tej witryny." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Witryna:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Logowanie w porządku" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nie można się zalogować do %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4391,7 +4281,7 @@ msgstr "" "\n" "Serwer powiedział: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4400,12 +4290,12 @@ msgstr "" "Trzeba podać nazwę użytkownika i hasło dla serwera pośredniczącego poniżej, " "zanim uzyska się dostęp do jakichkolwiek stron." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Pośrednik:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Uwierzytelnienie na serwerze pośredniczącym nie powiodło się." @@ -4459,101 +4349,101 @@ msgstr "" "potwierdzania?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Uwierzytelnianie serwera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "W przeciwnym razie żądanie powiodłoby się." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "pobieranie wartości właściwości" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ustawianie wartości właściwości" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "utworzenie podanego katalogu" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiowanie podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "przeniesienie podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "wyszukiwanie w podanym katalogu" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zablokowanie podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "odblokowanie podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "usunięcie podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "sprawdzenie możliwości serwera" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "pobranie zawartości podanego pliku lub katalogu" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "uruchomienie raportu w podanym katalogu" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Wystąpił nieoczekiwany błąd (%1) podczas próby %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4563,13 +4453,13 @@ msgstr "" "Podczas próby uzyskania dostępu do %1 wystąpił błąd %2. Podsumowanie " "przyczyn znajduje się poniżej." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Brak dostępu podczas próby %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4578,7 +4468,7 @@ msgstr "" "Nie można utworzyć zasobu w miejscu docelowym, zanim nie zostanie utworzona " "jedna lub więcej zbiorów (katalogów) pośrednich." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4593,28 +4483,28 @@ msgstr "" "jednocześnie zabraniając zastępowania plików.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Żądana blokada nie została przydzielona. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Serwer nie obsługuje żądań tego typu." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Próba %1 nie powiodła się, ponieważ zasób jest zablokowany." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Działanie zostało przerwane innym błędem." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4624,7 +4514,7 @@ msgstr "" "Próba %1 nie powiodła się, ponieważ serwer docelowy nie zaakceptował pliku " "lub katalogu." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4633,18 +4523,18 @@ msgstr "" "Docelowy zasób nie ma wystarczającej ilości miejsca do przechowania stanu " "zasobu po wykonaniu tej metody." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Nie można skasować tego zasobu." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "wysyłanie %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4655,15 +4545,15 @@ msgstr "Wystąpił nieoczekiwany błąd (%1) podczas próby %2." msgid "Network" msgstr "Sieć" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Zniekształcony adres URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4676,12 +4566,12 @@ msgstr "" "i użyć opcji przywrócenia ponownie, lub przeciągnąć ten element gdziekolwiek " "indziej, aby go przywrócić." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Nieprawidłowe połączenie protokołów." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ten plik znajduje się już w koszu." @@ -4717,7 +4607,7 @@ msgstr "Opróżnij zawartość kosza" msgid "Restore a trashed file to its original location" msgstr "Przywróć plik z kosza do jego pierwotnej lokalizacji" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Kosz jest pełen. Opróżnij go lub ręcznie usuń z niego rzeczy." @@ -4738,17 +4628,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Ponów" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Okno dialogowe uwierzytelniania" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Brak dostępu" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nie masz uprawnień do użycia protokołu %1." @@ -4857,41 +4747,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Oczekiwana suma sprawdzająca (MD5, SHA1, SHA256 lub SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kliknij, aby wkleić sumę sprawdzającą ze schowka do pola wprowadzania." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4901,9 +4791,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Oblicz" @@ -4912,136 +4802,208 @@ msgstr "Oblicz" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknij, aby skopiować sumę sprawdzającą do schowka." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Anuluj" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Przenieś tutaj" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Pobierz tutaj" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "S&kopiuj tutaj" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Dowiąż tutaj" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Uruchom" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Co zrobić z tym plikiem?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Nie pytaj ponownie" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otwórz" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Wykonaj" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otwórz w %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Wycofaj zmiany" +msgid "Would you like to launch this file?" +msgstr "Czy uruchomić ten plik?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Wycofanie zmiany wymaga uprawnień administratora. Czy chcesz kontynuować?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Tworzenie katalogu" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Element źródłowy" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Element docelowy" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiowanie" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Przenoszenie" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Zmiana nazwy" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Wyrzucanie do kosza" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Usuwanie" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "C&ofnij" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "C&ofnij: Kopiowanie" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "C&ofnij: Dowiązanie" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "C&ofnij: Przenoszenie" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "C&ofnij: Zmiana nazwy" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "C&ofnij: Do kosza" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "C&ofnij: Utworzenie katalogu" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "C&ofnij: Utwórz katalog(i)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "C&ofnij: Utworzenie pliku" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" -msgstr "C&ofnij: Wsadowa zmiana nazwy" +msgstr "C&ofnij: Masowa zmiana nazwy" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Ponów" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Ponów: Kopiowanie" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Ponów: Dowiązanie" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Ponów: Przenoszenie" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Ponów: Zmiana nazwy" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Ponów: Do kosza" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Ponów: Utworzenie katalogu" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Ponów: Utwórz katalog(i)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Ponów: Utworzenie pliku" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Ponów: Masowa zmiana nazwy" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5054,12 +5016,12 @@ msgstr "" "utracone.\n" "Czy na pewno usunąć %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potwierdzenie cofnięcia kopiowania pliku" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5070,21 +5032,22 @@ msgstr "" "Czy na pewno trwale usunąć tę rzecz?%1Nie można będzie cofnąć tego działania." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Trwałe usuwanie" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Usuń trwale" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5103,7 +5066,7 @@ msgstr[2] "" "Czy na pewno trwale usunąć te %1 rzeczy?Cofnięcie tego działania będzie niemożliwe." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5113,13 +5076,13 @@ msgstr "" "Czy na pewno trwale usunąć wszystkie rzeczy z kosza?Cofnięcie tego działania będzie niemożliwe." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Opróżnij kosz" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5128,7 +5091,7 @@ msgid "" msgstr "" "Czy na pewno chcesz wyrzucić tę rzecz do kosza?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5214,7 +5177,7 @@ msgstr "Właściciel" msgid "Owning Group" msgstr "Grupa właścicielska" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Inni" @@ -5287,106 +5250,112 @@ msgstr "Uaktualnianie ustawień systemu" msgid "Updating system configuration…" msgstr "Uaktualnianie ustawień systemu…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nazwa" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Rozmiar" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Uprawnienia" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Właściciel" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Rodzaj" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ot&wórz w: %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Dzi&ałania" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Otwórz katalog w…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Otwórz w…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "U&ruchom plik wykonywalny" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Otwórz katalog w %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otwórz w %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otwórz katalog w" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otwórz w" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Inny pr&ogram…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5395,113 +5364,134 @@ msgstr[0] "%1 elem." msgstr[1] "%1 elem." msgstr[2] "%1 elem." -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nieznany" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zatrzymaj" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Przeglądaj w Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Podpięto z:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Wolne miejsce:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Rodzaj:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Zawartość:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Otwórz za pomocą:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Zmień..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Położenie:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Rozmiar:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Zmień..." +msgid "Determine the folder size" +msgstr "Określ rozmiar katalogu" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Zawartość:" +msgid "Stop" +msgstr "Zatrzymaj" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Przerwij obliczanie rozmiaru katalogu" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Przeglądaj w Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Wskazuje na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Ostatnio zmieniany:" +msgid "Show target" +msgstr "Pokaż element docelowy" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Czas utworzenia:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "System plików:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Nieznany rozmiar" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Podpięto w:" +msgid "Modified:" +msgstr "Ostatnio zmieniany:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Ostatnio otwierany:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Otwórz w:" +msgid "File system:" +msgstr "System plików:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Podpięto w:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Podpięto z:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Wolne miejsce:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Nieznany rozmiar" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5798,24 +5788,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Podaj tu opis programu, na podstawie zastosowania. Przykład: program do " -"łączenia z siecią przy pomocy dial-up (KPPP) to byłoby \"Narzędzie dial-up\"." +"Tutaj wpisz ogólną nazwę dla aplikacji. Przykłady: aplikacja do przeglądania " +"obrazów byłaby \"Przeglądarką obrazów\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Opis:" +msgid "&Generic name:" +msgstr "Nazwa o&gólna:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Wpisz komentarz jaki uważasz za stosowny." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Tutaj wpisz opis programu, na podstawie jego zastosowania. Przykład: dla " +"aplikacji do przeglądania obrazów byłoby to \"Oglądanie i edytowanie obrazów" +"\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5826,7 +5821,7 @@ msgstr "Kom&entarz:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Zmienne środowiskowe:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6029,7 +6024,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Udostępnianie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6039,36 +6034,55 @@ msgstr "" "Nie można zapisać właściwości. Brak odpowiednich uprawnień do zapisu%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "O&gólne" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Podaj nazwę pliku" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Przeglądaj w %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Odśwież" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Wpisz miejsce docelowe" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Pokaż %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Nieznany rozmiar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6077,8 +6091,8 @@ msgstr "" "Obliczanie... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6086,8 +6100,8 @@ msgstr[0] "%1 plik" msgstr[1] "%1 pliki" msgstr[2] "%1 plików" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6095,85 +6109,91 @@ msgstr[0] "%1 podkatalog" msgstr[1] "%1 podkatalogi" msgstr[2] "%1 podkatalogów" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Obliczanie...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Co najmniej %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nowa nazwa pliku jest pusta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Nie ma żadnego zarejestrowanego rodzaju pliku" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nie przypisano żadnego programu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Utwórz…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Zmień…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Zmień domyślną aplikację do otwierania plików o rodzaju ”%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Odmów dostępu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Zezwól na oglądanie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Zezwól na oglądanie i zmianę" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Zezwól tylko na oglądanie zawartości" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Zezwól na oglądanie i zmianę zawartości" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Zezwól tylko na oglądanie/odczyt zawartości" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Zezwól na oglądanie/odczyt i zmianę/zapis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "U&prawnienia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Uprawnienia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6181,37 +6201,37 @@ msgstr[0] "Ten plik jest dowiązaniem i nie ma uprawnień dostępu." msgstr[1] "Wszystkie pliki są dowiązaniami i nie mają uprawnień dostępu." msgstr[2] "Wszystkie pliki są dowiązaniami i nie mają uprawnień dostępu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Tylko właściciel może zmienić uprawnienia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Właściciel:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Określa działania jakie może wykonywać właściciel." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Określa działania jakie mogą podejmować członkowie grupy." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "I&nni:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6220,27 +6240,27 @@ msgstr "" "Określa działania jakie mogą podejmować użytkownicy nie będący ani " "właścicielami, ani członkami grupy." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Tylko właścici&el może usunąć lub zmienić nazwę treści" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Zezwól na wykonywani&e pliku jako programu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Usuń lub zmień nazwę:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Wykonaj:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6251,7 +6271,7 @@ msgstr "" "nazwy plików i katalogów w nim zawartych. Inni użytkownicy mogą tylko " "dodawać nowe pliki co wymaga uprawnień do zmieniania zawartości." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6261,75 +6281,75 @@ msgstr "" "zastosowanie jedynie dla programów lub skryptów. Jest to wymagane do ich " "wykonywania." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Rozszerzone upr&awnienia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Właściciel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Użytkownik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Zastosuj zmiany do wszystkich podkatalogów i ich zawartości" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Rozszerzone uprawnienia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -"Pokazywanie\n" +"Wypisywanie\n" "rzeczy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Zaznacz to pole, aby zezwolić na oglądanie zawartości katalogów." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Odczyt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Zaznacz to pole, aby zezwolić na oglądanie treści plików." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -"Zapisywanie\n" +"Dodawanie\n" "rzeczy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6339,43 +6359,43 @@ msgstr "" "plików. Pamiętaj, że usuwanie i zmiana nazwy mogą być ograniczone przy " "użyciu pola Lepkie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Zapis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Zaznacz to pole, aby zezwolić na zapisywanie treści do plików." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Wchodzenie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Zaznacz to pole, aby zezwolić na wchodzenie do katalogów." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Wykonywanie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Zaznacz to pole, aby zezwolić na wykonywanie plików jako programów." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Szczególne" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6384,7 +6404,7 @@ msgstr "" "Flaga szczególna. Ważne dla całego katalogu, dokładne znaczenie flagi jest " "widoczne w kolumnie po prawej stronie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6393,17 +6413,17 @@ msgstr "" "Flaga szczególna. Dokładne znaczenie flagi jest widoczne w kolumnie po " "prawej stronie." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Użytkownik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6412,7 +6432,7 @@ msgstr "" "Jeśli to prawo jest ustawione, właściciel katalogu będzie właścicielem " "wszystkich nowych plików." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6421,7 +6441,7 @@ msgstr "" "Jeśli plik jest wykonywalny i uprawienie jest ustawione, plik zostanie " "wykonany z uprawnieniami właściciela." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6429,7 +6449,7 @@ msgstr "" "Jeśli to prawo jest ustawione, grupa tego katalogu będzie ustawiona dla " "wszystkich nowych plików." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6438,7 +6458,7 @@ msgstr "" "Jeśli ten plik jest wykonywalny i uprawienie jest ustawione, plik zostanie " "wykonany z uprawnieniami grupy." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6448,7 +6468,7 @@ msgstr "" "mogli usunąć lub zmienić nazwę pliku. W przeciwnym przypadku każdy z " "uprawnieniami do zapisu będzie mógł to zrobić." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6457,33 +6477,33 @@ msgstr "" "Pole Lepki jest pomijane na Linuksie, lecz może być używane przez inne " "systemy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Ustaw UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Ustaw GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lepki" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Dowiązanie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Różne (bez zmian)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6491,7 +6511,7 @@ msgstr[0] "Ten plik używa rozszerzonych uprawnień." msgstr[1] "Te pliki używają rozszerzonych uprawnień." msgstr[2] "Te pliki używają rozszerzonych uprawnień." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6499,49 +6519,40 @@ msgstr[0] "Ten katalog używa rozszerzonych uprawnień." msgstr[1] "Te katalogi używają rozszerzonych uprawnień." msgstr[2] "Te katalogi używają rozszerzonych uprawnień." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Te pliki używają rozszerzonych uprawnień." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Sumy sprawdzają&ce" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Obliczanie…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nieprawidłowa suma sprawdzająca." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Podano nieprawidłową sumę sprawdzająca MD5, SHA1 lub SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Sumy sprawdzające równe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Obliczona i oczekiwana suma sprawdzająca są równe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

              Checksums do not match.

              This may be due to a faulty download. Try re-" @@ -6552,57 +6563,73 @@ msgstr "" "pobieraniem. Spróbuj pobrać plik ponownie.
              Jeśli sprawdzenie ponownie " "się nie uda, powiadom o tym źródło pliku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Obliczona i oczekiwana suma sprawdzająca nie są równe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Sprawdzanie sumy…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Sumy sprawdzające dla wszystkich plików są jednakowe." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Zaznaczone pliki mają różne sumy sprawdzające." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Obliczanie…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Nie można zapisać właściwości. Obsługiwane są tylko lokalne systemy plików." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" -msgstr "&Program" +msgstr "&Aplikacja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodawanie rodzajów plików dla %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Zaznacz jeden lub więcej rodzajów plików do dodania:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Obsługiwane są jedynie lokalne pliki wykonywalne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Rozszerzone ustawienia dla %1" @@ -6705,22 +6732,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Ustawienia skrótów sieciowych…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Okno dialogowe wyboru pliku" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nazwa pliku dla zawartości schowka:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "wklejony plik" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Wklej zawartość schowka" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6730,19 +6759,19 @@ msgstr "" "format danych nie ma teraz zastosowania. Proszę ponownie skopiować to, co " "było do wklejenia." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Wklej jeden katalog" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Wklej jeden plik" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6751,47 +6780,58 @@ msgstr[0] "Wklej jeden element" msgstr[1] "Wklej %1 elementy" msgstr[2] "Wklej %1 elementów" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Wklej zawartość schowka…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Wklej" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Format danych:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nazwa pliku dla zawartości schowka:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nazwa pliku dla upuszczonej zawartości:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Rozmiar: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Zapamiętaj w&ybór" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6802,50 +6842,50 @@ msgstr "" "Jeśli nie naciśniesz na przycisk Pomiń, to nadal zostaniesz zapytany o to, " "co zrobić z plikami, które już istnieją w katalogu docelowym." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Zaznaczenie tego pola spowoduje zapamiętanie naciśniętego przycisku i " "zastosowanie go w przypadku wystąpienia dalszych niejasności w bieżącym " "zadaniu." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Zmień nazwę" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Doradź nową &nazwę" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Pomiń" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Nie kopiuj ani nie przenoś tego katalogu, zamiast tego przejdź do kolejnego" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Nie kopiuj ani nie przenoś tego pliku, zamiast tego przejdź do kolejnego" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Scal" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6857,13 +6897,13 @@ msgstr "" "W przypadku katalogu, nadal zostaniesz zapytany o to, co zrobić z plikami, " "które istnieją już w katalogu docelowym." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Zastąp starsze pliki" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6872,12 +6912,12 @@ msgstr "" "Pliki docelowe, które mają wcześniejsze czasy zmiany zostaną zastąpione " "plikami źródłowymi, a w pozostałych przypadkach zostaną pominięte." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Wznów" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6886,67 +6926,57 @@ msgstr "" "To działanie spowodowałoby zastąpienie '%1' samym sobą.\n" "Podaj proszę nową nazwę:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "K&ontynuuj" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Czy zastąpić rzecz docelową?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Czy scalić treść '%1' do '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Element źródłowy" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Element docelowy" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Rzecz źródłowa jest nowsza." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Rzecz źródłowa jest starsza." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Rzecz źródłowa jest mniejsza o %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Rzecz źródłowa jest większa o %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Pliki są takie same." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Pliki wydają się być jednakowe." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Pliki są różne." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6955,59 +6985,51 @@ msgstr "" "Pliki są prawdopodobnie takie same: mają ten sam rozmiar i treść na " "początku, w środku i na końcu." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Porównaj pliki" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Starszy plik o nazwie '%1' już istnieje." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Plik o nazwie '%1' już istnieje." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Nowszy element o nazwie '%1' już istnieje." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Zmień nazwę na:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Zmień nazwę elementu" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Zmień nazwę elementów" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Zmień nazwę" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Przemianuj element %1 na:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nowa nazwa #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Plik o nazwie %1 już istnieje." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nie jest prawidłową nazwą pliku." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7016,38 +7038,192 @@ msgstr[0] "Przemianuj %1 zaznaczony element na:" msgstr[1] "Przemianuj %1 zaznaczone elementy na:" msgstr[2] "Przemianuj %1 zaznaczonych elementów na:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# zostanie zastąpione rosnącymi liczbami, zaczynając od:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nowa nazwa #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nieprawidłowa nazwa pliku: Nowa nazwa powinna zawierać ciąg #, chyba że " +"wszystkie pliki mają różne rozszerzenia." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Przemianuj %1 zaznaczony element na:" +msgstr[1] "Przemianuj %1 zaznaczone elementy na:" +msgstr[2] "Przemianuj %1 zaznaczonych elementów na:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zastąp:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Ciąg zastępowany" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Wartością:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ciąg zastępujący" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Żadna z nazw plików nie zawiera wzorca." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Zastąpienie “%1” czymś pustym spowoduje, że %2 będzie " +"miało pustą nazwę." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Przemianuj %1 zaznaczony element na:" +msgstr[1] "Przemianuj %1 zaznaczone elementy na:" +msgstr[2] "Przemianuj %1 zaznaczonych elementów na:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Dodaj tekst:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Tekst do dodania" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Przed nazwą pliku" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Po nazwie pliku" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Zmień nazwę elementu" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Zmień nazwę elementów" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Zmień nazwę" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Jak zmienić nazwę:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Ponumeruj" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zastąp tekst" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Dodaj tekst" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Podgląd:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Nie można zmienić nazwy %1 na pustą." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacje" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zastąp" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Ponów" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Zastąp wszystkie" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Pomiń" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Pomiń wszystkie" @@ -7134,7 +7310,7 @@ msgstr "" "Zdalny usługodawca nie przysłał żadnych certyfikatów SSL.\n" "Następuje przerwanie akcji, bo nie można potwierdzić tożsamości usługodawcy." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7178,39 +7354,74 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Nie udało się wyrzucić tego pliku do kosza, bo jest za duży. Czy zamiast " -"tego usunąć go trwale?%1%1Nie można będzie cofnąć tego działania." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Kosz jest przepełniony, więc nie przyjmie tego %1 pliku. Czy zamiast tego " +"usunąć go trwale?Nie można będzie cofnąć tego " +"działania." +msgstr[1] "" +"Kosz jest przepełniony, więc nie przyjmie tych %1 plików. Czy zamiast tego " +"usunąć je trwale?Nie można będzie cofnąć tego " +"działania." +msgstr[2] "" +"Kosz jest przepełniony, więc nie przyjmie tych %1 plików. Czy zamiast tego " +"usunąć je trwale?Nie można będzie cofnąć tego " +"działania." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Kosz jest niedostępny w miejscu tego elementu. Czy zamiast tego usunąć go " +"trwale?%1Nie można będzie cofnąć tego działania." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Nie udało się wyrzucić tej rzeczy do kosza, bo jest za duża. Czy zamiast " -"tego usunąć ją trwale?Nie można będzie cofnąć " -"tego działania." +"Kosz jest niedostępny w miejscu tego %1 elementu. Czy zamiast tego usunąć go " +"trwale?Nie można będzie cofnąć tego działania." msgstr[1] "" -"Nie udało się wyrzucić tych %1 rzeczy do kosza, bo są za duże. Czy zamiast " -"tego usunąć je trwale?Nie można będzie cofnąć " -"tego działania." +"Kosz jest niedostępny w miejscu tych %1 elementów. Czy zamiast tego usunąć " +"je trwale?Nie można będzie cofnąć tego " +"działania." msgstr[2] "" -"Nie udało się wyrzucić tych %1 rzeczy do kosza, bo są za duże. Czy zamiast " -"tego usunąć je trwale?Nie można będzie cofnąć " -"tego działania." +"Kosz jest niedostępny w miejscu tych %1 elementów. Czy zamiast tego usunąć " +"je trwale?Nie można będzie cofnąć tego " +"działania." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7219,51 +7430,284 @@ msgstr[0] "Czy chcesz przenieść ten %1 element do kosza?" msgstr[1] "Czy chcesz przenieść ten %1 elementy do kosza?" msgstr[2] "Czy chcesz przenieść ten %1 elementów do kosza?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Nie pytaj ponownie" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Nie pytaj ponownie" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Nie wyświetlaj więcej tej wiadomości" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Wygląda na to, że ciąg certyfikatów SSL jest przekłamany." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Ostrzeżenie" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "To uruchomi program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" +#~ msgid "Open With:" +#~ msgstr "Otwórz w:" + +#~ msgid "File System:" +#~ msgstr "System plików:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Uruchamiaj pliki wykonywalne bez pytania" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Otwieraj pliki wykonywalne w domyślnej aplikacji bez pytania" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Zapamiętaj dla wszystkich plików wykonywalnych" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Możesz wycofać się z tego w \"Potwierdzenia\" w ustawieniach Dolphina." + +#~ msgid "Change Attribute" +#~ msgstr "Zmień atrybut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do zmiany atrybutów pliku. Czy " +#~ "chcesz kontynuować?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do kopiowania. Czy chcesz " +#~ "kontynuować?" + +#~ msgid "Delete Files" +#~ msgstr "Usuwanie plików" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do usunięcia. Może to uszkodzić " +#~ "twój system. Czy chcesz kontynuować?" + +#~ msgid "Create Folder" +#~ msgstr "Utwórz katalog" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do utworzenia tego katalogu. Czy " +#~ "chcesz kontynuować?" + +#~ msgid "Move Items" +#~ msgstr "Przenieś elementy" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do przeniesienia. Czy chcesz " +#~ "kontynuować?" + +#~ msgid "Rename" +#~ msgstr "Zmień nazwę" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do zmiany nazwy. Czy chcesz " +#~ "kontynuować?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do utworzenia dowiązania " +#~ "symbolicznego. Czy chcesz kontynuować?" + +#~ msgid "Transfer data" +#~ msgstr "Przenoszenie danych" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Wymagane są uprawnienia administratora do przeniesienia danych. Czy " +#~ "chcesz kontynuować?" + +#~ msgid "Undo Changes" +#~ msgstr "Wycofaj zmiany" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Wycofanie zmiany wymaga uprawnień administratora. Czy chcesz kontynuować?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Ustawianie ACL dla %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Zmień uprawnienia do pliku" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nowe uprawnienia: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Zmień właściciela pliku" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nowy właściciel: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Usuń plik" + +#~ msgid "Remove Directory" +#~ msgstr "Usuń katalog" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Uprawnienia do katalogu: %1" + +#~ msgid "Open File" +#~ msgstr "Otwórz plik" + +#~ msgid "Open Directory" +#~ msgstr "Otwórz katalog" + +#~ msgid "New Filename: %1" +#~ msgstr "Nowa nazwa pliku: %1" + +#~ msgid "Target: %1" +#~ msgstr "Cel: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Zmień znacznik czasu" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Od: %1, Do: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Nieznane działanie" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Działanie: %1\n" +#~ "Źródło: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Pokaż przycisk zakładek" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Plik są przenoszone" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Plik są kopiowane" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Wpisz komentarz jaki uważasz za stosowny." + +#~ msgid "Do not ask again" +#~ msgstr "Nie pytaj ponownie" + +#~ msgid "&Filter:" +#~ msgstr "&Filtr:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

              You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

              Wildcards such as * and ? are allowed." +#~ "

              " +#~ msgstr "" +#~ "To jest filtr, stosowany do listy plików. Pliki, których nazwy nie " +#~ "pasują do listy, nie będą wyświetlane.

              Możesz wybrać jeden z " +#~ "dostępnych filtrów z listy rozwijanej lub wpisać własny filtr " +#~ "bezpośrednio w polu edycyjnym.

              Obsługiwane są znaki wieloznaczne, " +#~ "takie jak * i ?.

              " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Wybrano więcej niż jeden katalog, a to okno dialogowe nie obsługuje tylko " +#~ "jeden. Wybierz tylko jeden katalog." + +#~ msgid "More than one folder provided" +#~ msgstr "Dostarczono więcej niż jeden katalog" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Wybrano co najmniej jeden plik i katalog. Wybrane pliki zostaną " +#~ "pominięte, a zawartość wybranego katalogu będzie pokazana" + +#~ msgid "Files and folders selected" +#~ msgstr "Zaznaczono pliki i katalogi" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
              • Timeout for establishing a connection: %1 seconds
              • Timeout " +#~ "for receiving a response: %2 seconds
              • Timeout for accessing proxy " +#~ "servers: %3 seconds
              Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Chociaż połączenie z serwerem zostało nawiązane, nie otrzymano odpowiedzi " +#~ "w wyznaczonym czasie: Bieżące ograniczenia czasowe to:
              • czas na " +#~ "nawiązanie połączenia: %1 s.
              • czas na otrzymanie odpowiedzi: %2 s." +#~ "
              • czas na połączenie z serwerem pośredniczącym: %3 s.
              " +#~ "Wszystkie te ustawienia można zmienić w Ustawieniach systemowych KDE, " +#~ "wybierając Sieć->Ustawienia->Połączenie." + #~ msgid "Is &executable" #~ msgstr "Zezwól na wykonywani&e" @@ -8414,9 +8858,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ "To jest ilość miejsca na dysku do wykorzystania przez kosz " #~ "(maksymalnie)." -#~ msgid "Show a Warning" -#~ msgstr "Pokaż ostrzeżenie" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Usuń najstarsze pliki z kosza" @@ -8555,10 +8996,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "Space" #~ msgstr "Odstęp" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Domyślne" - #~ msgid "Modify Web Shortcut" #~ msgstr "Zmień skrót sieciowy" @@ -8902,12 +9339,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nie znaleziono programu obsługującego %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Wklej %1 plik" -#~ msgstr[1] "&Wklej %1 pliki" -#~ msgstr[2] "&Wklej %1 plików" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Wklej adres URL" @@ -9028,14 +9459,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "Invalid Directory Name" #~ msgstr "Nieprawidłowa nazwa katalogu" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Nie można utworzyć katalogu o nazwie %1, ponieważ " -#~ "jest ona zarezerwowana dla systemu operacyjnego." - #~ msgid "File Type Options" #~ msgstr "Ustawienia rodzaju pliku" @@ -9073,9 +9496,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "unmounting is not supported by wince." #~ msgstr "odpinanie nie jest wspierane przez wince." -#~ msgid "File name:" -#~ msgstr "Nazwa pliku:" - #~ msgid "" #~ "

              Cache

              This module lets you configure your cache settings.

              This specific cache is an area on the disk where recently read web " @@ -9376,9 +9796,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "Read only" #~ msgstr "Tylko do odczytu" -#~ msgid "File system:" -#~ msgstr "System plików:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Punkt podpięcia (/mnt/floppy):" @@ -9887,9 +10304,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ msgid "Do not &close when command exits" #~ msgstr "Nie &zamykaj po zakończeniu polecenia" -#~ msgid "&Username:" -#~ msgstr "&Użytkownik:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9914,9 +10328,6 @@ msgstr "Jeśli nie ufasz temu programowi, naciśnij Anuluj" #~ "Nie można uruchomić obsługi ciasteczek.\n" #~ "Zarządzanie ciasteczkami na tym komputerze nie będzie możliwe." -#~ msgid "Open with:" -#~ msgstr "Otwórz za pomocą:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/pt/kio6.po b/local/recipes/kde/kf6-kio/source/po/pt/kio6.po index 1e935e4700..ee7e98660e 100644 --- a/local/recipes/kde/kf6-kio/source/po/pt/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/pt/kio6.po @@ -1,11 +1,12 @@ +# SPDX-FileCopyrightText: 2025, 2026 César msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2023-02-15 16:10+0000\n" -"Last-Translator: José Nuno Pires \n" -"Language-Team: pt \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-01-27 20:13+0000\n" +"Last-Translator: César A. P. Cláudio \n" +"Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +47,7 @@ msgstr "" "X-POFile-SpellExtra: Tagalog shared Malayalam Jamo CGIs Colaborativos\n" "X-POFile-SpellExtra: Control IPA TB Testkhtml Tagbanwa Jeroen SOCKS dumps\n" "X-POFile-SpellExtra: KJSEmbed ReadOnly EiB Tab khtml nograb SysReq Tai\n" -"X-POFile-SpellExtra: testregression Sauer CL KDEInit End UTC Índicas\n" +"X-POFile-SpellExtra: testregression Sauer CL KDEInit End UTC Índicas\n" "X-POFile-SpellExtra: frame Req Sebastian ThreadWeaver Kun yeyo Backspace\n" "X-POFile-SpellExtra: Lue Print International Hexagramas XDG PrtScr\n" "X-POFile-SpellExtra: Zemberek KAboutData ize Wijnhout gpg factory Saami\n" @@ -55,13 +56,13 @@ msgstr "" "X-POFile-SpellExtra: toner Up ZB EB Object ModRunner Klash aifamily path\n" "X-POFile-SpellExtra: NumLock TAB TestRegressionGui raster favicons\n" "X-POFile-SpellExtra: writeall khtmltests opengl Torben QApplication Cham\n" -"X-POFile-SpellExtra: overthespot caption Trüg mixed Reinhart Katakana\n" +"X-POFile-SpellExtra: overthespot caption Trüg mixed Reinhart Katakana\n" "X-POFile-SpellExtra: Ispell QWS KMultiPart ise Faure kdeinit Limbu\n" "X-POFile-SpellExtra: KLauncher Cherokee baseline Oriya NEC BCC\n" "X-POFile-SpellExtra: KApplication Hiragana Knoll frames HOME cp Method\n" -"X-POFile-SpellExtra: Molkentin Khmer keramik YiB Screen Sundanês Koivisto\n" +"X-POFile-SpellExtra: Molkentin Khmer keramik YiB Screen Sundanês Koivisto\n" "X-POFile-SpellExtra: Break Jovie pa QML widgets Sycoca man KUnitTest GiB\n" -"X-POFile-SpellExtra: KDEPIM pastabase mantê Waldo Ogham Nagri Kangxi\n" +"X-POFile-SpellExtra: KDEPIM pastabase mantê Waldo Ogham Nagri Kangxi\n" "X-POFile-SpellExtra: Hyper QLayout Gurmukhi iii Scroll info ii Phags\n" "X-POFile-SpellExtra: servname Frame Library Ins Down SO Win Yijing pm\n" "X-POFile-SpellExtra: Sinhala Kate mails Mayek Le Khmeres STDOUT Tuebingen\n" @@ -72,11 +73,11 @@ msgstr "" "X-POFile-SpellExtra: KBuildSycoca Resource offthespot Mueller Tang\n" "X-POFile-SpellExtra: LarguraxAltura AM Lisu subtexto Buhid aisocktype\n" "X-POFile-SpellExtra: Carriage abc aiflags Hunspell Saurashtra Kontact Viet\n" -"X-POFile-SpellExtra: Page querê icon makekdewidgets Kross Myanmar Lock\n" +"X-POFile-SpellExtra: Page querê icon makekdewidgets Kross Myanmar Lock\n" "X-POFile-SpellExtra: Antti Hausmann plastik sessionId client KJSCmd\n" "X-POFile-SpellExtra: directory Meetei ManyColor dograb ye yo Mandaico\n" "X-POFile-SpellExtra: KIOExec Rosenkraenzer Buddenhagen Bernhard Oswald KFM\n" -"X-POFile-SpellExtra: gg google av TM Mantê AltaVista altavista DuckDuckGo\n" +"X-POFile-SpellExtra: gg google av TM Mantê AltaVista altavista DuckDuckGo\n" "X-POFile-SpellExtra: dd duckduckgo url copyOrMove trash kfmclient ktrash\n" "X-POFile-SpellExtra: conf NOPROXY Discovery Explorer Mac HTTPPROXY smb\n" "X-POFile-SpellExtra: FTPPROXY SOCKSPROXY PASV part org WPAD HTTPSPROXY\n" @@ -87,37 +88,39 @@ msgstr "" "X-POFile-SpellExtra: Filelight Chromium QtWebEngine WebEnginePart\n" "X-POFile-SpellExtra: Akregator Falkon KFilePropsPluginWidget FileLight\n" "X-POFile-SpellExtra: KSqueezedTextLabel Discover\n" +"X-Generator: Lokalize 25.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "José Nuno Pires" +msgstr "César A. P. Cláudio, José Nuno Pires" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "zepires@gmail.com" +msgstr "cesarapclaudio@gmail.com, zepires@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" -msgstr "Não foi possível mudar o dono do ficheiro %1" +msgstr "Não foi possível modificar o proprietário do ficheiro %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"Não foi possível modificar o dono do ficheiro %1. Não " -"tem as permissões de acesso necessárias para fazer esta alteração." +"Não foi possível modificar o proprietário do ficheiro %1. Não tem as permissões de acesso necessárias para fazer esta " +"alteração." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Não foi possível criar o módulo do KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -127,9 +130,9 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" "Não foi possível criar a ligação simbólica \"%1\".\n" -"O sistema de ficheiros de destino (%2) não tem suporte para as mesmas." +"O sistema de ficheiros de destino (%2) não suporta ligações simbólicas." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -141,10 +144,10 @@ msgstr "" "Não foi possível criar o \"%1\".\n" "O sistema de ficheiros de destino (%2) proíbe os seguintes caracteres nos " "nomes das pastas: %3\n" -"Se seleccionar Substituir, a opção irá substituir todos os caracteres " -"inválidos (no nome da pasta de destino) por um sublinhado \"_\"." +"Se seleccionar Substituir, substituirá todos os caracteres inválidos (no " +"nome da pasta de destino) por um sublinhado \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -156,26 +159,26 @@ msgstr "" "Não foi possível criar o \"%1\".\n" "O sistema de ficheiros de destino (%2) proíbe os seguintes caracteres nos " "nomes dos ficheiros: %3\n" -"Se seleccionar Substituir, a opção irá substituir todos os caracteres " -"inválidos (no nome do ficheiro de destino) por um sublinhado \"_\"." +"Se seleccionar Substituir, substituirá todos os caracteres inválidos (no " +"nome do ficheiro de destino) por um sublinhado \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "A Pasta Já Existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "O Ficheiro Já Existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" -msgstr "Já Existe Como Pasta" +msgstr "Já Existe como Pasta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Lixo" @@ -183,7 +186,7 @@ msgstr "Lixo" #: core/desktopexecparser.cpp:335 #, kde-format msgid "No Exec field in %1" -msgstr "Não existe o campo Exec em '%1'" +msgstr "Não existe o campo 'Exec' em '%1'" #: core/desktopexecparser.cpp:360 #, kde-format @@ -195,8 +198,7 @@ msgstr "Não foi possível encontrar o programa '%1'" msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." msgstr "" -"O programa '%1' foi encontrado em '%2' mas faltam-lhe as permissões de " -"execução." +"O programa '%1' foi encontrado em '%2' mas faltam-lhe permissões de execução." #: core/desktopexecparser.cpp:365 #, kde-format @@ -211,7 +213,7 @@ msgstr "Erro de sintaxe no comando '%1' que provém de '%2'" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "O terminal %1 não foi encontrado ao tentar executar o %2" +msgstr "O terminal %1 não foi encontrado ao tentar executar %2" #: core/desktopexecparser.cpp:526 #, kde-format @@ -222,7 +224,7 @@ msgstr "Erro de sintaxe no comando '%1' ao tentar executar '%2'" #, kde-format msgid "1 day %2" msgid_plural "%1 days %2" -msgstr[0] "%1 dia e %2" +msgstr[0] "1 dia e %2" msgstr[1] "%1 dias e %2" #: core/global.cpp:88 core/global.cpp:104 @@ -270,210 +272,100 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "A mover" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origem" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destino" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "A Mudar o Nome" +msgstr "A mudar o nome" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "A copiar" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" -msgstr "A criar a pasta" +msgstr "A criar pasta" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Pasta" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" -msgstr "A apagar" +msgstr "A eliminar" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Ficheiro" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "A examinar" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "A transferir" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "A montar" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Montar em" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "A desmontar" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Modificar o Atributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de 'root' para modificar os atributos do " -"ficheiro. Deseja continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiar os Ficheiros" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de 'root' para terminar a operação de cópia. " -"Deseja continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Apagar os Ficheiros" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"São necessários privilégios de 'root' para terminar a operação de remoção. " -"Contudo, ao fazê-lo, poderá danificar o seu sistema. Deseja continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Criar uma Pasta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"São necessários privilégios de 'root' para criar esta pasta. Deseja " -"continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mover os Itens" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de 'root' para terminar a operação de mudança de " -"local. Deseja continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Mudar o Nome" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"São necessários privilégios de 'root' para terminar a mudança de nomes. " -"Deseja continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Criar uma Ligação Simbólica" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"São necessários privilégios de 'root' para criar uma ligação simbólica. " -"Deseja continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferir os dados" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de 'root' para terminar a transferência dos " -"dados. Deseja continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." -msgstr "Não foi possível ler o %1." +msgstr "Não foi possível ler %1." #: core/job_error.cpp:40 #, kde-format @@ -529,17 +421,17 @@ msgstr "O ficheiro ou pasta %1 não existe." #: core/job_error.cpp:71 #, kde-format msgid "A file named %1 already exists." -msgstr "Já existe um ficheiro chamado %1." +msgstr "Já existe um ficheiro com o nome %1." #: core/job_error.cpp:74 #, kde-format msgid "A folder named %1 already exists." -msgstr "Já existe uma pasta chamada %1." +msgstr "Já existe uma pasta com o nome %1." #: core/job_error.cpp:77 #, kde-format msgid "No hostname specified." -msgstr "Nenhum servidor indicado." +msgstr "Nenhum servidor especificado." #: core/job_error.cpp:77 #, kde-format @@ -557,18 +449,18 @@ msgid "" "Access denied.\n" "Could not write to %1." msgstr "" -"Acesso negado\n" -"Não foi possível escrever em %1." +"Acesso negado.\n" +"Não foi possível gravar em %1." #: core/job_error.cpp:86 #, kde-format msgid "Could not enter folder %1." -msgstr "Não foi possível entrar na pasta %1." +msgstr "Não foi possível aceder à pasta %1." #: core/job_error.cpp:89 #, kde-format msgid "The protocol %1 does not implement a folder service." -msgstr "O protocolo %1 não implementa os serviços de pastas." +msgstr "O protocolo %1 não implementa um serviço de pastas." #: core/job_error.cpp:92 #, kde-format @@ -583,17 +475,18 @@ msgstr "Foi encontrada uma ligação cíclica ao copiar %1." #: core/job_error.cpp:98 #, kde-format msgid "Could not create socket for accessing %1." -msgstr "Não foi possível criar um 'socket' para aceder ao %1." +msgstr "" +"Não foi possível criar um ponto de ligação ('socket') para aceder a %1." #: core/job_error.cpp:101 #, kde-format msgid "Could not connect to host %1." -msgstr "Não foi possível estabelecer uma ligação com o servidor %1." +msgstr "Não foi possível estabelecer ligação ao servidor %1." #: core/job_error.cpp:104 #, kde-format msgid "Connection to host %1 is broken." -msgstr "A ligação ao servidor %1 foi quebrada." +msgstr "A ligação ao servidor %1 foi interrompida." #: core/job_error.cpp:107 #, kde-format @@ -635,17 +528,17 @@ msgstr "Não foi possível escrever no ficheiro %1." #: core/job_error.cpp:122 #, kde-format msgid "Could not bind %1." -msgstr "Não foi possível fazer o 'bind' a %1." +msgstr "Não foi possível vincular a %1." #: core/job_error.cpp:125 #, kde-format msgid "Could not listen %1." -msgstr "Não foi possível fazer o 'listen' em %1." +msgstr "Não foi possível escutar em %1." #: core/job_error.cpp:128 #, kde-format msgid "Could not accept %1." -msgstr "Não foi possível fazer o 'accept' em %1." +msgstr "Não foi possível aceitar em %1." #: core/job_error.cpp:134 #, kde-format @@ -665,12 +558,12 @@ msgstr "Não foi possível criar a pasta %1." #: core/job_error.cpp:143 #, kde-format msgid "Could not remove folder %1." -msgstr "Não foi possível mudar o nome da pasta %1." +msgstr "Não foi possível remover a pasta %1." #: core/job_error.cpp:146 #, kde-format msgid "Could not resume file %1." -msgstr "Não foi possível continuar o ficheiro %1." +msgstr "Não foi possível retomar o ficheiro %1." #: core/job_error.cpp:149 #, kde-format @@ -680,22 +573,22 @@ msgstr "Não foi possível mudar o nome do ficheiro %1." #: core/job_error.cpp:152 #, kde-format msgid "Could not change permissions for %1." -msgstr "Não foi possível mudar as permissões do %1." +msgstr "Não foi possível mudar as permissões de %1." #: core/job_error.cpp:155 #, kde-format msgid "Could not change ownership for %1." -msgstr "Não foi possível mudar a pertença do %1." +msgstr "Não foi possível mudar o proprietário de %1." #: core/job_error.cpp:158 #, kde-format msgid "Could not delete file %1." -msgstr "Não foi possível apagar o ficheiro %1." +msgstr "Não foi possível eliminar o ficheiro %1." #: core/job_error.cpp:161 #, kde-format msgid "The process for the %1 protocol died unexpectedly." -msgstr "O processo que gere o protocolo %1 morreu inesperadamente." +msgstr "O processo que gere o protocolo %1 terminou inesperadamente." #: core/job_error.cpp:164 #, kde-format @@ -718,7 +611,7 @@ msgstr "" #: core/job_error.cpp:170 #, kde-format msgid "Authorization failed, %1 authentication not supported" -msgstr "A autorização falhou; a autenticação do tipo %1 não é suportada" +msgstr "Autorização falhada, a autenticação do tipo %1 não é suportada" #: core/job_error.cpp:176 #, kde-format @@ -726,7 +619,7 @@ msgid "" "User canceled action\n" "%1" msgstr "" -"O utilizador cancelou a acção\n" +"O utilizador cancelou a ação\n" "%1" #: core/job_error.cpp:179 @@ -744,7 +637,7 @@ msgid "" "Timeout on server\n" "%1" msgstr "" -"Expiração do tempo de acesso no servidor\n" +"Expirou o tempo de acesso ao servidor\n" "%1" #: core/job_error.cpp:185 @@ -771,7 +664,7 @@ msgid "" "Could not delete original file %1.\n" "Please check permissions." msgstr "" -"Não foi possível apagar o ficheiro original %1.\n" +"Não foi possível eliminar o ficheiro original %1.\n" "Verifique as permissões." #: core/job_error.cpp:202 @@ -780,7 +673,7 @@ msgid "" "Could not delete partial file %1.\n" "Please check permissions." msgstr "" -"Não foi possível apagar o ficheiro parcial %1.\n" +"Não foi possível eliminar o ficheiro parcial %1.\n" "Verifique as permissões." #: core/job_error.cpp:205 @@ -817,12 +710,12 @@ msgid "" "The destination filesystem doesn't support symlinks." msgstr "" "Não foi possível criar as ligações simbólicas em %1.\n" -"O sistema de ficheiros de destino não tem suporte para as mesmas." +"O sistema de ficheiros de destino não suporta ligações simbólicas." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "Não existe espaço suficiente em disco para gravar o %1." +msgstr "Não existe espaço suficiente em disco para gravar %1." #: core/job_error.cpp:223 #, kde-format @@ -836,33 +729,34 @@ msgstr "" #: core/job_error.cpp:231 #, kde-format msgid "%1 is required by the server, but is not available." -msgstr "O %1 é necessário pelo servidor, mas não está disponível." +msgstr "O %1 é exigido pelo servidor, mas não está disponível." #: core/job_error.cpp:234 #, kde-format msgid "Access to restricted port in POST denied." -msgstr "O acesso ao porto restrito no POST foi negado." +msgstr "O acesso à porta restrita no 'POST' foi negado." #: core/job_error.cpp:237 #, kde-format msgid "" "The required content size information was not provided for a POST operation." -msgstr "Não foi indicado o tamanho do conteúdo necessário na operação POST." +msgstr "" +"Não foi indicado o tamanho do conteúdo necessário para a operação 'POST'." #: core/job_error.cpp:240 #, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "O ficheiro ou pasta não pode ser largado sobre si próprio" +msgstr "Um ficheiro ou pasta não pode ser largado sobre si mesmo" #: core/job_error.cpp:243 #, kde-format msgid "A folder cannot be moved into itself" -msgstr "A pasta não pode ser movida para si mesma" +msgstr "Uma pasta não pode ser movida para si mesma" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "A comunicação com o servidor local de senhas foi mal-sucedida" +msgstr "A comunicação com o servidor local de palavras-passe falhou" #: core/job_error.cpp:249 #, kde-format @@ -876,7 +770,7 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" -"Não é possível transferir o %1 por ser demasiado " +"Não foi possível transferir o %1 por ser demasiado " "grande. O sistema de ficheiros de destino só suporta ficheiros até 4GiB" #: core/job_error.cpp:258 @@ -886,17 +780,23 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" -"Não é necessário aumentar os privilégios porque o\n" -"'%1' pertence ao utilizador actual.\n" -"Repita por favor após a mudança das permissões." +"Escalada de privilégios desnecessária porque o\n" +"'%1' pertence ao utilizador atual.\n" +"Por favor tente novamente após alterar as permissões." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "O ficheiro é demasiado grande para ir para o lixo." +msgstr "O ficheiro é demasiado grande para ir para o Lixo." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Não foi possível encontrar ou criar uma pasta de lixo para esta localização." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -904,140 +804,140 @@ msgid "" msgstr "" "Código de erro desconhecido %1\n" "%2\n" -"Envie um relatório completo da ocorrência para https://bugs.kde.org." +"Por favor submeta um relatório completo do erro em https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconhecido)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Razão técnica: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalhes do pedido:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protocolo: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Data e hora: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Informação adicional: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causas possíveis:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluções possíveis:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconhecido)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" "Contacte o suporte do sistema, seja o administrador de sistemas ou o grupo " -"de suporte técnico, para uma melhor assistência." - -#: core/job_error.cpp:378 -#, kde-format -msgid "Contact the administrator of the server for further assistance." -msgstr "Contacte o administrador do servidor para uma melhor assistência." +"de suporte técnico, para assistência adicional." #: core/job_error.cpp:381 #, kde-format +msgid "Contact the administrator of the server for further assistance." +msgstr "Contacte o administrador do servidor para assistência adicional." + +#: core/job_error.cpp:384 +#, kde-format msgid "Check your access permissions on this resource." msgstr "Verifique as suas permissões de acesso a este recurso." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "" "As suas permissões de acesso podem ser inadequadas para realizar a operação " -"pedida neste recurso." +"solicitada neste recurso." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -"O ficheiro pode estar a ser usado (e daí bloqueado) por outro utilizador ou " -"aplicação." +"O ficheiro pode estar a ser utilizado (e, por conseguinte, bloqueado) por " +"outro utilizador ou aplicação." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -"Confirme que não existe outra aplicação ou utilizador a usar o ficheiro ou " -"que o tenha trancado." +"Confirme que não existe outra aplicação ou utilizador a utilizar o ficheiro " +"ou que o tenha bloqueado." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Ainda que improvável, pode ter ocorrido um erro de 'hardware'." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Pode ter encontrado um erro no programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" "Isto deve-se provavelmente a um erro no programa. Considere enviar um " -"relatório completo da ocorrência, tal como é descrito em baixo." +"relatório completo do erro, conforme descrito abaixo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -"Actualize o seu 'software' para a última versão. A sua distribuição deve " -"disponibilizar as ferramentas de actualização." +"Atualize o seu 'software' para a última versão. Considere recorrer às " +"ferramentas de atualização da sua distribuição para o efeito." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1048,73 +948,73 @@ msgid "" "website. If not, take note of the details given above, and include them " "in your bug report, along with as many other details as you think might help." msgstr "" -"Quando tudo o resto não resultar, considere a hipótese de ajudar a equipa do " -"KDE, submetendo para isso um relatório de erro de alta qualidade. Primeiro, " -"veja se o mesmo erro já foi comunicado por outra pessoa, procurando no 'site' de tratamento de erros do KDE. " -"Caso contrário, tome nota dos detalhes indicados em cima, e inclua-os no seu " -"relatório da ocorrência, assim como outros detalhes que pense que poderão " -"ajudar." +"Quando tudo o resto não resultar, considere ajudar a equipa KDE, submetendo " +"para o efeito um relatório de erro de alta qualidade. Primeiro, veja se o " +"mesmo erro já foi comunicado por outra pessoa, procurando no 'site' de tratamento de erros do KDE. Caso " +"contrário, tome nota dos detalhes indicados acima, e inclua-os no seu " +"relatório de erro, assim como outros detalhes que possam ser relevantes. " -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Pode ter havido um problema com a sua ligação à rede." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -"Pode ter havido um problema com a sua configuração de rede. Se tiver acedido " -"à Internet sem problemas recentemente isto é pouco provável." +"Pode ter havido um problema com a sua configuração de rede. Contudo, se " +"tiver acedido recentemente à Internet sem dificuldades, isto será pouco " +"provável." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "" -"Pode ter havido um problema em qualquer ponto do percurso da rede entre a " -"sua máquina e o servidor." - -#: core/job_error.cpp:421 -#, kde-format -msgid "Try again, either now or at a later time." -msgstr "Tente de novo agora ou numa altura posterior." - -#: core/job_error.cpp:422 -#, kde-format -msgid "A protocol error or incompatibility may have occurred." -msgstr "Ocorreu provavelmente um erro ou incompatibilidade de protocolo." - -#: core/job_error.cpp:423 -#, kde-format -msgid "Ensure that the resource exists, and try again." -msgstr "Verifique se o recurso existe e tente de novo." +"Pode ter havido um problema em qualquer ponto da rede entre a sua máquina e " +"o servidor." #: core/job_error.cpp:424 #, kde-format +msgid "Try again, either now or at a later time." +msgstr "Tente novamente, agora ou mais tarde." + +#: core/job_error.cpp:425 +#, kde-format +msgid "A protocol error or incompatibility may have occurred." +msgstr "Poderá ter ocorrido um erro ou incompatibilidade de protocolo." + +#: core/job_error.cpp:426 +#, kde-format +msgid "Ensure that the resource exists, and try again." +msgstr "Verifique se o recurso existe e tente novamente." + +#: core/job_error.cpp:427 +#, kde-format msgid "The specified resource may not exist." msgstr "O recurso indicado pode não existir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." -msgstr "Verifique se introduziu a localização correcta e tente de novo." +msgstr "Verifique se introduziu a localização correta e tente novamente." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Verifique o estado da sua ligação à rede." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Não é Possível Aceder ao Recurso para Leitura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 não " "pôde ser obtido, dado que o acesso de leitura não foi permitido." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Pode não ter permissões para ler o ficheiro ou abrir a pasta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Não é Possível Aceder ao Recurso para Escrita" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1142,44 +1042,44 @@ msgstr "" "Isto significa que o conteúdo do ficheiro %1 não pôde ser " "alterado, dado que o acesso de escrita não foi permitido." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Não Foi Possível Iniciar o Processo Responsável pelo Protocolo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" -msgstr "Não foi Possível Iniciar o Processo" +msgstr "Não Foi Possível Iniciar o Processo" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" -"O programa no seu computador que oferece o acesso ao protocolo %1%1 não pôde ser encontrado ou iniciado. Isto deve-se normalmente a " "razões técnicas." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " "been updated with your last update of KDE. This can cause the program to be " "incompatible with the current version and thus not start." msgstr "" -"O programa que oferece a compatibilidade com este protocolo pode não ter " -"sido actualizado na sua última instalação do KDE. Isto pode fazer com que o " -"programa seja incompatível com a versão actual e daí não se inicie." +"O programa que fornece a compatibilidade com este protocolo pode não ter " +"sido atualizado na sua última instalação do KDE. Isto pode fazer com que o " +"programa seja incompatível com a versão atual e, por isso, não se inicie." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Erro Interno" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 devolveu um erro interno." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" -msgstr "URL Formatado Incorrectamente" +msgstr "URL Formatado Incorretamente" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -"O Universal Resource Location (URL) que indicou não estava formatado convenientemente. O " -"formato de um URL é normalmente o seguinte:
              protocolo://" -"utilizador@senha:www.exemplo.org:porto/pasta/ficheiro.extensao?" +"O Universal Resource L " +"ocation (URL) que indicou não estava formatado adequadamente. O formato de " +"um URL é normalmente o seguinte:
              protocolo://" +"utilizador@senha:www.exemplo.org:porta/pasta/ficheiro.extensao?" "variavel=valor
              " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" -msgstr "Protocolo %1 não Suportado" +msgstr "Protocolo %1 não suportado" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" "O protocolo %1 não é suportado pelos programas do KDE " -"instalados de momento neste computador." +"atualmente instalados neste computador." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." -msgstr "O protocolo pedido pode não ser suportado." +msgstr "O protocolo solicitado pode não ser suportado." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" "As versões do protocolo %1 suportadas por este computador e pelo servidor " -"são incompatíveis." +"poderão ser incompatíveis." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1248,17 +1148,17 @@ msgstr "" "\"https://kde-apps.org/\">https://kde-apps.org/ e o http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." -msgstr "O URL não Referencia um Recurso." +msgstr "O URL Não Referencia um Recurso." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "O Protocolo é um Protocolo de Filtragem" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource Location (URL) que indicou não referencia um recurso específico." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1276,236 +1176,238 @@ msgid "" "programming error." msgstr "" "O KDE tem a possibilidade de contactar com um protocolo através de outro; o " -"último protocolo indicado só é usado nessas situações, contudo esta não é " -"uma delas. Isto é um acontecimento raro, e é provável que corresponda a um " -"erro de programação." +"protocolo especificado é utilizado somente nessas situações, contudo esta " +"não é uma delas. Isto é um acontecimento raro, e é provável que corresponda " +"a um erro de programação." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" -msgstr "Acção não Suportada: %1" +msgstr "Ação Não Suportada: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -"A acção pedida não é suportada pelo programa do KDE que implementa o " +"A ação pedida não é suportada pelo programa do KDE que implementa o " "protocolo %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " "information should give you more information than is available to the KDE " "input/output architecture." msgstr "" -"Este erro depende muito do programa do KDE. A informação adicional deve-lhe " -"dar mais dados do que os que estão disponíveis para a arquitectura de " -"entradas/saídas do KDE." +"Este erro depende muito do programa do KDE. A informação adicional deverá " +"fornecer mais dados do que os que estão disponíveis para a arquitectura de " +"entradas/saídas do KDE (KIO)." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." -msgstr "Tente arranjar uma outra forma de atingir o mesmo objectivo." +msgstr "Tente encontrar uma forma alternativa de atingir o mesmo resultado." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Esperado um Ficheiro" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -"O pedido esperava obter um ficheiro, só que em vez disso foi encontrada a " -"pasta %1." +"O pedido esperava um ficheiro, contudo o que encontrou foi uma pasta " +"%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Isto pode ser um erro do servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Esperada uma Pasta" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -"O pedido esperava obter uma pasta, só que em vez disso foi encontrado o " -"ficheiro %1." +"O pedido esperava uma pasta, contudo o que encontrou foi um ficheiro " +"%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" -msgstr "O Ficheiro ou Pasta não Existe" +msgstr "O Ficheiro ou Pasta Não Existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "O ficheiro ou pasta %1 não existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -"O ficheiro pedido não pôde ser criado porque já existe um ficheiro com o " +"O ficheiro solicitado não pôde ser criado porque já existe um ficheiro com o " "mesmo nome." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." -msgstr "Tente retirar o ficheiro actual do destino, e tente de novo." +msgstr "Tente mover o ficheiro atual para outra localização e tente novamente." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." -msgstr "Apague o ficheiro actual e tente de novo." +msgstr "Elimine o ficheiro atual e tente novamente." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." -msgstr "Escolha um nome alternativo para o novo ficheiro." +msgstr "Escolha outro nome para o novo ficheiro." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -"A pasta pedida não pôde ser criado porque já existe uma pasta com o mesmo " -"nome." +"A pasta solicitada não pôde ser criada porque já existe uma pasta com o " +"mesmo nome." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." -msgstr "Tente retirar a pasta actual do destino, e tente de novo." +msgstr "Tente mover a pasta atual para outra localização e tente novamente." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." -msgstr "Apague a pasta actual e tente de novo." +msgstr "Elimine a pasta atual e tente novamente." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." -msgstr "Escolha outra nome para a nova pasta." +msgstr "Escolha outro nome para a nova pasta." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Servidor Desconhecido" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -"Um erro desconhecido da máquina indica que o servidor com o nome indicado, " -"%1, não pôde ser localizado na Internet." +"Um erro de servidor desconhecido indica que o servidor com o nome " +"solicitado, %1, não pôde ser localizado na Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." -msgstr "O nome que indicou, %1, pode não existir: pode ter sido mal escrito." +msgstr "" +"O nome que indicou, %1, pode não existir: poderá ter sido introduzido " +"incorretamente." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Acesso Negado" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." -msgstr "O acesso ao recurso %1 foi negado." - -#: core/job_error.cpp:617 core/job_error.cpp:893 -#, kde-format -msgid "You may have supplied incorrect authentication details or none at all." -msgstr "" -"Pode ter efectuado uma autenticação incorrecta ou não a ter feito de todo." +msgstr "Acesso negado ao recurso %1." #: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format -msgid "Your account may not have permission to access the specified resource." -msgstr "A sua conta pode não ter permissões de acesso ao recurso indicado." +msgid "You may have supplied incorrect authentication details or none at all." +msgstr "" +"Pode ter introduzido dados de autenticação incorretos, ou pode não os ter " +"introduzido de todo." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:623 core/job_error.cpp:899 +#, kde-format +msgid "Your account may not have permission to access the specified resource." +msgstr "A sua conta pode não ter permissão de acesso ao recurso indicado." + +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -"Repita o pedido e confirme se os seus detalhes de autenticação estão " -"indicados correctamente." +"Repita o pedido e confirme se os seus dados de autenticação foram " +"introduzidos corretamente." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Acesso de Escrita Negado" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -"Isto significa que foi rejeitada uma tentativa de escrita no ficheiro " -"%1." +"Isto significa que uma tentativa de escrita no ficheiro %1 " +"foi rejeitada." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" -msgstr "Não é Possível Aceder à Pasta" +msgstr "Impossível Aceder à Pasta" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -"Isto significa que foi rejeitada a tentativa de abrir a (por outras " -"palavras, aceder à) pasta %1." +"Isto significa que uma tentativa de aceder (por outras palavras, abrir) à " +"pasta %1 foi rejeitada." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" -msgstr "Listagem da Pasta não Disponível" +msgstr "Listagem de Pastas Indisponível" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "O protocolo %1 não é um Sistema de Ficheiros" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " "of the folder, and the KDE program supporting this protocol is unable to do " "so." msgstr "" -"Isto significa que foi feito um pedido que necessita de obter o conteúdo da " -"pasta, e que o programa do KDE que suporta este protocolo não é capaz de o " -"fazer." +"Isto significa que foi feito um pedido que requer aceder ao conteúdo da " +"pasta, e o programa do KDE que suporta este protocolo não é capaz de o fazer." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" -msgstr "Ligação Cíclica Detectada" +msgstr "Ligação Cíclica Detetada" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1514,40 +1416,40 @@ msgid "" "itself." msgstr "" "Os ambientes UNIX têm normalmente a possibilidade de ligar um ficheiro ou " -"pasta a um nome e/ou localização separados. O KDE detectou uma ligação ou " -"uma série de ligações que resultam num ciclo infinito - i.e., o ficheiro " -"estava (talvez de uma forma indirecta) ligado a si próprio." +"pasta a um nome e/ou localização separados. O KDE detetou uma ligação, ou " +"série de ligações, que resultam num ciclo infinito - p. ex., o ficheiro " +"estava (talvez de forma indireta) ligado a si mesmo." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -"Apague uma parte do ciclo de modo a que este não provoque um ciclo infinito, " -"e tente de novo." +"Apague uma parte do ciclo de forma a que este não cause um ciclo infinito, e " +"tente novamente." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" -msgstr "Pedido Cancelado pelo Utilizador" +msgstr "Pedido Interrompido pelo Utilizador" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." -msgstr "O pedido não foi completado porque foi interrompido." +msgstr "O pedido não foi concluído porque foi interrompido." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Repetir o pedido." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" -msgstr "Detectada uma Ligação Cíclica Durante a Cópia" +msgstr "Detetada uma Ligação Cíclica Durante a Cópia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1557,45 +1459,45 @@ msgid "" msgstr "" "Os ambientes UNIX têm normalmente a possibilidade de ligar um ficheiro ou " "pasta a um nome e/ou localização separados. Durante a operação de cópia, o " -"KDE detectou uma ligação ou uma série de ligações que resultam num ciclo " -"infinito - i.e., o ficheiro estava (talvez de uma forma indirecta) ligado a " -"si próprio." - -#: core/job_error.cpp:702 -#, kde-format -msgid "Could Not Create Network Connection" -msgstr "Não foi Possível Criar a Ligação de Rede" - -#: core/job_error.cpp:703 -#, kde-format -msgid "Could Not Create Socket" -msgstr "Não foi Possível Criar o 'Socket'" +"KDE detectou uma ligação, ou série de ligações, que resultam num ciclo " +"infinito - i.e., o ficheiro estava (talvez de forma indireta) ligado a si " +"mesmo." #: core/job_error.cpp:705 #, kde-format +msgid "Could Not Create Network Connection" +msgstr "Não Foi Possível Criar a Ligação de Rede" + +#: core/job_error.cpp:706 +#, kde-format +msgid "Could Not Create Socket" +msgstr "Não Foi Possível Criar o Ponto de Ligação ('Socket')" + +#: core/job_error.cpp:708 +#, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -"Isto é um erro técnico no qual o pedido de criação de um dispositivo para " -"comunicações pela rede (conhecido por 'socket') não foi bem sucedido." +"Isto é um erro bastante técnico, no qual o pedido de criação de um ponto de " +"ligação de rede ('socket') não foi bem sucedido." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -"A ligação de rede pode estar configurada incorrectamente ou a interface de " -"rede pode não estar activa." +"A ligação de rede pode estar configurada incorretamente ou a interface de " +"rede pode não estar ativa." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Ligação ao Servidor Recusada" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1604,25 +1506,25 @@ msgstr "" "O servidor %1 recusou uma ligação por parte deste " "computador." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -"O servidor, embora ligado de momento à Internet, pode não estar configurado " +"O servidor, embora atualmente ligado à Internet, pode não estar configurado " "para aceitar pedidos." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -"O servidor, embora ligado de momento à Internet, pode não estar a correr o " -"serviço pedido (%1)." +"O servidor, embora atualmente ligado à Internet, pode não estar a correr o " +"serviço requisitado (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1630,15 +1532,15 @@ msgid "" "preventing this request." msgstr "" "Pode ter havido a intervenção de uma 'firewall' de rede (um dispositivo que " -"restringe os pedidos da Internet), quer para proteger a sua rede quer a rede " -"do servidor, de modo a evitar este pedido." +"restringe os pedidos da Internet), para proteger a sua rede ou a rede do " +"servidor, tendo impedido esta solicitação." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" -msgstr "A Ligação ao Servidor Foi Inesperadamente Fechada" +msgstr "A Ligação ao Servidor Fechou Inesperadamente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1647,7 +1549,7 @@ msgstr "" "Ainda que tenha sido estabelecida uma ligação a %1, a " "ligação foi fechada numa altura inesperada da comunicação." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1656,17 +1558,17 @@ msgstr "" "Pode ter ocorrido um erro do protocolo, que tenha feito com que o servidor " "fechasse a ligação como resposta ao erro." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" -msgstr "Recurso do URL Inválido" +msgstr "Recurso do 'URL' Inválido" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "O protocolo %1 não é um Protocolo de Filtragem" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L" "%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1685,31 +1587,31 @@ msgid "" "capable of such an action. This is a rare event, and is likely to indicate a " "programming error." msgstr "" -"O KDE tem a possibilidade de contactar com um protocolo através de outro; o " -"último protocolo indicado só é usado nessas situações, contudo esta não é " -"uma delas. Isto é um acontecimento raro, e é provável que corresponda a um " -"erro de programação." +"O KDE tem a possibilidade de contactar com um protocolo através de outro. " +"Este pedido especificou um protocolo a ser utilizado dessa forma, contudo " +"este protocolo é incapaz de executar tal ação. Isto é um acontecimento raro, " +"e é provável que advenha de um erro de programação." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" -msgstr "Não é Possível Inicializar o Dispositivo de Entrada/Saída" +msgstr "Não Foi Possível Inicializar o Dispositivo de Entrada/Saída" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Não Foi Possível Montar o Dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -"O dispositivo pedido não pôde ser inicializado (\"montado\"). O erro " +"Não foi possível inicializar (\"montar\") o dispositivo solicitado. O erro " "devolvido foi: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1717,105 +1619,104 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" "O dispositivo pode não estar pronto, por exemplo pode não existir nenhum " -"meio no dispositivo amovível (p.ex. nenhum CD no leitor de CD-ROM), ou então " -"no caso de um periférico/dispositivo portátil, este poderá não estar bem " -"ligado." +"suporte de dados no dispositivo de multimédia removível (p. ex. nenhum CD no " +"leitor de CD-ROM), ou então, no caso de um periférico/dispositivo portátil, " +"este poderá não estar bem ligado." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" -"É provável que não tenha permissões para inicializar (\"montar\") o " -"dispositivo. Nos sistemas UNIX, é comum necessitar de privilégios de " -"administrador para inicializar um dispositivo." +"Poderá não ter permissões para inicializar (\"montar\") o dispositivo. Nos " +"sistemas UNIX, é comum necessitar de privilégios de administrador para " +"inicializar um dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -"Verifique se o dispositivo está pronto; as unidades de leitura amovíveis " +"Verifique se o dispositivo está pronto; as unidades de leitura removíveis " "precisam de ter discos introduzidos e os dispositivos portáteis têm de estar " -"ligados; depois tente de novo." +"ligados; e tente novamente." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" -msgstr "Não foi Possível Desactivar o Dispositivo de Entrada/Saída" +msgstr "Não Foi Possível Desativar o Dispositivo de Entrada/Saída" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Não Foi Possível Desmontar o Dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -"O dispositivo pedido não pôde ser terminado (\"desmontado\"). O erro " +"O dispositivo solicitado não pôde ser terminado (\"desmontado\"). O erro " "devolvido foi: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " "user. Even such things as having an open browser window on a location on " "this device may cause the device to remain in use." msgstr "" -"O dispositivo pode estar ocupado, isto é, pode estar a ser usado por outra " -"aplicação ou utilizador. Mesmo coisas como uma janela do navegador aberta " -"num local dentro deste dispositivo pode fazer com que o dispositivo continue " -"em uso." +"O dispositivo pode estar ocupado, isto é, pode estar a ser utilizado por " +"outra aplicação ou utilizador. Até algo como uma janela do navegador aberta " +"numa localização neste dispositivo pode fazer com que continue em uso." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " "UNIX systems, system administrator privileges are often required to " "uninitialize a device." msgstr "" -"É provável que o utilizador não tenha permissões para terminar (\"desmontar" -"\") o dispositivo. Nos sistemas UNIX, é comum necessitar de privilégios de " -"administrador para desactivar um dispositivo." +"Poderá não ter permissões para terminar (\"desmontar\") o dispositivo. Nos " +"sistemas UNIX, é comum necessitar de privilégios de administrador para " +"desativar um dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -"Verifique se não está nenhuma aplicação a aceder ao dispositivo e tente de " -"novo." +"Verifique que não existem aplicações a aceder ao dispositivo e tente " +"novamente." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Não Foi Possível Ler do Recurso" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" "Isto significa que, embora o recurso %1 esteja acessível, " -"ocorreu um erro ao ler o conteúdo do recurso." +"ocorreu um erro ao ler o seu conteúdo." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Pode não ter permissões de leitura do recurso." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" -msgstr "Não Foi Possível Escrever no Recurso." +msgstr "Não Foi Possível Escrever no Recurso" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1824,78 +1725,80 @@ msgstr "" "Isto significa que, embora o recurso %1 esteja acessível, " "ocorreu um erro ao escrever no recurso." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Pode não ter permissões de escrita no recurso." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" -msgstr "Não Foi Possível Esperar por Ligações da Rede" +msgstr "Não Foi Possível Detetar Ligações da Rede" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" -msgstr "Não Foi Possível Fazer o 'Bind'" +msgstr "Não Foi Possível Vincular" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be established to listen for incoming " "network connections." msgstr "" -"Isto é um erro técnico no qual o pedido de criação de um dispositivo para " -"comunicações pela rede (conhecido por 'socket') não foi estabelecido para " -"atender as ligações da rede." +"Isto é um erro bastante técnico no qual o pedido de criação de um " +"dispositivo para comunicações pela rede ('socket') não pôde ser estabelecido " +"para detetar ligações de rede." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" -msgstr "Não Foi Possível Fazer o 'Listen'" +msgstr "Não Foi Possível Detetar Ligação" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" -msgstr "Não Foi Possível Aceitar a Ligação da Rede" +msgstr "Não Foi Possível Aceitar a Ligação de Rede" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -"Isto é um erro técnico no qual ocorreu uma situação anormal ao tentar " -"aceitar una ligação recebida da rede." +"Isto é um erro bastante técnico no qual ocorreu uma falha ao tentar aceitar " +"uma ligação de rede." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Pode não ter permissões para aceitar a ligação." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" -msgstr "Não Foi Possível Efectuar a Autenticação: %1" +msgstr "Não Foi Possível Iniciar Sessão: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." -msgstr "Falhou a tentativa de ligação para efectuar a operação pedida." +msgstr "" +"A tentativa de iniciar sessão para efectuar a operação solicitada não foi " +"bem sucedida." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Não Foi Possível Determinar o Estado do Recurso" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Não Foi Possível Analisar o Recurso" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1904,141 +1807,140 @@ msgstr "" "A tentativa de obter informações acerca do estado do recurso %1, tais como o nome, tipo, tamanho, etc., não foi bem sucedida." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "O recurso indicado pode não ter existido ou não estar acessível." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" -msgstr "Não Foi Possível Cancelar a Listagem" +msgstr "Não Foi Possível Cancelar Listagem" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Documentar isto" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Não Foi Possível Criar a Pasta" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." -msgstr "Falhou a tentativa de criar a pasta pedida." +msgstr "A tentativa de criar a pasta solicitada falhou." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "A localização onde era suposto criar a pasta pode não existir." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" -msgstr "Não Foi Possível Apagar a Pasta" +msgstr "Não Foi Possível Remover a Pasta" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "A tentativa de remover a pasta indicada como %1 não foi bem " "sucedida." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "A pasta indicada pode não existir." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "A pasta indicada pode não estar vazia." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." -msgstr "Confirme se a pasta existe e se está vazia e tente de novo." +msgstr "Confirme que a pasta existe e está vazia e tente novamente." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" -msgstr "Não Foi Possível Continuar a Transferência do Ficheiro" +msgstr "Não Foi Possível Retomar a Transferência do Ficheiro" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -"Foi pedido que a transferência do ficheiro %1 fosse " -"continuada a partir de certo ponto da transferência. Isto não foi possível." - -#: core/job_error.cpp:966 -#, kde-format -msgid "The protocol, or the server, may not support file resuming." -msgstr "" -"O protocolo ou o seu servidor pode não suportar a continuação de ficheiros." +"Foi solicitado que a transferência do ficheiro %1 fosse " +"retomada a partir de certo ponto da transferência. Isto não foi possível." #: core/job_error.cpp:969 #, kde-format -msgid "Retry the request without attempting to resume transfer." -msgstr "Repetir o pedido sem tentar prosseguir a transferência." +msgid "The protocol, or the server, may not support file resuming." +msgstr "O protocolo, ou o servidor, pode não suportar a retoma de ficheiros." -#: core/job_error.cpp:974 +#: core/job_error.cpp:972 +#, kde-format +msgid "Retry the request without attempting to resume transfer." +msgstr "Repetir o pedido sem tentar retomar a transferência." + +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" -msgstr "Não Foi Possível Mudar o Nome ao Recurso" +msgstr "Não Foi Possível Mudar o Nome do Recurso" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." -msgstr "Falhou a tentativa de mudar o nome ao recurso %1." +msgstr "Falhou a tentativa de mudar o nome do recurso %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" -msgstr "Não Foi Possível Alterar as Permissões do Recurso" +msgstr "Não Foi Possívelivel Alterar as Permissões do Recurso" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -"Falhou a tentativa de alterar as permissões do recurso %1." +"A tentativa de alterar as permissões do recurso %1 falhou." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" -msgstr "Não Foi Possível Alterar a Pertença do Recurso" +msgstr "Não Foi Possível Alterar Proprietário do Recurso" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -"Falhou a tentativa de alterar a pertença do recurso %1." +"A tentativa de alterar o proprietário do recurso %1 falhou." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Não Foi Possível Apagar o Recurso" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." -msgstr "Falhou a tentativa de apagar o recurso %1." +msgstr "A tentativa de apagar o recurso %1 falhou." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Interrupção Inesperada do Programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 terminou inesperadamente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Falta de Memória" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 não conseguiu obter a memória necessária para continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Servidor 'Proxy' Desconhecido" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1, foi " -"devolvido um erro de Máquina Desconhecida. Um erro deste tipo significa que " +"devolvido um erro de Servidor Desconhecido. Um erro deste tipo significa que " "o nome procurado não foi localizado na Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2085,358 +1987,347 @@ msgid "" "problems recently, this is unlikely." msgstr "" "Pode ter havido um problema com a sua ligação de rede, nomeadamente com o " -"nome do seu 'proxy'. Se tiver acedido à Internet sem problemas recentemente " -"isto é pouco provável." +"nome do seu 'proxy'. Contudo, se tiver acedido recentemente à Internet sem " +"dificuldades, isto será pouco provável." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." -msgstr "Verifique de novo a sua configuração de 'proxies' e tente novamente." +msgstr "Volte a verificar a sua configuração de 'proxies' e tente novamente." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" -msgstr "A Autenticação Falhou: O Método %1 não é Suportado" +msgstr "Autenticação Falhada: Método %1 Não Suportado" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " "authentication failed because the method that the server is using is not " "supported by the KDE program implementing the protocol %1." msgstr "" -"Ainda que tenha indicado os detalhes de autenticação correctos, a " -"autenticação não foi bem sucedida porque o método que o servidor está a usar " -"não é suportado pelo programa do KDE que implementa o protocolo %1." +"Ainda que tenha introduzido os dados de autenticação corretos, a " +"autenticação não foi bem sucedida porque o método que o servidor está a " +"utilizar não é suportado pelo programa do KDE que implementa o protocolo %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" "Por favor submeta este erro em https://" -"bugs.kde.org/, de forma a comunicar à equipa do KDE qual o método de " +"bugs.kde.org/, de forma a comunicar à equipa KDE qual o método de " "autenticação não suportado." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" -msgstr "Pedido Cancelado" +msgstr "Pedido Interrompido" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Erro Interno no Servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -"O programa no servidor que oferece o acesso ao protocolo %1 " +"O programa no servidor que fornece o acesso ao protocolo %1 " "devolveu um erro interno: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -"Isto deve-se provavelmente a um erro no programa do servidor. Considere a " -"hipótese de enviar um relatório completo da ocorrência tal como é detalhado " -"em baixo." - -#: core/job_error.cpp:1089 -#, kde-format -msgid "Contact the administrator of the server to advise them of the problem." -msgstr "Contacte o administrador do servidor para o avisar do problema." +"Isto deve-se provavelmente a um erro no programa do servidor. Considere " +"submeter um relatório completo de erro, conforme descrito abaixo." #: core/job_error.cpp:1092 #, kde-format +msgid "Contact the administrator of the server to advise them of the problem." +msgstr "Contacte o administrador do servidor para o alertar do problema." + +#: core/job_error.cpp:1095 +#, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "" "Se souber quem são os autores do 'software' do servidor, envie o relatório " -"do erro directamente para eles." +"do erro diretamente para eles." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Erro de Expiração do Tempo-Limite" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Ainda que o contacto tenha sido feito com o servidor, não foi obtida uma " -"resposta do servidor dentro do período de tempo alocado para o pedido:" -"
              • Tempo-limite para estabelecer uma ligação: %1 segundos
              • Tempo-" -"limite para receber uma resposta: %2 segundos
              • Tempo-limite para " -"aceder aos servidores 'proxy': %3 segundos
              Lembre-se que pode " -"alterar os valores de tempo-limite na Configuração do Sistema do KDE, " -"seleccionando a opção Preferências de Rede -> Preferências da Ligação." +"Apesar do servidor ter sido contactado, não foi obtida resposta dentro do " +"espaço de tempo alocado para o efeito." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "O servidor estava demasiado ocupado a responder a outros pedidos." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Erro Desconhecido" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -"O programa no seu computador que oferece o acesso ao protocolo %1%1 devolveu um erro desconhecido: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupção Desconhecida" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -"O programa no seu computador que oferece o acesso ao protocolo %1 devolveu uma interrupção de tipo desconhecido: %2." +"O programa no seu computador que fornece o acesso ao protocolo %1 devolveu uma interupção de tipo desconhecido: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" -msgstr "Não Foi Possível Apagar o Ficheiro Original" +msgstr "Não Foi Possível Eliminar o Ficheiro Original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " "likely at the end of a file move operation. The original file %1 could not be deleted." msgstr "" -"A operação pedida necessita de apagar o ficheiro original, o que poderá " -"acontecer no fim de uma operação de mudança do local de um ficheiro. Não foi " -"possível apagar o ficheiro original %1 ." +"A operação solicitada requer eliminar o ficheiro original, provavelmente no " +"fim de uma operação de mover ficheiro. Não foi possível eliminar o ficheiro " +"original %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" -msgstr "Não Foi Possível Apagar o Ficheiro Temporário" +msgstr "Não Foi Possível Eliminar o Ficheiro Temporário" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " "to save the new file while being downloaded. This temporary file %1 could not be deleted." msgstr "" -"A operação pedida necessita de criar um ficheiro temporário no qual é " -"gravado o novo ficheiro enquanto é obtido a partir da rede. Não foi possível " -"apagar o ficheiro temporário %1." +"A operação solicitada requer a criação de um ficheiro temporário no qual é " +"gravado o novo ficheiro enquanto é transferido. Não foi possível eliminar " +"este ficheiro temporário %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Não Foi Possível Mudar o Nome do Ficheiro Original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -"A operação pedida necessita de mudar o nome ao ficheiro original %1, e tal não foi possível." +"A operação solicitada requer mudar o nome do ficheiro original %1, contudo não foi possível." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Não Foi Possível Mudar o Nome do Ficheiro Temporário" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -"A operação pedida necessita de criar um ficheiro temporário %1, e tal não foi possível." +"A operação solicitada requer a criação um ficheiro temporário %1, contudo não foi possível ." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Não Foi Possível Criar a Ligação" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Não Foi Possível Criar a Ligação Simbólica" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Não foi possível criar a ligação simbólica %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sem Conteúdo" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco Cheio" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" "Não foi possível escrever no ficheiro %1, por não haver " -"espaço suficiente." +"espaço suficiente no disco." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" -"Liberte algum espaço em disco suficiente 1) apagando os ficheiros " -"temporários e indesejáveis; 2) guardando os ficheiros em meios amovíveis " -"como os CD's graváveis; 3) arranjando mais capacidade de armazenamento." +"Liberte espaço suficiente no disco recorrendo a 1) eliminar os ficheiros " +"temporários e desnecessários; 2) armazenar os ficheiros em meios removíveis " +"como os CDs graváveis; 3) adquirir mais capacidade de armazenamento." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Ficheiros de Origem e Destino Idênticos" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -"A operação não pode ser terminada porque os ficheiros de origem e de destino " -"são o mesmo ficheiro." +"A operação não pôde ser concluída porque os ficheiros de origem e de destino " +"são o mesmo." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Escolha um nome diferente para o ficheiro de destino." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" -msgstr "O ficheiro ou pasta foi largado sobre si próprio" +msgstr "O ficheiro ou pasta foi largado sobre si mesmo." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"A operação não pode ser terminada porque os ficheiros ou pastas de origem e " -"de destino são os mesmos." +"A operação não pôde ser concluída porque os ficheiros ou pastas de origem " +"ede destino são os mesmos." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Larga o item sobre uma pasta ou ficheiro diferente." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" -msgstr "A pasta foi movida para si própria" +msgstr "A pasta foi movida para si mesma." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -"A operação não pode ser terminada porque a origem não pode ser movida para " +"A operação não pôde ser concluída porque a origem não pode ser movida para " "si mesma." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Move o item para uma pasta diferente." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "Não foi possível comunicar com o servidor de senhas" +msgstr "Não foi possível comunicar com o servidor de palavras-passe." -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -"A operação não pode ser terminada porque não foi possível contactar o " -"serviço para pedir as senhas (kpasswdserver)" +"A operação não pôde ser concluída porque não foi possível contactar o " +"serviço de requisição de palavras-passe (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Tente reiniciar a sua sessão ou procurar nos registos por erros do 'kiod'." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" -msgstr "Não foi Possível Iniciar o Protocolo %1" +msgstr "Não Foi Possível Iniciar o Protocolo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Não Foi Possível Criar o Módulo do KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"O módulo do KIO que oferece o acesso ao protocolo %1 não " +"O módulo do KIO que fornece o acesso ao protocolo %1 não " "pôde ser iniciado. Isto deve-se normalmente a razões técnicas." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -"O 'klauncher' não conseguiu encontrar ou iniciar o 'plugin' que dá suporte " -"ao protocolo. Isto significa que poderá ter uma versão desactualizada do " +"O 'klauncher' não conseguiu encontrar ou iniciar o 'plugin' que fornece o " +"protocolo. Isto significa que poderá ter uma versão desatualizada do " "'plugin'." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Não é possível transferir o %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2446,37 +2337,37 @@ msgstr "" "Não é possível transferir o %1, porque o sistema de " "ficheiros de destino não suporta ficheiros tão grandes" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -"Volte a formatar a unidade de destino para usar um sistema de ficheiros que " -"suporte ficheiros maiores." +"Volte a formatar a unidade de destino para utilizar um sistema de ficheiros " +"que suporte ficheiros maiores." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" -msgstr "Erro não Documentado" +msgstr "Erro Não Documentado" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Ligação Simbólica para %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Ligação para %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Aponta para %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2485,27 +2376,27 @@ msgstr "" "URL inválido\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "Não foi possível determinar o tipo de ficheiro do %1" +msgstr "Não foi possível determinar o tipo de ficheiro de %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -"Não foi possível extrair o nome do executável de '%1'; indique por favor um " -"nome de programa válido." +"Não foi possível extrair o nome do executável de '%1'; introduza por favor " +"um nome de programa válido." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "O %1 não parece ser um programa executável." +msgstr "O %1 não aparenta ser um programa executável." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2515,92 +2406,94 @@ msgstr "" "O %1 não foi encontrado; indique por favor a " "localização de um programa executável válido." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "A abertura de ligações não é suportada pelo protocolo %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "O fecho de ligações não é suportado pelo protocolo %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "O acesso aos ficheiros não é suportado com o protocolo %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "A escrita em %1 não é suportada." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." -msgstr "Não existem acções especiais disponíveis para o protocolo %1." +msgstr "Não existem ações especiais disponíveis para o protocolo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "A listagem de pastas não é suportada pelo protocolo %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." -msgstr "A obtenção de dados de %1 não é suportada." +msgstr "A obtenção de dados a partir de %1 não é suportada." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." -msgstr "A obtenção da informação do tipo MIME do %1 não é suportada." +msgstr "A obtenção de informação do tipo MIME de %1 não é suportada." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "A mudança dos ficheiros ou do seu nome em %1 não é suportada." +msgstr "Mover ficheiros ou mudar o seu nome em %1 não é suportado." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "A criação de ligações simbólicas não é suportada pelo protocolo %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." -msgstr "A cópia de ficheiros em %1 não é suportada." +msgstr "Copiar ficheiros em %1 não é suportado." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." -msgstr "A remoção de ficheiros de %1 não é suportada." +msgstr "Eliminar ficheiros de %1 não é suportado." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "A criação de pastas não é suportada pelo protocolo %1." +msgstr "Criar pastas não é suportado pelo protocolo %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." -msgstr "A mudança de atributos dos ficheiros não é suportada no protocolo %1." +msgstr "" +"A alteração de atributos dos ficheiros não é suportada com o protocolo %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." -msgstr "A mudança da pertença dos ficheiros não é suportada no protocolo %1." +msgstr "" +"A alteração do proprietário dos ficheiros não é suportada com o protocolo %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." -msgstr "A abertura de ficheiros não é suportada pelo protocolo %1." +msgstr "Abrir ficheiros não é suportado pelo protocolo %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." -msgstr "O protocolo %1 não suporta a acção %2." +msgstr "O protocolo %1 não suporta a ação %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2608,317 +2501,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"A segurança do módulo KIO para o protocolo \"%1\", que tipicamente solicita " +"permissões de administrador, não pode ser assegurada porque existem " +"utilizadores além do 'root' com permissões para o modificar em %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocolo desconhecido '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Não foi possível encontrar um módulo do KIO para o protocolo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"O módulo KIO para o protocolo \"%1\" em %2 não foi carregado porque todos os " +"módulos KIO que se encontram fora de %3 e que solicitam permissões de " +"administrador são considerados inseguros." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -"Não é possível criar um 'socket' para lançar um módulo do KIO para o " -"protocolo '%1'." +"Não é possível criar um ponto de ligação ('socket') para lançar um módulo " +"KIO para o protocolo '%1'." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find 'kioslave5' executable at '%1'" +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "Não foi possível encontrar o executável 'kioslave5' em '%1'" +msgstr "Não foi possível encontrar o executável 'kioworker' em '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalhes" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuar" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" -msgstr "Só na Sessão A&ctual" +msgstr "&Sessão Atual apenas" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mover Para Nova Pasta" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Criar Nova Pasta para Estes Itens" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." -msgstr "Não seleccionou um ficheiro para remover." +msgstr "Não selecionou um ficheiro para eliminar." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" -msgstr "Nada a Apagar" +msgstr "Nada a Eliminar" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." -msgstr "Não seleccionou um ficheiro para enviar para o lixo." +msgstr "Não selecionou um ficheiro para enviar para o Lixo." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" -msgstr "Nada a Enviar para o Lixo" +msgstr "Nada a enviar para o Lixo" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." -msgstr "A pasta indicada não existe ou não está acessível para leitura." +msgstr "A pasta especificada não existe ou não está acessível para leitura." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Pasta-Mãe" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Recuar" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avançar" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Pasta Pessoal" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" -msgstr "Actualizar" +msgstr "Recarregar" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Nova Pasta" +msgstr "Nova Pasta..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Enviar para o Lixo" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" -msgstr "Apagar" +msgstr "Eliminar" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordenação" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordenar pelo Nome" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordenar pelo Tamanho" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordenar pela Data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordenar pelo Tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Ascendente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descendente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Pastas Primeiro" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" -msgstr "Ficheiros Escondidos em Último" +msgstr "Ficheiros Ocultos em Último" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" -msgstr "Vista em Ícones" +msgstr "Vista de Ícones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vista Compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vista Detalhada" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posição dos Ícones" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" -msgstr "A Seguir ao Nome do Ficheiro" +msgstr "Ao Lado do Nome do Ficheiro" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" -msgstr "Sobre o Nome do Ficheiro" +msgstr "Acima do Nome do Ficheiro" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Vista Abreviada" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vista Detalhada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vista em Árvore" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Árvore Detalhada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "Permitir a Expansão na Área de Detalhes" +msgstr "Permitir Expansão na Vista Detalhada" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" -msgstr "Mostrar os Ficheiros Escondidos" +msgstr "Mostrar Ficheiros Ocultos" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" -msgstr "Mostrar o Painel de Antevisão" +msgstr "Mostrar Painel de Pré-Visualização" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" -msgstr "Mostrar a Antevisão" +msgstr "Mostrar Pré-Visualização" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "Abrir a Pasta Respectiva" +msgstr "Abrir Localização do Ficheiro" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propriedades" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" -msgstr "Modo de &Visualização" +msgstr "&Modo de Visualização" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Mais Recentes Primeiro" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Mais Antigos Primeiro" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Mais Recentes Primeiro" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Maiores Primeiro" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Menores Primeiro" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificação:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Abrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Gravar Como" @@ -2945,15 +2862,14 @@ msgstr "Pasta Pessoal" #, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "Pasta da Raiz" +msgstr "Pasta Raiz" +# Este "browse" será o equivalente do Windows ao "procurar..." no contexto de um botão que permite pesquisar ficheiros para mudar um ícone ou algo do género. Pendente de confirmação! #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Escolher..." +msgstr "Navegar…" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2967,40 +2883,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mover para Aqui" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Todos os Ficheiros" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Todos os Ficheiros Suportados" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Todos os Ficheiros" -#: filewidgets/kfileplaceeditdialog.cpp:66 -#, kde-format -msgid "Add Places Entry" -msgstr "Adicionar um Item dos Locais" - #: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format -msgid "Edit Places Entry" -msgstr "Editar o Item dos Locais" +msgid "Add Places Entry" +msgstr "Adicionar Item aos Locais" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:70 +#, kde-format +msgid "Edit Places Entry" +msgstr "Editar Item dos Locais" + +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -3008,22 +2924,22 @@ msgid "" "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
              " msgstr "" -"Este é o texto que irá aparecer no painel dos Locais.

              A " -"descrição deverá consistir em uma ou duas palavras que o ajudem a recordar " -"ao que este item se refere. Se não introduzir nenhuma legenda, a mesma será " -"derivada do URL da localização.
              " - -#: filewidgets/kfileplaceeditdialog.cpp:84 -#, kde-format -msgid "L&abel:" -msgstr "&Nome:" +"Este é o texto que irá figurar no painel Locais.

              A descrição " +"deverá consistir em uma ou duas palavras que o ajudem a recordar a que este " +"item se refere. Se não introduzir nenhuma legenda, a mesma será obtida a " +"partir do URL da localização.
              " #: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format -msgid "Enter descriptive label here" -msgstr "Indique uma legenda descritiva aqui" +msgid "L&abel:" +msgstr "L&egenda:" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "Introduza uma legenda descritiva aqui" + +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3031,242 +2947,249 @@ msgid "" "org/pub/kde/stable

              By clicking on the button next to the text " "edit box you can browse to an appropriate URL.
              " msgstr "" -"Esta é a localização associada com o item. Pode ser usado qualquer URL " +"Esta é a localização associada ao item. Pode ser usado qualquer URL " "válido. Por exemplo:

              %1
              http://www.kde.org
              ftp://ftp.kde." -"org/pub/kde/stable

              Se carregar no botão próximo ao campo de edição " -"de texto poderá escolher um URL apropriado.
              " +"org/pub/kde/stable

              Carregue no botão adjacente ao campo de edição " +"de texto para selecionar um URL apropriado.
              " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Localização:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " "on the button to select a different icon.
              " msgstr "" -"Este é o ícone que irá aparecer no painel de Locais.

              Carregue " -"no botão para seleccionar um ícone diferente.
              " +"Este é o ícone que irá figurar no painel Locais.

              Carregue no " +"botão para selecionar um ícone diferente.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" -msgstr "&Escolha um ícone:" +msgstr "Escolha um &ícone:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" -msgstr "Só m&ostrar ao usar esta aplicação (%1)" +msgstr "Mostrar apenas quando utilizar esta aplicação (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " "current application (%1).

              If this setting is not selected, the " "entry will be available in all applications.
              " msgstr "" -"Seleccione esta opção se quer que este item só apareça quando usar a " -"aplicação actual (%1).

              Se esta opção não estiver seleccionada, o " -"item ficará disponível em todas as aplicações.
              " +"Selecione esta opção se deseja que este item seja mostrado apenas quando " +"utilizar a aplicação atual (%1).

              Se esta opção não estiver " +"selecionada, o item ficará disponível em todas as aplicações.
              " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Locais" -#: filewidgets/kfileplacesitem.cpp:213 +# Isto é para o painel laterar do Dolphin, tem de ficar no plural +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remotos" -#: filewidgets/kfileplacesitem.cpp:216 +# Isto é para o painel laterar do Dolphin, tem de ficar no plural +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recentes" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Procurar Por" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivos Removíveis" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "Marcas" +msgstr "Etiquetas" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Erro %2)" +msgstr "%1 (de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "Todas as marcas" +msgstr "Todas as etiquetas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Pasta Pessoal" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Ambiente de Trabalho" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Transferências" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rede" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Lixo" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imagens" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Ficheiros Recentes" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Localizações Recentes" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificados Hoje" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificados Ontem" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "Não foi possível adicionar ao painel de Locais: %1" +msgstr "Não foi possível adicionar ao painel Locais: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." -msgstr "Só poderá adicionar pastas ao painel Locais." +msgstr "O painel Locais apenas permite adicionar pastas." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurar…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "A libertar…" +msgstr "A libertar..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Libertar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "A Retirar com Segurança…" +msgstr "A Remover com Segurança..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "Retirar com &Segurança" +msgstr "Remover com &Segurança" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "A desmontar…" +msgstr "A desmontar" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "&Ejectar" +msgstr "&Ejetar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." -msgstr "O dispositivo '%1' não é um disco e não pode ser ejectado, como tal." +msgstr "O dispositivo '%1' não é um disco e não pode ser ejetado." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Ocorreu um erro ao aceder ao '%1'; o sistema devolveu: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ocorreu um erro ao aceder ao '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Um ou mais ficheiros deste dispositivo estão abertos dentro de uma aplicação." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3275,169 +3198,167 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" -"Estão abertos um ou mais ficheiros deste dispositivo na aplicação " +"Um ou mais ficheiros deste dispositivo estão abertos na aplicação " "\"%2\"." msgstr[1] "" -"Estão abertos um ou mais ficheiros deste dispositivo nas seguintes " -"aplicações: %2." +"Estão abertos um ou mais ficheiros deste dispositivo nas seguintes " +"aplicações: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "Formatar ou Editar com o Gestor de Partições" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" -msgstr "%1 livres em %2 (%3% utilizado)" +msgstr "%1 livres de %2 (%3% utilizado)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "%1 (escondida)" +msgstr "%1 (oculto)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Esvaziar o Lixo" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montar" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "Abrir numa Nova Página" +msgstr "Abrir num Novo Separador" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Abrir numa Nova Janela" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Adicionar um Item…" +msgstr "Adicionar Item..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "&Editar…" +msgstr "&Editar..." -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove File" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "Remover o Ficheiro" +msgstr "Remover dos Locais" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "&Esconder" +msgstr "&Ocultar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "Esconder a Secção '%1'" +msgstr "Ocultar Secção '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "Esconder a Secção" +msgstr "Ocultar Secção" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" -msgstr "Mo&strar Todos os Itens" +msgstr "&Mostrar Todos os Itens" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Tamanho dos Ícones" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "Dimensionar Automaticamente" +msgstr "Ajustar Automaticamente" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Pequeno (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Médio (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" -msgstr "Só pode seleccionar um ficheiro" +msgstr "Apenas um ficheiro pode ser selecionado" -#: filewidgets/kfilewidget.cpp:618 +# Aqui "fornecido" era mais indicado para traduzir "provided" mas como a entrada anterior é relacionada e indica "select", optei pela consistência +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" -msgstr "Foi indicado mais que um ficheiro" +msgstr "Selecionado mais que um ficheiro" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" -msgstr "Só pode seleccionar ficheiros locais" +msgstr "Apenas ficheiros locais podem ser selecionados" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" -msgstr "Os ficheiros remotos não são aceites" +msgstr "Ficheiros remotos não aceites" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3446,104 +3367,74 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" -"O URL seleccionado usa um esquema não suportado. Por favor, use o seguinte " -"esquema: %2" +"O URL selecionado utiliza um esquema não suportado. Por favor utilize o " +"seguinte esquema: %2" msgstr[1] "" -"O URL seleccionado usa um esquema não suportado. Por favor, use um dos " +"O URL seleccionado usa um esquema não suportado. Por favor, use um dos " "seguintes esquemas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "Esquema de URL's não suportado" +msgstr "Esquema de URL não suportado" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Foi seleccionada mais que uma pasta e esta janela não aceita pastas; como " -"tal, não é possível decidir qual delas introduzir. Seleccione, por favor, " -"apenas uma pasta para a enumerar." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Foi indicada mais que uma pasta" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Tem de seleccionar pelo menos uma pasta e um ficheiro. Os ficheiros " -"seleccionados serão ignorados e a pasta seleccionada será enumerada" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Foram seleccionados ficheiros e pastas" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Não foi possível encontrar o ficheiro \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" -msgstr "Não é possível aceder ao ficheiro" +msgstr "Não foi possível aceder ao ficheiro" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
              " msgstr "" -"Carregue neste botão para indicar a pasta-mãe.

              Por exemplo, " -"se a localização actual é 'file:/home/ze', ao carregar neste botão irá para " -"'file:/home'.
              " +"Carregue neste botão para ir para a pasta-mãe.

              Por exemplo, " +"se a localização atual for 'file:/home/konqi', carregar neste botão irá " +"abrir a localização 'file:/home'.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Carregue neste botão para recuar um passo no histórico de navegação." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Carregue neste botão para avançar um passo no histórico de navegação." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." -msgstr "Carregue neste botão para reler o conteúdo da localização actual." +msgstr "Carregue neste botão para recarregar o conteúdo da localização atual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." -msgstr "Carregue neste botão para criar uma pasta nova." +msgstr "Carregue neste botão para criar uma nova pasta." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" -msgstr "Mostrar o Painel de Locais" +msgstr "Mostrar Painel de Locais" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostrar o Botão de Favoritos" +msgid "Show Quick Filter" +msgstr "Mostrar Filtro Rápido" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opções" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3552,19 +3443,19 @@ msgid "" "files
            • the Places panel
            • file previews
            • separating " "folders from files
            " msgstr "" -"Este é o menu de configuração da janela de ficheiros. Poderá aceder a " -"diversas opções deste menu, incluindo:
            • como estão ordenados os " -"ficheiros na lista
            • os tipos de vistas, incluindo os ícones e listas
            • a apresentação dos ficheiros escondidos
            • o painel de navegação " -"dos Locais
            • as antevisões dos ficheiros
            • a separação das " -"pastas dos ficheiros
            " +"Este é o menu de configuração da janela de escolha de ficheiros. Poderá " +"aceder a diversas opções deste menu, incluindo:
            • a ordenação dos " +"ficheiros na lista
            • os tipos de vista, incluindo ícones e lista
            • a visibilidade dos ficheiros ocultos
            • o painel Locais
            • a pré-visualização de ficheiros
            • a separação de pastas e " +"ficheiros
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" -msgstr "Favoritos" +msgstr "Marcadores" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3572,18 +3463,41 @@ msgid "" "bookmark.

            These bookmarks are specific to the file dialog, but " "otherwise operate like bookmarks elsewhere in KDE.
            " msgstr "" -"Este botão permite-lhe marcar locais específicos. Carregue neste botão " -"para abrir o menu de favoritos, no qual poderá adicionar, editar ou " -"seleccionar um favorito.

            Estes favoritos são específicos da janela " -"de ficheiros, embora funcionem como os outros favoritos no KDE.
            " +"Este botão permite marcar localizações específicas. Carregue neste botão " +"para abrir o menu de marcadores, onde poderá adicionar, editar ou selecionar " +"um marcador.

            Estes marcadores são específicos da janela de escolha " +"de ficheiros, embora funcionem como os outros marcadores no KDE.
            " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nome:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Reverter mudança de nome de ficheiro" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Manter Filtro Quando Mudar de Pasta" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrar por nome..." + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ocultar Barra de Filtros" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3591,94 +3505,97 @@ msgid "" "button and selecting a preferred mode from the Text Completion menu." msgstr "" -"Ao escrever no campo de texto, o utilizador poderá ver algumas " -"ocorrências possíveis. Esta funcionalidade pode ser controlada ao carregar " -"com o botão direito do rato e seleccionando o modo preferido no menu " -"Completação de Texto." +"Ao escrever no campo de texto, poderão ser apresentadas algumas " +"possíveis correspondências. Esta funcionalidade pode ser controlada ao " +"carregar com o botão direito do rato e selecionando um modo preferencial no " +"menu Preenchimento Automático de Texto." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Este é o nome com que o ficheiro será gravado." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -"Esta é a lista de ficheiros a abrir. Poderá indicar mais que um ficheiro, " -"separando os seus nomes com espaços." +"Esta é a lista de ficheiros a abrir. Poderá especificar mais que um " +"ficheiro, separando os seus nomes com espaços." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Este é o nome do ficheiro a abrir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Locais" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" -msgstr "O ficheiro \"%1\" já existe. Deseja sobrepô-lo?" +msgstr "O ficheiro \"%1\" já existe. Deseja substituí-lo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" -msgstr "Sobrepor o Ficheiro?" +msgstr "Substituir Ficheiro?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." -msgstr "Só pode seleccionar ficheiros locais." +msgstr "Apenas pode seleccionar ficheiros locais." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" -msgstr "Os Ficheiros Remotos Não São Aceites" +msgstr "Ficheiros Remotos Não Aceites" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|Todas as Pastas" +msgstr "Todas as Pastas" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Diretório atual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Abrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Tamanho dos ícones: %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" -msgstr "Seleccionar automaticamente a e&xtensão do ficheiro (%1)" +msgstr "Seleccionar automaticamente a extensão do ficheiro (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "a extensão %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" -msgstr "Seleccionar automaticamente a e&xtensão do ficheiro" +msgstr "Selecionar automaticamente a extensão do ficheiro" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "uma extensão adequada" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3693,111 +3610,102 @@ msgid "" "period will be automatically removed).If unsure, keep this option " "enabled as it makes your files more manageable." msgstr "" -"Esta opção activa algumas funcionalidades convenientes na gravação de " +"Esta opção ativa algumas funcionalidades convenientes para a gravação de " "ficheiros com extensões:
            1. Todas as extensões indicadas no campo " -"de texto %1 serão actualizados se mudar o tipo de ficheiro usado na " -"gravação.

            2. Se não for indicada nenhuma extensão no campo de " -"texto %2, ao carregar em Gravar, o %3 será adicionado ao fim " -"do nome do ficheiro (se este nome não existir já). Esta extensão baseia-se " -"no tipo de ficheiro que escolheu na gravação.

              Se não quiser que o " -"KDE forneça uma extensão para o nome do ficheiro, poderá desligar esta opção " -"ou podê-la-á ignorar, adicionando um ponto (.) ao fim do nome do ficheiro (o " -"ponto será removido automaticamente).
            Se não tiver a certeza, deixe " -"esta opção ligada, dado que torna mais fácil a gestão dos seus ficheiros." +"de texto %1 serão atualizadas se mudar o tipo de ficheiro utilizado " +"quando o gravar.

          • Se não for especificada nenhuma extensão " +"no campo de texto %2, ao carregar em Gravar, %3 será " +"adicionado ao final do nome do ficheiro (se este nome não existir já). Esta " +"extensão baseia-se no tipo de ficheiro que escolheu aquando da gravação.

            Se não quiser que o KDE forneça esta extensão, poderá desativar esta " +"opção ou ignorá-la, adicionando um ponto (.) ao fim do nome do ficheiro (o " +"ponto será removido automaticamente).
          • Se não tiver a certeza, " +"deixe esta opção ativa, dado que torna mais fácil a gestão dos seus " +"ficheiros." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tipo de &ficheiro:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -"Este é o selector do tipo de ficheiro. É usado para seleccionar o " -"formato com que será gravado o ficheiro." +"Este é o seletor do tipo de ficheiro. É utilizado para selecionar o " +"formato com que o ficheiro será gravado." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Este é o filtro a aplicar à lista de ficheiros. Os nomes de ficheiros " -"que não corresponderem aos filtros não irão aparecer.

            Poderá seleccionar " -"um dos filtros predefinidos na lista respectiva ou poderá indicar um filtro " -"personalizado, directamente no campo de texto.

            Os caracteres especiais " -"como o * e o ? são permitidos.

            " +"Este é o seletor do tipo de ficheiro. É utilizado para selecionar o " +"formato dos ficheiros apresentados." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Criar um Novo" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Introduza nome do ficheiro %1 " -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Desculpe" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." -msgstr "O ficheiro do modelo %1 não existe." +msgstr "O ficheiro de modelo %1 não existe." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "Nome da nova ligação:" +msgstr "Nome para a nova ligação:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Criar Ligação Simbólica" + +# Está relacionado com a entrada 566? Realmente "Criar uma ligação para o URL" soa redundante. Será mesmo atalho? Onde é que aparece? +# Se está relacionado com o de cima, fica inconsistente traduzir "link" para ligação e depois logo a seguir para "atalho". +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" -msgstr "Criar um atalho para o URL" +msgstr "Criar atalho para o URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, kde-format -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" -"Não foi possível usar o nome %1 por estar reservado " -"para ser usado pelo sistema operativo." +"Não foi possível utilizar o nome %1 por estar reservado " +"para utilização do sistema operativo." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" -"O nome %1 começa por um ponto; como tal, ficará " -"escondido por omissão." +"O nome %1 começa por um ponto; como tal, ficará oculto " +"por defeito." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3805,134 +3713,186 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" -"o nome %1 começa por um espaço, o que fará com que seja " -"apresentado antes dos outros itens numa ordenação alfabética, entre outras " -"potenciais peculiaridades." +"O nome %1 começa com um espaço, o que resultará com que " +"seja apresentado antes dos outros itens quando ordenado alfabeticamente, " +"entre outras potenciais peculiaridades." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -"O uso das barras nos nomes das pastas irão criar sub-pastas, como por " +"A utilização da barra no nome das pastas irá criar sub-pastas, como por " "exemplo:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "O uso das barras nos nomes das pastas irão criar sub-pastas." +msgstr "A utilização da barra no nome das pastas irá criar sub-pastas." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "Não pode usar as barras nos nomes dos ficheiros e pastas." +msgstr "Barras não podem ser utilizadas nos nomes de ficheiros e pastas." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "Não pode usar as barras invertidas nos nomes dos ficheiros e pastas." +msgstr "" +"Barras invertidas não podem ser utilizadas nos nomes de ficheiros e pastas." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Criar um ficheiro ou pasta com o nome %1 não é " +"possível, uma vez que se iria sobrepôr com a localização da pasta pessoal de " +"um utilizador." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -"O início de um nome de ficheiro ou pasta com um til (~) não é recomendado, " -"porque poderá ser confuso ou perigoso se usar o terminal para apagar coisas." +"Começar o nome de um ficheiro ou pasta com um til não é recomendado, porque " +"poderá ser confuso ou perigoso ao utilizar o terminal para eliminar coisas." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "Já existe uma pasta chamada %1." +msgstr "Já existe uma pasta com o nome %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "Já existe um ficheiro chamado %1." +msgstr "Já existe um ficheiro com o nome %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" -msgstr "Criar um Novo" +msgstr "Criar Novo" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Atalho para Dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nova Pasta" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Criar uma Pasta" +msgstr "Criar Nova Pasta" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" -msgstr "Criar uma pasta nova em %1:" +msgstr "Criar nova pasta em %1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Introduza nome da pasta" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predefinição" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Criar Novo Ficheiro" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Introduza nome do ficheiro" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Escolher ícone personalizado ou cor" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Escolher Outro Ícone..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Pode alterar o ícone mais tarde nas propriedades da pasta." #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Colar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "Abrir o \"%1\" numa Nova Página" +msgstr "Abrir \"%1\" num Novo Separador" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "Abrir o \"%1\" numa Nova Janela" +msgstr "Abrir \"%1\" numa Nova Janela" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navegar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" -msgstr "Mostrar a Localização Completa" +msgstr "Mostrar Caminho Completo" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Não é possível transferir o %1" +msgstr "Ir para qualquer localização no caminho %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3942,7 +3902,16 @@ msgstr "Mais" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Ir para Localização no Caminho" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Locais" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3967,28 +3936,28 @@ msgstr "Outro" msgid "Edit mode" msgstr "Modo de edição" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "Carregue para Navegar no Local" +msgstr "Carregue para Navegar na Localização" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" -msgstr "Carregue para Editar o Local" +msgstr "Carregue para Editar Localização" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Não tem autorização para executar este ficheiro." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" -msgstr "A iniciar o %1" +msgstr "Iniciar %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3997,25 +3966,25 @@ msgstr "" "Não é possível tornar o serviço %1 executável; a interromper a execução.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -"Não tem autorização para seleccionar uma aplicação que abra este ficheiro." +"Não tem autorização para selecionar uma aplicação que abra este ficheiro." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" msgstr "" -"Erro interno: não foi possível perguntar ao utilizador qual a aplicação a " +"Erro interno: não foi possível solicitar ao utilizador qual a aplicação a " "iniciar" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Fornecido comando vazio" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -4030,58 +3999,63 @@ msgstr "Erro ao gravar a imagem em %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "Ficheiro de ícone demasiado grande; a transferência foi interrompida" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" -"O ficheiro do ícone é demasiado grande; a transferência foi interrompida" #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nenhum cliente de e-mail encontrado" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"O item do ficheiro desktop\n" +"O ficheiro de atalho de ambiente de trabalho\n" "%1\n" "não é válido." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" -msgstr "A Iniciar o %1" +msgstr "A Iniciar %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Não foi possível encontrar o comando %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nenhum emulador de terminal encontrado" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "Não foi possível abrir o %1" +msgstr "Não foi possível abrir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is of type Link but has no URL=... entry." msgstr "" -"O ficheiro desktop\n" +"O ficheiro de atalho de ambiente de trabalho\n" "%1\n" -"é do tipo Link mas não tem entrada URL=...." +"é do tipo Ligação mas não tem entrada \"URL=...\"." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4090,38 +4064,39 @@ msgstr "" "O ficheiro executável \"%1\" encontra-se num sistema de ficheiros remoto. " "Por motivos de segurança, não será iniciado." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -"Por motivos de segurança, o lançamento de executáveis não é permitido neste " -"contexto." +"Por motivos de segurança, iniciar executáveis não é permitido neste contexto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" "O programa \"%1\" precisa de ter permissões de execução para poder ser " -"lançado." +"iniciado." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -"Não é possível tornar o ficheiro \"%1\" executável.\n" +"Não é possível tornar o ficheiro \"%1\" executável.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "O ficheiro desktop %1 não tem uma entrada Type=...." +msgstr "" +"O ficheiro de atalho de ambiente de trabalho %1 não tem uma entrada " +"\"Type=...\"." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4132,28 +4107,25 @@ msgstr "" "Procure nas suas aplicações abertas e na área de notificações por tarefas ou " "transferências pendentes." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." -msgstr "Não foi possível aceder ao ficheiro." +msgstr "Não foi possível abrir o ficheiro." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." -msgstr "Não foi possível lançar o programa \"%1\"." +msgstr "Não foi possível iniciar o programa \"%1\"." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"O ficheiro %1 foi modificado.\n" -"Deseja enviar as alterações?" +"O ficheiro %1foi modificado.Deseja carregar as " +"alterações?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4163,12 +4135,12 @@ msgstr "Ficheiro Modificado" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 #, kde-format msgid "Upload" -msgstr "Enviar" +msgstr "Carregar" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 #, kde-format msgid "Do Not Upload" -msgstr "Não Enviar" +msgstr "Não Carregar" #: kioexec/main.cpp:58 #, kde-format @@ -4178,7 +4150,7 @@ msgstr "URL inválido: %1" #: kioexec/main.cpp:64 #, kde-format msgid "File not found: %1" -msgstr "O ficheiro não foi encontrado: %1" +msgstr "Ficheiro não encontrado: %1" #: kioexec/main.cpp:81 #, kde-format @@ -4195,8 +4167,8 @@ msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" -"O URL remoto %1\n" -"não é permitido com a opção --tempfiles" +"URL remoto %1\n" +"não permitido com a instrução --tempfiles" #: kioexec/main.cpp:239 #, kde-format @@ -4209,12 +4181,12 @@ msgstr "" "O ficheiro supostamente temporário\n" "%1\n" "foi modificado.\n" -"Deseja removê-lo de qualquer forma?" +"Deseja ainda assim eliminá-lo?" #: kioexec/main.cpp:242 #, kde-format msgid "Do Not Delete" -msgstr "Não Apagar" +msgstr "Não Eliminar" #: kioexec/main.cpp:249 #, kde-format @@ -4227,216 +4199,132 @@ msgstr "" "O ficheiro\n" "%1\n" "foi modificado.\n" -"Deseja enviar as alterações?" +"Deseja carregar as alterações?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "KIO Exec - Abre ficheiros remotos, detecta modificações, pede envios" +msgstr "" +"KIO Exec - Abre ficheiros remotos, deteta modificações, pede para carregar" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 A Equipa de Desenvolvimento do KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 -#, kde-format -msgid "Treat URLs as local files and delete them afterwards" -msgstr "Tratar os URLs como ficheiros locais, removendo-os no fim" - #: kioexec/main.cpp:316 #, kde-format -msgid "Suggested file name for the downloaded file" -msgstr "Nome do ficheiro sugerido para o ficheiro transferido" +msgid "Treat URLs as local files and delete them afterwards" +msgstr "Tratar os URLs como ficheiros locais, eliminando-os depois" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "Nome de ficheiro sugerido para o ficheiro transferido" + +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Comando a executar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" -msgstr "URL(s) ou ficheiro(s) local(is) usados no 'comando'" +msgstr "URL(s) ou ficheiro(s) local(is) utilizados no 'comando'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "A atribuir a ACL para o %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "" -"Não foi possível mudar as permissões de\n" +"Não foi possível alterar as permissões de\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "Não foi possível mudar a pertença do %1." +msgstr "" +"Não foi possível alterar o proprietário e o grupo de\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Não foi possível abrir o ficheiro temporário." + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Não foi possível encontrar o programa \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Não foi possível encontrar o programa \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Mudar as Permissões dos Ficheiros" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Novas Permissões: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Mudar o Dono do Ficheiro" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Novo Dono: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Remover o Ficheiro" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Remover a Pasta" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Criar a Pasta" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permissões da Pasta: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Abrir um Ficheiro" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Abrir uma Pasta" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Novo Nome do Ficheiro: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destino: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Mudar a Data/Hora" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De: %1, Para: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acção Desconhecida" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acção: %1\n" -"Origem: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Não é possível copiar o ficheiro %1 para %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Disco não encontrado no dispositivo %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" -msgstr "Não foi possível obter o ID de utilizador para o nome %1" +msgstr "Não foi possível obter o ID do utilizador %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" -msgstr "Não é possível obter o ID do grupo para o nome %1" +msgstr "Não foi possível obter o ID do grupo %1" #: kioworkers/ftp/ftp.cpp:354 #, kde-format msgid "Opening connection to host %1" -msgstr "A estabelecer uma ligação à máquina %1" +msgstr "A estabelecer ligação ao servidor %1" #: kioworkers/ftp/ftp.cpp:369 #, kde-format msgid "Connected to host %1" -msgstr "Ligado à máquina %1" +msgstr "Ligado ao servidor %1" #: kioworkers/ftp/ftp.cpp:477 #, kde-format @@ -4446,7 +4334,7 @@ msgstr "%1 (Erro %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format msgid "Sending login information" -msgstr "A enviar a informação de autenticação" +msgstr "A enviar informação de autenticação" #: kioworkers/ftp/ftp.cpp:557 #, kde-format @@ -4459,39 +4347,40 @@ msgid "" "\n" msgstr "" "Mensagem enviada:\n" -"Autenticação com o utilizador=%1 e senha=[escondida]\n" +"A autenticar com utilizador=%1 e palavra-passe=[oculta]\n" "\n" "O servidor respondeu:\n" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" -"Precisa de indicar um utilizador e uma senha para aceder a este 'site'." +"É necessário indicar um utilizador e uma palavra-passe para aceder a este " +"'site'." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "'Site':" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Autenticação OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." -msgstr "Não foi possível estabelecer a autenticação em %1." +msgstr "Não foi possível autenticar em %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4500,59 +4389,60 @@ msgstr "" "\n" "O servidor devolveu: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -"Você precisa de indicar um utilizador e uma senha para o servidor 'proxy' " -"indicado em baixo antes de ter permissões para aceder a qualquer 'site'." +"É necessário indicar um utilizador e uma palavra-passe para o servidor " +"'proxy' listado abaixo antes de ter permissão para aceder a quaisquer " +"'sites'." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "'Proxy':" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." -msgstr "A Autenticação do 'Proxy' Falhou." +msgstr "Autenticação do 'Proxy' Falhou." #: kioworkers/help/kio_help.cpp:112 #, kde-format msgid "There is no documentation available for %1." -msgstr "Não existe documentação disponível para o %1." +msgstr "Não existe documentação disponível para %1." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "A procurar o ficheiro correcto" +msgstr "A procurar o ficheiro correto" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "A preparar o documento" +msgstr "A preparar documento" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 #, kde-format msgid "The requested help file could not be parsed:
            %1" -msgstr "Não foi possível processar o ficheiro de ajuda pedido:
            %1" +msgstr "Não foi possível processar o ficheiro de ajuda solicitado:
            %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "A gravar para a 'cache'" +msgstr "A gravar para a memória temporária" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "A usar a versão em 'cache'" +msgstr "A utilizar a versão em memória temporária" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "A procurar a secção" +msgstr "A procurar secção" #: kioworkers/help/kio_help.cpp:321 #, kde-format @@ -4563,128 +4453,128 @@ msgstr "Não foi possível encontrar o nome de ficheiro %1 em %2." #, kde-format msgid "" "Would you like to accept this certificate forever without being prompted?" -msgstr "Quer aceitar este certificado sempre, sem que seja notificado?" +msgstr "Deseja aceitar este certificado sempre, sem que seja notificado?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticação do Servidor" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 em %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." -msgstr "Caso contrário, o pedido teria tido sucesso." +msgstr "Caso contrário, o pedido teria sido bem sucedido." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" -msgstr "obter os valores das propriedades" +msgstr "obter valores da propriedade" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" -msgstr "alterar os valores das propriedades" +msgstr "definir valores da propriedade" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" -msgstr "criar a pasta pedida" +msgstr "criar pasta solicitada" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" -msgstr "copiar o ficheiro ou pasta indicado" +msgstr "copiar ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" -msgstr "mover o ficheiro ou pasta indicado" +msgstr "mover ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" -msgstr "procurar na pasta indicada" +msgstr "procurar na pasta especificada" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" -msgstr "bloquear o ficheiro ou pasta indicado" +msgstr "bloquear ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" -msgstr "desbloquear o ficheiro ou pasta indicado" +msgstr "desbloquear ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" -msgstr "remover o ficheiro ou pasta indicado" +msgstr "eliminar ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" -msgstr "perguntar as capacidades do servidor" +msgstr "consultar capacidade do servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" -msgstr "obter o conteúdo do ficheiro ou pasta indicado" +msgstr "obter conteúdo do ficheiro ou pasta especificado" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" -msgstr "executar um relatório na pasta indicada" +msgstr "executar relatório na pasta especificada" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ocorreu um erro inesperado (%1) ao tentar %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" "An error occurred while attempting to %1, %2. A summary of the reasons is " "below." msgstr "" -"Ocorreu um erro ao tentar %1, %2. Encontra-se um resumo das razões em baixo." +"Ocorreu um erro ao tentar %1, %2. Abaixo encontrará um resumo das razões." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "O acesso foi negado ao tentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -"Não pode ser criado nenhum recurso no destino até que uma ou mais colecções " +"Nenhum recurso pode ser criado no destino até que uma ou mais coleções " "intermédias (pastas) sejam criadas." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4693,34 +4583,34 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" -"O servidor não conseguiu manter a longevidade\n" +"O servidor não conseguiu manter o registo\n" "das propriedades listadas no elemento de XML\n" -"do comportamento da propriedade, ou então você\n" +"de 'comportamento de propriedade', ou então\n" "tentou sobrepor um ficheiro sem permissões para tal.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "O bloqueio pedido não foi concedido. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "O servidor não aceita o tipo de pedido da mensagem." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Não foi possível %1 porque o recurso está bloqueado." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." -msgstr "Esta acção foi evitada por outro erro." +msgstr "Esta ação foi impedida por outro erro." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4730,27 +4620,27 @@ msgstr "" "Não foi possível %1 porque o servidor de destino recusa-se a aceitar o " "ficheiro ou pasta." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -"O recurso de destino não tem espaço suficiente para guardar o estado do " -"item, depois da execução deste método." +"O recurso de destino não tem espaço suficiente para registar o seu estado, " +"após a execução deste método." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." -msgstr "O recurso não pode ser apagado." +msgstr "O recurso não pode ser eliminado." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" -msgstr "enviar o %1" +msgstr "carregar %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4761,15 +4651,15 @@ msgstr "Ocorreu um erro inesperado (%1) ao tentar %2." msgid "Network" msgstr "Rede" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" -msgstr "URL mal formada %1" +msgstr "URL inválido %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4777,16 +4667,16 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" -"A pasta %1 já não existe, por isso não é possível repor este item na sua " -"localização original. Pode recriar a pasta e volta a utilizar esta operação " -"ou arrastar o item para outro sítio para o recuperar." +"A pasta %1 já não existe, pelo que não é possível restaurar este item à sua " +"localização original. Pode recriar a pasta e voltar a utilizar esta " +"operação, ou arrastar o item para outro local para o restaurar." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "A combinação de protocolos é inválida." +msgstr "Combinação de protocolos inválida." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Este ficheiro já está no caixote do lixo." @@ -4799,7 +4689,7 @@ msgstr "não suportado" #: kioworkers/trash/kio_trash_win.cpp:253 #, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "Ocorreu um erro interno 'copyOrMove', que não deveria acontecer nunca" +msgstr "Ocorreu um erro interno no 'copyOrMove', que nunca deveria acontecer" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4808,9 +4698,9 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" -"Um programa auxiliar para lidar com o caixote do lixo do KDE\n" -"Nota: para mover os ficheiros para o lixo, não use o 'ktrash', mas sim o " -"\"kfmclient move 'url' trash:/\"" +"Programa auxiliar para gerir o caixote do lixo do KDE\n" +"Nota: para mover os ficheiros para o lixo, não utilize o 'ktrash', mas sim o " +"\"kioclient move 'url' trash:/\"" #: kioworkers/trash/ktrash.cpp:31 #, kde-format @@ -4820,44 +4710,43 @@ msgstr "Esvaziar o conteúdo do lixo" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "Repor um ficheiro enviado para o lixo na sua localização original" +msgstr "Restaurar um ficheiro enviado para o lixo à sua localização original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" -"O caixote do lixo está cheio. Esvazie-o ou remova manualmente os itens." +msgstr "O lixo está cheio. Esvazie-o ou remova manualmente os itens." #: kpasswdserver/kpasswdserver.cpp:529 #, kde-format msgid "Do you want to retry?" -msgstr "Deseja repetir?" +msgstr "Deseja voltar a tentar?" #: kpasswdserver/kpasswdserver.cpp:533 #, kde-format msgid "Retry Authentication" -msgstr "Repetir a Autenticação" +msgstr "Repetir Autenticação" #: kpasswdserver/kpasswdserver.cpp:536 #, kde-format msgctxt "@action:button filter-continue" msgid "Retry" -msgstr "Repetir" +msgstr "Voltar a tentar" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Janela de Autenticação" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Acesso recusado" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." -msgstr "Você não tem permissões para aceder ao protocolo %1." +msgstr "Não tem permissões para aceder ao protocolo %1." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format @@ -4872,12 +4761,12 @@ msgstr "Não foram encontrados fornecedores de pesquisa." #: urifilters/shorturi/kshorturifilter.cpp:247 #, kde-format msgid "%1 does not have a home folder." -msgstr "O %1 não tem uma pasta pessoal." +msgstr "%1 não tem uma pasta pessoal." #: urifilters/shorturi/kshorturifilter.cpp:249 #, kde-format msgid "There is no user called %1." -msgstr "Não existe nenhum utilizador chamado %1." +msgstr "Não existe nenhum utilizador com o nome %1." #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4913,7 +4802,7 @@ msgstr "Unidade organizacional:" #: widgets/certificateparty.ui:78 #, kde-format msgid "Fraud Department" -msgstr "Departamento de Fraudes" +msgstr "Departamento de Fraude" #. i18n: ectx: property (text), widget (QLabel, countryTag) #: widgets/certificateparty.ui:88 @@ -4949,7 +4838,7 @@ msgstr "Cidade:" #: widgets/certificateparty.ui:138 #, kde-format msgid "Lakeridge Meadows" -msgstr "Prados de Lakeridge" +msgstr "Lakeridge Meadows" #. i18n: ectx: property (text), widget (QLabel, label) #: widgets/checksumswidget.ui:17 @@ -4958,49 +4847,49 @@ msgid "" "Copy and paste a checksum in the field below.
            A checksum is usually " "provided by the website you downloaded this file from." msgstr "" -"Copie e cole um código de verificação no campo abaixo.
            Normalmente é " -"fornecido um código de verificação na página Web de onde transferiu este " +"Copie e cole uma soma de verificação no campo abaixo.
            A soma de " +"verificação é normalmente fornecida pelo 'website' de onde transferiu este " "ficheiro." #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "Código de validação esperado (MD5, SHA1, SHA256 ou SHA512)..." +msgstr "Soma de verificação esperada (MD5, SHA1, SHA256 ou SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" -"Carregue para colar o código de validação da área de transferência no campo " +"Carregue para colar a soma de verificação da área de transferência no campo " "de texto." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -5010,9 +4899,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -5021,140 +4910,209 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -"Carregue para copiar o código de validação para a área de transferência." +"Carregue para copiar a soma de verificação para a área de transferência." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancelar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mover para Aqui" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Transferências" +msgstr "&Transferir para Aqui" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiar para Aqui" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "Criar uma &Ligação Aqui" +msgstr "Criar &Ligação Aqui" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Iniciar" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "O que deseja fazer com este ficheiro?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Não voltar a perguntar" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Abrir" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executar" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Abrir com %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfazer as Modificações" +msgid "Would you like to launch this file?" +msgstr "Deseja iniciar este ficheiro?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"O anulamento desta operação necessita de privilégios de 'root'. Deseja " -"continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" -msgstr "A criar a pasta" +msgstr "A criar pasta" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origem" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destino" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "A copiar" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "A mover" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" -msgstr "Mudança de Nomes" +msgstr "A mudar nome" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "A enviar para o Lixo" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" -msgstr "A apagar" +msgstr "A eliminar" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" -msgstr "&Desfazer" +msgstr "Desfa&zer" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Desfa&zer: Copiar" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" -msgstr "Desfa&zer: Criar uma Ligação" +msgstr "Desfa&zer: Ligação" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Desfa&zer: Mover" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" -msgstr "Desfa&zer: Mudar o Nome" +msgstr "Desfa&zer: Mudar o nome" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Desfa&zer: Enviar para o Lixo" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" -msgstr "Desfa&zer: Criar a Pasta" +msgstr "Desfa&zer: Criar Pasta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" -msgstr "Desfa&zer: Criar a(s) Pasta(s)" +msgstr "Desfa&zer: Criar Pasta(s)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" -msgstr "Desfa&zer: Criar o Ficheiro" +msgstr "Desfa&zer: Criar Ficheiro" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" -msgstr "Desfa&zer: Mudar o Nome em Lote" +msgstr "Desfa&zer: Mudar o nome em Lote" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Refazer" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Refazer: Copiar" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Refazer: Ligação" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Refazer: Mover" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Refazer: Mudar o nome" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Refazer: Enviar para o Lixo" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Refazer: Criar pasta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Refazer: Criar pasta(s)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Refazer: Criar ficheiro" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Refazer: Mudar o nome em lote" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5162,18 +5120,18 @@ msgid "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" msgstr "" -"O ficheiro %1 foi copiado a partir de %2; todavia, parece que foi modificado " -"em %3.\n" -"A anulação da cópia irá remover o ficheiro, sendo que todas as modificações " -"perder-se-ão.\n" -"Tem a certeza que deseja apagar o %4?" +"O ficheiro %1 foi copiado a partir de %2; todavia, aparenta ter sido " +"modificado em %3.\n" +"Reverter a cópia irá eliminar o ficheiro e todas as modificaçõesserão " +"perdidas.\n" +"Tem a certeza que deseja eliminar o %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" -msgstr "Confirmação da Anulação da Cópia do Ficheiro" +msgstr "Confirmação da Reversão de Cópia de Ficheiro" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5181,24 +5139,26 @@ msgid "" "filename>This action cannot be undone." msgstr "" -"Deseja apagar de forma permanente este item?%1Esta acção não pode ser anulada." - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, kde-format -msgid "Delete Permanently" -msgstr "Apagar Permanentemente" +"Quer mesmo eliminar este item de forma permanente?%1Esta ação não pode ser revertida." +"" #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "Eliminar Permanentemente" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "Apagar Permanentemente" +msgstr "Eliminar Permanentemente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5208,37 +5168,37 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" -"Deseja apagar de forma permanente este item?Esta acção não pode ser anulada." +"Quer mesmo eliminar este item de forma permanente?Esta ação não pode ser revertida." msgstr[1] "" -"Deseja apagar de forma permanente estes %1 itens?Esta acção não pode ser anulada." +"Quer mesmo eliminar estes itens %1 de forma permanente?Esta ação não pode ser revertida." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" -"Deseja apagar, de forma permanente, todos os itens do Lixo?Esta acção não pode ser anulada." +"Deseja eliminar todos os itens do Lixo de forma permanente?Esta ação não pode ser revertida." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Esvaziar o Lixo" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" -msgstr "Deseja mesmo enviar este item para o lixo?%1" +msgstr "Deseja mesmo enviar este item para o Lixo?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5249,33 +5209,31 @@ msgstr[1] "Deseja mesmo enviar estes %1 itens para o Lixo?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Adicionar…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Editar…" +msgstr "Editar..." #: widgets/kacleditwidget.cpp:79 #, kde-format msgctxt "@action:button" msgid "Delete" -msgstr "Apagar" +msgstr "Eliminar" #: widgets/kacleditwidget.cpp:227 #, kde-format msgctxt "Unix permissions" msgid "Owner" -msgstr "Dono" +msgstr "Proprietário" #: widgets/kacleditwidget.cpp:231 #, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "Grupo Pertencente" +msgstr "Grupo Proprietário" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 #, kde-format @@ -5293,17 +5251,17 @@ msgstr "Máscara" #, kde-format msgctxt "UNIX permissions" msgid "Named User" -msgstr "Utilizador com Nome" +msgstr "Utilizador nomeado" #: widgets/kacleditwidget.cpp:254 #, kde-format msgid "Owner (Default)" -msgstr "Dono (Por omissão)" +msgstr "Proprietário (Predefinição)" #: widgets/kacleditwidget.cpp:384 #, kde-format msgid "Edit ACL Entry" -msgstr "Editar o Item da ACL" +msgstr "Editar Item da ACL" #: widgets/kacleditwidget.cpp:387 #, kde-format @@ -5318,14 +5276,14 @@ msgstr "Predefinido para os ficheiros novos nesta pasta" #: widgets/kacleditwidget.cpp:401 #, kde-format msgid "Owner" -msgstr "Dono" +msgstr "Proprietário" #: widgets/kacleditwidget.cpp:406 #, kde-format msgid "Owning Group" -msgstr "Grupo Pertencente" +msgstr "Grupo Proprietário" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Outros" @@ -5338,12 +5296,12 @@ msgstr "Máscara" #: widgets/kacleditwidget.cpp:421 #, kde-format msgid "Named user" -msgstr "Utilizador com nome" +msgstr "Utilizador nomeado" #: widgets/kacleditwidget.cpp:426 #, kde-format msgid "Named group" -msgstr "Grupo com nome" +msgstr "Grupo nomeado" #: widgets/kacleditwidget.cpp:444 #, kde-format @@ -5386,125 +5344,125 @@ msgstr "x" #: widgets/kacleditwidget.cpp:601 #, kde-format msgid "Effective" -msgstr "Efectivo" +msgstr "Efetivo" #: widgets/kbuildsycocaprogressdialog.cpp:30 #, kde-format msgid "Updating System Configuration" -msgstr "A Actualizar a Configuração do Sistema" +msgstr "A Atualizar Configuração do Sistema" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "A actualizar a configuração do sistema." +msgstr "A atualizar configuração de sistema..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nome" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamanho" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissões" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" -msgstr "Dono" +msgstr "Proprietário" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" -msgstr "Abrir &com o %1" +msgstr "Abrir &com %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" -msgstr "&Acções" +msgstr "&Ações" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "A&brir a Pasta Com" +msgstr "&Abrir pasta com..." -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "A&brir Com" +msgstr "&Abrir com..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Run Executable" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Executar" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" -msgstr "Abrir a &pasta com o %1" +msgstr "&Abrir pasta com %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" -msgstr "Abrir &com o %1" +msgstr "&Abrir com %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "A&brir a Pasta Com" +msgstr "&Abrir Pasta Com" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" -msgstr "A&brir Com" +msgstr "&Abrir Com" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Outra Aplicação..." +msgstr "&Outra aplicação..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5512,113 +5470,136 @@ msgid_plural "%1 items" msgstr[0] "1 item" msgstr[1] "%1 itens" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconhecido" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Parar" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorar no Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montado De:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espaço Livre:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Conteúdo:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Abrir Com:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Modificar..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Localização:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Dimensões:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Modificar..." +msgid "Determine the folder size" +msgstr "Determinar tamanho da pasta" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Conteúdo:" +msgid "Stop" +msgstr "Parar" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Parar de determinar tamanho da pasta" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorar no 'Filelight'" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Aponta para:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificado:" +msgid "Show target" +msgstr "Mostrar alvo" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Criado:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de Ficheiros:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Tamanho desconhecido" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montado Em:" +msgid "Modified:" +msgstr "Modificado:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Acedido:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Sistema de Ficheiros:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montado Em:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montado De:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Espaço Livre:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Abrir Com:" +msgid "Unknown size" +msgstr "Tamanho desconhecido" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5636,21 +5617,22 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" -"Seleccione o programa que deseja utilizar para abrir o %1. Se o " -"programa não está listado, escreva o seu nome ou carregue no botão de " -"procura." +"Seleccione o programa que deseja utilizar para abrir %1. Se o " +"programa não se encontrar listado, escreva o nome ou carregue no botão de " +"procurar." #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." msgstr "" -"Escolha o nome do programa com que deseja abrir os ficheiros seleccionados." +"Escolha o nome do programa com que deseja abrir os ficheiros selecionados." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
            %1
            " msgstr "" -"Seleccione o programa que deseja usar para abrir o ficheiro
            %1
            " +"Selecione o programa que deseja utilizar para abrir o ficheiro
            %1" #: widgets/kopenwithdialog.cpp:592 #, kde-format @@ -5658,19 +5640,19 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" -"Seleccione o programa que deseja usar para abrir o ficheiro." +"Selecione o programa que deseja utilizar para abrir o ficheiro." msgstr[1] "" "Seleccione o programa que deseja usar para abrir os %1 ficheiros." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format msgid "Choose Application" -msgstr "Escolha a Aplicação" +msgstr "Escolha Aplicação" #: widgets/kopenwithdialog.cpp:612 #, kde-format msgid "Choose Application for %1" -msgstr "Escolha a Aplicação para o %1" +msgstr "Escolha Aplicação para %1" #: widgets/kopenwithdialog.cpp:614 #, kde-format @@ -5678,8 +5660,9 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"Seleccione o programa para o tipo de ficheiros: %1. Se o programa " -"não estiver listado, escreva o seu nome ou carregue no botão de procura." +"Selecione o programa para o tipo de ficheiros: %1. Se o programa " +"não se encontrar listado, escreva o nome ou carregue no botão de procurar." #: widgets/kopenwithdialog.cpp:630 #, kde-format @@ -5687,8 +5670,8 @@ msgid "" "Select a program. If the program is not listed, enter the name or click " "the browse button." msgstr "" -"Seleccione um programa. Se o programa não estiver listado, escreva o seu " -"nome ou carregue no botão de escolha." +"Selecione um programa. Se o programa não se encontrar listado, escreva o " +"nome ou carregue no botão de procurar." #: widgets/kopenwithdialog.cpp:676 #, kde-format @@ -5696,9 +5679,9 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" -"Escreva para filtrar as aplicações em baixo ou indique o nome de um " +"Escreva para filtrar as aplicações abaixo ou introduza o nome de um " "comando.\n" -"Carregue na tecla Baixo para navegar pelos resultados." +"Utilize a tecla 'seta para baixo' para navegar pelos resultados." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5716,11 +5699,11 @@ msgid "" "%m - the mini-icon\n" "%c - the comment" msgstr "" -"A seguir ao comando, você poderá ter várias sequências que serão " -"substituídas pelos valores reais quando o comando for de facto executado:\n" +"Após o comando, poderão existir várias sequências que serão substituídas " +"pelos valores reais quando o comando for efetivamente executado:\n" "%f - um único nome de ficheiro\n" -"%F - uma lista de ficheiros; é usado para as aplicações que podem abrir " -"vários ficheiros de uma vez\n" +"%F - uma lista de ficheiros; utilize para aplicações que podem abrir vários " +"ficheiros locais em simultâneo\n" "%u - um único URL\n" "%U - uma lista de URLs\n" "%d - a pasta com o ficheiro a abrir\n" @@ -5750,22 +5733,22 @@ msgstr "" #: widgets/kopenwithdialog.cpp:754 #, kde-format msgid "Terminal options" -msgstr "Opções do terminal" +msgstr "Opções de terminal" #: widgets/kopenwithdialog.cpp:759 #, kde-format msgid "Run in &terminal" -msgstr "Correr num &terminal" +msgstr "Executar num &terminal" #: widgets/kopenwithdialog.cpp:777 #, kde-format msgid "&Do not close when command exits" -msgstr "Não fechar quan&do o comando terminar" +msgstr "&Não fechar quando o comando terminar" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "Obter mais Aplicações do Discover" +msgstr "Obter mais Aplicações via 'Discover'" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5784,21 +5767,21 @@ msgid "" "application or if you want the information that is provided by the terminal " "emulator window." msgstr "" -"Assinale esta opção se a aplicação que deseja correr é uma aplicação em modo " -"texto ou se deseja a informação que é mostrada na janela de emulação do " -"terminal." +"Assinale esta opção se a aplicação que deseja executar se trata de uma " +"aplicação em modo texto ou se deseja a informação mostrada na janela do " +"emulador de terminal." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 #, kde-format msgid "Run in terminal" -msgstr "Correr num terminal" +msgstr "Executar num terminal" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 #, kde-format msgid "Terminal options:" -msgstr "Opções do terminal:" +msgstr "Opções de terminal:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5808,9 +5791,9 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" -"Assinale esta opção se a aplicação em modo-texto oferece informações " -"relevantes ao sair. Se mantiver a janela do emulador de terminal aberta, " -"isso permitir-lhe-á obter essa informação." +"Assinale esta opção se a aplicação em modo texto oferece informação " +"relevante ao sair. Se mantiver a janela do emulador de terminal aberta, isso " +"permitirá obter essa informação." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 @@ -5836,46 +5819,47 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" -"Assinale esta opção se desejar correr esta aplicação com um utilizador " +"Assinale esta opção se desejar executar esta aplicação com um utilizador " "diferente. Cada processo tem um ID de utilizador diferente a si associado. " -"Este código determina o acesso aos ficheiros, bem como outras permissões. A " -"senha do utilizador é necessária para usar esta opção." +"Este código ID determina o acesso aos ficheiros, bem como outras permissões. " +"A palavra-passe do utilizador é necessária para utilizar esta opção." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 #, kde-format msgid "Run as a different user" -msgstr "Correr como outro utilizador" +msgstr "Executar como outro utilizador" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." -msgstr "Indique o nome do utilizador com o qual deseja executar a aplicação." +msgstr "Introduza o nome de utilizador com o qual deseja executar a aplicação." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 #, kde-format msgid "Username:" -msgstr "Utilizador:" +msgstr "Nome de utilizador:" #. i18n: ectx: property (whatsThis), widget (KLineEdit, suidEdit) #: widgets/kpropertiesdesktopadvbase.ui:120 #, kde-format msgid "Enter the user name you want to run the application as here." -msgstr "Indique o nome do utilizador com o qual deseja executar a aplicação." +msgstr "" +"Introduza aqui o nome de utilizador com o qual deseja executar a aplicação." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "GPU Discreto" +msgstr "Placa gráfica dedicada" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "Correr com uma placa gráfica dedicada" +msgstr "Executar com placa gráfica dedicada" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5893,14 +5877,15 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -"Assinale esta opção se quiser demonstrar que a sua aplicação iniciou. Esta " -"chamada visual poderá aparecer como um cursor ocupado ou na barra de tarefas." +"Assinale esta opção se desejar tornar claro que a sua aplicação iniciou. " +"Este alerta visual poderá manifestar-se como um cursor ocupado ou na barra " +"de tarefas." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 #, kde-format msgid "Enable launch feedback" -msgstr "Activar o aviso de execução" +msgstr "Ativar alerta de execução" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5910,33 +5895,37 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" -"Indique aqui o nome que deseja dar a esta aplicação. A mesma irá aparecer " -"com este nome no menu das aplicações e no painel." +"Introduza aqui o nome que deseja dar a esta aplicação. Será com este nome " +"que a encontrará no menu de aplicações e no painel." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Indique aqui a descrição desta aplicação, baseada na sua utilidade. " -"Exemplos: uma ferramenta de ligação à Internet (KPPP) seria \"Ferramenta de " -"ligação à Internet\"." +"Introduza aqui uma descrição genérica para esta aplicação. Exemplo: uma " +"aplicação de visualizar imagens seria \"Visualizador de Imagens\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descrição:" +msgid "&Generic name:" +msgstr "&Nome genérico:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Indique aqui quaisquer comentários que considere úteis." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Introduza aqui a descrição desta aplicação, com base na sua utilização. " +"Exemplo: uma aplicação de visualizar imagens seria \"Visualizador de Imagens" +"\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5947,16 +5936,15 @@ msgstr "Com&entário:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" -msgstr "Variáveis de Ambiente:" +msgid "Environment variables:" +msgstr "Variáveis de ambiente:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "Indique o nome do utilizador com o qual deseja executar a aplicação." +msgstr "Introduza aqui o comando para iniciar esta aplicação." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 @@ -5971,31 +5959,19 @@ msgid "" "Click here to browse your file system in order to find the desired " "executable." msgstr "" -"Indique aqui para procurar no seu sistema de ficheiros o executável desejado." +"Carregue aqui para procurar o executável desejado no seu sistema de " +"ficheiros." #. i18n: ectx: property (text), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "Es&colher..." +msgstr "&Procurar..." #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several placeholders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "\n" -#| "%f - a single filename\n" -#| "%F - a list of files (for apps that can open several files at once)\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%i - the icon of the .desktop file\n" -#| "%c - the name of the .desktop file\n" -#| "%k - the location of the .desktop file" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -6010,38 +5986,38 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"Indique aqui o comando para iniciar esta aplicação.\n" +"Introduza aqui os argumentos de comando a utilizar para iniciar esta " +"aplicação.\n" "\n" -"A seguir ao comando, você poderá ter várias sequências que serão " -"substituídas pelos valores reais quando o comando for de facto executado:\n" +"Após o comando, poderá ter várias sequências que serão substituídas pelos " +"valores reais quando o comando for efetivamente executado:\n" "%f - um único nome de ficheiro\n" -"%F - uma lista de ficheiros; é usado para as aplicações que podem abrir " -"vários ficheiros de uma vez\n" +"%F - uma lista de ficheiros; utilize para aplicações que podem abrir vários " +"ficheiros locais em simultâneo\n" "%u - um único URL\n" "%U - uma lista de URLs\n" -"%i - o ícone do ficheiro .desktop\n" -"%c - o nome do ficheiro .desktop\n" -"%k - a localização do ficheiro .desktop" +"%i - o ícone do ficheiro '.desktop'\n" +"%c - o nome do ficheiro '.desktop'\n" +"%k - a localização do ficheiro '.desktop'" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "Arguments:" +#, kde-format msgid "&Arguments:" -msgstr "Argumentos:" +msgstr "&Argumentos:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) #: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 #, kde-format msgid "Sets the working directory for your application." -msgstr "Seleccione a pasta de trabalho da sua aplicação." +msgstr "Seleciona a pasta de trabalho para a sua aplicação." #. i18n: ectx: property (text), widget (QLabel, textLabel5) #: widgets/kpropertiesdesktopbase.ui:169 #, kde-format msgid "&Work path:" -msgstr "Pasta de trabal&ho:" +msgstr "&Pasta de trabalho:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) #. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) @@ -6063,26 +6039,25 @@ msgid "" "remove them from the list clicking on the button Remove below.

            " msgstr "" -"

            Esta lista deve mostrar o tipo de ficheiros que a sua aplicação pode " -"tratar. Esta lista é organizada por tipos MIME.

            \n" -"

            O MIME, Multipurpose Internet (e)Mail Extension, é um protocolo " -"normalizado para identificar o tipo de dados baseado nas extensões dos nomes " -"dos ficheiros e nos tipos MIME correspondentes. Exemplo: a parte \"bmp" -"\" que vem a seguir ao ponto em flor.bmp indica que este é um tipo " -"específico de imagem, o image/x-bmp. Para saber qual a aplicação que " -"deverá abrir cada tipo de ficheiro, o sistema deve ser informado sobre as " -"capacidades de cada aplicação para lidar com essas extensões e tipos MIME.\n" +"

            Esta lista deve mostrar os tipos de ficheiro que a sua aplicação pode " +"gerir. Esta lista é organizada por tipos MIME.

            \n" +"

            O MIME, 'Multipurpose Internet (e)Mail Extension', é um protocolo padrão " +"para identificar o tipo de dados baseado nas extensões dos ficheiros e nos " +"tipos MIME correspondentes. Exemplo: a parte \"bmp\" que vem a " +"seguir ao ponto em 'flor.bmp' indica que este é um tipo específico de " +"imagem, o image/x-bmp. Para saber qual a aplicação que deverá abrir " +"cada tipo de ficheiro, o sistema deve ser informado sobre as capacidades de " +"cada aplicação para gerir essas extensões e tipos MIME.

            \n" "

            Se quiser associar a esta aplicação um ou mais tipos MIME que não se " "encontrem na lista, carregue no botão Adicionar em baixo. Se existir " -"um ou mais tipos de ficheiros que esta aplicação não consiga tratar, pode " +"um ou mais tipos de ficheiros que esta aplicação não consiga gerir, pode " "removê-los da lista carregando no botão Remover em baixo.

            " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 #, kde-format msgid "&Supported file types:" -msgstr "Tipos de ficheiros &suportados:" +msgstr "&Tipos de ficheiros suportados:" #. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) #: widgets/kpropertiesdesktopbase.ui:227 @@ -6104,7 +6079,7 @@ msgid "" "application can handle." msgstr "" "Carregue neste botão se desejar adicionar um tipo de ficheiros (tipo MIME) " -"que a sua aplicação possa manipular." +"que a sua aplicação possa gerir." #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -6120,8 +6095,7 @@ msgid "" "handle, select the mimetype in the list above and click on this button." msgstr "" "Se desejar remover um tipo de ficheiros (tipo MIME) que a sua aplicação não " -"consiga tratar, seleccione o tipo em questão na lista em cima e carregue " -"neste botão." +"consiga gerir, selecione o tipo MIME na lista acima e carregue neste botão." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:255 @@ -6136,9 +6110,9 @@ msgid "" "Click here to modify the way this application will run, launch feedback, D-" "Bus options or to run it as a different user." msgstr "" -"Carregue aqui para modificar a forma como esta aplicação vai ser executada, " -"como é comunicado o seu arranque, as opções de D-Bus ou a sua execução com " -"outro utilizador." +"Carregue aqui para modificar a forma como esta aplicação será executada, " +"como comunicará o seu arranque, as opções de 'D-Bus' ou a sua execução como " +"um outro utilizador." #. i18n: ectx: property (text), widget (QPushButton, advancedButton) #: widgets/kpropertiesdesktopbase.ui:281 @@ -6157,8 +6131,8 @@ msgstr "Propriedades de %1" #, kde-format msgid "Properties for 1 item" msgid_plural "Properties for %1 Selected Items" -msgstr[0] "Propriedades de um item" -msgstr[1] "Propriedades de %1 itens" +msgstr[0] "Propriedades do item" +msgstr[1] "Propriedades dos %1 itens selecionados" #: widgets/kpropertiesdialog.cpp:350 #, kde-format @@ -6166,46 +6140,65 @@ msgctxt "@title:tab" msgid "Share" msgstr "Partilhar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" -"Não foi possível gravar as propriedades. Não tem acesso de escrita a:%1." +"Não foi possível gravar as propriedades devido a insuficiente acesso de " +"escrita a:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Geral" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Introduza nome do ficheiro" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorar no %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" -msgstr "Actualizar" +msgstr "Atualizar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Introduza o local de destino" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Mostrar %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Tamanho desconhecido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6214,362 +6207,364 @@ msgstr "" "A calcular... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 ficheiro" msgstr[1] "%1 ficheiros" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sub-pasta" msgstr[1] "%1 sub-pastas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "A calcular...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Pelo menos %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." -msgstr "O nome do novo ficheiro está em branco." +msgstr "O nome do novo ficheiro está vazio." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" -msgstr "Nenhum tipo de ficheiros registado" +msgstr "Nenhum tipo de ficheiro registado" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Sem aplicação associada" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "Criar…" +msgstr "Criar..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "Modificar…" +msgstr "Modificar..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Alterar a aplicação predefinida para abrir ficheiros do tipo “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" -msgstr "Sem Acesso" +msgstr "Sem acesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Só Pode Ver" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pode Ver & Modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "Só Pode Ver o Conteúdo" +msgstr "Só Pode Ver Conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" -msgstr "Pode Ver e Modificar o Conteúdo" +msgstr "Pode Ver & Modificar Conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "Só Pode Ver/Ler o Conteúdo" +msgstr "Só Pode Ver/Ler Conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" -msgstr "Pode Ver/Ler e Modificar/Escrever" +msgstr "Pode Ver/Ler & Modificar/Escrever" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permissões" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permissões de Acesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Este ficheiro é uma ligação e não tem permissões." msgstr[1] "Todos os ficheiros são ligações e não têm permissões." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." -msgstr "Só o dono pode alterar as permissões." +msgstr "Só o proprietário pode alterar as permissões." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" -msgstr "Do&no:" +msgstr "Pro&prietário:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." -msgstr "Indica as acções que o dono tem a possibilidade de fazer." +msgstr "Especifica as ações que o proprietário está autorizado a realizar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." -msgstr "Indica as acções que os membros do grupo têm a possibilidade de fazer." +msgstr "" +"Especifica as ações que os membros do grupo estão autorizado a realizar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ou&tros:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -"Indica as acções que todos os utilizadores, que não sejam o dono ou membros " -"do grupo, têm a possibilidade de fazer." +"Especifica as ações que todos os utilizadores, que não sejam nem o " +"proprietário nem membros do grupo, estão autorizados a realizar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Só o dono pod&e mudar o nome e remover o conteúdo da pasta" +msgstr "Só o proprietá&rio pode eliminar ou mudar o nome do conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "" -"Active esta opção para permitir a execução do ficheiro como um programa." +msgstr "Permitir &execução do ficheiro como programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Utilizador por omissão:" +msgstr "Eliminar ou mudar o nome:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Executar" +msgstr "Executar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" -"Active esta opção para permitir apenas ao dono da pasta remover ou mudar o " -"nome dos ficheiros e pastas que esta contém. Todos os outros utilizadores só " -"poderão adicionar ficheiros novos, o que necessita da permissão de " -"'Modificar o Conteúdo'." +"Ative esta opção para permitir somente ao proprietário da pasta remover ou " +"mudar o nome dos ficheiros e pastas nela contidos. Todos os outros " +"utilizadores poderão apenas adicionar ficheiros novos, o que exige a " +"permissão 'Modificar Conteúdo'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -"Active esta opção para marcar o ficheiro como executável. Isto só faz " -"sentido para os programas e 'scripts'. É obrigatório quando os quiser " -"executar." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 -#, kde-format -msgid "A&dvanced Permissions" -msgstr "Permissões Avança&das" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 -#, kde-format -msgid "Ownership" -msgstr "Dono" +"Ative esta opção para marcar o ficheiro como executável. Isto apenas faz " +"sentido para programas e 'scripts'. É obrigatório quando os quiser executar." #: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format +msgid "A&dvanced Permissions" +msgstr "Permissões A&vançadas" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 +#, kde-format +msgid "Ownership" +msgstr "Propriedade" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 +#, kde-format msgid "User:" msgstr "Utilizador:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" -msgstr "Aplicar as alterações a todas as subpastas e ao seu conteúdo" +msgstr "Aplicar alterações a todas as subpastas e ao seu conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permissões Avançadas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "" -"Mostrar os\n" -"Itens" +"Mostrar\n" +"Dados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Esta opção permite a visualização do conteúdo da pasta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Leitura" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." -msgstr "A opção de Leitura permite a visualização do conteúdo do ficheiro." +msgstr "A opção de \"Leitura\" permite a visualização do conteúdo do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "" -"Escrever os\n" -"Itens" +"Escrever\n" +"Dados" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -"Esta opção permite a adição, mudança de nome e remoção dos ficheiros. Lembre-" -"se que a remoção e a mudança de nome podem ser limitadas com a opção Fixo." +"Esta opção permite adicionar, mudar o nome e remover ficheiros. Note que a " +"remoção e a alteração de nome podem ser limitadas via utilização da opção " +"\"Fixo\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Escrita" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." -msgstr "A opção de Escrita permite a modificação do conteúdo do ficheiro." +msgstr "A opção de \"Escrita\" permite a modificação do conteúdo do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." -msgstr "Active esta opção para permitir o acesso à pasta." +msgstr "Ative esta opção para permitir o acesso à pasta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -"Active esta opção para permitir a execução do ficheiro como um programa." +"Ative esta opção para permitir a execução do ficheiro como um programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -"A opção Especial é válida para toda a pasta; o significado exacto da opção " +"Opção especial. Válida para toda a pasta, o significado exato desta opção " "pode ser visto na coluna do lado direito." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -"O significado exacto da opção Especial pode ser visto na coluna do lado " -"direito." +"Opção especial. O significado exato desta opção pode ser visto na coluna do " +"lado direito." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Utilizador" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -"Se esta opção estiver assinalada, o dono desta pasta será o dono de todos os " -"ficheiros novos." +"Se esta opção estiver assinalada, o proprietário desta pasta será o " +"proprietário de todos os novos ficheiros." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" "Se este ficheiro for um executável e a opção estiver assinalada, será " -"executado com permissões iguais às do dono." +"executado com permissões iguais às do proprietário." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Se esta opção estiver assinalada, o grupo desta pasta será alterado para " -"todos os ficheiros novos." +"todos os novos ficheiros." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6578,176 +6573,179 @@ msgstr "" "Se este ficheiro for um executável e a opção estiver assinalada, o mesmo " "será executado com as permissões do grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -"Se a opção Fixo estiver atribuída a uma pasta, só o dono e o 'root' é que " -"poderão remover ou mudar o nome dos ficheiros. Caso contrário, todos os " -"utilizadores com permissões de escrita poderão fazer isso." +"Se a opção \"Fixo\" for atribuída a uma pasta, apenas o proprietário e o " +"'root' poderão remover ou mudar o nome dos ficheiros. Caso contrário, todos " +"os utilizadores com permissões de escrita poderão fazê-lo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -"A opção Fixo num ficheiro é ignorada no Linux, mas poderá fazer sentido em " -"alguns sistemas" +"A opção \"Fixo\" num ficheiro é ignorada no Linux, mas poderá fazer sentido " +"em alguns sistemas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" -msgstr "Mudar o UID" +msgstr "Definir UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" -msgstr "Mudar o GID" +msgstr "Definir GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Fixo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ligação" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" -msgstr "Variante (Sem Alteração)" +msgstr "Variável (Sem Alteração)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "Este ficheiro usa permissões avançadas" -msgstr[1] "Estes ficheiros usam permissões avançadas." +msgstr[0] "Este ficheiro utiliza permissões avançadas." +msgstr[1] "Estes ficheiros utilizam permissões avançadas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." -msgstr[0] "Esta pasta usa permissões avançadas." -msgstr[1] "Estas pastas usam permissões avançadas." +msgstr[0] "Esta pasta utiliza permissões avançadas." +msgstr[1] "Estas pastas utilizam permissões avançadas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." -msgstr "Estes ficheiros usam permissões avançadas." +msgstr "Estes ficheiros utilizam permissões avançadas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "&Códigos de Validação" +msgstr "S&omas de Verificação" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "A calcular..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "O código de validação é inválido." +msgstr "Soma de verificação inválida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -"Os dados indicados não são um código de validação MD5, SHA1 ou SHA256 " -"correcto." +"Os dados indicados não correspondem a uma soma de verificação MD5, SHA1 ou " +"SHA256 válida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "Os códigos de validação correspondem." +msgstr "As somas de verificação coincidem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "O código de validação calculado e o esperado correspondem." +msgstr "A soma de verificação calculada e a esperada coincidem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" "downloading the file.
            If the verification still fails, contact the " "source of the file." msgstr "" -"

            Os códigos de validação não correspondem.

            Isto poderá ser devido a uma " -"transferência com problemas. Tente transferir de novo o ficheiro.
            Se a " -"verificação continuar a falhar, contacte a origem do ficheiro." +"

            As somas de verificação não coincidem.

            Isto poderá dever-se a uma " +"transferência que falhou. Tente transferir novamente o ficheiro.
            Se a " +"verificação continuar a falhar, contacte a fonte do ficheiro." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "O código de validação calculado e o esperado são diferentes." +msgstr "A soma de verificação calculada e a esperada são diferentes." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "A verificar o código de validação..." +msgstr "A verificar soma de verificação..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "As soma de verificação de todos os ficheiros são idênticas." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Os ficheiros selecionados possuem somas de verificação diferentes." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "A calcular..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -"Não foi possível gravar as propriedades. Apenas são suportados os elementos " -"dos sistemas de ficheiros locais." +"Não foi possível gravar as propriedades. Apenas são suportados itens dos " +"sistemas de ficheiros locais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicação" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" -msgstr "Adicionar o Tipo de Ficheiro para o %1" +msgstr "Adicionar Tipo de Ficheiro a %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" -msgstr "Seleccione um ou mais tipos de ficheiro a adicionar:" +msgstr "Selecione um ou mais tipos de ficheiro a adicionar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." -msgstr "Apenas são suportados os executáveis dos sistemas de ficheiros locais." +msgstr "Apenas são suportados executáveis dos sistemas de ficheiros locais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opções Avançadas do %1" @@ -6772,27 +6770,27 @@ msgstr "Emissor" #: widgets/ksslinfodialog.cpp:82 #, kde-format msgid "Current connection is secured with SSL." -msgstr "A ligação actual está segura com o SSL." +msgstr "A ligação atual está segura com SSL." #: widgets/ksslinfodialog.cpp:86 #, kde-format msgid "" "The main part of this document is secured with SSL, but some parts are not." msgstr "" -"A componente principal deste documento está segura com o SSL, mas outras não " -"estão." +"O componente principal deste documento está seguro com SSL, mas algumas " +"partes não estão." #: widgets/ksslinfodialog.cpp:93 #, kde-format msgid "Some of this document is secured with SSL, but the main part is not." msgstr "" -"Uma parte deste documento está segura com o SSL, mas a componente principal " -"não está." +"Parte deste documento está segura com SSL, mas o componente principal não " +"está." #: widgets/ksslinfodialog.cpp:97 #, kde-format msgid "Current connection is not secured with SSL." -msgstr "A ligação não está segura com o SSL." +msgstr "A ligação não está segura com SSL." #: widgets/ksslinfodialog.cpp:139 #, kde-format @@ -6805,16 +6803,16 @@ msgstr "%1, %2 %3" msgctxt "Part of: %1, using %2 bits of a %3 bit key" msgid "using %1 bit" msgid_plural "using %1 bits" -msgstr[0] "a usar %1 bit" -msgstr[1] "a usar %1 bits" +msgstr[0] "a utilizar %1 bit" +msgstr[1] "a utilizar %1 bits" #: widgets/ksslinfodialog.cpp:142 #, kde-format msgctxt "Part of: %1, using %2 bits of a %3 bit key" msgid "of a %1 bit key" msgid_plural "of a %1 bit key" -msgstr[0] " de uma chave de %1 bit" -msgstr[1] " de uma chave de %1 bits" +msgstr[0] "de uma chave de %1 bit" +msgstr[1] "de uma chave de %1 bits" #: widgets/ksslinfodialog.cpp:157 #, kde-format @@ -6832,7 +6830,7 @@ msgstr "Sim" #, kde-format msgctxt "%1 is the effective date of the certificate, %2 is the expiry date" msgid "%1 to %2" -msgstr "%1 até %2" +msgstr "%1 a %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format @@ -6846,148 +6844,163 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Configurar os Atalhos Web..." +msgstr "Configurar Atalhos Web..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" -msgstr "Abrir a janela de ficheiros" +msgstr "Abrir a janela de escolha de ficheiros" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nome do ficheiro para o conteúdo da área de transferência:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ficheiro colado" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Colar conteúdo da Área de Transferência…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -"A área de transferência mudou desde que usou o 'colar': o formato de dados " -"escolhido já não se aplica. Por favor copie de novo o que desejava colar." +"A área de transferência sofreu alterações desde que utilizou o 'colar': o " +"formato de dados escolhido já não se aplica. Por favor copie novamente o que " +"desejava colar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "Colar uma Pasta" +msgstr "Colar Pasta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "Colar um Ficheiro" +msgstr "Colar Ficheiro" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "Colar um Item" +msgstr[0] "Colar Item" msgstr[1] "Colar %1 Itens" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Co&lar o Conteúdo da Área de Transferência" +msgstr "Colar conteúdo da Área de Transferência…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Colar" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Formato dos dados:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nome de ficheiro para conteúdo da área de transferência:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" -msgstr "Nome do ficheiro para o conteúdo largado:" +msgstr "Nome de ficheiro para o conteúdo largado:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Tamanho: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Apl&icar a Tudo" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Quando esta opção estiver assinalada, o botão carregado aplicar-se-á a todos " -"os conflitos de pastas subsequentes, para o resto da tarefa actual.\n" -"A menos que carregue em Ignorar, ser-lhe-á perguntado de novo, caso haja um " +"Quando esta opção está assinalada, o botão pressionado aplicar-se-á a todos " +"os conflitos de pastas subsequentes para o resto da tarefa atual.\n" +"A menos que carregue em Ignorar, ser-lhe-á perguntado de novo caso haja um " "conflito com algum ficheiro existente na pasta." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Quando esta opção está assinalada, o botão carregado aplicar-se-á a todos os " -"conflitos subsequentes para o resto da tarefa actual." +"Quando esta opção está assinalada, o botão pressionado aplicar-se-á a todos " +"os conflitos subsequentes para o resto da tarefa atual." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" -msgstr "Muda&r o Nome" +msgstr "&Mudar nome" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" -msgstr "Sugerir um &Novo Nome" +msgstr "Sugerir &Nome Novo" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ignorar" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" -msgstr "Não copiar ou mover esta pasta, passando então para o item seguinte" +msgstr "Não copiar ou mover esta pasta, passar para o item seguinte" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" -msgstr "Não copiar ou mover este ficheiro, passando então para o item seguinte" +msgstr "Não copiar ou mover este ficheiro, passar para o item seguinte" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Gravar &Dentro" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6995,163 +7008,158 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" -"Os ficheiros e pastas serão copiados para a pasta existente, em conjunto com " -"o seu conteúdo.\n" -"Ser-lhe-á perguntado de novo, caso haja um conflito com algum ficheiro " +"Os ficheiros e pastas serão copiados para a pasta existente, juntamente com " +"o seu atual conteúdo.\n" +"Será solicitada a sua intervenção caso haja conflito com algum ficheiro " "existente na pasta." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "S&obrepor os ficheiros mais antigos" +msgstr "&Substituir ficheiros mais antigos" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -"Os ficheiros de destino que têm datas de modificação anteriores serão " -"substituídos pela origem, sendo ignorados em caso contrário." +"Os ficheiros de destino que têm datas de modificação mais antigas serão " +"substituídos pela origem, caso contrário serão ignorados." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" -msgstr "Continua&r" +msgstr "&Retomar" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -"Esta acção irá sobrepor o '%1' consigo mesmo.\n" -"Indique um nome novo:" +"Esta ação iria substituir '%1' consigo mesmo.\n" +"Por favor introduza um nome novo para o ficheiro:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinuar" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "Esta acção irá sobrepor o destino." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "Esta acção irá sobrepor o destino." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origem" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destino" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is more recent." -msgstr "O destino é menor em %1" - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" -msgid "The source is older." -msgstr "O destino é menor em %1" - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "The destination is smaller by %1" +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "Pretende substituir o destino?" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "Pretende integrar o conteúdo de '%1' em '%2'?" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "The origem é mais recente." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "The origem is mais antiga." + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "O destino é menor em %1" +msgstr "A origem é menor em %1." -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "The destination is bigger by %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "O destino é maior em %1" +msgstr "A origem é maior em %1." -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The files are identical." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "Os ficheiros são idênticos." +msgstr "Os ficheiros são idênticos." -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The files seem identical." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "Os ficheiros parecem idênticos." +msgstr "Os ficheiros aparentam ser idênticos." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The files are different." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "Os ficheiros são diferentes." +msgstr "Os ficheiros são diferentes." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -"Os ficheiros são provavelmente idênticos: têm o mesmo tamanho e o conteúdo " -"deles é igual do início ao fim." +"Os ficheiros são provavelmente idênticos: têm o mesmo tamanho e os seus " +"conteúdos são iguais no início, meio e fim." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Comparar ficheiros" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." -msgstr "Já existe um item mais antigo chamado '%1'." +msgstr "Já existe um item mais antigo com o nome '%1'." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." -msgstr "Já existe um ficheiro semelhante chamado '%1'." +msgstr "Já existe um ficheiro semelhante com o nome '%1'." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." -msgstr "Já existe um item mais recente chamado '%1'." +msgstr "Já existe um item mais recente com o nome '%1'." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Mudar o nome:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Mudar o Nome do Item" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Mudar o Nome dos Itens" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Muda&r o Nome" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Mudar o nome do item %1 para:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Já existe um ficheiro com o nome %1." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 não é um nome de ficheiro válido." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Mudar o nome do %1 item selecionado para:" +msgstr[1] "Mudar o nome dos %1 itens selecionados para:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "o # será substituído por números ascendentes a começar em:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -7159,46 +7167,178 @@ msgctxt "" msgid "New name #" msgstr "Novo nome #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Mudar o nome do %1 item seleccionado para:" -msgstr[1] "Mudar o nome dos %1 itens seleccionados para:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "o # será substituído por números ascendentes a começar em:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nome de ficheiro inválido: O novo nome deve conter uma sequência de #, a " +"menos que todos os ficheiros tenham extensões de ficheiro diferentes." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Mudar o nome do %1 item selecionado por:" +msgstr[1] "Mudar o nome dos %1 itens selecionados por:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "A substituir:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Padrão" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Com:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substituição" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nenhum nome de ficheiro contém o padrão." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Substituir “%1” por um valor vazio faria com que %2tinha um nome de ficheiro vazio." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Mudar o nome do %1 item selecionado para:" +msgstr[1] "Mudar o nome dos %1 itens selecionados para:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Adicionar texto:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texto a adicionar" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Antes do nome do ficheiro" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Após o nome do ficheiro" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Mudar o nome do item" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Mudar o nome dos itens" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Mudar o nome" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Como mudar o nome:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumerar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substituir texto" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Adicionar texto" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pré-visualização:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 não pode ser renomeado para um nome de ficheiro " +"vazio." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informação" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substituir" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" -msgstr "Repetir" +msgstr "Voltar a tentar" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substituir Tudo" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ignorar" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Ignorar Tudo" @@ -7207,7 +7347,7 @@ msgstr "Ignorar Tudo" #: widgets/sslinfo.ui:17 #, kde-format msgid "[padlock]" -msgstr "[teclado de código]" +msgstr "[cadeado]" #. i18n: ectx: property (text), widget (QLabel, addressTag) #: widgets/sslinfo.ui:34 @@ -7250,7 +7390,7 @@ msgstr "Cadeia de certificados:" #: widgets/sslinfo.ui:163 #, kde-format msgid "Trusted:" -msgstr "De confiança:" +msgstr "Confiável:" #. i18n: ectx: property (text), widget (QLabel, validityPeriodTag) #: widgets/sslinfo.ui:183 @@ -7282,11 +7422,11 @@ msgid "" "The remote host did not send any SSL certificates.\n" "Aborting because the identity of the host cannot be established." msgstr "" -"A máquina remota não enviou nenhuns certificados SSL.\n" -"A ligação será interrompida, porque não é possível estabelecer a identidade " -"da máquina." +"O servidor remoto não enviou quaisquer certificados SSL.\n" +"A ligação será interrompida porque não é possível estabelecer a identidade " +"do servidor." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7303,8 +7443,8 @@ msgid "" "filename>This action cannot be undone." msgstr "" -"Deseja apagar de forma permanente este item?%1Esta acção não pode ser anulada.%1 Esta ação não pode ser anulada." #: widgets/widgetsaskuseractionhandler.cpp:240 @@ -7317,99 +7457,395 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" -"Deseja apagar de forma permanente %1 item?Esta acção não pode ser anulada." +"Deseja mesmo eliminar este item %1 de forma definitiva? Esta ação não pode ser anulada." msgstr[1] "" -"Deseja apagar de forma permanente estes %1 itens?Esta acção não pode ser anulada." +"Deseja mesmo eliminar estes itens %1 de forma definitiva? Esta ação não pode ser anulada." #: widgets/widgetsaskuseractionhandler.cpp:253 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Não foi possível enviar este item para o Lixo, por ser demasiado grande. " -"Prefere removê-lo de forma definitiva?%1Esta acção não pode ser anulada." +"O Lixo está demasiado cheio para aceitar este ficheiro. Eliminar de forma " +"definitiva?%1 Esta ação não pode ser anulada." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"O Lixo está demasiado cheio para aceitar este ficheiro %1. Eliminar de forma " +"definitiva? Esta ação não pode ser anulada." +msgstr[1] "" +"O Lixo está demasiado cheio para aceitar estes ficheiros %1. Eliminar de " +"forma definitiva? Esta ação não pode ser " +"anulada." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"O Lixo não está disponível para a localização deste item. Eliminar de forma " +"definitiva?%1 Esta ação não pode ser anulada." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Não foi possível enviar este %1 item para o Lixo, por ser demasiado grande. " -"Prefere removê-lo de forma definitiva?Esta " -"acção não pode ser anulada." +"O Lixo não está disponível para a localização deste item %1. Eliminar de " +"forma definitiva?Esta ação não pode ser anulada." +"" msgstr[1] "" -"Não foi possível enviar estes %1 itens para o Lixo, por serem demasiado " -"grandes. Prefere removê-los de forma definitiva?Esta acção não pode ser anulada." +"O Lixo não está disponível para a localização destes itens %1. Eliminar de " +"forma definitiva? Esta ação não pode ser " +"anulada." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "Deseja mesmo enviar %1 item para o Lixo?" -msgstr[1] "Deseja mesmo enviar estes %1 itens para o Lixo?" +msgstr[0] "Deseja mesmo enviar o item %1 para o Lixo?" +msgstr[1] "Deseja mesmo enviar estes itens %1 para o Lixo?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" -msgstr "Não voltar a perguntar" +msgstr "Não perguntar novamente" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" -msgstr "Não perguntar de novo" +msgstr "Não perguntar novamente" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "Não mostrar esta mensagem de novo" +msgstr "Não mostrar esta mensagem novamente" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." -msgstr "A cadeia de certificados de SSL do ponto parece estar corrompida." +msgstr "A cadeia de certificados SSL do nó ('peer') aparenta estar corrompida." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" -msgstr "Atenção" +msgstr "Aviso" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Isto irá iniciar o programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se não confiar neste programa, carregue em Cancelar" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Iniciar ficheiros executáveis sem perguntar" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Abrir ficheiros executáveis na aplicação predefinida sem perguntar" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Lembrar para todos os ficheiros executáveis" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Pode reverter isto em \"Confirmações\" nas definições do gestor de " +#~ "ficheiros Dolphin." + +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Os ficheiros estão a ser movidos" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Os ficheiros estão a ser copiados" + +#~ msgid "Change Attribute" +#~ msgstr "Modificar Atributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para modificar os atributos do " +#~ "ficheiro. Deseja continuar?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para concluir a operação de cópia. " +#~ "Deseja continuar?" + +#~ msgid "Delete Files" +#~ msgstr "Eliminar Ficheiros" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para concluir a operação de " +#~ "remoção. Contudo, ao fazê-lo, poderá danificar o seu sistema. Deseja " +#~ "continuar?" + +#~ msgid "Create Folder" +#~ msgstr "Criar Pasta" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para criar esta pasta. Deseja " +#~ "continuar?" + +#~ msgid "Move Items" +#~ msgstr "Mover Itens" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para concluir a operação de mover. " +#~ "Deseja continuar?" + +#~ msgid "Rename" +#~ msgstr "Mudar o nome" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para concluir a mudança de nome. " +#~ "Deseja continuar?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para criar uma ligação simbólica. " +#~ "Deseja continuar?" + +#~ msgid "Transfer data" +#~ msgstr "Transferir dados" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de 'root' para concluir a transferência de " +#~ "dados. Deseja continuar?" + +#~| msgctxt "Default name for a new folder" +#~| msgid "New Folder" +#~ msgctxt "@action" +#~ msgid "New Folder…" +#~ msgstr "Nova Pasta..." + +#~ msgctxt "@action:inmenu" +#~ msgid "Unmounting…" +#~ msgstr "A desmontar..." + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Mostrar Botão de Marcadores" + +#~ msgid "Setting ACL for %1" +#~ msgstr "A atribuir ACL para %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Alterar Permissões dos Ficheiros" + +#~ msgid "New Permissions: %1" +#~ msgstr "Novas Permissões: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Alterar Proprietário do Ficheiro" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Novo Proprietário: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Remover Ficheiro" + +#~ msgid "Remove Directory" +#~ msgstr "Remover Pasta" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permissões da Pasta: %1" + +#~ msgid "Open File" +#~ msgstr "Abrir Ficheiro" + +#~ msgid "Open Directory" +#~ msgstr "Abrir Pasta" + +#~ msgid "New Filename: %1" +#~ msgstr "Novo Nome de Ficheiro: %1" + +#~ msgid "Target: %1" +#~ msgstr "Destino: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Alterar Data/Hora" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De: %1, Para: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ação Desconhecida" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Ação: %1\n" +#~ "Origem: %2\n" +#~ "%3" + +#~ msgid "Undo Changes" +#~ msgstr "Reverter Alterações" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Reverter esta operação requer privilégios de 'root'. Deseja continuar?" + +#~ msgctxt "@action:button" +#~ msgid "Add…" +#~ msgstr "Adicionar..." + +#~| msgctxt "@action:inmenu" +#~| msgid "&Edit…" +#~ msgctxt "@action:button" +#~ msgid "Edit…" +#~ msgstr "Editar..." + +#~| msgctxt "@title:menu" +#~| msgid "&Open Folder With" +#~ msgctxt "@action:inmenu" +#~ msgid "&Open Folder With…" +#~ msgstr "&Abrir Pasta Com..." + +#~| msgctxt "@title:menu" +#~| msgid "&Open With" +#~ msgctxt "@action:inmenu" +#~ msgid "&Open With…" +#~ msgstr "&Abrir Com..." + +#~ msgid "&Description:" +#~ msgstr "&Descrição:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Introduza aqui quaisquer comentários que considere úteis." + +#~ msgid "Do not ask again" +#~ msgstr "Não voltar a perguntar" + +#~ msgid "&Filter:" +#~ msgstr "&Filtro:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "Este é o filtro a aplicar à lista de ficheiros. Os nomes de " +#~ "ficheiros que não corresponderem aos filtros não irão aparecer." +#~ "

            Poderá seleccionar um dos filtros predefinidos na lista respectiva ou " +#~ "poderá indicar um filtro personalizado, directamente no campo de texto.

            Os caracteres especiais como o * e o ? são permitidos.

            " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Foi seleccionada mais que uma pasta e esta janela não aceita pastas; " +#~ "como tal, não é possível decidir qual delas introduzir. Seleccione, por " +#~ "favor, apenas uma pasta para a enumerar." + +#~ msgid "More than one folder provided" +#~ msgstr "Foi indicada mais que uma pasta" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Tem de seleccionar pelo menos uma pasta e um ficheiro. Os ficheiros " +#~ "seleccionados serão ignorados e a pasta seleccionada será enumerada" + +#~ msgid "Files and folders selected" +#~ msgstr "Foram seleccionados ficheiros e pastas" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Ainda que o contacto tenha sido feito com o servidor, não foi obtida uma " +#~ "resposta do servidor dentro do período de tempo alocado para o pedido:" +#~ "
            • Tempo-limite para estabelecer uma ligação: %1 segundos
            • Tempo-limite para receber uma resposta: %2 segundos
            • Tempo-" +#~ "limite para aceder aos servidores 'proxy': %3 segundos
            Lembre-se " +#~ "que pode alterar os valores de tempo-limite na Configuração do Sistema " +#~ "do KDE, seleccionando a opção Preferências de Rede -> Preferências da " +#~ "Ligação." + #~ msgid "Is &executable" -#~ msgstr "É &executável" +#~ msgstr "É &executável" #~ msgid "New Folder..." #~ msgstr "Nova Pasta..." @@ -7432,7 +7868,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgctxt "@action:inmenu" #~ msgid "Paste Clipboard Contents..." -#~ msgstr "Colar a Área de Transferência..." +#~ msgstr "Colar a Área de Transferência..." #, fuzzy #~| msgctxt "@title:window" @@ -7446,7 +7882,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Nova Pasta" #~ msgid "Differences" -#~ msgstr "Diferenças" +#~ msgstr "Diferenças" #~ msgid "*|All Files" #~ msgstr "*|Todos os Ficheiros" @@ -7455,10 +7891,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Nenhum servidor indicado." #~ msgid "The server does not support the WebDAV protocol." -#~ msgstr "O servidor não suporta o protocolo WebDAV." +#~ msgstr "O servidor não suporta o protocolo WebDAV." #~ msgid "%1 contacted. Waiting for reply..." -#~ msgstr "O %1 foi contactado. À espera da resposta..." +#~ msgstr "O %1 foi contactado. À espera da resposta..." #~ msgctxt "@info Security check on url being accessed" #~ msgid "" @@ -7466,16 +7902,17 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "but the website does not require authentication. This may be an attempt " #~ "to trick you.

            Is \"%1\" the site you want to visit?

            " #~ msgstr "" -#~ "

            Está prestes a autenticar-se na página \"%1\" com o utilizador \"%2\", " -#~ "mas a mesma não necessita de autenticação. Isto poderá ser uma tentativa " -#~ "para o enganar.

            Será que \"%1\" é a página que deseja visitar?

            " +#~ "

            Está prestes a autenticar-se na página \"%1\" com o utilizador " +#~ "\"%2\", mas a mesma não necessita de autenticação. Isto poderá ser " +#~ "uma tentativa para o enganar.

            Será que \"%1\" é a página que " +#~ "deseja visitar?

            " #~ msgctxt "@title:window" #~ msgid "Confirm Website Access" -#~ msgstr "Confirmar o Acesso à Página Web" +#~ msgstr "Confirmar o Acesso à Página Web" #~ msgid "Server processing request, please wait..." -#~ msgstr "O servidor está a processar o pedido, espere um pouco..." +#~ msgstr "O servidor está a processar o pedido, espere um pouco..." #~ msgid "Sending data to %1" #~ msgstr "A enviar os dados para %1" @@ -7484,13 +7921,13 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "A obter %1 de %2..." #~ msgid "Authentication Failed." -#~ msgstr "A Autenticação Falhou." +#~ msgstr "A Autenticação Falhou." #~ msgid "Authorization failed." -#~ msgstr "A autorização foi mal-sucedida." +#~ msgstr "A autorização foi mal-sucedida." #~ msgid "Unknown Authorization method." -#~ msgstr "Método de autorização desconhecido." +#~ msgstr "Método de autorização desconhecido." #~ msgid "Receiving corrupt data." #~ msgstr "Foram recebidos dados corrompidos." @@ -7500,19 +7937,19 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "encrypted.\n" #~ "This means that a third party could observe your data in transit." #~ msgstr "" -#~ "Está prestes a deixar o modo seguro. As transmissões deixaram de ser " +#~ "Está prestes a deixar o modo seguro. As transmissões deixaram de ser " #~ "cifradas.\n" -#~ "Isto significa que um terceiro poderá observar os dados transferidos." +#~ "Isto significa que um terceiro poderá observar os dados transferidos." #~ msgid "Security Information" -#~ msgstr "Informação de Segurança" +#~ msgstr "Informação de Segurança" #~ msgid "C&ontinue Loading" #~ msgstr "C&ontinuar a Leitura" #~ msgctxt "%1 is a host name" #~ msgid "%1: SSL negotiation failed" -#~ msgstr "%1: a negociação de SSL falhou" +#~ msgstr "%1: a negociação de SSL falhou" #~ msgid "" #~ "You are about to enter secure mode. All transmissions will be encrypted " @@ -7520,60 +7957,61 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "This means that no third party will be able to easily observe your data " #~ "in transit." #~ msgstr "" -#~ "Está prestes a entrar no modo seguro. Todas as transmissões serão " -#~ "cifradas, até que seja dito o contrário.\n" -#~ "Isto significa que nenhum terceiro será capaz de observar facilmente os " +#~ "Está prestes a entrar no modo seguro. Todas as transmissões serão " +#~ "cifradas, até que seja dito o contrário.\n" +#~ "Isto significa que nenhum terceiro será capaz de observar facilmente os " #~ "dados transferidos." #~ msgid "Display SSL &Information" -#~ msgstr "Mostrar a &Informação do SSL" +#~ msgstr "Mostrar a &Informação do SSL" #~ msgid "C&onnect" #~ msgstr "L&igar" #~ msgid "Could not find a usable proxy configuration script" #~ msgstr "" -#~ "Não foi possível encontrar um ficheiro de configuração do 'proxy' válido" +#~ "Não foi possível encontrar um ficheiro de configuração do 'proxy' " +#~ "válido" #~ msgid "" #~ "Could not download the proxy configuration script:\n" #~ "%1" #~ msgstr "" -#~ "Não foi possível obter o ficheiro de configuração do 'proxy':\n" +#~ "Não foi possível obter o ficheiro de configuração do 'proxy':\n" #~ "%1" #~ msgid "Could not download the proxy configuration script" -#~ msgstr "Não foi possível obter o ficheiro de configuração do 'proxy'" +#~ msgstr "Não foi possível obter o ficheiro de configuração do 'proxy'" #~ msgid "" #~ "The proxy configuration script is invalid:\n" #~ "%1" #~ msgstr "" -#~ "O ficheiro de configuração do 'proxy' é inválido:\n" +#~ "O ficheiro de configuração do 'proxy' é inválido:\n" #~ "%1" #~ msgid "" #~ "The proxy configuration script returned an error:\n" #~ "%1" #~ msgstr "" -#~ "O ficheiro de configuração do 'proxy' devolveu um erro:\n" +#~ "O ficheiro de configuração do 'proxy' devolveu um erro:\n" #~ "%1" #~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" #~ msgstr "" -#~ "Não foi possível encontrar o 'FindProxyForURL' ou o 'FindProxyForURLEx'" +#~ "Não foi possível encontrar o 'FindProxyForURL' ou o 'FindProxyForURLEx'" #~ msgid "Got an invalid reply when calling %1 -> %2" -#~ msgstr "Foi obtida uma resposta inválida ao invocar o %1 -> %2" +#~ msgstr "Foi obtida uma resposta inválida ao invocar o %1 -> %2" #~ msgid "Cannot Save Cookies" -#~ msgstr "Não é Possível Gravar os 'Cookies'" +#~ msgstr "Não é Possível Gravar os 'Cookies'" #~ msgid "Could not remove %1, check permissions" -#~ msgstr "Não foi possível remover o '%1'; verifique as permissões" +#~ msgstr "Não foi possível remover o '%1'; verifique as permissões" #~ msgid "Could not create directory %1" -#~ msgstr "Não foi possível criar a pasta %1" +#~ msgstr "Não foi possível criar a pasta %1" #~ msgid "Cookie Alert" #~ msgstr "Alerta de 'Cookie'" @@ -7587,26 +8025,26 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "or reject these cookies?

            " #~ msgstr[0] "" #~ "

            Recebeu um 'cookie' de
            %2%3
            Quer aceitar este 'cookie' " -#~ "ou rejeitá-lo?

            " +#~ "ou rejeitá-lo?

            " #~ msgstr[1] "" #~ "

            Recebeu %1 'cookies' de
            %2%3
            Quer aceitar estes " -#~ "'cookies' ou rejeitá-los?

            " +#~ "'cookies' ou rejeitá-los?

            " #~ msgctxt "@item:intext cross domain cookie" #~ msgid " [Cross Domain]" -#~ msgstr " [Domínio Cruzado]" +#~ msgstr " [Domínio Cruzado]" #~ msgid "Details" #~ msgstr "Detalhes" #~ msgid "See or modify the cookie information" -#~ msgstr "Mostrar ou modificar a informação do 'cookie'" +#~ msgstr "Mostrar ou modificar a informação do 'cookie'" #~ msgid "Accept for this &session" -#~ msgstr "Aceitar para esta &sessão" +#~ msgstr "Aceitar para esta &sessão" #~ msgid "Accept cookie(s) until the end of the current session" -#~ msgstr "Aceitar os 'cookies' até ao fim da sessão actual" +#~ msgstr "Aceitar os 'cookies' até ao fim da sessão actual" #~ msgid "&Accept" #~ msgstr "&Aceitar" @@ -7621,17 +8059,17 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Apenas es&te 'cookie'" #~ msgid "&Only these cookies" -#~ msgstr "Só estes 'c&ookies'" +#~ msgstr "Só estes 'c&ookies'" #~ msgid "" #~ "Select this option to only accept or reject this cookie. You will be " #~ "prompted again if you receive another cookie." #~ msgstr "" -#~ "Escolha esta opção para aceitar/rejeitar só este 'cookie'. Se for " -#~ "recebido outro 'cookie' ser-lhe-á notificado." +#~ "Escolha esta opção para aceitar/rejeitar só este 'cookie'. Se for " +#~ "recebido outro 'cookie' ser-lhe-á notificado." #~ msgid "All cookies from this do&main" -#~ msgstr "Todos os 'cookies' deste &domínio" +#~ msgstr "Todos os 'cookies' deste &domínio" #~ msgid "" #~ "Select this option to accept or reject all cookies from this site. " @@ -7639,10 +8077,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "originated from. This policy will be permanent until you manually change " #~ "it from the System Settings." #~ msgstr "" -#~ "Escolha esta opção para aceitar/rejeitar todos os 'cookies' deste sítio. " -#~ "Ao escolher esta opção será adicionada uma nova política para o sítio de " -#~ "onde veio este 'cookie'. Esta política será permanente até a alterar " -#~ "manualmente na Configuração do Sistema." +#~ "Escolha esta opção para aceitar/rejeitar todos os 'cookies' deste sí" +#~ "tio. Ao escolher esta opção será adicionada uma nova política para o sí" +#~ "tio de onde veio este 'cookie'. Esta política será permanente até a " +#~ "alterar manualmente na Configuração do Sistema." #~ msgid "All &cookies" #~ msgstr "Todos os '&cookies'" @@ -7652,9 +8090,9 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "this option will change the global cookie policy for all cookies until " #~ "you manually change it from the System Settings." #~ msgstr "" -#~ "Escolha esta opção para aceitar/rejeitar todos os 'cookies' de todo o " -#~ "lado. Ao escolher esta opção irá mudar a política global de 'cookies' " -#~ "definida na Configuração do Sistema." +#~ "Escolha esta opção para aceitar/rejeitar todos os 'cookies' de todo o " +#~ "lado. Ao escolher esta opção irá mudar a política global de 'cookies' " +#~ "definida na Configuração do Sistema." #~ msgid "Cookie Details" #~ msgstr "Detalhes do 'Cookie'" @@ -7669,31 +8107,31 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Expira a:" #~ msgid "Path:" -#~ msgstr "Localização:" +#~ msgstr "Localização:" #~ msgid "Domain:" -#~ msgstr "Domínio:" +#~ msgstr "Domínio:" #~ msgctxt "" #~ "@label a description string of how 'accessible' the cookie is (e.g. see " #~ "exposure string in this file)" #~ msgid "Exposure:" -#~ msgstr "Exposição:" +#~ msgstr "Exposição:" #~ msgctxt "Next cookie" #~ msgid "&Next >>" #~ msgstr "Segui&nte >>" #~ msgid "Show details of the next cookie" -#~ msgstr "Ver os detalhes do próximo 'cookie'" +#~ msgstr "Ver os detalhes do próximo 'cookie'" #~ msgctxt "@label cookie has no explicit 'Domain' value specified" #~ msgid "Not specified" -#~ msgstr "Não indicado" +#~ msgstr "Não indicado" #~ msgctxt "@label the cookie expires when the browser session ends" #~ msgid "End of Session" -#~ msgstr "Fim da Sessão" +#~ msgstr "Fim da Sessão" #~ msgctxt "" #~ "@label exposure string - the cookie may only be used by https servers" @@ -7704,7 +8142,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "@label exposure string - the cookie may be used by https servers AND " #~ "client-side javascripts" #~ msgid "Secure servers, page scripts" -#~ msgstr "Servidores seguros e programas das páginas" +#~ msgstr "Servidores seguros e programas das páginas" #~ msgctxt "" #~ "@label exposure string - the cookie may only be used by http servers" @@ -7715,7 +8153,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "@label exposure string - the cookie may be used by http servers AND " #~ "client-side javascripts" #~ msgid "Servers, page scripts" -#~ msgstr "Servidores e programas das páginas" +#~ msgstr "Servidores e programas das páginas" #~ msgctxt "" #~ "@action:button show details about a cookie that needs approval. This " @@ -7729,34 +8167,35 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Remover" #~ msgid "Multiple get is not supported with protocol %1." -#~ msgstr "A obtenção de vários ficheiros não é suportada pelo protocolo %1." +#~ msgstr "" +#~ "A obtenção de vários ficheiros não é suportada pelo protocolo %1." #~ msgid "&Policy" -#~ msgstr "&Política" +#~ msgstr "&Política" #~ msgid "&Management" -#~ msgstr "&Gestão" +#~ msgstr "&Gestão" #~ msgid "D-Bus Communication Error" -#~ msgstr "Erro de Comunicação do D-Bus" +#~ msgstr "Erro de Comunicação do D-Bus" #~ msgid "Unable to delete all the cookies as requested." -#~ msgstr "Não foi possível remover todos os 'cookies' como foi pedido." +#~ msgstr "Não foi possível remover todos os 'cookies' como foi pedido." #~ msgid "Unable to delete cookies as requested." -#~ msgstr "Não foi possível remover os 'cookies' como foi pedido." +#~ msgstr "Não foi possível remover os 'cookies' como foi pedido." #~ msgid "Information Lookup Failure" -#~ msgstr "Falha na Pesquisa de Informação" +#~ msgstr "Falha na Pesquisa de Informação" #~ msgid "" #~ "Unable to retrieve information about the cookies stored on your computer." #~ msgstr "" -#~ "Não foi possível obter informações acerca dos 'cookies' guardados no seu " -#~ "computador." +#~ "Não foi possível obter informações acerca dos 'cookies' guardados no " +#~ "seu computador." #~ msgid "End of session" -#~ msgstr "Fim da sessão" +#~ msgstr "Fim da sessão" #~ msgid "Yes" #~ msgstr "Sim" @@ -7765,7 +8204,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Procurar" #~ msgid "Search interactively for domains and hosts" -#~ msgstr "Pesquisar de forma interactiva pelos domínios e máquinas" +#~ msgstr "Pesquisar de forma interactiva pelos domínios e máquinas" #~ msgid "Site" #~ msgstr "'Site':" @@ -7780,7 +8219,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Apagar &Tudo" #~ msgid "Configure &Policy..." -#~ msgstr "Configurar a &Política..." +#~ msgstr "Configurar a &Política..." #~ msgid "&Reload List" #~ msgstr "Actualiza&r a Lista" @@ -7790,30 +8229,30 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgctxt "@title:window" #~ msgid "Change Cookie Policy" -#~ msgstr "Modificar a Política do 'Cookie'" +#~ msgstr "Modificar a Política do 'Cookie'" #~ msgctxt "@title:window" #~ msgid "New Cookie Policy" -#~ msgstr "Nova Política de 'Cookies'" +#~ msgstr "Nova Política de 'Cookies'" #~ msgid "" #~ "A policy already exists for
            %1
            Do you want to " #~ "replace it?
            " #~ msgstr "" -#~ "Já existe uma política para o
            %1
            Deseja " -#~ "substituí-la?
            " +#~ "Já existe uma política para o
            %1
            Deseja " +#~ "substituí-la?
            " #~ msgctxt "@title:window" #~ msgid "Duplicate Policy" -#~ msgstr "Política Duplicada" +#~ msgstr "Política Duplicada" #~ msgid "" #~ "Unable to communicate with the cookie handler service.\n" #~ "Any changes you made will not take effect until the service is restarted." #~ msgstr "" -#~ "Não foi possível comunicar com o serviço de tratamento de 'cookies'.\n" -#~ "Todas as alterações que efectuar não farão efeito até que reinicie o " -#~ "serviço." +#~ "Não foi possível comunicar com o serviço de tratamento de 'cookies'.\n" +#~ "Todas as alterações que efectuar não farão efeito até que reinicie o " +#~ "serviço." #~ msgid "" #~ "\n" @@ -7824,11 +8263,11 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "

            Activa o suporte para os 'cookies'. Normalmente, irá querer ter o " -#~ "suporte de 'cookies' activo e personalizá-lo de acordo com as suas " +#~ "

            Activa o suporte para os 'cookies'. Normalmente, irá querer ter o " +#~ "suporte de 'cookies' activo e personalizá-lo de acordo com as suas " #~ "necessidades de privacidade.

            \n" -#~ "Lembre-se que a desactivação do suporte de 'cookies' poderá tornar muitas " -#~ "páginas Web impossíveis de navegar.

            \n" +#~ "Lembre-se que a desactivação do suporte de 'cookies' poderá tornar " +#~ "muitas páginas Web impossíveis de navegar.

            \n" #~ "
            " #~ msgid "Enable coo&kies" @@ -7846,17 +8285,17 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "
            " #~ msgstr "" #~ "\n" -#~ "Rejeita os 'cookies' de terceiros. Estes são os 'cookies' originários de " -#~ "um servidor diferente do que está a navegar de momento. Por exemplo, se " -#~ "for a www.xpto.com com esta opção activa, só os 'cookies' cuja " -#~ "origem for 'www.xpto.com' é que serão processados de acordo com as suas " -#~ "definições. Os 'cookies' de outros servidor serão rejeitados. Isto reduz " -#~ "as hipóteses de os administradores dos servidores compilarem um perfil " -#~ "dos seus hábitos diários de navegação.\n" +#~ "Rejeita os 'cookies' de terceiros. Estes são os 'cookies' originários " +#~ "de um servidor diferente do que está a navegar de momento. Por exemplo, " +#~ "se for a www.xpto.com com esta opção activa, só os 'cookies' " +#~ "cuja origem for 'www.xpto.com' é que serão processados de acordo com as " +#~ "suas definições. Os 'cookies' de outros servidor serão rejeitados. " +#~ "Isto reduz as hipóteses de os administradores dos servidores compilarem " +#~ "um perfil dos seus hábitos diários de navegação.\n" #~ "" #~ msgid "Only acce&pt cookies from originating server" -#~ msgstr "Só &aceitar os 'cookies' do servidor original" +#~ msgstr "Só &aceitar os 'cookies' do servidor original" #~ msgid "" #~ "

            \n" @@ -7868,16 +8307,16 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "cookie policies for session cookies.

            " #~ msgstr "" #~ "

            \n" -#~ "Aceita automaticamente os 'cookies' temporários que irão expirar no fim " -#~ "da sessão actual. Esses 'cookies' não serão guardados no disco rígido do " -#~ "seu computador. Em vez disso, serão apagados quando fechar todas as " -#~ "aplicações (p.ex., o seu navegador) que as usam.

            NOTA Se " -#~ "assinalar esta opção, irá substituir as predefinições, assim como as " -#~ "políticas de 'cookies' específicas do servidor para os 'cookies' de " -#~ "sessão.

            " +#~ "Aceita automaticamente os 'cookies' temporários que irão expirar no fim " +#~ "da sessão actual. Esses 'cookies' não serão guardados no disco rígido " +#~ "do seu computador. Em vez disso, serão apagados quando fechar todas as " +#~ "aplicações (p.ex., o seu navegador) que as usam.

            NOTA Se " +#~ "assinalar esta opção, irá substituir as predefinições, assim como as " +#~ "políticas de 'cookies' específicas do servidor para os 'cookies' de sessÃ" +#~ "£o.

            " #~ msgid "Automaticall&y accept session cookies" -#~ msgstr "Aceitar automat&icamente os 'cookies' de sessão" +#~ msgstr "Aceitar automat&icamente os 'cookies' de sessão" #~ msgid "" #~ "\n" @@ -7897,33 +8336,33 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Define como é que serão tratados os 'cookies' provenientes de uma máquina " -#~ "remota:\n" +#~ "Define como é que serão tratados os 'cookies' provenientes de uma " +#~ "máquina remota:\n" #~ "
              \n" -#~ "
            • Perguntar fará com que o KDE peça a sua confirmação sempre que " -#~ "um servidor quiser definir um 'cookie'.
            • \n" -#~ "
            • Aceitar fará com que os 'cookies' sejam aceites sem lhe " +#~ "
            • Perguntar fará com que o KDE peça a sua confirmação sempre " +#~ "que um servidor quiser definir um 'cookie'.
            • \n" +#~ "
            • Aceitar fará com que os 'cookies' sejam aceites sem lhe " #~ "perguntar.
            • \n" -#~ "
            • Aceitar até ao fim da sessão fará com que os 'cookies' sejam " -#~ "aceites, mas irão expirar no fim da sessão.
            • \n" -#~ "
            • Rejeitar fará com que o repositório de 'cookies' recuse todos " -#~ "os 'cookies' que receber.
            • \n" +#~ "
            • Aceitar até ao fim da sessão fará com que os 'cookies' " +#~ "sejam aceites, mas irão expirar no fim da sessão.
            • \n" +#~ "
            • Rejeitar fará com que o repositório de 'cookies' recuse " +#~ "todos os 'cookies' que receber.
            • \n" #~ "

            \n" -#~ "NOTA: As políticas específicas do domínio, que podem ser definidas " -#~ "em baixo, têm sempre precedência sobre a política predefinida.

            \n" +#~ "NOTA: As políticas específicas do domínio, que podem ser definidas " +#~ "em baixo, têm sempre precedência sobre a política predefinida.

            \n" #~ "
            " #~ msgid "Default Policy" -#~ msgstr "Política Predefinida" +#~ msgstr "Política Predefinida" #~ msgid "Accep&t all cookies" #~ msgstr "Acei&tar todos os 'cookies'" #~ msgid "Accept &until end of session" -#~ msgstr "A&ceitar até ao fim da sessão" +#~ msgstr "A&ceitar até ao fim da sessão" #~ msgid "Ask &for confirmation" -#~ msgstr "Pedir a con&firmação" +#~ msgstr "Pedir a con&firmação" #~ msgid "Re&ject all cookies" #~ msgstr "Re&jeitar todos os 'cookies'" @@ -7940,20 +8379,20 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "
            " #~ msgstr "" #~ "\n" -#~ "Para adicionar uma nova política, basta carregar no botão Adicionar..." -#~ " e indicar a informação necessária. Para modificar uma política " -#~ "existente, use o botão Modificar... e escolher a nova política a " -#~ "partir da janela. Se carregar no botão Remover irá remover a " -#~ "política seleccionada de momento, fazendo com que a política predefinida " -#~ "seja usada para esse domínio, enquanto o Remover Tudo irá remover " -#~ "todas as políticas específicas do servidor.\n" +#~ "Para adicionar uma nova política, basta carregar no botão Adicionar..." +#~ " e indicar a informação necessária. Para modificar uma política " +#~ "existente, use o botão Modificar... e escolher a nova política a " +#~ "partir da janela. Se carregar no botão Remover irá remover a polí" +#~ "tica seleccionada de momento, fazendo com que a política predefinida seja " +#~ "usada para esse domínio, enquanto o Remover Tudo irá remover " +#~ "todas as políticas específicas do servidor.\n" #~ "" #~ msgid "Site Policy" -#~ msgstr "Política do Servidor" +#~ msgstr "Política do Servidor" #~ msgid "Search interactively for domains" -#~ msgstr "Pesquisar de forma interactiva pelos domínios" +#~ msgstr "Pesquisar de forma interactiva pelos domínios" #~ msgid "Search..." #~ msgstr "Procurar..." @@ -7965,16 +8404,16 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "
            " #~ msgstr "" #~ "\n" -#~ "A lista dos servidores para os quais definiu uma política de 'cookies' " -#~ "específica. As políticas específicas sobrepõem-se à predefinida para " +#~ "A lista dos servidores para os quais definiu uma política de 'cookies' " +#~ "específica. As políticas específicas sobrepõem-se à predefinida para " #~ "estes servidores.\n" #~ "" #~ msgid "Domain" -#~ msgstr "Domínio" +#~ msgstr "Domínio" #~ msgid "Policy" -#~ msgstr "Política" +#~ msgstr "Política" #~ msgid "&New..." #~ msgstr "&Novo..." @@ -7986,7 +8425,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Aceitar" #~ msgid "Accept For Session" -#~ msgstr "Aceitar para a Sessão" +#~ msgstr "Aceitar para a Sessão" #~ msgid "Reject" #~ msgstr "Rejeitar" @@ -7995,7 +8434,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Perguntar" #~ msgid "Do Not Know" -#~ msgstr "Não Sei" +#~ msgstr "Não Sei" #~ msgid "" #~ "\n" @@ -8004,8 +8443,8 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique a máquina ou domínio em que se aplica este domínio, p.ex., www." -#~ "kde.org ou .kde.org.\n" +#~ "Indique a máquina ou domínio em que se aplica este domínio, p.ex., " +#~ "www.kde.org ou .kde.org.\n" #~ "" #~ msgid "Site name:" @@ -8014,8 +8453,8 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgid "" #~ "Enter the host or domain name, e.g. .kde.org, this policy applies to." #~ msgstr "" -#~ "Indique o nome da máquina ou do domínio, p.ex. .kde.org, em que se aplica " -#~ "esta política." +#~ "Indique o nome da máquina ou do domínio, p.ex. .kde.org, em que se " +#~ "aplica esta política." #~ msgid "" #~ "\n" @@ -8030,11 +8469,12 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Selecciona a política desejada:\n" +#~ "Selecciona a política desejada:\n" #~ "
              \n" #~ "
            • Aceitar - Permite a este servidor alterar 'cookies'
            • \n" -#~ "
            • Aceitar até ao fim da sessão - Permite a este servidor definir " -#~ "'cookies', só que os mesmos irão expirar no fim da sessão.
            • \n" +#~ "
            • Aceitar até ao fim da sessão - Permite a este servidor " +#~ "definir 'cookies', só que os mesmos irão expirar no fim da sessão.\n" #~ "
            • Rejeitar - Recusa todos os 'cookies' enviados a partir deste " #~ "servidor
            • \n" #~ "
            • Perguntar - Pergunta quando forem recebidos 'cookies' deste " @@ -8043,24 +8483,24 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgid "Policy:" -#~ msgstr "Política:" +#~ msgstr "Política:" #~ msgid "Accept until end of session" -#~ msgstr "Aceitar até ao fim da sessão" +#~ msgstr "Aceitar até ao fim da sessão" #~ msgid "" #~ "You have to restart the running applications for these changes to take " #~ "effect." #~ msgstr "" -#~ "Terá de reiniciar as aplicações em execução para estas alterações fazerem " -#~ "efeito." +#~ "Terá de reiniciar as aplicações em execução para estas alterações " +#~ "fazerem efeito." #~ msgctxt "@title:window" #~ msgid "Update Failed" -#~ msgstr "Actualização sem Sucesso" +#~ msgstr "Actualização sem Sucesso" #~ msgid "You have to restart KDE for these changes to take effect." -#~ msgstr "Terá de reiniciar o KDE para que estas alterações façam efeito." +#~ msgstr "Terá de reiniciar o KDE para que estas alterações façam efeito." #~ msgid "Disable Passive FTP" #~ msgstr "Desactivar o FTP Passivo" @@ -8070,9 +8510,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "instead of the other way round, so firewalls do not block the connection; " #~ "old FTP servers may not support Passive FTP though." #~ msgstr "" -#~ "Quando as ligações de FTP são passivas, o cliente liga-se ao servidor, em " -#~ "vez de ser o inverso, para que as 'firewalls' não bloqueiem a ligação; " -#~ "porém, os servidores de FTP antigos poderão não suportar o FTP Passivo." +#~ "Quando as ligações de FTP são passivas, o cliente liga-se ao servidor, " +#~ "em vez de ser o inverso, para que as 'firewalls' não bloqueiem a ligaçÃ" +#~ "£o; porém, os servidores de FTP antigos poderão não suportar o FTP " +#~ "Passivo." #~ msgid "Mark partially uploaded files" #~ msgstr "Marcar os ficheiros enviados parcialmente" @@ -8081,7 +8522,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "While a file is being uploaded its extension is \".part\". When fully " #~ "uploaded it is renamed to its real name." #~ msgstr "" -#~ "Enquanto um ficheiro está a ser enviado, a sua extensão é \".part\". " +#~ "Enquanto um ficheiro está a ser enviado, a sua extensão é \".part\". " #~ "Quando for enviado por completo, muda para o seu nome real." #~ msgid "Timeout Values" @@ -8094,13 +8535,13 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Here you can set timeout values. You might want to tweak them if your " #~ "connection is very slow. The maximum allowed value is %1 seconds." #~ msgstr[0] "" -#~ "Aqui poderá definir os valores dos tempos-limites. Podê-los-á querer " -#~ "ajustar se a sua ligação for muito lenta. O valor máximo permitido é de 1 " -#~ "segundo." +#~ "Aqui poderá definir os valores dos tempos-limites. Podê-los-á querer " +#~ "ajustar se a sua ligação for muito lenta. O valor máximo permitido é " +#~ "de 1 segundo." #~ msgstr[1] "" -#~ "Aqui poderá definir os valores dos tempos-limites. Podê-los-á querer " -#~ "ajustar se a sua ligação for muito lenta. O valor máximo permitido é de " -#~ "%1 segundos." +#~ "Aqui poderá definir os valores dos tempos-limites. Podê-los-á querer " +#~ "ajustar se a sua ligação for muito lenta. O valor máximo permitido é " +#~ "de %1 segundos." #~ msgid " second" #~ msgid_plural " seconds" @@ -8111,16 +8552,16 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "Leitura do 'soc&ket':" #~ msgid "Pro&xy connect:" -#~ msgstr "Ligação ao 'pro&xy':" +#~ msgstr "Ligação ao 'pro&xy':" #~ msgid "Server co&nnect:" -#~ msgstr "Ligação ao s&ervidor:" +#~ msgstr "Ligação ao s&ervidor:" #~ msgid "&Server response:" #~ msgstr "Resposta do &servidor:" #~ msgid "Global Options" -#~ msgstr "Opções Globais" +#~ msgstr "Opções Globais" #~ msgid "Mark &partially uploaded files" #~ msgstr "Marcar os ficheiros enviados &parcialmente" @@ -8132,9 +8573,9 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "complete.

              " #~ msgstr "" #~ "

              Marca os ficheiros de SMB, SFTP e doutros protocolos parcialmente " -#~ "enviados.

              Quando esta opção estiver activa, os ficheiros enviados " -#~ "parcialmente irão ter uma extensão \".part\". Esta extensão será removida " -#~ "assim que a transferência terminar.

              " +#~ "enviados.

              Quando esta opção estiver activa, os ficheiros enviados " +#~ "parcialmente irão ter uma extensão \".part\". Esta extensão " +#~ "será removida assim que a transferência terminar.

              " #~ msgid " byte" #~ msgid_plural " bytes" @@ -8149,7 +8590,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "parcialmente inferiores a:" #~ msgid "FTP Options" -#~ msgstr "Opções de FTP" +#~ msgstr "Opções de FTP" #~ msgid "Enable passive &mode (PASV)" #~ msgstr "Activar o &modo passivo (PASV)" @@ -8158,8 +8599,8 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Enables FTP's \"passive\" mode. This is required to allow FTP to work " #~ "from behind firewalls." #~ msgstr "" -#~ "Activa o modo \"passivo\" do FTP. Isto é necessário para que o FTP " -#~ "funcione atrás de 'firewalls'." +#~ "Activa o modo \"passivo\" do FTP. Isto é necessário para que o FTP " +#~ "funcione atrás de 'firewalls'." #~ msgid "" #~ "

              Marks partially uploaded FTP files.

              When this option is enabled, " @@ -8167,9 +8608,9 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "will be removed once the transfer is complete.

              " #~ msgstr "" #~ "

              Marca os ficheiros de FTP parcialmente enviados.

              Quando esta " -#~ "opção estiver activa, os ficheiros enviados parcialmente irão ter uma " -#~ "extensão \".part\". Esta extensão será removida assim que a transferência " -#~ "terminar.

              " +#~ "opção estiver activa, os ficheiros enviados parcialmente irão ter uma " +#~ "extensão \".part\". Esta extensão será removida assim que a " +#~ "transferência terminar.

              " #~ msgctxt "@info" #~ msgid "" @@ -8183,15 +8624,15 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "these settings. Some applications may allow the proxy to be configured in " #~ "their own settings." #~ msgstr "" -#~ "Nem todas as aplicações irão usar esta configuração do 'proxy'. Em " +#~ "Nem todas as aplicações irão usar esta configuração do 'proxy'. Em " #~ "particular, o Firefox e o " #~ "Chromium, ou qualquer produto derivado dos " #~ "mesmos ou que use o motor QtWebEngine - " #~ "que inclui o Konqueror a usar o " #~ "WebEnginePart, o Akregator e o Falkon - não irão usar " -#~ "estas definições. Algumas aplicações permitem a configuração do 'proxy' " -#~ "nas suas próprias definições." +#~ "application> e o Falkon - não irão usar " +#~ "estas definições. Algumas aplicações permitem a configuração do " +#~ "'proxy' nas suas próprias definições." #~ msgid "" #~ "\n" @@ -8210,22 +8651,22 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Configura as definições do 'proxy'.\n" -#~ "

              Um servidor 'proxy' é um programa intermédio colocado entre a sua " -#~ "máquina e a Internet e que oferece alguns serviços, como a 'cache' e/ou " -#~ "filtragem de páginas Web.

              A 'cache' de servidores 'proxy' dá-lhe um " -#~ "acesso mais rápido a servidores que já tenha visitado, armazenando-as " -#~ "localmente ou fazendo 'cache' do conteúdo destas páginas; a filtragem de " -#~ "servidores 'proxy', por outro lado, oferece a capacidade de bloquear os " -#~ "pedidos de anúncios, lixo ou de tudo o que deseje bloquear.\n" +#~ "Configura as definições do 'proxy'.\n" +#~ "

              Um servidor 'proxy' é um programa intermédio colocado entre a sua " +#~ "máquina e a Internet e que oferece alguns serviços, como a 'cache' e/ou " +#~ "filtragem de páginas Web.

              A 'cache' de servidores 'proxy' dá-lhe " +#~ "um acesso mais rápido a servidores que já tenha visitado, armazenando-" +#~ "as localmente ou fazendo 'cache' do conteúdo destas páginas; a " +#~ "filtragem de servidores 'proxy', por outro lado, oferece a capacidade de " +#~ "bloquear os pedidos de anúncios, lixo ou de tudo o que deseje bloquear.\n" #~ "

              \n" -#~ "Se não tiver a certeza se precisa ou não de um servidor 'proxy' para se " -#~ "ligar à Internet, consulte o guia de configuração do seu fornecedor de " -#~ "serviços ou o seu administrador de sistemas.\n" +#~ "Se não tiver a certeza se precisa ou não de um servidor 'proxy' para se " +#~ "ligar à Internet, consulte o guia de configuração do seu fornecedor de " +#~ "serviços ou o seu administrador de sistemas.\n" #~ "" #~ msgid "Connect to the Internet directly." -#~ msgstr "Liga-se directamente à Internet." +#~ msgstr "Liga-se directamente à Internet." #~ msgid "No Proxy" #~ msgstr "Sem 'Proxy'" @@ -8241,27 +8682,27 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "" #~ "\n" #~ "Detecta e configura automaticamente os servidores 'proxy'.

              \n" -#~ "A detecção automática é efectuada com o protocolo Web Proxy Auto-" +#~ "A detecção automática é efectuada com o protocolo Web Proxy Auto-" #~ "Discovery Protocol (WPAD).

              \n" -#~ "NOTA: Esta opção poderá não funcionar de forma adequada ou não " -#~ "funcionar de todo em algumas distribuições de UNIX/Linux. Se encontrar " -#~ "algum problema ao usar esta opção, verifique por favor a secção da FAQ em " -#~ "https://konqueror.kde.org.\n" +#~ "NOTA: Esta opção poderá não funcionar de forma adequada ou nÃ" +#~ "£o funcionar de todo em algumas distribuições de UNIX/Linux. Se " +#~ "encontrar algum problema ao usar esta opção, verifique por favor a " +#~ "secção da FAQ em https://konqueror.kde.org.\n" #~ "" #~ msgid "Detect proxy configuration automatically" -#~ msgstr "Detectar automaticamente a configuração do 'proxy'" +#~ msgstr "Detectar automaticamente a configuração do 'proxy'" #~ msgid "Use the specified proxy script to configure the proxy settings." #~ msgstr "" -#~ "Usa o programa de 'proxy' indicado para configurar as definições do " +#~ "Usa o programa de 'proxy' indicado para configurar as definições do " #~ "'proxy'." #~ msgid "Use proxy auto configuration URL:" -#~ msgstr "Usar o URL de configuração automática do 'proxy':" +#~ msgstr "Usar o URL de configuração automática do 'proxy':" #~ msgid "Enter the address for the proxy configuration script." -#~ msgstr "Indique o endereço do programa de configuração do 'proxy'." +#~ msgstr "Indique o endereço do programa de configuração do 'proxy'." #~ msgid "" #~ "

              Use proxy settings defined on the system.

              \n" @@ -8275,21 +8716,21 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "HTTPS_PROXY, FTP_PROXY, NO_PROXY.

              \n" #~ "
              " #~ msgstr "" -#~ "

              Usar as definições do 'proxy' no sistema.

              \n" -#~ "

              Algumas plataformas usam a informação de configuração do 'proxy' " -#~ "definida a nível do sistema e, ao seleccionar esta opção, poderá usar " -#~ "estas definições.

              \n" +#~ "

              Usar as definições do 'proxy' no sistema.

              \n" +#~ "

              Algumas plataformas usam a informação de configuração do 'proxy' " +#~ "definida a nível do sistema e, ao seleccionar esta opção, poderá usar " +#~ "estas definições.

              \n" #~ "

              Nas plataformas Mac

              \n" #~ "

              Nas plataformas Windows

              \n" -#~ "

              Nas plataformas Unix e Linux, essas definições de 'proxy' do sistema " -#~ "são normalmente configuradas através de variáveis de ambiente. As " -#~ "seguintes variáveis de ambiente são detectadas e usadas quando estiverem " -#~ "presentes: HTTP_PROXY, HTTPS_PROXY, FTP_PROXY, " -#~ "NO_PROXY.

              \n" +#~ "

              Nas plataformas Unix e Linux, essas definições de 'proxy' do sistema " +#~ "são normalmente configuradas através de variáveis de ambiente. As " +#~ "seguintes variáveis de ambiente são detectadas e usadas quando " +#~ "estiverem presentes: HTTP_PROXY, HTTPS_PROXY, FTP_PROXY, NO_PROXY.

              \n" #~ "
              " #~ msgid "Use system proxy configuration:" -#~ msgstr "Usar a configuração do 'proxy' do sistema:" +#~ msgstr "Usar a configuração do 'proxy' do sistema:" #~ msgid "" #~ "Attempt automatic discovery of the environment variables used for " @@ -8297,10 +8738,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "for commonly used variable names such as HTTP_PROXY, FTP_PROXY and " #~ "NO_PROXY." #~ msgstr "" -#~ "Tentar a descoberta automática das variáveis de ambiente usadas para " -#~ "definir a informação do 'proxy' a nível do sistema.

              Esta funcionalidade " -#~ "funciona através da pesquisa pelos nomes de variáveis normalmente usados, " -#~ "como o HTTP_PROXY, FTP_PROXY e o NO_PROXY." +#~ "Tentar a descoberta automática das variáveis de ambiente usadas " +#~ "para definir a informação do 'proxy' a nível do sistema.

              Esta " +#~ "funcionalidade funciona através da pesquisa pelos nomes de variáveis " +#~ "normalmente usados, como o HTTP_PROXY, FTP_PROXY e o NO_PROXY." #~ msgid "Auto D&etect" #~ msgstr "D&etectar Automaticamente" @@ -8314,10 +8755,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique o nome da variável de ambiente, p.ex. HTTP_PROXY, que é " -#~ "usada para guardar o endereço do 'proxy' de HTTP.

              \n" -#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente\" para tentar a descoberta automática desta variável.

              \n" +#~ "Indique o nome da variável de ambiente, p.ex. HTTP_PROXY, que é " +#~ "usada para guardar o endereço do 'proxy' de HTTP.

              \n" +#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente" +#~ "\" para tentar a descoberta automática desta variável.

              \n" #~ "
              " #~ msgid "HTTP Proxy:" @@ -8332,10 +8773,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "
              " #~ msgstr "" #~ "\n" -#~ "Indique o nome da variável de ambiente, p.ex. HTTPS_PROXY, que é " -#~ "usada para guardar o endereço do 'proxy' de HTTPS.

              \n" -#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente\" para tentar a descoberta automática desta variável.

              \n" +#~ "Indique o nome da variável de ambiente, p.ex. HTTPS_PROXY, que é " +#~ "usada para guardar o endereço do 'proxy' de HTTPS.

              \n" +#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente" +#~ "\" para tentar a descoberta automática desta variável.

              \n" #~ "
              " #~ msgid "SSL Proxy:" @@ -8350,10 +8791,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique o nome da variável de ambiente, p.ex. FTP_PROXY, que é " -#~ "usada para guardar o endereço do 'proxy' de FTP.

              \n" -#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente\" para tentar a descoberta automática desta variável.

              \n" +#~ "Indique o nome da variável de ambiente, p.ex. FTP_PROXY, que é " +#~ "usada para guardar o endereço do 'proxy' de FTP.

              \n" +#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente" +#~ "\" para tentar a descoberta automática desta variável.

              \n" #~ "
              " #~ msgid "FTP Proxy:" @@ -8368,10 +8809,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique o nome da variável de ambiente, p.ex. SOCKS_PROXY, que é " -#~ "usada para guardar o endereço do 'proxy' de SOCKS.

              \n" -#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente\" para tentar a descoberta automática desta variável.

              \n" +#~ "Indique o nome da variável de ambiente, p.ex. SOCKS_PROXY, que é " +#~ "usada para guardar o endereço do 'proxy' de SOCKS.

              \n" +#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente" +#~ "\" para tentar a descoberta automática desta variável.

              \n" #~ "
              " #~ msgid "SOCKS Proxy:" @@ -8383,10 +8824,11 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "can click on the "Auto Detect" button to attempt an " #~ "automatic discovery of this variable.

              " #~ msgstr "" -#~ "Indique o nome da variável de ambiente, p.ex. SOCKS_PROXY, que " -#~ "é usada para guardar o endereço do 'proxy' de SOCKS.

              Em alternativa, " -#~ "poderá carregar no botão "Detectar Automaticamente" para " -#~ "tentar a descoberta automática desta variável.

              " +#~ "Indique o nome da variável de ambiente, p.ex. SOCKS_PROXY, " +#~ "que é usada para guardar o endereço do 'proxy' de SOCKS.

              Em " +#~ "alternativa, poderá carregar no botão "Detectar " +#~ "Automaticamente" para tentar a descoberta automática desta " +#~ "variável.

              " #~ msgid "" #~ "\n" @@ -8397,15 +8839,15 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique o nome da variável de ambiente, p.ex. NO_PROXY, que é " -#~ "usada para guardar os endereços dos servidores para os quais o 'proxy' " -#~ "não deverá ser usado.

              \n" -#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente\" para tentar a descoberta automática desta variável.

              \n" +#~ "Indique o nome da variável de ambiente, p.ex. NO_PROXY, que é " +#~ "usada para guardar os endereços dos servidores para os quais o 'proxy' nÃ" +#~ "£o deverá ser usado.

              \n" +#~ "Em alternativa, poderá carregar no botão \"Detectar Automaticamente" +#~ "\" para tentar a descoberta automática desta variável.

              \n" #~ "
              " #~ msgid "Exceptions:" -#~ msgstr "Excepções:" +#~ msgstr "Excepções:" #~ msgid "" #~ "Enter the environment variable, e.g. NO_PROXY, used to store " @@ -8413,51 +8855,51 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "used.

              Alternatively, you can click on the "Auto Detect" button to attempt an automatic discovery of this variable.

              " #~ msgstr "" -#~ "Indique o nome da variável de ambiente, p.ex. NO_PROXY, que é " -#~ "usada para guardar os endereços dos servidores para os quais as " -#~ "definições do 'proxy' acima não deverão ser usadas.

              Em alternativa, " -#~ "poderá carregar no botão "Detectar Automaticamente" para " -#~ "tentar a descoberta automática desta variável.

              " +#~ "Indique o nome da variável de ambiente, p.ex. NO_PROXY, que " +#~ "é usada para guardar os endereços dos servidores para os quais as " +#~ "definições do 'proxy' acima não deverão ser usadas.

              Em alternativa, " +#~ "poderá carregar no botão "Detectar Automaticamente" " +#~ "para tentar a descoberta automática desta variável.

              " #~ msgid "Show the &value of the environment variables" -#~ msgstr "Mostrar o &valor das variáveis de ambiente" +#~ msgstr "Mostrar o &valor das variáveis de ambiente" #~ msgid "Manually enter proxy server configuration information." #~ msgstr "" -#~ "Indique manualmente a informação de configuração do servidor 'proxy'." +#~ "Indique manualmente a informação de configuração do servidor 'proxy'." #~ msgid "Use manually specified proxy configuration:" -#~ msgstr "Usar a configuração do 'proxy' definida manualmente:" +#~ msgstr "Usar a configuração do 'proxy' definida manualmente:" #~ msgid "Enter the address of the HTTP proxy server." -#~ msgstr "Indique o endereço do servidor 'proxy' de HTTP." +#~ msgstr "Indique o endereço do servidor 'proxy' de HTTP." #~ msgid "Port:" #~ msgstr "Porto:" #~ msgid "Enter the port number of the HTTP proxy server." -#~ msgstr "Indique o número do porto do servidor 'proxy' de HTTP." +#~ msgstr "Indique o número do porto do servidor 'proxy' de HTTP." #~ msgid "Use this proxy server for a&ll protocols" #~ msgstr "Usar este servidor 'proxy' para &todos os protocolos" #~ msgid "Enter the address of the HTTPS proxy server." -#~ msgstr "Indique o endereço do servidor 'proxy' de HTTPS." +#~ msgstr "Indique o endereço do servidor 'proxy' de HTTPS." #~ msgid "Enter the port number of the HTTPS proxy server." -#~ msgstr "Indique o número do porto do servidor 'proxy' de HTTPS." +#~ msgstr "Indique o número do porto do servidor 'proxy' de HTTPS." #~ msgid "Enter the address of the FTP proxy server." -#~ msgstr "Indique o endereço do servidor 'proxy' de FTP." +#~ msgstr "Indique o endereço do servidor 'proxy' de FTP." #~ msgid "Enter the port number of the FTP proxy server." -#~ msgstr "Indique o número do porto do servidor 'proxy' de FTP." +#~ msgstr "Indique o número do porto do servidor 'proxy' de FTP." #~ msgid "Enter the address of the SOCKS proxy server." -#~ msgstr "Indique o endereço do servidor 'proxy' de SOCKS." +#~ msgstr "Indique o endereço do servidor 'proxy' de SOCKS." #~ msgid "Enter the port number of the SOCKS proxy server." -#~ msgstr "Indique o número do porto do servidor 'proxy' de SOCKS." +#~ msgstr "Indique o número do porto do servidor 'proxy' de SOCKS." #~ msgid "" #~ "\n" @@ -8472,16 +8914,16 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "

              Indique uma lista, separada por vírgulas, de nomes ou endereços IP das " -#~ "máquinas que deverão ser excluídas da utilização das configurações de " -#~ "'proxy' acima.

              \n" -#~ "

              Se deseja excluir todas as máquinas para um dado domínio, então basta " -#~ "introduzir o nome do domínio antecedido de um ponto. Por exemplo, para " -#~ "excluir todos os nomes de máquinas para o kde.org, indique .kde." -#~ "org. Os caracteres especiais como o '*' e o '?' não são suportados e " -#~ "não farão efeito.

              \n" -#~ "

              Adicionalmente, também poderá introduzir endereços IP, p.ex., " -#~ "127.0.0.1 e endereços IP dentro de uma sub-rede, p.ex. 192.168.0.1/24.Indique uma lista, separada por vírgulas, de nomes ou endereços IP " +#~ "das máquinas que deverão ser excluídas da utilização das " +#~ "configurações de 'proxy' acima.

              \n" +#~ "

              Se deseja excluir todas as máquinas para um dado domínio, então " +#~ "basta introduzir o nome do domínio antecedido de um ponto. Por exemplo, " +#~ "para excluir todos os nomes de máquinas para o kde.org, indique " +#~ ".kde.org. Os caracteres especiais como o '*' e o '?' não são " +#~ "suportados e não farão efeito.

              \n" +#~ "

              Adicionalmente, também poderá introduzir endereços IP, p.ex., " +#~ "127.0.0.1 e endereços IP dentro de uma sub-rede, p.ex. 192.168.0.1/24.\n" #~ "" @@ -8491,16 +8933,17 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "addresses listed in the Exceptions list." #~ msgstr "" #~ "\n" -#~ "Assinale esta opção se quiser que as definições do 'proxy' acima se " -#~ "apliquem apenas aos endereços indicados na lista de Excepções." +#~ "Assinale esta opção se quiser que as definições do 'proxy' acima se " +#~ "apliquem apenas aos endereços indicados na lista de Excepções." #~ msgid "Use proxy settings only for addresses in the Exceptions list" #~ msgstr "" -#~ "Usar a configuração do 'proxy' apenas para os endereços na lista de " -#~ "Excepções" +#~ "Usar a configuração do 'proxy' apenas para os endereços na lista de " +#~ "Excepções" #~ msgid "These settings apply to network browsing only." -#~ msgstr "Estas definições aplicam-se à navegação pela rede." +#~ msgstr "Estas definições aplicam-se à navegação pela rede." #~ msgid "Default password:" #~ msgstr "Senha predefinida:" @@ -8512,7 +8955,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "KDE's wastebin is configured to use the Finder's Trash.
              " #~ msgstr "" -#~ "O caixote do lixo do KDE está configurado para usar o Lixo do " +#~ "O caixote do lixo do KDE está configurado para usar o Lixo do " #~ "Finder.
              " #~ msgctxt "@info:whatsthis" @@ -8522,10 +8965,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "para>KDE's trash items will show up in a folder called KDE.trash, " #~ "in the Trash can." #~ msgstr "" -#~ "Se esvaziar o caixote do lixo do KDE, só irá remover os itens no " -#~ "lixo do KDE, enquanto
              se esvaziar o Lixo através do Finder, irá " -#~ "remover tudo.
              Os itens no lixo do KDE irão aparecer numa " -#~ "pasta chamada 'KDE.trash' na pasta de Lixo." +#~ "Se esvaziar o caixote do lixo do KDE, só irá remover os itens no " +#~ "lixo do KDE, enquanto
              se esvaziar o Lixo através do Finder, " +#~ "irá remover tudo.
              Os itens no lixo do KDE irão aparecer " +#~ "numa pasta chamada 'KDE.trash' na pasta de Lixo." #~ msgid "Delete files older than" #~ msgstr "Apagar os ficheiros mais antigos que" @@ -8537,10 +8980,11 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "disabled to not automatically delete " #~ "any items after a certain timespan
              " #~ msgstr "" -#~ "Assinale esta opção para permitir a remoção " -#~ "automática dos ficheiros mais antigos que o valor indicado. " -#~ "Deixe este campo desligado para não " -#~ "apagar automaticamente os itens anteriores a um dado período" +#~ "Assinale esta opção para permitir a remoção automática dos ficheiros mais antigos " +#~ "que o valor indicado. Deixe este campo desligado para não apagar automaticamente os itens anteriores " +#~ "a um dado período" #~ msgid " day" #~ msgid_plural " days" @@ -8552,8 +8996,8 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Set the number of days that files can remain in the trash. Any " #~ "files older than this will be automatically deleted." #~ msgstr "" -#~ "Configure o número de dias em que os ficheiros poderão permanecer " -#~ "no lixo. Todos os ficheiros anteriores a este período serão apagados " +#~ "Configure o número de dias em que os ficheiros poderão permanecer " +#~ "no lixo. Todos os ficheiros anteriores a este período serão apagados " #~ "automaticamente." #~ msgid "Cleanup:" @@ -8567,27 +9011,25 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Check this box to limit the trash to the maximum amount of disk " #~ "space that you specify below. Otherwise, it will be unlimited." #~ msgstr "" -#~ "Assinale esta opção para limitar o lixo ao tamanho máximo de espaço " -#~ "em disco que indicar abaixo. Caso contrário, será ilimitado." +#~ "Assinale esta opção para limitar o lixo ao tamanho máximo de " +#~ "espaço em disco que indicar abaixo. Caso contrário, será ilimitado." #~ msgctxt "@info:whatsthis" #~ msgid "" #~ "This is the maximum percent of disk space that will be used for the " #~ "trash." #~ msgstr "" -#~ "Esta é a percentagem máxima de espaço em disco que será usada para " -#~ "o lixo." +#~ "Esta é a percentagem máxima de espaço em disco que será usada " +#~ "para o lixo." #~ msgctxt "@info:whatsthis" #~ msgid "" #~ "This is the calculated amount of disk space that will be allowed " #~ "for the trash, the maximum." #~ msgstr "" -#~ "Esta é a quantidade calculada de espaço em disco que será permitida " -#~ "para o lixo no máximo." - -#~ msgid "Show a Warning" -#~ msgstr "Mostrar um Aviso" +#~ "Esta é a quantidade calculada de espaço em disco que " +#~ "será permitida para o lixo no máximo." #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Apagar os Ficheiros mais Antigos do Lixo" @@ -8601,10 +9043,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "of files that you specify, first. If this is set to warn you, it will do " #~ "so instead of automatically deleting files." #~ msgstr "" -#~ "Quando for atingido o limite de tamanho, o lixo irá preferir apagar " -#~ "o tipo de ficheiros que indicar aqui, em primeiro lugar. Se for " -#~ "configurado para o avisar, é o que fará, em vez de apagar automaticamente " -#~ "os ficheiros." +#~ "Quando for atingido o limite de tamanho, o lixo irá preferir " +#~ "apagar o tipo de ficheiros que indicar aqui, em primeiro lugar. Se for " +#~ "configurado para o avisar, é o que fará, em vez de apagar " +#~ "automaticamente os ficheiros." #~ msgid "Full Trash:" #~ msgstr "Lixo Cheio:" @@ -8627,10 +9069,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Preferred web search keywords are used in places where only a few " #~ "select keywords can be shown at one time." #~ msgstr "" -#~ "Assinale esta opção para seleccionar a palavra-chave de pesquisa na Web " +#~ "Assinale esta opção para seleccionar a palavra-chave de pesquisa na Web " #~ "seleccionado como o preferido.As palavras-chave de pesquisa na Web " -#~ "preferidas são usadas nos locais em que só poderá mostrar alguns atalhos " -#~ "predefinidos de cada vez." +#~ "preferidas são usadas nos locais em que só poderá mostrar alguns " +#~ "atalhos predefinidos de cada vez." #~ msgctxt "@item:inlistbox No default web search keyword" #~ msgid "None" @@ -8650,11 +9092,11 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "" #~ "

              Activa ou desactiva as palavras-chave de pesquisa " #~ "na Web.

              Estas palavras-chave permitem-lhe aceder rapidamente a " -#~ "informações disponíveis 'online' ou no seu disco rígido.

              O KDE vem " -#~ "com muitos atalhos Web predefinidos. Um desses atalhos da Web é o atalho " -#~ "de pesquisa da Google (TM). Para usar, basta escrever a palavra-chave " -#~ "'gg' seguida do separador e do termo a pesquisar, p.ex. gg:KDE.

              " +#~ "informações disponíveis 'online' ou no seu disco rígido.

              O KDE " +#~ "vem com muitos atalhos Web predefinidos. Um desses atalhos da Web é o " +#~ "atalho de pesquisa da Google (TM). Para usar, basta escrever a palavra-" +#~ "chave 'gg' seguida do separador e do termo a pesquisar, p.ex. gg:KDE.

              " #~ msgid "&Enable Web search keywords" #~ msgstr "Activar as palavras-chave de pesquisa na W&eb" @@ -8685,8 +9127,8 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "
              " #~ msgstr "" #~ "\n" -#~ "Seleccione o motor de busca a usar nos campos de procura que forneçam " -#~ "serviços automáticos de pesquisa, quando escrever frases ou palavras " +#~ "Seleccione o motor de busca a usar nos campos de procura que forneçam " +#~ "serviços automáticos de pesquisa, quando escrever frases ou palavras " #~ "normais em vez de um URL. Para desactivar esta funcionalidade, seleccione " #~ "Nenhum na lista.\n" #~ "" @@ -8702,11 +9144,11 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "weight:600;\">None from the list.

              " #~ msgstr "" #~ "

              Seleccione uma palavra-chave de pesquisa na Web " -#~ "predefinido.

              Isto permite às aplicações converterem automaticamente " -#~ "a palavra ou frase escrita para pesquisa com palavras-chave de pesquisa " -#~ "na Web, quando não possam ser filtradas para um URL adequado.

              Para " -#~ "desactivar esta funcionalidade, seleccione Nenhuma na lista.

              " +#~ "predefinido.

              Isto permite às aplicações converterem " +#~ "automaticamente a palavra ou frase escrita para pesquisa com palavras-" +#~ "chave de pesquisa na Web, quando não possam ser filtradas para um URL " +#~ "adequado.

              Para desactivar esta funcionalidade, seleccione Nenhuma na lista.

              " #~ msgid "" #~ "Choose the delimiter that separates the keyword from the phrase or word " @@ -8728,11 +9170,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgctxt "Space as keyword delimiter" #~ msgid "Space" -#~ msgstr "Espaço" - -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predefinição" +#~ msgstr "Espaço" #~ msgid "Modify Web Shortcut" #~ msgstr "Modificar o Atalho Web" @@ -8744,7 +9182,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "The shortcut \"%1\" is already assigned to \"%2\". Please choose a " #~ "different one." #~ msgstr "" -#~ "O atalho \"%1\" já está atribuído a \"%2\". Escolha por favor um " +#~ "O atalho \"%1\" já está atribuído a \"%2\". Escolha por favor um " #~ "diferente." #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -8756,7 +9194,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "ones.\n" #~ "%1" #~ msgstr "" -#~ "Já estão atribuídos os seguintes atalhos. Escolha por favor outros " +#~ "Já estão atribuídos os seguintes atalhos. Escolha por favor outros " #~ "diferentes.\n" #~ "%1" @@ -8766,17 +9204,17 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "This means that the same page is always going to be visited, regardless " #~ "of the text typed in with the shortcut." #~ msgstr "" -#~ "O URL do Atalho não contém qualquer substituição \\{...} para a pesquisa " -#~ "do utilizador.\n" -#~ "Isto significa que a mesma página será sempre visitada, independentemente " -#~ "do que o utilizador escrever." +#~ "O URL do Atalho não contém qualquer substituição \\{...} para a " +#~ "pesquisa do utilizador.\n" +#~ "Isto significa que a mesma página será sempre visitada, " +#~ "independentemente do que o utilizador escrever." #~ msgid "Keep It" -#~ msgstr "Mantê-lo" +#~ msgstr "Mantê-lo" #~ msgid "Enter the human-readable name of the search provider here." #~ msgstr "" -#~ "Indique aqui o nome legível para o utilizador do fornecedor de pesquisa." +#~ "Indique aqui o nome legível para o utilizador do fornecedor de pesquisa." #~ msgid "Shortcut &name:" #~ msgstr "&Nome do atalho:" @@ -8799,19 +9237,19 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Indique o URI que será usado numa pesquisa com o motor de busca aqui " -#~ "definido.
              O texto completo a pesquisar poderá ser indicado como \\{@} " -#~ "ou \\{0}.
              \n" -#~ "Recomenda-se o \\{@}, dado que remove todas as variáveis de pesquisa " -#~ "(nome=valor) do texto resultante, enquanto o \\{0} será substituído pelo " -#~ "texto de pesquisa não-modificado.
              Poderá usar o \\{1} ... \\{n} para " -#~ "definir certas palavras da pesquisa e \\{nome} para indicar um valor " -#~ "identificado por 'nome=valor' na pesquisa do utilizador.
              Para além " -#~ "disso, é possível definir várias referências (nomes, números e texto) de " -#~ "uma vez (\\{nome1,nome2,...,\"texto\"}).
              O primeiro valor " -#~ "correspondente (à esquerda) será usado como valor de substituição no URI " -#~ "resultante.
              Um texto entre aspas poderá ser usado como valor " -#~ "predefinido, se nada corresponder à esquerda da lista de referências.\n" +#~ "Indique o URI que será usado numa pesquisa com o motor de busca aqui " +#~ "definido.
              O texto completo a pesquisar poderá ser indicado como " +#~ "\\{@} ou \\{0}.
              \n" +#~ "Recomenda-se o \\{@}, dado que remove todas as variáveis de pesquisa " +#~ "(nome=valor) do texto resultante, enquanto o \\{0} será substituído pelo " +#~ "texto de pesquisa não-modificado.
              Poderá usar o \\{1} ... \\{n} " +#~ "para definir certas palavras da pesquisa e \\{nome} para indicar um valor " +#~ "identificado por 'nome=valor' na pesquisa do utilizador.
              Para além " +#~ "disso, é possível definir várias referências (nomes, números e texto) " +#~ "de uma vez (\\{nome1,nome2,...,\"texto\"}).
              O primeiro valor " +#~ "correspondente (à esquerda) será usado como valor de substituição no " +#~ "URI resultante.
              Um texto entre aspas poderá ser usado como valor " +#~ "predefinido, se nada corresponder à esquerda da lista de referências.\n" #~ "
              " #~ msgid "Shortcut &URL:" @@ -8820,7 +9258,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgid "" #~ "Select the character set that will be used to encode your search query." #~ msgstr "" -#~ "Seleccione a codificação que será usada para definir a sua pesquisa." +#~ "Seleccione a codificação que será usada para definir a sua pesquisa." #~ msgid "" #~ "\n" @@ -8830,16 +9268,16 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "" #~ msgstr "" #~ "\n" -#~ "Os atalhos aqui introduzidos poderão ser usados como um esquema de pseudo-" -#~ "URI's no KDE. Por exemplo, o atalho av poderá ser usado por " -#~ "exemplo em av:a minha pesquisa\n" +#~ "Os atalhos aqui introduzidos poderão ser usados como um esquema de " +#~ "pseudo-URI's no KDE. Por exemplo, o atalho av poderá ser usado " +#~ "por exemplo em av:a minha pesquisa\n" #~ "" #~ msgid "" #~ "

              Enter the human-readable name of the web shortcut " #~ "here.

              " #~ msgstr "" -#~ "

              Indique aqui o nome legível para o utilizador do " +#~ "

              Indique aqui o nome legível para o utilizador do " #~ "fornecedor de pesquisa.

              " #~ msgid "&Shortcuts:" @@ -8848,14 +9286,14 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgid "" #~ "Select the character set that will be used to encode your search query" #~ msgstr "" -#~ "Seleccione a codificação de caracteres que será usada para codificar a " +#~ "Seleccione a codificação de caracteres que será usada para codificar a " #~ "sua pesquisa" #~ msgid "&Charset:" -#~ msgstr "&Codificação:" +#~ msgstr "&Codificação:" #~ msgid "Insert query placeholder" -#~ msgstr "Inserir o item de substituição da pesquisa" +#~ msgstr "Inserir o item de substituição da pesquisa" #~ msgid "Blocked request." #~ msgstr "Pedido bloqueado." @@ -8880,27 +9318,27 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "trust, you might want to set the policy to accept, then you can access " #~ "the web sites without being prompted every time a cookie is received.

              " #~ msgstr "" -#~ "

              'Cookies'

              Os 'cookies' contêm informações que as aplicações " -#~ "do KDE que usam o protocolo HTTP (como o Konqueror) guardam no seu " -#~ "computador, sendo iniciadas por um servidor remoto da Internet. Isto " -#~ "significa que um servidor Web consegue guardar informações sobre si e " -#~ "sobre as suas actividades de navegação na sua máquina para uso posterior. " -#~ "Poderá considerar isso uma invasão de privacidade.

              Contudo, os " -#~ "'cookies' são úteis em certas situações. Por exemplo, são bastante usadas " -#~ "pelas lojas da Internet, para que possa 'colocar as coisas num cesto de " -#~ "compras'. Alguns serviços precisam que tenha um navegador que suporte os " -#~ "'cookies'.

              Dado que a maioria das pessoas desejam um compromisso " -#~ "entre a privacidade e os benefícios que os 'cookies' oferecem, o módulo " -#~ "de HTTP do KIO dá-lhe a possibilidade de personalizar a forma como lida " -#~ "com os 'cookies'. Como tal, poderá querer mudar a política predefinida " -#~ "para lhe perguntar sempre que um servidor quiser definir um 'cookie', " -#~ "permitindo-lhe decidir. Para as suas páginas Web de compras favoritas, e " -#~ "nas quais confia, poderá querer activar a política para os aceitar, para " -#~ "que possa então aceder a essas páginas sem que lhe perguntem sempre que " -#~ "se recebe um 'cookie'.

              " +#~ "

              'Cookies'

              Os 'cookies' contêm informações que as " +#~ "aplicações do KDE que usam o protocolo HTTP (como o Konqueror) guardam " +#~ "no seu computador, sendo iniciadas por um servidor remoto da Internet. " +#~ "Isto significa que um servidor Web consegue guardar informações sobre " +#~ "si e sobre as suas actividades de navegação na sua máquina para uso " +#~ "posterior. Poderá considerar isso uma invasão de privacidade.

              " +#~ "Contudo, os 'cookies' são úteis em certas situações. Por exemplo, sÃ" +#~ "£o bastante usadas pelas lojas da Internet, para que possa 'colocar as " +#~ "coisas num cesto de compras'. Alguns serviços precisam que tenha um " +#~ "navegador que suporte os 'cookies'.

              Dado que a maioria das pessoas " +#~ "desejam um compromisso entre a privacidade e os benefícios que os " +#~ "'cookies' oferecem, o módulo de HTTP do KIO dá-lhe a possibilidade de " +#~ "personalizar a forma como lida com os 'cookies'. Como tal, poderá querer " +#~ "mudar a política predefinida para lhe perguntar sempre que um servidor " +#~ "quiser definir um 'cookie', permitindo-lhe decidir. Para as suas páginas " +#~ "Web de compras favoritas, e nas quais confia, poderá querer activar a " +#~ "política para os aceitar, para que possa então aceder a essas páginas " +#~ "sem que lhe perguntem sempre que se recebe um 'cookie'.

              " #~ msgid "

              Cookie Management Quick Help

              " -#~ msgstr "

              Ajuda Rápida na Gestão de 'Cookies'

              " +#~ msgstr "

              Ajuda Rápida na Gestão de 'Cookies'

              " #~ msgid "" #~ "

              Cookies

              Cookies contain information that KDE application using " @@ -8923,29 +9361,30 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "and set it to accept. This enables you to receive cookies from trusted " #~ "web sites without being asked every time KDE receives a cookie.

              " #~ msgstr "" -#~ "

              'Cookies'

              Os 'cookies' contêm informações que as aplicações " -#~ "do KDE que usam o protocolo HTTP (como o Konqueror) guardam no seu " -#~ "computador, sendo iniciadas por um servidor remoto da Internet. Isto " -#~ "significa que um servidor Web consegue guardar informações sobre si e " -#~ "sobre as suas actividades de navegação na sua máquina para uso posterior. " -#~ "Poderá considerar isso uma invasão de privacidade.

              Contudo, os " -#~ "'cookies' são úteis em certas situações. Por exemplo, são bastante usadas " -#~ "pelas lojas da Internet, para que possa 'colocar as coisas num cesto de " -#~ "compras'. Alguns serviços precisam que tenha um navegador que suporte os " -#~ "'cookies'.

              Dado que a maioria das pessoas desejam um compromisso " -#~ "entre a privacidade e os benefícios que os 'cookies' oferecem, o KDE dá-" -#~ "lhe a possibilidade de personalizar a forma como lida com os 'cookies'. " -#~ "Como tal, poderá querer mudar a política predefinida para lhe perguntar " -#~ "sempre que um servidor quiser definir um 'cookie' ou simplesmente " -#~ "rejeitar ou aceitar tudo. Por exemplo, para as suas páginas Web de " -#~ "compras favoritas, e nas quais confia, poderá querer activar a política " -#~ "para os aceitar. Para tal, tudo o que tem a fazer é navegar para essa " -#~ "página em particular e, quando lhe for apresentada a janela do 'cookie', " -#~ "carregar em Este domínio, sob o botão 'Aplicar a' e escolher a " -#~ "opção Aceitar ou definir o nome específico do servidor na página " -#~ "Política Específica do Domínio e configurá-la para aceitar. Isto " -#~ "permite-lhe receber 'cookies' das páginas Web de confiança sem que lhe " -#~ "façam perguntas sempre que o KDE receber um 'cookie'.

              " +#~ "

              'Cookies'

              Os 'cookies' contêm informações que as " +#~ "aplicações do KDE que usam o protocolo HTTP (como o Konqueror) guardam " +#~ "no seu computador, sendo iniciadas por um servidor remoto da Internet. " +#~ "Isto significa que um servidor Web consegue guardar informações sobre " +#~ "si e sobre as suas actividades de navegação na sua máquina para uso " +#~ "posterior. Poderá considerar isso uma invasão de privacidade.

              " +#~ "Contudo, os 'cookies' são úteis em certas situações. Por exemplo, sÃ" +#~ "£o bastante usadas pelas lojas da Internet, para que possa 'colocar as " +#~ "coisas num cesto de compras'. Alguns serviços precisam que tenha um " +#~ "navegador que suporte os 'cookies'.

              Dado que a maioria das pessoas " +#~ "desejam um compromisso entre a privacidade e os benefícios que os " +#~ "'cookies' oferecem, o KDE dá-lhe a possibilidade de personalizar a forma " +#~ "como lida com os 'cookies'. Como tal, poderá querer mudar a política " +#~ "predefinida para lhe perguntar sempre que um servidor quiser definir um " +#~ "'cookie' ou simplesmente rejeitar ou aceitar tudo. Por exemplo, para as " +#~ "suas páginas Web de compras favoritas, e nas quais confia, " +#~ "poderá querer activar a política para os aceitar. Para tal, tudo o que " +#~ "tem a fazer é navegar para essa página em particular e, quando lhe for " +#~ "apresentada a janela do 'cookie', carregar em Este domínio, sob o " +#~ "botão 'Aplicar a' e escolher a opção Aceitar ou definir o nome especí" +#~ "fico do servidor na página Política Específica do Domínio e " +#~ "configurá-la para aceitar. Isto permite-lhe receber 'cookies' das " +#~ "páginas Web de confiança sem que lhe façam perguntas sempre que o KDE " +#~ "receber um 'cookie'.

              " #~ msgid "" #~ "

              Network Preferences

              Here you can define the behavior of KDE " @@ -8953,10 +9392,10 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "timeouts or use a modem to connect to the Internet, you might want to " #~ "adjust these settings." #~ msgstr "" -#~ "

              Preferências da Rede

              Aqui poderá definir o comportamento dos " -#~ "programas do KDE, ao usar a Internet e as ligações de rede. Se tiver " -#~ "falhas de tempo-limite ou usar um modem para se ligar à Internet, poderá " -#~ "querer ajustar estes valores." +#~ "

              Preferências da Rede

              Aqui poderá definir o comportamento dos " +#~ "programas do KDE, ao usar a Internet e as ligações de rede. Se tiver " +#~ "falhas de tempo-limite ou usar um modem para se ligar à Internet, " +#~ "poderá querer ajustar estes valores." #~ msgid "" #~ "

              Proxy

              A proxy server is an intermediate program that sits " @@ -8968,15 +9407,15 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "anything else you want to block.

              Note: Some proxy servers " #~ "provide both services.

              " #~ msgstr "" -#~ "

              'Proxy'

              Um servidor 'proxy' é um programa intermédio colocado " -#~ "entre a sua máquina e a Internet e que oferece alguns serviços, como a " -#~ "'cache' e/ou filtragem de páginas Web.

              A 'cache' de servidores " -#~ "'proxy' dá-lhe um acesso mais rápido a servidores que já tenha visitado, " -#~ "armazenando-as localmente ou fazendo 'cache' do conteúdo destas páginas; " -#~ "a filtragem de servidores 'proxy', por outro lado, oferece a capacidade " -#~ "de bloquear os pedidos de anúncios, lixo ou de tudo o que deseje bloquear." -#~ "

              Nota: Alguns servidores 'proxy' oferecem ambos os serviços." -#~ "

              " +#~ "

              'Proxy'

              Um servidor 'proxy' é um programa intermédio " +#~ "colocado entre a sua máquina e a Internet e que oferece alguns " +#~ "serviços, como a 'cache' e/ou filtragem de páginas Web.

              A 'cache' " +#~ "de servidores 'proxy' dá-lhe um acesso mais rápido a servidores que " +#~ "já tenha visitado, armazenando-as localmente ou fazendo 'cache' do " +#~ "conteúdo destas páginas; a filtragem de servidores 'proxy', por outro " +#~ "lado, oferece a capacidade de bloquear os pedidos de anúncios, lixo ou " +#~ "de tudo o que deseje bloquear.

              Nota: Alguns servidores " +#~ "'proxy' oferecem ambos os serviços.

              " #~ msgid "" #~ "

              Windows Shares

              Applications using the SMB KIO worker (like " @@ -8987,20 +9426,20 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "reasons, you may not want to do that, as entries with passwords are " #~ "clearly indicated as such.

              " #~ msgstr "" -#~ "

              Partilhas do Windows

              As aplicações que usam o módulo de SMB do " -#~ "KIO (como o Konqueror) são capazes de aceder aos sistemas de ficheiros " -#~ "partilhados pelo Microsoft Windows, se estiverem devidamente configuradas." -#~ "

              Poderá definir aqui as credenciais usadas para aceder aos recursos " -#~ "partilhados. As senhas serão gravadas localmente e codificadas para que " -#~ "fiquem ilegíveis ao olho humano. Por razões de segurança, não deverá " -#~ "querer fazer isso, dado que os elementos com senhas são identificado " -#~ "claramente como tal.

              " +#~ "

              Partilhas do Windows

              As aplicações que usam o módulo de SMB " +#~ "do KIO (como o Konqueror) são capazes de aceder aos sistemas de " +#~ "ficheiros partilhados pelo Microsoft Windows, se estiverem devidamente " +#~ "configuradas.

              Poderá definir aqui as credenciais usadas para " +#~ "aceder aos recursos partilhados. As senhas serão gravadas localmente e " +#~ "codificadas para que fiquem ilegíveis ao olho humano. Por razões de " +#~ "segurança, não deverá querer fazer isso, dado que os elementos com " +#~ "senhas são identificado claramente como tal.

              " #~ msgid "Web Search Keywords" #~ msgstr "Palavras-Chave da Pesquisa Web" #~ msgid "Configure enhanced browsing features" -#~ msgstr "Configurar as funcionalidades de navegação melhorada" +#~ msgstr "Configurar as funcionalidades de navegação melhorada" #~ msgid "" #~ "

              Enhanced Browsing

              In this module you can configure some enhanced " @@ -9011,14 +9450,14 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "you have not changed this keyboard shortcut) and enter the shortcut in " #~ "the Run Command dialog." #~ msgstr "" -#~ "

              Navegação Melhorada

              Neste módulo, poderá configurar algumas das " -#~ "funcionalidades de navegação assistida pelo KDE.

              Palavras-Chave da " -#~ "Pesquisa na Web

              Estas palavras-chave são uma forma rápida de usar os " -#~ "motores de busca da Web. Por exemplo, escreva \"duckduckgo:xpto\" ou \"dd:" -#~ "xpto\" para que o Konqueror faça uma pesquisa no DuckDuckGo por \"xpto\". " -#~ "Ainda mais simples: basta carregar em Alt+F2 (se não tiver alterado a " -#~ "combinação de teclas) e indique o atalho na janela para 'Executar um " -#~ "Comando'." +#~ "

              Navegação Melhorada

              Neste módulo, poderá configurar algumas " +#~ "das funcionalidades de navegação assistida pelo KDE.

              Palavras-Chave " +#~ "da Pesquisa na Web

              Estas palavras-chave são uma forma rápida de " +#~ "usar os motores de busca da Web. Por exemplo, escreva \"duckduckgo:xpto\" " +#~ "ou \"dd:xpto\" para que o Konqueror faça uma pesquisa no DuckDuckGo por " +#~ "\"xpto\". Ainda mais simples: basta carregar em Alt+F2 (se não tiver " +#~ "alterado a combinação de teclas) e indique o atalho na janela para " +#~ "'Executar um Comando'." #~ msgctxt "@info:whatsthis" #~ msgid "" @@ -9031,39 +9470,40 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "typing them into the input widget of applications that have built-in " #~ "support for such a feature, e.g Konqueror." #~ msgstr "" -#~ "Neste módulo, poderá configurar a funcionalidade das palavras-chave " -#~ "de pesquisa na Web. As palavras-chave de pesquisa na Web permitem-lhe " -#~ "procurar rapidamente ou pesquisar por palavras-chave na Internet. Por " -#~ "exemplo, para procurar informações sobre o projecto KDE no motor de busca " -#~ "Google, basta escrever gg:KDE ou google:" -#~ "KDE.Se seleccionar um motor de busca predefinido, " -#~ "as palavras normais ou frases serão pesquisas no motor de busca indicado, " -#~ "bastando para tal escrevê-las nas aplicações, como o Konqueror, que " -#~ "tiverem suporte incorporado para essas funcionalidades." +#~ "Neste módulo, poderá configurar a funcionalidade das palavras-" +#~ "chave de pesquisa na Web. As palavras-chave de pesquisa na Web permitem-" +#~ "lhe procurar rapidamente ou pesquisar por palavras-chave na Internet. Por " +#~ "exemplo, para procurar informações sobre o projecto KDE no motor de " +#~ "busca Google, basta escrever gg:KDE ou " +#~ "google:KDE.Se seleccionar um motor de " +#~ "busca predefinido, as palavras normais ou frases serão pesquisas no " +#~ "motor de busca indicado, bastando para tal escrevê-las nas aplicações, " +#~ "como o Konqueror, que tiverem suporte incorporado para essas " +#~ "funcionalidades." #~ msgid "Using sub-URLs with %1 is not supported." -#~ msgstr "A utilização de sub-URLs em %1 não é suportada." +#~ msgstr "A utilização de sub-URLs em %1 não é suportada." #~ msgid "&Yes" #~ msgstr "&Sim" #~ msgid "&No" -#~ msgstr "&Não" +#~ msgstr "&Não" #~ msgid "A file or folder named %1 already exists." -#~ msgstr "Já existe um ficheiro ou pasta chamado %1." +#~ msgstr "Já existe um ficheiro ou pasta chamado %1." #~ msgid "You do not have permission to create that folder." -#~ msgstr "Não tem permissões para criar essa pasta." +#~ msgstr "Não tem permissões para criar essa pasta." #~ msgid "The desktop is offline" -#~ msgstr "O ambiente de trabalho está desligado" +#~ msgstr "O ambiente de trabalho está desligado" #~ msgid "mounting is not supported by Windows CE." -#~ msgstr "a montagem não é suportada no Windows CE." +#~ msgstr "a montagem não é suportada no Windows CE." #~ msgid "unmounting is not supported by Windows CE." -#~ msgstr "a desmontagem não é suportada no Windows CE." +#~ msgstr "a desmontagem não é suportada no Windows CE." #~ msgid "" #~ "The desktop entry of type\n" @@ -9072,7 +9512,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "" #~ "O tipo do ficheiro desktop\n" #~ "%1\n" -#~ "não é conhecido." +#~ "não é conhecido." #~ msgid "" #~ "The desktop entry file\n" @@ -9081,7 +9521,7 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ msgstr "" #~ "O ficheiro desktop\n" #~ "%1\n" -#~ "é do tipo FSDevice mas não tem entrada Dev=...." +#~ "é do tipo FSDevice mas não tem entrada Dev=...." #~ msgid "Mount" #~ msgstr "Montar" @@ -9093,17 +9533,12 @@ msgstr "Se não confiar neste programa, carregue em Cancelar" #~ "Unable to run the command specified. The file or folder %1 " #~ "does not exist." #~ msgstr "" -#~ "Não foi possível executar o comando indicado. O ficheiro ou pasta " -#~ "%1 não existe." +#~ "Não foi possível executar o comando indicado. O ficheiro ou pasta " +#~ "%1 não existe." #~ msgid "Could not find any application or handler for %1" #~ msgstr "" -#~ "Não foi possível encontrar nenhuma aplicação ou utilitário para o %1" - -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Co&lar o Ficheiro" -#~ msgstr[1] "Co&lar os %1 Ficheiros" +#~ "Não foi possível encontrar nenhuma aplicação ou utilitário para o %1" #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" diff --git a/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/data/index.docbook b/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/data/index.docbook index c09d043bcf..c364639511 100644 --- a/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/data/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/data/index.docbook @@ -8,7 +8,7 @@
              URLs de Dados +>&URL;s de Dados @@ -49,7 +49,7 @@ URLs de dados permitem que pequenos documentos de dados sejam incluídos na URL. Isto é útil para pequenos casos de testes HTML ou outras ocasiões que não justificam um documento por si só. +>&URL;s de dados permitem que pequenos documentos de dados sejam incluídos na &URL;. Isto é útil para pequenos casos de testes &HTML; ou outras ocasiões que não justificam um documento por si só. O último exemplo entregou um documento texto. Para documentos HTML deve ser especificado o tipo MIME O último exemplo entregou um documento texto. Para documentos &HTML; deve ser especificado o tipo &MIME; text/html: : data:text/html,<title>Caso de Teste</title><p>Isto é um teste</p>. Este exemplo produz exatamente o mesmo resultado do que se o conteúdo tivesse sido carregado de um documento separado. Também é possível especificar conjuntos de caracteres alternantes. Note que caracteres de 8 bits têm de ser escapados com um sinal de porcentagem e seus códigos de dois dígitos hexadecimais: Também é possível especificar conjuntos de caracteres alternantes. Note que caracteres de 8 bits têm de ser escapados com um sinal de porcentagem e seus códigos de dois dígitos hexadecimais: data:;charset=iso-8859-1,Gr%FC%DFe aus Schl%E4gl resulta em resulta em Grüße aus Schlägl, onde, ao omitir o atributo de conjunto de caracteres deve deixar algo como , onde, ao omitir o atributo de conjunto de caracteres deve deixar algo como Gr??e aus Schl?gl +>. O &FTP; é comumente usado para recuperar informações e obter software armazenado nos arquivos dos sites &FTP; no mundo todo. - Fonte: Citado em http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Veja o RFC: https://datatracker.ietf.org/doc/html/rfc959. Veja o manual do 02/04/2014 +>08/09/2020 Frameworks 5.0 +>Frameworks 5.73 @@ -65,35 +65,40 @@ A documentação pode não existir ou não ter sido instalada com o aplicativo. +Por favor, não envie um e-mail ao autor desta página para encontrar o documento em falta. Ele apenas lhe dirá para seguir as instruções nesta página. + Como resolver este problema Se o aplicativo é integrante do &kde;, inicie procurando na página de Documentação do KDE pelo documento desejado. Se encontrá-lo nessa página, a sua distribuição provavelmente terá um pacote separado para a documentação (⪚, chamado de 'plasma-doc' para a documentação relacionada ao &plasma;). Use o gerenciador de pacotes da sua distribuição para procurar e instalar a documentação que está faltando. +>Se o aplicativo for um software do &kde;, primeiro use a função de busca no &khelpcenter;. Em alguns casos, a documentação tem um nome diferente do que o software estava usando para tentar encontrá-la. Se isso não funcionar, tente pesquisar no site de documentação do &kde;. Se você encontrar a documentação nesse site, sua distribuição pode incluir um pacote separado para documentação (⪚, chamado plasma-doc para documentação relacionada ao &plasma;). Use o gerenciador de pacotes da sua distribuição para encontrar e instalar a documentação ausente. Se você usar uma distribuição baseada em código-fonte, como o Gentoo, certifique-se de que não existe qualquer opção de configuração (opções USE no Gentoo) que possa ter desativado a instalação da documentação. Se você já tiver feito isso, mas continua vendo esta página em vez do manual do aplicativo, poderá ter descoberto um erro no sistema de ajuda. Nesse caso, comunique isto por favor no Gerenciador de Erros do KDEGerenciador de bugs do &kde;, sob o produto KIO. Se você não encontrar nenhuma documentação na página de Documentação do KDEpágina de Documentação do &kde;, o aplicativo poderá não ter uma documentação 'offline'. Comunique este fato no Gerenciador de Erros do KDEGerenciador de bugs do &kde;, sob o produto do aplicativo. No caso de o aplicativo não ter documentação offline, você deverá usar os recursos online na Documentação da Base de Usuários e nos Fóruns da Comunidade do KDEFóruns da Comunidade do &kde; para obter ajuda. http significa &HTTP; significa Hyper Trotocol ou: Protocolo de Transferência de HiperTexto. O 'kioslave' http é usado por todos os aplicativos do &kde; para manipular conexões para os servidores http, isto é, servidores web. O uso mais comum é para visualizar páginas web no navegador &konqueror;. +>O KIO do 'http' é usado por todos os aplicativos do &kde; para manipular conexões para os servidores &HTTP;, isto é, servidores web. O uso mais comum é para visualizar páginas web no navegador &konqueror;. Você pode usar o 'kioslave' http no &konqueror; fornecendo a ele uma URL: http://Você pode usar o KIO do 'http' no &konqueror; fornecendo a ele uma &URL;: https://www.kde.org. diff --git a/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/webdav/index.docbook b/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/webdav/index.docbook index 437bb39acd..187e8fe44d 100644 --- a/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/webdav/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/pt_BR/docs/kioworker6/webdav/index.docbook @@ -42,14 +42,10 @@ >Authoring e Versioning (ou Versionamento Autoritativo Distribuído) para a Web. Ele permite um fácil gerenciamento de documentos e scripts em um servidor http, e possui características adicionais projetadas para simplificar o gerenciamento de versões com múltiplos autores. +>ersioning (ou Versionamento Autoritativo Distribuído) para a Web. Ele permite um fácil gerenciamento de documentos e scripts em um servidor &HTTP;, e possui características adicionais projetadas para simplificar o gerenciamento de versões com múltiplos autores. O uso deste protocolo é simples. Digite a localização que deseja ver, similar a uma URL com http, exceto o nome do protocolo no início para o protocolo webdav://. Um exemplo seria O uso deste protocolo é simples. Digite a localização que deseja ver, similar a uma &URL; com &HTTP;, exceto o nome do protocolo no início para o protocolo webdav://. Um exemplo seria webdav:// www.dominio.com/caminho/ Para aproveitar essas capacidades adicionais, você precisará de um aplicativo que as suporte. Nenhum aplicativo atualmente as suporta através deste 'kioslave'. +>Para aproveitar essas capacidades adicionais, você precisará de um aplicativo que as suporte. Nenhum aplicativo atualmente as suporta através deste KIO. , 2003. # Lisiane Sztoltz Teixeira , 2004. # Lisiane Sztoltz Teixeira , 2004, 2005. -# Marcus Gama , 2006, 2011, 2012. +# SPDX-FileCopyrightText: 2006, 2011-2012, 2025-2026 Marcus Gama # doutor.zero , 2007. # Diniz Bortolotto , 2007, 2008. # André Marcelo Alvarenga , 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020. # Luiz Fernando Ranghetti , 2009, 2010, 2012, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. # Thiago Masato Costa Sueto , 2019, 2021. # SPDX-FileCopyrightText: 2023 Geraldo Simiao +# SPDX-FileCopyrightText: 2025, 2026 Guilherme Marçal Silva +# SPDX-FileCopyrightText: 2025 Frederico Goncalves Guimaraes msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2023-12-13 15:53-0300\n" -"Last-Translator: Geraldo Simiao \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 07:13-0300\n" +"Last-Translator: Marcus Gama \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.08.3\n" +"X-Generator: Lokalize 26.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "André Marcelo Alvarenga, Geraldo Simião" +msgstr "André Marcelo Alvarenga, Geraldo Simião, Guilherme Marçal Silva" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "alvarenga@kde.org, geraldosimiao@fedoraproject.org" +msgstr "" +"alvarenga@kde.org, geraldosimiao@fedoraproject.org, guimarcalsilva@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Não foi possível modificar o proprietário do arquivo %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -52,12 +55,12 @@ msgstr "" "Não foi possível modificar a propriedade do arquivo %1. " "Você não tem permissão para realizar essa alteração." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Não foi possível criar KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -69,7 +72,7 @@ msgstr "" "Não foi possível criar o link simbólico \"%1\".\n" "O sistema de arquivos do destino (%2) não suporta links simbólicos." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -84,7 +87,7 @@ msgstr "" "Selecionar Substituir irá substituir qualquer caractere inválido (no nome da " "pasta de destino) com um sublinhado \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -99,23 +102,23 @@ msgstr "" "Selecionar Substituir irá substituir qualquer caractere inválido (no nome do " "arquivo de destino) com um sublinhado \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "A pasta já existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "O arquivo já existe" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Já existe como pasta" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Lixeira" @@ -209,205 +212,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Movendo" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Origem" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destino" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renomeando" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiando" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Criando pasta" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Pasta" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Excluindo" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Arquivo" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinando" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferindo" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montando" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispositivo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Ponto de montagem" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Desmontando" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Alterar atributo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de root para alterar os atributos do arquivo. " -"Deseja continuar?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiar arquivos" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de root para a operação de cópia.Deseja " -"continuar?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Excluir arquivos" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"São necessários privilégios de root para a operação de remoção. No entanto," -"fazer isto pode danificar seu sistema. Deseja continuar?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Criar pasta" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"São necessários privilégios de root para criar esta pasta. Deseja continuar?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mover itens" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de root para a operação de mover.Deseja " -"continuar?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Renomear" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"São necessários privilégios de root para concluir a renomeação.Deseja " -"continuar?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Criar um link simbólico" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"São necessários privilégios de root para criar um link simbólico. Deseja " -"continuar?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transferir dados" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"São necessários privilégios de root para concluir a transferência de dados." -"Deseja continuar?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -437,7 +331,7 @@ msgstr "" #: core/job_error.cpp:49 #, kde-format msgid "Malformed URL %1." -msgstr "URL inválida %1." +msgstr "URL %1 inválida." #: core/job_error.cpp:52 #, kde-format @@ -835,6 +729,11 @@ msgstr "O arquivo é muito grande para ser colocado na lixeira." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Não foi possível encontrar ou criar uma pasta de lixo para este local." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -844,65 +743,65 @@ msgstr "" "%2\n" "Envie um relatório de erros para https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(desconhecida)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

              %1

              %2

              " msgstr "

              %1

              %2

              " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Razão técnica: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalhes da requisição:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
            • URL: %1
            • " msgstr "
            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Protocolo: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Data e hora : %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Informações adicionais: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causas possíveis:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluções possíveis:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(desconhecido)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -911,17 +810,17 @@ msgstr "" "Entre em contato com o administrador do seu sistema ou grupo de suporte " "técnico, para ajuda adicional." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Entre em contato com o administrador do servidor para ajuda adicional." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Verifique as suas permissões de acesso a este recurso." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -930,7 +829,7 @@ msgstr "" "Suas permissões de acesso podem ser inadequadas para realizar as operações " "requisitadas neste recurso." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -938,7 +837,7 @@ msgstr "" "O arquivo pode estar em uso (e, talvez, travado) por outro usuário ou " "aplicativo." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +846,17 @@ msgstr "" "Certifique-se de que nenhum outro aplicativo ou usuário está usando o " "arquivo ou travou-o." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Apesar de improvável, um erro de hardware pode ter ocorrido." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Você pode ter encontrado um erro no programa." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +865,7 @@ msgstr "" "Isto parece ter sido causado por um erro no programa. Por favor, considere " "enviar uma descrição completa do erro, abaixo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +874,7 @@ msgstr "" "Atualize seu programa para a última versão. Sua distribuição deve prover " "ferramentas para atualizar seus programas." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -996,12 +895,12 @@ msgstr "" "anteriormente, e inclua-os em seu relatório de erro, juntamente com todos os " "outros detalhes que você acredita que possam ajudar." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Pode ter ocorrido um problema com sua conexão de rede." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1010,7 +909,7 @@ msgstr "" "Pode ter ocorrido um problema com sua configuração de rede. Se você acessou " "a Internet recentemente e não teve problemas, o motivo pode não ser este." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1019,44 +918,44 @@ msgstr "" "Pode ter ocorrido um problema em algum ponto da rede entre o servidor e este " "computador." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Tente novamente agora ou mais tarde." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Um erro de protocolo ou incompatibilidade pode ter ocorrido." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Esteja certo que o recurso existe e tente novamente." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "O recurso especificado pode não existir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Confira novamente que você entrou com a localização correta e tente " "novamente." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Verifique a situação da sua conexão de rede." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Não é possível abrir o recurso para leitura" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 não pôde ser recuperado, pois não existe acesso para leitura do " "mesmo." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Você pode não ter permissões para ler o arquivo ou abrir a pasta." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Não é possível abrir recurso para gravação" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1085,17 +984,17 @@ msgstr "" "Isto quer dizer que o arquivo %1, não pôde ser escrito " "conforme requisitado, pois não há permissão para escrita no mesmo." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Não foi possível iniciar o processo requerido pelo protocolo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Não foi possível iniciar o processo" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 não pode ser encontrado ou iniciado. Isto ocorre normalmente por " "razões técnicas." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1117,12 +1016,12 @@ msgstr "" "atualizado, juntamente com a última atualização do KDE. Isto pode tornar o " "programa incompatível com a versão atual, e portanto, não iniciar." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Erro interno" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 informou um erro interno." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL formatada incorretamente" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocolo não suportado %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1165,12 +1064,12 @@ msgstr "" "O protocolo %1 não é suportado pelos programas do KDE " "atualmente instalados em seu computador." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "O protocolo requisitado pode não ser suportado." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1179,7 +1078,7 @@ msgstr "" "As versões do protocolo %1 suportadas por este computador, e pelo servidor, " "podem ser incompatíveis." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1190,17 +1089,17 @@ msgstr "" "de \"KIO worker\") que suporte este protocolo. Os locais para pesquisa " "incluem https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "A URL não referencia um recurso." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "O protocolo é um protocolo de filtragem" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource Locator) digitada não se referencia a um recurso específico." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1222,12 +1121,12 @@ msgstr "" "uma destas situações. Este é um evento raro e provavelmente está indicando " "um erro de programação." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ação não suportada: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1236,7 +1135,7 @@ msgstr "" "A ação solicitada não é suportada pelo programa do KDE, que está " "implementando o protocolo %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1247,17 +1146,17 @@ msgstr "" "fornecer a você mais detalhes que os disponíveis para a arquitetura de " "entrada/saída do KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Tente encontrar outro modo para obter o mesmo resultado." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Arquivo esperado" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1266,17 +1165,17 @@ msgstr "" "A solicitação esperava um arquivo, entretanto, uma pasta %1 " "foi encontrada." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Este pode ser um erro do servidor." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Pasta esperada" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1285,17 +1184,17 @@ msgstr "" "A solicitação esperava uma pasta, entretanto, um arquivo %1 " "foi encontrado." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Arquivo ou Pasta Não Existe" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "O arquivo ou pasta %1 especificado não existe." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1304,22 +1203,22 @@ msgstr "" "O arquivo requisitado não pôde ser criado, porque já existe um com o mesmo " "nome." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Tente mover o arquivo atual para outro local e depois tente novamente." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Exclua o arquivo atual e tente novamente." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Escolha um nome alternativo para o novo arquivo." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1328,27 +1227,27 @@ msgstr "" "A pasta requisitada não pôde ser criada, porque já existe uma com o mesmo " "nome." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Tente mover a pasta atual para outro local e depois tente novamente." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Exclua a pasta atual e tente novamente." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Escolha um nome alternativo para a nova pasta." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Máquina desconhecida" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1357,7 +1256,7 @@ msgstr "" "Um erro de máquina desconhecida indica que o servidor com o nome %1 não pôde ser localizado na Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1365,30 +1264,30 @@ msgstr "" "O nome digitado, %1, pode não existir: ele pode ter sido digitado " "incorretamente." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Acesso negado" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "O acesso ao recurso especificado %1 foi negado." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Você pode ter fornecido detalhes de autenticação incorretos ou nenhum " "detalhe." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Sua conta pode não ter permissões para acessar este recurso específico." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1397,12 +1296,12 @@ msgstr "" "Tente novamente a requisição e garanta que os detalhes de autenticação " "estejam corretos." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Acesso de escrita negado" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1411,12 +1310,12 @@ msgstr "" "Isto quer dizer que uma tentativa para escrever no arquivo %1 foi rejeitada." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Não foi possível entrar na pasta" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1425,17 +1324,17 @@ msgstr "" "Isto quer dizer que uma tentativa para entrar (em outras palavras, abrir) na " "pasta %1 requisitada foi rejeitada." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listagem de pasta indisponível" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "O protocolo %1 não é um sistema de arquivos" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1445,12 +1344,12 @@ msgstr "" "Isto significa que foi feito um pedido que necessita da lista do conteúdo da " "pasta, e o programa do KDE que suporta este protocolo é incapaz de fazê-lo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Link cíclico detectado" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1463,7 +1362,7 @@ msgstr "" "de links que resultam em um loop infinito, isto é, o arquivo foi (talvez de " "modo indireto) vinculado a ele mesmo." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1472,27 +1371,27 @@ msgstr "" "Apague uma parte do loop, para que ele não cause mais um loop infinito, e " "tente novamente." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Solicitação cancelada pelo usuário" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "A requisição não foi concluída porque ela foi cancelada." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Tentar novamente a requisição." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Link cíclico detectado durante a cópia" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1506,17 +1405,17 @@ msgstr "" "loop infinito, isto é, o arquivo foi (talvez de modo indireto) vinculado a " "ele mesmo." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Não foi possível criar uma conexão de rede" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Não foi possível criar o socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1525,8 +1424,8 @@ msgstr "" "Este é um erro técnico no qual um dispositivo requisitado para as " "comunicações de rede (um socket) não pôde ser criado." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1535,12 +1434,12 @@ msgstr "" "A conexão de rede pode estar configurada incorretamente, ou a interface de " "rede pode não estar habilitada." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "O servidor recusou a conexão" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1548,7 +1447,7 @@ msgid "" msgstr "" "O servidor %1 recusou o pedido de conexão deste computador." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1557,7 +1456,7 @@ msgstr "" "O servidor, embora conectado à Internet, pode não estar configurado para " "permitir requisições." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1566,7 +1465,7 @@ msgstr "" "O servidor, embora conectado à Internet, pode não estar executando o serviço " "requisitado (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1577,12 +1476,12 @@ msgstr "" "protegendo sua rede ou a rede do servidor), pode ter intervido, parando esta " "requisição." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "A conexão com o servidor foi fechada inesperadamente" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1591,7 +1490,7 @@ msgstr "" "Embora uma conexão com %1 tenha sido estabelecida, a " "conexão foi fechada em um ponto inesperado na comunicação." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1600,17 +1499,17 @@ msgstr "" "Pode ter ocorrido um erro de protocolo, causando ao servidor o fechamento da " "conexão, como uma resposta ao erro." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Recurso de URL inválido" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "O protocolo %1 não é um protocolo de filtragem" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator) digitada não se referencia a um mecanismo válido para acessar " "o recurso específico, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1634,17 +1533,17 @@ msgstr "" "protocolo não é capaz de fazer tal ação. Este é um evento raro, e " "provavelmente indica em um erro de programação." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Não foi possível inicializar o dispositivo de entrada/saída" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Não foi possível montar o dispositivo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1653,7 +1552,7 @@ msgstr "" "O dispositivo solicitado não pôde ser inicializado (\"montado\"). O erro " "reportado foi: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1665,7 +1564,7 @@ msgstr "" "no caso de um dispositivo periférico/portátil, o dispositivo pode não estar " "corretamente conectado." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1676,7 +1575,7 @@ msgstr "" "sistemas UNIX, privilégios de administrador de sistemas frequentemente são " "necessários para inicializar um dispositivo." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1686,17 +1585,17 @@ msgstr "" "mídia, e dispositivos portáteis devem estar conectados e ligados; em " "seguida, tente novamente." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Não foi possível desativar o dispositivo de entrada/saída" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Não foi possível desmontar o dispositivo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1705,7 +1604,7 @@ msgstr "" "O dispositivo solicitado não pôde ser desativado (\"desmontado\"). O erro " "reportado foi: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1716,7 +1615,7 @@ msgstr "" "aplicativos ou usuários. Mesmo tais coisas, como ter uma janela de navegador " "aberta em uma localização neste dispositivo, pode fazê-lo permanecer em uso." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1727,19 +1626,19 @@ msgstr "" "Em sistemas UNIX, privilégios de administrador de sistemas frequentemente " "são necessários para desmontar um dispositivo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Verifique se não existem aplicativos acessando o dispositivo e tente " "novamente." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Não foi possível ler o recurso" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1748,17 +1647,17 @@ msgstr "" "Isto significa que embora fosse possível abrir o recurso %1, um erro ocorreu ao ler o conteúdo do recurso." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Você pode não ter permissões para ler do recurso." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Não foi possível escrever no recurso" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1767,22 +1666,22 @@ msgstr "" "Isto significa que, embora o recurso %1 possa ser aberto, " "um erro ocorreu ao escrever para o recurso." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Você pode não ter permissões de escrita neste recurso." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Não foi possível escutar por conexões de rede" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Não foi possível vincular" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1793,17 +1692,17 @@ msgstr "" "comunicações de rede (um socket) não pôde ser criado para ouvir as conexões " "de rede de entrada." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Não foi possível escutar" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Não foi possível aceitar a conexão de rede" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1812,17 +1711,17 @@ msgstr "" "Este é um erro técnico no qual um erro ocorreu ao se tentar aceitar uma " "conexão de entrada de rede." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Você pode não ter permissões para aceitar a conexão." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Não foi possível fazer login: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1830,17 +1729,17 @@ msgstr "" "Uma tentativa de login, para executar a operação requisitada, terminou sem " "sucesso." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Não foi possível determinar o status do recurso" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Não foi possível analisar o recurso" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1850,69 +1749,69 @@ msgstr "" "%1, tais como o nome, tipo, tamanho, etc., foi finalizada " "sem sucesso." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "O recurso especificado pode não ter existido ou não está acessível." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Não foi possível cancelar a listagem" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "CORRIJA-ME: Documente isto" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Não foi possível criar a pasta" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Uma tentativa de criar a pasta requisitada falhou." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "A localização onde a pasta deveria ser criada pode não existir." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Não foi possível remover a pasta" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "A tentativa de remover a pasta especificada %1 falhou." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "A pasta especificada pode não existir." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "A pasta especificada pode não estar vazia." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Assegure-se de que a pasta existe e está vazia, e tente novamente." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Não foi possível continuar a transferência do arquivo" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1921,35 +1820,35 @@ msgstr "" "A requisição especificada pediu que a transferência do arquivo %1 fosse continuada de um certo ponto. Isto não foi possível." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "O protocolo, ou o servidor, pode não suportar a continuação de transferência " "de arquivos." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Tentar novamente a requisição sem tentar continuar a transferência." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Não foi possível renomear o recurso" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Uma tentativa de renomear o recurso %1 especificado falhou." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Não foi possível modificar as permissões do recurso" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "especificado falhou." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Não foi possível modificar a propriedade do recurso" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1especificado falhou." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Não foi possível excluir o recurso" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Uma tentativa de excluir o recurso %1 especificado falhou." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "O programa terminou inesperadamente" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 foi finalizado inesperadamente." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Memória insuficiente" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 não pôde obter a memória necessária para continuar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Máquina de proxy desconhecida" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, um erro de Máquina Desconhecida foi encontrado. Este erro indica " "que o nome requisitado não pôde ser localizado na Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2038,17 +1937,17 @@ msgstr "" "com nome da máquina de proxy. Se você acessou a Internet sem problemas " "recentemente, o motivo pode não ser este." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Verifique novamente a configurações do seu proxy e tente novamente." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "A autenticação falhou: o método %1 não é suportado" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2059,7 +1958,7 @@ msgstr "" "autenticação falhou porque o método que o servidor está usando não é " "suportado pelo programa do KDE, implementando o protocolo %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2069,17 +1968,17 @@ msgstr "" "bugs.kde.org/, para informar ao time do KDE sobre o método de " "autenticação não suportado." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Requisição cancelada" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Erro interno no servidor" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2088,7 +1987,7 @@ msgstr "" "O programa no servidor, que fornece acesso ao protocolo %1, " "reportou um erro interno: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2097,12 +1996,12 @@ msgstr "" "É muito provável que isto seja causado por um erro no programa do servidor. " "Por favor, considere o envio de um relatório completo, como detalhado abaixo." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Contate o administrador do servidor para avisá-lo do problema." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2111,44 +2010,33 @@ msgstr "" "Se você conhece os autores do software que o servidor usa, submeta um " "relatório de erro diretamente a eles." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Erro de tempo limite" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Embora o contato tenha sido feito com o servidor, nenhuma resposta foi " -"recebida dentro do tempo alocado para a requisição, como descrito abaixo:" -"
              • Tempo limite para estabelecer uma conexão: %1 seg
              • Tempo " -"limite para receber uma resposta: %2 seg
              • Tempo limite para acessar " -"os servidores proxy: %3 seg
              Por favor, saiba que você pode " -"modificar estas configurações de tempo limite, através das Configurações do " -"Sistema do KDE, selecionando o menu Configurações da rede -> Preferências da " -"conexão." +"O servidor foi contactado, mas uma resposta não foi recebida dentro do tempo " +"alocado para esta requisição." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "O servidor estava muito ocupado, respondendo a outras requisições de " "resposta." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Erro desconhecido" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 reportou um erro desconhecido: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interrupção desconhecida" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 reportou uma interrupção de tipo desconhecido: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Não foi possível excluir o arquivo original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2187,12 +2075,12 @@ msgstr "" "provavelmente ao final de uma operação de movimentação. O arquivo original " "%1 não pode ser excluído." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Não foi possível excluir o arquivo temporário" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2203,12 +2091,12 @@ msgstr "" "será salvo o novo arquivo, enquanto é baixado. Este arquivo temporário " "%1 não pode ser excluído." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Não foi possível renomear o arquivo original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2217,12 +2105,12 @@ msgstr "" "A operação requisitada depende da renomeação do arquivo original %1, entretanto, ele não pôde ser renomeado." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Não foi possível renomear o arquivo temporário" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2231,32 +2119,32 @@ msgstr "" "A operação requisitada necessita da criação de um arquivo temporário " "%1, entretanto, ele não pôde ser criado." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Não foi possível criar o link" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Não foi possível criar o link simbólico" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "O link simbólico %1 requisitado não pôde ser criado." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Sem conteúdo" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disco cheio" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2265,7 +2153,7 @@ msgstr "" "O arquivo %1 requisitado não pôde ser escrito, pois não " "existe espaço em disco adequado." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2276,12 +2164,12 @@ msgstr "" "temporários; 2) gravando arquivos para mídias de armazenamento removíveis, " "como discos CD-R; ou 3) obtendo mais capacidade de armazenamento." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Arquivos de origem e destino idênticos" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2290,17 +2178,17 @@ msgstr "" "A operação não pôde ser concluída porque os arquivos de origem e o destino " "são os mesmos." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Escolha um nome diferente para o arquivo de destino." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Arquivo ou pasta solto(a) em si mesmo(a)" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2309,17 +2197,17 @@ msgstr "" "A operação não pôde ser concluída porque o arquivo ou pasta de origem e o " "destino são os mesmos." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Solte o item em um arquivo ou pasta diferente." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Pasta movida para si mesma" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2328,17 +2216,17 @@ msgstr "" "A operação não pôde ser concluída porque os arquivos de origem não podem ser " "movidos para si mesmos." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mover o item para uma pasta diferente." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Não foi possível comunicar com o servidor de senhas" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2347,22 +2235,22 @@ msgstr "" "A operação não pôde ser concluída porque o serviço para requisitar senhas " "(kpasswdserver) não pôde ser contatado" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "Tente reiniciar sua sessão, ou procure nos logs por erros do kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Não é possível inicializar o protocolo %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Não foi possível criar KIO worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2371,7 +2259,7 @@ msgstr "" "O KIO worker que fornece acesso para o protocolo %1 não " "pode ser iniciado. Isto ocorre normalmente por razões técnicas." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2380,13 +2268,13 @@ msgstr "" "O klauncher não pôde encontrar ou iniciar o plugin que fornece o protocolo. " "Isto significa que você pode ter uma versão antiga do plugin." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Não foi possível transferir %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2396,7 +2284,7 @@ msgstr "" "O arquivo %1 não pôde ser transferido, porque o sistema " "de arquivos do destino não suporta arquivos tão grandes" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2405,28 +2293,28 @@ msgstr "" "Reformate a unidade de destino para usar um sistema de arquivos que suporte " "arquivos maiores." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Erro não documentado" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Link simbólico para %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, link para %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Aponta para %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2435,12 +2323,12 @@ msgstr "" "URL inválida\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Não foi possível determinar o tipo de arquivo para %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2449,13 +2337,13 @@ msgstr "" "Não foi possível extrair o nome do executável de '%1'. Por favor, digite um " "nome de programa válido." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "O %1 não parece ser um programa executável." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2465,92 +2353,92 @@ msgstr "" "O %1 não foi encontrado; entre um caminho de programa " "executável válido." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "O protocolo %1 não suporta a abertura de conexões." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "O protocolo %1 não suporta o fechamento de conexões." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "O protocolo %1 não suporta acesso a arquivos." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Não é suportado escrever para %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Não existem ações especiais disponíveis para o protocolo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "O protocolo %1 não suporta listagem de pastas." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "A recuperação de dados de %1 não é suportada." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "A recuperação de informações tipo MIME de %1 não é suportada." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Não é suportado renomear ou mover arquivos dentro de %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "O protocolo %1 não suporta a criação de links simbólicos." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Não é suportado copiar arquivos dentro de %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "A exclusão de arquivos de %1 não é suportada." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "O protocolo %1 não suporta a criação de pastas." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "O protocolo %1 não suporta a mudança de atributos de arquivos." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "O protocolo %1 não suporta a mudança de propriedade de arquivos." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "O protocolo %1 não suporta a abertura de arquivos." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "O protocolo %1 não suporta a ação %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2558,316 +2446,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"A segurança do KIO worker para o protocolo '%1', que tipicamente pede " +"permissões elevadas, não pode ser garantida porque usuários além do root têm " +"permissão para modificá-lo em %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocolo desconhecido '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Não foi possível encontrar um KIO worker para o protocolo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"O KIO worker para o protocolo “%1” em %2 não foi carregado porque todos os " +"KIO workers que estão localizados fora de %3 e solicitam por privilégios " +"elevados são considerados inseguros." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Não foi possível criar um socket para iniciar o KIO worker para o protocolo " "'%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Não foi possível encontrar o executável 'kioworker' em '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalhes" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Sempre" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuar" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "S&omente nesta sessão" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mover para a nova pasta" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Criar nova pasta para estes itens" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Você não selecionou um arquivo para excluir." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nada para excluir" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Você não selecionou um arquivo para excluir." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nada para excluir" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "A pasta especificada não existe ou não pôde ser lida." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Pasta pai" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Voltar" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avançar" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Pasta Pessoal" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Recarregar" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Nova pasta" +msgstr "Nova pasta…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Mover para a Lixeira" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Excluir" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ordenação" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ordenar por nome" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Ordenar por tamanho" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Ordenar por data" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Ordenar por tipo" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Crescente" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Decrescente" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Primeiro as pastas" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Arquivos ocultos por último" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Visão em ícones" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Visão compacta" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Visão detalhada" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Posição do ícone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Ao lado do nome do arquivo" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Acima do nome do arquivo" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Visão abreviada" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Visão detalhada" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Visão em árvore" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Visão em árvore detalhada" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permitir expansão na visão detalhada" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostrar arquivos ocultos" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Mostrar painel de visualização" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Mostrar visualização" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Abrir pasta recipiente" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propriedades" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Modo de e&xibição" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Primeiro os mais novos" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Primeiro os mais antigos" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Primeiro os mais novos" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Primeiro os maiores" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Primeiro os menores" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codificação:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Abrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Salvar como" @@ -2897,12 +2810,10 @@ msgid "Root Folder" msgstr "Pasta Raiz" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "Navegar..." +msgstr "Navegar…" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format @@ -2916,40 +2827,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mover aqui" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Todos os arquivos" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Todos os arquivos suportados" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Todos os arquivos" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Adicionar entrada nos Locais" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Editar entrada dos Locais" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -2962,18 +2873,18 @@ msgstr "" "se refere. Se não introduzir uma legenda, ela será derivada da URL da " "localização.
              " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "Legend&a:" # Trata-se do nome do item que será incluído nos Locais. (Alvarenga) -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Digite aqui o nome da legenda" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2986,12 +2897,12 @@ msgstr "" "org/pub/kde/stable

              Clicando no botão próximo à caixa de edição de " "texto, você poderá navegar até uma URL determinada.
              " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Localização:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " @@ -3000,17 +2911,17 @@ msgstr "" "Este é o ícone que aparecerá no painel Locais.

              Clique no " "botão para selecionar um ícone diferente.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Escolha um ícone:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "M&ostrar somente neste aplicativo (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3022,201 +2933,206 @@ msgstr "" "configuração não for selecionada, a entrada estará disponível para todos os " "aplicativos." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Locais" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Remoto" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recentes" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Pesquisar por" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispositivos" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispositivos removíveis" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiquetas" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Erro %2)" +msgstr "%1 (de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Todas as etiquetas" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Início" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Área de trabalho" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documentos" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Downloads" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rede" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Lixeira" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Música" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Imagens" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vídeos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Arquivos recentes" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Locais recentes" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificado hoje" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificado ontem" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Não foi possível adicionar ao painel Locais: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Somente pastas podem ser adicionadas ao painel Locais." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurar…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Releasing…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Liberar" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "Removendo com segurança..." +msgstr "Removendo com segurança…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Remover com &segurança" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "Desmontando..." +msgstr "Desmontando…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Desmontar" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Ejetar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "O dispositivo '%1' não é um disco e não pode ser ejetado." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Ocorreu um erro ao acessar '%1', o sistema informou: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ocorreu um erro ao acessar '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Um ou mais arquivos estão abertos dentro de um aplicativo." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3231,110 +3147,108 @@ msgstr[1] "" "Um ou mais arquivos deste dispositivo estão abertos nos seguintes " "aplicativos: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Reformatar ou editar com o gerenciador de partições" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 livres de %2 (%3% usados)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (oculto)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Esvaziar a Lixeira" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montar" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Abrir em nova aba" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Abrir em nova janela" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "Adicionar entrada..." +msgstr "Adicionar entrada…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "&Editar..." +msgstr "&Editar…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Remover de locais" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ocultar" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ocultar seção '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ocultar seção" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Mostrar todas as entradas" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Tamanho do ícone" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3342,51 +3256,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensionar automaticamente" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Pequeno (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Médio (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorme (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Você pode selecionar apenas um arquivo" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Foi indicado mais de um arquivo" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Você somente pode selecionar arquivos locais" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Arquivos remotos não são aceitos" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3400,52 +3314,22 @@ msgstr[1] "" "A URL selecionada usa um esquema não suportado. Use um dos seguintes " "esquemas: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Esquema de URL não suportado" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Mais que uma pasta foi selecionada e este diálogo não aceita pastas. Por " -"este motivo, não é possível decidir qual delas inserir. Selecione apenas uma " -"para ser listada." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Foi indicada mais que uma pasta" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"No mínimo uma pasta e um arquivo deve ser selecionados. Os arquivos " -"selecionados serão ignorados e a pasta selecionada será listada" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Foram selecionados arquivos e pastas" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "O arquivo \"%1\" não pôde ser encontrado" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Não foi possível abrir o arquivo" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " @@ -3456,43 +3340,43 @@ msgstr "" "a localização atual for file:/home/konqi, clicar neste botão levará você " "para file:/home.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Clique neste botão para voltar um passo atrás no histórico de navegação." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Clique neste botão para avançar um passo no histórico de navegação." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Clique neste botão para recarregar o conteúdo da localização atual." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Clique neste botão para criar uma nova pasta." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Mostrar painel de locais" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Mostrar botão de favoritos" +msgid "Show Quick Filter" +msgstr "Mostrar filtro rápido" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opções" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3508,12 +3392,12 @@ msgstr "" "pré-visualizações de arquivo
            • a separação entre pastas e arquivos
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Favoritos" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3528,12 +3412,35 @@ msgstr "" "favoritos do KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nome:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desfazer alteração no nome do arquivo" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mantém o filtro ao mudar de pasta" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrar por nome…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ocultar a barra de filtragem" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3546,12 +3453,12 @@ msgstr "" "do mouse e selecionando um modo favorito no menu de Complementação de " "texto." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Este é o nome do arquivo a ser salvo." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3560,74 +3467,78 @@ msgstr "" "Esta é a lista de arquivos a serem abertos. Mais de um arquivo pode ser " "especificado através de uma lista com vários nomes, separados por espaços." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Este é o nome do arquivo a ser aberto." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Locais" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "O arquivo \"%1\" já existe. Deseja sobrescrevê-lo?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Sobrescrever o arquivo?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Você somente pode selecionar arquivos locais." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Arquivos remotos não são aceitos" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Todas as pastas" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Pasta atual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Abrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Tamanho dos ícones: %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Selecionar automaticamente a e&xtensão do arquivo (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "a extensão %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Selecionar automaticamente a e&xtensão do arquivo" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "uma extensão apropriada" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3655,12 +3566,12 @@ msgstr "" "opção habilitada, já que ela faz com que seus arquivos possam ser melhor " "gerenciados." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Tipo de arquivo:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3669,67 +3580,53 @@ msgstr "" "Este é o seletor do tipo de arquivo. É usado para selecionar o formato " "com que o arquivo será salvo." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtro:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Este é o filtro a ser aplicado na lista de arquivos. Nomes de arquivos " -"que não combinem com o filtro não serão mostrados.

            Você pode selecionar de " -"um dos filtros predefinidos no menu expansível, ou pode digitar um filtro " -"personalizado diretamente na área de texto.

            Curingas como * e ? são " -"permitidos.

            " +"Este é o seletor do tipo de arquivo. É usado para selecionar o formato " +"dos arquivos exibidos." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Criar um novo tipo de arquivo" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Digite o nome de arquivo de %1:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Desculpe" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "O arquivo modelo %1 não existe." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Nome do novo link:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Criar um link simbólico" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "Criar um link para URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Digite um nome diferente" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3739,7 +3636,7 @@ msgstr "" "O nome %1 não pode ser usado porque ele é " "reservado para uso pelo sistema operacional." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3749,7 +3646,7 @@ msgstr "" "O nome %1 começa com um ponto e, por essa razão, ele " "ficará oculto por padrão." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3761,29 +3658,39 @@ msgstr "" "ele ser mostrado antes de outros itens quando ordenados alfabeticamente, " "entre outra esquisitices em potencial." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "O uso de barras nos nomes das pastas irá criar subpastas, como por exemplo:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "O uso de barras nos nomes das pastas irá criar subpastas." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Barras não podem ser usadas nos nomes dos arquivos e pastas." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Barras invertidas não podem ser usadas nos nomes dos arquivos e pastas." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Criar um arquivo ou pasta com o nome %1 não é possível " +"pois entraria em conflito com o local da pasta home de um usuário." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3792,99 +3699,139 @@ msgstr "" "O início de um nome de arquivo ou pasta com um til (~) não é recomendado, " "porque pode ser confuso ou perigoso se usar o terminal para excluir." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Uma pasta com o nome %1 já existe." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Um arquivo com o nome %1 já existe." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Criar novo" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Atalho para dispositivo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nova pasta" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Criar pasta" +msgstr "Criar nova pasta" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Criar nova pasta em %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Insira o nome da pasta" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Padrão" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Criar novo arquivo" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Insira o nome do arquivo" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Escolher um ícone ou cor personalizados" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Escolha outro ícone…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Você pode alterar o ícone depois nas propriedades da pasta." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiar" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Colar" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Abrir \"%1\" em nova aba" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Abrir \"%1\" em nova janela" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Editar" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navegar" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostrar localização completa" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Não foi possível transferir %1" +msgstr "Ir para qualquer localização no caminho %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3894,7 +3841,14 @@ msgstr "Mais" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Ir para localização no caminho" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Locais" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3919,28 +3873,28 @@ msgstr "Outros" msgid "Edit mode" msgstr "Modo de edição" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Clique para navegar na localização" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Clique para editar a localização" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Você não está autorizado a executar este arquivo." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Iniciando %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3949,13 +3903,13 @@ msgstr "" "Não foi possível tornar o serviço %1 executável, cancelando a execução.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Você não está autorizado a selecionar um aplicativo para abrir este arquivo." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3966,7 +3920,7 @@ msgstr "" #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Um comando vazio foi informado" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -3983,12 +3937,20 @@ msgstr "Erro ao salvar a imagem em %1" msgid "Icon file too big, download aborted" msgstr "Download cancelado porque o arquivo de ícone é muito grande" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: ignorando um arquivo vazio, pode ser um link simbólico " +"quebrado: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nenhum cliente de e-mail encontrado" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3999,28 +3961,28 @@ msgstr "" "%1\n" "não é válido." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Iniciando %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "O comando %1 não pôde ser encontrado." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nenhum emulador de terminal encontrado" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Falha ao abrir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4031,7 +3993,7 @@ msgstr "" "%1\n" "é do tipo Link, mas não tem a entrada URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4040,14 +4002,14 @@ msgstr "" "O arquivo executável \"%1\" está localizado em um sistema de arquivos " "remoto. Por segurança, ele não será iniciado." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Por motivos de segurança, não é permitido iniciar executáveis neste contexto." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4056,7 +4018,7 @@ msgstr "" "O programa \"%1\" precisa de permissões de execução antes de poder ser " "iniciado." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4065,12 +4027,12 @@ msgstr "" "Não foi possível tornar o arquivo \"%1\" executável.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "O arquivo de entrada de ambiente %1 não possui uma entrada Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4081,28 +4043,25 @@ msgstr "" "Verifique seus aplicativos abertos e a área de notificação por qualquer " "tarefa pendente ou download." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Falha ao abrir o arquivo." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "O programa \"%1\" não pôde ser iniciado." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"O arquivo %1\n" -"foi modificado. Deseja enviar as alterações?" +"O arquivo %1foi modificado. Deseja enviar as " +"mudanças?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4178,74 +4137,69 @@ msgstr "" "foi modificado.\n" "Deseja enviar as alterações?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Abre arquivos remotos, observa modificações e pergunta por envio " "de arquivos" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Os desenvolvedores do KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Trata URLs como arquivos locais e depois as exclui" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nome sugerido para o arquivo baixado" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Comando a executar" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) ou arquivo(s) local(is) usado(s) por 'comando'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Configurando ACL para %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4254,7 +4208,7 @@ msgstr "" "Não foi possível modificar as permissões de\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4264,119 +4218,38 @@ msgstr "" "Não foi possível alterar o proprietário e grupo para\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Não foi possível abrir o arquivo temporário" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Não foi possível encontrar o programa \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Não foi possível encontrar o programa \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Alterar as permissões do arquivo" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Novas permissões: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Alterar o proprietário do arquivo" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Novo proprietário: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Remover arquivo" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Remover pasta" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Criar pasta" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permissões da pasta: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Abrir arquivo" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Abrir pasta" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nome do arquivo: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Destino: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Alterar data/hora" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De: %1, para: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Ação desconhecida" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Ação: %1\n" -"Origem: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Não foi possível copiar o arquivo de %1 para %2 (Erro: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Sem mídia no dispositivo %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" "Não foi possível obter o ID de usuário, para o nome de usuário %1 fornecido" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Não foi possível obter o ID de grupo para o nome de grupo %1 fornecido" @@ -4418,34 +4291,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Você precisa fornecer um nome de usuário e uma senha para acessar esta " "página." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Login OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Não foi possível efetuar login a %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4454,7 +4327,7 @@ msgstr "" "\n" "O servidor disse: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4463,12 +4336,12 @@ msgstr "" "Você precisa fornecer um nome de usuário e uma senha para o servidor de " "proxy listado abaixo, antes que possa acessar quaisquer páginas." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "A autenticação do proxy falhou." @@ -4520,103 +4393,103 @@ msgid "" msgstr "Deseja sempre aceitar este certificado sem solicitar confirmação?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autenticação do servidor" # Exemplo de exibição: # your valid user account or api key no api.opendesktop.org -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 no %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Caso contrário, a requisição teve sucesso." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "obter os valores da propriedade" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ajustar os valores da propriedade" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "criar a pasta requisitada" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copiar o arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "mover o arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "pesquisar na pasta especificada" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloquear o arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "desbloquear o arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "excluir o arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "consultar as capacidades do servidor" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "obter o conteúdo do arquivo ou pasta especificado" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "executar um relatório na pasta especificada" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ocorreu um erro (%1) inesperado ao tentar %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4625,13 +4498,13 @@ msgid "" msgstr "" "Ocorreu um erro ao tentar %1, %2. Abaixo encontra-se um resumo das razões." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Acesso negado ao tentar %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4640,7 +4513,7 @@ msgstr "" "Um recurso não pôde ser criado no destino, até que uma ou mais coleções " "intermediárias (pastas) tenham sido criadas." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4655,28 +4528,28 @@ msgstr "" "arquivos não fossem sobrescritos.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "O bloqueio requisitado não pode ser concedido. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "O servidor não suporta o tipo de requisição do corpo." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Não foi possível %1 porque o recurso está bloqueado." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Esta ação foi impedida por outro erro." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4686,7 +4559,7 @@ msgstr "" "Não foi possível %1 porque o servidor de destino recusou-se a aceitar o " "arquivo ou pasta." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4695,18 +4568,18 @@ msgstr "" "O recurso de destino não tem espaço suficiente para gravar o estado do " "recurso, depois da execução deste método." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "O recurso não pode ser excluído." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "enviar %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4717,15 +4590,15 @@ msgstr "Ocorreu um erro (%1) inesperado ao tentar %2." msgid "Network" msgstr "Rede" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 inválida" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4738,12 +4611,12 @@ msgstr "" "restauração novamente, ou arrastar o item para qualquer outro lugar, e assim " "restaurá-lo." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinação de protocolos inválida." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "O arquivo já está na Lixeira." @@ -4779,7 +4652,7 @@ msgstr "Limpa o conteúdo da lixeira" msgid "Restore a trashed file to its original location" msgstr "Restaura o arquivo colocado na lixeira para a sua localização original" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "A lixeira está vazia. Esvazie-a ou remova os itens manualmente." @@ -4800,17 +4673,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Repetir" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Janela de autenticação" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Acesso negado" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Você não tem permissão para acessar o protocolo %1." @@ -4919,13 +4792,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Soma de verificação esperada (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4934,28 +4807,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4965,9 +4838,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calcular" @@ -4976,140 +4849,209 @@ msgstr "Calcular" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" "Clique para copiar o código de verificação para a área de transferência." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "C&ancelar" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mover aqui" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Downloads" +msgstr "&Baixar aqui" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiar aqui" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Criar &link aqui" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Executar" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "O que deseja fazer com este arquivo?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Não perguntar novamente" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Abrir" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Executar" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Abrir c&om %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfazer alterações" +msgid "Would you like to launch this file?" +msgstr "Gostaria de executar este arquivo?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Para desfazer esta operação é necessário privilégios de root. Deseja " -"continuar?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Criando pasta" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Origem" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destino" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Copiando" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Movendo" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renomeando" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Movendo para a lixeira" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Excluindo" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Desfazer" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Desfazer: C&opiar" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Desfa&zer: Link" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Desfazer: M&over" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Desfazer: Ren&omear" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Desfa&zer: Lixeira" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Desfa&zer: Criar pasta" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Desfa&zer: Criar pasta(s)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Desfa&zer: Criar arquivo" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Desfazer: Ren&omear em lote" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Desfaze&r" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Desfaze&r: Copiar" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Desfaze&r: Link" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Desfaze&r: Mover" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Desfazer: &Renomear" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Desfaze&r: Lixeira" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Desfazer: Cria&r pasta" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Desfazer: Cria&r pasta(s)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Desfazer: Cria&r arquivo" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Desfazer: &Renomear em lote" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5121,12 +5063,12 @@ msgstr "" "Desfazer a cópia excluirá o arquivo e todas as modificações serão perdidas.\n" "Deseja realmente excluir %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmação do cancelamento da cópia do arquivo" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5138,21 +5080,22 @@ msgstr "" "filename>Esta ação não poderá ser desfeita." "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Excluir permanentemente" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Excluir permanentemente" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5168,7 +5111,7 @@ msgstr[1] "" "Deseja realmente excluir estes %1 itens de forma permanente?Esta ação não poderá ser desfeita." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5178,13 +5121,13 @@ msgstr "" "Deseja excluir de forma permanente todos os itens da Lixeira?Esta ação não poderá ser desfeita." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Esvaziar a Lixeira" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5192,7 +5135,7 @@ msgid "" "filename>" msgstr "Deseja mover este item para a Lixeira?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5203,15 +5146,13 @@ msgstr[1] "Deseja mover estes %1 itens para a Lixeira?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Adicionar…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Editar..." +msgstr "Editar…" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5279,7 +5220,7 @@ msgstr "Proprietário" msgid "Owning Group" msgstr "Proprietário do grupo" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Outros" @@ -5348,117 +5289,116 @@ msgid "Updating System Configuration" msgstr "Atualizando a configuração do sistema" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "Atualizando a configuração do sistema." +msgstr "Atualizando a configuração do sistema…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nome" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Tamanho" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permissões" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Proprietário" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupo" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tipo" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "A&brir com %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Açõe&s" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Abrir pasta com" +msgstr "&Abrir pasta com…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Abrir com" +msgstr "&Abrir com…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Rodar executável" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Abrir pasta c&om %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Abrir c&om %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Abrir pasta com" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Abrir com" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Outro aplicativo..." +msgstr "&Outro aplicativo…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5466,113 +5406,131 @@ msgid_plural "%1 items" msgstr[0] "1 item" msgstr[1] "%1 itens" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Desconhecido" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Parar" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorar no Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montado de:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espaço livre:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tipo:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Conteúdo:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Abrir com:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Alterar..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Localização:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Tamanho:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Alterar..." +msgid "Determine the folder size" +msgstr "Determinar o tamanho da pasta" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Conteúdo:" +msgid "Stop" +msgstr "Parar" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Parar de determinar o tamanho da pasta" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorar no Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Aponta para:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificado:" +msgid "Show target" +msgstr "Mostrar alvo" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Criado em:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistema de arquivos:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Tamanho desconhecido" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montado em:" +msgid "Modified:" +msgstr "Modificado:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Acessado:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Abrir com:" +msgid "File system:" +msgstr "Sistema de arquivos:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Montado em:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Montado de:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Espaço livre:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Tamanho desconhecido" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5871,24 +5829,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Digite aqui a descrição deste aplicativo, baseada em seu uso. Exemplos: um " -"aplicativo para discagem (KPPP) seria \"Ferramenta de discagem\"." +"Digite aqui um nome genérico para o aplicativo. Exemplos: um aplicativo para " +"visualização de imagens seria \"Visualizador de imagens\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descrição:" +msgid "&Generic name:" +msgstr "Nome &genérico:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Digite aqui qualquer comentário que achar útil." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Digite aqui a descrição deste aplicativo, baseada em seu uso. Exemplos: um " +"aplicativo para visualização de imagens seria \"Veja e edite imagens\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5899,7 +5861,7 @@ msgstr "&Comentário:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variáveis de ambiente:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6104,7 +6066,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Compartilhar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6114,36 +6076,55 @@ msgstr "" "Não foi possível salvar as propriedades devido à acesso a escrita " "insuficiente para:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Geral" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Insira o nome do arquivo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorar no %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Atualizar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Insira a localização alvo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Exibir %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Tamanho desconhecido" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6155,8 +6136,8 @@ msgstr "" # # Não excluir o '%' da primeira tradução porque é necessário para mostrar uma das duas opções: 0 ou 1 arquivo. # # Caso contrário, só será visualizado '1 arquivo', mesmo quando não existir nenhum # # Bug: 303710 (mesmo problema do digiKam)(Alvarenga) -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6166,130 +6147,136 @@ msgstr[1] "%1 arquivos" # # Não excluir o '%' da primeira tradução porque é necessário para mostrar uma das duas opções: 0 ou 1 subpasta. # # Caso contrário, só será visualizado '1 subpasta', mesmo quando não existir nenhuma # # Bug: 303710 (mesmo problema do digiKam)(Alvarenga) -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 subpasta" msgstr[1] "%1 subpastas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calculando...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Pelo menos %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "O nome do novo arquivo está vazio." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Nenhum tipo de arquivo registrado" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nenhum aplicativo associado" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Criar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "Alterar..." +msgstr "Alterar…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Altera o aplicativo padrão para abrir arquivos do tipo “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Sem acesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Pode apenas ver" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Pode ver e modificar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Pode apenas ver o conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Pode ver e modificar o conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Pode apenas ver/ler o conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pode ver/ler e modificar/gravar o conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permissões" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permissões de acesso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Este arquivo é um link e não possui permissões." msgstr[1] "Todos os arquivos são links e não possuem permissões." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Somente o proprietário pode alterar as permissões." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Proprietário:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Especifica as ações que o proprietário pode executar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Especifica as ações que os membros do grupo podem executar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Outros:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6299,32 +6286,27 @@ msgstr "" "estão no grupo, podem executar." # Manter a tradução com o menor tamanho possível. (Alvarenga) -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Apenas o propri&etário pode renomear e excluir o conteúdo da pasta" +msgstr "Apenas o propri&etário pode renomear ou excluir o conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "" -"Habilite este sinal para permitir a execução do arquivo como um programa." +msgstr "Permitir &executar arquivo como programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Usuário padrão:" +msgstr "Excluir ou renomear:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Executar" +msgstr "Executar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6336,7 +6318,7 @@ msgstr "" "somente adicionar novos arquivos, sendo necessária a permissão 'Modificar " "conteúdo'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6346,42 +6328,42 @@ msgstr "" "sentido para programas e scripts. Isto é exigido quando você deseja executá-" "los." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permissões a&vançadas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Propriedade" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Usuário:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplicar as alterações em todas as subpastas e seu conteúdo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permissões avançadas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6390,22 +6372,22 @@ msgstr "" "Mostrar\n" "Entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Este sinal permite visualizar o conteúdo da pasta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Ler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "O sinal de leitura permite visualizar o conteúdo do arquivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6414,7 +6396,7 @@ msgstr "" "Gravar\n" "Entradas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6423,44 +6405,44 @@ msgstr "" "Este sinal permite adicionar, renomear e excluir arquivos. Note que a " "exclusão e a renomeação podem ser limitadas usando-se o sinal Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Gravar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "O sinal de escrita permite modificar o conteúdo do arquivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Habilite este sinal para permitir a entrada na pasta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Habilite este sinal para permitir a execução do arquivo como um programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Especial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6469,7 +6451,7 @@ msgstr "" "Sinal especial. Válido para a pasta inteira, e o significado exato do sinal " "pode ser visto na coluna da direita." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6478,17 +6460,17 @@ msgstr "" "Sinal especial. O significado exato do sinal pode ser visto na coluna da " "direita." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Usuário" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6497,7 +6479,7 @@ msgstr "" "Se este sinal for configurado, o proprietário desta pasta será o " "proprietário de todos os arquivos novos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6506,7 +6488,7 @@ msgstr "" "Se este arquivo for um executável e o sinal estiver configurado, ele será " "executado com as permissões do proprietário." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6514,7 +6496,7 @@ msgstr "" "Se este sinal estiver configurado, o grupo desta pasta será configurado para " "todos os arquivos novos." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6523,7 +6505,7 @@ msgstr "" "Se este arquivo é um executável e o sinal estiver configurado, ele será " "executado com as permissões do grupo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6533,7 +6515,7 @@ msgstr "" "e o root podem excluir ou renomear arquivos. Caso contrário, qualquer pessoa " "com permissões de gravação pode fazer isto." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6542,74 +6524,63 @@ msgstr "" "O sinal Sticky em um arquivo é ignorado no Linux, mas pode ser usado em " "alguns sistemas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Definir UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Ajustar GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Link" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variável (sem alteração)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Este arquivo usa permissões avançadas" msgstr[1] "Estes arquivos usam permissões avançadas" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Esta pasta usa permissões avançadas." msgstr[1] "Estas pastas usam permissões avançadas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Estes arquivos usam permissões avançadas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Somas de &verificação" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calculando..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Soma de verificação inválida." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6617,18 +6588,18 @@ msgstr "" "Os dados indicados não possuem um código de validação MD5, SHA1 ou SHA256 " "válido." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "As somas de verificação correspondem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "A soma de verificação computada e a esperada correspondem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6639,33 +6610,47 @@ msgstr "" "de um download com problemas. Tente baixar o arquivo novamente.
            Se a " "verificação ainda falhar, entre em contato com a origem do arquivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" "A soma de verificação computada e a soma de verificação esperada diferem." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Verificando soma de verificação..." +msgstr "Verificando soma de verificação…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "As somas de verificação de todos os arquivos é idêntica." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Os arquivos têm somas de verificação diferentes." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calculando…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6673,27 +6658,27 @@ msgstr "" "Não foi possível salvar as propriedades. Há suporte para elementos apenas " "nos sistemas de arquivos locais." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicativo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Adicionar tipo de arquivo para %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Selecione um ou mais tipos de arquivo para adicionar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Somente executáveis em sistemas de arquivos locais são suportados." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opções avançadas para %1" @@ -6792,28 +6777,29 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Configurar os atalhos da Web..." +msgstr "Configurar os atalhos da Web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" -msgstr "Janela de abertura de arquivo" +msgstr "Abrir diálogo de seleção de arquivo" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nome do arquivo para o conteúdo da área de transferência:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "arquivo colado" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Colar conteúdo da área de transferência" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6823,19 +6809,19 @@ msgstr "" "escolhido para os dados não é mais aplicável. Por favor, copie novamente o " "que você deseja colar." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Colar uma pasta" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Colar um arquivo" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6843,48 +6829,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "Colar um item" msgstr[1] "Colar %1 itens" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Colar o conteúdo da área de &transferência" +msgstr "Colar da área de transferência…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Colar" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formato de dados:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nome do arquivo para o conteúdo da área de transferência:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nome do arquivo para o conteúdo liberado:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Data: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Tamanho: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Apl&icar a todos" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6894,49 +6890,49 @@ msgstr "" "A menos que pressione Ignorar, você será questionado novamente, caso haja um " "conflito com algum arquivo existente na pasta." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Quando esta opção está assinalada, o botão pressionado será aplicado a todos " "os conflitos subsequentes para o restante da tarefa atual." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renomear" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Sugerir &novo nome" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ignorar" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Não copiar ou mover esta pasta, em vez disso, passar para o próximo item" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Não copiar ou mover este arquivo, em vez disso, passar para o próximo item" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Gravar dentro" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6949,13 +6945,13 @@ msgstr "" "Você será novamente questionado, em caso de conflito com um arquivo " "existente na pasta." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&obrescrever arquivos antigos?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6964,12 +6960,12 @@ msgstr "" "Arquivos de destino que tem hora de modificação mais antigas serão " "sobrescritos pela fonte, ignorados caso contrário." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Continuar" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6978,67 +6974,57 @@ msgstr "" "Esta ação sobrescreveria '%1' por ele mesmo.\n" "Digite um novo nome para o arquivo:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Continuar" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Gostaria de sobrescrever o destino." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Gostaria de mesclar os conteúdos de '%1' em '%2'." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Origem" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destino" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "A origem é mais recente" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "A origem é mais velha" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "A origem é menor em %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "A origem é maior em %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Os arquivos são idênticos." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Os arquivos parecem idênticos." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Os arquivos são diferentes." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7047,59 +7033,51 @@ msgstr "" "Os arquivos são provavelmente idênticos: têm o mesmo tamanho e o conteúdo " "deles é igual do início ao fim." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Comparar arquivos" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Já existe um item mais antigo chamado '%1'." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Já existe um arquivo similar chamado '%1'." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Já existe um item mais recente chamado '%1'." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Renomear:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Renomear item" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Renomear itens" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renomear" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Renomear o item %1 para:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Novo nome #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Um arquivo com o nome %1 já existe.a" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 não é um nome de arquivo válido." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7107,38 +7085,191 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Renomear o %1 item selecionado para:" msgstr[1] "Renomear os %1 itens selecionados para:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "O # será substituído por números em ordem crescente iniciando com:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Novo nome #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nome de arquivo inválido: o novo nome deve conter uma sequência de #, a não " +"ser que todos os arquivos tenham extensões de arquivos diferentes." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Renomear o %1 item selecionado por:" +msgstr[1] "Renomear os %1 itens selecionados por:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Substituindo:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Padrão" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Com:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Substituição" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nenhum nome de arquivo contém o padrão." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Trocar “%1” por uma substituição vazia faria com que %2 " +"ficasse com um nome de arquivo vazio." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Renomear o %1 item selecionado:" +msgstr[1] "Renomear os %1 itens selecionados:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Adicionar texto:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texto a ser adicionado" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Antes do nome do arquivo" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Depois do nome do arquivo" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Renomear item" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Renomear itens" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renomear" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Como renomear:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumerar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Substituir texto" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Adicionar texto" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Prévia:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 não pode ser renomeado para um nome de arquivo vazio." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informações" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Substituir" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Repetir" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Substituir tudo" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ignorar" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Ignorar tudo" @@ -7225,7 +7356,7 @@ msgstr "" "A máquina remota não enviou nenhum certificado SSL.\n" "Cancelando porque a identidade da máquina não pode ser estabelecida." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7266,35 +7397,66 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Falha ao mover este item para a Lixeira por ser muito grande. Deseja excluir " -"ele de forma permanente?%1Esta ação não poderá ser desfeita." +"A lixeira está muito cheia para aceitar este arquivo. Ao invés disso, deseja " +"excluí-lo permanentemente?%1Esta ação não pode ser desfeita." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"A lixeira está muito cheia para aceitar este %1 arquivo. Ao invés disso, " +"deseja excluí-lo permanentemente?Esta ação não " +"pode ser desfeita." +msgstr[1] "" +"A lixeira está muito cheia para aceitar estes %1 arquivos. Ao invés disso, " +"deseja excluí-los permanentemente?Esta ação não " +"pode ser desfeita." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"A lixeira não está disponível para a localização deste item. Exclua-o " +"permanentemente. Em vez disso?%1Esta ação não pode ser desfeita." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Falha ao mover este %1 item para a Lixeira por ser muito grande. Deseja " -"excluir ele de forma permanente?Esta ação não " -"poderá ser desfeita." +"A lixeira não está disponível para o local deste %1 item. Excluir " +"permanentemente?Esta ação não pode ser desfeita." +"" msgstr[1] "" -"Falha ao mover estes %1 itens para a Lixeira por serem muito grandes. Deseja " -"excluir ele de forma permanente?Esta ação não " -"poderá ser desfeita." +"A lixeira não está disponível para o local destes %1 itens. Excluir " +"permanentemente?Esta ação não pode ser desfeita." +"" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7302,51 +7464,286 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Deseja mover este %1 item para a Lixeira?" msgstr[1] "Deseja mover estes %1 itens para a Lixeira?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Não perguntar novamente" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Não perguntar novamente" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Não mostrar esta mensagem novamente" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "O par da cadeia de certificados SSL parece estar corrompido." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Aviso" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Isto iniciará o programa:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Se você não confia neste programa, clique em Cancelar" +#~ msgid "File System:" +#~ msgstr "Sistema de arquivos:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Abre arquivos executáveis sem perguntar" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Abrir arquivos executáveis no aplicativo padrão sem perguntar" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Lembrar para todos os arquivos executáveis" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Você pode desfazer isso em \"Confirmações\" nas configurações do " +#~ "gerenciador de arquivos Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Alterar atributo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para alterar os atributos do arquivo. " +#~ "Deseja continuar?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para a operação de cópia.Deseja " +#~ "continuar?" + +#~ msgid "Delete Files" +#~ msgstr "Excluir arquivos" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para a operação de remoção. No " +#~ "entanto,fazer isto pode danificar seu sistema. Deseja continuar?" + +#~ msgid "Create Folder" +#~ msgstr "Criar pasta" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para criar esta pasta. Deseja " +#~ "continuar?" + +#~ msgid "Move Items" +#~ msgstr "Mover itens" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para a operação de mover.Deseja " +#~ "continuar?" + +#~ msgid "Rename" +#~ msgstr "Renomear" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para concluir a renomeação.Deseja " +#~ "continuar?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para criar um link simbólico. Deseja " +#~ "continuar?" + +#~ msgid "Transfer data" +#~ msgstr "Transferir dados" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "São necessários privilégios de root para concluir a transferência de " +#~ "dados.Deseja continuar?" + +#~ msgid "Undo Changes" +#~ msgstr "Desfazer alterações" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Para desfazer esta operação é necessário privilégios de root. Deseja " +#~ "continuar?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Configurando ACL para %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Alterar as permissões do arquivo" + +#~ msgid "New Permissions: %1" +#~ msgstr "Novas permissões: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Alterar o proprietário do arquivo" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Novo proprietário: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Remover arquivo" + +#~ msgid "Remove Directory" +#~ msgstr "Remover pasta" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Permissões da pasta: %1" + +#~ msgid "Open File" +#~ msgstr "Abrir arquivo" + +#~ msgid "Open Directory" +#~ msgstr "Abrir pasta" + +#~ msgid "New Filename: %1" +#~ msgstr "Nome do arquivo: %1" + +#~ msgid "Target: %1" +#~ msgstr "Destino: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Alterar data/hora" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De: %1, para: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Ação desconhecida" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Ação: %1\n" +#~ "Origem: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Mostrar botão de favoritos" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Os arquivos estão sendo movidos" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Arquivos estão sendo copiados" + +#~ msgid "&Description:" +#~ msgstr "&Descrição:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Digite aqui qualquer comentário que achar útil." + +#~ msgid "Do not ask again" +#~ msgstr "Não perguntar novamente" + +#~ msgid "&Filter:" +#~ msgstr "&Filtro:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "Este é o filtro a ser aplicado na lista de arquivos. Nomes de " +#~ "arquivos que não combinem com o filtro não serão mostrados.

            Você pode " +#~ "selecionar de um dos filtros predefinidos no menu expansível, ou pode " +#~ "digitar um filtro personalizado diretamente na área de texto.

            Curingas como * e ? são permitidos.

            " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Mais que uma pasta foi selecionada e este diálogo não aceita pastas. Por " +#~ "este motivo, não é possível decidir qual delas inserir. Selecione apenas " +#~ "uma para ser listada." + +#~ msgid "More than one folder provided" +#~ msgstr "Foi indicada mais que uma pasta" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "No mínimo uma pasta e um arquivo deve ser selecionados. Os arquivos " +#~ "selecionados serão ignorados e a pasta selecionada será listada" + +#~ msgid "Files and folders selected" +#~ msgstr "Foram selecionados arquivos e pastas" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Embora o contato tenha sido feito com o servidor, nenhuma resposta foi " +#~ "recebida dentro do tempo alocado para a requisição, como descrito abaixo:" +#~ "
            • Tempo limite para estabelecer uma conexão: %1 seg
            • Tempo " +#~ "limite para receber uma resposta: %2 seg
            • Tempo limite para " +#~ "acessar os servidores proxy: %3 seg
            Por favor, saiba que você " +#~ "pode modificar estas configurações de tempo limite, através das " +#~ "Configurações do Sistema do KDE, selecionando o menu Configurações da " +#~ "rede -> Preferências da conexão." + #~ msgid "Is &executable" #~ msgstr "É e&xecutável" @@ -8524,9 +8921,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ "Esta é a quantidade máxima calculada de espaço em disco permitida " #~ "para a lixeira." -#~ msgid "Show a Warning" -#~ msgstr "Mostrar um aviso" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Excluir os arquivos mais antigos da Lixeira" @@ -8669,10 +9063,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ msgid "Space" #~ msgstr "Espaço" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Padrão" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modificar atalho da Web" @@ -9035,11 +9425,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Não foi possível encontrar um aplicativo ou utilitário para o %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Colar arquivo" -#~ msgstr[1] "&Colar %1 arquivos" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Colar &URL" @@ -9162,14 +9547,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ msgid "Invalid Directory Name" #~ msgstr "Nome de pasta inválido" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Não foi possível criar uma pasta com o nome %1 " -#~ "porque ele é reservado para uso pelo sistema operacional." - #~ msgid "File Type Options" #~ msgstr "Opções do tipo de arquivo" @@ -9195,9 +9572,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ "A lixeira atingiu seu tamanho máximo!\n" #~ "Esvazie a lixeira manualmente." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1' não é um arquivo executável." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "" #~ "O '%1' não foi encontrado. Por favor, digite um nome de programa válido." @@ -9211,9 +9585,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ msgid "unmounting is not supported by wince." #~ msgstr "a desmontagem não é suportada pelo WinCE." -#~ msgid "File name:" -#~ msgstr "Nome do arquivo:" - #~ msgid "" #~ "

            Cache

            This module lets you configure your cache settings.

            This specific cache is an area on the disk where recently read web " @@ -9520,9 +9891,6 @@ msgstr "Se você não confia neste programa, clique em Cancelar" #~ msgid "Read only" #~ msgstr "Somente leitura" -#~ msgid "File system:" -#~ msgstr "Sistema de arquivos:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Ponto de montagem (/mnt/floppy):" diff --git a/local/recipes/kde/kf6-kio/source/po/ro/kio6.po b/local/recipes/kde/kf6-kio/source/po/ro/kio6.po index e3919d5739..16e1791eab 100644 --- a/local/recipes/kde/kf6-kio/source/po/ro/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ro/kio6.po @@ -2,15 +2,15 @@ # translation of kcmkio.po to Romanian # Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc. # Claudiu Costin , 2003, 2004, 2005. -# Sergiu Bivol , 2008, 2009, 2012, 2014, 2020, 2021, 2022, 2024. +# SPDX-FileCopyrightText: 2008, 2009, 2012, 2014, 2020, 2021, 2022, 2024, 2025, 2026 Sergiu Bivol # Cristian Oneț , 2011. # msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-02-24 15:31+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-04-03 14:15+0100\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -19,7 +19,7 @@ msgstr "" "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" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -31,12 +31,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr ",sergiu@cip.md" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nu s-a putut schimba proprietarul fișierului %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -45,12 +45,12 @@ msgstr "" "Nu s-a putut modifica proprietarul fișierului %1. Nu " "aveți acces suficient la fișier pentru a efectua această modificare." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nu se poate crea lucrătorul KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -62,7 +62,7 @@ msgstr "" "Nu s-a putut crea legătura simbolică „%1”.\n" "Sistemul de fișiere destinație (%2) nu susține legături simbolice." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgstr "" "Alegerea „Înlocuiește” va înlocui orice caracter nevalid (în denumirea " "dosarului-destinație) cu o subliniere „_”." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -92,23 +92,23 @@ msgstr "" "Alegerea „Înlocuiește” va înlocui orice caracter nevalid (în denumirea " "fișierului-destinație) cu o subliniere „_”." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Dosarul există deja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fișierul există deja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Deja există ca dosar" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Gunoi" @@ -205,206 +205,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Mutare" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Sursă" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinație" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Redenumire" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copiere" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Creare dosar" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Dosar" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Ștergere" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fișier" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Examinare" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transferare" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montare" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Dispozitiv" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Punct de montare" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontare" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Schimbare atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a schimba atributele " -"fișierului. Doriți să continuați?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copiere fișiere" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a finaliza operația de " -"copiere. Doriți să continuați?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Ștergere fișiere" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a finaliza operația de " -"ștergere. Făcând asta, puteți deteriora sistemul. Doriți să continuați?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Creare dosar" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a crea acest dosar. Doriți " -"să continuați?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Mutare elemente" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a finaliza operația de " -"mutare. Doriți să continuați?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Redenumire" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a finaliza redenumirea. " -"Doriți să continuați?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Creează legătură simbolică" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a crea legătura simbolică. " -"Doriți să continuați?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transfer de date" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Sunt necesare privilegii de administrator pentru a finaliza transferul de " -"date. Doriți să continuați?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -653,7 +543,7 @@ msgstr "" #: core/job_error.cpp:170 #, kde-format msgid "Authorization failed, %1 authentication not supported" -msgstr "Autorizare eșuată. Autentificarea %1 nu este suportată." +msgstr "Autorizare eșuată. Autentificarea %1 nu este susținută." #: core/job_error.cpp:176 #, kde-format @@ -706,8 +596,8 @@ msgid "" "Could not delete original file %1.\n" "Please check permissions." msgstr "" -"Nu pot șterge fișierul original %1.\n" -"Vă rog să verificați permisiunile." +"Nu se poate șterge fișierul original %1.\n" +"Verificați permisiunile." #: core/job_error.cpp:202 #, kde-format @@ -715,8 +605,8 @@ msgid "" "Could not delete partial file %1.\n" "Please check permissions." msgstr "" -"Nu pot șterge fișierul parțial %1.\n" -"Vă rog să verificați permisiunile." +"Nu se poate șterge fișierul parțial %1.\n" +"Verificați permisiunile." #: core/job_error.cpp:205 #, kde-format @@ -724,8 +614,8 @@ msgid "" "Could not rename original file %1.\n" "Please check permissions." msgstr "" -"Nu pot redenumi fișierul original %1.\n" -"Vă rog să verificați permisiunile." +"Nu se poate redenumi fișierul original %1.\n" +"Verificați permisiunile." #: core/job_error.cpp:208 #, kde-format @@ -733,8 +623,8 @@ msgid "" "Could not rename partial file %1.\n" "Please check permissions." msgstr "" -"Nu pot redenumi fișierul parțial %1.\n" -"Vă rog să verificați permisiunile." +"Nu se poate redenumi fișierul parțial %1.\n" +"Verificați permisiunile." #: core/job_error.cpp:211 #, kde-format @@ -742,8 +632,8 @@ msgid "" "Could not create symlink %1.\n" "Please check permissions." msgstr "" -"Nu pot crea legătura simbolică %1.\n" -"Vă rog să verificați permisiunile." +"Nu se poate crea legătura simbolică %1.\n" +"Verificați permisiunile." #: core/job_error.cpp:214 #, kde-format @@ -783,7 +673,8 @@ msgstr "Acces interzis la port restricționat în cererea POST." msgid "" "The required content size information was not provided for a POST operation." msgstr "" -"Mărimea conținului este necesară la o operație POST și nu a fost furnizată" +"Informația necesară cu mărimea conținutului nu a fost furnizată pentru o " +"operație POST." #: core/job_error.cpp:240 #, kde-format @@ -803,7 +694,7 @@ msgstr "Comunicarea cu severul local de parole a eșuat" #: core/job_error.cpp:249 #, kde-format msgid "Unable to create KIO worker. %1" -msgstr "Nu se poate crea lucrătorul KIO: %1" +msgstr "Nu se poate crea lucrătorul KIO. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -812,8 +703,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" -"Nu se poate transfera %1 pentru că e prea mare.Sistemul " -"de fișiere destinație susține fișiere de până la 4GiO" +"Nu se poate transfera %1 pentru că e prea mare. " +"Sistemul de fișiere destinație susține fișiere de până la 4GiO" #: core/job_error.cpp:258 #, kde-format @@ -822,8 +713,8 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" -"Escalarea privilegiilor nu e necesară deoarece \n" -"„%1” e deținut de utilizatorul curent.\n" +"Escaladarea privilegiilor nu e necesară deoarece \n" +"„%1” e deținut de utilizatorul actual.\n" "Reîncercați după modificarea permisiunilor." #: core/job_error.cpp:261 @@ -833,6 +724,11 @@ msgstr "Fișierul e prea mare pentru a încăpea la gunoi." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Dosarul cu gunoi nu a putut fi găsit sau creat la această amplasare." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -842,65 +738,65 @@ msgstr "" "%2\n" "Trimiteți un raport de eroare complet la https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(necunoscut)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Motiv tehnic: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detaliile cererii:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Protocol: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Data și ora: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Informații adiționale: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Cauze posibile:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Soluții posibile:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(necunoscut)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -910,17 +806,17 @@ msgstr "" "a calculatoarelor, adică administratorul de sistem sau grupul de suport " "tehnic." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contactați administratorul serverului pentru mai multă asistență." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Verificați permisiunile dumneavoastră de acces la această resursă." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -929,7 +825,7 @@ msgstr "" "Pentru a executa operația cerută la această resursă, permisiunile " "dumneavoastră de acces s-ar putea să nu fie suficiente." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -937,7 +833,7 @@ msgstr "" "Se pare că fișierul este utilizat (și deci blocat) de un alt utilizator sau " "o altă aplicație." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -946,18 +842,18 @@ msgstr "" "Asigurați-vă că nici o altă aplicație sau utilizator nu utilizează fișierul " "sau că nu au blocat accesul la el." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Totuși, deși puțin probabil, este posibil să fi apărut o eroare hardware." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Este posibil să fi dat de o eroare de programare în aplicație." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +862,7 @@ msgstr "" "Este foarte probabil să fie cauzată de o eroare din program. Dacă se poate, " "vă rog să trimiteți un raport de eroare complet așa cum este descris mai jos." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -976,7 +872,7 @@ msgstr "" "Distribuitorul dumneavoastră de programe ar trebui să vă fi pus la " "dispoziție utilitare de actualizare a software-ului." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -996,12 +892,12 @@ msgstr "" "raportul dumneavoastră, împreună cu orice alte detalii care considerați că " "ar putea ajuta." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Există probleme cu conexiunea dumneavoastră la rețea." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1010,7 +906,7 @@ msgstr "" "Există probleme cu configurarea rețelei dumneavoastră. Dacă ați accesat " "Internetul recent, fără probleme, atunci acest lucru este puțin probabil." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1019,42 +915,42 @@ msgstr "" "A apărut o problemă, la un anumit punct, pe calea de rețea între server și " "acest calculator." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Încercați din nou, acum sau puțin mai târziu." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "A apărut o eroare protocol sau de compatibilitate." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Asigurați-vă că resursa există și încercați din nou." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Este posibil ca resursa specificată să nu existe." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Verificați că ați introdus corect locația și încercați din nou." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Verificați starea conexiunii de rețea." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nu pot deschide resursa pentru citire" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 cerut nu poate fi transferat, deoarece nu pot obține acces " "pentru citire." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Nu aveți permisiuni pentru a citi fișierul sau de a deschide directorul." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nu pot deschide resursa pentru scriere" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1084,17 +980,17 @@ msgstr "" "Aceasta înseamnă că fișierul, %1, nu poate fi scris așa cum " "s-a cerut, deoarece nu pot obține acces pentru scriere." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nu se poate lansa procesul cerut de protocolul %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nu pot porni procesul" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1nu a putut fi găsit sau pornit. Acest lucru se întâmplă de obicei din " "motive tehnice." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1116,12 +1012,12 @@ msgstr "" "nu fi fost actualizat cu ultima actualizare de KDE. Acest lucru poate cauza " "incompatibilitate cu versiunea curentă de KDE și astfel să nu pornească." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Eroare internă" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 a raportat o " "eroare internă." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL formatat incorect" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocolul %1 nu este suportat" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1164,12 +1060,12 @@ msgstr "" "Protocolul %1 nu este suportat de programele KDE care sunt " "acum instalate pe acest calculator." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Este posibil ca protocolul cerut să nu fie suportat." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1178,7 +1074,7 @@ msgstr "" "Versiunile protocolului %1 suportate de acest calculator și de server sunt " "incompatibile." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1195,17 +1091,17 @@ msgstr "" "apps.org/\">https://kde-apps.org/ și http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL-ul nu face referire la o resursă." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protocolul este un protocol de filtrare" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator) pe care l-ați introdus nu face referire la o resursă " "specifică." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1228,21 +1124,21 @@ msgstr "" "situații. Totuși, aceasta nu este una din aceste situații. Acesta este un " "eveniment rar și este posibil să indice o eroare de programare." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" -msgstr "Acțiune nesuportată: %1" +msgstr "Acțiune nesusținută: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -"Acțiunea cerută nu este suportată de programul KDE caer implementează " +"Acțiunea cerută nu este susținută de programul KDE care implementează " "protocolul %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1253,17 +1149,17 @@ msgstr "" "trebui să vă ofere mai multe informații decât cele disponibile în " "arhitectura de intrare/ieșire a KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Încercați să găsiți o altă cale pentru a obține același rezultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Cerere de fișier" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1271,17 +1167,17 @@ msgid "" msgstr "" "Cererea aștepta un fișier, dar a fost primit dosarul %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Aceasta ar putea fi o eroare la server." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Cerere de dosar" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1289,17 +1185,17 @@ msgid "" msgstr "" "Cererea așteaptă un dosar, dar a fost primit fișierul %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fișierul sau dosarul nu există" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Fișierul sau dosarul %1 nu există." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1308,22 +1204,22 @@ msgstr "" "Fișierul cerut nu poate fi creat deoarece există deja un fișier cu același " "nume." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Mutați mai întâi fișierul curent și apoi încercați din nou." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Ștergeți fișierul curent și încercați din nou." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Alegeți un alt nume pentru noul fișier." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1332,27 +1228,27 @@ msgstr "" "Dosarul cerut nu poate fi creat deoarece există deja un fișier cu același " "nume." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Mutați mai întâi dosarul curent și apoi încercați din nou." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Ștergeți dosarul curent și încercați din nou." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Alegeți un alt nume pentru noul dosar." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Gazdă necunoscută" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1361,7 +1257,7 @@ msgstr "" "Eroarea de gazdă necunoscută indică faptul că serverul cu numele cerut, " "%1, nu poate fi localizat în Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1369,30 +1265,30 @@ msgstr "" "Numele „%1” pe care l-ați scris nu există. Probabil ați greșit la scrierea " "lui." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Acces refuzat" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Accesul la resursa %1 vă este refuzat." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Probabil informațiile de autentificare date nu sunt corecte sau nu ați " "furnizat nici un fel de astfel de informații." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Contul dumneavoastră nu are permisiuni de acces la resursa specificată." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1401,12 +1297,12 @@ msgstr "" "Încercați din nou cererea făcută și asigurați-vă că informațiile de " "autentificare sunt introduse corect." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Acces de scriere refuzat" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1415,12 +1311,12 @@ msgstr "" "Acest lucru înseamnă că va fost refuzată încercarea de a scrie în fișierul " "%1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nu pot intra în dosar" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1429,17 +1325,17 @@ msgstr "" "Acest lucru înseamnă că va fost refuzată încercarea de a intra (cu alte " "cuvinte, de a deschide) în dosarul %1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Nu se poate lista dosarul" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protocolul %1 nu este un protocol de sistem de fișiere" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1450,12 +1346,12 @@ msgstr "" "conținutul dosarului. Programul KDE care implementează acest protocol nu " "poate face acest lucru." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Legătură ciclică detectată" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1468,7 +1364,7 @@ msgstr "" "serie de legături care rezultă într-o buclă infinită (de exemplu un fișier " "face legătură către el însuși)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1477,27 +1373,27 @@ msgstr "" "Ștergeți o componentă a buclei pentru a elimina bucla infinită și încercați " "din nou." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Cerere anulată de către utilizator" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Cererea nu a fost finalizată deoarece a fost anulată." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Încercați din nou cererea." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Legătură ciclică detectată la copiere" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1510,17 +1406,17 @@ msgstr "" "determinat o legătură sau o serie de legături care rezultă într-o buclă " "infinită (de exemplu un fișier face legătură către el însuși)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nu pot crea conexiune de rețea" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nu pot crea soclu" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1529,8 +1425,8 @@ msgstr "" "Aceasta este o eroare tehnică în care nu a putut fi creat un dizpozitiv de " "rețea (un soclu)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1539,12 +1435,12 @@ msgstr "" "Conexiunea de rețeaeste incorect configurată sau interfața de rețea nu este " "activă." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Conexiune refuzată de către server" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1553,7 +1449,7 @@ msgstr "" "Serverul %1 a refuzat conexiunea încercată de acest " "calculator." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1562,7 +1458,7 @@ msgstr "" "Este posibil ca serverul, deși conectat la Internet, să fie configurat să nu " "permită cereri." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1571,7 +1467,7 @@ msgstr "" "Este posibil ca serverul, deși conectat la Internet, să nu ruleze serviciul " "cerut (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1582,12 +1478,12 @@ msgstr "" "accesul la Internet), care protejează rețeaua dumnevoastră sau pe cea a " "serverului, să fi intervenit și sa fi blocat cererea." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Conexiunea către server a fost închisă" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1596,7 +1492,7 @@ msgstr "" "Deși a fost stabilită o conexiune către %1, ea a fost " "întreruptă în mod neașteptat." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1605,17 +1501,17 @@ msgstr "" "A apărut o eroare de protocol, determinând serverul să închidă conexiunea ca " "răspuns la eroare." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Resursă URL eronată" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protocolul %1 nu este un protocol de filtrare" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator) pe care l-ați introdus nu face referire la un mecanism valid " "de accesare a resursei specificate, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1639,17 +1535,17 @@ msgstr "" "acesta nu este capabil de o asemenea acțiune. Acesta este un eveniment rar " "și este posibil să indice o eroare de programare." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nu pot inițializa dispozitivul de intrare/ieșire" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nu pot monta dispozitivul" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1658,7 +1554,7 @@ msgstr "" "Dispozitivul cerut nu poate fi inițializat (\"montat\"). Eroare raportată a " "fost: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1566,7 @@ msgstr "" "cazul un dispozitiv periferic/portabil, este posibil ca acesta să nu fie " "conectat corect." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1577,7 @@ msgstr "" "UNIX, de cele mai multe ori, aveți nevoie de privilegii de administrator ca " "să inițializați dispozitivul." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1587,17 @@ msgstr "" "medii temporare trebuie să conțină un mediu și dispozitivele portabile " "trebuie să fie conectate și pornite. După această operație încercați din nou." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nu pot dezactiva dispozitivul de intrare/ieșire" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nu pot demonta dispozitivul" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1606,7 @@ msgstr "" "Dispozitivul cerut nu poate fi dezactivat (\"demontat\"). Eroarea raportată " "a fost: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1722,7 +1618,7 @@ msgstr "" "locație de pe acel dispozitiv poate determina ca dispozitivul să rămână " "ocupat." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1733,19 +1629,19 @@ msgstr "" "UNIX, de cele mai multe ori, aveți nevoie de privilegii de administrator ca " "să dezactivați dispozitivul." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Verificați că nu există aplicații care să acceseze dispozitivul și încercați " "din nou." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nu pot citi din resursă" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1754,17 +1650,17 @@ msgstr "" "Acest lucru înseamnă că, deși s-a putut deschide cu succes resursa " "%1, a apărut o eroare la citirea conținutului resursei." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Nu aveți permisiuni de citire din resursă." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nu pot scrise în resursă" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1773,22 +1669,22 @@ msgstr "" "Acest lucru înseamnă că, deși s-a putut deschide cu succes resursa " "%1, a apărut o eroare la scrierea în resursă." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Nu aveți drepturi de scriere în resursă." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nu pot asculta pentru conexiuni de rețea" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nu pot lega" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1799,17 +1695,17 @@ msgstr "" "comunicația de rețea (un soclu) nu poate fi făcut să asculte pentru " "conexiuni de intrare." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nu pot asculta" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nu pot accepta conexiunea de rețea" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1818,33 +1714,33 @@ msgstr "" "Aceasta este o eroare tehnică la încercarea de a accepta o conexiune de " "rețea de intrare." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Nu aveți permisiuni de a accepta conexiuni." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nu pot loga: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Tentativa de autentificare pentru a efectua operația cerută a eșuat." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nu pot determina starea resursei" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nu pot afla starea resursei" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1853,70 +1749,70 @@ msgstr "" "Operația de determinare informațiilor despre resursa %1, " "precum numele, tipul, mărimea etc., a eșuat." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Resursa specificată nu există sau nu mai este accesibilă." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nu pot anula listarea" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Documentare!!!" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nu pot crea dosarul" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Încercarea de a crea dosarul a eșuat." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Probabil locația unde a fost cerută crearea dosarului nu există." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nu pot șterge dosarul" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Încercarea de șterge dosarul %1 a eșuat." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Probabil dosarul specificat nu există." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Probabil dosarul specificat nu este gol." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "După ce vă asigurați că dosarul specificat există și este gol, încercați din " "nou." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nu pot continua transferul fișierului" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1925,34 +1821,34 @@ msgstr "" "Cererea a specificat continuarea transferului fișierului %1 " "de la o anumită poziție. Acest lucru nu este posibil." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Probabil protocolul sau serverul nu suportă continuarea transferului de " "fișiere." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Încercați din nou cererea fără să cereți continuarea transferului." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nu pot redenumi resursa" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Operația de redenumire a resursei %1 a eșuat." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nu pot schimba permisiunile resursei" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 a eșuat." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nu pot schimba proprietarul resursei" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 a eșuat." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nu pot șterge resursa" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Operația de ștergere a resursei %1 a eșuat." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Terminare neașteptată a programului" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 s-a terminat " "într-un mod neașteptat." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nu mai există memorie" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 nu mai poate " "obține memorie pentru a continua operația." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Gazdă proxy necunoscută" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2069,17 +1965,17 @@ msgstr "" "bugs.kde.org/ pentru a informa echipa KDE despre această metodă de " "autentificare nesusținută." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Cerere anulată" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Eroare internă în server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2088,7 +1984,7 @@ msgstr "" "Programul de pe server care asigură acces la protocolul %1 " "a raportat o eroare internă: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2097,13 +1993,13 @@ msgstr "" "Acest lucru este cel mai probabil cauzat de o eroare în programul server. " "Dacă puteți, trimiteți un raport de eroare așa cum este detaliat mai jos." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Contactați administratorul serverului pentru a-l informa de această problemă." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2112,40 +2008,31 @@ msgstr "" "Dacă știți cine sunt autorii programului de pe server, atunci trimiteți-le " "direct un raport de eroare." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Eroare temporizare" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Deși am făcut contactul cu serverul, nu am primit un răspuns în timpul " -"alocat cererii:
            • Temporizare la stabilirea conexiunii: %1 secunde
            • Temporizare la primirea unui răspuns: %2 secunde
            • Temporizare " -"la accesarea serverelor proxy: %3 secunde
            Trebuie să rețineți că " -"aceste temporizări le puteți modifica din Configurările de sistem KDE " -"selectând Configurări de rețea -> Preferințe conexiune." +"Cu toate că s-a stabilit contact cu serverul, nu a fost primit niciun " +"răspuns în timpul alocat cererii." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Serverul a fost prea încărcat ca să răspundă la alte cereri." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Eroare necunoscută" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 a raportat o eroare necunoscută: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Întrerupere necunoscută" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 a raportat o întrerupere de tip necunoscut: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nu pot șterge fișierul original" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2184,12 +2071,12 @@ msgstr "" "urma unei operații de mutare de fișier. Fișierul original %1 nu poate fi șters." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nu pot șterge fișierul temporar" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2200,12 +2087,12 @@ msgstr "" "noul fișier de transferat. Acest fișier temporar %1 nu " "poate fi șters." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nu pot redenumi fișierul original" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2214,12 +2101,12 @@ msgstr "" "Operația cerută încearcă redenumirea fișierului original %1, dar acesta nu poate fi redenumit." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nu pot redenumi fișierul temporar" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2228,32 +2115,32 @@ msgstr "" "Operația cerută încearcă crearea fișierului temporar%1, dar " "acesta nu poate fi făcut." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nu se poate crea legătura" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nu se poate crea legătura simbolică" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Nu s-a putut crea legătura simbolică %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Nu există conținut" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disc plin" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2262,7 +2149,7 @@ msgstr "" "Fișierul cerut %1 nu poate fi scris pe disc deoarece nu " "există spațiu suficient." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2273,12 +2160,12 @@ msgstr "" "temporare; 2) arhivând fișiere pe medii de stocare precum CDROM-urile " "inscriptibile; sau 3) faceți rost de mai mult spațiu de stocare." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Sursa și destinația reprezintă fișiere identice" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2287,17 +2174,17 @@ msgstr "" "Operația cerută nu poate fi efectuată deoarece fișierele sursă și destinație " "reprezintă același fișier." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Alegeți un nume diferit pentru fișierul destinație." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fișier sau dosar lăsat peste el însuși" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2306,17 +2193,17 @@ msgstr "" "Operația nu poate fi încheiată deoarece fișierul sau dosarul sursă și " "destinație sunt același." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Lăsați elementul în alt fișier sau dosar." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Fișier mutat în el însuși" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2325,17 +2212,17 @@ msgstr "" "Operația nu poate fi încheiată deoarece sursa nu poate fi mutată în ea " "însăși." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Mutați elementul în alt dosar." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nu s-a putut comunica cu serverul de parole" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2344,24 +2231,24 @@ msgstr "" "Operația nu poate fi încheiată deoarece serviciul de la care se cer parole " "(kpasswdserver) nu a putut fi contactat" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Încercați să reporniți sesiunea sau verificați jurnalele pentru erori de la " "„kiod”." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nu pot iniția protocolul %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nu se poate crea lucrătorul KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1. " "În mod normal acest lucru se întâmplă din cauza unor probleme tehnice." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2383,13 +2270,13 @@ msgstr "" "klauncher nu a putut găsi sau porni extensia ce furnizează protocolul. " "Aceasta înseamnă că ați putea avea o versiune veche a extensiei." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nu se poate transfera %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2399,7 +2286,7 @@ msgstr "" "Fișierul %1 nu poate fi transferat deoarece sistemulde " "fișiere destinație nu susține fișiere atât de mari" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2408,28 +2295,28 @@ msgstr "" "Reformatați unitatea de destinație să folosească un sistem de fișiere care " "susține fișiere atât de mari." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Eroare nedocumentată" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Legătură simbolică la %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, legătură către %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(Indică către %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2438,12 +2325,12 @@ msgstr "" "URL eronat\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nu s-a putut determina tipul de fișier pentru %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2452,13 +2339,13 @@ msgstr "" "Nu s-a putut extrage un nume executabil din '%1', vă rugăm introduceți o " "denumire de program validă." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 nu pare a fi un program executabil." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2468,94 +2355,94 @@ msgstr "" "%1 nu a fost găsit. Introduceți o cale validă spre un " "program executabil." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protocolul „%1” nu suportă deschiderea de conexiuni." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protocolul „%1” nu suportă închiderea de conexiuni." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protocolul „%1” nu suportă accesarea fișierelor." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." -msgstr "Nu este suportată scrierea în %1." +msgstr "Nu este susținută scrierea în %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nu sunt disponibile acțiuni speciale pentru protocolul %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protocolul „%1” nu suportă listarea de dosare." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." -msgstr "Nu este suportată citirea de date din %1." +msgstr "Nu este susținută citirea de date din %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." -msgstr "Nu este suportată citirea de informații MIME din %1." +msgstr "Nu este susținută citirea de informații MIME din %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "Nu este suportată redenumirea sau mutarea fișierelor în %1." +msgstr "Nu este susținută redenumirea sau mutarea fișierelor în %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." -msgstr "Nu este suportată crearea de legături simbolice cu protocolul „%1”." +msgstr "Nu este susținută crearea de legături simbolice cu protocolul „%1”." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." -msgstr "Nu este suportată copierea de fișiere în %1." +msgstr "Nu este susținută copierea de fișiere în %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." -msgstr "Nu este suportată ștergerea de fișiere în %1." +msgstr "Nu este susținută ștergerea de fișiere în %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." -msgstr "Nu este suportată crearea de dosare cu protocolul „%1”." +msgstr "Nu este susținută crearea de dosare cu protocolul „%1”." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" -"Nu este suportată modificarea atributelor fișierelor cu protocolul „%1”." +"Nu este susținută modificarea atributelor fișierelor cu protocolul „%1”." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -"Nu este suportată modificarea proprietarului fișierelor cu protocolul %1." +"Nu este susținută modificarea proprietarului fișierelor cu protocolul %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." -msgstr "Nu este suportată deschiderea fișierelor cu protocolul %1." +msgstr "Nu este susținută deschiderea fișierelor cu protocolul %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protocolul %1 nu suportă acțiunea %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2564,317 +2451,336 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocol necunoscut „%1”." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nu am găsit dispozitivul I/E pentru protocolul „%1”." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nu se poate crea soclul pentru lansarea io-slave pentru protocolul „%1”." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Executabilul „kioslave5” nu poate fi găsit la „%1”" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalii" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Permanent" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuă" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Numai sesiunea &curentă" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Mută în dosar nou" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Creează dosar nou pentru aceste elemente" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nu ați selectat un fișier de șters." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nimic de șters" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nu ați selectat un fișier de aruncat la coșul de gunoi." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nimic de aruncat la gunoi" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Dosarul specificat nu există sau nu este accesibil." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meniu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Dosar părinte" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Mergi înapoi" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Mergi înainte" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Dosar Acasă" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Reîncarcă" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Dosar nou" +msgstr "Dosar nou…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Mută în coșul de gunoi" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Șterge" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortare" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sortează după denumire" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sortează după dimensiune" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sortează după dată" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sortează după tip" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Crescător" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Descrescător" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Întâi dosarele" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Fișierele ascunse la urmă" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vizualizare pictograme" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Vizualizare compactă" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vizualizare detaliată" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Poziția pictogramei" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Alături de denumirea fișierului" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Deasupra denumirii fișierului" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Afișează pe scurt" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Vizualizare detaliată" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vizualizare arborescentă" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Vizualizare arborescentă detaliată" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Permite desfășurarea în vizualizarea detaliată" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Afișează fișiere ascunse" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Arată panoul de previzualizare" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Arată previzualizare" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Deschide dosarul conținător" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Proprietăți" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Regim &vizualizare" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Întâi cele mai noi" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Întâi cele mai vechi" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Întâi cele mai noi" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Întâi cele mai mari" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Întâi cele mai mici" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Codare:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Deschide" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Salvează ca" @@ -2904,9 +2810,7 @@ msgid "Root Folder" msgstr "Dosar rădăcină" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" msgstr "Răsfoiește…" @@ -2923,40 +2827,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Mută aici" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Toate fișierele" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Toate fișierele susținute" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Toate fișierele" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Adaugă înregistrare Locuri" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Modifică înregistrare Locuri" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2969,17 +2873,17 @@ msgstr "" "la ce se referă această înregistrare. Dacă nu introduceți o etichetă, " "aceasta va fi determinată din URL-ul amplasării.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etichetă:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Introduceți aici o etichetă descriptivă" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2992,12 +2896,12 @@ msgstr "" "org/pub/kde/stable

            Dacă apăsați butonul din stânga liniei de " "editare, puteți răsfoi până la un URL corespunzător.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "Amp&lasare:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -3006,17 +2910,17 @@ msgstr "" "Aceasta este pictograma care va apărea în panoul Locuri.

            Apăsați pe buton pentru a alege o pictogramă diferită.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Alegeți o p&ictogramă:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Arată numai la folosirea acestei aplicații (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3027,203 +2931,208 @@ msgstr "" "când folosiți aplicația actuală (%1).

            Dacă această opțiune nu e " "aleasă, atunci elementul este disponibil în toate aplicațiile.
            " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Locuri" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Distant" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Recent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Caută" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Dispozitive" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Dispozitive amovibile" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Marcaje" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Eroare %2)" +msgstr "%1 (de pe %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Toate marcajele" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Acasă" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Birou" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documente" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Descărcări" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rețea" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Gunoi" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzică" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Fotografii" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videoclipuri" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fișiere recente" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Locuri recente" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modificate azi" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modificate ieri" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nu s-a putut adăuga la panoul Locuri: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Doar dosarele pot fi adăugate la panoul Locuri." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurează…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Se eliberează…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Elibe&rează" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Se scoate în siguranță…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Scoate în siguranță" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Se demontează…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Demontează" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Scoat&e suportul" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Dispozitivul „%1” nu este un disc și nu poate fi scos." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "A apărut o eroare la accesarea „%1”, sistemul a răspuns: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "A apărut o eroare la accesarea „%1”" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Unul sau mai multe fișiere de pe acest dispozitiv sunt deschise într-o " "aplicație." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3241,110 +3150,108 @@ msgstr[2] "" "Unul sau mai multe fișiere de pe acest dispozitiv sunt deschise în " "următoarele aplicații: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Formatează sau modifică cu Gestionarul de partiții" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 liberi din %2 (%3% utilizat)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ascuns)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Golește gunoiul" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montează" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Deschide în filă nouă" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Deschide în fereastră nouă" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Adaugă înregistrare…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Modifică…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Elimină din Locuri" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Ascunde" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ascunde secțiunea „%1”" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ascunde secțiunea" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Arată toate înregi&strările" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Dimensiune pictograme" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3352,51 +3259,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensionare automată" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Mică (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Medie (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Mare (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Foarte mare (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Puteți selecta numai un fișier" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Mai mult de un fișier oferit" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Puteți selecta numai fișiere locale" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Fișierele distante nu sunt acceptate" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3411,52 +3318,22 @@ msgstr[1] "" msgstr[2] "" "URL-ul ales folosește o schemă nesusținută. Folosiți următoarele scheme: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Schemă URL nesusținută" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"A fost ales mai mult de un dosar iar acest dialog nu acceptă dosare, deci nu " -"se poate decide în care dintre ele să se intre. Alegeți doar un dosar pentru " -"a-i enumera conținutul." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Mai mult de un dosar furnizat" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Au fost alese cel puțin un dosar și un fișier. Fișierele alese vor fi " -"ignorate iar conținutul dosarului ales va fi enumerat." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Fișiere și dosare alese" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Fișierul „%1” nu a fost găsit" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nu se poate deschide fișierul" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

            For instance, " @@ -3467,44 +3344,44 @@ msgstr "" "exemplu, dacă amplasarea curentă este file:/home/konqi, apăsând acest buton " "veți ajunge în file:/home.
            " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Apăsați acest buton pentru a merge cu un pas înapoi în istoricul navigării." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Apăsați acest buton pentru a merge cu un pas înainte în istoricul navigării." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Apăsați acest buton pentru a reîncărca conținutul amplasării curente." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Apăsați acest buton pentru a crea un dosar nou." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Arată panoul cu locuri" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Arată butonul cu semne de carte" +msgid "Show Quick Filter" +msgstr "Arată filtru rapid" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opțiuni" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3520,12 +3397,12 @@ msgstr "" "„Locuri”
          • previzualizarea fișierelor
          • separarea fișierelor de " "dosare
          " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Semne de carte" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3540,12 +3417,35 @@ msgstr "" "întâlnite în alte părți ale KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "De&numire:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Desfă schimbarea denumirii" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Păstrează filtrul la schimbarea dosarului" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrează după denumire…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Ascunde bara de filtrare" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3557,12 +3457,12 @@ msgstr "" "dacă există. Această caracteristică poate fi controlată dând clic dreapta și " "selectând modul preferat din meniul Completare text." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Aceasta e denumirea cu care va fi salvat fișierul." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3571,74 +3471,78 @@ msgstr "" "Aceasta este lista fișierelor de deschis. Poate fi specificat mai mult de un " "fișier, separându-le prin spații." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Aceasta e denumirea fișierului de deschis." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Locuri" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fișierul „%1” există deja. Doriți să îl suprascrieți?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Suprascrieți fișierul?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Puteți selecta numai fișiere locale." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fișierele distante nu sunt acceptate." -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Toate dosarele" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Dosar actual: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Deschide" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Dimensiune pictogramă: %1 pixeli" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Selectează automat e&xtensia fișierului (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "extensia %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Selectează automat e&xtensia fișierului" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "o extensie corespunzătoare" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3666,12 +3570,12 @@ msgstr "" " Dacă nu sunteți sigur, lăsați activată această opțiune deoarece " "face ca fișierele să fie mult mai ușor de administrat." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tip &fișier:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3680,67 +3584,56 @@ msgstr "" "Acesta e selectorul tipului de fișier, folosit pentru a alege formatul " "în care va fi salvat fișierul." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtru:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " -msgstr "" -"Acesta este filtrul de aplicat listei de fișiere. Denumirile de fișiere " -"care nu se potrivesc cu filtrul nu vor fi afișate.

          Puteți alege unul din " -"filtrele prezente în meniul derulant sau puteți introduce unul personalizat " -"direct în câmpul de editare.

          Sunt permise caractere de globalizare " -"precum * și ?.

          " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Creează tip nou de fișier" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Acesta e selectorul tipului de fișier, folosit pentru a alege formatul " +"în care va fi salvat fișierul." -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Introduceți denumirea %1:" + +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Scuze" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Fișierul-șablon %1 nu există." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Denumire pentru legătura nouă:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Creează legătură simbolică" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "Creează legătură către URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Introduceți altă denumire" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3750,7 +3643,7 @@ msgstr "" "Denumirea %1 nu poate fi folosită pentru că e rezervată " "pentru uz de către sistemul de operare." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3760,7 +3653,7 @@ msgstr "" "Denumirea %1 începe cu punct, de aceea va fi ascunsă " "implicit." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3772,27 +3665,37 @@ msgstr "" "înafișarea înaintea altor elemente la sortarea alfabetică printre alte " "posibile ciudățenii." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Folosirea barelor oblice în denumiri de dosare va crea subdosare, așa:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Folosirea barelor oblice în denumiri de dosare va crea subdosare." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Barele oblice nu pot fi folosite în denumiri de fișiere și dosare." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Barele inverse nu pot fi folosite în denumiri de fișiere și dosare." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Crearea unui dosar cu denumirea %1 nu e posibilă " +"deoarece s-ar suprapune cu amplasarea dosarului personal al unui utilizator." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3802,99 +3705,139 @@ msgstr "" "deoarece poate crea confuzie sau fi periculoasă la folosirea terminalului " "pentru a șterge lucruri." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Există deja un dosar cu denumirea %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Există deja un fișier cu denumirea %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Creează nou" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Legătură la dispozitiv" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Dosar nou" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Creare dosar" +msgstr "Creează dosar nou" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Creează dosar nou în %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Introduceți denumirea dosarului" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Implicit" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Creează fișier nou" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Introduceți denumirea fișierului" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Alege culoare sau pictogramă personalizată" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Alege altă pictogramă…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Puteți schimba pictograma mai târziu în proprietățile dosarului." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copiază" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Lipește" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Deschide „%1” în filă nouă" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Deschide „%1” în fereastră nouă" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Modifică" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navighează" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Arată calea completă" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Nu se poate transfera %1" +msgstr "Mergi la orice amplasare în calea %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3904,7 +3847,16 @@ msgstr "Mai mult" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Mergi la amplasarea din cale" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Locuri" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3930,28 +3882,28 @@ msgstr "Altele" msgid "Edit mode" msgstr "Regim de editare" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Apăsați pentru navigare printre locuri" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Apăsați pentru a redacta amplasarea" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nu aveți autorizare să executați acest fișier." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Se lansează %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3960,13 +3912,13 @@ msgstr "" "Serviciul %1 nu a putut fi făcut executabil, se abandonează execuția.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Nu aveți autorizare să alegeți o aplicație pentru a deschide acest fișier." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3978,7 +3930,7 @@ msgstr "" #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Comandă goală furnizată" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -3995,12 +3947,18 @@ msgstr "Eroare la salvarea imaginii în %1" msgid "Icon file too big, download aborted" msgstr "Pictogramă prea mare, descărcare abandonată" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Niciun client de poștă găsit" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4011,28 +3969,28 @@ msgstr "" "%1\n" "nu e valid." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Se lansează %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Comanda %1 nu a fost găsită." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nu a fost găsit niciun emulator de terminal" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nu s-a putut deschide %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4043,7 +4001,7 @@ msgstr "" "%1\n" "este de tip Legătură dar nu are o înregistrare URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4052,7 +4010,7 @@ msgstr "" "Fișierul executabil „%1” e amplasat pe un sistem de fișiere distant. Din " "motive de siguranță, acesta nu va fi pornit." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4060,7 +4018,7 @@ msgstr "" "Din motive de securitate, lansarea executabilelor nu e permisă în acest " "context." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4069,7 +4027,7 @@ msgstr "" "Programul „%1” trebuie să aibă permisiuni executabile înainte să poată fi " "lansat." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4078,13 +4036,13 @@ msgstr "" "Fișierul „%1” nu poate fi făcut executabil.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" "Fișierul cu înregistrări de birou %1 nu conține o înregistrare Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4095,28 +4053,25 @@ msgstr "" "Verificați aplicațiile deschise și zona de notificare pentru sarcini sau " "descărcări în curs." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Deschiderea fișierului a eșuat." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Programul „%1” nu a putut fi lansat." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Fișierul %1\n" -"a fost modificat. Doriți să încărcați distant modificările?" +"The file %1a fost modificat. Doriți să încărcați " +"modificările la distanță?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format @@ -4126,7 +4081,7 @@ msgstr "Fișier modificat" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 #, kde-format msgid "Upload" -msgstr "încarcă" +msgstr "Încarcă" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 #, kde-format @@ -4192,74 +4147,69 @@ msgstr "" "a fost modificat.\n" "Doriți să încarc distant modificările?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Deschide fișiere distante, urmărește modificările răspunde la " "cereri de încărcare distantă" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Dezvoltatorii KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Tratează URL-urile ca fișiere locale și le șterge după aceea" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nume de fișier sugerat pentru fișierul transferat" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Comanda de executat" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL-ul(urile) sau fișierul(le) local(e) utilizate pentru 'command'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Stabilire ACL pentru %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4268,7 +4218,7 @@ msgstr "" "Nu s-au putut schimba permisiunile pentru\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4278,118 +4228,37 @@ msgstr "" "Nu s-a putut schimba proprietarul și grupul pentru\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Nu s-a putut deschide fișierul temporar" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Programul „mount” nu a putut fi găsit" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Programul „umount” nu a putut fi găsit" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Schimbare permisiuni fișier" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Permisiuni noi: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Schimbare proprietar fișier" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Proprietar nou: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Elimină fișier" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Elimină dosar" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Creează dosar" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Permisiuni dosar: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Deschide fișier" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Deschide dosar" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Denumire de fișier nouă: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Țintă: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Schimbă amprenta temporală" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De la: %1, La: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Acțiune necunoscută" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Acțiune: %1\n" -"Sursă: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nu s-a putut copia fișierul din %1 în %2. (Nr. eroare: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Niciun mediu în dispozitiv pentru %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nu s-a putut obține id. utilizatorului pentru numele de utilizator %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nu s-a putut obține id. grupului pentru denumirea de grup %1" @@ -4431,32 +4300,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Trebuie să introduceți un nume și o parolă pentru a accesa acest sait." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sait:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Autentificare reușită" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Autentificare eșuată la %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4465,7 +4334,7 @@ msgstr "" "\n" "Serverul a spus: „%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4474,12 +4343,12 @@ msgstr "" "Trebuie să specificați un nume și o parolă pentru serverul proxy arătat mai " "jos înainte de a putea accesa saituri web." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentificare proxy eșuată." @@ -4532,101 +4401,101 @@ msgstr "" "Doriți să acceptați permanent acest certificat fără să mai fiți întrebat?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentificare server" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 la %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Altfel, cererea ar fi reușit." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "obține valorile proprietății" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "stabili valorile proprietății" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "crea dosarul cerut" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copia fișierul sau dosarul specificat" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "muta fișierul sau dosarul specificat" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "căuta în dosarul specificat" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "bloca fișierul sau dosarul specificat" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "debloca fișierul sau dosarul specificat" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "șterge fișierul sau dosarul specificat" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "determina capabilitățile serverului" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "obține conținutul fișierului sau dosarului specificat" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "rulează un raport în dosarul specificat" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "A apărut o eroare neașteptată (%1) la încercarea de a %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4635,13 +4504,13 @@ msgid "" msgstr "" "A apărut o eroare la %1, %2. Un sumar al motivelor posibile este dat mai jos." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Acces refuzat la încercarea de a %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4650,7 +4519,7 @@ msgstr "" "O resursă nu poate fi creată la destinație până când nu vor fi create una " "sau mai multe colecții (dosare) intermediare." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4665,28 +4534,28 @@ msgstr "" "fișierele să nu fie suprascrise.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Lacătul cerut nu poate fi onorat. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Serverul nu susține tipul de cerere specificat pentru conținut." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nu s-a putut %1 deoarece resursa este blocată." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Această acțiune a fost oprită de altă eroare." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4696,7 +4565,7 @@ msgstr "" "Nu se poate %1 deoarece serverul-destinație refuză să accepte fișierul sau " "dosarul." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4705,18 +4574,18 @@ msgstr "" "Resursa destinație nu are suficient spațiu pentru a înregistra starea " "resursei după execuția metodei." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resursa nu poate fi ștearsă." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "încărca %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4727,15 +4596,15 @@ msgstr "A apărut o eroare neașteptată (%1) la încercarea de a %2." msgid "Network" msgstr "Rețea" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL eronat %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4748,12 +4617,12 @@ msgstr "" "operația de restabilire, fie să trageți elementul oriunde altundeva pentru a-" "l restabili." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinație nevalidă de protocoale." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Acest fișier e în coșul de gunoi deja." @@ -4789,7 +4658,7 @@ msgstr "Golește conținutul gunoiului" msgid "Restore a trashed file to its original location" msgstr "Restaurează un fișier din gunoi la amplasarea sa originală" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Gunoiul e plin. Goliți-l sau eliminați elemente manual." @@ -4810,17 +4679,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Reîncercare" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialog de autentificare" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Acces refuzat" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nu aveți permisiuni să accesați protocolul %1." @@ -4929,13 +4798,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Suma de control așteptată (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4943,28 +4812,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4974,9 +4843,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calculează" @@ -4985,139 +4854,208 @@ msgstr "Calculează" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Apăsați pentru a copia suma de control în clipboard." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "R&enunță" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Mută aici" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Descărcări" +msgstr "&Descarcă aici" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copiază aici" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Leagă aici" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Lansează" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Ce doriți să faceți cu acest fișier?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Nu mai întreba" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Deschide" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Execută" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Deschide cu %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Desfă modificările" +msgid "Would you like to launch this file?" +msgstr "Doriți să lansați acest fișier?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Desfacerea acestei operații necesită drepturi de administrator. Doriți să " -"continuați?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Creez dosarul" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Sursă" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destinație" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Se copiază" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" -msgstr "Mut" +msgstr "Se mută" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" -msgstr "Redenumire" +msgstr "Se redenumește" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Se mută la gunoi" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Șterg" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Desfă" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Desfă: Copiere" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Desfă: Legătură" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Desfă: Mutare" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Desfă: Redenumire" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Desfă: Gunoi" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Desfă: Creare dosar" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Desfă: Creare dosar(e)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Desfă: Creare fișier" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Desfă: Redenumire în lot" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Refă" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Refă: Copiază" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Refă: Leagă" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Refă: Mută" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Refă: Redenumește" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Refă: Gunoi" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Refă: Creează dosar" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Refă: Creează dosar(e)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Refă: Creează fișier" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Refă: Redenumește în lot" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5131,12 +5069,12 @@ msgstr "" "pierdute.\n" "Sigur ștergeți %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmarea desfacerii copierii fișierului" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5148,21 +5086,22 @@ msgstr "" "filename>Această acțiune nu poate fi " "desfăcută." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Șterge definitiv" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Șterge definitiv" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5181,7 +5120,7 @@ msgstr[2] "" "Sigur doriți să ștergeți definitiv aceste %1 de elemente?Această acțiune nu poate fi desfăcută." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5191,13 +5130,13 @@ msgstr "" "Doriți să ștergeți permanent toate elementele din Gunoi?Această acțiune nu poate fi desfăcută." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Golește gunoiul" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5206,7 +5145,7 @@ msgid "" msgstr "" "Sigur doriți să mutați acest element la gunoi?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5218,15 +5157,13 @@ msgstr[2] "Sigur doriți să mutați aceste %1 de elemente la gunoi?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Adaugă…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Modifică…" +msgstr "Modifică…" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5294,7 +5231,7 @@ msgstr "Proprietar" msgid "Owning Group" msgstr "Grup proprietar" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Alții" @@ -5367,112 +5304,112 @@ msgstr "Se actualizează configurația sistemului" msgid "Updating system configuration…" msgstr "Se actualizează configurația sistemului…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Denumire" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Dimensiune" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Data" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Permisiuni" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Proprietar" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tip" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Deschide c&u %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Acțiuni" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "Deschide d&osarul cu" +msgstr "&Deschide dosarul cu…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Deschide cu" +msgstr "&Deschide cu…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Rulează executabilul" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" -msgstr "&Deschide dosarul cu %1" +msgstr "Deschide d&osarul cu %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Deschide cu %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Deschide d&osarul cu" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Deschide cu" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Altă aplicație..." +msgstr "&Altă aplicație…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5481,113 +5418,135 @@ msgstr[0] "1 element" msgstr[1] "%1 elemente" msgstr[2] "%1 de elemente" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Necunoscut" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Oprește" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorează în Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montat din:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Spațiu liber:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tip:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Conținut:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Deschide cu:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Modifică…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Amplasare:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Dimensiune:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Modifică…" +msgid "Determine the folder size" +msgstr "Determină dimensiunea dosarului" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Conținut:" +msgid "Stop" +msgstr "Oprește" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Oprește determinarea dimensiunii dosarului" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorează în Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Indică spre:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modificat:" +msgid "Show target" +msgstr "Arată ținta" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Creat:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistem de fișiere:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Dimensiune necunoscută" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montat în:" +msgid "Modified:" +msgstr "Modificat:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accesat:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Deschide cu:" +msgid "File system:" +msgstr "Sistem de fișiere:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montat în:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montat din:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Spațiu liber:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Dimensiune necunoscută" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5890,26 +5849,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Introduceți aici descrierea pe care doriți să o dați aplicației, în funcție " -"de scopul ei. Exemplu: pentru o aplicație de conectare la Internet prin " -"telefon (KPPP) ar putea fi \"Utilitar de conectare la Internet prin linia " -"telefonică\"." +"Introduceți aici o denumire generică pentru aplicație. Exemple: o aplicație " +"de vizualizat imagini ar fi „Vizualizator de imagini”." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Descriere:" +msgid "&Generic name:" +msgstr "Denumire &generică:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Scrieți aici orice comentariu pe care îl considerați util." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Introduceți descrierea acestei aplicații, în funcție de scopul ei. Exemplu: " +"o aplicație de vizualizat imagini ar fi „Vezi și modifică imagini”." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5920,7 +5881,7 @@ msgstr "Com&entariu:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variabile de mediu:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6144,7 +6105,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Partajare" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6154,36 +6115,55 @@ msgstr "" "Proprietățile nu au putut fi salvate din cauza accesului de scriere " "insuficient la:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Generale" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Introduceți denumirea fișierului" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorează în %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualizează" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Introduceți amplasarea țintei" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Arată %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Dimensiune necunoscută" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6192,8 +6172,8 @@ msgstr "" "Calculez... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6201,8 +6181,8 @@ msgstr[0] "1 fișier" msgstr[1] "%1 fișiere" msgstr[2] "%1 de fișiere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6210,85 +6190,91 @@ msgstr[0] "1 subdosar" msgstr[1] "%1 subdosare" msgstr[2] "%1 de subdosare" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Se calculează…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Cel puțin %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Numele de fișier nou este gol." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Niciun tip de fișier înregistrat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Nicio aplicație asociată" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Creează…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Modifică…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Schimbă aplicația implicită pentru deschiderea fișierelor de tip „%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Fără acces" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Poate doar vedea" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Poate vedea și schimba" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Poate doar vedea conținutul" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Poate vedea și schimba conținutul" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Poate doar vedea/citi conținutul" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Poate vedea/citi și modifica/scrie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Permisiuni" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Permisiuni de acces" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6296,37 +6282,37 @@ msgstr[0] "Acest fișier este o legătură și nu are permisiuni." msgstr[1] "Toate fișierele sunt legături și nu au permisiuni." msgstr[2] "Toate fișierele sunt legături și nu au permisiuni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Numai proprietarul poate schimba permisiunile." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Proprietar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Specifică acțiunile permise proprietarului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Specifică acțiunile permise membrilor grupului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Alții:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6335,33 +6321,27 @@ msgstr "" "Specifică acțiunile permise celorlalți utilizatori, în care nu sunt incluși " "nici proprietarul și nici membrii grupului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "Numai pr&oprietarul poate redenumi și șterge conținutul dosarului" +msgstr "Numai propri&etarul poate redenumi sau șterge conținutul" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "" -"Activați această opțiune pentru a permite executarea fișierului ca a unui " -"program." +msgstr "Permite &executarea fișierului ca program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Nume de utilizator implicit:" +msgstr "Șterge sau redenumește:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "&Execută" +msgstr "Execută:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6373,7 +6353,7 @@ msgstr "" "utilizatori nu pot decât să adauge fișiere noi, care au nevoie de " "permisiunea \"Schimbă conținutul\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6383,42 +6363,42 @@ msgstr "" "are sens numai pentru programe și scripturi. Este necesar numai când doriți " "să le executați." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Permisiuni a&vansate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Proprietar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Utilizator:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Aplică modificările tuturor subdosarelor și conținutului lor" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Permisiuni avansate" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Clasa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6427,22 +6407,22 @@ msgstr "" "Afișare\n" "fișiere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Această opțiune permite vizualizarea conținutului dosarului. " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Citire" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Opțiunea \"Citire\" permite vizualizarea conținutului fișierului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6451,7 +6431,7 @@ msgstr "" "Scriere\n" "fișiere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6461,45 +6441,45 @@ msgstr "" "Țineți cont de faptul că ștergerea și redenumirea pot fi limitate dacă " "utilizați opțiunea \"sticky\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Scriere" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Opțiunea \"Scriere\" permite modificarea conținutului fișierului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Intrare" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activați această opțiune dacă doriți să permiteți intrarea în dosar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Execuție" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Activați această opțiune pentru a permite executarea fișierului ca a unui " "program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Special" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6508,7 +6488,7 @@ msgstr "" "Opțiune specială. Este validă pentru întreg dosarul, iar sensul ei exact " "poate fi văzut în coloana din dreapta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6516,17 +6496,17 @@ msgid "" msgstr "" "Opțiune specială. Sensul ei exact poate fi văzut în coloana din dreapta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Utilizator" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6535,7 +6515,7 @@ msgstr "" "Dacă această opțiune este setată, proprietarul dosarului va fi proprietarul " "tuturor fișierelor noi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6544,7 +6524,7 @@ msgstr "" "Dacă fișierul este un executabil și opțiunea este setată, va fi executat cu " "permisiunile proprietarului fișierului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6552,7 +6532,7 @@ msgstr "" "Dacă această opțiune este setată, grupul acestui dosar va fi setat pentru " "toate fișierele noi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6561,7 +6541,7 @@ msgstr "" "Dacă fișierul este un executabil și opțiunea este setată, va fi executat cu " "permisiunile grupului atribuit fișierului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6571,7 +6551,7 @@ msgstr "" "proprietarul și utilizatorul „root” pot șterge sau redenumi fișiere. În caz " "contrar, oricine are permisiuni de scriere, poate face acele operații." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6580,33 +6560,33 @@ msgstr "" "În Linux, bitul „lipicios” este ignorat pentru fișiere, dar poate fi " "utilizat pe alte sisteme UNIX." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Setat UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Setat GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lipicios" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Legătură" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variază (nicio modificare)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6614,7 +6594,7 @@ msgstr[0] "Acest fișier folosește permisiuni avansate." msgstr[1] "Aceste fișiere folosesc permisiuni avansate." msgstr[2] "Aceste fișiere folosesc permisiuni avansate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6622,52 +6602,41 @@ msgstr[0] "Acest dosar folosește permisiuni avansate." msgstr[1] "Aceste dosare folosesc permisiuni avansate." msgstr[2] "Aceste dosare folosesc permisiuni avansate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Aceste fișiere folosesc permisiuni avansate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "S&ume de control" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Se calculează..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Sumă de control nevalidă." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Datele furnizate nu constituie o sumă de control validă MD5, SHA1 sau SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Sumele de control se potrivesc." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Suma de control calculată coincide cu cea așteptată." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6678,32 +6647,46 @@ msgstr "" "unei descărcări eșuate. Încercați să redescărcați fișierul.
          Dacă " "verificarea eșuează iar, contactați sursa fișierului." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Suma de control calculată diferă de cea așteptată." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "Se verifică suma de control..." +msgstr "Se verifică suma de control…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Sumele de control ale tuturor fișierelor sunt identice." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Fișierele alese au sume de control diferite." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Se calculează…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6711,28 +6694,28 @@ msgstr "" "Proprietățile nu pot fi salvate. Sunt suportate numai înregistrări de pe " "sistemele de fișiere locale." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplicație" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Adaugă tip de fișier pentru %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Alegeți unul sau mai multe tipuri de fișier de adăugat:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Sunt suportate numai fișiere executabile de pe sistemele de fișiere locale." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Opțiuni avansate pentru %1" @@ -6833,28 +6816,29 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "Configurare scurtături web..." +msgstr "Configurează scurtături web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dialog deschidere fișiere" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Denumirea fișierului pentru conținutul clipboard-ului:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "fișier lipit" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Lipește conținutul clipboard-ului" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6864,19 +6848,19 @@ msgstr "" "formatul de date ales nu se mai aplică. Copiați din nou ceea ce doriți să " "lipiți." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Lipește un dosar" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Lipește un fișier" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6885,98 +6869,108 @@ msgstr[0] "Lipește un element" msgstr[1] "Lipește %1 elemente" msgstr[2] "Lipește %1 de elemente" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "Li&pește conținutul clipboard-ului" +msgstr "Lipește conținutul clipboard-ului…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Lipește" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formatul datelor:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Denumirea fișierului pentru conținutul clipboard-ului:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Denumire de fișier pentru conținutul lăsat:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dată: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Dimensiune: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Aplică la &toate" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Când acesta este bifat butonul apăsat va fi aplicat tuturor conflictelor de " +"Când acesta este bifat, butonul apăsat va fi aplicat tuturor conflictelor de " "dosare ulterioare găsite pe parcursul sarcinii curente.\n" "Dacă nu apăsați Sari veți fi întrebat în continuare în cazul unui conflict " "cu un fișier existent în dosar." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Când acesta este bifat butonul apăsat va fi aplicat tuturor conflictelor " -"ulterioare găsite pe parcursul sarcinii curente." +"Când acesta este bifat, butonul apăsat va fi aplicat tuturor conflictelor " +"ulterioare găsite pe parcursul lucrării actuale." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Redenumește" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Sugerează un &nume nou" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Sari" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Nu copia sau muta acest dosar, treci la următorul element în schimb" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Nu copia sau muta acest fișier, treci la următorul element în schimb" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Scrie în" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6989,13 +6983,13 @@ msgstr "" "Veți fi întrebat din nou în cazul unui conflict cu un fișier existent în " "dosar." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Suprascrie fișierele mai vechi" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -7004,12 +6998,12 @@ msgstr "" "Fișierele de destinație care au timpi de modificare mai vechi vor fi " "suprascrise de către surse, sărite în caz contrar." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Reia" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7018,67 +7012,57 @@ msgstr "" "Această acțiune va suprascrie „%1” cu el însuși.\n" "Introduceți un nume nou de fișier:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "C&ontinuă" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Doriți să suprascrieți destinația?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Doriți să îmbinați conținutul din „%1” în „%2”?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Sursă" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destinație" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Sursa e mai recentă." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Sursa e mai veche." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Sursa e mai mică cu %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Sursa e mai mare cu %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Fișierele sunt identice." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Fișierele par a fi identice." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Fișierele sunt diferite." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7087,59 +7071,51 @@ msgstr "" "Fișierele sunt probabil identice: au aceeași dimensiune și conținuturile " "sunt la fel la început, mijloc și sfârșit." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Compară fișiere" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Există deja un element vechi cu denumirea „%1”." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Există deja un fișier cu numele „%1”." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Există deja un element mai nou cu denumirea „%1”." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Redenumește:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Redenumește element" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Redenumește elemente" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Redenumește" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Redenumește elementul %1 în:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Denumire nouă #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Există deja un fișier denumit %1." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 nu e o denumire de fișier validă." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7148,38 +7124,192 @@ msgstr[0] "Redenumește %1 element ales în:" msgstr[1] "Redenumește %1 elemente alese în:" msgstr[2] "Redenumește %1 de elemente alese în:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# se va înlocui cu numere crescătoare începând cu:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Denumire nouă #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Denumire eronată: noua denumire trebuie să conțină o secvență de #, cu " +"excepția cazului când toate fișierele au extensii diferite." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Redenumește %1 element ales cu:" +msgstr[1] "Redenumește %1 elemente alese cu:" +msgstr[2] "Redenumește %1 de elemente alese cu:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Se înlocuiește:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Model" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Cu:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Înlocuire" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nicio denumire de fișier nu conține modelul." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Înlocuirea „%1” cu un înlocuitor gol ar face ca %2 să " +"aibă o denumire goală." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Redenumește %1 element ales:" +msgstr[1] "Redenumește %1 elemente alese:" +msgstr[2] "Redenumește %1 de elemente alese:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Adaugă text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text de adăugat" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Înainte de denumire" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "După denumire" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Redenumește element" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Redenumește elemente" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Redenumește" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Cum se redenumește:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumeră" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Înlocuiește text" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Adaugă text" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Previzualizare:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 nu poate fi redenumit cu o denumire goală." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informație" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Înlocuiește" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Reîncearcă" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Înlocuiește tot" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Sari" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Sari tot" @@ -7266,7 +7396,7 @@ msgstr "" "Gazda distantă nu a trimis niciun certificat SSL.\n" "Se abandonează deoarece identitatea gazdei nu a putut fi stabilită." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7307,51 +7437,77 @@ msgstr[2] "" "strong='true'>Această acțiune nu poate fi desfăcută." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?%1This action cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Gunoiul este prea plin pentru a accepta acest fișier. Doriți să-l ștergeți " +"definitiv?%1Această acțiune nu poate fi desfăcută." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Gunoiul este prea plin pentru a accepta acest %1 fișier. Îl ștergeți " +"definitiv?Această acțiune nu poate fi desfăcută." +"" +msgstr[1] "" +"Gunoiul este prea plin pentru a accepta aceste %1 fișiere. Le ștergeți " +"definitiv?Această acțiune nu poate fi " +"desfăcută." +msgstr[2] "" +"Gunoiul este prea plin pentru a accepta aceste %1 de fișiere. Le ștergeți " +"definitiv?Această acțiune nu poate fi " +"desfăcută." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" -"Sigur doriți să ștergeți definitiv acest element?%1Această acțiune nu poate fi " -"desfăcută." +"Gunoiul nu este disponibil pentru a accepta acest fișier. Doriți să-l " +"ștergeți definitiv?%1Această acțiune nu poate fi desfăcută." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you really want to permanently delete this item?This action cannot be undone." -#| msgid_plural "" -#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Sigur doriți să ștergeți definitiv acest element?Această acțiune nu poate fi desfăcută." +"Gunoiul nu este disponibil pentru amplasarea acestui %1 element. Îl ștergeți " +"definitiv?Această acțiune nu poate fi desfăcută." +"" msgstr[1] "" -"Sigur doriți să ștergeți definitiv aceste %1 elemente?Această acțiune nu poate fi desfăcută." +"Gunoiul nu este disponibil pentru amplasarea acestor %1 elemente. Le " +"ștergeți definitiv?Această acțiune nu poate fi " +"desfăcută." msgstr[2] "" -"Sigur doriți să ștergeți definitiv aceste %1 de elemente?Această acțiune nu poate fi desfăcută." +"Gunoiul nu este disponibil pentru amplasarea acestor %1 de elemente. Le " +"ștergeți definitiv?Această acțiune nu poate fi " +"desfăcută." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7360,3221 +7516,68 @@ msgstr[0] "Sigur doriți să mutați acest %1 element la gunoi?" msgstr[1] "Sigur doriți să mutați aceste %1 elemente la gunoi?" msgstr[2] "Sigur doriți să mutați aceste %1 de elemente la gunoi?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Nu mai întreba" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Nu mai întreba" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Nu mai arăta acest mesaj" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Lanțul de certificate SSL al corespondentului este corupt." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avertisment" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Aceasta va porni programul:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Dacă nu aveți încredere în acest program, apăsați pe Renunță" -#~ msgid "Is &executable" -#~ msgstr "Este &executabil" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Lansează fișierele executabile fără a întreba" -#~ msgid "New Folder..." -#~ msgstr "Dosar nou..." - -#~ msgctxt "@action:button" -#~ msgid "Add..." -#~ msgstr "Adaugă…" - -#~ msgctxt "@action:button" -#~ msgid "Edit..." -#~ msgstr "Modifică…" - -#~ msgctxt "@title:menu" -#~ msgid "&Open Folder With..." -#~ msgstr "Deschide d&osarul cu…" - -#~ msgctxt "@title:menu" -#~ msgid "&Open With..." -#~ msgstr "&Deschide cu..." - -#~ msgctxt "@action:inmenu" -#~ msgid "Paste Clipboard Contents..." -#~ msgstr "Lipire conținut clipboard..." - -#, fuzzy -#~| msgctxt "@title:window" -#~| msgid "New Folder" -#~ msgctxt "@title:window" -#~ msgid "New File" -#~ msgstr "Dosar nou" - -#~ msgctxt "@title:window" -#~ msgid "New Folder" -#~ msgstr "Dosar nou" - -#~ msgid "Differences" -#~ msgstr "Diferențe" - -#~ msgid "*|All Files" -#~ msgstr "*|Toate fișierele" - -#~ msgid "No host specified." -#~ msgstr "Nicio gazdă specificată." - -#~ msgid "The server does not support the WebDAV protocol." -#~ msgstr "Serverul nu suportă protocolul WebDAV." - -#~ msgid "%1 contacted. Waiting for reply..." -#~ msgstr "S-a contactat %1. Se așteaptă răspunsul..." - -#~ msgctxt "@info Security check on url being accessed" -#~ msgid "" -#~ "

          You are about to log in to the site \"%1\" with the username \"%2\", " -#~ "but the website does not require authentication. This may be an attempt " -#~ "to trick you.

          Is \"%1\" the site you want to visit?

          " -#~ msgstr "" -#~ "

          Urmează să vă autentificați pe saitul „%1” cu numele de utilizator " -#~ "„%2”, dar saitul nu necesită autentificare. Această acțiune poate fi o " -#~ "tentativă de a vă induce în eroare.

          Doriți într-adevăr să vizitați " -#~ "saitul „%1”?

          " - -#~ msgctxt "@title:window" -#~ msgid "Confirm Website Access" -#~ msgstr "Confirmați accesul la sait" - -#~ msgid "Server processing request, please wait..." -#~ msgstr "Serverul procesează cererea. Așteptați..." - -#~ msgid "Sending data to %1" -#~ msgstr "Se trimit date la %1" - -#~ msgid "Retrieving %1 from %2..." -#~ msgstr "Se transferă %1 din %2..." - -#~ msgid "Authentication Failed." -#~ msgstr "Autentificare eșuată." - -#~ msgid "Authorization failed." -#~ msgstr "Autorizare eșuată." - -#~ msgid "Unknown Authorization method." -#~ msgstr "Metodă de autorizare necunoscută." - -#~ msgid "Receiving corrupt data." -#~ msgstr "Se primesc date corupte." - -#~ msgid "" -#~ "You are about to leave secure mode. Transmissions will no longer be " -#~ "encrypted.\n" -#~ "This means that a third party could observe your data in transit." -#~ msgstr "" -#~ "Din acest moment părăsiți regimul securizat. Transmisiile de date nu vor " -#~ "mai fi criptate.\n" -#~ "Aceasta înseamnă că o terță parte ar putea observa datele pe care le " -#~ "transferați." - -#~ msgid "Security Information" -#~ msgstr "Informații de securitate" - -#~ msgid "C&ontinue Loading" -#~ msgstr "C&ontinuă încărcarea" - -#~ msgctxt "%1 is a host name" -#~ msgid "%1: SSL negotiation failed" -#~ msgstr "%1: Negociere SSL eșuată" - -#~ msgid "" -#~ "You are about to enter secure mode. All transmissions will be encrypted " -#~ "unless otherwise noted.\n" -#~ "This means that no third party will be able to easily observe your data " -#~ "in transit." -#~ msgstr "" -#~ "Din acest moment intrați în modul securizat. Toate transmisiile vor fi " -#~ "criptate dacă nu este precizat altfel.\n" -#~ "Aceasta înseamnă că nici o terță parte nu va putea să observe cu ușurință " -#~ "datele pe care le transferați." - -#~ msgid "Display SSL &Information" -#~ msgstr "Afișează &informații SSL" - -#~ msgid "C&onnect" -#~ msgstr "C&onectează" - -#~ msgid "Could not find a usable proxy configuration script" -#~ msgstr "Nu am găsit un script de configurare proxy corespunzător" - -#~ msgid "" -#~ "Could not download the proxy configuration script:\n" -#~ "%1" -#~ msgstr "" -#~ "Nu pot transfera scriptul de configurare proxy:\n" -#~ "%1" - -#~ msgid "Could not download the proxy configuration script" -#~ msgstr "Nu pot transfera scriptul de configurare proxy" - -#~ msgid "" -#~ "The proxy configuration script is invalid:\n" -#~ "%1" -#~ msgstr "" -#~ "Scriptul de configurare proxy este eronat:\n" -#~ "%1" - -#~ msgid "" -#~ "The proxy configuration script returned an error:\n" -#~ "%1" -#~ msgstr "" -#~ "Scriptul de configurare proxy a generat o eroare:\n" -#~ "%1" - -#~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" -#~ msgstr "Nu a putut fi găsit 'FindProxyForURL' sau 'FindProxyForURLEx'" - -#~ msgid "Got an invalid reply when calling %1 -> %2" -#~ msgstr "S-a primit un răspuns nevalid la apelarea %1 -> %2" - -#~ msgid "Cannot Save Cookies" -#~ msgstr "Nu se pot salva cookie-uri" - -#~ msgid "Could not remove %1, check permissions" -#~ msgstr "Nu s-a putut elimina %1, verificați permisiunile" - -#~ msgid "Could not create directory %1" -#~ msgstr "Dosarul %1 nu a putut fi creat" - -#~ msgid "Cookie Alert" -#~ msgstr "Alertă cookie" - -#~ msgctxt "%2 hostname, %3 optional cross domain suffix (translated below)" -#~ msgid "" -#~ "

          You received a cookie from
          %2%3
          Do you want to accept " -#~ "or reject this cookie?

          " -#~ msgid_plural "" -#~ "

          You received %1 cookies from
          %2%3
          Do you want to accept " -#~ "or reject these cookies?

          " -#~ msgstr[0] "" -#~ "

          Ați recepționat un cookie de la
          %2%3
          Doriți să " -#~ "acceptați sau să respingeți acest cookie?

          " -#~ msgstr[1] "" -#~ "

          Ați recepționat %1 cookie-uri de la
          %2%3
          Doriți să " -#~ "acceptați sau să respingeți aceste cookie-uri?

          " -#~ msgstr[2] "" -#~ "

          Ați recepționat %1 de cookie-uri de la
          %2%3
          Doriți să " -#~ "acceptați sau să respingeți aceste cookie-uri?

          " - -#~ msgctxt "@item:intext cross domain cookie" -#~ msgid " [Cross Domain]" -#~ msgstr " [Între domenii]" - -#~ msgid "Details" -#~ msgstr "Detalii" - -#~ msgid "See or modify the cookie information" -#~ msgstr "Vezi sau modifică informații cookie" - -#~ msgid "Accept for this &session" -#~ msgstr "Acceptă pentru această &sesiune" - -#~ msgid "Accept cookie(s) until the end of the current session" -#~ msgstr "Acceptă cookie-ul până la sfârșitul sesiunii curente" - -#~ msgid "&Accept" -#~ msgstr "&Acceptă" - -#~ msgid "&Reject" -#~ msgstr "&Respinge" - -#~ msgid "Apply Choice To" -#~ msgstr "Aplică opțiunea la" - -#~ msgid "&Only this cookie" -#~ msgstr "Numai la acest c&ookie" - -#~ msgid "&Only these cookies" -#~ msgstr "Numai la aceste c&ookie-uri" - -#~ msgid "" -#~ "Select this option to only accept or reject this cookie. You will be " -#~ "prompted again if you receive another cookie." -#~ msgstr "" -#~ "Alegeți această opțiune pentru a accepta sau elimina numai acest cookie. " -#~ "Veți fi întrebat din nou când veți recepționa un alt cookie." - -#~ msgid "All cookies from this do&main" -#~ msgstr "Toate cookie-urile din acest do&meniu" - -#~ msgid "" -#~ "Select this option to accept or reject all cookies from this site. " -#~ "Choosing this option will add a new policy for the site this cookie " -#~ "originated from. This policy will be permanent until you manually change " -#~ "it from the System Settings." -#~ msgstr "" -#~ "Alegeți această opțiune pentru a accepta/elimina toate cookie-urile " -#~ "acestui sait. Dacă alegeți această opțiune, va fi adăugată o nouă " -#~ "politică pentru saitul de unde a fost generat acest cookie. Această " -#~ "politică va fi permanentă până când o modificați manual din Configurările " -#~ "de sistem." - -#~ msgid "All &cookies" -#~ msgstr "Toate &cookie-urile" - -#~ msgid "" -#~ "Select this option to accept/reject all cookies from anywhere. Choosing " -#~ "this option will change the global cookie policy for all cookies until " -#~ "you manually change it from the System Settings." -#~ msgstr "" -#~ "Alegeți această opțiune pentru a accepta sau elimina toate cookie-urile " -#~ "de oriunde. Alegând această opțiune se va modifica politica globală " -#~ "pentru toate cookie-urile până când o veți schimba manual din " -#~ "Configurările de sistem." - -#~ msgid "Cookie Details" -#~ msgstr "Detalii cookie" - -#~ msgid "Name:" -#~ msgstr "Denumire:" - -#~ msgid "Value:" -#~ msgstr "Valoare:" - -#~ msgid "Expires:" -#~ msgstr "Expiră la:" - -#~ msgid "Path:" -#~ msgstr "Cale:" - -#~ msgid "Domain:" -#~ msgstr "Domeniu:" - -#~ msgctxt "" -#~ "@label a description string of how 'accessible' the cookie is (e.g. see " -#~ "exposure string in this file)" -#~ msgid "Exposure:" -#~ msgstr "Expunere:" - -#~ msgctxt "Next cookie" -#~ msgid "&Next >>" -#~ msgstr "&Următor >>" - -#~ msgid "Show details of the next cookie" -#~ msgstr "Arată detalii despre următorul cookie" - -#~ msgctxt "@label cookie has no explicit 'Domain' value specified" -#~ msgid "Not specified" -#~ msgstr "Nespecificat" - -#~ msgctxt "@label the cookie expires when the browser session ends" -#~ msgid "End of Session" -#~ msgstr "Sfârșitul sesiunii" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by https servers" -#~ msgid "Secure servers only" -#~ msgstr "Numai servere securizate" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by https servers AND " -#~ "client-side javascripts" -#~ msgid "Secure servers, page scripts" -#~ msgstr "Servere sigure, scripturi din pagină" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may only be used by http servers" -#~ msgid "Servers" -#~ msgstr "Servere" - -#~ msgctxt "" -#~ "@label exposure string - the cookie may be used by http servers AND " -#~ "client-side javascripts" -#~ msgid "Servers, page scripts" -#~ msgstr "Servere, scripturi din pagină" - -#~ msgctxt "" -#~ "@action:button show details about a cookie that needs approval. This " -#~ "string gets >> and << appended, to visualize if the dialog expands or " -#~ "compacts!" -#~ msgid "Details" -#~ msgstr "Detalii" - -#~ msgctxt "@action:inmenu" -#~ msgid "Remove" -#~ msgstr "Elimină" - -#~ msgid "Multiple get is not supported with protocol %1." -#~ msgstr "Nu sunt suportate transferuri multiple cu protocolul „%1”." - -#~ msgid "&Policy" -#~ msgstr "&Politică" - -#~ msgid "&Management" -#~ msgstr "Ad&ministrare" - -#~ msgid "D-Bus Communication Error" -#~ msgstr "Eroare de comunicație D-Bus" - -#~ msgid "Unable to delete all the cookies as requested." -#~ msgstr "Nu se pot șterge toate cookie-urile după cum a fost cerut." - -#~ msgid "Unable to delete cookies as requested." -#~ msgstr "Nu se pot șterge cookie-urile după cum a fost cerut." - -#~ msgid "Information Lookup Failure" -#~ msgstr "Eșec la căutarea informațiilor" - -#~ msgid "" -#~ "Unable to retrieve information about the cookies stored on your computer." -#~ msgstr "" -#~ "Nu s-au pot obține informații despre cookie-urile stocate pe calculator." - -#~ msgid "End of session" -#~ msgstr "Sfârșitul sesiunii" - -#~ msgid "Yes" -#~ msgstr "Da" - -#~ msgid "Search" -#~ msgstr "Caută" - -#~ msgid "Search interactively for domains and hosts" -#~ msgstr "Caută interactiv domenii și mașini" - -#~ msgid "Site" -#~ msgstr "Sait" - -#~ msgid "Cookie Name" -#~ msgstr "Denumire cookie" - -#~ msgid "D&elete" -#~ msgstr "Șt&erge" - -#~ msgid "Delete A&ll" -#~ msgstr "Șterge t&ot" - -#~ msgid "Configure &Policy..." -#~ msgstr "Configurare &politică..." - -#~ msgid "&Reload List" -#~ msgstr "&Reîncarcă lista" - -#~ msgid "Secure:" -#~ msgstr "Securizat:" - -#~ msgctxt "@title:window" -#~ msgid "Change Cookie Policy" -#~ msgstr "Modifică politica de cookie" - -#~ msgctxt "@title:window" -#~ msgid "New Cookie Policy" -#~ msgstr "Politică nouă de cookie" - -#~ msgid "" -#~ "A policy already exists for
          %1
          Do you want to " -#~ "replace it?
          " -#~ msgstr "" -#~ "Există deja o politică pentru
          %1
          Doriți să o " -#~ "înlocuiesc?
          " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Policy" -#~ msgstr "Politică duplicată" - -#~ msgid "" -#~ "Unable to communicate with the cookie handler service.\n" -#~ "Any changes you made will not take effect until the service is restarted." -#~ msgstr "" -#~ "Nu pot comunica cu serviciul de administrat cookie-uri.\n" -#~ "Orice modificări pe care le faceți nu vor avea efect până când serviciul " -#~ "nu este repornit." - -#~ msgid "" -#~ "\n" -#~ "

          Enable cookie support. Normally you will want to have cookie support " -#~ "enabled and customize it to suit your privacy needs.

          \n" -#~ "Please note that disabling cookie support might make many web sites " -#~ "unbrowsable.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "

          Activează suportul pentru cookie. În mod normal este nevoie să-l aveți " -#~ "activat și să îl configurați astfel încât să corespundă nevoilor " -#~ "dumneavoastră de intimitate.

          \n" -#~ "Dacă dezactivați cookie-urile s-ar putea să nu mai puteți naviga prin " -#~ "unele saituri.

          \n" -#~ "
          " - -#~ msgid "Enable coo&kies" -#~ msgstr "Activează utilizarea &cookie-urilor" - -#~ msgid "" -#~ "\n" -#~ "Reject the so called third-party cookies. These are cookies that " -#~ "originate from a site other than the one you are currently browsing. For " -#~ "example, if you visit www.foobar.com while this option is on, only " -#~ "cookies that originate from www.foobar.com will be processed per your " -#~ "settings. Cookies from any other site will be rejected. This reduces the " -#~ "chances of site operators compiling a profile about your daily browsing " -#~ "habits.\n" -#~ "" -#~ msgstr "" -#~ "Respinge toate cookie-urile de la saituri, altele decât cel pe care l-" -#~ "ați cerut. Dacă, spre exemplu, vizitați www.domeniu.com în timp ce " -#~ "această opțiune este setată, numai cookie-urile de la www.domeniu.com vor " -#~ "fi procesate pentru această setare. Toate celelalte cookie-uri vor fi " -#~ "automat respinse. Acest lucru reduce posibilitatea ca operatorii sait-" -#~ "urilor să construiască un profil despre obiceiurile dumneavoastră de " -#~ "navigare." - -#~ msgid "Only acce&pt cookies from originating server" -#~ msgstr "&Acceptă cookie-uri numai de la serverul care le-a generat" - -#~ msgid "" -#~ "

          \n" -#~ "Automatically accept temporary cookies meant to expire at the end of the " -#~ "current session. Such cookies will not be stored in your computer's hard " -#~ "drive or storage device. Instead, they are deleted when you close all " -#~ "applications (e.g. your browser) that use them.

          NOTE " -#~ "Checking this option overrides your default as well as site specific " -#~ "cookie policies for session cookies.

          " -#~ msgstr "" -#~ "

          Acceptă automat cookie-uri temporare, care vor expira la sfârșitul " -#~ "sesiunii curente. Astfel de cookie-uri nu vor fi stocate pe discul " -#~ "calculatorului sau pe un alt dispozitiv de stocare. În schimb, vor fi " -#~ "șterse când închideți toate aplicațiile (de exemplu navigatorul web) care " -#~ "le utilizează.

          OBSERVAȚIE Dacă alegeți această opțiune, veți " -#~ "suprascrie politica implicită de cookie-uri de sesiune, precum și " -#~ "politicile specifice saiturilor.

          " - -#~ msgid "Automaticall&y accept session cookies" -#~ msgstr "Acceptă a&utomat cookie-uri de sesiune" - -#, fuzzy -#~| msgid "" -#~| "\n" -#~| "Determines how cookies received from a remote machine will be handled: \n" -#~| "
            \n" -#~| "
          • Ask will cause KDE to ask for your confirmation whenever a " -#~| "server wants to set a cookie.
          • \n" -#~| "
          • Accept will cause cookies to be accepted without prompting " -#~| "you.
          • \n" -#~| "
          • Reject will cause the cookiejar to refuse all cookies it " -#~| "receives.
          • \n" -#~| "

          \n" -#~| "NOTE: Domain specific policies, which can be set below, always " -#~| "take precedence over the default policy.

          \n" -#~| "
          " -#~ msgid "" -#~ "\n" -#~ "Determines how cookies received from a remote machine will be handled: \n" -#~ "
            \n" -#~ "
          • Ask will cause KDE to ask for your confirmation whenever a " -#~ "server wants to set a cookie.
          • \n" -#~ "
          • Accept will cause cookies to be accepted without prompting you." -#~ "
          • \n" -#~ "
          • Accept until end of session will cause cookies to be accepted " -#~ "but they will expire at the end of the session.
          • \n" -#~ "
          • Reject will cause the cookiejar to refuse all cookies it " -#~ "receives.
          • \n" -#~ "

          \n" -#~ "NOTE: Domain specific policies, which can be set below, always " -#~ "take precedence over the default policy.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Determină modul în care KDE va procesa cookie-urile primite de la un " -#~ "server distant:\n" -#~ "
            \n" -#~ "
          • Întreabă va determina KDE să vă ceară confirmarea de fiecare " -#~ "dată când un server dorește să vă trimită un cookie.
          • \n" -#~ "
          • Acceptă va determina acceptarea cookie-urilor fără confirmare." -#~ "
          • \n" -#~ "
          • Respinge va determina respingerea tuturor cookie-urilor " -#~ "primite.
          • \n" -#~ "

          \n" -#~ "NOTĂ: Politicele specifice domeniului, care pot fi stabilite mai " -#~ "jos, întotdeauna au prioritate în fața politicii globale.

          \n" -#~ "
          " - -#~ msgid "Default Policy" -#~ msgstr "Politica implicită" - -#~ msgid "Accep&t all cookies" -#~ msgstr "&Acceptă toate cookie-urile" - -#~ msgid "Accept &until end of session" -#~ msgstr "Acceptă până la sfârșitul sesi&unii" - -#~ msgid "Ask &for confirmation" -#~ msgstr "&Cere confirmarea" - -#~ msgid "Re&ject all cookies" -#~ msgstr "&Respinge toate cookie-urile" - -#~ msgid "" -#~ "\n" -#~ "To add a new policy, simply click on the Add... button and supply " -#~ "the necessary information. To change an existing policy, use the " -#~ "Change... button and choose the new policy from the policy dialog " -#~ "box. Clicking on the Delete button will remove the currently " -#~ "selected policy causing the default policy setting to be used for that " -#~ "domain, whereas Delete All will remove all the site specific " -#~ "policies.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Pentru a adăuga o politică nouă, dați clic pe butonul Adaugă... și " -#~ "introduceți informațiile necesare în căsuța de dialog. Pentru a modifica " -#~ "o politică existentă, dați clic pe butonul Modifică... și alegeți " -#~ "noua politică din căsuța de dialog pentru politică. Dacă dați clic pe " -#~ "Șterge, veți șterge politica selectată, indicând utilizarea " -#~ "politicii implicite pentru acel domeniu, iar Șterge tot determină " -#~ "ștergerea tuturor politicilor specifice sait-ului." - -#~ msgid "Site Policy" -#~ msgstr "Politică sait" - -#~ msgid "Search interactively for domains" -#~ msgstr "Caută interactiv domenii" - -#~ msgid "Search..." -#~ msgstr "Caută…" - -#~ msgid "" -#~ "\n" -#~ "List of sites for which you have set a specific cookie policy. Specific " -#~ "policies override the default policy setting for these sites.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Lista sait-urilor pentru care ați setat o politică de cookie specifică. " -#~ "Politicile specifice suprascriu politica implicită pentru aceste sait-" -#~ "uri.\n" -#~ "" - -#~ msgid "Domain" -#~ msgstr "Domeniu" - -#~ msgid "Policy" -#~ msgstr "Politică" - -#~ msgid "&New..." -#~ msgstr "&Nou..." - -#~ msgid "Chan&ge..." -#~ msgstr "&Modifică..." - -#~ msgid "Accept" -#~ msgstr "Acceptă" - -#~ msgid "Accept For Session" -#~ msgstr "Acceptă pentru sesiune" - -#~ msgid "Reject" -#~ msgstr "Respinge" - -#~ msgid "Ask" -#~ msgstr "Întreabă" - -#~ msgid "Do Not Know" -#~ msgstr "Nu știu" - -#~ msgid "" -#~ "\n" -#~ "Enter the host or domain to which this policy applies, e.g. www.kde." -#~ "org or .kde.org.\n" -#~ "" -#~ msgstr "" -#~ "Introduceți numele sait-ului sau domeniului pentru care doriți să " -#~ "aplicați această politică. De exemplu www.kde.org sau .kde.org." - -#~ msgid "Site name:" -#~ msgstr "Denumire sait:" - -#~ msgid "" -#~ "Enter the host or domain name, e.g. .kde.org, this policy applies to." -#~ msgstr "" -#~ "Introduceți numele gazdei sau domeniului căruia i se aplică această " -#~ "politică." - -#~ msgid "" -#~ "\n" -#~ "Select the desired policy:\n" -#~ "
            \n" -#~ "
          • Accept - Allows this site to set cookies
          • \n" -#~ "
          • Accept until end of session - Allows this site to set cookies " -#~ "but they will expire at the end of the session.
          • \n" -#~ "
          • Reject - Refuse all cookies sent from this site
          • \n" -#~ "
          • Ask - Prompt when cookies are received from this site
          • \n" -#~ "
          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Alegeți politica dorită:\n" -#~ "
            \n" -#~ "
          • Acceptă – Permite acestui sait să stabilească cookie-uri.\n" -#~ "
          • Acceptă până la sfârșitul sesiunii – Permite acestui sait să " -#~ "stabilească cookie-uri care vor expira la sfârșitul sesiunii.
          • \n" -#~ "
          • Respinge – Refuză toate cookie-urile trimise de la acest sait\n" -#~ "
          • Întreabă – Întreabă când sunt primite cookie-uri de la acest " -#~ "sait
          • \n" -#~ "
          \n" -#~ "
          " - -#~ msgid "Policy:" -#~ msgstr "Politică:" - -#~ msgid "Accept until end of session" -#~ msgstr "Acceptă până la sfârșitul sesiunii" - -#~ msgid "" -#~ "You have to restart the running applications for these changes to take " -#~ "effect." -#~ msgstr "" -#~ "Aceste modificări vor avea efect după ce restartați aplicațiile care " -#~ "rulează deja." - -#~ msgctxt "@title:window" -#~ msgid "Update Failed" -#~ msgstr "Actualizare eșuată" - -#~ msgid "You have to restart KDE for these changes to take effect." -#~ msgstr "Aceste modificări vor avea efect după ce restartați mediul KDE." - -#~ msgid "Disable Passive FTP" -#~ msgstr "Dezactivează FTP pasiv" - -#~ msgid "" -#~ "When FTP connections are passive the client connects to the server, " -#~ "instead of the other way round, so firewalls do not block the connection; " -#~ "old FTP servers may not support Passive FTP though." -#~ msgstr "" -#~ "Când conexiunile FTP sunt pasive, clientul se conectează la server astfel " -#~ "încât zidurile de foc (firewall-urile) nu blochează conexiunea. Serverele " -#~ "FTP foarte vechi s-ar putea să nu suporte FTP pasiv." - -#~ msgid "Mark partially uploaded files" -#~ msgstr "Marchează fișierele încărcate parțial" - -#~ msgid "" -#~ "While a file is being uploaded its extension is \".part\". When fully " -#~ "uploaded it is renamed to its real name." -#~ msgstr "" -#~ "La încărcarea unui fișier pe un server, extensia lui va fi \"*.part\". " -#~ "După ce încărcarea lui s-a terminat, este redenumit la numele lui real." - -#~ msgid "Timeout Values" -#~ msgstr "Valori temporizări" - -#~ msgid "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is 1 second." -#~ msgid_plural "" -#~ "Here you can set timeout values. You might want to tweak them if your " -#~ "connection is very slow. The maximum allowed value is %1 seconds." -#~ msgstr[0] "" -#~ "Aici puteți configura valori pentru temporizări. S-ar putea să fie nevoie " -#~ "să le ajustați atunci când conexiunea dumneavoastră este prea lentă. " -#~ "Valoarea maximă permisă este de 1 secundă." -#~ msgstr[1] "" -#~ "Aici puteți configura valori pentru temporizări. S-ar putea să fie nevoie " -#~ "să le ajustați atunci când conexiunea dumneavoastră este prea lentă. " -#~ "Valoarea maximă permisă este de %1 secunde." -#~ msgstr[2] "" -#~ "Aici puteți configura valori pentru temporizări. S-ar putea să fie nevoie " -#~ "să le ajustați atunci când conexiunea dumneavoastră este prea lentă. " -#~ "Valoarea maximă permisă este de %1 de secunde." - -#~ msgid " second" -#~ msgid_plural " seconds" -#~ msgstr[0] " secundă" -#~ msgstr[1] " secunde" -#~ msgstr[2] " de secunde" - -#~ msgid "Soc&ket read:" -#~ msgstr "Citire &soclu:" - -#~ msgid "Pro&xy connect:" -#~ msgstr "Conectare pro&xy:" - -#~ msgid "Server co&nnect:" -#~ msgstr "Conectare &server:" - -#~ msgid "&Server response:" -#~ msgstr "&Răspuns server:" - -#~ msgid "Global Options" -#~ msgstr "Opțiuni globale" - -#~ msgid "Mark &partially uploaded files" -#~ msgstr "Marchează fișierele transferate doar &parțial pe serverul FTP" - -#~ msgid "" -#~ "

          Marks partially uploaded files through SMB, SFTP and other protocols.

          When this option is enabled, partially uploaded files will have a \"." -#~ "part\" extension. This extension will be removed once the transfer is " -#~ "complete.

          " -#~ msgstr "" -#~ "

          Marchează fișierele transferate parțial prin SMB, SFTP și alte " -#~ "protocoale.

          Dacă această opțiune este activă, atunci fișierele care " -#~ "au fost transferate doar parțial vor avea extensia „.part”. Aceasta va fi " -#~ "eliminată în momentul în care transferul se încheie.

          " - -#~ msgid " byte" -#~ msgid_plural " bytes" -#~ msgstr[0] " octet" -#~ msgstr[1] " octeți" -#~ msgstr[2] " de octeți" - -#~ msgctxt "@label:spinbox" -#~ msgid "" -#~ "If cancelled, automatically delete partially uploaded files smaller than:" -#~ msgstr "" -#~ "Dacă se renunță, șterge automat fișierele încărcate parțial mai mici de:" - -#~ msgid "FTP Options" -#~ msgstr "Opțiuni FTP" - -#~ msgid "Enable passive &mode (PASV)" -#~ msgstr "Activează &modul pasiv (PASV)" - -#~ msgid "" -#~ "Enables FTP's \"passive\" mode. This is required to allow FTP to work " -#~ "from behind firewalls." -#~ msgstr "" -#~ "Activează modul \"pasiv\" al transferurilor FTP. Acest lucru este necesar " -#~ "când doriți să utilizați serviciul de FTP din spatele unui zid de foc " -#~ "(\"firewall\")." - -#~ msgid "" -#~ "

          Marks partially uploaded FTP files.

          When this option is enabled, " -#~ "partially uploaded files will have a \".part\" extension. This extension " -#~ "will be removed once the transfer is complete.

          " -#~ msgstr "" -#~ "

          Marchează fișierele transferate parțial pe serverul FTP.

          Dacă " -#~ "această opțiune este selectată, atunci fișierele care au fost transferate " -#~ "doar parțial vor avea extensia \".part\". Ea va fi eliminată în momentul " -#~ "în care transferul este complet.

          " - -#~ msgid "" -#~ "\n" -#~ "Setup proxy configuration.\n" -#~ "

          \n" -#~ "A proxy server is an intermediate machine that sits between your computer " -#~ "and the Internet and provides services such as web page caching and " -#~ "filtering. Caching proxy servers give you faster access to web sites you " -#~ "have already visited by locally storing or caching those pages; filtering " -#~ "proxy servers usually provide the ability to block out requests for ads, " -#~ "spam, or anything else you want to block.\n" -#~ "

          \n" -#~ "If you are uncertain whether or not you need to use a proxy server to " -#~ "connect to the Internet, consult your Internet service provider's setup " -#~ "guide or your system administrator.\n" -#~ "" -#~ msgstr "" -#~ "

          Configurare setări proxy

          Un server proxy este un calculator " -#~ "intermediar care este poziționat între calculatorul dumneavoastră și " -#~ "Internet și oferă servicii precum caching de pagini web și filtrare.

          Serverele proxy pentru caching vă oferă acces mai rapid la sait-" -#~ "urile pe care le-ați vizitat deja, memorând local conținutul acelor " -#~ "pagini. Serverele proxy pentru filtrare oferă posibilitatea de a bloca " -#~ "cererile pentru reclame, spam sau orice altceva doriți să blocați.

          Dacă nu sunteți sigur dacă doriți sau nu să utilizați un server " -#~ "proxy pentru a vă conecta la Internet, consultați furnizorul " -#~ "dumneavoastră de servicii Internet sau întrebați administratorul de " -#~ "sistem.\n" -#~ "

          " - -#~ msgid "Connect to the Internet directly." -#~ msgstr "Conectează direct la Internet." - -#~ msgid "No Proxy" -#~ msgstr "Fără proxy" - -#, fuzzy -#~| msgid "" -#~| "\n" -#~| "Automatically detect and configure the proxy settings.

          \n" -#~| "Automatic detection is performed using the Web Proxy Auto-Discovery " -#~| "Protocol (WPAD).

          \n" -#~| "NOTE: This option might not work properly or not work at all in " -#~| "some UNIX/Linux distributions. If you encounter a problem when using " -#~| "this option, please check the FAQ section at https://konqueror.org.\n" -#~| "" -#~ msgid "" -#~ "\n" -#~ "Automatically detect and configure the proxy settings.

          \n" -#~ "Automatic detection is performed using the Web Proxy Auto-Discovery " -#~ "Protocol (WPAD).

          \n" -#~ "NOTE: This option might not work properly or not work at all in " -#~ "some UNIX/Linux distributions.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Detectează automat și configurează parametrii de proxy.

          \n" -#~ "Această detecție este făcută utilizând protocolul Web Proxy Auto-" -#~ "Discovery Protocol (WPAD).

          \n" -#~ "Observație: Această opțiune s-ar putea să nu meargă corespunzător " -#~ "sau chiar să nu meargă deloc pe unele distribuții de Linux/Unix. Dacă " -#~ "întâmpinați probleme la utilizarea acestei opțiuni, citiți secțiunea " -#~ "„Răspunsuri la întrebări frecvente” (F.A.Q.) de la https://konqueror." -#~ "org.\n" -#~ "

          " - -#~ msgid "Detect proxy configuration automatically" -#~ msgstr "Detectează automat configurația proxy" - -#~ msgid "Use the specified proxy script to configure the proxy settings." -#~ msgstr "" -#~ "Folosește scriptul de configurare specificat pentru parametrii de server " -#~ "proxy." - -#~ msgid "Use proxy auto configuration URL:" -#~ msgstr "Folosește URL de configurare automată proxy:" - -#~ msgid "Enter the address for the proxy configuration script." -#~ msgstr "Introduceți adresa scriptului de configurare proxy." - -#~ msgid "Use system proxy configuration:" -#~ msgstr "Folosește configurația proxy din sistem:" - -#~ msgid "" -#~ "Attempt automatic discovery of the environment variables used for " -#~ "setting system wide proxy information.

          This feature works by searching " -#~ "for commonly used variable names such as HTTP_PROXY, FTP_PROXY and " -#~ "NO_PROXY." -#~ msgstr "" -#~ "Încearcă determinarea automată a variabilelor de mediu utilizate la " -#~ "configurările proxy valabile pentru întreg sistemul.

          Această " -#~ "funcționalitate este îndeplinită prin căutarea variabilelor de mediu " -#~ "utilizate în mod obișnuit pentru proxy: HTTP_PROXY, FTP_PROXY și " -#~ "NO_PROXY

          " - -#~ msgid "Auto D&etect" -#~ msgstr "D&etectează automat" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTP_PROXY, used " -#~ "to store the address of the HTTP proxy server.

          \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt automatic discovery of this variable.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele variabilei de mediu, de exemplu HTTP_PROXY, " -#~ "utilizată la memorarea adresei serverului proxy HTTP.

          \n" -#~ "Alternativ, puteți da clic pe butonul \"Detectează automat\" " -#~ "pentru a încerca descoperirea automată a acestei variabile.

          \n" -#~ "
          " - -#~ msgid "HTTP Proxy:" -#~ msgstr "Proxy HTTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. HTTPS_PROXY, used " -#~ "to store the address of the HTTPS proxy server.

          \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele variabilei de mediu, de exemplu HTTPS_PROXY, " -#~ "utilizată la memorarea adresei serverului proxy HTTPS.

          \n" -#~ "Alternativ, puteți da clic pe butonul \"Detectează automat\" " -#~ "pentru a încerca descoperirea automată a acestei variabile.

          \n" -#~ "
          " - -#~ msgid "SSL Proxy:" -#~ msgstr "Proxy SSL:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. FTP_PROXY, used " -#~ "to store the address of the FTP proxy server.

          \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele variabilei de mediu, de exemplu FTP_PROXY, " -#~ "utilizată la memorarea adresei serverului proxy FTP.

          \n" -#~ "Alternativ, puteți da clic pe butonul „Detectează automat” pentru " -#~ "a încerca descoperirea automată a acestei variabile.

          \n" -#~ "
          " - -#~ msgid "FTP Proxy:" -#~ msgstr "Proxy FTP:" - -#~ msgid "" -#~ "\n" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, used " -#~ "to store the address of the SOCKS proxy server.

          \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele variabilei de mediu, de exemplu SOCKS_PROXY, " -#~ "folosită pentru păstrarea adresei serverului proxy SOCKS.

          \n" -#~ "Alternativ, puteți apăsa butonul „Detectează automat” pentru a " -#~ "încerca descoperirea automată a acestei variabile.

          \n" -#~ "
          " - -#~ msgid "SOCKS Proxy:" -#~ msgstr "Proxy SOCKS:" - -#, fuzzy -#~| msgid "" -#~| "\n" -#~| "Enter the name of the environment variable, e.g. HTTPS_PROXY, " -#~| "used to store the address of the HTTPS proxy server.

          \n" -#~| "Alternatively, you can click on the \"Auto Detect\" button to " -#~| "attempt an automatic discovery of this variable.

          \n" -#~| "
          " -#~ msgid "" -#~ "Enter the name of the environment variable, e.g. SOCKS_PROXY, " -#~ "used to store the address of the SOCKS proxy server.

          Alternatively, you " -#~ "can click on the "Auto Detect" button to attempt an " -#~ "automatic discovery of this variable.

          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele variabilei de mediu, de exemplu HTTPS_PROXY, " -#~ "utilizată la memorarea adresei serverului proxy HTTPS.

          \n" -#~ "Alternativ, puteți da clic pe butonul \"Detectează automat\" " -#~ "pentru a încerca descoperirea automată a acestei variabile.

          \n" -#~ "
          " - -#~ msgid "" -#~ "\n" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store the " -#~ "addresses of sites for which the proxy server should not be used.

          \n" -#~ "Alternatively, you can click on the \"Auto Detect\" button to " -#~ "attempt an automatic discovery of this variable.\n" -#~ "" -#~ msgstr "" -#~ "Introduceți numele variabilei de mediu, de exemplu NO_PROXY, " -#~ "utilizată la memorarea adreselor sait-urilor pentru care nu este utilizat " -#~ "serverul de proxy.

          Alternativ, puteți da clic pe butonul " -#~ "\"Detectează automat\" pentru a încerca descoperirea automată a " -#~ "acestei variabile.

          " - -#~ msgid "Exceptions:" -#~ msgstr "Excepții:" - -#, fuzzy -#~| msgid "" -#~| "\n" -#~| "Enter the environment variable, e.g. NO_PROXY, used to store the " -#~| "addresses of sites for which the proxy server should not be used.

          \n" -#~| "Alternatively, you can click on the \"Auto Detect\" button to " -#~| "attempt an automatic discovery of this variable.\n" -#~| "" -#~ msgid "" -#~ "Enter the environment variable, e.g. NO_PROXY, used to store " -#~ "the addresses of sites for which the above proxy settings should not be " -#~ "used.

          Alternatively, you can click on the "Auto Detect" button to attempt an automatic discovery of this variable.

          " -#~ msgstr "" -#~ "Introduceți numele variabilei de mediu, de exemplu NO_PROXY, " -#~ "utilizată la memorarea adreselor sait-urilor pentru care nu este utilizat " -#~ "serverul de proxy.

          Alternativ, puteți da clic pe butonul " -#~ "\"Detectează automat\" pentru a încerca descoperirea automată a " -#~ "acestei variabile.

          " - -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Afișează &valorile variabilelor de mediu" - -#~ msgid "Manually enter proxy server configuration information." -#~ msgstr "" -#~ "\n" -#~ "Introduceți manual informațiile de configurare a serverului proxy.\n" -#~ "" - -#~ msgid "Use manually specified proxy configuration:" -#~ msgstr "Folosește configurație proxy specficată manual:" - -#~ msgid "Enter the address of the HTTP proxy server." -#~ msgstr "Introduceți adresa serverului proxy HTTP." - -#~ msgid "Port:" -#~ msgstr "Port:" - -#~ msgid "Enter the port number of the HTTP proxy server." -#~ msgstr "Introduceți numărul de port al serverului proxy HTTP." - -#~ msgid "Use this proxy server for a&ll protocols" -#~ msgstr "Fo&losește acest proxy pentru toate protocoalele" - -#~ msgid "Enter the address of the HTTPS proxy server." -#~ msgstr "Introduceți adresa serverului proxy HTTPS." - -#~ msgid "Enter the port number of the HTTPS proxy server." -#~ msgstr "Introduceți numărul de port al serverului proxy HTTPS." - -#~ msgid "Enter the address of the FTP proxy server." -#~ msgstr "Introduceți adresa serverului proxy FTP." - -#~ msgid "Enter the port number of the FTP proxy server." -#~ msgstr "Introduceți numărul de port al serverului proxy FTP." - -#~ msgid "Enter the address of the SOCKS proxy server." -#~ msgstr "Introduceți adresa serverului proxy SOCKS." - -#~ msgid "Enter the port number of the SOCKS proxy server." -#~ msgstr "Introduceți numărul de port al serverului proxy SOCKS." - -#, fuzzy -#~| msgid "Use proxy only for entries in this list" -#~ msgid "" -#~ "\n" -#~ "Check this box if you want the above proxy settings to apply only to the " -#~ "addresses listed in the Exceptions list." -#~ msgstr "Utilizează proxy numai pentru adresele din această listă" - -#~ msgid "Use proxy settings only for addresses in the Exceptions list" -#~ msgstr "" -#~ "Folosește configurări de proximitate numai pentru adrese din lista de " -#~ "excepții" - -#~ msgid "These settings apply to network browsing only." -#~ msgstr "Aceste configurări se referă numai la răsfoirea rețelei." - -#~ msgid "Default password:" -#~ msgstr "Parola implicită:" - -#~ msgid " days" -#~ msgstr " zile" - -#~ msgid "" -#~ "KDE's wastebin is configured to use the Finder's Trash.
          " -#~ msgstr "" -#~ "Coșul de gunoi al KDE e configurat să folosească Gunoiul din " -#~ "Finder.
          " - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Emptying KDE's wastebin will remove only KDE's trash items, " -#~ "while
          emptying the Trash through the Finder will delete everything.KDE's trash items will show up in a folder called KDE.trash, " -#~ "in the Trash can." -#~ msgstr "" -#~ "Golirea coșului de gunoi KDE va elimina doar elementele ce țin de " -#~ "KDE,
          pe când golirea gunoiului din Finder va șterge tot.Elementele KDE din gunoi vor apărea într-un dosar denumit KDE." -#~ "trash din coșul de gunoi." - -#~ msgid "Delete files older than" -#~ msgstr "Șterge fișiere mai vechi de" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Check this box to allow automatic deletion of files that are older than the value specified. Leave this " -#~ "disabled to not automatically delete " -#~ "any items after a certain timespan" -#~ msgstr "" -#~ "Bifați aici pentru a permite ștergerea " -#~ "automată a fișierelor mai vechi decât valoarea specificată. " -#~ "Lăsați dezactivat pentru a nu șterge " -#~ "automat niciun element după o anumită durată" - -#~ msgid " day" -#~ msgid_plural " days" -#~ msgstr[0] " zi" -#~ msgstr[1] " zile" -#~ msgstr[2] " de zile" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Set the number of days that files can remain in the trash. Any " -#~ "files older than this will be automatically deleted." -#~ msgstr "" -#~ "Stabilește numărul de zile în care fișierele pot rămâne la gunoi. " -#~ "Orice fișiere mai vechi decât atât vor fi șterse automat." - -#~ msgid "Cleanup:" -#~ msgstr "Curățare:" - -#~ msgid "Limit to" -#~ msgstr "Limitează la" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "Check this box to limit the trash to the maximum amount of disk " -#~ "space that you specify below. Otherwise, it will be unlimited." -#~ msgstr "" -#~ "Marcați această casetă pentru a limita gunoiul la cantitatea maximă " -#~ "de spațiu pe disc pe care o specificați mai jos. Altfel, acesta va fi " -#~ "nelimitat." - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "This is the maximum percent of disk space that will be used for the " -#~ "trash." -#~ msgstr "" -#~ "Acesta e procentajul maxim din spațiul de disc ce va fi folosit " -#~ "pentru gunoi." - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "This is the calculated amount of disk space that will be allowed " -#~ "for the trash, the maximum." -#~ msgstr "" -#~ "Aceasta e cantitatea maximă calculată de spațiu pe disc ce va fi " -#~ "permisă pentru gunoi." - -#~ msgid "Show a Warning" -#~ msgstr "Arată un avertisment" - -#~ msgid "Delete Oldest Files From Trash" -#~ msgstr "Șterge cele mai vechi fișiere din gunoi" - -#~ msgid "Delete Biggest Files From Trash" -#~ msgstr "Șterge cele mai mari fișiere din gunoi" - -#~ msgctxt "@info:whatsthis" -#~ msgid "" -#~ "When the size limit is reached, it will prefer to delete the type " -#~ "of files that you specify, first. If this is set to warn you, it will do " -#~ "so instead of automatically deleting files." -#~ msgstr "" -#~ "Când e atinsă limita de dimensiune, se va prefera ștergerea tipului " -#~ "de fișiere specificat mai întâi. Dacă aceasta e configurată să vă " -#~ "avertizeze, Dacă e configurată să vă avertizeze, va face asta în loc de a " -#~ "șterge fișierele automat." - -#~ msgid "Full Trash:" -#~ msgstr "Gunoi plin:" - -#~ msgctxt "@title:column Name label from web search keyword column" -#~ msgid "Name" -#~ msgstr "Denumire" - -#~ msgctxt "@title:column" -#~ msgid "Keywords" -#~ msgstr "Cuvinte-cheie" - -#~ msgctxt "@title:column" -#~ msgid "Preferred" -#~ msgstr "Preferat" - -#~ msgctxt "@item:inlistbox No default web search keyword" -#~ msgid "None" -#~ msgstr "Niciunul" - -#~ msgid "Search F&ilters" -#~ msgstr "F&iltre de căutare" - -#~ msgid "&Enable Web search keywords" -#~ msgstr "Activ&ează cuvinte-cheie de căutare web" - -#~ msgid "&Use preferred keywords only" -#~ msgstr "Folosește n&umai cuvinte-cheie preferate" - -#~ msgid "Search for web search keywords" -#~ msgstr "Caută cuvinte-cheie de căutare web" - -#~ msgid "Add a new Web search keyword" -#~ msgstr "Adaugă cuvânt-cheie de căutare web nou" - -#~ msgid "Modify the highlighted Web search keyword" -#~ msgstr "Modifică cuvântul-cheie de căutare web evidențiat" - -#~ msgid "Delete the highlighted Web search keyword" -#~ msgstr "Șterge cuvântul-cheie de căutare web evidențiat" - -#~ msgid "De&lete" -#~ msgstr "Ș&terge" - -#~ msgid "Default Web &search keyword:" -#~ msgstr "&Cuvânt-cheie implicit pentru căutare web:" - -#~ msgid "" -#~ "Choose the delimiter that separates the keyword from the phrase or word " -#~ "to be searched." -#~ msgstr "" -#~ "Alegeți un delimitator ce separă cuvântul-cheie de fraza sau cuvântul de " -#~ "căutat." - -#~ msgid "&Keyword delimiter:" -#~ msgstr "&Delimitator cuvânt-cheie:" - -#~ msgid "Choose a delimiter to mark the Web search keyword." -#~ msgstr "" -#~ "Alegeți un delimitator pentru a marca cuvântul-cheie de căutare web." - -#~ msgctxt "Colon as keyword delimiter" -#~ msgid "Colon" -#~ msgstr "Două puncte" - -#~ msgctxt "Space as keyword delimiter" -#~ msgid "Space" -#~ msgstr "Spațiu" - -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Implicit" - -#~ msgid "Modify Web Shortcut" -#~ msgstr "Modifică scurtătura web" - -#~ msgid "New Web Shortcut" -#~ msgstr "Scurtătură web nouă" - -#~ msgid "" -#~ "The shortcut \"%1\" is already assigned to \"%2\". Please choose a " -#~ "different one." -#~ msgstr "Scurtătura „%1” e atribuită deja pentru „%2”. Alegeți alta." - -#~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" -#~ msgid "- %1: \"%2\"" -#~ msgstr "- %1: „%2”" - -#~ msgid "" -#~ "The following shortcuts are already assigned. Please choose different " -#~ "ones.\n" -#~ "%1" -#~ msgstr "" -#~ "Următoarele scurtături sunt atribuite deja. Alegeți altele.\n" -#~ "%1" - -#~ msgid "Keep It" -#~ msgstr "Păstrează" - -#~ msgid "Enter the human-readable name of the search provider here." -#~ msgstr "Introduceți aici denumirea lizibilă a furnizorului de căutări." - -#~ msgid "Shortcut &name:" -#~ msgstr "De&numire scurtătură:" - -#~ msgid "Shortcut &URL:" -#~ msgstr "&URL scurtătură:" - -#~ msgid "" -#~ "Select the character set that will be used to encode your search query." -#~ msgstr "" -#~ "Alegeți setul de caractere ce va fi folosit pentru a codifica interogarea " -#~ "căutării." - -#~ msgid "" -#~ "\n" -#~ "The shortcuts entered here can be used as a pseudo-URI scheme in KDE. For " -#~ "example, the shortcut av can be used as in av:my search\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Scurtăturile introduse aici pot fi folosite în KDE ca schemă pseudo-URI. " -#~ "De exemplu, scurtătura av poate fi folosită ca av:" -#~ "căutarea mea\n" -#~ "" - -#~ msgid "" -#~ "

          Enter the human-readable name of the web shortcut " -#~ "here.

          " -#~ msgstr "" -#~ "

          Introduceți aici denumirea lizibilă a scurtăturii " -#~ "web.

          " - -#~ msgid "&Shortcuts:" -#~ msgstr "&Scurtături:" - -#~ msgid "" -#~ "Select the character set that will be used to encode your search query" -#~ msgstr "" -#~ "Alegeți setul de caractere ce va fi folosit pentru a codifica interogarea " -#~ "căutării" - -#~ msgid "&Charset:" -#~ msgstr "Set de &caractere:" - -#~ msgid "Insert query placeholder" -#~ msgstr "Inserează substituent pentru interogare" - -#~ msgid "Blocked request." -#~ msgstr "Cerere blocată." - -#~ msgid "Unknown HTTP verb." -#~ msgstr "Verb HTTP necunoscut" - -#, fuzzy -#~| msgid "" -#~| "

          Cookies

          Cookies contain information that Konqueror (or other " -#~| "KDE applications using the HTTP protocol) stores on your computer, " -#~| "initiated by a remote Internet server. This means that a web server can " -#~| "store information about you and your browsing activities on your machine " -#~| "for later use. You might consider this an invasion of privacy.

          " -#~| "However, cookies are useful in certain situations. For example, they are " -#~| "often used by Internet shops, so you can 'put things into a shopping " -#~| "basket'. Some sites require you have a browser that supports cookies.

          Because most people want a compromise between privacy and the " -#~| "benefits cookies offer, KDE offers you the ability to customize the way " -#~| "it handles cookies. So you might want to set KDE's default policy to ask " -#~| "you whenever a server wants to set a cookie, allowing you to decide. For " -#~| "your favorite shopping web sites that you trust, you might want to set " -#~| "the policy to accept, then you can access the web sites without being " -#~| "prompted every time KDE receives a cookie.

          " -#~ msgid "" -#~ "

          Cookies

          Cookies contain information that KDE applications " -#~ "using the HTTP protocol (like Konqueror) store on your computer, " -#~ "initiated by a remote Internet server. This means that a web server can " -#~ "store information about you and your browsing activities on your machine " -#~ "for later use. You might consider this an invasion of privacy.

          " -#~ "However, cookies are useful in certain situations. For example, they are " -#~ "often used by Internet shops, so you can 'put things into a shopping " -#~ "basket'. Some sites require you have a browser that supports cookies.

          Because most people want a compromise between privacy and the " -#~ "benefits cookies offer, the HTTP KIO worker offers you the ability to " -#~ "customize the way it handles cookies. So you might want to set the " -#~ "default policy to ask you whenever a server wants to set a cookie, " -#~ "allowing you to decide. For your favorite shopping web sites that you " -#~ "trust, you might want to set the policy to accept, then you can access " -#~ "the web sites without being prompted every time a cookie is received.

          " -#~ msgstr "" -#~ "

          Cookie-uri

          Cookie-urile conțin informații pe care Konqueror " -#~ "(sau alte aplicații KDE care utilizează protocolul HTTP) le stochează în " -#~ "calculatorul dumneavoastră, la cererea unui server Internet distant. " -#~ "Aceasta înseamnă că un server de web poate stoca informații despre " -#~ "dumneavoastră și activitățiile dumneavoastră de navigare pe sistemul " -#~ "dumneavoastră, pentru o utilizare ulterioară. Ați putea considera acest " -#~ "lucru ca un atac la adresa intimității dumneavoastră.

          Oricum, " -#~ "cookie-urile sunt utile în anumite situații. De exemplu, ele sunt " -#~ "adeseori folosite de magazinele virtuale de pe Internet ca să „puneți " -#~ "obiecte în coșul de cumpărături”. Unele saituri ar putea să ceară să " -#~ "aveți un navigator care suportă cookie-uri.

          Deoarece mulți oameni " -#~ "doresc să facă un compromis între intimitate și beneficiile oferite de " -#~ "cookie-uri, KDE vă permite să personalizați modul în care acestea sunt " -#~ "manipulate. Astfel, ați putea configura modul implicit la a vă întreba " -#~ "atunci când un server vrea să seteze un cookie, așa încât puteți decide. " -#~ "Pentru saitul de cumpărături favorit în care aveți încredere puteți " -#~ "configura regula la acceptare și veți putea naviga prin site fără să fiți " -#~ "întrebat de fiecare dată când KDE primește un cookie.

          " - -#~ msgid "

          Cookie Management Quick Help

          " -#~ msgstr "

          Administrare cookie-uri - ajutor rapid

          " - -#, fuzzy -#~| msgid "" -#~| "

          Cookies

          Cookies contain information that Konqueror (or any " -#~| "other KDE application using the HTTP protocol) stores on your computer " -#~| "from a remote Internet server. This means that a web server can store " -#~| "information about you and your browsing activities on your machine for " -#~| "later use. You might consider this an invasion of privacy.

          However, cookies are useful in certain situations. For example, " -#~| "they are often used by Internet shops, so you can 'put things into a " -#~| "shopping basket'. Some sites require you have a browser that supports " -#~| "cookies.

          Because most people want a compromise between privacy and " -#~| "the benefits cookies offer, KDE offers you the ability to customize the " -#~| "way it handles cookies. You might, for example want to set KDE's default " -#~| "policy to ask you whenever a server wants to set a cookie or simply " -#~| "reject or accept everything. For example, you might choose to accept all " -#~| "cookies from your favorite shopping web site. For this all you have to " -#~| "do is either browse to that particular site and when you are presented " -#~| "with the cookie dialog box, click on This domain under the " -#~| "'apply to' tab and choose accept or simply specify the name of the site " -#~| "in the Domain Specific Policy tab and set it to accept. This " -#~| "enables you to receive cookies from trusted web sites without being " -#~| "asked every time KDE receives a cookie.

          " -#~ msgid "" -#~ "

          Cookies

          Cookies contain information that KDE application using " -#~ "the HTTP protocol (like Konqueror) stores on your computer from a remote " -#~ "Internet server. This means that a web server can store information about " -#~ "you and your browsing activities on your machine for later use. You might " -#~ "consider this an invasion of privacy.

          However, cookies are useful " -#~ "in certain situations. For example, they are often used by Internet " -#~ "shops, so you can 'put things into a shopping basket'. Some sites require " -#~ "you have a browser that supports cookies.

          Because most people want " -#~ "a compromise between privacy and the benefits cookies offer, KDE offers " -#~ "you the ability to customize the way it handles cookies. You might, for " -#~ "example want to set KDE's default policy to ask you whenever a server " -#~ "wants to set a cookie or simply reject or accept everything. For example, " -#~ "you might choose to accept all cookies from your favorite shopping web " -#~ "site. For this all you have to do is either browse to that particular " -#~ "site and when you are presented with the cookie dialog box, click on " -#~ "This domain under the 'apply to' tab and choose accept or simply " -#~ "specify the name of the site in the Domain Specific Policy tab " -#~ "and set it to accept. This enables you to receive cookies from trusted " -#~ "web sites without being asked every time KDE receives a cookie.

          " -#~ msgstr "" -#~ "

          Cookie-uri

          Cookie-urile conțin informații pe care Konqueror " -#~ "(sau alte aplicații KDE care utilizează protocolul HTTP) le stochează în " -#~ "calculatorul dumneavoastră de la un server de Internet distant. Aceasta " -#~ "înseamnă, că un server de web poate stoca informații despre dumneavoastră " -#~ "și activitățiile dumneavoastră de navigare pe sistemul dumneavoastră, " -#~ "pentru o utilizare ulterioară. Ați putea considera acest lucru ca un atac " -#~ "la adresa intimității dumneavoastră.

          Oricum, cookie-urile sunt " -#~ "utile în anumite situații. De exemplu, ele sunt adeseori folosite de " -#~ "magazinele virtuale de pe Internet astfel încât să „puneți obiecte în " -#~ "coșul de cumpărături”. Unele saituri cer să aveți un navigator care " -#~ "suportă cookie-uri.

          Deoarece mulți oameni doresc să facă un " -#~ "compromis între intimitate și beneficiile oferite de cookie-uri, KDE vă " -#~ "permite să personalizați modul în care sunt manipulate cookie-urile. " -#~ "Astfel, ați putea configura modul implicit KDE de a vă întreba atunci " -#~ "când un server vrea să seteze un cookie, sau pur și simplu să accepte sau " -#~ "să respingă cookie-ul. De exemplu, pentru saitul de cumpărături favorit " -#~ "în care aveți încredere ați putea alege să acceptați toate cookie-urile. " -#~ "Pentru aceasta tot ceea ce aveți de făcut este să navigați pe acest site " -#~ "particular și atunci când vă este afișat dialogul pentru cookie-uri dați " -#~ "clic pe Acest domeniu sub „Aplică” și alegeți acceptare sau pur și " -#~ "simplu specificați numele saitului în fila Politică specifică " -#~ "domeniului și configurați la acceptare. Aceasta vă permite să primiți " -#~ "cookie-uri de la saiturile web în care aveți încredere fără să fiți " -#~ "întrebat de fiecare dată când KDE primește un cookie.

          " - -#~ msgid "" -#~ "

          Network Preferences

          Here you can define the behavior of KDE " -#~ "programs when using Internet and network connections. If you experience " -#~ "timeouts or use a modem to connect to the Internet, you might want to " -#~ "adjust these settings." -#~ msgstr "" -#~ "

          Preferințe de rețea

          Aici puteți să definiți comportamentul " -#~ "programelor KDE când utilizează Internetul și conexiuni de rețea. Dacă " -#~ "experimentați temporizări expirate sau folosiți un modem, s-ar putea să " -#~ "fie nevoie să ajustați aceste valori." - -#~ msgid "" -#~ "

          Proxy

          A proxy server is an intermediate program that sits " -#~ "between your machine and the Internet and provides services such as web " -#~ "page caching and/or filtering.

          Caching proxy servers give you " -#~ "faster access to sites you have already visited by locally storing or " -#~ "caching the content of those pages; filtering proxy servers, on the other " -#~ "hand, provide the ability to block out requests for ads, spam, or " -#~ "anything else you want to block.

          Note: Some proxy servers " -#~ "provide both services.

          " -#~ msgstr "" -#~ "

          Proxy

          Un server proxy este un program intermediar care este " -#~ "poziționat între calculatorul dumneavoastră și Internet și oferă servicii " -#~ "precum caching de pagini web și/sau filtrare.

          Serverele proxy " -#~ "pentru caching vă oferă acces mai rapid la sait-urile pe care le-ați " -#~ "vizitat deja, memorând local conținutul acelor pagini. Serverele proxy " -#~ "pentru filtrare oferă posibilitatea de a bloca cererile pentru reclame, " -#~ "spam sau orice altceva doriți să blocați.

          Observație: Unele " -#~ "servere proxy oferă ambele servicii.

          " - -#~ msgid "Web Search Keywords" -#~ msgstr "Cuvinte-cheie de căutare web" - -#~ msgid "Configure enhanced browsing features" -#~ msgstr "Configurează caracteristici de navigare avansate" - -#~ msgid "Using sub-URLs with %1 is not supported." -#~ msgstr "Nu este suportată utilizarea sub-URL-urilor în %1." - -#~ msgid "&Yes" -#~ msgstr "D&a" - -#~ msgid "&No" -#~ msgstr "&Nu" - -#~ msgid "A file or folder named %1 already exists." -#~ msgstr "Există deja un fișier sau un dosar cu denumirea %1." - -#~ msgid "You do not have permission to create that folder." -#~ msgstr "Nu aveți permisiuni pentru a crea acel dosar." - -#~ msgid "The desktop is offline" -#~ msgstr "Biroul este deconectat" - -#~ msgid "mounting is not supported by Windows CE." -#~ msgstr "montarea nu este susținută de către Windows CE." - -#~ msgid "unmounting is not supported by Windows CE." -#~ msgstr "demontarea nu este susținută de către Windows CE." - -#~ msgid "" -#~ "The desktop entry of type\n" -#~ "%1\n" -#~ "is unknown." -#~ msgstr "" -#~ "Înregistrarea de ecran de tipul\n" -#~ "%1\n" -#~ "este necunoscută." - -#~ msgid "" -#~ "The desktop entry file\n" -#~ "%1\n" -#~ "is of type FSDevice but has no Dev=... entry." -#~ msgstr "" -#~ "Fișierul de ecran\n" -#~ "%1\n" -#~ "este de tipul FSDevice dar\n" -#~ "nu are o intrare \"Dev=...\"." - -#~ msgid "Mount" -#~ msgstr "Montează" - -#~ msgid "Unmount" -#~ msgstr "Demontează" - -#~ msgid "" -#~ "Unable to run the command specified. The file or folder %1 " -#~ "does not exist." -#~ msgstr "" -#~ "Nu se poate executa comanda specificată. Fișierul sau dosarul %1 nu există." - -#~ msgid "Could not find any application or handler for %1" -#~ msgstr "Nu s-au putut găsi nicio aplicație sau manipulant pentru %1" - -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Li&pește fișier" -#~ msgstr[1] "&Lipește %1 fișiere" -#~ msgstr[2] "&Lipește %1 de fișiere" - -#~ msgid "&Paste URL" -#~ msgid_plural "&Paste %1 URLs" -#~ msgstr[0] "Li&pește URL" -#~ msgstr[1] "Li&pește %1 URL-uri" -#~ msgstr[2] "Li&pește %1 de URL-uri" - -#~ msgid "None" -#~ msgstr "Nimic" - -#~ msgid "Multiple Instances" -#~ msgstr "Instanțe multiple" - -#~ msgid "Single Instance" -#~ msgstr "O singură instanță" - -#~ msgid "Run Until Finished" -#~ msgstr "Execută până se termină" - -#~ msgid "D-Bus registration:" -#~ msgstr "Înregistrare D-Bus:" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Images" -#~ msgstr "Imagini" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Audio" -#~ msgstr "Audio" - -#, fuzzy -#~| msgctxt "@info" -#~| msgid "" -#~| "Do you really want to permanently delete this item?%1This action cannot be undone." -#~| "" -#~ msgctxt "@info" -#~ msgid "" -#~ "Do you really want to permanently delete this item?%1This action cannot be undone." -#~ msgstr "" -#~ "Sigur doriți să ștergeți definitiv acest element?%1Această acțiune nu poate fi " -#~ "desfăcută." - -#~ msgid "Co&mmand:" -#~ msgstr "Co&mandă:" - -#~ msgid "Zoom out" -#~ msgstr "Îndepărtează" - -#~ msgid "Zoom in" -#~ msgstr "Apropie" - -#~ msgid "Icon size: %1 pixels (standard size)" -#~ msgstr "Dimensiune pictogramă: %1 pixeli (dimensiune standard)" - -#~ msgid "Open %1 in tab" -#~ msgstr "Deschide %1 în filă" - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to delete this file." -#~ msgstr "Nu aveți autorizare să executați acest fișier." - -#, fuzzy -#~| msgid "Click this button to create a new folder." -#~ msgid "Authentication is required to create a folder." -#~ msgstr "Apăsați acest buton pentru a crea un dosar nou." - -#, fuzzy -#~| msgid "Failed to open the file." -#~ msgid "Authentication is required to open this file." -#~ msgstr "Deschiderea fișierului a eșuat." - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to rename this file." -#~ msgstr "Nu aveți autorizare să executați acest fișier." - -#, fuzzy -#~| msgid "You are not authorized to execute this file." -#~ msgid "Authentication is required to delete this folder." -#~ msgstr "Nu aveți autorizare să executați acest fișier." - -#, fuzzy -#~| msgctxt "just a placeholder; do not translate" -#~| msgid "KSqueezedTextLabel" -#~ msgid "KSqueezedTextLabel" -#~ msgstr "KSqueezedTextLabel" - -#~ msgid "&Unmount '%1'" -#~ msgstr "De&montează „%1”" - -#~ msgid "&Eject '%1'" -#~ msgstr "S&coate „%1”" - -#~ msgid "&Edit Entry '%1'..." -#~ msgstr "&Editează înregistrarea „%1”..." - -#~ msgid "&Hide Entry '%1'" -#~ msgstr "&Ascunde înregistrarea „%1”" - -#~ msgid "&Remove Entry '%1'" -#~ msgstr "&Elimină înregistrarea „%1”" - -#~ msgid "Invalid Directory Name" -#~ msgstr "Denumire de dosar nevalidă" - -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Nu se poate crea un dosar cu denumirea %1deoarece e rezervată pentru uz de către sistemul de operare." - -#~ msgid "File Type Options" -#~ msgstr "Opțiuni tip de fișier" - -#~ msgid "Edit Entry..." -#~ msgstr "Editează înregistrarea..." - -#~ msgid "Delete Entry" -#~ msgstr "Șterge înregistrarea" - -#~ msgid "Cannot talk to klauncher: %1" -#~ msgstr "Nu s-a putut comunica cu klauncher: %1" - -#~ msgid "klauncher said: %1" -#~ msgstr "klauncher a spus: %1" - -#~ msgid "Custom Path" -#~ msgstr "Cale personalizată" - -#~ msgid "" -#~ "The trash has reached its maximum size!\n" -#~ "Cleanup the trash manually." -#~ msgstr "" -#~ "Gunoiul a atins dimensiunea maximă!\n" -#~ "Curățați gunoiul manual." - -#~ msgid "'%1' not found, please type a valid program name." -#~ msgstr "„%1” nu a fost găsit, introduceți o denumire de program validă." - -#~ msgid "No Media inserted or Media not recognized." -#~ msgstr "Niciun mediu inserat sau mediul nu este recunoscut." - -#~ msgid "\"vold\" is not running." -#~ msgstr "„vold” nu rulează." - -#~ msgid "unmounting is not supported by wince." -#~ msgstr "Demontarea nu este susținută de către wince." - -#~ msgid "File name:" -#~ msgstr "Denumire fișier:" - -#, fuzzy -#~| msgid "" -#~| "

          Cache

          This module lets you configure your cache settings.

          The cache is an internal memory in Konqueror where recently read " -#~| "web pages are stored. If you want to retrieve a web page again that you " -#~| "have recently read, it will not be downloaded from the Internet, but " -#~| "rather retrieved from the cache, which is a lot faster.

          " -#~ msgid "" -#~ "

          Cache

          This module lets you configure your cache settings.

          This specific cache is an area on the disk where recently read web " -#~ "pages are stored. If you want to retrieve a web page again that you have " -#~ "recently read, it will not be downloaded from the Internet, but rather " -#~ "retrieved from the cache, which is a lot faster.

          " -#~ msgstr "" -#~ "

          Cache

          Acest modul vă permite să configurați configurările de " -#~ "cache.

          Cache-ul este o memorie internă a Konqueror în care " -#~ "păstrează paginile de web accesate recent. Dacă doriți să încărcați din " -#~ "nou o anumită pagină pe care ați citit-o recent, ea nu va fi citită din " -#~ "Internet, ci din cache, astfel încât accesul la ea va fi rapid.

          " - -#~ msgid "" -#~ "Check this box if you want the web pages you visit to be stored on your " -#~ "hard disk for quicker access. The stored pages will only be updated as " -#~ "needed instead of on every visit to that site. This is especially useful " -#~ "if you have a slow connection to the Internet." -#~ msgstr "" -#~ "Apăsați aici dacă doriți ca paginile web pe care le vedeți să fie " -#~ "memorate pe disc pentru a mări viteza de acces. Activarea acestei opțiuni " -#~ "face ca navigarea să fie mult mai rapidă deoarece paginile vor fi " -#~ "transferate numai dacă este necesar. Acest lucru este util în special " -#~ "dacă aveți o conexiune lentă la Internet." - -#~ msgid "&Use cache" -#~ msgstr "&Utilizează cache-ul" - -#~ msgid "" -#~ "Verify whether the cached web page is valid before attempting to fetch " -#~ "the web page again." -#~ msgstr "" -#~ "Verifică dacă pagina din cache este validă înainte de a se încerca " -#~ "preluarea repetată a acesteia." - -#~ msgid "&Keep cache in sync" -#~ msgstr "Menține cache-ul &sincronizat" - -#~ msgid "" -#~ "Always use documents from the cache when available. You can still use the " -#~ "reload button to synchronize the cache with the remote host." -#~ msgstr "" -#~ "Utilizează întotdeauna documentele din cache când este posibil. Puteți " -#~ "totuși utiliza butonul de reîncărcare pentru a sincroniza cache-ul cu " -#~ "gazda distantă." - -#~ msgid "Use cache whenever &possible" -#~ msgstr "Utilizează cache-ul oricând este &posibil" - -#~ msgid "" -#~ "Do not fetch web pages that are not already stored in the cache. Offline " -#~ "mode prevents you from viewing pages that you have not previously visited." -#~ msgstr "" -#~ "Nu transferă paginile de web ca nu există deja în cache. Modul de " -#~ "navigare deconectat nu vă permite să vedeți pagini pe care nu le-ați " -#~ "vizitat mai înainte." - -#~ msgid "O&ffline browsing mode" -#~ msgstr "Regim de navigare &deconectat" - -#~ msgid "Disk cache &size:" -#~ msgstr "Dimen&siune cache pe disc:" - -#~ msgid " KiB" -#~ msgstr " KiO" - -#~ msgid "C&lear Cache" -#~ msgstr "Ș&terge cache-ul" - -#~ msgctxt "@title:window" -#~ msgid "Add Identification" -#~ msgstr "Adăugare identificare" - -#~ msgctxt "@title:window" -#~ msgid "Modify Identification" -#~ msgstr "Modificare identificare" - -#~ msgid "" -#~ "
          Found an existing identification for
          %1
          Do you " -#~ "want to replace it?
          " -#~ msgstr "" -#~ "
          Am găsit o identificare existentă pentru
          %1
          " -#~ "Doriți să o înlocuiesc?
          " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Identification" -#~ msgstr "Identificare duplicată" - -#, fuzzy -#~| msgid "" -#~| "

          Browser Identification

          The browser-identification module " -#~| "allows you to have full control over how Konqueror will identify itself " -#~| "to web sites you browse.

          This ability to fake identification is " -#~| "necessary because some web sites do not display properly when they " -#~| "detect that they are not talking to current versions of either Netscape " -#~| "Navigator or Internet Explorer, even if the browser actually supports " -#~| "all the necessary features to render those pages properly. For such " -#~| "sites, you can use this feature to try to browse them. Please understand " -#~| "that this might not always work, since such sites might be using non-" -#~| "standard web protocols and or specifications.

          NOTE: To " -#~| "obtain specific help on a particular section of the dialog box, simply " -#~| "click on the quick help button on the window title bar, then click on " -#~| "the section for which you are seeking help.

          " -#~ msgid "" -#~ "

          Browser Identification

          The browser-identification module " -#~ "allows you to have full control over how KDE applications using the HTTP " -#~ "protocol (like Konqueror) will identify itself to web sites you browse.

          This ability to fake identification is necessary because some web " -#~ "sites do not display properly when they detect that they are not talking " -#~ "to current versions of either Netscape Navigator or Internet Explorer, " -#~ "even if the browser actually supports all the necessary features to " -#~ "render those pages properly. For such sites, you can use this feature to " -#~ "try to browse them. Please understand that this might not always work, " -#~ "since such sites might be using non-standard web protocols and or " -#~ "specifications.

          NOTE: To obtain specific help on a " -#~ "particular section of the dialog box, simply click on the quick help " -#~ "button on the window title bar, then click on the section for which you " -#~ "are seeking help.

          " -#~ msgstr "" -#~ "

          Identificare navigator web

          Modulul de control a informațiilor " -#~ "de identificare pentru navigatorul de web vă permite să aveți controlul " -#~ "total asupra modului în care Konqueror se identifică la sait-urile de web " -#~ "vizitate de dumneavoastră.

          Această abilitate de a ascunde sau " -#~ "falsifica identitatea este necesară deoarece unele sait-uri de web nu " -#~ "sunt afișate corespunzător când detectează că nu „vorbesc” cu cele mai " -#~ "recente versiuni de Netscape Navigator sau Internet Explorer, chiar dacă " -#~ "navigatorul de web suportă de fapt toate caracteristicile necesare pentru " -#~ "a afișa corespunzător acele pagini. Pentru asemenea saituri puteți " -#~ "încerca această caracteristică. Vă rog să rețineți că acest lucru s-ar " -#~ "putea să nu meargă întotdeauna deoarece unele sait-uri utilizează " -#~ "specificații și protocoale web non-standard.

          " - -#~ msgid "" -#~ "\n" -#~ "Here you can modify the default browser-identification text or set a site " -#~ "(eg. www.kde.org) or a domain (eg. kde.org) " -#~ "specific identification text.

          \n" -#~ "To add a new site-specific identification text, click the New button and supply the necessary information. To change an existing " -#~ "site-specific entry, click on the Change button. The " -#~ "Delete button will remove the selected site-specific " -#~ "identification text, causing the default setting to be used for that site " -#~ "or domain.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Aici puteți modifica identificarea implicită a navigatorului de web și/" -#~ "sau configura o identificare specifică unui sait (de exemplu: www." -#~ "kde.org) sau domeniu (de exemplu: kde.org).

          Pentru a adăuga o identificare nouă dați clic pe butonul Nou " -#~ "și introduceți informațiile necesare în căsuța de dialog. Pentru a " -#~ "modifica o înregistrare specifică unui sait dați clic pe butonul " -#~ "Modifică. Butonul Șterge va elimina politica selectată, " -#~ "determinând utilizarea setării implicite pentru situl sau domeniul șters." -#~ "

          " - -#~ msgid "" -#~ "\n" -#~ "Send the browser identification to web sites.

          \n" -#~ "NOTE: Many sites rely on this information to display pages " -#~ "properly, hence, it is highly recommended that you do not totally disable " -#~ "this feature but rather customize it.

          \n" -#~ "By default, only minimal identification information is sent to remote " -#~ "sites. The identification text that will be sent is shown below.\n" -#~ "" -#~ msgstr "" -#~ "

          Trimite identificarea de navigator web către saituri.

          Observație: Multe saituri se bazează pe această informație " -#~ "pentru a afișa corect paginile de web, astfel încât este recomandabil să " -#~ "nu dezactivați total această caracteristică, ci mai degrabă să o " -#~ "personalizați.

          Implicit sunt trimise numai informații de " -#~ "identificare minimale, așa cum este afișat mai jos.

          " - -#~ msgid "&Send identification" -#~ msgstr "Trimite &identificarea" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. Use the " -#~ "provided options to customize it." -#~ msgstr "" -#~ "Identificarea de navigator web trimisă către sait-urile pe care le " -#~ "vizitați. Pentru a o personaliza utilizați opțiunile aflate la dispoziție." - -#~ msgid "Default Identification" -#~ msgstr "Identificarea implicită" - -#~ msgid "" -#~ "The browser identification text sent to the sites you visit. You can " -#~ "customize it using the options provided below." -#~ msgstr "" -#~ "Acesta este textul de identificare a navigatorului web trimis către sait-" -#~ "urile pe care le vizitați. Îl puteți personaliza folosind opțiunile de " -#~ "mai jos." - -#~ msgid "" -#~ "Includes your operating system's name in the browser identification text." -#~ msgstr "" -#~ "Include numele sistemului de operare la textul de identificare a " -#~ "navigatorului web." - -#~ msgid "Add operating s&ystem name" -#~ msgstr "Adaugă &numele sistemului de operare" - -#~ msgid "" -#~ "Includes your operating system's version number in the browser " -#~ "identification text." -#~ msgstr "" -#~ "Include versiunea sistemului de operare la textul de identificare a " -#~ "navigatorului web." - -#~ msgid "Add operating system &version" -#~ msgstr "Adaugă &versiunea sistemului de operare" - -#~ msgid "Includes your machine's CPU type in the browser identification text." -#~ msgstr "" -#~ "Include tipul de microprocesor la textul de identificare a navigatorului " -#~ "web." - -#~ msgid "Add &machine (processor) type" -#~ msgstr "Adaugă tipul &mașinii (procesorului)" - -#~ msgid "" -#~ "Includes your language settings in the browser identification text to " -#~ "obtain localized versions of the page." -#~ msgstr "" -#~ "Include configurările dumneavoastră de limbă la textul de identificare a " -#~ "navigatorului web pentru a obține versiuni traduse ale paginilor." - -#~ msgid "Add lang&uage information" -#~ msgstr "Adaugă informațiile de &limbaj" - -#~ msgid "Site Specific Identification" -#~ msgstr "Identificare specifică unui sait" - -#~ msgid "Site Name" -#~ msgstr "Nume sait" - -#~ msgid "Identification" -#~ msgstr "Identificare" - -#~ msgid "User Agent" -#~ msgstr "Agent utilizator" - -#~ msgid "Add new identification text for a site." -#~ msgstr "Adaugă o nouă identificare pentru un sait." - -#~ msgid "Change the selected identifier text." -#~ msgstr "Modifică textul de identificare selectat." - -#~ msgid "Delete the selected identifier text." -#~ msgstr "Șterge textul de identificare selectat." - -#~ msgid "Delete all identifiers." -#~ msgstr "Șterge toate identificările." - -#~ msgid "" -#~ "\n" -#~ "Enter the site or domain name where a fake browser identification should " -#~ "be used.

          \n" -#~ "NOTE: Wildcard syntax such as \\\"*,?\\\" is NOT allowed: instead, " -#~ "use the top level address of a site to make generic matches; for example, " -#~ "if you want all KDE sites to receive a fake browser identification, you " -#~ "would enter kde.org - the fake identity would then be sent " -#~ "to any KDE site that ends with kde.org.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "Introduceți numele de sait sau domeniu unde trebuie utilizată o " -#~ "identificare falsă.

          \n" -#~ "Observație: Sintaxa de globalizare (\"*,?\") NU este permisă. În " -#~ "loc de acest lucru, utilizați adresa de bază a oricărui sait pentru a " -#~ "face potriviri generice. De exemplu, dacă doriți ca toate sait-urile KDE " -#~ "să primească o identificare falsă de navigator web, introduceți kde." -#~ "org. Această identificare falsă va fi trimisă oricărui sait care " -#~ "se termină în kde.org.

          \n" -#~ "
          " - -#~ msgid "&When browsing the following site:" -#~ msgstr "Când se &navighează prin sait-ul:" - -#~ msgid "" -#~ "\n" -#~ "Select the browser identification to use whenever contacting the site you " -#~ "specified above.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Selectați identificarea de navigator web de utilizat oricând va fi " -#~ "contactat sait-ul specificat mai sus.\n" -#~ "" - -#~ msgid "&Use the following identification:" -#~ msgstr "Utilizează &identificarea următoare:" - -#~ msgid "" -#~ "\n" -#~ "The actual browser identification text that will be sent to the remote " -#~ "machine.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "Identificarea de navigator web care va fi trimisă la mașina distantă.\n" -#~ "" - -#~ msgid "Real identification:" -#~ msgstr "Identificarea reală:" - -#~ msgid "De&vice" -#~ msgstr "&Dispozitiv" - -#~ msgid "Device (/dev/fd0):" -#~ msgstr "Dispozitiv (/dev/fd0):" - -#~ msgid "Device:" -#~ msgstr "Dispozitiv:" - -#~ msgid "Read only" -#~ msgstr "Numai-citire" - -#~ msgid "File system:" -#~ msgstr "Sistem de fișiere:" - -#~ msgid "Mount point (/mnt/floppy):" -#~ msgstr "Punct de montare (/mnt/floppy):" - -#~ msgid "Mount point:" -#~ msgstr "Punct de montare:" - -#~ msgid "" -#~ "URL cannot be listed\n" -#~ "%1" -#~ msgstr "" -#~ "URL-ul nu poate fi enumerat\n" -#~ "%1" - -#~ msgid "Invalid link target" -#~ msgstr "Țintă legătură nevalidă" - -#~ msgid "Add Network Folder" -#~ msgstr "Adaugă dosar din rețea" - -#, fuzzy -#~| msgctxt "@info" -#~| msgid "" -#~| "Do you really want to permanently delete this item?This action cannot be undone." -#~| msgid_plural "" -#~| "Do you really want to permanently delete these %1 items?This action cannot be undone." -#~ msgctxt "@info" -#~ msgid "" -#~ "Do you really want to permanently delete these %1 items?This action cannot be undone." -#~ msgstr "" -#~ "Sigur doriți să ștergeți definitiv acest element?Această acțiune nu poate fi desfăcută." - -#, fuzzy -#~| msgid "Do you really want to move this item to the Trash?" -#~| msgid_plural "Do you really want to move these %1 items to the Trash?" -#~ msgctxt "@info" -#~ msgid "Do you really want to move these %1 items to the Trash?" -#~ msgstr "Sigur doriți să mutați acest element la gunoi?" - -#~ msgid "Enter the certificate password:" -#~ msgstr "Introduceți parola certificatului:" - -#~ msgid "SSL Certificate Password" -#~ msgstr "Parolă certificat SSL" - -#~ msgid "Unable to open the certificate. Try a new password?" -#~ msgstr "Nu pot deschide certificatul. Încercați o parolă nouă?" - -#~ msgid "The procedure to set the client certificate for the session failed." -#~ msgstr "Procedura de setare a certificatului client pentru sesiune a eșuat." - -#~ msgid "" -#~ "You have indicated that you wish to accept this certificate, but it is " -#~ "not issued to the server who is presenting it. Do you wish to continue " -#~ "loading?" -#~ msgstr "" -#~ "Ați indicat că doriți să acceptați acest certificat, dar acesta nu este " -#~ "furnizat de serverul care îl prezintă. Doriți să continui încărcarea?" - -#~ msgid "" -#~ "SSL certificate is being rejected as requested. You can disable this in " -#~ "the KDE System Settings." -#~ msgstr "" -#~ "Cererea de certificat SSL este respinsă, după cum ați cerut. Puteți " -#~ "dezactiva aceasta în Configurări de sistem KDE." - -#, fuzzy -#~| msgid "A folder named %1 already exists." -#~ msgid "A folder named \"%1\" already exists." -#~ msgstr "Există deja un dosar cu numele %1." - -#, fuzzy -#~| msgid "Name" -#~ msgctxt "@title:column Name label from web shortcuts column" -#~ msgid "Name" -#~ msgstr "Denumire" - -#, fuzzy -#~| msgid "None" -#~ msgctxt "@item:inlistbox No default web shortcut" -#~ msgid "None" -#~ msgstr "Nimic" - -#, fuzzy -#~| msgid "" -#~| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#~| "default." -#~ msgctxt "@info" -#~ msgid "" -#~ "The name %1 ends with a space, which is a bit " -#~ "unusual and may be unintentional." -#~ msgstr "" -#~ "Denumirea „%1” începe cu un punct, de aceea dosarul va fi ascuns implicit." - -#~ msgid "Drive: %1" -#~ msgstr "Unitate: %1" - -#, fuzzy -#~| msgid "The new file name is empty." -#~ msgid "The source file is bigger." -#~ msgstr "Numele de fișier nou este gol." - -#~ msgid "" -#~ "The chosen filenames do not\n" -#~ "appear to be valid." -#~ msgstr "" -#~ "Numele de fișiere alese\n" -#~ "nu par să fie valide." - -#~ msgid "Invalid Filenames" -#~ msgstr "Nume eronate de fișiere" - -#~ msgid "&Overwrite" -#~ msgstr "S&uprascrie" - -#~ msgid "You do not have permission to run %1." -#~ msgstr "Nu aveți permisiuni să executați %1." - -#~ msgid "" -#~ "Unable to enter %1.\n" -#~ "You do not have access rights to this location." -#~ msgstr "" -#~ "Nu pot să intru în %1. \n" -#~ "Nu aveți drepturi pentru această locație." - -#~ msgid "You are not authorized to execute this service." -#~ msgstr "Nu sunteți autorizat să executați acest serviciu." - -#~ msgid "Specified socket path is invalid" -#~ msgstr "Calea de soclu specificată nu este validă" - -#~ msgid "The socket operation is not supported" -#~ msgstr "Operația cu soclul nu este suportată" - -#~ msgid "Connection refused" -#~ msgstr "Conexiune refuzată" - -#~ msgid "Permission denied" -#~ msgstr "Permisiune refuzată" - -#~ msgid "Connection timed out" -#~ msgstr "Conexiunea a expirat" - -#~ msgid "Unknown error" -#~ msgstr "Eroare necunoscută" - -#~ msgid "Could not set non-blocking mode" -#~ msgstr "Nu se poate stabili regimul ne-blocant" - -#~ msgid "Address is already in use" -#~ msgstr "Adresa este deja utilizată" - -#~ msgid "Path cannot be used" -#~ msgstr "Calea nu poate fi utilizată" - -#~ msgid "No such file or directory" -#~ msgstr "Nu există astfel de fișier sau dosar" - -#~ msgid "Not a directory" -#~ msgstr "Nu este un dosar" - -#~ msgid "Read-only filesystem" -#~ msgstr "Sistem de fișiere numai-citire" - -#~ msgid "Unknown socket error" -#~ msgstr "Eroare de soclu necunoscută" - -#~ msgid "Operation not supported" -#~ msgstr "Operația nu este suportată" - -#~ msgid "AutoSkip" -#~ msgstr "Sari automat" - -#~ msgid "SSL support is not available in this build of KDE." -#~ msgstr "Suportul SSL nu este disponibil în această versiune KDE." - -#~ msgctxt "SSL error" -#~ msgid "No error" -#~ msgstr "Nicio eroare" - -#~ msgctxt "SSL error" -#~ msgid "The certificate authority's certificate is invalid" -#~ msgstr "Certificatul autorității de certificare nu este valid" - -#~ msgctxt "SSL error" -#~ msgid "The certificate has expired" -#~ msgstr "Certificatul a expirat" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is invalid" -#~ msgstr "Certificatul nu este valid" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is not signed by any trusted certificate authority" -#~ msgstr "" -#~ "Certificatul nu este semnat de nicio autoritate de certificare de " -#~ "încredere" - -#~ msgctxt "SSL error" -#~ msgid "The certificate has been revoked" -#~ msgstr "Certificatul a fost revocat" - -#~ msgctxt "SSL error" -#~ msgid "The certificate is unsuitable for this purpose" -#~ msgstr "Certificatul nu este potrivit acestui scop" - -#~ msgctxt "SSL error" -#~ msgid "" -#~ "The root certificate authority's certificate is not trusted for this " -#~ "purpose" -#~ msgstr "" -#~ "Certificatul autorității de certificare rădăcină nu este de încredere " -#~ "pentru acest scop" - -#~ msgctxt "SSL error" -#~ msgid "" -#~ "The certificate authority's certificate is marked to reject this " -#~ "certificate's purpose" -#~ msgstr "" -#~ "Certificatul autorității de certificare este marcat pentru a respinge " -#~ "scopul acestui certificat" - -#~ msgctxt "SSL error" -#~ msgid "The peer did not present any certificate" -#~ msgstr "Partenerul nu a prezentat niciun certificat" - -#~ msgctxt "SSL error" -#~ msgid "The certificate does not apply to the given host" -#~ msgstr "Certificatul nu se aplică gazdei date" - -#~ msgctxt "SSL error" -#~ msgid "The certificate cannot be verified for internal reasons" -#~ msgstr "Certificatul nu poate fi verificat din motive interne" - -#~ msgctxt "SSL error" -#~ msgid "The certificate chain is too long" -#~ msgstr "Lanțul de certificate este prea lung" - -#~ msgctxt "SSL error" -#~ msgid "Unknown error" -#~ msgstr "Eroare necunoscută" - -#~ msgid "Named Group" -#~ msgstr "Grup denumit" - -#~ msgctxt "KFile System Bookmarks" -#~ msgid "Root" -#~ msgstr "Rădăcină" - -#, fuzzy -#~| msgid "Could not change permissions for %1." -#~ msgid "Could not change permissions for '%1'" -#~ msgstr "Nu s-au putut schimba permisiunile pentru %1." - -#~ msgid "Create hidden directory?" -#~ msgstr "Creați dosar ascuns?" - -#~ msgid "Show Aside Preview" -#~ msgstr "Afișează alături de previzualizare" - -#~ msgid "Device usage:" -#~ msgstr "Utilizare dispozitiv:" - -#~ msgid "By Name" -#~ msgstr "După denumire" - -#~ msgid "By Size" -#~ msgstr "După mărime" - -#~ msgid "By Type" -#~ msgstr "După tip" - -#~ msgid "You may have incorrectly typed the location." -#~ msgstr "Este posibil să fi scris greșit locația." - -#~ msgid "" -#~ "Could not write file %1.\n" -#~ "Disk full." -#~ msgstr "" -#~ "Nu pot scrie fișierul %1.\n" -#~ "Discul este plin." - -#~ msgctxt "size in bytes" -#~ msgid "%1 B" -#~ msgstr "%1 o" - -#~ msgctxt "size in 1000 bytes" -#~ msgid "%1 kB" -#~ msgstr "%1 ko" - -#~ msgctxt "size in 10^6 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 Mo" - -#~ msgctxt "size in 10^9 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 Go" - -#~ msgctxt "size in 10^12 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 To" - -#~ msgctxt "size in 10^15 bytes" -#~ msgid "%1 PB" -#~ msgstr "%1 Po" - -#~ msgctxt "size in 10^18 bytes" -#~ msgid "%1 EB" -#~ msgstr "%1 Eo" - -#~ msgctxt "size in 10^21 bytes" -#~ msgid "%1 ZB" -#~ msgstr "%1 Zo" - -#~ msgctxt "size in 10^24 bytes" -#~ msgid "%1 YB" -#~ msgstr "%1 Yo" - -#~ msgctxt "memory size in 1024 bytes" -#~ msgid "%1 KB" -#~ msgstr "%1 Ko" - -#~ msgctxt "memory size in 2^20 bytes" -#~ msgid "%1 MB" -#~ msgstr "%1 Mo" - -#~ msgctxt "memory size in 2^30 bytes" -#~ msgid "%1 GB" -#~ msgstr "%1 Go" - -#~ msgctxt "memory size in 2^40 bytes" -#~ msgid "%1 TB" -#~ msgstr "%1 To" - -#~ msgctxt "memory size in 2^50 bytes" -#~ msgid "%1 PB" -#~ msgstr "%1 Po" - -#~ msgctxt "memory size in 2^60 bytes" -#~ msgid "%1 EB" -#~ msgstr "%1 Eo" - -#~ msgctxt "memory size in 2^70 bytes" -#~ msgid "%1 ZB" -#~ msgstr "%1 Zo" - -#~ msgctxt "memory size in 2^80 bytes" -#~ msgid "%1 YB" -#~ msgstr "%1 Yo" - -#~ msgctxt "size in 1024 bytes" -#~ msgid "%1 KiB" -#~ msgstr "%1 Kio" - -#~ msgctxt "size in 2^20 bytes" -#~ msgid "%1 MiB" -#~ msgstr "%1 Mio" - -#~ msgctxt "size in 2^30 bytes" -#~ msgid "%1 GiB" -#~ msgstr "%1 Gio" - -#~ msgctxt "size in 2^40 bytes" -#~ msgid "%1 TiB" -#~ msgstr "%1 Tio" - -#~ msgctxt "size in 2^50 bytes" -#~ msgid "%1 PiB" -#~ msgstr "%1 Pio" - -#~ msgctxt "size in 2^60 bytes" -#~ msgid "%1 EiB" -#~ msgstr "%1 Eio" - -#~ msgctxt "size in 2^70 bytes" -#~ msgid "%1 ZiB" -#~ msgstr "%1 Zio" - -#~ msgctxt "size in 2^80 bytes" -#~ msgid "%1 YiB" -#~ msgstr "%1 Yio" - -#~ msgid "Forbidden" -#~ msgstr "Interzis" - -#~ msgid "Can Read" -#~ msgstr "Poate citi" - -#~ msgid "Can Read & Write" -#~ msgstr "Poate citi și scrie" - -#~ msgid "Can View Content & Read" -#~ msgstr "Poate citi și vedea conținutul" - -#~ msgid "Do you really want to delete this item?" -#~ msgid_plural "Do you really want to delete these %1 items?" -#~ msgstr[0] "Sigur doriți să ștergeți acest element?" -#~ msgstr[1] "Sigur doriți să ștergeți aceste %1 elemente?" -#~ msgstr[2] "Sigur doriți să ștergeți aceste %1 de elemente?" - -#~ msgctxt "Verb" -#~ msgid "&Trash" -#~ msgstr "&Gunoi" - -#~ msgctxt "@action:inmenu Open With" -#~ msgid "&Other..." -#~ msgstr "&Altele..." - -#, fuzzy -#~| msgid "C&ontinue" -#~ msgid "Continue" -#~ msgstr "&Continuă" - -#, fuzzy -#~| msgid "Cancel Job" -#~ msgid "Cancel" -#~ msgstr "Anulează" - -#, fuzzy -#~| msgid "The template file %1 does not exist." -#~ msgid "The file or folder %1 does not exist." -#~ msgstr "Fișierul-șablon %1 nu există." - -#, fuzzy -#~| msgid "Ad&vanced Options" -#~ msgid "Advanced options" -#~ msgstr "Opțiuni &avansate" - -#~ msgid "" -#~ "

          Windows Shares

          Konqueror is able to access shared Microsoft " -#~ "Windows file systems, if properly configured. If there is a specific " -#~ "computer from which you want to browse, fill in the Browse server field. This is mandatory if you are not running Samba locally. The " -#~ "Broadcast address and WINS address fields will also be " -#~ "available, if you use the native code, or the location of the 'smb.conf' " -#~ "file from which the options are read, when using Samba. In any case, the " -#~ "broadcast address (interfaces in smb.conf) must be set up if it is " -#~ "guessed incorrectly or you have multiple cards. A WINS server usually " -#~ "improves performance, and reduces the network load a lot.

          The " -#~ "bindings are used to assign a default user for a given server, possibly " -#~ "with the corresponding password, or for accessing specific shares. If you " -#~ "choose to, new bindings will be created for logins and shares accessed " -#~ "during browsing. You can edit all of them from here. Passwords will be " -#~ "stored locally, and scrambled so as to render them unreadable to the " -#~ "human eye. For security reasons, you may not want to do that, as entries " -#~ "with passwords are clearly indicated as such.

          " -#~ msgstr "" -#~ "

          Partajări Windows

          Dacă este configurat corespunzător, " -#~ "Konqueror este capabil să acceseze sisteme de fișiere partajate Windows. " -#~ "Dacă există un calculator specific la care doriți să faceți acces, " -#~ "completați câmpul Server de navigare. Acest lucru este " -#~ "obligatoriu dacă nu rulați Samba local. Câmpurile Adresa de " -#~ "difuziune și Adresa WINS vor fi de asemenea disponibile " -#~ "dacă utilizați cod nativ sau opțiunile de locație din fișierul „smb.conf” " -#~ "când se utilizează Samba. În orice caz, adresa de difuziune (interfețele " -#~ "din „smb.conf”) trebuie setată dacă este determinată în mod incorect sau " -#~ "aveți mai mult de o placă de rețea. În general un server WINS " -#~ "îmbunătățește performanțele și reduce foarte mult încărcarea din rețea.

          Asocierile sunt utilizate pentru a asocia un utilizator implicit " -#~ "pentru un server dat, posibil și cu o parolă corespunzătoare sau pentru " -#~ "accesarea anumitor partajări. Dacă alegeți „Nu”, atunci asocierile noi " -#~ "pentru autentificare și partajări vor fi create în timpul navigării. Pe " -#~ "acestea le puteți edita de aici. Parolele vor fi memorate local și " -#~ "criptate oarecum astfel încât să nu poată fi recunoscute cu ochiul liber. " -#~ "Din motive de securitate,ar trebui să nu faceți totuși acest lucru. " -#~ "Înregistrările cu parole sunt în mod clar indicate.

          " - -#~ msgid "" -#~ "Check this option if you want to have a system tray handle for your " -#~ "application." -#~ msgstr "" -#~ "Selectați această opțiune dacă doriți să aveți un indicator în tava de " -#~ "sistem pentru aplicația dumneavoastră." - -#, fuzzy -#~| msgid "&Place in system tray" -#~ msgid "Place in system tray" -#~ msgstr "&Plasează în tava de sistem" - -#~ msgid "Do not &close when command exits" -#~ msgstr "Nu în&chide la terminarea comenzii" - -#~ msgid "&Username:" -#~ msgstr "&Nume utilizator:" - -#~ msgid "" -#~ "Unable to create io-slave:\n" -#~ "klauncher said: %1" -#~ msgstr "" -#~ "Nu pot crea dispozitiv I/O:\n" -#~ "mesaj \"klauncher\": %1" - -#~ msgid "" -#~ "Basic links can only point to local files or directories.\n" -#~ "Please use \"Link to Location\" for remote URLs." -#~ msgstr "" -#~ "Legăturile de bază pot să indice doar către fișiere sau dosare locale.\n" -#~ "Vă rugăm folosiți \"Legătură la locație\" pentru URL-uri la distanță." - -#~ msgid "" -#~ "Unable to start the cookie handler service.\n" -#~ "You will not be able to manage the cookies that are stored on your " -#~ "computer." -#~ msgstr "" -#~ "Nu pot porni serviciu de administrare de cookie-uri.\n" -#~ "Nu veți putea administra cookie-urile stocate în calculatorul " -#~ "dumneavoastră." - -#~ msgid "Open with:" -#~ msgstr "Deschide cu:" - -#~ msgid "" -#~ "%1.\n" -#~ "\n" -#~ "Reason: %2" -#~ msgstr "" -#~ "%1.\n" -#~ "\n" -#~ "Motiv: %2" - -#~ msgid "" -#~ "

          My Bookmarks

          This module lets you configure the bookmarks home " -#~ "page.

          The bookmarks home page is accessible at bookmarks:/.

          " -#~ msgstr "" -#~ "

          Semnele mele de carte

          Acest modul vă permite să configurați " -#~ "pagina de pornire a semnelor de carte.

          Pagina de pornire a semnelor " -#~ "de carte este accesibilă la bookmarks:/.

          " - -#~ msgid "" -#~ "If this option is unchecked, bookmarks at the root of the hierarchy (not " -#~ "in a folder) are not displayed.\n" -#~ "If checked, they are gathered in a \"root\" folder." -#~ msgstr "" -#~ "Dacă această opțiune este debifată, semnele de carte de la rădăcina " -#~ "ierarhiei (din afara oricărui dosar) nu sunt afișate.\n" -#~ "Dacă este bifată, ele sunt adunate într-un dosar „rădăcină”." - -#~ msgid "&Show bookmarks without folder" -#~ msgstr "&Afișează semnele de carte fără dosar" - -#~ msgid "" -#~ "Sub-folders are shown within their parent by default. If you activate " -#~ "this option, sub-folders are displayed on their own.\n" -#~ "It looks less nice but it may help if you have a very big folder you want " -#~ "to spread in two columns." -#~ msgstr "" -#~ "Subdosarele sunt afișate implicit în interiorul părintelui lor. Dacă " -#~ "activați această opțiune, subdosarele sunt afișate separat.\n" -#~ "Arată mai puțin plăcut, însă vă poate fi de folos dacă aveți un dosar " -#~ "foarte mare și doriți să îl despărțiți în două coloane." - -#~ msgid "&Flatten bookmarks tree" -#~ msgstr "A&platizează arborele cu semne de carte" - -#~ msgid "" -#~ "Show a box with KDE places (Home, Network, ...). Useful if you use " -#~ "konqueror as a file manager." -#~ msgstr "" -#~ "Afișează o casetă cu locuri KDE (Acasă, Rețea, ...). Util dacă folosiți " -#~ "Konqueror ca gestionar de fișiere." - -#~ msgid "Show system &places" -#~ msgstr "Arată &locurile de sistem" - -#~ msgid "General Settings" -#~ msgstr "Configurări generale" - -#~ msgid "" -#~ "Folders are automatically distributed in several columns. The optimal " -#~ "number of columns depends on the width of the konqueror window and the " -#~ "number of bookmarks you have." -#~ msgstr "" -#~ "Dosarele sunt distribuite automat în câteva coloane. Numărul optim de " -#~ "coloane depinde de lățimea ferestrei Konqueror și de numărul de semne de " -#~ "carte pe care le aveți." - -#~ msgid "Number of columns to show:" -#~ msgstr "Numărul de coloane de afișat:" - -#~ msgid "Disable it on slow system to disable background images." -#~ msgstr "" -#~ "Dezactivați-l pe sisteme lente pentru a dezactiva imaginile de fundal." - -#~ msgid "Show folder &backgrounds" -#~ msgstr "Afișează fundalurile &dosarelor" - -#~ msgid "How much disk space is used to cache the pixmaps" -#~ msgstr "" -#~ "Cât spațiu de disc este utilizat pentru a depozita hărțile de pixeli" - -#~ msgid "Pixmap Cache" -#~ msgstr "Depozitare hărți de pixeli" - -#~ msgid "Disk cache size:" -#~ msgstr "Dimensiune cache de disc:" - -#~ msgid " kB" -#~ msgstr "kO" - -#~ msgid "Clear the pixmap cache" -#~ msgstr "Curăță depozitul cu hărți de pixeli" - -#~ msgid "&Clear Cache" -#~ msgstr "&Curăță depozitul" - -#~ msgid "" -#~ "\n" -#~ "

          Treat all cookies as session cookies. Session cookies are small pieces " -#~ "of data that are temporarily stored in your computer's memory until you " -#~ "quit or close all applications (e.g. your browser) that use them. Unlike " -#~ "regular cookies, session cookies are never stored on your hard drive or " -#~ "other storage medium.

          \n" -#~ "NOTE: Checking this option along with the previous one will " -#~ "override your default as well as site specific cookie policies. However, " -#~ "doing so also increases your privacy since all cookies will be removed " -#~ "when the current session ends.

          \n" -#~ "
          " -#~ msgstr "" -#~ "\n" -#~ "

          Tratează toate cookie-urile ca și cookie-uri de sesiune. Acestea sunt " -#~ "mici fragmente de informație care sunt stocate temporar în memoria " -#~ "calculatorului dumneavoastră până în momentul în care închideți toate " -#~ "aplicațiile care le folosesc (de exemplu navigatorul de web). Spre " -#~ "deosebire de cookie-urile obișnuite, cookie-urile de sesiune nu sunt " -#~ "salvate niciodată pe hard disk-ul dumneavoastră sau pe un alt dispozitiv " -#~ "de stocare.

          \n" -#~ "Observație: Dacă selectați această opțiune și pe cea precedentă, " -#~ "atunci veți suprascrie politica implicită de cookie-uri, precum și pe " -#~ "cele specifice unui anumit sait. Totuși, acest lucru crește gradul de " -#~ "intimitate deoarece toate cookie-urile vor fi șterse când se încheie " -#~ "sesiunea curentă.

          \n" -#~ "
          " - -#~ msgid "Treat &all cookies as session cookies" -#~ msgstr "Tratează &toate cookie-urile ca fiind cookie-uri de sesiune" - -#~ msgid "" -#~ "Enter the port number of the HTTP proxy server. Default is 8080. Another " -#~ "common value is 3128." -#~ msgstr "" -#~ "Introduceți numărul portului pentru serverul proxy HTTP. Implicit este " -#~ "8080. Altă valoare comună este 3128." - -#~ msgid "" -#~ "Enter the port number of the FTP proxy server. Default 8080. Another " -#~ "common value is 3128." -#~ msgstr "" -#~ "Introduceți numărul portului pentru serverul proxy FTP. Implicit este " -#~ "8080. Altă valoare comună este 3128." - -#~ msgctxt "@title:window" -#~ msgid "Variable Proxy Configuration" -#~ msgstr "Configurare variabilă proxy" - -#~ msgid "You must specify at least one valid proxy environment variable." -#~ msgstr "" -#~ "Trebuie să specificați cel puțin o variabilă de mediu validă pentru proxy." - -#~ msgid "" -#~ "Make sure you entered the actual environment variable name rather " -#~ "than its value. For example, if the environment variable is
          HTTP_PROXY=http://localhost:3128
          you need to enter " -#~ "HTTP_PROXY here instead of the actual value http://localhost:3128." -#~ "
          " -#~ msgstr "" -#~ "Asigurați-vă că nu ați introdus valoarea variabilei de mediu în loc " -#~ "de numele ei. De exemplu, dacă variabila de mediu este
          HTTP_PROXY=http://localhost:3128
          , atunci trebuie să scrieți " -#~ "HTTP_PROXY în loc de valoarea reală http://localhost:3128.
          " - -#~ msgctxt "@title:window" -#~ msgid "Invalid Proxy Setup" -#~ msgstr "Configurare proxy eronată" - -#~ msgid "Successfully verified." -#~ msgstr "Verificat cu succes." - -#~ msgctxt "@title:window" -#~ msgid "Proxy Setup" -#~ msgstr "Configurare proxy" - -#~ msgid "" -#~ "Did not detect any environment variables commonly used to set system wide " -#~ "proxy information." -#~ msgstr "" -#~ "Nu am găsit nici o variabilă de mediu uzuală folosită la setarea " -#~ "informațiilor de proxy pentru întreg sistemul." - -#~ msgid "" -#~ "To learn about the variable names the automatic detection process " -#~ "searches for, press OK, click on the quick help button on the window " -#~ "title bar of the previous dialog and then click on the \"Auto Detect\" button." -#~ msgstr "" -#~ "Pentru a vedea numele variabilelor căutate în procesul de detecție " -#~ "automată, apăsați \"OK\", dați clic pe butonul de ajutor rapid al " -#~ "dialogului \"Configurarea variabilelor proxy\" și apoi dați clic pe " -#~ "butonul \"Detectează automat\". " - -#~ msgctxt "@title:window" -#~ msgid "Automatic Proxy Variable Detection" -#~ msgstr "Detectare automată de variabile proxy" - -#~ msgctxt "@title:window" -#~ msgid "Manual Proxy Configuration" -#~ msgstr "Configurare manuală proxy" - -#~ msgctxt "@title:window" -#~ msgid "Invalid Proxy Setting" -#~ msgstr "Configurare proxy eronată" - -#~ msgid "" -#~ "One or more of the specified proxy settings are invalid. The incorrect " -#~ "entries are highlighted." -#~ msgstr "" -#~ "Una sau mai multe setări de proxy specificate sunt eronate. Câmpurile " -#~ "incorecte au fost evidențiate." - -#~ msgid "You entered a duplicate address. Please try again." -#~ msgstr "Ați introdus o adresă duplicată. Încercați din nou." - -#~ msgid "
          %1
          is already in the list.
          " -#~ msgstr "
          %1
          există deja în listă.
          " - -#~ msgctxt "@title:window" -#~ msgid "Duplicate Entry" -#~ msgstr "Înregistrare duplicată" - -#~ msgctxt "@title:window" -#~ msgid "New Exception" -#~ msgstr "Excepție nouă" - -#~ msgctxt "@title:window" -#~ msgid "Change Exception" -#~ msgstr "Modificare excepție" - -#~ msgid "The address you have entered is not valid." -#~ msgstr "Adresa pe care ați introdus-o nu este corectă." - -#~ msgid "" -#~ "Make sure none of the addresses or URLs you specified contain invalid " -#~ "or wildcard characters such as spaces, asterisks (*), or question " -#~ "marks(?).

          Examples of VALID entries:
          http://" -#~ "mycompany.com, 192.168.10.1, mycompany.com, localhost, http://localhost

          Examples of INVALID entries:
          http://my " -#~ "company.com, http:/mycompany,com file:/localhost
          " -#~ msgstr "" -#~ "Asigurați-vă că nici una dintre adresele sau URL-urile specificate nu " -#~ "conțin caractere eronate sau de globalizare precum spații, asterisc (*) " -#~ "sau semnul întrebării (?).

          Exemple de valori CORECTE:
          http://firmamea.com, 192.168.10.1, firmamea.com, localhost, " -#~ "http://localhost

          Exemple de valori GREȘITE:
          http://firma mea.com, http:/firmamea,com file:/localhost" - -#~ msgid "Enter the URL or address that should use the above proxy settings:" -#~ msgstr "" -#~ "Introduceți adresa sau URL-ul care trebuie să utilizeze configurările " -#~ "proxy de mai sus:" - -#~ msgid "" -#~ "Enter the address or URL that should be excluded from using the above " -#~ "proxy settings:" -#~ msgstr "" -#~ "Introduceți adresa sau URL-ul care trebuie exclus de la utilizare cu " -#~ "configurările proxy de mai sus:" - -#~ msgid "" -#~ "Enter a valid address or URL.

          NOTE: Wildcard " -#~ "matching such as *.kde.org is not supported. If you want to " -#~ "match any host in the .kde.org domain, e.g. printing." -#~ "kde.org, then simply enter .kde.org.
          " -#~ msgstr "" -#~ "Introduceți o adresă validă sau un URL.

          Observație: Nu sunt suportate caractere de globalizare precum *.kde.org. Dacă doriți să faceți potrivire pentru orice nume din domeniul " -#~ ".kde.org, de exemplu printing.kde.org, pur și " -#~ "simplu introduceți .kde.org.
          " - -#~ msgid "" -#~ "The address of the automatic proxy configuration script is invalid. " -#~ "Please correct this problem before proceeding. Otherwise, your changes " -#~ "will be ignored." -#~ msgstr "" -#~ "Adresa către scriptul de configurare automată proxy este eronată. " -#~ "Corectați această problemă înainte de a continua, altfel modificările pe " -#~ "care le-ați făcut vor fi ignorate." - -#~ msgid "" -#~ "The proxy settings you specified are invalid.

          Please click " -#~ "on the Setup... button and correct the problem before proceeding; " -#~ "otherwise your changes will be ignored.
          " -#~ msgstr "" -#~ "Informațiile de proxy nu au fost setate corespunzător.

          " -#~ "Faceți clic pe butonul Configurează... pentru a corecta această " -#~ "problemă înainte de a continua, altfel modificările pe care le-ați făcut " -#~ "vor fi ignorate.
          " - -#~ msgid "H&TTP:" -#~ msgstr "&HTTP:" - -#~ msgid "HTTP&S:" -#~ msgstr "HTTP&S:" - -#~ msgid "&FTP:" -#~ msgstr "&FTP:" - -#~ msgid "NO &PROXY:" -#~ msgstr "NO &PROXY:" - -#~ msgid "" -#~ "Verify whether or not the environment variable names you supplied are " -#~ "valid. If an environment variable is not found, the associated labels " -#~ "will be highlighted to indicate that they are invalid." -#~ msgstr "" -#~ "Verifică dacă variabilele de mediu pe care le-ați dat sunt valide sau " -#~ "nu. Dacă o variabilă nu este găsită, atunci eticheta asociată va fi " -#~ "evidențiată pentru a indica faptul că este o setare eronată." - -#~ msgid "&Verify" -#~ msgstr "&Verifică" - -#~ msgid "Connect to the &Internet directly" -#~ msgstr "Conectează &direct la Internet" - -#~ msgid "" -#~ "\n" -#~ "Use environment variables to configure the proxy settings.

          \n" -#~ "Environment variables such as HTTP_PROXY and NO_PROXY are " -#~ "usually used in multi-user UNIX installations, where both graphical and " -#~ "non-graphical applications need to share the same proxy configuration " -#~ "information.\n" -#~ "" -#~ msgstr "" -#~ "\n" -#~ "

          Utilizează variabile de mediu pentru a configura configurările de " -#~ "proxy.

          \n" -#~ "Configurările bazate pe variabile de mediu precum HTTP_PROXY și " -#~ "NO_PROXY sunt în mod uzual folosite în instalările de UNIX multi-" -#~ "utilizator, unde aplicațiile grafice și non-grafice partajează partajează " -#~ "aceleași informații de configurare de proxy.\n" -#~ "

          " - -#~ msgid "Show the proxy environment variable configuration dialog." -#~ msgstr "Afișează dialogul de configurare al variabilelor de mediu proxy." - -#~ msgid "Setup..." -#~ msgstr "Setează..." - -#~ msgid "&Manually specify the proxy settings" -#~ msgstr "Specifică &manual configurările proxy" - -#~ msgid "Show the manual proxy configuration dialog." -#~ msgstr "Afișează dialogul de configurare manuală a serverului proxy." - -#~ msgid "Authori&zation" -#~ msgstr "&Autorizare" - -#~ msgid "Prompt for login information whenever it is required." -#~ msgstr "Afișează dialogul de autentificare oricând este necesar." - -#~ msgid "Prompt as &needed" -#~ msgstr "Întreabă când este &nevoie" - -#~ msgid "Use this login information." -#~ msgstr "Utilizează informațiile de autentificare următoare." - -#~ msgid "" -#~ "Use information specified here to login into proxy servers as needed." -#~ msgstr "" -#~ "Utilizează informațiile de mai jos după nevoie pentru autentificare la " -#~ "serverele proxy." - -#~ msgid "Login name." -#~ msgstr "Numele de utilizator." - -#~ msgid "Login password." -#~ msgstr "Parola pentru autentificare." - -#~ msgid "Password:" -#~ msgstr "Parola:" - -#~ msgid "O&ptions" -#~ msgstr "&Opțiuni" - -#~ msgid "" -#~ "\n" -#~ "Use persistent proxy connection.

          \n" -#~ "Although a persistent proxy connection is faster, note that it only works " -#~ "correctly with proxies that are fully HTTP 1.1 compliant. Do not " -#~ "use this option in combination with non-HTTP 1.1 compliant proxy servers " -#~ "such as JunkBuster and WWWOfle.\n" -#~ "" +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" #~ msgstr "" -#~ "\n" -#~ "Utilizează conexiuni persistente de proxy.

          \n" -#~ "Cu toate că o conexiune persistentă este rapidă, trebuie să rețineți că " -#~ "funcționează corect numai cu proxy-uri care respectă protocolul HTTP 1.1. " -#~ "Nu utilizați această opțiune în combinație cu servere proxy non-" -#~ "HTTP 1.1 precum JunkBuster și WWWOfle.\n" -#~ "

          " +#~ "Deschide fișierele executabile în aplicația implicită fără a mai întreba" -#~ msgid "Use persistent connections to proxy" -#~ msgstr "Utilizează conexiuni persistente de proxy" - -#~ msgid "Ser&vers" -#~ msgstr "Ser&vere" - -#~ msgid "" -#~ "\n" -#~ "Reverse the use of the exception list. Checking this box will result in " -#~ "the proxy servers being used only when the requested URL matches one of " -#~ "the addresses listed here.

          This feature is useful if all you want or " -#~ "need is to use a proxy server for a few specific sites.

          If you have " -#~ "more complex requirements you might want to use a configuration script.\n" -#~ "" -#~ msgstr "" -#~ "

          Selectați această opțiune pentru a inversa sensul listei de " -#~ "excepții. Aceasta înseamnă că dacă selectați opțiunea, serverele proxy " -#~ "vor fi utilizate numai pentru cereri de URL-uri care se potrivesc cu cele " -#~ "listate aici.

          Această caracteristică este utilă când tot ceea ce " -#~ "doriți este să utilizați proxy numai pentru anumite saituri.

          Dacă " -#~ "aveți nevoie de configurații mai complexe ar fi mai bine să utilizați un " -#~ "script de configurare.

          " - -#~ msgid "Remove all proxy exception addresses from the list." -#~ msgstr "Șterge din listă toate adresele exceptate de la proxy." - -#~ msgid "D&elete All" -#~ msgstr "Șterge t&ot" - -#~ msgid "Remove the selected proxy exception address from the list." -#~ msgstr "Șterge din listă adresa exceptată de la utilizarea cu proxy." - -#~ msgid "Add new proxy exception address to the list." -#~ msgstr "Adaugă în listă o nouă adresă exceptată de la utilizarea cu proxy." - -#~ msgid "Change the selected proxy exception address." -#~ msgstr "Modifică adresa exceptată selectată." - -#~ msgid "&Domain name:" -#~ msgstr "Nume &domeniu:" - -#~ msgid "Includes your platform type in the browser identification text" -#~ msgstr "" -#~ "Include tipul platformei la textul de identificare a navigatorului web." - -#~ msgid "Add &platform name" -#~ msgstr "Adaugă numele &platformei" - -#~ msgid "Domain [Group]" -#~ msgstr "Domeniu [grup]" - -#~ msgid "Host [Set By]" -#~ msgstr "Gazda [setat de]" - -#~ msgid "" -#~ "

          Local Network Browsing

          Here you setup your \"Network " -#~ "Neighborhood\". You can use either the LISa daemon and the lan:/ " -#~ "ioslave, or the ResLISa daemon and the rlan:/ ioslave.

          About " -#~ "the LAN ioslave configuration:
          If you select it, the " -#~ "ioslave, if available, will check whether the host supports this " -#~ "service when you open this host. Please note that paranoid people might " -#~ "consider even this to be an attack.
          Always means that you " -#~ "will always see the links for the services, regardless of whether they " -#~ "are actually offered by the host. Never means that you will never " -#~ "have the links to the services. In both cases you will not contact the " -#~ "host, so nobody will ever regard you as an attacker.

          More " -#~ "information about LISa can be found at the LISa Homepage or contact Alexander Neundorf <" -#~ "neundorf@kde.org>." -#~ msgstr "" -#~ "

          Răsfoire rețea locală

          Aici puteți configura \"Vecinătățile de " -#~ "rețea\". Aveți la dispoziție demonul LISa cu protocolul lan:/ sau " -#~ "demonul ResLISa cu protocolul rlan:/.

          Configurarea " -#~ "dispozitivului I/O LAN:
          Dacă este disponibil și " -#~ "selectați să fie utilizat, atunci va verifica dacă sistemul suportă acest " -#~ "serviciu atunci când este pornit. Trebuie să rețineți că unele persoane " -#~ "foarte circumspecte ar putea considera utilizarea lui ca pe un atac.
          Întotdeauna înseamnă că veți vedea permanent legături pentru " -#~ "servicii, indiferent dacă acestea sunt sau nu oferite de mașina la care " -#~ "vă conectați. Niciodată înseamnă că nu veți vedea niciodată " -#~ "legături către servicii. În ambele cazuri gazda distantă nu va fi " -#~ "contactată astfel încât nu puteți fi tratat ca un atacator.

          Mai multe informații despre LISa puteți găsi în pagina de web LISa sau contactându-l pe " -#~ "Alexander Neundorf <neundorf@kde." -#~ "org>." - -#~ msgid "&Windows Shares" -#~ msgstr "Partajări &Windows" - -#~ msgid "&LISa Daemon" -#~ msgstr "Demon &LISa" - -#~ msgid "lan:/ Iosla&ve" -#~ msgstr "Dispo&zitiv I/E lan:/" - -#~ msgid "&Search:" -#~ msgstr "C&aută:" - -#~ msgid "&SOCKS" -#~ msgstr "&SOCKS" - -#~ msgid "SOCKS" -#~ msgstr "SOCKS" - -#~ msgid "" -#~ "Check this to enable SOCKS4 and SOCKS5 support in KDE applications and I/" -#~ "O subsystems." -#~ msgstr "" -#~ "Selectați această opțiune pentru a activa suportul SOCKS4 și SOCKS5 în " -#~ "aplicațiile KDE și subsistemele I/O." - -#~ msgid "&Enable SOCKS support" -#~ msgstr "&Activează suportul SOCKS" - -#~ msgid "Click here to test SOCKS support." -#~ msgstr "Dați clic aici pentru a testa suportul SOCKS." - -#~ msgid "&Test" -#~ msgstr "&Testează" - -#~ msgid "SOCKS Implementation" -#~ msgstr "Implementare SOCKS " - -#~ msgid "" -#~ "Select custom if you wish to use an unlisted SOCKS library. Please note " -#~ "that this may not always work as it depends on the API of the library " -#~ "which you specify (below)." -#~ msgstr "" -#~ "Selectați personalizat dacă doriți să utilizați o librărie SOCKS " -#~ "particulară. Trebuie să rețineți că nu este garantat că va și funcționa " -#~ "deoarece depinde de API-ul librăriei pe care o specificați mai jos." - -#~ msgid "Use &custom library" -#~ msgstr "Utilizează o &librărie personalizată" - -#~ msgid "Enter the path to an unsupported SOCKS library." -#~ msgstr "Introduceți calea către o librărie SOCKS nesuportată." - -#~ msgid "" -#~ "If you select Autodetect, then KDE will automatically search for an " -#~ "implementation of SOCKS on your computer." -#~ msgstr "" -#~ "Dacă selectați \"Detectează automat\", atunci KDE va căuta automat dacă " -#~ "aveți instalat SOCKS pe calculatorul dumneavoastră." - -#~ msgid "A&uto detect" -#~ msgstr "&Detectează automat" - -#~ msgid "This will force KDE to use NEC SOCKS if it can be found." -#~ msgstr "" -#~ "Această opțiune va forța KDE să utilizeze SOCKS NEC dacă este găsit." - -#~ msgid "&NEC SOCKS" -#~ msgstr "SOCKS &NEC" - -#~ msgid "This will force KDE to use Dante if it can be found." -#~ msgstr "Această opțiune va forța KDE să utilizeze Dante dacă este instalat." - -#~ msgid "&Dante" -#~ msgstr "&Dante" - -#~ msgid "" -#~ "Here you can specify additional directories to search for the SOCKS " -#~ "libraries. /usr/lib, /usr/local/lib, /usr/local/socks5/lib and /opt/" -#~ "socks5/lib are already searched by default." -#~ msgstr "" -#~ "Aici puteți specifica directoare adiționale în care să fie căutate " -#~ "librării SOCKS. Directoarele /usr/lib, /usr/local/lib, /usr/local/socks5/" -#~ "lib și /opt/socks5/lib sunt căutate în mod implicit." - -#~ msgid "Additional Library Search Paths" -#~ msgstr "Căi de căutare adiționale pentru librării" - -#~ msgid "kcmsocks" -#~ msgstr "kcmsocks" - -#~ msgid "KDE SOCKS Control Module" -#~ msgstr "Modul KDE de control SOCKS" - -#~ msgid "(c) 2001 George Staikos" -#~ msgstr "(c) 2001 George Staikos" - -#~ msgid "George Staikos" -#~ msgstr "George Staikos" - -#~ msgid "These changes will only apply to newly started applications." -#~ msgstr "" -#~ "Aceste modificări vor fi aplicate numai aplicațiilor pornite din acest " -#~ "moment." - -#~ msgid "SOCKS Support" -#~ msgstr "Suport SOCKS" - -#~ msgid "Success: SOCKS was found and initialized." -#~ msgstr "Succes: Am găsit SOCKS și l-am ințializat." - -#~ msgid "SOCKS could not be loaded." -#~ msgstr "Nu am putut încărca SOCKS." +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Ține minte pentru toate fișierele executabile" +#~ msgctxt "@info:tooltip How to undo do not ask again" #~ msgid "" -#~ "

          SOCKS

          This module allows you to configure KDE support for a " -#~ "SOCKS server or proxy.

          SOCKS is a protocol to traverse firewalls as " -#~ "described in RFC 1928.

          " -#~ "

          If you have no idea what this is and if your system administrator does " -#~ "not tell you to use it, leave it disabled.

          " +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." #~ msgstr "" -#~ "

          SOCKS

          Acest modul vă permite să configurați suportul KDE " -#~ "pentru server SOCKS sau proxy.

          SOCKS este un protocol pentru " -#~ "traversarea zidurilor de foc (\"firewall\") așa cum este descris în RFC 1928.

          Dacă nu știți " -#~ "despre ce este vorba și dacă administratorul dumneavoastră de sistem nu " -#~ "vă spune să-l utilizați, atunci nu-l activați.

          " - -#~ msgid "&Path:" -#~ msgstr "&Cale:" - -#~ msgid "This is the list of additional paths that will be searched." -#~ msgstr "Aceasta este lista de căi adiționale ce vor fi căutate." - -#~ msgid "Path" -#~ msgstr "Cale" - -#~ msgid "&Add" -#~ msgstr "&Adaugă" - -#~ msgid "&Remove" -#~ msgstr "&Eliminare" - -#~ msgid "This is the configuration for the samba client only, not the server." -#~ msgstr "Acest modul configurează numai clientul SAMBA, nu și serverul." +#~ "Puteți desface aceasta în secțiunea „Confirmări” din configurările " +#~ "gestionarului de fișiere Dolphin." diff --git a/local/recipes/kde/kf6-kio/source/po/ru/kio6.po b/local/recipes/kde/kf6-kio/source/po/ru/kio6.po index 3b93e6feca..667a76fbd1 100644 --- a/local/recipes/kde/kf6-kio/source/po/ru/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ru/kio6.po @@ -5,8 +5,8 @@ # KDE2 - kcmkio.pot Russian translation. # Copyright (C) 2000, KDE Team. # Leon Kanter -# SPDX-FileCopyrightText: 2018, 2019, 2020, 2021, 2022, 2023, 2024 Alexander Yavorsky -# SPDX-FileCopyrightText: 2024 Olesya Gerasimenko +# SPDX-FileCopyrightText: 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Alexander Yavorsky +# SPDX-FileCopyrightText: 2024, 2025, 2026 Olesya Gerasimenko # Mihail Kozlov , 2000. # Gregory Mokhin , 2000. # Leonid Kanter , 2004, 2005. @@ -23,15 +23,15 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-17 17:12+0300\n" -"Last-Translator: Alexander Yavorsky \n" -"Language-Team: Russian \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-22 12:38+0300\n" +"Last-Translator: Olesya Gerasimenko \n" +"Language-Team: Basealt Translation Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.08.3\n" +"X-Generator: Lokalize 23.08.5\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" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" @@ -53,12 +53,12 @@ msgstr "" "mok@kde.ru,leon@asplinux.ru,shafff@ukr.net,overmind88@gmail.com,skull@kde.ru," "kekcuha@gmail.com,translation-team@basealt.ru" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Не удалось сменить владельца файла %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -67,12 +67,12 @@ msgstr "" "Не удалось сменить владельца файла %1. У вас " "недостаточно прав для осуществления этих изменений." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ошибка создания вспомогательного процесса ввода/вывода: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -84,7 +84,7 @@ msgstr "" "Ошибка создания символической ссылки %1.\n" "Целевая файловая система (%2) не поддерживает символические ссылки." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -99,7 +99,7 @@ msgstr "" "При выборе «Заменить» все неподдерживаемые символы в имени целевой папки " "будут замены на символ подчёркивания (_)." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -114,23 +114,23 @@ msgstr "" "При выборе «Заменить» все неподдерживаемые символы в имени целевого файла " "будут замены на символ подчёркивания (_)." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Папка уже существует" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Файл уже существует" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Уже существует как папка" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Корзина" @@ -233,205 +233,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Перемещение" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Источник" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Назначение" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Переименование" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копирование" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Создание папки" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Папка" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Удаление" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Подготовка" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Передача" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Подключение файловой системы" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Устройство" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Точка подключения" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Отключение" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Изменение атрибутов" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Для изменения атрибутов файлов требуются права администратора (root). " -"Продолжить?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Копирование файлов" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Для завершения копирования требуются права администратора (root). Продолжить?" - -# BUGME: please split @title:window and action --aspotashev -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Удалить файлы" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Для завершения операции удаления требуются права администратора (root). При " -"неосторожном использовании это действие может навредить системе. Продолжить?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Создание папки" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Для создания этой папки требуются права администратора (root). Продолжить?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Перемещение объектов" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Для завершения перемещения требуются права администратора (root). Продолжить?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Переименование" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Для завершения переименования требуются права администратора (root). " -"Продолжить?" - -# BUGME: please split @title:window and action --aspotashev -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Создать ссылку" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Для создания символической ссылки требуются права администратора (root). " -"Продолжить?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Передача данных" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Для завершения передачи данных требуются права администратора (root). " -"Продолжить?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -860,6 +751,12 @@ msgstr "Файл слишком велик для перемещения в ко #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Папка корзины не может находиться или быть создана в этом расположении." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -869,65 +766,65 @@ msgstr "" "%2\n" "Отправьте сообщение об ошибке на https://bugs.kde.org" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(нет данных)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

          %1

          %2

          " msgstr "

          %1

          %2

          " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Техническая причина: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Сведения о запросе:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
        • URL: %1
        • " msgstr "
        • URL: %1
        • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        • Protocol: %1
        • " msgstr "
        • Протокол: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Date and time: %1
        • " msgstr "
        • Дата и время: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Additional information: %1
        • " msgstr "
        • Дополнительные сведения: %1
        • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Возможные причины:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Возможные решения:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(не известен)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -936,17 +833,17 @@ msgstr "" "Свяжитесь с системным администратором или службой поддержки пользователей " "для получения дальнейшей помощи." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Обратитесь к администратору сервера." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Проверьте права доступа к этому ресурсу." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -955,7 +852,7 @@ msgstr "" "Ваших прав доступа может быть недостаточно для выполнения требуемой операции " "над этим источником." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -963,24 +860,24 @@ msgstr "" "Возможно, файл используется (и заблокирован) другим пользователем или " "приложением." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "Убедитесь, что другое приложение или пользователь не использует файл." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Также, возможно, могла произойти ошибка оборудования." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Возможно, вы обнаружили ошибку в программе." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -989,7 +886,7 @@ msgstr "" "Вероятнее всего, это было вызвано ошибкой в программе. Заполните, " "пожалуйста, полный отчёт об ошибке, как описано ниже." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -998,7 +895,7 @@ msgstr "" "Обновите ваше программное обеспечение до последней версии. Ваш дистрибутив " "должен предоставлять средства для обновления ПО." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1017,12 +914,12 @@ msgstr "" "Затем, принимая во внимание все описанные выше детали, заполните отчёт об " "ошибке, указав все детали, которые могут помочь разработчикам." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Возможно, имела место проблема с сетевым соединением." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1031,7 +928,7 @@ msgstr "" "Возможно, имела место проблема с настройкой сети. Если у вас последнее время " "не было проблем с доступом к Интернету — это маловероятно." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1040,42 +937,42 @@ msgstr "" "Возможно, имела место проблема в некоторой точке сети на пути между сервером " "и этим компьютером." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Попробуйте ещё раз сейчас или позже." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Возможно, проявилась ошибка или несовместимость протокола." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Убедитесь, что ресурс существует, и попробуйте ещё раз." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Возможно, указанный ресурс не существует." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Проверьте, указали ли вы правильный адрес, и попробуйте ещё раз." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Проверьте состояние сетевого соединения." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Невозможно открыть ресурс для чтения" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 не может " "быть получено, поскольку доступ для чтения отсутствует." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Возможно, у вас нет прав для чтения файла или открытия папки." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Невозможно открыть ресурс для записи" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1103,17 +1000,17 @@ msgstr "" "Это означает что файл %1 не может быть записан как " "требуется, потому что не может быть получен доступ с правами записи." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Не удалось запустить процесс, необходимый для протокола %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Невозможно запустить процесс" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, не может быть найдена или запущена. Обычно это " "происходит по техническим причинам." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1136,12 +1033,12 @@ msgstr "" "привести к несовместимости программы с текущей версией и помешать её " "выполнению." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Внутренняя ошибка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, сообщила о внутренней ошибке." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Неправильно сформированный URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Протокол %1 не поддерживается" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1183,12 +1080,12 @@ msgstr "" "Протокол %1 не поддерживается программами KDE, " "установленными на этом компьютере." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Запрошенный протокол не поддерживается." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1197,7 +1094,7 @@ msgstr "" "Версии протокола %1, поддерживаемые сервером и этим компьютером, могут быть " "несовместимы." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1208,17 +1105,17 @@ msgstr "" "протокол. Адрес для поиска: https://store." "kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL не указывает на ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Протокол является фильтром" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator (URL) не указывает на соответствующий ресурс." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1239,12 +1136,12 @@ msgstr "" "протокол подходит в данной ситуации, однако сама ситуация не требует этого. " "Это редкое событие, которое скорее всего вызвано ошибкой в программе." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Действие %1 не поддерживается" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1253,7 +1150,7 @@ msgstr "" "Требуемое действие не поддерживается программой KDE, которая реализует " "протокол %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1264,17 +1161,17 @@ msgstr "" "должны дать вам больше информации, чем та, которую можно почерпнуть из " "архитектуры ввода/вывода KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Попробуйте получить тот же результат другим способом." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Ожидался файл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1283,17 +1180,17 @@ msgstr "" "В качестве результата запроса ожидался файл, но была обнаружена папка " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Вероятно, на сервере произошла ошибка." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Ожидалась папка" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1302,39 +1199,39 @@ msgstr "" "В качестве результата запроса ожидалась папка, но был обнаружен файл " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файл или папка не существует" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Файл или папка %1 не существует." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Невозможно создать файл, так как файл с таким именем уже существует." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Переместите текущий файл и попробуйте ещё раз." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Удалите текущий файл и попробуйте ещё раз." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Выберите другое имя для нового файла" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1343,27 +1240,27 @@ msgstr "" "Требуемая папка не может быть создана, так как папка с таким именем уже " "существует." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Уберите текущую папку и попробуйте ещё раз." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Удалите текущую папку и попробуйте ещё раз." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Выберите другое имя для этой папки." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Неизвестный узел" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1372,37 +1269,37 @@ msgstr "" "Ошибка «неизвестный узел» показывает, что сервер с указанным именем, " "%1, не может быть найден в Интернете." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Введённое вами имя, %1, не существует: возможно, оно неправильно написано." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Доступ запрещён" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Доступ к указанному ресурсу запрещён, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Возможно, вы предоставили недостаточно информации для подтверждения " "подлинности." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Доступ к указанному ресурсу не предусмотрен настройками вашей учётной записи." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1411,24 +1308,24 @@ msgstr "" "Убедитесь, что данные для подтверждения подлинности указаны правильные, и " "повторите запрос." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Доступ для записи запрещён" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Это означает, что запись в файл %1 запрещена." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Невозможно войти в папку" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1436,17 +1333,17 @@ msgid "" msgstr "" "Это означает, что запрос на открытие папки %1 был отвергнут." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Список файлов в папке недоступен" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протокол %1 не предоставляет файловую систему" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1457,12 +1354,12 @@ msgstr "" "папки, и программа KDE, поддерживающая этот протокол, не смогла получить " "список файлов." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Обнаружена циклическая ссылка" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1475,7 +1372,7 @@ msgstr "" "которой образовалась бесконечная петля — то есть файл оказался ссылкой на " "самого себя." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1484,27 +1381,27 @@ msgstr "" "Удалите одну часть петли, чтобы устранить причину бесконечной петли, и " "попробуйте ещё раз." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Запрос отменен пользователем" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Запрос не был завершён, потому что он был прерван." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Повторите запрос" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "В процессе копирования обнаружена циклическая ссылка" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1517,17 +1414,17 @@ msgstr "" "(или серия ссылок), в результате которой образовалась бесконечная петля — то " "есть файл оказался ссылкой на самого себя." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ошибка создания сетевого соединения" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ошибка создания сокета" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1536,8 +1433,8 @@ msgstr "" "Это техническая ошибка, в результате которой требуемое устройство или " "сетевое соединение (сокет) не могло быть создано." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1546,12 +1443,12 @@ msgstr "" "Подключение к сети может быть настроено неверно, или сетевой интерфейс не " "активирован." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Соединение отвергнуто сервером" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1559,14 +1456,14 @@ msgid "" msgstr "" "Сервер %1 отклонил попытку соединения с этим компьютером." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "Сервер, подключённый к Интернет, не настроен для обработки запросов." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1575,7 +1472,7 @@ msgstr "" "Возможно, запрошенный сервис (%1) не выполняется на сервере, подключённом в " "настоящее время к Интернету." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1585,12 +1482,12 @@ msgstr "" "Брандмауэр (межсетевой экран, ограничивающий запросы в Internet), который " "защищает вашу сеть либо сеть сервера, возможно препятствует этому запросу." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Соединение с сервером было неожиданно закрыто" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1599,7 +1496,7 @@ msgstr "" "Соединение с %1 было установлено, но оно было неожиданно " "закрыто." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1608,17 +1505,17 @@ msgstr "" "Могла произойти ошибка протокола, которая привела к закрытию соединения " "сервером." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Неверный ресурс URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протокол %1 не является фильтром" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (универсальный указатель ресурса, URL), не содержит сведений о " "механизме доступа к ресурсу, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1641,17 +1538,17 @@ msgstr "" "протокол подходит в данной ситуации, однако сама ситуация не требует этого. " "Это редкое событие, которое скорее всего вызвано ошибкой в программе." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Невозможно подготовить устройство к подключению" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ошибка подключения устройства" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1659,7 +1556,7 @@ msgid "" msgstr "" "Запрашиваемое устройство не готово к подключению. Ошибка: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1567,7 @@ msgstr "" "может отсутствовать диск (то есть компакт-диск с данными в приводе CD), или " "же периферийное или портативное устройство может быть некорректно подключено." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1680,7 +1577,7 @@ msgstr "" "Нет прав на подключение устройства. В системах UNIX для этой операции часто " "необходимы права администратора." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1690,24 +1587,24 @@ msgstr "" "а портативные устройства должны быть подсоединены и включены. После этого " "попробуйте ещё раз." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Невозможно подготовить устройство к отключению" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Невозможно отключить устройство" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "Устройство не готово к отключению. Ошибка: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1719,7 +1616,7 @@ msgstr "" "или просмотр папки на этом устройстве, могут привести к тому, что устройство " "остаётся занятым." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1729,19 +1626,19 @@ msgstr "" "Нет прав на отключение устройства. В системах UNIX для отключения часто " "необходимы права администратора." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Убедитесь в отсутствии приложений, занимающих устройство, и попробуйте ещё " "раз." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ошибка чтения из источника" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1750,17 +1647,17 @@ msgstr "" "Это означает что хотя ресурс %1 удалось открыть, при чтении " "его содержимого произошла ошибка." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Возможно, у вас нет прав для чтения из этого ресурса." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Невозможно записать в ресурс" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1769,22 +1666,22 @@ msgstr "" "Это означает, что ресурс %1 был открыт, но в процессе " "записи в него произошла ошибка." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Возможно, у вас нет прав для записи в ресурс." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Сокет не может прослушивать соединения" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ошибка присвоения сокету имени" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1794,17 +1691,17 @@ msgstr "" "Это техническая ошибка, в результате которой сетевое соединение (сокет) не " "может быть установлено для прослушивания входящих сетевых соединений." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ошибка прослушивания соединений на сокете" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Сокет не может принимать сетевые соединения" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1813,33 +1710,33 @@ msgstr "" "Это техническая ошибка — сбой при попытке принять входящее сетевое " "соединение." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Возможно, у вас нет прав для принятия соединения." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Невозможно войти на %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Попытка входа для выполнения запрошенной операции была неудачной." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Невозможно определить состояние ресурса" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ошибка проверки состояния источника" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1848,69 +1745,69 @@ msgstr "" "Попытка получить информацию о состоянии ресурса %1, такую " "как имя ресурса, тип, размер и т.д., была неудачной." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Возможно, указанный ресурс недоступен или не существует." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ошибка прерывания листинга" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: должно быть описание" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ошибка создания папки" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Попытка создания требуемой папки не удалась." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "Возможно, адрес, по которому должна был быть создана папка, не существует." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Невозможно удалить папку" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Сбой попытки удаления указанной папки, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Возможно, указанная папка не существует." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Возможно, указанная папка не пуста." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Убедитесь, что папка существует и пуста, и попробуйте ещё раз." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Невозможно возобновить загрузку файла" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1919,32 +1816,32 @@ msgstr "" "В запросе было указано, что передача файла %1 должна быть " "продолжена с определённого места. Это не было возможно." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Протокол или сервер не поддерживают возобновление загрузки." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Повторите запрос без попытки возобновить загрузку." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ошибка переименования источника" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Сбой попытки переименования ресурса %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ошибка изменения прав доступа источника" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ошибка изменения владельца ресурса" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Невозможно изменить владельца ресурса %1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ошибка удаления источника" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Сбой попытки удаления указанного ресурса %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Неожиданное завершение программы" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, была неожиданно прервана." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Недостаточно памяти" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, не может получить достаточно памяти для продолжения." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Неизвестный прокси-сервер" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2060,17 +1957,17 @@ msgstr "" "kde.org/, чтобы проинформировать команду KDE о не поддерживаемом методе " "аутентификации." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Запрос прерван" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Внутренняя ошибка сервера" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2079,7 +1976,7 @@ msgstr "" "Программа на сервере, которая предоставляет доступ по протоколу %1, сообщила о внутренней ошибке: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2088,12 +1985,12 @@ msgstr "" "Наиболее вероятная причина — ошибка в программе сервера. Заполните " "пожалуйста отчёт об ошибке, как описано ниже." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Свяжитесь с администраторами сервера, чтобы сообщить им о проблеме." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2102,40 +1999,31 @@ msgstr "" "Если вам известно, кто является авторами установленного на сервере ПО, " "сообщите об ошибке непосредственно им." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Время ожидания истекло" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
          • Timeout for establishing a connection: %1 seconds
          • Timeout " -"for receiving a response: %2 seconds
          • Timeout for accessing proxy " -"servers: %3 seconds
          Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Связь с сервером была установлена, но ответ не был получен в указанное " -"время:
          • Истекло время ожидания соединения: %1 секунд
          • " -"
          • Истекло время ожидания ответа: %2 секунд
          • Истекло время ожидания " -"доступа к прокси-серверу: %3 секунд
          Необходимо отметить, что эти " -"параметры можно настроить в Параметрах системы, в разделе Настройка сети -> " -"Параметры сети." +"Связь с сервером была установлена, но ответ не поступил в течение " +"отведённого на запрос времени." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер был слишком загружен обслуживанием других запросов." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Неизвестная ошибка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, сообщила о прерывании с неизвестным кодом ошибки: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Неизвестное прерывание" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1, сообщила о прерывании с неизвестным кодом ошибки: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ошибка удаления оригинального файла" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2174,12 +2062,12 @@ msgstr "" "в конце операции перемещения файла. Исходный файл %1 не " "может быть удалён." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ошибка удаления временного файла" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2190,12 +2078,12 @@ msgstr "" "записываться загружаемый файл. Временный файл %1 не может " "быть удалён." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ошибка переименования оригинального файла" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2204,12 +2092,12 @@ msgstr "" "Для требуемой операции необходимо переименование исходного файла %1, но он не может быть переименован." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ошибка переименования временного файла" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2218,32 +2106,32 @@ msgstr "" "Для требуемой операции необходимо создание временного файла %1, но он не может быть создан." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ошибка создания ссылки" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ошибка создания символической ссылки" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Требуемая символическая ссылка %1 не может быть создана." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Нет содержимого" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Диск переполнен" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2252,7 +2140,7 @@ msgstr "" "Требуемый файл %1 не может быть записан из-за нехватки " "дискового пространства." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2263,12 +2151,12 @@ msgstr "" "временные файлы; 2) перенесите файлы на сменные носители, такие как диски CD-" "R; или 3) увеличьте ёмкость накопителя." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Источник и приёмник совпадают" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2277,17 +2165,17 @@ msgstr "" "Операция не может быть завершена, потому что источник и приёмник являются " "одним и тем же файлом." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Выберите другое имя для файла назначения." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Попытка перетащить файл или папку саму на себя" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2296,17 +2184,17 @@ msgstr "" "Операция не может быть завершена, потому что источник и приёмник являются " "одним и тем же файлом или папкой." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Перетащите объект на другой файл или в другую папку." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Перемещение папки внутрь её самой" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2315,17 +2203,17 @@ msgstr "" "Операция не может быть выполнена, потому что невозможно переместить папку " "внутрь её самой." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Переместите объект в другую папку." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Не удалось связаться с сервером паролей" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2334,24 +2222,24 @@ msgstr "" "Не удалось завершить операцию из-за ошибки связи с сервером паролей " "(kpasswdserver)." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Попробуйте перезапустить сеанс или проверьте журналы на предмет наличия " "сообщений об ошибках от kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Невозможно инициализировать протокол %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Ошибка создания вспомогательного процесса ввода/вывода" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2361,7 +2249,7 @@ msgstr "" "протоколу %1, не может быть запущена. Обычно это происходит " "по техническим причинам." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2371,13 +2259,13 @@ msgstr "" "предоставляющий поддержку этого протокола. Возможно, установлена устаревшая " "версия подключаемого модуля." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Не удалось передать «%1»" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2388,7 +2276,7 @@ msgstr "" "система, в которую производится передача, не поддерживает файлы такого " "размера" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2397,28 +2285,28 @@ msgstr "" "Выполните форматирование устройства, на которое производится запись, с " "использованием файловой системы, поддерживающей файлы такого размера." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументированная ошибка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(символическая ссылка на %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, ссылка на %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (указывает на %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2427,12 +2315,12 @@ msgstr "" "Недопустимая ссылка\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Не удалось определить тип файла «%1»" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2441,13 +2329,13 @@ msgstr "" "Невозможно извлечь имя исполняемого файла из «%1», укажите правильное имя " "программы." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 не является исполняемой программой." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2457,92 +2345,92 @@ msgstr "" "%1 не найден, укажите верный путь к исполняемой " "программе." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Открытие соединений не поддерживается протоколом %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Закрытие соединений не поддерживается протоколом %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Доступ к файлам не поддерживается протоколом %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Запись в %1 не поддерживается." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Протокол %1 не имеет специальных действий." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Вывод списка папок не поддерживается протоколом %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Получение данных из %1 не поддерживается." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Получение сведений о типе MIME из %1 не поддерживается." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Переименование или перемещение файлов в %1 не поддерживается." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Создание символических ссылок не поддерживается протоколом %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Копирование файлов в %1 не поддерживается." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Удаление файлов из %1 не поддерживается." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Создание папок не поддерживается протоколом %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Изменение атрибутов файлов не поддерживается протоколом %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Изменение владельца не поддерживается протоколом %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Открытие файлов не поддерживается протоколом %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протокол %1 не поддерживает действие %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2550,314 +2438,341 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"Невозможно гарантировать безопасность вспомогательного процесса ввода/вывода " +"для протокола «%1», который обычно требует наличия расширенных прав доступа, " +"так как отличные от root пользователи могут изменять его в %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Неизвестный протокол «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Не удалось найти модуль поддержки протокола «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Модуль поддержки для протокола «%1» в %2 не был загружен, так как " +"использование модулей поддержки, которые располагаются вне %3 и требуют " +"более высокого уровня привилегий для работы, считается небезопасным." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Не удалось создать сокет для запуска вспомогательного процесса ввода-вывода " "для протокола «%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не удалось найти исполняемый файл «kioworker» в «%1»." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Подробности" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Навсегда" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Пр&одолжить" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Только для &текущего сеанса" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Переместить в новую папку" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Создание папки для этих объектов" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Вы не выбрали файл для удаления." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Нечего удалять" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Файл для удаления не выбран." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Нечего удалять" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Указанная папка не существует или недоступна для чтения." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Меню" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Родительская папка" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Назад" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Вперёд" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домашняя папка" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Обновить" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Создать папку…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Удалить в корзину" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Удалить" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Сортировка" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "По имени" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "По размеру файла" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "По дате" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "По типу" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "По возрастанию" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "По убыванию" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Сначала папки" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Скрытые объекты в конце" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Значки" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Столбцы" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Таблица" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Положение значка" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Сбоку от имени файла" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Над именем файла" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Список" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Таблица" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Разворачиваемый список" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Разворачиваемая таблица" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Разворачиваемые элементы в режиме таблицы" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Показывать скрытые файлы" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Показать миниатюру" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Миниатюра" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Открыть содержащую папку" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Свойства" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Р&ежим просмотра" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Я-А" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "А-Я" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Сначала новые" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Сначала старые" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Сначала новые" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Сначала большие" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Сначала маленькие" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодировка:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Открыть" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Сохранить как" @@ -2904,40 +2819,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Переместить сюда" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Все файлы" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Все поддерживаемые файлы" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Все файлы" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Добавить пункт на панель быстрого доступа" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Изменить пункт на панели быстрого доступа" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

          The " @@ -2950,17 +2865,17 @@ msgstr "" "чему относится эта надпись. Если не ввести название, оно будет совпадать с " "названием папки.
          " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Название:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Введите название точки входа" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2973,12 +2888,12 @@ msgstr "" "pub/kde/stable

          Кнопка рядом с полем ввода открывает " "соответствующий URL.
          " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Расположение:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

          Click " @@ -2987,17 +2902,17 @@ msgstr "" "Это значок, который появится на панели быстрого доступа.

          Нажмите на кнопку чтобы выбрать другой значок.
          " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Значок:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "П&оказывать только при использовании этого приложения (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3008,201 +2923,207 @@ msgstr "" "только при использовании текущего приложения (%1).

          Если параметр " "не установлен, пункт будет показываться во всех приложениях.
          " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Точки входа" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "В сети" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Недавно изменённые" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Поиск" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Устройства" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Подключаемые устройства" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Метки" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (из %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Все метки" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Домашняя папка" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Рабочий стол" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Документы" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Загрузки" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Сеть" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Корзина" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Музыка" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Изображения" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Видеофайлы" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Последние файлы" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Последние расположения" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Изменены сегодня" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Изменены вчера" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Невозможно найти программу «%1»" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "На панель быстрого доступа могут быть добавлены только папки." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Настроить…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Отключение…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Отключить" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Безопасное извлечение…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безопасно извлечь" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Отключение…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Размонтировать" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Извлечь" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" "Устройство «%1» не является оптическим диском и не может быть извлечено." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Произошла ошибка при обращении к %1, ответ системы: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ошибка при обращении к %1" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Один или несколько файлов на этом носителе открыты в приложениях." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3223,108 +3144,108 @@ msgstr[3] "" "Один или несколько файлов на этом устройстве открыты в следующем приложении: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Отформатировать или управлять разделами в диспетчере разделов от KDE" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "свободно %1 из %2 (использовано %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (скрытый)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Очистить корзину" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Подключить" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Открыть в новой вкладке" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Открыть в новом окне" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Добавить…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Изменить…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Удалить из панели «Точки входа»" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Скрыть" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Скрыть раздел «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Скрыть раздел" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Показать &все" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Размер значков" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3332,51 +3253,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Автоопределение" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Маленькие (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Средние (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Большие (%1×%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Огромные (%1×%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Можно выбрать только один файл." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Указано больше одного файла" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Можно выбирать только локальные файлы" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Удалённые файлы не допускаются" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3397,49 +3318,22 @@ msgstr[3] "" "Выбранный адрес URL содержит схему, которая не поддерживается. Используйте " "следующую схему: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Неподдерживаемая схема URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "Требуется указать только одну папку." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Выбрано несколько папок" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Кроме папки, выбран как минимум файл. Выбранные файлы будут проигнорированы " -"и будет использована только папка" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Выбраны файлы и папки" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Файл «%1» не найден" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Невозможно открыть файл" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

          For instance, " @@ -3450,44 +3344,44 @@ msgstr "" ">Например, если текущий адрес file:/home/konqi, нажатие этой кнопки " "переведёт вас в file:/home.
          " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Нажмите эту кнопку для перехода на один шаг назад по журналу просмотра." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Нажмите эту кнопку для перехода на один шаг вперёд по журналу просмотра." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Нажмите эту кнопку для обновления содержимого текущей страницы." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Нажмите эту кнопку для создания новой папки." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Показать панель быстрого доступа" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Показать кнопку закладок" +msgid "Show Quick Filter" +msgstr "Показать быстрый фильтр" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Параметры" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3502,12 +3396,12 @@ msgstr "" "панели быстрого доступа
        • миниатюры файлов
        • отделение папок от " "файлов
        " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Закладки" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3522,12 +3416,35 @@ msgstr "" "qt>" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Имя:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Отменить изменение имени файла" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Оставлять фильтр при смене папок" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Фильтр по имени…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Скрыть панель фильтра" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3539,12 +3456,12 @@ msgstr "" "завершения. Эту функцию можно настроить, нажав правую кнопку мыши и выбрав " "режим в меню Автодополнение текста." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Это имя, под которым будет сохранён файл." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3553,74 +3470,78 @@ msgstr "" "Это список файлов, которые будут открыты. Если указывается несколько файлов, " "они должны быть разделены пробелами." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Это имя файла, который будет открыт." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Точки входа" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Файл с именем «%1» уже существует. Заменить его?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Заменить файл?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Можно выбирать только локальные файлы." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Удалённые файлы не поддерживаются" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Все папки" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Текущий каталог: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Открыть" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Размер значка: %1 пикселов" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Автоматически выбирать рас&ширение файла (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "расширение %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Автоматически выбирать рас&ширение файла" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "подходящее расширение" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3646,12 +3567,12 @@ msgstr "" "автоматически удалена).Если вы не уверены, оставьте этот параметр " "включённым, так как он упрощает указание имени." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Тип файла:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3660,63 +3581,54 @@ msgstr "" "Это выбор типа файла. Он служит для выбора формата, в котором будет " "сохранён файл." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Фильтр:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

        You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

        Wildcards such as * and ? are allowed.

        " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Это фильтр, который будет применён к списку файлов. Имена файлов, не " -"подпадающих под условия фильтра, не будут показаны.

        Вы можете выбрать " -"готовый фильтр из выпадающего меню, или ввести свой фильтр в поле ввода.

        Допускаются шаблоны, такие как * и ?.

        " +"Это выбор типа файла. Он служит для выбора формата отображаемых файлов." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Создание нового файла" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ошибка" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Файл шаблона %1 отсутствует." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Имя новой ссылки:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Создать ярлык на адрес" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Ввести другое имя файла %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ошибка" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Файл шаблона %1 отсутствует." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Имя новой ссылки:" + +# BUGME: please split @title:window and action --aspotashev +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Создать ссылку" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Создать ярлык на адрес" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3726,7 +3638,7 @@ msgstr "" "Имя «%1» нельзя использовать, потому что оно " "зарезервировано для использования операционной системой." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3736,7 +3648,7 @@ msgstr "" "Имя «%1» начинается с точки, поэтому по умолчанию " "объект будет скрыт." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3748,28 +3660,38 @@ msgstr "" "размещению этого файла в начале списка при сортировке по алфавиту, а также " "другим неожиданным эффектам." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "При использовании косых черт в имени папки будут созданы подпапки, например:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "При использовании косых черт в имени папки будут созданы подпапки." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Нельзя использовать косые черты в именах файлов и папок." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Нельзя использовать обратные косые черты в именах файлов и папок." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Невозможно создать файл или папку с именем %1, так как " +"оно уже используется для расположения домашней папки пользователя." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3779,96 +3701,139 @@ msgstr "" "сбить с толку или быть опасным при работе с такими объектами через текстовый " "терминал." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Каталог с именем %1 уже существует." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Файл с именем %1 уже существует." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Создать" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Ссылку на устройство" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Новая папка" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Создание папки" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Создать новую папку в %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Введите имя папки" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "По умолчанию" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Создание нового файла" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Введите имя файла" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Выбрать другой значок или цвет" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Выбрать другой значок…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Позднее значок можно будет изменить в разделе настройки свойств папки." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копировать" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Вставить" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Открыть «%1» в новой вкладке" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Открыть «%1» в новом окне" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Изменить" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Перейти" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Показывать полный путь" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Перейти в любое расположение по пути «%1»" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3880,6 +3845,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Перейти в расположение" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Точки входа" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3904,28 +3876,28 @@ msgid "Edit mode" msgstr "Режим редактирования" # такое же есть в amarok.po -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Показать панель перехода" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Редактировать путь" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "У вас нет доступа для запуска этого файла." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Запускается %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3934,12 +3906,12 @@ msgstr "" "Невозможно сделать выполняемой службу %1, выполнение прервано.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "У вас нет прав для выбора приложения, в котором следует открыть файл." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3968,12 +3940,20 @@ msgstr "Не удалось сохранить изображение в %1." msgid "Icon file too big, download aborted" msgstr "Файл значка слишком большой, загрузка прервана." +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: пропущен пустой файл, возможно, повреждённая символьная " +"ссылка: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Не найдено приложение для работы с эл. почтой" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3984,28 +3964,28 @@ msgstr "" "файл .desktop\n" "«%1»." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Запускается %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Команда %1 не найдена." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Не найден эмулятор терминал" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Не удалось открыть «%1»" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4016,7 +3996,7 @@ msgstr "" "%1\n" "имеет тип Link, но не содержит запись URL=…" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4025,14 +4005,14 @@ msgstr "" "Файл «%1» расположен не в локальной файловой системе. В целях безопасности " "он не будет запущен." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Запуск исполняемых файлов в этом контексте запрещён в целях безопасности." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4041,7 +4021,7 @@ msgstr "" "Для запуска программы «%1» необходимо получить права доступа на её " "выполнение." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4050,12 +4030,12 @@ msgstr "" "Не удалось сделать файл «%1» исполняемым.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Файл .desktop %1 не содержит записи Type=…" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4066,12 +4046,12 @@ msgstr "" "Проверьте наличие незавершённых загрузок или выполняющихся операций в " "исходном приложении и в области уведомлений." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Невозможно открыть файл." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Программа «%1» не может быть запущена." @@ -4158,75 +4138,70 @@ msgstr "" "был изменён.\n" "Загрузить его на сервер?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec открывает файлы по сети, отслеживает их изменения и запрашивает " "разрешение на загрузку файла в сеть" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© Разработчики KFM/Konqueror, 1998-2000,2003" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "Обрабатывать URL как локальные файлы и удалять их при завершении работы" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Предлагаемое имя для загружаемого файла" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Команда для выполнения" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Адреса URL и/или локальные файлы для команды" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Устанавливаются права ACL для %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4235,7 +4210,7 @@ msgstr "" "Невозможно изменить права доступа для\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4245,118 +4220,37 @@ msgstr "" "Невозможно изменить владельца и группу\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Не удалось открыть временный файл" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Невозможно найти программу «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Невозможно найти программу «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Изменение прав доступа" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Новые права доступа: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Изменение владельца файла" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Новый владелец: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Удаление файла" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Удаление каталога" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Создание каталога" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Права доступа каталога: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Открытие файла" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Открытие каталога" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Новое имя файла: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Цель: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Изменение метки времени" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Из: «%1» в «%2»" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Неизвестное действие" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Действие: %1\n" -"Источник: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Невозможно скопировать файл из %1 в %2 (ошибка: %3)." -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Нет носителя в устройстве %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Невозможно получить идентификатор по имени пользователя %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Невозможно получить идентификатор по имени группы %1" @@ -4398,32 +4292,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Для доступа к этому сайту требуется ввести имя и пароль." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Успешный вход на сайт" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Невозможно войти на %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4432,7 +4326,7 @@ msgstr "" "\n" "Ответ сервера: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4441,12 +4335,12 @@ msgstr "" "Вам необходимо ввести имя и пароль для данного прокси-сервера, чтобы иметь " "через него доступ к другим сайтам." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Ошибка идентификации на прокси-сервере." @@ -4498,101 +4392,101 @@ msgid "" msgstr "Принять сертификат навсегда без дополнительных вопросов в будущем?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Авторизация на сервере" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 в %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "В противном случае запрос выполнился бы успешно." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "получения значения свойства" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "установки значения свойства" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "создания папки" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "копирования указанного файла или папки" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "перемещения указанного файла или папки" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "поиска в указанной папке" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "блокирования доступа к указанному файлу или папке из других приложений" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "разблокирования доступа к указанному файлу или папке" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "удаления указанного файла или папки" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "запроса сведений о возможностях сервера" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "получения содержимого указанного файла или папки" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "поиска в указанной папке" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Непредвиденная ошибка (%1) при попытке %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4600,13 +4494,13 @@ msgid "" "below." msgstr "Произошла ошибка при попытке %1, %2. Сведения о причинах следуют ниже." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Доступ был запрещён при попытке %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4615,7 +4509,7 @@ msgstr "" "Ресурс не может быт создан, пока не будут созданы одна или более " "промежуточные коллекции (папки)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4628,28 +4522,28 @@ msgstr "" "с именем propertybehavior, или же вы пытаетесь заменить файл.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Требуемая блокировка не может быть подтверждена. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер не поддерживает запрошенный тип содержимого." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Невозможно %1, потому что ресурс заблокирован." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Действие не было выполнено из-за другой ошибки." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4658,7 +4552,7 @@ msgid "" msgstr "" "Невозможно %1, т.к. что сервер назначения отказался принять файл или папку." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4667,18 +4561,18 @@ msgstr "" "Ресурс назначения не имеет достаточно места для записи состояния ресурса " "после выполнения этого метода." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Не удалось удалить ресурс." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "отправка %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4689,15 +4583,15 @@ msgstr "Непредвиденная ошибка (%1) при попытке %2. msgid "Network" msgstr "Сеть" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Некорректный адрес URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4709,12 +4603,12 @@ msgstr "" "расположении невозможно. Можно либо повторно создать папку и восстановить " "объект в ней, либо перетащить объект в любую другую папку." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Неверное сочетание протоколов." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Файл уже находится в корзине." @@ -4750,7 +4644,7 @@ msgstr "Очистить корзину" msgid "Restore a trashed file to its original location" msgstr "Восстановить файл в его исходном расположении" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4772,17 +4666,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Повторить" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Диалог аутентификации" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Доступ запрещён" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "У вас недостаточно прав доступа для использования протокола %1." @@ -4891,41 +4785,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Ожидаемая контрольная сумма (MD5, SHA1, SHA256 или SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Вставить строку из буфера обмена в это поле." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4935,9 +4829,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Вычислить" @@ -4946,136 +4840,208 @@ msgstr "Вычислить" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Скопировать контрольную сумму в буфер обмена." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "О&тмена" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Переместить сюда" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Загрузить сюда" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Копировать сюда" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Создать ссылку" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Запустить" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Что сделать с этим файлом?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Больше не задавать этот вопрос" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Открыть" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "Зап&устить" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Открыть &с помощью %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Отмена изменений" +msgid "Would you like to launch this file?" +msgstr "Запустить этот файл?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Для отмены этой операции требуются права администратора (root). Продолжить?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Создание папки" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Источник" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Назначение" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Копирование" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Перемещение" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Переименование" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Удаление в корзину" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Удаление" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "О&тменить" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "О&тменить копирование" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "О&тменить создание ссылки" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "О&тменить перемещение" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "О&тменить переименование" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "О&тменить удаление в корзину" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "О&тменить создание папки" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "О&тменить создание вложенных папок" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "О&тменить создание файла" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "О&тменить пакетное переименование" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Повторить" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Повторить копирование" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Повторить создание ссылки" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Повторить перемещение" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Повторить переименование" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Повторить удаление в корзину" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Повторить создание папки" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Повторить создание вложенных папок" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Повторить создание файла" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Повторить пакетное переименование" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5088,12 +5054,12 @@ msgstr "" "удалён.\n" "Удалить файл %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Подтверждение отмены копирования" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5104,21 +5070,22 @@ msgstr "" "Безвозвратно удалить этот объект?%1Это действие невозможно отменить." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Удалить безвозвратно" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Удалить безвозвратно" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5140,7 +5107,7 @@ msgstr[3] "" "Безвозвратно удалить этот объект?Это " "действие невозможно отменить." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5150,13 +5117,13 @@ msgstr "" "Безвозвратно удалить все объекты из корзины?Это действие невозможно отменить." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Очистить корзину" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5164,7 +5131,7 @@ msgid "" "filename>" msgstr "Удалить этот объект в корзину?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5251,7 +5218,7 @@ msgstr "Владелец" msgid "Owning Group" msgstr "Владеющая группа" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Все остальные" @@ -5324,106 +5291,112 @@ msgstr "Обновление конфигурации системы" msgid "Updating system configuration…" msgstr "Выполняется обновление конфигурации системы…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Имя" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Размер" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Дата" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Права доступа" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Владелец" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Группа" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Открыть &с помощью %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Действия" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Открыть папку в приложении…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Открыть с помощью…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Запустить исполняемый файл" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Открыть папку в приложении %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Открыть &с помощью %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Открыть папку в приложении" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Открыть с помощью…" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Другое приложение…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5433,113 +5406,131 @@ msgstr[1] "%1 объекта" msgstr[2] "%1 объектов" msgstr[3] "%1 объект" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Не определён" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Остановить" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Посмотреть в Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Подключённое устройство:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Свободно:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Содержание:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Открыть с помощью:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Изменить…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Расположение:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Размер:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Изменить…" +msgid "Determine the folder size" +msgstr "Определить размер папки" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Содержание:" +msgid "Stop" +msgstr "Остановить" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Прекратить определение размера папки" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Посмотреть в Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Указывает на:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Дата изменения:" +msgid "Show target" +msgstr "Показать цель" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Создан:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Файловая система:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Неизвестный размер" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Точка монтирования:" +msgid "Modified:" +msgstr "Дата изменения:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Последний доступ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Назначенное приложение:" +msgid "File system:" +msgstr "Файловая система:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Точка монтирования:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Подключённое устройство:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Свободно:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Неизвестный размер" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5839,25 +5830,30 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Введите описание этого приложения, основанное на его назначении. Например, " -"для приложения удалённого доступа к сети (KPPP) можно ввести «Удалённый " -"доступ к сети»." +"Введите общее название этого приложения, основанное на его назначении. " +"Например, для приложения для просмотра изображений можно ввести «Просмотр " +"изображений." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Описание:" +msgid "&Generic name:" +msgstr "&Общее название:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Введите любой комментарий, который сочтёте полезным." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Введите описание этого приложения, основанное на его назначении. Например, " +"для приложения для просмотра изображений можно ввести «Просмотр и " +"редактирование изображений»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5868,7 +5864,7 @@ msgstr "Комм&ентарий:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Переменные окружения:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6072,7 +6068,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Публикация" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6082,36 +6078,55 @@ msgstr "" "Не удалось сохранить свойства. У вас нет прав для записи в " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Основное" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Введите имя файла" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Посмотреть в %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Обновить" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Введите каталог назначения" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Открыть %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Неизвестный размер" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6120,8 +6135,8 @@ msgstr "" "Подсчёт… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6130,8 +6145,8 @@ msgstr[1] "%1 файла" msgstr[2] "%1 файлов" msgstr[3] "%1 файл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6140,85 +6155,93 @@ msgstr[1] "%1 вложенные папки" msgstr[2] "%1 вложенных папок" msgstr[3] "%1 вложенная папка" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Вычисление…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Не менее %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Новое имя файла пустое." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Тип файла не зарегистрирован" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Приложение не назначено" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Создать…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Изменить…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Изменить приложение по умолчанию, к котором будет открываться файлы с типом " +"«%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Нет доступа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Только просмотр" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Просмотр и изменение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Только просмотр содержимого" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Просмотр и изменение содержимого" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Только просмотр и чтение содержимого" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Просмотр/чтение и изменение/запись" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Права" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Права доступа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6227,37 +6250,37 @@ msgstr[1] "Эти файлы являются ссылками и не имею msgstr[2] "Эти файлы являются ссылками и не имеют прав доступа к файлам." msgstr[3] "Этот файл является ссылкой и не имеет прав доступа к файлу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Только владелец может изменять права." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Владелец:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Определяет действия, которые может выполнять владелец." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Группа:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Определяет действия, которые могут выполнять участники группы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Остальные:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6266,27 +6289,27 @@ msgstr "" "Указывает действия, которые могут выполнять все пользователи, не являющиеся " "владельцами или участниками группы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Только владелец может &переименовывать и удалять содержимое" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Разрешить &выполнение файла как программы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Удалить или переименовать" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Запустить:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6297,7 +6320,7 @@ msgstr "" "переименовывать и удалять входящие в неё файлы и папки. Другие пользователи " "могут добавлять новые файлы, в соответствии с правами изменения содержимого." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6306,42 +6329,42 @@ msgstr "" "Включите этот параметр, чтобы пометить файл как исполняемый. Имеет смысл " "только для программ и скриптов." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Дополнительные &права" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Владелец и группа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Владелец:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Группа:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Применить изменения ко всем вложенным папкам и их содержимому" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Дополнительные права" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Класс" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6350,22 +6373,22 @@ msgstr "" "Чтение\n" "списка файлов" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Этот флаг разрешает чтение содержимого папки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Чтение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Флаг «Чтение» позволяет читать содержимое файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6374,7 +6397,7 @@ msgstr "" "Изменение\n" "списка файлов" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6383,43 +6406,43 @@ msgstr "" "Этот флаг позволяет добавлять, переименовывать и удалять файлы. Учтите, что " "удаление и переименование может быть ограничено флагом Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Запись" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Флаг «Запись» позволяет изменять содержимое файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Открывать" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Этот флаг разрешает открывать папку." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Выполнение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Установите этот файл для выполнения файла как программы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Специальные" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6428,7 +6451,7 @@ msgstr "" "Специальный флаг, действует для всей папки. Точное значение флага можно " "увидеть в крайнем правом столбце." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6437,17 +6460,17 @@ msgstr "" "Специальный флаг. Точное значение флага можно увидеть в крайнем правом " "столбце." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Владелец" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Группа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6456,7 +6479,7 @@ msgstr "" "Если этот флаг установлен, владелец папки будет владельцем всех новых файлов " "в этой папке." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6465,7 +6488,7 @@ msgstr "" "Если этот файл является исполняемым и флаг установлен, файл всегда будет " "выполняться с правами его владельца." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6473,7 +6496,7 @@ msgstr "" "Если этот флаг установлен, группа этой папки будет установлена для всех " "новых файлов." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6482,7 +6505,7 @@ msgstr "" "Если файл является исполняемым и этот флаг установлен, файл всегда будет " "выполняться с правами группы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6492,7 +6515,7 @@ msgstr "" "удалять и переименовывать файлы. Если флаг не установлен, это может делать " "любой, у кого есть право записи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6501,33 +6524,33 @@ msgstr "" "Файл Sticky у файла игнорируется в Linux, но может использоваться какими-то " "другими системами" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Бит SUID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Бит SGID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Бит sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Ссылка" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Переменные (не изменять)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6536,7 +6559,7 @@ msgstr[1] "Эти файлы используют дополнительные msgstr[2] "Эти файлы используют дополнительные права." msgstr[3] "Этот файл использует дополнительные права." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6545,50 +6568,40 @@ msgstr[1] "Эти папки используют дополнительные msgstr[2] "Эти папки используют дополнительные права.." msgstr[3] "Эта папка использует дополнительные права." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Эти файлы используют дополнительные права." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Контрольные суммы" -# BUGME: it's a label, not a button --aspotashev -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Вычисление…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Неправильный формат контрольной суммы." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Введённая строка не является контрольной суммой MD5, SHA1 или SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Контрольные суммы совпадают." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Вычисленная контрольная сумма совпадает с ожидаемой." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" @@ -6599,30 +6612,47 @@ msgstr "" "загрузке с сервера, попробуйте загрузить файл ещё раз.
        Если проблема " "повторяется, обратитесь к автору файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Вычисленная контрольная сумма не совпадает с ожидаемой." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Проверка контрольной суммы…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Контрольные суммы всех файлов идентичны." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Контрольные суммы выделенных файлов различаются." + +# BUGME: it's a label, not a button --aspotashev +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Вычисление…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6630,27 +6660,27 @@ msgstr "" "Не удалось сохранить свойства. Допускаются указывать файлы только на " "локальных файловых системах." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Приложение" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Добавить тип файла для %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Выберите один или более типов:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Исполняемые файлы поддерживаются только на локальной файловой системе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Дополнительные параметры для %1" @@ -6757,22 +6787,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Настроить веб-сокращения…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Выбрать файл или папку" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Имя файла для содержимого буфера обмена:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "вставленный файл" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Вставить содержимое буфера обмена" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6782,19 +6814,19 @@ msgstr "" "выбранному формату данных. Скопируйте заново объект, который необходимо " "вставить." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Вставить папку" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Вставить файл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6804,48 +6836,59 @@ msgstr[1] "Вставить %1 объекта" msgstr[2] "Вставить %1 объектов" msgstr[3] "Вставить %1 объект" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Вставить содержимое буфера обмена…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Вставить" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Формат данных:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Имя файла для содержимого буфера обмена:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Имя файла для перемещаемого содержимого:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Дата: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Размер: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Применить ко &всем" # BUGME: directory -> folder -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6855,49 +6898,49 @@ msgstr "" "Однако при замене существующего файла в папке назначения у вас будет " "запрошено подтверждение." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "При включении этого флажка выбранное действие будет применено ко всем " "оставшимся конфликтующим папкам." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Пе&реименовать" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Дать другое &имя" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Пропу&стить" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Не копировать или перемещать указанную папку, перейти к следующему объекту" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Не копировать или перемещать указанный файл, перейти к следующему объекту" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Записать в &папку" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6909,13 +6952,13 @@ msgstr "" "У вас будет запрошено подтверждение для перезаписи существующего файла в " "папке назначения." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Перезаписать более старые файлы" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6924,12 +6967,12 @@ msgstr "" "Если файлы назначения имеют более раннюю дату изменения, то они будут " "перезаписаны более новыми файлами, если нет — пропущены." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "П&родолжить" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6938,67 +6981,57 @@ msgstr "" "Это действие заменит существующий файл «%1» новым.\n" "Введите новое имя файла:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Пр&одолжить" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Перезаписать целевой файл?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Добавить содержимое «%1» в «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Источник" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Назначение" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Исходный файл новее." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Исходный файл старее." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Исходный файл меньше на %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Исходный файл больше на %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Файлы идентичны." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Файлы, вероятно, идентичны." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Файлы различаются." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7007,59 +7040,51 @@ msgstr "" "Файлы, вероятно, идентичны: они имеют одинаковый размер и содержимое в " "начале, середине и конце." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Сравнить файлы" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Объект с именем «%1» уже существует и является более старым." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Похожий файл с именем «%1» уже существует." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Объект с именем «%1» уже существует и является более новым." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Переименовать:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Переименование объекта" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Переименование объектов" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Переименовать" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Не удалось передать %1 в:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Новое имя #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Файл с именем %1 уже существует." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 не является допустимым именем файла." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7069,38 +7094,194 @@ msgstr[1] "Переименовать %1 выделенных объекта в: msgstr[2] "Переименовать %1 выделенных объекта в:" msgstr[3] "Переименовать выделенный объект в:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "Символ # будет заменён порядковым номером, начиная с:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Новое имя #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Недопустимое имя файла: новое имя должно содержать одну последовательность " +"символов «#»,если только у всех файлов не разные расширения." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Переименовать %1 выделенный объект:" +msgstr[1] "Переименовать %1 выделенных объекта:" +msgstr[2] "Переименовать %1 выделенных объектов:" +msgstr[3] "Переименовать выделенный объект:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Заменить:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Исходный текст…" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "На текст:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Текст замены…" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Ни одно имя файла не попадает под шаблон." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Замена «%1» на пустую строку приведёт к тому, что файл %2 будет иметь пустое имя." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Переименовать %1 выделенный объект:" +msgstr[1] "Переименовать %1 выделенных объекта:" +msgstr[2] "Переименовать %1 выделенных объектов:" +msgstr[3] "Переименовать выделенный объект:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Добавить текст:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Добавляемый текст" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Перед именем файла" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "После имени файла" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Переименование объекта" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Переименование объектов" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Переименовать" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Способ переименования:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Добавление чисел" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Замена текста" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Добавление текста" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Предварительный просмотр:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Файлу %1 не может быть назначено пустое имя." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Сведения" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Заменить" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Повторить попытку" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Заменить все" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Пропустить" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Пропустить все" @@ -7187,7 +7368,7 @@ msgstr "" "Узел не прислал ни одного сертификата SSL.\n" "Операция прервана, так как невозможно проверить достоверность узла." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7233,43 +7414,78 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Этот объект не удалось переместить в корзину из-за слишком большого размера. " -"Безвозвратно удалить его?%1Это действие невозможно отменить." +"В корзине недостаточно места для этого файла. Удалить его безвозвратно?%1Это действие " +"невозможно отменить." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"В корзине недостаточно места для этих файлов (%1). Удалить их безвозвратно?" +"Это действие невозможно отменить." +msgstr[1] "" +"В корзине недостаточно места для этих файлов (%1). Безвозвратно удалить их?" +"Это действие невозможно отменить." +msgstr[2] "" +"В корзине недостаточно места для этих файлов (%1). Безвозвратно удалить их?" +"Это действие невозможно отменить." +msgstr[3] "" +"В корзине недостаточно места для этого %1 файла. Безвозвратно удалить его?" +"Это действие невозможно отменить." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Объект из этого расположения не может быть удалён в корзину. Удалить его " +"безвозвратно?%1Это действие невозможно отменить." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Эти объекты (%1) не удалось переместить в корзину из-за слишком большого " -"размера. Безвозвратно удалить их?Это действие " -"невозможно отменить." +"Эти %1 файл не могут быть удалены в корзину из их расположения. Удалить их " +"безвозвратно?Это действие невозможно отменить." msgstr[1] "" -"Эти объекты (%1) не удалось переместить в корзину из-за слишком большого " -"размера. Безвозвратно удалить их?Это действие " -"невозможно отменить." +"Эти %1 файла не могут быть удалены в корзину из их расположения. Удалить их " +"безвозвратно?Это действие невозможно отменить." msgstr[2] "" -"Эти объекты (%1) не удалось переместить в корзину из-за слишком большого " -"размера. Безвозвратно удалить их?Это действие " -"невозможно отменить." +"Эти %1 файлов не могут быть удалены в корзину из их расположения. Удалить их " +"безвозвратно?Это действие невозможно отменить." msgstr[3] "" -"Этот объект (%1) не удалось переместить в корзину из-за слишком большого " -"размера. Безвозвратно удалить его?Это действие " -"невозможно отменить." +"Этот файл не может быть удалён в корзину из его расположения. Удалить его " +"безвозвратно?Это действие невозможно отменить." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7279,52 +7495,287 @@ msgstr[1] "Удалить %1 объекта в корзину?" msgstr[2] "Удалить %1 объектов в корзину?" msgstr[3] "Удалить %1 объект в корзину?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Не задавать больше этот вопрос" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Не задавать больше этот вопрос" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Не показывать это сообщение снова" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Похоже, что SSL-сертификат сервера повреждён." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Предупреждение" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Запуск программы:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" "Если вы не уверены в безопасности этой программы, нажмите кнопку «Отмена»." +#~ msgid "Open With:" +#~ msgstr "Назначенное приложение:" + +#~ msgid "File System:" +#~ msgstr "Файловая система:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Запускать исполняемые файлы без подтверждения" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Открывать исполняемые файлы в приложении по умолчанию без запроса " +#~ "подтверждения" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Запомнить для всех исполняемых файлов" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Это можно отменить в соответствующем разделе настройки параметров " +#~ "диспетчера файлов Dolphin («Подтверждения»)." + +#~ msgid "Change Attribute" +#~ msgstr "Изменение атрибутов" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для изменения атрибутов файлов требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершения копирования требуются права администратора (root). " +#~ "Продолжить?" + +# BUGME: please split @title:window and action --aspotashev +#~ msgid "Delete Files" +#~ msgstr "Удалить файлы" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Для завершения операции удаления требуются права администратора (root). " +#~ "При неосторожном использовании это действие может навредить системе. " +#~ "Продолжить?" + +#~ msgid "Create Folder" +#~ msgstr "Создание папки" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для создания этой папки требуются права администратора (root). Продолжить?" + +#~ msgid "Move Items" +#~ msgstr "Перемещение объектов" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершения перемещения требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "Rename" +#~ msgstr "Переименование" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для завершения переименования требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Для создания символической ссылки требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "Transfer data" +#~ msgstr "Передача данных" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершения передачи данных требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "Undo Changes" +#~ msgstr "Отмена изменений" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Для отмены этой операции требуются права администратора (root). " +#~ "Продолжить?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Устанавливаются права ACL для %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Изменение прав доступа" + +#~ msgid "New Permissions: %1" +#~ msgstr "Новые права доступа: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Изменение владельца файла" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Новый владелец: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Удаление файла" + +#~ msgid "Remove Directory" +#~ msgstr "Удаление каталога" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Права доступа каталога: %1" + +#~ msgid "Open File" +#~ msgstr "Открытие файла" + +#~ msgid "Open Directory" +#~ msgstr "Открытие каталога" + +#~ msgid "New Filename: %1" +#~ msgstr "Новое имя файла: %1" + +#~ msgid "Target: %1" +#~ msgstr "Цель: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Изменение метки времени" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Из: «%1» в «%2»" + +#~ msgid "Unknown Action" +#~ msgstr "Неизвестное действие" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Действие: %1\n" +#~ "Источник: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Показать кнопку закладок" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Выполняется перемещение файлов" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Выполняется копирование файлов" + +#~ msgid "&Description:" +#~ msgstr "&Описание:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Введите любой комментарий, который сочтёте полезным." + +#~ msgid "Do not ask again" +#~ msgstr "Больше не задавать этот вопрос" + +#~ msgid "&Filter:" +#~ msgstr "&Фильтр:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

        You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

        Wildcards such as * and ? are allowed." +#~ "

        " +#~ msgstr "" +#~ "Это фильтр, который будет применён к списку файлов. Имена файлов, не " +#~ "подпадающих под условия фильтра, не будут показаны.

        Вы можете выбрать " +#~ "готовый фильтр из выпадающего меню, или ввести свой фильтр в поле ввода. " +#~ "

        Допускаются шаблоны, такие как * и ?.

        " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "Требуется указать только одну папку." + +#~ msgid "More than one folder provided" +#~ msgstr "Выбрано несколько папок" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Кроме папки, выбран как минимум файл. Выбранные файлы будут " +#~ "проигнорированы и будет использована только папка" + +#~ msgid "Files and folders selected" +#~ msgstr "Выбраны файлы и папки" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
        • Timeout for establishing a connection: %1 seconds
        • Timeout " +#~ "for receiving a response: %2 seconds
        • Timeout for accessing proxy " +#~ "servers: %3 seconds
        Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Связь с сервером была установлена, но ответ не был получен в указанное " +#~ "время:
        • Истекло время ожидания соединения: %1 секунд
        • " +#~ "
        • Истекло время ожидания ответа: %2 секунд
        • Истекло время " +#~ "ожидания доступа к прокси-серверу: %3 секунд
        Необходимо " +#~ "отметить, что эти параметры можно настроить в Параметрах системы, в " +#~ "разделе Настройка сети -> Параметры сети." + #~ msgid "Is &executable" #~ msgstr "Является &выполняемым" @@ -8484,9 +8935,6 @@ msgstr "" #~ msgstr "" #~ "Размер дискового пространства, выделяемого под корзину." -#~ msgid "Show a Warning" -#~ msgstr "Показывать предупреждение" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Удалять самые старые файлы" @@ -8623,10 +9071,6 @@ msgstr "" #~ msgid "Space" #~ msgstr "Пробел" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "По умолчанию" - #~ msgid "Modify Web Shortcut" #~ msgstr "Изменение веб-сокращения" @@ -8980,13 +9424,6 @@ msgstr "" #~ msgstr "" #~ "Не удалось найти ни одного приложения или службы обработки для «%1»." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Вставить %1 файл" -#~ msgstr[1] "&Вставить %1 файла" -#~ msgstr[2] "&Вставить %1 файлов" -#~ msgstr[3] "&Вставить %1 файл" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Вставить %1 ссылку" @@ -9109,14 +9546,6 @@ msgstr "" #~ msgid "Invalid Directory Name" #~ msgstr "Неверное имя каталога" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Ошибка создания папки «%1»: такое имя " -#~ "зарезервировано для использования операционной системой." - #~ msgid "File Type Options" #~ msgstr "Параметры типа файла" @@ -9155,9 +9584,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Windows CE не поддерживает размонтирование дисков." -#~ msgid "File name:" -#~ msgstr "Имя файла:" - #~ msgid "" #~ "

        Cache

        This module lets you configure your cache settings.

        This specific cache is an area on the disk where recently read web " @@ -9456,9 +9882,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Только для чтения" -#~ msgid "File system:" -#~ msgstr "Файловая система:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Точка подключения (/mnt/floppy):" @@ -9977,9 +10400,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "Не &закрывать после завершения команды" -#~ msgid "&Username:" -#~ msgstr "&Имя пользователя:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -10003,9 +10423,6 @@ msgstr "" #~ "Не удалось запустить службу обработки файлов «cookie». Вы не сможете " #~ "управлять файлами «cookie», сохранёнными на вашем компьютере." -#~ msgid "Open with:" -#~ msgstr "Открыть с помощью:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/sa/kio6.po b/local/recipes/kde/kf6-kio/source/po/sa/kio6.po index 9ee9f7246b..b7009bce2d 100644 --- a/local/recipes/kde/kf6-kio/source/po/sa/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sa/kio6.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-12-25 19:37+0530\n" "Last-Translator: kali \n" "Language-Team: Sanskrit \n" @@ -28,12 +28,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "skkalwar999@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 सञ्चिकायाः स्वामित्वं परिवर्तयितुं न शक्तम्" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -42,12 +42,12 @@ msgstr "" "%1 सञ्चिकायाः स्वामित्वं परिवर्तयितुं न शक्तम्। परिवर्तनं कर्तुं भवतः " "सञ्चिकायाः अपर्याप्तप्रवेशः अस्ति ।." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO कार्यकर्ता निर्मातुं असमर्थः: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -59,7 +59,7 @@ msgstr "" "\"%1\" इति symlink निर्मातुं न शक्तम् । \n" "गन्तव्यसञ्चिकातन्त्रम् (%2) प्रतीकसम्बद्धानि न समर्थयति ।." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -73,7 +73,7 @@ msgstr "" "प्रतिस्थापनं चित्वा यत्किमपि अमान्यं वर्णं (गन्तव्यपुटनाम्नि) underscore \"_\" इत्यनेन " "प्रतिस्थाप्यते ।." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +87,23 @@ msgstr "" "प्रतिस्थापनं चित्वा यत्किमपि अमान्यं वर्णं (गन्तव्यपुटनाम्नि) underscore \"_\" इत्यनेन " "प्रतिस्थाप्यते ।." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "पुटं पूर्वमेव विद्यते" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "सञ्चिका पूर्वमेव विद्यते" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "पूर्वमेव पुटं इति रूपेण विद्यते" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "पुनःप्रयोगस्य कूपः" @@ -197,198 +197,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "स्थापनम्" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "स्रोतः" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "गन्तव्यम्" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "नामान्तरणम्" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "प्रतिलिपिकरणम्" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "पुटस्य निर्माणम्" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "पुटम्" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "विलोपयन्" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "सञ्चिका" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "अन्वीक्षणम्" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "स्थानान्तरणम्" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "संचाद्यते" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "यन्त्रम्" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "संचादनस्थानम्" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "असंचाद्यते" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "गुणं परिवर्तयति" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"सञ्चिकाविशेषतां परिवर्तयितुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "सञ्चिकाः प्रतिलिख्यताम्" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"प्रतिलिपिक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "सञ्चिकाः विलोपयन्तु" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"विलोपनक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । परन्तु एवं कृत्वा भवतः " -"सङ्गणकतन्त्रस्य क्षतिः भवितुम् अर्हति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "पुटं निर्मातुम्" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "एतत् पुटं निर्मातुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "द्रव्यं स्थानान्तरयितुम्" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"स्थानान्तरमक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "नामान्तरम्" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "नामान्तरम् पूर्णं कर्तुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "प्रतीकसम्बद्धम् (Symlink) रचयन्तु" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"प्रतीकसम्बद्धम् (symlink) निर्मातुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं " -"इच्छसि ?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "दत्तांशं स्थानान्तरयन्तु" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"दत्तांशस्य स्थानान्तरणं पूर्णं कर्तुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -816,6 +714,11 @@ msgstr "सञ्चिका अतीव विशाला अस्ति #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -825,65 +728,65 @@ msgstr "" "%2\n" "कृपया https://bugs.kde.org इत्यत्र पूर्णं दोषप्रतिवेदनं प्रेषयन्तु ।." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(अज्ञातम्)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "

        %1

        %2

        " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "तकनीकीकारणम्: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "अनुरोधस्य विवरणम्:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
      • URL: %1
      • " msgstr "
      • संविदितस्रोतःसूचिका (URL): %1
      • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      • Protocol: %1
      • " msgstr "
      • संविद् (Protocol): %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Date and time: %1
      • " msgstr "
      • तिथिः समयः च %1
      • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      • Additional information: %1
      • " msgstr "
      • अतिरिक्तसूचना: %1
      • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "संभाव्यकारणानि:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "संभाव्यसमाधान:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(अज्ञातम्)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -892,30 +795,30 @@ msgstr "" "अग्रे सहाय्यर्थं स्वस्य समुचितसङ्गणकसमर्थनप्रणाल्याः सम्पर्कं कुर्वन्तु, भवेत् तत् प्रणालीप्रशासकं, " "अथवा तकनीकीसमर्थनसमूहम् ।." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "अग्रे सहाय्यार्थं वितारकस्य प्रशासकेन सह सम्पर्कं कुर्वन्तु।." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "अस्मिन् संसाधने स्वस्य अभिगमन-अनुमतिम् अवलोकयन्तु ।." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "अस्मिन् संसाधने अनुरोधितं कार्यं कर्तुं भवतः अभिगमानुमतिः अपर्याप्तः भवितुम् अर्हति ।." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "सञ्चिका अन्येन उपयोक्ता वा अनुप्रयोगेन वा प्रयुक्ता (एवं च ताडिता) भवितुम् अर्हति ।." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -924,17 +827,17 @@ msgstr "" "अन्यः कोऽपि अनुप्रयोगः वा उपयोक्ता वा सञ्चिकां न उपयुङ्क्ते वा सञ्चिकां ताडितवान् वा इति " "सुनिश्चितं कर्तुं परीक्ष्यताम् ।." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "यद्यपि असम्भाव्यं तथापि यन्त्रांशदोषः अभवत् स्यात् ।." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "भवता कार्यक्रमे दोषः सम्मुखीकृतः स्यात् ।." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -943,7 +846,7 @@ msgstr "" "एतत् कार्यक्रमे त्रुटिकारणात् अधिकतया सम्भवति । कृपया अधोलिखितं यथा पूर्णं दोषप्रतिवेदनं " "प्रस्तूयताम् ।." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -952,7 +855,7 @@ msgstr "" "स्वस्य तन्त्रांशम् नवीनतमसंस्करणं प्रति अद्यतनं कुर्वन्तु। भवतः वितरणेन भवतः तन्त्रांशम् " "अद्यतनीकर्तुं साधनानि प्रदातव्यानि।." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -971,12 +874,12 @@ msgstr "" "दोषप्रतिवेदने समावेशयन्तु, अन्यैः यावन्तः विवरणानि च भवन्तः मन्यन्ते यत् साहाय्यं कर्तुं " "शक्नुवन्ति ।." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "भवतः जालसंयोजने समस्या अभवत् स्यात् ।." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -985,49 +888,49 @@ msgstr "" "भवतः जालविन्यासे समस्या अभवत् स्यात् । यदि भवान् अद्यतनकाले कोऽपि समस्यां विना अन्तर्जालं " "प्रविशति तर्हि एतत् असम्भाव्यम् ।." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "वितारकस्य अस्य सङ्गणकस्य च मध्ये जालमार्गे कस्मिन्चित् समये समस्या अभवत् स्यात् ।." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "पुनः प्रयतस्व, इदानीं वा पश्चात् वा।." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "संविद् दोषः अथवा असङ्गतिः अभवत् ।." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "संसाधनं अस्ति इति सुनिश्चितं कुरुत, पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "निर्दिष्टः संसाधनः नास्ति स्यात् ।." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "भवता सम्यक् स्थानं प्रविष्टम् इति द्विवारं परीक्ष्य पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "स्वस्य संजालसम्बद्धतायाः स्थितिं पश्यन्तु ।." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "पठनाय संसाधनं उद्घाटयितुं न शक्नोति" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 याचितसञ्चिकायाः अथवा पुटस्य सामग्रीः पुनः " "प्राप्तुं न शक्यते स्म, यतः पठन-अनुमतिः प्राप्तुं न शक्यते स्म ।." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "भवतः सञ्चिकां पठितुं वा पुटं उद्घाटयितुं वा अनुमतिः नास्ति स्यात् ।." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "लेखनार्थं संसाधनं उद्घाटयितुं न शक्नोति" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1055,17 +958,17 @@ msgstr "" "अस्य अर्थः अस्ति यत् %1 इति सञ्चिका यथा याचितं लिखितुं न शक्यते स्म, " "यतः लेखनानुमतियुक्ता अभिगमः प्राप्तुं न शक्यते स्म ।." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 संविदेन् आवश्यकं प्रक्रियां प्रारम्भं कर्तुं न शक्यते" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "प्रक्रियां प्रारम्भं कर्तुं असमर्थम्" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः न लब्धः " "अथवा आरब्धः । प्रायः तान्त्रिककारणात् एतत् भवति ।." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1086,12 +989,12 @@ msgstr "" "अद्यतनः न अभवत् । एतेन कार्यक्रमः वर्तमानसंस्करणेन सह असङ्गतः भवितुम् अर्हति तथा च आरभ्यते " "।." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "आन्तरिकत्रुटिः" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः " "आन्तरिकत्रुटिम् निवेदितवान् ।." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "अनुचितरूपेण प्रारूपितं संविदितस्रोतःसूचिका (URL)" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "असमर्थितः संविद् (Protocol) %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1133,12 +1036,12 @@ msgstr "" "%1 इति संविद् सम्प्रति अस्मिन् सङ्गणके संस्थापितैः KDE कार्यक्रमैः " "समर्थितः नास्ति ।." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "अनुरोधितः संविद् समर्थितः न भवितुम् अर्हति ।." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1146,7 +1049,7 @@ msgid "" msgstr "" "अस्मिन् सङ्गणकेन वितारकेन च समर्थितस्य %1 संविदस्य संस्करणाः असङ्गताः भवितुम् अर्हन्ति ।." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1157,24 +1060,24 @@ msgstr "" "एतत् प्रोटोकॉलं समर्थयति । अन्वेषणस्थानेषु https://" "store.kde.org अन्तर्भवति ।." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "संविदितस्रोतःसूचिका (URL) संसाधनं न सन्दर्भयति ।." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "संविदः एकः छायाचर संविद् (Filter Protocol) अस्ति" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "भवता यत् संविदितस्रोतःसूचिका (URL) प्रविष्टं तत् विशिष्टं संसाधनं न निर्दिशति स्म ।." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1186,12 +1089,12 @@ msgstr "" "परिस्थितिषु उपयोगाय एव, तथापि एषा एतेषु परिस्थितिषु अन्यतमः नास्ति । एषा दुर्लभा घटना " "अस्ति, तथा च विधिलेखनदोषं सूचयितुं शक्यते ।." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "असमर्थितं क्रिया: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1200,7 +1103,7 @@ msgstr "" "अनुरोधितक्रिया KDE कार्यक्रमेन समर्थिता नास्ति यः %1 संविदम् " "कार्यान्वयति ।." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1210,17 +1113,17 @@ msgstr "" "एषा त्रुटिः KDE कार्यक्रमस्य उपरि बहु आश्रिता अस्ति । अतिरिक्तसूचना भवन्तं KDE निवेश/" "निर्गम स्थापत्यस्य (architecture) उपलब्धापेक्षया अधिका सूचना दातव्या ।." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "समानं परिणामं साधयितुं अन्यं मार्गं अन्वेष्टुं प्रयतध्वम्।." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "सञ्चिका अपेक्षिता" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1228,17 +1131,17 @@ msgid "" msgstr "" "अनुरोधेन सञ्चिका अपेक्षिता, तथापि तस्य स्थाने %1 इति पुटं प्राप्तम् ।." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "एषा वितारकपक्षे त्रुटिः भवितुम् अर्हति ।." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "पुटम् अपेक्षितम्" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1246,66 +1149,66 @@ msgid "" msgstr "" "अनुरोधेन पुटम् अपेक्षितम्, तथापि तस्य स्थाने %1 इति सञ्चिका प्राप्ता ।." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "सञ्चिका वा पुटं वा नास्ति." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "निर्दिष्टा सञ्चिका अथवा पुटं %1 नास्ति ।." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "अनुरोधितसञ्चिका निर्मातुं न शक्यते यतोहि समाननाम्ना सञ्चिका पूर्वमेव अस्ति ।." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "प्रथमं वर्तमानसञ्चिकां मार्गाद् बहिः स्थापयितुं प्रयतस्व, ततः पुनः प्रयतस्व ।." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "वर्तमानसञ्चिकां विलोपयित्वा पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "नूतनसञ्चिकायाः कृते वैकल्पिकं सञ्चिकानाम चिनोतु ।." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "अनुरोधितं पुटं निर्मातुं न शक्यते यतः समाननाम्ना पुटं पूर्वमेव अस्ति ।." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "प्रथमं वर्तमानपुटं मार्गाद् बहिः स्थापयितुं प्रयतस्व, ततः पुनः प्रयतस्व ।." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "वर्तमानपुटं विलोपयित्वा पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "नूतनपुटस्य कृते वैकल्पिकं नाम चिनोतु ।." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "अज्ञात निमन्त्रक" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1314,33 +1217,33 @@ msgstr "" "अज्ञात निमन्त्रक-दोषः सूचयति यत् %1 इति अनुरोधित-नामयुक्तः वितारकः " "अन्तर्जाल-मध्ये स्थानं प्राप्तुं न शक्तवान् ।." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "भवता टङ्कितं नाम %1 न स्यात्: अशुद्धरूपेण टङ्कितं भवितुम् अर्हति ।." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "अभिगमनं अङ्गीकृतम्" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "निर्दिष्टसंसाधनस्य अभिगमः अङ्गीकृतः, %1 ।." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "भवान् अशुद्धप्रमाणीकरणविवरणं प्रदत्तवान् अथवा सर्वथा न दत्तवान् ।." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "भवतः खाते निर्दिष्टं संसाधनं प्राप्तुं अनुमतिः न स्यात् ।." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1349,24 +1252,24 @@ msgstr "" "अनुरोधस्य पुनः प्रयासं कुर्वन्तु तथा च सुनिश्चितं कुर्वन्तु यत् भवतः प्रमाणीकरणविवरणं सम्यक् " "प्रविष्टम् अस्ति।." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "लेखनअभिगमनः अङ्गीकृतः" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "अस्य अर्थः अस्ति यत् %1 सञ्चिकायां लेखनस्य प्रयासः अङ्गीकृतः ।." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "पुटं प्रविष्टुं असमर्थः" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1375,17 +1278,17 @@ msgstr "" "अस्य अर्थः अस्ति यत् अनुरोधितपुटं %1 प्रविष्टुं (अन्यशब्देषु उद्घाटयितुं) " "प्रयासः अङ्गीकृतः ।." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "पुटम् सूचीकरणम् अनुपलब्धम्" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "प्रोटोकॉल %1 इति सञ्चिकातन्त्र नास्ति" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1396,12 +1299,12 @@ msgstr "" "तथा च अस्य संविदस्य समर्थनं कुर्वन् K-कार्यमुखम् वातावरणम् (KDE) कार्यक्रमः तत् कर्तुं असमर्थः " "अस्ति ।." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "चक्रीयसङ्केतम् (cyclic link) प्राप्तम्" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1414,34 +1317,34 @@ msgstr "" "परिणामः अनन्त-पाशः भवति - अर्थात् सञ्चिका (कदाचित् गोलचक्रेण प्रकारेण) स्वयमेव लिङ्क् कृता " "आसीत् ।." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "अनन्तपाशं न जनयति इति क्रमेण पाशस्य एकं भागं विलोपयन्तु, पुनः प्रयतध्वम् ।." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "अनुरोधः उपयोक्तृद्वारा निरस्तः" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "अनुरोधः रद्दः इति कारणेन न सम्पन्नः।." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "अनुरोधं पुनः प्रयतस्व।." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "प्रतिलिपिकाले चक्रीयसङ्केतम् (cyclic link) ज्ञातः" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1454,17 +1357,17 @@ msgstr "" "अथवा सम्बन्ध् श्रृङ्खला ज्ञातम् यस्य परिणामः अनन्तपाशः भवति - अर्थात् सञ्चिका (कदाचित् " "गोलचक्रेण प्रकारेण) स्वयमेव सम्बन्ध् स्थापित् कृता आसीत्." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "संजालसंयोजनं निर्मातुम् न शक्तवान्" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "सॉकेटं (socket) निर्मातुं न शक्तवान्" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1473,27 +1376,27 @@ msgstr "" "इयं तुल्यरूपेण तान्त्रिकदोषः अस्ति यस्मिन् संजालसञ्चारस्य कृते आवश्यकं यन्त्रं (एकं सॉकेट् " "(socket)) निर्मातुं न शक्यते स्म ।." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "जालसंयोजनं अशुद्धरूपेण विन्यस्तं भवेत्, अथवा जालान्तरफलकं सक्रियं न भवेत् ।." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "वितारकेन सह संयोजनं अङ्गीकृतम्" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "%1 वितारक अस्य सङ्गणकस्य संयोजनं कर्तुं न अस्वीकृतवान् ।." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1501,7 +1404,7 @@ msgid "" msgstr "" "वितरक, सम्प्रति अन्तर्जालसङ्गणकेन सह सम्बद्धः सन्, अनुरोधानाम् अनुमन्यतायै विन्यस्तः न भवेत् ।." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1509,7 +1412,7 @@ msgid "" msgstr "" "वितरक, सम्प्रति अन्तर्जालसङ्गणकेन सह सम्बद्धः सन्, अनुरोधितसेवाम् (%1) न चालयति स्यात् ।." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1520,12 +1423,12 @@ msgstr "" "firewall(अन्तर्जाल-अनुरोधं प्रतिबन्धयति इति यन्त्रं) हस्तक्षेपं कृतवान् स्यात्, एतत् अनुरोधं " "निवारयति." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "वितरकेन सह संयोजनम् अप्रत्याशितरूपेण बन्दम् अभवत्" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1534,24 +1437,24 @@ msgstr "" "यद्यपि %1 इत्यस्मै संयोजनं स्थापितं तथापि संचारस्य अप्रत्याशितबिन्दौ " "संयोजनं निरुद्धम् आसीत् ।." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "संविद्दोषः जातः स्यात्, येन वितारकः त्रुटिप्रतिक्रियारूपेण संयोजनं पिधायति ।." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL संसाधन अमान्य" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 इति संविद् (protocol) छायाचर संविद् (filter protocol) नास्ति" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 ।." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1573,17 +1476,17 @@ msgstr "" "निर्दिष्टः यत् तथैव उपयोक्तुं शक्यते तथापि एषः संविदः तादृशं कार्यं कर्तुं समर्थः नास्ति । एषा " "दुर्लभा घटना अस्ति, विधिलेखनदोषं च सूचयितुं शक्यते ।." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "निवेशः/निर्गमः उपकरणस्य आरम्भं कर्तुं असमर्थः" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "यन्त्रं संचादन् कर्तुं न शक्तवान्" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1592,7 +1495,7 @@ msgstr "" "अनुरोधितं यन्त्रं आरम्भं कर्तुं न शक्तम् (\"संचाद्यते\") । निवेदितः त्रुटिः आसीत् : %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1602,7 +1505,7 @@ msgstr "" "यन्त्रं सज्जं न भवेत्, उदाहरणार्थं हटनीयमाध्यमयन्त्रे माध्यमं नास्ति (अर्थात् CD-ड्राइवे CD-ROM " "नास्ति), अथवा परिधीय/पोर्टेबलयन्त्रस्य सन्दर्भे यन्त्रं सम्यक् संयोजितं न भवेत्." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1612,7 +1515,7 @@ msgstr "" "भवतः यन्त्रस्य आरम्भीकरणाय (\"संचितः\") अनुमतिः न स्यात् । UNIX प्रणालीषु प्रायः यन्त्रस्य " "आरम्भार्थं प्रणालीप्रशासकविशेषाधिकारस्य आवश्यकता भवति ।." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1621,17 +1524,17 @@ msgstr "" "यन्त्रं सज्जं अस्ति वा इति पश्यन्तु; हटनीय-ड्राइव्-मध्ये माध्यमानि भवितुमर्हन्ति, पोर्टेबल-" "यन्त्राणि च संयोजितानि, चालू च भवेयुः ।; पुनः प्रयासं च कुर्वन्तु।." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "निवेशः/निर्गमः उपकरणं एकीकृतं कर्तुं असमर्थम्" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "उपकरणं असंचाद्यते कर्तुं न शक्तवान्" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1640,7 +1543,7 @@ msgstr "" "अनुरोधितं यन्त्रं अप्रारम्भं (\"असंचादितः\") कर्तुं न शक्यते स्म । निवेदितः त्रुटिः आसीत् : " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1650,7 +1553,7 @@ msgstr "" "यन्त्रं व्यस्तं भवेत् अर्थात् अद्यापि अन्येन अनुप्रयोगेन वा उपयोक्तृणां वा प्रयुक्तम् । अस्मिन् यन्त्रे " "स्थाने उद्घाटितम् गवेषक-गवाक्ष भवति इत्यादीनि अपि यन्त्रं प्रयुक्तं तिष्ठति ।." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1660,17 +1563,17 @@ msgstr "" "यन्त्रं अप्रारम्भं कर्तुं (\"असंचाद्यते\") भवतः अनुमतिः न स्यात् । UNIX प्रणालीषु प्रायः " "यन्त्रस्य आरम्भार्थं प्रणालीप्रशासकविशेषाधिकारस्य आवश्यकता भवति ।." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "कोऽपि अनुप्रयोगः यन्त्रं न प्राप्नोति इति पश्यन्तु, पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "संसाधनात् पठितुं न शक्नोति" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1679,17 +1582,17 @@ msgstr "" "अस्य अर्थः अस्ति यत् यद्यपि संसाधनं, %1, उद्घाटयितुं समर्थः आसीत् तथापि " "संसाधनस्य सामग्रीं पठन् दोषः अभवत् ।." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "संसाधनात् पठितुं भवतः अनुमतिः न स्यात् ।." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "संसाधनं प्रति लिखितुं न शक्यते" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1698,22 +1601,22 @@ msgstr "" "अस्य अर्थः अस्ति यत् यद्यपि संसाधनं, %1, उद्घाटयितुं समर्थः आसीत् तथापि " "संसाधनं प्रति लेखनकाले दोषः अभवत् ।." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "भवतः संसाधने लेखनस्य अनुमतिः न स्यात् ।." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "संजालसम्बद्धानां कृते श्रोतुं न शक्तवान्" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "बन्धयितुं न शक्तवान्" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1723,17 +1626,17 @@ msgstr "" "इयं तुल्यरूपेण तान्त्रिकदोषः अस्ति यस्मिन् आगच्छन्तं संजालसंयोजनं श्रोतुं जालसञ्चारस्य आवश्यकं यन्त्रं " "(एकं सॉकेट्) स्थापनं न शक्तम्." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "श्रोतुं न शक्तवान्" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "संजालसम्बद्धतां स्वीकुर्वितुं न शक्तवान्" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1742,33 +1645,33 @@ msgstr "" "इयं तुल्यरूपेण तान्त्रिकदोषः अस्ति यस्मिन् आगच्छन्तं जालसंयोजनं स्वीकुर्वितुं प्रयतमाने त्रुटिः अभवत् " "।." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "भवतः संयोजनं स्वीकुर्वितुं अनुमतिः न स्यात् ।." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "प्रवेशं कर्तुं न शक्तवान्: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "अनुरोधितं कार्यं कर्तुं प्रवेशस्य प्रयासः असफलः अभवत् ।." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "संसाधनस्य स्थितिं निर्धारयितुं न शक्तवान्" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "साधनस्य आङ्कनं न शक्यते" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1777,68 +1680,68 @@ msgstr "" "संसाधनस्य %1 इत्यस्य स्थितिविषये सूचनां निर्धारयितुं प्रयत्नः, यथा " "संसाधननाम, प्रकारः, आकारः इत्यादयः, असफलः अभवत् ।." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "निर्दिष्टः संसाधनः नासीत् अथवा न सुलभः ।." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "सूचीकरणं रद्दं कर्तुं न शक्तवान्" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "मां समाधायताम् (FIXME): एतस्य दस्तावेजीकरणं कुर्वन्तु" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "पुटं निर्मातुं न शक्तम्" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "अनुरोधितं पुटं निर्मातुं प्रयत्नः असफलः अभवत् ।." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "यत्र पुटस्य निर्माणं कर्तव्यम् आसीत् तत् स्थानं न स्यात् ।." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "पुटं निष्कासयितुं न शक्तवान्" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "निर्दिष्टपुटं निष्कासयितुं %1 इति प्रयासः विफलः ।." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "निर्दिष्टं पुटं नास्ति स्यात् ।." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "निर्दिष्टं पुटं रिक्तं न स्यात् ।." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "पुटं विद्यमानं रिक्तं च इति सुनिश्चितं कुर्वन्तु, पुनः प्रयासं कुर्वन्तु ।." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "सञ्चिकास्थापनं पुनः आरभुं न शक्तवान्" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1847,32 +1750,32 @@ msgstr "" "निर्दिष्टेन अनुरोधेन %1 सञ्चिकायाः स्थानान्तरणं स्थानान्तरणस्य कस्मिन्चित् " "बिन्दौ पुनः आरभ्यत इति पृष्टम् । एतत् सम्भवं नासीत् ।." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "संविद्, अथवा वितारकः, सञ्चिकायाः पुनः आरम्भस्य समर्थनं न कर्तुं शक्नोति ।." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "पुनः स्थानान्तरणस्य प्रयासं विना अनुरोधस्य पुनः प्रयासं कुर्वन्तु।." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "संसाधनस्य नामान्तरणं कर्तुं न शक्तवान्" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "निर्दिष्टसंसाधनस्य %1 नामान्तरणस्य प्रयासः विफलः ।." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "संसाधनस्य अनुमतिः परिवर्तयितुं न शक्तवान्" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 इत्यत्र अनुमतिं परिवर्तयितुं प्रयत्नः असफलः अभवत् ।." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "संसाधनस्य स्वामित्वं परिवर्तयितुं न शक्तवान्" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 स्वामित्वं परिवर्तयितुं प्रयत्नः असफलः अभवत् ।." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "संसाधनं विलोपयितुं न शक्तवान्" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "निर्दिष्टं संसाधनं %1 विलोपयितुं प्रयत्नः असफलः अभवत् ।." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "अप्रत्याशित कार्यक्रम समाप्ति" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः " "अप्रत्याशितरूपेण समाप्तः ।." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "स्मृत्याः बहिः" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः निरन्तरं " "कर्तुं आवश्यकं स्मृतिं प्राप्तुं न शक्तवान् ।." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "अज्ञात प्रतिनिधि निमन्त्रक (proxy host)" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -1986,17 +1889,17 @@ msgstr "" "कृपया https://bugs.kde.org/ इत्यत्र दोषं " "निवेदयन्तु यत् KDE दलं असमर्थितप्रमाणीकरणविधिं सूचयन्तु ।." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "अनुरोधः निरस्तः" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "वितारके आन्तरिकदोषः" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2005,7 +1908,7 @@ msgstr "" "वितारके यः कार्यक्रमः %1 प्रोटोकॉलस्य अभिगमनं प्रदाति सः आन्तरिकदोषं " "निवेदितवान्: %2 ।." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2014,12 +1917,12 @@ msgstr "" "एतत् वितारक विधिलेखन इत्यस्मिन् दोषेण भवितुं अधिकतया सम्भाव्यते । कृपया अधोलिखितरूपेण " "पूर्णदोषप्रतिवेदनं प्रस्तूय विचारयन्तु ।." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "समस्यायाः विषये तेभ्यः सल्लाहं दातुं वितारकस्य प्रशासकेन सह सम्पर्कं कुर्वन्तु ।." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2028,42 +1931,31 @@ msgstr "" "यदि भवान् जानाति यत् वितारकतन्त्रांशस्य लेखकाः के सन्ति तर्हि तेभ्यः प्रत्यक्षतया " "दोषप्रतिवेदनं प्रस्तूयताम् ।." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "समयसमाप्तित्रुटिः" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"यद्यपि सर्वरेण सह सम्पर्कः कृतः तथापि अनुरोधाय निर्धारितसमये प्रतिक्रिया न प्राप्ता यथा " -"निम्नलिखितम् ।:
        • संयोजनं स्थापयितुं समयः समाप्तः: %1 सेकण्ड्
        • प्रतिक्रियां " -"प्राप्तुं समयः समाप्तः: %2 सेकण्ड्
        • प्रतिनिधि वितारकम् प्राप्तुं समयसमाप्तिः: %3 " -"सेकण्ड्
        कृपया ज्ञातव्यं यत् भवान् KDE System Settings इत्यस्मिन् एतानि " -"समयसमाप्तिसमायोजनानि परिवर्तयितुं शक्नोति, संजालसमायोजनानि -> संयोजनप्राथमिकतानि " -"चित्वा ।." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "अन्येषां अनुरोधानाम् प्रतिक्रियायां वितारकः अतिव्यस्तः आसीत् यत् प्रतिक्रियां दातुं न शक्नोति " "स्म ।." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "अज्ञातत्रुटिः" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः अज्ञातदोषं " "निवेदितवान्: %2 ।." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "अज्ञात व्यवधान" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 संविदस्य अभिगमनं प्रदाति सः " "अज्ञातप्रकारस्य व्यत्ययं निवेदितवान्: %2 ।." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "मूलसञ्चिकां विलोपयितुं न शक्तवान्" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2101,12 +1993,12 @@ msgstr "" "अनुरोधितक्रियायाः कृते मूलसञ्चिकायाः विलोपनस्य आवश्यकता आसीत्, अधिकतया " "सञ्चिकास्थापनक्रियायाः अन्ते । मूलसञ्चिका %1 लोपयितुं न शक्यते ।." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "अस्थायी सञ्चिकां विलोपयितुं न शक्तवान्" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2116,12 +2008,12 @@ msgstr "" "अनुरोधितक्रियायाः कृते अस्थायीसञ्चिकायाः निर्माणम् आवश्यकम् आसीत् यस्मिन् नूतनसञ्चिकां अवतरणं " "कुर्वन् रक्षितुं शक्यते स्म । इयं अस्थायीसञ्चिका %1 लोपयितुं न शक्यते ।." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "मूलसञ्चिकायाः नामान्तरणं कर्तुं न शक्तवान्मूलसञ्चिकायाः नामान्तरणं कर्तुं न शक्तवान्" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2130,12 +2022,12 @@ msgstr "" "अनुरोधितक्रियायाः कृते मूलसञ्चिकायाः %1 नामान्तरणस्य आवश्यकता आसीत् " "तथापि तस्याः नामकरणं कर्तुं न शक्यते स्म ।." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "अस्थायीसञ्चिकायाः नामान्तरणं कर्तुं न शक्तवान्" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2144,32 +2036,32 @@ msgstr "" "अनुरोधितक्रियायाः कृते अस्थायीसञ्चिकायाः %1 निर्माणस्य आवश्यकता आसीत् " "तथापि सा निर्मातुं न शक्यते स्म ।." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "संबन्धं निर्मातुं न शक्तवान्" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "प्रतीकात्मकं संबन्धं निर्मातुं न शक्तवान्" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "अनुरोधितं प्रतीकात्मकं संबन्धं %1 निर्मातुं न शक्यते स्म ।." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "कोऽपि सामग्री नास्ति" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "भण्डारणं पूर्णम्" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2178,7 +2070,7 @@ msgstr "" "अनुरोधितसञ्चिका %1 अपर्याप्तस्मृतिस्थानं भवति इति कारणेन लिखितुं न " "शक्यते स्म ।." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2189,12 +2081,12 @@ msgstr "" "सञ्चिकानां संग्रहणं हटनीयमाध्यमभण्डारणं यथा CD-Recordable discs;वा ३) अधिकं " "भण्डारणक्षमतां प्राप्तुं।." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "स्रोतः गन्तव्यं च सञ्चिकाः समानाः" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2202,17 +2094,17 @@ msgid "" msgstr "" "स्रोतः गन्तव्यसञ्चिका च समाना सञ्चिका इति कारणतः कार्यं सम्पन्नं कर्तुं न शक्यते स्म ।." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "गन्तव्यसञ्चिकायाः कृते भिन्नं सञ्चिकानाम चिनोतु ।." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "सञ्चिका वा पुटं वा तस्मिन् स्वयमेव पातितम्" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2220,17 +2112,17 @@ msgid "" msgstr "" "स्रोतः गन्तव्यसञ्चिका वा पुटं वा समानं भवति इति कारणेन कार्यं सम्पन्नं कर्तुं न शक्यते स्म ।." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "द्रव्यं भिन्नसञ्चिकायां वा पुटे वा पातयन्तु ।." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "पुटं तस्मिन् स्वयमेव प्रविष्टवान्" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2238,17 +2130,17 @@ msgid "" msgstr "" "स्रोतः स्वयमेव तस्मिन् स्थापयितुं न शक्यते इति कारणतः शल्यक्रिया सम्पन्नं कर्तुं न शक्यते स्म ।." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "द्रव्यं भिन्नपुटे स्थानान्तरयन्तु ।." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "गुप्तशब्दवितारकेन सह संवादं कर्तुं न शक्तवान्" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2257,22 +2149,22 @@ msgstr "" "गुप्तशब्दान् अनुरोधयितुं सेवा (kpasswdserver) सम्पर्कं कर्तुं न शक्यते इति कारणेन कार्यं सम्पन्नं " "कर्तुं न शक्यते स्म" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "स्वस्य सत्रस्य पुनः आरम्भं कर्तुं प्रयतस्व, अथवा kiod तः त्रुटयः लेखाः मध्ये पश्यन्तु ।." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 संविद् आरम्भं कर्तुं न शक्यते" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO कार्यकर्ता (Worker) निर्मातुं असमर्थः" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2281,7 +2173,7 @@ msgstr "" "KIO कार्यकर्ता (worker) यः %1 संविदस्य अभिगमनं प्रदाति सः आरभुं न " "शक्तवान् । प्रायः तान्त्रिककारणात् एतत् भवति ।." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2290,13 +2182,13 @@ msgstr "" "klauncher तत् प्लगिन् अन्वेष्टुं वा आरभुं वा न शक्तवान् यत् संविदम् प्रदाति । अस्य अर्थः अस्ति " "यत् भवतः प्लगिन् इत्यस्य पुरातनं संस्करणं भवितुम् अर्हति ।." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 स्थानान्तरणं कर्तुं न शक्यते" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2306,7 +2198,7 @@ msgstr "" "%1 इति सञ्चिका स्थानान्तरितुं न शक्यते, यतः गन्तव्यसञ्चिकातन्त्रं " "तावत् विशालानि सञ्चिकाः समर्थयति नास्ति" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2315,28 +2207,28 @@ msgstr "" "एतावत् विशालं सञ्चिकां समर्थयति इति सञ्चिकातन्त्रस्य उपयोगाय गन्तव्य-ड्राइव् पुनः स्वरूपयन्तु " "।." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "अदस्तावेजित त्रुटि" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 इत्यनेन सह प्रतीकात्मकं संबन्धम्)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 इत्यस्य सम्बन्धितुम्)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 प्रति सूचयति)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2345,25 +2237,25 @@ msgstr "" "विकृतम् URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1 कृते सञ्चिकायाः प्रकारं निर्धारयितुं असमर्थः" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "'%1' तः कार्यान्वयनीयं नाम निष्कासयितुं न शक्यते, कृपया वैधं कार्यक्रमनाम लिखन्तु ।." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 कार्यान्वयनीयः कार्यक्रमः इति न दृश्यते ।." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2372,92 +2264,92 @@ msgid "" msgstr "" "%1 न प्राप्तम्; कृपया कार्यान्वयनीयप्रोग्रामस्य वैधमार्गं प्रविशन्तु ।." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "संयोजनानि उद्घाटयितुं %1 संविदेन सह समर्थितं नास्ति ।." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "संयोजनानि समापनम् %1 संविदेन सह समर्थितं नास्ति ।." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "सञ्चिकानां अभिगमनं %1 संविदेन सह समर्थितं नास्ति ।." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 मध्ये लेखनं समर्थितं नास्ति ।." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "संविद् %1 कृते विशेषाणि क्रियाणि उपलब्धानि नास्ति ।." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 संविदस्य कृते पुटस्य सूचीकरणं समर्थितं नास्ति ।." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 तः दत्तांशं पुनः प्राप्तुं समर्थितं नास्ति ।." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 तः mime प्रकारसूचनाः पुनः प्राप्तुं समर्थितं नास्ति ।." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 अन्तः सञ्चिकानां पुनर्नामकरणं वा स्थानान्तरणं वा समर्थितं नास्ति ।." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "प्रतीकसम्बद्धानां निर्माणं संविद् %1 इत्यनेन समर्थितं नास्ति ।." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 इत्यस्य अन्तः सञ्चिकानां प्रतिलिपिः समर्थिता नास्ति ।." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 तः सञ्चिकानां विलोपनं समर्थितं नास्ति ।." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "पुटस्य निर्माणं संविद् %1 इत्यनेन समर्थितं नास्ति ।." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "सञ्चिकानां विशेषतां परिवर्तयितुं संविद् %1 इत्यनेन समर्थितं नास्ति ।." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "सञ्चिकानां स्वामित्वं परिवर्तयितुं संविद् %1 इत्यनेन समर्थितं नास्ति ।." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "सञ्चिकानां उद्घाटनं संविद् %1 इत्यनेन समर्थितं नास्ति ।." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "संविद् %1 %2 क्रियायाः समर्थनं न करोति ।." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2469,311 +2361,336 @@ msgstr "" "गारण्टीं दातुं न शक्यते यतोहि root इत्येतस्मात् परेभ्यः उपयोक्तृभ्यः %2 इत्यत्र परिवर्तनस्य " "अनुमतिः अस्ति." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "अज्ञात संविद् '%1'।." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1' संविदस्य कृते KIO कार्यकर्ता (worker) न प्राप्यते ।." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "'%1' संविदस्य कृते KIO कार्यकर्तारं (worker) प्रारम्भं कर्तुं सॉकेट् निर्मातुं न शक्यते ।." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1' इत्यत्र 'kioworker' कार्यान्वयनीयं न लभ्यते ।" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&विवरणम्" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&सदा" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "अनु&वर्तते" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&वर्तमान सत्रं एव" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "नूतनं पुटं निर्मातुम्" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "नूतनं पुटं निर्मातुम्" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "भवता विलोपनार्थं सञ्चिकां न चिनोति स्म." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "लोपार्थं किमपि नास्ति" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "भवता विलोपनार्थं सञ्चिकां न चिनोति स्म." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "लोपार्थं किमपि नास्ति" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "निर्दिष्टं पुटं नास्ति अथवा पठनीयं नासीत् ।." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "विकल्पसूचि" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "मातापितृपुटम्" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "प्रति गच्छतु" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "अग्रे गच्छतु" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "गृहपुटम्" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "पुनः सम्प्रेषयति" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "नूतनं पुटम्…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "पुनर्चक्रणबिन् मध्ये स्थानान्तरणम्" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "लोपयन्तु" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "क्रमाङ्कनम्" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "नाम्ना क्रमेण क्रमयन्तु" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "आकारेण क्रमयन्तु" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "तिथिनुसारं क्रमयन्तु" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "प्रकारेण क्रमयन्तु" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "आरोहणक्रमम्" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "अवरोहणक्रमम्" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "प्रथमं पुटम्" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "गुप्तसञ्चिकाः अन्तिमः" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "चिह्न दृश्य" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "संकुचित दृश्य" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "विवरणं दृश्यम्" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "चिह्न स्थिति" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "सञ्चिकानामस्य पार्श्वे" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "सञ्चिकानामस्य उपरि" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "लघुदृश्यम्" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "विस्तृतदृश्यम्" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "वृक्षदृश्यम्" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "विस्तृत वृक्षदृश्य" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "विवरणदृश्ये विस्तारं अनुमन्यताम्" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "गुप्तसञ्चिकाः दर्शयन्तु" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "पूर्वावलोकनपटलं दर्शयतु" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "पूर्वावलोकनम् दर्शयतु" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "यत्र स्थितम् अस्ति तत्र पुटं उद्घाटयन्तु" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "गुणाः" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&दृश्यविधिः" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "नवीनतमं प्रथमम्" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "प्राचीनतम प्रथम" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "नवीनतमं प्रथमम्" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "बृहत्तम प्रथम" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "लघुतम प्रथम" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "सङ्कूटन (Encoding):" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "उद्घाटयतु" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "रूपेण रक्षन्तु" @@ -2820,40 +2737,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "अत्र संस्थापयन्तु" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|सर्वाणि सञ्चिकानि" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "सर्वाणि समर्थितानि सञ्चिकानि" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "सर्वाणि सञ्चिकानि" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "स्थानप्रविष्टिः योजयतु" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "स्थानप्रविष्टिः सम्पादयतु" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

        The " @@ -2865,17 +2782,17 @@ msgstr "" "भवितुमर्हति येन भवन्तः स्मर्तुं साहाय्यं करिष्यन्ति यत् एषा प्रविष्टिः किं निर्दिशति । यदि " "भवान् लेबलं न लिखति तर्हि तत् स्थानस्य URL तः उत्पन्नं भविष्यति ।
        " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&नामपत्र:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "अत्र वर्णनात्मकं नामपत्रम् लिखत" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2888,12 +2805,12 @@ msgstr "" ">
        पाठसम्पादनपेटिकायाः पार्श्वे स्थितं गण्ड नुत्वा भवान् समुचितं URL अन्वेषय कर्तुं शक्नोति " "।.
        " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&स्थानम्:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

        Click " @@ -2902,17 +2819,17 @@ msgstr "" "एतत् चिह्नं यत् स्थानफलके दृश्यते ।

        भिन्नं चिह्नं चिन्वन्तु इति गण्ड नुदन्तु ।" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "एकं चिह्नं चिनोतु:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&केवलं एतस्य अनुप्रयोगस्य उपयोगं कुर्वन् दर्शयतु (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2923,200 +2840,208 @@ msgstr "" "इति तर्हि एतत् विकल्पं चिनोतु ।

        यदि एषः विकल्पः न चयनितः तर्हि सर्वेषु " "अनुप्रयोगेषु निवेशः उपलब्धः भविष्यति ।
        " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "स्थानाः" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "दूरस्थ" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "सद्यस्क" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "अन्वेष्टुम्" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "यन्त्राणि" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "हटनीयानि यन्त्राणि" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "चिह्नानि" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2 तः)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "सर्वे चिह्नानि" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "गृहम्‌" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "कार्यमुखम्" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "दस्तावेजाः" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "अवारोपण" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "जालकृति" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "पुनःप्रयोगस्य कूपः" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "सङ्गीतम्" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "चित्राणि" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "चलचित्रम्" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "सद्यः एव उद्घाटिताः सञ्चिकाः" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "सद्यः एव भ्रमणं कृतवन्तः स्थानानि" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "अद्य परिवर्तितम्" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "परिवर्तनं कालमेव अभवत्" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "स्थानफलके योजयितुं न शक्यते: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "स्थानफलके इत्यत्र केवलं पुटं योजयितुं शक्यते ।." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "जालसंक्षिप्तमार्गः विन्यस्तं कुर्वन्तु…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "विमोचयन्…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&विमोचनम्" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "सुरक्षितरूपेण निष्कासयन्…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&सुरक्षितरूपेण निष्कासयन्तु" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "असंचाद्यते…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&असंचादयति" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&निष्कासनम्" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' इति यन्त्रं डिस्कं नास्ति तथा च निष्कासयितुं न शक्यते ।." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' इत्यस्य अभिगमनसमये त्रुटिः अभवत्, प्रणाली प्रतिक्रियाम् अददात्: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' इत्यस्य अभिगमने त्रुटिः अभवत् ।" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "अस्मिन् यन्त्रे एकः वा अधिकः सञ्चिकाः अनुप्रयोगस्य अन्तः उद्घाटिताः सन्ति ।." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3131,108 +3056,108 @@ msgstr[1] "" "अस्मिन् यन्त्रे एकः वा अधिकः सञ्चिकाः निम्नलिखित-अनुप्रयोगेषु उद्घाटिताः भवन्ति: " "%2 ।." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "विभाजनप्रबन्धकेन पुनः स्वरूपणं वा सम्पादनं वा कुर्वन्तु" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 %2 तः मुक्तं (%3% प्रयुक्तम्)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (अदृष्ट)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "पुनःप्रयोगस्य कूपं रिक्तं कुर्वन्तु" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "संचयतु" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "नूतन टैब् मध्ये उद्घाटयन्तु" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "नूतनगवाक्ष मध्ये उद्घाटयन्तु" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "प्रविष्टि योजयतु…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&सम्पादयतु…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "स्थानेभ्यः निष्कासयन्तु" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&गोपयतु" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "खण्डं गोपयन्तु '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "खण्डं गोपयन्तु" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "सर्वाणि प्रविष्टयः दर्शयतु" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "चिह्नस्य आकार" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3240,51 +3165,51 @@ msgctxt "" msgid "Auto Resize" msgstr "स्वतः आकारं परिवर्तयतु" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "लघु (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "मध्यम (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "बृहत्‌ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "विशालः (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "भवन्तः केवलम् एकां सञ्चिकां चिन्वितुं शक्नुवन्ति" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "एकादशाधिकसञ्चिका प्रदत्ता" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "भवान् केवलं स्थानीयसञ्चिकाः एव चिन्वितुं शक्नोति" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "दूरस्थसञ्चिकाः न स्वीकृताः" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3297,51 +3222,22 @@ msgstr[0] "" msgstr[1] "" "चयनितं URL असमर्थितं योजनां उपयुङ्क्ते । कृपया निम्नलिखितयोजनासु एकां उपयोगं कुर्वन्तु: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "असमर्थित URL योजना" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"एकादशाधिकं पुटं चयनितम् अस्ति तथा च अयं संवादः पुटं न स्वीकुर्वति, अतः कस्य प्रवेशः करणीयः " -"इति निर्णयः कर्तुं न शक्यते । कृपया केवलं एकं पुटं चिनोतु तस्य सूचीं कर्तुं ।." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "एकादशाधिकं पुटं प्रदत्तम्" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"न्यूनातिन्यूनम् एकं पुटं एकं सञ्चिकां च चयनितम् अस्ति । चयनितसञ्चिकाः उपेक्षिताः भविष्यन्ति, " -"चयनितं पुटं सूचीकृतं भविष्यति" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "सञ्चिकाः, पुटकानि च चयनितानि" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" इति सञ्चिका न लब्धा" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "सञ्चिकां उद्घाटयितुं न शक्यते" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3351,42 +3247,43 @@ msgstr "" "मातृपुटं प्रविष्टुं एतत् बटनं नुदन्तु।

        उदाहरणार्थं, यदि वर्तमानस्थानं file:/" "home/konqi अस्ति तर्हि एतत् गण्डम् क्लिक् कृत्वा भवान् file:/home इत्यत्र नेष्यति।
        " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "गवेषण इतिहासे एकं पदं पश्चात् गन्तुं एतत् गण्ड नुदन्तु ।." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "गवेषण इतिहासे एकं पदं अग्रे गन्तुं एतत् गण्ड नुदन्तु ।." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "वर्तमानस्थानस्य सामग्रीं पुनः आरोपय कर्तुं एतत् गण्ड नुदन्तु ।." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "नूतनं पुटं निर्मातुं एतत् गण्ड नुदन्तु ।." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "स्थानानि फलकम् दर्शयतु" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "पुस्तकचिह्नं दर्शयतु गण्डम्" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "गुप्तसञ्चिकाः दर्शयन्तु" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "विकल्पाः" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3400,12 +3297,12 @@ msgstr "" "चिह्नं सूची च सहितम्
      • गुप्तसञ्चिकानां प्रदर्शनम्
      • स्थानपटलम्
      • सञ्चिकापूर्वावलोकनम्
      • सञ्चिकाभ्यः पुटं पृथक् कुर्वन्
      " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "पुस्तकचिह्नम्" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3419,12 +3316,38 @@ msgstr "" "पुस्तकचिह्नवत् कार्यं कुर्वन्ति ।" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&नामः:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "परिवर्तनं पूर्ववत् कुर्वन्तु" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "यत्र स्थितम् अस्ति तत्र पुटं उद्घाटयन्तु" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "गुप्तसञ्चिकाः अन्तिमः" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3436,12 +3359,12 @@ msgstr "" "क्लिक् कृत्वा Text Completion मेन्यूतः प्राधान्यं दशाम् चित्वा एतत् विशेषता " "नियन्त्रयितुं शक्यते ।" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "एतत् सञ्चिकां यथा रक्षितुं नाम अस्ति ।." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3450,74 +3373,79 @@ msgstr "" "एषा उद्घाटनीयानां सञ्चिकानां सूची अस्ति । एकादशाधिकसञ्चिकाः निर्दिष्टुं शक्यन्ते अनेकाः " "सञ्चिकाः सूचीकृत्य, रिक्तस्थानैः पृथक्कृताः ।." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "एतत् उद्घाटयितुं सञ्चिकायाः नाम अस्ति ।." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "स्थानाः" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" इति सञ्चिका पूर्वमेव अस्ति । किं भवन्तः तस्य अधिलेखनं कर्तुम् इच्छन्ति ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "सञ्चिकां अधिलेखयतु?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "भवान् केवलं स्थानीयसञ्चिकाः एव चिन्वितुं शक्नोति ।." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "दूरस्थसञ्चिकाः न स्वीकृताः" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "सर्वाणि पुटानि" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "पुटं सृजतु" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&उद्घाटयतु" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "चिह्नस्य आकारः %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "सञ्चिकानाम &विस्तारं (%1) स्वयमेव चिनोतु ।" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "%1 इति विस्तारः" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "स्वयमेव सञ्चिकानाम &विस्तारं चिनोतु" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "उपयुक्तः विस्तारः" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3543,12 +3471,12 @@ msgstr "" "भविष्यति)।यदि अनिश्चितः अस्ति तर्हि एतत् विकल्पं सक्षमं कुर्वन्तु यतः एतेन भवतः " "सञ्चिकाः अधिकं प्रबन्धनीयाः भवन्ति ।." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&सञ्चिकाप्रकारः:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3557,63 +3485,56 @@ msgstr "" "एषः सञ्चिकाप्रकारचयनकः अस्ति । सञ्चिका यस्मिन् प्रारूपे रक्षिता भविष्यति तस्य चयनार्थं " "तस्य उपयोगः भवति ।." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&छानकाः:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"एतत् सञ्चिकासूचौ प्रयोक्तुं शोधक अस्ति । सञ्चिकानामानि शोधकेन सह न सङ्गतानि न " -"दर्शितानि भविष्यन्ति ।

      भवन्तः विकल्पसूचि मध्ये पूर्वनिर्धारित-छिद्रकेषु एकस्मात् चयनं कर्तुं " -"शक्नुवन्ति, अथवा भवन्तः प्रत्यक्षतया पाठक्षेत्रे इष्ट-छिद्रकं प्रविष्टुं शक्नुवन्ति ।

      * " -"तथा ? अनुमताः सन्ति।

      " +"एषः सञ्चिकाप्रकारचयनकः अस्ति । सञ्चिका यस्मिन् प्रारूपे रक्षिता भविष्यति तस्य चयनार्थं " +"तस्य उपयोगः भवति ।." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "नूतनं सञ्चिकां रचयन्तु" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "क्षम्यताम्‌" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "सारूप्यसञ्चिका %1 नास्ति ।." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "नूतनसम्बन्धस्य नाम :" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL इत्यस्य सम्बन्धम् रचयन्तु" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "क्षम्यताम्‌" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "सारूप्यसञ्चिका %1 नास्ति ।." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "नूतनसम्बन्धस्य नाम :" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "प्रतीकसम्बद्धम् (Symlink) रचयन्तु" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL इत्यस्य सम्बन्धम् रचयन्तु" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3623,7 +3544,7 @@ msgstr "" "%1 इति नाम उपयोक्तुं न शक्यते यतः एतत् प्रचालनतन्त्रेण उपयोगाय " "आरक्षितम् अस्ति ।." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3633,7 +3554,7 @@ msgstr "" "%1 इति नाम बिन्दुना आरभ्यते, अतः पूर्वनिर्धारितरूपेण गोपनीयं " "भविष्यति ।." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3644,27 +3565,35 @@ msgstr "" "%1 इति नाम रिक्तस्थानेन आरभ्यते, यस्य परिणामः भविष्यति यत् अन्येषु " "सम्भाव्यविचित्रेषु वर्णमालानुसारं क्रमणं कुर्वन् अन्यवस्तूनाम् पूर्वं दर्शितं भविष्यति ।." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "पुटनामेषु स्लैशस्य (/) उपयोगेन उपपुटं निर्मास्यति, यथा:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "पुटनामेषु स्लैशस्य (/) उपयोगेन उपपुटस्य निर्माणं भविष्यति ।." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "सञ्चिका-पुट-नाम्नि स्लैश (/)-इत्यस्य उपयोगः कर्तुं न शक्यते ।." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "सञ्चिका-पुट-नाम्नि पृष्ठस्लैश (\\) - प्रयोगः कर्तुं न शक्यते ।." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3673,96 +3602,146 @@ msgstr "" "सञ्चिकायाः अथवा पुटनामस्य आरम्भः tilde इत्यनेन न अनुशंसितः यतः वस्तूनि विलोपयितुं टर्मिनल् " "इत्यस्य उपयोगं कुर्वन् भ्रान्तिकं वा भयङ्करं वा भवितुम् अर्हति ।." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "%1 इति नामयुक्तं पुटं पूर्वमेव अस्ति ।." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 इति नाम्ना सञ्चिका पूर्वमेव अस्ति ।." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "नूतनं सृजतु" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "यन्त्रस्य सम्बन्धम् स्थापितु" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "नूतनं पुटम्" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "नूतनं पुटं निर्मातुम्" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 मध्ये नूतनं पुटं रचयन्तु:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "स्वामी (पूर्वनिर्धारितम्)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "नूतनं सञ्चिकां रचयन्तु" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 कृते अनुप्रयोगं चिनोतु" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "एकं चिह्नं चिनोतु:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "प्रतिलिख्यताम्" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "स्थापितु" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "नूतने टैब् मध्ये \"%1\" उद्घाटयन्तु" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "नूतनगवाक्ष मध्ये \"%1\" उद्घाटयन्तु" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "सम्पादयतु" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "निग्राह्यते" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "पूर्णमार्गं दर्शयतु" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1 इति मार्गे यत्किमपि स्थानं गच्छन्तु" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3774,6 +3753,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Location on Path इत्यत्र गच्छन्तु" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "स्थानाः" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3797,28 +3785,28 @@ msgstr "इतर" msgid "Edit mode" msgstr "शोधनावस्था" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "स्थानस्य मार्गदर्शनार्थं क्लिक् कुर्वन्तु" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "स्थानं सम्पादयितुं नुदन्तु" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "एतां सञ्चिकां निष्पादयितुं भवान् अधिकृतः नास्ति ।." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "प्रक्षेपण %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3827,12 +3815,12 @@ msgstr "" "%1 सेवां कार्यान्वयनीयं कर्तुं असमर्थः, निष्पादनं निरस्तं करोति ।\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "एतां सञ्चिकां उद्घाटयितुं भवान् अनुप्रयोगं चिन्वितुं अधिकृतः नास्ति ।." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3859,12 +3847,18 @@ msgstr "%1 इत्यत्र चित्रं रक्षितुं त msgid "Icon file too big, download aborted" msgstr "चिह्नसञ्चिका अतीव विशाला, अवारोपण निरस्तम्" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "कोऽपि पत्रग्राहकः न लब्धः" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3875,28 +3869,28 @@ msgstr "" "%1\n" "न वैधः ।." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "प्रक्षेपण %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 इति आदेशः न लब्धः ।." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "कोऽपि टर्मिनल् एमुलेटरः न लब्धः" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 उद्घाटयितुं असफलम्" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3907,7 +3901,7 @@ msgstr "" "%1\n" "Link प्रकारस्य अस्ति किन्तु URL=... निवेशः नास्ति ।." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3916,20 +3910,20 @@ msgstr "" "कार्यान्वयनीयसञ्चिका \"%1\" दूरस्थसञ्चिकातन्त्रे स्थिता अस्ति । सुरक्षाकारणात् तस्य आरम्भः न " "भविष्यति।." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "सुरक्षाकारणात् अस्मिन् सन्दर्भे कार्यान्वयनीयानां प्रारम्भस्य अनुमतिः नास्ति ।." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "\"%1\" इति कार्यक्रमस्य प्रारम्भात् पूर्वं कार्यान्वयनीय-अनुमतिः आवश्यकी अस्ति ।." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3938,12 +3932,12 @@ msgstr "" "\"%1\" सञ्चिकां कार्यान्वयनीयं कर्तुं असमर्थम् ।\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "कार्यमुख प्रविष्टिसञ्चिका %1 इत्यस्य Type=... प्रविष्टिः नास्ति ।." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3954,12 +3948,12 @@ msgstr "" "भवतः उद्घाटितानि अनुप्रयोगाः सूचनाक्षेत्रं च पश्यन्तु यत् किमपि लम्बितकार्यं वा अवारोपण वा " "भवति।." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "सञ्चिकां उद्घाटयितुं असफलम्।." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "\"%1\" इति कार्यक्रमः प्रारब्धः न अभवत् ।." @@ -4048,80 +4042,75 @@ msgstr "" "परिवर्तनं कृतम् अस्ति।\n" "परिवर्तनं उपारोपण कर्तुम् इच्छति वा ?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - दूरस्थसञ्चिकां उद्घाटयति, परिवर्तनं पश्यति, उपारोपण याचते" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) १९९८ - २०००, २००३ KFM/Konqueror विकासकाः" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "डेविड फौरे" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "स्टीफन कुलोव्" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "बर्नहार्ड रोसेन्क्रान्ज़र्" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "वाल्दो बास्टियन्" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "ओसवाल्ड बुडेनहेगेन्" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "संविदितस्रोतःसूचिका (URL) -इत्येतत् स्थानीयसञ्चिकारूपेण व्यवहरन्तु, तदनन्तरं च तान् विलोपयन्तु" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "अवतरितसञ्चिकायाः सुझातं सञ्चिकानाम" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "निष्पादनार्थं आदेशः" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "'command' कृते प्रयुक्ताः URL(s) अथवा स्थानीयसञ्चिका।" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 कृते ACL निरूपयत् करणम्" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "%1 तस्य अनुमतिः परिवर्तयितुं न शक्तवान्" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4129,118 +4118,38 @@ msgid "" "%1" msgstr "%1 तस्य कृते स्वामिनं समूहं च परिवर्तयितुं न शक्तवान्" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "अस्थायीसञ्चिकायाः नामान्तरणं कर्तुं न शक्तवान्" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" इति कार्यक्रमः न लब्धः ।" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" इति कार्यक्रमः न लब्धः ।" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "सञ्चिकायाः अनुमतिः परिवर्तयतु" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "नवीनाः अनुमतिः: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "सञ्चिकास्वामित्वं परिवर्तयतु" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "नवीनः स्वामिः: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "सञ्चिकां निष्कासयतु" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "पुटं निष्कासयतु" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "पुटं सृजतु" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "पुटम् अनुमतिः: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "सञ्चिकां उद्घाटयतु" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "पुटं उद्घाटयन्तु" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "नवीनं सञ्चिकानाम: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "लक्ष्यम् : %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "समयमुद्रांक परिवर्तनं कुर्वन्तु" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "तः: %1, प्रति: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "अज्ञात क्रिया" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"क्रियाः %1\n" -"स्रोतः : %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "%1 तः %2 पर्यन्तं सञ्चिकां प्रतिलिखितुं न शक्यते । (त्रुटिसङ्ख्या: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 इत्यस्य कृते उपकरणे कोऽपि माध्यमः नास्ति" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "दत्तस्य उपयोक्तृनाम %1 कृते उपयोक्तृ-तादात्म्यम् (user id) प्राप्तुं न शक्तम्" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "दत्तसमूहनाम %1 कृते समूह id प्राप्तुं न शक्तम्" @@ -4281,32 +4190,32 @@ msgstr "" "सर्वरः उत्तरितवान्:\n" "%2\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "अस्मिन् स्थले प्रवेशार्थं भवद्भिः उपयोक्तृनाम गुप्तशब्दं च आपूर्तिः कर्तव्यः ।." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "क्षेत्र (Site):" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "प्रवेशः ठीकः अस्ति" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 मध्ये प्रवेशं कर्तुं न शक्तम् ।." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4315,7 +4224,7 @@ msgstr "" "\n" "वितारकः अवदत् - \"%1\" इति ।" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4324,12 +4233,12 @@ msgstr "" "भवद्भिः कस्यापि साइट्-प्रवेशस्य अनुमतिः भवितुं पूर्वं अधोलिखितस्य प्रतिनिधि-वितारकस्य कृते " "उपयोक्तृनाम गुप्तशब्दं च प्रदातव्यम् ।." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "प्रतिनिधि:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "प्रतिनिधिस्य प्रमाणीकरणं विफलम्।." @@ -4381,101 +4290,101 @@ msgid "" msgstr "किं भवन्तः एतत् प्रमाणपत्रं सदा अप्रत्याशितरूपेण स्वीकुर्वितुं इच्छन्ति?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "वितारक प्रमाणीकरणम्" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 इत्यत्र %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "अन्यथा अनुरोधः सफलः स्यात् ।." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "गुणमूल्यानि पुनः प्राप्तुं" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "गुणमूल्यानि निरूपयतु" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "अनुरोधितं पुटं रचयन्तु" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "निर्दिष्टसञ्चिकां वा पुटं वा प्रतिलिख्यताम्" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "निर्दिष्टसञ्चिकायाः अथवा पुटस्य स्स्थानान्तर्तुम्" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "निर्दिष्टे पुटे अन्वेषणं कुर्वन्तु" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "निर्दिष्टां सञ्चिकां वा पुटं वा ताडयन्तु" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "निर्दिष्टां सञ्चिकां वा पुटं वा मुक्तं कुर्वन्तु" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "निर्दिष्टां सञ्चिकां वा पुटं वा विलोपयन्तु" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "वितारकस्य क्षमतां पृच्छन्तु" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "निर्दिष्टसञ्चिकायाः अथवा पुटस्य सामग्रीं पुनः प्राप्तुं शक्नुवन्ति" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "निर्दिष्टपुटे एकं प्रतिवेदनं चालयन्तु" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 इत्यस्य प्रयासे अप्रत्याशितदोषः (%1) अभवत् ।." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4483,13 +4392,13 @@ msgid "" "below." msgstr "%1, %2 इत्यस्य प्रयासे त्रुटिः अभवत् । कारणानां सारांशः अधः अस्ति ।." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 इत्यस्य प्रयासे अभिगमनं नकारितम् ।." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4498,7 +4407,7 @@ msgstr "" "यावत् एकः वा अधिकः मध्यवर्ती संग्रहः (पुटः) न निर्मितः तावत् गन्तव्यस्थाने संसाधनं निर्मातुं " "न शक्यते ।." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4512,28 +4421,28 @@ msgstr "" "प्रयतितवान्\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "अनुरोधितं तालं अनुमोदितुं न शक्यते स्म । %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "वितारकः सामग्रीयाः अनुरोधप्रकारं समर्थयति न ।." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 कर्तुं असमर्थः यतः संसाधनं ताडितम् अस्ति ।." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "एतत् कर्म अन्येन दोषेण निवारितम् ।." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4541,7 +4450,7 @@ msgid "" "folder." msgstr "%1 कर्तुं असमर्थः यतः गन्तव्यवितारकः सञ्चिकां अथवा पुटं स्वीकुर्वितुं नकारयति ।." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4550,18 +4459,18 @@ msgstr "" "गन्तव्यसंसाधनस्य एतस्य पद्धतेः निष्पादनस्य अनन्तरं संसाधनस्य स्थितिं अभिलेखयितुं पर्याप्तं स्थानं " "नास्ति ।." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "संसाधनं लोपयितुं न शक्यते।." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "उपारोपण %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4572,15 +4481,15 @@ msgstr "%2 इत्यस्य प्रयासे अप्रत्या msgid "Network" msgstr "जालकृति" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "विकृतम् URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4592,12 +4501,12 @@ msgstr "" "पुनः निर्माय पुनः पुनर्स्थापनक्रियायाः उपयोगं कर्तुं शक्नोति, अथवा पुनर्स्थापनार्थं अन्यत्र " "द्रव्यं कर्षितुं शक्नोति ।." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "संविदस्य अमान्यसंयोजनम्।." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "इयं सञ्चिका पूर्वमेव पुनःप्रयोगस्य कूपे अस्ति ।." @@ -4633,7 +4542,7 @@ msgstr "पुनःप्रयोगस्य कूपस्य सामग msgid "Restore a trashed file to its original location" msgstr "विलोपितां सञ्चिकां तस्याः मूलस्थाने पुनः स्थापयन्तु" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4655,17 +4564,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "पुनः प्रयतस्व" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "प्रमाणीकरणसंवादः" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "अभिगमनं अङ्गीकृतम्" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 संविदम् प्राप्तुं भवतः अनुमतिः नास्ति ।." @@ -4774,41 +4683,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "अपेक्षितं चेकसम (checksum) (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "अंशफलक तः चेकसमं(checksum) निवेशक्षेत्रे स्थापयितुं नोदनम् कुर्वन्तु ।." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4818,9 +4727,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "गणनां कुरुत" @@ -4829,135 +4738,224 @@ msgstr "गणनां कुरुत" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "चेकसमं (checksum) अंशफलक प्रति प्रतिलिखितुं क्लिक् कुर्वन्तु ।." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&रद्दं कुर्वन्तु" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&अत्र संस्थापयन्तु" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&अत्र अवारोपण कुर्वन्तु" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&अत्र प्रतिलिख्यताम्" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&अत्र सम्बन्धितु" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "प्रक्षेपण %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "एतेन सञ्चिकायाः किं कर्तुम् इच्छसि ?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "पुनः मा पृच्छतु" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&उद्घाटयतु" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&निष्पादयतु" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&एतेन उद्घाटयन्तु %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "परिवर्तनं पूर्ववत् कुर्वन्तु" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "एतेन सञ्चिकायाः किं कर्तुम् इच्छसि ?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "एतत् कार्यं पूर्ववत् कर्तुं मूलविशेषाधिकारस्य आवश्यकता भवति । किं त्वं प्रगन्तुं इच्छसि ?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "पुटस्य निर्माणम्" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "स्रोत" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "गन्तव्यम्" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "प्रतिलिपिकरणम्" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "स्थानान्तरम्" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "नामान्तरणम्" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "पुनर्चक्रणबिन् मध्ये स्थानान्तरणम्" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "विलोपयन्" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&अपाकरोति" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&अपाकरोति: प्रतिलिपिताम्" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&अपाकरोति: संबन्धं स्थापितु" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&अपाकरोति: स्थापितु" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&अपाकरोति: नामान्तरम्" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&अपाकरोति: लोपयन्तु" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&अपाकरोति: पुटं निर्मातुम्" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&अपाकरोति: पुटं निर्मातुम्" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&अपाकरोति: सञ्चिकां निर्मायताम्" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&अपाकरोति: समूहः नामयति" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&अपाकरोति: प्रतिलिपिताम्" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&अपाकरोति: संबन्धं स्थापितु" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&अपाकरोति: स्थापितु" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&अपाकरोति: नामान्तरम्" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&अपाकरोति: लोपयन्तु" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&अपाकरोति: पुटं निर्मातुम्" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&अपाकरोति: पुटं निर्मातुम्" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&अपाकरोति: सञ्चिकां निर्मायताम्" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&अपाकरोति: समूहः नामयति" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4970,12 +4968,12 @@ msgstr "" "भविष्यन्ति ।\n" "%4 विलोपयितुम् इच्छसि वा?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "सञ्चिकाप्रतिलिपिपुष्टिः पूर्ववत् करोतु" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4987,21 +4985,22 @@ msgstr "" "filename>एतत् कर्म निवर्तयितुं न शक्यते ।." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "स्थायिरूपेण विलोपयन्तु" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "स्थायिरूपेण विलोपयन्तु" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5017,7 +5016,7 @@ msgstr[1] "" "किं भवान् वास्तवमेव एतानि %1 द्रव्याणि स्थायिरूपेण विलोपयितुम् इच्छति?एतत् कर्म निवर्तयितुं न शक्यते ।." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5027,13 +5026,13 @@ msgstr "" "किं भवन्तः पुनःप्रयोगस्य कूपतः सर्वाणि वस्तूनि स्थायिरूपेण विलोपयितुम् इच्छन्ति?एतत् कर्म निवर्तयितुं न शक्यते ।." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "पुनःप्रयोगस्य कूपं रिक्तं कुर्वन्तु" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5043,7 +5042,7 @@ msgstr "" "किं भवान् वास्तवमेव एतत् द्रव्यं पुनःप्रयोगस्य कूपं प्रति स्थानान्तरयितुम् इच्छति?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5128,7 +5127,7 @@ msgstr "स्वामी" msgid "Owning Group" msgstr "स्वामित्वसमूहः" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "अन्ये" @@ -5201,106 +5200,113 @@ msgstr "सङ्गणकतन्त्राः विन्यासस् msgid "Updating system configuration…" msgstr "सङ्गणकतन्त्राः विन्यासस्य अद्यतनीकरणम्…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "नामः" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "आकृति" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "तिथि" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "अनुज्ञाः" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "स्वामी" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "समूहम्" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "प्रकारः" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&एतेन उद्घाटयन्तु %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&क्रियाः" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&एतेन सह पुटं उद्घाटयन्तु…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&एतेन उद्घाटयन्तु…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&निष्पादयतु" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&एतेन सह पुटं उद्घाटयन्तु %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&एतेन उद्घाटयन्तु %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&एतेन सह पुटं उद्घाटयन्तु" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&एतेन उद्घाटयन्तु" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&अन्य अनुप्रयोग…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5308,113 +5314,137 @@ msgid_plural "%1 items" msgstr[0] "१ द्रव्यम्" msgstr[1] "%1 द्रव्यम्" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "अज्ञात्" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "स्थगयतु" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Filelight इत्यस्मिन् अन्वेषणं कुर्वन्तु" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "तः संचितः:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "रिक्तस्थानम्:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "प्रकारः:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "सामग्री:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "एतेन उद्घाटयन्तु:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "परिवर्तयतु..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "स्थानम्:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "आकृति:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "परिवर्तयतु..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "सामग्री:" +msgid "Stop" +msgstr "स्थगयतु" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight इत्यस्मिन् अन्वेषणं कुर्वन्तु" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "दर्शयति:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "संशोधित:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "पूर्वावलोकनम् दर्शयतु" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "सृष्टा:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "सञ्चिकातन्त्रम्:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "अज्ञात आकारः" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "तः संचितः:" +msgid "Modified:" +msgstr "संशोधित:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "अभिगमन तिथि:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "सञ्चिकातन्त्रम्:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "तः संचितः:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "तः संचितः:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "रिक्तस्थानम्:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "एतेन उद्घाटयन्तु:" +msgid "Unknown size" +msgstr "अज्ञात आकारः" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5703,26 +5733,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "अस्य अनुप्रयोगस्य वर्णनं, तस्य उपयोगाधारितं, अत्र लिखन्तु । उदाहरणानि: डायल अप अनुप्रयोगः " "(KPPP) \"डायल अप साधनम्\" भविष्यति ।." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&वर्णनम्:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&सर्वत्रगत" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "यत्किमपि टिप्पणीं भवन्तः अत्र उपयोगिनो मन्यन्ते तत् लिखन्तु।." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"अस्य अनुप्रयोगस्य वर्णनं, तस्य उपयोगाधारितं, अत्र लिखन्तु । उदाहरणानि: डायल अप अनुप्रयोगः " +"(KPPP) \"डायल अप साधनम्\" भविष्यति ।." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5732,8 +5774,9 @@ msgstr "&टिप्पणी:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "पर्यावरणचराः (Environment Variables):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5933,7 +5976,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "वण्टतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5942,36 +5985,59 @@ msgid "" msgstr "" "अत्र अपर्याप्तलेखनअभिगमः गुणाः रक्षितुं न शक्तवान्:%1 ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&सर्वत्रगत" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explore in %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "नवीकरण" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 स्थानान्तरणं कर्तुं न शक्यते" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "अज्ञात आकारः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5980,165 +6046,171 @@ msgstr "" "गणनां कुर्वन्... %1 (%2)\n" "%3 %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "१ सञ्चिका" msgstr[1] "%1 %1 सञ्चिकाः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "१ उपपुटम्" msgstr[1] "%1 उपपुटाः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "गणनां कुर्वन्...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "न्यूनतया %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "नूतनं सञ्चिकानाम रिक्तम् अस्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "पञ्जीकृतः सञ्चिकाप्रकारः नास्ति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "कोऽपि सम्बद्धः अनुप्रयोगः नास्ति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "सृष्टा…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "परिवर्तयतु…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "न अभिगमः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "केवलं द्रष्टुं शक्नोति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "द्रष्टुं परिवर्तनं च कर्तुं शक्नोति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "केवलं सामग्रीं द्रष्टुं शक्यते" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "सामग्रीं द्रष्टुं परिवर्तनं च कर्तुं शक्नोति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "केवलं सामग्रीं द्रष्टुं/पठितुं शक्नुवन्ति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "द्रष्टुं/पठितुं परिवर्तनं/लेखनं च कर्तुं शक्नोति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&अनुज्ञाः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "अभिगम अनुमतिः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "एषा सञ्चिका साम्बन्धः अस्ति, तस्याः अनुमतिः नास्ति ।." msgstr[1] "सर्वाणि सञ्चिकाः संबन्धम् सन्ति, तेषां अनुमतिः नास्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "केवलं स्वामिना एव अनुमतिः परिवर्तयितुं शक्यते ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "स्वामी :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "स्वामिनः यत् क्रियाः कर्तुं अनुमतिः अस्ति तानि निर्दिशति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "समूहम्:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "समूहस्य सदस्येभ्यः यत् कार्यं कर्तुं अनुमतिः अस्ति तत् निर्दिशति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "अन्यः :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "सर्वेषां उपयोक्तृणां, ये न स्वामिनः न च समूहे, तानि क्रियाणि निर्दिशति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "केवलं स्वामिः एव सामग्रीं नाम परिवर्तयितुं विलोपयितुं च शक्नोति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "सञ्चिकां संविधिरूपेण &निष्पादयितुं अनुमतिं ददातु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "विलोपनं वा नामकरणं वा :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "निष्पादयतु:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6149,7 +6221,7 @@ msgstr "" "कर्तुं अनुमतिं दातुं एतत् विकल्पं सक्षमं कुर्वन्तु ।. अन्ये उपयोक्तारः केवलं नूतनाः सञ्चिकाः योजयितुं " "शक्नुवन्ति, यस्य कृते 'सामग्रीं परिवर्तयति' इति अनुमतिः आवश्यकी भवति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6158,42 +6230,42 @@ msgstr "" "सञ्चिकां कार्यान्वयनीयरूपेण चिह्नितुं एतत् विकल्पं सक्षमं कुर्वन्तु । एतस्य केवलं कार्यक्रमानां " "लिपिनां च कृते अर्थः भवति । यदा भवन्तः तान् निष्पादयितुम् इच्छन्ति तदा आवश्यकम् ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "उ&न्नतानुमतिः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "स्वामित्व" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "उपयोक्ता :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "समूहम् :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "सर्वेषु उपपुटेषु तेषां सामग्रीषु च परिवर्तनं प्रयोजयन्तु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "उन्नतानुमतिः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "वर्ग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6202,22 +6274,22 @@ msgstr "" "दर्शयतु\n" "प्रविष्टयः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "एषः ध्वजः पुटस्य सामग्रीं द्रष्टुं शक्नोति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "पठतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "पठ (Read) ध्वजः सञ्चिकायाः सामग्रीं द्रष्टुं शक्नोति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6226,7 +6298,7 @@ msgstr "" "लेखनस्य\n" "प्रविष्टयः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6235,67 +6307,67 @@ msgstr "" "एषः ध्वजः सञ्चिकानां योजनं, नाम परिवर्तनं, विलोपनं च कर्तुं शक्नोति । ध्यानं कुर्वन्तु यत् " "चिपचिपा (Sticky) ध्वजस्य उपयोगेन विलोपनं नाम परिवर्तनं च सीमितं कर्तुं शक्यते ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "लिखतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "लेखनध्वजः सञ्चिकायाः सामग्रीं परिवर्तयितुं शक्नोति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "प्रविशतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "पुटस्य प्रवेशं कर्तुं एतत् ध्वजं सक्षमं कुर्वन्तु ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "सञ्चिकां संविधिरूपेण निष्पादयितुं अनुमतिं दातुं एतत् ध्वजं सक्षमं कुर्वन्तु ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "विशेषः" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "विशेषध्वजः । समग्रपुटस्य कृते वैधः, ध्वजस्य सटीकः अर्थः दक्षिणहस्तस्तम्भे दृश्यते ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "विशेषध्वजः । ध्वजस्य सम्यक् अर्थः दक्षिणहस्तस्तम्भे दृश्यते ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "उपयोक्ता" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "समूहम्" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6304,7 +6376,7 @@ msgstr "" "यदि एषः ध्वजः निरूपयत् भवति तर्हि अस्य पुटस्य स्वामी सर्वेषां नूतनानां सञ्चिकानां स्वामी " "भविष्यति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6313,7 +6385,7 @@ msgstr "" "यदि एषा सञ्चिका कार्यान्वयनीयः अस्ति तथा च ध्वजः निरूपयत् कृतः अस्ति तर्हि स्वामिनः " "अनुमतिभिः सह निष्पादितः भविष्यति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6321,7 +6393,7 @@ msgstr "" "यदि एषः ध्वजः निरूपयत् भवति तर्हि अस्य पुटस्य समूहः सर्वेषां नूतनानां सञ्चिकानां कृते निरूपयत् " "भविष्यति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6330,7 +6402,7 @@ msgstr "" "यदि एषा सञ्चिका कार्यान्वयनीयः अस्ति तथा च ध्वजः निरूपयत् कृतः अस्ति तर्हि समूहस्य " "अनुमतिभिः सह निष्पादितः भविष्यति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6340,7 +6412,7 @@ msgstr "" "सञ्चिकाः विलोपयितुं वा नाम परिवर्तयितुं वा शक्नुवन्ति । अन्यथा लेखन-अनुमतियुक्ताः सर्वे एतत् " "कर्तुं शक्नुवन्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6349,89 +6421,80 @@ msgstr "" "सञ्चिकायां चिपचिपा (Sticky) ध्वजः Linux इत्यत्र उपेक्षितः भवति, परन्तु केषुचित् प्रणालीषु " "तस्य उपयोगः भवितुम् अर्हति" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID निरूपयतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID निरूपयतु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "चिपचिपा" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "सम्बन्ध स्थापितु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "परिवर्ती (परिवर्तनं नास्ति)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "एषा सञ्चिका उन्नतानुमतिः उपयुज्यते" msgstr[1] "एताः सञ्चिकाः उन्नतानुमतीनां उपयोगं कुर्वन्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "अस्मिन् पुटे उन्नतानुमतिः उपयुज्यते ।." msgstr[1] "एतेषु पुटेषु उन्नतानुमतिः उपयुज्यते ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "एताः सञ्चिकाः उन्नतानुमतीनां उपयोगं कुर्वन्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksums" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "गणनां कुर्वन्…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "अमान्य checksum." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "दत्तः निवेशः वैधः MD5, SHA1 अथवा SHA256 Checksum नास्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksums मेलनं करोति." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "गणितं चेकसमं (checksum) अपेक्षितं चेकसमं (checksum) च मेलम् अस्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6442,56 +6505,74 @@ msgstr "" "अर्हति ।. सञ्चिकां पुनः अवतरणं कर्तुं प्रयतस्व।
      यदि सत्यापनम् अद्यापि विफलं भवति तर्हि " "सञ्चिकायाः स्रोतः सम्पर्कं कुर्वन्तु ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "गणितं चेकसमं (checksum) अपेक्षितं चेकसमं (checksum) च भिन्नं भवति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Checksum सत्यापनम्…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "सञ्चिकाः समानाः सन्ति ।." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "सञ्चिकाः भिन्नाः भवन्ति।." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "गणनां कुर्वन्…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "प्रारूपितं संविदितस्रोतःसूचिका (U&RL)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "प्रारूपितं संविदितस्रोतःसूचिका (URL):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "गुणाः रक्षितुं न शक्तवान् । केवलं स्थानीयसञ्चिकातन्त्रेषु प्रविष्टयः समर्थिताः सन्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&अनुप्रयोग" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 कृते सञ्चिकाप्रकारं योजयन्तु" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "योजयितुं एकं वा अधिकं सञ्चिकाप्रकारं चिनोतु:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "केवलं स्थानीयसञ्चिकातन्त्रेषु कार्यान्वयनीयानि (executables) समर्थितानि सन्ति ।." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 कृते उन्नतविकल्पाः" @@ -6591,22 +6672,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "जालसंक्षिप्तमार्गः विन्यस्तं कुर्वन्तु…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "सञ्चिकासंवादं उद्घाटयतु" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "अंशफलकसामग्रीणां कृते सञ्चिकानाम:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "एकं सञ्चिकां संस्थापयतु" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "अंशफलकम् सामग्रीं संस्थापयन्तु…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6615,19 +6702,19 @@ msgstr "" "भवता 'संस्थापयतु' इत्यस्य उपयोगः कृतः ततः परं अंशफलकम् परिवर्तितम् अस्ति: चयनितं " "दत्तांशस्वरूपं पुनः प्रयोज्यम् नास्ति । कृपया यत् चिनोतु इच्छसि तत् पुनः प्रतिलिख्यताम् ।." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "एकं पुटं चिनोतु संस्थापयतु" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "एकं सञ्चिकां संस्थापयतु" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6635,47 +6722,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "एकं द्रव्यं संस्थापयतु" msgstr[1] "%1 द्रव्यं संस्थापयन्तु" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "अंशफलकम् सामग्रीं संस्थापयन्तु…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "स्थापितु" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "तिथि प्रारूपम्:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "अंशफलकसामग्रीणां कृते सञ्चिकानाम:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "पातितसामग्रीणां कृते सञ्चिकानाम:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "तिथि: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "आकृति: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&सर्वेषु प्रयोजयन्तु" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6685,48 +6789,51 @@ msgstr "" "यावत् भवन्तः Skip न नुदन्ति तावत् भवन्तः अद्यापि निर्देशिकायां विद्यमानेन सञ्चिकायाः सह " "विग्रहस्य सन्दर्भे प्रार्थिताः भविष्यन्ति ।." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "यदा एतत् परीक्षितं भवति तदा निपीडितं गण्डम् वर्तमानकार्यस्य अवशिष्टस्य कृते अनन्तरं सर्वेषु " "विग्रहेषु प्रयुक्तं भविष्यति ।." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&नामान्तरम्" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "नव &नाम सुझात" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&क्षिपते" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "एतत् पुटं प्रतिलिपिं न कुर्वन्तु वा स्थानान्तरयन्तु वा, तस्य स्थाने अग्रिमवस्तुं गच्छन्तु" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "एतां सञ्चिकां प्रतिलिपिं न कुर्वन्तु वा स्थानान्तरयन्तु वा, तस्य स्थाने अग्रिमवस्तुं प्रति गच्छन्तु" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&मध्ये लिखत" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6737,13 +6844,13 @@ msgstr "" "सञ्चिकाः, पुटं च विद्यमानपुटे, तस्य विद्यमानसामग्रीणां पार्श्वे प्रतिलिपिताः भविष्यन्ति ।.\n" "पुटे विद्यमानेन सञ्चिकायाः सह विग्रहः भवति चेत् पुनः भवन्तः प्रार्थिताः भविष्यन्ति ।." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&प्राचीनसञ्चिकाः अधिलेखयन्तु" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6752,12 +6859,12 @@ msgstr "" "गन्तव्यसञ्चिकाः येषां प्राचीनपरिवर्तनसमयः अस्ति, ताः स्रोतेन अधिलिखिताः भविष्यन्ति, " "अन्यथा लङ्घिताः ।." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&पुनर्प्रारम्भय" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6766,67 +6873,57 @@ msgstr "" "एषा क्रिया '%1' इत्येतत् स्वयमेव अधिलेखयिष्यति ।\n" "कृपया नूतनं सञ्चिकानाम लिखन्तु:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&अनुवर्तते" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "गन्तव्यस्थानं अधिलेखयितुम् इच्छति वा ?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "किं भवान् '%1' इत्यस्य सामग्रीं '%2' इत्यत्र विलीनं कर्तुम् इच्छति?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "स्रोत" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "गन्तव्यम्" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "स्रोतः अद्यतनतरः अस्ति ।." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "स्रोतः वृद्धः अस्ति ।." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "स्रोतः लघुः %1ति ।." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "स्रोतः %1 इत्यनेन बृहत्तरम् अस्ति." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "सञ्चिकाः समानाः सन्ति ।." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "सञ्चिकाः समानाः दृश्यन्ते ।." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "सञ्चिकाः भिन्नाः भवन्ति।." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6835,59 +6932,56 @@ msgstr "" "सञ्चिकाः समानाः भवितुम् अर्हन्ति : तेषां आकारः समानः भवति तथा च तेषां सामग्रीः आरम्भे, " "मध्ये, अन्ते च समाना भवति ।." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "सञ्चिकाः प्रतिलिख्यताम्" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "'%1' इति नामकं प्राचीनं द्रव्यं पूर्वमेव अस्ति ।." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "%1 इति नाम्ना सञ्चिका पूर्वमेव विद्यते ।." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "'%1' इति नाम्ना अद्यतनतरं द्रव्यं पूर्वमेव विद्यते ।." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "नामान्तरम् :" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "द्रव्यस्य नाम परिवर्तनं कुर्वन्तु" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "द्रव्याणां नामकरणं कुर्वन्तु" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&नामान्तरम्" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1 इति द्रव्यस्य नाम परिवर्तनं कृत्वा:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "नव नाम #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 इति नाम्ना सञ्चिका पूर्वमेव अस्ति ।." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 कार्यान्वयनीयः कार्यक्रमः इति न दृश्यते ।." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6895,38 +6989,204 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "%1 चयनितस्य द्रव्यस्य पुनर्नामकरणं कृत्वा:" msgstr[1] "%1 चयनितवस्तूनाम् पुनः नामकरणं कृत्वा:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# इत्यस्य स्थाने आरोहणसङ्ख्याः स्थापिताः भविष्यन्ति :" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "नव नाम #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 चयनितस्य द्रव्यस्य पुनर्नामकरणं कृत्वा:" +msgstr[1] "%1 चयनितवस्तूनाम् पुनः नामकरणं कृत्वा:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "पुनरादधाति" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "एतेन उद्घाटयन्तु:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "पुनरादधाति" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 चयनितस्य द्रव्यस्य पुनर्नामकरणं कृत्वा:" +msgstr[1] "%1 चयनितवस्तूनाम् पुनः नामकरणं कृत्वा:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "%1 सञ्चिकानाम प्रविष्टं कुर्वन्तु:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "द्रव्यस्य नाम परिवर्तनं कुर्वन्तु" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "द्रव्याणां नामकरणं कुर्वन्तु" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&नामान्तरम्" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "विलोपनं वा नामकरणं वा :" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "पुनरादधाति" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "पूर्वावलोकनम् दर्शयतु" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 कार्यान्वयनीयः कार्यक्रमः इति न दृश्यते ।." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "सूच्यांश" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "पुनरादधाति" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "पुनः प्रयतस्व" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "सर्वेषां पुनरादधातु" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "क्षिपते" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "सर्वाणि त्यजन्तु" @@ -7013,7 +7273,7 @@ msgstr "" "दूरस्थः निमन्त्रक किमपि SSL प्रमाणपत्रं न प्रेषितवान् ।\n" "रद्दीकरणं यतः निमन्त्रकस्य तादात्म्यं स्थापयितुं न शक्यते।." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7051,10 +7311,60 @@ msgstr[1] "" "strong='true'>एतत् कर्म निवर्तयितुं न शक्यते ।.
      " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"एतत् द्रव्यं पुनःप्रयोगस्य कूपं प्रति स्थानान्तरणं विफलम् अभवत् यतः एतत् अतीव विशालम् अस्ति । " +"तस्य स्थाने स्थायिरूपेण विलोपयतु?%1एतत् क्रिया अकृतुं न शक्यते ।" + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"एतत् %1 द्रव्यं पुनः प्रयोग कूपः-मध्ये स्थानान्तरणं विफलम् अभवत् यतः एतत् अतीव विशालम् अस्ति " +"। तस्य स्थाने स्थायिरूपेण लोपयन्तु?एतत् कर्म अकृतुं न शक्यते।" +msgstr[1] "" +"एतानि %1 वस्तूनि पुनः प्रयोग कूपे स्थानान्तरयितुं विफलम् यतः ते अतीव विशालाः सन्ति । तस्य " +"स्थाने तान् स्थायिरूपेण लोपयन्तु?एतत् कर्म अकृतुं न " +"शक्यते।" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7062,15 +7372,24 @@ msgstr "" "तस्य स्थाने स्थायिरूपेण विलोपयतु?%1एतत् क्रिया अकृतुं न शक्यते ।" -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7082,7 +7401,7 @@ msgstr[1] "" "स्थाने तान् स्थायिरूपेण लोपयन्तु?एतत् कर्म अकृतुं न " "शक्यते।" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7090,47 +7409,245 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "किं भवान् वास्तवमेव एतत् %1 द्रव्यं पुनःप्रयोगकक्षे स्थानान्तरयितुम् इच्छति?" msgstr[1] "किं भवान् वास्तवमेव एतत् %1 द्रव्यं पुनःप्रयोगकक्षे स्थानान्तरयितुम् इच्छति?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "पुनः मा पृच्छतु" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "पुनः मा पृच्छतु" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "एतत् सन्देशं पुनः न दर्शयतु" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "सहकर्मी (peer) SSL प्रमाणपत्रशृङ्खला दूषिता दृश्यते ।." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "चेतवानी" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "एतेन कार्यक्रमः आरभ्यते :" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "यदि भवान् अस्मिन् कार्यक्रमे विश्वासं न करोति तर्हि रद्द (Cancel) नुदतु" + +#~ msgid "Change Attribute" +#~ msgstr "गुणं परिवर्तयति" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "सञ्चिकाविशेषतां परिवर्तयितुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "प्रतिलिपिक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "Delete Files" +#~ msgstr "सञ्चिकाः विलोपयन्तु" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "विलोपनक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । परन्तु एवं कृत्वा भवतः " +#~ "सङ्गणकतन्त्रस्य क्षतिः भवितुम् अर्हति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "Create Folder" +#~ msgstr "पुटं निर्मातुम्" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "एतत् पुटं निर्मातुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "Move Items" +#~ msgstr "द्रव्यं स्थानान्तरयितुम्" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "स्थानान्तरमक्रियायाः पूर्णतायै मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "Rename" +#~ msgstr "नामान्तरम्" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "नामान्तरम् पूर्णं कर्तुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "प्रतीकसम्बद्धम् (symlink) निर्मातुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं " +#~ "इच्छसि ?" + +#~ msgid "Transfer data" +#~ msgstr "दत्तांशं स्थानान्तरयन्तु" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "दत्तांशस्य स्थानान्तरणं पूर्णं कर्तुं मूलविशेषाधिकाराः आवश्यकाः सन्ति । किं त्वं प्रगन्तुं " +#~ "इच्छसि ?" + +#~ msgid "Undo Changes" +#~ msgstr "परिवर्तनं पूर्ववत् कुर्वन्तु" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "एतत् कार्यं पूर्ववत् कर्तुं मूलविशेषाधिकारस्य आवश्यकता भवति । किं त्वं प्रगन्तुं इच्छसि ?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 कृते ACL निरूपयत् करणम्" + +#~ msgid "Change File Permissions" +#~ msgstr "सञ्चिकायाः अनुमतिः परिवर्तयतु" + +#~ msgid "New Permissions: %1" +#~ msgstr "नवीनाः अनुमतिः: %1" + +#~ msgid "Change File Owner" +#~ msgstr "सञ्चिकास्वामित्वं परिवर्तयतु" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "नवीनः स्वामिः: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "सञ्चिकां निष्कासयतु" + +#~ msgid "Remove Directory" +#~ msgstr "पुटं निष्कासयतु" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "पुटम् अनुमतिः: %1" + +#~ msgid "Open File" +#~ msgstr "सञ्चिकां उद्घाटयतु" + +#~ msgid "Open Directory" +#~ msgstr "पुटं उद्घाटयन्तु" + +#~ msgid "New Filename: %1" +#~ msgstr "नवीनं सञ्चिकानाम: %1" + +#~ msgid "Target: %1" +#~ msgstr "लक्ष्यम् : %1" + +#~ msgid "Change Timestamp" +#~ msgstr "समयमुद्रांक परिवर्तनं कुर्वन्तु" + +#~ msgid "From: %1, To: %2" +#~ msgstr "तः: %1, प्रति: %2" + +#~ msgid "Unknown Action" +#~ msgstr "अज्ञात क्रिया" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "क्रियाः %1\n" +#~ "स्रोतः : %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "पुस्तकचिह्नं दर्शयतु गण्डम्" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "सञ्चिका परिवर्तिता" + +#~ msgid "&Description:" +#~ msgstr "&वर्णनम्:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "यत्किमपि टिप्पणीं भवन्तः अत्र उपयोगिनो मन्यन्ते तत् लिखन्तु।." + +#~ msgid "Do not ask again" +#~ msgstr "पुनः मा पृच्छतु" + +#~ msgid "&Filter:" +#~ msgstr "&छानकाः:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ "

      " +#~ msgstr "" +#~ "एतत् सञ्चिकासूचौ प्रयोक्तुं शोधक अस्ति । सञ्चिकानामानि शोधकेन सह न सङ्गतानि न " +#~ "दर्शितानि भविष्यन्ति ।

      भवन्तः विकल्पसूचि मध्ये पूर्वनिर्धारित-छिद्रकेषु एकस्मात् चयनं " +#~ "कर्तुं शक्नुवन्ति, अथवा भवन्तः प्रत्यक्षतया पाठक्षेत्रे इष्ट-छिद्रकं प्रविष्टुं शक्नुवन्ति ।

      * तथा ? अनुमताः सन्ति।

      " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "एकादशाधिकं पुटं चयनितम् अस्ति तथा च अयं संवादः पुटं न स्वीकुर्वति, अतः कस्य प्रवेशः " +#~ "करणीयः इति निर्णयः कर्तुं न शक्यते । कृपया केवलं एकं पुटं चिनोतु तस्य सूचीं कर्तुं ।." + +#~ msgid "More than one folder provided" +#~ msgstr "एकादशाधिकं पुटं प्रदत्तम्" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "न्यूनातिन्यूनम् एकं पुटं एकं सञ्चिकां च चयनितम् अस्ति । चयनितसञ्चिकाः उपेक्षिताः " +#~ "भविष्यन्ति, चयनितं पुटं सूचीकृतं भविष्यति" + +#~ msgid "Files and folders selected" +#~ msgstr "सञ्चिकाः, पुटकानि च चयनितानि" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
      • Timeout for establishing a connection: %1 seconds
      • Timeout " +#~ "for receiving a response: %2 seconds
      • Timeout for accessing proxy " +#~ "servers: %3 seconds
      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "यद्यपि सर्वरेण सह सम्पर्कः कृतः तथापि अनुरोधाय निर्धारितसमये प्रतिक्रिया न प्राप्ता " +#~ "यथा निम्नलिखितम् ।:
      • संयोजनं स्थापयितुं समयः समाप्तः: %1 सेकण्ड्
      • प्रतिक्रियां प्राप्तुं समयः समाप्तः: %2 सेकण्ड्
      • प्रतिनिधि वितारकम् " +#~ "प्राप्तुं समयसमाप्तिः: %3 सेकण्ड्
      कृपया ज्ञातव्यं यत् भवान् KDE System " +#~ "Settings इत्यस्मिन् एतानि समयसमाप्तिसमायोजनानि परिवर्तयितुं शक्नोति, " +#~ "संजालसमायोजनानि -> संयोजनप्राथमिकतानि चित्वा ।." diff --git a/local/recipes/kde/kf6-kio/source/po/se/kio6.po b/local/recipes/kde/kf6-kio/source/po/se/kio6.po index bfece4dc93..78c8c16a5c 100644 --- a/local/recipes/kde/kf6-kio/source/po/se/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/se/kio6.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2012-06-03 01:00+0200\n" "Last-Translator: Børre Gaup \n" -"Language-Team: Northern Sami \n" +"Language-Team: Northern Sami \n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,24 +29,24 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "boerre@skolelinux.no" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ii sáhttán rievdadit %1 fiilla oamasteaddji." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -56,7 +56,7 @@ msgid "" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -66,7 +66,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,23 +76,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Máhppa gávdno juo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fiila gávdno juo" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Gávdno juo máhppan" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Ruskalihtti" @@ -186,192 +186,98 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Sirdimin" # unreviewed-context -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Gáldu" # unreviewed-context -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Ulbmil" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Máŋgemin" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Ráhkadeamen máhpa" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Máhppa" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Sihkkumin" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fiila" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Guorahallamin" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Sáddemin" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Čatnamin" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Ovttadat" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Čatnanbáiki" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Galgamin" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Sihko fiillaid" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Rievdat nama" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Ráhkat symbolalaš liŋkka" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -789,88 +695,93 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(amas)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknihkalaš sivva: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Bienat jearahusa birra:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokolla: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Dáhton ja áigi: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Lassedieđut: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Vejolaš sivat" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Vejolaš čovdosat" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(amas)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Oza veahkki geavaheaddjeveahkis dahje vuogádathálddašeaddjis." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Váldde oktavuođa vuogádathálddašeddjiin eanet veahkki oažžut." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Dárkkis du beassanvuoigatvuođaid dán resursii." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -878,7 +789,7 @@ msgid "" msgstr "" "Dus eai leat doarvái beassanvuoigatvuođat čáđahit doaimma dán resurssas." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -886,7 +797,7 @@ msgstr "" "Eará geavaheaddji dahje prográmma dáidá leat dán fiilla geavaheamen (ja " "danne lohkadan dan)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -895,17 +806,17 @@ msgstr "" "Dárkkis ahte eará geavaheaddjit dahje prográmmat eai leat geavaheamen dahje " "lohkadan fiilla." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Dáida maid leat vihkki mašiinnas, vaikko ii leat nu jáhkkehahtti." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Várra leat gávdnat dihkki prográmmas." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -914,7 +825,7 @@ msgstr "" "Árvideames dát dáhpáhuvvá danne go lea vihki prográmmas. Berret sáddet " "vihkkeraportta nugo čilgejuvvo dás vuolábealde." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -923,7 +834,7 @@ msgstr "" "Ođasmahte prográmma ođđamus veršuvdnii. Du distribušuvnnas leat árvideames " "reaiddut mainna ođasmahtá prográmmaid." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -935,12 +846,12 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Sáhttá lea váttisvuođat fierpmádatoktavuođain." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -949,49 +860,49 @@ msgstr "" "Sáhttá lea váttisvuođat fierpmádatheivehusain. Muhto ii leat nu jáhkehahtti " "jos eai leat leamáš váttisvuođat fierpmádatoktavuođain dál easka." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "Váttisvuođat sáhttá leat gosnu bálvá ja dán dihtora gaskkas." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Geahččal ođđasit, dálánaga dahje veaháš maŋŋileabbut." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Protokollameattáhus dahje -inkompatibilitehta dáidá leat dáhpáhuvvan." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Dárkkis ahte resursa duođas gávdno, ja geahččal ođđasit." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Jearahuvvon ressurssa várra ii gávdno." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Dárkkis ođđasit čujuhusa jea geahččal fas." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Dárkkis ahte fierpmádatoktavuohta doaibmá." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ii sáhte rahpat resurssa lohkandihte" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "sisdoalu, danne go dus ii leat lohkanvuoigatvuohta." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Várra dus eai leat vuoigatvuođat lohkat fiilla dahje ráhpat máhpa." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ii sáhte rahpat resurssa čállindihte" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1019,17 +930,17 @@ msgstr "" "Dát máksá ahte ii lean vejolaš čállit %1-fiilii, danne go " "dus ii leat čállinvuoigatvuohta." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ii sáhttán álggahit proseassa" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1-protokollain lea almmuhan " "siskkildas meattáhusa." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Boastohámát URL:a" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokolla://geavaheaddji:beassansátni@www.ovdamearka." "org:verrát/máhppa/fiilanamma.geažus?jearaldat=árvu" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokolla %1 ii dorjojuvo" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1095,12 +1006,12 @@ msgstr "" "KDE-prográmmat mat leat sajáiduhttojuvvon dán dihtorii eai doarjjo " "%1 protokolla." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Jearahuvvon protokolla ii dáidde dorjojuvvut." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1108,7 +1019,7 @@ msgid "" msgstr "" "Dát dihtor ja bálvá eai dáidde doarjut seamma veršuvnna %1-protokollas." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1116,17 +1027,17 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL:a ii bájut makkárge resursii." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokolla lea sillenprotokolla" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL) maid čállet ii bájut dihto resursii." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1148,12 +1059,12 @@ msgstr "" "dakkár dilli. Dát lea hárves dáhpáhus ja árvideames lea " "programmerenmeattáhus." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Doarjjakeahtes doaibma: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1162,7 +1073,7 @@ msgstr "" "KDE-prográmma mii implementere %1-protokolla ii doarjjo " "doaimma." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1170,17 +1081,17 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Geahččal gávdnat eará vuogi dahkat dán barggu." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fiila vuordejuvvui" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1188,17 +1099,17 @@ msgid "" msgstr "" "Jearahus vurddii fiilla, muhto gávnnai baicce máhppa %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Dáidá leat meattáhus bálvvá bealis." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Máhppa vuordejuvvui" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1206,17 +1117,17 @@ msgid "" msgstr "" "Jearahus vurddii máhpa, muhto gávnnai baicce fiilla %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fiila dahje máhppa ii gávdno." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Addejuvvon fiila dahje máhppa %1 ii gávdno." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1224,22 +1135,22 @@ msgid "" msgstr "" "Ii sáhttán ráhkadit jearahuvvon fiilla danne go juo gávdno fiilla dan namas." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Geahččal vuos sirdit boares fiilla eret." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Sihko boares fiilla ja geahččal ođđasit." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Vállje eará nama ođđa fiilii." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1247,27 +1158,27 @@ msgid "" msgstr "" "Ii sáhttán ráhkadit jearahuvvon máhpa danne go juo gávdno máhppa dan namas." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Geahččal vuos sirdit boares máhpa eret, ja geahččal ođđasit." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Sihko boares máhpa ja geahččal ođđasit." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Vállje eará nama ođđa máhpii." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Amas guossoheaddji" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1276,34 +1187,34 @@ msgstr "" "Dát meattáhusdiehtu mearkkaša dábálaččat ahte jearahuvvon bálvá %1, ii gávdnon Interneahtas." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Nama, %1, maid čállet ii dáidde gávdnot, varra leat dan boastoláhkái čállan." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Beassan hilgojuvvui." -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Beassan hilgojuvvui meroštuvvon resursii, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Varra leat addán boasto dahje ii makkárge autentiserendieđuid." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Varra du kontus ii leat beassanvuoigatvuođat dán resursii." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1311,12 +1222,12 @@ msgid "" msgstr "" "Geahččal jearahusa oktii vel, ja dárkkis ahte autentiserendieđut leat riektá." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Ii leat čállinvuogatvuođat" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1324,12 +1235,12 @@ msgid "" msgstr "" "Dát máksá ahte geahččaleapmi čállit %1-fiilii hilgojuvvui." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ii sáhttán mannat máhpii" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1338,17 +1249,17 @@ msgstr "" "Dát máksá ahte geahččaleapmi rahpat jearahuvon máhpa %1 " "hilgojuvvui." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Máhppalistu ii leat olamuttus" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokolla %1 ii leat fiilavuogádat" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1358,12 +1269,12 @@ msgstr "" "Dát máksá ahte jearahus mii dahkoi gáibida máhpa sisdoalu, ja KDE-prográmma " "mii doarju dán prográmma ii sáhte dan bargat." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Syklalaš liŋka gávdnui" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1375,34 +1286,34 @@ msgstr "" "dahje báikái. KDE gávnnai liŋka dahje liŋkavidji mii lea ágalaš fárfu. Fiila " "lea dán láhkái (varra gávččaldaga bokte) leŋkejuvvon alccesis." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "Sihko ovtta oasi dán fárffus, ja geahččal ođđasit." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Geavaheaddji gaskkalduhtii jearahusa" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Jearahus ii geargan danne go gaskkalduvui." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Geahččal jearahusa ođđasit." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Syklalaš liŋka gávdnui máŋgedettiin" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1414,17 +1325,17 @@ msgstr "" "dahje báikái. KDE gávnnai liŋka dahje liŋkavidji mii lea ágalaš fárfu. Fiila " "lea dán láhkái (varra gávččaldaga bokte) leŋkejuvvon alccesis." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ii sáhttán ráhpat fierpmádatoktavuođa" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ii sáhttán ráhkadit socket:a" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1433,8 +1344,8 @@ msgstr "" "Dát lea oalle teknihkálaš meattáhus mii máksá ahte ii lean vejolaš ráhkadit " "muhton ovttadaga fierpmádatoktavuođas (socket)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1443,19 +1354,19 @@ msgstr "" "Fierpmádatoktavuohta lea varra boastoláhkái heivehuvvon dahje ii leat " "aktiivalaš." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Oktavuohta bálvái hilgojuvvui" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Bálvá %1 hilggui oktavuođa dán dihtoris." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1464,7 +1375,7 @@ msgstr "" "Bálvás ii dáidde leat lohpi vuostáiváldit jearahusaid, vaikkoge lea " "čatnašuvvon internehttii." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1473,7 +1384,7 @@ msgstr "" "Jearahuvvon bálválus (%1) ii dáidde leat jođus bálvvás, vaikkoge lea " "čatnojuvvon internehttii." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1483,12 +1394,12 @@ msgstr "" "Jearahus hilgojuvvui, varra buollinmuvrras (ovttadat mii rádje oktavuohta " "internehttii) mii lea du fierpmádagas dahje bálvvá fierpmádagas." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Oktavuohta bálvái botkejuvvui vuorddekeahttá" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1497,7 +1408,7 @@ msgstr "" "Vaikkoge oaččui oktavuođa %1:ain, de oktavuohta " "vuordemeahttun botkejuvvui." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1505,17 +1416,17 @@ msgid "" msgstr "" "Sáhttá leat protokollameattáhus dáhpáhuvvan, nu ahta bálvá botkii oktavuođa." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Gustohis URL-resursa." -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1-protokolla ii lea sillenprotokolla" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1536,17 +1447,17 @@ msgstr "" "doarjjo dán lágan geavahusa. Dát lea hárves dáhpáhus ja árvideames lea " "programmerenmeattáhus." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ii sáhttán gárvet sisa-/olggosovttadaga." -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ii sáhttán čatnat ovttadaga" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1554,7 +1465,7 @@ msgid "" msgstr "" "Ii sáhttán čatnat ovttadaga. Almmuhuvvon meattáhus lei: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1565,7 +1476,7 @@ msgstr "" "ovttadagas (nugo ahte váilo CD-skearru CD-čuojanis), dahje ahte ovttadat ii " "leat laktašuvvon dihtorii." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1575,7 +1486,7 @@ msgstr "" "Varra dus eai leat vuoigatvuođat čatnat ovttadaga. UNIX-vuogádagain lea " "dušše vuogádathálddašesddjis lohpi dán dahkat." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1584,17 +1495,17 @@ msgstr "" "Dárkkis jos ovttadat leat válmmas; jos lea vurkenmedium ja jos ovttadat lea " "laktašuvvon ja alde." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ii sáhttán gálgat sisa-/olggos-ovttadaga" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ii sáhttán gálgat ovttadaga" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1602,7 +1513,7 @@ msgid "" msgstr "" "Ii sáhttán gálgat ovttadaga. Almmuhuvvon meattáhus lei: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1612,7 +1523,7 @@ msgstr "" "Ovttadat dáidá leat geavahusas, eará prográmmas dahje geavaheaddjis. Rabas " "láse fiilagieđahallis sáhttá dagahit ahte ovttadat lea geavahusas." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1622,19 +1533,19 @@ msgstr "" "Varra dus eai leat vuoigatvuođat gálgat ovttadaga. UNIX-vuogádagain lea " "dušše vuogádathálddašesddjis lohpi dán dahkat." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Dárkkis ahte eai leat prográmmat mat geavahit dán ovttadaga ja geahččal " "ođđasit." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ii sáhttán lohkat resurssas" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1643,17 +1554,17 @@ msgstr "" "Dát máksá ahte šattai meattáhus lohkadettiin resurssa %1 " "sisdoalu, vaikkoge lei vejolaš resurssa rahpat." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Dus ii dáidde leat lohpi lohkat resurssas." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ii sáhttán čállit resursii" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1662,22 +1573,22 @@ msgstr "" "Dát máksá ahte vaikkoge lei vejolaš rahpat %1 resurssa, de " "šattai meattáhus čállidettiin resursii." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Dus eai dáidde leat čállinvuoigatvuođat dán resursii." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ii sáhttán guldalit fierpmádatoktavuođaid" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ii sáhttán čatnat" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1685,17 +1596,17 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ii sáhttán guldalit" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ii sáhttán dohkkehit fierpmádatoktavuođa" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1704,33 +1615,33 @@ msgstr "" "Dát lea oalle teknihkalaš meattáhus mii dáhpáhuvvai go galggai dohkkehit " "boahtti fierbmelaktašumi." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Dus eai dáidde leat vuoigatvuođat vuostáiváldit oktavuođa." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ii lean vejolaš du sisačálihit: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Sisačáliheapmi vai čađahit jearahuvvon barggu filtii." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ii sáhttán mearridit resurssa stáhtusa." -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ii sáhttán mearridit resurssa stáhtusa." -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1739,68 +1650,68 @@ msgstr "" "Ii sáhttán resurssa %1 stáhtusa gávdnat, nugo nama, slája, " "sturrodaga, jna. " -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Válljejuvvon resursa ii dáidde gávdnot dahje ii leat olamuttus." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ii sáhttán heaittihit listema." -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "DIVO_MU: Čále dokumentašuvnna" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ii sáhttán ráhkadit máhpa" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Filtii ráhkadit jearahuvvon máhpa." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Báiki gos vigget máhpa ráhkadit ii dáidde gávdnot." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ii sáhttán váldit eret máhpa" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Filtii váldit eret válljejuvvon máhpa %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Válljejuvvon máhppa ii dáidde gávdnot." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Válljejuvvon máhppa ii dáidde leat guorus." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Dárkkis ahte máhppa gávdno ja lea guorus ovdal geahččalat fas." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ii sáhttán joatkkašit fiilaviežžama" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1809,66 +1720,66 @@ msgstr "" "Meroštuvvon jearahus gaibidii ahte fiila %1 joaktašuvvui " "vissis báikki rájes. Dat ii lean vejolaš." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokolla dahje bálvá ii dáidde doarjut fiilajoatkašumi." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Geahččal jearaldaga ođđasit, alege geahččal joatkit sirdima." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ii sáhttán molsut resurssa nama" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Filtii %1-resurssa nama molssodettiin." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ii sáhttán rievdadit resurssa vuoigatvuođaid" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Filtii rievdadettiin %1-resurssa vuoigatvuođaid." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ii sáhttán rievdadit resurssa oamasteaddji" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Filtii rievdadettiin %1-resurssa oamasteaddji." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ii sáhttán sihkut resurssa" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Filtii sihkodettiin %1-resurssa." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Vuordemeahttun prográmmaheaittiheapmi" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokolla bokte, " "heaittihuvvui báifahkka." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Muitu lea nohkan" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokolla, ii sáhttán " "vuoruhit alcces muittu, ja danne bissehuvvo." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Amas gaskabálva" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Jearahus gaskkalduvvui" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Siskkildas meattáhus bálvvás" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1965,7 +1876,7 @@ msgstr "" "Prográmma bálvvás mii addá oktavuođa %1-protokollain lea " "almmuhan siskkildas meattáhusa: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1974,12 +1885,12 @@ msgstr "" "Dát lea árvideames meattáhus bálvaprográmmas. Sáddes dievaslaš " "meattáhusraportta nugo lea evttohuvvon dás vuolábealde." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Váldde oktavuođa bálvvá hálddášeddjiin, ja dieđit váttisvuođaid birra." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -1988,39 +1899,29 @@ msgstr "" "Jus dovddat čállit geat leat ráhkadan bálvaprográmmaid, sáddes " "meattáhusraportta njuolgga daidda." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Áigemearremeattáhus" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Váikkoge válddii oktavuođa bálvváin, de ii boahtán vástádus áigemearris mii " -"lea juhkkojuvvon ná:
      • Áigemearri vai laktit bálvái: %1 sekundda
      • " -"
      • Áigemearri vai oažžut vástádusa: %2 sekundda
      • Aigemearri vai " -"beassat gaskabálvváide: %3 sekundda
      Fuomáš ahte sáhtát rievdadit " -"áigemearreheivehusaid KDE stivrenguovddážis jus válljet Fierpmádat➜Oidimat." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Bálvás lei nu hoahppu ahte ii geargan vástidit." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Amas meattáhus" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollii váidala " "ahte amas gaskkaldumi lea dáhpáhuvvan: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Amas gaskkaldupmi" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-protokollii váidala " "ahte amas gaskkaldumi lea dáhpáhuvvan: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ii sáhttán sihkkut álgovuolggalaš fiilla" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2059,12 +1960,12 @@ msgstr "" "loahpas fiilasirdimis. Álgovuolggalaš fiila, %1, ii lean " "vejolaš sihkkut." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ii sáhttán sihkut gaskaboddosaš fiilla" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2075,12 +1976,12 @@ msgstr "" "fiilla dan botta vižžo. Dán gaskaboddosaš fiila, %1, ii " "lean vejolaš sihkkut." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ii sáhttán molsut álgovuolggalaš fiilla nama" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2089,12 +1990,12 @@ msgstr "" "Jearahuvvon bargu gáibida ahte algovuolggalaš fiila, %1, " "molsu nama, muhto ii lean vejolaš dan bargat." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ii sáhttán molsut gaskaboddosaš fiilla nama" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2103,32 +2004,32 @@ msgstr "" "Jearahuvvon bargu gáibida ahte gaskaboddosaš fiila, %1, " "ráhkaduvvo, muhto ii lean vejolaš dan ráhkadit." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ii sáhttán ráhkadit liŋkka" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ii sáhttán ráhkadit symbolalaš liŋkka" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ii lean vejolaš ráhkadit jearahuvvon symbolalaš liŋkka %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Ii sisdoallu" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Skearru lea dievva" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2137,7 +2038,7 @@ msgstr "" "Ii sáhttán čállit jearahuvvon %1-fiilla dannego lea menddo " "unnán sadji skearrus." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2148,105 +2049,105 @@ msgstr "" "fiillaid sirdehahtti mediai, nugo CD-skearrut; dahje 3) skáhput eanet " "vurkensaji." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Gáldu ja ulbmil lea seamma fiila." -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Ii sáhttán čađahit barggu dannego gáldu ja ulbmil lea seamma fiila." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Vállje eará nama ulbmilfiilii." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format msgid "File or Folder dropped onto itself" msgstr "Fiila dahje máhppa ii gávdno." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "Ii sáhttán čađahit barggu dannego gáldu ja ulbmil lea seamma fiila." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format msgid "Drop the item into a different file or folder." msgstr "máŋge válljejuvvon fiilla dahje máhpa" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ii sáhte válbmet %1-protokolla" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2254,35 +2155,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Ii-dokumenterejuvvon meattáhus" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolalaš liŋka %1:ii)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, liŋka %2:ii)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Čujuha dása: %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2291,25 +2192,25 @@ msgstr "" "Boastohámát fierpmádatčujuhus\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Ii gávdnan vuojehahtti nama «%1»:s. Čális gustojeaddji prográmmanama." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2317,92 +2218,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Ii sáhte rahpat oktavuođa %1-protokollain." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ii sáhte botket oktavuođa %1-protokollain" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "It beasa fiillaide %1-protokollain" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Čállin %1:ii ii dorjojuvu." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Eai gávdno erenoamáš doaimmat %1-protokolla várás." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Ii leat vejolaš oaidnit máhppalisttuid geavahettiin protokolla %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Dáhtaviežžan %1:as ii dorjojuvu" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Mime-šládjaviežžan %1:as ii dorjojuvo." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 ii doarjjo nammamolsuma fiillain dahje fiilasirdima." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "It sáhte ráhkadit symbolalaš liŋkkaid %1-protokollain" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 ii doarjjo fiilamáŋgen" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 ii doarjjo fiilasihkkun" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1-protokollain ii leat vejolaš ráhkadit máhpaid" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1-protokollain ii leat vejolaš rievdadit fiilaattribuhtaid" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1-protokollain ii leat vejolaš rievdadit fiilla oamasteaddji." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1-protokollain ii leat vejolaš rahpat fiillaid." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1-protokolla ii doarjjo %2-doaimma" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2411,311 +2312,332 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Amas protokolla «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Bienat" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Agibeavái" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Jo&atkke" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Dušše dán bargovuorus" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Ráhkat ođđa" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ráhkat ođđa" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "It leat válljen fiilla maid sihkkut." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ii mihkkige maid sihkkut" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "It leat válljen fiilla maid sihkkut." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ii mihkkige maid sihkkut" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Válljejuvvon máhppa ii gávdno dahje ii leat logahahtti." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Fállu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Váhnenmáhppa" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Ruovttomáhppa" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Viečča fas" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Ođđa máhppa" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Sirdde ruskalihttái" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Sihko" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sorteren" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Geahppáneaddji" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Máhpat vuos" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Govaža sajádat" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Fiilanama bálddas" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Fiilanama bajábealde" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Oktageardánis čájeheapmi" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Bienalaš čájeheapmi" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Muorračájeheapmi" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Bienalaš muorračájeheapmi" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Čájet čihkkon fiillaid" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Ovdačájeheapmi" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Iešvuođat" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Koden:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Raba" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Vurke nugo" @@ -2762,40 +2684,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Buot dorjojuvvon fiillat" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Buot fiillat" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Lasit báikemerkoša" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Doaimmat báikemerkoša" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2807,17 +2729,17 @@ msgstr "" "galggašii leat moadde sáni mii muittuha gosa dát mearkkuš čujuha. Jus it " "čále maidege, de namma ráhkaduvvo čujuhusa vuođul.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Nammagilkor:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Namma mii čilge mii dát lea" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2830,12 +2752,12 @@ msgstr "" "org/pub/kde/stable

      Sáhtát bláđet čujuhussii jus geavahat boalu " "čállingietti bálddas.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Báiki:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2844,17 +2766,17 @@ msgstr "" "Dát govaš ihtá báikepanelii.

      coahkkal boalu jus háliidat " "válljet eará govaža.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Vállje &govaža:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Čájet &dušše dán prográmmas (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2865,202 +2787,208 @@ msgstr "" "prográmmas (%1).

      Jus dát heivehus ii leat válljejuvvon, de dát " "mearkkuš oidno buot prográmmain.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Ruokto" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Fierbmi" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Ruskalihtti" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" "Ovttadat «%1» ii leat skearru, ja danne ii leat vejolaš bálkestit olggos." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Meattáhus dáhpahuvvui geahččalettiin beassat «%1:i», vuogádat vástidii: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Šattai meattáhus go geahččalii beastt «%1»:ii" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3071,108 +2999,108 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 guorus %2:s (%3 geavahuvvon)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Gurre ruskalihti" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Čájet &buot merkošiid" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3180,51 +3108,51 @@ msgctxt "" msgid "Auto Resize" msgstr "" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Sáhtát válljet dušše ovtta fiilla" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Eanetgo okta fiila lea addon" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Sáhtát válljet dušše báikkálaš fiillaid." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Ii sáhtte geavahit gáiddus fiillaid" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3235,52 +3163,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Eanetgo okta máhppa lea válljejuvvon. Dát láse ii dohket máhpaid, danne ii " -"leat vejolaš mearridit guđe máhppii galgá mannat. Válljes dušše ovtta máhppa " -"vai oaidnit dan merkošiid listtus" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Eanetgo okta máhpa addon" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Goit okta máhpa ja okta fiila leat válljejuvvon. Badjelgeahčá válljejuvvon " -"fiillaid ja čájeha válljejuvvon máhpa sisdoalu" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Fiillat ja máhpat válljejuvvon" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Fiila «%1» ii gávdnon" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ii sáhte rahpat fiilla" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3288,42 +3186,43 @@ msgid "" "you to file:/home.
      " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Coahkkal dán boalu jus háliidat ovddit lávkái bláđenhistorjás." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Coahkkal dán boalu jus háliidat boahtte lávkái bláđenhistorjás." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Coahkkal dán boalu vai viežžat dán báikki sisdoalu ođđasit." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Coahkkal dán boalu vai ráhkadit ođđa máhpa." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Čájet čihkkon fiillaid" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Molssaeavttut" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3333,12 +3232,12 @@ msgid "" "folders from files
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Girjemearkkat" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3352,12 +3251,35 @@ msgstr "" "muhto doibmet nugo girjemearkkat eará báikkiin KDE:s." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Namma:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Gađa rievdadusaid" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3369,12 +3291,12 @@ msgstr "" "stivret doaimma jus coahkkalat olgeš sáhpánboalu ja válljet modusa maid " "háliidat geavahit Teakstaollášuhttin-fálus." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Dán nammii fiila vurkejuvvo." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3383,74 +3305,80 @@ msgstr "" "Dát listu fiillain maid lea vejolaš rahpat. Sáhtát rahpat máŋga fiilla jus " "earohat fiilanamaid gaskkaiguin." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Dát lea nama dan fiillas mii rahppo." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Báikkit" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fiila %1 gávdno juo. Háliidatgo duođas dan buhttet?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Buhtte fiilla?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Sáhtát válljet dušše báikkálaš fiillaid." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Ii sáhtte geavahit gáiddus fiillaid" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format msgid "All Folders" msgstr "*|Buot máhpat" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +# unreviewed-context +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Ráhkadeamen máhpa" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Raba" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Govašsturrodat: %1 govvačuoggá" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automáhtalaččat vállje fiila&dovddaldaga (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "dovddaldat %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automáhtalaččat vállje &fiiladovddaldaga" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "heivvolaš dovddaldat" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3477,75 +3405,63 @@ msgstr "" "li> Jus ii leat sihkkar maid háliidat bargat, divtte dán molssaeavttu " "leat, dannego šaddá álkibut gieđahallat iežat fiillaid. " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Silli:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"Dát silli geavahuvvo fiilalisttus. Fiilanamat mat eai deaivva silli eai " -"čájehuvvo.

    Sáhtát válljet ovdagihtii ráhkaduvvon silliid luoitinfálus, " -"dahje sáhtát čállit iežat silli njuolga čállingieddái.

    Jokermearkkat " -"nugo * ja ? lea lohpi geavahit.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Ráhkat ođđa" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Ándagassii" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Mállefiila %1 ii gávdno." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Ráhkat liŋkka URL:i" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Ándagassii" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Mállefiila %1 ii gávdno." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Ráhkat symbolalaš liŋkka" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Ráhkat liŋkka URL:i" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3553,7 +3469,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3561,7 +3477,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3570,123 +3486,177 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Ráhkat ođđa" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Liŋka ovttadahkii" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ođđa máhppa" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Ráhkat ođđa" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Ráhkat ođđa" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "Fiilanama bajábealde" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Vállje prográmma %1 várás" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Vállje &govaža:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Máŋge" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Liibme" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Doaimmat" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigere" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Čájet olles bálgá" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3698,6 +3668,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Báikkit" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3721,40 +3700,40 @@ msgstr "Eará" msgid "Edit mode" msgstr "Doaimmat" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Coahkkal jus háliidat navigeret báikkálaččat" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Coahkkal jus háliidat báikki doaimmahit" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Dus ii leat lohpi vuodjit dán fiilla." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Dus ii leat lohpi válljet prográmma mii galgá rahpat dán fiilla." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3781,12 +3760,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format msgid "" "The desktop entry file\n" @@ -3797,28 +3782,28 @@ msgstr "" "%1\n" "lea amas." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Álggaheamen %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3829,39 +3814,39 @@ msgstr "" "%1\n" "lea Link-šlájat, muhto das váilu URL=… merkoša." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Čállinbeavdemearkkušfiillas, %1, ii leat Type=… mearkkuš." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3869,12 +3854,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3965,80 +3950,75 @@ msgstr "" "lea rievdaduvvon.\n" "Hálidat go sáddet rievdaduvvon fiilla?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec – Rahpá gáiddus fiillaid, goziha rievdadusaid, jearrá go viežžá" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Gieđahallá URL:aid báikkálaš fiilan ja sihko daid maŋŋá geavaheami" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Vižžon fiilla evttohuvvon namma" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, fuzzy, kde-format msgid "Command to execute" msgstr "Gohččun maid vuodjit" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL:at dahje báikkálaš fiillat mat geavahuvvojit «gohccumin»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Merošteamen ACL %1:ii" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" "%1" msgstr "Ii sáhttán rievdadit vuoigatvuođaid %1 várás" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format msgctxt "@info" msgid "" @@ -4046,115 +4026,38 @@ msgid "" "%1" msgstr "Ii sáhttán rievdadit %1 fiilla oamasteaddji." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ii sáhttán molsut gaskaboddosaš fiilla nama" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ii gávdnan prográmma «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ii gávdnan prográmma «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ii sáhte máŋget fiilla %1:s %2:ii. (Meattáhusnr: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Ii leat media %1-ovttadaga várás" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ii sáhttán viežžat geavaheaddjinama %1 geavaheaddji-id" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ii ožžon joavko-id dihto joavkonama %1" @@ -4196,39 +4099,39 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Fertet čállit geavvaheaddjenama ja beassansáni beassat dán báikái." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Fierpmádatbáiki:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Sisačáliheapmi OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ii sáhttán sisačálihit deikke: %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4237,12 +4140,12 @@ msgstr "" "Fertet čállit nama ja beassansáni mii gullá gaskabálvái mii čájehuvvo dás " "vuolábealde ovdal beasat viidáset eará fierpmádatbáikkiide." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Gaskabálvá:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Gaskabálváautentiseren filtii." @@ -4294,101 +4197,101 @@ msgid "" msgstr "Háliidatgo dohkkehit dán sertifikáhta jearaldagaid haga?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Bálvaautentiseren" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 dáppe %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Muđuid jearáhus ii livčče lihkastuvvon." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "viečča iešvuođaárvvuid" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "bija iešvuođaárvvuid" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ráhkat jearahuvvon máhpa" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "máŋge válljejuvvon fiilla dahje máhpa" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "sirdde válljejuvvon fiilla dahje máhpa" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "oza meroštuvvon máhpas" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "lohkat válljejuvvon fiilla dahje máhpa" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "lohkat bajás meroštuvvon fiilla dahje máhpa" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "sihko válljejuvvon fiilla dahje máhpa" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "jearat bálvvá doaimmaid" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "viečča válljejuvvon fiilla dahje máhpa sisdoalu" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "vuoje raportta meroštuvvon máhpas" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Vuordemeahttun meattáhus (%1) dáhpáhuvvai geahččalettiin %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4398,13 +4301,13 @@ msgstr "" "Meattáhus dáhpahuvvui geahččalettiin %1, %2. Vejolaš sivaid gávnnat dás " "vuolábealde." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Beassan hilgojuvvui geahččalettiin %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4413,7 +4316,7 @@ msgstr "" "Ii leat vejolaš ráhkadit resurssa ulbmilis ovdalgo okta dahje eanet " "gaskaboddosaš čoahkkádusat (máhpat) leat ráhkaduvvon." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4423,28 +4326,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Jearahuvvon lohkka ii lean vejolaš addit. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Bálvá ii doarjju dákkár jearahusaid." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ii sáhte %1 danne go resursa lea lohkašuvvon." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Dát doaibma eastáduvvui eará meattáhusa dihte." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4452,7 +4355,7 @@ msgid "" "folder." msgstr "Ii sáhte %1 danne go ulbmilbálvá ii dohkket fiilla dahje máhpa." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4461,18 +4364,18 @@ msgstr "" "Ulbmilresurssas ii leat doarvái sadji vurket dán resurssa dili maŋŋágo dát " "metoda lea vuddjon." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ii sáhtán sihkkut resurssa." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "sádde %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4483,15 +4386,15 @@ msgstr "Vuordemeahttun meattáhus (%1) dáhpáhuvvai geahččalettiin %2." msgid "Network" msgstr "" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Boastohámát URL:a %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4500,12 +4403,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Fiila lea juo ruskalihtis." @@ -4538,7 +4441,7 @@ msgstr "Gurre ruskalihti" msgid "Restore a trashed file to its original location" msgstr "Máhcat bálkestuvvon fiilla álggovuolggálaš báikái" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4559,17 +4462,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Geahččal ođđasit" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format msgid "Authentication Dialog" msgstr "Duođaštanláseš" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Dus ii leat vuoigatvuohta beassat %1-protokollii." @@ -4677,41 +4580,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4721,9 +4624,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Rehkenastte" @@ -4732,138 +4635,226 @@ msgstr "Rehkenastte" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Bija liŋkka deikke" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Álggaheamen %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ale jeara fas" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Raba" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Daga" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Raba %1 &prográmmain" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Gađa rievdadusaid" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" +msgid "Would you like to launch this file?" msgstr "" # unreviewed-context -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Ráhkadeamen máhpa" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Gáldu" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Ulbmil" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Máŋgemin" + # unreviewed-context -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Sirdimin" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Sirdde ruskalihttái" + # unreviewed-context -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Sihkkumin" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Gáđa" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Gáđ&a : Máŋge" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Gáđ&a : Liŋka" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Gáđ&a : Sirdit" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Gáđ&a: Molsso nama" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Gáđ&a: Bija ruskalihttái" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Gáđ&a: Ráhkat máhpa" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Gáđ&a: Ráhkat fiilla" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Gáđ&a : Máŋge" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Gáđ&a : Liŋka" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Gáđ&a : Sirdit" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Gáđ&a: Molsso nama" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Gáđ&a: Bija ruskalihttái" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Gáđ&a: Ráhkat máhpa" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Gáđ&a: Ráhkat máhpa" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Gáđ&a: Ráhkat fiilla" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Batch Rename" +msgstr "Gáđ&a: Molsso nama" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4875,12 +4866,12 @@ msgstr "" "Jus gáđat máŋgema de buot rievdadusat mannet duššái.\n" "Háliidatgo duođas sihkkut %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Gáđa fiilamáŋgema" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4889,21 +4880,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4915,7 +4907,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4923,13 +4915,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Gurre ruskalihti" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4937,7 +4929,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5022,7 +5014,7 @@ msgstr "Eaiggát" msgid "Owning Group" msgstr "Eaiggátjoavku" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Earát" @@ -5095,106 +5087,112 @@ msgstr "Ođasmahtimin vuogádatheivehusa" msgid "Updating system configuration…" msgstr "Ođasmahtimin vuogádatheivehusa." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Namma" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Sturrodat" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dáhton" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Vuoigatvuođat" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Eaiggát" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Joavku" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Šládja" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Raba %1 &prográmmain" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Doaimmat" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Raba geavahettiin" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Raba geavahettiin" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Daga" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Raba %1 &prográmmain" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Raba geavahettiin" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Prográmma" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5202,113 +5200,132 @@ msgid_plural "%1 items" msgstr[0] "%1 mearkkuš" msgstr[1] "%1 merkoša" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Amas" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Bisset" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Šládja:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, fuzzy, kde-format +msgid "Content:" +msgstr "Ii sisdoallu" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Raba dáinna:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +msgid "Change..." +msgstr "Rie&vdat …" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Čujuhus:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Sturrodat:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -msgid "Change..." -msgstr "Rie&vdat …" +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -msgid "Content:" -msgstr "Ii sisdoallu" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Bisset" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Čujuha dása:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Rievdaduvvon:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Ovdačájeheapmi" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Ráhkaduvvon:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -msgid "Unknown size" -msgstr "Amas guossoheaddji" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -msgid "Mounted On:" -msgstr "Čatnamin" +msgid "Modified:" +msgstr "Rievdaduvvon:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Geavahuvvon:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -msgid "Open With:" -msgstr "Raba geavahettiin" +msgid "Mounted on:" +msgstr "Čatnamin" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +msgid "Mounted from:" +msgstr "Čatnamin" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +msgid "Unknown size" +msgstr "Amas guossoheaddji" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5597,26 +5614,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Čále dán prográmma válddáhusa, das gitta mo dat geavahuvvo. Ovdamearka: " "Riŋgenprográmma (KPPP) šaddá «Riŋgenreaidu»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Válddahus:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Oppalaš" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Čále vaikko makkár gohččuma deikke maid jáhkat lea ávkkalaš dása." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Čále dán prográmma válddáhusa, das gitta mo dat geavahuvvo. Ovdamearka: " +"Riŋgenprográmma (KPPP) šaddá «Riŋgenreaidu»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5627,7 +5656,7 @@ msgstr "Komm&eanta:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5830,7 +5859,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5838,36 +5867,56 @@ msgid "" "%1
    ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Oppalaš" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Fiilanama bajábealde" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Ođasmahte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5876,101 +5925,107 @@ msgstr "" "Rehkenastimin … %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 fiila" msgstr[1] "%1 fiilla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 vuollemáhppa" msgstr[1] "%1 vuollemáhpa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Ođđa fiilanamma lea guorus." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Sáhttá čájehit ja rievdadit sisdoalu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Sáhttá čájehit/lohkat ja rievdadit/čállit" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Vuoigatvuođat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Beassanvuoigatvuođat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -5978,37 +6033,37 @@ msgstr[0] "Dát fiila lea liŋka ja danne das eai leat beassanvuoigatvuođat." msgstr[1] "" "Dát fiillat leat liŋkkat ja danne dain eai leat beassanvuoigatvuođat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Dušše eaiggát sáhttá rievdadit beassanvuoigatvuođaid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ea&iggát:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Mearrida maid eaiggát sáhttá dahkat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Jo&avku:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Mearrida maid joavkku mielláhtut sáhttet dahkat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ea&rát:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6017,30 +6072,27 @@ msgstr "" "Mearrida maid buot geavaheaddjit, mat eai leat oamasteaddjit, eaige dán " "joavkkus, sáhttet bargat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Dušše &eaiggát sáhttá rievdadat máhpa nama dahje sihkkut dan sisdoalu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Bijá dán leavgga vai oažžut lobi vuodjit fiilla prográmman." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format -#| msgid "&Execute" msgid "Execute:" msgstr "&Daga" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6052,7 +6104,7 @@ msgstr "" "geavaheaddjit sáhttet dušše lasihit ođđa fiillaid, mii gáibida «Rievdat " "sisdoalu»-vuoigatvuođa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6061,42 +6113,42 @@ msgstr "" "Geavat dán molssaeavttu merket dán fiilla vuojehahttin. Gusto dušše " "prográmmaid ja skriptaid várás, ja gáibiduvvo go hálidat daid vuodjit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Erenoamáš beassanvuoigatvuođat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Eiggát" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Geavaheaddji:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Joavku:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Bija rievdadusaid atnui buot vuollemáhpain ja daid sisdoallui" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Erenoamáš beassanvuoigatvuođat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Luohkká" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6105,22 +6157,22 @@ msgstr "" "Čájet\n" "merkošiid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Dát leavga diktá geahččat máhpa sisdoalu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Loga" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Lohkanleavga suovvá geahččat fiilla sisdoalu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6129,7 +6181,7 @@ msgstr "" "Čále\n" "merkošiid" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6138,43 +6190,43 @@ msgstr "" "Dát leavga addá lobi lasihit ja sihkkut fiillaid, ja maid molsuit nama dain. " "Fuomáš ahte sáhtát rádjet sihkkuma ja nammamolsuma njivlásleavggain." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Čále" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Čállinleavga diktá rievdadit fiilla sisdoalu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Mana máhppii" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Bija dán leavgga vai oažžut lobi mannat máhppii." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Bijá dán leavgga vai oažžut lobi vuodjit fiilla prográmman." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Erenoamáš" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6183,24 +6235,24 @@ msgstr "" "Erenoamáš leavga. Gusto olles máhpa várás, juste maid dat máksá oainnát " "olgeš čuolddas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Erenoamáš leavga. Juste maid dat máksá oainnát olgeš čuolddas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Geavaheaddji" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Joavku" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6209,7 +6261,7 @@ msgstr "" "Jus dát leavga lea bidjon, de máhpa eaiggát šaddá eaiggán buot ođđa " "fiillaide." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6218,13 +6270,13 @@ msgstr "" "Jus dát fiila lea vuojehahtti ja leavga lea bidjon, de dat vuojehuvvo " "eaiggáda vuoigadvuođaiguin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "Jus dát leavga lea bidjon, de buot ođđa fiillat ožžot máhpa joavkku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6233,7 +6285,7 @@ msgstr "" "Jus dát fiilalea vuojehahtti ja leavga lea bidjon, de dat vuojehuvvo joavkku " "vuoigatvuođaiguin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6243,7 +6295,7 @@ msgstr "" "dahje addit ođđa nama fiillaide. Muđuid sáhttet buohkat geas lea " "čállinvuoigatvuođat dan dahkat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6252,89 +6304,80 @@ msgstr "" "Njivlásleavga badjelgehččejuvvo Linux:is, muhto dáidá geavahuvvot eará " "vuogádagain." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Bija UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Bija GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Njivlái" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Liŋka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Rievdevas (Ii makkárge rievdadus)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Dát fiila geavaha erenoamáš vuoigatvuođaid" msgstr[1] "Dát fiillat geavahit erenoamáš vuoigatvuođaid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Dát máhppa geavaha erenoamáš vuoigatvuođaid." msgstr[1] "Dát máhpát geavahit erenoamáš vuoigatvuođaid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Dát fiillat geavahit erenoamáš vuoigatvuođaid." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Rehkenastte" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6342,56 +6385,72 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Rehkenastte" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Dušše vuojehahtti fiillat báikkálaš fiilavuogádagas dorjojuvvo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Prográmma" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Lasit fiilašlája %1 várás" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vállje ovtta dahje eanet fiilašlája maid lasihit:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Dušše vuojehahtti fiillat báikkálaš fiilavuogádagas dorjojuvvo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Erenoamáš molssaeavttut %1 várás" @@ -6496,22 +6555,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Fiilarahpanláseš" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" msgstr "Čuohppusbeavddi sisdoalu fiilanamma:" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" - -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6520,19 +6581,19 @@ msgstr "" "Čuohppusbeavdi lea rievdaduvvon dan rájes go geavahit «liibme»: válljejuvvon " "dáhtáformáhtta ii leat šat geavahahtti. Máŋges fas dan maid háliidat liibmet." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6540,91 +6601,110 @@ msgid_plural "Paste %1 Items" msgstr[0] "" msgstr[1] "" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Čuohppusbeavddi sisdoalu fiilanamma:" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Liibme" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Dáhtonformáhtta:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Čuohppusbeavddi sisdoalu fiilanamma:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Geavat buohkaide" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "Files and folders will be copied into the existing directory, alongside " +#| "its existing contents.\n" +#| "You will be prompted again in case of a conflict with an existing file in " +#| "the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" +"Fiillat ja máhpat máŋgejuvvo dálá máhppii, dálá sisdoalu báldii.\n" +"Boahtá jearaldat ođđasit jus gávdno seamma nammasaš fiila máhpas." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Molsso nama" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Evttot ođđa &nama" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Njuikes badjel" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ale máŋge dahje sirdde dán máhpa, njuikes baicce boahtte merkošii" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ale máŋge dahje sirdde dán fiilla, njuikes baicce boahtte merkošii" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Čále &dása" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6635,25 +6715,25 @@ msgstr "" "Fiillat ja máhpat máŋgejuvvo dálá máhppii, dálá sisdoalu báldii.\n" "Boahtá jearaldat ođđasit jus gávdno seamma nammasaš fiila máhpas." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Joatkke" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6662,126 +6742,109 @@ msgstr "" "Dát doaibma hálida buhttet «%1» alccain.\n" "Atte ođđa fiilanama:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "J&oatkke" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Gáldu" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Ulbmil" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Boarrásat mearkkuš nammaduvvon «%1» gávdno juo." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Seammalágána fiila nammaduvvon «%1» gávdno juo." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ođđasabbot mearkkuš nammaduvvon «%1» gávdno juo." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Molsso nama:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fiila nammaduvvon %1 gávdno juo." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." msgstr "" -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6789,38 +6852,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "" msgstr[1] "" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Buhtte" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Raba geavahettiin" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Buhtte" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "" +msgstr[1] "" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Fiilanama bajábealde" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Fiilanama bajábealde" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Common name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Dábálaš namma:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Buhtte" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Ovdačájeheapmi" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Diehtu" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, fuzzy, kde-format msgid "Replace" msgstr "Buhtte" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Geahččal ođđasit" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Badjelgeahča" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "" @@ -6907,7 +7122,7 @@ msgstr "" "Gáiddus bálvá ii sádden SSL-duođaštusaid.\n" "Gaskkalduhttá dannego ii leat vejolaš duođaštit guossoheaddji identitehta." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6941,26 +7156,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6968,47 +7205,47 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Peer-SSL-sertifikáhtta orroleamen billašuvvon." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Dát álggaha prográmma:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Jus it luohtte dán prográmma, coahkkal Gaskkalduhte" diff --git a/local/recipes/kde/kf6-kio/source/po/sk/kio6.po b/local/recipes/kde/kf6-kio/source/po/sk/kio6.po index 5767791e72..4676c51824 100644 --- a/local/recipes/kde/kf6-kio/source/po/sk/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sk/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-08-11 20:21+0200\n" "Last-Translator: Matej Mrenica \n" "Language-Team: Slovak \n" @@ -16,8 +16,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 24.05.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 24.05.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "wizzardsk@gmail.com,prescott66@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Nepodarilo sa zmeniť vlastníctvo súboru %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "Nepodarilo sa zmeniť vlastníctvo súboru %1. Nemáte " "dostatočné prístupové práva k súboru na vykonanie tejto zmeny." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Nie je možné vytvoriť obsluhu KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Nepodarilo sa vytvoriť symbolický odkaz \"%1\".\n" "Cieľový súborový systém (%2) nepodporuje symbolické odkazy." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "Výberom možnosti Nahradiť sa nahradia všetky neplatné znaky (v názve " "cieľového priečinka) podčiarkovníkom \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgstr "" "Výberom možnosti Nahradiť sa nahradia všetky neplatné znaky (v názve " "cieľového súboru) podčiarkovníkom \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Priečinok už existuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Súbor už existuje" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Už existuje ako priečinok" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Kôš" @@ -204,199 +204,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Presúvanie" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Zdroj" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cieľ" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Premenovanie" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopírovanie" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Vytváranie adresára" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Adresár" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Odstraňovanie" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Súbor" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Skúmanie" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Prenos" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Pripájanie" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Zariadenie" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Bod pripojenia" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Odpájanie" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Zmeniť vlastnosť" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "Práva root-u sú vyžadované na zmenu vlastností. Chcete pokračovať?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopírovať súbory" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Práva root-u sú vyžadované na dokončenie operácie kopírovania. Chcete " -"pokračovať?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Odstrániť súbory" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Práva root-u sú vyžadované na dokončenie operácie mazania. Avšak to môže " -"poškodiť váš systém. Chcete pokračovať?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Vytvoriť priečinok" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Práva root-u sú vyžadované na vytvorenie tohto priečinka. Chcete pokračovať?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Presunúť položky" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Práva root-u sú vyžadované na dokončenie operácie presúvania. Chcete " -"pokračovať?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Premenovať" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Práva root-u sú vyžadované na dokončenie premenovania. Chcete pokračovať?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Vytvoriť symbolický odkaz" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "Práva root-u sú vyžadované na vytvorenie symlink-u. Chcete pokračovať?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Prenos údajov" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Práva root-u sú vyžadované na dokončenie prenosu údajov. Chcete pokračovať?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -825,6 +722,11 @@ msgstr "Súbor je príliš veľký na vyhodenie do koša." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "A trash folder could not be found or created for this location." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -834,65 +736,65 @@ msgstr "" "%2\n" "Pošlite úplné hlásenie o chybe na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(neznáme)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technický dôvod: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Podrobnosti požiadavky:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Dátum a čas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Ďalšie informácie: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Možné príčiny:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Možné riešenia:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(neznámy)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -901,17 +803,17 @@ msgstr "" "Kontaktujte vašu podporu, či už je to administrátor alebo skupina technickej " "podpory, aby vám pomohla." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Pre ďalšiu podporu kontaktujte administrátora servera." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Skontrolujte prístupové práva k tomuto zdroju." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -920,14 +822,14 @@ msgstr "" "Vaše prístupové práva možno nie sú dostatočné na vykonanie požadovanej " "operácie na tomto zdroji." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Súbor možno používa (a je preto zamknutý) iná aplikácia alebo užívateľ." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -936,17 +838,17 @@ msgstr "" "Skontrolujte, že žiadna iná aplikácia ani užívateľ nepoužíva súbor ani ho " "nezamkol." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Aj keď je to málo pravdepodobné, mohla nastať chyba hardvéru." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Asi ste narazili na chybu v programe." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -955,7 +857,7 @@ msgstr "" "Toto je asi spôsobené chybou v programe. Zvážte odoslanie úplného hlásenia o " "chybe obsahujúce podrobnosti uvedené nižšie." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -964,7 +866,7 @@ msgstr "" "Aktualizujte svoj softvér na najnovšiu verziu. Vaša distribúcia by mala " "poskytovať nástroje pre aktualizáciu softvéru." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -983,12 +885,12 @@ msgstr "" "podrobnosti uvedené vyššie a uveďte ich vo vašom hlásení o chybe spolu s čo " "najviac podrobnosťami, ktoré si myslíte, že by mohli pomôcť." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Možno je problém s vaším sieťovým spojením." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -997,7 +899,7 @@ msgstr "" "Možno je problém s vaším nastavením siete. Ak ste predtým nemali žiadne " "problémy s prístupom na Internet, nie je to moc pravdepodobné." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1006,43 +908,43 @@ msgstr "" "Možno je problém na nejakom mieste po ceste v sieti medzi serverom a vaším " "počítačom." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Skúste to znovu, buď hneď alebo neskôr." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Nastala chyba protokolu alebo nekompatibilita." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Overte, že zdroj existuje a skúste to znovu." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Zadaný zdroj asi neexistuje." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Znovu skontrolujte, že ste zadali správne umiestnenie a skúste to znovu." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Skontrolujte stav svojho sieťového spojenia." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Nie je možné otvoriť zdroj na čítanie" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 " "sa nepodarilo získať, pretože sa nepodarilo získať práva na čítanie." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Asi nemáte práva na čítanie súboru alebo na otvorenie priečinka." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Nie je možné otvoriť zdroj na zápis" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1070,17 +972,17 @@ msgstr "" "To znamená, že do súboru %1 sa nepodarilo zapisovať, " "pretože sa nepodarilo získať práva na zápis." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Nie je možné spustiť proces vyžadovaný protokolom %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nie je možné spustiť proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 sa nepodarilo spustiť. To je obvykle spôsobené technickými " "problémami." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1102,12 +1004,12 @@ msgstr "" "aktualizovaný spolu s poslednou aktualizáciou KDE. Tým sa program mohol stať " "nekompatibilným s aktuálnou verziou a preto ho nie je možné spustiť." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Interná chyba" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 oznámil internú chybu." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nesprávne formátované URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://uzivatel:heslo@www.priklad." "org:port/priecinok/nazov_suboru.pripona?dotaz=hodnota" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nepodporovaný protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1149,12 +1051,12 @@ msgstr "" "Protokol %1 nie je podporovaný programami KDE, ktoré sú " "momentálne nainštalované na tomto počítači." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Požadovaný protokol asi nie je podporovaný." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1163,7 +1065,7 @@ msgstr "" "Verzia protokolu %1 podporovaná týmto počítačom a serverom môže byť " "nekompatibilná." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1174,17 +1076,17 @@ msgstr "" "\"), ktorý podporuje tento protokol. Medzi miesta, kde môžete vyhľadávať, " "patria https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL neodkazuje na zdroj." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filtrovací protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Location " "(URL), ktoré ste zadali, neodkazuje na špecifický zdroj." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1205,12 +1107,12 @@ msgstr "" "použije iba v takejto situácii, ale toto nie je tento prípad. Toto je " "neobvyklá udalosť a asi znamená chybu v programe." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nepodporovaná akcia: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1219,7 +1121,7 @@ msgstr "" "Požadovaná akcia nie je podporovaná programom KDE, ktorý implementuje " "protokol %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1230,17 +1132,17 @@ msgstr "" "viac informácií, než koľko ich je dostupných vo vstupno/výstupnej " "architektúre KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pokúste sa nájsť iný spôsob ako dosiahnuť rovnaký výsledok." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očakáva sa súbor" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1249,17 +1151,17 @@ msgstr "" "Požiadavka očakávala súbor, ale namiesto toho bol nájdený priečinok " "%1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Toto môže byť chyba na strane servera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očakáva sa priečinok" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1268,17 +1170,17 @@ msgstr "" "Požiadavka očakávala priečinok, ale namiesto toho bol nájdený súbor " "%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Súbor alebo priečinok neexistuje" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Zadaný súbor alebo priečinok %1 neexistuje." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1287,22 +1189,22 @@ msgstr "" "Požadovaný súbor sa nepodarilo vytvoriť, pretože súbor s rovnakým názvom už " "existuje." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Skúste najskôr presunúť aktuálny súbor bokom a potom to skúste znovu." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Odstráňte aktuálny súbor a skúste to znovu." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Vyberte iný názov pre nový súbor." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1311,28 +1213,28 @@ msgstr "" "Požadovaný priečinok sa nepodarilo vytvoriť, pretože priečinok s rovnakým " "názvom už existuje." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Skúste najskôr presunúť aktuálny priečinok bokom a potom to skúste znovu." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Odstráňte aktuálny priečinok a skúste to znovu." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Vyberte iný názov pre nový priečinok." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Neznámy hostiteľ" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1341,45 +1243,45 @@ msgstr "" "Chyba \"neznámy hostiteľ\" znamená, že server s požadovaným názvom " "%1 sa nepodarilo v Internete nájsť." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Zadaný názov %1 neexistuje. Možno bol nesprávne zadaný." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Prístup zamietnutý" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Prístup bol zamietnutý pre zadaný zdroj, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Možno ste zadali nesprávne alebo neúplné údaje pre overenie." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Váš účet asi nemá práva pre prístup k zadanému zdroju." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Opakujte požiadavku a overte, že sú údaje pre overenie zadané správne." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Prístup na zápis bol zamietnutý" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1387,12 +1289,12 @@ msgid "" msgstr "" "To znamená, že pokus o zápis do súboru %1 bol zamietnutý." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Nie je možné vstúpiť do priečinka" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1401,17 +1303,17 @@ msgstr "" "To znamená, že pokus o vstup (inými slovami otvorenie) do požadovaného " "priečinka %1 bol zamietnutý." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Výpis priečinka nie je k dispozícii" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 nie je systém súborov" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1421,12 +1323,12 @@ msgstr "" "To znamená, že požiadavka vyžaduje určenie obsahu priečinka a že program " "KDE, ktorý tento protokol podporuje, to nedokáže." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Zistený cyklický odkaz" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1438,7 +1340,7 @@ msgstr "" "priečinok. KDE našlo odkaz alebo sériu odkazov, ktoré vytvárajú nekonečný " "cyklus - t.j. súbor (asi cez viac odkazov) odkazuje sám na seba." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1447,27 +1349,27 @@ msgstr "" "Odstráňte jednu stranu cyklu, aby nemohol vzniknúť nekonečný cyklus a skúste " "to znovu." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Požiadavka prerušená užívateľom" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Požiadavka nebola dokončená, pretože bola prerušená." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Opakujte požiadavku." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Počas kopírovania bol zistený cyklický odkaz" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1480,17 +1382,17 @@ msgstr "" "odkazov, ktoré vytvárajú nekonečný cyklus - t.j. súbor (asi cez viac " "odkazov) odkazuje sám na seba." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Nepodarilo sa vytvoriť sieťové pripojenie" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Nepodarilo sa vytvoriť soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1499,8 +1401,8 @@ msgstr "" "Toto je technická chyba, pri ktorej sa požadované zariadenie pre sieťovú " "komunikáciu (soket) nepodarilo vytvoriť." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1509,12 +1411,12 @@ msgstr "" "Sieťové pripojenie je možno nesprávne nastavené, alebo sieťové rozhranie nie " "je povolené." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Pripojenie na server bolo odmietnuté" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1522,7 +1424,7 @@ msgid "" msgstr "" "Server %1 odmietol tomuto počítaču vytvoriť pripojenie." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1531,7 +1433,7 @@ msgstr "" "Server, ktorý je momentálne pripojený na Internet, asi nie je nastavený tak, " "aby mohol prijímať požiadavky." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1540,7 +1442,7 @@ msgstr "" "Server, ktorý je momentálne pripojený na Internet, asi nemá spustenú " "požadovanú službu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1550,12 +1452,12 @@ msgstr "" "Sieťový firewall (zariadenie, ktoré obmedzuje internetové požiadavky), ktorý " "chráni vašu sieť, alebo sieť servera, zabránil tejto požiadavke." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Pripojenie na server bolo neočakávane uzavreté" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1564,7 +1466,7 @@ msgstr "" "Aj keď bolo pripojenie s %1 vytvorené, pripojenie bolo " "uzavreté v neočakávanom bode komunikácie." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1573,17 +1475,17 @@ msgstr "" "Nastala chyba protokolu, preto server uzavrel pripojenie, ako reakciu na " "chybu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Neplatné URL zdroja" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 nie je filtrovací protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Location (URL), ktoré ste zadali, neodpovedá platnému mechanizmu pre " "prístup ku zdroju, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1606,17 +1508,17 @@ msgstr "" "takto používa, ale tento protokol to nedokáže. Toto nie je moc častá udalosť " "a asi znamená chybu v programe." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nie je možné inicializovať vstupno/výstupné zariadenie" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Nepodarilo sa pripojiť zariadenie" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1625,7 +1527,7 @@ msgstr "" "Požadované zariadenie sa nepodarilo inicializovať (\"pripojiť\"). Oznámená " "chyba bola: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1636,7 +1538,7 @@ msgstr "" "CD-ROM v mechanike CD), alebo ide o periférne/prenosné zariadenie, ktoré nie " "je správne pripojené." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1646,7 +1548,7 @@ msgstr "" "Nemáte práva inicializovať (\"pripojiť\") zariadenie. Na systémoch UNIX sú " "často nutné administrátorské práva pre inicializáciu zariadenia." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1655,17 +1557,17 @@ msgstr "" "Skontrolujte, že zariadenie je pripravené, médium je zasunuté a prenosné " "zariadenia sú správne pripojené a zapnuté a skúste to znovu." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nie je možné zrušiť inicializáciu vstupno/výstupné zariadenie" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Nepodarilo sa odpojiť zariadenie" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1674,7 +1576,7 @@ msgstr "" "Požadované zariadenie sa nepodarilo odinicializovať (\"odpojiť\"). Oznámená " "chyba bola: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1685,7 +1587,7 @@ msgstr "" "užívateľ. Dokonca aj otvorené okna prehliadača s obsahom umiestneným na " "zariadení môže spôsobiť zaneprázdnenie zariadenia." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1696,18 +1598,18 @@ msgstr "" "systémoch UNIX je obvykle nutné mať administrátorské práva pre odpojenie " "zariadenia." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Skontrolujte, že žiadne aplikácie nepoužívajú zariadenie a skúste to znovu." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Nie je možné čítať zo zdroja" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1716,17 +1618,17 @@ msgstr "" "To znamená, že aj keď sa zdroj %1 podarilo otvoriť, nastala " "chyba pri čítaní jeho obsahu." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Možno nemáte práva na čítanie z tohto zdroja." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Nie je možné zapísať do zdroja" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1735,22 +1637,22 @@ msgstr "" "To znamená, že aj keď sa zdroj %1 podarilo otvoriť, nastala " "chyba pri zápise do zdroja." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možno nemáte práva na zápis do tohto zdroja." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Nepodarilo sa čakať na sieťové pripojenia" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nepodarilo sa pripojiť" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1760,17 +1662,17 @@ msgstr "" "Toto je technická chyba, pri ktorej sa nepodarilo vytvoriť požadovanú " "komunikáciu (soket), aby bolo možné čakať na sieťové pripojenia." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Nepodarilo sa čakať na pripojenia" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nepodarilo sa prijať sieťové pripojenie" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1779,33 +1681,33 @@ msgstr "" "Toto je technická chyba, ktorá nastala pri pokuse o prijatie sieťového " "pripojenia." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Možno nemáte práva na prijatie pripojenia." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Nepodarilo sa prihlásiť: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Pokus o prihlásenie pre vykonanie požadovanej operácie bol neúspešný." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Nepodarilo sa určiť stav zdroja" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Nepodarilo sa zistiť informácie o zdroji" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1814,68 +1716,68 @@ msgstr "" "Pokus o určenie informácií o stave zdroja %1, ako je názov, " "typ, veľkosť atď, bol neúspešný." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Zadaný zdroj neexistuje alebo nie je prístupný." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Nepodarilo sa zrušiť výpis" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Ešte nedokumentované" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Nepodarilo sa vytvoriť priečinok" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pokus o vytvorenie požadovaného priečinka zlyhal." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Umiestnenie, kde mal byť priečinok vytvorený asi neexistuje." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Nepodarilo sa odstrániť priečinok" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Pokus o odstránenie zadaného priečinka %1 zlyhal." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Zadaný priečinok asi neexistuje." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Zadaný priečinok asi nie je prázdny." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Overte, že priečinok existuje a je prázdny. Potom to skúste znovu." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Nepodarilo sa pokračovať v prenose súboru" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1884,66 +1786,66 @@ msgstr "" "Zadaná požiadavka udávala, že prenos súboru %1 má v nejakom " "bode prenosu pokračovať. To ale nebolo možné." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol alebo server asi nepodporuje pokračovanie v prenose súborov." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Opakujte požiadavku bez pokusu o pokračovanie v prenose." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Nepodarilo sa premenovať zdroj" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Pokus o premenovanie zadaného zdroja %1 zlyhal." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Nepodarilo sa zmeniť práva k zdroju" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Pokus o zmenu práv pre zadaný zdroj %1 zlyhal." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Nepodarilo sa zmeniť vlastníka zdroja" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Pokus o zmenu vlastníka pre zadaný zdroj %1 zlyhal." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Nepodarilo sa odstrániť zdroj" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Pokus o odstránenie zadaného zdroja %1 zlyhal." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočakávaný koniec programu" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 neočakávane skončil." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nedostatok pamäti" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 nezískal dostatok pamäti pre pokračovanie v operácii." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Neznámy proxy hostiteľ" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2023,17 +1925,17 @@ msgstr "" "Vyplňte hlásenie o chybe na http://bugs.kde." "org/, aby ste informovali tím KDE o nepodporovanej metóde overenia." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Požiadavka bola zrušená" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Interná chyba na serveri" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2042,7 +1944,7 @@ msgstr "" "Program na serveri, ktorý poskytuje prístup k protokolu %1 " "oznámil vnútornú chybu: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2051,12 +1953,12 @@ msgstr "" "Asi je to spôsobené chybou v programe serveru. Zvážte odoslanie úplného " "hlásenia o chybe obsahujúceho podrobnosti uvedené nižšie." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Kontaktujte administrátora servera a oznámte mu problém." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2065,39 +1967,31 @@ msgstr "" "Ak viete, kto je autorom použitého programu na serveri, pošlite hlásenie o " "chybe priamo jemu." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Vypršanie času" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Aj keď sa podarilo kontaktovať server, odpoveď neprišla v zadanej dobe: " -"
    • Čas pre vytvorenie spojenia: %1 sekúnd
    • Čas pre prijatie " -"odpovede: %2 sekúnd
    • Čas pre prístup k proxy serverom: %3 sekúnd
    Uvedomte si, že tieto časy môžete zmeniť v Systémových nastaveniach " -"KDE výberom Nastavenie siete -> Predvoľby pripojenia." +"Although contact was made with the server, a response was not received " +"within the amount of time allocated for the request." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server bol príliš zaneprázdnený inými požiadavkami." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Neznáma chyba" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 oznámil neznámu chybu: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Neznáme prerušenie" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 oznámil prerušenie neznámeho typu: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Nepodarilo sa odstrániť pôvodný súbor" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2136,12 +2030,12 @@ msgstr "" "konci operácie presunu. Tento pôvodný súbor %1 sa " "nepodarilo odstrániť." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Nepodarilo sa odstrániť dočasný súbor" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2152,12 +2046,12 @@ msgstr "" "súbor uloží počas sťahovania. Tento dočasný súbor %1 sa " "nepodarilo odstrániť." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Nepodarilo sa premenovať pôvodný súbor" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2166,12 +2060,12 @@ msgstr "" "Požadovaná operácie vyžaduje premenovať pôvodný súbor %1, " "ale to sa nepodarilo." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Nepodarilo sa premenovať dočasný súbor" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2180,32 +2074,32 @@ msgstr "" "Požadovaná operácia vyžaduje vytvorenie dočasného súboru %1, ale nepodarilo sa ho vytvoriť." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Nepodarilo sa vytvoriť odkaz" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Nepodarilo sa vytvoriť symbolický odkaz" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Požadovaný symbolický odkaz %1 sa nepodarilo vytvoriť." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Žiadny obsah" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Plný disk" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2214,7 +2108,7 @@ msgstr "" "Požadovaný súbor %1 sa nepodarilo uložiť, pretože na disku " "nie je dostatok miesta." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2225,12 +2119,12 @@ msgstr "" "súborov, 2) archivovaním súborov na vymeniteľné média ako sú CD-ROM disky " "alebo 3) obstaraním väčšej úložnej kapacity." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Zdrojový a cieľový súbor sú rovnaké" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2238,35 +2132,36 @@ msgid "" msgstr "" "Operáciu sa nepodarilo dokončiť, pretože zdrojový a cieľový súbor sú rovnaké." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Vyberte iný názov pre cieľový súbor." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Súbor alebo priečinok pustený sám do seba" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"Operáciu sa nepodarilo dokončiť, pretože zdrojový a cieľový súbor sú rovnaké." +"Operáciu sa nepodarilo dokončiť, pretože zdrojový a cieľový súbor alebo " +"priečinok sú rovnaké." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Pustiť položku do iného súboru alebo priečinka." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Súbor presunutý sám do seba" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2274,17 +2169,17 @@ msgid "" msgstr "" "Operáciu sa nepodarilo dokončiť, pretože zdroj nie je možné presunúť do seba." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Presuňte položku do iného priečinka." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Nepodarilo sa komunikovať so serverom hesiel" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2293,23 +2188,23 @@ msgstr "" "Operáciu sa nepodarilo dokončiť, pretože službu vyžadujúcu heslá " "(kpasswdserver) sa nepodarilo kontaktovať" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Skúste reštartovať vaše sedenie, alebo sa pozrieť do logov pre chyby z kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Nie je možné inicializovať protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Nie je možné vytvoriť obsluhu KIO " -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2318,7 +2213,7 @@ msgstr "" "Obsluhu KIO, ktorá poskytuje prístup k protokolu %1 sa " "nepodarilo spustiť. To je obvykle spôsobené technickými problémami." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2327,13 +2222,13 @@ msgstr "" "klauncher nemohol nájsť alebo spustiť zásuvný modul, ktorý poskytuje tento " "protokol. To znamená, že možno máte starú verziu tohto zásuvného modulu." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Nepodarilo sa preniesť %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2343,7 +2238,7 @@ msgstr "" "Súbor %1 nemohol byť prenesený, pretože cieľový " "súborový systém nepodporuje také veľké súbory" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2352,28 +2247,28 @@ msgstr "" "Formátujte cieľovú jednotku s použitím súborového systému, ktorý podporuje " "také veľké súbory." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentovaná chyba" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolický odkaz na %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Odkaz na %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Ukazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2382,12 +2277,12 @@ msgstr "" "Neplatné URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Nie je možné rozpoznať typ súboru %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2395,14 +2290,14 @@ msgid "" msgstr "" "Nepodarilo sa získať názov programu z '%1', zadajte platný názov programu." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" "Zdá sa, že súbor %1 nie je spustiteľným programom." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2412,92 +2307,92 @@ msgstr "" "Súbor %1 sa nenašiel. Prosím, zadajte platnú cestu k " "spustiteľnému programu." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Otváranie spojení nie je protokolom %1 podporované." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Ukončenie spojení nie je protokolom %1 podporované." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Prístup k súborom nie je protokolom %1 podporovaný." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Zápis do %1 nie je podporovaný." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Pre protokol %1 nie sú k dispozícii žiadne špeciálne akcie." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Výpis priečinkov nie je protokolom %1 podporovaný." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Získavanie dát z %1 nie je podporované." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Získavanie informácií o typoch MIME z %1 nie je podporované." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Premenovanie alebo presun súborov v %1 nie je podporované." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Vytváranie symbolických odkazov nie je protokolom %1 podporované." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopírovanie súborov v %1 nie je podporované." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Odstraňovanie súborov z %1 nie je podporované." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Vytváranie priečinkov nie je protokolom %1 podporované." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Zmena atribútov súborov nie je protokolom %1 podporovaná." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Zmena vlastníctva súborov nie je protokolom %1 podporovaná." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Otváranie súborov nie je protokolom %1 podporované." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 nepodporuje akciu %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2505,315 +2400,340 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"The security of the KIO worker for protocol ’%1’, which typically asks for " +"elevated permissions, can not be guaranteed because users other than root " +"have permission to modify it at %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Neznámy protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Nie je možné nájsť obsluhu KIO pre protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Nie je možné vytvoriť soket pre spustenie obsluhy KIO pre protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Nie je možné nájsť spustiteľný súbor 'kioworker' v '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Podrobnosti" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Na&vždy" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Pokračovať" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Iba pre &aktuálne sedenia" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Presunúť do nového priečinka" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Vytvoriť nový priečinok pre tieto položky" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Nevybrali ste súbor pre odstránenie." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nie je čo odstrániť" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Nevybrali ste súbor pre vyhodenie do koša." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nie je čo vyhodiť do koša" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Zadaný priečinok neexistuje alebo sa nedá prečítať." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Ponuka" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Nadradený priečinok" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Prejsť späť" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Prejsť dopredu" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domovský priečinok" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Znovu načítať" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nový priečinok" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Presunúť do koša" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Odstrániť" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Triedenie" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Zoradiť podľa názvu" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Zoradiť podľa veľkosti" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Zoradiť podľa dátumu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Zoradiť podľa typu položky" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Vzostupne" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Zostupne" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Najskôr priečinky" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Skryté súbory ako posledné" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Zobrazenie ikon" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Stručné zobrazenie" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Zobrazenie podrobností" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Pozícia ikony" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Vedľa názvu súboru" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nad názvom súboru" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Stručné zobrazenie" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Podrobné zobrazenie" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Stromové zobrazenie" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Podrobné stromové zobrazenie" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Povoliť rozšírenie v Zobrazení podrobností" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Zobraziť skryté súbory" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" -msgstr "Zobraziť náhľad" +msgstr "Zobraziť panel náhľadu" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Zobraziť náhľad" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Otvoriť priečinok s obsahom" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Vlastnosti" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Režim zobrazenia" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Najskôr najnovšie" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Najskôr najstaršie" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Najskôr najnovšie" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Najskôr najväčšie" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Najskôr najmenšie" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kódovanie:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otvoriť" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Uložiť ako" @@ -2843,9 +2763,7 @@ msgid "Root Folder" msgstr "Koreňový priečinok" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgctxt "@title:menu in Copy To or Move To submenu" -#| msgid "Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" msgstr "Prechádzať..." @@ -2862,40 +2780,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Presunúť sem" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Všetky súbory" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Všetky podporované súbory" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Všetky súbory" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Pridať položku Miesta" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Upraviť položku Miesta" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2907,17 +2825,17 @@ msgstr "" "obsahovať jedno alebo dve slová, ktoré vám pomôžu zapamätať si, kam položka " "odkazuje. Ak nezadáte popis, bude získaný z umiestnenia URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Popis:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Sem zadajte popisný text" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2930,12 +2848,12 @@ msgstr "" "pub/kde/stable

    Kliknutím na tlačidlo vedľa editovateľného pola " "môžete vybrať odpovedajúce URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "U&miestnenie:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2944,17 +2862,17 @@ msgstr "" "Toto je ikona, ktorá sa zobrazí v paneli Miesta.

    Kliknutím na " "toto tlačidlo vyberiete inú ikonu.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Vyberte &ikonu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Zobraziť &len pre túto aplikáciu (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2965,202 +2883,207 @@ msgstr "" "aplikáciu (%1).

    Ak je toto nastavenie vypnuté, položka bude " "dostupná vo všetkých aplikáciách.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Miesta" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Vzdialené" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nedávne" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Hľadať" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Zariadenia" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Vymeniteľné zariadenia" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Značky" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (Error %2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (Chyba %2)" +msgstr "%1 (z %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Všetky značky" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domov" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Plocha" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenty" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Stiahnuté" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Sieť" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Kôš" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Hudba" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Obrázky" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videá" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nedávne súbory" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nedávne umiestnenia" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Zmenené dnes" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Zmenené včera" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Nepodarilo sa pridať na panel Miesta: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Na panel Miesta možno pridávať iba priečinky." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Nastaviť…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Uvoľňuje sa..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Uvoľniť" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Bezpečné odstraňovanie..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Bezpečne odstrániť" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Odpája sa..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Odpojiť" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Vysunúť" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Zariadenie '%1' nie je disk a nedá sa vysunúť." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Nastala chyba pri prístupe k '%1', systém odpovedal: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Nastala chyba pri prístupe k '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Jeden alebo viac súborov na tomto zariadení je otvorených v rámci aplikácie." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3178,110 +3101,108 @@ msgstr[2] "" "Jeden alebo viac súborov na tomto zariadení je otvorených v nasledujúcich " "aplikáciách: %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Preformátovať alebo upraviť so správcom partícií" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 voľných z %2 (%3% použitých)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skryté)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vyprázdniť kôš" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Pripojiť" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otvoriť v novej karte" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Otvoriť v novom okne" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Pridať položku..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Upraviť..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Odstrániť z miest" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Skryť" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Skryť sekciu '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Skryť sekciu " -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Zobraziť všetky položky" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Veľkosť ikon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3289,51 +3210,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Automaticky zmeniť veľkosť" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Malá (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Stredná (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Veľká (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Obrovská (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Môžete vybrať len jeden súbor" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Zadaný viac ako jeden súbor" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Môžete vybrať len lokálne súbory" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Vzdialené súbory nie sú akceptované" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3351,51 +3272,22 @@ msgstr[2] "" "Vybraté URL adresy používajú nepodporované schémy. Prosím, použite " "nasledovné schémy: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nepodporovaná URL schéma" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Bol vybraný viac ako jeden priečinok, ale tento dialóg neakceptuje " -"priečinky. Prosím, vyberte iba jeden priečinok, ktorý chcete zobraziť." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Zadaný viac ako jeden priečinok" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Bol vybraný najmenej jeden priečinok a súbor. Vybrané súbory budú ignorované " -"a obsah vybraného priečinka bude zobrazený" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Vybrané súbory a priečinky" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Nepodarilo sa nájsť súbor \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Nie je možné otvoriť súbor" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3406,43 +3298,43 @@ msgstr "" ">Napríklad, ak je aktuálne umiestnenie file:/home/konqi kliknutím na toto " "tlačidlo sa premiestnite do file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknutím na toto tlačidlo sa presuniete v histórii o jeden krok späť." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Kliknutím na toto tlačidlo sa presuniete v histórii o jeden krok vpred." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknutím na toto tlačidlo obnovíte obsah aktuálneho umiestnenia." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknutím na toto tlačidlo vytvoríte nový priečinok." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Zobraziť panel Miesta" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Zobraziť tlačidlo záložiek" +msgid "Show Quick Filter" +msgstr "Zobraziť rýchly filter" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Možnosti" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3457,12 +3349,12 @@ msgstr "" "li>
  • navigačný panel Miesta
  • náhľady súborov
  • oddelenie " "priečinkov od súborov
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Záložky" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3476,12 +3368,35 @@ msgstr "" "dialog súborov, ale správajú sa ako hociktoré iné v KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Názov:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Vrátiť zmeny" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Ponechať filter pri zmene priečinkov" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Názov súboru:" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skryť panel filtrovania" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3494,12 +3409,12 @@ msgstr "" "tlačidla myši a vybraním preferovaného módu z menu Dopĺňanie textu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Toto je názov, pod ktorým bude súbor uložený." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3508,74 +3423,78 @@ msgstr "" "Toto je zoznam súborov, ktoré budú otvorené. Viac ako jeden súbor môže byť " "špecifikovaný výberom súborov, oddelených medzerami." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Toto je názov súboru, ktorý bude otvorený." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Miesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Súbor \"%1\" už existuje. Chcete ho prepísať?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prepísať súbor?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Môžete vybrať len lokálne súbory." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Vzdialené súbory nie sú akceptované" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Všetky priečinky" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Aktuálny priečinok: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otvoriť" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Veľkosť ikony: %1 pixelov" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automaticky vybrať &príponu súboru (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "prípona %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automaticky vybrať p&ríponu súboru" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "vhodná prípona" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3601,12 +3520,12 @@ msgstr "" "automaticky odstránená).Ak si nie ste istý, nechajte túto voľbu " "zapnutú, pretože zjednodušuje správu vašich súborov." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Typ súboru:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3615,67 +3534,53 @@ msgstr "" "Toto je výber typu súboru. Používa sa na výber formátu, v ktorom sa " "súbor uloží." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Toto je filter, ktorý sa použije na zoznam súborov. Názvy súborov, ktoré " -"neodpovedajú filtru nebudú zobrazené.

    Môžete vybrať jeden z " -"prednastavených filtrov z rozbaľovacieho menu, alebo zadať svoj filter " -"priamo do textového poľa.

    Sú povolené zastupiteľné znaky ako * alebo ?." -"

    " +"Toto je výber typu súboru. Používa sa na výber formátu zobrazených " +"súborov." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Vytvoriť nový typ súboru" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Zadajte názov súboru %1:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "Ľutujem" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "Súbor so šablónou %1 neexistuje." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "Názov nového odkazu:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Vytvoriť symbolický odkaz" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "Vytvoriť odkaz na URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a Different Name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Zadať iný názov" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3685,7 +3590,7 @@ msgstr "" "Názov %1 nie je možné použiť, pretože je vyhradený na " "použitie operačným systémom." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3695,7 +3600,7 @@ msgstr "" "Názov %1 začína bodkou, preto bude adresár štandardne " "skrytý." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3707,27 +3612,37 @@ msgstr "" "zobrazený pred ostatnými položkami pri abecednom zoraďovaní, okrem iných " "možných zvláštností." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Použitie lomiek v názvoch priečinkov vytvorí podpriečinky, napríklad:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Použitie lomiek v názvoch priečinkov vytvorí podpriečinky." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Lomky nemôžu byť použité v názvoch súborov a priečinkov." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Spätné lomky nemôžu byť použité v názvoch súborov a priečinkov." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Nepodarilo sa vytvoriť priečinok s názvom %1, " +"pretože je vyhradený na použitie operačným systémom." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3737,99 +3652,139 @@ msgstr "" "pretože pri odstraňovaní vecí pomocou terminálu to môže byť mätúce alebo " "nebezpečné." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Adresár s názvom %1 už existuje." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Súbor s názvom %1 už existuje." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Vytvoriť nový" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Odkaz na zariadenie" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nový priečinok" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Vytvoriť priečinok" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Vytvoriť nový priečinok v %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Zadať názov priečinka" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Predvolené" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Vytvoriť nový súbor" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Zadať názov súboru" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Vybrať vlastnú ikonu alebo farbu" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Vybrať inú ikonu…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "You can change the icon later in folder properties." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopírovať" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Vložiť" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otvoriť \"%1\" v novej karte" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Otvoriť \"%1\" v novom okne" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Upraviť" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Prejsť" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Zobraziť celú cestu" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "Cannot transfer %1" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "Nepodarilo sa preniesť %1" +msgstr "Prejsť na ľubovoľné miesto na ceste %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3839,7 +3794,14 @@ msgstr "Viac" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "Prejsť na umiestnenie na ceste" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Miesta" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3864,28 +3826,28 @@ msgstr "Iný" msgid "Edit mode" msgstr "Upraviť režim" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite pre navigáciu k umiestneniu" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite pre úpravu umiestnenia" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nemáte práva na spustenie tohto súboru." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Spúšťa sa %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3894,12 +3856,12 @@ msgstr "" "Nie je možné nastaviť službu %1 ako spustiteľnú, prerušuje sa spustenie.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nemáte práva pre výber aplikácie na otvorenie tohto súboru." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3911,7 +3873,7 @@ msgstr "" #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "Bol zadaný prázdny príkaz" #: gui/faviconrequestjob.cpp:108 #, kde-format @@ -3928,12 +3890,18 @@ msgstr "Chyba sťahovania obrázku do %1" msgid "Icon file too big, download aborted" msgstr "Súbor ikony príliš veľký, stiahnutie prerušené" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Nenašiel sa žiadny poštový klient" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3944,28 +3912,28 @@ msgstr "" "%1\n" "je neznámy." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Spúšťa sa %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Príkaz %1 sa nepodarilo nájsť." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Nenašiel sa žiadny emulátor terminálu" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Nepodarilo sa otvoriť %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3976,7 +3944,7 @@ msgstr "" "%1\n" "je typu Odkaz, ale nemá položku URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3985,7 +3953,7 @@ msgstr "" "Spustiteľný súbor \"%1\" je umiestnený na vzdialenom súborovom systéme. Z " "bezpečnostných dôvodov sa nespustí." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -3993,14 +3961,14 @@ msgstr "" "Z bezpečnostných dôvodov nie je v tomto kontexte spustenie spustiteľných " "súborov povolené." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "Program \"%1\" potrebuje oprávnenie na spustenie pred spustením." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4009,12 +3977,12 @@ msgstr "" "Nie je možné zmeniť súbor \"%1\" na spustiteľný.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Súbor položky plochy %1 nemá položku Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4025,21 +3993,18 @@ msgstr "" "Skontrolujte otvorené aplikácie a oblasť oznámení, či v nich nie sú čakajúce " "úlohy alebo stiahnutia." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Nepodarilo sa otvoriť súbor." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Program „%1“ sa nepodarilo spustiť." #: kioexec/kioexecd.cpp:86 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The file %1\n" -#| "has been modified. Do you want to upload the changes?" +#, kde-kuit-format msgctxt "@info" msgid "" "The file %1has been modified. Do you want to " @@ -4122,72 +4087,67 @@ msgstr "" "bol zmenený.\n" "Chcete odoslať zmeny?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - otvára vzdialené súbory, zisťuje zmeny a žiada o odoslanie" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 vývojári KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Považovať URL za lokálne súbory a potom ich odstrániť" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Navrhované názov pre stiahnutý súbor" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Príkaz, ktorý sa má spustiť" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL alebo lokálne súbory pre 'príkaz'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Nastavenie ACL pre %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4196,7 +4156,7 @@ msgstr "" "Nepodarilo sa zmeniť práva pre\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4206,118 +4166,37 @@ msgstr "" "Nepodarilo sa zmeniť vlastníka a skupinu pre\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Nepodarilo sa otvoriť dočasný súbor" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Nepodarilo sa nájsť program \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Nepodarilo sa nájsť program \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Zmeniť práva súboru" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nové práva: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Zmeniť vlastníka súboru" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nový vlastník: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Odstrániť súbor" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Odstrániť adresár" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Vytvoriť adresár" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Práva adresára: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Otvoriť súbor" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Otvoriť adresár" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nový názov súboru: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cieľ: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Zmeniť časovú značku" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Z: %1, Na: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Neznáma akcia" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Akcia: %1\n" -"Zdroj: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Nie je možné skopírovať súbor z %1 do %2. (Číslo chyby: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Chýba médium v zariadení pre %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Nepodarilo sa získať ID užívateľa pre užívateľa %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Nepodarilo sa získať ID skupiny pre skupinu %1" @@ -4359,32 +4238,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Musíte zadať užívateľské meno a heslo pre prístup k tomuto serveru." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Server:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Prihlásenie v poriadku" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Nepodarilo sa prihlásiť k %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4393,7 +4272,7 @@ msgstr "" "\n" "Server hlási: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4402,12 +4281,12 @@ msgstr "" "Musíte zadať užívateľské meno a heslo pre proxy server predtým, ako získate " "prístup k akémukoľvek serveru." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Overenie proxy zlyhalo." @@ -4459,101 +4338,101 @@ msgid "" msgstr "Chcete navždy akceptovať tento certifikát bez ďalšieho opýtania?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Overenie servera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Inak by požiadavka uspela." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "získať hodnoty vlastností" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "nastaviť hodnoty vlastností" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "vytvoriť požadovaný priečinok" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopírovať zadaný súbor alebo priečinok" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "presunúť zadaný súbor alebo priečinok" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "hľadať v zadanom priečinku" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zamknúť zadaný súbor alebo priečinok" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "odomknúť zadaný súbor alebo priečinok" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "odstrániť zadaný súbor alebo priečinok" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "zistiť možnosti servera" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "získať obsah zadaného súboru alebo priečinka" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "spustiť správu v zadanom priečinku" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Nastala neočakávaná chyba (%1) pri pokuse o %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4561,13 +4440,13 @@ msgid "" "below." msgstr "Nastala chyba pri pokuse o %1, %2. Nižšie je súhrn dôvodov." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Prístup bol zamietnutý pri pokuse o %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4575,7 +4454,7 @@ msgid "" msgstr "" "Zdroj nie je možné vytvoriť na cieli kým nebudú vytvorené potrebné priečinky." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4590,28 +4469,28 @@ msgstr "" "požadovali, aby súbory nebolo možné prepísať.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Požadovaný zámok sa nepodarilo získať. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server nepodporuje typ požiadavky v tele." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Nie je možné %1, pretože prostriedok je uzamknutý." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Táto akcia bola zablokovaná inou chybou." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4621,7 +4500,7 @@ msgstr "" "Nie je možné %1, pretože cieľový server odmietol prijať súbor alebo " "priečinok." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4630,18 +4509,18 @@ msgstr "" "Cieľový zdroj neobsahuje dostatok miesta pre uloženie stavu zdroja po " "vykonaní tejto metódy." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Zdroj nie je možné odstrániť." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "odoslať %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4652,15 +4531,15 @@ msgstr "Nastala neočakávaná chyba (%1) pri pokuse o %2." msgid "Network" msgstr "Sieť" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Neplatné URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4672,12 +4551,12 @@ msgstr "" "pôvodné miesto. Buď znovu vytvoríte priečinok a potom operáciu zopakujete, " "alebo pretiahnite myšou položku na iné miesto." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Neplatná kombinácia protokolov." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Tento súbor už je v koši." @@ -4713,7 +4592,7 @@ msgstr "Vyprázdniť obsah koša" msgid "Restore a trashed file to its original location" msgstr "Vrátiť súbor z koša na svoje pôvodné miesto" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Kôš je plný. Vyprázdnite ho, alebo odstráňte položky ručne." @@ -4734,17 +4613,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Znovu" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialóg overenia" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Prístup odmietnutý" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemáte práva pre prístup k protokolu %1." @@ -4853,41 +4732,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Očakávaný kontrolný súčet (MD5, SHA1, SHA256 alebo SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kliknite na vloženie kontrolného súčtu zo schránky do vstupného poľa." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4897,9 +4776,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Spočítať" @@ -4908,137 +4787,208 @@ msgstr "Spočítať" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknite na zkopírovanie kontrolného súčtu do schránky." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Zrušiť" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Presunúť sem" -#: widgets/dropjob.cpp:330 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Downloads" +#: widgets/dropjob.cpp:310 +#, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "Stiahnuté" +msgstr "Stiahnuť sem" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopírovať sem" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Odkaz sem" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Spustiť" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Čo chcete urobiť s týmto súborom?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Znovu sa už nepýtať" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otvoriť" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "S&pustiť" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otvoriť pomocou %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Vrátiť zmeny" +msgid "Would you like to launch this file?" +msgstr "Chcete spustiť tento súbor?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Vrátenie tejto operácie vyžaduje práva root-u. Chcete pokračovať?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Vytváranie adresára" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Zdroj" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Cieľ" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopíruje sa" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Presúvanie" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Premenovanie" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Presúvanie do koša" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Odstraňovanie" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Späť" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Späť: Kopírovať" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Späť: Odkaz" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Späť: Presunúť" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Späť: Premenovať" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Späť: Kôš" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Späť: Vytvoriť priečinok" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Späť: Vytvoriť priečinok(y)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Späť: Vytvoriť súbor" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Späť: Hromadné premenovanie" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Redo" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Znova: Kopírovať" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Znova: Odkaz" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Znova: Presunúť" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Znova: Premenovať" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Znova: Kôš" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Znova: Vytvoriť priečinok" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Znova: Vytvoriť priečinok(y)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Znova: Vytvoriť súbor" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Znova: Hromadné premenovanie" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5050,12 +5000,12 @@ msgstr "" "Vrátenie kopírovania odstráni súbor a stratia sa všetky zmeny.\n" "Naozaj chcete odstrániť %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potvrdenie vrátenia kópie súboru" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5067,21 +5017,22 @@ msgstr "" "filename>Táto akcia sa nedá vrátiť späť." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Trvalé odstránenie" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Vymazať natrvalo" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5100,7 +5051,7 @@ msgstr[2] "" "Naozaj chcete natrvalo odstrániť tieto položky %1?Táto akcia sa nedá vrátiť." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5110,13 +5061,13 @@ msgstr "" "Naozaj chcete natrvalo odstrániť všetky položky z koša?Táto akcia sa nedá vrátiť späť." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vyprázdniť kôš" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5125,7 +5076,7 @@ msgid "" msgstr "" "Naozaj chcete presunúť túto položku do koša?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5137,15 +5088,13 @@ msgstr[2] "Naozaj chcete presunúť tieto položky %1 do koša?" #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "Pridať…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "&Edit…" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "&Upraviť..." +msgstr "&Upraviť" #: widgets/kacleditwidget.cpp:79 #, kde-format @@ -5163,7 +5112,7 @@ msgstr "Vlastník" #, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "Skupina vlastníkov" +msgstr "Vlastnícka skupina" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 #, kde-format @@ -5213,7 +5162,7 @@ msgstr "Vlastník" msgid "Owning Group" msgstr "Skupina" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostatné" @@ -5282,117 +5231,116 @@ msgid "Updating System Configuration" msgstr "Aktualizuje sa systémové nastavenie" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" msgstr "Aktualizuje sa systémové nastavenie." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Názov" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Veľkosť" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Dátum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Práva" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Vlastník" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Skupina" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "&Otvoriť pomocou %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Akcie" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open Folder With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "&Otvoriť priečinok pomocou" +msgstr "&Otvoriť priečinok pomocou…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "&Otvoriť pomocou" +msgstr "&Otvoriť pomocou…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "S&pustiť" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Otvoriť priečinok s %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otvoriť pomocou %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otvoriť priečinok pomocou" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otvoriť pomocou" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu Open With" -#| msgid "&Other Application..." +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Iná aplikácia..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5401,113 +5349,134 @@ msgstr[0] "1 položka" msgstr[1] "%1 položky" msgstr[2] "%1 položiek" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Neznámy" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zastaviť" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Preskúmať v aplikácii Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Pripojené z:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Voľné miesto:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Obsah:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Otvoriť pomocou:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Zmeniť..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Umiestnenie:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Veľkosť:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Zmeniť..." +msgid "Determine the folder size" +msgstr "Zistiť veľkosť priečinka" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Obsah:" +msgid "Stop" +msgstr "Zastaviť" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Zastaviť zisťovanie veľkosti priečinka" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Preskúmať v aplikácii Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Ukazuje na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Zmenený:" +msgid "Show target" +msgstr "Zobraziť upozornenie" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Vytvorený:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Súborový systém:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Neznáma veľkosť" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Pripojené do:" +msgid "Modified:" +msgstr "Zmenený:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Prístup:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Otvoriť s:" +msgid "File system:" +msgstr "Súborový systém:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Pripojené do:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Pripojené z:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Voľné miesto:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Neznáma veľkosť" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5807,24 +5776,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Sem zadajte popis tejto aplikácie podľa jej použitia. Napríklad: pre " -"pripojenie na internet (KPPP) to bude \"Nástroj pre pripojenie na Internet\"." +"Sem zadajte všeobecný názov aplikácie. Napríklad: aplikácia na prezeranie " +"obrázkov bude mať názov \"Prehliadač obrázkov\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Popis:" +msgid "&Generic name:" +msgstr "&Užívateľské meno:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Sem zadajte ľubovoľný komentár, ktorý si myslíte, že je užitočný." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Sem zadajte popis tejto aplikácie podľa jej použitia. Napríklad: pre " +"pripojenie na internet (KPPP) to bude \"Nástroj pre pripojenie na Internet\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5835,7 +5808,7 @@ msgstr "Kom&entár:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Premenné prostredia:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6037,7 +6010,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Zdieľať" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6047,36 +6020,55 @@ msgstr "" "Nepodarilo sa uložiť vlastnosti kvôli nedostatočnému prístupu na zápis:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Všeobecné" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Zadať iný názov" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Preskúmať v %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Obnoviť" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Zadajte cieľové umiestnenie" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Zobraziť %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Neznáma veľkosť" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6085,8 +6077,8 @@ msgstr "" "Vypočítava sa... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6094,8 +6086,8 @@ msgstr[0] "1 súbor" msgstr[1] "%1 súbory" msgstr[2] "%1 súborov" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6103,85 +6095,91 @@ msgstr[0] "1 podpriečinok" msgstr[1] "%1 podpriečinky" msgstr[2] "%1 podpriečinkov" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Vypočítava sa...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Najmenej %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Nový názov súboru je prázdny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Žiadny registrovaný typ súboru" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Žiadna priradená aplikácia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Vytvoriť…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Zmeniť…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Change the default application for opening files of type “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Žiadny prístup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Môže iba čítať" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "Môže zobraziť a meniť obsah" +msgstr "Môže zobraziť a meniť" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Môže zobraziť obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Môže zobraziť a meniť obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Môže zobraziť/čítať obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Môže zobraziť/čítať a meniť/zapisovať" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Práva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Prístupové práva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6189,37 +6187,37 @@ msgstr[0] "Tento súbor je odkaz a nemá práva." msgstr[1] "Všetky súbory sú odkazy a nemajú práva." msgstr[2] "Všetky súbory sú odkazy a nemajú práva." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Iba vlastník môže zmeniť práva." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Vlastník:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Určuje akcie, ktoré môže urobiť vlastník." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Určuje akcie, ktoré môžu urobiť členovia tejto skupiny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Ostatní:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6228,31 +6226,27 @@ msgstr "" "Určuje akcie, ktoré môžu urobiť všetci užívatelia, ktorí nie sú členovia " "skupiny ani vlastníci." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" msgstr "Iba &vlastník môže premenovať a odstrániť obsah priečinka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "Tento príznak umožňuje spúšťanie súboru ako program." +msgstr "Povoliť &spúšťanie súboru ako program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "Predvolené meno užívateľa:" +msgstr "Vymazať alebo premenovať:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "&Execute" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "S&pustiť" +msgstr "Spustiť:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6263,7 +6257,7 @@ msgstr "" "odstraňovať alebo premenovať súbory a priečinky. Ostatní používatelia môžu " "iba pridávať nové súbory, na čo je požadované právo 'Meniť obsah'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6272,42 +6266,42 @@ msgstr "" "Povolením tejto možnosti označíte súbor ako spustiteľný. Má to zmysel iba " "pre programy a skripty. Je to požadované, ak ich chcete spúšťať." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "P&okročilé práva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Vlastníctvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Užívateľ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Použiť zmeny na všetky podpriečinky a ich obsah" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Pokročilé práva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Trieda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6316,22 +6310,22 @@ msgstr "" "Zobraziť\n" "položky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Tento príznak umožňuje zobrazenie obsahu priečinka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Prečítané" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Príznak čítania umožňuje zobrazenie obsahu súboru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6340,7 +6334,7 @@ msgstr "" "Zápis\n" "položiek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6350,43 +6344,43 @@ msgstr "" "Uvedomte si, že odstránenie a premenovanie môže byť obmedzené pomocou " "príznaku Sticky." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Zápis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Príznak zápisu umožňuje meniť obsah súboru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Vstup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Tento príznak umožňuje vstup do priečinka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Spúšťanie" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Tento príznak umožňuje spúšťanie súboru ako program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Špeciálne" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6395,24 +6389,24 @@ msgstr "" "Špeciálny príznak. Platný pre celý priečinok, jeho presný význam je " "zobrazený v stĺpci vpravo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Špeciálny príznak. Jeho presný význam je zobrazený v stĺpci vpravo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Používateľ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Skupina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6421,7 +6415,7 @@ msgstr "" "Ak je tento príznak nastavený, vlastník tohto priečinka bude vlastníkom " "všetkých nových súborov." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6430,7 +6424,7 @@ msgstr "" "Ak je tento súbor spustiteľný a tento príznak nastavený, súbor sa spustí s " "právami vlastníka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6438,7 +6432,7 @@ msgstr "" "Ak je tento príznak nastavený, bude pre všetky nové súbory nastavená skupina " "tohto priečinka." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6447,7 +6441,7 @@ msgstr "" "Ak je tento súbor spustiteľný a tento príznak nastavený, súbor sa spustí s " "právami skupiny." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6457,7 +6451,7 @@ msgstr "" "odstrániť a premenovať súbory. Inak to môže spraviť ktokoľvek s právom " "zápisu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6466,33 +6460,33 @@ msgstr "" "Príznak Sticky na súbore je v Linuxe ignorovaný, ale iné systémy ho môžu " "využívať" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Nastaviť UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Nastaviť GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Odkaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Rôzne (bez zmeny)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6500,7 +6494,7 @@ msgstr[0] "Tento súbor používa pokročilé oprávnenia" msgstr[1] "Tieto súbory používajú pokročilé oprávnenia." msgstr[2] "Tieto súbory používajú pokročilé oprávnenia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6508,51 +6502,40 @@ msgstr[0] "Tento priečinok používa pokročilé práva." msgstr[1] "Tieto priečinky používajú pokročilé práva." msgstr[2] "Tieto priečinky používajú pokročilé práva." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Tieto súbory používajú pokročilé práva." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Kontrolné súčty" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Vypočítava sa..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Neplatný kontrolný súčet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Daný vstup nie je platný kontrolný súčet MD5, SHA1 alebo SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolné súčty sa zhodujú." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Vypočítaný kontrolný súčet a očakávaný kontrolný súčet sa zhodujú." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6563,32 +6546,46 @@ msgstr "" "Skúste súbor znova stiahnuť.
    Ak overenie aj tak zlyhá, kontaktujte zdroj " "tohto súboru." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Vypočítaný kontrolný súčet a očakávaný kontrolný súčet sa líšia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 -#, fuzzy, kde-format -#| msgctxt "notify the user about a computation in the background" -#| msgid "Verifying checksum..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 +#, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Overujem kontrolný súčet..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Kontrolné súčty všetkých súborov sú zhodné." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Vybrané súbory majú rôzne kontrolné súčty." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Vypočítava sa..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6596,28 +6593,28 @@ msgstr "" "Nepodarilo sa uložiť vlastnosti. Podporované sú iba položky na miestnom " "súborovom systéme." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikácia" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Pridať typ súboru pre %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Vyberte jeden alebo viac typov súborov k pridaniu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Podporované sú len spustiteľné súbory na lokálnych súborových systémoch." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Pokročilé možnosti pre %1" @@ -6718,28 +6715,29 @@ msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Configure Web Shortcuts..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Nastaviť webové skratky..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dialóg pre otvorenie súboru" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Názov súboru pre obsah schránky:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Vložiť súbor" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Vložiť obsah schránky" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6748,19 +6746,19 @@ msgstr "" "Schránka sa zmenila od poslednej operácie 'vložiť': vybraný formát dát sa už " "nedá použiť. Skopírujte znovu to, čo ste chceli vložiť." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Vložiť jeden priečinok" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Vložiť jeden súbor" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6769,47 +6767,58 @@ msgstr[0] "Vložiť jednu položku" msgstr[1] "Vložiť %1 položky" msgstr[2] "Vložiť %1 položiek" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Vložiť obsah schránky..." -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Vložiť" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Formát dát:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Názov súboru pre obsah schránky:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Názov súboru pre zahodený obsah:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Dátum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Veľkosť: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Použiť na všetk&y" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6819,47 +6828,47 @@ msgstr "" "Pokiaľ nestlačíte tlačidlo Preskočiť, budete znovu vyzvaný v prípade " "konfliktu s existujúcim súborom v adresári." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ak je táto možnosť začiarknutá, stlačené tlačidlo bude použité na všetky " "ďalšie konflikty pre zvyšok aktuálnej úlohy." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "P&remenovať" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Navrhnúť &nový názov" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Preskočiť" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Nekopírovať/nepresúvať tento priečinok, preskočiť na ďalšiu položku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Nekopírovať/nepresúvať tento súbor, preskočiť na ďalšiu položku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Zapísať do" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6871,13 +6880,13 @@ msgstr "" "obsahom.\n" "Budete znovu vyzvaný v prípade konfliktu s existujúcim súborom v adresári." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Prepísať staršie súbory" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6886,12 +6895,12 @@ msgstr "" "Cieľové súbory, ktoré majú staršie časy úprav, zdroj prepíše, inak sa " "preskočí." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Obnoviť" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6900,67 +6909,57 @@ msgstr "" "Táto akcia prepíše %1 sebou samým.\n" "Zadajte nový názov súboru:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Pokračovať" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Chcete prepísať cieľ?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Chcete zlúčiť obsah '%1' do '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Zdroj" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Cieľ" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Cieľ je novší." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Cieľ je starší." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Cieľ je menší o %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Cieľ je väčší o %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Súbory sú identické." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Súbory vyzerajú byť rovnaké." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Súbory sú rôzne." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6969,59 +6968,51 @@ msgstr "" "Súbory budú pravdepodobne rovnaké: majú rovnakú veľkosť a ich obsah je na " "začiatku, v strede a na konci rovnaký." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopírovať súbory" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Staršia položka s názvom '%1' už existuje." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Podobný súbor s názvom '%1' už existuje." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Novšia položka s názvom '%1' už existuje." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Premenovať:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Premenovať položku" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Premenovať položky" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Premenovať" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Premenovať položku %1 na:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nový názov #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Súbor s názvom %1 už existuje." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "Súbor %1 nie je platný názov súboru." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7030,38 +7021,192 @@ msgstr[0] "Premenovať %1 vybratú položku na:" msgstr[1] "Premenovať %1 vybraté položky na:" msgstr[2] "Premenovať %1 vybratých položiek na:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# bude nahradené rastúcimi číslami začínajúcimi od:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nový názov #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Premenovať %1 vybratú položku na:" +msgstr[1] "Premenovať %1 vybraté položky na:" +msgstr[2] "Premenovať %1 vybratých položiek na:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Nahradzujem:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Vzor" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "S:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Náhrada" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "No file name contains the pattern." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Premenovať %1 vybratú položku na:" +msgstr[1] "Premenovať %1 vybraté položky na:" +msgstr[2] "Premenovať %1 vybratých položiek na:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Pridať Text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text na pridanie" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Pred názvom súboru" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Za názvom súboru" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Premenovať položku" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Premenovať položky" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Premenovať" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Ako premenovať:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Enumerate" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Nahradiť text" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Pridať text" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Náhľad:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Súbor %1 nemožno premenovať na prázdny názov." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informácia" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Nahradiť" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Znovu" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Nahradiť všetko" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskočiť" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Preskočiť všetko" @@ -7148,7 +7293,7 @@ msgstr "" "Vzdialený hostiteľ neposlal žiadne SSL certifikáty.\n" "Ruší sa, pretože sa nepodarilo zistiť identitu hostiteľa." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7192,9 +7337,9 @@ msgstr[2] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Presunutie tejto položky do koša sa nepodarilo, pretože je príliš veľká. " "Vymazať ju namiesto toho natrvalo?%1This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Presunutie tejto položky %1 do koša sa nepodarilo, pretože je príliš veľká. " +"Vymazať ju namiesto toho natrvalo?Táto akcia sa " +"nedá vrátiť späť." +msgstr[1] "" +"Presunutie týchto %1 položiek do koša sa nepodarilo, pretože sú príliš " +"veľké. Vymazať ich namiesto toho natrvalo?Táto " +"akcia sa nedá vrátiť späť." +msgstr[2] "" +"Presunutie týchto %1 položiek do koša sa nepodarilo, pretože sú príliš " +"veľké. Vymazať ich namiesto toho natrvalo?Táto " +"akcia sa nedá vrátiť späť." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Presunutie tejto položky do koša sa nepodarilo, pretože je príliš veľká. " +"Vymazať ju namiesto toho natrvalo?%1Táto akcia sa nedá vrátiť späť." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7224,7 +7404,7 @@ msgstr[2] "" "veľké. Vymazať ich namiesto toho natrvalo?Táto " "akcia sa nedá vrátiť späť." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7233,51 +7413,256 @@ msgstr[0] "Naozaj chcete presunúť túto %1 položku do koša?" msgstr[1] "Naozaj chcete presunúť tieto %1 položky do koša?" msgstr[2] "Naozaj chcete presunúť týchto %1 položiek do koša?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Viac sa nepýtať" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Viac sa nepýtať" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Túto správu znovu nezobrazovať" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Reťazec SSL certifikátu druhej strany sa zdá byť poškodený." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Upozornenie" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Spustí sa program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" +#~ msgid "Open With:" +#~ msgstr "Otvoriť s:" + +#~ msgid "File System:" +#~ msgstr "Súborový systém:" + +#~ msgid "Change Attribute" +#~ msgstr "Zmeniť vlastnosť" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "Práva root-u sú vyžadované na zmenu vlastností. Chcete pokračovať?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na dokončenie operácie kopírovania. Chcete " +#~ "pokračovať?" + +#~ msgid "Delete Files" +#~ msgstr "Odstrániť súbory" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na dokončenie operácie mazania. Avšak to môže " +#~ "poškodiť váš systém. Chcete pokračovať?" + +#~ msgid "Create Folder" +#~ msgstr "Vytvoriť priečinok" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na vytvorenie tohto priečinka. Chcete " +#~ "pokračovať?" + +#~ msgid "Move Items" +#~ msgstr "Presunúť položky" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na dokončenie operácie presúvania. Chcete " +#~ "pokračovať?" + +#~ msgid "Rename" +#~ msgstr "Premenovať" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na dokončenie premenovania. Chcete pokračovať?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na vytvorenie symlink-u. Chcete pokračovať?" + +#~ msgid "Transfer data" +#~ msgstr "Prenos údajov" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Práva root-u sú vyžadované na dokončenie prenosu údajov. Chcete " +#~ "pokračovať?" + +#~ msgid "Undo Changes" +#~ msgstr "Vrátiť zmeny" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "Vrátenie tejto operácie vyžaduje práva root-u. Chcete pokračovať?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Nastavenie ACL pre %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Zmeniť práva súboru" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nové práva: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Zmeniť vlastníka súboru" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nový vlastník: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Odstrániť súbor" + +#~ msgid "Remove Directory" +#~ msgstr "Odstrániť adresár" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Práva adresára: %1" + +#~ msgid "Open File" +#~ msgstr "Otvoriť súbor" + +#~ msgid "Open Directory" +#~ msgstr "Otvoriť adresár" + +#~ msgid "New Filename: %1" +#~ msgstr "Nový názov súboru: %1" + +#~ msgid "Target: %1" +#~ msgstr "Cieľ: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Zmeniť časovú značku" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Z: %1, Na: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Neznáma akcia" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Akcia: %1\n" +#~ "Zdroj: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Zobraziť tlačidlo záložiek" + +#, fuzzy +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Súbor zmenený" + +#~ msgid "&Description:" +#~ msgstr "&Popis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Sem zadajte ľubovoľný komentár, ktorý si myslíte, že je užitočný." + +#~ msgid "Do not ask again" +#~ msgstr "Znovu sa už nepýtať" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Toto je filter, ktorý sa použije na zoznam súborov. Názvy súborov, " +#~ "ktoré neodpovedajú filtru nebudú zobrazené.

    Môžete vybrať jeden z " +#~ "prednastavených filtrov z rozbaľovacieho menu, alebo zadať svoj filter " +#~ "priamo do textového poľa.

    Sú povolené zastupiteľné znaky ako * " +#~ "alebo ?.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Bol vybraný viac ako jeden priečinok, ale tento dialóg neakceptuje " +#~ "priečinky. Prosím, vyberte iba jeden priečinok, ktorý chcete zobraziť." + +#~ msgid "More than one folder provided" +#~ msgstr "Zadaný viac ako jeden priečinok" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Bol vybraný najmenej jeden priečinok a súbor. Vybrané súbory budú " +#~ "ignorované a obsah vybraného priečinka bude zobrazený" + +#~ msgid "Files and folders selected" +#~ msgstr "Vybrané súbory a priečinky" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Aj keď sa podarilo kontaktovať server, odpoveď neprišla v zadanej dobe: " +#~ "
    • Čas pre vytvorenie spojenia: %1 sekúnd
    • Čas pre prijatie " +#~ "odpovede: %2 sekúnd
    • Čas pre prístup k proxy serverom: %3 sekúnd
    Uvedomte si, že tieto časy môžete zmeniť v Systémových " +#~ "nastaveniach KDE výberom Nastavenie siete -> Predvoľby pripojenia." + #~ msgid "Is &executable" #~ msgstr "Je s&pustiteľný" @@ -7305,8 +7690,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Vložiť obsah schránky..." #, fuzzy -#~| msgctxt "@title:window" -#~| msgid "New Folder" #~ msgctxt "@title:window" #~ msgid "New File" #~ msgstr "Nový priečinok" @@ -8430,9 +8813,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ "for the trash, the maximum." #~ msgstr "Toto je maximálna veľkosť disku určená pre kôš." -#~ msgid "Show a Warning" -#~ msgstr "Zobraziť upozornenie" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Odstrániť najstaršie súbory z koša" @@ -8574,10 +8954,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgid "Space" #~ msgstr "Medzera" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Predvolené" - #~ msgid "Modify Web Shortcut" #~ msgstr "Zmeniť webovú skratku" @@ -8698,22 +9074,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Neznámy HTTP príkaz." #, fuzzy -#~| msgid "" -#~| "

    Cookies

    Cookies contain information that KDE applications " -#~| "using the HTTP protocol (like Konqueror) store on your computer, " -#~| "initiated by a remote Internet server. This means that a web server can " -#~| "store information about you and your browsing activities on your machine " -#~| "for later use. You might consider this an invasion of privacy.

    " -#~| "However, cookies are useful in certain situations. For example, they are " -#~| "often used by Internet shops, so you can 'put things into a shopping " -#~| "basket'. Some sites require you have a browser that supports cookies.

    Because most people want a compromise between privacy and the " -#~| "benefits cookies offer, the HTTP kioslave offers you the ability to " -#~| "customize the way it handles cookies. So you might want to set the " -#~| "default policy to ask you whenever a server wants to set a cookie, " -#~| "allowing you to decide. For your favorite shopping web sites that you " -#~| "trust, you might want to set the policy to accept, then you can access " -#~| "the web sites without being prompted every time a cookie is received.

    " #~ msgid "" #~ "

    Cookies

    Cookies contain information that KDE applications " #~ "using the HTTP protocol (like Konqueror) store on your computer, " @@ -8825,14 +9185,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ "servery proxy poskytujú obe služby.

    " #, fuzzy -#~| msgid "" -#~| "

    Windows Shares

    Applications using the SMB kioslave (like " -#~| "Konqueror) are able to access shared Microsoft Windows file systems, if " -#~| "properly configured.

    You can specify here the credentials used to " -#~| "access the shared resources. Passwords will be stored locally, and " -#~| "scrambled so as to render them unreadable to the human eye. For security " -#~| "reasons, you may not want to do that, as entries with passwords are " -#~| "clearly indicated as such.

    " #~ msgid "" #~ "

    Windows Shares

    Applications using the SMB KIO worker (like " #~ "Konqueror) are able to access shared Microsoft Windows file systems, if " @@ -8857,14 +9209,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Nastaviť rozšírené funkcie prehliadania" #, fuzzy -#~| msgid "" -#~| "

    Enhanced Browsing

    In this module you can configure some " -#~| "enhanced browsing features of KDE.

    Web Shortcuts

    Web Shortcuts " -#~| "are a quick way of using Web search engines. For example, type " -#~| "\"duckduckgo:frobozz\" or \"dd:frobozz\" and your web browser will do a " -#~| "search on DuckDuckGo for \"frobozz\". Even easier: just press Alt+F2 (if " -#~| "you have not changed this keyboard shortcut) and enter the shortcut in " -#~| "the Run Command dialog." #~ msgid "" #~ "

    Enhanced Browsing

    In this module you can configure some enhanced " #~ "browsing features of KDE.

    Web Search Keywords

    Web Search Keywords " @@ -8882,16 +9226,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ "klávesovú skratku) a zadajte skratku do dialógu \"Spustiť príkaz\"." #, fuzzy -#~| msgctxt "@info:whatsthis" -#~| msgid "" -#~| "In this module you can configure the web shortcuts feature. Web " -#~| "shortcuts allow you to quickly search or lookup words on the Internet. " -#~| "For example, to search for information about the KDE project using the " -#~| "Google engine, you simply type gg:KDE or " -#~| "google:KDE.If you select a default " -#~| "search engine, then you can search for normal words or phrases by simply " -#~| "typing them into the input widget of applications that have built-in " -#~| "support for such a feature, e.g Konqueror." #~ msgctxt "@info:whatsthis" #~ msgid "" #~ "In this module you can configure the web search keywords feature. " @@ -8970,12 +9304,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Nepodarilo sa nájsť žiadnu aplikáciu alebo správcu pre %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Vložiť súbor" -#~ msgstr[1] "&Vložiť %1 súbory" -#~ msgstr[2] "&Vložiť %1 súborov" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Vložiť URL" @@ -9006,11 +9334,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Zvuk" #, fuzzy -#~| msgctxt "@info" -#~| msgid "" -#~| "Do you really want to permanently delete this item?%1This action cannot be undone." -#~| "" #~ msgctxt "@info" #~ msgid "" #~ "Do you really want to permanently delete this item?%1%1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Nepodarilo sa vytvoriť priečinok s názvom %1, " -#~ "pretože je vyhradený na použitie operačným systémom." - #~ msgid "File Type Options" #~ msgstr "Možnosti typu súboru" @@ -9123,9 +9433,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince nepodporuje odpájanie." -#~ msgid "File name:" -#~ msgstr "Názov súboru:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9430,9 +9737,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgid "Read only" #~ msgstr "Len na čítanie" -#~ msgid "File system:" -#~ msgstr "Súborový systém:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Bod pripojenia (/mnt/floppy):" @@ -9453,13 +9757,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Pridať sieťový priečinok" #, fuzzy -#~| msgctxt "@info" -#~| msgid "" -#~| "Do you really want to permanently delete this item?This action cannot be undone." -#~| msgid_plural "" -#~| "Do you really want to permanently delete these %1 items?This action cannot be undone." #~ msgctxt "@info" #~ msgid "" #~ "Do you really want to permanently delete these %1 items?Táto akcia sa nedá vrátiť späť." #, fuzzy -#~| msgid "Do you really want to move this item to the Trash?" -#~| msgid_plural "Do you really want to move these %1 items to the Trash?" #~ msgctxt "@info" #~ msgid "Do you really want to move these %1 items to the Trash?" #~ msgstr "Naozaj chcete presunúť túto položku do koša?" @@ -9503,7 +9798,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ "v Systémových nastaveniach KDE." #, fuzzy -#~| msgid "A folder named %1 already exists." #~ msgid "A folder named \"%1\" already exists." #~ msgstr "Priečinok s názvom %1 už existuje." @@ -9859,12 +10153,10 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "&Iný..." #, fuzzy -#~| msgid "C&ontinue" #~ msgid "Continue" #~ msgstr "&Pokračovať" #, fuzzy -#~| msgid "C&ancel" #~ msgid "Cancel" #~ msgstr "&Zrušiť" @@ -9872,7 +10164,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ msgstr "Súbor alebo priečinok %1 neexistuje." #, fuzzy -#~| msgid "Ad&vanced Options" #~ msgid "Advanced options" #~ msgstr "&Pokročilé možnosti" @@ -9947,9 +10238,6 @@ msgstr "Ak nedôverujete tomuto programu, kliknite Zrušiť" #~ "Nepodarilo sa spustiť službu pre správu cookies.\n" #~ "Nebude možné spravovať cookies, ktoré sú uložené na vašom počítači." -#~ msgid "Open with:" -#~ msgstr "Otvoriť pomocou:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/sl/kio6.po b/local/recipes/kde/kf6-kio/source/po/sl/kio6.po index fc41929c91..e0b5e289d9 100644 --- a/local/recipes/kde/kf6-kio/source/po/sl/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sl/kio6.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: kio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 10:29+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 12:03+0200\n" "Last-Translator: Matjaž Jeran \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -26,7 +26,7 @@ msgstr "" "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.5\n" +"X-Generator: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -42,12 +42,12 @@ msgstr "" "roman.maurer@amis.net,gregor.rakar@kiss.si,andrej.vernekar@moj.net," "jlp@holodeck1.com,andrejm@ubuntu.si,matjaz.jeran@amis.net,miles@filmsi.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ni bilo mogoče spremeniti lastništva datoteke %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -56,12 +56,12 @@ msgstr "" "Ni bilo mogoče spremeniti lastništva datoteke %1. Za " "izvedbo te spremembe imate premalo dovoljenj." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Ni mogoče ustvariti programa KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -73,7 +73,7 @@ msgstr "" "Simbolne povezave »%1« ni bilo mogoče ustvariti.\n" "Ciljni datotečni sistem (%2) ne podpira simboličnih povezav." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,7 +88,7 @@ msgstr "" "Če izberete Zamenjaj bodo vsi neveljavni znaki (v imenu ciljne mape) " "zamenjani s podčrtajem »_«." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -103,23 +103,23 @@ msgstr "" "Če izberete Zamenjaj bodo vsi neveljavni znaki (v imenu ciljne datoteke) " "zamenjani s podčrtajem »_«." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Mapa že obstaja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Datoteka že obstaja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Že obstaja kot mapa" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Smeti" @@ -221,206 +221,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Premikanje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Vir" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Cilj" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Preimenovanje" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiranje" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Ustvarjanje mape" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Mapa" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Brisanje" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Datoteka" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Preučevanje" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Prenašanje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Priklapljanje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Naprava" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Točka priklopa" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Odklapljanje" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Spremeni atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Za spremembo atributov datotek so zahtevana skrbniška dovoljenja. Ali želite " -"nadaljevati?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopiraj datoteke" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Za zaključek dejanja kopiranja so zahtevana skrbniška dovoljenja. Ali želite " -"nadaljevati?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Izbriši datoteke" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Za zaključek dejanja brisanja so zahtevana skrbniška dovoljenja, to pa bi " -"lahko poškodovalo vaš sistem. Ali želite nadaljevati?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Ustvari mapo" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Za ustvaritev te mape so zahtevana skrbniška dovoljenja. Ali želite " -"nadaljevati?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Premakni predmete" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Za zaključek dejanja premikanja so zahtevana skrbniška dovoljenja. Ali " -"želite nadaljevati?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Preimenuj" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Za zaključek preimenovanja so zahtevana skrbniška dovoljenja. Ali želite " -"nadaljevati?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Ustvari simbolno povezavo" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Za ustvaritev simbolne povezave so zahtevana skrbniška dovoljenja. Ali " -"želite nadaljevati?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Prenesi podatke" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Za zaključek prenosa podatkov so zahtevana skrbniška dovoljenja. Ali želite " -"nadaljevati?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -847,6 +737,11 @@ msgstr "Datoteka je prevelika za v Smeti." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Ni bilo mogoče najti ali ustvariti mape za koš za to lokacijo." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -856,65 +751,65 @@ msgstr "" "%2\n" "Pošljite popolno poročilo o napaki na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(neznan)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehnični vzrok: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Podrobnosti zahteve:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datum in čas: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Dodatne podrobnosti: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogoči vzroki:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Mogoče rešitve:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(neznan)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -923,17 +818,17 @@ msgstr "" "Za nadaljnjo pomoč poiščite primerno tehnično podporo, najsibo to skrbnik " "sistema, ali skupina za tehnično pomoč." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Za nadaljnjo pomoč poprosite skrbnika strežnika." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Preverite vaša dovoljenja za dostop do tega vira." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -942,14 +837,14 @@ msgstr "" "Vaša dovoljenja dostopa morda ne zadostujejo, da bi s tem virom izvedli " "želeno dejanje." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Datoteko morda uporablja (in torej zaklepa) drug uporabnik ali program." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -958,17 +853,17 @@ msgstr "" "Preverite, da noben drug program ali uporabnik ne uporablja datoteke ali jo " "zaklepa." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Čeprav je to malo verjetno, je lahko prišlo do strojne napake." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Morda ste našli hrošča v programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -977,7 +872,7 @@ msgstr "" "To je najverjetneje povzročil hrošč v programu. Razmislite, da bi poslali " "polno poročilo o hrošču, kot je podrobno opisano spodaj." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -986,7 +881,7 @@ msgstr "" "Posodobite svoje programsko opremo na zadnjo različico. Vaša distribucija bi " "vam morala ponujati orodja za posodobitve programja." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1006,12 +901,12 @@ msgstr "" "vključite v vašem poročilu o napaki skupaj z drugimi podrobnostmi, za katere " "menite, da bi lahko pomagale k odpravi." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Morda so bile težave z vašo omrežno povezavo." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1020,7 +915,7 @@ msgstr "" "Morda je bila težava z omrežnimi nastavitvami. Če ste zadnje čase dostopali " "do interneta brez težav, to ni ravno verjetno." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1029,42 +924,42 @@ msgstr "" "Morda je bila težava nekje na omrežni poti med strežnikom in tem " "računalnikom." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Poskusite znova, ali zdaj ali pa kasneje." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Morda je prišlo do napake ali nezdružljivosti v protokolu." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Preverite, da vir obstaja in poskusite znova." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Podan vir morda ne obstaja." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Še enkrat preverite, da ste vnesli pravilno mesto in poskusite znova." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Preverite stanje vaše omrežne povezave." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Vira ni mogoče odpreti za branje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ni " "bilo mogoče dobiti, ker ni bilo pridobljenih dovoljenj za branje." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Morda nimate dovoljenja za branje datoteke ali odpiranje mape." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Vira ni mogoče odpreti za pisanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1092,17 +987,17 @@ msgstr "" "To pomeni, da v datoteko %1 ni bilo mogoče pisati, ker ni " "bilo mogoče dobiti dovoljenj za pisanje." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ni bilo mogoče zagnati opravila, ki ga zahteva protokol %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ni mogoče zagnati opravila" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. To je običajno tehnična težava." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1123,12 +1018,12 @@ msgstr "" "posodobljen z vašo prejšnjo posodobitvijo KDE. To lahko povzroči, da program " "ni združljiv z vašo trenutno različico in se ne more zagnati." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Notranja napaka" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, je sporočil notranjo napako." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nepravilno oblikovan URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://uporabnik@geslo:www.primer.org:" "vrata/imenik/ime_datoteke.pripona?poizvedba=vrednost" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Nepodprt protokol: %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1170,12 +1065,12 @@ msgstr "" "Protokola %1 trenutno nameščeni programi za KDE ne " "podpirajo na tem računalniku." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zahtevan protokol morda ni podprt." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1184,7 +1079,7 @@ msgstr "" "Različica protokola %1, ki ga podpira ta računalnik, verjetno ni združljiva " "z različico protokola na strežniku." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1195,17 +1090,17 @@ msgstr "" "ta protokol. Med drugim lahko iščete na https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL se ne nanaša na vir." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filtrirni protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator(URL), ki ste ga vnesli, se ne nanaša na določen vir." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1226,12 +1121,12 @@ msgstr "" "je uporaben samo v takih situacijah, vendar to ni taka situacija. To je " "redek dogodek in verjetno nakazuje na programsko napako." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Nepodprto dejanje: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1240,7 +1135,7 @@ msgstr "" "Zahtevano dejanje ni podprto pri programih za KDE, ki podpirajo protokol " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1250,17 +1145,17 @@ msgstr "" "Ta napaka je precej odvisna od programa za KDE. Dodatne podrobnosti naj bi " "vam dale več podatkov kot jih je na voljo preko arhitekture vhoda/izhoda KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Poskušam najti drug način za dosego istega izida." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Pričakovana je datoteka" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1268,17 +1163,17 @@ msgid "" msgstr "" "Zahteva je bila po datoteki, vendar je bila najdena mapa %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "To je mogoče napaka na strani strežnika." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Pričakovana je mapa" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1286,17 +1181,17 @@ msgid "" msgstr "" "Zahteva je bila po mapi, vendar je bil najdena datoteka %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Datoteka ali mapa ne obstaja" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Navedena datoteka ali mapa %1 ne obstaja." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1305,22 +1200,22 @@ msgstr "" "Zahtevana datoteka ni mogla biti ustvarjena, ker že obstaja datoteka z istim " "imenom." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Poskusite premakniti trenutno datoteko s poti in nato poskusite znova." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Izbrišite trenutno datoteko in poskusite znova." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Izberite drugo ime za novo datoteko." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1328,27 +1223,27 @@ msgid "" msgstr "" "Zahtevana mapa ni mogla biti ustvarjena, ker že obstaja mapa z istim imenom." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Poskusite premakniti trenutno mapo s poti in nato poskusite znova." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Izbrišite trenutno mapo in poskusite znova." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Izberite drugo ime za novo mapo." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Neznan gostitelj" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1357,35 +1252,35 @@ msgstr "" "Neznana napaka gostitelja nakazuje, da strežnika z zahtevanim imenom " "%1 ni bilo mogoče najti na internetu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Ime %1, ki ste ga vnesli, najbrž ne obstaja. Verjetno je napačno natipkano." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Dostop zavrnjen" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Dostop do določenega vira je bil zavrnjen, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Verjetno ste navedli nepravilne overitvene podatke ali pa sploh nobenih." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Vaš račun morda nima dovoljenja za dostop do določenega vira." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1394,12 +1289,12 @@ msgstr "" "Ponovite zahtevo in se prepričajte, da so vneseni overitveni podatki " "pravilni." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Dostop za pisanje zavrnjen" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1407,12 +1302,12 @@ msgid "" msgstr "" "To pomeni, da je bil poskus pisanja v datoteko %1 zavrnjen." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ni bilo mogoče vstopiti v mapo" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1421,17 +1316,17 @@ msgstr "" "To pomeni, da je bil poskus vstopa (z drugo besedo, odprtja) v zahtevano " "mapo %1 zavrnjen." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Seznam vsebine mape ni na voljo" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 ni datotečni sistem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1441,12 +1336,12 @@ msgstr "" "To pomeni, da je bila podana zahteva, ki potrebuje seznam vsebine mape, " "program za KDE, ki podpira ta protokol, pa to ne more narediti." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Zaznana krožna povezava" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1459,7 +1354,7 @@ msgstr "" "posledica je neskončna zanka - t.j. datoteka je (mogoče krožno) povezana " "sama nase." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1468,27 +1363,27 @@ msgstr "" "Izbrišite en del zanke na način, da ne povzroči neskončne zanke, in " "poskusite znova." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Zahtevo je prekinil uporabnik" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zahteva ni bila zaključena, ker je bila prekinjena." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Poskusite znova poslati zahtevo." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Med kopiranjem je bila zaznana krožna povezava" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1501,17 +1396,17 @@ msgstr "" "skupino povezav, katerih posledica je neskončna zanka - t.j. datoteka je " "(mogoče krožno) povezana sama nase." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ni bilo mogoče ustvariti omrežne povezave" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ni bilo mogoče ustvariti vtiča" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1520,8 +1415,8 @@ msgstr "" "To je precej tehnična napaka, pri kateri ni bilo mogoče ustvariti zahtevane " "naprave za omrežne povezave (vtiča)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1530,12 +1425,12 @@ msgstr "" "Omrežna povezava je verjetno nepravilno nastavljena ali pa omrežni vmesnik " "ni omogočen." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Povezava s strežnikom zavrnjena" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1543,7 +1438,7 @@ msgid "" msgstr "" "Strežnik %1 je zavrnil računalniku ustvariti povezavo." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1552,7 +1447,7 @@ msgstr "" "Strežnik, ki je sicer trenutno povezan na internet, verjetno ni nastavljen " "tako, da bi dovolil zahteve." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1561,7 +1456,7 @@ msgstr "" "Na strežniku, ki je sicer trenutno povezan na internet, verjetno ne teče " "zahtevana storitev (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1572,12 +1467,12 @@ msgstr "" "vaše omrežje ali omrežje strežnika, je verjetno posegel in onemogočil " "zahtevo." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Povezava s strežnikom nepričakovano zaprta" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1586,7 +1481,7 @@ msgstr "" "Čeprav je bila povezava vzpostavljena do %1, je bila " "povezava zaprta pri nepričakovani točki v sporazumevanju." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1595,17 +1490,17 @@ msgstr "" "Verjetno je prišlo do napake protokola, zato je strežnik zaprl povezavo kot " "odgovor na napako." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Neveljaven vir URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 ni filtrirni protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1628,17 +1523,17 @@ msgstr "" "sicer zahtevala navedeni protokol za tako uporabo, vendar ta protokol tega " "ni zmožen. To je redek dogodek in verjetno nakazuje na programsko napako." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ni bilo mogoče nastaviti začetnih vrednosti naprave vhoda/izhoda" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ni bilo mogoče priklopiti naprave" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1647,7 +1542,7 @@ msgstr "" "Ni bilo mogoče nastaviti začetnih vrednosti zahtevane naprave (»jo " "priklopiti«). Sporočena napaka je bila: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1658,7 +1553,7 @@ msgstr "" "napravi (t.j. ni CD-ROM-a v pogonu CD), ali pa (v primeru zunanjih in " "prenosljivih naprav) naprava ni pravilno povezana." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1669,7 +1564,7 @@ msgstr "" "naprave. Na sistemih UNIX so pogosto zahtevana dovoljenja skrbnika za " "nastavitev začetnih vrednosti naprave." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1679,17 +1574,17 @@ msgstr "" "nosilec, prenosne naprave pa morajo biti priključene na računalnik in " "elektriko. Nato poskusite znova." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ni bilo mogoče nastaviti končnih vrednosti vhodno/izhodne naprave" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ni bilo mogoče odklopiti naprave" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1698,7 +1593,7 @@ msgstr "" "Ni bilo mogoče nastaviti končnih vrednosti zahtevane naprave (»jo " "odklopiti«) Sporočena napaka je bila: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1709,7 +1604,7 @@ msgstr "" "uporabnik. Celo take stvari, kot je odprto okno brskalnika na mestu te " "naprave lahko povzroči, da je naprava še v uporabi." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1720,17 +1615,17 @@ msgstr "" "naprave. Na sistemih UNIX so pogosto zahtevana dovoljenja skrbnika za " "nastavitev končnih vrednosti naprave." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Preverite, da noben program ne dostopa do naprave in poskusite znova." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ni mogoče brati z vira" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1739,17 +1634,17 @@ msgstr "" "To pomeni, da čeprav je bil vir %1 lahko odprt, je prišlo " "do napake med branjem vsebine vira." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Morda nimate dovoljenja za branje iz tega vira." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ni mogoče pisati na vir" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1758,22 +1653,22 @@ msgstr "" "To pomeni, da čeprav je bil vir %1 lahko odprt, je prišlo " "do napake med pisanjem v vir." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Morda nimate dovoljenja za pisanje v ta vir." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ni bilo mogoče poslušati omrežnih povezav" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ni se bilo mogoče povezati" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1784,17 +1679,17 @@ msgstr "" "povezovanje (vtič) ni mogla vzpostaviti možnosti za poslušanje dohodnih " "omrežnih povezav." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ni bilo mogoče poslušati" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ni bilo mogoče sprejeti omrežne povezave" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1803,33 +1698,33 @@ msgstr "" "To je precej tehnična napaka, kjer je prišlo do napake med poskušanjem " "sprejemanja dohodne omrežne povezave." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Morda nimate dovoljenja, da bi sprejeli povezavo." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ni se bilo mogoče prijaviti: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Poskus prijave za izvajanje zahtevanega dejanja ni uspel." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ni bilo mogoče ugotoviti stanja vira" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ni bilo mogoče ugotoviti stanja vira" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1838,68 +1733,68 @@ msgstr "" "Poskus ugotovitve podatkov o stanju vira %1, kot je ime, " "tip, velikost itd., je bil neuspešen." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Naveden vir najbrž ne obstaja ali ni dostopen." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ni bilo mogoče preklicati izpisa" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: dokumentiraj to" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ni bilo mogoče ustvariti mape" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Poskus ustvariti zahtevano mapo ni uspel." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Mesto, kjer naj bi bila mapa ustvarjena, ne obstaja." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ni bilo mogoče odstraniti mape" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Poskus odstraniti navedeno mapo, %1, ni uspel." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Navedena mapa morda ne obstaja." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Navedena mapa morda ni prazna." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Prepričajte se, da mapa obstaja in je prazna, nato pa poskusite znova." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ni bilo mogoče nadaljevati s prenosom datoteke" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1908,33 +1803,33 @@ msgstr "" "Navedena zahteva povprašuje po tem, da se prenos datoteke %1 nadaljuje na določeni točki prenosa. To ni bilo mogoče." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokol ali strežnik morda ne podpira nadaljevanja prenašanja datotek." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ponovi zahtevo brez poskušanja nadaljevanja prenosa." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ni bilo mogoče preimenovati vira" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Poskus preimenovanja navedenega vira %1 ni uspel." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ni bilo mogoče spremeniti dovoljenj vira" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 ni uspel." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ni bilo mogoče spremeniti lastništva vira" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 ni uspel." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ni bilo mogoče izbrisati vira" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Poskus brisanja navedenega vira %1 ni uspel." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Nepričakovan konec programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, je bil nepričakovano končan." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Zmanjkalo pomnilnika" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 ni mogel pridobiti dovolj pomnilnika za nadaljevanje." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Neznan posredniški gostitelj" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, je prišlo do neznane strežniške napake. Ta nakazuje, da zahtevanega " "imena v internetu ni bilo mogoče najti." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2020,18 +1915,18 @@ msgstr "" "posredniškega strežnika. Če ste do nedavnega v internet dostopali brez " "težav, je to malo verjetno." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "" "Ponovno preverite nastavitve posredniškega strežnika in poskusite znova." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Overitev ni uspela: metoda %1 ni podprta" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2042,7 +1937,7 @@ msgstr "" "metoda, ki jo uporablja strežnik ni podprta s strani programa KDE, ki " "podpira protokol %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2051,17 +1946,17 @@ msgstr "" "Pošljite sporočilo o napaki na https://bugs." "kde.org/, da obvestite ekipo KDE o nepodprti overitveni metodi." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zahteva prekinjena" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Notranja napaka strežnika" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2070,7 +1965,7 @@ msgstr "" "Program na strežniku, ki ponuja dostop do protokola %1, je " "sporočil notranjo napako: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2079,12 +1974,12 @@ msgstr "" "To je najverjetneje povzročil hrošč v programu strežnika. Razmislite, da bi " "poslali polno poročilo o hrošču, kot je podrobno opisano spodaj." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Obvestite skrbnika strežnika in mu poročajte o težavi." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2093,43 +1988,33 @@ msgstr "" "Če veste, kdo so avtorji programske opreme strežnika, posredujte poročilo o " "hrošču kar njim." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Napaka časovnega preteka" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Čeprav je bil stik s strežnikom vzpostavljen, v času, namenjenemu za " -"odgovor, slednji ni bil prejet:
    • Časovna omejitev za vzpostavitev " -"povezave: %1 sekund
    • Časovna omejitev za prejem odgovora: %2 sekund
    • Časovna omejitev za dostopanje do posredniškega strežnika: %3 " -"sekund
    Upoštevajte, da lahko te nastavitve časovne omejitve " -"spremenite v Sistemskih nastavitvah, z izbiro Nastavitve omrežja -> Možnosti " -"povezave." +"Čeprav je bil vzpostavljen stik s strežnikom, odgovor ni bil prejet v " +"dodeljenem času za zahtevo." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Strežnik je bil preveč zaposlen z odgovarjanjem na druge zahteve, da bi se " "odzval." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Neznana napaka" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, je sporočil neznano napako: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Neznana prekinitev" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, je sporočil prekinitev neznane vrste: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ni bilo mogoče izbrisati izvorne datoteke" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2168,12 +2053,12 @@ msgstr "" "koncu opravilo premikanja. Izvorne datoteke %1 ni bilo " "mogoče izbrisati." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ni bilo mogoče izbrisati začasne datoteke" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2184,12 +2069,12 @@ msgstr "" "shranjevala nova datoteka med prejemom. Te začasne datoteke %1 ni bilo mogoče izbrisati." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ni bilo mogoče preimenovati izvorne datoteke" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2198,12 +2083,12 @@ msgstr "" "Zahtevano opravilo je zahtevalo preimenovanje izvorne datoteke %1, vendar pa te ni bilo mogoče preimenovati." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ni bilo mogoče preimenovati začasne datoteke" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2212,32 +2097,32 @@ msgstr "" "Zahtevano opravilo je želelo ustvariti začasno datoteko %1, " "vendar pa te ni bilo mogoče ustvariti." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ni bilo mogoče ustvariti povezave" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ni bilo mogoče ustvariti simbolne povezave" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Zahtevane simbolne povezave %1 ni bilo mogoče ustvariti." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Ni vsebine" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk je poln" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2246,7 +2131,7 @@ msgstr "" "Zahtevane datoteke %1 ni bilo mogoče zapisati, saj ni na " "voljo dovolj prostora na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2257,12 +2142,12 @@ msgstr "" "datoteke; 2.) arhivirate datoteke na odstranljive nosilce, kot so CD-R; ali " "pa 3.) priskrbite dodatno shrambo." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Izvorna in ciljna datoteka sta isti" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2270,17 +2155,17 @@ msgid "" msgstr "" "Dejanja ni bilo mogoče zaključiti, ker sta izvorna in ciljna datoteka isti." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Izberite drugo ime datoteke za ciljno datoteko." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Datoteka ali mapa spuščena sama vase" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2289,34 +2174,34 @@ msgstr "" "Dejanja ni bilo mogoče zaključiti, ker sta izvorna in ciljna datoteka ali " "mapa isti." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Spustite predmet na drugo datoteko ali mapo." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Mapa premaknjena sama vase" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "Dejanja ni bilo mogoče zaključiti, ker sta vir in cilj ista." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Premakni predmet v drugo mapo." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ni se bilo mogoče sporazumeti s strežnikom za gesla" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2325,24 +2210,24 @@ msgstr "" "Dejanja ni bilo mogoče zaključiti, ker ni bilo mogoče stopiti v stik s " "storitvijo za zahtevanje gesel (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Poskusite znova zagnati vašo sejo ali pa v dnevnikih poiščite napake " "programa kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ni bilo mogoče nastaviti začetnih vrednosti protokola %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Ni mogoče ustvariti programa KIO Worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2351,7 +2236,7 @@ msgstr "" "Ni bilo mogoče zagnati programa KIO worker, ki omogoča dostop do protokola " "%1. To je običajno tehnična težava." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2360,13 +2245,13 @@ msgstr "" "klauncher ni mogel najti ali zagnati vstavka, ki ponuja protokol. To pomeni, " "da je morda vaša različica vstavka zastarela." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Ni mogoče prenesti %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2376,7 +2261,7 @@ msgstr "" "Datoteke %1 ni bilo mogoče prenesti, ker ciljni " "datotečni sistem ne podpira tako velikih datotek" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2385,28 +2270,28 @@ msgstr "" "Preoblikujte ciljni diskovni pogon, da vzpostavite datotečni sistem, ki " "podpira tako velike datoteke." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentirana napaka" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Simbolna povezava do %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, povezava do %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Kaže na %1):" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2415,12 +2300,12 @@ msgstr "" "Napačno oblikovan URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Ni mogoče določiti vrste datoteke za %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2428,13 +2313,13 @@ msgid "" msgstr "" "Iz »%1« ni bilo mogoče izvleči imena programa. Vnesite veljavno ime programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 se na kaže kot izvedljiv program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2444,92 +2329,92 @@ msgstr "" "%1 ni bilo mogoče najti; vnesite veljavno pot do " "izvedljivega programa." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 ne podpira odpiranja povezav." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 ne podpira zapiranja povezav." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 ne podpira dostopa do datotek." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Pisanje v %1 ni podprto." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Za protokol %1 ni na voljo posebnih dejanj." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 ne podpira pregledovanja map." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Pridobivanje podatkov od %1 ni podprto." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Pridobivanje podrobnosti o vrstah MIME od %1 ni podprto." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Preimenovanje ali premikanje datotek znotraj %1 ni podprto." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ustvarjanje simbolnih povezav ni podprto za protokol %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Kopiranje datotek znotraj %1 ni podprto." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Brisanje datotek iz %1 ni podprto." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ustvarjanje map ni podprto za protokol %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Spreminjanje atributov datotek ni podprto za protokol %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Spreminjanje lastništva datotek ni podprto za protokol %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Ustvarjanje datotek ni podprto za protokol %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 ne podpira dejanja %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2541,312 +2426,335 @@ msgstr "" "dovoljenja, ni mogoče zagotoviti, ker imajo uporabniki, ki niso root, " "dovoljenje za njegovo spreminjanje na %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Neznan protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ni mogoče najti programa KIO Worker za protokol '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO worker za protokol “%1” v %2 ni bil naložen, ker vsi KIO workerji, ki se " +"nahajajo zunaj %3 in zahtevajo povišane privilegije, veljajo za nevarne." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Ni mogoče ustvariti vtiča za zagon programa KIO Worker za protokol '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ni mogoče najti izvedljive datoteke 'kioworker' v '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "Po&drobnosti" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Trajno" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" -msgstr "Nadaljuj" +msgstr "&Nadaljuj" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Samo za trenutno sejo" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Premakni v novo mapo" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ustvari novo mapo za te postavke" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Niste izbrali datoteke za brisanje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Nič za izbrisati" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Niste izbrali datoteke za premik v Smeti." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Nič za premakniti v Smeti" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Navedena mapa ne obstaja ali pa ni berljiva." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meni" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Nadrejena mapa" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Pojdi nazaj" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Pojdi naprej" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domača mapa" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Znova naloži" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nova mapa…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Premakni v Smeti" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Izbriši" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Razvrščanje" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Uredi po imenu" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Uredi po velikosti" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Uredi po datumu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Uredi po vrsti" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Naraščajoče" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Padajoče" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Najprej mape" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Skrite datoteke na koncu" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Pogled ikon" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompaktni pogled" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Podrobni pogled" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Položaj ikone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Poleg imena datoteke" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Nad imenom datoteke" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kratki opisi" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Podrobni pogled" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Drevesni pogled" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Podroben drevesni pogled" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Dovoli razširitve v podrobnem pogledu" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Pokaži skrite datoteke" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Pokaži ploščo predogleda" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pokaži predogled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Odpri vsebujočo mapo" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Lastnosti" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Način pogleda" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Najprej najnovejše" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Najprej najstarejše" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Najprej najnovejše" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Najprej največje" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Najprej najmanjše" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodiranje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Odpri" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Shrani kot" @@ -2893,40 +2801,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Premakni sem" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Vse datoteke" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Vse podprte datoteke" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Vse datoteke" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodaj med Mesta" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Uredi vnos Mesta" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2938,17 +2846,17 @@ msgstr "" "ali dve besedi, ki vam bodo pomagale spomniti se, kam ta vnos cilja. Če " "oznake ne vnesete, bo izpeljana iz naslova URL.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" -msgstr "&Oznaka:" +msgstr "Oznaka:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Sem vnesite opisno oznako" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2961,12 +2869,12 @@ msgstr "" "org/pub/kde/stable

    S klikom na gumb zraven polja za urejanje " "besedila lahko brskate do primernega URL-ja.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" -msgstr "&Mesto:" +msgstr "Mesto:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2975,17 +2883,17 @@ msgstr "" "Ta ikona se bo pojavila na pultu Mesta.

    Kliknite na gumb, da " "bi izbrali drugačno ikono.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izberite &ikono:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" -msgstr "Poka&ži le med uporabo programa (%1)" +msgstr "Pokaži le med uporabo programa (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2996,200 +2904,206 @@ msgstr "" "trenutni program (%1).

    Če ta nastavitev ni izbrana, bo vnos na " "voljo v vseh programih.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Mesta" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Oddaljeno" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Nedavne" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Poišči" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Naprave" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Odstranljive naprave" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Oznake" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (od %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Vse oznake" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Dom" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Namizje" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Prejemi" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Omrežje" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smeti" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Glasba" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Slike" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videi" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Nedavne datoteke" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Nedavne lokacije" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Spremenjene danes" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Spremenjene včeraj" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Na ploščo Mesta ni bilo mogoče dodati: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Na ploščo Mesta je mogoče dodati samo mape." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Konfiguriraj…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Sproščanje …" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Izdaja" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Varno odstranjevanje …" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "&Varno odstrani" +msgstr "Varno odstrani" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Odklapljanje …" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Odklopi" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Izvrzi" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Naprava »%1« ni disk in je ni mogoče izvreči." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Med dostopanjem do »%1« je prišlo do napake; sistem je odvrnil: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Med dostopanjem do »%1« je prišlo do napake" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Ena ali več datotek na tej napravi je odprtih v aplikaciji." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3210,108 +3124,108 @@ msgstr[3] "" "Ena ali več datotek na tej napravi je odprtih v aplikacijah: " "»%2«." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Ponovno formatiraj ali uredi s programom Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 neporabljenega od %2 (%3 % porabljeno)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skrito)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Izprazni Smeti" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Priklop" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Odpri v novem zavihku" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Odpri v novem oknu" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj vnos …" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "Ur&edi …" +msgstr "Ur&edi…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Odstrani iz lokacij" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Skrij" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Skrij odsek »%1«" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Skrij odsek" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" -msgstr "Pokaži &vse vnose" +msgstr "Pokaži v&se vnose" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Velikost ikon" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3319,51 +3233,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Samodejno spremeni velikost" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Majhna (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Srednja (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Velika (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Ogromno (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Izberete lahko le eno datoteko" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Podanih je bilo več datotek" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Izberete lahko le krajevne datoteke" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Oddaljene datoteke niso sprejete" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3380,52 +3294,22 @@ msgstr[2] "" msgstr[3] "" "Izbrani URL uporablja nepodprto shemo. Uporabite eno od naslednjih shem: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Nepodprta shema URL" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Izbranih je bilo več map. To pogovorno okno ne sprejema map, zato se ni " -"mogoče odločiti, v katero mapo naj se vstopi. Izberite le eno mapo za prikaz " -"njene vsebine." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Podanih je bilo več map" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Izbrani sta bili vsaj ena mapa in ena datoteka. Izbrane datoteke bodo " -"prezrte, prikazana pa bo vsebina izbrane mape" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Izbrane so datoteke in mape" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Datoteke »%1« ni bilo mogoče najti" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ni mogoče odpreti datoteke" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3436,42 +3320,42 @@ msgstr "" "trenutno mesto file:/home/konqi, potem vas bo klik na ta gumb premaknil v " "file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknite ta gumb za premik en korak nazaj v zgodovini brskanja." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Kliknite ta gumb za premik en korak naprej v zgodovini brskanja." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknite ta gumb za osvežitev vsebine na trenutnem mestu." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknite ta gumb za ustvarjanje nove mape." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Pokaži ploščo za mesta" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Pokaži gumb zaznamkov" +msgid "Show Quick Filter" +msgstr "Pokaži hitri filter" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Možnosti" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3486,12 +3370,12 @@ msgstr "" "skritih datotek
  • krmilni pulti za Mesta
  • predogledi datotek
  • ločevanje map od datotek
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Zaznamki" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3505,12 +3389,35 @@ msgstr "" "delujejo podobno kot zaznamki drugje v KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" -msgstr "&Ime:" +msgstr "Ime:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Razveljavi spremembo imena datoteke" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Ohranjaj filter pri spreminjanju map" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filter po imenu…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skrij vrstico filtra" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3522,12 +3429,12 @@ msgstr "" "zmožnost lahko nadzirate z desnim miškinim gumbom in izborom prednostnega " "načina v meniju Dopolnjevanje besedila." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "To je ime, pod katerim boste shranili datoteko." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3536,74 +3443,78 @@ msgstr "" "To je seznam datotek za odprtje. Navedete lahko več kot eno datoteko, tako, " "da med njimi pustite presledek." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "To je ime datoteke za odprtje." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Mesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Datoteka »%1« že obstaja. Ali jo želite prepisati?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prepišem datoteko?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Izberete lahko le krajevne datoteke." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Oddaljene datoteke niso sprejete" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Vse mape" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Trenutna mapa: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Odpri" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Velikost ikone: %1 slik. točk" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" -msgstr "Samodejno izberi &pripono datoteke (%1)" +msgstr "Samodejno izberi pripono datoteke (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "pripona %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" -msgstr "Samodejno izberi &pripono datoteke" +msgstr "Samodejno izberi pripono datoteke" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "primerna pripona" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3630,12 +3541,12 @@ msgstr "" "niste prepričani, potem pustite to možnost omogočeno, ker se bo potem dalo z " "vašimi datotekami bolje upravljati." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Vrsta datoteke:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3644,64 +3555,53 @@ msgstr "" "To je izbirnik vrste datoteke. Uporablja se za izbiro oblike, v kateri " "bo datoteka shranjena." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"To je filter, ki se uporabi na seznamu datotek. Imena datotek, ki se ne " -"ujemajo s filtrom, ne bodo prikazana.

    Izberete lahko eno od predlog " -"nastavitev filtrov iz spustnega menija ali pa vnesete lastni filter " -"neposredno v besedilno polje.

    Nadomestni znaki, kot sta * in ?, so " -"dovoljeni.

    " +"To je izbirnik vrste datoteke. Uporablja se za izbiro oblike prikazanih " +"datotek." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Ustvari novo datoteko" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Oprostite" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Datoteka s predlogo %1 ne obstaja." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Ime za novo povezavo:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Ustvari povezavo do naslova URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Vnesite %1 ime datoteke:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Oprostite" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Datoteka s predlogo %1 ne obstaja." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Ime za novo povezavo:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Ustvari simbolno povezavo" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Ustvari povezavo do naslova URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3711,7 +3611,7 @@ msgstr "" "Imena %1 ni mogoče uporabiti, ker je rezervirano za " "rabo v operacijskem sistemu." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3720,7 +3620,7 @@ msgid "" msgstr "" "Ime %1 se začne s piko, zato bo mapa privzeto skrita." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3732,27 +3632,37 @@ msgstr "" "prikaže pred drugimi, če so datoteke urejene po abecedi med morebiti še " "drugimi nenavadnostmi." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Uporaba poševnice v imenih map bo ustvarila podmape, kot so:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Uporaba poševnice v imenih map bo ustvarila podmape." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Poševnice na morejo biti uporabljene v imenih datotek in map." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Povratne poševnice na morejo biti uporabljene v imenih datotek in map." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Kreiranje datoteke ali mape z imenom %1 ni mogoče, ker " +"bi se prekrivala z lokacijo uporabnikove domače mape." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3761,96 +3671,139 @@ msgstr "" "Začeti ime datoteke ali mape s tildo ni priporočljivo, ker je lahko dvoumno " "ali nevarno, če uporabite terminal za brisanje stvari." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Imenik z imenom %1 že obstaja." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Datoteka z imenom %1 že obstaja." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Ustvari novo" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Povezava do naprave" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nova mapa" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Ustvari novo mapo" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Ustvari novo mapo v: %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Vnesite ime mape" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Privzeto" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Ustvari novo datoteko" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Vnesite ime datoteke" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Izberite ikono ali barvo po meri" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Izberite drugo ikono…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikono lahko pozneje spremenite v lastnostih mape." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiraj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Prilepi" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Odpri \"%1\" v novem zavihku" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Odpri \"%1\" v novem oknu" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Uredi" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Krmarjenje" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Pokaži polno pot" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Pojdi na katero koli lokacijo na poti %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3862,6 +3815,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Pojdi na lokacijo na poti" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Mesta" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3885,28 +3845,28 @@ msgstr "Drugo" msgid "Edit mode" msgstr "Uredi način" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite za krmarjenje po mestih" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite za urejanje mesta" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Nimate dovoljenja za izvajanje te datoteke." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Zaganjanje %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3915,12 +3875,12 @@ msgstr "" "Storitve %1 ni mogoče napraviti izvedljive, prekinjam izvajanje.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Nimate dovoljenja, da bi izbrali program za odpiranje te datoteke." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3949,12 +3909,20 @@ msgstr "Napaka med shranjevanjem slike v %1" msgid "Icon file too big, download aborted" msgstr "Datoteka z ikono je prevelika, zato je bil prejem prekinjen" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: preskok prazne datoteke, je morda polomljena simbolna " +"povezava: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ni mogoče najti odjemalca elektronske pošte" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3965,28 +3933,28 @@ msgstr "" "%1\n" "ni veljavna." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Zaganjanje %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ukaza %1 ni bilo mogoče najti." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ni mogoče najti emulatorja terminala" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Ni bilo mogoče odpreti %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3995,9 +3963,9 @@ msgid "" msgstr "" "Datoteka z vnosom za namizje\n" "%1\n" -"je vrste Link (povezava), a nima vnosa URL=…" +"je vrste Link (povezava), a nima vnosa URL=… ." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4006,14 +3974,14 @@ msgstr "" "Datoteka izvedljivega programa »%1« se nahaja na oddaljenem datotečnem " "sistemu. Zaradi varnosti ne bo zagnan." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "Iz varnostnih razlogov zagon izvedljivih datotek v tem kontekstu ni dovoljen." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4021,7 +3989,7 @@ msgid "" msgstr "" "Program \"%1\" mora imeti dovoljenje za izvajanje, da ga bi ga lahko pognali." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4030,12 +3998,12 @@ msgstr "" "Ni mogoče spremeniti datoteke %1 v izvajalno.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Datoteka z vnosi za namizje »%1« nima vnosa za vrsto: Type=…." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4046,12 +4014,12 @@ msgstr "" "Preverite vaše odprte aplikacije in področje obvestil za nedokončanimi " "opravili ali prenosi." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Ni bilo mogoče odpreti datoteke." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Programa »%1« ni bilo mogoče zagnati." @@ -4140,74 +4108,69 @@ msgstr "" "je bila spremenjena.\n" "Ali želite poslati spremembe?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - odpira oddaljene datoteke, spremlja spremembe, vpraša ob " "pošiljanju" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000, 2003 Razvijalci KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Obravnavaj URL-je kot krajevne datoteke in jih nato izbriši" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Predlagano ime za prejeto datoteko" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Ukaz, ki se naj izvede" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(ji) ali krajevna(e) datoteka(e) uporabljen(i) za »ukaz«" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Nastavitev ACL za %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4216,7 +4179,7 @@ msgstr "" "Ni bilo mogoče spremeniti dovoljenj za\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4226,118 +4189,37 @@ msgstr "" "Ni bilo mogoče spremeniti lastnika in grupe za\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Ni bilo mogoče odpreti začasne datoteke" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Programa »mount« ni bilo mogoče najti" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Programa »umount« ni bilo mogoče najti" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Spremeni dovoljenja datoteke" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nova dovoljenja: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Spremeni lastnika datoteke" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Novi lastnik: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Odstrani datoteko" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Odstrani mapo" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Ustvari mapo" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Dovoljenja mape: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Odpri datoteko" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Odpri mapo" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nova datoteka: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cilj: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Spremeni časovni odtis" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Od: %1, Do: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Neznana aktivnost" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Aktivnost: %1\n" -"Vir: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ni mogoče kopirati datoteke iz %1 v %2. (Napaka št. %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "V napravi ni nosilca za %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ni bilo mogoče pridobiti uporabniškega ID-ja za podanega uporabnika %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ni bilo mogoče pridobiti ID-ja za podano ime skupine %1" @@ -4379,32 +4261,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Za dostop do tega mesta morate podati uporabniško ime in geslo." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Mesto:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Uspešna prijava" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ni se bilo mogoče prijaviti v %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4413,7 +4295,7 @@ msgstr "" "\n" "Strežnik je sporočil: »%1«" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4422,12 +4304,12 @@ msgstr "" "Preden lahko dostopate do kateregakoli mesta, morate podati uporabniško ime " "in geslo za spodaj napisani posredniški strežnik." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Posredniški strežnik:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Overitev posredniškega strežnika ni uspela." @@ -4479,101 +4361,101 @@ msgid "" msgstr "Ali bi radi trajno sprejeli to potrdilo brez nadaljnjih vprašanj?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Overitev strežnika" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 pri %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Sicer bi zahteva uspela." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "pridobiti vrednosti lastnosti" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "nastaviti vrednosti lastnosti" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "ustvariti zahtevane mape" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopirati navedene datoteko ali mapo" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "premakniti navedene datoteke ali mape" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "iskati v navedeni mapi" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "zakleniti navedene datoteke ali mape" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "odkleniti navedene datoteke ali mape" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "izbrisati navedene datoteke ali mape" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "poizvesti o zmožnostih strežnika" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "pridobiti vsebine navedene datoteke ali mape" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "zagnati poročila v navedeni mapi" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Prišlo je do nepričakovane napake (%1), ko se je poskušalo %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4582,13 +4464,13 @@ msgid "" msgstr "" "Prišlo je do napake, ko se je poskušalo %1, %2. Povzetek razlogov je spodaj." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Dostop je bil zavrnjen, ko se je poskušalo %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4597,7 +4479,7 @@ msgstr "" "Vir na cilju ne more biti ustvarjen, dokler ni bila ustvarjena ena ali več " "vmesnih zbirk (map) ." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4612,28 +4494,28 @@ msgstr "" "zahtevo, da naj se datoteke ne prepišejo.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Zahtevane zaklenitve ni bilo mogoče zagotoviti. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Strežnik ne podpira zahtevane vrste telesa." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ni mogoče %1, ker je vir zaklenjen." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "To dejanje je preprečila druga napaka." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4641,7 +4523,7 @@ msgid "" "folder." msgstr "Ni mogoče %1, ker ciljni strežnik odklanja sprejem datoteke ali mape." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4649,18 +4531,18 @@ msgid "" msgstr "" "Ciljni vir nima dovolj prostora za zapis stanja vira po izvedbi te metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Vira ni mogoče izbrisati." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "pošlji %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4671,15 +4553,15 @@ msgstr "Prišlo je do nepričakovane napake (%1), ko se je poskušalo %2." msgid "Network" msgstr "Omrežje" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Napačno oblikovan URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4691,12 +4573,12 @@ msgstr "" "mesto. Lahko znova ustvarite mapo in obnovite predmet vanj ali pa potegnete " "predmet drugam, da ga obnovite." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Neveljavna kombinacija protokolov." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Datoteka je že v smeteh." @@ -4732,7 +4614,7 @@ msgstr "Izprazni vsebino Smeti" msgid "Restore a trashed file to its original location" msgstr "Obnovi datoteko iz Smeti na njeno prvotno mesto" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Koš za smeti je poln. Izpraznite ga ali datoteke odstranite ročno." @@ -4753,17 +4635,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Poskusi znova" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Overitveno pogovorno okno" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Dostop zavrnjen" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nimate dovoljenja za dostop do protokola %1." @@ -4872,41 +4754,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Pričakovana nadzorna vsota (MD5, SHA1, SHA256 ali SHA512) …" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kliknite, da prilepite nadzorno vsoto iz odložišča v vnosno polje." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4916,9 +4798,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Izračunaj" @@ -4927,137 +4809,208 @@ msgstr "Izračunaj" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknite, da kopirate nadzorno vsoto v odložišče." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" -msgstr "P&rekliči" +msgstr "Prekliči" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Pre&makni sem" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Prejemi sem" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "&Kopiraj sem" +msgstr "Kopiraj sem" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "Po&veži sem" +msgstr "Poveži sem" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Zagon" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Kaj želite narediti s to datoteko?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ne vprašaj več" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Odpri" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "Izv&edi" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Odpri z %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Razveljavi spremembe" +msgid "Would you like to launch this file?" +msgstr "Ali želite zagnati to datoteko?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Razveljavitev tega dejanja zahteva skrbniška dovoljenja. Ali želite " -"nadaljevati?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Ustvarjanje mape" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Vir" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Cilj" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopiranje" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Premikanje" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Preimenovanje" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Premikanje v Smeti" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Brisanje" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" -msgstr "&Razveljavi" +msgstr "Razveljavi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" -msgstr "Ra&zveljavi: kopiraj" +msgstr "Razveljavi: kopiraj" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" -msgstr "Ra&zveljavi: poveži" +msgstr "Razveljavi: poveži" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" -msgstr "Raz&veljavi: premakni" +msgstr "Razveljavi: premakni" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" -msgstr "Ra&zveljavi: preimenuj" +msgstr "Razveljavi: preimenuj" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" -msgstr "Ra&zveljavi: v Smeti" +msgstr "Razveljavi: v Smeti" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" -msgstr "Ra&zveljavi: ustvari mapo" +msgstr "Razveljavi: ustvari mapo" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" -msgstr "Ra&zveljavi: ustvari mape" +msgstr "Razveljavi: ustvari mape" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" -msgstr "Ra&zveljavi: ustvari datoteko" +msgstr "Razveljavi: ustvari datoteko" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" -msgstr "Razveljavi: paketn&o preimenuj" +msgstr "Razveljavi: paketno preimenuj" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Uveljavi" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Uveljavi: kopiraj" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Uveljavi: poveži" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Uveljavi: premakni" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Uveljavi: preimenuj" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Uveljavi: Smeti" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Uveljavi: ustvari mapo" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Uveljavi: ustvari mape" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Uveljavi: ustvari datoteko" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Uveljavi: paketno preimenuj" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5071,12 +5024,12 @@ msgstr "" "izgubljene.\n" "Ali ste prepričani, da želite izbrisati %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potrditev razveljavitve kopiranja datoteke" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5087,21 +5040,22 @@ msgstr "" "Ali želite trajno izbrisati to postavko? %1Tega ni mogoče razveljaviti." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Izbriši trajno" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Izbriši trajno" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5123,7 +5077,7 @@ msgstr[3] "" "Ali želite trajno izbrisati te %1 postavke?Tega ni mogoče razveljaviti." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5133,13 +5087,13 @@ msgstr "" "Ali želite trajno izbrisati vse postavke iz Smeti? Tega ni mogoče razveljaviti." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Izprazni smeti" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5149,7 +5103,7 @@ msgstr "" "Ali resnično želite premakniti ta predmet v Smeti?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5236,7 +5190,7 @@ msgstr "Lastnik" msgid "Owning Group" msgstr "Lastniška skupina" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Drugi" @@ -5309,106 +5263,112 @@ msgstr "Posodabljanje sistemskih nastavitev" msgid "Updating system configuration…" msgstr "Posodabljanje sistemskih nastavitev …" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Ime" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Velikost" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Dovoljenja" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Lastnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Skupina" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Vrsta" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" -msgstr "Odpri &z %1" +msgstr "Odpri z %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" -msgstr "&Dejanja" +msgstr "Dejanja" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Odpri mapo z…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Odpri z…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Zaženi izvajalno datoteko" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Odpri mapo z %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Odpri z %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Odpri mapo z" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Odpri z" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "&Drug program…" +msgstr "Drug program…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5418,113 +5378,131 @@ msgstr[1] "%1 predmet" msgstr[2] "%1 predmeta" msgstr[3] "%1 predmeti" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Neznano" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zaustavi" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Razišči v programu Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Priklopljeno iz:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Prazen prostor:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Vrsta:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Vsebina:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Odpri z:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Spremeni …" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Mesto:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Velikost:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Spremeni …" +msgid "Determine the folder size" +msgstr "Določi velikost mape" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Vsebina:" +msgid "Stop" +msgstr "Zaustavi" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Zaustavi določanje velikosti mape" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Razišči v programu Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Kaže na:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Spremenjena:" +msgid "Show target" +msgstr "Prikaži cilj" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Ustvarjena:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Datotečni sistem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Neznana velikost" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Priklopljeno na:" +msgid "Modified:" +msgstr "Spremenjena:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Zadnji dostop:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Odpri z:" +msgid "File system:" +msgstr "Datotečni sistem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Priklopljeno na:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Priklopljeno iz:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Prazen prostor:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Neznana velikost" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5643,8 +5621,8 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" msgstr "" -"&Zapomni si povezavo s programom za vse datoteke naslednje vrste\n" -"»%1« (%2)" +"Zapomni si povezavo s programom za vse datoteke naslednje vrste\n" +"\"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 #, kde-format @@ -5652,8 +5630,8 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\"" msgstr "" -"&Zapomni si povezavo s programom za vse datoteke vrste\n" -"»%1«" +"Zapomni si povezavo s programom za vse datoteke vrste\n" +"\"%1\"" #: widgets/kopenwithdialog.cpp:754 #, kde-format @@ -5668,7 +5646,7 @@ msgstr "Zaženi v &terminalu" #: widgets/kopenwithdialog.cpp:777 #, kde-format msgid "&Do not close when command exits" -msgstr "&Ne zapri, ko se ukaz konča" +msgstr "Ne zapri, ko se ukaz konča" #: widgets/kopenwithdialog.cpp:796 #, kde-format @@ -5826,35 +5804,39 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Napišite opis tega programa glede na njegovo uporabo. Primer: klicni program " -"(KPPP) bi bil »Klicno orodje«." +"Tukaj vnesite generično ime aplikacije. Primeri: aplikacija za ogled slik bi " +"bila »Pregledovalnik slik«." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Opis:" +msgid "&Generic name:" +msgstr "&Generično ime:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Natipkajte opombo, za katero mislite, da je uporabna." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Tukaj vnesite opis te aplikacije glede na njeno uporabo. Primeri: aplikacija " +"za ogled slik bi bila »Ogled in urejanje slik«." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 #, kde-format msgid "Comm&ent:" -msgstr "Opomb&a:" +msgstr "Opomba:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Spremenljivke okolja:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5884,7 +5866,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:117 #, kde-format msgid "&Browse..." -msgstr "Pre&brskaj …" +msgstr "Pre&brskaj…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) @@ -5934,7 +5916,7 @@ msgstr "Nastavi delovno mapo za vaš program." #: widgets/kpropertiesdesktopbase.ui:169 #, kde-format msgid "&Work path:" -msgstr "&Delovna pot:" +msgstr "Delovna pot:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel7) #. i18n: ectx: property (whatsThis), widget (QTreeWidget, filetypeList) @@ -6033,7 +6015,7 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:281 #, kde-format msgid "Ad&vanced Options" -msgstr "Nap&redne možnosti" +msgstr "Napredne možnosti" #: widgets/kpropertiesdialog.cpp:145 widgets/kpropertiesdialog.cpp:160 #: widgets/kpropertiesdialog.cpp:172 widgets/kpropertiesdialog.cpp:190 @@ -6057,7 +6039,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Deli" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6067,36 +6049,55 @@ msgstr "" "Ni bilo mogoče shraniti lastnosti, ker imate zadostnih dovoljenj za pisanje " "v %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Splošno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Vnesite ime datoteke" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Razišči v %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Osveži" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Vnesite lokacijo cilja" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Prikaži %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Neznana velikost" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6105,8 +6106,8 @@ msgstr "" "Računanje … %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6115,8 +6116,8 @@ msgstr[1] "%1 datoteka" msgstr[2] "%1 datoteki" msgstr[3] "%1 datoteke" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6125,85 +6126,91 @@ msgstr[1] "%1 podmapa" msgstr[2] "%1 podmapi" msgstr[3] "%1 podmape" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Računanje …\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Vsaj %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novo ime datoteke je prazno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Ni registrirane vrste datotek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ni asociiranjega programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Ustvari …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Spremeni …" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Spremeni privzeto aplikacijo za odpiranje datotek vrste “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ni dostopa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Lahko samo ogleduje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "Mogoča ogled in spreminjanje vsebine" +msgstr "Mogoča ogled in spreminjanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Mogoč samo ogled vsebine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Mogoča ogled in spreminjanje vsebine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Mogoč samo ogled in branje vsebine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Mogoči ogled in branje ter spreminjanje in pisanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" -msgstr "&Dovoljenja" +msgstr "Dovoljenja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Dovoljenja za dostop" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6212,37 +6219,37 @@ msgstr[1] "Ta datoteka je povezava in nima dovoljenj." msgstr[2] "Ti datoteki sta povezavi in nimata dovoljenj." msgstr[3] "Te datoteke so povezave in nimajo dovoljenj." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Samo lastnik lahko spremeni dovoljenja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" -msgstr "&Lastnik:" +msgstr "Lastnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Določa dejanja, ki jih lahko naredi lastnik." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" -msgstr "S&kupina:" +msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Določa dejanja, ki jih lahko naredijo člani skupine." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" -msgstr "D&rugi:" +msgstr "Drugi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6251,27 +6258,27 @@ msgstr "" "Določa dejanja, ki jih lahko naredijo drugi uporabniki, ki niso ne lastnik " "ne člani skupine." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Samo lastnik lahko izbriše ali preimenuje vsebine" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Dovoli izvajanje datoteke kot programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Izbriši ali preimenuj:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Izvedi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6282,7 +6289,7 @@ msgstr "" "vsebovanih datotek in map. Drugi uporabniki lahko samo dodajo nove datoteke, " "kar rabi dovoljenje »Spremeni vsebino«." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6291,42 +6298,42 @@ msgstr "" "Omogočite to možnost, če bi radi označili datoteko kot izvedljivo. To je " "uporabno samo pri programih in skriptih. Potrebno je, če jih želite izvesti." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Napre&dna dovoljenja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Lastništvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Uporabnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Skupina:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Uveljavi spremembe v vseh podmapah in njihovi vsebini" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Napredna dovoljenja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Razred" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6335,22 +6342,22 @@ msgstr "" "Prikaz\n" "vnosov" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ta zastavica dovoljuje vpogled v vsebino mape." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Branje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Ta zastavica dovoljuje vpogled v vsebino datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6359,7 +6366,7 @@ msgstr "" "Pisanje\n" "vnosov" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6369,17 +6376,17 @@ msgstr "" "Zapomnite si, da lahko brisanje in preimenovanje omejite z uporabo zastavice " "Lepljivo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Pisanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Ta zastavica dovoljuje spreminjanje vsebine datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" @@ -6387,27 +6394,27 @@ msgstr "" "Vstop\n" "v mapo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Omogočite to zastavico, da dovolite vstop v mapo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Izvedljivo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Omogočite to zastavico, da dovolite izvedbo datoteke kot programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Posebno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6416,24 +6423,24 @@ msgstr "" "Posebna zastavica. Veljavna za celo mapo, točen pomen zastavice se vidi v " "desnem stolpcu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Posebna zastavica. Točen pomen zastavice se vidi v desnem stolpcu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Uporabnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Skupina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6442,7 +6449,7 @@ msgstr "" "Če je nastavljena ta zastavica, bo lastnik te mape postal lastnik vseh novih " "datotek." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6451,7 +6458,7 @@ msgstr "" "Če je ta datoteka izvedljiva in zastavica nastavljena, bo izvedena z " "dovoljenji lastnika." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6459,7 +6466,7 @@ msgstr "" "Če je ta zastavica nastavljena, bo skupina te mape nastavljena za vse nove " "datoteke." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6468,7 +6475,7 @@ msgstr "" "Če je ta datoteka izvedljiva in zastavica nastavljena, bo izvedena z " "dovoljenji skupine." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6478,7 +6485,7 @@ msgstr "" "izbrišeta ali preimenujeta datoteke. V nasprotnem primeru lahko to naredi " "vsak z dovoljenji za pisanje." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6487,42 +6494,42 @@ msgstr "" "Zastavica Lepljivo ni uporabljena v Linuxu, se pa lahko uporabi na drugih " "sistemih" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Nastavi UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Nastavi GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lepljivo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Povezava" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Različno (brez spremembe)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "Te datoteke uporabljajo napredna dovoljenja" +msgstr[0] "Te datoteke uporabljajo napredna dovoljenja." msgstr[1] "Ta datoteka uporablja napredna dovoljenja" -msgstr[2] "Ti datoteki uporabljata napredni dovoljenji" -msgstr[3] "Te datoteke uporabljajo napredna dovoljenja" +msgstr[2] "Ti datoteki uporabljata napredni dovoljenji." +msgstr[3] "Te datoteke uporabljajo napredna dovoljenja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6531,49 +6538,40 @@ msgstr[1] "Ta mapa uporablja napredna dovoljenja." msgstr[2] "Ti mapi uporabljata napredna dovoljenja." msgstr[3] "Te mape uporabljajo napredna dovoljenja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Te datoteke uporabljajo napredna dovoljenja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "Nadzorne &vsote" +msgstr "Nadzorne vsote" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Računanje…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Neveljavna nadzorna vsota." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Vnos ni veljavna nadzorna vsota MD5, SHA1 ali SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Nadzorni vsoti se ujemata." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Izračunana in pričakovana nadzorna vsota se ujemata." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6584,30 +6582,46 @@ msgstr "" "prejemom, zato ga ponovite.
    Če preverjanje še vedno spodleti, stopite v " "stik s tistimi, ki ponujajo datoteko." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Izračunana in pričakovana nadzorna vsota se ne ujemata." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Preverjanje nadzorne vsote…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Kontrolne vsote vseh datotek so enake." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Izbrane datoteke imajo različne kontrolne vsote." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Računanje…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6615,27 +6629,27 @@ msgstr "" "Ni bilo mogoče shraniti lastnosti. Podprti so le vnosi na krajevnih " "datotečnih sistemih." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" -msgstr "&Program" +msgstr "Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodaj vrsto datotek za %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Izberite eno ali več vrst datotek za dodajanje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Podprte so le izvedljive datoteke na krajevnih datotečnih sistemih." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Napredne možnosti %1" @@ -6740,22 +6754,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Konfiguriraj spletne bližnjice…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Odpri pogovorno okno datotek" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Ime datoteke za vsebino odložišča:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "prilepljena datoteka" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Prilepi vsebino odložišča" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6765,19 +6781,19 @@ msgstr "" "odložišču spremenili. Izbrana oblika podatkov ni več ustrezna. Še enkrat " "kopirajte, kar ste želeli prilepiti." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Prilepi mapo" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Prilepi datoteko" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6787,100 +6803,111 @@ msgstr[1] "Prilepi %1 predmet" msgstr[2] "Prilepi %1 predmeta" msgstr[3] "Prilepi %1 predmete" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Prilepi vsebino odložišča…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Prilepi" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "Oblika podatkov:" +msgstr "Format podatkov:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Ime datoteke za vsebino odložišča:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Ime datoteke za spuščeno vsebino:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Velikost: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" -msgstr "U&veljavi za vse" +msgstr "Uveljavi za vse" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Ko je to označeno, bo kliknjen gumb uveljavljen za vse nadaljnje spore glede " -"map v preostanku trenutnega posla.\n" -"Če ne kliknete Preskoči, boste še vedno povprašani v primeru spora z " -"obstoječo datoteko v mapi." +"Ko je to označeno, bo pritisnjen gumb uporabljen za vse nadaljnje konflikte " +"map za preostanek trenutnega opravila.\n" +"Če ne pritisnete Preskoči, boste še vedno opozorjeni v primeru konflikta z " +"obstoječo datoteko v imeniku." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Ko je to označeno, bo kliknjen gumb uveljavljen za vse nadaljnje spore v " -"preostanku trenutnega posla." +"Ko je to označeno, bo pritisnjeni gumb uporabljen za vse nadaljnje konflikte " +"do konca trenutnega opravila." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" -msgstr "Pre&imenuj" +msgstr "P&reimenuj" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Predlagaj &novo ime" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" -msgstr "&Preskoči" +msgstr "Preskoči" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Te mape ne kopiraj ali premakni, namesto tega preskoči na naslednji predmet" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Te datoteke ne kopiraj ali premakni, namesto tega preskoči na naslednji " "predmet" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" -msgstr "Piši &v" +msgstr "Piši v" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6892,13 +6919,13 @@ msgstr "" "vsebine.\n" "V primeru spora z obstoječo datoteko v tej mapi, boste znova pozvani." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Prepiši starejše datoteke" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6907,12 +6934,12 @@ msgstr "" "Ciljne datoteke, ki imajo starejše čase sprememb, bodo prepisane z virom " "sicer pa preskočene." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" -msgstr "Na&daljuj" +msgstr "Nadaljuj" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6921,67 +6948,57 @@ msgstr "" "To dejanje bi prepisalo »%1« s samim sabo.\n" "Vnesite novo ime datoteke:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Nadaljuj" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Ali želite prepisati cilj?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ali želite združiti vsebino »%1» v »%2«?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Vir" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Cilj" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Vir je novejši." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Vir je starejši." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Vir je manjši za %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Vir je večji za %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Datoteki sta identični." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Datoteki se zdita identični." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Datoteki sta različni." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6990,59 +7007,51 @@ msgstr "" "Datoteki sta verjetno identični: imata enako velikost in njihovi vsebini sta " "enaki na začetku, na sredini in na koncu." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Primerjaj datoteke" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Starejši predmet z imenom »%1« že obstaja." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Podobna datoteka z imenom »%1« že obstaja." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Novejši predmet z imenom »%1« že obstaja." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Preimenuj:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Preimenuj postavko" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Preimenuj postavke" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "P&reimenuj" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Preimenuj postavko %1 v:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Novo ime #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Datoteka z imenom %1 že obstaja." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ni veljavno ime datoteke." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7052,38 +7061,196 @@ msgstr[1] "Preimenuj %1 izbrano postavko v:" msgstr[2] "Preimenuj %1 izbrani postavki v:" msgstr[3] "Preimenuj %1 izbrane postavke v:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# bodo nadomeščene z naraščajočimi številkami, začenši z:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Novo ime #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Neveljavno ime datoteke: Novo ime mora vsebovati eno zaporedje znakov #, " +"razen če imajo vse datoteke različne končnice datotek." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Preimenuj %1 izbranih postavk z:" +msgstr[1] "Preimenuj %1 izbrano postavko z:" +msgstr[2] "Preimenuj %1 izbrani postavki z:" +msgstr[3] "Preimenuj %1 izbrane postavke z:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zamenjava:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Vzorec" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Z:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zamenjava" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Nobeno ime datoteke ne vsebuje vzorca." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Če bi “%1” zamenjali s prazno datoteko, bi ime datoteke %2 ostalo prazno." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Preimenuj %1 izbranih postavk:" +msgstr[1] "Preimenuj %1 izbrano postavko:" +msgstr[2] "Preimenuj %1 izbrani postavki:" +msgstr[3] "Preimenuj %1 izbrane postavke:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Dodaj besedilo:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Besedilo za dodati" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Pred imenom datoteke" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Za imenom datoteke" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Preimenuj postavko" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Preimenuj postavke" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "P&reimenuj" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Kako preimenovati:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Naštevaj" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zamenjaj besedilo" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Dodaj besedilo" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Predogled:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"Datoteke %1 ni mogoče preimenovati v prazno ime " +"datoteke." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacije" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zamenjaj" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Poskusi znova" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Zamenjaj vse" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskoči" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Preskoči vse" @@ -7170,7 +7337,7 @@ msgstr "" "Oddaljeni gostitelj ni poslal nobenega potrdila SSL.\n" "Prekinjam, ker istovetnosti gostitelja ni mogoče potrditi." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7216,43 +7383,82 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Prenos te postavke v Smeti ni uspelo, ker je prevelika. Ali želite namesto " -"tega trajno izbrisati to postavko?%1Tega dejanja ni mogoče razveljaviti." +"Koš je prepoln, da bi sprejel to datoteko. Ali jo želite trajno izbrisati?" +"%1Tega " +"dejanja ni mogoče razveljaviti." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Koš je prepoln, da bi sprejel te %1 datoteke. Jih želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." +msgstr[1] "" +"Koš je prepoln, da bi sprejel to %1 datoteko. Jo želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." +msgstr[2] "" +"Koš je prepoln, da bi sprejel ti %1 datoteki. Ju želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." +msgstr[3] "" +"Koš je prepoln, da bi sprejel te %1 datoteke. Jih želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Koša ni na voljo za lokacijo tega elementa. Ali ga želite namesto tega " +"trajno izbrisati?%1Tega dejanja ni mogoče razveljaviti." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Prenos teh %1 postavk v Smeti ni uspelo, ker so prevelike. Jih želite " -"namesto tega trajno izbrisati?Tega dejanja " -"ni mogoče razveljaviti." +"Koša ni na voljo za lokacijo teh %1 elementov. Jih želite namesto tega " +"trajno izbrisati?Tega dejanja ni mogoče " +"razveljaviti." msgstr[1] "" -"Prenos te %1 postavke v Smeti ni uspelo, ker je prevelika. Jo želite namesto " -"tega trajno izbrisati?Tega dejanja ni " -"mogoče razveljaviti." +"Koša ni na voljo za lokacijo tega %1 elementa. Ga želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." msgstr[2] "" -"Prenos teh %1 postavk v Smeti ni uspelo, ker sta preveliki. Ju želite " -"namesto tega trajno izbrisati?Tega dejanja " -"ni mogoče razveljaviti." +"Koša ni na voljo za lokacijo teh %1 elementov. Ju želite namesto tega trajno " +"izbrisati?Tega dejanja ni mogoče " +"razveljaviti." msgstr[3] "" -"Prenos teh %1 postavk v Smeti ni uspelo, ker so prevelike. Jih želite " -"namesto tega trajno izbrisati?Tega dejanja " -"ni mogoče razveljaviti." +"Koša ni na voljo za lokacijo teh %1 elementov. Jih želite namesto tega " +"trajno izbrisati?Tega dejanja ni mogoče " +"razveljaviti." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7262,51 +7468,282 @@ msgstr[1] "Ali res želite premakniti ta %1 predmet v Smeti?" msgstr[2] "Ali res želite premakniti ta %1 predmeta v Smeti?" msgstr[3] "Ali res želite premakniti te %1 predmete v Smeti?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne vprašaj več" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne vprašaj več" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Tega sporočila ne prikazuj več" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Veriga potrdil soležnikov SSL je videti pokvarjena." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Opozorilo" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "To bo zagnalo program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Če temu programu ne zaupate, kliknite Prekliči" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Zaženi izvedljive datoteke brez vprašanja" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Odpri izvedljive datoteke v privzeti aplikaciji brez vprašanja" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Zapomni si za vse izvedljive datoteke" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "To lahko razveljavite v razdelku \"Potrditve\" v nastavitvah " +#~ "upravljalnika datotek Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Spremeni atribut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Za spremembo atributov datotek so zahtevana skrbniška dovoljenja. Ali " +#~ "želite nadaljevati?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Za zaključek dejanja kopiranja so zahtevana skrbniška dovoljenja. Ali " +#~ "želite nadaljevati?" + +#~ msgid "Delete Files" +#~ msgstr "Izbriši datoteke" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Za zaključek dejanja brisanja so zahtevana skrbniška dovoljenja, to pa bi " +#~ "lahko poškodovalo vaš sistem. Ali želite nadaljevati?" + +#~ msgid "Create Folder" +#~ msgstr "Ustvari mapo" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Za ustvaritev te mape so zahtevana skrbniška dovoljenja. Ali želite " +#~ "nadaljevati?" + +#~ msgid "Move Items" +#~ msgstr "Premakni predmete" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Za zaključek dejanja premikanja so zahtevana skrbniška dovoljenja. Ali " +#~ "želite nadaljevati?" + +#~ msgid "Rename" +#~ msgstr "Preimenuj" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Za zaključek preimenovanja so zahtevana skrbniška dovoljenja. Ali želite " +#~ "nadaljevati?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Za ustvaritev simbolne povezave so zahtevana skrbniška dovoljenja. Ali " +#~ "želite nadaljevati?" + +#~ msgid "Transfer data" +#~ msgstr "Prenesi podatke" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Za zaključek prenosa podatkov so zahtevana skrbniška dovoljenja. Ali " +#~ "želite nadaljevati?" + +#~ msgid "Undo Changes" +#~ msgstr "Razveljavi spremembe" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Razveljavitev tega dejanja zahteva skrbniška dovoljenja. Ali želite " +#~ "nadaljevati?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Nastavitev ACL za %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Spremeni dovoljenja datoteke" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nova dovoljenja: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Spremeni lastnika datoteke" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Novi lastnik: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Odstrani datoteko" + +#~ msgid "Remove Directory" +#~ msgstr "Odstrani mapo" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Dovoljenja mape: %1" + +#~ msgid "Open File" +#~ msgstr "Odpri datoteko" + +#~ msgid "Open Directory" +#~ msgstr "Odpri mapo" + +#~ msgid "New Filename: %1" +#~ msgstr "Nova datoteka: %1" + +#~ msgid "Target: %1" +#~ msgstr "Cilj: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Spremeni časovni odtis" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Od: %1, Do: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Neznana aktivnost" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Aktivnost: %1\n" +#~ "Vir: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Pokaži gumb zaznamkov" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Datoteke se premikajo" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Datoteke se kopirajo" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Natipkajte opombo, za katero mislite, da je uporabna." + +#~ msgid "Do not ask again" +#~ msgstr "Ne vprašaj več" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "To je filter, ki se uporabi na seznamu datotek. Imena datotek, ki se " +#~ "ne ujemajo s filtrom, ne bodo prikazana.

    Izberete lahko eno od predlog " +#~ "nastavitev filtrov iz spustnega menija ali pa vnesete lastni filter " +#~ "neposredno v besedilno polje.

    Nadomestni znaki, kot sta * in ?, so " +#~ "dovoljeni.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Izbranih je bilo več map. To pogovorno okno ne sprejema map, zato se ni " +#~ "mogoče odločiti, v katero mapo naj se vstopi. Izberite le eno mapo za " +#~ "prikaz njene vsebine." + +#~ msgid "More than one folder provided" +#~ msgstr "Podanih je bilo več map" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Izbrani sta bili vsaj ena mapa in ena datoteka. Izbrane datoteke bodo " +#~ "prezrte, prikazana pa bo vsebina izbrane mape" + +#~ msgid "Files and folders selected" +#~ msgstr "Izbrane so datoteke in mape" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Čeprav je bil stik s strežnikom vzpostavljen, v času, namenjenemu za " +#~ "odgovor, slednji ni bil prejet:
    • Časovna omejitev za vzpostavitev " +#~ "povezave: %1 sekund
    • Časovna omejitev za prejem odgovora: %2 " +#~ "sekund
    • Časovna omejitev za dostopanje do posredniškega " +#~ "strežnika: %3 sekund
    Upoštevajte, da lahko te nastavitve časovne " +#~ "omejitve spremenite v Sistemskih nastavitvah, z izbiro Nastavitve omrežja " +#~ "-> Možnosti povezave." + #~ msgid "Is &executable" #~ msgstr "Je &izvedljiva" @@ -8484,9 +8921,6 @@ msgstr "Če temu programu ne zaupate, kliknite Prekliči" #~ "To je izračunana največja velikost prostora na disku, ki bo " #~ "dovoljen za smeti." -#~ msgid "Show a Warning" -#~ msgstr "Prikaži opozorilo" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Izbriši najstarejše datoteke" @@ -8627,10 +9061,6 @@ msgstr "Če temu programu ne zaupate, kliknite Prekliči" #~ msgid "Space" #~ msgstr "Presledek" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Privzeto" - #~ msgid "Modify Web Shortcut" #~ msgstr "Spremeni spletno bližnjico" @@ -8977,13 +9407,6 @@ msgstr "Če temu programu ne zaupate, kliknite Prekliči" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ni bilo mogoče najti programa ali ročnika za %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Prilepi %1 datoteko" -#~ msgstr[1] "&Prilepi %1 datoteki" -#~ msgstr[2] "&Prilepi %1 datoteke" -#~ msgstr[3] "&Prilepi %1 datotek" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Prilepi %1 URL" diff --git a/local/recipes/kde/kf6-kio/source/po/sq/kio6.po b/local/recipes/kde/kf6-kio/source/po/sq/kio6.po index a7272163f4..a0ee6ee5fc 100644 --- a/local/recipes/kde/kf6-kio/source/po/sq/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sq/kio6.po @@ -1,23 +1,24 @@ # Albanian translation for kio5 -# Copyright (C) YEAR This file is copyright: +# Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the kio5 package. # Besnik Bleta , 2023,2024. # +# SPDX-FileCopyrightText: 2025 Agron Selimaj msgid "" msgstr "" "Project-Id-Version: kdebase\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-19 21:00+0200\n" -"Last-Translator: Besnik Bleta \n" -"Language-Team: Albanian \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-12-07 00:08-0500\n" +"Last-Translator: Agron Selimaj \n" +"Language-Team: sq\n" "Language: sq\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-Launchpad-Export-Date: 2011-04-22 14:32+0000\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Lokalize 25.08.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -29,26 +30,26 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "besnik@programeshqip.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "S’u ndryshua dot pronësia e kartelës %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" "S’u ndryshua dot pronësia e kartelës %1. S’keni leje të " -"mjaftueshme mbi kartelën, për të kryer ndryshimin." +"mjaftueshme mbi skedarin, për të kryer ndryshimin." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "S’arrihet të krijohet “worker” KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +61,7 @@ msgstr "" "S’u krijua dot simlidhje “%1”.\n" "Sistemi vendmbërritje i kartelave (%2) s’mbulon simlidhje." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +76,7 @@ msgstr "" "Përzgjedhja e “Zëvendësoje” do të zëvendësojë çfarëdo shenjash të pavlefshme " "(te emri i dosjes vendmbërritje) me një nënvijë “_”." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +91,23 @@ msgstr "" "Përzgjedhja e “Zëvendësoje” do të zëvendësojë çfarëdo shenjash të pavlefshme " "(te emri i kartelës vendmbërritje) me një nënvijë “_”." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Dosja Ekziston Tashmë" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" -msgstr "Kartela Ekziston Tashmë" +msgstr "Skeda ekziston që më parë" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" -msgstr "Ekziston Tashmë si Dosje" +msgstr "Ekziston Tashmë si Skedar" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "" @@ -165,15 +166,15 @@ msgstr[1] "%1 Objekte" #, kde-format msgid "1 Folder" msgid_plural "%1 Folders" -msgstr[0] "1 Dosje" -msgstr[1] "%1 Dosje" +msgstr[0] "1 Skedar" +msgstr[1] "%1 Skedar" #: core/global.cpp:93 #, kde-format msgid "1 File" msgid_plural "%1 Files" -msgstr[0] "1 Kartelë" -msgstr[1] "%1 Kartela" +msgstr[0] "1 Skedë" +msgstr[1] "%1 Skeda" #: core/global.cpp:95 #, kde-format @@ -199,202 +200,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Po lëvizet" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Burim" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Vendmbërritje" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Po riemërtohet" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Po kopjohet" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Po krijohet drejtori" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Drejtori" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Po fshihet" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" -msgstr "Kartelë" +msgstr "Skedë" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Po shqyrtohet" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Po shpërngulet" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Po montohet" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Pajisje" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Pikë montimi" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Po çmontohet" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Ndryshoni Atribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Që të ndryshohen atribute kartelash, lypsen privilegje rrënje. Doni të " -"vazhdohet?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopjoni Kartela" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Që të plotësohet veprimi i kopjimit, lypsen privilegje rrënje. Doni të " -"vazhdohet?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Fshini Kartela" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Që të plotësohet veprimi i fshirjes, lypsen privilegje rrënje. Doni të " -"vazhdohet?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Krijoni Dosje" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Që të krijohet kjo dosje, lypsen privilegje rrënje. Doni të vazhdohet?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Lëvizni Objekte" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Që të plotësohet veprimi i lëvizjes, lypsen privilegje rrënje. Doni të " -"vazhdohet?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Riemërtojeni" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Që të plotësohet riemërtimi, lypsen privilegje rrënje. Doni të vazhdohet?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Krijoni Simlidhje" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Që të krijohet një simlidhje, lypsen privilegje rrënje. Doni të vazhdohet?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Shpërngul të dhëna" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Që të plotësohet shpërngulja e të dhënave, lypsen privilegje rrënje. Doni të " -"vazhdohet?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -449,7 +344,7 @@ msgstr "%1 është një kartelë, por pritej një dosje." #: core/job_error.cpp:68 #, kde-format msgid "The file or folder %1 does not exist." -msgstr "Kartela, ose dosja %1 s’ekziston." +msgstr "Skeda, ose dosja %1 s’ekziston." #: core/job_error.cpp:71 #, kde-format @@ -474,7 +369,7 @@ msgstr "Strehë e panjohur %1" #: core/job_error.cpp:80 #, kde-format msgid "Access denied to %1." -msgstr "Hyrje e mohuar te %1." +msgstr "Çasja u mohua për të %1." #: core/job_error.cpp:83 #, kde-format @@ -482,8 +377,8 @@ msgid "" "Access denied.\n" "Could not write to %1." msgstr "" -"Hyrje e mohuar.\n" -"S’u shkrua dot te %1." +"Çasja u mohua.\n" +"S'u shkrua dot te %1." #: core/job_error.cpp:86 #, kde-format @@ -550,12 +445,12 @@ msgstr "" #: core/job_error.cpp:116 #, kde-format msgid "Could not read file %1." -msgstr "S’u lexua dot kartela %1." +msgstr "S’u lexua dot skada %1." #: core/job_error.cpp:119 #, kde-format msgid "Could not write to file %1." -msgstr "S’u shkrua dot te kartela %1." +msgstr "S’u shkrua dot te skeda %1." #: core/job_error.cpp:122 #, kde-format @@ -595,12 +490,12 @@ msgstr "S’u hoq dot dosja %1." #: core/job_error.cpp:146 #, kde-format msgid "Could not resume file %1." -msgstr "S’u rimor dot kartela %1." +msgstr "S’u rimor dot skeda %1." #: core/job_error.cpp:149 #, kde-format msgid "Could not rename file %1." -msgstr "S’i riemërtua dot kartela %1." +msgstr "S’i riemërtua dot skeda %1." #: core/job_error.cpp:152 #, kde-format @@ -615,7 +510,7 @@ msgstr "S’u ndryshua dot pronësia për %1." #: core/job_error.cpp:158 #, kde-format msgid "Could not delete file %1." -msgstr "S’u fshi dot kartela %1." +msgstr "S’u fshi dot skeda %1." #: core/job_error.cpp:161 #, kde-format @@ -696,7 +591,7 @@ msgid "" "Could not delete original file %1.\n" "Please check permissions." msgstr "" -"S’u fshi dot kartela origjinale %1.\n" +"S’u fshi dot skeda origjinale %1.\n" "Ju lutemi, kontrolloni lejet." #: core/job_error.cpp:202 @@ -714,7 +609,7 @@ msgid "" "Could not rename original file %1.\n" "Please check permissions." msgstr "" -"S’u riemërtua dot kartela origjinale %1.\n" +"S’u riemërtua dot skeda origjinale %1.\n" "Ju lutemi, kontrolloni lejet." #: core/job_error.cpp:208 @@ -804,7 +699,7 @@ msgid "" "destination filesystem only supports files up to 4GiB" msgstr "" "S’mund të shpërngulet %1, ngaqë është shumë e madhe. " -"Sistemi vendmbërritje i kartelave mbulon vetëm kartela deri në 4GiB" +"Sistemi vendmbërritje i kartelave mbulon vetëm skeda deri në 4GiB" #: core/job_error.cpp:258 #, kde-format @@ -820,10 +715,15 @@ msgstr "" #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "Kartela është shumë e madhe për t’u shpënë te hedhurinat." +msgstr "Skeda është shumë e madhe për t’u shpënë te hedhurinat." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -833,65 +733,65 @@ msgstr "" "%2\n" "Ju lutemi, dërgoni një njoftim të plotë të mete, te https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(e panjohur)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Arsye teknike: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Hollësi kërkese:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokoll: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Datë dhe kohë: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Hollësi shtesë: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Shkaqe të mundshëm:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Zgjidhej të mundshme:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(i panjohur)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -901,17 +801,17 @@ msgstr "" "asistencë lidhur me kompjuterin, qoftë ky përgjegjësi i sistemit, ose grupi " "i asistencës teknike." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Për asistencë të mëtejshme lidhuni me përgjegjësin e sistemit." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontrolloni lejet tuaja për hyrje në këtë burim." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -920,34 +820,34 @@ msgstr "" "Lejet tuaja për hyrje mund të jetë joadekuate për të kryer veprimin e " "kërkuar mbi këtë burim." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -"Kartela mund të jetë në përdorim (dhe ndaj e kyçur) nga një tjetër " -"përdorues, ose aplikacion." +"Skeda mund të jetë në përdorim (dhe ndaj e kyçur) nga një tjetër përdorues, " +"ose aplikacion." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" "Kontrolloni për t’u siguruar se s’ka aplikacion, ose përdorues tjetër duke " -"përdorur kartelën, ose që e ka kyçur atë." +"përdorur skedarin, ose që e ka kyçur atë." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Edhe pse ka pak gjasa, mund të ketë ndodhur një gabim hardware-i." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Mundet të keni hasur një të metë te programi." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -957,7 +857,7 @@ msgstr "" "lutemi, shihni mundësinë e parashtrimit të një njoftimi të plotë të mete, " "siç tregohet më poshtë." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -966,7 +866,7 @@ msgstr "" "Përditësoni software-in tuaj me versionin më të ri. Shpërndarja juaj duhet " "të ofrojë mjete për të përditësuar software-in tuaj." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -987,12 +887,12 @@ msgstr "" "te njoftimi juaj për të metën, tok me sa më tepër hollësi që ju duken se " "mund të ndihmojnë." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Mund të ketë një problem me lidhjen tuaj në rrjet." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1001,7 +901,7 @@ msgstr "" "Mund të ketë pasur një problem me formësimin tuaj të rrjetit. Nëse më herët " "e përdornit pa problem Internetin, kjo ka pak gjasa." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1010,42 +910,42 @@ msgstr "" "Mund të ketë pasur një problem diku në shtegun e rrjetit mes shërbyesit dhe " "këtij kompjuteri." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Riprovoni, ose tani, ose më vonë." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Mund të ketë ndodhur një gabim, ose mospërputhje protokolli." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Sigurohuni se burimi ekziston dhe riprovoni." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Burimi i dhënë mund të mos ekzistojë." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Rikontrolloni se keni dhënë vendndodhjen e saktë dhe riprovoni." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontrolloni gjendjen e lidhjes tuaj në rrjet." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "S’mund të Hapet Burimi Për Lexim" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 s’mund të merrej, nga që s’u morën dot të drejta leximi." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." -msgstr "Mund të mos keni leje për të lexuar kartelën, ose për të hapur dosjen." +msgstr "Mund të mos keni leje për të lexuar skedarin, ose për të hapur dosjen." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "S’hapet Dot Burimi Për Shkrim" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -"Kjo do të thotë se kartela %1 s’u shkrua dot si u kërkua, " +"Kjo do të thotë se skeda %1 s’u shkrua dot si u kërkua, " "ngaqë s’morën dot leje hyrjeje për shkrim." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "S’niset Dot Procesi i kërkuar nga Protokolli %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "S’arrihet të Niset Proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në kompjuterin tuaj, " "s’u gjet, ose s’u nis dot. Kjo zakonisht vjen për arsye teknike." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1105,12 +1005,12 @@ msgstr "" "programi të jetë i papërputhshëm me versionin e tanishëm dhe kështu të mos " "niset." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Gabim i Brendshëm" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në kompjuterin tuaj, " "njoftoi për një gabim të brendshëm." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL e Formatuar Jo Saktë" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokoll %1 i Pambuluar" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1153,12 +1053,12 @@ msgstr "" "Protokolli %1 nuk mbulohet nga programet KDE aktualisht të " "instaluara në këtë kompjuter." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Protokolli i kërkuar mund të mos mbulohet." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1167,7 +1067,7 @@ msgstr "" "Versionet e protokollit %1 të mbuluara nga ky kompjuter dhe nga shërbyesi " "mund të mos jenë të përputhshëm." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1178,17 +1078,17 @@ msgstr "" "worker”) që mbulon këtë protokoll. Te vendet për kërkim përfshihen https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL S’i Referohet një Burimi." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokolli është Protokoll Filtrimesh" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator " "(URL) që dhatë nuk i referohet një burimi specifik." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1210,12 +1110,12 @@ msgstr "" "tilla. Kjo është gjë që ngjet rrallë dhe ka shumë gjasa të jetë shenjë e një " "gabimi në programim." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Veprim i Pambuluar: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1224,7 +1124,7 @@ msgstr "" "Veprimi i kërkuar nuk mbulohet nga programi KDE që sendërton protokollin " "%1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1235,17 +1135,17 @@ msgstr "" "tepër informacion se sa është i mundshëm nga arkitektura input/output e KDE-" "së." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Përpiquni të gjeni tjetër rrugë për të arritur te i njëjti përfundim." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" -msgstr "Pritej Kartelë" +msgstr "Pritej Skedë" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1254,61 +1154,61 @@ msgstr "" "Kërkesa priste një kartelë, por në vend të kësaj u gjet dosja %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ky mund të jetë një gabim më anë të shërbyesit." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" -msgstr "Pritej Dosje" +msgstr "Pritej Skedar" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -"Kërkesa priste një dosje, por në vend të kësaj u gjet kartela %1%1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" -msgstr "Kartela, ose Dosja S’ekziston" +msgstr "Skeda, ose Dosja S’ekziston" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." -msgstr "Kartela, ose dosja e përcaktuar %1 s’ekziston." +msgstr "Skeda, ose dosja e përcaktuar %1 s’ekziston." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -"Kartela e kërkuar s’u krijua dot, ngaqë ka tashmë një kartelë me të njëjtin " +"Skeda e kërkuar s’u krijua dot, ngaqë ka tashmë një kartelë me të njëjtin " "emër." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" -"Provoni të hiqni nga mesi kartelën e tanishme së pari dhe mandej riprovoni." +"Provoni të hiqni nga mesi skedarin e tanishme së pari dhe mandej riprovoni." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." -msgstr "Fshijeni kartelën e tanishme dhe riprovoni." +msgstr "Fshijeni skedarin e tanishme dhe riprovoni." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." -msgstr "Zgjidhni për kartelën e re një tjetër emër alternativ kartele." +msgstr "Zgjidhni për skedarin e re një tjetër emër alternativ kartele." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1316,28 +1216,28 @@ msgid "" msgstr "" "Dosja e kërkuar s’u krijua dot, ngaqë ka tashmë një dosje me të njëjtin emër." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Provoni të hiqni nga mesi dosjen e tanishme së pari dhe mandej riprovoni." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Fshijeni dosjen e tanishme dhe riprovoni." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Zgjidhni për dosjen e re një emër tjetër." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Strehë e Panjohur" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1346,37 +1246,37 @@ msgstr "" "Një gabim për strehë të panjohur tregon se shërbyesi me emrin e kërkuar, " "%1, s’u lokalizua dot në Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Emri që shtypët, %1, mund të mos ekzistojë: mund të jetë shkruar jo saktë." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" -msgstr "Hyrje e Mohuar" +msgstr "Çasja u Mohua" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Hyrja te burimi i specifikuar %1 u mohua." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Mund të keni dhënë hollësi të pasakta mirëfilltësimi, ose të mos keni dhënë " "fare." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Llogaria juaj mund të mos ketë lehe për të përdorur burimin e specifikuar." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1385,26 +1285,26 @@ msgstr "" "Riprovoni kërkesën dhe sigurohuni se hollësitë e mirëfilltësimit janë dhënë " "saktë." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Hyrje Shkrimi e Mohuar" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -"Kjo do të thotë se u hodh poshtë një përpjekje për shkrim te kartela " +"Kjo do të thotë se u hodh poshtë një përpjekje për shkrim te skeda " "%1." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "S’arrihet të Hyhet te Dosja" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1413,17 +1313,17 @@ msgstr "" "Kjo do të thotë se u hodh poshtë një përpjekje për të hyrë (me fjalë të " "tjera, për të hapur) dosjen e kërkuar %1." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "S’punon paraqitja e lëndës së dosjes" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokolli %1 s’është Sistem Kartelash" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1433,12 +1333,12 @@ msgstr "" "Kjo do të thotë se u bë një kërkesë e cila lyp përcaktimin e lëndës së " "dosjes dhe programi KDE që mbulon këtë protokoll s’është në gjendje ta bëjë." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "U pikas Lidhje Ciklike" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1448,10 +1348,10 @@ msgid "" msgstr "" "Mjediset UNIX janë zakonisht në gjendje ta lidhin një kartelë, ose një dosje " "me një emër dhe/ose vendndodhje të caktuar. KDE-ja pikasi një lidhje, ose " -"një varg lidhjesh që prodhojnë një qerthull të pafund - d.m.th., kartela qe " +"një varg lidhjesh që prodhojnë një qerthull të pafund - d.m.th., skeda qe " "(ndoshta sipas një rrethrrotullimi) lidhur me veten." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1460,27 +1360,27 @@ msgstr "" "Fshini një pjesë të qerthullit, që të mos shkaktohet qerthull i pafundmë dhe " "riprovoni." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Kërkesa u Ndërpre Nga Përdoruesi" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Kërkesa s’u plotësua, ngaqë u ndërpre." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Riprovoni kërkesën." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Gjatë Kopjimit u Pikas Lidhje Ciklike" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1491,20 +1391,20 @@ msgstr "" "Mjediset UNIX janë zakonisht në gjendje ta lidhin një kartelë, ose një dosje " "me një emër dhe/ose vendndodhje të caktuar. Gjatë veprimit të kopjimit të " "kërkuar, KDE-ja pikasi një lidhje, ose një varg lidhjesh që prodhojnë një " -"qerthull të pafund - d.m.th., kartela qe (ndoshta sipas një rrethrrotullimi) " +"qerthull të pafund - d.m.th., skeda qe (ndoshta sipas një rrethrrotullimi) " "lidhur me veten." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "S’u Krijua Dot Lidhje Në Rrjet" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "S’u Krijua Dot “Socket”" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1513,8 +1413,8 @@ msgstr "" "Ky është një gabim teknik, nën të cilin një pajisje e domosdoshme për " "komunikime në rrjet (një “socket”) s’i krijua dot." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1523,12 +1423,12 @@ msgstr "" "Lidhja në rrjet mund të jetë formësuar jo saktë, ose ndërfaqja e rrjetit " "mund të mos jetë aktivizuar." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Lidhja Me Shërbyesin u Hodh Poshtë" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1537,7 +1437,7 @@ msgstr "" "Shërbyesi %1 hodhi poshtë lejimin e këtij kompjuteri të " "bëjë një lidhje." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1546,7 +1446,7 @@ msgstr "" "Shërbyesi, teksa është aktualisht i lidhur në Internet, mund të mos jetë " "formësuar të lejojë kërkesa." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1555,7 +1455,7 @@ msgstr "" "Shërbyesi, teksa është aktualisht i lidhur në Internet, mund të mos jetë " "duke xhiruar shërbimin e kërkuar (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1566,12 +1466,12 @@ msgstr "" "ndaj Internetit), që mbron ose rrjetin tuaj, ose rrjetin e shërbyesit, duke " "penguar këtë kërkesë." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Lidhja Me Shërbyesin u Mbyll Papritmas" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1580,7 +1480,7 @@ msgstr "" "Edhe pse qe vendosur një lidhje me %1, lidhja u mbyll në " "një pikë të papritur të komunikimit." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1589,17 +1489,17 @@ msgstr "" "Mund të ketë ndodhur një gabim protokolli, duke bërë që shërbyesi të mbyllë " "lidhjen, si një përgjigje ndaj gabimit." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Burim i e Pavlefshëm URL-je" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokolli %1 s’është Protokoll Filtrimesh" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1623,17 +1523,17 @@ msgstr "" "por ky protokoll s’është në gjendje për një veprim të tillë. Kjo është gjë " "që ngjet rrallë dhe ka shumë gjasa të jetë shenjë e një gabimi në programim." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "S’u arrit të Gatitej Pajisje Input-i/Output-i" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "S’u Montua Dot Pajisje" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1642,7 +1542,7 @@ msgstr "" "Pajisja e kërkuar s’u gatit (“montua”) dot. Gabimi i raportuar qe: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1654,7 +1554,7 @@ msgstr "" "në rastin e një pajisjeje periferike/të bartshme, pajisja mund të mos jetë " "lidhur saktë." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1665,7 +1565,7 @@ msgstr "" "shpesh janë të domosdoshme privilegje përgjegjësi, për të gatitur një " "pajisje." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1675,17 +1575,17 @@ msgstr "" "dhe pajisjet e bartshme duhet të jenë të lidhura dhe të ndezura.; dhe " "riprovoni." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "S’arrihet të Hiqet Gatitja e Pajisjes Input/Output" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "S’u Çmontua Dot Pajisje" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1694,7 +1594,7 @@ msgstr "" "S’u hoq dot gatitja (s’u “çmontua” dot )për pajisjen e kërkuar. Gabimi i " "raportuar qe: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1706,7 +1606,7 @@ msgstr "" "një dritareje shfletuesi në një vendndodhje te kjo pajisje mund të bëjë që " "pajisja të mbetet në përdorim." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1717,18 +1617,18 @@ msgstr "" "sisteme UNIX, shpesh, për të hequr gatitjen e një pajisje, janë të " "domosdoshme privilegje përgjegjësi." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Kontrolloni të mos ketë aplikacione që po përdorin pajisjen dhe riprovoni." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "S’lexohet Dot Nga Burimi" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1737,17 +1637,17 @@ msgstr "" "Kjo do të thotë që edhe pse burimi, %1, qe në gjendje të " "hapej, ndodhi një gabim teksa lexohej lënda e burimit." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Mund të mos keni leje për të lexuar nga burimi." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "S’shkruhet Dot Te Burimi" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1756,22 +1656,22 @@ msgstr "" "Kjo do të thotë se edhe pse burimi, %1, qe në gjendje të " "hapej, ndodhi një gabim teksa shkruhej te burimi." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Mund të mos keni leje të shkruani te burimi." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "S’u Përgjua Dot për Lidhje Në Rrjet" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "S’u Bë Dot Lidhja" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1782,17 +1682,17 @@ msgstr "" "domosdoshme për komunikime në rrjet s’u vendos dot për të përgjuar për " "lidhje ardhëse në rrjet." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "S’u Përgjua Dot" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "S’u Pranua Dot Lidhje Në Rrjet" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1801,17 +1701,17 @@ msgstr "" "Ky është një gabim goxha teknik, nën të cilin ndodhi një gabim teksa " "provohej të pranohej një lidhje ardhëse rrjeti." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Mund të mos keni leje të pranoni lidhjen." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "S’u Bë Dot Hyrje: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1819,17 +1719,17 @@ msgstr "" "Qe e pasuksesshme një përpjekje për të bërë hyrjen, për kryerjen e veprimit " "të kërkuar." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "S’u Përcaktua Dot Gjendje Burimi" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "S’u Mor Dot Gjendje Burimi" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1838,7 +1738,7 @@ msgstr "" "Qe e pasuksesshme një përpjekje për të përcaktuar hollësi rreth gjendjes së " "burimit %1, b.f., emri, lloji, madhësia e burimit, etj." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" @@ -1846,63 +1746,63 @@ msgstr "" "përdorshëm." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "S’u Anulua Dot Përgjimi" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "NDREQMËNI: Dokumentojeni këtë" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" -msgstr "S’u Krijua Dot Dosje" +msgstr "S’u Krijua Dot Skedar" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Dështoi një përpjekje krijimi dosjeje të kërkuar." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Vendndodhja ku qe për t’u krijuar dosja, mund të mos ekzistojë." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "S’u Hoq Dot Dosja" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Dështoi një përpjekje për të hequr dosjen e përcaktuar, %1." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Dosja e treguar mund të mos ekzistojë." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Dosja e treguar mund të mos jetë e zbrazët." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Sigurohuni se dosja ekziston dhe se është e zbrazët dhe riprovoni." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "S’u Rimor Dot Shpërngulje Kartelash" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1911,35 +1811,35 @@ msgstr "" "Kërkesa e dhënë kërkoi që shpërngulja e kartelës %1 të " "rifillohet në një pikë të dhënë të shpërnguljes. Kjo s’qe e mundshme." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokolli, ose shërbyesi, mund të mos mbulojë rifillim marrjeje kartelash." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Riprovojeni kërkesën pa provuar të rifillohet shpërngulja." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "S’u Riemërtua Dot Burimi" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Dështoi një përpjekje për të riemërtuar burimin e specifikuar %1." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "S’u Ndryshuan Do Leje Burimi" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "S’u Ndryshua Dot Pronësi Burimi" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "S’u Fshi Dot Burimi" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Dështoi një përpjekje për fshirjen e burimit të specifikuar %1." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Përfundim i Papritur Programi" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në " "kompjuterin tuaj, përfundoi funksionimin papritmas." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Mbarim Kujtese" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në " "kompjuterin tuaj, s’mori dot kujtesën e domosdoshme për të vazhduar." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Strehë e Panjohur Ndërmjetësi" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1. Një gabim strehe të panjohur " "tregon se emri i kërkuar s’u lokalizua dot në Internet." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2029,17 +1929,17 @@ msgstr "" "me strehëemrin e ndërmjetësit tuaj. Nëse më herët e përdornit pa problem " "Internetin, kjo ka pak gjasa." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Rikontrolloni rregullimet tuaja të ndërmjetësit dhe riprovoni." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Mirëfilltësimi Dështoi: Metodë %1 E Pambuluar" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2050,7 +1950,7 @@ msgstr "" "dështoi, ngaqë metoda që shërbyesi po përdorur, s’mbulohet nga programi KDE " "që sendërton protokollin %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2060,17 +1960,17 @@ msgstr "" "\">https://bugs.kde.org/ që të njoftoni ekipin e KDE-së për metodën e " "pambuluar të mirëfilltësimit." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Kërkesa u Ndërpre" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Gabim i Brendshëm në Shërbyes" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2079,7 +1979,7 @@ msgstr "" "Programi në shërbyes që furnizon përdorimin e protokollit %1 ka njoftuar një gabim të brendshëm: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2089,12 +1989,12 @@ msgstr "" "shërbyesit. Ju lutemi, shihni mundësinë e parashtrimit të një njoftimi të " "mete, siç tregohet hollësisht më poshtë." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Lidhuni me përgjegjësin e shërbyesit, për t’u bërë të ditur problemin." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2103,43 +2003,31 @@ msgstr "" "Nëse dini se cilët janë autorët e software-it të shërbyesit, parashtrojeni " "njoftimin e të metës drejt e te ata." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Gabim Mbarimi Kohe" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Edhe pse me shërbyesin u vendos kontakt, s’u mor përgjigje brenda sasisë së " -"kohës caktuar për kërkesën, siç vijon:
    • Mbarim kohe për vendosjen e " -"një lidhjeje: %1 sekonda
    • Mbarim kohe për marrjen e një përgjigjeje: " -"%2 sekonda
    • Mbarim kohe për hyrje në shërbyes ndërmjetës: %3 sekonda
    Ju lutemi, kini parasysh se mundeni t’i ndryshoni këto rregullime " -"mbarimi kohe, te Rregullime Sistemi KDE, duke përzgjedhur Rregullime Rrjeti -" -"> Parapëlqime Lidhjeje." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Shërbyesi është shumë i zënë me përgjigje ndaj kërkesash të tjera, për t’u " "përgjigjur." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Gabim i Panjohur" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në " "kompjuterin tuaj ka njoftuar për një gabim të panjohur: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Ndërprerje e Panjohur" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 në " "kompjuterin tuaj ka njoftuar një ndërprerje të një lloji të panjohur: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" -msgstr "S’u Fshi Dot Kartela Origjinale" +msgstr "S’u Fshi Dot Skeda Origjinale" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2175,15 +2063,15 @@ msgid "" "strong> could not be deleted." msgstr "" "Veprimi i kërkuar lypte fshirjen e kartelës origjinale, sipas gjasave në " -"fund të një veprimi zhvendosjeje kartele. Kartela origjinale %1%1 s’u fshi dot." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" -msgstr "S’u Fshi Dot Kartela e Përkohshme" +msgstr "S’u Fshi Dot Skeda e Përkohshme" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2191,15 +2079,15 @@ msgid "" "strong> could not be deleted." msgstr "" "Veprimi i kërkuar lypte krijimin një kartele të përkohshme, te e cila të " -"ruhej kartela e re teksa po shkarkohej. Kjo kartelë e përkohshme %1%1 s’u fshi dot." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" -msgstr "S’u Riemërtua Dot Kartela Origjinale" +msgstr "S’u Riemërtua Dot Skeda Origjinale" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2208,12 +2096,12 @@ msgstr "" "Veprimi i kërkuar lypte riemërtimin e kartelës origjinale %1, por ajo s’u riemërtua dot." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" -msgstr "S’u Riemërtua Dot Kartela e Përkohshme" +msgstr "S’u Riemërtua Dot Skeda e Përkohshme" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2222,113 +2110,112 @@ msgstr "" "Veprimi i kërkuar lypet krijimin e një kartele të përkohshme %1, por ajo s’u krijuar dot." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "S’u Krijua Dot Lidhje" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "S’u Krijua Dot Lidhje Simbolike" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Lidhja simbolike e kërkuar %1 s’u krijua dot." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "S’ka Lëndë" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disku Plot" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -"Kartela e domosdoshme %1 s’u shkrua dot, ngaqë s’ka " -"hapësirë të mjaftueshme disku." +"Skeda e domosdoshme %1 s’u shkrua dot, ngaqë s’ka hapësirë " +"të mjaftueshme disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or " "3) obtain more storage capacity." msgstr "" -"Lironi hapësirë të mjaftueshme disku duke 1) fshirë kartela që s’i doni dhe " -"kartela të përkohshme; 2) duke arkivuar kartela në depozita të heqshme " -"media, b.f., disqe CD-Recordable; ose 3) siguroni më tepër kapacitet " -"depozitimi." +"Lironi hapësirë të mjaftueshme disku duke 1) fshirë skeda që s’i doni dhe " +"skeda të përkohshme; 2) duke arkivuar skeda në depozita të heqshme media, b." +"f., disqe CD-Recordable; ose 3) siguroni më tepër kapacitet depozitimi." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" -msgstr "Kartela Burim dhe Vendmbërritje Identike" +msgstr "Skeda Burim dhe Vendmbërritje Identike" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -"Veprimi s’u plotësua dot, ngaqë kartela burim dhe ajo vendmbërritje janë e " +"Veprimi s’u plotësua dot, ngaqë skeda burim dhe ajo vendmbërritje janë e " "njëjta kartelë." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." -msgstr "Zgjidhni për kartelën vendmbërritje një tjetër emër kartele." +msgstr "Zgjidhni për skedarin vendmbërritje një tjetër emër kartele." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" -msgstr "Kartelë, ose Dosje u hodh brenda vetes" +msgstr "Skedë, ose Skedar u hodh brenda vetes" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"Veprimi s’u plotësua dot, ngaqë kartela ose dosja burim dhe vendmbërritje " -"janë të njëjta." +"Veprimi s’u plotësua dot, ngaqë skeda ose dosja burim dhe vendmbërritje janë " +"të njëjta." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Hidheni objektin në një tjetër kartelë, a dosje." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" -msgstr "Dosje u shpu te vetvetja" +msgstr "Skedar u shpu te vetvetja" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "Veprimi s’u plotësua dot, ngaqë burimi s’kalohet dot te vetvetja." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Kalojeni objektin në një dosje tjetër." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "S’u komunikua dot me shërbyes fjalëkalimesh" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2337,24 +2224,24 @@ msgstr "" "Veprimi s’u plotësua dot, ngaqë s’u kontaktua dot shërbimi për kërkim " "fjalëkalimesh (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Provoni të rinisni sesionin tuaj, ose shihni te regjistrat për gabime nga " "kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "S’gatitet Dot Protokolli %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "S’arrihet të Krijohet “KIO Worker”" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2363,7 +2250,7 @@ msgstr "" "“KIO worker” që jep hyrje te protokolli %1, s’u nis dot. " "Kjo zakonisht vjen për arsye teknike." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2372,53 +2259,53 @@ msgstr "" "klauncher s’gjeti, ose s’nisi dot shtojcën që furnizon protokollin. Kjo do " "të thotë se mund të keni një version të vjetruar të shtojcës." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "S’shpërngulet dot %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" -"Kartela %1 s’mund të shpërngulet, ngaqë sistemi " -"vendmbërritje i kartelave s’mbulon kartela kaq të mëdha" +"Skeda %1 s’mund të shpërngulet, ngaqë sistemi " +"vendmbërritje i kartelave s’mbulon skeda kaq të mëdha" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" "Riformatojeni diskun vendmbërritje, që të përdorë një sistem kartelash që " -"mbulon kartela kaq të mëdha." +"mbulon skeda kaq të mëdha." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Gabim i Padokumentuar" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Lidhje Simbolike te %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Lidhje te %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Shpie tek %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2427,12 +2314,12 @@ msgstr "" "URL e Keqformuar\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "S’arrihet të përcaktohet lloji i kartelës për %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2441,13 +2328,13 @@ msgstr "" "S’u përftua dot emër të ekzekutueshmi nga “%1”, ju lutemi, shtypni një emër " "të vlefshëm programi." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 s’duket të jetë një program i ekzekutueshëm." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2457,92 +2344,92 @@ msgstr "" "%1 s’u gjet; ju lutemi, jepni një shteg të vlefshëm për " "te një program i ekzekutueshëm." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Me protokollin %1 s’mbulohet hapje lidhjesh." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Me protokollin %1 s’mbulohet mbyllje lidhjesh." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." -msgstr "Me protokollin %1 s’mbulohet hyrje në kartela." +msgstr "Me protokollin %1 s’mbulohet hyrje në skeda." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Shkrimi te %1 s’mbulohet." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "S’ka të gatshme veprime të posaçme për protokollin %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Me protokollin %1 s’mbulohet përgjim dosjesh." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "S’mbulohet marrje të dhënash nga %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Nuk mbulohet marrje informacioni lloji MIME për %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." -msgstr "S’mbulohet riemërtim, apo lëvizje kartelash brenda %1." +msgstr "Riemërtimi apo bartja e skedave brenda %1 nuk bën." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Me protokollin %1 s’mbulohet krijim simlidhjesh." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "S’mbulohet kopjim kartelash brenda %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "S’mbulohet fshirje kartelash prej %1." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Me protokollin %1 s’mbulohet krijim dosjesh." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Me protokollin %1 s’mbulohet ndryshimi i atributeve të kartelave." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Me protokollin %1 s’mbulohet ndryshimi i pronësisë së kartelave." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Me protokollin %1 s’mbulohet hapje kartelash." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokolli %1 s’mbulon veprimin %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2554,313 +2441,338 @@ msgstr "" "të shkallës së lartë, s’mund të garantohet, ngaqë përdorues tjetër nga kanë " "leje ta ndryshojnë te %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protokoll i panjohur “%1”." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "S’gjendet dot një “KIO worker” për protokollin “%1”." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "S’krijohet dot një “socket” për nisje të një “KIO worker” për protokollin " "“%1”." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "S’gjendet dot i ekzekutueshëm 'kioworker' te '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Hollësi" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Përgjithmonë" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "_Vazhdo" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Vetëm Sesionin e &Tanishëm" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Krijo Skedar të Re" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgctxt "@title:window" +#| msgid "Create New Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Krijo Skedar të Re" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "S’përzgjodhët ndonjë kartelë për fshirje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Asgjë Për Fshirje" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "S’përzgjodhët ndonjë kartelë për ta shpënë te hedhurinat." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "S’ka Ç’shpihet në Hedhurina" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Dosja e treguar s’ekziston, ose s’qe e shkrueshme." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" -msgstr "Dosje Mëmë" +msgstr "Skedar Mëmë" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Kthehu mbrapsht" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Shko përpara" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" -msgstr "Dosje Shtëpi" +msgstr "Skedar Shtëpi" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ringarkoje" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "Dosje e Re…" +msgstr "Skedar e Re…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Shpjere te Hedhurinat" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Fshije" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Renditje" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Renditi sipas Emrash" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Renditi sipas Madhësish" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Renditi sipas Datash" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Renditi sipas Llojesh" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Rritës" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Zbritës" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" -msgstr "Dosjet Së Pari" +msgstr "Skedarët Së Pari" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" -msgstr "Të fundit Kartelat e Fshehura" +msgstr "Të fundit Skedat e Fshehura" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Pamje si Ikona" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Pamje Kompakte" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Pamje Hollësish" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Pozicion Ikone" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Në krah të Emrit të Kartelës" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Sipër Emrit të Kartelës" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Pamje e Shkurtër" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Pamje e Hollësishme" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Pamje Pemë" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Pamje e Hollësishme Si Pemë" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Lejo Zgjerim në Pamje Hollësish" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" -msgstr "Shfaq Kartela të Fshehura" +msgstr "Shfaq Skeda të Fshehura" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Shfaq Panel Paraparjesh" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Shfaq Paraparje" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Hap Dosjen Që e Përmban" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Veti" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mënyra &Parje" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Më të Rejat Së Pari" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Më të Vjetrat Së Pari" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Më të Rejat Së Pari" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Më të Mëdhatë Së Pari" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Më të Voglat Së Pari" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodim:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Hape" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Ruaje Si" @@ -2907,40 +2819,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Kaloje Këtu" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" -msgstr "*|Krejt Kartelat" +msgstr "*|Krejt Skedat" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" -msgstr "Tërë Kartelat e Mbuluara" +msgstr "Të Gjitha Skedat e Përkrahura" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" -msgstr "Krejt Kartelat" +msgstr "Të Gjithë Skedat" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Shtoni Zë Vendesh" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Përpunoni Zë Vendesh" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2953,17 +2865,17 @@ msgstr "" "kujtoheni se për çfarë është ky zë. Nëse s’jepni etiketë, ajo do të " "përftohet nga URL-ja e vendndodhjesh.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiketë:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Jepni këtu etiketë përshkruese" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2977,12 +2889,12 @@ msgstr "" "të kuadratit të përpunimit të tekstit, mund të shfletoni për te një URL e " "përshtatshme." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Vendndodhje:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2991,17 +2903,17 @@ msgstr "" "Kjo është ikona që do të shfaqet te paneli Vende.

    Që të " "përzgjidhni ikonë tjetër, klikoni mbi butonin.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Zgjidhni një &ikonë:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Shfaqe &vetëm kur përdoret ky aplikacion (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3012,201 +2924,209 @@ msgstr "" "përdoret aplikacioni i tanishëm (%1).

    Nëse ky rregullim nuk " "përzgjidhet, zëri do të jetë i passhëm në krejt aplikacionet.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Vende" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" -msgstr "I largët" +msgstr "Në largësi" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Së fundi" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Kërkoni Për" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Pajisje" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Pajisje të Heqshme" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiketa" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (nga %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "Krejt etiketat" +msgstr "Të gjitha etiketat" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Shtëpi" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Desktop" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumente" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Shkarkime" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rrjet" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Hedhurina" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Muzikë" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Foto" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "Kartela Së Fundi" +msgstr "Skeda Së Fundi" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Vendndodhje Së Fundi" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ndryshuar Sot" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Ndryshuar Dje" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "S’u shtua dot paneli Vende: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Te paneli Vende mund të shtohen vetëm dosje." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Formësoni Shkurtore Web…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "" +msgstr "Duke e liruar..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "" +msgstr "&Publikim" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Po Hiqet Pa Rrezik…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Hiqe &Pa Rrezik" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Po çmontohet…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Çmontoje" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Nxirre" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Pajisja “%1” s’është disk dhe s’mund të nxirret." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Ndodhu një gabim teksa hyhej te “%1”, sistemi u përgjigj: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ndodhi një gabim teksa hyhej te “%1”" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -"Një ose më tepër kartela në këtë pajisje janë hapur brenda një aplikacioni." +"Një ose më tepër skeda në këtë pajisje janë hapur brenda një aplikacioni." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3215,114 +3135,114 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" -"Një ose më tepër kartela në këtë pajisje janë hapur në aplikacionin " +"Një ose më tepër skeda në këtë pajisje janë hapur në aplikacionin " "“%2”." msgstr[1] "" -"Një ose më tepër kartela në këtë pajisje janë hapur në aplikacionet vijues: " +"Një ose më tepër skeda në këtë pajisje janë hapur në aplikacionet vijues: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Riformatojeni, ose Përpunojeni me Përgjegjës Pjesëtimesh" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 të lira nga %2 gjithsej (%3% të përdorura)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (e fshehur)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Zbraz Hedhurinat" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montoje" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Hape në Skedë të Re" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Hape në Dritare të Re" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Shtoni Zë…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Përpunojeni…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Hiqe prej Vendesh" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Fshihe" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Fshihe Ndarjen “%1”" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Fshihe Ndarjen" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Shfaq Krejt Zërat" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Madhësi Ikonash" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3330,51 +3250,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Vetëripërmasim" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "E vogël (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Mesatare (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Të mëdha (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Të stërmëdha (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Mund të përzgjidhni vetëm një kartelë" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "U dhanë më shumë se një kartelë" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" -msgstr "Mund të përzgjidhni vetëm kartela vendore" +msgstr "Mund të përzgjidhni vetëm skeda vendore" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" -msgstr "S’u pranuan kartela të largëta" +msgstr "S’u pranuan skeda të largëta" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3389,52 +3309,22 @@ msgstr[1] "" "URL-ja e përzgjedhura përdor një skemë të pambuluar. Ju lutemi, përdorni " "skemat vijuese: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Skemë URL e pambuluar" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Janë përzgjedhur më shumë se një dosje dhe ky dialog s’pranon dosje, ndaj " -"s’është e mundshme të vendoset cila të jepet. Ju lutemi, që të paraqitet, " -"përzgjidhni vetëm një dosje." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "U dhanë më shumë se një dosje" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Është përzgjedhur të paktën një dosje dhe një kartelë. Kartelat e " -"përzgjedhura do të shpërfillen dhe dosja e përzgjedhur do të shfaqet në listë" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "U përzgjodhën kartela dhe dosje" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" -msgstr "S’u gjet dot kartela “%1”" +msgstr "S’u gjet dot skeda “%1”" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" -msgstr "S’hapet dot kartela" +msgstr "S’hapet dot skeda" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3445,45 +3335,46 @@ msgstr "" "nëse vendndodhja e tanishme është file:/home/konqi, klikimi i këtij butoni " "do t’ju shpjerë te file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Klikoni këtë buton, që të kalohet një hap prapa në historikun e shfletimit." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Klikoni këtë buton, që të kalohet një hap para në historikun e shfletimit." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Klikoni këtë buton, që të ringarkohet lënda e vendndodhjes së tanishme." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klikoni këtë buton që të krijoni një dosje të re." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Shfaq Panel Vendesh" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Shfaq Buton Faqerojtësish" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Shfaq Skeda të Fshehura" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Mundësi" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3493,17 +3384,17 @@ msgid "" "folders from files" msgstr "" "Kjo është menuja e parapëlqimeve për dialogun e kartelave. Prej saj mund " -"të përdoren mundësi të ndryshme, përfshi:
    • si renditen kartelat te " +"të përdoren mundësi të ndryshme, përfshi:
      • si renditen skedat te " "lista
      • llojet e pamjes, përfshi si ikona dhe si listë
      • shfaqjen e kartelave të fshehura
      • panelin Vende
      • paraparje kartelash
      • veçim dosjesh nga kartela
      " +"li>
    • paraparje kartelash
    • veçim dosjesh nga skeda
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Faqerojtës" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3518,12 +3409,38 @@ msgstr "" "faqerojtësit kudo gjetkë në KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Emër:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Zhbëji Ndryshimet" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Hap Dosjen Që e Përmban" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Të fundit Skedat e Fshehura" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3536,12 +3453,12 @@ msgstr "" "të miut dhe duke përzgjedhur që nga menuja Plotësim Teksti një mënyrë " "të parapëlqyer" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." -msgstr "Ky është emri nën të cilin të ruhet kartela." +msgstr "Ky është emri nën të cilin të ruhet skeda." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3550,74 +3467,79 @@ msgstr "" "Kjo është lista e kartelave për t’u hapur. Mund të tregohet më shumë se një " "kartelë, përmes dhënies së kartelave të ndryshme, ndarë me hapësira." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ky është emri i kartelës për t’u hapur." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Vende" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" -msgstr "Kartela “%1” ekziston tashmë. Doni të mbishkruhet?" +msgstr "Skeda “%1” ekziston tashmë. Doni të mbishkruhet?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" -msgstr "Të mbishkruhet Kartela?" +msgstr "Të mbishkruhet Skeda?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." -msgstr "Mund të përzgjidhni vetëm kartela vendore." +msgstr "Mund të përzgjidhni vetëm skeda vendore." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" -msgstr "S’u Pranuan Kartela të Largëta" +msgstr "S’u Pranuan Skeda të Largëta" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" -msgstr "Krejt Dosjet" +msgstr "Të Gjithë Skedarët" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Krijoni Drejtori" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Hap" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Madhësi ikonash: %1 piksela" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Përzgjidh vetvetiu &zgjatim emri kartele (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "zgjatimi %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Përzgjidh vetvetiu &zgjatim emri kartele" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "një zgjatim të përshtatshëm" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3643,80 +3565,72 @@ msgstr "" "çaktivizoni këtë mundësi, ose ta nxirrni jashtë loje duke shtuar një pikë " "(.) në fund të emrit të kartelës (pika do të hiqet automatikisht).Nëse s’jeni i sigurt, mbajeni të aktivizuar këtë mundësi, ngaqë i bën " -"kartelat tuaja të administrueshme më lehtë." +"skedat tuaja të administrueshme më lehtë." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Lloj kartele:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" "Ky është përzgjedhësi i llojit të kartelave. Përdoret për të përzgjedhur " -"formatin nën të cilin do të ruhet kartela." +"formatin nën të cilin do të ruhet skeda.
    " -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filtër:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format +#: filewidgets/kfilewidget.cpp:2970 +#, fuzzy, kde-format +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Ky është filtri për t’u aplikuar te lista e kartelave. Emrat e kartelave " -"që nuk kanë përkim me filtrin, s’do të shfaqen.

    Mund të përzgjidhni një " -"nga filtrat e paracaktuar prej menusë hapmbyll, ose mund të jepni një filtër " -"vetjak drejt e te fusha e tekstit.

    Lejohen shenja të gjithëpushtetshme " -"si * dhe ?

    " +"Ky është përzgjedhësi i llojit të kartelave. Përdoret për të përzgjedhur " +"formatin nën të cilin do të ruhet skeda." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Krijoni Kartelë të Re" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Na ndjeni" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Kartela gjedhe %1 s’ekziston." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Emër për lidhjen e re:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Krijo lidhje për te URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Jepni emër kartele për %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Na ndjeni" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Skeda gjedhe %1 s’ekziston." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Emër për lidhjen e re:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Krijoni Simlidhje" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Krijo lidhje për te URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3726,17 +3640,17 @@ msgstr "" "Emri %1 s’mund të përdoret, ngaqë është i rezervuar për " "përdorim nga sistemi operativ." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" -"Kartela %1 nis me një pikë, ndaj, si parazgjedhje, do " -"të jetë e fshehur." +"Skeda %1 nis me një pikë, ndaj, si parazgjedhje, do të " +"jetë e fshehur." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3744,32 +3658,40 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" -"Kartela %1 nis me një hapësirë, çka do të sjellë " -"shfaqjen para objekteve të tjera, kur renditen këta alfabetikisht, mes " -"sjellje të tjera potenciale të çuditshme." +"Skeda %1 nis me një hapësirë, çka do të sjellë shfaqjen " +"para objekteve të tjera, kur renditen këta alfabetikisht, mes sjellje të " +"tjera potenciale të çuditshme." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Duke përdorur pjerrëse te emra dosjes do të krijohen nëndosje, fjala vjen:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Duke përdorur pjerrëse te emra dosjes do të krijohen nëndosje." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Pjerrëset s’mund të përdoren në emra kartelash dhe dosjesh." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Pjerrëset së prapthi s’mund të përdoren në emra kartelash dhe dosjesh." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3779,96 +3701,146 @@ msgstr "" "~, ngaqë mund të jetë ngatërruese, ose e rrezikshme, kur për të fshirë gjëra " "përdoret terminali." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Ka tashmë një drejtori me emrin %1." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ka tashmë një kartelë me emrin %1." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Krijoni të Re" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Lidhni Pajisje" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" -msgstr "Dosje e Re" +msgstr "Skedar e Re" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "Krijo Dosje të Re" +msgstr "Krijo Skedar të Re" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Krijo dosje të re në %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Jepni emër kartele për %1:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Owner (Default)" +msgid "Default" +msgstr "I zoti (Parazgjedhje)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Krijoni Skedë të Re" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "Jepni emër kartele për %1:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Zgjidhni Aplikacion për %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Zgjidhni një &ikonë:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopjoje" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Ngjite" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Hape “%1” në Skedë të Re" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Hape “%1” në Dritare të Re" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Përpunojeni" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Lëvizni" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Shfaq Shteg të Plotë" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Shkoni te cilado vendndodhje në shtegun %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3880,6 +3852,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Shko te Vendndodhja në Shteg:" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Vende" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3903,28 +3884,28 @@ msgstr "Tjetër" msgid "Edit mode" msgstr "Mënyra Përpunim" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klikoni për Lëvizje në Vendndodhje" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klikoni për Klikoni që të Përpunoni Vendndodhjen" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "S’jeni i autorizuar ta ekzekutoni këtë kartelë." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Po niset %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3933,14 +3914,14 @@ msgstr "" "S’arrihet të bëhet i ekzekutueshëm shërbimi %1, po ndërpritet ekzekutimi.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "S’jeni të autorizuar të përzgjidhni një aplikacion për hapjen e kësaj " "kartele." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3966,66 +3947,72 @@ msgstr "Gabim në ruajtje figure te %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" -msgstr "Kartelë shumë e madhe ikone, shkarkimi u ndërpre" +msgstr "Skedë shumë e madhe ikone, shkarkimi u ndërpre" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "S’u gjet klient email" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"Kartela e zërit desktop\n" +"Skeda e zërit desktop\n" "%1\n" "s’është e vlefshme." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Po niset %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "S’u gjet dot urdhri %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "S’u gjet emulues terminali" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "S’u arrit të hapet %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" "%1\n" "is of type Link but has no URL=... entry." msgstr "" -"Kartela për zë desktopi\n" +"Skeda për zë desktopi\n" "%1\n" "është e llojit Lidhje, por s’ka zë URL=…." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -"Kartela e ekzekutueshme “%1” ndodhet në një sistem të largët kartelash. Për " +"Skeda e ekzekutueshme “%1” ndodhet në një sistem të largët kartelash. Për " "arsye sigurie, s’do të niset." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4033,7 +4020,7 @@ msgstr "" "Për arsye sigurie, vënia në punë e të ekzekutueshmëve nuk lejohet në këtë " "kontekst." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4042,21 +4029,21 @@ msgstr "" "Programi “%1” lyp pasje lejeje të ekzekutueshmi, para se të mund të vihet në " "punë." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -"S’arrihet të bëhet e ekzekutueshme kartela “%1”.\n" +"S’arrihet të bëhet e ekzekutueshme skeda “%1”.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "Kartela për zë desktopi %1 s’ka zë Type=…." +msgstr "Skeda për zë desktopi %1 s’ka zë Type=…." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4067,12 +4054,12 @@ msgstr "" "Shihni aplikacionet tuaj të hapur dhe zonën e njoftimeve, për çfarëdo aktesh " "apo shkarkime pezull." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." -msgstr "S’u arrit të hapet kartela." +msgstr "S’u arrit të hapet skeda." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "S’u nis dot programi “%1”." @@ -4084,13 +4071,13 @@ msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" -"Kartela %1është ndryshuar. Doni të ngarkohen " +"Skeda %1është ndryshuar. Doni të ngarkohen " "ndryshimet?" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 #, kde-format msgid "File Changed" -msgstr "Kartela u Ndryshua" +msgstr "Skeda u Ndryshua" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 #, kde-format @@ -4138,7 +4125,7 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" -"Kartela gjoja e përkohshme\n" +"Skeda gjoja e përkohshme\n" "%1\n" "është ndryshuar.\n" "Doni ende të fshihet?" @@ -4156,78 +4143,72 @@ msgid "" "has been modified.\n" "Do you want to upload the changes?" msgstr "" -"Kartela\n" +"Skeda\n" "%1\n" "është ndryshuar.\n" "Doni të ngarkohen ndryshimet?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "" -"KIO Exec - Hap kartela të largëta, vëzhgon ndryshime, pyet për ngarkime" +msgstr "KIO Exec - Hap skeda të largëta, vëzhgon ndryshime, pyet për ngarkime" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Zhvilluesit e KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 -#, kde-format -msgid "Treat URLs as local files and delete them afterwards" -msgstr "Trajtoji URL-të si kartela vendore dhe fshiji më pas" - #: kioexec/main.cpp:316 #, kde-format -msgid "Suggested file name for the downloaded file" -msgstr "Emër kartele i sugjeruar për kartelën e shkarkuar" +msgid "Treat URLs as local files and delete them afterwards" +msgstr "Trajtoji URL-të si skeda vendore dhe fshiji më pas" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:318 +#, kde-format +msgid "Suggested file name for the downloaded file" +msgstr "Emër kartele i sugjeruar për skedarin e shkarkuar" + +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Urdhër për t’u përmbushur" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL() ose kartelë(a) vendore të përdorura për “command”" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Po caktohet ACL për %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4236,7 +4217,7 @@ msgstr "" "S’u ndryshuan dot lejet për\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4246,118 +4227,38 @@ msgstr "" "S’u ndryshua dot i zoti dhe grupi për\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "S’u Riemërtua Dot Skeda e Përkohshme" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "S’u gjet dot programi “mount”" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "S’u gjet dot programi “umount”" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Ndryshoni Leje Kartele" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Leje të Reja: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Ndryshoni të Zot Kartele" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "I zoti i Ri: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Hiqe Kartelën" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Hiqe Drejtorinë" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Krijoni Drejtori" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Leje Drejtorie: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Hapni Kartelë" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Hapni Drejtori" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Emër i ri Kartele: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Objektiv: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ndryshoni Vulën Kohore" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Nga: %1, Për: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Veprim i Panjohur" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Veprim: %1\n" -"Burim: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "S’mund të kopjohet kartelë nga %1 në %2. (Errno: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "S’ka media te pajisja për %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "S’u mor dot ID përdoruesi për emrin e dhënë të përdoruesit %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "S’u mor dot ID grupi për emrin e dhënë të grupit %1" @@ -4399,34 +4300,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Që të përdorni këtë sajt, lypset të jepni një emër përdoruesi dhe një " "fjalëkalim." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sajt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Hyrje OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "S’u bë dot hyrja te %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4435,7 +4336,7 @@ msgstr "" "\n" "Shërbyesi tha: “%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4444,12 +4345,12 @@ msgstr "" "Lypset të jepni një emër përdoruesi dhe një fjalëkalim për shërbyesin " "ndërmjetës të treguar më poshtë, para se t’ju lejohet hyrje në çfarëdo sajti." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Ndërmjetës:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Mirëfilltësimi i Ndërmjetësit Dështoi." @@ -4462,7 +4363,7 @@ msgstr "S’ka dokumente gati për %1." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "Po kërkohet kartela e saktë" +msgstr "Po kërkohet skeda e saktë" #: kioworkers/help/kio_help.cpp:203 #, kde-format @@ -4472,7 +4373,7 @@ msgstr "Po përgatitet dokument" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 #, kde-format msgid "The requested help file could not be parsed:
    %1" -msgstr "S’analizohet dot kartela ndihmë e kërkuar:
    %1" +msgstr "S’analizohet dot skeda ndihmë e kërkuar:
    %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format @@ -4501,101 +4402,101 @@ msgid "" msgstr "Doni të pranohet kjo dëshmi përgjithmonë, pa jua kërkuar?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Mirëfilltësim Më Anë Shërbyesi" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Përndryshe, kërkesa do të kish pasur sukses." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "të marrë vlera vetish" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "të caktojë vlera vetish" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "të krijojë dosjen e kërkuar" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" -msgstr "të kopjojë kartelën, ose dosjen e treguar" +msgstr "të kopjojë skedarin, ose dosjen e treguar" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" -msgstr "të zhvendosë kartelën, ose dosjen e treguar" +msgstr "të zhvendosë skedarin, ose dosjen e treguar" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "të kërkojë në dosjen e treguar" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" -msgstr "të kyçë kartelën, ose dosjen e treguar" +msgstr "të kyçë skedarin, ose dosjen e treguar" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" -msgstr "të shkyçë kartelën, ose dosjen e treguar" +msgstr "të shkyçë skedarin, ose dosjen e treguar" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" -msgstr "të fshijë kartelën, ose dosjen e treguar" +msgstr "të fshijë skedarin, ose dosjen e treguar" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "të bëjë kërkim mbi aftësitë e shërbyesit" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "të marrë lëndë të kartelës, ose dosjes së treguar" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "të krijojë një raport te dosja e specifikuar" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ndodhi një gabim i papritur (%1) teksa provohej %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4605,13 +4506,13 @@ msgstr "" "Ndodhi një gabim teksa provohej %1, %2. Më poshtë ka një përmbledhje të " "arsyeve." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Hyrje e mohuar teksa provohet %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4620,7 +4521,7 @@ msgstr "" "Te vendmbërritja s’krijohet dot një burim, para se të jetë krijuar një ose " "më tepër koleksione (dosje) të ndërmjetme." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4632,41 +4533,41 @@ msgstr "" "Shërbyesi s’qe në gjendje të mbante “liveness” e\n" "vetive të radhitura te elementi XML propertybehavior\n" "ose u përpoqët të mbishkruani një kartelë, teksa\n" -"kërkoni që kartelat të mos mbishkruhen.\n" +"kërkoni që skedat të mos mbishkruhen.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Kyçja e kërkuar s’u akordua dot. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Shërbyesi s’mbulon lloj kërkesë të lëndës." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "S’arrihet %1, ngaqë burimi është i kyçur." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ky veprim u pengua nga një tjetër gabim." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" "Unable to %1 because the destination server refuses to accept the file or " "folder." msgstr "" -"S’arrihet %1, ngaqë shërbyesi vendmbërritje refuzon të pranojë kartelën, ose " +"S’arrihet %1, ngaqë shërbyesi vendmbërritje refuzon të pranojë skedarin, ose " "dosjen." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4675,18 +4576,18 @@ msgstr "" "Burimi vendmbërritje s’ka hapësirë të mjaftueshme për të regjistruar " "gjendjen e burimit pas ekzekutimit të kësaj metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Burimi s’mund të fshihet." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "të ngarkojë %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4697,15 +4598,15 @@ msgstr "Ndodhi një gabim i papritur (%1) teksa provohej %2." msgid "Network" msgstr "Rrjet" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 e Keqformuar" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4718,12 +4619,12 @@ msgstr "" "ripërdorni veprimin e rikthimit, ose ta tërhiqni objektin kudo gjetkë për ta " "rikthyer." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Kombinim i pavlefshëm protokollesh." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Kjo kartelë gjendet tashmë te koshi i hedhurinave." @@ -4746,7 +4647,7 @@ msgid "" "'url' trash:/\"" msgstr "" "Program ndihmës për të trajtuar koshin e hedhurinave të KDE-së\n" -"Shënim: që të shpini kartela te hedhurinat, mos përdorni ktrash-in, por " +"Shënim: që të shpini skeda te hedhurinat, mos përdorni ktrash-in, por " "\"kioclient move 'url' trash:/\"" #: kioworkers/trash/ktrash.cpp:31 @@ -4760,7 +4661,7 @@ msgid "Restore a trashed file to its original location" msgstr "" "Riktheni te vendndodhja origjinale e saj një kartelë të shpënë te hedhurinat" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Hedhurinat janë plot. Zbrazini, ose hiqni objekte dorazi." @@ -4781,17 +4682,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Riprovoni" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialog Mirëfilltësimi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" -msgstr "Hyrje e mohuar" +msgstr "Çasja u mohua" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "S’keni leje për të përdorur protokollin %1." @@ -4900,41 +4801,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "“Checksum” i pritshëm (MD5, SHA1, SHA256 ose SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klikoni që të ngjitet checksum-i nga e papastra te fusha e dhënieve." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4944,9 +4845,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Llogarite" @@ -4955,135 +4856,215 @@ msgstr "Llogarite" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klikoni që checksum-i të kopjohet në të papastër." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Anuloje" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Kaloje Këtu" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Shkarkojeni Këtu" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopjoje Këtu" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Lidhje Këtu" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Po niset %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Ç’doni të bëhet me këtë kartelë?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Mos pyet sërish" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Hap" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Ekzekutoje" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Hape me %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Zhbëji Ndryshimet" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Ç’doni të bëhet me këtë kartelë?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Zhbërja e këtij veprimi lyp privilegje rrënje. Doni të vazhdohet?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Po krijohet drejtori" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Burim" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Vendmbërritje" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Po kopjohet" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Po lëvizet" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Po riemërtohet" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Shpjere te Hedhurinat" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Po fshihet" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Zhbëje" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Zhbëje: Kopjoje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Zhbëje: Lidhe" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Zhbëje: Lëvize" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Zhbëje: Riemërtojeni" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Zhbëje: Shpjere te Hedhurinat" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" -msgstr "&Zhbëje: Krijo Dosje" +msgstr "&Zhbëje: Krijo Skedar" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" -msgstr "&Zhbëje: Krijo Dosje()" +msgstr "&Zhbëje: Krijo Skedar()" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" -msgstr "&Zhbëje: Krijo Kartelë" +msgstr "&Zhbëje: Krijo Skedë" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Zhbëje: Riemërtim Masiv" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Ribëj" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Ribëje: Kopjoje" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Ribëje: Lidhen" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Ribëje: Lëvize" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Ribëje: Riemëro" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Ribëje: Hedhurinë" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Ribëje: Krijo Skedar" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Ribëje: Krijo Skedar(ët)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Ribëje: Krijo Skedë" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Ribëje: Tufë Riemërtime" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5091,16 +5072,16 @@ msgid "" "Undoing the copy will delete the file, and all modifications will be lost.\n" "Are you sure you want to delete %4?" msgstr "" -"Kartela %1 u kopjua nga %2, pro që atëherë duket se është ndryshuar më %3.\n" -"Zhbërja e kopjimit do ta fshijë kartelën dhe krejt ndryshimet do të humbin.\n" +"Skeda %1 u kopjua nga %2, pro që atëherë duket se është ndryshuar më %3.\n" +"Zhbërja e kopjimit do ta fshijë skedarin dhe krejt ndryshimet do të humbin.\n" "Jeni i sigurt se doni të fshihet %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Ripohim Zhbërje Kopjimi Kartele" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5112,21 +5093,22 @@ msgstr "" "filename>Ky veprim s’mund të zhbëhet." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Fshije Përgjithmonë" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Fshije Përgjithmonë" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5142,7 +5124,7 @@ msgstr[1] "" "Doni vërtet të fshihen përgjithmonë këta %1 objekte?Ky veprim s’mund të zhbëhet." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5152,13 +5134,13 @@ msgstr "" "Doni vërtet të fshihen përgjithmonë krejt objektet nga Hedhurinat?Ky veprim s’mund të zhbëhet." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Zbraz Hedhurinat" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5167,7 +5149,7 @@ msgid "" msgstr "" "Doni vërtet të shpihet ky objekt te Hedhurinat? %1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5240,7 +5222,7 @@ msgstr "Lloj Zëri" #: widgets/kacleditwidget.cpp:394 #, kde-format msgid "Default for new files in this folder" -msgstr "Parazgjedhje për kartela të reja në këtë dosje" +msgstr "Parazgjedhje për skeda të reja në këtë dosje" #: widgets/kacleditwidget.cpp:401 #, kde-format @@ -5252,7 +5234,7 @@ msgstr "I zoti" msgid "Owning Group" msgstr "Grup Që e Zotëron" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Të tjerë" @@ -5325,106 +5307,113 @@ msgstr "Përditësim Formësimi Sistemi" msgid "Updating system configuration…" msgstr "Po përditësohet formësimi i sistemit…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Emër" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Madhësi" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datë" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Leje" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Zotërues" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Lloj" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Hape &me %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Veprime" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Hapeni Dosjen Me…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Hapeni &Me…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Ekzekutoje" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Hape dosjen me %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Hape me %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Hape Dosjen Me" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Hape Me" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Aplikacion &Tjetër…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5432,113 +5421,137 @@ msgid_plural "%1 items" msgstr[0] "1 objekt" msgstr[1] "%1 objekte" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "I panjohur" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Ndale" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Eksplorojeni në Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Montuar Nga:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Hapësirë e Lirë:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Lloj:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Lëndë:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Hape Me:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ndryshojeni…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Vend:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Madhësi:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ndryshojeni…" +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Lëndë:" +msgid "Stop" +msgstr "Ndale" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Eksplorojeni në Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Shpie te:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Ndryshuar më:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Shfaq Paraparje" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Krijuar më:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Sistem Kartelash:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Madhësi e panjohur" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Montuar Në:" +msgid "Modified:" +msgstr "Ndryshuar më:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Përdorur më:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "Sistem Kartelash:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Montuar Në:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Montuar Nga:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Hapësirë e Lirë:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "Hape Me:" +msgid "Unknown size" +msgstr "Madhësi e panjohur" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5563,14 +5576,13 @@ msgstr "" #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "" -"Zgjidhni emrin e programit me të cilin të hapen kartelat e përzgjedhura." +msgstr "Zgjidhni emrin e programit me të cilin të hapen skedat e përzgjedhura." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
    %1
    " msgstr "" -"Përzgjidhni programin që doni të përdoret për të hapur kartelën
    %1Përzgjidhni programin që doni të përdoret për të hapur skedarin
    %1" #: widgets/kopenwithdialog.cpp:592 @@ -5579,9 +5591,9 @@ msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." msgstr[0] "" -"Përzgjidhni programin që doni të përdoret për të hapur kartelën." +"Përzgjidhni programin që doni të përdoret për të hapur skedarin." msgstr[1] "" -"Përzgjidhni programin që doni të përdoret për të hapur %1 kartelat." +"Përzgjidhni programin që doni të përdoret për të hapur %1 skedat." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5641,7 +5653,7 @@ msgstr "" "vlerat faktike, kur të xhirohet faktikisht programi:\n" "%f - një emër kartele njëshe\n" "%F - një listë kartelash; përdoreni për aplikacione që mund të hapin disa " -"kartela njëherësh\n" +"skeda njëherësh\n" "%u - një URL njëshe\n" "%U - një listë URL-sh\n" "%d - drejtoria e kartelës për t’u hapur\n" @@ -5656,7 +5668,7 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" msgstr "" -"&Mba mend përshoqërim aplikacioni për krejt kartelat e lloji\n" +"&Mba mend përshoqërim aplikacioni për krejt skedat e lloji\n" "“%1” (%2)" #: widgets/kopenwithdialog.cpp:744 @@ -5665,7 +5677,7 @@ msgid "" "&Remember application association for all files of type\n" "\"%1\"" msgstr "" -"&Mba mend përshoqërim aplikacioni për krejt kartelat e lloji\n" +"&Mba mend përshoqërim aplikacioni për krejt skedat e lloji\n" "“%1”" #: widgets/kopenwithdialog.cpp:754 @@ -5759,7 +5771,7 @@ msgid "" msgstr "" "I vini shenjë kësaj mundësie, nëse doni ta xhironi këtë aplikacion me një ID " "tjetër përdoruesit. Çdo proces ka të përshoqëruar me të një ID të ndryshme " -"përdoruesi. Ky kod ID përcakton leje mbi kartela dhe leje të tjera. Që të " +"përdoruesi. Ky kod ID përcakton leje mbi skeda dhe leje të tjera. Që të " "përdoret kjo mundësi, lypset fjalëkalimi i përdoruesit." #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) @@ -5839,10 +5851,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Shtypni këtu përshkrimin për këtë aplikacion, duke u bazuar në përdorimin e " "tij, këtu. Shembuj: një aplikacion “dial up” (KPPP) do të ishte “Mjet dial " @@ -5850,16 +5865,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Përshkrim:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Të përgjithshme" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Shtypni çfarëdo komenti që mendoni se është i vlefshëm këtu." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Shtypni këtu përshkrimin për këtë aplikacion, duke u bazuar në përdorimin e " +"tij, këtu. Shembuj: një aplikacion “dial up” (KPPP) do të ishte “Mjet dial " +"up”." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5869,8 +5894,9 @@ msgstr "&Koment:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Ndryshore Mjedisi:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5927,7 +5953,7 @@ msgstr "" "\n" "%f - një emër kartele\n" "%F - një listë kartelash (për aplikacione që mund të hapin njëherësh disa " -"kartela)\n" +"skeda)\n" "%u - një URL\n" "%U - një listë URL-sh\n" "%i - ikona e kartelës .desktop\n" @@ -6076,7 +6102,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Ndajeni me të tjerë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6086,36 +6112,59 @@ msgstr "" "S’u ruajtën dot veti, për shkak hyrjeje të pamjaftueshme për shkrim te:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Të përgjithshme" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Jepni emër kartele për %1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Eksplorojeni në %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Rifreskoje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "S’shpërngulet dot %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Madhësi e panjohur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6124,138 +6173,144 @@ msgstr "" "Po njehsohet… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 kartelë" -msgstr[1] "%1 kartela" +msgstr[1] "%1 skeda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 nëndosje" msgstr[1] "%1 nëndosje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Po llogaritet…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Të paktën %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Emri i kartelës së re është i zbrazët." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Lloj kartelash i paregjistruar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "S’ka aplikacion përshoqëruar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Krijoni…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Ndryshojeni…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Pa Hyrje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Mundet Vetëm të Shohë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Mund të Shohë & Ndryshojë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Mundet Vetëm të Shohë Lëndë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Mundet të Shohë & Ndryshojë Lëndë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Mundet Vetëm të Shohë/Lexojë Lëndë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Mundet të Shohë/Lexojë & Ndryshojë/Shkruajë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Leje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" -msgstr "Leje Hyrjesh" +msgstr "Të Drejtat e Çasjes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Kjo kartelë është një lidhje dhe s’ka leje." -msgstr[1] "Krejt kartelat janë lidhje dhe s’kanë leje." +msgstr[1] "Krejt skedat janë lidhje dhe s’kanë leje." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Vetëm i zoti mundet të ndryshojë leje." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Zotërues:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Përcakton veprimet të cilat i lejohen të zotit të bëjë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Përcakton veprimet të cilat i lejohen të zotit të bëjë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Të tjerë:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6264,27 +6319,27 @@ msgstr "" "Përcakton veprimet që janë të lejuar të bëjnë krejt përdoruesit, që s’janë " "as i zoti, as pjesë e grupit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Vetëm i &zoti mund të riemërtojë dhe fshijë lëndë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" -msgstr "Lejo &ekzekutimin e kartelës si program" +msgstr "Lejo &ekzekutimin e skedës si program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Fshijeni apo riemërtojeni:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Ekzekuto:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6292,10 +6347,10 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" "Aktivizojeni këtë mundësi që të lejoni vetëm të zotin e dosjes të fshijë, " -"ose të riemërtojë kartelat dhe dosjet që përmban ajo. Përdoruesit e tjerë " -"vetëm mund të shtojnë kartela të reja, çka lyp lejen “Të Ndryshojë Lëndë”." +"ose të riemërtojë skedat dhe dosjet që përmban ajo. Përdoruesit e tjerë " +"vetëm mund të shtojnë skeda të reja, çka lyp lejen “Të Ndryshojë Lëndë”." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6305,64 +6360,64 @@ msgstr "" "Kjo ka kuptim vetëm për programe dhe programthe. Është e domosdoshme kur " "doni t’i ekzekutoni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Leje të Thell&uara" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Pronësi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Përdorues:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Apliko ndryshimet mbi krejt nëndosjet dhe lëndën e tyre" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Leje të Thelluara" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klasë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "Shfaq Zëra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Kjo shenjë lejon parjen e lëndës së dosjes." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lexim" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Shenja “Lexim” lejon parjen e lëndës së kartelës." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6371,7 +6426,7 @@ msgstr "" "Shkrim\n" "Zërash" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6380,44 +6435,44 @@ msgstr "" "Kjo shenjë lejon shtim, riemërtim dhe fshirje kartelash. Kini parasysh, se " "fshirja dhe riemërtimi mund të kufizohen duke përdorur shenjën “Ngjitëse”." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Shkrim" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Shenja “Shkrim” lejon ndryshimin e lëndës së kartelës." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Hyni" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Që të lejoni hyrje te dosja, aktivizojeni këtë shenjë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "”Exec”" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Që të lejoni ekzekutimin e kartelës si program, aktivizoni këtë shenjë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "E posaçme" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6426,7 +6481,7 @@ msgstr "" "Shenjë e posaçme. E vlefshme për krejt dosjen, kuptimi i saktë i shenjës " "mund të shihet te shtylla në të djathtë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6435,17 +6490,17 @@ msgstr "" "Shenjë speciale. Kuptimi i saktë i shenjës mund të shihet te shtylla në të " "djathtë." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Përdorues" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6454,7 +6509,7 @@ msgstr "" "Nëse vihet kjo shenjë, i zoti i kësaj dosjeje do të jetë i zoti i krejt " "kartelave të reja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6463,7 +6518,7 @@ msgstr "" "Nëse kjo kartelë është një e ekzekutueshme dhe shenja është vënë, do të " "ekzekutohet me lejet e të zotit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6471,7 +6526,7 @@ msgstr "" "Nëse vihet kjo shenjë, grupi i kësaj dosjeje do të vihet për krejt kartelave " "të reja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6480,17 +6535,17 @@ msgstr "" "Nëse kjo kartelë është e ekzekutueshme dhe është vënë shenja, do të " "ekzekutohet me lejet e grupit." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" "Nëse mbi një dosje është vënë shenja “Ngjitëse”, vetëm i zoti dhe përdoruesi " -"rrënjë mund të fshijnë apo riemërtojnë kartela. Përndryshe, këtë mund ta " -"bëjë gjithkush me leje shkrimi." +"rrënjë mund të fshijnë apo riemërtojnë skeda. Përndryshe, këtë mund ta bëjë " +"gjithkush me leje shkrimi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6499,89 +6554,80 @@ msgstr "" "Shenja “Ngjitëse” në Linux shpërfillet, por mund të përdore në sisteme të " "tjerë" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Caktoni UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Caktoni GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Ngjitëse" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Lidhje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Kjo kartelë përdor leje të thelluara" -msgstr[1] "Këto kartela përdorin leje të thelluara." +msgstr[1] "Këto skeda përdorin leje të thelluara." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Kjo dosje përdor leje të thelluara." msgstr[1] "Këto dosje përdorin leje të thelluara." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." -msgstr "Këto kartela përdorin leje të thelluara." +msgstr "Këto skeda përdorin leje të thelluara." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksum-e" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Po llogaritet…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "“Checksum” i pavlefshëm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Ç’u dha, s’është “checksum” MD5, SHA1, ose SHA256 i vlefshëm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksum-et përputhen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Checksum-i i përllogaritur dhe ai që pritet, përputhen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6589,60 +6635,78 @@ msgid "" "source of the file." msgstr "" "

    Checksum-et s’përputhen.

    Kjo mund të vijë për shkak të një shkarkimi " -"me gabime. Provoni të rishkarkoni kartelën.
    Nëse verifikoni prapë " +"me gabime. Provoni të rishkarkoni skedarin.
    Nëse verifikoni prapë " "dështon, lidhuni me burimin e kartelës." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Checksum-i i përllogaritur dhe ai që pritet janë të ndryshëm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Po verifikohet checksum-i…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Skedat janë identike." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Skedat janë të ndryshme." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Po llogaritet…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "S’u ruajtën dot veti. Mbulohen vetëm zëra në sisteme vendorë kartelash." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Aplikacion" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Shtoni Lloj Kartele %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Përzgjidhni një ose më tepër lloje kartelash për shtim:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Mbulohen vetëm të ekzekutueshme në sisteme vendorë kartelash." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Mundësi të Mëtejshme për %1" @@ -6745,22 +6809,28 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Formësoni Shkurtore Web…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Hap dialog kartelash" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Emër kartele për lëndë nga e papastra:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste One File" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Ngjitni Një Skedë" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Ngjitni Lëndë Nga e Papastra…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6769,19 +6839,19 @@ msgstr "" "E papastra ka ndryshuar që kur përdorët “paste”: formati i zgjedhur i datës " "s’është më i përdorshëm. Ju lutemi, kopjoni sërish çfarë donit të ngjitnit." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "Ngjite Një Dosje" +msgstr "Ngjite Një Skedar" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "Ngjitni Një Kartelë" +msgstr "Ngjitni Një Skedë" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6789,47 +6859,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Ngjitni Një Objekt" msgstr[1] "Ngjitni %1 Objekt" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Ngjitni Lëndë Nga e Papastra…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Ngjite" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format datash:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Emër kartele për lëndë nga e papastra:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Emër kartelë për lëndën që u la:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datë: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Madhësi: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Aplikoje mbi të Tëra" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6839,49 +6926,52 @@ msgstr "" "Veç në zgjedhshi “Anashkaloje”, do të pyeteni, në rast të një përplasjeje me " "një kartelë ekzistuese te drejtoria." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kur i është vënë shenjë kësaj, butoni i shtypur do të aplikohet te krejt " "përplasjet pasuese në dosje, për pjesën e mbetur të aktit të atij çasti." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Riemërtojeni" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Sugjeroni &Emër të Ri" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Anashkaloje" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Mos e kopjo apo lëviz këtë dosje, në vend të kësaj kalo te objekti pasues" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Mos e kopjo apo lëviz këtë kartelë, në vend të kësaj kalo te objekti pasues" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Të &shkruajë Në" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6889,32 +6979,32 @@ msgid "" "You will be prompted again in case of a conflict with an existing file in " "the directory." msgstr "" -"Kartelat dhe dosjet do të kopjohen te drejtoria ekzistuese, tok me lëndën " +"Skedat dhe dosjet do të kopjohen te drejtoria ekzistuese, tok me lëndën " "ekzistuese të saj.\n" "Do të pyeteni sërish, në rast të një përplasjeje menjë kartelë ekzistuese te " "drejtoria." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "&Mbishkruaj kartela më të vjetra" +msgstr "&Mbishkruaj skeda më të vjetra" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -"Kartela për në vendmbërritje, të cilat kanë kohë më të vjetra ndryshimi, do " -"të mbishkruhen nga burimi, përndryshe do të anashkalohet." +"Skeda për në vendmbërritje, të cilat kanë kohë më të vjetra ndryshimi, do të " +"mbishkruhen nga burimi, përndryshe do të anashkalohet." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Rimerre" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6923,120 +7013,129 @@ msgstr "" "Ky veprim do të mbishkruante “%1” me vetveten.\n" "Ju lutemi, jepni një emër të ri kartelash:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Vazhdo" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Doni të mbishkruhet vendmbërritja?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Doni të shkrihet lënda e '%1' në '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Burim" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Vendmbërritje" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Burimi është më i freskët." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Burimi është më i vjetër." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Burimi është më i vogël me %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Burimi është më i madhe me %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." -msgstr "Kartelat janë identike." +msgstr "Skedat janë identike." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." -msgstr "Kartelat duken identike." +msgstr "Skedat duken identike." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." -msgstr "Kartelat janë të ndryshme." +msgstr "Skedat janë të ndryshme." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -"Kartelat, sipas gjasash, janë identike: kanë të njëjtën madhësi dhe lënda e " +"Skedat, sipas gjasash, janë identike: kanë të njëjtën madhësi dhe lënda e " "tyre është e njëjtë në fillim, mes dhe fund." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopjoni Kartela" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ka tashmë një objekt më të vjetër të quajtur “%1”." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ka tashmë një kartelë të ngjashme të quajtur “%1”." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ka tashmë një objekt më të ri të quajtur “%1”." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" -msgstr "Riemërtojeni:" +msgstr "Riemërtoni:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Riemërtoni Objekt" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Riemërtoni Objekte" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Riemërtojeni" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "Riemërtoni objektin %1 si:" +msgstr "Riemërtoni objektin %1 në:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ka tashmë një kartelë me emrin %1." + +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 s’duket të jetë një program i ekzekutueshëm." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Riemërtoni %1 objektin e përzgjedhur në:" +msgstr[1] "Riemërtoni %1 objektet e përzgjedhura në:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# do të zëvendësohet nga numra në rend rritës që fillojnë me:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -7044,46 +7143,182 @@ msgctxt "" msgid "New name #" msgstr "Emër i ri #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Riemërtoni %1 objektin e përzgjedhur si:" -msgstr[1] "Riemërtoni %1 objektet e përzgjedhur si:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "# do të zëvendësohet nga numra në rend rritës që fillojnë me:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Riemërtoni %1 objektin e përzgjedhur nga:" +msgstr[1] "Riemërtoni %1 objektet e përzgjedhura nga:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zëvendësoje" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Hape Me:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zëvendësimi" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Zëvendësimi i “%1” with an empty replacement would cause %2 to have an empty file name." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Riemërtoni %1 objektin e përzgjedhur:" +msgstr[1] "Riemërtoni %1 objektet e përzgjedhura:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Shto Tekst:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Jepni emër kartele për %1:" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Pas emrit të skedës" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Riemërtoni Objekt" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Riemërtoni Objekte" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Riemërtojeni" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Fshijeni apo riemërtojeni:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zëvendëso tekstin" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Shto Tekst" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Shfaq Paraparje" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 s’duket të jetë një program i ekzekutueshëm." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacion" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" -msgstr "Zëvendësoje" +msgstr "Zëvendëso" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Riprovo" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" -msgstr "Zëvendësoji Krejt" +msgstr "Zëvendëso të Gjitha" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Anashkaloje" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Anashkaloji Krejt" @@ -7170,7 +7405,7 @@ msgstr "" "Streha e largët nuk dërgoi ndonjë dëshmi SSL.\n" "Po ndërpritet, ngaqë s’mund të përcaktohet identiteti i strehës." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7208,10 +7443,60 @@ msgstr[1] "" "strong='true'>Kjo s’mund të zhbëhet.
    " #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Kalimi i këtij objekti te Hedhurinat dështoi, ngaqë është shumë i madh. Në " +"vend të kësaj, të fshihet përgjithmonë?%1Ky veprim s’mund të zhbëhet." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Kalimi i këtij %1 objekti te Hedhurinat dështoi, ngaqë është shumë i madh. " +"Në vend të kësaj, të fshihet përgjithmonë?Ky " +"veprim s’mund të zhbëhet." +msgstr[1] "" +"Kalimi i këtyre %1 objekteve te Hedhurinat dështoi, ngaqë është shumë i " +"madh. Në vend të kësaj, të fshihen përgjithmonë?Ky veprim s’mund të zhbëhet." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7219,15 +7504,24 @@ msgstr "" "vend të kësaj, të fshihet përgjithmonë?%1Ky veprim s’mund të zhbëhet." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7239,7 +7533,7 @@ msgstr[1] "" "madh. Në vend të kësaj, të fshihen përgjithmonë?Ky veprim s’mund të zhbëhet." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7247,47 +7541,256 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Doni vërtet të shpihet ky %1 objekt te Hedhurinat?" msgstr[1] "Doni vërtet të shpihen këta %1 objekte te Hedhurinat?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Mos pyet sërish" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Mos pyet sërish" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Mos e shfaq sërish këtë mesazh" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Vargu i dëshmive SSL të anës tjetër duket të jetë i dëmtuar." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Kujdes" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Kjo do të nisë programin:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Nëse s’i zini besë këtij programi, klikoni mbi “Anuloje”" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Mbaje mend për të gjitha skedarët e ekzekutueshëm" + +#~ msgid "Change Attribute" +#~ msgstr "Ndryshoni Atribut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Që të ndryshohen atribute kartelash, lypsen privilegje rrënje. Doni të " +#~ "vazhdohet?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Që të plotësohet veprimi i kopjimit, lypsen privilegje rrënje. Doni të " +#~ "vazhdohet?" + +#~ msgid "Delete Files" +#~ msgstr "Fshini Kartela" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Që të plotësohet veprimi i fshirjes, lypsen privilegje rrënje. Doni të " +#~ "vazhdohet?" + +#~ msgid "Create Folder" +#~ msgstr "Krijoni Dosje" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Që të krijohet kjo dosje, lypsen privilegje rrënje. Doni të vazhdohet?" + +#~ msgid "Move Items" +#~ msgstr "Lëvizni Objekte" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Që të plotësohet veprimi i lëvizjes, lypsen privilegje rrënje. Doni të " +#~ "vazhdohet?" + +#~ msgid "Rename" +#~ msgstr "Riemërtojeni" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Që të plotësohet riemërtimi, lypsen privilegje rrënje. Doni të vazhdohet?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Që të krijohet një simlidhje, lypsen privilegje rrënje. Doni të vazhdohet?" + +#~ msgid "Transfer data" +#~ msgstr "Shpërngul të dhëna" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Që të plotësohet shpërngulja e të dhënave, lypsen privilegje rrënje. Doni " +#~ "të vazhdohet?" + +#~ msgid "Undo Changes" +#~ msgstr "Zhbëji Ndryshimet" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "Zhbërja e këtij veprimi lyp privilegje rrënje. Doni të vazhdohet?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Po caktohet ACL për %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Ndryshoni Leje Kartele" + +#~ msgid "New Permissions: %1" +#~ msgstr "Leje të Reja: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Ndryshoni të Zot Kartele" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "I zoti i Ri: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Hiqe Kartelën" + +#~ msgid "Remove Directory" +#~ msgstr "Hiqe Drejtorinë" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Leje Drejtorie: %1" + +#~ msgid "Open File" +#~ msgstr "Hapni Kartelë" + +#~ msgid "Open Directory" +#~ msgstr "Hapni Drejtori" + +#~ msgid "New Filename: %1" +#~ msgstr "Emër i ri Kartele: %1" + +#~ msgid "Target: %1" +#~ msgstr "Objektiv: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ndryshoni Vulën Kohore" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Nga: %1, Për: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Veprim i Panjohur" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Veprim: %1\n" +#~ "Burim: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Shfaq Buton Faqerojtësish" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Kartela u Ndryshua" + +#~ msgid "&Description:" +#~ msgstr "&Përshkrim:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Shtypni çfarëdo komenti që mendoni se është i vlefshëm këtu." + +#~ msgid "Do not ask again" +#~ msgstr "Mos pyet sërish" + +#~ msgid "&Filter:" +#~ msgstr "&Filtër:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Ky është filtri për t’u aplikuar te lista e kartelave. Emrat e " +#~ "kartelave që nuk kanë përkim me filtrin, s’do të shfaqen.

    Mund të " +#~ "përzgjidhni një nga filtrat e paracaktuar prej menusë hapmbyll, ose mund " +#~ "të jepni një filtër vetjak drejt e te fusha e tekstit.

    Lejohen " +#~ "shenja të gjithëpushtetshme si * dhe ?

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Janë përzgjedhur më shumë se një dosje dhe ky dialog s’pranon dosje, ndaj " +#~ "s’është e mundshme të vendoset cila të jepet. Ju lutemi, që të paraqitet, " +#~ "përzgjidhni vetëm një dosje." + +#~ msgid "More than one folder provided" +#~ msgstr "U dhanë më shumë se një dosje" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Është përzgjedhur të paktën një dosje dhe një kartelë. Kartelat e " +#~ "përzgjedhura do të shpërfillen dhe dosja e përzgjedhur do të shfaqet në " +#~ "listë" + +#~ msgid "Files and folders selected" +#~ msgstr "U përzgjodhën kartela dhe dosje" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Edhe pse me shërbyesin u vendos kontakt, s’u mor përgjigje brenda sasisë " +#~ "së kohës caktuar për kërkesën, siç vijon:
    • Mbarim kohe për " +#~ "vendosjen e një lidhjeje: %1 sekonda
    • Mbarim kohe për marrjen e " +#~ "një përgjigjeje: %2 sekonda
    • Mbarim kohe për hyrje në shërbyes " +#~ "ndërmjetës: %3 sekonda
    Ju lutemi, kini parasysh se mundeni t’i " +#~ "ndryshoni këto rregullime mbarimi kohe, te Rregullime Sistemi KDE, duke " +#~ "përzgjedhur Rregullime Rrjeti -> Parapëlqime Lidhjeje." diff --git a/local/recipes/kde/kf6-kio/source/po/sr/kio6.po b/local/recipes/kde/kf6-kio/source/po/sr/kio6.po index af2c844505..1439067a35 100644 --- a/local/recipes/kde/kf6-kio/source/po/sr/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sr/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2017-12-17 18:00+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -34,12 +34,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "toptan@kde.org.yu,caslav.ilic@gmx.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Не могу да изменим власништво над фајлом ‘%1’" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -51,13 +51,13 @@ msgstr "" "Не могу да променим власништво над фајлом %1. Немате довољно " "дозвола за овакву промену." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Не могу да направим У/И захват: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -72,7 +72,7 @@ msgstr "" "Не могу да направим симболичку везу ‘%1’.\n" "Проверите дозволе." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -82,7 +82,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -92,23 +92,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Фасцикла већ постоји" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Фајл већ постоји" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Већ постоји као фасцикла" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -212,203 +212,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Премештање" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Извор" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Одредиште" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Преименуј" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копирање" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Стварање фасцикле" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Фасцикла" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Брисање" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Фајл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Испитивање" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Преношење" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Монтирање" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Уређај" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Тачка монтирања" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Демонтирање" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -# rewrite-msgid: /Files// -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Audio Files" -msgid "Copy Files" -msgstr "Аудио" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Брисање фајлова" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "О&позови стварање фасцикле" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -# >> @action:inmenu -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "Move Here" -msgid "Move Items" -msgstr "Премести овде" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Преименуј" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Стварање симвезе" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Преношење" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -835,6 +729,11 @@ msgid "File is too large to be trashed." msgstr "Фајл је превелик за смеће." #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -850,65 +749,65 @@ msgstr "" "\n" "Пошаљите извештај о грешци на http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(непознат)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Технички разлог: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Детаљи захтева:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • УРЛ: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Датум и време: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Додатни подаци: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Могући узроци:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Могућа решења:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(непознат)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -917,17 +816,17 @@ msgstr "" "Обратите се подршци ради даље помоћи, било да се ради о систем-" "администратору или групи за техничку подршку." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Обратите се администратору сервера ради даље помоћи." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Проверите ваша права приступа за овај ресурс." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -936,14 +835,14 @@ msgstr "" "Можда су вам права приступа недовољна за извођење захтеваног поступка над " "овим ресурсом." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Фајл можда користи неки други корисник или програм (због чега је закључан)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -952,17 +851,17 @@ msgstr "" "Проверите да ли неки други програм или корисник користи дати фајл или га је " "закључао." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Иако мало вероватно, можда је дошло до хардверске грешке." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Можда сте наишли на грешку у програму." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -971,7 +870,7 @@ msgstr "" "Ово је највероватније проузроковано грешком у програму. Размислите о слању " "извештаја о грешци као што је описано испод." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -980,7 +879,7 @@ msgstr "" "Ажурирајте програм на најновију верзију. Ваша дистрибуција би требало да " "обезбеђује алатке за ажурирање програмâ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1008,12 +907,12 @@ msgstr "" "дате изнад и додајте их у свој извештај, заједно са свим осталим детаљима за " "које мислите да могу бити од помоћи." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Можда постоји проблем са вашом везом ка мрежи." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1022,7 +921,7 @@ msgstr "" "Можда постоји проблем у мрежној постави. Ако сте недавно без проблема " "приступали Интернету, ово је мало вероватно." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1031,42 +930,42 @@ msgstr "" "Можда постоји проблем у некој тачки дуж мрежног пута између сервера и овог " "рачунара." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Покушајте поново, одмах или мало касније." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Можда је дошло до грешке или несагласности протокола." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Уверите се да ресурс постоји и покушајте поново." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Наведени ресурс можда не постоји." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Проверите да ли сте унели тачну локацију и покушајте поново." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Проверите стање везе ка мрежи." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Не могу да отворим ресурс за читање" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1Ово значи да садржај захтеваног фајла или фасцикле %1 не може " "бити добављен јер није могао бити обезбеђен приступ за читање.
    " -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Можда немате дозволе да читате фајл или отворите фасциклу." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Не могу да отворим ресурс за уписивање" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1094,19 +993,19 @@ msgstr "" "Ово значи да фајл %1 не може бити записан као што је захтевано, " "зато што се не може добити приступ за упис." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" "Не могу да покренем процес захтеван протоколом %1|/|Не могу да покренем " "процес захтеван протоколом $[ном %1]" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Не могу да покренем процес" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1$[ном %1] не може да се нађе или покрене. Ово је обично из " "техничких разлога." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1130,12 +1029,12 @@ msgstr "" "при последњој надоградњи КДЕ‑а. То може изазвати несагласност програма са " "текућом верзијом и стога онемогућити покретање." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Унутрашња грешка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 пријавио је унутрашњу грешку." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Неправилно форматиран УРЛ" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://korisnik:lozinka@www." "primer.org:port/fascikla/ime.nastavak?upit=vrednost
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Протокол %1 није подржан" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1177,12 +1076,12 @@ msgstr "" "КДЕ програми тренутно инсталирани на овом рачунару не подржавају протокол " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Захтевани протокол можда није подржан." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1191,7 +1090,7 @@ msgstr "" "Верзије протокола %1 које подржавају овај рачунар и сервер можда нису " "сагласне." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1208,17 +1107,17 @@ msgstr "" "\"http://kde-apps.org/\">http://kde-apps.org/ и http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "УРЛ не упућује на ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Протокол је филтерски протокол" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L%1 не подржава " "захтевану радњу." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1266,17 +1165,17 @@ msgstr "" # >> Advice to the user, as in 'Please, attempt to find...', # >> and similar for many messages below after the problem has been stated -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Покушајте да нађете други начин за постизање истог исхода." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Очекиван је фајл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1285,17 +1184,17 @@ msgstr "" "Захтев је очекивао фајл, али уместо тога је пронађена фасцикла %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ово је можда грешка на страни сервера." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Очекивана је фасцикла" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1304,17 +1203,17 @@ msgstr "" "Захтев је очекивао фасциклу, али уместо тога је пронађен фајл %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Фајл или фасцикла не постоји" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Назначени фајл или фасцикла %1 не постоји." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1322,22 +1221,22 @@ msgid "" msgstr "" "Захтевани фајл не може бити направљен зато што истоимени фајл већ постоји." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Преместите тренутни фајл негде другде, па покушајте поново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Обришите тренутни фајл и покушајте поново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Изаберите друго име за нови фајл." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1346,27 +1245,27 @@ msgstr "" "Захтевана фасцикла не може бити направљена зато што истоимена фасцикла већ " "постоји." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Преместите тренутну фасциклу негде другде, па покушајте поново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Обришите тренутну фасциклу и покушајте поново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Изаберите друго име за нову фасциклу." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Непознат домаћин" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1375,35 +1274,35 @@ msgstr "" "Грешка „непознат домаћин“ указује да сервер са захтеваним именом, " "%1, не може бити пронађен на Интернету." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Име које сте унели, %1, можда не постоји: можда је погрешно унето." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Приступ је одбијен" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Приступ задатом ресурсу %1 је одбијен." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Можда сте навели нетачне детаље за аутентификацију или их уопште нисте ни " "навели." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Ваш налог нема дозволу да приступа датом ресурсу." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1411,24 +1310,24 @@ msgid "" msgstr "" "Поновите захтев и уверите се да су детаљи за аутентификацију исправно унети." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Приступ за упис је одбијен" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Ово значи да је покушај уписа у фајл %1 одбијен." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Не могу да уђем у фасциклу" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1437,17 +1336,17 @@ msgstr "" "Ово значи да је покушај уласка (другим речима отварања) у захтевану " "фасциклу %1 одбијен." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Листање фасцикле није доступно" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протокол %1 није фајл систем" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1457,12 +1356,12 @@ msgstr "" "Ово значи да је упућен захтев који захтева утврђивање садржаја фасцикле, а " "КДЕ програм који подржава овај протокол не може да то уради." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Откривена је кружна веза" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1474,7 +1373,7 @@ msgstr "" "или локацијом. КДЕ је открио везу или низ веза које резултују бесконачном " "петљом — тј. фајл је (можда неким изоколним путем) повезан са самим собом." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1483,27 +1382,27 @@ msgstr "" "Обришите један део петље тако да више не буде бесконачна, па покушајте " "поново." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Корисник је обуставио захтев" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Захтев није довршен зато што га је корисник обуставио." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Поново покушајте захтев." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Откривена је кружна веза при копирању" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1516,17 +1415,17 @@ msgstr "" "које резултују бесконачном петљом — тј. фајл је (можда неким изоколним " "путем) повезан са самим собом." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Не могу да остварим мрежну везу" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Не могу да створим сокет" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1535,8 +1434,8 @@ msgstr "" "Ово је прилично техничка грешка у којој потребни уређај за мрежну " "комуникацију (сокет) није могао бити створен." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1544,12 +1443,12 @@ msgid "" msgstr "" "Мрежна веза није можда добро подешена, или можда мрежно сучеље није укључено." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Веза ка серверу је одбијена" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1557,7 +1456,7 @@ msgid "" msgstr "" "Сервер %1 је одбио да дозволи овом рачунару да направи везу." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1566,7 +1465,7 @@ msgstr "" "Сервер, док је тренутно повезан на Интернет, не може бити подешен да " "дозвољава захтеве." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1575,7 +1474,7 @@ msgstr "" "На серверу, док је тренутно повезан на Интернет, можда није покренут " "захтевани сервис (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1585,12 +1484,12 @@ msgstr "" "Мрежни заштитни зид (уређај који ограничава интернет захтеве), или штитећи " "вашу или мрежу сервера, можда је интервенисао и спречио захтев." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Веза са сервером је неочекивано затворена" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1599,7 +1498,7 @@ msgstr "" "Иако је успостављена веза са %1, затворена је на " "неочекиваној тачки комуникације." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1608,17 +1507,17 @@ msgstr "" "Можда је дошло до грешке у протоколу, која је проузроковала да сервер у " "одговор затвори везу." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "УРЛ ресурс је неисправан" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протокол %1 није филтерски протокол" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." # rewrite-msgid: /such an action/that/ -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1642,17 +1541,17 @@ msgstr "" "учинити. Ово је редак догађај, и врло вероватно указује на грешку у " "програмирању." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Не могу да припремим улазно/излазни уређај" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Не могу да монтирам уређај" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1661,7 +1560,7 @@ msgstr "" "Захтевани уређај није могао бити припремљен („монтиран“). Пријављена грешка " "је: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1671,7 +1570,7 @@ msgstr "" "Уређај можда није спреман, нпр. можда није убачен медијум у ЦД јединицу; " "или, ако се ради о периферном/преносном уређају, можда није исправно повезан." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1580,7 @@ msgstr "" "Можда немате дозволе да припремите („монтирате“) уређај. На уникс системима " "често су потребна овлашћења систем-администратора за припремање уређаја." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1590,17 @@ msgstr "" "медијум, а преносни уређаји морају бити повезани и укључени; затим покушајте " "поново." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Не могу да отпустим улазно/излазни уређај" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Не могу да демонтирам уређај" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1609,7 @@ msgstr "" "Захтевани уређај није могао бити отпуштен („демонтиран“). Пријављена грешка " "је: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1721,7 +1620,7 @@ msgstr "" "отворен прозор прегледача на локацији на овом уређају може да изазове овакво " "заузеће." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1732,18 +1631,18 @@ msgstr "" "системима често су потребна овлашћења систем-администратора за отпуштање " "уређаја." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Уверите се да ниједан програм не приступа уређају, па покушајте поново." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Не могу да читам из ресурса" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1752,17 +1651,17 @@ msgstr "" "Ово значи да иако је ресурс %1 могао бити отворен, дошло је " "до грешке при читању садржаја из њега." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Можда немате дозволе за читање из овог ресурса." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Не могу да пишем у ресурс" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1771,22 +1670,22 @@ msgstr "" "Ово значи да иако је ресурс %1 могао бити отворен, дошло је " "до грешке при упису садржаја у њега." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Можда немате дозволе за писање у овај ресурс." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Не могу да слушам за мрежним везама" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Не могу да повежем" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1797,17 +1696,17 @@ msgstr "" "комуникацију (сокет) није могао бити успостављен тако да слуша долазеће " "мрежне везе." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Не могу да слушам" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Не могу да прихватим мрежну везу" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1816,33 +1715,33 @@ msgstr "" "Ово је прилично техничка грешка до које је дошло приликом покушаја да се " "прихвати долазећа мрежна веза." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Можда немате дозволе за прихватање ове везе." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Не могу да се пријавим: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Пријављивање ради извођења захтеваног поступка није успело." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Не могу да одредим стање ресурса" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Не могу да испитам ресурс" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1851,69 +1750,69 @@ msgstr "" "Одређивање податка о стању ресурса %1 (назив, тип, " "величина, итд.) није успело." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Задати ресурс можда не постоји или није приступачан." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Не могу да откажем листање" # well-spelled: ПОПРАВИМЕ -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ПОПРАВИМЕ: Документуј ово" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Не могу да направим фасциклу" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Прављење захтеване фасцикле није успело." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Локација где је фасцикла требало да се направи можда не постоји." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Не могу да уклоним фасциклу" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Уклањање задате фасцикле %1 није успело." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Задата фасцикла можда не постоји." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Задата фасцикла можда није празна." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Уверите се да фасцикла постоји и да је празна, па покушајте поново." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Не могу да наставим пренос фајла" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1922,44 +1821,44 @@ msgstr "" "Задати захтев је затражио да се пренос фајла %1 настави од " "одређене тачке. То није било могуће." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Протокол, или сервер, можда не подржава наставак преноса." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Поновите захтев без покушаја да се пренос настави." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Не могу да преименујем ресурс" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Преименовање наведеног ресурса %1 није успело." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Не могу да изменим дозволе ресурса" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Промена дозвола за наведени ресурс %1 није успела." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Не могу да променим власништво над ресурсом" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 није успела." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Не могу да обришем ресурс" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Брисање наведеног ресурса %1 није успело." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Неочекивано окончање програма" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 неочекивано је прекинут." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Нема више меморије" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 није могао да добије меморију потребну за наставак." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Непознат прокси домаћин" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, дошло је до грешке „непознат домаћин“. Ова грешка значи да " "захтевано име није могло да се пронађе на Интернету." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2032,17 +1931,17 @@ msgstr "" "проксија. Ако сте недавно приступали Интернету без проблема, ово је мало " "вероватно." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Пажљиво проверите поставке проксија и покушајте поново." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Аутентификација није неуспела: метод %1 није подржан" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2053,7 +1952,7 @@ msgstr "" "зато што КДЕ програм који који изводи протокол %1 не подржава метод који " "сервер користи." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2066,17 +1965,17 @@ msgstr "" "bugs.kde.org/ да обавестите програмере КДЕ‑а о неподржаном методу " "аутентификације.
    " -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Захтев је отказан" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Унутрашња грешка у серверу" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2085,7 +1984,7 @@ msgstr "" "Програм на серверу који обезбеђује приступ протоколу %1 " "пријавио је унутрашњу грешку: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2094,12 +1993,12 @@ msgstr "" "Ово је највероватније изазвано грешком у програму на серверу. Размислите о " "слању извештаја о грешци као што је објашњено испод." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Обратите се администратору сервера да бисте му указали на проблем." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2107,40 +2006,29 @@ msgid "" msgstr "" "Ако знате ко су аутори програма на серверу, пошаљите извештај директно њима." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Грешка прековремена" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Иако је сервер контактиран, одговор није примљен у оквиру времена " -"додељеног за захтев на следећи начин:
    • прековреме за успостављање " -"везе: %1 сек.
    • прековреме за пријем одговора: %2 сек.
    • прековреме за приступ прокси серверима: %3 сек.
    Имајте на " -"уму да ове вредности можете изменити у Системским поставкама КДЕ‑а, под " -"Мрежне поставке→Поставке повезивања.
    " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер је био презаузет одговарањем на друге захтеве да би одговорио." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Непозната грешка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "пријавио је непознату грешку: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Непознат прекид" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "пријавио је прекид непознатог типа: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Не могу да обришем изворни фајл" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2178,12 +2066,12 @@ msgstr "" "Поступак је захтевао брисање изворног фајла, највероватније на крају " "поступка премештања. Изворни фајл %1 није могао бити обрисан." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Не могу да обришем привремени фајл" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2194,12 +2082,12 @@ msgstr "" "садржај који се преузима. Тај привремени фајл %1 није могао бити " "обрисан.
    " -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Не могу да преименујем изворни фајл" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2208,12 +2096,12 @@ msgstr "" "Поступак је захтевао преименовање изворног фајла %1, али се то " "није могло извести." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Не могу да преименујем привремени фајл" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2222,33 +2110,33 @@ msgstr "" "Поступак је захтевао стварање привременог фајла %1, али се то " "није могло извести." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Не могу да направим везу" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Не могу да направим симболичку везу" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Захтевана симболичка веза %1 није могла бити направљена." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Без садржаја" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Диск је пун" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2257,7 +2145,7 @@ msgstr "" "Захтевани фајл %1 није могао да буде записан јер нема довољно " "простора на диску." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2268,12 +2156,12 @@ msgstr "" "привремене фајлове, 2) архивирати неке на уклоњиви медијум попут ЦД‑а, или " "3) набавити већи диск." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Изворни и одредишни фајл су истоветни" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2282,17 +2170,17 @@ msgstr "" "Поступак није могао бити довршен зато што су изворни и одредишни фајл један " "те исти." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Изаберите другачије име за одредишни фајл." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Фајл или фасцикла превучена сама на себе" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2301,17 +2189,17 @@ msgstr "" "Поступак није могао бити довршен зато што су изворни и одредишни фајл или " "фасцикла једно те исто." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Превуците ставку на различит фајл или фасциклу." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Фасцикла премештена сама у себе" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2320,17 +2208,17 @@ msgstr "" "Поступак није могао бити довршен зато што извор не може да се премести сам у " "себе." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Преместите ставку у различиту фасциклу." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Не могу да комуницирам са сервером лозинки" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2340,24 +2228,24 @@ msgstr "" "сервисом за захтевање лозинки (kpasswdserver)." # rewrite-msgid: /your session/your desktop session/ -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Покушајте ресетујете сесију површи, или потражите грешке у дневнику kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Не могу да припремим протокол %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Не могу да направим У/И захват" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2371,7 +2259,7 @@ msgstr "" "приступ протоколу $[ном %1] не може да се покрене. Ово је " "обично из техничких разлога." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2383,13 +2271,13 @@ msgstr "" "К‑лансер не може да нађе или покрене прикључак који обезбеђује протокол. Ово " "значи да имате застарелу верзију прикључка." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2397,35 +2285,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументована грешка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(симболичка веза ка %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, веза ка %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (показује на %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2434,25 +2322,25 @@ msgstr "" "Лоше формиран УРЛ\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Не могу да извучем извршно име из ‘%1’, унесите исправно име програма." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2460,103 +2348,103 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Протокол %1 не подржава отварање веза." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Протокол %1 не подржава затварање веза." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Протокол %1 не подржава приступање фајловима." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Упис у %1 није подржан.|/|Упис у $[аку %1] није подржан." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Нема никаквих посебних радњи за протокол %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Протокол %1 не подржава листање фасцикли." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" "Преузимање података преко %1 није подржано.|/|Преузимање података преко " "$[ген %1] није подржано." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" "Добављање податка о МИМЕ типу преко %1 није подржано.|/|Добављање податка о " "МИМЕ типу преко $[ген %1] није подржано." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Преименовање или премештање фајлова унутар %1 није подржано.|/|Преименовање " "или премештање фајлова унутар $[ген %1] није подржано." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Протокол %1 не подржава стварање симболичких веза." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" "Копирање фајлова унутар %1 није подржано.|/|Копирање фајлова унутар $[ген " "%1] није подржано." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" "Брисање фајлова преко %1 није подржано.|/|Брисање фајлова преко $[ген %1] " "није подржано." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Протокол %1 не подржава стварање фасцикли." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Протокол %1 не подржава мењање атрибута фајловима." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Протокол %1 не подржава мењање власништва над фајловима." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Протокол %1 не подржава отварање фајлова." # >> %2 is a numeric code of the action -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протокол %1 не подржава радњу %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2565,117 +2453,140 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Непознат протокол „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Не могу да пронађем У/И захват за протокол „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Не могу да направим сокет за покретање У/И захват за протокол „%1“." # literal-segment: kioslave -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не могу да пронађем извршни фајл kioslave на „%1“." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Детаљи" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Заувек" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Нас&тави" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Само за &текућу сесију" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "О&позови стварање фасцикле" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "О&позови стварање фасцикле" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Нисте изабрали фајл за брисање." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ничег за брисање" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Нисте изабрали фајл за бацање у смеће." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ничег за смеће" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Наведена фасцикла не постоји или се не може читати." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Мени" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Родитељска фасцикла" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домаћа фасцикла" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Учитај поново" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2683,217 +2594,217 @@ msgctxt "@action" msgid "New Folder…" msgstr "нова‑фасцикла" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Премести у смеће" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Обриши" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ређање" # >> @title:column Site Specific Identification -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "име сајта" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "по датуму" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Тип ставке" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "опадајуће" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "опадајуће" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Скривени фајлови" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Детаљан приказ" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Положај иконица" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "поред имена фајла|/|$[својства списковно 'иконице поред имена фајла']" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "изнад имена фајла|/|$[својства списковно 'иконице изнад имена фајла']" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Детаљан приказ" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Приказ стабла" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Детаљни приказ стабла" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Скривени фајлови" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Преглед" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Преглед" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Својства" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Приказ" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "прво фасцикле" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "прво фасцикле" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "прво фасцикле" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодирање:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Отвори" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Сачувај као" @@ -2949,44 +2860,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Премести овде" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|сви фајлови" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "сви подржани типови фајлова" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "сви фајлови" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Додавање ставке у Места" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Уређивање ставке у Местима" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2998,17 +2909,17 @@ msgstr "" "требало да буде једна или две речи које ће вас подсетити на шта ова ставка " "упућује. Ако је не унесете, биће изведена из УРЛ‑а локације.

    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Етикета:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Овде иде описна етикета" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3021,12 +2932,12 @@ msgstr "" "kde/stable

    Кликом на дугме поред поља за унос текста можете " "прегледати наведени УРЛ.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Локација:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3035,17 +2946,17 @@ msgstr "" "Ово је иконица која ће се стајати уз ставку у панелу Места.

    Кликните на дугме да изаберете неку другу.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Изаберите &иконицу:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Приказуј само у оквиру &овог програма (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3056,130 +2967,130 @@ msgstr "" "текући програм (%1).

    У супротном, ставка ће бити доступна у свим " "програмима.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Места" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Удаљено" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Претрага" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Уређаји" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Уклоњиви уређаји" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (грешка %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Домаће" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Документи" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Мрежа" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Смеће" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Видео" # >> @title:window -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Брисање фајлова" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Локација:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Измена:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 #, fuzzy #| msgctxt "KFile System Bookmarks" #| msgid "Yesterday" @@ -3187,48 +3098,55 @@ msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Јуче" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Не могу да нађем програм „%1“." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Фасцикла не може да се премести сама у себе." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Подеси веб пречице..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" # >> Release a removable device, so that it can be unplugged. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Ослободи „%1“|/|&Ослободи „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Безбедно уклони „%1“|/|&Безбедно уклони „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безбедно уклони „%1“|/|&Безбедно уклони „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3236,43 +3154,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Демонтирање" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Демонтирај" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Избаци" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Уређај „%1“ није диск и не може се избацити." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Грешка при приступу „%1“, систем јавља: %2|/|Грешка при приступу „$[дат " "%1]“, систем јавља: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Грешка при приступу „%1“|/|Грешка при приступу „$[дат %1]“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3285,19 +3203,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3305,98 +3223,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Слободно %1 од %2 (%3% попуњено)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (скривено)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Испразни смеће" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Монтирај" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Отвори помоћу" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Додај ставку..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Уреди" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Уклони" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Сакриј одељак" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Сакриј одељак" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Прикажи све уносе" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Сажети приказ" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3405,54 +3323,54 @@ msgctxt "" msgid "Auto Resize" msgstr "Откриј &аутоматски" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Date: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Датум: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Можете изабрати само један фајл." # >> @title:window -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Задато више од једног фајла" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Можете бирати само локалне фајлове." # >> @title:window -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Удаљени фајлови се не прихватају" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3465,56 +3383,22 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Изабрано је више од једне фасцикле, а како овај дијалог не прихвата " -"фасцикле, није могуће одлучити у коју да се уђе. Изаберите само једну да је " -"излистате." - -# >> @title:window -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Задато више од једне фасцикле" - -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Изабрана је бар једна фасцикла и један фајл. Изабрани фајлови ће бити " -"игнорисани, а фасцикла излистана" - -# >> @title:window -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Изабрани фајлови и фасцикле" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Не могу да нађем фајл ‘%1’" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Не могу да отворим фајл" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3529,44 +3413,44 @@ msgstr "" "је тренутна локација file:/home/%1, ово дугме ће вас одвести у " "file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Кликните овде да одете један корак уназад у историјату прегледања." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Кликните овде да одете један корак унапред у историјату прегледања." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Кликните овде да поново учитате садржај текуће локације." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Кликните овде да направите нову фасциклу." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Прикажи навигациони панел Места" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Прикажи обележиваче" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Скривени фајлови" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Опције" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3587,12 +3471,12 @@ msgstr "" "li>
  • навигациони панел Места
  • прегледи фајлова
  • одвајање " "фасцикли од фајлова
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Обележивачи" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3606,12 +3490,38 @@ msgstr "" "се иначе понашају као било где другде у КДЕ‑у." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Име:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "О&позови преименовање" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Име фајла:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Скривени фајлови" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3623,12 +3533,12 @@ msgstr "" "поклапања. Ову могућност можете контролисати десним кликом и избором " "пожељног режима из менија Допуна текста." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ово је име под којим ће се фајл сачувати." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3637,76 +3547,82 @@ msgstr "" "Ово је списак фајлова за отварање. Више фајлова се може задати навођењем " "њихових имена раздвојених размацима." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ово је име фајла који треба отворити." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Места" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Фајл ‘%1’ већ постоји. Желите ли да га пребришете?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Пребрисати фајл?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Можете бирати само локалне фајлове." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Удаљени фајлови се не прихватају" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Све фасцикле" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Направи фасциклу" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Отвори" # >! Needs plurals. -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Величина иконица: %1 пиксела" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Аутоматски изабери &наставак имена фајла (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "наставак %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Аутоматски изабери &наставак имена фајла" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "прикладан наставак" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3731,72 +3647,27 @@ msgstr "" "имена фајла (тачка ће бити аутоматски уклоњена).Ако нисте сигурни, " "оставите ову опцију укљученом јер је тако лакше руковати фајловима.
    " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Филтер:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтер:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"

    Ово је филтер који се примењује на списак фајлова. Имена фајлова која " -"се не уклапају у филтер неће бити приказана.

    Можете изабрати један од " -"предефинисаних филтера, или унети неки посебан директно у поље за текст.

    Дозвољени су џокери попут * и ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Направи нови тип фајла" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Извините" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Фајл шаблона %1 не постоји." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -# >> @title:window -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Стварање везе ка УРЛ‑у" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1|/|$[аку %1]" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3804,7 +3675,40 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Изабери друго име" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Извините" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Фајл шаблона %1 не постоји." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Стварање симвезе" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Стварање везе ка УРЛ‑у" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1|/|$[аку %1]" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3812,7 +3716,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3825,7 +3729,7 @@ msgstr "" "Име %1 почиње с тачком, тако да ће фасцикла подразумевано " "бити скривена." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3834,41 +3738,49 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Старија ставка по имену ‘%1’ већ постоји." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" @@ -3877,31 +3789,31 @@ msgstr "Фајл по имену ‘%1’ већ постоји." # >> @title:menu Create new folder, file, link... # Без „…нови“ јер се реченица прелива на ставке подменија. -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Направи" # >> @item:inmenu Create New -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "везу ка уређају" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "нова‑фасцикла" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "О&позови стварање фасцикле" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3911,52 +3823,104 @@ msgstr "" "Направи нову фасциклу у:\n" "‘%1’" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Изабери друго име" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "подразумевани" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Направи нови тип фајла" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Изабери друго име" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Изаберите програм за %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Изаберите &иконицу:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копирај" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Налепи" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Отвори помоћу" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Уреди" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навигација" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Пуна путања" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3964,7 +3928,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3976,6 +3940,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Места" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3999,29 +3972,29 @@ msgstr "Друго" msgid "Edit mode" msgstr "Режим уређивања" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Кликните за кретање кроз локације" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Кликните за уређивање локације" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Нисте овлашћени да извршите овај фајл." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Покрећем %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4029,12 +4002,12 @@ msgid "" "%2." msgstr "Не могу да учиним сервис %1 извршним, обустављам извршавање." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Нисте овлашћени да изаберете програм за отварање овог фајла." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4061,13 +4034,19 @@ msgstr "Грешка при уписивању слике у %1" msgid "Icon file too big, download aborted" msgstr "Фајл иконице превелик, преузимање обустављено" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No favicon found for %1" msgid "No mail client found" msgstr "Нема фавиконице за %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4078,30 +4057,30 @@ msgstr "" "%1\n" "није добар." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Покрећем %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Не могу да нађем фајл ‘%1’" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" # literal-segment: URL= -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4112,7 +4091,7 @@ msgstr "" "%1\n" "типа је везе, али нема унос „URL=...“." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4124,20 +4103,20 @@ msgstr "" "Фајл %1 је извршни програм. Неће бити покренут из безбедносних " "разлога." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4145,12 +4124,12 @@ msgid "" "%2." msgstr "Не могу да учиним сервис %1 извршним, обустављам извршавање." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Фајл уноса површи ‘%1’ нема унос „Type=...“." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4158,13 +4137,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Не могу да отворим фајл" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4257,74 +4236,69 @@ msgstr "" "измењен је.\n" "Желите ли да отпремите измене?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "К‑У/И‑извршавач" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "К‑У/И‑извршавач — отвара удаљене фајлове, надгледа промене, пита за отпремање" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003, програмери К‑освајача" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "Давид Фор" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Штефан Кулов" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Бернхард Розенкренцер" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Валдо Бастијан" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Освалд Буденхаген" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Узми УРЛ‑ове за локалне фајлове и затим их обриши" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Предложено име за преузети фајл" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Наредба за извршавање" # literal-segment: command -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "УРЛ‑ови или локални фајлови употребљени за „command“." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Постављам АЦЛ за %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4333,7 +4307,7 @@ msgstr "" "Не могу да изменим дозволе за\n" "‘%1’" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4342,130 +4316,38 @@ msgid "" "%1" msgstr "Не могу да променим власништво над ‘%1’." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Не могу да преименујем привремени фајл" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Не могу да пронађем наредбу mount" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Не могу да пронађем наредбу umount" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Напредне дозволе" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "дозволе" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Уклони" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Фасцикла" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Направи фасциклу" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "дозволе" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "1 File" -#| msgid_plural "%1 Files" -msgid "Open File" -msgstr "%1 фајл" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Фасцикла" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Име фајла:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Date: %1" -msgid "Target: %1" -msgstr "Датум: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Непознат прекид" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Не могу да копирам фајл из %1 у %2. (бр.грешке: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Нема медијума у уређају за %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Не могу да добавим кориснички ИД за дато име корисника %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Не могу да добавим групни ИД за дато име групе %1" @@ -4507,32 +4389,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Морате навести корисничко име и лозинку за приступ овом сајту." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сајт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Пријава у реду" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Не могу да се пријавим на %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "klauncher said: %1" msgid "" @@ -4540,7 +4422,7 @@ msgid "" "The server said: \"%1\"" msgstr "К‑лансер одговара: %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4549,12 +4431,12 @@ msgstr "" "Морате навести корисничко име и лозинку за прокси сервер наведен испод пре " "него што вам се дозволи приступ било ком сајту." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Аутентификација проксија није успела." @@ -4608,24 +4490,24 @@ msgid "" msgstr "Желите ли да прихватите овај сертификат заувек, без питања убудуће?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Аутентификација сервера" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Иначе, захтев би успео." # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" @@ -4634,7 +4516,7 @@ msgstr "" "да се добаве']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" @@ -4643,7 +4525,7 @@ msgstr "" "да се поставе']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" @@ -4652,7 +4534,7 @@ msgstr "" "направи']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" @@ -4661,7 +4543,7 @@ msgstr "" "фасцикла не може да се копира']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" @@ -4670,7 +4552,7 @@ msgstr "" "фасцикла не може да се помери']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" @@ -4679,7 +4561,7 @@ msgstr "" "може да се тражи']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" @@ -4688,7 +4570,7 @@ msgstr "" "фасцикла не може да се закључа']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" @@ -4697,7 +4579,7 @@ msgstr "" "фасцикла не може да се откључа']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" @@ -4706,7 +4588,7 @@ msgstr "" "фасцикла не може да се обрише']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" @@ -4715,7 +4597,7 @@ msgstr "" "за способности']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" @@ -4724,7 +4606,7 @@ msgstr "" "наведеног фајла или фасцикле не може да се добави']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" @@ -4732,13 +4614,13 @@ msgstr "" "изврши извештај у наведеној фасцикли|/|$[својства Не-може 'У наведеној " "фасцикли не може да се изврши извештај']" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Неочекивана грешка (%1) при покушају да се %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4746,13 +4628,13 @@ msgid "" "below." msgstr "Грешка при покушају да се %1, %2. Сажетак разлога је дат испод." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Одбијен је приступ при покушају да се %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4761,7 +4643,7 @@ msgstr "" "Ресурс не може бити направљен на одредишту све док се једна или више " "посредишних збирки (фасцикли) не направи." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4782,17 +4664,17 @@ msgstr "" "пребрисују.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Тражено закључавање није било одобрено. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер не подржава тип захтева у телу." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." @@ -4800,12 +4682,12 @@ msgstr "" "Не може да се %1 зато што је ресурс закључан.|/|$[Не-може %1] зато што је " "ресурс закључан." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ова радња је спречена другом грешком." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4816,7 +4698,7 @@ msgstr "" "фасциклу.|/|$[Не-може %1] зато што одредишни сервер одбија да прихвати фајл " "или фасциклу." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4825,19 +4707,19 @@ msgstr "" "Одредишни ресурс нема довољно простора да запише стање ресурса после " "извршења ове методе." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ресурс се не може обрисати." # У склопу реченице: „при покушају да се ...“ или „не може ...“ -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "отпреми %1|/|$[својства Не-може %1' не може да се отпреми']" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4850,15 +4732,15 @@ msgstr "Неочекивана грешка (%1) при покушају да с msgid "Network" msgstr "Мрежа" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Неисправан УРЛ %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4870,12 +4752,12 @@ msgstr "" "на изворну локацију. Можете или поново направити ту фасциклу па поновити " "наредбу, или превући ставку било где другде да бисте је вратили." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Овај фајл је већ у смећу." @@ -4913,7 +4795,7 @@ msgstr "Испразни садржај смећа" msgid "Restore a trashed file to its original location" msgstr "Врати фајл из смећа на његову изворну локацију" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4935,17 +4817,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Покушај поново" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Дијалог за аутентификацију" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Приступ одбијен" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Немате дозволу за приступ протоколу %1." @@ -5061,42 +4943,42 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, fuzzy, kde-format #| msgid "Expected checksum (MD5, SHA1 or SHA256)..." msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Нека контролна сума (МД5, СХА‑1, СХА‑256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Кликните да налепите контролну суму из клипборда у поље уноса." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "МД5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "СХА‑1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "СХА‑256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5106,9 +4988,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Израчунај" @@ -5117,140 +4999,229 @@ msgstr "Израчунај" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Кликните да копирате контролну суму у клипборд." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Одустани" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Премести овде" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Копирај овде" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "По&вежи овде" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Покрећем %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "What do you wish to do with this executable file?" msgid "What do you wish to do with this file?" msgstr "Шта желите да урадите са овим извршним фајлом?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Не питај више" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Отвори" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Изврши" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this executable file?" +msgid "Would you like to launch this file?" +msgstr "Шта желите да урадите са овим извршним фајлом?" # >> @info:progress -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Правим фасциклу" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Извор" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Одредиште" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Копирање" + # >> @info:progress -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Премештам" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Преименуј" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Премести у смеће" + # >> @info:progress -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Бришем" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "О&позови" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "О&позови копирање" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "О&позови повезивање" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "О&позови премештање" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "О&позови преименовање" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "О&позови бацање" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "О&позови стварање фасцикле" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "О&позови стварање фасцикли" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "О&позови стварање фајла" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Опозови па&кетно преименовање" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "О&позови копирање" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "О&позови повезивање" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "О&позови премештање" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "О&позови преименовање" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "О&позови бацање" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "О&позови стварање фасцикле" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "О&позови стварање фасцикли" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "О&позови стварање фајла" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Опозови па&кетно преименовање" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5264,12 +5235,12 @@ msgstr "" "Желите ли заиста да обришете %4?" # >> @title:window -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Потврда опозива копирања фајлова" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5284,23 +5255,24 @@ msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Обриши ставку" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Обриши ставку" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5326,7 +5298,7 @@ msgstr[3] "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5340,13 +5312,13 @@ msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Испразни смеће" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5356,7 +5328,7 @@ msgid "" "filename>" msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5453,7 +5425,7 @@ msgstr "Власник" msgid "Owning Group" msgstr "Власничка група" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Остали" @@ -5529,66 +5501,66 @@ msgstr "Ажурирање поставе система" msgid "Updating system configuration…" msgstr "Ажурирам поставу система..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "име" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "величина" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "датум" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "дозволе" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "власник" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Отвори &помоћу %1|/|Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1|/|$[ген %1]" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Радње" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5596,7 +5568,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5604,18 +5576,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Изврши" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5623,20 +5602,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Програм" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5646,126 +5625,145 @@ msgstr[1] "%1 ставке" msgstr[2] "%1 ставки" msgstr[3] "1 ставка" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "непознат" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Заустави" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Монтирање:" - -# >> @item:inlistbox Keyword delimiter character -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "размак" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Локација:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Величина:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Chan&ge..." -msgid "Change..." -msgstr "&Измени..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Садржај:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With" +msgid "Open with:" +msgstr "Отвори помоћу" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Chan&ge..." +msgid "Change..." +msgstr "&Измени..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Локација:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Величина:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Заустави" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Веза ка:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Измена:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Упозорење" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Created:" msgid "Created:" msgstr "Стварање:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Измена:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Приступ:" + #. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" msgstr "Фајл систем:" +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Монтирање:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Монтирање:" + +# >> @item:inlistbox Keyword delimiter character +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "размак" + #. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 +#: widgets/kfilepropspluginwidget.ui:546 #, fuzzy, kde-format #| msgctxt "@info:status" #| msgid "Unknown size" msgid "Unknown size" msgstr "непозната величина" -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Монтирање:" - -#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 -#, kde-format -msgid "Accessed:" -msgstr "Приступ:" - -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Отвори помоћу" - #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" @@ -6060,10 +6058,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Унесите овде опис програма, на основу његове намене. На пример: програм за " "модемско позивање на Интернет (КППП) могао би се описати као „Модемом на " @@ -6071,16 +6072,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Опис:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Опште" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Унесите овде какав год користан коментар." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Унесите овде опис програма, на основу његове намене. На пример: програм за " +"модемско позивање на Интернет (КППП) могао би се описати као „Модемом на " +"Интернет“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6090,9 +6101,10 @@ msgstr "&Коментар:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Прикажи &вредности променљивих окружења" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6316,7 +6328,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6329,38 +6341,61 @@ msgstr "" "Није могуће сачувати својства. Немате одговарајуће дозволе за упис у " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Опште" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Изабери друго име" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Освежи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1|/|$[аку %1]" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "непозната величина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6369,8 +6404,8 @@ msgstr "" "Рачунам... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6379,8 +6414,8 @@ msgstr[1] "%1 фајла" msgstr[2] "%1 фајлова" msgstr[3] "1 фајл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6389,105 +6424,111 @@ msgstr[1] "%1 потфасцикле" msgstr[2] "%1 потфасцикли" msgstr[3] "1 потфасцикла" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Рачунам..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Барем %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Ново име фајла је празно." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Подржани типови фајлова:" # >> @title:window -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Избор програма" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Стварање:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "&Измени..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Приступ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "приказ и измена садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "приказ садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "приказ и измена садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "приказ садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "приказ/читање и измена/писање" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Дозволе приступа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6496,37 +6537,37 @@ msgstr[1] "Сви фајлови су везе и немају дозволе." msgstr[2] "Сви фајлови су везе и немају дозволе." msgstr[3] "Овај фајл је веза и нема дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Само власник може да мења дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Власник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Одређује радње које су дозвољене власнику." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Одређује радње које су дозвољене члановима групе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Остали:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6536,31 +6577,31 @@ msgstr "" "власник ни чланови групе." # Јасно из контекста да је у питању фасцикла -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Само в&ласник може да преименује и брише садржај" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Поставите ову заставицу да дозволите извршавање фајла као програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Подразумевано корисничко име:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Изврши" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6571,7 +6612,7 @@ msgstr "" "садржане фајлове и фасцикле. Остали корисници могу само да додају нове " "фајлове, ако је дата дозвола за измену садржаја." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6580,75 +6621,75 @@ msgstr "" "Укључите ову опцију да означите фајл као извршан. Ово има смисла само за " "програме и скрипте, и неопходно је ако желите да их извршавате." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Напредне дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Власништво" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Корисник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Примени измене на све потфасцикле и њихов садржај" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Напредне дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "класа" # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "приказ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ова заставица омогућава приказивање садржаја фасцикле." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "читање" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Заставица читања омогућава приказивање садржаја фајла." # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "упис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6657,43 +6698,43 @@ msgstr "" "Ова заставица омогућава додавање, преименовање и брисање фајлова. Брисање и " "преименовање могу бити ограничени лепљивом заставицом." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "упис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Заставица за писање омогућава измену садржаја фајла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "улаз" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Поставите ову заставицу да дозволите улазак у фасциклу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "извршна" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Поставите ову заставицу да дозволите извршавање фајла као програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "посебно" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6702,24 +6743,24 @@ msgstr "" "Посебна заставица. Важи за целу фасциклу, тачно значење можете видети у " "десној колони." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Посебна заставица. Тачно значење можете видети у десној колони." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Корисник" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6727,7 +6768,7 @@ msgid "" msgstr "" "Са овом заставицом власник фасцикле ће бити власник свих нових фајлова." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6736,14 +6777,14 @@ msgstr "" "Ако је фајл извршни, уз ову заставицу ће бити извршаван са дозволама " "власника." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Са овом заставицом група фасцикле ће бити коришћена за све нове фајлове." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6751,7 +6792,7 @@ msgid "" msgstr "" "Ако је фајл извршни, уз ову заставица ће бити извршаван са дозволама групе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6761,7 +6802,7 @@ msgstr "" "брисати и преименовати фајлове. Иначе, сви са дозволом писања могу то да " "раде." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6770,33 +6811,33 @@ msgstr "" "Лепљива заставица на фајлу се игнорише под Линуксом, али се може користити " "на другим системима." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "стави УИД" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "стави ГИД" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "лепљива" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Веза" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Променљиво (без измене)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6805,7 +6846,7 @@ msgstr[1] "Ови фајлови користе напредне дозволе. msgstr[2] "Ови фајлови користе напредне дозволе." msgstr[3] "Овај фајл користи напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6814,51 +6855,40 @@ msgstr[1] "Ове фасцикле користе напредне дозвол msgstr[2] "Ове фасцикле користе напредне дозволе." msgstr[3] "Ова фасцикла користи напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ови фајлови користе напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Контролне суме" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Рачунам..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Неправилна контролна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Дати унос није правилна МД5, СХА‑1 или СХА‑256 контролна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Контролне суме се поклапају." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Израчуната контролна сума поклапа се са очекиваном." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6869,13 +6899,13 @@ msgstr "" "преузимање. Покушајте поново да преузмете фајл.
    Ако овера и после тога " "не пролази, обратите се некоме на извору фајла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Израчуната контролна сума разликује се од очекиване." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6883,18 +6913,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Оверавам контролну суму..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Ново име фајла је празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Ново име фајла је празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Рачунам..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "УРЛ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "УРЛ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6902,27 +6952,27 @@ msgstr "" "Није могуће сачувати својства. Подржане су само ставке на локалним фајл " "системима." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Програм" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Додај тип фајла за %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Одаберите један или више типова за додавање:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Извршни фајлови су подржани само на локалном фајл систему." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Напредне опције за %1" @@ -7027,22 +7077,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Подеси веб пречице..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Дијалог за отварање фајла" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Име фајла за садржај клипборда:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Налепи %1 фајл" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Налепи садржај клипборда" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7051,19 +7106,19 @@ msgstr "" "Клипборд је измењен од када сте последњи пут налепили нешто: изабрани формат " "података више није примењив. Копирајте поново то што желите да налепите." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Налепи једну фасциклу" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Налепи један фајл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7073,49 +7128,66 @@ msgstr[1] "Налепи %1 ставке" msgstr[2] "Налепи %1 ставки" msgstr[3] "Налепи једну ставку" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Налепи садржај клипборда" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Налепи" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Формат података:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Име фајла за садржај клипборда:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Име фајла за превучен садржај:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Датум: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Величина: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Примени на &све" # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7126,47 +7198,50 @@ msgstr "" "са постојећим фајлом у овој фасцикли." # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ако је ово попуњено, избор начињен кликом на дугме биће примењен и на све " "наредне сукобе у оквиру текућег посла." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Преименуј" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Предложи &ново име" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Пре&скочи" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Не копирај нити премештај ову фасциклу, пређи на следећу ставку" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Не копирај нити премештај овај фајл, пређи на следећу ставку" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Упиши унутра" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7179,26 +7254,26 @@ msgstr "" "Поново ћете бити упитани у случају сукоба са постојећим фајлом у тој " "фасцикли." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Пребрисати фајл?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Настави" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7207,139 +7282,121 @@ msgstr "" "Ова радња би пребрисала ‘%1’ самим собом.\n" "Унесите ново име фајла:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Настави" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ова радња ће пребрисати одредиште." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ова радња ће пребрисати одредиште." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Извор" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Одредиште" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "наставак %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +# rewrite-msgid: /Files// +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgctxt "KFile System Bookmarks" +#| msgid "Audio Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Аудио" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Старија ставка по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Сличан фајл по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Новија ставка по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Преименуј:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "&Преименуј" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Фајл по имену ‘%1’ већ постоји." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7350,39 +7407,207 @@ msgstr[1] "Измени изабрану идентификацију." msgstr[2] "Измени изабрану идентификацију." msgstr[3] "Измени изабрану идентификацију." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Измени изабрану идентификацију." +msgstr[1] "Измени изабрану идентификацију." +msgstr[2] "Измени изабрану идентификацију." +msgstr[3] "Измени изабрану идентификацију." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Отвори помоћу" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Измени изабрану идентификацију." +msgstr[1] "Измени изабрану идентификацију." +msgstr[2] "Измени изабрану идентификацију." +msgstr[3] "Измени изабрану идентификацију." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Изабери друго име" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Изабери друго име" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Подразумевано корисничко име:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Замени" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Преглед" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Информација" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замени" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Покушај поново" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Замени" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Прескочи" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7470,7 +7695,7 @@ msgstr "" "Удаљени домаћин није послао ниједан ССЛ сертификат.\n" "Обустављам јер се идентитет домаћина не може утврдити." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7528,9 +7753,9 @@ msgstr[3] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." @@ -7543,11 +7768,53 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[1] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[2] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[3] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7563,7 +7830,7 @@ msgstr[3] "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7575,38 +7842,38 @@ msgstr[1] "Желите ли заиста да баците ове %1 ставк msgstr[2] "Желите ли заиста да баците ових %1 ставки у смеће?" msgstr[3] "Желите ли заиста да баците ову ставку у смеће?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Ланац парњака за ССЛ сертификате делује искварено." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "ССЛ" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7614,17 +7881,182 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Упозорење" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ово ће покренути програм:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ако не верујете програму, кликните на „Одустани“." +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Фајл систем:" + +# >> @title:window +#~ msgid "Delete Files" +#~ msgstr "Брисање фајлова" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "О&позови стварање фасцикле" + +# >> @action:inmenu +#, fuzzy +#~| msgctxt "@title:menu" +#~| msgid "Move Here" +#~ msgid "Move Items" +#~ msgstr "Премести овде" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Преименуј" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Преношење" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Постављам АЦЛ за %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Напредне дозволе" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "дозволе" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Уклони" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Фасцикла" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "дозволе" + +#, fuzzy +#~| msgid "1 File" +#~| msgid_plural "%1 Files" +#~ msgid "Open File" +#~ msgstr "%1 фајл" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Фасцикла" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Име фајла:" + +#, fuzzy +#~| msgid "Date: %1" +#~ msgid "Target: %1" +#~ msgstr "Датум: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Непознат прекид" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Прикажи обележиваче" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Фајл је измењен" + +#~ msgid "&Description:" +#~ msgstr "&Опис:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Унесите овде какав год користан коментар." + +#~ msgid "Do not ask again" +#~ msgstr "Не питај више" + +#~ msgid "&Filter:" +#~ msgstr "&Филтер:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "

    Ово је филтер који се примењује на списак фајлова. Имена фајлова " +#~ "која се не уклапају у филтер неће бити приказана.

    Можете изабрати " +#~ "један од предефинисаних филтера, или унети неки посебан директно у поље " +#~ "за текст.

    Дозвољени су џокери попут * и ?.

    " + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Изабрано је више од једне фасцикле, а како овај дијалог не прихвата " +#~ "фасцикле, није могуће одлучити у коју да се уђе. Изаберите само једну да " +#~ "је излистате." + +# >> @title:window +#~ msgid "More than one folder provided" +#~ msgstr "Задато више од једне фасцикле" + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Изабрана је бар једна фасцикла и један фајл. Изабрани фајлови ће бити " +#~ "игнорисани, а фасцикла излистана" + +# >> @title:window +#~ msgid "Files and folders selected" +#~ msgstr "Изабрани фајлови и фасцикле" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Иако је сервер контактиран, одговор није примљен у оквиру времена " +#~ "додељеног за захтев на следећи начин:
    • прековреме за успостављање " +#~ "везе: %1 сек.
    • прековреме за пријем одговора: %2 сек.
    • прековреме за приступ прокси серверима: %3 сек.
    Имајте на " +#~ "уму да ове вредности можете изменити у Системским поставкама КДЕ‑а, под " +#~ "Мрежне поставке→Поставке повезивања.
    " + #~ msgid "Is &executable" #~ msgstr "&Извршно" @@ -8613,9 +9045,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ "

    Другачије, можете кликнути на дугме Откриј аутоматски како " #~ "би се покушало аутоматско откривање одговарајуће променљиве.

    " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Прикажи &вредности променљивих окружења" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Унесите ручно податке за подешавање прокси сервера." @@ -8769,12 +9198,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ "Прорачунати највећи простор на диску који се може користити за " #~ "смеће." -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Упозорење" - # >> @item:inlistbox When limit reached #~ msgid "Delete Oldest Files From Trash" #~ msgstr "обриши из смећа најстарије" @@ -8957,10 +9380,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ msgid "Space" #~ msgstr "размак" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "подразумевани" - # >> @title:window #~ msgid "Modify Web Shortcut" #~ msgstr "Измена веб пречице" @@ -9404,9 +9823,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ msgid "Icon size: %1 pixels (standard size)" #~ msgstr "Величина иконица: %1 пиксела (стандардна)" -#~ msgid "File name:" -#~ msgstr "Име фајла:" - #, fuzzy #~| msgid "Invalid Filenames" #~ msgid "Invalid Directory Name" @@ -9806,9 +10222,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ msgid "Read only" #~ msgstr "само за читање" -#~ msgid "File system:" -#~ msgstr "Фајл систем:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Тачка монтирања (/mnt/floppy):" @@ -9825,13 +10238,6 @@ msgstr "Ако не верујете програму, кликните на „ #~ msgid "Could not find any application or handler for %1" #~ msgstr "Не могу да нађем ниједан програм нити руковалац за %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Налепи %1 фајл" -#~ msgstr[1] "&Налепи %1 фајла" -#~ msgstr[2] "&Налепи %1 фајлова" -#~ msgstr[3] "&Налепи фајл" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Налепи %1 УРЛ" diff --git a/local/recipes/kde/kf6-kio/source/po/sr@ijekavian/kio6.po b/local/recipes/kde/kf6-kio/source/po/sr@ijekavian/kio6.po index be565e7333..91938424eb 100644 --- a/local/recipes/kde/kf6-kio/source/po/sr@ijekavian/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sr@ijekavian/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2017-12-17 18:00+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -33,12 +33,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "toptan@kde.org.yu,caslav.ilic@gmx.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Не могу да измијеним власништво над фајлом ‘%1’" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -50,13 +50,13 @@ msgstr "" "Не могу да промијеним власништво над фајлом %1. Немате довољно " "дозвола за овакву промјену." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Не могу да направим У/И захват: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -71,7 +71,7 @@ msgstr "" "Не могу да направим симболичку везу ‘%1’.\n" "Провјерите дозволе." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -91,23 +91,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Фасцикла већ постоји" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Фајл већ постоји" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Већ постоји као фасцикла" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -211,203 +211,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Премијештање" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Извор" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Одредиште" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Преименуј" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копирање" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Стварање фасцикле" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Фасцикла" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Брисање" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Фајл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Испитивање" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Преношење" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Монтирање" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Уређај" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Тачка монтирања" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Демонтирање" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -# rewrite-msgid: /Files// -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Audio Files" -msgid "Copy Files" -msgstr "Аудио" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Брисање фајлова" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "О&позови стварање фасцикле" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -# >> @action:inmenu -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "Move Here" -msgid "Move Items" -msgstr "Премјести овде" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Преименуј" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Стварање симвезе" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Преношење" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -834,6 +728,11 @@ msgid "File is too large to be trashed." msgstr "Фајл је превелик за смеће." #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -849,65 +748,65 @@ msgstr "" "\n" "Пошаљите извјештај о грешци на http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(непознат)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Технички разлог: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Детаљи захтјева:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • УРЛ: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Датум и вријеме: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Додатни подаци: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Могући узроци:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Могућа рјешења:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(непознат)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -916,17 +815,17 @@ msgstr "" "Обратите се подршци ради даље помоћи, било да се ради о систем-" "администратору или групи за техничку подршку." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Обратите се администратору сервера ради даље помоћи." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Провјерите ваша права приступа за овај ресурс." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -935,14 +834,14 @@ msgstr "" "Можда су вам права приступа недовољна за извођење захтијеваног поступка над " "овим ресурсом." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Фајл можда користи неки други корисник или програм (због чега је закључан)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -951,17 +850,17 @@ msgstr "" "Провјерите да ли неки други програм или корисник користи дати фајл или га је " "закључао." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Иако мало вјероватно, можда је дошло до хардверске грешке." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Можда сте наишли на грешку у програму." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -970,7 +869,7 @@ msgstr "" "Ово је највјероватније проузроковано грешком у програму. Размислите о слању " "извјештаја о грешци као што је описано испод." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -979,7 +878,7 @@ msgstr "" "Ажурирајте програм на најновију верзију. Ваша дистрибуција би требало да " "обезбјеђује алатке за ажурирање програмâ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1007,12 +906,12 @@ msgstr "" "податке дате изнад и додајте их у свој извјештај, заједно са свим осталим " "детаљима за које мислите да могу бити од помоћи." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Можда постоји проблем са вашом везом ка мрежи." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1021,7 +920,7 @@ msgstr "" "Можда постоји проблем у мрежној постави. Ако сте недавно без проблема " "приступали Интернету, ово је мало вјероватно." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1030,42 +929,42 @@ msgstr "" "Можда постоји проблем у некој тачки дуж мрежног пута између сервера и овог " "рачунара." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Покушајте поново, одмах или мало касније." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Можда је дошло до грешке или несагласности протокола." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Увјерите се да ресурс постоји и покушајте поново." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Наведени ресурс можда не постоји." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Провјерите да ли сте унијели тачну локацију и покушајте поново." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Провјерите стање везе ка мрежи." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Не могу да отворим ресурс за читање" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1Ово значи да садржај захтијеваног фајла или фасцикле %1 не може " "бити добављен јер није могао бити обезбјеђен приступ за читање.
    " -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Можда немате дозволе да читате фајл или отворите фасциклу." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Не могу да отворим ресурс за уписивање" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1093,19 +992,19 @@ msgstr "" "Ово значи да фајл %1 не може бити записан као што је захтијевано, " "зато што се не може добити приступ за упис." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" "Не могу да покренем процес захтеван протоколом %1|/|Не могу да покренем " "процес захтеван протоколом $[ном %1]" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Не могу да покренем процес" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1$[ном %1] не може да се нађе или покрене. Ово је обично из " "техничких разлога." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1129,12 +1028,12 @@ msgstr "" "при посљедњој надоградњи КДЕ‑а. То може изазвати несагласност програма са " "текућом верзијом и стога онемогућити покретање." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Унутрашња грешка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 пријавио је унутрашњу грешку." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Неправилно форматиран УРЛ" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://korisnik:lozinka@www." "primjer.org:port/fascikla/ime.nastavak?upit=vrijednost
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Протокол %1 није подржан" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1176,12 +1075,12 @@ msgstr "" "КДЕ програми тренутно инсталирани на овом рачунару не подржавају протокол " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Захтијевани протокол можда није подржан." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1190,7 +1089,7 @@ msgstr "" "Верзије протокола %1 које подржавају овај рачунар и сервер можда нису " "сагласне." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1207,17 +1106,17 @@ msgstr "" "href=\"http://kde-apps.org/\">http://kde-apps.org/ и http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "УРЛ не упућује на ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Протокол је филтерски протокол" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L%1 не подржава " "захтијевану радњу." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1265,17 +1164,17 @@ msgstr "" # >> Advice to the user, as in 'Please, attempt to find...', # >> and similar for many messages below after the problem has been stated -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Покушајте да нађете други начин за постизање истог исхода." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Очекиван је фајл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1284,17 +1183,17 @@ msgstr "" "Захтјев је очекивао фајл, али умјесто тога је пронађена фасцикла %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ово је можда грешка на страни сервера." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Очекивана је фасцикла" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1303,17 +1202,17 @@ msgstr "" "Захтјев је очекивао фасциклу, али умјесто тога је пронађен фајл %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Фајл или фасцикла не постоји" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Назначени фајл или фасцикла %1 не постоји." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1321,22 +1220,22 @@ msgid "" msgstr "" "Захтијевани фајл не може бити направљен зато што истоимени фајл већ постоји." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Премјестите тренутни фајл негдје другдје, па покушајте поново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Обришите тренутни фајл и покушајте поново." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Изаберите друго име за нови фајл." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1345,27 +1244,27 @@ msgstr "" "Захтијевана фасцикла не може бити направљена зато што истоимена фасцикла већ " "постоји." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Премјестите тренутну фасциклу негдје другдје, па покушајте поново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Обришите тренутну фасциклу и покушајте поново." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Изаберите друго име за нову фасциклу." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Непознат домаћин" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1374,35 +1273,35 @@ msgstr "" "Грешка „непознат домаћин“ указује да сервер са захтијеваним именом, " "%1, не може бити пронађен на Интернету." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Име које сте унијели, %1, можда не постоји: можда је погрешно унијето." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Приступ је одбијен" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Приступ задатом ресурсу %1 је одбијен." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Можда сте навели нетачне детаље за аутентификацију или их уопште нисте ни " "навели." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Ваш налог нема дозволу да приступа датом ресурсу." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1411,24 +1310,24 @@ msgstr "" "Поновите захтјев и увјерите се да су детаљи за аутентификацију исправно " "унијети." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Приступ за упис је одбијен" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Ово значи да је покушај уписа у фајл %1 одбијен." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Не могу да уђем у фасциклу" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1437,17 +1336,17 @@ msgstr "" "Ово значи да је покушај уласка (другим ријечима отварања) у захтијевану " "фасциклу %1 одбијен." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Листање фасцикле није доступно" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протокол %1 није фајл систем" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1457,12 +1356,12 @@ msgstr "" "Ово значи да је упућен захтјев који захтијева утврђивање садржаја фасцикле, " "а КДЕ програм који подржава овај протокол не може да то уради." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Откривена је кружна веза" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1474,7 +1373,7 @@ msgstr "" "или локацијом. КДЕ је открио везу или низ веза које резултују бесконачном " "петљом — тј. фајл је (можда неким изоколним путем) повезан са самим собом." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1483,27 +1382,27 @@ msgstr "" "Обришите један дио петље тако да више не буде бесконачна, па покушајте " "поново." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Корисник је обуставио захтјев" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Захтјев није довршен зато што га је корисник обуставио." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Поново покушајте захтјев." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Откривена је кружна веза при копирању" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1516,17 +1415,17 @@ msgstr "" "које резултују бесконачном петљом — тј. фајл је (можда неким изоколним " "путем) повезан са самим собом." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Не могу да остварим мрежну везу" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Не могу да створим сокет" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1535,8 +1434,8 @@ msgstr "" "Ово је прилично техничка грешка у којој потребни уређај за мрежну " "комуникацију (сокет) није могао бити створен." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1544,12 +1443,12 @@ msgid "" msgstr "" "Мрежна веза није можда добро подешена, или можда мрежно сучеље није укључено." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Веза ка серверу је одбијена" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1557,7 +1456,7 @@ msgid "" msgstr "" "Сервер %1 је одбио да дозволи овом рачунару да направи везу." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1566,7 +1465,7 @@ msgstr "" "Сервер, док је тренутно повезан на Интернет, не може бити подешен да " "дозвољава захтјеве." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1575,7 +1474,7 @@ msgstr "" "На серверу, док је тренутно повезан на Интернет, можда није покренут " "захтијевани сервис (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1585,12 +1484,12 @@ msgstr "" "Мрежни заштитни зид (уређај који ограничава интернет захтјеве), или штитећи " "вашу или мрежу сервера, можда је интервенисао и спријечио захтјев." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Веза са сервером је неочекивано затворена" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1599,7 +1498,7 @@ msgstr "" "Иако је успостављена веза са %1, затворена је на " "неочекиваној тачки комуникације." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1608,17 +1507,17 @@ msgstr "" "Можда је дошло до грешке у протоколу, која је проузроковала да сервер у " "одговор затвори везу." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "УРЛ ресурс је неисправан" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протокол %1 није филтерски протокол" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." # rewrite-msgid: /such an action/that/ -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1642,17 +1541,17 @@ msgstr "" "може учинити. Ово је риједак догађај, и врло вјероватно указује на грешку у " "програмирању." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Не могу да припремим улазно/излазни уређај" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Не могу да монтирам уређај" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1661,7 +1560,7 @@ msgstr "" "Захтијевани уређај није могао бити припремљен („монтиран“). Пријављена " "грешка је: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1671,7 +1570,7 @@ msgstr "" "Уређај можда није спреман, нпр. можда није убачен медијум у ЦД јединицу; " "или, ако се ради о периферном/преносном уређају, можда није исправно повезан." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1580,7 @@ msgstr "" "Можда немате дозволе да припремите („монтирате“) уређај. На уникс системима " "често су потребна овлашћења систем-администратора за припремање уређаја." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1590,17 @@ msgstr "" "медијум, а преносни уређаји морају бити повезани и укључени; затим покушајте " "поново." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Не могу да отпустим улазно/излазни уређај" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Не могу да демонтирам уређај" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1609,7 @@ msgstr "" "Захтијевани уређај није могао бити отпуштен („демонтиран“). Пријављена " "грешка је: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1721,7 +1620,7 @@ msgstr "" "отворен прозор прегледача на локацији на овом уређају може да изазове овакво " "заузеће." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1732,18 +1631,18 @@ msgstr "" "системима често су потребна овлашћења систем-администратора за отпуштање " "уређаја." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Увјерите се да ниједан програм не приступа уређају, па покушајте поново." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Не могу да читам из ресурса" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1752,17 +1651,17 @@ msgstr "" "Ово значи да иако је ресурс %1 могао бити отворен, дошло је " "до грешке при читању садржаја из њега." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Можда немате дозволе за читање из овог ресурса." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Не могу да пишем у ресурс" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1771,22 +1670,22 @@ msgstr "" "Ово значи да иако је ресурс %1 могао бити отворен, дошло је " "до грешке при упису садржаја у њега." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Можда немате дозволе за писање у овај ресурс." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Не могу да слушам за мрежним везама" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Не могу да повежем" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1797,17 +1696,17 @@ msgstr "" "комуникацију (сокет) није могао бити успостављен тако да слуша долазеће " "мрежне везе." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Не могу да слушам" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Не могу да прихватим мрежну везу" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1816,33 +1715,33 @@ msgstr "" "Ово је прилично техничка грешка до које је дошло приликом покушаја да се " "прихвати долазећа мрежна веза." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Можда немате дозволе за прихватање ове везе." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Не могу да се пријавим: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Пријављивање ради извођења захтијеваног поступка није успело." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Не могу да одредим стање ресурса" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Не могу да испитам ресурс" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1851,69 +1750,69 @@ msgstr "" "Одређивање податка о стању ресурса %1 (назив, тип, " "величина, итд.) није успјело." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Задати ресурс можда не постоји или није приступачан." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Не могу да откажем листање" # well-spelled: ПОПРАВИМЕ -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ПОПРАВИМЕ: Документуј ово" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Не могу да направим фасциклу" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Прављење захтијеване фасцикле није успело." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Локација гдје је фасцикла требало да се направи можда не постоји." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Не могу да уклоним фасциклу" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Уклањање задате фасцикле %1 није успело." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Задата фасцикла можда не постоји." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Задата фасцикла можда није празна." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Увјерите се да фасцикла постоји и да је празна, па покушајте поново." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Не могу да наставим пренос фајла" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1922,44 +1821,44 @@ msgstr "" "Задати захтјев је затражио да се пренос фајла %1 настави од " "одређене тачке. То није било могуће." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Протокол, или сервер, можда не подржава наставак преноса." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Поновите захтјев без покушаја да се пренос настави." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Не могу да преименујем ресурс" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Преименовање наведеног ресурса %1 није успело." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Не могу да измијеним дозволе ресурса" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Промјена дозвола за наведени ресурс %1 није успела." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Не могу да промијеним власништво над ресурсом" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 није успела." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Не могу да обришем ресурс" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Брисање наведеног ресурса %1 није успјело." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Неочекивано окончање програма" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 неочекивано је прекинут." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Нема више меморије" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 није могао да добије меморију потребну за наставак." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Непознат прокси домаћин" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, дошло је до грешке „непознат домаћин“. Ова грешка значи да " "захтијевано име није могло да се пронађе на Интернету." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2032,17 +1931,17 @@ msgstr "" "проксија. Ако сте недавно приступали Интернету без проблема, ово је мало " "вјероватно." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Пажљиво провјерите поставке проксија и покушајте поново." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Аутентификација није неуспјела: метод %1 није подржан" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2053,7 +1952,7 @@ msgstr "" "зато што КДЕ програм који који изводи протокол %1 не подржава метод који " "сервер користи." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2066,17 +1965,17 @@ msgstr "" "bugs.kde.org/ да обавијестите програмере КДЕ‑а о неподржаном методу " "аутентификације.
    " -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Захтјев је отказан" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Унутрашња грешка у серверу" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2085,7 +1984,7 @@ msgstr "" "Програм на серверу који обезбјеђује приступ протоколу %1 " "пријавио је унутрашњу грешку: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2094,12 +1993,12 @@ msgstr "" "Ово је највјероватније изазвано грешком у програму на серверу. Размислите о " "слању извјештаја о грешци као што је објашњено испод." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Обратите се администратору сервера да бисте му указали на проблем." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2107,40 +2006,29 @@ msgid "" msgstr "" "Ако знате ко су аутори програма на серверу, пошаљите извештај директно њима." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Грешка прековремена" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Иако је сервер контактиран, одговор није примљен у оквиру времена " -"додељеног за захтјев на сљедећи начин:
    • прековријеме за успостављање " -"везе: %1 сек.
    • прековријеме за пријем одговора: %2 сек.
    • прековријеме за приступ прокси серверима: %3 сек.
    Имајте на " -"уму да ове вриједности можете измијенити у Системским поставкама КДЕ‑а, под " -"Мрежне поставке→Поставке повезивања.
    " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер је био презаузет одговарањем на друге захтјеве да би одговорио." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Непозната грешка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "пријавио је непознату грешку: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Непознат прекид" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "пријавио је прекид непознатог типа: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Не могу да обришем изворни фајл" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2178,12 +2066,12 @@ msgstr "" "Поступак је захтијевао брисање изворног фајла, највјероватније на крају " "поступка премијештања. Изворни фајл %1 није могао бити обрисан." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Не могу да обришем привремени фајл" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2194,12 +2082,12 @@ msgstr "" "садржај који се преузима. Тај привремени фајл %1 није могао бити " "обрисан.
    " -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Не могу да преименујем изворни фајл" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2208,12 +2096,12 @@ msgstr "" "Поступак је захтијевао преименовање изворног фајла %1, али се " "то није могло извести." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Не могу да преименујем привремени фајл" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2222,33 +2110,33 @@ msgstr "" "Поступак је захтијевао стварање привременог фајла %1, али се то " "није могло извести." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Не могу да направим везу" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Не могу да направим симболичку везу" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Захтијевана симболичка веза %1 није могла бити направљена." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Без садржаја" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Диск је пун" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2257,7 +2145,7 @@ msgstr "" "Захтијевани фајл %1 није могао да буде записан јер нема довољно " "простора на диску." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2268,12 +2156,12 @@ msgstr "" "привремене фајлове, 2) архивирати неке на уклоњиви медијум попут ЦД‑а, или " "3) набавити већи диск." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Изворни и одредишни фајл су истовјетни" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2282,17 +2170,17 @@ msgstr "" "Поступак није могао бити довршен зато што су изворни и одредишни фајл један " "те исти." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Изаберите другачије име за одредишни фајл." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Фајл или фасцикла превучена сама на себе" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2301,17 +2189,17 @@ msgstr "" "Поступак није могао бити довршен зато што су изворни и одредишни фајл или " "фасцикла једно те исто." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Превуците ставку на различит фајл или фасциклу." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Фасцикла премештена сама у себе" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2320,17 +2208,17 @@ msgstr "" "Поступак није могао бити довршен зато што извор не може да се премести сам у " "себе." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Преместите ставку у различиту фасциклу." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Не могу да комуницирам са сервером лозинки" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2340,24 +2228,24 @@ msgstr "" "сервисом за захтевање лозинки (kpasswdserver)." # rewrite-msgid: /your session/your desktop session/ -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Покушајте ресетујете сесију површи, или потражите грешке у дневнику kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Не могу да припремим протокол %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Не могу да направим У/И захват" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2371,7 +2259,7 @@ msgstr "" "обезбјеђује приступ протоколу $[ном %1] не може да се " "покрене. Ово је обично из техничких разлога." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2383,13 +2271,13 @@ msgstr "" "К‑лансер не може да нађе или покрене прикључак који обезбјеђује протокол. " "Ово значи да имате застарелу верзију прикључка." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2397,35 +2285,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументована грешка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(симболичка веза ка %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, веза ка %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (показује на %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2434,25 +2322,25 @@ msgstr "" "Лоше формиран УРЛ\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Не могу да извучем извршно име из ‘%1’, унесите исправно име програма." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2460,103 +2348,103 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Протокол %1 не подржава отварање веза." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Протокол %1 не подржава затварање веза." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Протокол %1 не подржава приступање фајловима." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Упис у %1 није подржан.|/|Упис у $[аку %1] није подржан." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Нема никаквих посебних радњи за протокол %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Протокол %1 не подржава листање фасцикли." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" "Преузимање података преко %1 није подржано.|/|Преузимање података преко " "$[ген %1] није подржано." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" "Добављање податка о МИМЕ типу преко %1 није подржано.|/|Добављање податка о " "МИМЕ типу преко $[ген %1] није подржано." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Преименовање или премијештање фајлова унутар %1 није подржано.|/|" "Преименовање или премијештање фајлова унутар $[ген %1] није подржано." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Протокол %1 не подржава стварање симболичких веза." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" "Копирање фајлова унутар %1 није подржано.|/|Копирање фајлова унутар $[ген " "%1] није подржано." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" "Брисање фајлова преко %1 није подржано.|/|Брисање фајлова преко $[ген %1] " "није подржано." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Протокол %1 не подржава стварање фасцикли." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Протокол %1 не подржава мијењање атрибута фајловима." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Протокол %1 не подржава мијењање власништва над фајловима." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Протокол %1 не подржава отварање фајлова." # >> %2 is a numeric code of the action -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протокол %1 не подржава радњу %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2565,117 +2453,140 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Непознат протокол „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Не могу да пронађем У/И захват за протокол „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Не могу да направим сокет за покретање У/И захват за протокол „%1“." # literal-segment: kioslave -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не могу да пронађем извршни фајл kioslave на „%1“." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Детаљи" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Заувијек" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Нас&тави" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Само за &текућу сесију" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "О&позови стварање фасцикле" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "О&позови стварање фасцикле" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Нисте изабрали фајл за брисање." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ничег за брисање" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Нисте изабрали фајл за бацање у смеће." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ничег за смеће" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Наведена фасцикла не постоји или се не може читати." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Мени" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Родитељска фасцикла" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домаћа фасцикла" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Учитај поново" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2683,217 +2594,217 @@ msgctxt "@action" msgid "New Folder…" msgstr "нова‑фасцикла" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Премјести у смеће" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Обриши" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ређање" # >> @title:column Site Specific Identification -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "име сајта" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "по датуму" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Тип ставке" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "опадајуће" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "опадајуће" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Скривени фајлови" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Детаљан приказ" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Положај иконица" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "поред имена фајла|/|$[својства списковно 'иконице поред имена фајла']" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "изнад имена фајла|/|$[својства списковно 'иконице изнад имена фајла']" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Сажети приказ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Детаљан приказ" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Приказ стабла" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Детаљни приказ стабла" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Скривени фајлови" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Преглед" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Преглед" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Својства" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Приказ" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "прво фасцикле" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "прво фасцикле" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "прво фасцикле" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "прво фасцикле" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодирање:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Отвори" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Сачувај као" @@ -2949,44 +2860,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Премјести овде" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|сви фајлови" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "сви подржани типови фајлова" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "сви фајлови" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Додавање ставке у Мјеста" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Уређивање ставке у Мјестима" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2998,17 +2909,17 @@ msgstr "" "требало да буде једна или двије ријечи које ће вас подсјетити на шта ова " "ставка упућује. Ако је не унесете, биће изведена из УРЛ‑а локације.

    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Етикета:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Овдје иде описна етикета" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3021,12 +2932,12 @@ msgstr "" "kde/stable

    Кликом на дугме поред поља за унос текста можете " "прегледати наведени УРЛ.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Локација:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -3035,17 +2946,17 @@ msgstr "" "Ово је иконица која ће се стајати уз ставку у панелу Мјеста.

    Кликните на дугме да изаберете неку другу.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Изаберите &иконицу:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Приказуј само у оквиру &овог програма (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3056,130 +2967,130 @@ msgstr "" "текући програм (%1).

    У супротном, ставка ће бити доступна у свим " "програмима.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Мјеста" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Удаљено" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Претрага" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Уређаји" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Уклоњиви уређаји" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (грешка %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Домаће" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Документи" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Мрежа" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Смеће" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Видео" # >> @title:window -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Брисање фајлова" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Локација:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Измјена:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 #, fuzzy #| msgctxt "KFile System Bookmarks" #| msgid "Yesterday" @@ -3187,48 +3098,55 @@ msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Јуче" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Не могу да нађем програм „%1“." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Фасцикла не може да се премести сама у себе." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Подеси веб пречице..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" # >> Release a removable device, so that it can be unplugged. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Ослободи „%1“|/|&Ослободи „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Безбједно уклони „%1“|/|&Безбједно уклони „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безбједно уклони „%1“|/|&Безбједно уклони „$[аку %1]“" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3236,43 +3154,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Демонтирање" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Демонтирај" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Избаци" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Уређај „%1“ није диск и не може се избацити." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Грешка при приступу „%1“, систем јавља: %2|/|Грешка при приступу „$[дат " "%1]“, систем јавља: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Грешка при приступу „%1“|/|Грешка при приступу „$[дат %1]“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3285,19 +3203,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3305,98 +3223,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Слободно %1 од %2 (%3% попуњено)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (скривено)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Испразни смеће" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Монтирај" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Отвори помоћу" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Додај ставку..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Уреди" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Уклони" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Сакриј одељак" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Сакриј одељак" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Прикажи све уносе" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Сажети приказ" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3405,54 +3323,54 @@ msgctxt "" msgid "Auto Resize" msgstr "Откриј &аутоматски" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Date: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Датум: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Можете изабрати само један фајл." # >> @title:window -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Задато више од једног фајла" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Можете бирати само локалне фајлове." # >> @title:window -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Удаљени фајлови се не прихватају" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3465,56 +3383,22 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Изабрано је више од једне фасцикле, а како овај дијалог не прихвата " -"фасцикле, није могуће одлучити у коју да се уђе. Изаберите само једну да је " -"излистате." - -# >> @title:window -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Задато више од једне фасцикле" - -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Изабрана је бар једна фасцикла и један фајл. Изабрани фајлови ће бити " -"игнорисани, а фасцикла излистана" - -# >> @title:window -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Изабрани фајлови и фасцикле" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Не могу да нађем фајл ‘%1’" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Не могу да отворим фајл" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

    For " @@ -3529,44 +3413,44 @@ msgstr "" "ако је тренутна локација file:/home/%1, ово дугме ће вас одвести у " "file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Кликните овдје да одете један корак уназад у историјату прегледања." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Кликните овде да одете један корак унапријед у историјату прегледања." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Кликните овдје да поново учитате садржај текуће локације." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Кликните овдје да направите нову фасциклу." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Прикажи навигациони панел Мјеста" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Прикажи обиљеживаче" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Скривени фајлови" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Опције" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3587,12 +3471,12 @@ msgstr "" "li>
  • навигациони панел Мјеста
  • прегледи фајлова
  • одвајање " "фасцикли од фајлова
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Обиљеживачи" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3606,12 +3490,38 @@ msgstr "" "се иначе понашају као било где другдје у КДЕ‑у." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Име:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "О&позови преименовање" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Име фајла:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Скривени фајлови" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3623,12 +3533,12 @@ msgstr "" "поклапања. Ову могућност можете контролисати десним кликом и избором " "пожељног режима из менија Допуна текста." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ово је име под којим ће се фајл сачувати." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3637,76 +3547,82 @@ msgstr "" "Ово је списак фајлова за отварање. Више фајлова се може задати навођењем " "њихових имена раздвојених размацима." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ово је име фајла који треба отворити." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Мјеста" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Фајл ‘%1’ већ постоји. Желите ли да га пребришете?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Пребрисати фајл?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Можете бирати само локалне фајлове." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Удаљени фајлови се не прихватају" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Све фасцикле" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Направи фасциклу" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Отвори" # >! Needs plurals. -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Величина иконица: %1 пиксела" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Аутоматски изабери &наставак имена фајла (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "наставак %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Аутоматски изабери &наставак имена фајла" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "прикладан наставак" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3731,72 +3647,27 @@ msgstr "" "имена фајла (тачка ће бити аутоматски уклоњена).Ако нисте сигурни, " "оставите ову опцију укљученом јер је тако лакше руковати фајловима.
    " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Филтер:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтер:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"

    Ово је филтер који се примјењује на списак фајлова. Имена фајлова " -"која се не уклапају у филтер неће бити приказана.

    Можете изабрати " -"један од предефинисаних филтера, или унијети неки посебан директно у поље за " -"текст.

    Дозвољени су џокери попут * и ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Направи нови тип фајла" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Извините" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Фајл шаблона %1 не постоји." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -# >> @title:window -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Стварање везе ка УРЛ‑у" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1|/|$[аку %1]" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3804,7 +3675,40 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Изабери друго име" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Извините" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Фајл шаблона %1 не постоји." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Стварање симвезе" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Стварање везе ка УРЛ‑у" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1|/|$[аку %1]" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3812,7 +3716,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3825,7 +3729,7 @@ msgstr "" "Име %1 почиње с тачком, тако да ће фасцикла подразумијевано " "бити скривена." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3834,41 +3738,49 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Старија ставка по имену ‘%1’ већ постоји." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" @@ -3877,31 +3789,31 @@ msgstr "Фајл по имену ‘%1’ већ постоји." # >> @title:menu Create new folder, file, link... # Без „…нови“ јер се реченица прелива на ставке подменија. -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Направи" # >> @item:inmenu Create New -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "везу ка уређају" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "нова‑фасцикла" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "О&позови стварање фасцикле" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3911,52 +3823,104 @@ msgstr "" "Направи нову фасциклу у:\n" "‘%1’" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Изабери друго име" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "подразумијевани" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Направи нови тип фајла" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Изабери друго име" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Изаберите програм за %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Изаберите &иконицу:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копирај" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Налијепи" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Отвори помоћу" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Уреди" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навигација" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Пуна путања" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3964,7 +3928,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3976,6 +3940,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Мјеста" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3999,29 +3972,29 @@ msgstr "Друго" msgid "Edit mode" msgstr "Режим уређивања" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Кликните за кретање кроз локације" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Кликните за уређивање локације" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Нисте овлашћени да извршите овај фајл." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Покрећем %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4029,12 +4002,12 @@ msgid "" "%2." msgstr "Не могу да учиним сервис %1 извршним, обустављам извршавање." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Нисте овлашћени да изаберете програм за отварање овог фајла." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4061,13 +4034,19 @@ msgstr "Грешка при уписивању слике у %1" msgid "Icon file too big, download aborted" msgstr "Фајл иконице превелик, преузимање обустављено" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No favicon found for %1" msgid "No mail client found" msgstr "Нема фавиконице за %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4078,30 +4057,30 @@ msgstr "" "%1\n" "није добар." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Покрећем %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Не могу да нађем фајл ‘%1’" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" # literal-segment: URL= -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4112,7 +4091,7 @@ msgstr "" "%1\n" "типа је везе, али нема унос „URL=...“." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4124,20 +4103,20 @@ msgstr "" "Фајл %1 је извршни програм. Неће бити покренут из безбједносних " "разлога." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4145,12 +4124,12 @@ msgid "" "%2." msgstr "Не могу да учиним сервис %1 извршним, обустављам извршавање." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Фајл уноса површи ‘%1’ нема унос „Type=...“." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4158,13 +4137,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Не могу да отворим фајл" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4257,75 +4236,70 @@ msgstr "" "измијењен је.\n" "Желите ли да отпремите измјене?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "К‑У/И‑извршавач" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "К‑У/И‑извршавач — отвара удаљене фајлове, надгледа промјене, пита за " "отпремање" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003, програмери К‑освајача" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "Давид Фор" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Штефан Кулов" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Бернхард Розенкренцер" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Валдо Бастијан" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Освалд Буденхаген" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Узми УРЛ‑ове за локалне фајлове и затим их обриши" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Предложено име за преузети фајл" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Наредба за извршавање" # literal-segment: command -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "УРЛ‑ови или локални фајлови употријебљени за „command“." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Постављам АЦЛ за %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4334,7 +4308,7 @@ msgstr "" "Не могу да измијеним дозволе за\n" "‘%1’" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4343,130 +4317,38 @@ msgid "" "%1" msgstr "Не могу да промијеним власништво над ‘%1’." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Не могу да преименујем привремени фајл" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Не могу да пронађем наредбу mount" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Не могу да пронађем наредбу umount" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Напредне дозволе" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "дозволе" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Уклони" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Фасцикла" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Направи фасциклу" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "дозволе" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "1 File" -#| msgid_plural "%1 Files" -msgid "Open File" -msgstr "%1 фајл" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Фасцикла" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Име фајла:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Date: %1" -msgid "Target: %1" -msgstr "Датум: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Непознат прекид" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Не могу да копирам фајл из %1 у %2. (бр.грешке: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Нема медијума у уређају за %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Не могу да добавим кориснички ИД за дато име корисника %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Не могу да добавим групни ИД за дато име групе %1" @@ -4508,32 +4390,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Морате навести корисничко име и лозинку за приступ овом сајту." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сајт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Пријава у реду" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Не могу да се пријавим на %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "klauncher said: %1" msgid "" @@ -4541,7 +4423,7 @@ msgid "" "The server said: \"%1\"" msgstr "К‑лансер одговара: %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4550,12 +4432,12 @@ msgstr "" "Морате навести корисничко име и лозинку за прокси сервер наведен испод прије " "него што вам се дозволи приступ било ком сајту." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Аутентификација проксија није успјела." @@ -4609,24 +4491,24 @@ msgid "" msgstr "Желите ли да прихватите овај сертификат заувијек, без питања убудуће?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Аутентификација сервера" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Иначе, захтјев би успио." # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" @@ -4635,7 +4517,7 @@ msgstr "" "могу да се добаве']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" @@ -4644,7 +4526,7 @@ msgstr "" "могу да се поставе']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" @@ -4653,7 +4535,7 @@ msgstr "" "направи']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" @@ -4662,7 +4544,7 @@ msgstr "" "фасцикла не може да се копира']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" @@ -4671,7 +4553,7 @@ msgstr "" "фасцикла не може да се помјери']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" @@ -4680,7 +4562,7 @@ msgstr "" "може да се тражи']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" @@ -4689,7 +4571,7 @@ msgstr "" "фасцикла не може да се закључа']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" @@ -4698,7 +4580,7 @@ msgstr "" "фасцикла не може да се откључа']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" @@ -4707,7 +4589,7 @@ msgstr "" "фасцикла не може да се обрише']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" @@ -4716,7 +4598,7 @@ msgstr "" "за способности']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" @@ -4725,7 +4607,7 @@ msgstr "" "наведеног фајла или фасцикле не може да се добави']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" @@ -4733,13 +4615,13 @@ msgstr "" "изврши извјештај у наведеној фасцикли|/|$[својства Не-може 'У наведеној " "фасцикли не може да се изврши извјештај']" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Неочекивана грешка (%1) при покушају да се %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4747,13 +4629,13 @@ msgid "" "below." msgstr "Грешка при покушају да се %1, %2. Сажетак разлога је дат испод." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Одбијен је приступ при покушају да се %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4762,7 +4644,7 @@ msgstr "" "Ресурс не може бити направљен на одредишту све док се једна или више " "посредишних збирки (фасцикли) не направи." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4783,17 +4665,17 @@ msgstr "" "пребрисују.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Тражено закључавање није било одобрено. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер не подржава тип захтијева у телу." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." @@ -4801,12 +4683,12 @@ msgstr "" "Не може да се %1 зато што је ресурс закључан.|/|$[Не-може %1] зато што је " "ресурс закључан." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ова радња је спријечена другом грешком." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4817,7 +4699,7 @@ msgstr "" "фасциклу.|/|$[Не-може %1] зато што одредишни сервер одбија да прихвати фајл " "или фасциклу." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4826,19 +4708,19 @@ msgstr "" "Одредишни ресурс нема довољно простора да запише стање ресурса послије " "извршења ове методе." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Ресурс се не може обрисати." # У склопу реченице: „при покушају да се ...“ или „не може ...“ -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "отпреми %1|/|$[својства Не-може %1' не може да се отпреми']" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4851,15 +4733,15 @@ msgstr "Неочекивана грешка (%1) при покушају да с msgid "Network" msgstr "Мрежа" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Неисправан УРЛ %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4871,12 +4753,12 @@ msgstr "" "на изворну локацију. Можете или поново направити ту фасциклу па поновити " "наредбу, или превући ставку било гдје другдје да бисте је вратили." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Овај фајл је већ у смећу." @@ -4914,7 +4796,7 @@ msgstr "Испразни садржај смећа" msgid "Restore a trashed file to its original location" msgstr "Врати фајл из смећа на његову изворну локацију" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4936,17 +4818,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Покушај поново" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Дијалог за аутентификацију" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Приступ одбијен" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Немате дозволу за приступ протоколу %1." @@ -5062,42 +4944,42 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, fuzzy, kde-format #| msgid "Expected checksum (MD5, SHA1 or SHA256)..." msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Нека контролна сума (МД5, СХА‑1, СХА‑256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Кликните да налепите контролну суму из клипборда у поље уноса." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "МД5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "СХА‑1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "СХА‑256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5107,9 +4989,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Израчунај" @@ -5118,140 +5000,229 @@ msgstr "Израчунај" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Кликните да копирате контролну суму у клипборд." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Одустани" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Премести овде" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Копирај овде" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "По&вежи овде" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Покрећем %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "What do you wish to do with this executable file?" msgid "What do you wish to do with this file?" msgstr "Шта желите да урадите са овим извршним фајлом?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Не питај више" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Отвори" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Изврши" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this executable file?" +msgid "Would you like to launch this file?" +msgstr "Шта желите да урадите са овим извршним фајлом?" # >> @info:progress -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Правим фасциклу" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Извор" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Одредиште" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Копирање" + # >> @info:progress -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Премијештам" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Преименуј" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Премјести у смеће" + # >> @info:progress -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Бришем" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "О&позови" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "О&позови копирање" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "О&позови повезивање" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "О&позови премијештање" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "О&позови преименовање" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "О&позови бацање" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "О&позови стварање фасцикле" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "О&позови стварање фасцикли" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "О&позови стварање фајла" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Опозови па&кетно преименовање" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "О&позови копирање" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "О&позови повезивање" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "О&позови премијештање" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "О&позови преименовање" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "О&позови бацање" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "О&позови стварање фасцикле" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "О&позови стварање фасцикли" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "О&позови стварање фајла" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Опозови па&кетно преименовање" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5265,12 +5236,12 @@ msgstr "" "Желите ли заиста да обришете %4?" # >> @title:window -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Потврда опозива копирања фајлова" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5285,23 +5256,24 @@ msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Обриши ставку" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Обриши ставку" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5327,7 +5299,7 @@ msgstr[3] "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5341,13 +5313,13 @@ msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Испразни смеће" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5357,7 +5329,7 @@ msgid "" "filename>" msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5454,7 +5426,7 @@ msgstr "Власник" msgid "Owning Group" msgstr "Власничка група" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Остали" @@ -5530,66 +5502,66 @@ msgstr "Ажурирање поставе система" msgid "Updating system configuration…" msgstr "Ажурирам поставу система..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "име" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "величина" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "датум" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "дозволе" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "власник" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Отвори &помоћу %1|/|Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1|/|$[ген %1]" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Радње" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5597,7 +5569,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5605,18 +5577,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Изврши" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Отвори помоћу %1|/|&Отвори $[инс-п %1]" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5624,20 +5603,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Отвори помоћу" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Програм" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5647,126 +5626,145 @@ msgstr[1] "%1 ставке" msgstr[2] "%1 ставки" msgstr[3] "1 ставка" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "непознат" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Заустави" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Монтирање:" - -# >> @item:inlistbox Keyword delimiter character -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "размак" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Локација:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Величина:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Chan&ge..." -msgid "Change..." -msgstr "&Измијени..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Садржај:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With" +msgid "Open with:" +msgstr "Отвори помоћу" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Chan&ge..." +msgid "Change..." +msgstr "&Измијени..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Локација:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Величина:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Заустави" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Веза ка:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Измјена:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Упозорење" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Created:" msgid "Created:" msgstr "Стварање:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Измјена:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Приступ:" + #. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" msgstr "Фајл систем:" +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Монтирање:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Монтирање:" + +# >> @item:inlistbox Keyword delimiter character +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "размак" + #. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 +#: widgets/kfilepropspluginwidget.ui:546 #, fuzzy, kde-format #| msgctxt "@info:status" #| msgid "Unknown size" msgid "Unknown size" msgstr "непозната величина" -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Монтирање:" - -#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 -#, kde-format -msgid "Accessed:" -msgstr "Приступ:" - -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Отвори помоћу" - #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" @@ -6061,10 +6059,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Унесите овдје опис програма, на основу његове намјене. На примјер: програм " "за модемско позивање на Интернет (КППП) могао би се описати као „Модемом на " @@ -6072,16 +6073,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Опис:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Опште" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Унесите овдје какав год користан коментар." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Унесите овдје опис програма, на основу његове намјене. На примјер: програм " +"за модемско позивање на Интернет (КППП) могао би се описати као „Модемом на " +"Интернет“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6091,9 +6102,10 @@ msgstr "&Коментар:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Прикажи &вриједности промјенљивих окружења" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6317,7 +6329,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6330,38 +6342,61 @@ msgstr "" "Није могуће сачувати својства. Немате одговарајуће дозволе за упис у " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Опште" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Изабери друго име" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Освјежи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Желите ли заиста да баците ову %1 ставку у смеће?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1|/|$[аку %1]" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "непозната величина" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6370,8 +6405,8 @@ msgstr "" "Рачунам... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6380,8 +6415,8 @@ msgstr[1] "%1 фајла" msgstr[2] "%1 фајлова" msgstr[3] "1 фајл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6390,105 +6425,111 @@ msgstr[1] "%1 потфасцикле" msgstr[2] "%1 потфасцикли" msgstr[3] "1 потфасцикла" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Рачунам..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Барем %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Ново име фајла је празно." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Подржани типови фајлова:" # >> @title:window -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Избор програма" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Стварање:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "&Измијени..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Приступ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "приказ и измјена садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "приказ садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "приказ и измјена садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "приказ садржаја" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "приказ/читање и измјена/писање" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Дозволе приступа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6497,37 +6538,37 @@ msgstr[1] "Сви фајлови су везе и немају дозволе." msgstr[2] "Сви фајлови су везе и немају дозволе." msgstr[3] "Овај фајл је веза и нема дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Само власник може да мијења дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Власник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Одређује радње које су дозвољене власнику." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Одређује радње које су дозвољене члановима групе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Остали:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6537,31 +6578,31 @@ msgstr "" "власник ни чланови групе." # Јасно из контекста да је у питању фасцикла -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Само в&ласник може да преименује и брише садржај" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Поставите ову заставицу да дозволите извршавање фајла као програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Подразумијевано корисничко име:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Изврши" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6572,7 +6613,7 @@ msgstr "" "садржане фајлове и фасцикле. Остали корисници могу само да додају нове " "фајлове, ако је дата дозвола за измјену садржаја." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6581,75 +6622,75 @@ msgstr "" "Укључите ову опцију да означите фајл као извршан. Ово има смисла само за " "програме и скрипте, и неопходно је ако желите да их извршавате." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Напредне дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Власништво" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Корисник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Примијени измјене на све потфасцикле и њихов садржај" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Напредне дозволе" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "класа" # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "приказ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ова заставица омогућава приказивање садржаја фасцикле." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "читање" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Заставица читања омогућава приказивање садржаја фајла." # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "упис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6658,43 +6699,43 @@ msgstr "" "Ова заставица омогућава додавање, преименовање и брисање фајлова. Брисање и " "преименовање могу бити ограничени љепљивом заставицом." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "упис" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Заставица за писање омогућава измјену садржаја фајла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "улаз" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Поставите ову заставицу да дозволите улазак у фасциклу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "извршна" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Поставите ову заставицу да дозволите извршавање фајла као програма." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "посебно" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6703,24 +6744,24 @@ msgstr "" "Посебна заставица. Важи за цијелу фасциклу, тачно значење можете видјети у " "десној колони." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Посебна заставица. Тачно значење можете видјети у десној колони." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Корисник" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6728,7 +6769,7 @@ msgid "" msgstr "" "Са овом заставицом власник фасцикле ће бити власник свих нових фајлова." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6737,14 +6778,14 @@ msgstr "" "Ако је фајл извршни, уз ову заставицу ће бити извршаван са дозволама " "власника." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Са овом заставицом група фасцикле ће бити коришћена за све нове фајлове." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6752,7 +6793,7 @@ msgid "" msgstr "" "Ако је фајл извршни, уз ову заставица ће бити извршаван са дозволама групе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6762,7 +6803,7 @@ msgstr "" "брисати и преименовати фајлове. Иначе, сви са дозволом писања могу то да " "раде." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6771,33 +6812,33 @@ msgstr "" "Љепљива заставица на фајлу се игнорише под Линуксом, али се може користити " "на другим системима." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "стави УИД" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "стави ГИД" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "љепљива" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Веза" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Промјенљиво (без измјене)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6806,7 +6847,7 @@ msgstr[1] "Ови фајлови користе напредне дозволе. msgstr[2] "Ови фајлови користе напредне дозволе." msgstr[3] "Овај фајл користи напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6815,51 +6856,40 @@ msgstr[1] "Ове фасцикле користе напредне дозвол msgstr[2] "Ове фасцикле користе напредне дозволе." msgstr[3] "Ова фасцикла користи напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ови фајлови користе напредне дозволе." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Контролне суме" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Рачунам..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Неправилна контролна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Дати унос није правилна МД5, СХА‑1 или СХА‑256 контролна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Контролне суме се поклапају." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Израчуната контролна сума поклапа се са очекиваном." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6870,13 +6900,13 @@ msgstr "" "преузимање. Покушајте поново да преузмете фајл.
    Ако овера и после тога " "не пролази, обратите се некоме на извору фајла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Израчуната контролна сума разликује се од очекиване." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6884,18 +6914,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Оверавам контролну суму..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Ново име фајла је празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Ново име фајла је празно." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Рачунам..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "УРЛ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "УРЛ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6903,27 +6953,27 @@ msgstr "" "Није могуће сачувати својства. Подржане су само ставке на локалним фајл " "системима." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Програм" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Додај тип фајла за %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Одаберите један или више типова за додавање:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Извршни фајлови су подржани само на локалном фајл систему." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Напредне опције за %1" @@ -7028,22 +7078,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Подеси веб пречице..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Дијалог за отварање фајла" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Име фајла за садржај клипборда:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Налијепи %1 фајл" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Налијепи садржај клипборда" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7053,19 +7108,19 @@ msgstr "" "формат података више није примјењив. Копирајте поново то што желите да " "налијепите." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Налијепи једну фасциклу" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Налијепи један фајл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7075,49 +7130,66 @@ msgstr[1] "Налијепи %1 ставке" msgstr[2] "Налијепи %1 ставки" msgstr[3] "Налијепи једну ставку" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Налијепи садржај клипборда" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Налијепи" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Формат података:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Име фајла за садржај клипборда:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Име фајла за превучен садржај:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Датум: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Величина: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Примени на &све" # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7128,47 +7200,50 @@ msgstr "" "са постојећим фајлом у овој фасцикли." # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ако је ово попуњено, избор начињен кликом на дугме биће примијењен и на све " "наредне сукобе у оквиру текућег посла." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Преименуј" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Предложи &ново име" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Пре&скочи" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Не копирај нити премијештај ову фасциклу, пријеђи на сљедећу ставку" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Не копирај нити премијештај овај фајл, пријеђи на сљедећу ставку" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Упиши унутра" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7181,26 +7256,26 @@ msgstr "" "Поново ћете бити упитани у случају сукоба са постојећим фајлом у тој " "фасцикли." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Пребрисати фајл?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Настави" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7209,139 +7284,121 @@ msgstr "" "Ова радња би пребрисала ‘%1’ самим собом.\n" "Унесите ново име фајла:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Настави" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ова радња ће пребрисати одредиште." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ова радња ће пребрисати одредиште." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Извор" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Одредиште" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Пазите, одредиште је новије." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "наставак %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Ново име фајла је празно." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +# rewrite-msgid: /Files// +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgctxt "KFile System Bookmarks" +#| msgid "Audio Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Аудио" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Старија ставка по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Сличан фајл по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Новија ставка по имену ‘%1’ већ постоји." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Преименуј:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Преименуј" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "&Преименуј" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Фајл по имену ‘%1’ већ постоји." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7352,39 +7409,207 @@ msgstr[1] "Измени изабрану идентификацију." msgstr[2] "Измени изабрану идентификацију." msgstr[3] "Измени изабрану идентификацију." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Измени изабрану идентификацију." +msgstr[1] "Измени изабрану идентификацију." +msgstr[2] "Измени изабрану идентификацију." +msgstr[3] "Измени изабрану идентификацију." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Замијени" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Отвори помоћу" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Замијени" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Измени изабрану идентификацију." +msgstr[1] "Измени изабрану идентификацију." +msgstr[2] "Измени изабрану идентификацију." +msgstr[3] "Измени изабрану идентификацију." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Изабери друго име" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Изабери друго име" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Преименуј" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Подразумијевано корисничко име:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Замијени" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Преглед" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Информација" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замијени" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Покушај поново" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Замијени" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Прескочи" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7472,7 +7697,7 @@ msgstr "" "Удаљени домаћин није послао ниједан ССЛ сертификат.\n" "Обустављам јер се идентитет домаћина не може утврдити." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7530,9 +7755,9 @@ msgstr[3] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." @@ -7545,11 +7770,53 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[1] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[2] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." +msgstr[3] "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " +"опозвати." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7565,7 +7832,7 @@ msgstr[3] "" "Желите ли да трајно обришете све ставке у смећу? Ова радња се не може " "опозвати." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7577,38 +7844,38 @@ msgstr[1] "Желите ли заиста да баците ове %1 ставк msgstr[2] "Желите ли заиста да баците ових %1 ставки у смеће?" msgstr[3] "Желите ли заиста да баците ову ставку у смеће?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Не питај више" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Ланац парњака за ССЛ сертификате делује искварено." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "ССЛ" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7616,17 +7883,182 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Упозорење" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ово ће покренути програм:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ако не вјерујете програму, кликните на „Одустани“." +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Фајл систем:" + +# >> @title:window +#~ msgid "Delete Files" +#~ msgstr "Брисање фајлова" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "О&позови стварање фасцикле" + +# >> @action:inmenu +#, fuzzy +#~| msgctxt "@title:menu" +#~| msgid "Move Here" +#~ msgid "Move Items" +#~ msgstr "Премјести овде" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Преименуј" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Преношење" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Постављам АЦЛ за %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Напредне дозволе" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "дозволе" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Уклони" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Фасцикла" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "дозволе" + +#, fuzzy +#~| msgid "1 File" +#~| msgid_plural "%1 Files" +#~ msgid "Open File" +#~ msgstr "%1 фајл" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Фасцикла" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Име фајла:" + +#, fuzzy +#~| msgid "Date: %1" +#~ msgid "Target: %1" +#~ msgstr "Датум: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Непознат прекид" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Прикажи обиљеживаче" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Фајл је измијењен" + +#~ msgid "&Description:" +#~ msgstr "&Опис:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Унесите овдје какав год користан коментар." + +#~ msgid "Do not ask again" +#~ msgstr "Не питај више" + +#~ msgid "&Filter:" +#~ msgstr "&Филтер:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "

    Ово је филтер који се примјењује на списак фајлова. Имена фајлова " +#~ "која се не уклапају у филтер неће бити приказана.

    Можете изабрати " +#~ "један од предефинисаних филтера, или унијети неки посебан директно у поље " +#~ "за текст.

    Дозвољени су џокери попут * и ?.

    " + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Изабрано је више од једне фасцикле, а како овај дијалог не прихвата " +#~ "фасцикле, није могуће одлучити у коју да се уђе. Изаберите само једну да " +#~ "је излистате." + +# >> @title:window +#~ msgid "More than one folder provided" +#~ msgstr "Задато више од једне фасцикле" + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Изабрана је бар једна фасцикла и један фајл. Изабрани фајлови ће бити " +#~ "игнорисани, а фасцикла излистана" + +# >> @title:window +#~ msgid "Files and folders selected" +#~ msgstr "Изабрани фајлови и фасцикле" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Иако је сервер контактиран, одговор није примљен у оквиру времена " +#~ "додељеног за захтјев на сљедећи начин:
    • прековријеме за " +#~ "успостављање везе: %1 сек.
    • прековријеме за пријем одговора: %2 " +#~ "сек.
    • прековријеме за приступ прокси серверима: %3 сек.
    • Имајте на уму да ове вриједности можете измијенити у Системским " +#~ "поставкама КДЕ‑а, под Мрежне поставке→Поставке повезивања." + #~ msgid "Is &executable" #~ msgstr "&Извршно" @@ -8618,9 +9050,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ "

      Другачије, можете кликнути на дугме Откриј аутоматски како " #~ "би се покушало аутоматско откривање одговарајуће промјенљиве.

      " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Прикажи &вриједности промјенљивих окружења" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Унесите ручно податке за подешавање прокси сервера." @@ -8774,12 +9203,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ "Прорачунати највећи простор на диску који се може користити за " #~ "смеће." -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Упозорење" - # >> @item:inlistbox When limit reached #~ msgid "Delete Oldest Files From Trash" #~ msgstr "обриши из смећа најстарије" @@ -8962,10 +9385,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ msgid "Space" #~ msgstr "размак" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "подразумијевани" - # >> @title:window #~ msgid "Modify Web Shortcut" #~ msgstr "Измјена веб пречице" @@ -9409,9 +9828,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ msgid "Icon size: %1 pixels (standard size)" #~ msgstr "Величина иконица: %1 пиксела (стандардна)" -#~ msgid "File name:" -#~ msgstr "Име фајла:" - #, fuzzy #~| msgid "Invalid Filenames" #~ msgid "Invalid Directory Name" @@ -9812,9 +10228,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ msgid "Read only" #~ msgstr "само за читање" -#~ msgid "File system:" -#~ msgstr "Фајл систем:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Тачка монтирања (/mnt/floppy):" @@ -9831,13 +10244,6 @@ msgstr "Ако не вјерујете програму, кликните на #~ msgid "Could not find any application or handler for %1" #~ msgstr "Не могу да нађем ниједан програм нити руковалац за %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Налијепи %1 фајл" -#~ msgstr[1] "&Налијепи %1 фајла" -#~ msgstr[2] "&Налијепи %1 фајлова" -#~ msgstr[3] "&Налијепи фајл" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Налијепи %1 УРЛ" diff --git a/local/recipes/kde/kf6-kio/source/po/sr@ijekavianlatin/kio6.po b/local/recipes/kde/kf6-kio/source/po/sr@ijekavianlatin/kio6.po index d3e1a20ebf..46e5127b73 100644 --- a/local/recipes/kde/kf6-kio/source/po/sr@ijekavianlatin/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sr@ijekavianlatin/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2017-12-17 18:00+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -33,12 +33,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "toptan@kde.org.yu,caslav.ilic@gmx.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ne mogu da izmijenim vlasništvo nad fajlom ‘%1’" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -50,13 +50,13 @@ msgstr "" "Ne mogu da promijenim vlasništvo nad fajlom %1. Nemate dovoljno " "dozvola za ovakvu promjenu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Ne mogu da napravim U/I zahvat: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -71,7 +71,7 @@ msgstr "" "Ne mogu da napravim simboličku vezu ‘%1’.\n" "Provjerite dozvole." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -91,23 +91,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Fascikla već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fajl već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Već postoji kao fascikla" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -211,203 +211,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Premiještanje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Izvor" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Odredište" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Preimenuj" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiranje" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stvaranje fascikle" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Fascikla" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Brisanje" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fajl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ispitivanje" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Prenošenje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montiranje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Uređaj" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Tačka montiranja" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontiranje" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -# rewrite-msgid: /Files// -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Audio Files" -msgid "Copy Files" -msgstr "Audio" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Brisanje fajlova" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "O&pozovi stvaranje fascikle" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -# >> @action:inmenu -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "Move Here" -msgid "Move Items" -msgstr "Premjesti ovde" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Preimenuj" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Stvaranje simveze" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Prenošenje" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -834,6 +728,11 @@ msgid "File is too large to be trashed." msgstr "Fajl je prevelik za smeće." #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -849,65 +748,65 @@ msgstr "" "\n" "Pošaljite izvještaj o grešci na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehnički razlog: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalji zahtjeva:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokol: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Datum i vrijeme: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Dodatni podaci: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogući uzroci:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Moguća rješenja:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -916,17 +815,17 @@ msgstr "" "Obratite se podršci radi dalje pomoći, bilo da se radi o sistem-" "administratoru ili grupi za tehničku podršku." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Obratite se administratoru servera radi dalje pomoći." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Provjerite vaša prava pristupa za ovaj resurs." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -935,14 +834,14 @@ msgstr "" "Možda su vam prava pristupa nedovoljna za izvođenje zahtijevanog postupka " "nad ovim resursom." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Fajl možda koristi neki drugi korisnik ili program (zbog čega je zaključan)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -951,17 +850,17 @@ msgstr "" "Provjerite da li neki drugi program ili korisnik koristi dati fajl ili ga je " "zaključao." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Iako malo vjerovatno, možda je došlo do hardverske greške." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Možda ste naišli na grešku u programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -970,7 +869,7 @@ msgstr "" "Ovo je najvjerovatnije prouzrokovano greškom u programu. Razmislite o slanju " "izvještaja o grešci kao što je opisano ispod." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -979,7 +878,7 @@ msgstr "" "Ažurirajte program na najnoviju verziju. Vaša distribucija bi trebalo da " "obezbjeđuje alatke za ažuriranje programâ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1007,12 +906,12 @@ msgstr "" "zabilježite sve podatke date iznad i dodajte ih u svoj izvještaj, zajedno sa " "svim ostalim detaljima za koje mislite da mogu biti od pomoći." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Možda postoji problem sa vašom vezom ka mreži." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1021,7 +920,7 @@ msgstr "" "Možda postoji problem u mrežnoj postavi. Ako ste nedavno bez problema " "pristupali Internetu, ovo je malo vjerovatno." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1030,42 +929,42 @@ msgstr "" "Možda postoji problem u nekoj tački duž mrežnog puta između servera i ovog " "računara." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Pokušajte ponovo, odmah ili malo kasnije." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Možda je došlo do greške ili nesaglasnosti protokola." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Uvjerite se da resurs postoji i pokušajte ponovo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Navedeni resurs možda ne postoji." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Provjerite da li ste unijeli tačnu lokaciju i pokušajte ponovo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Provjerite stanje veze ka mreži." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ne mogu da otvorim resurs za čitanje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1Ovo znači da sadržaj zahtijevanog fajla ili fascikle %1 ne može " "biti dobavljen jer nije mogao biti obezbjeđen pristup za čitanje.
      " -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Možda nemate dozvole da čitate fajl ili otvorite fasciklu." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ne mogu da otvorim resurs za upisivanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1093,19 +992,19 @@ msgstr "" "Ovo znači da fajl %1 ne može biti zapisan kao što je zahtijevano, " "zato što se ne može dobiti pristup za upis." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" "Ne mogu da pokrenem proces zahtevan protokolom %1|/|Ne mogu da pokrenem " "proces zahtevan protokolom $[nom %1]" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne mogu da pokrenem proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1$[nom %1] ne može da se nađe ili pokrene. Ovo je obično iz " "tehničkih razloga." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1129,12 +1028,12 @@ msgstr "" "pri posljednjoj nadogradnji KDE‑a. To može izazvati nesaglasnost programa sa " "tekućom verzijom i stoga onemogućiti pokretanje." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Unutrašnja greška" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 prijavio je unutrašnju grešku." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nepravilno formatiran URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://korisnik:lozinka@www." "primjer.org:port/fascikla/ime.nastavak?upit=vrijednost" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokol %1 nije podržan" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1176,12 +1075,12 @@ msgstr "" "KDE programi trenutno instalirani na ovom računaru ne podržavaju protokol " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zahtijevani protokol možda nije podržan." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1190,7 +1089,7 @@ msgstr "" "Verzije protokola %1 koje podržavaju ovaj računar i server možda nisu " "saglasne." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1207,17 +1106,17 @@ msgstr "" "href=\"http://kde-apps.org/\">http://kde-apps.org/ i http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ne upućuje na resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filterski protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L%1 ne podržava " "zahtijevanu radnju." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1265,17 +1164,17 @@ msgstr "" # >> Advice to the user, as in 'Please, attempt to find...', # >> and similar for many messages below after the problem has been stated -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pokušajte da nađete drugi način za postizanje istog ishoda." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očekivan je fajl" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1284,17 +1183,17 @@ msgstr "" "Zahtjev je očekivao fajl, ali umjesto toga je pronađena fascikla %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ovo je možda greška na strani servera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očekivana je fascikla" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1303,17 +1202,17 @@ msgstr "" "Zahtjev je očekivao fasciklu, ali umjesto toga je pronađen fajl %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fajl ili fascikla ne postoji" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Naznačeni fajl ili fascikla %1 ne postoji." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1321,22 +1220,22 @@ msgid "" msgstr "" "Zahtijevani fajl ne može biti napravljen zato što istoimeni fajl već postoji." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Premjestite trenutni fajl negdje drugdje, pa pokušajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Obrišite trenutni fajl i pokušajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Izaberite drugo ime za novi fajl." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1345,27 +1244,27 @@ msgstr "" "Zahtijevana fascikla ne može biti napravljena zato što istoimena fascikla " "već postoji." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Premjestite trenutnu fasciklu negdje drugdje, pa pokušajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Obrišite trenutnu fasciklu i pokušajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Izaberite drugo ime za novu fasciklu." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nepoznat domaćin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1374,35 +1273,35 @@ msgstr "" "Greška „nepoznat domaćin“ ukazuje da server sa zahtijevanim imenom, " "%1, ne može biti pronađen na Internetu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Ime koje ste unijeli, %1, možda ne postoji: možda je pogrešno unijeto." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Pristup je odbijen" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Pristup zadatom resursu %1 je odbijen." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Možda ste naveli netačne detalje za autentifikaciju ili ih uopšte niste ni " "naveli." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Vaš nalog nema dozvolu da pristupa datom resursu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1411,24 +1310,24 @@ msgstr "" "Ponovite zahtjev i uvjerite se da su detalji za autentifikaciju ispravno " "unijeti." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Pristup za upis je odbijen" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Ovo znači da je pokušaj upisa u fajl %1 odbijen." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne mogu da uđem u fasciklu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1437,17 +1336,17 @@ msgstr "" "Ovo znači da je pokušaj ulaska (drugim riječima otvaranja) u zahtijevanu " "fasciklu %1 odbijen." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listanje fascikle nije dostupno" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 nije fajl sistem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1457,12 +1356,12 @@ msgstr "" "Ovo znači da je upućen zahtjev koji zahtijeva utvrđivanje sadržaja fascikle, " "a KDE program koji podržava ovaj protokol ne može da to uradi." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Otkrivena je kružna veza" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1474,7 +1373,7 @@ msgstr "" "ili lokacijom. KDE je otkrio vezu ili niz veza koje rezultuju beskonačnom " "petljom — tj. fajl je (možda nekim izokolnim putem) povezan sa samim sobom." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1483,27 +1382,27 @@ msgstr "" "Obrišite jedan dio petlje tako da više ne bude beskonačna, pa pokušajte " "ponovo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Korisnik je obustavio zahtjev" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zahtjev nije dovršen zato što ga je korisnik obustavio." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ponovo pokušajte zahtjev." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Otkrivena je kružna veza pri kopiranju" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1516,17 +1415,17 @@ msgstr "" "veza koje rezultuju beskonačnom petljom — tj. fajl je (možda nekim izokolnim " "putem) povezan sa samim sobom." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne mogu da ostvarim mrežnu vezu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne mogu da stvorim soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1535,8 +1434,8 @@ msgstr "" "Ovo je prilično tehnička greška u kojoj potrebni uređaj za mrežnu " "komunikaciju (soket) nije mogao biti stvoren." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1545,12 +1444,12 @@ msgstr "" "Mrežna veza nije možda dobro podešena, ili možda mrežno sučelje nije " "uključeno." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Veza ka serveru je odbijena" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1558,7 +1457,7 @@ msgid "" msgstr "" "Server %1 je odbio da dozvoli ovom računaru da napravi vezu." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1567,7 +1466,7 @@ msgstr "" "Server, dok je trenutno povezan na Internet, ne može biti podešen da " "dozvoljava zahtjeve." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1576,7 +1475,7 @@ msgstr "" "Na serveru, dok je trenutno povezan na Internet, možda nije pokrenut " "zahtijevani servis (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1586,12 +1485,12 @@ msgstr "" "Mrežni zaštitni zid (uređaj koji ograničava internet zahtjeve), ili štiteći " "vašu ili mrežu servera, možda je intervenisao i spriječio zahtjev." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Veza sa serverom je neočekivano zatvorena" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1600,7 +1499,7 @@ msgstr "" "Iako je uspostavljena veza sa %1, zatvorena je na " "neočekivanoj tački komunikacije." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1609,17 +1508,17 @@ msgstr "" "Možda je došlo do greške u protokolu, koja je prouzrokovala da server u " "odgovor zatvori vezu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL resurs je neispravan" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 nije filterski protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." # rewrite-msgid: /such an action/that/ -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1643,17 +1542,17 @@ msgstr "" "može učiniti. Ovo je rijedak događaj, i vrlo vjerovatno ukazuje na grešku u " "programiranju." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ne mogu da pripremim ulazno/izlazni uređaj" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne mogu da montiram uređaj" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1662,7 +1561,7 @@ msgstr "" "Zahtijevani uređaj nije mogao biti pripremljen („montiran“). Prijavljena " "greška je: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1672,7 +1571,7 @@ msgstr "" "Uređaj možda nije spreman, npr. možda nije ubačen medijum u CD jedinicu; " "ili, ako se radi o perifernom/prenosnom uređaju, možda nije ispravno povezan." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1682,7 +1581,7 @@ msgstr "" "Možda nemate dozvole da pripremite („montirate“) uređaj. Na Unix sistemima " "često su potrebna ovlašćenja sistem-administratora za pripremanje uređaja." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1692,17 +1591,17 @@ msgstr "" "medijum, a prenosni uređaji moraju biti povezani i uključeni; zatim " "pokušajte ponovo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ne mogu da otpustim ulazno/izlazni uređaj" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne mogu da demontiram uređaj" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1711,7 +1610,7 @@ msgstr "" "Zahtijevani uređaj nije mogao biti otpušten („demontiran“). Prijavljena " "greška je: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1722,7 +1621,7 @@ msgstr "" "otvoren prozor pregledača na lokaciji na ovom uređaju može da izazove ovakvo " "zauzeće." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1733,18 +1632,18 @@ msgstr "" "sistemima često su potrebna ovlašćenja sistem-administratora za otpuštanje " "uređaja." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Uvjerite se da nijedan program ne pristupa uređaju, pa pokušajte ponovo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ne mogu da čitam iz resursa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1753,17 +1652,17 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, došlo je " "do greške pri čitanju sadržaja iz njega." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Možda nemate dozvole za čitanje iz ovog resursa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ne mogu da pišem u resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1772,22 +1671,22 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, došlo je " "do greške pri upisu sadržaja u njega." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možda nemate dozvole za pisanje u ovaj resurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ne mogu da slušam za mrežnim vezama" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ne mogu da povežem" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1798,17 +1697,17 @@ msgstr "" "komunikaciju (soket) nije mogao biti uspostavljen tako da sluša dolazeće " "mrežne veze." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ne mogu da slušam" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne mogu da prihvatim mrežnu vezu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1817,33 +1716,33 @@ msgstr "" "Ovo je prilično tehnička greška do koje je došlo prilikom pokušaja da se " "prihvati dolazeća mrežna veza." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Možda nemate dozvole za prihvatanje ove veze." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ne mogu da se prijavim: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Prijavljivanje radi izvođenja zahtijevanog postupka nije uspelo." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ne mogu da odredim stanje resursa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ne mogu da ispitam resurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1852,69 +1751,69 @@ msgstr "" "Određivanje podatka o stanju resursa %1 (naziv, tip, " "veličina, itd.) nije uspjelo." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Zadati resurs možda ne postoji ili nije pristupačan." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ne mogu da otkažem listanje" # well-spelled: ПОПРАВИМЕ -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "POPRAVIME: Dokumentuj ovo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne mogu da napravim fasciklu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pravljenje zahtijevane fascikle nije uspelo." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokacija gdje je fascikla trebalo da se napravi možda ne postoji." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne mogu da uklonim fasciklu" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Uklanjanje zadate fascikle %1 nije uspelo." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Zadata fascikla možda ne postoji." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Zadata fascikla možda nije prazna." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Uvjerite se da fascikla postoji i da je prazna, pa pokušajte ponovo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne mogu da nastavim prenos fajla" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1923,44 +1822,44 @@ msgstr "" "Zadati zahtjev je zatražio da se prenos fajla %1 nastavi od " "određene tačke. To nije bilo moguće." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, ili server, možda ne podržava nastavak prenosa." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ponovite zahtjev bez pokušaja da se prenos nastavi." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne mogu da preimenujem resurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Preimenovanje navedenog resursa %1 nije uspelo." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ne mogu da izmijenim dozvole resursa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Promjena dozvola za navedeni resurs %1 nije uspela." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ne mogu da promijenim vlasništvo nad resursom" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 nije uspela." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne mogu da obrišem resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Brisanje navedenog resursa %1 nije uspjelo." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočekivano okončanje programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 neočekivano je prekinut." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nema više memorije" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 nije mogao da dobije memoriju potrebnu za nastavak." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nepoznat proksi domaćin" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, došlo je do greške „nepoznat domaćin“. Ova greška znači da " "zahtijevano ime nije moglo da se pronađe na Internetu." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2033,17 +1932,17 @@ msgstr "" "proksija. Ako ste nedavno pristupali Internetu bez problema, ovo je malo " "vjerovatno." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Pažljivo provjerite postavke proksija i pokušajte ponovo." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Autentifikacija nije neuspjela: metod %1 nije podržan" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2054,7 +1953,7 @@ msgstr "" "zato što KDE program koji koji izvodi protokol %1 ne podržava metod koji " "server koristi." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2067,17 +1966,17 @@ msgstr "" "bugs.kde.org/ da obavijestite programere KDE‑a o nepodržanom metodu " "autentifikacije." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zahtjev je otkazan" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Unutrašnja greška u serveru" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2086,7 +1985,7 @@ msgstr "" "Program na serveru koji obezbjeđuje pristup protokolu %1 " "prijavio je unutrašnju grešku: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2095,12 +1994,12 @@ msgstr "" "Ovo je najvjerovatnije izazvano greškom u programu na serveru. Razmislite o " "slanju izvještaja o grešci kao što je objašnjeno ispod." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Obratite se administratoru servera da biste mu ukazali na problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2109,41 +2008,30 @@ msgstr "" "Ako znate ko su autori programa na serveru, pošaljite izveštaj direktno " "njima." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Greška prekovremena" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Iako je server kontaktiran, odgovor nije primljen u okviru vremena " -"dodeljenog za zahtjev na sljedeći način:
      • prekovrijeme za " -"uspostavljanje veze: %1 sek.
      • prekovrijeme za prijem odgovora: %2 sek." -"
      • prekovrijeme za pristup proksi serverima: %3 sek.
      Imajte " -"na umu da ove vrijednosti možete izmijeniti u Sistemskim postavkama KDE‑a, " -"pod Mrežne postavke→Postavke povezivanja.
      " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Server je bio prezauzet odgovaranjem na druge zahtjeve da bi odgovorio." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nepoznata greška" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je nepoznatu grešku: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nepoznat prekid" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je prekid nepoznatog tipa: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne mogu da obrišem izvorni fajl" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2182,12 +2070,12 @@ msgstr "" "postupka premiještanja. Izvorni fajl %1 nije mogao biti obrisan." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne mogu da obrišem privremeni fajl" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2198,12 +2086,12 @@ msgstr "" "sadržaj koji se preuzima. Taj privremeni fajl %1 nije mogao biti " "obrisan." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne mogu da preimenujem izvorni fajl" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2212,12 +2100,12 @@ msgstr "" "Postupak je zahtijevao preimenovanje izvornog fajla %1, ali se " "to nije moglo izvesti." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne mogu da preimenujem privremeni fajl" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2226,33 +2114,33 @@ msgstr "" "Postupak je zahtijevao stvaranje privremenog fajla %1, ali se " "to nije moglo izvesti." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne mogu da napravim vezu" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne mogu da napravim simboličku vezu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Zahtijevana simbolička veza %1 nije mogla biti napravljena." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Bez sadržaja" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk je pun" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2261,7 +2149,7 @@ msgstr "" "Zahtijevani fajl %1 nije mogao da bude zapisan jer nema " "dovoljno prostora na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2272,12 +2160,12 @@ msgstr "" "i privremene fajlove, 2) arhivirati neke na uklonjivi medijum poput CD‑a, " "ili 3) nabaviti veći disk." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Izvorni i odredišni fajl su istovjetni" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2286,17 +2174,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što su izvorni i odredišni fajl jedan " "te isti." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Izaberite drugačije ime za odredišni fajl." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fajl ili fascikla prevučena sama na sebe" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2305,17 +2193,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što su izvorni i odredišni fajl ili " "fascikla jedno te isto." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Prevucite stavku na različit fajl ili fasciklu." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Fascikla premeštena sama u sebe" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2324,17 +2212,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što izvor ne može da se premesti sam u " "sebe." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Premestite stavku u različitu fasciklu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ne mogu da komuniciram sa serverom lozinki" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2344,24 +2232,24 @@ msgstr "" "servisom za zahtevanje lozinki (kpasswdserver)." # rewrite-msgid: /your session/your desktop session/ -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Pokušajte resetujete sesiju površi, ili potražite greške u dnevniku kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne mogu da pripremim protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Ne mogu da napravim U/I zahvat" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2375,7 +2263,7 @@ msgstr "" "obezbjeđuje pristup protokolu $[nom %1] ne može da se " "pokrene. Ovo je obično iz tehničkih razloga." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2387,13 +2275,13 @@ msgstr "" "KLauncher ne može da nađe ili pokrene priključak koji obezbjeđuje protokol. " "Ovo znači da imate zastarelu verziju priključka." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2401,35 +2289,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentovana greška" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(simbolička veza ka %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, veza ka %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (pokazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2438,25 +2326,25 @@ msgstr "" "Loše formiran URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Ne mogu da izvučem izvršno ime iz ‘%1’, unesite ispravno ime programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2464,103 +2352,103 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava otvaranje veza." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava zatvaranje veza." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 ne podržava pristupanje fajlovima." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Upis u %1 nije podržan.|/|Upis u $[aku %1] nije podržan." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nema nikakvih posebnih radnji za protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 ne podržava listanje fascikli." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" "Preuzimanje podataka preko %1 nije podržano.|/|Preuzimanje podataka preko " "$[gen %1] nije podržano." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" "Dobavljanje podatka o MIME tipu preko %1 nije podržano.|/|Dobavljanje " "podatka o MIME tipu preko $[gen %1] nije podržano." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Preimenovanje ili premiještanje fajlova unutar %1 nije podržano.|/|" "Preimenovanje ili premiještanje fajlova unutar $[gen %1] nije podržano." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje simboličkih veza." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" "Kopiranje fajlova unutar %1 nije podržano.|/|Kopiranje fajlova unutar $[gen " "%1] nije podržano." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" "Brisanje fajlova preko %1 nije podržano.|/|Brisanje fajlova preko $[gen %1] " "nije podržano." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje fascikli." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava mijenjanje atributa fajlovima." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava mijenjanje vlasništva nad fajlovima." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Protokol %1 ne podržava otvaranje fajlova." # >> %2 is a numeric code of the action -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 ne podržava radnju %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2569,117 +2457,140 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nepoznat protokol „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne mogu da pronađem U/I zahvat za protokol „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne mogu da napravim soket za pokretanje U/I zahvat za protokol „%1“." # literal-segment: kioslave -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne mogu da pronađem izvršni fajl kioslave na „%1“." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalji" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Zauvijek" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Nas&tavi" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Samo za &tekuću sesiju" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "O&pozovi stvaranje fascikle" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "O&pozovi stvaranje fascikle" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Niste izabrali fajl za brisanje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ničeg za brisanje" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Niste izabrali fajl za bacanje u smeće." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ničeg za smeće" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Navedena fascikla ne postoji ili se ne može čitati." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meni" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Roditeljska fascikla" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domaća fascikla" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Učitaj ponovo" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2687,217 +2598,217 @@ msgctxt "@action" msgid "New Folder…" msgstr "nova‑fascikla" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Premjesti u smeće" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Obriši" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ređanje" # >> @title:column Site Specific Identification -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "ime sajta" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "po datumu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Tip stavke" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "opadajuće" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "opadajuće" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Skriveni fajlovi" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Položaj ikonica" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "pored imena fajla|/|$[svojstva spiskovno 'ikonice pored imena fajla']" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "iznad imena fajla|/|$[svojstva spiskovno 'ikonice iznad imena fajla']" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Prikaz stabla" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljni prikaz stabla" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Skriveni fajlovi" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Pregled" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pregled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Svojstva" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Prikaz" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "prvo fascikle" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "prvo fascikle" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "prvo fascikle" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodiranje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otvori" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sačuvaj kao" @@ -2953,44 +2864,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Premjesti ovde" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|svi fajlovi" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "svi podržani tipovi fajlova" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "svi fajlovi" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodavanje stavke u Mjesta" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Uređivanje stavke u Mjestima" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -3002,17 +2913,17 @@ msgstr "" "trebalo da bude jedna ili dvije riječi koje će vas podsjetiti na šta ova " "stavka upućuje. Ako je ne unesete, biće izvedena iz URL‑a lokacije.

      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiketa:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Ovdje ide opisna etiketa" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3025,12 +2936,12 @@ msgstr "" "kde/stable

      Klikom na dugme pored polja za unos teksta možete " "pregledati navedeni URL.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokacija:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -3039,17 +2950,17 @@ msgstr "" "Ovo je ikonica koja će se stajati uz stavku u panelu Mjesta.

      Kliknite na dugme da izaberete neku drugu.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izaberite &ikonicu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Prikazuj samo u okviru &ovog programa (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3060,130 +2971,130 @@ msgstr "" "tekući program (%1).

      U suprotnom, stavka će biti dostupna u svim " "programima.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Udaljeno" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Pretraga" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Uređaji" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Uklonjivi uređaji" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (greška %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domaće" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Mreža" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smeće" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" # >> @title:window -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Brisanje fajlova" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lokacija:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Izmjena:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 #, fuzzy #| msgctxt "KFile System Bookmarks" #| msgid "Yesterday" @@ -3191,48 +3102,55 @@ msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Juče" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ne mogu da nađem program „%1“." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Fascikla ne može da se premesti sama u sebe." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Podesi veb prečice..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" # >> Release a removable device, so that it can be unplugged. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Oslobodi „%1“|/|&Oslobodi „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Bezbjedno ukloni „%1“|/|&Bezbjedno ukloni „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Bezbjedno ukloni „%1“|/|&Bezbjedno ukloni „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3240,43 +3158,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Demontiranje" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Demontiraj" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Izbaci" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Uređaj „%1“ nije disk i ne može se izbaciti." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Greška pri pristupu „%1“, sistem javlja: %2|/|Greška pri pristupu „$[dat " "%1]“, sistem javlja: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Greška pri pristupu „%1“|/|Greška pri pristupu „$[dat %1]“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3289,19 +3207,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3309,98 +3227,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Slobodno %1 od %2 (%3% popunjeno)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skriveno)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Isprazni smeće" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Montiraj" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otvori pomoću" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj stavku..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Uredi" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Ukloni" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Sakrij odeljak" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Sakrij odeljak" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Prikaži sve unose" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Sažeti prikaz" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3409,54 +3327,54 @@ msgctxt "" msgid "Auto Resize" msgstr "Otkrij &automatski" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Date: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Datum: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Možete izabrati samo jedan fajl." # >> @title:window -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Zadato više od jednog fajla" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Možete birati samo lokalne fajlove." # >> @title:window -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Udaljeni fajlovi se ne prihvataju" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3469,56 +3387,22 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Izabrano je više od jedne fascikle, a kako ovaj dijalog ne prihvata " -"fascikle, nije moguće odlučiti u koju da se uđe. Izaberite samo jednu da je " -"izlistate." - -# >> @title:window -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Zadato više od jedne fascikle" - -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Izabrana je bar jedna fascikla i jedan fajl. Izabrani fajlovi će biti " -"ignorisani, a fascikla izlistana" - -# >> @title:window -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Izabrani fajlovi i fascikle" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Ne mogu da nađem fajl ‘%1’" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ne mogu da otvorim fajl" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

      For " @@ -3533,44 +3417,44 @@ msgstr "" "ako je trenutna lokacija file:/home/%1, ovo dugme će vas odvesti u " "file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknite ovdje da odete jedan korak unazad u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Kliknite ovde da odete jedan korak unaprijed u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknite ovdje da ponovo učitate sadržaj tekuće lokacije." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknite ovdje da napravite novu fasciklu." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Prikaži navigacioni panel Mjesta" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Prikaži obilježivače" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Skriveni fajlovi" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcije" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3591,12 +3475,12 @@ msgstr "" "fajlova
    • navigacioni panel Mjesta
    • pregledi fajlova
    • odvajanje fascikli od fajlova
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Obilježivači" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3610,12 +3494,38 @@ msgstr "" "se inače ponašaju kao bilo gde drugdje u KDE‑u." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ime:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "O&pozovi preimenovanje" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Ime fajla:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skriveni fajlovi" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3627,12 +3537,12 @@ msgstr "" "poklapanja. Ovu mogućnost možete kontrolisati desnim klikom i izborom " "poželjnog režima iz menija Dopuna teksta." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ovo je ime pod kojim će se fajl sačuvati." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3641,76 +3551,82 @@ msgstr "" "Ovo je spisak fajlova za otvaranje. Više fajlova se može zadati navođenjem " "njihovih imena razdvojenih razmacima." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ovo je ime fajla koji treba otvoriti." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Mjesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fajl ‘%1’ već postoji. Želite li da ga prebrišete?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prebrisati fajl?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Možete birati samo lokalne fajlove." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Udaljeni fajlovi se ne prihvataju" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Sve fascikle" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Napravi fasciklu" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otvori" # >! Needs plurals. -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Veličina ikonica: %1 piksela" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatski izaberi &nastavak imena fajla (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "nastavak %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatski izaberi &nastavak imena fajla" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "prikladan nastavak" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3736,72 +3652,27 @@ msgstr "" "sigurni, ostavite ovu opciju uključenom jer je tako lakše rukovati fajlovima." "
    " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"

    Ovo je filter koji se primjenjuje na spisak fajlova. Imena fajlova " -"koja se ne uklapaju u filter neće biti prikazana.

    Možete izabrati " -"jedan od predefinisanih filtera, ili unijeti neki poseban direktno u polje " -"za tekst.

    Dozvoljeni su džokeri poput * i ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Napravi novi tip fajla" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Izvinite" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Fajl šablona %1 ne postoji." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -# >> @title:window -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Stvaranje veze ka URL‑u" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1|/|$[aku %1]" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3809,7 +3680,40 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Izaberi drugo ime" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Izvinite" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Fajl šablona %1 ne postoji." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Stvaranje simveze" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Stvaranje veze ka URL‑u" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1|/|$[aku %1]" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3817,7 +3721,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3830,7 +3734,7 @@ msgstr "" "Ime %1 počinje s tačkom, tako da će fascikla podrazumijevano " "biti skrivena." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3839,41 +3743,49 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Starija stavka po imenu ‘%1’ već postoji." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" @@ -3882,31 +3794,31 @@ msgstr "Fajl po imenu ‘%1’ već postoji." # >> @title:menu Create new folder, file, link... # Без „…нови“ јер се реченица прелива на ставке подменија. -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Napravi" # >> @item:inmenu Create New -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "vezu ka uređaju" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "nova‑fascikla" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "O&pozovi stvaranje fascikle" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3916,52 +3828,104 @@ msgstr "" "Napravi novu fasciklu u:\n" "‘%1’" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Izaberi drugo ime" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "podrazumijevani" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Napravi novi tip fajla" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Izaberite program za %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Izaberite &ikonicu:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiraj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Nalijepi" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otvori pomoću" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Uredi" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigacija" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Puna putanja" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3969,7 +3933,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3981,6 +3945,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Mjesta" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4004,29 +3977,29 @@ msgstr "Drugo" msgid "Edit mode" msgstr "Režim uređivanja" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite za kretanje kroz lokacije" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite za uređivanje lokacije" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Niste ovlašćeni da izvršite ovaj fajl." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Pokrećem %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4034,12 +4007,12 @@ msgid "" "%2." msgstr "Ne mogu da učinim servis %1 izvršnim, obustavljam izvršavanje." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Niste ovlašćeni da izaberete program za otvaranje ovog fajla." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4066,13 +4039,19 @@ msgstr "Greška pri upisivanju slike u %1" msgid "Icon file too big, download aborted" msgstr "Fajl ikonice prevelik, preuzimanje obustavljeno" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No favicon found for %1" msgid "No mail client found" msgstr "Nema favikonice za %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4083,30 +4062,30 @@ msgstr "" "%1\n" "nije dobar." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Pokrećem %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ne mogu da nađem fajl ‘%1’" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" # literal-segment: URL= -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4117,7 +4096,7 @@ msgstr "" "%1\n" "tipa je veze, ali nema unos „URL=...“." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4129,20 +4108,20 @@ msgstr "" "Fajl %1 je izvršni program. Neće biti pokrenut iz bezbjednosnih " "razloga." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4150,12 +4129,12 @@ msgid "" "%2." msgstr "Ne mogu da učinim servis %1 izvršnim, obustavljam izvršavanje." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Fajl unosa površi ‘%1’ nema unos „Type=...“." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4163,13 +4142,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Ne mogu da otvorim fajl" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4262,75 +4241,70 @@ msgstr "" "izmijenjen je.\n" "Želite li da otpremite izmjene?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "K‑U/I‑izvršavač" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "K‑U/I‑izvršavač — otvara udaljene fajlove, nadgleda promjene, pita za " "otpremanje" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003, programeri K‑osvajača" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David For" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Štefan Kulov" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rozenkrencer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Valdo Bastijan" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Osvald Budenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Uzmi URL‑ove za lokalne fajlove i zatim ih obriši" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Predloženo ime za preuzeti fajl" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Naredba za izvršavanje" # literal-segment: command -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL‑ovi ili lokalni fajlovi upotrijebljeni za „command“." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Postavljam ACL za %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4339,7 +4313,7 @@ msgstr "" "Ne mogu da izmijenim dozvole za\n" "‘%1’" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4348,130 +4322,38 @@ msgid "" "%1" msgstr "Ne mogu da promijenim vlasništvo nad ‘%1’." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne mogu da preimenujem privremeni fajl" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ne mogu da pronađem naredbu mount" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ne mogu da pronađem naredbu umount" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Napredne dozvole" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "dozvole" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Ukloni" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Fascikla" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Napravi fasciklu" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "dozvole" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "1 File" -#| msgid_plural "%1 Files" -msgid "Open File" -msgstr "%1 fajl" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Fascikla" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Ime fajla:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Date: %1" -msgid "Target: %1" -msgstr "Datum: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nepoznat prekid" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ne mogu da kopiram fajl iz %1 u %2. (br.greške: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nema medijuma u uređaju za %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ne mogu da dobavim korisnički ID za dato ime korisnika %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ne mogu da dobavim grupni ID za dato ime grupe %1" @@ -4513,32 +4395,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Morate navesti korisničko ime i lozinku za pristup ovom sajtu." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sajt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Prijava u redu" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne mogu da se prijavim na %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "klauncher said: %1" msgid "" @@ -4546,7 +4428,7 @@ msgid "" "The server said: \"%1\"" msgstr "KLauncher odgovara: %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4555,12 +4437,12 @@ msgstr "" "Morate navesti korisničko ime i lozinku za proksi server naveden ispod prije " "nego što vam se dozvoli pristup bilo kom sajtu." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentifikacija proksija nije uspjela." @@ -4615,24 +4497,24 @@ msgid "" msgstr "Želite li da prihvatite ovaj sertifikat zauvijek, bez pitanja ubuduće?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentifikacija servera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Inače, zahtjev bi uspio." # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" @@ -4641,7 +4523,7 @@ msgstr "" "mogu da se dobave']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" @@ -4650,7 +4532,7 @@ msgstr "" "mogu da se postave']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" @@ -4659,7 +4541,7 @@ msgstr "" "napravi']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" @@ -4668,7 +4550,7 @@ msgstr "" "fascikla ne može da se kopira']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" @@ -4677,7 +4559,7 @@ msgstr "" "fascikla ne može da se pomjeri']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" @@ -4686,7 +4568,7 @@ msgstr "" "može da se traži']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" @@ -4695,7 +4577,7 @@ msgstr "" "fascikla ne može da se zaključa']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" @@ -4704,7 +4586,7 @@ msgstr "" "fascikla ne može da se otključa']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" @@ -4713,7 +4595,7 @@ msgstr "" "fascikla ne može da se obriše']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" @@ -4722,7 +4604,7 @@ msgstr "" "za sposobnosti']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" @@ -4731,7 +4613,7 @@ msgstr "" "navedenog fajla ili fascikle ne može da se dobavi']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" @@ -4739,13 +4621,13 @@ msgstr "" "izvrši izvještaj u navedenoj fascikli|/|$[svojstva Ne-može 'U navedenoj " "fascikli ne može da se izvrši izvještaj']" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Neočekivana greška (%1) pri pokušaju da se %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4753,13 +4635,13 @@ msgid "" "below." msgstr "Greška pri pokušaju da se %1, %2. Sažetak razloga je dat ispod." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Odbijen je pristup pri pokušaju da se %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4768,7 +4650,7 @@ msgstr "" "Resurs ne može biti napravljen na odredištu sve dok se jedna ili više " "posredišnih zbirki (fascikli) ne napravi." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4789,17 +4671,17 @@ msgstr "" "prebrisuju.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Traženo zaključavanje nije bilo odobreno. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server ne podržava tip zahtijeva u telu." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." @@ -4807,12 +4689,12 @@ msgstr "" "Ne može da se %1 zato što je resurs zaključan.|/|$[Ne-može %1] zato što je " "resurs zaključan." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ova radnja je spriječena drugom greškom." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4823,7 +4705,7 @@ msgstr "" "fasciklu.|/|$[Ne-može %1] zato što odredišni server odbija da prihvati fajl " "ili fasciklu." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4832,19 +4714,19 @@ msgstr "" "Odredišni resurs nema dovoljno prostora da zapiše stanje resursa poslije " "izvršenja ove metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurs se ne može obrisati." # У склопу реченице: „при покушају да се ...“ или „не може ...“ -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "otpremi %1|/|$[svojstva Ne-može %1' ne može da se otpremi']" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4857,15 +4739,15 @@ msgstr "Neočekivana greška (%1) pri pokušaju da se %2." msgid "Network" msgstr "Mreža" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Neispravan URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4877,12 +4759,12 @@ msgstr "" "na izvornu lokaciju. Možete ili ponovo napraviti tu fasciklu pa ponoviti " "naredbu, ili prevući stavku bilo gdje drugdje da biste je vratili." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ovaj fajl je već u smeću." @@ -4920,7 +4802,7 @@ msgstr "Isprazni sadržaj smeća" msgid "Restore a trashed file to its original location" msgstr "Vrati fajl iz smeća na njegovu izvornu lokaciju" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4942,17 +4824,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Pokušaj ponovo" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dijalog za autentifikaciju" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Pristup odbijen" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemate dozvolu za pristup protokolu %1." @@ -5068,42 +4950,42 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, fuzzy, kde-format #| msgid "Expected checksum (MD5, SHA1 or SHA256)..." msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Neka kontrolna suma (MD5, SHA‑1, SHA‑256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kliknite da nalepite kontrolnu sumu iz klipborda u polje unosa." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA‑1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA‑256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5113,9 +4995,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Izračunaj" @@ -5124,140 +5006,229 @@ msgstr "Izračunaj" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknite da kopirate kontrolnu sumu u klipbord." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Odustani" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Premesti ovde" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiraj ovde" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Po&veži ovde" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Pokrećem %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "What do you wish to do with this executable file?" msgid "What do you wish to do with this file?" msgstr "Šta želite da uradite sa ovim izvršnim fajlom?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ne pitaj više" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otvori" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Izvrši" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this executable file?" +msgid "Would you like to launch this file?" +msgstr "Šta želite da uradite sa ovim izvršnim fajlom?" # >> @info:progress -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Pravim fasciklu" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Izvor" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Odredište" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopiranje" + # >> @info:progress -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Premiještam" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Preimenuj" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Premjesti u smeće" + # >> @info:progress -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Brišem" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "O&pozovi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "O&pozovi kopiranje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "O&pozovi povezivanje" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "O&pozovi premiještanje" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "O&pozovi preimenovanje" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "O&pozovi bacanje" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "O&pozovi stvaranje fascikle" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "O&pozovi stvaranje fascikli" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "O&pozovi stvaranje fajla" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Opozovi pa&ketno preimenovanje" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "O&pozovi kopiranje" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "O&pozovi povezivanje" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "O&pozovi premiještanje" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "O&pozovi preimenovanje" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "O&pozovi bacanje" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "O&pozovi stvaranje fascikle" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "O&pozovi stvaranje fascikli" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "O&pozovi stvaranje fajla" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Opozovi pa&ketno preimenovanje" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5271,12 +5242,12 @@ msgstr "" "Želite li zaista da obrišete %4?" # >> @title:window -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potvrda opoziva kopiranja fajlova" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5291,23 +5262,24 @@ msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Obriši stavku" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Obriši stavku" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5333,7 +5305,7 @@ msgstr[3] "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5347,13 +5319,13 @@ msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Isprazni smeće" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5363,7 +5335,7 @@ msgid "" "filename>" msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5460,7 +5432,7 @@ msgstr "Vlasnik" msgid "Owning Group" msgstr "Vlasnička grupa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostali" @@ -5536,66 +5508,66 @@ msgstr "Ažuriranje postave sistema" msgid "Updating system configuration…" msgstr "Ažuriram postavu sistema..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ime" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "veličina" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "dozvole" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "vlasnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "tip" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Otvori &pomoću %1|/|Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1|/|$[gen %1]" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Radnje" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5603,7 +5575,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5611,18 +5583,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Izvrši" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5630,20 +5609,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Program" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5653,126 +5632,145 @@ msgstr[1] "%1 stavke" msgstr[2] "%1 stavki" msgstr[3] "1 stavka" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "nepoznat" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zaustavi" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Montiranje:" - -# >> @item:inlistbox Keyword delimiter character -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "razmak" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tip:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Lokacija:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Veličina:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Chan&ge..." -msgid "Change..." -msgstr "&Izmijeni..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Sadržaj:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With" +msgid "Open with:" +msgstr "Otvori pomoću" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Chan&ge..." +msgid "Change..." +msgstr "&Izmijeni..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Lokacija:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Veličina:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Zaustavi" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Veza ka:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Izmjena:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Upozorenje" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Created:" msgid "Created:" msgstr "Stvaranje:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Izmjena:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Pristup:" + #. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" msgstr "Fajl sistem:" +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Montiranje:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Montiranje:" + +# >> @item:inlistbox Keyword delimiter character +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "razmak" + #. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 +#: widgets/kfilepropspluginwidget.ui:546 #, fuzzy, kde-format #| msgctxt "@info:status" #| msgid "Unknown size" msgid "Unknown size" msgstr "nepoznata veličina" -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Montiranje:" - -#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 -#, kde-format -msgid "Accessed:" -msgstr "Pristup:" - -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Otvori pomoću" - #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" @@ -6067,10 +6065,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Unesite ovdje opis programa, na osnovu njegove namjene. Na primjer: program " "za modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom na " @@ -6078,16 +6079,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Opis:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Opšte" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Unesite ovdje kakav god koristan komentar." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Unesite ovdje opis programa, na osnovu njegove namjene. Na primjer: program " +"za modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom na " +"Internet“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6097,9 +6108,10 @@ msgstr "&Komentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Prikaži &vrijednosti promjenljivih okruženja" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6323,7 +6335,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6336,38 +6348,61 @@ msgstr "" "Nije moguće sačuvati svojstva. Nemate odgovarajuće dozvole za upis u " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Opšte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Osvježi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1|/|$[aku %1]" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "nepoznata veličina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6376,8 +6411,8 @@ msgstr "" "Računam... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6386,8 +6421,8 @@ msgstr[1] "%1 fajla" msgstr[2] "%1 fajlova" msgstr[3] "1 fajl" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6396,105 +6431,111 @@ msgstr[1] "%1 potfascikle" msgstr[2] "%1 potfascikli" msgstr[3] "1 potfascikla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Računam..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Barem %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novo ime fajla je prazno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Podržani tipovi fajlova:" # >> @title:window -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Izbor programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Stvaranje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "&Izmijeni..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Pristup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "prikaz i izmjena sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "prikaz sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "prikaz i izmjena sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "prikaz sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "prikaz/čitanje i izmjena/pisanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Dozvole pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6503,37 +6544,37 @@ msgstr[1] "Svi fajlovi su veze i nemaju dozvole." msgstr[2] "Svi fajlovi su veze i nemaju dozvole." msgstr[3] "Ovaj fajl je veza i nema dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Samo vlasnik može da mijenja dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Vlasnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Određuje radnje koje su dozvoljene vlasniku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Određuje radnje koje su dozvoljene članovima grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Ostali:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6543,31 +6584,31 @@ msgstr "" "vlasnik ni članovi grupe." # Јасно из контекста да је у питању фасцикла -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Samo v&lasnik može da preimenuje i briše sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Postavite ovu zastavicu da dozvolite izvršavanje fajla kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Podrazumijevano korisničko ime:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Izvrši" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6578,7 +6619,7 @@ msgstr "" "sadržane fajlove i fascikle. Ostali korisnici mogu samo da dodaju nove " "fajlove, ako je data dozvola za izmjenu sadržaja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6587,75 +6628,75 @@ msgstr "" "Uključite ovu opciju da označite fajl kao izvršan. Ovo ima smisla samo za " "programe i skripte, i neophodno je ako želite da ih izvršavate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Vlasništvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Korisnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Primijeni izmjene na sve potfascikle i njihov sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "klasa" # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "prikaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ova zastavica omogućava prikazivanje sadržaja fascikle." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "čitanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Zastavica čitanja omogućava prikazivanje sadržaja fajla." # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6664,43 +6705,43 @@ msgstr "" "Ova zastavica omogućava dodavanje, preimenovanje i brisanje fajlova. " "Brisanje i preimenovanje mogu biti ograničeni ljepljivom zastavicom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Zastavica za pisanje omogućava izmjenu sadržaja fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ulaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Postavite ovu zastavicu da dozvolite ulazak u fasciklu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "izvršna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Postavite ovu zastavicu da dozvolite izvršavanje fajla kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "posebno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6709,24 +6750,24 @@ msgstr "" "Posebna zastavica. Važi za cijelu fasciklu, tačno značenje možete vidjeti u " "desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Posebna zastavica. Tačno značenje možete vidjeti u desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Korisnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6734,7 +6775,7 @@ msgid "" msgstr "" "Sa ovom zastavicom vlasnik fascikle će biti vlasnik svih novih fajlova." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6743,14 +6784,14 @@ msgstr "" "Ako je fajl izvršni, uz ovu zastavicu će biti izvršavan sa dozvolama " "vlasnika." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Sa ovom zastavicom grupa fascikle će biti korišćena za sve nove fajlove." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6758,7 +6799,7 @@ msgid "" msgstr "" "Ako je fajl izvršni, uz ovu zastavica će biti izvršavan sa dozvolama grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6768,7 +6809,7 @@ msgstr "" "brisati i preimenovati fajlove. Inače, svi sa dozvolom pisanja mogu to da " "rade." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6777,33 +6818,33 @@ msgstr "" "Ljepljiva zastavica na fajlu se ignoriše pod Linuxom, ali se može koristiti " "na drugim sistemima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "stavi UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "stavi GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ljepljiva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Veza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Promjenljivo (bez izmjene)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6812,7 +6853,7 @@ msgstr[1] "Ovi fajlovi koriste napredne dozvole." msgstr[2] "Ovi fajlovi koriste napredne dozvole." msgstr[3] "Ovaj fajl koristi napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6821,51 +6862,40 @@ msgstr[1] "Ove fascikle koriste napredne dozvole." msgstr[2] "Ove fascikle koriste napredne dozvole." msgstr[3] "Ova fascikla koristi napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ovi fajlovi koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kontrolne sume" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Računam..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nepravilna kontrolna suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Dati unos nije pravilna MD5, SHA‑1 ili SHA‑256 kontrolna suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolne sume se poklapaju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Izračunata kontrolna suma poklapa se sa očekivanom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6876,13 +6906,13 @@ msgstr "" "preuzimanje. Pokušajte ponovo da preuzmete fajl.
    Ako overa i posle toga " "ne prolazi, obratite se nekome na izvoru fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Izračunata kontrolna suma razlikuje se od očekivane." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6890,18 +6920,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Overavam kontrolnu sumu..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Novo ime fajla je prazno." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Novo ime fajla je prazno." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Računam..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6909,27 +6959,27 @@ msgstr "" "Nije moguće sačuvati svojstva. Podržane su samo stavke na lokalnim fajl " "sistemima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodaj tip fajla za %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Odaberite jedan ili više tipova za dodavanje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Izvršni fajlovi su podržani samo na lokalnom fajl sistemu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Napredne opcije za %1" @@ -7034,22 +7084,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Podesi veb prečice..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dijalog za otvaranje fajla" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Ime fajla za sadržaj klipborda:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Nalijepi %1 fajl" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Nalijepi sadržaj klipborda" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7059,19 +7114,19 @@ msgstr "" "format podataka više nije primjenjiv. Kopirajte ponovo to što želite da " "nalijepite." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Nalijepi jednu fasciklu" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Nalijepi jedan fajl" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7081,49 +7136,66 @@ msgstr[1] "Nalijepi %1 stavke" msgstr[2] "Nalijepi %1 stavki" msgstr[3] "Nalijepi jednu stavku" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Nalijepi sadržaj klipborda" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Nalijepi" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format podataka:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Ime fajla za sadržaj klipborda:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Ime fajla za prevučen sadržaj:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Veličina: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Primeni na &sve" # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7134,47 +7206,50 @@ msgstr "" "sa postojećim fajlom u ovoj fascikli." # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ako je ovo popunjeno, izbor načinjen klikom na dugme biće primijenjen i na " "sve naredne sukobe u okviru tekućeg posla." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Preimenuj" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Predloži &novo ime" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pre&skoči" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ne kopiraj niti premiještaj ovu fasciklu, prijeđi na sljedeću stavku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ne kopiraj niti premiještaj ovaj fajl, prijeđi na sljedeću stavku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Upiši unutra" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7187,26 +7262,26 @@ msgstr "" "Ponovo ćete biti upitani u slučaju sukoba sa postojećim fajlom u toj " "fascikli." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Prebrisati fajl?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7215,139 +7290,121 @@ msgstr "" "Ova radnja bi prebrisala ‘%1’ samim sobom.\n" "Unesite novo ime fajla:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Izvor" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Odredište" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "nastavak %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +# rewrite-msgid: /Files// +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgctxt "KFile System Bookmarks" +#| msgid "Audio Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Audio" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Starija stavka po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Sličan fajl po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Novija stavka po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Preimenuj:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "&Preimenuj" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fajl po imenu ‘%1’ već postoji." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7358,39 +7415,207 @@ msgstr[1] "Izmeni izabranu identifikaciju." msgstr[2] "Izmeni izabranu identifikaciju." msgstr[3] "Izmeni izabranu identifikaciju." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Izmeni izabranu identifikaciju." +msgstr[1] "Izmeni izabranu identifikaciju." +msgstr[2] "Izmeni izabranu identifikaciju." +msgstr[3] "Izmeni izabranu identifikaciju." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Otvori pomoću" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Izmeni izabranu identifikaciju." +msgstr[1] "Izmeni izabranu identifikaciju." +msgstr[2] "Izmeni izabranu identifikaciju." +msgstr[3] "Izmeni izabranu identifikaciju." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Podrazumijevano korisničko ime:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zamijeni" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pregled" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zamijeni" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Pokušaj ponovo" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Zamijeni" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskoči" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7478,7 +7703,7 @@ msgstr "" "Udaljeni domaćin nije poslao nijedan SSL sertifikat.\n" "Obustavljam jer se identitet domaćina ne može utvrditi." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7536,9 +7761,9 @@ msgstr[3] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." @@ -7551,11 +7776,53 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[1] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[2] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[3] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7571,7 +7838,7 @@ msgstr[3] "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7583,38 +7850,38 @@ msgstr[1] "Želite li zaista da bacite ove %1 stavke u smeće?" msgstr[2] "Želite li zaista da bacite ovih %1 stavki u smeće?" msgstr[3] "Želite li zaista da bacite ovu stavku u smeće?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Lanac parnjaka za SSL sertifikate deluje iskvareno." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7622,17 +7889,182 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Upozorenje" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ovo će pokrenuti program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Fajl sistem:" + +# >> @title:window +#~ msgid "Delete Files" +#~ msgstr "Brisanje fajlova" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "O&pozovi stvaranje fascikle" + +# >> @action:inmenu +#, fuzzy +#~| msgctxt "@title:menu" +#~| msgid "Move Here" +#~ msgid "Move Items" +#~ msgstr "Premjesti ovde" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Preimenuj" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Prenošenje" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Postavljam ACL za %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Napredne dozvole" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "dozvole" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Ukloni" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Fascikla" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "dozvole" + +#, fuzzy +#~| msgid "1 File" +#~| msgid_plural "%1 Files" +#~ msgid "Open File" +#~ msgstr "%1 fajl" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Fascikla" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Ime fajla:" + +#, fuzzy +#~| msgid "Date: %1" +#~ msgid "Target: %1" +#~ msgstr "Datum: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nepoznat prekid" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Prikaži obilježivače" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fajl je izmijenjen" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Unesite ovdje kakav god koristan komentar." + +#~ msgid "Do not ask again" +#~ msgstr "Ne pitaj više" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "

    Ovo je filter koji se primjenjuje na spisak fajlova. Imena fajlova " +#~ "koja se ne uklapaju u filter neće biti prikazana.

    Možete izabrati " +#~ "jedan od predefinisanih filtera, ili unijeti neki poseban direktno u " +#~ "polje za tekst.

    Dozvoljeni su džokeri poput * i ?.

    " + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Izabrano je više od jedne fascikle, a kako ovaj dijalog ne prihvata " +#~ "fascikle, nije moguće odlučiti u koju da se uđe. Izaberite samo jednu da " +#~ "je izlistate." + +# >> @title:window +#~ msgid "More than one folder provided" +#~ msgstr "Zadato više od jedne fascikle" + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Izabrana je bar jedna fascikla i jedan fajl. Izabrani fajlovi će biti " +#~ "ignorisani, a fascikla izlistana" + +# >> @title:window +#~ msgid "Files and folders selected" +#~ msgstr "Izabrani fajlovi i fascikle" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Iako je server kontaktiran, odgovor nije primljen u okviru vremena " +#~ "dodeljenog za zahtjev na sljedeći način:
    • prekovrijeme za " +#~ "uspostavljanje veze: %1 sek.
    • prekovrijeme za prijem odgovora: %2 " +#~ "sek.
    • prekovrijeme za pristup proksi serverima: %3 sek.
    • Imajte na umu da ove vrijednosti možete izmijeniti u Sistemskim " +#~ "postavkama KDE‑a, pod Mrežne postavke→Postavke povezivanja." + #~ msgid "Is &executable" #~ msgstr "&Izvršno" @@ -8623,9 +9055,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ "

      Drugačije, možete kliknuti na dugme Otkrij automatski kako " #~ "bi se pokušalo automatsko otkrivanje odgovarajuće promjenljive.

      " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Prikaži &vrijednosti promjenljivih okruženja" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Unesite ručno podatke za podešavanje proksi servera." @@ -8779,12 +9208,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ "Proračunati najveći prostor na disku koji se može koristiti za " #~ "smeće." -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Upozorenje" - # >> @item:inlistbox When limit reached #~ msgid "Delete Oldest Files From Trash" #~ msgstr "obriši iz smeća najstarije" @@ -8968,10 +9391,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ msgid "Space" #~ msgstr "razmak" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "podrazumijevani" - # >> @title:window #~ msgid "Modify Web Shortcut" #~ msgstr "Izmjena veb prečice" @@ -9417,9 +9836,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ msgid "Icon size: %1 pixels (standard size)" #~ msgstr "Veličina ikonica: %1 piksela (standardna)" -#~ msgid "File name:" -#~ msgstr "Ime fajla:" - #, fuzzy #~| msgid "Invalid Filenames" #~ msgid "Invalid Directory Name" @@ -9823,9 +10239,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ msgid "Read only" #~ msgstr "samo za čitanje" -#~ msgid "File system:" -#~ msgstr "Fajl sistem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Tačka montiranja (/mnt/floppy):" @@ -9842,13 +10255,6 @@ msgstr "Ako ne vjerujete programu, kliknite na „Odustani“." #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ne mogu da nađem nijedan program niti rukovalac za %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Nalijepi %1 fajl" -#~ msgstr[1] "&Nalijepi %1 fajla" -#~ msgstr[2] "&Nalijepi %1 fajlova" -#~ msgstr[3] "&Nalijepi fajl" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Nalijepi %1 URL" diff --git a/local/recipes/kde/kf6-kio/source/po/sr@latin/kio6.po b/local/recipes/kde/kf6-kio/source/po/sr@latin/kio6.po index af0a65b023..30b9bc7dad 100644 --- a/local/recipes/kde/kf6-kio/source/po/sr@latin/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sr@latin/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2017-12-17 18:00+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -33,12 +33,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "toptan@kde.org.yu,caslav.ilic@gmx.net" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ne mogu da izmenim vlasništvo nad fajlom ‘%1’" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -50,13 +50,13 @@ msgstr "" "Ne mogu da promenim vlasništvo nad fajlom %1. Nemate dovoljno " "dozvola za ovakvu promenu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Ne mogu da napravim U/I zahvat: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -71,7 +71,7 @@ msgstr "" "Ne mogu da napravim simboličku vezu ‘%1’.\n" "Proverite dozvole." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -91,23 +91,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Fascikla već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fajl već postoji" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Već postoji kao fascikla" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -211,203 +211,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Premeštanje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Izvor" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Odredište" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Preimenuj" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopiranje" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Stvaranje fascikle" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Fascikla" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Brisanje" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fajl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Ispitivanje" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Prenošenje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montiranje" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Uređaj" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Tačka montiranja" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Demontiranje" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -# rewrite-msgid: /Files// -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Audio Files" -msgid "Copy Files" -msgstr "Audio" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Brisanje fajlova" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "O&pozovi stvaranje fascikle" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -# >> @action:inmenu -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "Move Here" -msgid "Move Items" -msgstr "Premesti ovde" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Preimenuj" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -# >> @title:window -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Stvaranje simveze" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Prenošenje" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -834,6 +728,11 @@ msgid "File is too large to be trashed." msgstr "Fajl je prevelik za smeće." #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -849,65 +748,65 @@ msgstr "" "\n" "Pošaljite izveštaj o grešci na http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Tehnički razlog: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Detalji zahteva:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • URL: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokol: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Datum i vreme: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Dodatni podaci: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Mogući uzroci:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Moguća rešenja:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nepoznat)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -916,17 +815,17 @@ msgstr "" "Obratite se podršci radi dalje pomoći, bilo da se radi o sistem-" "administratoru ili grupi za tehničku podršku." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Obratite se administratoru servera radi dalje pomoći." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Proverite vaša prava pristupa za ovaj resurs." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -935,14 +834,14 @@ msgstr "" "Možda su vam prava pristupa nedovoljna za izvođenje zahtevanog postupka nad " "ovim resursom." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Fajl možda koristi neki drugi korisnik ili program (zbog čega je zaključan)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -951,17 +850,17 @@ msgstr "" "Proverite da li neki drugi program ili korisnik koristi dati fajl ili ga je " "zaključao." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Iako malo verovatno, možda je došlo do hardverske greške." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Možda ste naišli na grešku u programu." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -970,7 +869,7 @@ msgstr "" "Ovo je najverovatnije prouzrokovano greškom u programu. Razmislite o slanju " "izveštaja o grešci kao što je opisano ispod." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -979,7 +878,7 @@ msgstr "" "Ažurirajte program na najnoviju verziju. Vaša distribucija bi trebalo da " "obezbeđuje alatke za ažuriranje programâ." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1007,12 +906,12 @@ msgstr "" "podatke date iznad i dodajte ih u svoj izveštaj, zajedno sa svim ostalim " "detaljima za koje mislite da mogu biti od pomoći." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Možda postoji problem sa vašom vezom ka mreži." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1021,7 +920,7 @@ msgstr "" "Možda postoji problem u mrežnoj postavi. Ako ste nedavno bez problema " "pristupali Internetu, ovo je malo verovatno." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1030,42 +929,42 @@ msgstr "" "Možda postoji problem u nekoj tački duž mrežnog puta između servera i ovog " "računara." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Pokušajte ponovo, odmah ili malo kasnije." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Možda je došlo do greške ili nesaglasnosti protokola." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Uverite se da resurs postoji i pokušajte ponovo." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Navedeni resurs možda ne postoji." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Proverite da li ste uneli tačnu lokaciju i pokušajte ponovo." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Proverite stanje veze ka mreži." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ne mogu da otvorim resurs za čitanje" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1Ovo znači da sadržaj zahtevanog fajla ili fascikle %1 ne može " "biti dobavljen jer nije mogao biti obezbeđen pristup za čitanje.
      " -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Možda nemate dozvole da čitate fajl ili otvorite fasciklu." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ne mogu da otvorim resurs za upisivanje" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1093,19 +992,19 @@ msgstr "" "Ovo znači da fajl %1 ne može biti zapisan kao što je zahtevano, " "zato što se ne može dobiti pristup za upis." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" "Ne mogu da pokrenem proces zahtevan protokolom %1|/|Ne mogu da pokrenem " "proces zahtevan protokolom $[nom %1]" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ne mogu da pokrenem proces" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1$[nom %1] ne može da se nađe ili pokrene. Ovo je obično iz " "tehničkih razloga." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1129,12 +1028,12 @@ msgstr "" "pri poslednjoj nadogradnji KDE‑a. To može izazvati nesaglasnost programa sa " "tekućom verzijom i stoga onemogućiti pokretanje." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Unutrašnja greška" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 prijavio je unutrašnju grešku." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Nepravilno formatiran URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://korisnik:lozinka@www." "primer.org:port/fascikla/ime.nastavak?upit=vrednost" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokol %1 nije podržan" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1176,12 +1075,12 @@ msgstr "" "KDE programi trenutno instalirani na ovom računaru ne podržavaju protokol " "%1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Zahtevani protokol možda nije podržan." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1190,7 +1089,7 @@ msgstr "" "Verzije protokola %1 koje podržavaju ovaj računar i server možda nisu " "saglasne." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1207,17 +1106,17 @@ msgstr "" "\"http://kde-apps.org/\">http://kde-apps.org/ i http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ne upućuje na resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokol je filterski protokol" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource L%1 ne podržava " "zahtevanu radnju." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1265,17 +1164,17 @@ msgstr "" # >> Advice to the user, as in 'Please, attempt to find...', # >> and similar for many messages below after the problem has been stated -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Pokušajte da nađete drugi način za postizanje istog ishoda." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Očekivan je fajl" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1284,17 +1183,17 @@ msgstr "" "Zahtev je očekivao fajl, ali umesto toga je pronađena fascikla %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ovo je možda greška na strani servera." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Očekivana je fascikla" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1303,17 +1202,17 @@ msgstr "" "Zahtev je očekivao fasciklu, ali umesto toga je pronađen fajl %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fajl ili fascikla ne postoji" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Naznačeni fajl ili fascikla %1 ne postoji." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1321,22 +1220,22 @@ msgid "" msgstr "" "Zahtevani fajl ne može biti napravljen zato što istoimeni fajl već postoji." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Premestite trenutni fajl negde drugde, pa pokušajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Obrišite trenutni fajl i pokušajte ponovo." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Izaberite drugo ime za novi fajl." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1345,27 +1244,27 @@ msgstr "" "Zahtevana fascikla ne može biti napravljena zato što istoimena fascikla već " "postoji." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Premestite trenutnu fasciklu negde drugde, pa pokušajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Obrišite trenutnu fasciklu i pokušajte ponovo." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Izaberite drugo ime za novu fasciklu." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Nepoznat domaćin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1374,35 +1273,35 @@ msgstr "" "Greška „nepoznat domaćin“ ukazuje da server sa zahtevanim imenom, " "%1, ne može biti pronađen na Internetu." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Ime koje ste uneli, %1, možda ne postoji: možda je pogrešno uneto." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Pristup je odbijen" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Pristup zadatom resursu %1 je odbijen." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Možda ste naveli netačne detalje za autentifikaciju ili ih uopšte niste ni " "naveli." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Vaš nalog nema dozvolu da pristupa datom resursu." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1410,24 +1309,24 @@ msgid "" msgstr "" "Ponovite zahtev i uverite se da su detalji za autentifikaciju ispravno uneti." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Pristup za upis je odbijen" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Ovo znači da je pokušaj upisa u fajl %1 odbijen." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Ne mogu da uđem u fasciklu" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1436,17 +1335,17 @@ msgstr "" "Ovo znači da je pokušaj ulaska (drugim rečima otvaranja) u zahtevanu " "fasciklu %1 odbijen." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listanje fascikle nije dostupno" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 nije fajl sistem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1456,12 +1355,12 @@ msgstr "" "Ovo znači da je upućen zahtev koji zahteva utvrđivanje sadržaja fascikle, a " "KDE program koji podržava ovaj protokol ne može da to uradi." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Otkrivena je kružna veza" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1473,7 +1372,7 @@ msgstr "" "ili lokacijom. KDE je otkrio vezu ili niz veza koje rezultuju beskonačnom " "petljom — tj. fajl je (možda nekim izokolnim putem) povezan sa samim sobom." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1482,27 +1381,27 @@ msgstr "" "Obrišite jedan deo petlje tako da više ne bude beskonačna, pa pokušajte " "ponovo." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Korisnik je obustavio zahtev" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Zahtev nije dovršen zato što ga je korisnik obustavio." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Ponovo pokušajte zahtev." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Otkrivena je kružna veza pri kopiranju" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1515,17 +1414,17 @@ msgstr "" "koje rezultuju beskonačnom petljom — tj. fajl je (možda nekim izokolnim " "putem) povezan sa samim sobom." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ne mogu da ostvarim mrežnu vezu" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ne mogu da stvorim soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1534,8 +1433,8 @@ msgstr "" "Ovo je prilično tehnička greška u kojoj potrebni uređaj za mrežnu " "komunikaciju (soket) nije mogao biti stvoren." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1544,12 +1443,12 @@ msgstr "" "Mrežna veza nije možda dobro podešena, ili možda mrežno sučelje nije " "uključeno." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Veza ka serveru je odbijena" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1557,7 +1456,7 @@ msgid "" msgstr "" "Server %1 je odbio da dozvoli ovom računaru da napravi vezu." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1566,7 +1465,7 @@ msgstr "" "Server, dok je trenutno povezan na Internet, ne može biti podešen da " "dozvoljava zahteve." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1575,7 +1474,7 @@ msgstr "" "Na serveru, dok je trenutno povezan na Internet, možda nije pokrenut " "zahtevani servis (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1585,12 +1484,12 @@ msgstr "" "Mrežni zaštitni zid (uređaj koji ograničava internet zahteve), ili štiteći " "vašu ili mrežu servera, možda je intervenisao i sprečio zahtev." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Veza sa serverom je neočekivano zatvorena" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1599,7 +1498,7 @@ msgstr "" "Iako je uspostavljena veza sa %1, zatvorena je na " "neočekivanoj tački komunikacije." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1608,17 +1507,17 @@ msgstr "" "Možda je došlo do greške u protokolu, koja je prouzrokovala da server u " "odgovor zatvori vezu." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL resurs je neispravan" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 nije filterski protokol" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." # rewrite-msgid: /such an action/that/ -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1642,17 +1541,17 @@ msgstr "" "učiniti. Ovo je redak događaj, i vrlo verovatno ukazuje na grešku u " "programiranju." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ne mogu da pripremim ulazno/izlazni uređaj" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ne mogu da montiram uređaj" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1661,7 +1560,7 @@ msgstr "" "Zahtevani uređaj nije mogao biti pripremljen („montiran“). Prijavljena " "greška je: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1671,7 +1570,7 @@ msgstr "" "Uređaj možda nije spreman, npr. možda nije ubačen medijum u CD jedinicu; " "ili, ako se radi o perifernom/prenosnom uređaju, možda nije ispravno povezan." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1580,7 @@ msgstr "" "Možda nemate dozvole da pripremite („montirate“) uređaj. Na Unix sistemima " "često su potrebna ovlašćenja sistem-administratora za pripremanje uređaja." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1590,17 @@ msgstr "" "medijum, a prenosni uređaji moraju biti povezani i uključeni; zatim " "pokušajte ponovo." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ne mogu da otpustim ulazno/izlazni uređaj" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ne mogu da demontiram uređaj" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1609,7 @@ msgstr "" "Zahtevani uređaj nije mogao biti otpušten („demontiran“). Prijavljena greška " "je: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1721,7 +1620,7 @@ msgstr "" "otvoren prozor pregledača na lokaciji na ovom uređaju može da izazove ovakvo " "zauzeće." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1732,18 +1631,18 @@ msgstr "" "sistemima često su potrebna ovlašćenja sistem-administratora za otpuštanje " "uređaja." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Uverite se da nijedan program ne pristupa uređaju, pa pokušajte ponovo." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ne mogu da čitam iz resursa" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1752,17 +1651,17 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, došlo je " "do greške pri čitanju sadržaja iz njega." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Možda nemate dozvole za čitanje iz ovog resursa." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ne mogu da pišem u resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1771,22 +1670,22 @@ msgstr "" "Ovo znači da iako je resurs %1 mogao biti otvoren, došlo je " "do greške pri upisu sadržaja u njega." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Možda nemate dozvole za pisanje u ovaj resurs." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ne mogu da slušam za mrežnim vezama" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ne mogu da povežem" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1797,17 +1696,17 @@ msgstr "" "komunikaciju (soket) nije mogao biti uspostavljen tako da sluša dolazeće " "mrežne veze." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ne mogu da slušam" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ne mogu da prihvatim mrežnu vezu" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1816,33 +1715,33 @@ msgstr "" "Ovo je prilično tehnička greška do koje je došlo prilikom pokušaja da se " "prihvati dolazeća mrežna veza." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Možda nemate dozvole za prihvatanje ove veze." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ne mogu da se prijavim: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Prijavljivanje radi izvođenja zahtevanog postupka nije uspelo." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ne mogu da odredim stanje resursa" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ne mogu da ispitam resurs" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1851,69 +1750,69 @@ msgstr "" "Određivanje podatka o stanju resursa %1 (naziv, tip, " "veličina, itd.) nije uspelo." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Zadati resurs možda ne postoji ili nije pristupačan." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ne mogu da otkažem listanje" # well-spelled: ПОПРАВИМЕ -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "POPRAVIME: Dokumentuj ovo" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Ne mogu da napravim fasciklu" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Pravljenje zahtevane fascikle nije uspelo." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Lokacija gde je fascikla trebalo da se napravi možda ne postoji." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Ne mogu da uklonim fasciklu" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Uklanjanje zadate fascikle %1 nije uspelo." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Zadata fascikla možda ne postoji." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Zadata fascikla možda nije prazna." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Uverite se da fascikla postoji i da je prazna, pa pokušajte ponovo." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ne mogu da nastavim prenos fajla" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1922,44 +1821,44 @@ msgstr "" "Zadati zahtev je zatražio da se prenos fajla %1 nastavi od " "određene tačke. To nije bilo moguće." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Protokol, ili server, možda ne podržava nastavak prenosa." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Ponovite zahtev bez pokušaja da se prenos nastavi." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ne mogu da preimenujem resurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Preimenovanje navedenog resursa %1 nije uspelo." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ne mogu da izmenim dozvole resursa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Promena dozvola za navedeni resurs %1 nije uspela." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Ne mogu da promenim vlasništvo nad resursom" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 nije uspela." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ne mogu da obrišem resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Brisanje navedenog resursa %1 nije uspelo." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Neočekivano okončanje programa" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 neočekivano je prekinut." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Nema više memorije" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 nije mogao da dobije memoriju potrebnu za nastavak." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Nepoznat proksi domaćin" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, došlo je do greške „nepoznat domaćin“. Ova greška znači da " "zahtevano ime nije moglo da se pronađe na Internetu." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2032,17 +1931,17 @@ msgstr "" "proksija. Ako ste nedavno pristupali Internetu bez problema, ovo je malo " "verovatno." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Pažljivo proverite postavke proksija i pokušajte ponovo." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Autentifikacija nije neuspela: metod %1 nije podržan" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2053,7 +1952,7 @@ msgstr "" "zato što KDE program koji koji izvodi protokol %1 ne podržava metod koji " "server koristi." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, fuzzy, kde-format #| msgid "" #| "Please file a bug at http://bugs.kde.org/" @@ -2066,17 +1965,17 @@ msgstr "" "bugs.kde.org/ da obavestite programere KDE‑a o nepodržanom metodu " "autentifikacije." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Zahtev je otkazan" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Unutrašnja greška u serveru" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2085,7 +1984,7 @@ msgstr "" "Program na serveru koji obezbeđuje pristup protokolu %1 " "prijavio je unutrašnju grešku: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2094,12 +1993,12 @@ msgstr "" "Ovo je najverovatnije izazvano greškom u programu na serveru. Razmislite o " "slanju izveštaja o grešci kao što je objašnjeno ispod." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Obratite se administratoru servera da biste mu ukazali na problem." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2108,40 +2007,29 @@ msgstr "" "Ako znate ko su autori programa na serveru, pošaljite izveštaj direktno " "njima." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Greška prekovremena" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Iako je server kontaktiran, odgovor nije primljen u okviru vremena " -"dodeljenog za zahtev na sledeći način:
      • prekovreme za uspostavljanje " -"veze: %1 sek.
      • prekovreme za prijem odgovora: %2 sek.
      • prekovreme za pristup proksi serverima: %3 sek.
      Imajte na " -"umu da ove vrednosti možete izmeniti u Sistemskim postavkama KDE‑a, pod " -"Mrežne postavke→Postavke povezivanja.
      " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server je bio prezauzet odgovaranjem na druge zahteve da bi odgovorio." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nepoznata greška" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je nepoznatu grešku: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nepoznat prekid" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "prijavio je prekid nepoznatog tipa: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ne mogu da obrišem izvorni fajl" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2179,12 +2067,12 @@ msgstr "" "Postupak je zahtevao brisanje izvornog fajla, najverovatnije na kraju " "postupka premeštanja. Izvorni fajl %1 nije mogao biti obrisan." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ne mogu da obrišem privremeni fajl" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2195,12 +2083,12 @@ msgstr "" "sadržaj koji se preuzima. Taj privremeni fajl %1 nije mogao biti " "obrisan." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ne mogu da preimenujem izvorni fajl" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2209,12 +2097,12 @@ msgstr "" "Postupak je zahtevao preimenovanje izvornog fajla %1, ali se to " "nije moglo izvesti." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ne mogu da preimenujem privremeni fajl" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2223,33 +2111,33 @@ msgstr "" "Postupak je zahtevao stvaranje privremenog fajla %1, ali se to " "nije moglo izvesti." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ne mogu da napravim vezu" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ne mogu da napravim simboličku vezu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" "Zahtevana simbolička veza %1 nije mogla biti napravljena." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Bez sadržaja" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk je pun" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2258,7 +2146,7 @@ msgstr "" "Zahtevani fajl %1 nije mogao da bude zapisan jer nema dovoljno " "prostora na disku." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2269,12 +2157,12 @@ msgstr "" "i privremene fajlove, 2) arhivirati neke na uklonjivi medijum poput CD‑a, " "ili 3) nabaviti veći disk." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Izvorni i odredišni fajl su istovetni" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2283,17 +2171,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što su izvorni i odredišni fajl jedan " "te isti." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Izaberite drugačije ime za odredišni fajl." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fajl ili fascikla prevučena sama na sebe" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2302,17 +2190,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što su izvorni i odredišni fajl ili " "fascikla jedno te isto." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Prevucite stavku na različit fajl ili fasciklu." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Fascikla premeštena sama u sebe" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2321,17 +2209,17 @@ msgstr "" "Postupak nije mogao biti dovršen zato što izvor ne može da se premesti sam u " "sebe." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Premestite stavku u različitu fasciklu." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Ne mogu da komuniciram sa serverom lozinki" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2341,24 +2229,24 @@ msgstr "" "servisom za zahtevanje lozinki (kpasswdserver)." # rewrite-msgid: /your session/your desktop session/ -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Pokušajte resetujete sesiju površi, ili potražite greške u dnevniku kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ne mogu da pripremim protokol %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "Ne mogu da napravim U/I zahvat" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The io-slave which provides access to the %1 protocol " @@ -2372,7 +2260,7 @@ msgstr "" "pristup protokolu $[nom %1] ne može da se pokrene. Ovo je " "obično iz tehničkih razloga." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, fuzzy, kde-format #| msgid "" #| "klauncher could not find or start the plugin which provides the protocol." @@ -2384,13 +2272,13 @@ msgstr "" "KLauncher ne može da nađe ili pokrene priključak koji obezbeđuje protokol. " "Ovo znači da imate zastarelu verziju priključka." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2398,35 +2286,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Nedokumentovana greška" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(simbolička veza ka %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, veza ka %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (pokazuje na %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2435,25 +2323,25 @@ msgstr "" "Loše formiran URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "Ne mogu da izvučem izvršno ime iz ‘%1’, unesite ispravno ime programa." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2461,103 +2349,103 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava otvaranje veza." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Protokol %1 ne podržava zatvaranje veza." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Protokol %1 ne podržava pristupanje fajlovima." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Upis u %1 nije podržan.|/|Upis u $[aku %1] nije podržan." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Nema nikakvih posebnih radnji za protokol %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Protokol %1 ne podržava listanje fascikli." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "" "Preuzimanje podataka preko %1 nije podržano.|/|Preuzimanje podataka preko " "$[gen %1] nije podržano." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "" "Dobavljanje podatka o MIME tipu preko %1 nije podržano.|/|Dobavljanje " "podatka o MIME tipu preko $[gen %1] nije podržano." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Preimenovanje ili premeštanje fajlova unutar %1 nije podržano.|/|" "Preimenovanje ili premeštanje fajlova unutar $[gen %1] nije podržano." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje simboličkih veza." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "" "Kopiranje fajlova unutar %1 nije podržano.|/|Kopiranje fajlova unutar $[gen " "%1] nije podržano." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "" "Brisanje fajlova preko %1 nije podržano.|/|Brisanje fajlova preko $[gen %1] " "nije podržano." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Protokol %1 ne podržava stvaranje fascikli." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava menjanje atributa fajlovima." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Protokol %1 ne podržava menjanje vlasništva nad fajlovima." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Protokol %1 ne podržava otvaranje fajlova." # >> %2 is a numeric code of the action -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokol %1 ne podržava radnju %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2566,117 +2454,140 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nepoznat protokol „%1“." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ne mogu da pronađem U/I zahvat za protokol „%1“." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ne mogu da napravim soket za pokretanje U/I zahvat za protokol „%1“." # literal-segment: kioslave -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ne mogu da pronađem izvršni fajl kioslave na „%1“." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detalji" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Zauvek" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Nas&tavi" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Samo za &tekuću sesiju" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "O&pozovi stvaranje fascikle" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "O&pozovi stvaranje fascikle" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Niste izabrali fajl za brisanje." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ničeg za brisanje" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Niste izabrali fajl za bacanje u smeće." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ničeg za smeće" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Navedena fascikla ne postoji ili se ne može čitati." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meni" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Roditeljska fascikla" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Domaća fascikla" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Učitaj ponovo" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2684,217 +2595,217 @@ msgctxt "@action" msgid "New Folder…" msgstr "nova‑fascikla" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Premesti u smeće" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Obriši" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ređanje" # >> @title:column Site Specific Identification -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "ime sajta" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "po datumu" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Tip stavke" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "opadajuće" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "opadajuće" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Skriveni fajlovi" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Položaj ikonica" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "pored imena fajla|/|$[svojstva spiskovno 'ikonice pored imena fajla']" # @item:inmenu Icon Position -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "iznad imena fajla|/|$[svojstva spiskovno 'ikonice iznad imena fajla']" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Sažeti prikaz" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljan prikaz" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Prikaz stabla" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljni prikaz stabla" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Skriveni fajlovi" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Pregled" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Pregled" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Svojstva" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Prikaz" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "prvo fascikle" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "prvo fascikle" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "prvo fascikle" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "prvo fascikle" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodiranje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Otvori" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Sačuvaj kao" @@ -2950,44 +2861,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Premesti ovde" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|svi fajlovi" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "svi podržani tipovi fajlova" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "svi fajlovi" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Dodavanje stavke u Mesta" # >> @title:window -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Uređivanje stavke u Mestima" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2999,17 +2910,17 @@ msgstr "" "trebalo da bude jedna ili dve reči koje će vas podsetiti na šta ova stavka " "upućuje. Ako je ne unesete, biće izvedena iz URL‑a lokacije.

      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiketa:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Ovde ide opisna etiketa" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3022,12 +2933,12 @@ msgstr "" "kde/stable

      Klikom na dugme pored polja za unos teksta možete " "pregledati navedeni URL.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Lokacija:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -3036,17 +2947,17 @@ msgstr "" "Ovo je ikonica koja će se stajati uz stavku u panelu Mesta.

      Kliknite na dugme da izaberete neku drugu.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Izaberite &ikonicu:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Prikazuj samo u okviru &ovog programa (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3057,130 +2968,130 @@ msgstr "" "tekući program (%1).

      U suprotnom, stavka će biti dostupna u svim " "programima.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Mesta" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Udaljeno" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Pretraga" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Uređaji" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Uklonjivi uređaji" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (greška %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Domaće" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokumenti" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Mreža" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Smeće" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Video" # >> @title:window -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Brisanje fajlova" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Lokacija:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Izmena:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 #, fuzzy #| msgctxt "KFile System Bookmarks" #| msgid "Yesterday" @@ -3188,48 +3099,55 @@ msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Juče" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ne mogu da nađem program „%1“." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Fascikla ne može da se premesti sama u sebe." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Podesi veb prečice..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "" # >> Release a removable device, so that it can be unplugged. -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Oslobodi „%1“|/|&Oslobodi „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Bezbedno ukloni „%1“|/|&Bezbedno ukloni „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Bezbedno ukloni „%1“|/|&Bezbedno ukloni „$[aku %1]“" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3237,43 +3155,43 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Demontiranje" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Demontiraj" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Izbaci" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Uređaj „%1“ nije disk i ne može se izbaciti." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Greška pri pristupu „%1“, sistem javlja: %2|/|Greška pri pristupu „$[dat " "%1]“, sistem javlja: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Greška pri pristupu „%1“|/|Greška pri pristupu „$[dat %1]“" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3286,19 +3204,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3306,98 +3224,98 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Slobodno %1 od %2 (%3% popunjeno)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (skriveno)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Isprazni smeće" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Montiraj" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Otvori pomoću" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Dodaj stavku..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Uredi" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Ukloni" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Sakrij odeljak" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Sakrij odeljak" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Prikaži sve unose" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Sažeti prikaz" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto D&etect" msgctxt "" @@ -3406,54 +3324,54 @@ msgctxt "" msgid "Auto Resize" msgstr "Otkrij &automatski" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Date: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Datum: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Možete izabrati samo jedan fajl." # >> @title:window -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Zadato više od jednog fajla" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Možete birati samo lokalne fajlove." # >> @title:window -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Udaljeni fajlovi se ne prihvataju" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3466,56 +3384,22 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Izabrano je više od jedne fascikle, a kako ovaj dijalog ne prihvata " -"fascikle, nije moguće odlučiti u koju da se uđe. Izaberite samo jednu da je " -"izlistate." - -# >> @title:window -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Zadato više od jedne fascikle" - -# skip-rule: t-list, t-list_g -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Izabrana je bar jedna fascikla i jedan fajl. Izabrani fajlovi će biti " -"ignorisani, a fascikla izlistana" - -# >> @title:window -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Izabrani fajlovi i fascikle" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Ne mogu da nađem fajl ‘%1’" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Ne mogu da otvorim fajl" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

      For " @@ -3530,44 +3414,44 @@ msgstr "" "je trenutna lokacija file:/home/%1, ovo dugme će vas odvesti u " "file:/home.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Kliknite ovde da odete jedan korak unazad u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Kliknite ovde da odete jedan korak unapred u istorijatu pregledanja." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Kliknite ovde da ponovo učitate sadržaj tekuće lokacije." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Kliknite ovde da napravite novu fasciklu." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Prikaži navigacioni panel Mesta" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Prikaži obeleživače" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Skriveni fajlovi" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Opcije" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3588,12 +3472,12 @@ msgstr "" "fajlova
    • navigacioni panel Mesta
    • pregledi fajlova
    • odvajanje fascikli od fajlova
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Obeleživači" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3607,12 +3491,38 @@ msgstr "" "se inače ponašaju kao bilo gde drugde u KDE‑u." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ime:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "O&pozovi preimenovanje" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Ime fajla:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Skriveni fajlovi" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3624,12 +3534,12 @@ msgstr "" "poklapanja. Ovu mogućnost možete kontrolisati desnim klikom i izborom " "poželjnog režima iz menija Dopuna teksta." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ovo je ime pod kojim će se fajl sačuvati." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3638,76 +3548,82 @@ msgstr "" "Ovo je spisak fajlova za otvaranje. Više fajlova se može zadati navođenjem " "njihovih imena razdvojenih razmacima." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ovo je ime fajla koji treba otvoriti." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Mesta" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Fajl ‘%1’ već postoji. Želite li da ga prebrišete?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Prebrisati fajl?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Možete birati samo lokalne fajlove." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Udaljeni fajlovi se ne prihvataju" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Sve fascikle" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Create directory" +msgid "Current Directory: %1" +msgstr "Napravi fasciklu" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Otvori" # >! Needs plurals. -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Veličina ikonica: %1 piksela" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Automatski izaberi &nastavak imena fajla (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "nastavak %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Automatski izaberi &nastavak imena fajla" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "prikladan nastavak" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3733,72 +3649,27 @@ msgstr "" "sigurni, ostavite ovu opciju uključenom jer je tako lakše rukovati fajlovima." "
    " -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"

    Ovo je filter koji se primenjuje na spisak fajlova. Imena fajlova " -"koja se ne uklapaju u filter neće biti prikazana.

    Možete izabrati " -"jedan od predefinisanih filtera, ili uneti neki poseban direktno u polje za " -"tekst.

    Dozvoljeni su džokeri poput * i ?.

    " - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Napravi novi tip fajla" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Izvinite" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Fajl šablona %1 ne postoji." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -# >> @title:window -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Stvaranje veze ka URL‑u" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1|/|$[aku %1]" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a different name" @@ -3806,7 +3677,40 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Izaberi drugo ime" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Izvinite" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Fajl šablona %1 ne postoji." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Stvaranje simveze" + +# >> @title:window +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Stvaranje veze ka URL‑u" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1|/|$[aku %1]" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3814,7 +3718,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, fuzzy, kde-kuit-format #| msgid "" #| "The name \"%1\" starts with a dot, so the directory will be hidden by " @@ -3827,7 +3731,7 @@ msgstr "" "Ime %1 počinje s tačkom, tako da će fascikla podrazumevano " "biti skrivena." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3836,41 +3740,49 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Starija stavka po imenu ‘%1’ već postoji." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" @@ -3879,31 +3791,31 @@ msgstr "Fajl po imenu ‘%1’ već postoji." # >> @title:menu Create new folder, file, link... # Без „…нови“ јер се реченица прелива на ставке подменија. -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Napravi" # >> @item:inmenu Create New -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "vezu ka uređaju" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "nova‑fascikla" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Und&o: Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "O&pozovi stvaranje fascikle" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3913,52 +3825,104 @@ msgstr "" "Napravi novu fasciklu u:\n" "‘%1’" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Izaberi drugo ime" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "podrazumevani" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Napravi novi tip fajla" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Izaberite program za %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Izaberite &ikonicu:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiraj" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Nalepi" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Otvori pomoću" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Uredi" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigacija" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Puna putanja" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -3966,7 +3930,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3978,6 +3942,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Mesta" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4001,29 +3974,29 @@ msgstr "Drugo" msgid "Edit mode" msgstr "Režim uređivanja" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Kliknite za kretanje kroz lokacije" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Kliknite za uređivanje lokacije" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Niste ovlašćeni da izvršite ovaj fajl." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Pokrećem %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4031,12 +4004,12 @@ msgid "" "%2." msgstr "Ne mogu da učinim servis %1 izvršnim, obustavljam izvršavanje." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Niste ovlašćeni da izaberete program za otvaranje ovog fajla." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4063,13 +4036,19 @@ msgstr "Greška pri upisivanju slike u %1" msgid "Icon file too big, download aborted" msgstr "Fajl ikonice prevelik, preuzimanje obustavljeno" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No favicon found for %1" msgid "No mail client found" msgstr "Nema favikonice za %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4080,30 +4059,30 @@ msgstr "" "%1\n" "nije dobar." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Pokrećem %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ne mogu da nađem fajl ‘%1’" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" # literal-segment: URL= -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4114,7 +4093,7 @@ msgstr "" "%1\n" "tipa je veze, ali nema unos „URL=...“." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4126,20 +4105,20 @@ msgstr "" "Fajl %1 je izvršni program. Neće biti pokrenut iz bezbednosnih " "razloga." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "Unable to make the service %1 executable, aborting execution" msgid "" @@ -4147,12 +4126,12 @@ msgid "" "%2." msgstr "Ne mogu da učinim servis %1 izvršnim, obustavljam izvršavanje." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Fajl unosa površi ‘%1’ nema unos „Type=...“." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4160,13 +4139,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Ne mogu da otvorim fajl" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file \"%1\" could not be found" msgid "The program \"%1\" could not be launched." @@ -4259,75 +4238,70 @@ msgstr "" "izmenjen je.\n" "Želite li da otpremite izmene?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "K‑U/I‑izvršavač" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "K‑U/I‑izvršavač — otvara udaljene fajlove, nadgleda promene, pita za " "otpremanje" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003, programeri K‑osvajača" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David For" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Štefan Kulov" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rozenkrencer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Valdo Bastijan" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Osvald Budenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Uzmi URL‑ove za lokalne fajlove i zatim ih obriši" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Predloženo ime za preuzeti fajl" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Naredba za izvršavanje" # literal-segment: command -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL‑ovi ili lokalni fajlovi upotrebljeni za „command“." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Postavljam ACL za %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4336,7 +4310,7 @@ msgstr "" "Ne mogu da izmenim dozvole za\n" "‘%1’" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4345,130 +4319,38 @@ msgid "" "%1" msgstr "Ne mogu da promenim vlasništvo nad ‘%1’." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ne mogu da preimenujem privremeni fajl" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ne mogu da pronađem naredbu mount" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ne mogu da pronađem naredbu umount" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Napredne dozvole" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "dozvole" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Ukloni" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Fascikla" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "Napravi fasciklu" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "dozvole" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "1 File" -#| msgid_plural "%1 Files" -msgid "Open File" -msgstr "%1 fajl" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Fascikla" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Ime fajla:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Date: %1" -msgid "Target: %1" -msgstr "Datum: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nepoznat prekid" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Ne mogu da kopiram fajl iz %1 u %2. (br.greške: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nema medijuma u uređaju za %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Ne mogu da dobavim korisnički ID za dato ime korisnika %1." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ne mogu da dobavim grupni ID za dato ime grupe %1" @@ -4510,32 +4392,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Morate navesti korisničko ime i lozinku za pristup ovom sajtu." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sajt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Prijava u redu" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ne mogu da se prijavim na %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "klauncher said: %1" msgid "" @@ -4543,7 +4425,7 @@ msgid "" "The server said: \"%1\"" msgstr "KLauncher odgovara: %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4552,12 +4434,12 @@ msgstr "" "Morate navesti korisničko ime i lozinku za proksi server naveden ispod pre " "nego što vam se dozvoli pristup bilo kom sajtu." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Autentifikacija proksija nije uspela." @@ -4611,24 +4493,24 @@ msgid "" msgstr "Želite li da prihvatite ovaj sertifikat zauvek, bez pitanja ubuduće?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Autentifikacija servera" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 na %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Inače, zahtev bi uspeo." # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" @@ -4637,7 +4519,7 @@ msgstr "" "da se dobave']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" @@ -4646,7 +4528,7 @@ msgstr "" "da se postave']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" @@ -4655,7 +4537,7 @@ msgstr "" "napravi']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" @@ -4664,7 +4546,7 @@ msgstr "" "fascikla ne može da se kopira']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" @@ -4673,7 +4555,7 @@ msgstr "" "fascikla ne može da se pomeri']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" @@ -4682,7 +4564,7 @@ msgstr "" "može da se traži']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" @@ -4691,7 +4573,7 @@ msgstr "" "fascikla ne može da se zaključa']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" @@ -4700,7 +4582,7 @@ msgstr "" "fascikla ne može da se otključa']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" @@ -4709,7 +4591,7 @@ msgstr "" "fascikla ne može da se obriše']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" @@ -4718,7 +4600,7 @@ msgstr "" "za sposobnosti']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" @@ -4727,7 +4609,7 @@ msgstr "" "navedenog fajla ili fascikle ne može da se dobavi']" # У склопу реченице: „...при покушају да се ...“ или „Не може ...“ -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" @@ -4735,13 +4617,13 @@ msgstr "" "izvrši izveštaj u navedenoj fascikli|/|$[svojstva Ne-može 'U navedenoj " "fascikli ne može da se izvrši izveštaj']" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Neočekivana greška (%1) pri pokušaju da se %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4749,13 +4631,13 @@ msgid "" "below." msgstr "Greška pri pokušaju da se %1, %2. Sažetak razloga je dat ispod." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Odbijen je pristup pri pokušaju da se %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4764,7 +4646,7 @@ msgstr "" "Resurs ne može biti napravljen na odredištu sve dok se jedna ili više " "posredišnih zbirki (fascikli) ne napravi." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4785,17 +4667,17 @@ msgstr "" "prebrisuju.\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Traženo zaključavanje nije bilo odobreno. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Server ne podržava tip zahteva u telu." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." @@ -4803,12 +4685,12 @@ msgstr "" "Ne može da se %1 zato što je resurs zaključan.|/|$[Ne-može %1] zato što je " "resurs zaključan." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ova radnja je sprečena drugom greškom." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4819,7 +4701,7 @@ msgstr "" "fasciklu.|/|$[Ne-može %1] zato što odredišni server odbija da prihvati fajl " "ili fasciklu." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4828,19 +4710,19 @@ msgstr "" "Odredišni resurs nema dovoljno prostora da zapiše stanje resursa posle " "izvršenja ove metode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurs se ne može obrisati." # У склопу реченице: „при покушају да се ...“ или „не може ...“ -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "otpremi %1|/|$[svojstva Ne-može %1' ne može da se otpremi']" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4853,15 +4735,15 @@ msgstr "Neočekivana greška (%1) pri pokušaju da se %2." msgid "Network" msgstr "Mreža" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Neispravan URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4873,12 +4755,12 @@ msgstr "" "na izvornu lokaciju. Možete ili ponovo napraviti tu fasciklu pa ponoviti " "naredbu, ili prevući stavku bilo gde drugde da biste je vratili." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ovaj fajl je već u smeću." @@ -4916,7 +4798,7 @@ msgstr "Isprazni sadržaj smeća" msgid "Restore a trashed file to its original location" msgstr "Vrati fajl iz smeća na njegovu izvornu lokaciju" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4938,17 +4820,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Pokušaj ponovo" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dijalog za autentifikaciju" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Pristup odbijen" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Nemate dozvolu za pristup protokolu %1." @@ -5064,42 +4946,42 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, fuzzy, kde-format #| msgid "Expected checksum (MD5, SHA1 or SHA256)..." msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Neka kontrolna suma (MD5, SHA‑1, SHA‑256)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Kliknite da nalepite kontrolnu sumu iz klipborda u polje unosa." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA‑1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA‑256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5109,9 +4991,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Izračunaj" @@ -5120,140 +5002,229 @@ msgstr "Izračunaj" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kliknite da kopirate kontrolnu sumu u klipbord." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Odustani" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Premesti ovde" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiraj ovde" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Po&veži ovde" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Pokrećem %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "What do you wish to do with this executable file?" msgid "What do you wish to do with this file?" msgstr "Šta želite da uradite sa ovim izvršnim fajlom?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Ne pitaj više" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Otvori" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Izvrši" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this executable file?" +msgid "Would you like to launch this file?" +msgstr "Šta želite da uradite sa ovim izvršnim fajlom?" # >> @info:progress -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Pravim fasciklu" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Izvor" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Odredište" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Kopiranje" + # >> @info:progress -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Premeštam" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Preimenuj" +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Premesti u smeće" + # >> @info:progress -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Brišem" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "O&pozovi" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "O&pozovi kopiranje" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "O&pozovi povezivanje" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "O&pozovi premeštanje" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "O&pozovi preimenovanje" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "O&pozovi bacanje" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "O&pozovi stvaranje fascikle" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "O&pozovi stvaranje fascikli" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "O&pozovi stvaranje fajla" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Opozovi pa&ketno preimenovanje" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "O&pozovi kopiranje" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "O&pozovi povezivanje" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "O&pozovi premeštanje" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "O&pozovi preimenovanje" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "O&pozovi bacanje" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "O&pozovi stvaranje fascikle" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "O&pozovi stvaranje fascikli" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "O&pozovi stvaranje fajla" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Opozovi pa&ketno preimenovanje" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5267,12 +5238,12 @@ msgstr "" "Želite li zaista da obrišete %4?" # >> @title:window -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Potvrda opoziva kopiranja fajlova" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5287,23 +5258,24 @@ msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Obriši stavku" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Obriši stavku" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5329,7 +5301,7 @@ msgstr[3] "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" @@ -5343,13 +5315,13 @@ msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Isprazni smeće" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5359,7 +5331,7 @@ msgid "" "filename>" msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5456,7 +5428,7 @@ msgstr "Vlasnik" msgid "Owning Group" msgstr "Vlasnička grupa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ostali" @@ -5532,66 +5504,66 @@ msgstr "Ažuriranje postave sistema" msgid "Updating system configuration…" msgstr "Ažuriram postavu sistema..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ime" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "veličina" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "dozvole" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "vlasnik" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "grupa" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "tip" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Otvori &pomoću %1|/|Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1|/|$[gen %1]" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Radnje" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5599,7 +5571,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5607,18 +5579,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Izvrši" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Otvori pomoću %1|/|&Otvori $[ins-p %1]" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5626,20 +5605,20 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Otvori pomoću" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Program" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5649,126 +5628,145 @@ msgstr[1] "%1 stavke" msgstr[2] "%1 stavki" msgstr[3] "1 stavka" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "nepoznat" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Zaustavi" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Montiranje:" - -# >> @item:inlistbox Keyword delimiter character -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Space as keyword delimiter" -#| msgid "Space" -msgid "Free Space:" -msgstr "razmak" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tip:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Lokacija:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Veličina:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "Chan&ge..." -msgid "Change..." -msgstr "&Izmeni..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Sadržaj:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With" +msgid "Open with:" +msgstr "Otvori pomoću" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "Chan&ge..." +msgid "Change..." +msgstr "&Izmeni..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Lokacija:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Veličina:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Zaustavi" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Veza ka:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Izmena:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "Upozorenje" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, fuzzy, kde-format #| msgid "Created:" msgid "Created:" msgstr "Stvaranje:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Izmena:" + +#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:429 +#, kde-format +msgid "Accessed:" +msgstr "Pristup:" + #. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" msgstr "Fajl sistem:" +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Montiranje:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Montiranje:" + +# >> @item:inlistbox Keyword delimiter character +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Space as keyword delimiter" +#| msgid "Space" +msgid "Free space:" +msgstr "razmak" + #. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 +#: widgets/kfilepropspluginwidget.ui:546 #, fuzzy, kde-format #| msgctxt "@info:status" #| msgid "Unknown size" msgid "Unknown size" msgstr "nepoznata veličina" -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Montiranje:" - -#. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 -#, kde-format -msgid "Accessed:" -msgstr "Pristup:" - -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 -#, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Otvori pomoću" - #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" @@ -6063,10 +6061,13 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Unesite ovde opis programa, na osnovu njegove namene. Na primer: program za " "modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom na " @@ -6074,16 +6075,26 @@ msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Opis:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&Opšte" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Unesite ovde kakav god koristan komentar." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Unesite ovde opis programa, na osnovu njegove namene. Na primer: program za " +"modemsko pozivanje na Internet (KPPP) mogao bi se opisati kao „Modemom na " +"Internet“." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6093,9 +6104,10 @@ msgstr "&Komentar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "Prikaži &vrednosti promenljivih okruženja" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6319,7 +6331,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6332,38 +6344,61 @@ msgstr "" "Nije moguće sačuvati svojstva. Nemate odgovarajuće dozvole za upis u " "%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Opšte" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Izaberi drugo ime" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Osveži" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Želite li zaista da bacite ovu %1 stavku u smeće?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1|/|$[aku %1]" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "nepoznata veličina" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6372,8 +6407,8 @@ msgstr "" "Računam... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6382,8 +6417,8 @@ msgstr[1] "%1 fajla" msgstr[2] "%1 fajlova" msgstr[3] "1 fajl" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6392,105 +6427,111 @@ msgstr[1] "%1 potfascikle" msgstr[2] "%1 potfascikli" msgstr[3] "1 potfascikla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Računam..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "Barem %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Novo ime fajla je prazno." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Podržani tipovi fajlova:" # >> @title:window -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Izbor programa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Stvaranje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Chan&ge..." msgctxt "@action:button" msgid "Change…" msgstr "&Izmeni..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Pristup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "prikaz i izmena sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "prikaz sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "prikaz i izmena sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "prikaz sadržaja" # >> @item:inlistbox Permissions -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "prikaz/čitanje i izmena/pisanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Dozvole pristupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6499,37 +6540,37 @@ msgstr[1] "Svi fajlovi su veze i nemaju dozvole." msgstr[2] "Svi fajlovi su veze i nemaju dozvole." msgstr[3] "Ovaj fajl je veza i nema dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Samo vlasnik može da menja dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Vlasnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Određuje radnje koje su dozvoljene vlasniku." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Određuje radnje koje su dozvoljene članovima grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Ostali:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6539,31 +6580,31 @@ msgstr "" "vlasnik ni članovi grupe." # Јасно из контекста да је у питању фасцикла -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Samo v&lasnik može da preimenuje i briše sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Postavite ovu zastavicu da dozvolite izvršavanje fajla kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Podrazumevano korisničko ime:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Izvrši" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6574,7 +6615,7 @@ msgstr "" "sadržane fajlove i fascikle. Ostali korisnici mogu samo da dodaju nove " "fajlove, ako je data dozvola za izmenu sadržaja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6583,75 +6624,75 @@ msgstr "" "Uključite ovu opciju da označite fajl kao izvršan. Ovo ima smisla samo za " "programe i skripte, i neophodno je ako želite da ih izvršavate." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Vlasništvo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Korisnik:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Primeni izmene na sve potfascikle i njihov sadržaj" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Napredne dozvole" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "klasa" # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "prikaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ova zastavica omogućava prikazivanje sadržaja fascikle." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "čitanje" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Zastavica čitanja omogućava prikazivanje sadržaja fajla." # >> @title:column # „...ставки“ јасно из контекста, ружно овако преломљено -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6660,43 +6701,43 @@ msgstr "" "Ova zastavica omogućava dodavanje, preimenovanje i brisanje fajlova. " "Brisanje i preimenovanje mogu biti ograničeni lepljivom zastavicom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "upis" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Zastavica za pisanje omogućava izmenu sadržaja fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "ulaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Postavite ovu zastavicu da dozvolite ulazak u fasciklu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "izvršna" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Postavite ovu zastavicu da dozvolite izvršavanje fajla kao programa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "posebno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6705,24 +6746,24 @@ msgstr "" "Posebna zastavica. Važi za celu fasciklu, tačno značenje možete videti u " "desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Posebna zastavica. Tačno značenje možete videti u desnoj koloni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Korisnik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6730,7 +6771,7 @@ msgid "" msgstr "" "Sa ovom zastavicom vlasnik fascikle će biti vlasnik svih novih fajlova." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6739,14 +6780,14 @@ msgstr "" "Ako je fajl izvršni, uz ovu zastavicu će biti izvršavan sa dozvolama " "vlasnika." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Sa ovom zastavicom grupa fascikle će biti korišćena za sve nove fajlove." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6754,7 +6795,7 @@ msgid "" msgstr "" "Ako je fajl izvršni, uz ovu zastavica će biti izvršavan sa dozvolama grupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6764,7 +6805,7 @@ msgstr "" "brisati i preimenovati fajlove. Inače, svi sa dozvolom pisanja mogu to da " "rade." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6773,33 +6814,33 @@ msgstr "" "Lepljiva zastavica na fajlu se ignoriše pod Linuxom, ali se može koristiti " "na drugim sistemima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "stavi UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "stavi GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "lepljiva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Veza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Promenljivo (bez izmene)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6808,7 +6849,7 @@ msgstr[1] "Ovi fajlovi koriste napredne dozvole." msgstr[2] "Ovi fajlovi koriste napredne dozvole." msgstr[3] "Ovaj fajl koristi napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6817,51 +6858,40 @@ msgstr[1] "Ove fascikle koriste napredne dozvole." msgstr[2] "Ove fascikle koriste napredne dozvole." msgstr[3] "Ova fascikla koristi napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ovi fajlovi koriste napredne dozvole." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Kontrolne sume" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Računam..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Nepravilna kontrolna suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Dati unos nije pravilna MD5, SHA‑1 ili SHA‑256 kontrolna suma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Kontrolne sume se poklapaju." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Izračunata kontrolna suma poklapa se sa očekivanom." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6872,13 +6902,13 @@ msgstr "" "preuzimanje. Pokušajte ponovo da preuzmete fajl.
    Ako overa i posle toga " "ne prolazi, obratite se nekome na izvoru fajla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Izračunata kontrolna suma razlikuje se od očekivane." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6886,18 +6916,38 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Overavam kontrolnu sumu..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Novo ime fajla je prazno." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Novo ime fajla je prazno." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Računam..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6905,27 +6955,27 @@ msgstr "" "Nije moguće sačuvati svojstva. Podržane su samo stavke na lokalnim fajl " "sistemima." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Dodaj tip fajla za %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Odaberite jedan ili više tipova za dodavanje:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Izvršni fajlovi su podržani samo na lokalnom fajl sistemu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Napredne opcije za %1" @@ -7030,22 +7080,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Podesi veb prečice..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dijalog za otvaranje fajla" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Ime fajla za sadržaj klipborda:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Nalepi %1 fajl" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Nalepi sadržaj klipborda" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -7055,19 +7110,19 @@ msgstr "" "format podataka više nije primenjiv. Kopirajte ponovo to što želite da " "nalepite." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Nalepi jednu fasciklu" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Nalepi jedan fajl" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -7077,49 +7132,66 @@ msgstr[1] "Nalepi %1 stavke" msgstr[2] "Nalepi %1 stavki" msgstr[3] "Nalepi jednu stavku" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Nalepi sadržaj klipborda" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Nalepi" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Format podataka:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Ime fajla za sadržaj klipborda:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Ime fajla za prevučen sadržaj:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Veličina: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Primeni na &sve" # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -7130,47 +7202,50 @@ msgstr "" "sa postojećim fajlom u ovoj fascikli." # >> rewrite-msgid: /press/click/ -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Ako je ovo popunjeno, izbor načinjen klikom na dugme biće primenjen i na sve " "naredne sukobe u okviru tekućeg posla." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Preimenuj" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Predloži &novo ime" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Pre&skoči" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ne kopiraj niti premeštaj ovu fasciklu, pređi na sledeću stavku" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ne kopiraj niti premeštaj ovaj fajl, pređi na sledeću stavku" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Upiši unutra" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7183,26 +7258,26 @@ msgstr "" "Ponovo ćete biti upitani u slučaju sukoba sa postojećim fajlom u toj " "fascikli." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Prebrisati fajl?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7211,139 +7286,121 @@ msgstr "" "Ova radnja bi prebrisala ‘%1’ samim sobom.\n" "Unesite novo ime fajla:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Nastavi" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Ova radnja će prebrisati odredište." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Izvor" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Odredište" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is more recent." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is older." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "Warning, the destination is more recent." msgid "The source is smaller by %1." msgstr "Pazite, odredište je novije." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "nastavak %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Novo ime fajla je prazno." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +# rewrite-msgid: /Files// +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgctxt "KFile System Bookmarks" +#| msgid "Audio Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Audio" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Starija stavka po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Sličan fajl po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Novija stavka po imenu ‘%1’ već postoji." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Preimenuj:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Preimenuj" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "&Preimenuj" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Fajl po imenu ‘%1’ već postoji." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7354,39 +7411,207 @@ msgstr[1] "Izmeni izabranu identifikaciju." msgstr[2] "Izmeni izabranu identifikaciju." msgstr[3] "Izmeni izabranu identifikaciju." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Izmeni izabranu identifikaciju." +msgstr[1] "Izmeni izabranu identifikaciju." +msgstr[2] "Izmeni izabranu identifikaciju." +msgstr[3] "Izmeni izabranu identifikaciju." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Zameni" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Otvori pomoću" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Zameni" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Izmeni izabranu identifikaciju." +msgstr[1] "Izmeni izabranu identifikaciju." +msgstr[2] "Izmeni izabranu identifikaciju." +msgstr[3] "Izmeni izabranu identifikaciju." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a different name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Izaberi drugo ime" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Preimenuj" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Podrazumevano korisničko ime:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Zameni" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Pregled" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Informacija" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Zameni" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Pokušaj ponovo" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Zameni" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Preskoči" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7474,7 +7699,7 @@ msgstr "" "Udaljeni domaćin nije poslao nijedan SSL sertifikat.\n" "Obustavljam jer se identitet domaćina ne može utvrditi." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7532,9 +7757,9 @@ msgstr[3] "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." @@ -7547,11 +7772,53 @@ msgstr "" #| "cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[1] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[2] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." +msgstr[3] "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " +"opozvati." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you want to permanently delete all items from Trash? This action " +#| "cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7567,7 +7834,7 @@ msgstr[3] "" "Želite li da trajno obrišete sve stavke u smeću? Ova radnja se ne može " "opozvati." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7579,38 +7846,38 @@ msgstr[1] "Želite li zaista da bacite ove %1 stavke u smeće?" msgstr[2] "Želite li zaista da bacite ovih %1 stavki u smeće?" msgstr[3] "Želite li zaista da bacite ovu stavku u smeće?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne pitaj više" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Lanac parnjaka za SSL sertifikate deluje iskvareno." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgctxt "Warning about executing unknown .desktop file" #| msgid "Warning" @@ -7618,17 +7885,182 @@ msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Upozorenje" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ovo će pokrenuti program:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ako ne verujete programu, kliknite na „Odustani“." +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Fajl sistem:" + +# >> @title:window +#~ msgid "Delete Files" +#~ msgstr "Brisanje fajlova" + +#, fuzzy +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "O&pozovi stvaranje fascikle" + +# >> @action:inmenu +#, fuzzy +#~| msgctxt "@title:menu" +#~| msgid "Move Here" +#~ msgid "Move Items" +#~ msgstr "Premesti ovde" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Preimenuj" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Prenošenje" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Postavljam ACL za %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Napredne dozvole" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "dozvole" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Ukloni" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Fascikla" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "dozvole" + +#, fuzzy +#~| msgid "1 File" +#~| msgid_plural "%1 Files" +#~ msgid "Open File" +#~ msgstr "%1 fajl" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Fascikla" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Ime fajla:" + +#, fuzzy +#~| msgid "Date: %1" +#~ msgid "Target: %1" +#~ msgstr "Datum: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nepoznat prekid" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Prikaži obeleživače" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fajl je izmenjen" + +#~ msgid "&Description:" +#~ msgstr "&Opis:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Unesite ovde kakav god koristan komentar." + +#~ msgid "Do not ask again" +#~ msgstr "Ne pitaj više" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "

    Ovo je filter koji se primenjuje na spisak fajlova. Imena fajlova " +#~ "koja se ne uklapaju u filter neće biti prikazana.

    Možete izabrati " +#~ "jedan od predefinisanih filtera, ili uneti neki poseban direktno u polje " +#~ "za tekst.

    Dozvoljeni su džokeri poput * i ?.

    " + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Izabrano je više od jedne fascikle, a kako ovaj dijalog ne prihvata " +#~ "fascikle, nije moguće odlučiti u koju da se uđe. Izaberite samo jednu da " +#~ "je izlistate." + +# >> @title:window +#~ msgid "More than one folder provided" +#~ msgstr "Zadato više od jedne fascikle" + +# skip-rule: t-list, t-list_g +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Izabrana je bar jedna fascikla i jedan fajl. Izabrani fajlovi će biti " +#~ "ignorisani, a fascikla izlistana" + +# >> @title:window +#~ msgid "Files and folders selected" +#~ msgstr "Izabrani fajlovi i fascikle" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Iako je server kontaktiran, odgovor nije primljen u okviru vremena " +#~ "dodeljenog za zahtev na sledeći način:
    • prekovreme za " +#~ "uspostavljanje veze: %1 sek.
    • prekovreme za prijem odgovora: %2 " +#~ "sek.
    • prekovreme za pristup proksi serverima: %3 sek.
    • Imajte na umu da ove vrednosti možete izmeniti u Sistemskim postavkama " +#~ "KDE‑a, pod Mrežne postavke→Postavke povezivanja." + #~ msgid "Is &executable" #~ msgstr "&Izvršno" @@ -8616,9 +9048,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ "

      Drugačije, možete kliknuti na dugme Otkrij automatski kako " #~ "bi se pokušalo automatsko otkrivanje odgovarajuće promenljive.

      " -#~ msgid "Show the &value of the environment variables" -#~ msgstr "Prikaži &vrednosti promenljivih okruženja" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "Unesite ručno podatke za podešavanje proksi servera." @@ -8772,12 +9201,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ "Proračunati najveći prostor na disku koji se može koristiti za " #~ "smeće." -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "Upozorenje" - # >> @item:inlistbox When limit reached #~ msgid "Delete Oldest Files From Trash" #~ msgstr "obriši iz smeća najstarije" @@ -8960,10 +9383,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ msgid "Space" #~ msgstr "razmak" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "podrazumevani" - # >> @title:window #~ msgid "Modify Web Shortcut" #~ msgstr "Izmena veb prečice" @@ -9407,9 +9826,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ msgid "Icon size: %1 pixels (standard size)" #~ msgstr "Veličina ikonica: %1 piksela (standardna)" -#~ msgid "File name:" -#~ msgstr "Ime fajla:" - #, fuzzy #~| msgid "Invalid Filenames" #~ msgid "Invalid Directory Name" @@ -9811,9 +10227,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ msgid "Read only" #~ msgstr "samo za čitanje" -#~ msgid "File system:" -#~ msgstr "Fajl sistem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Tačka montiranja (/mnt/floppy):" @@ -9830,13 +10243,6 @@ msgstr "Ako ne verujete programu, kliknite na „Odustani“." #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ne mogu da nađem nijedan program niti rukovalac za %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Nalepi %1 fajl" -#~ msgstr[1] "&Nalepi %1 fajla" -#~ msgstr[2] "&Nalepi %1 fajlova" -#~ msgstr[3] "&Nalepi fajl" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Nalepi %1 URL" diff --git a/local/recipes/kde/kf6-kio/source/po/sv/kio6.po b/local/recipes/kde/kf6-kio/source/po/sv/kio6.po index 32ac4b6092..3adb74d160 100644 --- a/local/recipes/kde/kf6-kio/source/po/sv/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/sv/kio6.po @@ -4,21 +4,21 @@ # # Anders Widell , 1999. # Mattias Newzella , 2000, 2001, 2002,2003, 2004. -# SPDX-FileCopyrightText: 2004, 2007, 2008, 2009, 2010, 2024 Stefan Asserhäll +# SPDX-FileCopyrightText: 2004, 2007, 2008, 2009, 2010, 2024, 2025 Stefan Asserhäll # Stefan Asserhall , 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-24 18:01+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-10-15 21:07+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" -"X-Generator: Lokalize 24.08.3\n" +"X-Generator: Lokalize 25.08.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -34,12 +34,12 @@ msgstr "" "d96reftl@dtek.chalmers.se,awl@hem.passagen.se,pelinstr@algonet.se," "newzella@linux.nu,stefan.asserhall@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Kunde inte ändra ägare av filen %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -48,12 +48,12 @@ msgstr "" "Kunde inte ändra ägare av filen %1. Du har otillräcklig " "behörighet för att kunna genomföra ändringen." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Kunde inte skapa I/O-arbetare: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -65,7 +65,7 @@ msgstr "" "Kunde inte skapa symbolisk länk \"%1\".\n" "Målfilsystemet (%2) stöder inte symboliska länkar." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -79,7 +79,7 @@ msgstr "" "Att välja Ersätt gör att alla ogiltiga tecken (i målkatalogens namn) ersätts " "med ett understreck \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -93,23 +93,23 @@ msgstr "" "Att välja Ersätt gör att alla ogiltiga tecken (i målfilnamnet) ersätts med " "ett understreck \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Katalogen finns redan" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Filen finns redan" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Existerar redan som katalog" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Papperskorg" @@ -203,206 +203,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Flyttar" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Källa" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Mål" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Namnbyte" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopierar" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Skapar katalog" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Katalog" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Tar bort" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fil" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Undersöker" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Överför" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Monterar" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Enhet" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Monteringsplats" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Avmonterar" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Ändra attribut" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att ändra filattribut. Vill du " -"fortsätta?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Kopiera filer" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att slutföra kopieringsåtgärden. " -"Vill du fortsätta?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Ta bort filer" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att slutföra borttagningsåtgärden. " -"Dock kan systemet skadas genom att göra det. Vill du fortsätta?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Skapa katalog" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att skapa katalogen. Vill du " -"fortsätta?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Flytta objekt" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att slutföra " -"förflyttningsåtgärden. Vill du fortsätta?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Byt namn" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att slutföra namnbytet. Vill du " -"fortsätta?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Skapa symbolisk länk" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att skapa en symbolisk länk. Vill " -"du fortsätta?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Överför data" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att slutföra dataöverföringen. " -"Vill du fortsätta?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -832,6 +722,11 @@ msgstr "Filen är för stor för att slängas i papperskorgen." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -841,65 +736,65 @@ msgstr "" "%2\n" "Skicka in en fullständig felrapport på https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(okänd)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "

      %1

      %2

      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknisk orsak: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Information om begäran:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
    • URL: %1
    • " msgstr "
    • Webbadress: %1
    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokoll: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Datum och tid: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Additional information: %1
    • " msgstr "
    • Ytterligare information: %1
    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Möjliga orsaker:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Möjliga lösningar:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(okänt)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -908,17 +803,17 @@ msgstr "" "Kontakta en lämplig tillgänglig datorunderstödsfunktion, som t ex " "systemadministratören eller den tekniska stödgruppen för ytterligare hjälp." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Kontakta serveradministratören för ytterligare hjälp." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontrollera din åtkomstbehörighet för den här resursen." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -927,7 +822,7 @@ msgstr "" "Din åtkomstbehörighet för den här resursen kanske inte är tillräcklig för " "att utföra den begärda åtgärden för resursen." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -935,7 +830,7 @@ msgstr "" "Filen kan vara i användning (och därför låst) av en annan användare eller " "ett annat program." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -944,17 +839,17 @@ msgstr "" "Kontrollera att ingen annan användare eller annat program använder filen " "eller har låst filen." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Även om det inte är troligt, kan ett hårdvarufel ha inträffat." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Du kan ha påträffat ett fel i programmet." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -963,7 +858,7 @@ msgstr "" "Det orsakas troligen av ett fel i programmet. Överväg att skicka in en " "fullständig felrapport enligt beskrivningen nedan." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -972,7 +867,7 @@ msgstr "" "Uppdatera din programvara till den senaste versionen. Din leverantör bör " "tillhandahålla verktyg för att uppdatera programvaran." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -992,12 +887,12 @@ msgstr "" "ovan och ta med den i felrapporten, tillsammans med så mycket övrig " "information som du tror kan vara till hjälp." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Det kan ha varit ett problem med din nätverksanslutning." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1006,7 +901,7 @@ msgstr "" "Det kan ha varit ett problem med din nätverksinställning. Om du har kommit " "åt Internet nyligen utan problem, är detta inte troligt." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1015,44 +910,44 @@ msgstr "" "Det kan ha varit ett problem på nätverket längs vägen mellan servern och den " "här datorn." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Försök igen, antingen nu eller senare." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Ett protokollfel eller inkompatibilitet kan ha inträffat." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Försäkra dig om att resursen finns, och försök igen." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Den angivna resursen kanske inte finns." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Kontrollera en gång till att du har angett den korrekta platsen och försök " "igen." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontrollera status för nätverksanslutningen." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Kan inte öppna resurs för läsning" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 som " "begärts inte kunde levereras, eftersom läsåtkomst inte kunde erhållas." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Du kanske inte har behörighet att läsa filen eller öppna katalogen." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Kan inte öppna resurs för skrivning" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1080,17 +975,17 @@ msgstr "" "Det betyder att innehållet i filen, %1, inte kunde skrivas " "som begärts, eftersom åtkomst med skrivbehörighet inte kunde erhållas." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Kan inte starta process som krävs av protokollet %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Kunde inte starta processen" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 kunde inte hittas eller startas. Det beror oftast på tekniska " "orsaker." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1113,12 +1008,12 @@ msgstr "" "orsaka att programmet inte fungerar tillsammans med den aktuella versionen, " "och därför inte startar." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Internt fel" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 rapporterade ett internt fel." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Felaktigt formaterad webbadress" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protokollet %1 stöds inte" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1160,12 +1055,12 @@ msgstr "" "Protokollet %1 stöds inte av KDE-programmen som för " "närvarande är installerade på den här datorn." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Det begärda protokollet kanske inte stöds." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1174,7 +1069,7 @@ msgstr "" "Versionerna av protokollet %1 som stöds av den här datorn och servern kan " "vara inkompatibla." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1185,24 +1080,24 @@ msgstr "" "som stödjer protokollet. Platser att leta på omfattar https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Webbadressen anger inte en resurs." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Protokollet är ett filterprotokoll" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "Webbadressen (URL) som du skrev in anger inte en särskild resurs." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1215,12 +1110,12 @@ msgstr "" "av dessa situationer. Det är en sällsynt händelse, och anger troligen ett " "programmeringsfel." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Åtgärden %1 stöds inte" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1229,7 +1124,7 @@ msgstr "" "Den begärda åtgärden stöds inte av KDE-programmet som implementerar " "protokollet %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1240,17 +1135,17 @@ msgstr "" "informationen bör ge dig mer information än som är tillgänglig för KDE:s in- " "och utmatningsarkitektur." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Försöker att hitta ett annat sätt att åstadkomma samma slutresultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fil förväntades" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1259,17 +1154,17 @@ msgstr "" "Begäran förväntade en fil, men katalogen %1 hittades " "istället." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Det kan vara ett fel på serversidan." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Katalog förväntades" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1278,18 +1173,18 @@ msgstr "" "Begäran förväntade en katalog, men filen %1 hittades " "istället." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Filen eller katalogen finns inte." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" "Den specificerade filen eller katalogen %1 finns inte." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1298,22 +1193,22 @@ msgstr "" "Den begärda filen kunde inte skapas, eftersom en fil med samma namn redan " "finns." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Försök att flytta undan den aktuella filen och försök sedan igen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Ta bort den aktuella filen och försök igen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Välj ett annat filnamn för den nya filen." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1322,27 +1217,27 @@ msgstr "" "Den begärda katalogen kunde inte skapas, eftersom en katalog med samma namn " "redan finns." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Försök att flytta undan den aktuella katalogen och försök sedan igen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Ta bort den aktuella katalogen och försök igen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Välj ett annat filnamn för den nya katalogen." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Okänd värddator" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1351,7 +1246,7 @@ msgstr "" "Felet okänd värddator anger att servern med det begärda namnet %1, inte kunde hittas på Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1359,29 +1254,29 @@ msgstr "" "Namnet som du skrev in, %1, kanske inte finns: det kan vara felaktigt " "inskrivet." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Åtkomst nekades" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Åtkomst nekades till den angivna resursen, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Du kanske har angivit felaktig behörighetsinformation eller ingen alls." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Ditt konto kanske inte har behörighet att komma åt den angivna resursen." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1390,12 +1285,12 @@ msgstr "" "Gör om förfrågningen och försäkra dig om att behörighetsinformationen som är " "inskriven är korrekt." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Skrivåtkomst nekades" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1403,12 +1298,12 @@ msgid "" msgstr "" "Det betyder att ett försök att skriva till filen %1 avslogs." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Kan inte gå in i katalog" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1417,17 +1312,17 @@ msgstr "" "Det betyder att ett försök att gå in i (med andra ord, öppna) den begärda " "katalogen %1 avslogs." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Kataloglistning inte tillgänglig" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokollet %1 är inte ett filsystem" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1438,12 +1333,12 @@ msgstr "" "avgöras, och att KDE-programmet som stödjer det här protokollet inte kan " "göra detta." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cyklisk länk upptäckt" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1456,7 +1351,7 @@ msgstr "" "till en oändlig snurra, dvs. filen var (kanske på ett indirekt sätt) länkad " "till sig själv." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1465,27 +1360,27 @@ msgstr "" "Ta bort någon del av snurran, så att en oändlig snurra inte existerar " "längre, och försök igen." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Begäran avbruten av användaren" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Begäran gjordes inte klar eftersom den avbröts." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Försök göra om begäran." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Cyklisk länk upptäckt under kopiering" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1498,17 +1393,17 @@ msgstr "" "serie med länkar som gav upphov till en oändlig snurra, dvs. filen var " "(kanske på ett indirekt sätt) länkad till sig själv." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Kunde inte skapa nätverksanslutning" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Kunde inte skapa uttag (socket)" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1517,8 +1412,8 @@ msgstr "" "Det är ett ganska tekniskt fel, där en enhet som krävs för " "nätverkskommunikation (ett uttag) inte kunde skapas." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1527,12 +1422,12 @@ msgstr "" "Nätverksanslutningen kan vara felaktigt inställd, eller så är inte " "nätverksenheten aktiverad." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Anslutning till server vägrades" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1540,7 +1435,7 @@ msgid "" msgstr "" "Servern %1 vägrade den här datorn att göra en anslutning." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1549,7 +1444,7 @@ msgstr "" "Servern, även om den för närvarande är ansluten till Internet, kanske inte " "är inställd att tillåta någon begäran." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1558,7 +1453,7 @@ msgstr "" "Servern, även om den för närvarande är ansluten till Internet, kanske inte " "kör den begärda tjänsten (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1569,12 +1464,12 @@ msgstr "" "skyddar ditt nätverk eller serverns nätverk, kan ha ingripit och förhindrat " "denna begäran." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Anslutning till server stängdes oväntat" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1583,7 +1478,7 @@ msgstr "" "Även om en anslutning upprättades till %1, stängdes " "anslutningen på ett oväntat ställe under kommunikationen." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1592,17 +1487,17 @@ msgstr "" "Ett protokollfel kan ha inträffat och orsakat att servern stängde " "anslutningen som ett svar på felet." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ogiltig webbadressresurs" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokollet %1 är inte ett filterprotokoll" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1625,17 +1520,17 @@ msgstr "" "protokollet klarar inte en sådan användning. Det är en sällsynt händelse, " "och anger troligen ett programmeringsfel." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Kan inte initiera in/ut-enhet" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Kunde inte montera enhet" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1644,7 +1539,7 @@ msgstr "" "Den begärda enheten kunde inte initieras (\"monteras\"). Det rapporterade " "felet var: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1656,7 +1551,7 @@ msgstr "" "enheten kanske inte riktigt ansluten om den är en periferienhet eller en " "bärbar enhet." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1666,7 +1561,7 @@ msgstr "" "Du kanske inte har behörighet att initiera (\"montera\") enheten. På Unix-" "system krävs ofta administratörsbehörighet för att få initiera en enhet." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1675,17 +1570,17 @@ msgstr "" "Kontrollera att enheten är klar. Flyttbara enheter måste innehålla medier, " "och bärbara enheter måste vara anslutna och påslagna. Försök därefter igen." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Kan inte avinitiera in/ut-enhet" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Kunde inte avmontera enhet" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1694,7 +1589,7 @@ msgstr "" "Den begärda enheten kunde inte avinitieras (\"avmonteras\"). Det " "rapporterade felet var: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1706,7 +1601,7 @@ msgstr "" "filhanteringsfönster som visar någon plats på enheten kan göra att den " "förblir upptagen." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1717,17 +1612,17 @@ msgstr "" "Unix-system krävs ofta administratörsbehörighet för att få avinitiera en " "enhet." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Kontrollera att inga program använder enheten, och försök igen." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Kan inte läsa från resurs" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1736,17 +1631,17 @@ msgstr "" "Det betyder att även om resursen %1 kunde öppnas, uppstod " "ett fel när resursens innehåll skulle läsas." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Du kanske inte har behörighet att läsa från resursen." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Kan inte skriva till resurs" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1755,22 +1650,22 @@ msgstr "" "Det betyder att även om resursen %1 kunde öppnas, uppstod " "ett fel när skrivning till resursen skulle ske." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Du kanske inte har behörighet att skriva till resursen." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Kunde inte lyssna efter nätverksanslutningar" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Kunde inte binda" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1781,17 +1676,17 @@ msgstr "" "nätverkskommunikation (ett uttag) inte kunde upprättas för att lyssna efter " "inkommande nätverksanslutningar." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Kunde inte lyssna" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Kunde inte acceptera nätverksanslutning" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1800,34 +1695,34 @@ msgstr "" "Det är ett ganska tekniskt fel, där ett fel uppstod vid ett försök att " "acceptera en inkommande nätverksanslutning." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Du kanske inte har behörighet att acceptera anslutningen." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Kunde inte logga in: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Ett försök att logga in eller utföra den begärda åtgärden misslyckades." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Kunde inte avgöra resursstatus" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Kunde inte hämta resursens status" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1836,70 +1731,70 @@ msgstr "" "Ett försök att avgöra information om status för resursen, %1, som dess namn, typ, storlek etc. misslyckades." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Den angivna resursen kanske inte fanns eller kunde inte kommas åt." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Kunde inte avbryta listning" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ATT GÖRA: Dokumentera det här" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Kunde inte skapa katalog" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Ett försök att skapa den begärda katalogen misslyckades." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Platsen där katalogen skulle skapas kanske inte finns." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Kunde inte ta bort katalog" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Ett försök att ta bort den angivna katalogen %1, " "misslyckades." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Den angivna katalogen kanske inte finns." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Den angivna katalogen kanske inte är tom." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Försäkra dig om att katalogen finns och är tom, och försök igen." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Kunde inte återuppta filöverföring" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1908,35 +1803,35 @@ msgstr "" "Den angivna begäran angav att överföringen av filen %1 " "skulle återupptas vid en viss punkt i överföringen. Detta var inte möjligt." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Protokollet, eller servern, kanske inte stödjer att filöverföring återupptas." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Försök begära igen utan att ange att överföringen ska återupptas." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Kunde inte byta namn på resurs" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Ett försök att byta namn på den angivna resursen %1 " "misslyckades." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Kunde inte ändra skydd för resurs" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "misslyckades." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Kunde inte ändra ägare av resurs" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 " "misslyckades." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Kunde inte ta bort resurs" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Ett försök att ta bort den angivna resursen %1 misslyckades." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Oväntad avslutning av program" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 avslutades oväntat." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Slut på minnet" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 kunde inte erhålla minne som krävs för att fortsätta." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Okänd proxyvärddator" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2056,17 +1951,17 @@ msgstr "" "bugs.kde.org/, för att informera KDE-gruppen om metoden för " "behörighetskontroll som inte stöds." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Begäran avbröts" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Internt fel i server" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2075,7 +1970,7 @@ msgstr "" "Programmet på servern som ger tillgång till protokollet %1 " "rapporterade ett internt fel: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2084,14 +1979,14 @@ msgstr "" "Det orsakas troligen av ett fel i serverprogrammet. Överväg att skicka in en " "fullständig felrapport enligt beskrivningen nedan." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Kontakta administratören av servern för att göra dem uppmärksamma på " "problemet." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2100,41 +1995,31 @@ msgstr "" "Om du känner till upphovsmännen för serverns programvara, skicka då " "felrapporten direkt till dem." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Överskriden tidsgräns" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
      • Timeout for establishing a connection: %1 seconds
      • Timeout " -"for receiving a response: %2 seconds
      • Timeout for accessing proxy " -"servers: %3 seconds
      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Även om servern kontaktades, så togs inte ett svar emot inom den tidsgräns " -"som hade tilldelats begäran, enligt följande:
      • Tidsgräns för att " -"upprätta en förbindelse: %1 sekunder
      • Tidsgräns för att ta emot ett " -"svar: %2 sekunder
      • Tidsgräns för åtkomst av proxyservrar: %3 " -"sekunder
      Observera att du kan ändra inställningen av tidsgränserna " -"i KDE:s systeminställningar, genom att välja Nätverkinställningar -> " -"Anslutningsinställningar." +"Även om servern kunde kontaktas, togs inte ett svar emot inom det " +"tidsintervall tilldelat till begäran." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Servern var för upptagen för att svara på andra begäran för att svara." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Okänt fel" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 rapporterade ett okänt fel: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Okänt avbrott" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 rapporterade ett avbrott av okänd typ: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Kunde inte ta bort ursprunglig fil" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2173,12 +2058,12 @@ msgstr "" "troligen vid slutet av en filflyttningsåtgärd. Den ursprungliga filen " "%1, kunde inte tas bort." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Kunde inte ta bort tillfällig fil" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2189,12 +2074,12 @@ msgstr "" "sparades medan den laddades ner. Den här tillfälliga filen %1, kunde inte tas bort." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Kunde inte byta namn på ursprunglig fil" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2203,12 +2088,12 @@ msgstr "" "Den begärda åtgärden krävde att den ursprungliga filen, %1, " "skulle döpas om, men detta kunde inte utföras." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Kunde inte byta namn på tillfällig fil" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2217,32 +2102,32 @@ msgstr "" "Den begärda åtgärden krävde att en tillfällig fil, %1, " "skapades, men den kunde inte skapas." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Kunde inte skapa länk" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Kunde inte skapa symbolisk länk" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Den begärda symboliska länken %1 kunde inte skapas." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Inget innehåll" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disken är full" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2251,7 +2136,7 @@ msgstr "" "Den begärda filen %1 kunde inte skrivas på grund av " "otillräckligt diskutrymme." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2262,12 +2147,12 @@ msgstr "" "tillfälliga filer, 2) arkivera filer på flyttbara medier som inspelningsbara " "cd-skivor, eller 3) skaffa ytterligare lagringskapacitet." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Den ursprungliga och nya filen är identiska" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2276,17 +2161,17 @@ msgstr "" "Åtgärden kunde inte utföras eftersom den ursprungliga och den nya filen är " "samma fil." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Välj ett annat filnamn för den nya filen." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fil eller katalog släppt på sig själv" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2295,17 +2180,17 @@ msgstr "" "Åtgärden kunde inte utföras eftersom den ursprungliga och den nya filen " "eller katalogen är samma." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Släpp objektet på en annan fil eller katalog." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Katalog flyttat in i sig själv" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2313,17 +2198,17 @@ msgid "" msgstr "" "Åtgärden kunde inte utföras eftersom källan inte kan flyttas in i sig själv." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Flytta objektet in i en annan katalog." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Kunde inte kommunicera med lösenordsserver" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2332,23 +2217,23 @@ msgstr "" "Åtgärden kunde inte slutföras eftersom tjänsten för att begära lösenord " "(kasspwdserver) inte kunde kontaktas" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Försök att starta om sessionen, eller titta i loggarna efter fel från kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Kan inte starta protokollet %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Kunde inte skapa I/O-arbetare" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2357,7 +2242,7 @@ msgstr "" "I/O-arbetaren som ger tillgång till protokollet %1 kunde " "inte startas. Det beror oftast på tekniska orsaker." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2367,13 +2252,13 @@ msgstr "" "tillhandahåller protokollet. Det betyder att du kan ha en föråldrad version " "av insticksprogrammet." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Kan inte överföra %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2383,7 +2268,7 @@ msgstr "" "Filen %1 kan inte överföras eftersom målfilsystemet " "inte stöder filer som är så stora" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2392,28 +2277,28 @@ msgstr "" "Formatera om målenheten så att den använder ett filsystem som stöder filer " "sm är så stora." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Odokumenterat fel" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symbolisk länk till %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Länk till %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Pekar på %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2422,12 +2307,12 @@ msgstr "" "Felaktig webbadress\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Kan inte avgöra filtyp för %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2436,13 +2321,13 @@ msgstr "" "Kunde inte extrahera körbart namn från '%1'. Skriv in ett giltigt " "programnamn." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 verkar inte vara ett körbart program." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2452,92 +2337,92 @@ msgstr "" "%1 hittas inte. Ange en giltig sökväg till ett körbart " "program." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Att öppna anslutningar stöds inte med protokollet %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Att stänga anslutningar stöds inte med protokollet %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Att komma åt filer stöds inte med protokollet %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Skrivning till %1 stöds inte." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Det finns inga speciella åtgärder tillgängliga för protokollet %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Att lista kataloger stöds inte för protokollet %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Att ta emot data från %1 stöds inte." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Att ta emot Mime-typinformation från %1 stöds inte." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Att byta namn på eller flytta filer inom %1 stöds inte." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Att skapa symboliska länkar stöds inte med protokollet %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Att kopiera filer inom %1 stöds inte." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Att ta bort filer från %1 stöds inte." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Att skapa kataloger stöds inte med protokollet %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Att ändra attributet på filer stöds inte med protokollet %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Att ändra ägare av filer stöds inte med protokollet %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Att öppna filer stöds inte med protokollet %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Protokollet %1 stöder inte åtgärden %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2549,311 +2434,335 @@ msgstr "" "förhöjd behörighet, kan inte garanteras eftersom andra användare än " "systemadministratören har behörighet att ändra det vid %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Okänt protokoll \"%1\"." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Kunde inte hitta I/O-arbetare för protokollet \"%1\"." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"I/O-arbetaren för protokollet “%1” i %2 laddades inte eftersom alla I/O-" +"arbetare som är lokaliserade utanför %3 och frågar efter höjda privilegier " +"anses vara osäkra." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Kan inte skapa uttag för att starta I/O-arbetare för protokollet '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Kan inte hitta det körbara programmet 'kioworker' i '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Detaljer" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&För alltid" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Forts&ätt" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Endast aktuell session" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Flytta till ny katalog" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Skapa en ny katalog för objekten" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Du valde inte någon fil att ta bort." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ingenting att ta bort" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Du valde inte någon fil att flytta till papperskorgen." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ingenting att flytta till papperskorgen" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Den angivna katalogen finns inte eller var oläsbar." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Meny" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Överliggande katalog" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Gå tillbaka" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Gå framåt" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Hemkatalog" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Uppdatera" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Ny katalog…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Flytta till papperskorg" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Ta bort" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sortering" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sortera enligt namn" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sortera enligt storlek" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sortera enligt datum" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sortera enligt typ" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Stigande" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Fallande" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Kataloger först" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Dolda filer sist" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Ikonvisning" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Kompakt visning" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Detaljvisning" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ikonposition" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Intill filnamnet" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Ovanför filnamnet" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kort format" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Detaljerat format" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Trädformat" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Detaljerat trädformat" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Tillåt expansion i detaljvisning" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Visa dolda filer" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Visa förhandsgranskningspanel" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Visa förhandsgranskning" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Öppna katalog med innehåll" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Egenskaper" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Visningsläge" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Nyaste först" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Äldsta först" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Nyaste först" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Största först" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Minsta först" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodning:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Öppna" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Spara som" @@ -2900,40 +2809,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Flytta hit" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Alla filer" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Alla filer som stöds" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Alla filer" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Lägg till platspost" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Redigera platspost" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2946,17 +2855,17 @@ msgstr "" "posten gäller. Om du inte skriver in en beskrivning, skapas den från " "platsens webbadress.
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Beskrivning:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Ange en beskrivande beteckning här" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2969,12 +2878,12 @@ msgstr "" "kde.org/pub/kde/stable

      Genom att klicka på knappen intill " "textrutan kan du bläddra till en lämplig webbadress.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Plats:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2983,17 +2892,17 @@ msgstr "" "Det här är ikonen som visas i panelen med platser.

      Klicka på " "knappen för att välja en annan ikon.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Välj en &ikon:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Visa endast för det här programmet (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3004,200 +2913,206 @@ msgstr "" "det aktuella programmet (%1).

      Om det här alternativet inte " "markeras, kommer posten att vara tillgänglig i alla program.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Platser" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Fjärr" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Senaste" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Sök efter" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Enheter" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Flyttbara enheter" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiketter" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (från %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Alla etiketter" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Hem" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Skrivbord" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Dokument" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Nerladdningar" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Nätverk" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Papperskorg" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musik" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Bilder" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videor" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Senaste filer" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Senaste platser" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ändrad idag" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Ändrad igår" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Kunde inte lägga till i panelen Platser: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Bara katalog kan läggas till i panelen Platser." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Anpassa…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Frigör…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Frigör" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Säker borttagning…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Säker urkoppling" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Avmonterar…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "A&vmontera" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Mata ut" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Enheten '%1' är inte en skiva, och kan inte matas ut." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Ett fel uppstod under åtkomst av '%1'. Systemet meddelade: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Ett fel uppstod under åtkomst av '%1'." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "En eller flera filer på enheten är öppna i ett program." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3212,108 +3127,108 @@ msgstr[1] "" "En eller flera filer på enheten är öppna i följande program: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Formatera om eller redigera med partitionshanteraren" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 ledigt av %2 (%3 % använt)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (dold)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Töm papperskorg" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Montera" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Öppna under ny flik" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Öppna i nytt fönster" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Lägg till post…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Redigera…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Ta bort från Platser" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Dölj" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Dölj sektion '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Dölj sektion" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Visa alla poster" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Ikonstorlek" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3321,51 +3236,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Ändra storlek automatiskt" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Liten (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Medium (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Stor (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Enorm (%1 x %1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Du kan endast välja en fil" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Mer än en fil tillhandahålls" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Du kan endast välja lokala filer" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Fjärrfiler accepteras inte" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3380,52 +3295,22 @@ msgstr[1] "" "De markerade webbadresserna använder ett schema som inte stöds. Använd något " "av följande scheman: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Webbadresschema" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Mer än en katalog har markerats, och dialogrutan accepterar inte kataloger, " -"alltså är det inte möjligt att bestämma vilken som ska öppnas. Välj bara en " -"katalog för att lista den." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Mer än en katalog tillhandahålls" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Åtminstone en katalog och en fil har markerats. Markerade filer kommer att " -"ignoreras, och den markerade katalogen kommer att listas." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Filer och kataloger markerade" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Filen \"%1\" kunde inte hittas" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Kan inte öppna fil" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3436,46 +3321,46 @@ msgstr "" ">
      Om den aktuella platsen till exempel är file:/home/konqui, så kommer " "du till file:/home när du klickar på knappen.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Klicka på den här knappen för att gå bakåt ett steg i bläddringshistoriken." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Klicka på den här knappen för att gå framåt ett steg i bläddringshistoriken." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Klicka på den här knappen för att ladda om innehållet på den aktuella " "platsen." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Klicka på den här knappen för att skapa en ny katalog." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Visa platspanel" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Visa bokmärkesknapp" +msgid "Show Quick Filter" +msgstr "Visa snabbfilter" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Alternativ" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3490,12 +3375,12 @@ msgstr "" "filer
    • platspanelen
    • förhandsgranskning av filer
    • skilja kataloger från filer
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Bokmärken" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3510,12 +3395,35 @@ msgstr "" "ställen i KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Namn:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Ångra filnamnsändring" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Behåll filter vid katalogbyte" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrera enligt namn…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Dölj filterrad" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3527,12 +3435,12 @@ msgstr "" "här funktionen kan anpassas genom att klicka med höger musknapp och välja " "det läge som föredras i menyn Textkomplettering." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Det här är namnet som filen sparas med." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3541,74 +3449,78 @@ msgstr "" "Det här är listan med filer som ska öppnas. Mer än en fil kan anges genom " "att lista flera filer åtskilda med mellanslag." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Det här är namnet på filen som ska öppnas." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Platser" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Filen \"%1\" finns redan. Vill du skriva över den?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Skriv över fil?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Du kan endast välja lokala filer." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fjärrfiler accepteras inte" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Alla kataloger" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Aktuell katalog: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Ö&ppna" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Ikonstorlek: %1 bildpunkter" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Välj fil&ändelse automatiskt (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "filändelsen %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Välj fil&ändelse automatiskt" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "en lämplig filändelse" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3635,12 +3547,12 @@ msgstr "" "(punkten tas automatiskt bort).Om du är osäker, behåll " "alternativet aktiverat, eftersom det gör dina filer mer lätthanterliga." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Filtyp:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3649,63 +3561,53 @@ msgstr "" "Det här är filtypsväljaren. Den används för att välja formatet som filen " "sparas med." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Det här är filtret som används för listan med filer. Filnamn som inte " -"matchar filtret visas inte.

    Du kan välja bland förinställda filter i " -"kombinationsrutan eller skriva in ett eget filter direkt i textrutan.

    Jokertecken som * och ? tillåts.

    " +"Det här är filtypsväljaren. Den används för att välja de visade filernas " +"format." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Skapa ny fil" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Tyvärr" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Mallfilen %1 finns inte." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Namn på ny länk:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Skapa länk till webbadress " - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Ange %1 filnamn:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Tyvärr" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Mallfilen %1 finns inte." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Namn på ny länk:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Skapa symbolisk länk" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Skapa länk till webbadress " + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3715,7 +3617,7 @@ msgstr "" "Namnet %1 kan inte användas eftersom det är reserverat " "för användning av operativsystemet." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3725,7 +3627,7 @@ msgstr "" "Namnet %1 börjar med en punkt, och därför kommer det " "normalt vara dolt." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3737,28 +3639,39 @@ msgstr "" "det visas före andra objekt vid alfabetisk sortering, bland andra möjliga " "egendomligheter." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Att använda snedstreck i katalognamn skapar underkataloger, på följande sätt:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Att använda snedstreck i katalognamn skapar underkataloger." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Snedstreck kan inte användas i fil- och katalognamn." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Bakstreck kan inte användas i fil- och katalognamn." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Att skapa en fil eller katalog vid namn %1 är inte " +"möjligt eftersom det skulle överlappa med platsen för en användares " +"hemkatalog" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3768,96 +3681,139 @@ msgstr "" "det kan vara förvillande eller farligt vid användning av terminalen för att " "ta bort objekt." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "En katalog med namnet %1 finns redan." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "En fil med namnet %1 finns redan." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Skapa ny" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Länk till enhet" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ny katalog" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Skapa ny katalog" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Skapa ny katalog i %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Ange katalognamn" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Förval" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Skapa ny fil" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Ange filnamn" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Välj egen ikon eller färg" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Välj annan ikon…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Ikonen kan ändras senare i katalogegenskaperna." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopiera" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Klistra in" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Öppna \"%1\" under ny flik" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Öppna \"%1\" i nytt fönster" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Redigera" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Navigera" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Visa fullständig sökväg" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Gå till godtycklig plats i sökvägen %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3869,6 +3825,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Gå till plats i sökvägen" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Platser" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3892,28 +3857,28 @@ msgstr "Övriga" msgid "Edit mode" msgstr "Redigeringsläge" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Klicka för platsnavigering" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Klicka för att redigera plats" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Du har inte behörighet att köra den här filen." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Startar %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3922,13 +3887,13 @@ msgstr "" "Kan inte göra tjänsten %1 körbar. Avbryter körning.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Du har inte behörighet att välja ett program för att öppna den här filen." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3956,12 +3921,18 @@ msgstr "Fel när bilden skulle sparas i %1" msgid "Icon file too big, download aborted" msgstr "Ikonfilen är för stor, nerladdning avbruten" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Ingen e-postklient hittades" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3972,28 +3943,28 @@ msgstr "" "%1\n" "är inte giltig." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Startar %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Kommandot %1 kunde inte hittas." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Ingen terminalemulator hittades" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Misslyckades öppna %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4004,7 +3975,7 @@ msgstr "" "%1\n" "är av typ Link men har inte posten URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4013,7 +3984,7 @@ msgstr "" "Den körbara filen \"%1\" finns på ett fjärrfilsystem. Av säkerhetsskäl " "kommer det inte att startas." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4021,7 +3992,7 @@ msgstr "" "AV säkerhetsskäl tillåts inte att körbara program startas i det här " "sammanhanget." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4029,7 +4000,7 @@ msgid "" msgstr "" "Programmet \"%1\" måste ha rättigheter att köras innan det kan startas." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4038,12 +4009,12 @@ msgstr "" "Kan inte göra filen \"%1\" körbar.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Skrivbordspostfilen %1 har inte posten Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4054,12 +4025,12 @@ msgstr "" "Kontrollera öppna program och underrättelseområdet för eventuella väntande " "uppgifter eller nerladdningar." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Misslyckades öppna filen." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Programmet \"%1\" kunde inte startas." @@ -4147,74 +4118,69 @@ msgstr "" "har ändrats.\n" "Vill du ladda upp ändringarna?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "Kio-körning" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO-körning - Öppnar fjärrfiler, övervakar förändringar samt frågar efter " "uppladdning" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003 KFM/Konqueror-utvecklarna" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Betrakta webbadresser som lokala filer och ta bort dem efteråt" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Föreslaget filnamn för den nerladdade filen" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Kommando att köra" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "Webbadresser eller lokala filer som används av 'kommando'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Ställer in ACL för %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4223,7 +4189,7 @@ msgstr "" "Kunde inte ändra filskydd för\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4233,118 +4199,38 @@ msgstr "" "Kunde inte ändra ägare och grupp för\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Kunde inte byta namn på tillfällig fil" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Kunde inte hitta programmet \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Kunde inte hitta programmet \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Ändra filrättigheter" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nya rättigheter: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Ändra filägare" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Ny ägare: UID = %1, GID = %2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Ta bort fil" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Ta bort katalog" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Skapa katalog" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Katalogrättigheter: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Öppna fil" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Öppna katalog" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nytt filnamn: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Mål: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Ändra tidsstämpel" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Från %1, till: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Okänd åtgärd" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Åtgärd: %1\n" -"Källa: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Kan inte kopiera fil från %1 till %2. (Felnummer: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Inget medium i enheten för %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Kunde inte hämta användaridentifikation för angivet användarnamn %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Kunde inte hämta gruppidentifikation för angivet gruppnamn %1" @@ -4386,33 +4272,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Du måste ange ett användarnamn och lösenord för att komma åt den här platsen." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Plats:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Inloggning OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Kunde inte logga in på %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4421,7 +4307,7 @@ msgstr "" "\n" "Servern meddelade: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4430,12 +4316,12 @@ msgstr "" "Du måste ange ett användarnamn och ett lösenord för proxyservern som anges " "nedan innan du tillåts komma åt några webbplatser." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proxy:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Behörighetskontroll till proxy misslyckades." @@ -4488,101 +4374,101 @@ msgstr "" "Vill du acceptera det här certifikatet för alltid utan att bli tillfrågad?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Serverbehörighetskontroll" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Annars skulle begäran ha lyckats." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hämta egenskapsvärden" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ange egenskapsvärden" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "skapa den begärda katalogen" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopiera den angivna filen eller katalogen" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "flytta den angivna filen eller katalogen" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "söka i den angivna katalogen" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "låsa den angivna filen eller katalogen" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "låsa upp den angivna filen eller katalogen" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "ta bort den angivna filen eller katalogen" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "fråga om serverns funktioner" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "hämta innehållet i angiven fil eller katalog" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "skapa en rapport i den angivna katalogen" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ett oväntat fel (%1) uppstod vid försök att %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4592,13 +4478,13 @@ msgstr "" "Ett fel uppstod vid försök att %1, %2. En sammanfattning av orsakerna anges " "nedan." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Åtkomst nekades vid försök att %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4607,7 +4493,7 @@ msgstr "" "En resurs kan inte skapas på destinationen innan en eller flera " "mellanliggande samlingar (kataloger) har skapats." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4622,28 +4508,28 @@ msgstr "" "begärde att filer inte ska skrivas över.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Den begärda låsningen kunde inte erhållas. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Servern stödjer inte typen av begäran i meddelandet." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Kan inte %1 eftersom resursen är låst." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Åtgärden förhindrades av ett annat fel." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4652,7 +4538,7 @@ msgid "" msgstr "" "Kan inte %1 eftersom målservern vägrar att acceptera filen eller katalogen." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4661,18 +4547,18 @@ msgstr "" "Målresursen har inte tillräckligt med utrymme för att registrera resursens " "tillstånd efter den här metoden har körts." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resursen kan inte tas bort." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "ladda upp %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4683,15 +4569,15 @@ msgstr "Ett oväntat fel (%1) uppstod vid försök att %2." msgid "Network" msgstr "Nätverk" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Felaktig webbadress %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4704,12 +4590,12 @@ msgstr "" "och använda återställningsåtgärden igen, eller dra objektet någon annanstans " "för att återställa det." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Ogiltig kombination av protokoll." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Denna fil är redan i papperskorgen." @@ -4745,7 +4631,7 @@ msgstr "Töm papperskorgens innehåll" msgid "Restore a trashed file to its original location" msgstr "Återställ en fil släng i papperskorgen till dess ursprungliga plats" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Papperskorgen är full. Töm den eller ta bort objekt manuellt." @@ -4766,17 +4652,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Försök igen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Dialogruta för behörighetskontroll" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Åtkomst nekades" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Du har inte behörighet att använda protokollet %1." @@ -4885,41 +4771,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Förväntad checksumma (MD5, SHA1, SHA256 eller SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Klicka för att klistra in checksumman från klippbordet i indatafältet." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4929,9 +4815,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Beräkna" @@ -4940,137 +4826,208 @@ msgstr "Beräkna" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Klicka för att kopiera checksumman till klippbordet." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Avbryt" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Flytta hit" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "La&dda ner här" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopiera hit" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Länka hit" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Kör" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Vad vill du göra med den här filen?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Fråga inte igen" +msgctxt "@action:button" +msgid "&Open" +msgstr "Ö&ppna" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Kör" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Ö&ppna med %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Ångra ändringar" +msgid "Would you like to launch this file?" +msgstr "Vill du köra filen?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Systemadministratörsprivilegier krävs för att ångra åtgärden. Vill du " -"fortsätta?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Skapar katalog" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Källa" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Mål" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopierar" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Flyttar" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Namnbyte" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Flyttar till papperskorg" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Tar bort" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Å&ngra" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Å&ngra: Kopiera" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Å&ngra: Skapa länk" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Å&ngra: Flytta" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Å&ngra: Byt namn" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Å&ngra: Flytta till papperskorg" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Å&ngra: Skapa katalog" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Å&ngra: Skapa katalog(er)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Å&ngra: Skapa katalog" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Å&ngra: Byt namn i bakgrunden" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Gör om" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Gör om: Kopiera" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Gör om: Skapa länk" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Gör om: Flytta" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Gör om: Byt namn" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Gör om: Flytta till papperskorg" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Gör om: Skapa katalog" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Gör om: Skapa katalog(er)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Gör om: Skapa katalog" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Gör om: Byt namn i bakgrunden" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5084,12 +5041,12 @@ msgstr "" "att gå förlorade.\n" "Är du säker på att du vill ta bort %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Bekräftelse av ångra filkopiering" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5101,21 +5058,22 @@ msgstr "" "filename>Åtgärden kan inte ångras." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Ta bort permanent" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Ta bort permanent" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5131,7 +5089,7 @@ msgstr[1] "" "Vill du verkligen ta bort alla %1 objekt permanent?Åtgärden kan inte ångras." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5141,13 +5099,13 @@ msgstr "" "Vill du verkligen ta bort alla objekt permanent från papperskorgen?Åtgärden kan inte ångras." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Töm papperskorg" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5157,7 +5115,7 @@ msgstr "" "Vill du verkligen flytta detta objekt till papperskorgen?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5242,7 +5200,7 @@ msgstr "Ägare" msgid "Owning Group" msgstr "Ägande grupp" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Övriga" @@ -5315,106 +5273,113 @@ msgstr "Uppdaterar systeminställning." msgid "Updating system configuration…" msgstr "Uppdaterar systeminställning…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Namn" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Storlek" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Datum" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Skydd" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Ägare" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grupp" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Typ" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Öppna &med %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "Å&tgärder" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Ö&ppna katalog med…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Ö&ppna med…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Kör" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Ö&ppna katalog med %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "Ö&ppna med %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Ö&ppna katalog med" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Ö&ppna med" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Annat program…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5422,113 +5387,134 @@ msgid_plural "%1 items" msgstr[0] "1 objekt" msgstr[1] "%1 objekt" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Okänd" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Stoppa" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Utforska i Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Monterat från:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Ledigt utrymme:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Typ:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Innehåll:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Öppna med:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Ändra..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Plats:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Storlek:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Ändra..." +msgid "Determine the folder size" +msgstr "Bestäm katalogstorleken" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Innehåll:" +msgid "Stop" +msgstr "Stoppa" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Stoppa bestämning av katalogstorlek" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Utforska i Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Pekar på:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Ändrad:" +msgid "Show target" +msgstr "Visa mål" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Skapad:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Filsystem:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Okänd storlek" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Monterat som:" +msgid "Modified:" +msgstr "Ändrad:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Använd:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Öppna med:" +msgid "File system:" +msgstr "Filsystem:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Monterat som:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Monterat från:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Ledigt utrymme:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Okänd storlek" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5824,25 +5810,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Ange beskrivningen för programmet här, baserat på användning. Till exempel " -"skulle ett program för uppringd förbindelse (Kppp) kunna vara " -"\"Uppringningsverktyg\"." +"Ange ett generellt namn på programmet här. Exempel: ett program för " +"bildvisning skulle heta \"Bildvisning\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Beskrivning:" +msgid "&Generic name:" +msgstr "&Generellt namn:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Ange en kommentar som du finner användbar här." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Ange programmets beskrivning här, baserat på användning. Exempel: ett " +"program för bildvisning skulle beskrivas med \"Visa och redigera bilder\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5853,7 +5842,7 @@ msgstr "Komm&entar:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Miljövariabler:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6056,7 +6045,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Dela" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6066,36 +6055,55 @@ msgstr "" "Kunde inte spara egenskaper på grund av otillräcklig behörighet för:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "A&llmänt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Ange filnamn" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Utforska i %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Uppdatera" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Ange målplats" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Visa %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Okänd storlek" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6104,138 +6112,144 @@ msgstr "" "Beräknar... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fil" msgstr[1] "%1 filer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 underkatalog" msgstr[1] "%1 underkataloger" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Beräknar...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Åtminstone %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Det nya filnamnet är tomt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Ingen registrerad filtyp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Inget tillhörande program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Skapa…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Ändra…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Ändra standardprogram för att öppna filer av typ “%1”." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ingen åtkomst" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Kan bara visa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Kan läsa och ändra" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Kan bara visa innehåll" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Kan läsa och ändra innehåll" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Kan bara visa och läsa innehåll" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Kan visa/läsa och ändra/skriva" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Skydd" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Åtkomstskydd" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Denna fil är en länk, och har inte åtkomstskydd." msgstr[1] "Dessa filer är länkar, och har inte åtkomstskydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Bara ägaren kan ändra filskydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Ä&gare:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Anger åtgärder som ägaren tillåts utföra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gr&upp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Anger åtgärder som medlemmar i gruppen tillåts utföra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ö&vriga" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6244,27 +6258,27 @@ msgstr "" "Anger åtgärder som alla användare, förutom ägaren eller medlemmarna i " "gruppen, tillåts utföra." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "&Endast ägaren kan ta bort eller byta namn på innehåll" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Tillåt att fil&en körs som ett program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Ta bort eller byt namn:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Kör:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6276,7 +6290,7 @@ msgstr "" "kan bara lägga till nya filer, som kräver åtkomstskyddet \"Innehåll kan " "ändras\"." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6285,42 +6299,42 @@ msgstr "" "Aktivera det här alternativet för att markera filen som körbar. Det är bara " "meningsfullt för program och skript, och krävs om de ska kunna köras." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Avan&cerat åtkomstskydd" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Ägare" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Användare:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grupp:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Verkställ ändringar för alla underkataloger och deras innehåll" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Avancerat åtkomstskydd" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Klass" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6329,22 +6343,22 @@ msgstr "" "Visa\n" "poster" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Den här rutan tillåter att innehållet i katalogen visas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Läs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Läsrutan tillåter att innehållet i filen kan visas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6353,7 +6367,7 @@ msgstr "" "Skriv\n" "poster" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6362,43 +6376,43 @@ msgstr "" "Den här rutan tillåter att filer kan läggas till, byta namn och tas bort. " "Observera att ta bort eller byta namn kan begränsas med rutan Klistrigt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Skriv" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Skriv-rutan tillåter att innehållet i filen kan ändras." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Gå in i" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Aktivera den här rutan för att göra det möjligt att gå in i katalogen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Kör" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Aktivera den här rutan för att tillåta att filen körs som ett program." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciell fil" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6407,24 +6421,24 @@ msgstr "" "Specialruta. Gäller hela katalogen, och den exakta betydelsen syns i " "högerkolumnen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Specialruta. Den exakta betydelsen syns i högerkolumnen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Användare" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grupp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6432,7 +6446,7 @@ msgid "" msgstr "" "Om rutan är markerad, blir ägaren av katalogen ägare av alla nya filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6440,13 +6454,13 @@ msgid "" msgstr "" "Om filen är körbar och rutan är markerad, körs den med ägarens behörigheter." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "Om rutan är markerad, sätts katalogens grupp för alla nya filer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6454,7 +6468,7 @@ msgid "" msgstr "" "Om filen är körbar och rutan är markerad, körs den med gruppens behörigheter." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6464,7 +6478,7 @@ msgstr "" "systemadministratören ta bort eller byta namn på filer. Annars kan alla med " "skrivbehörighet göra detta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6473,90 +6487,81 @@ msgstr "" "Klistrig för en fil ignoreras på Linux, men kan användas i vissa andra " "system." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Sätt UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Sätt GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Klistrig" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Länk" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Varierar (ingen ändring)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Denna fil använder avancerat åtkomstskydd." msgstr[1] "Dessa filer använder avancerat åtkomstskydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Denna katalog använder avancerat åtkomstskydd." msgstr[1] "Dessa kataloger använder avancerat åtkomstskydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Dessa filer använder avancerat åtkomstskydd." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "C&hecksummor" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Beräknar…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Ogiltig checksumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Given indata är inte en giltig MD5, SHA1 eller SHA256 checksumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Checksummorna stämmer." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" "Den beräknade checksumman och den förväntade checksumman stämmer överens." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6567,58 +6572,74 @@ msgstr "" "nerladdning. Försök ladda ner filen igen.
    Om verifikationen fortfarande " "misslyckas, kontakta källan till filen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" "Den beräknade checksumman och den förväntade checksumman skiljer sig åt." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Verifierar checksumma…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Alla filernas checksummor är identiska." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "De markerade filerna har olika checksummor." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Beräknar…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Webbadress" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Webbadress:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Kunde inte spara egenskaper. Endast poster i de lokala filsystemen stöds." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Program" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Lägg till en filtyp för %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Välj en eller flera filtyper att lägga till:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Endast körbara filer från de lokala filsystemen stöds." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Avancerade alternativ för %1" @@ -6722,22 +6743,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Anpassa webbgenvägar…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Öppna fildialog" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Filnamn för klippbordets innehåll:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "inklistrad fil" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "K&listra in klippbordets innehåll…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6746,19 +6771,19 @@ msgstr "" "Klippbordet har ändrats sedan du använde 'klistra in'. Det valda " "dataformatet är inte giltigt längre. Kopiera det du vill klistra in igen." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Klistra in en katalog" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Klistra in en fil" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6766,47 +6791,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Klistra in ett objekt" msgstr[1] "Klistra in %1 objekt" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "K&listra in klippbordets innehåll…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Klistra in" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Dataformat:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Filnamn för klippbordets innehåll:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Filnamn för släppt innehåll:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Datum: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Storlek: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Ver&kställ för alla" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6816,48 +6858,51 @@ msgstr "" "Om du inte klickar på Hoppa över, blir du fortfarande tillfrågad vid " "konflikt med en befintlig fil i katalogen." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "När det här är markerat, gäller knappen som klickas alla efterföljande " "konflikter så länge det aktuella jobbet pågår." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Byt namn" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Föreslå nytt &namn" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Hoppa över" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Kopiera eller flytta inte den här katalogen, gå till nästa objekt istället" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Kopiera eller flytta inte den här filen, gå till nästa objekt istället" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "S&kriv till" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6870,13 +6915,13 @@ msgstr "" "Du kommer att bli tillfrågad igen vid konflikt med en befintlig fil i " "katalogen." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "S&kriv över äldre filer" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6885,12 +6930,12 @@ msgstr "" "Målfiler som har äldre ändringstider kommer att skrivas över av källan, " "annars hoppas de över." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Åte&ruppta" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6899,67 +6944,57 @@ msgstr "" "Den här åtgärden skulle skriva över \"%1\" med sig själv.\n" "Ange ett nytt filnamn:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "F&ortsätt" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Vill du skriva över målet?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Vill du sammanfoga innehållet i '%1' med '%2'?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Källa" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Mål" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Källan är senare." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Källan är äldre." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Källan är mindre med %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Källan är större med %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Filerna är identiska." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Filerna verkar vara identiska." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Filerna är olika." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6968,59 +7003,52 @@ msgstr "" "Filerna är troligen identiska: de har samma storlek och deras innehåll är " "likadant i början, mitten och slutet." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Kopiera filer" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Ett äldre objekt med namn \"%1\" existerar redan." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "En liknande fil med namn \"%1\" finns redan." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Ett senare objekt vid namn '%1' finns redan." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Byt namn:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Byt namn på objekt" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Byt namn på objekt" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Byt namn" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Byt namn på objektet %1 till:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nytt namn #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "En fil kallad %1 finns redan." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 är inte ett giltigt filnamn." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7028,38 +7056,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Byt namn på det markerade objektet till:" msgstr[1] "Byt namn på de %1 markerade objekten till:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# ersätts av nummer i stigande följd med början på:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nytt namn #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Ogiltigt filnamn: Det nya namnet ska innehålla en sekvens av #, såvida inte " +"alla filer har olika filändelser." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Byt namn på %1 markerat objekt till:" +msgstr[1] "Byt namn på de %1 markerade objekten till:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ersätter:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Mönster" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Med:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ersättning" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Inget filnamn innehåller mönstret." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Att ersätta \"%1\" med en tom ersättning skulle orsaka att %2 får ett tomt filnamn." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Byt namn på %1 markerat objekt till:" +msgstr[1] "Byt namn på de %1 markerade objekten till:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Lägg till text:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Text att lägga till" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Före filnamn" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Efter filnamn" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Byt namn på objekt" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Byt namn på objekt" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Byt namn" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Hur man byter namn:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Räkna upp" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ersätt text" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Lägg till text" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Förhandsgranskning:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Kan inte byta namn på %1 till ett tomt filnamn." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ersätt" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Försök igen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Ersätt alla" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Hoppa över" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Hoppa över alla" @@ -7146,7 +7326,7 @@ msgstr "" "Fjärrvärddatorn skickade inte några SSL-certifikat.\n" "Avbryter eftersom värddatorns identitet inte kan avgöras." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7187,35 +7367,76 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Misslyckades flytta objektet till papperskorgen eftersom det är för stort. " -"Ta bort det permanent istället?%1Åtgärden kan inte ångras." +"Papperskorgen är för full för att acceptera filen. Ta bort den permanent " +"istället?%1Åtgärden kan inte ångras." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Papperskorgen är för full för att acceptera %1 fil. Ta bort den permanent " +"istället?Åtgärden kan inte ångras." +msgstr[1] "" +"Papperskorgen är för full för att acceptera %1 filer. Ta bort dem permanent " +"istället?Åtgärden kan inte ångras." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this file. Permanently delete it instead?" +#| "%1This " +#| "action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Papperskorgen är för full för att acceptera filen. Ta bort den permanent " +"istället?%1Åtgärden kan inte ångras." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "The trash is too full to accept this %1 file. Permanently delete it " +#| "instead?This action cannot be undone." +#| msgid_plural "" +#| "The trash is too full to accept these %1 files. Permanently delete them " +#| "instead?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Misslyckades flytta %1 objekt till papperskorgen eftersom det är för stort. " -"Ta bort det permanent istället?Åtgärden kan " -"inte ångras." +"Papperskorgen är för full för att acceptera %1 fil. Ta bort den permanent " +"istället?Åtgärden kan inte ångras." msgstr[1] "" -"Misslyckades flytta %1 objekt till papperskorgen eftersom de är för stora. " -"Ta bort dem permanent istället?Åtgärden kan " -"inte ångras." +"Papperskorgen är för full för att acceptera %1 filer. Ta bort dem permanent " +"istället?Åtgärden kan inte ångras." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7223,51 +7444,288 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Vill du verkligen flytta %1 objekt till papperskorgen?" msgstr[1] "Vill du verkligen flytta alla %1 objekt till papperskorgen?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Fråga inte igen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Fråga inte igen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Visa inte meddelandet igen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Motpartens SSL-certifikatkedja verkar vara förvanskad." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Varning" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Detta startar programmet:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Om du inte litar på programmet, klicka på Avbryt" +#~ msgid "Open With:" +#~ msgstr "Öppna med:" + +#~ msgid "File System:" +#~ msgstr "Filsystem:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Starta körbara filer utan att fråga" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Öppna körbara filer i standardprogram utan att fråga" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Kom ihåg för alla körbara filer" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Det går att ångra under \"Bekräftelser\" i filhanteraren Dolphins " +#~ "inställningar." + +#~ msgid "Change Attribute" +#~ msgstr "Ändra attribut" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att ändra filattribut. Vill du " +#~ "fortsätta?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att slutföra " +#~ "kopieringsåtgärden. Vill du fortsätta?" + +#~ msgid "Delete Files" +#~ msgstr "Ta bort filer" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att slutföra " +#~ "borttagningsåtgärden. Dock kan systemet skadas genom att göra det. Vill " +#~ "du fortsätta?" + +#~ msgid "Create Folder" +#~ msgstr "Skapa katalog" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att skapa katalogen. Vill du " +#~ "fortsätta?" + +#~ msgid "Move Items" +#~ msgstr "Flytta objekt" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att slutföra " +#~ "förflyttningsåtgärden. Vill du fortsätta?" + +#~ msgid "Rename" +#~ msgstr "Byt namn" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att slutföra namnbytet. Vill du " +#~ "fortsätta?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att skapa en symbolisk länk. " +#~ "Vill du fortsätta?" + +#~ msgid "Transfer data" +#~ msgstr "Överför data" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att slutföra dataöverföringen. " +#~ "Vill du fortsätta?" + +#~ msgid "Undo Changes" +#~ msgstr "Ångra ändringar" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Systemadministratörsprivilegier krävs för att ångra åtgärden. Vill du " +#~ "fortsätta?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Ställer in ACL för %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Ändra filrättigheter" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nya rättigheter: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Ändra filägare" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Ny ägare: UID = %1, GID = %2" + +#~ msgid "Remove File" +#~ msgstr "Ta bort fil" + +#~ msgid "Remove Directory" +#~ msgstr "Ta bort katalog" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Katalogrättigheter: %1" + +#~ msgid "Open File" +#~ msgstr "Öppna fil" + +#~ msgid "Open Directory" +#~ msgstr "Öppna katalog" + +#~ msgid "New Filename: %1" +#~ msgstr "Nytt filnamn: %1" + +#~ msgid "Target: %1" +#~ msgstr "Mål: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Ändra tidsstämpel" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Från %1, till: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Okänd åtgärd" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Åtgärd: %1\n" +#~ "Källa: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Visa bokmärkesknapp" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Filer håller på att flyttas" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Filer håller på att kopieras" + +#~ msgid "&Description:" +#~ msgstr "&Beskrivning:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Ange en kommentar som du finner användbar här." + +#~ msgid "Do not ask again" +#~ msgstr "Fråga inte igen" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Det här är filtret som används för listan med filer. Filnamn som inte " +#~ "matchar filtret visas inte.

    Du kan välja bland förinställda filter i " +#~ "kombinationsrutan eller skriva in ett eget filter direkt i textrutan.

    Jokertecken som * och ? tillåts.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Mer än en katalog har markerats, och dialogrutan accepterar inte " +#~ "kataloger, alltså är det inte möjligt att bestämma vilken som ska öppnas. " +#~ "Välj bara en katalog för att lista den." + +#~ msgid "More than one folder provided" +#~ msgstr "Mer än en katalog tillhandahålls" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Åtminstone en katalog och en fil har markerats. Markerade filer kommer " +#~ "att ignoreras, och den markerade katalogen kommer att listas." + +#~ msgid "Files and folders selected" +#~ msgstr "Filer och kataloger markerade" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Även om servern kontaktades, så togs inte ett svar emot inom den " +#~ "tidsgräns som hade tilldelats begäran, enligt följande:
    • Tidsgräns " +#~ "för att upprätta en förbindelse: %1 sekunder
    • Tidsgräns för att ta " +#~ "emot ett svar: %2 sekunder
    • Tidsgräns för åtkomst av proxyservrar: " +#~ "%3 sekunder
    Observera att du kan ändra inställningen av " +#~ "tidsgränserna i KDE:s systeminställningar, genom att välja " +#~ "Nätverkinställningar -> Anslutningsinställningar." + #~ msgid "Is &executable" #~ msgstr "&Körbar" @@ -8427,9 +8885,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ "Det här är det beräknade diskutrymmet som kommer att tillåtas " #~ "förpapperskorgen, det maximala värdet." -#~ msgid "Show a Warning" -#~ msgstr "Visa en varning" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Ta bort äldsta filerna från papperskorgen" @@ -8567,10 +9022,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "Space" #~ msgstr "Mellanslag" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Förval" - #~ msgid "Modify Web Shortcut" #~ msgstr "Ändra webbgenväg" @@ -8946,11 +9397,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Kunde inte hitta något program eller hanterare för %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "K&listra in fil" -#~ msgstr[1] "K&listra in %1 filer" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Klistra in webbadress" @@ -9070,14 +9516,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "Invalid Directory Name" #~ msgstr "Ogiltigt katalognamn" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Kunde inte skapa en katalog vid namn %1eftersom " -#~ "det är reserverat för användning av operativsystemet." - #~ msgid "File Type Options" #~ msgstr "Alternativ för filtyp" @@ -9115,9 +9553,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "unmounting is not supported by wince." #~ msgstr "avmontering stöds inte av wince." -#~ msgid "File name:" -#~ msgstr "Filnamn:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9422,9 +9857,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "Read only" #~ msgstr "Skrivskyddad" -#~ msgid "File system:" -#~ msgstr "Filsystem:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Monteringspunkt (/mnt/floppy):" @@ -9922,9 +10354,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ msgid "Do not &close when command exits" #~ msgstr "Stäng inte när &kommandot avslutas" -#~ msgid "&Username:" -#~ msgstr "An&vändarnamn:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9947,9 +10376,6 @@ msgstr "Om du inte litar på programmet, klicka på Avbryt" #~ "Kan inte starta kakhanteringstjänsten.\n" #~ "Du kommer inte kunna hantera kakor som är lagrade på datorn." -#~ msgid "Open with:" -#~ msgstr "Öppna med:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/ta/kio6.po b/local/recipes/kde/kf6-kio/source/po/ta/kio6.po index eae7e87a61..6cd8a9986b 100644 --- a/local/recipes/kde/kf6-kio/source/po/ta/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ta/kio6.po @@ -9,21 +9,21 @@ # Vasee Vaseeharan , 2004. # Ambalam , 2004. # root , 2004. -# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Kishore G +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025, 2026 Kishore G msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-17 22:36+0530\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-04-12 18:17+0530\n" "Last-Translator: Kishore G \n" -"Language-Team: Tamil \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 24.08.3\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -35,12 +35,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "tamilpc@ambalam.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 என்ற கோப்பின் உரிமையாளரை மாற்ற முடியவில்லை" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -49,12 +49,12 @@ msgstr "" "%1 என்கிற கோப்பின் உரிமையாளரை மாற்ற முடியவில்லை. அதை " "மாற்றுவதற்கு உங்களுக்கு போதுமான உரிமை இல்லை." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO பின்னணி பணியை உருவாக்க முடியவில்லை: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -66,7 +66,7 @@ msgstr "" "\"%1\" என்ற குறியிணைப்பு உருவாக்க முடியவில்லை.\n" "சேருமிட கோப்பு முறைமை (%2) குறியிணைப்புகளை ஆதரிக்காது." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -81,7 +81,7 @@ msgstr "" "'மாற்று' என்பதை தேர்ந்தெடுத்தல் சேருமிட அடைவுப்பெயரிலுள்ள செல்லுபடியாகாத எழுத்துகளை " "அடிக்கீறு (அதாவது \"_\") கொண்டு மாற்றும்." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -96,23 +96,23 @@ msgstr "" "'மாற்று' என்பதை தேர்ந்தெடுத்தல், சேருமிட கோப்புப்பெயரிலுள்ள செல்லுபடியாகாத எழுத்துகளை " "அடிக்கீறு (அதாவது \"_\") கொண்டு மாற்றும்." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "அடைவு ஏற்கனவே உள்ளது" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "கோப்பு ஏற்கனவே உள்ளது" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ஏற்கனவே அடைவாக உள்ளது" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "அகற்றிடம்" @@ -206,192 +206,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "நகர்த்தல்" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "மூலம்" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "சேருமிடம்" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "மறுபெயரிடல்" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "நகலெடுத்தல்" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "அடைவை உருவாக்குதல்" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "அடைவு" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "அகற்றுதல்" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "கோப்பு" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "ஆராய்தல்" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "பரிமாற்றம்" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "ஏற்றுதல்" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "கருவி" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "ஏற்ற மையம்" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "இறக்குதல்" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "பண்பை மாற்றுதல்" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "கோப்பு பண்புகளை மாற்ற ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "கோப்புகளை நகலெடுத்தல்" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "நகலெடுப்பதை தொடர ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "கோப்புக்களை நீக்குதல்" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"நீக்குவதை தொடர ரூட் உரிமை தேவை. ஆனால், அவ்வாறு செய்தல் உங்கள் கணினிக்கு சேதம் " -"விளைவிக்கலாம். தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "அடைவை உருவாக்குதல்" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "இந்த அடைவை உருவாக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "உருப்படிகளை நகர்த்து" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "நகர்த்தலை தொடர ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "மறுபெயரிடு" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "பெயரை மாற்ற ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "குறியிணைப்பை உருவாக்கு" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "குறியிணைப்பை உருவாக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "தரவு இடமாற்றம்" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "தரவு இடமாற்றத்தை முடிக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -819,6 +723,11 @@ msgstr "கோப்பு பெரிதாக இருப்பதால் #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "இந்த இடத்திற்கான அகற்றிட அடைவைக் கண்டுபிடிக்கவோ உருவாக்கவோ முடியவில்லை." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -828,65 +737,65 @@ msgstr "" "%2\n" "தயவு செய்து முழுமையான பிழையறிக்கை ஒன்றை http://bugs.kde.org-இல் சமர்ப்பிக்கவும்." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(தெரியாதது)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "தொழிற்நுட்ப காரணம்::" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "கோரிக்கையின் விவரம்:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • முகவரி: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • நெறிமுறை: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • தேதி மற்றும் நேரம்: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • கூடுதல் விவரங்கள்: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "சாத்தியமுள்ள காரணங்கள்:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "சாத்தியமானத் தீர்வுகள்:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(தெரியாதது)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -895,24 +804,24 @@ msgstr "" "மேலும் உதவிக்கு, தகுந்த கணினி உதவி அமைப்பை அணுகவும். இது, கணினி நிர்வாகியாகவோ, " "தொழிற்நுட்ப ஆதரவு குழுவாகவோ இருக்கலாம்." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "மேலும் உதவிக்கு, சேவையகத்தின் நிர்வாகியை அணுகவும்." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "இதில் உங்கள் அணுகல் அனுமதிகளை சரிபார்க்கவும்." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "கோரிய செயல்பாட்டை இதில் செயல்படுத்த உங்களுக்கு போதிய அனுமதி இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -920,7 +829,7 @@ msgstr "" "இக்கோப்பினை வேறொரு பயனர் அல்லது நிரல் பயன்படுத்திக் கொண்டிருக்கலாம் (மேலும் அதனால் அது " "பூட்டியிருக்கலாம்)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -929,17 +838,17 @@ msgstr "" "வேறெந்த பயனர் அல்லது நிரல் கோப்பை பயன்படுத்தவில்லை என்றும், அதை பூட்டவில்லை என்றும் உறுதி " "செய்யுங்கள்." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "வன்பொருள் சிக்கல் உண்டாகியிருக்கலாம், ஆனால் அதற்கான வாய்ப்பு குறைவானதே." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "செயலியிலுள்ள பிழையை நீங்கள் எதிர்கொண்டிருக்கலாம்." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -948,7 +857,7 @@ msgstr "" "பெரும்பாலும் இது செயலியிலுள்ள பிழையால் உண்டாகியிருக்கும். தயவுசெய்து, கீழே கூறியவாறு " "ஒரு முழுமையான பிழையறிக்கையை சமர்ப்பியுங்கள்." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -957,7 +866,7 @@ msgstr "" "உங்கள் மென்பொருளை புதிய பதிப்புக்கு புதுப்பியுங்கள். உங்கள் இயக்குதளமே இதற்கான கருவிகளை " "வழங்க வேண்டும்." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -975,12 +884,12 @@ msgstr "" "இணையதளத்தில் தேடி பாருங்கள். யாரும் இதை பற்றி இதுவரை தெரிவிக்கவில்லையெனில், " "மேலுள்ள விவரங்களை, உதவக்கூடிய மற்ற விவரங்களுடன் சேர்த்து உங்கள் பிழையறிக்கையில் கூருங்கள்." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "உங்கள் பிணைய இணைப்பில் பிரச்சனை இருந்திருக்கலாம்." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -989,7 +898,7 @@ msgstr "" "உங்கள் பிணைய அமைப்பில் பிரச்சனை இருந்திருக்கலாம். நீங்கள் சமீபத்தில் எந்த பிரச்சனையும் இன்றி " "இணையத்தை அணுகி வருகிறீர்களென்றால், இதற்கான வாய்ப்பு குறைந்ததே." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -998,42 +907,42 @@ msgstr "" "இந்த கணினிக்கும், சேவையகத்துக்கும் இடையே உள்ள பிணைய பாதையில் எங்கேயாவது பிரச்சனை " "இருந்திருக்கலாம்." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "இப்போதே, அல்லது சிறிது நேரத்துக்கு பின்னர், மீண்டும் முயற்சிக்கவும்." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "நெறிமுறை பிழை அல்லது ஒவ்வாமை நிகழ்ந்திருக்கக் கூடும்." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "இது உள்ளதென்று உறுதி செய்து மீண்டும் முயற்சிக்கவும்." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "குறிப்பிட்டது இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "நீங்கள் சரியான இடத்தைதான் உள்ளிட்டீர்களா என்று உறுதி செய்து மீண்டும் முயற்சிக்கவும்." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "உங்கள் பிணைய இணைப்பின் நிலையை சரிபாருங்கள்." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "படிப்பதற்கு இதை திறக்க முடியவில்லை" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 -இன் உள்ளடக்கத்தை பெற முடியவில்லை என்று பொருள்." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "இக்கோப்பை படிக்கவோ இவ்வடைவைத் திறக்கவோ உங்களுக்கு அனுமதி இல்லாமல் இருக்கக் கூடும்." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "எழுதுவதற்கு இதை திறக்க முடியவில்லை" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1061,17 +970,17 @@ msgstr "" "இப்படியென்றால், எழுத அனுமதி இல்லாததால், கோரிய கோப்பு %1 -க்குள் " "எழுத முடியவில்லை என்று பொருள்." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 நெறிமுறைக்கு தேவைப்படும் செயல்பாட்டை இயக்க முடியவில்லை" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "செயல்பாட்டை தொடக்க முடியவில்லை" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரலை கண்டுபிடிக்கவோ " "இயக்கவோ முடியவில்லை. இது பேரும்பாலுமாக தொழிற்நுட்ப காரணங்களால் ஏற்படும்." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1092,12 +1001,12 @@ msgstr "" "புதுப்பிக்கும்போது, புதுப்பிக்கப்படாமல் இருந்திருக்கலாம். இதனால் நிரல் தற்போதைய பதிப்புடன் " "ஒவ்வாதிருந்து இயங்காமல் இருக்கலாம்." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "உள்ளமை சிக்கல்" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரல் ஒரு உள்ளமை சிக்கலை " "தெரிவித்துள்ளது." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "முறையற்ற முகவரி" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/folder/" "filename.extension?query=value " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "ஆதரிக்கப்படாத நெறிமுறை %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1138,12 +1047,12 @@ msgstr "" "%1 என்ற நெறிமுறை இந்த கணினியில் நிறுவியுள்ள கே.டீ.யீ. நிரல்களால் " "ஆதரிக்கப்படாது." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "தேர்ந்தெடுத்த நெறிமுறை ஆதரிக்கப்படாததாக இருக்கலாம்." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1151,7 +1060,7 @@ msgid "" msgstr "" "இந்த கணினியும், சேவையகமும் ஆதரிக்கும் %1 நெறிமுறையின் பதிப்புகள் ஒவ்வாதிருக்கலாம்." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1162,24 +1071,24 @@ msgstr "" "நீங்கள் இணையத்தில் தேடலாம். தேடக்கூடிய ஓர் இடம்: https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "முகவரி எதையும் குறிக்கவில்லை." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "நெறிமுறை ஒரு வடிகட்டும் நெறிமுறை" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "நீங்கள் உள்ளிட்ட முகவரி (URL) ஒரு சாதனத்தை குறிப்பிடவில்லை." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1191,12 +1100,12 @@ msgstr "" "குறிப்பிட்ட நெறிமுறை அத்தகைய சூழ்நிலைகளூக்கு ஏற்றது, ஆனால் இது அத்தகைய சூழ்நிலை இல்லை. " "இது ஒரு அரிய நிகழ்வு.பெரும்பாலும் இது நிரலாளரின் தவறால் உண்டாகும்." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "ஆதரிக்கப்படாத செயல்: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1204,7 +1113,7 @@ msgid "" msgstr "" "%1 நெறிமுறை செயல்படுத்தும் கே.டீ.யீ. நிரல் கோரிய செயலை ஆதரிக்காது." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1214,17 +1123,17 @@ msgstr "" "இந்த சிக்கல் கே.டீ.யீ. நிரலை பொருத்தது. மேம்பட்ட விவரங்கள், கே.டீ.யீ. உள்ளீடு/வெளியீடு " "முறைமைக்கு கிடைப்பதைவிட கூடிய தகவல்களை உங்களுக்கு தரக்கூடும்." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "வேறு வழிகளில் இதை செய்ய முயற்சிக்கவும்." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "கோப்பு எதிர்பார்க்கப்பட்டது" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1233,17 +1142,17 @@ msgstr "" "இதற்கு கோப்பு எதிர்பார்க்கப்பட்டது, ஆனால் %1 என்ற அடைவு " "கண்டுபிடிக்கப்பட்டது." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "இது சேவையக தரப்பில் உள்ள பிழையாக இருக்கலாம்." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "அடைவு எதிர்பார்க்கப்பட்டது" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1252,66 +1161,66 @@ msgstr "" "இதற்கு அடைவு எதிர்பார்க்கப்பட்டது, ஆனால் %1 என்ற கோப்பு " "கண்டுபிடிக்கப்பட்டது." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "கோப்பு அல்லது அடைவு இல்லை" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "%1 எனும் கோப்பு அல்லது அடைவு இல்லை." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "ஏற்கனவே இந்த பெயரில் ஒரு கோப்பு உள்ளதால் கோரிய கோப்பினை உருவாக்க முடியவில்லை." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "இந்த கோப்பினை வேறு இடத்திற்கு நகர்த்தி விட்டு, மீண்டும் முயற்சி செய்யுங்கள்." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "இந்த கோப்பினை நீக்கி விட்டு மீண்டும் முயற்சி செய்யுங்கள்." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "புதிய கோப்பிற்கு வேறு பெயரை தேர்வு செய்யுங்கள்." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "ஏற்கனவே இந்த பெயரில் ஒரு அடைவு உள்ளதால் கோரிய அடைவை உருவாக்க முடியவில்லை." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "இந்த அடைவை வேறு இடத்திற்கு நகர்த்தி விட்டு, மீண்டும் முயற்சி செய்யுங்கள்." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "இந்த அடைவை நீக்கி விட்டு, மீண்டும் முயற்சி செய்யுங்கள்." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "புதிய அடைவிற்கு வேறு பெயர் ஓன்றைத் தேர்வு செய்யுங்கள்." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "பெயர் தெரியாத புரவன்" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1320,47 +1229,47 @@ msgstr "" "கோரிய பெயர், %1-ஐ கொண்ட சேவையகத்தை இணையத்தில் கண்டுபிடிக்க " "முடியவில்லை என்பதை 'பெயர் தெரியாத புரவன்' என்ற பிழை குறிக்கும்." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "நீங்கள் உள்ளிட்ட பெயர், %1, இல்லாமல் இருக்கலாம்: தவறாக தட்டச்சிட்டிருக்கலாம்." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "அணுகல் மறுக்கப்பட்டது" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "குறிப்பிட்ட %1 என்ற சாதனத்துக்கு அணுகல் மறுக்கப்பட்டது." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "நீங்கள் தவறான உறுதிப்பாடு விவரங்களை கொடுத்திருக்கலாம், அல்லது அவற்றை கொடுக்காமலே " "இருந்திருக்கலாம்." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "இதை அணுக உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "கோரிக்கையை மீண்டும் முயற்சித்து, உங்கள் உறுதிப்பாடு விவரங்களை சரியாக உள்ளிடுங்கள்." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "எழுத அனுமதி மறுக்கப்பட்டது" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1369,12 +1278,12 @@ msgstr "" "இப்படியென்றால், %1 என்ற கோப்புக்கு எழுதும் முயற்சி தடுக்கப்பட்டது என்று " "பொருள்." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "அடைவில் நுழைய முடியவில்லை" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1383,17 +1292,17 @@ msgstr "" "இப்படியென்றால், %1 என்ற அடைவுக்குள் நுழையும் (அதாவது, அதை திறக்கும்) " "முயற்சி தடுக்கப்பட்டது என்று பொருள்." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "அடைவுப்பட்டியல் இல்லை" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 நெறிமுறை ஒரு கோப்பு முறைமை அல்ல" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1403,12 +1312,12 @@ msgstr "" "இப்படியென்றால், செய்த ஒரு கோரிக்கைக்கு அடைவின் உள்ளடக்கத்தை தீர்மானிக்கும் தேவை இருந்தது, " "ஆனால் இந்த நெறிமுறையை வழங்கும் கே.டீ.யீ. நிரலால் இதை செய்ய முடியவில்லை என்று பொருள்." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "சுழற் இணைப்பு கண்டுபிடிக்கப்பட்டது." -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1420,7 +1329,7 @@ msgstr "" "இணைப்பை உருவாக்க முடியும். முடிவில்லா சுழற்சியை உண்டாக்கும் இணைப்பு அல்லது இணைப்பு " "தொடரை கே.டீ.யீ. கண்டுபிடித்தது - அதாவது ஒரு கோப்பு தனக்கு தானே இணைந்திருந்தது." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1429,27 +1338,27 @@ msgstr "" "முடிவில்லா சுழற்சியை உண்டாக்காதவாறு சுழற்சியின் ஒரு பகுதியை நீக்கி, மீண்டும் " "முயற்சிக்கவும்." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "கோரிக்கை பயனரால் கைவிடப்பட்டது" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "கோரிக்கை கைவிடப்பட்டதால் முடிக்கப்படவில்லை." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "கோரிக்கையை மீளமுயல்க." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "நகலெடுக்கும்போது சுழற் இணைப்பு கண்டுபிடிக்கப்பட்டது" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,17 +1371,17 @@ msgstr "" "தொடரை, கே.டீ.யீ. நகலெடுக்கும்போது கண்டுபிடித்தது - அதாவது ஒரு கோப்பு தனக்கு தானே " "இணைந்திருந்தது." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "பிணைய இணைப்பை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "சாக்கெட்டை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1481,8 +1390,8 @@ msgstr "" "பிணைய தகவல் பரிமாற்றத்துக்கு தேவைப்படும் சாதனத்தை (ஒரு socket-ஐ) உருவாக்க முடியாத " "ஒரு தொழிற்நுட்ப பிழை இது." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1490,19 +1399,19 @@ msgid "" msgstr "" "பிணையம் இணைப்பு தவறாக அமைக்கப்பட்டிருக்கலாம், அல்லது பிணைய இடைமுகப்பு முடங்கி இருக்கலாம்." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "சேவையகத்துடன் தொடர்பு மறுக்கப்பட்டது" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "%1 என்ற சேவையகம் இந்த கணினியை இணைய அனுமதிக்கவில்லை." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1510,7 +1419,7 @@ msgid "" msgstr "" "சேவையகம் இணையத் தொடர்புடன் இருந்தாலும், கோரிக்கைகளை மறுக்குமாறு அமைக்கப்பட்டிருக்கலாம்." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1518,7 +1427,7 @@ msgid "" msgstr "" "சேவையகம் இணையத் தொடர்புடன் இருந்தாலும், கோரிய சேவை (%1) அதில் இயங்காமல் இருக்கலாம்." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1528,12 +1437,12 @@ msgstr "" "உங்கள் பிணையத்திலோ சேவையகத்தின் பிணையத்திலோ இருக்கும் பிணைய தீயரண் (இணைய கோரிக்கைகளை " "கட்டுபடுத்தும் ஒரு சாதனம், firewall) இந்த கோரிக்கையை தடுத்திருக்கலாம்." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "சேவையகத்துடன் தொடர்பு எதிர்பாராத வகையில் துண்டிக்கப்பட்டது" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1541,7 +1450,7 @@ msgid "" msgstr "" "%1 உடன் இணைப்பு ஏற்பட்டும், எதிர்பாராத விதமாக துண்டிக்கப்பட்டது." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1549,17 +1458,17 @@ msgid "" msgstr "" "நெறிமுறையில் சிக்கல் உண்டாகியிருக்கலாம். அதனால் சேவையகம் இணைப்பை துண்டித்திருக்கலாம்." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "முகவரி முறையற்றது" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 ஒரு வடிகட்டும் நெறிமுறை அல்ல" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 என்ற சாதனத்தை அணுகும் ஒரு " "சரியான முறையை குறிப்பிடவில்லை." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1581,17 +1490,17 @@ msgstr "" "ஆனால் இந்த கோரிக்கை, அவ்வாறு பயன்படுத்த முடியாத ஒரு நெறிமுறையை குறிப்பிட்டது.இது ஒரு " "அரிய நிகழ்வு.பெரும்பாலும் இது நிரலாளரின் தவறால் உண்டாகும்." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "உள்ளீட்டு/வெளியீட்டு சாதனத்தை தொடக்க முடியவில்லை" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "சாதனத்தை ஏற்ற முடியவில்லை" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1599,7 +1508,7 @@ msgid "" msgstr "" "கோரிய சாதனத்தை தொடக்க (ஏற்ற) முடியவில்லை. தெரிவிக்கப்பட்ட சிக்கல்: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1610,7 +1519,7 @@ msgstr "" "ஊடகமும் இல்லாமல் இருக்கலாம் (அதாவது CD டிரைவில் CD இல்லாமல்), அல்லது சாதனம் சரியாக " "செருகப்படாமல் இருக்கலாம்." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1620,7 +1529,7 @@ msgstr "" "சாதனத்தை ஏற்ற (mount செய்ய) உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம். பல UNIX " "இயக்குதளங்களில், ஒரு சாதனத்தை தொடக்க ரூட் உரிமை தேவைப்படும்." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1630,17 +1539,17 @@ msgstr "" "மேலும் பெயர்த்தகு சாதனங்கள் செருகியும், இயக்கத்திலும் இருக்க வேண்டும்; மீண்டும் மீண்டும் " "முயற்சியுங்கள்." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "உள்ளீட்டு/வெளியீட்டு சாதனத்தை முடக்க முடியவில்லை" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "சாதனத்தை இறக்க முடியவில்லை" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1649,7 +1558,7 @@ msgstr "" "கோரிய சாதனத்தை இறக்க (unmount செய்ய) முடியவில்லை. தெரிவிக்கப்பட்ட சிக்கல்: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1659,7 +1568,7 @@ msgstr "" "சாதனம் இன்னொரு பயனராலோ செயலியாலோ உபயோகத்தில் இருக்கலாம். சாதனத்தை உலாவி சாளரத்தில் " "திறந்து வைத்திருத்தல் போன்ற செயல்கள்கூட சாதனம் உபயோகத்திலேயே இருக்க காரணமாக இருக்கும்." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1669,18 +1578,18 @@ msgstr "" "சாதனத்தை முடக்க (இறக்க) உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம். பல UNIX இயக்குதளங்களில், " "ஒரு சாதனத்தை முடக்க ரூட் உரிமை தேவைப்படும்." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "சாதனத்தை எந்த செயலிகளும் பயன்படுத்தவில்லை என்று உருதி செய்து மீண்டும் முயற்சிக்கவும்." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "இதிலிருந்து படிக்க முடியவில்லை" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1689,17 +1598,17 @@ msgstr "" "இப்படியென்றால், %1 என்பதை திறக்க முடிந்தும், அதன் உள்ளடக்கங்களை " "படிக்கும்போது ஒரு சிக்கல் ஏற்பட்டது என்று பொருள்." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "இதிலிருந்து படிக்க உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "இதற்கு எழுத முடியவில்லை" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1708,22 +1617,22 @@ msgstr "" "இப்படியென்றால், %1 என்பதை திறக்க முடிந்தும், அதற்கு எழுதும்போது ஒரு " "சிக்கல் ஏற்பட்டது என்று பொருள்." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "இதற்கு எழுத உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "பிணைய இணைப்புகளுக்காக கவனிக்க முடியவில்லை" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "பிணைக்க முடியவில்லை" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1733,50 +1642,50 @@ msgstr "" "பிணைய இணைப்புகளை கவனிக்க தேவைப்படும் சாதனத்தை (ஒரு socket-ஐ) உருவாக்க முடியாத ஒரு " "தொழிற்நுட்ப சிக்கல் இது." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "கவனிக்க முடியவில்லை" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "பிணைய இணைப்பை ஏற்க முடியவில்லை" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "உள்வரும் இணைப்பை ஏற்க முயற்சிக்கும்போது சிக்கல் ஏற்படும் ஒரு தொழிற்நுட்ப சிக்கல் இது." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "இணைப்பை ஏற்க உங்களுக்கு அனுமதி இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "நுழைய முடியவில்லை: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "கோரிய செயல்பாட்டை செய்வதற்காக நுழையும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "இதன் நிலையை தீர்மானிக்க முடியவில்லை" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "இதன் நிலையை அறிய முடியவில்லை" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1785,68 +1694,68 @@ msgstr "" "%1 என்பதன் நிலையை பற்றிய விவரங்களை (உதாரணத்துக்கு அதன் பெயர், வகை, " "அளவு இத்தியாதி) தீர்மானித்தல் தோல்வியடைந்தது." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "குறிப்பிட்டது இல்லாமல் அல்லது அணுக முடியாதவாறு இருக்கலாம்." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "பட்டியலிடுதலை நிறுத்த முடியவில்லை" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "அடைவை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "கோரிய அடைவை உருவாக்கும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "அடைவை உருவாக்கவிருந்த இடம் இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "அடைவை நீக்க முடியவில்லை" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "%1 என்கிற அடைவை நீக்கும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "குறிப்பிட்ட அடைவு இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "குறிப்பிட்ட அடைவு காலியாக இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "அடைவு உள்ளது என்றும், காலியாக உள்ளது என்றும், உறுதி செய்து மீண்டும் முயற்சிக்கவும்." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "கோப்பு இடமாற்றத்தை தொடர முடியவில்லை" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1855,66 +1764,66 @@ msgstr "" "%1 என்கிற கோப்பின் இடமாற்றம், ஒரு குறிப்பிட்ட இடத்திலிருந்து தொடர " "வேண்டும் என கோரப்பட்டது. அவ்வாறு செய்ய முடியவில்லை." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "நெறிமுறை அல்லது சேவையகத்தில் கோப்பு இடமாற்றத்தை தொடர ஆதரவு இல்லாமல் இருக்கலாம்." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "இடமாற்றத்தை தொடர முயற்சிக்காமல் மீண்டும் கோரிக்கையிடுங்கள்." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "இதன் பெயரை மாற்ற முடியவில்லை" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "%1 என்பதன் பெயரை மாற்றும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "இதன் அனுமதிகளை மாற்ற முடியவில்லை" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "%1 என்பதுக்கான அனுமதிகளை மாற்றும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "இதன் உரிமையாளரை மாற்ற முடியவில்லை" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "%1 என்பதன் உரிமையாளரை மாற்றும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "இதை நீக்க முடியவில்லை" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "%1 என்பதை நீக்கும் முயற்சி தோல்வியடைந்தது." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "எதிர்பாராத நிரல் முடக்கம்" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரல் எதிர்பாராத விதமாக " "முடங்கியது." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "நினைவு போதவில்லை" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரல் இயங்குவதற்கு போதிய " "நினைவு இல்லை." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "தெரியாத பதிலி புரவன்" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -1995,17 +1904,17 @@ msgstr "" "\"https://bugs.kde.org/\">https://bugs.kde.org/ என்ற இணையதளத்தில் ஒரு " "பிழையறிக்கையை சமர்ப்பியுங்கள்." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "கோரிக்கை கைவிடப்பட்டது" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "சேவையகத்தில் உள்ளக பிழை" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2014,7 +1923,7 @@ msgstr "" "சேவையகத்தில் %1 நெறிமுறையை வழங்கும் நிரல் ஒரு உள்ளக பிழையை " "தெரிவித்துள்ளது: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2023,12 +1932,12 @@ msgstr "" "பெரும்பாலும், இது சேவையகத்தின் நிரலில் உள்ள பிழையால் உண்டாகியிருக்கும். கீழே " "குறிப்பிட்டவாறு ஒரு முழு பிழையறிக்கையை சமர்ப்பியுங்கள்." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "இந்த பிரச்சனையை சேவையகத்தின் நிர்வாகியிடம் தெரிவியுங்கள்." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2037,41 +1946,33 @@ msgstr "" "சேவையக நிரலை இயற்றியவர்களை உங்களுக்கு தெரியுமென்றால், அவர்களிடமே பிழையறிக்கையை " "நேரடியாக சமர்ப்பியுங்கள்." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "காலாவதி பிழை" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"சேவையகத்துடன் தொடர்பு ஏற்பட்டும், கோரிக்கைக்கான பதில் பின்வரும் காலாவதிக்குள் வரவில்லை: " -"
    • தொடர்பை ஏற்படுத்துவதற்கான காலாவதி: %1 நொடிகள்
    • பதிலை பெறுவதற்கான " -"காலாவதி: %2 நொடிகள்
    • பதிலி சேவையகங்களை அணுகுவதற்கான காலாவதி: %3 நொடிகள்
    நீங்கள் இந்த காலாவதிகளை கே.டீ.யீ. கணினி அமைப்புகளில், 'பிணைய அமைப்புகள் > " -"இணைப்பு விருப்பத்தேர்வுகள்' என்ற இடத்தில் மாற்றலாம்." +"சேவையகத்தை தொடர்பு கொள்ள முடிந்தபோதிலும், கோரிக்கைக்கான பதில் உரிய நேரத்திற்குள் " +"வரவில்லை." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "சேவையகம் வேறு கோரிக்கைகளுக்கு பதிலளித்துக் கோண்டிருந்ததால், உங்கள் கோரிக்கைக்கு " "பதிலளிக்கவில்லை." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "தெரியாத தவறு" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரல், ஒரு தெரியாத சிக்கலை " "தெரிவித்துள்ளது: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "தெரியாத குறுக்கீடு" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 நெறிமுறையை வழங்கும் நிரல், ஒரு தெரியாத " "குறுக்கீட்டை தெரிவித்துள்ளது: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "மூலக் கோப்பை நீக்க முடியவில்லை" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2109,12 +2010,12 @@ msgstr "" "கோரிய செயல்பாட்டிற்கு மூலக் கோப்பை நீக்கும் தேவை இருந்தது, உதாரணமாக கோப்பை நகர்த்தும் " "செயல்பாட்டிற்கு பின். %1 என்ற மூலக் கோப்பை நீக்க முடியவில்லை." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "தற்காலிக கோப்பை நீக்க முடியவில்லை" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2125,12 +2026,12 @@ msgstr "" "உருவாக்கும் தேவை இருந்தது. %1 என்ற இந்த தற்காலிக கோப்பை நீக்க " "முடியவில்லை." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "மூலக் கோப்புக்கு மறுபெயரிட முடியவில்லை" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2139,12 +2040,12 @@ msgstr "" "கோரிய செயல்பாட்டிற்கு %1 என்ற கோப்பின் பெயரை மாற்றும் தேவை இருந்தது, " "ஆனால் அதன் பெயரை மாற்ற முடியவில்லை." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "தற்காலிக கோப்புக்கு மறுபெயரிட முடியவில்லை" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2153,32 +2054,32 @@ msgstr "" "கோரிய செயல்பாட்டிற்கு %1 என்ற ஒரு தற்காலிக கோப்பை உருவாக்கும் தேவை " "இருந்தது, ஆனால் அதை உருவாக்க முடியவில்லை." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "இணைப்பை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "குறியிணைப்பை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "கோரிய %1 என்கிற குறியிணைப்பை உருவாக்க முடியவில்லை." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "உள்ளடக்கம் இல்லை" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "வட்டு நிறைந்துள்ளது" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2186,7 +2087,7 @@ msgid "" msgstr "" "வட்டில் போதிய இடம் இல்லாததால் %1 என்கிற கோப்புக்கு எழுத முடியவில்லை." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2197,29 +2098,29 @@ msgstr "" "கோப்புகளை நீக்குங்கள்; 2) கோப்புகளை CD வட்டுகளை போன்ற கழற்றக்கூடிய தேக்ககங்களுக்கு " "நகர்த்துங்கள்; 3) இன்னும் தேக்கக இடத்தை பெறுங்கள்." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "மூல மற்றும் சேருமிட கோப்புகள் ஒன்றாக உள்ளன" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "மூலமும் சேருமிடமும் ஒரே கோப்பாக உள்ளதால் செயல்பாட்டை முடிக்க முடியவில்லை." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "சேருமிடத்துக்கு வேறு பெயரை தேர்ந்தெடுங்கள்." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "கோப்பு அல்லது அடைவு தனக்கு மேலேயே போடப்பட்டது" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2228,34 +2129,34 @@ msgstr "" "மூலம் மற்றும் சேருமிடத்தில் உள்ள கோப்பு அல்லது அடைவு ஒன்றாக இருப்பதால் செயல்பாட்டை முடிக்க " "முடியவில்லை." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "உருப்படியை வேறு கோப்பு அல்லது அடைவின் மேல் போடுங்கள்." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "அடைவு தனக்குள்ளேயே நகர்த்தப்பட்டது" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "மூலத்தை தனக்குள் நகற்ற முடியாததால் செயல்பாட்டை முடிக்க முடியவில்லை." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "உருப்படியை வேறு அடைவுக்குள் நகர்த்துங்கள்." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "கடவுச்சொல் சேவையகத்தை தொடர்பு கொள்ள முடியவில்லை" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2264,24 +2165,24 @@ msgstr "" "கடவுச்சொற்களை கேட்கும் (kpasswdserver) நிரலை தொடர்பு கொள்ள முடியாததால் செயல்பாட்டை " "முடிக்க முடியவில்லை." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "உங்கள் அமர்வை மறுதொடக்கம் செய்து பாருங்கள், அல்லது பதிவுகளில் kiod-விலிருந்து வந்த " "பிழைகளை தேடுங்கள்." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 நெறிமுறையை இயக்க முடியவில்லை" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO பின்னணி பணியை உருவாக்க முடியவில்லை" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2290,7 +2191,7 @@ msgstr "" "%1 நெறிமுறையை வழங்கும் KIO ஆதரவுநிரலை இயக்க முடியவில்லை. " "பெரும்பாலும் இது தொழில்நுட்பம் சார்ந்த காரணங்களால் ஏற்படும்." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2299,13 +2200,13 @@ msgstr "" "நெறிமுறையை வழங்கும் செருகுநிரலை klauncher-ஆல் கண்டுபிடிக்க முடியவில்லை. உங்களிடம் " "இருக்கும் செருகுநிரலின் பதிப்பு பழையதாக இருந்தால் இது நேரலாம்." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1-ஐ இடமாற்றம் செய்ய முடியவில்லை" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2315,7 +2216,7 @@ msgstr "" "சேருமிடத்தின் கோப்பு முறைமை அவ்வளவு பெரிய கோப்புகளை ஆதரிக்காததால், %1 என்ற கோப்பை இடமாற்ற முடியவில்லை." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2324,28 +2225,28 @@ msgstr "" "அவ்வளவு பெரிய கோப்புகளை ஆதரிக்கும் ஒரு கோப்பு முறைமையை பயன்படுத்துமாறு இலக்கு வட்டை " "வடிவமையுங்கள்." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "தெரியாத பிழை" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 -க்கான குறியிணைப்பு)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 -க்கு இணைப்பு)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(%1 -ஐ சுட்டுகிறது)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2354,12 +2255,12 @@ msgstr "" "பிறழ் URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1 எந்த வகையான கோப்பு என்பதை தீர்மானிக்க முடியவில்லை" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2368,13 +2269,13 @@ msgstr "" "'%1' -இலிருந்து ஒரு இயக்கவல்ல நிரலின் பெயரை கண்டுபிடிக்க முடியவில்லை, தயவுசெய்து ஒரு " "சரியான நிரலின் பெயரை உள்ளிடவும்." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ஒரு இயக்கவல்ல நிரல் போல தெரியவில்லை." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2384,92 +2285,92 @@ msgstr "" "%1 கண்டுபிடிக்கப்படவில்லை; இயக்கவல்ல நிரலுக்கான சரியான பாதையை " "உள்ளிடவும்." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு இணைப்புகளை தொடங்குதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு இணைப்புகளை முடக்குதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு கோப்புகளை அணுகுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr " %1 -க்கு எழுதுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 நெறிமுறைக்கு சிறப்பு செயற்பாடுகள் ஏதுமில்லை." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு அடைவுகளை பட்டியலிடுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 -இலிருந்து தரவை பெறுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 -இலிருந்து மைம் வகை விவரங்களை பெறுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 -க்குள் கோப்புகளின் பெயர்களை மாற்றுதல் அல்லது அவற்றை நகர்த்தல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு குறியிணைப்புகளை உருவாக்குதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 -க்குள் கோப்புகளை நகலெடுத்தல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 -இலிருந்து கோப்புகளை நீக்குதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு அடைவுகளை உருவாக்குதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு கோப்புகளின் பண்புகளை மாற்றுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு கோப்புகளின் உரிமையாளரை மாற்றுதல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 நெறிமுறையைக் கொண்டு கோப்புகளை திறத்தல் ஆதரிக்கப்படாது." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 நெறிமுறை %2 செயல்பாட்டை ஆதரிக்காது." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2480,313 +2381,336 @@ msgstr "" "சாதாரணமாக ரூட் அனுமதியை கோரும் '%1' நெறிமுறைக்கான KIO பணியின் பாதுகாப்பை " "உறுதிசெய்ய முடியவில்லை. ரூட் அல்லாத பயனர்களும் அதை %2 தனில் மாற்ற அனுமதி உள்ளது." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "தெரியாத நெறிமுறை '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "'%1' நெறிமுறைக்கான KIO ஆதரவுநிரலை கண்டுபிடிக்க முடியவில்லை." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"\"%1\" எனும் நெறிமுறைக்கான KIO பின்னிரல் (%2 தனில் உள்ளது) ஏற்றப்படவில்லை, ஏனெனில் %3-" +"இல் இல்லாத நிரல்களுக்கு ரூட் உரிமை வழங்குவது பாதுகாப்பற்றது." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "'%1' என்ற நெறிமுறைக்கான KIO ஆதரவுநிரலை இயக்க தேவைப்படும் சாக்கெடை உருவாக்க " "முடியவில்லை." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "'%1' -இல் 'kioworker' நிரலை கண்டுபிடிக்க முடியவில்லை" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&விவரங்கள்" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&என்றென்றும்" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&தொடர்" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&தற்போதைய அமர்வுக்கு மட்டும்" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "புதிய அடைவில் போடு" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "இந்த உருப்படிகளுக்கு புதிய அடைவை உருவாக்குவது" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "அழிப்பதற்கு நீங்கள் எந்த கோப்பையும் தேர்வு செய்யவில்லை." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "அழிக்க ஏதுமில்லை" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "அகற்றுவதற்கு நீங்கள் எந்த கோப்பையும் தேர்வு செய்யவில்லை." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "அகற்ற எதுவும் இல்லை" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "குறிப்பிட்ட அடைவு இல்லை, அல்லது அதனை படிக்க முடியவில்லை." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "பட்டி" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "தாய் அடைவு" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "பின்னே செல்" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "முன்னே செல்" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "முகப்பு அடைவு" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "மீளேற்று" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "புதிய அடைவு…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "அகற்றிடத்துக்கு நகர்த்து" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "அழி" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "வரிசைப்படுத்தல்" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "பெயர் வாரியாக வரிசைப்படுத்து" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "அளவால் வரிசைப்படுத்து" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "தேதிப்படி வரிசைப்படுத்து" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "வகை வாரியாக வரிசைப்படுத்து" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "ஏறுவரிசை" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "இறங்குவரிசை" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "அடைவுகள் முதலில்" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "மறைந்துள்ள கோப்புகள் கடைசியாக" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "சின்னங்கள் காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "சுருக்கமான காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "விவரமான காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "சின்னத்தின் இருப்பிடம்" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "கோப்பின் பெயருக்கு பக்கத்தில்" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "கோப்பின் பெயருக்கு மேல்" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "குறுகிய காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "விவரமான காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "கிளைப்பட காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "விவரமான கிளைப்பட காட்சிமுறை" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "விவர காட்சிமுறையில் விரிவாக்கத்தை அனுமதி" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "மறைந்துள்ள கோப்புகளைக் காட்டு" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "முன்தோற்ற பலகையை காட்டு" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "முன்தோற்றத்தை காட்டு" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "கொண்டுள்ள அடைவை திற" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "பண்புகள்" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&காட்சி முறை" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "ஃ–அ" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "அ–ஃ" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "புதியது முதலில்" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "பழையது முதலில்" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "புதியது முதலில்" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "பெரியது முதலில்" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "சிறியது முதலில்" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "குறியாக்கம்:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "திறத்தல்" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "வேறு பெயரில் சேமித்தல்" @@ -2833,40 +2757,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "இங்கு நகர்த்து" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|அனைத்து கோப்புகள்" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "ஆதரவுள்ள எல்லாக் கோப்புகளும்" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "அனைத்து கோப்புகள்" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "'இடங்கள்' பதிவை சேர்" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "இடங்கள் பதிவை திருத்து" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2878,17 +2802,17 @@ msgstr "" "குறிக்கிறது என்பதை நினைவுபடுத்தும் ஓரிரண்டு சொற்களாக இருக்க வேண்டும். நீங்கள் பெயரை " "உள்ளிடாவிட்டால், இடத்தின் முகவரியை பொருத்து ஒரு பெயர் இடப்படும்.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&பெயர்:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "விளக்கமான பெயரை இங்கு உள்ளிடவும்" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2901,12 +2825,12 @@ msgstr "" "pub/kde/stable

    உரைத்திருத்த பெட்டிக்கு பக்கத்தில் உள்ள பட்டனை அழுத்தி, ஒரு " "பொருத்தமான முகவரிக்கு உலாவி, நீங்கள் அதை தேர்ந்தெடுக்கலாம்.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&இடம்:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2915,17 +2839,17 @@ msgstr "" "இடங்கள் பலகையில் காட்டப்படும் சின்னம் இது.

    வேறு சின்னத்தை தேர்வு செய்ய " "பட்டனை அழுத்தவும்.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&சின்னத்தை தேர்வு செய்க:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "இந்த செயலியை பயன்படுத்தும்போது &மட்டும் காட்டு (%1) " -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2936,200 +2860,206 @@ msgstr "" "இந்த தேர்வுப்பெட்டியை தேர்வு செய்யவும்.

    இதை தேர்வு செய்யாவிடில், இப்பதிவு " "அனைத்து செயலிகளிலும் காட்டப்படும்.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "இடங்கள்" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "தொலை இடங்கள்" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "சமீபமானவை" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "இதற்கு தேடு" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "சாதனங்கள்" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "கழற்றக்கூடிய சாதனங்கள்" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "குறிச்சொற்கள்" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2 தனிலிருந்து)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "அனைத்து குறிச்சொற்கள்" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "முகப்பு" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "பணிமேடை" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "ஆவணங்கள்" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "பதிவிறக்கங்கள்" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "பிணையம்" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "அகற்றிடம்" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "பாடல்கள்" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "படங்கள்" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "ஒளிக்காட்சிகள்" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "சமீப கோப்புகள்" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "சமீப இடங்கள்" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "இன்று மாற்றியவை" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "நேற்று மாற்றியவை" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "இடங்கள் பலகைக்கு சேர்க்க முடியவில்லை: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "இடங்கள் பலகையில் அடைவுகளை மட்டும்தான் சேர்க்க முடியும்." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "அமை…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "விடுவிக்கிறது…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&விடுவி" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "பத்திரமாக கழற்றுகிறது…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&பத்திரமாக கழற்று" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "இறக்குகிறது…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&இறக்கு" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "வெ&ளியேற்று" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "'%1' என்ற சாதனம் ஒரு வட்டு இல்லாததால் அதை வெளியேற்ற முடியாது." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "'%1' -ஐ அணுகும் பொழுது சிக்கல் ஏற்பட்டது, கணினி தெரிவித்தது: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "'%1' -ஐ அணுகுகையில் பிழை ஏற்பட்டது." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "இந்த சாதனத்தில் உள்ள ஒரு அல்லது பல கோப்புகள் ஏதோவொரு செயலியில் திறந்துள்ளன." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3144,109 +3074,109 @@ msgstr[1] "" "இந்த சாதனத்தில் உள்ள ஒரு அல்லது பல கோப்புகள் கீழ்கண்ட செயலிகளில் திறந்துள்ளன: " "\"%2\"." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "வகிர்வு மேலாளியில் வடிவமை அல்லது திருத்து" # What does this context string even mean? -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2-இல் %1 காலி (%3% பயனில் உள்ளது)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (மறைந்தது)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "அகற்றிடத்தை காலியாக்கு" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "ஏற்று" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "புதிய கீற்றில் திற" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "புதிய சாளரத்தில் திற" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "பதிவைச் சேர்…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&திருத்து…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "இடங்களிலிருந்து நீக்கு" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&மறை" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "'%1' என்ற பிரிவை மறை" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "பிரிவை மறை" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&அனைத்து பதிவுகளையும் காட்டு" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "சின்னத்தின் அளவு" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3254,51 +3184,51 @@ msgctxt "" msgid "Auto Resize" msgstr "தானியக்க அளவுமாற்றம்" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "சிறியது (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "நடுத்தரமானது (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "பெரியது (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "மிகப்பெரியது (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "நீங்கள் ஒரு கோப்பை மட்டும் தேர்ந்தெடுக்க முடியும்" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "ஒன்றுக்கு மேற்பட்ட கோப்புகள் வழங்கப்பட்டன" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "நீங்கள் உள்ளமைக் கோப்புகளை மட்டும் தேர்ந்தெடுக்க முடியும்" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "தொலைக் கோப்புகள் ஏற்றுக்கொள்ளப்படாது" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3312,51 +3242,22 @@ msgstr[1] "" "தேர்ந்தெடுத்த முகவரி ஆதரிக்கப்படாத முறையில் உள்ளது. இந்த முறைகளில் ஏதாவது ஒன்றை " "பயன்படுத்தவும்: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "ஆதரிக்கப்படாத முகவரி முறை" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"இந்த சாளரம் ஒரு அடைவை மட்டும் ஏற்கும். பல அடைவுகள் தேர்ந்தெடுக்க பட்டதால் எதில் நுழைய " -"வேண்டும் என்று தெரியவில்லை. உள்ளடக்கத்தை பட்டியலிட ஒரு அடைவை மட்டும் தேர்வு செய்யவும்." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "ஒன்றுக்கு மேற்பட்ட அடைவுகள் வழங்கப்பட்டன" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"ஒன்றுக்கு மேற்பட்ட அடைவுகள் மற்றும் கோப்புகள் தேர்ந்தெடுக்கப் பட்டுள்ளன. தேர்வு செய்த கோப்புகள் " -"பொறுட்படுத்தப்படாது. தேர்வு செய்த அடைவின் உள்ளடக்கம் பட்டியலிடப் படும்." - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "கோப்புகள் மற்றும் அடைவுகள் தேர்ந்தெடுக்கப்பட்டன" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "\"%1\" என்கிற கோப்பை கண்டுபிடிக்க முடியவில்லை" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "கோப்பை திறக்க முடியவில்லை" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3367,42 +3268,42 @@ msgstr "" "இருப்பிடம் file:/home/konqi என்றால், இந்த பட்டனை அழுத்துதல் உங்களை file:/home -க்கு " "கொண்டு செல்லும்.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "உலாவல் வரலாற்றில் ஒரு படி பின்னே செல்ல இந்தப் பட்டனை அழுத்தவும்." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "உலாவல் வரலாற்றில் ஒரு படி முன்னே செல்ல இந்தப் பட்டனை அழுத்தவும்." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "இந்த இடத்தின் உள்ளடக்கத்தை மீளேற்ற இந்த பட்டனை அழுத்தவும்." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "ஒரு புதிய அடைவை உருவாக்க இந்த பட்டனை அழுத்தவும்." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "இடங்கள் பலகையைக் காட்டு" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "நினைவுக்குறிகள் பட்டனைக் காட்டு" +msgid "Show Quick Filter" +msgstr "விரை வடிகட்டியைக் காட்டு" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "விருப்பத்தேர்வுகள்" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3417,12 +3318,12 @@ msgstr "" "காட்டுதல்
  • இடங்கள் பலகை
  • கோப்பு முன்தோற்றங்கள்
  • அடைவுகளையும் " "கோப்புகளையும் பிரித்து காட்டுதல்
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "நினைவுக்குறிகள்" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3436,12 +3337,35 @@ msgstr "" "இல் மற்ற இடங்களில் உள்ள நினைவுக்குறிகளைப் போலவே இவை செயல்படும்." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&பெயர்:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "பெயர்மாற்றியதை செயல்நீக்கு" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "வேறு அடைவுக்கு செல்லும்போது வடிகட்டியை காலியாக்காதே" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "பெயர் படி வடிகட்டு…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "வடிகட்டிப் பட்டையை மறை" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3453,12 +3377,12 @@ msgstr "" "அம்சத்தை அமைக்க, வலது சுட்டி பட்டனை அழுத்தி உரை நிறைவு பட்டியிலிருந்து " "விருப்பமான பயன்முறையை தேர்வு செய்யுங்கள்." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "இது கோப்பினை சேமிக்க வேண்டிய பெயர்." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3467,74 +3391,78 @@ msgstr "" "இது திறக்க வேண்டிய கோப்புகளின் பட்டியல். ஒன்றுக்கு மேற்பட்ட கோப்புகளைக் குறிப்பிட, " "கோப்பு பெயர்களை, காலியிடத்தால் பிரித்து உள்ளிடவும்." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "இது திறக்க வேண்டிய கோப்பின் பெயர்." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "இடங்கள்" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "\"%1\" என்று ஏற்கனவே ஒரு கோப்பு உள்ளது. அதை மேலெழுத விரும்புகிறீர்களா?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "கோப்பினை மேலெழுதவா?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "உள்ளமை கோப்புகளை மட்டுமே நீங்கள் தேர்வு செய்ய முடியும்." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "தொலைக் கோப்புகள் ஏற்றுக் கொள்ளப்படாது" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "எல்லா அடைவுகள்" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "தற்போதைய அடைவு: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&திற" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "சின்னத்தின் அளவு: %1 பிக்செல்கள்" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "கோப்பு &வகைப்பெயரை தானாக தேர்வு செய் (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "%1 என்ற வகைப்பெயர்" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "கோப்பு &வகைப்பெயரை தானாக தேர்வு செய்" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "பொருத்தமான ஒரு வகைப்பெயர்" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3560,12 +3488,12 @@ msgstr "" "இறுதியில் இடவும் (புள்ளி தானாகவே அகற்றப்படும்). சந்தேகமாக இருந்தால், " "இத்தேர்வினை இயக்குங்கள், ஏனெனில் இது உங்கள் கோப்புகளை எளிதில் கையாள உதவும்." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&கோப்பின் வகை:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3573,63 +3501,52 @@ msgid "" msgstr "" "இது கோப்பு வகை தேர்வி. கோப்பு சேமிக்கப்படும் படிவத்தை தேர்ந்தெடுக்க உதவும்." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&வடிகட்டி:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"இது கோப்புப் பட்டியலில் பயன்படுத்த வேண்டிய வடிகட்டியாகும்.வடிகட்டிக்கு பொருந்தாத " -"கோப்புகள் காட்டப்படாது.

    முன்னமைக்கப்பட்ட வடிகட்டிகளை கீழிறங்கு பட்டியிலிருந்து தேர்வு " -"செய்யலாம், அல்லது உரைப்பகுதியில் விருப்பமான வடிகட்டியினை நீங்களே உள்ளிடலாம்.

    * " -"மற்றும் ? போன்ற வைல்டுகார்டுகளையும் இட முடியும்.

    " +"இது கோப்பு வகை தேர்வி. காட்டவேண்டிய கோப்புகளின் படிவத்தை தேர்ந்தெடுக்க உதவும்." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "புதிய கோப்பை உருவாக்குவது" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "மன்னிக்கவும்" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "%1 எனும் வார்ப்புரு (template) கோப்பு இல்லை." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "புதிய இணைப்பிற்கான பெயர்:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "முகவரிக்கு இணைப்பை உருவாக்கு" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "%1 கோப்பிற்கான பெயரை உள்ளிடவும்:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "மன்னிக்கவும்" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "%1 எனும் வார்ப்புரு (template) கோப்பு இல்லை." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "புதிய இணைப்பிற்கான பெயர்:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "குறியிணைப்பை உருவாக்கு" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "முகவரிக்கு இணைப்பை உருவாக்கு" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3639,7 +3556,7 @@ msgstr "" "%1 என்கிற பெயர் இயக்குதளத்தின் பயன்பாட்டிற்கு ஒதுக்கி " "வைக்கப்பட்டதால் அதனை நீங்கள் பயன்படுத்த முடியாது." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3649,7 +3566,7 @@ msgstr "" "%1 என்கிற பெயர் புள்ளியில் தொடங்குவதால், அது இயல்பாக " "மறைந்திருக்கும்." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3661,28 +3578,38 @@ msgstr "" "வரிசைப்படுத்தும்போது மற்ற உருப்படிகளுக்கு முன்பு காட்டப்படுவதுடன், வேறு " "விசித்திரங்களையும் இது கோண்டிருக்கலாம்." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "அடைவுகளின் பெயர்களில் சாய்வுக்கோட்டை பயன்படுத்தல், இப்படி துணை அடைவுகளை உருவாக்கும்:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "அடைவுகளின் பெயர்களில் சாய்வுக்கோடுகளை பயன்படுத்தல் துணை அடைவுகளை உருவாக்கும்." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "கோப்புகள் மற்றும் அடைவுகளின் பெயர்களில் சாய்வுக்கோடுகளை பயன்படுத்த முடியாது." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "பின்சாய்க்கோடுகளை கோப்புகள் மற்றும் அடைவுகளின் பெயர்களில் பயன்படுத்த முடியாது." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 என்கிற பெயர் ஓர் பயனரின் முகப்பு அடைவின் இருப்பிடமாக உள்ளதால் " +"அப்பெயரைக் கொண்ட கோப்பையோ அடைவையோ உருவாக்க முடியாது." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3691,97 +3618,141 @@ msgstr "" "டில்டெ (~) தனைக் கொண்டு கோப்பு அல்லது அடைவின் பெயரைத் தொடங்குதல் பரிந்துரைக்கப்படாதது. " "ஏனென்றால் முனையத்தில் அதை அகற்றும்போது குழப்பம் உண்டாகலாம்." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "%1 என்ற பெயரில் ஏற்கனவே ஒரு அடைவு உள்ளது." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 என்ற பெயரில் ஏற்கனவே ஒரு கோப்பு உள்ளது." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "புதியதை உருவாக்கு" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "சாதனத்துக்கு இணைப்பு" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "புதிய அடைவு" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "புதிய அடைவை உருவாக்குவது" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 -இல் புதிய அடைவை உருவாக்கு: " +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "அடைவிற்கான பெயரை உள்ளிடவும்:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "இயல்பிருப்பு" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "புதிய கோப்பை உருவாக்குவது" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "கோப்பிற்கான பெயரை உள்ளிடவும்" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "விருப்பமான சின்னத்தையோ நிறத்தையோ தேர்வு செய்வது" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "வேறு சின்னத்தை தேர்வு செய்வது…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" +"விரும்பினால், அடைவின் அமைப்புகளுக்கு சென்று எப்போது வேண்டுமானாலும் சின்னத்தை மாற்றலாம்" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "நகலெடு" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "ஒட்டு" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "\"%1\" என்பதை புதிய கீற்றில் திற" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "\"%1\" என்பதை புதிய சாளரத்தில் திற" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "திருத்து" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "உலாவு" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "முழு பாதையைக் காட்டு" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" "%1 எனும் பாதையிலுள்ள எந்த இடத்திற்கு வேண்டுமானாலும் செல்லலாம்." -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3793,6 +3764,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "பாதையிலுள்ள இடத்திற்கு செல்" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "இடங்கள்" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3816,28 +3796,28 @@ msgstr "மற்றவை" msgid "Edit mode" msgstr "திருத்துதல் பயன்முறை" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "இட உலாவலுக்கு க்ளிக் செய்யவும்" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "இடத்தைத் திருத்த க்ளிக் செய்யவும்" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "இந்த கோப்பை இயக்க உங்களுக்கு அதிகாரம் இல்லை." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "%1 தொடங்குகிறது" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3846,12 +3826,12 @@ msgstr "" "%1 என்கிற சேவையை இயக்கவல்லதாக்க முடியவில்லை. இயக்குதல் கைவிடப்படுகிறது.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "இக்கோப்பினைத் திறப்பதற்கான செயலியை தேர்வு செய்ய உங்களுக்கு அனுமதி இல்லை." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3878,12 +3858,19 @@ msgstr "%1-க்கு படத்தை சேமிப்பதில் ப msgid "Icon file too big, download aborted" msgstr "சின்னம் கோப்பு பெரிதாக உள்ளதால் பதிவிறக்கம் கைவிடப்பட்டது" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"முன்னோட்ட சேவை: காலியான கோப்பு தவிர்க்கப்படுகிறது, இது உடைந்த இணைப்பாக இருக்கலாம்: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "எந்த அஞ்சல் செயலியும் கண்டுபிடிக்கப்படவில்லை" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3894,28 +3881,28 @@ msgstr "" "%1\n" "முறையற்றது." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1 தொடக்கப்படுகிறது" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 எனும் கட்டளையைக் கண்டுபிடிக்க முடியவில்லை" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "எந்த முனையக் கருவியும் கண்டுபிடிக்கப்படவில்லை" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1-ஐ திறக்க முடியவில்லை" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3925,7 +3912,7 @@ msgstr "" "%1 எனும்\n" "பணிமேடை பதிவுக் கோப்பு, இணைப்பு வகையினது.ஆனால் இதனுள் URL=... என்ற பதிவு இல்லை." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3934,14 +3921,14 @@ msgstr "" "\"%1\" என்ற இயக்கவல்ல கோப்பு ஒரு தொலை கோப்பு முறைமையில் உள்ளது. பாதுகாப்பு " "காரணங்கருதி அது இயக்கப்படாது." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "பாதுகாப்பு காரணங்கருதி, இயக்கவல்ல கோப்புகளை இயக்குதல் இந்த சூழலில் தடை செய்யப்பட்டுள்ளது." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -3949,7 +3936,7 @@ msgid "" msgstr "" "\"%1\" என்கிற நிரலை இயக்குவதற்கு முன் அது இயக்கவல்ல அனுமதியை கோண்டிருக்க வேண்டும்." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3958,12 +3945,12 @@ msgstr "" "\"%1\" என்ற கோப்பை இயக்கவல்லதாக்க முடியவில்லை.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "%1 பணிமேடை பதிவுக் கோப்பில் Type=... என்ற பதிவு இல்லை." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3974,12 +3961,12 @@ msgstr "" "நீங்கள் திறந்துள்ள செயலிகளிலும் அறிவிப்புகளிலும் முடிவடையாத பணிகள் அல்லது பதிவிறக்கங்கள் " "உள்ளனவா என பாருங்கள்." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "கோப்பை திறத்தல் தோல்வியடைந்தது." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "\"%1\" என்கிற நிரலை இயக்க முடியவில்லை." @@ -4067,73 +4054,68 @@ msgstr "" "என்கிற கோப்பு மாற்றப்பட்டுள்ளது.\n" "மாற்றங்களை பதிவேற்ற விரும்புகிறீர்களா?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - தொலை கோப்புகளை திறக்கும், மாற்றங்களை கண்காணிக்கும், பதிவேற்றுமாறு கேட்கும்" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 KFM/கான்கொரர் நிரலாளர்கள்" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "டேவிட் ஃபவுர்" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "ஸ்டீபன் குளோவ்" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "பெர்னார்டு ரோசென்க்ரென்ஸர்" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "வால்டோ பாஸ்தியன்" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "ஆஸ்வால்டு புட்டென்ஹெகென்" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "முகவரிகளை உள்ளமைக் கோப்புகளாக கருதி பின்பு அகற்று" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "பதிவிறக்கப்படும் கோப்பிற்குப் பரிந்துரைக்கும் பெயர்" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "இயக்க வேண்டிய கட்டளை" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "கட்டளைக்கு பயன்படும் முகவரி(கள்) அல்லது உள்ளமை கோப்பு(கள்)" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 -க்கு ACL அமைத்தல்" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4142,7 +4124,7 @@ msgstr "" "%1\n" "என்பதற்கு அனுமதிகளை மாற்ற முடியவில்லை" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4150,118 +4132,37 @@ msgid "" "%1" msgstr "%1 என்பதற்கான உரிமையாளரையும் குழுவையும் மாற்ற முடியவில்லை." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "தற்காலிகக் கோப்பைத் திறக்க முடியவில்லை" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "\"mount\" நிரலை கண்டுபிடிக்க முடியவில்லை" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "\"umount\" நிரலை கண்டுபிடிக்க முடியவில்லை" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "கோப்பின் அனுமதிகளை மாற்றுதல்" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "புதிய அனுமதிகள்: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "கோப்பின் உரிமையாளரை மாற்றுதல்" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "புதிய உரிமையாளர்: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "கோப்பை நீக்குதல்" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "அடைவை நீக்குதல்" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "அடைவை உருவாக்குதல்" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "அடைவுக்கான அனுமதிகள்: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "கோப்பை திறதல்" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "அடைவை திறத்தல்" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "கோப்பின் புதிய பெயர்: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "இலக்கு: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "நேரமுத்திரையை மாற்றுதல்" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "மூலம்: %1, சேருமிடம்: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "தெரியாத செயல்" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"செயல்: %1\n" -"மூலம்: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr " %1 -இலிருந்து %2 -க்கு கோப்பினை நகலெடுக்க இயலவில்லை. (சிக்கல் எண்: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 -க்குரிய ஊடகம் சாதனத்தில் இல்லை" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "%1 என்ற பயனர் பெயருக்கான பயனர் எண்ணை பெற இயலவில்லை" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "%1 என்ற குழுப் பெயருக்கான குழு எண்ணை பெற முடியவில்லை" @@ -4303,32 +4204,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "இத்தளத்தை அணுக நீங்கள் ஒரு பயனர் பெயரையும், கடவுச்சொல்லையும் வழங்க வேண்டும்." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "தளம்:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "வெற்றிகரமான நுழைவு" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 -இல் நுழைய முடியவில்லை." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4337,7 +4238,7 @@ msgstr "" "\n" "சேவையகம் கூறியது: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4346,12 +4247,12 @@ msgstr "" "எந்த இணையதளத்தையும் அணுகுமுன், நீங்கள் கீழ்கண்ட பதிலி சேவையகத்துக்கான பயனர் பெயரையும் " "கடவுச்சொல்லையும் தர வேண்டும்." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "பதிலி:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "பதிலி உறுதிப்பாடு தோல்வியடைந்தது!" @@ -4403,101 +4304,101 @@ msgid "" msgstr "இச்சான்றிதழை என்றென்றும் கேளாமலே ஏற்க விரும்புகிறீர்களா?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "சேவையக உறுதிப்பாடு" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2 -இல் %1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "இல்லையெனில், கோரிக்கை நிறைவேறியிருக்கும்." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "பண்பு மதிப்புகளை மீட்க" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "பண்பு மதிப்புகளை அமைக்க" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "கோரப்பட்ட அடைவினை உருவாக்க" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவை நகலெடுக்க" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவை நகர்த்த" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "குறிப்பிட்ட அடைவினுள் தேட" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவை பூட்ட" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவின் பூட்டகற்ற" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவை அகற்ற" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "சேவையகத்தின் இயலுமைகளைக் கோர" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "குறிப்பிட்ட கோப்பு அல்லது அடைவின் உள்ளடக்கத்தை மீட்க" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "குறிப்பிட்ட அடைவினுள் report-ஐ இயக்க" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 முயற்சிக்கையில் எதிர்பாராத சிக்கல் (%1) நேர்ந்தது." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4505,13 +4406,13 @@ msgid "" "below." msgstr "%2 -இல் %1 முயற்சிக்கையில் பிழை ஏற்பட்டது. காரணங்களின் தொகுப்பு கீழுள்ளது." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 முயற்சிக்கையில் அணுகல் மறுக்கப்பட்டது." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4520,7 +4421,7 @@ msgstr "" "ஒரு அல்லது ஒன்றுக்கு மேற்பட்ட இடைநிலை திரட்டுகள் (அடைவுகள்) உருவாக்கப்படும் வரை " "குறிப்பிட்ட இடத்தில் எதையும் உருவாக்க முடியாது." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4535,28 +4436,28 @@ msgstr "" "முயற்சித்தீர்கள்.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "கோரிய பூட்டை வழங்க முடியவில்லை: %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "உடல் பகுதியில் உள்ள கோரிக்கை வகையை சேவையகம் ஆதரிக்கவில்லை." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "இது பூட்டியிருப்பதால் %1 இயலவில்லை." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "இச்செயல் வேறொரு சிக்கலால் தடுக்கப்பட்டது." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4564,7 +4465,7 @@ msgid "" "folder." msgstr "இலக்கு சேவையகம் கோப்பு அல்லது அடைவினை பெற மறுப்பதால் %1 இயலவில்லை." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4572,18 +4473,18 @@ msgid "" msgstr "" "இந்த முறைமையை இயக்கிய பிறகு இதன் நிலையைக் குறிக்க தேவையான இடம், சேருமிடத்தில் இல்லை" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "இதை நீக்க முடியாது." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1-ஐ பதிவேற்ற" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4594,15 +4495,15 @@ msgstr "%2 முயற்சிக்கையில் எதிர்பா msgid "Network" msgstr "பிணையம்" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "முறையற்ற முகவரி %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4614,12 +4515,12 @@ msgstr "" "அந்த அடைவை மறுபடியும் உருவாக்கி இதை மீட்டெடுக்கலாம், அல்லது வேறு எங்கேயாவது இதை " "இழுத்து மீட்டெடுக்கலாம்." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "நெறிமுறைகளின் முறையற்ற சேர்க்கை." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "இந்த கோப்பு ஏற்கனவே அகற்றிடத்தில் உள்ளது." @@ -4655,7 +4556,7 @@ msgstr "அகற்றிடத்தை காலியாக்கு" msgid "Restore a trashed file to its original location" msgstr "அகற்றப்பட்ட கோப்பினை, அது முன்பிருந்த இடத்துக்கு மீட்டெடு" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4669,7 +4570,7 @@ msgstr "மறுபடியும் முயற்சிக்க வேண #: kpasswdserver/kpasswdserver.cpp:533 #, kde-format msgid "Retry Authentication" -msgstr "உறுதிப்பாட்டை மீண்டும் முயற்சி" +msgstr "உறுதிப்பாட்டை மீண்டும் முயற்சிப்பது" #: kpasswdserver/kpasswdserver.cpp:536 #, kde-format @@ -4677,17 +4578,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "மீண்டும் முயற்சி" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "உறுதிப்பாடு சாளரம்" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "அணுகல் மறுக்கப்பட்டது" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 நெறிமுறையை அணுக உங்களுக்கு அனுமதி இல்லை." @@ -4796,41 +4697,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "எதிர்பார்க்கும் சரிகாண்தொகை (MD5, SHA1, SHA256, அல்லது SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "சரிகாண்தொகையை பிடிப்புப்பலகையிலிருந்து இங்கே உள்ளீடு அழுத்தவும்." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4840,9 +4741,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "கணி" @@ -4851,135 +4752,208 @@ msgstr "கணி" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "சரிகாண்தொகையை பிடிப்புப்பலகைக்கு நகலெடுக்க அழுத்தவும்." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&ரத்து செய்" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "இங்கு &நகர்த்து" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "இங்கு &பதிவிறக்கு" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "இங்கு &நகலெடு" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "இங்கு &இணை" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "இயக்கு" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "இந்த கோப்பை கொண்டு என்ன செய்ய விரும்புகிறீர்கள்?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "மறுபடியும் கேட்காதே" +msgctxt "@action:button" +msgid "&Open" +msgstr "திற" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&இயக்கு" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 -ஆல் திற" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "மாற்றங்களை நீக்கு" +msgid "Would you like to launch this file?" +msgstr "இந்த கோப்பை இயக்க வேண்டுமா?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "இந்த செயலை தவிர்ப்பதற்கு ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "அடைவு உருவாக்கப் படுகிறது" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "மூலம்" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "சேருமிடம்" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "நகலெடுக்கப்படுகிறது" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "நகர்த்தப்படுகிறது" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "மறுபெயரிடப்படுகிறது" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "அகற்றிடத்துக்கு நகர்த்தப்படுகிறது" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "அகற்றப் படுகிறது" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&செயல்நீக்கு" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&செயல்நீக்கு: நகலெடுத்தது" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "செயல்நீக்கு: இணைத்தது" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&செயல்நீக்கு: நகர்த்தியது" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&செயல்நீக்கு: மறுபெயரித்தது" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&செயல்நீக்கு: அகற்றியது" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&செயல்நீக்கு: அடைவை உருவாக்கியது" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&செயல்நீக்கு: அடைவுகளை உருவாக்கியது" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&செயல்நீக்கு: கோப்பை உருவாக்கியது" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&செயல்நீக்கு: மொத்தமாக மறுபெயரிட்டது" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&மீளச்செய்" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&மீளச்செய்: நகலெடுத்தது" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&மீளச்செய்: இணைத்தது" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&மீளச்செய்: நகர்த்தியது" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&மீளச்செய்: மறுபெயரித்தது" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&மீளச்செய்: அகற்றியது" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&மீளச்செய்: அடைவை உருவாக்கியது" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&மீளச்செய்: அடைவுகளை உருவாக்கியது" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&மீளச்செய்: கோப்பை உருவாக்கியது" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&மீளச்செய்: மொத்தமாக மறுபெயரிட்டது" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4992,12 +4966,12 @@ msgstr "" "நகலெடுத்ததை தவிர்த்தல் கோப்பை அழிக்கும், மேலும் அனைத்து மாற்றங்களை இழப்பீர்கள்.\n" "கண்டிப்பாக %4-ஐ அழிக்க வேண்டுமா?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "கோப்பு நகலெடுத்தலை உறுதிப்படுத்தியதை செயல்நீக்கு" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5008,21 +4982,22 @@ msgstr "" "நீங்கள் இந்த உருப்படியை நிரந்தரமாக அழிக்க வேண்டுமா?%1இந்த செயலை திரும்ப பெற முடியாது." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "நிரந்தரமாக அழிப்பது" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "நிரந்தரமாக அழி" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5038,7 +5013,7 @@ msgstr[1] "" "நீங்கள் இந்த %1 உருப்படிகளை நிரந்தரமாக அழிக்க வேண்டுமா?இந்த செயலை திரும்ப பெற முடியாது." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5048,13 +5023,13 @@ msgstr "" "அகற்றிடத்திலிருந்து எல்லா உருப்படிகளையும் நிரந்தரமாக அழிக்க வேண்டுமா?இந்த செயலை திரும்ப பெற முடியாது." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "அகற்றிடத்தை காலியாக்கு" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5064,7 +5039,7 @@ msgstr "" "உறுதியாக இவ்வுருப்படியை அகற்றிடத்துக்கு நகர்த்த வேண்டுமா? %1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5149,7 +5124,7 @@ msgstr "உரிமையாளர்" msgid "Owning Group" msgstr "உரிமையுள்ள குழு" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "பிறர்" @@ -5222,106 +5197,112 @@ msgstr "கணினி அமைப்பு புதுப்பிக்க msgid "Updating system configuration…" msgstr "கணினி அமைப்பு புதுப்பிக்கப்படுகிறது…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "பெயர்" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "அளவு" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "தேதி" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "அனுமதிகள்" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "உரிமையாளர்" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "குழு" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "வகை" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 -&ஆல் திற" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&செயல்கள்" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&அடைவை செயலியில் திற…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&செயலியில் திற…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "நிரலை இயக்கு" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "%1 -ஆல் அடைவை &திற" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 -ஆல் &திற" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&அடைவை இதனால் திற" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&இதனால் திற" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&வேறு செயலி…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5329,113 +5310,134 @@ msgid_plural "%1 items" msgstr[0] "1 உருப்படி" msgstr[1] "%1 உருப்படிகள்" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "தெரியாதது" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "நிறுத்து" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "ஃபைல்-லைட்டில் காட்டு" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "இங்கிருந்து ஏற்றப்பட்டுள்ளது:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "காலி இடம்:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "வகை:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "உள்ளடக்கம்:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "இதனால் திற:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "மாற்று…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "இடம்:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "அளவு:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "மாற்று…" +msgid "Determine the folder size" +msgstr "அடைவின் அளவை கணி" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "உள்ளடக்கம்:" +msgid "Stop" +msgstr "நிறுத்து" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "அடைவின் அளவை கணிப்பதை நிறுத்து" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "ஃபைல்-லைட்டில் காட்டு" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "சுட்டுகின்ற இடம்:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "மாற்றியது:" +msgid "Show target" +msgstr "இலக்கைக் காட்டு" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "உருவாக்கியது:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "கோப்பு முறைமை:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "தெரியாத அளவு" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "இங்கு ஏற்றப்பட்டுள்ளது:" +msgid "Modified:" +msgstr "மாற்றியது:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "அணுகியது:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "இதனால் திற:" +msgid "File system:" +msgstr "கோப்பு முறைமை:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "இங்கு ஏற்றப்பட்டுள்ளது:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "இங்கிருந்து ஏற்றப்பட்டுள்ளது:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "காலி இடம்:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "தெரியாத அளவு" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5731,24 +5733,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"பயனைப் பொறுத்து இந்த செயலியின் விவரணத்தை உள்ளிடவும். எடுத்துக்காட்டு: தொலைபேசி " -"இணைப்பு செயலிக்கு (KPPP) \"தொலைபேசி இணைப்பு கருவி\" எனக் குறிப்பிடலாம்." +"செயலியின் பொதுவான பெயரை இங்கு உள்ளிடவும். எடுத்துக்காட்டாக, படங்களைக் காட்டும் செயலிக்கு " +"'படக் காட்டி' என்று பெயரிடலாம்." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&விவரணம்:" +msgid "&Generic name:" +msgstr "பொதுவான பெயர்:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "பயனுள்ள குறிப்புகளை நீங்கள் இங்கு உள்ளிடலாம்." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"செயலியின் பயனை விளக்கும் விவரணத்தை உள்ளிடவும். எடுத்துக்காட்டு: படங்களைக் காட்டும் " +"செயலிக்கு 'படங்களைக் காட்டும் மற்றும் திருத்த விடும்' என்று இடலாம்." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5759,7 +5765,7 @@ msgstr "&குறிப்பு:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "சூழல் மாறிகள்:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5956,7 +5962,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "பகிர்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5966,36 +5972,55 @@ msgstr "" "%1-க்கு எழுத உங்களுக்கு போதிய உரிமை இல்லாததால் பண்புகளை " "சேமிக்க முடியவில்லை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&பொதுவானவை" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "கோப்பிற்கான பெயரை உள்ளிடவும்" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "%1-இல் ஆராயுங்கள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "புதுப்பி" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "இலக்கை உள்ளிடவும்" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 தனை காட்டு" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "தெரியாத அளவு" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6004,138 +6029,144 @@ msgstr "" "கணிக்கப்படுகிறது... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 கோப்பு" msgstr[1] "%1 கோப்புகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 சார் அடைவு" msgstr[1] "%1 சார் அடைவுகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "கணிக்கப்படுகிறது...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "குறைந்தபட்சம் %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "புதிய கோப்பின் பெயர் காலியாக உள்ளது." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "இக்கோப்புவகை பதிவிடப்படவில்லை" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "எச்செயலியும் அமைக்கப்படவில்லை" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "உருவாக்கு…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "மாற்று…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "'%1' வகையான கோப்புகளைத் திறப்பதற்கான இயல்பிருப்பு செயலியை மாற்று" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "அணுகல் இல்லை" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "பார்க்க மட்டும் முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "பார்க்கவும் திருத்தவும் முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "உள்ளடக்கத்தை மட்டும் பார்க்க முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "உள்ளடக்கத்தை பார்க்கவும் திருத்தவும் முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "உள்ளடக்கத்தை பார்க்க/படிக்க மட்டும் முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "பார்க்க/படிக்க & திருத்த/எழுத முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&அனுமதிகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "அணுகல் அனுமதிகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "இந்த கோப்பு ஒரு இணைப்பு; இதற்கு அனுமதி என்பதே இல்லை." msgstr[1] "அனைத்து கோப்புகளும் இணைப்புகள்; இவற்றுக்கு அனுமதி என்பதே இல்லை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "உரிமையாளர் மட்டும்தான் அனுமதிகளை மாற்ற முடியும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&உரிமையாளர்:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "உரிமையாளர் செய்ய அனுமதிக்கப்படும் செயல்களை குறிப்பிடும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&குழு:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "குழு உறுப்பினர்கள் செய்ய அனுமதிக்கப்படும் செயல்களை குறிப்பிடும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&பிறர்:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6144,27 +6175,27 @@ msgstr "" "உரிமையாளராகவோ, குழு உறுப்பினராகவோ இல்லாத பயனர்கள் செய்ய அனுமதிக்கப்படும் செயல்களை " "குறிப்பிடும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "உ&ரிமையாளர் மட்டும்தான் உள்ளடக்கத்தை நீக்கவோ மறுபெயரிடவோ முடியும்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "கோப்பி&னை ஒரு நிரலாக இயக்க அனுமதி." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "நீக்குவது அல்லது மறுபெயரிடுவது:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "இயக்குவது:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6175,7 +6206,7 @@ msgstr "" "அனுமதிக்க இந்த விருப்பத்தை குறிக்கவும். பிற பயனர்கள் புதிய கோப்புகளை சேர்க்க மட்டும் " "முடியும்; அதற்கு 'உள்ளடக்கத்தை மாற்றுதல்' என்ற அனுமதி தேவை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6184,42 +6215,42 @@ msgstr "" "கோப்பினை இயக்கவல்லதாக குறிக்க இந்த விருப்பத்தை இயக்கவும். நிரல்களுக்கும் " "சிறுநிரல்களுக்கும் தான் இது தகுந்தது; அவற்றை இயக்க இது தேவை. " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&மேம்பட்ட அனுமதிகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "உரிமை" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "பயனர்:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "குழு:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "எல்லா சார் அடைவுகளுக்கும் அவற்றின் உள்ளடக்கத்துக்கும் மாற்றங்களைச் செயல்படுத்து" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "மேம்பட்ட அனுமதிகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "வகுப்பு" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6228,22 +6259,22 @@ msgstr "" "பதிவுகளை\n" "காட்டுதல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "அடைவின் உள்ளடக்கத்தைப் பார்ப்பதை இந்த குறி அனுமதிக்கும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "படித்தல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "கோப்பின் உள்ளடக்கத்தைப் பார்ப்பதற்கு இந்த குறி அனுமதி தருகிறது." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6252,7 +6283,7 @@ msgstr "" "பதிவுகளை\n" "எழுதுதல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6261,43 +6292,43 @@ msgstr "" "இந்த குறி, கோப்புகளை சேர்க்கவும், மறுபெயரிடவும், நீக்கவும் அனுமதிக்கிறது. நீக்குதலையும், " "மறுபெயரிடுதலையும் 'ஒட்டக்கூடியது' என்ற குறி மூலம் கட்டுப்படுத்தலாம்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "எழுதுதல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "இந்த குறி, கோப்பின் உள்ளடக்கத்தை மாற்ற அனுமதிக்கிறது." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "நுழைதல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "அடைவினுள் நுழைவதை அனுமதிக்க இந்த குறியை இடுங்கள்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "இயக்குதல்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "கோப்பினை ஒரு நிரலாக இயக்குவதற்கு இந்த குறியை இடுங்கள்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "சிறப்பானது" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6306,24 +6337,24 @@ msgstr "" "சிறப்பு குறி. அடைவு முழுவதற்குமானது, குறியின் சரியான பொருளை வலப்புற " "நெடுவரிசையில் பார்க்கலாம்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "சிறப்பு குறி. குறியின் சரியான பொருளை வலப்புற நெடுவரிசையில் பார்க்கலாம்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "பயனர்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "குழு" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6331,7 +6362,7 @@ msgid "" msgstr "" "இந்த குறி இடப்பட்டால், இந்த அடைவின் உரிமையாளரே எல்லா புது கோப்புகளின் உரிமையாளராவார்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6340,14 +6371,14 @@ msgstr "" "இந்த கோப்பு இயக்கவல்லதாக இருந்து, இந்த குறி இடப்பட்டிருந்தால், உரிமையாளரின் " "அனுமதிகளுடனே இது இயக்கப்படும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "இந்த குறி இடப்பட்டால், இந்த அடைவின் குழு எல்லா புதிய கோப்புகளுக்கும் அமைக்கப்படும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6356,7 +6387,7 @@ msgstr "" "இந்த கோப்பு இயக்கவல்லதாக இருந்து, இந்த குறி இடப்பட்டிருந்தால்,உரிய குழுவின் " "அனுமதிகளுடனே இது இயக்கப்படும்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6366,7 +6397,7 @@ msgstr "" "கோப்புகளை நீக்கவோ, மறுபெயரிடவோ முடியும். இல்லாவிட்டால், எழுத அனுமதியுள்ள யாரும் " "இதை செய்யலாம்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6375,89 +6406,80 @@ msgstr "" "கோப்பின் மீதான 'ஒட்டக்கூடியது' என்ற குறி, லினக்ஸில் பொருட்படுத்தப்படாது. ஆனால், அது பிற " "இயக்குதளங்களால் பயன்படுத்தப்படலாம்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "ஒட்டும் UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "ஒட்டும் GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ஒட்டக்கூடியது" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "இணைப்பு" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "வெவ்வேறு (மாற்றம் இல்லை)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "இந்த கோப்பு மேம்பட்ட அனுமதிகளை பயன்படுத்துகிறது" msgstr[1] "இந்த கோப்புகள் மேம்பட்ட அனுமதிகளை பயன்படுத்துகின்றன." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "இந்த அடைவு மேம்பட்ட அனுமதிகளை பயன்படுத்துகிறது." msgstr[1] "இந்த அடைவுகள் மேம்பட்ட அனுமதிகளை பயன்படுத்துகின்றன." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "இந்த கோப்புகள் மேம்பட்ட அனுமதிகளை பயன்படுத்துகின்றன" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&சரிகாண்தொகைகள்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "கணிக்கப்படுகிறது…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "முறையற்ற சரிகாண்தொகை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "உள்ளீடு ஒரு முறையான MD5, SHA1, அல்லது SHA256 சரிகாண்தொகை இல்லை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "சரிகாண்தொகைகள் ஒன்றாக உள்ளன." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "கணிக்கப்பட்ட சரிகாண்தொகையும் எதிர்பார்க்கப்பட்டதும் ஒன்றாக உள்ளன." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6468,30 +6490,46 @@ msgstr "" "மறுபடியும் பதிவிறக்கி பாருங்கள்.
    அதன் பிறகும் சரிபார்த்தல் தோல்வியடைந்தால், கோப்பை " "வழங்கியவரை தொடர்பு கொள்ளுங்கள்." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "கணிக்கப்பட்ட சரிகாண்தொகையும் எதிர்பார்க்கப்பட்டதும் ஒன்றாக இல்லை." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "சரிகாண்தொகை சரிபார்க்கப்படுகிறது…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "அனைத்து கோப்புகளின் சரிகாண்தொகைகளும் ஒன்றாக உள்ளன." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "தேர்ந்தெடுத்துள்ள கோப்புகளின் சரிகாண்தொகைகள் வேறுபடுகின்றன." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "கணிக்கப்படுகிறது…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "இணைய மு&கவரி" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "முகவரி:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6499,27 +6537,27 @@ msgstr "" "பண்புகளை சேமிக்க முடியவில்லை. உள்ளமை கோப்பு முறைமைகளில் மட்டும்தான் பதிவுகளுக்கு ஆதரவு " "உண்டு." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&செயலி" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1-க்கு கோப்பு வகையை சேர்" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "சேர்க்க வேண்டிய கோப்பு வகைகளை தேர்ந்தெடுக்கவும்:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "உள்ளமை கோப்பு முறைமையிலுள்ள இயக்கவல்லவை மட்டும்தான் ஆதரிக்கப்படுகின்றன." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 -க்கான மேம்பட்ட விருப்பங்கள்" @@ -6623,22 +6661,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "இணைய சுருக்குவழிகளை அமை…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "கோப்பு திறப்பு சாளரம்" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "பிடிப்புப் பலகையின் உள்ளடக்கத்திற்குரிய கோப்புப்பெயர்:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ஒட்டிய கோப்பு" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "பிடிப்புப்பலகையில் உள்ளவற்றை ஒட்டுவது" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6647,19 +6687,19 @@ msgstr "" "நீங்கள் 'ஒட்டு' என்பதை பயன்படுத்திய பிறகு பிடிப்புப்பலகை மாற்றப்பட்டது: தேர்ந்தெடுக்கப்பட்ட " "தரவு படிவத்தை பயன்படுத்த முடியாது. நீங்கள் ஒட்ட விரும்பியதை மீண்டும் நகலெடுங்கள்." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "ஒரு அடைவை ஒட்டு" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "ஒரு கோப்பை ஒட்டு" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6667,47 +6707,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "ஒரு உருப்படியை ஒட்டு" msgstr[1] "%1 உருப்படிகளை ஒட்டு" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "பிடிப்புப்பலகையில் உள்ளவற்றை ஒட்டு…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "ஒட்டு" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "தரவு படிவம்:" +msgstr "தரவின் வகை:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "பிடிப்புப் பலகையின் உள்ளடக்கத்திற்குரிய கோப்புப்பெயர்:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "போட்டவற்றிற்கான கோப்புப்பெயர்:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "தேதி: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "அளவு: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&அனைத்துக்கும் செயல்படுத்து" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6717,47 +6768,47 @@ msgstr "" "'தவிர்' என்பதை அழுத்தினால் தவிர, அடைவில் ஏற்கனவே உள்ள கோப்புடன் முரண்பாடு ஏற்பட்டால் என்ன " "செய்வதென்று மறுபடியும் கேட்கப்படுவீர்கள்." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "இது குறிக்கப்பட்டிருந்தால், நீங்கள் அழுத்தும் பட்டன், இதற்கு பிறகு ஏற்படும் அனைத்து " "முரண்பாடுகளுக்கும் பொருத்தப்படும்." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&மறுபெயரிடு" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "புதிய &பெயர் ஒன்றை பரிந்துரை" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&தவிர்" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "இந்த அடைவை நகலெடுக்காதே மற்றும் நகற்றாதே, பதிலாக அடுத்த உருப்படிக்கு செல்லவும்" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "இந்த கோப்பை நகலெடுக்காதே மற்றும் நகற்றாதே, பதிலாக அடுத்த உருப்படிக்கு செல்லவும்" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&உள்ளே எழுது" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6770,13 +6821,13 @@ msgstr "" "அந்த அடைவில் ஏற்கனவே உள்ள ஒரு கோப்புடன் முரண்பாடு ஏற்பட்டால் என்ன செய்வதென்று " "கேட்கப்படுவீற்கள்." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "பழைய கோப்புகளை &மேலெழுது" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6785,12 +6836,12 @@ msgstr "" "சேருமிடத்தில் உள்ள கோப்புகளை கடைசியாக மாற்றிய நேரம் மூலத்தைவிட பழையதாக இருந்தால் அவை " "மூலத்தால் மேலெழுதப்படும், இல்லையெனில் தவிர்க்கப்படும்." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&தொடர்" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6799,67 +6850,57 @@ msgstr "" "இச்செயல் '%1'-ஐ தனக்கு மேலே எழுதும்.\n" "புதிய கோப்பு பெயரை உள்ளிடவும்:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&தொடர்" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "சேருமிடத்தை மேலெழுத வேண்டுமா?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "'%1' என்பதன் உள்ளடக்கத்தை '%2' என்பதுடன் ஒன்றுசேர்க்க வேண்டுமா?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "மூலம்" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "சேருமிடம்" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "மூலம் இதைவிட புதிதாக உள்ளது." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "மூலம் இதைவிட பழையதாக உள்ளது." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "மூலம் %1 அளவால் சிறிதாக உள்ளது" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "மூலம் %1 அளவால் பெரிதாக உள்ளது" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "இந்த கோப்புகள் முழுதும் ஒத்தவையாக உள்ளன." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "கோப்புகள் ஒத்தவையாக இருக்கக் கூடும்." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "கோப்புகள் வேறுபட்டு உள்ளன." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6868,59 +6909,51 @@ msgstr "" "இந்த கோப்புகள் முழுதும் ஒத்தவையாக இருக்கக் கூடும்: ஒரே அளவைக் கொண்டுள்ளன, மேலும் அவற்றின் " "உள்ளடக்கம் தொடக்கத்திலும், நடுவிலும், முடிவிலும் ஒன்றாக உள்ளது." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "கோப்புகளை ஒப்பிடு" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "''%1' பெயருடைய பழைய உருப்படி ஏற்கனவே உள்ளது." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "'%1' பெயருடைய கோப்பு ஏற்கனவே உள்ளது." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "''%1' பெயருடைய இதைவிட புதிய உருப்படி ஏற்கனவே உள்ளது." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "மறுபெயரிடு:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "உருப்படிக்கு மறுபெயரிடு" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "உருப்படிகளுக்கு மறுபெயரிடு" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&மறுபெயரிடு" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1 என்பதை இந்த பெயருக்கு மாற்று:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "புதிய பெயர் #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 என்ற பெயரில் ஏற்கனவே ஒரு கோப்பு உள்ளது." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 என்பது முறையான கோப்புப்பெயர் அல்ல." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6928,38 +6961,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "தேர்வு செய்த %1 உருப்படியின் பெயரை இதற்கு மாற்று:" msgstr[1] "தேர்வு செய்த %1 உருப்படிகளின் பெயர்களை இதற்கு மாற்று:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# இருக்கும் இடத்தில், இந்த எண்ணில் தொடங்கி ஏறுவரிசையாக எண்கள் பொருத்தப்படும்:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "புதிய பெயர் #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"செல்லுபடியாகாத கோப்புப்பெயர்: புதிய பெயரில் # ஒரு இடத்தில் வர வேண்டும் (கோப்புகளின் " +"பின்னொட்டுகள் வேறுபடாத பட்சத்தில்)." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "தேர்வு செய்த %1 உருப்படியின் பெயரை இப்படி மாற்று:" +msgstr[1] "தேர்வு செய்த %1 உருப்படிகளின் பெயர்களை இப்படி மாற்று:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "இதற்கு பதிலாக:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "பாங்கு" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "இதை இடு:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "மாற்றம்" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "எந்த கோப்புப்பெயரும் பாங்குக்கு பொருந்தவில்லை." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"'%1' என்பதற்கு பதிலாக காலியான சரத்தை இடுவது, %2 என்பதன் " +"பெயரை காலியாக்கிவிடும்." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "தேர்வு செய்த %1 உருப்படியின் பெயரை மாற்று:" +msgstr[1] "தேர்வு செய்த %1 உருப்படிகளின் பெயர்களை மாற்று:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "உரையை செர்:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "சேர்க்க வேண்டிய உரை" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "கோப்புப்பெயருக்கு முன்" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "கோப்புப்பெயருக்கு பின்" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "உருப்படிக்கு மறுபெயரிடு" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "உருப்படிகளுக்கு மறுபெயரிடு" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&மறுபெயரிடு" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "மறுபெயரிடும் முறை:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "எண்ணிடு" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "உரையை மாற்று" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "உரையை செர்" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "முன்தோற்றம்:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 என்பதன் பெயரை காலியானதாக மாற்ற முடியாது." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "தகவல்" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "மாற்று" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "மீண்டும் முயற்சி" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "அனைத்தையும் மாற்று" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "தவிர்" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "அனைத்தையும் தவிர்" @@ -7046,7 +7231,7 @@ msgstr "" "தொலை புரவன் எந்த SSL சான்றிதழ்களையும் அனுப்பவில்லை.\n" "புரவனின் அடையாளத்தை உறுதிப்படுத்த முடியாததால் கைவிடப்படுகிறது." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7087,35 +7272,64 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"இது மிகப்பெரிதாக உள்ளதால் அகற்றிடத்திற்கு இதை நகர்த்த முடியவில்லை. பதிலாக இதை " -"நிரந்தரமாக அழிக்கலாமா?%1இந்த செயலை திரும்பப் பெற முடியாது." +"இக்கோப்பிற்கு அகற்றிடத்தில் இடமில்லை. பதிலாக இதை நிரந்தரமாக அழிக்கலாமா?%1இந்த செயலை திரும்பப் " +"பெற முடியாது." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"இந்த %1 கோப்புக்கு அகற்றிடத்தில் இடமில்லை. பதிலாக இதை நிரந்தரமாக அழிக்கலாமா?இந்த செயலை திரும்பப் பெற முடியாது." +msgstr[1] "" +"இந்த %1 கோப்புகளுக்கு அகற்றிடத்தில் இடமில்லை. பதிலாக இவற்றை நிரந்தரமாக அழிக்கலாமா?இந்த செயலை திரும்பப் பெற முடியாது." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"இந்த இடத்திற்கான அகற்றிட அடைவு இல்லை. பதிலாக இந்த உருப்படியை நிரந்தரமாக அழிக்கலாமா?" +"%1இந்த செயலை " +"திரும்பப் பெற முடியாது." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"இந்த %1 உருப்படி மிகப்பெரிதாக உள்ளதால் அகற்றிடத்திற்கு இதை நகர்த்த முடியவில்லை. பதிலாக " -"இதை நிரந்தரமாக அழிக்கலாமா?இந்த செயலை திரும்பப் பெற " -"முடியாது." +"இந்த %1 உருப்படியின் இருப்பிடத்திற்கான அகற்றிட அடைவு இல்லை. பதிலாக இதை நிரந்தரமாக " +"அழிக்கலாமா?இந்த செயலை திரும்பப் பெற முடியாது." msgstr[1] "" -"இந்த %1 உருப்படிகள் மிகப்பெரிதாக உள்ளதால் அகற்றிடத்திற்கு இவற்றை நகர்த்த முடியவில்லை. " -"பதிலாக இவற்றை நிரந்தரமாக அழிக்கலாமா?இந்த செயலை " -"திரும்பப் பெற முடியாது." +"இந்த %1 உருப்படிகளின் இருப்பிடத்திற்கான அகற்றிட அடைவு இல்லை. பதிலாக இவற்றை நிரந்தரமாக " +"அழிக்கலாமா?இந்த செயலை திரும்பப் பெற முடியாது." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7123,53 +7337,269 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "இந்த %1 உருப்படியை உறுதியாக அகற்றிவிட வேண்டுமா?" msgstr[1] "இந்த %1 உருப்படிகளை உறுதியாக அகற்றிவிட வேண்டுமா?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "மறுபடியும் கேட்காதே" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "மறுபடியும் கேட்காதே" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "இந்த தகவலை மறுபடியும் காட்டாதே" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" "சக கணினியின் SSL சான்றிதழ் தொடரில் (certificate chain-இல்) பிழை உள்ளதுபோல் " "தெரிகிறது." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "எச்சரிக்கை" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "இது கீழ்கண்ட நிரலை இயக்கும்:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "இந்த நிரல் நம்பகமானது இல்லையெனில் ரத்து செய்யுங்கள்" +#~ msgid "Open With:" +#~ msgstr "இதனால் திற:" + +#~ msgid "File System:" +#~ msgstr "கோப்பு முறைமை:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "இயக்கவல்ல கோப்புகளை உறுதிப்படுத்தாமல் இயக்கு" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "இயக்கவல்ல கோப்புகளை உறுதிப்படுத்தாமல் இயல்பிருப்பு செயலியில் திற" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "அனைத்து இயக்கவல்ல கோப்புகளுக்கு நினைவில் கொள்" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "டால்பின் கோப்பு மேலாளியின் அமைப்புகளின் 'உறுதிப்பாடு' எனும் பகுதியில் இதை மாற்றலாம்." + +#~ msgid "Change Attribute" +#~ msgstr "பண்பை மாற்றுதல்" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "கோப்பு பண்புகளை மாற்ற ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "நகலெடுப்பதை தொடர ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Delete Files" +#~ msgstr "கோப்புக்களை நீக்குதல்" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "நீக்குவதை தொடர ரூட் உரிமை தேவை. ஆனால், அவ்வாறு செய்தல் உங்கள் கணினிக்கு சேதம் " +#~ "விளைவிக்கலாம். தொடர விரும்புகிறீர்களா?" + +#~ msgid "Create Folder" +#~ msgstr "அடைவை உருவாக்குதல்" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "இந்த அடைவை உருவாக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Move Items" +#~ msgstr "உருப்படிகளை நகர்த்து" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "நகர்த்தலை தொடர ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Rename" +#~ msgstr "மறுபெயரிடு" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "பெயரை மாற்ற ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "குறியிணைப்பை உருவாக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Transfer data" +#~ msgstr "தரவு இடமாற்றம்" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "தரவு இடமாற்றத்தை முடிக்க ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Undo Changes" +#~ msgstr "மாற்றங்களை நீக்கு" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "இந்த செயலை தவிர்ப்பதற்கு ரூட் உரிமை தேவை. தொடர விரும்புகிறீர்களா?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 -க்கு ACL அமைத்தல்" + +#~ msgid "Change File Permissions" +#~ msgstr "கோப்பின் அனுமதிகளை மாற்றுதல்" + +#~ msgid "New Permissions: %1" +#~ msgstr "புதிய அனுமதிகள்: %1" + +#~ msgid "Change File Owner" +#~ msgstr "கோப்பின் உரிமையாளரை மாற்றுதல்" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "புதிய உரிமையாளர்: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "கோப்பை நீக்குதல்" + +#~ msgid "Remove Directory" +#~ msgstr "அடைவை நீக்குதல்" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "அடைவுக்கான அனுமதிகள்: %1" + +#~ msgid "Open File" +#~ msgstr "கோப்பை திறதல்" + +#~ msgid "Open Directory" +#~ msgstr "அடைவை திறத்தல்" + +#~ msgid "New Filename: %1" +#~ msgstr "கோப்பின் புதிய பெயர்: %1" + +#~ msgid "Target: %1" +#~ msgstr "இலக்கு: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "நேரமுத்திரையை மாற்றுதல்" + +#~ msgid "From: %1, To: %2" +#~ msgstr "மூலம்: %1, சேருமிடம்: %2" + +#~ msgid "Unknown Action" +#~ msgstr "தெரியாத செயல்" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "செயல்: %1\n" +#~ "மூலம்: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "நினைவுக்குறிகள் பட்டனைக் காட்டு" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "கோப்புகள் நகர்த்தப்படுகின்றன" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "கோப்புகளை நகலெடுக்கப்படுகின்றன" + +#~ msgid "&Description:" +#~ msgstr "&விவரணம்:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "பயனுள்ள குறிப்புகளை நீங்கள் இங்கு உள்ளிடலாம்." + +#~ msgid "Do not ask again" +#~ msgstr "மறுபடியும் கேட்காதே" + +#~ msgid "&Filter:" +#~ msgstr "&வடிகட்டி:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "இது கோப்புப் பட்டியலில் பயன்படுத்த வேண்டிய வடிகட்டியாகும்.வடிகட்டிக்கு பொருந்தாத " +#~ "கோப்புகள் காட்டப்படாது.

    முன்னமைக்கப்பட்ட வடிகட்டிகளை கீழிறங்கு பட்டியிலிருந்து தேர்வு " +#~ "செய்யலாம், அல்லது உரைப்பகுதியில் விருப்பமான வடிகட்டியினை நீங்களே உள்ளிடலாம்.

    * மற்றும் ? போன்ற வைல்டுகார்டுகளையும் இட முடியும்.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "இந்த சாளரம் ஒரு அடைவை மட்டும் ஏற்கும். பல அடைவுகள் தேர்ந்தெடுக்க பட்டதால் எதில் நுழைய " +#~ "வேண்டும் என்று தெரியவில்லை. உள்ளடக்கத்தை பட்டியலிட ஒரு அடைவை மட்டும் தேர்வு செய்யவும்." + +#~ msgid "More than one folder provided" +#~ msgstr "ஒன்றுக்கு மேற்பட்ட அடைவுகள் வழங்கப்பட்டன" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "ஒன்றுக்கு மேற்பட்ட அடைவுகள் மற்றும் கோப்புகள் தேர்ந்தெடுக்கப் பட்டுள்ளன. தேர்வு செய்த " +#~ "கோப்புகள் பொறுட்படுத்தப்படாது. தேர்வு செய்த அடைவின் உள்ளடக்கம் பட்டியலிடப் படும்." + +#~ msgid "Files and folders selected" +#~ msgstr "கோப்புகள் மற்றும் அடைவுகள் தேர்ந்தெடுக்கப்பட்டன" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "சேவையகத்துடன் தொடர்பு ஏற்பட்டும், கோரிக்கைக்கான பதில் பின்வரும் காலாவதிக்குள் வரவில்லை: " +#~ "
    • தொடர்பை ஏற்படுத்துவதற்கான காலாவதி: %1 நொடிகள்
    • பதிலை " +#~ "பெறுவதற்கான காலாவதி: %2 நொடிகள்
    • பதிலி சேவையகங்களை அணுகுவதற்கான " +#~ "காலாவதி: %3 நொடிகள்
    நீங்கள் இந்த காலாவதிகளை கே.டீ.யீ. கணினி " +#~ "அமைப்புகளில், 'பிணைய அமைப்புகள் > இணைப்பு விருப்பத்தேர்வுகள்' என்ற இடத்தில் மாற்றலாம்." + #~ msgid "Is &executable" #~ msgstr "&இயக்கவல்லது" @@ -8307,9 +8737,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgstr "" #~ "இது, அகற்றிடத்துக்கு பயன்படும் தேக்கக இடத்தின் அதிகபட்ச சதவீதமாகும்." -#~ msgid "Show a Warning" -#~ msgstr "எச்சரிக்கை காட்டு" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "இருப்பதில் பழைய கோப்புகளை அகற்றிடத்திலிருந்து நீக்கு" @@ -8446,10 +8873,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "Space" #~ msgstr "இடைவெளி" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "இயல்பிருப்பு" - #~ msgid "Modify Web Shortcut" #~ msgstr "இணைய சுருக்குவழியை மாற்று" @@ -8791,11 +9214,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 -ஐ கையாளும் எந்த செயலியையும் கண்டுபிடிக்க முடியவில்லை" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "கோப்பினை &ஒட்டு" -#~ msgstr[1] "%1 கோப்புகளை &ஒட்டு" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "முகவரியை &ஒட்டு" @@ -8905,14 +9323,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "Invalid Directory Name" #~ msgstr "முறையற்ற அடைவுபெயர்" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "%1 என்கிற பெயர் இயக்குதளத்தின் பயன்பாட்டிற்கு ஒதுக்கி " -#~ "வைக்கப்பட்டதால் அந்த பெயரில் ஒரு அடைவை உருவாக்க முடியவில்லை." - #~ msgid "File Type Options" #~ msgstr "கோப்பு வகை விருப்பங்கள்" @@ -8938,9 +9348,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ "அகற்றிடம் அதன் அதிகபட்ச அளவை அடைந்துவிட்டது!\n" #~ "கைமுறையாக அகற்றிடத்தை காலி செய்யவும்." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1' ஒரு இயக்கவல்ல கோப்பு இல்லை." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "'%1' கண்டுபிடிக்கப்படவில்லை. சரியான நிரலின் பெயரை உள்ளிடவும்." @@ -8953,9 +9360,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "unmounting is not supported by wince." #~ msgstr "விண்டோஸ் CE இறக்குதலை ஆதரிக்காது." -#~ msgid "File name:" -#~ msgstr "கோப்பின் பெயர்:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9245,9 +9649,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "Read only" #~ msgstr "படித்தல் மட்டும்" -#~ msgid "File system:" -#~ msgstr "கோப்பு முறைமை:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "ஏற்ற மையம் (/mnt/floppy):" @@ -9676,9 +10077,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ msgid "Do not &close when command exits" #~ msgstr "கட்டளை முடிந்தவுடன் மூடாதே" -#~ msgid "&Username:" -#~ msgstr "பயனர்பெயர்:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9694,9 +10092,6 @@ msgstr "இந்த நிரல் நம்பகமானது இல்ல #~ "திடீர் நிரல்கள் கையாளு சேவையை தொடங்க இயலவில்லை.\n" #~ "உங்கள் கணினியில் சேமிக்கப்பட்டுள்ள திடீர் நிரல்களை உங்களால் கையால இயலாது." -#~ msgid "Open with:" -#~ msgstr "இதனால் திற:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/tg/kio6.po b/local/recipes/kde/kf6-kio/source/po/tg/kio6.po index 179b1c5c12..76d5664561 100644 --- a/local/recipes/kde/kf6-kio/source/po/tg/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/tg/kio6.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2021-09-05 11:39-0700\n" "Last-Translator: Victor Ibragimov \n" "Language-Team: Tajik Language Support\n" @@ -25,12 +25,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "victor.ibragimov@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Соҳибии файли %1 тағйир дода намешавад" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -42,13 +42,13 @@ msgstr "" "Соҳибии файли %1 тағйир дода намешавад. Шумо барои ворид кардани " "тағйирот ба файл дастрасии қофӣ надоред." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "io-slave эҷод карда нашуд: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -63,7 +63,7 @@ msgstr "" "Пайванди рамзии %1-ро эҷод карда натавонист.\n" "Лутфан, иҷозатҳоро тафтиш кунед." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -73,7 +73,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -83,23 +83,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Ҷузвадон аллакай вуҷуд дорад" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Файл аллакай вуҷуд дорад" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Аллакай ҳамчун ҷузвадон вуҷуд дорад" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Сабад" @@ -192,208 +192,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Дар ҳоли интиқолдиҳӣ" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Манбаъ" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Ҷои таъйинот" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "Номро иваз кардан" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Дар ҳоли нусхабардорӣ" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Дар ҳоли эҷодкунии ҷузвадон" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Ҷузвадон" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Дар ҳоли несткунӣ" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Дар ҳоли санҷиш" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Дар ҳоли интиқол" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Дар ҳоли васлкунӣ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Дастгоҳ" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Нуқтаи васл" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Дар ҳоли ҷудокунӣ" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Тағйир додани сифат" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Барои тағйир додани сифати файл имтиёзҳои корбари маъмурӣ (root) лозиманд. " -"Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Нусха бардоштани файлҳо" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Барои ба анҷом расонидани амалиёти нусхабардорӣ имтиёзҳои корбари маъмурӣ " -"(root) лозиманд. Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Нест кардани файлҳо" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Барои ба анҷом расонидани амалиёти несткунӣ имтиёзҳои корбари маъмурӣ (root) " -"лозиманд. Ба назар гиред, ки ин амалиёт метавонад низоми шуморо вайрон " -"кунад. Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Эҷод кардани ҷузвадон" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Барои эҷод кардани ин ҷузвадон имтиёзҳои корбари маъмурӣ (root) лозиманд " -"Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Интиқол додани ҷузъҳо" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Барои ба анҷом расонидани амалиёти интиқолдиҳӣ имтиёзҳои корбари маъмурӣ " -"(root) лозиманд. Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Номро иваз кардан" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Барои ба анҷом расонидани амалиёти ивазкунии ном имтиёзҳои корбари маъмурӣ " -"(root) лозиманд Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Эҷод кардани пайванди рамзӣ" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Барои эҷод кардани пайванди рамзӣ имтиёзҳои корбари маъмурӣ (root) лозиманд " -"Шумо мехоҳед, ки идома диҳед?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Интиқол додани иттилоот" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Барои ба анҷом расонидани амалиёти интиқолдиҳии иттилоот имтиёзҳои корбари " -"маъмурӣ (root) лозиманд Шумо мехоҳед, ки идома диҳед?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -828,6 +717,11 @@ msgstr "" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -838,65 +732,65 @@ msgstr "" "Лутфан, гузориши пурраро дар бораи хато тавассути сомонаи https://bugs.kde." "org фиристонед." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(номаълум)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Сабаби техникӣ: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Тафсилоти дархост:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • Нишонии URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Протокол: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Сана ва вақт: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Маълумоти иловагӣ: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Сабабҳои имконпазир:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Роҳҳои ҳалли имконпазир:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(номаълум)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -905,19 +799,19 @@ msgstr "" "Барои пайдо кардани дастгирии минбаъда, бо низоми компютерии мувофиқ ё ин ки " "маъмури низом ё дастаи дастгирии техникӣ дар тамос шавед." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Барои пайдо кардани дастгирии минбаъда, бо маъмури хизматрасон дар тамос " "шавед." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Иҷозатҳои дастрасии худро барои ин манбаъ баррасӣ кунед." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -926,7 +820,7 @@ msgstr "" "Шояд иҷозатҳои дастрасии шумо барои иҷро кардани амалиёти дархостшуда дар " "манбаи зерин кофӣ набошад." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -934,7 +828,7 @@ msgstr "" "Эҳтимол аст, ки файл аз ҷониби корбар ё барномаи дигар дар ҳоли истифода аст " "(бинобар ин баста шудааст)." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -943,18 +837,18 @@ msgstr "" "Мутмаин шавед, ки ягон барнома ё корбари дигар файлро истифода намекунад ё " "ин ки файлро банд накард." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Аз эҳтимол дур аст, вале чунин менамояд, ки хатои сахтафзорӣ ба миён омад." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Эҳтимол аст, ки шумо бо нуқсони барнома дучор шудед." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -963,7 +857,7 @@ msgstr "" "Ба эҳтимоли зиёд ин мушкилӣ ба сабаби нуқсони имконпазири барнома ба вуҷуд " "омад. Лутфан, гузориши пурраро дар бораи хато бо тафсилоти зерин фиристонед." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -972,7 +866,7 @@ msgstr "" "Нармафзори худро ба нашри навтарин навсозӣ кунед. Паҳнкунии шумо бояд дорои " "абзороҳо барои навсозии нармафзор бошад." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -984,12 +878,12 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Эҳтимол аст, ки бо пайвастшавии шабакаи шумо мушкилӣ ба вуҷуд омад." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -999,7 +893,7 @@ msgstr "" "дафъаи охир шумо ҳангоми пайдо кардани дастрасӣ ба Интернет бо мушкилӣ дучор " "нашуда бошед, аз эҳтимол дур аз ки ин мушкилии шабака мебошад." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1008,42 +902,42 @@ msgstr "" "Эҳтимол аст, ки дар ким-куҷо дар алоқаи шабака байни хизматрасон ва " "компютерӣ ҷорӣ мушкилии шайвастшавӣ ба вуҷуд омад." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Аз нав кӯшиш кунед, ҳоли ҳозир ё каме дертар." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Вазъияти иртиботи шабақаатонро баррасӣ кунед." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Қодир ба кушодани манбаъ барои хондан набудам " -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1буда " "натавонист дастёбӣ шавад, аз он ҷое ки дастрасшавии хондан, гирифта нашуд." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Мумкин аст иҷозати хонандаи файл ва ё боз кардани шохаро надошта бошед." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Қодир ба кушодани манбаъ барои навиштан нестам" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1073,17 +967,17 @@ msgstr "" "дархост навишта шавад, аз он ҷое ки дастрасӣ ба иҷозати навиштан, гирифта " "нашуд." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Роҳандозии пардозиш имконпазир набуд" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1%1-ро " "фароҳам меоварад, гузориши хатои дохилӣ додааст." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL бо андозаи иштибоҳ" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www.example.org:port/directory/" "filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Протоколи %1 дастгирӣ надорад" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1149,12 +1043,12 @@ msgstr "" "Қарордоди %1 тавассути барномаҳои KDE-и феъли насб шуда,рӯи " "ин компютер пуштибонӣ намешавад." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Мумкин аст қарордоди дархостӣ пуштибонӣ нашавад." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1163,7 +1057,7 @@ msgstr "" "Нусхаҳои қарордоди %1 пуштибонӣ шуда, рӯи ин компютер ва коргузор мумкин аст " "носозгорӣ бошанд." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1171,17 +1065,17 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL ба ягон манбаъ ишора намекунад." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Ин протокол - протоколи филтр мебошад" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LU воҳиди Rманбаъи (URL), ки воҳид " "Lкардаед ба ягон манбаъи хосе ишора намекунад." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1203,12 +1097,12 @@ msgstr "" "мавқеъот нест. Ин иттифоқи нодир аст ва эҳтимолан байёнгари хатои барнома " "мебошад." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Амалиёти: %1 дастгирӣ надорад" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1217,7 +1111,7 @@ msgstr "" "Амали дархост шуда тавассути барномаи KDE, ки қарордоди %1-" "ро пуштибонӣ мекунад, пиёдасозӣ нашудааст." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1228,17 +1122,17 @@ msgstr "" "иттилооти бештар аз он чи барои сохтори вуруд/хурӯҷи KDE муҳайё аст, фароҳам " "кунед." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Сайъ кунед роҳи дигаре, барои расидани ба ҳамон натиҷа пеш бигиред." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Интизори файл мерафт" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1247,17 +1141,17 @@ msgstr "" "Дархости дар интизори файлҳо бувад, дар ҳолики феҳристи %1пайдо шуд." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ин хато мумкин аст дар тарҳи коргузор бошад." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Интизори феҳрист мерафт" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1266,17 +1160,17 @@ msgstr "" "Дархости дар интизори феҳрист бувад, дар ҳолики файли %1пайдо шуд." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файл ё ки феҳрсит вуҷуд надорад" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Файли ё феҳрист муайян шуда%1 мавҷуд нест." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1285,22 +1179,22 @@ msgstr "" "Файли дархостшуда эҷод нашуд, аз он ҷое ки файлҳои бо ин ном ҳам акнун вуҷуд " "дорад." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Файли феълиро аз сар роҳ бардоред ва дубора сайъ кунед." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Файли равонро нест кунед ва аз сари нав кӯшиш кунед." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Номи алтернативӣ барои файли нав интихоб кунед." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1309,27 +1203,27 @@ msgstr "" "Феҳристи дархостшуда эҷод нашуд, аз он ҷой ки феҳристи бо ин ном ҳам акнун " "вуҷуд дорад." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Феҳристи феълиро аз сар роҳ бардоред ва дубора сайъ кунед." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Феҳристи равонро нест кунед ва кӯшиш кунед." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Номи алтернативӣ барои феҳристи нав интихоб кунед." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Узели ношинос" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1338,7 +1232,7 @@ msgstr "" "Хатои ношинохта баёнгари он аст ки коргузори бо номи дархостшудаи " "%1,дар интернет имконёбӣ нашуд." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1346,30 +1240,30 @@ msgstr "" "Номе ки шумо навистаед %1, мумкин аст вуҷуд надошта бошад: мумкин аст ин " "нодуруст навишта шуда буд." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Даромадан рад карда шуд" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Даромадан ба манбаъи муайяншудаи %1 рад карда шуд." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Мумкин аст ҷузъиёти шиносоиро нодуруст карда бошед ёки асло надода бошед." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Мумкин аст ҳисоби шумо иҷозати дастрасӣ ба манбаъи мушаххасшуда, надошта " "бошед." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1378,12 +1272,12 @@ msgstr "" "Дархости худро такрор кунед ва мутмаъин шавед, ки ҷузъиёти шиносоиро дуруст " "ворид кардаед." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Дастрасии навиштан рад карда шуд" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1392,12 +1286,12 @@ msgstr "" "Ин маънои онро дорад ки иҷозати навиштан дар файли %1 дода " "нашуд." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Дар ин феҳрист даромада натавонист" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1406,17 +1300,17 @@ msgstr "" "Ин маънои онро дорад, ки иҷозати вуруди ба феҳристи %1 дода " "нашуд." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Рӯйхати феҳрист дастрас намебошад" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Пртоколи %1 - низоми файл нест" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1426,12 +1320,12 @@ msgstr "" "Ин маънии онро дорад, ки дархости мушаххаскунандаи дорои феҳрист эҷод шуд, " "ки барномаи KDE пуштибони ин қарордод, қодир ба анҷом намебошад." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Пайванди давронӣ пайдо шуд" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1443,7 +1337,7 @@ msgstr "" "кунанд. KDE пайванд ё пайвандҳоро ки ба ҳалқаи номуайян мешударо шиносоӣ " "мекунад - мисоли файл ба худаш пайванд шуда буд." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1452,27 +1346,27 @@ msgstr "" "Як қисмати ҳалқаро бо тартиб, ки ба ҳалқаи номуайян намеорад, нобуд созед ва " "боз як бори дигар талош кунед. " -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Корбари дархостро хотима дод" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Ба улти хотимаи ғайри оддӣ, дархост такмил нашуд." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Таҷдиди дархост кунед." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Дар ҳангоми нусха гирӣ, пайванди давронӣ шиносоӣ шуд" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1485,17 +1379,17 @@ msgstr "" "манҷар ба ҳалқаи номутаносиб мешаванд, шиносоӣ мекунад - мисол файл ба худаш " "пайванд шуда буд." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Алоқаи шабақаро сохта натавонист" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Socket-ро сохта натавонист" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1504,8 +1398,8 @@ msgstr "" "Ин хатои техникӣ мебошад, ки дар натиҷа дастгоҳи лозимӣ ёки пайвастагии " "шабақа (socket) эҷод нашуд." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1514,12 +1408,12 @@ msgstr "" "Мумкин аст иртиботи шабақае ба нодурустӣ танзим шудааст, ё воситаи шабақа " "фаъол нашудааст." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Алоқа ба сервер рад карда шуд" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1528,7 +1422,7 @@ msgstr "" "Сервери %1 иҷозати пайваст шуданро бо ин компютер барҳам " "дод." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1537,7 +1431,7 @@ msgstr "" "Сервер, бо вуҷуди онки ҳам акнун ба интернет васл аст, шояд барои иҷозат " "додани ба дархостҳо, танзим нашудааст." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1546,7 +1440,7 @@ msgstr "" "Сервер, бо вуҷуди онки ҳам акнун ба интернет васл аст, шояд сервиси " "дархостшударо (%1) иҷро намекунад." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1557,12 +1451,12 @@ msgstr "" "ё аз шабақаи шумо ё аз шабақаи сервер муҳофизат мекунад, эҳтимолан ҷилваи ин " "дархостро гирифтааст." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Тамос бо сервер ба таври ғайримунтазарӣ баста шуд" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1571,7 +1465,7 @@ msgstr "" "Бовуҷуди онки итсоли ба %1 барқарор шуд, иртибот дар нуқтаи " "ғайримунтазарӣ қатъ шуд." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1580,17 +1474,17 @@ msgstr "" "Эҳтимолан хатои қарордоде иттифоқ афтид, ки боиси гардиши сервери иртиботро " "ба улти хато қатъ кард." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Манбаъи нишонии интернети номӯътабар" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протоколи %1 - протоколи филтр нест" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1614,17 +1508,17 @@ msgstr "" "чунин кореро надорад. Ин иттифоқи нодир аст, ва эҳтимолан баёнгари хатои " "барномае мебошад." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Қодир ба роҳандозии дастгоҳи вурудӣ/хурӯҷӣ нестам" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Сохтмонро васл карда натавонист" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1633,7 +1527,7 @@ msgstr "" "Дастгоҳи дархостшудаи роҳандозӣ (\"монтажонида\") нашуд. Ин хато гузориш " "шуд: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1644,7 +1538,7 @@ msgstr "" "ҷудошудане (мисли CD-ROM дар ҷойгоҳи CD) нест, ё дар мавриди дастгоҳи қобили " "кор, дастгоҳи эҳтимолан ба дурустӣ васл нашудааст." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1655,7 +1549,7 @@ msgstr "" "надошта бошед. Дар низомҳои UNIX имтиёзҳои администратори низом сар кардани " "корро бо асбоб талаб мекунад." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1665,17 +1559,17 @@ msgstr "" "бошад, ва дастгоҳи қобили кор бояд мутассал ва равшан бошад; маҷдудан талош " "кунед." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Қодир набудам дастгоҳи вурудӣ/хурӯҷиро аз кор биандозам" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Натавонистам дастгоҳро пайдо кунам" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1683,7 +1577,7 @@ msgid "" msgstr "" "Дастгоҳи дархостшуда пайдо нашуд. Ин хато гузориш шуд: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1694,7 +1588,7 @@ msgstr "" "истифода мекунад. Ҳатто browser-и бозӣ ки ба ҷои бар рӯи дастгоҳ ишора " "мекунад, метавонад боиси машғул монанди дастгоҳ шавад." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1705,19 +1599,19 @@ msgstr "" "низомҳои UNIX умуман барои пиёдасозии дастгоҳҳо ниёз ба иҷозати мудири низом " "мебошад." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Баррасӣ кунед, ки ягон барномаи дар ҳоли дастрасӣ ба дастгоҳ набошад ва " "дубора сайъ кунед." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Қодир ба хондан аз манбаъ нестам" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1726,17 +1620,17 @@ msgstr "" "Ин маънии онро дорад, ки бо вуҷуди онки манбаъи %1 қодир ба " "кушода шудан буд, хатои ҳангоми хондани дохили манбаъ ҳодиса шуд." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Мумкин аст шумо иҷозати хондан аз манбаъро надошта бошед." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Қодири навиштан ба манбаъ нестам" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1745,22 +1639,22 @@ msgstr "" "Ин маънии онро дорад, ки бо вуҷуди онки манбаъи %1 қодири " "кушода шудан буд, хатоӣ ҳангоми навиштан бар рӯи манбаъ ҳодиса шуд." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Мумкин аст шумо иҷозати навиштан ба манбаъро надошта бошед." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Натавонистам ба тамосҳои шабақае гӯш кунам" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Натавонистам Bind-ро иҷро кунам" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1771,17 +1665,17 @@ msgstr "" "барои иртиботи шабақа (як socket) барои гӯш додан ба иртиботҳои шабақа " "вуруде набуд." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Натавонистам гӯш кунам" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Қодир ба қабул кардани тамоси шабақа нестам" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1790,34 +1684,34 @@ msgstr "" "Ин хатои нисбатан техникӣ аст, ки дар ҳангоми талош барои қабули иртиботи " "шабақае вуруд ҳодиса шуд." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Мумкин аст шумо иҷозати пазируфтани тамосро надошта бошед." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "вуруд кардан натавонист: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Сайъ барои вуруд ба низом ҷиҳати анҷоми амалиёти дархостӣ, номуваффақ буд." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Натавонистам вазъияти манбаъро таъин кунам" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Натавонистам аз манбаъи омор бигирем" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1826,71 +1720,71 @@ msgstr "" "Талоше дар ҷиҳати ташхиси иттилооте дар мавриди манбаъи %1, " "монанди ном, навъ, андоза ва ғайра мушаххасоти манбаъ муваффақ набуд." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Манбаъи мушаххасшуда мумкин аст мавҷуд набуда бошад ё дар дастрасӣ набошад." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Натавонистам рӯйхатгириро канда кунам" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "ДУРУСТАМ КУНЕД: Бароем мустанадот бинависед" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Феҳристро сохта карда натавонист" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Сайъ барои эҷоди шохаи дархости номуваффақ буд." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Мумкин аст макони эҷоди шоха вуҷуд надошта бошад." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Феҳристро нест карда натавонист" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Сайъе барои ҳузфи шохаи мушаххас шудаи %1, номуваффақ буд." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Феҳристи муайяншуда мумкин аст мавҷуд нест." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Феҳристи муайяншуда мумкин аст холӣ нест." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Мутмаъин шавед, ки феҳрист мавҷуд ва холӣ мебошад, ва дубора сайъ кунед." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Натавонистам интиқоли файлро идома бидиҳам" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1899,32 +1793,32 @@ msgstr "" "Дар дархост нишон дода буд, ки интиқоли файли %1 бояд аз " "ҷои муайян давом дода шавад. Ин имконнопазир буд." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Мумкин аст протокол, ё сервер идомаи интиқолиро пуштибонӣ накунад." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Дархостро бе сайъ барои идомаи интиқолӣ такрор кунед." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Натавонистам номи манбаъро таъғир диҳам" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Сайъ барои таъғири номи манбаъи %1 номуваффақ буд." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Натавонистам иҷозатҳои манбаъро таъғир диҳам" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 номуваффақ буд." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Манбаъи интихобшуда нест карда натавонист" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Сайъи барои ҳузфи манбаъи %1 номуваффақ буд." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Поёни ғайримунтазарии барнома" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1бударо медиҳад, ба таври ғайримунтазарӣ, поён ёфт." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Калон аз хотир" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 бударо медиҳад, натавонист ба хотира мавриди ниёзи ҷиҳати идома кори " "дастрасӣ пайдо кунад." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Узели Proxy ношинос аст" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1, бо хатои мизбони ношинохта муоҷа шудам, хатои мизбони ношинохта " "маънии онро дорад, ки номи дархостшуда рӯи интернет маконёбӣ нашуд." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2010,17 +1904,17 @@ msgstr "" "мизбони proxy-и шумо. Агар охиро бе мушкилӣ аз интернет истифода кардаед, ин " "бисёр нодир аст." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Танзимоти proxy-ро баррасии комил кунед, ва дубора сайъ кунед." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Шиносоӣ номуваффақ буд: равиши %1 пуштибонӣ намешавад" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2031,31 +1925,31 @@ msgstr "" "шиносоии муваффақият омез набуд барои онки равише, ки коргузорӣ истиода " "мекунадтавассути барномаи KDE пиёдакунандаи протоколи %1 пуштибонӣ намешавад." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Дархост хотима дода шуд" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Хатои дарунӣ дар сервер" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2065,12 +1959,12 @@ msgstr "" "аст. Илтимос фиристодани гузориши хатои комили он чинор, ки дар зери баён " "шудааст, таъти назар қарор диҳед." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Илтимос бо мудири коргузори тамосгирифта ва мушкилиро иттилоъ диҳед." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2079,34 +1973,29 @@ msgstr "" "Агар бидонед, ки нависандагони барномаҳои компютерии сервер чӣ касоне " "ҳастанд, гузориши ишколро мустақиман ба онҳо ирсол кунед." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Хатои итмоми вақт" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер ба улти посух додан ба дархостҳои дигар машғул мебошад." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Хатои ношинос" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1-" "ро фароҳам меоварад, хатоӣ ба шарҳи зер кардааст: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Қатъи ношинос" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "медиҳад, ахборот дар бораи каниш бо коди номуайяни хаторо дод: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Файли аслӣ нест карда натавонист" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2144,12 +2033,12 @@ msgstr "" "Амали дархостшуда ниёз ба ҳузфи файли аслӣ аст, эҳтимолан дар интиҳои амал " "ҷобаҷоӣ доштанаш мумкин. Файли аслии %1 ҳузф нашуд." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Натавонистам файли муваққатиро ҳузф кунам" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2160,12 +2049,12 @@ msgstr "" "ҳангоми бор шудани дар он қарор диҳад. Файли муваққатии %1 " "ҳузф нашуд." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Натавонистам номи файли аслиро таъғир бидиҳам" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2174,12 +2063,12 @@ msgstr "" "Амали дархостшуда ниёз ба таъғири номи файли аслии %1 дошта " "бо ин вуҷуди номи ин файл ивваз нашуд." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Натавонистам номи файли муваққатиро таъғир бидиҳам" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2188,32 +2077,32 @@ msgstr "" "Амали дархостшуда ниёз ба эҷоди файли нави %1, дошта бо ин " "вуҷуди номи ин файл ташкил нашуд." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Алоқаро сахта карда натавонист" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Натавонистам пайванди намудӣ эҷод кунам" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Натавонистам пайванди намуди дархости %1-ро эҷод кунам." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Муҳтаво нест" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Диск пур аст" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2222,7 +2111,7 @@ msgstr "" "Бар рӯи файли дархостшудаи %1 навишта нашуд, аз он ҷое ки " "фазои диски кофӣ вуҷуд надорад." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2233,12 +2122,12 @@ msgstr "" "ва муваққатӣ: 2) захираи файлҳо бар рӯи media, захираи ҷудо шудани " "ҳаммонанди CD-ҳои навиштанӣ; ёки 3) таҳияи фазои захираи бештар." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Файлҳои манбаъ ва мақсади яксонавӣ" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2247,74 +2136,74 @@ msgstr "" "Ин амал комили анҷом нашуд аз он ҷой, ки файлҳои манбаъ ва мақсади яке " "ҳастанд." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Барои файли мақсад як номи дигар интихоб кунед." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Интиқол додани ҷузъ ба ҷузвадони дигар." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Алоқа бо хизматрасони ниҳонвожаҳо имконнопазир аст" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Қодир ба роҳандозии қарордоди %1 набудам" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Enter Folder" msgid "Unable to Create KIO Worker" msgstr "Дар ин феҳрист даромада натавонист" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1 бударо медиҳад, натавонист ба хотира мавриди ниёзи ҷиҳати идома кори " "дастрасӣ пайдо кунад." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Интиқоли %1 имконнопазир аст" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2348,35 +2237,35 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Хатои бедалел" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Пайванди рамзӣ ба %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Пайванд ба %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Ба %1 нишон медиҳад)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2385,25 +2274,25 @@ msgstr "" "Шакли нишонии URL нодуруст аст\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2411,92 +2300,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Кушодани алоқаҳо ҳамроҳи протоколи %1 дастгирӣ карда намешавад." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Пӯшидани алоқаҳо ҳамроҳи протоколи %1 дастгирӣ надорад" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Даромадани файлҳо ҳамроҳи протоколи %1 дастгирӣ надорад" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Навиштан ба %1 дастгирӣ надорад" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Амалиётҳои дастрасии маҳсус барои протоколи %1 вуҷуд надорад." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Феҳристҳои додашуда барои протоколи %1 дастгирӣ надорад" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Бозёфти додаҳо аз %1 пуштибонӣ намешавад." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Бозёфти ахбороти намуди mime аз %1 пуштибонӣ намешавад." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Таъғири ном ё ҷобаҷоии файлҳои дарунии %1 пуштибонӣ намешавад." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Эҷоди пайванди миҷози бо протокори %1 пуштибонӣ намешавад" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Нусха бардоштани файлҳо дар %1 дастгирӣ .надорад" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Нест кардани файлҳо аз %1 дастгирӣ надорад." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Сохтани феҳристҳо ҳамроҳи протоколи %1 дастгирӣ надорад." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Таъғири мушахасотҳои файлҳо бо протоколи %1 пуштибонӣ намешавад." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протоколи %1 амали %2-ро дастгирӣ намекунад." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2505,116 +2394,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Протоколи номаълум: '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "io-slave барои протоколи '%1' ёфта натавонист." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "io-slave барои протоколи '%1' ёфта натавонист." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "io-slave барои протоколи '%1' ёфта натавонист." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Тафсилот" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Ҳамеша" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Идома" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Танҳо ҷаласаи ҷорӣ" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Эҷод кардани ҷузвадон" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Эҷод кардани ҷузвадон" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Барои нест кардан ягон файл интихоб нашудааст." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Барои нест кардан чизе нест." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Каталоги ишорашуда вуҷуд надорад ёки барои хондан дастрас намебошад." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Феҳрист" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Ҷузвадони асосӣ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Ҷузвадони хонагӣ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Боркунии дубора" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2622,201 +2534,201 @@ msgctxt "@action" msgid "New Folder…" msgstr "Ҷузвадони нав" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Интиқол додан ба сабад" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Нест кардан" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Мураттабсозӣ" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Мураттабсозӣ аз рӯи ном" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Мураттабсозӣ аз рӯи андоза" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Мураттабсозӣ аз рӯи сана" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Мураттабсозӣ аз рӯи навъ" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Болобароӣ" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Фурӯравӣ" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Аввал ҷузвадонҳо" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Намоиш додани файлҳои пинҳоншуда" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Намуди нишонаҳо" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Намуди ҷафс" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Намуди ботафсил" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Ҷойгиршавии нишонаҳо" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Пеш аз номи файл" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Болои номи файл" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Намуди кӯтоҳ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Намуди муфассал" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Намуди дарахтшакл" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Намуди муфассали дарахтшакл" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Иҷозати густариш дар намуди ботафсил" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Намоиш додани файлҳои пинҳоншуда" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Намоиш додани лавҳаи пешнамоиш" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Нишон додани пешнамоиш" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Кушодани ҷузвадони марбут" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Хусусиятҳо" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Намуд" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Я-А" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "А-Я" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Аввал навтарин" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Аввал кӯҳнатарин" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Аввал навтарин" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Аввал калонтарин" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Аввал хурдтарин" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Рамзгузорӣ:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Кушодан" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Нигоҳ доштан ҳамчун" @@ -2865,42 +2777,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Ба ин ҷо интиқол додан" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Ҳамаи файлҳо" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Ҳамаи файлҳои дастгиришаванда" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Ҳамаи файлҳо" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Илова кардани воридаи ҷойҳо" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Таҳрир кардани воридаи ҷойҳо" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2909,17 +2821,17 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Барчасп:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Барчаспи ботафсилро дар ин ҷо ворид намоед" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2928,29 +2840,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Ҷойгиршавӣ:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Нишонаро интихоб намоед:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Намоиш додан танҳо ҳангоми истифодаи барномаи ҷорӣ (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2958,56 +2870,56 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Ҷойҳо" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Дурдаст" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Охирин" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Ҷустуҷӯ" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Дастгоҳҳо" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Дастгоҳҳои ҷудошаванда" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Барчаспҳо" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Хато %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 #, fuzzy #| msgid "All tags" msgctxt "KFile System Bookmarks" @@ -3016,69 +2928,69 @@ msgstr "Ҳамаи барчаспҳо" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Асосӣ" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Мизи корӣ" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Ҳуҷҷатҳо" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Боргириҳо" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Шабака" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Сабад" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Мусиқӣ" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Суратҳо" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Видеоҳо" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Файлҳои охирин" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Ҷойҳои охирин" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Дигаргуншуда:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 #, fuzzy #| msgctxt "KFile System Bookmarks" #| msgid "Yesterday" @@ -3086,48 +2998,55 @@ msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Дирӯз" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Барномаи '%1' -ро ёфта натавонист" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "Ҷузвадон ба худи худаш интиқол дода намешавад" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "New Web Shortcut" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Миёнбури нави сомона" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Барориши '%1'" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Барориши '%1'" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Ба таври бехатар ҷудо кардани '%1'" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Ба таври бехатар ҷудо кардани '%1'" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3135,41 +3054,41 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Дар ҳоли ҷудокунӣ" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Ғайрифаъол" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Баровардан" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3180,19 +3099,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3200,97 +3119,97 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (пинҳоншуда)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Васл кардан" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open %1 in tab" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Кушодани %1 дар варақа" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Илова кардани вуруд..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Таҳрир кардан" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Тоза кардан" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Пинҳон кардани қисмат" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "Hide Section" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Пинҳон кардани қисмат" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Намоиш додани ҳамаи вурудҳо" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Icons View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Намуди нишонаҳо" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "A&uto detect" msgctxt "" @@ -3299,52 +3218,52 @@ msgctxt "" msgid "Auto Resize" msgstr "&Худмуайянкунӣ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Date: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Сана: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Файлҳои дурдаст қабул карда намешаванд" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3355,47 +3274,22 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3403,44 +3297,45 @@ msgid "" "you to file:/home.
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Барои ба як қадам ақиб гузаштан аз журнали намоиш, ин кнопкаро пахш кунед." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Барои ба як қадам пеш гузаштан аз журнали намоиш, ин кнопкаро пахш кунед." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Барои нав кардани дохили саҳифаи равон, ин кнопкаро пахш кунед." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Барои эҷоди феҳристи нав, ин кнопкаро пахш кунед." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Намоиш додани лавҳаи ҷойҳо" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Намоиш додани тугмаи хатчӯбҳо" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Намоиш додани файлҳои пинҳоншуда" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Имконот" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3450,12 +3345,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Хатчӯбҳо" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3465,12 +3360,39 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ном:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Тағйиротро ботил сохтан" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Кушодани ҷузвадони марбут" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Номи файл:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Намоиш додани файлҳои пинҳоншуда" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3479,12 +3401,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ин номест, ки дар он файл нигоҳ дошта хоҳад шуд." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3493,75 +3415,79 @@ msgstr "" "Ин рӯйхати файлҳоест, ки боз хоҳанд шуд. Агар якчанд файле ишора шуда истода " "бошад, онҳо бояд бо фосила ҷудо карда шаванд." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ин номи файлест, ки боз хоҳад шуд." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Ҷойҳо" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Файлро рӯиҳамнависӣ мекунед?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Шумо метавонед фақат файлҳои локалӣ интихоб кунед." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Файлҳои ҳузфшуда дастгирӣ нахоҳанд шуд" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Ҳамаи ҷузвадонҳо" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Сохтани Феҳрист" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Кушодан" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Васеъи номи файл бо &автоматикӣ интихоб кунед (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "васеъи %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Васеъи номи файл бо &автоматикӣ интихоб кунед" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr " Васеъкунии муносиб" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3577,72 +3503,63 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Навъи файл:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтр:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Эҷод кардан" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Таассуф" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Эҷод кардани пайванд ба нишонии URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Таассуф" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Эҷод кардани пайванди рамзӣ" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Эҷод кардани пайванд ба нишонии URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3650,7 +3567,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3658,7 +3575,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3667,122 +3584,179 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Элементи кӯҳнатарин бо номи '%1' мавҷуд аст." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Файл бо номи %1 аллакаи вуҷуд дорад." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Эҷод кардан" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Пайванд ба дастгоҳ" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Ҷузвадони нав" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Эҷод кардани ҷузвадон" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Эҷод кардани ҷузвадони нав дар %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Стандартӣ" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Эҷод кардан" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "Болои номи файл" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Гузориш барои %1 интихоб кунед" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Нишонаро интихоб намоед:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Нусха бардоштан" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Гузоштан" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open %1 in tab" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Кушодани %1 дар варақа" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open %1 in tab" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Кушодани %1 дар варақа" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Таҳрир кардан" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Паймудан" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Нишон додани масири пурра" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3790,7 +3764,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Интиқоли %1 имконнопазир аст" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3802,6 +3776,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Ҷойҳо" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3825,41 +3808,41 @@ msgstr "Дигар" msgid "Edit mode" msgstr "Реҷаи муҳаррир" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Барои паймудани ҷойгиршавӣ зер кунед" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Барои таҳрир кардани ҷойгиршавӣ зер кунед" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Шумо иҷозати иҷроии ин файлро надоред." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Оғози %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3886,12 +3869,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3899,28 +3888,28 @@ msgid "" "is not valid." msgstr "" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Оғози %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3931,7 +3920,7 @@ msgstr "" "%1\n" "дорои намуди Link мебошад ва лекин дорои қайдоти URL=...намебошад." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -3943,32 +3932,32 @@ msgstr "" "Файл %1 барномаи иҷрошаванда мебошад. Ба мақсади ҳифз он " "муҳофизат намешавад." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." msgstr "" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Файли desktop %1 дорои қайдоти Type=... намебошад." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3976,12 +3965,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4076,74 +4065,69 @@ msgstr "" "дигаргун карда шуд.\n" "Шумо мехоҳед дигаргуниҳоро бор кунед?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec -Файлҳои ночиз(дур)ро мекушояд,тағйиротҳоро тамошо мекунад, " "боркуниро мепурсад." -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 Барномарезони KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URLs-ҳо ҳамчун файлҳои маҳаллиянд сипас онҳоро нест кунед." -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Фармон барои иҷро кардан" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL(s) ёфаӣл(ҳои) маҳалӣ барои 'фармон' истифода мешаванд" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4152,7 +4136,7 @@ msgstr "" "Наметавонам ҳуқуқи дастрасиро барои\n" "%1, тағйир диҳам" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4161,125 +4145,38 @@ msgid "" "%1" msgstr "Соҳибиро барои %1 тағйир дода натавонист." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Натавонистам номи файли муваққатиро таъғир бидиҳам" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Имконпазирҳои иловагӣ" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "&Permissions" -msgid "New Permissions: %1" -msgstr "&Иҷозатҳо" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Тоза кардан" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Ҷузвадон" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Сохтани Феҳрист" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Access Permissions" -msgid "Directory Permissions: %1" -msgstr "Ҳуқуқи дастрасӣ" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Кушодани диалоги файл" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Ҷузвадон" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "Номи файл:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Date: %1" -msgid "Target: %1" -msgstr "Сана: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Қатъи ношинос" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4321,32 +4218,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Барои дастрасӣ ба ин сайт, ном ва гузарвожаро ворид намудан лозим аст." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Андоза:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Бо муваффақият ворид шуд" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ба %1 ворид шуда натавонист." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4355,7 +4252,7 @@ msgstr "" "\n" "Посухи хизматрасон: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4365,12 +4262,12 @@ msgstr "" "шумо бояд номи корбар ва ниҳонвожаеро барои хизматрасони проксии зерин " "таъмин намоед." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Санҷиши ҳаққонияти прокси қатъ шуд." @@ -4423,101 +4320,101 @@ msgstr "" "Шумо мехоҳед сертификатро ҳамеша кабул кунед бе саволҳои иловагӣ дар оянда?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Муайян кардани сервер" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 дар %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4525,13 +4422,13 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4540,7 +4437,7 @@ msgstr "" "Захира тайёр карда намешавад, то он холе ки як ё якчанд коллексияи мобайнӣ " "(феҳрист) сохта нашавад." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4550,28 +4447,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Муҳосираи талабкарда тасдиқ карда намешавад. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Намуди элементи ҷисми додашударо бо ин сервер дастгирӣ намекунад." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ин амалиёт аз сабаби дигар хатогиҳо иҷро карда нашуд." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4579,7 +4476,7 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4588,18 +4485,18 @@ msgstr "" "Захираи таъинот ҷои кофӣ надорад, барои сабти ҳолати захира баъди иҷрои ин " "усул." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4612,15 +4509,15 @@ msgstr "" msgid "Network" msgstr "Шабака" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Шакли нишонии URL %1 нодуруст аст" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4629,12 +4526,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4667,7 +4564,7 @@ msgstr "Муҳтавои сабадро холӣ кардан" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4688,17 +4585,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Аз нав такрор кардан" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Дастрасӣ манъ аст" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Шумо барои пайдо кардани дастрасӣ ба протоколи %1 иҷозат надоред." @@ -4805,41 +4702,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4849,9 +4746,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Ҳисоб кардан" @@ -4860,23 +4757,23 @@ msgstr "Ҳисоб кардан" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Бекор кардан" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Ба ин ҷо интиқол додан" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4884,117 +4781,204 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Боргириҳо" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Ба ин ҷо нусха бардоштан" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Бо ин ҷо пайвастан" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Оғози %1" + +#: widgets/executablefileopendialog.cpp:80 #, fuzzy, kde-format #| msgid "What do you wish to do with this executable file?" msgid "What do you wish to do with this file?" msgstr "Шумо бо ин файли иҷрошаванда чӣ кор кардан мехоҳед?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Дигар пурсида нашавад" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Кушодан" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Иҷро кардан" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Кушодан ба воситаи %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Тағйиротро ботил сохтан" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this executable file?" +msgid "Would you like to launch this file?" +msgstr "Шумо бо ин файли иҷрошаванда чӣ кор кардан мехоҳед?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Барои ботил сохтани ин амал имтиёзҳои корбари root лозиманд. Шумо мехоҳед, " -"ки идома диҳед?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Дар ҳоли эҷодкунии ҷузвадон" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Манбаъ" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Дар ҳоли нусхабардорӣ" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Дар ҳоли интиқолдиҳӣ" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "Номро иваз кардан" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Интиқол додан ба сабад" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Дар ҳоли несткунӣ" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Ботил сохтан" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Ботил сохтан: Нусхабардорӣ" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Ботил сохтан: Пайвастшавӣ" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Ботил сохтан: Интиқолдиҳӣ" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Ботил сохтан: Ивазкунии ном" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Ботил сохтан: Интиқол ба сабад" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Ботил сохтан: Эҷодкунии ҷузвадон" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Ботил сохтан: Эҷодкунии ҷузвадон(ҳо)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Ботил сохтан: Эҷодкунии файл" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Ботил сохтан: Ивазкунии якчанд ном" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "&Ботил сохтан: Нусхабардорӣ" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "&Ботил сохтан: Пайвастшавӣ" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "&Ботил сохтан: Интиқолдиҳӣ" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "&Ботил сохтан: Ивазкунии ном" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "&Ботил сохтан: Интиқол ба сабад" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "&Ботил сохтан: Эҷодкунии ҷузвадон" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "&Ботил сохтан: Эҷодкунии ҷузвадон(ҳо)" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "&Ботил сохтан: Эҷодкунии файл" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "&Ботил сохтан: Ивазкунии якчанд ном" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5003,12 +4987,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5020,22 +5004,23 @@ msgstr "" "%1
    Ин амал бекор карда намешавад." "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Бебозгашт нест кардан" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Бебозгашт нест кардан" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5051,7 +5036,7 @@ msgstr[1] "" "Шумо дар ҳақиқат мехоҳед, ки %1 ҷузъи зеринро бебозгашт нест намоед?Ин амал бекор карда намешавад." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5062,13 +5047,13 @@ msgstr "" "намоед?Ин амал бекор карда намешавад." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Сабадро холӣ кардан" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5078,7 +5063,7 @@ msgstr "" "Шумо дар ҳақиқат мехоҳед, ки ин ҷузъро ба сабад интиқол намоед? %1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5166,7 +5151,7 @@ msgstr "Соҳиб" msgid "Owning Group" msgstr "Соҳиби гурӯҳ" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Дигарон" @@ -5240,66 +5225,66 @@ msgstr "Боз созии танзимоти низом" msgid "Updating system configuration…" msgstr "Боз созии танзимоти низом" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Ном" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Андоза" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Сана" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Соҳиб" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Гурӯҳ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Кушодан ба &воситаи %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Амалиётҳо" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5307,7 +5292,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Кушодан ба воситаи" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5315,18 +5300,25 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Кушодан ба воситаи" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Иҷро кардан" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "&Open with %1" msgid "&Open folder with %1" msgstr "&Кушодан ба воситаи %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Кушодан ба воситаи %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5334,13 +5326,13 @@ msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Кушодан ба воситаи" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Кушодан ба воситаи" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5348,7 +5340,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Барномаи дигар..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5356,122 +5348,140 @@ msgid_plural "%1 items" msgstr[0] "" msgstr[1] "" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Номаълум" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Истодан" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted from:" -msgid "Mounted From:" -msgstr "Васл шудааст, аз:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, fuzzy, kde-format -#| msgctxt "Amount of used and available space on this device or partition" -#| msgid "Free space:" -msgid "Free Space:" -msgstr "Фазои озод:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Намуд:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Ҷойгиршавӣ:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Андоза:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Тағирдиҳӣ..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Таркиб:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Кушодан бо:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Тағирдиҳӣ..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Ҷойгиршавӣ:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Андоза:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Истодан" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Ишора шуда истодааст ба:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Дигаргуншуда:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Намоиш додани огоҳӣ" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Эҷод шуд:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "&File type:" -msgid "File System:" -msgstr "&Навъи файл:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Узели ношинос" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Васл шудааст, дар:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Дигаргуншуда:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Дастрасии охирин:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Кушодан ба воситаи" +#| msgid "&File type:" +msgid "File system:" +msgstr "&Навъи файл:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Васл шудааст, дар:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted from:" +msgid "Mounted from:" +msgstr "Васл шудааст, аз:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgctxt "Amount of used and available space on this device or partition" +#| msgid "Free space:" +msgid "Free space:" +msgstr "Фазои озод:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Узели ношинос" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5763,27 +5773,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Намуди эзоҳи ин барнома,ки дар истифода асос ёфтааст дар ин ҷост Мисолҳо: " "лавҳаи болои барномаи (KPPP) \"Dial up tool\" хоҳад шуд." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Тасвир:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "&Номи истифодакунанда:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" -"Дар ин ҷо ҳамаи он қайдҳое,ки ба фикри шумо фоидаовар ҳастанд чоп кунед." +"Намуди эзоҳи ин барнома,ки дар истифода асос ёфтааст дар ин ҷост Мисолҳо: " +"лавҳаи болои барномаи (KPPP) \"Dial up tool\" хоҳад шуд." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5795,7 +5815,7 @@ msgstr "&Эзоҳ:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Муҳити &тағирёбанда пешаки муқарраршударо истифода баред" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6020,7 +6040,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6033,38 +6053,60 @@ msgstr "" "Натавонистам хусусиятро нигоҳ дорам. Шумо ҳуқуқи қайд кардан ба %1-ро надоред." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Умумӣ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Болои номи файл" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Нав кардан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Интиқоли %1 имконнопазир аст" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgctxt "@item:inmenu Create New" #| msgid "%1" msgid "%1:" msgstr "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6073,143 +6115,149 @@ msgstr "" "Ҳисоб карда истодаам... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 файлҳо" msgstr[1] "%1 файлҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 зер-феҳрист" msgstr[1] "%1 зер-феҳристҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Ҳисоб карда истодаам..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Номи файли нав холӣ мебошад !" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "&Навъҳои файли пуштибонӣ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Интихоби барнома" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Эҷод шуд:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Тағирдиҳӣ..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Дастнорас аст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Метавонад оканотро намоиш ва тағйир низ диҳад" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Метавонад, Дида баромадан/Хондан & Намоиш додан/Навиштан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Иҷозатҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Ҳуқуқи дастрасӣ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ин файл пайванд мебошад иҷозатномаҳоро надорад." msgstr[1] "Ҳамаи файлҳо пайвандҳо мебошанд ва иҷозатномаҳоро надоранд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Танҳо соҳиб метавонад дастрасӣ дигаргун кунад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Соҳиб" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Муаян кардани ҳаракате, ки соҳиб бояд ин ҳаракатро кар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Гур&ӯҳ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Муаян кардани ҳаракате, ки аъзо бояд ин ҳаракатро кар " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Д&игар:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6218,31 +6266,31 @@ msgstr "" "Муаян кардани ҳаракате, ки ҳамаи истифодабарандагон кадомҳое, ки не соҳиб " "ва не дар гурӯҳ мавҷуданд барои кор кардан иҷозат дода шудааст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Танҳо соҳ&иб метавонад номи феҳристи оканаро тағир диҳад ё нест кунад" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Имконият диҳед, ки ин баӣрақ фаилро ҳамчун программа иҷро кунад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Номи корванд бо нобаёнӣ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Иҷро кардан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6254,7 +6302,7 @@ msgstr "" "танҳо метавонанд файлҳои наве,ки иҷозати Матни Иваз талаб мекунад,илова " "кунанд. " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6264,42 +6312,42 @@ msgstr "" "барои программаҳо ва намоиши матнҳо маънӣ дорад. Ин вақте ки шумо ба охир " "расондани онҳоро мехоҳед,талаб карда мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Соҳиб ва гурӯҳ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Истифодакунанда:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Гурӯҳ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Истифодоти таъғирот ба тамоми зеркаталогҳо ва оканоти онҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Имконпазирҳои иловагӣ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Синф" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6308,22 +6356,22 @@ msgstr "" "Намоиши\n" "Вурудҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ин баирақ имконият медиҳад, ки оканаи феҳристро дида бароед." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Хондан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Баирақи хондан имконият медиҳад, ки оконаи фаӣлро дида бароем." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6332,7 +6380,7 @@ msgstr "" "Навиштан\n" "Вурудҳо" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6342,44 +6390,44 @@ msgstr "" "гиред,ки азнавномгузорӣ ва несткунӣ метавонанд бо истифодаи байрақи Часпон " "маҳдуд карда шаванд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Навиштан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" "Баӣрақи навиштан имконият медиҳад, ки оконаи фаил шаклашро тағир диҳад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Даромадан" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Имконият диҳед, ки ин баӣрақ ба феҳрист даромаданро иҷозат диҳад" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Имконият диҳед, ки ин баӣрақ фаилро ҳамчун программа иҷро кунад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Махсус" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6388,7 +6436,7 @@ msgstr "" "Байракӣ махсус. Эътибор барои тамоми пӯша,маънои дақиқи байрақ дар сутуни " "тарафи рост дида мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6396,17 +6444,17 @@ msgid "" msgstr "" "Байрақи махсус.Маънои аниқи ин байрақ дар тарафи рости сутун дида мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Истифодакунанда" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Гурӯҳ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6415,7 +6463,7 @@ msgstr "" "Агар ин байрақ таъсис дода шавад,соҳиби ин пӯша,соҳиби ҳамаи файлҳои нав " "мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6424,7 +6472,7 @@ msgstr "" "Агар ин файл иҷрошаванда бошад ва байрақ таъсис дода шавад, вай бо иҷозати " "соҳиб анҷом дода мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6432,7 +6480,7 @@ msgstr "" "Агар ин байрақ таъсис дода шавад,гурӯҳи ин пӯша барои ҳамаи файлҳои нав " "таъсис дода мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6441,7 +6489,7 @@ msgstr "" "Агар ин байрақ иҷрошаванда бошад ва байрақ таъин шуда бошад,вай " "иҷозатномаҳои гурӯҳ иҷро карда мешавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6451,7 +6499,7 @@ msgstr "" "метавонад нест кунад ё номҳои файлҳоро дигар кунад. Аз тарафи дигар ҳар як " "кас бо иҷозатномаҳои дуруст метавонанд ин ин корро иҷро кунанд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6460,90 +6508,80 @@ msgstr "" "Байрақи Часпон дар файл дар Линукс инкор карда мешавад,лекин мумкин дар " "баъзе низомҳо истифода бурда шавад." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Бити SUID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Бити SGID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Алоқа" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Тағирот (Тағир нашудааст)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ин файл дастрасҳои иловагӣ истифода мекунад." msgstr[1] "Ин файлҳо дастрасҳои иловагӣ истифода мекунанд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ин феҳрист дастрасҳои иловагӣ истифода мекунад." msgstr[1] "Ин феҳристҳо дастрасҳои иловагӣ истифода мекунанд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ин файлҳо дастрасҳои иловагӣ истифода мекунанд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Ҳисоб карда истодаам..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6551,57 +6589,76 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Номи файли нав холӣ мебошад !" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Номи файли нав холӣ мебошад !" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Ҳисоб карда истодаам..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Барнома" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Илова кардани навъи файл барои %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Барои илова кардан як ё зиёдтар намуди файлҳоро интихоб кунед." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Файлҳои иҷрошаванда танҳо дар низоми файлии локалӣ низ дастгирӣ мешаванд." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Интихоботҳои иловагӣ барои %1" @@ -6703,41 +6760,46 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Миёнбури нави сомона" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Кушодани равзанаи гуфтугӯ" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Номи файл барои нигоҳ доштани буфери иввазот:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Гузоштани файл" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Гузоштани муҳтавои ҳофизаи муваққатӣ" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Гузоштани як ҷузвадон" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Гузоштани як файл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6745,92 +6807,104 @@ msgid_plural "Paste %1 Items" msgstr[0] "Гузоштани як ҷузъ" msgstr[1] "Гузоштани %1 ҷузъ" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Гузоштани муҳтавои ҳофизаи муваққатӣ" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Гузоштан" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Формати сана:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Номи файл барои нигоҳ доштани буфери иввазот:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Номи файл барои муҳтавои интиқолшуда:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Сана: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Андоза: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Татбиқи умумӣ" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Номро иваз кардан" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Пешниҳод кардани номи нав" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Гузарондан" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Навиштан ба" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6839,26 +6913,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Файлро рӯиҳамнависӣ мекунед?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Идома додан" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6867,122 +6941,98 @@ msgstr "" "Ин амал '%1'-ро худнависӣ мекунад.\n" "Лутфан номи файли навро ворид кунед:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Идома" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Манбаъ" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "васеъи %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "васеъи %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "васеъи %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "васеъи %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Номи файли нав холӣ мебошад !" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Номи файли нав холӣ мебошад !" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Номи файли нав холӣ мебошад !" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Нусха бардоштани файлҳо" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Элементи кӯҳнатарин бо номи '%1' мавҷуд аст." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Файли мутобиқ бо номи %1 аллакай мавҷуд аст." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Номро иваз кардан:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Номро иваз кардан" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Номро иваз кардан" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Номро иваз кардан" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -6990,16 +7040,20 @@ msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Интиқоли %1 имконнопазир аст" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Номи файл:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Файл бо номи %1 аллакаи вуҷуд дорад." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7008,39 +7062,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Матни шиносаи интихобшударо тағир диҳед." msgstr[1] "Матни шиносаи интихобшударо тағир диҳед." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "File name:" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Номи файл:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Матни шиносаи интихобшударо тағир диҳед." +msgstr[1] "Матни шиносаи интихобшударо тағир диҳед." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Ҷойиваз" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Кушодан ба воситаи" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Ҷойиваз" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Матни шиносаи интихобшударо тағир диҳед." +msgstr[1] "Матни шиносаи интихобшударо тағир диҳед." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Болои номи файл" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Болои номи файл" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Номро иваз кардан" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Номро иваз кардан" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Номро иваз кардан" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Номи корванд бо нобаёнӣ:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Ҷойиваз" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Нишон додани пешнамоиш" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Иттилоот" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Ҷойиваз" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Аз нав такрор кардан" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Ҷойиваз" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Гузарондан" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7128,7 +7344,7 @@ msgstr "" "Мизбони дурдаст ягон гувоҳиномаи SSL-ро равон накард.\n" "Амал қатъ карда шуд, зеро ки шахсият тасдиқ карда намешавад." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7184,9 +7400,9 @@ msgstr[1] "" #| "emphasis>" msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "Шумо дар ҳақиқат мехоҳед, ки ин ҷузъро бебозгашт нест намоед?" "%1Ин амал бекор карда намешавад." @@ -7203,11 +7419,52 @@ msgstr "" #| ">This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Шумо дар ҳақиқат мехоҳед, ки ҷузъи зеринро бебозгашт нест намоед?Ин амал бекор карда намешавад." +msgstr[1] "" +"Шумо дар ҳақиқат мехоҳед, ки %1 ҷузъи зеринро бебозгашт нест намоед?Ин амал бекор карда намешавад." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Шумо дар ҳақиқат мехоҳед, ки ин ҷузъро бебозгашт нест намоед?" +"%1Ин амал бекор карда намешавад." +"" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7217,7 +7474,7 @@ msgstr[1] "" "Шумо дар ҳақиқат мехоҳед, ки %1 ҷузъи зеринро бебозгашт нест намоед?Ин амал бекор карда намешавад." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the Trash?" #| msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -7228,54 +7485,214 @@ msgstr[0] "Шумо дар ҳақиқат мехоҳед, ки ҷузъи зер msgstr[1] "" "Шумо дар ҳақиқат мехоҳед, ки %1 ҷузъи зеринро ба сабад интиқол намоед?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Дигар пурсида нашавад" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not ask again" msgstr "Дигар пурсида нашавад" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, fuzzy, kde-format #| msgid "Do not ask again" msgctxt "@option:check" msgid "Do not show this message again" msgstr "Дигар пурсида нашавад" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Чунин менамояд, ки занҷири гувоҳиномаи SSL вайрон аст." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Огоҳӣ" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Кушодан ба воситаи" + +#~ msgid "Change Attribute" +#~ msgstr "Тағйир додани сифат" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Барои тағйир додани сифати файл имтиёзҳои корбари маъмурӣ (root) " +#~ "лозиманд. Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Барои ба анҷом расонидани амалиёти нусхабардорӣ имтиёзҳои корбари маъмурӣ " +#~ "(root) лозиманд. Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Delete Files" +#~ msgstr "Нест кардани файлҳо" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Барои ба анҷом расонидани амалиёти несткунӣ имтиёзҳои корбари маъмурӣ " +#~ "(root) лозиманд. Ба назар гиред, ки ин амалиёт метавонад низоми шуморо " +#~ "вайрон кунад. Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Create Folder" +#~ msgstr "Эҷод кардани ҷузвадон" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Барои эҷод кардани ин ҷузвадон имтиёзҳои корбари маъмурӣ (root) лозиманд " +#~ "Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Move Items" +#~ msgstr "Интиқол додани ҷузъҳо" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Барои ба анҷом расонидани амалиёти интиқолдиҳӣ имтиёзҳои корбари маъмурӣ " +#~ "(root) лозиманд. Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Rename" +#~ msgstr "Номро иваз кардан" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Барои ба анҷом расонидани амалиёти ивазкунии ном имтиёзҳои корбари " +#~ "маъмурӣ (root) лозиманд Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Барои эҷод кардани пайванди рамзӣ имтиёзҳои корбари маъмурӣ (root) " +#~ "лозиманд Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Transfer data" +#~ msgstr "Интиқол додани иттилоот" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Барои ба анҷом расонидани амалиёти интиқолдиҳии иттилоот имтиёзҳои " +#~ "корбари маъмурӣ (root) лозиманд Шумо мехоҳед, ки идома диҳед?" + +#~ msgid "Undo Changes" +#~ msgstr "Тағйиротро ботил сохтан" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Барои ботил сохтани ин амал имтиёзҳои корбари root лозиманд. Шумо " +#~ "мехоҳед, ки идома диҳед?" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Имконпазирҳои иловагӣ" + +#, fuzzy +#~| msgid "&Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "&Иҷозатҳо" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Тоза кардан" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Ҷузвадон" + +#, fuzzy +#~| msgid "Access Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Ҳуқуқи дастрасӣ" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Кушодани диалоги файл" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Ҷузвадон" + +#, fuzzy +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "Номи файл:" + +#, fuzzy +#~| msgid "Date: %1" +#~ msgid "Target: %1" +#~ msgstr "Сана: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Қатъи ношинос" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Намоиш додани тугмаи хатчӯбҳо" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Файл дигаргун шуд" + +#~ msgid "&Description:" +#~ msgstr "&Тасвир:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "" +#~ "Дар ин ҷо ҳамаи он қайдҳое,ки ба фикри шумо фоидаовар ҳастанд чоп кунед." + +#~ msgid "Do not ask again" +#~ msgstr "Дигар пурсида нашавад" + +#~ msgid "&Filter:" +#~ msgstr "&Филтр:" + #~ msgid "Is &executable" #~ msgstr "&Иҷрошаванда" @@ -8124,9 +8541,6 @@ msgstr "" #~ msgstr[0] " рӯз" #~ msgstr[1] " рӯз" -#~ msgid "Show a Warning" -#~ msgstr "Намоиш додани огоҳӣ" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Нест кардани файлҳои куҳнатарин аз сабад" @@ -8202,10 +8616,6 @@ msgstr "" #~ msgid "Space" #~ msgstr "Фазо" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Стандартӣ" - #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" #~ msgstr "- %1: \"%2\"" @@ -8333,11 +8743,6 @@ msgstr "" #~ "Хатои иҷрои фармони нишондод. Файл ёки папкаи %1 вуҷуд надорад." #~ "" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Гузоштани файл" -#~ msgstr[1] "&Гузоштани %1 файл" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Гузоштани нишонии URL" @@ -8442,9 +8847,6 @@ msgstr "" #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "'%1' ёфт нашуд, лутфан, номи барномаи боэътиборро ворид намоед." -#~ msgid "File name:" -#~ msgstr "Номи файл:" - #~ msgid "" #~ "Check this box if you want the web pages you visit to be stored on your " #~ "hard disk for quicker access. The stored pages will only be updated as " @@ -9023,9 +9425,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "&Вақте ки фармон вуҷуд дорад махкам кардан манъ аст" -#~ msgid "&Username:" -#~ msgstr "&Номи истифодакунанда:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9042,9 +9441,6 @@ msgstr "" #~ "Шумо бо cookie-ҳое, ки дар компютери шумо захира шудаанд, идора карда " #~ "метавонед." -#~ msgid "Open with:" -#~ msgstr "Кушодан бо:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/th/kio6.po b/local/recipes/kde/kf6-kio/source/po/th/kio6.po index 6b6ddf151a..5144f7f7a7 100644 --- a/local/recipes/kde/kf6-kio/source/po/th/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/th/kio6.po @@ -4,60 +4,51 @@ # Thanomsub Noppaburana , 2003, 2005. # Sahachart Anukulkitch , 2005, 2006, 2007. # Thanomsub Noppaburana , 2008, 2010. +# SPDX-FileCopyrightText: 2025 Pongsakorn S. msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2010-12-17 20:57+0700\n" -"Last-Translator: Thanomsub Noppaburana \n" -"Language-Team: Thai \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2025-03-20 15:34+0700\n" +"Last-Translator: Pongsakorn S. \n" +"Language-Team: Thai\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 24.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "ถนอมทรัพย์ นพบูรณ์, สหชาติ อนุกูลกิจ" +msgstr "ถนอมทรัพย์ นพบูรณ์, สหชาติ อนุกูลกิจ, Pongsakorn S." #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "donga.nb@gmail.com, drrider@gmail.com" +msgstr "donga.nb@gmail.com, drrider@gmail.com, kde@xerusion.me" -#: core/chmodjob.cpp:201 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: core/chmodjob.cpp:197 +#, kde-format msgid "Could not modify the ownership of file %1" -msgstr "ไม่สามารถเปลี่ยนความเป็นเจ้าของของ %1 ได้" +msgstr "ไม่สามารถเปลี่ยนจ้าของของไฟล์ %1 ได้" -#: core/chmodjob.cpp:235 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not modify the ownership of file %1. You have " -#| "insufficient access to the file to perform the change." +#: core/chmodjob.cpp:231 +#, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." -msgstr "" -"ไม่สามารถแก้ไขความเป็นเจ้าของ ของแฟ้ม %1 ได้ " -"คุณมีสิทธิ์ไม่เพียงพอในการจะแก้ไขแฟ้ม" +msgstr "ไม่สามารถแก้ไขเจ้าของ ของไฟล์ %1 ได้ คุณมีสิทธิ์ไม่เพียงพอในการจะแก้ไขไฟล์" -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "ไม่สามารถสร้าง io-slave: %1" +msgstr "ไม่สามารถสร้าง KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " "secondarg is the filesystem type (e.g. vfat, exfat)" @@ -65,10 +56,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -"ไม่สามารถสร้างการเชื่อมโยง %1 ได้\n" -"โปรดตรวจสอบสิทธิ์ของคุณ" +"ไม่สามารถสร้าง symlink %1 ได้\n" +"ระบบไฟล์ปลายทาง (%2) ไม่รองรับ symlink" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,8 +68,11 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"ไม่สามารถสร้าง \"%1\" ได้\n" +"ระบบไฟล์ปลายทาง (%2) ไม่อนุญาตให้ใช้ตัวอักษรต่อไปนี้ในชื่อโฟลเดอร์: %3\n" +"การเลือกแทนที่จะแทนที่ตัวอักษรที่ไม่ถูกต้อง (ในชื่อโฟลเดอร์ปลายทาง) ด้วยเครื่องหมายขีดล่าง \"_\"" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,35 +81,35 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"ไม่สามารถสร้าง \"%1\" ได้\n" +"ระบบไฟล์ปลายทาง (%2) ไม่อนุญาตให้ใช้ตัวอักษรต่อไปนี้ในชื่อไฟล์: %3\n" +"การเลือกแทนที่จะแทนที่ตัวอักษรที่ไม่ถูกต้อง (ในชื่อไฟล์ปลายทาง) ด้วยเครื่องหมายขีดล่าง \"_\"" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "มีโฟลเดอร์นี้อยู่ก่อนแล้ว" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "มีแฟ้มนี้อยู่แล้ว" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "มีอยู่ก่อนแล้วโดยเป็นโฟลเดอร์" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Trash" +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format msgid "Trash" msgstr "ถังขยะ" #: core/desktopexecparser.cpp:335 -#, fuzzy, kde-format -#| msgid "Error processing Exec field in %1" +#, kde-format msgid "No Exec field in %1" -msgstr "เกิดข้อผิดพลาดในการประมวลผลฟิลด์ Exec ใน %1" +msgstr "ไม่มีฟิลด์ Exec ใน %1" #: core/desktopexecparser.cpp:360 #, kde-format @@ -126,27 +120,27 @@ msgstr "ค้นหาแล้วไม่พบโปรแกรม \"%1\"" #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "โปรแกรม '%1' พบที่ '%2' แต่ขาดการอนุญาตการใช้งาน" #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "โปรแกรม '%1' ขาดการอนุญาตการใช้งาน" #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "Syntax error ในคำสั่ง %1 มาจาก %2" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "ไม่พบเทอร์มินัล %1 ขณะพยายามเรียกใช้ %2" #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" -msgstr "" +msgstr "Syntax error ในคําสั่ง %1 ขณะพยายามเรียกใช้ %2" #: core/global.cpp:79 #, kde-format @@ -196,197 +190,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ทำการย้าย" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "ต้นทาง" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "ปลายทาง" -#: core/job.cpp:105 -#, fuzzy, kde-format -#| msgid "&Rename" +#: core/job.cpp:112 +#, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "เปลี่&ยนชื่อ" +msgstr "&เปลี่ยนชื่อ" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "ทำสำเนา" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "ทำการสร้างไดเรกทอรี" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "ไดเรกทอรี" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "ทำการลบ" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "แฟ้ม" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "ทำการตรวจสอบ" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "ทำการถ่ายโอน" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "ทำการเมานท์" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "อุปกรณ์" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "จุดเมานท์" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ยกเลิกการเมานท์" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|ทุกแฟ้ม" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ลบแฟ้ม" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "เลิก&ทำ: สร้างโฟลเดอร์" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "ทิ้งลงถังขยะ" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "เปลี่&ยนชื่อ" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "สร้างการเชื่อมโยงแบบสัญลักษณ์" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "ทำการถ่ายโอน" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -403,18 +296,14 @@ msgid "Could not start process %1." msgstr "ไม่สามารถเริ่มโพรเซส %1 ได้" #: core/job_error.cpp:46 -#, fuzzy, kde-format -#| msgid "" -#| "Internal Error\n" -#| "Please send a full bug report at http://bugs.kde.org\n" -#| "%1" +#, kde-format msgid "" "Internal Error\n" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" "เกิดข้อผิดพลาดภายใน\n" -"โปรดส่งรายงานข้อผิดพลาดที่สมบูรณ์ ไปยัง http://bugs.kde.org\n" +"โปรดส่งรายงานข้อผิดพลาด ไปยัง https://bugs.kde.org\n" "%1" #: core/job_error.cpp:49 @@ -732,21 +621,18 @@ msgstr "" "โปรดตรวจสอบสิทธิ์ของคุณ" #: core/job_error.cpp:214 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#, kde-format msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" -"ไม่สามารถสร้างการเชื่อมโยง %1 ได้\n" -"โปรดตรวจสอบสิทธิ์ของคุณ" +"ไม่สามารถสร้าง symlink %1 ได้\n" +"ระบบไฟล์ปลายทางไม่รองรับ symlink" #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "ไม่มีพื้นที่เพียงพอบนดิสก์สำหรับเขียน %1" #: core/job_error.cpp:223 #, kde-format @@ -771,30 +657,27 @@ msgstr "ถูกปฏิเสธการใช้งานพอร์ตท #, kde-format msgid "" "The required content size information was not provided for a POST operation." -msgstr "" +msgstr "ไม่มีการให้ขนาดเนื้อหาที่ต้องการสำหรับการดำเนินการ POST" #: core/job_error.cpp:240 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์ %1 อยู่" +msgstr "ไม่สามารถวางไฟล์หรือโฟลเดอร์ลงบนตัวมันเองได้" #: core/job_error.cpp:243 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A folder cannot be moved into itself" -msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์ %1 อยู่" +msgstr "ไม่สามารถย้ายโฟลเดอร์เข้าไปในตัวมันเองได้" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "การสื่อสารกับเซิร์ฟเวอร์รหัสผ่านภายในล้มเหลว" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "ไม่สามารถสร้าง io-slave: %1" +msgstr "ไม่สามารถสร้าง KIO worker: %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -803,6 +686,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"ไม่สามารถโอน %1 ได้เนื่องจากไฟล์มีขนาดใหญ่เกินไป " +"ระบบไฟล์ปลายทางรองรับไฟล์ที่มีขนาดไม่เกิน 4 GiB เท่านั้น" #: core/job_error.cpp:258 #, kde-format @@ -811,86 +696,90 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"ไม่จำเป็นต้องเพิ่มสิทธิ์เนื่องจาก \n" +"'%1' เป็นของผู้ใช้ปัจจุบัน\n" +"โปรดลองอีกครั้งหลังจากเปลี่ยนสิทธิ์" #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "ไฟล์มีขนาดใหญ่เกินกว่าที่จะทิ้งถังขยะได้" #: core/job_error.cpp:264 -#, fuzzy, kde-format -#| msgid "" -#| "Unknown error code %1\n" -#| "%2\n" -#| "Please send a full bug report at http://bugs.kde.org." +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -"ไม่รู้จักข้อผิดพลาดรหัส %1\n" +"ข้อผิดพลาดที่ไม่รู้จักรหัส %1\n" "%2\n" -"โปรดส่งรายงานข้อผิดพลาดที่สมบูรณ์ ไปยัง http://bugs.kde.org" +"โปรดส่งรายงานข้อผิดพลาด ไปยัง http://bugs.kde.org" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(ไม่ทราบ)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "เหตุผลเชิงเทคนิค: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "รายละเอียดสิ่งที่ร้องขอ:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • ที่อยู่ URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • โพรโทคอล: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • วันและเวลา: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • ข้อมูลเพิ่มเติม: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "เหตุที่เป็นไปได้:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "วิธีแก้ไขที่เป็นไปได้:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(ไม่ทราบ)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -899,47 +788,47 @@ msgstr "" "ติดต่อผู้ให้บริการดูแลระบบคอมพิวเตอร์ของคุณ ซึ่งอาจจะเป็นผู้ดูแลระบบหรือบริการทางเทคนิค " "เพื่อขอรับคำแนะนำ" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "ติดต่อผู้ดูแลระบบหรือบริการทางเทคนิค เพื่อขอรับคำแนะนำ" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "โปรดตรวจสอบสิทธิ์ที่ได้รับอนุญาตในการใช้ทรัพยากรนี้ของคุณ" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "สิทธิ์ที่ได้รับอนุญาตของคุณอาจจะไม่เพียงพอในการทำปฏิบัติการกับทรัพยากรนี้" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "แฟ้มอาจจะถูกใช้อยู่ (และอาจถูกล็อคไว้) โดยผู้ใช้หรือโปรแกรมอื่น" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "โปรดตรวจสอบให้แน่ใจว่า ไม่มีโปรแกรมหรือผู้ใช้คนใดกำลังใช้งานแฟ้มหรือล็อคแฟ้มไว้แล้ว" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "แม้ว่าจะไม่คล้ายกัน แต่ก็อาจจะเกิดข้อผิดพลาดทางฮาร์ดแวร์ขึ้นได้" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "คุณอาจจะเจอเข้ากับข้อผิดพลาดของโปรแกรม" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -948,7 +837,7 @@ msgstr "" "ดูคล้ายกับการเกิดจากข้อผิดพลาด (บั๊ก) " "ในโปรแกรมมากโปรดพิจารณารายงานข้อผิดพลาดในรายละเอียดด้านล่างนี้" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -957,17 +846,8 @@ msgstr "" "ในการปรับรุ่นซอฟต์แวร์ไปเป็นรุ่นล่าสุดนั้น " "ผู้จัดแจกของคุณมักจะจัดเตรียมเครื่องมือสำหรับใช้ปรับรุ่นให้มาด้วยอยู่แล้ว" -#: core/job_error.cpp:402 -#, fuzzy, kde-format -#| msgid "" -#| "When all else fails, please consider helping the KDE team or the third " -#| "party maintainer of this software by submitting a high quality bug " -#| "report. If the software is provided by a third party, please contact them " -#| "directly. Otherwise, first look to see if the same bug has been submitted " -#| "by someone else by searching at the KDE " -#| "bug reporting website. If not, take note of the details given above, " -#| "and include them in your bug report, along with as many other details as " -#| "you think might help." +#: core/job_error.cpp:405 +#, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " @@ -978,19 +858,19 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" "หากมีข้อผิดพลาดหรืออื่น ๆ โปรดช่วยเหลือทีม KDE หรือผู้ดูแลอื่น ๆ ของซอฟต์แวร์นี้ " -"โดยการรายงานข้อผิดพลาดด้วยรายละเอียดข้อผิดพลาดที่สมบูรณ์ หากซอฟต์แวร์มาจากผู้สร้างอื่น ๆ " -"โปรดติดต่อผู้สร้างซอฟต์แวร์โดยตรง โดยก่อนอื่นนั้น ให้ตรวจสอบการแจ้งข้อผิดพลาดอื่น ๆ ที่เว็บไซต์ การรายงานข้อผิดพลาดของ KDE ก่อน " +"โดยการรายงานสิ่งขัดข้องด้วยรายละเอียดสิ่งที่ขัดข้องอย่างละเอียด หากซอฟต์แวร์มาจากผู้สร้างอื่น ๆ " +"โปรดติดต่อผู้สร้างซอฟต์แวร์โดยตรง แล้วให้ตรวจสอบการแจ้งสิ่งขัดข้องอื่น ๆ ที่เว็บไซต์ การรายงานข้อผิดพลาดของ KDE ก่อน " "ว่ามีการแจ้งข้อผิดพลาดเดียวกันนี้มาก่อนหรือไม่ หากยังไม่มี ให้รวบรวมรายละเอียดที่ให้ไว้ด้านบน " "และรวมมันเข้ากับรายงานแจ้งข้อผิดพลาดของคุณ หรืออาจจะเพิ่มรายละเอียดอื่น ๆ " "ที่คุณเห็นว่ามีประโยชน์ในการแก้ไขข้อผิดพลาดเพิ่มเติมก็ได้" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "อาจเกิดปัญหาการเชื่อมต่อกับระบบเครือข่ายของคุณ" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -999,49 +879,49 @@ msgstr "" "อาจมีสาเหตุมาจากการปรับแต่งระบบเครือข่ายของคุณเอง " "แต่หากคุณเคยสามารถใช้งานอินเทอร์เน็ตโดยไม่มีปัญหามาก่อน ก็แสดงว่า ปัญหานี้น่าจะเกิดจากสาเหตุอื่น" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "อาจจะมีปัญหาบางจุดบนเส้นทางสื่อสารระหว่างเครื่องแม่ข่ายและคอมพิวเตอร์นี้" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "โปรดลองใหม่อีกครั้งในตอนนี้ หรือในภายหลัง" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "อาจจะเกิดข้อผิดพลาดของโพรโทคอล หรืออาจจะเกิดจากความเข้ากันไม่ได้ขึ้น" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "โปรดแน่ใจว่ามีทรัพยากรอยู่ก่อนแล้ว แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ทรัพยากรที่ระบุไว้อาจจะยังไม่มีอยู่" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "โปรดตรวจสอบซ้ำอีกครั้งว่าคุณได้ป้อนค่าตำแหน่งที่อยู่ที่ถูกต้องแล้วหรือไม่ แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "โปรดตรวจสอบสถานะการเชื่อมต่อระบบเครือข่ายของคุณ" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "ไม่สามารถเปิดใช้ทรัพยากรเพื่อทำการอ่านได้" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ได้ " "เนื่องจากไม่มีสิทธิ์ในการอ่าน" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "คุณยังไม่มีสิทธิ์ในการอ่านแฟ้ม หรือเปิดใช้โฟลเดอร์นี้" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "ไม่สามารถเปิดทรัพยากรเพื่อทำการเขียนได้" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1069,32 +949,27 @@ msgstr "" "นี่หมายความว่า แฟ้ม %1 จะไม่สามารถถูกเขียนได้ตามต้องการ " "เนื่องจากยังไม่ได้รับสิทธิ์ในการเข้าใช้และสิทธิ์ในการเขียน" -#: core/job_error.cpp:457 -#, fuzzy, kde-format -#| msgid "Cannot Initiate the %1 Protocol" +#: core/job_error.cpp:460 +#, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "ไม่สามารถเริ่มโพรโทคอล %1 ได้" +msgstr "ไม่สามารถเริ่มกระบวนการที่โพรโทคอล %1 ต้องการได้" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "ไม่สามารถเริ่มโพรเซสได้" -#: core/job_error.cpp:460 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:463 +#, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" -"ไม่สามารถเริ่มโปรแกรมบนคอมพิวเตอร์ของคุณ ที่ต้องการเข้าใช้งานโพรโทคอล %1 ได้ ซึ่งอาจจะเกิดจากปัญหาทางเทคนิค" +"ไม่สามารถเริ่มโปรแกรมบนคอมพิวเตอร์ของคุณที่ให้การเข้าใช้งานโพรโทคอล %1 " +"ได้ ซึ่งอาจจะเกิดจากปัญหาทางเทคนิค" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1104,12 +979,12 @@ msgstr "" "โปรแกรมที่ต้องการความเข้ากันได้กับโพรโทคอลนี้ อาจจะยังไม่ได้ปรับเป็นรุ่นใหม่ตามรุ่นของ KDE " "ของคุณ ซึ่งอาจทำให้เกิดความเข้ากันไม่ได้กับโปรแกรมรุ่นที่คุณใช้อยู่ และทำให้ไม่สามารถทำงานได้" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "ข้อผิดพลาดภายใน" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "รูปแบบที่อยู่ URL ไม่ถูกต้องหรือไม่สมบูรณ์" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lโพรโทคอล://ผู้ใช้:รหัสผ่าน@โฮสต์.ชื่อโดเมน:พอร์ต/" "โฟลเดอร์/ชื่อแฟ้ม.ส่วนขยาย?ตัวแปร=ค่า" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "ยังไม่รองรับโพรโทคอล %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1151,12 +1026,12 @@ msgstr "" "โพรโทคอล %1 ยังไม่มีการรองรับจากโปรแกรม KDE ตัวปัจจุบัน " "ที่ถูกติดตั้งไว้ในคอมพิวเตอร์เครื่องนี้" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "อาจจะยังไม่รองรับโพรโทคอลที่ร้องขอมา" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1164,34 +1039,28 @@ msgid "" msgstr "" "รุ่นของโพรโทคอล %1 ที่รองรับโดยคอมพิวเตอร์เครื่องนี้กับเครื่องแม่ข่าย อาจจะทำงานเข้ากันไม่ได้" -#: core/job_error.cpp:506 -#, fuzzy, kde-format -#| msgid "" -#| "You may perform a search on the Internet for a KDE program (called a " -#| "kioslave or ioslave) which supports this protocol. Places to search " -#| "include http://kde-apps.org/ and http://freshmeat.net/." +#: core/job_error.cpp:509 +#, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" -"คุณสามารถค้นหาข้อมูลบนอินเทอร์เน็ตด้วยโปรแกรมของ KDE (ที่เรียกว่า kioslave หรือ ioslave) " -"ซึ่งรองรับโพรโทคอลนี้ โดยสถานที่สำหรับค้นหาจะรวมถึง http://kde-apps.org/ และ http://" -"freshmeat.net/ ด้วย" +"คุณสามารถค้นหาข้อมูลบนอินเทอร์เน็ตเพื่อปลั้กอิน (ที่เรียกว่า \"KIO worker\") " +"ซึ่งรองรับโพรโทคอลนี้ โดยค้นหาได้ที่ https://store." +"kde.org" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "ที่อยู่ URL ไม่ได้อ้างถึงทรัพยากร" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "โพรโทคอลเป็นแบบตัวกรอง" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource L " "(URL) ที่คุณป้อนมา ไม่ได้อ้างอิงถึงทรัพยากร" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1213,12 +1082,12 @@ msgstr "" "นี่ก็ไม่ได้เป็นหนึ่งในสถานการณ์เหล่านี้ แต่นี่เป็นเหตุการณ์ที่เกิดได้ยากมาก " "และดูเหมือนว่าน่าจะเป็นเกิดจากความผิดพลาดจากการเขียนโปรแกรม" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "ยังไม่รองรับการกระทำ: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1227,7 +1096,7 @@ msgstr "" "การกระทำที่ร้องขอมานั้น ยังไม่มีการรองรับจากโปรแกรม KDE ซึ่งเป็นตัวจัดการโพรโทคอล " "%1" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1237,100 +1106,100 @@ msgstr "" "ข้อผิดพลาดนี้ เกี่ยวพันกับโปรแกรม KDE เป็นอย่างมาก ซึ่งรายละเอียดเพิ่มเติมที่แจ้งให้คุณทราบ " "ควรจะมีมากกว่าที่มีอยู่ในส่วนสถาปัตยกรรม input/output ของ KDE" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "กำลังหาหนทางอื่นเพื่อให้ได้ผลลัพธ์แบบเดียวกัน" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ต้องการแฟ้ม" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "สิ่งที่ร้องขอมาต้องการใช้แฟ้ม แต่พบว่า %1 เป็นโฟลเดอร์" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "อาจจะเกิดข้อผิดพลาดทางฝั่งของเครื่องแม่ข่าย" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ต้องการโฟลเดอร์" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "สิ่งที่ร้องขอมาต้องการใช้โฟลเดอร์ แต่พบว่า %1 เป็นแฟ้ม" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์อยู่" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "แฟ้มหรือโฟลเดอร์ %1 ที่ระบุไว้ ยังไม่มีอยู่" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "ไม่สามารถสร้างแฟ้มที่ร้องขอมาได้ เนื่องจากมีแฟ้มที่ชื่อเดียวกันอยู่ก่อนแล้ว" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "ลองทำการย้ายแฟ้มปัจจุบันออกไปก่อน แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "ลบแฟ้มที่ใช้อยู่ในปัจจุบันก่อน แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "โปรดเลือกชื่อแฟ้มใหม่เป็นชื่ออื่น" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "ไม่สามารถสร้างโฟลเดอร์ที่ร้องขอมาได้ เนื่องจากมีโฟลเดอร์ที่ชื่อเดียวกันอยู่ก่อนแล้ว" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "ลองทำการย้ายโฟลเดอร์ปัจจุบันออกไปก่อน แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "ลบโฟลเดอร์ที่ใช้อยู่ในปัจจุบันก่อน แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "โปรดเลือกชื่อโฟลเดอร์ใหม่เป็นชื่ออื่น" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "เครื่องที่ไม่รู้จัก" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1339,33 +1208,33 @@ msgstr "" "ข้อผิดพลาด \"เครื่องที่ไม่รู้จัก\" แสดงให้ทราบว่า " "ไม่สามารถค้นพบที่อยู่ของเครื่องแม่ข่ายบนอินเทอร์เน็ต ที่ชื่อ %1 ตามที่ร้องขอมาได้" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "ชื่อ %1 ที่คุณป้อนมา อาจจะไม่มีอยู่จริง หรืออาจจะเกิดจากการพิมพ์ผิดของคุณเองก็ได้" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "ถูกปฏิเสธไม่ให้เข้าใช้งาน" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "ถูกปฏิเสธไม่ให้เข้าใช้งานทรัพยากร %1" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "คุณอาจจะลืมป้อนรายละเอียดหรือป้อนรายละเอียดสำหรับใช้ตรวจสอบสิทธิ์ไม่ถูกต้อง" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "คุณไม่ได้รับอนุญาตให้ทำการเขียนไปยังทรัพยากรนี้ได้" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1373,24 +1242,24 @@ msgid "" msgstr "" "ลองทำสิ่งร้องขอมา และตรวจสอบให้แน่ใจว่า ได้ป้อนรายละเอียดส่วนการตรวจสอบสิทธิ์ไว้ถูกต้องแล้ว" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "ถูกปฏิเสธไม่ให้ทำการเขียน" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "นี่หมายความว่า ได้รับการปฏิเสธไม่ให้ทำการเขียนไปยังแฟ้ม %1 ได้" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "ไม่สามารถเข้าไปยังโฟลเดอร์ได้" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1399,17 +1268,17 @@ msgstr "" "นี่หมายความว่า การพยายามเข้าไปยัง (หรือเปิดใช้) โฟลเดอร์ %1 " "ที่ร้องขอมานั้นได้รับการปฏิเสธ" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "ไม่สามารถเรียกดูภายในโฟลเดอร์ได้" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "โพรโทคอล %1 ไม่ใช่ระบบแฟ้ม" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1419,12 +1288,12 @@ msgstr "" "นี่หมายความว่า สิ่งที่ร้องขอมานั้น ต้องการเรียกดูเนื้อหาภายในโฟลเดอร์ แต่โปรแกรม KDE " "ที่รองรับโพรโทคอลนี้ไม่สามารถทำเช่นนั้นได้" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "ตรวจพบที่อยู่เชื่อมโยงแบบวนรอบ" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1436,34 +1305,34 @@ msgstr "" "หรือในตำแหน่งอื่น ๆ ได้ ซึ่งระบบ KDE ได้ตรวจพบที่อยู่เชื่อมโยง " "หรือชุดของที่อยู่เชื่อมโยงในแบบวนรอบไม่รู้จบ - เช่น แฟ้มที่เชื่อมโยงไปยังตัวมันเอง เป็นต้น" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "ลบส่วนหนึ่งของการวนรอบ ในลำดับที่จะทำให้มันไม่เป็นการวนรอบไม่รู้จบ แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "ได้รับการขอให้ยุติมาจากผู้ใช้" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "ไม่สามารถทำสิ่งที่ร้องขอมาให้สำเร็จได้ เนื่องจากมันถูกยุติเสียก่อน" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "พยายามทำสิ่งที่ร้องขอมา" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "พบที่อยู่เชื่อมโยงแบบวนรอบขณะทำการคัดลอก" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1476,17 +1345,17 @@ msgstr "" "ได้ตรวจพบที่อยู่เชื่อมโยงหรือชุดของที่อยู่เชื่อมโยงแบบวนรอบไม่รู้จบ - เช่น " "แฟ้มที่เชื่อมโยงไปยังตัวมันเอง เป็นต้น" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "ไม่สามารถสร้างการเชื่อมต่อเครือข่ายได้" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "ไม่สามารถสร้างซ็อกเก็ตได้" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1495,8 +1364,8 @@ msgstr "" "นี่เป็นข้อผิดพลาดเชิงเทคนิค ที่ไม่สามารถจะสร้างอุปกรณ์สำหรับการสื่อสารในเครือข่าย (ซ็อกเก็ต) " "ตามต้องการได้" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1505,12 +1374,12 @@ msgstr "" "การสื่อสารแบบเครือข่าย อาจจะยังไม่ถูกปรับแต่งค่าอย่างถูกต้อง " "หรือส่วนเชื่อมต่อเครือข่ายอาจจะยังไม่เปิดการทำงาน" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "การเชื่อมต่อไปยังเครื่องแม่ข่ายถูกปฏิเสธ" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1518,7 +1387,7 @@ msgid "" msgstr "" "เครื่องแม่ข่าย %1 ปฏิเสธการขออนุญาตเข้าใช้งานจากคอมพิวเตอร์เครื่องนี้" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1527,7 +1396,7 @@ msgstr "" "เครื่องแม่ข่ายซึ่งเชื่อมต่ออยู่กับระบบอินเทอร์เน็ตในปัจจุบัน " "อาจจะยังไม่ได้ปรับแต่งค่าให้รับการเชื่อมต่อที่ร้องขอไป" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1536,7 +1405,7 @@ msgstr "" "เครื่องแม่ข่ายซึ่งเชื่อมต่ออยู่กับระบบอินเทอร์เน็ตในปัจจุบัน " "อาจจะยังไม่ได้ปรับแต่งค่าให้รับการเชื่อมต่อกับบริการที่ร้องขอไป (%1)" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1547,12 +1416,12 @@ msgstr "" "ซึ่งทำหน้าที่ป้องกันระบบเครือข่ายของคุณหรือระบบเครือข่ายของเครื่องแม่ข่าย " "อาจจะไม่อนุญาตให้ทำการเชื่อมต่อตามที่ร้องขอไป" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "การเชื่อมต่อไปยังเครื่องแม่ข่ายถูกยุติอย่างไม่คาดคิด" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1561,7 +1430,7 @@ msgstr "" "แม้ว่าการเชื่อมต่อไปยัง %1 จะเกิดขึ้นแล้ว " "แต่ก็เกิดการยุติการเชื่อมต่อในบางจุดของการสื่อสารอย่างไม่คาดคิด" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1569,17 +1438,17 @@ msgid "" msgstr "" "เกิดข้อผิดพลาดของโพรโทคอลขึ้น เนื่องจากเครื่องแม่ข่ายปิดการเชื่อมต่อ โดยตอบกลับมาเป็นข้อผิดพลาด" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "ทรัพยากรที่อยู่ URL ไม่ถูกต้อง" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "โพรโทคอล %1 ไม่ใช่โพรโทคอลแบบตัวกรอง" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Location (URL) ที่คุณป้อนมา ไม่ได้อ้างถึงส่วนของการเข้าถึงทรัพยากร %1%2 ที่ระบุ " -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1602,17 +1471,17 @@ msgstr "" "ได้ระบุโพรโทคอลที่จะใช้มาด้วย แต่ว่าโพรโทคอลนี้ ไม่มีความสามารถในการกระทำนั้น " "ซึ่งนี่เป็นเหตุการณ์ที่เกิดขึ้นไม่บ่อยนัก และดูเหมือนว่าจะเป็นข้อผิดพลาดจากการเขียนโปรแกรม" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "ไม่สามารถเริ่มการใช้อุปกรณ์นำเข้า/ส่งออกได้" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ไม่สามารถทำการเมานท์อุปกรณ์ได้" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1621,7 +1490,7 @@ msgstr "" "ไม่สามารถเริ่มการใช้งาน (\"เมานท์\") อุปกรณ์ที่ร้องขอมาได้ ซึ่งรายงานข้อผิดพลาดคือ: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1632,7 +1501,7 @@ msgstr "" "ไม่มีแผ่นซีดีรอมอยู่ในไดรฟ์ซีดี เป็นต้น) หรือในกรณีของอุปกรณ์ต่อพ่วง/อุปกรณ์แบบพกพา ก็อาจจะเกิดจาก " "อุปกรณ์ดังกล่าวยังไม่ได้ทำการเชื่อมต่อหรือเชื่อมต่ออยู่อย่างไม่ถูกต้อง" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1642,7 +1511,7 @@ msgstr "" "คุณอาจจะไม่มีสิทธิ์ให้เริ่มใช้งาน (\"เมานท์\") อุปกรณ์ได้ บนระบบยูนิกซ์นั้น " "บางครั้งผู้ดูแลระบบก็อาจจะหวงห้ามการเข้าใช้งานอุปกรณ์บางตัว" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1651,17 +1520,17 @@ msgstr "" "โปรดตรวจสอบว่า อุปกรณ์พร้อมใช้งานแล้ว หากเป็นไดรฟ์ที่ย้ายสื่อได้ ก็ต้องมีสื่ออยู่ในไดรฟ์ก่อน " "และหากเป็นอุปกรณ์แบบพกพา ก็ต้องเชื่อมต่ออยู่และเปิดเครื่องแล้ว จากนั้นลองใหม่อีกครั้ง" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "ไม่สามารถยกเลิกการเรียกใช้งานอุปกรณ์นำเข้า/ส่งออกได้" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ไม่สามารถยกเลิกการเมานท์อุปกรณ์ได้" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1670,7 +1539,7 @@ msgstr "" "ไม่สามารถยกเลิกการใช้งาน (\"ยกเลิกการเมานท์\") อุปกรณ์ที่ร้องขอมาได้ " "ซึ่งรายงานข้อผิดพลาดคือ: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1681,7 +1550,7 @@ msgstr "" "มีหน้าต่างเบราว์เซอร์ที่เรียกใช้งานบนตำแหน่งซึ่งอยู่บนอุปกรณ์นี้ " "ก็จะทำให้อุปกรณ์อยู่ในสถานะถูกใช้งานอยู่ได้" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1691,17 +1560,17 @@ msgstr "" "คุณอาจจะไม่มีสิทธิ์ในการยกเลิกการใช้งาน (\"ยกเลิกการเมานท์\") อุปกรณ์ ซึ่งบนระบบยูนิกซ์นั้น " "ผู้ดูแลระบบอาจจะไม่ต้องการให้มีการยกเลิกการใช้งานอุปกรณ์บางตัว" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "โปรดตรวจสอบว่า ไม่มีโปรแกรมหรือผู้ใช้ใด กำลังใช้งานอุปกรณ์อยู่ แล้วลองใหม่อีกครั้ง" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "ไม่สามารถอ่านจากทรัพยากรได้" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1710,17 +1579,17 @@ msgstr "" "นี่หมายความว่า แม้ว่าทรัพยากร %1 จะสามารถเปิดใช้ได้ " "แต่ก็เกิดข้อผิดพลาดขึ้นเมื่อมีการพยายามอ่านเนื้อหาภายในทรัพยากรนั้น" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "คุณอาจจะยังไม่ได้รับอนุญาตให้อ่านข้อมูลจากทรัพยากรนี้" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "ไม่สามารถเขียนไปยังทรัพยากรได้" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1729,22 +1598,22 @@ msgstr "" "นี่หมายความว่า แม้ว่าจะสามารถเปิดใช้งานทรัพยากร %1 ได้ " "แต่ก็เกิดข้อผิดพลาดขึ้้น เมื่อมีการเขียนไปยังทรัพยากรนั้น" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "คุณอาจจะยังไม่ได้รับอนุญาตให้เขียนไปยังทรัพยากรได้" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "ไม่สามารถรอรับการเชื่อมต่อจากเครือข่ายได้" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "ไม่สามารถ Bind ได้" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1754,17 +1623,17 @@ msgstr "" "นี่เป็นข้อผิดพลาดทางเทคนิคตามปกติ ที่ไม่สามารถเริ่มอุปกรณ์สำหรับการสื่อสารของเครือข่าย (ซ็อกเก็ต) " "เพื่อรอรับการเชื่อมต่อเครือข่ายที่มีเข้ามาได้" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "ไม่สามารถรอรับการเชื่อมต่อได้" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "ไม่สามารถยอมรับการเชื่อมต่อเครือข่ายได้" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1773,33 +1642,33 @@ msgstr "" "นี่เป็นข้อผิดพลาดทางเทคนิคตามปกติ ที่จะเกิดข้อผิดพลาดขึ้น " "เมื่อพยายามจะยอมรับการเชื่อมต่อระบบเครือข่ายที่มีเข้ามา" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "คุณอาจจะยังไม่ได้รับอนุญาตให้สามารถยอมรับการเชื่อมต่อได้" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "ไม่สามารถล็อกอิน: %1 ได้" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "ความพยายามในการล็อกอินเพื่อปฏิบัติสิ่งที่ร้องขอ ไม่ประสบผลสำเร็จ" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "ไม่สามารถเรียกสถานะของทรัพยากรได้" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "ไม่สามารถหาสถานะของทรัพยากรได้" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1808,68 +1677,68 @@ msgstr "" "การพยายามหาข้อมูลเกี่ยวกับสถานะของทรัพยากร %1 เช่น ชื่อ, ประเภท, " "ขนาด เป็นต้น ไม่ประสบผลสำเร็จ" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "อาจจะยังไม่มีทรัพยากรที่ระบุไว้อยู่หรือไม่อาจจะไม่สามารถเข้าใช้งานได้" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "ไม่สามารถยกเลิกการเรียกรายการได้" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "โปรดแก้ไข: โปรดสร้างเอกสารกำกับส่วนนี้ด้วย" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "ไม่สามารถสร้างโฟลเดอร์ได้" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "ล้มเหลวในการพยายามสร้างโฟลเดอร์ตามที่ร้องขอมา" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "ตำแหน่งที่โฟลเดอร์จะถูกสร้าง ยังไม่มีอยู่" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "ไม่สามารถลบโฟลเดอร์ได้" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "ล้มเหลวในการพยายามลบโฟลเดอร์ %1" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "ยังไม่มีโฟลเดอร์ที่ระบุไว้อยู่" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "โฟลเดอร์ที่ระบุไว้ อาจจะไม่ใช่โฟลเดอร์ว่าง" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "โปรดแน่ใจว่า มีโฟลเดอร์อยู่ก่อนแล้ว และเป็นโฟลเดอร์ว่าง จากนั้นลองใหม่อีกครั้ง" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ไม่สามารถกลับไปทำการรับส่งแฟ้มต่อได้" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1878,44 +1747,44 @@ msgstr "" "สิ่งที่ร้องขอตามที่ระบุมา ได้ถามถึงการกลับมาทำงานต่อยังจุดที่ทำการรับส่งแฟ้ม %1 ค้างไว้ ปรากฏว่าไม่สามารถปฏิบัติการต่อไปได้" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "โพรโทคอลหรือเครื่องแม่ข่ายอาจจะยังไม่รองรับการรับส่งแฟ้มที่ยังไม่สำเร็จได้" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "พยายามทำสิ่งที่ร้องขอใหม่อีกครั้ง โดยไม่ต้องกลับมาทำต่อในจุดที่ค้างไว้" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "ไม่สามารถเปลี่ยนชื่อของทรัพยากรได้" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "ล้มเหลวในการพยายามเปลี่ยนชื่อของทรัพยากร %1" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "ไม่สามารถเปลี่ยนสิทธิ์ที่อนุญาตของทรัพยากรได้" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "ล้มเหลวในการเปลี่ยนสิทธิ์ที่อนุญาตของทรัพยากร%1 ที่ระบุไว้" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "ไม่สามารถเปลี่ยนความเป็นเจ้าของของทรัพยากรได้" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 ที่ระบุไว้" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "ไม่สามารถลบทรัพยากรได้" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "ล้มเหลวในการพยายามลบทรัพยากร %1" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "โปรแกรมยุติการทำงานอย่างไม่คาดคิด" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "ยุติการทำงานอย่างไม่คาดคิด" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "หน่วยความจำไม่เพียงพอ" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "ไม่สามารถทำงานต่อไปได้ เนื่องจากหน่วยความจำที่ต้องการใช้มีไม่เพียงพอ" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "ไม่รู้จักเครื่องพร็อกซี" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" -#| " to inform the KDE team of the unsupported authentication method." +#: core/job_error.cpp:1065 +#, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -"โปรดรายงานข้อผิดพลาดไปที่ http://bugs.kde.org/https://bugs.kde.org/ เพื่อแจ้งให้ทีม KDE ได้ทราบถึงวิธีการตรวจสอบสิทธิ์ที่ยังไม่รองรับ" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "สิ่งที่ร้องขอมาถูกยุติแล้ว" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "เกิดข้อผิดพลาดภายในแม่ข่ายให้บริการ" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2039,7 +1905,7 @@ msgstr "" "โปรแกรมแม่ข่ายให้บริการ ซึ่งต้องการใช้งานโพรโทคอล %1 " "ได้รายงานข้อผิดพลาดภายในมาว่า: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2048,12 +1914,12 @@ msgstr "" "นี่ดูเหมือนจะมีสาเหตุมาจากข้อผิดพลาดของโปรแกรมแม่ข่ายให้บริการ " "โปรดพิจารณาส่งรายละเอียดการเกิดข้อผิดพลาดที่สมบูรณ์ ดังรายละเอียดด้านล่างนี้" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "โปรดติดต่อผู้ดูแลระบบของแม่ข่ายให้บริการ เพื่อแจ้งให้ทราบถึงปัญหาที่เกิดขึ้น" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2061,40 +1927,29 @@ msgid "" msgstr "" "หากคุณทราบว่า ใครเป็นผู้เขียนโปรแกรมแม่ข่ายบริการนี้ ให้ทำการรายงานข้อผิดพลาดไปยังเขาโดยตรง" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "ข้อผิดพลาดจากการหมดเวลา" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." -msgstr "" -"แม้ว่าจะมีการสร้างการเชื่อมต่อกับแม่ข่ายให้บริการแล้ว " -"แต่ก็ไม่ได้รับการตอบรับภายในช่วงเวลาที่ถูกกำหนดไว้สำหรับใช้ทำการร้องขอ ดังต่อไปนี้:" -"
    • หมดเวลาในการเริ่มทำการเชื่อมต่อ: %1 วินาที
    • หมดเวลาในการคอยการตอบรับ: " -"%2 วินาที
    • หมดเวลาในการเข้าใช้งานเครื่องพร็อกซี: %3 วินาที
    ข้อแนะนำ:" -"คุณสามารถตั้งค่าช่วงเวลาเหล่านี้ได้ที่โปรแกรม 'ตั้งค่าระบบ' ของ KDE โดยเลือก " -"ตั้งค่าระบบเครือข่าย -> ตั้งค่าสำหรับการเชื่อมต่อ" +"within the amount of time allocated for the request." +msgstr "แม้ว่าจะได้ทำการติดต่อกับเซิร์ฟเวอร์แล้วแต่ไม่ได้รับการตอบกลับภายในระยะเวลาที่กำหนด" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "แม่ข่ายให้บริการยังไม่ว่างที่จะตอบกลับมายังส่วนที่ร้องขอเข้ามา" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "ข้อผิดพลาดที่ไม่รู้จัก" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "ได้เกิดข้อผิดพลาดที่ไม่รู้จัก: %2" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "ไม่รู้จักการขัดจังหวะที่เกิดขึ้น" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "ได้รายงานข้อผิดพลาดของการขัดจังหวะที่ไม่รู้จัก: %2" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "ไม่สามารถลบแฟ้มดั้งเดิมได้" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2132,12 +1987,12 @@ msgstr "" "ปฏิบัติการที่ร้องขอมา ต้องการจะลบแฟ้มดั้งเดิม เหมือนกับเมื่อสิ้นสุดการย้ายแฟ้ม " "แต่ไม่สามารถลบแฟ้มดั้งเดิม %1 ได้" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "ไม่สามารถลบแฟ้มชั่วคราวได้" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2147,12 +2002,12 @@ msgstr "" "ปฏิบัติการที่ร้องขอมา ต้องการจะลบแฟ้มชั่วคราวเพื่อบันทึกเป็นแฟ้มใหม่เมื่อดาวน์โหลดเสร็จแล้ว " "แต่ก็ไม่สามารถลบแฟ้มชั่วคราว %1 ได้" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้มเดิมได้" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2160,12 +2015,12 @@ msgid "" msgstr "" "ปฏิบัติการที่ร้องขอมา ต้องการจะเปลี่ยนชื่อแฟ้มเดิม %1 แต่ไม่สามารถเปลี่ยนได้" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้มชั่วคราวได้" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2173,32 +2028,32 @@ msgid "" msgstr "" "ปฏิบัติการที่ร้องขอมา ต้องการจะสร้างแฟ้มชั่วคราว %1 แต่ไม่สามารถสร้างได้" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "ไม่สามารถสร้างการเชื่อมโยงได้" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "ไม่สามารถสร้างการเชื่อมโยงแบบสัญลักษณ์ได้" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "ไม่สามารถสร้างการเชื่อมโยงแบบสัญลักษณ์ %1 ที่ร้องขอมาได้" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "ไม่มีเนื้อหา" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "พื้นที่ดิสก์เต็ม" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2206,7 +2061,7 @@ msgid "" msgstr "" "ไม่สามารถเขียนไปยังแฟ้ม %1 ตามต้องการได ้เนื่องจากพื้่นที่ดิสก์ไม่เพียงพอ" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2217,163 +2072,147 @@ msgstr "" "บีบอัดแฟ้มแล้วย้ายไปเก็บยังสื่อบันทึกข้อมูลอื่น เช่น ซีดีที่เขียนได้ เป็นต้น; หรือ 3) " "เพิ่มความจุของสื่อบันทึกข้อมูล" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "แฟ้มต้นทางและปลายทางเป็นแฟ้มเดียวกัน" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "ไม่สามารถปฏิบัติการให้สมบูรณ์ได้ เนื่องจากแฟ้มต้นทางและปลายทางเป็นแฟ้มเดียวกัน" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "เลือกชื่อแฟ้มแฟ้มปลายทางเป็นชื่ออื่นที่แตกต่างกัน" -#: core/job_error.cpp:1221 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1216 +#, kde-format msgid "File or Folder dropped onto itself" -msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์อยู่" +msgstr "ไฟล์หรือโฟลเดอร์เข้าตัวเอง" -#: core/job_error.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1218 +#, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." -msgstr "ไม่สามารถปฏิบัติการให้สมบูรณ์ได้ เนื่องจากแฟ้มต้นทางและปลายทางเป็นแฟ้มเดียวกัน" +msgstr "ไม่สามารถปฏิบัติการให้สมบูรณ์ได้ เนื่องจากต้นทางและปลายทางเป็นไฟล์หรือโฟลเดอร์เดียวกัน" -#: core/job_error.cpp:1225 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1220 +#, kde-format msgid "Drop the item into a different file or folder." -msgstr "คัดลอกแฟ้มหรือโฟลเดอร์ที่ระบุ" +msgstr "วางรายการลงในไฟล์หรือโฟลเดอร์อื่น" -#: core/job_error.cpp:1235 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1230 +#, kde-format msgid "Folder moved into itself" -msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์อยู่" +msgstr "โฟลเดอร์ย้ายเข้าไปในตัวเอง" -#: core/job_error.cpp:1237 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1232 +#, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." -msgstr "ไม่สามารถปฏิบัติการให้สมบูรณ์ได้ เนื่องจากแฟ้มต้นทางและปลายทางเป็นแฟ้มเดียวกัน" +msgstr "ไม่สามารถดำเนินการให้เสร็จสมบูรณ์ได้เนื่องจากไม่สามารถย้ายแหล่งที่มาเข้าไปในตัวมันเองได้" -#: core/job_error.cpp:1239 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1234 +#, kde-format msgid "Move the item into a different folder." -msgstr "คัดลอกแฟ้มหรือโฟลเดอร์ที่ระบุ" +msgstr "ย้ายรายการไปยังโฟลเดอร์อื่น" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "ไม่สามารถสื่อสารกับเซิร์ฟเวอร์รหัสผ่านได้" -#: core/job_error.cpp:1245 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1240 +#, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" -msgstr "ไม่สามารถปฏิบัติการให้สมบูรณ์ได้ เนื่องจากแฟ้มต้นทางและปลายทางเป็นแฟ้มเดียวกัน" +msgstr "" +"ไม่สามารถดำเนินการให้เสร็จสมบูรณ์ได้เนื่องจากไม่สามารถติดต่อบริการสำหรับการร้องขอรหัสผ่าน " +"(kpasswdserver) ได้" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." -msgstr "" +msgstr "ลองเริ่มเซสชันของคุณใหม่หรือค้นหาข้อผิดพลาดจากบันทึก kiod" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "ไม่สามารถเริ่มโพรโทคอล %1 ได้" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "ไม่สามารถสร้าง io-slave: %1" +msgstr "ไม่สามารถสร้าง KIO Worker ได้" -#: core/job_error.cpp:1254 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:1249 +#, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"ไม่สามารถเริ่มโปรแกรมบนคอมพิวเตอร์ของคุณ ที่ต้องการเข้าใช้งานโพรโทคอล %1 ได้ ซึ่งอาจจะเกิดจากปัญหาทางเทคนิค" +"ไม่สามารถเริ่มการทำงานของ KIO worker ที่ให้การเข้าถึงโปรโตคอล %1 ได้ " +"ซึ่งโดยปกติแล้วเกิดจากเหตุผลทางเทคนิค" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." -msgstr "" +msgstr "klauncher ไม่สามารถหาหรือเริ่มปลั้กอินที่ให้โปรโตคอลได้ แปลว่าคุณอาจมีปลั้กอินที่เก่า" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "ไม่สามารถโอน %1 ได้" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"ไม่สามารถโอนไฟล์ %1 ได้ " +"เนื่องจากระบบไฟล์ปลายทางไม่รองรับไฟล์ขนาดใหญ่ขนาดนั้น" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." -msgstr "" +msgstr "ฟอร์แมตไดรฟ์ปลายทางเพื่อใช้ระบบไฟล์ที่รองรับไฟล์ใหญ่ขนาดนั้น" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "ข้อผิดพลาดที่ยังไม่มีในเอกสาร" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(เชื่อมโยงแบบสัญลักษณ์ไปยัง %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, เชื่อมโยงไปยัง %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (ชี้ไปยัง %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2382,118 +2221,118 @@ msgstr "" "รูปแบบที่อยู่ URL ไม่ถูกต้อง\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "ไม่สามารถระบุชนิดของไฟล์ %1 ได้" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "ไม่สามารถขยายชื่อแฟ้มแบบประมวลผลได้ จาก '%1' ได้ โปรดป้อนชื่อโปรแกรมที่ถูกต้อง" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." -msgstr "" +msgstr "%1 ไม่ปรากฏว่าเป็นโปรแกรมที่สามารถปฏิบัติการได้" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." -msgstr "" +msgstr "ไม่พบ %1 โปรดป้อนเส้นทางที่ถูกต้องไปยังโปรแกรมที่ปฏิบัติการได้" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "โพรโทคอล %1 ยังไม่รองรับการเปิดการเชื่อมต่อ" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "โพรโทคอล %1 ยังไม่รองรับการปิดการเชื่อมต่อ" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "โพรโทคอล %1 ยังไม่รองรับการเข้าใช้งานแฟ้ม" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "ยังไม่รองรับการเขียนไปยัง %1" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "ไม่มีการกระทำพิเศษสำหรับโพรโทคอล %1" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "โพรโทคอล %1 ยังไม่รองรับการเรียกรายการโฟลเดอร์" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "ยังไม่รองรับการรับข้อมูลจาก %1" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "ยังไม่รองรับการรับข้อมูลประเภท mime ของแฟ้ม จาก %1" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "ยังไม่รองรับการเปลี่ยนชื่อหรือย้ายแฟ้มภายใน %1" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "ยังไม่รองรับการสร้างการเชื่อมโยงแบบสัญลักษณ์กับโพรโทคอล %1" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "ยังไม่รองรับการทำสำเนาแฟ้มภายใน %1" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "ยังไม่รองรับการลบแฟ้มจาก %1" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ยังไม่รองรับการสร้างโฟลเดอร์กับโพรโทคอล %1 " -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ยังไม่รองรับการเปลี่ยนคุณลักษณะของแฟ้มกับโพรโทคอล %1 " -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ยังไม่รองรับการเปลี่ยนความเป็นเจ้าของของแฟ้มกับโพรโทคอล %1" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ยังไม่รองรับการเปิดแฟ้มกับโพรโทคอล %1" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "โพรโทคอล %1 ยังไม่รองรับการกระทำ %2" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2501,422 +2340,417 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"ความปลอดภัยของ KIO worker สำหรับโปรโตคอล '%1' ซึ่งโดยทั่วไปจะขอสิทธิ์ขั้นสูง " +"ไม่สามารถรับประกันได้เนื่องจากผู้ใช้ที่ไม่ใช่ root ที่มีสิทธิ์ในการแก้ไขที่ %2" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "ไม่รู้จักโพรโทคอล '%1'" -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "ไม่พบ io-slave สำหรับโพรโทคอล '%1'" +msgstr "ไม่พบ KIO worker สำหรับโพรโทคอล '%1'" -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"KIO worker สําหรับโปรโตคอล \"%1\" ใน %2 ไม่ได้ถูกโหลด เนื่องจาก KIO worker " +"ทั้งหมดที่อยู่นอก %3 และขอสิทธิ์การใช้งานที่ยกระดับจะถือว่าไม่ปลอดภัย" + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "ไม่พบ io-slave สำหรับโพรโทคอล '%1'" +msgstr "ไม่สามารถสร้างซ็อกเก็ตสำหรับการเปิดตัว KIO worker สำหรับโปรโตคอล '%1' ได้" -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "ไม่พบ io-slave สำหรับโพรโทคอล '%1'" +msgstr "ไม่พบไฟล์ปฏิบัติการ 'kioworker' ที่ '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&รายละเอียด" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "ต&ลอดไป" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "ทำ&ต่อไป" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "กับวาระ&ปัจจุบันเท่านั้น" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "ย้ายไปโฟลเดอร์ใหม่" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "สร้างโฟลเดอร์ใหม่" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "คุณยังไม่ได้เลือกแฟ้มที่จะลบ" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "ไม่มีอะไรที่จะลบ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "คุณยังไม่ได้เลือกแฟ้มที่จะทิ้งลงถังขยะ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ไม่มีอะไรที่จะทิ้งลงถังขยะ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "โฟลเดอร์ที่ระบุยังไม่มีอยู่ หรือไม่สามารถอ่านได้" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "เมนู" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "โฟลเดอร์แม่" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "กลับไป" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "ไปข้างหน้า" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "โฟลเดอร์ส่วนตัว" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "โหลดใหม่" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "โฟลเดอร์ใหม่" +msgstr "โฟลเดอร์ใหม่..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ทิ้งลงถังขยะ" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "ลบ" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "เรียงลำดับ" -#: filewidgets/kdiroperator.cpp:2005 -#, fuzzy, kde-format -#| msgid "Site Name" +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format msgid "Sort by Name" -msgstr "ชื่อเว็บไซต์" +msgstr "เรียงตามชื่อ" -#: filewidgets/kdiroperator.cpp:2011 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format msgid "Sort by Size" -msgstr "มุมมองย่อ" +msgstr "เรียงตามขนาด" -#: filewidgets/kdiroperator.cpp:2017 -#, fuzzy, kde-format -#| msgid "By Date" +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format msgid "Sort by Date" -msgstr "ตามวันที่" +msgstr "เรียงตามวันที่" -#: filewidgets/kdiroperator.cpp:2023 -#, fuzzy, kde-format -#| msgid "Entry Type" +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format msgid "Sort by Type" -msgstr "ประเภทรายการ" +msgstr "เรียงตามประเภทรายการ" -#: filewidgets/kdiroperator.cpp:2032 -#, fuzzy, kde-format -#| msgid "Descending" +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format msgid "Ascending" msgstr "จากน้อยไปมาก" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "จากน้อยไปมาก" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "จัดเรียงโฟลเดอร์ก่อน" -#: filewidgets/kdiroperator.cpp:2052 -#, fuzzy, kde-format -#| msgid "Show Hidden Files" +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format msgid "Hidden Files Last" -msgstr "แสดงแฟ้มที่ถูกซ่อน" +msgstr "ไฟล์ซ่อนอยู่สุดท้าย" -#: filewidgets/kdiroperator.cpp:2059 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format msgid "Icons View" -msgstr "มุมมองย่อ" +msgstr "มุมมองไอคอน" -#: filewidgets/kdiroperator.cpp:2066 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format msgid "Compact View" msgstr "มุมมองย่อ" -#: filewidgets/kdiroperator.cpp:2073 -#, fuzzy, kde-format -#| msgid "Detailed View" +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format msgid "Details View" -msgstr "มุมมองรายละเอียด" +msgstr "มุมมองละเอียด" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "ตำแหน่งของไอคอน" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ถัดจากชื่อแฟ้ม" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "อยู่เหนือชื่อแฟ้ม" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "มุมมองย่อ" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "มุมมองรายละเอียด" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "มุมมองต้นไม้" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "มุมมองต้นไม้และรายละเอียด" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "อนุญาตให้ขยายในมุมมองรายละเอียด" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "แสดงแฟ้มที่ถูกซ่อน" -#: filewidgets/kdiroperator.cpp:2162 -#, fuzzy, kde-format -#| msgid "Show Preview" +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format msgid "Show Preview Panel" msgstr "แสดงตัวอย่าง" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "แสดงตัวอย่าง" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "เปิดโฟลเดอร์ที่บรรจุ" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "คุณสมบัติ" -#: filewidgets/kdiroperator.cpp:2192 -#, fuzzy, kde-format -#| msgid "&View" +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format msgid "&View Mode" -msgstr "มุมม&อง" +msgstr "&View Mode" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "จัดเรียงโฟลเดอร์ก่อน" - -#: filewidgets/kdiroperator.cpp:2300 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "จัดเรียงโฟลเดอร์ก่อน" +msgstr "เรียงเก่าก่อน" -#: filewidgets/kdiroperator.cpp:2303 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "เรียงใหม่ก่อน" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "จัดเรียงโฟลเดอร์ก่อน" +msgstr "เรียงใหญ่ก่อน" -#: filewidgets/kdiroperator.cpp:2304 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "จัดเรียงโฟลเดอร์ก่อน" +msgstr "เรียงเล็กก่อน" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "ชุดรหัสภาษา:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "เปิด" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "บันทึกเป็น" #: filewidgets/kfilecopytomenu.cpp:71 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy To" -msgstr "คัดลอก" +msgstr "คัดลอกไป" #: filewidgets/kfilecopytomenu.cpp:77 -#, fuzzy, kde-format -#| msgid "Move to Trash" +#, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "ทิ้งลงถังขยะ" +msgstr "ขยับไป" #: filewidgets/kfilecopytomenu.cpp:102 -#, fuzzy, kde-format -#| msgid "Home Folder" +#, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "โฟลเดอร์ส่วนตัว" +msgstr "โฟลเดอร์หลักของผู้ใช้" #: filewidgets/kfilecopytomenu.cpp:110 -#, fuzzy, kde-format -#| msgid "1 Folder" -#| msgid_plural "%1 Folders" +#, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "%1 โฟลเดอร์" +msgstr "โฟลเดอร์รูท" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgid "&Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "เลือ&ก..." +msgstr "เลือก..." #: filewidgets/kfilecopytomenu.cpp:225 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "คัดลอก" +msgstr "คัดลอกที่นี่" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "" +msgstr "ย้ายมาที่นี่" -#: filewidgets/kfilefiltercombo.cpp:42 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|ทุกแฟ้ม" -#: filewidgets/kfilefiltercombo.cpp:125 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "ทุกแฟ้มที่รองรับ" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 +#, kde-format msgid "All Files" -msgstr "*|ทุกแฟ้ม" +msgstr "ทุกไฟล์" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "เพิ่มรายการให้กับที่หลัก ๆ" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "แก้ไขรายการของที่หลัก ๆ" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2929,17 +2763,17 @@ msgstr "" "ที่จะช่วยให้คุณจดจำได้ว่าแต่ละรายการอ้างถึงอะไร หากคุณไม่ป้อนค่าลงในป้าย " "มันจะทำการคัดลอกเอาจากตำแหน่งที่อยู่ URL
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&ป้าย:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "ป้อนคำอธิบายที่นี่" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2951,12 +2785,12 @@ msgstr "" "%1
    http://www.kde.org
    ftp://ftp.kde.org/pub/kde/stable

    คุณสามารถเรียกดูที่อยู่ URL ได้ด้วยการคลิกบนปุ่มถัดไปยังช่องแก้ไขข้อความ
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&ตำแหน่ง:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2964,17 +2798,17 @@ msgid "" msgstr "" "นี่เป็นไอคอนที่จะใช้แสดงในถาดที่หลัก ๆ

    คลิกที่ปุ่มเพื่อเลือกไอคอนอื่น ๆ
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "เลือกไ&อคอน:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "แสดงเฉ&พาะเมื่อใช้โปรแกรมนี้ (%1) เท่านั้น" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2984,225 +2818,208 @@ msgstr "" "เลือกการตั้งค่านี้ หากคุณต้องการให้แสดงเฉพาะเมื่อใช้กับ\n" "โปรแกรมนี้ (%1) เท่านั้น

    มิฉะนั้น มันจะถูกใช้กับโปรแกรมทั้งหมด
    " -#: filewidgets/kfileplacesitem.cpp:210 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Places" +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format msgctxt "@item" msgid "Places" -msgstr "ที่หลัก ๆ" +msgstr "ที่" -#: filewidgets/kfileplacesitem.cpp:213 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format msgctxt "@item" msgid "Remote" -msgstr "เอาออก" +msgstr "ระยะไกล" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "ล่าสุด" -#: filewidgets/kfileplacesitem.cpp:219 -#, fuzzy, kde-format -#| msgid "Search" +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format msgctxt "@item" msgid "Search For" msgstr "ค้นหา" -#: filewidgets/kfileplacesitem.cpp:222 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Devices" +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format msgctxt "@item" msgid "Devices" msgstr "อุปกรณ์ต่าง ๆ" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "อุปกรณ์ที่ถอดออกได้" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "แท็ก" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (%2)" +msgstr "%1 (จาก %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "แท็กทั้งหมด" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "พื้นที่ส่วนตัว" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "เดสก์ท็อป" -#: filewidgets/kfileplacesmodel.cpp:270 -#, fuzzy -#| msgid "FIXME: Document this" +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" -msgstr "โปรดแก้ไข: โปรดสร้างเอกสารกำกับส่วนนี้ด้วย" +msgstr "เอกสาร" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "ดาวน์โหลด" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "เครือข่าย" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ถังขยะ" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "เพลง" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "รูปภาพ" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "" +msgstr "วิดีโอ" -#: filewidgets/kfileplacesmodel.cpp:391 -#, fuzzy -#| msgid "Delete Files" +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "ลบแฟ้ม" +msgstr "ไฟล์ล่าสุด" -#: filewidgets/kfileplacesmodel.cpp:396 -#, fuzzy -#| msgid "Location:" +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "ตำแหน่ง:" - -#: filewidgets/kfileplacesmodel.cpp:419 -#, fuzzy -#| msgid "Modified:" -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "แก้ไขเมื่อ:" +msgstr "ตำแหน่งล่าสุด:" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "แก้ไขวันนี้" -#: filewidgets/kfileplacesmodel.cpp:1091 -#, fuzzy, kde-format -#| msgid "Could not find the program '%1'" +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "แก้ไขเมื่อวานนี้" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "ค้นหาแล้วไม่พบโปรแกรม \"%1\"" +msgstr "ไม่สามารถเพิ่มแผงสถานที่ได้: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format msgid "Only folders can be added to the Places panel." -msgstr "ยังไม่มีแฟ้มหรือโฟลเดอร์ %1 อยู่" +msgstr "สามารถเพิ่มเฉพาะโฟลเดอร์ลงในแผงสถานที่ได้เท่านั้น" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 #, fuzzy, kde-format -#| msgid "&Release '%1'" +#| msgctxt "@action:inmenu" +#| msgid "Configure Web Shortcuts…" +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "กำหนดทางลัดเว็บ…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "&ปลดปล่อย '%1'" +msgstr "กําลังปล่อย" -#: filewidgets/kfileplacesmodel.cpp:1364 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "&ปลดปล่อย '%1'" +msgstr "ปลดปล่อย" -#: filewidgets/kfileplacesmodel.cpp:1368 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "ถอ&ด '%1' ออกอย่างปลอดภัย" +msgstr "กําลังถอดออกอย่างปลอดภัย" -#: filewidgets/kfileplacesmodel.cpp:1370 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "ถอ&ด '%1' ออกอย่างปลอดภัย" +msgstr "&ถอดออกอย่างปลอดภัย" -#: filewidgets/kfileplacesmodel.cpp:1375 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Unmounting" +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "ยกเลิกการเมานท์" +msgstr "กําลังหยุดเมานท์" -#: filewidgets/kfileplacesmodel.cpp:1377 -#, fuzzy, kde-format -#| msgid "Unmount" +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "ยกเลิกการเมานท์" +msgstr "หยุดเมานท์" -#: filewidgets/kfileplacesmodel.cpp:1401 -#, fuzzy, kde-format -#| msgid "Eject" +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "เอาสื่อออก" +msgstr "&เอาสื่อออก" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "อุปกรณ์ '%1' ไม่ใช่อุปกรณ์ประเภทดิสก์ จึงไม่สามารถเด้งสื่อออกได้" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "เกิดข้อผิดพลาดขึ้น ขณะกำลังเข้าใช้งาน %1 ระบบแจ้งกลับมาว่า: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "เกิดข้อผิดพลาดขณะกำลังเข้าใช้งาน '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "ไฟล์หนึ่งไฟล์ขึ้นไปบนอุปกรณ์นี้เปิดอยู่ในแอปพลิเคชัน" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3211,173 +3028,162 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"ไฟล์หนึ่งไฟล์ขึ้นไปบนอุปกรณ์นี้ถูกเปิดในแอปพลิเคชัน:%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr "," -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" -msgstr "" +msgstr "ฟอร์แมตใหม่หรือแก้ไขด้วย Partition Manager" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "ว่าง %1 จากพื้นที่รวม %2 (ใช้ไป %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (ซ่อน)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "เทถังขยะทิ้ง" -#: filewidgets/kfileplacesview.cpp:1209 -#, fuzzy, kde-format -#| msgid "Mount" +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "ทำการเมานท์" -#: filewidgets/kfileplacesview.cpp:1215 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "เปิดใช้ด้วย" +msgstr "เปิดในแท็บใหม่" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" -msgstr "" +msgstr "เปิดในหน้าต่างใหม่" -#: filewidgets/kfileplacesview.cpp:1227 -#, fuzzy, kde-format -#| msgid "Add Entry..." +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "เพิ่มรายการ..." -#: filewidgets/kfileplacesview.cpp:1233 -#, fuzzy, kde-format -#| msgid "Edit" +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "แก้ไข" +msgstr "&แก้ไข" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "เอาออก" +msgstr "ลบออกจากสถานที่" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "" +msgstr "&ซ่อน" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "ซ่อ&นรายการ '%1'" +msgstr "ซ่อนส่วน '%1'" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "ซ่อ&นรายการ '%1'" +msgstr "ซ่อนส่วน" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "แสดง&รายการทั้งหมด" -#: filewidgets/kfileplacesview.cpp:1263 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "มุมมองย่อ" +msgstr "มุมมองไอคอน" -#: filewidgets/kfileplacesview.cpp:1383 -#, fuzzy, kde-format -#| msgid "Auto &Detect" +#: filewidgets/kfileplacesview.cpp:1432 +#, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "ตรวจ&สอบอัตโนมัติ" +msgstr "ปรับขนาดอัตโนมัติ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "เล็ก (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "กลาง (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 -#, fuzzy, kde-format -#| msgid "Drive: %1" +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "ไดรฟ์: %1" +msgstr "ใหญ่ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "ใหญ่มาก (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "คุณสามารถเลือกได้แฟ้มเดียวเท่านั้น" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "ให้มามากกว่าหนึ่งแฟ้ม" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "คุณสามารถเลือกได้เฉพาะแฟ้มภายในระบบเท่านั้น" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "ไม่ยอมรับแฟ้มทางไกล" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3385,113 +3191,71 @@ msgid "" msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" -msgstr[0] "" +msgstr[0] "URL ที่เลือกใช้มีรูปแบบที่ไม่ได้รับการสนับสนุน โปรดใช้รูปแบบนี้: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "รูปแบบ URL ที่ไม่รองรับ" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"มีการเลือกโฟลเดอร์มากกว่าหนึ่งโฟลเดอร์ และกล่องโต้ตอบนี้ไม่ยอมรับโฟลเดอร์เหล่านั้น " -"เนื่องจากเป็นไปไม่ได้ที่มันจะตัดสินใจว่าจะเลือกเอาตัวใดกันแน่ ดังนั้น " -"โปรดเลือกมาจากรายการเพียงหนึ่งโฟลเดอร์เท่านั้น" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "ให้มามากกว่าหนึ่งโฟลเดอร์" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"จะต้องเลือกอย่างน้อยหนึ่งโฟลเดอร์และหนึ่งแฟ้ม แฟ้มต่าง ๆ ที่เลือกไว้จะถูกเพิกเฉย " -"และโฟลเดอร์ที่เลือกไว้จะถูกแสดงรายการ" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "แฟ้มและโฟลเดอร์ต่าง ๆ ที่เลือกไว้" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ไม่สามารถหาแฟ้ม \"%1\" ได้" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ไม่สามารถเปิดแฟ้มได้" -#: filewidgets/kfilewidget.cpp:1195 -#, fuzzy, kde-format -#| msgid "" -#| "Click this button to enter the parent folder.

    For " -#| "instance, if the current location is file:/home/%1 clicking this button " -#| "will take you to file:/home.
    " +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
    " msgstr "" -"คลิกที่ปุ่มนี้ เพื่อไปยังตำแหน่งโฟลเดอร์แม่ของโฟลเดอร์ปัจจุบัน

    ตัวอย่างเช่น " -"หากตำแหน่งปัจจุบันคือ file:/home/%1 การคลิกที่ปุ่มนี้ จะเป็นการเรียกไปยังตำแหน่ง file:/home" +"คลิกที่ปุ่มนี้ เพื่อไปยังโฟลเดอร์แม่

    ตัวอย่างเช่น หากตำแหน่งปัจจุบันคือ file:/" +"home/konqi การคลิกที่ปุ่มนี้ จะเป็นการเรียกไปยัง ตำแหน่ง file:/home
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "คลิกที่ปุ่มนี้ เพื่อถอยกลับหนึ่งระดับในประวัติการเรียกดู" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "คลิกที่ปุ่มนี้ เพื่อไปยังหน้าถัดไปหนึ่งระดับในประวัติการเรียกดู" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "คลิกที่ปุ่มนี้ เพื่อเรียกโหลดเนื้อหาจากตำแหน่งปัจจุบันใหม่อีกครั้ง" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "คลิกที่ปุ่มนี้เพื่อสร้างโฟลเดอร์ใหม่" -#: filewidgets/kfilewidget.cpp:1206 -#, fuzzy, kde-format -#| msgid "Show Places Navigation Panel" +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format msgid "Show Places Panel" -msgstr "แสดงแถบนำร่องที่หลัก ๆ" +msgstr "แสดงแผงสถานที่" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "แสดงที่คั่นหน้า" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "แสดงแฟ้มที่ถูกซ่อน" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "ตัวเลือก" -#: filewidgets/kfilewidget.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "This is the preferences menu for the file dialog. Various options can " -#| "be accessed from this menu including:
    • how files are sorted in the " -#| "list
    • types of view, including icon and list
    • showing of " -#| "hidden files
    • the Places navigation panel
    • file previews
    • separating folders from files
    " +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " "accessed from this menu including:
    • how files are sorted in the list
    • the Places panel
    • file previews
    • separating " "folders from files
    " msgstr "" -"นี่เป็นเมนูปรับแต่งกล่องเลือกแฟ้ม ตัวเลือกอื่น ๆ จะสามารถเข้าใช้ได้จากเมนูนี้ รวมทั้ง:" -"
    • จะให้จัดเรียงแฟ้มในรายการอย่างไร
    • ประเภทของมุมมอง " -"รวมถึงไอคอนและรายการ
    • การแสดงแฟ้มที่ถูกซ่อน
    • เรียกใช้ถาดนำร่องอย่างรวดเร็ว
    • แสดงตัวอย่างแฟ้ม
    • การแยกโฟลเดอร์ออกจากแฟ้ม
    " +"นี่เป็นเมนูปรับแต่งเมนูเลือกไฟล์ ตัวเลือกอื่น ๆ จะสามารถเข้าใช้ได้จากเมนูนี้ รวมทั้ง:" +"ท
    • จะให้จัดเรียงไฟล์อย่างไร
    • ประเภทของมุมมอง รวมถึงไอคอนและรายการ
    • การแสดงแฟ้มที่ถูกซ่อน
    • เรียกใช้ถาดนำร่องอย่างรวดเร็ว
    • แสดงตัวอย่างแฟ้ม
    • การแยกโฟลเดอร์ออกจากไฟล์
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ที่คั่นหน้า" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3523,12 +3286,38 @@ msgstr "" "แต่จะทำงานคล้ายที่คั่นหน้าอื่น ๆ ของ KDE" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&ชื่อ:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ย้อนการเปลี่ยนแปลง" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "เปิดโฟลเดอร์ที่บรรจุ" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "ชื่อแฟ้ม:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "ไฟล์ซ่อนอยู่สุดท้าย" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3540,12 +3329,12 @@ msgstr "" "คุณสามารถควบคุมคุณสมบัตินี้ได้ด้วยการคลิกเมาส์ปุ่มขวา และเลือกโหมดที่ต้องการใช้จากเมนู " "เติมข้อความให้สมบูรณ์" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "นี่เป็นชื่อของแฟ้มที่จะบันทึกไป" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3554,75 +3343,79 @@ msgstr "" "นี่เป็นรายการของแฟ้มที่จะเปิดใช้ ซึ่งสามารถเลือกได้มากกว่าหนึ่งแฟ้ม " "โดยการเลือกแฟ้มมากกว่าหนึ่งแฟ้ม ให้แยกแต่ละชื่อแฟ้มด้วยช่องว่าง" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "นี่เป็นชื่อของแฟ้มที่จะเปิด" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "ที่หลัก ๆ" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "มีแฟ้มที่ชื่อ \"%1\" อยู่ก่อนแล้ว คุณต้องการจะเขียนทับมันหรือไม่ ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "เขียนทับแฟ้มหรือไม่ ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "คุณสามารถเลือกได้เฉพาะแฟ้มภายในระบบเท่านั้น" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "ไม่ยอมรับแฟ้มระยะไกล" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|ทุกโฟลเดอร์" +msgstr "ทุกโฟลเดอร์" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "สร้างไดเรกทอรี" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "เ&ปิด" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "ขนาดไอคอน: %1 พิกเซล" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "เลือกส่วนข&ยายชื่อแฟ้ม (%1) อัตโนมัติ" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "ส่วนขยายแฟ้ม %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "เลือกส่วนข&ยายแฟ้มอัตโนมัติ" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "ส่วนขยายแฟ้มที่เหมาะสม" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3648,100 +3441,83 @@ msgstr "" "(เครื่องหมายมหัพภาคจะถูกเอาออกเองโดยอัตโนมัติ)หากไม่แน่ใจ " "ให้เปิดใช้งานตัวเลือกนี้เอาไว้ เพราะว่ามันจะทำให้แฟ้มของคุณสามารถที่จะจัดการได้ง่าย" -#: filewidgets/kfilewidget.cpp:2789 -#, fuzzy, kde-format -#| msgid "&Filter:" +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format msgid "&File type:" -msgstr "&กรอง:" +msgstr "&ชนิดไฟล์:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." -msgstr "" +msgstr "นี่คือตัวเลือกประเภทไฟล์ ใช้เพื่อเลือกรูปแบบที่จะบันทึกไฟล์" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&กรอง:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"นี่เป็นตัวกรองที่จะใช้กับรายการแฟ้ม ชื่อแฟ้มที่ไม่เข้ากับกฏการกรอง " -"จะไม่ถูกแสดง

    คุณอาจจะเลือกใช้จากรายการตัวกรองที่กำหนดไว้แล้วในเมนูปล่อยลง " -"หรืออาจจะเติมตัวกรองใหม่ได้โดยตรงในช่องข้อความ

    คุณสามารถใช้ อักขระแทนอักษร เช่น * " -"และ ? ได้ด้วย

    " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create new file type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "สร้างประเภทแฟ้มใหม่" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "นี่คือตัวเลือกประเภทไฟล์ ใช้เพื่อเลือกรูปแบบที่จะบันทึกไฟล์" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "ใส่ชื่อไฟล์ %1:" + +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "ขออภัย" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "ยังไม่มีแฟ้มแม่แบบ %1 อยู่" -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "ชื่อสำหรับลิงค์ใหม่:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "สร้างการเชื่อมโยงแบบสัญลักษณ์" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" msgstr "สร้างลิงก์ไปยัง URL" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "ป้อนชื่ออื่น" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"ไม่สามารถใช้ชื่อ %1 ได้เนื่องจากมีการสงวนไว้สำหรับใช้โดยระบบปฏิบัติการ" -#: filewidgets/knewfilemenu.cpp:1174 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#| "default." +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." -msgstr "ชื่อของ \"%1\" นั้นขึ้นต้นด้วยจุด ซึ่งจะทำให้ไดเรกทอรีถูกซ่อนไปโดยปริยาย" +msgstr "ชื่อ %1 ขึ้นต้นด้วยจุด ซึ่งจะทำให้ถูกซ่อนไปโดยปกติ" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3749,136 +3525,189 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"ชื่อ %1 เริ่มต้นด้วยช่องว่าง " +"ซึ่งจะทำให้ชื่อนั้นปรากฏก่อนรายการอื่นเมื่อจัดเรียงตามตัวอักษร นอกเหนือจากความแปลกประหลาดอื่นๆ " +"ที่อาจเกิดขึ้น" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" -msgstr "" +msgstr "การใช้เครื่องหมายทับในชื่อโฟลเดอร์จะสร้างโฟลเดอร์ย่อยดังนี้:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "การใช้เครื่องหมายทับในชื่อโฟลเดอร์จะสร้างโฟลเดอร์ย่อย" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "ไม่สามารถใช้เครื่องหมายทับในชื่อไฟล์และโฟลเดอร์ได้" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "ไม่สามารถใช้แบ็กสแลชในชื่อไฟล์และโฟลเดอร์ได้" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"การสร้างไฟล์หรือโฟลเดอร์ที่ชื่อ %1 เป็นไปไม่ได้ " +"เนื่องจากจะทับซ้อนกับตำแหน่งของโฟลเดอร์โฮมของผู้ใช้" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"ไม่แนะนำให้เริ่มชื่อไฟล์หรือโฟลเดอร์ด้วยเครื่องหมายติลเดอ (~) " +"เพราะอาจสร้างความสับสนหรืออันตรายได้เมื่อใช้เทอร์มินัลเพื่อลบข้อมูล" -#: filewidgets/knewfilemenu.cpp:1305 -#, fuzzy, kde-kuit-format -#| msgid "An older item named '%1' already exists." +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "มีรายการเดิมที่ชื่อ '%1' ซึ่งเก่ากว่าอยู่ก่อนแล้ว" +msgstr "มีรายการที่ชื่อ %1 อยู่แล้ว" -#: filewidgets/knewfilemenu.cpp:1307 -#, fuzzy, kde-kuit-format -#| msgid "A file named %1 already exists." +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "มีแฟ้มชื่อ %1 อยู่ก่อนแล้ว" +msgstr "มีไฟล์ชื่อ %1 อยู่แล้ว" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "สร้างใหม่" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "เชื่อมโยงไปยังอุปกรณ์" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "โฟลเดอร์ใหม่" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "เลิก&ทำ: สร้างโฟลเดอร์" +msgstr "สร้างโฟลเดอร์ใหม่" -#: filewidgets/knewfilemenu.cpp:1499 -#, fuzzy, kde-format -#| msgid "" -#| "Create new folder in:\n" -#| "%1" +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format msgid "Create new folder in %1:" +msgstr "สร้างโฟลเดอร์ใหม่ใน %1:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "ใส่ชื่อไฟล์ %1:" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "ค่าปริยาย" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "สร้างไฟล์ใหม่" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgid "Enter file name" +msgstr "ใส่ชื่อไฟล์ %1:" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "เลือกโปรแกรมสำหรับ %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "เลือกไ&อคอน:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." msgstr "" -"สร้างโฟลเดอร์ใหม่ใน:\n" -"%1" #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "คัดลอก" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "วาง" -#: filewidgets/kurlnavigator.cpp:600 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "เปิดใช้ด้วย" +msgstr "เปิด \"%1\" ในแท็บใหม่" -#: filewidgets/kurlnavigator.cpp:608 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "เปิดใช้ด้วย" +msgstr "เปิด \"%1\" ในหน้าต่างใหม่" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "แก้ไข" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "นำทาง" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "แสดงพาธที่สมบูรณ์" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "คุณต้องการทิ้ง %1 รายการนี้ลงถังขยะจริงหรือไม่ ?" +msgstr "ไปที่ตำแหน่งใดก็ได้บนเส้นทาง %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3888,7 +3717,16 @@ msgstr "เพิ่มเติม" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "ไปที่ตำแหน่งบนเส้นทาง" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ที่" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format @@ -3909,118 +3747,116 @@ msgid "Other" msgstr "อื่น ๆ" #: filewidgets/kurlnavigatortogglebutton.cpp:28 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgid "Edit mode" -msgstr "แก้ไข" +msgstr "ไหมดแก้ไข" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "คลิกเพื่อไปยังที่อยู่" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "คลิกเพื่อแก้ไขที่อยู่" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "คุณยังไม่ได้รับอนุญาตให้ประมวลผลแฟ้มนี้" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "ทำการเรียก %1" -#: gui/applicationlauncherjob.cpp:181 -#, fuzzy, kde-format -#| msgid "Unable to make the service %1 executable, aborting execution" +#: gui/applicationlauncherjob.cpp:173 +#, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." -msgstr "ไม่สามารถทำให้บริการ %1 ประมวลผลได้ จึงทำการยุติการประมวลผล" +msgstr "" +"ไม่สามารถทำให้บริการ %1 ประมวลผลได้ จึงทำการยุติการประมวลผล\n" +"%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "คุณไม่ได้รับการอนุญาตให้เลือกโปรแกรมที่จะเปิดใช้แฟ้มนี้" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" -msgstr "" +msgstr "Internal error: ไม่สามารถแจ้งผู้ใช้ว่าควรเริ่มต้นแอปพลิเคชันใด" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "ให้คำสั่งว่างเปล่า" #: gui/faviconrequestjob.cpp:108 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No favicon found for %1" -msgstr "ไม่พบสื่อในอุปกรณ์ %1" +msgstr "ไม่พบ favicon สำหรับ %1" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "เกิดข้อผิดพลาดในการบันทึกภาพลงใน %1" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "ไฟล์ไอคอนใหญ่เกินไป ดาวน์โหลดถูกยกเลิก" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" #: gui/kemailclientlauncherjob.cpp:92 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No mail client found" -msgstr "ไม่พบสื่อในอุปกรณ์ %1" +msgstr "ไม่พบแอปอีเมล" -#: gui/kprocessrunner.cpp:118 -#, fuzzy, kde-format -#| msgid "" -#| "The desktop entry of type\n" -#| "%1\n" -#| "is unknown." +#: gui/kprocessrunner.cpp:125 +#, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"ไม่รู้จักรายการชนิด\n" +"ไฟล์รายการเดสก์ท็อป\n" "%1\n" -"ในแฟ้มพื้นที่ทำงาน" +"ไม่ถูกต้อง" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "ทำการเรียก %1" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "ไม่สามารถหาแฟ้ม \"%1\" ได้" +msgstr "ไม่พบคำสั่ง %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "ไม่พบโปรแกรม terminal emulator" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "ไม่สามารถเปิด %1 ได้" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4031,63 +3867,59 @@ msgstr "" "%1\n" "เป็นประเภทการเชื่อมโยง แต่ไม่มีส่วน URL=... อยู่" -#: gui/openurljob.cpp:374 -#, fuzzy, kde-format -#| msgid "" -#| "The file %1 is an executable program. For safety it will not " -#| "be started." +#: gui/openurljob.cpp:379 +#, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." -msgstr "" -"แฟ้ม %1 เป็นแฟ้มโปรแกรมที่ประมวลผลได้ ดังนั้นจะไม่ให้มันทำงานเพื่อความปลอดภัย" +msgstr "ไฟล์ปฏิบัติการ \"%1\" อยู่บนระบบไฟล์ระยะไกล ด้วยเหตุผลด้านความปลอดภัยจึงไม่เริ่ม" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." -msgstr "" +msgstr "ด้วยเหตุผลด้านความปลอดภัย การเปิดใช้ไฟล์ปฏิบัติการไม่ได้รับอนุญาตในบริบทนี้" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." -msgstr "" +msgstr "โปรแกรม \"%1\" ต้องได้รับอนุญาตก่อนจึงจะเปิดใช้งานได้" -#: gui/openurljob.cpp:451 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#: gui/openurljob.cpp:461 +#, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." -msgstr "ยังไม่มีแฟ้มแม่แบบ %1 อยู่" +msgstr "" +"ไม่สามารถสร้างไฟล์ \"%1\" ให้สามารถเรียกทำงานได้\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "ภายในแฟ้มพื้นที่ทำงาน %1 ไม่มีส่วน Type=... อยู่" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"ไฟล์นี้ยังไม่สมบูรณ์และไม่ควรเปิด\n" +"ตรวจสอบแอปพลิเคชันที่เปิดอยู่และพื้นที่การแจ้งเตือนว่ามีงานหรือการดาวน์โหลดใด ๆ ที่กำลังรออยู่หรือไม่" -#: gui/openurljob.cpp:656 -#, fuzzy, kde-format -#| msgid "Cannot open file" +#: gui/openurljob.cpp:665 +#, kde-format msgid "Failed to open the file." -msgstr "ไม่สามารถเปิดแฟ้มได้" +msgstr "ไม่สามารถเปิดไฟล์ได้" -#: gui/openurljob.cpp:690 -#, fuzzy, kde-format -#| msgid "The file \"%1\" could not be found" +#: gui/openurljob.cpp:699 +#, kde-format msgid "The program \"%1\" could not be launched." -msgstr "ไม่สามารถหาแฟ้ม \"%1\" ได้" +msgstr "ไม่สามารถเปิดโปรแกรม \"%1\" ได้" #: kioexec/kioexecd.cpp:86 #, kde-kuit-format @@ -4096,36 +3928,32 @@ msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" +"ไฟล์ %1 มีการแก้ไขแล้ว คุณต้องการอัปโหลดการเปลี่ยนแปลงหรือไม่" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 -#, fuzzy, kde-format -#| msgid "File name:" +#, kde-format msgid "File Changed" -msgstr "ชื่อแฟ้ม:" +msgstr "ชื่อเปลี่ยน" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 -#, fuzzy, kde-format -#| msgid "Reload" +#, kde-format msgid "Upload" -msgstr "โหลดใหม่" +msgstr "อัพโหลด" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Upload" -msgstr "ไม่จัดเก็บ" +msgstr "อย่าอัพโหลด" #: kioexec/main.cpp:58 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#, kde-format msgid "Invalid URL: %1" -msgstr "รูปแบบที่อยู่ URL %1 ไม่ถูกต้อง" +msgstr "URL ไม่ถูกต้อง: %1" #: kioexec/main.cpp:64 -#, fuzzy, kde-format -#| msgid "Could not bind %1." +#, kde-format msgid "File not found: %1" -msgstr "ไม่สามารถ bind %1 ได้" +msgstr "ไม่พบไฟล์: %1" #: kioexec/main.cpp:81 #, kde-format @@ -4133,6 +3961,8 @@ msgid "" "The URL %1\n" "is malformed" msgstr "" +"URL %1\n" +"มีรูปร่างผิดปกติ" #: kioexec/main.cpp:83 #, kde-format @@ -4140,6 +3970,8 @@ msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" +"Remote URL %1\n" +"ไม่อนุญาติให้ใช้สวิตช์ --tempfiles" #: kioexec/main.cpp:239 #, kde-format @@ -4149,12 +3981,15 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" +"ไฟล์ชั่วคราว\n" +"%1\n" +"ได้รับการแก้ไขแล้ว\n" +"คุณยังต้องการลบมันอยู่หรือไม่" #: kioexec/main.cpp:242 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Delete" -msgstr "ไม่จัดเก็บ" +msgstr "อย่าลบ" #: kioexec/main.cpp:249 #, kde-format @@ -4164,75 +3999,72 @@ msgid "" "has been modified.\n" "Do you want to upload the changes?" msgstr "" - -#: kioexec/main.cpp:300 -#, fuzzy, kde-format -#| msgid "Exec" -msgid "KIOExec" -msgstr "ประมวลผล" +"ไฟล์\n" +"%1\n" +"ถูกเปลี่ยนแปลง\n" +"อยากอัพโหลดการเปลี่ยนแปลงไหม" #: kioexec/main.cpp:302 #, kde-format -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "" +msgid "KIOExec" +msgstr "KIOExec" #: kioexec/main.cpp:304 #, kde-format -msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "" - -#: kioexec/main.cpp:305 -#, kde-format -msgid "David Faure" -msgstr "" +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgstr "KIO Exec - เปิดไฟล์ระยะไกล ตรวจสอบการแก้ไข และขอให้อัปโหลด" #: kioexec/main.cpp:306 #, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 -#, kde-format -msgid "Bernhard Rosenkraenzer" -msgstr "" - -#: kioexec/main.cpp:308 -#, kde-format -msgid "Waldo Bastian" -msgstr "" - #: kioexec/main.cpp:309 #, kde-format -msgid "Oswald Buddenhagen" -msgstr "" +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:310 #, kde-format -msgid "Treat URLs as local files and delete them afterwards" -msgstr "" +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" #: kioexec/main.cpp:316 -#, fuzzy, kde-format -#| msgid "Choose an alternate filename for the new file." -msgid "Suggested file name for the downloaded file" -msgstr "โปรดเลือกชื่อแฟ้มใหม่เป็นชื่ออื่น" - -#: kioexec/main.cpp:317 #, kde-format -msgid "Command to execute" -msgstr "" +msgid "Treat URLs as local files and delete them afterwards" +msgstr "ปฏิบัติต่อ URL เป็นไฟล์ในเครื่องแล้วลบออกในภายหลัง" #: kioexec/main.cpp:318 #, kde-format -msgid "URL(s) or local file(s) used for 'command'" -msgstr "" +msgid "Suggested file name for the downloaded file" +msgstr "ชื่อไฟล์ที่แนะนำสำหรับไฟล์ที่ดาวน์โหลด" -#: kioworkers/file/file.cpp:166 +#: kioexec/main.cpp:319 #, kde-format -msgid "Setting ACL for %1" -msgstr "ตั้งค่าการควบคุมสิทธิ์ (ACL) ของ %1" +msgid "Command to execute" +msgstr "คำสั่งให้ดำเนินการ" -#: kioworkers/file/file.cpp:739 +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "URL หรือไฟล์ภายในเครื่องที่ใช้สำหรับ 'คำสั่ง'" + +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4241,138 +4073,48 @@ msgstr "" "ไม่สามารถเปลี่ยนสิทธิ์ที่อนุญาตของ\n" "%1 ได้" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "ไม่สามารถเปลี่ยนความเป็นเจ้าของของ %1 ได้" +msgstr "" +"ไม่สามารถเปลี่ยนเจ้าของและกลุ่มสำหรับ\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้มชั่วคราวได้" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "ไม่สามารถค้นหาโปรแกรม \"mount\" ได้" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "ไม่สามารถค้นหาโปรแกรม \"umount\" ได้" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "สิทธิ์ที่อนุญาตขั้นสูง" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "สิทธิ์ที่อนุญาต" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "เอาออก" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "ไดเรกทอรี" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "สร้างไดเรกทอรี" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "สิทธิ์ที่อนุญาต" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "เปิดโปรแกรมจัดการแฟ้ม" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "ไดเรกทอรี" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "ชื่อแฟ้ม:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "ไดรฟ์: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "ไม่รู้จักการขัดจังหวะที่เกิดขึ้น" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "ไม่สามารถคัดลอกแฟ้มจาก %1 ไปยัง %2 ได้ (หมายเลขข้อผิดพลาด: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "ไม่พบสื่อในอุปกรณ์ %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "ไม่สามารถรับเอาหมายเลขผู้ใช้ (user id) ของชื่อผู้ใช้ %1 ได้" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "ไม่สามารถรับเอาหมายเลขกลุ่ม (group id) ของชื่อกลุ่ม %1 ได้" @@ -4388,10 +4130,9 @@ msgid "Connected to host %1" msgstr "เชื่อมต่อกับเครื่อง %1 แล้ว" #: kioworkers/ftp/ftp.cpp:477 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#, kde-format msgid "%1 (Error %2)" -msgstr "%1 (%2)" +msgstr "%1 (Error %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format @@ -4415,40 +4156,41 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "คุณต้องป้อนชื่อผู้ใช้และรหัสผ่านก่อน เพื่อเข้าใช้งานเว็บไซต์นี้" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "เว็บไซต์:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "ล็อกอินผ่าน" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "ไม่สามารถล็อกอินไปยัง %1 ได้" -#: kioworkers/ftp/ftp.cpp:1036 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format msgid "" "\n" "The server said: \"%1\"" -msgstr "ทำการเรียก %1" +msgstr "" +"\n" +"เซิร์ฟเวอร์บอกว่า: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4457,58 +4199,55 @@ msgstr "" "คุณต้องป้อนทั้งชื่อผู้ใช้และรหัสผ่านของเครื่องบริการพร็อกซีด้านล่างนี้ " "ก่อนที่คุณจะสามารถเข้าใช้งานเว็บไซต์อื่น ๆ ได้" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "พร็อกซี:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "การตรวจสอบสิทธิ์ของพร็อกซีล้มเหลว" #: kioworkers/help/kio_help.cpp:112 -#, fuzzy, kde-format -#| msgid "There are no special actions available for protocol %1." +#, kde-format msgid "There is no documentation available for %1." -msgstr "ไม่มีการกระทำพิเศษสำหรับโพรโทคอล %1" +msgstr "ไม่มีเอกสารสำหรับ %1" #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "" +msgstr "กำลังค้นหาไฟล์ที่ถูกต้อง" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "" +msgstr "กําลังจัดเตรียมเอกสาร" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 -#, fuzzy, kde-format -#| msgid "The requested lock could not be granted. %1" +#, kde-format msgid "The requested help file could not be parsed:
    %1" -msgstr "คำขอให้ทำการล็อค ไม่ได้รับการอนุญาต; %1" +msgstr "ไม่สามารถวิเคราะห์ไฟล์วิธีใช้ที่ขอไว้ได้:
    %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "" +msgstr "บันทึกลงในแคช" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "" +msgstr "ใช้เวอร์ชันจากแคช" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "" +msgstr "ส่วนการค้นหา" #: kioworkers/help/kio_help.cpp:321 -#, fuzzy, kde-format -#| msgid "Could not read file %1." +#, kde-format msgid "Could not find filename %1 in %2." -msgstr "ไม่สามารถอ่านแฟ้ม %1 ได้" +msgstr "ไม่พบชื่อไฟล์ %1 ใน %2" #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format @@ -4517,101 +4256,101 @@ msgid "" msgstr "คุณต้องการให้ยอมรับใบรับรองนี้ตลอดไปหรือไม่ เพื่อจะได้ไม่มีการถามซ้ำอีก ?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "การตรวจสอบสิทธิ์ของแม่ข่าย" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 ที่ %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "ไม่เช่นนั้น ก็ทำสิ่งที่ร้องขอมาก็เรียบร้อยแล้ว" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "รับค่าคุณสมบัติ" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "ตั้งค่าค่าคุณสมบัติ" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "สร้างโฟลเดอร์ที่ร้องขอมา" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "คัดลอกแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "ย้ายแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "ค้นหาในโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "ล็อคแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "ปลดล็อคแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "ลบแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "อ่านค่าความสามารถของเครื่องแม่ข่าย" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "รับเนื้อหาจากแฟ้มหรือโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "ประมวลผลรายงานในโฟลเดอร์ที่ระบุ" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "เกิดความผิดพลาดที่ไม่คาดขึ้น (%1) ขณะพยายาม %2" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4619,25 +4358,21 @@ msgid "" "below." msgstr "เกิดข้อผิดพลาดขึ้น ขณะกำลัง %1, %2 ผลสรุปของข้อผิดพลาดแสดงให้เห็นอยู่ทางด้านล่างนี้" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "ถูกปฏิเสธการเข้าใช้งานขณะกำลัง %1" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "จะไม่สามารถสร้างทรัพยากรที่ปลายทางได้ จนกว่าจะมีการสร้างโฟลเดอร์สำหรับจัดเก็บเสียก่อน" -#: kioworkers/http/http.cpp:1448 -#, fuzzy, kde-format -#| msgid "" -#| "The server was unable to maintain the liveness of the properties listed " -#| "in the propertybehavior XML element or you attempted to overwrite a file " -#| "while requesting that files are not overwritten. %1" +#: kioworkers/http/http.cpp:1511 +#, kde-format msgid "" "The server was unable to maintain the liveness of the\n" "properties listed in the propertybehavior XML element\n" @@ -4645,31 +4380,33 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" -"เครื่องแม่ข่ายไม่สามารถรักษาการคงอยู่ของคุณสมบัติ ที่แสดงในลักษณะคุณสมบัติส่วนต่าง ๆ ของ XML ได้ " -"หรือคุณอาจจะกำลังทำการเขียนทับแฟ้ม ขณะที่แฟ้มที่ร้องขอมานั้นไม่สามารถถูกเขียนทับได้ %1" +"เซิร์ฟเวอร์ไม่สามารถรักษาความมีชีวิตของ\n" +"คุณสมบัติที่แสดงอยู่ใน propertybehavior XML element\n" +"หรือคุณพยายามเขียนทับไฟล์ในขณะที่ขอให้ไฟล์ไม่ถูกเขียนทับ\n" +"%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "คำขอให้ทำการล็อค ไม่ได้รับการอนุญาต; %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "เครื่องแม่ข่ายไม่รองรับประเภทตัวข้อความที่ร้องขอมา" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "ไม่สามารถทำ %1 ได้ เนื่องจากทรัพยากรถูกล็อคอยู่" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "การกระทำนี้ ถูกปกป้องจากข้อผิดพลาดอื่น" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4677,7 +4414,7 @@ msgid "" "folder." msgstr "ไม่สามารถทำ %1 ได้ เนื่องจากแม่ข่ายปลายทางปฏิเสธที่จะยอมรับแฟ้มหรือโฟลเดอร์" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4686,40 +4423,37 @@ msgstr "" "ทรัพยากรปลายทางมีพื้นที่ไม่เพียงพอสำหรับบันทึกสถานะของทรัพยากร " "หลังจากที่มีการประมวลผลของวิธีการนี้แล้ว" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "ไม่สามารถลบทรัพยากรได้" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "อัปโหลด %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "เกิดความผิดพลาดที่ไม่คาดคิดขึ้น (%1) ขณะกำลัง %2" #: kioworkers/remote/remoteimpl.cpp:98 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Network" +#, kde-format msgid "Network" msgstr "เครือข่าย" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format msgid "Malformed URL %1" -msgstr "รูปแบบที่อยู่ URL %1 ไม่ถูกต้อง" +msgstr "URL ผิดรูปแบบ %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4727,34 +4461,28 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" +"ไดเร็กทอรี %1 ไม่มีอยู่อีกต่อไป ดังนั้นจึงไม่สามารถกู้คืนรายการนี้ไปยังตำแหน่งเดิมได้ " +"คุณสามารถสร้างไดเร็กทอรีนั้นใหม่และใช้การดำเนินการกู้คืนอีกครั้ง หรือลากรายการไปที่อื่นเพื่อกู้คืน" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "การรวมกันของโปรโตคอลไม่ถูกต้อง" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 -#, fuzzy, kde-format -#| msgid "This file is a link and does not have permissions." -#| msgid_plural "All files are links and do not have permissions." +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format msgid "This file is already in the trash bin." -msgstr "แฟ้มทั้งหมดเป็นที่อยู่เชื่อมโยงและไม่มีสิทธิ์ที่อนุญาต" +msgstr "ไฟล์นี้มีอยู่ในถังขยะแล้ว" #: kioworkers/trash/kio_trash_win.cpp:244 -#, fuzzy, kde-format -#| msgid "Writing to %1 is not supported." +#, kde-format msgid "not supported" -msgstr "ยังไม่รองรับการเขียนไปยัง %1" +msgstr "ไม่รองรับ" #: kioworkers/trash/kio_trash_win.cpp:253 -#, fuzzy, kde-format -#| msgid "" -#| "Internal error in server\n" -#| "%1" +#, kde-format msgid "Internal error in copyOrMove, should never happen" -msgstr "" -"เกิดข้อผิดพลาดภายในเครื่องแม่ข่าย\n" -"%1" +msgstr "เกิดข้อผิดพลาดภายในใน copyOrMove ที่ไม่ควรเกิดขึ้น" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4763,53 +4491,52 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" +"โปรแกรมช่วยจัดการถังขยะ KDE\n" +"หมายเหตุ: หากต้องการย้ายไฟล์ไปที่ถังขยะ อย่าใช้ ktrash แต่ให้ใช้ \"kioclient move'url' " +"trash:/\"" #: kioworkers/trash/ktrash.cpp:31 #, kde-format msgid "Empty the contents of the trash" -msgstr "" +msgstr "ล้างของที่อยู่ภายในออกจากถังขยะ" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "" +msgstr "กู้คืนไฟล์ที่ถูกทิ้งไปยังตำแหน่งเดิม" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." -msgstr "" +msgstr "ถังขยะเต็มแล้ว ให้ล้างถังขยะหรือลบรายการออกด้วยตนเอง" #: kpasswdserver/kpasswdserver.cpp:529 -#, fuzzy, kde-format -#| msgid " Do you want to retry?" +#, kde-format msgid "Do you want to retry?" -msgstr " คุณต้องการจะลองใหม่หรือไม่ ?" +msgstr "คุณต้องการจะลองใหม่หรือไม่ ?" #: kpasswdserver/kpasswdserver.cpp:533 -#, fuzzy, kde-format -#| msgid "Server Authentication" +#, kde-format msgid "Retry Authentication" -msgstr "การตรวจสอบสิทธิ์ของแม่ข่าย" +msgstr "ลองตรวจสอบสิทธิ์ใหม่" #: kpasswdserver/kpasswdserver.cpp:536 #, kde-format msgctxt "@action:button filter-continue" msgid "Retry" -msgstr "" +msgstr "ลองอีกครั้ง" -#: kpasswdserver/kpasswdserver.cpp:796 -#, fuzzy, kde-format -#| msgid "Authorization Dialog" +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format msgid "Authentication Dialog" -msgstr "กล่องตรวจสอบสิทธิ์" +msgstr "หน้าต่างตรวจสอบสิทธิ์" -#: schemehandlers/telnet/ktelnetservice.cpp:52 -#, fuzzy, kde-format -#| msgid "Access Denied" +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format msgid "Access denied" -msgstr "ถูกปฏิเสธไม่ให้เข้าใช้งาน" +msgstr "การเข้าถึงถูกปฏิเสธ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "คุณไม่ได้รับอนุญาตให้เข้าใช้งานโพรโทคอล %1" @@ -4817,24 +4544,22 @@ msgstr "คุณไม่ได้รับอนุญาตให้เข้ #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "" +msgstr "ไม่พบผู้ให้บริการการค้นหาที่ต้องการ" #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "" +msgstr "ไม่พบผู้ให้บริการการค้นหา" #: urifilters/shorturi/kshorturifilter.cpp:247 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#, kde-format msgid "%1 does not have a home folder." -msgstr "ยังไม่มีแฟ้มแม่แบบ %1 อยู่" +msgstr "ยังไม่มีโฟลเดอร์หลักของผู้ใช้ %1 อยู่" #: urifilters/shorturi/kshorturifilter.cpp:249 -#, fuzzy, kde-format -#| msgid "You do not have permission to run %1." +#, kde-format msgid "There is no user called %1." -msgstr "คุณยังไม่ได้รับอนุญาตให้ประมวลผล %1 ได้" +msgstr "ไม่มีผู้ใช้ที่ชื่อ %1" #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4915,56 +4640,58 @@ msgid "" "Copy and paste a checksum in the field below.
    A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"คัดลอกและวาง checksum ในช่องด้านล่าง
    โดยปกติแล้ว checksum " +"จะมาจากเว็บไซต์ที่คุณดาวน์โหลดไฟล์นี้มา" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "คาดหวัง checksum (MD5, SHA1, SHA256 or SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." -msgstr "" +msgstr "คลิกเพื่อวาง checksum จากคลิปบอร์ดลงในช่องอินพุต" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" -msgstr "" +msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "คำนวณ" @@ -4973,143 +4700,224 @@ msgstr "คำนวณ" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "คลิกเพื่อคัดลอก checksum ไปยังคลิปบอร์ด" -#: widgets/dropjob.cpp:189 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Cancel" +#: widgets/dropjob.cpp:192 +#, kde-format msgid "C&ancel" -msgstr "ยกเลิก" +msgstr "ย&กเลิก" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "" +msgstr "&ย้ายมาที่นี่" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "&ดาวน์โหลดที่นี่" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "" +msgstr "&คัดลอกที่นี่" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "" +msgstr "&ลิงค์ที่นี่" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 #, fuzzy, kde-format -#| msgid "Do you wish to store the passphrase in your wallet file?" +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "ทำการเรียก %1" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format msgid "What do you wish to do with this file?" -msgstr "คุณต้องการจะจัดเก็บวลีรหัสผ่านไว้ในกระเป๋าคุมข้อมูลของคุณหรือไม่ ?" +msgstr "คุณต้องการทำอะไรกับไฟล์นี้?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "ไม่ต้องถามอีก" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "ประมวลผล" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "เ&ปิด" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "เ&ปิดด้วย %1" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "คุณต้องการทำอะไรกับไฟล์นี้?" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "ทำการสร้างไดเรกทอรี" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "ต้นทาง" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "ปลายทาง" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "ทำสำเนา" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ทำการย้าย" -#: widgets/fileundomanager.cpp:146 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/fileundomanager.cpp:140 +#, kde-format msgid "Renaming" -msgstr "เปลี่&ยนชื่อ" +msgstr "กําลังเปลี่ยนชื่อ" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "ทิ้งลงถังขยะ" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "ทำการลบ" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "เลิ&กทำ" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "เลิก&ทำ: คัดลอก" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "เลิก&ทำ: เชื่อมโยง" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "เลิก&ทำ: ย้าย" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "เลิก&ทำ: เปลี่ยนชื่อ" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "เลิก&ทำ: ทิ้งลงถังขยะ" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "เลิก&ทำ: สร้างโฟลเดอร์" -#: widgets/fileundomanager.cpp:323 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:344 +#, kde-format msgid "Und&o: Create Folder(s)" msgstr "เลิก&ทำ: สร้างโฟลเดอร์" -#: widgets/fileundomanager.cpp:325 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:346 +#, kde-format msgid "Und&o: Create File" -msgstr "เลิก&ทำ: สร้างโฟลเดอร์" +msgstr "เลิก&ทำ: สร้างไฟล์" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 +#, kde-format +msgid "Und&o: Batch Rename" +msgstr "เลิก&ทำ: เปลี่ยนชื่อเป็นชุด" + +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "เลิก&ทำ: คัดลอก" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "เลิก&ทำ: เชื่อมโยง" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "เลิก&ทำ: ย้าย" + +#: widgets/fileundomanager.cpp:369 #, fuzzy, kde-format #| msgid "Und&o: Rename" -msgid "Und&o: Batch Rename" +msgid "&Redo: Rename" msgstr "เลิก&ทำ: เปลี่ยนชื่อ" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "เลิก&ทำ: ทิ้งลงถังขยะ" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "เลิก&ทำ: สร้างโฟลเดอร์" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "เลิก&ทำ: สร้างโฟลเดอร์" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "เลิก&ทำ: สร้างไฟล์" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "เลิก&ทำ: เปลี่ยนชื่อเป็นชุด" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5121,47 +4929,39 @@ msgstr "" "การเลิกทำการคัดลอกจะเป็นการลบแฟ้ม และการแก้ไขเปลี่ยนแปลงทั้งหมดจะสูญไป\n" "คุณแน่ใจหรือว่าต้องการจะลบ %4 ?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "ยืนยันการเลิกทำการคัดลอกแฟ้ม" -#: widgets/jobuidelegate.cpp:229 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, fuzzy, kde-format -#| msgid "Delete Entry" -msgid "Delete Permanently" -msgstr "ลบรายการ" +"คุณต้องการลบรายการนี้อย่างถาวรหรือไม่?%1ไม่สามารถย้อนการกระทำนี้ได้" #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "ลบทาวร" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Entry" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "ลบรายการ" +msgstr "ลบทาวร" -#: widgets/jobuidelegate.cpp:242 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?This action cannot be undone." msgstr[0] "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"คุณต้องการลบ %1 รายการนี้ออกอย่างถาวรจริงหรือ?ไม่สามารถย้อนการกระทำนี้ได้" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"คุณต้องการลบรายการทั้งหมดออกจากถังขยะอย่างถาวรหรือไม่?การดำเนินการนี้ไม่สามารถย้อนกลับได้" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "เทถังขยะทิ้ง" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" -msgstr "คุณต้องการทิ้ง %1 รายการนี้ลงถังขยะจริงหรือไม่ ?" +msgstr "คุณต้องการย้ายรายการนี้ไปยังถังขยะจริงหรือไม่?%1" -#: widgets/jobuidelegate.cpp:278 -#, fuzzy, kde-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:279 +#, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "คุณต้องการทิ้ง %1 รายการนี้ลงถังขยะจริงหรือไม่ ?" +msgstr[0] "คุณต้องการทิ้ง %1 รายการนี้ลงถังขยะจริงหรือไม่?" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "เพิ่ม..." #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "แก้ไข" +msgstr "แก้ไข..." #: widgets/kacleditwidget.cpp:79 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgctxt "@action:button" msgid "Delete" msgstr "ลบ" #: widgets/kacleditwidget.cpp:227 -#, fuzzy, kde-format -#| msgid "Owner" +#, kde-format msgctxt "Unix permissions" msgid "Owner" msgstr "เจ้าของ" #: widgets/kacleditwidget.cpp:231 -#, fuzzy, kde-format -#| msgid "Owning Group" +#, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "กลุ่มของเจ้าของ" +msgstr "กลุ่มเจ้าของ" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 -#, fuzzy, kde-format -#| msgid "Others" +#, kde-format msgctxt "UNIX permissions" msgid "Others" msgstr "อื่น ๆ" #: widgets/kacleditwidget.cpp:239 -#, fuzzy, kde-format -#| msgid "Mask" +#, kde-format msgctxt "UNIX permissions" msgid "Mask" msgstr "มาสก์" #: widgets/kacleditwidget.cpp:243 -#, fuzzy, kde-format -#| msgid "Named User" +#, kde-format msgctxt "UNIX permissions" msgid "Named User" -msgstr "ผู้ใช้ที่กำหนดชื่อ" +msgstr "ผู้ใช้ที่มีชื่อ" #: widgets/kacleditwidget.cpp:254 -#, fuzzy, kde-format -#| msgid " (Default)" +#, kde-format msgid "Owner (Default)" -msgstr " (ค่าปริยาย)" +msgstr "เจ้าของ (ค่าเริ่มต้น)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5295,7 +5081,7 @@ msgstr "เจ้าของ" msgid "Owning Group" msgstr "กลุ่มของเจ้าของ" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "อื่น ๆ" @@ -5364,239 +5150,253 @@ msgid "Updating System Configuration" msgstr "ทำการปรับปรุงค่าปรับแต่งระบบ" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "ทำการปรับปรุงค่าปรับแต่งระบบ" +msgstr "กำลังอัปเดตการกำหนดค่าระบบ…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ชื่อ" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "ขนาด" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "วันที่" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "สิทธิ์ที่อนุญาต" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "เจ้าของ" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "กลุ่ม" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "ประเภท" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "เ&ปิดใช้ด้วย %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&การกระทำ" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "เปิดใช้&ด้วย" +msgstr "&เปิดโฟลเดอร์ด้วย…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "เปิดใช้&ด้วย" +msgstr "&เปิดใช้ด้วย..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 #, fuzzy, kde-format -#| msgid "&Open with %1" -msgid "&Open folder with %1" -msgstr "เ&ปิดด้วย %1" +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&ประมวลผล" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 +#, kde-format +msgid "&Open folder with %1" +msgstr "&เปิดด้วย %1" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "เ&ปิดด้วย %1" -#: widgets/kfileitemactions.cpp:763 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:868 +#, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "เปิดใช้&ด้วย" +msgstr "&เปิดใช้ด้วย" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "เปิดใช้&ด้วย" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgid "&Application" +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "โ&ปรแกรม" +msgstr "&โปรแกรมอื่น" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 รายการ" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "ไม่ทราบ" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "หยุด" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "จุดเมานท์:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "ประเภท:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "เนื้อหา:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "เปิดใช้ด้วย:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "เปลี่ยน..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "ตำแหน่ง:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "ขนาด:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "เ&ปลี่ยน..." +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -#| msgid "Contents:" -msgid "Content:" -msgstr "เนื้อหา:" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "หยุด" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "สำรวจใน Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "ชี้ไปยัง:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "แก้ไขเมื่อ:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgctxt "Warning about executing unknown .desktop file" +#| msgid "Warning" +msgid "Show target" +msgstr "คำเตือน" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "สร้างเมื่อ:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "ระบบแฟ้ม:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "เครื่องที่ไม่รู้จัก" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "จุดเมานท์:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "แก้ไขเมื่อ:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "เข้าใช้เมื่อ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "ระบบแฟ้ม:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "เปิดใช้ด้วย" +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "จุดเมานท์:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "เมานท์จาก:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "ที่เหลือ:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "ไม่รู้ขนาด" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5625,14 +5425,14 @@ msgstr "เลือกชื่อของโปรแกรมที่จะ #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
    %1
    " -msgstr "" +msgstr "เลือกโปรแกรมที่คุณต้องการใช้เปิดไฟล์
    %1
    " #: widgets/kopenwithdialog.cpp:592 #, kde-format msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." -msgstr[0] "" +msgstr[0] "เลือกโปรแกรมที่คุณต้องการใช้เปิด %1 ไฟล์" #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format @@ -5667,6 +5467,8 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"พิมพ์เพื่อกรองแอปพลิเคชันด้านล่างหรือระบุชื่อคำสั่ง\n" +"กดลูกศรลงเพื่อนำทางไปยังผลลัพธ์" #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5697,26 +5499,27 @@ msgstr "" "%c - หมายเหตุ" #: widgets/kopenwithdialog.cpp:742 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" -msgstr "กำ&หนดให้ใช้โปรแกรมนี้ กับแฟ้มประเภทนี้ตลอดไป" +msgstr "" +"&กำหนดให้ใช้โปรแกรมนี้กับไฟล์ประเภทนี้ตลอด\n" +"\"%1\" (%2)" #: widgets/kopenwithdialog.cpp:744 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\"" -msgstr "กำ&หนดให้ใช้โปรแกรมนี้ กับแฟ้มประเภทนี้ตลอดไป" +msgstr "" +"&กำหนดให้ใช้โปรแกรมนี้กับไฟล์ประเภทนี้ตลอด\n" +"\"%1\"" #: widgets/kopenwithdialog.cpp:754 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options" -msgstr "ตัวเลือกของเ&ทอร์มินัล:" +msgstr "ตัวเลือกของเทอร์มินัล:" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5731,7 +5534,7 @@ msgstr "ไ&ม่ต้องปิดเมื่อคำสั่งจบ #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "เอาแอพเพิ่มเติมได้จาก Discover" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5755,17 +5558,15 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 -#, fuzzy, kde-format -#| msgid "&Run in terminal" +#, kde-format msgid "Run in terminal" -msgstr "&ประมวลผลในเทอร์มินัล" +msgstr "เปิดในเทอร์มินัล" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options:" -msgstr "ตัวเลือกของเ&ทอร์มินัล:" +msgstr "ตัวเลือกของเทอร์มินัล:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5781,10 +5582,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format -#| msgid "&Do not close when command exits" +#, kde-format msgid "Do not close when command exits" -msgstr "ไ&ม่ต้องปิดเมื่อคำสั่งจบการทำงานแล้ว" +msgstr "ไม่ต้องปิดเมื่อคำสั่งจบการทำงานแล้ว" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5811,10 +5611,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" +#, kde-format msgid "Run as a different user" -msgstr "&ประมวลผลโดยใช้สิทธิ์ของผู้ใช้อื่น" +msgstr "ประมวลผลโดยใช้ผู้ใช้อื่น" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 @@ -5838,26 +5637,22 @@ msgstr "ป้อนชื่อผู้ใช้ที่คุณต้อง #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "Discrete GPU" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "ใช้งานโดยใช้ dedicated graphics card" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 -#, fuzzy, kde-format -#| msgctxt "" -#| "@title:group Title of a group that lets the user choose options regargin " -#| "program startup" -#| msgid "Startup" +#, kde-format msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" msgid "Startup" -msgstr "เริ่มโปรแกรม" +msgstr "การเริ่มโปรแกรม" #. i18n: ectx: property (whatsThis), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:152 @@ -5871,10 +5666,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 -#, fuzzy, kde-format -#| msgid "Enable &launch feedback" +#, kde-format msgid "Enable launch feedback" -msgstr "เปิดใช้การแจ้งเตือนการเ&ริ่มทำงาน" +msgstr "เปิด launch feedback" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5889,26 +5683,37 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "ป้อนรายละเอียดของโปรแกรมนี้ โดยให้สัมพันธ์กับหน้าที่ของมัน เช่น : โปรแกรมหมุนโมเด็ม (KPPP) " "ควรให้รายละเอียดเป็น \"เครื่องมือหมุนโมเด็ม\" เป็นต้น" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&รายละเอียด:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "ชื่อ&ผู้ใช้:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "ป้อนคำอธิบายที่คุณคิดว่าเป็นประโยชน์ได้ที่นี่" +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"ป้อนรายละเอียดของโปรแกรมนี้ โดยให้สัมพันธ์กับหน้าที่ของมัน เช่น : โปรแกรมหมุนโมเด็ม (KPPP) " +"ควรให้รายละเอียดเป็น \"เครื่องมือหมุนโมเด็ม\" เป็นต้น" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5919,23 +5724,22 @@ msgstr "หมายเ&หตุ:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format -#| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" -msgstr "ใช้ตัวแปรแวดล้อมของพร็อกซีที่ตั้งค่าไว้แล้ว" +#| msgid "Environment Variables:" +msgid "Environment variables:" +msgstr "ตัวแปรแวดล้อม:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "ป้อนชื่อผู้ใช้ที่คุณต้องการจะใช้สิทธิ์ในการประมวลผลโปรแกรมที่นี่" +msgstr "พิมพ์คำสั่งเพื่อเริ่มแอปพลิเคชันนี้ที่นี่" #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "โปรแกรม:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -5954,22 +5758,7 @@ msgstr "เลือ&ก..." #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several place holders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "%f - a single file name\n" -#| "%F - a list of files; use for applications that can open several local " -#| "files at once\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%d - the directory of the file to open\n" -#| "%D - a list of directories\n" -#| "%i - the icon\n" -#| "%m - the mini-icon\n" -#| "%c - the caption" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -5988,22 +5777,19 @@ msgstr "" "\n" "คุณสามารถเติมตัวแทนค่าได้หลายตัวตามหลังคำสั่ง ซึ่งตัวแทนค่าเหล่านี้ " "จะถูกแทนที่ด้วยค่าจริงเมื่อโปรแกรมถูกสั่งให้ทำงาน ดังนี้:\n" -"%f - ชื่อแฟ้มเดี่ยว\n" -"%F - รายการชื่อแฟ้ม ซึ่งใช้กับโปรแกรมที่สามารถเปิดแฟ้มบนเครื่องได้หลายแฟ้มพร้อมกัน\n" -"%u - ที่อยู่ URL เดี่ยว\n" -"%U - รายชื่อของที่อยู่ URL\n" -"%d - ไดเรกทอรีของแฟ้มที่จะเปิด\n" -"%D - รายชื่อของไดเรกทอรี\n" -"%i - ไอคอน\n" -"%m - ไอคอนขนาดเล็ก\n" -"%c - คำอธิบาย" +"%f - ชื่อไฟล์เดียว\n" +"%F - รายการชื่อไฟล์ ซึ่งใช้กับโปรแกรมที่สามารถเปิดไฟล์บนเครื่องได้หลายไฟล์พร้อมกัน\n" +"%u - ที่อยู่ URL เดียว\n" +"%U - รายชื่อ URL \n" +"%i - ไอคอนของไฟล์ .desktop\n" +"%c - ชื่อของไฟล์ .desktop\n" +"%k - ที่อยู่ของไฟล์ .desktop" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "FIXME: Document this" +#, kde-format msgid "&Arguments:" -msgstr "โปรดแก้ไข: โปรดสร้างเอกสารกำกับส่วนนี้ด้วย" +msgstr "&Arguments:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) @@ -6133,52 +5919,70 @@ msgstr[0] "คุณสมบัติของ %1 รายการที่ #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "แชร์" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not save properties. You do not have sufficient access to write " -#| "to %1." +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." -msgstr "ไม่สามารถบันทึกคุณสมบัติได้ คุณอาจยังไม่มีสิทธิ์เขียนไปยัง %1" +msgstr "" +"ไม่สามารถบันทึกคุณสมบัติได้ คุณอาจยังไม่มีสิทธิ์เขียนไปยัง %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "ทั่วไ&ป" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ใส่ชื่อไฟล์ %1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "สำรวจใน %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "ปรับปรุงใหม่" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" -msgid "%1:" -msgstr "%1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 -#, fuzzy, kde-format -#| msgid "Unknown Host" +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "ไม่สามารถโอน %1 ได้" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format msgctxt "@info:status" msgid "Unknown size" -msgstr "เครื่องที่ไม่รู้จัก" +msgstr "ไม่รู้ขนาด" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6187,180 +5991,168 @@ msgstr "" "กำลังคำนวณ... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "แฟ้ม %1 แฟ้ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "โฟลเดอร์ย่อย %1 โฟลเดอร์" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 -#, fuzzy, kde-format -#| msgid "Calculating..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format msgid "Calculating...\n" -msgstr "กำลังคำนวณ..." +msgstr "กำลังคำนวณ...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 -#, fuzzy, kde-format -#| msgid "At least %1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format msgid "At least %1\n" -msgstr "อย่างน้อย %1" +msgstr "อย่างน้อย %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "ยังไม่มีชื่อของแฟ้มใหม่" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 -#, fuzzy, kde-format -#| msgid "&Supported file types:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format msgid "No registered file type" -msgstr "ประเภทของแฟ้มที่&รองรับ:" +msgstr "ไม่มีประเภทไฟล์ที่ลงทะเบียน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 -#, fuzzy, kde-format -#| msgid "Choose Application" +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format msgid "No associated application" -msgstr "เลือกโปรแกรม" +msgstr "ไม่มีโปรแกรมเกี่ยวข้อง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 -#, fuzzy, kde-format -#| msgid "Created:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "สร้างเมื่อ:" +msgstr "สร้าง..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 -#, fuzzy, kde-format -#| msgid "C&hange..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "เ&ปลี่ยน..." +msgstr "เปลี่ยน..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Accessed:" -msgid "No Access" -msgstr "เข้าใช้เมื่อ:" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -msgid "Can Only View" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#, fuzzy -#| msgid "Can View & Modify Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 +msgid "No Access" +msgstr "ไม่มีสิทธิ์เข้าถึง" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +msgid "Can Only View" +msgstr "สามารถดูได้เท่านั้น" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "ดูและแก้ไขเนื้อหาภายในได้" +msgstr "สามารถดูและแก้ไขได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "ดูเนื้อหาภายในได้" +msgstr "สามารถดูเนื้อหาได้เท่านั้น" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "ดูและแก้ไขเนื้อหาภายในได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "ดูเนื้อหาภายในได้" +msgstr "อ่านหรือดูได้เท่านั้น" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "ดูหรืออ่านและแก้ไขหรือเขียนได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&สิทธิ์ที่อนุญาต" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "สิทธิ์ในการเข้าใช้งาน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "แฟ้มทั้งหมดเป็นที่อยู่เชื่อมโยงและไม่มีสิทธิ์ที่อนุญาต" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "เจ้าของเท่านั้นที่สามารถเปลี่ยนสิทธิ์ที่อนุญาตได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "เ&จ้าของ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ระบุการกระทำที่อนุญาตให้เจ้าของทำได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "ก&ลุ่ม:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "ระบุการกระทำที่อนุญาตให้สมาชิกของกลุ่มทำได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&อื่น ๆ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "ระบุการกระทำที่อนุญาตให้ผู้ใช้ทั้งหมด แม้ว่าจะไม่ใช่เจ้าของหรืออยู่ในกลุ่มหรือไม่ สามารถทำได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "เจ้าของเ&ท่านั้นที่เปลี่ยนชื่อและลบเนื้อหาในโฟลเดอร์ได้" +msgstr "เจ้าของเ&ท่านั้นที่เปลี่ยนชื่อและลบเนื้อหาได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "เปิดใช้แฟล็กนี้เพื่ออนุญาตให้ประมวลผลแฟ้มในรูปแบบของโปรแกรมได้" +msgstr "อนุญาตให้ &ประมวลผลแฟ้มในรูปแบบของโปรแกรมได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "ผู้ใช้ปริยาย:" +msgstr "ลบหรือเปลี่ยนชื่อ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Exec" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "ประมวลผล" +msgstr "ดําเนินการ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6371,7 +6163,7 @@ msgstr "" "ที่สามารถทำการลบหรือเปลี่ยนชื่อแฟ้มหรือโฟลเดอร์ที่อยู่ภายในได้ ส่วนผู้ใช้อื่นจะทำได้เพียงเพิ่มแฟ้มใหม่ " "โดยจะต้องมีสิทธิ์ 'แก้ไขเนื้อหา' ด้วย" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6380,42 +6172,42 @@ msgstr "" "เปิดใช้งานตัวเลือกนี้เพื่อทำเครื่องหมายว่าแฟ้มนี้สามารถสั่งประมวลผลได้ ซึ่งการทำแบบนี้ " "จำเป็นสำหรับโปรแกรมและสคริปต์เท่านั้น มันเป็นสิ่งจำเป็นเมื่อคุณต้องการสั่งประมวลผลแฟ้ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "สิ&ทธิ์ในการใช้งานขั้นสูง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "ความเป็นเจ้าของ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "ผู้ใช้:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "กลุ่ม:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "ปรับให้มีผลกับโฟลเดอร์ย่อยและแฟ้มในโฟลเดอร์ทั้งหมด" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "สิทธิ์ที่อนุญาตขั้นสูง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "คลาส" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6424,22 +6216,22 @@ msgstr "" "แสดง\n" "รายการ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "แฟล็กนี้อนุญาตให้ดูเนื้อหาภายในโฟลเดอร์ได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "อ่าน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "แฟล็กอ่าน อนุญาตให้ดูเนื้อหาภายในแฟ้มได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6448,7 +6240,7 @@ msgstr "" "เขียน\n" "รายการ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6457,43 +6249,43 @@ msgstr "" "แฟล็กนี้อนุญาตให้ทำการเพิ่ม, เปลี่ยนชื่อ และลบแฟ้มได้ ข้อควรจำ การลบและเปลี่ยนชื่อนั้น " "สามารถถูกจำกัดสิทธิ์ได้โดยการใช้แฟล็กปักหมุด" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "เขียน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "แฟล็กเขียน อนุญาตให้ทำการแก้ไขเนื้อหาภายในแฟ้มได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "เข้าใช้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "เปิดใช้แฟล็กนี้เพื่ออนุญาตให้เข้าใช้โฟลเดอร์ได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ประมวลผล" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "เปิดใช้แฟล็กนี้เพื่ออนุญาตให้ประมวลผลแฟ้มในรูปแบบของโปรแกรมได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "พิเศษ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6502,24 +6294,24 @@ msgstr "" "แฟล็กพิเศษ จะใช้ได้กับโฟลเดอร์ทั้งหมด " "โดยความหมายที่ชัดเจนของแฟล็กจะเห็นได้ในส่วนคอลัมน์ทางด้านขวามือ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "แฟล็กพิเศษ ดูความหมายที่ชัดเจนของแฟล็กได้ในส่วนคอลัมน์ทางด้านขวามือ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "ผู้ใช้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "กลุ่ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6527,7 +6319,7 @@ msgid "" msgstr "" "หากเปิดใช้แฟล็กนี้ จะมีการกำหนดเจ้าของโฟลเดอร์นี้ให้กับแฟ้มใหม่ที่สร้างขึ้นภายในโฟลเดอร์นี้ด้วย" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6536,13 +6328,13 @@ msgstr "" "หากแฟ้มเป็นแฟ้มที่ประมวลผลได้ และมีการตั้งค่าแฟล็กนี้ด้วย เมื่อประมวลผล " "มันจะถูกประมวลผลโดยใช้สิทธิ์ของเจ้าของแฟ้ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "หากเปิดใช้แฟล็กนี้ จะมีการกำหนดกลุ่มของโฟลเดอร์นี้ให้กับแฟ้มใหม่ที่สร้างขึ้นในโฟลเดอร์นี้ด้วย" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6551,7 +6343,7 @@ msgstr "" "หากแฟ้มเป็นแฟ้มที่ประมวลผลได้ และมีการตั้งค่าแฟล็กนี้ด้วย เมื่อประมวลผล " "มันจะถูกประมวลผลโดยใช้สิทธิ์ของกลุ่มของแฟ้ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6560,153 +6352,162 @@ msgstr "" "หากใช้แฟล็กปักหมุดกับโฟลเดอร์ จะมีเพียงเจ้าของและผู้ดูแลระบบ " "รวมถึงผู้ใช้อื่นนอกเหนือจากนี้ที่ได้รับสิทธิ์ในการเขียนเท่านั้นที่สามารถลบหรือเปลี่ยนชื่อแฟ้มได้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "แฟล็กปักหมุดไม่สามารถใช้ได้บนระบบลินุกซ์ แต่อาจจะใช้ได้กับบางระบบ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "ตั้งหมายเลขผู้ใช้" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "ตั้งหมายเลขกลุ่ม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ปักหมุด" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "เชื่อมโยง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "การเปลี่ยนแปลง (ไม่เปลี่ยนแปลง)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "แฟ้มเหล่านี้มีการใช้สิทธิ์ที่อนุญาตขั้นสูง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "โฟลเดอร์เหล่านี้มีการใช้สิทธิ์ที่อนุญาตขั้นสูง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "แฟ้มเหล่านี้มีการใช้สิทธิ์ที่อนุญาตขั้นสูง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "C&hecksums" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "กำลังคำนวณ..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "checksum ไม่ถูกต้อง." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." -msgstr "" +msgstr "อินพุตที่กำหนดไม่ใช่ checksum MD5, SHA1 หรือ SHA256 ที่ถูกต้อง" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "Checksums เหมือนกัน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." -msgstr "" +msgstr "checksum ที่คำนวณและ checksum ที่คาดหวังตรงกัน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" "downloading the file.
    If the verification still fails, contact the " "source of the file." msgstr "" +"

    ค่า Checksum ไม่ตรงกัน

    สาเหตุอาจเกิดจากการดาวน์โหลดที่ผิดพลาด " +"ลองดาวน์โหลดไฟล์อีกครั้ง
    หากการตรวจสอบยังคงล้มเหลว โปรดติดต่อแหล่งที่มาของไฟล์" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." -msgstr "" +msgstr "checksum ที่คำนวณและ checksum ที่คาดหวังมีความแตกต่างกัน" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "กำลังตรวจสอบ checksum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "ไฟล์เหมือนกัน" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "ไฟล์แตกต่างกัน" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "กำลังคำนวณ..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "ที่อยู่ U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "ที่อยู่ URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 -#, fuzzy, kde-format -#| msgid "Only executables on local file systems are supported." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "ใช้ได้เฉพาะแฟ้ม ที่สามารถประมวลผลได้ภายในระบบเท่านั้น" +msgstr "ไม่สามารถบันทึกคุณสมบัติได้ รองรับเฉพาะรายการในระบบไฟล์ภายในเท่านั้น" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "โ&ปรแกรม" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "เพิ่มชนิดแฟ้มสำหรับ %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "เลือกชนิดแฟ้มหนึ่งหรือหลายชนิดเพื่อเพิ่ม:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "ใช้ได้เฉพาะแฟ้ม ที่สามารถประมวลผลได้ภายในระบบเท่านั้น" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "ตัวเลือกขั้นสูงสำหรับ %1" @@ -6790,39 +6591,42 @@ msgstr "%1 ถึง %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "ค้นหา '%1' ด้วย" #: widgets/kurifiltersearchprovideractions.cpp:85 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Open With, %1 is application name" -#| msgid "%1" +#, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgid "Change &Policy..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "เปลี่ยน&ข้อกำหนด..." +msgstr "กำหนดทางลัดเว็บ…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "เปิดกล่องเลือกแฟ้ม" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "ชื่อแฟ้มสำหรับเนื้อหาคลิปบอร์ด:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "ว&าง %1 แฟ้ม" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "วางเนื้อหาจากคลิปบอร์ด" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6831,74 +6635,83 @@ msgstr "" "คลิปบอร์ดมีการเปลี่ยนแปลงตั้งแต่คุณใช้การ 'วาง': " "ทำให้ไม่สามารถปรับใช้รูปแบบข้อมูลที่เคยเลือกไว้ใช้ไม่ได้แล้ว โปรดทำการคัดลอกสิ่งที่ต้องวางใหม่อีกครั้ง" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "Parent Folder" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "โฟลเดอร์แม่" +msgstr "วางโฟลเดอร์หนึ่ง" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "&Paste File" -#| msgid_plural "&Paste %1 Files" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "ว&าง %1 แฟ้ม" +msgstr "วางหนึ่งไฟล์" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "" +msgstr[0] "วาง %1 รายการ" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "ว&างเนื้อหาจากคลิปบอร์ด" +msgstr "วางเนื้อหาจากคลิปบอร์ด" -#: widgets/paste.cpp:270 -#, fuzzy, kde-format -#| msgid "Paste" +#: widgets/paste.cpp:258 +#, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "วาง" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "รูปแบบข้อมูล:" -#: widgets/pastejob.cpp:71 -#, fuzzy, kde-format -#| msgid "Filename for clipboard content:" -msgid "Filename for dropped contents:" +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" msgstr "ชื่อแฟ้มสำหรับเนื้อหาคลิปบอร์ด:" -#: widgets/renamedialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Date: %1" -msgstr "ไดรฟ์: %1" +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "ชื่อไฟล์สำหรับเนื้อหาที่ถูกวาง:" #: widgets/renamedialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Size:" -msgid "Size: %1" -msgstr "ขนาด:" +#, kde-format +msgid "Date: %1" +msgstr "วันที่: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "ขนาด: %1" + +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ปรั&บใช้กับทั้งหมด" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6908,47 +6721,50 @@ msgstr "" "และคุณจะยังถูกถามอยู่เสมอหากพบว่ามีการขัดแย้งกับแฟ้มที่มีอยู่ก่อนแล้วในไดเรกทอรี " "จนกว่าคุณจะทำการกดปุ่ม ข้าม" -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "เมื่อกาเลือกตัวเลือกนี้ การกดที่ปุ่มจะเป็นการปรับใช้กับโฟลเดอร์ที่ตามมาทั้งหมด " "ซึ่งอาจจะขัดแย้งกับส่วนที่เหลืออยู่ของงานปัจจุบัน" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "เปลี่&ยนชื่อ" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "แ&นะนำชื่อใหม่" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "ข้า&ม" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "ไม่ต้องคัดลอกหรือย้ายโฟลเดอร์นี้ ให้ข้ามไปยังรายการถัดไปแทน" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "ไม่ต้องคัดลอกหรือย้ายแฟ้มนี้ ให้ข้ามไปยังรายการถัดไปแทน" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "เ&ขียนไปยัง" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6959,26 +6775,25 @@ msgstr "" "แฟ้มและโฟลเดอร์จะถูกคัดลอกไปยังไดเรกทอรีที่มีอยู่ โดยจะปรากฏอยู่ด้านข้างของเนื้อหาที่มีอยู่ก่อนแล้ว\n" "คุณจะถูกถามอีกครั้งหากพบว่ามีข้อขัดแย้งเช่นเดิมเกิดขึ้นกับไดเรกทอรีที่มีอยู่" -#: widgets/renamedialog.cpp:269 -#, fuzzy, kde-format -#| msgid "Overwrite File?" +#: widgets/renamedialog.cpp:319 +#, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "เขียนทับแฟ้มหรือไม่ ?" +msgstr "&เขียนทับไฟล์เก่าหรือไม่ ?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." -msgstr "" +msgstr "ไฟล์ปลายทางซึ่งมีเวลาแก้ไขที่เก่ากว่าจะถูกเขียนทับโดยแหล่งที่มา มิฉะนั้นจะข้ามไป" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "ทำงานที่ค้&างไว้" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6987,184 +6802,320 @@ msgstr "" "การกระทำนี้จะเขียนทับ '%1' ด้วยตัวมันเอง\n" "โปรดป้อนชื่อแฟ้มใหม่" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "ทำต่&อไป" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "การกระทำนี้จะเขียนทับปลายทาง" - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "การกระทำนี้จะเขียนทับปลายทาง" - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "ต้นทาง" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "ปลายทาง" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "Warning, the destination is newer." -msgid "The source is more recent." -msgstr "คำเตือน, ปลายทางใหม่กว่า" - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "Warning, the destination is newer." -msgid "The source is older." -msgstr "คำเตือน, ปลายทางใหม่กว่า" - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "Warning, the destination is newer." +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "อยากเขียนทับปลายทางหรือไม่" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "คุณต้องการรวมเนื้อหาของ '%1' เข้าใน '%2' หรือไม่" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "คำเตือน, ปลายทางใหม่กว่า" + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "คำเตือน, ปลายทางเก่ากว่า" + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "คำเตือน, ปลายทางใหม่กว่า" +msgstr "แหล่งที่มามีขนาดเล็กกว่า %1" -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "the extension %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "ส่วนขยายแฟ้ม %1" +msgstr "แหล่งที่มามีขนาดใหญ่กว่า %1" -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "ยังไม่มีชื่อของแฟ้มใหม่" +msgstr "ไฟล์เหมือนกัน" -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "ยังไม่มีชื่อของแฟ้มใหม่" +msgstr "ไฟล์เหล่านี้ดูเหมือนกัน" -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "ยังไม่มีชื่อของแฟ้มใหม่" +msgstr "ไฟล์แตกต่างกัน" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"ไฟล์เหล่านี้น่าจะเหมือนกันทุกประการ คือ มีขนาดเท่ากัน และเนื้อหาในตอนต้น ตอนกลาง " +"และตอนจบก็เหมือนกัน" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "คัดลอกไฟล์" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "มีรายการเดิมที่ชื่อ '%1' ซึ่งเก่ากว่าอยู่ก่อนแล้ว" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "มีแฟ้มชื่อเดียวกันที่ชื่อ '%1' อยู่ก่อนแล้ว" -#: widgets/renamedialog.cpp:469 -#, fuzzy, kde-format -#| msgid "An older item named '%1' already exists." +#: widgets/renamedialog.cpp:535 +#, kde-format msgid "A more recent item named '%1' already exists." -msgstr "มีรายการเดิมที่ชื่อ '%1' ซึ่งเก่ากว่าอยู่ก่อนแล้ว" +msgstr "รายการที่ใหม่กว่าชื่อ '%1' มีอยู่แล้ว" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "เปลี่ยนชื่อ:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "เปลี่&ยนชื่อ" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "เปลี่&ยนชื่อ" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "เปลี่&ยนชื่อ" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "เปลี่ยนชื่อรายการ %1 เป็น:" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "มีไฟล์ชื่อ %1 อยู่แล้ว" + +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ไม่ปรากฏว่าเป็นโปรแกรมที่สามารถปฏิบัติการได้" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "เปลี่ยนชื่อ %1 รายการที่เลือกเป็น:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# จะถูกแทนที่ด้วยตัวเลขที่เพิ่มขึ้นเริ่มต้นด้วย:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "ชื่อแฟ้ม:" +msgstr "ชื่อใหม่ #" -#: widgets/renamefiledialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Change the selected identifier text." -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "เปลี่ยนข้อความแสดงตัวที่เลือกไว้" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "เปลี่ยนชื่อ %1 รายการที่เลือกเป็น:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "แทนที่" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "เปิดด้วย:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "แทนที่" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "เปลี่ยนชื่อ %1 รายการที่เลือกเป็น:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ใส่ชื่อไฟล์ %1:" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@label:textbox Prompt for new file of type" +#| msgid "Enter %1 filename:" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ใส่ชื่อไฟล์ %1:" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "เปลี่ยนชื่อรายการ" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "เปลี่ยนชื่อรายการ" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&เปลี่ยนชื่อ" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Delete or rename:" +msgctxt "@info" +msgid "How to rename:" +msgstr "ลบหรือเปลี่ยนชื่อ:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "แทนที่" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "แสดงตัวอย่าง" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 ไม่ปรากฏว่าเป็นโปรแกรมที่สามารถปฏิบัติการได้" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "ข้อมูล" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "แทนที่" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" -msgstr "" +msgstr "ลองอีกครั้ง" -#: widgets/skipdialog.cpp:60 -#, fuzzy, kde-format -#| msgid "Replace" +#: widgets/skipdialog.cpp:61 +#, kde-format msgid "Replace All" -msgstr "แทนที่" +msgstr "แทนทั้งหมด" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "ข้าม" -#: widgets/skipdialog.cpp:71 -#, fuzzy, kde-format -#| msgid "Skip" +#: widgets/skipdialog.cpp:72 +#, kde-format msgid "Skip All" -msgstr "ข้าม" +msgstr "ข้ามทั้งหมด" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 @@ -7248,7 +7199,7 @@ msgstr "" "เครื่องแม่ข่ายปลายทางยังไม่ได้ทำการส่งใบรับรอง SSL ใด ๆ มาให้\n" "จึงทำการยุติเนื่องจากไม่สามารถทำการตรวจสอบการยืนยันตัวของเครื่องแม่ข่ายได้" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7258,25 +7209,18 @@ msgstr "" "\n" #: widgets/widgetsaskuseractionhandler.cpp:234 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"คุณต้องการลบรายการนี้อย่างถาวรหรือไม่?%1ไม่สามารถย้อนการกระทำนี้ได้" #: widgets/widgetsaskuseractionhandler.cpp:240 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this %1 item?This action cannot be undone." msgstr[0] "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"คุณต้องการจะลบรายการ %1 แบบถาวรจากถังขยะหรือไม่?การกระทำนี้ไม่สามารถจะเรียกคืนได้" #: widgets/widgetsaskuseractionhandler.cpp:253 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"การย้ายรายการนี้ไปที่ถังขยะล้มเหลวเนื่องจากมีขนาดใหญ่เกินไป ลบทิ้งอย่างถาวรแทนหรือไม่?%1ไม่สามารถย้อนการดำเนินการนี้ได้" #: widgets/widgetsaskuseractionhandler.cpp:260 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"การย้ายรายการ %1 ไปที่ถังขยะล้มเหลวเนื่องจากรายการเหล่านี้มีขนาดใหญ่เกินไป " +"ลบทิ้งอย่างถาวรแทนหรือไม่? ไม่สามารถย้อนการดำเนินการนี้ได้" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"การย้ายรายการนี้ไปที่ถังขยะล้มเหลวเนื่องจากมีขนาดใหญ่เกินไป ลบทิ้งอย่างถาวรแทนหรือไม่?%1ไม่สามารถย้อนการดำเนินการนี้ได้" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"คุณต้องการจะลบรายการทั้งหมดแบบถาวรจากถังขยะหรือไม่? การกระทำนี้ไม่สามารถจะเรียกคืนได้" +"การย้ายรายการ %1 ไปที่ถังขยะล้มเหลวเนื่องจากรายการเหล่านี้มีขนาดใหญ่เกินไป " +"ลบทิ้งอย่างถาวรแทนหรือไม่? ไม่สามารถย้อนการดำเนินการนี้ได้" -#: widgets/widgetsaskuseractionhandler.cpp:288 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "คุณต้องการทิ้ง %1 รายการนี้ลงถังขยะจริงหรือไม่ ?" +msgstr[0] "คุณต้องการทิ้งรายการ %1 นี้ลงถังขยะจริงหรือไม่ ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "ไม่ต้องถามอีก" -#: widgets/widgetsaskuseractionhandler.cpp:386 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "ไม่ต้องถามอีก" -#: widgets/widgetsaskuseractionhandler.cpp:412 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "ไม่ต้องถามอีก" +msgstr "ไม่ต้องบอกอีก" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "ดูเหมือนห่วงโซ่ของใบรับรอง SSL ที่เท่าเทียมกันจะมีข้อผิดพลาด" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "แบบ SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 -#, fuzzy, kde-format -#| msgctxt "Warning about executing unknown .desktop file" -#| msgid "Warning" +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "คำเตือน" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "จะทำการเรียกใช้โปรแกรม:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "หากคุณไม่เชื่อถือโปรแกรมนี้ โปรดคลิก ยกเลิก" +#~ msgid "Open With:" +#~ msgstr "เปิดด้วย:" + +#~ msgid "File System:" +#~ msgstr "ระบบไฟล์:" + +#~ msgid "Change Attribute" +#~ msgstr "การเปลี่ยนแปลงคุณสมบัติ" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะเปลี่ยนคุณสมบัติของไฟล์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะคัดลอกไฟล์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Delete Files" +#~ msgstr "ลบแฟ้ม" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะลบไฟล์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Create Folder" +#~ msgstr "สร้างโฟลเดอร์" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะสร้างโฟลเดอร์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Move Items" +#~ msgstr "ย้ายรายการ" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะเคลื่อนย้ายไฟล์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Rename" +#~ msgstr "เปลี่ยนชื่อ" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะเปลี่ยนชื่อของไฟล์ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะสร้าง symlink ได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Transfer data" +#~ msgstr "ถ่ายโอนข้อมูล" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "ต้องมีสิทธิ์รูทจึงจะถ่ายโอนข้อมูลได้ คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Undo Changes" +#~ msgstr "ย้อนการเปลี่ยนแปลง" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "การยกเลิกการปฏิบัติการนี้ต้องมีสิทธิ์รูท คุณต้องการดำเนินการต่อหรือไม่" + +#~ msgid "Setting ACL for %1" +#~ msgstr "ตั้งค่าการควบคุมสิทธิ์ (ACL) ของ %1" + +#~ msgid "Change File Permissions" +#~ msgstr "การเปลี่ยนแปลงสิทธิ์ของไฟล์" + +#~ msgid "New Permissions: %1" +#~ msgstr "สิทธิ์ใหม่: %1" + +#~ msgid "Change File Owner" +#~ msgstr "เปลี่ยนเจ้าของไฟล์" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "เจ้าของใหม่: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "ลบไฟล์" + +#~ msgid "Remove Directory" +#~ msgstr "ลบไดเรกทอรี" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "สิทธิ์ไดเรกทอรี: %1" + +#~ msgid "Open File" +#~ msgstr "เปิดไฟล์" + +#~ msgid "Open Directory" +#~ msgstr "เปิดไดเรกทอรี" + +#~ msgid "New Filename: %1" +#~ msgstr "ชื่อไฟล์ใหม่: %1" + +#~ msgid "Target: %1" +#~ msgstr "เป้าหมาย: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "เปลี่ยนเวลา" + +#~ msgid "From: %1, To: %2" +#~ msgstr "จาก: %1 , ไป: %2" + +#~ msgid "Unknown Action" +#~ msgstr "การกระทำที่ไม่ทราบ" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "การกระทำ: %1\n" +#~ "แหล่งที่มา: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "แสดงปุ่มคั่นหน้า" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ชื่อเปลี่ยน" + +#~ msgid "&Description:" +#~ msgstr "&รายละเอียด:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "ป้อนคำอธิบายที่คุณคิดว่าเป็นประโยชน์ได้ที่นี่" + +#~ msgid "Do not ask again" +#~ msgstr "ไม่ต้องถามอีก" + +#~ msgid "&Filter:" +#~ msgstr "&กรอง:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "นี่เป็นตัวกรองที่จะใช้กับรายการแฟ้ม ชื่อแฟ้มที่ไม่เข้ากับกฏการกรอง " +#~ "จะไม่ถูกแสดง

    คุณอาจจะเลือกใช้จากรายการตัวกรองที่กำหนดไว้แล้วในเมนูปล่อยลง " +#~ "หรืออาจจะเติมตัวกรองใหม่ได้โดยตรงในช่องข้อความ

    คุณสามารถใช้ อักขระแทนอักษร เช่น " +#~ "* และ ? ได้ด้วย

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "มีการเลือกโฟลเดอร์มากกว่าหนึ่งโฟลเดอร์ และกล่องโต้ตอบนี้ไม่ยอมรับโฟลเดอร์เหล่านั้น " +#~ "เนื่องจากเป็นไปไม่ได้ที่มันจะตัดสินใจว่าจะเลือกเอาตัวใดกันแน่ ดังนั้น " +#~ "โปรดเลือกมาจากรายการเพียงหนึ่งโฟลเดอร์เท่านั้น" + +#~ msgid "More than one folder provided" +#~ msgstr "ให้มามากกว่าหนึ่งโฟลเดอร์" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "จะต้องเลือกอย่างน้อยหนึ่งโฟลเดอร์และหนึ่งแฟ้ม แฟ้มต่าง ๆ ที่เลือกไว้จะถูกเพิกเฉย " +#~ "และโฟลเดอร์ที่เลือกไว้จะถูกแสดงรายการ" + +#~ msgid "Files and folders selected" +#~ msgstr "แฟ้มและโฟลเดอร์ต่าง ๆ ที่เลือกไว้" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "แม้ว่าจะมีการสร้างการเชื่อมต่อกับแม่ข่ายให้บริการแล้ว " +#~ "แต่ก็ไม่ได้รับการตอบรับภายในช่วงเวลาที่ถูกกำหนดไว้สำหรับใช้ทำการร้องขอ ดังต่อไปนี้:" +#~ "
    • หมดเวลาในการเริ่มทำการเชื่อมต่อ: %1 วินาที
    • หมดเวลาในการคอยการตอบรับ: %2 วินาที
    • หมดเวลาในการเข้าใช้งานเครื่องพร็อกซี: %3 วินาที
    ข้อแนะนำ:" +#~ "คุณสามารถตั้งค่าช่วงเวลาเหล่านี้ได้ที่โปรแกรม 'ตั้งค่าระบบ' ของ KDE โดยเลือก " +#~ "ตั้งค่าระบบเครือข่าย -> ตั้งค่าสำหรับการเชื่อมต่อ" + #~ msgid "Is &executable" #~ msgstr "&ประมวลผลได้" @@ -8521,12 +8706,6 @@ msgstr "หากคุณไม่เชื่อถือโปรแกรม #~ msgid_plural " days" #~ msgstr[0] "%1 วัน %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "คำเตือน" - #, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" @@ -8578,12 +8757,6 @@ msgstr "หากคุณไม่เชื่อถือโปรแกรม #~ msgid "Default Web &search keyword:" #~ msgstr "รหัสผ่านปริยาย:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "ค่าปริยาย" - #, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" @@ -8830,10 +9003,6 @@ msgstr "หากคุณไม่เชื่อถือโปรแกรม #~ msgid "Could not find any application or handler for %1" #~ msgstr "ไม่สามารถเปลี่ยนความเป็นเจ้าของของ %1 ได้" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "ว&าง %1 แฟ้ม" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "ว&างที่อยู่ URL %1 ตำแหน่ง" @@ -8969,9 +9138,6 @@ msgstr "หากคุณไม่เชื่อถือโปรแกรม #~ msgid "unmounting is not supported by wince." #~ msgstr "ยังไม่รองรับการเขียนไปยัง %1" -#~ msgid "File name:" -#~ msgstr "ชื่อแฟ้ม:" - #, fuzzy #~| msgid "" #~| "

    Cache

    This module lets you configure your cache settings." #~ msgstr "" #~ "

    SOCKS

    มอดูลนี้ ให้คุณได้ปรับแต่งการรองรับเซิร์ฟเวอร์ SOCKS หรือพร็อกซี ของ " -#~ "KDE

    หากคุณไม่แน่ใจว่ามันคืออะไร " +#~ "KDE

    SOCKS คือโพรโทคอลที่ทำหน้าที่ข้ามไฟร์วอลล์ ตามที่ได้อธิบายไว้ในRFC 1928

    หากคุณไม่แน่ใจว่ามันคืออะไร " #~ "หรือผู้ดูแลระบบไม่ได้แจ้งให้คุณใช้งาน โปรดอย่าใช้งานมัน

    " #~ msgid "&Path:" diff --git a/local/recipes/kde/kf6-kio/source/po/tok/kio6.po b/local/recipes/kde/kf6-kio/source/po/tok/kio6.po index 70a975c718..9118a4b70b 100644 --- a/local/recipes/kde/kf6-kio/source/po/tok/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/tok/kio6.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: ante-toki-pi-ilo-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2024-04-26 14:54-0400\n" "Last-Translator: Janet Blackquill \n" "Language-Team: C \n" @@ -24,12 +24,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "mi ken ala ante e jan lawa pi lipu %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -38,13 +38,13 @@ msgstr "" "mi ken ala ante e jan lawa pi lipu %1. sina jo ala e " "ken ante tawa lipu." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "mi ken ala lon e ilo pi pali lipu: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -56,7 +56,7 @@ msgstr "" "mi ken ala lon e nimi nanpa tu \"%1\".\n" "poki poki (%2) li ken ala jo e nimi mute tawa ijo wan." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -69,7 +69,7 @@ msgstr "" "poki poki (%2) li wile ala e nimi lili ni: %3\n" "sina kepeken \"ante\" li weka e nimi pi wile ala li lon e nimi \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -82,23 +82,23 @@ msgstr "" "poki poki (%2) li wile ala e nimi lili ni: %3\n" "sina kepeken \"ante\" li weka e nimi pi wile ala li lon e nimi \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "poki li lon awen" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ijo li lon awen" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ona li lon li poki" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "ilo wile ala" @@ -199,193 +199,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "ilo li tawa e ijo" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "tan ijo" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "pini ijo" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "Rename" msgctxt "@title job" msgid "Renaming" msgstr "o ante e nimi" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "mi lon e lipu sama lipu ante" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "mi lon e poki sin" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "poki" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "mi weka e lipu" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "lipu" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "mi lukin e lipu" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "mi tawa e lipu" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "mi kama ken kepeken tawa poki poki" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ilo" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "nimi pi poki poki" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "mi weka e ken kepeken tawa poki poki" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "ni la o ante e ijo" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "wawa li wile tawa ante ijo poki. sina wile ala wile awen pali?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "o lon e lipu sama lipu ante" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "wawa li wile tawa lon pi ijo sama tu. sina wile ala wile awen pali?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "o weka e lipu" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"wawa li wile tawa weka ijo. ni li ken pakala e ilo sina. sina wile ala wile " -"awen pali?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "o pali e poki" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "wawa li wile tawa lon pi poki poki. sina wile ala wile awen?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "o tawa e ijo" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "wawa li wile tawa tawa ijo. sina wile ala wile awen pali?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "o ante e nimi" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "wawa li wile tawa ante nimi. sina wile ala wile awen pali?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "o lon e nimi nanpa tu tawa ijo" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "wawa li wile tawa lon pi nimi ante ijo. sina wile ala wile awen?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "o tawa e sona" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "wawa li wile tawa tawa sona. sina wile ala wile awen pali?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -811,6 +715,11 @@ msgstr "lipu li ken ala lon poki jaki tan suli ona." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -820,89 +729,89 @@ msgstr "" "%2\n" "o pana e nanpa ni tawa lipu pi ilo pakala lon https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(sona ala)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "tan wile: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "ijo wile:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • nimi URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • toki linluwi: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • tenpo: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • sona namako: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "ike li ken tan ni:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "ni li ken pona e ike:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(sona ala)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "sina wile pona la o toki e ni tawa jan ilo sina." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "sina wile pona la o toki e ni tawa jan lawa pi ilo linluwi." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "o lukin e ken sina lon ijo ni." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "ken la sina jo ala e wawa pi pali wile tawa lipu ni." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -910,38 +819,38 @@ msgstr "" "ken la jan ante anu ilo ante li kepeken lipu ni. tenpo sama la wan taso li " "ken kepeken e lipu ni." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "o lukin e ni: ilo anu jan li kepeken ala e lipu ni li len e lipu." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "ken pi lili mute la ilo kiwen li pakala." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "ken la ilo li pakala." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "ken mute la ni li tan pakala ilo. o pana e ijo sama toki anpa." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "o sin e ilo sina. kulupu pi pana ilo sina li jo e ilo sin." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -958,12 +867,12 @@ msgstr "" "lipu pi pakala sama li lon ala la o lon e lipu pi pakala sina.\n" "lipu pakala li wile e toki lon sewi toki ni." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "ken la linluwi sina li pakala." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -972,49 +881,49 @@ msgstr "" "ken la linluwi sina li pakala. tenpo pi pini lili la sina kepeken pona " "linluwi la ken ni li lili." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "ken la pakala li lon nasin linluwi tan ilo sina tawa ilo ante." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "o pali e ni lon tenpo ni anu lon tenpo kama." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "ken la toki ilo li pakala anu ilo li toki ala sama." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "o sona e ni: lipu li lon ala lon. ona li lon la o pali sin e ni." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "ijo pi wile sina li ken lon ala." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "o lukin sin tan ni: nasin lon li pona." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "o lukin e ??? pi linja kon sina." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "ken kepeken ala tawa lukin ni" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 li ken ala lukin " "tan ni: mi ken ala kama jo e wawa lukin." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "ken la sina jo ala e wawa lukin." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "ken kepeken ala tawa sitelen ni" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1042,17 +951,17 @@ msgstr "" "ni li toki e ni: lipu %1 li ken ala kama sitelen tan ni: mi " "ken ala kama jo e wawa sitelen." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "mi ken ala open e ilo wile pi nasin toki ilo %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "ken ala li open e pali lon ilo nanpa" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. mute la " "ni li tan ijo ilo." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1072,24 +981,24 @@ msgstr "" "ken la ilo pi nasin toki ilo ni li sin pi sama ala KDE. ni li ken pakala e " "pali ilo." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "pakala tan insa ilo" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an internal error." msgstr "ilo pi nasin toki ilo %1 li toki e pakala insa." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "nimi URL li pakala nasin" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lnasin://jan:nimilen@www.lipu.org:nanpa/poki/lipu.nimi?" "nimi=sona" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "toki linluwi %1 li ken ala" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "mi ken ala toki e nasin toki ilo %1." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "ken la mi sona ala e nasin toki ilo." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1128,7 +1037,7 @@ msgstr "" "ken la nanpa tenpo pi nasin toki ilo %1 pi ilo sina li ante tawa nanpa tenpo " "pi ilo linluwi ante." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1136,24 +1045,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "nasin URL li toki ala e ijo." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "nasin toki li nasin weka" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "nimi URL pi pana sina li tawa ala lipu wan." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1162,12 +1071,12 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "pali ni li ken ala: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1175,7 +1084,7 @@ msgid "" msgstr "" "ilo KDE pi nasin toki %1 li ken ala pali pi wile sina." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1183,175 +1092,175 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "o alasa e nasin ante tawa wile sama." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ilo li wile e lipu" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "ken la ilo linluwi ante li pakala." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "ilo li wile e poki lipu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "lipu anu poki lipu lo lon ala" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" "lipu wile %1 anu poki wile %1 li lon ala." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "lipu wile li ken ala kama lon tan ni: lipu pi nimi sama li lon." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "ken la o weka e lipu o pali sin e ni." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "o ala e lipu ni. ni li pini la o sin e pali ni." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "o pana e nimi ante tawa lipu sin ni." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "poki wile li ken ala kama lon tan ni: poki pi nimi sama li lon." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "ken la o weka e poki o pali sin e ni." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "o ala e poki ni. ni li pini la o sin e pali ni." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "o pana e nimi ante tawa poki sin ni." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "ilo ni li sona ala e ilo pana" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "ken la lipu %1 li lon ala li sitelen pakala." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "sina ken ala lukin e lipu" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "ilo li pana ala e ken sina tawa ijo wile, %1" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "ken la nimi len sina li pakala anu lon ala." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "ken la sina li jo ala e wawa tawa kepeken ijo." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "e ante ken li ken ala" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "ken ala li tawa e ijo sitelen" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "mi ken ala kama jo e lipu poki" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "toki linluwi %1 li poki poki ala" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1359,12 +1268,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "nasin sike li lon" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1373,34 +1282,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "o weka e nasin lon sike la sike li kama pakala. ni la o pali sin e ni." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "jan li weka e wile" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "pali li pini ala tan ni: jan li weka e ona." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "o pali sin e ijo pi wile sina." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "sama lipu la nasin sike li lon" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1409,58 +1318,58 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "mi ken ala open e nasin linluwi" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "mi ken ala lon e nasin toki" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "linja kon tawa mama li ike tawa ona" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1469,36 +1378,36 @@ msgid "" msgstr "" "ken la sinpin linluwi (pi ilo sina anu ilo linluwi) li weka e toki ilo." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "wile mi ala la toki pi ilo linluwi ante li pini" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "ijo lon pini nasin URL li ike" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "nasin toki %1 li nasin weka ala" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1515,17 +1424,17 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "mi ken ala open e ilo I/O." -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ilo li ken ala kama insa" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1533,7 +1442,7 @@ msgid "" msgstr "" "ilo pi wile sina li ken ala open (kama insa). pakala li %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1541,7 +1450,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1549,31 +1458,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "mi ken ala pini e ilo I/O." -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ilo li ken ala weka" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "ilo pi wile sina li ken ala pini (weka). pakala li %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1583,7 +1492,7 @@ msgstr "" "ken la jan ante anu ilo ante li kepeken e ilo ni. supa pi ilo linluwi li lon " "la kepeken li ken lon." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1591,56 +1500,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "o lon e ni: ilo ante ala li kepeken e ilo. ni li lon la, o pali sin." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "mi ken ala lukin e ijo" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "ken la sina jo ala e ken lukin tawa ijo ni." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "mi ken ala sitelen e ijo" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "ken la sina jo ala e ken sitelen tawa ijo ni." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "mi ken ala kute e toki linluwi sin." -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "mi ken ala open e nasin toki" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1648,34 +1557,34 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "mi ken ala kute" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "mi ken ala kepeken e toki linluwi kama" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "ken la sina jo ala e ken tawa kute pi toki sin." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "mi ken ala toki e lon mi: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1683,151 +1592,151 @@ msgstr "" "mi alasa kama jo e ken mi lon ilo ante tawa pali sina. taso mi pakala li " "kama jo ala." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "mi ken ala alasa e lon ijo" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "mi ken ala kama sona e ijo" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "ken la ijo wile li lon ala li jo ala e ken lukin." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "mi ken ala pini e kama sona lipu" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "li pona ni: li sona pali e ni" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "ilo li ken ala pali e poki lipu sin" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "pali pi lon poki li pakala." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "ken la lon wile pi poki sin li lon ala." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "ilo li ken ala weka e poki" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "alasa mi tawa weka e poki %1 li pakala." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "poki pi wile sona li ken lon ala." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "ijo li ken lon poki pi wile sina." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "o lon e ni: poki li lon. poki li jo ala e insa. ni la o pali sin e ni." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "mi ken ala open sin e pana lipu" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "ken la ilo ante li ken ala open sin e pali pana pini." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "o pali sin e wile. o open sin ala e pali nanpa wan." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "mi ken ala ante e nimi ijo" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "alasa mi tawa weka e ijo %1 li pakala." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "mi ken ala ante e lawa ijo" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "mi ken ala ante e jan jo ijo" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "mi ken ala weka e ijo" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "mi alasa weka e lipu %1. taso mi pakala li weka ala." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "sona mi ala la ilo li moli" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 li moli lon weka sona " "mi." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "ala e sona lon tenpo lili lon ijo nanpa" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 li jo ala e ijo RAM " "wile." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "nimi pi sona ala pi ilo nasin linluwi" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1 la, ilo li ken ala " "kama sona e nimi ona. ona li ken ala alasa e nimi lon linluwi." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1875,17 +1784,17 @@ msgstr "" "ken la linluwi sina li pakala. ni la nimi ilo pi nasin linluwi li suli. sina " "kepeken pona e linluwi la, ken ni li lili. " -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "o lukin tawa lawa pi ilo pi nasin linluwi o pali sin e ni." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "mi ken ala pana e sona pi lon mi: nasin %1 li sona ala" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1895,7 +1804,7 @@ msgstr "" "ken la sina li pana e nimi len pona. taso ilo li awen pakala tan ni: ilo KDE " "pi toki linluwi %1 li sona ala e nasin toki." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -1904,17 +1813,17 @@ msgstr "" "o pana e lipu pi ilo pakala tawa https://" "bugs.kde.org/ o toki e nasin pi sona ala." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "nasin li weka" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "ilo ante li pakala lon insa" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1922,7 +1831,7 @@ msgid "" msgstr "" "ilo linluwi pi toki ilo %1 li toki e pakala tan ni: %2" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1931,70 +1840,65 @@ msgstr "" "ken li suli la ilo lon ilo linluwi li pakala. o pana e lipu pi ilo pakala " "sama nasin lon anpa ni." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "o toki e pakala ni tawa lawa pi ilo linluwi sina." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "sina sona e jan pali ilo la o pana e lipu pi ilo pakala tawa ona." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "pakala la, tenpo li kama pini" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "ilo linluwi li toki tawa ilo ante mute li jo ala e tenpo tawa sina." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "pakala pi sona ala" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "weka pali pi sona ala" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "mi ken ala weka e lipu tan" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2002,12 +1906,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "mi ken ala weka e lipu pali" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2015,63 +1919,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "mi ken ala ante e nimi pi lipu tan" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "mi ken ala ante e nimi pi lipu pali" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "mi ken ala lon e nasin" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "mi ken ala lon e nasin" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "nasin lipu wile %1 li ken ala kama lon." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "ijo ala li lon insa" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "e poki suli lon ijo nanpa li pini" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2079,88 +1983,88 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "lipu tan en lipu pini li sama" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "o ante e nimi pi lipu wile" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "lipu anu poki li tawa ijo sama" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "mi ken ala pali e ni tan ni: tan en pini li sama." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "o tawa e ni tawa poki ante." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "poki li ken ala tawa ona" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "wile li ken ala kama lon tan ni: poki li ken ala lon ona." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "o tawa e ni tawa poki ante." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "mi ken ala toki e ilo linluwi pi nimi len" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "o open sin e ilo sina. anu o alasa lon lipu ilo tawa toki pakala tan ilo " "kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "mi ken ala open toki %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to Create io-slave" msgid "Unable to Create KIO Worker" msgstr "mi ken ala open kepeken e ilo lili" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1. mute la " "ni li tan ijo ilo." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "ilo li ken ala tawa e lipu %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2196,35 +2100,35 @@ msgstr "" "ilo li ken ala tawa e lipu %1 tan ni: lipu pi suli ni " "li ken ala lon insa pi poki wile" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "pakala pi sona ala" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(nasin tawa %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, nasin tawa %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (li tawa %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2233,25 +2137,25 @@ msgstr "" "nimi URL pakala\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "mi ken ala sona e kule lipu tawa lipu %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "lipu %1 li ilo ala." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2259,92 +2163,92 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "mi ken ala open e linluwi kepeken nasin toki ilo %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "mi ken ala pini e linluwi kepeken nasin toki ilo %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "mi ken ala lukin e lipu kepeken nasin toki ilo %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "mi ken ala sitelen e %1." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "pali ante li lon ala tawa nasin toki ilo %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "mi ken ala lukin e poki kepeken nasin toki ilo %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "mi ken ala kama jo e sona tan %1." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "mi ken ala kama sona e kule lipu tan %1." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "mi ken ala ante li ken ala tawa e lipu lon %1." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "ilo %1 li ken ala lon e nasin lipu." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "ilo li ken ala sama e lipu lon insa pi poki %1." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "weka lipu tan %1 li ken ala." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "ilo %1 li ken ala lon e poki." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "ilo %1 li ken ala ante e ijo lipu." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "ilo %1 li ken ala ante e jan jo lipu." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "ilo %1 li ken ala open e lipu." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "toki ilo %1 li ken ala pali %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2353,116 +2257,139 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "mi sona ala e nasin toki ilo '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "mi ken ala alasa e ilo lili pi nasin toki ilo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not create socket for launching io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "mi ken ala open e nasin toki tawa ilo tawa toki ilo '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find 'kioslave5' executable at '%1'" msgid "Can not find 'kioworker' executable at '%1'" msgstr "mi ken ala alasa e ilo 'kioslave5' lon '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&sona namako" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "lon &tenpo ale" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "o a&wen" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "tenpo &ni taso" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "o pali e poki" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "o pali e poki" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "sina toki ala e lipu tawa weka." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "ijo ala li ken kama weka" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "sina toki ala e lipu pi wile sina tawa poki jaki." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ijo ala li ken tawa poki jaki" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "poki wile li lon ala anu ken lukin ala." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "ilo mute" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "poki mama" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "o tawa tenpo pini" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "o tawa tenpo kama" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "poki pi tomo sina" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "o sin e ni" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2470,201 +2397,201 @@ msgctxt "@action" msgid "New Folder…" msgstr "poki sin" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "o weka e ni tawa poki jaki" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "o weka" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "nasin pana" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "o nasin tan nimi" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "o nasin tan suli" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "o nasin tan tenpo" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "o nasin tan kule" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "tan lili tawa suli" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "tan suli tawa lili" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "poki o lon open" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "o ken e lipu len tawa lukin" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "lukin pi sitelen lili" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "lukin pi lipu lili" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "lukin pi lipu suli" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "poka pi sitelen lili" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "lon poka pi nimi lipu" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "lon sewi pi nimi lipu" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "lukin lili" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "lukin pi toki mute" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "lukin pi kasi lukin" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "lukin pi kasin lukin suli" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "o ken e open poki lon lipu wan lon lukin pi sona mute" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "o ken e lipu len tawa lukin" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "o sitelen e ilo lukin lili" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "o sitelen e lukin lipu" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "o open e poki pi jo lipu ni" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "ijo lipu" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&lukin" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "W-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-W" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "sin li nanpa wan" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "sin li lon pini" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "sin li nanpa wan" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "suli li nanpa wa" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "suli li lon pini" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "nasin sitelen:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "o open" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "kama awen kepeken nimi" @@ -2713,40 +2640,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "o tawa ni" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|lipu ale" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (nimi pini %2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "lipu ale pi nasin ken" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "lipu ale" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "o lon e nasin poka tawa ni" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "o ante e nasin poka tawa ni" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2755,17 +2682,17 @@ msgid "" "the location's URL.
    " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&nimi:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "sina o pana e nimi toki tawa ni" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2774,12 +2701,12 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&lon:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2788,17 +2715,17 @@ msgstr "" "ni li sitelen. ona li kama lon ilo poka pi nasin tawa ma suli.

    sina wile ante e sitelen la o pilin e nana.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "o wile e &sitelen lili:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&o lukin lon ilo ni (%1) taso" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2806,141 +2733,148 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "ma mute" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "ma weka" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "ijo pi tenpo poka" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "o alasa" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "ilo ale" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "ilo pi ken weka" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "nimi lili" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (pakala %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "nimi lili ale" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "tomo" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "supa pali" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "lipu pali" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "tan ilo ante" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "ilo kulupu" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "poki jaki" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "kalama musi" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "sitelen" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "sitelen tawa" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "lipu pi tenpo poka" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "poki pi tenpo poka" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "ante li lon tenpo suno ni" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "ante li lon tenpo suno pini" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "mi ken ala alasa e ilo '%1'" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "A folder cannot be moved into itself" msgid "Only folders can be added to the Places panel." msgstr "poki li ken ala tawa ma sama" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "o ante e nasin lili linluwi..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Release" @@ -2948,13 +2882,13 @@ msgctxt "@action:inmenu" msgid "Releasing…" msgstr "o pini &pilin" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "o pini &pilin" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgctxt "@action:inmenu" #| msgid "&Safely Remove" @@ -2962,13 +2896,13 @@ msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "o weka kepeken $nasin pona" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "o weka kepeken $nasin pona" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -2976,39 +2910,39 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "mi weka e ken kepeken tawa poki poki" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&o weka e ilo" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "o &weka" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "ilo '%1' li poki sona ala li ken ala weka." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "kepeken '%1' la ilo li pakala. ona li toki e ni: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "kepeken '%1' la ilo li pakala" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3021,19 +2955,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3041,74 +2975,74 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "suli %1 li ken kepeken pi suli %2. (ni li %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (len tawa oko)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "poki jaki o jo e ala" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "o kama insa e ilo" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "o open lon nena sin" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "o open lon lupa sin" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "o namako e ijo…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&o ante…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove File" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "o weka e lipu" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "o &len e ni" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "o len e ijo '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Hide Section '%1'" @@ -3116,18 +3050,18 @@ msgctxt "@item:inmenu" msgid "Hide Section" msgstr "o len e ijo '%1'" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "o &ken e lukin tawa ijo ale" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "suli pi sitelen lili" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3135,51 +3069,51 @@ msgctxt "" msgid "Auto Resize" msgstr "ilo o pona e suli" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "lili (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "lili ala (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "suli (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "suli mute (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "sina ken wile e lipu wan taso" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "sina wile e lipu mute" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "sina ken wile e lipu lon ilo sina taso" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "lipu lon ilo ante li pona ala" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3200,48 +3134,22 @@ msgstr[3] "" "nimi URL wile li kepeken e nasin toki ilo pi sona ala. o kepeken e nasin " "toki ilo mute ni: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "nimi \"URL\" sina li pali ala tawa mi" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"sina pana e poki mute. taso mi wile poki wan taso. o pali sin e pana wile." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "sina pana e poki mute" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "sina wile e lipu e poki" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "ilo li sona ala e lon pi lipu \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "lipu li ken ala kama open" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3249,42 +3157,43 @@ msgid "" "you to file:/home.
    " msgstr "" -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "sina wile tawa weka la o pilin e nena ni." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "sina wile tawa kama la o pilin e nena ni." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "sina wile sin e lukin ilo la o pilin e nena ni." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "sina luka e nena ni la, poki sin li kama." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "o sitelen e ilo poka nasin" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "o sitelen e nena pi ijo suli" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "o ken e lipu len tawa lukin" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "wile ilo" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3294,12 +3203,12 @@ msgid "" "folders from files" msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "ijo suli" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3309,12 +3218,38 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&nimi:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "o weka e ante" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "o open e poki pi jo lipu ni" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "o ken e lipu len tawa lukin" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3323,87 +3258,92 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "lipu li kama awen kepeken nimi ni." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "ni li nimi pi lipu wile." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "ma mute" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "lipu \"%1\" li lon awen li jo e ijo. sina wile ala wile sitelen e ona?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "o weka e lipu pini la, o pana e sona tawa lipu ni?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "sina ken wile e lipu lon tomo sina taso." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "lipu lon ilo ante li pona ala" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|poki ale" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "o pali e poki" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "o kama e &lipu" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "suli pi sitelen lili: %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "pini nimi lipu o tan kule insa lipu (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "ilo lili %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "pini nimi lipu o tan kule insa lipu" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "ilo lili pona" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3428,72 +3368,63 @@ msgstr "" "pini (.) tawa nimi lipu (mi weka e sike pini).\n" "sina sona ala la, o awen e ijo ni tan ni: ona li pona e nasin lipu." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "poki &lipu:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "sitelen pi &lukin ante:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New" -msgctxt "@title:window" -msgid "Create New File" -msgstr "o lon e lipu sin" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "ike mi" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "lipu tan %1 li lon ala." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "nimi pi nasin tawa sin:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "o pana nasin tawa nimi URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "ike mi" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "lipu tan %1 li lon ala." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "nimi pi nasin tawa sin:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "o lon e nimi nanpa tu tawa ijo" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "o pana nasin tawa nimi URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3501,7 +3432,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3509,7 +3440,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3521,92 +3452,149 @@ msgstr "" "nasa: sina nasin e ijo tan nimi la, lipu ni li lon open. nasa ante li ken " "kin." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "sitelen palisa (/) lon nimi poki li lon e poki sin lon insa ona sama ni:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "sitelen palisa (/) lon nimi poki li lon e poki sin lon insa ona." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "sitelen palisa (/) li ken ala lon nimi poki en nimi lipu." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "sitelen palisa (\\) li ken ala lon nimi lipu en nimi poki." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "poki pi nimi %1 li lon kin." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "lipu pi nimi %1 li awen lon." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "o lon e lipu sin" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "o lon e nasin tawa ilo" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "poki sin" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "o pali e poki" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "o lon e poki sin lon %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "ijo tan jan pana pi ilo sina" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New" +msgctxt "@title:window" +msgid "Create New File" +msgstr "o lon e lipu sin" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgid "Enter file name" +msgstr "lon sewi pi nimi lipu" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "o toki e wile ilo sina tawa %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "o wile e &sitelen lili:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "o tu e lipu tawa lipu jo" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "o pana e lipu tan lipu jo" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Open in New Tab" @@ -3614,7 +3602,7 @@ msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "o open lon nena sin" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Open in New Window" @@ -3622,22 +3610,22 @@ msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "o open lon lupa sin" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "ante" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "o tawa" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "o lukin e nasin tawa suli" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3645,7 +3633,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "ilo li ken ala tawa e lipu %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3657,6 +3645,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ma mute" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3680,28 +3677,28 @@ msgstr "ijo ante" msgid "Edit mode" msgstr "nasin ante" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "sina wile tawa la o pilin e ni" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "o pilin tawa ante ma" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "sina ken ala kepeken e lipu ni sama ilo." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "mi open e ilo %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3710,12 +3707,12 @@ msgstr "" "mi ken ala kepeken e %1 sama ilo, mi pini a!\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "sina jo ala e ken ni: sina ken ala toki e ilo tawa open lipu." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3742,12 +3739,18 @@ msgstr "mi ken ala awen e sitelen lon %1" msgid "Icon file too big, download aborted" msgstr "suli sitelen li ike la mi kama ala jo e ona." +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "mi ken ala alasa e ilo pi linluwi Email" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3758,29 +3761,29 @@ msgstr "" "%1\n" "li pakala." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "mi open e ilo %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file \"%1\" could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "ilo li sona ala e lon pi lipu \"%1\"" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "ilo pi toki taso li lon ala" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "mi ken ala open e nimi %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3791,27 +3794,27 @@ msgstr "" "%1\n" "li kule Link. taso ona li jo ala e sitelen \"URL=...\"." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "awen pi pona ilo la mi ken ala open e ilo lon ni." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3820,12 +3823,12 @@ msgstr "" "mi ken ala ken e kepeken \"%1\".\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "lipu ilo %1 li jo ala e sitelen \"Type=...\"." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3833,12 +3836,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "ilo li ken ala open e lipu." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "ilo \"%1\" li ken ala kama open." @@ -3926,76 +3929,71 @@ msgstr "" "li ante.\n" "sina wile ala wile pana e ante?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "ilo KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "ilo KIO Exec - mi open e lipu lon ilo ante. mi oko e ante lipu. mi alasa e " "wile sina tawa pana lipu." -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-200,2003 jan pali pi ilo KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "jan David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "jan Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "jan Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "jan Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "jan Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" "o pali kepeken nimi URLs kepeken nasin sama lipu lon ilo sina. o weka e ona " "lon pini" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "nimi ken tawa lipu tan linluwi" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "ilo tawa kepeken" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "nimi URL anu lipu li kepeken tawa 'ilo'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "mi lon e lawa sin ACL tawa %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4004,7 +4002,7 @@ msgstr "" "mi ken ala ante e lawa tawa\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4013,119 +4011,39 @@ msgid "" "%1" msgstr "ilo li ken ala ante e jo pi ijo %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "mi ken ala ante e nimi pi lipu pali" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "mi ken ala alasa e ilo \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "mi ken ala alasa e ilo \"umount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "o ante e lawa lipu" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "lawa sin: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "o ante e jan jo" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "jan lawa sin: nimi UID=%1, nimi GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "o weka e lipu" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "o weka e poki" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "o pali e poki" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "ken poki: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "o open e lipu" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "o open e poki lipu" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "nimi lipu sin li %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "pini tawa: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "o pana e tenpo ante" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "tan: %1, tawa: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "mi sona ala e pali ni" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"pali: %1\n" -"tan: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" "ilo li ken ala sama e lipu tan poki %1 tawa poki %2. (nanpa pakala: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "ijo li lon ala ilo tawa %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "mi ken ala kama jo e nanpa jan tan nimi jan %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "mi ken ala kama jo e nanpa kulupu tan nimi kulupu %1" @@ -4161,32 +4079,32 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "lipu ni li wile e nimi e nimi len." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "lipu:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "toki sina li pona" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "toki sina li ike. sina ken ala jo e %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4195,19 +4113,19 @@ msgstr "" "\n" "ilo linluwi li toki e ni: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "nasin linluwi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "toki sina tawa nasin linluwi li ike." @@ -4259,101 +4177,101 @@ msgid "" msgstr "lipu ni li pona ala pon tawa sina lon tenpo ale?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "pana sona lon pi ilo linluwi" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 lon %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "ante la, toki sina li pona." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "kama jo e ijo" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "o ante e ijo" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "o lon e poki wile" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "o lon e ijo sama poki wile anu lipu wile" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "o tawa e lipu wile anu poki wile" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "o alasa lon poki wile" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "o kiwen e poki wile anu lipu wile" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "o weka e kiwen lon poki wile anu lipu wile" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "weka e lipu anu poki wile" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "kama sona e ken pi ilo ante" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "kama jo e insa poki anu insa lipu" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "pali e lipu sona lon poki wile" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "mi %2 la pakala (%1) li kama lon." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4361,20 +4279,20 @@ msgid "" "below." msgstr "mi ken ala %1, %2. tan li lon anpa ni." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "ken ala li lon tawa %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4384,28 +4302,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "wile kiwen li ken ala kama jo. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "ilo linluwi ante li sona ala e kule pi lipu pana." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "mi ken ala %1 tan ni: ijo li kiwen." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "pali ni li pini tan pakala ante." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4413,25 +4331,25 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "ijo li ken ala weka" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "o pana e %1 tawa linluwi" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4442,15 +4360,15 @@ msgstr "mi %2 la pakala (%1) li kama lon." msgid "Network" msgstr "kulupu ilo" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "nimi \"URL\" li ike %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4462,12 +4380,12 @@ msgstr "" "tenpo pini. sina sin e poki ni la sina ken lon e ijo tawa poki ni. sina pana " "e ijo ni tawa poki ante la, ijo ni li ken kama lon sin lon poki ante ni." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "kulupu ike pi nasin toki ilo." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "tenpo ni la, lipu li lon jaki." @@ -4500,7 +4418,7 @@ msgstr "o weka e insa pi poki jaki" msgid "Restore a trashed file to its original location" msgstr "o pana sin e lipu lon poki jaki tawa tan ona" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "poki jaki li ken ala jo e ijo sin. o weka e insa ona." @@ -4521,17 +4439,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "o pali sin" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "leko pi wile nimi len" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "sina ken ala lukin e lipu" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "sina jo ala e ken kepeken tawa toki ilo %1." @@ -4638,41 +4556,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "mi wile e sitelen pimeja sama ni: MD5, SHA1, SHA256, anu SHA512..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "sina pilin e ni la sitelen pimeja li kama tan supa pali." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "toki pimeja \"MD5\":" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "toki pimeja \"SHA1\":" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "toki pimeja \"SHA256\":" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "toki pimeja \"SHA512\":" @@ -4682,9 +4600,9 @@ msgstr "toki pimeja \"SHA512\":" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "o nanpa e ni" @@ -4693,23 +4611,23 @@ msgstr "o nanpa e ni" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "sina pilin e ni la sitelen pimeja li tawa supa pali." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "o &pini" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "o &tawa ni" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4717,114 +4635,203 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "tan ilo ante" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "o &pana e ijo sama lon ni" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "o lon e &nasin" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "mi open e ilo %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "sina wile pali e seme lon lipu ni?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "o toki sin ala e ni" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "o kama e &lipu" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "o &kepeken" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "o &open kepeken %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "o weka e ante" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "sina wile pali e seme lon lipu ni?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "weka pi pali ni li wile ken wawa. sina wile ala wile awen?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "poki lipu li kama lon" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "tan ijo" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "pini ijo" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "mi lon e lipu sama lipu ante" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "ilo li tawa e ijo" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Rename" msgid "Renaming" msgstr "o ante e nimi" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "o weka e ni tawa poki jaki" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "ilo li weka e ni" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "o weka e pali" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "o &weka e sama lipu" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "o &weka e lon nasin" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "o &weka e tawa" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "o &weka e ante nimi" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "o &weka e tawa jaki" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "o &weka e lon poki" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "o &weka e lon poki" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "o &weka e lon lipu" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "o &weka e ante pi nimi mute" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "o &weka e sama lipu" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "o &weka e lon nasin" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "o &weka e tawa" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "o &weka e ante nimi" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "o &weka e tawa jaki" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "o &weka e lon poki" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "o &weka e lon poki" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "o &weka e lon lipu" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "o &weka e ante pi nimi mute" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4837,12 +4844,12 @@ msgstr "" "sina wile weka e sama lipu la, ante ni li kama weka kin.\n" "sina wile ala wile weka e lipu %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "o weka e wile pona pi sama lipu" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4851,22 +4858,23 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "o weka lon tenpo ale" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Permanently" msgctxt "@action:button" msgid "Delete Permanently" msgstr "o weka lon tenpo ale" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4880,7 +4888,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4888,13 +4896,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "poki jaki o jo e ala" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4902,7 +4910,7 @@ msgid "" "filename>" msgstr "" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -4991,7 +4999,7 @@ msgstr "jan lawa" msgid "Owning Group" msgstr "kulupu lawa" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "ijo ante" @@ -5065,66 +5073,66 @@ msgstr "mi sin e lawa ilo" msgid "Updating system configuration…" msgstr "mi sin e lawa ilo." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "nimi" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "suli" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "tenpo" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "lawa wile" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "jan lawa" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "kulupu" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "poki" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "o open &kepeken %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "ilo %1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&ken pali" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5132,7 +5140,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "o &open e poki kepeken" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5140,29 +5148,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "o &lukin e ni kepeken" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "o &kepeken" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "o &open e poki kepeken %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "o &open kepeken %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "o &open e poki kepeken" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "o &lukin e ni kepeken" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5170,7 +5185,7 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "ilo &ante..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5180,113 +5195,137 @@ msgstr[1] "ijo pi mute %1" msgstr[2] "ijo pi mute %1" msgstr[3] "ijo pi mute %1" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "kule pi sona ala" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "o pini" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "o lukin kepeken ilo Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "ni li insa tan:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "suli pi ken kepeken:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "poki:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "insa:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "o lukin e ni kepeken:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "o ante..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "lon:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "suli:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "o ante..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "insa:" +msgid "Stop" +msgstr "o pini" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "o lukin kepeken ilo Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "ona li tawa:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "tenpo pi ante pali:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "o pana e toki pi ken pakala" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "tenpo open:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "nasin poki:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "suli pi sona ala" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "ni li insa lon:" +msgid "Modified:" +msgstr "tenpo pi ante pali:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "tenpo lukin:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, fuzzy, kde-format +#| msgid "File System:" +msgid "File system:" +msgstr "nasin poki:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "ni li insa lon:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "ni li insa tan:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "suli pi ken kepeken:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 #, kde-format -msgid "Open With:" -msgstr "o lukin e ni kepeken:" +msgid "Unknown size" +msgstr "suli pi sona ala" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5551,22 +5590,26 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&sitelen:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "&ale" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "o sitelen e ijo lon poki ni." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5576,9 +5619,10 @@ msgstr "&sitelen:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" -msgstr "" +#, fuzzy, kde-format +#| msgid "Show the &value of the environment variables" +msgid "Environment variables:" +msgstr "o sitelen e &insa pi sona ma" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -5762,7 +5806,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "pana" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5770,36 +5814,58 @@ msgid "" "%1

    SOCKS คือโพรโทคอลที่ทำหน้าที่ข้ามไฟร์วอลล์ ตามที่ได้อธิบายไว้ใน RFC 1928

    ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&ale" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "lon sewi pi nimi lipu" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "o lukin lon %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "o sin e lipu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "ilo li ken ala tawa e lipu %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr ":%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "suli pi sona ala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5808,8 +5874,8 @@ msgstr "" "mi pali nanpa... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -5818,8 +5884,8 @@ msgstr[1] "lipu pi mute %1" msgstr[2] "lipu pi mute %1" msgstr[3] "lipu pi mute %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -5828,89 +5894,95 @@ msgstr[1] "poki insa luka %1" msgstr[2] "poki insa mute %1" msgstr[3] "poki insa %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "mi pali nanpa...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "lili la ni li wile e %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "nimi sin li jo ala e sitelen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "kule &sona:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "ilo pi kule ni ala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "tenpo open:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "Change..." msgctxt "@action:button" msgid "Change…" msgstr "o ante..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "ken ala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "ken pi lukin taso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "ken lukin en ken ante" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "ken pi lukin taso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "ken lukin en ken ante" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "ken pi lukin taso" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "ken lukin en ken ante" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&lawa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "&lawa kepeken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -5919,68 +5991,68 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "jan jo taso li ken ante e lawa." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "jan &jo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ni li toki e ken pali pi jan jo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&kulupu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "ni li toki e ken pi jan kulupu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&ante:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "jan jo taso li ken ante e nimi li ken weka e insa poki." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "o lon e ken ni tawa kepeken lipu sama ilo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "nimi jan nanpa wan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "o &kepeken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -5988,49 +6060,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "lawa kiwen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "jo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "jan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "kulupu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "o pana e ante tawa poki insa ale tawa lipu insa ale" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "kawa kiwen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "kule" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6039,22 +6111,22 @@ msgstr "" "o sitelen\n" "e ijo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "ni li ken e lukin insa poki" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "ken lukin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "ni li ken e lukin insa lipu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6063,141 +6135,141 @@ msgstr "" "o sitelen\n" "e ijo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "ken sitelen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "ni li ken e sitelen lipu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "o pana" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "o lon e ken ni tawa lukin insa poki." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ken kepeken" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "o lon e ken ni tawa kepeken lipu sama ilo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ante" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "jan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "kulupu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "ni li lon la kulupu jo pi poki ni li jo e lipu sin ale ni lon poki ni." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "o ante e nanpa jan (UID)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "o ante e nanpa kulupu (GID)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "ken UNIX \"Sticky\"" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "ken nasin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "ken ante (ante ala)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6206,7 +6278,7 @@ msgstr[1] "lipu luka ni li kepeken e lawa kiwen." msgstr[2] "lipu mute ni li kepeken e lawa kiwen." msgstr[3] "lipu mute ni li kepeken e lawa kiwen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6215,52 +6287,41 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "lipu ni li kepeken e lawa kiwen" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "sitelen pimeja pi lipu &pona" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "mi pali nanpa..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "sitelen pimeja li pakala." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "sitelen pimeja li sitelen MD5 ala li sitelen SHA1 ala li sitelen SHA256 ala." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "sitelen pimeja li sama." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "sitelen pimeja lon en sitelen pimeja pana li ante." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6268,13 +6329,13 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "sitelen pimeja lon en sitelen pimeja pana li ante." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6282,44 +6343,64 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "mi pali nanpa pi sitelen pimeja..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "lipu ni li sama." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "lipu li ante." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "mi pali nanpa..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "nasin U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "nasin URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "mi ken ala awen e ijo. lipu lon ilo sina taso li ken awen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&ilo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "o toki e ken pali kepeken kule tawa %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "o pilin e kule lipu tawa pana:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "ilo lon ilo sina taso li ken kepeken." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "lawa kiwen tawa %1" @@ -6424,22 +6505,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "o ante e nasin lili linluwi..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "o open e ilo pi open lipu" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "nimi pi ijo tan supa pali:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&o lon e lipu %1" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "o &lon e insa supa pali" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6448,19 +6534,19 @@ msgstr "" "supa pali li ante. kule wile li ante li kama lon ala. o lon sin e ijo pi " "wile sina lon supa pali." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "o lon e poki wan" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "o lon e lipu wan" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6470,92 +6556,104 @@ msgstr[1] "o lon e ijo luka %1" msgstr[2] "o lon e ijo mute %1" msgstr[3] "o lon e ijo %1" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "o &lon e insa supa pali" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "o lon e lipu lon ni" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "kule sona:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "nimi pi ijo tan supa pali:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "nimi lipu pi ijo pana:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "tenpo: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "suli: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "o &ni e ale" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "o ante e &nimi" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "o pana e wile sina tawa &nimi sin" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "o ala tawa lipu ni" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "o sama ala e poki ni. o tawa ala e poki ni. o pali lon ijo kama taso" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "o sama ala e lipu ni. o tawa ala e lipu ni. o pali lon ijo kama taso" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "o &sitelen lon insa" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6564,160 +6662,147 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "o &weka e lipu pi sin ala" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "o $awen pali" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "o awen" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "pali ni li weka e lipu lon pini tawa." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "pali ni li weka e lipu lon pini tawa." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "tan ijo" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "pini ijo" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "lipu lon pini tawa li lili. ante suli li %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "lipu lon pini tawa li lili. ante suli li %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "lipu lon pini tawa li lili. ante suli li %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "lipu lon pini tawa li suli. ante suli li %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "lipu ni li sama." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "ken la, lipu ni li sama." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "lipu li ante." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "o lon e lipu sama lipu ante" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "ijo pi sin ala '%1' li awen lon." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "lipu sama '%1' li awen lon." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "ijo sin '%1' li awen lon." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "o ante e nimi:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "o ante e nimi pi ijo ni" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "o ante e nimi ijo" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&o ante e nimi" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "o ante e nimi pi ijo %1 tawa:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "nimi sin #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "lipu pi nimi %1 li awen lon." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "lipu %1 li ilo ala." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6727,38 +6812,206 @@ msgstr[1] "o ante e nimi pi ijo wile %1 tawa:" msgstr[2] "o ante e nimi pi ijo wile %1 tawa:" msgstr[3] "o ante e nimi pi ijo wile %1 tawa:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "nanpa pi kama suli li kama lon #. nanpa wan:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "nimi sin #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[1] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[2] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[3] "o ante e nimi pi ijo wile %1 tawa:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "o ante" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "o lukin e ni kepeken:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "o ante" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[1] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[2] "o ante e nimi pi ijo wile %1 tawa:" +msgstr[3] "o ante e nimi pi ijo wile %1 tawa:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "lon sewi pi nimi lipu" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Above File Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "lon sewi pi nimi lipu" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "o ante e nimi pi ijo ni" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "o ante e nimi ijo" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&o ante e nimi" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "nimi jan nanpa wan:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "o ante" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "o sitelen e lukin lipu" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "lipu %1 li ilo ala." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "sona pona" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "o ante" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "o pali sin" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "o ante e ale" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "o pali ala lon ijo ni" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "o pali ala lon ijo ale" @@ -6843,7 +7096,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6903,9 +7156,9 @@ msgstr[3] "" #| ">This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" "sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." @@ -6921,11 +7174,59 @@ msgstr "" #| ">This action cannot be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." +msgstr[1] "" +"sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." +msgstr[2] "" +"sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." +msgstr[3] "" +"sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this %1 item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Do you really want to permanently delete this %1 item?This action cannot be undone." +#| msgid_plural "" +#| "Do you really want to permanently delete these %1 items?This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -6941,7 +7242,7 @@ msgstr[3] "" "sina wile ala wile weka pi tenpo ale e ijo %1?sina ken ala weka e pali ni." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -6951,51 +7252,205 @@ msgstr[1] "sina wile ala wile tawa poki jaki e ijo %1?" msgstr[2] "sina wile ala wile tawa poki jaki e ijo %1?" msgstr[3] "sina wile ala wile tawa poki jaki e ijo %1?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "o wile sona sin ala" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "o wile sona sin ala" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "o pana sin ala e toki ni" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "linja pi sitelen SSL li pakala lukin." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "ilo SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "o lukin" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "ni li open e ilo:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "sina pilin ike tan ilo ni la o pilin lon \"pini\"" +#~ msgid "Change Attribute" +#~ msgstr "ni la o ante e ijo" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "wawa li wile tawa ante ijo poki. sina wile ala wile awen pali?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "wawa li wile tawa lon pi ijo sama tu. sina wile ala wile awen pali?" + +#~ msgid "Delete Files" +#~ msgstr "o weka e lipu" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "wawa li wile tawa weka ijo. ni li ken pakala e ilo sina. sina wile ala " +#~ "wile awen pali?" + +#~ msgid "Create Folder" +#~ msgstr "o pali e poki" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "wawa li wile tawa lon pi poki poki. sina wile ala wile awen?" + +#~ msgid "Move Items" +#~ msgstr "o tawa e ijo" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "wawa li wile tawa tawa ijo. sina wile ala wile awen pali?" + +#~ msgid "Rename" +#~ msgstr "o ante e nimi" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "wawa li wile tawa ante nimi. sina wile ala wile awen pali?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "wawa li wile tawa lon pi nimi ante ijo. sina wile ala wile awen?" + +#~ msgid "Transfer data" +#~ msgstr "o tawa e sona" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "wawa li wile tawa tawa sona. sina wile ala wile awen pali?" + +#~ msgid "Undo Changes" +#~ msgstr "o weka e ante" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "weka pi pali ni li wile ken wawa. sina wile ala wile awen?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "mi lon e lawa sin ACL tawa %1" + +#~ msgid "Change File Permissions" +#~ msgstr "o ante e lawa lipu" + +#~ msgid "New Permissions: %1" +#~ msgstr "lawa sin: %1" + +#~ msgid "Change File Owner" +#~ msgstr "o ante e jan jo" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "jan lawa sin: nimi UID=%1, nimi GID=%2" + +#~ msgid "Remove File" +#~ msgstr "o weka e lipu" + +#~ msgid "Remove Directory" +#~ msgstr "o weka e poki" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "ken poki: %1" + +#~ msgid "Open File" +#~ msgstr "o open e lipu" + +#~ msgid "Open Directory" +#~ msgstr "o open e poki lipu" + +#~ msgid "New Filename: %1" +#~ msgstr "nimi lipu sin li %1" + +#~ msgid "Target: %1" +#~ msgstr "pini tawa: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "o pana e tenpo ante" + +#~ msgid "From: %1, To: %2" +#~ msgstr "tan: %1, tawa: %2" + +#~ msgid "Unknown Action" +#~ msgstr "mi sona ala e pali ni" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "pali: %1\n" +#~ "tan: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "o sitelen e nena pi ijo suli" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "lipu li kama ante" + +#~ msgid "&Description:" +#~ msgstr "&sitelen:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "o sitelen e ijo lon poki ni." + +#~ msgid "Do not ask again" +#~ msgstr "o toki sin ala e ni" + +#~ msgid "&Filter:" +#~ msgstr "sitelen pi &lukin ante:" + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "sina pana e poki mute. taso mi wile poki wan taso. o pali sin e pana wile." + +#~ msgid "More than one folder provided" +#~ msgstr "sina pana e poki mute" + +#~ msgid "Files and folders selected" +#~ msgstr "sina wile e lipu e poki" + #~ msgid "Is &executable" #~ msgstr "ken &kepeken" @@ -7635,9 +8090,6 @@ msgstr "sina pilin ike tan ilo ni la o pilin lon \"pini\"" #~ msgid "Exceptions:" #~ msgstr "lawa ante:" -#~ msgid "Show the &value of the environment variables" -#~ msgstr "o sitelen e &insa pi sona ma" - #~ msgid "Manually enter proxy server configuration information." #~ msgstr "o sitelen e lawa pi ilo pi nasin linluwi." @@ -7734,9 +8186,6 @@ msgstr "sina pilin ike tan ilo ni la o pilin lon \"pini\"" #~ msgid "Limit to" #~ msgstr "o awen e lili" -#~ msgid "Show a Warning" -#~ msgstr "o pana e toki pi ken pakala" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "o weka e lipu majuna tan poki jaki" @@ -7817,10 +8266,6 @@ msgstr "sina pilin ike tan ilo ni la o pilin lon \"pini\"" #~ msgid "Space" #~ msgstr "sitelen ala ( )" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "ijo tan jan pana pi ilo sina" - #~ msgid "Modify Web Shortcut" #~ msgstr "o ante e nasin lili linluwi" @@ -8128,13 +8573,6 @@ msgstr "sina pilin ike tan ilo ni la o pilin lon \"pini\"" #~ msgid "Could not find any application or handler for %1" #~ msgstr "mi ken ala alasa e ilo tawa %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&o lon e lipu %1" -#~ msgstr[1] "&o lon e lipu luka %1" -#~ msgstr[2] "&o lon e lipu mute %1" -#~ msgstr[3] "&o lon e lipu %1" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "o lon e nimi URL %1" diff --git a/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/data/index.docbook b/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/data/index.docbook index f3d93ae2d7..63651bccd0 100644 --- a/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/data/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/data/index.docbook @@ -8,7 +8,7 @@
    Veri &URL;'leri +>Veri &URL;’leri @@ -42,7 +42,7 @@ 2003-02-06 +>2003‒02‒06 @@ -56,7 +56,7 @@ >data:,veri (iki noktadan sonraki virgüle dikkat), veri'den başka bir şey içermeyen bir metin dosyası döndürür. +>’den başka bir şey içermeyen bir metin dosyası döndürür. Son örnek bir metin dosyası döndürdü. &HTML; belgeleri için &FTP;, genellikle dünyanın her yerinden &FTP; arşivi sitelerine erişmek, bilgi ve dosyalara kaydedilmiş yazılımların indirilmesini sağlamak için kullanılır. - Kaynak: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm sayfasından yararlanılarak oluşturulmuştur. +>RFC hakkında bilgi için bakınız: https://datatracker.ietf.org/doc/html/rfc959. Kılavuza bakın: 2020-09-08 +>2020‒09‒08 Frameworks 5.73 @@ -70,25 +70,25 @@ Bunu da yaptısanız; ancak yine de uygulama El Kitabı yerine bu sayfayı görüyorsanız yardım sisteminde bir hata bulmuş olmanız olasıdır. Bu durumda, bunu &kde;'nin hata izleyicisinde &kde;’nin hata izleyicisinde KIO bileşeni altında bildirin. &kde; Belgelendirmesi sitesinde hiçbir belge bulamadıysanız uygulamanın kendisinin çevrimdışı kullanılabilecek bir belgelendirmesi olmayabilir. Bunu, &kde;'nin hata izleyicisinde sitesinde hiçbir belge bulamadıysanız uygulamanın kendisinin çevrim dışı kullanılabilecek bir belgelendirmesi olmayabilir. Bunu, &kde;’nin hata izleyicisinde ilgili uygulama bileşeni altında bildirin. Uygulamanın çevrimdışı kullanılabilecek bir belgelendirmesi yoksa yardım almak için çevrimiçi Uygulamanın çevrim dışı kullanılabilecek bir belgelendirmesi yoksa yardım almak için çevrim içi Kullanıcı Tabanı Belgelendirmesi veya &kde; Topluluk Forumları'na bakın. +>’na bakın. &kde; dışı uygulamalar için lütfen uygulama yazarıyla iletişime geçerek çevrimdışı belgelendirme var mı yok mu diye sorun. +>&kde; dışı uygulamalar için lütfen uygulama yazarıyla iletişime geçerek çevrim dışı belgelendirme var mı yok mu diye sorun.
    diff --git a/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/http/index.docbook b/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/http/index.docbook index 30046370d9..6b3d4d2eeb 100644 --- a/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/http/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/tr/docs/kioworker6/http/index.docbook @@ -46,7 +46,7 @@ >http KIO işçisi, tüm &kde; uygulamaları tarafından &HTTP; (web) sunucularına yapılan bağlantıları işlemek için kullanılır. En yaygın kullanımı, &konqueror; web tarayıcısında web sayfalarını görüntülemektir. &konqueror;'da https KIO işçisini, ona bir &URL;; örneğin, &konqueror;’da https KIO işçisini, ona bir &URL;; örneğin, https://www.kde.org 2002-01-21 +>2002‒01‒21 ersioning (Dağıtılmış Yazma ve Sürümleme) protokolü anlamına gelir. Bir &HTTP; sunucusundaki belgelerin ve betiklerin kolay yönetimine izin verir ve sürüm yönetimini birden çok yazar arasında kolaylaştırmak için ek özelliklere iyedir. Bu protokolün kullanımı pek basittir. Görüntlemek istediğiniz konumu bir &HTTP; &URL;'sine benzer biçimde, yalnızca başında webdav:// protokolü adı ile girin. Örnek olarak, Bu protokolün kullanımı pek basittir. Görüntülemek istediğiniz konumu bir &HTTP; &URL;’sine benzer biçimde, yalnızca başında webdav:// protokolü adı ile girin. Örnek olarak, webdav://www.alanadı.com/yol/ +# SPDX-FileCopyrightText: 2022-2026 Emir SARI # Adem Alp Yıldız , 2004. # Adem Alp Yıldız , 2004. # Adem GUNES , 2000. @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-10-13 12:12+0300\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 19:09+0300\n" "Last-Translator: Emir SARI \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -29,12 +29,12 @@ msgstr "" "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.11.70\n" +"X-Generator: Lokalize 26.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Görkem Çetin, H. İbrahim Güngör, Volkan Gezer, Emir SARI" +msgstr "Görkem ÇETİN, H. İbrahim GÜNGÖR, Volkan GEZER, Emir SARI" #, kde-format msgctxt "EMAIL OF TRANSLATORS" @@ -43,12 +43,12 @@ msgstr "" "gorkem@kde.org.tr, ibrahim@pardus.org.tr, volkangezer@gmail.com, " "emir_sari@icloud.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "%1 dosyasının sahipliği değiştirilemiyor" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -57,12 +57,12 @@ msgstr "" "%1 dosyasının sahipliği değiştirilemedi. Dosya üzerinde " "bu değişikliği gerçekleştirmek için yeterli erişim hakkına sahip değilsiniz." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "KIO işçisi oluşturulamıyor: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -74,7 +74,7 @@ msgstr "" "“%1” sembolik bağlantısı yapılamadı.\n" "Hedef dosya sistemi (%2), sembolik bağlantıları desteklemiyor." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,7 +89,7 @@ msgstr "" "Değiştir’i seçmek, tüm geçersiz karakterleri (hedef klasör adında) bir alt " "tire (_) ile değiştirecektir." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -104,23 +104,23 @@ msgstr "" "Değiştir’i seçmek, tüm geçersiz karakterleri (hedef klasör adında) bir alt " "tire (_) ile değiştirecektir." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" -msgstr "Klasör Halihazırda Var" +msgstr "Klasör Hâlihazırda Var" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" -msgstr "Dosya Halihazırda Var" +msgstr "Dosya Hâlihazırda Var" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" -msgstr "Klasör Olarak Halihazırda Var" +msgstr "Klasör Olarak Hâlihazırda Var" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Çöp Kutusu" @@ -213,206 +213,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Taşınıyor" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Kaynak" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Hedef" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Yeniden Adlandırılıyor" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Kopyalanıyor" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Dizin Oluşturuluyor" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Dizin" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Siliniyor" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Dosya" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "İnceleniyor" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Aktarılıyor" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Bağlanıyor" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Aygıt" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Bağlama Noktası" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Bağlantı Kesiliyor" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Öznitelik Değiştir" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Dosya özniteliklerini değiştirmek için yönetici ayrıcalıkları gerekir. " -"Sürdürmek istiyor musunuz?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Dosyaları Kopyala" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Kopyalama işlemini tamamlamak için yönetici ayrıcalıkları gerekir. Sürdürmek " -"istiyor musunuz?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Dosyaları Sil" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Silme işlemini tamamlamak için yönetici ayrıcalıkları gerekir. Ancak, bu " -"eylem sisteminize zarar verebilir. Sürdürmek istiyor musunuz?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Klasör Oluştur" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Bu klasörü oluşturmak için yönetici ayrıcalıkları gerekir. Sürdürmek istiyor " -"musunuz?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Ögeleri Taşı" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Taşıma işlemini tamamlamak için yönetici ayrıcalıkları gerekir. Sürdürmek " -"istiyor musunuz?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Yeniden Adlandır" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Yeniden adlandırmayı tamamlamak için yönetici ayrıcalıkları gerekir. " -"Sürdürmek istiyor musunuz?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Sembolik Bağlantı Oluştur" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Bir sembolik bağlantı oluşturmak için yönetici ayrıcalıkları gerekir. " -"Sürdürmek istiyor musunuz?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Veri aktarımı" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Veri aktarımını tamamlamak için yönetici ayrıcalıkları gerekir. Sürdürmek " -"istiyor musunuz?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -472,12 +362,12 @@ msgstr "%1 dosyası veya klasörü yok." #: core/job_error.cpp:71 #, kde-format msgid "A file named %1 already exists." -msgstr "%1 adlı bir dosya zaten var." +msgstr "%1 adlı bir dosya hâlihazırda var." #: core/job_error.cpp:74 #, kde-format msgid "A folder named %1 already exists." -msgstr "%1 adlı bir klasör zaten var." +msgstr "%1 adlı bir klasör hâlihazırda var." #: core/job_error.cpp:77 #, kde-format @@ -492,7 +382,7 @@ msgstr "Bilinmeyen makine %1" #: core/job_error.cpp:80 #, kde-format msgid "Access denied to %1." -msgstr "%1 adresine erişim engellendi." +msgstr "%1 ögesine erişim engellendi." #: core/job_error.cpp:83 #, kde-format @@ -840,6 +730,11 @@ msgstr "Dosya çöp kutusuna taşınmak için pek büyük." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Bu konumda bir çöp klasörü bulunamadı veya oluşturulamadı." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -849,96 +744,96 @@ msgstr "" "%2\n" "Lütfen https://bugs.kde.org adresine tam bir hata bildirimi gönderin." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(bilinmeyen)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Teknik gerekçe: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "İstek ayrıntıları:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protokol: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Tarih ve zaman: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Ek bilgi: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Olası nedenler:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Olası çözümler:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(bilinmeyen)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Bilgisayarınızı denetleyen yetkili sistem yöneticilerine başvurun." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Yardım için sistem yöneticisine başvurun." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Bu özkaynak üzerindeki erişim düzeyinizi denetleyin." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "Size verilen haklar, bu işlemi yapmanız için yeterli olmayabilir." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" "Bu dosya başka bir kullanıcı ya da uygulama tarafından kullanılıyor olabilir." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -947,17 +842,17 @@ msgstr "" "Bu dosyayı başka bir kişi tarafından kullanılmadığına ve kilitli olmadığına " "emin olun." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Küçük bir olasılık da olsa bir donanım hatası var olabilir." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Program içindeki bir hatayla karşılaşmış olabilirsiniz." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -966,7 +861,7 @@ msgstr "" "Bunun nedeni programdaki bir hata olabilir. Lütfen aşağıdaki ayrıntılara " "göre bir hata raporu gönderiniz." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -975,7 +870,7 @@ msgstr "" "Yazılımlarınızı en son sürüme güncelleyin. Kullandığınız dağıtımdaki " "güncelleme programları bu işlem için yardımcı olurlar." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -994,19 +889,19 @@ msgstr "" "aynı hata başka bir kişi tarafından raporlanmamış ise lütfen raporunuzda bu " "hatayı belirtin." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Ağ bağlantılarınızla ilgili bir sorun olabilir." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "Ağ ayarlarınızda bir sorun olabilir." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1015,42 +910,42 @@ msgstr "" "Sunucu ve bu bilgisayar arasındaki ağ yolunun bir noktasında bir sorun " "olabilir." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Şimdi veya daha sonra yeniden deneyin." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Bir protokol hatası ya da uyumsuzluğu oluşmuş olabilir." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Kaynağın var olduğuna emin olduktan sonra yeniden deneyin." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Belirtilen özkaynak var olmayabilir." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Lütfen doğru konumu girdiğinizi denetleyerek yeniden deneyin." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Ağ bağlantısı durumunuzu denetleyin." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Özkaynak, Okumak için Açılamıyor" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1) içeriği alınamadı." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Dosyayı okumak veya klasörü açmak için yeterli izniniz olmayabilir." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Özkaynak, Yazmak için Açılamıyor" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1078,17 +973,17 @@ msgstr "" "%1 dosyasına yazılamadı. Bu dosyaya yazma erişim hakkı " "bulunmuyor." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 Protokolü tarafından gerekli süreç başlatılamıyor" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Süreç Başlatılamıyor" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolüne erişim için kullanılan program bulunamadı " "veya çalıştırılamadı. Bu bir teknik hata olabilir." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1109,12 +1004,12 @@ msgstr "" "program çalışmıyor olabilir. Bu, programın geçerli sürümle uyumsuz olmasına " "ve dolayısıyla başlamamasına neden olabilir." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "İçsel Hata" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolüne erişim sağlayan program bir " "içsel hata raporladı." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Hatalı Biçimlendirilmiş URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotokol://kullanıcı:parola@www.örnek.org.tr:/kapı/" "klasör/dosya.uzantı?değişken=değer" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Desteklenmeyen Protokol %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1156,12 +1051,12 @@ msgstr "" "%1 protokolü bu bilgisayarda çalıştırılan KDE programları " "tarafından desteklenmiyor." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "İstenen protokol desteklenmeyebilir." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1170,7 +1065,7 @@ msgstr "" "%1 protokolünün bu bilgisayar ve uzaktaki sunucu tarafından desteklenen " "sürümleri uyumsuz olabilir." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1181,17 +1076,17 @@ msgstr "" "adlandırılır) internette arama yapabilirsiniz. https://store.kde.org adresine bir bakın." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Bu URL bir kaynağı işaret etmiyor." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Bu bir Süzgeç Protokolüdür" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LLocator (URL) belirli bir kaynağa erişmek için geçerli bir " "yönteme başvurmuyor." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1214,12 +1109,12 @@ msgstr "" "nadiren rastlanan bir durumdur ve genellikle programlama hatasına işaret " "eder." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Desteklenmeyen eylem: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1228,7 +1123,7 @@ msgstr "" "%1 protokolünü gerçekleyen eylem, KDE programları " "tarafından desteklenmiyor." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1236,34 +1131,34 @@ msgid "" "input/output architecture." msgstr "Bu hata KDE programına bağlıdır." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Benzer bir sonuç alınabilecek başka bir yöntem bulunmaya çalışılıyor." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Dosya Bekleniyordu" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "Bir dosya bekleniyordu, ancak %1 klasörü bulundu." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Sunucu tarafında bir hata olabilir." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Klasör Bekleniyordu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1272,68 +1167,68 @@ msgstr "" "Bu istek bir klasör bekliyordu, ancak yerine %1 dosyası " "bulundu." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Dosya veya Klasör Yok" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Belirtilen %1 dosyası ya da klasörü yok." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -"Bu adda bir dosya halihazırda var olduğundan istenen dosya oluşturulamadı." +"Bu adda bir dosya hâlihazırda var olduğundan istenen dosya oluşturulamadı." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Önce bu dosyayı taşıyın, daha sonra yeniden deneyin." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Dosyayı silin ve yeniden deneyin." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Yeni dosya için farklı bir dosya adı seçin." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "" -"Bu adda bir klasör halihazırda var olduğundan istenen klasör oluşturulamadı." +"Bu adda bir klasör hâlihazırda var olduğundan istenen klasör oluşturulamadı." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Önce bu dosyayı taşıyın, daha sonra yeniden deneyin." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Geçerli klasörü silin ve yeniden deneyin." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Yeni klasör için farklı bir ad seçin." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Bilinmeyen Makine" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1342,33 +1237,33 @@ msgstr "" "“Bilinmeyen makine adı hatası”, istenen %1 adlı makinenin " "İnternet üzerinden ulaşılamadığını gösterir." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Girilen ad (%1) var olmayabilir: Hatalı yazılmış olabilir." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Erişim Engellendi" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "%1 kaynağına erişim engellendi." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Hatalı veya geçersiz kimlik doğrulama bilgisi aktarmış olabilirsiniz." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Hesabınızın bu kaynağa erişme izni bulunmayabilir." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1377,41 +1272,41 @@ msgstr "" "İsteği yeniden deneyin ve kimlik doğrulama bilginizin karşıya doğru " "aktarıldığına emin olun." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Yazma Erişimi Engellendi" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "%1 adlı dosyaya yazma işlemi engellendi." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Klasöre Girilemiyor" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "%1 klasörüne girme isteği engellendi." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Klasör Listelemesi Yapılamadı" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "%1 protokolü bir dosya sistemi değil" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1421,12 +1316,12 @@ msgstr "" "Klasör içeriği okunmaya çalışıldı; ancak bu protokolü destekleyen KDE " "programı işlemi tamamlayamadı." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Çapraz Bağ Bulundu" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1437,34 +1332,34 @@ msgstr "" "Bir UNIX ortamında bir dosya veya klasör farklı bir bölgeye bağlanabilir. " "KDE sınırsız sayıda bağlantıya neden olan bir durumla karşılaştı." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "Bu çevrim içindeki bir bağlantıyı silin ve yeniden deneyin." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "İstek Kullanıcı Tarafından İptal Edildi" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "İstek iptal edildiğinden dolayı tamamlanamadı." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "İsteği yineleyin." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kopyalama Sırasında Karşılıklı Bağ Bulundu" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1477,17 +1372,17 @@ msgstr "" "olan bir dizi bağlantıyla karşılaştı; örneğin, dosya kendi kendine " "bağlantılanmış olabilir." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ağ Bağlantısı Yapılamadı" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Yuva Oluşturulamadı" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1495,8 +1390,8 @@ msgid "" msgstr "" "Bu durum, ağ erişiminin yapılamaması sonucu teknik bir hata doğurmuştur." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1505,26 +1400,26 @@ msgstr "" "Ağ ayarları düzgün yapılandırılmamış, ya da ağ kartı sisteme tanıtılmamış " "olabilir." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Sunucuya Bağlantı Reddedildi" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "%1 sunucusu bu bilgisayarın bağlantısını reddetti." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "Sunucu, isteklere yanıt verecek biçimde yapılandırılmamış olabilir." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1532,7 +1427,7 @@ msgid "" msgstr "" "İnternet’e bağlı olan bu sunucu istenen hizmeti (%1) çalıştırmayabilir." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1542,12 +1437,12 @@ msgstr "" "Bilgisayarınız ile İnternet arasında bulunan bir güvenlik duvarı bu isteği " "engellemiş olabilir." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Sunucu ile olan bağlantı beklenmedik şekilde sonlandı" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1556,7 +1451,7 @@ msgstr "" "%1 adresine bir bağlantı yapılmasına rağmen, iletişim " "sırasında beklenmedik bir kopukluk yaşandı." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1564,17 +1459,17 @@ msgid "" msgstr "" "Bir protokol hatası oluştu ve bu hata sonucunda sunucu bağlantıyı kesti." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL Özkaynağı Geçersiz" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 protokolü bir süzgeç protokolü değil" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocator (URL) belirli bir kaynağa erişmek için geçerli bir " "yönteme başvurmuyor, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1598,24 +1493,24 @@ msgstr "" "eylemi gerçekleştiremez. Bu nadiren görülen bir olaydır ve bir programlama " "hatasına benziyor." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Giriş/Çıkış Aygıtı İlklendirilemiyor" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Aygıt Bağlanamadı" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "İstenen aygıt bağlanamadı. Bildirilen hata şuydu: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1626,7 +1521,7 @@ msgstr "" "bir dahili/harici aygıtla ilgili bağlantı problemleri bu hatanın alınmasına " "yol açabilir." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1637,7 +1532,7 @@ msgstr "" "sistemlerde genellikle yalnızca sistem yöneticileri bir aygıtın sisteme " "bağlanmasına izin verebilir." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1647,17 +1542,17 @@ msgstr "" "ünitesi bulunma ve taşınabilir aygıtların elektrik bağlantıları tam " "olmalıdır." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Giriş/Çıkış Aygıtı İlklendirilemiyor" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Aygıt Bağlantısı Kesilemedi" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1666,7 +1561,7 @@ msgstr "" "İstenen işlem (aygıtın bağlantısının kesilmesi) başarılı olamadı. Bildirilen " "hata şuydu: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1676,7 +1571,7 @@ msgstr "" "Aygıt şu anda meşgul olabilir. Bu aygıtı gösterecek şekilde bir ağ tarayıcı " "penceresinin açık olması bile bu aygıtın kullanımda kalmasını gerektirebilir." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1687,18 +1582,18 @@ msgstr "" "türevi sistemlerde genellikle yalnızca sistem yöneticileri bir aygıtın " "sistemden bağlantısının kesilmesine izin verebilir." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Hiçbir uygulamanın bu aygıta erişiyor olmadığını denetleyip yeniden deneyin." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Özkaynaktan Okunamıyor" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1707,17 +1602,17 @@ msgstr "" "Bu, %1 özkaynağı her ne kadar açılabilmiş olsa da, " "içindekiler okunurken bir hata oluştuğu anlamına gelir." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Bu özkaynaktan okuma izniniz olmayabilir." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Özkaynağa Yazılamadı" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1726,22 +1621,22 @@ msgstr "" "%1 özkaynağı açılmış olmasına rağmen bu kaynağa yazdırılma " "sırasında bir hata alınmıştır." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Özkaynağa yazma izniniz olmayabilir." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ağ Bağlantıları Okunamıyor" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Bağlanılamıyor" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1752,17 +1647,17 @@ msgstr "" "bağlantılarını dinlemek için konumlandırılamadığı ile ilgili hayli teknik " "bir hatadır." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Dinlenemiyor" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ağ Bağlantısı Kurulamıyor" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1771,34 +1666,34 @@ msgstr "" "Bu hata, gelen ağ bağlantılarının kabul edilmesi sırasında oluşan hayli " "teknik bir hatadır." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Bağlantıyı kabul etmek için yeterli izniniz olmayabilir." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Oturum açılamadı: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "İstenen işlemi gerçekleştirmek için oturum açma denemesi başarısız oldu." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Özkaynak Durumu Belirlenemedi" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Özkaynağa Erişilemiyor" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1807,69 +1702,69 @@ msgstr "" "%1 kaynağına erişim sırasında alınması gereken ad, tür ve " "boyut bilgilerine erişilemedi." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Belirtilen özkaynak var olmayabilir veya erişilebilir değildir." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Listeleme İptal Edilemedi" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Bunu belgelendir" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Klasör Oluşturulamadı" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "İstenilen klasör oluşturulamadı." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Klasörün oluşturulacağı konum olmayabilir." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Klasör Kaldırılamadı" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Belirtilen %1 klasörünü kaldırma denemesi başarısız oldu." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Belirtilen yerde böyle bir klasör olmayabilir." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Belirtilen klasör boş olmayabilir." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Bu klasörün boş olduğunu denetleyerek yeniden deneyin." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Dosya Aktarımı Sürdürülemiyor" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1878,34 +1773,34 @@ msgstr "" "Saptanan talep, %1 dosyasının aktarımının, belirli bir " "noktasında duraklatabileceğini sorguladı. Bu olanaksız." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Sunucu, dosya aktarımı sürdürülmesini desteklemiyor." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Dosya aktarımını kaldığı yerden sürdürmeksizin isteği yinele." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Kaynağın Adı Değiştirilemedi" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Belirtilen aygıtın (%1) adının değiştirilmesi isteği " "başarısız oldu." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Kaynağın İzinleri Değiştirilemedi" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1) izin haklarının değiştirilmesi " "isteği başarısız oldu." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Kaynağın İzinleri Değiştirilemedi" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "Belirtilen özkaynağın %1 izinleri değiştirilemedi." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Özkaynak Silinemedi" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "%1 kaynağının silinmesi işleminde bir hata oluştu." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Beklenmeyen Program Sonlanması" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolüne erişim sağlayan program " "beklenmedik bir şekilde sonlandırılmış." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Bellek Yetersiz" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "%1 protokolü için istenen bellek yetersiz." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Bilinmeyen Vekil Sunucu" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2020,17 +1915,17 @@ msgstr "" "Lütfen https://bugs.kde.org/ adresine " "giderek KDE Takımını bu durumla ilgili olarak bilgilendirin." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "İstek Durduruldu" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Sunucuda İçsel Hata" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2039,7 +1934,7 @@ msgstr "" "Sunucudaki %1 protokolüne erişim sağlayan program bir iç " "hata oluştuğunu bildirdi: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2048,12 +1943,12 @@ msgstr "" "Bu durum sunucudaki programın bir hatasından doğabilir. Lütfen aşağıdaki " "bilgilere uygun olacak şekilde bir hata raporu gönderin." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Bu problem ile ilgili olarak sistem yöneticisi ile bağlantı kurun." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2062,40 +1957,31 @@ msgstr "" "Sunucu yazılımını hazırlayanların e-posta adreslerini biliyorsanız bu " "kişilerle bağlantıya geçip hata raporu gönderin." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Zaman Aşımı Hatası" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Sunucuyla iletişim kurulmuş olsa da, istek için ayrılan süre zarfında bir " -"yanıt alınamadı. Aşağıda belirtilen zaman ayarları, KDE Sistem Ayarları " -"altındaki Ağ Ayarları → Bağlantı Tercihleri modülünden değiştirebilirsiniz: " -"
    • Bağlantı kurma zaman aşımı: %1 saniye
    • Yanıt alma zaman " -"aşımı: %2 saniye
    • Vekil sunucu erişim zaman aşımı: %3 saniye
    • ." +"Sunucuyla iletişim kurulmasına rağmen, istek için ayrılan sürede bir yanıt " +"alınmadı." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Sunucu çok meşgul olduğu için yanıt veremedi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Bilinmeyen Hata" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolüne erişim sağlayan program " "bilinmeyen bir hata oluştuğunu bildirdi: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Bilinmeyen Kesinti" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protokolüne erişim sağlayan program, " "bilinmeyen bir kesinti oluştuğunu bildirdi: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Asıl Dosya Silinemiyor" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2134,12 +2020,12 @@ msgstr "" "taşıma işleminin sonuna gelinmesine benzer. Asıl dosya %1 " "silinemiyor." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Geçici Dosya Silinemiyor" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2150,12 +2036,12 @@ msgstr "" "geçici dosya oluşturulmasını gerektiriyor. Bu %1 geçici " "dosyası silinemiyor." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Asıl Dosyanın Adı Değiştirilemiyor" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2164,12 +2050,12 @@ msgstr "" "İstenen işlem, %1 dosyasının adını değiştirmeyi " "gerektiriyordu, ancak bu dosyanın adı değiştirilemedi." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Geçici Dosyanın Adı Değiştirilemedi" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2178,39 +2064,39 @@ msgstr "" "İstenen işlem, %1 geçici dosyasının oluşturulmasını " "gerektiriyordu, ancak bu dosya oluşturulamadı." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Bağlantı Oluşturulamadı" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Sembolik Bağlantı Oluşturulamadı" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "İstenen sembolik bağlantı (%1) oluşturulamadı." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "İçerik Yok" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disk Dolu" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "%1 dosyasına yazılamadı. Diskte yeterli alan yok." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2218,66 +2104,66 @@ msgid "" "3) obtain more storage capacity." msgstr "" "1) Gereksiz ve geçici dosyalarınızı silerek, 2) yazılabilir CD’lere var olan " -"arşivinizi aktararak veya 3) daha büyük depolama kapasitesi edinerek yeterli " +"arşivinizi aktararak veya 3) daha büyük depolama sığası edinerek yeterli " "disk alanı açabilirsiniz." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Dosya ve Hedef Dosyaları Aynı" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Hedef ve kaynak dosyalar aynı olduğundan işlem tamamlanamadı." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Hedef dosya için yeni bir dosya adı seçin." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Dosya veya Klasör kendi üzerine bırakıldı" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "Hedef ve kaynak dosyalar aynı olduğundan işlem tamamlanamadı." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Ögeyi başka bir dosya veya klasör üzerine bırakın." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Klasör kendi içine taşındı" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "Kaynak, kendisine taşınamayacağı için işlem tamamlanamadı." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Ögeyi farklı bir klasöre taşıyın." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Parola sunucusu ile iletişim kurulamadı" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2286,24 +2172,24 @@ msgstr "" "Parola talep hizmeti (kpasswdserver) ile bağlantı kuramadığı için işlem " "tamamlanamadı" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Oturumunuzu yeniden başlatmayı deneyin veya kiod içindeki günüklerde " "hatalara bakın." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 Protokolü İlklendirilemedi" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO İşçisi Oluşturulamıyor" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2312,7 +2198,7 @@ msgstr "" "%1 protokolüne erişim için kullanılan KIO işçisi " "çalıştırılamadı. Bu bir teknik hata olabilir." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2321,13 +2207,13 @@ msgstr "" "klauncher, protokolü sağlayan eklentiyi bulamadı veya başlatamadı. Bu, " "eklentinin eski bir sürümüne sahip olabileceğiniz anlamına geliyor." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "%1 aktarılamıyor" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2337,7 +2223,7 @@ msgstr "" "Hedef dosya sistemi bu kadar büyük dosyaları desteklemediğinden " "%1 dosyası aktarılamıyor" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2346,28 +2232,28 @@ msgstr "" "Hedef dosya sistemini bu büyüklükte dosyaları destekleyen bir dosya sistemi " "ile yeniden biçimlendirin." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Belgelenmeyen Hata" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 Konumuna Sembolik Bağlantı)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, %2 Konumuna Bağlantı)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 konumuna işaret ediyor)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2376,12 +2262,12 @@ msgstr "" "Bozuk URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "%1 dosyasının türü algılanamıyor" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2390,13 +2276,13 @@ msgstr "" "“%1” ögesinden yürütülebilir adı çıkarılamıyor, lütfen geçerli bir uygulama " "adı girin." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1, yürütülebilir bir program gibi görünmüyor." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2406,94 +2292,94 @@ msgstr "" "%1 bulunamadı; lütfen yürütülebilir bir programın " "geçerli yolunu girin." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 protokolü ile bağlantı açmak olanaklı değil." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 protokolü ile bağlantı kapatmak olanaklı değil." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Dosyalara erişim %1 protokolü ile yapılamaz." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 konumuna yazmak henüz desteklenmiyor." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 protokolü için kullanılabilir özel işlemler yok." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 protokolü için klasör listeleme işlevi desteklenmiyor." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "%1 adresinden veri alma desteklenmiyor." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "%1 adresinden MIME tür bilgisi alma desteklenmiyor." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 içinde dosya taşımak veya adlarını değiştirmek desteklenmiyor." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 protokolü ile sembolik bağlantı oluşturulması olanaklı değil." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 içinde dosya kopyalamak desteklenmiyor." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 konumundan dosyalar silmek desteklenmiyor." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 protokolü yardımıyla klasör oluşturmak olanaklı değil." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "%1 protokolü yardımıyla dosyaların özniteliklerini değiştirmek olanaklı " "değil." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 protokolü ile dosyaların sahibini değiştirme işlemi desteklenmiyor." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 protokolü dosyaları açma işlemi desteklenmiyor." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 protokolü %2 eylemini desteklemiyor." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2501,316 +2387,340 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"Genelde yükseltilmiş izinler isteyen “%1” protokolü için KIO işçisinin " +"Genelde yükseltilmiş izinler isteyen “%1” protokolü için olan KIO işçisinin " "güvenliği garanti edilemiyor; çünkü kök kullanıcı dışındaki kullanıcıların " -"%2 konumunda üzerinde değişiklik yapmak için izni vardır." +"onun üzerinde %2 konumunda değişiklik yapmaya izinleri var." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Bilinmeyen protokol “%1”." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "“%1” protokolü için bir KIO işçisi bulunamadı." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2 içindeki “%1” protokolü için olan KIO işçisi yüklenmedi; çünkü %3 dışında " +"yer alan ve yükseltilmiş ayrıcalıklar isteyen tüm KIO işçileri güvensiz " +"olarak kabul edilirler." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "“%1” protokolü için bir KIO işçisi başlatmak üzere yuva oluşturulamıyor." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "“%1” konumunda ‘kioworker’ yürütülebiliri bulunamadı" +msgstr "“%1” konumunda “kioworker” yürütülebiliri bulunamadı" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Ayrıntılar" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Sonsuza Dek" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Sür&dür" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Yalnızca Geçerli Oturum" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Yeni Klasöre Taşı" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Bu Ögeler için Yeni Klasör Oluştur" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "%​%p" +msgstr "%%p" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Silmek için bir dosya seçmediniz." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Silinecek Öge Yok" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Çöp kutusuna atmak için bir dosya seçmediniz." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Çöp Kutusuna Atılacak Öge Yok" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Belirtilen klasör yok veya okunamıyor." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menü" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Üst Klasör" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Geri git" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "İleri git" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Ana Klasör" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Yeniden Yükle" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Yeni Klasör…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Çöp Kutusuna Taşı" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Sil" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sıralama" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Ada Göre Sırala" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Boyuta Göre Sırala" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Tarihe Göre Sırala" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Türe Göre Sırala" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Artan" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Azalan" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Önce Klasörler" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Gizli Dosyalar En Sonda" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Simge Görünümü" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Sıkışık Görünüm" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Ayrıntılı Görünüm" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Simge Konumu" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Dosya Adından Sonra" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Dosya Adının Üzerinde" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Kısa Görünüm" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Ayrıntılı Görünüm" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Ağaç Görünümü" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Ayrıntılı Ağaç Görünümü" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Ayrıntılar Görünümünde Genişlemeye İzin Ver" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Gizli Dosyaları Göster" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Önizlemeyi Panelini Göster" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Önizlemeyi Göster" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "İçeren Klasörü Aç" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Özellikler" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Görünüm Kipi" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z–A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A–Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Önce En Yeni" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Önce En Eski" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Önce En Yeni" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Önce En Büyük" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Önce En Küçük" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Kodlama:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Aç" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Farklı Kaydet" @@ -2857,40 +2767,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Buraya Taşı" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tüm Dosyalar" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Desteklenen Tüm Dosyalar" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tüm Dosyalar" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Yerler Girdisi Ekle" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Yerler Girdisini Düzenle" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

      The " @@ -2903,17 +2813,17 @@ msgstr "" "oluşmalıdır. Eğer bir etiket girmezseniz açıklama konumun URL’sinden alınır." "
      " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Etiket:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Açıklayıcı etiketi buraya girin" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2926,12 +2836,12 @@ msgstr "" "ftp.kde.org/pub/kde/stable

      Metin düzenleme kutusunun yanındaki " "düğmeye tıklayarak uygun bir URL’ye göz atabilirsiniz.
      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Konum:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

      Click " @@ -2940,17 +2850,17 @@ msgstr "" " Bu konumlar panelinde görüntülenecek olan simgedir.

      Farklı " "bir simge seçmek için düğmenin üzerine tıklayın.
      " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "B&ir simge seç:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Yalnızca bu uygulamayı kullanırken göster (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2961,201 +2871,207 @@ msgstr "" "istiyorsanız bu ayarı etkinleştirin.

      Eğer bu ayar seçilmezse " "girdi tüm uygulamalar tarafından kullanılabilir olacaktır.
      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Yerler" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Uzak Konum" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Son Kullanılanlar" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Ara" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Aygıtlar" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Çıkarılabilir Aygıtlar" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Etiketler" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Şuradan: %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Tüm etiketler" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Ana Klasör" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Masaüstü" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Belgeler" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "İndirilenler" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Ağ" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Çöp Kutusu" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Müzik" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Resimler" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videolar" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "Son Dosyalar" +msgstr "Son Kullanılan Dosyalar" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "Son Konumlar" +msgstr "Son Gidilen Konumlar" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Bugün Değiştirildi" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Dün Değiştirildi" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Yerler paneline eklenemedi: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Yerler paneline yalnızca klasörler eklenebilir." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Yapılandır…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Salınıyor…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Sal" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Güvenlice Kaldırılıyor…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Gü&venli Kaldır" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Bağlantı Kesiliyor…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Bağlantıyı Kes" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Çık&ar" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "“%1” aygıtı bir disk değil ve çıkarılamaz." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "“%1” konumuna erişilirken bir hata oluştu, sistem şu hatayı bildirdi: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "“%1” konumuna erişilirken bir hata oluştu" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Bu aygıttaki bir veya daha çok dosya, bir uygulamada açık." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3170,108 +3086,108 @@ msgstr[1] "" "Bu aygıttaki bir veya daha çok dosya, şu uygulamalarda açık: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Bölüntü Yöneticisi ile Yeniden Biçimlendir veya Düzenle" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 / %2 boş (%​%3 kullanılıyor)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (gizli)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Çöp Kutusunu Boşalt" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Bağla" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Yeni Sekmede Aç" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Yeni Pencerede Aç" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Girdi Ekle…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Dü&zenle…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Yerlerden Kaldır" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Gizle" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "“%1” Bölümünü Gizle" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Bölümü Gizle" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Tüm Girdileri Göster" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Simge Boyutu" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3279,51 +3195,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Otomatik Yeniden Boyutlandır" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Küçük (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Orta (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Büyük (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Devasa (%1 × %1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Yalnızca bir dosya seçebilirsiniz" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Birden fazla dosya verildi" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Yalnızca yerel dosyaları seçebilirsiniz" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Uzak dosyalar kabul edilmiyor" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3338,52 +3254,22 @@ msgstr[1] "" "Seçili URL desteklenmeyen bir düzeni kullanıyor. Lütfen aşağıdaki şemaları " "kullanın: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Desteklenmeyen URL şeması" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Birden fazla klasör seçildi ancak bu pencere klasör kabul etmiyor, yani " -"hangi seçime girileceğine karar verilemiyor. Lütfen yalnızca bir klasör " -"seçin." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Birden fazla klasör verildi" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"En azından bir klasör ve bir dosya seçilmelidir. Seçilen dosyalar yok " -"sayılacak ve seçilen klasör listelenecektir" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Dosyalar ve klasörler seçildi" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "“%1” dosyası bulunamadı" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Dosya açılamadı" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

      For instance, " @@ -3394,42 +3280,42 @@ msgstr "" "güncel konum file:/home/konqi ise bu düğmeye tıklanması halinde file:/home " "dizinine geçeceksiniz.
      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Tarama günlüğünde bir adım geri gitmek için bu düğmeyi tıklayın." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Tarama günlüğünde bir adım ileri gitmek için bu düğmeyi tıklayın." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Güncel konumdaki bilgileri yeniden yüklemek için bu düğmeye tıklayın." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Yeni bir klasör oluşturmak için bu düğmeye tıklayın." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Yerler Panelini Göster" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Yer İmleri Düğmesini Göster" +msgid "Show Quick Filter" +msgstr "Tez Süzgeci Göster" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Seçenekler" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3444,12 +3330,12 @@ msgstr "" "li>
    • Gizli dosyaların gösterimi
    • Yerler paneli
    • Dosya " "önizlemeleri
    • Klasörleri dosyalardan ayırma
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Yer İmleri" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3463,12 +3349,35 @@ msgstr "" "içerisindeki diğer yerler için de kullanılabilir." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Ad:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Dosya adı değişikliğini geri al" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Klasör değiştirirken süzgeci tut" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Ada göre süz…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Süzgeç çubuğunu gizle" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3480,12 +3389,12 @@ msgstr "" "Bu özelliği, farenin sağ düğmesine basınca çıkan Metin Tamamlama " "menüsünden istediğiniz kipi seçerek denetleyebilirsiniz." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Kaydedilecek dosyanın adı." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3494,74 +3403,78 @@ msgstr "" "Burada açılacak dosyaların bir listesi vardır. Aralarında boşluk karakteri " "olacak şekilde birden fazla dosya adı belirtilebilir." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Bu, açılacak dosyanın adıdır" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Yerler" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" -msgstr "“%1” dosyası halihazırda var. Üzerine yazmak ister misiniz?" +msgstr "“%1” dosyası hâlihazırda var. Üzerine yazmak ister misiniz?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Dosyanın Üzerine Yazılsın mı?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Yalnızca yerel dosyaları seçebilirsiniz." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Uzaktaki Dosyalar Kabul Edilmiyor" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Tüm Klasörler" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Geçerli dizin: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Aç" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Simge boyutu: %1 piksel" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Dosya adı uzantısını kendiliğinden seç (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "%1 uzantısı" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "D&osya adı uzantısını kendiliğinden seç" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "uygun bir uzantı" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3581,19 +3494,19 @@ msgstr "" "değiştirdiğinizde, %1 metin alanı içinde tanımladığınız her uzantı " "güncellenir.

  • Eğer %2 metin alanında hiçbir " "uzantı tanımlamamışsanız Kaydet’e tıkladığınızda %3, dosyanın sonuna " -"eklenir (dosya adı halihazırda yoksa). Bu uzantı, kaydedilen dosya türü " +"eklenir (dosya adı hâlihazırda yoksa). Bu uzantı, kaydedilen dosya türü " "temelinde olacaktır.

    Eğer KDE’nin dosya adları için bir uzantı " "sağlamasını istemiyorsanız bu seçeneği kapatabilir veya dosya adının sonuna " "bir nokta (.) ekleyerek susturabilirsiniz (nokta kendiliğinden kaldırılır). " "
  • Emin değilseniz bu seçeneği etkin halde tutmak, sizin için daha " "yararlıdır." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Dosya türü:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3602,63 +3515,53 @@ msgstr "" "Bu, dosya türü seçicisidir. Dosyanın kaydedileceği biçimi seçmek için " "kullanılır." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "S&üz:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Dosya listesine uygulanacak süzgeç. Süzgeç ile eşleşmeyen dosya adları " -"görüntülenmeyecektir.

    Açılır menüden var olan bir tanesini seçebilir veya " -"doğrudan metin alanına süzgeç ifadenizi yazabilirsiniz.

    * ve ? gibi " -"genel arama karakterlerini kullanmak da olanaklıdır.

    " +"Bu, dosya türü seçicisidir. Gösterilen dosyaların biçimini seçmek için " +"kullanılır." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Yeni Dosya Oluştur" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Üzgünüm" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "%1 şablon dosyası yok." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Yeni bağlantının adı:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "URL’ye bağlantı oluştur" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "%1 dosyası adını gir:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Üzgünüm" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "%1 şablon dosyası yok." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Yeni bağlantının adı:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Sembolik Bağlantı Oluştur" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "URL’ye bağlantı oluştur" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3668,7 +3571,7 @@ msgstr "" "%1 adı işletim sisteminin kullanımı için ayrıldığından " "kullanılamıyor." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3678,7 +3581,7 @@ msgstr "" "%1 adı bir nokta ile başlıyor; dolayısıyla öntanımlı " "olarak gizlenecektir." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3690,29 +3593,39 @@ msgstr "" "olarak sıralarken diğer dosyaların önünde görüntülenmesine ve bunun gibi " "diğer garipliklere neden olabilir." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Klasör adlarında bölü işareti kullanmak, aşağıdaki gibi alt klasörler " "oluşturacaktır:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Klasör adlarında bölü işareti kullanmak alt klasörler oluşturacaktır." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Dosya ve klasör adlarında bölü işareti kullanılamaz." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Dosya ve klasör adlarında ters bölü kullanılamaz." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 adında bir dosya veya klasör oluşturmak olanaklı " +"değildir; çünkü bu ad kullanıcının ana klasörünün konumuyla çakışacaktır." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3722,96 +3635,139 @@ msgstr "" "olabileceğinden, bir dosya veya klasör adını yaklaşık işaretiyle başlatmanız " "önerilmez." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "%1 adlı bir dizin halihazırda var." +msgstr "%1 adlı bir dizin hâlihazırda var." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "%1 adlı bir dosya zaten var." +msgstr "%1 adlı bir dosya hâlihazırda var." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Yeni Oluştur" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Aygıta Bağlantı" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Yeni Klasör" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Yeni Klasör Oluştur" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "%1 içinde yeni klasör oluştur:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Klasör adını gir…" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Öntanımlı" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Yeni Dosya Oluştur" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Dosya adı gir…" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Özel Simge veya Renk Seç" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Başka Simge Seç…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Klasör özelliklerinden simgeyi daha sonra değiştirebilirsiniz." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopyala" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Yapıştır" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "“%1” Ögesini Yeni Sekmede Aç" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "“%1” Ögesini Yeni Pencerede Aç" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Düzenle" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Git" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Tam Yolu Göster" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "%1 üzerindeki herhangi bir konuma git" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3823,6 +3779,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Yoldaki Konuma Git" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Yerler" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3846,28 +3809,28 @@ msgstr "Diğer" msgid "Edit mode" msgstr "Düzenleme kipi" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" -msgstr "Konum Gezintisi için Tıkla" +msgstr "Konumda dolaşmak için tıkla" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" -msgstr "Konumu Düzenlemek için Tıkla" +msgstr "Konumu düzenlemek için tıkla" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Bu dosyayı yürütmek için gerekli yetkilere sahip değilsiniz." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Başlatılıyor: %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3876,14 +3839,14 @@ msgstr "" "%1 hizmeti yürütülebilir yapılamıyor, yürütme iptal edilecek.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Bu dosyayı açmak üzere bir uygulama seçmek için gerekli yetkilere sahip " "değilsiniz." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3910,12 +3873,19 @@ msgstr "Görsel %1 konumuna kaydedilirken hata" msgid "Icon file too big, download aborted" msgstr "Simge dosyası çok büyük, indirme iptal edildi" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"Dosya Önizleme: Boş dosya atlanıyor; bozuk bir sembolik bağlantı olabilir: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Posta istemcisi bulunamadı" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3926,28 +3896,28 @@ msgstr "" "masaüstü giriş dosyası\n" "geçersiz." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Başlatılıyor: %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "%1 komutu bulunamadı." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Uçbirim öykünücüsü bulunamadı" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "%1 açılamadı" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3958,7 +3928,7 @@ msgstr "" "bir masaüstü girdisi dosyası\n" "Bağlantı türünden; ancak URL=… girdisi yok." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3967,7 +3937,7 @@ msgstr "" "“%1” yürütülebilir dosyası uzak bir dosya sisteminde bulunuyor. Güvenlik " "nedenlerinden dolayı başlatılmayacak." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -3975,7 +3945,7 @@ msgstr "" "Güvenlik nedeniyle, yürütülebilir dosyaların başlatılmasına bu bağlamda izin " "verilmez." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -3983,7 +3953,7 @@ msgid "" msgstr "" "“%1” programının başlatılmadan önce yürütme iznine sahip olması gerekir." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3992,12 +3962,12 @@ msgstr "" "“%1” dosyası yürütülebilir yapılamıyor.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Masaüstü girdi dosyası %1 için Type=… girdisi yok." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4008,12 +3978,12 @@ msgstr "" "Açık uygulamalarınızı ve bildirim ekranınızı bekleyen görevler veya " "indirmeler için denetleyin." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Dosya açılamadı." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "“%1” programı başlatılamadı." @@ -4102,74 +4072,69 @@ msgstr "" "Değişiklikleri karşıya\n" "yüklemek istiyor musunuz?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec — Uzaktaki dosyaları açar, değişiklikleri izler, karşıya yüklemeyi " "sorar" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998–2000, 2003 KFM/Konqueror Geliştiricileri" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "URL’leri yerel dosyalar gibi ele alır ve sonrasında siler" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "İndirilecek dosya için önerilen ad" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Yürütülecek komut" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" -msgstr "‘Komut’ için yerel dosya(lar) veya URL(’ler)" +msgstr "“Komut” için yerel dosya(lar) veya URL(’ler)" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "%1 için ACL ayarlanıyor" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4178,7 +4143,7 @@ msgstr "" "%1 dosyası için\n" "izinler değiştirilemiyor" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4188,118 +4153,37 @@ msgstr "" "%1\n" "sahibi ve grubu değiştirilemiyor" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Geçici dosya açılamadı" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" -msgstr "‘mount’ programı bulunamadı" +msgstr "“mount” programı bulunamadı" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" -msgstr "‘umount’ programı bulunamadı" +msgstr "“umount” programı bulunamadı" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Dosya İzinlerini Değiştir" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Yeni izinler: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Dosya Sahibini Değiştir" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Yeni sahip: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Dosyayı Kaldır" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Dizini Kaldır" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Dizin oluştur" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Dizin izinleri: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Dosya Aç" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Dizin Aç" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Yeni dosya adı: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Hedef: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Zaman Damgasını Değiştir" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Nereden: %1, Nereye: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Bilinmeyen Eylem" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Eylem: %1\n" -"Kaynak: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Dosya %1 konumundan %2 konumuna kopyalanamadı. (Hata: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 için aygıtta medya bulunamadı" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Verilen %1 kullanıcı adı için kullanıcı kimliği alınamadı" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Verilen %1 grup adı için grup kimliği alınamadı" @@ -4341,32 +4225,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Bu adrese girmek için bir kullanıcı adı ve parolası vermelisiniz." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Adres:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Oturum açma onaylandı" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 adresine girilemedi." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4375,7 +4259,7 @@ msgstr "" "\n" "Sunucu dedi ki: “%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4384,12 +4268,12 @@ msgstr "" "Herhangi bir siteye girmeden önce aşağıda listelenen vekil sunucular için " "bir kullanıcı adı ve parola girmelisiniz." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Vekil:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Vekil Sunucu Kimlik Doğrulaması Başarısız." @@ -4442,101 +4326,101 @@ msgstr "" "Daha ileride bu sertifikayı size sorulmaksızın kabul etmek istiyor musunuz?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Sunucu Kimlik Doğrulaması" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1, %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Belirtilseydi istek başarılı olacaktı." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "Özellik değerlerini alma" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "Özellik değerlerini ayarlama" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "İstenilen klasörü oluşturma" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Belirtilen klasör veya dosyayı kopyalama" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "Belirtilen klasörü veya dosyayı taşıma" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "Belirtilen klasör içinde arama" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "Belirtilen klasörü veya dosyayı kilitleme" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "Belirtilen klasörün veya dosyanın kilidini açma" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "Belirtilen klasörü veya dosyayı silme" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "Sunucunun yeteneklerini sorgulama" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "Belirtilen klasörün veya dosyanın içeriğini alma" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "Belirtilen klasör içinde bir rapor çalıştırma" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 yapılmaya çalışılırken beklenmedik bir hata oluştu (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4546,13 +4430,13 @@ msgstr "" "%1, %2 işlemi sırasında bir hata oluştu. Bu hata ile ilgili özet bilgi " "aşağıdadır." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 yapılmaya çalışılırken erişim engellendi." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4561,7 +4445,7 @@ msgstr "" "Bir veya daha fazla ara koleksiyon (klasör) oluşturulmadan, hedefte bu " "özkaynak oluşturulamaz." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4570,34 +4454,34 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" -"Sunucu, propertybehavior XML öğesinde listelenen\n" +"Sunucu, propertybehavior XML ögesinde listelenen\n" "özelliklerin canlılığını koruyamadı veya dosyaların\n" "üzerine yazılmamasını isterken bir dosyanın üzerine\n" "yazmaya çalıştınız.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "İstenen kilit verilemedi: %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Sunucu, gövdenin istek türünü desteklemiyor." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1, özkaynak kilitli olduğundan yapılamıyor." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Bu eylem, başka bir hata nedeniyle engellendi." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4607,7 +4491,7 @@ msgstr "" "%1, hedef sunucu dosyayı veya klasörü kabul etmeyi reddettiğinden " "yapılamıyor." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4616,18 +4500,18 @@ msgstr "" "Hedef özkaynak, özkaynağın bu yönteminin yürütülmesinden sonraki durumunu " "kaydedecek alana sahip değil." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Özkaynak silinemiyor." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 karşıya yüklemesi" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4638,15 +4522,15 @@ msgstr "%2 yapılmaya çalışılırken beklenmedik bir hata oluştu (%1)." msgid "Network" msgstr "Ağ" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Hatalı URL: %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4659,15 +4543,15 @@ msgstr "" "yeniden yapabilirsiniz veya bu ögeleri fare ile tutup istediğiniz yere " "taşıyabilirsiniz." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Geçersiz protokol kombinasyonu." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." -msgstr "Dosya zaten çöp kutusunda." +msgstr "Dosya hâlihazırda çöp kutusunda." #: kioworkers/trash/kio_trash_win.cpp:244 #, kde-format @@ -4686,9 +4570,9 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" -"KDE çöp kutusuna erişmek için yardımcı uygulama\n" +"KDE çöp kutusuna erişim için yardımcı uygulama\n" "Not: Dosyaları çöp kutusuna taşımak için ktrash kullanmayın, “kioclient move " -"‘url’ trash:/” kullanın" +"'url' trash:/” kullanın." #: kioworkers/trash/ktrash.cpp:31 #, kde-format @@ -4700,7 +4584,7 @@ msgstr "Çöp Kutusu içeriğini boşalt" msgid "Restore a trashed file to its original location" msgstr "Çöpe atılmış bir dosyayı eski yerine geri al" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Çöp kutusu dolu. Boşaltın veya ögeleri elle kaldırın." @@ -4721,17 +4605,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Yeniden Dene" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Kimlik Doğrulama Penceresi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Erişim engellendi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "%1 protokolüne erişmek için yeterli izine sahip değilsiniz." @@ -4840,41 +4724,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Beklenen sağlama toplamı (MD5, SHA1, SHA256 veya SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Sağlama toplamını panodan giriş alanına yapıştırmak için tıklayın." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4884,9 +4768,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Hesapla" @@ -4895,137 +4779,208 @@ msgstr "Hesapla" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Sağlama toplamını panoya kopyalamak için tıklayın." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "İ&ptal" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Buraya &Taşı" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Buraya İ&ndir" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Buraya Ko&pyala" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "Bu&raya Bağlantıla" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Başlat" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Bu dosya ile ne yapmak istiyorsunuz?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Bir daha sorma" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Aç" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Yürüt" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 &ile Aç" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Değişiklikleri Geri Al" +msgid "Would you like to launch this file?" +msgstr "Bu dosyayı başlatmak ister misiniz?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Bu işlemi geri almak için yönetici ayrıcalıkları gerekir. Sürdürmek istiyor " -"musunuz?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Dizin oluşturuluyor" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Kaynak" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Hedef" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopyalanıyor" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Taşınıyor" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" -msgstr "Yeniden Adlandırma" +msgstr "Yeniden Adlandırılıyor" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Çöp Kutusuna Taşınıyor" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Siliniyor" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Ger&i Al" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Ger&i Al: Kopyala" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" -msgstr "Ger&i Al: Bağlantı Yap" +msgstr "Ger&i Al: Bağlantıla" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Ger&i Al: Taşı" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Ger&i Al: Yeniden Adlandır" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Ger&i Al: Çöp Kutusuna Taşı" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Ger&i Al: Klasör Oluştur" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Ger&i Al: Klasör(ler) Oluştur" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Ger&i Al: Dosya Oluştur" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Ger&i Al: Toplu Yeniden Adlandır" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Yinele" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Yinele: Kopyala" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Yinele: Bağlantıla" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Yinele: Taşı" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Yinele: Yeniden Adlandır" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Yinele: Çöp Kutusuna Taşı" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Yinele: Klasör Oluştur" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Yinele: Klasör(ler) Oluştur" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Yinele: Dosya Oluştur" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Yinele: Toplu Yeniden Adlandır" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5037,12 +4992,12 @@ msgstr "" "Kopyalamayı geri almak dosyayı silecek ve tüm değişiklikler kaybedilecek.\n" "%4 dosyasını silmek istediğinizden emin misiniz?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Dosya Kopyalama Onayını Geri Al" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5053,21 +5008,22 @@ msgstr "" "Bu ögeyi kalıcı olarak silmeyi gerçekten istiyor musunuz?%1Bu eylem geri alınamaz." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Kalıcı Olarak Sil" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Kalıcı Olarak Sil" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5083,23 +5039,23 @@ msgstr[1] "" "Bu %1 ögeyi kalıcı olarak silmeyi gerçekten istiyor musunuz?Bu eylem geri alınamaz." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" -"Çöp Kutusundaki tüm ögeleri kalıcı olarak silmek istiyor musunuz?Bu eylem geri alınamaz." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Çöp Kutusunu Boşalt" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5109,7 +5065,7 @@ msgstr "" "Bu ögeyi çöp kutusuna taşımayı gerçekten istiyor musunuz?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5194,7 +5150,7 @@ msgstr "Sahibi" msgid "Owning Group" msgstr "Sahip olan Grup" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Diğerleri" @@ -5267,106 +5223,112 @@ msgstr "Sistem Yapılandırmasını Güncelle" msgid "Updating system configuration…" msgstr "Sistem yapılandırması güncelleniyor…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Ad" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Boyut" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Tarih" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "İzinler" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Sahip" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Grup" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tür" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 &ile Aç" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Eylemler" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Klasörü B&irlikte Aç…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Bir&likte Aç…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Yürütülebiliri Çalıştır" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Klasörü %1 ile &Aç" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 &ile Aç" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Klasörü B&irlikte Aç" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "Bir&likte Aç" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Başka &Uygulama…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5374,113 +5336,131 @@ msgid_plural "%1 items" msgstr[0] "1 öge" msgstr[1] "%1 öge" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Bilinmeyen" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Durdur" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Dosya Feneri’nde Araştır" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Şuradan bağlandı:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Boş alan:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tür:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "İçerik:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Birlikte aç:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Değiştir…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Konum:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Boyut:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Değiştir…" +msgid "Determine the folder size" +msgstr "Klasör büyüklüğünü belirle" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "İçerik:" +msgid "Stop" +msgstr "Durdur" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Klasör büyüklüğünü belirlemeyi durdur" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Dosya Feneri’nde Araştır" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Şunu gösterir:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Değiştirilme:" +msgid "Show target" +msgstr "Hedefi Göster" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Oluşturulma:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Dosya sistemi:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Bilinmeyen boyut" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Şuraya bağlandı:" +msgid "Modified:" +msgstr "Değiştirilme:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Erişim:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Birlikte aç:" +msgid "File system:" +msgstr "Dosya sistemi:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Şuraya bağlandı:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Şuradan bağlandı:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Boş alan:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Bilinmeyen boyut" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5751,7 +5731,7 @@ msgid "" "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" "Uygulamanızın başlatıldığını görünür hale getirmek için bu seçeneği " -"işaretleyin. Bu görsel etkileşim, görev çubuğunda belirecek ‘meşgul imleci’ " +"işaretleyin. Bu görsel etkileşim, görev çubuğunda belirecek “meşgul imleci” " "ile sağlanacaktır." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) @@ -5776,24 +5756,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Bu uygulama hakkında, kullanımına uyar şekilde bir açıklama yazın. Örneğin: " -"Çevirmeli Ağ Uygulaması (KPPP) için “Çevirmeli Bağlantı Aracı”." +"Buraya, uygulama için genel bir ad yazın. Örneğin; bir görsel görüntüleme " +"uygulaması için “Görsel Görüntüleyicisi” yazabilirsiniz." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Açıklama:" +msgid "&Generic name:" +msgstr "&Genel ad:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Gereksinim duyabileceğiniz herhangi bir açıklamayı buraya yazın." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Buraya, uygulama için olan açıklamayı girin. Örneğin; bir görsel görüntüleme " +"uygulaması için “Görselleri görüntüleyin ve düzenleyin” yazabilirsiniz." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5804,8 +5788,8 @@ msgstr "&Yorum:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" -msgstr "Çevre Değişkenleri:" +msgid "Environment variables:" +msgstr "Çevre değişkenleri:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -5912,8 +5896,8 @@ msgstr "" "

    MIME, Multipurpose Internet (e)Mail Extension, (Çok Amaçlı İnternet E-" "posta Uzantısı) protokolü, dosya adı uzantıları ve eşdeğer MIME türleri temelinde, veri türlerinin tanımlanması için oluşturulmuş yerleşik bir " -"protokoldür.Örneğin: ‘anadolu.bmp’ dosya adı içindeki, noktadan-sonra-gelen " -"‘bmp’ kısmı, bu dosyanın bir tür görsel dosyası (Biteşlem Görseli) olduğunu " +"protokoldür.Örneğin: “anadolu.bmp” dosya adı içindeki, noktadan-sonra-gelen " +"“bmp” kısmı, bu dosyanın bir tür görsel dosyası (Biteşlem Görseli) olduğunu " "belirtir. Bunun MIME anlatımı: image/x-bmp şeklinde olacaktır. Her " "bir dosya türünü hangi uygulamanın açıp işleyeceğini bilmek için sisteminiz, " "uygulamaların bu uzantıları ve MIME türlerini ele alma ve işleme yetenekleri " @@ -6009,7 +5993,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Paylaş" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6019,36 +6003,55 @@ msgstr "" "Özellikler, dosyaya olan yetersiz yazma erişimi nedeniyle kaydedilemedi:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Genel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Dosya adını gir…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Şurada Araştır: %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Yenile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Hedef konumu gir…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 yolunu göster" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Bilinmeyen boyut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6057,138 +6060,145 @@ msgstr "" "Hesaplanıyor… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 dosya" msgstr[1] "%1 dosya" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 alt klasör" msgstr[1] "%1 alt klasör" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Hesaplanıyor…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "En az %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Yeni dosya adı boş." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Kayıtlı dosya türü yok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "İlişkili uygulama yok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Oluştur…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Değiştir…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"“%1” türündeki dosyaları açmak için kullanılan öntanımlı uygulamayı değiştir" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Erişim yok" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Yalnızca görüntüleyebilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Görüntüleyebilir ve değiştirebilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Yalnızca içeriği görüntüleyebilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "İçeriği görüntüleyebilir ve değiştirebilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Yalnızca içeriği görüntüleyebilir/okuyabilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Görüntüleyebilir/okuyabilir ve değiştirebilir/yazabilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "İ&zinler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Erişim İzinleri" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Bu dosya bir bağlantıdır ve izinleri yoktur." msgstr[1] "Buradaki tüm dosyalar bağlantıdır ve izinleri yoktur." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Yalnızca dosyanın sahibi izinleri değiştirebilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Sahibi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Sahibine, yapabilmesi için izin verilecek eylemleri belirler." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Grubu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Grup Üyelerine, yapabilmeleri için izin verilecek eylemleri belirler." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Diğerleri:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6197,27 +6207,27 @@ msgstr "" "Ne sahip ne de grup üyesi olan, yani tüm kullanıcılara, yapabilmeleri için " "izin verilecek eylemleri belirler." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "&Yalnızca sahibi içeriği yeniden adlandırabilir veya silebilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Dosyayı program gibi yürütmey&e izin ver" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Sil veya yeniden adlandır:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Yürüt:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6226,10 +6236,10 @@ msgid "" msgstr "" "Bir klasörün ve içindeki dosyaların yalnızca klasörün sahibi tarafından " "silinebilmesini veya adlarının değiştirilebilmesini sağlamak için bu " -"seçeneği işaretleyin. Diğer kullanıcılar yalnızca ‘İçeriği Değiştirme’ izni " +"seçeneği işaretleyin. Diğer kullanıcılar yalnızca “İçeriği Değiştirme” izni " "gerektiren bir işlem olan yeni dosya eklemesi yapabilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6239,42 +6249,42 @@ msgstr "" "yalnızca program ve betikleri ilgilendirir. Onları yürütmek istediğinizde " "gerekecektir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Gelişmiş İzinler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Sahiplik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Kullanıcı:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Grup:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Değişiklikleri tüm alt klasörlere ve içindekilere uygula" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Gelişmiş İzinler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Sınıf" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6283,22 +6293,22 @@ msgstr "" "Göster\n" "Girdiler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bu seçenek klasör içeriğinin görüntülenmesini sağlar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Oku" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Okuma seçeneği, dosyanın içeriğinin görüntülenmesini sağlar." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6307,7 +6317,7 @@ msgstr "" "Yaz\n" "Girdiler" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6316,45 +6326,45 @@ msgstr "" "Bu bayrak, dosyaları eklemeye, silmeye, yeniden adlandırmaya izin verir. " "Silme ve adlandırma yapışkan bayrak kullanımıyla kısıtlanabilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Yaz" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Yazma bayrağı, dosyanın içeriğinin değiştirilmesine izin verir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Gir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Klasöre girebilmek için bu bayrağı etkinleştirin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Yürüt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Dosyanın bir program gibi yürütülmesine izin vermek için bu bayrağı " "etkinleştirin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Özel" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6363,7 +6373,7 @@ msgstr "" "Özel bayrak. Klasörün tümü için geçerlidir. Bayrağın tam olarak anlattıkları " "sağ yandaki sütunda görülebilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6372,17 +6382,17 @@ msgstr "" "Özel bayrak. Bayrağın tam olarak anlattıkları sağ yandaki sütunda " "görülebilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Kullanıcı" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Grup" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6391,7 +6401,7 @@ msgstr "" "Eğer bu bayrak koyulmuşsa bu klasörün sahibi, tüm yeni dosyaların da sahibi " "olacaktır." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6400,7 +6410,7 @@ msgstr "" "Eğer bu bir yürütülebilir dosya ise ve bayrak ayarlıysa bu program sahibinin " "haklarıyla yürütülür." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6408,7 +6418,7 @@ msgstr "" "Eğer bu bayrak ayarlanmışsa bu klasörün grubu tüm yeni dosyalar için de " "kullanılacaktır." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6417,7 +6427,7 @@ msgstr "" "Eğer bu dosya yürütülebilir bir dosyaysa ve bayrak öyle ayarlanmışsa " "grubunun izinleri ile yürütülür." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6427,7 +6437,7 @@ msgstr "" "dosyaları silip yeniden adlandırabilir. Aksi takdirde, yazma izni olan " "herkes bunu yapabilir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6436,90 +6446,81 @@ msgstr "" "Bu yapışkan bayrak açık ise Linux dosyayı görmez; ancak diğer sistemler " "kullanabilir" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID Ayarla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID Ayarla" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Yapışkan" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Bağ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Çeşitli (Değişiklik Yok)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Bu dosya gelişmiş izinleri kullanır." msgstr[1] "Bu dosyalar gelişmiş izinleri kullanır." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Bu klasör gelişmiş izinleri kullanır." msgstr[1] "Bu klasörler gelişmiş izinleri kullanır." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Bu dosyalar gelişmiş izinleri kullanır." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Sağlama Toplamları" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Hesaplanıyor…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Geçersiz sağlama toplamı." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Verilen giriş, geçerli bir MD5, SHA1 veya SHA256 sağlama toplamı değil." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Sağlama toplamları eşleşiyor." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Hesaplanan sağlama toplamı ve beklenen sağlama toplamı eşleşiyor." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6530,30 +6531,46 @@ msgstr "" "olabilir. Dosyayı yeniden indirmeyi deneyin.
    Doğrulama yine başarısız " "olursa dosyanın kaynağına başvurun." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Hesaplanmış sağlama toplamı ve beklenen sağlama toplamı farklı." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Sağlama toplamı doğrulanıyor…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Tüm dosyaların sağlama toplamları birbirlerine eş." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Seçili dosyaların sağlama toplamları birbirlerinden farklı." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Hesaplanıyor…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6561,27 +6578,27 @@ msgstr "" "Özellikler kaydedilemedi. Yalnızca yerel dosya sistemindeki programlar " "destekleniyor." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Uygulama" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "%1 için Dosya Türü Ekle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Eklenecek dosya türlerini seçin:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Yalnızca yerel dosya sistemindeki yürütülebilirler desteklenir." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 için Gelişmiş Seçenekler" @@ -6685,44 +6702,46 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Web Kısayollarını Yapılandır…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Dosya penceresini aç" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Pano içeriği için dosya adı:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "yapıştırılmış dosya" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Pano İçeriğini Yapıştır" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -"Son ‘yapıştır’ işleminizden bu yana pano içeriği değişti: Seçili veri biçimi " +"Son “yapıştır” işleminizden bu yana pano içeriği değişti: Seçili veri biçimi " "artık uygulanabilir değil. Lütfen yapıştırmak istediğiniz şeyi yeniden " "kopyalayın." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "1 Klasörü Yapıştır" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "1 Dosyayı Yapıştır" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6730,47 +6749,58 @@ msgid_plural "Paste %1 Items" msgstr[0] "1 Ögeyi Yapıştır" msgstr[1] "%1 Ögeyi Yapıştır" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Pano İçeriğini Yapıştır…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Yapıştır" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Veri biçimi:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Pano içeriği için dosya adı:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Bırakılan içerik için dosya adı:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Tarih: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Boyut: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "&Tümüne uygula" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6780,47 +6810,47 @@ msgstr "" "Atla’ya basmadığınız sürece, dizindeki var olan bir dosyayla çakışma olması " "durumunda yine de uyarılacaksınız." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Bu işaretlendiğinde, basılan düğme geçerli işin geri kalanındaki tüm sonraki " "klasör çakışmalarına uygulanacaktır." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Yeniden Adlandır" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "&Yeni Bir Ad Öner" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Atla" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Bu klasöre kopyalama ya da taşıma, sonraki ögeye geç" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Bu dosyayı kopyalama ya da taşıma, sonraki ögeye geç" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Üzerine Yaz" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6833,13 +6863,13 @@ msgstr "" "Dizinde var olan bir dosya çakışması olasılığına karşı size yeniden " "sorulacak." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Eski Dosyaların Üzerine Yaz" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6848,12 +6878,12 @@ msgstr "" "Daha eski değiştirilme zamanı olan hedef dosyaların üzerine kaynak " "tarafından yazılacaktır, değilse atlanacaktır." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Sür&dür" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6862,67 +6892,57 @@ msgstr "" "Bu eylem, “%1” ögesinin üzerine kendisini yazacak.\n" "Lütfen yeni bir dosya adı girin:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Sür&dür" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Hedefin üzerine yazmak ister misiniz?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "“%1” içeriğini “%2” ile birleştirmek ister misiniz?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Kaynak" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Hedef" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Kaynak daha yeni." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Kaynak daha eski." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Kaynak %1 daha küçük." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Kaynak %1 daha büyük." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Dosyalar birbirine ." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Dosyalar birbirine eş gibi görünüyor." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Dosyalar farklı." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6931,59 +6951,51 @@ msgstr "" "Dosyalar büyük olasılıkla birbirine eş; boyutları ve içerikleri dosyanın " "başında, ortasında ve sonunda aynı." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Dosyaları Karşılaştır" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." -msgstr "“%1” adlı daha eski bir öge halihazırda var." +msgstr "“%1” adlı daha eski bir öge hâlihazırda var." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." -msgstr "“%1” adlı bir dosya halihazırda var." +msgstr "“%1” adlı bir dosya hâlihazırda var." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." -msgstr "“%1” adlı daha yeni bir öge halihazırda var." +msgstr "“%1” adlı daha yeni bir öge hâlihazırda var." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Yeniden Adlandır:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Ögeyi Yeniden Adlandır" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Ögeleri Yeniden Adlandır" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Yeniden Adlandır" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "%1 ögesinin yeni adı:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Yeni ad #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 adlı bir dosya hâlihazırda var." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1, geçerli bir dosya adı değil." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6991,38 +7003,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "%1 seçili ögeyi şuna yeniden adlandır:" msgstr[1] "%1 seçili ögeyi şuna yeniden adlandır:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "#, şununla başlayan artan sayılarla değiştirilecek:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Yeni ad #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Geçersiz dosya ado: Yeni ad, tüm dosyaların uzantısı farklı değilse bir # " +"içermelidir." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "%1 seçili ögeyi şöyle yeniden adlandır:" +msgstr[1] "%1 seçili ögeyi şöyle yeniden adlandır:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Şu" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "dizgiyi" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "şununla" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "değiştir" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Bu dizgiyi içeren bir dosya adı yok." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"“%1” ögesini boş bir ikâmeyle değiştirmek, %2 " +"dosyasının adının boş kalmasına neden olur." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "%1 seçili ögeyi yeniden adlandır:" +msgstr[1] "%1 seçili ögeyi yeniden adlandır:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Metin ekle:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Eklenecek metin" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Dosya adından önce" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Dosya adından sonra" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Ögeyi Yeniden Adlandır" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Ögeleri Yeniden Adlandır" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Yeniden Adlandır" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Şöyle yeniden adlandır:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Numaralandır" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Metni başkasıyla değiştir" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Metin Ekle" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Önizleme:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 dosyasının adı boş bırakılamaz." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Bilgi" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Değiştir" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Yeniden Dene" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Tümünü Değiştir" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Atla" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Tümünü Atla" @@ -7109,7 +7273,7 @@ msgstr "" "Uzak makine herhangi bir SSL sertifikası göndermedi.\n" "Makinenin kimliğine erişilemediği için iptal ediliyor." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7150,35 +7314,64 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Bu öge çok büyük olduğundan çöp kutusuna taşıma başarısız oldu. Bunun yerine " -"kalıcı olarak silinsin mi?%1Bu eylem geri alınamaz." +"Çöp kutusu, bu dosyayı almak için çok dolu. Bunun yerine kalıcı olarak " +"silinsin mi?%1Bu eylem geri alınamaz." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Çöp kutusu, bu %1 dosyayı almak için çok dolu. Bunun yerine kalıcı olarak " +"silinsin mi?Bu eylem geri alınamaz." +msgstr[1] "" +"Çöp kutusu, bu %1 dosyayı almak için çok dolu. Bunun yerine kalıcı olarak " +"silinsin mi?Bu eylem geri alınamaz." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Çöp kutusu, bu ögenin konumu için kullanılabilir değil. Bunun yerine kalıcı " +"olarak silinsin mi?%1Bu eylem geri alınamaz." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Bu %1 öge çok büyük olduğundan çöp kutusuna taşıma başarısız oldu. Bunun " -"yerine kalıcı olarak silinsin mi?Bu eylem geri " +"Çöp kutusu, bu %1 ögenin konumu için kullanılabilir değil. Bunun yerine " +"kalıcı olarak silinsin mi?Bu eylem geri " "alınamaz." msgstr[1] "" -"Bu %1 öge çok büyük olduğundan çöp kutusuna taşıma başarısız oldu. Bunun " -"yerine kalıcı olarak silinsinler mi?Bu eylem " -"geri alınamaz." +"Çöp kutusu, bu %1 ögenin konumu için kullanılabilir değil. Bunun yerine " +"kalıcı olarak silinsin mi?Bu eylem geri " +"alınamaz." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7186,198 +7379,223 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Bu %1 ögeyi çöp kutusuna taşımayı gerçekten istiyor musunuz?" msgstr[1] "Bu %1 ögeyi çöp kutusuna taşımayı gerçekten istiyor musunuz?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Bir daha sorma" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Bir daha sorma" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Bu iletiyi bir daha gösterme" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Eş SSL sertifika zinciri hasar görmüş gibi görünüyor." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Uyarı" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Bu eylem, şu uygulamayı başlatır:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Eğer bu uygulamaya güvenmiyorsanız İptal’e tıklayın" -#~ msgid "Is &executable" -#~ msgstr "Yü&rütülebilir" +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Yürütülebilir dosyaları sormadan başlat" -#~ msgid "New Folder..." -#~ msgstr "Yeni Klasör…" +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Yürütülebilir dosyaları öntanımlı uygulama ile sormadan aç" -#~ msgctxt "@action:button" -#~ msgid "Add..." -#~ msgstr "Ekle…" +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Tüm yürütülebilir dosyalar için anımsa" -#~ msgctxt "@action:button" -#~ msgid "Edit..." -#~ msgstr "Düzenle…" - -#~ msgctxt "@title:menu" -#~ msgid "&Open Folder With..." -#~ msgstr "Klasörü Bi&rlikte Aç…" - -#~ msgctxt "@title:menu" -#~ msgid "&Open With..." -#~ msgstr "&Birlikte Aç…" - -#~| msgctxt "@title:window" -#~| msgid "New Folder" -#~ msgctxt "@title:window" -#~ msgid "New File" -#~ msgstr "Yeni Dosya" - -#~ msgctxt "@title:window" -#~ msgid "New Folder" -#~ msgstr "Yeni Klasör" - -#~ msgid "Differences" -#~ msgstr "Farklılıklar" - -#~ msgid "*|All Files" -#~ msgstr "*|Tüm Dosyalar" - -#~ msgid "No host specified." -#~ msgstr "Hiç makine adı belirtilmemiş." - -#~ msgid "The server does not support the WebDAV protocol." -#~ msgstr "Sunucu WebDAV protokolünü desteklemiyor." - -#~ msgid "%1 contacted. Waiting for reply..." -#~ msgstr "%1 ile bağlantı kuruldu. Yanıt bekleniyor..." - -#~ msgctxt "@info Security check on url being accessed" +#~ msgctxt "@info:tooltip How to undo do not ask again" #~ msgid "" -#~ "

    You are about to log in to the site \"%1\" with the username \"%2\", " -#~ "but the website does not require authentication. This may be an attempt " -#~ "to trick you.

    Is \"%1\" the site you want to visit?

    " +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." #~ msgstr "" -#~ "

    \"%2\" kullanıcı adı ile \"%1\" sayfasında oturum açmak üzeresiniz; " -#~ "ancak web sayfası kimlik doğrulaması gerektirmiyor. Bu bir kandırma " -#~ "girişimi olabilir.

    \"%1\" sayfası gitmek istediğiniz bir sayfa mı?" -#~ "

    " +#~ "Bu ayarı, Dolphin dosya yöneticisi ayarları altındaki “Onaylar” " +#~ "bölümünden geri alabilirsiniz." -#~ msgctxt "@title:window" -#~ msgid "Confirm Website Access" -#~ msgstr "Web Sitesi Erişimini Onayla" - -#~ msgid "Server processing request, please wait..." -#~ msgstr "Sunucu isteği işliyor, lütfen bekleyiniz..." - -#~ msgid "Sending data to %1" -#~ msgstr "%1 adresine veri gönderiliyor" - -#~ msgid "Retrieving %1 from %2..." -#~ msgstr "%2 adresinden %1 alınıyor..." - -#~ msgid "Authentication Failed." -#~ msgstr "Kimlik Doğrulama İşlemi Başarısız Oldu." - -#~ msgid "Authorization failed." -#~ msgstr "Kimlik doğrulama işlemi başarısız oldu." - -#~ msgid "Unknown Authorization method." -#~ msgstr "Bilinmeyen kimlik doğrulama yöntemi." - -#~ msgid "Receiving corrupt data." -#~ msgstr "Bozuk veri alınıyor." +#~ msgid "Change Attribute" +#~ msgstr "Öznitelik Değiştir" #~ msgid "" -#~ "You are about to leave secure mode. Transmissions will no longer be " -#~ "encrypted.\n" -#~ "This means that a third party could observe your data in transit." +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" #~ msgstr "" -#~ "Güvenli kipten çıkıyorsunuz. Tüm iletişim şifrelenmemiş bir şekilde " -#~ "sürdürülecektir.\n" -#~ "Bu nedenle sizden başkası aktarmak istediğiniz veriyi izleyebilir." - -#~ msgid "Security Information" -#~ msgstr "Güvenlik Bilgisi" - -#~ msgid "C&ontinue Loading" -#~ msgstr "&Yüklemeyi Sürdür" - -#~ msgctxt "%1 is a host name" -#~ msgid "%1: SSL negotiation failed" -#~ msgstr "%1: SSL görüşmesi başarısız oldu" +#~ "Dosya özniteliklerini değiştirmek için yönetici ayrıcalıkları gerekir. " +#~ "Sürdürmek istiyor musunuz?" #~ msgid "" -#~ "You are about to enter secure mode. All transmissions will be encrypted " -#~ "unless otherwise noted.\n" -#~ "This means that no third party will be able to easily observe your data " -#~ "in transit." +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" #~ msgstr "" -#~ "Güvenli kipe giriyorsunuz. Tüm iletişim şifrelenmiş bir şekilde " -#~ "sürdürülecektir.\n" -#~ "Bu nedenle sizden başkası aktarmak istediğiniz veriyi izleyemeyecektir." +#~ "Kopyalama işlemini tamamlamak için yönetici ayrıcalıkları gerekir. " +#~ "Sürdürmek istiyor musunuz?" -#~ msgid "Display SSL &Information" -#~ msgstr "&SSL Bilgisini Göster" - -#~ msgid "C&onnect" -#~ msgstr "&Bağlan" - -#~ msgid "Could not find a usable proxy configuration script" -#~ msgstr "Kullanılabilir bir vekil sunucu yapılandırma betiği bulunamadı" +#~ msgid "Delete Files" +#~ msgstr "Dosyaları Sil" #~ msgid "" -#~ "Could not download the proxy configuration script:\n" -#~ "%1" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" #~ msgstr "" -#~ "Vekil sunucu yapılandırma betiği indirilemedi:\n" -#~ "%1" +#~ "Silme işlemini tamamlamak için yönetici ayrıcalıkları gerekir. Ancak, bu " +#~ "eylem sisteminize zarar verebilir. Sürdürmek istiyor musunuz?" -#~ msgid "Could not download the proxy configuration script" -#~ msgstr "Vekil sunucu yapılandırma betiği indirilemedi" +#~ msgid "Create Folder" +#~ msgstr "Klasör Oluştur" #~ msgid "" -#~ "The proxy configuration script is invalid:\n" -#~ "%1" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" #~ msgstr "" -#~ "Vekil sunucu yapılandırma betiği geçersiz:\n" -#~ "%1" +#~ "Bu klasörü oluşturmak için yönetici ayrıcalıkları gerekir. Sürdürmek " +#~ "istiyor musunuz?" + +#~ msgid "Move Items" +#~ msgstr "Ögeleri Taşı" #~ msgid "" -#~ "The proxy configuration script returned an error:\n" -#~ "%1" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" #~ msgstr "" -#~ "Vekil sunucu yapılandırma betiği bir hata verdi:\n" -#~ "%1" +#~ "Taşıma işlemini tamamlamak için yönetici ayrıcalıkları gerekir. Sürdürmek " +#~ "istiyor musunuz?" -#~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" -#~ msgstr "'FindProxyForURL' veya 'FindProxyForURLEx' bulunamadı" +#~ msgid "Rename" +#~ msgstr "Yeniden Adlandır" -#~ msgid "Got an invalid reply when calling %1 -> %2" -#~ msgstr "%1 -> %2 çağrılırken geçersiz yanıt alındı" +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Yeniden adlandırmayı tamamlamak için yönetici ayrıcalıkları gerekir. " +#~ "Sürdürmek istiyor musunuz?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Bir sembolik bağlantı oluşturmak için yönetici ayrıcalıkları gerekir. " +#~ "Sürdürmek istiyor musunuz?" + +#~ msgid "Transfer data" +#~ msgstr "Veri aktarımı" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Veri aktarımını tamamlamak için yönetici ayrıcalıkları gerekir. Sürdürmek " +#~ "istiyor musunuz?" + +#~ msgid "Undo Changes" +#~ msgstr "Değişiklikleri Geri Al" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Bu işlemi geri almak için yönetici ayrıcalıkları gerekir. Sürdürmek " +#~ "istiyor musunuz?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 için ACL ayarlanıyor" + +#~ msgid "Change File Permissions" +#~ msgstr "Dosya İzinlerini Değiştir" + +#~ msgid "New Permissions: %1" +#~ msgstr "Yeni izinler: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Dosya Sahibini Değiştir" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Yeni sahip: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Dosyayı Kaldır" + +#~ msgid "Remove Directory" +#~ msgstr "Dizini Kaldır" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Dizin izinleri: %1" + +#~ msgid "Open File" +#~ msgstr "Dosya Aç" + +#~ msgid "Open Directory" +#~ msgstr "Dizin Aç" + +#~ msgid "New Filename: %1" +#~ msgstr "Yeni dosya adı: %1" + +#~ msgid "Target: %1" +#~ msgstr "Hedef: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Zaman Damgasını Değiştir" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Nereden: %1, Nereye: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Bilinmeyen Eylem" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Eylem: %1\n" +#~ "Kaynak: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Yer İmleri Düğmesini Göster" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Dosyalar taşınıyor" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Dosyalar kopyalanıyor" + +#~ msgid "&Description:" +#~ msgstr "&Açıklama:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Gereksinim duyabileceğiniz herhangi bir açıklamayı buraya yazın." + +#~ msgid "Do not ask again" +#~ msgstr "Bir daha sorma" diff --git a/local/recipes/kde/kf6-kio/source/po/ug/kio6.po b/local/recipes/kde/kf6-kio/source/po/ug/kio6.po index 289299f504..d186d425dd 100644 --- a/local/recipes/kde/kf6-kio/source/po/ug/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/ug/kio6.po @@ -7,55 +7,48 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2013-09-08 07:04+0900\n" -"Last-Translator: Gheyret Kenji \n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-05-31 18:45-0400\n" +"Last-Translator: Abduqadir Abliz \n" "Language-Team: Uyghur Computer Science Association \n" "Language: ug\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: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" +msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "sahran.ug@gmail.com, gheyret@gmail.com" +msgstr "sahranbay@gmail.com, gheyret@gmail.com" -#: core/chmodjob.cpp:201 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: core/chmodjob.cpp:197 +#, kde-format msgid "Could not modify the ownership of file %1" -msgstr "%1 نىڭ ئىگىدارلىق ھوقۇقىنى ئۆزگەرتەلمىدى." +msgstr "%1‎‏ ھۆججەتنىڭ ئىگىدارلىق ھوقۇقىنى ئۆزگەرتەلمىدى" -#: core/chmodjob.cpp:235 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not modify the ownership of file %1. You have " -#| "insufficient access to the file to perform the change." +#: core/chmodjob.cpp:231 +#, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " "insufficient access to the file to perform the change." msgstr "" -"ھۆججەت %1نىڭ ئىگىدارىنى ئۆزگەرتەلمەيدۇ. سىزنىڭ ئۆزگەرتىشكە " -"يېتەرلىك ھوقۇقىڭىز يوق." +"%1 نىڭ ئىگىدارلىق ھوقۇقىنى ئۆزگەرتەلمىدى. بۇ " +"ئۆزگەرتىشنى ئىجرا قىلىشقا يېتەرلىك ئىجازىتىڭىز يوق." -#: core/connectionbackend.cpp:107 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/connectionbackend.cpp:114 +#, kde-format msgid "Unable to create KIO worker: %1" -msgstr "io-slave نى تۇرغۇزالمىدى: %1" +msgstr "KIO worker قۇرالمايدۇ: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 +#, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " "secondarg is the filesystem type (e.g. vfat, exfat)" @@ -63,10 +56,10 @@ msgid "" "Could not create symlink \"%1\".\n" "The destination filesystem (%2) doesn't support symlinks." msgstr "" -"بەلگە ئۇلانما %1 نى قۇرالمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"بەلگە ئۇلانما «%1» نى قۇرالمايدۇ.\n" +"نىشان ھۆججەت سىستېمىسى (%2) بەلگە ئۇلانمىنى قوللىمايدۇ." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,8 +68,13 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "folder name) with an underscore \"_\"." msgstr "" +"«%1» نى قۇرالمايدۇ.\n" +"نىشان ھۆججەت سىستېمىسى (%2) تۆۋەندىكى ھەرپنى قىسقۇچ ئىسمىغا ئىشلىتىشكە يول " +"قويمايدۇ: %3\n" +"ئالماشتۇر تاللانسا نىشان قىسقۇچ ئىسمىدىكى بارلىق ئىناۋەتسىز ھەرپنى ئاستى " +"سىزىق «_» قا ئالماشتۇرىدۇ." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -85,66 +83,70 @@ msgid "" "Selecting Replace will replace any invalid characters (in the destination " "file name) with an underscore \"_\"." msgstr "" +"«%1» نى قۇرالمايدۇ.\n" +"نىشان ھۆججەت سىستېمىسى (%2) تۆۋەندىكى ھەرپنى ھۆججەت ئىسمىغا ئىشلىتىشكە يول " +"قويمايدۇ: %3\n" +"ئالماشتۇر تاللانسا نىشان ھۆججەت ئىسمىدىكى بارلىق ئىناۋەتسىز ھەرپنى ئاستى " +"سىزىق «_» قا ئالماشتۇرىدۇ." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" -msgstr "مۇندەرىجە مەۋجۇت" +msgstr "قىسقۇچ مەۋجۇت" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "ھۆججەت مەۋجۇت" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "ئوخشاش ئاتلىق قىسقۇچ مەۋجۇت" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Trash" +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 +#, kde-format msgid "Trash" msgstr "ئەخلەتخانا" #: core/desktopexecparser.cpp:335 -#, fuzzy, kde-format -#| msgid "Error processing Exec field in %1" +#, kde-format msgid "No Exec field in %1" -msgstr "%1 دا Exec سۆز بۆلىكىنى بىر تەرەپ قىلغاندا خاتالىق كۆرۈلدى" +msgstr "%1 دا Exec بۆلىكى يوق" #: core/desktopexecparser.cpp:360 #, kde-format msgid "Could not find the program '%1'" -msgstr "پروگرامما '%1' نى تاپالمىدى." +msgstr "پىروگرامما «%1» نى تاپالمىدى" #: core/desktopexecparser.cpp:363 #, kde-format msgid "" "The program '%1' was found at '%2' but it is missing executable permissions." -msgstr "" +msgstr "«%1» پىروگراممىنى «%2» دىن تاپقان ئەمما ئىجرا قىلىش ئىجازىتى كەم." #: core/desktopexecparser.cpp:365 #, kde-format msgid "The program '%1' is missing executable permissions." -msgstr "" +msgstr "«%1» پىروگراممىنىڭ ئىجرا قىلىش ئىجازىتى كەم." #: core/desktopexecparser.cpp:379 #, kde-format msgid "Syntax error in command %1 coming from %2" -msgstr "" +msgstr "%2 نىڭ %1 بۇيرۇقىدا گىرامماتىكىلىق خاتالىق بار" #: core/desktopexecparser.cpp:509 #, kde-format msgid "Terminal %1 not found while trying to run %2" -msgstr "" +msgstr "%2 نى ئىجرا قىلىشنى سىناۋاتقاندا %1 تېرمىنالنى تاپالمىدى" #: core/desktopexecparser.cpp:526 #, kde-format msgid "Syntax error in command %1 while trying to run %2" msgstr "" +"%2 نىڭ %1 بۇيرۇقىنى ئىجرا قىلىشنى سىناۋاتقاندا گىرامماتىكىلىق خاتالىققا " +"يولۇقتى" #: core/global.cpp:79 #, kde-format @@ -194,197 +196,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "يۆتكەۋاتىدۇ" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "مەنبە" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "نىشان" -#: core/job.cpp:105 -#, fuzzy, kde-format -#| msgid "&Rename" +#: core/job.cpp:112 +#, kde-format msgctxt "@title job" msgid "Renaming" -msgstr "ئات ئۆزگەرت(&R)" +msgstr "ئات ئۆزگەرتىۋاتىدۇ" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "كۆچۈرۈۋاتىدۇ" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "مۇندەرىجە قۇرۇۋاتىدۇ" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "مۇندەرىجە" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "ئۆچۈرۈۋاتىدۇ" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "ھۆججەت" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "تەكشۈرۈۋاتىدۇ" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" -msgstr "يوللاۋاتىدۇ" +msgstr "يەتكۈزۈۋاتىدۇ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "ئېگەرلەۋاتىدۇ" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "ئۈسكۈنە" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "ئېگەرلەش نۇقتىسى" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "ئېگەرسىزلەۋاتىدۇ" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "All Files" -msgid "Copy Files" -msgstr "بارلىق ھۆججەتلەر" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "ھۆججەت ئۆچۈر" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" -msgid "Create Folder" -msgstr "يېنىۋال: قىسقۇچ قۇر(&O)" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "ئەخلەتخانىغا يۆتكە" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "ئات ئۆزگەرت(&R)" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "بەلگە ئۇلانما قۇر" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "يوللاۋاتىدۇ" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -401,24 +302,20 @@ msgid "Could not start process %1." msgstr "%1 جەرياننى قوزغىتالمىدى." #: core/job_error.cpp:46 -#, fuzzy, kde-format -#| msgid "" -#| "Internal Error\n" -#| "Please send a full bug report at http://bugs.kde.org\n" -#| "%1" +#, kde-format msgid "" "Internal Error\n" "Please send a full bug report at https://bugs.kde.org\n" "%1" msgstr "" "ئىچكى خاتالىق\n" -"http://bugs.kde.org غا تولۇق كەمتۈكلۈك مەلۇماتىدىن بىرنى يوللاڭ\n" +"https://bugs.kde.org غا تولۇق كەمتۈكلۈك مەلۇماتىدىن بىرنى يوللاڭ\n" "%1" #: core/job_error.cpp:49 #, kde-format msgid "Malformed URL %1." -msgstr "خاتا URL %1." +msgstr "خاتا تور ئادرېسى %1." #: core/job_error.cpp:52 #, kde-format @@ -458,12 +355,12 @@ msgstr "%1 ئاتلىق بىر قىسقۇچ مەۋجۇت." #: core/job_error.cpp:77 #, kde-format msgid "No hostname specified." -msgstr "كومپيۇتېر ئاتى بەلگىلەنمىگەن" +msgstr "كومپيۇتېر ئاتى بەلگىلەنمىگەن." #: core/job_error.cpp:77 #, kde-format msgid "Unknown host %1" -msgstr "نامەلۇم ماشىنا %1" +msgstr "يوچۇن مۇلازىمېتىر %1" #: core/job_error.cpp:80 #, kde-format @@ -507,12 +404,12 @@ msgstr "%1 نى زىيارەت قىلىش ئۈچۈن ئوقۇر قۇرالمىد #: core/job_error.cpp:101 #, kde-format msgid "Could not connect to host %1." -msgstr "%1 ماشىنىغا باغلىنالمىدى." +msgstr "%1 مۇلازىمېتىرغا باغلىنالمىدى." #: core/job_error.cpp:104 #, kde-format msgid "Connection to host %1 is broken." -msgstr "%1 ماشىنىغا باغلىنىش ئۈزۈلدى." +msgstr "%1 مۇلازىمېتىرغا باغلىنىش ئۈزۈلدى." #: core/job_error.cpp:107 #, kde-format @@ -544,7 +441,7 @@ msgstr "" #: core/job_error.cpp:116 #, kde-format msgid "Could not read file %1." -msgstr "ھۆججەت ‹%1› ئوقۇيالمىدى" +msgstr "ھۆججەت «%1» ئوقۇيالمىدى." #: core/job_error.cpp:119 #, kde-format @@ -691,7 +588,7 @@ msgid "" "Please check permissions." msgstr "" "ئەسلى ھۆججەت %1 نى ئۆچۈرەلمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"ئىجازەتنى تەكشۈرۈڭ." #: core/job_error.cpp:202 #, kde-format @@ -700,7 +597,7 @@ msgid "" "Please check permissions." msgstr "" "قىسمەن ھۆججەت %1 نى ئۆچۈرەلمىدى.\n" -"ھوقۇقنى تەكشۈرۈڭ." +"ئىجازەتنى تەكشۈرۈڭ." #: core/job_error.cpp:205 #, kde-format @@ -709,7 +606,7 @@ msgid "" "Please check permissions." msgstr "" "ئەسلى ھۆججەت %1 نىڭ ئاتىنى ئۆزگەرتەلمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"ئىجازەتنى تەكشۈرۈڭ." #: core/job_error.cpp:208 #, kde-format @@ -718,7 +615,7 @@ msgid "" "Please check permissions." msgstr "" "قىسمەن ھۆججەت %1 نىڭ ئاتىنى ئۆزگەرتەلمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"ئىجازەتنى تەكشۈرۈڭ." #: core/job_error.cpp:211 #, kde-format @@ -727,24 +624,21 @@ msgid "" "Please check permissions." msgstr "" "بەلگە ئۇلانما %1 نى قۇرالمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"ئىجازەتنى تەكشۈرۈڭ." #: core/job_error.cpp:214 -#, fuzzy, kde-format -#| msgid "" -#| "Could not create symlink %1.\n" -#| "Please check permissions." +#, kde-format msgid "" "Cannot create symlinks at %1.\n" "The destination filesystem doesn't support symlinks." msgstr "" -"بەلگە ئۇلانما %1 نى قۇرالمىدى.\n" -"ھوقۇقىنى تەكشۈرۈڭ." +"بەلگە ئۇلانما %1 نى قۇرالمايدۇ.\n" +"نىشان ھۆججەت سىستېمىسى بەلگە ئۇلانمىنى قوللىمايدۇ." #: core/job_error.cpp:220 #, kde-format msgid "There is not enough space on the disk to write %1." -msgstr "" +msgstr "دىسكىدا %1 نى يېزىشقا يېتەرلىك بوشلۇق يوق." #: core/job_error.cpp:223 #, kde-format @@ -772,27 +666,24 @@ msgid "" msgstr "POST مەشغۇلاتى ئېھتىياجلىق مەزمۇن چوڭلۇق ئۇچۇرىنى تەمىنلىمىدى." #: core/job_error.cpp:240 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A file or folder cannot be dropped onto itself" -msgstr "ھۆججەت ياكى قىسقۇچ %1 مەۋجۇت ئەمەس." +msgstr "ھۆججەت ياكى قىسقۇچنى ئۆزىگە تاشلىغىلى بولمايدۇ" #: core/job_error.cpp:243 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#, kde-format msgid "A folder cannot be moved into itself" -msgstr "ھۆججەت ياكى قىسقۇچ %1 مەۋجۇت ئەمەس." +msgstr "قىسقۇچنى ئۆزىگە يۆتكىگىلى بولمايدۇ" #: core/job_error.cpp:246 #, kde-format msgid "Communication with the local password server failed" -msgstr "" +msgstr "يەرلىك ئىم مۇلازىمېتىرى بىلەن ئالاقە قىلالمىدى" #: core/job_error.cpp:249 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#, kde-format msgid "Unable to create KIO worker. %1" -msgstr "io-slave نى تۇرغۇزالمىدى: %1" +msgstr "KIO worker نى قۇرالمايدۇ. %1" #: core/job_error.cpp:253 #, kde-kuit-format @@ -801,6 +692,8 @@ msgid "" "Cannot transfer %1 because it is too large. The " "destination filesystem only supports files up to 4GiB" msgstr "" +"%1 نى يەتكۈزەلمەيدۇ چۈنكى ئۇ بەك چوڭ. نىشان ھۆججەت " +"سىستېمىسى پەقەت 4GiB دىن كىچىك ھۆججەتنىلا قوللايدۇ" #: core/job_error.cpp:258 #, kde-format @@ -809,86 +702,90 @@ msgid "" "'%1' is owned by the current user.\n" "Please retry after changing permissions." msgstr "" +"ئىجازەتنى يۈكسەلدۈرۈش ھاجەتسىز چۈنكى \n" +"«%1» نىڭ ئىگىدارى نۆۋەتتىكى ئىشلەتكۈچى.\n" +"ئىجازەتنى ئۆزگەرتكەندىن كېيىن قايتا سىناڭ." #: core/job_error.cpp:261 #, kde-format msgid "File is too large to be trashed." -msgstr "" +msgstr "ھۆججەت بەك چوڭ، ئەخلەتخانىغا سىغمايدۇ." #: core/job_error.cpp:264 -#, fuzzy, kde-format -#| msgid "" -#| "Unknown error code %1\n" -#| "%2\n" -#| "Please send a full bug report at http://bugs.kde.org." +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "ئەخلەتخانا قىسقۇچى تېپىلمىدى ياكى بۇ جايغا قۇرۇلمىغان." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" "Please send a full bug report at https://bugs.kde.org." msgstr "" -"يوچۇن خاتا كود %1\n" +"يوچۇن خاتالىق كودى %1\n" "%2\n" -"http://bugs.kde.org غا تولۇق بولغان خاتالىق دوكىلاتنى يوللاڭ." +"https://bugs.kde.org غا تولۇق خاتالىق دوكلاتىنى تاللاڭ." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" -msgstr "(نامەلۇم)" +msgstr "(يوچۇن)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "تېخنىكىلىق سەۋەب: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "ئىلتىماس تەپسىلاتى:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " -msgstr "
  • URL: %1
  • " +msgstr "
  • تور ئادرېسى: %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • كېلىشىم: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • چېسىلا ۋە ۋاقىت: %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • قوشۇمچە ئۇچۇر: %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "مۇمكىن بولغان سەۋەب:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "مۇمكىن بولغان ھەل قىلىش ئۇسۇلى:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" -msgstr "(نامەلۇم)" +msgstr "(يوچۇن)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -897,18 +794,18 @@ msgstr "" "مۇۋاپىق بولغان كومپيۇتېر قوللايدىغان سىستېما بىلەن ئالاقە قىلىپ تېخىمۇ كۆپ " "ياردەمگە ئېرىشىڭ، مەسىلەن، سىستېما باشقۇرغۇچى ياكى تېخنىكا قوللاش گۇرۇپپىسى." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "مۇلازىمېتىرنىڭ باشقۇرغۇچىسى بىلەن ئالاقىلىشىپ تېخىمۇ كۆپ ياردەمگە ئېرىشىڭ." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "بۇ مەنبەنى زىيارەت قىلىش ھوقۇقىڭىزنى تەكشۈرۈڭ." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -917,35 +814,35 @@ msgstr "" "ئىلتىماس قىلىنغان بۇ مەنبەنىڭ مەشغۇلاتىنى ئىجرا قىلىشقا يېتەرلىك ھوقۇقىڭىز " "بولماسلىقى مۇمكىن." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -"ھۆججەت باشقا ئىشلەتكۈچى ياكى پروگرامما تەرىپىدىن ئىشلىتىلىۋاتقان(شۇڭا " +"ھۆججەت باشقا ئىشلەتكۈچى ياكى پىروگرامما تەرىپىدىن ئىشلىتىلىۋاتقان(شۇڭا " "قۇلۇپلانغان) بولۇشى مۇمكىن." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "" -"باشقا پروگرامما ياكى ئىشلەتكۈچى بۇ ھۆججەتنى ئىشلەتمىگەن ياكى " +"باشقا پىروگرامما ياكى ئىشلەتكۈچى بۇ ھۆججەتنى ئىشلەتمىگەن ياكى " "قۇلۇپلانمىغانلىقىنى تەكشۈرۈپ جەزملەڭ." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "ئېھتىماللىقى تۆۋەن بولسىمۇ قاتتىق دېتال خاتالىقى كۆرۈلگەن بولۇشى مۇمكىن." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "پىروگراممىدىكى ئىۋەنگە يولۇققان بولۇشىڭىز مۇمكىن." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -954,7 +851,7 @@ msgstr "" "مۇمكىنلىكى يۇقىرى سەۋەب پىروگراممىدىكى ئىۋەن كەلتۈرۈپ چىقارغان بولۇشى " "مۇمكىن. تەپسىلىي خاتالىق دوكلاتى يوللاشنى ئويلىشىڭ." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -963,17 +860,8 @@ msgstr "" "يۇمشاق دېتالىڭىزنى ئەڭ يېڭى نەشرىگە يېڭىلاڭ. سىز ئىشلىتىۋاتقان تارقىتىلغان " "نەشرى يېڭىلاش قورالى بىلەن تەمىنلىگەن." -#: core/job_error.cpp:402 -#, fuzzy, kde-format -#| msgid "" -#| "When all else fails, please consider helping the KDE team or the third " -#| "party maintainer of this software by submitting a high quality bug " -#| "report. If the software is provided by a third party, please contact them " -#| "directly. Otherwise, first look to see if the same bug has been submitted " -#| "by someone else by searching at the KDE " -#| "bug reporting website. If not, take note of the details given above, " -#| "and include them in your bug report, along with as many other details as " -#| "you think might help." +#: core/job_error.cpp:405 +#, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " @@ -988,17 +876,17 @@ msgstr "" "ئاسرىغۇچىسىغا ياردەم بېرىڭ. ئەگەر بۇ يۇمشاق دېتالنى ئۈچىنچى تەرەپ تەمىنلىگەن " "بولسا بىۋاسىتە ئۇلار بىلەن ئالاقە قىلىڭ. ئۇنداق بولمىسا ئالدى بىلەن ئوخشاش " "خاتالىقنى باشقىلار يوللىغان يوللىمىغانلىقىنى كۆرۈپ بېقىڭ. سىز KDE كەمتۈكلۈك دوكلاتى تور بېكىتىدىن ئىزدەڭ. " +"\"https://bugs.kde.org/\">KDE كەمتۈكلۈك دوكلاتى تور بېكىتىدىن ئىزدەڭ. " "ئەگەر ئوخشاش خاتالىق بولمىسا يۇقىرىدا كۆرسىتىلگەن ئۇچۇرغا دىققەت قىلىپ، " "خاتالىق دوكلاتىدا ئاشۇ ئۇچۇرلارنى ھەمدە ياردىمى تېگىدىغان باشقا " "تەپسىلاتلارنىمۇ قوشۇڭ." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "سىزنىڭ تور باغلىنىشىڭىزدا خاتالىق بولۇشى مۇمكىن." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1007,7 +895,7 @@ msgstr "" "تور سەپلىمىڭىزدە خاتالىق بولۇشى مۇمكىن. ئەگەر يېقىندا تور زىيارەت قىلغاندا " "مەسىلە بولمىسا، بۇ ئانچە مۇمكىن ئەمەس." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1016,43 +904,43 @@ msgstr "" "توردا بۇ كومپيۇتېر بىلەن مۇلازىمېتىر ئوتتۇرىسىدىكى يولدا خاتالىق بولۇشى " "مۇمكىن." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "ھازىرلا ياكى سەل تۇرۇپ قايتا سىناپ بېقىڭ." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "كېلىشىم ياكى ماسلاشماسلىق خاتالىقى كۆرۈلگەن بولۇشى مۇمكىن." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "مەنبەنىڭ مەۋجۇتلۇقىغا جەزم قىلغاندىن كېيىن قايتا سىناڭ." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "بەلگىلەنگەن مەنبە بەلكىم مەۋجۇت ئەمەس." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "كىرگۈزگەن ئورۇننىڭ توغرىلىقىنى قايتا جەزملىگەندىن كېيىن ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "تورنىڭ ئۇلىنىش ھالىتىنى تەكشۈرۈڭ." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "مەنبەنى ئېچىپ ئوقۇيالمىدى" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1" "%1 نىڭ مەزمۇنىغا ئېرىشەلمىدى." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "ھۆججەت ئوقۇش ياكى قىسقۇچ ئېچىش ھوقۇقىڭىز بولماسلىقى مۇمكىن." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "مەنبەنى ئېچىپ يازالمىدى" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1080,62 +968,57 @@ msgstr "" "ھۆججەت %1نى يېزىش ھوقۇقىغا ئېرىشكىلى بولمىغانلىقتىن تەلەپ " "بويىچە يازالمىدى." -#: core/job_error.cpp:457 -#, fuzzy, kde-format -#| msgid "Cannot Initiate the %1 Protocol" +#: core/job_error.cpp:460 +#, kde-format msgid "Cannot Launch Process required by the %1 Protocol" -msgstr "%1 كېلىشىمىنى دەسلەسلەپلەشتۈرەلمىدى" +msgstr "%1 كېلىشىمگە زۆرۈر جەرياننى قوزغىتالمىدى" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "جەرياننى قوزغىتالمىدى" -#: core/job_error.cpp:460 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:463 +#, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not be found or started. This is usually due to " "technical reasons." msgstr "" -"كومپيۇتېرىڭىزدىكى %1 كېلىشىمنى تەمىنلەيدىغان پروگرامما " -"قوزغىلالمىدى. بۇ ئادەتتە تېخنىكىلىق سەۋەبتىن بولىدۇ." +"كومپيۇتېرىڭىزدىكى %1 كېلىشىمنى تەمىنلەيدىغان پىروگرامما " +"تېپىلمىدى ياكى قوزغىلالمىدى. بۇ ئادەتتە تېخنىكىلىق سەۋەبتىن بولىدۇ." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " "been updated with your last update of KDE. This can cause the program to be " "incompatible with the current version and thus not start." msgstr "" -"بۇ كېلىشىم بىلەن ماسلىشىشچانلىقنى تەمىنلەيدىغان پروگرامما ئەڭ يېڭى KDE بىلەن " -"بىللە يېڭىلانمىغان بولۇشى مۇمكىن. بۇ پروگراممىنىڭ نۆۋەتتىكى نەشرى بىلەن " -"ماسلاشماسلىقنى كەلتۈرۈپ چىقىرىدۇ شۇڭا قوزغاتقىلى بولمايدۇ." +"بۇ كېلىشىم بىلەن ماسلىشىشچانلىقنى تەمىنلەيدىغان پىروگرامما ئەڭ يېڭى KDE " +"بىلەن بىللە يېڭىلانمىغان بولۇشى مۇمكىن. بۇ پىروگراممىنىڭ نۆۋەتتىكى نەشرى " +"بىلەن ماسلاشماسلىقنى كەلتۈرۈپ چىقىرىدۇ شۇڭا قوزغاتقىلى بولمايدۇ." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "ئىچكى خاتالىق" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an internal error." msgstr "" -"كومپيۇتېرىڭىزدا %1 كېلىشىم بىلەن تەمىنلەيدىغان پروگرامما " +"كومپيۇتېرىڭىزدا %1 كېلىشىم بىلەن تەمىنلەيدىغان پىروگرامما " "ئىچكى خاتالىقتىن بىرنى مەلۇم قىلدى." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "ناتوغرا پىچىمدىكى URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://user:password@www." "example.org:port/folder/filename.extension?query=value" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "قوللىمايدىغان كېلىشىم %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "" -"نۆۋەتتە بۇ كومپيۇتېرغا ئورنىتىلغان KDE پروگراممىسى كېلىشىم %1%1 نى قوللىمايدۇ ." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "ئىلتىماس قىلغان كېلىشىمنى قوللىماسلىقى مۇمكىن." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1176,34 +1059,28 @@ msgstr "" "بۇ كومپيۇتېر قوللايدىغان %1 كېلىشىمنىڭ نەشرى مۇلازىمېتىردىكى نەشرى بىلەن " "ماسلاشماسلىقى مۇمكىن." -#: core/job_error.cpp:506 -#, fuzzy, kde-format -#| msgid "" -#| "You may perform a search on the Internet for a KDE program (called a " -#| "kioslave or ioslave) which supports this protocol. Places to search " -#| "include http://kde-apps.org/ and http://freshmeat.net/." +#: core/job_error.cpp:509 +#, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " "\"KIO worker\") which supports this protocol. Places to search include https://store.kde.org." msgstr "" -"سىز ئىنتېرنېتتىن بۇ كېلىشىمنى قوللايدىغان KDE پروگرامما (kioslave ياكى " -"ioslave دەپ ئاتىلىدۇ) نى ئىزدەپ بېقىڭ. تەۋسىيە قىلىدىغان ئىزدەش ئادرېسى http://kde-apps.org/ ۋە http://freshmeat.net/." +"سىز ئىنتېرنېتتىن بۇ كېلىشىمنى قوللايدىغان يۇمشاق دېتال قىستۇرمىسى («KIO " +"worker» دەپ ئاتىلىدۇ) ئىزدىسىڭىز بولىدۇ. https://store.kde.org دىن ئىزدەش تەۋسىيە قىلىنىدۇ." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL بىر مەنبە ئەمەس." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "كېلىشىم — بىر سۈزگۈچ كېلىشىم" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LURL) بەلگىلەنگەن " "مەنبە ئەمەس." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1222,78 +1099,78 @@ msgid "" msgstr "" "KDE كېلىشىمنىڭ ئىچىدىكى كېلىشىم ئارقىلىق ئالاقە قىلالايدۇ؛ بەلگىلەنگەن " "كېلىشىم پەقەت ئالاھىدە ئەھۋالدىلا ئىشلىتىلىدۇ ئەمما ھازىر ئۇ ئەھۋاللارنىڭ " -"بىرى ئەمەس. بۇ خىل ئەھۋال ناھايىتى ئاز ئۇچرايدۇ، بەلكىم پروگرامما تۈزۈش " +"بىرى ئەمەس. بۇ خىل ئەھۋال ناھايىتى ئاز ئۇچرايدۇ، بەلكىم پىروگرامما تۈزۈش " "خاتالىقى كۆرۈلگەن بولۇشى مۇمكىن." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "قوللىمايدىغان مەشغۇلات: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -"%1 كېلىشىمنى ئىشقا ئاشۇرىدىغان KDE پروگراممىسى ئىلتىماس " +"%1 كېلىشىمنى ئىشقا ئاشۇرىدىغان KDE پىروگراممىسى ئىلتىماس " "قىلغان مەشغۇلاتنى قوللىمايدۇ." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " "information should give you more information than is available to the KDE " "input/output architecture." msgstr "" -"بۇ خاتالىق KDE پروگراممىسىغا تايىنىدۇ. نورمىدىن ئارتۇق ئۇچۇر سىزگە KDE نىڭ " +"بۇ خاتالىق KDE پىروگراممىسىغا تايىنىدۇ. نورمىدىن ئارتۇق ئۇچۇر سىزگە KDE نىڭ " "كىرگۈزۈش چىقىرىش سىستېمىسىدىنمۇ كۆپ ئۇچۇرنى تەمىنلەيدۇ." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "ئوخشاش نەتىجىگە ئېرىشىدىغان باشقا ئۇسۇلنى ئىزدىمەكچى." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "ھۆججەت كېرەك" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "بىر ھۆججەتنى ئىلتىماس قىلدى ئەمما %1 بىر قىسقۇچ." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "بۇ مۇلازىمېتىر تەرەپنىڭ خاتالىقى بولۇشى مۇمكىن." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "قىسقۇچ كېرەك" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "بىر قىسقۇچنى ئىلتىماس قىلدى ئەمما %1 بىر ھۆججەت." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "ھۆججەت ياكى قىسقۇچ مەۋجۇت ئەمەس" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچ %1 مەۋجۇت ئەمەس." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1301,49 +1178,49 @@ msgid "" msgstr "" "ئىلتىماس قىلىنغان ھۆججەتنى قۇرالمىدى چۈنكى ئوخشاش ئاتلىق ھۆججەت مەۋجۇت." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "ئالدى بىلەن نۆۋەتتىكى ھۆججەتنى باشقا جايغا يۆتكەپ ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "نۆۋەتتىكى ھۆججەتنى ئۆچۈرۈپ ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "يېڭى قۇرغان ھۆججەتكە باشقا ئات تاللاڭ." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "ئىلتىماس قىلغان قىسقۇچنى قۇرالمىدى چۈنكى ئوخشاش ئاتلىق قىسقۇچ مەۋجۇت." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "ئالدى بىلەن نۆۋەتتىكى قىسقۇچنى باشقا جايغا يۆتكەپ ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "نۆۋەتتىكى قىسقۇچنى ئۆچۈرۈپ ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "يېڭى قۇرغان قىسقۇچكە باشقا ئات تاللاڭ." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "يوچۇن ماشىنا" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1352,7 +1229,7 @@ msgstr "" "يوچۇن خاتالىق ئىنتېرنېتتا ئىلتىماس قىلغان %1 ئاتلىق " "مۇلازىمېتىرنى تاپالمىغانلىقىنى بىلدۈردى." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1360,28 +1237,28 @@ msgstr "" "سىز كىرگۈزگەن ئات %1 مەۋجۇت بولماسلىقى مۇمكىن؛ بەلكىم خاتا كىرگۈزگەن " "بولۇشىڭىز مۇمكىن." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "زىيارەت رەت قىلىندى" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "بەلگىلەنگەن مەنبە %1 نى زىيارەت قىلىش رەت قىلىندى." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "سىز ناتوغرا دەلىللەش تەپسىلاتىنى تەمىنلىدىڭىز ياكى ھېچنېمە تەمىنلىمىدىڭىز." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "ھېساباتىڭىزنىڭ بەلگىلەنگەن مەنبەنى زىيارەت قىلىش ھوقۇقى يوق." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1390,24 +1267,24 @@ msgstr "" "ئىلتىماسنى قايتا سىناڭ ھەمدە كىرگۈزگەن دەلىللەش تەپسىلاتىنىڭ توغرىلىقىغا " "كاپالەتلىك قىلىڭ." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "يېزىش رەت قىلىندى" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "بۇ ھۆججەت %1 كە يېزىش رەت قىلىنغانلىقىنى بىلدۈرىدۇ." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "قىسقۇچقا كىرەلمىدى" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1416,17 +1293,17 @@ msgstr "" "بۇ ئىلتىماس قىلغان قىسقۇچ %1 قا كىرىش (باشقىچە ئېيتقاندا " "ئېچىش) رەت قىلىنغانلىقىنى بىلدۈرىدۇ." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "قىسقۇچ تىزىمىنى كۆرسىتەلمەيدۇ" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "كېلىشىم %1 ھۆججەت سىستېمىسى ئەمەس" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1434,15 +1311,15 @@ msgid "" "so." msgstr "" "بۇ قىسقۇچ مەزمۇنىنى جەزملەش زۆرۈر بولغان ئىلتىماستىن بىرى شەكىللەنگەنلىكىنى " -"كۆرسىتىدۇ، بۇ كېلىشىمنى قوللايدىغان KDE پروگراممىسى بۇ ئىقتىدارنى " +"كۆرسىتىدۇ، بۇ كېلىشىمنى قوللايدىغان KDE پىروگراممىسى بۇ ئىقتىدارنى " "تاماملىيالمايدۇ." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "دەۋرىي ئۇلانما بايقالدى" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1454,7 +1331,7 @@ msgstr "" "قويىدۇ. KDE ئۇلانمىنىڭ چەكسىز دەۋرىيلىك ئىكەنلىكىنى بايقىدى. يەنى، ھۆججەت " "(بەلكىم ۋاسىتىلىك بولۇشى مۇمكىن) ئۆزىگە ئۇلانغان." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1463,27 +1340,27 @@ msgstr "" "دەۋرىيلىكنىڭ بىر قىسمىنى ئۆچۈرۈپ، چەكسىز دەۋرىيلىنىش ھاسىل قىلمىغاندىن كېيىن " "ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "ئىلتىماسنى ئىشلەتكۈچى توختاتتى" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "ئىلتىماس تاماملانمىدى چۈنكى ئۇ توختىتىلغان." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "قايتا ئىلتىماسنى سىنايدۇ." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "كۆچۈرۈۋاتقاندا دەۋرىي ئۇلانما بايقالدى" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1496,17 +1373,17 @@ msgstr "" "ئىكەنلىكىنى بايقىدى. يەنى، ھۆججەت (بەلكىم ۋاسىتىلىك بولۇشى مۇمكىن) ئۆزىگە " "ئۇلانغان." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "تور باغلىنىشىنى قۇرالمىدى" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" -msgstr "socket نى قۇرغىلى بولمىدى" +msgstr "ئۇلاقنى قۇرغىلى بولمىدى" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1515,20 +1392,20 @@ msgstr "" "بۇ بىر تېخنىكىلىق خاتالىق، تور ئالاقە (socket) ئىلتىماس قىلغان ئۈسكۈنىنى " "قۇرالمىدى." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "تور باغلىنىشىنى توغرا سەپلەنمىگەن ياكى تور ئېغىزى قوزغىتىلمىغان." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "مۇلازىمېتىرغا باغلىنىش رەت قىلىندى" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1536,7 +1413,7 @@ msgid "" msgstr "" "مۇلازىمېتىر %1 بۇ كومپيۇتېر بىلەن باغلىنىشنى رەت قىلدى." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1545,7 +1422,7 @@ msgstr "" "نۆۋەتتە ئىنتېرنېتقا باغلانغان بولسىمۇ ئەمما بۇ مۇلازىمېتىر ئىلتىماسنى قوبۇل " "قىلىدىغان قىلىپ سەپلەنمىگەن." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1554,7 +1431,7 @@ msgstr "" "نۆۋەتتە ئىنتېرنېتقا باغلانغان بولسىمۇ بۇ مۇلازىمېتىر ئىلتىماس قىلغان " "مۇلازىمەت(%1)نى قوزغاتمىغان بولۇشى مۇمكىن." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1565,12 +1442,12 @@ msgstr "" "ياكى مۇلازىمېتىر تور ئۈسكۈنىلىرىنى قوغدايدۇ، بەلكىم بۇ ئىلتىماسنى توسقان " "بولۇشى مۇمكىن." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "مۇلازىمېتىر بىلەن باغلىنىش تاسادىپىي تاقالدى" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1579,7 +1456,7 @@ msgstr "" "گەرچە %1 بىلەن باغلىنىش قۇرۇلغان بولسىمۇ بۇ باغلىنىش " "ئالاقىنىڭ ئالدىن مۆلچەرلەنمىگەن نۇقتىسىدا تاقالدى." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1588,17 +1465,17 @@ msgstr "" "كېلىشىم خاتالىقى كۆرۈلۈپ مۇلازىمېتىر تاقالغان بولۇشى مۇمكىن. باغلىنىش " "خاتالىقنىڭ ئىنكاسى." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL مەنبە ئىناۋەتسىز" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "%1 كېلىشىم بىر سۈزگۈچ كېلىشىم ئەمەس" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2 نى زىيارەت قىلىشنىڭ ئۈنۈملۈك " "مېخانىزمى ئەمەس." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1619,20 +1496,20 @@ msgid "" msgstr "" "KDE كېلىشىمنىڭ ئىچىدىكى كېلىشىم ئارقىلىق ئالاقە قىلالايدۇ؛ بەلگىلەنگەن " "كېلىشىم ئالاھىدە ئەھۋالدىلا ئىشلىتىلىدۇ ئەمما ھازىر ئۇ ئەھۋاللارنىڭ بىرى " -"ئەمەس. بۇ خىل ئەھۋال ناھايىتى ئاز ئۇچرايدۇ، بەلكىم پروگرامما تۈزۈش خاتالىقى " +"ئەمەس. بۇ خىل ئەھۋال ناھايىتى ئاز ئۇچرايدۇ، بەلكىم پىروگرامما تۈزۈش خاتالىقى " "كۆرۈلگەن بولۇشى مۇمكىن." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "كىرگۈزۈش چىقىرىش ئۈسكۈنىلىرىنى دەسلەپلەشتۈرەلمىدى" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "ئۈسكۈنىنى ئېگەرلىيەلمىدى" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1641,7 +1518,7 @@ msgstr "" "ئىلتىماس قىلغان ئۈسكۈنە (\"ئېگەرلەنگەن\") قىلىپ دەسلەپلەشتۈرەلمىدى. مەلۇم " "قىلغان خاتالىق: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1652,7 +1529,7 @@ msgstr "" "ئوپتىك دىسكا قوزغاتقۇچ (CD-ROM)دا نۇر دىسكا (CD) يوق) يوق ياكى ئەپلىك " "ئۈسكۈنە توغرا باغلانمىغان بولۇشى مۇمكىن." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1663,7 +1540,7 @@ msgstr "" "مۇمكىن. UNIX سىستېمىسىدا ئۈسكۈنىنى دەسلەپلەشتۈرۈشتە باشقۇرغۇچى ھوقۇقى بولۇشى " "لازىم." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1673,17 +1550,17 @@ msgstr "" "چوقۇم ۋاسىتە بولۇش كېرەك. شۇنداقلا ئېلىپ يۈرۈشكە ئەپلىك ئۈسكۈنىلەر چوقۇم " "توغرا ئۇلانغان ھەم توك مەنبەسى ئېچىلغان بولۇشى كېرەك. ئاندىن قايتا سىناڭ ." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "كىرگۈزۈش/چىقىرىش ئۈسكۈنىسىنى دەسلەپلەشتۈرۈشنى بىكار قىلالمىدى" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "ئۈسكۈنىنى ئېگەرسىزلىيەلمىدى" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1692,18 +1569,18 @@ msgstr "" "ئىلتىماس قىلغان ئۈسكۈنىنى ئېگەرسىزلىيەلمىدى. مەلۇم قىلغان خاتالىق: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " "user. Even such things as having an open browser window on a location on " "this device may cause the device to remain in use." msgstr "" -"بۇ ئۈسكۈنە ئالدىراش بولۇشى مۇمكىن، باشقا پروگرامما ياكى ئىشلەتكۈچى " +"بۇ ئۈسكۈنە ئالدىراش بولۇشى مۇمكىن، باشقا پىروگرامما ياكى ئىشلەتكۈچى " "ئىشلىتىۋاتىدۇ. ھەتتا بۇ ئۈسكۈنىدە توركۆرگۈ كۆزنىكىدىن بىرنى ئېچىشمۇ ئۇنىڭ " "ئىشلىتىش ھالىتىدە ئىكەنلىكىنى كەلتۈرۈپ چىقىرىشى مۇمكىن." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1713,19 +1590,19 @@ msgstr "" "سىزنىڭ بۇ ئۈسكۈنىنى ئېگەرسىزلەش ھوقۇقىڭىز يوق. UNIX سىستېمىسىدا ئۈسكۈنىنى " "ئېگەرسىزلەشكە باشقۇرغۇچى ھوقۇقى بولۇشى كېرەك." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -"بۇ ئۈسكۈنىنى ئىشلىتىۋاتقان قوللىنىشچان پروگرامما يوقلۇقىنى جەزملەپ ئاندىن " +"بۇ ئۈسكۈنىنى ئىشلىتىۋاتقان قوللىنىشچان پىروگرامما يوقلۇقىنى جەزملەپ ئاندىن " "قايتا سىناڭ." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "مەنبەنى ئوقۇيالمىدى" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1734,17 +1611,17 @@ msgstr "" "بۇ %1مەنبەنى ئاچقىلى بولسىمۇ ئەمما مەنبەنىڭ مەزمۇنىنى " "ئوقۇغاندا خاتالىق كۆرۈلگەنلىكىنى بىلدۈرىدۇ." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "سىزنىڭ بۇ مەنبەنى ئوقۇش ھوقۇقىڭىز يوق." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "مەنبەگە يازالمىدى" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1753,22 +1630,22 @@ msgstr "" "بۇ %1 مەنبەنى ئاچقىلى بولسىمۇ ئەمما مەنبەنى يازغاندا " "خاتالىق كۆرۈلگەنلىكىنى بىلدۈرىدۇ." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "سىزنىڭ بۇ مەنبەگە يېزىش ھوقۇقىڭىز يوق." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "تور باغلىنىشىنى تىڭشىيالمىدى" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "باغلىيالمىدى" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1778,17 +1655,17 @@ msgstr "" "بۇ بىر تېخنىكىلىق خاتالىق، تور ئالاقە (socket) ئىلتىماس قىلغان ئۈسكۈنىنى " "قۇرۇپ باغلىنىپ كىرگەن تور باغلىنىشىنى تىڭشىيالمىدى." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "تىڭشىيالمىدى" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "تور باغلىنىشىنى قوبۇل قىلمىدى" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1797,34 +1674,34 @@ msgstr "" "بۇ بىر تېخنىكىلىق خاتالىق، كىرگۈزۈلگەن تور ئۇلىنىشىنى قوبۇل قىلغاندا خاتالىق " "كۆرۈلدى." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "تور باغلىنىشىنى قوبۇل قىلىش ھوقۇقىڭىز يوق بولۇشى مۇمكىن." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "تىزىمغا كىرەلمىدى: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "تىزىمغا كىرىپ ئىلتىماس قىلغان مەشغۇلاتنى مۇۋەپپەقىيەتلىك ئىجرا قىلالمىدى." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "مەنبە ھالىتىنى جەزملىيەلمىدى" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "مەنبەگە ئېرىشەلمىدى" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1833,68 +1710,68 @@ msgstr "" "مەنبە %1 نىڭ مەنبە ئاتى، تىپى، چوڭلۇقى قاتارلىق " "مۇناسىۋەتلىك ئۇچۇرلىرىنىڭ مەشغۇلاتىنى جەزملەش مۇۋەپپەقىيەتلىك بولمىدى." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "بەلگىلەنگەن مەنبە مەۋجۇت ئەمەس ياكى زىيارەت قىلغىلى بولمايدۇ." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "تىزىمنى كۆرسىتىشتىن ۋاز كېچەلمىدى" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: بۇنى پۈتۈكلە" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "قىسقۇچ قۇرالمىدى" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "ئىلتىماس قىلغان قىسقۇچنى قۇرالمىدى." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "قىسقۇچ قۇرماقچى بولغان ئورۇن مەۋجۇت بولماسلىقى مۇمكىن." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "قىسقۇچنى چىقىرىۋېتەلمىدى" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "بەلگىلەنگەن قىسقۇچ %1 نى چىقىرىۋېتەلمىدى." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "بەلگىلەنگەن قىسقۇچ مەۋجۇت بولماسلىقى مۇمكىن." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "بەلگىلەنگەن قىسقۇچ بوش بولماسلىقى مۇمكىن." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "قىسقۇچنىڭ مەۋجۇت ۋە بوش ئىكەنلىكىنى جەزملەپ ئاندىن قايتا سىناڭ." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "ھۆججەت يوللاشنى داۋاملاشتۇرالمىدى" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1903,95 +1780,95 @@ msgstr "" "بەلگىلەنگەن ئىلتىماس يوللىغان ھۆججەت %1نى كەلگەن جايدىن " "داۋاملاشتۇرۇشنى تەلەپ قىلدى. بۇ مۇمكىن ئەمەس." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "بۇ كېلىشىم ياكى مۇلازىمېتىر ھۆججەتنى داۋاملاشتۇرۇپ يوللاشنى قوللىمايدۇ." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "داۋاملاشتۇرۇپ يوللىماي بەلكى ئىلتىماسنى قايتا سىنايدۇ." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "مەنبە ئاتىنى ئۆزگەرتەلمەيدۇ" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "بەلگىلەنگەن مەنبە %1 نىڭ ئاتىنى ئۆزگەرتەلمىدى." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "مەنبەنىڭ ھوقۇقىنى ئۆزگەرتەلمەيدۇ" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "بەلگىلەنگەن مەنبە %1 نىڭ ھوقۇقىنى ئۆزگەرتەلمىدى." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "مەنبەنىڭ ئىگىدارلىقىنى ئۆزگەرتەلمەيدۇ" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "بەلگىلەن مەنبە %1 نىڭ ئىگىدارلىقىنى ئۆزگەرتەلمەيدۇ." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "مەنبەنى ئۆچۈرەلمەيدۇ" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "بەلگىلەنگەن مەنبە %1 نى ئۆچۈرەلمىدى." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" -msgstr "ئويلىشىلمىغان پروگرامما ئاخىرىلىشىشى" +msgstr "ئويلىشىلمىغان پىروگرامما ئاخىرىلىشىشى" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" "كومپيۇتېرىڭىزدىكى %1 غا تەمىنلەنگەن كېلىشىم زىيارەت " -"قىلىدىغان پروگرامما ئويلىشىلمىغان ھالدا ئاخىرلاشتى." +"قىلىدىغان پىروگرامما ئويلىشىلمىغان ھالدا ئاخىرلاشتى." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "ئەسلەك يېتىشمىدى" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" "كومپيۇتېرىڭىزدىكى %1 تەمىنلىگەن كېلىشىمنى زىيارەت قىلىدىغان " -"پروگرامما ئىجرا قىلىشنى داۋاملاشتۇرىدىغان ئەسلەككە ئېرىشەلمىدى." +"پىروگرامما ئىجرا قىلىشنى داۋاملاشتۇرىدىغان ئەسلەككە ئېرىشەلمىدى." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "يوچۇن ۋاكالەتچى ماشىنا" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" -#| " to inform the KDE team of the unsupported authentication method." +#: core/job_error.cpp:1065 +#, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -"http://bugs.kde.org/ غا كەمتۈكلۈك " +"https://bugs.kde.org/ غا كەمتۈكلۈك " "دوكلاتى يوللاپ، KDE قوشۇنىغا قوللىمايدىغان دەلىللەش ئۇسۇلىنى ئۇقتۇرۇڭ." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "ئىلتىماس توختىتىلدى" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "مۇلازىمېتىرنىڭ ئىچكى خاتالىقى" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" "مۇلازىمېتىردا %1 تەمىنلىگەن كېلىشىم زىيارەت قىلىدىغان " -"پروگرامما بىر ئىچكى خاتالىقنى مەلۇم قىلدى: %2" +"پىروگرامما بىر ئىچكى خاتالىقنى مەلۇم قىلدى: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -"مۇمكىنلىكى يۇقىرى سەۋەب مۇلازىمېتىر پروگرامما خاتالىقى بولۇشى مۇمكىن. تولۇق " +"مۇمكىنلىكى يۇقىرى سەۋەب مۇلازىمېتىر پىروگرامما خاتالىقى بولۇشى مۇمكىن. تولۇق " "كەمتۈكلۈك دوكلاتىدىن بىرنى يوللاشنى ئويلىشىڭ، قەدەم باسقۇچلىرى تۆۋەندىكىدەك." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "باشقۇرغۇچىڭىز بىلەن ئالاقىلىشىپ بۇ مەسىلىنى ئۇلارغا ئېيتىڭ." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2088,70 +1962,61 @@ msgstr "" "ئەگەر سىز مۇلازىمېتىر يۇمشاق دېتالىنىڭ يازغۇچىسىنىڭ كىم ئىكەنلىكىنى " "بىلسىڭىز، بىۋاسىتە ئۇلارغا كەمتۈكلۈك دوكلاتى يوللاڭ." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "ۋاقىت ھالقىش خاتالىقى" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"گەرچە مۇلازىمېتىر بىلەن ئالاقىلەشكەن بولسىمۇ ئەمما بۇ ئىلتىماس بەلگىلىگەن " -"ۋاقىت ئىچىدە جاۋابنى قوبۇل قىلمىدى:
    • ئۇلىنىشنى قۇرۇش ۋاقتى ھالقىپ " -"كەتكەن:%1سېكۇنت
    • جاۋابنى قو بۇل قىلىش ئۈاقتى ھالقىپ كەتكەن %2سېكۇنت " -"
    • ۋاكالەت مۇلازىمېتىرنى زىيارەت قىلىش ئۈاقتى ھالقىپ كەتكەن:%3 سېكۇنت
    سىز KDE سىستېما تەڭشىكىدە تور-> باغلىنىش مايىللىقىنى تاللاش " -"ئارقىلىق بۇ ۋاقىت ھالقىش تەڭشەكلىرىنى ئۆزگەرتەلەيسىز." +"گەرچە مۇلازىمېتىر بىلەن ئالاقە قىلغان بولسىمۇ ئەمما ئىلتىماسقا تەقسىملەنگەن " +"ۋاقىتتا ئىنكاسقا ئېرىشەلمىدى." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "مۇلازىمېتىر باشقا تەلەپلەرگە ئىنكاس قايتۇرۇش بىلەن ئالدىراش شۇڭا بۇ تەلەپكە " "ئىنكاس قايتۇرالمايدۇ." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" -msgstr "نامەلۇم خاتالىق" +msgstr "يوچۇن خاتالىق" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" "كومپيۇتېرىڭىزدا %1 غا تەمىنلىگەن كېلىشىم زىيارەت قىلىدىغان " -"پروگرامما يوچۇن خاتالىقتىن بىرنى مەلۇم قىلدى: %2." +"پىروگرامما يوچۇن خاتالىقتىن بىرنى مەلۇم قىلدى: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "يوچۇن ئۈزۈلۈش" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" "كومپيۇتېرىڭىزدا %1 غا تەمىنلىگەن كېلىشىم زىيارەت قىلىدىغان " -"پروگرامما مەلۇم قىلغان يوچۇن تىپ: %2." +"پىروگرامما مەلۇم قىلغان يوچۇن تىپ: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "ئەسلى ھۆججەتنى ئۆچۈرەلمەيدۇ" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2162,12 +2027,12 @@ msgstr "" "مەشغۇلاتىنىڭ ئەڭ ئاخىرقى باسقۇچى بولۇشى مۇمكىن. ئەسلى ھۆججەت %1 نى ئۆچۈرەلمەيدۇ." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "ۋاقىتلىق ھۆججەتنى ئۆچۈرەلمەيدۇ" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2177,12 +2042,12 @@ msgstr "" "تەلەپ قىلغان مەشغۇلات ۋاقىتلىق ھۆججەتتىن بىرنى قۇرۇپ چۈشۈرۈۋاتقان يېڭى " "ھۆججەتنى ساقلايدۇ. ۋاقىتلىق ھۆججەت %1نى ئۆچۈرەلمەيدۇ." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "ئەسلى ھۆججەتنىڭ ئاتىنى ئۆزگەرتەلمەيدۇ" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2191,12 +2056,12 @@ msgstr "" "تەلەپ قىلغان مەشغۇلات ئەسلى ھۆججەت ئاتى %1نى ئۆزگەرتىشكە " "ئېھتىياجلىق ئەمما ئۇنىڭ ئاتىنى ئۆزگەرتەلمەيدۇ." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "ۋاقىتلىق ھۆججەت ئاتىنى ئۆزگەرتەلمەيدۇ" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2205,32 +2070,32 @@ msgstr "" "تەلەپ قىلغان مەشغۇلات ۋاقىتلىق ھۆججەت %1 قۇرۇشقا " "ئېھتىياجلىق ئەمما ئۇ ھۆججەتنى قۇرالمايدۇ." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "ئۇلانما قۇرالمايدۇ" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "بەلگە ئۇلانما قۇرالمايدۇ" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "تەلەپ قىلغان بەلگە ئۇلانما %1 نى قۇردى." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "مەزمۇن يوق" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "دىسكا توشتى" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2239,7 +2104,7 @@ msgstr "" "تەلەپ قىلغان ھۆججەت %1 كە يازالمايدۇ سەۋەبى يېتەرلىك دىسكا " "بوشلۇقى يوق." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2250,12 +2115,12 @@ msgstr "" "ھۆججەتنى ئۆچۈرۈش؛ 2) ھۆججەتنى CD-R قاتارلىق يۆتكىلىشچان ۋاسىتىلەرگە ئارخىپ " "قىلىپ ساقلاش؛ ياكى 3)تېخىمۇ كۆپ ساقلاش سىغىمىغا ئېرىشىش." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "ئەسلى ۋە نىشان ھۆججەت ئوخشاش بىر ھۆججەت" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2263,276 +2128,268 @@ msgid "" msgstr "" "مەشغۇلاتنى تاماملىيالمىدى چۈنكى ئەسلى ۋە نىشان ھۆججەت ئوخشاش بىر ھۆججەت." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." -msgstr "نىشان ھۆججەت ئۈچۈن باشقا بىر ھۆججەت ئاتىنى تاللاڭ." +msgstr "نىشان ھۆججەت ئۈچۈن باشقا بىر ھۆججەت ئاتى تاللاڭ." -#: core/job_error.cpp:1221 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1216 +#, kde-format msgid "File or Folder dropped onto itself" -msgstr "ھۆججەت ياكى قىسقۇچ مەۋجۇت ئەمەس" +msgstr "ھۆججەت ياكى قىسقۇچ ئۆزىگە تاشلاندى" -#: core/job_error.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1218 +#, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "" -"مەشغۇلاتنى تاماملىيالمىدى چۈنكى ئەسلى ۋە نىشان ھۆججەت ئوخشاش بىر ھۆججەت." +"مەشغۇلاتنى تاماملىيالمىدى چۈنكى مەنبە ۋە نىشان ھۆججەت ياكى قىسقۇچ ئوخشاش." -#: core/job_error.cpp:1225 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1220 +#, kde-format msgid "Drop the item into a different file or folder." -msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى كۆچۈر" +msgstr "تۈرنى پەرقلىق ھۆججەت ياكى قىسقۇچقا تاشلاڭ." -#: core/job_error.cpp:1235 -#, fuzzy, kde-format -#| msgid "File or Folder Does Not Exist" +#: core/job_error.cpp:1230 +#, kde-format msgid "Folder moved into itself" -msgstr "ھۆججەت ياكى قىسقۇچ مەۋجۇت ئەمەس" +msgstr "قىسقۇچ ئۆزىگە يۆتكەلدى" -#: core/job_error.cpp:1237 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1232 +#, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." -msgstr "" -"مەشغۇلاتنى تاماملىيالمىدى چۈنكى ئەسلى ۋە نىشان ھۆججەت ئوخشاش بىر ھۆججەت." +msgstr "مەشغۇلاتنى تاماملىيالمىدى چۈنكى مەنبەنى ئۆزىگە يۆتكىگىلى بولمايدۇ." -#: core/job_error.cpp:1239 -#, fuzzy, kde-format -#| msgctxt "request type" -#| msgid "copy the specified file or folder" +#: core/job_error.cpp:1234 +#, kde-format msgid "Move the item into a different folder." -msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى كۆچۈر" +msgstr "تۈرنى پەرقلىق قىسقۇچقا يۆتكەڭ." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" -msgstr "" +msgstr "ئىم مۇلازىمېتىرى بىلەن ئالاقە قىلالمايدۇ" -#: core/job_error.cpp:1245 -#, fuzzy, kde-format -#| msgid "" -#| "The operation could not be completed because the source and destination " -#| "files are the same file." +#: core/job_error.cpp:1240 +#, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "" -"مەشغۇلاتنى تاماملىيالمىدى چۈنكى ئەسلى ۋە نىشان ھۆججەت ئوخشاش بىر ھۆججەت." +"مەشغۇلاتنى تاماملىيالمىدى چۈنكى ئىلتىماس قىلغان ئىم مۇلازىمىتى " +"(kpasswdserver) بىلەن ئالاقە قىلالمىدى" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" +"جەريانچاقنى قايتا قوزغىتىشنى سىناڭ ياكى kiod نىڭ خاتىرىسىدىكى خاتالىقنى " +"كۆرۈڭ." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 كېلىشىمىنى دەسلەسلەپلەشتۈرەلمىدى" -#: core/job_error.cpp:1252 -#, fuzzy, kde-format -#| msgid "Unable to create io-slave: %1" +#: core/job_error.cpp:1247 +#, kde-format msgid "Unable to Create KIO Worker" -msgstr "io-slave نى تۇرغۇزالمىدى: %1" +msgstr "KIO Worker قۇرالمايدۇ" -#: core/job_error.cpp:1254 -#, fuzzy, kde-format -#| msgid "" -#| "The program on your computer which provides access to the %1 protocol could not be started. This is usually due to technical " -#| "reasons." +#: core/job_error.cpp:1249 +#, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -"كومپيۇتېرىڭىزدىكى %1 كېلىشىمنى تەمىنلەيدىغان پروگرامما " -"قوزغىلالمىدى. بۇ ئادەتتە تېخنىكىلىق سەۋەبتىن بولىدۇ." +"%1 كېلىشىمنى زىيارەت قىلىش ئىقتىدارى بىلەن تەمىنلەيدىغان " +"KIO worker قوزغىلالمىدى. بۇ ئادەتتە تېخنىكىلىق سەۋەبتىن بولىدۇ." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" +"klauncher كېلىشىم تەمىنلەيدىغان قىستۇرمىنى تاپالمىدى ياكى قوزغىلالمىدى. " +"بەلكىم سىزدە ۋاقتى ئۆتكەن نەشرى بار بولۇشى مۇمكىن." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" -msgstr "" +msgstr "%1 نى يەتكۈزەلمەيدۇ" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" "The file %1 cannot be transferred, because the " "destination filesystem does not support files that large" msgstr "" +"بۇ %1 ھۆججەتنى يەتكۈزەلمەيدۇ چۈنكى نىشان ھۆججەت " +"سىستېمىسى بۇنچە چوڭ ھۆججەتنى قوللىمايدۇ" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" +"نىشان دىسكا قوزغاتقۇچنى بۇنداق چوڭ ھۆججەتنى قوللايدىغان ھۆججەت سىستېمىسىدا " +"قايتا پىچىش كېرەك." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "پۈتۈكلەنمىگەن خاتالىق" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(%1 غا ئۇلىنىدىغان بەلگە ئۇلانما)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1، %2 غا ئۇلىنىدۇ)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (%1 كۆرسىتىدۇ)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" "%1" msgstr "" -"بۇزۇق URL\n" +"خاتا تور ئادرېسى\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" -msgstr "" +msgstr "%1 نىڭ ھۆججەت تۈرىنى ئېنىقلىغىلى بولمايدۇ" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -"'%1' دىن ئىجراچان ھۆججەت ئاتىنى يايالمىدى، ئىناۋەتلىك پروگرامما ئاتىدىن " +"«%1» دىن ئىجراچان ھۆججەت ئاتىنى يايالمىدى، ئىناۋەتلىك پىروگرامما ئاتىدىن " "بىرنى كىرگۈزۈڭ." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" +"قارىغاندا %1 ئىجرا قىلغىلى بولىدىغان پىروگرامما " +"ئەمەستەك قىلىدۇ." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" "%1 was not found; please enter a valid path to an " "executable program." msgstr "" +"%1 تېپىلمىدى. ئىجرا قىلغىلى بولىدىغان پىروگراممىنىڭ " +"ئىناۋەتلىك يولىنى كىرگۈزۈڭ." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 كېلىشىم باغلانما ئېچىشنى قوللىمايدۇ." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 كېلىشىم باغلانما تاقاشنى قوللىمايدۇ." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 كېلىشىم ھۆججەت زىيارىتىنى قوللىمايدۇ." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "%1 غا يېزىشنى قوللىمايدۇ." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 كېلىشىمنىڭ ئىشلەتكىلى بولىدىغان ئالاھىدە مەشغۇلاتى يوق." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "تىزىمدا كۆرسىتىلگەن قىسقۇچلار %1 كېلىشىمنى قوللىمايدۇ." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." -msgstr "%1 دىن سانلىق-مەلۇمات قوبۇللاشنى قوللىمايدۇ." +msgstr "%1 دىن سانلىق مەلۇمات قوبۇللاشنى قوللىمايدۇ." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." -msgstr "%1 دىن mime تىپى ئۇچۇرىنى قوبۇللاشنى قوللىمايدۇ." +msgstr "%1 دىن mime تۈرى ئۇچۇرىنى قوبۇللاشنى قوللىمايدۇ." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 دا ھۆججەت ئاتىنى ئۆزگەرتىش ياكى يۆتكەشنى قوللىمايدۇ." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 كېلىشىم بەلگە ئۇلانمىسىنى قوللىمايدۇ." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 دا ھۆججەت كۆچۈرۈشنى قوللىمايدۇ." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 دىن ھۆججەت ئۆچۈرۈشنى قوللىمايدۇ." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 كېلىشىم قىسقۇچ قۇرۇشنى قوللىمايدۇ." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 كېلىشىم ھۆججەت خاسلىقىنى ئۆزگەرتىشنى قوللىمايدۇ." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 كېلىشىم ھۆججەت ئىگىدارلىق ھوقۇقىنى ئۆزگەرتىشنى قوللىمايدۇ." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 كېلىشىم ھۆججەت ئېچىشنى قوللىمايدۇ." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 كېلىشىم %2 مەشغۇلاتنى قوللىمايدۇ." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2540,421 +2397,419 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" +"«%1» كېلىشىمنىڭ KIO worker نىڭ بىخەتەرلىكىنى كاپالەتكە ئىگە قىلالمايدۇ چۈنكى " +"root ئىشلەتكۈچىدىن سىرت باشقا ئىشلەتكۈچىنىڭ %2 دا ئۆزگەرتىش ئىجازىتى بار، " +"مەزكۇر كېلىشىم ئادەتتە ئىشلەتكۈچىدىن ئىجازەتكە ئېرىشىشنى تەلەپ قىلىدۇ." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." -msgstr "نامەلۇم كېلىشىم '%1'." +msgstr "نامەلۇم كېلىشىم «%1»." -#: core/worker.cpp:390 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:358 +#, kde-format msgid "Can not find a KIO worker for protocol '%1'." -msgstr "'%1' كېلىشىم ئىشلىتىدىغان كىرگۈزۈش چىقىرىش ئارقا ئۇچىنى تاپالمىدى." +msgstr "«%1» كېلىشىمنىڭ KIO worker نى تاپالمىدى." -#: core/worker.cpp:404 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2 دىكى «%1» كېلىشىمنىڭ KIO worker يۈكلەنمىدى چۈنكى %3 دىن سىرت ھەر قانداق " +"KIO worker نىڭ ئىجازەت ئۆرلىتىش تەلىپى بىخەتەر ئەمەس دەپ قارىلىدۇ." + +#: core/worker.cpp:377 +#, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." -msgstr "'%1' كېلىشىم ئىشلىتىدىغان كىرگۈزۈش چىقىرىش ئارقا ئۇچىنى تاپالمىدى." +msgstr "" +"«%1» كېلىشىمنىڭ KIO worker نى قوزغىتىشقا ئىشلىتىدىغان ئۇلاقنى قۇرالمىدى." -#: core/worker.cpp:444 -#, fuzzy, kde-format -#| msgid "Can not find io-slave for protocol '%1'." +#: core/worker.cpp:423 +#, kde-format msgid "Can not find 'kioworker' executable at '%1'" -msgstr "'%1' كېلىشىم ئىشلىتىدىغان كىرگۈزۈش چىقىرىش ئارقا ئۇچىنى تاپالمىدى." +msgstr "«%1» دىكى «kioworker» ئىجراچان پىروگراممىنى تاپالمىدى." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" -msgstr "تەپسىلاتلار(&D)" +msgstr "تەپسىلاتى(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "مەڭگۈ(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "داۋاملاشتۇر(&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" -msgstr "نۆۋەتتىكى ئەڭگىمەلا(&C)" +msgstr "نۆۋەتتىكى جەريانچاقلا(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "يېڭى قىسقۇچقا يۆتكە" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "بۇ تۈرلەر ئۈچۈن يېڭى قىسقۇچ قۇر" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" -msgstr "" +msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "ئۆچۈرىدىغان ھۆججەتنى تاللىمىدىڭىز." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" -msgstr "ئۆچۈرىدىغان نەرسە يوق" +msgstr "ئۆچۈرگۈدەك ھېچنېمە يوق" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "ئەخلەتخانىغا يۆتكەيدىغان ھۆججەتنى تاللىمىدىڭىز." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "ئەخلەتخانىغا يۆتكەيدىغىنى يوق" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." -msgstr "بەلگىلەنگەن قىسقۇچ مەۋجۇت ئەمەس ياكى ئوقۇغىلى بولمايدۇ" +msgstr "بەلگىلەنگەن قىسقۇچ مەۋجۇت ئەمەس ياكى ئوقۇغىلى بولمايدۇ." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "تىزىملىك" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "ئاتا قىسقۇچ" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" -msgstr "" +msgstr "كەينىگە" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" -msgstr "" +msgstr "ئالدىغا" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" -msgstr "ماكان مۇندەرىجە" +msgstr "باش قىسقۇچ" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "قايتا يۈكلە" -#: filewidgets/kdiroperator.cpp:1977 -#, fuzzy, kde-format -#| msgctxt "Default name for a new folder" -#| msgid "New Folder" +#: filewidgets/kdiroperator.cpp:2071 +#, kde-format msgctxt "@action" msgid "New Folder…" -msgstr "يېڭى قىسقۇچ" +msgstr "يېڭى قىسقۇچ…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "ئەخلەتخانىغا يۆتكە" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "ئۆچۈر" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "تەرتىپلەش" -#: filewidgets/kdiroperator.cpp:2005 -#, fuzzy, kde-format -#| msgid "Site Name" +#: filewidgets/kdiroperator.cpp:2099 +#, kde-format msgid "Sort by Name" -msgstr "تورتۇرا ئاتى" +msgstr "ئات بويىچە تەرتىپلە" -#: filewidgets/kdiroperator.cpp:2011 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2105 +#, kde-format msgid "Sort by Size" -msgstr "قىسقا كۆرۈنۈش" +msgstr "چوڭلۇقى بويىچە تەرتىپلە" -#: filewidgets/kdiroperator.cpp:2017 -#, fuzzy, kde-format -#| msgid "By Date" +#: filewidgets/kdiroperator.cpp:2111 +#, kde-format msgid "Sort by Date" -msgstr "چېسلا بويىچە" +msgstr "چېسلا بويىچە تەرتىپلە" -#: filewidgets/kdiroperator.cpp:2023 -#, fuzzy, kde-format -#| msgid "Entry Type" +#: filewidgets/kdiroperator.cpp:2117 +#, kde-format msgid "Sort by Type" -msgstr "كىرگۈ تىپى" +msgstr "تۈرى بويىچە تەرتىپلە" -#: filewidgets/kdiroperator.cpp:2032 -#, fuzzy, kde-format -#| msgid "Descending" +#: filewidgets/kdiroperator.cpp:2126 +#, kde-format msgid "Ascending" -msgstr "كېمەيگۈچى" +msgstr "ئۆسكۈچى" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "كېمەيگۈچى" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "قىسقۇچ ئالدىدا" -#: filewidgets/kdiroperator.cpp:2052 -#, fuzzy, kde-format -#| msgid "Show Hidden Files" +#: filewidgets/kdiroperator.cpp:2146 +#, kde-format msgid "Hidden Files Last" -msgstr "يوشۇرۇن ھۆججەتلەرنى كۆرسەت" +msgstr "يوشۇرۇن ھۆججەت كەينىدە" -#: filewidgets/kdiroperator.cpp:2059 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2153 +#, kde-format msgid "Icons View" -msgstr "قىسقا كۆرۈنۈش" +msgstr "سىنبەلگە كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2066 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kdiroperator.cpp:2160 +#, kde-format msgid "Compact View" -msgstr "قىسقا كۆرۈنۈش" +msgstr "ئىخچام كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2073 -#, fuzzy, kde-format -#| msgid "Detailed View" +#: filewidgets/kdiroperator.cpp:2167 +#, kde-format msgid "Details View" -msgstr "تەپسىلات كۆرۈنۈش" +msgstr "تەپسىلىي كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "سىنبەلگە ئورنى" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "ھۆججەت ئاتىدىن كېيىن" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "ھۆججەت ئاتىنىڭ ئۈستىدە" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "قىسقا كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "تەپسىلات كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" -msgstr "دەرەخسىمان كۆرۈنۈش" +msgstr "شاخسىمان كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" -msgstr "تەپسىلىي دەرەخسىمان كۆرۈنۈش" +msgstr "تەپسىلىي شاخسىمان كۆرۈنۈش" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" -msgstr "" +msgstr "تەپسىلىي كۆرۈنۈشتە يېيىشقا يول قويىدۇ" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" -msgstr "يوشۇرۇن ھۆججەتلەرنى كۆرسەت" +msgstr "يوشۇرۇن ھۆججەتنى كۆرسەت" -#: filewidgets/kdiroperator.cpp:2162 -#, fuzzy, kde-format -#| msgid "Show Preview" +#: filewidgets/kdiroperator.cpp:2256 +#, kde-format msgid "Show Preview Panel" -msgstr "ئالدىن كۆزىتىشنى كۆرسەت" +msgstr "ئالدىن كۆزىتىش كۆزنەكچىنى كۆرسەت" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "ئالدىن كۆزىتىشنى كۆرسەت" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" -msgstr "" +msgstr "ئىچىدىكى قىسقۇچنى ئاچ" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "خاسلىق" -#: filewidgets/kdiroperator.cpp:2192 -#, fuzzy, kde-format -#| msgid "&View" +#: filewidgets/kdiroperator.cpp:2286 +#, kde-format msgid "&View Mode" -msgstr "كۆرۈنۈش(&V)" +msgstr "كۆرۈنۈش ھالىتى(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" -msgstr "" +msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" -msgstr "" +msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "قىسقۇچ ئالدىدا" - -#: filewidgets/kdiroperator.cpp:2300 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2393 +#, kde-format msgctxt "Sort ascending" msgid "Oldest First" -msgstr "قىسقۇچ ئالدىدا" +msgstr "كونىسى ئالدىدا" -#: filewidgets/kdiroperator.cpp:2303 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "يېڭىسى ئالدىدا" + +#: filewidgets/kdiroperator.cpp:2397 +#, kde-format msgctxt "Sort descending" msgid "Largest First" -msgstr "قىسقۇچ ئالدىدا" +msgstr "چوڭى ئالدىدا" -#: filewidgets/kdiroperator.cpp:2304 -#, fuzzy, kde-format -#| msgid "Folders First" +#: filewidgets/kdiroperator.cpp:2398 +#, kde-format msgctxt "Sort ascending" msgid "Smallest First" -msgstr "قىسقۇچ ئالدىدا" +msgstr "كىچىكى ئالدىدا" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "كودلاش:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "ئاچ" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "باشقا ئاتتا ساقلا" #: filewidgets/kfilecopytomenu.cpp:71 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy To" msgstr "كۆچۈر" #: filewidgets/kfilecopytomenu.cpp:77 -#, fuzzy, kde-format -#| msgid "Move to Trash" +#, kde-format msgctxt "@title:menu" msgid "Move To" -msgstr "ئەخلەتخانىغا يۆتكە" +msgstr "يۆتكە" #: filewidgets/kfilecopytomenu.cpp:102 -#, fuzzy, kde-format -#| msgid "Home Folder" +#, kde-format msgctxt "@title:menu" msgid "Home Folder" -msgstr "ماكان مۇندەرىجە" +msgstr "باش قىسقۇچ" #: filewidgets/kfilecopytomenu.cpp:110 -#, fuzzy, kde-format -#| msgid "1 Folder" -#| msgid_plural "%1 Folders" +#, kde-format msgctxt "@title:menu" msgid "Root Folder" -msgstr "%1 قىسقۇچ" +msgstr "غول مۇندەرىجە" #: filewidgets/kfilecopytomenu.cpp:146 -#, fuzzy, kde-format -#| msgid "&Browse..." +#, kde-format msgctxt "@action:inmenu in Copy To or Move To submenu" msgid "Browse…" -msgstr "كۆز يۈگۈرت(&B)…" +msgstr "كۆز يۈگۈرت…" #: filewidgets/kfilecopytomenu.cpp:225 -#, fuzzy, kde-format -#| msgid "Copy" +#, kde-format msgctxt "@title:menu" msgid "Copy Here" -msgstr "كۆچۈر" +msgstr "بۇ جايغا كۆچۈر" #: filewidgets/kfilecopytomenu.cpp:225 #, kde-format msgctxt "@title:menu" msgid "Move Here" -msgstr "" +msgstr "نۆۋەتتىكى ئورۇنغا يۆتكە" -#: filewidgets/kfilefiltercombo.cpp:42 -#, fuzzy, kde-format -#| msgid "*|All Files" +#: filewidgets/kfilefiltercombo.cpp:37 +#, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" -msgstr "*|بارلىق ھۆججەتلەر" +msgstr "*|بارلىق ھۆججەت" -#: filewidgets/kfilefiltercombo.cpp:125 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfilefiltercombo.cpp:123 +#, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" -msgstr "قوللايدىغان ھەممە ھۆججەتلەر" +msgstr "قوللايدىغان ھەممە ھۆججەت" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" -msgstr "بارلىق ھۆججەتلەر" +msgstr "بارلىق ھۆججەت" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "ئورۇن تۈرىنى قوش" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "ئورۇن تۈرى تەھرىر" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2967,17 +2822,17 @@ msgstr "" "ئەگەر كىرگۈزمىسە ئۇنداقتا بۇ ئادرېسنىڭ URL غا ئاساسەن مەزمۇنغا ئۆزلۈكىدىن " "ئېرىشىدۇ.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 -#, kde-format -msgid "L&abel:" -msgstr "ئەن(&A):" - #: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format -msgid "Enter descriptive label here" -msgstr "بۇ جايغا چۈشەندۈرۈش ئەننى كىرگۈزۈڭ" +msgid "L&abel:" +msgstr "بەلگە(&A):" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "بۇ جايغا چۈشەندۈرۈش بەلگىسى كىرگۈزۈلىدۇ" + +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2988,262 +2843,243 @@ msgstr "" "بۇ مەزكۇر تۈر بىلەن باغلانغان ئورۇن، ھەر قانداق قانۇنلۇق URL نى " "ئىشلىتىشكە بولىدۇ. مەسىلەن:

    %1
    http://www.kde.org
    ftp://" "ftp.kde.org/pub/kde/stable

    تېكىست تەھرىر قۇتىسى گىرۋىكىنىڭ " -"يېنىدىكى توپچا چېكىلسە مۇناسىپ URL نى زىيارەت قىلغىلى بولىدۇ.
    " +"يېنىدىكى توپچە چېكىلسە مۇناسىپ URL نى زىيارەت قىلغىلى بولىدۇ.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "ئورنى(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -"بۇ تېز زىيارەت تاختىدا كۆرۈنىدىغان سىنبەلگە.

    توپچا چېكىلسە " +"بۇ تېز زىيارەت تاختىدا كۆرۈنىدىغان سىنبەلگە.

    توپچە چېكىلسە " "پەرقلىق سىنبەلگەلەرنى تاللىغىلى بولىدۇ.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" -msgstr "سىنبەلگە تاللاڭ(&I):" +msgstr "سىنبەلگە تاللىنىدۇ(&I):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" -msgstr "پەقەت مۇشۇ پروگرامما(%1)نى ئىشلەتكەندىلا ئاندىن كۆرۈنىدۇ (&O)" +msgstr "پەقەت مۇشۇ پىروگرامما(%1)نى ئىشلەتكەندىلا ئاندىن كۆرۈنىدۇ (&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " "current application (%1).

    If this setting is not selected, the " "entry will be available in all applications.
    " msgstr "" -"ئەگەر بۇ تۈرنى نۆۋەتتىكى قوللىنىشچان پروگرامما(%1)نى ئىشلەتكەندە " +"ئەگەر بۇ تۈرنى نۆۋەتتىكى قوللىنىشچان پىروگرامما(%1)نى ئىشلەتكەندە " "كۆرسىتىشنى ئويلىسىڭىز بۇ ئورۇننى تاللاڭ.

    ئەگەر بۇ تاللانما " -"تاللانمىسا بۇ تۈر ھەممە قوللىنىشچان پروگراممىدا كۆرۈنىدۇ.
    " +"تاللانمىسا بۇ تۈر ھەممە قوللىنىشچان پىروگراممىدا كۆرۈنىدۇ.
    " -#: filewidgets/kfileplacesitem.cpp:210 -#, fuzzy, kde-format -#| msgctxt "@title:window" -#| msgid "Places" +#: filewidgets/kfileplacesitem.cpp:221 +#, kde-format msgctxt "@item" msgid "Places" -msgstr "ئورۇنلار" +msgstr "ئورۇن" -#: filewidgets/kfileplacesitem.cpp:213 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesitem.cpp:224 +#, kde-format msgctxt "@item" msgid "Remote" -msgstr "چىقىرىۋەت" +msgstr "يىراقتىكى" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" -msgstr "" +msgstr "يېقىنقى" -#: filewidgets/kfileplacesitem.cpp:219 -#, fuzzy, kde-format -#| msgid "Search" +#: filewidgets/kfileplacesitem.cpp:230 +#, kde-format msgctxt "@item" msgid "Search For" msgstr "ئىزدە" -#: filewidgets/kfileplacesitem.cpp:222 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu" -#| msgid "Devices" +#: filewidgets/kfileplacesitem.cpp:233 +#, kde-format msgctxt "@item" msgid "Devices" -msgstr "ئۈسكۈنىلەر" +msgstr "ئۈسكۈنە" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" -msgstr "" +msgstr "يۆتكىلىشچان ئۈسكۈنە" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" -msgstr "" +msgstr "بەلگە" -#: filewidgets/kfileplacesitem.cpp:333 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#: filewidgets/kfileplacesitem.cpp:344 +#, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" -msgstr "%1 (%2)" +msgstr "%1 (مەنبە %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" -msgstr "" +msgstr "ھەممە بەلگە" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" -msgstr "ماكان" +msgstr "باش بەت" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" -msgstr "" +msgstr "ئۈستەلئۈستى" -#: filewidgets/kfileplacesmodel.cpp:270 -#, fuzzy -#| msgid "FIXME: Document this" +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" -msgstr "FIXME: بۇنى پۈتۈكلە" +msgstr "پۈتۈك" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" -msgstr "" +msgstr "چۈشۈرۈلمە" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "تور" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "ئەخلەتخانا" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" -msgstr "" +msgstr "نەغمە" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" -msgstr "" +msgstr "رەسىم" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" -msgstr "" +msgstr "سىن" -#: filewidgets/kfileplacesmodel.cpp:391 -#, fuzzy -#| msgid "Delete Files" +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" -msgstr "ھۆججەت ئۆچۈر" +msgstr "يېقىنقى ھۆججەت" -#: filewidgets/kfileplacesmodel.cpp:396 -#, fuzzy -#| msgid "Location:" +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" -msgstr "ئورنى:" - -#: filewidgets/kfileplacesmodel.cpp:419 -#, fuzzy -#| msgid "Modified:" -msgctxt "KFile System Bookmarks" -msgid "Modified Today" -msgstr "ئۆزگەرتكەن:" +msgstr "يېقىنقى ئورۇن" #: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" -msgid "Modified Yesterday" -msgstr "" +msgid "Modified Today" +msgstr "بۈگۈن ئۆزگەرتىلگەن" -#: filewidgets/kfileplacesmodel.cpp:1091 -#, fuzzy, kde-format -#| msgid "Could not find the program '%1'" +#: filewidgets/kfileplacesmodel.cpp:427 +msgctxt "KFile System Bookmarks" +msgid "Modified Yesterday" +msgstr "تۈنۈگۈن ئۆزگەرتىلگەن" + +#: filewidgets/kfileplacesmodel.cpp:1134 +#, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" -msgstr "پروگرامما '%1' نى تاپالمىدى." +msgstr "ئورۇن كۆزنەكچىسىگە قوشالمايدۇ: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 -#, fuzzy, kde-format -#| msgid "The file or folder %1 does not exist." +#: filewidgets/kfileplacesmodel.cpp:1141 +#, kde-format msgid "Only folders can be added to the Places panel." -msgstr "ھۆججەت ياكى قىسقۇچ %1 مەۋجۇت ئەمەس." +msgstr "ئورۇن كۆزنەكچىگە پەقەت قىسقۇچنىلا قوشقىلى بولىدۇ." -#: filewidgets/kfileplacesmodel.cpp:1362 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "سەپلە…" + +#: filewidgets/kfileplacesmodel.cpp:1420 +#, kde-format msgctxt "@action:inmenu" msgid "Releasing…" -msgstr "تارقاتقۇچى '%1' (&R)" +msgstr "تارقىتىۋاتىدۇ…" -#: filewidgets/kfileplacesmodel.cpp:1364 -#, fuzzy, kde-format -#| msgid "&Release '%1'" +#: filewidgets/kfileplacesmodel.cpp:1422 +#, kde-format msgctxt "@action:inmenu" msgid "&Release" -msgstr "تارقاتقۇچى '%1' (&R)" +msgstr "تارقات(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1426 +#, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" -msgstr "'%1' نى بىخەتەر چىقىرىۋەت(&S)" +msgstr "بىخەتەر چىقىرىۋېتىۋاتىدۇ…" -#: filewidgets/kfileplacesmodel.cpp:1370 -#, fuzzy, kde-format -#| msgid "&Safely Remove '%1'" +#: filewidgets/kfileplacesmodel.cpp:1428 +#, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" -msgstr "'%1' نى بىخەتەر چىقىرىۋەت(&S)" +msgstr "بىخەتەر چىقىرىۋەت(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Unmounting" +#: filewidgets/kfileplacesmodel.cpp:1433 +#, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" -msgstr "ئېگەرسىزلەۋاتىدۇ" +msgstr "ئېگەرسىزلەۋاتىدۇ…" -#: filewidgets/kfileplacesmodel.cpp:1377 -#, fuzzy, kde-format -#| msgid "Unmount" +#: filewidgets/kfileplacesmodel.cpp:1435 +#, kde-format msgctxt "@action:inmenu" msgid "&Unmount" -msgstr "ئېگەرسىزلەش" +msgstr "ئېگەرسىزلە(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 -#, fuzzy, kde-format -#| msgid "Eject" +#: filewidgets/kfileplacesmodel.cpp:1459 +#, kde-format msgctxt "@action:inmenu" msgid "&Eject" -msgstr "چىقار" +msgstr "قاڭقىت(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." -msgstr "ئۈسكۈنە '%1' دىسكا ئەمەس، قاڭقىتالمايدۇ." +msgstr "ئۈسكۈنە «%1» دىسكا ئەمەس، قاڭقىتالمايدۇ." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" -msgstr "'%1' ئېلىپ بېرىۋاتقاندا خاتالىق كۆرۈلدى، سىستېما ئىنكاسى: %2" +msgstr "«%1» ئېلىپ بېرىۋاتقاندا خاتالىق كۆرۈلدى، سىستېما ئىنكاسى: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" -msgstr "'%1' نى زىيارەت قىلىۋاتقاندا خاتالىق كۆرۈلدى" +msgstr "«%1» نى زىيارەت قىلىۋاتقاندا خاتالىق كۆرۈلدى" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." -msgstr "" +msgstr "بۇ ئۈسكۈنىدىكى بىر ياكى بىر قانچە ھۆججەت بىر پىروگراممىدا ئوچۇق." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3252,172 +3088,164 @@ msgid_plural "" "One or more files on this device are opened in following applications: " "%2." msgstr[0] "" +"بۇ ئۈسكۈنىدىكى بىر ياكى بىر قانچە ھۆججەت \"%2\" " +"پىروگراممىدا ئېچىلغان." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " -msgstr "" +msgstr "، " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" +"دىسكا رايونىنى باشقۇرۇش پىروگراممىسىدا قايتا پىچىش ياكى تەھرىرلەش كېرەك" -#: filewidgets/kfileplacesview.cpp:337 -#, fuzzy, kde-format -#| msgctxt "items: folders, files (size)" -#| msgid "%1: %2" +#: filewidgets/kfileplacesview.cpp:344 +#, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 بىكار(جەمئىي %2، %3% ئىشلىتىلگەن)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" -msgstr "" +msgstr "%1 (يوشۇرۇن)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" -msgstr "ئەخلەتخانىنى تازىلاش" +msgstr "ئەخلەتخانىنى بوشات" -#: filewidgets/kfileplacesview.cpp:1209 -#, fuzzy, kde-format -#| msgid "Mount" +#: filewidgets/kfileplacesview.cpp:1253 +#, kde-format msgctxt "@action:inmenu" msgid "Mount" -msgstr "ئېگەرلەش" +msgstr "ئېگەرلە" -#: filewidgets/kfileplacesview.cpp:1215 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kfileplacesview.cpp:1263 +#, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" -msgstr "بۇنىڭدا ئېچىش" +msgstr "يېڭى بەتكۈچتە ئاچ" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" -msgstr "" +msgstr "يېڭى كۆزنەكتە ئاچ" -#: filewidgets/kfileplacesview.cpp:1227 -#, fuzzy, kde-format -#| msgid "Add Entry..." +#: filewidgets/kfileplacesview.cpp:1275 +#, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" -msgstr "كىرگۈ قوش…" +msgstr "تۈر قوش…" -#: filewidgets/kfileplacesview.cpp:1233 -#, fuzzy, kde-format -#| msgid "Edit" +#: filewidgets/kfileplacesview.cpp:1281 +#, kde-format msgctxt "@action:inmenu" msgid "&Edit…" -msgstr "تەھرىرلەش" +msgstr "تەھرىر(&E)…" -#: filewidgets/kfileplacesview.cpp:1238 -#, fuzzy, kde-format -#| msgid "Remove" +#: filewidgets/kfileplacesview.cpp:1286 +#, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" -msgstr "چىقىرىۋەت" +msgstr "ئورۇندىن چىقىرىۋەت" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" -msgstr "" +msgstr "يوشۇر(&H)" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" -msgstr "'%1' تۈر يوشۇر(&H)" +msgstr "«%1» بۆلەكنى يوشۇر" -#: filewidgets/kfileplacesview.cpp:1250 -#, fuzzy, kde-format -#| msgid "&Hide Entry '%1'" +#: filewidgets/kfileplacesview.cpp:1298 +#, kde-format msgctxt "@item:inmenu" msgid "Hide Section" -msgstr "'%1' تۈر يوشۇر(&H)" +msgstr "بۆلەكنى يوشۇر" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" -msgstr "ھەممە تۈرلەرنى كۆرسەت(&S)" +msgstr "ھەممە تۈرنى كۆرسەت(&S)" -#: filewidgets/kfileplacesview.cpp:1263 -#, fuzzy, kde-format -#| msgid "Short View" +#: filewidgets/kfileplacesview.cpp:1311 +#, kde-format msgctxt "@item:inmenu" msgid "Icon Size" -msgstr "قىسقا كۆرۈنۈش" +msgstr "سىنبەلگە چوڭلۇقى" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" "panel" msgid "Auto Resize" -msgstr "" +msgstr "چوڭلۇقى ئاپتوماتىك" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" -msgstr "" +msgstr "كىچىك (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" -msgstr "" +msgstr "ئوتتۇرا (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 -#, fuzzy, kde-format -#| msgid "Drive: %1" +#: filewidgets/kfileplacesview.cpp:1458 +#, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" -msgstr "قوزغاتقۇچ: %1" +msgstr "چوڭ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" -msgstr "" +msgstr "زور (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "بىرلا ھۆججەت تاللىيالايسىز" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "بېرىلگەن ھۆججەت بىردىن كۆپ" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "يەرلىك ھۆججەتنىلا تاللىيالايسىز" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "يىراقتىكى ھۆججەتنى قوبۇل قىلمايدۇ" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3426,111 +3254,72 @@ msgid_plural "" "The selected URL uses an unsupported scheme. Please use one of the following " "schemes: %2" msgstr[0] "" +"تاللانغان تور ئادرېسى قوللىمايدىغان لايىھەنى ئىشلەتكەن. تۆۋەندىكى لايىھەنى " +"ئىشلىتىڭ: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" -msgstr "" +msgstr "قوللىمايدىغان تور ئادرېس لايىھەسى" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"بۇ سۆزلەشكۈ سىز تاللىغان كۆپ قىسقۇچنى قوبۇل قىلمايدۇ، چۈنكى قايسىسىنى " -"كىرگۈزىدىغانلىقىنى جەزملىيەلمىدى. تىزىمدىن بىر قىسقۇچنىلا تاللاڭ." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "بېرىلگەن قىسقۇچ بىردىن كۆپ" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"ئەڭ ئاز دېگەندە بىر ھۆججەت ۋە بىر قىسقۇچ تاللىنىدۇ. تاللانغان ھۆججەتكە پەرۋا " -"قىلمايدۇ، پەقەت سىز تاللىغان قىسقۇچنىلا كۆرسىتىدۇ" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "تاللانغان ھۆججەت ۋە قىسقۇچلار" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" -msgstr "\"%1\" ھۆججەت تېپىلمىدى" +msgstr "«%1» ھۆججەت تېپىلمىدى" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "ھۆججەت ئاچالمىدى" -#: filewidgets/kfilewidget.cpp:1195 -#, fuzzy, kde-format -#| msgid "" -#| "Click this button to enter the parent folder.

    For " -#| "instance, if the current location is file:/home/%1 clicking this button " -#| "will take you to file:/home.
    " +#: filewidgets/kfilewidget.cpp:1216 +#, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " "if the current location is file:/home/konqi clicking this button will take " "you to file:/home.
    " msgstr "" -"بۇ توپچىنى چېكىپ ئاتا قىسقۇچقا كىرىدۇ.

    مەسىلەن، نۆۋەتتىكى " -"ئورۇن: file:/home/%1 بولسا بۇ توپچا چېكىلسە سىزنى file:/home غا ئاپىرىدۇ." - -#: filewidgets/kfilewidget.cpp:1199 -#, kde-format -msgid "Click this button to move backwards one step in the browsing history." -msgstr "بۇ توپچا چېكىلسە زىيارەت تارىخى ئارقىغا بىر قەدەم چېكىنىدۇ." - -#: filewidgets/kfilewidget.cpp:1200 -#, kde-format -msgid "Click this button to move forward one step in the browsing history." -msgstr "بۇ توپچا چېكىلسە زىيارەت تارىخى ئالدىغا بىر قەدەم چېكىنىدۇ." - -#: filewidgets/kfilewidget.cpp:1202 -#, kde-format -msgid "Click this button to reload the contents of the current location." -msgstr "بۇ توپچىنى چېكىپ نۆۋەتتىكى ئورۇننىڭ مەزمۇنىنى يېڭىلايدۇ." - -#: filewidgets/kfilewidget.cpp:1204 -#, kde-format -msgid "Click this button to create a new folder." -msgstr "بۇ توپچا چېكىلسە يېڭى بىر قىسقۇچ قۇرىدۇ." - -#: filewidgets/kfilewidget.cpp:1206 -#, fuzzy, kde-format -#| msgid "Show Places Navigation Panel" -msgid "Show Places Panel" -msgstr "ئورۇن يېتەكچى تاختىنى كۆرسىتىدۇ" - -#: filewidgets/kfilewidget.cpp:1213 -#, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "خەتكۈچلەرنى كۆرسىتىش" +"بۇ توپچە چېكىلسە ئاتا قىسقۇچقا كىرىدۇ.

    مەسىلەن، نۆۋەتتىكى " +"ئورۇن: file:/home/konqi بولسا بۇ توپچە چېكىلسە سىزنى file:/home غا ئاپىرىدۇ." +"
    " #: filewidgets/kfilewidget.cpp:1220 #, kde-format +msgid "Click this button to move backwards one step in the browsing history." +msgstr "بۇ توپچە چېكىلسە زىيارەت تارىخى ئارقىغا بىر قەدەم چېكىنىدۇ." + +#: filewidgets/kfilewidget.cpp:1221 +#, kde-format +msgid "Click this button to move forward one step in the browsing history." +msgstr "بۇ توپچە چېكىلسە زىيارەت تارىخى ئالدىغا بىر قەدەم چېكىنىدۇ." + +#: filewidgets/kfilewidget.cpp:1223 +#, kde-format +msgid "Click this button to reload the contents of the current location." +msgstr "بۇ توپچە چېكىلسە نۆۋەتتىكى ئورۇننىڭ مەزمۇنىنى يېڭىلايدۇ." + +#: filewidgets/kfilewidget.cpp:1225 +#, kde-format +msgid "Click this button to create a new folder." +msgstr "بۇ توپچە چېكىلسە يېڭى بىر قىسقۇچ قۇرىدۇ." + +#: filewidgets/kfilewidget.cpp:1227 +#, kde-format +msgid "Show Places Panel" +msgstr "ئورۇن كۆزنەكچىنى كۆرسىتىدۇ" + +#: filewidgets/kfilewidget.cpp:1234 +#, kde-format +msgid "Show Quick Filter" +msgstr "تېز سۈزگۈچنى كۆرسەت" + +#: filewidgets/kfilewidget.cpp:1242 +#, kde-format msgid "Options" msgstr "تاللانما" -#: filewidgets/kfilewidget.cpp:1223 -#, fuzzy, kde-format -#| msgid "" -#| "This is the preferences menu for the file dialog. Various options can " -#| "be accessed from this menu including:
    • how files are sorted in the " -#| "list
    • types of view, including icon and list
    • showing of " -#| "hidden files
    • the Places navigation panel
    • file previews
    • separating folders from files
    " +#: filewidgets/kfilewidget.cpp:1245 +#, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " "accessed from this menu including:
    • how files are sorted in the list
    • the Places panel
    • file previews
    • separating " "folders from files
    " msgstr "" -"گەرچە مۇلازىمېتىر بىلەن ئالاقىلەشكەن بولسىمۇ ئەمما بۇ ئىلتىماس بەلگىلىگەن " -"ۋاقىت ئىچىدە جاۋابنى قوبۇل قىلمىدى:
    • ئۇلىنىشنى قۇرۇش ۋاقتى ھالقىپ " -"كەتكەن:%1سېكۇنت
    • جاۋابنى قوبۇل قىلىش ۋاقتى ھالقىپ كەتكەن %2سېكۇنت
    • ۋاكالەت مۇلازىمېتىرنى زىيارەت قىلىش ۋاقتى ھالقىپ كەتكەن:%3 سېكۇنت
    سىز KDE سىستېما تەڭشىكىدە تور-> باغلىنىش مايىللىقىنى تاللاش " -"ئارقىلىق بۇ ۋاقىت ھالقىش تەڭشەكلىرىنى ئۆزگەرتەلەيسىز." +"بۇ ھۆججەت سۆزلەشكۈنىڭ سەپلىمە تىزىملىكى. بۇ تىزىملىكتە زىيارەت قىلغىلى " +"بولىدىغان تاللانمىلار:
    • تىزىمدىكى ھۆججەت قانداق تىزىلىدۇ
    • كۆرۈنۈش تۈرى، سىنبەلگە ۋە تىزىمنى ئۆز ئىچىگە ئالىدۇ
    • يوشۇرۇن " +"ھۆججەتنى كۆرسىتەمدۇ يوق
    • ئورۇن كۆزنەكچىسى
    • ھۆججەتنى ئالدىن " +"كۆزىتىش
    • قىسقۇچ ۋە ھۆججەتنى پەرقلەندۈرىدۇ
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" -msgstr "خەتكۈشلەر" +msgstr "خەتكۈش" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3558,19 +3346,42 @@ msgid "" "bookmark.

    These bookmarks are specific to the file dialog, but " "otherwise operate like bookmarks elsewhere in KDE.
    " msgstr "" -"بۇ توپچا بەلگىلەنگەن ئورۇننى خەتكۈشكە قوشۇشىڭىزغا يول قويىدۇ. بۇ توپچا " +"بۇ توپچە بەلگىلەنگەن ئورۇننى خەتكۈشكە قوشۇشىڭىزغا يول قويىدۇ. بۇ توپچە " "چېكىلسە خەتكۈش تىزىملىكى ئېچىلىدۇ، ئۇنىڭغا خەتكۈش قوشۇپ، تەھرىرلەپ ياكى " "تاللىغىلى بولىدۇ.

    بۇ خەتكۈشلەر تېكىست سۆزلەشكۈگە مەخسۇس " "ئىشلىتىلىدۇ ئەمما KDE نىڭ باشقا ئورۇنلىرىدىكى خەتكۈشلەرگە ئوخشاش مەشغۇلات " "قىلىنىدۇ.
    " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "ئاتى(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "ھۆججەت ئاتىنى ئۆزگەرتىشتىن يېنىۋال" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "قىسقۇچ ئالماشتۇرغاندا سۈزگۈچنى ساقلاپ قالىدۇ" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "ئاتى بويىچە سۈز…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "سۈزگۈچ بالداقنى يوشۇرىدۇ" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3582,12 +3393,12 @@ msgstr "" "ئىقتىدارنى تىزگىنلەشتە چاشقىنەك ئوڭ توپچىسىنى چېكىپ ئاندىن تېكىست " "تاماملا تىزىملىكىدىن ئارزۇ قىلغان ھالەتنى تاللاڭ." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "بۇ ھۆججەتنى ساقلايدىغان ئات." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3596,75 +3407,78 @@ msgstr "" "بۇ ئاچماقچى بولغان ھۆججەت تىزىمى. كۆپ ھۆججەت بەلگىلەشتە بوشلۇق بىلەن " "ئايرىشقا بولىدۇ." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "بۇ ئاچماقچى بولغان ھۆججەت ئاتى." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" -msgstr "ئورۇنلار" +msgstr "ئورۇن" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "ھۆججەت «%1» مەۋجۇت. قاپلامسىز؟" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "ھۆججەت قاپلامسىز؟" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "يەرلىك ھۆججەتنىلا تاللىيالايسىز." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "يىراقتىكى ھۆججەتنى قوبۇل قىلمايدۇ" -#: filewidgets/kfilewidget.cpp:1900 -#, fuzzy, kde-format -#| msgid "*|All Folders" +#: filewidgets/kfilewidget.cpp:2055 +#, kde-format msgid "All Folders" -msgstr "*|بارلىق قىسقۇچلار" +msgstr "ھەممە قىسقۇچ" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "نۆۋەتتىكى مۇندەرىجە: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "ئاچ(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "سىنبەلگە چوڭلۇقى: %1 پىكسېل" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "ھۆججەتنىڭ كېڭەيتىلگەن ئاتىنى ئۆزلۈكىدىن تاللا(%1)(&X)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "كېڭەيتىلمە %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "ھۆججەتنىڭ كېڭەيتىلگەن ئاتىنى ئۆزلۈكىدىن تاللا(&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" -msgstr "مۇناسىپ كېڭەيتىلگە ئات" +msgstr "مۇناسىپ كېڭەيتىلمە" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3679,8 +3493,8 @@ msgid "" "period will be automatically removed).If unsure, keep this option " "enabled as it makes your files more manageable." msgstr "" -"بۇ تاللانما كېڭەيتىلگەن ئاتى بار ھۆججەتنى ساقلىغاندا بەزى قۇلاي " -"ئالاھىدىلىكلىرىنى قوزغىتىدۇ:
    1. ئەگەر ساقلىغان ھۆججەت تىپىنى " +"بۇ تاللانما كېڭەيتىلگەن ئاتى بار ھۆججەتنى ساقلىغاندا بەزى قولاي " +"ئالاھىدىلىكلىرىنى قوزغىتىدۇ:
      1. ئەگەر ساقلىغان ھۆججەت تۈرىنى " "ئۆزگەرتكەن بولسىڭىز، %1 تېكىست رايونىدا بەلگىلىگەن كېڭەيتىلگەن " "ئاتنىمۇ يېڭىلايدۇ.

      2. ساقلا نى چەككەندە ئەگەر سىز " "%2 تېكىست رايونىدا كېڭەيتىلگەن ئات بەلگىلەنمىگەن بولسا ھۆججەت ئاتىنىڭ " @@ -3692,100 +3506,87 @@ msgstr "" "ئىناۋەتلىكلىكىنى ساقلاپ قېلىڭ، بۇنداق بولغاندا ھۆججەتلىرىڭىزنى تېخىمۇ ئاسان " "باشقۇرالايسىز." -#: filewidgets/kfilewidget.cpp:2789 -#, fuzzy, kde-format -#| msgid "&Filter:" +#: filewidgets/kfilewidget.cpp:2964 +#, kde-format msgid "&File type:" -msgstr "سۈزگۈچ(&F):" +msgstr "ھۆججەت تۈرى(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" +"بۇ ھۆججەت تۈرىنى تاللىغۇچ. ئۇ ھۆججەتنىڭ ساقلاش پىچىمىنى تاللاشقا " +"ئىشلىتىلىدۇ." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "سۈزگۈچ(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

        You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

        Wildcards such as * and ? are allowed.

        " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"بۇ ھۆججەت تىزىمىغا قوللىنىدىغان سۈزگۈچ. بۇ سۈزگۈچكە ماس كەلمىگەن ھۆججەت " -"ئاتى كۆرۈنمەيدۇ.

        سىز تارتما تىزىملىكتىن ئالدىن بەلگىلەنگەن سۈزگۈچنى " -"تاللىيالايسىز ياكى تېكىست رايونىدا ئۆزلەشتۈرگەن سۈزگۈچنى بىۋاسىتە " -"كىرگۈزەلەيسىز.

        * ۋە ? ئوخشاش ئورتاق بەلگە ئىشلىتىشكە يول قويىدۇ.

        " +"بۇ ھۆججەت تۈرىنى تاللىغۇچ. ئۇ ھۆججەتنىڭ كۆرسىتىش پىچىمىنى تاللاشقا " +"ئىشلىتىلىدۇ." -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "يېڭى ھۆججەت تىپى قۇر" +#: filewidgets/knewfilemenu.cpp:221 +#, kde-format +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "%1 ھۆججەت ئاتى كىرگۈزۈلىدۇ:" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, kde-format msgid "Sorry" msgstr "كەچۈر" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, kde-format msgid "The template file %1 does not exist." msgstr "قېلىپ ھۆججەت%1 مەۋجۇت ئەمەس." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" -msgstr "" +msgstr "يېڭى ئۇلانمىنىڭ ئىسمى:" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "بەلگە ئۇلانما قۇر" + +#: filewidgets/knewfilemenu.cpp:760 #, kde-format msgid "Create link to URL" -msgstr "URL غا ئۇلانما قۇر" +msgstr "تور ئادرېسقا ئۇلانما قۇر" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Enter a different name" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "باشقا ئات كىرگۈزۈڭ" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" "The name %1 cannot be used because it is reserved for " "use by the operating system." msgstr "" +"بۇ %1 ئىسىمنى ئىشلەتكىلى بولمايدۇ چۈنكى ئۇ مەشغۇلات " +"سىستېمىسىنىڭ ئىشلىتىشىگە قالدۇرۇلغان." -#: filewidgets/knewfilemenu.cpp:1174 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "The name \"%1\" starts with a dot, so the directory will be hidden by " -#| "default." +#: filewidgets/knewfilemenu.cpp:1172 +#, kde-kuit-format msgctxt "@info" msgid "" "The name %1 starts with a dot, so it will be hidden by " "default." msgstr "" -"\"%1\" ئات چېكىت بىلەن باشلانغان بۇ مۇندەرىجە كۆڭۈلدىكى ئەھۋالدا يوشۇرۇلىدۇ." +"%1 ئات چېكىت بىلەن باشلانغان شۇڭا ئۇ كۆڭۈلدىكى ئەھۋالدا " +"يوشۇرۇلىدۇ." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3793,136 +3594,184 @@ msgid "" "it being shown before other items when sorting alphabetically, among other " "potential oddities." msgstr "" +"%1 ئات بوشلۇق بىلەن باشلانغان شۇڭا ئۇ ھەرپ بويىچە " +"تىزىلغاندا باشقا تۈرلەرنىڭ ئالدىغا تىزىلىدۇ ئۇنىڭدىن باشقا تاسادىپىي " +"ئەھۋاللارنى كەلتۈرۈپ چىقىرىشى مۇمكىن." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" +"قىسقۇچ ئىسمىدا يانتۇ سىزىق (/) ئىشلىتىلسە تارماق قىسقۇچ قۇرىدۇ، مەسىلەن:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." -msgstr "" +msgstr "قىسقۇچ ئىسمىدا يانتۇ سىزىق (/) ئىشلىتىلسە تارماق قىسقۇچ قۇرىدۇ." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." -msgstr "" +msgstr "ھۆججەت ۋە قىسقۇچ ئاتى يانتۇ سىزىق (/) نى ئۆز ئىچىگە ئالمايدۇ." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." -msgstr "" +msgstr "ھۆججەت ۋە قىسقۇچ ئاتى سول يانتۇ سىزىق (\\) نى ئۆز ئىچىگە ئالمايدۇ." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"%1 ئاتلىق ھۆججەت ياكى قىسقۇچنى قۇرالمايدۇ چۈنكى ئۇ " +"ئىشلەتكۈچىنىڭ باش قىسقۇچىنىڭ ئورنى بىلەن دەستىلىنىدۇ." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" +"ھۆججەت ياكى قىسقۇچنىڭ ئاتى تەخمىنەن بەلگىسى (~) بىلەن باشلىنىش تەۋسىيە " +"قىلىنمايدۇ، چۈنكى تېرمىنالدا مەزمۇن ئۆچۈرگەندە ئۇ مۈجمەللىك ياكى خەتەر پەيدا " +"قىلىشى مۇمكىن." -#: filewidgets/knewfilemenu.cpp:1305 -#, fuzzy, kde-kuit-format -#| msgid "An older item named '%1' already exists." +#: filewidgets/knewfilemenu.cpp:1324 +#, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." -msgstr "'%1' ئاتلىق كونا تۈردىن بىرى مەۋجۇت." +msgstr "%1 ئاتلىق مۇندەرىجە مەۋجۇت." -#: filewidgets/knewfilemenu.cpp:1307 -#, fuzzy, kde-kuit-format -#| msgid "A file named %1 already exists." +#: filewidgets/knewfilemenu.cpp:1326 +#, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." -msgstr "%1 ئاتلىق بىر ھۆججەت مەۋجۇت." +msgstr "%1 ئاتلىق ھۆججەت مەۋجۇت." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "يېڭىدىن قۇر" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "ئۈسكۈنىگە ئۇلا" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "يېڭى قىسقۇچ" -#: filewidgets/knewfilemenu.cpp:1497 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: filewidgets/knewfilemenu.cpp:1509 +#, kde-format msgctxt "@title:window" msgid "Create New Folder" -msgstr "يېنىۋال: قىسقۇچ قۇر(&O)" +msgstr "يېڭى قىسقۇچ قۇر" -#: filewidgets/knewfilemenu.cpp:1499 -#, fuzzy, kde-format -#| msgid "" -#| "Create new folder in:\n" -#| "%1" +#: filewidgets/knewfilemenu.cpp:1511 +#, kde-format msgid "Create new folder in %1:" -msgstr "" -"تۆۋەندىكى يەرگە يېڭى قىسقۇچ قۇرىدۇ:\n" -"%1" +msgstr "يېڭى قىسقۇچنى %1 غا قۇرىدۇ:" + +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "قىسقۇچ ئاتى كىرگۈزۈلىدۇ" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "كۆڭۈلدىكى" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "يېڭى ھۆججەت قۇر" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "ھۆججەت ئاتى كىرگۈزۈلىدۇ" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "ئىختىيارىي سىنبەلگە ياكى رەڭ تاللىنىدۇ" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "باشقا سىنبەلگە تاللىنىدۇ…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "سەل تۇرۇپ قىسقۇچ خاسلىقىدىن سىنبەلگىنى ئۆزگەرتەلەيسىز." #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "كۆچۈر" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "چاپلا" -#: filewidgets/kurlnavigator.cpp:600 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:634 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" -msgstr "بۇنىڭدا ئېچىش" +msgstr "«%1» نى يېڭى بەتكۈچتە ئاچ" -#: filewidgets/kurlnavigator.cpp:608 -#, fuzzy, kde-format -#| msgid "Open With" +#: filewidgets/kurlnavigator.cpp:642 +#, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" -msgstr "بۇنىڭدا ئېچىش" +msgstr "«%1» نى يېڭى كۆزنەكتە ئاچ" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" -msgstr "تەھرىرلەش" +msgstr "تەھرىر" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" -msgstr "يول باشلا" +msgstr "يولباشچى" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "تولۇق يولنى كۆرسەت" -#: filewidgets/kurlnavigator.cpp:796 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: filewidgets/kurlnavigator.cpp:839 +#, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" -msgstr "سىز راستلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" +msgstr "%1 دىكى خالىغان ئورۇنغا يۆتكىلىدۇ" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3932,19 +3781,28 @@ msgstr "تېخىمۇ كۆپ" #, kde-format msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" -msgstr "" +msgstr "يولدىكى ئورۇنغا يۆتكەل" + +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "ئورۇن" #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" msgid "Devices" -msgstr "ئۈسكۈنىلەر" +msgstr "ئۈسكۈنە" #: filewidgets/kurlnavigatorschemecombo.cpp:159 #, kde-format msgctxt "@item:inmenu" msgid "Subversion" -msgstr "Subversion" +msgstr "تارماق نەشرى" #: filewidgets/kurlnavigatorschemecombo.cpp:163 #, kde-format @@ -3953,119 +3811,118 @@ msgid "Other" msgstr "باشقا" #: filewidgets/kurlnavigatortogglebutton.cpp:28 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgid "Edit mode" -msgstr "تەھرىرلەش" +msgstr "ھالەت تەھرىر" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "چېكىلسە ئورۇننى يېتەكلەيدۇ" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "چېكىلسە ئورۇننى تەھرىرلەيدۇ" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." -msgstr "سىزگە بۇ ھۆججەتنى ئىجرا قىلىش ھوقۇقى بېرىلمىگەن." +msgstr "سىزگە بۇ ھۆججەتنى ئىجرا قىلىش ئىجازىتى بېرىلمىگەن." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 +#, kde-format msgctxt "Launching application" msgid "Launching %1" -msgstr "%1 ئىجرا قىلىۋاتىدۇ" +msgstr "%1 قوزغىلىۋاتىدۇ" -#: gui/applicationlauncherjob.cpp:181 -#, fuzzy, kde-format -#| msgid "Unable to make the service %1 executable, aborting execution" +#: gui/applicationlauncherjob.cpp:173 +#, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." -msgstr "%1 مۇلازىمەتنى ئىجرا قىلالمايدۇ، ئىجرا قىلىشنى توختىتىۋاتىدۇ" +msgstr "" +"%1 مۇلازىمەتنى ئىجرا قىلالمايدۇ، ئىجرا قىلىشنى توختىتىۋاتىدۇ.\n" +"%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" -"سىزگە قوللىنىشچان پروگراممىنى تاللاپ بۇ ھۆججەتنى ئېچىش ھوقۇقى بېرىلمىگەن." +"سىزگە قوللىنىشچان پىروگراممىنى تاللاپ بۇ ھۆججەتنى ئېچىش ھوقۇقى بېرىلمىگەن." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" msgstr "" +"ئىچكى خاتالىق: ئىشلەتكۈچىگە قايسى پىروگراممىنى قوزغىتىشنى ئەسكەرتەلمەيدۇ" #: gui/commandlauncherjob.cpp:107 #, kde-format msgctxt "An error message" msgid "Empty command provided" -msgstr "" +msgstr "بۇش بۇيرۇق تەمىنلەنگەن" #: gui/faviconrequestjob.cpp:108 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No favicon found for %1" -msgstr "%1 نىڭ ئۈسكۈنىسىدە ۋاسىتە يوق" +msgstr "%1 نىڭ سىنبەلگىسىنى تاپالمىدى" #: gui/faviconrequestjob.cpp:156 #, kde-format msgid "Error saving image to %1" -msgstr "" +msgstr "سۈرەتنى %1 گە ساقلاۋاتقاندا خاتالىق كۆرۈلدى" #: gui/faviconrequestjob.cpp:166 #, kde-format msgid "Icon file too big, download aborted" +msgstr "سىنبەلگە ھۆججەت بەك چوڭ، چۈشۈرۈشنى توختاتتى" + +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" msgstr "" #: gui/kemailclientlauncherjob.cpp:92 -#, fuzzy, kde-format -#| msgid "No media in device for %1" +#, kde-format msgid "No mail client found" -msgstr "%1 نىڭ ئۈسكۈنىسىدە ۋاسىتە يوق" +msgstr "خەت خېرىدارى تېپىلمىدى" -#: gui/kprocessrunner.cpp:118 -#, fuzzy, kde-format -#| msgid "" -#| "The desktop entry of type\n" -#| "%1\n" -#| "is unknown." +#: gui/kprocessrunner.cpp:125 +#, kde-format msgid "" "The desktop entry file\n" "%1\n" "is not valid." msgstr "" -"ئۈستەلئۈستى تۈرى تىپى\n" +"ئۈستەلئۈستى كىرىش ھۆججىتى\n" "%1\n" -"يوچۇن." +"ئىناۋەتسىز." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" -msgstr "%1 ئىجرا قىلىۋاتىدۇ" +msgstr "%1 قوزغىلىۋاتىدۇ" -#: gui/kprocessrunner.cpp:464 -#, fuzzy, kde-kuit-format -#| msgid "The file \"%1\" could not be found" +#: gui/kprocessrunner.cpp:478 +#, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." -msgstr "\"%1\" ھۆججەت تېپىلمىدى" +msgstr "بۇ %1 بۇيرۇقنى تاپالمىدى." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" -msgstr "" +msgstr "ھېچقانداق تېرمىنال تەقلىدلىگۈچنى تاپالمىدى" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" -msgstr "" +msgstr "%1‎‏ نى ئاچالمىدى" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4074,65 +3931,67 @@ msgid "" msgstr "" "ئۈستەلئۈستى تۈرى ھۆججىتى\n" "%1\n" -"ئۇلانما تىپلىق ئەمما URL نى ئۆز ئىچىگە ئالمىغان=…تۈر" +"ئۇلانما تىپلىق ئەمما تور ئادرېسنى ئۆز ئىچىگە ئالمىغان=…تۈر." -#: gui/openurljob.cpp:374 -#, fuzzy, kde-format -#| msgid "" -#| "The file %1 is an executable program. For safety it will not " -#| "be started." +#: gui/openurljob.cpp:379 +#, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -"بۇ %1 ھۆججەت ئىجراچان پروگرامما. بىخەتەرلىكنى كۆزدە تۇتۇپ ئۇنى " -"قوزغاتمايدۇ." +"ئىجرا قىلىنىدىغان ھۆججەت «%1» يىراقتىكى ھۆججەت سىستېمىسىدا. بىخەتەرلىك " +"سەۋەبىدىن ئۇنى قوزغاتمايدۇ." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" +"بىخەتەرلىك سەۋەبىدىن، بۇ ئەھۋالدا ئىجرا قىلىنىدىغان پىروگراممىنى ئىجرا " +"قىلىشقا يول قويۇلمىغان." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" +"بۇ «%1» پىروگرامما ئىجرا قىلىش ئىجازىتىگە ئىگە بولسا ئاندىن قوزغىلالايدۇ." -#: gui/openurljob.cpp:451 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#: gui/openurljob.cpp:461 +#, kde-format msgid "" "Unable to make file \"%1\" executable.\n" "%2." -msgstr "قېلىپ ھۆججەت%1 مەۋجۇت ئەمەس." +msgstr "" +"«%1» ھۆججەتكە ئىجرا قىلىش ئىجازىتىنى بەرگىلى بولمىدى.\n" +"%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." -msgstr "ئۈستەلئۈستى تۈرى ھۆججىتى %1 نىڭ تىپى يوق=…تۈر" +msgstr "ئۈستەلئۈستى تۈرى ھۆججىتى %1 نىڭ تىپى يوق=…تۈر." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" "Check your open applications and the notification area for any pending tasks " "or downloads." msgstr "" +"بۇ ھۆججەت مۇكەممەل ئەمەس، ئاچماسلىق كېرەك.\n" +"ئوچۇق پىروگرامما ۋە ئۇقتۇرۇش رايونىنى تەكشۈرۈپ تېخى تاماملانمىغان ۋەزىپە " +"ياكى چۈشۈرۈش ۋەزىپىسى بار يوقلۇقىنى تەكشۈرۈڭ." -#: gui/openurljob.cpp:656 -#, fuzzy, kde-format -#| msgid "Cannot open file" +#: gui/openurljob.cpp:665 +#, kde-format msgid "Failed to open the file." -msgstr "ھۆججەت ئاچالمىدى" +msgstr "ھۆججەتنى ئاچالمىدى." -#: gui/openurljob.cpp:690 -#, fuzzy, kde-format -#| msgid "The file \"%1\" could not be found" +#: gui/openurljob.cpp:699 +#, kde-format msgid "The program \"%1\" could not be launched." -msgstr "\"%1\" ھۆججەت تېپىلمىدى" +msgstr "«%1» پىروگراممىنى قوزغىتالمىدى." #: kioexec/kioexecd.cpp:86 #, kde-kuit-format @@ -4141,36 +4000,33 @@ msgid "" "The file %1has been modified. Do you want to " "upload the changes?" msgstr "" +"بۇ %1 ھۆججەت ئۆزگەرتىلىپتۇ. ئۆزگىرىشلەرنى " +"يۈكلەمسىز؟" #: kioexec/kioexecd.cpp:87 kioexec/main.cpp:240 kioexec/main.cpp:250 -#, fuzzy, kde-format -#| msgid "File name:" +#, kde-format msgid "File Changed" -msgstr "ھۆججەت ئىسمى:" +msgstr "ھۆججەت ئۆزگەرتىلگەن" #: kioexec/kioexecd.cpp:88 kioexec/main.cpp:251 -#, fuzzy, kde-format -#| msgid "Reload" +#, kde-format msgid "Upload" -msgstr "قايتا يۈكلە" +msgstr "يۈكلە" #: kioexec/kioexecd.cpp:89 kioexec/main.cpp:252 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Upload" -msgstr "ساقلىما" +msgstr "يۈكلىمە" #: kioexec/main.cpp:58 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#, kde-format msgid "Invalid URL: %1" -msgstr "خاتا URL %1." +msgstr "ئىناۋەتسىز تور ئادرېسى: %1" #: kioexec/main.cpp:64 -#, fuzzy, kde-format -#| msgid "Could not bind %1." +#, kde-format msgid "File not found: %1" -msgstr "%1 نى باغلىيالمىدى." +msgstr "ھۆججەت تېپىلمىدى: %1" #: kioexec/main.cpp:81 #, kde-format @@ -4178,6 +4034,8 @@ msgid "" "The URL %1\n" "is malformed" msgstr "" +"تور ئادرېسى %1\n" +"خاتا" #: kioexec/main.cpp:83 #, kde-format @@ -4185,6 +4043,8 @@ msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" +"يىراقتىكى تور ئادرېسى %1\n" +"«--tempfiles» بىلەن بىللە ئىشلەتكىلى بولمايدۇ" #: kioexec/main.cpp:239 #, kde-format @@ -4194,12 +4054,15 @@ msgid "" "has been modified.\n" "Do you still want to delete it?" msgstr "" +"قارىغاندا ۋاقىتلىق ھۆججەت\n" +"%1\n" +"ئۆزگەرتىلگەندەك قىلىدۇ.\n" +"ئۇنى ئۆچۈرۈۋېرەمسىز؟" #: kioexec/main.cpp:242 -#, fuzzy, kde-format -#| msgid "Do Not Store" +#, kde-format msgid "Do Not Delete" -msgstr "ساقلىما" +msgstr "ئۆچۈرمە" #: kioexec/main.cpp:249 #, kde-format @@ -4209,75 +4072,75 @@ msgid "" "has been modified.\n" "Do you want to upload the changes?" msgstr "" - -#: kioexec/main.cpp:300 -#, fuzzy, kde-format -#| msgid "Exec" -msgid "KIOExec" -msgstr "ئىجرا قىل" +"ھۆججەت\n" +"%1\n" +"ئۆزگەرتىلىپتۇ.\n" +"ئۆزگىرىشلەرنى يۈكلەمسىز؟" #: kioexec/main.cpp:302 #, kde-format -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" -msgstr "" +msgid "KIOExec" +msgstr "KIOExec" #: kioexec/main.cpp:304 #, kde-format -msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" -msgstr "" - -#: kioexec/main.cpp:305 -#, kde-format -msgid "David Faure" +msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" +"KIO Exec - يىراقتىكى ھۆججەتنى ئاچىدۇ، ئۆزگەرتىشنى كۆرىدۇ، يۈكلەشنى ئەسكەرتىدۇ" #: kioexec/main.cpp:306 #, kde-format +msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" +msgstr "(c) 1998-2000,2003 The KFM/Konqueror ئىجادكارلىرى" + +#: kioexec/main.cpp:307 +#, kde-format +msgid "David Faure" +msgstr "David Faure" + +#: kioexec/main.cpp:308 +#, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 -#, kde-format -msgid "Bernhard Rosenkraenzer" -msgstr "" - -#: kioexec/main.cpp:308 -#, kde-format -msgid "Waldo Bastian" -msgstr "" - #: kioexec/main.cpp:309 #, kde-format -msgid "Oswald Buddenhagen" -msgstr "" +msgid "Bernhard Rosenkraenzer" +msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:310 +#, kde-format +msgid "Waldo Bastian" +msgstr "Waldo Bastian" + +#: kioexec/main.cpp:311 +#, kde-format +msgid "Oswald Buddenhagen" +msgstr "Oswald Buddenhagen" + +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" - -#: kioexec/main.cpp:316 -#, fuzzy, kde-format -#| msgid "Choose an alternate filename for the new file." -msgid "Suggested file name for the downloaded file" -msgstr "يېڭى قۇرغان ھۆججەتكە باشقا ئات تاللاڭ." - -#: kioexec/main.cpp:317 -#, kde-format -msgid "Command to execute" -msgstr "" +"تور ئادرېسىنى يەرلىك ھۆججەت سۈپىتىدە بىر تەرەپ قىلىپ، ئاندىن كېيىن " +"ئۆچۈرۈۋېتىدۇ" #: kioexec/main.cpp:318 #, kde-format -msgid "URL(s) or local file(s) used for 'command'" -msgstr "" +msgid "Suggested file name for the downloaded file" +msgstr "چۈشۈرگەن ھۆججەتنىڭ تەۋسىيە ئاتى" -#: kioworkers/file/file.cpp:166 +#: kioexec/main.cpp:319 #, kde-format -msgid "Setting ACL for %1" -msgstr "%1 نىڭ ACL تەڭشىكى" +msgid "Command to execute" +msgstr "ئىجرا قىلىدىغان بۇيرۇق" -#: kioworkers/file/file.cpp:739 +#: kioexec/main.cpp:320 +#, kde-format +msgid "URL(s) or local file(s) used for 'command'" +msgstr "بۇيرۇق ئىشلىتىدىغان تور ئادرېسى ياكى يەرلىك ھۆججەت" + +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4286,138 +4149,47 @@ msgstr "" "تۆۋەندىكىنىڭ ھوقۇقىنى ئۆزگەرتكىلى بولمىدى\n" "%1" -#: kioworkers/file/file.cpp:749 -#, fuzzy, kde-format -#| msgid "Could not change ownership for %1." +#: kioworkers/file/file.cpp:697 +#, kde-format msgctxt "@info" msgid "" "Could not change owner and group for\n" "%1" -msgstr "%1 نىڭ ئىگىدارلىق ھوقۇقىنى ئۆزگەرتەلمىدى." +msgstr "" +"ئىگىدار ۋە گۇرۇپپىنى ئۆزگەرتكىلى بولمىدى\n" +"%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "ۋاقىتلىق ھۆججەتنى ئاچالمايدۇ" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" -msgstr "\"mount\" پروگراممىنى تاپالمىدى" +msgstr "«mount» پىروگراممىنى تاپالمىدى" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" -msgstr "\"umount\" پروگراممىنى تاپالمىدى" +msgstr "«umount» پىروگراممىنى تاپالمىدى" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "ئالاھىدە ھوقۇقلار" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "ئىمتىيازلار" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "چىقىرىۋەت" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "مۇندەرىجە" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Create directory" -msgid "Create Directory" -msgstr "مۇندەرىجە قۇر" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "ئىمتىيازلار" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open File Manager" -msgid "Open File" -msgstr "ھۆججەت باشقۇرغۇچنى ئاچ" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "مۇندەرىجە" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "File name:" -msgid "New Filename: %1" -msgstr "ھۆججەت ئىسمى:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "قوزغاتقۇچ: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "يوچۇن ئۈزۈلۈش" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "ھۆججەتنى %1 دىن %2 غا كۆچۈرەلمىدى. (خاتالىق نومۇرى: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 نىڭ ئۈسكۈنىسىدە ۋاسىتە يوق" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "بېرىلگەن ئىشلەتكۈچى ئاتى %1 نىڭ ئىشلەتكۈچى كىملىكىگە ئېرىشەلمىدى" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "بېرىلگەن گۇرۇپپا ئاتى %1 نىڭ گۇرۇپپا كىملىكىگە ئېرىشەلمىدى" @@ -4433,10 +4205,9 @@ msgid "Connected to host %1" msgstr "ماشىنا %1 غا باغلاندى" #: kioworkers/ftp/ftp.cpp:477 -#, fuzzy, kde-format -#| msgid "%1 (%2)" +#, kde-format msgid "%1 (Error %2)" -msgstr "%1 (%2)" +msgstr "%1 (خاتالىق %2)" #: kioworkers/ftp/ftp.cpp:507 #, kde-format @@ -4460,41 +4231,42 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "سىز ئىشلەتكۈچى ئاتى ۋە ئىم تەمىنلەپ ئاندىن بۇ بېكەتنى زىيارەت قىلالايسىز." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "تور بېكەت:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "تىزىمغا كىردى" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1 غا كىرەلمىدى." -#: kioworkers/ftp/ftp.cpp:1036 -#, fuzzy, kde-format -#| msgid "Launching %1" +#: kioworkers/ftp/ftp.cpp:1045 +#, kde-format msgid "" "\n" "The server said: \"%1\"" -msgstr "%1 ئىجرا قىلىۋاتىدۇ" +msgstr "" +"\n" +"مۇلازىمېتىر ئۇچۇرى: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4503,161 +4275,158 @@ msgstr "" "سىز تۆۋەندە كۆرسىتىلگەن ۋاكالىتەن مۇلازىمېتىرنى ئىشلەتكۈچى ئاتى ۋە ئىم بىلەن " "تەمىنلىسىڭىز ئاندىن تور بېكەتنى زىيارەت قىلالايسىز." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "ۋاكالەتچى:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "ۋاكالەتچىنى دەلىللىيەلمىدى." #: kioworkers/help/kio_help.cpp:112 -#, fuzzy, kde-format -#| msgid "There are no special actions available for protocol %1." +#, kde-format msgid "There is no documentation available for %1." -msgstr "%1 كېلىشىمنىڭ ئىشلەتكىلى بولىدىغان ئالاھىدە مەشغۇلاتى يوق." +msgstr "%1 ئۈچۈن ئىشلەتكىلى بولىدىغان قوللانما يوق." #: kioworkers/help/kio_help.cpp:157 #, kde-format msgid "Looking up correct file" -msgstr "" +msgstr "توغرا ھۆججەتنى ئىزدەۋاتىدۇ" #: kioworkers/help/kio_help.cpp:203 #, kde-format msgid "Preparing document" -msgstr "" +msgstr "پۈتۈكنى تەييارلاۋاتىدۇ" #: kioworkers/help/kio_help.cpp:213 kioworkers/help/kio_help.cpp:259 -#, fuzzy, kde-format -#| msgid "The requested lock could not be granted. %1" +#, kde-format msgid "The requested help file could not be parsed:
        %1" -msgstr "تەلەپ قىلغان قۇلۇپلاشنى تاماملىيالمىدى. %1" +msgstr "ئىلتىماس قىلغان ياردەم ھۆججەتنى يېشەلمىدى:
        %1" #: kioworkers/help/kio_help.cpp:234 #, kde-format msgid "Saving to cache" -msgstr "" +msgstr "غەملەككە ساقلاۋاتىدۇ" #: kioworkers/help/kio_help.cpp:253 #, kde-format msgid "Using cached version" -msgstr "" +msgstr "غەملەكتىكى نەشرىنى ئىشلىتىۋاتىدۇ" #: kioworkers/help/kio_help.cpp:314 #, kde-format msgid "Looking up section" -msgstr "" +msgstr "باب ئىزدەۋاتىدۇ" #: kioworkers/help/kio_help.cpp:321 -#, fuzzy, kde-format -#| msgid "Could not read file %1." +#, kde-format msgid "Could not find filename %1 in %2." -msgstr "ھۆججەت ‹%1› ئوقۇيالمىدى" +msgstr "%2 دىكى %1 ھۆججەت ئاتىنى تاپالمىدى." #: kioworkers/http/http.cpp:211 widgets/sslui.cpp:93 #, kde-format msgid "" "Would you like to accept this certificate forever without being prompted?" -msgstr "بۇ ئىسپاتنامىنى بۇنىڭدىن كېيىن دەخلىسىز مەڭگۈ قوبۇل قىلامسىز؟" +msgstr "بۇ گۇۋاھنامىنى بۇنىڭدىن كېيىن ئەسكەرتىشسىز مەڭگۈلۈك قوبۇل قىلامسىز؟" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" -msgstr "مۇلازىمېتىر ئىسپاتنامىسى" +msgstr "مۇلازىمىتىر دەلىللەش" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2 دىكى %1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "بولمىسا، بۇ تەلەپ مۇۋەپپەقىيەتلىك ئورۇنلانغان." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "خاسلىق قىممىتىگە ئېرىش" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "خاسلىق قىممەت تەڭشىكى" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "تەلەپ قىلغان قىسقۇچنى قۇر" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى كۆچۈر" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى يۈتكە" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "بەلگىلەنگەن قىسقۇچتىن ئىزدە" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى قۇلۇپلا" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" -msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى قۇلۇپسىزلا" +msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچ قۇلۇپىنى ئاچ" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچنى ئۆچۈر" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "مۇلازىمېتىر ئىقتىدارىنى سۈرۈشتۈر" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "بەلگىلەنگەن ھۆججەت ياكى قىسقۇچ مەزمۇنىغا ئېرىشىدۇ" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "بەلگىلەنگەن قىسقۇچتا دوكلات ئىجرا قىلىدۇ" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 نى قىلىۋاتقاندا كۈتۈلمىگەن (%1) خاتالىق يۈز بەردى." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4667,13 +4436,13 @@ msgstr "" "%1, %2 نى ئېلىپ بېرىۋاتقاندا خاتالىق كۆرۈلدى. سەۋەبىنىڭ ئۈزۈمدىسى " "تۆۋەندىكىدەك." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1 نى ئېلىپ بېرىۋاتقاندا زىيارەت رەت قىلىندى." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4682,12 +4451,8 @@ msgstr "" "بىر ياكى بىر قانچە ۋاسىتىچى توپلام (قىسقۇچ) قۇرۇلغاندىن كېيىن ئاندىن نىشان " "ئورۇندا مەنبەنى قۇرالايدۇ." -#: kioworkers/http/http.cpp:1448 -#, fuzzy, kde-format -#| msgid "" -#| "The server was unable to maintain the liveness of the properties listed " -#| "in the propertybehavior XML element or you attempted to overwrite a file " -#| "while requesting that files are not overwritten. %1" +#: kioworkers/http/http.cpp:1511 +#, kde-format msgid "" "The server was unable to maintain the liveness of the\n" "properties listed in the propertybehavior XML element\n" @@ -4695,32 +4460,34 @@ msgid "" "that files are not overwritten.\n" " %1" msgstr "" -"مۇلازىمېتىر «خاسلىق مەشغۇلاتى» XML ئېلېمېنتىدا مىسال كەلتۈرۈلگەن خاسلىقنىڭ " -"ئاكتىپچانلىقى ياكى مەلۇم بىر ھۆججەتنى قاپلاشنى سىناشنى ساقلاپ قالالمىدى، " -"شۇنىڭ بىلەن بىرگە ئۇ ھۆججەتلەرنى قاپلىماسلىقنى تەلەپ قىلدى. %1" +"مۇلازىمېتىر «propertybehavior XML يەنى خاسلىق مەشغۇلاتى» XML ئېلېمېنتىدا " +"مىسال كەلتۈرۈلگەن خاسلىقنىڭ ئاكتىپچانلىقى ياكى مەلۇم بىر ھۆججەتنى قاپلاشنى " +"سىناشنى ساقلاپ قالالمىدى، شۇنىڭ بىلەن بىرگە ئۇ ھۆججەتنى قاپلىماسلىقنى تەلەپ " +"قىلدى.\n" +"%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "تەلەپ قىلغان قۇلۇپلاشنى تاماملىيالمىدى. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "مۇلازىمېتىر مەزمۇندىكى تەلەپ تىپىنى قوللىمايدۇ." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "%1 قىلغىلى بولمايدۇ چۈنكى مەنبە قۇلۇپلانغان." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "بۇ ھەرىكەت باشقا بىر خاتالىق تەرىپىدىن توسۇلدى." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4730,7 +4497,7 @@ msgstr "" "%1 قىلغىلى بولمايدۇ چۈنكى نىشان مۇلازىمېتىر بۇ ھۆججەت ياكى قىسقۇچنى " "قوبۇللاشنى رەت قىلدى." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4739,40 +4506,37 @@ msgstr "" "نىشان مەنبەسى بۇ ئۇسۇل ئىجرا قىلىنغاندىن كېيىن مەنبەنىڭ ھالىتىنى خاتىرىلەشكە " "يېتەرلىك بوشلۇق يوق." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "مەنبەنى ئۆچۈرگىلى بولمايدۇ." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "%1 نى يۈكلە" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%2 نى قىلىۋاتقاندا كۈتۈلمىگەن (%1) خاتالىق يۈز بەردى." #: kioworkers/remote/remoteimpl.cpp:98 -#, fuzzy, kde-format -#| msgctxt "KFile System Bookmarks" -#| msgid "Network" +#, kde-format msgid "Network" msgstr "تور" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 -#, fuzzy, kde-format -#| msgid "Malformed URL %1." +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 +#, kde-format msgid "Malformed URL %1" -msgstr "خاتا URL %1." +msgstr "خاتا تور ئادرېسى %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4780,34 +4544,31 @@ msgid "" "and use the restore operation again, or drag the item anywhere else to " "restore it." msgstr "" +"مۇندەرىجە %1 ئەمدى مەۋجۇت ئەمەس، شۇڭا ھۆججەتنى ئەسلىدىكى ئورنىغا ئەسلىگە " +"كەلتۈرگىلى بولمايدۇ. شۇڭا سىز مۇندەرىجە قۇرغاندىن كېيىن ئەسلىگە كەلتۈرۈش " +"مەشغۇلاتى قىلسىڭىز ياكى ھۆججەتنى باشقا يەرگە سۆرەپ تاشلىسىڭىز بولىدۇ." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." -msgstr "" +msgstr "ئىناۋەتسىز كېلىشىم بىرىكمىسى." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 -#, fuzzy, kde-format -#| msgid "This file is a link and does not have permissions." -#| msgid_plural "All files are links and do not have permissions." +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 +#, kde-format msgid "This file is already in the trash bin." -msgstr "ھەممە ھۆججەت ئۇلانما، ھوقۇق يوق." +msgstr "بۇ ھۆججەت ئاللىقاچان ئەخلەتخانىدا." #: kioworkers/trash/kio_trash_win.cpp:244 -#, fuzzy, kde-format -#| msgid "Writing to %1 is not supported." +#, kde-format msgid "not supported" -msgstr "%1 غا يېزىشنى قوللىمايدۇ." +msgstr "قوللىمايدۇ" #: kioworkers/trash/kio_trash_win.cpp:253 -#, fuzzy, kde-format -#| msgid "" -#| "Internal error in server\n" -#| "%1" +#, kde-format msgid "Internal error in copyOrMove, should never happen" msgstr "" -"مۇلازىمېتىر ئىچكى خاتالىقى\n" -"%1" +"كۆچۈرۈش ياكى يۆتكەشتە ئىچكى خاتالىق كۆرۈلدى، ئادەتتىكى ئەھۋالدا بۇ خاتالىق " +"ھەرگىز يۈز بەرمەيدۇ" #: kioworkers/trash/ktrash.cpp:28 #, kde-format @@ -4816,79 +4577,76 @@ msgid "" "Note: to move files to the trash, do not use ktrash, but \"kioclient move " "'url' trash:/\"" msgstr "" +"KDE ئەخلەتخانا ئىقتىدارىنى بىر تەرەپ قىلىدىغان ياردەمچى پىروگرامما\n" +"دىققەت: ھۆججەتنى ئەخلەتخانىغا يۆتكەشتە، ktrash نى ئىشلەتمەي «kioclient move " +"'url' trash:/» ئىشلىتىلىدۇ" #: kioworkers/trash/ktrash.cpp:31 #, kde-format msgid "Empty the contents of the trash" -msgstr "" +msgstr "ئەخلەتخانىدىكى مەزمۇننى تازىلايدۇ" #: kioworkers/trash/ktrash.cpp:33 #, kde-format msgid "Restore a trashed file to its original location" -msgstr "" +msgstr "ئەخلەتخانىدىكى ھۆججەتنى ئەسلىدىكى ئورنىغا ئەسلىگە كەلتۈرىدۇ" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" +"ئەخلەتخانا لىق. ئۇنى قولدا بوشىتىڭ ياكى ئۇنىڭدىكى تۈرلەرنى چىقىرىۋېتىڭ." #: kpasswdserver/kpasswdserver.cpp:529 -#, fuzzy, kde-format -#| msgid "Do you really want to delete this item?" -#| msgid_plural "Do you really want to delete these %1 items?" +#, kde-format msgid "Do you want to retry?" -msgstr "بۇ %1 تۈرنى ئۆچۈرەمسىز؟" +msgstr "قايتا سىنامسىز؟" #: kpasswdserver/kpasswdserver.cpp:533 -#, fuzzy, kde-format -#| msgid "Server Authentication" +#, kde-format msgid "Retry Authentication" -msgstr "مۇلازىمېتىر ئىسپاتنامىسى" +msgstr "كىملىك دەلىللەشنى قايتا سىنا" #: kpasswdserver/kpasswdserver.cpp:536 #, kde-format msgctxt "@action:button filter-continue" msgid "Retry" -msgstr "" +msgstr "قايتا سىنا" -#: kpasswdserver/kpasswdserver.cpp:796 -#, fuzzy, kde-format -#| msgid "Authorization Dialog" +#: kpasswdserver/kpasswdserver.cpp:797 +#, kde-format msgid "Authentication Dialog" msgstr "كىملىك دەلىللەش سۆزلەشكۈسى" -#: schemehandlers/telnet/ktelnetservice.cpp:52 -#, fuzzy, kde-format -#| msgid "Access Denied" +#: schemehandlers/telnet/ktelnetservice.cpp:54 +#, kde-format msgid "Access denied" msgstr "زىيارەت رەت قىلىندى" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." -msgstr "سىزنىڭ %1 كېلىشىمنى زىيارەت قىلىش ھوقۇقىڭىز يوق." +msgstr "سىزنىڭ %1 كېلىشىمنى زىيارەت قىلىش ئىجازىتىڭىز يوق." #: urifilters/ikws/kuriikwsfilter.cpp:81 #, kde-format msgid "No preferred search providers were found." -msgstr "" +msgstr "مايىللىقتىكى ئىزدەش تەمىنلىگۈچىسى تېپىلمىدى." #: urifilters/ikws/kuriikwsfilter.cpp:96 #, kde-format msgid "No search providers were found." -msgstr "" +msgstr "ئىزدەش تەمىنلىگۈچىسى تېپىلمىدى." #: urifilters/shorturi/kshorturifilter.cpp:247 -#, fuzzy, kde-format -#| msgid "The template file %1 does not exist." +#, kde-format msgid "%1 does not have a home folder." -msgstr "قېلىپ ھۆججەت%1 مەۋجۇت ئەمەس." +msgstr "%1 نىڭ باش قىسقۇچى يوق." #: urifilters/shorturi/kshorturifilter.cpp:249 -#, fuzzy, kde-format -#| msgid "You do not have permission to run %1." +#, kde-format msgid "There is no user called %1." -msgstr "سىزنىڭ %1نى ئىجرا قىلىش ھوقۇقىڭىز يوق." +msgstr "ئاتى%1 بولغان ئىشلەتكۈچى يوق." #. i18n: ectx: property (text), widget (QLabel, commonNameTag) #: widgets/certificateparty.ui:28 @@ -4900,7 +4658,7 @@ msgstr "ئورتاق ئات:" #: widgets/certificateparty.ui:38 #, kde-format msgid "Acme Co." -msgstr "Acme Co." +msgstr "Acme شىركىتى." #. i18n: ectx: property (text), widget (QLabel, organizationTag) #: widgets/certificateparty.ui:48 @@ -4954,7 +4712,7 @@ msgstr "كىۋېبېك" #: widgets/certificateparty.ui:128 #, kde-format msgid "City:" -msgstr "شەھەر :" +msgstr "شەھەر:" #. i18n: ectx: property (text), widget (QLabel, city) #: widgets/certificateparty.ui:138 @@ -4969,56 +4727,60 @@ msgid "" "Copy and paste a checksum in the field below.
        A checksum is usually " "provided by the website you downloaded this file from." msgstr "" +"مۇكەممەللىك يىغىندىسى تۆۋەندىكى بۆلەككە كۆچۈرۈپ چاپلىنىدۇ.
        مۇكەممەللىك " +"يىغىندىسىنى ئادەتتە ھۆججەت چۈشۈرىدىغان مەنبە تور بېكەت تەمىنلەيدۇ." #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." -msgstr "" +msgstr "مۆلچەرلەنگەن مۇكەممەللىك يىغىندىسى (MD5، SHA1، SHA256 ياكى SHA512)" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" +"چېكىلسە چاپلاش تاختىسىدىكى مۇكەممەللىك يىغىندىسىنى كىرگۈزۈش بۆلىكىگە " +"چاپلايدۇ." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" -msgstr "" +msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" -msgstr "" +msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" -msgstr "" +msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" -msgstr "" +msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, md5Button) #. i18n: ectx: property (text), widget (QPushButton, sha1Button) #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "ھېسابلا" @@ -5027,140 +4789,208 @@ msgstr "ھېسابلا" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." -msgstr "" +msgstr "چېكىلسە مۇكەممەللىك يىغىندىسىنى چاپلاش تاختىسىغا كۆچۈرىدۇ." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" -msgstr "" +msgstr "ۋاز كەچ(&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" -msgstr "" +msgstr "بۇ جايغا يۆتكە(&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" -msgstr "" +msgstr "بۇ جايغا چۈشۈر(&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" -msgstr "" +msgstr "بۇ جايغا كۆچۈر(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" -msgstr "" +msgstr "بۇ يەرگە ئۇلا(&L)" -#: widgets/executablefileopendialog.cpp:21 -#, fuzzy, kde-format -#| msgid "Do you wish to store the passphrase in your wallet file?" +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "قوزغات(&L)" + +#: widgets/executablefileopendialog.cpp:80 +#, kde-format msgid "What do you wish to do with this file?" -msgstr "ئىم جۈملىسىنى پۇلدان ھۆججىتىگە ساقلامسىز؟" +msgstr "سىز بۇ ھۆججەتكە قانداق مەشغۇلات ئېلىپ بارماقچى؟" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "قايتا سورىما" +msgctxt "@action:button" +msgid "&Open" +msgstr "ئاچ(&O)" -#: widgets/executablefileopendialog.cpp:34 -#, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "ئىجرا قىل" - -#: widgets/fileundomanager.cpp:123 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "Undo Changes" -msgstr "" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "%1 دا ئاچ(&O)" -#: widgets/fileundomanager.cpp:124 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +msgid "Would you like to launch this file?" +msgstr "بۇ ھۆججەتنى قوزغىتامسىز؟" -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "مۇندەرىجە قۇرۇۋاتىدۇ" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "مەنبە" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "نىشان" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "كۆچۈرۈۋاتىدۇ" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "يۆتكەۋاتىدۇ" -#: widgets/fileundomanager.cpp:146 -#, fuzzy, kde-format -#| msgid "&Rename" +#: widgets/fileundomanager.cpp:140 +#, kde-format msgid "Renaming" -msgstr "ئات ئۆزگەرت(&R)" +msgstr "ئات ئۆزگەرتىۋاتىدۇ" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "ئەخلەتخانىغا يۆتكەۋاتىدۇ" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "ئۆچۈرۈۋاتىدۇ" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "يېنىۋال(&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "يېنىۋال: كۆچۈر(&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "يېنىۋال: ئۇلانما(&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "يېنىۋال: يۆتكە(&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "يېنىۋال: ئات ئۆزگەرت(&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "يېنىۋال: ئەخلەتخانىغا يۆتكە(&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "يېنىۋال: قىسقۇچ قۇر(&O)" -#: widgets/fileundomanager.cpp:323 -#, fuzzy, kde-format -#| msgid "Und&o: Create Folder" +#: widgets/fileundomanager.cpp:344 +#, kde-format msgid "Und&o: Create Folder(s)" msgstr "يېنىۋال: قىسقۇچ قۇر(&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "يېنىۋال: ھۆججەت قۇر(&O)" -#: widgets/fileundomanager.cpp:327 -#, fuzzy, kde-format -#| msgid "Und&o: Rename" +#: widgets/fileundomanager.cpp:348 +#, kde-format msgid "Und&o: Batch Rename" -msgstr "يېنىۋال: ئات ئۆزگەرت(&O)" +msgstr "يېنىۋال: توپ ئات ئۆزگەرت(&O)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "قايتىلا(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "قايتىلا: كۆچۈر(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "قايتىلا: ئۇلانما(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "قايتىلا: يۆتكە(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "قايتىلا: ئات ئۆزگەرت(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "قايتىلا: ئەخلەتخانىغا يۆتكە(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "قايتىلا: قىسقۇچ قۇر(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "قايتىلا: قىسقۇچ قۇر(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "قايتىلا: ھۆججەت قۇر(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "قايتىلا: توپ ئات ئۆزگەرت(&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5171,50 +5001,41 @@ msgstr "" "%1 ھۆججەت %2 دىن كۆچۈرۈلدى، ئەمما ئۇ %3 دا ئۆزگەرتىلگەندەك تۇرىدۇ.\n" "كۆچۈرۈش مەشغۇلاتىدىن يېنىۋېلىنسا ئۇ ھۆججەت ئۆچۈرۈلىدۇ، ھەممە ئۆزگەرتىش " "يوقىلىدۇ.\n" -"سىز %4 نى راستلا ئۆچۈرەمسىز؟" +"سىز %4 نى راستتىنلا ئۆچۈرەمسىز؟" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "ھۆججەت كۆچۈرۈشتىن يېنىۋېلىشنى جەزملە" -#: widgets/jobuidelegate.cpp:229 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:230 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." - -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 -#, fuzzy, kde-format -#| msgid "Delete Entry" -msgid "Delete Permanently" -msgstr "تۈر ئۆچۈر" +"بۇ تۈرنى راستتىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟ %1بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." #: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 +#, kde-format +msgid "Delete Permanently" +msgstr "مەڭگۈلۈك ئۆچۈر" + +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 -#, fuzzy, kde-format -#| msgid "Delete Entry" +#: widgets/widgetsaskuseractionhandler.cpp:290 +#, kde-format msgctxt "@action:button" msgid "Delete Permanently" -msgstr "تۈر ئۆچۈر" +msgstr "مەڭگۈلۈك ئۆچۈر" -#: widgets/jobuidelegate.cpp:242 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:243 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?This action cannot be undone." msgstr[0] "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"%1 تۈرنى راستتىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟بۇ " +"مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you want to permanently delete all items from the Trash?This action cannot be undone." msgstr "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"ئەخلەتخانىدىن بارلىق تۈرنى راستتىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" -msgstr "ئەخلەتخانىنى تازىلاش" +msgstr "ئەخلەتخانىنى بوشات" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to move this item to the Trash?%1" -msgstr "سىز راستلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" +msgstr "" +"سىز راستتىنلا بۇ تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟%1" -#: widgets/jobuidelegate.cpp:278 -#, fuzzy, kde-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/jobuidelegate.cpp:279 +#, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "سىز راستلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" +msgstr[0] "سىز راستتىنلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" #: widgets/kacleditwidget.cpp:71 #, kde-format msgctxt "@action:button" msgid "Add…" -msgstr "" +msgstr "قوش…" #: widgets/kacleditwidget.cpp:75 -#, fuzzy, kde-format -#| msgid "Edit" +#, kde-format msgctxt "@action:button" msgid "Edit…" -msgstr "تەھرىرلەش" +msgstr "تەھرىر…" #: widgets/kacleditwidget.cpp:79 -#, fuzzy, kde-format -#| msgid "Delete" +#, kde-format msgctxt "@action:button" msgid "Delete" msgstr "ئۆچۈر" #: widgets/kacleditwidget.cpp:227 -#, fuzzy, kde-format -#| msgid "Owner" +#, kde-format msgctxt "Unix permissions" msgid "Owner" -msgstr "ئىگىسى" +msgstr "ئىگىدار" #: widgets/kacleditwidget.cpp:231 -#, fuzzy, kde-format -#| msgid "Owning Group" +#, kde-format msgctxt "UNIX permissions" msgid "Owning Group" -msgstr "تەۋە گۇرۇپپا" +msgstr "ئىگىدار گۇرۇپپا" #: widgets/kacleditwidget.cpp:235 widgets/kacleditwidget.cpp:247 -#, fuzzy, kde-format -#| msgid "Others" +#, kde-format msgctxt "UNIX permissions" msgid "Others" -msgstr "باشقىلار" +msgstr "باشقا" #: widgets/kacleditwidget.cpp:239 -#, fuzzy, kde-format -#| msgid "Mask" +#, kde-format msgctxt "UNIX permissions" msgid "Mask" -msgstr "ماسكا" +msgstr "نىقاب" #: widgets/kacleditwidget.cpp:243 -#, fuzzy, kde-format -#| msgid "Named User" +#, kde-format msgctxt "UNIX permissions" msgid "Named User" msgstr "ئاتالغان ئىشلەتكۈچى" #: widgets/kacleditwidget.cpp:254 -#, fuzzy, kde-format -#| msgid " (Default)" +#, kde-format msgid "Owner (Default)" -msgstr " (كۆڭۈلدىكى)" +msgstr "ئىگىدار (كۆڭۈلدىكى)" #: widgets/kacleditwidget.cpp:384 #, kde-format @@ -5343,22 +5149,22 @@ msgstr "بۇ قىسقۇچتىكى يېڭى ھۆججەتنىڭ كۆڭۈلدىكى #: widgets/kacleditwidget.cpp:401 #, kde-format msgid "Owner" -msgstr "ئىگىسى" +msgstr "ئىگىدار" #: widgets/kacleditwidget.cpp:406 #, kde-format msgid "Owning Group" -msgstr "تەۋە گۇرۇپپا" +msgstr "ئىگىدار گۇرۇپپا" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" -msgstr "باشقىلار" +msgstr "باشقا" #: widgets/kacleditwidget.cpp:416 #, kde-format msgid "Mask" -msgstr "ماسكا" +msgstr "نىقاب" #: widgets/kacleditwidget.cpp:421 #, kde-format @@ -5383,7 +5189,7 @@ msgstr "گۇرۇپپا: " #: widgets/kacleditwidget.cpp:596 #, kde-format msgid "Type" -msgstr "تىپى" +msgstr "تۈرى" #: widgets/kacleditwidget.cpp:597 #, kde-format @@ -5419,249 +5225,260 @@ msgid "Updating System Configuration" msgstr "سىستېما سەپلىمىسىنى يېڭىلاۋاتىدۇ" #: widgets/kbuildsycocaprogressdialog.cpp:30 -#, fuzzy, kde-format -#| msgid "Updating system configuration." +#, kde-format msgid "Updating system configuration…" -msgstr "سىستېما سەپلىمىسىنى يېڭىلاۋاتىدۇ." +msgstr "سىستېما سەپلىمىسىنى يېڭىلاۋاتىدۇ…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "ئاتى" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "چوڭلۇقى" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "چېسلا" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" -msgstr "ئىمتىيازلار" +msgstr "ئىجازەت" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" -msgstr "ئىگىسى" +msgstr "ئىگىدار" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "گۇرۇپپا" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" -msgstr "تىپى" +msgstr "تۈرى" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "%1 دا ئاچ(&O)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" -msgstr "مەشغۇلاتلار(&A)" +msgstr "مەشغۇلات(&A)" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" -msgstr "بۇنىڭدا ئاچ(&O)" +msgstr "قىسقۇچ ئاچ(&O)…" -#: widgets/kfileitemactions.cpp:693 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:756 +#, kde-format msgctxt "@action:inmenu" msgid "&Open With…" -msgstr "بۇنىڭدا ئاچ(&O)" +msgstr "ئاچقۇز(&O)…" -#: widgets/kfileitemactions.cpp:731 -#, fuzzy, kde-format -#| msgid "&Open with %1" +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "ئىجراچاننى ئىجرا قىل(&R)" + +#: widgets/kfileitemactions.cpp:836 +#, kde-format msgid "&Open folder with %1" -msgstr "%1 دا ئاچ(&O)" +msgstr "قىسقۇچنى %1 دا ئاچ(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "%1 دا ئاچ(&O)" -#: widgets/kfileitemactions.cpp:763 -#, fuzzy, kde-format -#| msgctxt "@title:menu" -#| msgid "&Open With" +#: widgets/kfileitemactions.cpp:868 +#, kde-format msgctxt "@title:menu" msgid "&Open Folder With" -msgstr "بۇنىڭدا ئاچ(&O)" +msgstr "قىسقۇچ ئاچ(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" -msgstr "بۇنىڭدا ئاچ(&O)" +msgstr "ئاچقۇز(&O)" -#: widgets/kfileitemactions.cpp:774 -#, fuzzy, kde-format -#| msgid "&Application" +#: widgets/kfileitemactions.cpp:879 +#, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" -msgstr "پروگرامما(&A)" +msgstr "باشقا پىروگرامما(&O)…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 تۈر" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" -msgstr "نامەلۇم" - -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "توختا" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "ئېگەرلەش نۇقتىسى:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" +msgstr "يوچۇن" #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" -msgstr "تىپى:" +msgstr "تۈرى:" + +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "مەزمۇنى:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "ئاچىدىغان پروگرامما:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "ئۆزگەرت…" #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "ئورنى:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "چوڭلۇقى:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "ئۆزگەرت(&H)…" +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "قىسقۇچ چوڭلۇقىنى جەزملە" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 -#, fuzzy, kde-format -#| msgid "Contents:" -msgid "Content:" -msgstr "مەزمۇنلىرى:" +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "توختا" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "قىسقۇچ چوڭلۇقىنى جەزملەشنى توختات" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Filelight تا كۆز يۈگۈرت" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" -msgstr "كۆرسىتىش:" +msgstr "نىشانلىغىنى:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "ئۆزگەرتكەن:" +msgid "Show target" +msgstr "نىشاننى كۆرسەت" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" -msgstr "قۇرۇلغان:" +msgstr "قۇرغان ۋاقىت:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "ھۆججەت سىستېمىسى:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "يوچۇن ماشىنا" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "ئېگەرلەش نۇقتىسى:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "ئۆزگەرتىلگەن ۋاقىت:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" -msgstr "زىيارەت:" +msgstr "زىيارەت ۋاقتى:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "ھۆججەت سىستېمىسى:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "بۇنىڭدا ئېچىش" +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "ئېگەرلەش نۇقتىسى:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "ئېگەرلەش مەنبەسى:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "ئەركىن بوشلۇق:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "نامەلۇم چوڭلۇق" #: widgets/kopenwithdialog.cpp:299 #, kde-format msgid "Known Applications" -msgstr "مەلۇملۇق پروگراممىلار" +msgstr "مەلۇملۇق پىروگرامما" #: widgets/kopenwithdialog.cpp:557 #, kde-format msgid "Open With" -msgstr "بۇنىڭدا ئېچىش" +msgstr "ئاچقۇز" #: widgets/kopenwithdialog.cpp:562 #, kde-format @@ -5669,35 +5486,35 @@ msgid "" "Select the program that should be used to open %1. If the program " "is not listed, enter the name or click the browse button." msgstr "" -"%1 نى ئاچىدىغان پروگراممىنى تاللاڭ. ئەگەر پروگرامما تىزىمدا يوق " -"بولسا پروگرامما ئاتىنى كىرگۈزۈڭ ياكى كۆز يۈگۈرت توپچىنى چېكىڭ." +"%1 نى ئاچىدىغان پىروگرامما تاللىنىدۇ. ئەگەر پىروگرامما تىزىمدا " +"يوق بولسا پىروگرامما ئاتى كىرگۈزۈلىدۇ ياكى كۆز يۈگۈرت توپچە چېكىلىدۇ." #: widgets/kopenwithdialog.cpp:569 #, kde-format msgid "Choose the name of the program with which to open the selected files." -msgstr "تاللانغان ھۆججەتنى ئاچىدىغان پروگرامما ئاتىنى تاللاڭ." +msgstr "تاللانغان ھۆججەتنى ئاچىدىغان پىروگرامما ئاتى تاللىنىدۇ." #: widgets/kopenwithdialog.cpp:590 #, kde-format msgid "Select the program you want to use to open the file
        %1
        " -msgstr "" +msgstr "ھۆججەت ئېچىشتا ئىشلەتمەكچى بولغان پىروگرامما تاللىنىدۇ
        %1
        " #: widgets/kopenwithdialog.cpp:592 #, kde-format msgid "Select the program you want to use to open the file." msgid_plural "" "Select the program you want to use to open the %1 files." -msgstr[0] "" +msgstr[0] "%1 ھۆججەت ئېچىشتا ئىشلەتمەكچى بولغان پىروگرامما تاللىنىدۇ." #: widgets/kopenwithdialog.cpp:597 widgets/kopenwithdialog.cpp:628 #, kde-format msgid "Choose Application" -msgstr "پروگرامما تاللا" +msgstr "پىروگرامما تاللا" #: widgets/kopenwithdialog.cpp:612 #, kde-format msgid "Choose Application for %1" -msgstr "%1 ئۈچۈن پروگرامما تاللاڭ" +msgstr "%1 ئۈچۈن پىروگرامما تاللىنىدۇ" #: widgets/kopenwithdialog.cpp:614 #, kde-format @@ -5705,9 +5522,9 @@ msgid "" "Select the program for the file type: %1. If the program is not " "listed, enter the name or click the browse button." msgstr "" -"ھۆججەت تىپى: %1 بولغان ھۆججەتنى ئاچىدىغان پروگراممىنى تاللاڭ. " -"ئەگەر پروگرامما تىزىملىكتە بولمىسا پروگرامما ئاتىنى كىرگۈزۈڭ ياكى كۆز يۈگۈرت " -"توپچىنى چېكىڭ." +"ھۆججەت تۈرى: %1 بولغان ھۆججەتنى ئاچىدىغان پىروگرامما تاللىنىدۇ. " +"ئەگەر پىروگرامما تىزىملىكتە بولمىسا پىروگرامما ئاتىنى كىرگۈزۈلىدۇ ياكى كۆز " +"يۈگۈرت توپچە چېكىلىدۇ." #: widgets/kopenwithdialog.cpp:630 #, kde-format @@ -5715,8 +5532,8 @@ msgid "" "Select a program. If the program is not listed, enter the name or click " "the browse button." msgstr "" -"پروگراممىدىن بىرنى تاللاڭ. ئەگەر پروگرامما تىزىملىكتە بولمىسا پروگرامما " -"ئاتىنى كىرگۈزۈڭ ياكى كۆز يۈگۈرت توپچىنى چېكىڭ." +"پىروگراممىدىن بىرى تاللىنىدۇ. ئەگەر پىروگرامما تىزىملىكتە بولمىسا " +"پىروگرامما ئاتى كىرگۈزۈلىدۇ ياكى كۆز يۈگۈرت توپچە چېكىلىدۇ." #: widgets/kopenwithdialog.cpp:676 #, kde-format @@ -5724,6 +5541,9 @@ msgid "" "Type to filter the applications below, or specify the name of a command.\n" "Press down arrow to navigate the results." msgstr "" +"بۇ جايغا مەزمۇن كىرگۈزۈلسە تۆۋەندىكى پىروگراممىنى سۈزىدۇ ياكى بۇيرۇقنىڭ " +"ئىسمىنى بەلگىلىگىلى بولىدۇ.\n" +"ئاستى يا ئوق بېسىلسا نەتىجىنى كۆرسىتىدۇ." #: widgets/kopenwithdialog.cpp:699 #, kde-format @@ -5741,11 +5561,11 @@ msgid "" "%m - the mini-icon\n" "%c - the comment" msgstr "" -"سىز بۇيرۇقنىڭ كەينىگە بىر قانچە ئورۇن بەلگىسىنى ئەگەشتۈرەلەيسىز، پروگرامما " +"سىز بۇيرۇقنىڭ كەينىگە بىر قانچە ئورۇن بەلگىسىنى ئەگەشتۈرەلەيسىز، پىروگرامما " "ئىجرا قىلىنغاندا بۇ ئورۇن بەلگىلىرى ئەمەلىي قىممەتكە ئالماشتۇرۇلىدۇ:\n" "%f - يەككە ھۆججەت ئاتى\n" "%F - ھۆججەت تىزىمى؛ بىرلا ۋاقىتتا بىر قانچە يەرلىك ھۆججەتنى ئاچقىلى " -"بولىدىغان قوللىنىشچان پروگرامما\n" +"بولىدىغان قوللىنىشچان پىروگرامما\n" "%u - يەككە URL\n" "%U - URL تىزىمى\n" "%d - ئاچىدىغان ھۆججەت تۇرۇشلۇق مۇندەرىجە\n" @@ -5755,26 +5575,24 @@ msgstr "" "%c - ئىزاھات" #: widgets/kopenwithdialog.cpp:742 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\" (%2)" -msgstr "بۇ خىل ھۆججەتنى ئاچىدىغان پروگرامما باغلىنىشىنى ئەستە تۇت(&R)" +msgstr "" +"تۈرى «%1» (%2) بولغان بارلىق ھۆججەتكە مۇناسىۋەتلىك ئەپنى ئەستە تۇتىدۇ(&R)" #: widgets/kopenwithdialog.cpp:744 -#, fuzzy, kde-format -#| msgid "&Remember application association for this type of file" +#, kde-format msgid "" "&Remember application association for all files of type\n" "\"%1\"" -msgstr "بۇ خىل ھۆججەتنى ئاچىدىغان پروگرامما باغلىنىشىنى ئەستە تۇت(&R)" +msgstr "تۈرى «%1» بولغان بارلىق ھۆججەتكە مۇناسىۋەتلىك ئەپنى ئەستە تۇتىدۇ(&R)" #: widgets/kopenwithdialog.cpp:754 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options" -msgstr "تېرمىنال تاللانمىسى(&T):" +msgstr "تېرمىنال تاللانمىسى" #: widgets/kopenwithdialog.cpp:759 #, kde-format @@ -5789,7 +5607,7 @@ msgstr "بۇيرۇقتىن چېكىنگەندە ياپما(&D)" #: widgets/kopenwithdialog.cpp:796 #, kde-format msgid "Get more Apps from Discover" -msgstr "" +msgstr "Discover دىن تېخىمۇ كۆپ پىروگراممىغا ئېرىشىدۇ" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2) #: widgets/kpropertiesdesktopadvbase.ui:17 @@ -5808,23 +5626,21 @@ msgid "" "application or if you want the information that is provided by the terminal " "emulator window." msgstr "" -"ئەگەر سىز ئىجرا قىلماقچى بولغان پروگرامما تېكىست ھالەتتىكى پروگرامما بولسا " +"ئەگەر سىز ئىجرا قىلماقچى بولغان پىروگرامما تېكىست ھالەتتىكى پىروگرامما بولسا " "ياكى سىز ئېھتىياجلىق ئۇچۇرنى تېرمىنال تەقلىد كۆزنىكى تەمىنلىسە بۇ تاللانمىنى " "تاللاڭ." #. i18n: ectx: property (text), widget (QCheckBox, terminalCheck) #: widgets/kpropertiesdesktopadvbase.ui:42 -#, fuzzy, kde-format -#| msgid "&Run in terminal" +#, kde-format msgid "Run in terminal" -msgstr "تېرمىنال ئىجرا قىل(&R)" +msgstr "تېرمىنالدا ئىجرا قىل" #. i18n: ectx: property (text), widget (QLabel, terminalEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:49 -#, fuzzy, kde-format -#| msgid "&Terminal options:" +#, kde-format msgid "Terminal options:" -msgstr "تېرمىنال تاللانمىسى(&T):" +msgstr "تېرمىنال تاللانمىسى:" #. i18n: ectx: property (whatsThis), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:59 @@ -5834,16 +5650,15 @@ msgid "" "on exit. Keeping the terminal emulator open allows you to retrieve this " "information." msgstr "" -"ئەگەر تېكىست شەكلىدىكى پروگرامما چېكىنگەندە مۇناسىۋەتلىك ئۇچۇرنى تەمىنلىسە " +"ئەگەر تېكىست شەكلىدىكى پىروگرامما چېكىنگەندە مۇناسىۋەتلىك ئۇچۇرنى تەمىنلىسە " "بۇ تاللانمىنى تاللاڭ. تېرمىنال تەقلىدلىگۈچ ئوچۇق ھالەتتە تۇرغۇزۇلسا بۇ " "ئۇچۇرغا ئېرىشىشىڭىزگە يول قويىدۇ." #. i18n: ectx: property (text), widget (QCheckBox, terminalCloseCheck) #: widgets/kpropertiesdesktopadvbase.ui:62 -#, fuzzy, kde-format -#| msgid "&Do not close when command exits" +#, kde-format msgid "Do not close when command exits" -msgstr "بۇيرۇقتىن چېكىنگەندە ياپما(&D)" +msgstr "بۇيرۇقتىن چېكىنگەندە ياپمايدۇ" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup2_2) #: widgets/kpropertiesdesktopadvbase.ui:75 @@ -5863,7 +5678,7 @@ msgid "" "determines file access and other permissions. The password of the user is " "required to use this option." msgstr "" -"ئەگەر پروگراممىنى ئوخشىمىغان ئىشلەتكۈچى كىملىكى(id)دە ئىجرا قىلماقچى " +"ئەگەر پىروگراممىنى ئوخشىمىغان ئىشلەتكۈچى كىملىكى(id)دە ئىجرا قىلماقچى " "بولسىڭىز، بۇ تاللانمىنى تاللاڭ. ھەر بىر جەرياننىڭ ماس ھالدىكى ئىشلەتكۈچى " "كىملىكى بار، بۇ كىملىك مۇناسىپ جەرياننىڭ ھۆججەت زىيارەت ھوقۇقى ۋە باشقا " "ھوقۇقلىرىنى بەلگىلەيدۇ. سىز بۇنىڭ ئۈچۈن شۇ ئىشلەتكۈچىنىڭ ئىمىنى تەمىنلىسىڭىز " @@ -5871,16 +5686,15 @@ msgstr "" #. i18n: ectx: property (text), widget (QCheckBox, suidCheck) #: widgets/kpropertiesdesktopadvbase.ui:84 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" +#, kde-format msgid "Run as a different user" -msgstr "پەرقلىق ئىشلەتكۈچى سۈپىتىدە ئىجرا قىل(&N)" +msgstr "باشقا ئىشلەتكۈچى سۈپىتىدە ئىجرا قىل" #. i18n: ectx: property (whatsThis), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:107 #, kde-format msgid "Enter the user name you want to run the application as." -msgstr "پروگراممىنى ئىجرا قىلماقچى بولغان ئىشلەتكۈچىنىڭ ئاتىنى كىرگۈزۈڭ." +msgstr "پىروگراممىنى ئىجرا قىلماقچى بولغان ئىشلەتكۈچىنىڭ ئاتىنى كىرگۈزۈڭ." #. i18n: ectx: property (text), widget (QLabel, suidEditLabel) #: widgets/kpropertiesdesktopadvbase.ui:110 @@ -5893,27 +5707,23 @@ msgstr "ئىشلەتكۈچى ئاتى:" #, kde-format msgid "Enter the user name you want to run the application as here." msgstr "" -"پروگراممىنى ئىجرا قىلماقچى بولغان ئىشلەتكۈچىنىڭ ئاتىنى بۇ جايغا كىرگۈزۈڭ." +"پىروگراممىنى ئىجرا قىلماقچى بولغان ئىشلەتكۈچىنىڭ ئاتىنى بۇ جايغا كىرگۈزۈڭ." #. i18n: ectx: property (title), widget (QGroupBox, discreteGpuGroupBox) #: widgets/kpropertiesdesktopadvbase.ui:130 #, kde-format msgid "Discrete GPU" -msgstr "" +msgstr "مۇستەقىل كۆرسىتىش كارتىسى" #. i18n: ectx: property (text), widget (QCheckBox, discreteGpuCheck) #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "" +msgstr "مۇستەقىل كۆرسىتىش كارتىسىدا ئىجرا قىلىدۇ" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 -#, fuzzy, kde-format -#| msgctxt "" -#| "@title:group Title of a group that lets the user choose options regargin " -#| "program startup" -#| msgid "Startup" +#, kde-format msgctxt "" "@title:group Title of a group that lets the user choose options regarding " "program startup" @@ -5927,16 +5737,15 @@ msgid "" "Check this option if you want to make clear that your application has " "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -"ئەگەر قوللىنىشچان پروگراممىنىڭ قوزغىلىش جەريانىنى تېخىمۇ ئېنىق چۈشەنمەكچى " +"ئەگەر قوللىنىشچان پىروگراممىنىڭ قوزغىلىش جەريانىنى تېخىمۇ ئېنىق چۈشەنمەكچى " "بولسىڭىز بۇ تاللانمىنى تاللاڭ. بۇ كۆرۈنۈشچان ئىنكاس ئالدىراش سىنبەلگىدەك " "كۆرۈنۈشى مۇمكىن، ۋەزىپە بالداقتا ئىپادىلىنىشىمۇ مۇمكىن." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) #: widgets/kpropertiesdesktopadvbase.ui:155 -#, fuzzy, kde-format -#| msgid "Enable &launch feedback" +#, kde-format msgid "Enable launch feedback" -msgstr "ئىجرا قايتما ئىنكاسنى قوزغات(&L)" +msgstr "قوزغىتىش قايتما ئىنكاسنى قوزغىتىدۇ" #. i18n: ectx: property (whatsThis), widget (QLabel, nameLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, nameEdit) @@ -5946,34 +5755,38 @@ msgid "" "Type the name you want to give to this application here. This application " "will appear under this name in the applications menu and in the panel." msgstr "" -"بۇ قوللىنىشچان پروگراممىغا قويماقچى بولغان ئاتنى بۇ جايغا كىرگۈزۈڭ. بۇ " -"قوللىنىشچان پروگرامما مۇشۇ ئاتتا قوللىنىشچان پروگرامما تىزىملىك ۋە تاختىدا " -"كۆرۈنىدۇ." +"بۇ قوللىنىشچان پىروگراممىغا قويماقچى بولغان ئاتنى بۇ جايغا كىرگۈزۈڭ. بۇ " +"قوللىنىشچان پىروگرامما مۇشۇ ئاتتا قوللىنىشچان پىروگرامما تىزىملىك ۋە " +"كۆزنەكچىدە كۆرۈنىدۇ." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"بۇ جايغا ئىشلىتىش ئورنىغا ئاساسەن قوللىنىشچان پروگراممىنىڭ چۈشەندۈرۈشىنى " -"كىرگۈزۈڭ. مەسىلەن: نومۇر بۇراش پروگراممىسى (KPPP) بەلكىم نومۇر بۇراش قورالى " -"بولۇشى مۇمكىن." +"بۇ جايغا ئادەتتىكى پىروگرامما ئىسمى كىرگۈزۈلىدۇ. مەسىلەن: سۈرەت كۆرۈش " +"پىروگراممىسى «سۈرەت كۆرگۈچ» بولۇشى كېرەك." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "چۈشەندۈرۈش(&D):" +msgid "&Generic name:" +msgstr "ئادەتتىكى ئاتى(&G):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "بۇ جايغا سىز زۆرۈر دەپ قارىغان ئىزاھاتنى كىرگۈزۈڭ." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"بۇ جايغا ئىشلىتىش ئورنىغا ئاساسەن قوللىنىشچان پىروگراممىنىڭ چۈشەندۈرۈشى " +"كىرگۈزۈلىدۇ. مەسىلەن: سۈرەت كۆرۈش پىروگراممىسى «سۈرەت كۆرسىتىپ ۋە تەھرىرلە» " +"بولۇشى كېرەك." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5983,25 +5796,22 @@ msgstr "ئىزاھات(&E):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, fuzzy, kde-format -#| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" -msgstr "ئالدىن بەلگىلەنگەن ۋاكالەتچى مۇھىت ئۆزگەرگۈچىلىرىنى ئىشلەت(&V)" +#, kde-format +msgid "Environment variables:" +msgstr "مۇھىت ئۆزگەرگۈچىسى:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) #: widgets/kpropertiesdesktopbase.ui:92 widgets/kpropertiesdesktopbase.ui:107 -#, fuzzy, kde-format -#| msgid "Enter the user name you want to run the application as here." +#, kde-format msgid "Type the command to start this application here." -msgstr "" -"پروگراممىنى ئىجرا قىلماقچى بولغان ئىشلەتكۈچىنىڭ ئاتىنى بۇ جايغا كىرگۈزۈڭ." +msgstr "بۇ جايغا مەزكۇر پىروگراممىنى قوزغىتىدىغان بۇيرۇق كىرگۈزۈلىدۇ." #. i18n: ectx: property (text), widget (QLabel, textLabel4) #: widgets/kpropertiesdesktopbase.ui:95 #, kde-format msgid "Program:" -msgstr "" +msgstr "پىروگرامما:" #. i18n: ectx: property (whatsThis), widget (QPushButton, browseButton) #: widgets/kpropertiesdesktopbase.ui:114 @@ -6022,22 +5832,7 @@ msgstr "كۆز يۈگۈرت(&B)…" #. i18n: ectx: property (whatsThis), widget (QLabel, argumentsLabel) #. i18n: ectx: property (whatsThis), widget (QLineEdit, argumentsEdit) #: widgets/kpropertiesdesktopbase.ui:136 widgets/kpropertiesdesktopbase.ui:159 -#, fuzzy, no-c-format, kde-format -#| msgid "" -#| "Type the command to start this application here.\n" -#| "\n" -#| "Following the command, you can have several place holders which will be " -#| "replaced with the actual values when the actual program is run:\n" -#| "%f - a single file name\n" -#| "%F - a list of files; use for applications that can open several local " -#| "files at once\n" -#| "%u - a single URL\n" -#| "%U - a list of URLs\n" -#| "%d - the directory of the file to open\n" -#| "%D - a list of directories\n" -#| "%i - the icon\n" -#| "%m - the mini-icon\n" -#| "%c - the caption" +#, no-c-format, kde-format msgid "" "Type the arguments to use when starting this application here.\n" "\n" @@ -6052,34 +5847,32 @@ msgid "" "%c - the name of the .desktop file\n" "%k - the location of the .desktop file" msgstr "" -"بۇ جايغا مەزكۇر قوللىنىشچان پروگراممىنى قوزغىتىدىغان بۇيرۇقنى كىرگۈزۈڭ.\n" +"بۇ جايغا مەزكۇر قوللىنىشچان پىروگراممىنى قوزغىتىدىغان بۇيرۇقنىڭ ئۆزگەرگۈچىسى " +"كىرگۈزۈلىدۇ.\n" "\n" -"سىز بۇيرۇقنىڭ كەينىگە بىر قانچە ئورۇن بەلگىسىنى ئەگەشتۈرەلەيسىز، پروگرامما " +"سىز بۇيرۇقنىڭ كەينىگە بىر قانچە ئورۇن بەلگىسىنى ئەگەشتۈرەلەيسىز، پىروگرامما " "ئىجرا قىلىنغاندا بۇ ئورۇن بەلگىلىرى ئەمەلىي قىممەتكە ئالماشتۇرۇلىدۇ:\n" "%f - يەككە ھۆججەت ئاتى\n" "%F - ھۆججەت تىزىمى؛ بىرلا ۋاقىتتا بىر قانچە يەرلىك ھۆججەتنى ئاچقىلى " -"بولىدىغان قوللىنىشچان پروگرامما\n" -"%u - يەككە URL\n" -"%U - URL تىزىمى\n" -"%d - ئاچىدىغان ھۆججەت تۇرۇشلۇق مۇندەرىجە\n" -"%D - قىسقۇچ تىزىمى\n" -"%i - سىنبەلگە\n" -"%m - كىچىك سىنبەلگە\n" -"%c - ئىزاھات" +"بولىدىغان قوللىنىشچان پىروگرامما\n" +"%u - يەككە تور ئادرېسى\n" +"%U - تور ئادرېس تىزىمى\n" +"%i - .desktop ھۆججەتنىڭ سىنبەلگىسى\n" +"%c - .desktop ھۆججەتنىڭ ئىسمى\n" +"%k - .desktop ھۆججەتنىڭ ئورنى" #. i18n: ectx: property (text), widget (QLabel, argumentsLabel) #: widgets/kpropertiesdesktopbase.ui:139 -#, fuzzy, kde-format -#| msgid "FIXME: Document this" +#, kde-format msgid "&Arguments:" -msgstr "FIXME: بۇنى پۈتۈكلە" +msgstr "ئۆزگەرگۈچى(&A):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel5) #. i18n: ectx: property (whatsThis), widget (KUrlRequester, pathEdit) #: widgets/kpropertiesdesktopbase.ui:166 widgets/kpropertiesdesktopbase.ui:179 #, kde-format msgid "Sets the working directory for your application." -msgstr "قوللىنىشچان پروگراممىڭىزنىڭ خىزمەت مۇندەرىجىسىنى تەڭشەيدۇ." +msgstr "قوللىنىشچان پىروگراممىڭىزنىڭ خىزمەت مۇندەرىجىسىنى تەڭشەيدۇ." #. i18n: ectx: property (text), widget (QLabel, textLabel5) #: widgets/kpropertiesdesktopbase.ui:169 @@ -6108,31 +5901,31 @@ msgid "" "qt>" msgstr "" "

        بۇ جايدا قوللىنىشچان پىروگراممىڭىز بىر تەرەپ قىلالايدىغان بىر ياكى " -"بىر قانچە ھۆججەت تىپىنى تاللاڭ. بۇ تىزىم mime تىپىبويىچە تەشكىللىنىدۇ." +"بىر قانچە ھۆججەت تۈرىنى تاللاڭ. بۇ تىزىم mime تۈرىبويىچە تەشكىللىنىدۇ." "

        \n" "

        MIME — كۆپ خىل ئىشلىتىلىدىغان ئىنتېرنېت خەت كېڭەيتىلمىسى بىر خىل " -"كېڭەيتىلگە ئات ۋە مۇناسىپ mime تىپى غا ئاساسەن سانلىق-مەلۇمات تىپىنىڭ " +"كېڭەيتىلگە ئات ۋە مۇناسىپ mime تۈرى غا ئاساسەن سانلىق مەلۇمات تىپىنىڭ " "ئۆلچەملىك كېلىشىمىنى ئىپادىلەيدۇ. مەسىلەن: flower.bmp دىكى چېكىتنىڭ " "كەينىدىكى \"bmp\" بۆلىكى بۇنىڭ بىر خىل سۈرەت image/x-bmp ئىكەنلىكىنى " -"ئىپادىلەيدۇ. قايسى قوللىنىشچان پروگراممىنىڭ قايسى خىل ھۆججەتنى ئېچىشتا " -"سىستېمىڭىز ھەر بىر قوللىنىشچان پروگراممىنىڭ قايسى خىل كېڭەيتىلگەن ئات ۋە " -"mime تىپىنى بىر تەرەپ قىلىدىغانلىقىنى ئۇقتۇتۇرىدۇ.

        \n" -"

        ئەگەر بۇ قوللىنىشچان پروگراممىنى بىر ياكى بىر قانچە تىزىمدا يوق mime " -"تىپى بىلەن باغلاشتا تۆۋەندىكى قوش توپچىنى چېكىڭ. ئەگەر بۇ قوللىنىشچان " -"پروگراممىنىڭ بىر ياكى بىر قانچە ھۆججەت تىپى بولسا سىز تۆۋەندىكى " +"ئىپادىلەيدۇ. قايسى قوللىنىشچان پىروگراممىنىڭ قايسى خىل ھۆججەتنى ئېچىشتا " +"سىستېمىڭىز ھەر بىر قوللىنىشچان پىروگراممىنىڭ قايسى خىل كېڭەيتىلگەن ئات ۋە " +"mime تۈرىنى بىر تەرەپ قىلىدىغانلىقىنى ئۇقتۇتۇرىدۇ.

        \n" +"

        ئەگەر بۇ قوللىنىشچان پىروگراممىنى بىر ياكى بىر قانچە تىزىمدا يوق mime " +"تۈرى بىلەن باغلاشتا تۆۋەندىكى قوش توپچىنى چېكىڭ. ئەگەر بۇ قوللىنىشچان " +"پىروگراممىنىڭ بىر ياكى بىر قانچە ھۆججەت تۈرى بولسا سىز تۆۋەندىكى " "چىقىرىۋەت توپچىسىنى چېكىپ تىزىمدىن چىقىرىۋەتسىڭىز بولىدۇ.

        " #. i18n: ectx: property (text), widget (QLabel, textLabel7) #: widgets/kpropertiesdesktopbase.ui:196 #, kde-format msgid "&Supported file types:" -msgstr "قوللايدىغان ھۆججەت تىپلىرى(&S):" +msgstr "قوللايدىغان ھۆججەت تۈرى(&S):" #. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) #: widgets/kpropertiesdesktopbase.ui:227 #, kde-format msgid "Mimetype" -msgstr "Mime تىپى" +msgstr "Mime تۈرى" #. i18n: ectx: property (text), widget (QTreeWidget, filetypeList) #: widgets/kpropertiesdesktopbase.ui:232 @@ -6147,8 +5940,8 @@ msgid "" "Click on this button if you want to add a type of file (mimetype) that your " "application can handle." msgstr "" -"ئەگەر قوللىنىشچان پىروگراممىڭىز بىر تەرەپ قىلالايدىغان ھۆججەت تىپى (mime " -"تىپى) قوشماقچى بولسىڭىز بۇ توپچىنى چېكىڭ." +"ئەگەر قوللىنىشچان پىروگراممىڭىز بىر تەرەپ قىلالايدىغان ھۆججەت تۈرى (mime " +"تۈرى) قوشماقچى بولسىڭىز بۇ توپچىنى چېكىڭ." #. i18n: ectx: property (text), widget (QPushButton, addFiletypeButton) #: widgets/kpropertiesdesktopbase.ui:245 @@ -6163,8 +5956,8 @@ msgid "" "If you want to remove a type of file (mimetype) that your application cannot " "handle, select the mimetype in the list above and click on this button." msgstr "" -"ئەگەر مەلۇم قوللىنىشچان پروگرامما بىر تەرەپ قىلالمايدىغان ھۆججەت تىپى (mime " -"تىپى) نى ئۆچۈرمەكچى بولسىڭىز، يۇقىرىدىكى تىزىمدىن شۇ mime تىپىنى تاللاپ " +"ئەگەر مەلۇم قوللىنىشچان پىروگرامما بىر تەرەپ قىلالمايدىغان ھۆججەت تۈرى (mime " +"تۈرى) نى ئۆچۈرمەكچى بولسىڭىز، يۇقىرىدىكى تىزىمدىن شۇ mime تۈرىنى تاللاپ " "ئاندىن بۇ توپچىنى چېكىڭ." #. i18n: ectx: property (text), widget (QPushButton, delFiletypeButton) @@ -6180,7 +5973,7 @@ msgid "" "Click here to modify the way this application will run, launch feedback, D-" "Bus options or to run it as a different user." msgstr "" -"بۇ جاي چېكىلسە قوللىنىشچان پروگراممىنىڭ ئىجرا قىلىش ئۇسۇلى، ئىجرا قايتما " +"بۇ جاي چېكىلسە قوللىنىشچان پىروگراممىنىڭ ئىجرا قىلىش ئۇسۇلى، ئىجرا قايتما " "ئىنكاسى، D-Bus تاللانما ياكى پەرقلىق ئىشلەتكۈچى سۈپىتىدە ئىجرا قىلىشنى " "ئۆزگەرتىدۇ." @@ -6195,7 +5988,7 @@ msgstr "ئالىي تاللانما(&V)" #: widgets/kpropertiesdialog.cpp:208 widgets/kpropertiesdialog.cpp:232 #, kde-format msgid "Properties for %1" -msgstr "‹%1› نىڭ خاسلىقى" +msgstr "«%1» نىڭ خاسلىقى" #: widgets/kpropertiesdialog.cpp:170 widgets/kpropertiesdialog.cpp:206 #, kde-format @@ -6207,54 +6000,67 @@ msgstr[0] "تاللانغان %1 تۈرنىڭ نىڭ خاسلىقى" #, kde-format msgctxt "@title:tab" msgid "Share" -msgstr "" +msgstr "ھەمبەھىر" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 -#, fuzzy, kde-kuit-format -#| msgid "" -#| "Could not save properties. You do not have sufficient access to write " -#| "to %1." +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 +#, kde-kuit-format msgctxt "@info" msgid "" "Could not save properties due to insufficient write access to:" "%1." msgstr "" -"خاسلىقنى ساقلىيالمايدۇ. سىزنىڭ %1 غا يېزىشقا يېتەرلىك ھوقۇقىڭىز " -"يوق." +"يېزىش ئىجازىتى بولمىغانلىقتىن خاسلىقنى ساقلىيالمايدۇ: %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "ئادەتتىكى(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "ھۆججەت ئاتى كىرگۈزۈلىدۇ" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" -msgstr "" +msgstr "%1 دا كۆز يۈگۈرت" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "يېڭىلا" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Create New" -#| msgid "%1" -msgid "%1:" -msgstr "%1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "نىشان ئورۇن كىرگۈزۈلىدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 -#, fuzzy, kde-format -#| msgid "Unknown Host" +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "%1 نى كۆرسەت" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 +#, kde-format +msgid "%1:" +msgstr "%1:" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 +#, kde-format msgctxt "@info:status" msgid "Unknown size" -msgstr "يوچۇن ماشىنا" +msgstr "نامەلۇم چوڭلۇق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6263,149 +6069,141 @@ msgstr "" "ھېسابلاۋاتىدۇ… %1 (%2)\n" "%4، %3" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 ھۆججەت" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 تارماق قىسقۇچ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 -#, fuzzy, kde-format -#| msgid "Calculating..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 +#, kde-format msgid "Calculating...\n" -msgstr "ھېسابلاۋاتىدۇ…" +msgstr "ھېسابلاۋاتىدۇ…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 -#, fuzzy, kde-format -#| msgid "At least %1" +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 +#, kde-format msgid "At least %1\n" -msgstr "ئاز دېگەندە %1" +msgstr "ئاز دېگەندە %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "يېڭى ھۆججەت ئاتى بوش." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 -#, fuzzy, kde-format -#| msgid "&Supported file types:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 +#, kde-format msgid "No registered file type" -msgstr "قوللايدىغان ھۆججەت تىپلىرى(&S):" +msgstr "تىزىملاتقان ھۆججەت تۈرى يوق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 -#, fuzzy, kde-format -#| msgid "Choose Application" +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 +#, kde-format msgid "No associated application" -msgstr "پروگرامما تاللا" +msgstr "باغلىنىشلىق پىروگرامما يوق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 -#, fuzzy, kde-format -#| msgid "Created:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 +#, kde-format msgctxt "@action:button Create new file type" msgid "Create…" -msgstr "قۇرۇلغان:" +msgstr "قۇر…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 -#, fuzzy, kde-format -#| msgid "C&hange..." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 +#, kde-format msgctxt "@action:button" msgid "Change…" -msgstr "ئۆزگەرت(&H)…" +msgstr "ئۆزگەرت…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Accessed:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "تۈرى «%1» بولغان ھۆججەتنى ئاچىدىغان كۆڭۈلدىكى پىروگراممىنى ئۆزگەرتىدۇ." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" -msgstr "زىيارەت:" +msgstr "زىيارەت چەكلەندى" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" -msgstr "" +msgstr "پەقەت كۆرەلەيدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#, fuzzy -#| msgid "Can View & Modify Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" -msgstr "مەزمۇننى كۆرۈپ ئۆزگەرتەلەيدۇ" +msgstr "كۆرۈپ ئۆزگەرتەلەيدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" -msgstr "مەزمۇن كۆرەلەيدۇ" +msgstr "پەقەت كۆرەلەيدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "مەزمۇننى كۆرۈپ ئۆزگەرتەلەيدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 -#, fuzzy -#| msgid "Can View Content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" -msgstr "مەزمۇن كۆرەلەيدۇ" +msgstr "پەقەت مەزمۇننى كۆرۈپ ئوقۇيالايدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "مەزمۇننى كۆرۈپ، ئوقۇپ ھەم ئۆزگەرتىپ يازالايدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" -msgstr "ھوقۇق چېكى(&P):" +msgstr "ئىجازەت(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" -msgstr "زىيارەت ئىمتىيازلىرى" +msgstr "زىيارەت ئىجازىتى" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." -msgstr[0] "ھەممە ھۆججەت ئۇلانما، ھوقۇق يوق." +msgstr[0] "بۇ ھۆججەت ئۇلانما، ئىجازەت يوق." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "ئىگىدارلا ھوقۇقنى ئۆزگەرتەلەيدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "ئىگىدار(&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "ئىگىدار ئىجرا قىلالايدىغان مەشغۇلاتىنى بېكىتىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "گۇرۇپپا(&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "گۇرۇپپا ئەزالىرىنىڭ ئىجرا قىلالايدىغان مەشغۇلاتىنى بېكىتىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "باشقالار(&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6414,31 +6212,27 @@ msgstr "" "ئىگىدار بولمىغان ۋە گۇرۇپپا ئەزالىرى بولمىغانلارنىڭ ئىجرا قىلالايدىغان " "مەشغۇلاتىنى بېكىتىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Only own&er can rename and delete folder content" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Only own&er can delete or rename contents" -msgstr "پەقەت ئىگىدارلا قىسقۇچ مەزمۇنىنى ئۆچۈرۈپ ۋە ئاتىنى ئۆزگەرتەلەيدۇ" +msgstr "پەقەت ئىگىدارلا مەزمۇنى ئۆچۈرۈپ ياكى ئاتىنى ئۆزگەرتەلەيدۇ(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 -#, fuzzy, kde-format -#| msgid "Enable this flag to allow executing the file as a program." +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 +#, kde-format msgid "Allow &executing file as program" -msgstr "بۇ بايراق قوزغىتىلسا ھۆججەتنى پىروگراممىدەك ئىجرا قىلىشقا يول قويىدۇ." +msgstr "ھۆججەتنى پىروگراممىدەك ئىجرا قىلىشقا يول قويىدۇ(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Default user name:" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Delete or rename:" -msgstr "كۆڭۈلدىكى ئىشلەتكۈچى ئاتى:" +msgstr "ئۆچۈر ياكى ئات ئۆزگەرت:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 -#, fuzzy, kde-format -#| msgid "Exec" +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 +#, kde-format msgid "Execute:" -msgstr "ئىجرا قىل" +msgstr "ئىجرا قىل:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6449,81 +6243,81 @@ msgstr "" "يول قويىدۇ. باشقا ئىشلەتكۈچىلەر «مەزمۇن ئۆزگەرت»ئىش ھوقۇقىنى تەڭشىگەن " "ئەھۋالدا يېڭى ھۆججەت قوشالايدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" "بۇ تاللانما قوزغىتىلسا بۇ ھۆججەتكە ئىجراچان بەلگىسى قويۇلىدۇ. بۇ پەقەت " -"پروگرامما ۋە قوليازمىغىلا بولىدۇ. ئەگەر بۇ ھۆججەتنى ئىجرا قىلماقچى بولسىڭىز " +"پىروگرامما ۋە قوليازمىغىلا بولىدۇ. ئەگەر بۇ ھۆججەتنى ئىجرا قىلماقچى بولسىڭىز " "ئۇنداقتا بۇ تاللانمىنى تاللاڭ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "ئالىي ھوقۇقلار(&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "ئىگىدارلىق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "ئىشلەتكۈچى:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "گۇرۇپپا:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "ئۆزگەرتىشنى ھەممە تارماق قىسقۇچ ۋە ئۇنىڭ مەزمۇنلىرىغا قوللان" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "ئالاھىدە ھوقۇقلار" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "تىپ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "تۈر كۆرسەت" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "بۇ بايراق قىسقۇچ مەزمۇنىنى كۆرسىتىشكە يول قويىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" -msgstr "ئوقۇ" +msgstr "ئوقۇلغان" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "ئوقۇ بايراقى ھۆججەت مەزمۇنىنى كۆرۈشكە يول قويىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "تۈر ياز" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6532,71 +6326,71 @@ msgstr "" "بۇ بايراق ھۆججەت قوشۇش، ئاتىنى ئۆزگەرتىش ۋە ئۆچۈرۈشكە يول قويىدۇ. دىققەت، " "ئۆچۈرۈش ۋە ئاتىنى ئۆزگەرتىشنى يېپىشقاق بەلگە ئارقىلىق چەكلىگىلى بولىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" -msgstr "يازغاندا" +msgstr "ياز" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "يېزىش بايرىقى ھۆججەت مەزمۇنىنى ئۆزگەرتىشكە يول قويىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" -msgstr "Enter" +msgstr "كىرىش" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "بۇ بايراق قوزغىتىلسا قىسقۇچقا كىرىشكە يول قويىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "ئىجرا قىل" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "بۇ بايراق قوزغىتىلسا ھۆججەتنى پىروگراممىدەك ئىجرا قىلىشقا يول قويىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "ئالاھىدە" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -"ئالاھىدە بايراق. پۈتكۈل قىسقۇچقىلا كۈچكە ئىگە، ئوڭ قول تەرەپتىكى ئىستوندىن " -"ھەر بىر بايراقنىڭ مەنىسىنى كۆرەلەيسىز." +"ئالاھىدە بايراق. پۈتكۈل قىسقۇچقىلا كۈچكە ئىگە، ئوڭ قول تەرەپتىكى رەتتىن ھەر " +"بىر بايراقنىڭ مەنىسىنى كۆرەلەيسىز." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -"ئالاھىدە بايراق. ئوڭ قول تەرەپتىكى ئىستوندىن ھەر بىر بايراقنىڭ مەنىسىنى " +"ئالاھىدە بايراق. ئوڭ قول تەرەپتىكى رەتتىن ھەر بىر بايراقنىڭ مەنىسىنى " "كۆرەلەيسىز." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "ئىشلەتكۈچى" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "گۇرۇپپا" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6605,7 +6399,7 @@ msgstr "" "ئەگەر بۇ بايراق تەڭشەلگەن بولسا بۇ قىسقۇچنىڭ ئىگىدارى ھەممە يېڭى ھۆججەتنىڭمۇ " "ئىگىدارىدۇر." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6614,7 +6408,7 @@ msgstr "" "ئەگەر بۇ ھۆججەت ئىجراچان قىلىپ تەڭشىلىپ بۇ بايراق تەڭشەلگەن بولسا بۇ ھۆججەت " "ئىگىدارنىڭ ھوقۇقىدا ئىجرا قىلىنىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6622,7 +6416,7 @@ msgstr "" "ئەگەر بۇ بايراق تەڭشەلسە، بۇ قىسقۇچنىڭ گۇرۇپپىسى ھەممە يېڭى ھۆججەت ئۈچۈن " "تەڭشىلىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6631,7 +6425,7 @@ msgstr "" "ئەگەر بۇ ھۆججەت ئىجراچان بولۇپ بۇ بايراق تەڭشەلسە، بۇ ھۆججەت گۇرۇپپا " "ھوقۇقىدا ئىجرا قىلىنىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6641,155 +6435,169 @@ msgstr "" "ئۆچۈرۈپ ياكى ئاتىنى ئۆزگەرتەلەيدۇ. ئۇنداق بولمىسا يېزىش ھوقۇقىغا ئىگە ھەممە " "كىشى ھۆججەتنى ئۆچۈرۈپ ياكى ئاتىنى ئۆزگەرتەلەيدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" "ھۆججەتتىكى يېپىشقاق بەلگە Linux تا ئېتىبارغا ئېلىنمايدۇ ئەمما باشقا " -"سىستېمىدا ئىشلىتىلىشى مۇمكىن." +"سىستېمىدا ئىشلىتىلىشى مۇمكىن" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID تەڭشەك" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID تەڭشەك" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "يېپىشقاق" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "ئۇلانما" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "ئۆزگىرىش(ئۆزگىرىش يوق)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." -msgstr[0] "بۇ ھۆججەتلەر ئالىي ھوقۇقنى ئىشلىتىدۇ." +msgstr[0] "بۇ ھۆججەت ئالىي ئىجازەت ئىشلىتىدۇ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." -msgstr[0] "بۇ قىسقۇچلار ئالىي ھوقۇقنى ئىشلىتىدۇ." +msgstr[0] "بۇ قىسقۇچ ئالىي ئىجازەت ئىشلىتىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." -msgstr "بۇ ھۆججەتلەر ئالىي ھوقۇقنى ئىشلىتىدۇ." +msgstr "بۇ ھۆججەت ئالىي ئىجازەت ئىشلىتىدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" -msgstr "" +msgstr "مۇكەممەللىك يىغىندىسى(&H)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "ھېسابلاۋاتىدۇ…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." -msgstr "" +msgstr "ئىناۋەتسىز مۇكەممەللىك يىغىندىسى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" +"بېرىلگىنى ئىناۋەتلىك MD5، SHA1 ياكى SHA256 مۇكەممەللىك يىغىندىسى ئەمەس." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." -msgstr "" +msgstr "مۇكەممەللىك يىغىندىسى ماس كەلدى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" +"ھېسابلانغان مۇكەممەللىك يىغىندىسى بىلەن مۆلچەردىكى مۇكەممەللىك يىغىندىسى ماس " +"كەلدى." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" "downloading the file.
        If the verification still fails, contact the " "source of the file." msgstr "" +"

        مۇكەممەللىك يىغىندىسى ماس كەلمىدى.

        بۇ بەلكىم ھۆججەتنى چۈشۈرۈش " +"جەريانىدا خاتالىق كۆرۈلگەن بولۇشى مۇمكىن. ھۆججەتنى قايتا چۈشۈرۈپ سىناڭ.
        ئەگەر يەنىلا دەلىللەش مەغلۇپ بولسا، ھۆججەتنى تەمىنلىگۈچى بىلەن ئالاقىلىشىڭ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" +"ھېسابلانغان مۇكەممەللىك يىغىندىسى بىلەن مۆلچەردىكى مۇكەممەللىك يىغىندىسى " +"پەرقلىق." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" -msgstr "" +msgstr "مۇكەممەللىك يىغىندىسىنى دەلىللەۋاتىدۇ…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "ھەممە ھۆججەتنىڭ مۇكەممەللىك يىغىندىسى ئوخشاش." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "تاللانغان ھۆججەتنى مۇكەممەللىك يىغىندىسى پەرقلىق." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "ھېسابلاۋاتىدۇ…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" -msgstr "U&RL" +msgstr "تور ئادرېسى(&R)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" -msgstr "URL:" +msgstr "تور ئادرېسى:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 -#, fuzzy, kde-format -#| msgid "Only executables on local file systems are supported." +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 +#, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." -msgstr "پەقەت يەرلىك ھۆججەت سىستېمىسىدىكى ئىجراچان ھۆججەتنىلا قوللايدۇ." +msgstr "" +"خاسلىقنى ساقلىيالمايدۇ. پەقەت يەرلىك ھۆججەت سىستېمىسىدىكى تۈرنىلا قوللايدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" -msgstr "پروگرامما(&A)" +msgstr "پىروگرامما(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" -msgstr "%1 نىڭ ئۈچۈن ھۆججەت تىپى قوش" +msgstr "%1 نىڭ ئۈچۈن ھۆججەت تۈرى قوش" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" -msgstr "قوشىدىغان بىر ياكى كۆپ خىل ھۆججەت تىپىنى تاللاڭ:" +msgstr "قوشىدىغان بىر ياكى كۆپ خىل ھۆججەت تۈرى تاللىنىدۇ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "پەقەت يەرلىك ھۆججەت سىستېمىسىدىكى ئىجراچان ھۆججەتنىلا قوللايدۇ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 نىڭ ئالىي تاللانمىسى" @@ -6803,7 +6611,7 @@ msgstr "KDE SSL ئۇچۇرى" #, kde-format msgctxt "The receiver of the SSL certificate" msgid "Subject" -msgstr "تېما" +msgstr "ماۋزۇ" #: widgets/ksslinfodialog.cpp:50 #, kde-format @@ -6877,166 +6685,168 @@ msgstr "%1 دىن %2" #: widgets/kurifiltersearchprovideractions.cpp:80 #, kde-format msgid "Search for '%1' with" -msgstr "" +msgstr "«%1» نى ئىزدەش ئۇسۇلى" #: widgets/kurifiltersearchprovideractions.cpp:85 -#, fuzzy, kde-format -#| msgctxt "@item:inmenu Create New" -#| msgid "%1" +#, kde-format msgctxt "@action:inmenu Search for with" msgid "%1" msgstr "%1" #: widgets/kurifiltersearchprovideractions.cpp:94 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Configure..." +#, kde-format msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" -msgstr "سەپلە…" +msgstr "تور تېزلەتمىسىنى سەپلەش…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "ھۆججەت سۆزلەشكۈسىنى ئاچ" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "چاپلاش تاختا مەزمۇنىنىڭ ھۆججەت ئاتى:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "چاپلانغان ھۆججەت" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "چاپلاش تاختىسىدىكى مەزمۇننى چاپلا" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -"چاپلاش تاختىسى سىز «چاپلا»نى ئىشلەتكەندىن كېيىن ئۆزگەردى: تاللىغان سانلىق-" +"چاپلاش تاختىسى سىز «چاپلا»نى ئىشلەتكەندىن كېيىن ئۆزگەردى: تاللىغان سانلىق " "مەلۇماتنىڭ پىچىمىنى قوبۇل قىلالمايدۇ. چاپلىماقچى بولغان مەزمۇننى قايتا " "كۆچۈرۈڭ." -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "Parent Folder" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" -msgstr "ئاتا قىسقۇچ" +msgstr "بىر قىسقۇچ چاپلا" -#: widgets/paste.cpp:262 -#, fuzzy, kde-format -#| msgid "&Paste File" -#| msgid_plural "&Paste %1 Files" +#: widgets/paste.cpp:250 +#, kde-format msgctxt "@action:inmenu" msgid "Paste One File" -msgstr "%1 ھۆججەت چاپلا(&P)" +msgstr "بىر ھۆججەت چاپلا" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" -msgstr[0] "" +msgstr[0] "%1 تۈر چاپلا" -#: widgets/paste.cpp:266 -#, fuzzy, kde-format -#| msgid "&Paste Clipboard Contents" +#: widgets/paste.cpp:254 +#, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" -msgstr "چاپلاش تاختىسىدىكى مەزمۇنلارنى چاپلا(&P)" +msgstr "چاپلاش تاختىسىدىكى مەزمۇننى چاپلا(&P)…" -#: widgets/paste.cpp:270 -#, fuzzy, kde-format -#| msgid "Paste" +#: widgets/paste.cpp:258 +#, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "چاپلا" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" -msgstr "سانلىق-مەلۇمات پىچىمى:" +msgstr "سانلىق مەلۇمات پىچىمى:" -#: widgets/pastejob.cpp:71 -#, fuzzy, kde-format -#| msgid "Filename for clipboard content:" -msgid "Filename for dropped contents:" +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" msgstr "چاپلاش تاختا مەزمۇنىنىڭ ھۆججەت ئاتى:" -#: widgets/renamedialog.cpp:64 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Date: %1" -msgstr "قوزغاتقۇچ: %1" +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for dropped contents:" +msgstr "سۆرەپ تاشلانغان مەزمۇننىڭ ھۆججەت ئاتى:" #: widgets/renamedialog.cpp:73 -#, fuzzy, kde-format -#| msgid "Size:" -msgid "Size: %1" -msgstr "چوڭلۇقى:" +#, kde-format +msgid "Date: %1" +msgstr "چېسلا: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:86 +#, kde-format +msgid "Size: %1" +msgstr "چوڭلۇقى: %1" + +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "ھەممىگە قوللان(&Y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"ئەگەر بۇ توپچا چېكىلسە بۇ تاللانما نۆۋەتتىكى ۋەزىپىدىكى ئېشىپ قالغان توقۇنۇش " -"بار قىسقۇچنىڭ ھەممىسىگە قوللىنىلىدۇ. سىز «ئاتلا»نى چەكمىسىڭىزلا مۇناسىۋەتلىك " -"توقۇنۇش ئەسكەرتىشىنى قايتا كۆرىسىز." +"ئەگەر بۇ توپچە چېكىلسە بۇ تاللانما نۆۋەتتىكى ۋەزىپىدىكى ئېشىپ قالغان توقۇنۇش " +"بار قىسقۇچنىڭ ھەممىسىگە قوللىنىلىدۇ. سىز «ئاتلا»نى چەكمىسىڭىزلا " +"مۇندەرىجىدىكى مەۋجۇت ھۆججەتكە مۇناسىۋەتلىك توقۇنۇش ئەسكەرتىشىنى قايتا " +"كۆرىسىز." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"ئەگەر بۇ توپچا چېكىلسە بۇ تاللانما نۆۋەتتىكى ۋەزىپىدىكى ئېشىپ قالغان " -"توقۇنۇشى بار ھەممە قىسقۇچقا قوللىنىلىدۇ." +"بۇ تاللانما تاللىنىپ، بۇ توپچە چېكىلسە نۆۋەتتىكى ۋەزىپىدىكى ئېشىپ قالغان " +"توقۇنۇشى بار ھەممە ئىشقا قوللىنىلىدۇ." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "ئات ئۆزگەرت(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "يېڭى ئات تەۋسىيە(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "ئاتلا(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" -msgstr "بۇ قىسقۇچنى كۆچۈرۈپ ياكى يۆتكىمەڭ، كېيىنكى تۈرگە ئاتلاڭ" +msgstr "بۇ قىسقۇچنى كۆچۈرۈپ ياكى يۆتكىمەي، كېيىنكى تۈرگە ئاتلايدۇ" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" -msgstr "بۇ ھۆججەتنى كۆچۈرۈپ ياكى يۆتكىمەڭ، كېيىنكى تۈرگە ئاتلاڭ" +msgstr "بۇ ھۆججەتنى كۆچۈرۈپ ياكى يۆتكىمەي، كېيىنكى تۈرگە ئاتلايدۇ" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "ياز(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7049,217 +6859,336 @@ msgstr "" "ئەگەر بىر مۇندەرىجىدە ئوخشاش ئاتلىق ھۆججەت توقۇنۇشى كۆرۈلسە، مۇناسىۋەتلىك " "ئۇچۇرنى قايتا كۆرىسىز." -#: widgets/renamedialog.cpp:269 -#, fuzzy, kde-format -#| msgid "Overwrite File?" +#: widgets/renamedialog.cpp:319 +#, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" -msgstr "ھۆججەت قاپلامسىز؟" +msgstr "كونىراق ھۆججەتنى قاپلا(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" +"ئەگەر نىشان ھۆججەتنىڭ ئۆزگەرتىلگەن ۋاقتى مەنبە ھۆججەتنىڭكىدىن بالدۇر بولسا " +"قاپلىۋېتىدۇ، ئۇنداق بولمىسا ئاتلايدۇ." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "داۋاملاشتۇر(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -"بۇ مەشغۇلات '%1' نى ئۆزى بىلەن قاپلىۋېتىدۇ.\n" +"بۇ مەشغۇلات «%1» نى ئۆزى بىلەن قاپلىۋېتىدۇ.\n" "يېڭى بىر ھۆججەت ئاتى كىرگۈزۈڭ:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "داۋاملاشتۇر(&O)" -#: widgets/renamedialog.cpp:362 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to overwrite the destination?" -msgstr "بۇ مەشغۇلات نىشاننى قاپلىۋېتىدۇ." - -#: widgets/renamedialog.cpp:364 -#, fuzzy, kde-format -#| msgid "This action will overwrite the destination." -msgid "Would you like to merge the contents of '%1' into '%2'?" -msgstr "بۇ مەشغۇلات نىشاننى قاپلىۋېتىدۇ." - -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "مەنبە" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "نىشان" - -#: widgets/renamedialog.cpp:405 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is more recent." -msgstr "ئاگاھلاندۇرۇش، نىشان تېخىمۇ يېڭىكەن." - -#: widgets/renamedialog.cpp:407 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." -msgid "The source is older." -msgstr "ئاگاھلاندۇرۇش، نىشان تېخىمۇ يېڭىكەن." - #: widgets/renamedialog.cpp:416 -#, fuzzy, kde-format -#| msgid "Warning, the destination is more recent." +#, kde-format +msgid "Would you like to overwrite the destination?" +msgstr "نىشاننى قاپلىۋېتەمسىز؟" + +#: widgets/renamedialog.cpp:418 +#, kde-format +msgid "Would you like to merge the contents of '%1' into '%2'?" +msgstr "«%1» نىڭ مەزمۇنىنى «%2» غا بىرلەشتۈرۈۋېتەمسىز؟" + +#: widgets/renamedialog.cpp:461 +#, kde-format +msgid "The source is more recent." +msgstr "مەنبە تېخىمۇ يېڭى." + +#: widgets/renamedialog.cpp:463 +#, kde-format +msgid "The source is older." +msgstr "مەنبە كونىراق." + +#: widgets/renamedialog.cpp:472 +#, kde-format msgid "The source is smaller by %1." -msgstr "ئاگاھلاندۇرۇش، نىشان تېخىمۇ يېڭىكەن." +msgstr "مەنبە %1 كىچىكرەك." -#: widgets/renamedialog.cpp:419 -#, fuzzy, kde-format -#| msgid "the extension %1" +#: widgets/renamedialog.cpp:475 +#, kde-format msgid "The source is bigger by %1." -msgstr "كېڭەيتىلمە %1" +msgstr "مەنبە %1 چوڭراق." -#: widgets/renamedialog.cpp:432 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:489 +#, kde-format msgid "The files are identical." -msgstr "يېڭى ھۆججەت ئاتى بوش." +msgstr "ھۆججەت ئوخشاش." -#: widgets/renamedialog.cpp:435 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:492 +#, kde-format msgid "The files seem identical." -msgstr "يېڭى ھۆججەت ئاتى بوش." +msgstr "ھۆججەت قارىماققا ئوخشاشتەك." -#: widgets/renamedialog.cpp:438 -#, fuzzy, kde-format -#| msgid "The new file name is empty." +#: widgets/renamedialog.cpp:496 +#, kde-format msgid "The files are different." -msgstr "يېڭى ھۆججەت ئاتى بوش." +msgstr "ھۆججەت پەرقلىق." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" +"ھۆججەتلەر ئوخشاشتەك قىلىدۇ: ئۇلارنىڭ سىغىمى، مەزمۇننىڭ باش، ئوتتۇرا، " +"ئاخىرىمۇ ئوخشاش." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "ھۆججەت سېلىشتۇر" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." -msgstr "'%1' ئاتلىق كونا تۈردىن بىرى مەۋجۇت." +msgstr "«%1» ئاتلىق كونا تۈردىن بىرى مەۋجۇت." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." -msgstr "ئاتى '%1' غا ئوخشايدىغان بىر ھۆججەت مەۋجۇت." +msgstr "ئاتى «%1» غا ئوخشايدىغان بىر ھۆججەت مەۋجۇت." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." -msgstr "'%1' ئاتلىق تېخىمۇ يېڭى ھۆججەتتىن بىرى مەۋجۇت." +msgstr "«%1» ئاتلىق تېخىمۇ يېڭى ھۆججەتتىن بىرى مەۋجۇت." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "ئات ئۆزگەرت:" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "ئات ئۆزگەرت(&R)" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "ئات ئۆزگەرت(&R)" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "ئات ئۆزگەرت(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" -msgstr "" +msgstr "%1 تۈرنىڭ ئاتىنى ئۆزگەرتىدۇ:" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "File name:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 ئاتلىق ھۆججەت مەۋجۇت." + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ئىناۋەتلىك ھۆججەت ئاتى ئەمەس." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "تاللانغان %1 تۈرنىڭ ئاتىنى ئۆزگەرتىدۇ:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# ئۆسكۈچى سانغا ئالماشتۇرۇلىدۇ:" + +#: widgets/renamefiledialog.cpp:176 +#, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " "the end character" msgid "New name #" -msgstr "ھۆججەت ئىسمى:" +msgstr "يېڭى ئات #" -#: widgets/renamefiledialog.cpp:88 -#, fuzzy, kde-format -#| msgid "Change the selected identifier text." -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "تاللانغان كىملىك تېكىستنى ئۆزگەرتىدۇ" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." msgstr "" +"ئىناۋەتسىز ھۆججەت ئاتى: يېڭى ھۆججەت ئاتى ھەممە ھۆججەتنىڭ كېڭەيتىلگەن ئاتى " +"پەرقلىق بولمىسىلا بىر قاتار # نى ئۆز ئىچىگە ئالىدۇ." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "تاللانغان %1 تۈرنىڭ ئاتىنى ئۆزگەرتىدۇ:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "ئالماشتۇرۇش:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "ئەندىزە" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "بىللە:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "ئالماشتۇرۇش" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "ئەندىزىنى ئۆز ئىچىگە ئالغان ھۆججەت ئاتى يوق." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"«%1» نى بوشلۇققا ئالماشتۇرۇپ %2 ھۆججەت ئاتى بوش بولۇپ " +"قالىدۇ." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "تاللانغان %1 تۈرنىڭ ئاتىنى ئۆزگەرتىدۇ:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "تېكىست قوش:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "قوشىدىغان تېكىست" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "ھۆججەت ئاتىدىن ئىلگىرى" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "ھۆججەت ئاتىدىن كېيىن" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "تۈرنىڭ ئاتىنى ئۆزگەرت" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "تۈرنىڭ ئاتىنى ئۆزگەرت" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "ئات ئۆزگەرت(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "ئاتنى قانداق ئۆزگەرتىدۇ:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "ساناق" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "تېكىست ئالماشتۇر" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "تېكىست قوش" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "ئالدىن كۆزەت:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 نى بوش ھۆججەت ئاتىغا ئۆزگەرتەلمەيدۇ." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "ئۇچۇر" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "ئالماشتۇر" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" -msgstr "" +msgstr "قايتا سىنا" -#: widgets/skipdialog.cpp:60 -#, fuzzy, kde-format -#| msgid "Replace" +#: widgets/skipdialog.cpp:61 +#, kde-format msgid "Replace All" -msgstr "ئالماشتۇر" +msgstr "ھەممىنى ئالماشتۇر" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" -msgstr "ئۆتكۈزۈۋەت" +msgstr "ئاتلا" -#: widgets/skipdialog.cpp:71 -#, fuzzy, kde-format -#| msgid "Skip" +#: widgets/skipdialog.cpp:72 +#, kde-format msgid "Skip All" -msgstr "ئۆتكۈزۈۋەت" +msgstr "ھەممىدىن ئاتلا" #. i18n: ectx: property (text), widget (QLabel, encryptionIndicator) #: widgets/sslinfo.ui:17 #, kde-format msgid "[padlock]" -msgstr "[padlock]" +msgstr "[قۇلۇپ]" #. i18n: ectx: property (text), widget (QLabel, addressTag) #: widgets/sslinfo.ui:34 @@ -7338,7 +7267,7 @@ msgstr "" "شۇڭلاشقا ماشىنا بىلەن دەلىللەنگەن باغلىنىش قۇرالمايدۇ، مەشغۇلات بىكار " "قىلىندى." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7348,26 +7277,18 @@ msgstr "" "\n" #: widgets/widgetsaskuseractionhandler.cpp:234 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this item?%1This action cannot be undone." msgstr "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"بۇ تۈرنى راستتىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟ %1بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." #: widgets/widgetsaskuseractionhandler.cpp:240 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" "Do you really want to permanently delete this %1 item?This action cannot be undone." msgstr[0] "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"%1 تۈرنى راستتىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟بۇ " +"مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"ئەخلەتخانىنىڭ قېپقالغان سىغىمىغا بۇ ھۆججەت سىغمايدۇ. ئۇنى مەڭگۈلۈك " +"ئۆچۈرەمسىز؟%1بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"ئەخلەتخانىنىڭ قېپقالغان سىغىمىغا %1 ھۆججەت سىغمايدۇ. ئۇنى مەڭگۈلۈك " +"ئۆچۈرەمسىز؟بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." +"" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"ئەخلەتخانا بۇ تۈرنىڭ ئورنىنى ئىشلىتەلمەيدۇ. ئۇنى مەڭگۈلۈك ئۆچۈرەمسىز؟%1بۇ " +"مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, fuzzy, kde-kuit-format -#| msgctxt "@info" -#| msgid "" -#| "Do you want to permanently delete all items from Trash? This action " -#| "cannot be undone." +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " -"بولمايدۇ." +"ئەخلەتخانا %1 تۈرنىڭ ئورنىنى ئىشلىتەلمەيدۇ. ئۇنى مەڭگۈلۈك ئۆچۈرەمسىز؟بۇ مەشغۇلاتتىن يېنىۋالغىلى بولمايدۇ." -#: widgets/widgetsaskuseractionhandler.cpp:288 -#, fuzzy, kde-kuit-format -#| msgid "Do you really want to move this item to the trash?" -#| msgid_plural "Do you really want to move these %1 items to the trash?" +#: widgets/widgetsaskuseractionhandler.cpp:310 +#, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" -msgstr[0] "سىز راستلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" +msgstr[0] "سىز راستتىنلا %1 تۈرنى ئەخلەتخانىغا يۆتكەمسىز؟" -#: widgets/widgetsaskuseractionhandler.cpp:343 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:367 +#, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "قايتا سورىما" -#: widgets/widgetsaskuseractionhandler.cpp:386 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:411 +#, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "قايتا سورىما" -#: widgets/widgetsaskuseractionhandler.cpp:412 -#, fuzzy, kde-format -#| msgid "Do not ask again" +#: widgets/widgetsaskuseractionhandler.cpp:437 +#, kde-format msgctxt "@option:check" msgid "Do not show this message again" -msgstr "قايتا سورىما" +msgstr "بۇ ئۇچۇرنى قايتا كۆرسەتمە" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "قارشى ئۇچتىكى SSL گۇۋاھنامىسى بۇزۇلغاندەك قىلىدۇ." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 -#, fuzzy, kde-format -#| msgctxt "Warning about executing unknown .desktop file" -#| msgid "Warning" +#: widgets/widgetsuntrustedprogramhandler.cpp:110 +#, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "ئاگاھلاندۇرۇش" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" -msgstr "بۇ پروگراممىنى قوزغىتىدۇ:" +msgstr "بۇ پىروگراممىنى قوزغىتىدۇ:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" -msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز كەچنى چېكىڭ" +msgstr "ئەگەر بۇ پىروگراممىغا ئىشەنمىسىڭىز ۋاز كەچنى چېكىڭ" + +#~ msgid "Open With:" +#~ msgstr "ئاچقۇز:" + +#~ msgid "File System:" +#~ msgstr "ھۆججەت سىستېمىسى:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "ئىشلەتكۈچىدىن سورىمايلا ئىجراچان ھۆججەتنى قوزغىتىدۇ" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "ئىشلەتكۈچىدىن سورىمايلا ئىجراچان ھۆججەتنى كۆڭۈلدىكى پىروگراممىدا ئاچىدۇ" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "بارلىق ئىجراچان ھۆججەت ئۈچۈن ئەستە تۇتىدۇ" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "سىز Dolphin ھۆججەت باشقۇرغۇچ تەڭشىكىدىكى «جەزملەش» تاللانمىسىدا بۇ " +#~ "مەشغۇلاتتىن يېنىۋالالايسىز." + +#~ msgid "Delete Files" +#~ msgstr "ھۆججەت ئۆچۈر" + +#~| msgid "Und&o: Create Folder" +#~ msgid "Create Folder" +#~ msgstr "يېنىۋال: قىسقۇچ قۇر(&O)" + +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "ئەخلەتخانىغا يۆتكە" + +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "ئات ئۆزگەرت(&R)" + +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "يوللاۋاتىدۇ" + +#~ msgid "Setting ACL for %1" +#~ msgstr "%1 نىڭ ACL تەڭشىكى" + +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "ئالاھىدە ھوقۇقلار" + +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "ئىمتىيازلار" + +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "چىقىرىۋەت" + +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "مۇندەرىجە" + +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "ئىمتىيازلار" + +#~| msgid "Open File Manager" +#~ msgid "Open File" +#~ msgstr "ھۆججەت باشقۇرغۇچنى ئاچ" + +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "مۇندەرىجە" + +#~| msgid "File name:" +#~ msgid "New Filename: %1" +#~ msgstr "ھۆججەت ئىسمى:" + +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "قوزغاتقۇچ: %1" + +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "يوچۇن ئۈزۈلۈش" + +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "خەتكۈچلەرنى كۆرسىتىش" + +#~| msgid "File name:" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "ھۆججەت ئىسمى:" + +#~ msgid "&Description:" +#~ msgstr "چۈشەندۈرۈش(&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "بۇ جايغا سىز زۆرۈر دەپ قارىغان ئىزاھاتنى كىرگۈزۈڭ." + +#~ msgid "Do not ask again" +#~ msgstr "قايتا سورىما" + +#~ msgid "&Filter:" +#~ msgstr "سۈزگۈچ(&F):" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

        You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

        Wildcards such as * and ? are allowed." +#~ "

        " +#~ msgstr "" +#~ "بۇ ھۆججەت تىزىمىغا قوللىنىدىغان سۈزگۈچ. بۇ سۈزگۈچكە ماس كەلمىگەن " +#~ "ھۆججەت ئاتى كۆرۈنمەيدۇ.

        سىز تارتما تىزىملىكتىن ئالدىن بەلگىلەنگەن " +#~ "سۈزگۈچنى تاللىيالايسىز ياكى تېكىست رايونىدا ئۆزلەشتۈرگەن سۈزگۈچنى " +#~ "بىۋاسىتە كىرگۈزەلەيسىز.

        * ۋە ? ئوخشاش ئورتاق بەلگە ئىشلىتىشكە يول " +#~ "قويىدۇ.

        " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "بۇ سۆزلەشكۈ سىز تاللىغان كۆپ قىسقۇچنى قوبۇل قىلمايدۇ، چۈنكى قايسىسىنى " +#~ "كىرگۈزىدىغانلىقىنى جەزملىيەلمىدى. تىزىمدىن بىر قىسقۇچنىلا تاللاڭ." + +#~ msgid "More than one folder provided" +#~ msgstr "بېرىلگەن قىسقۇچ بىردىن كۆپ" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "ئەڭ ئاز دېگەندە بىر ھۆججەت ۋە بىر قىسقۇچ تاللىنىدۇ. تاللانغان ھۆججەتكە " +#~ "پەرۋا قىلمايدۇ، پەقەت سىز تاللىغان قىسقۇچنىلا كۆرسىتىدۇ" + +#~ msgid "Files and folders selected" +#~ msgstr "تاللانغان ھۆججەت ۋە قىسقۇچلار" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
        • Timeout for establishing a connection: %1 seconds
        • Timeout " +#~ "for receiving a response: %2 seconds
        • Timeout for accessing proxy " +#~ "servers: %3 seconds
        Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "گەرچە مۇلازىمېتىر بىلەن ئالاقىلەشكەن بولسىمۇ ئەمما بۇ ئىلتىماس بەلگىلىگەن " +#~ "ۋاقىت ئىچىدە جاۋابنى قوبۇل قىلمىدى:
        • ئۇلىنىشنى قۇرۇش ۋاقتى ھالقىپ " +#~ "كەتكەن:%1سېكۇنت
        • جاۋابنى قو بۇل قىلىش ئۈاقتى ھالقىپ كەتكەن " +#~ "%2سېكۇنت
        • ۋاكالەت مۇلازىمېتىرنى زىيارەت قىلىش ئۈاقتى ھالقىپ " +#~ "كەتكەن:%3 سېكۇنت
        سىز KDE سىستېما تەڭشىكىدە تور-> باغلىنىش " +#~ "مايىللىقىنى تاللاش ئارقىلىق بۇ ۋاقىت ھالقىش تەڭشەكلىرىنى ئۆزگەرتەلەيسىز." #~ msgid "Is &executable" #~ msgstr "ئىجراچان(&E)" @@ -7478,19 +7575,16 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "New Folder..." #~ msgstr "يېڭى قىسقۇچ…" -#, fuzzy #~| msgid "Add..." #~ msgctxt "@action:button" #~ msgid "Add..." #~ msgstr "قوش…" -#, fuzzy #~| msgid "Edit" #~ msgctxt "@action:button" #~ msgid "Edit..." #~ msgstr "تەھرىرلەش" -#, fuzzy #~| msgctxt "@title:menu" #~| msgid "&Open With..." #~ msgctxt "@title:menu" @@ -7501,13 +7595,11 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "&Open With..." #~ msgstr "بۇنىڭدا ئاچ(&O)…" -#, fuzzy #~| msgid "&Paste Clipboard Contents" #~ msgctxt "@action:inmenu" #~ msgid "Paste Clipboard Contents..." #~ msgstr "چاپلاش تاختىسىدىكى مەزمۇنلارنى چاپلا(&P)" -#, fuzzy #~| msgctxt "@title:window" #~| msgid "New Folder" #~ msgctxt "@title:window" @@ -7628,17 +7720,14 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Could not find 'FindProxyForURL' or 'FindProxyForURLEx'" #~ msgstr "'FindProxyForURL' ياكى 'FindProxyForURLEx' نى تاپالمىدى" -#, fuzzy #~| msgid "Got an invalid reply when calling %1" #~ msgid "Got an invalid reply when calling %1 -> %2" #~ msgstr "%1 نى چاقىرىۋاتقاندا ئىناۋەتسىز ئىنكاسقا ئېرىشتى" -#, fuzzy #~| msgid "Cannot open file" #~ msgid "Cannot Save Cookies" #~ msgstr "ھۆججەت ئاچالمىدى" -#, fuzzy #~| msgid "" #~| "Could not create symlink %1.\n" #~| "Please check permissions." @@ -7647,7 +7736,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "بەلگە ئۇلانما %1 نى قۇرالمىدى.\n" #~ "ھوقۇقىنى تەكشۈرۈڭ." -#, fuzzy #~| msgid "Could not write to %1." #~ msgid "Could not create directory %1" #~ msgstr "%1 نى يازالمىدى." @@ -7748,7 +7836,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Domain:" #~ msgstr "دائىرە:" -#, fuzzy #~| msgid "Exposure:" #~ msgctxt "" #~ "@label a description string of how 'accessible' the cookie is (e.g. see " @@ -7763,26 +7850,22 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Show details of the next cookie" #~ msgstr "كېيىنكى cookie نىڭ تەپسىلاتىنى كۆرسەت" -#, fuzzy #~| msgid "Not specified" #~ msgctxt "@label cookie has no explicit 'Domain' value specified" #~ msgid "Not specified" #~ msgstr "بەلگىلەنمىگەن" -#, fuzzy #~| msgid "End of Session" #~ msgctxt "@label the cookie expires when the browser session ends" #~ msgid "End of Session" #~ msgstr "ئەڭگىمە تامام" -#, fuzzy #~| msgid "Secure servers only" #~ msgctxt "" #~ "@label exposure string - the cookie may only be used by https servers" #~ msgid "Secure servers only" #~ msgstr "بىخەتەر مۇلازىمېتىر ئۈچۈنلا" -#, fuzzy #~| msgid "Secure servers, page scripts" #~ msgctxt "" #~ "@label exposure string - the cookie may be used by https servers AND " @@ -7790,14 +7873,12 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Secure servers, page scripts" #~ msgstr "بىخەتەر مۇلازىمېتىر، بەت قوليازمالار" -#, fuzzy #~| msgid "Servers" #~ msgctxt "" #~ "@label exposure string - the cookie may only be used by http servers" #~ msgid "Servers" #~ msgstr "مۇلازىمېتىر" -#, fuzzy #~| msgid "Servers, page scripts" #~ msgctxt "" #~ "@label exposure string - the cookie may be used by http servers AND " @@ -7805,7 +7886,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Servers, page scripts" #~ msgstr "مۇلازىمېتىرلار، بەت قوليازمالار" -#, fuzzy #~| msgid "Details" #~ msgctxt "" #~ "@action:button show details about a cookie that needs approval. This " @@ -7814,7 +7894,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Details" #~ msgstr "تەپسىلاتلار" -#, fuzzy #~| msgid "Remove" #~ msgctxt "@action:inmenu" #~ msgid "Remove" @@ -7855,7 +7934,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Search" #~ msgstr "ئىزدە" -#, fuzzy #~| msgid "Search interactively for icon names (e.g. folder)." #~ msgid "Search interactively for domains and hosts" #~ msgstr "ئۆز ئارا تەسىرلىشىشچان سىنبەلگە ئاتىنى ئىزدە(مەسىلەن قىسقۇچ)" @@ -7872,7 +7950,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Delete A&ll" #~ msgstr "ھەممىنى ئۆچۈر(&L)" -#, fuzzy #~| msgctxt "@action:button" #~| msgid "Configure..." #~ msgid "Configure &Policy..." @@ -7923,12 +8000,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Accep&t all cookies" #~ msgstr "بارلىق cookies نى قوبۇل قىل(&T)" -#, fuzzy #~| msgid "Accept cookie(s) until the end of the current session" #~ msgid "Accept &until end of session" #~ msgstr "نۆۋەتتىكى جەريان ئاخىرلاشقۇچە cookie غا يول قوي" -#, fuzzy #~| msgid "Click for Location Navigation" #~ msgid "Ask &for confirmation" #~ msgstr "چېكىلسە ئورۇننى يېتەكلەيدۇ" @@ -7939,12 +8014,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Site Policy" #~ msgstr "تورتۇرا تۈزۈمى" -#, fuzzy #~| msgid "Search interactively for icon names (e.g. folder)." #~ msgid "Search interactively for domains" #~ msgstr "ئۆز ئارا تەسىرلىشىشچان سىنبەلگە ئاتىنى ئىزدە(مەسىلەن قىسقۇچ)" -#, fuzzy #~| msgid "Search" #~ msgid "Search..." #~ msgstr "ئىزدە" @@ -7964,7 +8037,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Accept" #~ msgstr "قوشۇل" -#, fuzzy #~| msgid "Accept for this &session" #~ msgid "Accept For Session" #~ msgstr "بۇ جەريانغا يول قوي (&S)" @@ -7975,7 +8047,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Ask" #~ msgstr "سورا" -#, fuzzy #~| msgid "Do Not Store" #~ msgid "Do Not Know" #~ msgstr "ساقلىما" @@ -7991,17 +8062,14 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "www.kde.org ياكى .kde.org .\n" #~ "
        " -#, fuzzy #~| msgid "File name:" #~ msgid "Site name:" #~ msgstr "ھۆججەت ئىسمى:" -#, fuzzy #~| msgid "Policy" #~ msgid "Policy:" #~ msgstr "تۈزۈم" -#, fuzzy #~| msgid "Accept cookie(s) until the end of the current session" #~ msgid "Accept until end of session" #~ msgstr "نۆۋەتتىكى جەريان ئاخىرلاشقۇچە cookie غا يول قوي" @@ -8025,7 +8093,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Disable Passive FTP" #~ msgstr "پاسسىپ FTP نى ئىناۋەتسىز قىلىش" -#, fuzzy #~| msgid "Mark &partially uploaded files" #~ msgid "Mark partially uploaded files" #~ msgstr "قىسمەن يۈكلەنگەن ھۆججەتلەرگە بەلگە قوي(&P)" @@ -8060,7 +8127,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "&Server response:" #~ msgstr "مۇلازىمېتىر جاۋابى(&S):" -#, fuzzy #~| msgid "Options" #~ msgid "Global Options" #~ msgstr "تاللانما" @@ -8068,7 +8134,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Mark &partially uploaded files" #~ msgstr "قىسمەن يۈكلەنگەن ھۆججەتلەرگە بەلگە قوي(&P)" -#, fuzzy #~| msgid "" #~| "

        Marks partially uploaded FTP files.

        When this option is " #~| "enabled, partially uploaded files will have a \".part\" extension. This " @@ -8110,12 +8175,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Connect to the Internet directly." #~ msgstr "ئىنتېرنېتقا بىۋاسىتە باغلىنىدۇ." -#, fuzzy #~| msgid "Proxy:" #~ msgid "No Proxy" #~ msgstr "ۋاكالەتچى:" -#, fuzzy #~| msgid "" #~| "The proxy configuration script is invalid:\n" #~| "%1" @@ -8124,7 +8187,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "ۋاكالەتچى سەپلىمە قوليازمىسى ئىناۋەتسىز:\n" #~ "%1" -#, fuzzy #~| msgid "Reload configuration file" #~ msgid "Use proxy auto configuration URL:" #~ msgstr "سەپلىمە ھۆججەتنى قايتا يۈكلە" @@ -8132,7 +8194,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Enter the address for the proxy configuration script." #~ msgstr "ۋاكالەتچى سەپلەش پروگراممىسىنىڭ(script) ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "Updating system configuration." #~ msgid "Use system proxy configuration:" #~ msgstr "سىستېما سەپلىمىسىنى يېڭىلاۋاتىدۇ." @@ -8140,7 +8201,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "HTTP Proxy:" #~ msgstr "HTTP ۋاكالەتچى:" -#, fuzzy #~| msgid "Proxy:" #~ msgid "SSL Proxy:" #~ msgstr "ۋاكالەتچى:" @@ -8148,7 +8208,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "FTP Proxy:" #~ msgstr "FTP ۋاكالەتچى:" -#, fuzzy #~| msgid "Proxy:" #~ msgid "SOCKS Proxy:" #~ msgstr "ۋاكالەتچى:" @@ -8162,7 +8221,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Manually enter proxy server configuration information." #~ msgstr "ۋاكالەتچى مۇلازىمېتىر سەپلىمە ئۇچۇرلىرىنى قولدا كىرگۈزىدۇ." -#, fuzzy #~| msgid "Updating system configuration." #~ msgid "Use manually specified proxy configuration:" #~ msgstr "سىستېما سەپلىمىسىنى يېڭىلاۋاتىدۇ." @@ -8173,7 +8231,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Port:" #~ msgstr "ئېغىز:" -#, fuzzy #~| msgid "Enter the address of the HTTP proxy server." #~ msgid "Enter the port number of the HTTP proxy server." #~ msgstr "HTTP ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." @@ -8181,7 +8238,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Enter the address of the HTTPS proxy server." #~ msgstr "HTTPS ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "Enter the address of the HTTPS proxy server." #~ msgid "Enter the port number of the HTTPS proxy server." #~ msgstr "HTTPS ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." @@ -8189,17 +8245,14 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Enter the address of the FTP proxy server." #~ msgstr "FTP ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "Enter the address of the FTP proxy server." #~ msgid "Enter the port number of the FTP proxy server." #~ msgstr "FTP ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "Enter the address of the HTTPS proxy server." #~ msgid "Enter the address of the SOCKS proxy server." #~ msgstr "HTTPS ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "Enter the address of the HTTPS proxy server." #~ msgid "Enter the port number of the SOCKS proxy server." #~ msgstr "HTTPS ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." @@ -8210,69 +8263,52 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Default password:" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy #~| msgid "1 day %2" #~| msgid_plural "%1 days %2" #~ msgid " days" #~ msgstr "%1 كۈن %2" -#, fuzzy #~| msgid "Delete Folder" #~ msgid "Delete files older than" #~ msgstr "قىسقۇچ ئۆچۈر" -#, fuzzy #~| msgid "1 day %2" #~| msgid_plural "%1 days %2" #~ msgid " day" #~ msgid_plural " days" #~ msgstr[0] "%1 كۈن %2" -#, fuzzy -#~| msgctxt "Warning about executing unknown .desktop file" -#~| msgid "Warning" -#~ msgid "Show a Warning" -#~ msgstr "ئاگاھلاندۇرۇش" - -#, fuzzy #~| msgctxt "KFile System Bookmarks" #~| msgid "Trash" #~ msgid "Full Trash:" #~ msgstr "ئەخلەتخانا" -#, fuzzy #~| msgid "Name" #~ msgctxt "@title:column Name label from web search keyword column" #~ msgid "Name" #~ msgstr "ئاتى" -#, fuzzy #~| msgid "None" #~ msgctxt "@item:inlistbox No default web search keyword" #~ msgid "None" #~ msgstr "يوق" -#, fuzzy #~| msgid "Default password:" #~ msgid "&Enable Web search keywords" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy #~| msgid "Default password:" #~ msgid "Search for web search keywords" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy #~| msgid "Default password:" #~ msgid "Add a new Web search keyword" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy #~| msgid "Default password:" #~ msgid "Modify the highlighted Web search keyword" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy #~| msgid "Default password:" #~ msgid "Delete the highlighted Web search keyword" #~ msgstr "كۆڭۈلدىكى ئىم:" @@ -8280,35 +8316,24 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "De&lete" #~ msgstr "ئۆچۈر(&L)" -#, fuzzy #~| msgid "Default password:" #~ msgid "Default Web &search keyword:" #~ msgstr "كۆڭۈلدىكى ئىم:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "كۆڭۈلدىكى" - -#, fuzzy #~| msgctxt "items: folders, files (size)" #~| msgid "%1: %2" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" #~ msgstr "%1: %2" -#, fuzzy #~| msgid "Enter the address of the FTP proxy server." #~ msgid "Enter the human-readable name of the search provider here." #~ msgstr "FTP ۋاكالەتچى مۇلازىمېتىرىنىڭ ئادرېسىنى كىرگۈزۈڭ." -#, fuzzy #~| msgid "File name:" #~ msgid "Shortcut &name:" #~ msgstr "ھۆججەت ئىسمى:" -#, fuzzy #~| msgctxt "@label" #~| msgid "Interlace Mode" #~ msgid "Insert query placeholder" @@ -8323,12 +8348,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "

        Cookie Management Quick Help

        " #~ msgstr "

        Cookie باشقۇرۇش ھەققىدە ئاددىي ياردەم

        " -#, fuzzy #~| msgid "Search" #~ msgid "Web Search Keywords" #~ msgstr "ئىزدە" -#, fuzzy #~| msgctxt "@title:window" #~| msgid "Configure Shown Data" #~ msgid "Configure enhanced browsing features" @@ -8352,12 +8375,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "The desktop is offline" #~ msgstr "ئۈستەلئۈستى تورسىز" -#, fuzzy #~| msgid "mounting is not supported by wince." #~ msgid "mounting is not supported by Windows CE." #~ msgstr "wince ئېگەرلەشنى قوللىمايدۇ." -#, fuzzy #~| msgid "mounting is not supported by wince." #~ msgid "unmounting is not supported by Windows CE." #~ msgstr "wince ئېگەرلەشنى قوللىمايدۇ." @@ -8393,15 +8414,10 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "بەلگىلەنگەن بۇيرۇقنى ئىجرا قىلالمايدۇ بۇ %1 ھۆججەت ياكى قىسقۇچ " #~ "مەۋجۇت ئەمەس." -#, fuzzy #~| msgid "Could not change ownership for %1." #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 نىڭ ئىگىدارلىق ھوقۇقىنى ئۆزگەرتەلمىدى." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1 ھۆججەت چاپلا(&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "%1 URL چاپلا(&P)" @@ -8418,18 +8434,15 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Run Until Finished" #~ msgstr "تاماملانغۇچە ئىجرا قىل" -#, fuzzy #~| msgid "&D-Bus registration:" #~ msgid "D-Bus registration:" #~ msgstr "&D-Bus خەتلەش:" -#, fuzzy #~| msgid "All Files" #~ msgctxt "KFile System Bookmarks" #~ msgid "Audio" #~ msgstr "بارلىق ھۆججەتلەر" -#, fuzzy #~| msgctxt "@info" #~| msgid "" #~| "Do you want to permanently delete all items from Trash? This action " @@ -8454,32 +8467,26 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Icon size: %1 pixels (standard size)" #~ msgstr "سىنبەلگە چوڭلۇقى: %1 پىكسېل(ئۆلچەملىك چوڭلۇقى)" -#, fuzzy #~| msgid "Open With" #~ msgid "Open %1 in tab" #~ msgstr "بۇنىڭدا ئېچىش" -#, fuzzy #~| msgid "You are not authorized to execute this file." #~ msgid "Authentication is required to delete this file." #~ msgstr "سىزگە بۇ ھۆججەتنى ئىجرا قىلىش ھوقۇقى بېرىلمىگەن." -#, fuzzy #~| msgid "Click this button to create a new folder." #~ msgid "Authentication is required to create a folder." #~ msgstr "بۇ توپچا چېكىلسە يېڭى بىر قىسقۇچ قۇرىدۇ." -#, fuzzy #~| msgid "Cannot open file" #~ msgid "Authentication is required to open this file." #~ msgstr "ھۆججەت ئاچالمىدى" -#, fuzzy #~| msgid "You are not authorized to execute this file." #~ msgid "Authentication is required to rename this file." #~ msgstr "سىزگە بۇ ھۆججەتنى ئىجرا قىلىش ھوقۇقى بېرىلمىگەن." -#, fuzzy #~| msgid "You are not authorized to execute this file." #~ msgid "Authentication is required to delete this folder." #~ msgstr "سىزگە بۇ ھۆججەتنى ئىجرا قىلىش ھوقۇقى بېرىلمىگەن." @@ -8496,7 +8503,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "&Remove Entry '%1'" #~ msgstr "'%1' تۈرنى چىقىرىۋەت(&R)" -#, fuzzy #~| msgid "Invalid Filenames" #~ msgid "Invalid Directory Name" #~ msgstr "ئىناۋەتسىز ھۆججەت ئاتى" @@ -8513,7 +8519,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Cannot talk to klauncher: %1" #~ msgstr "klauncher بىلەن ئالاقە قىلالمىدى: %1" -#, fuzzy #~| msgid "Launching %1" #~ msgid "klauncher said: %1" #~ msgstr "%1 ئىجرا قىلىۋاتىدۇ" @@ -8533,9 +8538,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "unmounting is not supported by wince." #~ msgstr "wince ئېگەرسىزلەشنى قوللىمايدۇ." -#~ msgid "File name:" -#~ msgstr "ھۆججەت ئىسمى:" - #~ msgid "&Use cache" #~ msgstr "غەملەك ئىشلەت(&U)" @@ -8709,9 +8711,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Read only" #~ msgstr "ئوقۇشقىلا بولىدىغان" -#~ msgid "File system:" -#~ msgstr "ھۆججەت سىستېمىسى:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "ئېگەرلەش نۇقتىسى(/mnt/floppy):" @@ -8725,19 +8724,16 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "URL تىزىمىنى كۆرسىتەلمەيدۇ\n" #~ "%1" -#, fuzzy #~| msgctxt "@title:window" #~| msgid "Invalid Entry" #~ msgid "Invalid link target" #~ msgstr "ئىناۋەتسىز كىرگۈ" -#, fuzzy #~| msgctxt "Default name for a new folder" #~| msgid "New Folder" #~ msgid "Add Network Folder" #~ msgstr "يېڭى قىسقۇچ" -#, fuzzy #~| msgctxt "@info" #~| msgid "" #~| "Do you want to permanently delete all items from Trash? This action " @@ -8750,7 +8746,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "ئەخلەتخانىدىكى تۈرلەرنى مەڭگۈلۈك ئۆچۈرەمسىز؟ بۇ مەشغۇلاتتىن يېنىۋالغىلى " #~ "بولمايدۇ." -#, fuzzy #~| msgid "Do you really want to move this item to the trash?" #~| msgid_plural "Do you really want to move these %1 items to the trash?" #~ msgctxt "@info" @@ -8784,24 +8779,20 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "SSL گۇۋاھنامە تەلەپ بويىچە رەت قىلىندى. سىز KDE سىستېما تەڭشىكىدە بۇ " #~ "تاللانمىنى چەكلىسىڭىز بولىدۇ." -#, fuzzy #~| msgid "A folder named %1 already exists." #~ msgid "A folder named \"%1\" already exists." #~ msgstr "%1 ئاتلىق بىر قىسقۇچ مەۋجۇت." -#, fuzzy #~| msgid "Name" #~ msgctxt "@title:column Name label from web shortcuts column" #~ msgid "Name" #~ msgstr "ئاتى" -#, fuzzy #~| msgid "None" #~ msgctxt "@item:inlistbox No default web shortcut" #~ msgid "None" #~ msgstr "يوق" -#, fuzzy #~| msgid "" #~| "The name \"%1\" starts with a dot, so the directory will be hidden by " #~| "default." @@ -8816,7 +8807,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Drive: %1" #~ msgstr "قوزغاتقۇچ: %1" -#, fuzzy #~| msgid "The new file name is empty." #~ msgid "The source file is bigger." #~ msgstr "يېڭى ھۆججەت ئاتى بوش." @@ -8845,43 +8835,35 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "You are not authorized to execute this service." #~ msgstr "سىزگە بۇ مۇلازىمەتنى ئىجرا قىلىش ھوقۇقى بېرىلمىگەن." -#, fuzzy #~| msgid "The certificate is invalid." #~ msgid "Specified socket path is invalid" #~ msgstr "بۇ گۇۋاھنامە ئىناۋەتسىز." -#, fuzzy #~| msgid "The protocol %1 is not supported." #~ msgid "The socket operation is not supported" #~ msgstr "%1 كېلىشىمىنى قوللىمايدۇ." -#, fuzzy #~| msgid "Connection to Server Refused" #~ msgid "Connection refused" #~ msgstr "مۇلازىمېتىرغا باغلىنىش رەت قىلىندى" -#, fuzzy #~| msgctxt "@label" #~| msgid "Permissions" #~ msgid "Permission denied" #~ msgstr "ئىمتىيازلار" -#, fuzzy #~| msgid "Connection timed out." #~ msgid "Connection timed out" #~ msgstr "باغلىنىشنىڭ مۆھلىتى ئېشىپ كەتتى" -#, fuzzy #~| msgid "Unknown Error" #~ msgid "Unknown error" #~ msgstr "نامەلۇم خاتالىق" -#, fuzzy #~| msgid "Could not login to %1." #~ msgid "Could not set non-blocking mode" #~ msgstr "%1 غا كىرەلمىدى." -#, fuzzy #~| msgid "" #~| "URL cannot be listed\n" #~| "%1" @@ -8890,18 +8872,15 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "URL تىزىمىنى كۆرسىتەلمەيدۇ\n" #~ "%1" -#, fuzzy #~| msgctxt "@action:button" #~| msgid "Create directory" #~ msgid "Not a directory" #~ msgstr "مۇندەرىجە قۇر" -#, fuzzy #~| msgid "Unknown Error" #~ msgid "Unknown socket error" #~ msgstr "نامەلۇم خاتالىق" -#, fuzzy #~| msgid "Writing to %1 is not supported." #~ msgid "Operation not supported" #~ msgstr "%1 غا يېزىشنى قوللىمايدۇ." @@ -8912,43 +8891,36 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "SSL support is not available in this build of KDE." #~ msgstr "بۇ KDE نەشرى SSL قوللاشنى ئۆز ئىچىگە ئالمايدۇ." -#, fuzzy #~| msgid "The certificate's CA (Certificate Authority) is invalid." #~ msgctxt "SSL error" #~ msgid "The certificate authority's certificate is invalid" #~ msgstr "گۇۋاھنامەنىڭ CA (گۇۋاھنامە تارقاتقۇچى)سى ئىناۋەتسىز." -#, fuzzy #~| msgid "The certificate has been revoked." #~ msgctxt "SSL error" #~ msgid "The certificate has expired" #~ msgstr "بۇ گۇۋاھنامە بىكار قىلىنغان." -#, fuzzy #~| msgid "The certificate is invalid." #~ msgctxt "SSL error" #~ msgid "The certificate is invalid" #~ msgstr "بۇ گۇۋاھنامە ئىناۋەتسىز." -#, fuzzy #~| msgid "The certificate has not been issued for this host." #~ msgctxt "SSL error" #~ msgid "The certificate is not signed by any trusted certificate authority" #~ msgstr "گۇۋاھنامە بۇ ماشىنىغا تارقىتىلمىغان." -#, fuzzy #~| msgid "The certificate has been revoked." #~ msgctxt "SSL error" #~ msgid "The certificate has been revoked" #~ msgstr "بۇ گۇۋاھنامە بىكار قىلىنغان." -#, fuzzy #~| msgid "The certificate has not been issued for this host." #~ msgctxt "SSL error" #~ msgid "The certificate is unsuitable for this purpose" #~ msgstr "گۇۋاھنامە بۇ ماشىنىغا تارقىتىلمىغان." -#, fuzzy #~| msgid "" #~| "The CA's (Certificate Authority) certificate can not be found. Most " #~| "likely, your trust chain is broken." @@ -8960,7 +8932,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "CA (گۇۋاھنامە تارقاتقۇچى)نىڭ گۇۋاھنامىسىنى تاپالمىدى. مۇمكىنلىكى يۇقىرى " #~ "سەۋەب ئىشەنچلىك ئۇلانمىڭىز بۇزۇلغان." -#, fuzzy #~| msgid "" #~| "The certificate's CA (Certificate Authority) is not allowed to sign " #~| "certificates." @@ -8970,31 +8941,26 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "certificate's purpose" #~ msgstr "CA (گۇۋاھنامە تارقاتقۇچى) غا گۇۋاھنامە تارقىتىش ھوقۇقى بېرىلمىگەن." -#, fuzzy #~| msgid "Do not send a certificate" #~ msgctxt "SSL error" #~ msgid "The peer did not present any certificate" #~ msgstr "گۇۋاھنامە يوللىما" -#, fuzzy #~| msgid "The certificate has not been issued for this host." #~ msgctxt "SSL error" #~ msgid "The certificate does not apply to the given host" #~ msgstr "گۇۋاھنامە بۇ ماشىنىغا تارقىتىلمىغان." -#, fuzzy #~| msgid "The certificate has not been issued for this host." #~ msgctxt "SSL error" #~ msgid "The certificate cannot be verified for internal reasons" #~ msgstr "گۇۋاھنامە بۇ ماشىنىغا تارقىتىلمىغان." -#, fuzzy #~| msgid "The certificate is valid." #~ msgctxt "SSL error" #~ msgid "The certificate chain is too long" #~ msgstr "گۇۋاھنامە ئۈنۈملۈك." -#, fuzzy #~| msgid "Unknown Error" #~ msgctxt "SSL error" #~ msgid "Unknown error" @@ -9007,7 +8973,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Root" #~ msgstr "غول مۇندەرىجە" -#, fuzzy #~| msgid "Could not change permissions for %1." #~ msgid "Could not change permissions for '%1'" #~ msgstr "%1 نىڭ ھوقۇقىنى ئۆزگەرتەلمىدى." @@ -9064,17 +9029,14 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "&Other..." #~ msgstr "باشقا(&O)..." -#, fuzzy #~| msgid "C&ontinue" #~ msgid "Continue" #~ msgstr "داۋاملاشتۇر(&O)" -#, fuzzy #~| msgid "The template file %1 does not exist." #~ msgid "The file or folder %1 does not exist." #~ msgstr "قېلىپ ھۆججەت%1 مەۋجۇت ئەمەس." -#, fuzzy #~| msgid "Ad&vanced Options" #~ msgid "Advanced options" #~ msgstr "ئالىي تاللانما(&V)" @@ -9086,7 +9048,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "ئەگەر قوللىنىشچان پروگراممىڭىزغا سىستېما قوندىقىغا قوندۇرما تەمىنلىمەكچى " #~ "بولسىڭىز بۇ تاللانمىنى تاللاڭ." -#, fuzzy #~| msgid "&Place in system tray" #~ msgid "Place in system tray" #~ msgstr "سىستېما قوندىقىغا قوي(&P)" @@ -9094,9 +9055,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ msgid "Do not &close when command exits" #~ msgstr "بۇيرۇقتىن چېكىنگەندە ياپما(&C)" -#~ msgid "&Username:" -#~ msgstr "ئىشلەتكۈچى نامى(&U):" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9119,9 +9077,6 @@ msgstr "ئەگەر بۇ پروگراممىغا ئىشەنمىسىڭىز ۋاز #~ "cookie باشقۇرۇش مۇلازىمىتىنى باشلىغىلى بولمىدى.\n" #~ "كومپيۇتېرىڭىزغا ساقلانغان cookie لارنى باشقۇرغىلى بولمايدۇ." -#~ msgid "Open with:" -#~ msgstr "ئاچىدىغان پروگرامما:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/uk/docs/kioworker6/ftp/index.docbook b/local/recipes/kde/kf6-kio/source/po/uk/docs/kioworker6/ftp/index.docbook index 8c8733cecf..1d9e901936 100644 --- a/local/recipes/kde/kf6-kio/source/po/uk/docs/kioworker6/ftp/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/uk/docs/kioworker6/ftp/index.docbook @@ -49,11 +49,10 @@ &FTP; зазвичай використовується для отримання інформації та програмного забезпечення, яке зберігається у файлах на архівних сайтах &FTP; по всьому світу. - Джерело: Переказ інформації з http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Див. RFC: https://datatracker.ietf.org/doc/html/rfc959. Дивіться довідку: , 2000, 2002, 2003, 2006, 2007. # Eugene Onischenko , 2002, 2003, 2004, 2005. # Ivan Petrouchtchak , 2005, 2006, 2007, 2008. -# Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024. +# Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026. msgid "" msgstr "" "Project-Id-Version: kio5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-06 18:35+0200\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 15:38+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -33,12 +33,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "oneugene@ukr.net,ivanpetrouchtchak@yahoo.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Не вдалося змінити власника файла %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -47,12 +47,12 @@ msgstr "" "Не вдалося змінити власника файла %1. Для цієї зміни у " "вас не вистачає прав доступу до файла." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Не вдалося створити обробник KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -65,7 +65,7 @@ msgstr "" "У файловій системі призначення (%2) не передбачено підтримки символічних " "посилань." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgstr "" "Вибір варіанта дій «Замінити» призведе до заміни некоректних символів (у " "назві теки призначення) на символ підкреслювання «_»." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -95,23 +95,23 @@ msgstr "" "Вибір варіанта дій «Замінити» призведе до заміни некоректних символів (у " "назві файла призначення) на символ підкреслювання «_»." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Тека вже існує" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Файл вже існує" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Вже існує як тека" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Смітник" @@ -214,207 +214,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Пересування" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Джерело" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Призначення" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Перейменування" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Копіювання" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Створення теки" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Тека" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Вилучення" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Перевірка" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Перенесення" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Монтування" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Пристрій" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Точка монтування" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Демонтування" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Зміна атрибутів" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Для внесення зміни до атрибутів файлів потрібні права доступу адміністратора " -"(root). Продовжити спробу внесення змін?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Копіювання файлів" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Для завершення дії з копіювання потрібні права доступу користувача root " -"(адміністратора). Продовжити спробу виконати цю дію?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Стерти файли" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Для вилучення потрібні права доступу користувача root (адміністратора). " -"Втім, вилучення може пошкодити вашу систему. Продовжити спробу виконати цю " -"дію?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Створення теки" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Для створення цієї теки потрібні права доступу користувача root " -"(адміністратора). Продовжити спробу виконати цю дію?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Пересування записів" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Для завершення дії з пересування потрібні права доступу користувача root " -"(адміністратора). Продовжити спробу виконати цю дію?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Перейменування" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Для завершення дії з перейменовування потрібні права доступу користувача " -"root (адміністратора). Продовжити спробу виконати цю дію?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Створити символічне посилання" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Для створення символічного посилання потрібні права доступу користувача root " -"(адміністратора). Продовжити спробу виконати цю дію?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Перенесення даних" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Для завершення дії з перенесення даних потрібні права доступу користувача " -"root (адміністратора). Продовжити спробу виконати цю дію?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -845,6 +734,11 @@ msgstr "Файл завеликий для смітника." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "Для цього місця не вдалося знайти або створити теку смітника." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -855,65 +749,65 @@ msgstr "" "Будь ласка, вишліть повний звіт про помилку за допомогою https://bugs.kde." "org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(невідомий)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "

        %1

        %2

        " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Технічна причина: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Подробиці запиту:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
      3. URL: %1
      4. " msgstr "
      5. URL: %1
      6. " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
      7. Protocol: %1
      8. " msgstr "
      9. Протокол: %1
      10. " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      11. Date and time: %1
      12. " msgstr "
      13. Дата та час: %1
      14. " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
      15. Additional information: %1
      16. " msgstr "
      17. Додаткова інформація: %1
      18. " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Можливі причини:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Ймовірні вирішення:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(невідомий)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -922,17 +816,17 @@ msgstr "" "Щодо подальшої допомоги зв'яжіться з системою підтримки комп'ютера: або " "системним адміністратором, або групою технічної підтримки." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Щодо подальшої допомоги зв'яжіться з адміністратором сервера." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Перевірте ваші привілеї щодо даного ресурсу." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -940,13 +834,13 @@ msgid "" msgstr "" "Ваші права доступу до даного ресурсу можуть не відповідати запитаній дії." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "Файл, можливо, вже використовується іншою програмою і є замкненим." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -954,17 +848,17 @@ msgid "" msgstr "" "Перевірте, що інша програма або користувач не використовують даний файл." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Навряд чи, але можливо, сталася помилка обладнання." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Можливо, ви знайшли помилку у цій програмі." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -973,7 +867,7 @@ msgstr "" "Це, скоріше за все, спричинено помилкою у програмі. Будь ласка, відправте " "звіт про помилку, як вказано нижче." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -982,7 +876,7 @@ msgstr "" "Оновіть вашу програму до останньої версії. Ваш дистрибутив повинен надавати " "вам засоби для оновлення програм." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1003,12 +897,12 @@ msgstr "" "з всіма іншими подробицями, які на вашу думку можуть допомогти виправити цю " "помилку." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Можливо, у вас проблеми з'єднання з мережею." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1017,7 +911,7 @@ msgstr "" "Можливо, у вас проблеми з налаштуванням мережі. Але це малоймовірно, якщо " "останнім часом у вас не було проблем з доступом до інтернету." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1026,43 +920,43 @@ msgstr "" "Можливо, існують проблеми на шляху перенесення даних між сервером та вашим " "комп'ютером." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Спробуйте ще раз зараз або пізніше." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" "Можливо, сталася помилка протоколу або помилка несумісності протоколів." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Переконайтеся, що ресурс існує, і повторіть спробу." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Вказаний ресурс, можливо, не існує." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Перевірте, чи правильно ви вказали адресу, і повторіть спробу." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Перевірте стан з'єднання з мережею." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Неможливо відкрити ресурс для зчитування" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 неможливо прочитати, " "оскільки не вдається отримати доступ на читання." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Можливо, у вас недостатньо прав для зчитування файла або відкриття теки." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Неможливо відкрити ресурс для запису" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1091,17 +985,17 @@ msgstr "" "Це означає, що файл %1, не може бути записано, оскільки " "неможливо отримати дозвіл на запис." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Не вдалося запусти процес, потрібний для використання протоколу %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Неможливо запустити процес" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Здебільшого, таке трапляється з технічних причин." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1122,12 +1016,12 @@ msgstr "" "разом з останнім поновленням KDE. Це може призвести до несумісності програми " "з поточною версією та зашкодити її роботі." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Внутрішня помилка" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 зазнала внутрішньої помилки." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Неправильно сформований URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lпрокол://користувач:пароль@www.example.org:порт/тека/" "назва_файла.суфікс?запит=значення" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Протокол %1 не підтримується" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1169,12 +1063,12 @@ msgstr "" "Протокол %1 не підтримується програмами KDE, що зараз " "встановлені на цьому комп'ютері." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Запитаний протокол, можливо, не підтримується." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1183,7 +1077,7 @@ msgstr "" "Версії протоколу %1, що підтримуються цим комп'ютером та сервером, можливо, " "несумісні." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1195,17 +1089,17 @@ msgstr "" "де можна пошукати, є https://store.kde." "org.." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL не посилається на ресурс." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Протокол є фільтрувальним" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource " "Location), яку ви ввели, не вказує на відповідний ресурс." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1227,12 +1121,12 @@ msgstr "" "ситуація не задовольняє цим умовам. Такий випадок є дуже рідкісним, скоріше " "за все, це означає помилку в програмі." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Дія не підтримується: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1241,7 +1135,7 @@ msgstr "" "Запитана дія не підтримується програмою KDE, яка реалізує роботу з " "протоколом %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1252,17 +1146,17 @@ msgstr "" "повинна надати більше даних, ніж ті дані, які можливо отримати з архітектури " "вводу/виводу KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Спробуйте знайти інший спосіб виконати цю дію." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Очікувався файл" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1271,17 +1165,17 @@ msgstr "" "Результатом запиту мав бути файл, проте було отримано теку %1 замість файла." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Це, можливо, помилка на боці сервера." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Очікувалась тека" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1290,17 +1184,17 @@ msgstr "" "Результатом запиту мала бути тека, проте було отримано файл %1 замість теки." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файла або теки не існує" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Вказаного файла або теки %1 не існує." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1308,22 +1202,22 @@ msgid "" msgstr "" "Запитаний файл не може бути створено, оскільки вже існує файл з такою назвою." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Спробуйте пересунути існуючий файл, і повторіть дію." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Вилучіть поточний файл і повторіть спробу." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Виберіть іншу назву для нового файла." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1331,27 +1225,27 @@ msgid "" msgstr "" "Запитану теку не може бути створено, оскільки вже існує тека з такою назвою." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Спробуйте пересунути існуючу теку, і повторіть дію." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Вилучіть поточну теку і повторіть спробу." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Виберіть іншу назву для нової теки." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Невідомий вузол" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1360,35 +1254,35 @@ msgstr "" "Помилка «Невідомий вузол» означає, що сервер з назвою %1 не " "вдалося знайти в інтернеті." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Назви, яку ви ввели (%1), не існує: ймовірно, її було введено неправильно." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Доступ заборонено" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Доступ до вказаного ресурсу %1 заборонено." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Можливо, ви не вказали параметри розпізнавання або вказали їх неправильно." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Можливо, у вас не вистачає прав для доступу до вказаного ресурсу." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1397,12 +1291,12 @@ msgstr "" "Спробуйте ще раз і переконайтеся, що параметри розпізнавання вказано " "правильно." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Доступ на запис заборонено" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1410,12 +1304,12 @@ msgid "" msgstr "" "Це означає, що у спробі записати файл %1 було відмовлено." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Неможливо ввійти у теку" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1424,17 +1318,17 @@ msgstr "" "Це означає, що у спробі ввійти у вказану теку %1 (іншими " "словами, відкрити її) було відмовлено." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Вміст теки недоступний" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протокол %1 не є файловою системою" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1444,12 +1338,12 @@ msgstr "" "Це значить, що зроблений запит потребує визначення вмісту теки, але програма " "KDE, що підтримує цей протокол, не може зробити це." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Виявлено циклічне посилання" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1462,7 +1356,7 @@ msgstr "" "петлі, тобто, файл посилається (можливо не зовсім очевидним способом) сам на " "себе." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1470,27 +1364,27 @@ msgid "" msgstr "" "Вилучіть одну з частин циклу, щоб розірвати коло посилань і спробуйте знову." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Запит перервано користувачем" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Запит не було завершено, оскільки його було перервано." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Спробуйте запит ще раз." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Виявлено циклічне посилання при копіюванні" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1503,17 +1397,17 @@ msgstr "" "на себе у нескінченній петлі, тобто, файл посилається (можливо не зовсім " "очевидним способом) сам на себе." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Неможливо створити з'єднання з мережею" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Неможливо створити сокет" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1522,8 +1416,8 @@ msgstr "" "Це технічна помилка, потрібний пристрій або мережне з'єднання (сокет) " "неможливо створити." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1532,19 +1426,19 @@ msgstr "" "З'єднання з мережею можливо налаштовано неправильно або мережний інтерфейс " "не активований." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "У з'єднанні до сервера відмовлено" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Сервер %1 відмовив у з'єднанні з цим комп'ютером." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1553,7 +1447,7 @@ msgstr "" "Сервер, що зараз з'єднаний з інтернетом, можливо не налаштований для обробки " "запитів." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1562,7 +1456,7 @@ msgstr "" "Можливо, запитану службу (%1) не запущено на сервері, що зараз з'єднаний з " "інтернетом." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1572,12 +1466,12 @@ msgstr "" "Брандмауер (механізм який обмежує роботу з Інтернетом), що захищає вашу " "мережу або мережу, у якій перебуває сервер, можливо, заборонив цей запит." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "З'єднання з сервером було несподівано закрито" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1586,7 +1480,7 @@ msgstr "" "Хоча з'єднання до %1 було встановлено успішно, але його " "було несподівано закрито." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1595,17 +1489,17 @@ msgstr "" "Можливо, сталася помилка протоколу, що змусила сервер закрити з'єднання у " "відповідь на цю помилку." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Неправильний ресурс URL" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протокол %1 не є фільтрувальним" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LLocation), що ви ввели, не вказує на правильний механізм " "доступу до ресурсу, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1629,17 +1523,17 @@ msgstr "" "проте вказаний протокол неможливо використати для цього. Такий випадок є " "дуже рідкісним, скоріше за все це означає помилку в програмі." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Неможливо ініціалізувати пристрій вводу/виводу" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Не вдалося змонтувати пристрій" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1648,7 +1542,7 @@ msgstr "" "Неможливо ініціалізувати («змонтувати») пристрій. Помилка: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1659,7 +1553,7 @@ msgstr "" "немає дискети в дисководі), або, якщо це портативний пристрій, можливо, " "причиною помилки є неправильне з'єднання пристрою з комп'ютером." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1670,7 +1564,7 @@ msgstr "" "UNIX-системах, типово, тільки адміністратор має достатні права, щоб зробити " "це." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1680,17 +1574,17 @@ msgstr "" "вставлені у пристрій, а портативні пристрої має бути з'єднано з комп'ютером " "та увімкнено) і повторіть спробу." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Неможливо деініціалізувати пристрій вводу/виводу" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Неможливо демонтувати пристрій" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1699,7 +1593,7 @@ msgstr "" "Неможливо деініціалізувати («демонтувати») пристрій. Помилка: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1710,7 +1604,7 @@ msgstr "" "або іншим користувачем. Навіть робота інструмента керування файлами з " "відкритим каталогом на цьому пристрої може призвести до блокування пристрою." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1721,19 +1615,19 @@ msgstr "" "пристрою. В UNIX-системах, типово, тільки адміністратор має достатні права, " "щоб зробити це." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Перевірте, що ніякі інші програми не використовують пристрій, і повторіть " "спробу." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Неможливо читати з ресурсу" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1742,17 +1636,17 @@ msgstr "" "Це значить, що ресурс %1 було відкрито, а помилка виникла " "під час операції читання з ресурсу." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "У вас не вистачає прав для читання з цього ресурсу." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Неможливо писати до ресурсу" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1761,22 +1655,22 @@ msgstr "" "Це значить, що ресурс %1 було відкрито, а помилка виникла " "під час операції запису до ресурсу." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "У вас не вистачає прав для запису у цей ресурс." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Неможливо почати очікування на з'єднання" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Неможливо прив'язатись" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1786,17 +1680,17 @@ msgstr "" "Це технічна помилка, в результаті якої неможливо встановити в режим чекання " "на з'єднання логічний пристрій для обміну даними в мережі (сокет)." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Неможливо прослуховувати" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Неможливо прийняти з'єднання мережі" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1805,17 +1699,17 @@ msgstr "" "Це технічна помилка, в результаті якої, спроба прийняти вхідне з'єднання по " "мережі зазнала невдачі." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "У вас можливо не вистачає прав для прийняття цього з'єднання." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Не вдалося увійти: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1823,17 +1717,17 @@ msgstr "" "Спроба зареєструватися для того, щоб виконати запитану операцію, закінчилася " "невдачею." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Неможливо визначити стан ресурсу" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Неможливо отримати інформацію про стан ресурсу" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1842,68 +1736,68 @@ msgstr "" "Спроба отримати інформацію про стан ресурсу %1 (його назву, " "тип, розмір тощо) завершилася невдало." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Вказаний каталог не існує або є недоступним." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Неможливо скасувати отримання списку" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Додаткова інформація відсутня" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Неможливо створити теку" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Спроба створити вказану теку зазнала невдачі." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Адреси, за якою мала бути створена тека, можливо не існує." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Неможливо вилучити теку" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Спроба вилучити вказану теку, %1, зазнала невдачі." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Вказаної теки, можливо, не існує." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Вказана тека, можливо, не є порожньою." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Переконайтеся, що тека існує та порожня, і повторіть спробу." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Не вдалося відновити перенесення файла" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1912,32 +1806,32 @@ msgstr "" "Цей запит вимагає відновлення перенесення файла %1з якоїсь " "позиції в середині файла. Але це неможливо." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Протокол або сервер, можливо, не підтримують відновлення перенесення." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Повторіть запит ще раз без спроби відновлення перенесення." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Не вдалося перейменувати ресурс" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Спроба перейменувати ресурс %1 завершилась невдало." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Не вдалося змінити права доступу для ресурсу" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 завершилась " "невдало." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Не вдалося змінити власника ресурсу" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 завершилась невдало." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Не вдалося вилучити ресурс" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Спроба вилучити ресурс %1 зазнала невдачі." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Непередбачене завершення програми" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, непередбачено " "завершила роботу." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Недостатньо пам'яті" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, не може отримати " "достатньо оперативної пам'яті." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Невідома адреса проксі-сервера" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1. Ця помилка означає, що в інтернеті не вдалося " "знайти вузол з такою назвою." -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -2024,17 +1918,17 @@ msgstr "" "проксі. Але це малоймовірно, якщо останнім часом у вас не було проблем з " "доступом до інтернету." -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "Ретельно перевірте налаштування проксі і повторіть спробу." -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "Спроба розпізнавання зазнала невдачі: метод %1 не підтримується" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -2045,7 +1939,7 @@ msgstr "" "через те, що метод розпізнавання, який вимагає сервер, не підтримується " "програмою KDE, яка реалізує роботу з протоколом %1." -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -2055,17 +1949,17 @@ msgstr "" "\">https://bugs.kde.org/, щоб сповістити розробників про метод " "розпізнавання, який не підтримується." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Запит перервано" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Внутрішня помилка сервера" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2074,7 +1968,7 @@ msgstr "" "Програма на сервері, що надає доступ до протоколу %1, " "звітувала про внутрішню помилку: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2083,12 +1977,12 @@ msgstr "" "Скоріше за все, це зумовлено помилкою в програмі на сервері. Будь ласка, " "надішліть звіт про помилку, як вказано нижче." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "З'єднайтесь з адміністратором сервера, щоб сповістити про цю проблему." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2097,41 +1991,31 @@ msgstr "" "Якщо ви знаєте, хто розробники програми сервера, надішліть звіт по помилку " "прямо до них." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Помилка часу відгуку" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
        • Timeout for establishing a connection: %1 seconds
        • Timeout " -"for receiving a response: %2 seconds
        • Timeout for accessing proxy " -"servers: %3 seconds
        Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Незважаючи на те, що зв'язок з сервером було встановлено, відповідь не було " -"отримано за інтервал часу відведений на обробку запиту, який становить:" -"
        • Інтервал для встановлення зв'язку: %1 секунд
        • Інтервал для " -"отримання відповіді: %2 секунд
        • Інтервал для зв'язку з проксі " -"серверами: %3 секунд
        Будь ласка, зауважте, що можна змінити ці " -"параметри у Системних параметрах KDE, на сторінці Мережні параметри -> " -"Параметри з'єднання." +"Хоча із сервером було встановлено зв'язок, протягом часу, який було надано " +"на відповідь, відповіді не отримано." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер перевантажено обробкою відповідей на інші запити." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Невідома помилка" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, повернула " "невідому помилку: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Невідоме переривання" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1, повідомила про " "переривання невідомого типу: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Неможливо вилучити початковий файл" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2170,12 +2054,12 @@ msgstr "" "наприкінці операції перенесення файла. Первісний файл %1 не " "вдалося вилучити." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Не вдалося вилучити тимчасовий файл" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2186,12 +2070,12 @@ msgstr "" "дані файла, що отримується. Не вдалося вилучити тимчасовий файл %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Не вдалося перейменувати початковий файл" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2200,12 +2084,12 @@ msgstr "" "Виконання дії потребує перейменування первісного файла %1, " "але таке перейменування виконати не вдалося." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Неможливо перейменувати тимчасовий файл" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2214,32 +2098,32 @@ msgstr "" "Виконання дії потребує створення тимчасового файла %1, але " "його не вдається створити." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Не вдалося створити посилання" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Не вдалося створити символічне посилання" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Не вдалося створити символічне посилання %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Вмісту не виявлено" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Диск переповнений" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2248,7 +2132,7 @@ msgstr "" "Файл %1 неможливо записати, оскільки на диску недостатньо " "місця." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2259,12 +2143,12 @@ msgstr "" "файлів; 2) пересуванням частини файлів на змінні носії, зокрема диски CD-R; " "3) збільшенням об'єму диска." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Вихідний файл та файл призначення збігаються" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2273,17 +2157,17 @@ msgstr "" "Дію не може бути виконано, оскільки вихідний файл та файл призначення " "збігаються." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Виберіть іншу назву для файла призначення." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Файл або теку скинуто на саму себе" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2292,17 +2176,17 @@ msgstr "" "Дію не може бути виконано, оскільки початковий файла або тека і файла або " "тека призначення збігаються." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Скиньте об'єкт на інший файл або теку." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Теку пересунуто до самої себе" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2311,17 +2195,17 @@ msgstr "" "Дію не може бути виконано, оскільки не можна пересувати об'єкт до самого " "себе." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Пересуньте об'єкт до іншої теки." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Не вдалося здійснити обмін даними із сервером паролів" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2330,24 +2214,24 @@ msgstr "" "Дію не може бути виконано, оскільки не вдається встановити зв'язок із " "службою для обробки паролів (kpasswdserver)." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Спробуйте перезапустити сеанс користувача або виявити причину події за " "допомогою журналу (шукайте помилки kiod)." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Неможливо ініціювати протокол %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Не вдалося створити обробник KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2356,7 +2240,7 @@ msgstr "" "Не вдалося запустити обробник KIO, який надає доступ до протоколу " "%1. Здебільшого, таке трапляється з технічних причин." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2366,13 +2250,13 @@ msgstr "" "використовувати протокол. Це означає, що, ймовірно, у вас застаріла версія " "відповідного додатка." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Не вдалося перенести %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2382,7 +2266,7 @@ msgstr "" "Файл %1 не вдалося перенести, оскільки на файловій " "системі призначення не передбачено підтримки зберігання таких великих файлів." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2392,28 +2276,28 @@ msgstr "" "розміщувалася файлова система, на якій передбачено підтримку таких великих " "файлів." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Недокументована помилка" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Символічне посилання на %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, посилання на %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Вказує до %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2422,12 +2306,12 @@ msgstr "" "Помилка в URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Не вдалося визначити тип файла %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2436,13 +2320,13 @@ msgstr "" "Неможливо отримати назву програми з «%1», будь ласка, введіть чинну назву " "програми." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "Здається, %1 не є виконуваною програмою." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2452,92 +2336,92 @@ msgstr "" "%1 не знайдено. Будь ласка, вкажіть чинний шлях до " "виконуваної програми." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Відкриття з'єднань не підтримується протоколом %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Закриття з'єднань не підтримується протоколом %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Доступ до файлів не підтримується протоколом %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Запис до %1 не підтримується." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Протокол %1 не має спеціальних дій." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Отримання списку тек не підтримується для протоколу %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Отримання даних від %1 не підтримується." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Отримання типу MIME від %1 не підтримується." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Перейменування або пересування файлів у межах %1 не підтримується." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Створення символічних посилань не підтримується протоколом %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Копіювання файлів у межах %1 не підтримується." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Стирання файлів з %1 не підтримується." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Створення тек не підтримується протоколом %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Зміна атрибутів файлів не підтримується протоколом %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Зміна власників файлів не підтримується протоколом %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Відкривання файлів не підтримується протоколом %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Протокол %1 не підтримує дію %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2549,313 +2433,337 @@ msgstr "" "вимагає розширених прав доступу, оскільки право на внесення до нього змін у " "%2 мають користувачі, відмінні від root." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Невідомий протокол «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Неможливо знайти обробник KIO для протоколу «%1»." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Обробник KIO для протоколу «%1» у %2 не було завантажено, оскільки усі " +"обробники KIO, які розташовано поза %3, і яким потрібні розширені права " +"доступу, вважаються небезпечними." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Не вдалося створити сокет для обробника KIO, що запускається, для протоколу " "«%1»." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Не вдалося знайти виконуваний файл «kioworker» у «%1»" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Подробиці" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Завжди" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Про&довжити" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Тільки &поточний сеанс" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Пересунути до нової теки" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Створення нової теки для цих записів" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Файл, якій треба стерти, не вибрано." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Нічого стирати" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Ви не вибрали файл для викидання." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Нічого викидати" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Вказана тека не існує або недостатньо прав для перегляду." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Меню" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Батьківська тека" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Назад" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Вперед" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Домівка" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Перезавантажити" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Створити теку…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Пересунути в смітник" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Вилучити" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Упорядкування" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Упорядкувати за назвою" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Упорядкувати за розміром" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Упорядкувати за датою" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Упорядкувати за типом" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "За зростанням" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "За спаданням" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Теки спочатку" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Приховані файли останніми" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Перегляд піктограм" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Стислий перегляд" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Докладний перегляд" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Розташування піктограм" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Поряд з назвою файла" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Над назвою файла" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Стислий вигляд" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Детальний вигляд" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Ієрархічний вигляд" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Детальний ієрархічний вигляд" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Дозволити розгортання для докладного перегляду" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Показувати приховані файли" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Показати панель перегляду" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Показати перегляд" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Відкрити теку об'єкта" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Властивості" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Ре&жим перегляду" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Я-А" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "А-Я" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Найновіші першими" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Найстаріші першими" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Найновіші першими" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Найбільші першими" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Найменші першими" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Кодування:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Відкрити" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Зберегти як" @@ -2902,40 +2810,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Пересунути сюди" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|всі файли" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Всі файли, що підтримуються" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Всі файли" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Додати запис на панель «Місця»" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Змінити запис в панелі швидкого доступу" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

        The " @@ -2948,17 +2856,17 @@ msgstr "" "знаходиться за цим записом. Якщо ви не вводитимете мітку, її буде визначено " "за адресою URL.
        " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Мітка:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Тут введіть описову мітку" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2971,12 +2879,12 @@ msgstr "" "kde.org/pub/kde/stable

        Натиснувши кнопку праворуч, ви зможете " "переглянути та вибрати URL.
        " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Адреса:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

        Click " @@ -2985,17 +2893,17 @@ msgstr "" "Це піктограма, яку буде показано на панелі швидкого доступу.

        Натисніть цю кнопку, щоб вибрати іншу піктограму.
        " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Виберіть &піктограму:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Тільки для цієї програми (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3006,200 +2914,206 @@ msgstr "" "програмою (%1).

        Якщо пункт позначено не буде, доступ до запису " "можна буде отримати і за допомогою інших програм.
        " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Місця" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Віддалене" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Нещодавні" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Об'єкти пошуку" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Пристрої" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Портативні пристрої" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Мітки" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (з %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Усі мітки" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Домівка" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Стільниця" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Документи" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Завантажене" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Мережа" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Смітник" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Музика" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Зображення" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Відео" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Нещодавні файли" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Нещодавні місця" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Змінено сьогодні" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Змінено вчора" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Не вдалося додати на панель «Місця»: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "На панель «Місця» можна додавати лише теки." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Налаштувати…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Роз'єднання…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Роз'єднати" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Безпечно вилучити…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Безпечно вилучити" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Демонтування…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Д&емонтувати" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Ви&штовхнути" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Пристрій «%1» не пов'язано з дисками, з нього нічого виштовхувати." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Трапилась помилка при доступі до «%1», повідомлення системи: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Трапилась помилка під час доступу до «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Один або декілька файлів з цього пристрою відкрито у програмі." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3220,108 +3134,108 @@ msgstr[3] "" "Один або декілька файлів з цього пристрою відкрито у програмі " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Переформатувати або редагувати за допомогою «Керування розділами»" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "Вільно %1 з %2 (використано %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (приховано)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Спорожнити Смітник" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Змонтувати" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Відкрити у новій вкладці" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Відкрити у новому вікні" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Додати запис…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "З&мінити…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Вилучити з «Місць»" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "При&ховати" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Приховати розділ «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Приховати розділ" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "По&казати всі записи" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Розмір піктограм" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3329,51 +3243,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Автоматична зміна" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Малий (%1⨯%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Середній (%1⨯%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Великий (%1⨯%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Величезний (%1⨯%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Можна вибирати лише один файл" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Вказано більше за один файл" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Можна вибирати тільки локальні файли" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Віддалені файли не приймаються" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3394,52 +3308,22 @@ msgstr[3] "" "Вибрано адресу із непідтримуваною схемою. Будь ласка, скористайтеся такою " "схемою: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Непідтримувана схема адреси" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Було обрано декілька тек, а у цьому діалоговому вікні не можна вказувати " -"декілька тек: програма не зможе визначити, яку з тек слід відкрити. Будь " -"ласка, оберіть лише одну з тек, щоб побачити список для неї." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Вказано більше за одну теку" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Було обрано принаймні одну теку і один файл. Вибрані файли буде пропущено, — " -"буде показано лише список для вибраної теки" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Було обрано файли і теки" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Не вдалося знайти файл «%1»" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Не вдалося відкрити файл" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

        For instance, " @@ -3450,44 +3334,44 @@ msgstr "" "якщо поточною адресою є file:/home/konqi, натискання цієї кнопки перенесе " "вас до file:/home.
        " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Натисніть цю кнопку, щоб перейти на один крок назад у журналі перегляду." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Натисніть цю кнопку, щоб перейти на один крок вперед у журналі перегляду." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Натисніть цю кнопку, щоб перезавантажити дані за поточною адресою." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Натисніть цю кнопку, щоб створити нову теку." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Показати панель місць" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Показати кнопку закладок" +msgid "Show Quick Filter" +msgstr "Показати швидкий фільтр" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Параметри" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3502,12 +3386,12 @@ msgstr "" "li>
      19. панель місць
      20. перегляд файлів
      21. відокремлення тек від " "файлів
      22. " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Закладки" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3522,12 +3406,35 @@ msgstr "" "закладок KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Назва:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Скасувати зміну назви файла" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Зберігати фільтрування, якщо змінюється тека" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Фільтрувати за назвою…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Приховати смужку фільтрування" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3539,12 +3446,12 @@ msgstr "" "Цю можливість можна наладнати, клацнувши правою кнопкою миші та вибравши " "потрібній режим у меню Завершення тексту." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Це назва, з якою його буде збережено файл." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3553,74 +3460,78 @@ msgstr "" "Це список файлів для відкривання. Можна вибрати більше, ніж один файл " "відразу: для цього слід вказати список назв файлів, розділений пробілами." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Це назва файла для відкривання." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Місця" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Файл з назвою «%1» вже існує. Бажаєте його перезаписати?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Перезаписати файл?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Можна вибирати тільки локальні файли." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Віддалені файли не приймаються" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Всі теки" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Поточний каталог: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Відкрити" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Розмір піктограм: %1 пікселів" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Автоматично вибрати с&уфікс назви файла (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "суфікс %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Автоматично вибрати с&уфікс назви файла" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "відповідний суфікс" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3647,12 +3558,12 @@ msgstr "" "впевнені щодо потрібних вам налаштувань, позначте цей пункт, оскільки це " "зробить назви файлів більш керованими." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Тип файла:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3661,63 +3572,53 @@ msgstr "" "Це засіб вибору типу файлів. Його використовують для вибору формату, у " "якому буде збережено дані файла." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Фільтр:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

        You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

        Wildcards such as * and ? are allowed.

        " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Це фільтр, який застосовується до списку файлів. Назви файлів, які не " -"відповідають фільтру, не буде показано.

        Ви можете вибрати один з " -"попередньо встановлених фільтрів зі спадного меню або ввести власний фільтр." -"

        Можна користуватися шаблонами * та ?.

        " +"Це засіб вибору типу файлів. Його використовують для вибору формату, у " +"якому буде показано файли." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Створення файла" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Вибачте" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Файла шаблону %1 не існує." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Назва нового посилання:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Створити посилання на URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Введіть назву файла %1:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Вибачте" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Файла шаблону %1 не існує." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Назва нового посилання:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Створити символічне посилання" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Створити посилання на URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3727,7 +3628,7 @@ msgstr "" "Не можна скористатися назвою %1, оскільки таку назву " "зарезервовано операційною системою." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3737,7 +3638,7 @@ msgstr "" "Назва файла %1 починається з крапки. Типово, такі файли " "вважаються прихованими." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3749,32 +3650,42 @@ msgstr "" "проблем, це призведе до того, що її буде показано перед іншими записами при " "упорядковуванні за абеткою." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Додавання символів похилих рисок до назв тек призведе до створення підтек, " "ось так:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "Додавання символів похилих рисок до назв тек призведе до створення підтек." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Не можна використовувати символи похилої риски у назва файлів і тек" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Не можна використовувати символи зворотної похилої риски у назвах файлів і " "тек." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Створення файла або теки з назвою %1 неможливе, " +"оскільки призведе до конфлікту з розміщенням домашньої теки користувача." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3784,96 +3695,139 @@ msgstr "" "такі назви можуть призводити до помилок або введення небезпечних команд у " "терміналі, коли ви захочете щось вилучити." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Каталог із назвою %1 вже існує." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Файл із назвою %1 вже існує." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Створити" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Посилання на пристрій" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Нова тека" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Створення теки" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Створити теку у %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Введіть назву теки" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Типове" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Створення файла" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Вкажіть назву файла" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Вибрати нетипову піктограму або колір" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Вибрати іншу піктограму…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Піктограму можна пізніше змінити у властивостях теки." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Копіювати" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Вставити" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Відкрити «%1» у новій вкладці" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Відкрити «%1» у новому вікні" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Редагування" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Навігація" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Показати повний шлях" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Перейти до будь-якого місця за шляхом %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3885,6 +3839,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Перейти до місця за шляхом" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Місця" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3908,28 +3869,28 @@ msgstr "Інше" msgid "Edit mode" msgstr "Змінити режим" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Клацніть для переходу у режим послідовної навігації" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Клацніть для переходу у режим зміни адреси" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Вам не дозволено запускати цей файл." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Триває запуск %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3938,12 +3899,12 @@ msgstr "" "Не вдалося зробити службу %1 виконуваною, виконання перервано.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Вам не дозволено вибирати програму для відкривання цього файла." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3972,12 +3933,20 @@ msgstr "Помилка під час спроби зберегти зображ msgid "Icon file too big, download aborted" msgstr "Файл піктограми є надто великим, отримання перервано" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob: пропускаємо порожній файл, можливо, пошкоджене символічне " +"посилання: %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Не знайдено клієнта електронної пошти" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3988,28 +3957,28 @@ msgstr "" "%1\n" "є некоректним." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Триває запуск %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Не вдалося знайти команду %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Не знайдено емулятора термінала" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Не вдалося відкрити %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4020,7 +3989,7 @@ msgstr "" "%1\n" "належить до типу Link, але не має елемента URL=..." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4029,14 +3998,14 @@ msgstr "" "Виконуваний файл «%1» зберігається у віддаленій файловій системі. З " "міркувань безпеки його не буде запущено." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" "З міркувань безпеки запуск виконуваних файлів у цьому контексті заборонено." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4045,7 +4014,7 @@ msgstr "" "Програмі «%1» має бути надано права на виконання, перш ніж її можна буде " "запустити." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4054,12 +4023,12 @@ msgstr "" "Не вдалося зробити файл «%1» придатним до виконання.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Файл записів стільниці %1 не містить запису Type=..." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4070,12 +4039,12 @@ msgstr "" "Перевірте відкриті програми та область сповіщень — можливо, над файлом " "виконуються якісь дії або отримання даних файла з інтернету не завершено." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Не вдалося відкрити файл." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Не вдалося запустити програму «%1»." @@ -4164,74 +4133,69 @@ msgstr "" "було змінено.\n" "Хочете вивантажити зміни?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec — відкриває віддалені файли, наглядає за змінами, дає запит на " "вивантаження" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998-2000,2003 Розробники KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Розглядати адреси (URL) як локальні файли та вилучити їх пізніше" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Запропонована назва для отриманого файла" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Команда, яку слід виконати" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "адреси або локальні файли для «команди»" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Встановлення ACL для %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4240,7 +4204,7 @@ msgstr "" "Не вдалося змінити права доступу до\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4250,118 +4214,37 @@ msgstr "" "Не вдалося змінити власника і групу\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Не вдалося відкрити тимчасовий файл" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Не вдалось знайти програму «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Не вдалось знайти програму «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Змінити права доступу до файла" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Нові права доступу: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Змінити власника файла" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Новий власник: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Вилучити файл" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Вилучити каталог" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Створити каталог" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Права доступу до каталогу: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Відкрити файл" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Відкрити каталог" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Нова назва файла: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Призначення: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Змінити часову позначку" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "З %1 до %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Невідома дія" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Дія: %1\n" -"Джерело: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Не вдалося скопіювати з %1 у %2. (Помилка: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Немає носія інформації у пристрої, зв'язаному з %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Не вдалося дістати ІД користувача для %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Не вдалося дістати ІД групи для %1" @@ -4403,32 +4286,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Щоб дістатися цього сайта, потрібно надати ім'я користувача та пароль." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Реєстрацію виконано" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Помилка реєстрації в %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4437,7 +4320,7 @@ msgstr "" "\n" "Повідомлення сервера: «%1»" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4446,12 +4329,12 @@ msgstr "" "Ви повинні надати ім'я користувача та пароль для сервера проксі, вказаного " "нижче, перед тим, як отримати дозвіл на доступ до будь-яких сайтів." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Проксі:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Помилка розпізнавання на проксі-сервері." @@ -4504,101 +4387,101 @@ msgid "" msgstr "Хочете прийняти сертифікат назавжди без попереджень?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Автентифікація сервера" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 на %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Інакше, запит завершився б вдало." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "отримати значення властивостей" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "встановити значення властивостей" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "створити вказану теку" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "скопіювати вказаний файл або теку" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "пересунути вказаний файл або теку" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "шукати у вказаній теці" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "заблокувати вказаний файл або теку" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "розблокувати вказаний файл або теку" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "вилучити вказаний файл або теку" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "запитати можливості сервера" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "отримати вміст вказаного файла або теки" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "створити звіт за вказаною текою" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "При спробі %2 сталася непередбачена помилка (%1)." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4606,13 +4489,13 @@ msgid "" "below." msgstr "Сталася помилка при спробі %1, %2. Резюме причин наведено нижче." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Було відмовлено у доступі при спробі %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4621,7 +4504,7 @@ msgstr "" "Ресурс неможливо створити на місці призначення, поки не буде створено одну " "або більше проміжних збірок (тек)." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4636,28 +4519,28 @@ msgstr "" "перезаписаним.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Не вдалося встановити блок. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Сервер не підтримує запитаний тип тіла." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Неможливо виконати %1, оскільки ресурс заблоковано." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ця дія не була виконана через іншу помилку." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4665,7 +4548,7 @@ msgid "" "folder." msgstr "Неможливо %1, оскільки сервер відмовляється прийняти файл або теку." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4674,18 +4557,18 @@ msgstr "" "Ресурс призначення не має достатньо місця, щоб записати стан ресурсу після " "виконання цього метода." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Вказаний ресурс не можна вилучати." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "вивантажити %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4696,15 +4579,15 @@ msgstr "Сталася непередбачена помилка (%1) при с msgid "Network" msgstr "Мережа" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "Неправильний URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4716,12 +4599,12 @@ msgstr "" "початкове місцезнаходження. Можна або створити каталог знову та спробувати " "відновити ще раз, або відновити елемент перетягнувши його у інше місце." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Некоректне поєднання протоколів." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Цей файл вже знаходиться у смітнику." @@ -4757,7 +4640,7 @@ msgstr "Спорожнити вміст смітника" msgid "Restore a trashed file to its original location" msgstr "Відновити файл у його початковому місці знаходження" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Смітник переповнено. Спорожніть його або вилучіть записи вручну." @@ -4778,17 +4661,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Повторити" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Діалогове вікно розпізнавання" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Доступ заборонено" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "У вас не вистачає прав для доступу до протоколу %1." @@ -4897,13 +4780,13 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Очікувана контрольна сума (MD5, SHA1, SHA256 або SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" @@ -4911,28 +4794,28 @@ msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4942,9 +4825,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Підрахувати" @@ -4953,137 +4836,208 @@ msgstr "Підрахувати" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Клацніть, щоб скопіювати контрольну суму до буфера обміну." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Скасувати" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "Перес&унути сюди" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Отримати сюди" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "С&копіювати сюди" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "С&творити посилання" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "З&апустити" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Що слід зробити із цим файлом?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Не запитувати знову" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Відкрити" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "Ви&конати" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "В&ідкрити за допомогою %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Скасовування змін" +msgid "Would you like to launch this file?" +msgstr "Хочете запустити цей файл?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Для скасовування наслідків цієї дії потрібні права доступу користувача root " -"(адміністратора). Продовжити спробу скасувати цю дію?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Створення теки" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Джерело" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Призначення" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Копіювання" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Пересування" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Перейменування" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Пересування до смітника" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Вилучення" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Скасувати" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "&Скасувати: Копіювання" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "&Скасувати: Створення посилання" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "&Скасувати: Пересування" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "&Скасувати: Перейменування" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "&Скасувати: Викидання" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "&Скасувати: Створення теки" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "&Скасувати: Створення тек" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "&Скасувати: Створення файла" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "&Скасувати: Пакетне перейменування" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Повторити" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Повторити: Копіювання" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Повторити: Створення посилання" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Повторити: Пересування" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Повторити: Перейменування" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Повторити: Викидання" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Повторити: Створення теки" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Повторити: Створення тек" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Повторити: Створення файла" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Повторити: Пакетне перейменування" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5095,12 +5049,12 @@ msgstr "" "Скасування дії копіювання вилучить цей файл, отже, всі зміни буде втрачено.\n" "Ви справді бажаєте вилучити %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Підтвердження скасування копіювання файла" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5112,21 +5066,22 @@ msgstr "" "filename>Відновити вилучені таким чином " "об'єкти буде дуже важко." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Вилучити остаточно" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Вилучити остаточно" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5152,7 +5107,7 @@ msgstr[3] "" "strong='true'>Відновити вилучені таким чином об'єкти буде дуже важко." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5163,13 +5118,13 @@ msgstr "" "strong='true'>Відновити вилучені таким чином об'єкти буде дуже важко." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Спорожнити Смітник" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5179,7 +5134,7 @@ msgstr "" "Ви справді хочете пересунути цей об'єкт до теки смітника?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5266,7 +5221,7 @@ msgstr "Власник" msgid "Owning Group" msgstr "Група власника" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Інші" @@ -5339,106 +5294,112 @@ msgstr "Оновлення налаштувань системи" msgid "Updating system configuration…" msgstr "Оновлення налаштувань системи…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Назва" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Розмір" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Дата" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Права доступу" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Власник" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Група" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тип" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Відкрити &за допомогою %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Дії" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "В&ідкрити теку за допомогою…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "В&ідкрити за допомогою…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Запустити виконуваний файл" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "В&ідкрити теку за допомогою %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "В&ідкрити за допомогою %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "В&ідкрити теку за допомогою" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "В&ідкрити за допомогою" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Інша програма…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5448,113 +5409,131 @@ msgstr[1] "%1 об'єкти" msgstr[2] "%1 об'єктів" msgstr[3] "%1 об'єкт" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Невідомо" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Зупинити" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Переглянути у FileLight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Звідки змонтовано:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Вільне місце:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тип:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Вміст:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Відкрити за допомогою:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Змінити..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Розташування:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Розмір:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Змінити..." +msgid "Determine the folder size" +msgstr "Визначити розмір теки" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Вміст:" +msgid "Stop" +msgstr "Зупинити" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Припинити визначення розмірів тек" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Переглянути у FileLight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Вказує до:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Остання зміна:" +msgid "Show target" +msgstr "Показати призначення" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Створено:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Файлова система:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Невідомий розмір" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Точка монтування:" +msgid "Modified:" +msgstr "Остання зміна:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Останній доступ:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Відкрити за допомогою:" +msgid "File system:" +msgstr "Файлова система:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Точка монтування:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Звідки змонтовано:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Вільне місце:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Невідомий розмір" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5863,24 +5842,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Введіть опис програми, виходячи з її призначення. Наприклад: програму для " -"з'єднання через модем (KPPP) можна описати «Засіб для з'єднання через модем»." +"Введіть загальну назву програми. Приклад: для програми для перегляду " +"зображень введіть «Переглядач зображень»." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Опис:" +msgid "&Generic name:" +msgstr "&Загальна назва:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Введіть тут будь-який коментар, який ви вважаєте корисним." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Введіть опис програми, виходячи з її призначення. Приклад: для програми для " +"перегляду зображень введіть «Перегляд і редагування зображень»." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5891,7 +5874,7 @@ msgstr "Ко&ментар:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Змінні середовища:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6097,7 +6080,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Спільний ресурс" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6107,36 +6090,55 @@ msgstr "" "Не вдалося зберегти властивості через недостатні права доступу до запису:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Загальні" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Вкажіть назву файла" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Переглянути у %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Поновити" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Введіть місце призначення" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Показати %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Невідомий розмір" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6145,8 +6147,8 @@ msgstr "" "Обчислення... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" @@ -6155,8 +6157,8 @@ msgstr[1] "%1 файли" msgstr[2] "%1 файлів" msgstr[3] "один файл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" @@ -6165,85 +6167,91 @@ msgstr[1] "%1 підтеки" msgstr[2] "%1 підтек" msgstr[3] "одна підтека" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Обчислення…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Принаймні %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Порожня назва нового файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Немає зареєстрованого типу файлів" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Немає пов'язаної програми" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Створити…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Змінити…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Змінити типову програму для відкриття файлів типу «%1»." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Немає доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Можна лише переглядати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Можна переглядати і змінювати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Можна лише переглядати вміст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Можна переглядати та змінювати вміст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Можна лише переглядати або читати вміст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Можна переглядати/читати та змінювати/писати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Права доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Права доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6254,37 +6262,37 @@ msgstr[2] "" "Ці файли є символічними посиланнями. Посилання не мають прав доступу." msgstr[3] "Цей файл є символічним посиланням. Посилання не мають прав доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Тільки власник може змінювати права доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "В&ласник:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Тут вказано дії, які власник може виконувати." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Гру&па:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Тут вказано дії, які можуть виконувати члени групи." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "І&нші:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6293,27 +6301,27 @@ msgstr "" "Тут вказано дії, які можуть виконувати всі користувачі, що не є членами " "групи та не є власниками." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Тільки в&ласник може вилучати або перейменовувати дані" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Дозволити &виконання файла як програми" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Вилучити або перейменувати:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Виконати:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6324,7 +6332,7 @@ msgstr "" "стирати файли та теки, які містить ця тека. Інші користувачі зможуть тільки " "створювати нові файли, якщо їм дозволено змінювати вміст." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6334,42 +6342,42 @@ msgstr "" "Позначення має сенс тільки для програм та скриптів, воно потрібне для того, " "щоб їх можна було запускати." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Р&озширені права доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Власники" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Користувач:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Група:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Застосувати зміни до всіх підтек та їхнього вмісту" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Розширені права доступу" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Клас" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6378,22 +6386,22 @@ msgstr "" "Показати\n" "вміст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Цей біт надає дозвіл на перегляд вмісту теки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Читати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Біт «Читати» надає дозвіл на перегляд вмісту файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6402,7 +6410,7 @@ msgstr "" "Змінити\n" "вміст" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6411,43 +6419,43 @@ msgstr "" "Цей біт надає дозвіл на створення, перейменування та стирання файлів. " "Зауважте, що стирання та перейменування може бути обмежено бітом стійкості." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Записати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Біт «Записати» надає дозвіл на зміну вмісту файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Увійти" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Вмикання цього біта надає дозвіл на вхід до теки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Виконати" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Вмикання цього біта надає дозвіл на запуск цього файла як програми." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Спеціальні" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6456,31 +6464,31 @@ msgstr "" "Спеціальні біти. Дія розповсюджується на всю теку, їхнє значення описано " "праворуч." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Спеціальні біти. Їхнє значення описано праворуч." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Користувач" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Група" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "Якщо біт ввімкнено, власником всіх нових файлів буде власник теки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6489,7 +6497,7 @@ msgstr "" "Якщо цей файл можна запускати і встановлено цей біт, процес буде мати права " "власника файла." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6497,7 +6505,7 @@ msgstr "" "Якщо біт ввімкнено, групою всіх нових файлів буде група, яку вказано для " "теки." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6506,7 +6514,7 @@ msgstr "" "Якщо цей файл можна запускати і встановлено цей біт, процес належатиме до " "групи, до якої належить файл." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6516,7 +6524,7 @@ msgstr "" "зможе перейменувати чи стерти цей файл. Інакше кожен користувач, який має " "права на запис, зможе зробити це." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6525,33 +6533,33 @@ msgstr "" "Біт стійкості на файлах ігнорується у Linux, але може використовуватися " "іншими операційними системами" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Встановити UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Встановити GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Біт стійкості" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Посилання" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Змінний (Без змін)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." @@ -6560,7 +6568,7 @@ msgstr[1] "Ці файли використовують розширені пр msgstr[2] "Ці файли використовують розширені права доступу." msgstr[3] "Цей файл використовує розширені права доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." @@ -6569,49 +6577,40 @@ msgstr[1] "Ці теки використовують розширені пра msgstr[2] "Ці теки використовують розширені права доступу." msgstr[3] "Ця тека використовує розширені права доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ці файли використовують розширені права доступу." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Контрольні суми" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Обчислюємо…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Некоректна контрольна сума." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "Вхідні дані не є коректною контрольною сумою MD5, SHA1 або SHA256." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Контрольні суми збігаються." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Обчислена контрольна сума і очікувана контрольна сума є тотожними." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

        Checksums do not match.

        This may be due to a faulty download. Try re-" @@ -6622,30 +6621,46 @@ msgstr "" "отримання даних. Спробуйте отримати файл ще раз.
        Якщо і після цього суми " "не збігатимуться, повідомте про це тих, хто розмістив файл." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Обчислена контрольна сума і очікувана контрольна сума є різними." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Перевіряємо контрольну суму…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Контрольні суми для усіх файлів є тотожними." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Вибрані файли мають різні контрольні суми." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Обчислюємо…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6653,27 +6668,27 @@ msgstr "" "Не вдалося зберегти властивості. Передбачено підтримку лише записів у " "локальній файловій системі." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Програма" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Додати тип файла для %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Виберіть один або більше типи файлів для додавання:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Підтримуються тільки програми на локальній файловій системі." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Додаткові параметри для %1" @@ -6781,22 +6796,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Налаштувати вебскорочення…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Діалогове вікно відкриття файлів" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Назва файла для вмісту кишені:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "вставлений файл" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Вставити вміст буфера обміну даними" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6806,19 +6823,19 @@ msgstr "" "«вставити»: вибраний формат даних вже не підходить. Будь ласка, скопіюйте " "знов те, що ви хотіли вставити." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Вставити одну теку" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Вставити один файл" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6828,47 +6845,58 @@ msgstr[1] "Вставити %1 об'єкти" msgstr[2] "Вставити %1 об'єктів" msgstr[3] "Вставити один об'єкт" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Вставити вміст кишені…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Вставити" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Формат даних:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Назва файла для вмісту кишені:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Назва файла для скинутих даних:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Дата: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Розмір: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Зас&тосувати до всіх" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6879,52 +6907,52 @@ msgstr "" "Якщо ви не натиснете кнопку «Пропустити», програма запитуватиме вас, якщо " "зустрінеться з конфліктами щодо файлів у каталозі." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Якщо ви позначите цей пункт, вибір варіанта розв'язання конфлікту, зроблений " "за допомогою натискання відповідної кнопки, буде застосовано до всіх " "конфліктів до завершення поточного завдання." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "П&ерейменувати" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Запропонувати нову &назву" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Проп&устити" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" "Не копіювати або не пересувати цієї теки, замість цього перейти до " "наступного елемента" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" "Не копіювати або не пересувати цього файла, замість цього перейти до " "наступного елемента" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Записати" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6936,13 +6964,13 @@ msgstr "" "У разі конфлікту з файлом, що вже існує у каталозі, програма знову надішле " "вам запит на виконання дії." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "&Перезаписати давніші файли" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6951,12 +6979,12 @@ msgstr "" "Файли призначення, які є давнішими за часом внесення змін, буде перезаписано " "файлами джерела. Новіші ж файли буде пропущено." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Продовжити" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6965,67 +6993,57 @@ msgstr "" "Ця дія призведе до перезапису «%1» самим собою.\n" "Будь ласка, введіть нову назву файла:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "Пр&одовжити" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Хочете переписати дані у теці призначення?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Хочете влити вміст «%1» до «%2»?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Джерело" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Призначення" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Файл джерела є новішим." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Файл джерела є старішим." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Файл джерела є меншим на %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Файл джерела є більшим на %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Файли є однаковими." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Файли здаються однаковими." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Файли є різними." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7034,59 +7052,51 @@ msgstr "" "Ймовірно, файли є однаковими: вони мають однаковий розмір, а їхній вміст " "збігається на початку, посередині і у кінці." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Порівняти файли" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Вже існує старіший варіант за назвою «%1»." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Схожий файл з назвою «%1» вже існує." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Вже існує новіший варіант за назвою «%1»." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Перейменувати:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Перейменування об'єкта" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Перейменування об'єктів" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "П&ерейменувати" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Перейменувати об'єкт %1 на:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Нова назва #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Файл із назвою %1 вже існує." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 не є коректною назвою файла." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7096,38 +7106,195 @@ msgstr[1] "Перейменувати %1 позначені об'єкти на:" msgstr[2] "Перейменувати %1 позначених об’єктів на:" msgstr[3] "Перейменувати позначений об’єкт на:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# буде замінено на зростаючі числа, починаючи з:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Нова назва #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Некоректна назва файла: нова назва має містити одну послідовність #, інакше " +"усі файли матимуть різні суфікси назв." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Перейменувати %1 позначений запис за:" +msgstr[1] "Перейменувати %1 позначені записи за:" +msgstr[2] "Перейменувати %1 позначених записів за:" +msgstr[3] "Перейменувати %1 позначений запис за:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Замінити:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Взірець" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "На:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Заміна" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Жодна назва файла не містить взірця." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Заміна «%1» на порожній рядок призведе до того, що %2 " +"матиме порожню назву файла." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Перейменувати %1 позначений запис:" +msgstr[1] "Перейменувати %1 позначені записи:" +msgstr[2] "Перейменувати %1 позначених записів:" +msgstr[3] "Перейменувати позначений запис:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Додати текст:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Текст для додавання" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "До назви файла" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Після назви файла" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Перейменування об'єкта" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Перейменування об'єктів" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "П&ерейменувати" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Спосіб перейменування:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Нумерація" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Заміна тексту" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Додати текст" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Перегляд:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"%1 не можна перейменовувати на файл з порожньою назвою." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Інформація" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Замінити" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Повторити" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Замінити всі" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Пропустити" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Пропустити всі" @@ -7214,7 +7381,7 @@ msgstr "" "Віддаленим вузлом не було надіслано жодних сертифікатів SSL.\n" "З'єднання перервано через неможливість встановити автентичність вузла." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7265,44 +7432,82 @@ msgstr[3] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Спроба пересунути цей об'єкт до смітника завершилася невдало через його " -"надто великий розмір. Вилучити його остаточно?%1Скасувати наслідки цієї дії буде " -"дуже важко." +"У теці смітника лишилося надто мало місця для цього файла. Вилучити його " +"остаточно?%1Скасувати наслідки цієї дії буде дуже важко." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"У теці смітника лишилося надто мало місця для цього %1 файла. Вилучити файли " +"остаточно?Скасувати наслідки цієї дії буде дуже " +"важко." +msgstr[1] "" +"У теці смітника лишилося надто мало місця для цих %1 файлів. Вилучити файли " +"остаточно?Скасувати наслідки цієї дії буде дуже " +"важко." +msgstr[2] "" +"У теці смітника лишилося надто мало місця для цих %1 файлів. Вилучити файли " +"остаточно?Скасувати наслідки цієї дії буде дуже " +"важко." +msgstr[3] "" +"У теці смітника лишилося надто мало місця для цього %1 файла. Вилучити файл " +"остаточно?Скасувати наслідки цієї дії буде дуже " +"важко." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Тека смітника для місця цього запису недоступна. Вилучити його остаточно?%1Скасувати " +"наслідки цієї дії буде дуже важко." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Спроба пересунути цей %1 об'єкт до смітника завершилася невдало через надто " -"великий розмір. Вилучити їх остаточно?Скасувати " -"наслідки цієї дії буде дуже важко." +"Для цього %1 запису тека смітника недоступна. Вилучити файли остаточно?Скасувати наслідки цієї дії буде дуже важко." msgstr[1] "" -"Спроба пересунути ці %1 об'єкти до смітника завершилася невдало через надто " -"великий розмір. Вилучити їх остаточно?Скасувати " -"наслідки цієї дії буде дуже важко." +"Для цих %1 записів тека смітника недоступна. Вилучити файли остаточно?Скасувати наслідки цієї дії буде дуже важко." msgstr[2] "" -"Спроба пересунути ці %1 об'єктів до смітника завершилася невдало через надто " -"великий розмір. Вилучити їх остаточно?Скасувати " -"наслідки цієї дії буде дуже важко." +"Для цих %1 записів тека смітника недоступна. Вилучити файли остаточно?Скасувати наслідки цієї дії буде дуже важко." msgstr[3] "" -"Спроба пересунути цей об'єкт до смітника завершилася невдало через надто " -"великий розмір. Вилучити його остаточно?Скасувати наслідки цієї дії буде дуже важко." +"Для цього запису тека смітника недоступна. Вилучити файл остаточно?Скасувати наслідки цієї дії буде дуже важко." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7312,51 +7517,288 @@ msgstr[1] "Ви справді хочете пересунути ці %1 об'є msgstr[2] "Ви справді хочете пересунути ці %1 об'єктів до «Смітника»?" msgstr[3] "Ви справді хочете пересунути цей об'єкт до «Смітника»?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Не запитувати знову" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Не запитувати знову" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Не показувати більше це повідомлення" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Схоже, що SSL сертифікат вузла пошкоджений." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Попередження" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Це запустить програму:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Якщо ви не довіряєте цій програмі, натисніть кнопку «Скасувати»." +#~ msgid "Open With:" +#~ msgstr "Відкрити за допомогою:" + +#~ msgid "File System:" +#~ msgstr "Файлова система:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Запускати виконувані файли без підтвердження" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Відкрити виконувані файли у типовій програмі без підтвердження" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Запам'ятати для усіх виконуваних файлів" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Ви можете скасувати це у розділі «Підтвердження» програми для керування " +#~ "файлами Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Зміна атрибутів" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для внесення зміни до атрибутів файлів потрібні права доступу " +#~ "адміністратора (root). Продовжити спробу внесення змін?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершення дії з копіювання потрібні права доступу користувача root " +#~ "(адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "Delete Files" +#~ msgstr "Стерти файли" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Для вилучення потрібні права доступу користувача root (адміністратора). " +#~ "Втім, вилучення може пошкодити вашу систему. Продовжити спробу виконати " +#~ "цю дію?" + +#~ msgid "Create Folder" +#~ msgstr "Створення теки" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для створення цієї теки потрібні права доступу користувача root " +#~ "(адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "Move Items" +#~ msgstr "Пересування записів" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершення дії з пересування потрібні права доступу користувача root " +#~ "(адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "Rename" +#~ msgstr "Перейменування" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Для завершення дії з перейменовування потрібні права доступу користувача " +#~ "root (адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Для створення символічного посилання потрібні права доступу користувача " +#~ "root (адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "Transfer data" +#~ msgstr "Перенесення даних" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Для завершення дії з перенесення даних потрібні права доступу користувача " +#~ "root (адміністратора). Продовжити спробу виконати цю дію?" + +#~ msgid "Undo Changes" +#~ msgstr "Скасовування змін" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Для скасовування наслідків цієї дії потрібні права доступу користувача " +#~ "root (адміністратора). Продовжити спробу скасувати цю дію?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Встановлення ACL для %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Змінити права доступу до файла" + +#~ msgid "New Permissions: %1" +#~ msgstr "Нові права доступу: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Змінити власника файла" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Новий власник: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Вилучити файл" + +#~ msgid "Remove Directory" +#~ msgstr "Вилучити каталог" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Права доступу до каталогу: %1" + +#~ msgid "Open File" +#~ msgstr "Відкрити файл" + +#~ msgid "Open Directory" +#~ msgstr "Відкрити каталог" + +#~ msgid "New Filename: %1" +#~ msgstr "Нова назва файла: %1" + +#~ msgid "Target: %1" +#~ msgstr "Призначення: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Змінити часову позначку" + +#~ msgid "From: %1, To: %2" +#~ msgstr "З %1 до %2" + +#~ msgid "Unknown Action" +#~ msgstr "Невідома дія" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Дія: %1\n" +#~ "Джерело: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Показати кнопку закладок" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Пересуваємо файли" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Копіюємо файли" + +#~ msgid "&Description:" +#~ msgstr "&Опис:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Введіть тут будь-який коментар, який ви вважаєте корисним." + +#~ msgid "Do not ask again" +#~ msgstr "Не запитувати знову" + +#~ msgid "&Filter:" +#~ msgstr "&Фільтр:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

        You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

        Wildcards such as * and ? are allowed." +#~ "

        " +#~ msgstr "" +#~ "Це фільтр, який застосовується до списку файлів. Назви файлів, які не " +#~ "відповідають фільтру, не буде показано.

        Ви можете вибрати один з " +#~ "попередньо встановлених фільтрів зі спадного меню або ввести власний " +#~ "фільтр.

        Можна користуватися шаблонами * та ?.

        " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Було обрано декілька тек, а у цьому діалоговому вікні не можна вказувати " +#~ "декілька тек: програма не зможе визначити, яку з тек слід відкрити. Будь " +#~ "ласка, оберіть лише одну з тек, щоб побачити список для неї." + +#~ msgid "More than one folder provided" +#~ msgstr "Вказано більше за одну теку" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Було обрано принаймні одну теку і один файл. Вибрані файли буде " +#~ "пропущено, — буде показано лише список для вибраної теки" + +#~ msgid "Files and folders selected" +#~ msgstr "Було обрано файли і теки" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
        • Timeout for establishing a connection: %1 seconds
        • Timeout " +#~ "for receiving a response: %2 seconds
        • Timeout for accessing proxy " +#~ "servers: %3 seconds
        Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Незважаючи на те, що зв'язок з сервером було встановлено, відповідь не " +#~ "було отримано за інтервал часу відведений на обробку запиту, який " +#~ "становить:
        • Інтервал для встановлення зв'язку: %1 секунд
        • Інтервал для отримання відповіді: %2 секунд
        • Інтервал для " +#~ "зв'язку з проксі серверами: %3 секунд
        Будь ласка, зауважте, що " +#~ "можна змінити ці параметри у Системних параметрах KDE, на сторінці " +#~ "Мережні параметри -> Параметри з'єднання." + #~ msgid "Is &executable" #~ msgstr "Можна в&иконувати" @@ -8536,9 +8978,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ "Це максимальний обчислений об'єм простору на диску, яким буде " #~ "обмежено місткість смітника." -#~ msgid "Show a Warning" -#~ msgstr "Показувати попередження" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Вилучати найстаріші файли зі смітника" @@ -8682,10 +9121,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ msgid "Space" #~ msgstr "Пробіл" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Типовий" - #~ msgid "Modify Web Shortcut" #~ msgstr "Внесення змін до вебскорочення" @@ -9042,13 +9477,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ msgid "Could not find any application or handler for %1" #~ msgstr "Не вдалося знайти програми або обробника для %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Вставити %1 файл" -#~ msgstr[1] "&Вставити %1 файли" -#~ msgstr[2] "&Вставити %1 файлів" -#~ msgstr[3] "&Вставити файл" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Вставити %1 адресу" @@ -9165,14 +9593,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ msgid "Invalid Directory Name" #~ msgstr "Некоректна назва каталогу" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Не вдалося створити теку із назвою %1,оскільки " -#~ "цю назву зарезервовано для використання операційною системою." - #~ msgid "File Type Options" #~ msgstr "Параметри типу файлів" @@ -9198,9 +9618,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ "Смітник досяг максимального об'єму!\n" #~ "Спорожніть смітник вручну." -#~ msgid "'%1' is not an executable file." -#~ msgstr "«%1» не є виконуваним файлом." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "«%1» не знайдено, будь ласка, вкажіть коректну назву програми." @@ -9213,9 +9630,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ msgid "unmounting is not supported by wince." #~ msgstr "демонтування не підтримується WinCE." -#~ msgid "File name:" -#~ msgstr "Назва файла:" - #~ msgid "" #~ "

        Cache

        This module lets you configure your cache settings.

        This specific cache is an area on the disk where recently read web " @@ -9517,9 +9931,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ msgid "Read only" #~ msgstr "Тільки для читання" -#~ msgid "File system:" -#~ msgstr "Файлова система:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Точка монтування (/mnt/floppy):" @@ -10034,9 +10445,6 @@ msgstr "Якщо ви не довіряєте цій програмі, нати #~ "Не вдається запустити службу керування куками.\n" #~ "Ви не зможете керувати куками збереженими у вашому комп'ютері." -#~ msgid "Open with:" -#~ msgstr "Відкрити за допомогою:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/uz/kio6.po b/local/recipes/kde/kf6-kio/source/po/uz/kio6.po index 893cf05257..c4466b8dae 100644 --- a/local/recipes/kde/kf6-kio/source/po/uz/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/uz/kio6.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2005-10-13 21:27+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" @@ -27,13 +27,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kmashrab@uni-bremen.de" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 uchun huquqlarni oʻzgartirib boʻlmadi." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -45,13 +45,13 @@ msgstr "" "%1 faylning egasini oʻzgartirib boʻlmadi. Bu amalni bajarish " "uchun siz yetarli huquqga ega emassiz." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "KCH-sleyvni (%1) yaratib boʻlmadi" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -66,7 +66,7 @@ msgstr "" "Ramziy bogʻni (%1) yaratib boʻlmadi.\n" "Iltimos huquqlarni tekshiring." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,7 +76,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -86,23 +86,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Jild allaqachon mavjud" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Fayl allaqachon mavjud" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Jild sifatida allaqachon mavjud" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -198,199 +198,100 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Koʻchirilmoqda" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Manba" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Manzil" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Nomini oʻzgartirish" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Nusxa olinmoqda" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Jild yaratilmoqda" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Oʻchirilmoqda" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fayl" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format #| msgid "Examining" msgctxt "@title job" msgid "Examining" msgstr "Tekshirilmoqda" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Ulanmoqda" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Uskuna" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Ulash nuqtasi" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Ajratilmoqda" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Hamma fayllar" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Fayllarni oʻchirish" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Jildni yaratib boʻlmadi" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Chiqindilar qutisiga olib tashlash" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Nomini oʻzgartirish" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Ramziy bogʻ yaratib boʻlmadi" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -823,6 +724,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -837,67 +743,67 @@ msgstr "" "%2\n" "Iltimos xato haqida toʻliq maʼlumotni http://bugs.kde.org'ga joʻnating." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nomaʼlum)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

        %1

        %2

        " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Texnik sabab: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

        Details of the request:" msgid "Details of the request:" msgstr "

        Talab tafsilotlari:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

        • URL: %1
        • " msgid "
        • URL: %1
        • " msgstr "

          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Protokol: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Sana va vaqt: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Qoʻshimcha maʼlumot: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Extimol sabablar:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Extimol yechimlar:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nomaʼlum)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -905,17 +811,17 @@ msgid "" msgstr "" "Yordam uchun tizim boshqaruvchisiga yoki muhandis hodimga murojaat qiling." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Yordam uchun server boshqaruvchisiga murojaat qiling." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Bu manba uchun huquqlaringizni tekshiring." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -924,13 +830,13 @@ msgstr "" "Bu manba ustida amal bajarish uchun sizni huquqlaringiz yetarli boʻlmasligi " "mumkin." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "Faylni boshqa foydalanuvchi yoki dastur ishlatayotgan boʻlishi mumkin." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -939,18 +845,18 @@ msgstr "" "Ishonch hosil qilish uchun faylni boshqa dastur yoki foydalanuvchi " "ishlatmayotganini yoki uni qulflamaganini tekshiring." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Ehtimoli juda kam boʻlsa ham, asbobda xato roʻy bergan boʻlishi mumkin." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Balki siz dasturdagi xatoga duch keldingiz." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -959,14 +865,14 @@ msgstr "" "Bunga dasturdagi xato sababchi boʻlishini extimoli katta. Iltimos, quyida " "koʻrsatilgandek xato haqida xabar qiling." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -978,19 +884,19 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Muammo tarmoqga ulanishingizda boʻlishi mumkin." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -999,79 +905,79 @@ msgstr "" "Muammo server va shu kompyuterni orasidagi tarmoqning bir nuqtasida boʻlishi " "mumkin." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Hozir yoki keyinroq yana urinib koʻring." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Protokol xatosi yoki toʻgʻri kelmasligi roʻy bergan boʻlishi mumkin." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Manba mavjudligida ishonch hosil qiling va yana urinib koʻring." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Koʻrsatilgan manba balki mavjud emas." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Toʻgʻri manzilni kiritganingizni yana bir bor tekshiring va yana urinib " "koʻring." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Tarmoqga ulanganingizni tekshirib koʻring." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Oʻqish uchun manbani ochib boʻlmadi" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Yozish uchun manbani ochib boʻlmadi" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 protokolini ishga tayyorlab boʻlmadi" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Jarayonni ishga tushirib boʻlmadi" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL xato shaklda" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "%1 protokoli qoʻllanmagan" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1128,19 +1034,19 @@ msgstr "" "%1 protokoli bu kompyuterga oʻrnatilgan KDE dasturlari " "bilan ishlamaydi." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Talab qilingan protokol bu dastur bilan ishlamasligi mumkin." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1148,24 +1054,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL manbaga tegishli emas." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Bu protokol filter protokoli" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1174,19 +1080,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "%1 amali qoʻllanmagan" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1194,17 +1100,17 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Fayl kutilmoqda" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1212,17 +1118,17 @@ msgid "" msgstr "" "Talab natijasida fayl kutilgan edi, ammo %1 jildi topildi." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Xato server tomonida boʻlishi mumkin." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Jild kutilmoqda" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1230,17 +1136,17 @@ msgid "" msgstr "" "Talab natijasida jild kutilgan edi, ammo %1 fayli topildi." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Fayl yoki jild mavjud emas" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Koʻrsatilgan fayl yoki jild %1 mavjud emas." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1248,22 +1154,22 @@ msgid "" msgstr "" "Talab qilingan fayl yaratilmadi. Chunki shu nomli fayl allaqachon mavjud." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Faylni boshqa joyga koʻchirib yana urinib koʻring." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Faylni oʻchirib yana urinib koʻring." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Yangi faylga boshqa nom berib koʻring." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1271,34 +1177,34 @@ msgid "" msgstr "" "Talab qilingan jild yaratilmadi. Chunki shu nomli jild allaqachon mavjud." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Jildni boshqa joyga koʻchirib yana urinib koʻring." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Jildni oʻchirib yana urinib koʻring." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Yangi jildga boshqa nom berib koʻring." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Kompyuterning nomi nomaʼlum" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1306,70 +1212,70 @@ msgstr "" "Siz kiritgan nom, %1, balki mavjud emas. U notoʻgʻri yozilgan boʻlishi " "mumkin." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Ruxsat yoʻq" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Koʻrsatilgan manbaga, %1, ruxsat yoʻq." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Tasdiqlash uchun siz notoʻgʻri yoki hech qanday maʼlumotni kiritmagan " "boʻlishingiz mumkin." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Yozishga ruxsat yoʻq" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Bu %1 fayliga yozish rad etilganligini bildiradi." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Jildga oʻtib boʻlmadi" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Protokol %1 fayl tizimi emas" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1377,12 +1283,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Cheksiz bogʻ topildi" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1391,34 +1297,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Talab foydalanuvchi tomonidan toʻxtatildi" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Talab oxiriga yetkazilmadi. Chunki u toʻxtatildi." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Nusxa olayotganda cheksiz bogʻ topildi" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1427,17 +1333,17 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Tarmoq orqali ulanishni yaratib boʻlmadi" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Soketni yaratib boʻlmadi" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1445,8 +1351,8 @@ msgid "" msgstr "" "Bu texnik xato. Tarmoq orqali aloqa uchun vositani (soket) yaratib boʻlmadi." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1454,33 +1360,33 @@ msgid "" msgstr "" "Tarmoq notoʻgʻri moslangan yoki tarmoq interfeysi yoqilmagan boʻlishi mumkin." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Bogʻlanish server tomonidan rad etildi" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1488,36 +1394,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Server bilan aloqa kutilmaganda uzildi" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL manbasi xato" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Protokol %1 filter protokoli emas" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1534,24 +1440,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Uskunani ulab boʻlmadi" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1559,7 +1465,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1567,31 +1473,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Uskunani ajratib boʻlmadi" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1599,7 +1505,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1607,56 +1513,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Manbadan oʻqib boʻlmadi" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Manbadan oʻqishga huquqingiz yoʻq boʻlishi mumkin." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Manbaga yozib boʻlmadi" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Manbaga yozishga huquqingiz yoʻq boʻlishi mumkin." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1664,34 +1570,34 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Quloq solib boʻlmadi" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Tarmoq orqali aloqani qabul qilib boʻlmadi" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "%1'ga kirib boʻlmadi" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1699,121 +1605,121 @@ msgstr "" "Talab qilingan operatsiyani bajarish uchun tizimga kirish muvaffaqiyatsiz " "tugadi." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Manbaning holatini aniqlab boʻlmadi" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Quloq solishni bekor qilib boʻlmadi" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Bu uchun hech qanday qoʻllanma yoʻq" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Jildni yaratib boʻlmadi" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Talab qilingan jildni yaratish muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Jildni oʻchirib boʻlmadi" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Koʻrsatilgan jildni, %1, oʻchirish muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Koʻrsatilgan jild balki mavjud emas." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Koʻrsatilgan jild balki boʻsh emas." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Jild mavjudligiga va boʻshligiga ishonch hosil qiling va yana urinib koʻring." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Faylni koʻchirishni davom etib boʻlmadi" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Manbaning nomini oʻzgartirib boʻlmadi" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Koʻrsatilgan, %1, manbaning nomini oʻzgartirish " "muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Manbaning huquqlarini oʻzgartirib boʻlmadi" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1, huquqlarini oʻzgartirish " "muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "Manbaning huquqlarini oʻzgartirib boʻlmadi" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1, huquqlarini oʻzgartirish " "muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Manbani oʻchirib boʻlmadi" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Koʻrsatilgan, %1, manbani oʻchirish muvaffaqiyatsiz tugadi." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Dastur kutilmaganda ishini toʻxtatdi" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Xotira yetishmayapti" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Proksi xostning nomi nomaʼlum" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Talab toʻxtatildi" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Serverning ichki xatosi" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1947,12 +1853,12 @@ msgstr "" "Bunga server dasturidagi xato sababchi boʻlishini extimoli katta. Iltimos, " "quyida koʻrsatilgandek xato haqida xabar qiling." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Muammo haqida serverning boshqaruvchisiga xabar qiling." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -1961,58 +1867,53 @@ msgstr "" "Agar server dasturining mualliflari kimligini bilsangiz, toʻgʻridan-toʻgʻri " "ularga xato haqida xabar qiling." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Taymaut xatosi" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Server boshqa talablarga javob berish bilan juda band edi." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Nomaʼlum xato" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Nomaʼlum toʻxtalish" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Asl faylni oʻchirib boʻlmadi" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2020,12 +1921,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Vaqtinchalik faylni oʻchirib boʻlmadi" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2033,63 +1934,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Asl faylning nomini oʻzgartirib boʻlmadi" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Vaqtinchalik faylning nomini oʻzgartirib boʻlmadi" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Bogʻni yaratib boʻlmadi" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ramziy bogʻ yaratib boʻlmadi" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Diskda boʻsh joy yoʻq" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2097,12 +1998,12 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Manba va manzil fayllar bir xil" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2110,18 +2011,18 @@ msgid "" msgstr "" "Amalni bajarib boʻlmadi, chunki manba va manzil fayllarining nomlari bir xil." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Manzil faylining nomini oʻzgartiring." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Fayl yoki jild mavjud emas" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2132,19 +2033,19 @@ msgid "" msgstr "" "Amalni bajarib boʻlmadi, chunki manba va manzil fayllarining nomlari bir xil." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "koʻrsatilgan fayl yoki jilddan nusxa olish" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Fayl yoki jild mavjud emas" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2155,18 +2056,18 @@ msgid "" msgstr "" "Amalni bajarib boʻlmadi, chunki manba va manzil fayllarining nomlari bir xil." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "koʻrsatilgan fayl yoki jilddan nusxa olish" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2177,43 +2078,43 @@ msgid "" msgstr "" "Amalni bajarib boʻlmadi, chunki manba va manzil fayllarining nomlari bir xil." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 protokolini ishga tayyorlab boʻlmadi" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "KCH-sleyvni (%1) yaratib boʻlmadi" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2221,38 +2122,38 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Bu xato uchun koʻllanma yoʻq." -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Ramziy bogʻ" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format #| msgid "Link to %1 (%2)" msgid "(%1, Link to %2)" msgstr "%1 bilan bogʻlangan (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Bilan bogʻlangan:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2261,25 +2162,25 @@ msgstr "" "Notoʻgri URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2287,94 +2188,94 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 protokoli bilan aloqa oʻrnatib boʻlmaydi." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 protokoli bilan aloqani uzib boʻlmaydi." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 protokoli bilan fayllarga murojaat qilib boʻlmaydi." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "'%1'ga yozish qoʻllanmagan." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 protokoli uchun maxsus amallar mavjud emas." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 protokoli bilan jildlar roʻyxatini koʻrib boʻlmaydi." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "'%1'dan maʼlumotni olish qoʻllanmagan." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "'%1'dan MIME turi haqida maʼlumotni olish qoʻllanmagan." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "%1 bilan faylning nomini oʻzgartirish yoki uni koʻchirish qoʻllanmagan." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 protokoli bilan ramziy bogʻ yaratish qoʻllanmagan." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 bilan fayldan nusxa olish qoʻllanmagan." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 bilan faylni oʻchirish qoʻllanmagan." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 protokoli bilan jildni yaratish qoʻllanmagan." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 protokoli bilan fayllarning atributini oʻzgartirish qoʻllanmagan." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format #| msgid "Changing the attributes of files is not supported with protocol %1." msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 protokoli bilan fayllarning atributini oʻzgartirish qoʻllanmagan." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 protokoli bilan jildni yaratish qoʻllanmagan." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 protokoli %2 amalini qoʻllamaydi." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2383,334 +2284,357 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Nomaʼlum protokol '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "%1 protokoli uchun KCH-sleyv topilmadi." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "%1 protokoli uchun KCH-sleyv topilmadi." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "%1 protokoli uchun KCH-sleyv topilmadi." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Tafsilotlar" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Hamisha" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Davom etish" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "&Faqat joriy seanslar" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Jildni yaratib boʻlmadi" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Jildni yaratib boʻlmadi" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Oʻchirish uchun faylni tanlamadingiz." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Oʻchirish uchun hech narsa yoʻq" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Chiqindilar qutisiga joʻnatish uchun fayl tanlanmagan." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Chiqindilar qutisiga joʻnatish uchun hech narsa yoʻq" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Koʻrsatilgan jild mavjud emas yoki uni oʻqib boʻlmaydi." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menyu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Yuqori jild" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Uy jildi" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Qaytadan yuklash" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Yangi jild" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Chiqindilar qutisiga olib tashlash" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Oʻchirish" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Saralash" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Saytning nomi" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Qisqa koʻrinish" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Sana boʻyicha" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "By Type" msgid "Sort by Type" msgstr "Turi boʻyicha" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Kamayish boʻyicha" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Kamayish boʻyicha" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Oldin jildlar" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Yashirilgan fayllarni koʻrsatish" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Qisqa koʻrinish" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Qisqa koʻrinish" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Batafsil koʻrinish" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format #| msgid "Local Filename" msgid "Above File Name" msgstr "Lokal faylning nomi" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Qisqa koʻrinish" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Batafsil koʻrinish" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Batafsil koʻrinish" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Batafsil koʻrinish" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Yashirilgan fayllarni koʻrsatish" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Koʻrib chiqishni koʻrsatish" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Koʻrib chiqishni koʻrsatish" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Xossalari" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "&Koʻrib chiqish" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Oldin jildlar" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Oldin jildlar" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Oldin jildlar" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Oldin jildlar" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Oldin jildlar" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format #| msgid "Loading" msgid "Encoding:" msgstr "Yuklanmoqda" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Ochish" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2764,45 +2688,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Hamma fayllar" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Hamma qoʻllangan fayllar" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Hamma fayllar" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Entry..." msgid "Add Places Entry" msgstr "Tahrirlash" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit Entry..." msgid "Edit Places Entry" msgstr "Tahrirlash" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2811,19 +2735,19 @@ msgid "" "the location's URL.
            " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Nomi:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Taʼrifni kiriting" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2832,29 +2756,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Manzil:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " "on the button to select a different icon.
            " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Nishonchani tanlash:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Faqat %1 &dasturini ishlatganda koʻrsatish" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2862,67 +2786,67 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Joylar" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Olib tashlash" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "Q&idirish:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Uskunalar" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgctxt "Home Directory" #| msgid "Home" @@ -2930,116 +2854,123 @@ msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Uy" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Bu uchun hech qanday qoʻllanma yoʻq" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Tarmoq" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Chiqindilar qutisi" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fayllarni oʻchirish" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Manzili:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Oʻzgargan:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' dasturini topib boʻlmadi." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Fayl yoki jild %1 mavjud emas." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Qoidani oʻ&zgartirish" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Elementni oʻ&chirish" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Elementni oʻ&chirish" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Elementni oʻ&chirish" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Elementni oʻ&chirish" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3047,42 +2978,42 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Ajratilmoqda" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Ajratish" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Chiqarish" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Koʻrsatilgan manba balki mavjud emas." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3092,27 +3023,27 @@ msgid_plural "" "%2." msgstr[0] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 %" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 %" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3120,79 +3051,79 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2'dan %1 (%3% ishlatilgan)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Chiqindilar qutisini boʻshatish" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Ulash" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Dastur bilan ochish" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Qoʻshish" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Tahrirlash" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Olib tashlash" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Elementni qoʻshish" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Elementni qoʻshish" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format #| msgid "" #| "Show\n" @@ -3202,14 +3133,14 @@ msgstr "" "Elementlarni\n" "koʻrsatish" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Qisqa koʻrinish" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3218,54 +3149,54 @@ msgctxt "" msgid "Auto Resize" msgstr "&Avto-aniqlash" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "hajmi %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Siz faqat lokal fayllarni tanlashingiz mumkin." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Siz faqat lokal fayllarni tanlashingiz mumkin." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "Masofdagi fayllar qabul qilinmaydi" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3275,48 +3206,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 fayl, ammo jild kutilgan edi." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

            For instance, if the " @@ -3330,43 +3235,43 @@ msgstr "" "Yuqori jildga oʻtish.

            Masalan, agar joriy jild file:/home/%1 boʻlsa, " "bu tugmani bossangiz file:/home jildiga oʻtasiz." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Koʻrish tarixida bir qadam orqaga oʻtish uchun shu tugmani bosing." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Koʻrish tarixida bir qadam oldinga oʻtish uchun shu tugmani bosing." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Yangi jildni yaratish uchun bu tugmani bosing" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Xatchoʻplarni koʻrsatish" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Yashirilgan fayllarni koʻrsatish" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Moslamalar" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3376,12 +3281,12 @@ msgid "" "folders from files

          " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Xatchoʻplar" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3391,12 +3296,37 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nomi:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Nomini oʻzgartirish" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Uskuna:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Yashirilgan fayllarni koʻrsatish" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3405,12 +3335,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Caqlash uchun faylning nomi." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3419,77 +3349,81 @@ msgstr "" "Ochish uchun fayllar roʻyxati. Boʻsh joy bilan ajratilgan bir qancha " "fayllarning nomini koʻrsatish mumkin." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ochish uchun faylning nomi." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Joylar" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "Hammasini a&lmashtirish" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Siz faqat lokal fayllarni tanlashingiz mumkin." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Masofdagi fayllar qabul qilinmaydi" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Hamma jildlar" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Jild yaratish" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ochish" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Faylning kengaytmasini (%1) &avto-tanlash" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "kengaytma %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Faylning kengaytmasini &avto-tanlash" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "mos keladigan kengaytma" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3505,47 +3439,40 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Filter:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Filter:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

          You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

          Wildcards such as * and ? are allowed.

          " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "C&reate" -msgctxt "@title:window" -msgid "Create New File" -msgstr "&Yaratish" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Saqlash" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3555,31 +3482,30 @@ msgstr "" "Koʻrsatilgan buyruqni bajarib boʻlmadi. Fayl yoki jild (%1) " "mavjud emas." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Ramziy bogʻ yaratib boʻlmadi" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format msgid "Create link to URL" msgstr "Manzil:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1 B" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Boshqa f&oydalanuvchi sifatida bajarish" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3587,7 +3513,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3595,7 +3521,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3604,74 +3530,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "\"%1\" nomli eski element allaqachon mavjud." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 nomli fayl allaqachon mavjud." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "&Yaratish" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Uskuna" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Yangi jild" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Jildni yaratib boʻlmadi" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3681,59 +3615,108 @@ msgstr "" "Quyidagi manzilda yangi jildni yaratish:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Andoza" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "C&reate" +msgctxt "@title:window" +msgid "Create New File" +msgstr "&Yaratish" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 uchun dasturni tanlang" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Nishonchani tanlash:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Nusxa olish" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Qoʻyish" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Dastur bilan ochish" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Dastur bilan ochish" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Tahrirlash" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Rostdan bu elementni oʻchirishni istaysizmi?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3746,6 +3729,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Joylar" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3773,41 +3764,41 @@ msgstr "Boshqalar" msgid "Edit mode" msgstr "Tahrirlash" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Bu faylni bajarishga sizda yetarli huquqlar yoʻq." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1'ni ishga tushirish" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Bu faylni ochishga sizda yetarli huquqlar yoʻq." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3834,12 +3825,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3853,28 +3850,28 @@ msgstr "" ".desktop faylida\n" "nomaʼlum yozuv (%1)." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1'ni ishga tushirish" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3884,27 +3881,27 @@ msgstr "" ".desktop faylining (%1) turi\n" "bogʻ, ammo \"URL=...\" yozuvi yoʻq." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3916,12 +3913,12 @@ msgstr "" "Koʻrsatilgan buyruqni bajarib boʻlmadi. Fayl yoki jild (%1) " "mavjud emas." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Faylda (%1) \"Type=...\" yozuvi yoʻq." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3929,12 +3926,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -4013,72 +4010,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Yozib olingan faylga taklif qilingan nom" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Bajarish uchun buyruq" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "%1'ga maʼlumot joʻnatilmoqda" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4087,7 +4079,7 @@ msgstr "" "%1\n" "uchun huquqlarni oʻzgartirib boʻlmadi" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4096,124 +4088,39 @@ msgid "" "%1" msgstr "%1 uchun huquqlarni oʻzgartirib boʻlmadi." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Vaqtinchalik faylning nomini oʻzgartirib boʻlmadi" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "'mount' dasturini topib boʻlmadi." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "'umount' dasturini topib boʻlmadi." -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Qoʻshimcha huquqlar" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Huquqlar" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Olib tashlash" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "Jild yaratish" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Jild yaratish" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Huquqlar" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Faylni tanlash oynasini ochish" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "Jild yaratish" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "Uskuna:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "hajmi %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Nomaʼlum toʻxtalish" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "%1 jildiga oʻtib boʻlmadi." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4250,33 +4157,33 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Bu saytga kirish uchun foydalanuvchi va maxfiy soʻzni koʻrsatish kerak." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Sayt:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Kirish OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1'ga kirib boʻlmadi." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4284,7 +4191,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1'ni ishga tushirish" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4293,12 +4200,12 @@ msgstr "" "Quyida koʻrsatilgan proksi serverga kirish uchun foydalanuvchi va maxfiy " "soʻzni koʻrsatish kerak." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Proksi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Proksi yordamida tasdiqlash muvaffaqiyatsiz tugadi." @@ -4353,111 +4260,111 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Server tasdiqlashi" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "talab qilingan jildni yaratish" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgctxt "request type" msgid "copy the specified file or folder" msgstr "koʻrsatilgan fayl yoki jilddan nusxa olish" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "koʻrsatilgan fayl yoki jildni koʻchirish" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "koʻrsatilgan jildda qidirish" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "koʻrsatilgan fayl yoki jildni qulflash" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "koʻrsatilgan fayl yoki jildni qulflash" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "koʻrsatilgan fayl yoki jildni oʻchirish" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format #| msgid "retrieve the contents of the specified file or folder" msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "koʻrsatilgan fayl yoki jildning tarkibini aniqlash" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "koʻrsatilgan jildda qidirish" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%1ga ruxsat etilmadi." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4465,21 +4372,21 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1ga ruxsat etilmadi." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4489,28 +4396,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4518,27 +4425,27 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Koʻrsatilgan manba balki mavjud emas." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "%1'ni yozib qoʻyish" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: response code, %2: request type" @@ -4551,16 +4458,16 @@ msgstr "%1ga ruxsat etilmadi." msgid "Network" msgstr "Tarmoq" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Xato URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4569,12 +4476,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4615,7 +4522,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4639,19 +4546,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Qaytadan urinish" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Tasdiqlash dialogi" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Ruxsat yoʻq" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4765,41 +4672,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4809,9 +4716,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Hisoblash" @@ -4820,146 +4727,234 @@ msgstr "Hisoblash" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgid "Cancel Job" msgid "C&ancel" msgstr "Bekor qilish" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1'ni ishga tushirish" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "&Bajarish" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ochish" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Dastur bilan ochish:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Choose a different filename for the destination file." +msgid "Would you like to launch this file?" +msgstr "Manzil faylining nomini oʻzgartiring." -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Jild yaratish" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Manba" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Manzil" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Nusxa olinmoqda" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "Koʻchirilmoqda" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Nomini oʻzgartirish" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Chiqindilar qutisiga olib tashlash" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr " (Oʻchirilmoqda)" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Bekor qilish" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Nomini oʻzgartirish" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Chiqindilar qutisiga" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Jildni yaratib boʻlmadi" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Jildni yaratib boʻlmadi" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Jildni yaratib boʻlmadi" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Nomini oʻzgartirish" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Nomini oʻzgartirish" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Chiqindilar qutisiga" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Jildni yaratib boʻlmadi" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Jildni yaratib boʻlmadi" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Jildni yaratib boʻlmadi" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Nomini oʻzgartirish" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4968,13 +4963,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Tizimning moslamasi yangilanmoqda" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4983,23 +4978,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Oʻchirish" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Oʻchirish" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5010,7 +5006,7 @@ msgid_plural "" "strong='true'>This action cannot be undone." msgstr[0] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5018,13 +5014,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Chiqindilar qutisini boʻshatish" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5032,7 +5028,7 @@ msgid "" "filename>" msgstr "Rostdan bu elementni oʻchirishni istaysizmi?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5122,7 +5118,7 @@ msgstr "Egasi" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Boshqalar" @@ -5196,116 +5192,123 @@ msgstr "Tizimning moslamasi yangilanmoqda" msgid "Updating system configuration…" msgstr "Tizimning moslamasi yangilanmoqda." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nomi" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Hajmi" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Sana" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Huquqlar" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Egasi" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Guruh" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Turi" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Dastur bilan ochish:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 B" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Amallar" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Dastur bilan ochish" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Dastur bilan ochish" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Bajarish" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Dastur bilan ochish:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Dastur bilan ochish:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Dastur bilan ochish" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Dastur bilan ochish" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Dastur" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5313,120 +5316,137 @@ msgid_plural "%1 items" msgstr[0] "" msgstr[1] "%1-ta band" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nomaʼlum" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "Toʻxtatildi" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Ulangan:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Turi:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Manzili:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Hajmi:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Oʻz&gartirish" - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Tarkibi:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Dastur bilan ochish:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Oʻz&gartirish" + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Manzili:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Hajmi:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "Toʻxtatildi" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Bilan bogʻlangan:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Oʻzgargan:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Examining" +msgid "Show target" +msgstr "Tekshirilmoqda" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Yaratilgan:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Fayl tizimi:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Kompyuterning nomi nomaʼlum" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Ulangan:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Oʻzgargan:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Foydalanilgan:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Fayl tizimi:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Dastur bilan ochish" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Ulangan:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Ulangan:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Kompyuterning nomi nomaʼlum" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5696,21 +5716,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Taʼrifi:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "F&oydalanuvchi:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5723,7 +5746,7 @@ msgstr "&Izoh:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "&Oldindan aniqlangan proksi muhit oʻzgaruvchilarini ishlatish" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5892,7 +5915,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -5905,39 +5928,59 @@ msgstr "" "Xossalarni saqlab boʻlmadi. Siz %1'ga yozish uchun yetarli " "huquqlarga ega emassiz." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Umumiy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Yangilash" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Rostdan bu elementni oʻchirishni istaysizmi?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 B" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Kompyuterning nomi nomaʼlum" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5946,181 +5989,187 @@ msgstr "" "Hisoblanmoqda...%1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fayl" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 quyi jild" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Hisoblanmoqda..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr " Fayllar: %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Yangi faylning nomi koʻrsatilmagan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Qoʻ&llangan fayl turlari:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Dasturni tanlang" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Yaratilgan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Oʻz&gartirish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Foydalanilgan:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Tarkibini koʻrishi va oʻzgartirishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Tarkibini koʻrishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Tarkibini koʻrishi va oʻzgartirishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Tarkibini koʻrishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Koʻrishi/oʻqishi va oʻzgartirishi/yozishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Huquqlar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Murojaat huquqlari" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ushbu fayl bogʻ va hech qanday huquqlarga ega emas." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Huquqlarni faqat egasi oʻzgartirishi mumkin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Egasi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Egasi bajarishi mumkin boʻlgan amallarni koʻrsatadi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Guruh:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Guruh aʼzolari bajarishi mumkin boʻlgan amallarni koʻrsatadi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "B&oshqalar:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "Hamma foydalanuvchilar bajarishi mumkin boʻlgan amallarni koʻrsatadi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "" "Jildning tarkibini faqat e&gasi oʻchirishi va nomini oʻzgartirishi mumkin" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Bu bayroq faylni ishga tushirishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Andoza foydalanuvchi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "&Bajarish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6132,7 +6181,7 @@ msgstr "" "mumkin' huquqi koʻrsatilgan boʻlsa, boshqa foydalanuvchilar jildga yangi " "fayllarni koʻshishi mumkin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6141,42 +6190,42 @@ msgstr "" "Faylni bajarib boʻladigan deb belgilash uchun shu yerni belgilang. Bu faqat " "dastur va skriptlar uchun maʼnoga ega, bu ularni ishga tushirish uchun kerak." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Qoʻshi&mcha huquqlar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Egalik" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Foydalanuvchi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Guruh:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Oʻzgarishlarni shu jilddagi barcha elementlarga qoʻllash" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Qoʻshimcha huquqlar" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Sinf" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6185,22 +6234,22 @@ msgstr "" "Elementlarni\n" "koʻrsatish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Bu bayroq jildning tarkibini koʻrishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Oʻqish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Bu bayroq faylning tarkibini koʻrishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6209,7 +6258,7 @@ msgstr "" "Elementlarni\n" "yozish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6219,189 +6268,179 @@ msgstr "" "Oʻchirish va nomini oʻzgartirishni 'Yopishqoq' bayrogʻi bilan chegaralash " "mumkin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Yozish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Bu bayroq faylning tarkibini oʻzgartirishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Oʻtish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Bu bayroq jildga oʻtishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Bajarish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Bu bayroq faylni ishga tushirishga ruxsat beradi." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Maxsus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Foydalanuvchi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Guruh" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID'ni oʻrnatish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID'ni oʻrnatish" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Yopishqoq" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Bogʻ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Bu fayl koʻshimcha huquqlarga ega" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Bu jild koʻshimcha huquqlarga ega" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Bu fayllar koʻshimcha huquqlarga ega" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Hisoblanmoqda..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

          Checksums do not match.

          This may be due to a faulty download. Try re-" @@ -6409,56 +6448,75 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Yangi faylning nomi koʻrsatilmagan." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Yangi faylning nomi koʻrsatilmagan." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Hisoblanmoqda..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Dastur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 uchun qoʻshimcha parametrlar" @@ -6568,29 +6626,34 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Qoidani oʻ&zgartirish" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Faylni tanlash oynasini ochish" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1-ta fay&lni qoʻyish" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Xotiradan qoʻyish" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6598,7 +6661,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "%1-ta jild" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6606,7 +6669,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1-ta fay&lni qoʻyish" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6615,95 +6678,106 @@ msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "%1-ta band" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Xotiradan qoʻyish" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Qoʻyish" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "hajmi %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Hajmi:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Nomini oʻzgartirish" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Boshqa nomni &taklif qilish" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Oʻ&tkazib yuborish" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Yozish" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6712,168 +6786,147 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Hammasini a&lmashtirish" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Davom etish" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Davom etish" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to overwrite the destination?" msgstr "Manzil faylining nomini oʻzgartiring." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Manzil faylining nomini oʻzgartiring." -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Manba" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Manzil" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "kengaytma %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "kengaytma %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "kengaytma %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "kengaytma %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Yangi faylning nomi koʻrsatilmagan." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Yangi faylning nomi koʻrsatilmagan." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Yangi faylning nomi koʻrsatilmagan." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Hamma fayllar" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "\"%1\" nomli eski element allaqachon mavjud." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "\"%1\" nomli oʻxshash fayl allaqachon mavjud." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "\"%1\" nomli eski element allaqachon mavjud." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Nomini oʻzgartirish" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Nomini oʻzgartirish" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Nomini oʻzgartirish" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Nomini oʻzgartirish" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Uskuna:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 nomli fayl allaqachon mavjud." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected proxy exception address." msgctxt "@label:textbox" @@ -6881,40 +6934,199 @@ msgid "Rename the %1 selected item to:" msgid_plural "Rename the %1 selected items to:" msgstr[0] "Qoidadan tashqari tanlangan proksi manzilini oʻzgartirish." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Uskuna:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected proxy exception address." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Qoidadan tashqari tanlangan proksi manzilini oʻzgartirish." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Joylar" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Dastur bilan ochish" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Joylar" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected proxy exception address." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Qoidadan tashqari tanlangan proksi manzilini oʻzgartirish." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Boshqa f&oydalanuvchi sifatida bajarish" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Nomini oʻzgartirish" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Nomini oʻzgartirish" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Nomini oʻzgartirish" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Andoza foydalanuvchi:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Joylar" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Koʻrib chiqishni koʻrsatish" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Maʼlumot" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, fuzzy, kde-format #| msgid "Places" msgid "Replace" msgstr "Joylar" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Qaytadan urinish" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Places" msgid "Replace All" msgstr "Joylar" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Oʻtkazib yuborish" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7010,7 +7222,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7041,77 +7253,200 @@ msgstr[0] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Rostdan bu elementni oʻchirishni istaysizmi?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgid "Examining" msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Tekshirilmoqda" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Dastur bilan ochish" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Fayl tizimi:" + +#~ msgid "Delete Files" +#~ msgstr "Fayllarni oʻchirish" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Jildni yaratib boʻlmadi" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Chiqindilar qutisiga olib tashlash" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Nomini oʻzgartirish" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "%1'ga maʼlumot joʻnatilmoqda" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Qoʻshimcha huquqlar" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Huquqlar" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Olib tashlash" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "Jild yaratish" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Huquqlar" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Faylni tanlash oynasini ochish" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "Jild yaratish" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "Uskuna:" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "hajmi %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Nomaʼlum toʻxtalish" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Xatchoʻplarni koʻrsatish" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Fayl oʻzgargan" + +#~ msgid "&Description:" +#~ msgstr "&Taʼrifi:" + +#~ msgid "&Filter:" +#~ msgstr "&Filter:" + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 fayl, ammo jild kutilgan edi." + #~ msgid "Is &executable" #~ msgstr "&Bajarib boʻladi" @@ -7757,11 +8092,6 @@ msgstr "" #~ msgid "Delete files older than" #~ msgstr "Jildni oʻchirish" -#, fuzzy -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Tekshirilmoqda" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -7822,12 +8152,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Andoza maxfiy soʻz:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Andoza" - #, fuzzy #~| msgid "%1 %" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -7919,10 +8243,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 uchun huquqlarni oʻzgartirib boʻlmadi." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1-ta fay&lni qoʻyish" - #~ msgid "None" #~ msgstr "Yoʻq" @@ -8019,10 +8339,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "'%1'ga yozish qoʻllanmagan." -#, fuzzy -#~ msgid "File name:" -#~ msgstr "Uskuna:" - #~ msgid "&Use cache" #~ msgstr "Keshdan &foydalanish" @@ -8127,9 +8443,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Faqat oʻqishga" -#~ msgid "File system:" -#~ msgstr "Fayl tizimi:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Ulash nuqtasi (/mnt/floppy):" @@ -8515,9 +8828,6 @@ msgstr "" #~ msgid "Advanced options" #~ msgstr "Qoʻshimcha ¶metrlar" -#~ msgid "&Username:" -#~ msgstr "F&oydalanuvchi:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -8525,9 +8835,6 @@ msgstr "" #~ "io-slave yaratib boʻlmadi.\n" #~ "Klauncher'dan olingan xabar: %1" -#~ msgid "Open with:" -#~ msgstr "Dastur bilan ochish:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/uz@cyrillic/kio6.po b/local/recipes/kde/kf6-kio/source/po/uz@cyrillic/kio6.po index cd5fd0c600..749c4dcd05 100644 --- a/local/recipes/kde/kf6-kio/source/po/uz@cyrillic/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/uz@cyrillic/kio6.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2005-10-13 21:27+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" @@ -27,13 +27,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kmashrab@uni-bremen.de" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "%1 учун ҳуқуқларни ўзгартириб бўлмади." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -45,13 +45,13 @@ msgstr "" "%1 файлнинг эгасини ўзгартириб бўлмади. Бу амални бажариш учун " "сиз етарли ҳуқуқга эга эмассиз." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "КЧ-слейвни (%1) яратиб бўлмади" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -66,7 +66,7 @@ msgstr "" "Рамзий боғни (%1) яратиб бўлмади.\n" "Илтимос ҳуқуқларни текширинг." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -76,7 +76,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -86,23 +86,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Жилд аллақачон мавжуд" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Файл аллақачон мавжуд" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Жилд сифатида аллақачон мавжуд" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Trash" @@ -197,199 +197,100 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 %" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Кўчирилмоқда" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Манба" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Манзил" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Номини ўзгартириш" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Нусха олинмоқда" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Жилд яратилмоқда" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Ўчирилмоқда" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Файл" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format #| msgid "Examining" msgctxt "@title job" msgid "Examining" msgstr "Текширилмоқда" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Уланмоқда" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Ускуна" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Улаш нуқтаси" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Ажратилмоқда" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Ҳамма файллар" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Файлларни ўчириш" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Жилдни яратиб бўлмади" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Чиқиндилар қутисига кўчириш" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Номини ўзгартириш" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Рамзий боғ яратиб бўлмади" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -822,6 +723,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -836,84 +742,84 @@ msgstr "" "%2\n" "Илтимос хато ҳақида тўлиқ маълумотни http://bugs.kde.org'га жўнатинг." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(номаълум)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

          %1

          %2

          " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Техник сабаб: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

          Details of the request:" msgid "Details of the request:" msgstr "

          Талаб тафсилотлари:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

          • URL: %1
          • " msgid "
          • URL: %1
          • " msgstr "

            • URL: %1
            • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
            • Protocol: %1
            • " msgstr "
            • Протокол: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Date and time: %1
            • " msgstr "
            • Сана ва вақт: %1
            • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
            • Additional information: %1
            • " msgstr "
            • Қўшимча маълумот: %1
            • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Эхтимол сабаблар:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Эхтимол ечимлар:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(номаълум)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "Ёрдам учун тизим бошқарувчисига ёки муҳандис ҳодимга мурожаат қилинг." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Ёрдам учун сервер бошқарувчисига мурожаат қилинг." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Бу манба учун ҳуқуқларингизни текширинг." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -922,13 +828,13 @@ msgstr "" "Бу манба устида амал бажариш учун сизни ҳуқуқларингиз етарли бўлмаслиги " "мумкин." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "Файлни бошқа фойдаланувчи ёки дастур ишлатаётган бўлиши мумкин." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -937,17 +843,17 @@ msgstr "" "Ишонч ҳосил қилиш учун файлни бошқа дастур ёки фойдаланувчи ишлатмаётганини " "ёки уни қулфламаганини текширинг." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Эҳтимоли жуда кам бўлса ҳам, асбобда хато рўй берган бўлиши мумкин." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Балки сиз дастурдаги хатога дуч келдингиз." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -956,14 +862,14 @@ msgstr "" "Бунга дастурдаги хато сабабчи бўлишини эхтимоли катта. Илтимос, қуйида " "кўрсатилгандек хато ҳақида хабар қилинг." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -975,19 +881,19 @@ msgid "" "in your bug report, along with as many other details as you think might help." msgstr "" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Муаммо тармоқга уланишингизда бўлиши мумкин." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " "been accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -996,78 +902,78 @@ msgstr "" "Муаммо сервер ва шу компьютерни орасидаги тармоқнинг бир нуқтасида бўлиши " "мумкин." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Ҳозир ёки кейинроқ яна уриниб кўринг." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Протокол хатоси ёки тўғри келмаслиги рўй берган бўлиши мумкин." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Манба мавжудлигида ишонч ҳосил қилинг ва яна уриниб кўринг." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Кўрсатилган манба балки мавжуд эмас." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Тўғри манзилни киритганингизни яна бир бор текширинг ва яна уриниб кўринг." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Тармоқга уланганингизни текшириб кўринг." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ўқиш учун манбани очиб бўлмади" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1 could not be retrieved, as read access could not be obtained." msgstr "" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ёзиш учун манбани очиб бўлмади" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "%1 протоколини ишга тайёрлаб бўлмади" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Жараённи ишга тушириб бўлмади" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 protocol has reported an internal error." msgstr "" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL хато шаклда" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" msgstr "" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "%1 протоколи қўлланмаган" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1124,19 +1030,19 @@ msgstr "" "%1 протоколи бу компьютерга ўрнатилган KDE дастурлари билан " "ишламайди." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Талаб қилинган протокол бу дастур билан ишламаслиги мумкин." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1144,24 +1050,24 @@ msgid "" "href=\"https://store.kde.org/\">https://store.kde.org." msgstr "" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL манбага тегишли эмас." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Бу протокол филтер протоколи" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1170,19 +1076,19 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "%1 амали қўлланмаган" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1190,17 +1096,17 @@ msgid "" "input/output architecture." msgstr "" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Файл кутилмоқда" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1208,17 +1114,17 @@ msgid "" msgstr "" "Талаб натижасида файл кутилган эди, аммо %1 жилди топилди." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Хато сервер томонида бўлиши мумкин." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Жилд кутилмоқда" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1226,143 +1132,143 @@ msgid "" msgstr "" "Талаб натижасида жилд кутилган эди, аммо %1 файли топилди." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Файл ёки жилд мавжуд эмас" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Кўрсатилган файл ёки жилд %1 мавжуд эмас." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Талаб қилинган файл яратилмади. Чунки шу номли файл аллақачон мавжуд." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Файлни бошқа жойга кўчириб яна уриниб кўринг." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Файлни ўчириб яна уриниб кўринг." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Янги файлга бошқа ном бериб кўринг." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "Талаб қилинган жилд яратилмади. Чунки шу номли жилд аллақачон мавжуд." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Жилдни бошқа жойга кўчириб яна уриниб кўринг." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Жилдни ўчириб яна уриниб кўринг." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Янги жилдга бошқа ном бериб кўринг." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Компьютернинг номи номаълум" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " "%1, could not be located on the Internet." msgstr "" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Сиз киритган ном, %1, балки мавжуд эмас. У нотўғри ёзилган бўлиши мумкин." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Рухсат йўқ" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Кўрсатилган манбага, %1, рухсат йўқ." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Тасдиқлаш учун сиз нотўғри ёки ҳеч қандай маълумотни киритмаган бўлишингиз " "мумкин." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Ёзишга рухсат йўқ" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "Бу %1 файлига ёзиш рад этилганлигини билдиради." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Жилдга ўтиб бўлмади" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Протокол %1 файл тизими эмас" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1370,12 +1276,12 @@ msgid "" "so." msgstr "" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Чексиз боғ топилди" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1384,34 +1290,34 @@ msgid "" "itself." msgstr "" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Талаб фойдаланувчи томонидан тўхтатилди" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Талаб охирига етказилмади. Чунки у тўхтатилди." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Нусха олаётганда чексиз боғ топилди" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1420,17 +1326,17 @@ msgid "" "(perhaps in a roundabout way) linked to itself." msgstr "" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Тармоқ орқали уланишни яратиб бўлмади" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Сокетни яратиб бўлмади" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1438,8 +1344,8 @@ msgid "" msgstr "" "Бу техник хато. Тармоқ орқали алоқа учун воситани (сокет) яратиб бўлмади." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1447,33 +1353,33 @@ msgid "" msgstr "" "Тармоқ нотўғри мосланган ёки тармоқ интерфейси ёқилмаган бўлиши мумкин." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Боғланиш сервер томонидан рад этилди" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1481,36 +1387,36 @@ msgid "" "preventing this request." msgstr "" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Сервер билан алоқа кутилмаганда узилди" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " "was closed at an unexpected point in the communication." msgstr "" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL манбаси хато" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Протокол %1 филтер протоколи эмас" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." msgstr "" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1527,24 +1433,24 @@ msgid "" "programming error." msgstr "" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ускунани улаб бўлмади" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1552,7 +1458,7 @@ msgid "" "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1560,31 +1466,31 @@ msgid "" "device." msgstr "" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ускунани ажратиб бўлмади" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1592,7 +1498,7 @@ msgid "" "this device may cause the device to remain in use." msgstr "" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1600,56 +1506,56 @@ msgid "" "uninitialize a device." msgstr "" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Манбадан ўқиб бўлмади" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while reading the contents of the resource." msgstr "" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Манбадан ўқишга ҳуқуқингиз йўқ бўлиши мумкин." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Манбага ёзиб бўлмади" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " "opened, an error occurred while writing to the resource." msgstr "" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Манбага ёзишга ҳуқуқингиз йўқ бўлиши мумкин." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1657,154 +1563,154 @@ msgid "" "network connections." msgstr "" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Қулоқ солиб бўлмади" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Тармоқ орқали алоқани қабул қилиб бўлмади" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "%1'га кириб бўлмади" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Талаб қилинган операцияни бажариш учун тизимга кириш муваффақиятсиз тугади." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Манбанинг ҳолатини аниқлаб бўлмади" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " "%1, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Қулоқ солишни бекор қилиб бўлмади" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Бу учун ҳеч қандай қўлланма йўқ" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Жилдни яратиб бўлмади" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Талаб қилинган жилдни яратиш муваффақиятсиз тугади." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Жилдни ўчириб бўлмади" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Кўрсатилган жилдни, %1, ўчириш муваффақиятсиз тугади." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Кўрсатилган жилд балки мавжуд эмас." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Кўрсатилган жилд балки бўш эмас." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Жилд мавжудлигига ва бўшлигига ишонч ҳосил қилинг ва яна уриниб кўринг." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Файлни кўчиришни давом этиб бўлмади" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " "resumed at a certain point of the transfer. This was not possible." msgstr "" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Манбанинг номини ўзгартириб бўлмади" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Кўрсатилган, %1, манбанинг номини ўзгартириш муваффақиятсиз " "тугади." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Манбанинг ҳуқуқларини ўзгартириб бўлмади" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1, ҳуқуқларини ўзгартириш " "муваффақиятсиз тугади." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "Манбанинг ҳуқуқларини ўзгартириб бўлмади" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1, ҳуқуқларини ўзгартириш " "муваффақиятсиз тугади." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Манбани ўчириб бўлмади" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Кўрсатилган, %1, манбани ўчириш муваффақиятсиз тугади." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Дастур кутилмаганда ишини тўхтатди" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Хотира етишмаяпти" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol could not obtain the memory required to continue." msgstr "" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Прокси хостнинг номи номаълум" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" " to inform the KDE team of the unsupported authentication method." msgstr "" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Талаб тўхтатилди" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Сервернинг ички хатоси" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1938,12 +1844,12 @@ msgstr "" "Бунга сервер дастуридаги хато сабабчи бўлишини эхтимоли катта. Илтимос, " "қуйида кўрсатилгандек хато ҳақида хабар қилинг." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Муаммо ҳақида сервернинг бошқарувчисига хабар қилинг." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -1952,58 +1858,53 @@ msgstr "" "Агар сервер дастурининг муаллифлари кимлигини билсангиз, тўғридан-тўғри " "уларга хато ҳақида хабар қилинг." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Таймаут хатоси" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Сервер бошқа талабларга жавоб бериш билан жуда банд эди." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Номаълум хато" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an unknown error: %2." msgstr "" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Номаълум тўхталиш" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has reported an interruption of an unknown type: %2." msgstr "" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Асл файлни ўчириб бўлмади" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2011,12 +1912,12 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Вақтинчалик файлни ўчириб бўлмади" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2024,63 +1925,63 @@ msgid "" "strong> could not be deleted." msgstr "" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Асл файлнинг номини ўзгартириб бўлмади" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Вақтинчалик файлнинг номини ўзгартириб бўлмади" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Боғни яратиб бўлмади" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Рамзий боғ яратиб бўлмади" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Дискда бўш жой йўқ" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2088,12 +1989,12 @@ msgid "" "3) obtain more storage capacity." msgstr "" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Манба ва манзил файллар бир хил" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2101,18 +2002,18 @@ msgid "" msgstr "" "Амални бажариб бўлмади, чунки манба ва манзил файлларининг номлари бир хил." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Манзил файлининг номини ўзгартиринг." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Файл ёки жилд мавжуд эмас" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2123,19 +2024,19 @@ msgid "" msgstr "" "Амални бажариб бўлмади, чунки манба ва манзил файлларининг номлари бир хил." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "кўрсатилган файл ёки жилддан нусха олиш" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Файл ёки жилд мавжуд эмас" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2146,18 +2047,18 @@ msgid "" msgstr "" "Амални бажариб бўлмади, чунки манба ва манзил файлларининг номлари бир хил." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "кўрсатилган файл ёки жилддан нусха олиш" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2168,43 +2069,43 @@ msgid "" msgstr "" "Амални бажариб бўлмади, чунки манба ва манзил файлларининг номлари бир хил." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "%1 протоколини ишга тайёрлаб бўлмади" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "КЧ-слейвни (%1) яратиб бўлмади" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " "could not be started. This is usually due to technical reasons." msgstr "" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2212,38 +2113,38 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Бу хато учун кўлланма йўқ." -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Рамзий боғ" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format #| msgid "Link to %1 (%2)" msgid "(%1, Link to %2)" msgstr "%1 билан боғланган (%2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Билан боғланган:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2252,25 +2153,25 @@ msgstr "" "Нотўгри URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2278,93 +2179,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 протоколи билан алоқа ўрнатиб бўлмайди." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 протоколи билан алоқани узиб бўлмайди." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 протоколи билан файлларга мурожаат қилиб бўлмайди." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "'%1'га ёзиш қўлланмаган." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 протоколи учун махсус амаллар мавжуд эмас." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 протоколи билан жилдлар рўйхатини кўриб бўлмайди." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "'%1'дан маълумотни олиш қўлланмаган." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "'%1'дан MIME тури ҳақида маълумотни олиш қўлланмаган." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "%1 билан файлнинг номини ўзгартириш ёки уни кўчириш қўлланмаган." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 протоколи билан рамзий боғ яратиш қўлланмаган." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "%1 билан файлдан нусха олиш қўлланмаган." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "%1 билан файлни ўчириш қўлланмаган." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 протоколи билан жилдни яратиш қўлланмаган." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 протоколи билан файлларнинг атрибутини ўзгартириш қўлланмаган." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format #| msgid "Changing the attributes of files is not supported with protocol %1." msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 протоколи билан файлларнинг атрибутини ўзгартириш қўлланмаган." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 протоколи билан жилдни яратиш қўлланмаган." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "%1 протоколи %2 амалини қўлламайди." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2373,334 +2274,357 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Номаълум протокол '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "%1 протоколи учун КЧ-слейв топилмади." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "%1 протоколи учун КЧ-слейв топилмади." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "%1 протоколи учун КЧ-слейв топилмади." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Тафсилотлар" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Ҳамиша" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Давом этиш" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "&Фақат жорий сеанслар" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Жилдни яратиб бўлмади" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Жилдни яратиб бўлмади" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Ўчириш учун файлни танламадингиз." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ўчириш учун ҳеч нарса йўқ" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Чиқиндилар қутисига жўнатиш учун файл танланмаган." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Чиқиндилар қутисига жўнатиш учун ҳеч нарса йўқ" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Кўрсатилган жилд мавжуд эмас ёки уни ўқиб бўлмайди." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Меню" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Юқори жилд" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Уй жилди" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Қайтадан юклаш" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Янги жилд" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Чиқиндилар қутисига кўчириш" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Ўчириш" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Саралаш" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "Сайтнинг номи" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Қисқа кўриниш" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Сана бўйича" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "By Type" msgid "Sort by Type" msgstr "Тури бўйича" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Камайиш бўйича" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Камайиш бўйича" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Олдин жилдлар" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Яширилган файлларни кўрсатиш" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Қисқа кўриниш" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Қисқа кўриниш" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Батафсил кўриниш" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format #| msgid "Local Filename" msgid "Above File Name" msgstr "Локал файлнинг номи" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Қисқа кўриниш" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Батафсил кўриниш" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Батафсил кўриниш" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Батафсил кўриниш" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Яширилган файлларни кўрсатиш" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Кўриб чиқишни кўрсатиш" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Кўриб чиқишни кўрсатиш" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Хоссалари" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "&Кўриб чиқиш" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "Folders First" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Олдин жилдлар" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Oldest First" msgstr "Олдин жилдлар" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "Folders First" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Олдин жилдлар" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort descending" msgid "Largest First" msgstr "Олдин жилдлар" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "Folders First" msgctxt "Sort ascending" msgid "Smallest First" msgstr "Олдин жилдлар" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format #| msgid "Loading" msgid "Encoding:" msgstr "Юкланмоқда" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Очиш" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2754,45 +2678,45 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Ҳамма файллар" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Ҳамма қўлланган файллар" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Ҳамма файллар" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Entry..." msgid "Add Places Entry" msgstr "Таҳрирлаш" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format #| msgid "Edit Entry..." msgid "Edit Places Entry" msgstr "Таҳрирлаш" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

              The " @@ -2801,19 +2725,19 @@ msgid "" "the location's URL.
              " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Номи:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Таърифни киритинг" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2822,29 +2746,29 @@ msgid "" "edit box you can browse to an appropriate URL." msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Манзил:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " "on the button to select a different icon.
              " msgstr "" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "&Нишончани танлаш:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Фақат %1 &дастурини ишлатганда кўрсатиш" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2852,177 +2776,184 @@ msgid "" "entry will be available in all applications." msgstr "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Жойлар" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Олиб ташлаш" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "&Search:" msgctxt "@item" msgid "Search For" msgstr "Қ&идириш:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Ускуналар" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Уй" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Бу учун ҳеч қандай қўлланма йўқ" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Тармоқ" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Чиқиндилар қутиси" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Файлларни ўчириш" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Манзили:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Ўзгарган:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "'%1' дастурини топиб бўлмади." -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Файл ёки жилд %1 мавжуд эмас." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Қоидани ў&згартириш" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Элементни ў&чириш" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Элементни ў&чириш" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Элементни ў&чириш" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Элементни ў&чириш" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3030,42 +2961,42 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Ажратилмоқда" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Ажратиш" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Чиқариш" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Кўрсатилган манба балки мавжуд эмас." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3075,27 +3006,27 @@ msgid_plural "" "%2." msgstr[0] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 %" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 %" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format #| msgctxt "Available space out of total partition size (percent used)" #| msgid "%1 out of %2 (%3% used)" @@ -3103,79 +3034,79 @@ msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%2'дан %1 (%3% ишлатилган)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Чиқиндилар қутисини бўшатиш" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Улаш" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Дастур билан очиш" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Қўшиш" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Таҳрирлаш" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Олиб ташлаш" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Элементни қўшиш" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Элементни қўшиш" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format #| msgid "" #| "Show\n" @@ -3185,14 +3116,14 @@ msgstr "" "Элементларни\n" "кўрсатиш" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Қисқа кўриниш" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3201,54 +3132,54 @@ msgctxt "" msgid "Auto Resize" msgstr "&Авто-аниқлаш" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ҳажми %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Сиз фақат локал файлларни танлашингиз мумкин." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Сиз фақат локал файлларни танлашингиз мумкин." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "Remote Files Not Accepted" msgid "Remote files not accepted" msgstr "Масофдаги файллар қабул қилинмайди" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3258,48 +3189,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -#| msgid "%1 is a file, but a folder was expected." -msgid "Files and folders selected" -msgstr "%1 файл, аммо жилд кутилган эди." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

              For instance, if the " @@ -3313,43 +3218,43 @@ msgstr "" "Юқори жилдга ўтиш.

              Масалан, агар жорий жилд file:/home/%1 бўлса, бу " "тугмани боссангиз file:/home жилдига ўтасиз." -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Кўриш тарихида бир қадам орқага ўтиш учун шу тугмани босинг." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Кўриш тарихида бир қадам олдинга ўтиш учун шу тугмани босинг." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Янги жилдни яратиш учун бу тугмани босинг" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Хатчўпларни кўрсатиш" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Яширилган файлларни кўрсатиш" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Мосламалар" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3359,12 +3264,12 @@ msgid "" "folders from files

            " msgstr "" -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Хатчўплар" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3374,12 +3279,37 @@ msgid "" msgstr "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Номи:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Номини ўзгартириш" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Ускуна:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Яширилган файлларни кўрсатиш" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3388,12 +3318,12 @@ msgid "" "qt>" msgstr "" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Cақлаш учун файлнинг номи." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3402,77 +3332,81 @@ msgstr "" "Очиш учун файллар рўйхати. Бўш жой билан ажратилган бир қанча файлларнинг " "номини кўрсатиш мумкин." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Очиш учун файлнинг номи." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Жойлар" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "Ҳаммасини а&лмаштириш" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Сиз фақат локал файлларни танлашингиз мумкин." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Масофдаги файллар қабул қилинмайди" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Ҳамма жилдлар" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Жилд яратиш" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Очиш" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Файлнинг кенгайтмасини (%1) &авто-танлаш" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "кенгайтма %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Файлнинг кенгайтмасини &авто-танлаш" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "мос келадиган кенгайтма" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3488,47 +3422,40 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Филтер:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Филтер:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "C&reate" -msgctxt "@title:window" -msgid "Create New File" -msgstr "&Яратиш" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Сақлаш" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3538,31 +3465,30 @@ msgstr "" "Кўрсатилган буйруқни бажариб бўлмади. Файл ёки жилд (%1) мавжуд " "эмас." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Рамзий боғ яратиб бўлмади" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format msgid "Create link to URL" msgstr "Манзил:" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Create New" msgid "%1" msgstr "%1 Б" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3570,7 +3496,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3578,7 +3504,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3587,74 +3513,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "\"%1\" номли эски элемент аллақачон мавжуд." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "%1 номли файл аллақачон мавжуд." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "&Яратиш" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Ускуна" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Янги жилд" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Жилдни яратиб бўлмади" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3664,59 +3598,108 @@ msgstr "" "Қуйидаги манзилда янги жилдни яратиш:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Андоза" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "C&reate" +msgctxt "@title:window" +msgid "Create New File" +msgstr "&Яратиш" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "%1 учун дастурни танланг" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "&Нишончани танлаш:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Нусха олиш" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Қўйиш" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Дастур билан очиш" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Дастур билан очиш" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Таҳрирлаш" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ростдан бу элементни ўчиришни истайсизми?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -3729,6 +3712,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Жойлар" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3756,41 +3747,41 @@ msgstr "Бошқалар" msgid "Edit mode" msgstr "Таҳрирлаш" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Бу файлни бажаришга сизда етарли ҳуқуқлар йўқ." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "%1'ни ишга тушириш" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Бу файлни очишга сизда етарли ҳуқуқлар йўқ." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3817,12 +3808,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -3836,28 +3833,28 @@ msgstr "" ".desktop файлида\n" "номаълум ёзув (%1)." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "%1'ни ишга тушириш" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3867,27 +3864,27 @@ msgstr "" ".desktop файлининг (%1) тури\n" "боғ, аммо \"URL=...\" ёзуви йўқ." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3899,12 +3896,12 @@ msgstr "" "Кўрсатилган буйруқни бажариб бўлмади. Файл ёки жилд (%1) мавжуд " "эмас." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Файлда (%1) \"Type=...\" ёзуви йўқ." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3912,12 +3909,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "" @@ -3996,72 +3993,67 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Ёзиб олинган файлга таклиф қилинган ном" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Бажариш учун буйруқ" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "%1'га маълумот жўнатилмоқда" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4070,7 +4062,7 @@ msgstr "" "%1\n" "учун ҳуқуқларни ўзгартириб бўлмади" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgctxt "@info" @@ -4079,124 +4071,39 @@ msgid "" "%1" msgstr "%1 учун ҳуқуқларни ўзгартириб бўлмади." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Вақтинчалик файлнинг номини ўзгартириб бўлмади" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "'mount' дастурини топиб бўлмади." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "'umount' дастурини топиб бўлмади." -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Қўшимча ҳуқуқлар" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Ҳуқуқлар" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Олиб ташлаш" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "Жилд яратиш" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Жилд яратиш" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Ҳуқуқлар" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Файлни танлаш ойнасини очиш" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "Жилд яратиш" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "Ускуна:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "ҳажми %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Номаълум тўхталиш" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format #| msgid "Could not enter folder %1." msgid "Could not get user id for given user name %1" msgstr "%1 жилдига ўтиб бўлмади." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4233,32 +4140,32 @@ msgid "" "\n" msgstr "" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "Бу сайтга кириш учун фойдаланувчи ва махфий сўзни кўрсатиш керак." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Сайт:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Кириш ОК" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "%1'га кириб бўлмади." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4266,7 +4173,7 @@ msgid "" "The server said: \"%1\"" msgstr "%1'ни ишга тушириш" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4275,12 +4182,12 @@ msgstr "" "Қуйида кўрсатилган прокси серверга кириш учун фойдаланувчи ва махфий сўзни " "кўрсатиш керак." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Прокси:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Прокси ёрдамида тасдиқлаш муваффақиятсиз тугади." @@ -4335,111 +4242,111 @@ msgid "" msgstr "" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Сервер тасдиқлаши" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format #| msgid "create the requested folder" msgctxt "request type" msgid "create the requested folder" msgstr "талаб қилинган жилдни яратиш" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format #| msgid "copy the specified file or folder" msgctxt "request type" msgid "copy the specified file or folder" msgstr "кўрсатилган файл ёки жилддан нусха олиш" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format #| msgid "move the specified file or folder" msgctxt "request type" msgid "move the specified file or folder" msgstr "кўрсатилган файл ёки жилдни кўчириш" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "search in the specified folder" msgstr "кўрсатилган жилдда қидириш" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "lock the specified file or folder" msgstr "кўрсатилган файл ёки жилдни қулфлаш" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format #| msgid "lock the specified file or folder" msgctxt "request type" msgid "unlock the specified file or folder" msgstr "кўрсатилган файл ёки жилдни қулфлаш" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format #| msgid "delete the specified file or folder" msgctxt "request type" msgid "delete the specified file or folder" msgstr "кўрсатилган файл ёки жилдни ўчириш" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format #| msgid "retrieve the contents of the specified file or folder" msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "кўрсатилган файл ёки жилднинг таркибини аниқлаш" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgid "search in the specified folder" msgctxt "request type" msgid "run a report in the specified folder" msgstr "кўрсатилган жилдда қидириш" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "%1га рухсат этилмади." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4447,21 +4354,21 @@ msgid "" "below." msgstr "" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "%1га рухсат этилмади." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4471,28 +4378,28 @@ msgid "" " %1" msgstr "" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4500,27 +4407,27 @@ msgid "" "folder." msgstr "" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Кўрсатилган манба балки мавжуд эмас." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format #| msgid "upload %1" msgctxt "request type" msgid "upload %1" msgstr "%1'ни ёзиб қўйиш" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: response code, %2: request type" @@ -4534,16 +4441,16 @@ msgstr "%1га рухсат этилмади." msgid "Network" msgstr "Тармоқ" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "Хато URL %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4552,12 +4459,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4598,7 +4505,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4622,19 +4529,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Қайтадан уриниш" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Тасдиқлаш диалоги" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Рухсат йўқ" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -4748,41 +4655,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -4792,9 +4699,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Ҳисоблаш" @@ -4803,146 +4710,234 @@ msgstr "Ҳисоблаш" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format #| msgid "Cancel Job" msgid "C&ancel" msgstr "Бекор қилиш" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "%1'ни ишга тушириш" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "&Бажариш" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Очиш" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Дастур билан очиш:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "Choose a different filename for the destination file." +msgid "Would you like to launch this file?" +msgstr "Манзил файлининг номини ўзгартиринг." -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Жилд яратиш" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Манба" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Манзил" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Нусха олинмоқда" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "Кўчирилмоқда" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Номини ўзгартириш" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Чиқиндилар қутисига кўчириш" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr " (Ўчирилмоқда)" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "&Бекор қилиш" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Номини ўзгартириш" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Чиқиндилар қутисига" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Жилдни яратиб бўлмади" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Жилдни яратиб бўлмади" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Жилдни яратиб бўлмади" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Номини ўзгартириш" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Номини ўзгартириш" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Чиқиндилар қутисига" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Жилдни яратиб бўлмади" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Жилдни яратиб бўлмади" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Жилдни яратиб бўлмади" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Номини ўзгартириш" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4951,13 +4946,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Тизимнинг мосламаси янгиланмоқда" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4966,23 +4961,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Ўчириш" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Ўчириш" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4993,7 +4989,7 @@ msgid_plural "" "strong='true'>This action cannot be undone." msgstr[0] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5001,13 +4997,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Чиқиндилар қутисини бўшатиш" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5015,7 +5011,7 @@ msgid "" "filename>" msgstr "Ростдан бу элементни ўчиришни истайсизми?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5105,7 +5101,7 @@ msgstr "Эгаси" msgid "Owning Group" msgstr "" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Бошқалар" @@ -5179,236 +5175,260 @@ msgstr "Тизимнинг мосламаси янгиланмоқда" msgid "Updating system configuration…" msgstr "Тизимнинг мосламаси янгиланмоқда." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Номи" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Ҳажми" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Сана" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Ҳуқуқлар" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Эгаси" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Гуруҳ" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Тури" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Дастур билан очиш:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 Б" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Амаллар" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Дастур билан очиш" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Дастур билан очиш" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Бажариш" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Дастур билан очиш:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Дастур билан очиш:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Дастур билан очиш" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Дастур билан очиш" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Дастур" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Номаълум" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "Тўхтатилди" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Уланган:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Тури:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Манзили:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Ҳажми:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Ўз&гартириш" - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Таркиби:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Дастур билан очиш:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Ўз&гартириш" + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Манзили:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Ҳажми:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "Тўхтатилди" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Билан боғланган:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Ўзгарган:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Examining" +msgid "Show target" +msgstr "Текширилмоқда" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Яратилган:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Файл тизими:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Компьютернинг номи номаълум" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Уланган:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Ўзгарган:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Фойдаланилган:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Файл тизими:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Дастур билан очиш" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Уланган:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Уланган:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Компьютернинг номи номаълум" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5678,21 +5698,24 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Таърифи:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "Ф&ойдаланувчи:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5705,7 +5728,7 @@ msgstr "&Изоҳ:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "&Олдиндан аниқланган прокси муҳит ўзгарувчиларини ишлатиш" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5874,7 +5897,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -5887,39 +5910,59 @@ msgstr "" "Хоссаларни сақлаб бўлмади. Сиз %1'га ёзиш учун етарли ҳуқуқларга " "эга эмассиз." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Умумий" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Янгилаш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ростдан бу элементни ўчиришни истайсизми?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 Б" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Компьютернинг номи номаълум" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5928,180 +5971,186 @@ msgstr "" "Ҳисобланмоқда...%1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 файл" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 қуйи жилд" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Ҳисобланмоқда..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr " Файллар: %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Янги файлнинг номи кўрсатилмаган." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Қў&лланган файл турлари:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Дастурни танланг" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Яратилган:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Ўз&гартириш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Фойдаланилган:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Таркибини кўриши ва ўзгартириши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Таркибини кўриши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Таркибини кўриши ва ўзгартириши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Таркибини кўриши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Кўриши/ўқиши ва ўзгартириши/ёзиши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Ҳуқуқлар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Мурожаат ҳуқуқлари" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ушбу файл боғ ва ҳеч қандай ҳуқуқларга эга эмас." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Ҳуқуқларни фақат эгаси ўзгартириши мумкин." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Эгаси:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Эгаси бажариши мумкин бўлган амалларни кўрсатади." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Гуруҳ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Гуруҳ аъзолари бажариши мумкин бўлган амалларни кўрсатади." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Б&ошқалар:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "Ҳамма фойдаланувчилар бажариши мумкин бўлган амалларни кўрсатади." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Жилднинг таркибини фақат э&гаси ўчириши ва номини ўзгартириши мумкин" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Бу байроқ файлни ишга туширишга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Андоза фойдаланувчи:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "&Бажариш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6112,7 +6161,7 @@ msgstr "" "учун шу ерни белгиланг. Агар 'Таркибини кўриши ва ўзгартириши мумкин' ҳуқуқи " "кўрсатилган бўлса, бошқа фойдаланувчилар жилдга янги файлларни кўшиши мумкин." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6121,42 +6170,42 @@ msgstr "" "Файлни бажариб бўладиган деб белгилаш учун шу ерни белгиланг. Бу фақат " "дастур ва скриптлар учун маънога эга, бу уларни ишга тушириш учун керак." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Қўши&мча ҳуқуқлар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Эгалик" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Фойдаланувчи:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Гуруҳ:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Ўзгаришларни шу жилддаги барча элементларга қўллаш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Қўшимча ҳуқуқлар" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Синф" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6165,22 +6214,22 @@ msgstr "" "Элементларни\n" "кўрсатиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Бу байроқ жилднинг таркибини кўришга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Ўқиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Бу байроқ файлнинг таркибини кўришга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6189,7 +6238,7 @@ msgstr "" "Элементларни\n" "ёзиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6198,189 +6247,179 @@ msgstr "" "Бу байроқ файлни қўшиш, ўчириш ва номини ўзгартиришга рухсат беради. Ўчириш " "ва номини ўзгартиришни 'Ёпишқоқ' байроғи билан чегаралаш мумкин." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Ёзиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Бу байроқ файлнинг таркибини ўзгартиришга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ўтиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Бу байроқ жилдга ўтишга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Бажариш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Бу байроқ файлни ишга туширишга рухсат беради." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Махсус" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Фойдаланувчи" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Гуруҳ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "UID'ни ўрнатиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "GID'ни ўрнатиш" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Ёпишқоқ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Боғ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Бу файл кўшимча ҳуқуқларга эга" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Бу жилд кўшимча ҳуқуқларга эга" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Бу файллар кўшимча ҳуқуқларга эга" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Ҳисобланмоқда..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6388,56 +6427,75 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Янги файлнинг номи кўрсатилмаган." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Янги файлнинг номи кўрсатилмаган." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Ҳисобланмоқда..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Дастур" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 учун қўшимча параметрлар" @@ -6547,29 +6605,34 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Қоидани ў&згартириш" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Файлни танлаш ойнасини очиш" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1-та фай&лни қўйиш" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Хотирадан қўйиш" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6577,7 +6640,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "%1-та жилд" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6585,7 +6648,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1-та фай&лни қўйиш" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6594,95 +6657,106 @@ msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "%1-та банд" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Хотирадан қўйиш" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Қўйиш" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "ҳажми %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Ҳажми:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Номини ўзгартириш" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Бошқа номни &таклиф қилиш" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Ў&тказиб юбориш" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Ёзиш" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6691,168 +6765,147 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Ҳаммасини а&лмаштириш" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Давом этиш" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" msgstr "" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Давом этиш" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to overwrite the destination?" msgstr "Манзил файлининг номини ўзгартиринг." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "Choose a different filename for the destination file." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Манзил файлининг номини ўзгартиринг." -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Манба" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Манзил" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "кенгайтма %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "кенгайтма %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "кенгайтма %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "кенгайтма %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Янги файлнинг номи кўрсатилмаган." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Янги файлнинг номи кўрсатилмаган." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Янги файлнинг номи кўрсатилмаган." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Ҳамма файллар" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "\"%1\" номли эски элемент аллақачон мавжуд." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "\"%1\" номли ўхшаш файл аллақачон мавжуд." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "\"%1\" номли эски элемент аллақачон мавжуд." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Номини ўзгартириш" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Номини ўзгартириш" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Номини ўзгартириш" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Номини ўзгартириш" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Ускуна:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "%1 номли файл аллақачон мавжуд." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected proxy exception address." msgctxt "@label:textbox" @@ -6860,40 +6913,199 @@ msgid "Rename the %1 selected item to:" msgid_plural "Rename the %1 selected items to:" msgstr[0] "Қоидадан ташқари танланган прокси манзилини ўзгартириш." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Ускуна:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected proxy exception address." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Қоидадан ташқари танланган прокси манзилини ўзгартириш." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Жойлар" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Дастур билан очиш" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Жойлар" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected proxy exception address." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Қоидадан ташқари танланган прокси манзилини ўзгартириш." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Бошқа ф&ойдаланувчи сифатида бажариш" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Номини ўзгартириш" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Номини ўзгартириш" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Номини ўзгартириш" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Андоза фойдаланувчи:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Жойлар" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Кўриб чиқишни кўрсатиш" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Маълумот" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, fuzzy, kde-format #| msgid "Places" msgid "Replace" msgstr "Жойлар" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Қайтадан уриниш" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Places" msgid "Replace All" msgstr "Жойлар" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ўтказиб юбориш" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -6989,7 +7201,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7020,77 +7232,200 @@ msgstr[0] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ростдан бу элементни ўчиришни истайсизми?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgid "Examining" msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Текширилмоқда" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Дастур билан очиш" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Файл тизими:" + +#~ msgid "Delete Files" +#~ msgstr "Файлларни ўчириш" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Жилдни яратиб бўлмади" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Чиқиндилар қутисига кўчириш" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Номини ўзгартириш" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "%1'га маълумот жўнатилмоқда" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Қўшимча ҳуқуқлар" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Ҳуқуқлар" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Олиб ташлаш" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "Жилд яратиш" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Ҳуқуқлар" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Файлни танлаш ойнасини очиш" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "Жилд яратиш" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "Ускуна:" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "ҳажми %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Номаълум тўхталиш" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Хатчўпларни кўрсатиш" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Файл ўзгарган" + +#~ msgid "&Description:" +#~ msgstr "&Таърифи:" + +#~ msgid "&Filter:" +#~ msgstr "&Филтер:" + +#, fuzzy +#~| msgid "%1 is a file, but a folder was expected." +#~ msgid "Files and folders selected" +#~ msgstr "%1 файл, аммо жилд кутилган эди." + #~ msgid "Is &executable" #~ msgstr "&Бажариб бўлади" @@ -7735,11 +8070,6 @@ msgstr "" #~ msgid "Delete files older than" #~ msgstr "Жилдни ўчириш" -#, fuzzy -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Текширилмоқда" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -7801,12 +8131,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Андоза махфий сўз:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Андоза" - #, fuzzy #~| msgid "%1 %" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -7898,10 +8222,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "%1 учун ҳуқуқларни ўзгартириб бўлмади." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1-та фай&лни қўйиш" - #~ msgid "None" #~ msgstr "Йўқ" @@ -7998,10 +8318,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "'%1'га ёзиш қўлланмаган." -#, fuzzy -#~ msgid "File name:" -#~ msgstr "Ускуна:" - #~ msgid "&Use cache" #~ msgstr "Кэшдан &фойдаланиш" @@ -8106,9 +8422,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Фақат ўқишга" -#~ msgid "File system:" -#~ msgstr "Файл тизими:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Улаш нуқтаси (/mnt/floppy):" @@ -8491,9 +8804,6 @@ msgstr "" #~ msgid "Advanced options" #~ msgstr "Қўшимча &параметрлар" -#~ msgid "&Username:" -#~ msgstr "Ф&ойдаланувчи:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -8501,9 +8811,6 @@ msgstr "" #~ "io-slave яратиб бўлмади.\n" #~ "Klauncher'дан олинган хабар: %1" -#~ msgid "Open with:" -#~ msgstr "Дастур билан очиш:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/vi/kio6.po b/local/recipes/kde/kf6-kio/source/po/vi/kio6.po index 04abeba113..ab0b931e13 100644 --- a/local/recipes/kde/kf6-kio/source/po/vi/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/vi/kio6.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2023-10-24 10:35+0200\n" "Last-Translator: Phu Hung Nguyen \n" "Language-Team: Vietnamese \n" @@ -29,12 +29,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "phu.nguyen@kdemail.net,herophuong93@gmail.com,clytie@riverland.net.au" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Không chỉnh sửa được quyền sở hữu của tệp %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -43,12 +43,12 @@ msgstr "" "Không chỉnh sửa được quyền sở hữu của tệp %1. Bạn không " "có đủ quyền truy cập đến tệp để thực hiện thay đổi này." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Không thể tạo thợ KIO: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -60,7 +60,7 @@ msgstr "" "Không tạo được liên kết tượng trưng \"%1\".\n" "Hệ thống tệp đích (%2) không hỗ trợ liên kết tượng trưng." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -74,7 +74,7 @@ msgstr "" "Chọn \"Thay thế\" để thay thế mỗi kí tự không hợp lệ (trong tên thư mục " "đích) bằng một dấu gạch dưới \"_\"." -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgstr "" "Chọn \"Thay thế\" để thay thế mỗi kí tự không hợp lệ (trong tên tệp đích) " "bằng một dấu gạch dưới \"_\"." -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Thư mục đã tồn tại" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Tệp đã tồn tại" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Đã tồn tại, là thư mục" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Thùng rác" @@ -194,200 +194,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Chuyển" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Nguồn" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Đích" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Đổi tên" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Chép" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Tạo thư mục" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Thư mục" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Xoá" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Tệp" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Kiểm tra" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Truyền" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Gắn kết" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Thiết bị" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Điểm gắn kết" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Bỏ gắn kết" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Thay đổi thuộc tính" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Cần có đặc quyền gốc để thay đổi thuộc tính tệp. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Chép tệp" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Cần có đặc quyền gốc để hoàn tất thao tác chép. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Xoá tệp" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Cần có đặc quyền gốc để hoàn tất thao tác xoá. Tuy nhiên, làm vậy có thể gây " -"tổn hại cho hệ thống của bạn. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Tạo thư mục" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "Cần có đặc quyền gốc để tạo thư mục này. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Chuyển các thứ" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Cần có đặc quyền gốc để hoàn tất thao tác chuyển. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Đổi tên" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Cần có đặc quyền gốc để hoàn tất việc đổi tên. Bạn có muốn tiếp tục không?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Tạo liên kết tượng trưng" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Cần có đặc quyền gốc để tạo được một liên kết tượng trưng. Bạn có muốn tiếp " -"tục không?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Truyền dữ liệu" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Cần có đặc quyền gốc để hoàn tất việc truyền dữ liệu. Bạn có muốn tiếp tục " -"không?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -816,6 +712,11 @@ msgstr "Tệp quá lớn không thể cho vào thùng rác được." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -825,65 +726,65 @@ msgstr "" "%2\n" "Vui lòng gửi một bản báo lỗi đầy đủ tại https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(không rõ)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "

            %1

            %2

            " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Lí do kĩ thuật: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Chi tiết của yêu cầu:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
          • URL: %1
          • " msgstr "
          • URL: %1
          • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
          • Protocol: %1
          • " msgstr "
          • Giao thức: %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Date and time: %1
          • " msgstr "
          • Ngày và giờ : %1
          • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
          • Additional information: %1
          • " msgstr "
          • Thông tin thêm: %1
          • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Nguyên nhân có thể:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Giải pháp có thể:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(không rõ)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -892,17 +793,17 @@ msgstr "" "Liên hệ với hệ thống hỗ trợ máy tính thích hợp của bạn, là quản trị viên hệ " "thống hoặc nhóm hỗ trợ kĩ thuật, để được trợ giúp thêm." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Liên hệ với quản trị viên của máy chủ để được trợ giúp thêm." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kiểm tra các quyền truy cập của bạn với tài nguyên này." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -911,7 +812,7 @@ msgstr "" "Các quyền truy cập của bạn có thể là không đủ để thực hiện thao tác được yêu " "cầu với tài nguyên này." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -919,7 +820,7 @@ msgstr "" "Tệp có thể đang được dùng (và thế nên bị khoá) bởi một người dùng hoặc ứng " "dụng khác." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -928,17 +829,17 @@ msgstr "" "Kiểm tra để đảm bảo rằng không có ứng dụng hay người dùng nào khác đang dùng " "hoặc đã khoá tệp này." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Dù không chắc, có thể đã xuất hiện một lỗi phần cứng." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Bạn có thể đã gặp một lỗi trong chương trình." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -947,7 +848,7 @@ msgstr "" "Việc này có khả năng lớn nhất là bị gây ra bởi một lỗi trong chương trình. " "Vui lòng cân nhắc việc gửi một bản báo lỗi đầy đủ như trình bày bên dưới." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -956,7 +857,7 @@ msgstr "" "Cập nhật phần mềm lên phiên bản mới nhất. Bản phân phối của bạn sẽ cung cấp " "công cụ để cập nhật phần mềm." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -976,12 +877,12 @@ msgstr "" "tiết được đưa ra ở trên và cho chúng vào bản báo lỗi của bạn, cùng với tất " "cả những thông tin khác mà bạn nghĩ là có ích." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Có thể đã có vấn đề với kết nối mạng của bạn." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -990,7 +891,7 @@ msgstr "" "Có thể đã có vấn đề với cấu hình mạng của bạn. Nếu gần đây bạn vẫn truy cập " "Liên Mạng không vấn đề gì thì không chắc là vậy." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -998,42 +899,42 @@ msgid "" msgstr "" "Có thể đã có vấn đề ở đâu đó trên đường mạng giữa máy chủ và máy tính này." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Thử lại, bây giờ hoặc một lúc khác." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Một lỗi hoặc một sự không tương thích về giao thức có thể đã xảy ra." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Đảm bảo rằng tài nguyên này tồn tại, rồi thử lại." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Tài nguyên được chỉ ra đó có thể không tồn tại." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Kiểm tra kĩ rằng bạn đã nhập vào địa điểm đúng rồi thử lại." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kiểm tra trạng thái kết nối mạng của bạn." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Không thể mở tài nguyên để đọc" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, vì không có quyền đọc." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Bạn có thể không có quyền đọc tệp hoặc mở thư mục." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Không thể mở tài nguyên để ghi" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1061,17 +962,17 @@ msgstr "" "Điều này nghĩa là không ghi được vào tệp %1 như được yêu " "cầu, vì không có quyền ghi." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Không thể khởi chạy tiến trình do giao thức %1 yêu cầu" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Không thể khởi chạy tiến trình" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1. Việc này thường là vì lí do " "kĩ thuật." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1094,12 +995,12 @@ msgstr "" "chương trình không tương thích với phiên bản hiện thời, và thế nên không " "khởi động được." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Lỗi nội bộ" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 đã báo một lỗi nội bộ." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL được định dạng không đúng" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lgiao_thức://người_dùng:mật_khẩu@www.ví_dụ.org:cổng/" "thư_mục/tên_tệp.phần_mở_rộng?truy_vấn=giá_trị" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Giao thức không được hỗ trợ %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1142,12 +1043,12 @@ msgstr "" "Giao thức %1 không được hỗ trợ bởi những chương trình KDE " "hiện đang được cài đặt trên máy tính này." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Giao thức được yêu cầu có thể không được hỗ trợ." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1156,7 +1057,7 @@ msgstr "" "Những phiên bản của giao thức %1 được hỗ trợ bởi máy tính này và máy chủ có " "thể không tương thích với nhau." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1167,17 +1068,17 @@ msgstr "" "KIO\" - \"KIO worker\") hỗ trợ giao thức này. Một trong những nơi để tìm là " "https://store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL không dẫn đến một tài nguyên." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Giao thức là một giao thức lọc" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Lesource Locator - URL) mà bạn nhập không dẫn đến một " "tài nguyên cụ thể nào." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1200,12 +1101,12 @@ msgstr "" "không phải một trong những tình huống đó. Đây là một sự kiện hiếm gặp, và có " "thể cho thấy một lỗi lập trình." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Hành động không được hỗ trợ: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1214,7 +1115,7 @@ msgstr "" "Hành động được yêu cầu không được hỗ trợ bởi chương trình KDE đang thực hiện " "giao thức %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1224,17 +1125,17 @@ msgstr "" "Lỗi này phụ thuộc rất nhiều vào chương trình KDE. Phần thông tin thêm sẽ cho " "bạn nhiều thông tin hơn là những gì hiện có ở kiến trúc nhập/xuất KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Thử tìm cách khác để đạt được cùng kết quả." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Mong đợi tệp" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1243,17 +1144,17 @@ msgstr "" "Yêu cầu đó mong đợi một tệp, tuy nhiên lại tìm ra thư mục %1." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Đây có thể là một lỗi ở phía máy chủ." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Mong đợi thư mục" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1262,66 +1163,66 @@ msgstr "" "Yêu cầu đó mong đợi một thư mục, tuy nhiên lại tìm ra tệp %1." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Tệp hoặc thư mục không tồn tại" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Tệp hoặc thư mục được chỉ ra %1 không tồn tại." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Không tạo được tệp yêu cầu vì đã tồn tại một tệp với cùng tên." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Thử chuyển tệp hiện tại ra chỗ khác trước đã, rồi thử lại." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Xoá tệp hiện tại và thử lại." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Chọn một tên khác cho tệp mới." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "Không tạo được thư mục yêu cầu vì đã tồn tại một thư mục với cùng tên." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Thử chuyển thư mục hiện tại ra chỗ khác trước đã, rồi thử lại." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Xoá thư mục hiện tại và thử lại." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Chọn một tên khác cho thư mục mới." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Máy không rõ" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1330,35 +1231,35 @@ msgstr "" "Một lỗi máy không rõ cho thấy rằng không định vị được máy chủ với tên được " "yêu cầu, %1, trên Liên Mạng." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "Tên mà bạn gõ, %1, có thể không tồn tại; có thể nó bị gõ sai." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Truy cập bị từ chối" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Truy cập đến tài nguyên được chỉ ra, %1, bị từ chối." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Bạn có thể đã cung cấp chi tiết xác thực không đúng, hoặc chưa cung cấp gì." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Danh khoản của bạn có thể không có quyền truy cập tài nguyên được chỉ ra." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1366,12 +1267,12 @@ msgid "" msgstr "" "Thử lại yêu cầu và đảm bảo rằng các chi tiết xác thực của bạn được nhập đúng." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Truy cập ghi bị từ chối" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1379,12 +1280,12 @@ msgid "" msgstr "" "Điều này nghĩa là một cố gắng ghi vào tệp %1 đã bị từ chối." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Không thể vào thư mục" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1393,17 +1294,17 @@ msgstr "" "Điều này nghĩa là một cố gắng đi vào (nói cách khác, mở) thư mục được yêu " "cầu %1 đã bị từ chối." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Việc liệt kê thư mục không khả dụng" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Giao thức %1 không phải là một hệ thống tệp" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1413,12 +1314,12 @@ msgstr "" "Điều này nghĩa là một yêu cầu đã được tạo ra, đòi hỏi xác định nội dung của " "thư mục, và chương trình KDE hỗ trợ giao thức này không thể làm việc đó." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Phát hiện liên kết vòng tròn" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1431,7 +1332,7 @@ msgstr "" "kết tạo ra vòng lặp vô hạn - tức là tệp này được liên kết (có thể theo đường " "vòng) đến chính nó." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1439,27 +1340,27 @@ msgid "" msgstr "" "Xoá một phần của vòng lặp để nó không tạo ra một vòng lặp vô hạn, và thử lại." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Yêu cầu bị huỷ bỏ bởi người dùng" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Yêu cầu không thể được hoàn tất vì nó đã bị huỷ bỏ." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Thử lại yêu cầu." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Phát hiện liên kết vòng tròn trong khi sao chép" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1472,17 +1373,17 @@ msgstr "" "phát hiện một liên kết hoặc chuỗi liên kết tạo ra vòng lặp vô hạn - tức là " "tệp này được liên kết (có thể theo đường vòng) đến chính nó." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Không tạo được kết nối mạng" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Không tạo được ổ cắm" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1491,8 +1392,8 @@ msgstr "" "Đây là một lỗi khá kĩ thuật, trong đó một thiết bị cần cho liên lạc qua mạng " "(ổ cắm) đã không tạo được." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1501,19 +1402,19 @@ msgstr "" "Kết nối mạng có thể được cấu hình không đúng, hoặc giao diện mạng có thể " "không được bật." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Kết nối đến máy chủ bị từ chối" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Máy chủ %1 từ chối cho phép máy tính này tạo kết nối." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1522,7 +1423,7 @@ msgstr "" "Máy chủ, trong khi còn được kết nối đến Liên Mạng, có thể không được cấu " "hình để cho phép các yêu cầu." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1531,7 +1432,7 @@ msgstr "" "Máy chủ, trong khi còn được kết nối đến Liên Mạng, có thể đang không chạy " "dịch vụ được yêu cầu (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1542,12 +1443,12 @@ msgstr "" "vệ mạng của bạn hoặc mạng của máy chủ, có thể đã can thiệp, ngăn cản yêu cầu " "này." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Kết nối đến máy chủ bất ngờ bị đóng" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1556,7 +1457,7 @@ msgstr "" "Dù một kết nối đã được thiết lập đến %1, kết nối đó đã bị " "đóng tại một thời điểm bất ngờ trong tiến trình liên lạc." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1565,17 +1466,17 @@ msgstr "" "Một lỗi giao thức có thể đã xảy ra, khiến máy chủ đóng kết nối để phản ứng " "lại với lỗi đó." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Tài nguyên URL không hợp lệ" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Giao thức %1 không phải là một giao thức lọc." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Lesource Locator - URL) mà bạn nhập không dựa vào một " "cơ chế hợp lệ nào để truy cập tài nguyên cụ thể đó, %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1599,17 +1500,17 @@ msgstr "" "năng thực hiện một hành động như vậy. Đây là một sự kiện hiếm gặp, và có thể " "cho thấy một lỗi lập trình." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Không thể khởi tạo thiết bị nhập/xuất" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Không gắn kết được thiết bị" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1618,7 +1519,7 @@ msgstr "" "Không khởi tạo (\"gắn kết\") được thiết bị yêu cầu. Lỗi được báo là: " "%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1630,7 +1531,7 @@ msgstr "" "trong một ổ CD), hoặc trong trường hợp của một thiết bị ngoại vi/di động, " "thiết bị đó có thể không được kết nối đúng." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1641,7 +1542,7 @@ msgstr "" "Trên các hệ thống UNIX, thường cần có đặc quyền quản trị viên hệ thống để " "khởi tạo một thiết bị." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1650,17 +1551,17 @@ msgstr "" "Kiểm tra rằng thiết bị đã sẵn sàng; các ổ gắn ngoài phải chứa phương tiện, " "và các thiết bị di động phải được kết nối và đã bật; rồi thử lại." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Không thể bỏ khởi tạo thiết bị nhập/xuất" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Không bỏ gắn kết được thiết bị" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1669,7 +1570,7 @@ msgstr "" "Không bỏ khởi tạo (\"bỏ gắn kết\") được thiết bị yêu cầu. Lỗi được báo là: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1680,7 +1581,7 @@ msgstr "" "người dùng khác. Ngay cả những việc như có một cửa sổ trình duyệt đang mở ở " "một địa điểm trên thiết bị này cũng có thể khiến thiết bị vẫn được sử dụng." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1691,17 +1592,17 @@ msgstr "" "này. Trên các hệ thống UNIX, thường cần có đặc quyền quản trị viên hệ thống " "để bỏ khởi tạo một thiết bị." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Kiểm tra rằng không ứng dụng nào đang truy cập thiết bị, và thử lại." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Không thể đọc từ tài nguyên" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1710,17 +1611,17 @@ msgstr "" "Điều này nghĩa là mặc dù tài nguyên đó, %1, đã mở được, một " "lỗi xảy ra khi đọc nội dung của tài nguyên." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Bạn có thể không có quyền đọc từ tài nguyên đó." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Không thể ghi vào tài nguyên" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1729,22 +1630,22 @@ msgstr "" "Điều này nghĩa là mặc dù tài nguyên đó, %1, đã mở được, một " "lỗi xảy ra khi ghi vào tài nguyên." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Bạn có thể không có quyền ghi vào tài nguyên đó." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Không nghe chờ được các kết nối mạng" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Không kết buộc được" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1754,17 +1655,17 @@ msgstr "" "Đây là một lỗi khá kĩ thuật, trong đó một thiết bị cần cho liên lạc qua mạng " "(ổ cắm) đã không thiết lập được để nghe chờ các kết nối đến." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Không nghe được" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Không chấp nhận được kết nối mạng" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1773,34 +1674,34 @@ msgstr "" "Đây là một lỗi khá kĩ thuật, trong đó một lỗi xảy ra khi đang cố gắng chấp " "nhận một kết nối đến." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Bạn có thể không có quyền chấp nhận kết nối." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Không đăng nhập được: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Một cố gắng đăng nhập để thực hiện thao tác được yêu cầu đã không thành công." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Không xác định được trạng thái tài nguyên" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Không lấy được trạng thái tài nguyên" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1810,70 +1711,70 @@ msgstr "" "strong>, chẳng hạn tên, kiểu, kích thước, v.v. của tài nguyên đã không thành " "công." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Tài nguyên được chỉ định có thể không tồn tại hoặc không truy cập được." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Không huỷ được việc liệt kê" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "Thông điệp này chưa được lập tài liệu" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Không tạo được thư mục" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Một cố gắng tạo thư mục được yêu cầu đã thất bại." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Địa điểm định tạo thư mục có thể không tồn tại." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Không xoá được thư mục" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "Một cố gắng xoá thư mục được chỉ định, %1, đã thất bại." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Thư mục được chỉ định có thể không tồn tại." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Thư mục được chỉ định có thể không trống." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Đảm bảo rằng thư mục tồn tại và rỗng, rồi thử lại." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Không tiếp tục trở lại được việc truyền tệp" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1883,34 +1784,34 @@ msgstr "" "được tiếp tục trở lại ở một điểm nhất định của quá trình truyền. Việc này là " "không thể." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Giao thức, hoặc máy chủ, có thể không hỗ trợ việc tiếp tục tệp trở lại." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Thử lại yêu cầu mà không cố gắng tiếp tục trở lại việc truyền." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Không đổi tên được tài nguyên" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Một cố gắng đổi tên tài nguyên được chỉ định %1 đã thất bại." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Không thay đổi được quyền truy cập của tài nguyên" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 đã thất bại." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Không thay đổi được quyền sở hữu của tài nguyên" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 đã thất bại." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Không xoá được tài nguyên" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Một cố gắng xoá tài nguyên được chỉ định %1 đã thất bại." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Sự kết thúc chương trình bất ngờ" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 đã bất ngờ kết thúc." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Hết bộ nhớ" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 đã không lấy được bộ nhớ cần thiết để tiếp tục." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Máy uỷ nhiệm không rõ" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2028,17 +1929,17 @@ msgstr "" "Vui lòng gửi một lỗi ở https://bugs.kde." "org/ để báo cho đội ngũ KDE về phương thức xác thực không được hỗ trợ." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Yêu cầu bị huỷ bỏ" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Lỗi nội bộ ở máy chủ" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2047,7 +1948,7 @@ msgstr "" "Chương trình trên máy chủ mà cho phép truy cập vào giao thức %1 đã báo một lỗi nội bộ: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2057,12 +1958,12 @@ msgstr "" "máy chủ. Vui lòng cân nhắc việc gửi một bản báo lỗi đầy đủ như trình bày bên " "dưới." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Liên hệ với quản trị viên của máy chủ để báo cho họ biết về vấn đề." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2071,40 +1972,29 @@ msgstr "" "Nếu bạn biết các tác giả của phần mềm máy chủ là ai, gửi bản báo lỗi trực " "tiếp cho họ." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Lỗi hết giờ" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
            • Timeout for establishing a connection: %1 seconds
            • Timeout " -"for receiving a response: %2 seconds
            • Timeout for accessing proxy " -"servers: %3 seconds
            Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Dù đã liên hệ với máy chủ, không nhận được một lời hồi đáp nào trong khoảng " -"thời gian được phân bố cho yêu cầu như sau:
            • Thời hạn để thiết lập kết " -"nối: %1 giây
            • Thời hạn để nhận lời hồi đáp: %2 giây
            • Thời hạn " -"để truy cập máy chủ uỷ nhiệm: %3 giây
            Vui lòng lưu ý rằng bạn có " -"thể thay đổi các thiết lập thời hạn trong Thiết lập hệ thống KDE, bằng cách " -"chọn Thiết lập mạng -> Các thiết lập kết nối." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Máy chủ quá bận với việc hồi đáp các yêu cầu khác, không hồi đáp được." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Lỗi không rõ" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 đã báo một lỗi không rõ: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Sự gián đoạn không rõ" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 đã báo một sự gián đoạn không rõ thuộc kiểu nào: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Không xoá được tệp gốc" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2142,12 +2032,12 @@ msgstr "" "Thao tác được yêu cầu đòi hỏi việc xoá tệp gốc, nhiều khả năng nhất là ở " "cuối của một thao tác chuyển tệp. Không xoá được tệp gốc %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Không xoá được tệp tạm" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2157,12 +2047,12 @@ msgstr "" "Thao tác được yêu cầu đòi hỏi việc tạo một tệp tạm để lưu tệp mới vào khi " "đang được tải về. Không xoá được tệp tạm này %1." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Không đổi tên được tệp gốc" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2171,12 +2061,12 @@ msgstr "" "Thao tác được yêu cầu đòi hỏi việc đổi tên tệp gốc %1, tuy " "nhiên không đổi tên được nó." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Không đổi tên được tệp tạm" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2185,32 +2075,32 @@ msgstr "" "Thao tác được yêu cầu đòi hỏi việc tạo một tệp tạm %1, tuy " "nhiên không tạo được nó." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Không tạo được liên kết" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Không tạo được liên kết tượng trưng" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Không tạo được liên kết tượng trưng được yêu cầu %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Không có nội dung" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Đĩa đầy" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2219,7 +2109,7 @@ msgstr "" "Không ghi được vào tệp yêu cầu %1 vì không có đủ không gian " "đĩa." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2230,29 +2120,29 @@ msgstr "" "trữ các tệp sang các thiết bị lưu trữ gắn ngoài như đĩa CD-R (CD ghi được); " "hoặc 3) kiếm thêm dung lượng lưu trữ." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Tệp nguồn và đích giống nhau" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "Không hoàn tất được thao tác vì tệp nguồn và đích là cùng một tệp." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Chọn một tên khác cho tệp đích." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Tệp hoặc thư mục được thả lên chính nó" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2260,17 +2150,17 @@ msgid "" msgstr "" "Không hoàn tất được thao tác vì tệp hay thư mục nguồn và đích là giống nhau." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Thả thứ đó vào một tệp hoặc thư mục khác." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Thư mục được chuyển vào trong chính nó" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2278,17 +2168,17 @@ msgid "" msgstr "" "Không hoàn tất được thao tác vì không thể chuyển nguồn vào trong chính nó." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Chuyển thứ đó vào trong một thư mục khác." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Không liên lạc được với máy chủ mật khẩu" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2297,23 +2187,23 @@ msgstr "" "Không hoàn tất được thao tác vì không liên hệ được với dịch vụ để yêu cầu " "mật khẩu (kpasswdserver)" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Thử khởi động lại phiên của bạn, hoặc tìm các lỗi đến từ kiod trong nhật kí." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Không thể bắt đầu giao thức %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Không thể tạo thợ KIO" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2322,7 +2212,7 @@ msgstr "" "Không khởi động được thợ KIO mà cho phép truy cập vào giao thức %1. Việc này thường là vì lí do kĩ thuật." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2332,13 +2222,13 @@ msgstr "" "đó. Điều này nghĩa là bạn có thể đang có một phiên bản lỗi thời của phần cài " "cắm này." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Không thể truyền %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2348,7 +2238,7 @@ msgstr "" "Không thể truyền tệp %1, vì hệ thống tệp đích không hỗ " "trợ tệp lớn như vậy" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2357,28 +2247,28 @@ msgstr "" "Hãy định dạng lại ổ đích để dùng một hệ thống tệp có hỗ trợ các tệp lớn như " "vậy." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Lỗi chưa được lập tài liệu" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Liên kết tượng trưng đến %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, liên kết đến %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Trỏ đến %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2387,12 +2277,12 @@ msgstr "" "URL sai dạng\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Không thể xác định kiểu tệp cho %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2401,13 +2291,13 @@ msgstr "" "Không trích xuất được tên tệp thực thi từ '%1', vui lòng gõ một tên chương " "trình hợp lệ." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 có vẻ không phải là một chương trình thực thi." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2417,92 +2307,92 @@ msgstr "" "Không tìm thấy %1; vui lòng nhập một đường dẫn hợp lệ " "đến một chương trình thực thi." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Việc mở kết nối không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Việc đóng kết nối không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Việc truy cập tệp không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Việc ghi vào %1 không được hỗ trợ." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Không có hành động đặc biệt nào khả dụng cho giao thức %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Việc liệt kê thư mục không được hỗ trợ cho giao thức %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Việc lấy dữ liệu từ %1 không được hỗ trợ." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Việc lấy thông tin kiểu MIME từ %1 không được hỗ trợ." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Việc đổi tên hoặc chuyển tệp trong %1 không được hỗ trợ." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Việc tạo liên kết tượng trưng không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Việc chép tệp trong %1 không được hỗ trợ." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Việc xoá tệp trong %1 không được hỗ trợ." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Việc tạo thư mục không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Việc thay đổi thuộc tính tệp không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Việc thay đổi quyền sở hữu tệp không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Việc mở tệp không được hỗ trợ với giao thức %1." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Giao thức %1 không hỗ trợ hành động %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2511,113 +2401,136 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Giao thức không rõ '%1'." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Không thể tìm thấy thợ KIO nào cho giao thức '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Không thể tạo ổ cắm để khởi chạy một thợ KIO cho giao thức '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Không thể tìm thấy tệp thực thi 'kioworker' ở '%1'" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Chi tiết" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Mãi mãi" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Tiếp tục" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Chỉ &phiên hiện tại" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Tạo thư mục" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Tạo thư mục" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Bạn chưa chọn tệp nào để xoá." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Không có gì để xoá" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Bạn chưa chọn tệp nào để đổ rác." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Không có gì để vứt" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Thư mục được chỉ định không tồn tại hoặc không đọc được." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Trình đơn" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Thư mục cha" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Đi lùi" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Đi tiến" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Thư mục Nhà" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Tải lại" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgctxt "Default name for a new folder" #| msgid "New Folder" @@ -2625,199 +2538,199 @@ msgctxt "@action" msgid "New Folder…" msgstr "Thư mục mới" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Chuyển vào thùng rác" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Xoá" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Sắp xếp" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Sắp xếp theo tên" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Sắp xếp theo kích thước" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Sắp xếp theo ngày" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Sắp xếp theo kiểu" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Tăng dần" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Giảm dần" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Thư mục lên đầu" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Tệp ẩn ở cuối" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Khung xem biểu tượng" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Khung xem gọn" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Khung xem chi tiết" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Vị trí biểu tượng" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Cạnh tên tệp" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Trên tên tệp" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Khung xem ngắn" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Khung xem chi tiết" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Khung xem cây" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Khung xem cây chi tiết" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Cho phép mở rộng trong khung xem chi tiết" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Hiện tệp ẩn" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Hiện bảng xem thử" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Hiện xem thử" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Mở thư mục chứa" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Thuộc tính" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Chế độ &xem" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Mới nhất trước" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Cũ nhất trước" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Mới nhất trước" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Lớn nhất trước" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Nhỏ nhất trước" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Mã hoá:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Mở" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Lưu thành" @@ -2866,40 +2779,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Chuyển vào đây" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tất cả các tệp" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tất cả các tệp được hỗ trợ" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tất cả các tệp" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Thêm mục địa điểm" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Sửa mục địa điểm" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

            The " @@ -2911,17 +2824,17 @@ msgstr "" "nên chứa một hoặc hai từ để giúp bạn nhớ được mục này nói đến cái gì. Nếu " "bạn không nhập nhãn nào, nó sẽ được suy ra từ URL của địa điểm.
            " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "N&hãn:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Nhập nhãn mang tính mô tả ở đây" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2934,12 +2847,12 @@ msgstr "" "kde.org/pub/kde/stable

            Bằng cách bấm vào nút ở cạnh ô sửa chữ, " "bạn có thể duyệt đến một URL thích hợp.
            " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "Đị&a điểm:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

            Click " @@ -2948,17 +2861,17 @@ msgstr "" "Đây là biểu tượng sẽ xuất hiện trong bảng Địa điểm.

            Bấm vào " "nút để chọn một biểu tượng khác.
            " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Chọn một &biểu tượng:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "Chỉ hiển thị &khi dùng ứng dụng này (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2969,181 +2882,188 @@ msgstr "" "hiện tại (%1).

            Nếu thiết lập này không được chọn, mục này sẽ có ở " "tất cả các ứng dụng.
            " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Địa điểm" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Ở xa" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Gần đây" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Tìm kiếm" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Thiết bị" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Thiết bị gắn ngoài" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Thẻ gắn" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (Error %2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (Lỗi %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Tất cả thẻ gắn" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Nhà" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Bàn làm việc" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Tài liệu" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Tải về" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Mạng" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Thùng rác" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Nhạc" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Ảnh" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Phim" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Tệp gần đây" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Địa điểm gần đây" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Chỉnh sửa hôm nay" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Chỉnh sửa hôm qua" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Không thêm được vào bảng địa điểm: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Chỉ có thể thêm thư mục vào bảng địa điểm." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Configure Web Shortcuts..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Cấu hình lối tắt web..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Rút…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Rút" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Rút an toàn…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Rút an &toàn" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Bỏ gắn kết…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Bỏ gắn &kết" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Rút" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Thiết bị '%1' không phải là đĩa và không thể rút ra được." @@ -3151,24 +3071,24 @@ msgstr "Thiết bị '%1' không phải là đĩa và không thể rút ra đư # msgid "" # An error occurred while attempting to %1, %2. A summary of the reasons is # below.
              -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Lỗi xảy ra khi đang truy cập '%1', phản hồi từ hệ thống: %2" # msgid "An unexpected error (%1) occurred while attempting to %2." -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Lỗi xảy ra khi đang truy cập '%1'" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Một hoặc nhiều tệp trên thiết bị này đang mở trong một ứng dụng nào đó." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3180,19 +3100,19 @@ msgstr[0] "" "Một hoặc nhiều tệp trên thiết bị này đang mở trong các ứng dụng sau: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Định dạng lại hoặc Sửa bằng Trình quản lí phân vùng" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgctxt "items: folders, files (size)" #| msgid "%1: %2" @@ -3200,90 +3120,90 @@ msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 trống trong %2 (%3% đã dùng)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (ẩn)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Đổ rác" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Gắn kết" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Mở trong thẻ mới" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Mở trong cửa sổ mới" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Thêm mục…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Sửa…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Xoá khỏi Bảng địa điểm" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Ẩ&n" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Ẩn khu vực '%1'" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Ẩn khu vực" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "Hiện &tất cả các mục" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Cỡ biểu tượng" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3291,51 +3211,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Tự động đổi cỡ" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Nhỏ (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Vừa (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Lớn (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Rất lớn (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Bạn chỉ có thể chọn một tệp" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Đang có được nhiều hơn một tệp" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Bạn chỉ có thể chọn tệp cục bộ" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Không chấp nhận tệp ở xa" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3347,52 +3267,22 @@ msgstr[0] "" "URL được chọn sử dụng một quy hoạch không được hỗ trợ. Vui lòng sử dụng một " "trong các quy hoạch sau: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Quy hoạch URL không được hỗ trợ" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Đã chọn nhiều hơn một thư mục và hộp thoại này không chấp nhận thư mục, nên " -"không thể quyết định đi vào cái nào. Vui lòng chọn chỉ một thư mục để liệt " -"kê." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Đang có được nhiều hơn một thư mục" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Ít nhất một thư mục và một tệp đã được chọn. Các tệp được chọn sẽ bị bỏ qua " -"và thư mục được chọn sẽ được liệt kê" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Các tệp và thư mục được chọn" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Không tìm được tệp \"%1\"" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Không thể mở tệp" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

              For instance, " @@ -3402,42 +3292,43 @@ msgstr "" "Bấm nút này để vào thư mục cha.

              Ví dụ, nếu địa điểm hiện tại " "là file:/home/konqi, bấm nút này sẽ đưa bạn đến file:/home.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "Bấm nút này để di chuyển lùi một bước trong lịch sử duyệt." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "Bấm nút này để di chuyển tiến một bước trong lịch sử duyệt." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Bấm nút này để tải lại nội dung của địa điểm hiện tại." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Bấm nút này để tạo một thư mục mới." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Hiện bảng địa điểm" -#: filewidgets/kfilewidget.cpp:1213 -#, kde-format -msgid "Show Bookmarks Button" -msgstr "Hiện nút Dấu nhớ" +#: filewidgets/kfilewidget.cpp:1234 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Hiện tệp ẩn" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Lựa chọn" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3452,12 +3343,12 @@ msgstr "" "và kiểu danh sách
            • việc hiện các tệp ẩn
            • bảng Địa điểm
            • " "
            • phần xem thử tệp
            • việc tách thư mục khỏi tệp
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Dấu nhớ" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3471,12 +3362,39 @@ msgstr "" "thì chúng hoạt động như các dấu nhớ ở các chỗ khác trong KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Tên:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "Undo Changes" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Đảo ngược các thay đổi" + +#: filewidgets/kfilewidget.cpp:1393 +#, fuzzy, kde-format +#| msgid "Open Containing Folder" +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Mở thư mục chứa" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "File name:" +msgid "Filter by name…" +msgstr "Tên tệp:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Hidden Files Last" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Tệp ẩn ở cuối" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3488,12 +3406,12 @@ msgstr "" "Tính năng này có thể được điều khiển bằng cách bấm nút chuột phải và chọn " "chế độ mong muốn ở trình đơn Hoàn tất văn bản." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Đây là tên để lưu tệp." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3502,75 +3420,80 @@ msgstr "" "Đây là danh sách các tệp để mở. Có thể chỉ định nhiều hơn một tệp bằng cách " "liệt kê nhiều tệp, phân cách bởi dấu cách." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Đây là tên của tệp để mở." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Địa điểm" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Tệp \"%1\" đã tồn tại. Bạn có muốn ghi đè lên nó?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Ghi đè tệp?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Bạn chỉ có thể chọn tệp cục bộ." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Không chấp nhận tệp ở xa" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Tất cả thư mục" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgid "Create Directory" +msgid "Current Directory: %1" +msgstr "Tạo thư mục" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Mở" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Cỡ biểu tượng: %1 điểm ảnh" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Tự động chọn &phần mở rộng tên tệp (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "phần mở rộng %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Tự động chọn &phần mở rộng tên tệp" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "một phần mở rộng phù hợp" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3596,12 +3519,12 @@ msgstr "" "(.) vào cuối tên tệp (dấu chấm sẽ tự động bị xoá đi).
      Nếu không " "chắc, hãy giữ lựa chọn này được bật, nó giúp dễ quản lí các tệp của bạn hơn." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "&Kiểu tệp:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3610,58 +3533,19 @@ msgstr "" "Đây là bộ chọn kiểu tệp. Nó được dùng để chọn định dạng mà tệp sẽ được " "lưu thành." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Lọc:" - -#: filewidgets/kfilewidget.cpp:2794 -#, kde-format -msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

      You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

      Wildcards such as * and ? are allowed.

      " -msgstr "" -"Đây là bộ lọc để áp dụng cho danh sách tệp. Các tên tệp không khớp với " -"bộ lọc sẽ không được hiển thị.

      Bạn có thể chọn một trong các bộ lọc có sẵn " -"trong trình đơn thả xuống, hoặc nhập thẳng một bộ lọc tự chọn vào vùng văn " -"bản.

      Các thế tự như * và ? được cho phép.

      " - -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/kfilewidget.cpp:2970 #, fuzzy, kde-format -#| msgid "Create New File Type" -msgctxt "@title:window" -msgid "Create New File" -msgstr "Tạo kiểu tệp mới" +#| msgid "" +#| "This is the file type selector. It is used to select the format that " +#| "the file will be saved as." +msgid "" +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "" +"Đây là bộ chọn kiểu tệp. Nó được dùng để chọn định dạng mà tệp sẽ được " +"lưu thành." -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Rất tiếc" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Tệp bản mẫu %1 không tồn tại." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Tên cho liên kết mới:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Tạo liên kết đến URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgctxt "@action:button" #| msgid "Enter a Different Name" @@ -3669,7 +3553,38 @@ msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Nhập một tên khác" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Rất tiếc" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Tệp bản mẫu %1 không tồn tại." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Tên cho liên kết mới:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Tạo liên kết tượng trưng" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Tạo liên kết đến URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3679,7 +3594,7 @@ msgstr "" "Không thể dùng tên %1 vì nó đã được đặt trước để dùng " "bởi hệ điều hành." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3689,7 +3604,7 @@ msgstr "" "Cái tên %1 bắt đầu bằng một dấu chấm, nên mặc định nó " "sẽ được ẩn đi." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3701,28 +3616,42 @@ msgstr "" "đến việc nó được hiển thị trước các thứ khác khi sắp xếp theo bảng chữ cái, " "và những sự bất thường có thể khác nữa." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "Dùng dấu gạch chéo trong tên thư mục sẽ tạo ra các thư mục con, như thế này:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Dùng dấu gạch chéo trong tên thư mục sẽ tạo ra các thư mục con." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Không thể dùng dấu gạch chéo trong tên tệp và thư mục." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Không thể dùng dấu gạch chéo ngược trong tên tệp và thư mục." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Could not create a folder with the name %1because it is reserved for use by the operating system." +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Không tạo được thư mục với tên %1vì nó đã được đặt " +"trước để dùng bởi hệ điều hành." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3731,91 +3660,143 @@ msgstr "" "Không nên bắt đầu tên tệp hoặc thư mục bằng một dấu sóng vì nó có thể gây " "khó hiểu hoặc nguy hiểm khi dùng dòng lệnh để xoá các thứ." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Một thư mục với tên %1 đã tồn tại." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Một tệp với tên %1 đã tồn tại." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Tạo mới" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Liên kết đến thiết bị" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Thư mục mới" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Tạo thư mục" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Tạo thư mục mới ở %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Nhập một tên khác" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgctxt "@item:inlistbox The default character set" +#| msgid "Default" +msgid "Default" +msgstr "Mặc định" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "Create New File Type" +msgctxt "@title:window" +msgid "Create New File" +msgstr "Tạo kiểu tệp mới" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgid "Enter file name" +msgstr "Nhập một tên khác" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Chọn ứng dụng cho %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Chọn một &biểu tượng:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Chép" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Dán" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Mở \"%1\" trong thẻ mới" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Mở \"%1\" trong cửa sổ mới" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Sửa" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Điều hướng" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Hiện đường dẫn đầy đủ" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgctxt "@info" #| msgid "Cannot transfer %1" @@ -3823,7 +3804,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Không thể truyền %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3835,6 +3816,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Địa điểm" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3858,28 +3848,28 @@ msgstr "Khác" msgid "Edit mode" msgstr "Chế độ sửa" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Bấm để điều hướng địa điểm" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Bấm để sửa địa điểm" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Bạn không có quyền thực thi tệp này." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Đang khởi chạy %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3888,12 +3878,12 @@ msgstr "" "Không thể làm cho dịch vụ %1 trở thành thực thi được, huỷ bỏ việc thực thi.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Bạn không có quyền chọn ứng dụng để mở tệp này." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3920,12 +3910,18 @@ msgstr "Lỗi lưu ảnh vào %1" msgid "Icon file too big, download aborted" msgstr "Tệp biểu tượng quá lớn, việc tải về bị huỷ bỏ" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Không tìm thấy trình khách thư nào" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3936,28 +3932,28 @@ msgstr "" "%1\n" "không hợp lệ." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Đang khởi chạy %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Không tìm được lệnh %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Không tìm thấy trình giả lập thiết bị đầu cuối nào" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Mở %1 thất bại" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3968,7 +3964,7 @@ msgstr "" "%1\n" "thuộc kiểu \"Link\" nhưng không có mục \"URL=...\" nào." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3977,7 +3973,7 @@ msgstr "" "Tệp thực thi \"%1\" nằm trong một hệ thống tệp ở xa. Vì lí do an ninh, nó sẽ " "không được khởi động." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -3985,7 +3981,7 @@ msgstr "" "Vì lí do an ninh, việc khởi chạy các tệp thực thi không được cho phép trong " "ngữ cảnh này." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -3993,7 +3989,7 @@ msgid "" msgstr "" "Chương trình \"%1\" cần có quyền thực thi trước khi nó có thể được khởi chạy." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4002,12 +3998,12 @@ msgstr "" "Không thể làm tệp \"%1\" trở thành thực thi được.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Tệp mục desktop %1 không có mục \"Type=...\" nào." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4018,12 +4014,12 @@ msgstr "" "Hãy kiểm tra các ứng dụng đang mở và ô thông báo để xem các tác vụ hay các " "mục tải về còn đang thực hiện." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Mở tệp thất bại." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Không khởi chạy được chương trình \"%1\"." @@ -4115,72 +4111,67 @@ msgstr "" "đã bị chỉnh sửa.\n" "Bạn có muốn tải các thay đổi lên?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - Mở tệp ở xa, theo dõi các chỉnh sửa, hỏi về việc tải lên" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 các nhà phát triển KFM/Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Coi URL như tệp cục bộ và sau đó xoá chúng" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Tên gợi ý cho tệp đã tải về" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Lệnh để thực thi" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "(Các) URL hoặc tệp cục bộ dùng cho 'command'" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Đặt ACL cho %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4189,7 +4180,7 @@ msgstr "" "Không thay đổi được quyền truy cập cho\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4199,118 +4190,38 @@ msgstr "" "Không thay đổi được chủ sở hữu và nhóm cho\n" "%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Không đổi tên được tệp tạm" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Không tìm được chương trình \"mount\"" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Không tìm được chương trình \"unmount\"" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Thay đổi quyền truy cập tệp" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Quyền truy cập mới: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Thay đổi chủ sở hữu tệp" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Chủ sở hữu mới: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Xoá tệp" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Xoá thư mục" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Tạo thư mục" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Quyền truy cập thư mục: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Mở tệp" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Mở thư mục" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Tên tệp mới: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Đích: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Đổi mốc thời gian" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Từ: %1, đến: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Hành động không rõ" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Hành động: %1\n" -"Nguồn: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Không thể chép tệp từ %1 đến %2. (Lỗi: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Không có phương tiện trong thiết bị cho %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Không lấy được mã định danh người dùng cho tên người dùng đã cho %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Không lấy được mã định danh nhóm cho tên nhóm đã cho %1" @@ -4352,33 +4263,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Bạn cần đưa ra một tên người dùng và một mật khẩu để truy cập địa điểm này." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Địa điểm:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Đăng nhập OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Không đăng nhập được vào %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4387,7 +4298,7 @@ msgstr "" "\n" "Máy chủ nói: \"%1\"" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4396,12 +4307,12 @@ msgstr "" "Bạn cần đưa ra một tên người dùng và một mật khẩu cho máy chủ uỷ nhiệm được " "liệt kê bên dưới trước khi bạn được phép truy cập bất kì địa điểm nào." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Uỷ nhiệm:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Xác thực uỷ nhiệm thất bại." @@ -4453,101 +4364,101 @@ msgid "" msgstr "Bạn có muốn chấp nhận chứng chỉ này mãi mãi và không bị hỏi?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Xác thực máy chủ" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Nếu không thì, yêu cầu đã thành công." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "lấy các giá trị thuộc tính" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "đặt các giá trị thuộc tính" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "tạo thư mục được yêu cầu" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "chép tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "chuyển tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "tìm kiếm trong thư mục được chỉ định" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "khoá tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "mở khoá tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "xoá tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "truy vấn khả năng của máy chủ" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "lấy nội dung của tệp hoặc thư mục được chỉ định" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "chạy một báo cáo trong thư mục được chỉ định" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Một lỗi bất ngờ (%1) đã xảy ra khi đang thử %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4555,13 +4466,13 @@ msgid "" "below." msgstr "Một lỗi xảy ra khi đang thử %1, %2. Tóm tắt lí do ở bên dưới." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Truy cập bị từ chối khi đang thử %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4570,7 +4481,7 @@ msgstr "" "Không thể tạo tài nguyên ở đích cho đến khi một hoặc nhiều hơn các tập hợp " "(thư mục) trung gian được tạo xong." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4585,28 +4496,28 @@ msgstr "" "các tệp không bị ghi đè.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Không cấp được khoá theo yêu cầu. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Máy chủ không hỗ trợ kiểu yêu cầu đó của phần thân." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Không thể %1 vì tài nguyên bị khoá." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Hành động này bị ngăn cản bởi một lỗi khác." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4614,7 +4525,7 @@ msgid "" "folder." msgstr "Không thể %1 vì máy chủ đích từ chối chấp nhận tệp hoặc thư mục." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4623,18 +4534,18 @@ msgstr "" "Tài nguyên đích không có đủ không gian để ghi lại trạng thái tài nguyên sau " "việc thực thi phương thức này." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Không thể xoá tài nguyên." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "tải lên %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4645,15 +4556,15 @@ msgstr "Một lỗi bất ngờ (%1) đã xảy ra khi đang thử %2." msgid "Network" msgstr "Mạng" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL sai dạng %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4665,12 +4576,12 @@ msgstr "" "điểm ban đầu của nó. Bạn có thể tạo lại thư mục đó và dùng lại thao tác khôi " "phục, hoặc kéo thứ đó ra bất kì nơi nào khác để khôi phục nó." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Tổ hợp không hợp lệ của các giao thức." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Tệp này đã ở trong thùng rác rồi." @@ -4706,7 +4617,7 @@ msgstr "Làm trống thùng rác" msgid "Restore a trashed file to its original location" msgstr "Khôi phục một tệp trong thùng rác về địa điểm ban đầu của nó" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Thùng rác đầy. Đổ rác đi hoặc xoá các thứ một cách thủ công." @@ -4727,17 +4638,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Thử lại" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Hộp thoại xác thực" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Truy cập bị từ chối" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Bạn không có quyền truy cập giao thức %1." @@ -4846,41 +4757,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Giá trị tổng kiểm được mong đợi (MD5, SHA1, SHA256 hoặc SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Bấm để dán giá trị tổng kiểm từ bảng nháp vào trường nhập." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4890,9 +4801,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Tính" @@ -4901,23 +4812,23 @@ msgstr "Tính" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Bấm để chép giá trị tổng kiểm vào bảng nháp." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "H&uỷ" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Chuyển vào đây" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, fuzzy, kde-format #| msgctxt "KFile System Bookmarks" #| msgid "Downloads" @@ -4925,115 +4836,202 @@ msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "Tải về" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "Ché&p vào đây" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Liên kết đến đây" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Đang khởi chạy %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Bạn muốn làm gì với tệp này?" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "Đừng hỏi lại" +#: widgets/executablefileopendialog.cpp:83 +#, fuzzy, kde-format +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Mở" -#: widgets/executablefileopendialog.cpp:34 -#, kde-format -msgid "&Execute" -msgstr "&Thực thi" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "&Open with %1" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Mở bằng %1" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" -msgstr "Đảo ngược các thay đổi" +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "What do you wish to do with this file?" +msgid "Would you like to launch this file?" +msgstr "Bạn muốn làm gì với tệp này?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Việc đảo ngược thao tác này đòi hỏi đặc quyền gốc. Bạn có muốn tiếp tục " -"không?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Tạo thư mục" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Nguồn" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Đích" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Chép" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Chuyển" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Đổi tên" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Chuyển vào thùng rác" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Xoá" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Đả&o ngược" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "Đả&o ngược: Chép" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "Đả&o ngược: Liên kết" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "Đả&o ngược: Chuyển" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "Đả&o ngược: Đổi tên" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "Đả&o ngược: Vứt" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "Đả&o ngược: Tạo thư mục" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "Đả&o ngược: Tạo (các) thư mục" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "Đả&o ngược: Tạo tệp" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "Đả&o ngược: Đổi tên một loạt" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, fuzzy, kde-format +#| msgid "Und&o: Copy" +msgid "&Redo: Copy" +msgstr "Đả&o ngược: Chép" + +#: widgets/fileundomanager.cpp:365 +#, fuzzy, kde-format +#| msgid "Und&o: Link" +msgid "&Redo: Link" +msgstr "Đả&o ngược: Liên kết" + +#: widgets/fileundomanager.cpp:367 +#, fuzzy, kde-format +#| msgid "Und&o: Move" +msgid "&Redo: Move" +msgstr "Đả&o ngược: Chuyển" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "Und&o: Rename" +msgid "&Redo: Rename" +msgstr "Đả&o ngược: Đổi tên" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgid "Und&o: Trash" +msgid "&Redo: Trash" +msgstr "Đả&o ngược: Vứt" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder" +msgid "&Redo: Create Folder" +msgstr "Đả&o ngược: Tạo thư mục" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Und&o: Create Folder(s)" +msgid "&Redo: Create Folder(s)" +msgstr "Đả&o ngược: Tạo (các) thư mục" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Und&o: Create File" +msgid "&Redo: Create File" +msgstr "Đả&o ngược: Tạo tệp" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "Und&o: Batch Rename" +msgid "&Redo: Batch Rename" +msgstr "Đả&o ngược: Đổi tên một loạt" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5045,12 +5043,12 @@ msgstr "" "Đảo ngược việc chép này sẽ xoá tệp đó, và tất cả các chỉnh sửa sẽ bị mất.\n" "Bạn có chắc chắn muốn xoá %4 không?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Xác nhận đảo ngược việc chép tệp" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5061,21 +5059,22 @@ msgstr "" "Bạn có thật sự muốn xoá hoàn toàn thứ này?%1Hành động này không thể đảo ngược." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Xoá hoàn toàn" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Xoá hoàn toàn" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5088,7 +5087,7 @@ msgstr[0] "" "Bạn có thật sự muốn xoá hoàn toàn %1 thứ này?Hành động này không thể đảo ngược." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5098,13 +5097,13 @@ msgstr "" "Bạn có thật sự muốn xoá hoàn toàn tất cả các thứ trong Thùng rác?Hành động này không thể đảo ngược." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Đổ rác" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5113,7 +5112,7 @@ msgid "" msgstr "" "Bạn có thật sự muốn chuyển thứ này vào thùng rác?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5199,7 +5198,7 @@ msgstr "Chủ sở hữu" msgid "Owning Group" msgstr "Nhóm sở hữu" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Khác" @@ -5273,66 +5272,66 @@ msgstr "Cập nhật cấu hình hệ thống" msgid "Updating system configuration…" msgstr "Cập nhật cấu hình hệ thống." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Tên" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Kích thước" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Ngày" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Quyền" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Chủ sở hữu" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Nhóm" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Kiểu" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Mở &bằng %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Hành động" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open Folder With" @@ -5340,7 +5339,7 @@ msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Mở thư mục bằng" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgctxt "@title:menu" #| msgid "&Open With" @@ -5348,29 +5347,36 @@ msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Mở bằng" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Thực thi" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Mở thư mục bằng %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Mở bằng %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Mở thư mục bằng" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Mở bằng" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgctxt "@action:inmenu Open With" #| msgid "&Other Application..." @@ -5378,120 +5384,143 @@ msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Ứ&ng dụng khác..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 thứ" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Không rõ" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Dừng" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Thăm dò trong FileLight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Gắn kết từ:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Không gian trống:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Kiểu:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Nội dung:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, fuzzy, kde-format +#| msgid "Open With:" +msgid "Open with:" +msgstr "Mở bằng:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Đổi..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Địa điểm:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Kích thước:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Đổi..." +msgid "Determine the folder size" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Nội dung:" +msgid "Stop" +msgstr "Dừng" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Thăm dò trong FileLight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Trỏ đến:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Chỉnh sửa:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show a Warning" +msgid "Show target" +msgstr "Hiện một cảnh báo" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Tạo:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Hệ thống tệp:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Kích thước không rõ" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Gắn kết vào:" +msgid "Modified:" +msgstr "Chỉnh sửa:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Truy cập:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Mở bằng:" +msgid "File system:" +msgstr "Hệ thống tệp:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Gắn kết vào:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Gắn kết từ:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Không gian trống:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Kích thước không rõ" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5784,26 +5813,38 @@ msgstr "" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) #. i18n: ectx: property (whatsThis), widget (QLineEdit, genNameEdit) #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 -#, kde-format +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" "Gõ vào đây mô tả về ứng dụng này, dựa vào công dụng của nó. Ví dụ: một ứng " "dụng quay số (KPPP) sẽ là \"Công cụ quay số\"." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Mô tả:" +#, fuzzy, kde-format +#| msgctxt "@title:tab File properties" +#| msgid "&General" +msgid "&Generic name:" +msgstr "Ch&ung" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, kde-format -msgid "Type any comment you think is useful here." -msgstr "Gõ vào đây bất kì chú thích nào mà bạn nghĩ là hữu ích." +#, fuzzy, kde-format +#| msgid "" +#| "Type the description of this application, based on its use, here. " +#| "Examples: a dial up application (KPPP) would be \"Dial up tool\"." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Gõ vào đây mô tả về ứng dụng này, dựa vào công dụng của nó. Ví dụ: một ứng " +"dụng quay số (KPPP) sẽ là \"Công cụ quay số\"." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5813,8 +5854,9 @@ msgstr "&Chú thích:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 -#, kde-format -msgid "Environment Variables:" +#, fuzzy, kde-format +#| msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Biến môi trường:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6013,7 +6055,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Chia sẻ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6023,36 +6065,59 @@ msgstr "" "Không lưu được thuộc tính vì không đủ quyền truy cập để ghi vào:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "Ch&ung" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Nhập một tên khác" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Thăm dò trong %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Cập nhật" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "Cannot transfer %1" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Không thể truyền %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Kích thước không rõ" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6061,135 +6126,141 @@ msgstr "" "Đang tính... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 tệp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 thư mục con" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Đang tính...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Ít nhất %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Tên tệp mới đang trống." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Không có kiểu tệp nào được ghi nhận" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Không có ứng dụng liên kết" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Tạo…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Đổi…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Không có truy cập" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Chỉ có thể xem" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Có thể xem & chỉnh sửa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Chỉ có thể xem nội dung" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Có thể xem & chỉnh sửa nội dung" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Chỉ có thể xem/đọc nội dung" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Có thể xem/đọc & chỉnh sửa/ghi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Quyền" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Các quyền truy cập" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Tệp là liên kết và không có quyền nào." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Chỉ chủ sở hữu mới có thể thay đổi các quyền." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Chủ sở hữu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Chỉ định các hành động mà chủ sở hữu được phép làm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Nhóm:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Chỉ định các hành động mà thành viên của nhóm được phép làm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Khác:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6198,31 +6269,31 @@ msgstr "" "Chỉ định các hành động mà tất cả những người dùng, mà không phải là chủ sở " "hữu hay ở trong nhóm, được phép làm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Chỉ chủ &sở hữu mới có thể đổi tên và xoá nội dung thư mục" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Bật cờ này để cho phép thực thi tệp như một chương trình." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Tên người dùng mặc định:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "&Execute" msgid "Execute:" msgstr "&Thực thi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6233,7 +6304,7 @@ msgstr "" "tên các tệp và thư mục bên trong. Những người dùng khác chỉ có thể thêm các " "tệp mới, việc này đòi hỏi quyền 'Chỉnh sửa nội dung'." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6243,42 +6314,42 @@ msgstr "" "với các chương trình và các kịch bản. Bạn cần làm việc này khi muốn thực thi " "chúng." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "Qu&yền nâng cao" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Quyền sở hữu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Người dùng:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Nhóm:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Áp dụng các thay đổi cho tất cả các thư mục con và nội dung của chúng" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Quyền nâng cao" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Lớp" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6287,22 +6358,22 @@ msgstr "" "Hiện\n" "Các mục" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Cờ này cho phép xem nội dung của thư mục." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Đọc" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Cờ \"Đọc\" cho phép xem nội dung của tệp." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6311,7 +6382,7 @@ msgstr "" "Ghi\n" "Các mục" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6320,43 +6391,43 @@ msgstr "" "Cờ này cho phép thêm, đổi tên và xoá các tệp. Lưu ý rằng việc xoá và đổi tên " "có thể bị giới hạn bằng cờ Dính." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Ghi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Cờ Ghi cho phép chỉnh sửa nội dung của tệp." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Vào" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Bật cờ này để cho phép đi vào thư mục." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Chạy" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Bật cờ này để cho phép thực thi tệp như một chương trình." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Đặc biệt" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6365,7 +6436,7 @@ msgstr "" "Cờ đặc biệt. Có hiệu lực cho toàn bộ thư mục, có thể xem ý nghĩa chính xác " "của cờ này ở cột bên tay phải." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6373,17 +6444,17 @@ msgid "" msgstr "" "Cờ đặc biệt. Có thể xem ý nghĩa chính xác của cờ này ở cột bên tay phải." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Người dùng" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Nhóm" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6392,7 +6463,7 @@ msgstr "" "Nếu cờ này được đặt, chủ sở hữu của thư mục này sẽ là chủ sở hữu của tất cả " "các tệp mới." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6401,14 +6472,14 @@ msgstr "" "Nếu tệp này là một tệp thực thi và cờ này được đặt, nó sẽ được thực thi với " "quyền của chủ sở hữu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" "Nếu cờ này được đặt, nhóm của thư mục này sẽ được đặt cho tất cả các tệp mới." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6417,7 +6488,7 @@ msgstr "" "Nếu tệp này là một tệp thực thi và cờ này được đặt, nó sẽ được thực thi với " "quyền của nhóm." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6427,7 +6498,7 @@ msgstr "" "có thể xoá hoặc đổi tên các tệp. Nếu không thì mọi người với quyền ghi đều " "có thể làm việc này." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6436,72 +6507,61 @@ msgstr "" "Cờ Dính của một tệp thì bị bỏ qua trên Linux, nhưng có thể được dùng ở một " "số hệ thống." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Đặt UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Đặt GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Dính" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Liên kết" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Khác nhau (không thay đổi)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "(Các) tệp này dùng các quyền nâng cao." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "(Các) thư mục này dùng các quyền nâng cao." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Các tệp này dùng các quyền nâng cao." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Tổng kiể&m" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgctxt "@action:button" -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Đang tính..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Giá trị tổng kiểm không hợp lệ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." @@ -6509,19 +6569,19 @@ msgstr "" "Đầu vào đã cho không phải là một giá trị tổng kiểm MD5, SHA1 hay SHA256 hợp " "lệ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Giá trị tổng kiểm khớp." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" "Giá trị tổng kiểm tính toán và giá trị tổng kiểm được mong đợi đã khớp nhau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

      Checksums do not match.

      This may be due to a faulty download. Try re-" @@ -6532,14 +6592,14 @@ msgstr "" "lỗi. Hãy thử tải tệp về lại.
      Nếu việc xác minh vẫn thất bại, hãy liên hệ " "với nguồn của tệp đó." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" "Giá trị tổng kiểm tính toán và giá trị tổng kiểm được mong đợi đã lệch nhau." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, fuzzy, kde-format #| msgctxt "notify the user about a computation in the background" #| msgid "Verifying checksum..." @@ -6547,45 +6607,65 @@ msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Đang xác minh giá trị tổng kiểm..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The files are identical." +msgid "The checksums of all files are identical." +msgstr "Các tệp giống nhau." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The files are different." +msgid "The selected files have different checksums." +msgstr "Các tệp khác nhau." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Đang tính..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Không lưu được thuộc tính. Chỉ hỗ trợ các mục trên các hệ thống tệp cục bộ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Ứ&ng dụng" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Thêm kiểu tệp cho %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Chọn một hoặc nhiều kiểu tệp để thêm:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Chỉ tệp thực thi trên các hệ thống tệp cục bộ mới được hỗ trợ." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Các lựa chọn nâng cao cho %1" @@ -6688,22 +6768,27 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Cấu hình lối tắt web..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Mở hộp thoại tệp" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "Tên tệp cho nội dung bảng nháp:" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "&Dán %1 tệp" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "&Dán nội dung bảng nháp" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6712,67 +6797,84 @@ msgstr "" "Bảng nháp đã thay đổi từ lúc bạn dùng 'dán': định dạng dữ liệu được chọn " "không còn dùng được nữa. Vui lòng chép lại thứ mà bạn muốn dán." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Dán một thư mục" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Dán một tệp" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "Dán %1 thứ" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "&Dán nội dung bảng nháp" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Dán" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Định dạng dữ liệu:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Tên tệp cho nội dung bảng nháp:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Tên tệp cho nội dung được thả:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Ngày: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Kích thước: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Á&p dụng cho tất cả" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6782,47 +6884,50 @@ msgstr "" "Trừ khi bạn ấn \"Bỏ qua\", bạn sẽ vẫn được hỏi trong trường hợp một xung đột " "với một tệp đã có bên trong thư mục." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Khi lựa chọn này được chọn, nút được ấn sẽ được áp dụng cho tất cả các xung " "đột tiếp theo cho phần còn lại của công việc hiện thời." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "Đổ&i tên" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Gợi ý tên &mới" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "Bỏ &qua" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Đừng chép hay chuyển thư mục này, mà bỏ qua đến thứ tiếp sau" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Đừng chép hay chuyển tệp này, mà bỏ qua đến thứ tiếp sau" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Ghi vào" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6835,13 +6940,13 @@ msgstr "" "Bạn sẽ được hỏi lại trong trường hợp một xung đột với một tệp đã có bên " "trong thư mục." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Ghi đè các tệ&p cũ" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6850,12 +6955,12 @@ msgstr "" "Các tệp đích mà thời gian chỉnh sửa sớm hơn thì sẽ bị ghi đè bởi nguồn, còn " "ngược lại thì sẽ bỏ qua." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "Tiếp tục t&rở lại" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6864,76 +6969,66 @@ msgstr "" "Hành động này sẽ ghi đè '%1' bằng chính nó.\n" "Vui lòng nhập một tên tệp mới:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Tiếp tục" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "This action will overwrite the destination." msgid "Would you like to overwrite the destination?" msgstr "Hành động này sẽ ghi đè lên đích." -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "This action will merge the contents of '%1' into '%2'." msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Hành động này sẽ trộn nội dung của '%1' vào '%2'." -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Nguồn" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Đích" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is more recent." msgstr "Đích nhỏ hơn %1 so với nguồn" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is older." msgstr "Đích nhỏ hơn %1 so với nguồn" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "The destination is smaller by %1" msgid "The source is smaller by %1." msgstr "Đích nhỏ hơn %1 so với nguồn" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "The destination is bigger by %1" msgid "The source is bigger by %1." msgstr "Đích lớn hơn %1 so với nguồn" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The files are identical." msgid "The files are identical." msgstr "Các tệp giống nhau." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The files seem identical." msgid "The files seem identical." msgstr "Các tệp có vẻ giống nhau." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The files are different." msgid "The files are different." msgstr "Các tệp khác nhau." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6942,51 +7037,69 @@ msgstr "" "Các tệp này nhiều khả năng là giống nhau: chúng có cùng kích thước và nội " "dung giống nhau ở phần đầu, giữa và cuối." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "Copy Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Chép tệp" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Một thứ cũ hơn tên là '%1' đã tồn tại rồi." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Một tệp tương tự tên là '%1' đã tồn tại rồi." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Một thứ được chỉnh sửa gần đây hơn tên là '%1' đã tồn tại rồi." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Đổi tên:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Đổi tên" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Đổi tên" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "Đổi tê&n" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Đổi tên %1 thành:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "A file with name %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Một tệp với tên %1 đã tồn tại." + +#: widgets/renamefiledialog.cpp:144 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 có vẻ không phải là một chương trình thực thi." + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "Đổi tên %1 thứ đã chọn thành:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# sẽ được thay thế bằng các số tăng dần bắt đầu từ:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6994,45 +7107,188 @@ msgctxt "" msgid "New name #" msgstr "Tên mới #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "Đổi tên %1 thứ đã chọn thành:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "# sẽ được thay thế bằng các số tăng dần bắt đầu từ:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Đổi tên %1 thứ đã chọn thành:" + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Thay thế" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With:" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Mở bằng:" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Thay thế" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgctxt "@label:textbox" +#| msgid "Rename the %1 selected item to:" +#| msgid_plural "Rename the %1 selected items to:" +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Đổi tên %1 thứ đã chọn thành:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Nhập một tên khác" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgctxt "@action:button" +#| msgid "Enter a Different Name" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Nhập một tên khác" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Đổi tên" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Đổi tên" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "Đổi tê&n" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Tên người dùng mặc định:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Thay thế" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Hiện xem thử" + +#: widgets/renamefiledialog.cpp:691 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "%1 does not appear to be an executable program." +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 có vẻ không phải là một chương trình thực thi." #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Thông tin" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Thay thế" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Thử lại" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Thay thế hết" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Bỏ qua" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Bỏ qua tất cả" @@ -7119,7 +7375,7 @@ msgstr "" "Máy ở xa đã không gửi bất kì chứng chỉ SSL nào.\n" "Đang huỷ bỏ vì không thể xác lập được danh tính của máy đó." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7154,10 +7410,56 @@ msgstr[0] "" "strong='true'>Hành động này không thể đảo ngược." #: widgets/widgetsaskuseractionhandler.cpp:253 -#, kde-kuit-format +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." +msgstr "" +"Việc chuyển thứ này vào thùng rác thất bại vì nó quá lớn. Có xoá nó hoàn " +"toàn không?%1Hành động này không thể đảo ngược." + +#: widgets/widgetsaskuseractionhandler.cpp:260 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." +msgctxt "@info" +msgid "" +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." +msgid_plural "" +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Việc chuyển %1 thứ này vào thùng rác thất bại vì chúng quá lớn. Có xoá chúng " +"hoàn toàn không?Hành động này không thể " +"đảo ngược." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this item to Trash failed as it is too large. Permanently delete " +#| "it instead?%1This action cannot be undone." +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " "instead?%1This action cannot be undone." msgstr "" @@ -7165,15 +7467,24 @@ msgstr "" "toàn không?%1Hành động này không thể đảo ngược." -#: widgets/widgetsaskuseractionhandler.cpp:260 -#, kde-kuit-format +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, fuzzy, kde-kuit-format +#| msgctxt "@info" +#| msgid "" +#| "Moving this %1 item to Trash failed as it is too large. Permanently " +#| "delete it instead?This action cannot be " +#| "undone." +#| msgid_plural "" +#| "Moving these %1 items to Trash failed as they are too large. Permanently " +#| "delete them instead?This action cannot " +#| "be undone." msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" @@ -7181,58 +7492,272 @@ msgstr[0] "" "hoàn toàn không?Hành động này không thể " "đảo ngược." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Bạn có thật sự muốn chuyển %1 thứ này vào thùng rác?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Đừng hỏi lại" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Đừng hỏi lại" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Đừng hiện lại thông điệp này" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Chuỗi chứng chỉ SSL ngang hàng có vẻ đã bị hỏng." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Cảnh báo" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Việc này sẽ khởi động chương trình đó:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" +#~ msgid "File System:" +#~ msgstr "Hệ thống tệp:" + +#, fuzzy +#~| msgid "'%1' is not an executable file." +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "'%1' không phải là một tệp thực thi." + +#~ msgid "Change Attribute" +#~ msgstr "Thay đổi thuộc tính" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để thay đổi thuộc tính tệp. Bạn có muốn tiếp tục " +#~ "không?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để hoàn tất thao tác chép. Bạn có muốn tiếp tục " +#~ "không?" + +#~ msgid "Delete Files" +#~ msgstr "Xoá tệp" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để hoàn tất thao tác xoá. Tuy nhiên, làm vậy có thể " +#~ "gây tổn hại cho hệ thống của bạn. Bạn có muốn tiếp tục không?" + +#~ msgid "Create Folder" +#~ msgstr "Tạo thư mục" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để tạo thư mục này. Bạn có muốn tiếp tục không?" + +#~ msgid "Move Items" +#~ msgstr "Chuyển các thứ" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để hoàn tất thao tác chuyển. Bạn có muốn tiếp tục " +#~ "không?" + +#~ msgid "Rename" +#~ msgstr "Đổi tên" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để hoàn tất việc đổi tên. Bạn có muốn tiếp tục không?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để tạo được một liên kết tượng trưng. Bạn có muốn " +#~ "tiếp tục không?" + +#~ msgid "Transfer data" +#~ msgstr "Truyền dữ liệu" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Cần có đặc quyền gốc để hoàn tất việc truyền dữ liệu. Bạn có muốn tiếp " +#~ "tục không?" + +#~ msgid "Undo Changes" +#~ msgstr "Đảo ngược các thay đổi" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Việc đảo ngược thao tác này đòi hỏi đặc quyền gốc. Bạn có muốn tiếp tục " +#~ "không?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Đặt ACL cho %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Thay đổi quyền truy cập tệp" + +#~ msgid "New Permissions: %1" +#~ msgstr "Quyền truy cập mới: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Thay đổi chủ sở hữu tệp" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Chủ sở hữu mới: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Xoá tệp" + +#~ msgid "Remove Directory" +#~ msgstr "Xoá thư mục" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Quyền truy cập thư mục: %1" + +#~ msgid "Open File" +#~ msgstr "Mở tệp" + +#~ msgid "Open Directory" +#~ msgstr "Mở thư mục" + +#~ msgid "New Filename: %1" +#~ msgstr "Tên tệp mới: %1" + +#~ msgid "Target: %1" +#~ msgstr "Đích: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Đổi mốc thời gian" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Từ: %1, đến: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Hành động không rõ" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Hành động: %1\n" +#~ "Nguồn: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Hiện nút Dấu nhớ" + +#, fuzzy +#~| msgid "File Changed" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Tệp đã thay đổi" + +#~ msgid "&Description:" +#~ msgstr "&Mô tả:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Gõ vào đây bất kì chú thích nào mà bạn nghĩ là hữu ích." + +#~ msgid "Do not ask again" +#~ msgstr "Đừng hỏi lại" + +#~ msgid "&Filter:" +#~ msgstr "&Lọc:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

      Wildcards such as * and ? are allowed." +#~ "

      " +#~ msgstr "" +#~ "Đây là bộ lọc để áp dụng cho danh sách tệp. Các tên tệp không khớp " +#~ "với bộ lọc sẽ không được hiển thị.

      Bạn có thể chọn một trong các bộ lọc " +#~ "có sẵn trong trình đơn thả xuống, hoặc nhập thẳng một bộ lọc tự chọn vào " +#~ "vùng văn bản.

      Các thế tự như * và ? được cho phép.

      " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Đã chọn nhiều hơn một thư mục và hộp thoại này không chấp nhận thư mục, " +#~ "nên không thể quyết định đi vào cái nào. Vui lòng chọn chỉ một thư mục để " +#~ "liệt kê." + +#~ msgid "More than one folder provided" +#~ msgstr "Đang có được nhiều hơn một thư mục" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Ít nhất một thư mục và một tệp đã được chọn. Các tệp được chọn sẽ bị bỏ " +#~ "qua và thư mục được chọn sẽ được liệt kê" + +#~ msgid "Files and folders selected" +#~ msgstr "Các tệp và thư mục được chọn" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
      • Timeout for establishing a connection: %1 seconds
      • Timeout " +#~ "for receiving a response: %2 seconds
      • Timeout for accessing proxy " +#~ "servers: %3 seconds
      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Dù đã liên hệ với máy chủ, không nhận được một lời hồi đáp nào trong " +#~ "khoảng thời gian được phân bố cho yêu cầu như sau:
      • Thời hạn để " +#~ "thiết lập kết nối: %1 giây
      • Thời hạn để nhận lời hồi đáp: %2 giây
      • Thời hạn để truy cập máy chủ uỷ nhiệm: %3 giây
      Vui lòng " +#~ "lưu ý rằng bạn có thể thay đổi các thiết lập thời hạn trong Thiết lập hệ " +#~ "thống KDE, bằng cách chọn Thiết lập mạng -> Các thiết lập kết nối." + #~ msgid "Is &executable" #~ msgstr "&Thực thi được" @@ -8378,9 +8903,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ "Đây là lượng không gian đĩa tối đa được tính ra, mà có thể được " #~ "dùng cho thùng rác." -#~ msgid "Show a Warning" -#~ msgstr "Hiện một cảnh báo" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Xoá các tệp cũ nhất khỏi thùng rác" @@ -8515,10 +9037,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ msgid "Space" #~ msgstr "Dấu cách" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Mặc định" - #~ msgid "Modify Web Shortcut" #~ msgstr "Chỉnh sửa lối tắt web" @@ -8870,10 +9388,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Không tìm được bất kì ứng dụng hay trình xử lí nào cho %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Dán %1 tệp" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Dán %1 URL" @@ -8987,14 +9501,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ msgid "Invalid Directory Name" #~ msgstr "Tên thư mục không hợp lệ" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Không tạo được thư mục với tên %1vì nó đã được " -#~ "đặt trước để dùng bởi hệ điều hành." - #~ msgid "File Type Options" #~ msgstr "Các lựa chọn kiểu tệp" @@ -9020,9 +9526,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ "Thùng rác đã đạt đến kích thước tối đa!\n" #~ "Hãy tự mình dọn dẹp thùng rác." -#~ msgid "'%1' is not an executable file." -#~ msgstr "'%1' không phải là một tệp thực thi." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "Không tìm thấy '%1', vui lòng gõ một tên chương trình hợp lệ." @@ -9037,9 +9540,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ msgid "unmounting is not supported by wince." #~ msgstr "Việc bỏ gắn kết không được wince hỗ trợ." -#~ msgid "File name:" -#~ msgstr "Tên tệp:" - #~ msgid "" #~ "

      Cache

      This module lets you configure your cache settings.

      This specific cache is an area on the disk where recently read web " @@ -9337,9 +9837,6 @@ msgstr "Nếu bạn không tin tưởng chương trình này, hãy bấm Huỷ" #~ msgid "Read only" #~ msgstr "Chỉ đọc" -#~ msgid "File system:" -#~ msgstr "Hệ thống tệp:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Điểm gắn kết (/mnt/floppy):" diff --git a/local/recipes/kde/kf6-kio/source/po/wa/kio6.po b/local/recipes/kde/kf6-kio/source/po/wa/kio6.po index 03a586c9e8..d167a4dfb2 100644 --- a/local/recipes/kde/kf6-kio/source/po/wa/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/wa/kio6.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2012-07-04 22:08+0200\n" "Last-Translator: Jean Cayron \n" "Language-Team: Walloon \n" @@ -30,13 +30,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "jean.cayron@gmail.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgid "Could not modify the ownership of file %1" msgstr "Dji n' sai candjî l' prôpietaire po %1." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -48,13 +48,13 @@ msgstr "" "Dji n' sai candjî l' prôpietaire do fitchî %1. Vos n' avoz nén " "des droets assez sol fitchî po fé on sfwait candjmint." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Dji n' sai fé li module vårlet d' intrêye/sôrteye: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -69,7 +69,7 @@ msgstr "" "Dji n' sai fé li loyén simbolike %1.\n" "Waitîz si vs avoz l' droet." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -79,7 +79,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -89,23 +89,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Li ridant egzistêye dedja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Ci fitchî la egzistêye dedja" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Egzistêye dedja come ridant" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgid "Trash" msgid "Trash" @@ -210,200 +210,99 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 (%2)" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Dji bodje" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format #| msgid "Source" msgctxt "The source of a file operation" msgid "Source" msgstr "Sourdant" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format #| msgid "Destination" msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destinåcion" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Rilomer" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Dji copeye" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Ahivant ridant" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Ridant" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Dji disface" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fitchî" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transfer" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Dji monte" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Éndjin" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Pont d' montaedje" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Dji dismonte" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Tos les fitchîs" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Disfacer fitchîs" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Dji n' sai fé l' ridant" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Taper å batch" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Rilomer" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Dji n' sai fé on loyén simbolike" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Transferring" -msgid "Transfer data" -msgstr "Transfer" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -836,6 +735,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -850,70 +754,70 @@ msgstr "" "%2\n" "Gråces d' evoyî on rapoirt di bug a http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(nén cnoxhowe)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

      %1

      %2

      " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Råjhon tecnike: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

      Details of the request:" msgid "Details of the request:" msgstr "

      Kitaeyaedje del dimande:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

      • URL: %1
      • " msgid "
      • URL: %1
      • " msgstr "

        • Hårdêye: %1
        • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
        • Protocol: %1
        • " msgstr "
        • Protocole: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
        • Date and time: %1
        • " msgstr "
        • Date et eure: %1
        • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
        • Additional information: %1
        " msgid "
      • Additional information: %1
      • " msgstr "
      • Co d' pus d' infôrmåcion: %1
      " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format #| msgid "

      Possible causes:

      • " msgid "Possible causes:" msgstr "

        Possibès cåzes:

        • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format #| msgid "

          Possible solutions:

          • " msgid "Possible solutions:" msgstr "

            Possibès rexhowes:

            • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(nén cnoxhou)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -923,17 +827,17 @@ msgstr "" "djins metous po vs aidî. Zels vos denront on côp di spale po v' rexhe li cou " "foû des strons." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Alez vey li manaedjeu do sierveu po vs é aidî." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Waitîz vos droet d' eployî cisse rissoûce chal." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -942,7 +846,7 @@ msgstr "" "Ça s' pôreut bén k' vos n' årîz nén les droets k' i fåt po fé çoula avou " "cisse rissoûce ci." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -950,7 +854,7 @@ msgstr "" "Ça s' pôreut k' èn uzeu ou on programe eploye ci fitchî la pol moumint, et " "k' i soeye eclawé." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -959,19 +863,19 @@ msgstr "" "Waitîz s' i gn a nén èn ôte uzeu ou programe ki s' sieve di ç' fitchî la pol " "moumint et ki, do côp, l' a-st eclawé." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Ca bén k' ci n' est nén probåbe, ça pôreut esse eto ene aroke dins voste " "éndjole." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Vos avoz motoit tcheyou so on bug dins l' programe." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -980,7 +884,7 @@ msgstr "" "C' est dandjureu on bug dins l' programe les cåzes. Merci do sondjî a-z " "evoyî on rapoirt di bug come siplikî vaici å dzo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -989,7 +893,7 @@ msgstr "" "Metoz vosse programe a djoû avou l' dierinne modêye. Vosse distribucion a " "seur des usteyes po vs aidî a mete vos programe a djoû." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1018,13 +922,13 @@ msgstr "" "lijhoz les racsegnmints å dzeu eyet metoz les dvins vosse rapoirt di bug, " "avou tos les ôtes racsegnmints ki pôrént aidî a vosse shonnance." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "" "Ça s' pôreut k' gn åreut åk ki n' va nén dins vosse raloyaedje al rantoele." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1034,7 +938,7 @@ msgstr "" "Portant, si vs n' avoz avou nole rujhe po-z eployî Internet dierinnmint, ci " "n' est dandjureu nén çoula." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1043,43 +947,43 @@ msgstr "" "Ça s' pôreut k' i gn åreut åk ki n' va nén dins vosse rantoele, ene sadju " "inte li sierveu eyet ciste éndjole ci." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Sayîz co 'ne feye, asteure ou pus tård." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "" "Ça s' pôreut k' åk n' a nén stî e protocole ou k' i n' est nén amishtåve." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Waitîz si li rsoûce egzistêye, adon rsayîz." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ça s' pôreut ki li rsoûce ki vos djhoz n' egzistêye nén." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Waitîz a deus côps si vs avoz tapé l' bon eplaeçmint. Adon, rissayîz." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Waitîz li statut di vosse raloyaedje al rantoele." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Dji n' sai drovi li rsoûce pol lére." -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, ca dji n' aveu nén l' droet do lére." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Télfeye n' avoz nén l' droet do lére li fitchî ou do drovi li ridant." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Dji n' sai drovi li rsoûce po scrire divins." -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1107,18 +1011,18 @@ msgstr "" "Ça vout dire ki dji n' sai scrire e fitchî %1, come vos " "l' avoz dmandé, ca vos n' avoz nén l' droet." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Dji n' sai enonder li protocole %1." -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Nén possibe d' enonder li protocole." -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1. Å pus sovint, c' est ene sacwè di tecnike ki " "n' va nén." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1144,12 +1048,12 @@ msgstr "" "metou a djoû e minme tins ki KDE. Do côp, ça s' pôreut ki l' programe ni " "våye nén bén avou vosse modêye et k' i n' s' enonde nén." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Divintrinne aroke" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 dit k' i gn a 'ne divintrinne aroke." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL må basti." -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocole://uzeu:sicret@www.egzimpe.org:" "pôrt/ridant/no_do_fitchî.cawete?dimande=valixhance" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocole %1 nén sopoirté" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1191,12 +1095,12 @@ msgstr "" "Li protocole %1 n' est nén sopoirté påzès programes KDE ki " "sont-st astalés pol moumint so l' éndjole." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Ça s' pôreut ki l' protocole ki vs avoz dmandé n' est nén sopoirté." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1205,7 +1109,7 @@ msgstr "" "Ça s' pôreut k' les modêyes do protocole %1 sopoirtêye pa çt éndjole ci eyet " "l' sierveu n' soeyexhe nén amishtåve." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format #| msgid "" #| "You may perform a search on the Internet for a KDE program (called a " @@ -1222,17 +1126,17 @@ msgstr "" "href=\"http://apps.kde.com/\">http://apps.kde.com/ eyet http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "Li hårdêye ni s' rapoite a nole rissoûce." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Ci protocole ci est on protocole di passaedje." -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator) ki vs avoz dné ni s' rapoite a nole metowe rissoûce." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1254,12 +1158,12 @@ msgstr "" "vaici. Ça n' duvreut ariver ki rålmint et, do côp, c' est motoit ene " "biestreye di programaedje." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Accion nén sopoirtêye: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1268,7 +1172,7 @@ msgstr "" "L' accion k' vos avoz dmandé n' est nén sopoirtêye do programe KDE ki mete " "èn ouve li protocole %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1279,17 +1183,17 @@ msgstr "" "duvrént dner di pus d' racsegnes ki çou k' i gn a moyén d' aveur avou les " "intrêyes et les sôrteyes di KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Sayîz do trover ene ôte façon do-z abouti å minme rizultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "I faleut on fitchî" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1298,17 +1202,17 @@ msgstr "" "Avou vosse dimande, i faleut on fitchî. Mins c' est l' ridant %1 k' a stî rçû el plaece." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Ça pôreut esse ene sacwè ki n' va nén do costé do sierveu." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "I faleut on ridant" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1317,67 +1221,67 @@ msgstr "" "Avou vosse dimande, i faleut on ridant. Mins c' est l' fitchî %1 k' a stî rçû el plaece." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Li fitchî ou li ridant n' egzistêye nén." -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Li fitchî ou li ridant dné %1 n' egzistêye nén." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "Dji n' sai fé l' fitchî dmandé, ca gn a ddja èn ôte k' a l' minme no." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Sayîz do bodjî l' fitchî k' egzistêye dedja po cmincî. Adon, rissayîz." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Disfacer li fitchî do moumint et sayî co on côp." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Tchoezixhoz èn ôte no pol novea fitchî." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "Dji n' sai fé l' ridant dmandé, ca gn a ddja èn ôte k' a l' minme no." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Sayîz do bodjî l' ridant k' egzistêye dedja po cmincî. Adon, rissayîz." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Disfacer li ridant do moumint et sayî co on côp." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Tchoezixhoz èn ôte no pol novea ridant." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Lodjoe nén cnoxhou" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1387,7 +1291,7 @@ msgstr "" "l' no k' vos avoz dmandé (%1 n' a nén stî trové avå " "l' daegntoele." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1395,43 +1299,43 @@ msgstr "" "Kéke feye ki li no k' vos avoz tapé (%1) n' egzistêye nén, ou bén k' vos " "l' avoz må tapé." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Disfinse di moussî." -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Vos n' avoz nén l' droet d' eployî li rsoûce %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Motoit avoz dné des infôrmåcions d' aveurixhmint ki n' sont nén djusses, ou " "nole." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Motoit k' vosse conte ni v' dene nén l' droet d' eployî li rsoûce ki vos " "djhoz." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Sayîz do ridmander et waitîz k' vos avoz tapé totafwait comifåt." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Vos n' avoz nén les droets po scrire." -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1440,12 +1344,12 @@ msgstr "" "Ça vout dire k' ene saye po scrire e fitchî%1 n' a nén " "adiercî." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Dji n' sai moussî e ridant" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1454,17 +1358,17 @@ msgstr "" "Ça vout dire k' ene saye po moussî e ridant dmandé (ou l' drovi) %1 a stî rfuzêye." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Dji n' sai håyner l' djivêye di l' ådvins do ridant." -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Li protocole %1 n' est nén on sistinme di fitchî." -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1475,12 +1379,12 @@ msgstr "" "dvins d' on ridant, mins ki l' programe KDE ki sopoite ci protocole la n' a " "nén parvinou al fé." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Betchfessî loyén di trové" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1493,7 +1397,7 @@ msgstr "" "di loyéns ki sont betchfessîs, ça vout dire ki l' fitchî est aloyî a lu " "minme (kécfeye nén tot droet)." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1502,27 +1406,27 @@ msgstr "" "Disfacez on boket ou l' ôte po n' pus k' les fitchîs soeyexhe betchfessîs. " "Adon, rissayîz." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Dimande anulêye pa l' uzeu" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Li dmande n' a nén abouti, ca elle a stî anulêye." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Rissayîz li dmande." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Dj' a trové on betchfessî loyén come dji fjheu l' copiaedje" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1535,17 +1439,17 @@ msgstr "" "dmandé, KDE a trové on loyén ou ene séreye di loyéns ki sont betchfessîs, ça " "vout dire ki l' fitchî est aloyî a lu minme (kécfeye nén tot droet)." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Dji n' sai fé l' raloyaedje rantoele" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Dji n' sai fé l' soket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1554,8 +1458,8 @@ msgstr "" "C' est ene aroke foirt tecnike: i n' a nén avou moyén d' emantchî ene usteye " "k' i fåt po les rantoeles (on soket)." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1564,19 +1468,19 @@ msgstr "" "Ça s' pôreut ki l' raloyaedje a l' rantoele ni soeye nén bén apontieye ou ki " "l' eterface del rantoele ni soeye nén èn alaedje." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Raloyaedje å sierveu rifuzé" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "Li sierveu %1 a rfuzé ki ciste éndjole ci si raloye." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1585,7 +1489,7 @@ msgstr "" "Ça s' pôreut ki ç' sierveu la, minme s' il est raloyî al daegntoele ni soeye " "nén apontyî po s' leyî raloyî." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1594,7 +1498,7 @@ msgstr "" "Ca bén ki l' sierveu est raloyî al daegntoele pol moumint, ça s' pôreut ki " "l' siervice dimandé ni toûne nén dsu pol moumint (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1605,12 +1509,12 @@ msgstr "" "les dmandes Internet) k' a espaitchî cisse dimande di passer, soeye-t i so " "vosse rantoele ou sol rantoele do sierveu." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Li raloyaedje å sierveu a stî côpé sins prévni" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1619,7 +1523,7 @@ msgstr "" "Ca bén k' i gn a-st avou on raloyaedje di fwait a %1, li " "raloyaedje a stî côpé par après d' ene façon inatindowe." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1628,17 +1532,17 @@ msgstr "" "Kéke feye gn a-st i avou ene aroke e protocole. Do côp, li sierveu årè côpé " "l' raloyaedje come response a l' aroke." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Rissoûce d' URL nén valide" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Li protocole %1 n' est nén on protocole di passaedje." -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator) ki vs avoz dné ni corespond nén a on mecanisse valåbe po-z " "eployî cisse rissoûce la %1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1662,17 +1566,17 @@ msgstr "" "djustumint nén l' cas vaici. I s' adjixh d' åk di råle, seur ene sacwè ki " "n' va nén e programaedje." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Nén moyén d' enonder l' éndjin des intrêyes et des sôrteyes" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Dji n' sai monter l' éndjin" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1681,7 +1585,7 @@ msgstr "" "N' a nén avou moyén d' enonder (monter) l' éndjin k' vos avoz dmandé. " "L' aroke rapoirtêye est: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1693,7 +1597,7 @@ msgstr "" "léjhrece). Ou bén, si c' est èn aidant éndjin ou èn axhlåve éndjin, kéke " "feye k' i n' est bén raloyî." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1704,7 +1608,7 @@ msgstr "" "sistinmes UNIX, i v' fåt sovint les droets d' on manaedjeu do sistinme po-z " "enonder èn éndjin." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1713,17 +1617,17 @@ msgstr "" "Verifyîz ki l' éndjin est presse. Les léjhrece, i fåt on sopoirt divins. " "Les axhlåves éndjins dvèt esse raloyîs comifåt et aloumé. Sayîz co 'ne feye." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Nén moyén do dliberer l' éndjin des intrêyes eyet des sôrteyes" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Dji n' sai dismonter l' éndjin" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1732,7 +1636,7 @@ msgstr "" "N' a nén avou moyén d' diliberer (dismonter) l' éndjin k' vos avoz dmandé. " "L' aroke rapoirtêye est: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1743,7 +1647,7 @@ msgstr "" "uzeu s' e sieve co pol moumint. Ça pout esse, metans, ene finiesse d' on " "betchteu å lådje so 'n eplaeçmint loyî a çt éndjin la" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1754,19 +1658,19 @@ msgstr "" "sistinmes UNIX, i v' fåt sovint les droets d' on manaedjeu do sistinme po " "dliberer èn éndjin." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Loukîz s' i gn a nén des programes k' eployèt çt éndjin la pol moumint. Adon " "rsayîz." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Dji n' sai lére l' ådvins del rissoûce" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1775,18 +1679,18 @@ msgstr "" "Ça vout dire ki mågré k' i gn a-st avou moyén do drovi li rsoûce (" "%1), åk n' a nén stî come dji sayive do lére çou k' i gn a å dvins." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" "Motoit n' avoz nén l' droet po lére çou k' i gn a å dvins del rissoûce." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Dji n' sai scrire dins li rsoûce" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1795,22 +1699,22 @@ msgstr "" "Ça vout dire ki mågré k' i gn a-st avou moyén do drovi li rsoûce (" "%1), åk n' a nén stî come dji sayive do scrire å dvins." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Motoit n' avoz nén l' droet po scrire divins l' rissoûce." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Dji n' sai schoûter les raloyaedjes al rantoele" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Nén moyén do loyî" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1821,17 +1725,17 @@ msgstr "" "k' i fåt po les rantoeles (on soket) et po saveur schoûter les raloyaedjes " "po-z intrer dins l' rantoele." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Dji n' sai schoûter" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Nén moyén d' accepter l' raloyaedje al rantoele" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1840,34 +1744,34 @@ msgstr "" "C' est ene aroke foirt tecnike: i n' a nén avou moyén d' accepter on " "raloyaedje po-z intrer dins l' rantoele." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Motoit k' vos n' avoz nén les droets po-z accepter on raloyaedje." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Dji n' parvén nén a moussî: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Li saye po rintrer el session po fé l' operåcion dmandêye n' a nén adiercî." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Dji n' sai dire l' estat del rissoûce" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Dji n' sai analijhî li rsoûce" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1876,70 +1780,70 @@ msgstr "" "Ene saye po vey cwè åd fwait del rissoûce %1 (metans: si " "no, si sôre, si grandeu, evnd.) a fwait berwete." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "" "Kéke feye ki cisse rissoûce la n' egzistêye nén, ou don bén dji nel sai lére." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Dji n' sai anuler li listaedje" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "A FÉ: documinter çouchal" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Dji n' sai fé l' ridant" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Ene saye po fé l' ridant dmandé a fwait berwete." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "" "Kécfeye ki l' eplaeçmint eyu çk' i faleut fé l' ridant n' egzistêye nén." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Dji n' sai oister l' ridant" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Ene saye po oister l' ridant %1 a fwait berwete." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Kécfeye ki ç' ridant la n' egzistêye nén." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Kécfeye ki ç' ridant la n' est nén vude." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Loukîz si l' ridant egzistêye ey est bén vude. Adon, rissayîz." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Dji n' a savou rataker a berweter l' fitchî" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1948,35 +1852,35 @@ msgstr "" "Shuvant li dmande, li berwetaedje do fitchî%1 diveut " "rataker a on metou pont, mins ci n' esteut nén possibe." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Téle feye ki l' protocole ou l' sierveu ni permetèt nén do rataker a " "berweter les fitchîs." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Rissayî vosse dimande, sins dmander ki l' berwetaedje ratake." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Dji n' a savou rlomer l' rissoûce." -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Ene saye po rlomer li rsoûce sipecifieye %1 a fwait berwete." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Dji n' a savou candjî les droets so li rsoûce" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "a fwait berwete." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Dji n' a savou candjî l' propietaire del rissoûce" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 a " "fwait berwete." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Dji n' a savou disfacer li rsoûce" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "Ene saye po disfacer li rsoûce sipecifieye %1 a fwait " "berwete." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Difén inatindowe do programe" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 s' a djoké d' ene façon inatindowe." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Pupont d' memwere" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 n' a nén avou tote li memwere k' il a dandjî po continouwer." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Procsi nén cnoxhou " -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -2101,17 +2005,17 @@ msgstr "" "bugs.kde.org/ po mete l' ekipe KDE å corant k' i gn a ene metôde " "d' aveurixhmint ki n' est nén sopoirtêye." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Dimandêye côpêye" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Divintrinne aroke sol sierveu" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, fuzzy, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2120,7 +2024,7 @@ msgstr "" "Li programe sol sierveu ki vs permete d' eployî li protocole %1 rapoite k' i gn a-st avou ene divintrinne aroke: %0." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2129,14 +2033,14 @@ msgstr "" "C' est dandjureu on bug les cåzes, dins l' programe sol sierveu. Ci sereut " "bén si vs evoyrîz on rapoirt di bug del façon esplikêye vaici pa dzo." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "" "Atôchîz l' manaedjeu do sierveu po l' advierti k' i gn a 'ne sacwè ki n' va " "nén." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2145,48 +2049,30 @@ msgstr "" "Si vs savoz kî çki c' est les oteurs do programe sol sierveu, c' est co mî " "d' elzî evoyî vosse rapoirt tot droet." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Aroke di ratindaedje" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -#| "for receiving a response: %2 seconds
              • Timeout for accessing proxy " -#| "servers: %3 seconds
              Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
              • Timeout for establishing a connection: %1 seconds
              • Timeout " -"for receiving a response: %2 seconds
              • Timeout for accessing proxy " -"servers: %3 seconds
              Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Ca bén k' dji m' a savou raloyî a sierveu, dji n' a rçû nole response dins " -"les tins acoirdés al dimande, c ' est a dire:
              • Ratindaedje po " -"s' raloyî: %1 segondes
              • Ratindaedje po rçure ene response: %2 " -"segondes
              • Ratindaedje po-z atôchî les sierveus procsi: %3 segondes
              Vos poloz candjî li tins di ratindaedje e l' aisse di minaedje di " -"KDE, tot tchoezixhant Rantoele -> Preferinces." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Li sierveu esteut trop ocupé a responde a des ôtès dmandes po responde." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Aroke nén cnoxhowe" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 rapoite ene aroke nén ricnoxhowe: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interompaedje nén cnoxhou" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 rapoite èn interompaedje d' ene sôre nén ricnoxhowe: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Dji n' sai disfacer li fitchî d' oridjene" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2225,12 +2111,12 @@ msgstr "" "pus seur al difén d' on bodjaedje di fitchî. Seulmint, n' a nén avou moyén " "do disfacer li fitchî d' oridjene %1." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Dji n' sai disfacer li fitchî timporaire" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2241,12 +2127,12 @@ msgstr "" "schaper li novea fitchî tins k' dji l' aberwetéve. Seulmint, ci fitchî " "timporaire la, %1, i n' a nén avou moyén del disfacer." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Dji n' sai rlomer l' fitchî d' oridjene" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2255,12 +2141,12 @@ msgstr "" "Po fé çou k' vos avoz dmandé, i faleut rlomer li fitchî d' oridjene " "%1, mins dji n' l' a savou rlomer." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Dji n' sai rlomer l' fitchî timporaire" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2269,32 +2155,32 @@ msgstr "" "Po fé çou k' vos avoz dmandé, i faleut fé on fitchî timporaire: %1. Seulmint, ci fitchî timporaire la, i n' a nén avou moyén del fé." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Dji n' sai fé l' loyén" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Dji n' sai fé on loyén simbolike" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Dji n' a savou fé l' loyén simbolike dimandé: %1." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Rén å dvins" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Deure plake forrimpleye" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2303,7 +2189,7 @@ msgstr "" "Li fitchî k' vos avoz dmandé, %1, dji n' l' a savou scrire, " "ca gn a nén del plaece assez sol deure plake." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2315,12 +2201,12 @@ msgstr "" "bodjåves sopoirts, metans des CD eredjîstråves; (3) tirer vosse plan po-z " "aveur di pus d' plaece." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Li fitchî sourdant eyet l' fitchî såme son les minmes" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2329,18 +2215,18 @@ msgstr "" "N' a nén avou moyén do fé çou k' vos avoz dmandé, ca l' fitchî sourdant eyet " "l' fitchî såme, c' est les minmes." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Tchoezixhoz èn ôte no d' fitchî come såme." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "File or Folder dropped onto itself" msgstr "Li fitchî ou li ridant n' egzistêye nén." -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2352,20 +2238,20 @@ msgstr "" "N' a nén avou moyén do fé çou k' vos avoz dmandé, ca l' fitchî sourdant eyet " "l' fitchî såme, c' est les minmes." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Drop the item into a different file or folder." msgstr "copyî l' fitchî ou ridant specifyî" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format #| msgid "File or Folder Does Not Exist" msgid "Folder moved into itself" msgstr "Li fitchî ou li ridant n' egzistêye nén." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2377,19 +2263,19 @@ msgstr "" "N' a nén avou moyén do fé çou k' vos avoz dmandé, ca l' fitchî sourdant eyet " "l' fitchî såme, c' est les minmes." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "copy the specified file or folder" msgid "Move the item into a different folder." msgstr "copyî l' fitchî ou ridant specifyî" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2401,23 +2287,23 @@ msgstr "" "N' a nén avou moyén do fé çou k' vos avoz dmandé, ca l' fitchî sourdant eyet " "l' fitchî såme, c' est les minmes." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Dji n' sai enonder li protocole %1." -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Dji n' sai fé li module vårlet d' intrêye/sôrteye: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1. Å pus sovint, c' est ene sacwè di tecnike ki " "n' va nén." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2452,36 +2338,36 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Aroke nén documintêye" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Loyén simbolike viè %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, Loyén viè %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Boute après:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2490,25 +2376,25 @@ msgstr "" "Hårdêye må fwaite\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2516,94 +2402,94 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" "Li drovaedje des raloyaedjes n' est nén sopoirté avou l' protocole %1." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" "Li cloyaedje des raloyaedjes n' est nén sopoirté avou l' protocole %1." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Nén moyén d' eployî des fitchîs avou l' protocole %1." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Li scrijhaedje dins %1 n' est nén sopoirté." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Gn a nole accion especiåle di presse por vos pol protocole %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Li listaedje des ridants n' est nén sopoirté på protocole %1." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Li rapexhaedje des dnêyes di %1 n' est nén sopoirté." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Li rapexhaedje des sôres MIME di %1 n' est nén sopoirté." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Li rlomaedje et l' bodjaedje des fitchîs dvins %1 n' est nén sopoirté." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Li protocole %1 ni permete nén do fé des loyéns simbolikes." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Li copiaedje des fitchîs dvins %1 n' est nén sopoirté." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Li disfaçaedje des fitchîs dvins %1 n' est nén sopoirté." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Li protocole %1 ni permete nén do fé des ridants." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Li protocole %1 ni permete nén do candjî les atributs des fitchîs." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Li protocole %1 ni permete nén do candjî l' prôpietaire des fitchîs." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Li protocole %1 ni permete nén do drovi des fitchîs." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Li protocole %1 ni sopoite nén l' accion %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2612,332 +2498,355 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocole nén cnoxhou «%1»." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Dji n' sai trover li module d' intrêye/rexhowe « %1 »." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Dji n' sai trover li module d' intrêye/rexhowe « %1 »." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Dji n' sai trover li module d' intrêye/rexhowe « %1 »." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Po les spepieus" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Tofer" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Continouwer" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "Session do &moumint seulmint" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Dji n' sai fé l' ridant" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Dji n' sai fé l' ridant" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Vos n' avoz pont tchoezi di fitchî a disfacer." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Gn a rén a disfacer" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Vos n' avoz pont tchoezi di fitchî a taper å batch." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "I n' a rén a taper å batch" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Ci ridant la n' egzistêye nén oudonbén dji nel sai lére." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Ridant parint" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Ridant måjhon" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Ritcherdjî" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "@action" msgid "New Folder…" msgstr "Novea ridant" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Taper å batch" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Disfacer" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Dji relî" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format #| msgid "Site Name" msgid "Sort by Name" msgstr "No d' site" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Court håynaedje" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Sol date" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format #| msgid "Entry Type" msgid "Sort by Type" msgstr "Sôre d' intrêye" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format #| msgid "Descending" msgid "Ascending" msgstr "Discrexhant" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Discrexhant" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, fuzzy, kde-format #| msgid "No Folders" msgid "Folders First" msgstr "I n' a nou ridant" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Mostrer fitchîs catchîs" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Court håynaedje" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Court håynaedje" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Håyner totafwait" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Place di l' imådjete" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "No do fitchî shuvant" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "No do fitchî å dzeu" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Court håynaedje" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Håyner totafwait" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Vey come èn åbe" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Sipepieus coxhlaedje" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Mostrer fitchîs catchîs" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Prévey" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Prévey" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Prôpietés" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format #| msgid "&View" msgid "&View Mode" msgstr "&Vey" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -#| msgid "No Folders" -msgctxt "Sort descending" -msgid "Newest First" -msgstr "I n' a nou ridant" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format #| msgid "No Folders" msgctxt "Sort ascending" msgid "Oldest First" msgstr "I n' a nou ridant" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +#| msgid "No Folders" +msgctxt "Sort descending" +msgid "Newest First" +msgstr "I n' a nou ridant" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format #| msgid "No Folders" msgctxt "Sort descending" msgid "Largest First" msgstr "I n' a nou ridant" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format #| msgid "No Folders" msgctxt "Sort ascending" msgid "Smallest First" msgstr "I n' a nou ridant" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Ecôdaedje:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Drovi" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Schaper eyet rlomer" @@ -2990,44 +2899,44 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tos les fitchîs" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tos les fitchîs sopoirtés" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Tos les fitchîs" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format #| msgid "Edit Places Entry" msgid "Add Places Entry" msgstr "Candjî les eplaeçmints d' intrêye" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Candjî les eplaeçmints d' intrêye" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Places panel.

              The " @@ -3043,19 +2952,19 @@ msgstr "" ">Li discrijhaedje, ça pout esse onk ou deus mots ki vs aidront a vs sovni " "après cwè ki ç' rascourti la vos frè potchî.
              " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&No:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Tapez on discrijhaedje" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3069,12 +2978,12 @@ msgstr "" "boton djusse asto del boesse di tecse, vos pôroz betchter po tchoezi " "l' hårdêye ki convént." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Eplaeçmint:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

              Click " @@ -3083,17 +2992,17 @@ msgstr "" "L' imådjete k' aparexhrè e panea des rascourtis.

              Clitchîz sol " "boton po tchoezi ene ôte.
              " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Tchoezixhoz ene &imådjete:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "A n' mostrer &ki po ç' programe chal (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3104,34 +3013,34 @@ msgstr "" "eployîz l' programe do moumint (%1).

              Si vos n' purdoz nén cisse " "tchuze la, l' intrêye serè eployeye avou tos les programes.
              " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format #| msgid "Places" msgctxt "@item" msgid "Places" msgstr "Plaeces" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@item" msgid "Remote" msgstr "Oister" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format #| msgid "Search" msgctxt "@item" msgid "Search For" msgstr "Trover" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgctxt "@item:inmenu" #| msgid "Devices" @@ -3139,33 +3048,33 @@ msgctxt "@item" msgid "Devices" msgstr "Éndjins" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (%2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 #, fuzzy #| msgctxt "Home Directory" #| msgid "Home" @@ -3173,120 +3082,127 @@ msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Måjhon" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "A FÉ: documinter çouchal" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy #| msgid "Network" msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Rantoele" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy #| msgid "Trash" msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Batch" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Disfacer fitchîs" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Eplaeçmint:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Candjî:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format #| msgid "Could not find the program '%1'" msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Dji n' a savou trover li programe «%1»" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format #| msgid "The file or folder %1 does not exist." msgid "Only folders can be added to the Places panel." msgstr "Li fitchî ou li ridant %1 n' egzistêye nén." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +#| msgid "Change &Policy..." +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Candjî &politike" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Liberer «%1»" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format #| msgid "&Release '%1'" msgctxt "@action:inmenu" msgid "&Release" msgstr "&Liberer «%1»" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Oister «%1» al coete" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format #| msgid "&Safely Remove '%1'" msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Oister «%1» al coete" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Unmounting" @@ -3294,44 +3210,44 @@ msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Dji dismonte" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Dismonter" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Fé rexhe" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The device '%1' is not a disc and cannot be ejected." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "L' éndjin «%1» n' est nén ene plake eyet dji nel sai nén fé rexhe." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Åk n' a nén stî come dji sayive d' acceder a «%1», li sistinme a respondou: " "%2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Åk n' a nén stî come dji sayive d' acceder a «%1»" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3342,117 +3258,117 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format #| msgid "%1 (%2)" msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 (%2)" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 libe so %2 (%3% d' eployî)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vudî li batch" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Monter" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Drovi avou" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format #| msgid "Add Entry..." msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Radjouter intrêye..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "Edit" msgctxt "@action:inmenu" msgid "&Edit…" msgstr "Candjî" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format #| msgid "Remove" msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Oister" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Catchî «%1»" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Hide '%1'" msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Catchî «%1»" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Mostrer totes les Intrêyes" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Court håynaedje" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3461,52 +3377,52 @@ msgctxt "" msgid "Auto Resize" msgstr "Tr&over tot seu" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format #| msgid "Drive: %1" msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Lijheu: %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Vos n' poloz tchoezi k' on seu fitchî" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Vos avoz dné pus k' on seu fitchî" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Vos n' poloz tchoezi ki des fitchîs locås" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Fitchîs då lon nén acceptés" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3517,48 +3433,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Vos avoz dné pus k' on seu ridant" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Fitchîs eyet ridants tchoezis" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The file %1 could not be found" msgid "The file \"%1\" could not be found" msgstr "Dji n' a savou trover l' fitchî %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Dji n' sai drovi li fitchî" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format #| msgid "" #| "Click this button to enter the parent folder.

              For " @@ -3573,50 +3464,50 @@ msgstr "" ">Si vos estoz, metans, dins file:/home/%1, et k' vos clitchîz sol boton, vos " "vos rtrovroz dins file:/home.
              " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Clitchîz so ç' boton chal po rivni en erî d' ene asdjamblêye dins " "l' istorike di vosse betchtaedje." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Clitchîz so ç' boton chal po-z avanci d' ene asdjamblêye dins l' istorike do " "betchtaedje." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Clitchîz so ç' boton chal po rtcherdjî l' å dvins di l' eplaeçmint do " "moumint." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Clitchîz so ç' boton chal po fé on novea ridant." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Places Navigation Panel" msgid "Show Places Panel" msgstr "Mostrer li rascourti après l' panea di naiviaedje" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -#| msgid "Show Bookmarks" -msgid "Show Bookmarks Button" -msgstr "Mostrer rmåkes" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Mostrer fitchîs catchîs" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Tchuzes" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format #| msgid "" #| "This is the preferences menu for the file dialog. Various options can " @@ -3638,12 +3529,12 @@ msgstr "" "après l' panea di naiviaedje
            • prévoeyaedje des fitchîs
            • mete " "les ridant eshonne eyet les fitchîs eshonne
            " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Rimarkes" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3658,12 +3549,38 @@ msgstr "" "" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&No:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Rilomer" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +#| msgid "Device name" +msgid "Filter by name…" +msgstr "No d' l' éndjine" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Mostrer fitchîs catchîs" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3676,12 +3593,12 @@ msgstr "" "avou l' boton d' droete del sori eyet tchoezi l' metôde ki vos inmez l' mî " "dins l' menu Completaedje do tecse." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Li no k' i fåt dner å fitchî pol schaper." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3690,76 +3607,82 @@ msgstr "" "Li djivêye des fitchîs a drovi. Vos poloz tchoezi di pus d' on fitchî: " "fijhoz è 'ne djivêye avou on blanc inte tchaeke no." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "No do fitchî a drovi." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format #| msgid "Places" msgctxt "@title:window" msgid "Places" msgstr "Plaeces" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Li fitchî \"%1\" egzistêye dedja. El voloz vs sipotchî ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Sipotchî l' fitchî?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Vos n' poloz tchoezi ki des fitchîs locås." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fitchîs å lon nén acceptés" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format #| msgid "*|All Folders" msgid "All Folders" msgstr "*|Tos les ridants" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Creating directory" +msgid "Current Directory: %1" +msgstr "Ahivant ridant" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "Dr&ovi" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Grandeu des imådjetes: %1 picsels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Tchoezi &otomaticmint l' cawete des fitchîs (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "li cawete %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Tchoezi &otomaticmint l' cawete des fitchîs" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "ene cawete ki va bén" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3775,52 +3698,40 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Passete:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "&Passete:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

            You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

            Wildcards such as * and ? are allowed.

            " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Passete k' i fåt passer l' djivêye des fitchîs dvins. Les nos ki " -"n' corespondèt nén al passete n' aparexhront nén.

            Vos poloz tchoezi ene " -"des prémetowès passetes dins l' djivêye disrôlante oudonbén fé ene passete " -"da vosse el boesse di tecse.

            Vos poloz bén eployî des djokers come * " -"ou ?

            " -#: filewidgets/knewfilemenu.cpp:440 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format -#| msgid "C&reate" -msgctxt "@title:window" -msgid "Create New File" -msgstr "A&hiver" +#| msgid "Ru&n as a different user" +msgctxt "@label:textbox Prompt for new file of type" +msgid "Enter %1 filename:" +msgstr "Enonder come èn ôte &uzeu" -#: filewidgets/knewfilemenu.cpp:480 +#: filewidgets/knewfilemenu.cpp:529 #, fuzzy, kde-format #| msgid "Store" msgid "Sorry" msgstr "Wårder" -#: filewidgets/knewfilemenu.cpp:491 +#: filewidgets/knewfilemenu.cpp:540 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -3830,31 +3741,30 @@ msgstr "" "Nén moyén d' enonder li cmande ki vos djhoz. Motoit ki l' fitchî ou " "l' ridant %1 n' egzistêye nén." -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 #, kde-format msgid "Name for new link:" msgstr "" -#: filewidgets/knewfilemenu.cpp:706 +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Dji n' sai fé on loyén simbolike" + +#: filewidgets/knewfilemenu.cpp:760 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create link to URL" msgstr "A&hiver" -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 #, kde-format msgctxt "@item:inmenu Create New" msgid "%1" msgstr "" -#: filewidgets/knewfilemenu.cpp:1067 -#, fuzzy, kde-format -#| msgid "Ru&n as a different user" -msgctxt "@label:textbox Prompt for new file of type" -msgid "Enter %1 filename:" -msgstr "Enonder come èn ôte &uzeu" - -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3862,7 +3772,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3870,7 +3780,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3879,74 +3789,82 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "I gn a ddja åk di pus vî lomé «%1»" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "On fitchî lomé %1 egzistêye dedja." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format #| msgid "C&reate" msgid "Create New" msgstr "A&hiver" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format #| msgid "Device" msgid "Link to Device" msgstr "Éndjin" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format #| msgid "New Folder" msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Novea ridant" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgctxt "@title:window" msgid "Create New Folder" msgstr "Dji n' sai fé l' ridant" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "Create new folder in:\n" @@ -3956,53 +3874,102 @@ msgstr "" "Fé on novea ridant dins:\n" "%1" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Enonder come èn ôte &uzeu" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +#| msgid "Default" +msgid "Default" +msgstr "Prémetou" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +#| msgid "C&reate" +msgctxt "@title:window" +msgid "Create New File" +msgstr "A&hiver" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Enonder come èn ôte &uzeu" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Tchoezi on programe po %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Tchoezixhoz ene &imådjete:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copyî" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Claper" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Drovi avou" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Drovi avou" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Candjî" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naivyî" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Mostrer tot l' tchimin" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -4010,7 +3977,7 @@ msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Voloz vs po do bon taper c' cayet ci å batch?" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format #| msgid "Store" msgctxt "@action:inmenu" @@ -4023,6 +3990,14 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Plaeces" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -4047,42 +4022,42 @@ msgstr "Ôte" msgid "Edit mode" msgstr "Candjî" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Clitchî po naiviaedje del plaece" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Clitchî po candjî l' plaece" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Vos n' avoz nén les droets k' i fåt po-z enonder ç' fitchî la." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format #| msgid "Launching %1" msgctxt "Launching application" msgid "Launching %1" msgstr "Enondaedje di %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Vos n' avoz nén l' otorijhåcion po tchoezi on programe po drovi ç' fitchî ci." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4110,13 +4085,19 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format #| msgid "No media in device for %1" msgid "No mail client found" msgstr "Nou media e l' éndjin po %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4131,29 +4112,29 @@ msgstr "" "%1\n" "n' est nén cnoxhowe." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Enondaedje di %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The file %1 could not be found" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Dji n' a savou trover l' fitchî %1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4164,7 +4145,7 @@ msgstr "" "%1\n" "est del sôre «Link» (hårdêye) mins n' a nole roye «URL=...»." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, fuzzy, kde-format #| msgid "" #| "The file %1 is an executable program. For safety it will not " @@ -4176,20 +4157,20 @@ msgstr "" "Li fitchî %1 est on programe enondåve. Po-z esse e såvrité i " "n' serè enondé." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format #| msgid "" #| "Unable to run the command specified. The file or folder %1 " @@ -4201,12 +4182,12 @@ msgstr "" "Nén moyén d' enonder li cmande ki vos djhoz. Motoit ki l' fitchî ou " "l' ridant %1 n' egzistêye nén." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Li fitchî d' apontiaedje do scribanne %1 n' a nole roye « Sôre=... »." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4214,13 +4195,13 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, fuzzy, kde-format #| msgid "Cannot open file" msgid "Failed to open the file." msgstr "Dji n' sai drovi li fitchî" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The file %1 could not be found" msgid "The program \"%1\" could not be launched." @@ -4302,74 +4283,69 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format #| msgid "Exec" msgid "KIOExec" msgstr "Enonder" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format #| msgid "Choose an alternate filename for the new file." msgid "Suggested file name for the downloaded file" msgstr "Tchoezixhoz èn ôte no pol novea fitchî." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Dji defini l' ACL po %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4378,7 +4354,7 @@ msgstr "" "Dji n' a seu candjî les permissions po\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format #| msgid "Could not change ownership for %1." msgctxt "@info" @@ -4387,129 +4363,38 @@ msgid "" "%1" msgstr "Dji n' sai candjî l' prôpietaire po %1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Dji n' sai rlomer l' fitchî timporaire" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Dji n' a savou trover li programe «mount»" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Dji n' a savou trover li programe «umount»" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -#| msgid "Advanced Permissions" -msgid "Change File Permissions" -msgstr "Sipepieusès permissions" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Droets" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -#| msgid "Remove" -msgid "Remove File" -msgstr "Oister" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Remove Directory" -msgstr "Ridant" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -#| msgctxt "@title job" -#| msgid "Creating directory" -msgid "Create Directory" -msgstr "Ahivant ridant" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgctxt "@title:column" -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Droets" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -#| msgid "Open file dialog" -msgid "Open File" -msgstr "Boesse di drovaedje des fitchîs" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -#| msgid "Directory" -msgid "Open Directory" -msgstr "Ridant" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -#| msgid "Device name" -msgid "New Filename: %1" -msgstr "No d' l' éndjine" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -#| msgid "Drive: %1" -msgid "Target: %1" -msgstr "Lijheu: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Interompaedje nén cnoxhou" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "Dji n' sai copyî l' fitchî di %1 a %2 (Lo. d' aroke: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Nou media e l' éndjin po %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Dji n' a savou awè l' id di l' uzeu pol no d' uzeu %1 di dné" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Dji n' a savou awè l' id do groupe pol no do groupe %1 di dné" @@ -4552,33 +4437,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Vos dvoz dner on no d' uzeu eyet on scret po-z aveur accès a ç' site ci." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "L' elodjaedje a stî" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Dji n' a savou m' elodjî so %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format #| msgid "Launching %1" msgid "" @@ -4586,7 +4471,7 @@ msgid "" "The server said: \"%1\"" msgstr "Enondaedje di %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4595,12 +4480,12 @@ msgstr "" "Vos dvoz dner on no d' uzeu eyet on scret pol sierveu procsi chal pa dzo " "dvant di poleur aveur accès a on site." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Procsi:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "L' otintifiaedje do procsi a fwait berwete." @@ -4656,89 +4541,89 @@ msgstr "" "Voloz accepter ciste acertineure disk' a tofer sins k' on vos dmande pus rén?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Aveurixhmint do sierveu" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 a %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Ôtrumint, li dmande åreut yeu stî comifåt." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "obtini valixhances di prôpieté" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "defini valixhances di prôpieté" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "fé l' ridant dmandé" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copyî l' fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "bodjî li fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "cweri e ridant specifyî" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "esserer l' fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "disserer l' fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "disfacer l' fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "cweri les ahessaedjes do sierveu" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "obtini les ådvins do fitchî ou ridant specifyî" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format #| msgctxt "request type" #| msgid "search in the specified folder" @@ -4746,13 +4631,13 @@ msgctxt "request type" msgid "run a report in the specified folder" msgstr "cweri e ridant specifyî" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Ene aroke nén ratindowe s' apassé (%1) come dji sayive di %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4762,13 +4647,13 @@ msgstr "" "Åk n' a nén stî come dji sayive di %1, %2. On rascourti del råjhon est chal " "pa dzo." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "L' accès a stî rfuzé tot sayant di %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4777,7 +4662,7 @@ msgstr "" "Ene rissoûce ni pout nén esse ahivêye al destinåcion ttossu lontins ki yene " "ou sacwantès ramexhnêyes (ridant) inte les deus n' ont nén stî ahivêyes." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4794,28 +4679,28 @@ msgstr "" "djivêye e l' elemint XML propertybehavior oudonbén vs avoz sayî d' sipotchî " "on fitchî tot dmandant ki ces fitchîs n' fuxhexhe nén spotchî. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "L' esseraedje dimandé n' a nén polou esse waeranti. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Li sierveu n' sopoite nén li sôre di coir dimandêye." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Dji n' sai fé %1 paski l' rissoûce est serêye." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Ci faitindje a stî espaitchî pas ene ôte aroke." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4825,7 +4710,7 @@ msgstr "" "Nén moyén di %1, la kel sierveu såme rifuze d' accepter l' fitchî ou " "l' ridant." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4834,18 +4719,18 @@ msgstr "" "Li rsoûce såme n' a pont d' plaece assez pos eredjistrî l' estat del " "rissoûce après l' fijhaedje di cisse metôde." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Dji n' sai disfacer li rsoûce." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "eberwetaedje %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4857,16 +4742,16 @@ msgstr "Ene aroke nén ratindowe (%1) s' a passé come dji sayive di %2." msgid "Network" msgstr "Rantoele" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format #| msgid "Malformed URL %1." msgid "Malformed URL %1" msgstr "URL må basti %1." -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4875,12 +4760,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, fuzzy, kde-format #| msgid "This file is a link and does not have permissions." #| msgid_plural "All files are links and do not have permissions." @@ -4921,7 +4806,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4944,19 +4829,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Purnea d' otorijhåcion" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Disfinse di moussî." -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Vos n' avoz nén les droets po-z aveur accès å protocole %1." @@ -5068,41 +4953,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5112,9 +4997,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Cårculer" @@ -5123,150 +5008,242 @@ msgstr "Cårculer" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +#| msgid "Launching %1" +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Enondaedje di %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "Exec" -msgid "&Execute" -msgstr "Enonder" +#| msgid "&Open" +msgctxt "@action:button" +msgid "&Open" +msgstr "Dr&ovi" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Drovi avou:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +#| msgid "" +#| "This action would overwrite '%1' with itself.\n" +#| "Please enter a new file name:" +msgid "Would you like to launch this file?" msgstr "" +"Ciste accion la spotchreut «%1» avou lu minme.\n" +"Dinez on novea no s' i vs plait:" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Creating directory" msgid "Creating directory" msgstr "Ahivant ridant" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +#| msgid "Source" +msgid "Source" +msgstr "Sourdant" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +#| msgid "Destination" +msgid "Destination" +msgstr "Destinåcion" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgctxt "@title job" +#| msgid "Copying" +msgid "Copying" +msgstr "Dji copeye" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Moving" msgid "Moving" msgstr "Dji bodje" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Rilomer" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +#| msgid "Move to Trash" +msgid "Moving to Trash" +msgstr "Taper å batch" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format #| msgctxt "@title job" #| msgid "Deleting" msgid "Deleting" msgstr "Dji disface" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Rilomer" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" msgid "Und&o: Trash" msgstr "&Taper å batch" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder" msgstr "Dji n' sai fé l' ridant" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create Folder(s)" msgstr "Dji n' sai fé l' ridant" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format #| msgid "Could Not Create Folder" msgid "Und&o: Create File" msgstr "Dji n' sai fé l' ridant" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Rilomer" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Rilomer" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +#| msgctxt "to trash" +#| msgid "&Trash" +msgid "&Redo: Trash" +msgstr "&Taper å batch" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder" +msgstr "Dji n' sai fé l' ridant" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create Folder(s)" +msgstr "Dji n' sai fé l' ridant" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +#| msgid "Could Not Create Folder" +msgid "&Redo: Create File" +msgstr "Dji n' sai fé l' ridant" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Rilomer" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5275,13 +5252,13 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format #| msgid "Updating System Configuration" msgid "Undo File Copy Confirmation" msgstr "Metaedje a djoû di l' apontiaedje do sistinme" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5290,23 +5267,24 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format #| msgid "Delete Entry" msgid "Delete Permanently" msgstr "Disfacer intrêye" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format #| msgid "Delete Entry" msgctxt "@action:button" msgid "Delete Permanently" msgstr "Disfacer intrêye" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5318,7 +5296,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5326,13 +5304,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vudî li batch" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5342,7 +5320,7 @@ msgid "" "filename>" msgstr "Voloz vs po do bon taper c' cayet ci å batch?" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -5436,7 +5414,7 @@ msgstr "Prôpietaire" msgid "Owning Group" msgstr "Groupe prôpietaire" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Ôtes" @@ -5512,116 +5490,123 @@ msgstr "Metaedje a djoû di l' apontiaedje do sistinme" msgid "Updating system configuration…" msgstr "Metaedje a djoû di l' apontiaedje do sistinme." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "No" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Grandeu" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format #| msgid "Date" msgctxt "@title:column" msgid "Date" msgstr "Date" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Droets" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Da" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Groupe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Sôre" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Drovi avou:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Accions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Drovi avou" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Drovi avou" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "Exec" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Enonder" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Drovi avou:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Drovi avou:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Drovi avou" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Drovi avou" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "Progr&ame" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5629,120 +5614,137 @@ msgid_plural "%1 items" msgstr[0] "%1 cayet" msgstr[1] "%1 cayets" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Nén cnoxhowe" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Arester" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted From:" -msgstr "Monté so:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Sôre:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Eplaeçmint:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Grandeu:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "Cand&jî..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Å dvins:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Drovi avou:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "Cand&jî..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Eplaeçmint:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Grandeu:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, kde-format +msgid "Stop" +msgstr "Arester" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Boute après:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Candjî:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgid "Show target" +msgstr "Prévey" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Fwait:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -#| msgid "File system:" -msgid "File System:" -msgstr "Sistinme di fitchîs:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Lodjoe nén cnoxhou" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -#| msgid "Mounted on:" -msgid "Mounted On:" -msgstr "Monté so:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Candjî:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Eployî:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 +#, kde-format +msgid "File system:" +msgstr "Sistinme di fitchîs:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Drovi avou" +#| msgid "Mounted on:" +msgid "Mounted on:" +msgstr "Monté so:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted on:" +msgid "Mounted from:" +msgstr "Monté so:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Lodjoe nén cnoxhou" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -6018,22 +6020,25 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Discrijhaedje:" +#, fuzzy, kde-format +#| msgid "&Username:" +msgid "&Generic name:" +msgstr "No d' &uzeu:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 -#, fuzzy, kde-format -msgid "Type any comment you think is useful here." -msgstr "Dinez on tecse di rawete po ç' pårtaedje ci, s' i vs plait." +#, kde-format +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -6045,7 +6050,7 @@ msgstr "&Rawete:" #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format #| msgid "Use preset proxy environment &variables" -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Eployî prédefineyes &variåves d' evironmint procsi" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6216,7 +6221,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6229,39 +6234,61 @@ msgstr "" "Dji n' sai schaper les prôpietés. Vos n' avoz nén l' droet di scrire " "dins%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Djenerå" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Enonder come èn ôte &uzeu" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Rafrister" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +#| msgid "Do you really want to move this item to the trash?" +#| msgid_plural "Do you really want to move these %1 items to the trash?" +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Voloz vs po do bon taper c' cayet ci å batch?" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 (%2)" msgid "%1:" msgstr "%1 (%2)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Lodjoe nén cnoxhou" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6270,115 +6297,121 @@ msgstr "" "Dji carcule... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 fitchî" msgstr[1] "%1 fitchîs" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 dzo-ridan" msgstr[1] "%1 dizo-ridants" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Dji carcule..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid "At least %1" msgid "At least %1\n" msgstr "%1 pol moens" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Li novea no d' fitchî est vude." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format #| msgid "&Supported file types:" msgid "No registered file type" msgstr "Sôres di fitchîs &sopoirtêyes:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Tchoezi on programe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Fwait:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "Cand&jî..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Eployî:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy #| msgid "Can View & Modify Content" msgid "Can View & Modify" msgstr "Li contnou pout esse veyou eyet candjî" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy #| msgid "Can View Content" msgid "Can Only View Content" msgstr "Li contnou pout esse veyou" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Li contnou pout esse veyou eyet candjî" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Can View Content" msgid "Can Only View/Read Content" msgstr "Li contnou pout esse veyou" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Pout esse veyou/léjhou eyet candjî/scrît" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Droets" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Droets po-z eployî" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." @@ -6386,37 +6419,37 @@ msgstr[0] "Ci fitchî est on loyén et n' a nén d' permissions da lu." msgstr[1] "" "Tos les fitchîs sont des loyéns et n' ont nén des permissions da zels." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Seulmin l' prôpietaire pout candjî les permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "&Prôpietaire:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Les accions ki l' prôpietaire pout fé." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gro&upe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Les accions ki les mimbes do groupe polèt fé." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Ô&tes:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6425,31 +6458,31 @@ msgstr "" "Les accions ki tos ls uzesu, ki n' sont ni l' prôpietaire ni dins l' groupe, " "polèt fé." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Only own&er can rename and delete folder content" msgid "Only own&er can delete or rename contents" msgstr "Seulmint l' &prôpietaire pout rlomer et disfacer l' contnou do ridant" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, fuzzy, kde-format #| msgid "Enable this flag to allow executing the file as a program." msgid "Allow &executing file as program" msgstr "Metoz ci drapea chal po permete d' enonder l' fitchî come on programe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Prémetou no d' uzeu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Exec" msgid "Execute:" msgstr "Enonder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6457,50 +6490,50 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Sipepieusès permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Prôpieté" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Uzeu:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Groupe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "" "Mete en ouve les candjmints po tos les sorridants et les fitchîs å dvins" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Sipepieusès permissions" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6509,22 +6542,22 @@ msgstr "" "Mostrer\n" "les Intrêyes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ci drapea chal permete di vey çou k' i gn a å dvins do ridant" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lére" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Li drapea d' lijhaedje permete di vey çou k' i gn a å dvins do fitchî." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6533,198 +6566,188 @@ msgstr "" "Sicrire\n" "les Intrêyes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Sicrire" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Li drapea di scrijhaedje permete di candjî l' contnou do fitchî." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Intrer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Metoz ci drapea chal po permete d' intrer e l' ridant." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Enonder" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Metoz ci drapea chal po permete d' enonder l' fitchî come on programe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Speciå" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Uzeu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Groupe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Tchoezi l' UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Tchoezi li GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Eclawåve" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Loyén" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, fuzzy, kde-format msgid "Varying (No Change)" msgstr "Nou candjmint" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ci fitchî si sieve di spepieus droets" msgstr[1] "Ces fitchîs si siervèt di spepieus droets." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ci ridant si sieve di spepieus droets." msgstr[1] "Ces ridants si siervèt di spepieus droets." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ces fitchîs si siervèt di spepieus droets." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Dji carcule..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

            Checksums do not match.

            This may be due to a faulty download. Try re-" @@ -6732,30 +6755,49 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The checksums of all files are identical." +msgstr "Li novea no d' fitchî est vude." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +#| msgid "The new file name is empty." +msgid "The selected files have different checksums." +msgstr "Li novea no d' fitchî est vude." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Dji carcule..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Hårdeye" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" @@ -6763,28 +6805,28 @@ msgid "" msgstr "" "Gn a k' les programes so les sistinmes di fitchîs locås ki sont sopoirtés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "Progr&ame" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Radjouter sôre di fitchî po %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Tchoezixhoz onk ou di pus di sôres di fitchîs a radjouter:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Gn a k' les programes so les sistinmes di fitchîs locås ki sont sopoirtés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Sipepieusès tchuzes po %1" @@ -6890,29 +6932,34 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Candjî &politike" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Boesse di drovaedje des fitchîs" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 -#, kde-format -msgid "Filename for clipboard content:" -msgstr "No d' fitchî pol contnou do presse-papî" +#: widgets/paste.cpp:69 +#, fuzzy, kde-format +#| msgid "&Paste File" +#| msgid_plural "&Paste %1 Files" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "Ac&laper %1 fitchî" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgid "&Paste Clipboard Contents" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Ac&laper li contnou do presse-papî" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "One Folder" #| msgid_plural "%1 Folders" @@ -6920,7 +6967,7 @@ msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "%1 ridant" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format #| msgid "&Paste File" #| msgid_plural "&Paste %1 Files" @@ -6928,7 +6975,7 @@ msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Ac&laper %1 fitchî" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format #| msgid "One Item" #| msgid_plural "%1 Items" @@ -6938,97 +6985,109 @@ msgid_plural "Paste %1 Items" msgstr[0] "%1 cayet" msgstr[1] "%1 cayets" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format #| msgid "&Paste Clipboard Contents" msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Ac&laper li contnou do presse-papî" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Paste" msgctxt "@action:inmenu" msgid "Paste" msgstr "Claper" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Cogne des dnêyes:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "No d' fitchî pol contnou do presse-papî" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format #| msgid "Filename for clipboard content:" msgid "Filename for dropped contents:" msgstr "No d' fitchî pol contnou do presse-papî" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format #| msgid "Drive: %1" msgid "Date: %1" msgstr "Lijheu: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Grandeu:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Rilomer" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Sudjestion d' on &novea no" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Passer" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Sicrire" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7037,26 +7096,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "Overwrite File?" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Sipotchî l' fitchî?" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Rataker" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7065,12 +7124,12 @@ msgstr "" "Ciste accion la spotchreut «%1» avou lu minme.\n" "Dinez on novea no s' i vs plait:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Continouwer" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7080,7 +7139,7 @@ msgstr "" "Ciste accion la spotchreut «%1» avou lu minme.\n" "Dinez on novea no s' i vs plait:" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format #| msgid "" #| "This action would overwrite '%1' with itself.\n" @@ -7090,126 +7149,104 @@ msgstr "" "Ciste accion la spotchreut «%1» avou lu minme.\n" "Dinez on novea no s' i vs plait:" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -#| msgid "Source" -msgid "Source" -msgstr "Sourdant" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -#| msgid "Destination" -msgid "Destination" -msgstr "Destinåcion" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is more recent." msgstr "li cawete %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is older." msgstr "li cawete %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is smaller by %1." msgstr "li cawete %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format #| msgid "the extension %1" msgid "The source is bigger by %1." msgstr "li cawete %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are identical." msgstr "Li novea no d' fitchî est vude." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files seem identical." msgstr "Li novea no d' fitchî est vude." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format #| msgid "The new file name is empty." msgid "The files are different." msgstr "Li novea no d' fitchî est vude." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Tos les fitchîs" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "I gn a ddja åk di pus vî lomé «%1»" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Gn a ddja fitchî lomé « %1 » k' egzistêye dedja et k' est l' minme." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "I gn a ddja åk di pus vî lomé «%1»" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Rilomer" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Rilomer" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Rilomer" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Rilomer" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -#| msgid "Device name" -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "No d' l' éndjine" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "On fitchî lomé %1 egzistêye dedja." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format #| msgid "Change the selected identifier text." msgctxt "@label:textbox" @@ -7218,39 +7255,201 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Candjî l' tecse idintifieu di tchoezi." msgstr[1] "Candjî l' tecse idintifieu di tchoezi." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +#| msgid "Device name" +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "No d' l' éndjine" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Candjî l' tecse idintifieu di tchoezi." +msgstr[1] "Candjî l' tecse idintifieu di tchoezi." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Replaecî" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Drovi avou" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Replaecî" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +#| msgid "Change the selected identifier text." +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Candjî l' tecse idintifieu di tchoezi." +msgstr[1] "Candjî l' tecse idintifieu di tchoezi." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Enonder come èn ôte &uzeu" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Enonder come èn ôte &uzeu" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Rilomer" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Rilomer" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Rilomer" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Prémetou no d' uzeu:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +#| msgid "Replace" +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Replaecî" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Prévey" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Infôrmåcion" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Replaecî" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format #| msgid "Replace" msgid "Replace All" msgstr "Replaecî" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Passer houte" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7342,7 +7541,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7376,26 +7575,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format #| msgid "Do you really want to move this item to the trash?" #| msgid_plural "Do you really want to move these %1 items to the trash?" @@ -7405,52 +7626,206 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Voloz vs po do bon taper c' cayet ci å batch?" msgstr[1] "Voloz vs po do bon taper c' cayet ci å batch?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Dj' a l' idêye ki l' acertineure SSL do fré est crombe." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Drovi avou" + +#, fuzzy +#~| msgid "File system:" +#~ msgid "File System:" +#~ msgstr "Sistinme di fitchîs:" + +#~ msgid "Delete Files" +#~ msgstr "Disfacer fitchîs" + +#, fuzzy +#~| msgid "Could Not Create Folder" +#~ msgid "Create Folder" +#~ msgstr "Dji n' sai fé l' ridant" + +#, fuzzy +#~| msgid "Move to Trash" +#~ msgid "Move Items" +#~ msgstr "Taper å batch" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Rilomer" + +#, fuzzy +#~| msgctxt "@title job" +#~| msgid "Transferring" +#~ msgid "Transfer data" +#~ msgstr "Transfer" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Dji defini l' ACL po %1" + +#, fuzzy +#~| msgid "Advanced Permissions" +#~ msgid "Change File Permissions" +#~ msgstr "Sipepieusès permissions" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Droets" + +#, fuzzy +#~| msgid "Remove" +#~ msgid "Remove File" +#~ msgstr "Oister" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Remove Directory" +#~ msgstr "Ridant" + +#, fuzzy +#~| msgctxt "@title:column" +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Droets" + +#, fuzzy +#~| msgid "Open file dialog" +#~ msgid "Open File" +#~ msgstr "Boesse di drovaedje des fitchîs" + +#, fuzzy +#~| msgid "Directory" +#~ msgid "Open Directory" +#~ msgstr "Ridant" + +#, fuzzy +#~| msgid "Device name" +#~ msgid "New Filename: %1" +#~ msgstr "No d' l' éndjine" + +#, fuzzy +#~| msgid "Drive: %1" +#~ msgid "Target: %1" +#~ msgstr "Lijheu: %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Interompaedje nén cnoxhou" + +#, fuzzy +#~| msgid "Show Bookmarks" +#~ msgid "Show Bookmarks Button" +#~ msgstr "Mostrer rmåkes" + +#, fuzzy +#~| msgid "Device name" +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "No d' l' éndjine" + +#~ msgid "&Description:" +#~ msgstr "&Discrijhaedje:" + +#, fuzzy +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Dinez on tecse di rawete po ç' pårtaedje ci, s' i vs plait." + +#~ msgid "&Filter:" +#~ msgstr "&Passete:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

            You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

            Wildcards such as * and ? are allowed." +#~ "

            " +#~ msgstr "" +#~ "Passete k' i fåt passer l' djivêye des fitchîs dvins. Les nos ki " +#~ "n' corespondèt nén al passete n' aparexhront nén.

            Vos poloz tchoezi " +#~ "ene des prémetowès passetes dins l' djivêye disrôlante oudonbén fé ene " +#~ "passete da vosse el boesse di tecse.

            Vos poloz bén eployî des " +#~ "djokers come * ou ?

            " + +#~ msgid "More than one folder provided" +#~ msgstr "Vos avoz dné pus k' on seu ridant" + +#~ msgid "Files and folders selected" +#~ msgstr "Fitchîs eyet ridants tchoezis" + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "
            • Timeout for establishing a connection: %1 seconds
            • Timeout for receiving a response: %2 seconds
            • Timeout for " +#~| "accessing proxy servers: %3 seconds
            Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
            • Timeout for establishing a connection: %1 seconds
            • Timeout " +#~ "for receiving a response: %2 seconds
            • Timeout for accessing proxy " +#~ "servers: %3 seconds
            Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Ca bén k' dji m' a savou raloyî a sierveu, dji n' a rçû nole response " +#~ "dins les tins acoirdés al dimande, c ' est a dire:
            • Ratindaedje po " +#~ "s' raloyî: %1 segondes
            • Ratindaedje po rçure ene response: %2 " +#~ "segondes
            • Ratindaedje po-z atôchî les sierveus procsi: %3 " +#~ "segondes
            Vos poloz candjî li tins di ratindaedje e l' aisse di " +#~ "minaedje di KDE, tot tchoezixhant Rantoele -> Preferinces." + #~ msgid "Is &executable" #~ msgstr "Est &enondåve" @@ -8367,12 +8742,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Prémetou sicret:" -#, fuzzy -#~| msgid "Default" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Prémetou" - #, fuzzy #~| msgid "%1 (%2)" #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" @@ -8458,11 +8827,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Dji n' sai candjî l' prôpietaire po %1." -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "Ac&laper %1 fitchî" -#~ msgstr[1] "Ac&laper %1 fitchîs" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "Ac&laper %1 hårdêye" @@ -8588,11 +8952,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Li scrijhaedje dins %1 n' est nén sopoirté." -#, fuzzy -#~| msgid "Device name" -#~ msgid "File name:" -#~ msgstr "No d' l' éndjine" - #~ msgid "&Use cache" #~ msgstr "Eployî m&uchete" @@ -8736,9 +9095,6 @@ msgstr "" #~ msgid "Read only" #~ msgstr "Lére seulmint" -#~ msgid "File system:" -#~ msgstr "Sistinme di fitchîs:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Pont di montaedje (/mnt/floppy ):" @@ -9072,9 +9428,6 @@ msgstr "" #~ msgid "Do not &close when command exits" #~ msgstr "Èn nén &clore cwand l' comande finixh" -#~ msgid "&Username:" -#~ msgstr "No d' &uzeu:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9090,9 +9443,6 @@ msgstr "" #~ "Nén capåbe d' enonder l' siervice d' apougnaedje des coûkes.\n" #~ "Vos såroz nén manaedjî les coûkes ki sont wårdés so vosse copiutrece." -#~ msgid "Open with:" -#~ msgstr "Drovi avou:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/xh/kio6.po b/local/recipes/kde/kf6-kio/source/po/xh/kio6.po index 85f0223b52..ce8fbfe7fa 100644 --- a/local/recipes/kde/kf6-kio/source/po/xh/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/xh/kio6.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2002-11-04 09:22SAST\n" "Last-Translator: Lwandle Mgidlana \n" "Language-Team: Xhosa \n" @@ -35,12 +35,12 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "lwandle@translate.org.za" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format msgid "Could not modify the ownership of file %1" msgstr "Ayinakutshintsha iimvumelwano ze %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -49,13 +49,13 @@ msgstr "" "Ayinakuguqula kancinane umnini wefayile%1.Awunamvume zaneleyo " "zokwenza utshintsho kwifayile." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Ayikwazi ukwenza i io-slave: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -70,7 +70,7 @@ msgstr "" "Ayinakwenza ikhonkco eline symlink %1.\n" "Nceda khangela iimvumelwano." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -80,7 +80,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -90,23 +90,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, fuzzy, kde-format msgid "Folder Already Exists" msgstr "Ifayile Sele Ikhona" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Ifayile Sele Ikhona" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, fuzzy, kde-format msgid "Already Exists as Folder" msgstr "Isilawulo Sele Sikhona" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format msgid "Trash" msgstr "Umonakalo" @@ -199,199 +199,102 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1" -#: core/job.cpp:97 +#: core/job.cpp:104 #, fuzzy, kde-format #| msgid "Moving" msgctxt "@title job" msgid "Moving" msgstr "Iyashukuma" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, fuzzy, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Imvelaphi:" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, fuzzy, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Indawo ephelela kuyo:" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "&Yinike igama kwakhona" -#: core/job.cpp:113 +#: core/job.cpp:120 #, fuzzy, kde-format #| msgid "Copying" msgctxt "@title job" msgid "Copying" msgstr "Iyakhuphela" -#: core/job.cpp:121 +#: core/job.cpp:128 #, fuzzy, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Yenza ulawulo" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "" -#: core/job.cpp:128 +#: core/job.cpp:135 #, fuzzy, kde-format msgctxt "@title job" msgid "Deleting" msgstr " (Iyacima)" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, fuzzy, kde-format msgid "File" msgstr "&Isihluzo:" -#: core/job.cpp:135 +#: core/job.cpp:142 #, fuzzy, kde-format #| msgid "Examining" msgctxt "@title job" msgid "Examining" msgstr "Iyaxilonga" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format #| msgid "Mounting" msgctxt "@title job" msgid "Mounting" msgstr "Iyanyusa" -#: core/job.cpp:149 +#: core/job.cpp:156 #, fuzzy, kde-format msgid "Device" msgstr "Icebo:" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, fuzzy, kde-format msgid "Mountpoint" msgstr "Incopho yonyuso:" -#: core/job.cpp:154 +#: core/job.cpp:161 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@title job" msgid "Unmounting" msgstr "Ayinyuki" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Zonke Iifayile" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Cima Iifayile" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -msgid "Create Folder" -msgstr "Ayinakwenza Umngxuma" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -msgid "Move Items" -msgstr "Yiya kwi %1" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "&Yinike igama kwakhona" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "Ayikwazanha Ukwenza Ikhonkco Elinophawu" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, fuzzy, kde-format msgid "Could not read %1." @@ -822,6 +725,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -836,68 +744,68 @@ msgstr "" "%2\n" "Nceda thumela ingxelo epheleleyo yegciwane kwi http://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info url" msgid "(unknown)" msgstr "(engaziwayo)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

            %1

            %2

            " msgstr "" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, fuzzy, kde-format msgid "Technical reason: " msgstr "Isizathu Esinzima:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format msgid "Details of the request:" msgstr "

            Incukaca Zesicelo:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

            • URL: %1
            • " msgid "
            • URL: %1
            • " msgstr "

              • URL: %1
              • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
              • Protocol: %1
              • " msgstr "
              • Umthetho: %1
              • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format msgid "
              • Date and time: %1
              • " msgstr "
              • Umhla Nexhesha: %1" -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format msgid "
              • Additional information: %1
              • " msgstr "
              • Iinketho Ezongezelelweyo: %1" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format msgid "Possible causes:" msgstr "

                Izizathu Ezinokwenzeka:

                • " -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format msgid "Possible solutions:" msgstr "

                  Izizathu Ezinokwenzeka:

                  • " -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info protocol" msgid "(unknown)" msgstr "(engaziwayo)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -906,17 +814,17 @@ msgstr "" "Xumana nomxasi we khomputha nendlela yakho ukuba indlela yakho okanye uxaso " "olunzima xa ufuna uncedo olunzulu." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Xumana nomphati womncedisi xa ufuna uncedo olunzulu." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Khangela unikezelo lwemvume kwelicebo." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -925,7 +833,7 @@ msgstr "" "Unikezela kwakho lwe mvumelwano lungaba alwanelanga ukwenza i operation kule " "licebo." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -933,7 +841,7 @@ msgstr "" "Ifayili ingaba iyasebenziseka (inoba itshixiwe) ngomye umsebenzisi okanye " "isicelo" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -942,17 +850,17 @@ msgstr "" "Khangela ukuqinisekisa ukuba asikho esinye isicelo okanye umsebenzisi " "usebenzisa ifayile okanye otshixe ifayile." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "Nangona ingenokwenzeka, impazamo yempahla yentsimbi inoba yenzekile." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Inokuba udibane negciwane kudweliso lwenkqubo." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -961,7 +869,7 @@ msgstr "" "Inokuba yenzwe ligciwane kudweliso lwenkqubo. Kucelwa ukuba ufakelele ucazo " "lwe gciwane olupheleleyo njengokucaziweyo." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -970,7 +878,7 @@ msgstr "" "Yenza butsha isoftware ukuvavanya udidi olutsha. Unikezelo lwakho lufanele " "ukunika izixhobo zokugqiba izixhobo zakho ze khomputha." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -998,12 +906,12 @@ msgstr "" "akunjalo, qaphela ezinkcukacha ezinikelwe ngentla uziquke kwingxelo yakho " "yegciwane kunye nezinye iinkcukacha ezininzi ocinga ukuba zingaluncedo kuwe." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Kungaba kwenzeke ingxaki kudibaniselwana lomsebenzisi lwomnatha wakho." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1012,49 +920,49 @@ msgstr "" "Inokuba bekukho ingxaki nomsebenzisi womnatha. Ukuba sowufumana i Internet " "ungenazinxaki ayinokwenzeka lento." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "Inokuba bekukho ingxaki kwenyeindawo ecaleni komncedisi ne khomputha." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Zama kwakhona, ngoku okanye emva kwethutyana." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Imposiso yomthetho okanye kubekhona ukungahambiselani." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Qinisekisa ukuba icebo likona, uzame kwakona." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "Ulawulo olukhankanyiweyo lunokungabikho." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "Qinisekisa ukuba ungenise indawo eyiyo uzame kwakhona." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Qinisekisa udidi lomdibaniso womnatha wako." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Ayinakuyivula Ifayile Yokuphinda Umva Xa Kubhalwa" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, fuzzy, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 ayifumanekanga, ngokuba ukufundwa kwe access ayifumanekanga." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, fuzzy, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "Awunakuba namvume yokufunda lefayile okanye ukuvula ulawulo." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Ayinakuvula Cebo Lokubhala" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1083,18 +991,18 @@ msgstr "" "njengokuba kuceliwe, ngenxa yokuba ukunikezela kwe mvume yoku bala " "ayifumanekanga." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Ayikwazanga Ukuqala i %1 Umthetho" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Ayikwazi Ukuqala Inkqubela" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 umthetho " "ayikwazanga ukuqalwa. Idla ngokwenziwa zizizathu ezinzima." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1120,12 +1028,12 @@ msgstr "" "udweliso lwenkqubo ingahimbiselani noguqulelo lomsebenzi lwangoku kwaye oku " "kungenza ingakwaizi ukuqalisa." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Imposiso Yangaphakathi" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 " "umthetho uchaze imposiso yangaphakathi." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, fuzzy, kde-format msgid "Improperly Formatted URL" msgstr "URL Eyenziwe kakubi Formatted" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, fuzzy, kde-format msgid "" "The Uniform Resource Lprotocol://umsebenzi@password.example.org:port/directory/" "filename.extension?qu ery=ixabiso" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Umthetho Ongaxhaswanga %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1167,12 +1075,12 @@ msgstr "" "Umthetho %1 ayixaswanga ludweliso lwenkqubo lwe KDE esele " "ifakiwe kule khompyutha." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Umthetho oceliweyo unokungaxhaswa." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1181,7 +1089,7 @@ msgstr "" "Iinguqulelo %1 zomthetho ezixhaswe yile khompyutha kunye nomncedisi " "zingangahambelani." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, fuzzy, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1193,17 +1101,17 @@ msgstr "" "href=\"http://apps.kde.com/\">http://apps.kde.com/ ne http://freshmeat.net/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL Ayibekisanga Kwicebo." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Umthetho Sisihluzo Somthetho" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LEfanayoIceboI ndawo (URL) " "oyifakileyo ayibekisa kweyona ndawo." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1225,12 +1133,12 @@ msgstr "" "ayiyo enye yezimeko. Esi sisiganeko esingaqhelekanga, kwaye ingabonisa " "impazamo yomdwelisi wenkqubo." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Intshukumo Engaxhaswanga: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1239,7 +1147,7 @@ msgstr "" "Intshukumo eceliweyo ayixhaswanga ludweliso lwenkqubo lwe KDE efakelela " "%1 umthetho." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1250,17 +1158,17 @@ msgstr "" "lingakunika ulwazi olongezelekilkeyo oluninzi kunolukoyo ouninzi " "kunolufumanekayo kulwakhiwo lwegalelo/imveiso." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Uzama ukufumana enye indlela yokwenza isiphumo esifanayo." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Ifayile Ilindelekile" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, fuzzy, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1269,17 +1177,17 @@ msgstr "" "Isicelo besilindele ukubuyisa ifayili kodwa isilawuli %1 " "siyesabuyiselwa." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Inokuba kukhona impazamo kwicala lomncedisi." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, fuzzy, kde-format msgid "Folder Expected" msgstr "Ifayile Ilindelekile" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, fuzzy, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1288,17 +1196,17 @@ msgstr "" "Isicelo silindele ukubuyisa Isilawulo kodwa ifayile %1 " "ubuyiselwe." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, fuzzy, kde-format msgid "File or Folder Does Not Exist" msgstr "Ifayile okanye Ulawulo Alusekho" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, fuzzy, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Ifayile okanye ulawulo %1 ayikho." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1307,24 +1215,24 @@ msgstr "" "Isicelo sefayile asikwazanga kwenziwa ngokuba ifayile enegama elifanayo sele " "ikhona." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "" "Zama ukuhambisa ifayile esele ikhona iphune endleleni phambi kokuba, uzame " "kwakhona." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Cima ifayle yangoku uzame kwakona." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Khetha igama lefayile elihambiselanayo lefayile entsha." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, fuzzy, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1333,29 +1241,29 @@ msgstr "" "Isicelo sefayile asikwazanga kwenziwa ngokuba ifayile enegama elifanayo sele " "ikhona." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, fuzzy, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "" "Zama ukuhambisa ifayile esele ikhona iphune endleleni phambi kokuba, uzame " "kwakhona." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, fuzzy, kde-format msgid "Delete the current folder and try again." msgstr "Cima ifayle yangoku uzame kwakona." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, fuzzy, kde-format msgid "Choose an alternate name for the new folder." msgstr "Khetha igama lefayile elihambiselanayo lefayile entsha." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Umamkeli Ongaziwayo" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1364,7 +1272,7 @@ msgstr "" "Impazamo yomamkeli ongaziwayo ubonisa ukuba umncedisi onegama eliceliweyo, " "%1, akawazanga ukufumaneka kwi Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1372,28 +1280,28 @@ msgstr "" "Eligama olichethezileyo, %1, linokungabikho: inokuba lichwethezwe ngendlela " "engeyiyo." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Unikezelo Alwamkelekanga" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Unikezelo alwamkelekanga kwicebo elichaziweyo, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Inokuba uniklezele iinkcukaca ezingalunganga okanye awufakanga nanye." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Iakhawunti yakho inokuba ayinazivumelwano zokunikela icebo elichaziweyo." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1402,12 +1310,12 @@ msgstr "" "Zama kwakhona isicelo uqinisekise ukuba iinkcukacha zakho zobubhali " "zingeniswe ngendlela." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Unikezelo Alwamkelekanganga" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1415,12 +1323,12 @@ msgid "" msgstr "" "Lento itheta ukuba inzamo yokubhala kwifayile %1 irhoxisiwe." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, fuzzy, kde-format msgid "Unable to Enter Folder" msgstr "Ayikwazanga Ukufaka Ulawulo" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, fuzzy, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1429,17 +1337,17 @@ msgstr "" "Inokuba ngelaxesha uzama ukufaka (kwamanye amazwi, ukuvula) isicelo " "isilawulo %1 irhoxisiwe." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, fuzzy, kde-format msgid "Folder Listing Unavailable" msgstr "Ulawulo Lobhaliso Alufumaneki" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Umthetho %1 Aliyondlela yefayile" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, fuzzy, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1449,12 +1357,12 @@ msgstr "" "Lento ithetha ukuba isicelo senziwe isicelo esifuna ukucaza umpakati " "wolawulo, nodwelo lwe KDE oluxhasa iprotocol ayikwazi ukwenza njalo." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Kubhaqwe Ikhonco Elijikelezayo" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, fuzzy, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1468,7 +1376,7 @@ msgstr "" "kukuthi. ifayile ibe (inokuba kwindlela engabonakaliyo) idityaniselwe " "kwakuyo." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1477,27 +1385,27 @@ msgstr "" "Cima indawo enye yomtya ukuze ingabangeli umtya ongapheliyo, uphinde uzame " "kwakhona." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Isicelo Silahlwe Ngumsebenzisi" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Isicelo asigqitywanga kuba silahliwe." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Zama isicelo kwakhona." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Ikhonkco Elibujikelele Libonakele Ngexesha Kukhutshelwa" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, fuzzy, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1511,17 +1419,17 @@ msgstr "" "engenasiphelo - oku kuthetha ukuba. fayile ibe yi (inokuba kwindlela " "enokwenzeka) ekhonkcwe kwisiqu sayo." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Ayikwazanga Ukwenza Indibaniselwano Zomsenenzi womnatha" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Ayinakwenza Umngxuma" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1530,8 +1438,8 @@ msgstr "" "Lena yimpazamo enzima apho icebo lomsebenzisi uthungelwano (isocket) " "ayikwazanga ukwenzeka." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1540,12 +1448,12 @@ msgstr "" "Umsebenzisi womnatha inokuba ufakwe kokungalunganga, okanye umsebenzisi " "womnatha awenziwanga." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Udibaniso Kumncedisi Lwaliwe" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1554,7 +1462,7 @@ msgstr "" "Umncedisi %1 yalile ukuvumela le khompyutha yenze " "unxulumano." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1563,7 +1471,7 @@ msgstr "" "Umncedisi, ngexesha lonxulumano kwi Internet, isenokungaqwalaselwa ukuvumela " "izicelo." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1572,7 +1480,7 @@ msgstr "" "Umncedisi, ngexesha isanxulumane kwi Internet, isonokungasebenzisi inkonzo " "eceliweyo (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1583,12 +1491,12 @@ msgstr "" "ukukhusela umsebenzi womnatha okanye umncedisi womsebensi womnatha, inokuba " "ungenelele, ukuvimbela esicelo." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Uxulumano Kumncedisi Uvalwe Ngokungalindelanga" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1597,7 +1505,7 @@ msgstr "" "Nangona uxumano lufumanekile kwi %1 , uxumano luvaliwe " "endaweni kwincopho yoxumano engalindelekanga." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1606,17 +1514,17 @@ msgstr "" "Kunokuba kwenzeke imposiso yemithetho elandelwayo, ebangela umncedisi avale " "uxulumano njebgenpendulo yemposiso." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, fuzzy, kde-format msgid "URL Resource Invalid" msgstr "URL Icebo Elingasebenziyo." -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Umthetho olandelwayo %1 ayisosihluzi Somthetho olandelwayo" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1640,17 +1548,17 @@ msgstr "" "umthetho olandelwayo akakwazi ukwenza intshukumo enje. Esi sisenzakalo " "esingaqhelekanga, inokuba sikombisa impazamo yomdwelisi wenkqubo." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Ayikwazanga Uku bala igama lokuqala Langapakathi/Icebo Langaphandle" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Ayikwazanga Ukunyusa Icebo" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1659,7 +1567,7 @@ msgstr "" "Icicelo secebo asikwazanga ukufakwa (\"inyusiwe\"). Ecaziweyo imposiso ibe " "yi: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1670,7 +1578,7 @@ msgstr "" "elisusekayo (i.e. akukho CD-ROM kwi CD drive), okanye xa iyi peripheral/" "portable device, icebo inokuba alidityaniswanga." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1681,7 +1589,7 @@ msgstr "" "Unix kamanye, amaxesha amaninzi umphathi wendlela yokusebenza ufuna ukunika " "icebo inani." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1691,17 +1599,17 @@ msgstr "" "umphakathi, kwaye namacebo aphathekayo kufuneka adityaniswe anikwe amandla.; " "uzame kwakhona." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Ayikwazi Ukuyekela Ingeniso/Imveliso Yecebo" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Ayinakwehlisa Icebo" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1710,7 +1618,7 @@ msgstr "" "Icebo eliceliweyo alikwazanga ukungabaliswa (\"enganyuswanga\"). Impazamo " "echaziweyo ibe yi: %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1721,7 +1629,7 @@ msgstr "" "umsebenzisi. Nezinto ezifana nokubane umkhangeli zincwadi ze window " "ezikwindawo kwelicebo ungabangela icebo lisebenziswe." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1732,17 +1640,17 @@ msgstr "" "yokusebenza ye Unix, amalungelo omphathi wendlela yokusebenza afuneka " "ngamanye amaxesha ukubalisa icebo." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "Khangela ukuba akukho zicelo ezisafunwa isicelo, uzame kwakhona." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Ayikwazi Ukufunda Kweli cebo" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1751,17 +1659,17 @@ msgstr "" "Lonto itetha ukuba nangona icebo, %1, iye yakwazi " "ukuvuleka, imposiso yenzekile ngelaxesha lofundo lwemixholo lwecebo." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Awunazimvumelwano zokufunda kwelicelo." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Ayikwazanga Ukubhala Kwicebo" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1770,22 +1678,22 @@ msgstr "" "Oku kuthetha ukuba nangona icebo, %1,belikwazi ukuvuleka, " "imposiso yenzekile ngexesha ibhalela icebo." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Awunazimvumelwano zokubhalalela kwelicebo." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Ayinakumamela Uxulumano Lomsebenzi weminatha" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ayinaku Bophelela" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1796,17 +1704,17 @@ msgstr "" "woxulumano (umngxuma) ayikwazanga ukufunyanwa ukumamela umsebenzi womnatha " "woxulumano." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ayinakumamela" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Ayinakwamkela Uxulumano Womsebenzi womnatha" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1815,34 +1723,34 @@ msgstr "" "Lena yimposiso yobuchwephetshe apho imposiso yenzekile ngexesha izama " "ukufumana umsebenzi womnatha ongenayo." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Awunazimvumelwano zokwamkela uxulumano." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ayinakungenisa Igama elithile: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" "Umzamo wokuzama ukufaka igama elithile lokwenza isicelo belingaphumelelanga." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Ayikwazanga Ukucaza Icebo Lendawo engatshinthsiyo" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Ayinakuqala Icebo" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1851,68 +1759,68 @@ msgstr "" "Umzamo wokuchaza ulwazi malunga nemeko yecebo %1, njenge " "gama, udidi, ubungakanani, njalo njalo., iphumelele." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Olu lawulo lunokuba khange libekhona okanye asifumaneki." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Ayinakurhoxisa Udweliso" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Yenza oku kubelixwebhu" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, fuzzy, kde-format msgid "Could Not Create Folder" msgstr "Ayinakwenza Umngxuma" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, fuzzy, kde-format msgid "An attempt to create the requested folder failed." msgstr "Uzamo lokwenza isilawulo esiceliweyo asiphumelelanga." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, fuzzy, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Indawo apho bekumele senziwe kuyo isilawulo inokuba asikho." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, fuzzy, kde-format msgid "Could Not Remove Folder" msgstr "Ayinakususa Ulawulo" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, fuzzy, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Umzamo wokususa ulawulo, %1, ayiphumelelanga." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, fuzzy, kde-format msgid "The specified folder may not exist." msgstr "Isilawulo esichaziweyo inokuba asikho." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, fuzzy, kde-format msgid "The specified folder may not be empty." msgstr "Ulawulo olucaziweyo inokuba alunanto." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, fuzzy, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Qinisekisa ukuba icebo likhona kwaye anilanto, uzame kwakhona." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Ayinakuqhubeka Nogqhithiso Lwefayile" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1921,35 +1829,35 @@ msgstr "" "Ucelo olukhetiweyo lucele ukuhamiswa kwefayile %1 linga " "qhubeka ngexesha elithile. Oku beku ngenzeki." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Umthetho olandelwayo, okanye umncedisi, inokungaxhasi uqhubekeko lwefayile." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Phinda isicelo ngaphandle kokuzama ukuphindo lonikezelo." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Ayinakuyinika Icebo Igama kwakhona" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "Umzamo wokunika igama kwakhona icelo elikethiweyo %1 " "elingaphumelelanga." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Ayinakutshintsha Iimvumelwano Zecebo" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1 " "aliphumelelanga." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, fuzzy, kde-format #| msgid "Could Not Alter Permissions of Resource" msgid "Could Not Change Ownership of Resource" msgstr "Ayinakutshintsha Iimvumelwano Zecebo" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, fuzzy, kde-format #| msgid "" #| "An attempt to alter the permissions on the specified resource %1%1 " "aliphumelelanga." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Ayinakuyicima Icebo" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Umzamo wokucima icebo elithile %1 aliphumelelanga." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Ulahlo Lodweliso lwenkqubo Olungalindelekanga" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 umthetho olandelwayo upheliswe ngokungalindelekanga." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Iphelelwe Yinkumbulo" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol umthetho olandelwayo akakwazanga ukufumana inkumbulo " "efunekayo yokuqubeka. " -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Ongaziwayo Umamkeli Womntu onegunya lokusebenzela omnye umntu" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1http://bugs.kde.org/" @@ -2077,17 +1985,17 @@ msgstr "" "Nceda fayila igciwane kwi http://bugs.kde." "org/ ukwazisa iqela le KDE ngendlela yobubhali engaxhaswanga." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Izicelo Zilahliwe" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Imposiso Yangaphakathi Yomncedi" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, fuzzy, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2096,7 +2004,7 @@ msgstr "" "Indlela yokusebenza kumncedisi enikezela unikezelo kwi %1 " "umthetho olandelwayo uchaze imposiso yangaphakathi: %0." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2105,12 +2013,12 @@ msgstr "" "Inokuba yenziwe ligciwane kwi program yomncedisi. Nceda faka uchazo " "lwegciwaneolupeleleyo njengokuchazwe ngasezantsi." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Xumana nomphati womncedisi ukubaxelela ingxaki." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, fuzzy, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2119,47 +2027,29 @@ msgstr "" "Ukuba uyabazi ababhali bomncedisi wesxhobo se khompyutha, bafakela uchazo " "lwegcwane ngqo." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Imposiso Yexesha lokuphumla" -#: core/job_error.cpp:1099 -#, fuzzy, kde-format -#| msgid "" -#| "Although contact was made with the server, a response was not received " -#| "within the amount of time allocated for the request as follows:" -#| "
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -#| "for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -#| "servers: %3 seconds
                    Please note that you can alter these timeout " -#| "settings in the KDE Control Center, by selecting Network -> Preferences." +#: core/job_error.cpp:1102 +#, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                    • Timeout for establishing a connection: %1 seconds
                    • Timeout " -"for receiving a response: %2 seconds
                    • Timeout for accessing proxy " -"servers: %3 seconds
                    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Nangona uxumano lwenziwe nomncedisi,impendulo ayifumanekanga ngelaxesha " -"elinikezelweyo lesicelo:
                    • Ukuphelelwa lixesha lokufumana " -"indibaniselwano: %1 imizuzwana
                    • Ukuphelelwa lixesha lwempendulo: %2 " -"seconds
                    • Ukuphelelwa lixesha lokufumana abancedisi beproxy: %3 " -"imizuzwana
                    Qapela uyakwazi ukutshintsha ezizicwangciso Kumbindi " -"Wolawulo we KDE, ngokukhetha Umsebenzi womnatha -> Ezikhethwayo. " -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Umncedisi ebexakekile ephendulela ezinye izicelo." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Imposiso Engaziwayo" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 umthetho olandelwayo ochaze imposiso engaziwayo: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Uphazamiso Olungaziwayo" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 umthetho " "olandelwayo uchaze urhoxiso lohlobo olungaziwayo: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Ayinakuyicima Ifayile Yoqobo" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2197,12 +2087,12 @@ msgstr "" "Ulwenzo oluceliweyo lufune ucimo lwe fayile yokuqala, inokuba ekupeleni kwe " "fayile. Ifayile yoqobo %1ayicimekanga." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Ayinakuyicima Ifayile Yomzuzwana" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2213,12 +2103,12 @@ msgstr "" "ifayile entsha ngexesha lolayisho. Ifayile yexeshana %1ayicimekanga." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Ayinakuyinika Ifayile Igama kwakhona" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2228,12 +2118,12 @@ msgstr "" "eshiyekileyo %1, nangona ingakwazanga ukunikwa igama " "elitsha." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Ayinakuyinika Ifayile Yetutyana Igama kwakhona" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2242,32 +2132,32 @@ msgstr "" "Umsebenzi ucele ukuba wenze ifayile yethubana %1, kodwa " "ayenzekanga." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Ayikwazanga Ukwenza Ikhonkco" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Ayikwazanha Ukwenza Ikhonkco Elinophawu" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Ikhonco lophawu olicelileyo %1 alikwazanga ukwenzeka." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Akukho mxholo" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Idiski Igcwele" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2276,7 +2166,7 @@ msgstr "" "Ifayile eceliweyo %1 aybhalekanga ngokuba akukho sithuba " "esaneleyo kwi diski." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2287,12 +2177,12 @@ msgstr "" "okanye ezexeshana; 2) ugcino lwefayile kumphati osusekayo wogcino njenge CD " "Recordable diski; okanye 3) ufumane indawo yokugcina enintsi." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Imvelaphi kunye Nendawo yesiphelo Zeefayile Ezifanayo" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2301,17 +2191,17 @@ msgstr "" "Imvelaphi ayikwazanga ukugqitywa ngokuba imvelaphi nendawo yesiphelo " "yeefayile ezinye." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, fuzzy, kde-format msgid "Choose a different filename for the destination file." msgstr "Kheta igama lefayile elihlukileyo lendawo yesiphelo yefayile." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, fuzzy, kde-format msgid "File or Folder dropped onto itself" msgstr "Ifayile okanye Ulawulo Alusekho" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2323,17 +2213,17 @@ msgstr "" "Imvelaphi ayikwazanga ukugqitywa ngokuba imvelaphi nendawo yesiphelo " "yeefayile ezinye." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, fuzzy, kde-format msgid "Drop the item into a different file or folder." msgstr "Khupela leyo fayili okanye ulawulo" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, fuzzy, kde-format msgid "Folder moved into itself" msgstr "Ifayile okanye Ulawulo Alusekho" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2345,17 +2235,17 @@ msgstr "" "Imvelaphi ayikwazanga ukugqitywa ngokuba imvelaphi nendawo yesiphelo " "yeefayile ezinye." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, fuzzy, kde-format msgid "Move the item into a different folder." msgstr "Khupela leyo fayili okanye ulawulo" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, fuzzy, kde-format #| msgid "" #| "The operation could not be completed because the source and destination " @@ -2367,23 +2257,23 @@ msgstr "" "Imvelaphi ayikwazanga ukugqitywa ngokuba imvelaphi nendawo yesiphelo " "yeefayile ezinye." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Ayikwazanga Ukuqala i %1 Umthetho" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to Create KIO Worker" msgstr "Ayikwazi ukwenza i io-slave: %1" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1%1 umthetho " "ayikwazanga ukuqalwa. Idla ngokwenziwa zizizathu ezinzima." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " "This means you may have an outdated version of the plugin." msgstr "" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2417,37 +2307,37 @@ msgid "" "destination filesystem does not support files that large" msgstr "" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Impazamo Engababhalwanga" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, fuzzy, kde-format #| msgid "Symbolic Link" msgid "(Symbolic Link to %1)" msgstr "Ikhonkco olunophawu" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, fuzzy, kde-format msgid "(%1, Link to %2)" msgstr "Ikhonkco kwi %1" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, fuzzy, kde-format #| msgid "Points to:" msgid " (Points to %1)" msgstr "Yalatha kwi:" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2456,25 +2346,25 @@ msgstr "" "URL Eyenziwe kakubi\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2482,93 +2372,93 @@ msgid "" "executable program." msgstr "" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, fuzzy, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Uvulo lodibaniso aluxhaswanga ngomthetho olandelwayo %1" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, fuzzy, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Uvulo lodibaniso aluxhaswanga ngomthetho olandelwayo %1" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, fuzzy, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Ukunikeza iifayile aluxhaswa ngomthetho olandelwayo %1" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, fuzzy, kde-format msgid "Writing to %1 is not supported." msgstr "Ukubhalo kwi %1 akuxhaswanga" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, fuzzy, kde-format msgid "There are no special actions available for protocol %1." msgstr "Akukho ntshukumo ezikhethekileyo ezifumaneka kumthetho olandelwayo %1" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, fuzzy, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Ukudweliso lwabalawuli aluxhaselwanga umthetho olandelwayo %1" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, fuzzy, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Ukufumana kwakhona i data evela kwi %1 akuxhaswanga" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, fuzzy, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Ukufumana kwakhona i data evela kwi %1 akuxhaswanga" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, fuzzy, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "" "Ukunika igama kwakhona okanye ukususa iifayile ngaphakathi %1 akuxhaswanga" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, fuzzy, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Ukwenza i symlinks akuxhaswanga ngomthetho olandelwayo %1" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, fuzzy, kde-format msgid "Copying files within %1 is not supported." msgstr "Ukukhuphela iifayile ngapakhathi kwi %1 akuxhaswanga" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, fuzzy, kde-format msgid "Deleting files from %1 is not supported." msgstr "Ukucima iifayile kwi %1 akuxhaswanga" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, fuzzy, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Ukwenza abalawuli akuxhaswanga ngomthetho olandelwayo %1" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, fuzzy, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Ukutshintsha iziphumo zeefayile akuxhaswanga nge protocol %1" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, fuzzy, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Ukutshintsha iziphumo zeefayile akuxhaswanga nge protocol %1" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, fuzzy, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Ukwenza abalawuli akuxhaswanga ngomthetho olandelwayo %1" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, fuzzy, kde-format msgid "Protocol %1 does not support action %2." msgstr "Umthetho %1 awuxhaswanga." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2577,325 +2467,346 @@ msgid "" "have permission to modify it at %2." msgstr "" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, fuzzy, kde-format msgid "Unknown protocol '%1'." msgstr "Umthetho olandelwayo ongaziwayo '%1'.\n" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find a KIO worker for protocol '%1'." msgstr "Ayinakuyifumana i io-slave umthetho olandelwayo '%1'." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" + +#: core/worker.cpp:377 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "Ayinakuyifumana i io-slave umthetho olandelwayo '%1'." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, fuzzy, kde-format #| msgid "Can not find io-slave for protocol '%1'." msgid "Can not find 'kioworker' executable at '%1'" msgstr "Ayinakuyifumana i io-slave umthetho olandelwayo '%1'." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Iinkcukacha" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Okokoko" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Qhu&bekeka" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, fuzzy, kde-format #| msgid "&Current Sessions Only" msgid "&Current Session only" msgstr "&Iintlanganiso Zangoku Kuphela" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, fuzzy, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Ayinakwenza Umngxuma" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Ayinakwenza Umngxuma" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, fuzzy, kde-format msgid "You did not select a file to delete." msgstr "Awukhethanga fayile eza kucinywa." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, fuzzy, kde-format msgid "Nothing to Delete" msgstr "Akukho nto eza kucinywa" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "You did not select a file to trash." msgstr "Awukhethanga fayile eza kucinywa." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, fuzzy, kde-format msgid "Nothing to Trash" msgstr "Akukho nto Yokwenza" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, fuzzy, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Ulawulo olukhankanyiweyo alukho okanye aluzange lufundeke." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, fuzzy, kde-format msgid "Parent Folder" msgstr "Cima Ifayile" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, fuzzy, kde-format msgid "Home Folder" msgstr "Ifowuni Yasekhaya" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, fuzzy, kde-format msgid "Reload" msgstr "Funda" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, fuzzy, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Incwadi enenkcukacha Entsha:" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, fuzzy, kde-format msgid "Move to Trash" msgstr "Yiya kwi %1" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, fuzzy, kde-format msgid "Delete" msgstr "Iyacima" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Ubeko kakuhle" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, fuzzy, kde-format msgid "Sort by Name" msgstr "Igama lenxuwa/Igama lethambeka" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, fuzzy, kde-format #| msgid "Short View" msgid "Sort by Size" msgstr "Imboniselo Emfutshane" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, fuzzy, kde-format #| msgid "By Date" msgid "Sort by Date" msgstr "Ngomhla" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, fuzzy, kde-format msgid "Sort by Type" msgstr "Udidi lomshicileli:" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, fuzzy, kde-format msgid "Ascending" msgstr " (Iyacima)" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, fuzzy, kde-format msgid "Descending" msgstr " (Iyacima)" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, fuzzy, kde-format msgid "Folders First" msgstr "Abalawuli Kuqala" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, fuzzy, kde-format #| msgid "Show Hidden Files" msgid "Hidden Files Last" msgstr "Bonisa Iifayile Ezifihlakeleyo" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, fuzzy, kde-format #| msgid "Short View" msgid "Icons View" msgstr "Imboniselo Emfutshane" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, fuzzy, kde-format #| msgid "Short View" msgid "Compact View" msgstr "Imboniselo Emfutshane" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Details View" msgstr "Imboniselo Enenkcukacha" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, fuzzy, kde-format msgid "Above File Name" msgstr "Igama lefayile Yobulali" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Imboniselo Emfutshane" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Imboniselo Enenkcukacha" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Tree View" msgstr "Imboniselo Enenkcukacha" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, fuzzy, kde-format #| msgid "Detailed View" msgid "Detailed Tree View" msgstr "Imboniselo Enenkcukacha" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Bonisa Iifayile Ezifihlakeleyo" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, fuzzy, kde-format #| msgid "Show Preview" msgid "Show Preview Panel" msgstr "Bonisa Imboniso yakuqala" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Bonisa Imboniso yakuqala" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, fuzzy, kde-format msgid "Properties" msgstr "Izinto zobumnini ze%1" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, fuzzy, kde-format msgid "&View Mode" msgstr "&Imboniso" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "" -#: filewidgets/kdiroperator.cpp:2299 -#, fuzzy, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Abalawuli Kuqala" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, fuzzy, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Abalawuli Kuqala" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, fuzzy, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Abalawuli Kuqala" + +#: filewidgets/kdiroperator.cpp:2397 #, fuzzy, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Abalawuli Kuqala" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, fuzzy, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Abalawuli Kuqala" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, fuzzy, kde-format #| msgid "Loading" msgid "Encoding:" msgstr "Iyalayisha " +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, fuzzy, kde-format msgid "Open" msgstr "&Vula" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "" @@ -2945,42 +2856,42 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, fuzzy, kde-format #| msgid "*|All Files" msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Zonke Iifayile" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, fuzzy, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (ufako %2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, fuzzy, kde-format msgid "All Supported Files" msgstr "Zonke iifayile ezixhasiweyo" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, fuzzy, kde-format #| msgid "*|All Files" msgid "All Files" msgstr "*|Zonke Iifayile" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, fuzzy, kde-format msgid "Add Places Entry" msgstr "&Hlela Ungeniso..." -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, fuzzy, kde-format msgid "Edit Places Entry" msgstr "&Hlela Ungeniso..." -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, fuzzy, kde-format #| msgid "" #| "This is the text that will appear in the Quick Access panel.

                    The " @@ -2996,19 +2907,19 @@ msgstr "" "Olukawulezayo.

                    Uchazo kufuneka luqulathe igama elinye lamagama amabini " "azakuncedisa ukuba ukukhumbula ukuba elingeniso libhekisa kwintoni." -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, fuzzy, kde-format #| msgid "&Name:" msgid "L&abel:" msgstr "&Igama:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, fuzzy, kde-format #| msgid "Enter a description" msgid "Enter descriptive label here" msgstr "Ngenisa inkcazelo" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, fuzzy, kde-format #| msgid "" #| "This is the location associated with the entry. Any valid URL may be " @@ -3026,12 +2937,12 @@ msgstr "" "pub/kde/stable

                    Ngokunqakraza kwiqosha elisecaleni kwebhokisi yokuhlela " "umbhalo ungakhangela incwadi kwi URL eyiyo." -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Indawo ekuyo:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, fuzzy, kde-format #| msgid "" #| "This is the icon that will appear in the Quick Access panel.

                    Click " @@ -3043,17 +2954,17 @@ msgstr "" "Eli liqhosha lophawu lomafanekiso elizakubonakala kwi Quick Access panel." "

                    Nqakraza kwiqosha ukukhetha uphawu lomfanekiso." -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Khetha uphawu &lomfanekiso:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Bonisa kuphela xa usebenzisa esisicelo (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, fuzzy, kde-format #| msgid "" #| "Select this setting if you want this entry to show only when using " @@ -3068,200 +2979,206 @@ msgstr "" "isicelo sangoku (%1).

                    Ukuba esi sicwangciso asikhethwanga, ingeniso " "lizakufumaneka kuzozonke izicelo." -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, fuzzy, kde-format msgctxt "@item" msgid "Places" msgstr "Iphepha" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, fuzzy, kde-format msgctxt "@item" msgid "Remote" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, fuzzy, kde-format msgctxt "@item" msgid "Search For" msgstr "&Umncedisi:" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, fuzzy, kde-format #| msgid "Devices" msgctxt "@item" msgid "Devices" msgstr "Amacebo" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (ufako %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 #, fuzzy #| msgid "FIXME: Document this" msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "FIXME: Yenza oku kubelixwebhu" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Incwadi enenkcukacha Entsha:" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 #, fuzzy msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Umonakalo" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 #, fuzzy #| msgid "Delete Files" msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Cima Iifayile" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 #, fuzzy #| msgid "Location:" msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Indawo ekuyo:" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 #, fuzzy #| msgid "Modified:" msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Iguqulwe kancinane:" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, fuzzy, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ayinakufumana udweliso lwenkqubo '%1'" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, fuzzy, kde-format msgid "Only folders can be added to the Places panel." msgstr "Ifayile okanye ulawulo %1 ayisekho." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, fuzzy, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Tshintsha Inkqubo ye Cookie" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, fuzzy, kde-format #| msgid "Unmounting" msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Ayinyuki" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, fuzzy, kde-format #| msgid "Unmount" msgctxt "@action:inmenu" msgid "&Unmount" msgstr "Yehlisa" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, fuzzy, kde-format #| msgid "Eject" msgctxt "@action:inmenu" msgid "&Eject" msgstr "Khupha ngaphandle" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Ulawulo olukhankanyiweyo lunokungabikho." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -3271,18 +3188,18 @@ msgstr "" "Impazamo yenzekile ngexesha uzama uku %1, %2. Isishwakathelo sezizathu " "sanga phantsi.

                      " -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgid "An error occurred while accessing '%1'" msgstr "Imposiso engalindelekanga (%1) yenzekile ngexesha uzama ukulayisha %2." -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3293,102 +3210,102 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, fuzzy, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, fuzzy, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1/%2 (%3% esetyenzisiweyo)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Umonakalo" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, fuzzy, kde-format #| msgid "Mount" msgctxt "@action:inmenu" msgid "Mount" msgstr "Nyusa" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Vula Nge" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "&Yongeza Ungeniso..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, fuzzy, kde-format #| msgid "&Edit..." msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Hlela..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "&Susa Umngeno" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "&Yongeza Ungeniso..." -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, fuzzy, kde-format #| msgid "&Add Entry..." msgctxt "@item:inmenu" msgid "Hide Section" msgstr "&Yongeza Ungeniso..." -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, fuzzy, kde-format #| msgid "" #| "Show\n" @@ -3398,14 +3315,14 @@ msgstr "" "Bonisa\n" "Amangeno" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, fuzzy, kde-format #| msgid "Short View" msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Imboniselo Emfutshane" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, fuzzy, kde-format #| msgid "Auto &Detect" msgctxt "" @@ -3414,53 +3331,53 @@ msgctxt "" msgid "Auto Resize" msgstr "&Bhaqa Ngokuzenzekelayo" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, fuzzy, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "ubungakanani %1" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select one file" msgstr "Ungakhetha kuphela ifayile zobulali." -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format #| msgid "You can only select local files." msgid "You can only select local files" msgstr "Ungakhetha kuphela ifayile zobulali." -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, fuzzy, kde-format msgid "Remote files not accepted" msgstr "Iifayile Ezibekwe kude Azamkelwanga" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3471,48 +3388,23 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" - -#: filewidgets/kfilewidget.cpp:831 -#, fuzzy, kde-format -msgid "Files and folders selected" -msgstr "%1 yifayile, kodwa ulawulo belulindelekile." - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The file \"%1\" could not be found" msgstr "Ikhonco oluceliweyo elitsixiweyo alenzekanga.%1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, fuzzy, kde-format msgid "" "Click this button to enter the parent folder.

                      For instance, " @@ -3523,48 +3415,49 @@ msgstr "" "indawo yangoku yifayile:/home/%1 ukunqakraza eliqosha kuzakusa kwifayile:/" "home.
                      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Nqakraza eliqhosha ukuya ngasemva inyathelo elinye kwimbali yokhangelo " "lweencwadi." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Nqakraza eliqhosha ukuya phambili inqwanqwa elinye kwimbali yokhangelo " "zincwadi." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "Nqakraza eliqhosha ukulayisha kwakhona imixholo yendawo yangoku." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, fuzzy, kde-format msgid "Click this button to create a new folder." msgstr "Nqakraza eliqhosha ukwenza ulawulo olutsha." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, fuzzy, kde-format #| msgid "Show Quick Access Navigation Panel" msgid "Show Places Panel" msgstr "Bonisa lfestile yenkcukacha Yolawulo lwe Quick Access" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, fuzzy, kde-format -msgid "Show Bookmarks Button" -msgstr "Amanqaku eencwadi" +#| msgid "Show Hidden Files" +msgid "Show Quick Filter" +msgstr "Bonisa Iifayile Ezifihlakeleyo" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, fuzzy, kde-format #| msgid "Operation" msgid "Options" msgstr "Umsebenzi" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, fuzzy, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3580,12 +3473,12 @@ msgstr "" "Access
                    • iimboniselo zefayile
                    • eyahlula abalawuli kwifayile
                    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, fuzzy, kde-format msgid "Bookmarks" msgstr "Amanqaku eencwadi" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, fuzzy, kde-format #| msgid "" #| "This button allows you to bookmark specific locations. Click on this " @@ -3605,12 +3498,37 @@ msgstr "" "indawo kwi KDE." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Igama:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "&Yinike igama kwakhona" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "" + +#: filewidgets/kfilewidget.cpp:1397 +#, fuzzy, kde-format +msgid "Filter by name…" +msgstr "Icebo:" + +#: filewidgets/kfilewidget.cpp:1405 +#, fuzzy, kde-format +#| msgid "Show Hidden Files" +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Bonisa Iifayile Ezifihlakeleyo" + +#: filewidgets/kfilewidget.cpp:1454 #, fuzzy, kde-format #| msgid "" #| "

                    While typing in the text area, you may be presented with possible " @@ -3628,12 +3546,12 @@ msgstr "" "lasekunene nokukhetha indlela ekhethekileyo evela kwi Ugqibezelo " "Lombhalo menu." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, fuzzy, kde-format msgid "This is the name to save the file as." msgstr "

                    Eli ligama ozakugcina ifayile ngalo." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, fuzzy, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3642,75 +3560,79 @@ msgstr "" "Olu luluhlu lweefayile ezizakuvulwa. Kungakhankanywa iifayile " "esingaphezulu kwenye ngokudwelisa iifayile eziliqela, ezahlulwe ngezithuba." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, fuzzy, kde-format msgid "This is the name of the file to open." msgstr "Eli ligama lefayile ekufuneka ivulwe." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, fuzzy, kde-format msgctxt "@title:window" msgid "Places" msgstr "Iphepha" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, fuzzy, kde-format #| msgid "O&verwrite All" msgid "Overwrite File?" msgstr "B&hala ngaphezulu Kwento yonke" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Ungakhetha kuphela ifayile zobulali." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, fuzzy, kde-format msgid "Remote Files Not Accepted" msgstr "Iifayile Ezibekwe kude Azamkelwanga" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, fuzzy, kde-format msgid "All Folders" msgstr "*|Zonke Iifayile" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, fuzzy, kde-format +msgid "Current Directory: %1" +msgstr "Yenza ulawulo" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, fuzzy, kde-format msgid "&Open" msgstr "&Vula" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, fuzzy, kde-format msgid "the extension %1" msgstr "Inxutyelelaniswe kumamkeli %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, fuzzy, kde-format msgid "Automatically select filename e&xtension" msgstr "Sebenzisa usebenziso &lolwandiso-lwefayile:" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, fuzzy, kde-format msgid "a suitable extension" msgstr "Sebenzisa usebenziso &lolwandiso-lwefayile:" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3726,85 +3648,69 @@ msgid "" "enabled as it makes your files more manageable." msgstr "" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, fuzzy, kde-format #| msgid "&Filter:" msgid "&File type:" msgstr "&Isihluzo:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "" -#: filewidgets/kfilewidget.cpp:2792 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format -msgid "&Filter:" -msgstr "&Isihluzo:" - -#: filewidgets/kfilewidget.cpp:2794 -#, fuzzy, kde-format -#| msgid "" -#| "This is the filter to apply to the file list. File names that do not " -#| "match the filter will not be shown.

                    You may select from one of the " -#| "preset filters in the drop down menu, or you may enter a custom filter " -#| "directly into the text area.

                    Wildcards such as * and ? are allowed." msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

                    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

                    Wildcards such as * and ? are allowed.

                    " -msgstr "" -"Esi sisihluzo lokukufaka kuluhlu lwefayile. Amagama efayile angafaniyo " -"nesihluzo akazukuboniswa.

                    Ungakhetha isihluzo esinye acwangciswe " -"ngaphambili kwi menu ezehlelayo, okanye ungangenisa isihluzo sesiko ngqo kwi " -"ndawo yombhalo.

                    Wildcards njenge * ne ? zivumelekile." - -#: filewidgets/knewfilemenu.cpp:440 -#, fuzzy, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Yenza ulawulo olutsha kwi:" - -#: filewidgets/knewfilemenu.cpp:480 -#, fuzzy, kde-format -msgid "Sorry" -msgstr "Isitalato" - -#: filewidgets/knewfilemenu.cpp:491 -#, fuzzy, kde-format -msgid "The template file %1 does not exist." -msgstr "" -"Ayikwazi ukusebenzisa umyalelo ochaziweyo. Ifayile okanye ulawulo %1 ayisekho." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -#: filewidgets/knewfilemenu.cpp:706 -#, fuzzy, kde-format -msgid "Create link to URL" -msgstr "Indawo ephelela kuyo:" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, fuzzy, kde-format -#| msgid "%1 B" -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1 B" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, fuzzy, kde-format #| msgid "Ru&n as a different user" msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Se&benzisa njengomsebenzisi owahlukileyo" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, fuzzy, kde-format +msgid "Sorry" +msgstr "Isitalato" + +#: filewidgets/knewfilemenu.cpp:540 +#, fuzzy, kde-format +msgid "The template file %1 does not exist." +msgstr "" +"Ayikwazi ukusebenzisa umyalelo ochaziweyo. Ifayile okanye ulawulo %1 ayisekho." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "" + +#: filewidgets/knewfilemenu.cpp:694 +#, fuzzy, kde-format +#| msgid "Could Not Create Symbolic Link" +msgid "Create Symlink" +msgstr "Ayikwazanha Ukwenza Ikhonkco Elinophawu" + +#: filewidgets/knewfilemenu.cpp:760 +#, fuzzy, kde-format +msgid "Create link to URL" +msgstr "Indawo ephelela kuyo:" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, fuzzy, kde-format +#| msgid "%1 B" +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1 B" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3812,7 +3718,7 @@ msgid "" "use by the operating system." msgstr "" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3820,7 +3726,7 @@ msgid "" "default." msgstr "" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3829,130 +3735,185 @@ msgid "" "potential oddities." msgstr "" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " "may be confusing or dangerous when using the terminal to delete things." msgstr "" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, fuzzy, kde-kuit-format #| msgid "An older item named '%1' already exists." msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Umba omdala uchaziwe '%1' sele ekhona." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, fuzzy, kde-kuit-format #| msgid "A file named %1 already exists." msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Ifayile sele inikwe igama %1 ikhona." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, fuzzy, kde-format msgid "Create New" msgstr "Yenziwe:" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, fuzzy, kde-format msgid "Link to Device" msgstr "Icebo:" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, fuzzy, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Incwadi enenkcukacha Entsha:" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, fuzzy, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Ayinakwenza Umngxuma" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, fuzzy, kde-format msgid "Create new folder in %1:" msgstr "Yenza ulawulo olutsha kwi:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Se&benzisa njengomsebenzisi owahlukileyo" + +#: filewidgets/knewfilemenu.cpp:1571 +#, fuzzy, kde-format +msgid "Default" +msgstr "(Okudaliweyo)" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, fuzzy, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Yenza ulawulo olutsha kwi:" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgid "Enter file name" +msgstr "Se&benzisa njengomsebenzisi owahlukileyo" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, fuzzy, kde-format +#| msgid "Choose Application for %1" +msgid "Choose custom icon or color" +msgstr "Khetha Isicelo se %1" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, fuzzy, kde-format +#| msgid "Choose an &icon:" +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Khetha uphawu &lomfanekiso:" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, fuzzy, kde-format #| msgid "Copying" msgid "Copy" msgstr "Iyakhuphela" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, fuzzy, kde-format #| msgid "Date" msgid "Paste" msgstr "Umhla" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Vula Nge" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Vula Nge" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, fuzzy, kde-format #| msgid "&Edit..." msgid "Edit" msgstr "&Hlela..." -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, fuzzy, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Ufuna ngokwenene ukucima lomba " -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3964,6 +3925,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Iphepha" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, fuzzy, kde-format #| msgid "Devices" @@ -3991,40 +3959,40 @@ msgstr "Abanye" msgid "Edit mode" msgstr "&Hlela..." -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Awuvumelekanga ukuphumeza lefayile." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, fuzzy, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Inyusa %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" "%2." msgstr "" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, fuzzy, kde-format msgid "You are not authorized to select an application to open this file." msgstr "Awuvumelekanga ukuphumeza lefayile." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4051,12 +4019,18 @@ msgstr "" msgid "Icon file too big, download aborted" msgstr "" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, fuzzy, kde-format msgid "No mail client found" msgstr "Akukho metainfo ye %1" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, fuzzy, kde-format #| msgid "" #| "The desktop entry of type\n" @@ -4071,29 +4045,29 @@ msgstr "" "%1\n" "alwaziwa." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, fuzzy, kde-format msgid "Launching %1" msgstr "Inyusa %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, fuzzy, kde-kuit-format #| msgid "The requested lock could not be granted. %1" msgctxt "@info" msgid "The command %1 could not be found." msgstr "Ikhonco oluceliweyo elitsixiweyo alenzekanga.%1" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4104,27 +4078,27 @@ msgstr "" "%1\n" "yeyodidi.Ikhonkco kodwa ayina URL=... ungeno." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, fuzzy, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4133,12 +4107,12 @@ msgstr "" "Ayikwazi ukusebenzisa umyalelo ochaziweyo. Ifayile okanye ulawulo %1 ayisekho." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Ifayile yongeno ye desktop %1 ayina hlobo=... ungeno." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4146,12 +4120,12 @@ msgid "" "or downloads." msgstr "" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, fuzzy, kde-format #| msgid "The requested lock could not be granted. %1" msgid "The program \"%1\" could not be launched." @@ -4233,72 +4207,67 @@ msgstr "" "Uxwebhu \"%1\" luguqulelwe kancinane.\n" "Ufuna ukuligcina?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, fuzzy, kde-format msgid "KIOExec" msgstr "Exec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, fuzzy, kde-format msgid "Suggested file name for the downloaded file" msgstr "Khetha igama lefayile elihambiselanayo lefayile entsha." -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, fuzzy, kde-format msgid "Command to execute" msgstr "Igama Lomyalelo" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioworkers/file/file.cpp:166 -#, fuzzy, kde-format -msgid "Setting ACL for %1" -msgstr "Ithumela i data ku %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4307,7 +4276,7 @@ msgstr "" "Ayinakutshintsha iimvumelwano ze\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, fuzzy, kde-format msgctxt "@info" msgid "" @@ -4315,118 +4284,38 @@ msgid "" "%1" msgstr "Ayinakutshintsha iimvumelwano ze %1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Ayinakuyinika Ifayile Yetutyana Igama kwakhona" + +#: kioworkers/file/file.cpp:801 #, fuzzy, kde-format msgid "Could not find program \"mount\"" msgstr "Ayinakufumana udweliso lwenkqubo '%1'" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, fuzzy, kde-format msgid "Could not find program \"umount\"" msgstr "Ayinakufumana udweliso lwenkqubo '%1'" -#: kioworkers/file/file_unix.cpp:98 -#, fuzzy, kde-format -msgid "Change File Permissions" -msgstr "Iimvume Zokungena" - -#: kioworkers/file/file_unix.cpp:99 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "New Permissions: %1" -msgstr "Iimvume" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:106 -#, fuzzy, kde-format -msgid "Remove File" -msgstr "&Susa Umngeno" - -#: kioworkers/file/file_unix.cpp:109 -#, fuzzy, kde-format -msgid "Remove Directory" -msgstr "Yenza ulawulo" - -#: kioworkers/file/file_unix.cpp:112 -#, fuzzy, kde-format -msgid "Create Directory" -msgstr "Yenza ulawulo" - -#: kioworkers/file/file_unix.cpp:113 -#, fuzzy, kde-format -#| msgid "Permissions" -msgid "Directory Permissions: %1" -msgstr "Iimvume" - -#: kioworkers/file/file_unix.cpp:116 -#, fuzzy, kde-format -msgid "Open File" -msgstr "Vula Ifayile Yencoko yababini" - -#: kioworkers/file/file_unix.cpp:119 -#, fuzzy, kde-format -msgid "Open Directory" -msgstr "Yenza ulawulo" - -#: kioworkers/file/file_unix.cpp:123 -#, fuzzy, kde-format -msgid "New Filename: %1" -msgstr "Icebo:" - -#: kioworkers/file/file_unix.cpp:127 -#, fuzzy, kde-format -msgid "Target: %1" -msgstr "ubungakanani %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "" - -#: kioworkers/file/file_unix.cpp:137 -#, fuzzy, kde-format -#| msgid "Unknown Interruption" -msgid "Unknown Action" -msgstr "Uphazamiso Olungaziwayo" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, fuzzy, kde-format msgid "No media in device for %1" msgstr "Akukho metainfo ye %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, fuzzy, kde-format msgid "Could not get user id for given user name %1" msgstr "Ayinakungena kulawulo %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "" @@ -4469,41 +4358,41 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, fuzzy, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Kufuneka unikezele ngegama lomsebenzisi kunye negama lokugqitha kolunikezelo " "lweli nxuwa." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Inxuwa:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Igama elithile Lilungile" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ayinakungena kwi %1." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, fuzzy, kde-format msgid "" "\n" "The server said: \"%1\"" msgstr "Inyusa %1" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, fuzzy, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4513,12 +4402,12 @@ msgstr "" "lomncedisi onegunya lokusebenzela omnye kuluhlu olungezantsi phambi kokuba " "uvunyelwe ukusebenzisa naliphi na inxuwa." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Umntu onegunya lokusebenzela omnye:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, fuzzy, kde-format msgid "Proxy Authentication Failed." msgstr "Igunya lokusebenzela omnye lobubhali Aliphumelelanga!" @@ -4571,105 +4460,105 @@ msgid "" msgstr "Ungathanda ukusamkela esi siqinisekiso okokoko singathunyelwanga?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Ububhali Bomncedisi" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1ku-%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Kungenjalo, isicelo besinga phumelela." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, fuzzy, kde-format #| msgid "retrieve property values" msgctxt "request type" msgid "retrieve property values" msgstr "Fumana amaxabiso ezinto zobunini" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, fuzzy, kde-format #| msgid "set property values" msgctxt "request type" msgid "set property values" msgstr "cwangcisa amaxabiso ento yobunini" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, fuzzy, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "yenza ulawulo oluceliweyo" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, fuzzy, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "Khupela leyo fayili okanye ulawulo" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, fuzzy, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "hambisa ifayile ekhankanyiweyo okanye ulawulo" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, fuzzy, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "phendla kulawulo olukhankanyiweyo" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, fuzzy, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "tshixa leyo fayili ekhankanyiweyo okanye ulawulo" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, fuzzy, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "vula leyo fayile ekhankanyiweyo okanye ulawulo" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, fuzzy, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "cima leyo fayile ekhankanyiweyo okanye ulawulo" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, fuzzy, kde-format #| msgid "query the server's capabilities" msgctxt "request type" msgid "query the server's capabilities" msgstr "buza ukukwazi ukwenza bomncedisi " -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, fuzzy, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "vumbulula imixholo yefayile ekhankayiweyo okanye ulawulo" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, fuzzy, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "phendla kulawulo olukhankanyiweyo" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Imposiso engalindelekanga (%1) yenzekile ngexesha uzama ukulayisha %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, fuzzy, kde-format #| msgid "" #| "An error occurred while attempting to %1, %2. A summary of the reasons is " @@ -4682,14 +4571,14 @@ msgstr "" "Impazamo yenzekile ngexesha uzama uku %1, %2. Isishwakathelo sezizathu " "sanga phantsi.

                      " -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, fuzzy, kde-format #| msgid "Access was denied while attempting to %1." msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Unikezelo alwamkelekanga mgexesha uzama kwi %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, fuzzy, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4698,7 +4587,7 @@ msgstr "" "Icebo alikwazi ukwenzeka kuze enye ye phakati yabaqhokeleli (abalawuli) " "sebenziwe." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, fuzzy, kde-format #| msgid "" #| "The server was unable to maintain the liveness of the properties listed " @@ -4715,29 +4604,29 @@ msgstr "" "okanye uzame uku bhala ngaphezulu i fayili ngexhesha bhala ngaphezulu cela " "ukuba ifayile zinga bhala ngaphezulu. %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Ikhonco oluceliweyo elitsixiweyo alenzekanga.%1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Umncedisi akakwazanga ukuncedisa isiscelo salomhlobo lomzimba." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, fuzzy, kde-format #| msgid "Unable to %1 because the resource is locked." msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Ayikwazanga %1 ngenxa yokuba icebo litshixiwe." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Lentshukumo ivimbelwa ngenye imposiso." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, fuzzy, kde-format msgctxt "%1: request type" msgid "" @@ -4747,7 +4636,7 @@ msgstr "" "Ayikwazi %1 ngenxa yokuba indawo yesiphelo yomncedisi akavumi ukwamkela " "ifayile okanye ulawulo." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4756,19 +4645,19 @@ msgstr "" "Icebo lendawo yesiphelo ayina sikhala esaneleyo uku shicilela imeko yecebo " "emva kokwenzeka kwale ndlela." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, fuzzy, kde-format #| msgid "The specified resource may not exist." msgid "The resource cannot be deleted." msgstr "Ulawulo olukhankanyiweyo lunokungabikho." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, fuzzy, kde-format msgctxt "request type" msgid "upload %1" msgstr "Ulayisho %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, fuzzy, kde-format #| msgid "An unexpected error (%1) occurred while attempting to %2." msgctxt "%1: response code, %2: request type" @@ -4780,15 +4669,15 @@ msgstr "Imposiso engalindelekanga (%1) yenzekile ngexesha uzama ukulayisha %2." msgid "Network" msgstr "Incwadi enenkcukacha Entsha:" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, fuzzy, kde-format msgid "Malformed URL %1" msgstr "URL Eyenziwe kakubi %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4797,12 +4686,12 @@ msgid "" "restore it." msgstr "" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "" @@ -4840,7 +4729,7 @@ msgstr "" msgid "Restore a trashed file to its original location" msgstr "" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4864,19 +4753,19 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Zama kwakhona" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, fuzzy, kde-format #| msgid "Authorization Dialog" msgid "Authentication Dialog" msgstr "Incoko yababini Yogunyaziso" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format #| msgid "Access Denied" msgid "Access denied" msgstr "Unikezelo Alwamkelekanga" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, fuzzy, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Awunazimvumelwano zokwamkela uxulumano." @@ -4987,41 +4876,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "" @@ -5031,9 +4920,9 @@ msgstr "" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Bala" @@ -5042,140 +4931,218 @@ msgstr "Bala" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, fuzzy, kde-format msgid "C&ancel" msgstr "Rhoxisa" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, fuzzy, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "Inyusa %1" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "" -#: widgets/executablefileopendialog.cpp:24 -#, kde-format -msgid "Do not ask again" -msgstr "" - -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:83 #, fuzzy, kde-format -#| msgid "E&xecute" -msgid "&Execute" -msgstr "Phu&meza" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Vula" -#: widgets/fileundomanager.cpp:123 -#, kde-format -msgid "Undo Changes" +#: widgets/executablefileopendialog.cpp:85 +#, fuzzy, kde-format +#| msgid "Open with:" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Vula nge:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 +#, fuzzy, kde-format +msgid "Would you like to launch this file?" msgstr "" +"Le ntshukumo izakubhala ngaphezulu i '%1' ngokunokwayo.\n" +"Ufuna ukuyinika igama kwakhona endaweni yoko?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, fuzzy, kde-format msgid "Creating directory" msgstr "Yenza ulawulo" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, fuzzy, kde-format +msgid "Source" +msgstr "Imvelaphi:" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, fuzzy, kde-format +msgid "Destination" +msgstr "Indawo ephelela kuyo:" + +#: widgets/fileundomanager.cpp:131 +#, fuzzy, kde-format +#| msgid "Copying" +msgid "Copying" +msgstr "Iyakhuphela" + +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "Moving" msgid "Moving" msgstr "Iyashukuma" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, fuzzy, kde-format #| msgid "&Rename" msgid "Renaming" msgstr "&Yinike igama kwakhona" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, fuzzy, kde-format +msgid "Moving to Trash" +msgstr "Yiya kwi %1" + +#: widgets/fileundomanager.cpp:152 #, fuzzy, kde-format msgid "Deleting" msgstr " (Iyacima)" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Rename" msgstr "&Yinike igama kwakhona" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, fuzzy, kde-format msgid "Und&o: Trash" msgstr "Umonakalo" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, fuzzy, kde-format msgid "Und&o: Create Folder" msgstr "Ayinakwenza Umngxuma" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, fuzzy, kde-format msgid "Und&o: Create Folder(s)" msgstr "Ayinakwenza Umngxuma" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, fuzzy, kde-format msgid "Und&o: Create File" msgstr "Ayinakwenza Umngxuma" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, fuzzy, kde-format #| msgid "&Rename" msgid "Und&o: Batch Rename" msgstr "&Yinike igama kwakhona" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "" + +#: widgets/fileundomanager.cpp:369 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Rename" +msgstr "&Yinike igama kwakhona" + +#: widgets/fileundomanager.cpp:371 +#, fuzzy, kde-format +msgid "&Redo: Trash" +msgstr "Umonakalo" + +#: widgets/fileundomanager.cpp:373 +#, fuzzy, kde-format +msgid "&Redo: Create Folder" +msgstr "Ayinakwenza Umngxuma" + +#: widgets/fileundomanager.cpp:375 +#, fuzzy, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Ayinakwenza Umngxuma" + +#: widgets/fileundomanager.cpp:377 +#, fuzzy, kde-format +msgid "&Redo: Create File" +msgstr "Ayinakwenza Umngxuma" + +#: widgets/fileundomanager.cpp:379 +#, fuzzy, kde-format +#| msgid "&Rename" +msgid "&Redo: Batch Rename" +msgstr "&Yinike igama kwakhona" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5184,12 +5151,12 @@ msgid "" "Are you sure you want to delete %4?" msgstr "" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, fuzzy, kde-format msgid "Undo File Copy Confirmation" msgstr "Uqwalaselo Lomshicileli" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5198,21 +5165,22 @@ msgid "" "emphasis>" msgstr "" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, fuzzy, kde-format msgid "Delete Permanently" msgstr "Cima Umba" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, fuzzy, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Cima Umba" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5224,7 +5192,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5232,13 +5200,13 @@ msgid "" ">This action cannot be undone." msgstr "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, fuzzy, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Umonakalo" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "" @@ -5246,7 +5214,7 @@ msgid "" "filename>" msgstr "Ufuna ngokwenene ukucima lomba " -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, fuzzy, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5334,7 +5302,7 @@ msgstr "Umniniyo" msgid "Owning Group" msgstr "Iqela Elitsha" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Abanye" @@ -5407,123 +5375,130 @@ msgstr "Uqwalaselo Lomshicileli" msgid "Updating system configuration…" msgstr "Yakha kwakhona indlela yendawo efihlakeleyo emayiqwalaselwe." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, fuzzy, kde-format #| msgid "Name" msgctxt "@title:column" msgid "Name" msgstr "Igama" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, fuzzy, kde-format #| msgid "Size" msgctxt "@title:column" msgid "Size" msgstr "Ubungakanani" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, fuzzy, kde-format #| msgid "Date" msgctxt "@title:column" msgid "Date" msgstr "Umhla" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, fuzzy, kde-format #| msgid "Permissions" msgctxt "@title:column" msgid "Permissions" msgstr "Iimvume" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, fuzzy, kde-format #| msgid "Owner" msgctxt "@title:column" msgid "Owner" msgstr "Umniniyo" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, fuzzy, kde-format #| msgid "Group" msgctxt "@title:column" msgid "Group" msgstr "Iqela" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, fuzzy, kde-format #| msgid "Type" msgctxt "@title:column" msgid "Type" msgstr "Udidi" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, fuzzy, kde-format #| msgid "Open with:" msgid "Open &with %1" msgstr "Vula nge:" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, fuzzy, kde-format #| msgid "%1 B" msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1 B" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, fuzzy, kde-format #| msgid "Actions" msgctxt "@title:menu" msgid "&Actions" msgstr "Iintshukumo" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Vula Nge" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@action:inmenu" msgid "&Open With…" msgstr "Vula Nge" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "E&xecute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Phu&meza" + +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open folder with %1" msgstr "Vula nge:" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, fuzzy, kde-format #| msgid "Open with:" msgid "&Open with %1" msgstr "Vula nge:" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Vula Nge" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, fuzzy, kde-format #| msgid "Open With" msgctxt "@title:menu" msgid "&Open With" msgstr "Vula Nge" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, fuzzy, kde-format #| msgid "&Application" msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Isicelo" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, fuzzy, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5531,118 +5506,136 @@ msgid_plural "%1 items" msgstr[0] "%1 ifayile" msgstr[1] "%1 iifayile" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, fuzzy, kde-format #| msgid "Unknown" msgctxt "@info mimetype" msgid "Unknown" msgstr "Engaziwayo" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, fuzzy, kde-format -msgid "Stop" -msgstr "Imisiwe" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, fuzzy, kde-format -msgid "Mounted From:" -msgstr "Incopho yonyuso:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Udidi:" -#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 -#, kde-format -msgid "Location:" -msgstr "Indawo ekuyo:" - -#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 -#, kde-format -msgid "Size:" -msgstr "Ubungakanani:" - -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 -#, fuzzy, kde-format -#| msgid "C&hange..." -msgid "Change..." -msgstr "&Tshintsha..." - #. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#: widgets/kfilepropspluginwidget.ui:118 #, fuzzy, kde-format #| msgid "Contents:" msgid "Content:" msgstr "Imixholo:" +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Vula nge:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, fuzzy, kde-format +#| msgid "C&hange..." +msgid "Change..." +msgstr "&Tshintsha..." + +#. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 +#, kde-format +msgid "Location:" +msgstr "Indawo ekuyo:" + +#. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) +#: widgets/kfilepropspluginwidget.ui:233 +#, kde-format +msgid "Size:" +msgstr "Ubungakanani:" + +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 +#, kde-format +msgid "Determine the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 +#, fuzzy, kde-format +msgid "Stop" +msgstr "Imisiwe" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "" + #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Yalatha kwi:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 -#, kde-format -msgid "Modified:" -msgstr "Iguqulwe kancinane:" +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 +#, fuzzy, kde-format +#| msgid "Examining" +msgid "Show target" +msgstr "Iyaxilonga" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Yenziwe:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 -#, fuzzy, kde-format -msgid "File System:" -msgstr "Filesystems" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, fuzzy, kde-format -#| msgid "Unknown Host" -msgid "Unknown size" -msgstr "Umamkeli Ongaziwayo" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, fuzzy, kde-format -msgid "Mounted On:" -msgstr "Incopho yonyuso:" +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 +#, kde-format +msgid "Modified:" +msgstr "Iguqulwe kancinane:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Ifunyenwe: " -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, fuzzy, kde-format -#| msgid "Open With" -msgid "Open With:" -msgstr "Vula Nge" +msgid "File system:" +msgstr "Filesystems" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +msgid "Mounted on:" +msgstr "Incopho yonyuso:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +msgid "Mounted from:" +msgstr "Incopho yonyuso:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, fuzzy, kde-format +#| msgid "Unknown Host" +msgid "Unknown size" +msgstr "Umamkeli Ongaziwayo" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5915,21 +5908,23 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 -#, kde-format -msgid "&Description:" -msgstr "&Inkcazelo:" +#, fuzzy, kde-format +msgid "&Generic name:" +msgstr "&Igama lomsebenzisi:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." msgstr "" #. i18n: ectx: property (text), widget (QLabel, textLabel3) @@ -5941,7 +5936,7 @@ msgstr "Gqabaza:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, fuzzy, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Cwangcisa kuqala &izahluko zemeko-bume" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6111,7 +6106,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not save properties. You do not have sufficient access to write " @@ -6124,218 +6119,244 @@ msgstr "" "Ayikwazanga kugcina izinto zobumnini. Awunamvume yaneleyo yokubhalelela " "kwi %1 . " -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, fuzzy, kde-format #| msgid "&General" msgctxt "@title:tab File properties" msgid "&General" msgstr "&Ngokubanzi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Se&benzisa njengomsebenzisi owahlukileyo" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Hlaziya" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, fuzzy, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Ufuna ngokwenene ukucima lomba " + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, fuzzy, kde-format #| msgid "%1 B" msgid "%1:" msgstr "%1 B" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, fuzzy, kde-format #| msgid "Unknown Host" msgctxt "@info:status" msgid "Unknown size" msgstr "Umamkeli Ongaziwayo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, fuzzy, kde-format msgid "" "Calculating... %1 (%2)\n" "%3, %4" msgstr "Iyabala..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, fuzzy, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 ifayile" msgstr[1] "%1 iifayile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, fuzzy, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 ifayile" msgstr[1] "%1 iifayile" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, fuzzy, kde-format #| msgid "Calculating..." msgid "Calculating...\n" msgstr "Iyabala..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, fuzzy, kde-format #| msgid " Files: %1 " msgid "At least %1\n" msgstr " Iifayile : %1 " -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, fuzzy, kde-format msgid "The new file name is empty." msgstr "Igama lefayile entsha alinanto!" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, fuzzy, kde-format msgid "No registered file type" msgstr "Udidi lwe Mime Oluxhasiweyo:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, fuzzy, kde-format #| msgid "Choose Application" msgid "No associated application" msgstr "Khetha Isicelo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, fuzzy, kde-format #| msgid "Created:" msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Yenziwe:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, fuzzy, kde-format #| msgid "C&hange..." msgctxt "@action:button" msgid "Change…" msgstr "&Tshintsha..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy #| msgid "Accessed:" msgid "No Access" msgstr "Ifunyenwe: " -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 #, fuzzy msgid "Can View & Modify" msgstr "Akukho mxholo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 #, fuzzy msgid "Can Only View Content" msgstr "Akukho mxholo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 #, fuzzy msgid "Can Only View/Read Content" msgstr "Akukho mxholo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Iimvume" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Iimvume Zokungena" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, fuzzy, kde-format msgid "Only the owner can change permissions." msgstr "" "Ayinakutshintsha iimvumelwano ze\n" "%1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, fuzzy, kde-format msgid "O&wner:" msgstr "Umnini:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, fuzzy, kde-format msgid "Gro&up:" msgstr "Iqela:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, fuzzy, kde-format msgid "O&thers:" msgstr "Abanye" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "Default user name:" msgid "Delete or rename:" msgstr "Igama lomsebenzisi lokungagqibekanga:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, fuzzy, kde-format #| msgid "E&xecute" msgid "Execute:" msgstr "Phu&meza" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6343,49 +6364,49 @@ msgid "" "requires the 'Modify Content' permission." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, fuzzy, kde-format msgid "A&dvanced Permissions" msgstr "Iimvume Zokungena" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Ubunini" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Umsebenzisi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Iqela:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, fuzzy, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Faka lonke utshintsho kuwo onke amasebe olawulo kunye nemixholo yawo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, fuzzy, kde-format msgid "Advanced Permissions" msgstr "Iimvume Zokungena" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Udidi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6394,22 +6415,22 @@ msgstr "" "Bonisa\n" "Amangeno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, fuzzy, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Khetha elinye igama lolawulo olutsha oluhambiselanayo." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Funda" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6418,198 +6439,188 @@ msgstr "" "Bhala\n" "Amangeno" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " "and renaming can be limited using the Sticky flag." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Bhala" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, fuzzy, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Ngena" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, fuzzy, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Nqakraza eliqhosha ukwenza ulawulo olutsha." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exec" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Ekhethekileyo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Umsebenzisi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Iqela" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Cwangcisa i UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Cwangcisa i GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, fuzzy, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Iyancamathela" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, fuzzy, kde-format msgid "Link" msgstr "kwi" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "" msgstr[1] "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, fuzzy, kde-format -#| msgid "Calculating..." -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Iyabala..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

                      Checksums do not match.

                      This may be due to a faulty download. Try re-" @@ -6617,57 +6628,74 @@ msgid "" "source of the file." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, fuzzy, kde-format +msgid "The checksums of all files are identical." +msgstr "Igama lefayile entsha alinanto!" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, fuzzy, kde-format +msgid "The selected files have different checksums." +msgstr "Igama lefayile entsha alinanto!" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, fuzzy, kde-format +#| msgid "Calculating..." +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Iyabala..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, fuzzy, kde-format #| msgid "Only executables on local file systems are supported." msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "Kuxhaswe iifayile eziphumezekayo kuphela kwindlela yokusebenza." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Isicelo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, fuzzy, kde-format msgid "Add File Type for %1" msgstr "Dibanisa Icebo lokucoca ulwelo" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, fuzzy, kde-format msgid "Select one or more file types to add:" msgstr "Khetha icebo lokucoca elizakudityaniswa:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Kuxhaswe iifayile eziphumezekayo kuphela kwindlela yokusebenza." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, fuzzy, kde-format msgid "Advanced Options for %1" msgstr "Iinketho Ezibhekisa phambili" @@ -6775,41 +6803,43 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Tshintsha Inkqubo ye Cookie" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, fuzzy, kde-format msgid "Open file dialog" msgstr "Vula Ifayile Yencoko yababini" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, fuzzy, kde-format -msgid "Filename for clipboard content:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "%1 ifayile" + +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" msgstr "Igama lefayile yomxholo webhodi eqhotyoshwayo:" -#: widgets/paste.cpp:112 -#, fuzzy, kde-format -msgid "%1 (%2)" -msgstr "%1 (ufako %2)" - -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " "no longer applicable. Please copy again what you wanted to paste." msgstr "" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Ifayile Enye" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "%1 ifayile" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6817,94 +6847,105 @@ msgid_plural "Paste %1 Items" msgstr[0] "Umba Omnye" msgstr[1] "%1 Imiba" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, fuzzy, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Igama lefayile yomxholo webhodi eqhotyoshwayo:" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, fuzzy, kde-format #| msgid "Date" msgctxt "@action:inmenu" msgid "Paste" msgstr "Umhla" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, fuzzy, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Ifomati yefayile:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, fuzzy, kde-format +msgid "%1 (%2)" +msgstr "%1 (ufako %2)" + +#: widgets/pastejob.cpp:89 +#, fuzzy, kde-format +msgid "Filename for clipboard content:" +msgstr "Igama lefayile yomxholo webhodi eqhotyoshwayo:" + +#: widgets/pastejob.cpp:89 #, fuzzy, kde-format msgid "Filename for dropped contents:" msgstr "Igama lefayile yomxholo webhodi eqhotyoshwayo:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, fuzzy, kde-format msgid "Date: %1" msgstr "ubungakanani %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, fuzzy, kde-format #| msgid "Size:" msgid "Size: %1" msgstr "Ubungakanani:" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Yinike igama kwakhona" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Tsiba" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, fuzzy, kde-format #| msgid "Write" msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "Bhala" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6913,26 +6954,26 @@ msgid "" "the directory." msgstr "" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, fuzzy, kde-format #| msgid "O&verwrite All" msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "B&hala ngaphezulu Kwento yonke" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Phindisela" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, fuzzy, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6941,135 +6982,116 @@ msgstr "" "Le ntshukumo izakubhala ngaphezulu i '%1' ngokunokwayo.\n" "Ufuna ukuyinika igama kwakhona endaweni yoko?" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Qhubekeka" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, fuzzy, kde-format msgid "Would you like to overwrite the destination?" msgstr "" "Le ntshukumo izakubhala ngaphezulu i '%1' ngokunokwayo.\n" "Ufuna ukuyinika igama kwakhona endaweni yoko?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, fuzzy, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "" "Le ntshukumo izakubhala ngaphezulu i '%1' ngokunokwayo.\n" "Ufuna ukuyinika igama kwakhona endaweni yoko?" -#: widgets/renamedialog.cpp:372 -#, fuzzy, kde-format -msgid "Source" -msgstr "Imvelaphi:" - -#: widgets/renamedialog.cpp:374 -#, fuzzy, kde-format -msgid "Destination" -msgstr "Indawo ephelela kuyo:" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, fuzzy, kde-format msgid "The source is more recent." msgstr "Inxutyelelaniswe kumamkeli %1" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, fuzzy, kde-format msgid "The source is older." msgstr "Inxutyelelaniswe kumamkeli %1" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, fuzzy, kde-format msgid "The source is smaller by %1." msgstr "Inxutyelelaniswe kumamkeli %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, fuzzy, kde-format msgid "The source is bigger by %1." msgstr "Inxutyelelaniswe kumamkeli %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, fuzzy, kde-format msgid "The files are identical." msgstr "Igama lefayile entsha alinanto!" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, fuzzy, kde-format msgid "The files seem identical." msgstr "Igama lefayile entsha alinanto!" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, fuzzy, kde-format msgid "The files are different." msgstr "Igama lefayile entsha alinanto!" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " "contents are the same at the beginning, middle and end." msgstr "" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, fuzzy, kde-format +#| msgid "*|All Files" +msgctxt "@action:button" +msgid "Compare Files" +msgstr "*|Zonke Iifayile" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Umba omdala uchaziwe '%1' sele ekhona." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Ifayile efanayo enikwe eligama %1 esele kade ikhona." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, fuzzy, kde-format #| msgid "An older item named '%1' already exists." msgid "A more recent item named '%1' already exists." msgstr "Umba omdala uchaziwe '%1' sele ekhona." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, fuzzy, kde-format #| msgid "&Rename" msgid "Rename:" msgstr "&Yinike igama kwakhona" -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Item" -msgstr "&Yinike igama kwakhona" - -#: widgets/renamefiledialog.cpp:61 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@title:window" -msgid "Rename Items" -msgstr "&Yinike igama kwakhona" - -#: widgets/renamefiledialog.cpp:72 -#, fuzzy, kde-format -#| msgid "&Rename" -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Yinike igama kwakhona" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "" -#: widgets/renamefiledialog.cpp:87 -#, fuzzy, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Icebo:" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, fuzzy, kde-kuit-format +#| msgid "A file named %1 already exists." +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Ifayile sele inikwe igama %1 ikhona." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:164 #, fuzzy, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7077,38 +7099,194 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Tshintsha imqwalaseli okhethiweyo." msgstr[1] "Tshintsha imqwalaseli okhethiweyo." -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "" +#: widgets/renamefiledialog.cpp:176 +#, fuzzy, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Icebo:" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" + +#: widgets/renamefiledialog.cpp:310 +#, fuzzy, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Tshintsha imqwalaseli okhethiweyo." +msgstr[1] "Tshintsha imqwalaseli okhethiweyo." + +#: widgets/renamefiledialog.cpp:314 +#, fuzzy, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Iphepha" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "" + +#: widgets/renamefiledialog.cpp:320 +#, fuzzy, kde-format +#| msgid "Open With" +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Vula Nge" + +#: widgets/renamefiledialog.cpp:322 +#, fuzzy, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Iphepha" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" + +#: widgets/renamefiledialog.cpp:404 +#, fuzzy, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Tshintsha imqwalaseli okhethiweyo." +msgstr[1] "Tshintsha imqwalaseli okhethiweyo." + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "" + +#: widgets/renamefiledialog.cpp:414 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Se&benzisa njengomsebenzisi owahlukileyo" + +#: widgets/renamefiledialog.cpp:415 +#, fuzzy, kde-format +#| msgid "Ru&n as a different user" +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Se&benzisa njengomsebenzisi owahlukileyo" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Item" +msgstr "&Yinike igama kwakhona" + +#: widgets/renamefiledialog.cpp:532 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@title:window" +msgid "Rename Items" +msgstr "&Yinike igama kwakhona" + +#: widgets/renamefiledialog.cpp:543 +#, fuzzy, kde-format +#| msgid "&Rename" +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Yinike igama kwakhona" + +#: widgets/renamefiledialog.cpp:552 +#, fuzzy, kde-format +#| msgid "Default user name:" +msgctxt "@info" +msgid "How to rename:" +msgstr "Igama lomsebenzisi lokungagqibekanga:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "" + +#: widgets/renamefiledialog.cpp:555 +#, fuzzy, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Iphepha" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "" + +#: widgets/renamefiledialog.cpp:567 +#, fuzzy, kde-format +#| msgid "Show Preview" +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Bonisa Imboniso yakuqala" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" + #: widgets/skipdialog.cpp:29 #, fuzzy, kde-format msgid "Information" msgstr "Iinkcukacha ze KDE SSL" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, fuzzy, kde-format msgid "Replace" msgstr "Iphepha" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Zama kwakhona" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, fuzzy, kde-format msgid "Replace All" msgstr "Iphepha" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Tsiba" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, fuzzy, kde-format #| msgid "Skip" msgid "Skip All" @@ -7204,7 +7382,7 @@ msgid "" "Aborting because the identity of the host cannot be established." msgstr "" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, fuzzy, kde-format #| msgid "The server certificate failed the authenticity test (%1)." msgid "" @@ -7237,26 +7415,48 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +msgstr[1] "" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" msgstr[1] "" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, fuzzy, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7264,53 +7464,189 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Ufuna ngokwenene ukucima lomba " msgstr[1] "Ufuna ngokwenene ukucima lomba " -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, fuzzy, kde-format #| msgid "The peer SSL certificate appears to be corrupt." msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Isiqinisekiso se SSL esilinganayo sibonakala njengokuba asilunganga." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, fuzzy, kde-format #| msgid "Examining" msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Iyaxilonga" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "" +#, fuzzy +#~| msgid "Open With" +#~ msgid "Open With:" +#~ msgstr "Vula Nge" + +#, fuzzy +#~ msgid "File System:" +#~ msgstr "Filesystems" + +#~ msgid "Delete Files" +#~ msgstr "Cima Iifayile" + +#, fuzzy +#~ msgid "Create Folder" +#~ msgstr "Ayinakwenza Umngxuma" + +#, fuzzy +#~ msgid "Move Items" +#~ msgstr "Yiya kwi %1" + +#, fuzzy +#~| msgid "&Rename" +#~ msgid "Rename" +#~ msgstr "&Yinike igama kwakhona" + +#, fuzzy +#~ msgid "Setting ACL for %1" +#~ msgstr "Ithumela i data ku %1" + +#, fuzzy +#~ msgid "Change File Permissions" +#~ msgstr "Iimvume Zokungena" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "New Permissions: %1" +#~ msgstr "Iimvume" + +#, fuzzy +#~ msgid "Remove File" +#~ msgstr "&Susa Umngeno" + +#, fuzzy +#~ msgid "Remove Directory" +#~ msgstr "Yenza ulawulo" + +#, fuzzy +#~| msgid "Permissions" +#~ msgid "Directory Permissions: %1" +#~ msgstr "Iimvume" + +#, fuzzy +#~ msgid "Open File" +#~ msgstr "Vula Ifayile Yencoko yababini" + +#, fuzzy +#~ msgid "Open Directory" +#~ msgstr "Yenza ulawulo" + +#, fuzzy +#~ msgid "New Filename: %1" +#~ msgstr "Icebo:" + +#, fuzzy +#~ msgid "Target: %1" +#~ msgstr "ubungakanani %1" + +#, fuzzy +#~| msgid "Unknown Interruption" +#~ msgid "Unknown Action" +#~ msgstr "Uphazamiso Olungaziwayo" + +#, fuzzy +#~ msgid "Show Bookmarks Button" +#~ msgstr "Amanqaku eencwadi" + +#, fuzzy +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Ifayile igciniwe." + +#~ msgid "&Description:" +#~ msgstr "&Inkcazelo:" + +#~ msgid "&Filter:" +#~ msgstr "&Isihluzo:" + +#, fuzzy +#~| msgid "" +#~| "This is the filter to apply to the file list. File names that do not " +#~| "match the filter will not be shown.

                      You may select from one of the " +#~| "preset filters in the drop down menu, or you may enter a custom filter " +#~| "directly into the text area.

                      Wildcards such as * and ? are allowed." +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

                      You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

                      Wildcards such as * and ? are allowed." +#~ "

                      " +#~ msgstr "" +#~ "Esi sisihluzo lokukufaka kuluhlu lwefayile. Amagama efayile " +#~ "angafaniyo nesihluzo akazukuboniswa.

                      Ungakhetha isihluzo esinye " +#~ "acwangciswe ngaphambili kwi menu ezehlelayo, okanye ungangenisa isihluzo " +#~ "sesiko ngqo kwi ndawo yombhalo.

                      Wildcards njenge * ne ? zivumelekile." + +#, fuzzy +#~ msgid "Files and folders selected" +#~ msgstr "%1 yifayile, kodwa ulawulo belulindelekile." + +#, fuzzy +#~| msgid "" +#~| "Although contact was made with the server, a response was not received " +#~| "within the amount of time allocated for the request as follows:" +#~| "

                      • Timeout for establishing a connection: %1 seconds
                      • Timeout for receiving a response: %2 seconds
                      • Timeout for " +#~| "accessing proxy servers: %3 seconds
                      Please note that you can " +#~| "alter these timeout settings in the KDE Control Center, by selecting " +#~| "Network -> Preferences." +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
                      • Timeout for establishing a connection: %1 seconds
                      • Timeout " +#~ "for receiving a response: %2 seconds
                      • Timeout for accessing proxy " +#~ "servers: %3 seconds
                      Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Nangona uxumano lwenziwe nomncedisi,impendulo ayifumanekanga ngelaxesha " +#~ "elinikezelweyo lesicelo:
                      • Ukuphelelwa lixesha lokufumana " +#~ "indibaniselwano: %1 imizuzwana
                      • Ukuphelelwa lixesha lwempendulo: " +#~ "%2 seconds
                      • Ukuphelelwa lixesha lokufumana abancedisi beproxy: %3 " +#~ "imizuzwana
                      Qapela uyakwazi ukutshintsha ezizicwangciso Kumbindi " +#~ "Wolawulo we KDE, ngokukhetha Umsebenzi womnatha -> Ezikhethwayo. " + #, fuzzy #~ msgid "Is &executable" #~ msgstr "Phu&meza" @@ -8277,11 +8613,6 @@ msgstr "" #~ msgid "Delete files older than" #~ msgstr "Cima Ifayile" -#, fuzzy -#~| msgid "Examining" -#~ msgid "Show a Warning" -#~ msgstr "Iyaxilonga" - #, fuzzy #~| msgid "Delete File(s) Progress" #~ msgid "Delete Oldest Files From Trash" @@ -8341,11 +8672,6 @@ msgstr "" #~ msgid "Default Web &search keyword:" #~ msgstr "Igama lokugqitha lokwendalo:" -#, fuzzy -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "(Okudaliweyo)" - #, fuzzy #~ msgctxt "- web short cut (e.g. gg): what it refers to (e.g. Google)" #~ msgid "- %1: \"%2\"" @@ -8550,12 +8876,6 @@ msgstr "" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Ayinakutshintsha iimvumelwano ze %1" -#, fuzzy -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "%1 ifayile" -#~ msgstr[1] "%1 iifayile" - #~ msgid "None" #~ msgstr "Akukho nanye" @@ -8666,10 +8986,6 @@ msgstr "" #~ msgid "unmounting is not supported by wince." #~ msgstr "Ukubhalo kwi %1 akuxhaswanga" -#, fuzzy -#~ msgid "File name:" -#~ msgstr "Icebo:" - #, fuzzy #~| msgid "" #~| "

                      Cache

                      This module lets you configure your cache settings.%1. You have " @@ -45,12 +45,12 @@ msgid "" msgstr "" "无法修改文件 %1 的所有者。您没有足够的权限执行此操作。" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "无法创建 KIO 工作程序:%1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -62,7 +62,7 @@ msgstr "" "无法创建符号链接“%1”。\n" "目标文件系统 (%2) 不支持符号链接。" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -75,7 +75,7 @@ msgstr "" "目标文件系统 (%2) 不允许文件夹名称包含以下字符:%3\n" "选择“替换”将把目标文件夹名称中的所有无效字符替换为下划线“_”。" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -88,23 +88,23 @@ msgstr "" "目标文件系统 (%2) 不允许文件名称包含以下字符:%3\n" "选择“替换”将把目标文件名称中的所有无效字符替换为下划线“_”。" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "文件夹已存在" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "文件已存在" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "已存在同名文件夹" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "回收站" @@ -193,192 +193,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1:%2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "正在移动" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "来源" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "目标" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "正在重命名" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "正在复制" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "正在创建目录" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "目录" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "正在删除" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "文件" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "正在测试" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "正在传输" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "正在挂载" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "设备" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "挂载点" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "正在卸载" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "更改属性" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "更改文件属性需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "复制文件" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "完成复制操作需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "删除文件" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"完成删除操作需要 Root 权限。请注意,继续此操作可能会损坏您的系统。您想要继续" -"吗?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "创建文件夹" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "创建此文件夹需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "移动项目" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "完成移动操作需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "重命名" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "完成重命名需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "创建符号链接" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "创建符号链接需要 Root 权限。您想要继续吗?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "传输数据" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "完成传输数据需要 Root 权限。您想要继续吗?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -806,6 +710,11 @@ msgstr "文件太大,无法移动到回收站。" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "无法在此位置找到或创建回收站文件夹" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -815,65 +724,65 @@ msgstr "" "%2\n" "请到 https://bugs.kde.org 网站提交一个完整的错误报告" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(未知)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

                      %1

                      %2

                      " msgstr "

                      %1

                      %2

                      " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "技术原因:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "请求详情:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
                    • URL: %1
                    • " msgstr "
                    • URL:%1
                    • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
                    • Protocol: %1
                    • " msgstr "
                    • 协议:%1
                    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                    • Date and time: %1
                    • " msgstr "
                    • 日期和时间:%1
                    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
                    • Additional information: %1
                    • " msgstr "
                    • 额外信息:%1
                    • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "可能的原因:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "可能的解决方案:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(未知)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -882,54 +791,54 @@ msgstr "" "请联系合适的计算机支持服务来获得更多帮助,例如您的系统管理员或者技术支持小" "组。" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "请联系服务器的管理员以获得更多帮助。" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "请检查您对此资源的访问权限。" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "您可能没有足够权限来对此资源进行请求的操作。" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "文件可能正在被其他用户或程序使用 (它因此已被锁定)。" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "请检查并确保没有其他用户或者程序正在使用或者锁定了该文件。" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "可能发生了硬件故障,尽管这种可能性很低。" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "您可能触发了程序中的代码缺陷。" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "这很可能是由程序中的代码缺陷导致。请考虑提交一个详细的程序缺陷报告。" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -937,7 +846,7 @@ msgid "" msgstr "" "请将您的软件更新至最新版本。您使用的发行版应该包含了更新软件所需的工具程序。" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -955,12 +864,12 @@ msgstr "" "报告,请复制上面显示的信息并粘贴到程序缺陷报告中,并尽可能提供更多您认为与此" "程序缺陷有关的其他详情。" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "您的网络连接可能存在问题。" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -969,49 +878,49 @@ msgstr "" "您的网络配置可能存在问题。但如果您在最近访问网络时没有遇到问题,则网络配置导" "致问题的可能性很低。" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "本机与服务器之间的路径中的某个环节可能存在问题。" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "您可以立即重试,也可以稍后重试。" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "可能发生了协议错误,或者协议不兼容。" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "请确保该资源存在,然后重试。" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "指定的资源可能不存在。" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "请仔细检查并确保您输入的是正确的位置,然后重试。" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "检查您的网络连接状态。" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "无法打开资源进行读取" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 的内" "容。" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "您可能没有读取该文件或者打开该文件夹的权限。" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "无法打开要写入的资源" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "因为无法获得写入权限,所以无法按照请求写入文件 %1。" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "无法启动 %1 协议所需的进程" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "无法启动进程" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 协议访问的程序无法找到或者无法启动。这" "通常是技术原因导致的。" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1067,12 +976,12 @@ msgstr "" "用于为此协议提供兼容功能的程序可能在上次 KDE 系统更新时没有一起更新。这可能会" "导致该程序与当前版本的系统不兼容,因此无法启动。" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "内部错误" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 协议访问的程序报告了一个内部错误。" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL 格式错误" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L协议://用户名:密码@www.example.org:端口/文件夹/文件" "名.扩展名?查询=值" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "不支持的协议 %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "本机安装的 KDE 程序不支持协议 %1。" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "请求的协议可能不被支持。" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "本机和服务器所支持的 %1 协议的版本可能不兼容。" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1133,24 +1042,24 @@ msgstr "" "Worker)”)。推荐的搜索网站是 https://store." "kde.org。" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL 没有指向资源。" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "协议是一个过滤协议" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "您输入的统一资源定位符 (URL) 没有指向特定的资源。" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1161,19 +1070,19 @@ msgstr "" "KDE 可以通过协议中的协议进行通讯;此处指定的协议只适用于某些场合,但它不适用" "于当前场合。这种情况并不常见,意味着程序中可能存在代码缺陷。" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "不支持的操作:%1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "实现 %1 协议的 KDE 程序不支持所请求的操作。" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1183,100 +1092,100 @@ msgstr "" "此错误与 KDE 程序密切相关。这些额外信息能够为您提供比 KDE 输入输出程序架构更" "多的信息。" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "试图查找获得相同结果的另一种方式。" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "需要文件" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "此请求需要一个文件,然而找到的 %1 是一个文件夹。" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "这可能是服务器端的错误。" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "需要文件夹" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "此请求需要一个文件夹,然而找到的 %1 是一个文件。" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "文件或者文件夹不存在" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "指定的文件或者文件夹 %1 不存在。" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "无法创建请求的文件,因为已存在同名文件。" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "请尝试将当前文件移动到其他位置,然后重试。" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "请删除当前文件,然后重试。" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "请为新文件选择另一个文件名。" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "无法创建请求的文件夹,因为已存在同名文件夹。" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "请尝试将当前文件夹移动到其他位置,然后重试。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "请删除当前文件夹,然后重试。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "请为新文件夹选择另一个名称。" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "未知主机" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1285,74 +1194,74 @@ msgstr "" "发生未知主机错误。这意味着无法在互联网上找到名为 %1 的服务" "器。" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "您输入的名称 %1 可能不存在:您的输入可能有误。" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "拒绝访问" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "拒绝访问指定的资源,%1。" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "您提供的身份认证信息可能有误,或者没有提供身份验证信息。" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "您的账户可能没有访问指定资源的权限。" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "请重试请求,并确保您输入的是正确的身份验证信息。" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "拒绝写入" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "这意味着写入文件 %1 的尝试已被拒绝。" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "无法进入文件夹" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder %1 was rejected." msgstr "这意味着进入 (打开) 请求的文件夹 %1 的尝试已被拒绝。" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "文件夹列出操作不可用" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "协议 %1 不是一个文件系统" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1362,12 +1271,12 @@ msgstr "" "这意味着产生了一个需要确定文件夹内容的请求,但支持此协议的 KDE 程序无法执行此" "功能。" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "检测到循环链接" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1378,34 +1287,34 @@ msgstr "" "UNIX 环境通常允许将文件或文件夹链接到其他名称或位置。KDE 检测到有一个或者一系" "列链接的结果是无穷循环。例如某个文件 (可能通过间接方式) 链接到了它自己。" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "请删除该循环中的一个环节,使其不再构成无穷循环,然后重试。" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "用户中止了请求" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "请求未完成,因为它已被中止。" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "重试请求。" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "复制时检测到了循环链接" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1417,51 +1326,51 @@ msgstr "" "测到了一个或者一系列链接的结果是无穷循环。例如某个文件 (可能通过间接方式) 链" "接到了它自己。" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "无法创建网络连接" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "无法创建套接字" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "这是一个技术错误。无法创建网络通讯所需的设备 (套接字)。" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "网络连接可能配置不正确,或者网络接口没有启用。" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "服务器拒绝了连接" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "服务器 %1 拒绝了与此计算机建立连接。" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "虽然该服务器当前已连接到互联网,但它可能并未被配置为允许连接请求。" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1469,7 +1378,7 @@ msgid "" msgstr "" "虽然该服务器当前已连接到互联网,但它可能并没有在运行所请求的服务 (%1)。" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1479,12 +1388,12 @@ msgstr "" "网络防火墙 (用于限制互联网请求的设备) 为了保护您所在的网络或者服务器所在的网" "络,可能介入并阻止了此次请求。" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "与服务器的连接意外关闭" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1492,24 +1401,24 @@ msgid "" msgstr "" "虽然与 %1 建立了连接,但该连接在通讯的过程中意外关闭。" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "可能发生了协议错误,导致服务器为了应对错误而关闭了连接。" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "URL 资源无效" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "协议 %1 不是一个过滤协议" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource LURL) 并未指向用于访问指定资源的有效" "机制,%1%2。" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1530,24 +1439,24 @@ msgstr "" "KDE 可以通过协议中的协议进行通讯。此请求指定了一个协议来进行这种通讯,但该协" "议无法执行这一操作。这种情况并不常见,意味着程序中可能存在代码缺陷。" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "无法初始化输入/输出设备" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "无法挂载设备" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "请求的设备无法被初始化 (挂载)。程序报告的错误是:%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1557,7 +1466,7 @@ msgstr "" "设备可能没有准备就绪。这可能是因为可移动媒体驱动器中没有放入媒体 (例如光驱中" "没有光盘),或者是便携设备没有正确连接。" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1567,7 +1476,7 @@ msgstr "" "您可能没有初始化 (挂载) 该设备的权限。在 UNIX 系统中,初始化设备通常需要系统" "管理员权限。" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1576,24 +1485,24 @@ msgstr "" "请检查设备是否已经准备就绪:可移动驱动器中必须放入了媒体、便携设备必须正确连" "接并打开电源,然后重试。" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "无法撤销初始化输入/输出设备" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "无法卸载设备" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " "reported error was: %1" msgstr "请求的设备无法撤销初始化 (卸载)。程序报告的错误是:%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1603,7 +1512,7 @@ msgstr "" "该设备可能正忙,意味着它仍在被其他用户或者程序使用。如果打开的文件浏览器窗口" "中显示了此设备中的位置,也可能会导致该设备处于被使用状态。" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1613,17 +1522,17 @@ msgstr "" "您没有撤销初始化 (卸载) 设备的权限。在 UNIX 系统中,撤销初始化设备通常需要系" "统管理员权限。" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "请检查并确保没有应用程序正在访问该设备,然后重试。" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "无法读取资源" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1632,17 +1541,17 @@ msgstr "" "这意味着资源 %1 虽然可以打开,但是在读取它的内容时发生了错" "误。" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "您可能没有此资源的读取权限。" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "无法写入资源" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1650,22 +1559,22 @@ msgid "" msgstr "" "这意味着资源 %1 虽然可以打开,但是在写入资源时发生了错误。" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "您可能没有此资源的写入权限。" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "无法监听网络连接" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "无法绑定" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1674,50 +1583,50 @@ msgid "" msgstr "" "这是一个技术错误。无法建立网络通讯请求的设备 (套接字) 来监听传入的网络连接。" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "无法监听" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "无法接受网络连接" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "这是一个技术错误。尝试接受一个传入的网络连接时发生了错误。" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "您可能没有接受此连接的权限。" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "无法登录:%1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "尝试登录来执行请求的操作没有成功。" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "无法确定资源状态" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "无法查询资源状态" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1726,68 +1635,68 @@ msgstr "" "尝试确定资源 %1 的状态信息,例如资源名称、类型、大小等信息的" "操作没有成功。" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "指定的资源可能不存在或者不可访问。" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "无法取消列出内容" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "日后修复:这里要写文档" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "无法创建文件夹" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "尝试创建请求的文件夹失败。" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "要创建文件夹的位置可能不存在。" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "无法移除文件夹" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "尝试移除指定的文件夹 %1 失败。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "指定的文件夹可能不存在。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "指定的文件夹可能包含内容。" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "请检查并确保文件夹存在且为空,然后重试。" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "无法继续文件传输" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1796,78 +1705,78 @@ msgstr "" "指定的请求要求文件 %1 从某个特定的位置继续传输。此操作不能实" "现。" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "此协议或者服务器不支持文件续传。" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "请放弃续传,然后重试请求。" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "无法重命名资源" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "尝试重命名指定资源 %1 失败。" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "无法更改资源的权限" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "尝试更改指定资源 %1 的权限失败。" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "无法更改资源的所有者" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "尝试更改指定资源 %1 的所有者失败。" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "无法删除资源" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "尝试删除指定资源 %1 失败。" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "程序意外终止" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "本机系统中用于提供 %1 协议访问的程序已意外终止。" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "内存不足" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 协议访问的程序无法获得继续运行所需的内" "存。" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "未知代理服务器主机" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1 的信息时发生“未知主机”错误。" "未知主机错误意味着在互联网上找不到所请求的主机名称。" -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1901,17 +1810,17 @@ msgstr "" "您的网络配置中的代理服务器主机名可能存在问题。如果您在最近访问互联网时没有遇" "到问题,则网络配置导致问题的可能性很低。" -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "请仔细检查您的代理服务器设置,然后重试。" -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "身份验证失败:不支持 %1 方式" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1921,7 +1830,7 @@ msgstr "" "虽然您可能提供了正确的身份验证信息,但是用于实现 %1 协议的 KDE 程序尚不支持该" "服务器使用的身份验证方法,因此身份验证失败。" -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -1930,17 +1839,17 @@ msgstr "" "请在 http://bugs.kde.org/ 网站提交错误报" "告,让 KDE 团队知晓这一尚未支持的身份验证方法。" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "请求已中止" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "服务器内部错误" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -1948,7 +1857,7 @@ msgid "" msgstr "" "服务器中用于提供 %1 协议访问的程序报告了一个内部错误:%2。" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1956,50 +1865,41 @@ msgid "" msgstr "" "这很可能是由服务器程序中的代码缺陷导致。请考虑提交一个详细的程序缺陷报告。" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "请联系服务器的管理员,让他们知晓这一问题。" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "如果您知道该服务器程序的作者是谁,请直接向他们提交程序缺陷报告。" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "超时错误" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
                      • Timeout for establishing a connection: %1 seconds
                      • Timeout " -"for receiving a response: %2 seconds
                      • Timeout for accessing proxy " -"servers: %3 seconds
                      Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." -msgstr "" -"虽然与服务器建立了联系,但在该请求所规定的时间内没有收到响应:
                      • 建立连" -"接的超时时间:%1 秒
                      • 接收响应的超时时间:%2 秒
                      • 访问代理服务器" -"的超时时间:%3 秒
                      请注意,您可以在 KDE 系统设置中通过选择“网络”->“首" -"选项”来更改上述超时设置。" +"within the amount of time allocated for the request." +msgstr "虽然与服务器进行了联系,但在为该请求分配的时间内没有收到回应。" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "服务器正忙于响应其他请求,无法对该请求做出响应。" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "未知错误" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 协议访问的程序报告了一个未知错误:%2。" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "未知中断" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 协议访问的程序报告了一个未知中断:%2。" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "无法删除原始文件" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2035,12 +1935,12 @@ msgstr "" "请求的操作需要删除原始文件,这很有可能是文件移动操作的最后步骤。原始文件 " "%1 无法被删除。" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "无法删除临时文件" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2050,63 +1950,63 @@ msgstr "" "请求的操作需要创建一个临时文件来保存正在下载的新文件。临时文件 %1 无法被删除。" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "无法重命名原始文件" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " "%1, however it could not be renamed." msgstr "请求的操作需要重命名原始文件 %1,但是它无法被重命名。" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "无法重命名临时文件" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " "%1, however it could not be created." msgstr "请求的操作需要创建临时文件 %1,但是该文件无法创建。" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "无法创建链接" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "无法创建符号链接" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "请求的符号链接 %1 无法创建。" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "无内容" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "磁盘已满" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "请求的文件 %1 无法写入,因为磁盘空间不足。" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2116,85 +2016,85 @@ msgstr "" "请释放足够的磁盘空间,方法包括:1) 删除不需要文件和临时文件;2) 把文件转移到 " "CD-R 之类的可移动媒体上;3) 获取更大的存储空间。" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "来源文件和目标文件是同一文件" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "由于来源文件和目标文件是同一文件,操作无法完成。" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "请为目标文件选择另一个文件名。" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "文件或者文件夹被拖放到了到自身" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "由于来源和目标文件或者文件夹相同,操作无法完成。" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "请将项目拖放到其他文件或者文件夹。" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "文件夹被移动到自身" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "由于来源不能被移动到自身,操作无法完成。" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "请将项目项目移动到其他文件夹。" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "无法与密码服务器通信" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "无法与请求密码服务 (kpasswdserver) 建立联系,操作无法完成。" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "请尝试重新启动当前会话,或者检查 kiod 的日志是否记录了错误。" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "无法初始化 %1 协议" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "无法创建 KIO 工作程序" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2203,7 +2103,7 @@ msgstr "" "本机系统中用于提供 %1 协议访问的 KIO 工作程序无法启动。这通" "常是由技术原因导致的。" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2212,13 +2112,13 @@ msgstr "" "klauncher 无法找到或者启动提供此协议的插件。您可能正在使用该插件的已过时版" "本。" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "无法传输文件 %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2227,35 +2127,35 @@ msgid "" msgstr "" "文件 %1 无法传输,因为目标文件系统不支持如此大的文件" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "请将目标驱动器重新格式化为支持此大小文件的文件系统。" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "程序文档中没有提及的错误" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(指向 %1 的符号链接)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1,链接到 %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (指向 %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2264,25 +2164,25 @@ msgstr "" "格式错误的 URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "无法确定 %1 的文件类型" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "无法从“%1”提取可执行名称,请输入一个有效的程序名称。" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 不是一个可执行程序。" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2290,92 +2190,92 @@ msgid "" "executable program." msgstr "找不到 %1;请输入一个可执行程序的有效路径。" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "协议 %1 不支持打开连接。" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "协议 %1 不支持关闭连接。" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "协议 %1 不支持访问文件。" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "不支持写入 %1。" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "协议 %1 没有可用的特殊操作。" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "协议 %1 不支持列出文件夹内容。" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "不支持从 %1 获取数据。" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "对不起,程序不支持从 %1 获取 MIME 类型信息。" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "不支持在 %1 中重命名或者移动文件。" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "协议 %1 不支持创建符号链接。" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "不支持在 %1 中复制文件。" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "不支持从 %1 删除文件。" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "协议 %1 不支持创建文件夹。" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "协议 %1 不支持更改文件属性。" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "协议 %1 不支持更改文件所有者。" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "协议 %1 不支持打开文件。" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "协议 %1 不支持操作 %2。" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2383,314 +2283,337 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"“%1”协议的 KIO 工作程序通常需要提升权限,然而 root 以外的用户不一定具备在 %2 " -"上修改它的权限,所以无法保证成功。" +"“%1”协议的 KIO 工作程序的安全性无法得到保证,因为除 root 用户外,其他用户在 " +"%2 处有权对其进行修改,而该协议通常会要求用户进行提权操作。" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "未知的协议“%1”。" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "无法找到协议“%1”的 KIO 工作程序。" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"%2 中的协议“%1”的 KIO 工作程序没有加载,因为位于 %3 之外并请求提权的所有 KIO " +"工作程序均被视为不安全。" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "无法创建用于为协议“%1”启动 KIO 工作程序的套接字。" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "无法在“%1”中找到“kioworker”可执行程序" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "详情(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "总是(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "继续(&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "仅当前会话(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "移动到新文件夹" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "创建新文件夹以存放这些项目" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "您没有选择要删除的文件。" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "没有要删除的文件" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "您没有选择要移动到回收站的文件。" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "没有要移动到回收站的文件" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "指定的文件夹不存在或者无法读取。" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "菜单" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "上级文件夹" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "后退" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "前进" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "主文件夹" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "重新加载" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "新建文件夹…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "移动到回收站" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "删除" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "排序" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "按名称排序" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "按大小排序" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "按时间排序" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "按类型排序" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "升序" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "降序" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "文件夹靠前" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "隐藏文件靠后" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "图标视图" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "紧凑视图" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "详情视图" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "图标位置" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "在文件名一侧" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "在文件名上方" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "图标视图" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "详情视图" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "树状视图" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "树状详情视图" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "允许在详情视图中展开" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "显示隐藏文件" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "显示预览面板" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "显示预览" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "打开所在文件夹" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "属性" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "视图模式(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "降序排列" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "升序排列" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "最新在前" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "最旧在前" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "最新在前" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "最大在前" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "最小在前" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "编码:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "打开" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "另存为" @@ -2737,40 +2660,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "移动到此位置" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|所有文件" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "所有支持的文件" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "所有文件" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "添加常用位置项" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "编辑常用位置项" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

                      The " @@ -2778,20 +2701,20 @@ msgid "" "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
                      " msgstr "" -"此段文字将在常用位置面板中显示。

                      请使用言简意赅的文字描述此位" -"置项的作用。如果没有输入文字标签,程序将从此位置的 URL 自动获取。
                      " - -#: filewidgets/kfileplaceeditdialog.cpp:84 -#, kde-format -msgid "L&abel:" -msgstr "文字标签(&A):" +"此段文本将在常用位置面板中显示。

                      请使用言简意赅的文本描述此位" +"置项的作用。如果没有输入文本标签,程序将从此位置的 URL 自动获取。
                      " #: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format -msgid "Enter descriptive label here" -msgstr "在此输入文字标签" +msgid "L&abel:" +msgstr "文本标签(&A):" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:88 +#, kde-format +msgid "Enter descriptive label here" +msgstr "在此输入文本标签" + +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2803,12 +2726,12 @@ msgstr "" "%1
                      http://www.kde.org
                      ftp://ftp.kde.org/pub/kde/stable

                      " "点击文本编辑框右侧的按钮可以通过浏览文件夹选取 URL。
                      " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "位置(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

                      Click " @@ -2817,17 +2740,17 @@ msgstr "" "此图标将在常用位置面板中显示。

                      单击按钮可以选择不同的图标。" -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "选择图标(&I):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "仅在使用此程序 (%1) 时显示(&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2837,200 +2760,206 @@ msgstr "" "如果您希望此项仅在当前应用程序 (%1) 中显示,请勾选此项。

                      如果" "不勾选此项,它将在所有应用程序中显示。
                      " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "常用位置" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "远程位置" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "最近使用" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "搜索文件" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "存储设备" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "可移动设备" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "标签" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (来自 %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "所有标签" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "主文件夹" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "桌面" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "文档" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "下载" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "网络" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "回收站" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "音乐" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "图片" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "视频" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "最近文件" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "最近位置" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "修改于今天" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "修改于昨天" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "无法添加到常用位置面板:%1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "只能将文件夹添加到常用位置面板。" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "配置…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "正在释放…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "释放(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "正在安全移除…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "安全移除(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "正在卸载…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "卸载(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "弹出(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "设备“%1”不是光盘,无法弹出。" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "访问“%1”时发生错误,系统返回信息:%2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "访问“%1”时发生错误" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "此设备中有文件正被其他应用程序打开。" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3040,108 +2969,108 @@ msgid_plural "" "%2." msgstr[0] "此设备中有文件正被以下应用程序打开:%2。" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "用分区管理器格式化或编辑" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1:%2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "总共 %2,剩余 %1 (已用 %3%)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (隐藏)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "清空回收站" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "挂载" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "在新标签页中打开" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "在新窗口中打开" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "添加项目…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "编辑(&E)…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "从常用位置中移除" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "隐藏(&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "隐藏“%1”栏目" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "隐藏栏目" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "显示所有项目(&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "图标大小" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3149,51 +3078,51 @@ msgctxt "" msgid "Auto Resize" msgstr "自动调整大小" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "小 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "中 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "大 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "超大 (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "您只能选择一个文件" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "您提供了多个文件" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "您只能选择本机文件" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "无法处理远程文件" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3203,51 +3132,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "您选择的 URL 使用了不支持的方案。请从下列方案中选择一种:%2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "不支持的 URL 方案" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"您选择了多个文件夹,但此对话框无法处理多个文件夹,因此无法从中选出一个进行输" -"入。请只选择一个要列出的文件夹。" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "您提供了多个文件夹" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"您已经选中了至少一个文件夹和一个文件。选中的文件将被忽略,只有选中的文件夹会" -"被列出" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "同时选中了文件和文件夹" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "无法找到文件“%1”" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "无法打开文件" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

                      For instance, " @@ -3257,42 +3157,42 @@ msgstr "" "点击此按钮可进入上级文件夹。

                      例如:如果当前位置是:file:/home/" "konqi,点击此按钮将切换到 file:/home。
                      " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "点击此按钮可在浏览历史中后退一步。" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "点击此按钮可在浏览历史中前进一步。" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "点击此按钮可重新加载当前位置的内容。" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "点击此按钮可创建新文件夹。" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "显示位置面板" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "显示书签按钮" +msgid "Show Quick Filter" +msgstr "显示快速过滤" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "选项" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3305,12 +3205,12 @@ msgstr "" "式
                    • 视图类型,包括图标和列表
                    • 是否显示隐藏文件
                    • 常用位置" "面板
                    • 文件预览
                    • 区分文件和文件夹
                    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "书签" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3323,12 +3223,35 @@ msgstr "" "作方式与 KDE 其他位置的书签相同。" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "名称(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "撤销文件名更改" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "切换文件夹时保持过滤" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "按名称过滤…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "隐藏过滤栏" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3339,86 +3262,90 @@ msgstr "" "在文本框中输入时,程序将显示可能的匹配项。如果需要控制此功能,请单击鼠标" "右键,然后从文本补全菜单中选择想要的模式。" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "这是文件要保存为的名称。" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "这是要打开的文件列表。如果想要指定多个文件,可以用空格分隔。" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "这是要打开的文件名。" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "常用位置" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "文件“%1”已存在。您想要覆盖它吗?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "您想要覆盖文件吗?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "您只能选择本机文件。" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "无法处理远程文件" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "所有文件夹" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "当前目录:%1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "打开(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "图标大小:%1 像素" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "自动选择文件扩展名 (%1) (&X)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "扩展名 %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "自动选择文件扩展名(&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "适合的扩展名" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3441,74 +3368,63 @@ msgstr "" "(.) 来阻止此功能 (该句点会在保存后自动去除)。
    如果您不确定,请保持此" "选项为启用,这样将使得文件管理更加方便。" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "文件类型(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "这是文件类型选择器。它用于选择文件要保存为的格式。" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "过滤(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"这是应用到文件列表的过滤条件。不符合此过滤条件的文件名将不会显示。

    您可" -"以从下拉菜单中选择预设的过滤条件,或者直接在文本框中输入自定义过滤条件。

    允许使用 * 和 ? 等通配符。

    " +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "这是文件类型选择器。它用于选择所显示文件的格式。" -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "创建新文件" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "对不起" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "模板文件 %1 不存在。" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "新链接名称:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "创建到 URL 的链接" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "输入 %1 文件名:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "对不起" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "模板文件 %1 不存在。" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "新链接名称:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "创建符号链接" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "创建到 URL 的链接" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3516,7 +3432,7 @@ msgid "" "use by the operating system." msgstr "名称 %1 不能使用,因为它是操作系统的保留名称。" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3525,7 +3441,7 @@ msgid "" msgstr "" "名称 %1 以半角句点开始,在默认情况下该文件将被隐藏。" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3536,27 +3452,37 @@ msgstr "" "名称 %1 以空格开头,这将导致它在按字母顺序排序时显示在其" "他项目之前,还有可能导致其他意外状况。" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "在文件夹名中使用斜线将创建子文件夹,例如:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "在文件夹名中使用斜线将创建子文件夹。" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "文件和文件夹的名称不能包含斜线。" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "文件和文件夹的名称不能包含反斜线。" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"无法创建名为 %1 的文件或文件夹,因为它会与用户的主文件夹" +"的位置重叠。" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3565,96 +3491,139 @@ msgstr "" "不建议在文件或文件夹的名称开头使用波浪线,因为在终端中删除内容时,它可能会导" "致混淆或危险。" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "名为 %1 的目录已经存在。" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "名为 %1 的文件已经存在。" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "新建" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "链接到设备" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "新建文件夹" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "创建新文件夹" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "新建文件夹到 %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "输入文件夹名称" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "默认" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "创建新文件" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "输入文件名" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "选择自定义图标或颜色" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "选择其他图标…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "您可以稍后在文件夹属性中更改图标。" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "复制" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "粘贴" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "在新标签中打开“%1”" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "在新窗口中打开“%1”" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "编辑模式" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "导航模式" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "显示完整路径" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "转到此路径上的任意位置 %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3666,6 +3635,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "转到路径上的位置" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "位置" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3689,28 +3665,28 @@ msgstr "其他" msgid "Edit mode" msgstr "编辑模式" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "点击以切换到位置导航模式" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "点击以编辑位置" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "您没有此文件的执行权限。" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "正在启动 %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3719,12 +3695,12 @@ msgstr "" "无法将 %1 服务设置为可执行,放弃执行操作。\n" "%2。" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "您没有选择此文件的打开程序的权限。" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3751,12 +3727,18 @@ msgstr "保存图像到 %1 时出错" msgid "Icon file too big, download aborted" msgstr "图标文件太大,下载已中止" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "文件预览任务:跳过一个空文件,它可能是一个损坏的符号链接:%1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "找不到电子邮件客户端" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3767,28 +3749,28 @@ msgstr "" "%1\n" "是无效文件。" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "正在启动 %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "命令 %1 无法找到。" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "找不到终端模拟器" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "打开 %1 失败" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3799,27 +3781,27 @@ msgstr "" "%1\n" "的类型是链接,但它没有包含 URL=... 项。" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "可执行文件“%1”位于远程文件系统中。出于安全考虑,它将不会启动。" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "出于安全考虑,在这种情况下不允许启动可执行程序。" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "程序“%1”需要有可执行权限才能启动。" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3828,12 +3810,12 @@ msgstr "" "无法赋予文件“%1”可执行权限。\n" "%2。" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "桌面项目文件 %1 没有 Type=... 项。" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3843,12 +3825,12 @@ msgstr "" "此文件不完整,不应打开。\n" "请检查您打开的应用程序和通知区域是否存在未完成的任务或下载进程。" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "打开文件失败。" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "程序“%1”无法启动。" @@ -3935,73 +3917,68 @@ msgstr "" "已被修改。\n" "您想要上传更改后的文件吗?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - 用于提供打开远程文件、监视文件修改情况,提示上传等功能的程序" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 The KFM/Konqueror Developers" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "将 URL 视为本地文件,并随后删除" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "下载文件的建议文件名" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "要执行的命令" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "命令使用的 URL 或者本地文件" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "正在为 %1 设置 ACL" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4010,7 +3987,7 @@ msgstr "" "无法为 %1\n" "更改权限" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4020,118 +3997,37 @@ msgstr "" "无法更改 %1 的\n" "所有者和组" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "无法打开临时文件" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "找不到程序“mount”" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "找不到程序“umount”" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "更改文件权限" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "新权限:%1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "更改文件所有者" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "新所有者:UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "移除文件" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "移除目录" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "创建目录" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "目录权限:%1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "打开文件" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "打开目录" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "新文件名:%1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "目标:%1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "更改时间戳" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "来源:%1,目标:%2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "未知操作" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"操作:%1\n" -"来源:%2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "无法将文件从 %1 复制到 %2。(错误号码:%3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "%1 设备中没有媒体" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "无法获取给定的用户名 %1 的用户 ID" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "无法获取给定的用户组名 %1 的用户组 ID" @@ -4173,32 +4069,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "您需要提供用户名和密码来访问此网站。" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "网站:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "登录成功" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "无法登录到 %1。" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4207,19 +4103,19 @@ msgstr "" "\n" "服务器消息:“%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " "below before you are allowed to access any sites." msgstr "您需要为下面列出的代理服务器提供用户名和密码才能够访问网站。" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "代理服务器:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "代理服务器身份验证失败。" @@ -4271,101 +4167,101 @@ msgid "" msgstr "您想要总是接受此证书而不进行提示吗?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "服务器真实性验证" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%2%1" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "如果不是那样的话,该请求理应能够成功执行。" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "获取属性值" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "设置属性值" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "创建请求的文件夹" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "复制指定的文件或者文件夹" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "移动指定的文件或者文件夹" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "搜索指定文件夹中的内容" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "锁定指定的文件或者文件夹" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "解锁指定的文件或者文件夹" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "删除指定的文件或者文件夹" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "查询服务器的功能" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "获取指定的文件或者文件夹的内容" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "在指定的文件夹中生成报告" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "试图%2时发生意外错误 (%1)。" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4373,20 +4269,20 @@ msgid "" "below." msgstr "尝试%1,%2 时发生错误。原因摘要如下。" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "尝试%1时访问被拒绝。" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "在目标位置创建中介集合 (文件夹) 之后才能创建资源。" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4401,28 +4297,28 @@ msgstr "" "但您却同时请求了不要覆盖该文件。\n" "%1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "请求的锁定无法实行。%1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "服务器不支持请求的正文类型。" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "无法%1,因为资源被已被锁定。" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "此操作被另外一个错误阻止。" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4430,25 +4326,25 @@ msgid "" "folder." msgstr "无法%1,因为目标服务器拒绝接受该文件或者文件夹。" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "目标资源在该方法执行后没有足够的空间来记录资源的状态。" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "无法删除资源。" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "上传%1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4459,15 +4355,15 @@ msgstr "尝试 %2时发生意外错误 (%1)。" msgid "Network" msgstr "网络" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 格式错误" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4478,12 +4374,12 @@ msgstr "" "目录 %1 已经不存在,所以无法将此项目恢复到原始位置。您可以重新创建该目录,然" "后重新进行恢复;也可以将项目拖放到其他位置进行恢复。" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "无效协议组合。" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "此文件已经位于回收站。" @@ -4519,7 +4415,7 @@ msgstr "清空回收站内容" msgid "Restore a trashed file to its original location" msgstr "将回收站中的文件恢复到原始位置" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "回收站已满。请手动移除其中项目或清空回收站。" @@ -4540,17 +4436,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "重试" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "身份验证对话框" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "拒绝访问" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "您没有访问 %1 协议的权限。" @@ -4658,41 +4554,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "预期的校验和 (MD5,SHA1,SHA256 或 SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "点击以将剪贴板中的校验粘贴到输入框中。" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4702,9 +4598,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "计算" @@ -4713,135 +4609,208 @@ msgstr "计算" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "点击以将校验和复制到剪贴板。" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "取消(&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "移动到此位置(&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "下载到此位置(&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "复制到此位置(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "链接到此位置(&L)" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "启动(&L)" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "您想要对此文件进行什么操作?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "不再询问" +msgctxt "@action:button" +msgid "&Open" +msgstr "打开(&O)" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "执行(&E)" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "使用 %1 打开(&O)" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "撤销更改" +msgid "Would you like to launch this file?" +msgstr "您想要启动此文件吗?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "撤销此操作需要 Root 权限。您想要继续吗?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "正在创建目录" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "来源" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "目标" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "正在复制" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "正在移动" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "正在重命名" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "正在移动到回收站" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "正在删除" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "撤销(&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "撤销:复制(&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "撤销:链接(&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "撤销:移动(&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "撤销:重命名(&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "撤销:移动到回收站(&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "撤销:创建文件夹(&O)" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "撤销:创建文件夹(&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "撤销:创建文件(&O)" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "撤销(&O):批量重命名" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "重做(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "重做:复制(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "重做:链接(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "重做:移动(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "重做:重命名(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "重做:移动到回收站(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "重做:创建文件夹(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "重做:创建文件夹(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "重做:创建文件(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "重做:批量重命名(&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4853,12 +4822,12 @@ msgstr "" "撤销该复制操作将会删除该文件,所有的修改都将丢失。\n" "您确定要删除 %4 吗?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "确认撤销文件复制" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4869,21 +4838,22 @@ msgstr "" "您确定要彻底删除这个项目吗?%1此操作无法撤销。" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "彻底删除" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "彻底删除" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4896,7 +4866,7 @@ msgstr[0] "" "您确定要彻底删除这 %1 个项目吗?此操作无法" "撤销。" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4906,13 +4876,13 @@ msgstr "" "您确定要彻底删除回收站中的所有项目吗?此操" "作无法撤销。" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "清空回收站" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4920,7 +4890,7 @@ msgid "" "filename>" msgstr "您确定要将这个项目移动到回收站吗?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5004,7 +4974,7 @@ msgstr "所有者" msgid "Owning Group" msgstr "所有组" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "其他" @@ -5077,219 +5047,243 @@ msgstr "正在更新系统配置" msgid "Updating system configuration…" msgstr "正在更新系统配置…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "名称" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "大小" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "日期" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "权限" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "所有者" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "所有组" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "类型" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "使用 %1 打开(&W)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "操作(&A)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "打开文件夹方式(&O)…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "打开方式(&O)…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "运行可执行文件(&R)" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "用 %1 打开文件夹(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "使用 %1 打开(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "打开文件夹方式(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "打开方式(&O)" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "其他应用程序(&O)…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 个项目" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "未知" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "停止" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "使用 Filelight 浏览" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "挂载来源:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "剩余空间:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "类型:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "内容:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "打开方式:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "更改..." + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "位置:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "大小:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "更改..." +msgid "Determine the folder size" +msgstr "检测文件夹的大小" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "内容:" +msgid "Stop" +msgstr "停止" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "停止检测文件夹的大小" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "使用 Filelight 浏览" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "指向:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "修改时间:" +msgid "Show target" +msgstr "显示目标" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "创建时间:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "文件系统:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "未知大小" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "挂载位置:" +msgid "Modified:" +msgstr "修改时间:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "访问时间:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "打开方式:" +msgid "File system:" +msgstr "文件系统:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "挂载位置:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "挂载来源:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "剩余空间:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "未知大小" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5571,24 +5565,27 @@ msgstr "在此输入此应用程序的名称。应用菜单和面板将使用此 #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"在此输入此应用程序的用途描述。例如一款数字绘画程序 (如 Krita) 的用途描述可以" -"是“绘画程序”。" +"在此输入应用程序的通用名称。例如:图像查看应用程序可命名为“图像查看器”。" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "描述(&D):" +msgid "&Generic name:" +msgstr "通用名称(&G):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "在此输入您觉得有用的任意注释。" +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"在此输入此应用程序的用途描述。例如:图像查看应用程序的可以描述为“查看与编辑图" +"像”。" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5599,7 +5596,7 @@ msgstr "注释(&E):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "环境变量:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5792,7 +5789,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "共享" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5800,36 +5797,55 @@ msgid "" "%1
    ." msgstr "无法保存属性,因为写入权限不足:%1。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "常规(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "输入文件名" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "使用 %1 浏览" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "刷新" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "输入目标位置" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "显示 %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "未知大小" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5838,172 +5854,178 @@ msgstr "" "正在计算... %1 (%2)\n" "%3,%4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 个文件" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 个子文件夹" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "正在计算...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "至少 %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "新文件名为空。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "没有已注册的文件类型" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "没有已关联的应用程序" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "创建…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "更改…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "更改用于打开“%1”文件类型的默认应用程序。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "禁止访问" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "可查看" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "可查看、修改" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "可查看内容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "可查看、修改内容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "可查看/读取内容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "可查看/读取、修改/写入内容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "权限(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "访问权限" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "文件为链接,且不具备所需权限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "只有所有者可以更改权限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "所有者(&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "指定允许所有者执行的操作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "所有组(&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "指定允许所有组用户执行的操作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "其他(&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "指定允许其他用户 (所有者和所有组成员之外的所有用户) 执行的操作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" -msgstr "只有所有者可以删除或者重命名内容(&E)" +msgstr "只有所有者才能删除或重命名内容(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "允许将文件作为程序执行(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" -msgstr "删除或者重命名:" +msgstr "删除或重命名:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "执行:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which " "requires the 'Modify Content' permission." msgstr "" -"勾选此项后,只有文件夹的所有者才能重命名、删除此文件夹中的文件和子文件夹。具" -"备“修改内容”权限的用户只能新增文件。" +"启用此选项后,只有此文件夹的所有者才能删除或重命名其中的文件和文件夹。拥有此" +"文件夹的“修改内容”权限的其他用户只能新增文件。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6012,42 +6034,42 @@ msgstr "" "勾选此项后,此文件将被标记为可执行。程序和脚本必须勾选此项才能执行。您不应在" "程序和脚本之外的文件上勾选此项。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "高级权限(&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "所有者" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "用户:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "用户组:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" -msgstr "应用更改到所有的子文件夹和其中的文件" +msgstr "应用更改到所有子文件夹及其内容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "高级权限" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "类" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6056,22 +6078,22 @@ msgstr "" "显示\n" "项目" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "此标记允许查看文件夹的内容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "读取" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "此标记允许查看文件的内容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6080,7 +6102,7 @@ msgstr "" "写入\n" "项目" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6089,94 +6111,94 @@ msgstr "" "此标记允许添加、重命名和删除文件。请注意,删除和重命名可以使用“粘滞位”标记加" "以限制。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "写入" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "此标记允许修改文件内容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "进入" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "此标记允许进入文件夹。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "执行" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "此标记允许将文件作为程序执行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "特殊" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " "be seen in the right hand column." msgstr "特殊标记。对整个文件夹有效,您可以在右侧一列中查看该标记的具体含义。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "特殊标记。您可以在右侧一列中查看该标记的具体含义。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "用户" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "用户组" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "勾选此标记后,此文件夹的所有者将成为所有新文件的所有者。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "勾选此标记后,如果此文件是可执行文件,它将以所有者的权限执行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "勾选此标记后,此文件夹的所有组将成为所有新文件的所有组。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "勾选此标记后,如果此文件是可执行文件,它将以所有组的权限执行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6185,7 +6207,7 @@ msgstr "" "勾选文件夹的“粘滞位”标记后,只有所有者和根用户可以删除或者重命名文件。不勾选" "时,拥有写入权限的所有用户均可删除或者重命名文件。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6193,87 +6215,78 @@ msgid "" msgstr "" "文件的“粘滞位”标记在 Linux 系统中会被忽略,但是它们可能会在其他系统中生效" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "设置 UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "设置 GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "粘滞位" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "链接" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "多种情况 (无更改)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "文件使用了高级权限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "文件夹使用了高级权限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "文件使用了高级权限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "校验和(&H)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "正在计算…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "无效的校验和。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "输入的内容并非有效的 MD5、SHA1 或者 SHA256 校验和。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "校验和一致。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "计算出的校验和与预期的校验和一致。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6283,56 +6296,72 @@ msgstr "" "

    校验和不一致。

    这可能是因为文件在下载过程中发生了错误。请尝试重新下载该" "文件。
    如果仍然无法通过一致性验证,请联系该文件的提供者。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "计算出的校验和与预期的校验和不一致。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "正在验证校验和…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "所有文件的校验和大小相同。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "所选文件的校验和不同。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "正在计算…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "无法保存属性。只支持本地文件系统中的项目。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "应用程序(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "添加文件类型到 %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "选择要添加的文件类型:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "只支持本地文件系统中的可执行文件。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 的高级选项" @@ -6430,22 +6459,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "配置网页搜索缩略词…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "打开文件对话框" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "剪贴板内容的文件名:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "粘贴的文件" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "粘贴剪贴板内容" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6454,66 +6485,77 @@ msgstr "" "剪贴板中的内容在上次“粘贴”之后已经改变:所选的数据格式不再适用。请重新复制您" "想要粘贴的内容。" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "粘贴 1 个文件夹" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "粘贴 1 个文件" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "粘贴 %1 个项目" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "粘贴剪贴板内容…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "粘贴" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "数据格式:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "剪贴板内容的文件名:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "拖放内容的文件名:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "日期:%1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "大小:%1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "应用到所有(&Y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6521,45 +6563,45 @@ msgstr "" "如果选中此项,您点击的按钮将被应用到当前任务在这之后发生冲突的所有文件夹。\n" "除非您点击“跳过”,否则当文件与目录中的已有文件发生冲突时仍然会提示您处理。" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "如果选中此项,您点击的按钮将被应用到当前任务在这之后发生的所有冲突。" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "重命名(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "建议新名称(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "跳过(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "不复制或者移动此文件夹,跳过到下一项目" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "不复制或者移动此文件,跳过到下一项目" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "写入(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6570,25 +6612,25 @@ msgstr "" "文件和文件夹将被复制到已有目录,与该目录的已有内容并列保存。\n" "如果复制的内容与目录中的已有内容冲突,程序会再次提示您处理。" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "覆盖旧文件(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "如果目标文件的修改时间比来源文件早,它将被覆盖,反之则会被跳过。" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "另存(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6597,67 +6639,57 @@ msgstr "" "此操作会造成“%1”被它自身覆盖。\n" "请输入新文件名:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "继续(&O)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "您想要覆盖目标吗?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "您想要将“%1”的内容合并到“%2”中吗?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "来源" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "目标" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "来源较新。" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "来源较旧。" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "来源小了 %1。" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "来源大了 %1。" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "文件是相同的。" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "文件似乎是相同的。" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "文件是不同的。" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6666,51 +6698,64 @@ msgstr "" "这些文件可能是相同的:它们具有相同的文件体积,且内容的开头、中间、末尾也相" "同。" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "比较文件" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "已存在名为“%1”的较旧项目。" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "已存在名为“%1”的相似文件。" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "已存在名为“%1”的较新项目。" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "重命名:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "重命名项目" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "重命名项目" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "重命名(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "重命名项目 %1 为:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "名为 %1 的文件已存在。" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 不是有效的文件名。" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "重命名 %1 个选中项目为:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# 会被替换为升序数字,起始数字为:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6718,45 +6763,170 @@ msgctxt "" msgid "New name #" msgstr "新文件名 #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "重命名 %1 个选中项目为:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "# 会被替换为升序数字,起始数字为:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "无效的文件名:新文件名应包含一组“#”,除非所有文件的扩展名都不同。" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "重命名 %1 个选中项目为:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "使用:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "命名模式" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "替换:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "替换" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "没有包含该命名模式的文件名。" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "将“%1”替换为空白将导致 %2 文件名为空。" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "重命名 %1 个选中项目:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "添加文本:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "要添加的文本" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "在文件名前" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "在文件名后" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "重命名项目" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "重命名项目" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "重命名(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "如何重命名:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "枚举" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "替换文本" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "添加文本" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "预览:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 不能重命名为空文件名。" #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "信息" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "替换" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "重试" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "替换所有" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "跳过" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "跳过所有" @@ -6843,7 +7013,7 @@ msgstr "" "远程主机没有发送任何 SSL 证书。\n" "由于无法确定主机的真实身份,操作将被取消。" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6880,76 +7050,101 @@ msgstr[0] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"这个项目太大,无法移动到回收站。您想要彻底删除它吗?%1此操作无法撤销。" +"回收站的剩余空间无法容纳这个文件。您想要彻底删除它吗?" +"%1此操作无法撤销。" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"回收站的剩余空间无法容纳这 %1 个文件。您想要彻底删除上述文件吗?此操作无法撤销。" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"回收站在此项目的位置不可用。改为彻底删除它吗?%1此操作无法撤销。" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"这 %1 个项目太大,无法移动到回收站。您想要彻底删除它们吗?此操作无法撤销。" +"回收站在这 %1 个项目的位置不可用。改为彻底删除它们吗?此操作无法撤销。" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "您确定要将这 %1 个项目移动到回收站吗?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "不再询问" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "不再询问" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "不再显示此消息" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "对端的 SSL 证书链似乎已经损坏。" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "警告" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "这将启动此程序:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "如果您不信任此程序,请点击取消" diff --git a/local/recipes/kde/kf6-kio/source/po/zh_TW/kio6.po b/local/recipes/kde/kf6-kio/source/po/zh_TW/kio6.po index 112db868f8..6f396845eb 100644 --- a/local/recipes/kde/kf6-kio/source/po/zh_TW/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/zh_TW/kio6.po @@ -1,7 +1,7 @@ # translation of kcmkio.po to Chinese Traditional # traditional Chinese translation of kcmkio # Copyright (C) 2001-2002, 2003, 2007, 2008 Free Software Foundation, Inc. -# SPDX-FileCopyrightText: 2023, 2024 Kisaragi Hiu +# SPDX-FileCopyrightText: 2023-2026 Kisaragi Hiu # Translator: Kenduest Lee , 2001. # Chao-Hsiung Liao , 2002. # 林耕宇 , 2003. @@ -16,15 +16,15 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-11 16:20+0900\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-17 13:01+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" -"X-Generator: Lokalize 24.08.2\n" +"X-Generator: Lokalize 26.07.70\n" "Plural-Forms: nplurals=1; plural=0;\n" #, kde-format @@ -40,12 +40,12 @@ msgstr "" "kenduest@i18n.linux.org.tw,pesder.liao@msa.hinet.net,s9321028@ncnu.edu.tw, " "s8321414@gmail.com*,pan93412@gmail.com,mail@kisaragi-hiu.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "無法變更檔案 %1 的擁有者" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -54,12 +54,12 @@ msgstr "" "無法變更檔案 %1 的擁有者。您沒有足夠的檔案存取權來進行這" "個變更。" -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "無法建立 KIO worker: %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -71,7 +71,7 @@ msgstr "" "無法建立符號連結「%1」。\n" "目標檔案系統 (%2) 不支援符號連結。" -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -84,7 +84,7 @@ msgstr "" "目標檔案系統 (%2) 不允許資料夾名稱使用以下字元:%3\n" "選取「取代」將會把目的資料夾名稱中所有無效字元取代為底線 \"_\"。" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -97,23 +97,23 @@ msgstr "" "目標檔案系統 (%2) 不允許檔案名稱使用以下字元:%3\n" "選取「取代」將會把目的檔案名稱中所有無效字元取代為底線 \"_\"。" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "資料夾已存在" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "檔案已存在" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "已存在以此為名的資料夾" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "垃圾桶" @@ -202,190 +202,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1:%2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "移動中" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "來源" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "目的地" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "重新命名中" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "複製中" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "建立目錄中" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "目錄" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "刪除中" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "檔案" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "檢視中" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "傳輸中" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "掛載中" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "裝置" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "掛載點" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "卸載中" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "變更屬性" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "變更檔案屬性需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "複製檔案" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "完成複製操作需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "刪除檔案" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "完成刪除操作需要 root 權限。不過,這可能會毀損您的系統。您想要繼續嗎?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "建立資料夾" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "建立此資料夾需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "移動項目" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "完成移動操作需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "重新命名" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "完成重新命名需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "建立符號連結" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "建立符號連結需要 root 權限。您想要繼續嗎?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "傳輸資料" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "完成傳輸資料需要 root 權限。您想要繼續嗎?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -809,6 +715,11 @@ msgstr "檔案太大而無法移至垃圾桶。" #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "無法為此位置找到或建立垃圾桶資料夾。" + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -818,65 +729,65 @@ msgstr "" "%2\n" "請將完整的問題報告傳送到 https://bugs.kde.org。" -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(不明)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "技術原因:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "要求的細節:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL:%1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • 協定:%1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • 日期和時刻:%1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • 額外資訊:%1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "可能原因:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "可能的解決方法:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(不明)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -884,47 +795,47 @@ msgid "" msgstr "" "請聯絡適合的電腦支援組織,例如系統管理員或技術支援小組,以取得進一步的協助。" -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "請聯繫伺服器的管理員,以取得進一步的協助。" -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "請檢查您對該資源的存取權限。" -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " "on this resource." msgstr "您可能沒有足夠權限來執行所要求的對該資源的作業。" -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "該檔案可能正在被其他使用者或應用程式使用 (所以被鎖定)。" -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " "has locked the file." msgstr "請檢查並確定沒有其他應用程式或使用者正在使用或鎖定該檔案。" -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "雖然不太可能,但似乎出現了硬體錯誤。" -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "您可能遇到了程式中的錯誤。" -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -932,14 +843,14 @@ msgid "" msgstr "" "這最有可能是程式中的錯誤所導致。請考慮提交一份完整的錯誤報告,詳情如下。" -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "請將您的軟體更新至最新版本。您使用的發行版應該提供更新軟體的工具。" -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -956,12 +867,12 @@ msgstr "" "報告網站 搜尋,看看是否已經有人報告了相同的錯誤。如果沒有,請把上面的詳細" "資訊,以及任何您認為有幫助的細節,附入您的錯誤報告中。" -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "您的網路連線可能有問題。" -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -969,49 +880,49 @@ msgid "" msgstr "" "您的網路設定可能有問題。如果您最近存取網際網路沒有問題,這就不太可能了。" -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " "the server and this computer." msgstr "在網路中這部電腦和對方伺服器之間的路徑可能有問題。" -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "請現在或稍後重試。" -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "可能出現了通訊協定錯誤或不相容。" -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "請確實該資源存在,然後再重試。" -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "指定的資源並不存在。" -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "請再三檢查您輸入的位置正確,然後再重試。" -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "請檢查您的網路連線狀態。" -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "無法開啟資源進行讀取" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 的內容無法接收,因為無法取得" "讀入權限。" -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "您也許沒有讀取檔案或者是開啟資料夾。" -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "無法開啟資源進行寫入" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1038,17 +949,17 @@ msgid "" msgstr "" "這就是說,該檔案 %1 無法按請求寫入,因為無法取得寫入權限。" -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "無法啟動 %1 通訊協定所需的行程" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "無法啟動行程" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 協定存取的程式找不到或無法啟動。這通常是" "由某些技術原因所致。" -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1068,12 +979,12 @@ msgstr "" "提供此通訊協定的相容性的程式,可能並未與您的最新版 KDE 更新。這會造成該程式與" "目前版本不相容而無法啟動。" -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "內部錯誤" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 協定存取的程式報告了一個內部錯誤。" -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "未正確格式化的 URL" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource Lprotocol://使用者:密碼@www.example.org:埠號/資料夾/檔" "名.副檔名?查詢=值" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "不支援的協定 %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " "currently installed on this computer." msgstr "目前安裝在此電腦上的 KDE 程式不支援 %1 通訊協定。" -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "不支援要求的通訊協定。" -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " "may be incompatible." msgstr "此電腦支援的 %1 通訊協定的版本可能和伺服器的版本不相容。" -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1134,17 +1045,17 @@ msgstr "" "您可以在網際網路上搜尋一個支援此通訊協定的外掛程式 (叫做 KIO worker)。建議搜" "尋 https://store.kde.org。" -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "URL 不是一個資源。" -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "該協定是一個過濾協定" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniform Resource Locator, 統一資源定位符) 並不指向特定的資源。" -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1164,19 +1075,19 @@ msgstr "" "KDE 能夠在一個協定裡透過另一個協定進行通訊;指定的協定只適用於那種場合,現在" "卻不是那種場合。這個錯誤比較罕見,大概是編程出錯了。" -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "不支援的動作: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " "implementing the %1 protocol." msgstr "實作 %1 協定的 KDE 程式不支援要求的動作。" -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1186,100 +1097,100 @@ msgstr "" "這個錯誤非常關乎於個別的 KDE 程式。[額外資訊] 應該可以比 KDE 的輸入/輸出架構" "給您更多的資訊。" -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "請嘗試以其他的方法來達成相同的結果。" -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "需要檔案。" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " "found instead." msgstr "該要求需要一個檔案,然而找到的 %1 是一個資料夾。" -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "這個可能是伺服器端的錯誤。" -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "需要資料夾" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " "found instead." msgstr "該要求需要一個資料夾,然而找到的 %1 是一個檔案。" -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "檔案或資料夾不存在" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "指定的檔案或資料夾 %1 不存在。" -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "無法建立要求的檔案,因為已經有另一個同名的檔案存在了。" -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "請先把現有的檔案移開,再重試。" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "請先刪除現有的檔案,再重試。" -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "請為新檔案選擇另一個檔名。" -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "無法建立要求的資料夾,因為已經有另一個同名的資料夾存在了。" -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "請先把現有的資料夾移開,再重試。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "請先刪除現有的資料夾,再重試。" -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "請為新資料夾選擇另一個名稱。" -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "不明的主機" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1288,57 +1199,57 @@ msgstr "" "「不明的主機」這個錯誤,表示在網際網路上找不到所要求的、名為 %1 的伺服器。" -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "您鍵入的名稱「%1」可能不存在:可能打錯字了。" -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "拒絕存取" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "指定的資源 %1 拒絕存取。" -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "您可能提供了不正確的,或完全沒有提供認證細節。" -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "您的帳號可能沒有權限存取指定的資源。" -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "請確定輸入正確的認證細節,再重試要求。" -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "拒絕寫入存取" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " "rejected." msgstr "這就是說,試圖寫入檔案 %1 時被拒絕了。" -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "無法進入資料夾" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1346,17 +1257,17 @@ msgid "" msgstr "" "這就是說,試圖進入 (即開啟) 要求的資料夾 %1 時被拒絕了。" -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "無法取得資料夾列表" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "該協定 %1 不是一個檔案系統" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1366,12 +1277,12 @@ msgstr "" "這就是說,有個要求需要辨識該資料夾的內容,而支援這個協定的 KDE 程式卻無法這樣" "做。" -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "偵測到循環連結" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1382,34 +1293,34 @@ msgstr "" "在 UNIX 環境下,通常可以把檔案或資料夾連結至其他的名稱或位置。 KDE 偵測到一個" "或一系列的連結,形成無限循環──也就是說, 該檔案直接或間接地連結回自己。" -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " "loop, and try again." msgstr "請刪除該循環的一部份,以斷開這個無限循環,再重試。" -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "要求已被使用者中止了" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "該要求尚未完成,因為已被中止了。" -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "重試要求。" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "複製時偵測到循環連結" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1421,17 +1332,17 @@ msgstr "" "複製動作時,KDE 偵測到一個或一系列的連結, 形成無限循環──也就是說,該檔案直接" "或間接地連結回自己。" -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "無法建立網路連線" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "無法建立 Socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1439,41 +1350,41 @@ msgid "" msgstr "" "這是一個相當技術性的錯誤,無法建立所需的網路通訊裝置 (socket, 承接口)。" -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " "interface may not be enabled." msgstr "可能是網路連線設定不正確,或是網路介面未啟動。" -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "連線到伺服器被拒絕" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " "connection." msgstr "伺服器 %1 拒絕了這部電腦的連線請求。" -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " "to allow requests." msgstr "該伺服器雖然在網際網路上,但可能設定為不允許外來的連線請求。" -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "該伺服器雖然在網際網路上,但是可能沒有執行所需的服務 (%1)。" -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1483,12 +1394,12 @@ msgstr "" "可能有個保護您的網路或伺服器的網路的防火牆 (限制網際網路請求的裝置) 干預,妨" "礙了這個要求。" -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "往伺服器的連線意外地關閉了" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1496,24 +1407,24 @@ msgid "" msgstr "" "雖然往 %1 的連線已經設立了,但通訊其間這個連線意外地中斷了。" -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " "connection as a response to the error." msgstr "可能發生了一個協定錯誤,導致伺服器回應錯誤而關閉連線。" -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "無效的 URL 資源" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "該協定 %1 不是一個過濾協定" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) 並不指向有效的機制,無法存取特定的資源 %1%2。" -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1535,24 +1446,24 @@ msgstr "" "KDE 能夠在一個協定裡透過另一個協定進行通訊。現在要求指定該協定用作這種過濾用" "途,但該協定不能用作過濾用途。這個錯誤比較罕見,大概是編程出錯了。" -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "無法初始化輸入/輸出裝置" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "無法掛載裝置" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " "error was: %1" msgstr "無法初始化 (掛載) 您所要求的裝置。報告的錯誤是:%1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1562,7 +1473,7 @@ msgstr "" "該裝置可能未就緒,例如某抽取式媒體裝置裡可能沒有媒體 (光碟機裡沒有光碟),或" "者,對週邊/可攜式裝置而言,可能該裝置的連線不正確。" -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1572,7 +1483,7 @@ msgstr "" "您可能沒有權限初始化 (掛載, mount) 該裝置。在 UNIX 系統上,通常需要系統管理員" "的權限,才能初始化裝置。" -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1581,17 +1492,17 @@ msgstr "" "請檢查該裝置是否就緒:抽取式磁碟機或光碟機裡必須有媒體,而可攜式裝置必須已連" "接和打開電源;再重試。" -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "無法反初始化輸入/輸出裝置" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "無法卸載裝置" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1600,7 +1511,7 @@ msgstr "" "無法反初始化 (卸載, ummount) 您所要求的裝置。報告的錯誤是:%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1610,7 +1521,7 @@ msgstr "" "該裝置可能正在忙碌中,也就是說,可能有使用者或應用程式仍然在使用它。儘管只是" "有個開啟了的瀏覽器視窗在該裝置的某個位置上,也足以使該裝置停留在使用中狀態。" -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1620,17 +1531,17 @@ msgstr "" "您可能沒有權限反初始化 (卸載, ummount) 該裝置。在 UNIX 系統上,通常需要系統管" "理員的權限,才能初始化裝置。" -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "檢查沒有應用程式正在存取該裝置,再重試。" -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "無法讀入資源" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1639,17 +1550,17 @@ msgstr "" "這就是說,雖然 %1 這個資源可以開啟,但讀入這個資源的內容時發" "生錯誤。" -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "您可能沒有權限讀入該資源。" -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "無法寫入資源" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1658,22 +1569,22 @@ msgstr "" "這就是說,雖然 %1 這個資源可以開啟,但寫入這個資源時發生錯" "誤。" -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "您可能沒有權限寫入該資源。" -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "無法聽候網路連線" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "無法 Bind" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1683,50 +1594,50 @@ msgstr "" "這是一個相當技術性的錯誤,無法設立所需的網路通訊裝置 (socket, 承接口) 以聽候 " "(listen) 內進的網路連線。" -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "無法聽候" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "無法接受網路連線" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "這是一個相當技術性的錯誤,試圖接受 (accept) 內進的網路連線時發生錯誤。" -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "您可能沒有權限接受該連線。" -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "無法登入:%1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "剛試圖登入以執行要求的作業,但不成功。" -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "無法查詢資源狀態" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "無法查詢資源狀態" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1735,68 +1646,68 @@ msgstr "" "剛試圖查詢關於資源 %1 狀態的資訊,例如資源名稱、類型、大小等" "等,但不成功。" -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "指定的資源可能不存在或無法存取。" #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "無法取消內容列表" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Document this, 尚未為此項目寫說明文件" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "無法建立資料夾" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "剛試圖建立要求的資料夾,但失敢了。" -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "要建立資料夾的位置可能不存在。" -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "無法移除資料夾" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "剛試圖移除指定的資料夾, %1,但失敢了。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "指定的資料夾可能不存在。" -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "指定的資料夾可能不是空的。" -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "請確定該資料夾存在,而且是空的,再重試。" -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "無法恢復檔案傳送" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1805,78 +1716,78 @@ msgstr "" "在傳送檔案 %1 中途時,指定要求重新繼續傳送的請求。這是不可能" "的。" -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "此通訊協定或伺服器可能不支援檔案續傳。" -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "重新連線而不重複使用之前的連線。" -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "無法重新命名資源" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "剛試圖重新命名指定的資源 %1,但失敗了。" -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "無法變更資源的權限" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "剛試圖變更指定的資源 %1 的權限,但失敗了。" -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "無法變更資源的權限" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1 failed." msgstr "剛試圖變更指定的資源 %1 的權限,但失敗了。" -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "無法刪除資源" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "剛試圖刪除指定的資源 %1,但失敗了。" -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "非預期的程式終止。" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1 protocol has unexpectedly terminated." msgstr "在您的電腦上提供 %1 協定存取的程式意外地突然終止了。" -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "記憶體不足" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 協定存取的程式未能取得所需的記憶體,無法" "繼續。" -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "不明的代理伺服器主機" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1%1 時,發生找不到主機的錯誤。該錯誤" "通常代表該主機名稱在網際網路上找不到。" -#: core/job_error.cpp:1046 +#: core/job_error.cpp:1049 #, kde-format msgid "" "There may have been a problem with your network configuration, specifically " @@ -1910,17 +1821,17 @@ msgstr "" "您的網路設定可能有問題,特別是您的 proxy 主機名稱。如果您最近曾經很正常的使用" "網路,那一定有問題。" -#: core/job_error.cpp:1050 +#: core/job_error.cpp:1053 #, kde-format msgid "Double-check your proxy settings and try again." msgstr "請再三檢查您的代理伺服器設定,然後再重試。" -#: core/job_error.cpp:1054 +#: core/job_error.cpp:1057 #, kde-format msgid "Authentication Failed: Method %1 Not Supported" msgstr "授權失敗:不支援 %1 認證方式" -#: core/job_error.cpp:1056 +#: core/job_error.cpp:1059 #, kde-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1930,7 +1841,7 @@ msgstr "" "隨然您或許還沒有提供正確的授權方式,這次授權動作已經失敗了。這樣因為伺服器所" "提供的授權方式,KDE 程式所實做的 %1 協定中並不支援。" -#: core/job_error.cpp:1062 +#: core/job_error.cpp:1065 #, kde-format msgid "" "Please file a bug at https://bugs.kde.org/" @@ -1939,24 +1850,24 @@ msgstr "" "請在 https://bugs.kde.org/ 做一個錯誤登" "記,以便告知 KDE 團隊這個不被支援的驗證方式。" -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "要求中止" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "伺服器內部錯誤" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " "protocol has reported an internal error: %2." msgstr "伺服器上提供 %1 協定的存取的程式報告內部錯誤:%2。" -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -1964,50 +1875,42 @@ msgid "" msgstr "" "這大概是因為該伺服器程式內部有錯誤。請考慮依照下列指示提交完整的錯誤報告。" -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "請聯繫伺服器的管理員,報告這個問題。" -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " "report directly to them." msgstr "如果您知道誰是該伺服器軟體的作者,請直接把錯誤報告提交給他們。" -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "逾時錯誤" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"雖然已經與伺服器聯繫,但在配置給該要求的限定時間內,未收到伺服器的回應,細節" -"如下:
    • 設立連線逾時時限:%1 秒
    • 接收回應逾時時限:%2 秒
    • 存取代理伺服器逾時時限:%3 秒
    註:您可以在 KDE 系統設定中,選" -"擇 「網路設定」─「連線偏好設定」,以變更這些逾時時限設定。" +"雖然有成功與伺服器建立聯繫,但是在請求所分配到的時間內沒有收到伺服器的回應。" -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "伺服器太忙碌回應其他請求,所以暫時未能回應您的請求。" -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "不明的錯誤" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 協定的存取的程式,報告了一個不明的錯誤:" "%2。" -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "不明的中斷" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 協定的存取的程式,報告了一種類型不明的中" "斷:%2。" -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "無法刪除原本的檔案" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2045,12 +1948,12 @@ msgstr "" "要求的作業需要刪除原本的檔案,多數是移動檔案時最後一個動作。可是,現在無法刪" "除原本的檔案 %1。" -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "無法刪除暫存檔案" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2060,12 +1963,12 @@ msgstr "" "要求的作業需要建立一個暫存檔案,以儲存下載中的新檔案。可是,現在無法刪除該暫" "存檔案 %1。" -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "無法重新命名原本檔案" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2074,12 +1977,12 @@ msgstr "" "要求的作業需要重新命名原本的檔案 %1,然而現在卻無法為它重新" "命名。" -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "無法重新命名暫存檔案" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2088,39 +1991,39 @@ msgstr "" "要求的作業需要建立一個暫存檔案 %1,然而現在無法建立該暫存檔" "案。" -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "無法建立連結" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "無法建立符號連結" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "要求的符號連結 %1 無法建立。" -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "無內容" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "磁碟已滿" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " "inadequate disk space." msgstr "要求的檔案 %1 無法寫入,因為磁碟空間不足。" -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2130,85 +2033,85 @@ msgstr "" "請以下列方法釋放足夠的磁碟空間: 1) 刪除不需的或暫存的檔案; 2) 把檔案歸檔至" "抽取式媒體存儲,例如 CD-R 可燒錄光碟; 3) 取得更多存儲容量。" -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "來源跟目的都是同一個檔案" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " "files are the same file." msgstr "無法完成作業,因為來源跟目的都是同一個檔案。" -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "請為目的檔案選擇另一個檔名。" -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "檔案資料夾放到它自己裡面" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " "or folder are the same." msgstr "無法完成作業,因為來源跟目的都是同一個檔案或資料夾。" -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "請放到不同的檔案或資料夾。" -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "資料夾已經移動到它自己裡面" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " "into itself." msgstr "作業無法完成,因為來源無法移動到 它自己裡面。" -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "請移動到不同的資料夾中。" -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "無法與密碼伺服器聯繫" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " "passwords (kpasswdserver) couldn't be contacted" msgstr "作業無法完成,因為要求密碼的服務(kpasswdserver) 無法聯繫" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "嘗試重新啟動您的工作階段,或是看看從 kiod 而來的紀錄中有沒有錯誤。" -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "無法開動 %1 通訊協定" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "無法建立 KIO Worker" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2217,7 +2120,7 @@ msgstr "" "提供 %1 協定存取的 KIO worker 無法啟動。這通常是由某些技術原" "因所致。" -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2226,13 +2129,13 @@ msgstr "" "klauncher 找不到或無法啟動提供通訊協定的外掛。這代表您的外掛程式應該是太舊" "了。" -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "無法傳輸 %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2241,35 +2144,35 @@ msgid "" msgstr "" "無法傳輸檔案 %1,因為目標檔案系統不支援這麼大的檔案" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " "large." msgstr "重新格式化目標硬碟的檔案系統到支援大檔案的檔案系統。" -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "未說明的錯誤" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(符號連結到 %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1,連結到 %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr "(指向 %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2278,25 +2181,25 @@ msgstr "" "不正確的 URL\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "無法決定 %1 的檔案類型" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " "name." msgstr "無法從 %1 解開執行檔名撐,請輸入合法的程式名稱" -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 看來不是可執行的程式。" -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2304,92 +2207,92 @@ msgid "" "executable program." msgstr "找不到 %1;請輸入指向可執行程式的有效路徑。" -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "%1 通訊協定不支援開啟連線。" -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "%1 通訊協定不支援關閉連線。" -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "%1 通訊協定不支援存取檔案。" -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "不支援寫入 %1。" -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "%1 通訊協定沒有可用的特殊的動作。" -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "%1 通訊協定不支援列出資料夾內容。" -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "不支援從 %1 取回資料。" -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "不支援從 %1 取回 mime 類型資訊。" -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "不支援在 %1 裡重新命名或移動檔案。" -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "%1 通訊協定不支援建立符號連結。" -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "不支援在 %1 裡複製檔案。" -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "不支援由 %1 刪除檔案。" -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "%1 通訊協定不支援建立資料夾。" -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "%1 通訊協定不支援變更檔案屬性。" -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "%1 通訊協定不支援變更檔案屬性。" -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "%1 通訊協定不支援開啟檔案。" -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "通訊協定 %1 不支援動作 %2。" -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2400,311 +2303,334 @@ msgstr "" "協定「%1」的 KIO worker 的安全性無法保證(這個 KIO worker 通常會要求提高權" "限),因為 root 以外的使用者有權限在 %2 編輯它。" -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "不明的協定「%1」。" -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "找不到「%1」協定的 KIO worker。" -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"未載入位於 %2、用於協定 \"%1\" 的 KIO worker,因為所有位於 %3 外且要求提升權" +"限的 KIO worker 皆被視為是不安全的。" + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "無法建立 socket 來開啟「%1」協定的 KIO worker。" -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "在 '%1' 找不到 'kioworker' 執行檔" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "詳細資料(&D)" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "永遠(&F)" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "繼續(&N)" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "只用於目前的工作階段(&C)" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "移動到新資料夾" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "為這些項目建立新資料夾" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p%" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "您尚未選擇要刪除的檔案。" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "沒有任何要刪除的東西" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "您尚未選擇要丟到垃圾桶的檔案。" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "沒有要丟到垃圾桶的東西" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "指定的資料夾不存在或無法讀取。" -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "選單" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "上層資料夾" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "返回" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "向前" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "家資料夾" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "重新載入" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "新資料夾…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "移到垃圾桶" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "刪除" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" -msgstr "排序中" +msgstr "排序" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "依名稱排序" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "依大小排序" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "依日期排序" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "依類型排序" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" -msgstr "升序排列" +msgstr "遞增" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "遞減" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "目錄在前" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "隱藏檔案在最後" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "圖示檢視" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "精簡檢視" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "詳細檢視" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "圖示位置" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "在檔名之後" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "在檔名之上" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "簡短檢視" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "詳細檢視" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "樹狀檢視" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "詳細樹狀檢視" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "允許在詳細檢視中展開" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "顯示隱藏檔案" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "顯示預覽面板" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "顯示預覽" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "開啟包含資料夾" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "屬性" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "檢視模式(&V)" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "由新至舊" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "由舊至新" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "由新至舊" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "由大至小" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "由小至大" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "編碼:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "開啟" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "另存新檔" @@ -2751,40 +2677,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "移動到這裡" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|所有檔案" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "所有支援的檔案" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "所有檔案" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "新增快速存取清單項目" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "編輯快速存取清單項目" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2796,17 +2722,17 @@ msgstr "" "合以協助您記得這個項目參考到何處。若您未輸入標籤,它會從此位置的網址取得。" -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "名稱(&A):" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "請輸入描述標籤" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2818,12 +2744,12 @@ msgstr "" ">http://www.kde.org
    ftp://ftp.kde.org/pub/kde/stable

    按下文" "字編輯方塊旁邊的按鈕可以讓您瀏覽合適的網址。
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "位置(&L):" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2832,17 +2758,17 @@ msgstr "" "這是會顯示在快速存取面板中的圖示。

    按下按鈕以選擇不同的圖示。" "
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "選擇圖示(&I):" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "只在使用這個應用程式 (%1) 時顯示(&O)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2852,200 +2778,206 @@ msgstr "" "如果您希望這個項目只在使用目前的應用程式 (%1) 時顯示,請選擇此設定。\n" "

    如果沒有選取這項設定,該項目將在所有應用程式中顯示。
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "快速存取" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "遠端" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "最近項目" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "搜尋" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "裝置" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "可移除裝置" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "標籤" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1(來自 %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "所有標籤" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "家目錄" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "桌面" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "文件" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "下載" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "網路" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "垃圾桶" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "音樂" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "圖片" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "影片" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "最近檔案" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "最近位置" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "今天修改" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "昨天修改" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "無法加入至快速存取面板:%1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "只有資料夾才能被加入至快速存取面板。" -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "設定…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "釋出中…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "釋出(&R)" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "正在安全地移除…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "安全地移除(&S)" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "卸載中…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "卸載(&U)" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "退出(&E)" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "裝置 %1 不是光碟機,無法跳出。" -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "存取 %1 時發生錯誤,系統訊息:%2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "存取 %1 時發生錯誤" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "裝置上的一或多個檔案正被應用程式開啟。" -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3056,108 +2988,108 @@ msgid_plural "" msgstr[0] "" "裝置上的一或多個檔案正被以下應用程式開啟:%2。" -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr "、" -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "用分割區管理員進行重新格式化或編輯" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1:%2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "剩餘 %1,共 %2 (%3% 已使用)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1(隱藏)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "清空垃圾桶" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "掛載" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "在新分頁開啟" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "在新視窗開啟" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "新增項目…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "編輯(&E)…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "從快速存取移除" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "隱藏(&H)" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "隱藏區段「%1」" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "隱藏區段" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "顯示所有項目(&S)" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "圖示大小" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3165,51 +3097,51 @@ msgctxt "" msgid "Auto Resize" msgstr "自動調整大小" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "小 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "中 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "大 (%1x%1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "巨大 (%1x%1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "您只能選取一個檔案。" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "選擇了多個檔案" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "您只能選取本地檔案。" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "不接受遠端檔案" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3219,50 +3151,22 @@ msgid_plural "" "schemes: %2" msgstr[0] "選定的 URL 使用了不支援的機制。請使用下列其中一種機制:%2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "不支援的 URL 機制" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"您選取了一個以上的資料夾,此對話框不接受多個資料夾,所以無法決定要用哪一個。" -"請只選擇一個資料夾即可。" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "提供了多個資料夾" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"您至少選擇了一個資料夾與一個檔案。選取的檔案會被忽略,而選取的資料夾會被列出" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "選取了檔案與資料夾" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "找不到檔案 %1" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "無法開啟檔案" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3272,42 +3176,42 @@ msgstr "" "按這個按鈕來進入上一層目錄。

    例如,如果目前位置是 file:/home/" "konqi,按這個按鈕將把您帶到 file:/home。
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "按這個按鈕在瀏覽歷史中向後移動一步。" -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "按這個按鈕在瀏覽歷史中向前移動一步。" -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "按這個按鈕來重新載入目前位置的內容。" -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "按這個按鈕來建立新資料夾。" -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "顯示快速存取面板" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "顯示書籤按鈕" +msgid "Show Quick Filter" +msgstr "顯示快速過濾器" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "選項" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3320,12 +3224,12 @@ msgstr "" "單中的檔案如何排序
  • 檢視類型,包括圖示和列表
  • 隱藏檔案的顯示
  • 快速存取面板
  • 檔案預覽
  • 區分檔案和目錄
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "書籤" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3338,12 +3242,35 @@ msgstr "" "其他地方的書籤一樣操作。" #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "名稱(&N):" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "復原檔名變更" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "變更資料夾後仍保留過濾器" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "以名稱過濾…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "隱藏過濾器列" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3354,86 +3281,90 @@ msgstr "" "在文字區輸入時,您會看到可能的相符項目。這項功能可以按滑鼠右鍵從文字補" "齊選單選擇您所偏好的模式來控制。" -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "這是儲存檔案時所用的名稱。" -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "這是要開啟的檔案清單。如果想要指定多個檔案,可以用空格分隔。" -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "這是要開啟的檔案的名稱。" -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "快速存取" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "檔案 %1 已存在。您希望覆寫它嗎?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "要覆寫檔案嗎?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "您只能選取本地檔案。" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "不接受遠端檔案" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "所有資料夾" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "目前目錄:%1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "開啟(&O)" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "圖示大小:%1 像素" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "自動選擇檔案名稱延伸檔名(&X)[%1]" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "延伸檔名 %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "自動選擇檔案名稱延伸檔名(&X)" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "合適的延伸檔名" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3456,74 +3387,63 @@ msgstr "" "以將此選項關閉或者您可以在檔案名稱的結尾加上句點(.)來限制它(這個句點會自動被" "移除)。如果不確定,保持啟用此選項,因為它會讓您的檔案更容易管理。" -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "檔案類型(&F):" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " "file will be saved as." msgstr "此為檔案類型選取器,用來選取儲存檔案的格式。" -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "篩選器(&F):" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " -msgstr "" -"這是應用到檔案清單的篩選器。不符合該篩選器的檔案名稱將不會被顯示。

    您可" -"以從下拉選單中選擇預設的篩選器,或者直接在文字區域中輸入自訂的篩選器。

    " -"允許使用 * 和 ? 萬用字元。

    " +"This is the file type selector. It is used to select the format of the " +"files shown." +msgstr "此為檔案類型選取器,用來要顯示的檔案格式。" -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "建立新檔案" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "抱歉" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "樣本檔 %1 不存在。" - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "新連結名稱:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "建立網址連結" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "輸入 %1 檔案名稱:" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "抱歉" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "樣本檔 %1 不存在。" + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "新連結名稱:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "建立符號連結" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "建立網址連結" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3533,7 +3453,7 @@ msgstr "" "無法使用 %1 名稱,因為這個檔案名稱被作業系統作為保" "留用途。" -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3541,7 +3461,7 @@ msgid "" "default." msgstr "%1 名稱是以點 (.) 開頭的,因此預設會被隱藏起來。" -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3552,27 +3472,37 @@ msgstr "" "此名稱 %1 以空白字元開頭,會造成它在依名稱排序時出現在其" "他項目前,以及其他可能發生的怪現象。" -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "在資料夾名稱中使用斜槓 (/) 會建立子資料夾,類似:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "在資料夾名稱中使用斜槓 (/) 會建立子資料夾。" -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "斜槓 (/) 不能用在檔案及資料夾名稱中。" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "反斜槓 (\\) 不能用在檔案及資料夾名稱中。" -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"無法建立名稱為 %1 的檔案或資料夾,因為這個名稱會與使用者" +"的家資料夾位置重疊。" + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3581,96 +3511,139 @@ msgstr "" "不建議使用波浪號 (~) 作為檔案或資料夾名稱的開頭,因為波浪號可能會在使用終端機" "刪除東西時產生誤解及危險。" -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "名為 %1 的資料夾已經存在。" -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "名為 %1 的檔案已經存在。" -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "新增" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "連結到裝置" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "新資料夾" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "建立新資料夾" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "在 %1 建立新資料夾:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "輸入資料夾名稱" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "預設" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "建立新檔案" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "輸入檔案名稱" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "選擇自訂圖示或色彩" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "選擇其他圖示…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "之後也能從資料夾屬性修改圖示。" + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "複製" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "貼上" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "在新分頁開啟「%1」" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "在新視窗開啟「%1」" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "編輯" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "導覽" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "顯示完整路徑" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "前往路徑 %1 內的任何位置" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3682,6 +3655,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "前往路徑中的位置" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "位置" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3705,28 +3685,28 @@ msgstr "其他" msgid "Edit mode" msgstr "編輯模式" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "點選位置導覽" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "點選以編輯位置" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "您未獲授權去執行此檔案。" -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "正在啟動 %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3735,12 +3715,12 @@ msgstr "" "無法使 %1 服務可被執行,取消執行。\n" "%2。" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "您未獲授權去選取應用程式以開啟此檔案。" -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3767,12 +3747,18 @@ msgstr "儲存圖片到 %1 時發生錯誤。" msgid "Icon file too big, download aborted" msgstr "圖示檔案太大了,放棄下載" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "檔案預覽工作:跳過了空白檔案,這或許是損壞的符號連結:%1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "找不到電子郵件軟體" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3783,28 +3769,28 @@ msgstr "" "%1\n" "無效。" -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "正在啟動 %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "找不到命令 %1。" -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "找不到終端機模擬程式" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "無法開啟 %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3815,27 +3801,27 @@ msgstr "" "%1\n" "為 Link 類型,但沒有 URL=... 項目。" -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " "reasons it will not be started." msgstr "可執行檔「%1」位於遠端檔案系統。因安全性考量,將不啟動。" -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." msgstr "為了安全,這個環境下不允許啟動執行檔。" -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " "launched." msgstr "「%1」程式需要有執行權限才可執行。" -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -3844,12 +3830,12 @@ msgstr "" "無法使「%1」檔案能夠執行。\n" "%2。" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "桌面項目檔案 %1 中沒有 Type=... 項目。" -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -3859,12 +3845,12 @@ msgstr "" "此檔案不完全而不應被開啟。\n" "請檢查開啟的應用程式與通知區域是否有進行中的工作或下載。" -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "無法開啟檔案。" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "程式「%1」無法啟動。" @@ -3951,72 +3937,67 @@ msgstr "" "已經被變更.\n" "您是否要上傳改變?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "KIO Exec - 開啟遠端檔案, 檢查變更, 並提示上傳。" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003 KFM/Konqueror 開發團隊" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "將 URL 視為本地端檔案,並稍後刪除它們" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "下載檔案的建議檔名" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "要執行的指令." -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "給 '命令' 用的 URL 或本地端檔案." -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "設定 %1 的權限控制列表" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4025,7 +4006,7 @@ msgstr "" "無法變更該權限\n" "%1" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4033,118 +4014,37 @@ msgid "" "%1" msgstr "無法變更以下檔案的擁有者及群組%1" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "無法開啟暫存檔" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "找不到 mount 程式" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "找不到 umount 程式" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "變更檔案權限" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "新權限:%1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "變更檔案擁有者" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "新擁有者:UID=%1,GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "移除檔案" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "移除目錄" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "建立目錄" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "目錄權限:%1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "開啟檔案" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "開啟目錄" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "新檔名:%1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "目標:%1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "變更時間戳" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "從:%1,到:%2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "未知動作" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"動作:%1\n" -"來源:%2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "無法複製檔案從 %1 到 %2(錯誤代碼:%3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "沒有 %1 的媒體於裝置中" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "無法取得使用者 %1 的代碼。" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "無法取得群組 %1 的代碼。" @@ -4186,32 +4086,32 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "您必須提供一組使用者名稱和密碼來存取這個網站。" -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "網站:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "登入成功" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "無法登入 %1。" -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4220,7 +4120,7 @@ msgstr "" "\n" "伺服器回傳:「%1」" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4228,12 +4128,12 @@ msgid "" msgstr "" "您必須為下列的代理伺服器提供一組使用者名稱和密碼,才能夠取得存取網站的權限。" -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "代理伺服器:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "代理伺服器認證失敗。" @@ -4285,101 +4185,101 @@ msgid "" msgstr "您希望以後不提示就接受該憑證嗎?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "伺服端認證" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1%2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "否則,該請求就已經成功了。" -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "接收屬性數值" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "設定屬性數值" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "建立所請求的資料夾" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "複製指定的檔案或資料夾" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "搬移指定的檔案或資料夾" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "在指定的資料夾搜尋" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "鎖住指定的檔案或資料夾" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "解除鎖定指定的檔案或資料夾" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "刪除指定的檔案或資料夾" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "查詢伺服器的性能" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "接收所指定的檔案或資料夾的內容" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "在指定的資料夾執行報告" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "在連線到 %2 發生了非預期的錯誤 (%1)。" -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4387,20 +4287,20 @@ msgid "" "below." msgstr "在連線到 %2 要求 %1 時發生錯誤。錯誤原因如下。" -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "連線到 %1 被拒絕,存取失敗。" -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " "intermediate collections (folders) have been created." msgstr "資源無法在目標被建立,直到一個或多個中間集合(資料夾)已經被建立之後。" -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4414,28 +4314,28 @@ msgstr "" "仍然試圖覆寫檔案。\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "發出的鎖定請求無法被許可。%1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "伺服器並不支援請求內容的類型。" -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "無法連線到 %1,因為資源被鎖定,所以無法進行。" -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "該動作被另外一個錯誤所阻止。" -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4443,25 +4343,25 @@ msgid "" "folder." msgstr "無法連線到 %1,因為對方伺服器拒絕接收該檔案或資料夾。" -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " "of the resource after the execution of this method." msgstr "目標資源需的空間並不足以紀錄在執行這個方式之後的資源狀態" -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "資源無法被刪除。" -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "上傳 %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4472,15 +4372,15 @@ msgstr "在連線到 %2 發生了無預期的錯誤 (%1)。" msgid "Network" msgstr "網路" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "不正確的 URL %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4491,12 +4391,12 @@ msgstr "" "目錄 %1 不存在,所以無法回復這個檔案。您可以重新建立該目錄,或是把這個檔案拖" "曳到別處去存放。" -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "無效的通訊協定結合。" -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "檔案已經在垃圾桶內了。" @@ -4532,7 +4432,7 @@ msgstr "清空垃圾桶" msgid "Restore a trashed file to its original location" msgstr "將垃圾桶內的檔案回復到原來的位置" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "垃圾桶已滿。請將其清空或手動移除項目。" @@ -4553,17 +4453,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "重試" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "認證對話框" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "存取被拒" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "您可能沒有權限存取 %1 通訊協定。" @@ -4672,41 +4572,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "預期的總和檢查碼 (MD5、SHA1、SHA256 或 SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "點選以從剪貼簿貼上檢查碼到輸入區。" #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4716,9 +4616,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "計算" @@ -4727,135 +4627,208 @@ msgstr "計算" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "點選以複製檢查碼到剪貼簿中。" -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "取消(&A)" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "移動到這裡(&M)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "下載到此處(&D)" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "複製到這裡(&C)" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "連結到這裡(&L)" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "啟動(&L)" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "您打算怎麼處理這個檔案?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "不要再詢問" +msgctxt "@action:button" +msgid "&Open" +msgstr "開啟(&O)" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "執行(&E)" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "用 %1 開啟(&O)" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "復原變更" +msgid "Would you like to launch this file?" +msgstr "您確定要啟動這個檔案嗎?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "復原這次操作需要 root 權限。您想要繼續嗎?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "建立目錄" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "來源" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "目的地" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "複製中" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "移動中" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "重新命名中" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "正在移到垃圾桶" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "刪除中" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "復原(&O)" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "復原:複製(&O)" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "復原:連結(&O)" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "復原:移動(&O)" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "復原:重新命名(&O)" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "復原:丟到垃圾桶(&O)" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "復原:建立資料夾(&O)" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "復原:建立資料夾(&O)" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "復原:建立檔案(&O)" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "復原:批次重新命名(&O)" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "重做(&R)" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "重做:複製(&R)" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "重做:連結(&R)" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "重做:移動(&R)" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "重做:重新命名(&R)" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "重做:丟到垃圾桶(&R)" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "重做:建立資料夾(&R)" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "重做:建立資料夾(&R)" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "重做:建立檔案(&R)" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "重做:批次重新命名(&R)" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -4867,12 +4840,12 @@ msgstr "" "復原此複製動作會將變更後的檔案刪除,所以所有變更都會遺失。\n" "您確定您要刪除 %4 嗎?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "確認復原檔案複製動作" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4880,24 +4853,25 @@ msgid "" "filename>This action cannot be undone." msgstr "" -"您真的要從垃圾桶中永久刪除這個項目嗎?%1此動作無法復原。" +"您真的要永久刪除這個項目嗎?%1此動作無法復原。" -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "永久刪除" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "永久刪除" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4907,10 +4881,10 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" -"您要從垃圾桶中永久刪除 %1 個項目嗎?此動作" -"無法復原。" +"您真的要永久刪除這 %1 個項目嗎?此動作無法" +"復原。" -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4920,13 +4894,13 @@ msgstr "" "您要從垃圾桶中永久刪除所有的項目嗎?此動作" "無法復原。" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "清空垃圾桶" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -4934,7 +4908,7 @@ msgid "" "filename>" msgstr "您真的要將這個項目移到垃圾桶嗎?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5018,7 +4992,7 @@ msgstr "擁有者" msgid "Owning Group" msgstr "擁有群組" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "其他" @@ -5091,219 +5065,243 @@ msgstr "更新系統組態" msgid "Updating system configuration…" msgstr "正在更新系統設定…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "名稱" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "大小" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "日期" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "權限" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "擁有者" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "群組" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "類型" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "用 %1 開啟(&W)" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "動作(&A)" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "資料夾開啟方式(&O)…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "開啟方式(&O)…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "執行可執行檔(&E)" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "用 %1 開啟資料夾(&O)" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "用 %1 開啟(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "資料夾開啟方式(&O)" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "開啟方式(&O)" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "其他應用程式(&O)…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" msgid_plural "%1 items" msgstr[0] "%1 個項目" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "未知" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "停止" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "在 Filelight 瀏覽" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "掛載來源:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "剩餘空間:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "類型:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "內容:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "開啟方式:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "變更…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "位置:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "大小:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "變更…" +msgid "Determine the folder size" +msgstr "判斷資料夾大小" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "內容:" +msgid "Stop" +msgstr "停止" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "停止判斷資料夾大小" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "在 Filelight 瀏覽" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "指向:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "修改時間:" +msgid "Show target" +msgstr "顯示目標" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "建立時間:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "檔案系統:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "未知的大小" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "掛載點:" +msgid "Modified:" +msgstr "修改時間:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "存取時間:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "開啟方式:" +msgid "File system:" +msgstr "檔案系統:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "掛載點:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "掛載來源:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "剩餘空間:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "未知的大小" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5546,7 +5544,7 @@ msgstr "獨立顯示卡" #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "使用專用的顯示卡執行" +msgstr "使用獨立顯示卡來執行" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5589,24 +5587,27 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"在這裡輸入這個應用程式的描述,可根據它的用途。例如:一個撥號應用程式 (KPPP) " -"應該是「撥號工具」。" +"在這裡輸入應用程式的通用名稱。例如:一個影像檢視應用程式會是「影像檢視器」。" #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "描述(&D):" +msgid "&Generic name:" +msgstr "通用名稱(&G):" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "在這裡輸入任何您認為有幫助的註解。" +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"在這裡輸入這個應用程式的描述,可根據它的用途。例如:一個影像檢視應用程式會是" +"「檢視並編輯影像」。" #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5617,7 +5618,7 @@ msgstr "備註(&E):" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "環境變數:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -5811,7 +5812,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "分享" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5820,36 +5821,55 @@ msgid "" msgstr "" "無法儲存屬性。沒有足夠的存取權來寫入檔案:%1。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "一般(&G)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "輸入檔案名稱" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "在 %1 瀏覽" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "更新" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "輸入目標位置" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "顯示 %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "未知的大小" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -5858,162 +5878,168 @@ msgstr "" "計算中... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "%1 個檔案" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 個子資料夾" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "計算中…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "至少 %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "新的檔案名稱是空的。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "沒有定義檔案類型" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "沒有相關的應用程式" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "建立…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "變更…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "變更開啟類型為「%1」的檔案的預設應用程式。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "無法存取" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "只能檢視" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "可以檢視與修改" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "只能檢視內容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "可以檢視 & 修改內容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "只能檢視 / 讀取內容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "可以檢視/讀取 & 修改/寫入" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "權限(&P)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "存取權限" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "所有的檔案都是連結而沒有權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "只有擁有者可以變更權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "擁有者(&W):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "指定擁有者被允許進行的動作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "群組(&U):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "指定群組的成員被允許進行的動作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "其他(&T):" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " "group, are allowed to do." msgstr "指定所有既非擁有者也不在群組中的使用者被允許進行的動作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "只有擁有者才能刪除或重新命名內容(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "允許將檔案作為程式執行(&E)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "刪除或重新命名:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "執行:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6023,7 +6049,7 @@ msgstr "" "啟用此選項將指允許資料夾的擁有者可以刪除或重新命名包含的檔案與資料夾。其他的" "使用者只能加入新的檔案,但必須具有「編輯內容」的權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6032,42 +6058,42 @@ msgstr "" "啟用此選項會將檔案標示為可執行。這只對程式與命令稿有意義。當您要執行它們的時" "候,這是必須的。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "進階權限(&D)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "擁有權" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "使用者:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "群組:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "套用改變到所有的子資料夾和它們的內容" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "進階權限" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "類別" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6076,22 +6102,22 @@ msgstr "" "顯示\n" "項目" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "這個旗標允許檢視此資料夾的內容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "讀取" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "讀取旗標允許檢視這個檔案的內容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6100,7 +6126,7 @@ msgstr "" "寫入\n" "項目" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6109,43 +6135,43 @@ msgstr "" "這個旗標允許加入、重新命名與刪除檔案。注意刪除與重新命名可以使用相黏旗標來限" "制。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "寫入" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "寫入旗標允許修改這個檔案的內容。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "進入" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "啟用這個旗標已允許進入此資料夾。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "執行" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "啟用這個旗標將允許這檔案像程式一樣執行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "特殊屬性" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6153,51 +6179,51 @@ msgid "" msgstr "" "特殊的旗標。對整個資料夾都有效,這個旗標精確的意思可以在右手邊的欄位看到。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "特殊的旗標。這個旗標精確的意思可以在右手邊的欄位看到。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "使用者" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "群組" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "如果設定這個旗標,此資料夾的擁有者將會成為所有新檔案的擁有者。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the owner." msgstr "如果這個檔案是可執行檔並且設定這個旗標,它將會以擁有者的權限執行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "如果設定這個旗標,此資料夾的群組將會設定到所有新檔案。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " "the permissions of the group." msgstr "如果這個檔案是可執行檔並且設定這個旗標,它將會以群組的權限執行。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6206,94 +6232,85 @@ msgstr "" "如果在資料夾上設定相黏旗標,只有擁有者和 root 可以刪除或重新命名檔案。否則任" "何具有寫入權限的人都可以進行此項動作。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " "systems" msgstr "在檔案上的相黏旗標會被 Linux 忽略,但是可能會被某些系統使用" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "SUID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "SGID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "相黏" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "連結" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "變化(沒有改變)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "這些檔案使用進階權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "這些資料夾使用進階權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "這些檔案使用進階權限。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "總和檢查碼(&H)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "計算中…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "無效的總和檢查碼。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "給定的輸入不是有效的 MD5、SHA1 或 SHA256 總和檢查碼。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "總和檢查碼符合。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "計算出來的總和檢查碼與預期中的符合。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6303,56 +6320,72 @@ msgstr "" "

    總和檢查碼不符合。

    這可能是中間有失誤的下載所導致。請試著重新下載檔案。" "
    若驗證持續失敗,請連絡 原始檔案的提供者。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "計算出來的總和檢查碼與預期中的不同。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "正在檢查總和碼…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "所有檔案的檢查碼皆相同。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "所選檔案檢查碼不同。" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "計算中…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "URL(&R)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "無法儲存屬性。只支援本地檔案系統的項目。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "應用程式(&A)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "加入 %1 的檔案類型" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "選擇一個或多個要加入的檔案類型:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "只支援本地檔案系統的執行檔。" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "%1 的進階選項" @@ -6450,22 +6483,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "設定網頁捷徑…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "開啟檔案對話方塊" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "剪貼簿內容的檔名:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "貼上的檔案" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "貼上剪貼簿內容" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6474,66 +6509,77 @@ msgstr "" "當您使用「貼上」時剪貼簿已經改變了:所選擇的資料格式已經不適用了。請再次複製" "您所想要貼上的項目。" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "貼上 1 個資料夾" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "貼上 1 個檔案" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" msgid_plural "Paste %1 Items" msgstr[0] "貼上 %1 個項目" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "貼上剪貼簿內容(&P)…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "貼上" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "資料格式:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "剪貼簿內容的檔名:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "放入內容的檔名:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "日期:%1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "大小:%1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "全部套用(&Y)" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6541,45 +6587,45 @@ msgstr "" "勾選此選項的話,此按鍵按下後會套用到目前工作剩餘的,所有的衝突資料夾。\n" "除非您按下「跳過」,否則您還是會接到目錄中現有檔案的衝突。" -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "勾選此選項的話,按下按鍵會套用到目前工作剩餘的所有衝突。" -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "重新命名(&R)" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "建議的新名稱(&N)" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "略過(&S)" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "不要複製或移動此資料夾,而跳到下一個項目" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "不要複製或移動此檔案,而跳到下一個項目" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "寫入(&W)" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6590,25 +6636,25 @@ msgstr "" "檔案與資料夾會複製到現有的目錄,與現有的內容並存。\n" "
若是與現有的檔案衝突,您會收到一個提示。" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "覆寫舊檔案(&O)" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " "the source, skipped otherwise." msgstr "修改時間比較舊的目的檔案會被來源覆蓋,沒有比較舊的則會略過。" -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "恢復(&R)" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6617,67 +6663,57 @@ msgstr "" "此動作將覆寫「%1」它自己。\n" "請輸入新的檔案名稱:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "繼續(&O)" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "您確定要覆寫目的地嗎?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "您確定要將「%1」的內容合併到「%2」中嗎?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "來源" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "目的地" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "來源較新。" -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "來源較舊。" -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "來源小了 %1" -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "來源大了 %1" -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "檔案相同。" -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "檔案看起來相同。" -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "檔案不同。" -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6686,51 +6722,64 @@ msgstr "" "檔案很可能相同:它們有一樣的大小,而且它們的內容開頭、中間一部分和結尾也相" "同。" -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "比較檔案" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "舊項目中已經有一個叫做「%1」存在了。" -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "另一個名為 %1 的同類檔案已經存在。" -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "已經有一個更新的,叫做「%1」的項目存在了。" -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "重新命名:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "重新命名項目" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "重新命名項目" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "重新命名(&R)" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "重新命名「%1」項目至:" -#: widgets/renamefiledialog.cpp:87 +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "名為 %1 的檔案已經存在。" + +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 不是有效的檔案名稱。" + +#: widgets/renamefiledialog.cpp:164 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item to:" +msgid_plural "Rename the %1 selected items to:" +msgstr[0] "重新命名 %1 個選取項目至:" + +#: widgets/renamefiledialog.cpp:167 +#, kde-format +msgctxt "@info" +msgid "# will be replaced by ascending numbers starting with:" +msgstr "# 會取代成從下述數字往上數的數字:" + +#: widgets/renamefiledialog.cpp:176 #, kde-format msgctxt "" "This a template for new filenames, # is replaced by a number later, must be " @@ -6738,45 +6787,171 @@ msgctxt "" msgid "New name #" msgstr "新名稱 #" -#: widgets/renamefiledialog.cpp:88 -#, kde-format -msgctxt "@label:textbox" -msgid "Rename the %1 selected item to:" -msgid_plural "Rename the %1 selected items to:" -msgstr[0] "重新命名 %1 個選取項目至:" - -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:283 #, kde-format msgctxt "@info" -msgid "# will be replaced by ascending numbers starting with:" -msgstr "# 會取代成從下述數字往上數的數字:" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"無效檔案名稱:新的檔案名稱應該包含一串 \"#\",除非所有檔案的副檔名都不一樣。" + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "重新命名 %1 個已選項目的方式:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "取代:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "樣式" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "成為:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "替代文字" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "沒有包含樣式的檔案名稱。" + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "將「%1」取代為空白替代會使 %2 的檔名變成空的。" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "重新命名 %1 個已選項目:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "新增文字:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "要新增的文字" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "到檔案名稱前方" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "到檔案名稱後方" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "重新命名項目" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "重新命名項目" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "重新命名(&R)" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "如何重新命名:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "列舉" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "取代文字" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "新增文字" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "預覽:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "%1 無法重新命名為空白的檔案名稱。" #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "資訊" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "取代" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "重試" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "全部取代" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "略過" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "全部略過" @@ -6863,7 +7038,7 @@ msgstr "" "遠端主機並未送出任何 SSL 憑證。\n" "因為無法建立主機身份,因此將中止。" -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -6880,8 +7055,8 @@ msgid "" "filename>This action cannot be undone." msgstr "" -"您真的要從垃圾桶中永久刪除這個項目嗎?%1此動作無法復原。" +"您真的要永久刪除這個項目嗎?%1此動作無法復原。" #: widgets/widgetsaskuseractionhandler.cpp:240 #, kde-kuit-format @@ -6893,89 +7068,322 @@ msgid_plural "" "Do you really want to permanently delete these %1 items?This action cannot be undone." msgstr[0] "" -"您要從垃圾桶中永久刪除這 %1 個項目嗎?此動" -"作無法復原。" +"您真的要永久刪除這 %1 個項目嗎?此動作無法" +"復原。" #: widgets/widgetsaskuseractionhandler.cpp:253 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"由於此項目太大,無法將它移動至垃圾桶。要改成永久刪除它嗎?%1此動作無法復原。" +"垃圾桶太滿而無法接受這個檔案。要改成永久刪除它們嗎?%1此動作無法復原。" #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"垃圾桶太滿而無法接受這 %1 個檔案。要改成永久刪除它們嗎?此動作無法復原。" + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"這個項目的位置沒有可用的垃圾桶。要改成永久刪除它嗎?%1此動作無法復原。" + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"由於這 %1 個項目太大,無法將它們移動至垃圾桶。要改成永久刪除它們嗎?%1此動作無法復原。" -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "是否將這 %1 個項目移至垃圾桶?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "不要再詢問" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "不要再詢問" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "不要再顯示此訊息" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "對等的 SSL 憑證鍊可能損壞了。" -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "警告" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "這會啟動此程式:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "若您不信任此程式,請點擊「取消」" +#~ msgid "File System:" +#~ msgstr "檔案系統:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "不詢問而直接啟動執行檔" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "不詢問而直接用預設預設程式開啟執行檔" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "為所有執行檔記住" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "您可以在 Dolphin 檔案管理員的「確認」設定裡復原這個設定。" + +#~ msgid "Change Attribute" +#~ msgstr "變更屬性" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "變更檔案屬性需要 root 權限。您想要繼續嗎?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "完成複製操作需要 root 權限。您想要繼續嗎?" + +#~ msgid "Delete Files" +#~ msgstr "刪除檔案" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "完成刪除操作需要 root 權限。不過,這可能會毀損您的系統。您想要繼續嗎?" + +#~ msgid "Create Folder" +#~ msgstr "建立資料夾" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "建立此資料夾需要 root 權限。您想要繼續嗎?" + +#~ msgid "Move Items" +#~ msgstr "移動項目" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "完成移動操作需要 root 權限。您想要繼續嗎?" + +#~ msgid "Rename" +#~ msgstr "重新命名" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "完成重新命名需要 root 權限。您想要繼續嗎?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "建立符號連結需要 root 權限。您想要繼續嗎?" + +#~ msgid "Transfer data" +#~ msgstr "傳輸資料" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "完成傳輸資料需要 root 權限。您想要繼續嗎?" + +#~ msgid "Undo Changes" +#~ msgstr "復原變更" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "復原這次操作需要 root 權限。您想要繼續嗎?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "設定 %1 的權限控制列表" + +#~ msgid "Change File Permissions" +#~ msgstr "變更檔案權限" + +#~ msgid "New Permissions: %1" +#~ msgstr "新權限:%1" + +#~ msgid "Change File Owner" +#~ msgstr "變更檔案擁有者" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "新擁有者:UID=%1,GID=%2" + +#~ msgid "Remove File" +#~ msgstr "移除檔案" + +#~ msgid "Remove Directory" +#~ msgstr "移除目錄" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "目錄權限:%1" + +#~ msgid "Open File" +#~ msgstr "開啟檔案" + +#~ msgid "Open Directory" +#~ msgstr "開啟目錄" + +#~ msgid "New Filename: %1" +#~ msgstr "新檔名:%1" + +#~ msgid "Target: %1" +#~ msgstr "目標:%1" + +#~ msgid "Change Timestamp" +#~ msgstr "變更時間戳" + +#~ msgid "From: %1, To: %2" +#~ msgstr "從:%1,到:%2" + +#~ msgid "Unknown Action" +#~ msgstr "未知動作" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "動作:%1\n" +#~ "來源:%2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "顯示書籤按鈕" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "正在移動檔案" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "正在複製檔案" + +#~ msgid "&Description:" +#~ msgstr "描述(&D):" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "在這裡輸入任何您認為有幫助的註解。" + +#~ msgid "Do not ask again" +#~ msgstr "不要再詢問" + +#~ msgid "&Filter:" +#~ msgstr "篩選器(&F):" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "這是應用到檔案清單的篩選器。不符合該篩選器的檔案名稱將不會被顯示。

    " +#~ "您可以從下拉選單中選擇預設的篩選器,或者直接在文字區域中輸入自訂的篩選器。" +#~ "

    允許使用 * 和 ? 萬用字元。

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "您選取了一個以上的資料夾,此對話框不接受多個資料夾,所以無法決定要用哪一" +#~ "個。請只選擇一個資料夾即可。" + +#~ msgid "More than one folder provided" +#~ msgstr "提供了多個資料夾" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "您至少選擇了一個資料夾與一個檔案。選取的檔案會被忽略,而選取的資料夾會被列" +#~ "出" + +#~ msgid "Files and folders selected" +#~ msgstr "選取了檔案與資料夾" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "雖然已經與伺服器聯繫,但在配置給該要求的限定時間內,未收到伺服器的回應,細" +#~ "節如下:
    • 設立連線逾時時限:%1 秒
    • 接收回應逾時時限:%2 秒
    • 存取代理伺服器逾時時限:%3 秒
    註:您可以在 KDE 系統設定" +#~ "中,選擇 「網路設定」─「連線偏好設定」,以變更這些逾時時限設定。" + #~ msgid "Is &executable" #~ msgstr "是可執行檔(&E)" @@ -8057,9 +8465,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ "for the trash, the maximum." #~ msgstr "這是計算後垃圾桶最大會佔掉多少磁碟空間大小。" -#~ msgid "Show a Warning" -#~ msgstr "顯示警告" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "刪除垃圾桶裡最舊的檔案" @@ -8187,10 +8592,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ msgid "Space" #~ msgstr "空白" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "預設" - #~ msgid "Modify Web Shortcut" #~ msgstr "變更網頁捷徑" @@ -8518,10 +8919,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ msgid "Could not find any application or handler for %1" #~ msgstr "找不到任何 %1 的應用程式或操作器" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "貼上 %1 個檔案(&P)" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "貼上 %1 個網址(&P)" @@ -8621,14 +9018,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ msgid "Invalid Directory Name" #~ msgstr "無效的目錄名稱" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "無法建立檔名為 %1 的資料夾,因為這個檔案名稱被作" -#~ "業系統作為保留用途。" - #~ msgid "File Type Options" #~ msgstr "檔案型態選項" @@ -8666,9 +9055,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince 不支援卸載。" -#~ msgid "File name:" -#~ msgstr "檔案名稱:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    " - "Please note that you can alter these timeout settings in the KDE " - "System Settings, by selecting Network Settings -> Connection Preferences.", - KProtocolManager::connectTimeout(), - KProtocolManager::responseTimeout(), - KProtocolManager::proxyConnectTimeout()); + "the request."); causes << cNetpath << i18n( "The server was too busy responding to other " diff --git a/local/recipes/kde/kf6-kio/source/src/core/job_p.h b/local/recipes/kde/kf6-kio/source/src/core/job_p.h index e9eab0cf69..5283161d4f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/job_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/job_p.h @@ -45,13 +45,12 @@ public: : m_parentJob(nullptr) , m_extraFlags(0) , m_uiDelegateExtension(KIO::defaultJobUiDelegateExtension()) - , m_privilegeExecutionEnabled(false) { } virtual ~JobPrivate(); - /** + /*! * Some extra storage space for jobs that don't have their own * private d pointer. */ @@ -80,16 +79,10 @@ public: Job *m_parentJob; int m_extraFlags; MetaData m_incomingMetaData; - MetaData m_internalMetaData; MetaData m_outgoingMetaData; JobUiDelegateExtension *m_uiDelegateExtension; Job *q_ptr; - // For privilege operation - bool m_privilegeExecutionEnabled; - QString m_title, m_message; - FileOperationType m_operationType; - QByteArray privilegeOperationData(); void slotSpeed(KJob *job, unsigned long speed); static void emitMoving(KIO::Job *, const QUrl &src, const QUrl &dest); @@ -108,11 +101,11 @@ public: class SimpleJobPrivate : public JobPrivate { public: - /** + /*! * Creates a new simple job. - * @param url the url of the job - * @param command the command of the job - * @param packedArgs the arguments + * \a url the url of the job + * \a command the command of the job + * \a packedArgs the arguments */ SimpleJobPrivate(const QUrl &url, int command, const QByteArray &packedArgs) : m_worker(nullptr) @@ -150,56 +143,51 @@ public: void simpleJobInit(); - /** + /*! * Called on a worker's connected signal. - * @see connected() + * \sa connected() */ void slotConnected(); - /** + /*! * Forward signal from the worker. - * @param data_size the processed size in bytes - * @see processedSize() + * \a data_size the processed size in bytes + * \sa processedSize() */ void slotProcessedSize(KIO::filesize_t data_size); - /** + /*! * Forward signal from the worker. - * @param speed the speed in bytes/s - * @see speed() + * \a speed the speed in bytes/s + * \sa speed() */ void slotSpeed(unsigned long speed); - /** + /*! * Forward signal from the worker. * Can also be called by the parent job, when it knows the size. - * @param data_size the total size + * \a data_size the total size */ void slotTotalSize(KIO::filesize_t data_size); - /** + /*! * Called on a worker's info message. - * @param s the info message - * @see infoMessage() + * \a s the info message + * \sa infoMessage() */ void _k_slotWorkerInfoMessage(const QString &s); - /** - * Called when privilegeOperationRequested() is emitted by worker. - */ - void slotPrivilegeOperationRequested(); - - /** - * @internal + /*! + * \internal * Called by the scheduler when a worker gets to * work on this job. **/ virtual void start(KIO::Worker *worker); - /** - * @internal + /*! + * \internal * Called to detach a worker from a job. **/ void workerDone(); - /** + /*! * Called by subclasses to restart the job after a redirection was signalled. * The m_redirectionURL data member can appear in several subclasses, so we have it * passed in. The regular URL will be set to the redirection URL which is then cleared. @@ -224,25 +212,6 @@ public: if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - // Only delete, rename and symlink operation accept JobFlags. - FileOperationType opType; - switch (command) { - case CMD_DEL: - opType = Delete; - break; - case CMD_RENAME: - opType = Rename; - break; - case CMD_SYMLINK: - opType = Symlink; - break; - default: - return job; - } - job->d_func()->m_operationType = opType; - } return job; } }; @@ -278,23 +247,23 @@ public: QPointer m_outgoingDataSource; QMetaObject::Connection m_readChannelFinishedConnection; - /** + /*! * Flow control. Suspend data processing from the worker. */ void internalSuspend(); - /** + /*! * Flow control. Resume data processing from the worker. */ void internalResume(); - /** - * @internal + /*! + * \internal * Called by the scheduler when a worker gets to * work on this job. - * @param worker the worker that works on the job + * \a worker the worker that works on the job */ void start(KIO::Worker *worker) override; - /** - * @internal + /*! + * \internal * Called when the KIO worker needs the data to send the server. This slot * is invoked when the data is to be sent is read from a QIODevice rather * instead of a QByteArray buffer. @@ -313,10 +282,6 @@ public: job->setFinishedNotificationHidden(); KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Transfer; - } return job; } @@ -328,17 +293,13 @@ public: job->setFinishedNotificationHidden(); KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Transfer; - } return job; } }; class DirectCopyJobPrivate; -/** - * @internal +/*! + * \internal * Used for direct copy from or to the local filesystem (i.e.\ WorkerBase::copy()) */ class DirectCopyJob : public SimpleJob @@ -353,8 +314,8 @@ public Q_SLOTS: void slotCanResume(KIO::filesize_t offset); Q_SIGNALS: - /** - * @internal + /*! + * \internal * Emitted if the job found an existing partial file * and supports resuming. Used by FileCopyJob. */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/jobtracker.h b/local/recipes/kde/kf6-kio/source/src/core/jobtracker.h index 52a0d73e49..4fd9c2ef8b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/jobtracker.h +++ b/local/recipes/kde/kf6-kio/source/src/core/jobtracker.h @@ -14,15 +14,16 @@ class KJobTrackerInterface; namespace KIO { -/** +// TODO qdoc header file +/*! * Returns the job tracker to be used by all KIO jobs (in which HideProgressInfo is not set) */ KIOCORE_EXPORT KJobTrackerInterface *getJobTracker(); -/** - * @internal +/*! + * \internal * Allows the KIO widgets library to register its widget-based job tracker automatically. - * @since 5.0 + * \since 5.0 */ KIOCORE_EXPORT void setJobTracker(KJobTrackerInterface *tracker); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/jobuidelegateextension.h b/local/recipes/kde/kf6-kio/source/src/core/jobuidelegateextension.h index 9a21f25c0e..d034ebafbe 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/jobuidelegateextension.h +++ b/local/recipes/kde/kf6-kio/source/src/core/jobuidelegateextension.h @@ -20,69 +20,72 @@ namespace KIO class Job; class ClipboardUpdater; -/** - * @see RenameDialog_Options - * @since 5.0 +/*! + * \since 5.0 + * + * \value RenameDialog_Overwrite We have an existing destination, show details about it and offer to overwrite it + * \value RenameDialog_OverwriteItself Warn that the current operation would overwrite a file with itself, which is not allowed + * \value RenameDialog_Skip Offer a "Skip" button, to skip other files too. Requires RenameDialog_MultipleItems + * \value RenameDialog_MultipleItems Set if the current operation concerns multiple files, so it makes sense to offer buttons that apply the user's choice to + * all files/folders + * \value RenameDialog_Resume Offer a "Resume" button (plus "Resume All" if RenameDialog_MultipleItems) + * \value RenameDialog_NoRename Don't offer a "Rename" button + * \value [since 5.78] RenameDialog_DestIsDirectory The destination is a directory, the dialog updates labels and tooltips accordingly + * \value [since 5.78] RenameDialog_SourceIsDirectory The source is a directory, the dialog updates labels and tooltips accordingly */ enum RenameDialog_Option { - RenameDialog_Overwrite = 1, ///< We have an existing destination, show details about it and offer to overwrite it. - RenameDialog_OverwriteItself = 2, ///< Warn that the current operation would overwrite a file with itself, which is not allowed. - RenameDialog_Skip = 4, ///< Offer a "Skip" button, to skip other files too. Requires RenameDialog_MultipleItems. - RenameDialog_MultipleItems = - 8, ///< Set if the current operation concerns multiple files, so it makes sense to offer buttons that apply the user's choice to all files/folders. - RenameDialog_Resume = 16, ///< Offer a "Resume" button (plus "Resume All" if RenameDialog_MultipleItems). - RenameDialog_NoRename = 64, ///< Don't offer a "Rename" button. - RenameDialog_DestIsDirectory = 128, ///< The destination is a directory, the dialog updates labels and tooltips accordingly. @since 5.78 - RenameDialog_SourceIsDirectory = 256, ///< The source is a directory, the dialog updates labels and tooltips accordingly. @since 5.78 + RenameDialog_Overwrite = 1, + RenameDialog_OverwriteItself = 2, + RenameDialog_Skip = 4, + RenameDialog_MultipleItems = 8, + RenameDialog_Resume = 16, + RenameDialog_NoRename = 64, + RenameDialog_DestIsDirectory = 128, + RenameDialog_SourceIsDirectory = 256, }; -/** - * Stores a combination of #RenameDialog_Option values. - */ + Q_DECLARE_FLAGS(RenameDialog_Options, RenameDialog_Option) Q_DECLARE_OPERATORS_FOR_FLAGS(RenameDialog_Options) -/** - * @see SkipDialog_Options - * @since 5.0 - */ +/*! + * \since 5.0 + * + * \value SkipDialog_MultipleItems Set if the current operation concerns multiple files, so it makes sense to offer buttons that apply the user's choice to all +files/folders. + * \value [since 5.86] SkipDialog_Replace_Invalid_Chars Set if the current operation involves copying files/folders with certain characters in their names that +are not supported by the destination filesystem (e.g.\ VFAT and NTFS disallow "*" in file/folder names). This will make the SkipDialog show a "Replace" button +that can be used to instruct the underlying job to replace any problematic character with an underscore "_" + * \value [since 5.88] SkipDialog_Hide_Retry Set if the current operation cannot be retried. For example if there is an issue that involves the destination +filesystem support, e.g. VFAT and ExFat don't support symlinks, then retrying doesn't make sense. +*/ enum SkipDialog_Option { - /** - * Set if the current operation concerns multiple files, so it makes sense - * to offer buttons that apply the user's choice to all files/folders. - */ SkipDialog_MultipleItems = 8, - /** - * Set if the current operation involves copying files/folders with certain - * characters in their names that are not supported by the destination - * filesystem (e.g.\ VFAT and NTFS disallow "*" in file/folder names). - * - * This will make the SkipDialog show a "Replace" button that can be used - * to instruct the underlying job to replace any problematic character with - * an underscore "_". - * - * @since 5.86 - */ SkipDialog_Replace_Invalid_Chars = 16, - - /** - * Set if the current operation @e cannot be retried. - * - * For example if there is an issue that involves the destination filesystem - * support, e.g. VFAT and ExFat don't support symlinks, then retrying doesn't - * make sense. - * - * @since 5.88 - */ SkipDialog_Hide_Retry = 32, }; -/** - * Stores a combination of #SkipDialog_Option values. - */ Q_DECLARE_FLAGS(SkipDialog_Options, SkipDialog_Option) Q_DECLARE_OPERATORS_FOR_FLAGS(SkipDialog_Options) -/** +/*! * The result of a rename or skip dialog + * + * \value Result_Cancel + * \value Result_Rename + * \value Result_Skip + * \value Result_AutoSkip + * \value Result_Overwrite + * \value Result_OverwriteAll + * \value Result_Resume + * \value Result_Rename + * \value Result_Retry + * \value Result_ResumeAll + * \value Result_AutoRename + * \value [since 5.77] Result_OverwriteWhenOlder Can be returned only when multiple files are passed, Option overwrite is passed and files modification times + * are valid + * \value [since 5.86] Result_ReplaceInvalidChars Can be returned if the user selects to replace any character disallowed by the destination filesystem with an + * underscore "_". See SkipDialog_Option::SkipDialog_Replace_Invalid_Chars + * \value [since 5.86] Result_ReplaceAllInvalidChars The same as Result_ReplaceInvalidChars, but the user selected to automatically replace any invalid + * character, without being asked about every file/folder */ enum RenameDialog_Result { Result_Cancel = 0, @@ -95,98 +98,100 @@ enum RenameDialog_Result { Result_ResumeAll = 7, Result_AutoRename = 8, Result_Retry = 9, - /** - * Can be returned only when multiple files are passed, Option overwrite is passed - * And files modification times are valid - * @since 5.77 - */ Result_OverwriteWhenOlder = 10, - /** - * Can be returned if the user selects to replace any character disallowed - * by the destination filesystem with an underscore "_". - * - * See @ref SkipDialog_Option::SkipDialog_Replace_Invalid_Chars - * - * @since 5.86 - */ Result_ReplaceInvalidChars = 11, - /** - * The same as @c Result_ReplaceInvalidChars, but the user selected to - * automatically replace any invalid character, without being asked about - * every file/folder. - * - * @since 5.86 - */ Result_ReplaceAllInvalidChars = 12, }; typedef RenameDialog_Result SkipDialog_Result; -/** - * @class KIO::JobUiDelegateExtension jobuidelegateextension.h +/*! + * \class KIO::JobUiDelegateExtension + * \inheaderfile KIO/JobUiDelegateExtension + * \inmodule KIOCore * * An abstract class defining interaction with users from KIO jobs: + * \list * \li asking for confirmation before deleting files or directories - * @since 5.0 + * \endlist + * \since 5.0 */ class KIOCORE_EXPORT JobUiDelegateExtension { protected: - /** + /*! * Constructor */ JobUiDelegateExtension(); - /** - * Destructor - */ virtual ~JobUiDelegateExtension(); public: - /** +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 15) + /*! * The type of deletion: real deletion, moving the files to the trash * or emptying the trash * Used by askDeleteConfirmation. + * + * \value Delete + * \value Trash + * \value EmptyTrash */ enum DeletionType { Delete, Trash, EmptyTrash }; - /** + + /*! * ForceConfirmation: always ask the user for confirmation * DefaultConfirmation: don't ask the user if he/she said "don't ask again". * * Used by askDeleteConfirmation. + * + * \value DefaultConfirmation + * \value ForceConfirmation */ enum ConfirmationType { DefaultConfirmation, ForceConfirmation }; - /** - * Ask for confirmation before deleting/trashing @p urls. + /*! + * Ask for confirmation before deleting/trashing \a urls. * * Note that this method is not called automatically by KIO jobs. It's the application's * responsibility to ask the user for confirmation before calling KIO::del() or KIO::trash(). * - * @param urls the urls about to be deleted/trashed - * @param deletionType the type of deletion (Delete for real deletion, Trash otherwise) - * @param confirmationType see ConfirmationType. Normally set to DefaultConfirmation. - * Note: the window passed to setWindow is used as the parent for the message box. - * @return true if confirmed + * \a urls the urls about to be deleted/trashed + * + * \a deletionType the type of deletion (Delete for real deletion, Trash otherwise) + * + * \a confirmationType see ConfirmationType. Normally set to DefaultConfirmation. + * + * \note the window passed to setWindow is used as the parent for the message box. + * + * Returns \c true if confirmed */ + KIOCORE_DEPRECATED_VERSION(6, 15, "Use AskUserActionInterface::askUserDelete instead") virtual bool askDeleteConfirmation(const QList &urls, DeletionType deletionType, ConfirmationType confirmationType) = 0; +#endif + /*! + * \value UpdateContent + * \value OverwriteContent + * \value RemoveContent + * + */ enum ClipboardUpdaterMode { UpdateContent, OverwriteContent, RemoveContent, }; - /** + /*! * Creates a clipboard updater as a child of the given job. */ virtual ClipboardUpdater *createClipboardUpdater(Job *job, ClipboardUpdaterMode mode); - /** + /*! * Update URL in clipboard, if present */ virtual void updateUrlInClipboard(const QUrl &src, const QUrl &dest); @@ -198,17 +203,21 @@ private: Private *const d; }; -/** +/*! + * \relates KIO::JobUiDelegateExtension + * * Returns the default job UI delegate extension to be used by all KIO jobs (in which HideProgressInfo is not set) * Can return nullptr, if no kio GUI library is loaded. - * @since 5.0 + * \since 5.0 */ KIOCORE_EXPORT JobUiDelegateExtension *defaultJobUiDelegateExtension(); -/** +/*! + * \relates KIO::JobUiDelegateExtension + * * Internal. Allows the KIO widgets library to register its widget-based job UI delegate extension * automatically. - * @since 5.0 + * \since 5.0 */ KIOCORE_EXPORT void setDefaultJobUiDelegateExtension(JobUiDelegateExtension *extension); diff --git a/local/recipes/kde/kf6-kio/source/src/core/jobuidelegatefactory.h b/local/recipes/kde/kf6-kio/source/src/core/jobuidelegatefactory.h index 4845e540ec..6f3654ba00 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/jobuidelegatefactory.h +++ b/local/recipes/kde/kf6-kio/source/src/core/jobuidelegatefactory.h @@ -21,31 +21,35 @@ class QWidget; namespace KIO { -/** - * @class KIO::JobUiDelegateFactory jobuidelegatefactory.h +/*! + * \class KIO::JobUiDelegateFactory + * \inheaderfile KIO/JobUiDelegateFactory + * \inmodule KIOCore + * + * \brief A factory for creating job ui delegates. * - * A factory for creating job ui delegates. * Every KIO job will get a delegate from this factory. + * * \since 5.0 */ class KIOCORE_EXPORT JobUiDelegateFactory { protected: - /** + /*! * Constructor */ JobUiDelegateFactory(); - /** - * Destructor - */ virtual ~JobUiDelegateFactory(); public: + /*! + * + */ virtual KJobUiDelegate *createDelegate() const = 0; - /** - * @since 6.0 + /*! + * \since 6.0 */ virtual KJobUiDelegate *createDelegate(KJobUiDelegate::Flags flags, QWidget *window) const = 0; @@ -54,36 +58,45 @@ private: Private *const d; }; -/** +/*! + * \relates KIO::JobUiDelegateFactory * Convenience method: use default factory, if there's one, to create a delegate and return it. */ KIOCORE_EXPORT KJobUiDelegate *createDefaultJobUiDelegate(); -/** +/*! + * \relates KIO::JobUiDelegateFactory + * * Convenience method: use default factory, if there's one, to create a delegate and return it. * - * @since 5.98 + * \since 5.98 */ KIOCORE_EXPORT KJobUiDelegate *createDefaultJobUiDelegate(KJobUiDelegate::Flags flags, QWidget *window); -/** +/*! + * \relates KIO::JobUiDelegateFactory + * * Returns the default job UI delegate factory to be used by all KIO jobs (in which HideProgressInfo is not set) * Can return nullptr, if no kio GUI library is loaded. - * @since 6.0 + * \since 6.0 */ KIOCORE_EXPORT JobUiDelegateFactory *defaultJobUiDelegateFactory(); -/** +/*! + * \relates KIO::JobUiDelegateFactory + * * Internal. Allows the KIO widgets library to register its widget-based job UI delegate factory * automatically. - * @since 6.0 + * \since 6.0 */ KIOCORE_EXPORT void setDefaultJobUiDelegateFactory(JobUiDelegateFactory *factory); -/** +/*! + * \relates KIO::JobUiDelegateFactory + * * Returns the child of the job's uiDelegate() that implements the given extension, * or nullptr if none was found (or if the job had no uiDelegate). - * @since 5.78 + * \since 5.78 */ template inline T delegateExtension(KJob *job) diff --git a/local/recipes/kde/kf6-kio/source/src/core/kacl.cpp b/local/recipes/kde/kf6-kio/source/src/core/kacl.cpp index d874b27907..0641dead51 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kacl.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kacl.cpp @@ -339,9 +339,7 @@ bool KACL::setMaskPermissions(unsigned short v) using unique_ptr_acl_free = std::unique_ptr; #endif -/************************** - * Deal with named users * - **************************/ +// Deal with named users unsigned short KACL::namedUserPermissions(const QString &name, bool *exists) const { #if HAVE_POSIX_ACL @@ -528,9 +526,7 @@ bool KACL::setAllUserPermissions(const ACLUserPermissionsList &users) #endif } -/************************** - * Deal with named groups * - **************************/ +// Deal with named groups unsigned short KACL::namedGroupPermissions(const QString &name, bool *exists) const { @@ -601,9 +597,7 @@ bool KACL::setAllGroupPermissions(const ACLGroupPermissionsList &groups) #endif } -/************************** - * from and to string * - **************************/ +// from and to string bool KACL::setACL(const QString &aclStr) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/kacl.h b/local/recipes/kde/kf6-kio/source/src/core/kacl.h index f5a2fff143..d80b67a4db 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kacl.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kacl.h @@ -26,33 +26,34 @@ typedef QList ACLGroupPermissionsList; typedef QList::iterator ACLGroupPermissionsIterator; typedef QList::const_iterator ACLGroupPermissionsConstIterator; -/** - * @class KACL kacl.h +/*! + * \class KACL + * \inmodule KIOCore + * + * \brief a POSIX ACL encapsulation. * * The KACL class encapsulates a POSIX Access Control List. It follows the * little standard that couldn't, 1003.1e/1003.2c, which died in draft status. - * @short a POSIX ACL encapsulation - * @author Till Adam */ class KIOCORE_EXPORT KACL { public: - /** - * Creates a new KACL from @p aclString. If the string is a valid acl + /*! + * Creates a new KACL from \a aclString. If the string is a valid acl * string, isValid() will afterwards return true. */ KACL(const QString &aclString); - /** Copy ctor */ + /*! Copy ctor */ KACL(const KACL &rhs); - /** - * Creates a new KACL from the basic permissions passed in @p basicPermissions. + /*! + * Creates a new KACL from the basic permissions passed in \a basicPermissions. * isValid() will return true, afterwards. */ KACL(mode_t basicPermissions); - /** + /*! * Creates an empty KACL. Until a valid acl string is set via setACL, * isValid() will return false. */ @@ -66,116 +67,115 @@ public: bool operator!=(const KACL &rhs) const; - /** + /*! * Returns whether the KACL object represents a valid acl. - * @return whether the KACL object represents a valid acl. */ bool isValid() const; - /** The standard (non-extended) part of an ACL. These map directly to + /* The standard (non-extended) part of an ACL. These map directly to * standard unix file permissions. Setting them will never make a valid * ACL invalid. */ - /** @return the owner's permissions entry */ + /*! Returns the owner's permissions entry */ unsigned short ownerPermissions() const; - /** Set the owner's permissions entry. - * @return success or failure */ + /*! Set the owner's permissions entry. + * Returns success or failure */ bool setOwnerPermissions(unsigned short); - /** @return the owning group's permissions entry */ + /*! Returns the owning group's permissions entry */ unsigned short owningGroupPermissions() const; - /** Set the owning group's permissions entry. - * @return success or failure */ + /*! Set the owning group's permissions entry. + * Returns success or failure */ bool setOwningGroupPermissions(unsigned short); - /** @return the permissions entry for others */ + /*! Returns the permissions entry for others */ unsigned short othersPermissions() const; - /** Set the permissions entry for others. - * @return success or failure */ + /*! Set the permissions entry for others. + * Returns success or failure */ bool setOthersPermissions(unsigned short); - /** @return the basic (owner/group/others) part of the ACL as a mode_t */ + /*! Returns the basic (owner/group/others) part of the ACL as a mode_t */ mode_t basePermissions() const; - /** The interface to the extended ACL. This is a mask, permissions for + /* The interface to the extended ACL. This is a mask, permissions for * n named users and permissions for m named groups. */ - /** + /*! * Return whether the ACL contains extended entries or can be expressed * using only basic file permissions. - * @return whether the ACL contains extended entries */ + */ bool isExtended() const; - /** + /*! * Return the entry for the permissions mask if there is one and sets - * @p exists to true. If there is no such entry, @p exists is set to false. - * @return the permissions mask entry */ + * \a exists to true. If there is no such entry, \a exists is set to false. + * Returns the permissions mask entry */ unsigned short maskPermissions(bool &exists) const; - /** Set the permissions mask for the ACL. Permissions set for individual + /*! Set the permissions mask for the ACL. Permissions set for individual * entries will be masked with this, such that their effective permissions * are the result of the logical and of their entry and the mask. - * @return success or failure */ + * Returns success or failure */ bool setMaskPermissions(unsigned short); - /** + /*! * Access to the permissions entry for a named user, if such an entry - * exists. If @p exists is non-null, the boolean variable it points to + * exists. If \a exists is non-null, the boolean variable it points to * is set to true if a matching entry exists and to false otherwise. - * @return the permissions for a user entry with the name in @p name */ + * Returns the permissions for a user entry with the name in \a name */ unsigned short namedUserPermissions(const QString &name, bool *exists) const; - /** Set the permissions for a user with the name @p name. Will fail + /*! Set the permissions for a user with the name \a name. Will fail * if the user doesn't exist, in which case the ACL will be unchanged. - * @return success or failure. */ + * Returns success or failure. */ bool setNamedUserPermissions(const QString &name, unsigned short); - /** Returns the list of all group permission entries. Each entry consists + /*! Returns the list of all group permission entries. Each entry consists * of a name/permissions pair. This is a QPair, therefore access is provided * via the .first and .next members. - * @return the list of all group permission entries. */ + * Returns the list of all group permission entries. */ ACLUserPermissionsList allUserPermissions() const; - /** Replace the list of all user permissions with @p list. If one + /*! Replace the list of all user permissions with \a list. If one * of the entries in the list does not exists, or setting of the ACL * entry fails for any reason, the ACL will be left unchanged. - * @return success or failure */ + * Returns success or failure */ bool setAllUserPermissions(const ACLUserPermissionsList &list); - /** + /*! * Access to the permissions entry for a named group, if such an entry - * exists. If @p exists is non-null, the boolean variable it points to is + * exists. If \a exists is non-null, the boolean variable it points to is * set to true if a matching entry exists and to false otherwise. - * @return the permissions for a group with the name in @p name */ + * Returns the permissions for a group with the name in \a name */ unsigned short namedGroupPermissions(const QString &name, bool *exists) const; - /** Set the permissions for a group with the name @p name. Will fail + /*! Set the permissions for a group with the name \a name. Will fail * if the group doesn't exist, in which case the ACL be unchanged. - * @return success or failure. */ + * Returns success or failure. */ bool setNamedGroupPermissions(const QString &name, unsigned short); - /** Returns the list of all group permission entries. Each entry consists + /*! Returns the list of all group permission entries. Each entry consists * of a name/permissions pair. This is a QPair, therefore access is provided * via the .first and .next members. - * @return the list of all group permission entries. */ - + * Returns the list of all group permission entries. */ ACLGroupPermissionsList allGroupPermissions() const; - /** Replace the list of all user permissions with @p list. If one + + /*! Replace the list of all user permissions with \a list. If one * of the entries in the list does not exists, or setting of the ACL * entry fails for any reason, the ACL will be left unchanged. - * @return success or failure */ - bool setAllGroupPermissions(const ACLGroupPermissionsList &); + * Returns success or failure */ + bool setAllGroupPermissions(const ACLGroupPermissionsList &list); - /** Sets the whole list from a string. If the string in @p aclStr represents + /*! Sets the whole list from a string. If the string in \a aclStr represents * a valid ACL, it will be set, otherwise the ACL remains unchanged. - * @return whether setting the ACL was successful. */ + * Returns whether setting the ACL was successful. */ bool setACL(const QString &aclStr); - /** Return a string representation of the ACL. - * @return a string version of the ACL in the format compatible with libacl and + /*! Return a string representation of the ACL. + * Returns a string version of the ACL in the format compatible with libacl and * POSIX 1003.1e. Implementations conforming to that standard should be able * to take such strings as input. */ QString asString() const; diff --git a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.cpp b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.cpp index 1bf88a0263..5bcc914a4a 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.cpp @@ -14,7 +14,6 @@ #include "../utils_p.h" #include "kiocoredebug.h" -#include "kmountpoint.h" #include #include @@ -89,7 +88,7 @@ bool KCoreDirListerCache::listDir(KCoreDirLister *lister, const QUrl &dirUrl, bo _url.setPath(QDir::cleanPath(_url.path())); // kill consecutive slashes // like this we don't have to worry about trailing slashes any further - _url = _url.adjusted(QUrl::StripTrailingSlash); + _url = cleanUpTrailingSlash(_url); QString resolved; if (_url.isLocalFile()) { @@ -128,7 +127,7 @@ bool KCoreDirListerCache::listDir(KCoreDirLister *lister, const QUrl &dirUrl, bo lister->d->lstDirs.removeAll(_url); // clear _url for lister - forgetDirs(lister, _url, true, KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions)); + forgetDirs(lister, _url, true); if (lister->d->url == _url) { lister->d->rootFileItem = KFileItem(); @@ -147,11 +146,11 @@ bool KCoreDirListerCache::listDir(KCoreDirLister *lister, const QUrl &dirUrl, bo KCoreDirListerCacheDirectoryData &dirData = directoryData[_url]; // find or insert - if (dirData.listersCurrentlyListing.isEmpty()) { + if (dirData.listerCountByStatus(ListerStatus::Listing) == 0) { // if there is an update running for _url already we get into // the following case - it will just be restarted by updateDirectory(). - dirData.listersCurrentlyListing.append(lister); + dirData.insertOrModifyLister(lister, ListerStatus::Listing); DirItem *itemFromCache = nullptr; if (itemU || (!_reload && (itemFromCache = itemsCached.take(_url)))) { @@ -195,7 +194,7 @@ bool KCoreDirListerCache::listDir(KCoreDirLister *lister, const QUrl &dirUrl, bo KIO::ListJob *job = KIO::listDir(_url, KIO::HideProgressInfo); if (lister->requestMimeTypeWhileListing()) { - job->addMetaData(QStringLiteral("details"), QString::number(KIO::StatDefaultDetails | KIO::StatMimeType)); + job->setDetails(KIO::StatDefaultDetails | KIO::StatMimeType); } runningListJobs.insert(job, KIO::UDSEntryList()); @@ -208,19 +207,18 @@ bool KCoreDirListerCache::listDir(KCoreDirLister *lister, const QUrl &dirUrl, bo Q_EMIT lister->started(_url); - qCDebug(KIO_CORE_DIRLISTER) << "Entry now being listed by" << dirData.listersCurrentlyListing; + qCDebug(KIO_CORE_DIRLISTER) << "Entry now being listed by" << dirData.listersByStatus(ListerStatus::Listing); } } else { - qCDebug(KIO_CORE_DIRLISTER) << "Entry currently being listed:" << _url << "by" << dirData.listersCurrentlyListing; + qCDebug(KIO_CORE_DIRLISTER) << "Entry currently being listed:" << _url << "by" << dirData.listersByStatus(ListerStatus::Listing); #ifdef DEBUG_CACHE printDebug(); #endif Q_EMIT lister->started(_url); - // Maybe listersCurrentlyListing/listersCurrentlyHolding should be QSets? - Q_ASSERT(!dirData.listersCurrentlyListing.contains(lister)); - dirData.listersCurrentlyListing.append(lister); + Q_ASSERT(!dirData.contains(lister, ListerStatus::Listing)); + dirData.insertOrModifyLister(lister, ListerStatus::Listing); // a new lister is listing this _url, incr watch refcount if (lister->d->autoUpdate) { @@ -354,14 +352,13 @@ void KCoreDirListerCache::forgetCachedItemsJob(KCoreDirListerPrivate::CachedItem lister->d->m_cachedItemsJobs.removeAll(cachedItemsJob); KCoreDirListerCacheDirectoryData &dirData = directoryData[_url]; - Q_ASSERT(dirData.listersCurrentlyListing.contains(lister)); + Q_ASSERT(dirData.contains(lister, ListerStatus::Listing)); KIO::ListJob *listJob = jobForUrl(_url); if (!listJob) { - Q_ASSERT(!dirData.listersCurrentlyHolding.contains(lister)); + Q_ASSERT(!dirData.contains(lister, ListerStatus::Holding)); qCDebug(KIO_CORE_DIRLISTER) << "Moving from listing to holding, because no more job" << lister << _url; - dirData.listersCurrentlyHolding.append(lister); - dirData.listersCurrentlyListing.removeAll(lister); + dirData.insertOrModifyLister(lister, ListerStatus::Holding); } else { qCDebug(KIO_CORE_DIRLISTER) << "Still having a listjob" << listJob << ", so not moving to currently-holding."; } @@ -380,7 +377,7 @@ void KCoreDirListerCache::stop(KCoreDirLister *lister, bool silent) void KCoreDirListerCache::stopListingUrl(KCoreDirLister *lister, const QUrl &_u, bool silent) { QUrl url(_u); - url = url.adjusted(QUrl::StripTrailingSlash); + url = cleanUpTrailingSlash(url); KCoreDirListerPrivate::CachedItemsJob *cachedItemsJob = lister->d->cachedItemsJobForUrl(url); if (cachedItemsJob) { @@ -398,14 +395,15 @@ void KCoreDirListerCache::stopListingUrl(KCoreDirLister *lister, const QUrl &_u, return; } KCoreDirListerCacheDirectoryData &dirData = dirit.value(); - if (dirData.listersCurrentlyListing.contains(lister)) { + auto listersCurrentlyListing = dirData.listersByStatus(ListerStatus::Listing); + if (listersCurrentlyListing.contains(lister)) { qCDebug(KIO_CORE_DIRLISTER) << " found lister" << lister << "in list - for" << url; - if (dirData.listersCurrentlyListing.count() == 1) { + if (listersCurrentlyListing.count() == 1) { // This was the only dirlister interested in the list job -> kill the job stopListJob(url, silent); } else { // Leave the job running for the other dirlisters, just unsubscribe us. - dirData.listersCurrentlyListing.removeAll(lister); + dirData.removeLister(lister); if (!silent) { Q_EMIT lister->canceled(); Q_EMIT lister->listingDirCanceled(url); @@ -464,37 +462,23 @@ void KCoreDirListerCache::forgetDirs(KCoreDirLister *lister) lister->d->lstDirs.clear(); qCDebug(KIO_CORE_DIRLISTER) << "Iterating over dirs" << lstDirsCopy; - const auto possibleMountPoints = KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions); for (const QUrl &dir : lstDirsCopy) { - forgetDirs(lister, dir, false, possibleMountPoints); + forgetDirs(lister, dir, false); } } -static bool manually_mounted(const QString &path, const KMountPoint::List &possibleMountPoints) -{ - KMountPoint::Ptr mp = possibleMountPoints.findByPath(path); - if (!mp) { // not listed in fstab -> yes, manually mounted - if (possibleMountPoints.isEmpty()) { // no fstab at all -> don't assume anything - return false; - } - return true; - } - // noauto -> manually mounted. Otherwise, mounted at boot time, won't be unmounted any time soon hopefully. - return mp->mountOptions().contains(QLatin1String("noauto")); -} - -void KCoreDirListerCache::forgetDirs(KCoreDirLister *lister, const QUrl &_url, bool notify, const KMountPoint::List &possibleMountPoints) +void KCoreDirListerCache::forgetDirs(KCoreDirLister *lister, const QUrl &_url, bool notify) { qCDebug(KIO_CORE_DIRLISTER) << lister << " _url: " << _url; - const QUrl url = _url.adjusted(QUrl::StripTrailingSlash); + const QUrl url = cleanUpTrailingSlash(_url); DirectoryDataHash::iterator dit = directoryData.find(url); if (dit == directoryData.end()) { return; } KCoreDirListerCacheDirectoryData &dirData = *dit; - dirData.listersCurrentlyHolding.removeAll(lister); + dirData.removeLister(lister); // This lister doesn't care for updates running in anymore KIO::ListJob *job = jobForUrl(url); @@ -506,7 +490,7 @@ void KCoreDirListerCache::forgetDirs(KCoreDirLister *lister, const QUrl &_url, b Q_ASSERT(item); bool insertIntoCache = false; - if (dirData.listersCurrentlyHolding.isEmpty() && dirData.listersCurrentlyListing.isEmpty()) { + if (dirData.totaListerCount() == 0) { // item not in use anymore -> move into cache if complete directoryData.erase(dit); itemsInUse.remove(url); @@ -533,41 +517,8 @@ void KCoreDirListerCache::forgetDirs(KCoreDirLister *lister, const QUrl &_url, b insertIntoCache = item->complete; if (insertIntoCache) { - // TODO(afiestas): remove use of KMountPoint+manually_mounted and port to Solid: - // 1) find Volume for the local path "item->url.toLocalFile()" (which could be anywhere - // under the mount point) -- probably needs a new operator in libsolid query parser - // 2) [**] becomes: if (Drive is hotpluggable or Volume is removable) "set to dirty" else "keep watch" - - // Should we forget the dir for good, or keep a watch on it? - // Generally keep a watch, except when it would prevent - // unmounting a removable device (#37780) - const bool isLocal = item->url.isLocalFile(); - bool isManuallyMounted = false; - bool containsManuallyMounted = false; - if (isLocal) { - isManuallyMounted = manually_mounted(item->url.toLocalFile(), possibleMountPoints); - if (!isManuallyMounted) { - // Look for a manually-mounted directory inside - // If there's one, we can't keep a watch either, FAM would prevent unmounting the CDROM - // I hope this isn't too slow - auto kit = item->lstItems.constBegin(); - const auto kend = item->lstItems.constEnd(); - for (; kit != kend && !containsManuallyMounted; ++kit) { - if ((*kit).isDir() && manually_mounted((*kit).url().toLocalFile(), possibleMountPoints)) { - containsManuallyMounted = true; - } - } - } - } - - if (isManuallyMounted || containsManuallyMounted) { // [**] - qCDebug(KIO_CORE_DIRLISTER) << "Not adding a watch on " << item->url << " because it " - << (isManuallyMounted ? "is manually mounted" : "contains a manually mounted subdir"); - item->complete = false; // set to "dirty" - } else { - item->incAutoUpdate(); // keep watch, incr refcount to account for cache - item->watchedWhileInCache = true; - } + item->incAutoUpdate(); // keep watch, incr refcount to account for cache + item->watchedWhileInCache = true; } else { delete item; item = nullptr; @@ -589,9 +540,9 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) { qCDebug(KIO_CORE_DIRLISTER) << _dir; - QUrl dir = _dir.adjusted(QUrl::StripTrailingSlash); + QUrl dir = cleanUpTrailingSlash(_dir); if (!checkUpdate(dir)) { - auto parentDir = dir.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + auto parentDir = cleanUpTrailingSlash(dir.adjusted(QUrl::RemoveFilename)); if (checkUpdate(parentDir)) { // if the parent is in use, update it instead dir = parentDir; @@ -606,8 +557,8 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) // - update a currently running listing: the listers are in both KCoreDirListerCacheDirectoryData &dirData = directoryData[dir]; - const QList listers = dirData.listersCurrentlyListing; - const QList holders = dirData.listersCurrentlyHolding; + const QList listers = dirData.listersByStatus(ListerStatus::Listing); + const QList holders = dirData.listersByStatus(ListerStatus::Holding); qCDebug(KIO_CORE_DIRLISTER) << dir << "listers=" << listers << "holders=" << holders; @@ -621,8 +572,8 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) } else { // Emit any cached items. // updateDirectory() is about the diff compared to the cached items... - for (const KCoreDirLister *kdl : listers) { - KCoreDirListerPrivate::CachedItemsJob *cachedItemsJob = kdl->d->cachedItemsJobForUrl(dir); + for (const KCoreDirLister *lister : listers) { + KCoreDirListerPrivate::CachedItemsJob *cachedItemsJob = lister->d->cachedItemsJobForUrl(dir); if (cachedItemsJob) { cachedItemsJob->setEmitCompleted(false); cachedItemsJob->done(); // removes from cachedItemsJobs list @@ -640,8 +591,8 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) qCWarning(KIO_CORE) << "The unexpected happened."; qCWarning(KIO_CORE) << "listers for" << dir << "=" << listers; qCWarning(KIO_CORE) << "job=" << job; - for (const KCoreDirLister *kdl : listers) { - qCDebug(KIO_CORE_DIRLISTER) << "lister" << kdl << "m_cachedItemsJobs=" << kdl->d->m_cachedItemsJobs; + for (const KCoreDirLister *lister : listers) { + qCDebug(KIO_CORE_DIRLISTER) << "lister" << lister << "m_cachedItemsJobs=" << lister->d->m_cachedItemsJobs; } #ifndef NDEBUG printDebug(); @@ -660,7 +611,7 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) }); if (requestFromListers || requestFromholders) { - job->addMetaData(QStringLiteral("details"), QString::number(KIO::StatDefaultDetails | KIO::StatMimeType)); + job->setDetails(KIO::StatDefaultDetails | KIO::StatMimeType); } connect(job, &KIO::ListJob::entries, this, &KCoreDirListerCache::slotUpdateEntries); @@ -668,19 +619,19 @@ void KCoreDirListerCache::updateDirectory(const QUrl &_dir) qCDebug(KIO_CORE_DIRLISTER) << "update started in" << dir; - for (KCoreDirLister *kdl : listers) { - kdl->jobStarted(job); + for (KCoreDirLister *lister : listers) { + lister->jobStarted(job); } if (!holders.isEmpty()) { if (!killed) { - for (KCoreDirLister *kdl : holders) { - kdl->jobStarted(job); - Q_EMIT kdl->started(dir); + for (KCoreDirLister *holder : holders) { + holder->jobStarted(job); + Q_EMIT holder->started(dir); } } else { - for (KCoreDirLister *kdl : holders) { - kdl->jobStarted(job); + for (KCoreDirLister *holder : holders) { + holder->jobStarted(job); } } } @@ -711,7 +662,7 @@ KFileItem KCoreDirListerCache::itemForUrl(const QUrl &url) const KCoreDirListerCache::DirItem *KCoreDirListerCache::dirItemForUrl(const QUrl &dir) const { - const QUrl url = dir.adjusted(QUrl::StripTrailingSlash); + const QUrl url = cleanUpTrailingSlash(dir); DirItem *item = itemsInUse.value(url); if (!item) { item = itemsCached[url]; @@ -749,9 +700,9 @@ KFileItem KCoreDirListerCache::findByName(const KCoreDirLister *lister, const QS KFileItem KCoreDirListerCache::findByUrl(const KCoreDirLister *lister, const QUrl &_u) const { QUrl url(_u); - url = url.adjusted(QUrl::StripTrailingSlash); + url = cleanUpTrailingSlash(url); - const QUrl parentDir = url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + const QUrl parentDir = cleanUpTrailingSlash(url.adjusted(QUrl::RemoveFilename)); DirItem *dirItem = dirItemForUrl(parentDir); if (dirItem) { // If lister is set, check that it contains this dir @@ -817,7 +768,7 @@ void KCoreDirListerCache::slotFilesRemoved(const QList &fileList) } } - const QUrl parentDir = url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + const QUrl parentDir = cleanUpTrailingSlash(url.adjusted(QUrl::RemoveFilename)); const QList parentDirUrls = directoriesForCanonicalPath(parentDir); for (const QUrl &dir : parentDirUrls) { DirItem *dirItem = dirItemForUrl(dir); @@ -838,6 +789,13 @@ void KCoreDirListerCache::slotFilesRemoved(const QList &fileList) dirItem->lstItems.erase(dirItemIt); // remove fileitem from list } } + + // Add only parentDirs of dirs that have not been deleted to the pendingUpdates list + if (!deletedSubdirs.contains(url)) { + for (const auto &dir : parentDirUrls) { + pendingUpdates.insert(dir.toLocalFile()); + } + } } for (auto rit = removedItemsByDir.constBegin(), cend = removedItemsByDir.constEnd(); rit != cend; ++rit) { @@ -845,7 +803,7 @@ void KCoreDirListerCache::slotFilesRemoved(const QList &fileList) // They might need the subdirs' file items (see the dirtree). auto dit = directoryData.constFind(rit.key()); if (dit != directoryData.constEnd()) { - itemsDeleted((*dit).listersCurrentlyHolding, rit.value()); + itemsDeleted((*dit).listersByStatus(ListerStatus::Holding), rit.value()); } } @@ -873,7 +831,7 @@ void KCoreDirListerCache::slotFilesChanged(const QStringList &fileList) // from pendingRemoteUpdates.insert(fileitem); // For remote files, we won't be able to figure out the new information, // we have to do a update (directory listing) - const QUrl dir = url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + const QUrl dir = cleanUpTrailingSlash(url.adjusted(QUrl::RemoveFilename)); if (!dirsToUpdate.contains(dir)) { dirsToUpdate.prepend(dir); } @@ -898,7 +856,7 @@ void KCoreDirListerCache::slotFileRenamed(const QString &_src, const QString &_d printDebug(); #endif - QUrl oldurl = src.adjusted(QUrl::StripTrailingSlash); + QUrl oldurl = cleanUpTrailingSlash(src); KFileItem fileitem = findByUrl(nullptr, oldurl); if (fileitem.isNull()) { qCDebug(KIO_CORE_DIRLISTER) << "Item not found:" << oldurl; @@ -955,8 +913,8 @@ void KCoreDirListerCache::slotFileRenamed(const QString &_src, const QString &_d reinsert(fileitem, itemOldUrl); const std::set listers = emitRefreshItem(oldItem, fileitem); - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItems(); + for (KCoreDirLister *lister : listers) { + lister->d->emitItems(); } } @@ -969,38 +927,37 @@ std::set KCoreDirListerCache::emitRefreshItem(const KFileItem { qCDebug(KIO_CORE_DIRLISTER) << "old:" << oldItem.name() << oldItem.url() << "new:" << fileitem.name() << fileitem.url(); // Look whether this item was shown in any view, i.e. held by any dirlister - const QUrl parentDir = oldItem.url().adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + const QUrl parentDir = cleanUpTrailingSlash(oldItem.url().adjusted(QUrl::RemoveFilename)); DirectoryDataHash::iterator dit = directoryData.find(parentDir); - QList listers; - // Also look in listersCurrentlyListing, in case the user manages to rename during a listing + std::set listers; if (dit != directoryData.end()) { - listers += (*dit).listersCurrentlyHolding + (*dit).listersCurrentlyListing; + for (auto *lister : (*dit).allListers()) { + listers.insert(lister); + } } if (oldItem.isDir()) { // For a directory, look for dirlisters where it's the root item. dit = directoryData.find(oldItem.url()); if (dit != directoryData.end()) { - listers += (*dit).listersCurrentlyHolding + (*dit).listersCurrentlyListing; + for (auto *lister : (*dit).allListers()) { + listers.insert(lister); + } } } - std::set listersToRefresh; - for (KCoreDirLister *kdl : std::as_const(listers)) { - // deduplicate listers - listersToRefresh.insert(kdl); - } - for (KCoreDirLister *kdl : std::as_const(listersToRefresh)) { + + for (KCoreDirLister *lister : std::as_const(listers)) { // For a directory, look for dirlisters where it's the root item. QUrl directoryUrl(oldItem.url()); - if (oldItem.isDir() && kdl->d->rootFileItem == oldItem) { - const KFileItem oldRootItem = kdl->d->rootFileItem; - kdl->d->rootFileItem = fileitem; - kdl->d->addRefreshItem(directoryUrl, oldRootItem, fileitem); + if (oldItem.isDir() && lister->d->rootFileItem == oldItem) { + const KFileItem oldRootItem = lister->d->rootFileItem; + lister->d->rootFileItem = fileitem; + lister->d->addRefreshItem(directoryUrl, oldRootItem, fileitem); } else { - directoryUrl = directoryUrl.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); - kdl->d->addRefreshItem(directoryUrl, oldItem, fileitem); + directoryUrl = cleanUpTrailingSlash(directoryUrl.adjusted(QUrl::RemoveFilename)); + lister->d->addRefreshItem(directoryUrl, oldItem, fileitem); } } - return listersToRefresh; + return listers; } QList KCoreDirListerCache::directoriesForCanonicalPath(const QUrl &dir) const @@ -1029,7 +986,7 @@ QList KCoreDirListerCache::directoriesForCanonicalPath(const QUrl &dir) co void KCoreDirListerCache::slotFileDirty(const QString &path) { qCDebug(KIO_CORE_DIRLISTER) << path; - QUrl url = QUrl::fromLocalFile(path).adjusted(QUrl::StripTrailingSlash); + QUrl url = cleanUpTrailingSlash(QUrl::fromLocalFile(path)); // File or dir? bool isDir; const KFileItem item = itemForUrl(url); @@ -1051,7 +1008,7 @@ void KCoreDirListerCache::slotFileDirty(const QString &path) } } // Also do this for dirs, e.g. to handle permission changes - const QList urls = directoriesForCanonicalPath(url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash)); + const QList urls = directoriesForCanonicalPath(cleanUpTrailingSlash(url.adjusted(QUrl::RemoveFilename))); for (const QUrl &dir : urls) { QUrl aliasUrl(dir); aliasUrl.setPath(Utils::concatPaths(aliasUrl.path(), url.fileName())); @@ -1092,7 +1049,7 @@ void KCoreDirListerCache::handleFileDirty(const QUrl &url) { // A file: do we know about it already? const KFileItem &existingItem = findByUrl(nullptr, url); - const QUrl dir = url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + const QUrl dir = cleanUpTrailingSlash(url.adjusted(QUrl::RemoveFilename)); if (existingItem.isNull()) { // No - update the parent dir then handleDirDirty(dir); @@ -1114,7 +1071,7 @@ void KCoreDirListerCache::slotFileCreated(const QString &path) // from KDirWatch // XXX: how to avoid a complete rescan here? // We'd need to stat that one file separately and refresh the item(s) for it. QUrl fileUrl(QUrl::fromLocalFile(path)); - itemsAddedInDirectory(fileUrl.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash)); + itemsAddedInDirectory(cleanUpTrailingSlash(fileUrl.adjusted(QUrl::RemoveFilename))); } void KCoreDirListerCache::slotFileDeleted(const QString &path) // from KDirWatch @@ -1123,7 +1080,7 @@ void KCoreDirListerCache::slotFileDeleted(const QString &path) // from KDirWatch const QString fileName = QFileInfo(path).fileName(); QUrl dirUrl(QUrl::fromLocalFile(path)); QStringList fileUrls; - const QList urls = directoriesForCanonicalPath(dirUrl.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash)); + const QList urls = directoriesForCanonicalPath(cleanUpTrailingSlash(dirUrl.adjusted(QUrl::RemoveFilename))); for (const QUrl &url : urls) { QUrl urlInfo(url); urlInfo.setPath(Utils::concatPaths(urlInfo.path(), fileName)); @@ -1135,7 +1092,7 @@ void KCoreDirListerCache::slotFileDeleted(const QString &path) // from KDirWatch void KCoreDirListerCache::slotEntries(KIO::Job *job, const KIO::UDSEntryList &entries) { QUrl url(joburl(static_cast(job))); - url = url.adjusted(QUrl::StripTrailingSlash); + url = cleanUpTrailingSlash(url); qCDebug(KIO_CORE_DIRLISTER) << "new entries for " << url; @@ -1153,7 +1110,7 @@ void KCoreDirListerCache::slotEntries(KIO::Job *job, const KIO::UDSEntryList &en return; } KCoreDirListerCacheDirectoryData &dirData = *dit; - const QList listers = dirData.listersCurrentlyListing; + const QList listers = dirData.listersByStatus(ListerStatus::Listing); if (listers.isEmpty()) { qCWarning(KIO_CORE) << "Internal error: job is listing" << url << "but directoryData says no listers are currently listing " << url; #ifndef NDEBUG @@ -1165,8 +1122,8 @@ void KCoreDirListerCache::slotEntries(KIO::Job *job, const KIO::UDSEntryList &en // check if anyone wants the MIME types immediately bool delayedMimeTypes = true; - for (const KCoreDirLister *kdl : listers) { - delayedMimeTypes &= kdl->d->delayedMimeTypes; + for (const KCoreDirLister *lister : listers) { + delayedMimeTypes &= lister->d->delayedMimeTypes; } CacheHiddenFile *cachedHidden = nullptr; @@ -1193,9 +1150,9 @@ void KCoreDirListerCache::slotEntries(KIO::Job *job, const KIO::UDSEntryList &en dir->rootItem = KFileItem(entry, url, delayedMimeTypes, true); } - for (KCoreDirLister *kdl : listers) { - if (kdl->d->rootFileItem.isNull() && kdl->d->url == url) { - kdl->d->rootFileItem = dir->rootItem; + for (KCoreDirLister *lister : listers) { + if (lister->d->rootFileItem.isNull() && lister->d->url == url) { + lister->d->rootFileItem = dir->rootItem; } } } else if (name != QLatin1String("..")) { @@ -1227,12 +1184,12 @@ void KCoreDirListerCache::slotEntries(KIO::Job *job, const KIO::UDSEntryList &en // Add the items sorted by url, needed by findByUrl dir->insertSortedItems(newItems); - for (KCoreDirLister *kdl : listers) { - kdl->d->addNewItems(url, newItems); + for (KCoreDirLister *lister : listers) { + lister->d->addNewItems(url, newItems); } - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItems(); + for (KCoreDirLister *lister : listers) { + lister->d->emitItems(); } } @@ -1247,7 +1204,7 @@ void KCoreDirListerCache::slotResult(KJob *j) runningListJobs.remove(job); QUrl jobUrl(joburl(job)); - jobUrl = jobUrl.adjusted(QUrl::StripTrailingSlash); // need remove trailing slashes again, in case of redirections + jobUrl = cleanUpTrailingSlash(jobUrl); // need remove trailing slashes again, in case of redirections qCDebug(KIO_CORE_DIRLISTER) << "finished listing" << jobUrl; @@ -1261,29 +1218,29 @@ void KCoreDirListerCache::slotResult(KJob *j) return; } KCoreDirListerCacheDirectoryData &dirData = *dit; - if (dirData.listersCurrentlyListing.isEmpty()) { + if (dirData.listerCountByStatus(ListerStatus::Listing) == 0) { qCWarning(KIO_CORE) << "OOOOPS, nothing in directoryData.listersCurrentlyListing for" << jobUrl; // We're about to assert; dump the current state... #ifndef NDEBUG printDebug(); #endif - Q_ASSERT(!dirData.listersCurrentlyListing.isEmpty()); + Q_ASSERT(dirData.listerCountByStatus(ListerStatus::Listing) != 0); } - const QList listers = dirData.listersCurrentlyListing; + const QList listers = dirData.listersByStatus(ListerStatus::Listing); // move all listers to the holding list, do it before emitting // the signals to make sure it exists in KCoreDirListerCache in case someone // calls listDir during the signal emission - Q_ASSERT(dirData.listersCurrentlyHolding.isEmpty()); + Q_ASSERT(dirData.listerCountByStatus(ListerStatus::Holding) == 0); dirData.moveListersWithoutCachedItemsJob(jobUrl); if (job->error()) { bool errorShown = false; - for (KCoreDirLister *kdl : listers) { - kdl->d->jobDone(job); + for (KCoreDirLister *lister : listers) { + lister->d->jobDone(job); if (job->error() != KJob::KilledJobError) { - Q_EMIT kdl->jobError(job); - if (kdl->d->m_autoErrorHandling && !errorShown) { + Q_EMIT lister->jobError(job); + if (lister->d->m_autoErrorHandling && !errorShown) { errorShown = true; // do it only once if (job->uiDelegate()) { job->uiDelegate()->showErrorMessage(); @@ -1292,13 +1249,13 @@ void KCoreDirListerCache::slotResult(KJob *j) } const bool silent = job->property("_kdlc_silent").toBool(); if (!silent) { - Q_EMIT kdl->listingDirCanceled(jobUrl); + Q_EMIT lister->listingDirCanceled(jobUrl); } - if (kdl->d->numJobs() == 0) { - kdl->d->complete = true; + if (lister->d->numJobs() == 0) { + lister->d->complete = true; if (!silent) { - Q_EMIT kdl->canceled(); + Q_EMIT lister->canceled(); } } } @@ -1307,12 +1264,12 @@ void KCoreDirListerCache::slotResult(KJob *j) Q_ASSERT(dir); dir->complete = true; - for (KCoreDirLister *kdl : listers) { - kdl->d->jobDone(job); - Q_EMIT kdl->listingDirCompleted(jobUrl); - if (kdl->d->numJobs() == 0) { - kdl->d->complete = true; - Q_EMIT kdl->completed(); + for (KCoreDirLister *lister : listers) { + lister->d->jobDone(job); + Q_EMIT lister->listingDirCompleted(jobUrl); + if (lister->d->numJobs() == 0) { + lister->d->complete = true; + Q_EMIT lister->completed(); } } } @@ -1339,8 +1296,8 @@ void KCoreDirListerCache::slotRedirection(KIO::Job *j, const QUrl &url) QUrl newUrl(url); // strip trailing slashes - oldUrl = oldUrl.adjusted(QUrl::StripTrailingSlash); - newUrl = newUrl.adjusted(QUrl::StripTrailingSlash); + oldUrl = cleanUpTrailingSlash(oldUrl); + newUrl = cleanUpTrailingSlash(newUrl); if (oldUrl == newUrl) { qCDebug(KIO_CORE_DIRLISTER) << "New redirection url same as old, giving up."; @@ -1370,59 +1327,63 @@ void KCoreDirListerCache::slotRedirection(KIO::Job *j, const QUrl &url) Q_ASSERT(dit != directoryData.end()); KCoreDirListerCacheDirectoryData oldDirData = *dit; directoryData.erase(dit); - Q_ASSERT(!oldDirData.listersCurrentlyListing.isEmpty()); - const QList listers = oldDirData.listersCurrentlyListing; + Q_ASSERT(oldDirData.listerCountByStatus(ListerStatus::Listing) != 0); + const QList listers = oldDirData.listersByStatus(ListerStatus::Listing); Q_ASSERT(!listers.isEmpty()); - for (KCoreDirLister *kdl : listers) { - kdl->d->redirect(oldUrl, newUrl, false /*clear items*/); + for (KCoreDirLister *lister : listers) { + lister->d->redirect(oldUrl, newUrl, false /*clear items*/); } // when a lister was stopped before the job emits the redirection signal, the old url will // also be in listersCurrentlyHolding - const QList holders = oldDirData.listersCurrentlyHolding; - for (KCoreDirLister *kdl : holders) { - kdl->jobStarted(job); + const QList holders = oldDirData.listersByStatus(ListerStatus::Holding); + for (KCoreDirLister *holder : holders) { + holder->jobStarted(job); // do it like when starting a new list-job that will redirect later // TODO: maybe don't emit started if there's an update running for newUrl already? - Q_EMIT kdl->started(oldUrl); + Q_EMIT holder->started(oldUrl); - kdl->d->redirect(oldUrl, newUrl, false /*clear items*/); + holder->d->redirect(oldUrl, newUrl, false /*clear items*/); } const QList allListers = listers + holders; DirItem *newDir = itemsInUse.value(newUrl); - if (newDir) { + DirItem *cachedDir = nullptr; + + // get the job if one's running for newUrl already (can be a list-job or an update-job), but + // do not return this 'job', which would happen because of the use of redirectionURL() + // This is nullptr if the url has the same job for the given parameter to this slot. + KIO::ListJob *oldJob = jobForUrl(newUrl, job); + + // Do not list files again if the jobForUrl is the current job. + if (newDir && oldJob) { qCDebug(KIO_CORE_DIRLISTER) << newUrl << "already in use"; // only in this case there can newUrl already be in listersCurrentlyListing or listersCurrentlyHolding delete dir; - // get the job if one's running for newUrl already (can be a list-job or an update-job), but - // do not return this 'job', which would happen because of the use of redirectionURL() - KIO::ListJob *oldJob = jobForUrl(newUrl, job); - // listers of newUrl with oldJob: forget about the oldJob and use the already running one // which will be converted to an updateJob KCoreDirListerCacheDirectoryData &newDirData = directoryData[newUrl]; - QList &curListers = newDirData.listersCurrentlyListing; + QList curListers = newDirData.listersByStatus(ListerStatus::Listing); if (!curListers.isEmpty()) { qCDebug(KIO_CORE_DIRLISTER) << "and it is currently listed"; Q_ASSERT(oldJob); // ?! - for (KCoreDirLister *kdl : std::as_const(curListers)) { // listers of newUrl - kdl->d->jobDone(oldJob); + for (KCoreDirLister *lister : std::as_const(curListers)) { // listers of newUrl + lister->d->jobDone(oldJob); - kdl->jobStarted(job); - kdl->d->connectJob(job); + lister->jobStarted(job); + lister->d->connectJob(job); } // append listers of oldUrl with newJob to listers of newUrl with oldJob - for (KCoreDirLister *kdl : listers) { - curListers.append(kdl); + for (KCoreDirLister *lister : listers) { + curListers.append(lister); } } else { curListers = listers; @@ -1433,18 +1394,18 @@ void KCoreDirListerCache::slotRedirection(KIO::Job *j, const QUrl &url) } // holders of newUrl: use the already running job which will be converted to an updateJob - QList &curHolders = newDirData.listersCurrentlyHolding; + QList curHolders = newDirData.listersByStatus(ListerStatus::Holding); if (!curHolders.isEmpty()) { qCDebug(KIO_CORE_DIRLISTER) << "and it is currently held."; - for (KCoreDirLister *kdl : std::as_const(curHolders)) { // holders of newUrl - kdl->jobStarted(job); - Q_EMIT kdl->started(newUrl); + for (KCoreDirLister *holder : std::as_const(curHolders)) { // holders of newUrl + holder->jobStarted(job); + Q_EMIT holder->started(newUrl); } // append holders of oldUrl to holders of newUrl - for (KCoreDirLister *kdl : holders) { - curHolders.append(kdl); + for (KCoreDirLister *holder : holders) { + curHolders.append(holder); } } else { curHolders = holders; @@ -1452,42 +1413,46 @@ void KCoreDirListerCache::slotRedirection(KIO::Job *j, const QUrl &url) // emit old items: listers, holders. NOT: newUrlListers/newUrlHolders, they already have them listed // TODO: make this a separate method? - for (KCoreDirLister *kdl : allListers) { - if (kdl->d->rootFileItem.isNull() && kdl->d->url == newUrl) { - kdl->d->rootFileItem = newDir->rootItem; + for (KCoreDirLister *lister : allListers) { + if (lister->d->rootFileItem.isNull() && lister->d->url == newUrl) { + lister->d->rootFileItem = newDir->rootItem; } - kdl->d->addNewItems(newUrl, newDir->lstItems); - kdl->d->emitItems(); + lister->d->addNewItems(newUrl, newDir->lstItems); + lister->d->emitItems(); } - } else if ((newDir = itemsCached.take(newUrl))) { + } else if ((cachedDir = itemsCached.take(newUrl))) { qCDebug(KIO_CORE_DIRLISTER) << newUrl << "is unused, but already in the cache."; delete dir; - itemsInUse.insert(newUrl, newDir); + itemsInUse.insert(newUrl, cachedDir); KCoreDirListerCacheDirectoryData &newDirData = directoryData[newUrl]; - newDirData.listersCurrentlyListing = listers; - newDirData.listersCurrentlyHolding = holders; + newDirData.insertOrModifyListers(listers, ListerStatus::Listing); + newDirData.insertOrModifyListers(holders, ListerStatus::Holding); // emit old items: listers, holders - for (KCoreDirLister *kdl : allListers) { - if (kdl->d->rootFileItem.isNull() && kdl->d->url == newUrl) { - kdl->d->rootFileItem = newDir->rootItem; + for (KCoreDirLister *lister : allListers) { + if (lister->d->rootFileItem.isNull() && lister->d->url == newUrl) { + lister->d->rootFileItem = cachedDir->rootItem; } - kdl->d->addNewItems(newUrl, newDir->lstItems); - kdl->d->emitItems(); + lister->d->addNewItems(newUrl, cachedDir->lstItems); + lister->d->emitItems(); } } else { qCDebug(KIO_CORE_DIRLISTER) << newUrl << "has not been listed yet."; + if (newDir) { + delete newDir; + } + dir->rootItem = KFileItem(); dir->lstItems.clear(); dir->redirect(newUrl); itemsInUse.insert(newUrl, dir); KCoreDirListerCacheDirectoryData &newDirData = directoryData[newUrl]; - newDirData.listersCurrentlyListing = listers; - newDirData.listersCurrentlyHolding = holders; + newDirData.insertOrModifyListers(listers, ListerStatus::Listing); + newDirData.insertOrModifyListers(holders, ListerStatus::Holding); if (holders.isEmpty()) { #ifdef DEBUG_CACHE @@ -1511,7 +1476,7 @@ void KCoreDirListerCache::slotRedirection(KIO::Job *j, const QUrl &url) } struct KCoreDirListerCache::ItemInUseChange { - ItemInUseChange(const QUrl &old, const QUrl &newU, DirItem *di) + ItemInUseChange(const QUrl &old, const QUrl &newU, DirItem *di) noexcept : oldUrl(old) , newUrl(newU) , dirItem(di) @@ -1548,7 +1513,7 @@ void KCoreDirListerCache::renameDir(const QUrl &oldUrl, const QUrl &newUrl) // Update URL in dir item and in itemsInUse dir->redirect(newDirUrl); - itemsToChange.emplace_back(oldDirUrl.adjusted(QUrl::StripTrailingSlash), newDirUrl.adjusted(QUrl::StripTrailingSlash), dir); + itemsToChange.emplace_back(cleanUpTrailingSlash(oldDirUrl), cleanUpTrailingSlash(newDirUrl), dir); // Rename all items under that dir // If all items of the directory change the same part of their url, the order is not // changed, therefore just change it in the list. @@ -1568,8 +1533,8 @@ void KCoreDirListerCache::renameDir(const QUrl &oldUrl, const QUrl &newUrl) } } - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItems(); + for (KCoreDirLister *lister : listers) { + lister->d->emitItems(); } // Do the changes to itemsInUse out of the loop to avoid messing up iterators, @@ -1592,8 +1557,8 @@ void KCoreDirListerCache::renameDir(const QUrl &oldUrl, const QUrl &newUrl) void KCoreDirListerCache::emitRedirections(const QUrl &_oldUrl, const QUrl &_newUrl) { qCDebug(KIO_CORE_DIRLISTER) << _oldUrl << "->" << _newUrl; - const QUrl oldUrl = _oldUrl.adjusted(QUrl::StripTrailingSlash); - const QUrl newUrl = _newUrl.adjusted(QUrl::StripTrailingSlash); + const QUrl oldUrl = cleanUpTrailingSlash(_oldUrl); + const QUrl newUrl = cleanUpTrailingSlash(_newUrl); KIO::ListJob *job = jobForUrl(oldUrl); if (job) { @@ -1605,41 +1570,42 @@ void KCoreDirListerCache::emitRedirections(const QUrl &_oldUrl, const QUrl &_new if (dit == directoryData.end()) { return; } - const QList listers = (*dit).listersCurrentlyListing; - const QList holders = (*dit).listersCurrentlyHolding; + const QList listers = (*dit).listersByStatus(ListerStatus::Listing); + const QList holders = (*dit).listersByStatus(ListerStatus::Holding); KCoreDirListerCacheDirectoryData &newDirData = directoryData[newUrl]; // Tell the world that the job listing the old url is dead. - for (KCoreDirLister *kdl : listers) { + for (KCoreDirLister *lister : listers) { if (job) { - kdl->d->jobDone(job); + lister->d->jobDone(job); } - Q_EMIT kdl->listingDirCanceled(oldUrl); + Q_EMIT lister->listingDirCanceled(oldUrl); } - newDirData.listersCurrentlyListing += listers; + newDirData.insertOrModifyListers(listers, ListerStatus::Listing); // Check if we are currently displaying this directory (odds opposite wrt above) - for (KCoreDirLister *kdl : holders) { + for (KCoreDirLister *holder : holders) { if (job) { - kdl->d->jobDone(job); + holder->d->jobDone(job); } } - newDirData.listersCurrentlyHolding += holders; + newDirData.insertOrModifyListers(holders, ListerStatus::Holding); + directoryData.erase(dit); if (!listers.isEmpty()) { updateDirectory(newUrl); // Tell the world about the new url - for (KCoreDirLister *kdl : listers) { - Q_EMIT kdl->started(newUrl); + for (KCoreDirLister *lister : listers) { + Q_EMIT lister->started(newUrl); } } // And notify the dirlisters of the redirection - for (KCoreDirLister *kdl : holders) { - kdl->d->redirect(oldUrl, newUrl, true /*keep items*/); + for (KCoreDirLister *holder : holders) { + holder->d->redirect(oldUrl, newUrl, true /*keep items*/); } } @@ -1665,7 +1631,7 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) KIO::ListJob *job = static_cast(j); QUrl jobUrl(joburl(job)); - jobUrl = jobUrl.adjusted(QUrl::StripTrailingSlash); // need remove trailing slashes again, in case of redirections + jobUrl = cleanUpTrailingSlash(jobUrl); // need remove trailing slashes again, in case of redirections qCDebug(KIO_CORE_DIRLISTER) << "finished update" << jobUrl; @@ -1673,25 +1639,25 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) // Collect the dirlisters which were listing the URL using that ListJob // plus those that were already holding that URL - they all get updated. dirData.moveListersWithoutCachedItemsJob(jobUrl); - const QList listers = dirData.listersCurrentlyHolding + dirData.listersCurrentlyListing; + const QList listers = dirData.allListers(); // once we are updating dirs that are only in the cache this will fail! Q_ASSERT(!listers.isEmpty()); if (job->error()) { - for (KCoreDirLister *kdl : listers) { - kdl->d->jobDone(job); + for (KCoreDirLister *lister : listers) { + lister->d->jobDone(job); // don't bother the user: no jobError signal emitted const bool silent = job->property("_kdlc_silent").toBool(); if (!silent) { - Q_EMIT kdl->listingDirCanceled(jobUrl); + Q_EMIT lister->listingDirCanceled(jobUrl); } - if (kdl->d->numJobs() == 0) { - kdl->d->complete = true; + if (lister->d->numJobs() == 0) { + lister->d->complete = true; if (!silent) { - Q_EMIT kdl->canceled(); + Q_EMIT lister->canceled(); } } } @@ -1717,8 +1683,8 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) // check if anyone wants the MIME types immediately bool delayedMimeTypes = true; - for (const KCoreDirLister *kdl : listers) { - delayedMimeTypes &= kdl->d->delayedMimeTypes; + for (const KCoreDirLister *lister : listers) { + delayedMimeTypes &= lister->d->delayedMimeTypes; } typedef QHash FileItemHash; // fileName -> KFileItem @@ -1753,9 +1719,9 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) if (dir->rootItem.isNull()) { dir->rootItem = item; - for (KCoreDirLister *kdl : listers) { - if (kdl->d->rootFileItem.isNull() && kdl->d->url == jobUrl) { - kdl->d->rootFileItem = dir->rootItem; + for (KCoreDirLister *lister : listers) { + if (lister->d->rootFileItem.isNull() && lister->d->url == jobUrl) { + lister->d->rootFileItem = dir->rootItem; } } } @@ -1807,8 +1773,8 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) qCDebug(KIO_CORE_DIRLISTER) << "file changed:" << tmp.name(); reinsert(item, tmp.url()); - for (KCoreDirLister *kdl : listers) { - kdl->d->addRefreshItem(jobUrl, tmp, item); + for (KCoreDirLister *lister : listers) { + lister->d->addRefreshItem(jobUrl, tmp, item); } } // Seen, remove @@ -1825,8 +1791,8 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) // Add the items sorted by url, needed by findByUrl dir->insertSortedItems(newItems); - for (KCoreDirLister *kdl : listers) { - kdl->d->addNewItems(jobUrl, newItems); + for (KCoreDirLister *lister : listers) { + lister->d->addNewItems(jobUrl, newItems); } runningListJobs.remove(job); @@ -1835,14 +1801,14 @@ void KCoreDirListerCache::slotUpdateResult(KJob *j) deleteUnmarkedItems(listers, dir->lstItems, fileItems); } - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItems(); + for (KCoreDirLister *lister : listers) { + lister->d->emitItems(); - kdl->d->jobDone(job); - Q_EMIT kdl->listingDirCompleted(jobUrl); - if (kdl->d->numJobs() == 0) { - kdl->d->complete = true; - Q_EMIT kdl->completed(); + lister->d->jobDone(job); + Q_EMIT lister->listingDirCompleted(jobUrl); + if (lister->d->numJobs() == 0) { + lister->d->complete = true; + Q_EMIT lister->completed(); } } @@ -1861,7 +1827,7 @@ KIO::ListJob *KCoreDirListerCache::jobForUrl(const QUrl &url, KIO::ListJob *not_ { for (auto it = runningListJobs.cbegin(); it != runningListJobs.cend(); ++it) { KIO::ListJob *job = it.key(); - const QUrl jobUrl = joburl(job).adjusted(QUrl::StripTrailingSlash); + const QUrl jobUrl = cleanUpTrailingSlash(joburl(job)); if (jobUrl == url && job != not_job) { return job; @@ -1910,8 +1876,8 @@ void KCoreDirListerCache::deleteUnmarkedItems(const QList &lis void KCoreDirListerCache::itemsDeleted(const QList &listers, const KFileItemList &deletedItems) { - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItemsDeleted(deletedItems); + for (KCoreDirLister *lister : listers) { + lister->d->emitItemsDeleted(deletedItems); } for (const KFileItem &item : deletedItems) { @@ -1928,7 +1894,7 @@ void KCoreDirListerCache::deleteDir(const QUrl &_dirUrl) // Idea: tell all the KCoreDirListers that they should forget the dir // and then remove it from the cache. - QUrl dirUrl(_dirUrl.adjusted(QUrl::StripTrailingSlash)); + QUrl dirUrl(cleanUpTrailingSlash(_dirUrl)); // Separate itemsInUse iteration and calls to forgetDirs (which modify itemsInUse) QList affectedItems; @@ -1942,40 +1908,39 @@ void KCoreDirListerCache::deleteDir(const QUrl &_dirUrl) } } - const auto possibleMountPoints = KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions); for (const QUrl &deletedUrl : std::as_const(affectedItems)) { // stop all jobs for deletedUrlStr auto dit = directoryData.constFind(deletedUrl); if (dit != directoryData.cend()) { // we need a copy because stop modifies the list - const QList listers = (*dit).listersCurrentlyListing; - for (KCoreDirLister *kdl : listers) { - stopListingUrl(kdl, deletedUrl); + const QList listers = (*dit).listersByStatus(ListerStatus::Listing); + for (KCoreDirLister *lister : listers) { + stopListingUrl(lister, deletedUrl); } // tell listers holding deletedUrl to forget about it // this will stop running updates for deletedUrl as well // we need a copy because forgetDirs modifies the list - const QList holders = (*dit).listersCurrentlyHolding; - for (KCoreDirLister *kdl : holders) { + const QList holders = (*dit).listersByStatus(ListerStatus::Holding); + for (KCoreDirLister *holder : holders) { // lister's root is the deleted item - if (kdl->d->url == deletedUrl) { + if (holder->d->url == deletedUrl) { // tell the view first. It might need the subdirs' items (which forgetDirs will delete) - if (!kdl->d->rootFileItem.isNull()) { - Q_EMIT kdl->itemsDeleted(KFileItemList{kdl->d->rootFileItem}); + if (!holder->d->rootFileItem.isNull()) { + Q_EMIT holder->itemsDeleted(KFileItemList{holder->d->rootFileItem}); } - forgetDirs(kdl); - kdl->d->rootFileItem = KFileItem(); + forgetDirs(holder); + holder->d->rootFileItem = KFileItem(); } else { - const bool treeview = kdl->d->lstDirs.count() > 1; + const bool treeview = holder->d->lstDirs.count() > 1; if (!treeview) { - Q_EMIT kdl->clear(); - kdl->d->lstDirs.clear(); + Q_EMIT holder->clear(); + holder->d->lstDirs.clear(); } else { - kdl->d->lstDirs.removeAll(deletedUrl); + holder->d->lstDirs.removeAll(deletedUrl); } - forgetDirs(kdl, deletedUrl, treeview, possibleMountPoints); + forgetDirs(holder, deletedUrl, treeview); } } } @@ -2016,8 +1981,8 @@ void KCoreDirListerCache::processPendingUpdates() } } pendingUpdates.clear(); - for (KCoreDirLister *kdl : listers) { - kdl->d->emitItems(); + for (KCoreDirLister *lister : listers) { + lister->d->emitItems(); } // clean orphan KFileItem, after events were emitted @@ -2050,7 +2015,7 @@ void KCoreDirListerCache::printDebug() auto dit = directoryData.constBegin(); for (; dit != directoryData.constEnd(); ++dit) { QString list; - const QList listers = (*dit).listersCurrentlyListing; + const QList listers = (*dit).listersByStatus(ListerStatus::Listing); for (KCoreDirLister *listit : listers) { list += QLatin1String(" 0x") + QString::number(reinterpret_cast(listit), 16); } @@ -2066,7 +2031,7 @@ void KCoreDirListerCache::printDebug() } list.clear(); - const QList holders = (*dit).listersCurrentlyHolding; + const QList holders = (*dit).listersByStatus(ListerStatus::Holding); for (KCoreDirLister *listit : holders) { list += QLatin1String(" 0x") + QString::number(reinterpret_cast(listit), 16); } @@ -2145,7 +2110,7 @@ void KCoreDirLister::stop(const QUrl &_url) void KCoreDirLister::forgetDirs(const QUrl &_url) { - s_kDirListerCache.localData().forgetDirs(this, _url, true, KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions)); + s_kDirListerCache.localData().forgetDirs(this, _url, true); } bool KCoreDirLister::autoUpdate() const @@ -2193,6 +2158,21 @@ void KCoreDirLister::setDirOnlyMode(bool dirsOnly) d->settings.dirOnlyMode = dirsOnly; } +bool KCoreDirLister::quickFilterMode() const +{ + return d->settings.quickFilterMode; +} + +void KCoreDirLister::setQuickFilterMode(bool quickFilterMode) +{ + if (d->settings.quickFilterMode == quickFilterMode) { + return; + } + + d->prepareForSettingsChange(); + d->settings.quickFilterMode = quickFilterMode; +} + bool KCoreDirLister::requestMimeTypeWhileListing() const { return d->requestMimeTypeWhileListing; @@ -2341,28 +2321,59 @@ QString KCoreDirLister::nameFilter() const return d->nameFilter; } +static QStringList expandMimeGlob(const QString &mimeString) +{ + auto expression = QRegularExpression::fromWildcard(mimeString, Qt::CaseSensitive); + const auto allMimeTypes = QMimeDatabase().allMimeTypes(); + QStringList mimetypes; + for (const auto &mimeType : allMimeTypes) { + if (mimeType.name().contains(expression)) { + mimetypes.push_back(mimeType.name()); + } + } + return mimetypes; +} + void KCoreDirLister::setMimeFilter(const QStringList &mimeFilter) { - if (d->settings.mimeFilter == mimeFilter) { + QStringList newFilters; + for (const auto &filter : mimeFilter) { + if (filter.endsWith(u'*')) { + newFilters += expandMimeGlob(filter); + } else { + newFilters += filter; + } + } + + if (d->settings.mimeFilter == newFilters) { return; } d->prepareForSettingsChange(); - if (mimeFilter.contains(QLatin1String("application/octet-stream")) || mimeFilter.contains(QLatin1String("all/allfiles"))) { // all files + if (newFilters.contains(QLatin1String("application/octet-stream")) || newFilters.contains(QLatin1String("all/allfiles"))) { // all files d->settings.mimeFilter.clear(); } else { - d->settings.mimeFilter = mimeFilter; + d->settings.mimeFilter = newFilters; } } void KCoreDirLister::setMimeExcludeFilter(const QStringList &mimeExcludeFilter) { - if (d->settings.mimeExcludeFilter == mimeExcludeFilter) { + QStringList newFilters; + for (const auto &filter : mimeExcludeFilter) { + if (filter.endsWith(u'*')) { + newFilters += expandMimeGlob(filter); + } else { + newFilters += filter; + } + } + + if (d->settings.mimeExcludeFilter == newFilters) { return; } d->prepareForSettingsChange(); - d->settings.mimeExcludeFilter = mimeExcludeFilter; + d->settings.mimeExcludeFilter = newFilters; } void KCoreDirLister::clearMimeFilter() @@ -2391,7 +2402,12 @@ bool KCoreDirListerPrivate::matchesFilter(const KFileItem &item) const return false; } - if (item.isDir() || settings.lstFilters.isEmpty()) { + // Return directories always even when they don't match the name + if (!settings.quickFilterMode && item.isDir()) { + return true; + } + + if (settings.lstFilters.isEmpty()) { return true; } @@ -2407,31 +2423,30 @@ bool KCoreDirListerPrivate::matchesMimeFilter(const KFileItem &item) const if (settings.mimeFilter.isEmpty() && settings.mimeExcludeFilter.isEmpty()) { return true; } - return doMimeFilter(item.mimetype(), settings.mimeFilter) && doMimeExcludeFilter(item.mimetype(), settings.mimeExcludeFilter); + + return doMimeFilter(item.determineMimeType(), settings.mimeFilter) && doMimeExcludeFilter(item.determineMimeType(), settings.mimeExcludeFilter); } -bool KCoreDirListerPrivate::doMimeFilter(const QString &mime, const QStringList &filters) const +bool KCoreDirListerPrivate::doMimeFilter(const QMimeType &mime, const QStringList &filters) const { if (filters.isEmpty()) { return true; } - QMimeDatabase db; - const QMimeType mimeptr = db.mimeTypeForName(mime); - if (!mimeptr.isValid()) { + if (!mime.isValid()) { return false; } - qCDebug(KIO_CORE_DIRLISTER) << "doMimeFilter: investigating:" << mimeptr.name(); - return std::any_of(filters.cbegin(), filters.cend(), [&mimeptr](const QString &filter) { - return mimeptr.inherits(filter); + qCDebug(KIO_CORE_DIRLISTER) << "doMimeFilter: investigating:" << mime.name(); + return std::any_of(filters.cbegin(), filters.cend(), [&mime](const QString &filter) { + return mime.inherits(filter); }); } -bool KCoreDirListerPrivate::doMimeExcludeFilter(const QString &mime, const QStringList &filters) const +bool KCoreDirListerPrivate::doMimeExcludeFilter(const QMimeType &mime, const QStringList &filters) const { return !std::any_of(filters.cbegin(), filters.cend(), [&mime](const QString &filter) { - return mime == filter; + return mime.name() == filter; }); } @@ -2729,20 +2744,17 @@ void KCoreDirListerCacheDirectoryData::moveListersWithoutCachedItemsJob(const QU // Unit-testing note: // Run kdirmodeltest in valgrind to hit the case where an update // is triggered while a lister has a CachedItemsJob (different timing...) - QMutableListIterator lister_it(listersCurrentlyListing); + auto listers = listersByStatus(ListerStatus::Listing); + QMutableListIterator lister_it(listers); while (lister_it.hasNext()) { - KCoreDirLister *kdl = lister_it.next(); - if (!kdl->d->cachedItemsJobForUrl(url)) { + KCoreDirLister *lister = lister_it.next(); + if (!lister->d->cachedItemsJobForUrl(url)) { // OK, move this lister from "currently listing" to "currently holding". - // Huh? The KCoreDirLister was present twice in listersCurrentlyListing, or was in both lists? - Q_ASSERT(!listersCurrentlyHolding.contains(kdl)); - if (!listersCurrentlyHolding.contains(kdl)) { - listersCurrentlyHolding.append(kdl); - } + insertOrModifyLister(lister, ListerStatus::Holding); lister_it.remove(); } else { - qCDebug(KIO_CORE_DIRLISTER) << "Not moving" << kdl << "to listersCurrentlyHolding because it still has job" << kdl->d->m_cachedItemsJobs; + qCDebug(KIO_CORE_DIRLISTER) << "Not moving" << lister << "to listersCurrentlyHolding because it still has job" << lister->d->m_cachedItemsJobs; } } } @@ -2801,5 +2813,86 @@ KCoreDirListerCache::CacheHiddenFile *KCoreDirListerCache::cachedDotHiddenForDir return {}; } +QUrl KCoreDirListerCache::cleanUpTrailingSlash(const QUrl &url) const +{ + return url.adjusted(QUrl::StripTrailingSlash); +} + +QList KCoreDirListerCacheDirectoryData::listersByStatus(ListerStatus status) const +{ + QList listers; + for (const auto &[lister, listerStatus] : m_listerContainer) { + if (listerStatus == status) { + listers.append(lister); + } + } + return listers; +} + +void KCoreDirListerCacheDirectoryData::insertOrModifyListers(const QList listers, ListerStatus status) +{ + for (const auto &lister : listers) { + insertOrModifyLister(lister, status); + } +} + +void KCoreDirListerCacheDirectoryData::insertOrModifyLister(KCoreDirLister *lister, ListerStatus status) +{ + Q_ASSERT(lister); + if (!lister) { + return; + } + + m_listerContainer.insert_or_assign(lister, status); +} + +void KCoreDirListerCacheDirectoryData::removeLister(KCoreDirLister *lister) +{ + Q_ASSERT(lister); + if (!lister) { + return; + } + + const auto it = m_listerContainer.find(lister); + if (it != m_listerContainer.end()) { + m_listerContainer.erase(it); + } +} + +QList KCoreDirListerCacheDirectoryData::allListers() const +{ + QList listers; + for (const auto &[lister, listerStatus] : m_listerContainer) { + listers.append(lister); + } + return listers; +} + +int KCoreDirListerCacheDirectoryData::totaListerCount() +{ + return m_listerContainer.size(); +} + +int KCoreDirListerCacheDirectoryData::listerCountByStatus(ListerStatus status) +{ + int count = 0; + for (const auto &[lister, listerStatus] : m_listerContainer) { + if (listerStatus == status) { + count++; + } + } + return count; +} + +bool KCoreDirListerCacheDirectoryData::contains(KCoreDirLister *lister, ListerStatus status) +{ + const auto it = m_listerContainer.find(lister); + if (it != m_listerContainer.end()) { + const auto listerStatus = it->second; + return listerStatus == status; + } + return false; +} + #include "moc_kcoredirlister.cpp" #include "moc_kcoredirlister_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.h b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.h index ad0ce8f157..e0e250ce6b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister.h @@ -26,10 +26,11 @@ class ListJob; class KCoreDirListerPrivate; -/** - * @class KCoreDirLister kcoredirlister.h +/*! + * \class KCoreDirLister + * \inmodule KIOCore * - * @short Helper class for the kiojob used to list and update a directory. + * \brief Helper class for the kiojob used to list and update a directory. * * The dir lister deals with the kiojob used to list and update a directory * and has signals for the user of this class (e.g. konqueror view or @@ -38,17 +39,18 @@ class KCoreDirListerPrivate; * This class is independent from the graphical representation of the dir * (icon container, tree view, ...) and it stores the items (as KFileItems). * - * Typical usage : - * @li Create an instance. - * @li Connect to at least update, clear, itemsAdded, and itemsDeleted. - * @li Call openUrl - the signals will be called. - * @li Reuse the instance when opening a new url (openUrl). - * @li Destroy the instance when not needed anymore (usually destructor). + * Typical usage: + * \list + * \li Create an instance. + * \li Connect to at least update, clear, itemsAdded, and itemsDeleted. + * \li Call openUrl - the signals will be called. + * \li Reuse the instance when opening a new url (openUrl). + * \li Destroy the instance when not needed anymore (usually destructor). + * \endlist * * Advanced usage : call openUrl with OpenUrlFlag::Keep to list directories * without forgetting the ones previously read (e.g. for a tree view) * - * @author Michael Brade */ class KIOCORE_EXPORT KCoreDirLister : public QObject { @@ -56,64 +58,88 @@ class KIOCORE_EXPORT KCoreDirLister : public QObject friend struct KCoreDirListerCacheDirectoryData; Q_OBJECT + + /*! + * \property KCoreDirLister::autoUpdate + */ Q_PROPERTY(bool autoUpdate READ autoUpdate WRITE setAutoUpdate) + + /*! + * \property KCoreDirLister::showHiddenFiles + */ Q_PROPERTY(bool showHiddenFiles READ showHiddenFiles WRITE setShowHiddenFiles) + + /*! + * \property KCoreDirLister::dirOnlyMode + */ Q_PROPERTY(bool dirOnlyMode READ dirOnlyMode WRITE setDirOnlyMode) + + /*! + * \property KCoreDirLister::delayedMimeTypes + */ Q_PROPERTY(bool delayedMimeTypes READ delayedMimeTypes WRITE setDelayedMimeTypes) + + /*! + * \property KCoreDirLister::requestMimeTypeWhileListing + */ Q_PROPERTY(bool requestMimeTypeWhileListing READ requestMimeTypeWhileListing WRITE setRequestMimeTypeWhileListing) + + /*! + * \property KCoreDirLister::nameFilter + */ Q_PROPERTY(QString nameFilter READ nameFilter WRITE setNameFilter) + + /*! + * \property KCoreDirLister::mimeFilter + */ Q_PROPERTY(QStringList mimeFilter READ mimeFilters WRITE setMimeFilter RESET clearMimeFilter) + + /*! + * \property KCoreDirLister::autoErrorHandlingEnabled + */ Q_PROPERTY(bool autoErrorHandlingEnabled READ autoErrorHandlingEnabled WRITE setAutoErrorHandlingEnabled) public: - /** - * @see OpenUrlFlags + /*! + * \value NoFlags No additional flags specified. + * \value Keep Previous directories aren't forgotten. (they are still watched by kdirwatch and their items are kept for this KCoreDirLister). This is useful + * for e.g. a treeview. + * \value Reload Indicates whether to use the cache or to reread the directory from the disk. Use only when opening a dir not yet listed by this lister + * without using the cache. Otherwise use updateDirectory. */ enum OpenUrlFlag { - NoFlags = 0x0, ///< No additional flags specified. - - Keep = 0x1, ///< Previous directories aren't forgotten - ///< (they are still watched by kdirwatch and their items - ///< are kept for this KCoreDirLister). This is useful for e.g. - ///< a treeview. - - Reload = 0x2, ///< Indicates whether to use the cache or to reread - ///< the directory from the disk. - ///< Use only when opening a dir not yet listed by this lister - ///< without using the cache. Otherwise use updateDirectory. + NoFlags = 0x0, + Keep = 0x1, + Reload = 0x2, }; - /** - * Stores a combination of #OpenUrlFlag values. - */ Q_DECLARE_FLAGS(OpenUrlFlags, OpenUrlFlag) - /** + /*! * Create a directory lister. */ KCoreDirLister(QObject *parent = nullptr); - /** - * Destroy the directory lister. - */ ~KCoreDirLister() override; - /** + /*! * Run the directory lister on the given url. * - * This method causes KCoreDirLister to emit @em all the items of @p dirUrl, in any case. - * Depending on @p flags, either clear() or clearDir(const QUrl &) will be emitted first. + * This method causes KCoreDirLister to emit all the items of \a dirUrl, in any case. + * Depending on \a flags, either clear() or clearDir(const QUrl &) will be emitted first. * * The newItems() signal may be emitted more than once to supply you with KFileItems, up - * until the signal completed() is emitted (and isFinished() returns @c true). + * until the signal completed() is emitted (and isFinished() returns \c true). * - * @param dirUrl the directory URL. - * @param flags whether to keep previous directories, and whether to reload, see OpenUrlFlags - * @return @c true if successful, @c false otherwise (e.g. if @p dirUrl is invalid) + * \a dirUrl the directory URL. + * + * \a flags whether to keep previous directories, and whether to reload, see OpenUrlFlags + * + * Returns \c true if successful, \c false otherwise (e.g. if \a dirUrl is invalid) */ bool openUrl(const QUrl &dirUrl, OpenUrlFlags flags = NoFlags); // TODO KF6: change bool to void - /** + /*! * Stop listing all directories currently being listed. * * Emits canceled() if there was at least one job running. @@ -122,105 +148,131 @@ public: */ void stop(); - /** + /*! * Stop listing the given directory. * * Emits canceled() if the killed job was the last running one. * Emits listingDirCanceled(const QUrl &) for the killed job if there is more than one * directory being watched by this KCoreDirLister. * - * No signal is emitted if there was no job running for @p dirUrl. + * No signal is emitted if there was no job running for \a dirUrl. * - * @param dirUrl the directory URL + * \a dirUrl the directory URL */ void stop(const QUrl &dirUrl); - /** + /*! * Stop listening for further changes in the given directory. * When a new directory is opened with OpenUrlFlag::Keep the caller will keep being notified of file changes for all directories that were kept open. * This call selectively removes a directory from sending future notifications to this KCoreDirLister. * - * @param dirUrl the directory URL. - * @since 5.91 + * \a dirUrl the directory URL. + * + * \since 5.91 */ void forgetDirs(const QUrl &dirUrl); - /** - * @return @c true if the "delayed MIME types" feature was enabled - * @see setDelayedMimeTypes + /*! + * Returns \c true if the "delayed MIME types" feature was enabled + * \sa setDelayedMimeTypes */ bool delayedMimeTypes() const; - /** + /*! * Delayed MIME types feature: * If enabled, MIME types will be fetched on demand, which leads to a * faster initial directory listing, where icons get progressively replaced - * with the correct one while KMimeTypeResolver is going through the items - * with unknown or imprecise MIME type (e.g. files with no extension or an - * unknown extension). + * with the correct one while you run KFileItem::determineMimeType() through + * the items with unknown or imprecise MIME type (e.g. files with no extension + * or an unknown extension). */ void setDelayedMimeTypes(bool delayedMimeTypes); - /** + /*! * Checks whether KDirWatch will automatically update directories. This is * enabled by default. * - * @return @c true if KDirWatch is used to automatically update directories + * Returns \c true if KDirWatch is used to automatically update directories */ bool autoUpdate() const; - /** + /*! * Toggle automatic directory updating, when a directory changes (using KDirWatch). * - * @param enable set to @c true to enable or @c false to disable + * \a enable set to \c true to enable or \c false to disable */ void setAutoUpdate(bool enable); - /** + /*! * Checks whether hidden files (e.g. files whose name start with '.' on Unix) will be shown. * By default this option is disabled (hidden files are not shown). * - * @return @c true if hidden files are shown, @c false otherwise + * Returns \c true if hidden files are shown, \c false otherwise * - * @see setShowHiddenFiles() - * @since 5.100 + * \sa setShowHiddenFiles() + * \since 5.100 */ bool showHiddenFiles() const; - /** + /*! * Toggles whether hidden files (e.g. files whose name start with '.' on Unix) are shown/ * By default hidden files are not shown. * * You need to call emitChanges() afterwards. * - * @param showHiddenFiles set to @c true/false to show/hide hidden files respectively + * \a showHiddenFiles set to true/false to show/hide hidden files respectively * - * @see showHiddenFiles() - * @since 5.100 + * \sa showHiddenFiles() + * \since 5.100 */ void setShowHiddenFiles(bool showHiddenFiles); - /** + /*! * Checks whether this KCoreDirLister only lists directories or all items (directories and * files), by default all items are listed. * - * @return @c true if only directories are listed, @c false otherwise + * Returns \c true if only directories are listed, \c false otherwise * - * @see setDirOnlyMode(bool) + * \sa setDirOnlyMode() */ bool dirOnlyMode() const; - /** + /*! * Call this to list only directories (by default all items (directories and files) * are listed). * * You need to call emitChanges() afterwards. * - * @param dirsOnly set to @c true to list only directories + * \a dirsOnly set to \c true to list only directories */ void setDirOnlyMode(bool dirsOnly); - /** + /*! + * Returns true if quickfiltering is enabled. + * + * If true, list only files that match the filter text. + * + * Returns \c true if any files and folders matching filter are listed, \c false otherwise. + * + * \sa setQuickFilterMode(bool) + * \since 6.14 + */ + bool quickFilterMode() const; + + /*! + * Call this to set the quick filtering mode on, which will filter through all the + * items based by their name, ignoring them if the name does not fit. + * + * This is equal to the Dolphin quick filter mode. + * + * You need to call emitChanges() afterwards. + * + * \a quickFilterMode set to \c true to list only files and folders that match the filter text. + * \since 6.14 + */ + void setQuickFilterMode(bool quickFilterMode); + + /*! * Checks whether this KCoreDirLister requests the MIME type of files from the worker. * * Enabling this will tell the worker used for listing that it should try to @@ -231,208 +283,209 @@ public: * * By default this is disabled. * - * @return @c true if the worker is asked for MIME types, @c false otherwise. + * Returns \c true if the worker is asked for MIME types, \c false otherwise. * - * @see setRequestMimeTypeWhileListing(bool) + * \sa setRequestMimeTypeWhileListing() * - * @since 5.82 + * \since 5.82 */ bool requestMimeTypeWhileListing() const; - /** + /*! * Toggles whether to request MIME types from the worker or in-process. * - * @param request set to @c true to request MIME types from the worker. + * \a request set to \c true to request MIME types from the worker. * - * @note If this is changed while the lister is already listing a directory, + * \note If this is changed while the lister is already listing a directory, * it will only have an effect the next time openUrl() is called. * - * @see requestMimeTypeWhileListing() + * \sa requestMimeTypeWhileListing() * - * @since 5.82 + * \since 5.82 */ void setRequestMimeTypeWhileListing(bool request); - /** + /*! * Returns the top level URL that is listed by this KCoreDirLister. * * It might be different from the one given with openUrl() if there was a * redirection. If you called openUrl() with OpenUrlFlag::Keep this is the * first url opened (e.g. in a treeview this is the root). - * - * @return the url used by this instance to list the files */ QUrl url() const; - /** + /*! * Returns all URLs that are listed by this KCoreDirLister. This is only * useful if you called openUrl() with OpenUrlFlag::Keep, as it happens in a * treeview, for example. (Note that the base url is included in the list * as well, of course.) - * - * @return a list of all listed URLs */ QList directories() const; - /** + /*! * Actually emit the changes made with setShowHiddenFiles, setDirOnlyMode, * setNameFilter and setMimeFilter. */ void emitChanges(); - /** - * Update the directory @p dirUrl. This method causes KCoreDirLister to @em only emit - * the items of @p dirUrl that actually changed compared to the current state in the + /*! + * Update the directory \a dirUrl. This method causes KCoreDirLister to only emit + * the items of \a dirUrl that actually changed compared to the current state in the * cache, and updates the cache. * * The current implementation calls updateDirectory automatically for local files, using - * KDirWatch (if autoUpdate() is @c true), but it might be useful to force an update manually. + * KDirWatch (if autoUpdate() is \c true), but it might be useful to force an update manually. * - * @param dirUrl the directory URL + * \a dirUrl the directory URL */ void updateDirectory(const QUrl &dirUrl); - /** - * Returns @c true if no I/O operation is currently in progress. + /*! + * Returns \c true if no I/O operation is currently in progress. * - * @return @c true if finished, @c false otherwise + * Returns \c true if finished, \c false otherwise */ bool isFinished() const; - /** + /*! * Returns the file item of the URL. * * Can return an empty KFileItem. - * @return the file item for url() itself (".") + * + * Returns the file item for url() itself (".") */ KFileItem rootItem() const; - /** + /*! * Find an item by its URL. - * @param url the item URL - * @return the KFileItem + * + * \a url the item URL */ KFileItem findByUrl(const QUrl &url) const; - /** + /*! * Find an item by its name. - * @param name the item name - * @return the KFileItem + * \a name the item name */ KFileItem findByName(const QString &name) const; - /** - * Set a name filter to only list items matching this name, e.g.\ "*.cpp". + /*! + * Set a name filter to only list items matching this name, e.g. "*.cpp". * * You can set more than one filter by separating them with whitespace, e.g * "*.cpp *.h". - * Note: the directory is not automatically reloaded. + * \note the directory is not automatically reloaded. * You need to call emitChanges() afterwards. * - * @param filter the new filter, QString() to disable filtering - * @see matchesFilter + * \a filter the new filter, QString() to disable filtering */ void setNameFilter(const QString &filter); - /** - * Returns the current name filter, as set via setNameFilter() - * @return the current name filter, can be QString() if filtering - * is turned off + /*! + * Returns the current name filter, as set via setNameFilter(). + * + * Can be QString() if filtering is turned off */ QString nameFilter() const; - /** + /*! * Set MIME type based filter to only list items matching the given MIME types. + * Since 6.20 mime globs such as "image/\*" are supported. * - * NOTE: setting the filter does not automatically reload directory. + * \note Setting the filter does not automatically reload directory. * Also calling this function will not affect any named filter already set. * * You need to call emitChanges() afterwards. * - * @param mimeList a list of MIME types + * \a mimeList a list of MIME types * - * @see clearMimeFilter - * @see matchesMimeFilter + * \sa clearMimeFilter */ void setMimeFilter(const QStringList &mimeList); - /** + /*! * Filtering should be done with KFileFilter. This will be implemented in a later * revision of KCoreDirLister. This method may be removed then. * * Set MIME type based exclude filter to only list items not matching the given MIME types + * Since 6.20 mime globs such as "image/\*" are supported. * - * NOTE: setting the filter does not automatically reload directory. + * \note setting the filter does not automatically reload directory. * Also calling this function will not affect any named filter already set. * - * @param mimeList a list of MIME types - * @see clearMimeFilter - * @see matchesMimeFilter + * \a mimeList a list of MIME types + * + * \sa clearMimeFilter */ void setMimeExcludeFilter(const QStringList &mimeList); - /** + /*! * Clears the MIME type based filter. * * You need to call emitChanges() afterwards. * - * @see setMimeFilter + * \sa setMimeFilter */ void clearMimeFilter(); - /** + /*! * Returns the list of MIME type based filters, as set via setMimeFilter(). - * @return the list of MIME type based filters. Empty, when no MIME type filter is set. + * + * Empty, when no MIME type filter is set. */ QStringList mimeFilters() const; - /** + /*! * Used by items() and itemsForDir() to specify whether you want * all items for a directory or just the filtered ones. + * + * \value AllItems + * \value FilteredItems */ enum WhichItems { AllItems = 0, FilteredItems = 1, }; - /** + /*! * Returns the items listed for the current url(). * - * This method will @em not start listing a directory, you should only call + * This method will not start listing a directory, you should only call * this in a slot connected to the finished() signal. * * The items in the KFileItemList are copies of the items used by KCoreDirLister. * - * @param which specifies whether the returned list will contain all entries + * \a which specifies whether the returned list will contain all entries * or only the ones that passed the nameFilter(), mimeFilter(), * etc. Note that the latter causes iteration over all the * items, filtering them. If this is too slow for you, use the * newItems() signal, sending out filtered items in chunks - * @return the items listed for the current url() */ KFileItemList items(WhichItems which = FilteredItems) const; - /** - * Returns the items listed for the given @p dirUrl. - * This method will @em not start listing @p dirUrl, you should only call + /*! + * Returns the items listed for the given \a dirUrl. + * + * This method will not start listing \a dirUrl, you should only call * this in a slot connected to the finished() signal. * * The items in the KFileItemList are copies of the items used by KCoreDirLister. * - * @param dirUrl specifies the url for which the items should be returned. This + * \a dirUrl specifies the url for which the items should be returned. This * is only useful if you use KCoreDirLister with multiple URLs * i.e. using bool OpenUrlFlag::Keep in openUrl() - * @param which specifies whether the returned list will contain all entries + * + * \a which specifies whether the returned list will contain all entries * or only the ones that passed the nameFilter, mimeFilter, etc. * Note that the latter causes iteration over all the items, * filtering them. If this is too slow for you, use the * newItems() signal, sending out filtered items in chunks * - * @return the items listed for @p dirUrl + * Returns the items listed for \a dirUrl */ KFileItemList itemsForDir(const QUrl &dirUrl, WhichItems which = FilteredItems) const; - /** + /*! * Return the KFileItem for the given URL, if it was listed recently and it's * still in the cache, which is always the case if a directory view is currently * showing this item. If not, then it might be in the cache; if not in the cache a @@ -443,185 +496,207 @@ public: */ static KFileItem cachedItemForUrl(const QUrl &url); - /** + /*! * Checks whether auto error handling is enabled. + * * If enabled, it will show an error dialog to the user when an * error occurs (assuming the application links to KIOWidgets). * It is turned on by default. - * @return @c true if auto error handling is enabled, @c false otherwise - * @see setAutoErrorHandlingEnabled() - * @since 5.82 + * + * Returns \c true if auto error handling is enabled, \c false otherwise + * \sa setAutoErrorHandlingEnabled() + * \since 5.82 */ bool autoErrorHandlingEnabled() const; - /** + /*! * Enable or disable auto error handling. + * * If enabled, it will show an error dialog to the user when an * error occurs. It is turned on by default. - * @param enable true to enable auto error handling, false to disable - * @param parent the parent widget for the error dialogs, can be @c nullptr for + * + * \a enable true to enable auto error handling, false to disable + * + * \a parent the parent widget for the error dialogs, can be \c nullptr for * top-level - * @see autoErrorHandlingEnabled() - * @since 5.82 + * \sa autoErrorHandlingEnabled() + * \since 5.82 */ void setAutoErrorHandlingEnabled(bool enable); Q_SIGNALS: - /** - * Tell the view that this KCoreDirLister has started to list @p dirUrl. Note that this - * does @em not imply that there is really a job running! I.e. KCoreDirLister::jobs() + /*! + * Tell the view that this KCoreDirLister has started to list \a dirUrl. Note that this + * does not imply that there is really a job running! I.e. KCoreDirLister::jobs() * may return an empty list, in which case the items are taken from the cache. * * The view knows that openUrl should start it, so this might seem useless, but the view * also needs to know when an automatic update happens. - * @param dirUrl the URL to list + * + * \a dirUrl the URL to list */ void started(const QUrl &dirUrl); - /** + /*! * Tell the view that listing is finished. There are no jobs running anymore. */ void completed(); - /** - * Tell the view that the listing of the directory @p dirUrl is finished. + /*! + * Tell the view that the listing of the directory \a dirUrl is finished. * There might be other running jobs left. * - * @param dirUrl the directory URL + * \a dirUrl the directory URL * - * @since 5.79 + * \since 5.79 */ void listingDirCompleted(const QUrl &dirUrl); - /** + /*! * Tell the view that the user canceled the listing. No running jobs are left. */ void canceled(); - /** - * Tell the view that the listing of the directory @p dirUrl was canceled. + /*! + * Tell the view that the listing of the directory \a dirUrl was canceled. * There might be other running jobs left. * - * @param dirUrl the directory URL + * \a dirUrl the directory URL * - * @since 5.79 + * \since 5.79 */ void listingDirCanceled(const QUrl &dirUrl); - /** + /*! * Signals a redirection. * - * @param oldUrl the original URL - * @param newUrl the new URL + * \a oldUrl the original URL + * + * \a newUrl the new URL */ void redirection(const QUrl &oldUrl, const QUrl &newUrl); - /** - * Signals to the view to remove all items (when e.g.\ going from dirA to dirB). + /*! + * Signals to the view to remove all items (when e.g. going from dirA to dirB). * Make sure to connect to this signal to avoid having duplicate items in the view. */ void clear(); - /** - * Signals to the view to clear all items from directory @p dirUrl. + /*! + * Signals to the view to clear all items from directory \a dirUrl. * * This is only emitted if the lister is holding more than one directory. * - * @param dirUrl the directory that the view should clear all items from + * \a dirUrl the directory that the view should clear all items from * - * @since 5.79 + * \since 5.79 */ void clearDir(const QUrl &dirUrl); - /** + /*! * Signal new items. * - * @param items a list of new items + * \a items a list of new items */ void newItems(const KFileItemList &items); - /** + /*! * Signal that new items were found during directory listing. * Alternative signal emitted at the same time as newItems(), * but itemsAdded also passes the url of the parent directory. * - * @param items a list of new items + * \a items a list of new items */ void itemsAdded(const QUrl &directoryUrl, const KFileItemList &items); - /** + /*! * Send a list of items filtered-out by MIME type. - * @param items the list of filtered items * + * \a items the list of filtered items */ void itemsFilteredByMime(const KFileItemList &items); - /** + /*! * Signal that items have been deleted * - * @since 4.1.2 - * @param items the list of deleted items + * \a items the list of deleted items + * \since 4.1.2 */ void itemsDeleted(const KFileItemList &items); - /** + /*! * Signal an item to refresh (its MIME-type/icon/name has changed). - * Note: KFileItem::refresh has already been called on those items. - * @param items the items to refresh. This is a list of pairs, where + * + * \note KFileItem::refresh has already been called on those items. + * + * \a items the items to refresh. This is a list of pairs, where * the first item in the pair is the OLD item, and the second item is the * NEW item. This allows to track which item has changed, especially after * a renaming. */ void refreshItems(const QList> &items); - /** + /*! * Emitted to display information about running jobs. + * * Examples of message are "Resolving host", "Connecting to host...", etc. - * @param msg the info message + * + * \a msg the info message */ void infoMessage(const QString &msg); - /** + /*! * Progress signal showing the overall progress of the KCoreDirLister. + * * This allows using a progress bar very easily. (see QProgressBar) - * @param percent the progress in percent + * + * \a percent the progress in percent */ void percent(int percent); - /** + /*! * Emitted when we know the size of the jobs. - * @param size the total size in bytes + * + * \a size the total size in bytes */ void totalSize(KIO::filesize_t size); - /** + /*! * Regularly emitted to show the progress of this KCoreDirLister. - * @param size the processed size in bytes + * + * \a size the processed size in bytes */ void processedSize(KIO::filesize_t size); - /** + /*! * Emitted to display information about the speed of the jobs. - * @param bytes_per_second the speed in bytes/s + * + * \a bytes_per_second the speed in bytes/s */ void speed(int bytes_per_second); - /** + /*! * Emitted if listing a directory fails with an error. + * * A typical implementation in a widgets-based application * would show a message box by calling this in a slot connected to this signal: - * job->uiDelegate()->showErrorMessage() + * + * \code + * job->uiDelegate()->showErrorMessage() + * \endcode + * * Many applications might prefer to embed the error message though * (e.g. by using the KMessageWidget class, from the KWidgetsAddons Framework). - * @param the job with an error - * @since 5.82 + * + * \a the job with an error + * \since 5.82 */ void jobError(KIO::Job *job); protected: - /** + /*! * Reimplemented by KDirLister to associate windows with jobs - * @since 5.0 + * \since 5.0 */ virtual void jobStarted(KIO::ListJob *); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister_p.h b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister_p.h index 128b94648d..518f7fd60f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kcoredirlister_p.h @@ -9,7 +9,6 @@ #define KCOREDIRLISTER_P_H #include "kfileitem.h" -#include "kmountpoint.h" #ifdef WITH_QTDBUS #include "kdirnotify.h" @@ -55,11 +54,11 @@ public: * Called by the public matchesMimeFilter() to do the * actual filtering. Those methods may be reimplemented to customize * filtering. - * @param mimeType the MIME type to filter - * @param filters the list of MIME types to filter + * \a mimeType the MIME type to filter + * \a filters the list of MIME types to filter */ - bool doMimeFilter(const QString &mimeType, const QStringList &filters) const; - bool doMimeExcludeFilter(const QString &mimeExclude, const QStringList &filters) const; + bool doMimeFilter(const QMimeType &mimeType, const QStringList &filters) const; + bool doMimeExcludeFilter(const QMimeType &mimeExclude, const QStringList &filters) const; void connectJob(KIO::ListJob *); void jobDone(KIO::ListJob *); uint numJobs(); @@ -75,11 +74,11 @@ public: * filtering. * The default implementation filters out ".." and everything not matching * the name filter(s) - * @return @c true if the item is "ok". + * Returns @c true if the item is "ok". * @c false if the item shall not be shown in a view, e.g. * files not matching a pattern *.cpp ( KFileItem::isHidden()) - * @see matchesFilter - * @see setNameFilter + * \sa matchesFilter + * \sa setNameFilter */ bool matchesFilter(const KFileItem &) const; @@ -89,22 +88,22 @@ public: * filtering. * The default implementation filters out everything not matching * the mime filter(s) - * @return @c true if the item is "ok". + * Returns @c true if the item is "ok". * @c false if the item shall not be shown in a view, e.g. * files not matching the mime filter - * @see matchesMimeFilter - * @see setMimeFilter + * \sa matchesMimeFilter + * \sa setMimeFilter */ bool matchesMimeFilter(const KFileItem &) const; - /** + /*! * Redirect this dirlister from oldUrl to newUrl. - * @param keepItems if true, keep the fileitems (e.g. when renaming an existing dir); + * \a keepItems if true, keep the fileitems (e.g. when renaming an existing dir); * if false, clear out everything (e.g. when redirecting during listing). */ void redirect(const QUrl &oldUrl, const QUrl &newUrl, bool keepItems); - /** + /*! * Should this item be visible according to the current filter settings? */ bool isItemVisible(const KFileItem &item) const; @@ -124,7 +123,7 @@ public: KCoreDirLister *const q; - /** + /*! * List of dirs handled by this dirlister. The first entry is the base URL. * For a tree view, it contains all the dirs shown. */ @@ -163,10 +162,12 @@ public: FilterSettings() : isShowingDotFiles(false) , dirOnlyMode(false) + , quickFilterMode(false) { } bool isShowingDotFiles; bool dirOnlyMode; + bool quickFilterMode; QList lstFilters; QStringList mimeFilter; QStringList mimeExcludeFilter; @@ -177,7 +178,7 @@ public: friend class KCoreDirListerCache; }; -/** +/*! * Design of the cache: * There is a single KCoreDirListerCache for the whole process. * It holds all the items used by the dir listers (itemsInUse) @@ -189,6 +190,8 @@ public: * For faster lookups, it also stores a hash table, which gives for a directory URL: * - the dirlisters holding that URL (listersCurrentlyHolding) * - the dirlisters currently listing that URL (listersCurrentlyListing) + * + * \internal */ class KCoreDirListerCache : public QObject { @@ -212,12 +215,12 @@ public: void setAutoUpdate(KCoreDirLister *lister, bool enable); void forgetDirs(KCoreDirLister *lister); - void forgetDirs(KCoreDirLister *lister, const QUrl &_url, bool notify, const KMountPoint::List &possibleMountPoints); + void forgetDirs(KCoreDirLister *lister, const QUrl &_url, bool notify); KFileItem findByName(const KCoreDirLister *lister, const QString &_name) const; // findByUrl returns a pointer so that it's possible to modify the item. // See itemForUrl for the version that returns a readonly kfileitem. - // @param lister can be 0. If set, it is checked that the url is held by the lister + // \a lister can be 0. If set, it is checked that the url is held by the lister KFileItem findByUrl(const KCoreDirLister *lister, const QUrl &url) const; // Called by CachedItemsJob: @@ -227,7 +230,7 @@ public: void forgetCachedItemsJob(KCoreDirListerPrivate::CachedItemsJob *job, KCoreDirLister *lister, const QUrl &url); public Q_SLOTS: - /** + /*! * Notify that files have been added in @p directory * The receiver will list that directory again to find * the new items (since it needs more than just the names anyway). @@ -235,7 +238,7 @@ public Q_SLOTS: */ void slotFilesAdded(const QString &urlDirectory); - /** + /*! * Notify that files have been deleted. * This call passes the exact urls of the deleted files * so that any view showing them can simply remove them @@ -244,7 +247,7 @@ public Q_SLOTS: */ void slotFilesRemoved(const QStringList &fileList); - /** + /*! * Notify that files have been changed. * At the moment, this is only used for new icon, but it could be * used for size etc. as well. @@ -305,18 +308,18 @@ private: // helper for renameDir void emitRedirections(const QUrl &oldUrl, const QUrl &url); - /** + /*! * Emits refreshItem() in the directories that cared for oldItem. * The caller has to remember to call emitItems in the set of dirlisters returned * (but this allows to buffer change notifications) */ std::set emitRefreshItem(const KFileItem &oldItem, const KFileItem &fileitem); - /** + /*! * Remove the item from the sorted by url list matching @p oldUrl, * that is in the wrong place (because its url has changed) and insert @p item in the right place. - * @param oldUrl the previous url of the @p item - * @param item the modified item to be inserted + * \a oldUrl the previous url of the @p item + * \a item the modified item to be inserted */ void reinsert(const KFileItem &item, const QUrl &oldUrl) { @@ -343,7 +346,7 @@ private: } } - /** + /*! * When KDirWatch tells us that something changed in "dir", we need to * also notify the dirlisters that are listing a symlink to "dir" (#213799) */ @@ -360,16 +363,26 @@ private: std::set listedFiles; }; - /** + /*! * Returns the names listed in dir's ".hidden" file, if it exists. * If a file named ".hidden" exists in the @p dir directory, this method * returns all the file names listed in that file. If it doesn't exist, an * empty set is returned. - * @param dir path to the target directory. - * @return names listed in the directory's ".hidden" file (empty if it doesn't exist). + * \a dir path to the target directory. + * Returns names listed in the directory's ".hidden" file (empty if it doesn't exist). */ CacheHiddenFile *cachedDotHiddenForDir(const QString &dir); + /*! Due to QTBUG-35921 we sometimes get a trailing slash even + * if we expect it to be removed with remote files, since + * on remote file systems we do not know if foo/bar/ and foo/bar is the same + * item or not. + * This makes sure the trailing slash is completely removed from @p url + * and returns the cleaned url on remote files. On local files it + * runs the default Qt::StripTrailingSlash adjustment. + */ + QUrl cleanUpTrailingSlash(const QUrl &url) const; + #ifndef NDEBUG void printDebug(); #endif @@ -546,21 +559,52 @@ private: struct ItemInUseChange; }; +enum class ListerStatus : uint8_t { + Listing, + Holding +}; + // Data associated with a directory url // This could be in DirItem but only in the itemsInUse dict... struct KCoreDirListerCacheDirectoryData { - // A lister can be EITHER in listersCurrentlyListing OR listersCurrentlyHolding - // but NOT in both at the same time. - // But both lists can have different listers at the same time; this - // happens if more listers are requesting url at the same time and - // one lister was stopped during the listing of files. - - // Listers that are currently listing this url - QList listersCurrentlyListing; - // Listers that are currently holding this url - QList listersCurrentlyHolding; - void moveListersWithoutCachedItemsJob(const QUrl &url); + + /* + * @returns A list of listers that have the given status. + */ + [[nodiscard]] QList listersByStatus(ListerStatus status) const; + + /* + * @returns All listers from the container. + */ + [[nodiscard]] QList allListers() const; + + /* + * Finds a list of KCoreDirListers in the listerContainer and modifies their status, + * or inserts the KCoreDirListers to the container with the given status. + */ + void insertOrModifyListers(const QList listers, ListerStatus status); + + /* + * Modifies or inserts a new KCoreDirLister in the listerContainer with the given status. + */ + void insertOrModifyLister(KCoreDirLister *lister, ListerStatus status); + + void removeLister(KCoreDirLister *lister); + + int totaListerCount(); + + int listerCountByStatus(ListerStatus status); + + /* + * Checks if given lister with given status is in the container. + * @returns If lister with given status is found, true. Otherwise false. + */ + bool contains(KCoreDirLister *lister, ListerStatus status); + +private: + // A lister can be either in Listing or Holding status. + std::unordered_map m_listerContainer; }; // This job tells KCoreDirListerCache to emit cached items asynchronously from listDir() diff --git a/local/recipes/kde/kf6-kio/source/src/core/kdirnotify.h b/local/recipes/kde/kf6-kio/source/src/core/kdirnotify.h index f9f3c61a98..63298bfd8d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kdirnotify.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kdirnotify.h @@ -23,8 +23,10 @@ class QDBusConnection; -/** - * \class OrgKdeKDirNotifyInterface kdirnotify.h KDirNotify +/*! + * \class OrgKdeKDirNotifyInterface + * \inheaderfile KDirNotify + * \inmodule KIOCore * * \brief Proxy class for interface org.kde.KDirNotify. * @@ -49,7 +51,7 @@ class QDBusConnection; * this, [this](const QStringList &fileList) { slotFilesRemoved(fileList); }); * \endcode * - * Especially noteworthy are the empty strings for both \p service and \p path. That + * Especially noteworthy are the empty strings for both service and path. That * way the client will connect to signals emitted by any application. * * The second usage is to actually emit the signals. For that emitFileRenamed() and friends are @@ -65,14 +67,17 @@ public: } public: - /** + /*! * Create a new KDirNotify interface. * * \param service The service whose signals one wants to listed to. Use an empty * string to connect to all services/applications. + * * \param path The path to the D-Bus object whose signals one wants to listed to. * Use an empty string to connect to signals from all objects. + * * \param connection Typically QDBusConnection::sessionBus(). + * * \param parent The parent QObject. */ OrgKdeKDirNotifyInterface(const QString &service, @@ -80,37 +85,65 @@ public: const QDBusConnection &connection = QDBusConnection::sessionBus(), QObject *parent = nullptr); - /** - * Destructor. - */ ~OrgKdeKDirNotifyInterface() override; public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS + /*! + */ void FileRenamed(const QString &src, const QString &dst); + /*! + */ void FileRenamedWithLocalPath(const QString &src, const QString &dst, const QString &dstPath); + /*! + */ void FileMoved(const QString &src, const QString &dst); + /*! + */ void FilesAdded(const QString &directory); + /*! + */ void FilesChanged(const QStringList &fileList); + /*! + */ void FilesRemoved(const QStringList &fileList); + /*! + */ void enteredDirectory(const QString &url); + /*! + */ void leftDirectory(const QString &url); public: static void emitFileRenamed(const QUrl &src, const QUrl &dst); - /** + /*! * \param src The old URL of the file that has been renamed. + * * \param dst The new URL of the file after it was renamed. + * * \param dstPath The local path of the file after it was renamed. This may be empty * and should otherwise be used to update UDS_LOCAL_PATH. - * @since 5.20 + * + * \since 5.20 */ static void emitFileRenamedWithLocalPath(const QUrl &src, const QUrl &dst, const QString &dstPath); + /*! + */ static void emitFileMoved(const QUrl &src, const QUrl &dst); + /*! + */ static void emitFilesAdded(const QUrl &directory); + /*! + */ static void emitFilesChanged(const QList &fileList); + /*! + */ static void emitFilesRemoved(const QList &fileList); + /*! + */ static void emitEnteredDirectory(const QUrl &url); + /*! + */ static void emitLeftDirectory(const QUrl &url); }; diff --git a/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.cpp b/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.cpp index b79fe1abe7..d2c3e646d3 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.cpp @@ -7,11 +7,11 @@ #include "kfilefilter.h" +#include #include #include #include #include -#include #include "kiocoredebug.h" diff --git a/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.h b/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.h index d8aac36c49..8f1a5b1f3b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kfilefilter.h @@ -16,29 +16,32 @@ class KFileFilterPrivate; -/** - * @class KFileFilter kfilefilter.h +/*! + * \class KFileFilter + * \inmodule KIOCore * * Encapsulates rules to filter a list of files. * Files can be filtered based on name patterns (e.g. *.cpp), MIME types, or both. * Filters also optionally have a user-facing label. * - * @since 5.101 + * \since 5.101 */ class KIOCORE_EXPORT KFileFilter { public: - /** + /*! * Creates an empty filter. */ explicit KFileFilter(); - /** + /*! * Creates a filter with a given label, name patterns, and MIME types. * - * @param label The user-facing label for this filter. - * @param filePatterns A list of file name patterns that should be included, e.g. ("*.cpp", "*.cxx"). - * @param mimePatterns A list of MIME types that should be included, e.g. ("text/plain", "image/png"). + * \a label The user-facing label for this filter. + * + * \a filePatterns A list of file name patterns that should be included, e.g. ("*.cpp", "*.cxx"). + * + * \a mimePatterns A list of MIME types that should be included, e.g. ("text/plain", "image/png"). * */ explicit KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns); @@ -47,7 +50,7 @@ public: KFileFilter &operator=(const KFileFilter &other); ~KFileFilter(); - /** + /*! * Checks whether two filters are equal. * * Filters are considered equal if their file and name patters match. @@ -55,59 +58,60 @@ public: */ bool operator==(const KFileFilter &other) const; - /** + /*! * The user-facing label for this filter. * * If no label is passed on creation one is created based on the patterns. */ QString label() const; - /** + /*! * List of file name patterns that are included by this filter. */ QStringList filePatterns() const; - /** + /*! * List of MIME types that are included by this filter; */ QStringList mimePatterns() const; - /** + /*! * Converts this filter to a string representation */ QString toFilterString() const; - /** + /*! * Whether the filer is empty, i.e.\ matches all files. */ bool isEmpty() const; - /** + /*! * Whether the filter is valid. * - * Creating a filter from an invalid/unkown MIME type will result in an invalid filter. + * Creating a filter from an invalid/unknown MIME type will result in an invalid filter. * - * @since 6.0 + * \since 6.0 */ bool isValid() const; - /* + /*! * Creates a filter for one MIME type. * The user-facing label is automatically determined from the MIME type. */ static KFileFilter fromMimeType(const QString &mimeType); - /** + /*! * Creates filters from a list of MIME types. * The user-facing label is automatically determined from the MIME type. * - * @since 6.0 + * \since 6.0 */ static QList fromMimeTypes(const QStringList &mimeTypes); private: - /** + /*! * Convert a filter string understood by KFileWidget to a list of KFileFilters. + * \internal */ static QList fromFilterString(const QString &filterString); friend class KFileFilterCombo; diff --git a/local/recipes/kde/kf6-kio/source/src/core/kfileitem.cpp b/local/recipes/kde/kf6-kio/source/src/core/kfileitem.cpp index 43aeb8e160..468d18e665 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kfileitem.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kfileitem.cpp @@ -26,6 +26,8 @@ #include #include #include +#include +#include #include #include @@ -81,12 +83,12 @@ public: } } - /** + /* * Call init() if not yet done. */ void ensureInitialized() const; - /** + /* * Computes the text and mode from the UDSEntry. */ void init() const; @@ -101,76 +103,76 @@ public: void printCompareDebug(const KFileItemPrivate &item) const; bool isSlow() const; - /** + /* * Extracts the data from the UDSEntry member and updates the KFileItem * accordingly. */ void readUDSEntry(bool _urlIsDirectory); - /** + /* * Parses the given permission set and provides it for access() */ QString parsePermissions(mode_t perm) const; - /** + /* * Mime type helper */ void determineMimeTypeHelper(const QUrl &url) const; - /** + /* * The UDSEntry that contains the data for this fileitem, if it came from a directory listing. */ mutable KIO::UDSEntry m_entry; - /** + /* * The url of the file */ QUrl m_url; - /** + /* * The text for this item, i.e. the file name without path, */ QString m_strName; - /** + /* * The text for this item, i.e. the file name without path, decoded * ('%%' becomes '%', '%2F' becomes '/') */ QString m_strText; - /** + /* * The icon name for this item. */ mutable QString m_iconName; - /** + /* * The filename in lower case (to speed up sorting) */ mutable QString m_strLowerCaseName; - /** + /* * The MIME type of the file */ mutable QMimeType m_mimeType; - /** + /* * The file mode */ mutable mode_t m_fileMode; - /** + /* * The permissions */ mutable mode_t m_permissions; - /** + /* * Whether the UDSEntry ACL fields should be added to m_entry. */ mutable bool m_addACL : 1; - /** + /* * Whether the file is a link */ mutable bool m_bLink : 1; - /** + /* * True if local file */ bool m_bIsLocalUrl : 1; @@ -178,7 +180,7 @@ public: mutable bool m_bMimeTypeKnown : 1; mutable bool m_delayedMimeTypes : 1; - /** True if m_iconName should be used as cache. */ + /* True if m_iconName should be used as cache. */ mutable bool m_useIconNameCache : 1; // Auto: check leading dot. @@ -200,12 +202,12 @@ public: Slow } m_slow : 3; - /** + /* * True if MIME type determination by content should be skipped */ bool m_bSkipMimeTypeFromContent : 1; - /** + /* * True if init() was called on demand */ mutable bool m_bInitCalled : 1; @@ -228,7 +230,8 @@ void KFileItemPrivate::init() const // metaInfo = KFileMetaInfo(); // stat() local files if needed - const bool shouldStat = (m_fileMode == KFileItem::Unknown || m_permissions == KFileItem::Unknown || m_entry.count() == 0) && m_url.isLocalFile(); + const bool shouldStat = (m_fileMode == KFileItem::Unknown || m_permissions == KFileItem::Unknown || m_entry.count() == 0) && m_url.isLocalFile() + && (m_url.host().isEmpty() || m_url.host().compare(QSysInfo::machineHostName(), Qt::CaseInsensitive) == 0); if (shouldStat) { /* directories may not have a slash at the end if we want to stat() * them; it requires that we change into it .. which may not be allowed @@ -243,7 +246,7 @@ void KFileItemPrivate::init() const #else QT_STATBUF buff; #endif - const QString path = m_url.adjusted(QUrl::StripTrailingSlash).toLocalFile(); + const QString path = m_url.adjusted(QUrl::StripTrailingSlash).path(); const QByteArray pathBA = QFile::encodeName(path); if (LSTAT(pathBA.constData(), &buff, KIO::StatDefaultDetails) == 0) { m_entry.reserve(9); @@ -265,7 +268,7 @@ void KFileItemPrivate::init() const m_entry.replace(KIO::UDSEntry::UDS_SIZE, stat_size(buff)); m_entry.replace(KIO::UDSEntry::UDS_FILE_TYPE, type); // extract file type m_entry.replace(KIO::UDSEntry::UDS_ACCESS, mode & 07777); // extract permissions - m_entry.replace(KIO::UDSEntry::UDS_MODIFICATION_TIME, stat_mtime(buff)); // TODO: we could use msecs too... + m_entry.replace(KIO::UDSEntry::UDS_MODIFICATION_TIME, stat_mtime(buff)); m_entry.replace(KIO::UDSEntry::UDS_ACCESS_TIME, stat_atime(buff)); #if HAVE_STATX m_entry.replace(KIO::UDSEntry::UDS_CREATION_TIME, buff.stx_btime.tv_sec); @@ -399,6 +402,19 @@ static uint udsFieldForTime(KFileItem::FileTimes mappedWhich) return 0; } +static uint udsFieldForNsTimeOffset(KFileItem::FileTimes mappedWhich) +{ + switch (mappedWhich) { + case KFileItem::ModificationTime: + return KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET; + case KFileItem::AccessTime: + return KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET; + case KFileItem::CreationTime: + return KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET; + } + return 0; +} + void KFileItemPrivate::setTime(KFileItem::FileTimes mappedWhich, uint time_t_val) const { m_entry.replace(udsFieldForTime(mappedWhich), time_t_val); @@ -415,11 +431,21 @@ QDateTime KFileItemPrivate::time(KFileItem::FileTimes mappedWhich) const ensureInitialized(); // Extract it from the KIO::UDSEntry - const uint uds = udsFieldForTime(mappedWhich); - if (uds > 0) { - const long long fieldVal = m_entry.numberValue(uds, -1); + const uint udsTime = udsFieldForTime(mappedWhich); + const uint udsNsOffset = udsFieldForNsTimeOffset(mappedWhich); + if (udsTime > 0) { + const long long fieldVal = m_entry.numberValue(udsTime, -1); if (fieldVal != -1) { - return QDateTime::fromSecsSinceEpoch(fieldVal); + auto result = QDateTime::fromSecsSinceEpoch(fieldVal); + + if (udsNsOffset > 0) { + const long long nsOffset = m_entry.numberValue(udsNsOffset, -1); + if (nsOffset != -1) { + result = result.addMSecs(nsOffset / 1000000); + } + } + + return result; } } @@ -488,6 +514,7 @@ inline bool KFileItemPrivate::cmp(const KFileItemPrivate &item) const && m_hidden == item.m_hidden && size() == item.size() && m_entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME) == item.m_entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME) + && m_entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET) == item.m_entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET) && m_entry.stringValue(KIO::UDSEntry::UDS_ICON_NAME) == item.m_entry.stringValue(KIO::UDSEntry::UDS_ICON_NAME) && m_entry.stringValue(KIO::UDSEntry::UDS_TARGET_URL) == item.m_entry.stringValue(KIO::UDSEntry::UDS_TARGET_URL) && m_entry.stringValue(KIO::UDSEntry::UDS_LOCAL_PATH) == item.m_entry.stringValue(KIO::UDSEntry::UDS_LOCAL_PATH)); @@ -590,6 +617,8 @@ void KFileItemPrivate::determineMimeTypeHelper(const QUrl &url) const const QString scheme = url.scheme(); if (scheme.startsWith(QLatin1String("http")) || scheme == QLatin1String("mailto")) { m_mimeType = db.mimeTypeForName(QLatin1String("application/octet-stream")); + } else if (url.path().isEmpty()) { + m_mimeType = db.mimeTypeForName(QLatin1String("inode/directory")); } else { m_mimeType = db.mimeTypeForFile(url.path(), QMimeDatabase::MatchMode::MatchExtension); } @@ -619,6 +648,8 @@ KFileItem::KFileItem(const KIO::UDSEntry &entry, const QUrl &itemOrDirUrl, bool KFileItem::KFileItem(const QUrl &url, const QString &mimeType, mode_t mode) : d(new KFileItemPrivate(KIO::UDSEntry(), mode, KFileItem::Unknown, url, false, false, KFileItem::NormalMimeTypeDetermination)) { + Q_ASSERT(!url.scheme().isEmpty() || url.isEmpty()); + d->m_bMimeTypeKnown = !mimeType.simplified().isEmpty(); if (d->m_bMimeTypeKnown) { QMimeDatabase db; @@ -1059,11 +1090,12 @@ QString KFileItem::mimeComment() const QMimeType mime = currentMimeType(); // This cannot move to kio_file (with UDS_DISPLAY_TYPE) because it needs // the MIME type to be determined, which is done here, and possibly delayed... - if (isLocalUrl && !d->isSlow() && mime.inherits(QStringLiteral("application/x-desktop"))) { + if (isLocalUrl && mime.inherits(QStringLiteral("application/x-desktop")) && !d->isSlow()) { KDesktopFile cfg(url.toLocalFile()); - QString comment = cfg.desktopGroup().readEntry("Comment"); - if (!comment.isEmpty()) { - return comment; + + // Display "Link" instead of the destination mime + if (cfg.hasLinkType()) { + return QStringLiteral("Link"); } } @@ -1185,7 +1217,9 @@ QString KFileItem::iconName() const } if (isDir()) { - if (isDirectoryMounted(url)) { + // Reading the .directory file opens it synchronously, which can block + // for a long time on a slow filesystem, so skip it for those. + if (!d->isSlow() && isDirectoryMounted(url)) { d->m_iconName = iconFromDirectoryFile(localFile); if (!d->m_iconName.isEmpty()) { d->m_useIconNameCache = d->m_bMimeTypeKnown; @@ -1206,7 +1240,7 @@ QString KFileItem::iconName() const return d->m_iconName; } -/** +/* * Returns true if this is a desktop file. * MIME type determination is optional. */ @@ -1296,6 +1330,11 @@ bool KFileItem::isReadable() const d->ensureInitialized(); + // Or if we can't read it - not network transparent + if (d->m_bIsLocalUrl) { + return QFileInfo(d->m_url.toLocalFile()).isReadable(); + } + if (d->m_permissions != KFileItem::Unknown) { const mode_t readMask = S_IRUSR | S_IRGRP | S_IROTH; // No read permission at all @@ -1307,32 +1346,6 @@ bool KFileItem::isReadable() const if ((d->m_permissions & readMask) == readMask) { return true; } - -#ifndef Q_OS_WIN - const auto uidOfItem = userId(); - if (uidOfItem != -1) { - const auto currentUser = KUserId::currentUserId(); - if (((uint)uidOfItem) == currentUser.nativeId()) { - return S_IRUSR & d->m_permissions; - } - const auto gidOfItem = groupId(); - if (gidOfItem != -1) { - if (KUser(currentUser).groups().contains(KUserGroup(gidOfItem))) { - return S_IRGRP & d->m_permissions; - } - - return S_IROTH & d->m_permissions; - } - } -#else - // simple special case - return S_IRUSR & d->m_permissions; -#endif - } - - // Or if we can't read it - not network transparent - if (d->m_bIsLocalUrl && !QFileInfo(d->m_url.toLocalFile()).isReadable()) { - return false; } return true; @@ -1346,42 +1359,19 @@ bool KFileItem::isWritable() const d->ensureInitialized(); - if (d->m_permissions != KFileItem::Unknown) { - // No write permission at all - if ((d->m_permissions & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0) { - return false; - } - -#ifndef Q_OS_WIN - const auto uidOfItem = userId(); - if (uidOfItem != -1) { - const auto currentUser = KUserId::currentUserId(); - if (((uint)uidOfItem) == currentUser.nativeId()) { - return S_IWUSR & d->m_permissions; - } - const auto gidOfItem = groupId(); - if (gidOfItem != -1) { - if (KUser(currentUser).groups().contains(KUserGroup(gidOfItem))) { - return S_IWGRP & d->m_permissions; - } - - if (S_IWOTH & d->m_permissions) { - return true; - } - } - } -#else - // simple special case - return S_IWUSR & d->m_permissions; -#endif - } - // Or if we can't write it - not network transparent if (d->m_bIsLocalUrl) { return QFileInfo(d->m_url.toLocalFile()).isWritable(); - } else { - return KProtocolManager::supportsWriting(d->m_url); } + + if (d->m_permissions != KFileItem::Unknown) { + const mode_t writeMask = S_IWUSR | S_IWGRP | S_IWOTH; + // No write permission at all + if ((d->m_permissions & writeMask) == 0) { + return false; + } + } + return KProtocolManager::supportsWriting(d->m_url); } bool KFileItem::isHidden() const @@ -1581,7 +1571,24 @@ QString KFileItem::timeString(FileTimes which) const return QString(); } - return QLocale::system().toString(d->time(which), QLocale::LongFormat); + const QDateTime dt = d->time(which); + if (!dt.isValid()) { + return QString(); + } + + QString format = QLocale::system().dateTimeFormat(QLocale::LongFormat); + + // QLocale::LongFormat annyoingly include the full time zone name. + // Only display the time zone when it is different from the current one + // and also replace it by the abbreviation. + static QRegularExpression s_timeZoneRegExp(QStringLiteral(R"((\stttt$))")); + if (dt.timeZone() != QTimeZone::systemTimeZone()) { + format.replace(s_timeZoneRegExp, QLatin1StringView("t")); + } else { + format.remove(s_timeZoneRegExp); + } + + return QLocale::system().toString(dt, format); } QUrl KFileItem::mostLocalUrl(bool *local) const @@ -1831,32 +1838,11 @@ bool KFileItem::isExecutable() const return false; } - const mode_t executableMask = S_IXGRP | S_IXUSR | S_IXOTH; - if ((d->m_permissions & executableMask) == 0) { - return false; + if (d->m_bIsLocalUrl) { + return QFileInfo(d->m_url.toLocalFile()).isExecutable(); } -#ifndef Q_OS_WIN - const auto uid = userId(); - if (uid != -1) { - if (((uint)uid) == KUserId::currentUserId().nativeId()) { - return S_IXUSR & d->m_permissions; - } - const auto gid = groupId(); - if (gid != -1) { - const KUser kuser = KUser(uid); - if (kuser.groups().contains(KUserGroup(gid))) { - return S_IXGRP & d->m_permissions; - } - - return S_IXOTH & d->m_permissions; - } - } return false; -#else - // simple special case - return S_IXUSR & d->m_permissions; -#endif } KFileItemList::KFileItemList() diff --git a/local/recipes/kde/kf6-kio/source/src/core/kfileitem.h b/local/recipes/kde/kf6-kio/source/src/core/kfileitem.h index 793bd8b103..832df0c7f6 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kfileitem.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kfileitem.h @@ -22,10 +22,12 @@ class KFileItemPrivate; -/** - * @class KFileItem kfileitem.h +/*! + * \class KFileItem + * \inmodule KIOCore + * + * \brief A KFileItem is a generic class to handle a file, local or remote. * - * A KFileItem is a generic class to handle a file, local or remote. * In particular, it makes it easier to handle the result of KIO::listDir * (UDSEntry isn't very friendly to use). * It includes many file attributes such as MIME type, icon, text, mode, link... @@ -36,33 +38,144 @@ class KIOCORE_EXPORT KFileItem { Q_GADGET + /*! + * \property KFileItem::url + */ Q_PROPERTY(QUrl url READ url WRITE setUrl) + + /*! + * \property KFileItem::user + */ Q_PROPERTY(QString user READ user) + + /*! + * \property KFileItem::group + */ Q_PROPERTY(QString group READ group) + + /*! + * \property KFileItem::isLink + */ Q_PROPERTY(bool isLink READ isLink) + + /*! + * \property KFileItem::isDir + */ Q_PROPERTY(bool isDir READ isDir) + + /*! + * \property KFileItem::isFile + */ Q_PROPERTY(bool isFile READ isFile) + + /*! + * \property KFileItem::isReadable + */ Q_PROPERTY(bool isReadable READ isReadable) + + /*! + * \property KFileItem::isWritable + */ Q_PROPERTY(bool isWritable READ isWritable) + + /*! + * \property KFileItem::isHidden + */ Q_PROPERTY(bool isHidden READ isHidden) + + /*! + * \property KFileItem::isSlow + */ Q_PROPERTY(bool isSlow READ isSlow) + + /*! + * \property KFileItem::isDesktopFile + */ Q_PROPERTY(bool isDesktopFile READ isDesktopFile) + + /*! + * \property KFileItem::linkDest + */ Q_PROPERTY(QString linkDest READ linkDest) + + /*! + * \property KFileItem::targetUrl + */ Q_PROPERTY(QUrl targetUrl READ targetUrl) + + /*! + * \property KFileItem::localPath + */ Q_PROPERTY(QString localPath READ localPath WRITE setLocalPath) + + /*! + * \property KFileItem::isLocalFile + */ Q_PROPERTY(bool isLocalFile READ isLocalFile) + + /*! + * \property KFileItem::text + */ Q_PROPERTY(QString text READ text) + + /*! + * \property KFileItem::name + */ Q_PROPERTY(QString name READ name WRITE setName) + + /*! + * \property KFileItem::mimetype + */ Q_PROPERTY(QString mimetype READ mimetype) + + /*! + * \property KFileItem::determineMimeType + */ Q_PROPERTY(QMimeType determineMimeType READ determineMimeType) + + /*! + * \property KFileItem::currentMimeType + */ Q_PROPERTY(QMimeType currentMimeType READ currentMimeType) + + /*! + * \property KFileItem::isFinalIconKnown + */ Q_PROPERTY(bool isFinalIconKnown READ isFinalIconKnown) + + /*! + * \property KFileItem::isMimeTypeKnown + */ Q_PROPERTY(bool isMimeTypeKnown READ isMimeTypeKnown) + + /*! + * \property KFileItem::mimeComment + */ Q_PROPERTY(QString mimeComment READ mimeComment) + + /*! + * \property KFileItem::iconName + */ Q_PROPERTY(QString iconName READ iconName) + + /*! + * \property KFileItem::overlays + */ Q_PROPERTY(QStringList overlays READ overlays) + + /*! + * \property KFileItem::comment + */ Q_PROPERTY(QString comment READ comment) + + /*! + * \property KFileItem::getStatusBarInfo + */ Q_PROPERTY(QString getStatusBarInfo READ getStatusBarInfo) + + /*! + * \property KFileItem::isRegularFile + */ Q_PROPERTY(bool isRegularFile READ isRegularFile) public: @@ -70,11 +183,12 @@ public: Unknown = static_cast(-1) }; - /** + /*! * The timestamps associated with a file. - * - ModificationTime: the time the file's contents were last modified - * - AccessTime: the time the file was last accessed (last read or written to) - * - CreationTime: the time the file was created + * + * \value ModificationTime The time the file's contents were last modified + * \value AccessTime The time the file was last accessed (last read or written to) + * \value CreationTime The time the file was created */ enum FileTimes { // warning: don't change without looking at the Private class @@ -85,27 +199,34 @@ public: }; Q_ENUM(FileTimes) + /*! + * \value NormalMimeTypeDetermination + * \value SkipMimeTypeFromContent + */ enum MimeTypeDetermination { NormalMimeTypeDetermination = 0, SkipMimeTypeFromContent, }; Q_ENUM(MimeTypeDetermination) - /** + /*! * Null KFileItem. Doesn't represent any file, only exists for convenience. */ KFileItem(); - /** + /*! * Creates an item representing a file, from a UDSEntry. * This is the preferred constructor when using KIO::listDir(). * - * @param entry the KIO entry used to get the file, contains info about it - * @param itemOrDirUrl the URL of the item or of the directory containing this item (see urlIsDirectory). - * @param delayedMimeTypes specifies if the MIME type of the given + * \a entry the KIO entry used to get the file, contains info about it + * + * \a itemOrDirUrl the URL of the item or of the directory containing this item (see urlIsDirectory). + * + * \a delayedMimeTypes specifies if the MIME type of the given * URL should be determined immediately or on demand. * See the bool delayedMimeTypes in the KDirLister constructor. - * @param urlIsDirectory specifies if the url is just the directory of the + * + * \a urlIsDirectory specifies if the url is just the directory of the * fileitem and the filename from the UDSEntry should be used. * * When creating KFileItems out of the UDSEntry emitted by a KIO list job, @@ -113,496 +234,490 @@ public: */ KFileItem(const KIO::UDSEntry &entry, const QUrl &itemOrDirUrl, bool delayedMimeTypes = false, bool urlIsDirectory = false); - /** + /*! * Creates an item representing a file, for which the MIME type is already known. - * @param url the file url - * @param mimeType the name of the file's MIME type - * @param mode the mode (S_IFDIR...) + * + * \a url the file url + * + * \a mimeType the name of the file's MIME type + * + * \a mode the mode (S_IFDIR...) */ explicit KFileItem(const QUrl &url, const QString &mimeType = QString(), mode_t mode = KFileItem::Unknown); - /** + /*! * Creates an item representing a file, with the option of skipping MIME type determination. - * @param url the file url - * @param mimeTypeDetermination the mode of determining the MIME type: - * NormalMimeTypeDetermination by content if local file, i.e. access the file, + * + * \a url the file url + * + * \a mimeTypeDetermination the mode of determining the MIME type: + * \list + * \li NormalMimeTypeDetermination: By content if local file, i.e. access the file, * open and read part of it; * by QMimeDatabase::MatchMode::MatchExtension if not local. - * SkipMimeTypeFromContent always by QMimeDatabase::MatchMode::MatchExtension, + * \li SkipMimeTypeFromContent: Always by QMimeDatabase::MatchMode::MatchExtension, * i.e. won't access the file by stat() or opening it; * only suitable for files, directories won't be recognized. - * @since 5.57 + * \endlist + * \since 5.57 */ KFileItem(const QUrl &url, KFileItem::MimeTypeDetermination mimeTypeDetermination); - /** + /*! * Copy constructor */ KFileItem(const KFileItem &); - /** - * Destructor - */ ~KFileItem(); - /** - * Move constructor - * @since 5.43 - */ KFileItem(KFileItem &&); - /** - * Copy assignment - */ KFileItem &operator=(const KFileItem &); - /** - * Move assignment - * @since 5.43 - */ KFileItem &operator=(KFileItem &&); - /** + /*! * Throw away and re-read (for local files) all information about the file. * This is called when the _file_ changes. */ void refresh(); - /** + /*! * Re-reads MIME type information. * This is called when the MIME type database changes. */ void refreshMimeType(); - /** + /*! * Sets MIME type determination to be immediate or on demand. * Call this after the constructor, and before using any MIME-type-related method. - * @since 5.0 + * 5.0 */ void setDelayedMimeTypes(bool b); - /** + /*! * Returns the url of the file. - * @return the url of the file */ QUrl url() const; - /** + /*! * Sets the item's URL. Do not call unless you know what you are doing! * (used for example when an item got renamed). - * @param url the item's URL + * + * \a url the item's URL */ void setUrl(const QUrl &url); - /** + /*! * Sets the item's local path (UDS_LOCAL_PATH). Do not call unless you know what you are doing! * This won't change the item's name or URL. * (used for example when an item got renamed). - * @param path the item's local path - * @since 5.20 + * + * \a path the item's local path + * \since 5.20 */ void setLocalPath(const QString &path); - /** + /*! * Sets the item's name (i.e.\ the filename). * This is automatically done by setUrl, to set the name from the URL's fileName(). * This method is provided for some special cases like relative paths as names (KFindPart) - * @param name the item's name + * + * \a name the item's name */ void setName(const QString &name); - /** + /*! * Returns the permissions of the file (stat.st_mode containing only permissions). - * @return the permissions of the file */ mode_t permissions() const; - /** + /*! * Returns the access permissions for the file as a string. - * @return the access permission as string */ QString permissionsString() const; - /** + /*! * Tells if the file has extended access level information ( Posix ACL ) - * @return true if the file has extend ACL information or false if it hasn't */ bool hasExtendedACL() const; - /** + /*! * Returns the access control list for the file. - * @return the access control list as a KACL */ KACL ACL() const; - /** + /*! * Returns the default access control list for the directory. - * @return the default access control list as a KACL */ KACL defaultACL() const; - /** + /*! * Returns the file type (stat.st_mode containing only S_IFDIR, S_IFLNK, ...). - * @return the file type */ mode_t mode() const; - /** + /*! * Returns the file's owner's user id. * Available only on supported protocols. - * @since 6.0 + * \since 6.0 */ int userId() const; - /** + + /*! * Returns the file's owner's group id. * Available only on supported protocols. - * @since 6.0 + * \since 6.0 */ int groupId() const; - /** + /*! * Returns the owner of the file. - * @return the file's owner */ QString user() const; - /** + /*! * Returns the group of the file. - * @return the file's group */ QString group() const; - /** - * Returns true if this item represents a link in the UNIX sense of + /*! + * Returns \c true if this item represents a link in the UNIX sense of * a link. - * @return true if the file is a link */ bool isLink() const; - /** - * Returns true if this item represents a directory. - * @return true if the item is a directory + /*! + * Returns \c true if this item represents a directory. */ bool isDir() const; - /** - * Returns true if this item represents a file (and not a directory) - * @return true if the item is a file + /*! + * Returns \c true if this item represents a file (and not a directory) */ bool isFile() const; - /** + /*! * Checks whether the file or directory is readable. In some cases - * (remote files), we may return true even though it can't be read. - * @return true if the file can be read - more precisely, + * (remote files), we may return \c true even though it can't be read. + * + * Returns \c true if the file can be read - more precisely, * false if we know for sure it can't */ bool isReadable() const; - /** + /*! * Checks whether the file or directory is writable. In some cases - * (remote files), we may return true even though it can't be written to. - * @return true if the file or directory can be written to - more precisely, + * (remote files), we may return \c true even though it can't be written to. + * + * Returns \c true if the file or directory can be written to - more precisely, * false if we know for sure it can't */ bool isWritable() const; - /** + /*! * Checks whether the file is hidden. - * @return true if the file is hidden. + * + * Returns \c true if the file is hidden. */ bool isHidden() const; - /** - * @return true if the file is a remote URL, or a local file on a network mount. - * It will return false only for really-local file systems. - * @since 4.7.4 + /*! + * Returns \c true if the file is a remote URL, or a local file on a network mount. + * It will return \c false only for really-local file systems. + * \since 4.7.4 */ bool isSlow() const; - /** + /*! * Checks whether the file is a readable local .desktop file, - * i.e.\ a file whose path can be given to KDesktopFile - * @return true if the file is a desktop file. + * i.e. a file whose path can be given to KDesktopFile + * + * Returns \c true if the file is a desktop file. */ bool isDesktopFile() const; - /** - * Returns the link destination if isLink() == true. - * @return the link destination. QString() if the item is not a link + /*! + * Returns the link destination if isLink() == true, or QString() if the item is not a link */ QString linkDest() const; - /** + /*! * Returns the target url of the file, which is the same as url() * in cases where the worker doesn't specify UDS_TARGET_URL - * @return the target url. */ QUrl targetUrl() const; - /** + /*! * Returns the local path if isLocalFile() == true or the KIO item has * a UDS_LOCAL_PATH atom. * * Treat it as a readonly path to open/list contents, use original url to move/delete files. * - * @return the item local path, or QString() if not known + * Returns the item local path, or QString() if not known */ QString localPath() const; - /** + /*! * Returns the size of the file, if known. - * @return the file size, or 0 if not known + * + * Returns 0 otherwise. */ KIO::filesize_t size() const; - /** - * @brief For folders, its recursive size: - * the size of its files plus the recursiveSize of its folder + /*! + * For folders, returns its recursive size: the size of its files plus the recursiveSize of its folder * * Initially only implemented for trash:/ * - * @since 5.70 - * @return The recursive size + * \since 5.70 */ KIO::filesize_t recursiveSize() const; - /** - * Requests the modification, access or creation time, depending on @p which. - * @param which the timestamp - * @return the time asked for, QDateTime() if not available - * @see timeString() + /*! + * Requests the modification, access or creation time, depending on \a which. + * + * \a which the timestamp + * + * Returns the time asked for, QDateTime() if not available + * + * \sa timeString() */ Q_INVOKABLE QDateTime time(KFileItem::FileTimes which) const; - /** + /*! * Requests the modification, access or creation time as a string, depending - * on @p which. - * @param which the timestamp - * @returns a formatted string of the requested time. - * @see time + * on \a which. + * + * \a which the timestamp + * + * Returns a formatted string of the requested time. + * + * \sa time() */ Q_INVOKABLE QString timeString(KFileItem::FileTimes which = ModificationTime) const; - /** - * Returns true if the file is a local file. - * @return true if the file is local, false otherwise + /*! + * Returns \c true if the file is a local file. */ bool isLocalFile() const; - /** + /*! * Returns the text of the file item. + * * It's not exactly the filename since some decoding happens ('%2F'->'/'). - * @return the text of the file item */ QString text() const; - /** + /*! * Return the name of the file item (without a path). + * * Similar to text(), but unencoded, i.e. the original name. - * @param lowerCase if true, the name will be returned in lower case, + * + * \a lowerCase if true, the name will be returned in lower case, * which is useful to speed up sorting by name, case insensitively. - * @return the file's name + * + * Returns the file's name */ QString name(bool lowerCase = false) const; - /** + /*! * Returns the MIME type of the file item. - * If @p delayedMimeTypes was used in the constructor, this will determine + * + * If \c delayedMimeTypes was used in the constructor, this will determine * the MIME type first. Equivalent to determineMimeType()->name() - * @return the MIME type of the file */ QString mimetype() const; - /** + /*! * Returns the MIME type of the file item. + * * If delayedMimeTypes was used in the constructor, this will determine * the MIME type first. - * @return the MIME type */ QMimeType determineMimeType() const; - /** + /*! * Returns the currently known MIME type of the file item. * This will not try to determine the MIME type if unknown. - * @return the known MIME type */ QMimeType currentMimeType() const; - /** - * @return true if we have determined the final icon of this file already. - * @since 4.10.2 + /*! + * Returns \c true if we have determined the final icon of this file already. + * \since 4.10.2 */ bool isFinalIconKnown() const; - /** - * @return true if we have determined the MIME type of this file already, + /*! + * Returns \c true if we have determined the MIME type of this file already, * i.e. if determineMimeType() will be fast. Otherwise it will have to * find what the MIME type is, which is a possibly slow operation; usually * this is delayed until necessary. */ bool isMimeTypeKnown() const; - /** + /*! * Returns the user-readable string representing the type of this file, * like "OpenDocument Text File". - * @return the type of this KFileItem */ QString mimeComment() const; - /** + /*! * Returns the full path name to the icon that represents * this MIME type. - * @return iconName the name of the file's icon */ QString iconName() const; - /** + /*! * Returns the overlays (bitfield of KIconLoader::*Overlay flags) that are used * for this item's pixmap. Overlays are used to show for example, whether * a file can be modified. - * @return the overlays of the pixmap */ QStringList overlays() const; - /** + /*! * A comment which can contain anything - even rich text. It will * simply be displayed to the user as is. - * */ QString comment() const; - /** + /*! * Returns the string to be displayed in the statusbar, * e.g.\ when the mouse is over this item. - * @return the status bar information */ QString getStatusBarInfo() const; - /** + /*! * Returns the UDS entry. Used by the tree view to access all details * by position. - * @return the UDS entry */ KIO::UDSEntry entry() const; - /** - * Return true if this item is a regular file, - * false otherwise (directory, link, character/block device, fifo, socket) + /*! + * Return \c true if this item is a regular file, + * \c false otherwise (directory, link, character/block device, fifo, socket) */ bool isRegularFile() const; - /** + /*! * Returns the file extension + * * Similar to QFileInfo::suffix except it takes into account UDS_DISPLAY_NAME and saves a stat call - * @since 6.0 + * \since 6.0 */ QString suffix() const; - /** + /*! * Somewhat like a comparison operator, but more explicit, * and it can detect that two fileitems differ if any property of the file item * has changed (file size, modification date, etc.). Two items are equal if * all properties are equal. In contrast, operator== only compares URLs. - * @param item the item to compare - * @return true if all values are equal + * + * \a item the item to compare + * + * Returns \c true if all values are equal */ bool cmp(const KFileItem &item) const; - /** - * Returns true if both items share the same URL. + /*! + * Returns \c true if both items share the same URL. */ bool operator==(const KFileItem &other) const; - /** - * Returns true if both items do not share the same URL. + /*! + * Returns \c true if both items do not share the same URL. */ bool operator!=(const KFileItem &other) const; - /** - * Returns true if this item's URL is lexically less than other's URL; otherwise returns false - * @since 5.48 + /*! + * Returns \c true if this item's URL is lexically less than other's URL; otherwise returns \c false + * \since 5.48 */ bool operator<(const KFileItem &other) const; - /** - * Returns true if this item's URL is lexically less than url other; otherwise returns false - * @since 5.48 + /*! + * Returns \c true if this item's URL is lexically less than url other; otherwise returns \c false + * \since 5.48 */ bool operator<(const QUrl &other) const; - /** + /*! * Converts this KFileItem to a QVariant, this allows to use KFileItem * in QVariant() constructor */ operator QVariant() const; - /** + /*! * Tries to return a local URL for this file item if possible. - * If @p local is not null, it will be set to @c true if the returned url is local, - * @c false otherwise. + * + * If \a local is not null, it will be set to \c true if the returned url is local, + * \c false otherwise. * * Example: - * @code + * \code * bool isLocal = false; * KFileItem item; * const QUrl url = item.mostLocalUrl(&isLocal); * if (isLocal) { * // Use url * } - * @endcode + * \endcode * */ QUrl mostLocalUrl(bool *local = nullptr) const; + // TODO qdoc? struct MostLocalUrlResult { QUrl url; bool local; }; - /** + /*! * Returns a MostLocalUrlResult, with the local Url for this item if possible - * (otherwise an empty Url), and a bool that is set to @c true if this Url - * does represent a local file otherwise @c false. + * (otherwise the item url), and a bool that is set to \c true if this Url + * does represent a local file otherwise \c false. * * Basically this is an alternative to mostLocalUrl(bool*), that does not use an * output parameter. * * Example: - * @code + * \code * KFileItem item; * const MostLocalUrlResult result = item.isMostLocalUrl(); * if (result.local) { // A local file * // Use result.url * } - * @endcode - * @since 5.84 + * \endcode + * \since 5.84 */ MostLocalUrlResult isMostLocalUrl() const; - /** - * Return true if default-constructed + /*! + * Returns \c true if default-constructed */ bool isNull() const; - /** - * returns whether the KFileItem exists on-disk + /*! + * Returns whether the KFileItem exists on-disk + * * Call only after initialization (i.e `KIO::stat` or `refresh()` for local files) - * @since 6.0 + * \since 6.0 */ bool exists() const; - /** - * Return true if the file has executable permission - * @since 6.0 + /*! + * Returns \c true if the file has executable permission + * \since 6.0 */ bool isExecutable() const; private: QSharedDataPointer d; - /** + /*! * Hides the file. + * \internal */ KIOCORE_NO_EXPORT void setHidden(); @@ -622,44 +737,58 @@ inline size_t qHash(const KFileItem &item, size_t seed = 0) return qHash(item.url(), seed); } -/** - * @class KFileItemList kfileitem.h +/*! + * \class KFileItemList + * \inheaderfile KFileItem + * \inmodule KIOCore * - * List of KFileItems, which adds a few helper + * List of KFileItem, which adds a few helper * methods to QList. */ class KIOCORE_EXPORT KFileItemList : public QList { public: - /// Creates an empty list of file items. + /*! + * Creates an empty list of file items. + */ KFileItemList(); - /// Creates a new KFileItemList from a QList of file @p items. + /*! + * Creates a new KFileItemList from a QList of file \a items. + */ KFileItemList(const QList &items); - /// Creates a new KFileItemList from an initializer_list of file @p items. - /// @since 5.76 + /*! + * Creates a new KFileItemList from an initializer_list of file \a items. + * \since 5.76 + */ KFileItemList(std::initializer_list items); - /** + /*! * Find a KFileItem by name and return it. - * @return the item with the given name, or a null-item if none was found + * + * Returns the item with the given name, or a null-item if none was found * (see KFileItem::isNull()) */ KFileItem findByName(const QString &fileName) const; - /** + /*! * Find a KFileItem by URL and return it. - * @return the item with the given URL, or a null-item if none was found + * + * Returns the item with the given URL, or a null-item if none was found * (see KFileItem::isNull()) */ KFileItem findByUrl(const QUrl &url) const; - /// @return the list of URLs that those items represent + /*! + * Returns the list of URLs that those items represent + */ QList urlList() const; - /// @return the list of target URLs that those items represent - /// @since 4.2 + /*! + * Returns the list of target URLs that those items represent + * \since 4.2 + */ QList targetUrlList() const; // TODO KDE-5 add d pointer here so that we can merge KFileItemListProperties into KFileItemList @@ -668,10 +797,6 @@ public: KIOCORE_EXPORT QDataStream &operator<<(QDataStream &s, const KFileItem &a); KIOCORE_EXPORT QDataStream &operator>>(QDataStream &s, KFileItem &a); -/** - * Support for qDebug() << aFileItem - * \since 4.4 - */ KIOCORE_EXPORT QDebug operator<<(QDebug stream, const KFileItem &item); #endif diff --git a/local/recipes/kde/kf6-kio/source/src/core/kfileitemlistproperties.h b/local/recipes/kde/kf6-kio/source/src/core/kfileitemlistproperties.h index 7ae1b0b014..303a410623 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kfileitemlistproperties.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kfileitemlistproperties.h @@ -19,10 +19,11 @@ class KFileItemListPropertiesPrivate; class KFileItemList; -/** - * @class KFileItemListProperties kfileitemlistproperties.h +/*! + * \class KFileItemListProperties + * \inmodule KIOCore * - * @brief Provides information about the common properties of a group of + * \brief Provides information about the common properties of a group of * KFileItem objects. * * Given a list of KFileItems, this class can determine (and cache) the common @@ -33,100 +34,107 @@ class KFileItemList; * * This class is implicitly shared, which means it can be used as a value and * copied around at almost no cost. - * */ class KIOCORE_EXPORT KFileItemListProperties { public: - /** - * @brief Default constructor. Use setItems to specify the items. + /*! + * Default constructor. Use setItems to specify the items. */ KFileItemListProperties(); - /** - * @brief Constructor that takes a KFileItemList and sets the capabilities + + /*! + * Constructor that takes a KFileItemList and sets the capabilities * supported by all the FileItems as true. - * @param items The list of items that are to have their supported + * + * \a items The list of items that are to have their supported * capabilities checked. */ KFileItemListProperties(const KFileItemList &items); - /** - * @brief Copy constructor + + /*! + * Copy constructor */ KFileItemListProperties(const KFileItemListProperties &); - /** - * @brief Destructor - */ + virtual ~KFileItemListProperties(); - /** - * @brief Assignment operator - */ + KFileItemListProperties &operator=(const KFileItemListProperties &other); - /** + + /*! * Sets the items that are to have their supported capabilities checked. */ void setItems(const KFileItemList &items); - /** - * @brief Check if reading capability is supported - * @return true if all the FileItems can be read, otherwise false. + /*! + * Check if reading capability is supported + * + * Returns \c true if all the FileItems can be read, otherwise false. */ bool supportsReading() const; - /** - * @brief Check if deleting capability is supported - * @return true if all the FileItems can be deleted, otherwise false. + + /*! + * Check if deleting capability is supported + * + * Returns \c true if all the FileItems can be deleted, otherwise false. */ bool supportsDeleting() const; - /** - * @brief Check if writing capability is supported + + /*! + * Check if writing capability is supported * (file managers use this mostly for directories) - * @return true if all the FileItems can be written to, otherwise false. + * + * Returns \c true if all the FileItems can be written to, otherwise false. */ bool supportsWriting() const; - /** - * @brief Check if moving capability is supported - * @return true if all the FileItems can be moved, otherwise false. + + /*! + * Check if moving capability is supported + * + * Returns \c true if all the FileItems can be moved, otherwise false. */ bool supportsMoving() const; - /** - * @brief Check if files are local - * @return true if all the FileItems are local, otherwise there is one or more + + /*! + * Check if files are local + * + * Returns \c true if all the FileItems are local, otherwise there is one or more * remote file, so false. */ bool isLocal() const; - /** + /*! * List of fileitems passed to the constructor or to setItems(). */ KFileItemList items() const; - /** + /*! * List of urls, gathered from the fileitems */ QList urlList() const; - /** - * @return true if all items are directories + /*! + * Returns \c true if all items are directories */ bool isDirectory() const; - /** - * @return Whether all items are files, as reported by KFileItem::isFile(). - * @since 5.47 + /*! + * Returns whether all items are files, as reported by KFileItem::isFile(). + * \since 5.47 */ bool isFile() const; - /** - * @return the MIME type of all items, if they all have the same, otherwise an empty string + /*! + * Returns the MIME type of all items, if they all have the same, otherwise an empty string */ QString mimeType() const; - /** - * @return the MIME type group (e.g. "text") of all items, if they all have the same, otherwise an empty string + /*! + * Returns the MIME type group (e.g. "text") of all items, if they all have the same, otherwise an empty string */ QString mimeGroup() const; private: - /** @brief d-pointer */ QSharedDataPointer d; }; diff --git a/local/recipes/kde/kf6-kio/source/src/core/kio-index.qdoc b/local/recipes/kde/kf6-kio/source/src/core/kio-index.qdoc new file mode 100644 index 0000000000..09a0fb0a86 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/core/kio-index.qdoc @@ -0,0 +1,23 @@ +/*! + \page kio-index.html + \title KIO + + Resource and network access abstraction + + \section1 Using the Module + + \include {module-use.qdocinc} {using the c++ api} + + \section2 Building with CMake + + \include {module-use.qdocinc} {building with cmake} {KF6} {KIO} {KF6::KIOCore} + + \section1 API Reference + + \list + \li \l{KIO Core C++ Classes} + \li \l{KIO Gui C++ Classes} + \li \l{KIO Widgets C++ Classes} + \li \l{KIO FileWidgets C++ Classes} + \endlist +*/ diff --git a/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdoc b/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdoc new file mode 100644 index 0000000000..0ff89a7fd2 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdoc @@ -0,0 +1,10 @@ +/*! + \module KIOCore + \title KIO Core C++ Classes + \ingroup modules + \cmakepackage KF6 + \cmakecomponent KIO + \cmaketargetitem KF6::KIOCore + + \brief Resource and network access abstraction. +*/ diff --git a/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdocconf b/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdocconf new file mode 100644 index 0000000000..fd834b0934 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/core/kiocore.qdocconf @@ -0,0 +1,40 @@ +include($KDE_DOCS/global/qt-module-defaults.qdocconf) + +project = KIOCore +description = Network transparent access to files and data + +documentationinheaders = true + +headerdirs += . +sourcedirs += . + +outputformats = HTML + +navigation.landingpage = "KIO" + +depends += \ + kde \ + qtcore \ + qtnetwork \ + kcoreaddons \ + kiogui \ + kiowidgets \ + kiofilewidgets \ + kconfigcore \ + kservice + +qhp.projects = KIOCore + +qhp.KIOCore.file = kiocore.qhp +qhp.KIOCore.namespace = org.kde.kiocore.$QT_VERSION_TAG +qhp.KIOCore.virtualFolder = kiocore +qhp.KIOCore.indexTitle = KIOCore +qhp.KIOCore.indexRoot = + +qhp.KIOCore.subprojects = classes +qhp.KIOCore.subprojects.classes.title = C++ Classes +qhp.KIOCore.subprojects.classes.indexTitle = KIO Core C++ Classes +qhp.KIOCore.subprojects.classes.selectors = class fake:headerfile +qhp.KIOCore.subprojects.classes.sortPages = true + +tagfile = kiocore.tags diff --git a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p.h b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p.h index e1aaf90f17..f6dc9c2b93 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p.h @@ -75,7 +75,7 @@ Q_STATIC_ASSERT(S_IRUSR == _S_IREAD && S_IWUSR == _S_IWRITE && S_IXUSR == _S_IEX #ifndef S_IFSOCK #define S_IFSOCK 0140000 #endif -/** performs a QT_STAT and add QT_STAT_LNK to st_mode if the path is a symlink */ +/* performs a QT_STAT and add QT_STAT_LNK to st_mode if the path is a symlink */ KIOCORE_EXPORT int kio_windows_lstat(const char *path, QT_STATBUF *buffer); #ifndef QT_LSTAT @@ -90,9 +90,10 @@ KIOCORE_EXPORT int kio_windows_lstat(const char *path, QT_STATBUF *buffer); namespace KIOPrivate { -/** @return true if the process with given PID is currently running */ -KIOCORE_EXPORT bool isProcessAlive(qint64 pid); -/** Send a terminate signal (SIGTERM on UNIX) to the process with given PID. */ +/*! + * Send a terminate signal (SIGTERM on UNIX) to the process with given PID. + * \internal + */ KIOCORE_EXPORT void sendTerminateSignal(qint64 pid); enum SymlinkType { @@ -101,21 +102,28 @@ enum SymlinkType { DirectorySymlink, }; -/** Creates a symbolic link at @p destination pointing to @p source +/*! Creates a symbolic link at \a destination pointing to \a source * Unlike UNIX, Windows needs to know whether the symlink points to a file or a directory - * when creating the link. This information can be passed in @p type. If @p type is not given + * when creating the link. This information can be passed in \a type. If \a type is not given * the windows code will guess the type based on the source file. - * @note On Windows this requires the current user to have the SeCreateSymbolicLink privilege which + * \note On Windows this requires the current user to have the SeCreateSymbolicLink privilege which * is usually only given to administrators. - * @return true on success, false on error + * Returns true on success, false on error + * \internal */ KIOCORE_EXPORT bool createSymlink(const QString &source, const QString &destination, SymlinkType type = GuessSymlinkType); -/** Changes the ownership of @p file (like chown()) */ +/*! + * Changes the ownership of @p file (like chown()) + * \internal + */ KIOCORE_EXPORT bool changeOwnership(const QString &file, KUserId newOwner, KGroupId newGroup); -/** Returns an icon name for a standard path, - * e.g. folder-pictures for any path in QStandardPaths::PicturesLocation */ +/*! + * Returns an icon name for a standard path, + * e.g. folder-pictures for any path in QStandardPaths::PicturesLocation + * \internal + */ QString iconForStandardPath(const QString &localDirectory); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_unix.cpp b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_unix.cpp index a7cc305e3f..e40e54551c 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_unix.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_unix.cpp @@ -10,11 +10,6 @@ #include #include -KIOCORE_EXPORT bool KIOPrivate::isProcessAlive(qint64 pid) -{ - return ::kill(pid, 0) == 0; -} - KIOCORE_EXPORT void KIOPrivate::sendTerminateSignal(qint64 pid) { ::kill(pid, SIGTERM); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_win.cpp b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_win.cpp index fa6989a182..33a64bfb12 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_win.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kioglobal_p_win.cpp @@ -12,20 +12,6 @@ #include -KIOCORE_EXPORT bool KIOPrivate::isProcessAlive(qint64 pid) -{ - HANDLE procHandle = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, pid); - bool alive = false; - if (procHandle != INVALID_HANDLE_VALUE) { - DWORD exitCode; - if (GetExitCodeProcess(procHandle, &exitCode)) { - alive = exitCode == STILL_ACTIVE; - } - CloseHandle(procHandle); - } - return alive; -} - // A callback to shutdown cleanly (no forced kill) BOOL CALLBACK closeProcessCallback(HWND hwnd, LPARAM lParam) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.cpp b/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.cpp index a5d872dfa1..8c13d64159 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.cpp @@ -48,6 +48,11 @@ static const Qt::CaseSensitivity cs = Qt::CaseSensitive; // Linux #if HAVE_LIB_MOUNT #include +#include +#if HAVE_STATX_MNT_ID +#include +#include +#endif #endif static bool isNetfs(const QString &mountType) @@ -67,17 +72,86 @@ static bool isNetfs(const QString &mountType) QLatin1String("9p"), }; - return std::any_of(netfsList.cbegin(), netfsList.cend(), [mountType](const QLatin1String netfs) { + return std::ranges::any_of(netfsList, [mountType](const QLatin1String &netfs) { return mountType == netfs; }); } +static bool isPseudoFs(const QString &mountType) +{ + // List copied from util-linux/libmount/src/utils.c mnt_fstype_is_pseudofs + static const std::vector pseudofsList{ + QLatin1String("anon_inodefs"), + QLatin1String("apparmorfs"), + QLatin1String("autofs"), + QLatin1String("bdev"), + QLatin1String("binder"), + QLatin1String("binfmt_misc"), + QLatin1String("bpf"), + QLatin1String("cgroup"), + QLatin1String("cgroup2"), + QLatin1String("configfs"), + QLatin1String("cpuset"), + QLatin1String("debugfs"), + QLatin1String("devfs"), + QLatin1String("devpts"), + QLatin1String("devtmpfs"), + QLatin1String("dlmfs"), + QLatin1String("dmabuf"), + QLatin1String("drm"), + QLatin1String("efivarfs"), + QLatin1String("fuse"), + QLatin1String("fuse.archivemount"), + QLatin1String("fuse.avfsd"), + QLatin1String("fuse.dumpfs"), + QLatin1String("fuse.encfs"), + QLatin1String("fuse.gvfs-fuse-daemon"), + QLatin1String("fuse.gvfsd-fuse"), + QLatin1String("fuse.kio-fuse"), + QLatin1String("fuse.lxcfs"), + QLatin1String("fuse.portal"), + QLatin1String("fuse.rofiles-fuse"), + QLatin1String("fuse.vmware-vmblock"), + QLatin1String("fuse.xwmfs"), + QLatin1String("fusectl"), + QLatin1String("hugetlbfs"), + QLatin1String("ipathfs"), + QLatin1String("mqueue"), + QLatin1String("nfsd"), + QLatin1String("none"), + QLatin1String("nsfs"), + QLatin1String("overlay"), + QLatin1String("pidfs"), + QLatin1String("pipefs"), + QLatin1String("proc"), + QLatin1String("pstore"), + QLatin1String("ramfs"), + QLatin1String("resctrl"), + QLatin1String("rootfs"), + QLatin1String("rpc_pipefs"), + QLatin1String("securityfs"), + QLatin1String("selinuxfs"), + QLatin1String("smackfs"), + QLatin1String("sockfs"), + QLatin1String("spufs"), + QLatin1String("sysfs"), + QLatin1String("tmpfs"), + QLatin1String("tracefs"), + QLatin1String("vboxsf"), + QLatin1String("virtiofs"), + }; + + return std::ranges::any_of(pseudofsList, [mountType](const QLatin1String &pseudofs) { + return mountType == pseudofs; + }); +} + class KMountPointPrivate { public: void resolveGvfsMountPoints(KMountPoint::List &result); void finalizePossibleMountPoint(KMountPoint::DetailsNeededFlags infoNeeded); - void finalizeCurrentMountPoint(KMountPoint::DetailsNeededFlags infoNeeded); + void setAdditionalDetails(KMountPoint::DetailsNeededFlags infoNeeded); QString m_mountedFrom; QString m_device; // Only available when the NeedRealDeviceName flag was set. @@ -85,7 +159,10 @@ public: QString m_mountType; QStringList m_mountOptions; dev_t m_deviceId = 0; + // the mount id seems to start at 1. 0 should be safe as a undefined default + quint64 m_mountId = 0; bool m_isNetFs = false; + bool m_isPseudoFs = false; }; KMountPoint::KMountPoint() @@ -100,9 +177,9 @@ KMountPoint::~KMountPoint() = default; #ifdef MNTOPT_NAMES static struct mntoptnames bsdOptionNames[] = {MNTOPT_NAMES}; -/** @brief Get mount options from @p flags and puts human-readable version in @p list +/* Get mount options from flags and puts human-readable version in list * - * Appends all positive options found in @p flags to the @p list + * Appends all positive options found in flags to the list * This is roughly paraphrased from FreeBSD's mount.c, prmount(). */ static void translateMountOptions(QStringList &list, uint64_t flags) @@ -121,9 +198,9 @@ static void translateMountOptions(QStringList &list, uint64_t flags) } } #else -/** @brief Get mount options from @p flags and puts human-readable version in @p list +/* Get mount options from flags and puts human-readable version in list * - * This default version just puts the hex representation of @p flags + * This default version just puts the hex representation of flags * in the list, because there is no human-readable version. */ static void translateMountOptions(QStringList &list, uint64_t flags) @@ -147,17 +224,13 @@ void KMountPointPrivate::finalizePossibleMountPoint(KMountPoint::DetailsNeededFl m_mountedFrom = potentialDevice; } - if (infoNeeded & KMountPoint::NeedRealDeviceName) { - if (m_mountedFrom.startsWith(QLatin1Char('/'))) { - m_device = QFileInfo(m_mountedFrom).canonicalFilePath(); - } - } + setAdditionalDetails(infoNeeded); // Chop trailing slash Utils::removeTrailingSlash(m_mountedFrom); } -void KMountPointPrivate::finalizeCurrentMountPoint(KMountPoint::DetailsNeededFlags infoNeeded) +void KMountPointPrivate::setAdditionalDetails(KMountPoint::DetailsNeededFlags infoNeeded) { if (infoNeeded & KMountPoint::NeedRealDeviceName) { if (m_mountedFrom.startsWith(QLatin1Char('/'))) { @@ -188,6 +261,8 @@ KMountPoint::List KMountPoint::possibleMountPoints(DetailsNeededFlags infoNeeded Ptr mp(new KMountPoint); mp->d->m_mountType = QFile::decodeName(fsType); + mp->d->m_isNetFs = isNetfs(mp->d->m_mountType); + mp->d->m_isPseudoFs = ::isPseudoFs(mp->d->m_mountType); const char *target = mnt_fs_get_target(fs); mp->d->m_mountPoint = QFile::decodeName(target); @@ -245,6 +320,8 @@ KMountPoint::List KMountPoint::possibleMountPoints(DetailsNeededFlags infoNeeded if (mp->d->m_mountType == QLatin1String("swap")) { continue; } + mp->d->m_isNetFs = isNetfs(mp->d->m_mountType); + mp->d->m_isPseudoFs = ::isPseudoFs(mp->d->m_mountType); QString options = item[i++]; if (infoNeeded & NeedMountOptions) { @@ -277,6 +354,8 @@ void KMountPointPrivate::resolveGvfsMountPoints(KMountPoint::List &result) gvfsmp->d->m_mountedFrom = m_mountedFrom; gvfsmp->d->m_mountPoint = m_mountPoint + QLatin1Char('/') + mountDir; gvfsmp->d->m_mountType = type; + gvfsmp->d->m_isNetFs = true; + gvfsmp->d->m_isPseudoFs = true; result.append(gvfsmp); } } @@ -303,6 +382,8 @@ KMountPoint::List KMountPoint::currentMountPoints(DetailsNeededFlags infoNeeded) mp->d->m_mountedFrom = QFile::decodeName(mounted[i].f_mntfromname); mp->d->m_mountPoint = QFile::decodeName(mounted[i].f_mntonname); mp->d->m_mountType = QFile::decodeName(mounted[i].f_fstypename); + mp->d->m_isNetFs = isNetfs(mp->d->m_mountType); + mp->d->m_isPseudoFs = ::isPseudoFs(mp->d->m_mountType); if (QT_STATBUF buff; QT_LSTAT(mounted[i].f_mntonname, &buff) == 0) { mp->d->m_deviceId = buff.st_dev; @@ -318,7 +399,7 @@ KMountPoint::List KMountPoint::currentMountPoints(DetailsNeededFlags infoNeeded) } } - mp->d->finalizeCurrentMountPoint(infoNeeded); + mp->d->setAdditionalDetails(infoNeeded); // TODO: Strip trailing '/' ? result.append(mp); } @@ -350,30 +431,41 @@ KMountPoint::List KMountPoint::currentMountPoints(DetailsNeededFlags infoNeeded) mnt_table_parse_mtab(table, "/proc/self/mountinfo") #endif == 0) { - struct libmnt_iter *itr = mnt_new_iter(MNT_ITER_FORWARD); + struct libmnt_iter *itr = mnt_new_iter(MNT_ITER_BACKWARD); struct libmnt_fs *fs; while (mnt_table_next_fs(table, itr, &fs) == 0) { Ptr mp(new KMountPoint); + const char *target = mnt_fs_get_target(fs); + mp->d->m_mountPoint = QFile::decodeName(target); mp->d->m_mountedFrom = QFile::decodeName(mnt_fs_get_source(fs)); - mp->d->m_mountPoint = QFile::decodeName(mnt_fs_get_target(fs)); mp->d->m_mountType = QFile::decodeName(mnt_fs_get_fstype(fs)); mp->d->m_isNetFs = mnt_fs_is_netfs(fs) == 1; - mp->d->m_deviceId = mnt_fs_get_devno(fs); + mp->d->m_isPseudoFs = mnt_fs_is_pseudofs(fs) == 1 || mp->d->m_mountType == QLatin1String("fuse.kio-fuse"); + + uint mask_mnt_id = 0; +#if HAVE_STATX_MNT_ID_UNIQUE + mask_mnt_id = STATX_MNT_ID_UNIQUE | STATX_MNT_ID; +#elif HAVE_STATX_MNT_ID + mask_mnt_id = STATX_MNT_ID; +#endif + + if (struct statx buff; statx(AT_FDCWD, target, AT_STATX_DONT_SYNC | AT_NO_AUTOMOUNT, STATX_INO | mask_mnt_id, &buff) == 0) { + mp->d->m_deviceId = makedev(buff.stx_dev_major, buff.stx_dev_minor); +#if HAVE_STATX_MNT_ID + if (buff.stx_mask & mask_mnt_id) { + mp->d->m_mountId = (quint64)buff.stx_mnt_id; + } +#endif + } if (infoNeeded & NeedMountOptions) { mp->d->m_mountOptions = QFile::decodeName(mnt_fs_get_options(fs)).split(QLatin1Char(',')); } - if (infoNeeded & NeedRealDeviceName) { - if (mp->d->m_mountedFrom.startsWith(QLatin1Char('/'))) { - mp->d->m_device = mp->d->m_mountedFrom; - } - } - mp->d->resolveGvfsMountPoints(result); - mp->d->finalizeCurrentMountPoint(infoNeeded); + mp->d->setAdditionalDetails(infoNeeded); result.push_back(mp); } @@ -397,9 +489,25 @@ dev_t KMountPoint::deviceId() const return d->m_deviceId; } +quint64 KMountPoint::mountId() const +{ + return d->m_mountId; +} + bool KMountPoint::isOnNetwork() const { - return d->m_isNetFs || isNetfs(d->m_mountType); + return d->m_isNetFs; +} + +bool KMountPoint::isPseudoFs() const +{ + return d->m_isPseudoFs; +} + +bool KMountPoint::isEncryptedFs() const +{ + return d->m_mountType == QLatin1String("fuse.gocryptfs") + || d->m_mountType == QLatin1String("fuse.encfs"); } QString KMountPoint::realDeviceName() const @@ -435,10 +543,27 @@ KMountPoint::Ptr KMountPoint::List::findByPath(const QString &path) const /* If the path contains symlinks, get the real name */ QFileInfo fileinfo(path); // canonicalFilePath won't work unless file exists - const QString realPath = fileinfo.exists() ? fileinfo.canonicalFilePath() : fileinfo.absolutePath(); + const QString realPath = fileinfo.exists() && !fileinfo.isSymLink() ? fileinfo.canonicalFilePath() : fileinfo.absolutePath(); #endif KMountPoint::Ptr result; +#if HAVE_STATX_MNT_ID + uint mask = STATX_MNT_ID; +#if HAVE_STATX_MNT_ID_UNIQUE + mask |= STATX_MNT_ID_UNIQUE; +#endif + // If we have statx, there is no need to guess. take the mount id from statx and get the mountpoint. + if (struct statx buff; statx(0, QFile::encodeName(path).constData(), AT_SYMLINK_NOFOLLOW | AT_NO_AUTOMOUNT, mask, &buff) == 0 && (buff.stx_mask & mask)) { + auto it = std::find_if(this->cbegin(), this->cend(), [&buff](const KMountPoint::Ptr &mountPtr) { + return mountPtr->d->m_mountId == buff.stx_mnt_id; + }); + + if (it != this->cend()) { + return *it; + } + } +#endif + if (QT_STATBUF buff; QT_LSTAT(QFile::encodeName(realPath).constData(), &buff) == 0) { auto it = std::find_if(this->cbegin(), this->cend(), [&buff, &realPath](const KMountPoint::Ptr &mountPtr) { @@ -470,6 +595,21 @@ KMountPoint::Ptr KMountPoint::List::findByDevice(const QString &device) const return Ptr(); } +KMountPoint::Ptr KMountPoint::List::findByMountId(quint64 mountId) const +{ +#if HAVE_STATX_MNT_ID + Q_ASSERT(mountId); + for (const KMountPoint::Ptr &mountPoint : *this) { + if (mountPoint->d->m_mountId == mountId) { + return mountPoint; + } + } +#else + Q_UNUSED(mountId) +#endif + return Ptr(); +} + bool KMountPoint::probablySlow() const { /* clang-format off */ @@ -527,6 +667,8 @@ KIOCORE_EXPORT QDebug operator<<(QDebug debug, const KMountPoint::Ptr &mp) << ", device name: " << mp->d->m_device << ", mount point: " << mp->d->m_mountPoint << ", mount type: " << mp->d->m_mountType + << ", device id: " << mp->d->m_deviceId + << ", mount id: " << mp->d->m_mountId <<']'; // clang-format on diff --git a/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.h b/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.h index fccad81070..0847007de0 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kmountpoint.h @@ -19,137 +19,185 @@ class KMountPointPrivate; -/** - * @class KMountPoint kmountpoint.h +/*! + * \class KMountPoint + * \inmodule KIOCore + * + * \brief The KMountPoint class provides information about mounted and unmounted disks. * - * The KMountPoint class provides information about mounted and unmounted disks. * It provides a system independent interface to fstab. - * - * @author Waldo Bastian */ class KIOCORE_EXPORT KMountPoint : public QSharedData { public: using Ptr = QExplicitlySharedDataPointer; - /** + /*! * List of mount points. + * \inmodule KIOCore */ class KIOCORE_EXPORT List : public QList { public: List(); - /** - * Find the mountpoint on which resides @p path + /*! + * Find the mountpoint on which resides \a path * For instance if /home is a separate partition, findByPath("/home/user/blah") * will return /home - * @param path the path to check - * @return the mount point of the given file + * + * \a path the path to check + * + * Returns the mount point of the given file */ Ptr findByPath(const QString &path) const; - /** - * Returns the mount point associated with @p device, - * i.e. the one where mountedFrom() == @p device + /*! + * Returns the mount point associated with \a device, + * i.e. the one where mountedFrom() == \a device * (after symlink resolution). - * @return the mountpoint, or @c nullptr if this device doesn't exist or isn't mounted + * + * Returns the mountpoint, or \c nullptr if this device doesn't exist or isn't mounted */ Ptr findByDevice(const QString &device) const; + + /*! + * Returns the mount point associated with \a mountId + * + * Returns the mountpoint, or \c nullptr if there is no mount point associated with this ID. + * + * This is prefered over looking up a path because it does not have to deal with symlinks. + * + * \note This is only supported on Linux and returns \c nullptr for all other platforms + * \warning mountId must not be zero + * + * \since 6.24 + */ + Ptr findByMountId(quint64 mountId) const; }; public: - /** + /*! * Flags that specify which additional details should be fetched for each mountpoint. - * @see DetailsNeededFlags + * + * \value BasicInfoNeeded Only the basic details: mountedFrom, mountPoint, mountType. + * \value NeedMountOptions Also fetch the options used when mounting, see KMountPoint::mountOptions(). + * \value NeedRealDeviceName Also fetch the device name (with symlinks resolved), see KMountPoint::realDeviceName(). */ enum DetailsNeededFlag { - /** - * Only the basic details: mountedFrom, mountPoint, mountType. - */ BasicInfoNeeded = 0, - /** - * Also fetch the options used when mounting, see KMountPoint::mountOptions(). - */ NeedMountOptions = 1, - /** - * Also fetch the device name (with symlinks resolved), see KMountPoint::realDeviceName(). - */ NeedRealDeviceName = 2, }; - /** - * Stores a combination of #DetailsNeededFlag values. - */ Q_DECLARE_FLAGS(DetailsNeededFlags, DetailsNeededFlag) - /** + /*! * This function gives a list of all possible mountpoints. (fstab) - * @param infoNeeded Flags that specify which additional information + * + * \a infoNeeded Flags that specify which additional information * should be fetched. */ static List possibleMountPoints(DetailsNeededFlags infoNeeded = BasicInfoNeeded); - /** + /*! * Returns a list of all current mountpoints. * - * @param infoNeeded Flags that specify which additional information + * \a infoNeeded Flags that specify which additional information * should be fetched. * - * @note This method will return an empty list on @c Android + * \note This method will return an empty list on Android */ static List currentMountPoints(DetailsNeededFlags infoNeeded = BasicInfoNeeded); - /** + /*! * Where this filesystem gets mounted from. * This can refer to a device, a remote server or something else. */ QString mountedFrom() const; - /** - * Returns @c true if this mount point represents a network filesystem (e.g.\ NFS, - * CIFS, etc.), otherwise returns @c false. + /*! + * Returns \c true if this mount point represents a network filesystem (e.g.\ NFS, + * CIFS, etc.), otherwise returns \c false. * - * @since 5.86 + * \since 5.86 */ bool isOnNetwork() const; - /** + /*! + * Returns \c true if this mount points to a pseudo filesystem (e.g. devfs, proc, + * tmpfs, fuse, etc.), otherwise returns \c false. + * + * \since 6.24 + */ + bool isPseudoFs() const; + + /*! + * Returns \c true if this mount points to a filesystem that is encrypting its + * content (e.g. gocryptfs), otherwise returns \c false. + * + * \since 6.24 + */ + bool isEncryptedFs() const; + + /*! * Returns the device ID (dev_t, major, minor) of this mount point. This * ID is unique per device (including network mounts). * - * @since 5.86 + * \since 5.86 */ dev_t deviceId() const; - /** + /*! + * Returns the mount ID of this mount point. + * + * If the system supports MNT_ID_UNIQUE, it will be returned. It is + * guaranteed to be unique until the next boot. + * If the system doesn't support that, the MNT_ID property will be returned. + * It is unique for a point in time, but is not guaranteed to be unique + * until next boot. + * + * On systems without statmount() (exists since Linux 6.8) this will return 0. + * + * \since 6.24 + */ + quint64 mountId() const; + + /*! * Canonical name of the device where the filesystem got mounted from. * (Or empty, if not a device) * Only available when the NeedRealDeviceName flag was set. */ QString realDeviceName() const; - /** - * Path where the filesystem is mounted (if you used @ref currentMountPoints()), - * or can be mounted (if you used @ref possibleMountPoints()). + /*! + * Path where the filesystem is mounted (if you used currentMountPoints()), + * or can be mounted (if you used possibleMountPoints()). */ QString mountPoint() const; - /** + /*! * Type of filesystem */ QString mountType() const; - /** + /*! * Options used to mount the filesystem. - * Only available if the @ref NeedMountOptions flag was set. + * Only available if the NeedMountOptions flag was set. */ QStringList mountOptions() const; - /** - * Returns @c true if the filesystem is "probably" slow, e.g.\ a network mount, - * @c false otherwise. + /*! + * Returns \c true if the filesystem is "probably" slow, e.g. a network mount, + * \c false otherwise. */ bool probablySlow() const; + /*! + * \value SupportsChmod + * \value SupportsChown + * \value SupportsUTime + * \value SupportsSymlinks + * \value CaseInsensitive + */ enum FileSystemFlag { SupportsChmod, SupportsChown, @@ -158,35 +206,32 @@ public: CaseInsensitive, }; - /** + /*! * Checks the capabilities of the filesystem. - * @param flag the flag to check - * @return true if the filesystem has that flag, false if not + * + * \a flag the flag to check + * + * Returns \c true if the filesystem has that flag, false if not * * The available flags are: - * @li SupportsChmod: returns true if the filesystem supports chmod + * \list + * \li SupportsChmod: returns true if the filesystem supports chmod * (e.g. msdos filesystems return false) - * @li SupportsChown: returns true if the filesystem supports chown + * \li SupportsChown: returns true if the filesystem supports chown * (e.g. msdos filesystems return false) - * @li SupportsUtime: returns true if the filesystems supports utime + * \li SupportsUtime: returns true if the filesystems supports utime * (e.g. msdos filesystems return false) - * @li SupportsSymlinks: returns true if the filesystems supports symlinks + * \li SupportsSymlinks: returns true if the filesystems supports symlinks * (e.g. msdos filesystems return false) - * @li CaseInsensitive: returns true if the filesystem treats + * \li CaseInsensitive: returns true if the filesystem treats * "foo" and "FOO" as being the same file (true for msdos filesystems) - * + * \endlist */ bool testFileSystemFlag(FileSystemFlag flag) const; - /** - * Destructor - */ ~KMountPoint(); private: - /** - * Constructor - */ KIOCORE_NO_EXPORT KMountPoint(); friend KIOCORE_EXPORT QDebug operator<<(QDebug debug, const Ptr &mp); diff --git a/local/recipes/kde/kf6-kio/source/src/core/knfsshare.cpp b/local/recipes/kde/kf6-kio/source/src/core/knfsshare.cpp index 96170517ce..77c8a82b6f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/knfsshare.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/knfsshare.cpp @@ -43,11 +43,11 @@ KNFSShare::KNFSSharePrivate::KNFSSharePrivate(KNFSShare *parent) } } -/** +/* * Try to find the nfs config file path * First tries the kconfig, then checks * several well-known paths - * @return whether an 'exports' file was found. + * Returns whether an 'exports' file was found. **/ bool KNFSShare::KNFSSharePrivate::findExportsFile() { @@ -66,11 +66,10 @@ bool KNFSShare::KNFSSharePrivate::findExportsFile() return false; } - config.writeEntry("exportsFile", exportsFile); return true; } -/** +/* * Reads all paths from the exports file * and fills the sharedPaths dict with the values */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/knfsshare.h b/local/recipes/kde/kf6-kio/source/src/core/knfsshare.h index eb49eec922..89f4ff229e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/knfsshare.h +++ b/local/recipes/kde/kf6-kio/source/src/core/knfsshare.h @@ -14,53 +14,56 @@ #include -/** - * @class KNFSShare knfsshare.h +/*! + * \class KNFSShare + * \inmodule KIOCore * * Similar functionality like KFileShare, * but works only for NFS and do not need * any suid script. * It parses the /etc/exports file to get its information. * Singleton class, call instance() to get an instance. + * + * \internal */ class KNFSShare : public QObject { Q_OBJECT public: - /** + /*! * Returns the one and only instance of KNFSShare */ static KNFSShare *instance(); - /** + /*! * Whether or not the given path is shared by NFS. - * @param path the path to check if it is shared by NFS. - * @return whether the given path is shared by NFS. + * \a path the path to check if it is shared by NFS. + * Returns whether the given path is shared by NFS. */ bool isDirectoryShared(const QString &path) const; - /** + /*! * Returns a list of all directories shared by NFS. * The resulting list is not sorted. - * @return a list of all directories shared by NFS. + * Returns a list of all directories shared by NFS. */ QStringList sharedDirectories() const; - /** + /*! * KNFSShare destructor. * Do not call! * The instance is destroyed automatically! */ ~KNFSShare() override; - /** + /*! * Returns the path to the used exports file, * or null if no exports file was found */ QString exportsPath() const; Q_SIGNALS: - /** + /*! * Emitted when the /etc/exports file has changed */ void changed(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/koverlayiconplugin.h b/local/recipes/kde/kf6-kio/source/src/core/koverlayiconplugin.h index 876352ed0f..031c53a5ea 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/koverlayiconplugin.h +++ b/local/recipes/kde/kf6-kio/source/src/core/koverlayiconplugin.h @@ -13,38 +13,40 @@ class QUrl; -/** - * @class KOverlayIconPlugin koverlayiconplugin.h +/*! + * \class KOverlayIconPlugin + * \inmodule KIOCore + * + * \brief Base class for overlay icon plugins. * - * @brief Base class for overlay icon plugins. * Enables file managers to show custom overlay icons on files. * * This plugin can be created and installed through kcoreaddons_add_plugin - * @code + * \code * kcoreaddons_add_plugin(myoverlayplugin SOURCES myoverlayplugin.cpp INSTALL_NAMESPACE "kf6/overlayicon") * target_link_libraries(myoverlayplugin KF6::KIOCore) - * @endcode + * \endcode * The C++ file should look like this: - * @code -#include - -class MyOverlayPlugin : public KOverlayIconPlugin -{ - Q_PLUGIN_METADATA(IID "org.kde.overlayicon.myplugin") - Q_OBJECT - -public: - MyOverlayPlugin() { - } - - QStringList getOverlays(const QUrl &url) override { - // Implement your logic - } -}; - -#include "myoverlayplugin.moc" - * @endcode - * @since 5.16 + * \code + * #include + * + * class MyOverlayPlugin : public KOverlayIconPlugin + * { + * Q_PLUGIN_METADATA(IID "org.kde.overlayicon.myplugin") + * Q_OBJECT + * + * public: + * MyOverlayPlugin() { + * } + * + * QStringList getOverlays(const QUrl &url) override { + * // Implement your logic + * } + * }; + * + * #include "myoverlayplugin.moc" + * \endcode + * \since 5.16 */ class KIOCORE_EXPORT KOverlayIconPlugin : public QObject { @@ -53,7 +55,7 @@ public: explicit KOverlayIconPlugin(QObject *parent = nullptr); ~KOverlayIconPlugin() override; - /** + /*! * Returns a list of overlay icons to add to a file * This can be a path to an icon, or the icon name * @@ -64,7 +66,7 @@ public: */ virtual QStringList getOverlays(const QUrl &item) = 0; Q_SIGNALS: - /** + /*! * Emit this signal when the list of overlay icons changed for a given URL */ void overlaysChanged(const QUrl &url, const QStringList &overlays); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kpasswdserverclient.h b/local/recipes/kde/kf6-kio/source/src/core/kpasswdserverclient.h index 0f2f3d10df..b03fbd15f6 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kpasswdserverclient.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kpasswdserverclient.h @@ -23,69 +23,84 @@ class AuthInfo; class KPasswdServerClientPrivate; -/** - * @class KPasswdServerClient kpasswdserverclient.h +/*! + * \class KPasswdServerClient + * \inmodule KIOCore + * + * \brief Interface class for kpasswdserver. * - * Interface class for kpasswdserver. * KIO workers should not use this directly but via the WorkerBase API. - * @since 5.30 + * \since 5.30 */ class KIOCORE_EXPORT KPasswdServerClient { public: - /** + /*! * Creates a client instance for kpasswdserver. * The instance should be kept for the lifetime of the process, not created for each request. */ KPasswdServerClient(); - /** - * Destructor. - */ ~KPasswdServerClient(); KPasswdServerClient(const KPasswdServerClient &) = delete; KPasswdServerClient &operator=(const KPasswdServerClient &) = delete; - /** + /*! * Check if kpasswdserver has cached authentication information regarding * an AuthInfo object. - * @param info information to check cache for - * @param windowId used as parent for dialogs, comes from QWidget::winId() on the toplevel widget - * @param usertime the X11 user time from the calling application, so that any dialog + * + * \a info information to check cache for + * + * \a windowId used as parent for dialogs, comes from QWidget::winId() on the toplevel widget + * + * \a usertime the X11 user time from the calling application, so that any dialog * (e.g. wallet password) respects focus-prevention rules. * Use KUserTimestamp::userTimestamp in the GUI application from which the request originates. - * @return true if kpasswdserver provided cached information, false if not - * @remarks info will contain the results of the check. To see if + * + * Returns \c true if kpasswdserver provided cached information, false if not + * + * Info will contain the results of the check. To see if * information was retrieved, check info.isModified(). */ bool checkAuthInfo(KIO::AuthInfo *info, qlonglong windowId, qlonglong usertime); - /** + /*! * Let kpasswdserver ask the user for authentication information. - * @param info information to query the user for - * @param errorMsg error message that will be displayed to the user - * @param windowId used as parent for dialogs, comes from QWidget::winId() on the toplevel widget - * @param usertime the X11 user time from the calling application, so that the dialog + * + * \a info information to query the user for + * + * \a errorMsg error message that will be displayed to the user + * + * \a windowId used as parent for dialogs, comes from QWidget::winId() on the toplevel widget + * + * \a usertime the X11 user time from the calling application, so that the dialog * (e.g. wallet password) respects focus-prevention rules. * Use KUserTimestamp::userTimestamp in the GUI application from which the request originates. - * @return a KIO error code: KJob::NoError (0) on success, otherwise ERR_USER_CANCELED if the user canceled, + * + * Returns a KIO error code: KJob::NoError (0) on success, otherwise ERR_USER_CANCELED if the user canceled, * or ERR_PASSWD_SERVER if we couldn't communicate with kpasswdserver. - * @remarks If NoError is returned, then @p info will contain the authentication information that was retrieved. + * + * If NoError is returned, then \a info will contain the authentication information that was retrieved. */ int queryAuthInfo(KIO::AuthInfo *info, const QString &errorMsg, qlonglong windowId, qlonglong usertime); - /** + /*! * Manually add authentication information to kpasswdserver's cache. - * @param info information to add - * @param windowId used as parent window for dialogs, comes from QWidget::winId() on the toplevel widget + * + * \a info information to add + * + * \a windowId used as parent window for dialogs, comes from QWidget::winId() on the toplevel widget */ void addAuthInfo(const KIO::AuthInfo &info, qlonglong windowId); - /** + /*! * Manually remove authentication information from kpasswdserver's cache. - * @param host hostname of the information to remove - * @param protocol protocol to remove information for - * @param user username to remove information for + * + * \a host hostname of the information to remove + * + * \a protocol protocol to remove information for + * + * \a user username to remove information for */ void removeAuthInfo(const QString &host, const QString &protocol, const QString &user); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo.h b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo.h index 5c8fe3161a..1093a809b2 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo.h @@ -14,10 +14,11 @@ #include #include -/** - * \class KProtocolInfo kprotocolinfo.h +/*! + * \class KProtocolInfo + * \inmodule KIOCore * - * Information about I/O (Internet, etc.) protocols supported by KDE. + * \brief Information about I/O (Internet, etc.) protocols supported by KDE. * KProtocolInfo is useful if you want to know which protocols * KDE supports. In addition you can find out lots of information @@ -37,55 +38,58 @@ public: // Static functions: // - /** + /*! * Returns list of all known protocols. - * @return a list of all known protocols */ static QStringList protocols(); - /** - * Returns whether a protocol is installed that is able to handle @p url. + /*! + * Returns whether a protocol is installed that is able to handle \a url. * - * @param url the url to check - * @return true if the protocol is known - * @see name() + * \a url the url to check */ static bool isKnownProtocol(const QUrl &url); - /** + /*! * Same as above except you can supply just the protocol instead of * the whole URL. */ static bool isKnownProtocol(const QString &protocol, bool updateCacheIfNotfound = true); - /** - * Returns the library / executable to open for the protocol @p protocol + /*! + * Returns the library / executable to open for the protocol \a protocol * Example : "kio_ftp", meaning either the executable "kio_ftp" or * the library "kio_ftp.la" (recommended), whichever is available. * * This corresponds to the "exec=" field in the protocol description file. - * @param protocol the protocol to check - * @return the executable of library to open, or QString() for + * + * \a protocol the protocol to check + * + * Returns the executable of library to open, or QString() for * unsupported protocols - * @see KUrl::protocol() */ static QString exec(const QString &protocol); - /** + /*! * Describes the type of a protocol. * For instance ftp:// appears as a filesystem with folders and files, * while bzip2:// appears as a single file (a stream of data), * and telnet:// doesn't output anything. - * @see outputType + * + * \value T_STREAM stream of data (e.g.\ single file) + * \value T_FILESYSTEM structured directory + * \value T_NONE no information about the type available + * \value T_ERROR used to signal an error */ enum Type { - T_STREAM, ///< stream of data (e.g.\ single file) - T_FILESYSTEM, ///< structured directory - T_NONE, ///< no information about the type available - T_ERROR, ///< used to signal an error + T_STREAM, + T_FILESYSTEM, + T_NONE, + T_ERROR, }; - /** + /*! + * \inmodule KIOCore * Definition of an extra field in the UDS entries, returned by a listDir operation. * * The name is the name of the column, translated. @@ -94,6 +98,11 @@ public: * Currently supported types: "QString", "QDateTime" (ISO-8601 format) */ struct ExtraField { + /*! + * \value String + * \value DateTime + * \value Invalid + */ enum Type { String = QMetaType::QString, DateTime = QMetaType::QDateTime, @@ -112,8 +121,11 @@ public: QString name; Type type; }; + /*! + * TODO qdoc? + */ typedef QList ExtraFieldList; - /** + /*! * Definition of extra fields in the UDS entries, returned by a listDir operation. * * This corresponds to the "ExtraNames=" and "ExtraTypes=" fields in the protocol description file. @@ -122,7 +134,7 @@ public: */ static ExtraFieldList extraFields(const QUrl &url); - /** + /*! * Returns whether the protocol can act as a helper protocol. * A helper protocol invokes an external application and does not return * a file or stream. @@ -130,19 +142,20 @@ public: * This corresponds to the "helper=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol is a helper protocol (e.g. vnc), false + * \a url the url to check + * + * Returns \c true if the protocol is a helper protocol (e.g. vnc), false * if not (e.g. http) */ static bool isHelperProtocol(const QUrl &url); - /** + /*! * Same as above except you can supply just the protocol instead of * the whole URL. */ static bool isHelperProtocol(const QString &protocol); - /** + /*! * Returns whether the protocol can act as a filter protocol. * * A filter protocol can operate on data that is passed to it @@ -154,42 +167,44 @@ public: * Valid values for this field are "true" (default) for source protocol or * "false" for filter protocol. * - * @param url the url to check - * @return true if the protocol is a filter (e.g. gzip), false if the + * \a url the url to check + * + * Returns \c true if the protocol is a filter (e.g. gzip), false if the * protocol is a helper or source */ static bool isFilterProtocol(const QUrl &url); - /** + /*! * Same as above except you can supply just the protocol instead of * the whole URL. */ static bool isFilterProtocol(const QString &protocol); - /** + /*! * Returns the name of the icon, associated with the specified protocol. * * This corresponds to the "Icon=" field in the protocol description file. * - * @param protocol the protocol to check - * @return the icon of the protocol, or an empty string if unknown + * \a protocol the protocol to check + * + * Returns the icon of the protocol, or an empty string if unknown */ static QString icon(const QString &protocol); - /** + /*! * Returns the name of the config file associated with the * specified protocol. This is useful if two similar protocols * need to share a single config file, e.g. http and https. * * This corresponds to the "config=" field in the protocol description file. - * The default is the protocol name, see name() * - * @param protocol the protocol to check - * @return the config file, or an empty string if unknown + * \a protocol the protocol to check + * + * Returns the config file, or an empty string if unknown */ static QString config(const QString &protocol); - /** + /*! * Returns the soft limit on the number of KIO workers for this protocol. * This limits the number of workers used for a single operation, note * that multiple operations may result in a number of instances that @@ -198,27 +213,29 @@ public: * This corresponds to the "maxInstances=" field in the protocol's worker metadata. * The default is 1. * - * @param protocol the protocol to check - * @return the maximum number of workers, or 1 if unknown + * \a protocol the protocol to check * - * @since 5.101 + * Returns the maximum number of workers, or 1 if unknown + * + * \since 5.101 */ static int maxWorkers(const QString &protocol); - /** + /*! * Returns the limit on the number of KIO workers for this protocol per host. * * This corresponds to the "maxInstancesPerHost=" field in the protocol's worker metadata. * The default is 0 which means there is no per host limit. * - * @param protocol the protocol to check - * @return the maximum number of workers, or 1 if unknown + * \a protocol the protocol to check * - * @since 5.101 + * Returns the maximum number of workers, or 1 if unknown + * + * \since 5.101 */ static int maxWorkersPerHost(const QString &protocol); - /** + /*! * Returns whether MIME types can be determined based on extension for this * protocol. For some protocols, e.g. http, the filename extension in the URL * can not be trusted to truly reflect the file type. @@ -226,62 +243,69 @@ public: * This corresponds to the "determineMimetypeFromExtension=" field in the protocol description file. * Valid values for this field are "true" (default) or "false". * - * @param protocol the protocol to check - * @return true if the MIME types can be determined by extension + * \a protocol the protocol to check + * + * Returns \c true if the MIME types can be determined by extension */ static bool determineMimetypeFromExtension(const QString &protocol); - /** + /*! * Returns the default MIME type for the specified protocol, if one exists. * * This corresponds to the "defaultMimetype=" field in the protocol description file. * - * @param protocol the protocol to check - * @return the default MIME type of the protocol, or an empty string if none set or protocol unknown - * @since 5.60 + * \a protocol the protocol to check + * + * Returns the default MIME type of the protocol, or an empty string if none set or protocol unknown + * \since 5.60 */ static QString defaultMimetype(const QString &protocol); - /** + /*! * Returns the documentation path for the specified protocol. * * This corresponds to the "X-DocPath=" or "DocPath=" field in the protocol description file. * - * @param protocol the protocol to check - * @return the docpath of the protocol, or an empty string if unknown + * \a protocol the protocol to check + * + * Returns the docpath of the protocol, or an empty string if unknown */ static QString docPath(const QString &protocol); - /** + /*! * Returns the protocol class for the specified protocol. * * This corresponds to the "Class=" field in the protocol description file. * * The following classes are defined: - * @li ":internet" for common internet protocols - * @li ":local" for protocols that access local resources + * \list + * \li ":internet" for common internet protocols + * \li ":local" for protocols that access local resources + * \endlist * * Protocol classes always start with a ':' so that they can not be confused with * the protocols themselves. * - * @param protocol the protocol to check - * @return the class of the protocol, or an empty string if unknown + * \a protocol the protocol to check + * + * Returns the class of the protocol, or an empty string if unknown */ static QString protocolClass(const QString &protocol); - /** + /*! * Returns whether file previews should be shown for the specified protocol. * * This corresponds to the "ShowPreviews=" field in the protocol description file. * * By default previews are shown if protocolClass is :local. * - * @param protocol the protocol to check - * @return true if previews should be shown by default, false otherwise + * \a protocol the protocol to check + * + * Returns \c true if previews should be shown by default, false otherwise */ static bool showFilePreview(const QString &protocol); - /** + /*! * Returns the list of capabilities provided by the KIO worker implementing * this protocol. * @@ -294,25 +318,27 @@ public: * before sending a special() command that would otherwise do nothing * on older KIO worker implementations. * - * @param protocol the protocol to check - * @return the list of capabilities. + * \a protocol the protocol to check + * + * Returns the list of capabilities. */ static QStringList capabilities(const QString &protocol); - /** + /*! * Returns the list of archive MIME types handled by the KIO worker implementing * this protocol. * * This corresponds to the "archiveMimetype=" field in the protocol description file. * - * @param protocol the protocol to check - * @return the list of archive MIME types (e.g. application/x-zip) handled. - * @since 5.23 + * \a protocol the protocol to check + * + * Returns the list of archive MIME types (e.g. application/x-zip) handled. + * \since 5.23 */ static QStringList archiveMimetypes(const QString &protocol); #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 4) - /** + /*! * Returns the name of the protocol through which the request * will be routed if proxy support is enabled. * @@ -321,7 +347,9 @@ public: * * This corresponds to the "ProxiedBy=" in the protocol description file. * - * @deprecated since 6.4, not used. + * Not used. + * + * \deprecated[6.4] */ KIOCORE_DEPRECATED_VERSION(6, 4, "Not used") static QString proxiedBy(const QString &protocol); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo_p.h b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo_p.h index d595baa350..26cdc1de4d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfo_p.h @@ -15,8 +15,8 @@ #include -/** - * @internal +/*! + * \internal */ class KProtocolInfoPrivate { diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory.cpp b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory.cpp index 9ef300e5e9..d1cff1ce8e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory.cpp @@ -25,7 +25,7 @@ KProtocolInfoFactory *KProtocolInfoFactory::self() return kProtocolInfoFactoryInstance(); } -KProtocolInfoFactory::KProtocolInfoFactory() +KProtocolInfoFactory::KProtocolInfoFactory() noexcept : m_cacheDirty(true) { } diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory_p.h b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory_p.h index 9c251118c7..b23c1bbdd9 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolinfofactory_p.h @@ -16,8 +16,8 @@ class KProtocolInfoPrivate; -/** - * @internal +/*! + * \internal * * KProtocolInfoFactory is a factory for getting * KProtocolInfo. The factory is a singleton @@ -26,37 +26,39 @@ class KProtocolInfoPrivate; class KProtocolInfoFactory { public: - /** - * @return the instance of KProtocolInfoFactory (singleton). + /*! + * Returns the instance of KProtocolInfoFactory (singleton). */ static KProtocolInfoFactory *self(); - KProtocolInfoFactory(); + KProtocolInfoFactory() noexcept; ~KProtocolInfoFactory(); - /** - * Returns protocol info for @p protocol. + /*! + * Returns protocol info for \a protocol. * * Does not take proxy settings into account. - * @param protocol the protocol to search for - * @param updateCacheIfNotfound Flag for revalidating the cache. This will cause all plugins to be reloaded - * @return the pointer to the KProtocolInfo, or @c nullptr if not found + * + * \a protocol the protocol to search for + * + * \a updateCacheIfNotfound Flag for revalidating the cache. This will cause all plugins to be reloaded + * + * Returns the pointer to the KProtocolInfo, or \c nullptr if not found */ KProtocolInfoPrivate *findProtocol(const QString &protocol, bool updateCacheIfNotfound = true); - /** + /*! * Loads all protocols. Slow, obviously, but fills the cache once and for all. */ QList allProtocols(); - /** + /*! * Returns list of all known protocols. - * @return a list of all protocols */ QStringList protocols(); private: - /** + /*! * Fill the internal cache. */ bool fillCache(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.cpp b/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.cpp index 4aa03671af..762ce703aa 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.cpp @@ -85,6 +85,7 @@ QMap KProtocolManager::entryMap(const QString &group) /*=============================== TIMEOUT SETTINGS ==========================*/ +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int KProtocolManager::readTimeout() { KProtocolManagerPrivate *d = kProtocolManagerPrivate(); @@ -93,7 +94,9 @@ int KProtocolManager::readTimeout() int val = cg.readEntry("ReadTimeout", DEFAULT_READ_TIMEOUT); return qMax(MIN_TIMEOUT_VALUE, val); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int KProtocolManager::connectTimeout() { KProtocolManagerPrivate *d = kProtocolManagerPrivate(); @@ -102,7 +105,9 @@ int KProtocolManager::connectTimeout() int val = cg.readEntry("ConnectTimeout", DEFAULT_CONNECT_TIMEOUT); return qMax(MIN_TIMEOUT_VALUE, val); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int KProtocolManager::proxyConnectTimeout() { KProtocolManagerPrivate *d = kProtocolManagerPrivate(); @@ -111,7 +116,9 @@ int KProtocolManager::proxyConnectTimeout() int val = cg.readEntry("ProxyConnectTimeout", DEFAULT_PROXY_CONNECT_TIMEOUT); return qMax(MIN_TIMEOUT_VALUE, val); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int KProtocolManager::responseTimeout() { KProtocolManagerPrivate *d = kProtocolManagerPrivate(); @@ -120,6 +127,7 @@ int KProtocolManager::responseTimeout() int val = cg.readEntry("ResponseTimeout", DEFAULT_RESPONSE_TIMEOUT); return qMax(MIN_TIMEOUT_VALUE, val); } +#endif /*==================================== OTHERS ===============================*/ @@ -130,13 +138,14 @@ bool KProtocolManager::markPartial() return config()->group(QString()).readEntry("MarkPartial", true); } +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 26) int KProtocolManager::minimumKeepSize() { KProtocolManagerPrivate *d = kProtocolManagerPrivate(); QMutexLocker lock(&d->mutex); - return config()->group(QString()).readEntry("MinimumKeepSize", - DEFAULT_MINIMUM_KEEP_SIZE); // 5000 byte + return DEFAULT_MINIMUM_KEEP_SIZE; } +#endif bool KProtocolManager::autoResume() { @@ -362,10 +371,13 @@ QString KProtocolManager::protocolForArchiveMimetype(const QString &mimeType) QMutexLocker lock(&d->mutex); if (d->protocolForArchiveMimetypes.isEmpty()) { const QList allProtocols = KProtocolInfoFactory::self()->allProtocols(); - for (KProtocolInfoPrivate *allProtocol : allProtocols) { - const QStringList archiveMimetypes = allProtocol->m_archiveMimeTypes; + for (KProtocolInfoPrivate *protocol : allProtocols) { + if (protocol->m_inputType != KProtocolInfo::Type::T_FILESYSTEM) { + continue; + } + const QStringList archiveMimetypes = protocol->m_archiveMimeTypes; for (const QString &mime : archiveMimetypes) { - d->protocolForArchiveMimetypes.insert(mime, allProtocol->m_name); + d->protocolForArchiveMimetypes.insert(mime, protocol->m_name); } } } @@ -388,5 +400,3 @@ bool KProtocolManager::supportsPermissions(const QUrl &url) } #undef PRIVATE_DATA - -#include "moc_kprotocolmanager_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.h b/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.h index a9b2522649..47642b590f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kprotocolmanager.h @@ -27,10 +27,11 @@ namespace KIO class WorkerConfigPrivate; } // namespace KIO -/** - * @class KProtocolManager kprotocolmanager.h +/*! + * \class KProtocolManager + * \inmodule KIOCore * - * Provides information about I/O (Internet, etc.) settings chosen/set + * \brief Provides information about I/O (Internet, etc.) settings chosen/set * by the end user. * * KProtocolManager has a heap of static functions that allows only read @@ -41,69 +42,88 @@ class WorkerConfigPrivate; * to any application that makes use of KDE's IO sub-system. Note that this * mean the proxy, timeout etc. settings are saved in a separate user-specific * config file and not in the config file of the application. - * - * Original author: - * @author Torben Weis - * - * Revised by: - * @author Waldo Bastain - * @author Dawit Alemayehu - * @see KPAC */ class KIOCORE_EXPORT KProtocolManager { public: /*=========================== TIMEOUT CONFIG ================================*/ - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! * Returns the preferred timeout value for reading from * remote connections in seconds. * - * @return timeout value for remote connection in secs. + * Returns the timeout value for remote connection in secs. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") static int readTimeout(); +#endif - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! * Returns the preferred timeout value for remote connections * in seconds. * - * @return timeout value for remote connection in secs. + * Returns the timeout value for remote connection in secs. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") static int connectTimeout(); +#endif - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! * Returns the preferred timeout value for proxy connections * in seconds. * - * @return timeout value for proxy connection in secs. + * Returns the timeout value for proxy connection in secs. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") static int proxyConnectTimeout(); +#endif - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! * Returns the preferred response timeout value for * remote connecting in seconds. * - * @return timeout value for remote connection in seconds. + * Returns the timeout value for remote connection in seconds. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") static int responseTimeout(); +#endif /*============================ DOWNLOAD CONFIG ==============================*/ - /** - * Returns true if partial downloads should be + /*! + * Returns \c true if partial downloads should be * automatically resumed. - * @return true to resume partial downloads */ static bool autoResume(); - /** - * Returns true if partial downloads should be marked + /*! + * Returns \c true if partial downloads should be marked * with a ".part" extension. - * @return true if partial downloads should get an ".part" extension */ static bool markPartial(); - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 26) + /*! * Returns the minimum file size for keeping aborted * downloads. * @@ -111,13 +131,16 @@ public: * requirement will simply be discarded. The default size * is 5 KB. * - * @return the minimum keep size for aborted downloads in bytes + * \deprecated[6.26] + * + * Use DEFAULT_MINIMUM_KEEP_SIZE */ static int minimumKeepSize(); +#endif /*===================== PROTOCOL CAPABILITIES ===============================*/ - /** + /*! * Returns whether the protocol can list files/objects. * If a protocol supports listing it can be browsed in e.g. file-dialogs * and konqueror. @@ -128,103 +151,94 @@ public: * this field. If the protocol does not support listing this field should * remain empty (default.) * - * @param url the url to check - * @return true if the protocol support listing - * @see listing() + * \a url the url to check + * \sa listing() */ static bool supportsListing(const QUrl &url); - /** + /*! * Returns whether the protocol can retrieve data from URLs. * * This corresponds to the "reading=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if it is possible to read from the URL + * \a url the url to check */ static bool supportsReading(const QUrl &url); - /** + /*! * Returns whether the protocol can store data to URLs. * * This corresponds to the "writing=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports writing + * \a url the url to check */ static bool supportsWriting(const QUrl &url); - /** + /*! * Returns whether the protocol can create directories/folders. * * This corresponds to the "makedir=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can create directories + * \a url the url to check */ static bool supportsMakeDir(const QUrl &url); - /** + /*! * Returns whether the protocol can delete files/objects. * * This corresponds to the "deleting=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports deleting + * \a url the url to check */ static bool supportsDeleting(const QUrl &url); - /** + /*! * Returns whether the protocol can create links between files/objects. * * This corresponds to the "linking=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports linking + * \a url the url to check */ static bool supportsLinking(const QUrl &url); - /** + /*! * Returns whether the protocol can move files/objects between different * locations. * * This corresponds to the "moving=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports moving + * \a url the url to check */ static bool supportsMoving(const QUrl &url); - /** + /*! * Returns whether the protocol can be opened using KIO::open(const QUrl&). * * This corresponds to the "opening=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports opening + * \a url the url to check */ static bool supportsOpening(const QUrl &url); - /** + /*! * Returns whether the protocol can be truncated with FileJob::truncate(KIO::filesize_t length). * * This corresponds to the "truncating=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol supports truncating - * @since 5.66 + * \a url the url to check + * \since 5.66 */ static bool supportsTruncating(const QUrl &url); - /** + /*! * Returns whether the protocol can copy files/objects directly from the * filesystem itself. If not, the application will read files from the * filesystem using the file-protocol and pass the data on to the destination @@ -233,12 +247,11 @@ public: * This corresponds to the "copyFromFile=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can copy files from the local file system + * \a url the url to check */ static bool canCopyFromFile(const QUrl &url); - /** + /*! * Returns whether the protocol can copy files/objects directly to the * filesystem itself. If not, the application will receive the data from * the source protocol and store it in the filesystem using the @@ -247,12 +260,11 @@ public: * This corresponds to the "copyToFile=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can copy files to the local file system + * \a url the url to check */ static bool canCopyToFile(const QUrl &url); - /** + /*! * Returns whether the protocol can rename (i.e. move fast) files/objects * directly from the filesystem itself. If not, the application will read * files from the filesystem using the file-protocol and pass the data on @@ -261,12 +273,11 @@ public: * This corresponds to the "renameFromFile=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can rename/move files from the local file system + * \a url the url to check */ static bool canRenameFromFile(const QUrl &url); - /** + /*! * Returns whether the protocol can rename (i.e. move fast) files/objects * directly to the filesystem itself. If not, the application will receive * the data from the source protocol and store it in the filesystem using the @@ -275,12 +286,11 @@ public: * This corresponds to the "renameToFile=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can rename files to the local file system + * \a url the url to check */ static bool canRenameToFile(const QUrl &url); - /** + /*! * Returns whether the protocol can recursively delete directories by itself. * If not (the usual case) then KIO will list the directory and delete files * and empty directories one by one. @@ -288,12 +298,11 @@ public: * This corresponds to the "deleteRecursive=" field in the protocol description file. * Valid values for this field are "true" or "false" (default). * - * @param url the url to check - * @return true if the protocol can delete non-empty directories by itself. + * \a url the url to check */ static bool canDeleteRecursive(const QUrl &url); - /** + /*! * This setting defines the strategy to use for generating a filename, when * copying a file or directory to another directory. By default the destination * filename is made out of the filename in the source URL. However if the @@ -305,46 +314,42 @@ public: * This corresponds to the "fileNameUsedForCopying=" field in the protocol description file. * Valid values for this field are "Name" or "FromURL" (default). * - * @param url the url to check - * @return how to generate the filename in the destination directory when copying/moving + * \a url the url to check */ static KProtocolInfo::FileNameUsedForCopying fileNameUsedForCopying(const QUrl &url); - /** + /*! * Returns default MIME type for this URL based on the protocol. * * This corresponds to the "defaultMimetype=" field in the protocol description file. * - * @param url the url to check - * @return the default MIME type of the protocol, or an empty string if unknown + * \a url the url to check */ static QString defaultMimetype(const QUrl &url); - /** + /*! * Returns whether the protocol should be treated as a filesystem * or as a stream when reading from it. * * This corresponds to the "input=" field in the protocol description file. * Valid values for this field are "filesystem", "stream" or "none" (default). * - * @param url the url to check - * @return the input type of the given @p url + * \a url the url to check */ static KProtocolInfo::Type inputType(const QUrl &url); - /** + /*! * Returns whether the protocol should be treated as a filesystem * or as a stream when writing to it. * * This corresponds to the "output=" field in the protocol description file. * Valid values for this field are "filesystem", "stream" or "none" (default). * - * @param url the url to check - * @return the output type of the given @p url + * \a url the url to check */ static KProtocolInfo::Type outputType(const QUrl &url); - /** + /*! * Returns the list of fields this protocol returns when listing * The current possibilities are * Name, Type, Size, Date, AccessDate, Access, Owner, Group, Link, URL, MimeType @@ -353,12 +358,11 @@ public: * This corresponds to the "listing=" field in the protocol description file. * The supported fields should be separated with ',' in the protocol description file. * - * @param url the url to check - * @return a list of field names + * \a url the url to check */ static QStringList listing(const QUrl &url); - /** + /*! * Returns whether the protocol can act as a source protocol. * * A source protocol retrieves data from or stores data to the @@ -367,57 +371,55 @@ public: * * The "source=" field in the protocol description file determines * whether a protocol is a source protocol or a filter protocol. - * @param url the url to check - * @return true if the protocol is a source of data (e.g. http), false if the + * + * \a url the url to check + * + * Returns true if the protocol is a source of data (e.g. http), false if the * protocol is a filter (e.g. gzip) */ static bool isSourceProtocol(const QUrl &url); - /** + /*! * Returns which protocol handles this MIME type, if it's an archive MIME type. * For instance zip:/ handles application/x-zip. * * This is defined in the protocol description file using an entry like * "archiveMimetype=application/x-zip" * - * @param mimeType the MIME type to check - * @return the protocol that can handle this archive MIME type, for instance "zip". + * This excludes compressed stream of file, like gzip or xz files. + * + * \a mimeType the MIME type to check */ static QString protocolForArchiveMimetype(const QString &mimeType); /*=============================== OTHERS ====================================*/ - /** + /*! * Force a reload of the general config file of * KIO workers ( kioslaverc). */ static void reparseConfiguration(); - /** - * Returns the charset to use for the specified @ref url. + /*! + * Returns the charset to use for the specified \a url. * */ static QString charsetFor(const QUrl &url); - /** - * @brief Returns whether the protocol suppports KIO/POSIX permissions handling. + /*! + * Returns whether the protocol supports KIO/POSIX permissions handling. * * When this is false the Permissions properties tab may be hidden, for example. The protocol may still support * permission control through other means, specific to the individual KIO worker. * - * @param url the url to check - * @return whether the protocol supports permissions - * @since 5.98 + * \a url the url to check + * \since 5.98 */ static bool supportsPermissions(const QUrl &url); private: friend class KIO::WorkerConfigPrivate; - /** - * @internal - * (Shared with WorkerConfig) - */ KIOCORE_NO_EXPORT static QMap entryMap(const QString &group); }; #endif diff --git a/local/recipes/kde/kf6-kio/source/src/core/krecentdirs.h b/local/recipes/kde/kf6-kio/source/src/core/krecentdirs.h index 9d9e9a74e5..337d383499 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/krecentdirs.h +++ b/local/recipes/kde/kf6-kio/source/src/core/krecentdirs.h @@ -11,7 +11,10 @@ #include "kiocore_export.h" -/** +/*! + * \namespace KRecentDirs + * \inmodule KIOCore + * * The goal of this namespace is to make sure that, when the user needs to * specify a file via the file selection dialog, this dialog will start * in the directory most likely to contain the desired files. @@ -28,19 +31,19 @@ */ namespace KRecentDirs { -/** +/*! * Returns a list of directories associated with this file-class. * The most recently used directory is at the front of the list. */ KIOCORE_EXPORT QStringList list(const QString &fileClass); -/** +/*! * Returns the most recently used directory associated with this file-class. */ KIOCORE_EXPORT QString dir(const QString &fileClass); -/** - * Associates @p directory with @p fileClass +/*! + * Associates \a directory with \a fileClass */ KIOCORE_EXPORT void add(const QString &fileClass, const QString &directory); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.cpp b/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.cpp index f1ee7fbea6..a2e96a8f4b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.cpp @@ -282,7 +282,7 @@ static bool addToXbel(const QUrl &url, const QString &desktopEntryName, KRecentD foundMatchingBookmark = true; QXmlStreamAttributes newAttributes; - for (const QXmlStreamAttribute &old : attributes) { + for (const QXmlStreamAttribute &old : std::as_const(attributes)) { if (old.name() == modifiedAttribute) { continue; } @@ -564,7 +564,7 @@ void KRecentDocument::removeFile(const QUrl &url) auto xbelTags = document.elementsByTagName(xbelTag); if (xbelTags.length() != 1) { - qCWarning(KIO_CORE) << "Invalid Xbel file, missing xbel elememt"; + qCWarning(KIO_CORE) << "Invalid Xbel file, missing xbel element"; return; } auto xbelElement = xbelTags.item(0); diff --git a/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.h b/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.h index 0c6aeb0100..ea4459352d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.h +++ b/local/recipes/kde/kf6-kio/source/src/core/krecentdocument.h @@ -14,10 +14,11 @@ #include #include -/** - * @class KRecentDocument krecentdocument.h +/*! + * \class KRecentDocument + * \inmodule KIOCore * - * Manage the "Recent Document Menu" entries displayed by + * \brief Manage the "Recent Document Menu" entries displayed by * applications such as Kicker and Konqueror. * * These entries are automatically generated .desktop files pointing @@ -34,90 +35,121 @@ * QFileDialog to open and save documents, as the KDE implementation * (KFileWidget) already calls this class. User defined limits on the maximum * number of documents to save, etc... are all automatically handled. - * - * @author Daniel M. Duley - * @author Méven Car */ class KIOCORE_EXPORT KRecentDocument { public: - /* + /*! * Usage group for a file to bookmark in recently-used.xbel file * - * from spec https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/#appendixb:registeredgroupnames - * @since 5.93 + * From spec https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/#appendixb:registeredgroupnames + * + * \value Development A bookmark related to a development environment + * \value Office A bookmark related to an office type document or folder + * \value Database A bookmark related to a database application; Office; relates to Development + * \value Email A bookmark related to an email application relates to Office + * \value Presentation A bookmark related to a presentation application relates to Office + * \value Spreadsheet A bookmark related to a spreadsheet application relates to Office + * \value WordProcessor A bookmark related to a word processing application relates to Office + * \value Graphics A bookmark related to a graphical application + * \value TextEditor A bookmark related to a text editor + * \value Viewer A bookmark related to any kind of file viewer + * \value Archive A bookmark related to an archive file + * \value Multimedia A bookmark related to a multimedia file or application + * \value Audio A bookmark related to an audio file or application relates to Multimedia + * \value Video A bookmark related to a video file or application relates to Multimedia + * \value Photo A bookmark related to a digital photography file or application relates to Multimedia; Graphics; Viewer + * \value Application Special bookmark for application launchers + * \since 5.93 */ enum RecentDocumentGroup { - Development, // A bookmark related to a development environment - Office, // A bookmark related to an office type document or folder - Database, // A bookmark related to a database application; Office; relates to Development - Email, // A bookmark related to an email application relates to Office - Presentation, // A bookmark related to a presentation application relates to Office - Spreadsheet, // A bookmark related to a spreadsheet application relates to Office - WordProcessor, // A bookmark related to a word processing application relates to Office - Graphics, // A bookmark related to a graphical application - TextEditor, // A bookmark related to a text editor - Viewer, // A bookmark related to any kind of file viewer - Archive, // A bookmark related to an archive file - Multimedia, // A bookmark related to a multimedia file or application - Audio, // A bookmark related to an audio file or application relates to Multimedia - Video, // A bookmark related to a video file or application relates to Multimedia - Photo, // A bookmark related to a digital photography file or application relates to Multimedia; Graphics; Viewer - Application, // Special bookmark for application launchers + Development, + Office, + Database, + Email, + Presentation, + Spreadsheet, + WordProcessor, + Graphics, + TextEditor, + Viewer, + Archive, + Multimedia, + Audio, + Video, + Photo, + Application, }; + // TODO qdoc? typedef QList RecentDocumentGroups; - /** - * - * Return a list of recent URLs. This includes all the URLs from + /*! + * Returns a list of recent URLs. This includes all the URLs from * recentDocuments() as well as URLs from other applications conforming to * the XDG desktop-bookmark-spec (e. g. the GTK file dialog). * - * @since 5.93 + * \since 5.93 */ static QList recentUrls(); - /** + /*! * Add a new item to the Recent Document menu. * - * @param url The url to add. + * \a url The url to add. */ static void add(const QUrl &url); - /// @since 5.93 + + /*! + * \since 5.93 + */ static void add(const QUrl &url, KRecentDocument::RecentDocumentGroups groups); - /** + /*! * Add a new item to the Recent Document menu, specifying the application to open it with. * The above add() method uses QCoreApplication::applicationName() for the app name, * which isn't always flexible enough. * This method is used when an application launches another one to open a document. * - * @param url The url to add. - * @param desktopEntryName The desktopEntryName of the service to use for opening this document. + * \a url The url to add. + * + * \a desktopEntryName The desktopEntryName of the service to use for opening this document. */ static void add(const QUrl &url, const QString &desktopEntryName); - /// @since 5.93 + + /*! + * \since 5.93 + */ static void add(const QUrl &url, const QString &desktopEntryName, KRecentDocument::RecentDocumentGroups groups); + /*! + * + */ static bool clearEntriesOldestEntries(int maxEntries); - /// @since 6.6 + /*! + * \since 6.6 + */ static void removeFile(const QUrl &url); - /// @since 6.6 + + /*! + * \since 6.6 + */ static void removeApplication(const QString &desktopEntryName); - /** - * Remove bookmarks whose modification date is after since parameter. + + /*! + * Remove bookmarks whose modification date is after \a since parameter. * - * @since 6.6 + * \since 6.6 */ static void removeBookmarksModifiedSince(const QDateTime &since); - /** + + /*! * Clear the recent document menu of all entries. */ static void clear(); - /** + /*! * Returns the maximum amount of recent document entries allowed. */ static int maximumItems(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kremoteencoding.h b/local/recipes/kde/kf6-kio/source/src/core/kremoteencoding.h index e157ead3fa..3d144227bb 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kremoteencoding.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kremoteencoding.h @@ -16,10 +16,11 @@ class QUrl; class KRemoteEncodingPrivate; -/** - * @class KRemoteEncoding kremoteencoding.h +/*! + * \class KRemoteEncoding + * \inmodule KIOCore * - * Allows encoding and decoding properly remote filenames into Unicode. + * \brief Allows encoding and decoding properly remote filenames into Unicode. * * Certain protocols do not specify an appropriate encoding for decoding * their 8-bit data into proper Unicode forms. Therefore, KIO workers should @@ -29,46 +30,40 @@ class KRemoteEncodingPrivate; * * Each KIO::WorkerBase has one object of this kind, even if it is not necessary. * It can be accessed through KIO::WorkerBase::remoteEncoding. - * - * @short A class for handling remote filenames - * @author Thiago Macieira */ class KIOCORE_EXPORT KRemoteEncoding { public: - /** + /*! * Constructor. * * Constructs this object to use the given encoding name. - * If @p name is a null pointer, the standard encoding will be used. + * If \a name is a null pointer, the standard encoding will be used. */ explicit KRemoteEncoding(const char *name = nullptr); - /** - * Destructor - */ virtual ~KRemoteEncoding(); - /** + /*! * Converts the given full pathname or filename to Unicode. * This function is supposed to work for dirnames, filenames * or a full pathname. */ QString decode(const QByteArray &name) const; - /** - * Converts the given name from Unicode. + /*! + * Converts the given \a name from Unicode. * This function is supposed to work for dirnames, filenames * or a full pathname. */ QByteArray encode(const QString &name) const; - /** + /*! * Converts the given URL into its 8-bit components */ QByteArray encode(const QUrl &url) const; - /** + /*! * Converts the given URL into 8-bit form and separate the * dirname from the filename. This is useful for worker functions * like stat or get. @@ -77,21 +72,21 @@ public: */ QByteArray directory(const QUrl &url, bool ignore_trailing_slash = true) const; - /** + /*! * Converts the given URL into 8-bit form and retrieve the filename. */ QByteArray fileName(const QUrl &url) const; - /** + /*! * Returns the encoding being used. */ const char *encoding() const; - /** + /*! * Sets the encoding being used. * This function does not change the global configuration. * - * Pass a null pointer in @p name to revert to the standard + * Pass a null pointer in \a name to revert to the standard * encoding. */ void setEncoding(const char *name); diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksambashare.cpp b/local/recipes/kde/kf6-kio/source/src/core/ksambashare.cpp index 0591e33529..a7ba832b66 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksambashare.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/ksambashare.cpp @@ -47,22 +47,6 @@ KSambaSharePrivate::~KSambaSharePrivate() { } -bool KSambaSharePrivate::isSambaInstalled() -{ - const bool daemonExists = - !QStandardPaths::findExecutable(QStringLiteral("smbd"), {QStringLiteral("/usr/sbin/"), QStringLiteral("/usr/local/sbin/")}).isEmpty(); - if (!daemonExists) { - qCDebug(KIO_CORE_SAMBASHARE) << "KSambaShare: Could not find smbd"; - } - - const bool clientExists = !QStandardPaths::findExecutable(QStringLiteral("testparm")).isEmpty(); - if (!clientExists) { - qCDebug(KIO_CORE_SAMBASHARE) << "KSambaShare: Could not find testparm tool, most likely samba-client isn't installed"; - } - - return daemonExists && clientExists; -} - void KSambaSharePrivate::setUserSharePath() { const QString rawString = testparmParamValue(QStringLiteral("usershare path")); @@ -72,18 +56,11 @@ void KSambaSharePrivate::setUserSharePath() } } -int KSambaSharePrivate::runProcess(const QString &progName, const QStringList &args, QByteArray &stdOut, QByteArray &stdErr) +int KSambaSharePrivate::runProcess(const QString &fullExecutablePath, const QStringList &args, QByteArray &stdOut, QByteArray &stdErr) { QProcess process; - process.setProcessChannelMode(QProcess::SeparateChannels); - const QString exec = QStandardPaths::findExecutable(progName); - if (exec.isEmpty()) { - qCWarning(KIO_CORE) << "Could not find an executable named:" << progName; - return -1; - } - - process.start(exec, args); + process.start(fullExecutablePath, args); // TODO: make it async in future process.waitForFinished(); @@ -94,7 +71,9 @@ int KSambaSharePrivate::runProcess(const QString &progName, const QStringList &a QString KSambaSharePrivate::testparmParamValue(const QString ¶meterName) { - if (!isSambaInstalled()) { + const QString exec = QStandardPaths::findExecutable(QStringLiteral("testparm")); + if (exec.isEmpty()) { + qCDebug(KIO_CORE_SAMBASHARE) << "Could not find the 'testparm' tool, most likely samba-client isn't installed"; return QString(); } @@ -108,7 +87,7 @@ QString KSambaSharePrivate::testparmParamValue(const QString ¶meterName) parameterName, }; - runProcess(QStringLiteral("testparm"), args, stdOut, stdErr); + runProcess(exec, args, stdOut, stdErr); // TODO: parse and process error messages. // create a parser for the error output and @@ -159,7 +138,13 @@ QString KSambaSharePrivate::testparmParamValue(const QString ¶meterName) QByteArray KSambaSharePrivate::getNetUserShareInfo() { - if (skipUserShare || !isSambaInstalled()) { + if (skipUserShare) { + return QByteArray(); + } + + const QString exec = QStandardPaths::findExecutable(QStringLiteral("net")); + if (exec.isEmpty()) { + qCDebug(KIO_CORE_SAMBASHARE) << "Could not find the 'net' tool, most likely samba-client isn't installed"; return QByteArray(); } @@ -171,7 +156,7 @@ QByteArray KSambaSharePrivate::getNetUserShareInfo() QStringLiteral("info"), }; - runProcess(QStringLiteral("net"), args, stdOut, stdErr); + runProcess(exec, args, stdOut, stdErr); if (!stdErr.isEmpty()) { if (stdErr.contains("You do not have permission to create a usershare")) { @@ -266,7 +251,7 @@ KSambaShareData::UserShareError KSambaSharePrivate::isPathValid(const QString &p } if (pathInfo.isRelative()) { - if (pathInfo.makeAbsolute()) { + if (!pathInfo.makeAbsolute()) { return KSambaShareData::UserSharePathNotAbsolute; } } @@ -310,7 +295,9 @@ KSambaShareData::UserShareError KSambaSharePrivate::add(const KSambaShareData &s // TODO: // * check for usershare max shares - if (!isSambaInstalled()) { + const QString exec = QStandardPaths::findExecutable(QStringLiteral("net")); + if (exec.isEmpty()) { + qCDebug(KIO_CORE_SAMBASHARE) << "Could not find the 'net' tool, most likely samba-client isn't installed"; return KSambaShareData::UserShareSystemError; } @@ -334,7 +321,7 @@ KSambaShareData::UserShareError KSambaSharePrivate::add(const KSambaShareData &s }; QByteArray stdOut; - int ret = runProcess(QStringLiteral("net"), args, stdOut, m_stdErr); + int ret = runProcess(exec, args, stdOut, m_stdErr); // TODO: parse and process error messages. if (!m_stdErr.isEmpty()) { @@ -356,7 +343,9 @@ KSambaShareData::UserShareError KSambaSharePrivate::add(const KSambaShareData &s KSambaShareData::UserShareError KSambaSharePrivate::remove(const KSambaShareData &shareData) { - if (!isSambaInstalled()) { + const QString exec = QStandardPaths::findExecutable(QStringLiteral("net")); + if (exec.isEmpty()) { + qCDebug(KIO_CORE_SAMBASHARE) << "Could not find the 'net' tool, most likely samba-client isn't installed"; return KSambaShareData::UserShareSystemError; } @@ -371,7 +360,7 @@ KSambaShareData::UserShareError KSambaSharePrivate::remove(const KSambaShareData }; QByteArray stdOut; - int ret = runProcess(QStringLiteral("net"), args, stdOut, m_stdErr); + int ret = runProcess(exec, args, stdOut, m_stdErr); // TODO: parse and process error messages. if (!m_stdErr.isEmpty()) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksambashare.h b/local/recipes/kde/kf6-kio/source/src/core/ksambashare.h index 3ed89fab29..9dcb97071a 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksambashare.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksambashare.h @@ -16,10 +16,12 @@ class KSambaShareData; class KSambaSharePrivate; -/** - * @class KSambaShare ksambashare.h +/*! + * \class KSambaShare + * \inmodule KIOCore + * + * \brief This class lists Samba user shares and monitors them for addition, update and removal. * - * This class lists Samba user shares and monitors them for addition, update and removal. * Singleton class, call instance() to get an instance. */ class KIOCORE_EXPORT KSambaShare : public QObject @@ -27,93 +29,85 @@ class KIOCORE_EXPORT KSambaShare : public QObject Q_OBJECT public: - /** - * @return the one and only instance of KSambaShare. + /*! + * Returns the one and only instance of KSambaShare. */ static KSambaShare *instance(); - /** + /*! * Whether or not the given path is shared by Samba. * - * @param path the path to check if it is shared by Samba. - * - * @return whether the given path is shared by Samba. + * \a path the path to check if it is shared by Samba. */ bool isDirectoryShared(const QString &path) const; - /** + /*! * Returns a list of all directories shared by local users in Samba. * The resulting list is not sorted. - * - * @return a list of all directories shared by Samba. */ QStringList sharedDirectories() const; - /** + /*! * Tests that a share name is valid and does not conflict with system users names or shares. * - * @param name the share name. + * \a name the share name. * - * @return whether the given name is already being used or not. + * Returns whether the given name is already being used or not. * */ bool isShareNameAvailable(const QString &name) const; - /** + /*! * Returns the list of available shares. * - * @return @c a QStringList containing the user shares names. - * @return @c an empty list if there aren't user shared directories. + * Returns a QStringList containing the user shares names or empty list if there aren't user shared directories. * */ QStringList shareNames() const; - /** + /*! * Returns the KSambaShareData object of the share name. * - * @param name the share name. + * \a name the share name. * - * @return @c the KSambaShareData object that matches the name. - * @return @c an empty KSambaShareData object if there isn't match for the name. + * Returns the KSambaShareData object that matches the name or an empty KSambaShareData object if there is no match for the name. * */ KSambaShareData getShareByName(const QString &name) const; - /** + /*! * Returns a list of KSambaShareData matching the path. * - * @param path the path that wants to get KSambaShareData object. - * - * @return @c the QList of KSambaShareData objects that matches the path. - * @return @c an empty QList if there aren't matches for the given path. + * \a path the path that wants to get KSambaShareData object. * + * Returns the QList of KSambaShareData objects that matches the path or an empty QList if there aren't matches for the given path. */ QList getSharesByPath(const QString &path) const; ~KSambaShare() override; - /** + /*! * Used to obtain UserShareSystemError error strings. This is usually the * verbatim stderr of internal helper commands and may contain newlines. * Do not use this to obtain error strings for other error types! * - * @return QString containing the most relevant last stderr - * @since 5.74 + * Returns QString containing the most relevant last stderr + * \since 5.74 */ QString lastSystemErrorString() const; - /** + /*! * Check whether usershares may enable guests. System-level configuration * may disable usershare guests and prevent saving KSambaShareData with * UserGuestPermission set. * - * @return @c true when usershares may allow guest access - * @since 5.74 + * Returns \c true when usershares may allow guest access + * \since 5.74 */ bool areGuestsAllowed() const; Q_SIGNALS: - /** + /*! * Emitted when a share is updated, added or removed */ void changed(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksambashare_p.h b/local/recipes/kde/kf6-kio/source/src/core/ksambashare_p.h index 21c4f89bcb..ef2101c98a 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksambashare_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksambashare_p.h @@ -21,10 +21,9 @@ public: explicit KSambaSharePrivate(KSambaShare *parent); ~KSambaSharePrivate(); - static bool isSambaInstalled(); void setUserSharePath(); - static int runProcess(const QString &progName, const QStringList &args, QByteArray &stdOut, QByteArray &stdErr); + static int runProcess(const QString &fullExecutablePath, const QStringList &args, QByteArray &stdOut, QByteArray &stdErr); static QString testparmParamValue(const QString ¶meterName); QByteArray getNetUserShareInfo(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksambasharedata.h b/local/recipes/kde/kf6-kio/source/src/core/ksambasharedata.h index 66183d1e88..4e0fef0f30 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksambasharedata.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksambasharedata.h @@ -15,23 +15,51 @@ class KSambaShare; class KSambaSharePrivate; class KSambaShareDataPrivate; -/** - * @class KSambaShareData ksambasharedata.h +/*! + * \class KSambaShareData + * \inmodule KIOCore * - * This class represents a Samba user share. It is possible to share a directory with one or more + * \brief This class represents a Samba user share. + * + * It is possible to share a directory with one or more * different names, update the share details or remove. * - * @author Rodrigo Belem - * @since 4.7 + * \since 4.7 + * \sa KSambaShare */ class KIOCORE_EXPORT KSambaShareData { public: + /*! + * \value GuestsNotAllowed + * \value GuestsAllowed + */ enum GuestPermission { GuestsNotAllowed, GuestsAllowed, }; + /*! + * \value UserShareOk + * \value UserShareExceedMaxShares + * \value UserShareNameOk + * \value UserShareNameInvalid + * \value UserShareNameInUse + * \value UserSharePathOk + * \value UserSharePathInvalid + * \value UserSharePathNotExists + * \value UserSharePathNotDirectory + * \value UserSharePathNotAbsolute + * \value UserSharePathNotAllowed + * \value UserShareAclOk + * \value UserShareAclInvalid + * \value UserShareAclUserNotValid + * \value UserShareCommentOk + * \value UserShareGuestsOk + * \value UserShareGuestsInvalid + * \value UserShareGuestsNotAllowed + * \value UserShareSystemError A system error occurred; check KSambaShare::lastSystemErrorString + */ enum UserShareError { UserShareOk, UserShareExceedMaxShares, @@ -51,7 +79,7 @@ public: UserShareGuestsOk, UserShareGuestsInvalid, UserShareGuestsNotAllowed, - UserShareSystemError, /* < A system error occurred; check KSambaShare::lastSystemErrorString */ + UserShareSystemError, }; KSambaShareData(); @@ -59,107 +87,113 @@ public: ~KSambaShareData(); - /** - * @return @c the share name. + /*! + * Returns the share name. */ QString name() const; - /** - * @return @c the share path. + /*! + * Returns the share path. */ QString path() const; - /** - * @return @c the share comment. + /*! + * Returns the share comment. */ QString comment() const; - /** - * Returns a @c containing a string describing the permission added to the users, such as + /*! + * Containing a string describing the permission added to the users, such as * "[DOMAIN\]username1:X,[DOMAIN\]username2:X,...". X stands for "F" (full control), "R" * (read-only) and "D" (deny). By default the acl is Everyone:R. * - * @return @c the share acl. + * Returns the share acl. */ QString acl() const; - /** - * @return @c whether guest access to the share is allowed or not. + /*! + * Returns whether guest access to the share is allowed or not. */ KSambaShareData::GuestPermission guestPermission() const; - /** + /*! * Sets the share name. If the share name is changed and valid it will remove the existing * share and will create a new share. * The share name cannot use a name of a system user or containing the forbidden characters * '%, <, >, *, ?, |, /, \, +, =, ;, :, ",,. To check if the name is available or valid use * the method KSambaShare::isShareNameAvailable(). * - * @param name the name that will be given to the share. + * \a name the name that will be given to the share. * - * @return @c UserShareNameOk if the name is valid. - * @return @c UserShareNameInvalid if the name contains invalid characters. - * @return @c UserShareNameInUse if the name is already in use by another shared folder or a - * by a system user. + * Returns UserShareNameOk if the name is valid, UserShareNameInvalid if the name contains invalid characters, UserShareNameInUse if the name is already in + * use by another shared folder or a by a system user. */ KSambaShareData::UserShareError setName(const QString &name); - /** + /*! * Set the path for the share. * - * @param path the path that will be given to the share. + * \a path the path that will be given to the share. * - * @return @c UserSharePathOk if valid. - * @return @c UserSharePathInvalid if the path is in invalid format. - * @return @c UserSharePathNotExists if the path does not exists. - * @return @c UserSharePathNotDirectory if the path points to file instead of a directory. - * @return @c UserSharePathNotAbsolute if the path is not is absolute form. - * @return @c UserSharePathNotAllowed if the path is not owner by the user. + * Returns UserSharePathOk if valid. + * + * Returns UserSharePathInvalid if the path is in invalid format. + * + * Returns UserSharePathNotExists if the path does not exists. + * + * Returns UserSharePathNotDirectory if the path points to file instead of a directory. + * + * Returns UserSharePathNotAbsolute if the path is not is absolute form. + * + * Returns UserSharePathNotAllowed if the path is not owner by the user. */ KSambaShareData::UserShareError setPath(const QString &path); - /** + /*! * Sets the comment for the share. * - * @param comment the comment that will be given to the share. + * \a comment the comment that will be given to the share. * - * @return @c UserShareCommentOk always. + * Returns UserShareCommentOk always. */ KSambaShareData::UserShareError setComment(const QString &comment); - /** + /*! * Sets the acl to the share. * - * @param acl the acl that will be given to the share. + * \a acl the acl that will be given to the share. * - * @return @c UserShareAclOk if the acl is valid. - * @return @c UserShareAclInvalid if the acl has invalid format. - * @return @c UserShareAclUserNotValid if one of the users in the acl is invalid. + * Returns UserShareAclOk if the acl is valid. + * + * Returns UserShareAclInvalid if the acl has invalid format. + * + * Returns UserShareAclUserNotValid if one of the users in the acl is invalid. */ KSambaShareData::UserShareError setAcl(const QString &acl); - /** + /*! * Flags if guest is allowed or not to access the share. * - * @param permission the permission that will be given to the share. + * \a permission the permission that will be given to the share. * - * @return @c UserShareGuestsOk if the permission was set. - * @return @c UserShareGuestsNotAllowed if the system does not allow guest access to the + * Returns UserShareGuestsOk if the permission was set. + * + * Returns UserShareGuestsNotAllowed if the system does not allow guest access to the * shares. */ KSambaShareData::UserShareError setGuestPermission(const GuestPermission &permission = KSambaShareData::GuestsNotAllowed); - /** + /*! * Share the folder with the information that has been set. * - * @return @c UserShareOk if the share was added or other errors as applicable. Also see UserShareSystemError. + * Returns UserShareOk if the share was added or other errors as applicable. Also see UserShareSystemError. */ KSambaShareData::UserShareError save(); - /** + /*! * Unshare the folder held by the object. * - * @return @c UserShareOk if the share was removed or other errors as applicable. Also see UserShareSystemError. + * Returns UserShareOk if the share was removed or other errors as applicable. Also see UserShareSystemError. */ KSambaShareData::UserShareError remove(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksslcertificatemanager.h b/local/recipes/kde/kf6-kio/source/src/core/ksslcertificatemanager.h index 53e51efbf2..e129383c09 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksslcertificatemanager.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksslcertificatemanager.h @@ -22,41 +22,72 @@ class QDBusArgument; class KSslCertificateRulePrivate; class KSslCertificateManagerPrivate; -// ### document this... :/ -/** Certificate rule. */ +/*! + * \class KSslCertificateRule + * \inheaderfile KSslCertificateManager + * \inmodule KIOCore + * + * Certificate rule. + */ class KIOCORE_EXPORT KSslCertificateRule { public: + /*! + * + */ KSslCertificateRule(const QSslCertificate &cert = QSslCertificate(), const QString &hostName = QString()); KSslCertificateRule(const KSslCertificateRule &other); ~KSslCertificateRule(); KSslCertificateRule &operator=(const KSslCertificateRule &other); + /*! + * + */ QSslCertificate certificate() const; + + /*! + * + */ QString hostName() const; + + /*! + * + */ void setExpiryDateTime(const QDateTime &dateTime); + + /*! + * + */ QDateTime expiryDateTime() const; + + /*! + * + */ void setRejected(bool rejected); + + /*! + * + */ bool isRejected() const; - /** - * Returns whether @p error is ignored for this certificate. - * @since 5.64 + /*! + * Returns whether \a error is ignored for this certificate. + * \since 5.64 */ bool isErrorIgnored(QSslError::SslError error) const; - /** + /*! * Set the ignored errors for this certificate. - * @since 5.64 + * \since 5.64 */ void setIgnoredErrors(const QList &errors); - /** + /*! * Set the ignored errors for this certificate. - * @since 5.64 + * \since 5.64 */ void setIgnoredErrors(const QList &errors); QList ignoredErrors() const; - /** + /*! * Filter out errors that are already ignored. - * @since 5.64 + * \since 5.64 */ QList filterErrors(const QList &errors) const; @@ -64,24 +95,49 @@ private: std::unique_ptr const d; }; -// ### document this too... :/ -/** Certificate manager. */ +/*! + * \class KSslCertificateManager + * \inmodule KIOCore + * + * Certificate manager. + */ class KIOCORE_EXPORT KSslCertificateManager { public: + /*! + * + */ static KSslCertificateManager *self(); // TODO: the rule functions are not working if there is no DBus with a working kiod + /*! + * + */ void setRule(const KSslCertificateRule &rule); + + /*! + * + */ void clearRule(const KSslCertificateRule &rule); + + /*! + * + */ void clearRule(const QSslCertificate &cert, const QString &hostName); + + /*! + * + */ KSslCertificateRule rule(const QSslCertificate &cert, const QString &hostName) const; + /*! + * + */ QList caCertificates() const; - /** - * Returns the subset of @p errors that cannot be ignored, ie. that is considered fatal. - * @since 5.64 + /*! + * Returns the subset of \a errors that cannot be ignored, ie. that is considered fatal. + * \since 5.64 */ static QList nonIgnorableErrors(const QList &errors); diff --git a/local/recipes/kde/kf6-kio/source/src/core/kssld_interface.h b/local/recipes/kde/kf6-kio/source/src/core/kssld_interface.h index a35e85a18a..2d4da89dbc 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kssld_interface.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kssld_interface.h @@ -19,7 +19,7 @@ #include "kssld_dbusmetatypes.h" -/** +/* * Proxy class for interface org.kde.KSSLD */ class OrgKdeKSSLDInterface : public QDBusAbstractInterface diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.cpp b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.cpp index 16ea37d1eb..9dd4ffffd8 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.cpp @@ -8,6 +8,10 @@ #include "ksslerroruidata.h" #include "ksslerroruidata_p.h" +#include +#include +#include + KSslErrorUiData::KSslErrorUiData() : d(new Private()) { @@ -18,18 +22,29 @@ KSslErrorUiData::KSslErrorUiData() KSslErrorUiData::KSslErrorUiData(const QSslSocket *socket) : d(new Private()) { - d->usedBits = 0; - d->bits = 0; - (void)socket; + d->certificateChain = socket->peerCertificateChain(); + d->sslErrors = socket->sslHandshakeErrors(); + d->ip = socket->peerAddress().toString(); + d->host = socket->peerName(); + if (socket->isEncrypted()) { + d->sslProtocol = socket->sessionCipher().protocolString(); + } + d->cipher = socket->sessionCipher().name(); + d->usedBits = socket->sessionCipher().usedBits(); + d->bits = socket->sessionCipher().supportedBits(); } KSslErrorUiData::KSslErrorUiData(const QNetworkReply *reply, const QList &sslErrors) : d(new Private()) { - d->usedBits = 0; - d->bits = 0; - (void)reply; - (void)sslErrors; + const auto sslConfig = reply->sslConfiguration(); + d->certificateChain = sslConfig.peerCertificateChain(); + d->sslErrors = sslErrors; + d->host = reply->request().url().host(); + d->sslProtocol = sslConfig.sessionCipher().protocolString(); + d->cipher = sslConfig.sessionCipher().name(); + d->usedBits = sslConfig.sessionCipher().usedBits(); + d->bits = sslConfig.sessionCipher().supportedBits(); } KSslErrorUiData::KSslErrorUiData(const KSslErrorUiData &other) diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.h b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.h index 4f0b60089e..93dede2b05 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata.h @@ -19,35 +19,35 @@ class QNetworkReply; class QSslError; class QSslSocket; -/** +/*! + * \class KSslErrorUiData + * \inmodule KIOCore + * * This class can hold all the necessary data from a QSslSocket or QNetworkReply to ask the user * to continue connecting in the face of SSL errors. * It can be used to carry the data for the UI over time or over thread boundaries. * - * @see: KSslCertificateManager::askIgnoreSslErrors() + * \sa KIO::SslUi::askIgnoreSslErrors() */ class KIOCORE_EXPORT KSslErrorUiData { public: - /** + /*! * Default construct an instance with no useful data. */ KSslErrorUiData(); - /** - * Create an instance and initialize it with SSL error data from @p socket. + /*! + * Create an instance and initialize it with SSL error data from \a socket. */ KSslErrorUiData(const QSslSocket *socket); - /** - * Create an instance and initialize it with SSL error data from @p reply. - * @since 5.62 + /*! + * Create an instance and initialize it with SSL error data from \a reply. + * \since 5.62 */ KSslErrorUiData(const QNetworkReply *reply, const QList &sslErrors); KSslErrorUiData(const KSslErrorUiData &other); KSslErrorUiData &operator=(const KSslErrorUiData &); - /** - * Destructor - */ ~KSslErrorUiData(); class Private; diff --git a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata_p.h b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata_p.h index db45dc7698..5fdec0ec2d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/ksslerroruidata_p.h @@ -10,6 +10,8 @@ #include "ksslerroruidata.h" +#include +#include #include class Q_DECL_HIDDEN KSslErrorUiData::Private @@ -20,6 +22,8 @@ public: return uiData->d.get(); } + QList certificateChain; + QList sslErrors; // parallel list to certificateChain QString ip; QString host; QString sslProtocol; diff --git a/local/recipes/kde/kf6-kio/source/src/core/kurlauthorized.h b/local/recipes/kde/kf6-kio/source/src/core/kurlauthorized.h index 890a97b350..09a4db7a69 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/kurlauthorized.h +++ b/local/recipes/kde/kf6-kio/source/src/core/kurlauthorized.h @@ -11,13 +11,14 @@ #include "kiocore_export.h" -#include - class QUrl; class QString; -/** - * The functions in this namespace allow actions to be restricted based +/*! + * \namespace KUrlAuthorized + * \inmodule KIOCore + * + * \brief The functions in this namespace allow actions to be restricted based * on the URL they operate on (see the KAuthorized namespace in * KConfig). * @@ -29,96 +30,103 @@ class QString; * referring URL can be taken into account. * * URL-based restrictions are recorded using this syntax: - * @verbatim - [KDE URL Restrictions] - rule_count= - rule_1=,,,,,,, - ... - rule_N=,,,,,,, - @endverbatim + * \badcode + * [KDE URL Restrictions] + * rule_count= + * rule_1=,,,,,,, + * ... + * rule_N=,,,,,,, + * \endcode * * The following standard actions are defined: - * - * - redirect: A common example is a web page redirecting to another web + * \list + * \li redirect: A common example is a web page redirecting to another web * page. By default, internet protocols are not permitted * to redirect to the "file" protocol, but you could * override this for a specific host, for example: - * @verbatim - [KDE URL Restrictions] - rule_count=1 - rule_1=redirect,http,myhost.example.com,,file,,,true - @endverbatim - * - list: Determines whether a URL can be browsed, in an "open" or - * "save" dialog, for example. If a user should only be + * \code + * [KDE URL Restrictions] + * rule_count=1 + * rule_1=redirect,http,myhost.example.com,,file,,,true + * \endcode + * \li list: Determines whether a URL can be browsed, in an "open" or + * "save" dialog, for example. If a user should only be * able to browse files under home directory one could use: - * @verbatim - [KDE URL Restrictions] - rule_count=2 - rule_1=list,,,,file,,,false - rule_2=list,,,,file,,$HOME,true - @endverbatim + * \code + * [KDE URL Restrictions] + * rule_count=2 + * rule_1=list,,,,file,,,false + * rule_2=list,,,,file,,$HOME,true + * \endcode * The first rule disables browsing any directories on the * local filesystem. The second rule then enables browsing * the users home directory. - * - open: This controls which files can be opened by the user in - * applications. It also affects where users can save files. + * \li open: This controls which files can be opened by the user in + * sapplications. It also affects where users can save files. * To only allow a user to open the files in his own home * directory one could use: - * @verbatim - [KDE URL Restrictions] - rule_count=3 - rule_1=open,,,,file,,,false - rule_2=open,,,,file,,$HOME,true - rule_3=open,,,,file,,$TMP,true - @endverbatim + * \code + * [KDE URL Restrictions] + * rule_count=3 + * rule_1=open,,,,file,,,false + * rule_2=open,,,,file,,$HOME,true + * rule_3=open,,,,file,,$TMP,true + * \endcode * Note that with the above, users would still be able to * open files from the internet. Note also that the user is * also given access to $TMP in order to ensure correct * operation of KDE applications. $TMP is replaced with the * temporary directory that KDE uses for this user. - * - link: Determines whether a URL can be linked to. + * \li link: Determines whether a URL can be linked to. + * \endlist * * Some remarks: - * - empty entries match everything - * - host names may start with a wildcard, e.g. "*.acme.com" - * - a protocol also matches similar protocols that start with the same name, + * \list + * \li empty entries match everything + * \li host names may start with a wildcard, e.g. "*.acme.com" + * \li a protocol also matches similar protocols that start with the same name, * e.g. "http" matches both http and https. You can use "http!" if you only want to * match http (and not https) - * - specifying a path matches all URLs that start with the same path. For better results + * \li specifying a path matches all URLs that start with the same path. For better results * you should not include a trailing slash. If you want to specify one specific path, you can * add an exclamation mark. E.g. "/srv" matches both "/srv" and "/srv/www" but "/srv!" only * matches "/srv" and not "/srv/www". -*/ + * \endlist + */ namespace KUrlAuthorized { -/** +/*! * Returns whether a certain URL related action is authorized. * - * @param action The name of the action, typically one of "list", + * \a action The name of the action, typically one of "list", * "link", "open" or "redirect". - * @param baseUrl The url where the action originates from. - * @param destUrl The object of the action. - * @return @c true if the action is authorized, @c false + * \a baseUrl The url where the action originates from. + * + * \a destUrl The object of the action. + * + * Returns \c true if the action is authorized, \c false * otherwise. * - * @see allowUrlAction() - * @since 5.0 + * \sa allowUrlAction() + * \since 5.0 */ KIOCORE_EXPORT bool authorizeUrlAction(const QString &action, const QUrl &baseUrl, const QUrl &destUrl); -/** +/*! * Override Kiosk restrictions to allow a given URL action. * * This can be useful if your application needs to ensure access to an * application-specific directory that may otherwise be subject to Kiosk * restrictions. * - * @param action The name of the action. - * @param baseUrl The url where the action originates from. - * @param destUrl The object of the action. + * \a action The name of the action. * - * @see authorizeUrlAction() - * @since 5.0 + * \a baseUrl The url where the action originates from. + * + * \a destUrl The object of the action. + * + * \sa authorizeUrlAction() + * \since 5.0 */ KIOCORE_EXPORT void allowUrlAction(const QString &action, const QUrl &baseUrl, const QUrl &destUrl); diff --git a/local/recipes/kde/kf6-kio/source/src/core/listjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/listjob.cpp index e277aa6365..4a3a63c9ef 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/listjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/listjob.cpp @@ -8,6 +8,7 @@ #include "listjob.h" #include "../utils_p.h" +#include "global.h" #include "job_p.h" #include "worker_p.h" #include @@ -36,15 +37,16 @@ public: unsigned long m_processedEntries; QUrl m_redirectionURL; - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; - void slotListEntries(const KIO::UDSEntryList &list); + void filterAndEmitEntries(const KIO::UDSEntryList &list); + void maybeRecurse(const KIO::UDSEntryList &list); void slotRedirection(const QUrl &url); void gotEntries(KIO::Job *subjob, const KIO::UDSEntryList &list); void slotSubError(ListJob *job, ListJob *subJob); @@ -81,77 +83,104 @@ ListJob::~ListJob() { } -void ListJobPrivate::slotListEntries(const KIO::UDSEntryList &list) +void ListJobPrivate::maybeRecurse(const KIO::UDSEntryList &list) { Q_Q(ListJob); const bool includeHidden = listFlags.testFlag(ListJob::ListFlag::IncludeHidden); + if (!recursive) { + return; + } + + for (const KIO::UDSEntry &entry : list) { + QUrl itemURL; + const QString udsUrl = entry.stringValue(KIO::UDSEntry::UDS_URL); + QString filename; + if (!udsUrl.isEmpty()) { + itemURL = QUrl(udsUrl); + filename = itemURL.fileName(); + } else { // no URL, use the name + itemURL = q->url(); + filename = entry.stringValue(KIO::UDSEntry::UDS_NAME); + Q_ASSERT(!filename.isEmpty()); // we'll recurse forever otherwise :) + itemURL.setPath(Utils::concatPaths(itemURL.path(), filename)); + } + + if (!entry.isDir() || entry.isLink()) { + continue; + } + + Q_ASSERT(!filename.isEmpty()); + QString displayName = entry.stringValue(KIO::UDSEntry::UDS_DISPLAY_NAME); + if (displayName.isEmpty()) { + displayName = filename; + } + // skip hidden dirs when listing if requested + if (filename != QLatin1String("..") && filename != QLatin1String(".") && (includeHidden || filename[0] != QLatin1Char('.'))) { + ListJob *job = ListJobPrivate::newJobNoUi(itemURL, + true /*recursive*/, + m_prefix + filename + QLatin1Char('/'), + m_displayPrefix + displayName + QLatin1Char('/'), + listFlags); + QObject::connect(job, &ListJob::entries, q, [this](KIO::Job *job, const KIO::UDSEntryList &list) { + gotEntries(job, list); + }); + QObject::connect(job, &ListJob::subError, q, [this](KIO::ListJob *job, KIO::ListJob *ljob) { + slotSubError(job, ljob); + }); + + q->addSubjob(job); + } + } +} + +void ListJobPrivate::filterAndEmitEntries(const KIO::UDSEntryList &list) +{ + Q_Q(ListJob); + + const bool includeHidden = listFlags.testFlag(ListJob::ListFlag::IncludeHidden); + const bool excludeDot = listFlags.testFlag(ListJob::ListFlag::ExcludeDot); + const bool excludeDotDot = listFlags.testFlag(ListJob::ListFlag::ExcludeDotDot); + // Emit progress info (takes care of emit processedSize and percent) m_processedEntries += list.count(); slotProcessedSize(m_processedEntries); - if (recursive) { - UDSEntryList::ConstIterator it = list.begin(); - const UDSEntryList::ConstIterator end = list.end(); - - for (; it != end; ++it) { - const UDSEntry &entry = *it; - - QUrl itemURL; - const QString udsUrl = entry.stringValue(KIO::UDSEntry::UDS_URL); - QString filename; - if (!udsUrl.isEmpty()) { - itemURL = QUrl(udsUrl); - filename = itemURL.fileName(); - } else { // no URL, use the name - itemURL = q->url(); - filename = entry.stringValue(KIO::UDSEntry::UDS_NAME); - Q_ASSERT(!filename.isEmpty()); // we'll recurse forever otherwise :) - itemURL.setPath(Utils::concatPaths(itemURL.path(), filename)); - } - - if (entry.isDir() && !entry.isLink()) { - Q_ASSERT(!filename.isEmpty()); - QString displayName = entry.stringValue(KIO::UDSEntry::UDS_DISPLAY_NAME); - if (displayName.isEmpty()) { - displayName = filename; - } - // skip hidden dirs when listing if requested - if (filename != QLatin1String("..") && filename != QLatin1String(".") && (includeHidden || filename[0] != QLatin1Char('.'))) { - ListJob *job = ListJobPrivate::newJobNoUi(itemURL, - true /*recursive*/, - m_prefix + filename + QLatin1Char('/'), - m_displayPrefix + displayName + QLatin1Char('/'), - listFlags); - QObject::connect(job, &ListJob::entries, q, [this](KIO::Job *job, const KIO::UDSEntryList &list) { - gotEntries(job, list); - }); - QObject::connect(job, &ListJob::subError, q, [this](KIO::ListJob *job, KIO::ListJob *ljob) { - slotSubError(job, ljob); - }); - - q->addSubjob(job); - } - } - } - } - // Not recursive, or top-level of recursive listing : return now (send . and .. as well) // exclusion of hidden files also requires the full sweep, but the case for full-listing // a single dir is probably common enough to justify the shortcut - if (m_prefix.isNull() && includeHidden) { + if (m_prefix.isNull() && includeHidden && !excludeDot && !excludeDotDot) { Q_EMIT q->entries(q, list); } else { UDSEntryList newlist = list; - auto removeFunc = [this, includeHidden](const UDSEntry &entry) { + // Mind that the repeated iteration hardly makes a performance difference here, presumably + // because the compiler is smart enough to optimize it away. + // Same for repeat calls to stringValue(). + // Benchmark before you decide to make improvements here! + + auto removeFunc = [this, includeHidden, excludeDot, excludeDotDot](const UDSEntry &entry) { const QString filename = entry.stringValue(KIO::UDSEntry::UDS_NAME); + // Avoid returning entries like subdir/. and subdir/.., but include . and .. for - // the toplevel dir, and skip hidden files/dirs if that was requested - const bool shouldEmit = (m_prefix.isNull() || (filename != QLatin1String("..") && filename != QLatin1String("."))) - && (includeHidden || (filename[0] != QLatin1Char('.'))); - return !shouldEmit; + // the toplevel dir unless excludeDot/excludeDotDot were passed + if (m_prefix.isNull()) { + if ((excludeDotDot && filename == QLatin1String("..")) || (excludeDot && filename == QLatin1String("."))) { + return true; + } + } else { + if (filename == QLatin1String("..") || filename == QLatin1String(".")) { + return true; + } + } + + // skip hidden files/dirs if that was requested + if (!includeHidden && filename[0] == QLatin1Char('.')) { + return true; + } + + return false; }; newlist.erase(std::remove_if(newlist.begin(), newlist.end(), removeFunc), newlist.end()); @@ -163,7 +192,6 @@ void ListJobPrivate::slotListEntries(const KIO::UDSEntryList &list) displayName = filename; } - // ## Didn't find a way to use the iterator instead of re-doing a key lookup newone.replace(KIO::UDSEntry::UDS_NAME, m_prefix + filename); newone.replace(KIO::UDSEntry::UDS_DISPLAY_NAME, m_displayPrefix + displayName); } @@ -236,11 +264,13 @@ void ListJob::slotFinished() SimpleJob::slotFinished(); } +// TODO KF7: add optional details parameter ListJob *KIO::listDir(const QUrl &url, JobFlags flags, ListJob::ListFlags listFlags) { return ListJobPrivate::newJob(url, false, QString(), QString(), listFlags, flags); } +// TODO KF7: add optional details parameter ListJob *KIO::listRecursive(const QUrl &url, JobFlags flags, ListJob::ListFlags listFlags) { return ListJobPrivate::newJob(url, true, QString(), QString(), listFlags, flags); @@ -256,6 +286,12 @@ void ListJob::setUnrestricted(bool unrestricted) } } +void ListJob::setDetails(KIO::StatDetails details) +{ + Q_D(ListJob); + addMetaData(QStringLiteral("details"), QString::number(details)); +} + void ListJobPrivate::start(Worker *worker) { Q_Q(ListJob); @@ -265,8 +301,9 @@ void ListJobPrivate::start(Worker *worker) QTimer::singleShot(0, q, &ListJob::slotFinished); return; } - QObject::connect(worker, &Worker::listEntries, q, [this](const KIO::UDSEntryList &list) { - slotListEntries(list); + QObject::connect(worker, &Worker::listEntries, q, [this](KIO::UDSEntryList list) { + maybeRecurse(list); + filterAndEmitEntries(list); }); QObject::connect(worker, &Worker::totalSize, q, [this](KIO::filesize_t size) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/listjob.h b/local/recipes/kde/kf6-kio/source/src/core/listjob.h index 446c633043..2218af05d9 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/listjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/listjob.h @@ -15,14 +15,18 @@ namespace KIO { class ListJobPrivate; -/** - * @class KIO::ListJob listjob.h +/*! + * \class KIO::ListJob + * \inmodule KIOCore + * \inheaderfile KIO/ListJob + * + * \brief A ListJob is allows you to get the get the content of a directory. * - * A ListJob is allows you to get the get the content of a directory. * Don't create the job directly, but use KIO::listRecursive() or * KIO::listDir() instead. - * @see KIO::listRecursive() - * @see KIO::listDir() + * + * \sa KIO::listRecursive() + * \sa KIO::listDir() */ class KIOCORE_EXPORT ListJob : public SimpleJob { @@ -31,60 +35,89 @@ class KIOCORE_EXPORT ListJob : public SimpleJob public: ~ListJob() override; + /*! + * \value [since 6.23] ExcludeHidden + * Don't include items whose name starts with '.' + * \value IncludeHidden Include hidden files in the listing. + * \value [since 6.23] ExcludeDot + * Skip the '.' entry for the root dir, there are always skipped for sub-directories + * \value [since 6.23] ExcludeDotDot + * Skip the '..' entry for the root dir, there are always skipped for sub-directories + * \value [since 6.23] ExcludeDotAndDotDot = ExcludeDot | ExcludeDotDot + * + */ enum class ListFlag { - IncludeHidden = 1 << 0, ///< Include hidden files in the listing. + ExcludeHidden = 0, + IncludeHidden = 1 << 0, + ExcludeDot = 2 << 0, + ExcludeDotDot = 1 << 2, + ExcludeDotAndDotDot = ExcludeDot | ExcludeDotDot, }; Q_DECLARE_FLAGS(ListFlags, ListFlag) - /** + /*! * Returns the ListJob's redirection URL. This will be invalid if there * was no redirection. - * @return the redirection url */ const QUrl &redirectionUrl() const; - /** + /*! * Do not apply any KIOSK restrictions to this job. */ void setUnrestricted(bool unrestricted); + /*! + * Selects the level of \a details we want. + * \since 6.25 + */ + void setDetails(KIO::StatDetails details); + Q_SIGNALS: - /** + /*! * This signal emits the entry found by the job while listing. * The progress signals aren't specific to ListJob. It simply * uses SimpleJob's processedSize (number of entries listed) and * totalSize (total number of entries, if known), * as well as percent. - * @param job the job that emitted this signal - * @param list the list of UDSEntries + * + * \a job the job that emitted this signal + * + * \a list the list of UDSEntries */ void entries(KIO::Job *job, const KIO::UDSEntryList &list); // TODO KDE5: use KIO::ListJob* argument to avoid casting - /** + /*! * This signal is emitted when a sub-directory could not be listed. * The job keeps going, thus doesn't result in an overall error. - * @param job the job that emitted the signal - * @param subJob the job listing a sub-directory, which failed. Use + * + * \a job the job that emitted the signal + * + * \a subJob the job listing a sub-directory, which failed. Use * url(), error() and errorText() on that job to find * out more. */ void subError(KIO::ListJob *job, KIO::ListJob *subJob); - /** + /*! * Signals a redirection. * Use to update the URL shown to the user. * The redirection itself is handled internally. - * @param job the job that is redirected - * @param url the new url + * + * \a job the job that is redirected + * + * \a url the new url */ void redirection(KIO::Job *job, const QUrl &url); - /** + /*! * Signals a permanent redirection. * The redirection itself is handled internally. - * @param job the job that emitted this signal - * @param fromUrl the original URL - * @param toUrl the new URL + * + * \a job the job that emitted this signal + * + * \a fromUrl the original URL + * + * \a toUrl the new URL */ void permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl); @@ -99,32 +132,39 @@ protected: friend class ListJobPrivate; }; -/** - * List the contents of @p url, which is assumed to be a directory. +/*! + * \relates KIO::ListJob + * + * List the contents of \a url, which is assumed to be a directory. * * "." and ".." are returned, filter them out if you don't want them. * + * \a url the url of the directory * - * @param url the url of the directory - * @param flags Can be HideProgressInfo here - * @param includeHidden true for all files, false to cull out UNIX hidden - * files/dirs (whose names start with dot) - * @return the job handling the operation. + * \a flags Can be HideProgressInfo here + * + * \a listFlags Can be used to control whether hidden files are included + * + * Returns the job handling the operation. */ KIOCORE_EXPORT ListJob *listDir(const QUrl &url, JobFlags flags = DefaultFlags, ListJob::ListFlags listFlags = ListJob::ListFlag::IncludeHidden); -/** +/*! + * \relates KIO::ListJob + * * The same as the previous method, but recurses subdirectories. * Directory links are not followed. * * "." and ".." are returned but only for the toplevel directory. * Filter them out if you don't want them. * - * @param url the url of the directory - * @param flags Can be HideProgressInfo here - * @param includeHidden true for all files, false to cull out UNIX hidden - * files/dirs (whose names start with dot) - * @return the job handling the operation. + * \a url the url of the directory + * + * \a flags Can be HideProgressInfo here + * + * \a listFlags Can be used to control whether hidden files are included + * + * Returns the job handling the operation. */ KIOCORE_EXPORT ListJob *listRecursive(const QUrl &url, JobFlags flags = DefaultFlags, ListJob::ListFlags listFlags = ListJob::ListFlag::IncludeHidden); diff --git a/local/recipes/kde/kf6-kio/source/src/core/metadata.h b/local/recipes/kde/kf6-kio/source/src/core/metadata.h index 942c448e5b..df625e5ab2 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/metadata.h +++ b/local/recipes/kde/kf6-kio/source/src/core/metadata.h @@ -14,22 +14,21 @@ namespace KIO { -/** - * @class KIO::MetaData metadata.h - * +/*! * MetaData is a simple map of key/value strings. + * \internal */ class MetaData : public QMap { public: - /** + /*! * Creates an empty meta data map. */ MetaData() : QMap() { } - /** + /*! * Copy constructor. */ MetaData(const QMap &metaData) @@ -37,16 +36,18 @@ public: { } - /** + /*! * Creates a meta data map from a QVaraint map. - * @since 4.3.1 + * \since 4.3.1 */ MetaData(const QMap &); - /** + /*! * Adds the given meta data map to this map. - * @param metaData the map to add - * @return this map + * + * \a metaData the map to add + * + * Returns this map */ MetaData &operator+=(const QMap &metaData) { @@ -57,31 +58,38 @@ public: return *this; } - /** + /*! * Same as above except the value in the map is a QVariant. * * This convenience function allows you to easily assign the values * of a QVariant to this meta data class. * - * @param metaData the map to add - * @return this map - * @since 4.3.1 + * \a metaData the map to add + * + * Returns this map + * + * \since 4.3.1 */ MetaData &operator+=(const QMap &metaData); - /** + /*! * Sets the given meta data map to this map. - * @param metaData the map to add - * @return this map - * @since 4.3.1 + * + * \a metaData the map to add + * + * Returns this map + * + * \since 4.3.1 */ MetaData &operator=(const QMap &metaData); - /** + /*! * Returns the contents of the map as a QVariant. * - * @return a QVariant representation of the meta data map. - * @since 4.3.1 + * Returns a QVariant representation of the meta data map, + * using QMap as stored type. + * + * \since 4.3.1 */ QVariant toVariant() const; }; @@ -93,11 +101,8 @@ inline KIO::MetaData::MetaData(const QMap &map) inline KIO::MetaData &KIO::MetaData::operator+=(const QMap &metaData) { - QMapIterator it(metaData); - - while (it.hasNext()) { - it.next(); - insert(it.key(), it.value().toString()); + for (const auto &[key, value] : metaData.asKeyValueRange()) { + insert(key, value.toString()); } return *this; @@ -112,11 +117,9 @@ inline KIO::MetaData &KIO::MetaData::operator=(const QMap &me inline QVariant KIO::MetaData::toVariant() const { QMap map; - QMapIterator it(*this); - while (it.hasNext()) { - it.next(); - map.insert(it.key(), it.value()); + for (const auto &[key, value] : asKeyValueRange()) { + map.insert(key, QVariant(value)); } return QVariant(map); diff --git a/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.cpp index 8cefa4233e..b9f7a14c2d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.cpp @@ -215,6 +215,7 @@ void KIO::MimeTypeFinderJobPrivate::scanFileWithGet() q->setErrorText(job->errorString()); } q->emitResult(); + return; } // if the job succeeded, we certainly hope it emitted mimeTypeFound()... if (m_mimeTypeName.isEmpty()) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.h b/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.h index d6d6a12738..5b18bfc472 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/mimetypefinderjob.h @@ -18,54 +18,59 @@ namespace KIO { class MimeTypeFinderJobPrivate; -/** - * @class MimeTypeFinderJob MimeTypeFinderjob.h +/*! + * \class KIO::MimeTypeFinderJob + * \inheaderfile KIO/MimeTypeFinderJob + * \inmodule KIOCore * - * @brief MimeTypeFinderJob finds out the MIME type of a URL. + * \brief MimeTypeFinderJob finds out the MIME type of a URL. * - * @since 5.80 + * \since 5.80 */ class KIOCORE_EXPORT MimeTypeFinderJob : public KCompositeJob { Q_OBJECT public: - /** - * @brief Creates an MimeTypeFinderJob for a URL. - * @param url the URL of the file/directory to examine + /*! + * Creates an MimeTypeFinderJob for a URL. + * + * \a url the URL of the file/directory to examine */ explicit MimeTypeFinderJob(const QUrl &url, QObject *parent = nullptr); - /** + /*! * Destructor * * Note that by default jobs auto-delete themselves after emitting result. */ ~MimeTypeFinderJob() override; - /** + /*! * Sets whether the job should follow URL redirections. * This is enabled by default. - * @param b whether to follow redirections or not + * + * \a b whether to follow redirections or not */ void setFollowRedirections(bool b); - /** + /*! * Sets the file name to use in the case of downloading the file to a tempfile, * in order to give it to a non-URL-aware application. * Some apps rely on the extension to determine the MIME type of the file. * Usually the file name comes from the URL, but in the case of the * HTTP Content-Disposition header, we need to override the file name. - * @param suggestedFileName the file name + * + * \a suggestedFileName the file name */ void setSuggestedFileName(const QString &suggestedFileName); - /** + /*! * Returns the suggested filename, either set by setSuggestedFileName * or returned by the KIO::get job */ QString suggestedFileName() const; - /** + /*! * Enable/disable authentication prompt, if the URL requires one. * They are enabled by default. * This method allows to disable such prompts for jobs that should @@ -76,20 +81,23 @@ public: */ void setAuthenticationPromptEnabled(bool enable); - /** + /*! * Returns where authentication prompts are enabled or disabled. - * @see setAuthenticationPromptEnabled + * \sa setAuthenticationPromptEnabled() */ bool isAuthenticationPromptEnabled() const; - /** + /*! * Starts the job. * You must call this, after having called all the needed setters. + * \reimp */ void start() override; - /** - * @return the MIME type. Only valid after the result() signal has been emitted. + /*! + * Returns the MIME type. + * + * Only valid after the result() signal has been emitted. */ QString mimeType() const; diff --git a/local/recipes/kde/kf6-kio/source/src/core/mimetypejob.h b/local/recipes/kde/kf6-kio/source/src/core/mimetypejob.h index c2e0cedd58..fc29f7d26b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mimetypejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/mimetypejob.h @@ -15,13 +15,16 @@ namespace KIO { class MimetypeJobPrivate; -/** - * @class KIO::MimetypeJob mimetypejob.h +/*! + * \class KIO::MimetypeJob + * \inheaderfile KIO/MimetypeJob + * \inmodule KIOCore * * A MimetypeJob is a TransferJob that allows you to get * the MIME type of a URL. Don't create directly, * but use KIO::mimetype() instead. - * @see KIO::mimetype() + * + * \sa KIO::mimetype() */ class KIOCORE_EXPORT MimetypeJob : public TransferJob { @@ -40,16 +43,20 @@ private: Q_DECLARE_PRIVATE(MimetypeJob) }; -/** +/*! + * \relates KIO::MimetypeJob + * * Find MIME type for one file or directory. * * If you are going to download the file right after determining its MIME type, * then don't use this, prefer using a KIO::get() job instead. See the note * about putting the job on hold once the MIME type is determined. * - * @param url the URL of the file - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url the URL of the file + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT MimetypeJob *mimetype(const QUrl &url, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.cpp index b8bdf6ea2d..560ec2ff4b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.cpp @@ -25,11 +25,11 @@ public: QUrl m_redirectionURL; void slotRedirection(const QUrl &url); - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; @@ -107,6 +107,17 @@ void MkdirJob::slotFinished() SimpleJob::slotFinished(); } +void MkdirJob::setOwnership(int uid, int gid) +{ + if (uid != -1) { + addMetaData(QStringLiteral("uid"), QString::number(uid)); + } + if (gid != -1) { + addMetaData(QStringLiteral("gid"), QString::number(gid)); + } +} + +// TODO KF7 add uid/gid parameters KIO::MkdirJob *KIO::mkdir(const QUrl &url, int permissions) { // qDebug() << "mkdir " << url; diff --git a/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.h b/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.h index f3ab2b41a4..fd5bd47c8c 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/mkdirjob.h @@ -15,11 +15,13 @@ namespace KIO { class MkdirJobPrivate; -/** - * @class KIO::MkdirJob mkdirjob.h +/*! + * \class KIO::MkdirJob + * \inheaderfile KIO/MkdirJob + * \inmodule KIOCore * * A KIO job that creates a directory - * @see KIO::mkdir() + * \sa KIO::mkdir() */ class KIOCORE_EXPORT MkdirJob : public SimpleJob { @@ -28,22 +30,36 @@ class KIOCORE_EXPORT MkdirJob : public SimpleJob public: ~MkdirJob() override; + /*! + * uid and gid to use for the new directory + * + * Only supported on unix filesystem. + * + * \since 6.28 + */ + void setOwnership(int uid, int gid); + Q_SIGNALS: - /** + /*! * Signals a redirection. * Use to update the URL shown to the user. * The redirection itself is handled internally. - * @param job the job that is redirected - * @param url the new url + * + * \a job the job that is redirected + * + * \a url the new url */ void redirection(KIO::Job *job, const QUrl &url); - /** + /*! * Signals a permanent redirection. * The redirection itself is handled internally. - * @param job the job that is redirected - * @param fromUrl the original URL - * @param toUrl the new URL + * + * \a job the job that is redirected + * + * \a fromUrl the original URL + * + * \a toUrl the new URL */ void permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl); @@ -57,13 +73,16 @@ private: Q_DECLARE_PRIVATE(MkdirJob) }; -/** +/*! + * \relates KIO::MkdirJob + * * Creates a single directory. * - * @param url The URL of the directory to create. - * @param permissions The permissions to set after creating the + * \a url The URL of the directory to create. + * + * \a permissions The permissions to set after creating the * directory (unix-style), -1 for default permissions. - * @return A pointer to the job handling the operation. + * Returns a pointer to the job handling the operation. */ KIOCORE_EXPORT MkdirJob *mkdir(const QUrl &url, int permissions = -1); diff --git a/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.cpp index 0146ec7ef0..2bab7666a8 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.cpp @@ -88,10 +88,6 @@ public: if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = MkDir; - } return job; } }; diff --git a/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.h b/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.h index 4b87e29572..86eef13e41 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/mkpathjob.h @@ -17,14 +17,17 @@ namespace KIO { class MkpathJobPrivate; -/** - * @class KIO::MkpathJob mkpathjob.h +/*! + * \class KIO::MkpathJob + * \inheaderfile KIO/MkpathJob + * \inmodule KIOCore * - * A KIO job that creates a directory, after creating all parent + * \brief A KIO job that creates a directory, after creating all parent * directories necessary for this. * - * @see KIO::mkpath(), KIO::mkdir() - * @since 5.4 + * \sa KIO::mkpath() + * \sa KIO::mkdir() + * \since 5.4 */ class KIOCORE_EXPORT MkpathJob : public Job { @@ -34,7 +37,7 @@ public: ~MkpathJob() override; Q_SIGNALS: - /** + /*! * Signals that a directory was created. */ void directoryCreated(const QUrl &url); @@ -49,19 +52,23 @@ private: Q_DECLARE_PRIVATE(MkpathJob) }; -/** +/*! + * \relates KIO::MkpathJob + * * Creates a directory, creating parent directories as needed. * Unlike KIO::mkdir(), the job will succeed if the directory exists already. * - * @param url The URL of the directory to create. - * @param baseUrl Optionally, the URL to start from, which is known to exist + * \a url The URL of the directory to create. + * + * \a baseUrl Optionally, the URL to start from, which is known to exist * (e.g. the directory currently listed). - * @param flags mkpath() supports HideProgressInfo. * - * If @p baseUrl is not an ancestor of @p url, @p baseUrl will be ignored. + * \a flags mkpath() supports HideProgressInfo. * - * @return A pointer to the job handling the operation. - * @since 5.4 + * If \a baseUrl is not an ancestor of \a url, \a baseUrl will be ignored. + * + * Returns a pointer to the job handling the operation. + * \since 5.4 */ KIOCORE_EXPORT MkpathJob *mkpath(const QUrl &url, const QUrl &baseUrl = QUrl(), JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.cpp index e3cf4bdecb..a57fb8ebdd 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.cpp @@ -25,6 +25,8 @@ public: { } + ~NameFinderJobPrivate() = default; + QUrl m_baseUrl; QString m_name; QUrl m_finalUrl; @@ -47,6 +49,15 @@ KIO::NameFinderJob::~NameFinderJob() { } +bool KIO::NameFinderJob::doKill() +{ + if (d->m_statJob) { + d->m_statJob->kill(KJob::Quietly); + d->m_statJob = nullptr; + } + return true; +} + void KIO::NameFinderJob::start() { if (!d->m_baseUrl.isValid() || d->m_baseUrl.scheme().isEmpty()) { @@ -68,6 +79,7 @@ void KIO::NameFinderJobPrivate::statUrl() KIO::StatJob::DestinationSide, KIO::StatNoDetails, // Just checking if it exists KIO::HideProgressInfo); + m_statJob->setParent(q); QObject::connect(m_statJob, &KJob::result, q, [this]() { slotStatResult(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.h b/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.h index a8b4609561..dcec4fdfa8 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/namefinderjob.h @@ -16,11 +16,12 @@ namespace KIO { class NameFinderJobPrivate; -/** - * @class KIO::NameFinderJob namefinderjob.h +/*! + * \class KIO::NameFinderJob + * \inheaderfile KIO/NameFinderJob + * \inmodule KIOCore * - * - * @brief NameFinderJob finds a valid "New Folder" name. + * \brief NameFinderJob finds a valid "New Folder" name. * * This job is useful when suggesting a new folder/file name, e.g. in KNewFileMenu, * the text box is pre-filled with a suggested name, typically in the form "New Folder"; @@ -42,9 +43,9 @@ class NameFinderJobPrivate; * * If the job fails for any reason targerUrl() will return an empty URL. * - * @note You must call start() to start the job. + * \note You must call start() to start the job. * - * @code + * \code * // Create the job * auto nameJob = new KIO::NameFinderJob(baseUrl, name, this); * // Connect to the result() slot, and after making sure there were no errors call @@ -61,9 +62,9 @@ class NameFinderJobPrivate; * * // Start the job * nameJob->start(); - * @endcode + * \endcode * - * @since 5.76 + * \since 5.76 */ class KIOCORE_EXPORT NameFinderJob : public KCompositeJob @@ -71,35 +72,36 @@ class KIOCORE_EXPORT NameFinderJob : public KCompositeJob Q_OBJECT public: - /** - * @brief Creates a NameFinderJob to get a "New Folder" (or "Text File.txt") name that doesn't + /*! + * Creates a NameFinderJob to get a "New Folder" (or "Text File.txt") name that doesn't * already exist. * - * @param baseUrl URL of the directory where a new folder/file is going to be created - * @param name the initially proposed name of the new folder/file + * \a baseUrl URL of the directory where a new folder/file is going to be created + * + * \a name the initially proposed name of the new folder/file */ explicit NameFinderJob(const QUrl &baseUrl, const QString &name, QObject *parent); - /** + /*! * Destructor * * Note that by default jobs auto-delete themselves after emitting result. */ ~NameFinderJob() override; - /** + /*! * Starts the job. */ void start() override; - /** + /*! * Call this to get the full target URL (basically the baseUrl() + "/" + finalName()). * Typically you should call this in a slot connected to the result() signal, and after * making sure no errors occurred (if there were an error this method will return an empty URL). */ QUrl finalUrl() const; - /** + /*! * Call this to get the base URL (i.e.\ the URL of the folder where a new folder/file * is going to be created). Note that this could return a different URL from the one * the job was initially called on, since the StatJob (which is used internally) will @@ -110,12 +112,15 @@ public: */ QUrl baseUrl() const; - /** + /*! * Call this to get the suggested new folder/file name. Typically you should call this in a * slot connected to the result() signal and after making sure no errors occurred. */ QString finalName() const; +protected: + bool doKill() override; + private: friend class NameFinderJobPrivate; std::unique_ptr d; diff --git a/local/recipes/kde/kf6-kio/source/src/core/openwith.cpp b/local/recipes/kde/kf6-kio/source/src/core/openwith.cpp index a6eb2c1c54..289e5d0cdc 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/openwith.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/openwith.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include #include "desktopexecparser.h" diff --git a/local/recipes/kde/kf6-kio/source/src/core/openwith.h b/local/recipes/kde/kf6-kio/source/src/core/openwith.h index 4ef94c219e..285a9f1a82 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/openwith.h +++ b/local/recipes/kde/kf6-kio/source/src/core/openwith.h @@ -12,35 +12,61 @@ #include +#ifdef Q_QDOC #include +#else +#include +#endif #include "kiocore_export.h" +class KService; + namespace KIO { -/** - * Core class for open with style dialog handling. This only implements core functionality. For an actual open with +/*! + * \class KIO::OpenWith + * \inheaderfile KIO/OpenWith + * + * \brief Core class for open with style dialog handling. + * + * This only implements core functionality. For an actual open with * implementation see KOpenWithDialog. For a way to trigger open with dialogs see OpenUrlJob and OpenWithHandlerInterface. */ class KIOCORE_EXPORT OpenWith { public: struct [[nodiscard]] AcceptResult { - /// Whether the accept was successful (if not error is set) + /*! + * Whether the accept was successful (if not error is set) + */ bool accept; - /// The error message if the acccept failed + /*! + * The error message if the accept failed + */ QString error; - /// Whether the sycoca needs rebuilding (e.g. call KBuildSycocaProgressDialog::rebuildKSycoca) + /*! + * Whether the sycoca needs rebuilding (e.g. call KBuildSycocaProgressDialog::rebuildKSycoca) + */ bool rebuildSycoca = false; }; - /** + /*! * Accept an openwith request with the provided arguments as context. * This function may have side effects to do with accepting, such as setting the default application for the - * mimetype if @p remember is true. - * @returns an AcceptResult + * mimetype if \a remember is true. + * + * Returns an AcceptResult */ +#ifdef Q_QDOC static AcceptResult accept(KService::Ptr &service, +#else + // Avoiding the actual use of class internal typedef KService::Ptr here, + // otherwise the whole KIOCore needs to declare public dependency on KService just for this method. + // The caller of this method has to have an instance of KService around and thus need themselves + // to depend on KService, so KIOCore here can rely on that. + static AcceptResult accept(QExplicitlySharedDataPointer &service, +#endif const QString &typedExec, bool remember, const QString &mimeType, diff --git a/local/recipes/kde/kf6-kio/source/src/core/restorejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/restorejob.cpp index 8550ebcb6e..bda3654ce0 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/restorejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/restorejob.cpp @@ -8,6 +8,7 @@ #include "restorejob.h" #include "job_p.h" +#include "kcoredirlister.h" #include "kiocoredebug.h" #include @@ -77,6 +78,8 @@ void RestoreJobPrivate::slotStart() } else { #ifdef WITH_QTDBUS org::kde::KDirNotify::emitFilesRemoved(m_urls); +#else + KCoreDirLister().updateDirectory(QUrl(QStringLiteral("trash:/"))); #endif q->emitResult(); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/restorejob.h b/local/recipes/kde/kf6-kio/source/src/core/restorejob.h index c01d4a1523..e1b260a0d8 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/restorejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/restorejob.h @@ -17,15 +17,18 @@ namespace KIO { class RestoreJobPrivate; -/** - * @class KIO::RestoreJob restorejob.h +/*! + * \class KIO::RestoreJob + * \inheaderfile KIO/RestoreJob + * \inmodule KIOCore + * + * \brief RestoreJob is used to restore files from the trash. * - * RestoreJob is used to restore files from the trash. * Don't create the job directly, but use KIO::restoreFromTrash(). * - * @see KIO::trash() - * @see KIO::copy() - * @since 5.2 + * \sa KIO::trash() + * \sa KIO::copy() + * \since 5.2 */ class KIOCORE_EXPORT RestoreJob : public Job { @@ -34,7 +37,7 @@ class KIOCORE_EXPORT RestoreJob : public Job public: ~RestoreJob() override; - /** + /*! * Returns the list of trash URLs to restore. */ QList trashUrls() const; @@ -51,17 +54,20 @@ private: Q_DECLARE_PRIVATE(RestoreJob) }; -/** - * Restore a set of trashed files or directories. - * @since 5.2 +/*! + * \relates KIO::RestoreJob * - * @param urls the trash:/ URLs to restore. The trash implementation + * Restore a set of trashed files or directories. + * + * \since 5.2 + * + * \a urls the trash:/ URLs to restore. The trash implementation * will know where the files came from and will restore them to their * original location. * - * @param flags restoreFromTrash() supports HideProgressInfo. + * \a flags restoreFromTrash() supports HideProgressInfo. * - * @return the job handling the operation + * Returns the job handling the operation */ KIOCORE_EXPORT RestoreJob *restoreFromTrash(const QList &urls, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/scheduler.cpp b/local/recipes/kde/kf6-kio/source/src/core/scheduler.cpp index 28c31e59b7..c250981d01 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/scheduler.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/scheduler.cpp @@ -51,6 +51,11 @@ public: ~SchedulerPrivate() { removeWorkerOnHold(); + // Kill all pending/running jobs while the scheduler is still alive so that + // their destructors can safely call cancelJob() without accessing freed memory. + for (ProtoQueue *pq : std::as_const(m_protocols)) { + pq->killAllJobs(); + } delete q; q = nullptr; qDeleteAll(m_protocols); // ~ProtoQueue will kill and delete all workers @@ -72,7 +77,6 @@ public: void removeWorkerOnHold(); Worker *heldWorkerForJob(KIO::SimpleJob *job); bool isWorkerOnHoldFor(const QUrl &url); - void updateInternalMetaData(SimpleJob *job); MetaData metaDataFor(const QString &protocol, const QUrl &url); void setupWorker(KIO::Worker *worker, const QUrl &url, const QString &protocol, bool newWorker, const KIO::MetaData *config = nullptr); @@ -261,6 +265,17 @@ QList HostQueue::allWorkers() const return ret; } +QList HostQueue::allJobs() const +{ + QList ret; + ret.reserve(m_queuedJobs.size() + m_runningJobs.size()); + for (auto it = m_queuedJobs.cbegin(); it != m_queuedJobs.cend(); ++it) { + ret.append(it.value()); + } + ret.append(QList(m_runningJobs.cbegin(), m_runningJobs.cend())); + return ret; +} + static void ensureNoDuplicates(QMap *queuesBySerial) { Q_UNUSED(queuesBySerial); @@ -275,7 +290,7 @@ static void ensureNoDuplicates(QMap *queuesBySerial) #endif } -static void verifyRunningJobsCount(QHash *queues, int runningJobsCount) +static void verifyRunningJobsCount(const std::unordered_map *const queues, int runningJobsCount) { Q_UNUSED(queues); Q_UNUSED(runningJobsCount); @@ -283,7 +298,7 @@ static void verifyRunningJobsCount(QHash *queues, int runnin int realRunningJobsCount = 0; auto it = queues->cbegin(); for (; it != queues->cend(); ++it) { - realRunningJobsCount += it.value().runningJobsCount(); + realRunningJobsCount += it->second.runningJobsCount(); } Q_ASSERT(realRunningJobsCount == runningJobsCount); @@ -291,7 +306,7 @@ static void verifyRunningJobsCount(QHash *queues, int runnin QSet seenJobs; auto it2 = queues->cbegin(); for (; it2 != queues->cend(); ++it2) { - for (SimpleJob *job : it2.value().runningJobs()) { + for (SimpleJob *job : it2->second.runningJobs()) { Q_ASSERT(!seenJobs.contains(job)); seenJobs.insert(job); } @@ -325,6 +340,26 @@ ProtoQueue::~ProtoQueue() } } +void ProtoQueue::killAllJobs() +{ + // Collect all jobs first to avoid modifying the maps while iterating them. + QList jobs; + for (auto &[hostname, hq] : m_queuesByHostname) { + jobs += hq.allJobs(); + } + for (SimpleJob *job : std::as_const(jobs)) { + // Reset m_schedSerial before deleting so that SimpleJob::~SimpleJob() does not + // call Scheduler::cancelJob(). During TLS cleanup, the QThreadStorage slot is + // already cleared, so schedulerPrivate() would create a fresh SchedulerPrivate + // and leak it. + SimpleJobPrivate::get(job)->m_schedSerial = 0; + delete job; + } + m_queuesByHostname.clear(); + m_queuesBySerial.clear(); + m_runningJobsCount = 0; +} + void ProtoQueue::queueJob(SimpleJob *job) { QString hostname = SimpleJobPrivate::get(job)->m_url.host(); @@ -397,7 +432,7 @@ void ProtoQueue::removeJob(SimpleJob *job) if (hq.isEmpty()) { // no queued jobs, no running jobs. this destroys hq from above. - m_queuesByHostname.remove(jobPriv->m_url.host()); + m_queuesByHostname.erase(jobPriv->m_url.host()); } if (jobPriv->m_worker && jobPriv->m_worker->isAlive()) { @@ -439,7 +474,7 @@ QList ProtoQueue::allWorkers() const QList ret(m_workerManager.allWorkers()); auto it = m_queuesByHostname.cbegin(); for (; it != m_queuesByHostname.cend(); ++it) { - ret.append(it.value().allWorkers()); + ret.append(it->second.allWorkers()); } return ret; @@ -455,7 +490,7 @@ void ProtoQueue::startAJob() // qDebug() << "m_runningJobsCount:" << m_runningJobsCount; auto it = m_queuesByHostname.cbegin(); for (; it != m_queuesByHostname.cend(); ++it) { - const QList list = it.value().runningJobs(); + const QList list = it->second.runningJobs(); for (SimpleJob *job : list) { // qDebug() << SimpleJobPrivate::get(job)->m_url; } @@ -584,11 +619,6 @@ bool Scheduler::isWorkerOnHoldFor(const QUrl &url) return schedulerPrivate()->isWorkerOnHoldFor(url); } -void Scheduler::updateInternalMetaData(SimpleJob *job) -{ - schedulerPrivate()->updateInternalMetaData(job); -} - void Scheduler::emitReparseSlaveConfiguration() { #ifdef WITH_QTDBUS @@ -682,30 +712,11 @@ void SchedulerPrivate::jobFinished(SimpleJob *job, Worker *worker) } if (worker) { - // If we have internal meta-data, tell existing KIO workers to reload - // their configuration. - if (jobPriv->m_internalMetaData.count()) { - // qDebug() << "Updating KIO workers with new internal metadata information"; - ProtoQueue *queue = m_protocols.value(worker->protocol()); - if (queue) { - const QList workers = queue->allWorkers(); - for (auto *runningWorker : workers) { - if (worker->host() == runningWorker->host()) { - worker->setConfig(metaDataFor(worker->protocol(), job->url())); - /*qDebug() << "Updated configuration of" << worker->protocol() - << "KIO worker, pid=" << worker->worker_pid();*/ - } - } - } - } worker->setJob(nullptr); worker->disconnect(job); } jobPriv->m_schedSerial = 0; // this marks the job as unscheduled again jobPriv->m_worker = nullptr; - // Clear the values in the internal metadata container since they have - // already been taken care of above... - jobPriv->m_internalMetaData.clear(); } MetaData SchedulerPrivate::metaDataFor(const QString &protocol, const QUrl &url) @@ -859,26 +870,5 @@ ProtoQueue *SchedulerPrivate::protoQ(const QString &protocol, const QString &hos return pq; } -void SchedulerPrivate::updateInternalMetaData(SimpleJob *job) -{ - KIO::SimpleJobPrivate *const jobPriv = SimpleJobPrivate::get(job); - // Preserve all internal meta-data so they can be sent back to the - // KIO workers as needed... - const QUrl jobUrl = job->url(); - - const QLatin1String currHostToken("{internal~currenthost}"); - const QLatin1String allHostsToken("{internal~allhosts}"); - // qDebug() << job << jobPriv->m_internalMetaData; - QMapIterator it(jobPriv->m_internalMetaData); - while (it.hasNext()) { - it.next(); - if (it.key().startsWith(currHostToken, Qt::CaseInsensitive)) { - WorkerConfig::self()->setConfigData(jobUrl.scheme(), jobUrl.host(), it.key().mid(currHostToken.size()), it.value()); - } else if (it.key().startsWith(allHostsToken, Qt::CaseInsensitive)) { - WorkerConfig::self()->setConfigData(jobUrl.scheme(), QString(), it.key().mid(allHostsToken.size()), it.value()); - } - } -} - #include "moc_scheduler.cpp" #include "moc_scheduler_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/scheduler.h b/local/recipes/kde/kf6-kio/source/src/core/scheduler.h index 976780e43b..391d44eef3 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/scheduler.h +++ b/local/recipes/kde/kf6-kio/source/src/core/scheduler.h @@ -40,35 +40,37 @@ class SchedulerPrivate; * queued. When a worker is finished with a job, it will be assigned * a job from the queue. * - * @see KIO::Job + * \sa KIO::Job */ class Scheduler : public QObject { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.KIO.Scheduler") public: - /** - * Register @p job with the scheduler. + /*! + * Register \a job with the scheduler. * The default is to create a new worker for the job if no worker * is available. - * @param job the job to register + * + * \a job the job to register */ static void doJob(SimpleJob *job); - /** + /*! * Stop the execution of a job. - * @param job the job to cancel + * \a job the job to cancel */ static void cancelJob(SimpleJob *job); - /** + /*! * Called when a job is done. - * @param job the finished job - * @param worker the worker that executed the @p job + * \a job the finished job + * + * \a worker the worker that executed the \a job */ static void jobFinished(KIO::SimpleJob *job, KIO::Worker *worker); - /** + /*! * Puts a worker on notice. A next job may reuse this worker if it * requests the same URL. * @@ -76,38 +78,33 @@ public: * Based on the MIME type, the program can give control to another * component in the same process which can then resume the job * by simply asking for the same URL again. - * @param job the job that should be stopped - * @param url the URL that is handled by the @p url * - * @since 5.101 + * \a job the job that should be stopped + * + * \a url the URL that is handled by the \a url + * + * \since 5.101 */ static void putWorkerOnHold(KIO::SimpleJob *job, const QUrl &url); - /** + /*! * Removes any worker that might have been put on hold. If a worker * was put on hold it will be killed. * - * @since 5.101 + * \since 5.101 */ static void removeWorkerOnHold(); static void emitReparseSlaveConfiguration(); // KF6 TODO: rename to emitReparseWorkerConfiguration. See also T15956. - /** - * Returns true if there is a worker on hold for @p url. + /*! + * Returns true if there is a worker on hold for \a url. * - * @since 5.101 + * \since 5.101 */ static bool isWorkerOnHoldFor(const QUrl &url); - /** - * Updates the internal metadata from job. - * - * @since 4.6.5 - */ - static void updateInternalMetaData(SimpleJob *job); - Q_SIGNALS: // DBUS diff --git a/local/recipes/kde/kf6-kio/source/src/core/scheduler_p.h b/local/recipes/kde/kf6-kio/source/src/core/scheduler_p.h index 1c6ad9289c..790b4fa382 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/scheduler_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/scheduler_p.h @@ -76,6 +76,7 @@ public: KIO::SimpleJob *takeFirstInQueue(); bool removeJob(KIO::SimpleJob *job); + QList allJobs() const; QList allWorkers() const; private: @@ -118,6 +119,7 @@ public: KIO::Worker *createWorker(const QString &protocol, KIO::SimpleJob *job, const QUrl &url); bool removeWorker(KIO::Worker *worker); QList allWorkers() const; + void killAllJobs(); private Q_SLOTS: // start max one (non-connected) job and return @@ -127,7 +129,7 @@ private: SerialPicker m_serialPicker; QTimer m_startJobTimer; QMap m_queuesBySerial; - QHash m_queuesByHostname; + std::unordered_map m_queuesByHostname; WorkerManager m_workerManager; int m_maxConnectionsPerHost; int m_maxConnectionsTotal; diff --git a/local/recipes/kde/kf6-kio/source/src/core/simplejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/simplejob.cpp index 096edd32f6..3cd55b8583 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/simplejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/simplejob.cpp @@ -134,10 +134,6 @@ void SimpleJobPrivate::start(Worker *worker) slotConnected(); }); - QObject::connect(worker, &Worker::privilegeOperationRequested, q, [this]() { - slotPrivilegeOperationRequested(); - }); - if ((m_extraFlags & EF_TransferJobDataSent) == 0) { // this is a "get" job QObject::connect(worker, &Worker::totalSize, q, [this](KIO::filesize_t size) { slotTotalSize(size); @@ -295,27 +291,8 @@ void SimpleJobPrivate::restartAfterRedirection(QUrl *redirectionUrl) void SimpleJob::slotMetaData(const KIO::MetaData &_metaData) { Q_D(SimpleJob); - QMapIterator it(_metaData); - while (it.hasNext()) { - it.next(); - if (it.key().startsWith(QLatin1String("{internal~"), Qt::CaseInsensitive)) { - d->m_internalMetaData.insert(it.key(), it.value()); - } else { - d->m_incomingMetaData.insert(it.key(), it.value()); - } - } - // Update the internal meta-data values as soon as possible. Waiting until - // the KIO worker is finished has unintended consequences if the client starts - // a new connection without waiting for the KIO worker to finish. - if (!d->m_internalMetaData.isEmpty()) { - Scheduler::updateInternalMetaData(this); - } -} - -void SimpleJobPrivate::slotPrivilegeOperationRequested() -{ - m_worker->send(MSG_PRIVILEGE_EXEC, privilegeOperationData()); + d->m_incomingMetaData.insert(_metaData); } ////////// diff --git a/local/recipes/kde/kf6-kio/source/src/core/simplejob.h b/local/recipes/kde/kf6-kio/source/src/core/simplejob.h index 072f9d909b..358f49c997 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/simplejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/simplejob.h @@ -15,10 +15,13 @@ namespace KIO { class SimpleJobPrivate; -/** - * @class KIO::SimpleJob simplejob.h +/*! + * \class KIO::SimpleJob + * \inheaderfile KIO/SimpleJob + * \inmodule KIOCore + * + * \brief A simple job (one url and one command). * - * A simple job (one url and one command). * This is the base class for all jobs that are scheduled. * Other jobs are high-level jobs (CopyJob, DeleteJob, FileCopyJob...) * that manage subjobs but aren't scheduled directly. @@ -31,50 +34,36 @@ public: ~SimpleJob() override; protected: - /** - * Suspend this job - * @see resume - */ bool doSuspend() override; - /** - * Resume this job - * @see suspend - */ bool doResume() override; - /** - * Abort job. - * This kills all subjobs and deletes the job. - */ bool doKill() override; public: - /** + /*! * Returns the SimpleJob's URL - * @return the url */ const QUrl &url() const; - /** + /*! * Abort job. * Suspends worker to be reused by another job for the same request. */ virtual void putOnHold(); - /** + /*! * Discard suspended worker. */ static void removeOnHold(); - /** + /*! * Returns true when redirections are handled internally, the default. - * */ bool isRedirectionHandlingEnabled() const; - /** - * Set @p handle to false to prevent the internal handling of redirections. + /*! + * Set \a handle to false to prevent the internal handling of redirections. * * When this flag is set, redirection requests are simply forwarded to the * caller instead of being handled internally. @@ -83,37 +72,39 @@ public: void setRedirectionHandlingEnabled(bool handle); public Q_SLOTS: - /** - * @internal + /*! + * \internal * Called on a worker's error. * Made public for the scheduler. */ void slotError(int, const QString &); protected Q_SLOTS: - /** + /*! * Called when the worker marks the job * as finished. */ virtual void slotFinished(); - /** - * @internal + /*! + * \internal * Called on a worker's warning. */ virtual void slotWarning(const QString &); - /** + /*! * MetaData from the worker is received. - * @param _metaData the meta data - * @see metaData() + * + * \a _metaData the meta data + * \sa metaData() */ virtual void slotMetaData(const KIO::MetaData &_metaData); protected: - /** + /*! * Creates a new simple job. You don't need to use this constructor, * unless you create a new job that inherits from SimpleJob. + * \internal */ KIOCORE_NO_EXPORT explicit SimpleJob(SimpleJobPrivate &dd); @@ -121,134 +112,187 @@ private: Q_DECLARE_PRIVATE(SimpleJob) }; -/** +/*! + * \relates KIO::SimpleJob + * * Removes a single directory. * * The directory is assumed to be empty. * The job will fail if the directory is not empty. * Use KIO::del() (DeleteJob) to delete non-empty directories. * - * @param url The URL of the directory to remove. - * @return A pointer to the job handling the operation. + * \a url The URL of the directory to remove. + * + * Returns a pointer to the job handling the operation. */ KIOCORE_EXPORT SimpleJob *rmdir(const QUrl &url); -/** +/*! + * \relates KIO::SimpleJob + * * Changes permissions on a file or directory. * See the other chmod in chmodjob.h for changing many files * or directories. * - * @param url The URL of file or directory. - * @param permissions The permissions to set. - * @return the job handling the operation. + * \a url The URL of file or directory. + * + * \a permissions The permissions to set. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *chmod(const QUrl &url, int permissions); -/** +/*! + * \relates KIO::SimpleJob + * * Changes ownership and group of a file or directory. * - * @param url The URL of file or directory. - * @param owner the new owner - * @param group the new group - * @return the job handling the operation. + * \a url The URL of file or directory. + * + * \a owner the new owner + * + * \a group the new group + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *chown(const QUrl &url, const QString &owner, const QString &group); -/** +/*! + * \relates KIO::SimpleJob + * * Changes the modification time on a file or directory. * - * @param url The URL of file or directory. - * @param mtime The modification time to set. - * @return the job handling the operation. + * \a url The URL of file or directory. + * + * \a mtime The modification time to set. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *setModificationTime(const QUrl &url, const QDateTime &mtime); -/** +/*! + * \relates KIO::SimpleJob + * * Rename a file or directory. * Warning: this operation fails if a direct renaming is not * possible (like with files or dirs on separate partitions) * Use move or file_move in this case. * - * @param src The original URL - * @param dest The final URL - * @param flags Can be Overwrite here - * @return the job handling the operation. + * \a src The original URL + * + * \a dest The final URL + * + * \a flags Can be Overwrite here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *rename(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::SimpleJob + * * Create or move a symlink. * This is the lowlevel operation, similar to file_copy and file_move. * It doesn't do any check (other than those the worker does) * and it doesn't show rename and skip dialogs - use KIO::link for that. - * @param target The string that will become the "target" of the link (can be relative) - * @param dest The symlink to create. - * @param flags Can be Overwrite and HideProgressInfo - * @return the job handling the operation. + * + * \a target The string that will become the "target" of the link (can be relative) + * + * \a dest The symlink to create. + * + * \a flags Can be Overwrite and HideProgressInfo + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *symlink(const QString &target, const QUrl &dest, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::SimpleJob + * * Execute any command that is specific to one worker (protocol). * * Examples are : HTTP POST, mount and unmount (kio_file) * - * @param url The URL isn't passed to the worker, but is used to know + * \a url The URL isn't passed to the worker, but is used to know * which worker to send it to :-) - * @param data Packed data. The meaning is completely dependent on the + * + * \a data Packed data. The meaning is completely dependent on the * worker, but usually starts with an int for the command number. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *special(const QUrl &url, const QByteArray &data, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::SimpleJob + * * Mount filesystem. * - * Special job for @p kio_file. + * Special job for kio_file. * - * @param ro Mount read-only if @p true. - * @param fstype File system type (e.g. "ext2", can be empty). - * @param dev Device (e.g. /dev/sda0). - * @param point Mount point, can be @p null. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a ro Mount read-only if \c true. + * + * \a fstype File system type (e.g. "ext2", can be empty). + * + * \a dev Device (e.g. /dev/sda0). + * + * \a point Mount point, can be \c null. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *mount(bool ro, const QByteArray &fstype, const QString &dev, const QString &point, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::SimpleJob + * * Unmount filesystem. * - * Special job for @p kio_file. + * Special job for kio_file. * - * @param point Point to unmount. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a point Point to unmount. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *unmount(const QString &point, JobFlags flags = DefaultFlags); #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 9) -/** +/*! + * \relates KIO::SimpleJob + * * HTTP cache update * - * @param url Url to update, protocol must be "http". - * @param no_cache If true, cache entry for @p url is deleted. - * @param expireDate Local machine time indicating when the entry is - * supposed to expire. - * @return the job handling the operation. + * Not implemented. * - * @deprecated since 6.9, not implemented. + * \a url Url to update, protocol must be "http". + * + * \a no_cache If true, cache entry for \c url is deleted. + * + * \a expireDate Local machine time indicating when the entry is + * supposed to expire. + * + * Returns the job handling the operation. + * \deprecated[6.9] */ KIOCORE_DEPRECATED_VERSION(6, 9, "Not implemented") KIOCORE_EXPORT SimpleJob *http_update_cache(const QUrl &url, bool no_cache, const QDateTime &expireDate); #endif -/** +/*! + * \relates KIO::SimpleJob + * * Delete a single file. * - * @param src File to delete. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a src File to delete. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT SimpleJob *file_delete(const QUrl &src, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/slavebase.cpp b/local/recipes/kde/kf6-kio/source/src/core/slavebase.cpp index e6ce105705..050dbf55e4 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/slavebase.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/slavebase.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include @@ -51,10 +50,6 @@ #include "kpasswdserverclient.h" #include "workerinterface_p.h" -#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) -#include -#endif - // TODO: Enable once file KIO worker is ported away and add endif, similar in the header file // #if KIOCORE_BUILD_DEPRECATED_SINCE(version where file:/ KIO worker was ported) @@ -99,8 +94,6 @@ public: explicit SlaveBasePrivate(SlaveBase *owner) : q(owner) , nextTimeoutMsecs(0) - , m_confirmationAsked(false) - , m_privilegeOperationStatus(OperationNotAllowed) { if (!qEnvironmentVariableIsEmpty("KIOWORKER_ENABLE_TESTMODE")) { QStandardPaths::setTestModeEnabled(true); @@ -128,6 +121,7 @@ public: std::atomic wasKilled = false; std::atomic exit_loop = false; std::atomic runInThread = false; + bool warnedListEntryAfterKill = false; // listEntry() logs the missing wasKilled() check only once MetaData configData; KConfig *config = nullptr; KConfigGroup *configGroup = nullptr; @@ -154,32 +148,6 @@ public: #endif bool m_rootEntryListed = false; - bool m_confirmationAsked; - QSet m_tempAuths; - QString m_warningTitle; - QString m_warningMessage; - int m_privilegeOperationStatus; - - void updateTempAuthStatus() - { -#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) - QSet::iterator it = m_tempAuths.begin(); - while (it != m_tempAuths.end()) { - KAuth::Action action(*it); - if (action.status() != KAuth::Action::AuthorizedStatus) { - it = m_tempAuths.erase(it); - } else { - ++it; - } - } -#endif - } - - bool hasTempAuth() const - { - return !m_tempAuths.isEmpty(); - } - // Reconstructs configGroup from configData and mIncomingMetaData void rebuildConfig() { @@ -373,7 +341,6 @@ void SlaveBase::dispatchLoop() disconnectSlave(); d->isConnectedToApp = false; closeConnection(); - d->updateTempAuthStatus(); connectSlave(d->poolSocket); } else { break; @@ -560,8 +527,6 @@ void SlaveBase::error(int _errid, const QString &_text) // reset d->totalSize = 0; d->inOpenLoop = false; - d->m_confirmationAsked = false; - d->m_privilegeOperationStatus = OperationNotAllowed; } void SlaveBase::connected() @@ -620,16 +585,6 @@ void SlaveBase::finished() d->totalSize = 0; d->inOpenLoop = false; d->m_rootEntryListed = false; - d->m_confirmationAsked = false; - d->m_privilegeOperationStatus = OperationNotAllowed; -} - -void SlaveBase::slaveStatus(const QString &host, bool connected) -{ - qint64 pid = getpid(); - qint8 b = connected ? 1 : 0; - KIO_DATA << pid << mProtocol << host << b << d->onHold << d->onHoldUrl << d->hasTempAuth(); - send(MSG_WORKER_STATUS, data); } void SlaveBase::canResume() @@ -709,8 +664,7 @@ static bool isSubCommand(int cmd) /* clang-format off */ return cmd == CMD_REPARSECONFIGURATION || cmd == CMD_META_DATA - || cmd == CMD_CONFIG - || cmd == CMD_WORKER_STATUS; + || cmd == CMD_CONFIG; /* clang-format on */ } @@ -790,6 +744,12 @@ void SlaveBase::statEntry(const UDSEntry &entry) void SlaveBase::listEntry(const UDSEntry &entry) { + if (wasKilled() && !d->warnedListEntryAfterKill) { + d->warnedListEntryAfterKill = true; + qCDebug(KIO_CORE) << "listEntry() called after the worker was killed:" << mProtocol + << "should check wasKilled() in its listing loop and stop"; + } + // #366795: many slaves don't create an entry for ".", so we keep track if they do // and we provide a fallback in finished() otherwise. if (entry.stringValue(KIO::UDSEntry::UDS_NAME) == QLatin1Char('.')) { @@ -975,11 +935,6 @@ void SlaveBase::chown(QUrl const &, const QString &, const QString &) error(ERR_UNSUPPORTED_ACTION, unsupportedActionErrorString(protocolName(), CMD_CHOWN)); } -void SlaveBase::slave_status() -{ - slaveStatus(QString(), false); -} - void SlaveBase::reparseConfiguration() { delete d->remotefile; @@ -1153,14 +1108,6 @@ void SlaveBase::dispatch(int command, const QByteArray &data) closeConnection(); break; } - case CMD_WORKER_STATUS: { - d->m_state = d->InsideMethod; - d->m_finalityCommand = false; - slave_status(); - // TODO verify that the slave has called slaveStatus()? - d->m_state = d->Idle; - break; - } case CMD_REPARSECONFIGURATION: { d->m_state = d->InsideMethod; d->m_finalityCommand = false; @@ -1421,6 +1368,7 @@ bool SlaveBase::cacheAuthentication(const AuthInfo &info) return true; } +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int SlaveBase::connectTimeout() { bool ok; @@ -1431,7 +1379,9 @@ int SlaveBase::connectTimeout() } return DEFAULT_CONNECT_TIMEOUT; } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int SlaveBase::proxyConnectTimeout() { bool ok; @@ -1442,7 +1392,9 @@ int SlaveBase::proxyConnectTimeout() } return DEFAULT_PROXY_CONNECT_TIMEOUT; } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int SlaveBase::responseTimeout() { bool ok; @@ -1453,7 +1405,9 @@ int SlaveBase::responseTimeout() } return DEFAULT_RESPONSE_TIMEOUT; } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int SlaveBase::readTimeout() { bool ok; @@ -1464,6 +1418,7 @@ int SlaveBase::readTimeout() } return DEFAULT_READ_TIMEOUT; } +#endif bool SlaveBase::wasKilled() const { @@ -1515,69 +1470,3 @@ void SlaveBase::setRunInThread(bool b) { d->runInThread = b; } - -void SlaveBase::lookupHost(const QString &host) -{ - KIO_DATA << host; - send(MSG_HOST_INFO_REQ, data); -} - -int SlaveBase::waitForHostInfo(QHostInfo &info) -{ - QByteArray data; - int result = waitForAnswer(CMD_HOST_INFO, 0, data); - - if (result == -1) { - info.setError(QHostInfo::UnknownError); - info.setErrorString(i18n("Unknown Error")); - return result; - } - - QDataStream stream(data); - QString hostName; - QList addresses; - int error; - QString errorString; - - stream >> hostName >> addresses >> error >> errorString; - - info.setHostName(hostName); - info.setAddresses(addresses); - info.setError(QHostInfo::HostInfoError(error)); - info.setErrorString(errorString); - - return result; -} - -PrivilegeOperationStatus SlaveBase::requestPrivilegeOperation(const QString &operationDetails) -{ - if (d->m_privilegeOperationStatus == OperationNotAllowed) { - QByteArray buffer; - send(MSG_PRIVILEGE_EXEC); - waitForAnswer(MSG_PRIVILEGE_EXEC, 0, buffer); - QDataStream ds(buffer); - ds >> d->m_privilegeOperationStatus >> d->m_warningTitle >> d->m_warningMessage; - } - - if (metaData(QStringLiteral("UnitTesting")) != QLatin1String("true") && d->m_privilegeOperationStatus == OperationAllowed && !d->m_confirmationAsked) { - // WORKER_MESSAGEBOX_DETAILS_HACK - // SlaveBase::messageBox() overloads miss a parameter to pass an details argument. - // As workaround details are passed instead via metadata before and then cached by the WorkerInterface, - // to be used in the upcoming messageBox call (needs WarningContinueCancelDetailed type) - // TODO: add a messageBox() overload taking details and use here, - // then remove or adapt all code marked with WORKER_MESSAGEBOX_DETAILS - setMetaData(QStringLiteral("privilege_conf_details"), operationDetails); - sendMetaData(); - - int result = messageBox(d->m_warningMessage, WarningContinueCancelDetailed, d->m_warningTitle, QString(), QString(), QString()); - d->m_privilegeOperationStatus = result == Continue ? OperationAllowed : OperationCanceled; - d->m_confirmationAsked = true; - } - - return KIO::PrivilegeOperationStatus(d->m_privilegeOperationStatus); -} - -void SlaveBase::addTemporaryAuthorization(const QString &action) -{ - d->m_tempAuths.insert(action); -} diff --git a/local/recipes/kde/kf6-kio/source/src/core/slavebase.h b/local/recipes/kde/kf6-kio/source/src/core/slavebase.h index e5ed1bab78..18a0df393b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/slavebase.h +++ b/local/recipes/kde/kf6-kio/source/src/core/slavebase.h @@ -13,12 +13,13 @@ #include #include +#include +#include #include class KConfigGroup; class KRemoteEncoding; -class QHostInfo; class QUrl; namespace KIO @@ -29,7 +30,7 @@ class SlaveBasePrivate; // TODO: Enable once file KIO worker is ported away and add endif, similar in the cpp file // #if KIOCORE_ENABLE_DEPRECATED_SINCE(version where file:/ KIO worker was ported) -/** +/* * @class KIO::SlaveBase slavebase.h * * There are two classes that specifies the protocol between application (job) @@ -58,14 +59,14 @@ public: SlaveBase(const QByteArray &protocol, const QByteArray &pool_socket, const QByteArray &app_socket); virtual ~SlaveBase(); - /** - * @internal + /* + * \internal * Terminate the slave by calling the destructor and then ::exit() */ void exit(); - /** - * @internal + /* + * \internal */ void dispatchLoop(); @@ -73,29 +74,29 @@ public: // Message Signals to send to the job /////////// - /** + /* * Sends data in the slave to the job (i.e.\ in get). * * To signal end of data, simply send an empty * QByteArray(). * - * @param data the data read by the slave + * \a data the data read by the slave */ void data(const QByteArray &data); - /** + /* * Asks for data from the job. - * @see readData + * \sa readData */ void dataReq(); - /** + /* * open succeeds - * @see open() + * \sa open() */ void opened(); - /** + /* * Call to signal an error. * This also finishes the job, so you must not call * finished() after calling this. @@ -118,49 +119,41 @@ public: * You can add rich text markup to the message, the places where the * error message will be displayed are rich text aware. * - * @see KIO::Error - * @see KIO::buildErrorString - * @param _errid the error code from KIO::Error - * @param _text the rich text error message + * \sa KIO::Error + * \sa KIO::buildErrorString + * \a _errid the error code from KIO::Error + * \a _text the rich text error message */ void error(int _errid, const QString &_text); - /** + /* * Call in openConnection, if you reimplement it, when you're done. */ void connected(); - /** + /* * Call to signal successful completion of any command * besides openConnection and closeConnection. Do not * call this after calling error(). */ void finished(); - /** - * Used to report the status of the slave. - * @param host the slave is currently connected to. (Should be - * empty if not connected) - * @param connected Whether an actual network connection exists. - **/ - void slaveStatus(const QString &host, bool connected); - - /** + /* * Call this from stat() to express details about an object, the * UDSEntry customarily contains the atoms describing file name, size, * MIME type, etc. - * @param _entry The UDSEntry containing all of the object attributes. + * \a _entry The UDSEntry containing all of the object attributes. */ void statEntry(const UDSEntry &_entry); - /** + /* * Call this in listDir, each time you have a bunch of entries * to report. - * @param _entry The UDSEntry containing all of the object attributes. + * \a _entry The UDSEntry containing all of the object attributes. */ void listEntries(const UDSEntryList &_entry); - /** + /* * Call this at the beginning of put(), to give the size of the existing * partial file, if there is one. The @p offset argument notifies the * other job (the one that gets the data) about the offset to use. @@ -169,7 +162,7 @@ public: */ bool canResume(KIO::filesize_t offset); - /** + /* * Call this at the beginning of get(), if the "range-start" metadata was set * and returning byte ranges is implemented by this protocol. */ @@ -179,12 +172,12 @@ public: // Info Signals to send to the job /////////// - /** + /* * Call this in get and copy, to give the total size * of the file. */ void totalSize(KIO::filesize_t _bytes); - /** + /* * Call this during get and copy, once in a while, * to give some info about the current state. * Don't emit it in listDir, listEntries speaks for itself. @@ -195,12 +188,12 @@ public: void written(KIO::filesize_t _bytes); - /** - * @since 5.66 + /* + * \since 5.66 */ void truncated(KIO::filesize_t _length); - /** + /* * Only use this if you can't know in advance the size of the * copied data. For example, if you're doing variable bitrate * compression of the source. @@ -213,71 +206,71 @@ public: */ void processedPercent(float percent); // KF6 TODO REMOVE - /** + /* * Call this in get and copy, to give the current transfer * speed, but only if it can't be calculated out of the size you * passed to processedSize (in most cases you don't want to call it) */ void speed(unsigned long _bytes_per_second); - /** + /* * Call this to signal a redirection. * The job will take care of going to that url. */ void redirection(const QUrl &_url); - /** + /* * Call this in mimetype() and in get(), when you know the MIME type. * See mimetype() about other ways to implement it. */ void mimeType(const QString &_type); - /** + /* * Call to signal a warning, to be displayed in a dialog box. */ void warning(const QString &msg); - /** + /* * Call to signal a message, to be displayed if the application wants to, * for instance in a status bar. Usual examples are "connecting to host xyz", etc. */ void infoMessage(const QString &msg); - /** + /* * Type of message box. Should be kept in sync with KMessageBox::DialogType. */ enum MessageBoxType { - QuestionTwoActions = 1, ///< @since 5.100 - WarningTwoActions = 2, ///< @since 5.100 + QuestionTwoActions = 1, ///< \since 5.100 + WarningTwoActions = 2, ///< \since 5.100 WarningContinueCancel = 3, - WarningTwoActionsCancel = 4, ///< @since 5.100 + WarningTwoActionsCancel = 4, ///< \since 5.100 Information = 5, // In KMessageBox::DialogType; = 7, Error = 8, QuestionTwoActionsCancel = 9 WarningContinueCancelDetailed = 10, }; - /** + /* * Button codes. Should be kept in sync with KMessageBox::ButtonCode */ enum ButtonCode { Ok = 1, Cancel = 2, - PrimaryAction = 3, ///< @since 5.100 - SecondaryAction = 4, ///< @since 5.100 + PrimaryAction = 3, ///< \since 5.100 + SecondaryAction = 4, ///< \since 5.100 Continue = 5, }; - /** + /* * Call this to show a message box from the slave - * @param type type of message box: QuestionTwoActions, WarningTwoActions, WarningContinueCancel... - * @param text Message string. May contain newlines. - * @param title Message box title. - * @param primaryActionText the text for the first button. + * \a type type of message box: QuestionTwoActions, WarningTwoActions, WarningContinueCancel... + * \a text Message string. May contain newlines. + * \a title Message box title. + * \a primaryActionText the text for the first button. * Ignored for @p type Information & SSLMessageBox. - * @param secondaryActionText the text for the second button. + * \a secondaryActionText the text for the second button. * Ignored for @p type WarningContinueCancel, WarningContinueCancelDetailed, * Information & SSLMessageBox. - * @return a button code, as defined in ButtonCode, or 0 on communication error. + * Returns a button code, as defined in ButtonCode, or 0 on communication error. */ int messageBox(MessageBoxType type, const QString &text, @@ -287,18 +280,18 @@ public: int sslError(const QVariantMap &sslData); - /** + /* * Call this to show a message box from the slave - * @param text Message string. May contain newlines. - * @param type type of message box: QuestionTwoActions, WarningTwoActions, WarningContinueCancel... - * @param title Message box title. - * @param primaryActionText the text for the first button. + * \a text Message string. May contain newlines. + * \a type type of message box: QuestionTwoActions, WarningTwoActions, WarningContinueCancel... + * \a title Message box title. + * \a primaryActionText the text for the first button. * Ignored for @p type Information & SSLMessageBox. - * @param secondaryActionText the text for the second button. + * \a secondaryActionText the text for the second button. * Ignored for @p type WarningContinueCancel, WarningContinueCancelDetailed, * Information & SSLMessageBox. - * @param dontAskAgainName the name used to store result from 'Do not ask again' checkbox. - * @return a button code, as defined in ButtonCode, or 0 on communication error. + * \a dontAskAgainName the name used to store result from 'Do not ask again' checkbox. + * Returns a button code, as defined in ButtonCode, or 0 on communication error. */ int messageBox(const QString &text, MessageBoxType type, @@ -307,59 +300,59 @@ public: const QString &secondaryActionText = QString(), const QString &dontAskAgainName = QString()); - /** + /* * Sets meta-data to be send to the application before the first * data() or finished() signal. */ void setMetaData(const QString &key, const QString &value); - /** + /* * Queries for the existence of a certain config/meta-data entry * send by the application to the slave. */ bool hasMetaData(const QString &key) const; - /** + /* * Queries for config/meta-data send by the application to the slave. */ QString metaData(const QString &key) const; - /** - * @internal for ForwardingSlaveBase + /* + * \internal for ForwardingSlaveBase * Contains all metadata (but no config) sent by the application to the slave. */ MetaData allMetaData() const; - /** + /* * Returns a map to query config/meta-data information from. * * The application provides the slave with all configuration information * relevant for the current protocol and host. * * Use configValue() as shortcut. - * @since 5.64 + * \since 5.64 */ QMap mapConfig() const; - /** + /* * Returns a bool from the config/meta-data information. - * @since 5.64 + * \since 5.64 */ bool configValue(const QString &key, bool defaultValue) const; - /** + /* * Returns an int from the config/meta-data information. - * @since 5.64 + * \since 5.64 */ int configValue(const QString &key, int defaultValue) const; - /** + /* * Returns a QString from the config/meta-data information. - * @since 5.64 + * \since 5.64 */ QString configValue(const QString &key, const QString &defaultValue = QString()) const; - /** + /* * Returns a configuration object to query config/meta-data information * from. * @@ -372,7 +365,7 @@ public: KConfigGroup *config(); // KF6: perhaps rename mapConfig() to config() when removing this - /** + /* * Returns an object that can translate remote filenames into proper * Unicode forms. This encoding can be set by the user. */ @@ -383,7 +376,7 @@ public: // override what it wants to implement /////////// - /** + /* * Set the host * * Called directly by createWorker, this is why there is no equivalent in @@ -393,7 +386,7 @@ public: */ virtual void setHost(const QString &host, quint16 port, const QString &user, const QString &pass); - /** + /* * Opens the connection (forced). * * When this function gets called the slave is operating in @@ -405,7 +398,7 @@ public: */ virtual void openConnection(); - /** + /* * Closes the connection (forced). * * Called when the application disconnects the slave to close @@ -416,9 +409,9 @@ public: */ virtual void closeConnection(); - /** + /* * get, aka read. - * @param url the full url for this request. Host, port and user of the URL + * \a url the full url for this request. Host, port and user of the URL * can be assumed to be the same as in the last setHost() call. * * The slave should first "emit" the MIME type by calling mimeType(), @@ -437,44 +430,44 @@ public: */ virtual void get(const QUrl &url); - /** + /* * open. - * @param url the full url for this request. Host, port and user of the URL + * \a url the full url for this request. Host, port and user of the URL * can be assumed to be the same as in the last setHost() call. - * @param mode see \ref QIODevice::OpenMode + * \a mode see \ref QIODevice::OpenMode */ virtual void open(const QUrl &url, QIODevice::OpenMode mode); - /** + /* * read. - * @param size the requested amount of data to read - * @see KIO::FileJob::read() + * \a size the requested amount of data to read + * \sa KIO::FileJob::read() */ virtual void read(KIO::filesize_t size); - /** + /* * write. - * @param data the data to write - * @see KIO::FileJob::write() + * \a data the data to write + * \sa KIO::FileJob::write() */ virtual void write(const QByteArray &data); - /** + /* * seek. - * @param offset the requested amount of data to read - * @see KIO::FileJob::read() + * \a offset the requested amount of data to read + * \sa KIO::FileJob::read() */ virtual void seek(KIO::filesize_t offset); - /** + /* * close. - * @see KIO::FileJob::close() + * \sa KIO::FileJob::close() */ virtual void close(); - /** + /* * put, i.e.\ write data into a file. * - * @param url where to write the file - * @param permissions may be -1. In this case no special permission mode is set. - * @param flags We support Overwrite here. Hopefully, we're going to + * \a url where to write the file + * \a permissions may be -1. In this case no special permission mode is set. + * \a flags We support Overwrite here. Hopefully, we're going to * support Resume in the future, too. * If the file indeed already exists, the slave should NOT apply the * permissions change to it. @@ -482,11 +475,11 @@ public: * * IMPORTANT: Use the "modified" metadata in order to set the modification time of the file. * - * @see canResume() + * \sa canResume() */ virtual void put(const QUrl &url, int permissions, JobFlags flags); - /** + /* * Finds all details for one file or directory. * The information returned is the same as what listDir returns, * but only for one file or directory. @@ -503,7 +496,7 @@ public: */ virtual void stat(const QUrl &url); - /** + /* * Finds MIME type for one file or directory. * * This method should either emit 'mimeType' or it @@ -517,7 +510,7 @@ public: */ virtual void mimetype(const QUrl &url); - /** + /* * Lists the contents of @p url. * The slave should emit ERR_CANNOT_ENTER_DIRECTORY if it doesn't exist, * if we don't have enough permissions. @@ -526,16 +519,16 @@ public: */ virtual void listDir(const QUrl &url); - /** + /* * Create a directory - * @param url path to the directory to create - * @param permissions the permissions to set after creating the directory + * \a url path to the directory to create + * \a permissions the permissions to set after creating the directory * (-1 if no permissions to be set) * The slave emits ERR_CANNOT_MKDIR if failure. */ virtual void mkdir(const QUrl &url, int permissions); - /** + /* * Rename @p oldname into @p newname. * If the slave returns an error ERR_UNSUPPORTED_ACTION, the job will * ask for copy + del instead. @@ -557,36 +550,36 @@ public: * moving a file from yourproto: to file:. * See KProtocolManager::canRenameToFile() for more details. * - * @param src where to move the file from - * @param dest where to move the file to - * @param flags We support Overwrite here + * \a src where to move the file from + * \a dest where to move the file to + * \a flags We support Overwrite here */ virtual void rename(const QUrl &src, const QUrl &dest, JobFlags flags); - /** + /* * Creates a symbolic link named @p dest, pointing to @p target, which * may be a relative or an absolute path. - * @param target The string that will become the "target" of the link (can be relative) - * @param dest The symlink to create. - * @param flags We support Overwrite here + * \a target The string that will become the "target" of the link (can be relative) + * \a dest The symlink to create. + * \a flags We support Overwrite here */ virtual void symlink(const QString &target, const QUrl &dest, JobFlags flags); - /** + /* * Change permissions on @p url. * * The slave emits ERR_DOES_NOT_EXIST or ERR_CANNOT_CHMOD */ virtual void chmod(const QUrl &url, int permissions); - /** + /* * Change ownership of @p url. * * The slave emits ERR_DOES_NOT_EXIST or ERR_CANNOT_CHOWN */ virtual void chown(const QUrl &url, const QString &owner, const QString &group); - /** + /* * Sets the modification time for @p url. * * For instance this is what CopyJob uses to set mtime on dirs at the end of a copy. @@ -596,7 +589,7 @@ public: */ virtual void setModificationTime(const QUrl &url, const QDateTime &mtime); - /** + /* * Copy @p src into @p dest. * * By default, copy() is only called when copying a file from @@ -617,20 +610,20 @@ public: * If the slave returns an error ERR_FILE_ALREADY_EXIST, the job will * ask for a different destination filename. * - * @param src where to copy the file from (decoded) - * @param dest where to copy the file to (decoded) - * @param permissions may be -1. In this case no special permission mode is set, + * \a src where to copy the file from (decoded) + * \a dest where to copy the file to (decoded) + * \a permissions may be -1. In this case no special permission mode is set, * and the owner and group permissions are not preserved. - * @param flags We support Overwrite here + * \a flags We support Overwrite here * * Don't forget to set the modification time of @p dest to be the modification time of @p src. */ virtual void copy(const QUrl &src, const QUrl &dest, int permissions, JobFlags flags); - /** + /* * Delete a file or directory. - * @param url file/directory to delete - * @param isfile if true, a file should be deleted. + * \a url file/directory to delete + * \a isfile if true, a file should be deleted. * if false, a directory should be deleted. * * By default, del() on a directory should FAIL if the directory is not empty. @@ -639,59 +632,77 @@ public: */ virtual void del(const QUrl &url, bool isfile); - /** + /* * Change the destination of a symlink - * @param url the url of the symlink to modify - * @param target the new destination (target) of the symlink + * \a url the url of the symlink to modify + * \a target the new destination (target) of the symlink */ virtual void setLinkDest(const QUrl &url, const QString &target); - /** + /* * Used for any command that is specific to this slave (protocol). * * Examples are : HTTP POST, mount and unmount (kio_file) * - * @param data packed data; the meaning is completely dependent on the + * \a data packed data; the meaning is completely dependent on the * slave, but usually starts with an int for the command number. * Document your slave's commands, at least in its header file. */ virtual void special(const QByteArray &data); - /** - * Called to get the status of the slave. Slave should respond - * by calling slaveStatus(...) - */ - virtual void slave_status(); - - /** + /* * Called by the scheduler to tell the slave that the configuration * changed (i.e.\ proxy settings). */ virtual void reparseConfiguration(); - /** - * @return timeout value for connecting to remote host. +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) + /*! + * Returns timeout value for connecting to remote host. + * + * This is not used. + * + * \deprecated[6.11] */ int connectTimeout(); +#endif - /** - * @return timeout value for connecting to proxy in secs. +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) + /*! + * Returns timeout value for connecting to proxy in secs. + * + * This is not used. + * + * \deprecated[6.11] */ int proxyConnectTimeout(); +#endif - /** - * @return timeout value for read from first data from +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) + /*! + * Returns timeout value for read from first data from * remote host in seconds. + * + * This is not used. + * + * \deprecated[6.11] */ int responseTimeout(); +#endif - /** - * @return timeout value for read from subsequent data from +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) + /*! + * Returns timeout value for read from subsequent data from * remote host in secs. + * + * This is not used. + * + * \deprecated[6.11] */ int readTimeout(); +#endif - /** + /* * This function sets a timeout of @p timeout seconds and calls * special(data) when the timeout occurs as if it was called by the * application. @@ -710,45 +721,45 @@ public: // Dispatching (internal) //////////////// - /** - * @internal + /* + * \internal */ virtual void dispatch(int command, const QByteArray &data); - /** - * @internal + /* + * \internal */ virtual void dispatchOpenCommand(int command, const QByteArray &data); - /** + /* * Read data sent by the job, after a dataReq * - * @param buffer buffer where data is stored - * @return 0 on end of data, + * \a buffer buffer where data is stored + * Returns 0 on end of data, * > 0 bytes read * < 0 error **/ int readData(QByteArray &buffer); - /** + /* * It collects entries and emits them via listEntries * when enough of them are there or a certain time * frame exceeded (to make sure the app gets some * items in time but not too many items one by one * as this will cause a drastic performance penalty). - * @param entry The UDSEntry containing all of the object attributes. - * @since 5.0 + * \a entry The UDSEntry containing all of the object attributes. + * \since 5.0 */ void listEntry(const UDSEntry &entry); - /** + /* * internal function to connect a slave to/ disconnect from * either the slave pool or the application */ void connectSlave(const QString &path); void disconnectSlave(); - /** + /* * Prompt the user for Authorization info (login & password). * * Use this function to request authorization information from @@ -791,14 +802,14 @@ public: * store the password information in a persistent storage like * KWallet, then you MUST call @ref cacheAuthentication. * - * @see checkCachedAuthentication - * @param info See AuthInfo. - * @param errorMsg Error message to show - * @return a KIO error code: NoError (0), KIO::USER_CANCELED, or other error codes. + * \sa checkCachedAuthentication + * \a info See AuthInfo. + * \a errorMsg Error message to show + * Returns a KIO error code: NoError (0), KIO::USER_CANCELED, or other error codes. */ int openPasswordDialogV2(KIO::AuthInfo &info, const QString &errorMsg = QString()); - /** + /* * Checks for cached authentication based on parameters * given by @p info. * @@ -822,12 +833,12 @@ public: * } * \endcode * - * @param info See AuthInfo. - * @return @p true if cached Authorization is found, false otherwise. + * \a info See AuthInfo. + * Returns @p true if cached Authorization is found, false otherwise. */ bool checkCachedAuthentication(AuthInfo &info); - /** + /* * Caches @p info in a persistent storage like KWallet. * * Note that calling openPasswordDialogV2 does not store passwords @@ -850,18 +861,18 @@ public: * } * \endcode * - * @param info See AuthInfo. - * @return @p true if @p info was successfully cached. + * \a info See AuthInfo. + * Returns @p true if @p info was successfully cached. */ bool cacheAuthentication(const AuthInfo &info); - /** + /* * Wait for an answer to our request, until we get @p expected1 or @p expected2 - * @return the result from readData, as well as the cmd in *pCmd if set, and the data in @p data + * Returns the result from readData, as well as the cmd in *pCmd if set, and the data in @p data */ int waitForAnswer(int expected1, int expected2, QByteArray &data, int *pCmd = nullptr); - /** + /* * Internal function to transmit meta data to the application. * m_outgoingMetaData will be cleared; this means that if the slave is for * example put on hold and picked up by a different KIO::Job later the new @@ -875,7 +886,7 @@ public: */ void sendMetaData(); - /** + /* * Internal function to transmit meta data to the application. * Like sendMetaData() but m_outgoingMetaData will not be cleared. * This method is mainly useful in code that runs before the slave is connected @@ -883,47 +894,20 @@ public: */ void sendAndKeepMetaData(); - /** If your ioslave was killed by a signal, wasKilled() returns true. + /* If your ioslave was killed by a signal, wasKilled() returns true. Check it regularly in lengthy functions (e.g. in get();) and return as fast as possible from this function if wasKilled() returns true. This will ensure that your slave destructor will be called correctly. */ bool wasKilled() const; - /** Internally used. - * @internal + /* Internally used. + * \internal */ void setKillFlag(); - /** Internally used - * @internal - */ - void lookupHost(const QString &host); - - /** Internally used - * @internal - */ - int waitForHostInfo(QHostInfo &info); - - /** - * Checks with job if privilege operation is allowed. - * @return privilege operation status. - * @see PrivilegeOperationStatus - * @since 5.66 - */ - PrivilegeOperationStatus requestPrivilegeOperation(const QString &operationDetails); - - /** - * Adds @p action to the list of PolicyKit actions which the - * slave is authorized to perform. - * - * @param action the PolicyKit action - * @since 5.45 - */ - void addTemporaryAuthorization(const QString &action); - protected: - /** + /* * Name of the protocol supported by this slave */ QByteArray mProtocol; @@ -969,12 +953,12 @@ private: namespace KIO { -/** +/* * Returns an appropriate error message if the given command @p cmd * is an unsupported action (ERR_UNSUPPORTED_ACTION). - * @param protocol name of the protocol - * @param cmd given command - * @see enum Command + * \a protocol name of the protocol + * \a cmd given command + * \sa enum Command */ KIOCORE_EXPORT QString unsupportedActionErrorString(const QString &protocol, int cmd); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/specialjob.h b/local/recipes/kde/kf6-kio/source/src/core/specialjob.h index 090b165363..ef21513387 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/specialjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/specialjob.h @@ -15,10 +15,13 @@ namespace KIO { class SpecialJobPrivate; -/** - * @class KIO::SpecialJob specialjob.h +/*! + * \class KIO::SpecialJob + * \inheaderfile KIO/SpecialJob + * \inmodule KIOCore + * + * \brief A class that sends a special command to a KIO worker. * - * A class that sends a special command to a KIO worker. * This allows you to send a binary blob to a worker and handle * its responses. The worker will receive the binary data as an * argument to the "special" function (inherited from WorkerBase::special()). @@ -26,27 +29,28 @@ class SpecialJobPrivate; * Use this only on KIO workers that belong to your application. Sending * special commands to other workers may cause unexpected behaviour. * - * @see KIO::special + * \sa KIO::special */ class KIOCORE_EXPORT SpecialJob : public TransferJob { Q_OBJECT public: - /** + /*! * Creates a KIO::SpecialJob. * - * @param url the URL to be passed to the worker - * @param data the data to be sent to the WorkerBase::special() function. + * \a url the URL to be passed to the worker + * + * \a data the data to be sent to the WorkerBase::special() function. */ explicit SpecialJob(const QUrl &url, const QByteArray &data = QByteArray()); - /** + /*! * Sets the QByteArray that is passed to WorkerBase::special() on * the worker. */ void setArguments(const QByteArray &data); - /** + /*! * Returns the QByteArray data that will be sent (or has been sent) to the * worker. */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/statjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/statjob.cpp index 75e375575e..0e6bcd9935 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/statjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/statjob.cpp @@ -34,11 +34,11 @@ public: void slotStatEntry(const KIO::UDSEntry &entry); void slotRedirection(const QUrl &url); - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; diff --git a/local/recipes/kde/kf6-kio/source/src/core/statjob.h b/local/recipes/kde/kf6-kio/source/src/core/statjob.h index 16243544f1..2682f66d19 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/statjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/statjob.h @@ -16,17 +16,24 @@ namespace KIO { class StatJobPrivate; -/** - * @class KIO::StatJob statjob.h +/*! + * \class KIO::StatJob + * \inheaderfile KIO/StatJob + * \inmodule KIOCore * - * A KIO job that retrieves information about a file or directory. - * @see KIO::stat() + * \brief A KIO job that retrieves information about a file or directory. + * + * \sa KIO::stat() */ class KIOCORE_EXPORT StatJob : public SimpleJob { Q_OBJECT public: + /*! + * \value SourceSide + * \value DestinationSide + */ enum StatSide { SourceSide, DestinationSide, @@ -34,32 +41,36 @@ public: ~StatJob() override; - /** + /*! * A stat() can have two meanings. Either we want to read from this URL, * or to check if we can write to it. First case is "source", second is "dest". * It is necessary to know what the StatJob is for, to tune the KIO worker's behavior * (e.g. with FTP). + * * By default it is SourceSide. - * @param side SourceSide or DestinationSide + * + * \a side SourceSide or DestinationSide */ void setSide(StatSide side); - /** - * Selects the level of @p details we want. - * @since 5.69 + /*! + * Selects the level of \a details we want. + * \since 5.69 */ void setDetails(KIO::StatDetails details); - /** - * @brief Result of the stat operation. + /*! + * \brief Result of the stat operation. + * * Call this in the slot connected to result, * and only after making sure no error happened. - * @return the result of the stat + * + * Returns the result of the stat */ const UDSEntry &statResult() const; - /** - * @brief most local URL + /*! + * \brief most local URL * * Since this method depends on UDSEntry::UDS_LOCAL_PATH having been previously set * by a KIO worker, ideally you should first check that the protocol Class of the URL @@ -69,11 +80,11 @@ public: * Call this in a slot connected to the result signal, and only after making sure no error * happened. * - * @return the most local URL for the URL we were stat'ing + * Returns the most local URL for the URL we were stat'ing * * Sample usage: * - * @code + * \code * auto *job = KIO::mostLocalUrl("desktop:/foo"); * job->uiDelegate()->setWindow(this); * connect(job, &KJob::result, this, &MyClass::slotMostLocalUrlResult); @@ -86,28 +97,35 @@ public: * // localUrl = file:///$HOME/Desktop/foo * [...] * } - * @endcode + * \endcode * * \since 4.4 */ QUrl mostLocalUrl() const; Q_SIGNALS: - /** + /*! * Signals a redirection. + * * Use to update the URL shown to the user. * The redirection itself is handled internally. - * @param job the job that is redirected - * @param url the new url + * + * \a job the job that is redirected + * + * \a url the new url */ void redirection(KIO::Job *job, const QUrl &url); - /** + /*! * Signals a permanent redirection. + * * The redirection itself is handled internally. - * @param job the job that is redirected - * @param fromUrl the original URL - * @param toUrl the new URL + * + * \a job the job that is redirected + * + * \a fromUrl the original URL + * + * \a toUrl the new URL */ void permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl); @@ -122,41 +140,57 @@ private: friend KIOCORE_EXPORT StatJob *mostLocalUrl(const QUrl &url, JobFlags flags); }; -/** +/*! + * \relates KIO::StatJob + * * Find all details for one file or directory. * - * @param url the URL of the file - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url the URL of the file + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT StatJob *stat(const QUrl &url, JobFlags flags = DefaultFlags); -/** - * Find all details for one file or directory. - * This version of the call includes two additional booleans, @p sideIsSource and @p details. + +/*! + * \relates KIO::StatJob * - * @param url the URL of the file - * @param side is SourceSide when stating a source file (we will do a get on it if + * Find all details for one file or directory. + * + * This version includes two additional parameters, \a side and \a details. + * + * \a url the URL of the file + * + * \a side is SourceSide when stating a source file (we will do a get on it if * the stat works) and DestinationSide when stating a destination file (target of a copy). * The reason for this parameter is that in some cases the KIO worker might not * be able to determine a file's existence (e.g. HTTP doesn't allow it, FTP * has issues with case-sensitivity on some systems). * When the worker can't reliably determine the existence of a file, it will: - * @li be optimistic if SourceSide, i.e. it will assume the file exists, + * \list + * \li be optimistic if SourceSide, i.e. it will assume the file exists, * and if it doesn't this will appear when actually trying to download it - * @li be pessimistic if DestinationSide, i.e. it will assume the file + * \li be pessimistic if DestinationSide, i.e. it will assume the file * doesn't exist, to prevent showing "about to overwrite" errors to the user. * If you simply want to check for existence without downloading/uploading afterwards, * then you should use DestinationSide. + * \endlist * - * @param details selects the level of details we want. + * \a details selects the level of details we want. * You should minimize the detail level for better performance. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. - * @since 6.0 + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. + * + * \since 6.0 */ KIOCORE_EXPORT StatJob *stat(const QUrl &url, KIO::StatJob::StatSide side, KIO::StatDetails details = KIO::StatDefaultDetails, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::StatJob + * * Tries to map a local URL for the given URL, using a KIO job. This only makes sense for * protocols that have Class ":local" (such protocols most likely have KIO workers that set * UDSEntry::UDS_LOCAL_PATH); ideally you should check the URL protocol Class before creating @@ -165,17 +199,17 @@ KIOCORE_EXPORT StatJob *stat(const QUrl &url, KIO::StatJob::StatSide side, KIO:: * Starts a (stat) job for determining the "most local URL" for a given URL. * Retrieve the result with StatJob::mostLocalUrl in the result slot. * - * @param url The URL we are stat'ing. - * + * \a url The URL we are stat'ing. * * Sample usage: * * Here the KIO worker name is "foo", which for example could be: - * - "desktop", "fonts", "kdeconnect", these have class ":local" - * - "ftp", "sftp", "smb", these have class ":internet" - * - * @code + * \list + * \li "desktop", "fonts", "kdeconnect", these have class ":local" + * \li "ftp", "sftp", "smb", these have class ":internet" + * \endlist * + * \code * QUrl url(QStringLiteral("foo://bar/"); * if (url.isLocalFile()) { // If it's a local URL, there is no need to stat * [...] @@ -195,8 +229,7 @@ KIOCORE_EXPORT StatJob *stat(const QUrl &url, KIO::StatJob::StatSide side, KIO:: * [...] * } * } - * - * @endcode + * \endcode * */ KIOCORE_EXPORT StatJob *mostLocalUrl(const QUrl &url, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.cpp index 368617d8e7..f386c50e33 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.cpp @@ -45,10 +45,6 @@ public: job->setFinishedNotificationHidden(); KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Transfer; - } return job; } @@ -60,10 +56,6 @@ public: job->setFinishedNotificationHidden(); KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Transfer; - } return job; } }; @@ -257,22 +249,6 @@ static int isUrlPortBad(const QUrl &url) } } - if (_error) { - static bool override_loaded = false; - static QList *overriden_ports = nullptr; - if (!override_loaded) { - KConfig cfg(QStringLiteral("kio_httprc")); - overriden_ports = new QList; - *overriden_ports = cfg.group(QString()).readEntry("OverriddenPorts", QList()); - override_loaded = true; - } - for (QList::ConstIterator it = overriden_ports->constBegin(); it != overriden_ports->constEnd(); ++it) { - if (overriden_ports->contains(url.port())) { - _error = 0; - } - } - } - // filter out non https? protocols if ((url.scheme() != QLatin1String("http")) && (url.scheme() != QLatin1String("https"))) { _error = KIO::ERR_POST_DENIED; diff --git a/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.h b/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.h index 5ab48bce9c..5c3e14091c 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/storedtransferjob.h @@ -14,10 +14,12 @@ namespace KIO { class StoredTransferJobPrivate; -/** - * @class KIO::StoredTransferJob storedtransferjob.h +/*! + * \class KIO::StoredTransferJob + * \inheaderfile KIO/StoredTransferJob + * \inmodule KIOCore * - * StoredTransferJob is a TransferJob (for downloading or uploading data) that + * \brief StoredTransferJob is a TransferJob (for downloading or uploading data) that * also stores a QByteArray with the data, making it simpler to use than the * standard TransferJob. * @@ -41,14 +43,14 @@ class KIOCORE_EXPORT StoredTransferJob : public KIO::TransferJob public: ~StoredTransferJob() override; - /** + /*! * Set data to be uploaded. This is for put jobs. * Automatically called by KIO::storedPut(const QByteArray &, ...), * do not call this yourself. */ void setData(const QByteArray &arr); - /** + /*! * Get hold of the downloaded data. This is for get jobs. * You're supposed to call this only from the slot connected to the result() signal. */ @@ -61,64 +63,88 @@ private: Q_DECLARE_PRIVATE(StoredTransferJob) }; -/** - * Get (means: read), into a single QByteArray. - * @see StoredTransferJob +/*! + * \relates KIO::StoredTransferJob * - * @param url the URL of the file - * @param reload Reload to reload the file, NoReload if it can be taken from the cache - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * Get (means: read), into a single QByteArray. + * + * \a url the URL of the file + * + * \a reload Reload to reload the file, NoReload if it can be taken from the cache + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT StoredTransferJob *storedGet(const QUrl &url, LoadType reload = NoReload, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::StoredTransferJob + * * Put (means: write) data from a QIODevice. - * @see StoredTransferJob * - * @param input The data to write, a device to read from. Must be open for reading (data will be read from the current position). - * @param url Where to write data. - * @param permissions May be -1. In this case no special permission mode is set. - * @param flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: - * Setting Resume means that the data will be appended to @p dest if @p dest exists. - * @return the job handling the operation. + * \a input The data to write, a device to read from. Must be open for reading (data will be read from the current position). * - * @since 5.10 + * \a url Where to write data. + * + * \a permissions May be -1. In this case no special permission mode is set. + * + * \a flags Can be HideProgressInfo, Overwrite and Resume here. + * WARNING: Setting Resume means that the data will be appended to \a dest if \a dest exists. + * + * Returns the job handling the operation. + * + * \since 5.10 */ KIOCORE_EXPORT StoredTransferJob *storedPut(QIODevice *input, const QUrl &url, int permissions, JobFlags flags = DefaultFlags); -/** - * Put (means: write) data from a single QByteArray. - * @see StoredTransferJob +/*! + * \relates KIO::StoredTransferJob * - * @param arr The data to write - * @param url Where to write data. - * @param permissions May be -1. In this case no special permission mode is set. - * @param flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: - * Setting Resume means that the data will be appended to @p dest if @p dest exists. - * @return the job handling the operation. + * Put (means: write) data from a single QByteArray. + * + * \a arr The data to write + * + * \a url Where to write data. + * + * \a permissions May be -1. In this case no special permission mode is set. + * + * \a flags Can be HideProgressInfo, Overwrite and Resume here. + * WARNING: Setting Resume means that the data will be appended to \a url if \a url exists. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT StoredTransferJob *storedPut(const QByteArray &arr, const QUrl &url, int permissions, JobFlags flags = DefaultFlags); -/** - * HTTP POST (means: write) data from a single QByteArray. - * @see StoredTransferJob +/*! + * \relates KIO::StoredTransferJob * - * @param arr The data to write - * @param url Where to write data. - * @param flags Can be HideProgressInfo here. - * @return the job handling the operation. + * HTTP POST (means: write) data from a single QByteArray. + * + * \a arr The data to write + * + * \a url Where to write data. + * + * \a flags Can be HideProgressInfo here. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT StoredTransferJob *storedHttpPost(const QByteArray &arr, const QUrl &url, JobFlags flags = DefaultFlags); -/** - * HTTP POST (means: write) data from the given IO device. - * @see StoredTransferJob + +/*! + * \relates KIO::StoredTransferJob * - * @param device Device from which the encoded data to be posted is read. Must be open for reading. - * @param url Where to write data. - * @param size Size of the encoded data to be posted. - * @param flags Can be HideProgressInfo here. - * @return the job handling the operation. + * HTTP POST (means: write) data from the given IO device. + * + * \a device Device from which the encoded data to be posted is read. Must be open for reading. + * + * \a url Where to write data. + * + * \a size Size of the encoded data to be posted. + * + * \a flags Can be HideProgressInfo here. + * + * Returns the job handling the operation. * */ KIOCORE_EXPORT StoredTransferJob *storedHttpPost(QIODevice *device, const QUrl &url, qint64 size = -1, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/transferjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/transferjob.cpp index 4fa6d24c9f..bae688d40e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/transferjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/transferjob.cpp @@ -55,6 +55,11 @@ void KIO::TransferJob::setTotalSize(KIO::filesize_t bytes) setTotalAmount(KJob::Bytes, bytes); } +void KIO::TransferJob::setSourceSize(KIO::filesize_t size) +{ + addMetaData(QStringLiteral("sourceSize"), QString::number(size)); +} + // Worker got a redirection request void TransferJob::slotRedirection(const QUrl &url) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/transferjob.h b/local/recipes/kde/kf6-kio/source/src/core/transferjob.h index 81767c561b..a4f61ef11e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/transferjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/transferjob.h @@ -14,10 +14,13 @@ namespace KIO { class TransferJobPrivate; -/** - * @class KIO::TransferJob transferjob.h +/*! + * \class KIO::TransferJob + * \inheaderfile KIO/TransferJob + * \inmodule KIOCore + * + * \brief The transfer job pumps data into and/or out of a KIO worker. * - * The transfer job pumps data into and/or out of a KIO worker. * Data is sent to the worker on request of the worker ( dataReq). * If data coming from the worker can not be handled, the * reading of data from the worker should be suspended. @@ -29,27 +32,29 @@ class KIOCORE_EXPORT TransferJob : public SimpleJob public: ~TransferJob() override; - /** + /*! * Sets the modification time of the file to be created (by KIO::put) * Note that some KIO workers might ignore this. */ void setModificationTime(const QDateTime &mtime); #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 3) - /** + /*! * Checks whether we got an error page. This currently only happens * with HTTP urls. Call this from your slot connected to result(). * - * @return true if we got an (HTML) error page from the server + * Returns \c true if we got an (HTML) error page from the server * instead of what we asked for. * - * @deprecated since 6.3, not implemented + * Not implemented. + * + * \deprecated[6.3] */ KIOCORE_DEPRECATED_VERSION(6, 3, "Not implemented") bool isErrorPage() const; #endif - /** + /*! * Enable the async data mode. * When async data is enabled, data should be provided to the job by * calling sendAsyncData() instead of returning data in the @@ -57,46 +62,57 @@ public: */ void setAsyncDataEnabled(bool enabled); - /** + /*! * Provide data to the job when async data is enabled. * Should be called exactly once after receiving a dataReq signal * Sending an empty block indicates end of data. */ void sendAsyncData(const QByteArray &data); - /** + /*! * Call this in the slot connected to result, * and only after making sure no error happened. - * @return the MIME type of the URL + * + * Returns the MIME type of the URL */ QString mimetype() const; - /** + /*! * After the job has finished, it will return the final url in case a redirection * has happened. - * @return the final url that can be empty in case no redirection has happened. - * @since 5.0 + * + * Returns the final url that can be empty in case no redirection has happened. + * + * \since 5.0 */ QUrl redirectUrl() const; - /** + /*! * Set the total size of data that we are going to send * in a put job. Helps getting proper progress information. - * @since 4.2.1 + * + * \since 4.2.1 */ void setTotalSize(KIO::filesize_t bytes); -protected: - /** - * Reimplemented for internal reasons + /*! + * Sets the source file size for put operations. + * Workers can use this to optimize upload strategy (e.g. multipart chunk size). + * + * \since 6.25 */ + void setSourceSize(KIO::filesize_t size); + +protected: bool doResume() override; Q_SIGNALS: - /** + /*! * Data from the worker has arrived. - * @param job the job that emitted this signal - * @param data data received from the worker. + * + * \a job the job that emitted this signal + * + * \a data data received from the worker. * * End of data (EOD) has been reached if data.size() == 0, however, you * should not be certain of data.size() == 0 ever happening (e.g. in case @@ -104,59 +120,88 @@ Q_SIGNALS: */ void data(KIO::Job *job, const QByteArray &data); - /** + /*! * Request for data. + * * Please note, that you shouldn't put too large chunks * of data in it as this requires copies within the frame * work, so you should rather split the data you want * to pass here in reasonable chunks (about 1MB maximum) * - * @param job the job that emitted this signal - * @param data buffer to fill with data to send to the + * \a job the job that emitted this signal + * + * \a data buffer to fill with data to send to the * worker. An empty buffer indicates end of data. (EOD) */ void dataReq(KIO::Job *job, QByteArray &data); - /** + /*! * Signals a redirection. + * * Use to update the URL shown to the user. * The redirection itself is handled internally. - * @param job the job that emitted this signal - * @param url the new URL + * + * \a job the job that emitted this signal + * + * \a url the new URL */ void redirection(KIO::Job *job, const QUrl &url); - /** + /*! * Signals a permanent redirection. + * * The redirection itself is handled internally. - * @param job the job that emitted this signal - * @param fromUrl the original URL - * @param toUrl the new URL + * + * \a job the job that emitted this signal + * + * \a fromUrl the original URL + * + * \a toUrl the new URL */ void permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl); - /** + /*! * MIME type determined. - * @param job the job that emitted this signal - * @param mimeType the MIME type - * @since 5.78 + * + * \a job the job that emitted this signal + * + * \a mimeType the MIME type + * + * \since 5.78 */ void mimeTypeFound(KIO::Job *job, const QString &mimeType); - /** - * @internal + /*! + * \internal + * * Emitted if the "put" job found an existing partial file * (in which case offset is the size of that file) * and emitted by the "get" job if it supports resuming to - * the given offset - in this case @p offset is unused) + * the given offset - in this case \a offset is unused) */ void canResume(KIO::Job *job, KIO::filesize_t offset); protected Q_SLOTS: + /*! + * + */ virtual void slotRedirection(const QUrl &url); + void slotFinished() override; + + /*! + * + */ virtual void slotData(const QByteArray &data); + + /*! + * + */ virtual void slotDataReq(); + + /*! + * + */ virtual void slotMimetype(const QString &mimetype); protected: @@ -170,7 +215,9 @@ private: friend class FileCopyJobPrivate; }; -/** +/*! + * \relates KIO::TransferJob + * * Get (means: read). * This is the job to use in order to "download" a file into memory. * The worker emits the data through the data() signal. @@ -180,34 +227,44 @@ private: * a KIO::get() directly. When that job emits the mimeType signal, (which is * guaranteed to happen before it emits any data), put the job on hold: * - * @code + * \code * job->putOnHold(); - * @endcode + * \endcode * * and forget about the job. The next time someone does a KIO::get() on the * same URL (even in another process) this job will be resumed. This saves KIO * from doing two requests to the server. * - * @param url the URL of the file - * @param reload Reload to reload the file, NoReload if it can be taken from the cache - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url the URL of the file + * + * \a reload Reload to reload the file, NoReload if it can be taken from the cache + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT TransferJob *get(const QUrl &url, LoadType reload = NoReload, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::TransferJob + * * Put (means: write) * - * @param url Where to write data. - * @param permissions May be -1. In this case no special permission mode is set. - * @param flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: - * Setting Resume means that the data will be appended to @p dest if @p dest exists. - * @return the job handling the operation. - * @see multi_get() + * \a url Where to write data. + * + * \a permissions May be -1. In this case no special permission mode is set. + * + * \a flags Can be HideProgressInfo, Overwrite and Resume here. + * + * \warning Setting Resume means that the data will be appended to \a url if \a url exists. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT TransferJob *put(const QUrl &url, int permissions, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::TransferJob + * * HTTP POST (for form data). * * Example: @@ -216,27 +273,33 @@ KIOCORE_EXPORT TransferJob *put(const QUrl &url, int permissions, JobFlags flags * job->addMetaData("content-type", contentType ); * \endcode * - * @p postData is the data that you want to send and - * @p contentType is the complete HTTP header line that + * \a postData is the data that you want to send and + * + * \c contentType is the complete HTTP header line that * specifies the content's MIME type, for example * "Content-Type: text/xml". * * You MUST specify content-type! * - * Often @p contentType is + * Often \c contentType is * "Content-Type: application/x-www-form-urlencoded" and - * the @p postData is then an ASCII string (without null-termination!) + * the \a postData is then an ASCII string (without null-termination!) * with characters like space, linefeed and percent escaped like %20, * %0A and %25. * - * @param url Where to write the data. - * @param postData Encoded data to post. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url Where to write the data. + * + * \a postData Encoded data to post. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT TransferJob *http_post(const QUrl &url, const QByteArray &postData, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::TransferJob + * * HTTP POST. * * This function, unlike the one that accepts a QByteArray, accepts an IO device @@ -244,26 +307,34 @@ KIOCORE_EXPORT TransferJob *http_post(const QUrl &url, const QByteArray &postDat * to avoid holding the content of very large post requests, e.g. multimedia file * uploads, in memory. * - * @param url Where to write the data. - * @param device the device to read from - * @param size Size of the encoded post data. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url Where to write the data. + * + * \a device the device to read from + * + * \a size Size of the encoded post data. + * + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. * */ KIOCORE_EXPORT TransferJob *http_post(const QUrl &url, QIODevice *device, qint64 size = -1, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::TransferJob + * * HTTP DELETE. * * Though this function servers the same purpose as KIO::file_delete, unlike * file_delete it accommodates HTTP specific actions such as redirections. * - * @param url url resource to delete. - * @param flags Can be HideProgressInfo here - * @return the job handling the operation. + * \a url url resource to delete. * - * @since 4.7.3 + * \a flags Can be HideProgressInfo here + * + * Returns the job handling the operation. + * + * \since 4.7.3 */ KIOCORE_EXPORT TransferJob *http_delete(const QUrl &url, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/udsentry.cpp b/local/recipes/kde/kf6-kio/source/src/core/udsentry.cpp index 4fc3ce50ca..7e044e1566 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/udsentry.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/udsentry.cpp @@ -10,11 +10,11 @@ #include "udsentry.h" +#include "../kioworkers/file/stat_unix.h" #include "../utils_p.h" #include #include -#include #include #include @@ -22,7 +22,6 @@ using namespace KIO; // BEGIN UDSEntryPrivate -/* ---------- UDSEntryPrivate ------------ */ class KIO::UDSEntryPrivate : public QSharedData { @@ -41,9 +40,9 @@ public: void save(QDataStream &s) const; void load(QDataStream &s); void debugUDSEntry(QDebug &stream) const; - /** - * @param field numeric UDS field id - * @return the name of the field + /* + * \a field numeric UDS field id + * Returns the name of the field */ static QString nameOfUdsField(uint field); @@ -52,12 +51,12 @@ private: inline Field() { } - inline Field(const uint index, const QString &value) + inline Field(const uint index, const QString &value) noexcept : m_str(value) , m_index(index) { } - inline Field(const uint index, long long value = 0) + inline Field(const uint index, long long value = 0) noexcept : m_long(value) , m_index(index) { @@ -127,7 +126,7 @@ void UDSEntryPrivate::replace(uint udsField, long long value) int UDSEntryPrivate::count() const { - return storage.size(); + return int(storage.size()); } QString UDSEntryPrivate::stringValue(uint udsField) const @@ -209,6 +208,13 @@ void UDSEntryPrivate::load(QDataStream &s) cachedStrings.resize(size); } + // We cache the string buffer instance, increasing the capacity by usage, + // only change the size on it. + // Relying on (undocumented/unspecified) behaviour of + // operator>>(QDataStream &stream, QString &string) + // to reuse existing allocation. + thread_local QString buffer; + for (quint32 i = 0; i < size; ++i) { quint32 uds; s >> uds; @@ -217,14 +223,14 @@ void UDSEntryPrivate::load(QDataStream &s) // If the QString is the same like the one we read for the // previous UDSEntry at the i-th position, use an implicitly // shared copy of the same QString to save memory. - QString buffer; s >> buffer; - if (buffer != cachedStrings.at(i)) { - cachedStrings[i] = buffer; + QString &cachedString = cachedStrings[i]; + if (buffer != cachedString) { + cachedString = buffer; } - insert(uds, cachedStrings.at(i)); + insert(uds, cachedString); } else if (uds & KIO::UDSEntry::UDS_NUMBER) { long long value; s >> value; @@ -298,6 +304,16 @@ QString UDSEntryPrivate::nameOfUdsField(uint field) return QStringLiteral("UDS_DEVICE_ID"); case UDSEntry::UDS_INODE: return QStringLiteral("UDS_INODE"); + case UDSEntry::UDS_SUBVOL_ID: + return QStringLiteral("UDS_SUBVOL_ID"); + case UDSEntry::UDS_MOUNT_ID: + return QStringLiteral("UDS_MOUNT_ID"); + case UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET: + return QStringLiteral("UDS_MODIFICATION_TIME_NS_OFFSET"); + case UDSEntry::UDS_ACCESS_TIME_NS_OFFSET: + return QStringLiteral("UDS_ACCESS_TIME_NS_OFFSET"); + case UDSEntry::UDS_CREATION_TIME_NS_OFFSET: + return QStringLiteral("UDS_CREATION_TIME_NS_OFFSET"); case UDSEntry::UDS_EXTRA: return QStringLiteral("UDS_EXTRA"); case UDSEntry::UDS_EXTRA_END: @@ -338,7 +354,7 @@ UDSEntry::UDSEntry(const QT_STATBUF &buff, const QString &name) : d(new UDSEntryPrivate()) { #ifndef Q_OS_WIN - d->reserve(10); + d->reserve(12); #else d->reserve(8); #endif @@ -348,9 +364,11 @@ UDSEntry::UDSEntry(const QT_STATBUF &buff, const QString &name) d->insert(UDS_INODE, buff.st_ino); d->insert(UDS_FILE_TYPE, buff.st_mode & QT_STAT_MASK); // extract file type d->insert(UDS_ACCESS, buff.st_mode & 07777); // extract permissions - d->insert(UDS_MODIFICATION_TIME, buff.st_mtime); - d->insert(UDS_ACCESS_TIME, buff.st_atime); -#ifndef Q_OS_WIN + d->insert(UDS_MODIFICATION_TIME, stat_mtime(buff)); + d->insert(UDS_MODIFICATION_TIME_NS_OFFSET, stat_mtime_ns(buff)); + d->insert(UDS_ACCESS_TIME, stat_atime(buff)); + d->insert(UDS_ACCESS_TIME_NS_OFFSET, stat_atime_ns(buff)); +#if !defined(Q_OS_WIN) d->insert(UDS_LOCAL_USER_ID, buff.st_uid); d->insert(UDS_LOCAL_GROUP_ID, buff.st_gid); #endif @@ -442,7 +460,11 @@ KIOCORE_EXPORT QDataStream &operator<<(QDataStream &s, const KIO::UDSEntry &a) KIOCORE_EXPORT QDataStream &operator>>(QDataStream &s, KIO::UDSEntry &a) { - a.d->load(s); + // Dereferencing the d pointer directly would cause a detach because a is not const. This is entirely moot + // because we are going to overwrite it anyway, so create a new one and swap it instead. + auto newD = QSharedDataPointer(new UDSEntryPrivate); + newD->load(s); + a.d.swap(newD); return s; } diff --git a/local/recipes/kde/kf6-kio/source/src/core/udsentry.h b/local/recipes/kde/kf6-kio/source/src/core/udsentry.h index 5f6866316b..19c754f947 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/udsentry.h +++ b/local/recipes/kde/kf6-kio/source/src/core/udsentry.h @@ -27,32 +27,30 @@ class UDSEntry; KIOCORE_EXPORT QDataStream &operator<<(QDataStream &s, const KIO::UDSEntry &a); KIOCORE_EXPORT QDataStream &operator>>(QDataStream &s, KIO::UDSEntry &a); -/** - * Support for qDebug() << aUDSEntry - * \since 5.22 - */ KIOCORE_EXPORT QDebug operator<<(QDebug stream, const KIO::UDSEntry &entry); namespace KIO { class UDSEntryPrivate; -/** +// TODO qdoc +/*! * Returns true if the entry contains the same data as the other - * @since 5.63 + * \since 5.63 */ KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other); -/** +/*! * Returns true if the entry does not contain the same data as the other - * @since 5.63 + * \since 5.63 */ KIOCORE_EXPORT bool operator!=(const UDSEntry &entry, const UDSEntry &other); -/** - * @class KIO::UDSEntry udsentry.h - * - * Universal Directory Service +/*! + * \class KIO::UDSEntry + * \inheaderfile KIO/UDSEntry + * \inmodule KIOCore + * \brief Universal Directory Service. * * UDS entry is the data structure representing all the fields about a given URL * (file or directory). @@ -68,60 +66,60 @@ KIOCORE_EXPORT bool operator!=(const UDSEntry &entry, const UDSEntry &other); * QString displayName = entry.stringValue( KIO::UDSEntry::UDS_NAME ); * \endcode * - * To know the modification time of the file/url: + * To know the modification time of the file/url in seconds since UNIX epoch, use: * \code * QDateTime mtime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, 0)); * if (mtime.isValid()) * ... * \endcode + * If you need higher precision for the modification time, you can also check if UDS_MODIFICATION_TIME_NS_OFFSET is supported: + * \code + * if (entry.contains(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET)) { + * long long totalMSecs = (entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, 0) * 1000LL) + * + entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, 0) / 1000000LL); + * + * QDateTime mtime = QDateTime::fromMSecsSinceEpoch(totalMSecs); + * \endcode */ class KIOCORE_EXPORT UDSEntry { public: + /*! + * + */ UDSEntry(); - /** + /*! * Create a UDSEntry by QT_STATBUF - * @param buff QT_STATBUF object - * @param name filename - * @since 5.0 + * + * \a buff QT_STATBUF object + * + * \a name filename + * + * \since 5.0 */ UDSEntry(const QT_STATBUF &buff, const QString &name = QString()); - /** + /*! * Copy constructor */ UDSEntry(const UDSEntry &); - /** - * Destructor - */ ~UDSEntry(); - /** - * Move constructor - * @since 5.44 - */ UDSEntry(UDSEntry &&); - /** - * Copy assignment - */ UDSEntry &operator=(const UDSEntry &); - /** - * Move assignment - * @since 5.44 - */ UDSEntry &operator=(UDSEntry &&); - /** - * @return value of a textual field + /*! + * Returns value of a textual field */ QString stringValue(uint field) const; - /** - * @return value of a numeric field + /*! + * Returns value of a numeric field */ long long numberValue(uint field, long long defaultValue = 0) const; @@ -129,218 +127,211 @@ public: // Let's not add one method per field, only methods that have some more logic // than just calling stringValue(field) or numberValue(field). - /// @return true if this entry is a directory (or a link to a directory) + /*! + * Returns \c true if this entry is a directory (or a link to a directory) + */ bool isDir() const; - /// @return true if this entry is a link + + /*! + * Returns \c true if this entry is a link + */ bool isLink() const; - /** + /*! * Calling this function before inserting items into an empty UDSEntry may save time and memory. - * @param size number of items for which memory will be pre-allocated + * + * \a size number of items for which memory will be pre-allocated */ void reserve(int size); - /** + /*! * insert field with string value, it will assert if the field is already inserted. In that case, use replace() instead. - * @param field numeric field id - * @param value to set - * @since 5.48 + * + * \a field numeric field id + * + * \a value to set + * + * \since 5.48 */ void fastInsert(uint field, const QString &value); - /** + /*! * insert field with numeric value, it will assert if the field is already inserted. In that case, use replace() instead. - * @param field numeric field id - * @param l value to set - * @since 5.48 + * + * \a field numeric field id + * + * \a l value to set + * + * \since 5.48 */ void fastInsert(uint field, long long l); - /** - * count fields - * @return the number of fields + /*! + * Returns the number of fields */ int count() const; - /** + /*! * check existence of a field - * @param field numeric field id + * + * \a field numeric field id */ bool contains(uint field) const; - /** + /*! * A vector of fields being present for the current entry. - * @return all fields for the current entry. - * @since 5.8 + * + * Returns all fields for the current entry. + * \since 5.8 */ QList fields() const; - /** + /*! * remove all fields */ void clear(); - /** + /*! * Bit field used to specify the item type of a StandardFieldTypes. + * + * \value UDS_STRING Indicates that the field is a QString + * \value UDS_NUMBER Indicates that the field is a number (long long) + * \value UDS_TIME Indicates that the field represents a time, which is modelled by a long long */ enum ItemTypes { // Those are a bit field - /// Indicates that the field is a QString UDS_STRING = 0x01000000, - /// Indicates that the field is a number (long long) UDS_NUMBER = 0x02000000, - /// Indicates that the field represents a time, which is modelled by a long long UDS_TIME = 0x04000000 | UDS_NUMBER, }; - /** + /*! * Constants used to specify the type of a UDSEntry’s field. + * + * \value UDS_SIZE Size of the file + * \omitvalue UDS_SIZE_LARGE + * \value UDS_USER User Name of the file owner. Not present on local fs, use UDS_LOCAL_USER_ID + * \value UDS_ICON_NAME Name of the icon, that should be used for displaying. It overrides all other detection mechanisms + * \value UDS_GROUP Group Name of the file owner. Not present on local fs, use UDS_LOCAL_GROUP_ID + * \value UDS_NAME Filename - as displayed in directory listings etc. + * "." has the usual special meaning of "current directory" + * UDS_NAME must always be set and never be empty, neither contain '/'. + * Note that KIO will append the UDS_NAME to the url of their + * parent directory, so all KIO workers must use that naming scheme + * ("url_of_parent/filename" will be the full url of that file). + * To customize the appearance of files without changing the url + * of the items, use UDS_DISPLAY_NAME. + * \value UDS_LOCAL_PATH A local file path if the KIO worker display files sitting on the local filesystem (but in another hierarchy, e.g.\ settings:/ or + * remote:/) + * \value UDS_HIDDEN Treat the file as a hidden file (if set to 1) or as a normal file (if set to 0). This field overrides the default behavior (the check + * for a leading dot in the filename). + * \value UDS_ACCESS Access permissions (part of the mode returned by stat) + * \value UDS_MODIFICATION_TIME The last time the file was modified. Required time format: seconds since UNIX epoch. + * \value UDS_ACCESS_TIME The last time the file was opened. Required time format: seconds since UNIX epoch. + * \value UDS_CREATION_TIME The time the file was created. Required time format: seconds since UNIX epoch. + * \value UDS_FILE_TYPE File type, part of the mode returned by stat (for a link, this returns the file type of the pointed item) check UDS_LINK_DEST to + * know if this is a link + * \value UDS_LINK_DEST Name of the file where the link points to. Allows to check for a symlink (don't use S_ISLNK !) + * \value UDS_URL An alternative URL (If different from the caption). Can be used to mix different hierarchies. Use UDS_DISPLAY_NAME if you simply want to + * customize the user-visible filenames, or use UDS_TARGET_URL if you want "links" to unrelated urls. + * \value UDS_MIME_TYPE A MIME type; the KIO worker should set it if it's known. + * \value UDS_GUESSED_MIME_TYPE A MIME type to be used for displaying only. But when 'running' the file, the MIME type is re-determined. This is for special + * cases like symlinks in FTP; you probably don't want to use this one + * \value UDS_XML_PROPERTIES XML properties, e.g.\ for WebDAV + * \value UDS_EXTENDED_ACL Indicates that the entry has extended ACL entries + * \value UDS_ACL_STRING The access control list serialized into a single string + * \value UDS_DEFAULT_ACL_STRING The default access control list serialized into a single string. Only available for directories + * \value[since 4.1] UDS_DISPLAY_NAME If set, contains the label to display instead of the 'real name' in UDS_NAME + * \value[since 4.1] UDS_TARGET_URL This file is a shortcut or mount, pointing to an URL in a different hierarchy + * \value[since 4.4] UDS_DISPLAY_TYPE User-readable type of file (if not specified, the MIME type's description is used) + * \value[since 4.5] UDS_ICON_OVERLAY_NAMES A comma-separated list of supplementary icon overlays which will be added to the list of overlays created by + * KFileItem. + * \value[since 4.6] UDS_COMMENT A comment which will be displayed as is to the user. The string value may contain plain text or Qt-style rich-text + * extensions. + * \value[since 4.7.3] UDS_DEVICE_ID Device number for this file, used to detect hardlinks + * \value[since 4.7.3] UDS_INODE Inode number for this file, used to detect hardlinks + * \value[since 5.70] UDS_RECURSIVE_SIZE For folders, the recursize size of its content + * \value[since 6.0] UDS_LOCAL_USER_ID User ID of the file owner + * \value[since 6.0] UDS_LOCAL_GROUP_ID Group ID of the file owner + * \value[since 6.23] UDS_SUBVOL_ID subvolume identifier for the filesystem + * \value[since 6.23] UDS_MOUNT_ID unique mount identifier of the filesystem + * \value[since 6.24] UDS_MODIFICATION_TIME_NS_OFFSET The offset in nanoseconds to the seconds since the last time the file was modified. This is used to + * provide higher precision for filesystems that support it. + * \value[since 6.24] UDS_ACCESS_TIME_NS_OFFSET The offset in nanoseconds to the seconds since the last time the file was accessed. This is used to provide + * higher precision for filesystems that support it. + * \value[since 6.24] UDS_CREATION_TIME_NS_OFFSET The offset in nanoseconds to the seconds since the file was created. This is used to provide higher + * precision for filesystems that support it. + * \value UDS_EXTRA Extra data (used only if you specified Columns/ColumnsTypes). NB: you cannot repeat this entry; use UDS_EXTRA + i until UDS_EXTRA_END + * \value UDS_EXTRA_END */ enum StandardFieldTypes { // The highest bit is reserved to store the used FieldTypes - - /// Size of the file UDS_SIZE = 1 | UDS_NUMBER, - /// @internal UDS_SIZE_LARGE = 2 | UDS_NUMBER, - /// User Name of the file owner - /// Not present on local fs, use UDS_LOCAL_USER_ID UDS_USER = 3 | UDS_STRING, - /// Name of the icon, that should be used for displaying. - /// It overrides all other detection mechanisms UDS_ICON_NAME = 4 | UDS_STRING, - /// Group Name of the file owner - /// Not present on local fs, use UDS_LOCAL_GROUP_ID UDS_GROUP = 5 | UDS_STRING, - /// Filename - as displayed in directory listings etc. - /// "." has the usual special meaning of "current directory" - /// UDS_NAME must always be set and never be empty, neither contain '/'. - /// - /// Note that KIO will append the UDS_NAME to the url of their - /// parent directory, so all KIO workers must use that naming scheme - /// ("url_of_parent/filename" will be the full url of that file). - /// To customize the appearance of files without changing the url - /// of the items, use UDS_DISPLAY_NAME. UDS_NAME = 6 | UDS_STRING, - /// A local file path if the KIO worker display files sitting - /// on the local filesystem (but in another hierarchy, e.g.\ settings:/ or remote:/) UDS_LOCAL_PATH = 7 | UDS_STRING, - /// Treat the file as a hidden file (if set to 1) or as a normal file (if set to 0). - /// This field overrides the default behavior (the check for a leading dot in the filename). UDS_HIDDEN = 8 | UDS_NUMBER, - /// Access permissions (part of the mode returned by stat) UDS_ACCESS = 9 | UDS_NUMBER, - /// The last time the file was modified. Required time format: seconds since UNIX epoch. UDS_MODIFICATION_TIME = 10 | UDS_TIME, - /// The last time the file was opened. Required time format: seconds since UNIX epoch. UDS_ACCESS_TIME = 11 | UDS_TIME, - /// The time the file was created. Required time format: seconds since UNIX epoch. UDS_CREATION_TIME = 12 | UDS_TIME, - /// File type, part of the mode returned by stat - /// (for a link, this returns the file type of the pointed item) - /// check UDS_LINK_DEST to know if this is a link UDS_FILE_TYPE = 13 | UDS_NUMBER, - /// Name of the file where the link points to - /// Allows to check for a symlink (don't use S_ISLNK !) UDS_LINK_DEST = 14 | UDS_STRING, - /// An alternative URL (If different from the caption). - /// Can be used to mix different hierarchies. - /// - /// Use UDS_DISPLAY_NAME if you simply want to customize the user-visible filenames, or use - /// UDS_TARGET_URL if you want "links" to unrelated urls. UDS_URL = 15 | UDS_STRING, - /// A MIME type; the KIO worker should set it if it's known. UDS_MIME_TYPE = 16 | UDS_STRING, - /// A MIME type to be used for displaying only. - /// But when 'running' the file, the MIME type is re-determined - /// This is for special cases like symlinks in FTP; you probably don't want to use this one. UDS_GUESSED_MIME_TYPE = 17 | UDS_STRING, - /// XML properties, e.g.\ for WebDAV UDS_XML_PROPERTIES = 18 | UDS_STRING, - - /// Indicates that the entry has extended ACL entries UDS_EXTENDED_ACL = 19 | UDS_NUMBER, - /// The access control list serialized into a single string. UDS_ACL_STRING = 20 | UDS_STRING, - /// The default access control list serialized into a single string. - /// Only available for directories. UDS_DEFAULT_ACL_STRING = 21 | UDS_STRING, - - /// If set, contains the label to display instead of - /// the 'real name' in UDS_NAME - /// @since 4.1 UDS_DISPLAY_NAME = 22 | UDS_STRING, - /// This file is a shortcut or mount, pointing to an - /// URL in a different hierarchy - /// @since 4.1 UDS_TARGET_URL = 23 | UDS_STRING, - - /// User-readable type of file (if not specified, - /// the MIME type's description is used) - /// @since 4.4 UDS_DISPLAY_TYPE = 24 | UDS_STRING, - - /// A comma-separated list of supplementary icon overlays - /// which will be added to the list of overlays created - /// by KFileItem. - /// - /// @since 4.5 UDS_ICON_OVERLAY_NAMES = 25 | UDS_STRING, - - /// A comment which will be displayed as is to the user. The string - /// value may contain plain text or Qt-style rich-text extensions. - /// - /// @since 4.6 UDS_COMMENT = 26 | UDS_STRING, - - /// Device number for this file, used to detect hardlinks - /// @since 4.7.3 UDS_DEVICE_ID = 27 | UDS_NUMBER, - /// Inode number for this file, used to detect hardlinks - /// @since 4.7.3 UDS_INODE = 28 | UDS_NUMBER, - - /// For folders, the recursize size of its content - /// @since 5.70 UDS_RECURSIVE_SIZE = 29 | UDS_NUMBER, - - /// User ID of the file owner - /// @since 6.0 UDS_LOCAL_USER_ID = 30 | UDS_NUMBER, - /// Group ID of the file owner - /// @since 6.0 UDS_LOCAL_GROUP_ID = 31 | UDS_NUMBER, - - /// Extra data (used only if you specified Columns/ColumnsTypes) - /// NB: you cannot repeat this entry; use UDS_EXTRA + i - /// until UDS_EXTRA_END. + UDS_SUBVOL_ID = 32 | UDS_NUMBER, + UDS_MOUNT_ID = 33 | UDS_NUMBER, + UDS_MODIFICATION_TIME_NS_OFFSET = 34 | UDS_NUMBER, + UDS_ACCESS_TIME_NS_OFFSET = 35 | UDS_NUMBER, + UDS_CREATION_TIME_NS_OFFSET = 36 | UDS_NUMBER, UDS_EXTRA = 100 | UDS_STRING, - /// Extra data (used only if you specified Columns/ColumnsTypes) - /// NB: you cannot repeat this entry; use UDS_EXTRA + i - /// until UDS_EXTRA_END. UDS_EXTRA_END = 140 | UDS_STRING, }; private: QSharedDataPointer d; - friend KIOCORE_EXPORT QDataStream & ::operator<<(QDataStream & s, const KIO::UDSEntry & a); - friend KIOCORE_EXPORT QDataStream & ::operator>>(QDataStream & s, KIO::UDSEntry & a); + friend KIOCORE_EXPORT QDataStream & ::operator<<(QDataStream &s, const KIO::UDSEntry &a); + friend KIOCORE_EXPORT QDataStream & ::operator>>(QDataStream &s, KIO::UDSEntry &a); friend KIOCORE_EXPORT QDebug(::operator<<)(QDebug stream, const KIO::UDSEntry &entry); public: - /** + /*! * Replace or insert field with string value - * @param field numeric field id - * @param value to set - * @since 5.47 + * + * \a field numeric field id + * + * \a value to set + * + * \since 5.47 */ void replace(uint field, const QString &value); - /** + /*! * Replace or insert field with numeric value - * @param field numeric field id - * @param l value to set - * @since 5.47 + * + * \a field numeric field id + * + * \a l value to set + * + * \since 5.47 */ void replace(uint field, long long l); }; @@ -360,7 +351,11 @@ Q_DECLARE_TYPEINFO(KIO::UDSEntry, Q_RELOCATABLE_TYPE); namespace KIO { -/** +/*! + * \typedef KIO::UDSEntryList + * + * \relates KIO::UDSEntry + * * A directory listing is a list of UDSEntry instances. * * To list the name and size of all the files in a directory listing you would do: diff --git a/local/recipes/kde/kf6-kio/source/src/core/untrustedprogramhandlerinterface.h b/local/recipes/kde/kf6-kio/source/src/core/untrustedprogramhandlerinterface.h index 80f4c3b7df..cbc279d7b7 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/untrustedprogramhandlerinterface.h +++ b/local/recipes/kde/kf6-kio/source/src/core/untrustedprogramhandlerinterface.h @@ -15,36 +15,40 @@ class QString; namespace KIO { -/** - * @brief The UntrustedProgramHandlerInterface class allows ApplicationLauncherJob to +/*! + * \class KIO::UntrustedProgramHandlerInterface + * \inheaderfile KIO/UntrustedProgramHandlerInterface + * \inmodule KIOCore + * + * \brief The UntrustedProgramHandlerInterface class allows ApplicationLauncherJob to * prompt the user about an untrusted executable or desktop file. + * * This extension mechanism for jobs is similar to KIO::JobUiDelegateExtension. * * The class also provides helper methods to set the execute bit so that the program * can be started. - * @since 5.70 + * \since 5.70 */ class KIOCORE_EXPORT UntrustedProgramHandlerInterface : public QObject { Q_OBJECT protected: - /** + /*! * Constructor */ explicit UntrustedProgramHandlerInterface(QObject *parent = nullptr); - /** - * Destructor - */ ~UntrustedProgramHandlerInterface() override; public: - /** + /*! * Show a warning to the user about the program not being trusted for execution. * This could be an executable which is not a script and without the execute bit. * Or it could be a desktop file outside the standard locations, without the execute bit. - * @param job the job calling this. Useful to get the associated window. - * @param programName the full path to the executable or desktop file + * + * \a job the job calling this. Useful to get the associated window. + * + * \a programName the full path to the executable or desktop file * * If this function emits result(true), the caller should then call * either setExecuteBit or makeServiceFileExecutable; those helper methods @@ -56,28 +60,35 @@ public: */ virtual void showUntrustedProgramWarning(KJob *job, const QString &programName); - /** + /*! * Helper function that attempts to make a desktop file executable. * In addition to the execute bit, this includes fixing its first line to ensure that * it says #!/usr/bin/env xdg-open. - * @param fileName the full path to the file - * @param errorString output parameter so the method can return an error message - * @return true on success, false on error + * + * \a fileName the full path to the file + * + * \a errorString output parameter so the method can return an error message + * + * Returns \c true on success, \c false on error */ bool makeServiceFileExecutable(const QString &fileName, QString &errorString); - /** + /*! * Helper function that attempts to set execute bit for given file. - * @param fileName the full path to the file - * @param errorString output parameter so the method can return an error message - * @return true on success, false on error + * + * \a fileName the full path to the file + * + * \a errorString output parameter so the method can return an error message + * + * Returns \c true on success, \c false on error */ bool setExecuteBit(const QString &fileName, QString &errorString); Q_SIGNALS: - /** + /*! * Implementations of this interface must emit result in showUntrustedProgramWarning. - * @param confirmed true if the user confirms running this program, false on cancel + * + * \a confirmed \c true if the user confirms running this program, \c false on cancel */ void result(bool confirmed); diff --git a/local/recipes/kde/kf6-kio/source/src/core/worker.cpp b/local/recipes/kde/kf6-kio/source/src/core/worker.cpp index 4855c642d5..742f9d5e51 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/worker.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/worker.cpp @@ -2,7 +2,7 @@ This file is part of the KDE libraries SPDX-FileCopyrightText: 2000 Waldo Bastian SPDX-FileCopyrightText: 2000 Stephan Kulow - SPDX-FileCopyrightText: 2023 Harald Sitter + SPDX-FileCopyrightText: 2023-2025 Harald Sitter SPDX-License-Identifier: LGPL-2.0-only */ @@ -10,13 +10,13 @@ #include "worker_p.h" #include -#include #include #include #include #include #include +#include #include #include #include @@ -38,20 +38,9 @@ #include "workerfactory.h" #include "workerthread_p.h" +using namespace Qt::StringLiterals; using namespace KIO; -static constexpr int s_workerConnectionTimeoutMin = 2; - -// Without debug info we consider it an error if the worker doesn't connect -// within 10 seconds. -// With debug info we give the worker an hour so that developers have a chance -// to debug their worker. -#ifdef NDEBUG -static constexpr int s_workerConnectionTimeoutMax = 10; -#else -static constexpr int s_workerConnectionTimeoutMax = 3600; -#endif - void Worker::accept() { m_workerConnServer->setNextPendingConnection(m_connection); @@ -61,50 +50,11 @@ void Worker::accept() connect(m_connection, &Connection::readyRead, this, &Worker::gotInput); } -void Worker::timeout() -{ - if (m_dead) { // already dead? then workerDied was emitted and we are done - return; - } - if (m_connection->isConnected()) { - return; - } - - /*qDebug() << "worker failed to connect to application pid=" << m_pid - << " protocol=" << m_protocol;*/ - if (m_pid && KIOPrivate::isProcessAlive(m_pid)) { - int delta_t = m_contact_started.elapsed() / 1000; - // qDebug() << "worker is slow... pid=" << m_pid << " t=" << delta_t; - if (delta_t < s_workerConnectionTimeoutMax) { - QTimer::singleShot(1000 * s_workerConnectionTimeoutMin, this, &Worker::timeout); - return; - } - } - // qDebug() << "Houston, we lost our worker, pid=" << m_pid; - m_connection->close(); - m_dead = true; - QString arg = m_protocol; - if (!m_host.isEmpty()) { - arg += QLatin1String("://") + m_host; - } - // qDebug() << "worker failed to connect pid =" << m_pid << arg; - - ref(); - // Tell the job about the problem. - Q_EMIT error(ERR_WORKER_DIED, arg); - // Tell the scheduler about the problem. - Q_EMIT workerDied(this); - // After the above signal we're dead!! - deref(); -} - Worker::Worker(const QString &protocol, QObject *parent) : WorkerInterface(parent) , m_protocol(protocol) - , m_workerProtocol(protocol) , m_workerConnServer(new KIO::ConnectionServer) { - m_contact_started.start(); m_workerConnServer->setParent(this); m_workerConnServer->listenForRemote(); if (!m_workerConnServer->isListening()) { @@ -130,11 +80,6 @@ void Worker::setProtocol(const QString &protocol) m_protocol = protocol; } -QString Worker::workerProtocol() const -{ - return m_workerProtocol; -} - QString Worker::host() const { return m_host; @@ -171,17 +116,29 @@ void Worker::deref() if (!m_refCount) { aboutToDelete(); if (m_workerThread) { - // When on a thread, delete in a thread to prevent deadlocks between the main thread and the worker thread. - // This most notably can happen when the worker thread uses QDBus, because traffic will generally be routed - // through the main loop. - // Generally speaking we'd want to avoid waiting in the main thread anyway, the worker stopping isn't really - // useful for anything but delaying deletion. - // https://bugs.kde.org/show_bug.cgi?id=468673 WorkerThread *workerThread = nullptr; std::swap(workerThread, m_workerThread); workerThread->setParent(nullptr); - connect(workerThread, &QThread::finished, workerThread, &QThread::deleteLater); + // Close the socket so dispatchLoop()'s waitForReadyRead()/waitForBytesWritten() + // unblocks and the thread can exit on its own. + m_connection->close(); workerThread->quit(); + if (QThread::currentThread()->loopLevel() > 0) { + // We are inside a running event loop, dispatching data: deref() routinely runs + // while a thread is dispatching a worker's data, because handling that data can + // cancel and delete another job (and thus deref its worker). A worker that is + // delivering data blocks in waitForBytesWritten() once its socket buffer fills, + // and needs this thread to keep draining the socket to make progress. Joining + // here would deadlock this thread against the worker (bug 468673), so delete the + // thread asynchronously once it has finished instead. + connect(workerThread, &QThread::finished, workerThread, &QThread::deleteLater); + } else { + // No event loop is running on this thread, e.g. during scheduler/thread-storage + // teardown at exit. No data dispatch can be in flight, so joining the worker + // thread cannot deadlock; delete it synchronously. A queued deleteLater() would + // never be processed without an event loop and would leak the thread. + delete workerThread; + } } delete this; // yes it reads funny, but it's too late for a deleteLater() here, no event loop anymore } @@ -314,8 +271,8 @@ void Worker::setConfig(const MetaData &config) m_connection->send(CMD_CONFIG, data); } -/** - * @returns true if the worker should not be created because it would insecurely ask users for a password. +/* + * Returns true if the worker should not be created because it would insecurely ask users for a password. * false is returned when the worker is either safe because only the root user can write to it, or if this kio binary is already not secure. */ bool isWorkerSecurityCompromised(const QString &workerPath, const QString &protocolName, int &error, QString &error_text) @@ -374,6 +331,17 @@ Worker *Worker::createWorker(const QString &protocol, const QUrl &url, int &erro return new DataProtocol(); } +#ifdef BUILD_TESTING + if (protocol.startsWith("kio-test"_L1)) { + auto *worker = new Worker(protocol); + const QUrl workerAddress = worker->m_workerConnServer->address(); + auto *thread = new WorkerThread(worker, s_testFactory.lock().get(), workerAddress.toString().toLocal8Bit()); + thread->start(); + worker->setWorkerThread(thread); + return worker; + } +#endif + const QString _name = KProtocolInfo::exec(protocol); if (_name.isEmpty()) { error_text = i18n("Unknown protocol '%1'.", protocol); @@ -384,17 +352,22 @@ Worker *Worker::createWorker(const QString &protocol, const QUrl &url, int &erro // find the KIO worker using QPluginLoader; kioworker would do this // anyway, but if it doesn't exist, we want to be able to return // a useful error message immediately - QPluginLoader loader(_name); - const QString lib_path = loader.fileName(); + std::unique_ptr loader(new QPluginLoader(_name)); + const QString lib_path = loader->fileName(); if (lib_path.isEmpty()) { error_text = i18n("Can not find a KIO worker for protocol '%1'.", protocol); error = KIO::ERR_CANNOT_CREATE_WORKER; return nullptr; } - // The "admin" worker will ask for elevated permissions. - // Make sure no malware hides behind the "admin" protocol. - if (protocol == QLatin1String("admin") && isWorkerSecurityCompromised(lib_path, protocol, error, error_text)) { + if (protocol == QLatin1String("admin") && !lib_path.startsWith(QLatin1String{KDE_INSTALL_FULL_KIO_PLUGINDIR})) { + error_text = i18nc("@info %2 and %3 are paths", + "The KIO worker for protocol “%1” in %2 was not loaded because all KIO workers which are located outside of %3 and ask for elevated " + "privileges are considered insecure.", + protocol, + lib_path, + QLatin1String{KDE_INSTALL_FULL_KIO_PLUGINDIR}); + error = KIO::ERR_CANNOT_CREATE_WORKER; return nullptr; } @@ -416,14 +389,20 @@ Worker *Worker::createWorker(const QString &protocol, const QUrl &url, int &erro // Threads have performance benefits, but degrade robustness // (a worker crashing kills the app). So let's only enable the feature for kio_file, for now. if (protocol == QLatin1String("admin") || (bUseThreads && protocol == QLatin1String("file"))) { - auto *factory = qobject_cast(loader.instance()); + { + static QMutex s_pluginLoadMutex; + QMutexLocker locker(&s_pluginLoadMutex); + loader->load(); + } + auto *factory = qobject_cast(loader->instance()); if (factory) { - auto *thread = new WorkerThread(worker, factory, workerAddress.toString().toLocal8Bit()); + auto *thread = new WorkerThread(worker, factory, workerAddress.toString().toLocal8Bit(), loader.release()); thread->start(); worker->setWorkerThread(thread); return worker; } else { qCWarning(KIO_CORE) << lib_path << "doesn't implement WorkerFactory?"; + loader->unload(); } } @@ -460,4 +439,11 @@ Worker *Worker::createWorker(const QString &protocol, const QUrl &url, int &erro return worker; } +#ifdef BUILD_TESTING +void KIO::Worker::setTestWorkerFactory(const std::weak_ptr &factory) +{ + s_testFactory = factory; +} +#endif + #include "moc_worker_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/worker_p.h b/local/recipes/kde/kf6-kio/source/src/core/worker_p.h index 626950c6e4..15081fb3dd 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/worker_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/worker_p.h @@ -3,6 +3,7 @@ This file is part of the KDE libraries SPDX-FileCopyrightText: 2000 Waldo Bastian SPDX-FileCopyrightText: 2000 Stephan Kulow + SPDX-FileCopyrightText: 2025 Harald Sitter SPDX-License-Identifier: LGPL-2.0-only */ @@ -27,6 +28,7 @@ class DataProtocol; class ProtoQueue; class SimpleJobPrivate; class UserNotificationHandler; +class WorkerFactory; // Do not use this class directly, outside of KIO. Only use the Worker pointer // that is returned by the scheduler for passing it around. @@ -38,76 +40,73 @@ public: ~Worker() override; - /** + /*! * Sends the given command to the KIO worker. * Called by the jobs. - * @param cmd command id - * @param arr byte array containing data + * \a cmd command id + * \a arr byte array containing data */ virtual void send(int cmd, const QByteArray &arr = QByteArray()); - /** - * The actual protocol used to handle the request. - * - * This method will return a different protocol than - * the one obtained by using protocol() if a - * proxy-server is used for the given protocol. This - * usually means that this method will return "http" - * when the actual request was to retrieve a resource - * from an "ftp" server by going through a proxy server. - * - * @return the actual protocol (KIO worker) that handled the request - */ - QString workerProtocol() const; - - /** - * @return Host this worker is (was?) connected to + /*! + * Returns Host this worker is (was?) connected to */ QString host() const; - /** - * @return port this worker is (was?) connected to + /*! + * Returns port this worker is (was?) connected to */ quint16 port() const; - /** - * @return User this worker is (was?) logged in as + /*! + * Returns User this worker is (was?) logged in as */ QString user() const; - /** - * @return Passwd used to log in + /*! + * Returns Passwd used to log in */ QString passwd() const; - /** + /*! * Creates a new worker. * - * @param protocol the protocol - * @param url is the url - * @param error is the error code on failure and undefined else. - * @param error_text is the error text on failure and undefined else. + * \a protocol the protocol * - * @return 0 on failure, or a pointer to a worker otherwise. + * \a url is the url + * + * \a error is the error code on failure and undefined else. + * + * \a error_text is the error text on failure and undefined else. + * + * Returns 0 on failure, or a pointer to a worker otherwise. */ static Worker *createWorker(const QString &protocol, const QUrl &url, int &error, QString &error_text); +#ifdef BUILD_TESTING + /*! + * Can be used for testing to inject a mock worker for the kio-test fake protocol.\ + * This function does not participate in ownership. The caller must ensure the factory is valid throughout worker creation needs. + */ + KIOCORE_EXPORT static void setTestWorkerFactory(const std::weak_ptr &factory); +#endif + // == communication with connected kioworker == // whenever possible prefer these methods over the respective // methods in connection() - /** + /*! * Suspends the operation of the attached kioworker. */ virtual void suspend(); - /** + /*! * Resumes the operation of the attached kioworker. */ virtual void resume(); - /** + /*! * Tells whether the kioworker is suspended. - * @return true if the kioworker is suspended. + * Returns true if the kioworker is suspended. */ virtual bool suspended(); @@ -126,50 +125,54 @@ private: void setJob(KIO::SimpleJob *job); KIO::SimpleJob *job() const; - /** + /*! * Force termination */ void kill(); - /** - * @return true if the worker survived the last mission. + /*! + * Returns true if the worker survived the last mission. */ bool isAlive() const; - /** + /*! * Set host for url - * @param host to connect to. - * @param port to connect to. - * @param user to login as - * @param passwd to login with + * + * \a host to connect to. + * + * \a port to connect to. + * + * \a user to login as + * + * \a passwd to login with */ virtual void setHost(const QString &host, quint16 port, const QString &user, const QString &passwd); - /** + /*! * Clear host info. */ void resetHost(); - /** + /*! * Configure worker */ virtual void setConfig(const MetaData &config); - /** + /*! * The protocol this worker handles. * - * @return name of protocol handled by this worker, as seen by the user + * Returns name of protocol handled by this worker, as seen by the user */ QString protocol() const; void setProtocol(const QString &protocol); - /** - * @return The number of seconds this worker has been idle. + /*! + * Returns The number of seconds this worker has been idle. */ int idleTime() const; - /** + /*! * Marks this worker as idle. */ void setIdle(); @@ -183,7 +186,6 @@ private: public Q_SLOTS: // TODO KF6: make all three slots private void accept(); void gotInput(); - void timeout(); Q_SIGNALS: void workerDied(KIO::Worker *worker); @@ -191,7 +193,6 @@ Q_SIGNALS: private: WorkerThread *m_workerThread = nullptr; // only set for in-process workers QString m_protocol; - QString m_workerProtocol; QString m_host; QString m_user; QString m_passwd; @@ -200,9 +201,11 @@ private: qint64 m_pid = 0; // only set for out-of-process workers quint16 m_port = 0; bool m_dead = false; - QElapsedTimer m_contact_started; QElapsedTimer m_idleSince; int m_refCount = 1; +#ifdef BUILD_TESTING + static inline std::weak_ptr s_testFactory; // for testing purposes, can be set to a mock factory +#endif }; } diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerbase.cpp b/local/recipes/kde/kf6-kio/source/src/core/workerbase.cpp index 0db23230b3..352bd8b662 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerbase.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/workerbase.cpp @@ -107,10 +107,11 @@ void WorkerBase::dataReq() d->bridge.dataReq(); } -void WorkerBase::workerStatus(const QString &host, bool connected) +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) +void WorkerBase::workerStatus(const QString & /*host*/, bool /*connected*/) { - d->bridge.slaveStatus(host, connected); } +#endif void WorkerBase::canResume() { @@ -315,10 +316,12 @@ WorkerResult WorkerBase::fileSystemFreeSpace(const QUrl &) return WorkerResult::fail(ERR_UNSUPPORTED_ACTION, unsupportedActionErrorString(d->protocolName(), CMD_FILESYSTEMFREESPACE)); } +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) void WorkerBase::worker_status() { workerStatus(QString(), false); } +#endif void WorkerBase::reparseConfiguration() { @@ -380,50 +383,64 @@ bool WorkerBase::cacheAuthentication(const AuthInfo &info) return d->bridge.cacheAuthentication(info); } +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int WorkerBase::connectTimeout() { return d->bridge.connectTimeout(); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int WorkerBase::proxyConnectTimeout() { return d->bridge.proxyConnectTimeout(); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int WorkerBase::responseTimeout() { return d->bridge.responseTimeout(); } +#endif +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 11) int WorkerBase::readTimeout() { return d->bridge.readTimeout(); } +#endif bool WorkerBase::wasKilled() const { return d->bridge.wasKilled(); } -void WorkerBase::lookupHost(const QString &host) +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) +void WorkerBase::lookupHost(const QString & /*host*/) { - return d->bridge.lookupHost(host); } +#endif -int WorkerBase::waitForHostInfo(QHostInfo &info) +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) +int WorkerBase::waitForHostInfo(QHostInfo & /*info*/) { - return d->bridge.waitForHostInfo(info); + return 0; } +#endif -PrivilegeOperationStatus WorkerBase::requestPrivilegeOperation(const QString &operationDetails) +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) +PrivilegeOperationStatus WorkerBase::requestPrivilegeOperation(const QString & /*operationDetails*/) { - return d->bridge.requestPrivilegeOperation(operationDetails); + return OperationNotAllowed; } +#endif -void WorkerBase::addTemporaryAuthorization(const QString &action) +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) +void WorkerBase::addTemporaryAuthorization(const QString & /*action*/) { - d->bridge.addTemporaryAuthorization(action); } +#endif class WorkerResultPrivate { @@ -482,8 +499,10 @@ WorkerResult::WorkerResult(std::unique_ptr &&dptr) { } +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) void WorkerBase::setIncomingMetaData(const KIO::MetaData &metaData) { d->bridge.setIncomingMetaData(metaData); } +#endif } // namespace KIO diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerbase.h b/local/recipes/kde/kf6-kio/source/src/core/workerbase.h index 7c8900b019..c46fd5db21 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerbase.h +++ b/local/recipes/kde/kf6-kio/source/src/core/workerbase.h @@ -28,8 +28,13 @@ class AuthInfo; class WorkerBasePrivate; class WorkerResultPrivate; -/** - * @brief The result of a worker call +/*! + * \class KIO::WorkerResult + * \inheaderfile KIO/WorkerBase + * \inmodule KIOCore + * + * \brief The result of a worker call. + * * When using the Result type always mark the function Q_REQUIRED_RESULT to enforce handling of the Result. */ class KIOCORE_EXPORT WorkerResult @@ -43,16 +48,26 @@ public: WorkerResult(WorkerResult &&) noexcept; WorkerResult &operator=(WorkerResult &&) noexcept; - /// Whether or not the result was a success. + /*! + * Whether or not the result was a success. + */ bool success() const; - /// The error code (or ERR_UNKNOWN) of the result. + /*! + * The error code (or ERR_UNKNOWN) of the result. + */ int error() const; - /// The localized error description if applicable. + /*! + * The localized error description if applicable. + */ QString errorString() const; - /// Constructs a failure results. + /*! + * Constructs a failure results. + */ Q_REQUIRED_RESULT static WorkerResult fail(int _error = KIO::ERR_UNKNOWN, const QString &_errorString = QString()); - /// Constructs a success result. + /*! + * Constructs a success result. + */ Q_REQUIRED_RESULT static WorkerResult pass(); private: @@ -60,10 +75,12 @@ private: std::unique_ptr d; }; -/** - * @class KIO::WorkerBase workerbase.h +/*! + * \class KIO::WorkerBase + * \inheaderfile KIO/WorkerBase + * \inmodule KIOCore * - * WorkerBase is the class to use to implement a worker - simply inherit WorkerBase in your worker. + * \brief WorkerBase is the class to use to implement a worker - simply inherit WorkerBase in your worker. * * A call to foo() results in a call to slotFoo() on the other end. * @@ -76,7 +93,7 @@ private: * If a kioworker needs a Qt event loop within the implementation of one method, e.g. to * wait for an asynchronous operation to finish, that is possible, using QEventLoop. * - * @since 5.96 + * \since 5.96 */ class KIOCORE_EXPORT WorkerBase { @@ -84,14 +101,14 @@ public: WorkerBase(const QByteArray &protocol, const QByteArray &poolSocket, const QByteArray &appSocket); virtual ~WorkerBase(); - /** - * @internal + /*! + * \internal * Terminate the worker by calling the destructor and then ::exit() */ void exit(); - /** - * @internal + /*! + * \internal */ void dispatchLoop(); @@ -99,55 +116,66 @@ public: // Message Signals to send to the job /////////// - /** + /*! * Sends data in the worker to the job (i.e.\ in get). * * To signal end of data, simply send an empty * QByteArray(). * - * @param data the data read by the worker + * \a data the data read by the worker */ void data(const QByteArray &data); - /** + /*! * Asks for data from the job. - * @see readData + * \sa readData */ void dataReq(); - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! * Used to report the status of the worker. - * @param host the worker is currently connected to. (Should be + * + * \a host the worker is currently connected to. (Should be * empty if not connected) - * @param connected Whether an actual network connection exists. + * + * \a connected Whether an actual network connection exists. + * + * \deprecated[6.19] + * + * Not implemented. **/ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not implemented") void workerStatus(const QString &host, bool connected); +#endif - /** + /*! * Call this from stat() to express details about an object, the * UDSEntry customarily contains the atoms describing file name, size, * MIME type, etc. - * @param _entry The UDSEntry containing all of the object attributes. + * + * \a _entry The UDSEntry containing all of the object attributes. */ void statEntry(const UDSEntry &_entry); - /** + /*! * Call this in listDir, each time you have a bunch of entries * to report. - * @param _entry The UDSEntry containing all of the object attributes. + * + * \a _entry The UDSEntry containing all of the object attributes. */ void listEntries(const UDSEntryList &_entry); - /** + /*! * Call this at the beginning of put(), to give the size of the existing - * partial file, if there is one. The @p offset argument notifies the + * partial file, if there is one. The \a offset argument notifies the * other job (the one that gets the data) about the offset to use. * In this case, the boolean returns whether we can indeed resume or not * (we can't if the protocol doing the get() doesn't support setting an offset) */ bool canResume(KIO::filesize_t offset); - /** + /*! * Call this at the beginning of get(), if the "range-start" metadata was set * and returning byte ranges is implemented by this protocol. */ @@ -157,102 +185,132 @@ public: // Info Signals to send to the job /////////// - /** + /*! * Call this in get and copy, to give the total size * of the file. */ void totalSize(KIO::filesize_t _bytes); - /** + /*! * Call this during get and copy, once in a while, * to give some info about the current state. * Don't emit it in listDir, listEntries speaks for itself. */ void processedSize(KIO::filesize_t _bytes); + /*! + * + */ void position(KIO::filesize_t _pos); + /*! + * + */ void written(KIO::filesize_t _bytes); + /*! + * + */ void truncated(KIO::filesize_t _length); - /** + /*! * Call this in get and copy, to give the current transfer * speed, but only if it can't be calculated out of the size you * passed to processedSize (in most cases you don't want to call it) */ void speed(unsigned long _bytes_per_second); - /** + /*! * Call this to signal a redirection. * The job will take care of going to that url. */ void redirection(const QUrl &_url); #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 3) - /** + /*! * Tell that we will only get an error page here. * This means: the data you'll get isn't the data you requested, * but an error page (usually HTML) that describes an error. * - * @deprecated since 6.3, not implemented/used + * Not implemented. + * + * \deprecated[6.3] */ KIOCORE_DEPRECATED_VERSION(6, 3, "Not implemented/used") void errorPage(); #endif - /** + /*! * Call this in mimetype() and in get(), when you know the MIME type. * See mimetype() about other ways to implement it. */ void mimeType(const QString &_type); - /** + /*! * Call to signal a warning, to be displayed in a dialog box. */ void warning(const QString &msg); - /** + /*! * Call to signal a message, to be displayed if the application wants to, * for instance in a status bar. Usual examples are "connecting to host xyz", etc. */ void infoMessage(const QString &msg); - /** + /*! * Type of message box. Should be kept in sync with KMessageBox::DialogType. + * + * \value[since 5.100] QuestionTwoActions + * \value[since 5.100] WarningTwoActions + * \value WarningContinueCancel + * \value[since 5.100] WarningTwoActionsCancel + * \value Information + * \value WarningContinueCancelDetailed */ enum MessageBoxType { - QuestionTwoActions = 1, ///< @since 5.100 - WarningTwoActions = 2, ///< @since 5.100 + QuestionTwoActions = 1, + WarningTwoActions = 2, WarningContinueCancel = 3, - WarningTwoActionsCancel = 4, ///< @since 5.100 + WarningTwoActionsCancel = 4, Information = 5, // In KMessageBox::DialogType; = 7, Error = 8, // QuestionTwoActionsCancel = 9 WarningContinueCancelDetailed = 10, }; - /** + /*! * Button codes. Should be kept in sync with KMessageBox::ButtonCode + * + * \value Ok + * \value Cancel + * \value[since 5.100] PrimaryAction + * \value[since 5.100] SecondaryAction + * \value Continue */ enum ButtonCode { Ok = 1, Cancel = 2, - PrimaryAction = 3, ///< @since 5.100 - SecondaryAction = 4, ///< @since 5.100 + PrimaryAction = 3, + SecondaryAction = 4, Continue = 5, }; - /** + /*! * Call this to show a message box from the worker - * @param type type of message box - * @param text Message string. May contain newlines. - * @param title Message box title. - * @param primaryActionText the text for the first button. - * Ignored for @p type Information. - * @param secondaryActionText the text for the second button. - * Ignored for @p type WarningContinueCancel, WarningContinueCancelDetailed, + * + * \a type type of message box + * + * \a text Message string. May contain newlines. + * + * \a title Message box title. + * + * \a primaryActionText the text for the first button. + * Ignored for \a type Information. + * + * \a secondaryActionText the text for the second button. + * Ignored for \a type WarningContinueCancel, WarningContinueCancelDetailed, * Information. - * @return a button code, as defined in ButtonCode, or 0 on communication error. + * + * Returns a button code, as defined in ButtonCode, or 0 on communication error. */ int messageBox(MessageBoxType type, const QString &text, @@ -260,18 +318,24 @@ public: const QString &primaryActionText = QString(), const QString &secondaryActionText = QString()); - /** + /*! * Call this to show a message box from the worker - * @param text Message string. May contain newlines. - * @param type type of message box - * @param title Message box title. - * @param primaryActionText the text for the first button. - * Ignored for @p type Information. - * @param secondaryActionText the text for the second button. - * Ignored for @p type WarningContinueCancel, WarningContinueCancelDetailed, + * + * \a text Message string. May contain newlines. + * + * \a type type of message box + * + * \a title Message box title. + * + * \a primaryActionText the text for the first button. + * Ignored for \a type Information. + * + * \a secondaryActionText the text for the second button. + * Ignored for \a type WarningContinueCancel, WarningContinueCancelDetailed, * Information. - * @param dontAskAgainName the name used to store result from 'Do not ask again' checkbox. - * @return a button code, as defined in ButtonCode, or 0 on communication error. + * + * \a dontAskAgainName the name used to store result from 'Do not ask again' checkbox. + * Returns a button code, as defined in ButtonCode, or 0 on communication error. */ int messageBox(const QString &text, MessageBoxType type, @@ -280,32 +344,36 @@ public: const QString &secondaryActionText = QString(), const QString &dontAskAgainName = QString()); + /*! + * + */ int sslError(const QVariantMap &sslData); - /** + /*! * Sets meta-data to be send to the application before the first * data() or finished() signal. */ void setMetaData(const QString &key, const QString &value); - /** + /*! * Queries for the existence of a certain config/meta-data entry * send by the application to the worker. */ bool hasMetaData(const QString &key) const; - /** + /*! * Queries for config/meta-data send by the application to the worker. */ QString metaData(const QString &key) const; - /** - * @internal for ForwardingWorkerBase + /*! + * \internal + * for ForwardingWorkerBase * Contains all metadata (but no config) sent by the application to the worker. */ MetaData allMetaData() const; - /** + /*! * Returns a map to query config/meta-data information from. * * The application provides the worker with all configuration information @@ -315,35 +383,35 @@ public: */ QMap mapConfig() const; - /** + /*! * Returns a bool from the config/meta-data information. */ bool configValue(const QString &key, bool defaultValue) const; - /** + /*! * Returns an int from the config/meta-data information. */ int configValue(const QString &key, int defaultValue) const; - /** + /*! * Returns a QString from the config/meta-data information. */ QString configValue(const QString &key, const QString &defaultValue = QString()) const; - /** + /*! * Returns a configuration object to query config/meta-data information * from. * * The application provides the worker with all configuration information * relevant for the current protocol and host. * - * @note Since 5.64 prefer to use mapConfig() or one of the configValue(...) overloads. - * @todo Find replacements for the other current usages of this method. + * \note Since 5.64 prefer to use mapConfig() or one of the configValue(...) overloads. */ KConfigGroup *config(); + // TODO: Find replacements for the other current usages of this method. // KF6: perhaps rename mapConfig() to config() when removing this - /** + /*! * Returns an object that can translate remote filenames into proper * Unicode forms. This encoding can be set by the user. */ @@ -354,15 +422,15 @@ public: // override what it wants to implement /////////// - /** - * @brief Application connected to the worker. + /*! + * Application connected to the worker. * * Called when an application has connected to the worker. Mostly only useful * when you want to e.g. send metadata to the application once it connects. */ virtual void appConnectionMade(); - /** + /*! * Set the host * * Called directly by createWorker and not via the interface. @@ -371,7 +439,7 @@ public: */ virtual void setHost(const QString &host, quint16 port, const QString &user, const QString &pass); - /** + /*! * Opens the connection (forced). * When this function gets called the worker is operating in * connection-oriented mode. @@ -382,7 +450,7 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult openConnection(); - /** + /*! * Closes the connection (forced). * Called when the application disconnects the worker to close * any open network connections. @@ -392,9 +460,10 @@ public: */ virtual void closeConnection(); - /** + /*! * get, aka read. - * @param url the full url for this request. Host, port and user of the URL + * + * \a url the full url for this request. Host, port and user of the URL * can be assumed to be the same as in the last setHost() call. * * The worker should first "emit" the MIME type by calling mimeType(), @@ -413,50 +482,63 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult get(const QUrl &url); - /** + /*! * open. - * @param url the full url for this request. Host, port and user of the URL + * + * \a url the full url for this request. Host, port and user of the URL * can be assumed to be the same as in the last setHost() call. - * @param mode see \ref QIODevice::OpenMode + * + * \a mode see QIODevice::OpenMode */ Q_REQUIRED_RESULT virtual WorkerResult open(const QUrl &url, QIODevice::OpenMode mode); - /** + /*! * read. - * @param size the requested amount of data to read - * @see KIO::FileJob::read() + * + * \a size the requested amount of data to read + * + * \sa KIO::FileJob::read() */ Q_REQUIRED_RESULT virtual WorkerResult read(KIO::filesize_t size); - /** + /*! * write. - * @param data the data to write - * @see KIO::FileJob::write() + * + * \a data the data to write + * + * \sa KIO::FileJob::write() */ Q_REQUIRED_RESULT virtual WorkerResult write(const QByteArray &data); - /** + /*! * seek. - * @param offset the requested amount of data to read - * @see KIO::FileJob::read() + * + * \a offset the requested amount of data to read + * + * \sa KIO::FileJob::read() */ Q_REQUIRED_RESULT virtual WorkerResult seek(KIO::filesize_t offset); - /** + /*! * truncate - * @param size size to truncate the file to - * @see KIO::FileJob::truncate() + * + * \a size size to truncate the file to + * + * \sa KIO::FileJob::truncate() */ Q_REQUIRED_RESULT virtual WorkerResult truncate(KIO::filesize_t size); - /** + /*! * close. - * @see KIO::FileJob::close() + * + * \sa KIO::FileJob::close() */ Q_REQUIRED_RESULT virtual WorkerResult close(); - /** + /*! * put, i.e.\ write data into a file. * - * @param url where to write the file - * @param permissions may be -1. In this case no special permission mode is set. - * @param flags We support Overwrite here. Hopefully, we're going to + * \a url where to write the file + * + * \a permissions may be -1. In this case no special permission mode is set. + * + * \a flags We support Overwrite here. Hopefully, we're going to * support Resume in the future, too. * If the file indeed already exists, the worker should NOT apply the * permissions change to it. @@ -464,11 +546,11 @@ public: * * IMPORTANT: Use the "modified" metadata in order to set the modification time of the file. * - * @see canResume() + * \sa canResume() */ Q_REQUIRED_RESULT virtual WorkerResult put(const QUrl &url, int permissions, JobFlags flags); - /** + /*! * Finds all details for one file or directory. * The information returned is the same as what listDir returns, * but only for one file or directory. @@ -485,7 +567,7 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult stat(const QUrl &url); - /** + /*! * Finds MIME type for one file or directory. * * This method should either emit 'mimeType' or it @@ -499,26 +581,30 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult mimetype(const QUrl &url); - /** - * Lists the contents of @p url. + /*! + * Lists the contents of \a url. * The worker should emit ERR_CANNOT_ENTER_DIRECTORY if it doesn't exist, * if we don't have enough permissions. - * You should not list files if the path in @p url is empty, but redirect + * You should not list files if the path in \a url is empty, but redirect * to a non-empty path instead. */ Q_REQUIRED_RESULT virtual WorkerResult listDir(const QUrl &url); - /** + /*! * Create a directory - * @param url path to the directory to create - * @param permissions the permissions to set after creating the directory + * + * \a url path to the directory to create + * + * \a permissions the permissions to set after creating the directory * (-1 if no permissions to be set) + * * The worker emits ERR_CANNOT_MKDIR if failure. */ Q_REQUIRED_RESULT virtual WorkerResult mkdir(const QUrl &url, int permissions); - /** - * Rename @p oldname into @p newname. + /*! + * Rename \a oldname into \a newname. + * * If the worker returns an error ERR_UNSUPPORTED_ACTION, the job will * ask for copy + del instead. * @@ -539,35 +625,41 @@ public: * moving a file from yourproto: to file:. * See KProtocolManager::canRenameToFile() for more details. * - * @param src where to move the file from - * @param dest where to move the file to - * @param flags We support Overwrite here + * \a src where to move the file from + * + * \a dest where to move the file to + * + * \a flags We support Overwrite here */ Q_REQUIRED_RESULT virtual WorkerResult rename(const QUrl &src, const QUrl &dest, JobFlags flags); - /** - * Creates a symbolic link named @p dest, pointing to @p target, which + /*! + * Creates a symbolic link named \a dest, pointing to \a target, which * may be a relative or an absolute path. - * @param target The string that will become the "target" of the link (can be relative) - * @param dest The symlink to create. - * @param flags We support Overwrite here + * + * \a target The string that will become the "target" of the link (can be relative) + * + * \a dest The symlink to create. + * + * \a flags We support Overwrite here */ Q_REQUIRED_RESULT virtual WorkerResult symlink(const QString &target, const QUrl &dest, JobFlags flags); - /** - * Change permissions on @p url. + /*! + * Change permissions on \a url. * The worker emits ERR_DOES_NOT_EXIST or ERR_CANNOT_CHMOD */ Q_REQUIRED_RESULT virtual WorkerResult chmod(const QUrl &url, int permissions); - /** - * Change ownership of @p url. + /*! + * Change ownership of \a url. * The worker emits ERR_DOES_NOT_EXIST or ERR_CANNOT_CHOWN */ Q_REQUIRED_RESULT virtual WorkerResult chown(const QUrl &url, const QString &owner, const QString &group); - /** - * Sets the modification time for @url. + /*! + * Sets the modification time for url. + * * For instance this is what CopyJob uses to set mtime on dirs at the end of a copy. * It could also be used to set the mtime on any file, in theory. * The usual implementation on unix is to call utime(path, &myutimbuf). @@ -575,8 +667,8 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult setModificationTime(const QUrl &url, const QDateTime &mtime); - /** - * Copy @p src into @p dest. + /*! + * Copy \a src into \a dest. * * By default, copy() is only called when copying a file from * yourproto://host/path to yourproto://host/otherpath. @@ -596,20 +688,25 @@ public: * If the worker returns an error ERR_FILE_ALREADY_EXIST, the job will * ask for a different destination filename. * - * @param src where to copy the file from (decoded) - * @param dest where to copy the file to (decoded) - * @param permissions may be -1. In this case no special permission mode is set, - * and the owner and group permissions are not preserved. - * @param flags We support Overwrite here + * \a src where to copy the file from (decoded) * - * Don't forget to set the modification time of @p dest to be the modification time of @p src. + * \a dest where to copy the file to (decoded) + * + * \a permissions may be -1. In this case no special permission mode is set, + * and the owner and group permissions are not preserved. + * + * \a flags We support Overwrite here + * + * Don't forget to set the modification time of \a dest to be the modification time of \a src. */ Q_REQUIRED_RESULT virtual WorkerResult copy(const QUrl &src, const QUrl &dest, int permissions, JobFlags flags); - /** + /*! * Delete a file or directory. - * @param url file/directory to delete - * @param isfile if true, a file should be deleted. + * + * \a url file/directory to delete + * + * \a isfile if true, a file should be deleted. * if false, a directory should be deleted. * * By default, del() on a directory should FAIL if the directory is not empty. @@ -618,59 +715,95 @@ public: */ Q_REQUIRED_RESULT virtual WorkerResult del(const QUrl &url, bool isfile); - /** + /*! * Used for any command that is specific to this worker (protocol). * Examples are : HTTP POST, mount and unmount (kio_file) * - * @param data packed data; the meaning is completely dependent on the + * \a data packed data; the meaning is completely dependent on the * worker, but usually starts with an int for the command number. + * * Document your worker's commands, at least in its header file. */ Q_REQUIRED_RESULT virtual WorkerResult special(const QByteArray &data); - /** + /*! * Get a filesystem's total and available space. * - * @param url Url to the filesystem + * \a url Url to the filesystem */ Q_REQUIRED_RESULT virtual WorkerResult fileSystemFreeSpace(const QUrl &url); - /** +#if KIOCORE_BUILD_DEPRECATED_SINCE(6, 19) + /*! * Called to get the status of the worker. Worker should respond * by calling workerStatus(...) + * + * \deprecated[6.19] + * + * Not implemented. */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not implemented") virtual void worker_status(); +#endif - /** + /*! * Called by the scheduler to tell the worker that the configuration * changed (i.e.\ proxy settings) . */ virtual void reparseConfiguration(); - /** - * @return timeout value for connecting to remote host. +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! + * Returns timeout value for connecting to remote host. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") int connectTimeout(); +#endif - /** - * @return timeout value for connecting to proxy in secs. +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! + * Returns the timeout value for connecting to proxy in secs. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") int proxyConnectTimeout(); +#endif - /** - * @return timeout value for read from first data from +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! + * Returns the timeout value for read from first data from * remote host in seconds. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") int responseTimeout(); +#endif - /** - * @return timeout value for read from subsequent data from +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 11) + /*! + * Returns the timeout value for read from subsequent data from * remote host in secs. + * + * This is not used. + * + * \deprecated[6.11] */ + KIOCORE_DEPRECATED_VERSION(6, 11, "Not used") int readTimeout(); +#endif - /** - * This function sets a timeout of @p timeout seconds and calls + /*! + * This function sets a timeout of \a timeout seconds and calls * special(data) when the timeout occurs as if it was called by the * application. * @@ -684,34 +817,40 @@ public: */ void setTimeoutSpecialCommand(int timeout, const QByteArray &data = QByteArray()); - /** + /*! * Read data sent by the job, after a dataReq * - * @param buffer buffer where data is stored - * @return 0 on end of data, + * \a buffer buffer where data is stored + * + * Returns 0 on end of data, * > 0 bytes read * < 0 error **/ int readData(QByteArray &buffer); - /** + /*! * It collects entries and emits them via listEntries * when enough of them are there or a certain time * frame exceeded (to make sure the app gets some * items in time but not too many items one by one * as this will cause a drastic performance penalty). - * @param entry The UDSEntry containing all of the object attributes. + * + * \a entry The UDSEntry containing all of the object attributes. */ void listEntry(const UDSEntry &entry); - /** + /*! * internal function to connect a worker to/ disconnect from * either the worker pool or the application */ void connectWorker(const QString &path); + + /*! + * + */ void disconnectWorker(); - /** + /*! * Prompt the user for Authorization info (login & password). * * Use this function to request authorization information from @@ -746,30 +885,33 @@ public: * see if the password is available in kpasswdserver before calling * this function. * - * \note A call to this function can fail and return @p false, + * \note A call to this function can fail and return \c false, * if the password server could not be started for whatever reason. * * \note This function does not store the password information * automatically (and has not since kdelibs 4.7). If you want to * store the password information in a persistent storage like - * KWallet, then you MUST call @ref cacheAuthentication. + * KWallet, then you MUST call cacheAuthentication. * - * @see checkCachedAuthentication - * @param info See AuthInfo. - * @param errorMsg Error message to show - * @return a KIO error code: NoError (0), KIO::USER_CANCELED, or other error codes. + * \sa checkCachedAuthentication + * + * \a info See AuthInfo. + * + * \a errorMsg Error message to show + * + * Returns a KIO error code: NoError (0), KIO::USER_CANCELED, or other error codes. */ int openPasswordDialog(KIO::AuthInfo &info, const QString &errorMsg = QString()); - /** + /*! * Checks for cached authentication based on parameters - * given by @p info. + * given by \a info. * * Use this function to check if any cached password exists - * for the URL given by @p info. If @p AuthInfo::realmValue - * and/or @p AuthInfo::verifyPath flag is specified, then + * for the URL given by \a info. If AuthInfo::realmValue + * and/or AuthInfo::verifyPath flag is specified, then * they will also be factored in determining the presence - * of a cached password. Note that @p Auth::url is a required + * of a cached password. Note that Auth::url is a required * parameter when attempting to check for cached authorization * info. Here is a simple example: * @@ -785,13 +927,13 @@ public: * } * \endcode * - * @param info See AuthInfo. - * @return @p true if cached Authorization is found, false otherwise. + * \a info see AuthInfo. + * Returns \c true if cached Authorization is found, false otherwise. */ bool checkCachedAuthentication(AuthInfo &info); - /** - * Caches @p info in a persistent storage like KWallet. + /*! + * Caches \a info in a persistent storage like KWallet. * * Note that calling openPasswordDialogV2 does not store passwords * automatically for you (and has not since kdelibs 4.7). @@ -813,32 +955,35 @@ public: * } * \endcode * - * @param info See AuthInfo. - * @return @p true if @p info was successfully cached. + * \a info See AuthInfo. + * Returns \c true if \a info was successfully cached. */ bool cacheAuthentication(const AuthInfo &info); - /** - * Wait for an answer to our request, until we get @p expected1 or @p expected2 - * @return the result from readData, as well as the cmd in *pCmd if set, and the data in @p data + /*! + * Wait for an answer to our request, until we get \a expected1 or \a expected2 + * + * Returns the result from readData, as well as the cmd in *pCmd if set, and the data in \a data */ int waitForAnswer(int expected1, int expected2, QByteArray &data, int *pCmd = nullptr); - /** + /*! * Internal function to transmit meta data to the application. + * * m_outgoingMetaData will be cleared; this means that if the worker is for * example put on hold and picked up by a different KIO::Job later the new * job will not see the metadata sent before. * See kio/DESIGN.krun for an overview of the state * progression of a job/worker. - * @warning calling this method may seriously interfere with the operation + * + * \warning calling this method may seriously interfere with the operation * of KIO which relies on the presence of some metadata at some points in time. * You should not use it if you are not familiar with KIO and not before * the worker is connected to the last job before returning to idle state. */ void sendMetaData(); - /** + /*! * Internal function to transmit meta data to the application. * Like sendMetaData() but m_outgoingMetaData will not be cleared. * This method is mainly useful in code that runs before the worker is connected @@ -846,48 +991,71 @@ public: */ void sendAndKeepMetaData(); - /** If your ioworker was killed by a signal, wasKilled() returns true. + /*! If your ioworker was killed by a signal, wasKilled() returns true. Check it regularly in lengthy functions (e.g. in get();) and return as fast as possible from this function if wasKilled() returns true. This will ensure that your worker destructor will be called correctly. */ bool wasKilled() const; - /** Internally used - * @internal +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! Internally used + * \internal */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not used") void lookupHost(const QString &host); +#endif - /** Internally used - * @internal +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! Internally used + * \internal */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not used") int waitForHostInfo(QHostInfo &info); +#endif - /** +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! * Checks with job if privilege operation is allowed. - * @return privilege operation status. - * @see PrivilegeOperationStatus + * Returns privilege operation status. + * \sa PrivilegeOperationStatus + * \deprecated[6.19] + * Not implemented */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not implemented") PrivilegeOperationStatus requestPrivilegeOperation(const QString &operationDetails); +#endif - /** - * Adds @p action to the list of PolicyKit actions which the +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! + * Adds \a action to the list of PolicyKit actions which the * worker is authorized to perform. * - * @param action the PolicyKit action + * \a action the PolicyKit action + * + * \deprecated[6.19] + * Not implemented */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not implemented") void addTemporaryAuthorization(const QString &action); +#endif - /** - * @brief Set the Incoming Meta Data +#if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 19) + /*! + * Set the Incoming Meta Data * This is only really useful if your worker wants to overwrite the * metadata for consumption in other worker functions; this overwrites * existing metadata set by the client! * - * @param metaData metadata to set - * @since 5.99 + * \a metaData metadata to set + * \since 5.99 + * \deprecated[6.19] + * + * Not used */ + KIOCORE_DEPRECATED_VERSION(6, 19, "Not used") void setIncomingMetaData(const KIO::MetaData &metaData); +#endif private: std::unique_ptr d; @@ -911,12 +1079,13 @@ private: namespace KIO { -/** - * Returns an appropriate error message if the given command @p cmd +/*! + * Returns an appropriate error message if the given command \a cmd * is an unsupported action (ERR_UNSUPPORTED_ACTION). - * @param protocol name of the protocol - * @param cmd given command - * @see enum Command + * + * \a protocol name of the protocol + * + * \a cmd given command */ KIOCORE_EXPORT QString unsupportedActionErrorString(const QString &protocol, int cmd); diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerbase_p.h b/local/recipes/kde/kf6-kio/source/src/core/workerbase_p.h index 659782464f..fa24eeab9c 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerbase_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/workerbase_p.h @@ -166,11 +166,6 @@ public: finalize(base->special(data)); } - void slave_status() final - { - base->worker_status(); // this only requests an update and isn't able to error or finish whatsoever - } - void reparseConfiguration() final { base->reparseConfiguration(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerconfig.cpp b/local/recipes/kde/kf6-kio/source/src/core/workerconfig.cpp index 0188e10dcc..c51df2ae54 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerconfig.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/workerconfig.cpp @@ -159,33 +159,6 @@ WorkerConfig::~WorkerConfig() qDeleteAll(d->protocol); } -void WorkerConfig::setConfigData(const QString &protocol, const QString &host, const QString &key, const QString &value) -{ - MetaData config; - config.insert(key, value); - setConfigData(protocol, host, config); -} - -void WorkerConfig::setConfigData(const QString &protocol, const QString &host, const MetaData &config) -{ - if (protocol.isEmpty()) { - d->global += config; - } else { - WorkerConfigProtocol *scp = d->findProtocolConfig(protocol); - if (host.isEmpty()) { - scp->global += config; - } else { - if (!scp->host.contains(host)) { - d->readConfigProtocolHost(protocol, scp, host); - } - - MetaData hostConfig = scp->host.value(host); - hostConfig += config; - scp->host.insert(host, hostConfig); - } - } -} - MetaData WorkerConfig::configData(const QString &protocol, const QString &host) { MetaData config = d->global; diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerconfig.h b/local/recipes/kde/kf6-kio/source/src/core/workerconfig.h index a3c7342a90..9ac8943150 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerconfig.h +++ b/local/recipes/kde/kf6-kio/source/src/core/workerconfig.h @@ -17,9 +17,15 @@ namespace KIO { class WorkerConfigPrivate; -/** - * This class manages the configuration for KIO workers based on protocol - * and host. The Scheduler makes use of this class to configure the worker +/*! + * \class KIO::WorkerConfig + * \inheaderfile KIO/WorkerConfig + * \inmodule KIOCore + * + * \brief This class manages the configuration for KIO workers based on protocol + * and host. + * + * The Scheduler makes use of this class to configure the worker * whenever it has to connect to a new host. * * You only need to use this class if you want to override specific @@ -39,47 +45,28 @@ class WorkerConfig : public QObject public: static WorkerConfig *self(); ~WorkerConfig() override; - /** - * Configure workers of type @p protocol by setting @p key to @p value. - * If @p host is specified the configuration only applies when dealing - * with @p host. - * - * Changes made to the worker configuration only apply to workers - * used by the current process. - */ - void setConfigData(const QString &protocol, const QString &host, const QString &key, const QString &value); - /** - * Configure workers of type @p protocol with @p config. - * If @p host is specified the configuration only applies when dealing - * with @p host. - * - * Changes made to the worker configuration only apply to workers - * used by the current process. - */ - void setConfigData(const QString &protocol, const QString &host, const MetaData &config); - - /** - * Query worker configuration for workers of type @p protocol when - * dealing with @p host. + /*! + * Query worker configuration for workers of type \a protocol when + * dealing with \a host. */ MetaData configData(const QString &protocol, const QString &host); - /** - * Query a specific configuration key for workers of type @p protocol when - * dealing with @p host. + /*! + * Query a specific configuration key for workers of type \a protocol when + * dealing with \a host. */ QString configData(const QString &protocol, const QString &host, const QString &key); - /** + /*! * Undo any changes made by calls to setConfigData. */ void reset(); Q_SIGNALS: - /** - * This signal is raised when a worker of type @p protocol deals - * with @p host for the first time. + /*! + * This signal is raised when a worker of type \a protocol deals + * with \a host for the first time. * * Your application can use this signal to make some last minute * configuration changes with setConfigData based on the diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerinterface.cpp b/local/recipes/kde/kf6-kio/source/src/core/workerinterface.cpp index 9d712e4c87..26f74a3f29 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerinterface.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/workerinterface.cpp @@ -17,7 +17,6 @@ #include #include -#include using namespace KIO; @@ -107,7 +106,6 @@ bool WorkerInterface::dispatch(int _cmd, const QByteArray &rawdata) QString str1; qint32 i; - qint8 b; quint32 ul; switch (_cmd) { @@ -158,13 +156,6 @@ bool WorkerInterface::dispatch(int _cmd, const QByteArray &rawdata) // qDebug() << "error " << i << " " << str1; Q_EMIT error(i, str1); break; - case MSG_WORKER_STATUS: { - qint64 pid; - QByteArray protocol; - stream >> pid >> protocol >> str1 >> b; - Q_EMIT workerStatus(pid, protocol, str1, (b != 0)); - break; - } case MSG_CONNECTED: Q_EMIT connected(); break; @@ -266,18 +257,6 @@ bool WorkerInterface::dispatch(int _cmd, const QByteArray &rawdata) Q_EMIT metaData(m); break; } - case MSG_HOST_INFO_REQ: { - QString hostName; - stream >> hostName; - - const QHostInfo info = QHostInfo::fromName(hostName); - - QByteArray replyData; - QDataStream replyStream(&replyData, QIODevice::WriteOnly); - replyStream << info.hostName() << info.addresses() << int(info.error()) << info.errorString(); - m_connection->send(CMD_HOST_INFO, replyData); - break; - } case MSG_PRIVILEGE_EXEC: Q_EMIT privilegeOperationRequested(); break; diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerinterface_p.h b/local/recipes/kde/kf6-kio/source/src/core/workerinterface_p.h index f8f93defa6..8c20e758d8 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerinterface_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/workerinterface_p.h @@ -10,6 +10,7 @@ #include +#include #include #include @@ -25,7 +26,7 @@ namespace KIO // Definition of enum Command has been moved to global.h -/** +/* * Identifiers for KIO informational messages. */ enum Info { @@ -46,7 +47,7 @@ enum Info { // add new ones here once a release is done, to avoid breaking binary compatibility }; -/** +/* * Identifiers for KIO data messages. */ enum Message { @@ -62,15 +63,11 @@ enum Message { MSG_CANRESUME, MSG_OPENED, MSG_WRITTEN, - MSG_HOST_INFO_REQ, MSG_PRIVILEGE_EXEC, - MSG_WORKER_STATUS, // add new ones here once a release is done, to avoid breaking binary compatibility }; -/** - * @class KIO::WorkerInterface workerinterface_p.h - * +/* * There are two classes that specifies the protocol between application * ( KIO::Job) and kioworker. WorkerInterface is the class to use on the application * end, WorkerBase is the one to use on the worker end. @@ -91,7 +88,7 @@ public: // (to tell the "put" job whether to resume or not) void sendResumeAnswer(bool resume); - /** + /*! * Sends our answer for the INF_MESSAGEBOX request. * */ @@ -112,7 +109,6 @@ Q_SIGNALS: void error(int, const QString &); void connected(); void finished(); - void workerStatus(qint64, const QByteArray &, const QString &, bool); void listEntries(const KIO::UDSEntryList &); void statEntry(const KIO::UDSEntry &); diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerthread.cpp b/local/recipes/kde/kf6-kio/source/src/core/workerthread.cpp index 843d5bd4fc..2844babc3b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerthread.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/workerthread.cpp @@ -11,19 +11,41 @@ #include "workerfactory.h" #include "workerthread_p.h" +#include + namespace KIO { -WorkerThread::WorkerThread(QObject *parent, WorkerFactory *factory, const QByteArray &appSocket) +#ifdef BUILD_TESTING +bool WorkerThread::s_testExitGateEnabled = false; +QSemaphore WorkerThread::s_testExitGate; + +void WorkerThread::setTestExitGateEnabled(bool enabled) +{ + s_testExitGateEnabled = enabled; +} + +void WorkerThread::releaseTestExitGate() +{ + s_testExitGate.release(); +} +#endif + +WorkerThread::WorkerThread(QObject *parent, WorkerFactory *factory, const QByteArray &appSocket, QPluginLoader *pluginLoader) : QThread(parent) , m_factory(factory) , m_appSocket(appSocket) + , m_pluginLoader(pluginLoader) { } WorkerThread::~WorkerThread() { wait(); + if (m_pluginLoader) { + m_pluginLoader->unload(); + delete m_pluginLoader; + } } void WorkerThread::abort() @@ -47,6 +69,14 @@ void WorkerThread::run() base->dispatchLoop(); setWorker(nullptr); // before the actual deletion + +#ifdef BUILD_TESTING + if (s_testExitGateEnabled) { + // Block here until the main thread releases us through its event loop, so a + // synchronous join in Worker::deref() deadlocks deterministically (see header). + s_testExitGate.acquire(); + } +#endif } void WorkerThread::setWorker(SlaveBase *worker) diff --git a/local/recipes/kde/kf6-kio/source/src/core/workerthread_p.h b/local/recipes/kde/kf6-kio/source/src/core/workerthread_p.h index 4972433db2..00d1e8f02b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/workerthread_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/workerthread_p.h @@ -9,6 +9,13 @@ #include #include +#ifdef BUILD_TESTING +#include "kiocore_export.h" +#include +#endif + +class QPluginLoader; + namespace KIO { @@ -18,11 +25,22 @@ class WorkerThread : public QThread { Q_OBJECT public: - WorkerThread(QObject *parent, WorkerFactory *factory, const QByteArray &appSocket); + WorkerThread(QObject *parent, WorkerFactory *factory, const QByteArray &appSocket, QPluginLoader *pluginLoader = nullptr); ~WorkerThread() override; void abort(); +#ifdef BUILD_TESTING + // Test hooks to force the deterministic Worker::deref() deadlock (see + // KIOThreadTest::cancelJobWhileWorkerIsBlocked). When the exit gate is enabled, a worker + // thread blocks on its way out of run() until the main thread releases it through its + // event loop - mirroring a worker that is mid-transfer and can only finish once the main + // thread keeps draining its socket. A synchronous join in deref() never lets the main + // thread reach its event loop to release the gate, so both threads wedge. + KIOCORE_EXPORT static void setTestExitGateEnabled(bool enabled); + KIOCORE_EXPORT static void releaseTestExitGate(); +#endif + protected: void run() override; @@ -31,9 +49,14 @@ private: WorkerFactory *m_factory; // set by constructor, no mutex needed QByteArray m_appSocket; // set by constructor, no mutex needed + QPluginLoader *m_pluginLoader; // set by constructor, owned, unloaded in destructor QMutex m_workerMutex; // protects m_worker, accessed by both threads KIO::SlaveBase *m_worker = nullptr; +#ifdef BUILD_TESTING + static bool s_testExitGateEnabled; + static QSemaphore s_testExitGate; +#endif }; } // namespace KIO diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/filewidgets/CMakeLists.txt index 67be1d0958..dffc7a8e94 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/CMakeLists.txt @@ -22,6 +22,7 @@ target_sources(KF6KIOFileWidgets PRIVATE kdiroperatoriconview.cpp kdirsortfilterproxymodel.cpp #used in combination with kdirmodel.cpp kencodingfiledialog.cpp + kfileitemselectionemblem.cpp kfilebookmarkhandler.cpp kfilecopytomenu.cpp kfilecustomdialog.cpp @@ -48,6 +49,9 @@ target_sources(KF6KIOFileWidgets PRIVATE ../new_file_templates/templates.qrc ) +ki18n_wrap_ui(KF6KIOFileWidgets + knewfilemenu_newfiledialog.ui +) ecm_qt_export_logging_category( IDENTIFIER KFILEWIDGETS_LOG @@ -61,7 +65,6 @@ ecm_qt_export_logging_category( IDENTIFIER KIO_KFILEWIDGETS_FW CATEGORY_NAME kf.kio.filewidgets.kfilewidget OLD_CATEGORY_NAMES kf5.kio.filewidgets.kfilewidget - DEFAULT_SEVERITY Info DESCRIPTION "KFileWidgets (KIO)" EXPORT KIO ) @@ -71,7 +74,6 @@ ecm_qt_declare_logging_category(KF6KIOFileWidgets IDENTIFIER KIO_KFILEWIDGETS_KFILEFILTERCOMBO CATEGORY_NAME kf.kio.filewidgets.kfilefiltercombo OLD_CATEGORY_NAMES kf5.kio.filewidgets.kfilefiltercombo - DEFAULT_SEVERITY Warning DESCRIPTION "KFileFilterCombo (KIO)" EXPORT KIO ) @@ -81,7 +83,6 @@ ecm_qt_declare_logging_category(KF6KIOFileWidgets IDENTIFIER KFILEWIDGETS_LOG CATEGORY_NAME kf.kio.filewidgets.kfilewidgets OLD_CATEGORY_NAMES kf5.kio.filewidgets.kfilewidgets - DEFAULT_SEVERITY Warning DESCRIPTION "KFileWidgets (KIO)" EXPORT KIO ) @@ -93,7 +94,7 @@ ecm_generate_export_header(KF6KIOFileWidgets USE_VERSION_HEADER VERSION_BASE_NAME KIO DEPRECATED_BASE_VERSION 0 - DEPRECATION_VERSIONS 6.3 + DEPRECATION_VERSIONS 6.3 6.15 6.19 6.27 EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} ) @@ -114,12 +115,15 @@ target_link_libraries(KF6KIOFileWidgets KF6::BookmarksWidgets KF6::ColorScheme ) -if (Qt6Core_VERSION VERSION_LESS 6.7.0) - target_link_libraries(KF6KIOFileWidgets PRIVATE Qt6::Core5Compat) + +set(_deprecated_public_header) +if(NOT EXCLUDE_DEPRECATED_BEFORE_AND_AT STREQUAL "CURRENT" AND EXCLUDE_DEPRECATED_BEFORE_AND_AT VERSION_LESS 6.27.0) + list(APPEND _deprecated_public_header KFilePlaceEditDialog) endif() ecm_generate_headers(KIOFileWidgets_HEADERS HEADER_NAMES + ${_deprecated_public_header} KAbstractViewAdapter KImageFilePreview KPreviewWidgetBase @@ -128,7 +132,6 @@ ecm_generate_headers(KIOFileWidgets_HEADERS KFileCopyToMenu KFileCustomDialog KFileFilterCombo - KFilePlaceEditDialog KFilePlacesModel KFilePlacesView KFilePreviewGenerator @@ -141,6 +144,8 @@ ecm_generate_headers(KIOFileWidgets_HEADERS REQUIRED_HEADERS KIOFileWidgets_HEADERS ) +ecm_generate_qdoc(KF6KIOFileWidgets kiofilewidgets.qdocconf) + install(TARGETS KF6KIOFileWidgets EXPORT KF6KIOTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) install(FILES @@ -148,6 +153,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kiofilewidgets_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOFileWidgets COMPONENT Devel) -# make available to ecm_add_qch in parent folder -set(KIOFileWidgets_QCH_SOURCES ${KIOFileWidgets_HEADERS} PARENT_SCOPE) - +add_subdirectory(dropIntoNewFolder) diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/Mainpage.dox b/local/recipes/kde/kf6-kio/source/src/filewidgets/Mainpage.dox deleted file mode 100644 index b0681e9149..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/Mainpage.dox +++ /dev/null @@ -1,36 +0,0 @@ -/** @mainpage File Selection Widgets - -@section purpose Purpose - -The KIOFileWidgets library provides the file selection dialog and its components. - -@section desc Description - -The file dialog is available to all kde applications by using the QFileDialog class. -The KDE QPA theme plugin uses a KFileDialog automatically. - -The KIOFileWidgets library provides KFileWidget, which is the main widget in the file dialog, as well as -the KDirOperator widget which contains the file views, and other components of the file dialog. -Applications only need to link to KIOFileWidgets if they need direct access to KFileWidget -or KDirOperator or to the other widgets used by the file dialog, either in order to -modify the behavior of the file dialog, or to reuse its components into the application itself. - -@authors -Stephan Kulow
    -Carsten Pfeiffer
    -Peter Penz
    -Aaron J. Seigo
    -and others - -@maintainers -David Faure - -@licenses -@lgpl - - -*/ - -// DOXYGEN_REFERENCES = KIOCore KIOWidgets -// DOXYGEN_SET_PROJECT_NAME = KIOFileWidgets -// vim:ts=4:sw=4:expandtab:filetype=doxygen diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/defaults-kfile.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/defaults-kfile.h index 118167888d..f35545d213 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/defaults-kfile.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/defaults-kfile.h @@ -21,11 +21,8 @@ static const QLatin1String RecentURLs("Recent URLs"); static const QLatin1String RecentFiles("Recent Files"); static const QLatin1String RecentURLsNumber("Maximum of recent URLs"); static const QLatin1String RecentFilesNumber("Maximum of recent files"); -static const QLatin1String PathComboCompletionMode("PathCombo Completionmode"); -static const QLatin1String LocationComboCompletionMode("LocationCombo Completionmode"); static const QLatin1String ShowSpeedbar("Show Speedbar"); static const QLatin1String SpeedbarWidth("Speedbar Width"); -static const QLatin1String ShowBookmarks("Show Bookmarks"); static const QLatin1String AutoSelectExtChecked("Automatically select filename extension"); static const QLatin1String BreadcrumbNavigation("Breadcrumb Navigation"); static const QLatin1String ShowFullPath("Show Full Path"); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/defaultviewadapter_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/defaultviewadapter_p.h index a6a8bbf40d..2bae9c23ef 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/defaultviewadapter_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/defaultviewadapter_p.h @@ -14,9 +14,11 @@ class QAbstractItemView; namespace KIO { -/** +/*! * Implementation of the view adapter for the default case when * an instance of QAbstractItemView is used as view. + * + * \internal */ class KIOFILEWIDGETS_EXPORT DefaultViewAdapter : public KAbstractViewAdapter { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/CMakeLists.txt new file mode 100644 index 0000000000..144e71a150 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/CMakeLists.txt @@ -0,0 +1,8 @@ + +set(dropintonewfolderPlugin_SRCS dropintonewfolderPlugin.cpp) + +kcoreaddons_add_plugin(dropintonewfolder + SOURCES ${dropintonewfolderPlugin_SRCS} + INSTALL_NAMESPACE kf6/kio_dnd) + +target_link_libraries(dropintonewfolder KF6::KIOWidgets KF6::KIOFileWidgets KF6::I18n) diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp new file mode 100644 index 0000000000..1a86cf43d5 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp @@ -0,0 +1,90 @@ +/* + This file is part of the KDE project + SPDX-FileCopyrightText: 2025 Méven Car + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#include "dropintonewfolderPlugin.h" +#include "copyjob.h" +#include "openfilemanagerwindowjob.h" +#include +#include +#include +#include +#include + +#include + +#include +#include +#include + +K_PLUGIN_CLASS_WITH_JSON(DropIntoNewFolderPlugin, "dropintonewfolderPlugin.json") + +DropIntoNewFolderPlugin::DropIntoNewFolderPlugin(QObject *parent, const QVariantList &) + : KIO::DndPopupMenuPlugin(parent) +{ +} + +QList DropIntoNewFolderPlugin::setup(const KFileItemListProperties &fileItemProps, const QUrl &destination) +{ + QList actionList; + + if (!destination.isLocalFile()) { + return actionList; + } + // need to check write access to dest and m_urls + bool allowed = fileItemProps.supportsMoving(); + + if (allowed) { + auto statJob = KIO::stat(destination, KIO::StatJob::StatSide::SourceSide, KIO::StatDetail::StatBasic); + + if (!statJob->exec()) { + qWarning() << "Could not stat destination" << destination; + allowed = false; + } else { + KFileItem item(statJob->statResult(), destination); + + allowed = item.isWritable(); + } + } + + const QString dropIntoNewFolderMessage = i18nc("@action:inmenu Context menu shown when files are dragged", "Move Into New Folder"); + + QAction *action = new QAction(QIcon::fromTheme(QStringLiteral("folder-new")), dropIntoNewFolderMessage, this); + connect(action, &QAction::triggered, this, &DropIntoNewFolderPlugin::slotTriggered); + action->setEnabled(allowed); + + actionList.append(action); + m_dest = destination; + m_urls = fileItemProps.urlList(); + + return actionList; +} + +void DropIntoNewFolderPlugin::slotTriggered() +{ + auto menu = new KNewFileMenu(this); + menu->setWorkingDirectory(m_dest); + menu->setWindowTitle(i18nc("@title:window", "Create New Folder for These Items")); + + connect(menu, &KNewFileMenu::directoryCreated, this, [this](const QUrl &newFolder) { + auto job = KIO::move(m_urls, newFolder); + KIO::FileUndoManager::self()->recordCopyJob(job); + connect(job, &KJob::result, this, [newFolder, this](KJob *job) { + if (job->error() != KJob::NoError) { + return; + } + auto openFileManagerJob = new KIO::OpenFileManagerWindowJob{this}; + openFileManagerJob->setHighlightUrls({newFolder}); + openFileManagerJob->start(); + }); + job->start(); + }); + + menu->createDirectory(); +} + +#include "dropintonewfolderPlugin.moc" +#include "moc_dropintonewfolderPlugin.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.h new file mode 100644 index 0000000000..70c0923a6e --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.h @@ -0,0 +1,32 @@ +/* + This file is part of the KDE project + SPDX-FileCopyrightText: 2025 Méven Car + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#ifndef DROPINTONEWFOLDERPLUGIN_H +#define DROPINTONEWFOLDERPLUGIN_H + +#include + +#include + +class DropIntoNewFolderPlugin : public KIO::DndPopupMenuPlugin +{ + Q_OBJECT + +public: + DropIntoNewFolderPlugin(QObject *parent, const QVariantList &); + + QList setup(const KFileItemListProperties &fileItemProps, const QUrl &destination) override; + +private Q_SLOTS: + void slotTriggered(); + +private: + QUrl m_dest; + QList m_urls; +}; + +#endif /* DROPINTONEWFOLDERPLUGIN_H */ diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.json b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.json new file mode 100644 index 0000000000..4f318beeb2 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.json @@ -0,0 +1,54 @@ +{ + "KPlugin": { + "MimeTypes": [ + "application/octet-stream", + "inode/directory" + ], + "Name": "Drop Into New Folder", + "Name[am]": "ወደ አዲስ አቃፊ አኑር", + "Name[ar]": "أسقط في مجلدٍ جديدٍ", + "Name[az]": "Yeni qovluğa atın", + "Name[bg]": "Прехвърляне в нова папка", + "Name[ca@valencia]": "Deixa anar en una carpeta nova", + "Name[ca]": "Deixa anar en una carpeta nova", + "Name[de]": "In neuen Ordner ablegen", + "Name[es]": "Soltar en nueva carpeta", + "Name[eu]": "Jaregin karpeta berrian", + "Name[fi]": "Pudota uuteen kansioon", + "Name[fr]": "Déposer dans un nouveau dossier", + "Name[ga]": "Scaoil isteach i bhfillteán nua", + "Name[gl]": "Soltar nun novo cartafol", + "Name[gu]": "નવા ફોલ્ડરમાં મૂકો", + "Name[he]": "גרירה לתיקייה חדשה", + "Name[hu]": "Új mappába helyezés", + "Name[ia]": "Cade in nove dossier", + "Name[is]": "Sleppa í nýja möppu", + "Name[it]": "Rilascia in una nuova cartella", + "Name[ka]": "დაგდება ახალ საქაღალდეში", + "Name[ko]": "새 폴더로 끌어다 놓기", + "Name[lg]": "Teeka mu Tterekero Ppya", + "Name[lt]": "Tempti į naują aplanką", + "Name[lv]": "Iemest jaunā mapē", + "Name[my]": "ဖိုင်တွဲအသစ်သို့ ပစ်ချရန်", + "Name[nan_TW@latin]": "Pàng Ji̍p-khì Sin-ê Tsu-liāu-giap-á", + "Name[nan_TW]": "放入去新的資料鋏仔", + "Name[nb]": "Flytt inn i ny mappe", + "Name[nl]": "In nieuwe map loslaten", + "Name[nn]": "Slepp inni ny mappe", + "Name[pl]": "Upuść do nowego katalogu", + "Name[pt]": "Largar em Nova Pasta", + "Name[pt_BR]": "Soltar dentro de nova pasta", + "Name[ro]": "Lasă în dosar nou", + "Name[ru]": "Перетаскивание в новую папку", + "Name[sk]": "Pustiť do nového priečinka", + "Name[sl]": "Spusti v novo mpo", + "Name[sv]": "Släpp i ny katalog", + "Name[ta]": "புதிய அடைவில் போடு", + "Name[th]": "วางลงในโฟลเดอร์ใหม่", + "Name[tr]": "Yeni Klasöre Bırak", + "Name[ug]": "يېڭى قىسقۇچتا تاشلا", + "Name[uk]": "Скидання до нової теки", + "Name[zh_CN]": "拖放到新文件夹", + "Name[zh_TW]": "拖放到新資料夾" + } +} diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kabstractviewadapter.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kabstractviewadapter.h index 65d870068d..a783fb8ad8 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kabstractviewadapter.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kabstractviewadapter.h @@ -48,35 +48,69 @@ class QSize; * to do anything except call setIconSize on its QAbstractItemView). */ -/** - * @class KAbstractViewAdapter kabstractviewadapter.h +/*! + * \class KAbstractViewAdapter + * \inmodule KIOFileWidgets * - * Interface used by KFilePreviewGenerator to generate previews - * for files. The interface allows KFilePreviewGenerator to be + * \brief Interface used by KFilePreviewGenerator to generate previews + * for files. + * + * The interface allows KFilePreviewGenerator to be * independent from the view implementation. */ class KIOFILEWIDGETS_EXPORT KAbstractViewAdapter : public QObject { public: + /*! + * \value ScrollBarValueChanged + * \value IconSizeChanged + */ enum Signal { ScrollBarValueChanged, IconSizeChanged }; + /*! + * + */ KAbstractViewAdapter(QObject *parent) : QObject(parent) { } + ~KAbstractViewAdapter() override { } + + /*! + * + */ virtual QAbstractItemModel *model() const = 0; + + /*! + * + */ virtual QSize iconSize() const = 0; + + /*! + * + */ virtual QPalette palette() const = 0; + + /*! + * + */ virtual QRect visibleArea() const = 0; + + /*! + * + */ virtual QRect visualRect(const QModelIndex &index) const = 0; // TODO KF6 make this connect work with a PointerToMemberFunction/Functor + /*! + * + */ virtual void connect(Signal signal, QObject *receiver, const char *slot) = 0; }; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.cpp index 196e2d8fd9..40a009b03c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.cpp @@ -17,6 +17,7 @@ #include "kdiroperatoriconview_p.h" #include "kdirsortfilterproxymodel.h" #include "kfileitem.h" +#include "kfileitemselectionemblem.h" #include "kfilemetapreview_p.h" #include "knewfilemenu.h" #include "kpreviewwidgetbase.h" @@ -39,16 +40,21 @@ #include #include #include +#include #include #include #include #include +#include #include +#include #include #include #include #include +#include +#include #include #include #include @@ -56,6 +62,7 @@ #include #include #include +#include #include #include #include @@ -217,6 +224,9 @@ public: bool m_shouldFetchForItems = false; bool m_isSaving = false; bool m_showOpenWithActions = false; + bool m_isTouchEvent = false; + bool m_isTouchDrag = false; + bool m_keyNavigation = false; QList m_itemsToBeSetAsCurrent; QStringList m_supportedSchemes; @@ -417,6 +427,7 @@ void KDirOperator::updateSelectionDependentActions() action(KDirOperator::Properties)->setEnabled(hasSelection); } +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 19) void KDirOperator::setPreviewWidget(KPreviewWidgetBase *w) { const bool showPreview = (w != nullptr); @@ -438,6 +449,7 @@ void KDirOperator::setPreviewWidget(KPreviewWidgetBase *w) previewAction->setChecked(showPreview); setViewMode(static_cast(d->m_viewKind)); } +#endif KFileItemList KDirOperator::selectedItems() const { @@ -450,9 +462,11 @@ KFileItemList KDirOperator::selectedItems() const const QModelIndexList indexList = selection.indexes(); for (const QModelIndex &index : indexList) { - KFileItem item = d->m_dirModel->itemForIndex(index); - if (!item.isNull()) { - itemList.append(item); + if (index.column() == KDirModel::Name) { + KFileItem item = d->m_dirModel->itemForIndex(index); + if (!item.isNull()) { + itemList.append(item); + } } } @@ -707,6 +721,7 @@ void KDirOperator::mkdir() d->m_newFileMenu->createDirectory(); } +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) KIO::DeleteJob *KDirOperator::del(const KFileItemList &items, QWidget *parent, bool ask, bool showProgress) { if (items.isEmpty()) { @@ -737,6 +752,7 @@ KIO::DeleteJob *KDirOperator::del(const KFileItemList &items, QWidget *parent, b return nullptr; } +#endif void KDirOperator::deleteSelected() { @@ -751,6 +767,7 @@ void KDirOperator::deleteSelected() deleteJob->start(); } +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) KIO::CopyJob *KDirOperator::trash(const KFileItemList &items, QWidget *parent, bool ask, bool showProgress) { if (items.isEmpty()) { @@ -777,6 +794,7 @@ KIO::CopyJob *KDirOperator::trash(const KFileItemList &items, QWidget *parent, b return nullptr; } +#endif KFilePreviewGenerator *KDirOperator::previewGenerator() const { @@ -992,6 +1010,11 @@ int KDirOperatorPrivate::sortColumn() const Qt::SortOrder KDirOperatorPrivate::sortOrder() const { + // Reverse whatever was applied to time sorting, since reversed by default is nicer + if (m_sorting & QDir::Time) { + return (m_sorting & QDir::Reversed) ? Qt::AscendingOrder : Qt::DescendingOrder; + } + return (m_sorting & QDir::Reversed) ? Qt::DescendingOrder : Qt::AscendingOrder; } @@ -1008,20 +1031,6 @@ void KDirOperatorPrivate::updateSorting(QDir::SortFlags sort) m_proxyModel->setSortFoldersFirst(m_sorting & QDir::DirsFirst); m_proxyModel->sort(sortColumn(), sortOrder()); - // TODO: The headers from QTreeView don't take care about a sorting - // change of the proxy model hence they must be updated the manually. - // This is done here by a qobject_cast, but it would be nicer to: - // - provide a signal 'sortingChanged()' - // - connect KDirOperatorDetailView() with this signal and update the - // header internally - QTreeView *treeView = qobject_cast(m_itemView); - if (treeView != nullptr) { - QHeaderView *headerView = treeView->header(); - headerView->blockSignals(true); - headerView->setSortIndicator(sortColumn(), sortOrder()); - headerView->blockSignals(false); - } - assureVisibleSelection(); } @@ -1240,6 +1249,11 @@ void KDirOperator::showOpenWithActions(bool enable) d->m_showOpenWithActions = enable; } +bool KDirOperator::usingKeyNavigation() +{ + return d->m_keyNavigation; +} + void KDirOperator::changeEvent(QEvent *event) { QWidget::changeEvent(event); @@ -1250,10 +1264,36 @@ bool KDirOperator::eventFilter(QObject *watched, QEvent *event) // If we are not hovering any items, check if there is a current index // set. In that case, we show the preview of that item. switch (event->type()) { + case QEvent::TouchBegin: + d->m_isTouchEvent = true; + break; + case QEvent::Gesture: { + const auto gestureEvent = dynamic_cast(event); + if (auto tap = gestureEvent->gesture(Qt::TapGesture)) { + if (tap->state() == Qt::GestureStarted) { + d->m_isTouchDrag = true; + } + if (tap->state() == Qt::GestureCanceled) { + d->m_isTouchDrag = false; + } + if (tap->state() == Qt::GestureFinished && d->m_isTouchDrag) { + d->slotActivated(d->m_itemView->indexAt(static_cast(tap)->position().toPoint())); + d->m_isTouchDrag = false; + } + } + break; + } case QEvent::MouseMove: { - if (d->m_preview && !d->m_preview->isHidden()) { - const QModelIndex hoveredIndex = d->m_itemView->indexAt(d->m_itemView->viewport()->mapFromGlobal(QCursor::pos())); + if (d->m_isTouchEvent) { + return true; + } + const QModelIndex hoveredIndex = d->m_itemView->indexAt(d->m_itemView->viewport()->mapFromGlobal(QCursor::pos())); + if (hoveredIndex.isValid()) { + KFileItemSelectionEmblem(d->m_itemView, hoveredIndex, this).updateSelectionEmblemRectForIndex(iconSize()); + } + + if (d->m_preview && !d->m_preview->isHidden()) { if (d->m_lastHoveredIndex == hoveredIndex) { return QWidget::eventFilter(watched, event); } @@ -1299,6 +1339,12 @@ bool KDirOperator::eventFilter(QObject *watched, QEvent *event) } } + d->m_isTouchEvent = false; + if (d->m_isTouchDrag) { + d->m_isTouchDrag = false; + return true; + } + break; } case QEvent::HoverLeave: { @@ -1315,20 +1361,35 @@ bool KDirOperator::eventFilter(QObject *watched, QEvent *event) break; } case QEvent::Wheel: { + const int c_zoomStep = 1; QWheelEvent *evt = static_cast(event); if (evt->modifiers() & Qt::ControlModifier) { if (evt->angleDelta().y() > 0) { - setIconSize(d->m_iconSize + 10); + setIconSize(d->m_iconSize + c_zoomStep); } else { - setIconSize(d->m_iconSize - 10); + setIconSize(d->m_iconSize - c_zoomStep); } return true; } break; } + case QEvent::DragLeave: { + resetCursor(); + break; + } case QEvent::DragEnter: { - // Accepts drops of one file or folder only + // don't allow draggingfrom within our own viewport QDragEnterEvent *evt = static_cast(event); + if (evt->source()) { + auto scrollArea = static_cast(evt->source()); + if (scrollArea && scrollArea->viewport() == watched) { + QDrag::cancel(); + event->ignore(); + return false; + } + } + + // Accepts drops of one file or folder only const QList urls = KUrlMimeData::urlsFromMimeData(evt->mimeData(), KUrlMimeData::PreferLocalUrls); // only one file/folder can be dropped at the moment @@ -1409,6 +1470,19 @@ bool KDirOperator::eventFilter(QObject *watched, QEvent *event) return true; } } + // Only use tab key to escape the view navigation + if (evt->key() == Qt::Key_Tab) { + d->m_keyNavigation = false; + d->slotSelectionChanged(); + // When saving we need to return here, + // otherwise we skip over the next item with our tab press + // since we focus on that item in slotSelectionChanged + if (d->m_isSaving) { + return true; + } + } else { + d->m_keyNavigation = true; + } break; } case QEvent::Resize: { @@ -1495,11 +1569,11 @@ QAbstractItemView *KDirOperator::createView(QWidget *parent, KFile::FileView vie { QAbstractItemView *itemView = nullptr; if (KFile::isDetailView(viewKind) || KFile::isTreeView(viewKind) || KFile::isDetailTreeView(viewKind)) { - KDirOperatorDetailView *detailView = new KDirOperatorDetailView(parent); + KDirOperatorDetailView *detailView = new KDirOperatorDetailView(this, parent); detailView->setViewMode(viewKind); itemView = detailView; } else { - itemView = new KDirOperatorIconView(parent, decorationPosition()); + itemView = new KDirOperatorIconView(this, parent, decorationPosition()); } return itemView; @@ -1609,6 +1683,24 @@ void KDirOperator::setViewInternal(QAbstractItemView *view) d->m_pendingMimeTypes.clear(); const bool listDir = (d->m_itemView == nullptr); + if (d->m_itemView) { + d->m_itemView->viewport()->removeEventFilter(this); + } + QScroller *scroller = QScroller::scroller(view->viewport()); + QScrollerProperties scrollerProp; + scrollerProp.setScrollMetric(QScrollerProperties::AcceleratingFlickMaximumTime, 0.2); // QTBUG-88249 + scroller->setScrollerProperties(scrollerProp); + scroller->grabGesture(view->viewport()); + connect(scroller, &QScroller::stateChanged, this, [this](const QScroller::State newState) { + if (newState == QScroller::Inactive) { + d->m_isTouchEvent = false; + } else if (newState == QScroller::Dragging) { + d->m_isTouchDrag = true; + } + }); + view->viewport()->grabGesture(Qt::TapGesture); + view->setAttribute(Qt::WA_AcceptTouchEvents); + if (d->m_mode & KFile::Files) { view->setSelectionMode(QAbstractItemView::ExtendedSelection); } else { @@ -1621,7 +1713,7 @@ void KDirOperator::setViewInternal(QAbstractItemView *view) // to the new view later const QItemSelection selection = d->m_itemView->selectionModel()->selection(); selectionModel = new QItemSelectionModel(d->m_proxyModel, this); - selectionModel->select(selection, QItemSelectionModel::Select); + selectionModel->select(selection, QItemSelectionModel::Select | QItemSelectionModel::Rows); } setFocusProxy(nullptr); @@ -1702,8 +1794,8 @@ void KDirOperator::setViewInternal(QAbstractItemView *view) const bool previewForcedToTrue = d->m_inlinePreviewState == KDirOperatorPrivate::ForcedToTrue; const bool previewShown = d->m_inlinePreviewState == KDirOperatorPrivate::NotForced ? d->m_showPreviews : previewForcedToTrue; - d->m_previewGenerator = new KFilePreviewGenerator(d->m_itemView); d->m_itemView->setIconSize(previewForcedToTrue ? QSize(KIconLoader::SizeHuge, KIconLoader::SizeHuge) : QSize(d->m_iconSize, d->m_iconSize)); + d->m_previewGenerator = new KFilePreviewGenerator(d->m_itemView); d->m_previewGenerator->setPreviewShown(previewShown); action(KDirOperator::ShowPreview)->setChecked(previewShown); @@ -1795,6 +1887,7 @@ void KDirOperator::selectFile(const KFileItem &item) QApplication::restoreOverrideCursor(); Q_EMIT fileSelected(item); + d->m_keyNavigation = false; } void KDirOperator::highlightFile(const KFileItem &item) @@ -1804,6 +1897,7 @@ void KDirOperator::highlightFile(const KFileItem &item) } Q_EMIT fileHighlighted(item); + d->m_keyNavigation = false; } void KDirOperator::setCurrentItem(const QUrl &url) @@ -1886,7 +1980,7 @@ void KDirOperator::setCurrentItems(const KFileItemList &items) if (!item.isNull()) { const QModelIndex dirIndex = d->m_dirModel->indexForItem(item); proxyIndex = d->m_proxyModel->mapFromSource(dirIndex); - selModel->select(proxyIndex, QItemSelectionModel::Select); + selModel->select(proxyIndex, QItemSelectionModel::Select | QItemSelectionModel::Rows); } } if (proxyIndex.isValid()) { @@ -2296,8 +2390,8 @@ void KDirOperator::updateSortActions() ascending->setText(i18nc("Sort ascending", "A-Z")); } else if (KFile::isSortByDate(d->m_sorting)) { action(KDirOperator::SortByDate)->setChecked(true); - descending->setText(i18nc("Sort descending", "Newest First")); - ascending->setText(i18nc("Sort ascending", "Oldest First")); + descending->setText(i18nc("Sort ascending", "Oldest First")); + ascending->setText(i18nc("Sort descending", "Newest First")); } else if (KFile::isSortBySize(d->m_sorting)) { action(KDirOperator::SortBySize)->setChecked(true); descending->setText(i18nc("Sort descending", "Largest First")); @@ -2823,7 +2917,7 @@ void KDirOperatorPrivate::slotExpandToUrl(const QModelIndex &index) // if we have expanded the last parent of this item, select it if (item.url().adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash) == url.adjusted(QUrl::StripTrailingSlash)) { - treeView->selectionModel()->select(proxyIndex, QItemSelectionModel::Select); + treeView->selectionModel()->select(proxyIndex, QItemSelectionModel::Select | QItemSelectionModel::Rows); } } it = m_itemsToBeSetAsCurrent.erase(it); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.h index 19be170ec5..43fa0571b9 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperator.h @@ -40,8 +40,11 @@ class DeleteJob; class KDirOperatorPrivate; -/** - * @class KDirOperator kdiroperator.h +/*! + * \class KDirOperator + * \inmodule KIOFileWidgets + * + * \brief A widget for displaying files and browsing directories. * * This widget works as a network transparent filebrowser. You specify a URL * to display and this url will be loaded via KDirLister. The user can @@ -83,17 +86,20 @@ class KDirOperatorPrivate; * of /home/gis in the default-view. The view is determined by the readConfig() * call, which will read the KDirOperator settings, the user left your program * with (and which you saved with op->writeConfig()). - * - * @short A widget for displaying files and browsing directories. - * @author Stephan Kulow , Carsten Pfeiffer */ class KIOFILEWIDGETS_EXPORT KDirOperator : public QWidget { Q_OBJECT public: - /** + /*! * The various action types. These values can be or'd together + * + * \value SortActions + * \value ViewActions + * \value NavActions + * \value FileActions + * \value AllActions */ enum ActionType { SortActions = 1, @@ -103,87 +109,68 @@ public: AllActions = 15, }; - /** + /*! * Actions provided by KDirOperator that can be accessed from the outside using action() + * + * \value PopupMenu An ActionMenu presenting a popupmenu with all actions + * \value Up Changes to the parent directory + * \value Back Goes back to the previous directory + * \value Forward Goes forward in the history + * \value Home Changes to the user's home directory + * \value Reload Reloads the current directory + * \value New A KNewFileMenu + * \value NewFolder Opens a dialog box to create a directory + * \value Rename + * \value Trash + * \value Delete Deletes the selected files/directories + * \value SortMenu An ActionMenu containing all sort-options + * \value SortByName Sorts by name + * \value SortBySize Sorts by size + * \value SortByDate Sorts by date + * \value SortByType Sorts by type + * \value SortAscending Changes sort order to ascending + * \value SortDescending Changes sort order to descending + * \value SortFoldersFirst Sorts folders before files + * \value SortHiddenFilesLast Sorts hidden files last + * \value ViewModeMenu an ActionMenu containing all actions concerning the view + * \value ViewIconsView + * \value ViewCompactView + * \value ViewDetailsView + * \value DecorationMenu + * \value DecorationAtTop + * \value DecorationAtLeft + * \value ShortView Shows a simple fileview + * \value DetailedView Shows a detailed fileview (dates, permissions ,...) + * \value TreeView + * \value DetailedTreeView + * \value AllowExpansionInDetailsView + * \value ShowHiddenFiles shows hidden files + * \value ShowPreviewPanel shows a preview next to the fileview + * \value ShowPreview + * \value OpenContainingFolder + * \value Properties Shows a KPropertiesDialog for the selected files */ enum Action { - /** - * An ActionMenu presenting a popupmenu with all actions - */ PopupMenu, - /** - * Changes to the parent directory - */ Up, - /** - * Goes back to the previous directory - */ Back, - /** - * Goes forward in the history - */ Forward, - /** - * Changes to the user's home directory - */ Home, - /** - * Reloads the current directory - */ Reload, - /* - * A KNewFileMenu - */ New, - /** - * Opens a dialog box to create a directory - */ NewFolder, Rename, Trash, - /** - * Deletes the selected files/directories - */ Delete, - /** - * An ActionMenu containing all sort-options - */ SortMenu, - /** - * Sorts by name - */ SortByName, - /** - * Sorts by size - */ SortBySize, - /** - * Sorts by date - */ SortByDate, - /** - * Sorts by type - */ SortByType, - /** - * Changes sort order to ascending - */ SortAscending, - /** - * Changes sort order to descending - */ SortDescending, - /** - * Sorts folders before files - */ SortFoldersFirst, - /** - * Sorts hidden files last - */ SortHiddenFilesLast, - /** - * an ActionMenu containing all actions concerning the view - */ ViewModeMenu, ViewIconsView, ViewCompactView, @@ -191,35 +178,19 @@ public: DecorationMenu, DecorationAtTop, DecorationAtLeft, - /** - * Shows a simple fileview - */ ShortView, - /** - * Shows a detailed fileview (dates, permissions ,...) - */ DetailedView, - TreeView, DetailedTreeView, AllowExpansionInDetailsView, - /** - * shows hidden files - */ ShowHiddenFiles, - /** - * shows a preview next to the fileview - */ ShowPreviewPanel, ShowPreview, OpenContainingFolder, - /** - * Shows a KPropertiesDialog for the selected files - */ Properties, }; - /** + /*! * Constructs the KDirOperator with no initial view. As the views are * configurable, call readConfig() to load the user's configuration * and then setView to explicitly set a view. @@ -227,42 +198,40 @@ public: * This constructor doesn't start loading the url, setView will do it. */ explicit KDirOperator(const QUrl &urlName = QUrl{}, QWidget *parent = nullptr); - /** - * Destroys the KDirOperator. - */ + ~KDirOperator() override; - /** + /*! * Enables/disables showing hidden files. */ virtual void setShowHiddenFiles(bool s); - /** - * @returns true when hidden files are shown or false otherwise. + /*! + * Returns true when hidden files are shown or false otherwise. */ bool showHiddenFiles() const; - /** + /*! * Stops loading immediately. You don't need to call this, usually. */ void close(); - /** + /*! * Sets a filter like "*.cpp *.h *.o". Only files matching that filter * will be shown. * - * @see KDirLister::setNameFilter - * @see nameFilter + * \sa KDirLister::setNameFilter + * \sa nameFilter */ void setNameFilter(const QString &filter); - /** - * @returns the current namefilter. - * @see setNameFilter + /*! + * Returns the current namefilter. + * \sa setNameFilter */ QString nameFilter() const; - /** + /*! * Sets a list of MIME types as filter. Only files of those MIME types * will be shown. * @@ -276,17 +245,17 @@ public: * Node: Without the MIME type inode/directory, only files would be shown. * Call updateDir() to apply it. * - * @see KDirLister::setMimeFilter - * @see mimeFilter + * \sa KDirLister::setMimeFilter + * \sa mimeFilter */ void setMimeFilter(const QStringList &mimetypes); - /** - * @returns the current MIME type filter. + /*! + * Returns the current MIME type filter. */ QStringList mimeFilter() const; - /** + /*! * Only show the files in a given set of MIME types. * This is useful in specialized applications (while file managers, on * the other hand, want to show all MIME types). Internally uses @@ -302,165 +271,174 @@ public: * Note: If the list is empty, all options will be shown. Otherwise, * without the MIME type inode/directory, only file options will be shown. * - * @see KNewFileMenu::setSupportedMimeTypes - * @see newFileMenuSupportedMimeTypes + * \sa KNewFileMenu::setSupportedMimeTypes + * \sa newFileMenuSupportedMimeTypes */ void setNewFileMenuSupportedMimeTypes(const QStringList &mime); - /** - * @returns the current Supported Mimes Types. + /*! + * Returns the current Supported Mimes Types. */ QStringList newFileMenuSupportedMimeTypes() const; - /** + /*! * Setting this to true will make a directory get selected when trying to create a new one that has the same name. * - * @since 5.76 + * \since 5.76 */ void setNewFileMenuSelectDirWhenAlreadyExist(bool selectOnDirExists); - /** + /*! * Clears both the namefilter and MIME type filter, so that all files and * directories will be shown. Call updateDir() to apply it. * - * @see setMimeFilter - * @see setNameFilter + * \sa setMimeFilter + * \sa setNameFilter */ void clearFilter(); - /** - * @returns the current url + /*! + * Returns the current url */ QUrl url() const; - /** + /*! * Sets a new url to list. - * @param clearforward specifies whether the "forward" history should be cleared. - * @param url the URL to set + * + * \a clearforward specifies whether the "forward" history should be cleared. + * + * \a url the URL to set */ virtual void setUrl(const QUrl &url, bool clearforward); - /** - * Clears the current selection and attempts to set @p url + /*! + * Clears the current selection and attempts to set \a url * the current url file. */ void setCurrentItem(const QUrl &url); - /** - * Clears the current selection and attempts to set @p item + /*! + * Clears the current selection and attempts to set \a item * as the current item. */ void setCurrentItem(const KFileItem &item); - /** - * Clears the current selection and attempts to set @p urls + /*! + * Clears the current selection and attempts to set \a urls * the current url files. */ void setCurrentItems(const QList &urls); - /** - * Clears the current selection and attempts to set @p items + /*! + * Clears the current selection and attempts to set \a items * as the current items. */ void setCurrentItems(const KFileItemList &items); - /** - * @returns the currently used view. - * @see setView + /*! + * Returns the currently used view. + * \sa setViewMode */ QAbstractItemView *view() const; - /** + /*! * Set the view mode to one of the predefined modes. - * @see KFile::FileView + * \sa KFile::FileView * - * @since 5.100 + * \since 5.100 */ void setViewMode(KFile::FileView viewKind); - /** + /*! * Returns the current view mode. - * @returns KFile::FileView - * @see KFile::FileView - * @since 5.0 + * \sa KFile::FileView + * \since 5.0 */ KFile::FileView viewMode() const; - /** + /*! * Sets the way to sort files and directories. */ void setSorting(QDir::SortFlags); - /** - * @returns the current way of sorting files and directories + /*! + * Returns the current way of sorting files and directories */ QDir::SortFlags sorting() const; - /** - * @returns true if we are displaying the root directory of the current url + /*! + * Returns true if we are displaying the root directory of the current url */ bool isRoot() const; - /** - * @returns the object listing the directory + /*! + * Returns the object listing the directory */ KDirLister *dirLister() const; - /** - * @returns the progress widget, that is shown during directory listing. + /*! + * Returns the progress widget, that is shown during directory listing. * You can for example reparent() it to put it into a statusbar. */ QProgressBar *progressBar() const; - /** + /*! * Sets the listing/selection mode for the views, an OR'ed combination of - * @li File - * @li Directory - * @li Files - * @li ExistingOnly - * @li LocalOnly + * \list + * \li File + * \li Directory + * \li Files + * \li ExistingOnly + * \li LocalOnly + * \endlist * * You cannot mix File and Files of course, as the former means * single-selection mode, the latter multi-selection. */ virtual void setMode(KFile::Modes m); - /** - * @returns the listing/selection mode. + /*! + * Returns the listing/selection mode. */ KFile::Modes mode() const; - /** +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 19) + /*! * Sets a preview-widget to be shown next to the file-view. - * The ownership of @p w is transferred to KDirOperator, so don't + * + * The ownership of \a w is transferred to KDirOperator, so don't * delete it yourself! + * + * \deprecated[6.19] Unused. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Unused") virtual void setPreviewWidget(KPreviewWidgetBase *w); +#endif - /** - * @returns a list of all currently selected items. If there is no view, + /*! + * Returns a list of all currently selected items. If there is no view, * or there are no selected items, an empty list is returned. */ KFileItemList selectedItems() const; - /** - * @returns true if @p item is currently selected, or false otherwise. + /*! + * Returns true if \a item is currently selected, or false otherwise. */ bool isSelected(const KFileItem &item) const; - /** - * @returns the number of directories in the currently listed url. + /*! + * Returns the number of directories in the currently listed url. * Returns 0 if there is no view. */ int numDirs() const; - /** - * @returns the number of files in the currently listed url. + /*! + * Returns the number of files in the currently listed url. * Returns 0 if there is no view. */ int numFiles() const; - /** - * @returns a KCompletion object, containing all filenames and + /*! + * Returns a KCompletion object, containing all filenames and * directories of the current directory/URL. * You can use it to insert it into a KLineEdit or KComboBox * Note: it will only contain files, after prepareCompletionObjects() @@ -469,8 +447,8 @@ public: */ KCompletion *completionObject() const; - /** - * @returns a KCompletion object, containing only all directories of the + /*! + * Returns a KCompletion object, containing only all directories of the * current directory/URL. * You can use it to insert it into a KLineEdit or KComboBox * Note: it will only contain directories, after @@ -479,7 +457,7 @@ public: */ KCompletion *dirCompletionObject() const; - /** + /*! * Obtain a given action from the KDirOperator's set of actions. * * You can e.g. use @@ -489,21 +467,20 @@ public: * to add a button into a toolbar, which makes the dirOperator change to * its parent directory. * - * @since 5.100 + * \since 5.100 */ QAction *action(KDirOperator::Action action) const; - /** + /*! * A list of all actions for this KDirOperator. * * See action() * - * @since 5.100 - * + * \since 5.100 */ QList allActions() const; - /** + /*! * Sets the config object and the to be used group in KDirOperator. This * will be used to store the view's configuration. * If you don't set this, the views cannot save and restore their @@ -518,17 +495,16 @@ public: * You must not delete the KConfig or KConfigGroup object (and master config object) before * either deleting the KDirOperator or calling setViewConfig(0); or something like that * - * @see viewConfig - * @see viewConfigGroup + * \sa viewConfigGroup */ virtual void setViewConfig(KConfigGroup &configGroup); - /** - * @returns the group set by setViewConfig configuration. + /*! + * Returns the group set by setViewConfig configuration. */ KConfigGroup *viewConfigGroup() const; - /** + /*! * Reads the default settings for a view, i.e.\ the default KFile::FileView. * Also reads the sorting and whether hidden files should be shown. * Note: the default view will not be set - you have to call @@ -537,21 +513,21 @@ public: * \endcode * to apply it. * - * @see setView - * @see setViewConfig - * @see writeConfig + * \sa setViewMode + * \sa setViewConfig + * \sa writeConfig */ virtual void readConfig(const KConfigGroup &configGroup); - /** + /*! * Saves the current settings like sorting, simple or detailed view. * - * @see readConfig - * @see setViewConfig + * \sa readConfig + * \sa setViewConfig */ virtual void writeConfig(KConfigGroup &configGroup); - /** + /*! * This toggles between double/single click file and directory selection mode. * When argument is true, files and directories are highlighted with single click and * selected (executed) with double click. @@ -562,201 +538,227 @@ public: */ void setOnlyDoubleClickSelectsFiles(bool enable); - /** - * @returns whether files (not directories) should only be select()ed by + /*! + * Returns whether files (not directories) should only be select()ed by * double-clicks. - * @see setOnlyDoubleClickSelectsFiles + * \sa setOnlyDoubleClickSelectsFiles */ bool onlyDoubleClickSelectsFiles() const; - /** + /*! * Toggles whether setUrl is called on newly created directories. - * @since 5.62 + * \since 5.62 */ void setFollowNewDirectories(bool enable); - /** - * @returns true if setUrl is called on newly created directories, false + /*! + * Returns true if setUrl is called on newly created directories, false * otherwise. Enabled by default. - * @since 5.62 - * @see setFollowNewDirectories + * \since 5.62 + * \sa setFollowNewDirectories */ bool followNewDirectories() const; - /** + /*! * Toggles whether setUrl is called on selected directories when a tree view * is used. - * @since 5.62 + * \since 5.62 */ void setFollowSelectedDirectories(bool enable); - /** - * @returns whether setUrl is called on selected directories when a tree + /*! + * Returns whether setUrl is called on selected directories when a tree * view is used. Enabled by default. - * @since 5.62 + * \since 5.62 */ bool followSelectedDirectories() const; - /** - * Starts and returns a KIO::DeleteJob to delete the given @p items. +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) + /*! + * Starts and returns a KIO::DeleteJob to delete the given \a items. * - * @param items the list of items to be deleted - * @param parent the parent widget used for the confirmation dialog - * @param ask specifies whether a confirmation dialog should be shown - * @param showProgress passed to the DeleteJob to show a progress dialog + * \a items the list of items to be deleted + * + * \a parent the parent widget used for the confirmation dialog + * + * \a ask specifies whether a confirmation dialog should be shown + * + * \a showProgress passed to the DeleteJob to show a progress dialog + * \deprecated[6.15] */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 15, "Use KIO::DeleteOrTrashJob instead") virtual KIO::DeleteJob *del(const KFileItemList &items, QWidget *parent = nullptr, bool ask = true, bool showProgress = true); +#endif - /** + /*! * Clears the forward and backward history. */ void clearHistory(); - /** + /*! * When using the up or back actions to navigate the directory hierarchy, KDirOperator * can highlight the directory that was just left. * * For example: - * - starting in /a/b/c/, going up to /a/b, "c" will be highlighted - * - starting in /a/b/c, going up (twice) to /a, "b" will be highlighted; + * \list + * \li starting in /a/b/c/, going up to /a/b, "c" will be highlighted + * \li starting in /a/b/c, going up (twice) to /a, "b" will be highlighted; * using the back action to go to /a/b/, "c" will be highlighted - * - starting in /a, going to "b", then going to "c", using the back action + * \li starting in /a, going to "b", then going to "c", using the back action * to go to /a/b/, "c" will be highlighted; using the back action again to go * to /a/, "b" will be highlighted + * \endlist * - * @see dirHighlighting. The default is to highlight directories when going back/up. + * \sa dirHighlighting. + * The default is to highlight directories when going back/up. */ virtual void setEnableDirHighlighting(bool enable); - /** - * @returns whether the last directory will be made the current item + /*! + * Returns whether the last directory will be made the current item * (and hence highlighted) when going up or back in the directory hierarchy * * Directories are highlighted by default. */ bool dirHighlighting() const; - /** - * @returns true if we are in directory-only mode, that is, no files are + /*! + * Returns true if we are in directory-only mode, that is, no files are * shown. */ bool dirOnlyMode() const; static bool dirOnlyMode(uint mode); - /** + /*! * Sets up the action menu. - * @param whichActions is an value of OR'd ActionTypes that controls which actions to show in the action menu + * + * \a whichActions is an value of OR'd ActionTypes that controls which actions to show in the action menu */ void setupMenu(int whichActions); - /** - * Reimplemented - allow dropping of files if @p b is true, defaults to true since 5.59 - * @param b true if the widget should allow dropping of files + /*! + * Reimplemented - allow dropping of files if \a b is true, defaults to true since 5.59 + * + * \a b true if the widget should allow dropping of files */ virtual void setAcceptDrops(bool b); - /** + /*! * Sets the options for dropping files. * CURRENTLY NOT IMPLEMENTED */ virtual void setDropOptions(int options); - /** - * Starts and returns a KIO::CopyJob to trash the given @p items. +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) + /*! + * Starts and returns a KIO::CopyJob to trash the given \a items. * - * @param items the list of items to be trashed - * @param parent the parent widget used for the confirmation dialog - * @param ask specifies whether a confirmation dialog should be shown - * @param showProgress passed to the CopyJob to show a progress dialog + * \a items the list of items to be trashed + * \a parent the parent widget used for the confirmation dialog + * \a ask specifies whether a confirmation dialog should be shown + * \a showProgress passed to the CopyJob to show a progress dialog */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 15, "Use KIO::DeleteOrTrashJob instead") virtual KIO::CopyJob *trash(const KFileItemList &items, QWidget *parent, bool ask = true, bool showProgress = true); +#endif - /** + /*! * Returns the preview generator for the current view. */ KFilePreviewGenerator *previewGenerator() const; - /** - * Forces the inline previews to be shown or hidden, depending on @p show. + /*! + * Forces the inline previews to be shown or hidden, depending on \a show. * - * @param show Whether to show inline previews or not. + * \a show Whether to show inline previews or not. */ void setInlinePreviewShown(bool show); - /** + /*! * Returns the position where icons are shown relative to the labels * of file items in the icon view. - * @since 4.2.3 + * \since 4.2.3 */ QStyleOptionViewItem::Position decorationPosition() const; - /** + /*! * Sets the position where icons shall be shown relative to the labels * of file items in the icon view. - * @since 4.2.3 + * \since 4.2.3 */ void setDecorationPosition(QStyleOptionViewItem::Position position); - /** + /*! * Returns whether the inline previews are shown or not. */ bool isInlinePreviewShown() const; - /** + /*! * Returns the icon size in pixels, ranged from KIconLoader::SizeSmall (16) to * KIconLoader::SizeEnormous (128). * - * @since 5.76 + * \since 5.76 */ int iconSize() const; - /** - * If the system is set up to trigger items on single click, if @p isSaving + /*! + * If the system is set up to trigger items on single click, if \a isSaving * is true, we will force to double click to accept. - * @note this is false by default + * \note this is false by default */ void setIsSaving(bool isSaving); - /** + /*! * Returns whether KDirOperator will force a double click to accept. - * @note this is false by default + * \note this is false by default */ bool isSaving() const; - /** + /*! * Returns the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. * - * @sa QFileDialog::supportedSchemes - * @since 5.43 + * \sa QFileDialog::supportedSchemes + * \since 5.43 */ QStringList supportedSchemes() const; - /** - * Call with @c true to add open-with actions to items in the view. + /*! + * Call with \c true to add open-with actions to items in the view. * This can be useful when you're attaching an image or text file to * an email or uploading an image to some online service, and need to * check the contents before going forward. * - * @since 5.87 + * \since 5.87 */ void showOpenWithActions(bool enable); + /*! + * @returns true if the user was using keys to navigate. + * + * \since 6.14 + */ + bool usingKeyNavigation(); + protected: - /** + /*! * A view factory for creating predefined fileviews. Called internally by setView, * but you can also call it directly. Reimplement this if you depend on self defined fileviews. - * @param parent is the QWidget to be set as parent - * @param viewKind is the predefined view to be set, note: this can be several ones OR:ed together - * @returns the created view - * @see KFile::FileView - * @see setView + * + * \a parent is the QWidget to be set as parent + * + * \a viewKind is the predefined view to be set, note: this can be several ones OR:ed together + * + * Returns the created view + * + * \sa KFile::FileView + * \sa setViewMode */ virtual QAbstractItemView *createView(QWidget *parent, KFile::FileView viewKind); - /** + /*! * Sets a custom KDirLister to list directories. * The KDirOperator takes ownership of the given KDirLister. */ @@ -764,31 +766,31 @@ protected: void resizeEvent(QResizeEvent *event) override; - /** + /*! * Sets up all the actions. Called from the constructor, you usually * better not call this. */ void setupActions(); - /** + /*! * Updates the sorting-related actions to comply with the current sorting - * @see sorting + * \sa sorting */ void updateSortActions(); - /** + /*! * Updates the view-related actions to comply with the current * KFile::FileView */ void updateViewActions(); - /** + /*! * Sets up the context-menu with all the necessary actions. Called from the * constructor, you usually don't need to call this. */ void setupMenu(); - /** + /*! * Synchronizes the completion objects with the entries of the * currently listed url. * @@ -797,14 +799,14 @@ protected: */ void prepareCompletionObjects(); - /** + /*! * Checks if there support from KIO::PreviewJob for the currently * shown files, taking mimeFilter() and nameFilter() into account * Enables/disables the preview-action accordingly. */ bool checkPreviewSupport(); - /** + /*! * Called upon right-click to activate the popupmenu. */ virtual void activatedMenu(const KFileItem &item, const QPoint &pos); @@ -814,72 +816,72 @@ protected: bool eventFilter(QObject *watched, QEvent *event) override; public Q_SLOTS: - /** + /*! * Goes one step back in the history and opens that url. */ virtual void back(); - /** + /*! * Goes one step forward in the history and opens that url. */ virtual void forward(); - /** + /*! * Enters the home directory. */ virtual void home(); - /** + /*! * Goes one directory up from the current url. */ virtual void cdUp(); - /** + /*! * to update the view after changing the settings */ void updateDir(); - /** + /*! * Re-reads the current url. */ virtual void rereadDir(); - /** + /*! * Opens a dialog to create a new directory. */ virtual void mkdir(); - /** + /*! * Deletes the currently selected files/directories. */ virtual void deleteSelected(); - /** + /*! * Enables/disables actions that are selection dependent. Call this e.g. * when you are about to show a popup menu using some of KDirOperators * actions. */ void updateSelectionDependentActions(); - /** + /*! * Tries to complete the given string (only completes files). */ QString makeCompletion(const QString &); - /** + /*! * Tries to complete the given string (only completes directories). */ QString makeDirCompletion(const QString &); - /** + /*! * Initiates a rename operation on the currently selected files/directories, * prompting the user to choose a new name(s) for the currently selected items - * @see renamingFinished - * @since 5.67 + * \sa renamingFinished + * \since 5.67 */ void renameSelected(); - /** + /*! * Trashes the currently selected files/directories. * * This function used to take activation reason and keyboard modifiers, @@ -890,151 +892,179 @@ public Q_SLOTS: */ virtual void trashSelected(); - /** - * Notifies that the icons size should change. @p value is the icon size in pixels, ranged + /*! + * Notifies that the icons size should change. \a value is the icon size in pixels, ranged * from KIconLoader::SizeSmall (16) to KIconLoader::SizeEnormous (128). * - * @since 5.76 + * \since 5.76 */ void setIconSize(int value); - /** + /*! * Set the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. Examples for - * schemes are @c "file" or @c "ftp". + * schemes are \c "file" or \c "ftp". * - * @sa QFileDialog::setSupportedSchemes - * @since 5.43 + * \sa QFileDialog::setSupportedSchemes + * \since 5.43 */ void setSupportedSchemes(const QStringList &schemes); protected Q_SLOTS: - /** + /*! * Restores the normal cursor after showing the busy-cursor. Also hides * the progressbar. */ void resetCursor(); - /** + /*! * Called after setUrl() to load the directory, update the history, * etc. */ void pathChanged(); - /** - * Enters the directory specified by the given @p item. + /*! + * Enters the directory specified by the given \a item. */ virtual void selectDir(const KFileItem &item); - /** + /*! * Emits fileSelected( item ) */ void selectFile(const KFileItem &item); - /** + /*! * Emits fileHighlighted(item) */ void highlightFile(const KFileItem &item); - /** + /*! * Changes sorting to sort by name */ void sortByName(); - /** + /*! * Changes sorting to sort by size */ void sortBySize(); - /** + /*! * Changes sorting to sort by date */ void sortByDate(); - /** + /*! * Changes sorting to sort by date */ void sortByType(); - /** + /*! * Changes sorting to reverse sorting */ void sortReversed(); - /** + /*! * Toggles showing directories first / having them sorted like files. */ void toggleDirsFirst(); - /** + /*! * Toggles case sensitive / case insensitive sorting */ void toggleIgnoreCase(); - /** - * Tries to make the given @p match as current item in the view and emits + /*! + * Tries to make the given \a match as current item in the view and emits * completion( match ) */ void slotCompletionMatch(const QString &match); Q_SIGNALS: + /*! + * + */ void urlEntered(const QUrl &); + + /*! + * + */ void updateInformation(int files, int dirs); + + /*! + * + */ void completion(const QString &); + + /*! + * + */ void finishedLoading(); - /** + /*! * Emitted whenever the current fileview is changed, either by an explicit - * call to setView() or by the user selecting a different view thru + * call to setViewMode() or by the user selecting a different view thru * the GUI. */ void viewChanged(QAbstractItemView *newView); - /** + /*! * Emitted when a file is highlighted or generally the selection changes in - * multiselection mode. In the latter case, @p item is a null KFileItem. + * multiselection mode. In the latter case, \a item is a null KFileItem. * You can access the selected items with selectedItems(). */ void fileHighlighted(const KFileItem &item); + + /*! + * + */ void dirActivated(const KFileItem &item); + + /*! + * + */ void fileSelected(const KFileItem &item); - /** + + /*! * Emitted when files are dropped. Dropping files is disabled by * default. You need to enable it with setAcceptDrops() - * @param item the item on which the drop occurred or 0. - * @param event the drop event itself. - * @param urls the urls that where dropped. + * + * \a item the item on which the drop occurred or 0. + * + * \a event the drop event itself. + * + * \a urls the urls that where dropped. */ void dropped(const KFileItem &item, QDropEvent *event, const QList &urls); - /** + /*! * Emitted just before the context menu is shown, allows users to * extend the menu with custom actions. * - * @param item the file on which the context menu was invoked - * @param menu the context menu, pre-populated with the file-management actions + * \a item the file on which the context menu was invoked + * + * \a menu the context menu, pre-populated with the file-management actions */ void contextMenuAboutToShow(const KFileItem &item, QMenu *menu); - /** + /*! * Will notify that the icon size has changed. Since we save the icon size depending - * on the view type (list view or a different kind of view), a call to setView() can + * on the view type (list view or a different kind of view), a call to setViewMode() can * trigger this signal to be emitted. */ void currentIconSizeChanged(int size); - /** + /*! * Triggered when the user hit Enter/Return - * @since 5.57 + * \since 5.57 */ void keyEnterReturnPressed(); - /** + /*! * Emitted when renaming selected files has finished. * - * @param urls URL list of the renamed files - * @since 5.96 + * \a urls URL list of the renamed files + * \since 5.96 */ void renamingFinished(const QList &urls); @@ -1042,6 +1072,7 @@ private: KIOFILEWIDGETS_NO_EXPORT void setViewInternal(QAbstractItemView *view); friend class KDirOperatorPrivate; + friend class KFileWidgetTest; // For testing std::unique_ptr d; }; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview.cpp index 8bbd3e42ca..a927bc9fdb 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview.cpp @@ -5,6 +5,7 @@ */ #include "kdiroperatordetailview_p.h" +#include "kfileitemselectionemblem.h" #include #include @@ -17,9 +18,11 @@ #include #include -KDirOperatorDetailView::KDirOperatorDetailView(QWidget *parent) +KDirOperatorDetailView::KDirOperatorDetailView(KDirOperator *dirOperator, QWidget *parent) : QTreeView(parent) , m_hideDetailColumns(false) + , m_isEmblemClicked(false) + , m_dirOperator(dirOperator) { setRootIsDecorated(false); setSortingEnabled(true); @@ -115,10 +118,16 @@ void KDirOperatorDetailView::dragEnterEvent(QDragEnterEvent *event) void KDirOperatorDetailView::mousePressEvent(QMouseEvent *event) { + const QModelIndex index = indexAt(event->pos()); + // When selection emblem is clicked, select it and don't do anything else + m_isEmblemClicked = KFileItemSelectionEmblem(this, index, m_dirOperator).handleMousePressEvent(event->pos()); + if (m_isEmblemClicked) { + return; + } + QTreeView::mousePressEvent(event); - const QModelIndex index = indexAt(event->pos()); - if (!index.isValid() || (index.column() != KDirModel::Name)) { + if (!index.isValid()) { const Qt::KeyboardModifiers modifiers = QApplication::keyboardModifiers(); if (!(modifiers & Qt::ShiftModifier) && !(modifiers & Qt::ControlModifier)) { clearSelection(); @@ -126,6 +135,24 @@ void KDirOperatorDetailView::mousePressEvent(QMouseEvent *event) } } +void KDirOperatorDetailView::mouseMoveEvent(QMouseEvent *event) +{ + // Disallow selection dragging when emblem is clicked + if (m_isEmblemClicked) { + return; + } + QTreeView::mouseMoveEvent(event); +} + +void KDirOperatorDetailView::mouseReleaseEvent(QMouseEvent *event) +{ + // Reset the emblem selection + if (m_isEmblemClicked) { + m_isEmblemClicked = false; + } + QTreeView::mouseReleaseEvent(event); +} + void KDirOperatorDetailView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) { QTreeView::currentChanged(current, previous); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview_p.h index f30ab94824..d26ec191ab 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatordetailview_p.h @@ -7,25 +7,27 @@ #ifndef KDIROPERATORDETAILVIEW_P_H #define KDIROPERATORDETAILVIEW_P_H +#include #include #include class QAbstractItemModel; -/** +/*! * Default detail view for KDirOperator using * custom resizing options and columns. + * \internal */ class KDirOperatorDetailView : public QTreeView { Q_OBJECT public: - explicit KDirOperatorDetailView(QWidget *parent = nullptr); + explicit KDirOperatorDetailView(KDirOperator *dirOperator, QWidget *parent = nullptr); ~KDirOperatorDetailView() override; - /** + /*! * Displays either Detail, Tree or DetailTree modes. */ virtual bool setViewMode(KFile::FileView viewMode); @@ -36,10 +38,14 @@ protected: bool event(QEvent *event) override; void dragEnterEvent(QDragEnterEvent *event) override; void mousePressEvent(QMouseEvent *event) override; + void mouseMoveEvent(QMouseEvent *event) override; + void mouseReleaseEvent(QMouseEvent *event) override; void currentChanged(const QModelIndex ¤t, const QModelIndex &previous) override; private: bool m_hideDetailColumns; + bool m_isEmblemClicked; + KDirOperator *m_dirOperator; }; #endif diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview.cpp index ace0c00987..961da0c930 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview.cpp @@ -6,6 +6,7 @@ */ #include "kdiroperatoriconview_p.h" +#include "kfileitemselectionemblem.h" #include #include @@ -15,8 +16,10 @@ #include #include -KDirOperatorIconView::KDirOperatorIconView(QWidget *parent, QStyleOptionViewItem::Position aDecorationPosition) +KDirOperatorIconView::KDirOperatorIconView(KDirOperator *dirOperator, QWidget *parent, QStyleOptionViewItem::Position aDecorationPosition) : QListView(parent) + , m_isEmblemClicked(false) + , m_dirOperator(dirOperator) { setViewMode(QListView::IconMode); setResizeMode(QListView::Adjust); @@ -61,7 +64,7 @@ void KDirOperatorIconView::initViewItemOption(QStyleOptionViewItem *option) cons if (option->decorationPosition == QStyleOptionViewItem::Left) { option->displayAlignment = Qt::AlignLeft | Qt::AlignVCenter; } else { - option->displayAlignment = Qt::AlignCenter; + option->displayAlignment = Qt::AlignHCenter | Qt::AlignTop; } } @@ -74,7 +77,15 @@ void KDirOperatorIconView::dragEnterEvent(QDragEnterEvent *event) void KDirOperatorIconView::mousePressEvent(QMouseEvent *event) { - if (!indexAt(event->pos()).isValid()) { + const QModelIndex index = indexAt(event->pos()); + + // When selection emblem is clicked, select it and don't do anything else + m_isEmblemClicked = KFileItemSelectionEmblem(this, index, m_dirOperator).handleMousePressEvent(event->pos()); + if (m_isEmblemClicked) { + return; + } + + if (!index.isValid()) { const Qt::KeyboardModifiers modifiers = QApplication::keyboardModifiers(); if (!(modifiers & Qt::ShiftModifier) && !(modifiers & Qt::ControlModifier)) { clearSelection(); @@ -84,6 +95,24 @@ void KDirOperatorIconView::mousePressEvent(QMouseEvent *event) QListView::mousePressEvent(event); } +void KDirOperatorIconView::mouseMoveEvent(QMouseEvent *event) +{ + // Disallow selection dragging when emblem is clicked + if (m_isEmblemClicked) { + return; + } + QListView::mouseMoveEvent(event); +} + +void KDirOperatorIconView::mouseReleaseEvent(QMouseEvent *event) +{ + // Reset the emblem selection + if (m_isEmblemClicked) { + m_isEmblemClicked = false; + } + QListView::mouseReleaseEvent(event); +} + void KDirOperatorIconView::wheelEvent(QWheelEvent *event) { QListView::wheelEvent(event); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview_p.h index c4ab967386..14b8123bef 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdiroperatoriconview_p.h @@ -8,17 +8,22 @@ #ifndef KDIROPERATORICONVIEW_P_H #define KDIROPERATORICONVIEW_P_H +#include #include -/** +/*! * Default icon view for KDirOperator using * custom view options. + * + * \internal */ class KDirOperatorIconView : public QListView { Q_OBJECT public: - KDirOperatorIconView(QWidget *parent = nullptr, QStyleOptionViewItem::Position decorationPosition = QStyleOptionViewItem::Position::Top); + KDirOperatorIconView(KDirOperator *dirOperator, + QWidget *parent = nullptr, + QStyleOptionViewItem::Position decorationPosition = QStyleOptionViewItem::Position::Top); ~KDirOperatorIconView() override; void setDecorationPosition(QStyleOptionViewItem::Position decorationPosition); @@ -26,6 +31,8 @@ protected: void initViewItemOption(QStyleOptionViewItem *option) const override; void dragEnterEvent(QDragEnterEvent *event) override; void mousePressEvent(QMouseEvent *event) override; + void mouseMoveEvent(QMouseEvent *event) override; + void mouseReleaseEvent(QMouseEvent *event) override; void wheelEvent(QWheelEvent *event) override; void resizeEvent(QResizeEvent *event) override; @@ -34,6 +41,8 @@ protected private: QStyleOptionViewItem::Position decorationPosition; + bool m_isEmblemClicked; + KDirOperator *m_dirOperator; }; #endif // KDIROPERATORICONVIEW_P_H diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdirsortfilterproxymodel.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdirsortfilterproxymodel.h index 4c1adaf136..d01a1eae3c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kdirsortfilterproxymodel.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kdirsortfilterproxymodel.h @@ -19,25 +19,28 @@ #include -/** - * @class KDirSortFilterProxyModel kdirsortfilterproxymodel.h +/*! + * \class KDirSortFilterProxyModel + * \inmodule KIOFileWidgets * - * @brief Acts as proxy model for KDirModel to sort and filter + * \brief Acts as proxy model for KDirModel to sort and filter * KFileItems. * * A natural sorting is done. This means that items like: - * - item_10.png - * - item_1.png - * - item_2.png + * \list + * \li item_10.png + * \li item_1.png + * \li item_2.png + * \endlist * * are sorted like - * - item_1.png - * - item_2.png - * - item_10.png + * \list + * \li item_1.png + * \li item_2.png + * \li item_10.png + * \endlist * * Don't use it with non-KDirModel derivatives. - * - * @author Dominic Battre, Martin Pool and Peter Penz */ class KIOFILEWIDGETS_EXPORT KDirSortFilterProxyModel : public KCategorizedSortFilterProxyModel { @@ -47,44 +50,51 @@ public: explicit KDirSortFilterProxyModel(QObject *parent = nullptr); ~KDirSortFilterProxyModel() override; - /** Reimplemented from QAbstractItemModel. Returns true for directories. */ + /*! + * \reimp + * Returns true for directories. + */ bool hasChildren(const QModelIndex &parent = QModelIndex()) const override; - /** - * Reimplemented from QAbstractItemModel. + /*! + * \reimp * Returns true for 'empty' directories so they can be populated later. */ bool canFetchMore(const QModelIndex &parent) const override; - /** + /*! * Returns the permissions in "points". This is useful for sorting by * permissions. */ static int pointsForPermissions(const QFileInfo &info); - /** + /*! * Choose if files and folders are sorted separately (with folders first) or not. */ void setSortFoldersFirst(bool foldersFirst); - /** + /*! * Returns if files and folders are sorted separately (with folders first) or not. */ bool sortFoldersFirst() const; - /** + /*! * Sets a separate sorting with hidden files and folders last (true) or not (false). - * @since 5.95 + * \since 5.95 */ void setSortHiddenFilesLast(bool hiddenFilesLast); + + /*! + * + */ bool sortHiddenFilesLast() const; + /*! + * + */ Qt::DropActions supportedDragOptions() const; protected: - /** - * Reimplemented from KCategorizedSortFilterProxyModel. - */ bool subSortLessThan(const QModelIndex &left, const QModelIndex &right) const override; private: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.cpp index 22ccba6aef..e482cbed74 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.cpp @@ -24,9 +24,8 @@ #include #include #include -#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0) -#include -#endif + +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 19) struct KEncodingFileDialogPrivate { KEncodingFileDialogPrivate() @@ -75,20 +74,12 @@ KEncodingFileDialog::KEncodingFileDialog(const QUrl &startDir, d->encoding->clear(); QByteArray sEncoding = encoding.toUtf8(); -#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0) - const auto systemEncoding = QTextCodec::codecForLocale()->name(); -#else const auto systemEncoding = QStringDecoder(QStringDecoder::System).name(); -#endif if (sEncoding.isEmpty() || sEncoding == "System") { sEncoding = systemEncoding; } -#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0) - auto encodings = QTextCodec::availableCodecs(); -#else auto encodings = QStringDecoder::availableCodecs(); -#endif std::sort(encodings.begin(), encodings.end(), [](auto &a, auto &b) { return (a.compare(b, Qt::CaseInsensitive) < 0); }); @@ -96,24 +87,7 @@ KEncodingFileDialog::KEncodingFileDialog(const QUrl &startDir, int insert = 0; int system = 0; bool foundRequested = false; - for (const auto &encoding : encodings) { -#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0) - QTextCodec *codecForEnc = QTextCodec::codecForName(encoding); - - if (codecForEnc) { - d->encoding->addItem(QString::fromUtf8(encoding)); - auto codecName = codecForEnc->name(); - if ((codecName == sEncoding) || (encoding == sEncoding)) { - d->encoding->setCurrentIndex(insert); - foundRequested = true; - } - - if ((codecName == systemEncoding) || (encoding == systemEncoding)) { - system = insert; - } - insert++; - } -#else + for (const auto &encoding : std::as_const(encodings)) { d->encoding->addItem(encoding); const auto codecName = QStringDecoder(encoding.toUtf8().constData()).name(); if ((codecName == sEncoding) || (encoding.toUtf8() == sEncoding)) { @@ -125,7 +99,6 @@ KEncodingFileDialog::KEncodingFileDialog(const QUrl &startDir, system = insert; } insert++; -#endif } if (!foundRequested) { @@ -264,4 +237,6 @@ void KEncodingFileDialog::slotCancel() reject(); } +#endif + #include "moc_kencodingfiledialog.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.h index c5fa997fb2..5fbf8b6f6c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kencodingfiledialog.h @@ -19,13 +19,19 @@ struct KEncodingFileDialogPrivate; -/** - * @class KEncodingFileDialog kencodingfiledialog.h +#if KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(6, 19) + +/*! + * \class KEncodingFileDialog + * \inmodule KIOFileWidgets * - * Provides a user (and developer) friendly way to select files with support for + * \brief Provides a user (and developer) friendly way to select files with support for * choosing encoding. + * * This class comes with a private constructor, the only way to show a file dialog * is through its static methods. + * + * \deprecated[6.19] Use QFileDialog instead. */ class KEncodingFileDialog : public QDialog { @@ -35,12 +41,23 @@ public: class KIOFILEWIDGETS_EXPORT Result { public: + /*! + * + */ QStringList fileNames; + + /*! + * + */ QList URLs; + + /*! + * + */ QString encoding; }; - /** + /*! * Creates a modal file dialog and return the selected * filename or an empty string if none was chosen additionally a chosen * encoding value is returned. @@ -48,183 +65,224 @@ public: * Note that with * this method the user must select an existing filename. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getOpenFileNameAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Creates a modal file dialog and returns the selected encoding and the selected * filenames or an empty list if none was chosen. * * Note that with * this method the user must select an existing filename. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getOpenFileNamesAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Creates a modal file dialog and returns the selected encoding and * URL or an empty string if none was chosen. * * Note that with * this method the user must select an existing URL. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getOpenUrlAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Creates a modal file dialog and returns the selected encoding * URLs or an empty list if none was chosen. * * Note that with * this method the user must select an existing filename. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getOpenUrlsAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Creates a modal file dialog and returns the selected encoding and * filename or an empty string if none was chosen. * * Note that with this * method the user need not select an existing filename. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li a relative path or a filename determining the - * directory to start in and the file to be selected. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li a relative path or a filename determining the + * directory to start in and the file to be selected. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::;' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getSaveFileNameAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Creates a modal file dialog and returns the selected encoding and * filename or an empty string if none was chosen. * * Note that with this * method the user need not select an existing filename. * - * @param encoding The encoding shown in the encoding combo. - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li a relative path or a filename determining the - * directory to start in and the file to be selected. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a encoding The encoding shown in the encoding combo. + * + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li a relative path or a filename determining the + * directory to start in and the file to be selected. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist + * + * \a filter A shell glob or a MIME type filter that specifies which files to display. * see KFileFilter::KFileFilter(const QString &label, const QStringList &filePatterns, const QStringList &mimePatterns) * for examples of patterns. - * @param parent The widget the dialog will be centered on initially. - * @param title The name of the dialog widget. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The name of the dialog widget. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Use QFileDialog") static KIOFILEWIDGETS_EXPORT Result getSaveUrlAndEncoding(const QString &encoding = QString(), const QUrl &startDir = QUrl(), const QString &filter = QString(), @@ -243,35 +301,39 @@ private Q_SLOTS: void slotCancel(); private: - /** + /*! * Constructs a file dialog for text files with encoding selection possibility. * - * @param startDir This can either be - * @li The URL of the directory to start in. - * @li QString() to start in the current working - * directory, or the last directory where a file has been - * selected. - * @li ':<keyword>' to start in the directory last used - * by a filedialog in the same application that specified - * the same keyword. - * @li '::<keyword>' to start in the directory last used - * by a filedialog in any application that specified the - * same keyword. + * \a startDir This can either be + * \list + * \li The URL of the directory to start in. + * \li QString() to start in the current working + * directory, or the last directory where a file has been + * selected. + * \li ':' to start in the directory last used + * by a filedialog in the same application that specified + * the same keyword. + * \li '::' to start in the directory last used + * by a filedialog in any application that specified the + * same keyword. + * \endlist * - * @param encoding The encoding shown in the encoding combo. If it's + * \a encoding The encoding shown in the encoding combo. If it's * QString(), the global default encoding will be shown. * - * @param filter A shell glob or a MIME type filter that specifies which files to display. + * \a filter A shell glob or a MIME type filter that specifies which files to display. * The preferred option is to set a list of MIME type names, see setMimeFilter() for details. * Otherwise you can set the text to be displayed for the each glob, and * provide multiple globs, see setFilters() for details. * - * @param title The title of the dialog + * \a title The title of the dialog * - * @param type This can either be - * @li QFileDialog::AcceptOpen (open dialog, the default setting) - * @li QFileDialog::AcceptSave - * @param parent The parent widget of this dialog + * \a type This can either be + * \list + * \li QFileDialog::AcceptOpen (open dialog, the default setting) + * \li QFileDialog::AcceptSave + * \endlist + * \a parent The parent widget of this dialog */ KEncodingFileDialog(const QUrl &startDir = QUrl(), const QString &encoding = QString(), @@ -279,13 +341,10 @@ private: const QString &title = QString(), QFileDialog::AcceptMode type = QFileDialog::AcceptOpen, QWidget *parent = nullptr); - /** - * Destructs the file dialog. - */ ~KEncodingFileDialog() override; - /** - * @returns The selected encoding if the constructor with the encoding parameter was used, otherwise QString(). + /*! + * Returns The selected encoding if the constructor with the encoding parameter was used, otherwise QString(). */ QString selectedEncoding() const; @@ -293,3 +352,4 @@ private: }; #endif +#endif diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecopytomenu.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecopytomenu.h index a97c64090f..b840a12531 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecopytomenu.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecopytomenu.h @@ -17,47 +17,45 @@ class QMenu; class KFileCopyToMenuPrivate; -/** - * @class KFileCopyToMenu kfilecopytomenu.h +/*! + * \class KFileCopyToMenu + * \inmodule KIOFileWidgets * - * This class adds "Copy To" and "Move To" submenus to a popupmenu. + * \brief This class adds "Copy To" and "Move To" submenus to a popupmenu. */ class KIOFILEWIDGETS_EXPORT KFileCopyToMenu : public QObject { Q_OBJECT public: - /** + /*! * Creates a KFileCopyToMenu instance * Note that this instance (and the widget) must stay alive for at least as * long as the popupmenu; it has the slots for the actions created by addActionsTo. * - * @param parentWidget parent widget for the file dialog and message boxes. + * \a parentWidget parent widget for the file dialog and message boxes. * The parentWidget also serves as a parent for this object. */ explicit KFileCopyToMenu(QWidget *parentWidget); - /** - * Destructor - */ ~KFileCopyToMenu() override; - /** + /*! * Sets the URLs which the actions apply to. */ void setUrls(const QList &urls); - /** + /*! * If setReadOnly(true) is called, the "Move To" submenu will not appear. */ void setReadOnly(bool ro); - /** - * Generate the actions and submenus, and adds them to the @p menu. + /*! + * Generate the actions and submenus, and adds them to the \a menu. * All actions are created as children of the menu. */ void addActionsTo(QMenu *menu) const; - /** + /*! * Enables or disables automatic error handling with message boxes. * When called with true, a messagebox is shown in case of an error during a copy or move. * When called with false, the application should connect to the error signal instead. @@ -66,10 +64,12 @@ public: void setAutoErrorHandlingEnabled(bool b); Q_SIGNALS: - /** + /*! * Emitted when the copy or move job fails. - * @param errorCode the KIO job error code - * @param message the error message to show the user + * + * \a errorCode the KIO job error code + * + * \a message the error message to show the user */ void error(int errorCode, const QString &message); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecustomdialog.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecustomdialog.h index 3b09e24b20..2aee68f783 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecustomdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilecustomdialog.h @@ -18,39 +18,45 @@ class KFileWidget; class KFileCustomDialogPrivate; -/** - * This class implement a custom file dialog. +/*! + * \class KFileCustomDialog + * \inmodule KIOFileWidgets + * + * \brief This class implement a custom file dialog. + * * It uses a KFileWidget and allows the application to provide a custom widget. - * @since 5.42 + * \since 5.42 */ class KIOFILEWIDGETS_EXPORT KFileCustomDialog : public QDialog { Q_OBJECT public: - /** + /*! * Constructs a custom file dialog */ explicit KFileCustomDialog(QWidget *parent = nullptr); - /** + /*! * Constructs a custom file dialog - * @param startDir see the KFileWidget constructor for documentation - * @since 5.67 + * + * \a startDir see the KFileWidget constructor for documentation + * \since 5.67 */ explicit KFileCustomDialog(const QUrl &startDir, QWidget *parent = nullptr); ~KFileCustomDialog() override; - /** + /*! * Sets the directory to view. * - * @param url URL to show. + * \a url URL to show. */ void setUrl(const QUrl &url); - /** + /*! * Set a custom widget that should be added to the file dialog. - * @param widget A widget, or a widget of widgets, for displaying custom + * + * \a widget A widget, or a widget of widgets, for displaying custom * data in the file widget. This can be used, for example, to * display a check box with the title "Open as read-only". * When creating this widget, you don't need to specify a parent, @@ -58,28 +64,26 @@ public: */ void setCustomWidget(QWidget *widget); - /** - * @brief fileWidget - * @return the filewidget used inside this dialog + /*! + * Returns the filewidget used inside this dialog */ KFileWidget *fileWidget() const; - /** - * Sets the operational mode of the filedialog to @p Saving, @p Opening - * or @p Other. This will set some flags that are specific to loading + /*! + * Sets the operational mode of the filedialog to Saving, Opening + * or Other. This will set some flags that are specific to loading * or saving files. E.g. setKeepLocation() makes mostly sense for * a save-as dialog. So setOperationMode( KFileWidget::Saving ); sets * setKeepLocation for example. * - * The mode @p Saving, together with a default filter set via + * The mode Saving, together with a default filter set via * setMimeFilter() will make the filter combobox read-only. * - * The default mode is @p Opening. + * The default mode is Opening. * * Call this method right after instantiating KFileWidget. * - * @see operationMode - * @see KFileWidget::OperationMode + * \sa KFileWidget::OperationMode */ void setOperationMode(KFileWidget::OperationMode op); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.cpp index a8c70fe24c..c7cbed3522 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.cpp @@ -31,11 +31,6 @@ public: void slotFilterChanged(); KFileFilterCombo *const q; - // when we have more than 3 mimefilters and no default-filter, - // we don't show the comments of all mimefilters in one line, - // instead we show "All supported files". We have to translate - // that back to the list of mimefilters in currentFilter() tho. - bool m_hasAllSupportedFiles = false; // true when setMimeFilter was called bool m_isMimeFilter = false; QString m_lastFilter; @@ -61,48 +56,51 @@ KFileFilterCombo::KFileFilterCombo(QWidget *parent) KFileFilterCombo::~KFileFilterCombo() = default; -void KFileFilterCombo::setFilters(const QList &types, const KFileFilter &defaultFilter) +void KFileFilterCombo::setFilters(const QList &filters, const KFileFilter &defaultFilter) { clear(); d->m_filters.clear(); - QString delim = QStringLiteral(", "); - d->m_hasAllSupportedFiles = false; bool hasAllFilesFilter = false; QMimeDatabase db; - if (types.isEmpty()) { - d->m_filters = {d->m_defaultFilter}; + const QList validFilters = [&filters] { + QList res; + res.reserve(filters.size()); + std::ranges::copy_if(filters, std::back_inserter(res), [](const KFileFilter &f) { + return f.isValid(); + }); + return res; + }(); + + if (validFilters.isEmpty()) { + d->m_filters.append(d->m_defaultFilter); addItem(d->m_defaultFilter.label()); d->m_lastFilter = currentText(); return; } - d->m_allTypes = defaultFilter.isEmpty() && (types.count() > 1); + d->m_allTypes = defaultFilter.isEmpty() && (validFilters.count() > 1); - if (!types.isEmpty() && types.first().mimePatterns().isEmpty()) { + if (!validFilters.isEmpty() && validFilters.first().mimePatterns().isEmpty()) { d->m_allTypes = false; } // If there's MIME types that have the same comment, we will show the extension // in addition to the MIME type comment QHash allTypeComments; - for (const KFileFilter &filter : types) { + for (const KFileFilter &filter : validFilters) { allTypeComments[filter.label()] += 1; } - for (const KFileFilter &filter : types) { - if (!filter.isValid()) { - continue; - } - + for (const KFileFilter &filter : validFilters) { const QStringList mimeTypes = filter.mimePatterns(); const bool isAllFileFilters = std::any_of(mimeTypes.cbegin(), mimeTypes.cend(), [&db](const QString &mimeTypeName) { const QMimeType type = db.mimeTypeForName(mimeTypeName); - if (!type.isValid()) { - qCWarning(KIO_KFILEWIDGETS_KFILEFILTERCOMBO) << mimeTypeName << "is not a valid MIME type"; + if (!type.isValid() && !type.name().endsWith(QLatin1String("/*"))) { + qCWarning(KIO_KFILEWIDGETS_KFILEFILTERCOMBO) << mimeTypeName << "is not a valid filter"; return false; } @@ -157,10 +155,9 @@ void KFileFilterCombo::setFilters(const QList &types, const KFileFi allComments << filter.label(); } - allSupportedFilesFilter = KFileFilter(allComments.join(delim), allFilePatterns, allMimePatterns); + allSupportedFilesFilter = KFileFilter(allComments.join(QStringLiteral(", ")), allFilePatterns, allMimePatterns); } else { allSupportedFilesFilter = KFileFilter(i18n("All Supported Files"), allFilePatterns, allMimePatterns); - d->m_hasAllSupportedFiles = true; } insertItem(0, allSupportedFilesFilter.label()); @@ -181,6 +178,8 @@ void KFileFilterCombo::setFilters(const QList &types, const KFileFi } d->m_lastFilter = currentText(); + + Q_EMIT filterChanged(); } KFileFilter KFileFilterCombo::currentFilter() const diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.h index 5910131d31..1f809fe848 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilefiltercombo.h @@ -17,88 +17,86 @@ class KFileFilterComboPrivate; -/** - * @class KFileFilterCombo kfilefiltercombo.h +/*! + * \class KFileFilterCombo + * \inmodule KIOFileWidgets * - * File filter combo box. + * \brief File filter combo box. */ class KIOFILEWIDGETS_EXPORT KFileFilterCombo : public KComboBox { Q_OBJECT public: - /** + /*! * Creates a new filter combo box. * - * @param parent The parent widget. + * \a parent The parent widget. */ explicit KFileFilterCombo(QWidget *parent = nullptr); - /** - * Destroys the filter combo box. - */ ~KFileFilterCombo() override; - /** + /*! * Sets the filters to be used. * - * @param filters each item in the list corresponds to one item in the combobox. + * \a filters each item in the list corresponds to one item in the combobox. * Entries for "All files" and "All supported files" are added automatically as needed. * - * @param defaultFilter if not empty this will be the by default active filter + * \a defaultFilter if not empty this will be the by default active filter * - * @since 6.0 + * \since 6.0 * */ void setFilters(const QList &filters, const KFileFilter &defaultFilter = KFileFilter()); - /** + /*! * The currently selected/active filter. * - * @since 6.0 + * \since 6.0 */ KFileFilter currentFilter() const; - /** + /*! * The current filters. * * This is not necessarily the same as the list set by setFileFilters() since * entries for "All files" and "All supported files" are added automatically as needed. * - * @since 6.0 + * \since 6.0 */ QList filters() const; - /** + /*! * This method allows to set a default-filter, that is used when an * empty filter is set. Make sure you call this before calling * setFileFilter(). * * By default, this is set to match all files. - * @see defaultFileFilter + * \sa defaultFilter * - * @since 6.0 + * \since 6.0 */ void setDefaultFilter(const KFileFilter &filter); - /** - * @return the default filter, used when an empty filter is set. - * @see setDefaultFileFilter + /*! + * Returns the default filter, used when an empty filter is set. + * \sa setDefaultFilter * - * @since 6.0 + * \since 6.0 */ KFileFilter defaultFilter() const; - /** + /*! * Sets the current filter. Filter must match one of the filter items * passed before to this widget. * - * @since 6.0 + * \since 6.0 */ void setCurrentFilter(const KFileFilter &filter); - /** - * @return true if the filter's first item is the list of all MIME types + /*! + * Returns true if the filter's first item is the list of all MIME types */ bool showsAllTypes() const; @@ -106,7 +104,7 @@ protected: bool eventFilter(QObject *, QEvent *) override; Q_SIGNALS: - /** + /*! * This signal is emitted whenever the filter has been changed. */ void filterChanged(); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.cpp new file mode 100644 index 0000000000..9f1e1bcf55 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.cpp @@ -0,0 +1,72 @@ +/* + SPDX-FileCopyrightText: 2025 Akseli Lahtinen + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#include "kfileitemselectionemblem.h" +#include "kfileitemdelegate.h" + +#include +#include +#include + +KFileItemSelectionEmblem::KFileItemSelectionEmblem(QAbstractItemView *itemView, QModelIndex index, KDirOperator *dirOperator) +{ + m_itemView = itemView; + m_index = index; + m_fileItemDelegate = fileItemDelegate(); + m_dirOperator = dirOperator; + m_fileItem = m_fileItemDelegate->fileItem(m_index); +} + +KFileItemSelectionEmblem::~KFileItemSelectionEmblem() +{ +} + +bool KFileItemSelectionEmblem::isEmblemEnabled() +{ + if (qApp->style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick)) { + if (m_dirOperator->dirOnlyMode()) { + return true; + } else if ((m_itemView->selectionMode() == QAbstractItemView::ExtendedSelection)) { + if (m_fileItem.isDir()) { + return m_dirOperator->isSelected(m_fileItem); + } + return true; + } + } + return false; +} + +KFileItemDelegate *KFileItemSelectionEmblem::fileItemDelegate() +{ + auto itemDelegate = m_itemView->itemDelegateForIndex(m_index); + if (itemDelegate) { + return qobject_cast(itemDelegate); + } + return nullptr; +} + +void KFileItemSelectionEmblem::updateSelectionEmblemRectForIndex(const int iconSize) +{ + if (m_fileItemDelegate) { + if (isEmblemEnabled()) { + m_fileItemDelegate->setSelectionEmblemRect(m_itemView->visualRect(m_index), iconSize); + } else { + m_fileItemDelegate->setSelectionEmblemRect(QRect(), 0); + } + } +} + +bool KFileItemSelectionEmblem::handleMousePressEvent(const QPoint mousePos) +{ + if (isEmblemEnabled() && m_fileItemDelegate && m_fileItemDelegate->selectionEmblemRect().contains(mousePos)) { + // In SingleSelection mode we just want to toggle one item at a time, not multiple + const auto toggleMode = + m_itemView->selectionMode() == QAbstractItemView::SingleSelection ? QItemSelectionModel::ToggleCurrent : QItemSelectionModel::Toggle; + m_itemView->selectionModel()->select(m_index, toggleMode | QItemSelectionModel::Rows); + return true; + } + return false; +} diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.h new file mode 100644 index 0000000000..4bfd78a8b4 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileitemselectionemblem.h @@ -0,0 +1,39 @@ +/* + SPDX-FileCopyrightText: 2025 Akseli Lahtinen + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#ifndef KFILEITEMSELECTIONEMBLEM_H +#define KFILEITEMSELECTIONEMBLEM_H + +#include +#include +#include + +class KFileItem; +class KFileItemDelegate; +class QPoint; + +class KFileItemSelectionEmblem +{ +public: + KFileItemSelectionEmblem(QAbstractItemView *itemView, QModelIndex index, KDirOperator *dirOperator); + ~KFileItemSelectionEmblem(); + + void updateSelectionEmblemRectForIndex(const int iconSize); + bool handleMousePressEvent(const QPoint mousePos); + bool isEmblemEnabled(); + +private: + KFileItemDelegate *fileItemDelegate(); + + QAbstractItemView *m_itemView; + QModelIndex m_index; + KDirOperator *m_dirOperator; + KFileItemDelegate *m_fileItemDelegate; + KFileItem m_fileItem; + bool m_isDir; +}; + +#endif diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview.cpp index cde3b72afa..0b407a58d3 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview.cpp @@ -10,16 +10,15 @@ #include #include +#include #include +#include #include #include #include -bool KFileMetaPreview::s_tryAudioPreview = true; - KFileMetaPreview::KFileMetaPreview(QWidget *parent) : KPreviewWidgetBase(parent) - , haveAudioPreview(false) { QHBoxLayout *layout = new QHBoxLayout(this); layout->setContentsMargins(0, 0, 0, 0); @@ -29,6 +28,10 @@ KFileMetaPreview::KFileMetaPreview(QWidget *parent) // ### // m_previewProviders.setAutoDelete( true ); initPreviewProviders(); + + // clean up old config from kfileaudiopreview + auto config = KSharedConfig::openConfig(); + config->deleteGroup(QStringLiteral("Audio Preview Settings")); } KFileMetaPreview::~KFileMetaPreview() @@ -97,41 +100,7 @@ KPreviewWidgetBase *KFileMetaPreview::previewProviderFor(const QString &mimeType return nullptr; } - KPreviewWidgetBase *provider = findExistingProvider(mimeType, mimeInfo); - if (provider) { - return provider; - } - - // qDebug("#### didn't find anything for: %s", mimeType.toLatin1().constData()); - - if (s_tryAudioPreview && !mimeType.startsWith(QLatin1String("text/")) && !mimeType.startsWith(QLatin1String("image/"))) { - if (!haveAudioPreview) { - KPreviewWidgetBase *audioPreview = createAudioPreview(m_stack); - if (audioPreview) { - haveAudioPreview = true; - (void)m_stack->addWidget(audioPreview); - const QStringList mimeTypes = audioPreview->supportedMimeTypes(); - QStringList::ConstIterator it = mimeTypes.begin(); - for (; it != mimeTypes.end(); ++it) { - // only add non already handled MIME types - if (m_previewProviders.constFind(*it) == m_previewProviders.constEnd()) { - m_previewProviders.insert(*it, audioPreview); - } - } - } - } - } - - // with the new MIME types from the audio-preview, try again - provider = findExistingProvider(mimeType, mimeInfo); - if (provider) { - return provider; - } - - // The logic in this code duplicates the logic in PreviewJob. - // But why do we need multiple KPreviewWidgetBase instances anyway? - - return nullptr; + return findExistingProvider(mimeType, mimeInfo); } void KFileMetaPreview::showPreview(const QUrl &url) @@ -174,17 +143,4 @@ void KFileMetaPreview::clearPreviewProviders() m_previewProviders.clear(); } -// static -KPreviewWidgetBase *KFileMetaPreview::createAudioPreview(QWidget *parent) -{ - KPluginMetaData data(QStringLiteral("kfileaudiopreview")); - if (auto plugin = KPluginFactory::instantiatePlugin(data, parent).plugin) { - plugin->setObjectName(QStringLiteral("kfileaudiopreview")); - return plugin; - } else { - s_tryAudioPreview = false; - return nullptr; - } -} - #include "moc_kfilemetapreview_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview_p.h index 6a880c0cfb..a32edaa6f5 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilemetapreview_p.h @@ -38,11 +38,6 @@ private: QStackedWidget *m_stack; QHash m_previewProviders; - bool haveAudioPreview; - - // may return 0L - static KPreviewWidgetBase *createAudioPreview(QWidget *parent); - static bool s_tryAudioPreview; private: class KFileMetaPreviewPrivate; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.cpp index 7110106595..d20d86af1f 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include // For KUrlRequester::lineEdit() #include #include @@ -51,6 +52,7 @@ bool KFilePlaceEditDialog::getInformation(bool allowGlobal, return false; } +// TODO KF7: remove argument iconSize and hardcode the internally only-used value 64 KFilePlaceEditDialog::KFilePlaceEditDialog(bool allowGlobal, const QUrl &url, const QString &label, diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.h index 64c55f330f..93832d0f53 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplaceeditdialog.h @@ -11,7 +11,6 @@ #include "kiofilewidgets_export.h" -#include #include #include @@ -21,112 +20,133 @@ class QLineEdit; class KIconButton; class KUrlRequester; -/** - * @class KFilePlaceEditDialog kfileplaceeditdialog.h +/*! + * \class KFilePlaceEditDialog + * \inmodule KIOFileWidgets + * + * \brief A dialog that allows editing entries of a KFilePlacesModel. * - * A dialog that allows editing entries of a KFilePlacesModel. * The dialog offers to configure a given url, label and icon. * See the class-method getInformation() for easy usage. * - * @author Carsten Pfeiffer - * @since 5.53 + * \since 5.53 + * \deprecated[6.27] Only internally used. */ -class KIOFILEWIDGETS_EXPORT KFilePlaceEditDialog : public QDialog +class +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 27) + KIOFILEWIDGETS_EXPORT +#endif + KFilePlaceEditDialog : public QDialog { Q_OBJECT public: - /** + /*! * A convenience method to show the dialog and retrieve all the * properties via the given parameters. The parameters are used to * initialize the dialog and then return the user-configured values. * - * @p allowGlobal if you set this to true, the dialog will have a checkbox + * \a allowGlobal if you set this to true, the dialog will have a checkbox * for the user to decide if he wants the entry to be * available globally or just for the current application. - * @p url the url of the item - * @p label a short, translated description of the item - * @p icon an icon for the item - * @p appLocal tells whether the item should be local for this application + * + * \a url the url of the item + * + * \a label a short, translated description of the item + * + * \a icon an icon for the item + * + * \a appLocal tells whether the item should be local for this application * or be available globally - * @p iconSize determines the size of the icon that is shown/selectable - * @p parent the parent-widget for the dialog + * + * \a iconSize determines the size of the icon that is shown/selectable + * + * \a parent the parent-widget for the dialog * * If you leave the icon empty, the default icon for the given url will be * used (KMimeType::pixmapForUrl()). */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 27, "Only internally used.") static bool getInformation(bool allowGlobal, QUrl &url, QString &label, QString &icon, bool isAddingNewPlace, bool &appLocal, int iconSize, QWidget *parent = nullptr); - /** + /*! * Constructs a KFilePlaceEditDialog. * - * @p allowGlobal if you set this to true, the dialog will have a checkbox + * \a allowGlobal if you set this to true, the dialog will have a checkbox * for the user to decide if he wants the entry to be * available globally or just for the current application. - * @p url the url of the item - * @p label a short, translated description of the item - * @p icon an icon for the item - * @p appLocal tells whether the item should be local for this application + * + * \a url the url of the item + * + * \a label a short, translated description of the item + * + * \a icon an icon for the item + * + * \a appLocal tells whether the item should be local for this application * or be available globally - * @p iconSize determines the size of the icon that is shown/selectable - * @p parent the parent-widget for the dialog + * + * \a iconSize determines the size of the icon that is shown/selectable + * + * \a parent the parent-widget for the dialog * * If you leave the icon empty, the default icon for the given url will be * used (KMimeType::pixmapForUrl()). */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 27, "Only internally used.") KFilePlaceEditDialog(bool allowGlobal, const QUrl &url, const QString &label, const QString &icon, bool isAddingNewPlace, bool appLocal = true, - int iconSize = KIconLoader::SizeMedium, + int iconSize = 32, QWidget *parent = nullptr); - /** - * Destroys the dialog. - */ + ~KFilePlaceEditDialog() override; - /** - * @returns the configured url + /*! + * Returns the configured url */ QUrl url() const; - /** - * @returns the configured label + /*! + * Returns the configured label */ QString label() const; - /** - * @returns the configured icon + /*! + * Returns the configured icon */ QString icon() const; - /** - * @returns whether the item should be local to the application or global. + /*! + * Returns whether the item should be local to the application or global. * If allowGlobal was set to false in the constructor, this will always * return true. */ bool applicationLocal() const; public Q_SLOTS: + /*! + * + */ void urlChanged(const QString &); private: - /** + /* * The KUrlRequester used for editing the url */ KUrlRequester *m_urlEdit; - /** + /* * The QLineEdit used for editing the label */ QLineEdit *m_labelEdit; - /** + /* * The KIconButton to configure the icon */ KIconButton *m_iconButton; - /** + /* * The QCheckBox to modify the local/global setting */ QCheckBox *m_appLocal; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem.cpp index 6cca778d14..a1775b8e80 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem.cpp @@ -61,19 +61,30 @@ KFilePlacesItem::KFilePlacesItem(KBookmarkManager *manager, const QString &addre } // Hide SSHFS network device mounted by kdeconnect, since we already have the kdeconnect:// place. - if (isDevice() && m_access && device().vendor() == QLatin1String("fuse.sshfs")) { + if (isDevice() && !isHidden() && m_access && device().vendor() == QLatin1String("fuse.sshfs")) { const QString storageFilePath = m_access->filePath(); - // Not using findByPath() as it resolves symlinks, potentially blocking, - // but here we know we query for an existing actual mount point. - const auto mountPoints = KMountPoint::currentMountPoints(); - auto it = std::find_if(mountPoints.cbegin(), mountPoints.cend(), [&storageFilePath](const KMountPoint::Ptr &mountPoint) { - return mountPoint->mountPoint() == storageFilePath; - }); - if (it != mountPoints.cend()) { - if ((*it)->mountedFrom().startsWith(QLatin1String("kdeconnect@"))) { - // Hide only if the user never set the "Hide" checkbox on the device. - if (m_bookmark.metaDataItem(QStringLiteral("IsHidden")).isEmpty()) { - setHidden(true); + // kdeconnect mounts into runtime dir or temp, anyone else cannot be kdeconnect. + QString runtimePath = QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation); + if (runtimePath.isEmpty()) { + runtimePath = QStandardPaths::writableLocation(QStandardPaths::TempLocation); + } + if (!runtimePath.isEmpty()) { + runtimePath.append(QLatin1Char('/')); + } + + if (runtimePath.isEmpty() || storageFilePath.startsWith(runtimePath)) { + // Not using findByPath() as it resolves symlinks, potentially blocking, + // but here we know we query for an existing actual mount point. + const auto mountPoints = KMountPoint::currentMountPoints(); + auto it = std::find_if(mountPoints.cbegin(), mountPoints.cend(), [&storageFilePath](const KMountPoint::Ptr &mountPoint) { + return mountPoint->mountPoint() == storageFilePath; + }); + if (it != mountPoints.cend()) { + if ((*it)->mountedFrom().startsWith(QLatin1String("kdeconnect@"))) { + // Hide only if the user never set the "Hide" checkbox on the device. + if (m_bookmark.metaDataItem(QStringLiteral("IsHidden")).isEmpty()) { + setHidden(true); + } } } } @@ -196,7 +207,7 @@ void KFilePlacesItem::setBookmark(const KBookmark &bookmark) m_groupType = KFilePlacesModel::PlacesType; } } else { - if (m_drive && (m_drive->isHotpluggable() || m_drive->isRemovable())) { + if (m_drive && m_drive->isRemovable()) { m_groupType = KFilePlacesModel::RemovableDevicesType; } else if (m_networkShare) { m_groupType = KFilePlacesModel::RemoteType; @@ -337,7 +348,7 @@ QVariant KFilePlacesItem::deviceData(int role) const } else if (m_block) { return m_block->device(); } - return QString(); + return {}; } case KFilePlacesModel::UrlRole: if (m_access) { @@ -396,7 +407,7 @@ QVariant KFilePlacesItem::deviceData(int role) const case KFilePlacesModel::FixedDeviceRole: { if (m_drive != nullptr) { - return !m_drive->isHotpluggable() && !m_drive->isRemovable(); + return !m_drive->isRemovable(); } return true; } @@ -523,7 +534,9 @@ bool KFilePlacesItem::updateDeviceInfo(const QString &udi) m_deviceIconName = m_device.icon(); m_emblems = m_device.emblems(); - if (auto *genericIface = m_device.as()) { + if (m_networkShare) { + m_backingFile = m_networkShare->url().toDisplayString(); + } else if (auto *genericIface = m_device.as()) { m_backingFile = genericIface->property(QStringLiteral("BackingFile")).toString(); } @@ -611,7 +624,7 @@ void KFilePlacesItem::onAccessibilityChanged(bool isAccessible) m_isTeardownOverlayRecommended = m_isTeardownAllowed && !m_networkShare; if (m_isTeardownOverlayRecommended) { - if (m_drive && !m_drive->isHotpluggable() && !m_drive->isRemovable()) { + if (m_drive && !m_drive->isRemovable()) { m_isTeardownOverlayRecommended = false; } } diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem_p.h index eaba6427d8..06f5018a87 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesitem_p.h @@ -56,8 +56,8 @@ public: static KBookmark createBookmark(KBookmarkManager *manager, const QString &label, const QUrl &url, const QString &iconName, KFilePlacesItem *after = nullptr); - /** - * @param untranslatedLabel text for label. If to be translated, should be set by kli18nc("KFile System Bookmarks", "Label text").untranslatedText(). + /*! + * \a untranslatedLabel text for label. If to be translated, should be set by kli18nc("KFile System Bookmarks", "Label text").untranslatedText(). */ static KBookmark createSystemBookmark(KBookmarkManager *manager, const char *untranslatedLabel, diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.cpp index a63a7637cf..48e18f49b4 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.cpp @@ -142,6 +142,10 @@ KFilePlacesModelPrivate::KFilePlacesModelPrivate(KFilePlacesModel *qq) { if (KProtocolInfo::isKnownProtocol(QStringLiteral("tags"))) { QObject::connect(tagsLister, &KCoreDirLister::itemsAdded, q, [this](const QUrl &, const KFileItemList &items) { + if (!supportedSchemes.isEmpty() && !supportedSchemes.contains(QLatin1String("tags"))) { + return; + } + if (tags.isEmpty()) { QList existingBookmarks; @@ -446,6 +450,9 @@ KFilePlacesModel::KFilePlacesModel(QObject *parent) if (KProtocolInfo::isKnownProtocol(QStringLiteral("afc"))) { predicate = QLatin1Char('[') + predicate + QLatin1String(" OR PortableMediaPlayer.supportedProtocols == 'afc']"); } + if (KProtocolInfo::isKnownProtocol(QStringLiteral("kdeconnect"))) { + predicate = QLatin1Char('[') + predicate + QLatin1String(" OR PortableMediaPlayer.supportedProtocols == 'kdeconnect']"); + } d->predicate = Solid::Predicate::fromString(predicate); @@ -712,6 +719,42 @@ QModelIndex KFilePlacesModel::closestItem(const QUrl &url) const } } +QString KFilePlacesModel::placeCollapsedUrl(const QUrl &_url) const +{ + // Mimic KUrlNavigator and show a pretty place name, + // for example Documents/foo/bar rather than /home/user/Documents/foo/bar + const QModelIndex closestIdx = closestItem(_url); + if (!closestIdx.isValid()) { + return QString(); + } + + const QUrl placeUrl = url(closestIdx); + + QString result = text(closestIdx); + // Guard again erroneous user-places.xbel file + if (result.isEmpty()) { + return QString(); + } + + QString pathInsidePlace = _url.path().mid(placeUrl.path().length()); + + if (!pathInsidePlace.startsWith(QLatin1Char('/'))) { + pathInsidePlace.prepend(QLatin1Char('/')); + } + + if (pathInsidePlace != QLatin1Char('/')) { + // Avoid "500 GiB Internal Hard Drive/foo/bar" when path originates directly from root. + const bool isRoot = placeUrl.isLocalFile() && placeUrl.path() == QLatin1Char('/'); + if (isRoot) { + result = pathInsidePlace; + } else { + result.append(pathInsidePlace); + } + } + + return result; +} + void KFilePlacesModelPrivate::initDeviceList() { Solid::DeviceNotifier *notifier = Solid::DeviceNotifier::instance(); @@ -1085,7 +1128,7 @@ bool KFilePlacesModel::dropMimeData(const QMimeData *data, Qt::DropAction action KBookmarkGroup group = d->bookmarkManager->root(); for (const QUrl &url : urls) { - KIO::StatJob *job = KIO::stat(url, KIO::StatJob::SourceSide, KIO::StatBasic); + KIO::StatJob *job = KIO::stat(url, KIO::StatJob::SourceSide, KIO::StatBasic | KIO::StatResolveSymlink); if (!job->exec()) { Q_EMIT errorMessage(i18nc("Placeholder is error message", "Could not add to the Places panel: %1", job->errorString())); @@ -1331,6 +1374,24 @@ int KFilePlacesModel::hiddenCount() const return hidden; } +QAction *KFilePlacesModel::openRecentOption(const QModelIndex &index) const +{ + const auto bookmark = bookmarkForIndex(index); + + QAction *action = nullptr; + + if (bookmark.url().scheme() == QStringLiteral("recentlyused")) { + action = new QAction(QIcon::fromTheme(QStringLiteral("settings-configure")), i18nc("@action:inmenu", "Configure…"), nullptr); + + connect(action, &QAction::triggered, this, []() { + auto job = new KIO::CommandLauncherJob(QStringLiteral("systemsettings"), {QStringLiteral("kcm_recentFiles")}); + job->start(); + }); + } + + return action; +} + QAction *KFilePlacesModel::teardownActionForIndex(const QModelIndex &index) const { Solid::Device device = deviceForIndex(index); @@ -1346,11 +1407,8 @@ QAction *KFilePlacesModel::teardownActionForIndex(const QModelIndex &index) cons const bool teardownInProgress = deviceAccessibility(index) == KFilePlacesModel::TeardownInProgress; - bool hotpluggable = false; bool removable = false; - if (drive != nullptr) { - hotpluggable = drive->isHotpluggable(); removable = drive->isRemovable(); } @@ -1363,7 +1421,7 @@ QAction *KFilePlacesModel::teardownActionForIndex(const QModelIndex &index) cons } else { text = i18nc("@action:inmenu", "&Release"); } - } else if (removable || hotpluggable) { + } else if (removable) { if (teardownInProgress) { text = i18nc("@action:inmenu", "Safely Removing…"); } else { @@ -1479,12 +1537,14 @@ void KFilePlacesModelPrivate::storageSetupDone(Solid::ErrorType error, const QVa if (!error) { Q_EMIT q->setupDone(index, true); } else { - if (errorData.isValid()) { - Q_EMIT q->errorMessage(i18n("An error occurred while accessing '%1', the system responded: %2", q->text(index), errorData.toString())); - } else { - Q_EMIT q->errorMessage(i18n("An error occurred while accessing '%1'", q->text(index))); + if (error != Solid::ErrorType::UserCanceled) { + if (errorData.isValid() && !errorData.toString().isEmpty()) { + Q_EMIT q->errorMessage(i18n("An error occurred while accessing '%1', the system responded: %2", q->text(index), errorData.toString())); + } else { + Q_EMIT q->errorMessage(i18n("An error occurred while accessing '%1'", q->text(index))); + } + Q_EMIT q->setupDone(index, false); } - Q_EMIT q->setupDone(index, false); } } @@ -1565,6 +1625,7 @@ QAction *KFilePlacesModel::partitionActionForIndex(const QModelIndex &index) con connect(action, &QAction::triggered, this, [device] { const auto block = device.as(); auto job = new KIO::CommandLauncherJob(partitionManagerPath(), {QStringLiteral("--device"), block->device()}); + job->setDesktopName(QStringLiteral("org.kde.partitionmanager")); job->start(); }); return action; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.h index e358951484..b9e2d244d9 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesmodel.h @@ -27,106 +27,88 @@ class KBookmarkManager; class QMimeData; class QAction; -/** - * @class KFilePlacesModel kfileplacesmodel.h +/*! + * \class KFilePlacesModel + * \inmodule KIOFileWidgets * * This class is a list view model. Each entry represents a "place" * where user can access files. Only relevant when * used with QListView or QTableView. - * @note This class is since 6.0 re-entrant + * + * \reentrant */ class KIOFILEWIDGETS_EXPORT KFilePlacesModel : public QAbstractItemModel { Q_OBJECT + /*! + * \property KFilePlacesModel::supportedSchemes + */ Q_PROPERTY(QStringList supportedSchemes READ supportedSchemes WRITE setSupportedSchemes NOTIFY supportedSchemesChanged) public: // Note: run printf "0x%08X\n" $(($RANDOM*$RANDOM)) // to define additional roles. + /*! + * \value UrlRole roleName is "url". See url() + * \value HiddenRole roleName is "isHidden". See isHidden() + * \value SetupNeededRole roleName is "isSetupNeeded". See setupNeeded() + * \value FixedDeviceRole Whether the place is a fixed device (neither hotpluggable nor removable). roleName is "isFixedDevice". + * \value CapacityBarRecommendedRole Whether the place should have its free space displayed in a capacity bar. roleName is "isCapacityBarRecommended". + * \value[since 5.40] GroupRole The name of the group, for example "Remote" or "Devices". roleName is "group". + * \value[since 5.41] IconNameRole roleName is "iconName". See icon(). + * \value[since 5.42] GroupHiddenRole roleName is "isGroupHidden". + * \value[since 5.91] TeardownAllowedRole roleName is "isTeardownAllowed". + * \value[since 5.94] EjectAllowedRole roleName is "isEjectAllowed". + * \value[since 5.95] TeardownOverlayRecommendedRole roleName is "isTeardownOverlayRecommended". + * \value[since 5.99] DeviceAccessibilityRole roleName is "deviceAccessibility". + */ enum AdditionalRoles { - /** roleName is "url". @see url() */ UrlRole = 0x069CD12B, - - /** roleName is "isHidden". @see isHidden() */ HiddenRole = 0x0741CAAC, - - /** roleName is "isSetupNeeded". @see setupNeeded() */ SetupNeededRole = 0x059A935D, - - /** - * Whether the place is a fixed device (neither hotpluggable nor removable). - * roleName is "isFixedDevice". - */ FixedDeviceRole = 0x332896C1, - - /** - * Whether the place should have its free space displayed in a capacity bar. - * roleName is "isCapacityBarRecommended". - */ CapacityBarRecommendedRole = 0x1548C5C4, - - /** - * The name of the group, for example "Remote" or "Devices". roleName is "group". - * @since 5.40 - */ GroupRole = 0x0a5b64ee, - - /** - * roleName is "iconName". - * @see icon() - * @since 5.41 - */ IconNameRole = 0x00a45c00, - - /** roleName is "isGroupHidden". - * @see isGroupHidden() - * @since 5.42 - */ GroupHiddenRole = 0x21a4b936, - - /** roleName is "isTeardownAllowed". - * @see isTeardownAllowed(). - * @since 5.91 - */ TeardownAllowedRole = 0x02533364, - - /** roleName is "isEjectAllowed". - * @since 5.94. - */ EjectAllowedRole = 0x0A16AC5B, - - /** - * roleName is "isTeardownOverlayRecommended". - * @see isTeardownOverlayRecommended() - * @since 5.95 - */ TeardownOverlayRecommendedRole = 0x032EDCCE, - - /** - * roleName is "deviceAccessibility". - * @see deviceAccessibility() - * @since 5.99 - */ DeviceAccessibilityRole = 0x023FFD93, }; - /** + /*! * Describes the available group types used in this model. - * @since 5.42 + * \since 5.42 + * + * \value PlacesType "Places" section + * \value RemoteType "Remote" section + * \value RecentlySavedType "Recent" section + * \value SearchForType "Search for" section + * \value DevicesType "Devices" section + * \value RemovableDevicesType "Removable Devices" section + * \value UnknownType Unknown GroupType + * \value[since 5.54] TagsType "Tags" section */ enum GroupType { - PlacesType, ///< "Places" section - RemoteType, ///< "Remote" section - RecentlySavedType, ///< "Recent" section - SearchForType, ///< "Search for" section - DevicesType, ///< "Devices" section - RemovableDevicesType, ///< "Removable Devices" section - UnknownType, ///< Unknown GroupType - TagsType, ///< "Tags" section. @since 5.54 + PlacesType, + RemoteType, + RecentlySavedType, + SearchForType, + DevicesType, + RemovableDevicesType, + UnknownType, + TagsType, }; Q_ENUM(GroupType) + /*! + * \value SetupNeeded + * \value SetupInProgress + * \value Accessible + * \value TeardownInProgress + */ enum DeviceAccessibility { SetupNeeded, SetupInProgress, @@ -135,252 +117,254 @@ public: }; Q_ENUM(DeviceAccessibility) + /*! + * + */ explicit KFilePlacesModel(QObject *parent = nullptr); ~KFilePlacesModel() override; - /** - * @return The URL of the place at index @p index. + /*! + * Returns The URL of the place at index \a index. */ Q_INVOKABLE QUrl url(const QModelIndex &index) const; - /** - * @return Whether the place at index @p index needs to be mounted before it can be used. + /*! + * Returns Whether the place at index \a index needs to be mounted before it can be used. */ Q_INVOKABLE bool setupNeeded(const QModelIndex &index) const; - /** - * @return Whether the place is a device that can be unmounted, e.g. it is + /*! + * Returns Whether the place is a device that can be unmounted, e.g. it is * mounted but does not point at system Root or the user's Home directory. * * It does not indicate whether the teardown can succeed. - * @since 5.91 + * \since 5.91 */ Q_INVOKABLE bool isTeardownAllowed(const QModelIndex &index) const; - /** - * @return Whether the place is a device that can be ejected, e.g. it is + /*! + * Returns Whether the place is a device that can be ejected, e.g. it is * a CD, DVD, etc. * * It does not indicate whether the eject can succeed. - * @since 5.94 + * \since 5.94 */ Q_INVOKABLE bool isEjectAllowed(const QModelIndex &index) const; - /** - * @return Whether showing an inline teardown button is recommended, + /*! + * Returns Whether showing an inline teardown button is recommended, * e.g. when it is a removable drive. * - * @since 5.95 + * \since 5.95 **/ Q_INVOKABLE bool isTeardownOverlayRecommended(const QModelIndex &index) const; - /** - * @return Whether this device is currently accessible or being (un)mounted. + /*! + * Returns Whether this device is currently accessible or being (un)mounted. * - * @since 5.99 + * \since 5.99 */ Q_INVOKABLE KFilePlacesModel::DeviceAccessibility deviceAccessibility(const QModelIndex &index) const; - /** - * @return The icon of the place at index @p index. + /*! + * Returns The icon of the place at index \a index. */ Q_INVOKABLE QIcon icon(const QModelIndex &index) const; - /** - * @return The user-visible text of the place at index @p index. + /*! + * Returns The user-visible text of the place at index \a index. */ Q_INVOKABLE QString text(const QModelIndex &index) const; - /** - * @return Whether the place at index @p index is hidden or is inside an hidden group. + /*! + * Returns Whether the place at index \a index is hidden or is inside an hidden group. */ Q_INVOKABLE bool isHidden(const QModelIndex &index) const; - /** - * @return Whether the group type @p type is hidden. - * @since 5.42 + /*! + * Returns Whether the group type \a type is hidden. + * \since 5.42 */ Q_INVOKABLE bool isGroupHidden(const GroupType type) const; - /** - * @return Whether the group of the place at index @p index is hidden. - * @since 5.42 + /*! + * Returns Whether the group of the place at index \a index is hidden. + * \since 5.42 */ Q_INVOKABLE bool isGroupHidden(const QModelIndex &index) const; - /** - * @return Whether the place at index @p index is a device handled by Solid. - * @see deviceForIndex() + /*! + * Returns Whether the place at index \a index is a device handled by Solid. + * \sa deviceForIndex() */ Q_INVOKABLE bool isDevice(const QModelIndex &index) const; - /** - * @return The solid device of the place at index @p index, if it is a device. Otherwise a default Solid::Device() instance is returned. - * @see isDevice() + /*! + * Returns The solid device of the place at index \a index, if it is a device. Otherwise a default Solid::Device() instance is returned. + * \sa isDevice() */ Solid::Device deviceForIndex(const QModelIndex &index) const; - /** - * @return The KBookmark instance of the place at index @p index. + /*! + * Returns The KBookmark instance of the place at index \a index. * If the index is not valid, a default KBookmark instance is returned. */ KBookmark bookmarkForIndex(const QModelIndex &index) const; - /** - * @return The KBookmark instance of the place with url @p searchUrl. + /*! + * Returns The KBookmark instance of the place with url \a searchUrl. * If the bookmark corresponding to searchUrl is not found, a default KBookmark instance is returned. - * @since 5.63 + * \since 5.63 */ KBookmark bookmarkForUrl(const QUrl &searchUrl) const; - /** - * @return The group type of the place at index @p index. - * @since 5.42 + /*! + * Returns The group type of the place at index \a index. + * \since 5.42 */ Q_INVOKABLE GroupType groupType(const QModelIndex &index) const; - /** - * @return The list of model indexes that have @ type as their group type. - * @see groupType() - * @since 5.42 + /*! + * Returns The list of model indexes that have @ type as their group type. + * \sa groupType() + * \since 5.42 */ Q_INVOKABLE QModelIndexList groupIndexes(const GroupType type) const; - /** - * @return A QAction with a proper translated label that can be used to trigger the requestTeardown() - * method for the place at index @p index. - * @see requestTeardown() + /*! + * Returns A QAction with a proper translated label that can be used to trigger the requestTeardown() + * method for the place at index \a index. + * \sa requestTeardown() */ Q_INVOKABLE QAction *teardownActionForIndex(const QModelIndex &index) const; - /** - * @return A QAction with a proper translated label that can be used to trigger the requestEject() - * method for the place at index @p index. - * @see requestEject() + /*! + * Returns a QAction to open the systemsettings recent documents kcm + * + * \since 6.20 + */ + Q_INVOKABLE QAction *openRecentOption(const QModelIndex &index) const; + + /*! + * Returns A QAction with a proper translated label that can be used to trigger the requestEject() + * method for the place at index \a index. + * \sa requestEject() */ Q_INVOKABLE QAction *ejectActionForIndex(const QModelIndex &index) const; - /** - * @return A QAction with a proper translated label that can be used to open a partitioning menu for the device. nullptr if not a device. + /*! + * Returns A QAction with a proper translated label that can be used to open a partitioning menu for the device. nullptr if not a device. */ Q_INVOKABLE QAction *partitionActionForIndex(const QModelIndex &index) const; - /** - * Unmounts the place at index @p index by triggering the teardown functionality of its Solid device. - * @see deviceForIndex() + /*! + * Unmounts the place at index \a index by triggering the teardown functionality of its Solid device. + * \sa deviceForIndex() */ Q_INVOKABLE void requestTeardown(const QModelIndex &index); - /** - * Ejects the place at index @p index by triggering the eject functionality of its Solid device. - * @see deviceForIndex() + /*! + * Ejects the place at index \a index by triggering the eject functionality of its Solid device. + * \sa deviceForIndex() */ Q_INVOKABLE void requestEject(const QModelIndex &index); - /** - * Mounts the place at index @p index by triggering the setup functionality of its Solid device. - * @see deviceForIndex() + /*! + * Mounts the place at index \a index by triggering the setup functionality of its Solid device. + * \sa deviceForIndex() */ Q_INVOKABLE void requestSetup(const QModelIndex &index); - /** + /*! * Adds a new place to the model. - * @param text The user-visible text for the place - * @param url The URL of the place. It will be stored in its QUrl::FullyEncoded string format. - * @param iconName The icon of the place - * @param appName If set as the value of QCoreApplication::applicationName(), will make the place visible only in this application. + * + * \a text The user-visible text for the place + * + * \a url The URL of the place. It will be stored in its QUrl::FullyEncoded string format. + * + * \a iconName The icon of the place + * + * \a appName If set as the value of QCoreApplication::applicationName(), will make the place visible only in this application. */ Q_INVOKABLE void addPlace(const QString &text, const QUrl &url, const QString &iconName = QString(), const QString &appName = QString()); - /** + /*! * Adds a new place to the model. - * @param text The user-visible text for the place - * @param url The URL of the place. It will be stored in its QUrl::FullyEncoded string format. - * @param iconName The icon of the place - * @param appName If set as the value of QCoreApplication::applicationName(), will make the place visible only in this application. - * @param after The index after which the new place will be added. + * \a text The user-visible text for the place + * + * \a url The URL of the place. It will be stored in its QUrl::FullyEncoded string format. + * + * \a iconName The icon of the place + * + * \a appName If set as the value of QCoreApplication::applicationName(), will make the place visible only in this application. + * + * \a after The index after which the new place will be added. */ Q_INVOKABLE void addPlace(const QString &text, const QUrl &url, const QString &iconName, const QString &appName, const QModelIndex &after); - /** - * Edits the place with index @p index. - * @param text The new user-visible text for the place - * @param url The new URL of the place - * @param iconName The new icon of the place - * @param appName The new application-local filter for the place (@see addPlace()). + /*! + * Edits the place with index \a index. + * + * \a text The new user-visible text for the place + * + * \a url The new URL of the place + * + * \a iconName The new icon of the place + * + * \a appName The new application-local filter for the place (see addPlace()). */ Q_INVOKABLE void editPlace(const QModelIndex &index, const QString &text, const QUrl &url, const QString &iconName = QString(), const QString &appName = QString()); - /** - * Deletes the place with index @p index from the model. + /*! + * Deletes the place with index \a index from the model. */ Q_INVOKABLE void removePlace(const QModelIndex &index) const; - /** - * Changes the visibility of the place with index @p index, but only if the place is not inside an hidden group. - * @param hidden Whether the place should be hidden or visible. - * @see isGroupHidden() + /*! + * Changes the visibility of the place with index \a index, but only if the place is not inside an hidden group. + * + * \a hidden Whether the place should be hidden or visible. + * \sa isGroupHidden() */ Q_INVOKABLE void setPlaceHidden(const QModelIndex &index, bool hidden); - /** - * Changes the visibility of the group with type @p type. - * @param hidden Whether the group should be hidden or visible. - * @see isGroupHidden() - * @since 5.42 + /*! + * Changes the visibility of the group with type \a type. + * + * \a hidden Whether the group should be hidden or visible. + * \sa isGroupHidden() + * \since 5.42 */ Q_INVOKABLE void setGroupHidden(const GroupType type, bool hidden); - /** - * @brief Move place at @p itemRow to a position before @p row - * @return Whether the place has been moved. - * @since 5.41 + /*! + * Move place at \a itemRow to a position before \a row + * + * Returns whether the place has been moved. + * \since 5.41 */ Q_INVOKABLE bool movePlace(int itemRow, int row); - /** - * @return The number of hidden places in the model. - * @see isHidden() + /*! + * Returns the number of hidden places in the model. + * \sa isHidden() */ Q_INVOKABLE int hiddenCount() const; - /** - * @brief Get a visible data based on Qt role for the given index. - * Return the device information for the give index. - * - * @param index The QModelIndex which contains the row, column to fetch the data. - * @param role The Interview data role(ex: Qt::DisplayRole). - * - * @return the data for the given index and role. - */ QVariant data(const QModelIndex &index, int role) const override; - /** - * @brief Get the children model index for the given row and column. - */ QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override; - /** - * @brief Get the parent QModelIndex for the given model child. - */ QModelIndex parent(const QModelIndex &child) const override; - /// Reimplemented from QAbstractItemModel. - /// @see AdditionalRoles QHash roleNames() const override; - /** - * @brief Get the number of rows for a model index. - */ int rowCount(const QModelIndex &parent = QModelIndex()) const override; - /** - * @brief Get the number of columns for a model index. - */ int columnCount(const QModelIndex &parent = QModelIndex()) const override; - /** + /*! * Returns the closest item for the URL \a url. * The closest item is defined as item which is equal to * the URL or at least is a parent URL. If there are more than @@ -396,95 +380,118 @@ public: */ QModelIndex closestItem(const QUrl &url) const; + /*! + * Returns a string representing the URL relative to + * the closest item, similar to KUrlNavigator. + * This is more user-friendly than KShell::tildeCollapse. + * + * Example: the url is '/home/peter/Documents/Important/KDE', + * if the user has a 'Documents' place, this will return: + * 'Documents/Important/KDE'. If they only have a 'Home' pace, + * this will return 'Home/Documents/Important/KDE'. + * + * If no closestItem could be determined, returns empty string. + * + * \since 6.23 + */ + QString placeCollapsedUrl(const QUrl &url) const; + Qt::DropActions supportedDropActions() const override; Qt::ItemFlags flags(const QModelIndex &index) const override; QStringList mimeTypes() const override; QMimeData *mimeData(const QModelIndexList &indexes) const override; bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override; - /** - * @brief Reload bookmark information - * @since 5.41 + /*! + * Reload bookmark information + * \since 5.41 */ Q_INVOKABLE void refresh() const; - /** - * @brief Converts the URL, which contains "virtual" URLs for system-items like + /*! + * Converts the URL, which contains "virtual" URLs for system-items like * "timeline:/lastmonth" into a Query-URL "timeline:/2017-10" * that will be handled by the corresponding KIO worker. * Virtual URLs for bookmarks are used to be independent from * internal format changes. - * @param an url - * @return the converted URL, which can be handled by a KIO worker - * @since 5.41 + * + * \a an url + * + * Returns the converted URL, which can be handled by a KIO worker + * \since 5.41 */ static QUrl convertedUrl(const QUrl &url); - /** + /*! * Set the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. Examples for - * schemes are @c "file" or @c "ftp". + * schemes are "file" or "ftp". * - * @sa QFileDialog::setSupportedSchemes - * @since 5.43 + * \sa QFileDialog::setSupportedSchemes + * \since 5.43 */ void setSupportedSchemes(const QStringList &schemes); - /** + /*! * Returns the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. * - * @sa QFileDialog::supportedSchemes - * @since 5.43 + * \sa QFileDialog::supportedSchemes + * \since 5.43 */ QStringList supportedSchemes() const; Q_SIGNALS: - /** - * @p message An error message explaining what went wrong. + /*! + * \a message An error message explaining what went wrong. */ void errorMessage(const QString &message); - /** + /*! * Emitted after the Solid setup ends. - * @param success Whether the Solid setup has been successful. - * @see requestSetup() + * + * \a success Whether the Solid setup has been successful. + * \sa requestSetup() */ void setupDone(const QModelIndex &index, bool success); - /** + /*! * Emitted after the teardown of a device ends. * - * @note In case of an error, the @p errorMessage signal + * \note In case of an error, the errorMessage() signal * will also be emitted with a message describing the error. * - * @param error Type of error that occurred, if any. - * @param errorData More information about the error, if any. - * @since 5.100 + * \a error Type of error that occurred, if any. + * + * \a errorData More information about the error, if any. + * + * \since 5.100 */ void teardownDone(const QModelIndex &index, Solid::ErrorType error, const QVariant &errorData); - /** - * Emitted whenever the visibility of the group @p group changes. - * @param hidden The new visibility of the group. - * @see setGroupHidden() - * @since 5.42 + /*! + * Emitted whenever the visibility of the group \a group changes. + * + * \a hidden The new visibility of the group. + * + * \sa setGroupHidden() + * \since 5.42 */ void groupHiddenChanged(KFilePlacesModel::GroupType group, bool hidden); - /** + /*! * Called once the model has been reloaded * - * @since 5.71 + * \since 5.71 */ void reloaded(); - /** + /*! * Emitted whenever the list of supported schemes has been changed * - * @since 5.94 + * \since 5.94 */ void supportedSchemesChanged(); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.cpp index 9fe8e8108c..46153992dc 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.cpp @@ -36,8 +36,10 @@ #include #include #include +#include #include #include +#include #include #include // ConfigGroup, PlacesIconsAutoresize, PlacesIconsStaticSize #include @@ -60,7 +62,6 @@ using namespace std::chrono_literals; static constexpr int s_lateralMargin = 4; -static constexpr int s_capacitybarHeight = 6; static constexpr auto s_pollFreeSpaceInterval = 1min; KFilePlacesViewDelegate::KFilePlacesViewDelegate(KFilePlacesView *parent) @@ -80,11 +81,16 @@ KFilePlacesViewDelegate::KFilePlacesViewDelegate(KFilePlacesView *parent) KFilePlacesViewDelegate::~KFilePlacesViewDelegate() { + clearFreeSpaceInfo(); } QSize KFilePlacesViewDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const { - int height = std::max(m_iconSize, option.fontMetrics.height()) + s_lateralMargin; + QStyleOptionViewItem hintOption(option); + hintOption.features |= QStyleOptionViewItem::HasDecoration; + hintOption.decorationSize = {m_iconSize, m_iconSize}; + + int height = QApplication::style()->sizeFromContents(QStyle::CT_ItemViewItem, &hintOption, {}, option.widget).height(); if (m_appearingItems.contains(index)) { height *= m_appearingHeightScale; @@ -155,7 +161,8 @@ void KFilePlacesViewDelegate::paint(QPainter *painter, const QStyleOptionViewIte QApplication::style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, painter); const auto accessibility = placesModel->deviceAccessibility(index); - const bool isBusy = (accessibility == KFilePlacesModel::SetupInProgress || accessibility == KFilePlacesModel::TeardownInProgress); + const bool isBusy = (accessibility == KFilePlacesModel::SetupInProgress || accessibility == KFilePlacesModel::TeardownInProgress) + || (m_emptyingTrashIndex.isValid() && m_emptyingTrashIndex == index); QIcon actionIcon; if (isBusy) { @@ -166,7 +173,7 @@ void KFilePlacesViewDelegate::paint(QPainter *painter, const QStyleOptionViewIte bool isLTR = opt.direction == Qt::LeftToRight; const int iconAreaWidth = s_lateralMargin + m_iconSize; - const int actionAreaWidth = !actionIcon.isNull() ? s_lateralMargin + actionIconSize() : 0; + const int actionAreaWidth = !actionIcon.isNull() ? s_lateralMargin + actionIconSize() : s_lateralMargin; QRect rectText((isLTR ? iconAreaWidth : actionAreaWidth) + s_lateralMargin, opt.rect.top(), opt.rect.width() - iconAreaWidth - actionAreaWidth - 2 * s_lateralMargin, @@ -459,6 +466,16 @@ void KFilePlacesViewDelegate::setHoveredAction(const QModelIndex &index) m_hoveredAction = index; } +QModelIndex KFilePlacesViewDelegate::emptyingTrashIndex() const +{ + return m_emptyingTrashIndex; +} + +void KFilePlacesViewDelegate::setEmptyingTrashIndex(const QModelIndex &index) +{ + m_emptyingTrashIndex = index; +} + bool KFilePlacesViewDelegate::pointIsHeaderArea(const QPoint &pos) const { // we only accept drag events starting from item body, ignore drag request from header @@ -601,6 +618,9 @@ void KFilePlacesViewDelegate::checkFreeSpace(const QModelIndex &index) const void KFilePlacesViewDelegate::clearFreeSpaceInfo() { + for (auto &info: m_freeSpaceInfo) { + delete info.job; + } m_freeSpaceInfo.clear(); } @@ -770,9 +790,11 @@ public: void itemAppearUpdate(qreal value); void itemDisappearUpdate(qreal value); void enableSmoothItemResizing(); - void slotEmptyTrash(); + void slotEmptyTrash(const QModelIndex &index); void deviceBusyAnimationValueChanged(const QVariant &value); + void startOrStopBusyAnimation(); + void setEmptyingTrashIndex(const QModelIndex &index); KFilePlacesView *const q; @@ -830,6 +852,7 @@ KFilePlacesView::KFilePlacesView(QWidget *parent) setMouseTracking(true); setDropIndicatorShown(false); setFrameStyle(QFrame::NoFrame); + setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setResizeMode(Adjust); @@ -1124,8 +1147,9 @@ void KFilePlacesViewPrivate::writeConfig() cg.sync(); } -void KFilePlacesViewPrivate::slotEmptyTrash() +void KFilePlacesViewPrivate::slotEmptyTrash(const QModelIndex &index) { + QPersistentModelIndex persistentIndex(index); auto *parentWindow = q->window(); using AskIface = KIO::AskUserActionInterface; @@ -1133,9 +1157,26 @@ void KFilePlacesViewPrivate::slotEmptyTrash() AskIface::EmptyTrash, AskIface::DefaultConfirmation, parentWindow); + QObject::connect(emptyTrashJob, &KIO::DeleteOrTrashJob::started, q, [this, persistentIndex] { + m_delegate->setEmptyingTrashIndex(persistentIndex); + startOrStopBusyAnimation(); + }); + QObject::connect(emptyTrashJob, &KJob::finished, q, [this] { + m_delegate->setEmptyingTrashIndex({}); + startOrStopBusyAnimation(); + }); emptyTrashJob->start(); } +void KFilePlacesViewPrivate::startOrStopBusyAnimation() +{ + if (!m_busyDevices.isEmpty() || m_delegate->emptyingTrashIndex().isValid()) { + m_deviceBusyAnimation.start(); + } else { + m_deviceBusyAnimation.stop(); + } +} + void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) { KFilePlacesModel *placesModel = qobject_cast(model()); @@ -1169,6 +1210,7 @@ void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) QAction *newWindow = nullptr; QAction *highPriorityActionsPlaceholder = new QAction(); QAction *properties = nullptr; + QAction *openRecentlyUsedSetting = nullptr; QAction *add = nullptr; QAction *edit = nullptr; @@ -1179,9 +1221,11 @@ void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) QAction *showAll = nullptr; QMenu *iconSizeMenu = nullptr; + const bool hasRecentlyUsed = qEnvironmentVariableIsSet("KDE_FULL_SESSION") && KProtocolInfo::isKnownProtocol(QStringLiteral("recentlyused")); + if (!clickOverEmptyArea) { if (placeUrl.scheme() == QLatin1String("trash")) { - emptyTrash = new QAction(QIcon::fromTheme(QStringLiteral("trash-empty")), i18nc("@action:inmenu", "Empty Trash"), &menu); + emptyTrash = new QAction(QIcon::fromTheme(QStringLiteral("edit-delete")), i18nc("@action:inmenu", "Empty Trash"), &menu); KConfig trashConfig(QStringLiteral("trashrc"), KConfig::SimpleConfig); emptyTrash->setEnabled(!trashConfig.group(QStringLiteral("Status")).readEntry("Empty", true)); } @@ -1210,6 +1254,10 @@ void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) } } + if (hasRecentlyUsed) { + openRecentlyUsedSetting = placesModel->openRecentOption(index); + } + // TODO What about active tab? if (isSignalConnected(QMetaMethod::fromSignal(&KFilePlacesView::tabRequested))) { newTab = new QAction(QIcon::fromTheme(QStringLiteral("tab-new")), i18nc("@item:inmenu", "Open in New Tab"), &menu); @@ -1285,6 +1333,7 @@ void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) addActionToMenu(newTab); addActionToMenu(newWindow); addActionToMenu(highPriorityActionsPlaceholder); + addActionToMenu(openRecentlyUsedSetting); addActionToMenu(properties); menu.addSeparator(); @@ -1328,7 +1377,7 @@ void KFilePlacesView::contextMenuEvent(QContextMenuEvent *event) if (result) { if (result == emptyTrash) { - d->slotEmptyTrash(); + d->slotEmptyTrash(index); } else if (result == eject) { placesModel->requestEject(index); @@ -1485,10 +1534,10 @@ void KFilePlacesView::dragMoveEvent(QDragMoveEvent *event) QListView::dragMoveEvent(event); bool autoActivate = false; - // update the drop indicator + // compute the new drop indicator const QPoint pos = event->position().toPoint(); const QModelIndex index = indexAt(pos); - setDirtyRegion(d->m_dropRect); + const QRect previousDropRect = d->m_dropRect; if (index.isValid()) { d->m_dropIndex = index; const QRect rect = visualRect(index); @@ -1521,7 +1570,9 @@ void KFilePlacesView::dragMoveEvent(QDragMoveEvent *event) } } - setDirtyRegion(d->m_dropRect); + if (d->m_dropRect != previousDropRect) { + setDirtyRegion(QRegion(previousDropRect).united(d->m_dropRect)); + } } void KFilePlacesView::dropEvent(QDropEvent *event) @@ -1626,7 +1677,14 @@ void KFilePlacesView::paintEvent(QPaintEvent *event) void KFilePlacesView::startDrag(Qt::DropActions supportedActions) { d->m_delegate->startDrag(); - QListView::startDrag(supportedActions); + // here we remove DropAction::MoveAction from the list of supportedActions as this action + // makes no sense for "places view" which are rather links to other places in the system (disk, network resources, devices etc.) + // and Move-like action can be possibly destructive phisically moving source item (dragged from "places view") + // when drop in some other folder + // this is particularly dangerous when system general settings are set to "Move by default" + // (System settings -> General Behaviour -> Drag and Drop -> When dragging files or folders -> Move if on the same device) + // which makes that there is even no warning for the user that some folder is removed from its original location + QListView::startDrag(supportedActions & ~Qt::DropAction::MoveAction); } void KFilePlacesView::mousePressEvent(QMouseEvent *event) @@ -1809,9 +1867,8 @@ void KFilePlacesViewPrivate::adaptItemSize() maxWidth = q->viewport()->width() - (*widestTwentyPercentOfTextWidths.rbegin()) - 4 * margin - 1; } - const int totalItemsHeight = (fm.height() / 2) * rowCount; const int totalSectionsHeight = m_delegate->sectionHeaderHeight(QModelIndex()) * sectionsCount(); - const int maxHeight = ((q->height() - totalSectionsHeight - totalItemsHeight) / rowCount) - 1; + const int maxHeight = qCeil((q->height() - totalSectionsHeight) / rowCount) - s_lateralMargin; int size = qMin(maxHeight, maxWidth); @@ -1836,6 +1893,11 @@ void KFilePlacesViewPrivate::relayoutIconSize(const int size) if (shouldAnimate() && m_smoothItemResizing) { m_oldSize = m_delegate->iconSize(); m_endSize = size; + + if (m_endSize < m_oldSize) { + // avoids flashing the scroll bar when the icons are getting smaller + q->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); + } if (m_adaptItemsTimeline.state() != QTimeLine::Running) { m_adaptItemsTimeline.start(); } @@ -1928,8 +1990,8 @@ void KFilePlacesViewPrivate::addPlace(const QModelIndex &index) QUrl url = m_currentUrl; QString label; - QString iconName = QStringLiteral("folder"); - bool appLocal = true; + QString iconName = QString(); // let it figure out the icon for itself + bool appLocal = false; if (KFilePlaceEditDialog::getInformation(true, url, label, iconName, true, appLocal, 64, q)) { QString appName; if (appLocal) { @@ -2107,6 +2169,8 @@ void KFilePlacesViewPrivate::adaptItemsUpdate(qreal value) m_delegate->setIconSize(size); q->scheduleDelayedItemsLayout(); + + q->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); } void KFilePlacesViewPrivate::itemAppearUpdate(qreal value) @@ -2137,6 +2201,9 @@ void KFilePlacesViewPrivate::deviceBusyAnimationValueChanged(const QVariant &val for (const auto &idx : std::as_const(m_busyDevices)) { q->update(idx); } + if (m_delegate->emptyingTrashIndex().isValid()) { + q->update(m_delegate->emptyingTrashIndex()); + } } void KFilePlacesView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList &roles) @@ -2157,12 +2224,7 @@ void KFilePlacesView::dataChanged(const QModelIndex &topLeft, const QModelIndex } d->m_busyDevices = busyDevices; - - if (busyDevices.isEmpty()) { - d->m_deviceBusyAnimation.stop(); - } else { - d->m_deviceBusyAnimation.start(); - } + d->startOrStopBusyAnimation(); } } diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.h index d52931fdaa..39764acaf3 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview.h @@ -22,32 +22,37 @@ class QContextMenuEvent; class KFilePlacesViewPrivate; -/** - * @class KFilePlacesView kfileplacesview.h +/*! + * \class KFilePlacesView * - * This class allows to display a KFilePlacesModel. + * \inmodule KIOFileWidgets + * + * \brief This class allows to display a KFilePlacesModel. */ class KIOFILEWIDGETS_EXPORT KFilePlacesView : public QListView { Q_OBJECT public: + /*! + * + */ explicit KFilePlacesView(QWidget *parent = nullptr); ~KFilePlacesView() override; - /** + /*! * The teardown function signature. Custom teardown logic * may be provided via the setTeardownFunction method. - * @since 5.91 + * \since 5.91 */ using TeardownFunction = std::function; - /** - * Whether hidden places, if any, are currently shown. - * @since 5.91 + /*! + * Returns whether hidden places, if any, are currently shown. + * \since 5.91 */ bool allPlacesShown() const; - /** + /*! * If \a enabled is true, it is allowed dropping items * above a place for e. g. copy or move operations. The application * has to take care itself to perform the operation @@ -57,38 +62,57 @@ public: * disabled. */ void setDropOnPlaceEnabled(bool enabled); + + /*! + * + */ bool isDropOnPlaceEnabled() const; - /** + /*! * If \a delay (in ms) is greater than zero, the place will * automatically be activated if an item is dragged over * and held on top of a place for at least that duraton. * - * @param delay Delay in ms, default is zero. - * @since 5.92 + * \a delay Delay in ms, default is zero. + * \since 5.92 */ void setDragAutoActivationDelay(int delay); + + /*! + * + */ int dragAutoActivationDelay() const; - /** + /*! * If \a enabled is true (the default), items will automatically resize * themselves to fill the view. * */ void setAutoResizeItemsEnabled(bool enabled); + + /*! + * + */ bool isAutoResizeItemsEnabled() const; - /** + /*! * Sets a custom function that will be called when teardown of * a device (e.g.\ unmounting a drive) is requested. - * @since 5.91 + * \since 5.91 */ void setTeardownFunction(TeardownFunction teardownFunc); QSize sizeHint() const override; // clazy:exclude=const-signal-or-slot public Q_SLOTS: + /*! + * + */ void setUrl(const QUrl &url); + + /*! + * + */ void setShowAll(bool showAll); void setModel(QAbstractItemModel *model) override; @@ -112,19 +136,19 @@ protected Q_SLOTS: void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList &roles) override; Q_SIGNALS: - /** + /*! * Emitted when an item in the places view is clicked on with left mouse * button with no modifier keys pressed. * * If a storage device needs to be mounted first, this signal is emitted once * mounting has completed successfully. * - * @param url The URL of the place - * @since 5.91 + * \a url The URL of the place + * \since 5.91 */ void placeActivated(const QUrl &url); - /** + /*! * Emitted when the URL \a url should be opened in a new inactive tab because * the user clicked on a place with the middle mouse button or * left-clicked with the Ctrl modifier pressed or selected "Open in New Tab" @@ -132,11 +156,11 @@ Q_SIGNALS: * * If a storage device needs to be mounted first, this signal is emitted once * mounting has completed successfully. - * @since 5.91 + * \since 5.91 */ void tabRequested(const QUrl &url); - /** + /*! * Emitted when the URL \a url should be opened in a new active tab because * the user clicked on a place with the middle mouse button with * the Shift modifier pressed or left-clicked with both the Ctrl and Shift @@ -144,40 +168,43 @@ Q_SIGNALS: * If a storage device needs to be mounted first, this signal is emitted once * mounting has completed successfully. - * @since 5.91 + * \since 5.91 */ void activeTabRequested(const QUrl &url); - /** + /*! * Emitted when the URL \a url should be opened in a new window because * the user left-clicked on a place with Shift modifier pressed or selected * "Open in New Window" from the context menu. * * If a storage device needs to be mounted first, this signal is emitted once * mounting has completed successfully. - * @since 5.91 + * \since 5.91 */ void newWindowRequested(const QUrl &url); - /** + /*! * Emitted just before the context menu opens. This can be used to add additional * application actions to the menu. - * @param index The model index of the place whose menu is about to open. - * @param menu The menu that will be opened. - * @since 5.91 + * + * \a index The model index of the place whose menu is about to open. + * + * \a menu The menu that will be opened. + * \since 5.91 */ void contextMenuAboutToShow(const QModelIndex &index, QMenu *menu); - /** + /*! * Emitted when allPlacesShown changes - * @since 5.91 + * \since 5.91 */ void allPlacesShownChanged(bool allPlacesShown); void urlChanged(const QUrl &url); - /** + /*! * Is emitted if items are dropped on the place \a dest. + * * The application has to take care itself about performing the * corresponding action like copying or moving. */ diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview_p.h index 694d555e01..545f37e836 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfileplacesview_p.h @@ -58,6 +58,9 @@ public: void setHoveredHeaderArea(const QModelIndex &index); void setHoveredAction(const QModelIndex &index); + QModelIndex emptyingTrashIndex() const; + void setEmptyingTrashIndex(const QModelIndex &index); + qreal contentsOpacity(const QModelIndex &index) const; bool pointIsHeaderArea(const QPoint &pos) const; @@ -100,6 +103,7 @@ private: qreal m_disappearingOpacity; qreal m_busyAnimationRotation = 0.0; + QPersistentModelIndex m_emptyingTrashIndex; bool m_showHoverIndication; QPersistentModelIndex m_hoveredHeaderArea; @@ -313,6 +317,8 @@ protected: if (mouseEvent->button() == Qt::LeftButton || mouseEvent->button() == Qt::MiddleButton) { QAbstractItemView *view = qobject_cast(q); const QModelIndex index = view->indexAt(mouseEvent->pos()); + auto *delegate = qobject_cast(view->itemDelegate()); + view->setDragEnabled(index.isValid() && !delegate->pointIsHeaderArea(mouseEvent->pos())); if (index.isValid()) { if (mouseEvent->button() == Qt::LeftButton) { if (auto *delegate = qobject_cast(view->itemDelegate())) { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.cpp index 481d324f1a..1c3358ba9a 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.cpp @@ -43,149 +43,149 @@ public: KFilePreviewGeneratorPrivate(KFilePreviewGenerator *qq, KAbstractViewAdapter *viewAdapter, QAbstractItemModel *model); ~KFilePreviewGeneratorPrivate(); - /** - * Requests a new icon for the item \a index. - * @param sequenceIndex If this is zero, the standard icon is requested, else another one. + /* + * Requests a new icon for the item index. + * sequenceIndex If this is zero, the standard icon is requested, else another one. */ void requestSequenceIcon(const QModelIndex &index, int sequenceIndex); - /** - * Generates previews for the items \a items asynchronously. + /* + * Generates previews for the items items asynchronously. */ void updateIcons(const KFileItemList &items); - /** - * Generates previews for the indices within \a topLeft - * and \a bottomRight asynchronously. + /* + * Generates previews for the indices within topLeft + * and bottomRight asynchronously. */ void updateIcons(const QModelIndex &topLeft, const QModelIndex &bottomRight); - /** - * Adds the preview \a pixmap for the item \a item to the preview + /* + * Adds the preview pixmap for the item item to the preview * queue and starts a timer which will dispatch the preview queue * later. */ void addToPreviewQueue(const KFileItem &item, const QPixmap &pixmap, KIO::PreviewJob *job); - /** + /* * Is invoked when the preview job has been finished and * removes the job from the m_previewJobs list. */ void slotPreviewJobFinished(KJob *job); - /** Synchronizes the icon of all items with the clipboard of cut items. */ + /* Synchronizes the icon of all items with the clipboard of cut items. */ void updateCutItems(); - /** + /* * Reset all icons of the items from m_cutItemsCache and clear * the cache. */ void clearCutItemsCache(); - /** + /* * Dispatches the preview queue block by block within * time slices. */ void dispatchIconUpdateQueue(); - /** + /* * Pauses all icon updates and invokes KFilePreviewGenerator::resumeIconUpdates() * after a short delay. Is invoked as soon as the user has moved * a scrollbar. */ void pauseIconUpdates(); - /** + /* * Resumes the icons updates that have been paused after moving the * scrollbar. The previews for the current visible area are * generated first. */ void resumeIconUpdates(); - /** + /* * Starts the resolving of the MIME types from * the m_pendingItems queue. */ void startMimeTypeResolving(); - /** + /* * Resolves the MIME type for exactly one item of the * m_pendingItems queue. */ void resolveMimeType(); - /** - * Returns true, if the item \a item has been cut into + /* + * Returns true, if the item item has been cut into * the clipboard. */ bool isCutItem(const KFileItem &item) const; - /** - * Applies a cut-item effect to all given \a items, if they + /* + * Applies a cut-item effect to all given items, if they * are marked as cut in the clipboard. */ void applyCutItemEffect(const KFileItemList &items); - /** + /* * Applies a frame around the icon. False is returned if * no frame has been added because the icon is too small. */ bool applyImageFrame(QPixmap &icon); - /** - * Resizes the icon to \a maxSize if the icon size does not + /* + * Resizes the icon to maxSize if the icon size does not * fit into the maximum size. The aspect ratio of the icon * is kept. */ void limitToSize(QPixmap &icon, const QSize &maxSize); - /** + /* * Creates previews by starting new preview jobs for the items * and triggers the preview timer. */ void createPreviews(const KFileItemList &items); - /** + /* * Helper method for createPreviews(): Starts a preview job for the given * items. For each returned preview addToPreviewQueue() will get invoked. */ void startPreviewJob(const KFileItemList &items, int width, int height); - /** Kills all ongoing preview jobs. */ + /* Kills all ongoing preview jobs. */ void killPreviewJobs(); - /** - * Orders the items \a items in a way that the visible items + /* + * Orders the items items in a way that the visible items * are moved to the front of the list. When passing this * list to a preview job, the visible items will get generated * first. */ void orderItems(KFileItemList &items); - /** + /* * Helper method for KFilePreviewGenerator::updateIcons(). Adds - * recursively all items from the model to the list \a list. + * recursively all items from the model to the list list. */ void addItemsToList(const QModelIndex &index, KFileItemList &list); - /** + /* * Updates the icons of files that are constantly changed due to a copy * operation. See m_changedItems and m_changedItemsTimer for details. */ void delayedIconUpdate(); - /** + /* * Any items that are removed from the model are also removed from m_changedItems. */ void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end); - /** Remembers the pixmap for an item specified by an URL. */ + /* Remembers the pixmap for an item specified by an URL. */ struct ItemInfo { QUrl url; QPixmap pixmap; }; - /** + /* * During the lifetime of a DataChangeObtainer instance changing * the data of the model won't trigger generating a preview. */ @@ -211,24 +211,24 @@ public: bool m_previewShown = true; - /** + /* * True, if m_pendingItems and m_dispatchedItems should be * cleared when the preview jobs have been finished. */ bool m_clearItemQueues = true; - /** + /* * True if a selection has been done which should cut items. */ bool m_hasCutSelection = false; - /** + /* * True if the updates of icons has been paused by pauseIconUpdates(). * The value is reset by resumeIconUpdates(). */ bool m_iconUpdatesPaused = false; - /** + /* * If the value is 0, the slot * updateIcons(const QModelIndex&, const QModelIndex&) has * been triggered by an external data change. @@ -245,7 +245,7 @@ public: QPointer m_dirModel; QAbstractProxyModel *m_proxyModel = nullptr; - /** + /* * Set of all items that already have the 'cut' effect applied, together with the pixmap it was applied to * This is used to make sure that the 'cut' effect is applied max. once for each pixmap * @@ -256,7 +256,7 @@ public: QList m_previews; QMap m_sequenceIndices; - /** + /* * When huge items are copied, it must be prevented that a preview gets generated * for each item size change. m_changedItems keeps track of the changed items and it * is assured that a final preview is only done if an item does not change within @@ -265,13 +265,13 @@ public: QHash m_changedItems; QTimer *m_changedItemsTimer = nullptr; - /** + /* * Contains all items where a preview must be generated, but * where the preview job has not dispatched the items yet. */ KFileItemList m_pendingItems; - /** + /* * Contains all items, where a preview has already been * generated by the preview jobs. */ @@ -284,7 +284,7 @@ public: std::unique_ptr m_tileSet; }; -/** +/* * If the passed item view is an instance of QListView, expensive * layout operations are blocked in the constructor and are unblocked * again in the destructor. @@ -331,7 +331,7 @@ private: QListView *m_view = nullptr; }; -/** Helper class for drawing frames for image previews. */ +/* Helper class for drawing frames for image previews. */ class KFilePreviewGeneratorPrivate::TileSet { public: @@ -623,17 +623,11 @@ void KFilePreviewGeneratorPrivate::addToPreviewQueue(const KFileItem &item, cons const int slashIndex = mimeType.indexOf(QLatin1Char('/')); const auto mimeTypeGroup = QStringView(mimeType).left(slashIndex); if (mimeTypeGroup != QLatin1String("image") || !applyImageFrame(icon)) { - limitToSize(icon, m_viewAdapter->iconSize()); - } - - if (m_hasCutSelection && isCutItem(item)) { - // apply the disabled effect to the icon for marking it as "cut item" - // and apply the icon to the item - KIconEffect::toDisabled(icon); + limitToSize(icon, m_viewAdapter->iconSize() * pixmap.devicePixelRatio()); } const QSize size = icon.size(); - icon = KIconUtils::addOverlays(icon, item.overlays()).pixmap(size); + icon = KIconUtils::addOverlays(icon, item.overlays()).pixmap(size / pixmap.devicePixelRatio(), pixmap.devicePixelRatio()); // remember the preview and URL, so that it can be applied to the model // in KFilePreviewGenerator::dispatchIconUpdateQueue() @@ -717,7 +711,6 @@ void KFilePreviewGeneratorPrivate::clearCutItemsCache() if (!previews.isEmpty()) { // assure that the previews gets restored Q_ASSERT(m_previewShown); - orderItems(previews); updateIcons(previews); } } @@ -739,17 +732,18 @@ void KFilePreviewGeneratorPrivate::dispatchIconUpdateQueue() for (const ItemInfo &preview : std::as_const(m_previews)) { const QModelIndex idx = dirModel->indexForUrl(preview.url); if (idx.isValid() && (idx.column() == 0)) { - dirModel->setData(idx, QIcon(preview.pixmap), Qt::DecorationRole); + auto icon = preview.pixmap; + const auto item = dirModel->itemForIndex(idx); + if (m_hasCutSelection && isCutItem(item)) { + KIconEffect::toDisabled(icon); + m_cutItemsCache.insert(item.url(), icon); + } + dirModel->setData(idx, QIcon(icon), Qt::DecorationRole); } } m_previews.clear(); } - // dispatch MIME type queue - for (const KFileItem &item : std::as_const(m_resolvedMimeTypes)) { - const QModelIndex idx = dirModel->indexForItem(item); - dirModel->itemChanged(idx); - } m_resolvedMimeTypes.clear(); m_pendingVisibleIconUpdates -= count; @@ -921,7 +915,8 @@ bool KFilePreviewGeneratorPrivate::applyImageFrame(QPixmap &icon) } // resize the icon to the maximum size minus the space required for the frame - const QSize size(maxSize.width() - TileSet::LeftMargin - TileSet::RightMargin, maxSize.height() - TileSet::TopMargin - TileSet::BottomMargin); + const QSize size(qFloor(maxSize.width() * icon.devicePixelRatio()) - TileSet::LeftMargin - TileSet::RightMargin, + qFloor(maxSize.height() * icon.devicePixelRatio()) - TileSet::TopMargin - TileSet::BottomMargin); limitToSize(icon, size); if (!m_tileSet) { @@ -929,6 +924,7 @@ bool KFilePreviewGeneratorPrivate::applyImageFrame(QPixmap &icon) } QPixmap framedIcon(icon.size().width() + TileSet::LeftMargin + TileSet::RightMargin, icon.size().height() + TileSet::TopMargin + TileSet::BottomMargin); + framedIcon.setDevicePixelRatio(icon.devicePixelRatio()); framedIcon.fill(Qt::transparent); QPainter painter; @@ -1003,6 +999,7 @@ void KFilePreviewGeneratorPrivate::startPreviewJob(const KFileItemList &items, i } KIO::PreviewJob *job = KIO::filePreview(items, QSize(width, height), &m_enabledPlugins); + job->setDevicePixelRatio(qApp->devicePixelRatio()); // Set the sequence index to the target. We only need to check if items.count() == 1, // because requestSequenceIcon(..) creates exactly such a request. @@ -1015,6 +1012,11 @@ void KFilePreviewGeneratorPrivate::startPreviewJob(const KFileItemList &items, i q->connect(job, &KIO::PreviewJob::gotPreview, q, [this, job](const KFileItem &item, const QPixmap &pixmap) { addToPreviewQueue(item, pixmap, job); + m_dirModel->setData(m_dirModel->indexForItem(item), job->handlesSequences(), KDirModel::HandleSequencesRole); + }); + + q->connect(job, &KIO::PreviewJob::failed, q, [this, job](const KFileItem &item) { + m_dirModel->setData(m_dirModel->indexForItem(item), job->handlesSequences(), KDirModel::HandleSequencesRole); }); q->connect(job, &KIO::PreviewJob::finished, q, [this, job]() { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.h index 7c00c76e3e..95e8a2e1fc 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilepreviewgenerator.h @@ -20,23 +20,26 @@ class QAbstractProxyModel; class KFilePreviewGeneratorPrivate; -/** - * @class KFilePreviewGenerator kfilepreviewgenerator.h +/*! + * \class KFilePreviewGenerator + * \inmodule KIOFileWidgets * - * @brief Generates previews for files of an item view. + * \brief Generates previews for files of an item view. * * Per default a preview is generated for each item. * Additionally the clipboard is checked for cut items. * The icon state for cut items gets dimmed automatically. * * The following strategy is used when creating previews: - * - The previews for currently visible items are created before + * \list + * \li The previews for currently visible items are created before * the previews for invisible items. - * - If the user changes the visible area by using the scrollbars, + * \li If the user changes the visible area by using the scrollbars, * all pending previews get paused. As soon as the user stays * on the same position for a short delay, the previews are * resumed. Also in this case the previews for the visible items * are generated first. + * \endlist * */ class KIOFILEWIDGETS_EXPORT KFilePreviewGenerator : public QObject @@ -44,8 +47,8 @@ class KIOFILEWIDGETS_EXPORT KFilePreviewGenerator : public QObject Q_OBJECT public: - /** - * @param parent Item view containing the file items where previews should + /*! + * \a parent Item view containing the file items where previews should * be generated. It is mandatory that the item view specifies * an icon size by QAbstractItemView::setIconSize() and that * the model of the view (or the source model of the proxy model) @@ -53,12 +56,12 @@ public: */ KFilePreviewGenerator(QAbstractItemView *parent); - /** @internal */ + /*! \internal */ KFilePreviewGenerator(KAbstractViewAdapter *parent, QAbstractProxyModel *model); ~KFilePreviewGenerator() override; - /** + /*! * If \a show is set to true, a preview is generated for each item. If \a show * is false, the MIME type icon of the item is shown instead. Per default showing * the preview is turned on. Note that it is mandatory that the item view @@ -66,9 +69,13 @@ public: * KFilePreviewGenerator::isPreviewShown() will always return false. */ void setPreviewShown(bool show); + + /*! + * + */ bool isPreviewShown() const; - /** + /*! * Sets the list of enabled thumbnail plugins. * Per default all plugins enabled in the KConfigGroup "PreviewSettings" * are used. @@ -78,18 +85,18 @@ public: * * For a list of available plugins, call KIO::PreviewJob::availableThumbnailerPlugins(). * - * @see enabledPlugins + * \sa enabledPlugins */ void setEnabledPlugins(const QStringList &list); - /** + /*! * Returns the list of enabled thumbnail plugins. - * @see setEnabledPlugins + * \sa setEnabledPlugins */ QStringList enabledPlugins() const; public Q_SLOTS: - /** + /*! * Updates the icons for all items. Usually it is only * necessary to invoke this method when the icon size of the abstract item view * has been changed by QAbstractItemView::setIconSize(). Note that this method @@ -98,7 +105,7 @@ public Q_SLOTS: */ void updateIcons(); - /** Cancels all pending previews. */ + /*! Cancels all pending previews. */ void cancelPreviews(); private: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.cpp index 36ae6f3004..f15c5f2947 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.cpp @@ -16,12 +16,11 @@ #include "../utils_p.h" #include "kfilebookmarkhandler_p.h" -#include "kfileplacesmodel.h" -#include "kfileplacesview.h" #include "kfilepreviewgenerator.h" #include "kfilewidgetdocktitlebar_p.h" #include "kurlcombobox.h" #include "kurlnavigator.h" +#include "kurlnavigatorbuttonbase_p.h" #include @@ -43,6 +42,7 @@ #include #include #include +#include #include #include #include @@ -53,7 +53,6 @@ #include #include -#include #include #include #include @@ -76,6 +75,7 @@ #include #include +#include Q_DECLARE_LOGGING_CATEGORY(KIO_KFILEWIDGETS_FW) Q_LOGGING_CATEGORY(KIO_KFILEWIDGETS_FW, "kf.kio.kfilewidgets.kfilewidget", QtInfoMsg) @@ -109,6 +109,7 @@ public: void initZoomWidget(); void initLocationWidget(); void initFilterWidget(); + void initQuickFilterWidget(); void updateLocationWhatsThis(); void updateAutoSelectExtension(); void initPlacesPanel(); @@ -124,33 +125,33 @@ public: QString findMatchingFilter(const QString &filter, const QString &filename) const; void updateFilter(); void updateFilterText(); - /** + /* * Parses the string "line" for files. If line doesn't contain any ", the * whole line will be interpreted as one file. If the number of " is odd, * an empty list will be returned. Otherwise, all items enclosed in " " * will be returned as correct urls. */ QList tokenize(const QString &line) const; - /** + /* * Reads the recent used files and inserts them into the location combobox */ void readRecentFiles(); - /** + /* * Saves the entries from the location combobox. */ void saveRecentFiles(); - /** + /* * called when an item is highlighted/selected in multiselection mode. * handles setting the m_locationEdit. */ void multiSelectionChanged(); - /** + /* * Returns the absolute version of the URL specified in m_locationEdit. */ QUrl getCompleteUrl(const QString &) const; - /** + /* * Asks for overwrite confirmation using a KMessageBox and returns * true if the user accepts. * @@ -163,12 +164,13 @@ public: void enterUrl(const QUrl &); void enterUrl(const QString &); void locationAccepted(const QString &); - void slotFilterChanged(); - void fileHighlighted(const KFileItem &); + void slotFileFilterChanged(); + void slotQuickFilterChanged(); + void fileHighlighted(const KFileItem &, bool); void fileSelected(const KFileItem &); void slotLoadingFinished(); void togglePlacesPanel(bool show, QObject *sender = nullptr); - void toggleBookmarks(bool); + void setQuickFilterVisible(bool); void slotAutoSelectExtClicked(); void placesViewSplitterMoved(int, int); void activateUrlNavigator(); @@ -187,8 +189,9 @@ public: void addToRecentDocuments(); QString locationEditCurrentText() const; + void updateNameFilter(const KFileFilter &); - /** + /* * KIO::NetAccess::mostLocalUrl local replacement. * This method won't show any progress dialogs for stating, since * they are very annoying when stating. @@ -197,6 +200,16 @@ public: void setInlinePreviewShown(bool show); + /* + * If we're saving and our mode is Directory + * allow selecting the current folder we're browsing. + * This behavior is expected from Ark, where it is used for extracting + * to current folder even if the input is empty. + */ + bool currentDirSelectable() const; + + void updatePlaceholderText() const; + KFileWidget *const q; // the last selected url @@ -248,6 +261,11 @@ public: KFileFilterCombo *m_filterWidget = nullptr; QTimer m_filterDelayTimer; + QWidget *m_quickFilter = nullptr; + QLineEdit *m_quickFilterEdit = nullptr; + QToolButton *m_quickFilterLock = nullptr; + QToolButton *m_quickFilterClose = nullptr; + KFilePlacesModel *m_model = nullptr; // whether or not the _user_ has checked the above box @@ -287,8 +305,8 @@ public: KConfigGroup m_configGroup; KConfigGroup m_stateConfigGroup; - KToggleAction *m_toggleBookmarksAction = nullptr; KToggleAction *m_togglePlacesPanelAction = nullptr; + KToggleAction *m_toggleQuickFilterAction = nullptr; }; Q_GLOBAL_STATIC(QUrl, lastDirectory) // to set the start path @@ -382,6 +400,9 @@ KFileWidget::KFileWidget(const QUrl &_startDir, QWidget *parent) connect(d->m_urlNavigator, &KUrlNavigator::urlChanged, this, [this](const QUrl &url) { d->enterUrl(url); + if (d->currentDirSelectable()) { + d->updatePlaceholderText(); + } }); connect(d->m_urlNavigator, &KUrlNavigator::returnPressed, d->m_ops, qOverload<>(&QWidget::setFocus)); @@ -391,6 +412,7 @@ KFileWidget::KFileWidget(const QUrl &_startDir, QWidget *parent) // "Filter:" line-edit and label d->initFilterWidget(); + d->initQuickFilterWidget(); // the Automatically Select Extension checkbox // (the text, visibility etc. is set in updateAutoSelectExtension(), which is called by readConfig()) d->m_autoSelectExtCheckBox = new QCheckBox(this); @@ -424,11 +446,6 @@ KFileWidget::KFileWidget(const QUrl &_startDir, QWidget *parent) d->m_ops->action(KDirOperator::ShowPreview)->setChecked(d->m_ops->isInlinePreviewShown()); d->slotDirOpIconSizeChanged(d->m_ops->iconSize()); - KFilePreviewGenerator *pg = d->m_ops->previewGenerator(); - if (pg) { - d->m_ops->action(KDirOperator::ShowPreview)->setChecked(pg->isPreviewShown()); - } - // getStartUrl() above will have resolved the startDir parameter into // a directory and file name in the two cases: (a) where it is a // special "kfiledialog:" URL, or (b) where it is a plain file name @@ -527,12 +544,14 @@ void KFileWidget::clearFilter() d->updateAutoSelectExtension(); } +#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 19) void KFileWidget::setPreviewWidget(KPreviewWidgetBase *w) { d->m_ops->setPreviewWidget(w); d->m_ops->clearHistory(); d->m_hasView = true; } +#endif QUrl KFileWidgetPrivate::getCompleteUrl(const QString &_url) const { @@ -574,7 +593,7 @@ QSize KFileWidget::sizeHint() const static QString relativePathOrUrl(const QUrl &baseUrl, const QUrl &url); -/** +/* * Escape the given Url so that is fit for use in the selected list of file. This * mainly handles double quote (") characters. These are used to separate entries * in the list, however, if `"` appears in the filename (or path), this will be @@ -619,7 +638,7 @@ void KFileWidget::slotOk() return; } - /** + /* * Logic of the next part of code (ends at "end multi relative urls"). * * We allow for instance to be at "/" and insert '"home/foo/bar.txt" "boot/grub/menu.lst"'. @@ -703,7 +722,7 @@ void KFileWidget::slotOk() slotOk(); return; } - /** + /* * end multi relative urls */ } else if (!locationEditCurrentTextList.isEmpty()) { @@ -756,6 +775,12 @@ void KFileWidget::slotOk() locationEditCurrentTextList = {url}; } } + } else if (d->currentDirSelectable() && d->m_locationEdit->lineEdit()->text().isEmpty()) { + // select the current Url + d->m_url = d->m_ops->url(); + + Q_EMIT accepted(); + return; } // restore it @@ -765,7 +790,6 @@ void KFileWidget::slotOk() // this is the general loop for the File and Files mode. Obviously we know // that the File mode will iterate only one time here QList::ConstIterator it = locationEditCurrentTextList.constBegin(); - bool filesInList = false; while (it != locationEditCurrentTextList.constEnd()) { QUrl url(*it); @@ -803,33 +827,8 @@ void KFileWidget::slotOk() return; } - // if we are given a folder when not on directory mode, let's get into it + // if user has typed folder name manually, open it if (res && !directoryMode && statJob->statResult().isDir()) { - // check if we were given more than one folder, in that case we don't know to which one - // cd - ++it; - while (it != locationEditCurrentTextList.constEnd()) { - QUrl checkUrl(*it); - KIO::StatJob *checkStatJob = KIO::stat(checkUrl, KIO::HideProgressInfo); - KJobWidgets::setWindow(checkStatJob, this); - bool res = checkStatJob->exec(); - if (res && checkStatJob->statResult().isDir()) { - KMessageBox::error(this, - i18n("More than one folder has been selected and this dialog does not accept folders, so it is not possible to decide " - "which one to enter. Please select only one folder to list it."), - i18n("More than one folder provided")); - return; - } else if (res) { - filesInList = true; - } - ++it; - } - if (filesInList) { - KMessageBox::information( - this, - i18n("At least one folder and one file has been selected. Selected files will be ignored and the selected folder will be listed"), - i18n("Files and folders selected")); - } d->m_ops->setUrl(url, true); const bool signalsBlocked = d->m_locationEdit->lineEdit()->blockSignals(true); d->m_locationEdit->lineEdit()->setText(QString()); @@ -844,7 +843,6 @@ void KFileWidget::slotOk() if (!onlyDirectoryMode || (res && statJob->statResult().isDir())) { d->m_urlList << url; } - filesInList = true; } else { KMessageBox::error(this, i18n("The file \"%1\" could not be found", url.toDisplayString(QUrl::PreferLocalFile)), i18n("Cannot open file")); return; // do not emit accepted() if we had ExistingOnly flag and stat failed @@ -911,7 +909,7 @@ void KFileWidget::accept() d->m_ops->close(); } -void KFileWidgetPrivate::fileHighlighted(const KFileItem &i) +void KFileWidgetPrivate::fileHighlighted(const KFileItem &i, bool isKeyNavigation) { if ((m_locationEdit->hasFocus() && !m_locationEdit->currentText().isEmpty())) { // don't disturb return; @@ -950,7 +948,7 @@ void KFileWidgetPrivate::fileHighlighted(const KFileItem &i) // rename it if desired // Note that double-clicking will override this and overwrite regardless of // single/double click mouse setting (see slotViewDoubleClicked() ) - if (m_operationMode == KFileWidget::Saving) { + if (!isKeyNavigation && m_operationMode == KFileWidget::Saving) { m_locationEdit->setFocus(); } } @@ -995,11 +993,29 @@ void KFileWidgetPrivate::multiSelectionChanged() return; } - setLocationText(list.targetUrlList()); + // Allow single folder selection, so user can click "Open" to open it + if (list.length() == 1 && list.first().isDir()) { + setLocationText(list.first().targetUrl()); + return; + } + // Remove any selected folders from the locations + QList urlList; + for (const auto &item : list) { + if (!item.isDir()) { + urlList.append(item.targetUrl()); + } + } + setLocationText(urlList); } void KFileWidgetPrivate::setLocationText(const QUrl &url) { + // fileHighlighed and fileSelected will be called one after the other: + // avoid to set two times in a row the location text with the same name + // as this would insert spurious entries in the undo stack + if ((url.isEmpty() && m_locationEdit->lineEdit()->text().isEmpty()) || m_locationEdit->lineEdit()->text() == escapeDoubleQuotes(url.fileName())) { + return; + } // Block m_locationEdit signals as setCurrentItem() will cause textChanged() to get // emitted, so slotLocationChanged() will be called. Make sure we don't clear the // KDirOperator's view-selection in there @@ -1014,7 +1030,8 @@ void KFileWidgetPrivate::setLocationText(const QUrl &url) q->setUrl(url, false); } } - m_locationEdit->setEditText(escapeDoubleQuotes(url.fileName())); + m_locationEdit->lineEdit()->selectAll(); + m_locationEdit->lineEdit()->insert(escapeDoubleQuotes(url.fileName())); } else if (!m_locationEdit->lineEdit()->text().isEmpty()) { m_locationEdit->clearEditText(); } @@ -1066,10 +1083,14 @@ void KFileWidgetPrivate::initDirOpWidgets() m_urlNavigator = new KUrlNavigator(m_model, QUrl(), m_opsWidget); // d->m_toolbar); m_urlNavigator->setPlacesSelectorVisible(false); - m_urlNavigator->setContentsMargins(q->style()->pixelMetric(QStyle::PM_LayoutLeftMargin), - 0, - q->style()->pixelMetric(QStyle::PM_LayoutRightMargin), - q->style()->pixelMetric(QStyle::PM_LayoutBottomMargin) - 2); + // Add the urlNavigator inside a widget to give it proper padding + const auto navWidget = new QWidget(m_opsWidget); + const auto navLayout = new QHBoxLayout(navWidget); + navLayout->addWidget(m_urlNavigator); + navLayout->setContentsMargins(q->style()->pixelMetric(QStyle::PM_LayoutLeftMargin), + 0, + q->style()->pixelMetric(QStyle::PM_LayoutRightMargin), + q->style()->pixelMetric(QStyle::PM_LayoutBottomMargin)); m_messageWidget = new KMessageWidget(q); m_messageWidget->setMessageType(KMessageWidget::Error); @@ -1094,7 +1115,7 @@ void KFileWidgetPrivate::initDirOpWidgets() urlEntered(url); }); q->connect(m_ops, &KDirOperator::fileHighlighted, q, [this](const KFileItem &item) { - fileHighlighted(item); + fileHighlighted(item, m_ops->usingKeyNavigation()); }); q->connect(m_ops, &KDirOperator::fileSelected, q, [this](const KFileItem &item) { fileSelected(item); @@ -1125,7 +1146,7 @@ void KFileWidgetPrivate::initDirOpWidgets() initToolbar(); m_opsWidgetLayout->addWidget(m_toolbar); - m_opsWidgetLayout->addWidget(m_urlNavigator); + m_opsWidgetLayout->addWidget(navWidget); m_opsWidgetLayout->addWidget(m_messageWidget); m_opsWidgetLayout->addWidget(topSeparator); m_opsWidgetLayout->addWidget(m_ops); @@ -1210,10 +1231,11 @@ void KFileWidgetPrivate::initToolbar() togglePlacesPanel(show); }); - m_toggleBookmarksAction = new KToggleAction(i18n("Show Bookmarks Button"), q); - q->addAction(m_toggleBookmarksAction); - q->connect(m_toggleBookmarksAction, &QAction::toggled, q, [this](bool show) { - toggleBookmarks(show); + m_toggleQuickFilterAction = new KToggleAction(i18n("Show Quick Filter"), q); + q->addAction(m_toggleQuickFilterAction); + m_toggleQuickFilterAction->setShortcuts(QList{QKeySequence(Qt::CTRL | Qt::Key_I), QKeySequence(Qt::Key_Backslash)}); + q->connect(m_toggleQuickFilterAction, &QAction::toggled, q, [this](bool show) { + setQuickFilterVisible(show); }); // Build the settings menu @@ -1233,7 +1255,7 @@ void KFileWidgetPrivate::initToolbar() menu->addSeparator(); menu->addAction(m_ops->action(KDirOperator::ShowHiddenFiles)); menu->addAction(m_togglePlacesPanelAction); - menu->addAction(m_toggleBookmarksAction); + menu->addAction(m_toggleQuickFilterAction); menu->addAction(m_ops->action(KDirOperator::ShowPreviewPanel)); menu->setPopupMode(QToolButton::InstantPopup); @@ -1249,6 +1271,12 @@ void KFileWidgetPrivate::initToolbar() "These bookmarks are specific to the file dialog, but otherwise operate " "like bookmarks elsewhere in KDE.

    This specific cache is an area on the disk where recently read web " @@ -8942,9 +9328,6 @@ msgstr "若您不信任此程式,請點擊「取消」" #~ msgid "Read only" #~ msgstr "唯讀" -#~ msgid "File system:" -#~ msgstr "檔案系統:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "裝載點 (/mnt/floppy):" diff --git a/local/recipes/kde/kf6-kio/source/src/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/CMakeLists.txt index c9d783fe20..6c68a7f54a 100644 --- a/local/recipes/kde/kf6-kio/source/src/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/CMakeLists.txt @@ -1,41 +1,39 @@ add_subdirectory(core) # KIOCore-only executables -if (NOT KIOCORE_ONLY) - if (NOT ANDROID) - endif() - - if (HAVE_QTDBUS) - endif() - add_subdirectory(kioworker) +if (NOT ANDROID) + add_subdirectory(kioworkers) endif() -if (NOT KIOCORE_ONLY) -add_subdirectory(gui) -add_subdirectory(widgets) - if (HAVE_QTDBUS) + add_subdirectory(kiod) + add_subdirectory(kssld) endif() +add_subdirectory(kioworker) -if (NOT ANDROID) -endif() +if (NOT KIOCORE_ONLY) + add_subdirectory(gui) + if (NOT ANDROID) + add_subdirectory(schemehandlers) + endif() -set(NON_KIOCORE_LINK_QCHS - Qt6Widgets_QCH - Qt6Network_QCH - KF6Completion_QCH - KF6WidgetsAddons_QCH - KF6JobWidgets_QCH - KF6Bookmarks_QCH - KF6ItemViews_QCH - KF6Solid_QCH - KF6WindowSystem_QCH -) + if (NOT KIOGUI_ONLY) + add_subdirectory(widgets) -if(BUILD_DESIGNERPLUGIN AND HAVE_QTDBUS) - add_subdirectory(designer) -endif() + if (HAVE_QTDBUS) + add_subdirectory(kpasswdserver) + add_subdirectory(kioexec) + endif() + if (NOT ANDROID) + add_subdirectory(filewidgets) + add_subdirectory(urifilters) + endif() + + if(BUILD_DESIGNERPLUGIN AND HAVE_QTDBUS) + add_subdirectory(designer) + endif() + endif() endif() ecm_qt_install_logging_categories( @@ -43,82 +41,3 @@ ecm_qt_install_logging_categories( FILE kio.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} ) - -if (BUILD_QCH) - macro(_make_absolute var_name base_path) - set(_result) - foreach(_path ${${var_name}}) - if(IS_ABSOLUTE "${_path}") - list(APPEND _result "${_path}") - else() - list(APPEND _result "${base_path}/${_path}") - endif() - endforeach() - set(${var_name} ${_result}) - endmacro() - - _make_absolute(KIOCore_QCH_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/core") - _make_absolute(KIOGui_QCH_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/gui") - _make_absolute(KIOWidgets_QCH_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/widgets") - _make_absolute(KIOFileWidgets_QCH_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/filewidgets") - - ecm_add_qch( - KF6KIO_QCH - NAME KIO - BASE_NAME KF6KIO - VERSION ${KF_VERSION} - ORG_DOMAIN org.kde - SOURCES # using only public headers, to cover only public API - ${KIOCore_QCH_SOURCES} - ${KIOGui_QCH_SOURCES} - ${KIOWidgets_QCH_SOURCES} - ${KIOFileWidgets_QCH_SOURCES} - MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" - IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" - LINK_QCHS - KF6CoreAddons_QCH - KF6Service_QCH - ${NON_KIOCORE_LINK_QCHS} - BLANK_MACROS - KIOCORE_EXPORT - KIOCORE_DEPRECATED_EXPORT - KIOCORE_DEPRECATED - "KIOCORE_DEPRECATED_VERSION(x, y, t)" - "KIOCORE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" - "KIOCORE_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" - "KIOCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" - KIOGUI_EXPORT - KIOGUI_DEPRECATED_EXPORT - KIOGUI_DEPRECATED - "KIOGUI_DEPRECATED_VERSION(x, y, t)" - "KIOGUI_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t))" - "KIOGUI_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" - "KIOGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t))" - KIOWIDGETS_EXPORT - KIOWIDGETS_DEPRECATED_EXPORT - KIOWIDGETS_DEPRECATED - "KIOWIDGETS_DEPRECATED_VERSION(x, y, t)" - "KIOWIDGETS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" - "KIOWIDGETS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" - "KIOWIDGETS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" - KIOFILEWIDGETS_EXPORT - KIOFILEWIDGETS_DEPRECATED_EXPORT - KIOFILEWIDGETS_DEPRECATED - "KIOFILEWIDGETS_DEPRECATED_VERSION(x, y, t)" - "KIOFILEWIDGETS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t))" - "KIOFILEWIDGETS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" - "KIOFILEWIDGETS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t))" - PREDEFINED_MACROS - "KIOCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" - "KIOCORE_BUILD_DEPRECATED_SINCE(x, y)=1" - "KIOGUI_ENABLE_DEPRECATED_SINCE(x, y)=1" - "KIOGUI_BUILD_DEPRECATED_SINCE(x, y)=1" - "KIOWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" - "KIOWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" - "KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" - "KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" - TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} - QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} - COMPONENT Devel - ) -endif() diff --git a/local/recipes/kde/kf6-kio/source/src/aclhelpers_p.h b/local/recipes/kde/kf6-kio/source/src/aclhelpers_p.h index 030c08da1b..3ad88cf042 100644 --- a/local/recipes/kde/kf6-kio/source/src/aclhelpers_p.h +++ b/local/recipes/kde/kf6-kio/source/src/aclhelpers_p.h @@ -7,7 +7,7 @@ #ifndef ACLHELPERS_P_H #define ACLHELPERS_P_H -/************************************* +/*!*********************************** * * ACL handling helpers * @@ -29,13 +29,13 @@ namespace KIO { -/** - * @internal +/*! + * \internal * WARNING: DO NOT USE outside KIO Framework */ namespace ACLPortability { -/// @internal +/// \internal __attribute__((unused)) static inline int acl_cmp(acl_t acl1, acl_t acl2) { #ifdef Q_OS_FREEBSD @@ -45,7 +45,7 @@ __attribute__((unused)) static inline int acl_cmp(acl_t acl1, acl_t acl2) #endif } -/// @internal +/// \internal __attribute__((unused)) static inline acl_t acl_from_mode(const mode_t mode) { #ifdef Q_OS_FREEBSD @@ -55,7 +55,7 @@ __attribute__((unused)) static inline acl_t acl_from_mode(const mode_t mode) #endif } -/// @internal +/// \internal static inline int acl_equiv_mode(acl_t acl, mode_t *mode_p) { #ifdef Q_OS_FREEBSD @@ -65,7 +65,7 @@ static inline int acl_equiv_mode(acl_t acl, mode_t *mode_p) #endif } -/// @internal +/// \internal __attribute__((unused)) static inline int acl_get_perm(acl_permset_t permset_d, acl_perm_t perm) { #ifdef Q_OS_FREEBSD @@ -75,7 +75,7 @@ __attribute__((unused)) static inline int acl_get_perm(acl_permset_t permset_d, #endif } -/// @internal +/// \internal __attribute__((unused)) static inline int acl_extended_file(const char *path_p) { #ifdef Q_OS_FREEBSD diff --git a/local/recipes/kde/kf6-kio/source/src/core/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/core/CMakeLists.txt index 7ca24a976c..ff9a5b14a7 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/core/CMakeLists.txt @@ -59,6 +59,7 @@ target_sources(KF6KIOCore PRIVATE filesystemfreespacejob.cpp scheduler.cpp kprotocolmanager.cpp + hostinfo.cpp kurlauthorized.cpp kacl.cpp udsentry.cpp @@ -78,13 +79,13 @@ target_sources(KF6KIOCore PRIVATE batchrenamejob.cpp worker.cpp workerinterface.cpp - hostinfo.cpp workerconfig.cpp workerfactory.cpp workerthread.cpp kfilefilter.cpp koverlayiconplugin.cpp openwith.cpp + ksslcertificatemanager.cpp ksslerroruidata.cpp ) @@ -112,7 +113,6 @@ ecm_qt_export_logging_category( IDENTIFIER KIO_COPYJOB_DEBUG CATEGORY_NAME kf.kio.core.copyjob OLD_CATEGORY_NAMES kf5.kio.core.copyjob - DEFAULT_SEVERITY Warning DESCRIPTION "KIO::CopyJob (KIO)" EXPORT KIO ) @@ -121,7 +121,6 @@ ecm_qt_export_logging_category( IDENTIFIER KIO_CORE_DIRLISTER CATEGORY_NAME kf.kio.core.dirlister OLD_CATEGORY_NAMES kf5.kio.core.dirlister - DEFAULT_SEVERITY Warning DESCRIPTION "KCoreDirLister (KIO)" EXPORT KIO ) @@ -130,7 +129,6 @@ ecm_qt_export_logging_category( IDENTIFIER KIO_CORE_SAMBASHARE CATEGORY_NAME kf.kio.core.sambashare OLD_CATEGORY_NAMES kf5.kio.core.sambashare - DEFAULT_SEVERITY Warning DESCRIPTION "sambashare (KIO)" EXPORT KIO ) @@ -139,7 +137,6 @@ ecm_qt_declare_logging_category(KF6KIOCore HEADER kiocoreconnectiondebug.h IDENTIFIER KIO_CORE_CONNECTION CATEGORY_NAME kf.kio.core.connection - DEFAULT_SEVERITY Warning DESCRIPTION "Connection (KIO)" EXPORT KIO ) @@ -176,7 +173,7 @@ ecm_generate_export_header(KF6KIOCore USE_VERSION_HEADER VERSION_BASE_NAME KIO DEPRECATED_BASE_VERSION 0 - DEPRECATION_VERSIONS 5.101 6.3 6.4 6.6 6.9 + DEPRECATION_VERSIONS 5.101 6.3 6.4 6.6 6.9 6.11 6.15 6.19 6.26 EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} ) @@ -184,10 +181,6 @@ target_include_directories(KF6KIOCore PUBLIC "$" # kio_version.h ) -target_include_directories(KF6KIOCore PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/redox_qtnetwork_compat -) - target_include_directories(KF6KIOCore INTERFACE "$" "$" @@ -196,6 +189,7 @@ target_include_directories(KF6KIOCore INTERFACE target_link_libraries(KF6KIOCore PUBLIC KF6::CoreAddons # KJob + Qt6::Network PRIVATE Qt6::Xml # davjob.cpp uses QDom Qt6::Concurrent @@ -212,10 +206,6 @@ if (HAVE_QTDBUS) target_link_libraries(KF6KIOCore PUBLIC ${DBUS_LIB}) endif() -if (TARGET KF6::AuthCore) - target_link_libraries(KF6KIOCore PRIVATE KF6::AuthCore) #SlaveBase uses KAuth::Action -endif() - if(ACL_FOUND) target_link_libraries(KF6KIOCore PRIVATE ${ACL_LIBS}) endif() @@ -323,12 +313,11 @@ ecm_generate_headers(KIOCore_HEADERS REQUIRED_HEADERS KIOCore_HEADERS ) +ecm_generate_qdoc(KF6KIOCore kiocore.qdocconf) + install(FILES ${KIOCore_CamelCase_HEADERS} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOCore/KIO COMPONENT Devel) install(FILES ${KIOCore_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/kiocore_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOCore COMPONENT Devel) - -# make available to ecm_add_qch in parent folder -set(KIOCore_QCH_SOURCES ${KIOCore_HEADERS} ${KIO_namespaced_HEADERS} PARENT_SCOPE) diff --git a/local/recipes/kde/kf6-kio/source/src/core/ConfigureChecks.cmake b/local/recipes/kde/kf6-kio/source/src/core/ConfigureChecks.cmake index cf1ae4cdc0..dacb9afb69 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/ConfigureChecks.cmake +++ b/local/recipes/kde/kf6-kio/source/src/core/ConfigureChecks.cmake @@ -37,6 +37,47 @@ if (LIBC_IS_GLIBC) return 0; } " HAVE_STATX) + check_cxx_source_compiles( + "#include + #include + #include + #include + + int main() + { + struct statx st; + int res = statx(AT_FDCWD, \".\", AT_NO_AUTOMOUNT, STATX_MNT_ID, &st); + st.stx_mnt_id = 1; + }" HAVE_STATX_MNT_ID) + check_cxx_source_compiles( + "#include + #include + #include + #include + + int main() + { + struct statx st; + int res = statx(AT_FDCWD, \".\", AT_NO_AUTOMOUNT, STATX_SUBVOL, &st); + st.stx_subvol = 1; + }" HAVE_STATX_SUBVOL) + check_cxx_source_compiles( + "#include + #include + #include + #include + + int main() + { + struct statx st; + int res = statx(AT_FDCWD, \".\", AT_NO_AUTOMOUNT, STATX_MNT_ID_UNIQUE, &st); + st.stx_mnt_id = 1; + }" HAVE_STATX_MNT_ID_UNIQUE) + else() set(HAVE_STATX 0) + set(HAVE_STATX_MNT_ID 0) + set(HAVE_STATX_SUBVOL 0) + set(HAVE_STATX_MNT_ID_UNIQUE 0) endif() + diff --git a/local/recipes/kde/kf6-kio/source/src/core/askuseractioninterface.h b/local/recipes/kde/kf6-kio/source/src/core/askuseractioninterface.h index 6e42d8c129..04d615b28d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/askuseractioninterface.h +++ b/local/recipes/kde/kf6-kio/source/src/core/askuseractioninterface.h @@ -14,6 +14,8 @@ #include #include +#include + #include class KJob; @@ -22,10 +24,12 @@ namespace KIO { class AskUserActionInterfacePrivate; -/** - * @class KIO::AskUserActionInterface askuseractioninterface.h +/*! + * \class KIO::AskUserActionInterface + * \inheaderfile KIO/AskUserActionInterface + * \inmodule KIOCore * - * @brief The AskUserActionInterface class allows a KIO::Job to prompt the user + * \brief The AskUserActionInterface class allows a KIO::Job to prompt the user * for a decision when e.g.\ copying directories/files and there is a conflict * (e.g.\ a file with the same name already exists at the destination). * @@ -34,28 +38,25 @@ class AskUserActionInterfacePrivate; * shows the dialogs using show() or open(), rather than exec(), the latter creates * a nested event loop which could lead to crashes. * - * @sa KIO::JobUiDelegateExtension + * \sa KIO::JobUiDelegateExtension * - * @since 5.78 + * \since 5.78 */ class KIOCORE_EXPORT AskUserActionInterface : public QObject { Q_OBJECT protected: - /** + /*! * Constructor */ explicit AskUserActionInterface(QObject *parent = nullptr); public: - /** - * Destructor - */ ~AskUserActionInterface() override; - /** - * @relates KIO::RenameDialog + /*! + * \sa KIO::RenameDialog * * Constructs a modal, parent-less "rename" dialog, to prompt the user for a decision * in case of conflicts, while copying/moving files. The dialog is shown using open(), @@ -63,20 +64,31 @@ public: * You will need to connect to the askUserRenameResult() signal to get the dialog's result * (exit code). The exit code is one of KIO::RenameDialog_Result. * - * @see KIO::RenameDialog_Result enum. + * \sa KIO::RenameDialog_Result * - * @param job the job that called this method - * @param title the title for the dialog box - * @param src the URL of the file/dir being copied/moved - * @param dest the URL of the destination file/dir, i.e. the one that already exists - * @param options parameters for the dialog (which buttons to show... etc), OR'ed values - * from the KIO::RenameDialog_Options enum - * @param sizeSrc size of the source file - * @param sizeDest size of the destination file - * @param ctimeSrc creation time of the source file - * @param ctimeDest creation time of the destination file - * @param mtimeSrc modification time of the source file - * @param mtimeDest modification time of the destination file + * \a job the job that called this method + * + * \a title the title for the dialog box + * + * \a src the URL of the file/dir being copied/moved + * + * \a dest the URL of the destination file/dir, i.e. the one that already exists + * + * \a options parameters for the dialog (which buttons to show... etc), OR'ed values + * + * \a from the KIO::RenameDialog_Options enum + * + * \a sizeSrc size of the source file + * + * \a sizeDest size of the destination file + * + * \a ctimeSrc creation time of the source file + * + * \a ctimeDest creation time of the destination file + * + * \a mtimeSrc modification time of the source file + * + * \a mtimeDest modification time of the destination file */ virtual void askUserRename(KJob *job, const QString &title, @@ -90,51 +102,60 @@ public: const QDateTime &mtimeSrc = {}, const QDateTime &mtimeDest = {}) = 0; - /** - * @relates KIO::SkipDialog + /*! + * \sa KIO::SkipDialog * * You need to connect to the askUserSkipResult signal to get the dialog's * result. * - * @param job the job that called this method - * @param options parameters for the dialog (which buttons to show... etc), OR'ed + * \a job the job that called this method + * + * \a options parameters for the dialog (which buttons to show... etc), OR'ed * values from the KIO::SkipDialog_Options enum - * @param error_text the error text to show to the user (usually the string returned + * + * \a error_text the error text to show to the user (usually the string returned * by KJob::errorText()) */ virtual void askUserSkip(KJob *job, KIO::SkipDialog_Options options, const QString &errorText) = 0; - /** + /*! * The type of deletion. * * Used by askUserDelete(). + * + * \value Delete Delete the files/directories directly, i.e. without moving them to Trash + * \value Trash Move the files/directories to Trash + * \value EmptyTrash Empty the Trash + * \value [since 5.100] DeleteInsteadOfTrash This is the same as Delete, but more text is added to the message to inform the user that moving to Trash was + * tried but failed due to size constraints. Typical use case is re-asking the user about deleting instead of Trashing. + * \value [since 6.21] DeleteNoTrashAvailable This is the same as DeleteInsteadOfTrash, but used when trashing failed because no trash directory + * was available. */ enum DeletionType { - Delete, /// Delete the files/directories directly, i.e. without moving them to Trash - Trash, /// Move the files/directories to Trash - EmptyTrash, /// Empty the Trash - /** - * This is the same as Delete, but more text is added to the message to inform - * the user that moving to Trash was tried but failed due to size constraints. - * Typical use case is re-asking the user about deleting instead of Trashing. - * @since 5.100 - */ - DeleteInsteadOfTrash, + Delete, + Trash, + EmptyTrash, + DeleteInsteadOfTrash, // TODO KF7 rename to DeleteTrashToSmall or something like that to prevent confusion + DeleteNoTrashAvailable, }; - /** + /*! * Deletion confirmation type. * * Used by askUserDelete(). + * + * \value DefaultConfirmation Do not ask if the user has previously set the "Do not ask again" checkbox (which is is shown in the message dialog invoked by + * askUserDelete()) + * \value ForceConfirmation Always ask the user for confirmation + * */ enum ConfirmationType { - DefaultConfirmation, ///< Do not ask if the user has previously set the "Do not ask again" - ///< checkbox (which is is shown in the message dialog invoked by askUserDelete()) - ForceConfirmation, ///< Always ask the user for confirmation + DefaultConfirmation, + ForceConfirmation, }; - /** - * Ask for confirmation before moving @p urls (files/directories) to the Trash, + /*! + * Ask for confirmation before moving \a urls (files/directories) to the Trash, * emptying the Trash, or directly deleting files (i.e. without moving to Trash). * * Note that this method is not called automatically by KIO jobs. It's the @@ -144,42 +165,63 @@ public: * You need to connect to the askUserDeleteResult signal to get the dialog's result * (exit code). * - * @param urls the urls about to be moved to the Trash or deleted directly - * @param deletionType the type of deletion (Delete for real deletion, Trash otherwise), + * \a urls the urls about to be moved to the Trash or deleted directly + * + * \a deletionType the type of deletion (Delete for real deletion, Trash otherwise), * see the DeletionType enum - * @param confirmationType The type of deletion confirmation, see the ConfirmationType enum. + * + * \a confirmationType The type of deletion confirmation, see the ConfirmationType enum. * Normally set to DefaultConfirmation - * @param parent the parent widget of the message box + * + * \a parent the parent widget of the message box */ virtual void askUserDelete(const QList &urls, DeletionType deletionType, ConfirmationType confirmationType, QWidget *parent = nullptr) = 0; // TODO KF6: replace QWidget* with QObject* + /*! + * \value [since 5.100] QuestionTwoActions + * \value [since 5.100] QuestionTwoActionsCancel + * \value [since 5.100] WarningTwoActions + * \value [since 5.100] WarningTwoActionsCancel + * \value WarningContinueCancel + * \value Information + * \value Error + */ enum MessageDialogType { - QuestionTwoActions = 1, ///< @since 5.100 - QuestionTwoActionsCancel = 2, ///< @since 5.100 - WarningTwoActions = 3, ///< @since 5.100 - WarningTwoActionsCancel = 4, ///< @since 5.100 + QuestionTwoActions = 1, + QuestionTwoActionsCancel = 2, + WarningTwoActions = 3, + WarningTwoActionsCancel = 4, WarningContinueCancel = 5, Information = 7, Error = 9, }; - /** + /*! * This function allows for the delegation of user prompts from the KIO worker. * - * @param type the desired type of message box, see the MessageDialogType enum - * @param text the message to show to the user - * @param title the title of the message dialog box - * @param primaryActionText the text for the primary action - * @param secondatyActionText the text for the secondary action - * @param primaryActionIconName the icon to show on the primary action - * @param secondatyActionIconName the icon to show on the secondary action - * @param dontAskAgainName the config key name used to store the result from - * 'Do not ask again' checkbox - * @param details more details about the message shown to the user - * @param parent the parent widget of the dialog + * \a type the desired type of message box, see the MessageDialogType enum + * + * \a text the message to show to the user + * + * \a title the title of the message dialog box + * + * \a primaryActionText the text for the primary action + * + * \a secondatyActionText the text for the secondary action + * + * \a primaryActionIconName the icon to show on the primary action + * + * \a secondatyActionIconName the icon to show on the secondary action + * + * \a dontAskAgainName the config key name used to store the result from + * 'Do not ask again' checkbox + * + * \a details more details about the message shown to the user + * + * \a parent the parent widget of the dialog */ virtual void requestUserMessageBox(MessageDialogType type, const QString &text, @@ -192,53 +234,65 @@ public: const QString &details = {}, QWidget *parent = nullptr) = 0; // TODO KF6: replace QWidget* with QObject*, document "widget or window" + /*! + * \since 6.0 + */ virtual void askIgnoreSslErrors(const QVariantMap &sslErrorData, QWidget *parent) = 0; Q_SIGNALS: - /** + /*! * Implementations of this interface must emit this signal when the rename dialog * finishes, to notify the caller of the dialog's result. * - * @param result the exit code from the rename dialog, one of the KIO::RenameDialog_Result + * \a result the exit code from the rename dialog, one of the KIO::RenameDialog_Result * enum - * @param newUrl the new destination URL set by the user - * @param parentJob the job that invoked the dialog + * + * \a newUrl the new destination URL set by the user + * + * \a parentJob the job that invoked the dialog */ void askUserRenameResult(KIO::RenameDialog_Result result, const QUrl &newUrl, KJob *parentJob); - /** + /*! * Implementations of this interface must emit this signal when the skip dialog * finishes, to notify the caller of the dialog's result. * - * @param result the exit code from the skip dialog, one of the KIO::SkipDialog_Result enum - * @param parentJob the job that invoked the dialog + * \a result the exit code from the skip dialog, one of the KIO::SkipDialog_Result enum + * + * \a parentJob the job that invoked the dialog */ void askUserSkipResult(KIO::SkipDialog_Result result, KJob *parentJob); - /** + /*! * Implementations of this interface must emit this signal when the dialog invoked * by askUserDelete() finishes, to notify the caller of the user's decision. * - * @param allowDelete set to true if the user confirmed the delete operation, otherwise + * \a allowDelete set to true if the user confirmed the delete operation, otherwise * set to false - * @param urls a list of urls to delete/trash - * @param deletionType the deletion type to use, one of KIO::AskUserActionInterface::DeletionType - * @param parent the parent widget passed to askUserDelete(), for request identification + * + * \a urls a list of urls to delete/trash + * + * \a deletionType the deletion type to use, one of KIO::AskUserActionInterface::DeletionType + * + * \a parent the parent widget passed to askUserDelete(), for request identification */ void askUserDeleteResult(bool allowDelete, const QList &urls, KIO::AskUserActionInterface::DeletionType deletionType, QWidget *parent); // TODO KF6: replace QWidget* with QObject* - /** + /*! * Implementations of this interface must emit this signal when the dialog invoked * by requestUserMessageBox() finishes, to notify the caller of the dialog's result * (exit code). * - * @param result the exit code of the dialog, one of KIO::WorkerBase::ButtonCode enum + * \a result the exit code of the dialog, one of KIO::WorkerBase::ButtonCode enum */ void messageBoxResult(int result); // TODO KF6: add a QObject* to identify requests? Or return an int from the request method and pass it back here? + /*! + * + */ void askIgnoreSslErrorsResult(int result); private: diff --git a/local/recipes/kde/kf6-kio/source/src/core/authinfo.h b/local/recipes/kde/kf6-kio/source/src/core/authinfo.h index 01ebf5ca9f..76e3cd7a0f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/authinfo.h +++ b/local/recipes/kde/kf6-kio/source/src/core/authinfo.h @@ -24,8 +24,12 @@ namespace KIO { class AuthInfoPrivate; -/** - * @class KIO::AuthInfo authinfo.h +/*! + * \class KIO::AuthInfo + * \inheaderfile KIO/AuthInfo + * \inmodule KIOCore + * + * \brief A two way messaging class for passing authentication information. * * This class is intended to make it easier to prompt for, cache * and retrieve authorization information. @@ -38,100 +42,107 @@ class AuthInfoPrivate; * prompt for password you only need to optionally set the prompt, * username (if already supplied), comment and commentLabel fields. * - * SPECIAL NOTE: If you extend this class to add additional + * \note If you extend this class to add additional * parameters do not forget to overload the stream insertion and * extraction operators ("<<" and ">>") so that the added data can * be correctly serialized. * - * @short A two way messaging class for passing authentication information. - * @author Dawit Alemayehu */ class KIOCORE_EXPORT AuthInfo { + /*! + * + */ KIOCORE_EXPORT friend QDataStream &operator<<(QDataStream &s, const AuthInfo &a); + + /*! + * + */ KIOCORE_EXPORT friend QDataStream &operator>>(QDataStream &s, AuthInfo &a); + /*! + * + */ KIOCORE_EXPORT friend QDBusArgument &operator<<(QDBusArgument &argument, const AuthInfo &a); + + /*! + * + */ KIOCORE_EXPORT friend const QDBusArgument &operator>>(const QDBusArgument &argument, AuthInfo &a); public: - /** + /*! * Default constructor. */ AuthInfo(); - /** + /*! * Copy constructor. */ AuthInfo(const AuthInfo &info); - /** - * Destructor - */ ~AuthInfo(); - /** - * Custom assignment operator. - */ AuthInfo &operator=(const AuthInfo &info); - /** + /*! * Use this method to check if the object was modified. - * @return true if the object has been modified + * Returns \c true if the object has been modified */ bool isModified() const; - /** + /*! * Use this method to indicate that this object has been modified. - * @param flag true to mark the object as modified, false to clear + * + * \a flag true to mark the object as modified, false to clear */ void setModified(bool flag); - /** + /*! * The URL for which authentication is to be stored. * * This field is required when attempting to cache authorization * and retrieve it. However, it is not needed when prompting * the user for authorization info. * - * This setting is @em required except when prompting the + * This setting is \e required except when prompting the * user for password. */ QUrl url; - /** - * This is @em required for caching. + /*! + * This is \e required for caching. */ QString username; - /** - * This is @em required for caching. + /*! + * This is \e required for caching. */ QString password; - /** + /*! * Information to be displayed when prompting * the user for authentication information. * - * @note If this field is not set, the authentication + * \note If this field is not set, the authentication * dialog simply displays the preset default prompt. * - * This setting is @em optional and empty by default. + * This setting is \e optional and empty by default. */ QString prompt; - /** + /*! * The text to displayed in the title bar of * the password prompting dialog. * - * @note If this field is not set, the authentication + * \note If this field is not set, the authentication * dialog simply displays the preset default caption. * - * This setting is @em optional and empty by default. + * This setting is \e optional and empty by default. */ QString caption; - /** + /*! * Additional comment to be displayed when prompting * the user for authentication information. * @@ -147,24 +158,24 @@ public: * * where "Server:" is the commentLabel and the rest is the * actual comment. Note that it is always better to use - * the @p commentLabel field as it will be placed properly + * the \a commentLabel field as it will be placed properly * in the dialog rather than to include it within the actual * comment. * - * This setting is @em optional and empty by default. + * This setting is \e optional and empty by default. */ QString comment; - /** + /*! * Descriptive label to be displayed in front of the * comment when prompting the user for password. * - * This setting is @em optional and only applicable when + * This setting is \e optional and only applicable when * the comment field is also set. */ QString commentLabel; - /** + /*! * A unique identifier that allows caching of multiple * passwords for different resources in the same server. * @@ -174,21 +185,21 @@ public: * generate or supply a unique id can effectively use it * to distinguish passwords. * - * This setting is @em optional and not set by default. + * This setting is \e optional and not set by default. */ QString realmValue; - /** + /*! * Field to store any extra authentication information for * protocols that need it. * - * This setting is @em optional and mostly applicable for HTTP + * This setting is \e optional and mostly applicable for HTTP * protocol. However, any protocol can make use of it to * store extra info. */ QString digestInfo; - /** + /*! * Flag that, if set, indicates whether a path match should be * performed when requesting for cached authorization. * @@ -197,18 +208,18 @@ public: * and the request's path set to "/foo/bar/acme", then it is a match * whereas it would not if the request's path was set to "/foo". * - * This setting is @em optional and false by default. + * This setting is \e optional and false by default. */ bool verifyPath; - /** + /*! * Flag which if set forces the username field to be read-only. * - * This setting is @em optional and false by default. + * This setting is \e optional and false by default. */ bool readOnly; - /** + /*! * Flag to indicate the persistence of the given password. * * This is a two-way flag, when set before calling openPasswordDialog @@ -221,8 +232,12 @@ public: */ bool keepPassword; - /** + /*! * Flags for extra fields + * + * \value ExtraFieldNoFlags + * \value ExtraFieldReadOnly + * \value ExtraFieldMandatory */ enum FieldFlags { ExtraFieldNoFlags = 0, @@ -230,7 +245,7 @@ public: ExtraFieldMandatory = 1 << 2, }; - /** + /*! * Set Extra Field Value. * Currently supported extra-fields: * "domain" (QString), @@ -240,23 +255,23 @@ public: */ void setExtraField(const QString &fieldName, const QVariant &value); - /** + /*! * Set Extra Field Flags */ void setExtraFieldFlags(const QString &fieldName, const FieldFlags flags); - /** + /*! * Get Extra Field Value * Check QVariant::isValid() to find out if the field exists. */ QVariant getExtraField(const QString &fieldName) const; - /** + /*! * Get Extra Field Flags */ AuthInfo::FieldFlags getExtraFieldFlags(const QString &fieldName) const; - /** + /*! * Register the meta-types for AuthInfo. This is called from * AuthInfo's constructor but needed by daemons on the D-Bus such * as kpasswdserver. diff --git a/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.cpp index 124652705c..131e587071 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.cpp @@ -11,6 +11,7 @@ #include "job_p.h" #include +#include #include #include @@ -22,16 +23,11 @@ using namespace KIO; class KIO::BatchRenameJobPrivate : public KIO::JobPrivate { public: - BatchRenameJobPrivate(const QList &src, const QString &newName, int index, QChar placeHolder, JobFlags flags) + BatchRenameJobPrivate(const QList &src, const renameFunctionType renamefunction, JobFlags flags) : JobPrivate() , m_srcList(src) - , m_newName(newName) - , m_index(index) - , m_placeHolder(placeHolder) + , m_renamefunction(renamefunction) , m_listIterator(m_srcList.constBegin()) - , m_allExtensionsDifferent(true) - , m_useIndex(true) - , m_appendIndex(false) , m_flags(flags) { // There occur four cases when renaming multiple files, @@ -44,45 +40,11 @@ public: // In this case nothing is substituted and all files have the same $newName. // 4. At least two files have same extension and $newName contains an invalid placeholder. // In this case $index is appended to $newName. - - // Check for extensions. - std::set extensions; - QMimeDatabase db; - for (const QUrl &url : std::as_const(m_srcList)) { - const QString extension = db.suffixForFileName(url.path()); - const auto [it, isInserted] = extensions.insert(extension); - if (!isInserted) { - m_allExtensionsDifferent = false; - break; - } - } - - // Check for exactly one placeholder character or exactly one sequence of placeholders. - int pos = newName.indexOf(placeHolder); - if (pos != -1) { - while (pos < newName.size() && newName.at(pos) == placeHolder) { - pos++; - } - } - const bool validPlaceholder = (newName.indexOf(placeHolder, pos) == -1); - - if (!validPlaceholder) { - if (!m_allExtensionsDifferent) { - m_appendIndex = true; - } else { - m_useIndex = false; - } - } } QList m_srcList; - QString m_newName; - int m_index; - QChar m_placeHolder; + const renameFunctionType m_renamefunction; QList::const_iterator m_listIterator; - bool m_allExtensionsDifferent; - bool m_useIndex; - bool m_appendIndex; QUrl m_oldUrl; QUrl m_newUrl; // for fileRenamed signal const JobFlags m_flags; @@ -93,19 +55,13 @@ public: void slotStart(); void slotReport(); - QString indexedName(const QString &name, int index, QChar placeHolder) const; - - static inline BatchRenameJob *newJob(const QList &src, const QString &newName, int index, QChar placeHolder, JobFlags flags) + static inline BatchRenameJob *newJob(const QList &src, const renameFunctionType renamefunction, JobFlags flags) { - BatchRenameJob *job = new BatchRenameJob(*new BatchRenameJobPrivate(src, newName, index, placeHolder, flags)); + BatchRenameJob *job = new BatchRenameJob(*new BatchRenameJobPrivate(src, renamefunction, flags)); job->setUiDelegate(KIO::createDefaultJobUiDelegate()); if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Rename; - } return job; } }; @@ -128,31 +84,6 @@ BatchRenameJob::~BatchRenameJob() { } -QString BatchRenameJobPrivate::indexedName(const QString &name, int index, QChar placeHolder) const -{ - if (!m_useIndex) { - return name; - } - - QString newName = name; - QString indexString = QString::number(index); - - if (m_appendIndex) { - newName.append(indexString); - return newName; - } - - // Insert leading zeros if necessary - const int minIndexLength = name.count(placeHolder); - indexString.prepend(QString(minIndexLength - indexString.length(), QLatin1Char('0'))); - - // Replace the index placeholders by the indexString - const int placeHolderStart = newName.indexOf(placeHolder); - newName.replace(placeHolderStart, minIndexLength, indexString); - - return newName; -} - void BatchRenameJobPrivate::slotStart() { Q_Q(BatchRenameJob); @@ -161,27 +92,46 @@ void BatchRenameJobPrivate::slotStart() q->setTotalAmount(KJob::Items, m_srcList.count()); } - if (m_listIterator != m_srcList.constEnd()) { - QString newName = indexedName(m_newName, m_index, m_placeHolder); - const QUrl oldUrl = *m_listIterator; - QMimeDatabase db; - const QString extension = db.suffixForFileName(oldUrl.path()); - if (!extension.isEmpty()) { - newName += QLatin1Char('.') + extension; - } - - m_oldUrl = oldUrl; - m_newUrl = oldUrl.adjusted(QUrl::RemoveFilename); - m_newUrl.setPath(m_newUrl.path() + KIO::encodeFileName(newName)); - - KIO::Job *job = KIO::moveAs(oldUrl, m_newUrl, KIO::HideProgressInfo); - job->setParentJob(q); - q->addSubjob(job); - } else { + if (m_listIterator == m_srcList.constEnd()) { m_reportTimer.stop(); slotReport(); q->emitResult(); + return; } + + QMimeDatabase db; + const QUrl oldUrl = *m_listIterator; + const QString oldFileName = oldUrl.fileName(); + const QString extension = db.suffixForFileName(oldFileName); + int lastPoint = oldFileName.lastIndexOf(QLatin1Char('.')); + QString fileNameNoExt = oldFileName.left(lastPoint); + + QString newName = m_renamefunction(fileNameNoExt); + + const QString suffix = QLatin1Char('.') + extension; + if (!extension.isEmpty() && !newName.endsWith(suffix)) { + newName += suffix; + } + + m_oldUrl = oldUrl; + m_newUrl = oldUrl.adjusted(QUrl::RemoveFilename); + m_newUrl.setPath(m_newUrl.path() + KIO::encodeFileName(newName)); + + if (m_newUrl == m_oldUrl) { + // skip + + // We still must emit fileRenamed so users have + // the corresponding number of files in the output + Q_EMIT q->fileRenamed(*m_listIterator, m_newUrl); + + ++m_listIterator; + slotStart(); + return; + } + + KIO::Job *job = KIO::moveAs(oldUrl, m_newUrl, KIO::HideProgressInfo); + job->setParentJob(q); + q->addSubjob(job); } void BatchRenameJobPrivate::slotReport() @@ -210,13 +160,84 @@ void BatchRenameJob::slotResult(KJob *job) Q_EMIT fileRenamed(*d->m_listIterator, d->m_newUrl); ++d->m_listIterator; - ++d->m_index; d->slotStart(); } -BatchRenameJob *KIO::batchRename(const QList &src, const QString &newName, int index, QChar placeHolder, KIO::JobFlags flags) +BatchRenameJob *KIO::batchRename(const QList &srcList, const QString &newName, int startIndex, QChar placeHolder, KIO::JobFlags flags) { - return BatchRenameJobPrivate::newJob(src, newName, index, placeHolder, flags); + bool allExtensionsDifferent = true; + // Check for extensions. + std::set extensions; + QMimeDatabase db; + for (const QUrl &url : std::as_const(srcList)) { + const QString extension = db.suffixForFileName(url.path()); + const auto [it, isInserted] = extensions.insert(extension); + if (!isInserted) { + allExtensionsDifferent = false; + break; + } + } + + // look for consecutive # groups + static const QRegularExpression regex(QStringLiteral("%1+").arg(placeHolder)); + + auto matchDashes = regex.globalMatch(newName); + QRegularExpressionMatch lastMatchDashes; + int matchCount = 0; + while (matchDashes.hasNext()) { + lastMatchDashes = matchDashes.next(); + matchCount++; + } + + bool validPlaceholder = matchCount == 1; + + int placeHolderStart = lastMatchDashes.capturedStart(0); + int placeHolderLength = lastMatchDashes.capturedLength(0); + + QString pattern(newName); + + if (!validPlaceholder) { + if (allExtensionsDifferent) { + // pattern: my-file + // in: file-a.txt file-b.md + } else { + // pattern: my-file + // in: file-a.txt file-b.txt + // effective pattern: my-file# + placeHolderLength = 1; + placeHolderStart = pattern.length(); + pattern.append(placeHolder); + } + } + + renameFunctionType function = + [pattern, allExtensionsDifferent, validPlaceholder, placeHolderStart, placeHolderLength, index = startIndex](const QStringView view) mutable { + Q_UNUSED(view); + + QString indexString = QString::number(index); + + if (!validPlaceholder) { + if (allExtensionsDifferent) { + // pattern: my-file + // in: file-a.txt file-b.md + return pattern; + } + } + + // Insert leading zeros if necessary + indexString = indexString.prepend(QString(placeHolderLength - indexString.length(), QLatin1Char('0'))); + + ++index; + + return QString(pattern).replace(placeHolderStart, placeHolderLength, indexString); + }; + + return BatchRenameJobPrivate::newJob(srcList, std::move(function), flags); +}; + +BatchRenameJob *KIO::batchRenameWithFunction(const QList &srcList, const renameFunctionType renameFunction, KIO::JobFlags flags) +{ + return BatchRenameJobPrivate::newJob(srcList, renameFunction, flags); } #include "moc_batchrenamejob.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.h b/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.h index f1b0ca5c92..6900e83c7a 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/batchrenamejob.h @@ -15,12 +15,14 @@ namespace KIO { class BatchRenameJobPrivate; -/** - * @class KIO::BatchRenameJob batchrenamejob.h +/*! + * \class KIO::BatchRenameJob + * \inheaderfile KIO/BatchRenameJob + * \inmodule KIOCore * - * A KIO job that renames multiple files in one go. + * \brief A KIO job that renames multiple files in one go. * - * @since 5.42 + * \since 5.42 */ class KIOCORE_EXPORT BatchRenameJob : public Job { @@ -30,44 +32,72 @@ public: ~BatchRenameJob() override; Q_SIGNALS: - /** + /*! * Signals that a file was renamed. */ void fileRenamed(const QUrl &oldUrl, const QUrl &newUrl); protected Q_SLOTS: + /*! + * \reimp + */ void slotResult(KJob *job) override; protected: - /// @internal + /*! + * \internal + */ KIOCORE_NO_EXPORT explicit BatchRenameJob(BatchRenameJobPrivate &dd); private: Q_DECLARE_PRIVATE(BatchRenameJob) }; -/** +/*! + * \relates KIO::BatchRenameJob + * * Renames multiple files at once. * * The new filename is obtained by replacing the characters represented by - * @p placeHolder by the index @p index. + * \a placeHolder by the index \a index. + * * E.g. Calling batchRename({"file:///Test.jpg"}, "Test #" 12, '#') renames * the file to "Test 12.jpg". A connected sequence of placeholders results in * leading zeros. batchRename({"file:///Test.jpg"}, "Test ####" 12, '#') renames - * the file to "Test 0012.jpg". And if no placeholder is there then @p index is - * appended to @p newName. Calling batchRename({"file:///Test.jpg"}, "NewTest" 12, '#') + * the file to "Test 0012.jpg". And if no placeholder is there then \a index is + * appended to \a newName. Calling batchRename({"file:///Test.jpg"}, "NewTest" 12, '#') * renames the file to "NewTest12.jpg". * - * @param src The list of items to rename. - * @param newName The base name to use in all new filenames. - * @param index The integer(incremented after renaming a file) to add to the base name. - * @param placeHolder The character(s) which @p index will replace. + * \a srcList The list of items to rename. * - * @return A pointer to the job handling the operation. - * @since 5.42 + * \a newName The base name to use in all new filenames. + * + * \a startIndex The integer(incremented after renaming a file) to add to the base name. + * + * \a placeHolder The character(s) which \a index will replace. + * + * Returns a pointer to the job handling the operation. + * \since 5.42 */ -KIOCORE_EXPORT BatchRenameJob *batchRename(const QList &src, const QString &newName, int index, QChar placeHolder, JobFlags flags = DefaultFlags); +// TODO KF7 remove, replaces by batchRenameWithFunction +KIOCORE_EXPORT BatchRenameJob * +batchRename(const QList &srcList, const QString &newName, int startIndex, QChar placeHolder, JobFlags flags = DefaultFlags); +using renameFunctionType = std::function; +/*! + * \relates KIO::BatchRenameJob + * + * Renames multiple files at once. The new names are generated by the passed-in function \p renameFunction. + * + * \a srcList The list of items to rename. + * + * \a renameFunction A function used to find the new name of each input files + * + * Returns a pointer to the job handling the operation. + * + * \since 6.16 + */ +KIOCORE_EXPORT BatchRenameJob *batchRenameWithFunction(const QList &srcList, const renameFunctionType renameFunction, KIO::JobFlags flags = DefaultFlags); } #endif diff --git a/local/recipes/kde/kf6-kio/source/src/core/chmodjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/chmodjob.cpp index 5ccd1f0786..f0249daaf6 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/chmodjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/chmodjob.cpp @@ -73,10 +73,6 @@ public: if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = ChangeAttr; - } return job; } }; diff --git a/local/recipes/kde/kf6-kio/source/src/core/chmodjob.h b/local/recipes/kde/kf6-kio/source/src/core/chmodjob.h index f9c5ea2620..0961120f75 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/chmodjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/chmodjob.h @@ -17,12 +17,15 @@ namespace KIO { class ChmodJobPrivate; -/** - * @class KIO::ChmodJob chmodjob.h +/*! + * \class KIO::ChmodJob + * \inheaderfile KIO/ChmodJob + * \inmodule KIOCore * - * This job changes permissions on a list of files or directories, + * \brief This job changes permissions on a list of files or directories, * optionally in a recursive manner. - * @see KIO::chmod() + * + * \sa KIO::chmod() */ class KIOCORE_EXPORT ChmodJob : public KIO::Job { @@ -40,7 +43,9 @@ private: Q_DECLARE_PRIVATE(ChmodJob) }; -/** +/*! + * \relates KIO::ChmodJob + * * Creates a job that changes permissions/ownership on several files or directories, * optionally recursively. * This version of chmod uses a KFileItemList so that it directly knows @@ -53,16 +58,23 @@ private: * at least one "x" bit before, and for directories. * This emulates the behavior of chmod +X. * - * @param lstItems The file items representing several files or directories. - * @param permissions the permissions we want to set - * @param mask the bits we are allowed to change. + * \a lstItems The file items representing several files or directories. + * + * \a permissions the permissions we want to set + * + * \a mask the bits we are allowed to change. * For instance, if mask is 0077, we don't change * the "user" bits, only "group" and "others". - * @param newOwner If non-empty, the new owner for the files - * @param newGroup If non-empty, the new group for the files - * @param recursive whether to open directories recursively - * @param flags We support HideProgressInfo here - * @return The job handling the operation. + * + * \a newOwner If non-empty, the new owner for the files + * + * \a newGroup If non-empty, the new group for the files + * + * \a recursive whether to open directories recursively + * + * \a flags We support HideProgressInfo here + * + * Returns the job handling the operation. */ KIOCORE_EXPORT ChmodJob *chmod(const KFileItemList &lstItems, int permissions, diff --git a/local/recipes/kde/kf6-kio/source/src/core/commands_p.h b/local/recipes/kde/kf6-kio/source/src/core/commands_p.h index 06d7250101..90c9148ef0 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/commands_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/commands_p.h @@ -12,15 +12,15 @@ namespace KIO { -/** - * @internal +/*! + * \internal * Commands that can be invoked by a job. */ enum Command { CMD_HOST = '0', // 48 CMD_CONNECT = '1', // 49 CMD_DISCONNECT = '2', // 50 - CMD_WORKER_STATUS = '3', // 51 + // Unused: '3', // 51 CMD_NONE = 'A', // 65 // Unused: 'B', // 66 CMD_GET = 'C', // 67 @@ -50,7 +50,6 @@ enum Command { CMD_WRITE = 91, CMD_SEEK = 92, CMD_CLOSE = 93, - CMD_HOST_INFO = 94, CMD_FILESYSTEMFREESPACE = 95, CMD_TRUNCATE = 96, CMD_SSLERRORANSWER, diff --git a/local/recipes/kde/kf6-kio/source/src/core/config-kiocore.h.cmake b/local/recipes/kde/kf6-kio/source/src/core/config-kiocore.h.cmake index 1d8564d683..1f0bc42f2b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/config-kiocore.h.cmake +++ b/local/recipes/kde/kf6-kio/source/src/core/config-kiocore.h.cmake @@ -9,4 +9,6 @@ #define KDE_INSTALL_FULL_LIBEXECDIR_KF "${KDE_INSTALL_FULL_LIBEXECDIR_KF}" +#define KDE_INSTALL_FULL_KIO_PLUGINDIR "${KDE_INSTALL_FULL_PLUGINDIR}/kf6/kio/" + #cmakedefine01 KIO_ASSERT_WORKER_STATES diff --git a/local/recipes/kde/kf6-kio/source/src/core/config-kmountpoint.h.cmake b/local/recipes/kde/kf6-kio/source/src/core/config-kmountpoint.h.cmake index 3673eb1418..d7661fc256 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/config-kmountpoint.h.cmake +++ b/local/recipes/kde/kf6-kio/source/src/core/config-kmountpoint.h.cmake @@ -8,3 +8,6 @@ #cmakedefine01 HAVE_SYS_PARAM_H #cmakedefine01 HAVE_VOLMGT + +#cmakedefine01 HAVE_STATX_MNT_ID +#cmakedefine01 HAVE_STATX_MNT_ID_UNIQUE diff --git a/local/recipes/kde/kf6-kio/source/src/core/connection.cpp b/local/recipes/kde/kf6-kio/source/src/core/connection.cpp index 8c89fc2599..ea226f0d95 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connection.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/connection.cpp @@ -111,6 +111,8 @@ void Connection::close() { if (d->backend) { d->backend->disconnect(this); + // Close before deleteLater so a WorkerThread blocked in waitForReadyRead() unblocks immediately. + d->backend->closeSocket(); d->backend->deleteLater(); d->backend = nullptr; } diff --git a/local/recipes/kde/kf6-kio/source/src/core/connection_p.h b/local/recipes/kde/kf6-kio/source/src/core/connection_p.h index b98f0470c4..06bdd504b2 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connection_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/connection_p.h @@ -22,8 +22,8 @@ namespace KIO { class ConnectionServer; class ConnectionPrivate; -/** - * @private +/*! + * \internal * * This class provides a simple means for IPC between two applications * via a pipe. @@ -44,16 +44,16 @@ public: Application, /// This is the connection of the application side Worker, /// This is the connection of the worker side }; - /** + /*! * Creates a new connection. - * @see connectToRemote, listenForRemote + * \sa connectToRemote, listenForRemote */ explicit Connection(Type type, QObject *parent = nullptr); ~Connection() override; - /** + /*! * Connects to the remote address. - * @param address a local:// or tcp:// URL. + * \a address a local:// or tcp:// URL. */ void connectToRemote(const QUrl &address); @@ -62,68 +62,68 @@ public: bool isConnected() const; - /** + /*! * Checks whether the connection has been initialized. - * @return true if the initialized - * @see init() + * Returns true if the initialized + * \sa init() */ bool inited() const; - /** + /*! * Sends/queues the given command to be sent. - * @param cmd the command to set - * @param arr the bytes to send - * @return true if successful, false otherwise + * \a cmd the command to set + * \a arr the bytes to send + * Returns true if successful, false otherwise */ bool send(int cmd, const QByteArray &arr = QByteArray()); - /** + /*! * Sends the given command immediately. - * @param _cmd the command to set - * @param data the bytes to send - * @return true if successful, false otherwise + * \a _cmd the command to set + * \a data the bytes to send + * Returns true if successful, false otherwise */ bool sendnow(int _cmd, const QByteArray &data); - /** + /*! * Returns true if there are packets to be read immediately, * false if waitForIncomingTask must be called before more data * is available. */ bool hasTaskAvailable() const; - /** + /*! * Waits for one more command to be handled and ready. * - * @param ms the time to wait in milliseconds - * @returns true if one command can be read, false if we timed out + * \a ms the time to wait in milliseconds + * Returns true if one command can be read, false if we timed out */ bool waitForIncomingTask(int ms = 30000); - /** + /*! * Receive data. * - * @param _cmd the received command will be written here - * @param data the received data will be written here + * \a _cmd the received command will be written here + * \a data the received data will be written here - * @return >=0 indicates the received data size upon success + * Returns >=0 indicates the received data size upon success * -1 indicates error */ int read(int *_cmd, QByteArray &data); - /** + /*! * Don't handle incoming data until resumed. */ void suspend(); - /** + /*! * Resume handling of incoming data. */ void resume(); - /** + /*! * Returns status of connection. - * @return true if suspended, false otherwise + * Returns true if suspended, false otherwise */ bool suspended() const; diff --git a/local/recipes/kde/kf6-kio/source/src/core/connectionbackend.cpp b/local/recipes/kde/kf6-kio/source/src/core/connectionbackend.cpp index ec579dc87c..a1133898d4 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connectionbackend.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/connectionbackend.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE libraries SPDX-FileCopyrightText: 2000 Stephan Kulow - SPDX-FileCopyrightText: 2000 David Faure + SPDX-FileCopyrightText: 2000 David Faure SPDX-FileCopyrightText: 2007 Thiago Macieira SPDX-FileCopyrightText: 2024 Harald Sitter @@ -9,8 +9,18 @@ */ #include "connectionbackend_p.h" - #include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "kiocoreconnectiondebug.h" using namespace KIO; @@ -18,53 +28,69 @@ ConnectionBackend::ConnectionBackend(QObject *parent) : QObject(parent) , state(Idle) , socket(nullptr) - , localServer(nullptr) , signalEmitted(false) +{ + localServer = nullptr; +} + +ConnectionBackend::~ConnectionBackend() { } -ConnectionBackend::~ConnectionBackend() = default; +void ConnectionBackend::closeSocket() +{ + if (socket) { + socket->close(); + } +} void ConnectionBackend::setSuspended(bool enable) { - (void)enable; + if (state != Connected) { + return; + } + Q_ASSERT(socket); + Q_ASSERT(!localServer); // !tcpServer as well + + if (enable) { + // qCDebug(KIO_CORE) << socket << "suspending"; + socket->setReadBufferSize(1); + } else { + // qCDebug(KIO_CORE) << socket << "resuming"; + // Calling setReadBufferSize from a readyRead slot leads to a bug in Qt, fixed in 13c246ee119 + socket->setReadBufferSize(StandardBufferSize); + if (socket->bytesAvailable() >= HeaderSize) { + // there are bytes available + QMetaObject::invokeMethod(this, &ConnectionBackend::socketReadyRead, Qt::QueuedConnection); + } + + // We read all bytes here, but we don't use readAll() because we need + // to read at least one byte (even if there isn't any) so that the + // socket notifier is re-enabled + QByteArray data = socket->read(socket->bytesAvailable() + 1); + for (int i = data.size(); --i >= 0;) { + socket->ungetChar(data[i]); + } + // Workaround Qt5 bug, readyRead isn't always emitted here... + QMetaObject::invokeMethod(this, &ConnectionBackend::socketReadyRead, Qt::QueuedConnection); + } } bool ConnectionBackend::connectToRemote(const QUrl &url) { - (void)url; - errorString = i18n("Local IPC is unavailable on Redox without QtNetwork"); - state = Idle; - return false; -} + Q_ASSERT(state == Idle); + Q_ASSERT(!socket); + Q_ASSERT(!localServer); // !tcpServer as well -ConnectionBackend::ConnectionResult ConnectionBackend::listenForRemote() -{ - state = Idle; - errorString = i18n("Local IPC is unavailable on Redox without QtNetwork"); - return {false, errorString}; -} + QLocalSocket *sock = new QLocalSocket(this); + QString path = url.path(); + sock->connectToServer(path); + socket = sock; -bool ConnectionBackend::waitForIncomingTask(int ms) -{ - (void)ms; - return false; -} - -bool ConnectionBackend::sendCommand(int cmd, const QByteArray &data) const -{ - (void)cmd; - (void)data; - return false; -} - -ConnectionBackend *ConnectionBackend::nextPendingConnection() -{ - return nullptr; -} - -void ConnectionBackend::socketReadyRead() -{ + connect(socket, &QIODevice::readyRead, this, &ConnectionBackend::socketReadyRead); + connect(socket, &QLocalSocket::disconnected, this, &ConnectionBackend::socketDisconnected); + state = Connected; + return true; } void ConnectionBackend::socketDisconnected() @@ -72,3 +98,196 @@ void ConnectionBackend::socketDisconnected() state = Idle; Q_EMIT disconnected(); } + +ConnectionBackend::ConnectionResult ConnectionBackend::listenForRemote() +{ + Q_ASSERT(state == Idle); + Q_ASSERT(!socket); + Q_ASSERT(!localServer); // !tcpServer as well + + const QString prefix = QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation); + static QBasicAtomicInt s_socketCounter = Q_BASIC_ATOMIC_INITIALIZER(1); + QString appName = QCoreApplication::instance()->applicationName(); + appName.replace(QLatin1Char('/'), QLatin1Char('_')); // #357499 + QTemporaryFile socketfile(prefix + QLatin1Char('/') + appName + QStringLiteral("XXXXXX.%1.kioworker.socket").arg(s_socketCounter.fetchAndAddAcquire(1))); + if (!socketfile.open()) { + return {false, i18n("Unable to create KIO worker: %1", QString::fromUtf8(strerror(errno)))}; + } + + QString sockname = socketfile.fileName(); + address.clear(); + address.setScheme(QStringLiteral("local")); + address.setPath(sockname); + socketfile.setAutoRemove(false); + socketfile.remove(); // can't bind if there is such a file + + localServer = new QLocalServer(this); + if (!localServer->listen(sockname)) { + errorString = localServer->errorString(); + delete localServer; + localServer = nullptr; + return {false, errorString}; + } + + connect(localServer, &QLocalServer::newConnection, this, &ConnectionBackend::newConnection); + + state = Listening; + return {true, QString()}; +} + +bool ConnectionBackend::waitForIncomingTask(int ms) +{ + Q_ASSERT(state == Connected); + Q_ASSERT(socket); + if (socket->state() != QLocalSocket::LocalSocketState::ConnectedState) { + state = Idle; + return false; // socket has probably closed, what do we do? + } + + signalEmitted = false; + if (socket->bytesAvailable()) { + socketReadyRead(); + } + if (signalEmitted) { + return true; // there was enough data in the socket + } + + // not enough data in the socket, so wait for more + QElapsedTimer timer; + timer.start(); + + while (socket->state() == QLocalSocket::LocalSocketState::ConnectedState && !signalEmitted && (ms == -1 || timer.elapsed() < ms)) { + if (!socket->waitForReadyRead(ms == -1 ? -1 : ms - timer.elapsed())) { + break; + } + } + + if (signalEmitted) { + return true; + } + if (socket->state() != QLocalSocket::LocalSocketState::ConnectedState) { + state = Idle; + } + return false; +} + +bool ConnectionBackend::sendCommand(int cmd, const QByteArray &data) const +{ + Q_ASSERT(state == Connected); + Q_ASSERT(socket); + + char buffer[HeaderSize + 2]; + sprintf(buffer, "%6zx_%2x_", static_cast(data.size()), cmd); + socket->write(buffer, HeaderSize); + socket->write(data); + + // qCDebug(KIO_CORE) << this << "Sending command" << hex << cmd << "of" + // << data.size() << "bytes (" << socket->bytesToWrite() + // << "bytes left to write )"; + + // blocking mode: + while (socket->bytesToWrite() > 0 && socket->state() == QLocalSocket::LocalSocketState::ConnectedState) { + socket->waitForBytesWritten(-1); + } + + if (socket->state() != QLocalSocket::LocalSocketState::ConnectedState) { + qCWarning(KIO_CORE_CONNECTION) << "Socket not connected" << socket->error(); + } + + return socket->state() == QLocalSocket::LocalSocketState::ConnectedState; +} + +ConnectionBackend *ConnectionBackend::nextPendingConnection() +{ + Q_ASSERT(state == Listening); + Q_ASSERT(localServer); + Q_ASSERT(!socket); + + qCDebug(KIO_CORE_CONNECTION) << "Got a new connection"; + + QLocalSocket *newSocket = localServer->nextPendingConnection(); + + if (!newSocket) { + qCDebug(KIO_CORE_CONNECTION) << "... nevermind"; + return nullptr; // there was no connection... + } + + ConnectionBackend *result = new ConnectionBackend(); + result->state = Connected; + result->socket = newSocket; + newSocket->setParent(result); + connect(newSocket, &QIODevice::readyRead, result, &ConnectionBackend::socketReadyRead); + connect(newSocket, &QLocalSocket::disconnected, result, &ConnectionBackend::socketDisconnected); + + return result; +} + +void ConnectionBackend::socketReadyRead() +{ + bool shouldReadAnother; + do { + if (!socket) + // might happen if the invokeMethods were delivered after we disconnected + { + return; + } + + qCDebug(KIO_CORE_CONNECTION) << this << "Got" << socket->bytesAvailable() << "bytes"; + if (!pendingTask.has_value()) { + // We have to read the header + char buffer[HeaderSize]; + + if (socket->bytesAvailable() < HeaderSize) { + return; // wait for more data + } + + socket->read(buffer, sizeof buffer); + buffer[6] = 0; + buffer[9] = 0; + + char *p = buffer; + while (*p == ' ') { + p++; + } + auto len = strtol(p, nullptr, 16); + + p = buffer + 7; + while (*p == ' ') { + p++; + } + auto cmd = strtol(p, nullptr, 16); + + pendingTask = Task{.cmd = static_cast(cmd), .len = len}; + + qCDebug(KIO_CORE_CONNECTION) << this << "Beginning of command" << pendingTask->cmd << "of size" << pendingTask->len; + } + + QPointer that = this; + + const auto toRead = std::min(socket->bytesAvailable(), pendingTask->len - pendingTask->data.size()); + qCDebug(KIO_CORE_CONNECTION) << socket << "Want to read" << toRead << "bytes; appending to already existing bytes" << pendingTask->data.size(); + pendingTask->data += socket->read(toRead); + + if (pendingTask->data.size() == pendingTask->len) { // read all data of this task -> emit it and reset + signalEmitted = true; + qCDebug(KIO_CORE_CONNECTION) << "emitting task" << pendingTask->cmd << pendingTask->data.size(); + Q_EMIT commandReceived(pendingTask.value()); + + pendingTask = {}; + } + + // If we're dead, better don't try anything. + if (that.isNull()) { + return; + } + + // Do we have enough for an another read? + if (!pendingTask.has_value()) { + shouldReadAnother = socket->bytesAvailable() >= HeaderSize; + } else { // NOTE: if we don't have data pending we may still have a pendingTask that gets resumed when we get more data! + shouldReadAnother = socket->bytesAvailable(); + } + } while (shouldReadAnother); +} + +#include "moc_connectionbackend_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/connectionbackend_p.h b/local/recipes/kde/kf6-kio/source/src/core/connectionbackend_p.h index 5a3371553a..19e2865f58 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connectionbackend_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/connectionbackend_p.h @@ -62,6 +62,7 @@ public: }; void setSuspended(bool enable); + void closeSocket(); bool connectToRemote(const QUrl &url); ConnectionResult listenForRemote(); bool waitForIncomingTask(int ms); diff --git a/local/recipes/kde/kf6-kio/source/src/core/connectionserver.cpp b/local/recipes/kde/kf6-kio/source/src/core/connectionserver.cpp index 97f5dfde9f..99788ddeb7 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connectionserver.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/connectionserver.cpp @@ -8,7 +8,6 @@ #include "connectionserver.h" #include "connection_p.h" -#include "connectionbackend_p.h" #include "kiocoredebug.h" using namespace KIO; diff --git a/local/recipes/kde/kf6-kio/source/src/core/connectionserver.h b/local/recipes/kde/kf6-kio/source/src/core/connectionserver.h index 1b3da088e1..a6941dcbbd 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/connectionserver.h +++ b/local/recipes/kde/kf6-kio/source/src/core/connectionserver.h @@ -29,14 +29,14 @@ public: explicit ConnectionServer(QObject *parent = nullptr); ~ConnectionServer() override; - /** + /*! * Sets this connection to listen mode. Use address() to obtain the * address this is listening on. */ void listenForRemote(); bool isListening() const; - /** + /*! * Returns the address for this connection if it is listening, an empty * address if not. */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/copyjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/copyjob.cpp index d1e3eef61a..d564aecfda 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/copyjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/copyjob.cpp @@ -84,7 +84,7 @@ enum DestinationState { DEST_DOESNT_EXIST, }; -/** +/* * States: * STATE_INITIAL the constructor was called * STATE_STATING for the dest @@ -159,6 +159,29 @@ static bool isFatOrNtfs(KFileSystemType::Type fsType) return fsType == KFileSystemType::Ntfs || isFatFs(fsType); } +// MTP storage rejects the same set of reserved characters libmtp inherits from the +// Windows MTP API (see bug 489288), regardless of the device's actual filesystem. +static bool isMtpScheme(const QUrl &url) +{ + return url.scheme() == QLatin1String("mtp"); +} + +static bool destDisallowsMsdosChars(const QUrl &url, KFileSystemType::Type fsType) +{ + if (url.isLocalFile()) { + return isFatOrNtfs(fsType); + } + return isMtpScheme(url); +} + +static QString destFilesystemDisplayName(const QUrl &url, KFileSystemType::Type fsType) +{ + if (isMtpScheme(url)) { + return QStringLiteral("MTP"); + } + return KFileSystemType::fileSystemName(fsType); +} + static QString symlinkSupportMsg(const QString &path, const QString &fsName) { const QString msg = i18nc( @@ -195,18 +218,18 @@ static QString invalidCharsSupportMsg(const QString &path, const QString &fsName return msg; } -/** @internal */ struct CopyInfo { QUrl uSource; QUrl uDest; QString linkDest; // for symlinks only - int permissions; + int permissions = -1; + int gid = -1; + int uid = -1; QDateTime ctime; QDateTime mtime; KIO::filesize_t size; // 0 for dirs }; -/** @internal */ class KIO::CopyJobPrivate : public KIO::JobPrivate { public: @@ -387,13 +410,13 @@ public: void slotEntries(KIO::Job *, const KIO::UDSEntryList &list); void slotSubError(KIO::ListJob *job, KIO::ListJob *subJob); void addCopyInfoFromUDSEntry(const UDSEntry &entry, const QUrl &srcUrl, bool srcIsDir, const QUrl ¤tDest); - /** + /* * Forward signal from subjob */ void slotProcessedSize(KJob *, qulonglong data_size); - /** + /* * Forward signal from subjob - * @param size the total size + * size the total size */ void slotTotalSize(KJob *, qulonglong size); @@ -412,24 +435,6 @@ public: job->d_func()->m_bOverwriteAllDirs = true; job->d_func()->m_bOverwriteAllFiles = true; } - if (!(flags & KIO::NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - FileOperationType copyType; - switch (mode) { - case CopyJob::Copy: - copyType = Copy; - break; - case CopyJob::Move: - copyType = Move; - break; - case CopyJob::Link: - copyType = Symlink; - break; - default: - Q_UNREACHABLE(); - } - job->d_func()->m_operationType = copyType; - } return job; } }; @@ -493,7 +498,7 @@ void CopyJobPrivate::slotStart() } } - /** + /* We call the functions directly instead of using signals. Calling a function via a signal takes approx. 65 times the time compared to calling it directly (at least on my machine). aleXXX @@ -532,7 +537,6 @@ void CopyJobPrivate::slotResultStating(KJob *job) q->removeSubjob(job); Q_ASSERT(!q->hasSubjobs()); // We should have only one job at a time ... struct CopyInfo info; - info.permissions = (mode_t)-1; info.size = KIO::invalidFilesize; info.uSource = srcurl; info.uDest = m_dest; @@ -566,16 +570,19 @@ void CopyJobPrivate::slotResultStating(KJob *job) } else { const bool isDir = entry.isDir(); - // Check for writability, before spending time stat'ing everything (#141564). - // This assumes all KIO workers set permissions correctly... const int permissions = entry.numberValue(KIO::UDSEntry::UDS_ACCESS, -1); - const bool isWritable = (permissions != -1) && (permissions & S_IWUSR); - if (!m_privilegeExecutionEnabled && !isWritable) { - const QUrl dest = m_asMethod ? m_dest.adjusted(QUrl::RemoveFilename) : m_dest; - q->setError(ERR_WRITE_ACCESS_DENIED); - q->setErrorText(dest.toDisplayString(QUrl::PreferLocalFile)); - q->emitResult(); - return; + // Skip check if we have no definite permissions set (BUG: 510567) + if (permissions != -1) { + // Check for writability, before spending time stat'ing everything (#141564). + // This assumes all KIO workers set permissions correctly... + const bool isWritable = (permissions & S_IWUSR); + if (!isWritable) { + const QUrl dest = m_asMethod ? m_dest.adjusted(QUrl::RemoveFilename) : m_dest; + q->setError(ERR_WRITE_ACCESS_DENIED); + q->setErrorText(dest.toDisplayString(QUrl::PreferLocalFile)); + q->emitResult(); + return; + } } // Treat symlinks to dirs as dirs here, so no test on isLink @@ -758,7 +765,16 @@ void CopyJobPrivate::slotReport() q->emitPercent(m_filesHandledByDirectRename, q->totalAmount(KJob::Files)); break; - case STATE_COPYING_FILES: + case STATE_COPYING_FILES: { + const bool bytesTotalUnknown = (m_totalSize == 0); + const bool noByteProgress = ((m_processedSize + m_fileProcessedSize) == 0); + const int totalFiles = m_processedFiles + files.count() + m_filesHandledByDirectRename; + if ((bytesTotalUnknown || noByteProgress) && totalFiles > 0) { + q->setProgressUnit(KJob::Files); + } else { + q->setProgressUnit(KJob::Bytes); + } + } q->setProcessedAmount(KJob::Files, m_processedFiles); q->setProcessedAmount(KJob::Bytes, m_processedSize + m_fileProcessedSize); if (m_bURLDirty) { @@ -833,11 +849,21 @@ void CopyJobPrivate::addCopyInfoFromUDSEntry(const UDSEntry &entry, const QUrl & { struct CopyInfo info; info.permissions = entry.numberValue(KIO::UDSEntry::UDS_ACCESS, -1); - const auto timeVal = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1); - if (timeVal != -1) { - info.mtime = QDateTime::fromSecsSinceEpoch(timeVal, QTimeZone::UTC); + info.gid = entry.numberValue(KIO::UDSEntry::UDS_LOCAL_GROUP_ID, -1); + info.uid = entry.numberValue(KIO::UDSEntry::UDS_LOCAL_USER_ID, -1); + const auto modificationTime = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1); + if (modificationTime != -1) { + info.mtime = QDateTime::fromSecsSinceEpoch(modificationTime, QTimeZone::UTC); + } + const auto modificationTimeNsOffset = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, -1); + if (modificationTimeNsOffset != -1) { + info.mtime = info.mtime.addMSecs(modificationTimeNsOffset / 1000000); } info.ctime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME, -1), QTimeZone::UTC); + const auto creationTimeNsOffset = entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, -1); + if (creationTimeNsOffset != -1) { + info.ctime = info.ctime.addMSecs(creationTimeNsOffset / 1000000); + } info.size = static_cast(entry.numberValue(KIO::UDSEntry::UDS_SIZE, -1)); const bool isDir = entry.isDir(); @@ -1325,7 +1351,15 @@ void CopyJobPrivate::slotResultConflictCreatingDirs(KJob *job) } else { options |= RenameDialog_Overwrite; destmtime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1), QTimeZone::UTC); + const long long mTimeNsOffset = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, -1); + if (mTimeNsOffset != -1) { + destmtime = destmtime.addMSecs(mTimeNsOffset / 1000000); + } destctime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME, -1), QTimeZone::UTC); + const long long cTimeNsOffset = entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, -1); + if (cTimeNsOffset != -1) { + destctime = destctime.addMSecs(cTimeNsOffset / 1000000); + } } } @@ -1418,49 +1452,50 @@ void CopyJobPrivate::createNextDir() } if (it != dirs.end()) { // any dir to create, finally ? + KFileSystemType::Type destFileSystem = KFileSystemType::Unknown; if (it->uDest.isLocalFile()) { // uDest doesn't exist yet, check the filesystem of the parent dir - const auto destFileSystem = KFileSystemType::fileSystemType(it->uDest.adjusted(QUrl::StripTrailingSlash | QUrl::RemoveFilename).toLocalFile()); - if (isFatOrNtfs(destFileSystem)) { - const QString dirName = it->uDest.adjusted(QUrl::StripTrailingSlash).fileName(); - if (hasInvalidChars(dirName)) { - // We already asked the user? - if (m_autoReplaceInvalidChars) { - processCreateNextDir(it, KIO::Result_ReplaceInvalidChars); - return; - } else if (m_autoSkipDirsWithInvalidChars) { - processCreateNextDir(it, KIO::Result_Skip); - return; + destFileSystem = KFileSystemType::fileSystemType(it->uDest.adjusted(QUrl::StripTrailingSlash | QUrl::RemoveFilename).toLocalFile()); + } + if (destDisallowsMsdosChars(it->uDest, destFileSystem)) { + const QString dirName = it->uDest.adjusted(QUrl::StripTrailingSlash).fileName(); + if (hasInvalidChars(dirName)) { + // We already asked the user? + if (m_autoReplaceInvalidChars) { + processCreateNextDir(it, KIO::Result_ReplaceInvalidChars); + return; + } else if (m_autoSkipDirsWithInvalidChars) { + processCreateNextDir(it, KIO::Result_Skip); + return; + } + + const QString msg = invalidCharsSupportMsg(it->uDest.toDisplayString(QUrl::PreferLocalFile), + destFilesystemDisplayName(it->uDest, destFileSystem), + true /* isDir */); + + if (auto *askUserActionInterface = KIO::delegateExtension(q)) { + SkipDialog_Options options = KIO::SkipDialog_Replace_Invalid_Chars; + if (dirs.size() > 1) { + options |= SkipDialog_MultipleItems; } - const QString msg = invalidCharsSupportMsg(it->uDest.toDisplayString(QUrl::PreferLocalFile), - KFileSystemType::fileSystemName(destFileSystem), - true /* isDir */); + auto skipSignal = &KIO::AskUserActionInterface::askUserSkipResult; + QObject::connect(askUserActionInterface, skipSignal, q, [=, this](SkipDialog_Result result, KJob *parentJob) { + Q_ASSERT(parentJob == q); - if (auto *askUserActionInterface = KIO::delegateExtension(q)) { - SkipDialog_Options options = KIO::SkipDialog_Replace_Invalid_Chars; - if (dirs.size() > 1) { - options |= SkipDialog_MultipleItems; - } + // Only receive askUserSkipResult once per skip dialog + QObject::disconnect(askUserActionInterface, skipSignal, q, nullptr); - auto skipSignal = &KIO::AskUserActionInterface::askUserSkipResult; - QObject::connect(askUserActionInterface, skipSignal, q, [=, this](SkipDialog_Result result, KJob *parentJob) { - Q_ASSERT(parentJob == q); + processCreateNextDir(it, result); + }); - // Only receive askUserSkipResult once per skip dialog - QObject::disconnect(askUserActionInterface, skipSignal, q, nullptr); + askUserActionInterface->askUserSkip(q, options, msg); - processCreateNextDir(it, result); - }); - - askUserActionInterface->askUserSkip(q, options, msg); - - return; - } else { // No Job Ui delegate - qCWarning(KIO_COPYJOB_DEBUG) << msg; - q->emitResult(); - return; - } + return; + } else { // No Job Ui delegate + qCWarning(KIO_COPYJOB_DEBUG) << msg; + q->emitResult(); + return; } } } @@ -1523,7 +1558,8 @@ void CopyJobPrivate::processCreateNextDir(const QList::Iterator &it, i // Create the directory - with default permissions so that we can put files into it // TODO : change permissions once all is finished; but for stuff coming from CDROM it sucks... - KIO::SimpleJob *newjob = KIO::mkdir(it->uDest, -1); + KIO::MkdirJob *newjob = KIO::mkdir(it->uDest, -1); + newjob->setOwnership(it->uid, it->gid); newjob->setParentJob(q); if (shouldOverwriteFile(it->uDest.path())) { // if we are overwriting an existing file or symlink newjob->addMetaData(QStringLiteral("overwrite"), QStringLiteral("true")); @@ -1690,9 +1726,18 @@ void CopyJobPrivate::slotResultErrorCopyingFiles(KJob *job) || ((*it).uSource.scheme() == (*it).uDest.scheme() && (*it).uSource.adjusted(QUrl::StripTrailingSlash).path() == linkDest)) { options = RenameDialog_OverwriteItself; } else { - const qint64 destMTimeStamp = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1); - if (m_bOverwriteWhenOlder && (*it).mtime.isValid() && destMTimeStamp != -1) { - if ((*it).mtime.currentSecsSinceEpoch() > destMTimeStamp) { + const long long mTime = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1); + + QDateTime destMTimeStamp; + if (mTime != -1) { + destMTimeStamp = QDateTime::fromSecsSinceEpoch(mTime, QTimeZone::UTC); + } + const long long mTimeNsOffset = entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, -1); + if (mTimeNsOffset != -1) { + destMTimeStamp = destMTimeStamp.addMSecs(mTimeNsOffset / 1000000); + } + if (m_bOverwriteWhenOlder && (*it).mtime.isValid() && destMTimeStamp.isValid()) { + if ((*it).mtime > destMTimeStamp) { qCDebug(KIO_COPYJOB_DEBUG) << "dest is older, overwriting" << (*it).uDest; res = Result_Overwrite; } else { @@ -1701,7 +1746,7 @@ void CopyJobPrivate::slotResultErrorCopyingFiles(KJob *job) } } else { // These timestamps are used only when RenameDialog_Overwrite is set. - destmtime = QDateTime::fromSecsSinceEpoch(destMTimeStamp, QTimeZone::UTC); + destmtime = destMTimeStamp; destctime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_CREATION_TIME, -1), QTimeZone::UTC); options = RenameDialog_Overwrite; @@ -1925,7 +1970,7 @@ bool CopyJobPrivate::handleMsdosFsQuirks(QList::Iterator it, KFileSyst } options = KIO::SkipDialog_Replace_Invalid_Chars; - msg = invalidCharsSupportMsg(it->uDest.toDisplayString(QUrl::PreferLocalFile), KFileSystemType::fileSystemName(fsType)); + msg = invalidCharsSupportMsg(it->uDest.toDisplayString(QUrl::PreferLocalFile), destFilesystemDisplayName(it->uDest, fsType)); } if (!msg.isEmpty()) { @@ -1986,12 +2031,10 @@ void CopyJobPrivate::copyNextFile() } if (bCopyFile) { // any file to create, finally ? - if (isDestLocal) { - const auto destFileSystem = KFileSystemType::fileSystemType(m_globalDest.toLocalFile()); - if (isFatOrNtfs(destFileSystem)) { - if (handleMsdosFsQuirks(it, destFileSystem)) { - return; - } + const KFileSystemType::Type destFileSystem = isDestLocal ? KFileSystemType::fileSystemType(m_globalDest.toLocalFile()) : KFileSystemType::Unknown; + if (destDisallowsMsdosChars(m_globalDest, destFileSystem)) { + if (handleMsdosFsQuirks(it, destFileSystem)) { + return; } } @@ -2196,11 +2239,24 @@ void CopyJob::emitResult() #endif } } +#ifndef WITH_QTDBUS + const auto isTrashUrl = [](const QUrl &url) { + return url.scheme() == QLatin1String("trash"); + }; + const bool trashDirChanged = + isTrashUrl(d->m_globalDest) || (d->m_mode == CopyJob::Move && std::any_of(d->m_successSrcList.cbegin(), d->m_successSrcList.cend(), isTrashUrl)); + if (trashDirChanged) { + KCoreDirLister().updateDirectory(QUrl(QStringLiteral("trash:/"))); + } +#endif // Re-enable watching on the dirs that held the deleted/moved files if (d->m_mode == CopyJob::Move) { for (const auto &dir : d->m_parentDirs) { KDirWatch::self()->restartDirScan(dir); +#ifndef WITH_QTDBUS + KDirWatch::self()->setDirty(dir); +#endif } } Job::emitResult(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/copyjob.h b/local/recipes/kde/kf6-kio/source/src/core/copyjob.h index 940f712fc1..cd0a8cb9b9 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/copyjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/copyjob.h @@ -23,27 +23,34 @@ namespace KIO { class CopyJobPrivate; -/** - * @class KIO::CopyJob copyjob.h +/*! + * \class KIO::CopyJob + * \inheaderfile KIO/CopyJob + * \inmodule KIOCore + * + * \brief CopyJob is used to move, copy or symlink files and directories. * - * CopyJob is used to move, copy or symlink files and directories. * Don't create the job directly, but use KIO::copy(), * KIO::move(), KIO::link() and friends. * - * @see KIO::copy() - * @see KIO::copyAs() - * @see KIO::move() - * @see KIO::moveAs() - * @see KIO::link() - * @see KIO::linkAs() + * \sa copy() + * \sa copyAs() + * \sa move() + * \sa moveAs() + * \sa link() + * \sa linkAs() */ class KIOCORE_EXPORT CopyJob : public Job { Q_OBJECT public: - /** + /*! * Defines the mode of the operation + * + * \value Copy + * \value Move + * \value Link */ enum CopyMode { Copy, @@ -53,25 +60,23 @@ public: ~CopyJob() override; - /** + /*! * Returns the mode of the operation (copy, move, or link), * depending on whether KIO::copy(), KIO::move() or KIO::link() was called. */ CopyMode operationMode() const; - /** + /*! * Returns the list of source URLs. - * @return the list of source URLs. */ QList srcUrls() const; - /** + /*! * Returns the destination URL. - * @return the destination URL */ QUrl destUrl() const; - /** + /*! * By default the permissions of the copied files will be those of the source files. * * But when copying "template" files to "new" files, people prefer the umask @@ -80,7 +85,7 @@ public: */ void setDefaultPermissions(bool b); - /** + /*! * Skip copying or moving any file when the destination already exists, * instead of the default behavior (interactive mode: showing a dialog to the user, * non-interactive mode: aborting with an error). @@ -89,7 +94,7 @@ public: */ void setAutoSkip(bool autoSkip); - /** + /*! * Rename files automatically when the destination already exists, * instead of the default behavior (interactive mode: showing a dialog to the user, * non-interactive mode: aborting with an error). @@ -98,7 +103,7 @@ public: */ void setAutoRename(bool autoRename); - /** + /*! * Reuse any directory that already exists, instead of the default behavior * (interactive mode: showing a dialog to the user, * non-interactive mode: aborting with an error). @@ -106,108 +111,130 @@ public: */ void setWriteIntoExistingDirectories(bool overwriteAllDirs); - /** - * Reimplemented for internal reasons + /*! + * \reimp */ bool doSuspend() override; - /** - * Reimplemented for internal reasons + /*! + * \reimp */ bool doResume() override; Q_SIGNALS: - /** + /*! * Sends the number of processed files. - * @param job the job that emitted this signal - * @param files the number of processed files + * + * \a job the job that emitted this signal + * + * \a files the number of processed files */ void processedFiles(KIO::Job *job, unsigned long files); - /** + /*! * Sends the number of processed directories. - * @param job the job that emitted this signal - * @param dirs the number of processed dirs + * + * \a job the job that emitted this signal + * + * \a dirs the number of processed dirs */ void processedDirs(KIO::Job *job, unsigned long dirs); - /** + /*! * The job is copying a file or directory. * * Note: This signal is used for progress dialogs, it's not emitted for * every file or directory (this would be too slow), but every 200ms. * - * @param job the job that emitted this signal - * @param src the URL of the file or directory that is currently + * \a job the job that emitted this signal + * + * \a src the URL of the file or directory that is currently * being copied - * @param dest the destination of the current operation + * + * \a dest the destination of the current operation */ void copying(KIO::Job *job, const QUrl &src, const QUrl &dest); - /** + /*! * The job is creating a symbolic link. * * Note: This signal is used for progress dialogs, it's not emitted for * every file or directory (this would be too slow), but every 200ms. * - * @param job the job that emitted this signal - * @param target the URL of the file or directory that is currently + * \a job the job that emitted this signal + * + * \a target the URL of the file or directory that is currently * being linked - * @param to the destination of the current operation + * + * \a to the destination of the current operation */ void linking(KIO::Job *job, const QString &target, const QUrl &to); - /** + /*! * The job is moving a file or directory. * * Note: This signal is used for progress dialogs, it's not emitted for * every file or directory (this would be too slow), but every 200ms. * - * @param job the job that emitted this signal - * @param from the URL of the file or directory that is currently + * \a job the job that emitted this signal + * + * \a from the URL of the file or directory that is currently * being moved - * @param to the destination of the current operation + * + * \a to the destination of the current operation */ void moving(KIO::Job *job, const QUrl &from, const QUrl &to); - /** - * The job is creating the directory @p dir. + /*! + * The job is creating the directory \a dir. * * This signal is emitted for every directory being created. * - * @param job the job that emitted this signal - * @param dir the directory that is currently being created + * \a job the job that emitted this signal + * + * \a dir the directory that is currently being created */ void creatingDir(KIO::Job *job, const QUrl &dir); - /** - * The user chose to rename @p from to @p to. + /*! + * The user chose to rename \a from to \a to. * - * @param job the job that emitted this signal - * @param from the original name - * @param to the new name + * \a job the job that emitted this signal + * + * \a from the original name + * + * \a to the new name */ void renamed(KIO::Job *job, const QUrl &from, const QUrl &to); - /** + /*! * The job emits this signal when copying or moving a file or directory successfully finished. * This signal is mainly for the Undo feature. * If you simply want to know when a copy job is done, use result(). * - * @param job the job that emitted this signal - * @param from the source URL - * @param to the destination URL - * @param mtime the modification time of the source file, hopefully set on the destination file + * \a job the job that emitted this signal + * + * \a from the source URL + * + * \a to the destination URL + * + * \a mtime the modification time of the source file, hopefully set on the destination file * too (when the KIO worker supports it). - * @param directory indicates whether a file or directory was successfully copied/moved. + * + * \a directory indicates whether a file or directory was successfully copied/moved. * true for a directory, false for file - * @param renamed indicates that the destination URL was created using a + * + * \a renamed indicates that the destination URL was created using a * rename operation (i.e. fast directory moving). true if is has been renamed */ void copyingDone(KIO::Job *job, const QUrl &from, const QUrl &to, const QDateTime &mtime, bool directory, bool renamed); - /** + /*! * The job is copying or moving a symbolic link, that points to target. - * The new link is created in @p to. The existing one is/was in @p from. + * The new link is created in \a to. The existing one is/was in \a from. * This signal is mainly for the Undo feature. - * @param job the job that emitted this signal - * @param from the source URL - * @param target the target - * @param to the destination URL + * + * \a job the job that emitted this signal + * + * \a from the source URL + * + * \a target the target + * + * \a to the destination URL */ void copyingLinkDone(KIO::Job *job, const QUrl &from, const QString &target, const QUrl &to); protected Q_SLOTS: @@ -221,157 +248,205 @@ private: Q_DECLARE_PRIVATE(CopyJob) }; -/** - * Copy a file or directory @p src into the destination @p dest, +/*! + * \relates KIO::CopyJob + * + * Copy a file or directory \a src into the destination \a dest, * which can be a file (including the final filename) or a directory - * (into which @p src will be copied). + * (into which \a src will be copied). * * This emulates the cp command completely. * - * @param src the file or directory to copy - * @param dest the destination - * @param flags copy() supports HideProgressInfo and Overwrite. + * \a src the file or directory to copy + * \a dest the destination + * \a flags copy() supports HideProgressInfo and Overwrite. * Note: Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". However if "dest" exists, then src is copied * into a subdir of dest, just like "cp" does. Use copyAs if you don't want that. * - * @return the job handling the operation - * @see copyAs() + * Returns the job handling the operation + * + * \sa copyAs() */ KIOCORE_EXPORT CopyJob *copy(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** - * Copy a file or directory @p src into the destination @p dest, +/*! + * \relates KIO::CopyJob + * + * Copy a file or directory \a src into the destination \a dest, * which is the destination name in any case, even for a directory. * * As opposed to copy(), this doesn't emulate cp, but is the only * way to copy a directory, giving it a new name and getting an error * box if a directory already exists with the same name (or writing the - * contents of @p src into @p dest, when using Overwrite). + * contents of \a src into \a dest, when using Overwrite). * - * @param src the file or directory to copy - * @param dest the destination - * @param flags copyAs() supports HideProgressInfo and Overwrite. - * Note: Overwrite has the meaning of both "write into existing directories" and + * \a src the file or directory to copy + * \a dest the destination + * \a flags copyAs() supports HideProgressInfo and Overwrite. + * + * \note Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". * - * * @return the job handling the operation + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *copyAs(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** - * Copy a list of file/dirs @p src into a destination directory @p dest. +/*! + * \relates KIO::CopyJob * - * @param src the list of files and/or directories - * @param dest the destination - * @param flags copy() supports HideProgressInfo and Overwrite. + * Copy a list of file/dirs \a src into a destination directory \a dest. + * + * \a src the list of files and/or directories + * + * \a dest the destination + * + * \a flags copy() supports HideProgressInfo and Overwrite. * Note: Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". However if "dest" exists, then src is copied * into a subdir of dest, just like "cp" does. - * @return the job handling the operation + * + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *copy(const QList &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** - * Moves a file or directory @p src to the given destination @p dest. +/*! + * \relates KIO::CopyJob * - * @param src the file or directory to copy - * @param dest the destination - * @param flags move() supports HideProgressInfo and Overwrite. + * Moves a file or directory \a src to the given destination \a dest. + * + * \a src the file or directory to copy + * + * \a dest the destination + * + * \a flags move() supports HideProgressInfo and Overwrite. * Note: Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". However if "dest" exists, then src is copied * into a subdir of dest, just like "cp" does. - * @return the job handling the operation - * @see copy() - * @see moveAs() + * + * Returns the job handling the operation + * \sa copy() + * \sa moveAs() */ KIOCORE_EXPORT CopyJob *move(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** - * Moves a file or directory @p src to the given destination @p dest. Unlike move() - * this operation will not move @p src into @p dest when @p dest exists: it will - * either fail, or move the contents of @p src into it if Overwrite is set. +/*! + * \relates KIO::CopyJob * - * @param src the file or directory to copy - * @param dest the destination - * @param flags moveAs() supports HideProgressInfo and Overwrite. + * Moves a file or directory \a src to the given destination \a dest. Unlike move() + * this operation will not move \a src into \a dest when \a dest exists: it will + * either fail, or move the contents of \a src into it if Overwrite is set. + * + * \a src the file or directory to copy + * + * \a dest the destination + * + * \a flags moveAs() supports HideProgressInfo and Overwrite. * Note: Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". - * @return the job handling the operation - * @see copyAs() + * + * Returns the job handling the operation + * \sa copyAs() */ KIOCORE_EXPORT CopyJob *moveAs(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** - * Moves a list of files or directories @p src to the given destination @p dest. +/*! + * \relates KIO::CopyJob * - * @param src the list of files or directories to copy - * @param dest the destination - * @param flags move() supports HideProgressInfo and Overwrite. + * Moves a list of files or directories \a src to the given destination \a dest. + * + * \a src the list of files or directories to copy + * + * \a dest the destination + * + * \a flags move() supports HideProgressInfo and Overwrite. * Note: Overwrite has the meaning of both "write into existing directories" and * "overwrite existing files". However if "dest" exists, then src is copied * into a subdir of dest, just like "cp" does. - * @return the job handling the operation - * @see copy() + * + * Returns the job handling the operation + * \sa copy() */ KIOCORE_EXPORT CopyJob *move(const QList &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::CopyJob + * * Create a link. * If the protocols and hosts are the same, a Unix symlink will be created. * Otherwise, a .desktop file of Type Link and pointing to the src URL will be created. * - * @param src The existing file or directory, 'target' of the link. - * @param destDir Destination directory where the link will be created. - * @param flags link() supports HideProgressInfo only - * @return the job handling the operation + * \a src The existing file or directory, 'target' of the link. + * + * \a destDir Destination directory where the link will be created. + * + * \a flags link() supports HideProgressInfo only + * + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *link(const QUrl &src, const QUrl &destDir, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::CopyJob + * * Create several links * If the protocols and hosts are the same, a Unix symlink will be created. * Otherwise, a .desktop file of Type Link and pointing to the src URL will be created. * - * @param src The existing files or directories, 'targets' of the link. - * @param destDir Destination directory where the links will be created. - * @param flags link() supports HideProgressInfo only - * @return the job handling the operation - * @see link() + * \a src The existing files or directories, 'targets' of the link. + * + * \a destDir Destination directory where the links will be created. + * + * \a flags link() supports HideProgressInfo only + * + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *link(const QList &src, const QUrl &destDir, JobFlags flags = DefaultFlags); -/** - * Create a link. Unlike link() this operation will fail when @p dest is an existing +/*! + * \relates KIO::CopyJob + * + * Create a link. Unlike link() this operation will fail when \a dest is an existing * directory rather than the final name for the link. * If the protocols and hosts are the same, a Unix symlink will be created. * Otherwise, a .desktop file of Type Link and pointing to the src URL will be created. * - * @param src The existing file or directory, 'target' of the link. - * @param dest Destination (i.e. the final symlink) - * @param flags linkAs() supports HideProgressInfo only - * @return the job handling the operation - * @see link () - * @see copyAs() + * \a src The existing file or directory, 'target' of the link. + * + * \a dest Destination (i.e. the final symlink) + * + * \a flags linkAs() supports HideProgressInfo only + * + * Returns the job handling the operation + * \sa link() + * \sa copyAs() */ KIOCORE_EXPORT CopyJob *linkAs(const QUrl &src, const QUrl &dest, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::CopyJob + * * Trash a file or directory. * This is currently only supported for local files and directories. * Use QUrl::fromLocalFile to create a URL from a local file path. * - * @param src file to delete - * @param flags trash() supports HideProgressInfo only - * @return the job handling the operation + * \a src file to delete + * + * \a flags trash() supports HideProgressInfo only + * + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *trash(const QUrl &src, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::CopyJob + * * Trash a list of files or directories. * This is currently only supported for local files and directories. * - * @param src the files to delete - * @param flags trash() supports HideProgressInfo only - * @return the job handling the operation + * \a src the files to delete + * + * \a flags trash() supports HideProgressInfo only + * + * Returns the job handling the operation */ KIOCORE_EXPORT CopyJob *trash(const QList &src, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/core/dataprotocol.cpp b/local/recipes/kde/kf6-kio/source/src/core/dataprotocol.cpp index 76d68bf23d..814313cf86 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/dataprotocol.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/dataprotocol.cpp @@ -16,7 +16,7 @@ using namespace KIO; -/** structure containing header information */ +/* structure containing header information */ struct DataHeader { QString mime_type; // MIME type of content (lowercase) MetaData attributes; // attribute/value pairs (attribute lowercase, @@ -28,13 +28,13 @@ struct DataHeader { // the end to indicate that there is no data }; -/** returns the position of the first occurrence of any of the given - * characters @p c1 or comma (',') or semicolon (';') or buf.length() +/* returns the position of the first occurrence of any of the given + * characters c1 or comma (',') or semicolon (';') or buf.length() * if none is contained. * - * @param buf buffer where to look for c - * @param begin zero-indexed starting position - * @param c1 character to find or '\0' to ignore + * \a buf buffer where to look for c + * \a begin zero-indexed starting position + * \a c1 character to find or '\0' to ignore */ static int find(const QByteArray &buf, int begin, const char c1) { @@ -52,13 +52,13 @@ static int find(const QByteArray &buf, int begin, const char c1) return pos; } -/** extracts the string between the current position @p pos and the first - * occurrence of either @p c1 or comma (',') or semicolon (';') exclusively - * and updates @p pos to point at the found delimiter or at the end of the +/* extracts the string between the current position pos and the first + * occurrence of either c1 or comma (',') or semicolon (';') exclusively + * and updates pos to point at the found delimiter or at the end of the * buffer if neither character occurred. - * @param buf buffer where to look for - * @param pos zero-indexed position within buffer - * @param c1 character to find or '\0' to ignore + * \a buf buffer where to look for + * \a pos zero-indexed position within buffer + * \a c1 character to find or '\0' to ignore */ static inline QString extract(const QByteArray &buf, int &pos, const char c1 = '\0') { @@ -67,10 +67,10 @@ static inline QString extract(const QByteArray &buf, int &pos, const char c1 = ' return QString::fromLatin1(buf.mid(oldpos, pos - oldpos)); } -/** ignores all whitespaces - * @param buf buffer to operate on - * @param pos position to shift to first non-whitespace character - * Upon return @p pos will either point to the first non-whitespace +/* ignores all whitespaces + * \a buf buffer to operate on + * \a pos position to shift to first non-whitespace character + * Upon return pos will either point to the first non-whitespace * character or to the end of the buffer. */ static inline void ignoreWS(const QByteArray &buf, int &pos) @@ -81,12 +81,12 @@ static inline void ignoreWS(const QByteArray &buf, int &pos) } } -/** parses a quoted string as per rfc 822. +/* parses a quoted string as per rfc 822. * * If trailing quote is missing, the whole rest of the buffer is returned. - * @param buf buffer to operate on - * @param pos position pointing to the leading quote - * @return the extracted string. @p pos will be updated to point to the + * \a buf buffer to operate on + * \a pos position pointing to the leading quote + * Returns the extracted string. pos will be updated to point to the * character following the trailing quote. */ static QString parseQuotedString(const QByteArray &buf, int &pos) @@ -120,10 +120,10 @@ static QString parseQuotedString(const QByteArray &buf, int &pos) return res; } -/** parses the header of a data url - * @param url the data url - * @param mimeOnly if the only interesting information is the MIME type - * @return DataHeader structure with the header information +/* parses the header of a data url + * \a url the data url + * \a mimeOnly if the only interesting information is the MIME type + * Returns DataHeader structure with the header information */ static DataHeader parseDataHeader(const QUrl &url, const bool mimeOnly) { diff --git a/local/recipes/kde/kf6-kio/source/src/core/dataprotocol_p.h b/local/recipes/kde/kf6-kio/source/src/core/dataprotocol_p.h index aaf9202271..53fffb289b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/dataprotocol_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/dataprotocol_p.h @@ -34,9 +34,8 @@ class QUrl; namespace KIO { -/** This KIO worker provides support of data urls as specified by rfc 2397 - * @see https://www.ietf.org/rfc/rfc2397.txt - * @author Leo Savernik +/* This KIO worker provides support of data urls as specified by rfc 2397 + * See https://www.ietf.org/rfc/rfc2397.txt */ #if defined(TESTKIO) class DataProtocol : public TestWorker diff --git a/local/recipes/kde/kf6-kio/source/src/core/dataworker_p.h b/local/recipes/kde/kf6-kio/source/src/core/dataworker_p.h index ec14d3105f..9eea184a45 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/dataworker_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/dataworker_p.h @@ -23,14 +23,13 @@ class QTimer; namespace KIO { -/** +/*! * This class provides a high performance implementation for the data * url scheme (rfc2397). * - * @internal + * \internal * Do not use this class in external applications. It is an implementation * detail of KIO and subject to change without notice. - * @author Leo Savernik */ class DataWorker : public KIO::Worker { @@ -53,19 +52,19 @@ public: virtual void mimetype(const QUrl &url) = 0; protected: - /** + /*! * Sets metadata - * @internal + * \internal */ void setAllMetaData(const MetaData &); - /** + /*! * Sends metadata set with setAllMetaData - * @internal + * \internal */ void sendMetaData(); // queuing methods - /** identifiers of functions to be queued */ + /*! identifiers of functions to be queued */ enum QueueType { Queue_mimeType = 1, Queue_totalSize, @@ -73,7 +72,7 @@ protected: Queue_data, Queue_finished, }; - /** structure for queuing. It is very primitive, it doesn't + /*! structure for queuing. It is very primitive, it doesn't * even try to conserve memory. */ struct QueueStruct { @@ -100,7 +99,7 @@ protected: DISPATCH_DECL(finished) protected Q_SLOTS: - /** dispatches next queued method. Does nothing if there are no + /*! dispatches next queued method. Does nothing if there are no * queued methods. */ void dispatchNext(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/davjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/davjob.cpp index 5e07ee81a4..783d8eb737 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/davjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/davjob.cpp @@ -16,7 +16,7 @@ using namespace KIO; -/** @internal */ +/*! \internal */ class KIO::DavJobPrivate : public KIO::TransferJobPrivate { public: @@ -50,8 +50,14 @@ DavJob::DavJob(DavJobPrivate &dd, int method, const QString &request) stream << (int)7 << d->m_url << method; // Same for static data if (!request.isEmpty()) { - d->staticData = "\r\n" + request.toUtf8(); - d->staticData.chop(1); + if (!request.startsWith(QLatin1StringView("staticData = "\n" + request.toUtf8(); + d->staticData.chop(1); + } else { + // QXmlStreamWriter + d->staticData = request.toUtf8(); + } d->savedStaticData = d->staticData; stream << static_cast(d->staticData.size()); } else { @@ -131,4 +137,9 @@ DavJob *KIO::davReport(const QUrl &url, const QString &report, const QString &de return job; } +DavJob *KIO::davMkCol(const QUrl &url, const QString &properties, JobFlags flags) +{ + return DavJobPrivate::newJob(url, (int)KIO::DAV_MKCOL, properties, flags); +} + #include "moc_davjob.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/core/davjob.h b/local/recipes/kde/kf6-kio/source/src/core/davjob.h index 1e93cfc2c9..8a0e9cca00 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/davjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/davjob.h @@ -25,24 +25,26 @@ namespace KIO { class DavJobPrivate; -/** - * @class KIO::DavJob davjob.h +/*! + * \class KIO::DavJob + * \inheaderfile KIO/DavJob + * \inmodule KIOCore * * The transfer job pumps data into and/or out of a KIO worker. * Data is sent to the worker on request of the worker ( dataReq). * If data coming from the worker can not be handled, the * reading of data from the worker should be suspended. - * @see KIO::davPropFind() - * @see KIO::davPropPatch() - * @see KIO::davSearch() + * \sa KIO::davPropFind() + * \sa KIO::davPropPatch() + * \sa KIO::davSearch() */ class KIOCORE_EXPORT DavJob : public TransferJob { Q_OBJECT public: - /** - * Returns the reponse data. - * @since 5.86 + /*! + * Returns the response data. + * \since 5.86 */ QByteArray responseData() const; @@ -57,56 +59,97 @@ private: Q_DECLARE_PRIVATE(DavJob) }; -/** - * Creates a new DavJob that issues a PROPFIND command. PROPFIND retrieves - * the properties of the resource identified by the given @p url. +/*! + * \relates KIO::DavJob * - * @param url the URL of the resource - * @param properties a propfind document that describes the properties that + * Creates a new DavJob that issues a PROPFIND command. PROPFIND retrieves + * the properties of the resource identified by the given \a url. + * + * \a url the URL of the resource + * + * \a properties a propfind document that describes the properties that * should be retrieved - * @param depth the depth of the request. Can be "0", "1" or "infinity" - * @param flags We support HideProgressInfo here - * @return the new DavJob - * @since 5.84 + * + * \a depth the depth of the request. Can be "0", "1" or "infinity" + * + * \a flags We support HideProgressInfo here + * + * Returns the new DavJob + * \since 5.84 */ KIOCORE_EXPORT DavJob *davPropFind(const QUrl &url, const QString &properties, const QString &depth, JobFlags flags = DefaultFlags); -/** - * Creates a new DavJob that issues a PROPPATCH command. PROPPATCH sets - * the properties of the resource identified by the given @p url. +/*! + * \relates KIO::DavJob * - * @param url the URL of the resource - * @param properties a PROPPACTCH document that describes the properties that + * Creates a new DavJob that issues a PROPPATCH command. PROPPATCH sets + * the properties of the resource identified by the given \a url. + * + * \a url the URL of the resource + * + * \a properties a PROPPACTCH document that describes the properties that * should be modified and its new values - * @param flags We support HideProgressInfo here - * @return the new DavJob - * @since 5.84 + * + * \a flags We support HideProgressInfo here + * + * Returns the new DavJob + * \since 5.84 */ KIOCORE_EXPORT DavJob *davPropPatch(const QUrl &url, const QString &properties, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::DavJob + * * Creates a new DavJob that issues a SEARCH command. * - * @param url the URL of the resource - * @param nsURI the URI of the search method's qualified name - * @param qName the local part of the search method's qualified name - * @param query the search string - * @param flags We support HideProgressInfo here - * @return the new DavJob + * \a url the URL of the resource + * + * \a nsURI the URI of the search method's qualified name + * + * \a qName the local part of the search method's qualified name + * + * \a query the search string + * + * \a flags We support HideProgressInfo here + * + * Returns the new DavJob */ KIOCORE_EXPORT DavJob *davSearch(const QUrl &url, const QString &nsURI, const QString &qName, const QString &query, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::DavJob + * * Creates a new DavJob that issues a REPORT command. * - * @param url the URL of the resource - * @param report a REPORT document that describes the request to make - * @param depth the depth of the request. Can be "0", "1" or "infinity" - * @param flags We support HideProgressInfo here - * @return the new DavJob + * \a url the URL of the resource + * + * \a report a REPORT document that describes the request to make + * + * \a depth the depth of the request. Can be "0", "1" or "infinity" + * + * \a flags We support HideProgressInfo here + * + * Returns the new DavJob */ KIOCORE_EXPORT DavJob *davReport(const QUrl &url, const QString &report, const QString &depth, JobFlags flags = DefaultFlags); +/*! + * \relates KIO::DavJob + * + * Creates a new DavJob that issues a MKCOL command. + * + * \a url the URL of the resource + * + * \a properties a MKCOL document that describes the request to make + * + * \a flags We support HideProgressInfo here + * + * Returns the new DavJob + * + * \since 6.27.0 + */ +KIOCORE_EXPORT DavJob *davMkCol(const QUrl &url, const QString &properties, JobFlags flags = DefaultFlags); + } // namespace KIO #endif diff --git a/local/recipes/kde/kf6-kio/source/src/core/deletejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/deletejob.cpp index ec14b2fa15..2b0fc1a5b4 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/deletejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/deletejob.cpp @@ -56,8 +56,8 @@ Q_SIGNALS: public Q_SLOTS: - /** - * Deletes the file @p url points to + /* + * Deletes the file url points to * The file must be a LocalFile */ void rmfile(const QUrl &url, bool isLink) @@ -65,8 +65,8 @@ public Q_SLOTS: Q_EMIT rmfileResult(QFile::remove(url.toLocalFile()), isLink); } - /** - * Deletes the directory @p url points to + /* + * Deletes the directory url points to * The directory must be a LocalFile */ void rmdir(const QUrl &url) @@ -97,6 +97,8 @@ public: QList symlinks; QList dirs; QList m_srcList; + QList m_deletedUrls; // every URL removed so far, requested entries and directory contents alike + QList::iterator m_currentStat; QSet m_parentDirs; QTimer *m_reportTimer; @@ -110,6 +112,7 @@ public: void deleteNextFile(); void deleteNextDir(); void restoreDirWatch() const; + void notifyFilesRemoved(const QList &urls) const; void slotReport(); void slotStart(); void slotEntries(KIO::Job *, const KIO::UDSEntryList &list); @@ -132,10 +135,6 @@ public: if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = Delete; - } return job; } }; @@ -338,6 +337,7 @@ void DeleteJobPrivate::rmFileResult(bool result, bool isLink) { if (result) { m_processedFiles++; + m_deletedUrls.append(m_currentURL); if (isLink) { symlinks.removeFirst(); @@ -411,6 +411,7 @@ void DeleteJobPrivate::rmdirResult(bool result) { if (result) { m_processedDirs++; + m_deletedUrls.append(m_currentURL); dirs.removeLast(); deleteNextDir(); } else { @@ -460,12 +461,7 @@ void DeleteJobPrivate::deleteNextDir() restoreDirWatch(); // Finished - tell the world - if (!m_srcList.isEmpty()) { - // qDebug() << "KDirNotify'ing FilesRemoved" << m_srcList; -#ifdef WITH_QTDBUS - org::kde::KDirNotify::emitFilesRemoved(m_srcList); -#endif - } + notifyFilesRemoved(m_srcList); if (m_reportTimer != nullptr) { m_reportTimer->stop(); } @@ -482,9 +478,29 @@ void DeleteJobPrivate::restoreDirWatch() const const auto itEnd = m_parentDirs.constEnd(); for (auto it = m_parentDirs.constBegin(); it != itEnd; ++it) { KDirWatch::self()->restartDirScan(*it); +#ifndef WITH_QTDBUS + KDirWatch::self()->setDirty(*it); +#endif } } +void DeleteJobPrivate::notifyFilesRemoved(const QList &urls) const +{ + if (urls.isEmpty()) { + return; + } +#ifdef WITH_QTDBUS + org::kde::KDirNotify::emitFilesRemoved(urls); +#else + const bool trashDirChanged = std::any_of(urls.cbegin(), urls.cend(), [](const QUrl &url) { + return url.scheme() == QLatin1String("trash"); + }); + if (trashDirChanged) { + KCoreDirLister().updateDirectory(QUrl(QStringLiteral("trash:/"))); + } +#endif +} + void DeleteJobPrivate::currentSourceStated(bool isDir, bool isLink) { Q_Q(DeleteJob); @@ -501,7 +517,7 @@ void DeleteJobPrivate::currentSourceStated(bool isDir, bool isLink) if (!KProtocolManager::canDeleteRecursive(url)) { // qDebug() << url << "is a directory, let's list it"; ListJob *newjob = KIO::listRecursive(url, KIO::HideProgressInfo); - newjob->addMetaData(QStringLiteral("details"), QString::number(KIO::StatBasic)); + newjob->setDetails(KIO::StatBasic); newjob->setUnrestricted(true); // No KIOSK restrictions QObject::connect(newjob, &KIO::ListJob::entries, q, [this](KIO::Job *job, const KIO::UDSEntryList &list) { slotEntries(job, list); @@ -565,6 +581,7 @@ void DeleteJob::slotResult(KJob *job) d->m_incomingMetaData = dynamic_cast(job)->metaData(); if (job->error()) { + d->notifyFilesRemoved(d->m_deletedUrls); Job::slotResult(job); // will set the error and emit result(this) d->restoreDirWatch(); return; @@ -572,11 +589,13 @@ void DeleteJob::slotResult(KJob *job) removeSubjob(job); Q_ASSERT(!hasSubjobs()); d->m_processedFiles++; + d->m_deletedUrls.append(d->m_currentURL); d->deleteNextFile(); break; case DELETEJOB_STATE_DELETING_DIRS: if (job->error()) { + d->notifyFilesRemoved(d->m_deletedUrls); Job::slotResult(job); // will set the error and emit result(this) d->restoreDirWatch(); return; @@ -584,6 +603,7 @@ void DeleteJob::slotResult(KJob *job) removeSubjob(job); Q_ASSERT(!hasSubjobs()); d->m_processedDirs++; + d->m_deletedUrls.append(d->m_currentURL); // emit processedAmount( this, KJob::Directories, d->m_processedDirs ); // emitPercent( d->m_processedFiles + d->m_processedDirs, d->m_totalFilesDirs ); diff --git a/local/recipes/kde/kf6-kio/source/src/core/deletejob.h b/local/recipes/kde/kf6-kio/source/src/core/deletejob.h index c226181b83..dcccaadcce 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/deletejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/deletejob.h @@ -22,13 +22,16 @@ class QTimer; namespace KIO { class DeleteJobPrivate; -/** - * @class KIO::DeleteJob deletejob.h +/*! + * \class KIO::DeleteJob + * \inheaderfile KIO/DeleteJob + * \inmodule KIOCore + * + * \brief A more complex Job to delete files and directories. * - * A more complex Job to delete files and directories. * Don't create the job directly, but use KIO::del() instead. * - * @see KIO::del() + * \sa KIO::del() */ class KIOCORE_EXPORT DeleteJob : public Job { @@ -37,44 +40,53 @@ class KIOCORE_EXPORT DeleteJob : public Job public: ~DeleteJob() override; - /** + /*! * Returns the list of URLs. - * @return the list of URLs. */ QList urls() const; Q_SIGNALS: - /** + /*! * Emitted when the total number of files is known. - * @param job the job that emitted this signal - * @param files the total number of files + * + * \a job the job that emitted this signal + * + * \a files the total number of files */ void totalFiles(KJob *job, unsigned long files); - /** + /*! * Emitted when the total number of directories is known. - * @param job the job that emitted this signal - * @param dirs the total number of directories + * + * \a job the job that emitted this signal + * + * \a dirs the total number of directories */ void totalDirs(KJob *job, unsigned long dirs); - /** + /*! * Sends the number of processed files. - * @param job the job that emitted this signal - * @param files the number of processed files + * + * \a job the job that emitted this signal + * + * \a files the number of processed files */ void processedFiles(KIO::Job *job, unsigned long files); - /** + /*! * Sends the number of processed directories. - * @param job the job that emitted this signal - * @param dirs the number of processed dirs + * + * \a job the job that emitted this signal + * + * \a dirs the number of processed dirs */ void processedDirs(KIO::Job *job, unsigned long dirs); - /** + /*! * Sends the URL of the file that is currently being deleted. - * @param job the job that emitted this signal - * @param file the URL of the file or directory that is being + * + * \a job the job that emitted this signal + * + * \a file the URL of the file or directory that is being * deleted */ void deleting(KIO::Job *job, const QUrl &file); @@ -89,21 +101,29 @@ private: Q_DECLARE_PRIVATE(DeleteJob) }; -/** +/*! + * \relates KIO::DeleteJob + * * Delete a file or directory. * - * @param src file to delete - * @param flags We support HideProgressInfo here - * @return the job handling the operation + * \a src file to delete + * + * \a flags We support HideProgressInfo here + * + * Returns the job handling the operation */ KIOCORE_EXPORT DeleteJob *del(const QUrl &src, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::DeleteJob + * * Deletes a list of files or directories. * - * @param src the files to delete - * @param flags We support HideProgressInfo here - * @return the job handling the operation + * \a src the files to delete + * + * \a flags We support HideProgressInfo here + * + * Returns the job handling the operation */ KIOCORE_EXPORT DeleteJob *del(const QList &src, JobFlags flags = DefaultFlags); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.cpp b/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.cpp index e3a6495770..f1381d2301 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.cpp @@ -425,8 +425,8 @@ QStringList KIO::DesktopExecParser::resultingArguments() const // NOTE: Some non-KIO apps may support the URLs (e.g. VLC supports smb://) // but will not have the password if they are not in the URL itself. // Hence convert URL to KIOFuse equivalent in case there is a password. - // @see https://pointieststick.com/2018/01/17/videos-on-samba-shares/ - // @see https://bugs.kde.org/show_bug.cgi?id=330192 + // \sa https://pointieststick.com/2018/01/17/videos-on-samba-shares/ + // \sa https://bugs.kde.org/show_bug.cgi?id=330192 if (!supported || (!url.userName().isEmpty() && url.password().isEmpty() && isNonKIO())) { requests.push_back({kiofuse_iface.mountUrl(url.toString()), i}); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.h b/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.h index c4aad7ac20..43b1c5965c 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.h +++ b/local/recipes/kde/kf6-kio/source/src/core/desktopexecparser.h @@ -20,41 +20,41 @@ namespace KIO { class DesktopExecParserPrivate; -/** - * @class KIO::DesktopExecParser desktopexecparser.h +/*! + * \class KIO::DesktopExecParser + * \inheaderfile KIO/DesktopExecParser + * \inmodule KIOCore * - * Parses the Exec= line from a .desktop file, + * \brief Parses the Exec= line from a .desktop file, * and process all the '\%' placeholders, e.g.\ handling URLs vs local files. * * The processing actually happens when calling resultingArguments(), after * setting everything up. * - * @since 5.0 + * \since 5.0 */ class KIOCORE_EXPORT DesktopExecParser { public: - /** + /*! * Creates a parser for a desktop file Exec line. * - * @param service the service to extract information from. + * \a service the service to extract information from. * The KService instance must remain alive as long as the parser is alive. - * @param urls The urls the service should open. + * + * \a urls The urls the service should open. */ DesktopExecParser(const KService &service, const QList &urls); - /** - * Destructor - */ ~DesktopExecParser(); - /** - * If @p tempFiles is set to true and the urls given to the constructor are local files, + /*! + * If \a tempFiles is set to true and the urls given to the constructor are local files, * they will be deleted when the application exits. */ void setUrlsAreTempFiles(bool tempFiles); - /** + /*! * Sets the file name to use in the case of downloading the file to a tempfile * in order to give to a non-url-aware application. Some apps rely on the extension * to determine the MIME type of the file. Usually the file name comes from the URL, @@ -63,49 +63,53 @@ public: */ void setSuggestedFileName(const QString &suggestedFileName); - /** - * @return a list of arguments suitable for QProcess. + /*! + * Returns a list of arguments suitable for QProcess. * Returns an empty list on error, check errorMessage() for details. */ QStringList resultingArguments() const; - /** - * @return an error message for when resultingArguments() returns an empty list - * @since 5.71 + /*! + * Returns an error message for when resultingArguments() returns an empty list + * \since 5.71 */ QString errorMessage() const; - /** - * Returns the list of protocols which the application supports. + /*! + * Returns the list of protocols which the application \a service supports. * This can be a list of actual protocol names, or just "KIO" for KIO-based apps. */ static QStringList supportedProtocols(const KService &service); - /** - * Returns true if @p protocol is in the list of protocols returned by supportedProtocols(). + /*! + * Returns true if \a protocol is in the list of protocols returned by supportedProtocols(). * The only reason for this method is the special handling of "KIO". */ static bool isProtocolInSupportedList(const QUrl &url, const QStringList &supportedProtocols); - /** - * Returns true if @p protocol should be opened by a "handler" application, i.e.\ an application + /*! + * Returns true if \a protocol should be opened by a "handler" application, i.e.\ an application * associated to _all_ URLs using this protocol (a.k.a. scheme). */ static bool hasSchemeHandler(const QUrl &url); // KF6 TODO move to OpenUrlJob - /** + /*! * Given a full command line (e.g.\ the Exec= line from a .desktop file), * extract the name of the executable being run (removing the path, if specified). - * @param execLine the full command line - * @return the name of the executable to run, example: "ls" + * + * \a execLine the full command line + * + * Returns the name of the executable to run, example: "ls" */ static QString executableName(const QString &execLine); - /** + /*! * Given a full command line (e.g.\ the Exec= line from a .desktop file), * extract the name of the executable being run, including its full path, if specified. - * @param execLine the full command line - * @return the name of the executable to run, example: "/bin/ls" + * + * \a execLine the full command line + * + * Returns the name of the executable to run, example: "/bin/ls" */ static QString executablePath(const QString &execLine); diff --git a/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.cpp index 46ee72f7d1..4345f1338e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.cpp @@ -132,7 +132,7 @@ void DirectorySizeJobPrivate::startNextJob(const QUrl &url) Q_Q(DirectorySizeJob); // qDebug() << url; KIO::ListJob *listJob = KIO::listRecursive(url, KIO::HideProgressInfo); - listJob->addMetaData(QStringLiteral("details"), QString::number(KIO::StatBasic | KIO::StatResolveSymlink | KIO::StatInode)); + listJob->setDetails(KIO::StatBasic | KIO::StatResolveSymlink | KIO::StatInode); q->connect(listJob, &KIO::ListJob::entries, q, [this](KIO::Job *job, const KIO::UDSEntryList &list) { slotEntries(job, list); }); diff --git a/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.h b/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.h index 0818c60483..7a7354d3b4 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/directorysizejob.h @@ -15,13 +15,17 @@ namespace KIO { class DirectorySizeJobPrivate; -/** - * @class KIO::DirectorySizeJob directorysizejob.h +/*! + * \class KIO::DirectorySizeJob + * \inheaderfile KIO/DirectorySizeJob + * \inmodule KIOCore * - * Computes a directory size (similar to "du", but doesn't give the same results - * since we simply sum up the dir and file sizes, whereas du speaks disk blocks) + * \brief Computes a directory size. * - * Usage: see KIO::directorySize. + * Similar to "du", but doesn't give the same results + * since we simply sum up the dir and file sizes, whereas du speaks disk blocks. + * + * \sa KIO::directorySize. */ class KIOCORE_EXPORT DirectorySizeJob : public KIO::Job { @@ -31,19 +35,19 @@ public: ~DirectorySizeJob() override; public: - /** - * @return the size we found + /*! + * Returns the size we found */ KIO::filesize_t totalSize() const; - /** - * @return the total number of files (counting symlinks to files, sockets + /*! + * Returns the total number of files (counting symlinks to files, sockets * and character devices as files) in this directory and all sub-directories */ KIO::filesize_t totalFiles() const; - /** - * @return the total number of sub-directories found (not including the + /*! + * Returns the total number of sub-directories found (not including the * directory the search started from and treating symlinks to directories * as directories) */ @@ -59,7 +63,9 @@ private: Q_DECLARE_PRIVATE(DirectorySizeJob) }; -/** +/*! + * \relates KIO::DirectorySizeJob + * * Computes a directory size (by doing a recursive listing). * Connect to the result signal (this is the preferred solution to avoid blocking the GUI), * or use exec() for a synchronous (blocking) calculation. @@ -68,12 +74,14 @@ private: */ KIOCORE_EXPORT DirectorySizeJob *directorySize(const QUrl &directory); -/** +/*! + * \relates KIO::DirectorySizeJob + * * Computes a directory size (by doing a recursive listing). * Connect to the result signal (this is the preferred solution to avoid blocking the GUI), * or use exec() for a synchronous (blocking) calculation. * - * This one lists the items from @p lstItems. + * This one lists the items from \a lstItems. * The reason we asks for items instead of just urls, is so that * we directly know if the item is a file or a directory, * and in case of a file, we already have its size. diff --git a/local/recipes/kde/kf6-kio/source/src/core/emptytrashjob.h b/local/recipes/kde/kf6-kio/source/src/core/emptytrashjob.h index c6e2624544..3eeb04b15d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/emptytrashjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/emptytrashjob.h @@ -14,13 +14,15 @@ namespace KIO { class EmptyTrashJobPrivate; -/** - * @class KIO::EmptyTrashJob emptytrashjob.h +/*! + * \class KIO::EmptyTrashJob + * \inheaderfile KIO/EmptyTrashJob + * \inmodule KIOCore * * A KIO job for emptying the trash - * @see KIO::trash() - * @see KIO::restoreFromTrash() - * @since 5.2 + * \sa KIO::trash() + * \sa KIO::restoreFromTrash() + * \since 5.2 */ class KIOCORE_EXPORT EmptyTrashJob : public SimpleJob { @@ -39,11 +41,13 @@ private: Q_DECLARE_PRIVATE(EmptyTrashJob) }; -/** +/*! + * \relates KIO::EmptyTrashJob + * * Empties the trash. * - * @return A pointer to the job handling the operation. - * @since 5.2 + * Returns a pointer to the job handling the operation. + * \since 5.2 */ KIOCORE_EXPORT EmptyTrashJob *emptyTrash(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/faviconscache_p.h b/local/recipes/kde/kf6-kio/source/src/core/faviconscache_p.h index 41f49e7ed0..2e84e49f5b 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/faviconscache_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/faviconscache_p.h @@ -18,8 +18,8 @@ namespace KIO { class FavIconsCachePrivate; -/** - * @internal +/*! + * \internal * Singleton handling the cache (memory + disk) for favicons. * Exported for KIOGui's FavIconsManager */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.cpp b/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.cpp index d8a7d58c82..8da8979e84 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.cpp @@ -26,7 +26,6 @@ static inline Worker *jobWorker(SimpleJob *job) return SimpleJobPrivate::get(job)->m_worker; } -/** @internal */ class KIO::FileCopyJobPrivate : public KIO::JobPrivate { public: @@ -77,10 +76,10 @@ public: void slotData(KIO::Job *, const QByteArray &data); void slotDataReq(KIO::Job *, QByteArray &data); void slotMimetype(KIO::Job *, const QString &type); - /** + /* * Forward signal from subjob - * @param job the job that emitted this signal - * @param offset the offset to resume from + * job the job that emitted this signal + * offset the offset to resume from */ void slotCanResume(KIO::Job *job, KIO::filesize_t offset); void processCanResumeResult(KIO::Job *job, RenameDialog_Result result, KIO::filesize_t offset); @@ -96,10 +95,6 @@ public: if (!(flags & HideProgressInfo)) { KIO::getJobTracker()->registerJob(job); } - if (!(flags & NoPrivilegeExecution)) { - job->d_func()->m_privilegeExecutionEnabled = true; - job->d_func()->m_operationType = move ? Move : Copy; - } return job; } }; @@ -324,6 +319,9 @@ void FileCopyJobPrivate::startDataPump() if (m_modificationTime.isValid()) { m_putJob->setModificationTime(m_modificationTime); } + if (m_sourceSize != filesize_t(-1)) { + m_putJob->setSourceSize(m_sourceSize); + } // The first thing the put job will tell us is whether we can // resume or not (this is always emitted) diff --git a/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.h b/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.h index 8da6b72add..fa0148fd13 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/filecopyjob.h @@ -15,12 +15,15 @@ namespace KIO { class FileCopyJobPrivate; -/** - * @class KIO::FileCopyJob filecopyjob.h +/*! + * \class KIO::FileCopyJob + * \inheaderfile KIO/FileCopyJob + * \inmodule KIOCore * * The FileCopyJob copies data from one place to another. - * @see KIO::file_copy() - * @see KIO::file_move() + * + * \sa KIO::file_copy() + * \sa KIO::file_move() */ class KIOCORE_EXPORT FileCopyJob : public Job { @@ -28,14 +31,15 @@ class KIOCORE_EXPORT FileCopyJob : public Job public: ~FileCopyJob() override; - /** + /*! * If you know the size of the source file, call this method * to inform this job. It will be displayed in the "resume" dialog. - * @param size the size of the source file + * + * \a size the size of the source file */ void setSourceSize(KIO::filesize_t size); - /** + /*! * Sets the modification time of the file * * Note that this is ignored if a direct copy (WorkerBase::copy) can be done, @@ -44,15 +48,13 @@ public: */ void setModificationTime(const QDateTime &mtime); - /** - * Returns the source URL. - * @return the source URL + /*! + * Returns the source URL */ QUrl srcUrl() const; - /** - * Returns the destination URL. - * @return the destination URL + /*! + * Returns the destination URL */ QUrl destUrl() const; @@ -61,23 +63,26 @@ public: bool doKill() override; Q_SIGNALS: - /** + /*! * MIME type determined during a file copy. * This is never emitted during a move, and might not be emitted during * a file copy, depending on the worker. But when a get and a put are * being used (which is the common case), this signal forwards the * MIME type information from the get job. * - * @param job the job that emitted this signal - * @param mimeType the MIME type - * @since 5.78 + * \a job the job that emitted this signal + * + * \a mimeType the MIME type + * + * \since 5.78 */ void mimeTypeFound(KIO::Job *job, const QString &mimeType); protected Q_SLOTS: - /** + /*! * Called whenever a subjob finishes. - * @param job the job that emitted this signal + * + * \a job the job that emitted this signal */ void slotResult(KJob *job) override; @@ -88,51 +93,65 @@ private: Q_DECLARE_PRIVATE(FileCopyJob) }; -/** +/*! + * \relates KIO::FileCopyJob + * * Copy a single file. * * Uses either WorkerBase::copy() if the worker supports that * or get() and put() otherwise. * - * @param src Where to get the file - * @param dest Where to put the file - * @param permissions the file mode permissions to set on @p dest; if this is -1 - * (the default) no special permissions will be set on @p dest, i.e. it'll have + * \a src Where to get the file + * + * \a dest Where to put the file + * + * \a permissions the file mode permissions to set on \a dest; if this is -1 + * (the default) no special permissions will be set on \a dest, i.e. it'll have * the default system permissions for newly created files, and the owner and group * permissions are not preserved. - * @param flags Can be @ref JobFlag::HideProgressInfo, Overwrite and Resume here - * WARNING: Setting @ref JobFlag::Resume means that the data will be appended to - * @p dest if @p dest exists - * @return the job handling the operation + * + * \a flags Can be JobFlag::HideProgressInfo, Overwrite and Resume here + * WARNING: Setting JobFlag::Resume means that the data will be appended to + * \a dest if \a dest exists + * + * Returns the job handling the operation */ KIOCORE_EXPORT FileCopyJob *file_copy(const QUrl &src, const QUrl &dest, int permissions = -1, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::FileCopyJob + * * Overload for catching code mistakes. Do NOT call this method (it is not implemented), * insert a value for permissions (-1 by default) before the JobFlags. */ FileCopyJob *file_copy(const QUrl &src, const QUrl &dest, JobFlags flags) Q_DECL_EQ_DELETE; // not implemented - on purpose. -/** +/*! + * \relates KIO::FileCopyJob + * * Move a single file. * * Use either WorkerBase::rename() if the worker supports that, * or copy() and del() otherwise, or eventually get() & put() & del() * - * @param src Where to get the file - * @param dest Where to put the file - * @param permissions the file mode permissions to set on @p dest; if this is -1 - * (the default), no special permissions are set on @p dest, i.e. it'll have + * \a src Where to get the file + * + * \a dest Where to put the file + * + * \a permissions the file mode permissions to set on \a dest; if this is -1 + * (the default), no special permissions are set on \a dest, i.e. it'll have * the default system permissions for newly created files, and the owner and group * permissions are not preserved. - * @param flags Can be HideProgressInfo, Overwrite and Resume here - * WARNING: Setting @ref JobFlag::Resume means that the data will be appended to - * @p dest if @p dest exists - * @return the job handling the operation + * + * \a flags Can be HideProgressInfo, Overwrite and Resume here + * WARNING: Setting JobFlag::Resume means that the data will be appended to + * \a dest if \a dest exists + * + * Returns the job handling the operation */ KIOCORE_EXPORT FileCopyJob *file_move(const QUrl &src, const QUrl &dest, int permissions = -1, JobFlags flags = DefaultFlags); -/** +/* * Overload for catching code mistakes. Do NOT call this method (it is not implemented), * insert a value for permissions (-1 by default) before the JobFlags. */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/filejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/filejob.cpp index 6642189e23..9e452087a4 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/filejob.cpp @@ -34,11 +34,11 @@ public: void slotTruncated(KIO::filesize_t); void slotTotalSize(KIO::filesize_t); - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; diff --git a/local/recipes/kde/kf6-kio/source/src/core/filejob.h b/local/recipes/kde/kf6-kio/source/src/core/filejob.h index da71a40374..3bffe544d2 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/filejob.h @@ -14,11 +14,13 @@ namespace KIO { class FileJobPrivate; -/** - * @class KIO::FileJob filejob.h +/*! + * \class KIO::FileJob + * \inmodule KIOCore + * \inheaderfile KIO/FileJob * - * The file-job is an asynchronous version of normal file handling. - * It allows block-wise reading and writing, and allows seeking and truncation. Results are returned through signals. + * The file-job is an asynchronous version of normal file handling. + * It allows block-wise reading and writing, and allows seeking and truncation. Results are returned through signals. * * Should always be created using KIO::open(const QUrl&, QIODevice::OpenMode). */ @@ -30,8 +32,8 @@ class KIOCORE_EXPORT FileJob : public SimpleJob public: ~FileJob() override; - /** - * This function attempts to read up to \p size bytes from the URL passed to + /*! + * This function attempts to read up to \a size bytes from the URL passed to * KIO::open() and returns the bytes received via the data() signal. * * The read operation commences at the current file offset, and the file @@ -43,14 +45,11 @@ public: * * On error the data() signal is not emitted. To catch errors please connect * to the result() signal. - * - * @param size the requested amount of data to read - * */ void read(KIO::filesize_t size); - /** - * This function attempts to write all the bytes in \p data to the URL + /*! + * This function attempts to write all the bytes in \a data to the URL * passed to KIO::open() and returns the bytes written received via the * written() signal. * @@ -60,114 +59,121 @@ public: * * On error the written() signal is not emitted. To catch errors please * connect to the result() signal. - * - * @param data the data to write */ void write(const QByteArray &data); - /** + /*! * Closes the file KIO worker. * * The worker emits close() and result(). */ void close(); - /** + /*! * Seek * - * The worker emits position() on successful seek to the specified \p offset. + * The worker emits position() on successful seek to the specified \a offset. * * On error the position() signal is not emitted. To catch errors please * connect to the result() signal. - * - * @param offset the position from start to go to */ void seek(KIO::filesize_t offset); - /** + /*! * Truncate * - * The worker emits truncated() on successful truncation to the specified \p length. + * The worker emits truncated() on successful truncation to the specified \a length. * * On error the truncated() signal is not emitted. To catch errors please * connect to the result() signal. * - * @param length the desired length to truncate to - * @since 5.66 + * \since 5.66 */ void truncate(KIO::filesize_t length); - /** - * Size - * - * @return the file size + /*! + * Returns the file size */ KIO::filesize_t size(); Q_SIGNALS: - /** + /*! * Data from the worker has arrived. Emitted after read(). * * Unless a read() request was sent for 0 bytes, End of data (EOD) has been * reached if data.size() == 0 * - * @param job the job that emitted this signal - * @param data data received from the worker. + * \a job the job that emitted this signal + * + * \a data data received from the worker. * */ void data(KIO::Job *job, const QByteArray &data); - /** + /*! * Signals the file is a redirection. * Follow this url manually to reach data - * @param job the job that emitted this signal - * @param url the new URL + * + * \a job the job that emitted this signal + * + * \a url the new URL */ void redirection(KIO::Job *job, const QUrl &url); - /** + /*! * MIME type determined. - * @param job the job that emitted this signal - * @param mimeType the MIME type - * @since 5.78 + * + * \a job the job that emitted this signal + * + * \a mimeType the MIME type + * + * \since 5.78 */ void mimeTypeFound(KIO::Job *job, const QString &mimeType); - /** + /*! * File is open, metadata has been determined and the * file KIO worker is ready to receive commands. - * @param job the job that emitted this signal + * + * \a job the job that emitted this signal */ void open(KIO::Job *job); - /** - * \p written bytes were written to the file. Emitted after write(). - * @param job the job that emitted this signal - * @param written bytes written. + /*! + * \a written bytes were written to the file. Emitted after write(). + * + * \a job the job that emitted this signal + * + * \a written bytes written. */ void written(KIO::Job *job, KIO::filesize_t written); - /** + /*! * Signals that the file is closed and will accept no more commands. * - * @param job the job that emitted this signal + * \a job the job that emitted this signal * - * @since 5.79 + * \since 5.79 */ void fileClosed(KIO::Job *job); - /** + /*! * The file has reached this position. Emitted after seek(). - * @param job the job that emitted this signal - * @param offset the new position + * + * \a job the job that emitted this signal + * + * \a offset the new position */ void position(KIO::Job *job, KIO::filesize_t offset); - /** + /*! * The file has been truncated to this point. Emitted after truncate(). - * @param job the job that emitted this signal - * @param length the new length of the file - * @since 5.66 + * + * \a job the job that emitted this signal + * + * \a length the new length of the file + * + * \since 5.66 */ void truncated(KIO::Job *job, KIO::filesize_t length); @@ -178,7 +184,9 @@ private: Q_DECLARE_PRIVATE(FileJob) }; -/** +/*! + * \relates KIO::FileJob + * * Open ( random access I/O ) * * The file-job emits open() when opened @@ -186,10 +194,11 @@ private: * On error the open() signal is not emitted. To catch errors please * connect to the result() signal. * - * @param url the URL of the file - * @param mode the access privileges: see \ref OpenMode + * \a url the URL of the file * - * @return The file-handling job. It will never return 0. Errors are handled asynchronously + * \a mode the access privileges: see OpenMode + * + * Returns the file-handling job. It will never return 0. Errors are handled asynchronously * (emitted as signals). */ KIOCORE_EXPORT FileJob *open(const QUrl &url, QIODevice::OpenMode mode); diff --git a/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.cpp b/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.cpp index 90323696cb..588d097db6 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.cpp @@ -22,11 +22,11 @@ public: { } - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; diff --git a/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.h b/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.h index 273544caab..4f90e536c2 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.h +++ b/local/recipes/kde/kf6-kio/source/src/core/filesystemfreespacejob.h @@ -16,11 +16,13 @@ namespace KIO { class FileSystemFreeSpaceJobPrivate; -/** - * @class KIO::FileSystemFreeSpaceJob filesystemfreespacejob.h +/*! + * \class KIO::FileSystemFreeSpaceJob + * \inheaderfile KIO/FileSystemFreeSpaceJob + * \inmodule KIOCore * - * A KIO job that retrieves the total and available size of a filesystem. - * @since 5.3 + * \brief A KIO job that retrieves the total and available size of a filesystem. + * \since 5.3 */ class KIOCORE_EXPORT FileSystemFreeSpaceJob : public SimpleJob { @@ -29,15 +31,15 @@ class KIOCORE_EXPORT FileSystemFreeSpaceJob : public SimpleJob public: ~FileSystemFreeSpaceJob() override; - /** + /*! * Get total amount of space - * @since 6.0 + * \since 6.0 */ KIO::filesize_t size() const; - /** + /*! * Get available amount of space - * @since 6.0 + * \since 6.0 */ KIO::filesize_t availableSize() const; @@ -49,11 +51,14 @@ private: Q_DECLARE_PRIVATE(FileSystemFreeSpaceJob) }; -/** +/*! + * \relates KIO::FileSystemFreeSpaceJob + * * Get a filesystem's total and available space. * - * @param url Url to the filesystem. - * @return the job handling the operation. + * \a url Url to the filesystem. + * + * Returns the job handling the operation. */ KIOCORE_EXPORT FileSystemFreeSpaceJob *fileSystemFreeSpace(const QUrl &url); diff --git a/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.cpp b/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.cpp index ce24a3eca3..17a57bfcaf 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.cpp @@ -185,7 +185,17 @@ WorkerResult ForwardingWorkerBase::stat(const QUrl &url) { QUrl new_url; if (d->internalRewriteUrl(url, new_url)) { - KIO::SimpleJob *job = KIO::stat(new_url, KIO::HideProgressInfo); + KIO::StatJob::StatSide side = StatJob::SourceSide; + if (const QString sideMetaData = metaData(QStringLiteral("statSide")); sideMetaData == QLatin1String("dest")) { + side = StatJob::DestinationSide; + } + + KIO::StatDetails details = KIO::StatDefaultDetails; + if (const QString detailsMetaData = metaData(QStringLiteral("details")); !detailsMetaData.isEmpty()) { + details = static_cast(detailsMetaData.toInt()); + } + + KIO::SimpleJob *job = KIO::stat(new_url, side, details, KIO::HideProgressInfo); d->connectSimpleJob(job); return d->loopResult(); diff --git a/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.h b/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.h index 6918716902..3a4a3d1a1e 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.h +++ b/local/recipes/kde/kf6-kio/source/src/core/forwardingworkerbase.h @@ -20,8 +20,12 @@ namespace KIO { class ForwardingWorkerBasePrivate; -/** - * @class KIO::ForwardingWorkerBase forwardingworkerbase.h +/*! + * \class KIO::ForwardingWorkerBase + * \inheaderfile KIO/ForwardingWorkerBase + * \inmodule KIOCore + * + * \brief Worker that forwards to other workers. * * This class should be used as a base for KIO workers acting as a * forwarder to other KIO workers. It has been designed to support only @@ -65,9 +69,8 @@ class ForwardingWorkerBasePrivate; * something changes on a forwarded URL, you'll need a companion kded * module to emit the KDirNotify Files*() D-Bus signals. * - * @see ForwardingWorkerBase::rewriteUrl() - * @author Kevin Ottens - * @since 5.101 + * \sa ForwardingWorkerBase::rewriteUrl() + * \since 5.101 */ class KIOCORE_EXPORT ForwardingWorkerBase : public QObject, public WorkerBase { @@ -91,7 +94,7 @@ public: WorkerResult del(const QUrl &url, bool isfile) override; protected: - /** + /*! * Rewrite an url to its forwarded counterpart. It should return * true if everything was ok, and false otherwise. * @@ -99,35 +102,42 @@ protected: * before returning. Returning false silently cancels the current * KIO worker operation. * - * @param url The URL as given during the KIO worker call - * @param newURL The new URL to forward the KIO worker call to - * @return true if the given url could be correctly rewritten + * \a url The URL as given during the KIO worker call + * + * \a newURL The new URL to forward the KIO worker call to + * + * Returns true if the given url could be correctly rewritten */ virtual bool rewriteUrl(const QUrl &url, QUrl &newURL) = 0; + /*! + * \value UDSEntryCreationInStat The entry is created during a stat operation. + * \value UDSEntryCreationInListDir The entry is created during a listDir operation. + */ enum UDSEntryCreationMode { - UDSEntryCreationInStat, ///< The entry is created during a stat operation. - UDSEntryCreationInListDir, ///< The entry is created during a listDir operation. + UDSEntryCreationInStat, + UDSEntryCreationInListDir, }; - /** + /*! * Adjusts a UDSEntry before it's sent in the reply to the KIO worker endpoint. * This is the default implementation working in most cases, but sometimes * you could make use of more forwarding black magic (for example * dynamically transform any desktop file into a fake directory...) * - * @param entry the UDSEntry to adjust - * @param creationMode the operation for which this entry is created + * \a entry the UDSEntry to adjust + * + * \a creationMode the operation for which this entry is created */ virtual void adjustUDSEntry(KIO::UDSEntry &entry, UDSEntryCreationMode creationMode) const; - /** + /*! * Return the URL being processed by the KIO worker * Only access it inside adjustUDSEntry() */ QUrl processedUrl() const; - /** + /*! * Return the URL asked to the KIO worker * Only access it inside adjustUDSEntry() */ diff --git a/local/recipes/kde/kf6-kio/source/src/core/global.cpp b/local/recipes/kde/kf6-kio/source/src/core/global.cpp index c9b47cdde2..bf39ddae9d 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/global.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/global.cpp @@ -121,11 +121,7 @@ KIOCORE_EXPORT QString KIO::decodeFileName(const QString &_str) return _str; } -/*************************************************************** - * - * Utility functions - * - ***************************************************************/ +// Utility functions #if KIOCORE_BUILD_DEPRECATED_SINCE(6, 6) KIO::CacheControl KIO::parseCacheControl(const QString &cacheControl) diff --git a/local/recipes/kde/kf6-kio/source/src/core/global.h b/local/recipes/kde/kf6-kio/source/src/core/global.h index a6feb44d17..3a20b9e599 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/global.h +++ b/local/recipes/kde/kf6-kio/source/src/core/global.h @@ -23,9 +23,10 @@ class QTime; typedef SSIZE_T ssize_t; #endif -/** - * @short A namespace for KIO globals - * +/*! + * \namespace KIO + * \inmodule KIOCore + * \brief A namespace for KIO globals. */ namespace KIO { @@ -34,81 +35,181 @@ typedef qlonglong fileoffset_t; /// 64-bit file size typedef qulonglong filesize_t; -/** - * Converts @p size from bytes to the string representation. +/*! + * Converts \a size from bytes to the string representation. * - * @param size size in bytes - * @return converted size as a string - e.g. 123.4 KiB , 12.0 MiB + * \a size size in bytes + * + * Returns converted size as a string - e.g. 123.4 KiB , 12.0 MiB */ KIOCORE_EXPORT QString convertSize(KIO::filesize_t size); -/** +/*! * Converts a size to a string representation * Not unlike QString::number(...) * - * @param size size in bytes - * @return converted size as a string - e.g. 123456789 + * \a size size in bytes + * + * Returns converted size as a string - e.g. 123456789 */ KIOCORE_EXPORT QString number(KIO::filesize_t size); -/** +/*! * Converts size from kibi-bytes (2^10) to the string representation. * - * @param kibSize size in kibi-bytes (2^10) - * @return converted size as a string - e.g. 123.4 KiB , 12.0 MiB + * \a kibSize size in kibi-bytes (2^10) + * + * Returns converted size as a string - e.g. 123.4 KiB , 12.0 MiB */ KIOCORE_EXPORT QString convertSizeFromKiB(KIO::filesize_t kibSize); -/** +/*! * Calculates remaining time in seconds from total size, processed size and speed. * - * @param totalSize total size in bytes - * @param processedSize processed size in bytes - * @param speed speed in bytes per second - * @return calculated remaining time in seconds + * \a totalSize total size in bytes + * + * \a processedSize processed size in bytes + * + * \a speed speed in bytes per second + * + * Returns calculated remaining time in seconds */ KIOCORE_EXPORT unsigned int calculateRemainingSeconds(KIO::filesize_t totalSize, KIO::filesize_t processedSize, KIO::filesize_t speed); -/** +/*! * Convert @p seconds to a string representing number of days, hours, minutes and seconds * - * @param seconds number of seconds to convert - * @return string representation in a locale depending format + * \a seconds number of seconds to convert + * + * Returns string representation in a locale depending format */ KIOCORE_EXPORT QString convertSeconds(unsigned int seconds); -/** +/*! * Helper for showing information about a set of files and directories - * @param items the number of items (= @p files + @p dirs + number of symlinks :) - * @param files the number of files - * @param dirs the number of dirs - * @param size the sum of the size of the @p files - * @param showSize whether to show the size in the result - * @return the summary string + * \a items the number of items (= @p files + @p dirs + number of symlinks :) + * + * \a files the number of files + * + * \a dirs the number of dirs + * + * \a size the sum of the size of the @p files + * + * \a showSize whether to show the size in the result + * + * Returns the summary string */ KIOCORE_EXPORT QString itemsSummaryString(uint items, uint files, uint dirs, KIO::filesize_t size, bool showSize); -/** +/*! * Encodes (from the text displayed to the real filename) * This translates '/' into a "unicode fraction slash", QChar(0x2044). * Used by KIO::link, for instance. - * @param str the file name to encode - * @return the encoded file name + * + * \a str the file name to encode + * + * Returns the encoded file name */ KIOCORE_EXPORT QString encodeFileName(const QString &str); -/** +/*! * Decodes (from the filename to the text displayed) * This doesn't do anything anymore, it used to do the opposite of encodeFileName * when encodeFileName was using %2F for '/'. - * @param str the file name to decode - * @return the decoded file name + * + * \a str the file name to decode + * + * Returns the decoded file name */ KIOCORE_EXPORT QString decodeFileName(const QString &str); -/** +/*! * Error codes that can be emitted by KIO. + * + * \value [since 6.27] ERR_NONE No error + * \value ERR_CANNOT_OPEN_FOR_READING + * \value ERR_CANNOT_OPEN_FOR_WRITING + * \value ERR_CANNOT_LAUNCH_PROCESS + * \value ERR_INTERNAL + * \value ERR_MALFORMED_URL + * \value ERR_UNSUPPORTED_PROTOCOL + * \value ERR_NO_SOURCE_PROTOCOL + * \value ERR_UNSUPPORTED_ACTION + * \value ERR_IS_DIRECTORY ... where a file was expected + * \value ERR_IS_FILE ... where a directory was expected (e.g.\ listing) + * \value ERR_DOES_NOT_EXIST + * \value ERR_FILE_ALREADY_EXIST + * \value ERR_DIR_ALREADY_EXIST + * \value ERR_UNKNOWN_HOST + * \value ERR_ACCESS_DENIED + * \value ERR_WRITE_ACCESS_DENIED + * \value ERR_CANNOT_ENTER_DIRECTORY + * \value ERR_PROTOCOL_IS_NOT_A_FILESYSTEM + * \value ERR_CYCLIC_LINK + * \value ERR_USER_CANCELED + * \value ERR_CYCLIC_COPY + * \value ERR_CANNOT_CREATE_SOCKET + * \value ERR_CANNOT_CONNECT + * \value ERR_CONNECTION_BROKEN + * \value ERR_NOT_FILTER_PROTOCOL + * \value ERR_CANNOT_MOUNT + * \value ERR_CANNOT_UNMOUNT + * \value ERR_CANNOT_READ + * \value ERR_CANNOT_WRITE + * \value ERR_CANNOT_BIND + * \value ERR_CANNOT_LISTEN + * \value ERR_CANNOT_ACCEPT + * \value ERR_CANNOT_LOGIN + * \value ERR_CANNOT_STAT + * \value ERR_CANNOT_CLOSEDIR + * \value ERR_CANNOT_MKDIR + * \value ERR_CANNOT_RMDIR + * \value ERR_CANNOT_RESUME + * \value ERR_CANNOT_RENAME + * \value ERR_CANNOT_CHMOD + * \value ERR_CANNOT_DELETE + * \value [since 5.96] ERR_WORKER_DIED The text argument is the protocol that the dead worker supported. This means for example: file, ftp, http, ... + * \value ERR_OUT_OF_MEMORY + * \value ERR_UNKNOWN_PROXY_HOST + * \value ERR_CANNOT_AUTHENTICATE + * \value ERR_ABORTED Action got aborted from application side + * \value ERR_INTERNAL_SERVER + * \value ERR_SERVER_TIMEOUT + * \value ERR_SERVICE_NOT_AVAILABLE + * \value ERR_UNKNOWN + * \value ERR_UNKNOWN_INTERRUPT + * \value ERR_CANNOT_DELETE_ORIGINAL + * \value ERR_CANNOT_DELETE_PARTIAL + * \value ERR_CANNOT_RENAME_ORIGINAL + * \value ERR_CANNOT_RENAME_PARTIAL + * \value ERR_NEED_PASSWD + * \value ERR_CANNOT_SYMLINK + * \value ERR_NO_CONTENT Action succeeded but no content will follow + * \value ERR_DISK_FULL + * \value ERR_IDENTICAL_FILES src==dest when moving/copying + * \value [since 5.96] ERR_WORKER_DEFINED For worker specified errors that can be rich text. Email links will be handled by the standard email app and all hrefs + * will be handled by the standard browser. will be forked. + * \value ERR_UPGRADE_REQUIRED A transport upgrade is required to access this object. For instance, TLS is demanded by the server in order to continue + * \value ERR_POST_DENIED Issued when trying to POST data to a certain Ports + * \value ERR_CANNOT_SEEK + * \value ERR_CANNOT_SETTIME Emitted by setModificationTime + * \value ERR_CANNOT_CHOWN + * \value ERR_POST_NO_SIZE + * \value [since 5.6] ERR_DROP_ON_ITSELF from KIO::DropJob + * \value [since 5.18] ERR_CANNOT_MOVE_INTO_ITSELF emitted by KIO::move + * \value [since 5.24] ERR_PASSWD_SERVER returned by WorkerBase::openPasswordDialog + * \value [since 5.96] ERR_CANNOT_CREATE_WORKER used by Worker::createWorker + * \value [since 5.54] ERR_FILE_TOO_LARGE_FOR_FAT32 + * \value [since 5.54] ERR_OWNER_DIED Value used between kuiserver and views when the job owner disappears unexpectedly. It should not be emitted by workers + * \value [since 5.60] ERR_PRIVILEGE_NOT_REQUIRED used by file ioworker + * \value [since 5.66] ERR_CANNOT_TRUNCATE used by FileJob::truncate + * \value [since 5.88] ERR_SYMLINKS_NOT_SUPPORTED Indicates failure to create a symlink due to the underlying filesystem (FAT/ExFAT) not supporting them. Used + * by e.g. CopyJob + * \value [since 5.100] ERR_TRASH_FILE_TOO_LARGE Moving files/dirs to the Trash failed due to size constraints + * \value [since 6.21] ERR_TRASH_NOT_AVAILABLE Moving files/dirs to the Trash failed because a trash directory is not available for their location. */ +// TODO KF7: rename to Result, and ERR_NONE to OK enum Error { + ERR_NONE = KJob::NoError, ERR_CANNOT_OPEN_FOR_READING = KJob::UserDefinedError + 1, ERR_CANNOT_OPEN_FOR_WRITING = KJob::UserDefinedError + 2, ERR_CANNOT_LAUNCH_PROCESS = KJob::UserDefinedError + 3, @@ -117,8 +218,8 @@ enum Error { ERR_UNSUPPORTED_PROTOCOL = KJob::UserDefinedError + 6, ERR_NO_SOURCE_PROTOCOL = KJob::UserDefinedError + 7, ERR_UNSUPPORTED_ACTION = KJob::UserDefinedError + 8, - ERR_IS_DIRECTORY = KJob::UserDefinedError + 9, ///< ... where a file was expected - ERR_IS_FILE = KJob::UserDefinedError + 10, ///< ... where a directory was expected (e.g.\ listing) + ERR_IS_DIRECTORY = KJob::UserDefinedError + 9, + ERR_IS_FILE = KJob::UserDefinedError + 10, ERR_DOES_NOT_EXIST = KJob::UserDefinedError + 11, ERR_FILE_ALREADY_EXIST = KJob::UserDefinedError + 12, ERR_DIR_ALREADY_EXIST = KJob::UserDefinedError + 13, @@ -150,13 +251,11 @@ enum Error { ERR_CANNOT_RENAME = KJob::UserDefinedError + 40, ERR_CANNOT_CHMOD = KJob::UserDefinedError + 41, ERR_CANNOT_DELETE = KJob::UserDefinedError + 42, - // The text argument is the protocol that the dead worker supported. - // This means for example: file, ftp, http, ... - ERR_WORKER_DIED = KJob::UserDefinedError + 43, ///< @since 5.96 + ERR_WORKER_DIED = KJob::UserDefinedError + 43, ERR_OUT_OF_MEMORY = KJob::UserDefinedError + 44, ERR_UNKNOWN_PROXY_HOST = KJob::UserDefinedError + 45, ERR_CANNOT_AUTHENTICATE = KJob::UserDefinedError + 46, - ERR_ABORTED = KJob::UserDefinedError + 47, ///< Action got aborted from application side + ERR_ABORTED = KJob::UserDefinedError + 47, ERR_INTERNAL_SERVER = KJob::UserDefinedError + 48, ERR_SERVER_TIMEOUT = KJob::UserDefinedError + 49, ERR_SERVICE_NOT_AVAILABLE = KJob::UserDefinedError + 50, @@ -169,146 +268,143 @@ enum Error { ERR_CANNOT_RENAME_PARTIAL = KJob::UserDefinedError + 57, ERR_NEED_PASSWD = KJob::UserDefinedError + 58, ERR_CANNOT_SYMLINK = KJob::UserDefinedError + 59, - ERR_NO_CONTENT = KJob::UserDefinedError + 60, ///< Action succeeded but no content will follow. + ERR_NO_CONTENT = KJob::UserDefinedError + 60, ERR_DISK_FULL = KJob::UserDefinedError + 61, - ERR_IDENTICAL_FILES = KJob::UserDefinedError + 62, ///< src==dest when moving/copying - /** - * For worker specified errors that can be - * rich text. Email links will be handled - * by the standard email app and all hrefs - * will be handled by the standard browser. - * StatBasic | StatUser | StatTime | StatAcl | StatResolveSymlink StatDefaultDetails = StatBasic | StatUser | StatTime | StatAcl | StatResolveSymlink, + StatInode = 0x20, + StatRecursiveSize = 0x40, + StatMimeType = 0x80, + StatSubVolId = 0x100, + StatMountId = 0x200, + StatTimeNsOffset = 0x400 | StatTime, }; -/** - * Stores a combination of #StatDetail values. - */ Q_DECLARE_FLAGS(StatDetails, StatDetail) Q_DECLARE_OPERATORS_FOR_FLAGS(KIO::StatDetails) #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 6) -/** +/*! * Parses the string representation of the cache control option. * - * @param cacheControl the string representation - * @return the cache control value - * @see getCacheControlString() - * @deprecated since 6.6, not used + * \a cacheControl the string representation + * + * Returns the cache control value. + * + * Not used + * + * \sa getCacheControlString() + * \deprecated[6.6] */ - KIOCORE_EXPORT KIO::CacheControl parseCacheControl(const QString &cacheControl); #endif #if KIOCORE_ENABLE_DEPRECATED_SINCE(6, 6) -/** +/*! * Returns a string representation of the given cache control method. * - * @param cacheControl the cache control method - * @return the string representation - * @see parseCacheControl() - * @deprecated since 6.6, not used + * \a cacheControl the cache control method + * + * Returns the string representation + * + * Not used. + * + * \sa parseCacheControl() + * \deprecated[6.6] */ KIOCORE_DEPRECATED_VERSION(6, 6, "Not used") KIOCORE_EXPORT QString getCacheControlString(KIO::CacheControl cacheControl); #endif -/** - * Return the "favicon" (see http://www.favicon.com) for the given @p url, +/*! + * Return the "favicon" (see http://www.favicon.com) for the given \a url, * if available. Does NOT attempt to download the favicon, it only returns * one that is already available. * @@ -316,42 +412,43 @@ KIOCORE_EXPORT QString getCacheControlString(KIO::CacheControl cacheControl); * Use KIO::FavIconRequestJob instead of this method if you can wait * for the favicon to be downloaded. * - * @param url the URL of the favicon - * @return the path to the icon (to be passed to QIcon()), or QString() + * \a url the URL of the favicon * - * @since 5.0 + * Returns the path to the icon (to be passed to QIcon()), or QString() + * + * \since 5.0 */ KIOCORE_EXPORT QString favIconForUrl(const QUrl &url); -/** +/*! * Converts KIO file permissions from mode_t to QFile::Permissions format. * * This is a convenience function for converting KIO permissions parameter from * mode_t to QFile::Permissions. * - * @param permissions KIO file permissions. + * \a permissions KIO file permissions. * - * @return -1 if @p permissions is -1, otherwise its OR'ed QFile::Permission equivalent. + * Returns -1 if \a permissions is -1, otherwise its OR'ed QFile::Permission equivalent. */ KIOCORE_EXPORT QFile::Permissions convertPermissions(int permissions); -/** +/*! * Return the icon name for a URL. * Most of the time this returns the MIME type icon, * but also has fallback to favicon and protocol-specific icon. * * Pass this to QIcon::fromTheme(). * - * @since 5.0 + * \since 5.0 */ KIOCORE_EXPORT QString iconNameForUrl(const QUrl &url); -/** +/*! * This function is useful to implement the "Up" button in a file manager for example. * - * @return a URL that is a level higher + * Returns a URL that is a level higher * - * @since 5.0 + * \since 5.0 */ KIOCORE_EXPORT QUrl upUrl(const QUrl &url); diff --git a/local/recipes/kde/kf6-kio/source/src/core/hostinfo.cpp b/local/recipes/kde/kf6-kio/source/src/core/hostinfo.cpp index 0d09743aa4..fa0c245efc 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/hostinfo.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/hostinfo.cpp @@ -1,7 +1,277 @@ +/* + SPDX-FileCopyrightText: 2008 Roland Harnau + + SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL +*/ + #include "hostinfo.h" + +#include +#include +#include #include -namespace KIO { namespace HostInfo { -KIOCORE_EXPORT QHostInfo lookupHost(const QString &, unsigned long) { return QHostInfo(); } -KIOCORE_EXPORT QHostInfo lookupCachedHostInfoFor(const QString &) { return QHostInfo(); } -void cacheLookup(const QHostInfo &) {} -} } +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef Q_OS_UNIX +#include +#include +#include +#include // for _PATH_RESCONF +#ifndef _PATH_RESCONF +#define _PATH_RESCONF "/etc/resolv.conf" +#endif +#endif + +static constexpr int TTL = 300; + +namespace KIO +{ +class HostInfoAgentPrivate : public QObject +{ + Q_OBJECT + + class Query; + +public: + explicit HostInfoAgentPrivate(int cacheSize = 100); + ~HostInfoAgentPrivate() override + { + } + QHostInfo lookupCachedHostInfoFor(const QString &hostName); + void cacheLookup(const QHostInfo &); + +private: + class Result; + + QHash openQueries; + struct HostCacheInfo { + QHostInfo hostInfo; + QTime time; + }; + QCache dnsCache; + QDateTime resolvConfMTime; +}; + +class NameLookupThreadRequest +{ +public: + NameLookupThreadRequest(const QString &hostName) + : m_hostName(hostName) + { + } + + QSemaphore *semaphore() + { + return &m_semaphore; + } + + QHostInfo result() const + { + return m_hostInfo; + } + + void setResult(const QHostInfo &hostInfo) + { + m_hostInfo = hostInfo; + } + + QString hostName() const + { + return m_hostName; + } + + int lookupId() const + { + return m_lookupId; + } + + void setLookupId(int id) + { + m_lookupId = id; + } + +private: + Q_DISABLE_COPY(NameLookupThreadRequest) + QString m_hostName; + QSemaphore m_semaphore; + QHostInfo m_hostInfo; + int m_lookupId; +}; +} + +Q_DECLARE_METATYPE(std::shared_ptr) + +namespace KIO +{ +class NameLookUpThreadWorker : public QObject +{ + Q_OBJECT +public Q_SLOTS: + void lookupHost(const std::shared_ptr &request) + { + const QString hostName = request->hostName(); + const int lookupId = QHostInfo::lookupHost(hostName, this, SLOT(lookupFinished(QHostInfo))); + request->setLookupId(lookupId); + m_lookups.insert(lookupId, request); + } + + void abortLookup(const std::shared_ptr &request) + { + QHostInfo::abortHostLookup(request->lookupId()); + m_lookups.remove(request->lookupId()); + } + + void lookupFinished(const QHostInfo &hostInfo) + { + auto it = m_lookups.find(hostInfo.lookupId()); + if (it != m_lookups.end()) { + (*it)->setResult(hostInfo); + (*it)->semaphore()->release(); + m_lookups.erase(it); + } + } + +private: + QMap> m_lookups; +}; + +class NameLookUpThread : public QThread +{ + Q_OBJECT +public: + NameLookUpThread() + : m_worker(nullptr) + { + qRegisterMetaType>(); + start(); + } + + ~NameLookUpThread() override + { + quit(); + wait(); + } + + NameLookUpThreadWorker *worker() + { + return m_worker; + } + + QSemaphore *semaphore() + { + return &m_semaphore; + } + + void run() override + { + NameLookUpThreadWorker worker; + m_worker = &worker; + m_semaphore.release(); + exec(); + } + +private: + NameLookUpThreadWorker *m_worker; + QSemaphore m_semaphore; +}; +} + +using namespace KIO; + +Q_GLOBAL_STATIC(HostInfoAgentPrivate, hostInfoAgentPrivate) +Q_GLOBAL_STATIC(NameLookUpThread, nameLookUpThread) + +QHostInfo HostInfo::lookupHost(const QString &hostName, unsigned long timeout) +{ + // Do not perform a reverse lookup here... + QHostAddress address(hostName); + QHostInfo hostInfo; + if (!address.isNull()) { + QList addressList; + addressList << address; + hostInfo.setAddresses(addressList); + return hostInfo; + } + + // Look up the name in the KIO DNS cache... + hostInfo = HostInfo::lookupCachedHostInfoFor(hostName); + if (!hostInfo.hostName().isEmpty() && hostInfo.error() == QHostInfo::NoError) { + return hostInfo; + } + + // Failing all of the above, do the lookup... + std::shared_ptr request = std::make_shared(hostName); + nameLookUpThread()->semaphore()->acquire(); + nameLookUpThread()->semaphore()->release(); + NameLookUpThreadWorker *worker = nameLookUpThread()->worker(); + auto lookupFunc = [worker, request]() { + worker->lookupHost(request); + }; + QMetaObject::invokeMethod(worker, lookupFunc, Qt::QueuedConnection); + if (request->semaphore()->tryAcquire(1, timeout)) { + hostInfo = request->result(); + if (!hostInfo.hostName().isEmpty() && hostInfo.error() == QHostInfo::NoError) { + HostInfo::cacheLookup(hostInfo); // cache the look up... + } + } else { + auto abortFunc = [worker, request]() { + worker->abortLookup(request); + }; + QMetaObject::invokeMethod(worker, abortFunc, Qt::QueuedConnection); + } + + // qDebug() << "Name look up succeeded for" << hostName; + return hostInfo; +} + +QHostInfo HostInfo::lookupCachedHostInfoFor(const QString &hostName) +{ + return hostInfoAgentPrivate()->lookupCachedHostInfoFor(hostName); +} + +void HostInfo::cacheLookup(const QHostInfo &info) +{ + hostInfoAgentPrivate()->cacheLookup(info); +} + +HostInfoAgentPrivate::HostInfoAgentPrivate(int cacheSize) + : openQueries() + , dnsCache(cacheSize) +{ + qRegisterMetaType(); +} + +QHostInfo HostInfoAgentPrivate::lookupCachedHostInfoFor(const QString &hostName) +{ + HostCacheInfo *info = dnsCache.object(hostName); + if (info && info->time.addSecs(TTL) >= QTime::currentTime()) { + return info->hostInfo; + } + + // not found in dnsCache + QHostInfo hostInfo; + hostInfo.setError(QHostInfo::HostNotFound); + return hostInfo; +} + +void HostInfoAgentPrivate::cacheLookup(const QHostInfo &info) +{ + if (info.hostName().isEmpty()) { + return; + } + + if (info.error() != QHostInfo::NoError) { + return; + } + + dnsCache.insert(info.hostName(), new HostCacheInfo{info, QTime::currentTime()}); +} + +#include "hostinfo.moc" diff --git a/local/recipes/kde/kf6-kio/source/src/core/hostinfo.h b/local/recipes/kde/kf6-kio/source/src/core/hostinfo.h index d7d88c1db3..79a91db927 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/hostinfo.h +++ b/local/recipes/kde/kf6-kio/source/src/core/hostinfo.h @@ -15,8 +15,8 @@ class QHostInfo; namespace KIO { -/** - * @internal +/*! + * \internal * WARNING: this could disappear at some point in time. * DO NOT USE outside KDE Frameworks */ @@ -27,13 +27,11 @@ namespace KIO */ namespace HostInfo { -/// @internal -void lookupHost(const QString &hostName, QObject *receiver, const char *member); -/// @internal +/// \internal KIOCORE_EXPORT QHostInfo lookupHost(const QString &hostName, unsigned long timeout); -/// @internal +/// \internal KIOCORE_EXPORT QHostInfo lookupCachedHostInfoFor(const QString &hostName); -/// @internal +/// \internal KIOCORE_EXPORT void cacheLookup(const QHostInfo &info); } } diff --git a/local/recipes/kde/kf6-kio/source/src/core/httpmethod_p.h b/local/recipes/kde/kf6-kio/source/src/core/httpmethod_p.h index 3cde650b89..ddf44572ff 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/httpmethod_p.h +++ b/local/recipes/kde/kf6-kio/source/src/core/httpmethod_p.h @@ -10,7 +10,10 @@ namespace KIO { -/** HTTP / DAV method **/ +/*! + HTTP / DAV method + \internal + */ enum HTTP_METHOD { HTTP_GET, HTTP_PUT, diff --git a/local/recipes/kde/kf6-kio/source/src/core/job.cpp b/local/recipes/kde/kf6-kio/source/src/core/job.cpp index e8360d468a..7331637c66 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/job.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/job.cpp @@ -18,6 +18,7 @@ #include "worker_p.h" #include +using namespace Qt::StringLiterals; using namespace KIO; Job::Job() @@ -69,9 +70,15 @@ bool Job::addSubjob(KJob *jobBase) Q_UNUSED(job); emitSpeed(speed); }); - job->setProperty("widget", property("widget")); // see KJobWidgets - job->setProperty("window", property("window")); // see KJobWidgets - job->setProperty("userTimestamp", property("userTimestamp")); // see KJobWidgets + // Forwarding invalid properties is not free. For 1 million files we'd be paying about 100ms. Only forward + // when actually useful. + const auto dynamicProperties = dynamicPropertyNames(); + for (const auto &name : {"widget"_ba, "window"_ba, "userTimestamp"_ba}) { // see KJobWidgets + if (dynamicProperties.contains(name) || metaObject()->indexOfProperty(name.constData()) != -1) { + // known property, forward it + job->setProperty(name.constData(), property(name.constData())); + } + } job->setUiDelegateExtension(d->m_uiDelegateExtension); } return ok; @@ -234,10 +241,11 @@ void Job::addMetaData(const QMap &values) void Job::mergeMetaData(const QMap &values) { Q_D(Job); - for (auto it = values.cbegin(); it != values.cend(); ++it) { + for (const auto &[key, value] : values.asKeyValueRange()) { // there's probably a faster way - if (!d->m_outgoingMetaData.contains(it.key())) { - d->m_outgoingMetaData.insert(it.key(), it.value()); + // There is not. QMap lacks try_emplace API in Qt 6.11 + if (!d->m_outgoingMetaData.contains(key)) { + d->m_outgoingMetaData.insert(key, value); } } } @@ -247,84 +255,6 @@ MetaData Job::outgoingMetaData() const return d_func()->m_outgoingMetaData; } -QByteArray JobPrivate::privilegeOperationData() -{ - PrivilegeOperationStatus status = OperationNotAllowed; - - if (m_parentJob) { - QByteArray jobData = m_parentJob->d_func()->privilegeOperationData(); - // Copy meta-data from parent job - m_incomingMetaData.insert(QStringLiteral("TestData"), m_parentJob->queryMetaData(QStringLiteral("TestData"))); - return jobData; - } else { - if (m_privilegeExecutionEnabled) { - status = OperationAllowed; - switch (m_operationType) { - case ChangeAttr: - m_title = i18n("Change Attribute"); - m_message = i18n( - "Root privileges are required to change file attributes. " - "Do you want to continue?"); - break; - case Copy: - m_title = i18n("Copy Files"); - m_message = i18n( - "Root privileges are required to complete the copy operation. " - "Do you want to continue?"); - break; - case Delete: - m_title = i18n("Delete Files"); - m_message = i18n( - "Root privileges are required to complete the delete operation. " - "However, doing so may damage your system. Do you want to continue?"); - break; - case MkDir: - m_title = i18n("Create Folder"); - m_message = i18n( - "Root privileges are required to create this folder. " - "Do you want to continue?"); - break; - case Move: - m_title = i18n("Move Items"); - m_message = i18n( - "Root privileges are required to complete the move operation. " - "Do you want to continue?"); - break; - case Rename: - m_title = i18n("Rename"); - m_message = i18n( - "Root privileges are required to complete renaming. " - "Do you want to continue?"); - break; - case Symlink: - m_title = i18n("Create Symlink"); - m_message = i18n( - "Root privileges are required to create a symlink. " - "Do you want to continue?"); - break; - case Transfer: - m_title = i18n("Transfer data"); - m_message = i18n( - "Root privileges are required to complete transferring data. " - "Do you want to continue?"); - Q_FALLTHROUGH(); - default: - break; - } - - if (m_outgoingMetaData.value(QStringLiteral("UnitTesting")) == QLatin1String("true")) { - // Set meta-data for the top-level job - m_incomingMetaData.insert(QStringLiteral("TestData"), QStringLiteral("PrivilegeOperationAllowed")); - } - } - } - - QByteArray parentJobData; - QDataStream ds(&parentJobData, QIODevice::WriteOnly); - ds << status << m_title << m_message; - return parentJobData; -} - ////////////////////////// class KIO::DirectCopyJobPrivate : public KIO::SimpleJobPrivate @@ -335,11 +265,11 @@ public: { } - /** - * @internal + /*! + * \internal * Called by the scheduler when a @p worker gets to * work on this job. - * @param worker the worker that starts working on this job + * \a worker the worker that starts working on this job */ void start(Worker *worker) override; diff --git a/local/recipes/kde/kf6-kio/source/src/core/job.h b/local/recipes/kde/kf6-kio/source/src/core/job.h index e9d7674a1d..1566c27946 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/job.h +++ b/local/recipes/kde/kf6-kio/source/src/core/job.h @@ -15,30 +15,37 @@ #include namespace KIO { -/** - * Returns a translated error message for @p errorCode using the - * additional error information provided by @p errorText. - * @param errorCode the error code - * @param errorText the additional error text - * @return the created error string +/*! + * Returns a translated error message for \a errorCode using the + * additional error information provided by \a errorText. + * + * \a errorCode the error code + * + * \a errorText the additional error text */ KIOCORE_EXPORT QString buildErrorString(int errorCode, const QString &errorText); -/** - * Returns translated error details for @p errorCode using the - * additional error information provided by @p errorText , @p reqUrl - * (the request URL), and the KIO worker @p method . +/*! + * Returns translated error details for \a errorCode using the + * additional error information provided by \a errorText , \a reqUrl + * (the request URL), and the KIO worker \a method . * - * @param errorCode the error code - * @param errorText the additional error text - * @param reqUrl the request URL - * @param method the KIO worker method - * @return the following data: - * @li QString errorName - the name of the error - * @li QString techName - if not null, the more technical name of the error - * @li QString description - a description of the error - * @li QStringList causes - a list of possible causes of the error - * @li QStringList solutions - a liso of solutions for the error + * \a errorCode the error code + * + * \a errorText the additional error text + * + * \a reqUrl the request URL + * + * \a method the KIO worker method + * + * Returns the following data: + * \list + * \li QString errorName - the name of the error + * \li QString techName - if not null, the more technical name of the error + * \li QString description - a description of the error + * \li QStringList causes - a list of possible causes of the error + * \li QStringList solutions - a liso of solutions for the error + * \endlist */ KIOCORE_EXPORT QByteArray rawErrorDetail(int errorCode, const QString &errorText, const QUrl *reqUrl = nullptr, int method = -1); } diff --git a/local/recipes/kde/kf6-kio/source/src/core/job_base.h b/local/recipes/kde/kf6-kio/source/src/core/job_base.h index b87fdbb0fe..8c1048d37f 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/job_base.h +++ b/local/recipes/kde/kf6-kio/source/src/core/job_base.h @@ -17,8 +17,10 @@ namespace KIO class JobUiDelegateExtension; class JobPrivate; -/** - * @class KIO::Job job_base.h +/*! + * \class KIO::Job + * \inheaderfile KIO/Job + * \inmodule KIOCore * * The base class for all jobs. * For all jobs created in an application, the code looks like @@ -39,7 +41,6 @@ class JobPrivate; * } * } * \endcode - * @see KIO::Scheduler */ class KIOCORE_EXPORT Job : public KCompositeJob { @@ -56,40 +57,41 @@ public: { } // Since KIO autostarts its jobs - /** + /*! * Retrieves the UI delegate extension used by this job. - * @since 5.0 + * \since 5.0 */ JobUiDelegateExtension *uiDelegateExtension() const; - /** + /*! * Sets the UI delegate extension to be used by this job. + * * The default UI delegate extension is KIO::defaultJobUiDelegateExtension() */ void setUiDelegateExtension(JobUiDelegateExtension *extension); protected: - /** + /*! * Abort this job. - * This kills all subjobs and deletes the job. * + * This kills all subjobs and deletes the job. */ bool doKill() override; - /** + /*! * Suspend this job - * @see resume + * \sa resume() */ bool doSuspend() override; - /** + /*! * Resume this job - * @see suspend + * \sa suspend() */ bool doResume() override; public: - /** + /*! * Converts an error code and a non-i18n error message into an * error message in the current language. The low level (non-i18n) * error message (usually a url) is put into the translated error @@ -102,127 +104,147 @@ public: * Use this to display the error yourself, but for a dialog box * use uiDelegate()->showErrorMessage(). Do not call it if error() * is not 0. - * @return the error message and if there is no error, a message + * + * Returns the error message and if there is no error, a message * telling the user that the app is broken, so check with * error() whether there is an error */ QString errorString() const override; - /** + /*! * Converts an error code and a non-i18n error message into i18n * strings suitable for presentation in a detailed error message box. * - * @param reqUrl the request URL that generated this error message - * @param method the method that generated this error message + * \a reqUrl the request URL that generated this error message + * + * \a method the method that generated this error message * (unimplemented) - * @return the following strings: title, error + description, + * + * Returns the following strings: title, error + description, * causes+solutions */ QStringList detailedErrorStrings(const QUrl *reqUrl = nullptr, int method = -1) const; - /** + /*! * Set the parent Job. * One example use of this is when FileCopyJob calls RenameDialog::open, * it must pass the correct progress ID of the parent CopyJob * (to hide the progress dialog). * You can set the parent job only once. By default a job does not * have a parent job. - * @param parentJob the new parent job + * + * \a parentJob the new parent job */ void setParentJob(Job *parentJob); - /** - * Returns the parent job, if there is one. - * @return the parent job, or @c nullptr if there is none - * @see setParentJob + /*! + * Returns the parent job, or \c nullptr if there is none + * \sa setParentJob */ Job *parentJob() const; - /** + /*! * Set meta data to be sent to the worker, replacing existing * meta data. - * @param metaData the meta data to set - * @see addMetaData() - * @see mergeMetaData() + * + * \a metaData the meta data to set + * + * \sa addMetaData() + * \sa mergeMetaData() */ void setMetaData(const KIO::MetaData &metaData); - /** + /*! * Add key/value pair to the meta data that is sent to the worker. - * @param key the key of the meta data - * @param value the value of the meta data - * @see setMetaData() - * @see mergeMetaData() + * + * \a key the key of the meta data + * + * \a value the value of the meta data + * + * \sa setMetaData() + * \sa mergeMetaData() */ void addMetaData(const QString &key, const QString &value); - /** + /*! * Add key/value pairs to the meta data that is sent to the worker. * If a certain key already existed, it will be overridden. - * @param values the meta data to add - * @see setMetaData() - * @see mergeMetaData() + * + * \a values the meta data to add + * + * \sa setMetaData() + * \sa mergeMetaData() */ void addMetaData(const QMap &values); - /** + /*! * Add key/value pairs to the meta data that is sent to the worker. * If a certain key already existed, it will remain unchanged. - * @param values the meta data to merge - * @see setMetaData() - * @see addMetaData() + * + * \a values the meta data to merge + * + * \sa setMetaData() + * \sa addMetaData() */ void mergeMetaData(const QMap &values); - /** - * @internal. For the scheduler. Do not use. + /*! + * \internal. For the scheduler. Do not use. */ MetaData outgoingMetaData() const; - /** + /*! * Get meta data received from the worker. * (Valid when first data is received and/or worker is finished) - * @return the job's meta data + * + * Returns the job's meta data */ MetaData metaData() const; - /** + /*! * Query meta data received from the worker. * (Valid when first data is received and/or worker is finished) - * @param key the key of the meta data to retrieve - * @return the value of the meta data, or QString() if the - * @p key does not exist + * + * \a key the key of the meta data to retrieve + * + * Returns the value of the meta data, or QString() if the + * \a key does not exist */ QString queryMetaData(const QString &key); protected: Q_SIGNALS: - /** + /*! * Emitted when the worker successfully connected to the host. * There is no guarantee the worker will send this, and this is * currently unused (in the applications). - * @param job the job that emitted this signal + * + * \a job the job that emitted this signal */ void connected(KIO::Job *job); protected: - /** + /*! * Add a job that has to be finished before a result * is emitted. This has obviously to be called before * the finish signal is emitted by the worker. * - * @param job the subjob to add + * \a job the subjob to add + * + * \reimp */ bool addSubjob(KJob *job) override; - /** + /*! * Mark a sub job as being done. * - * Note that this does not terminate the parent job, even if @p job + * Note that this does not terminate the parent job, even if \a job * is the last subjob. emitResult must be called to indicate that * the job is complete. * - * @param job the subjob to remove + * \a job the subjob to remove + * + * \reimp */ bool removeSubjob(KJob *job) override; @@ -233,54 +255,36 @@ private: Q_DECLARE_PRIVATE(Job) }; -/** +/*! * Flags for the job properties. * Not all flags are supported in all cases. Please see documentation of * the calling function! - * @see JobFlags + * + * \value DefaultFlags Show the progress info GUI, no Resume and no Overwrite + * \value HideProgressInfo Hide progress information dialog, i.e. don't show a GUI. + * \value Resume When set, automatically append to the destination file if it exists already. WARNING: this is NOT the builtin support for offering the user to + * resume a previous partial download. The Resume option is much less used, it allows to append to an existing file. This is used by KIO::put(), + * KIO::file_copy(), KIO::file_move() + * \value Overwrite When set, automatically overwrite the destination if it exists already. This is used by KIO::rename(), KIO::put(), KIO::file_copy(), + * KIO::file_move(), KIO::symlink(). Otherwise the operation will fail with ERR_FILE_ALREADY_EXIST or ERR_DIR_ALREADY_EXIST + * \value [since 5.43] NoPrivilegeExecution When set, notifies the worker that application/job does not want privilege execution. So in case of failure due to + * insufficient privileges show an error without attempting to run the operation as root first. (Deprecated) */ enum JobFlag { - /** - * Show the progress info GUI, no Resume and no Overwrite - */ DefaultFlags = 0, - - /** - * Hide progress information dialog, i.e.\ don't show a GUI. - */ HideProgressInfo = 1, - - /** - * When set, automatically append to the destination file if it exists already. - * WARNING: this is NOT the builtin support for offering the user to resume a previous - * partial download. The Resume option is much less used, it allows to append - * to an existing file. - * This is used by KIO::put(), KIO::file_copy(), KIO::file_move(). - */ Resume = 2, - - /** - * When set, automatically overwrite the destination if it exists already. - * This is used by KIO::rename(), KIO::put(), KIO::file_copy(), KIO::file_move(), KIO::symlink(). - * Otherwise the operation will fail with ERR_FILE_ALREADY_EXIST or ERR_DIR_ALREADY_EXIST. - */ Overwrite = 4, - - /** - * When set, notifies the worker that application/job does not want privilege execution. - * So in case of failure due to insufficient privileges show an error without attempting - * to run the operation as root first. - * - * @since 5.43 - */ - NoPrivilegeExecution = 8, + NoPrivilegeExecution KIOCORE_DEPRECATED_VERSION(6, 19, "Not implemented") = 8, }; -/** - * Stores a combination of #JobFlag values. - */ + Q_DECLARE_FLAGS(JobFlags, JobFlag) Q_DECLARE_OPERATORS_FOR_FLAGS(JobFlags) +/*! + * \value Reload + * \value NoReload + */ enum LoadType { Reload, NoReload diff --git a/local/recipes/kde/kf6-kio/source/src/core/job_error.cpp b/local/recipes/kde/kf6-kio/source/src/core/job_error.cpp index 7bfe19b761..560a54510a 100644 --- a/local/recipes/kde/kf6-kio/source/src/core/job_error.cpp +++ b/local/recipes/kde/kf6-kio/source/src/core/job_error.cpp @@ -260,6 +260,9 @@ KIOCORE_EXPORT QString KIO::buildErrorString(int errorCode, const QString &error case KIO::ERR_TRASH_FILE_TOO_LARGE: result = i18n("File is too large to be trashed."); break; + case KIO::ERR_TRASH_NOT_AVAILABLE: + result = i18n("A trash folder could not be found or created for this location."); + break; default: result = i18n("Unknown error code %1\n%2\nPlease send a full bug report at https://bugs.kde.org.", errorCode, errorText); break; @@ -1098,15 +1101,7 @@ KIOCORE_EXPORT QByteArray KIO::rawErrorDetail(int errorCode, const QString &erro description = i18n( "Although contact was made with the server, a " "response was not received within the amount of time allocated for " - "the request as follows:

    ")); + m_bookmarkHandler = new KFileBookmarkHandler(q); + q->connect(m_bookmarkHandler, &KFileBookmarkHandler::openUrl, q, [this](const QString &path) { + enterUrl(path); + }); + m_bookmarkButton->setMenu(m_bookmarkHandler->menu()); + QWidget *midSpacer = new QWidget(q); midSpacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); @@ -1293,6 +1321,28 @@ void KFileWidgetPrivate::initLocationWidget() slotLocationChanged(text); }); + // Only way to have the undo button before the clear button + m_locationEdit->lineEdit()->setClearButtonEnabled(false); + + QAction *clearAction = new QAction(QIcon::fromTheme(QStringLiteral("edit-clear")), {}, m_locationEdit->lineEdit()); + m_locationEdit->lineEdit()->addAction(clearAction, QLineEdit::TrailingPosition); + clearAction->setVisible(false); + q->connect(clearAction, &QAction::triggered, m_locationEdit->lineEdit(), &QLineEdit::clear); + q->connect(m_locationEdit->lineEdit(), &QLineEdit::textEdited, q, [this, clearAction]() { + clearAction->setVisible(m_locationEdit->lineEdit()->text().length() > 0); + }); + q->connect(m_locationEdit->lineEdit(), &QLineEdit::textChanged, q, [this](const QString &text) { + m_okButton->setEnabled(currentDirSelectable() || !text.isEmpty()); + }); + + QAction *undoAction = new QAction(QIcon::fromTheme(QStringLiteral("edit-undo")), i18nc("@info:tooltip", "Undo filename change"), m_locationEdit->lineEdit()); + m_locationEdit->lineEdit()->addAction(undoAction, QLineEdit::TrailingPosition); + undoAction->setVisible(false); + q->connect(undoAction, &QAction::triggered, m_locationEdit->lineEdit(), &QLineEdit::undo); + q->connect(m_locationEdit->lineEdit(), &QLineEdit::textEdited, q, [this, undoAction]() { + undoAction->setVisible(m_locationEdit->lineEdit()->isUndoAvailable()); + }); + updateLocationWhatsThis(); m_locationLabel->setBuddy(m_locationEdit); @@ -1303,6 +1353,10 @@ void KFileWidgetPrivate::initLocationWidget() q->connect(m_locationEdit, &KUrlComboBox::returnPressed, q, [this](const QString &text) { locationAccepted(text); }); + + q->connect(m_urlNavigator->editor(), &KUrlComboBox::onFocusOut, q, [this]() { + m_urlNavigator->setLocationUrl(m_urlNavigator->uncommittedUrl()); + }); } void KFileWidgetPrivate::initFilterWidget() @@ -1317,17 +1371,52 @@ void KFileWidgetPrivate::initFilterWidget() m_filterWidget->setSizeAdjustPolicy(QComboBox::AdjustToContentsOnFirstShow); m_filterLabel->setBuddy(m_filterWidget); q->connect(m_filterWidget, &KFileFilterCombo::filterChanged, q, [this]() { - slotFilterChanged(); + slotFileFilterChanged(); }); m_filterDelayTimer.setSingleShot(true); m_filterDelayTimer.setInterval(300); q->connect(m_filterWidget, &QComboBox::editTextChanged, &m_filterDelayTimer, qOverload<>(&QTimer::start)); q->connect(&m_filterDelayTimer, &QTimer::timeout, q, [this]() { - slotFilterChanged(); + slotFileFilterChanged(); }); } +void KFileWidgetPrivate::initQuickFilterWidget() +{ + m_quickFilter = new QWidget(q); + // Lock is used for keeping filter open when changing folders + m_quickFilterLock = new QToolButton(m_quickFilter); + m_quickFilterLock->setAutoRaise(true); + m_quickFilterLock->setCheckable(true); + m_quickFilterLock->setIcon(QIcon::fromTheme(QStringLiteral("object-unlocked"))); + m_quickFilterLock->setToolTip(i18nc("@info:tooltip", "Keep Filter When Changing Folders")); + + m_quickFilterEdit = new QLineEdit(m_quickFilter); + m_quickFilterEdit->setClearButtonEnabled(true); + m_quickFilterEdit->setPlaceholderText(i18n("Filter by name…")); + QObject::connect(m_quickFilterEdit, &QLineEdit::textChanged, q, [this]() { + slotQuickFilterChanged(); + }); + + m_quickFilterClose = new QToolButton(m_quickFilter); + m_quickFilterClose->setAutoRaise(true); + m_quickFilterClose->setIcon(QIcon::fromTheme(QStringLiteral("dialog-close"))); + m_quickFilterClose->setToolTip(i18nc("@info:tooltip", "Hide Filter Bar")); + QObject::connect(m_quickFilterClose, &QToolButton::clicked, q, [this]() { + setQuickFilterVisible(false); + }); + + QHBoxLayout *hLayout = new QHBoxLayout(m_quickFilter); + hLayout->setContentsMargins(0, 0, 0, 0); + hLayout->addWidget(m_quickFilterLock); + hLayout->addWidget(m_quickFilterEdit); + hLayout->addWidget(m_quickFilterClose); + + m_quickFilter->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); + m_quickFilter->hide(); +} + void KFileWidgetPrivate::setLocationText(const QList &urlList) { // Block m_locationEdit signals as setCurrentItem() will cause textChanged() to get @@ -1343,10 +1432,13 @@ void KFileWidgetPrivate::setLocationText(const QList &urlList) urls += QStringLiteral("\"%1\" ").arg(escapeDoubleQuotes(relativePathOrUrl(baseUrl, url))); } urls.chop(1); - m_locationEdit->setEditText(urls); + // Never use setEditText, because it forgets the undo history + m_locationEdit->lineEdit()->selectAll(); + m_locationEdit->lineEdit()->insert(urls); } else if (urlList.count() == 1) { const auto url = urlList[0]; - m_locationEdit->setEditText(escapeDoubleQuotes(relativePathOrUrl(baseUrl, url))); + m_locationEdit->lineEdit()->selectAll(); + m_locationEdit->lineEdit()->insert(escapeDoubleQuotes(relativePathOrUrl(baseUrl, url))); } else if (!m_locationEdit->lineEdit()->text().isEmpty()) { m_locationEdit->clearEditText(); } @@ -1459,6 +1551,7 @@ void KFileWidgetPrivate::initGUI() q->style()->pixelMetric(QStyle::PM_LayoutRightMargin), 0); + m_lafBox->addRow(m_quickFilter); m_lafBox->addRow(m_locationLabel, m_locationEdit); m_lafBox->addRow(m_filterLabel, m_filterWidget); // Add the "Automatically Select Extension" checkbox @@ -1479,16 +1572,49 @@ void KFileWidgetPrivate::initGUI() m_opsWidgetLayout->addLayout(hbox); - q->setTabOrder(m_ops, m_autoSelectExtCheckBox); - q->setTabOrder(m_autoSelectExtCheckBox, m_locationEdit); - q->setTabOrder(m_locationEdit, m_filterWidget); - q->setTabOrder(m_filterWidget, m_okButton); - q->setTabOrder(m_okButton, m_cancelButton); - q->setTabOrder(m_cancelButton, m_urlNavigator); - q->setTabOrder(m_urlNavigator, m_ops); + auto updateTabOrder = [this]() { + // First the url navigator and its internal tab order + q->setTabOrder(m_urlNavigator, m_ops); + // Add the other elements in the ui that aren't int he toolbar + q->setTabOrder(m_ops, m_autoSelectExtCheckBox); + q->setTabOrder(m_autoSelectExtCheckBox, m_quickFilterLock); + q->setTabOrder(m_quickFilterLock, m_quickFilterEdit); + q->setTabOrder(m_quickFilterEdit, m_quickFilterClose); + q->setTabOrder(m_quickFilterClose, m_locationEdit); + q->setTabOrder(m_locationEdit, m_filterWidget); + q->setTabOrder(m_filterWidget, m_okButton); + q->setTabOrder(m_okButton, m_cancelButton); + q->setTabOrder(m_cancelButton, m_placesView); + + // Now add every widget in the toolbar + const auto toolbarChildren = m_toolbar->children(); + QList toolbarButtons; + for (QObject *obj : std::as_const(toolbarChildren)) { + if (auto *button = qobject_cast(obj)) { + // Make toolbar buttons focusable only via tab + button->setFocusPolicy(Qt::TabFocus); + toolbarButtons << button; + } else if (auto *slider = qobject_cast(obj)) { + toolbarButtons << slider; + } + } + + q->setTabOrder(m_placesView, toolbarButtons.first()); + + auto it = toolbarButtons.constBegin(); + auto nextIt = ++toolbarButtons.constBegin(); + while (nextIt != toolbarButtons.constEnd()) { + q->setTabOrder(*it, *nextIt); + it++; + nextIt++; + } + // Do not manually close the loop: it would break the chain + }; + q->connect(m_urlNavigator, &KUrlNavigator::layoutChanged, q, updateTabOrder); + updateTabOrder(); } -void KFileWidgetPrivate::slotFilterChanged() +void KFileWidgetPrivate::slotFileFilterChanged() { m_filterDelayTimer.stop(); @@ -1502,16 +1628,7 @@ void KFileWidgetPrivate::slotFilterChanged() m_ops->setMimeFilter(types); } - const auto filePatterns = filter.filePatterns(); - const bool hasRegExSyntax = std::any_of(filePatterns.constBegin(), filePatterns.constEnd(), [](const QString &filter) { - return filter.contains(QLatin1Char('*')) || filter.contains(QLatin1Char('?')) || filter.contains(QLatin1Char('[')); - }); - - if (hasRegExSyntax) { - m_ops->setNameFilter(filter.filePatterns().join(QLatin1Char(' '))); - } else { - m_ops->setNameFilter(QLatin1Char('*') + filePatterns.join(QLatin1Char('*')) + QLatin1Char('*')); - } + updateNameFilter(filter); updateAutoSelectExtension(); @@ -1520,11 +1637,43 @@ void KFileWidgetPrivate::slotFilterChanged() Q_EMIT q->filterChanged(filter); } +void KFileWidgetPrivate::slotQuickFilterChanged() +{ + m_filterDelayTimer.stop(); + + KFileFilter filter(QStringLiteral("quickFilter"), QStringList{m_quickFilterEdit->text()}, m_filterWidget->currentFilter().mimePatterns()); + m_ops->clearFilter(); + m_ops->setMimeFilter(filter.mimePatterns()); + + updateNameFilter(filter); + + m_ops->updateDir(); + + Q_EMIT q->filterChanged(filter); +} + +void KFileWidgetPrivate::updateNameFilter(const KFileFilter &filter) +{ + const auto filePatterns = filter.filePatterns(); + const bool hasRegExSyntax = std::any_of(filePatterns.constBegin(), filePatterns.constEnd(), [](const QString &filter) { + // Keep the filter.contains checks in sync with Dolphin: dolphin/src/kitemviews/private/kfileitemmodelfilter.cpp setPattern + return filter.contains(QLatin1Char('*')) || filter.contains(QLatin1Char('?')) || filter.contains(QLatin1Char('[')); + }); + + if (hasRegExSyntax) { + m_ops->setNameFilter(filter.filePatterns().join(QLatin1Char(' '))); + } else { + m_ops->setNameFilter(QLatin1Char('*') + filePatterns.join(QLatin1Char('*')) + QLatin1Char('*')); + } +} + void KFileWidget::setUrl(const QUrl &url, bool clearforward) { - // qDebug(); - - d->m_ops->setUrl(url, clearforward); + if (url.isLocalFile() && QDir::isRelativePath(url.path())) { + d->m_ops->setUrl(QUrl::fromLocalFile(QDir::currentPath() + u'/' + url.path()), clearforward); + } else { + d->m_ops->setUrl(url, clearforward); + } } // Protected @@ -1587,6 +1736,11 @@ void KFileWidgetPrivate::enterUrl(const QUrl &url) if (q->window()->focusWidget() != m_locationEdit) { m_ops->setFocus(); } + + // Clear the quick filter if its not locked + if (!m_quickFilterLock->isChecked()) { + setQuickFilterVisible(false); + } } void KFileWidgetPrivate::enterUrl(const QString &url) @@ -1773,7 +1927,8 @@ QList KFileWidgetPrivate::tokenize(const QString &line) const // Handle UNESCAPED quote (") since the above ifs are // dealing with the escaped ones - if (ch.toLatin1() == '"') { + // Ignore this in single-file mode + if (ch.toLatin1() == '"' && q->mode() != KFile::Mode::File) { addUrl(partial_name); partial_name.clear(); continue; @@ -1903,6 +2058,13 @@ void KFileWidget::setMode(KFile::Modes m) } d->updateAutoSelectExtension(); + // Need to make sure we enable the okButton when expected to do so, + // since it's possible we call setMode and setOperationMode in different order. + if (d->currentDirSelectable()) { + d->m_locationEdit->clearFocus(); + d->updatePlaceholderText(); + } + d->m_okButton->setEnabled(d->currentDirSelectable() || !d->m_locationEdit->lineEdit()->text().isEmpty()); } KFile::Modes KFileWidget::mode() const @@ -1910,29 +2072,24 @@ KFile::Modes KFileWidget::mode() const return d->m_ops->mode(); } +void KFileWidgetPrivate::updatePlaceholderText() const +{ + const auto dir = QDir(m_urlNavigator->locationUrl().path()).dirName(); + if (!dir.isEmpty()) { + m_locationEdit->lineEdit()->setPlaceholderText(i18n("Current Directory: %1", dir)); + } else { + m_locationEdit->lineEdit()->setPlaceholderText(QString()); + } +} + void KFileWidgetPrivate::readViewConfig() { m_ops->setViewConfig(m_configGroup); m_ops->readConfig(m_configGroup); - KUrlComboBox *combo = m_urlNavigator->editor(); - - KCompletion::CompletionMode cm = - (KCompletion::CompletionMode)m_configGroup.readEntry(PathComboCompletionMode, static_cast(KCompletion::CompletionPopup)); - if (cm != KCompletion::CompletionPopup) { - combo->setCompletionMode(cm); - } - - cm = (KCompletion::CompletionMode)m_configGroup.readEntry(LocationComboCompletionMode, static_cast(KCompletion::CompletionPopup)); - if (cm != KCompletion::CompletionPopup) { - m_locationEdit->setCompletionMode(cm); - } // Show or don't show the places panel togglePlacesPanel(m_configGroup.readEntry(ShowSpeedbar, true)); - // show or don't show the bookmarks - toggleBookmarks(m_configGroup.readEntry(ShowBookmarks, false)); - // does the user want Automatically Select Extension? m_autoSelectExtChecked = m_configGroup.readEntry(AutoSelectExtChecked, DefaultAutoSelectExtChecked); updateAutoSelectExtension(); @@ -1960,18 +2117,12 @@ void KFileWidgetPrivate::writeViewConfig() KConfig tmp(QString(), KConfig::SimpleConfig); KConfigGroup tmpGroup(&tmp, ConfigGroup); - KUrlComboBox *pathCombo = m_urlNavigator->editor(); - // saveDialogSize( tmpGroup, KConfigGroup::Persistent | KConfigGroup::Global ); - tmpGroup.writeEntry(PathComboCompletionMode, static_cast(pathCombo->completionMode())); - tmpGroup.writeEntry(LocationComboCompletionMode, static_cast(m_locationEdit->completionMode())); - const bool showPlacesPanel = m_placesDock && !m_placesDock->isHidden(); tmpGroup.writeEntry(ShowSpeedbar, showPlacesPanel); if (m_placesViewWidth > 0) { tmpGroup.writeEntry(SpeedbarWidth, m_placesViewWidth); } - tmpGroup.writeEntry(ShowBookmarks, m_bookmarkHandler != nullptr); tmpGroup.writeEntry(AutoSelectExtChecked, m_autoSelectExtChecked); tmpGroup.writeEntry(BreadcrumbNavigation, !m_urlNavigator->isUrlEditable()); tmpGroup.writeEntry(ShowFullPath, m_urlNavigator->showFullPath()); @@ -1980,6 +2131,11 @@ void KFileWidgetPrivate::writeViewConfig() // Copy saved settings to kdeglobals tmpGroup.copyTo(&m_configGroup, KConfigGroup::Persistent | KConfigGroup::Global); + + // clean up no longer used values + m_configGroup.revertToDefault("Show Bookmarks", KConfigGroup::Global); + m_configGroup.revertToDefault("PathCombo Completionmode", KConfigGroup::Global); + m_configGroup.revertToDefault("LocationCombo Completionmode", KConfigGroup::Global); } void KFileWidgetPrivate::readRecentFiles() @@ -2056,6 +2212,7 @@ void KFileWidget::setOperationMode(OperationMode mode) d->m_toolbar->removeAction(d->m_ops->action(KDirOperator::NewFolder)); } else if (mode == Saving) { KGuiItem::assign(d->m_okButton, KStandardGuiItem::save()); + d->m_okButton->setEnabled(d->currentDirSelectable() || !d->m_locationEdit->lineEdit()->text().isEmpty()); d->setNonExtSelection(); } else { KGuiItem::assign(d->m_okButton, KStandardGuiItem::ok()); @@ -2117,13 +2274,19 @@ void KFileWidgetPrivate::activateUrlNavigator() void KFileWidgetPrivate::slotDirOpIconSizeChanged(int size) { - auto beginIt = m_stdIconSizes.cbegin(); - auto endIt = m_stdIconSizes.cend(); - auto it = std::lower_bound(beginIt, endIt, size); - const int sliderStep = it != endIt ? it - beginIt : 0; - m_iconSizeSlider->setValue(sliderStep); - m_zoomOutAction->setDisabled(it == beginIt); - m_zoomInAction->setDisabled(it == (endIt - 1)); + int sliderValue = m_iconSizeSlider->value(); + short currentIconSliderSize = m_stdIconSizes[sliderValue]; + Q_ASSERT(sliderValue < m_stdIconSizes.size()); + if (size == currentIconSliderSize) + return; + if (std::abs(size - currentIconSliderSize) != 1) { + auto it = std::lower_bound(m_stdIconSizes.cbegin(), m_stdIconSizes.cend(), size); + m_iconSizeSlider->setValue(it - m_stdIconSizes.cbegin()); + return; + } + m_iconSizeSlider->triggerAction(size < currentIconSliderSize ? QSlider::SliderSingleStepSub : QSlider::SliderSingleStepAdd); + m_zoomOutAction->setDisabled(sliderValue == m_iconSizeSlider->minimum()); + m_zoomInAction->setDisabled(sliderValue == m_iconSizeSlider->maximum()); } void KFileWidgetPrivate::changeIconsSize(ZoomState zoom) @@ -2166,9 +2329,29 @@ void KFileWidgetPrivate::slotIconSizeSliderMoved(int size) void KFileWidgetPrivate::slotViewDoubleClicked(const QModelIndex &index) { + if (!index.isValid()) { + return; + } + + if (m_ops->selectedItems().isEmpty()) { + return; + } + // double clicking to save should only work on files - if (m_operationMode == KFileWidget::Saving && index.isValid() && m_ops->selectedItems().constFirst().isFile()) { + auto fileItem = m_ops->selectedItems().constFirst(); + if (m_operationMode == KFileWidget::Saving && fileItem.isFile()) { q->slotOk(); + return; + } + + // dirs are instead opened by KDirOperator firing urlEntered + if (fileItem.isDir()) { + // the folder is going to be opened, no need to keep its name in the locationEdit + if (fileItem.name() == m_locationEdit->currentText() || fileItem.url().toString() == m_locationEdit->currentText()) { + m_locationEdit->blockSignals(true); + m_locationEdit->setCurrentText(QString()); + m_locationEdit->blockSignals(false); + } } } @@ -2280,8 +2463,7 @@ void KFileWidgetPrivate::updateAutoSelectExtension() } } - if ((!currentExtension.isEmpty() && extensionList.contains(QLatin1String("*.") + currentExtension)) - || (!fileFilter.mimePatterns().isEmpty() && fileFilter.mimePatterns().first() == QLatin1String("application/octet-stream"))) { + if ((!currentExtension.isEmpty() && extensionList.contains(QLatin1String("*.") + currentExtension))) { m_extension = QLatin1Char('.') + currentExtension; } else { m_extension = defaultExtension; @@ -2411,7 +2593,8 @@ void KFileWidgetPrivate::updateLocationEditExtension(const QString &lastExtensio if (newText != locationEditCurrentText()) { const int idx = m_locationEdit->currentIndex(); if (idx == -1) { - m_locationEdit->setEditText(newText); + m_locationEdit->lineEdit()->selectAll(); + m_locationEdit->lineEdit()->insert(newText); } else { m_locationEdit->setItemText(idx, newText); } @@ -2643,28 +2826,21 @@ void KFileWidgetPrivate::togglePlacesPanel(bool show, QObject *sender) m_urlNavigator->setPlacesSelectorVisible(!show); } -void KFileWidgetPrivate::toggleBookmarks(bool show) +void KFileWidgetPrivate::setQuickFilterVisible(bool show) { + if (m_quickFilter->isVisible() == show) { + return; + } + m_quickFilter->setVisible(show); + m_filterWidget->setEnabled(!show); if (show) { - if (m_bookmarkHandler) { - return; - } - m_bookmarkHandler = new KFileBookmarkHandler(q); - q->connect(m_bookmarkHandler, &KFileBookmarkHandler::openUrl, q, [this](const QString &path) { - enterUrl(path); - }); - m_bookmarkButton->setMenu(m_bookmarkHandler->menu()); - } else if (m_bookmarkHandler) { - m_bookmarkButton->setMenu(nullptr); - delete m_bookmarkHandler; - m_bookmarkHandler = nullptr; + m_quickFilterEdit->setFocus(); + } else { + m_quickFilterEdit->clear(); } - - if (m_bookmarkButton) { - m_bookmarkButton->setVisible(show); - } - - m_toggleBookmarksAction->setChecked(show); + m_quickFilterLock->setChecked(false); + m_ops->dirLister()->setQuickFilterMode(show); + m_toggleQuickFilterAction->setChecked(show); } // static, overloaded @@ -2709,16 +2885,19 @@ QUrl KFileWidget::getStartUrl(const QUrl &startDir, QString &recentDirClass, QSt ret = QUrl::fromLocalFile(KRecentDirs::dir(recentDirClass)); } else { // not special "kfiledialog" URL + ret = startDir; + if (startDir.isLocalFile() && QDir::isRelativePath(startDir.path())) { + ret = QUrl::fromLocalFile(QDir::currentPath() + u'/' + startDir.path()); + } + // "foo.png" only gives us a file name, the default start dir will be used. // "file:foo.png" (from KHTML/webkit, due to fromPath()) means the same // (and is the reason why we don't just use QUrl::isRelative()). // In all other cases (startDir contains a directory path, or has no // fileName for us anyway, such as smb://), startDir is indeed a dir url. - - if (!startDir.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash).path().isEmpty() || startDir.fileName().isEmpty()) { + if (!ret.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash).path().isEmpty() || ret.fileName().isEmpty()) { // can use start directory - ret = startDir; // will be checked by stat later // If we won't be able to list it (e.g. http), then use default if (!KProtocolManager::supportsListing(ret)) { useDefaultStartDir = true; @@ -2782,21 +2961,13 @@ void KFileWidgetPrivate::setNonExtSelection() // filter has been set; otherwise, the text is "Filter:" void KFileWidgetPrivate::updateFilterText() { - QString label; + QString label = i18n("&File type:"); QString whatsThisText; if (m_operationMode == KFileWidget::Saving && !m_filterWidget->currentFilter().mimePatterns().isEmpty()) { - label = i18n("&File type:"); whatsThisText = i18n("This is the file type selector. It is used to select the format that the file will be saved as."); } else { - label = i18n("&Filter:"); - whatsThisText = i18n( - "This is the filter to apply to the file list. " - "File names that do not match the filter will not be shown.

    " - "You may select from one of the preset filters in the " - "drop down menu, or you may enter a custom filter " - "directly into the text area.

    " - "Wildcards such as * and ? are allowed.

    "); + whatsThisText = i18n("This is the file type selector. It is used to select the format of the files shown."); } if (m_filterLabel) { @@ -2887,6 +3058,11 @@ void KFileWidgetPrivate::setInlinePreviewShown(bool show) m_ops->setInlinePreviewShown(show); } +bool KFileWidgetPrivate::currentDirSelectable() const +{ + return (m_ops->mode() & KFile::Directory); +} + void KFileWidget::setConfirmOverwrite(bool enable) { d->m_confirmOverwrite = enable; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.h index 8a04ff6ecf..cc588ca059 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidget.h @@ -37,10 +37,11 @@ class KJob; class KFileItem; class KDirOperator; -/** - * @class KFileWidget kfilewidget.h +/*! + * \class KFileWidget + * \inmodule KIOFileWidgets * - * File selector widget. + * \brief File selector widget. * * This is the contents of the KDE file dialog, without the actual QDialog around it. * It can be embedded directly into applications. @@ -49,55 +50,59 @@ class KIOFILEWIDGETS_EXPORT KFileWidget : public QWidget { Q_OBJECT public: - /** + /*! * Constructs a file selector widget. * - * @param startDir This can either be: - * @li An empty URL (QUrl()) to start in the current working directory, - * or the last directory where a file has been selected. - * @li The path or URL of a starting directory. - * @li An initial file name to select, with the starting directory being - * the current working directory or the last directory where a file - * has been selected. - * @li The path or URL of a file, specifying both the starting directory and - * an initially selected file name. - * @li A URL of the form @c kfiledialog:///<keyword> to start in the - * directory last used by a filedialog in the same application that - * specified the same keyword. - * @li A URL of the form @c kfiledialog:///<keyword>/<filename> - * to start in the directory last used by a filedialog in the same - * application that specified the same keyword, and to initially - * select the specified filename. - * @li Deprecated: A URL of the form @c kfiledialog:///<keyword>?global to start - * in the directory last used by a filedialog in any application that - * specified the same keyword. - * @li Deprecated: A URL of the form @c kfiledialog:///<keyword>/<filename>?global - * to start in the directory last used by a filedialog in any - * application that specified the same keyword, and to initially - * select the specified filename. + * \a startDir This can either be: + * \list + * \li An empty URL (QUrl()) to start in the current working directory, + * or the last directory where a file has been selected. + * \li The path or URL of a starting directory. + * \li An initial file name to select, with the starting directory being + * the current working directory or the last directory where a file + * has been selected. + * \li The path or URL of a file, specifying both the starting directory and + * an initially selected file name. + * \li A URL of the form \c kfiledialog:///; to start in the + * directory last used by a filedialog in the same application that + * specified the same keyword. + * \li A URL of the form \c kfiledialog:////; + * to start in the directory last used by a filedialog in the same + * application that specified the same keyword, and to initially + * select the specified filename. + * \li Deprecated: A URL of the form \c kfiledialog:///?global to start + * in the directory last used by a filedialog in any application that + * specified the same keyword. + * \li Deprecated: A URL of the form \c kfiledialog:////?global + * to start in the directory last used by a filedialog in any + * application that specified the same keyword, and to initially + * select the specified filename. + * \endlist * - * @note Since 5.96, the "?global" syntax is deprecated, for lack of usage. + * \note Since 5.96, the "?global" syntax is deprecated, for lack of usage. * - * @param parent The parent widget of this widget + * \a parent The parent widget of this widget * */ explicit KFileWidget(const QUrl &startDir, QWidget *parent = nullptr); - /** - * Destructor - */ ~KFileWidget() override; - /** + /*! * Defines some default behavior of the filedialog. - * E.g. in mode @p Opening and @p Saving, the selected files/urls will + * + * E.g. in mode Opening and Saving, the selected files/urls will * be added to the "recent documents" list. The Saving mode also implies * setKeepLocation() being set. * - * @p Other means that no default actions are performed. + * Other means that no default actions are performed. * - * @see setOperationMode - * @see operationMode + * \value Other + * \value Opening + * \value Saving + * + * \sa setOperationMode + * \sa operationMode */ enum OperationMode { Other = 0, @@ -105,89 +110,90 @@ public: Saving }; - /** - * @returns The selected fully qualified filename. + /*! + * Returns The selected fully qualified filename. */ QUrl selectedUrl() const; - /** - * @returns The list of selected URLs. + /*! + * Returns The list of selected URLs. */ QList selectedUrls() const; - /** - * @returns the currently shown directory. + /*! + * Returns the currently shown directory. */ QUrl baseUrl() const; - /** + /*! * Returns the full path of the selected file in the local filesystem. * (Local files only) */ QString selectedFile() const; - /** + /*! * Returns a list of all selected local files. */ QStringList selectedFiles() const; - /** + /*! * Sets the directory to view. * - * @param url URL to show. - * @param clearforward Indicates whether the forward queue + * \a url URL to show. + * + * \a clearforward Indicates whether the forward queue * should be cleared. */ void setUrl(const QUrl &url, bool clearforward = true); - /** - * Sets the URL to preselect to @p url + /*! + * Sets the URL to preselect to \a url * * This method handles absolute URLs (remember to use fromLocalFile for local paths). * It also handles relative URLs, which you should construct like this: * QUrl relativeUrl; relativeUrl.setPath(fileName); * - * @since 5.33 + * \since 5.33 */ void setSelectedUrl(const QUrl &url); - /** + /*! * Sets a list of URLs as preselected * - * @see setSelectedUrl - * @since 5.75 + * \sa setSelectedUrl + * \since 5.75 */ void setSelectedUrls(const QList &urls); - /** - * Sets the operational mode of the filedialog to @p Saving, @p Opening - * or @p Other. This will set some flags that are specific to loading + /*! + * Sets the operational mode of the filedialog to Saving, Opening + * or Other. This will set some flags that are specific to loading * or saving files. E.g. setKeepLocation() makes mostly sense for * a save-as dialog. So setOperationMode( KFileWidget::Saving ); sets * setKeepLocation for example. * - * The mode @p Saving, together with a default filter set via + * The mode Saving, together with a default filter set via * setMimeFilter() will make the filter combobox read-only. * - * The default mode is @p Opening. + * The default mode is Opening. * * Call this method right after instantiating KFileWidget. * - * @see operationMode - * @see KFileWidget::OperationMode + * \sa operationMode + * \sa KFileWidget::OperationMode */ void setOperationMode(OperationMode); - /** - * @returns the current operation mode, Opening, Saving or Other. Default + /*! + * Returns the current operation mode, Opening, Saving or Other. Default * is Other. * - * @see operationMode - * @see KFileWidget::OperationMode + * \sa operationMode + * \sa KFileWidget::OperationMode */ OperationMode operationMode() const; - /** + /*! * Sets whether the filename/url should be kept when changing directories. * This is for example useful when having a predefined filename where * the full path for that file is searched. @@ -200,43 +206,43 @@ public: */ void setKeepLocation(bool keep); - /** - * @returns whether the contents of the location edit are kept when + /*! + * Returns whether the contents of the location edit are kept when * changing directories. */ bool keepsLocation() const; - /** + /*! * Set the filters to be used. * * Each item of the list corresponds to a selectable filter. * * Only one filter is active at a time. * - * @param activeFilter the initially active filter - * - * @since 6.0 + * \a activeFilter the initially active filter * + * \since 6.0 */ void setFilters(const QList &filters, const KFileFilter &activeFilter = KFileFilter()); - /** + /*! * Returns the current filter as entered by the user or one of the * predefined set via setFilters(). * - * @see setFilters() - * @see filterChanged() + * \sa setFilters() + * \sa filterChanged() * - * @since 6.0 + * \since 6.0 */ KFileFilter currentFilter() const; - /** + /*! * Clears any MIME type or name filter. Does not reload the directory. */ void clearFilter(); - /** +#if KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(6, 19) + /*! * Adds a preview widget and enters the preview mode. * * In this mode the dialog is split and the right part contains your @@ -245,11 +251,15 @@ public: * Ownership is transferred to KFileWidget. You need to create the * preview-widget with "new", i.e. on the heap. * - * @param w The widget to be used for the preview. + * \a w The widget to be used for the preview. + * + * \deprecated[6.19] Unused. */ + KIOFILEWIDGETS_DEPRECATED_VERSION(6, 19, "Unused") void setPreviewWidget(KPreviewWidgetBase *w); +#endif - /** + /*! * Sets the mode of the dialog. * * The mode is defined as (in kfile.h): @@ -272,13 +282,13 @@ public: */ void setMode(KFile::Modes m); - /** + /*! * Returns the mode of the filedialog. - * @see setMode() + * \sa setMode() */ KFile::Modes mode() const; - /** + /*! * Sets the text to be displayed in front of the selection. * * The default is "Location". @@ -287,78 +297,86 @@ public: */ void setLocationLabel(const QString &text); - /** - * @returns a pointer to the OK-Button in the filedialog. + /*! + * Returns a pointer to the OK-Button in the filedialog. * Note that the button is hidden and unconnected when using KFileWidget alone; * KFileDialog shows it and connects to it. */ QPushButton *okButton() const; - /** - * @returns a pointer to the Cancel-Button in the filedialog. + /*! + * Returns a pointer to the Cancel-Button in the filedialog. * Note that the button is hidden and unconnected when using KFileWidget alone; * KFileDialog shows it and connects to it. */ QPushButton *cancelButton() const; - /** - * @returns the combobox used to type the filename or full location of the file. + /*! + * Returns the combobox used to type the filename or full location of the file. */ KUrlComboBox *locationEdit() const; - /** - * @returns the combobox that contains the filters + /*! + * Returns the combobox that contains the filters */ KFileFilterCombo *filterWidget() const; - /** + /*! * This method implements the logic to determine the user's default directory * to be listed. E.g. the documents directory, home directory or a recently * used directory. - * @param startDir A URL specifying the initial directory, or using the - * @c kfiledialog:/// syntax to specify a last used + * + * \a startDir A URL specifying the initial directory, or using the + * \c kfiledialog:/// syntax to specify a last used * directory. If this URL specifies a file name, it is * ignored. Refer to the KFileWidget::KFileWidget() - * documentation for the @c kfiledialog:/// URL syntax. - * @param recentDirClass If the @c kfiledialog:/// syntax is used, this + * documentation for the \c kfiledialog:/// URL syntax. + * + * \a recentDirClass If the \c kfiledialog:/// syntax is used, this * will return the string to be passed to KRecentDirs::dir() and * KRecentDirs::add(). - * @return The URL that should be listed by default (e.g. by KFileDialog or + * + * Returns The URL that should be listed by default (e.g. by KFileDialog or * KDirSelectDialog). - * @see KFileWidget::KFileWidget() + * \sa KFileWidget::KFileWidget() */ static QUrl getStartUrl(const QUrl &startDir, QString &recentDirClass); - /** + /*! * Similar to getStartUrl(const QUrl& startDir,QString& recentDirClass), * but allows both the recent start directory keyword and a suggested file name * to be returned. - * @param startDir A URL specifying the initial directory and/or filename, - * or using the @c kfiledialog:/// syntax to specify a + * + * \a startDir A URL specifying the initial directory and/or filename, + * or using the \c kfiledialog:/// syntax to specify a * last used location. * Refer to the KFileWidget::KFileWidget() - * documentation for the @c kfiledialog:/// URL syntax. - * @param recentDirClass If the @c kfiledialog:/// syntax is used, this + * documentation for the \c kfiledialog:/// URL syntax. + * + * \a recentDirClass If the \c kfiledialog:/// syntax is used, this * will return the string to be passed to KRecentDirs::dir() and * KRecentDirs::add(). - * @param fileName The suggested file name, if specified as part of the - * @p StartDir URL. - * @return The URL that should be listed by default (e.g. by KFileDialog or + * + * \a fileName The suggested file name, if specified as part of the + * \a startDir URL. + * + * Returns The URL that should be listed by default (e.g. by KFileDialog or * KDirSelectDialog). * - * @see KFileWidget::KFileWidget() + * \sa KFileWidget::KFileWidget() */ static QUrl getStartUrl(const QUrl &startDir, QString &recentDirClass, QString &fileName); - /** - * @internal + /*! + * \internal * Used by KDirSelectDialog to share the dialog's start directory. */ static void setStartDir(const QUrl &directory); - /** + /*! * Set a custom widget that should be added to the file dialog. - * @param widget A widget, or a widget of widgets, for displaying custom + * + * \a widget A widget, or a widget of widgets, for displaying custom * data in the file widget. This can be used, for example, to * display a check box with the title "Open as read-only". * When creating this widget, you don't need to specify a parent, @@ -366,82 +384,89 @@ public: */ void setCustomWidget(QWidget *widget); - /** + /*! * Sets a custom widget that should be added below the location and the filter * editors. - * @param text Label of the custom widget, which is displayed below the labels + * + * \a text Label of the custom widget, which is displayed below the labels * "Location:" and "Filter:". - * @param widget Any kind of widget, but preferable a combo box or a line editor + * + * \a widget Any kind of widget, but preferable a combo box or a line editor * to be compliant with the location and filter layout. * When creating this widget, you don't need to specify a parent, * since the widget's parent will be set automatically by KFileWidget. */ void setCustomWidget(const QString &text, QWidget *widget); - /** + /*! * Sets whether the user should be asked for confirmation * when an overwrite might occur. * - * @param enable Set this to true to enable checking. + * \a enable Set this to true to enable checking. */ void setConfirmOverwrite(bool enable); - /** - * Forces the inline previews to be shown or hidden, depending on @p show. + /*! + * Forces the inline previews to be shown or hidden, depending on \a show. * - * @param show Whether to show inline previews or not. + * \a show Whether to show inline previews or not. */ void setInlinePreviewShown(bool show); - /** + /*! * Provides a size hint, useful for dialogs that embed the widget. * - * @return a QSize, calculated to be optimal for a dialog. - * @since 5.0 + * Returns a QSize, calculated to be optimal for a dialog. + * \since 5.0 */ QSize dialogSizeHint() const; - /** + /*! * Sets how the view should be displayed. * - * @see KFile::FileView - * @since 5.0 + * \sa KFile::FileView + * \since 5.0 */ void setViewMode(KFile::FileView mode); - /** - * Reimplemented - */ QSize sizeHint() const override; - /** + /*! * Set the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. * - * @sa QFileDialog::setSupportedSchemes - * @since 5.43 + * \sa QFileDialog::setSupportedSchemes + * \since 5.43 */ void setSupportedSchemes(const QStringList &schemes); - /** + /*! * Returns the URL schemes that the file widget should allow navigating to. * * If the returned list is empty, all schemes are supported. Examples for - * schemes are @c "file" or @c "ftp". + * schemes are \c "file" or \c "ftp". * - * @sa QFileDialog::supportedSchemes - * @since 5.43 + * \sa QFileDialog::supportedSchemes + * \since 5.43 */ QStringList supportedSchemes() const; public Q_SLOTS: - /** + /*! * Called when clicking ok (when this widget is used in KFileDialog) * Might or might not call accept(). */ void slotOk(); + + /*! + * + */ void accept(); + + /*! + * + */ void slotCancel(); protected: @@ -450,7 +475,7 @@ protected: bool eventFilter(QObject *watched, QEvent *event) override; Q_SIGNALS: - /** + /*! * Emitted when the user selects a file. It is only emitted in single- * selection mode. The best way to get notified about selected file(s) * is to connect to the okClicked() signal inherited from KDialog @@ -461,54 +486,56 @@ Q_SIGNALS: */ void fileSelected(const QUrl &); - /** + /*! * Emitted when the user highlights a file. * \since 4.4 */ void fileHighlighted(const QUrl &); - /** + /*! * Emitted when the user highlights one or more files in multiselection mode. * * Note: fileHighlighted() or fileSelected() are @em not * emitted in multiselection mode. You may use selectedItems() to * ask for the current highlighted items. - * @see fileSelected + * \sa fileSelected */ void selectionChanged(); - /** + /*! * Emitted when the filter changed, i.e.\ the user entered an own filter * or chose one of the predefined set via setFilters(). * - * @param filter contains the new filter (only the extension part, + * \a filter contains the new filter (only the extension part, * not the explanation), i.e. "*.cpp" or "*.cpp *.cc". * - * @see setFilters() - * @see currentFilter() + * \sa setFilters() + * \sa currentFilter() * - * @since 6.0 + * \since 6.0 */ void filterChanged(const KFileFilter &filter); - /** + /*! * Emitted by slotOk() (directly or asynchronously) once everything has * been done. Should be used by the caller to call accept(). */ void accepted(); public: - /** - * @returns the KDirOperator used to navigate the filesystem + /*! + * Returns the KDirOperator used to navigate the filesystem */ KDirOperator *dirOperator(); #if KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(6, 3) - /** + /*! * reads the configuration for this widget from the given config group - * @param group the KConfigGroup to read from + * \a group the KConfigGroup to read from * - * @deprecated since 6.3, no known use case. + * Deprecated: No known use case + * + * \deprecated[6.3] */ KIOFILEWIDGETS_DEPRECATED_VERSION(6, 3, "No known use case") void readConfig(KConfigGroup &group); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidgetdocktitlebar_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidgetdocktitlebar_p.h index dc0e8b3e85..0182e26637 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidgetdocktitlebar_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kfilewidgetdocktitlebar_p.h @@ -11,8 +11,9 @@ namespace KDEPrivate { -/** - * @brief An empty title bar for the Places dock widget +/*! + * An empty title bar for the Places dock widget + * \internal */ class KFileWidgetDockTitleBar : public QWidget { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.cpp index 1afde56004..bbcf8e15c8 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.cpp @@ -24,8 +24,6 @@ #include #include -/**** KImageFilePreview ****/ - class KImageFilePreviewPrivate { public: @@ -170,6 +168,7 @@ KIO::PreviewJob *KImageFilePreview::createJob(const QUrl &url, int w, int h) QStringList plugins = KIO::PreviewJob::availablePlugins(); KIO::PreviewJob *previewJob = KIO::filePreview(items, QSize(w, h), &plugins); + previewJob->setDevicePixelRatio(qApp->devicePixelRatio()); previewJob->setScaleType(KIO::PreviewJob::Scaled); return previewJob; } @@ -218,6 +217,7 @@ void KImageFilePreviewPrivate::slotStepAnimation() const int width = std::max(currSize.width(), transitionSize.width()); const int height = std::max(currSize.height(), transitionSize.height()); QPixmap pm(QSize(width, height)); + pm.setDevicePixelRatio(qApp->devicePixelRatio()); pm.fill(Qt::transparent); QPainter p(&pm); @@ -232,7 +232,7 @@ void KImageFilePreviewPrivate::slotStepAnimation() p.setOpacity(m_pmTransitionOpacity); p.drawPixmap( QPoint(((float)pm.size().width() - m_pmTransition.size().width()) / 2.0, ((float)pm.size().height() - m_pmTransition.size().height()) / 2.0), - m_pmTransition); + m_pmTransition); } p.end(); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.h index 25c92a085d..e2bee01a7c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kimagefilepreview.h @@ -25,52 +25,61 @@ namespace KIO class PreviewJob; } -/** - * @class KImageFilePreview kimagefilepreview.h +/*! + * \class KImageFilePreview + * \inmodule KIOFileWidgets * - * Image preview widget for the file dialog. + * \brief Image preview widget for the file dialog. */ class KIOFILEWIDGETS_EXPORT KImageFilePreview : public KPreviewWidgetBase { Q_OBJECT public: - /** + /*! * Creates a new image file preview. * - * @param parent The parent widget. + * \a parent The parent widget. */ explicit KImageFilePreview(QWidget *parent = nullptr); - /** - * Destroys the image file preview. - */ ~KImageFilePreview() override; - /** - * Returns the size hint for this widget. - */ QSize sizeHint() const override; public Q_SLOTS: - /** - * Shows a preview for the given @p url. + /*! + * Shows a preview for the given \a url. */ void showPreview(const QUrl &url) override; - /** + /*! * Clears the preview. */ void clearPreview() override; protected Q_SLOTS: + /*! + * + */ void showPreview(); + + /*! + * + */ void showPreview(const QUrl &url, bool force); + /*! + * + */ virtual void gotPreview(const KFileItem &, const QPixmap &); protected: void resizeEvent(QResizeEvent *event) override; + + /*! + * + */ virtual KIO::PreviewJob *createJob(const QUrl &url, int width, int height); private: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdoc b/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdoc new file mode 100644 index 0000000000..9f0b176bb7 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdoc @@ -0,0 +1,21 @@ +/*! + \module KIOFileWidgets + \title KIO FileWidgets C++ Classes + \ingroup modules + \cmakepackage KF6 + \cmakecomponent KIO + \cmaketargetitem KF6::KIOFileWidgets + + \brief Widgets for File Management. + + The KIOFileWidgets library provides the file selection dialog and its components. + + The file dialog is available to all KDE applications by using the QFileDialog class. + The KDE QPA theme plugin uses a KFileDialog automatically. + + The KIOFileWidgets library provides KFileWidget, which is the main widget in the file dialog, as well as + the KDirOperator widget which contains the file views, and other components of the file dialog. + Applications only need to link to KIOFileWidgets if they need direct access to KFileWidget + or KDirOperator or to the other widgets used by the file dialog, either in order to + modify the behavior of the file dialog, or to reuse its components into the application itself. +*/ diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdocconf b/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdocconf new file mode 100644 index 0000000000..0201839caa --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kiofilewidgets.qdocconf @@ -0,0 +1,44 @@ +include($KDE_DOCS/global/qt-module-defaults.qdocconf) + +project = KIOFileWidgets +description = Network transparent access to files and data + +documentationinheaders = true + +headerdirs += . +sourcedirs += . + +outputformats = HTML + +navigation.landingpage = "KIO" + +depends += \ + kde \ + qtcore \ + qtgui \ + qtwidgets \ + kcoreaddons \ + kjobwidgets \ + kiocore \ + kiogui \ + kiowidgets \ + kbookmarks \ + solid \ + kcompletion \ + kconfigcore + +qhp.projects = KIOFileWidgets + +qhp.KIOFileWidgets.file = kiofilewidgets.qhp +qhp.KIOFileWidgets.namespace = org.kde.kiofilewidgets.$QT_VERSION_TAG +qhp.KIOFileWidgets.virtualFolder = kiofilewidgets +qhp.KIOFileWidgets.indexTitle = KIO FileWidgets +qhp.KIOFileWidgets.indexRoot = + +qhp.KIOFileWidgets.subprojects = classes +qhp.KIOFileWidgets.subprojects.classes.title = C++ Classes +qhp.KIOFileWidgets.subprojects.classes.indexTitle = KIO FileWidgets C++ Classes +qhp.KIOFileWidgets.subprojects.classes.selectors = class fake:headerfile +qhp.KIOFileWidgets.subprojects.classes.sortPages = true + +tagfile = kiofilewidgets.tags diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.cpp index f10aeb56ab..232acba704 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.cpp @@ -25,15 +25,15 @@ public: void slotNameTextChanged(const QString &); void slotURLTextChanged(const QString &); - /** + /* * The line edit widget for the fileName */ QLineEdit *m_leName; - /** + /* * The URL requester for the URL :) */ KUrlRequester *m_urlRequester; - /** + /* * True if the filename was manually edited. */ bool m_fileNameEdited; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.h index 31ff5948a8..916ecb3101 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/knameandurlinputdialog.h @@ -16,51 +16,52 @@ class KUrlRequester; class KNameAndUrlInputDialogPrivate; class QUrl; -/** - * @class KNameAndUrlInputDialog knameandurlinputdialog.h +/*! + * \class KNameAndUrlInputDialog + * \inmodule KIOFileWidgets + * + * \brief Dialog to ask for a name (e.g.\ filename) and a URL. * - * Dialog to ask for a name (e.g.\ filename) and a URL * Basically a merge of KLineEditDlg and KUrlRequesterDlg ;) - * @author David Faure */ class KIOFILEWIDGETS_EXPORT KNameAndUrlInputDialog : public QDialog { Q_OBJECT public: - /** - * @param nameLabel label for the name field - * @param urlLabel label for the URL requester - * @param startDir start directory for the URL requester (optional) - * @param parent parent widget + /*! + * \a nameLabel label for the name field + * + * \a urlLabel label for the URL requester + * + * \a startDir start directory for the URL requester (optional) + * + * \a parent parent widget */ KNameAndUrlInputDialog(const QString &nameLabel, const QString &urlLabel, const QUrl &startDir, QWidget *parent); - /** - * Destructor. - */ ~KNameAndUrlInputDialog() override; - /** + /*! * Pre-fill the name lineedit. */ void setSuggestedName(const QString &name); - /** + /*! * Pre-fill the URL requester. */ void setSuggestedUrl(const QUrl &url); - /** - * @return the name the user entered + /*! + * Returns the name the user entered */ QString name() const; - /** - * @return the URL the user entered + /*! + * Returns the URL the user entered */ QUrl url() const; - /** - * @return the URL the user entered, as plain text. + /*! + * Returns the URL the user entered, as plain text. * This is only useful for creating relative symlinks. - * @since 5.25 + * \since 5.25 */ QString urlText() const; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.cpp index 0e02dd722c..34663bdc76 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.cpp @@ -10,6 +10,7 @@ #include "../utils_p.h" #include "kfilewidgets_debug.h" #include "knameandurlinputdialog.h" +#include "ui_knewfilemenu_newfiledialog.h" #include #include @@ -25,15 +26,19 @@ #include #include +#include #include #include #include #include #include +#include +#include #include #include #include #include +#include #include #include @@ -41,6 +46,7 @@ #include #include #include +#include #include #include #include @@ -76,13 +82,28 @@ static QString expandTilde(const QString &name, bool isfile = false) return !expandedName.isEmpty() ? expandedName : name; } +static bool isDefaultFolderIcon(const QString &iconName) +{ + return iconName.isEmpty() || iconName == QLatin1String("folder") || iconName == QLatin1String("inode-directory"); +} + +static bool canPickFolderIcon(const QUrl &url) +{ + // TODO mostLocalUrl? But that would mean stat'ing when opening the dialog as opposed to only when accepting. + return url.isLocalFile() || KProtocolInfo::protocolClass(url.scheme()) == QLatin1String(":local"); +} + +static KConfigGroup stateConfig() +{ + return KConfigGroup(KSharedConfig::openStateConfig(QStringLiteral("kiostaterc")), QStringLiteral("New File Menu")); +} + // Singleton, with data shared by all KNewFileMenu instances class KNewFileMenuSingleton { public: - KNewFileMenuSingleton() + KNewFileMenuSingleton() noexcept : dirWatch(nullptr) - , filesParsed(false) , templatesList(nullptr) , templatesVersion(0) { @@ -93,47 +114,30 @@ public: delete templatesList; } - /** - * Opens the desktop files and completes the Entry list - * Input: the entry list. Output: the entry list ;-) - */ - void parseFiles(); - - enum EntryType { - Unknown = 0, // Not parsed, i.e. we don't know - LinkToTemplate, // A desktop file that points to a file or dir to copy - Template, // A real file to copy as is (the KDE-1.x solution) - }; - std::unique_ptr dirWatch; struct Entry { - QString text; - QString filePath; /// The displayed name in the context menu and the suggested filename. When using a .desktop file this is used to refer back to - /// it during parsing. - QString templatePath; /// Where the file is copied from, the suggested file extension and whether the menu entries have a separator around them. - /// Same as filePath for Template. - QString icon; /// The icon displayed in the context menu - EntryType entryType; /// Defines if the created file will be a copy or a symbolic link + QString url; /// URL of the file read from .desktop file URL field + QString key; /// The key used for sorting the files in the menu + QString text; /// Text shown on the new file submenu QString comment; /// The prompt label asking for filename - QString mimeType; - }; - // NOTE: only filePath is known before we call parseFiles + QString filePath; /// URL of a file received from getTemplateFilePaths and the suggested basename for a new file + QString templatePath; /// Where the file is copied from, the suggested file extension and whether the menu entries have a separator around them. + QMimeType mimeType; /// Mimetype that the icon and comment are derived from + QIcon icon; /// The icon displayed in the context menu - /** + bool parseFile(QString file); + }; + + /* * List of all template files. It is important that they are in * the same order as the 'New' menu. */ typedef QList EntryList; - /** - * Set back to false each time new templates are found, - * and to true on the first call to parseFiles - */ - bool filesParsed; EntryList *templatesList; - /** + /* * Is increased when templatesList has been updated and * menu needs to be re-filled. Menus have their own version and compare it * to templatesVersion before showing up @@ -141,66 +145,95 @@ public: int templatesVersion; }; -struct EntryInfo { - QString key; /// Context menu order is the alphabetical order of this variable - QString url; - KNewFileMenuSingleton::Entry entry; -}; - -void KNewFileMenuSingleton::parseFiles() +QDebug operator<<(QDebug debug, const KNewFileMenuSingleton::Entry &Entry) { - // qDebug(); - filesParsed = true; - QMutableListIterator templIter(*templatesList); - while (templIter.hasNext()) { - KNewFileMenuSingleton::Entry &templ = templIter.next(); - const QString &filePath = templ.filePath; - QString text; - QString templatePath; - // If a desktop file, then read the name from it. - // Otherwise (or if no name in it?) use file name - if (KDesktopFile::isDesktopFile(filePath)) { - KDesktopFile desktopFile(filePath); - if (desktopFile.noDisplay()) { - templIter.remove(); - continue; - } + debug.nospace() << "url\t\t" << Entry.url << "\n"; + debug.nospace() << "key\t\t" << Entry.key << "\n"; + debug.nospace() << "text\t\t" << Entry.text << "\n"; + debug.nospace() << "filepath\t" << Entry.filePath << "\n"; + debug.nospace() << "templatepath\t" << Entry.templatePath << "\n"; + debug.nospace() << "comment\t\t" << Entry.comment << "\n"; + debug.nospace() << "mimetype\t" << Entry.mimeType << "\n"; + debug.nospace() << "icon\t\t" << Entry.icon << "\n"; - text = desktopFile.readName(); - templ.icon = desktopFile.readIcon(); - templ.comment = desktopFile.readComment(); - if (desktopFile.readType() == QLatin1String("Link")) { - templatePath = desktopFile.desktopGroup().readPathEntry("URL", QString()); - if (templatePath.startsWith(QLatin1String("file:/"))) { - templatePath = QUrl(templatePath).toLocalFile(); - } else if (!templatePath.startsWith(QLatin1Char('/')) && !templatePath.startsWith(QLatin1String("__"))) { - // A relative path, then (that's the default in the files we ship) - const QStringView linkDir = QStringView(filePath).left(filePath.lastIndexOf(QLatin1Char('/')) + 1 /*keep / */); - // qDebug() << "linkDir=" << linkDir; - templatePath = linkDir + templatePath; - } - } - if (templatePath.isEmpty()) { - // No URL key, this is an old-style template - templ.entryType = KNewFileMenuSingleton::Template; - templ.templatePath = templ.filePath; // we'll copy the file + return debug; +} + +bool KNewFileMenuSingleton::Entry::parseFile(QString file) +{ + QMimeDatabase db; + // Parse .desktop files + if (KDesktopFile::isDesktopFile(file)) { + const KDesktopFile desktopFile(file); + + if (desktopFile.noDisplay()) { + return false; + } + + url = desktopFile.readUrl(); + key = desktopFile.readName(); + text = desktopFile.readName(); + comment = desktopFile.readComment(); + icon = QIcon::fromTheme(desktopFile.readIcon()); + + filePath = file; + + if (desktopFile.readType() == QLatin1String("Link") && !url.isEmpty()) { + if (!QUrl(url).isLocalFile() && !QUrl(url).isRelative()) { + templatePath = url; + } else if (url.startsWith(QLatin1String("file:/"))) { + templatePath = QUrl(url).toLocalFile(); + } else if (!url.startsWith(QLatin1Char('/')) && !url.startsWith(QLatin1String("__"))) { + // A relative path, then (that's the default in the files we ship) + const QStringView linkDir = QStringView(filePath).left(filePath.lastIndexOf(QLatin1Char('/')) + 1 /*keep / */); + // qDebug() << "linkDir=" << linkDir; + templatePath = linkDir + url; } else { - templ.entryType = KNewFileMenuSingleton::LinkToTemplate; - templ.templatePath = templatePath; + templatePath = url; } + } else { + templatePath = filePath; } + if (text.isEmpty()) { - text = QUrl(filePath).fileName(); - const QLatin1String suffix(".desktop"); - if (text.endsWith(suffix)) { - text.chop(suffix.size()); - } + text = QFileInfo(filePath).baseName(); } - templ.text = text; - /*// qDebug() << "Updating entry with text=" << text - << "entryType=" << templ.entryType - << "templatePath=" << templ.templatePath;*/ + + // TODO: Allow external files through non-local urls + if (!QFileInfo(templatePath).isReadable() && QFileInfo(filePath).isNativePath()) { + return false; + } + mimeType = db.mimeTypeForFile(file); } + // Parse non-.desktop files + else { + QFileInfo fileinfo(file); + if (!fileinfo.isReadable()) { + return false; + } + url = file; + key = fileinfo.fileName(); + text = fileinfo.baseName(); + filePath = file; + templatePath = file; + mimeType = db.mimeTypeForFile(file); + icon = QIcon::fromTheme(mimeType.iconName()); + comment = i18nc("@label:textbox Prompt for new file of type", "Enter %1 filename:", mimeType.comment()); + } + // Put Directory first in the list (a bit hacky), + // and TextFile before others because it's the most used one. + // This also sorts by user-visible name. + // The rest of the re-ordering is done in fillMenu. + if (file.endsWith(QLatin1String("Directory.desktop"))) { + key.prepend(QLatin1Char('0')); + } else if (file.startsWith(QDir::homePath())) { + key.prepend(QLatin1Char('1')); + } else if (file.endsWith(QLatin1String("TextFile.desktop"))) { + key.prepend(QLatin1Char('2')); + } else { + key.prepend(QLatin1Char('3')); + } + return true; } Q_GLOBAL_STATIC(KNewFileMenuSingleton, kNewMenuGlobals) @@ -247,118 +280,123 @@ public: bool checkSourceExists(const QString &src); - /** + /* * The strategy used for other desktop files than Type=Link. Example: Application, Device. */ void executeOtherDesktopFile(const KNewFileMenuSingleton::Entry &entry); - /** + /* * The strategy used for "real files or directories" (the common case) */ void executeRealFileOrDir(const KNewFileMenuSingleton::Entry &entry); - /** + /* * Actually performs file handling. Reads in m_copyData for needed data, that has been collected by execute*() before */ void executeStrategy(); - /** + /* * The strategy used when creating a symlink */ void executeSymLink(const KNewFileMenuSingleton::Entry &entry); - /** + /* * The strategy used for "url" desktop files */ void executeUrlDesktopFile(const KNewFileMenuSingleton::Entry &entry); - /** + /* * Fills the menu from the templates list. */ void fillMenu(); - /** + /* * Tries to map a local URL for the given URL. */ QUrl mostLocalUrl(const QUrl &url); - /** + /* * Just clears the string buffer d->m_text, but I need a slot for this to occur */ void slotAbortDialog(); - /** + /* * Called when New->* is clicked */ void slotActionTriggered(QAction *action); - /** + /* * Shows a dialog asking the user to enter a name when creating a new folder. */ void showNewDirNameDlg(const QString &name); - /** + /* * Callback function that reads in directory name from dialog and processes it */ void slotCreateDirectory(); - /** + /* * Fills the templates list. */ void slotFillTemplates(); - /** + /* * Called when accepting the KPropertiesDialog (for "other desktop files") */ void _k_slotOtherDesktopFile(KPropertiesDialog *sender); - /** + /* * Called when closing the KPropertiesDialog is closed (whichever way, accepted and rejected) */ void slotOtherDesktopFileClosed(); - /** + /* * Callback in KNewFileMenu for the RealFile Dialog. Handles dialog input and gives over * to executeStrategy() */ void slotRealFileOrDir(); - /** + /* * Delay calls to _k_slotTextChanged */ void _k_delayedSlotTextChanged(); - /** + /* * Dialogs use this slot to write the changed string into KNewFile menu when the user * changes touches them */ void _k_slotTextChanged(const QString &text); - /** + /* * Callback in KNewFileMenu for the Symlink Dialog. Handles dialog input and gives over * to executeStrategy() */ void slotSymLink(); - /** + /* * Callback in KNewFileMenu for the Url/Desktop Dialog. Handles dialog input and gives over * to executeStrategy() */ void slotUrlDesktopFile(); - /** + /* * Callback to check if a file/directory with the same name as the one being created, exists */ void _k_slotStatResult(KJob *job); void _k_slotAccepted(); - /** + /* * Initializes m_fileDialog and the other widgets that are included in it. Mainly to reduce * code duplication in showNewDirNameDlg() and executeRealFileOrDir(). */ void initDialog(); + /** + * Sets the file/folder icon in the new file dialog. + */ + void setIcon(const QIcon &icon); + QAction *m_newFolderShortcutAction = nullptr; QAction *m_newFileShortcutAction = nullptr; @@ -368,7 +406,13 @@ public: QDialog *m_fileDialog = nullptr; KMessageWidget *m_messageWidget = nullptr; QLabel *m_label = nullptr; + QLabel *m_iconLabel = nullptr; QLineEdit *m_lineEdit = nullptr; + KCollapsibleGroupBox *m_chooseIconBox = nullptr; + QGridLayout *m_folderIconGrid = nullptr; + // Exclusive QButtonGroup doesn't allow no button be checked... + QActionGroup *m_iconGroup = nullptr; + QPushButton *m_chooseIconButton = nullptr; QDialogButtonBox *m_buttonBox = nullptr; // This is used to allow _k_slotTextChanged to know whether it's being used to @@ -376,13 +420,13 @@ public: bool m_creatingDirectory = false; bool m_modal = true; - /** + /* * The action group that our actions belong to */ QActionGroup *m_newMenuGroup = nullptr; QWidget *m_parentWidget = nullptr; - /** + /* * When the user pressed the right mouse button over an URL a popup menu * is displayed. The URL belonging to this popup menu is stored here. * For all intents and purposes this is the current directory where the menu is @@ -394,6 +438,7 @@ public: QStringList m_supportedMimeTypes; QString m_tempFileToDelete; // set when a tempfile was created for a Type=URL desktop file QString m_text; + QString m_windowTitle; KNewFileMenuSingleton::Entry *m_firstFileEntry = nullptr; @@ -401,7 +446,7 @@ public: KNewFileMenuCopyData m_copyData; - /** + /* * Use to delay a bit feedback to user */ QTimer *m_delayedSlotTextChangedTimer; @@ -436,22 +481,25 @@ void KNewFileMenuPrivate::initDialog() m_fileDialog = new QDialog(m_parentWidget); m_fileDialog->setAttribute(Qt::WA_DeleteOnClose); m_fileDialog->setModal(m_modal); - m_fileDialog->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum); - m_fileDialog->setWindowTitle(i18nc("@title:window", "Create New File")); - m_messageWidget = new KMessageWidget(m_fileDialog); - m_messageWidget->setCloseButtonVisible(false); - m_messageWidget->setWordWrap(true); + Ui_NewFileDialog ui; + ui.setupUi(m_fileDialog); + + m_messageWidget = ui.messageWidget; + m_label = ui.label; + m_iconLabel = ui.iconLabel; + m_lineEdit = ui.lineEdit; + m_chooseIconBox = ui.chooseIconBox; + m_folderIconGrid = ui.folderIconGrid; + m_buttonBox = ui.buttonBox; + m_chooseIconButton = ui.chooseIconButton; + + ui.iconHintLabel->setFont(QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)); + + m_iconLabel->hide(); + m_chooseIconBox->hide(); m_messageWidget->hide(); - m_label = new QLabel(m_fileDialog); - - m_lineEdit = new QLineEdit(m_fileDialog); - m_lineEdit->setClearButtonEnabled(true); - m_lineEdit->setMinimumWidth(400); - - m_buttonBox = new QDialogButtonBox(m_fileDialog); - m_buttonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); QObject::connect(m_buttonBox, &QDialogButtonBox::accepted, [this]() { _k_slotAccepted(); }); @@ -460,15 +508,16 @@ void KNewFileMenuPrivate::initDialog() QObject::connect(m_fileDialog, &QDialog::finished, m_fileDialog, [this] { m_statRunning = false; }); +} - QVBoxLayout *layout = new QVBoxLayout(m_fileDialog); - layout->setSizeConstraint(QLayout::SetFixedSize); - - layout->addWidget(m_label); - layout->addWidget(m_lineEdit); - layout->addWidget(m_buttonBox); - layout->addWidget(m_messageWidget); - layout->addStretch(); +void KNewFileMenuPrivate::setIcon(const QIcon &icon) +{ + m_iconLabel->setProperty("iconName", icon.name()); + if (!icon.isNull()) { + const QSize iconSize{KIconLoader::SizeHuge, KIconLoader::SizeHuge}; + m_iconLabel->setPixmap(icon.pixmap(iconSize, m_fileDialog->devicePixelRatioF())); + } + m_iconLabel->setVisible(!icon.isNull()); } bool KNewFileMenuPrivate::checkSourceExists(const QString &src) @@ -510,6 +559,7 @@ void KNewFileMenuPrivate::executeOtherDesktopFile(const KNewFileMenuSingleton::E for (const auto &url : std::as_const(m_popupFiles)) { QString text = entry.text; text.remove(QStringLiteral("...")); // the ... is fine for the menu item but not for the default filename + text.remove(QStringLiteral("…")); // actual ellipsis. text = text.trimmed(); // In some languages, there is a space in front of "...", see bug 268895 // KDE5 TODO: remove the "..." from link*.desktop files and use i18n("%1...") when making // the action. @@ -525,7 +575,7 @@ void KNewFileMenuPrivate::executeOtherDesktopFile(const KNewFileMenuSingleton::E QUrl templateUrl; bool usingTemplate = false; if (entry.templatePath.startsWith(QLatin1String(":/"))) { - QTemporaryFile *tmpFile = QTemporaryFile::createNativeFile(entry.templatePath); + std::unique_ptr tmpFile(QTemporaryFile::createNativeFile(entry.templatePath)); tmpFile->setAutoRemove(false); QString tempFileName = tmpFile->fileName(); tmpFile->close(); @@ -568,10 +618,7 @@ void KNewFileMenuPrivate::executeRealFileOrDir(const KNewFileMenuSingleton::Entr QMimeDatabase db; const QString extension = db.suffixForFileName(text); if (extension.isEmpty()) { - // For an unknown extension just exclude the extension after - // the last point. This does not work for multiple extensions like - // *.tar.gz but usually this is anyhow a known extension. - selectionLength = text.lastIndexOf(QLatin1Char('.')); + selectionLength = text.indexOf(QLatin1Char('.')); // If no point could be found, use whole text length for selection. if (selectionLength < 1) { @@ -589,6 +636,7 @@ void KNewFileMenuPrivate::executeRealFileOrDir(const KNewFileMenuSingleton::Entr // Prompt the user to set the destination filename QString text = entry.text; text.remove(QStringLiteral("...")); // the ... is fine for the menu item but not for the default filename + text.remove(QStringLiteral("…")); // actual ellipsis. text = text.trimmed(); // In some languages, there is a space in front of "...", see bug 268895 // add the extension (from the templatePath), should work with .txt, .html and with ".tar.gz"... etc const QString fileName = entry.templatePath.mid(entry.templatePath.lastIndexOf(QLatin1Char('/'))); @@ -605,6 +653,7 @@ void KNewFileMenuPrivate::executeRealFileOrDir(const KNewFileMenuSingleton::Entr } m_label->setText(entry.comment); + setIcon(entry.icon); m_lineEdit->setText(text); @@ -634,7 +683,12 @@ void KNewFileMenuPrivate::executeRealFileOrDir(const KNewFileMenuSingleton::Entr void KNewFileMenuPrivate::executeSymLink(const KNewFileMenuSingleton::Entry &entry) { - KNameAndUrlInputDialog *dlg = new KNameAndUrlInputDialog(i18n("Name for new link:"), entry.comment, m_popupFiles.first(), m_parentWidget); + auto targetUrl = m_popupFiles.first(); + if (!targetUrl.isLocalFile()) { + targetUrl = mostLocalUrl(targetUrl); + } + + KNameAndUrlInputDialog *dlg = new KNameAndUrlInputDialog(i18n("Name for new link:"), entry.comment, targetUrl, m_parentWidget); dlg->setModal(q->isModal()); dlg->setAttribute(Qt::WA_DeleteOnClose); dlg->setWindowTitle(i18n("Create Symlink")); @@ -729,118 +783,82 @@ void KNewFileMenuPrivate::fillMenu() int idx = 0; for (auto &entry : *s->templatesList) { ++idx; - if (entry.entryType != KNewFileMenuSingleton::Unknown) { - // There might be a .desktop for that one already. + // There might be a .desktop for that one already. - // In fact, we skip any second item that has the same text as another one. - // Duplicates in a menu look bad in any case. - const auto [it, isInserted] = seenTexts.insert(entry.text); - if (isInserted) { - // const KNewFileMenuSingleton::Entry entry = templatesList->at(i-1); + // In fact, we skip any second item that has the same text as another one. + // Duplicates in a menu look bad in any case. + const auto [it, isInserted] = seenTexts.insert(entry.text); + if (isInserted) { + // const KNewFileMenuSingleton::Entry entry = templatesList->at(i-1); - const QString templatePath = entry.templatePath; - // The best way to identify the "Create Directory", "Link to Location", "Link to Application" was the template - if (templatePath.endsWith(QLatin1String("emptydir"))) { - QAction *act = new QAction(q); - m_newDirAction = act; - act->setIcon(QIcon::fromTheme(entry.icon)); - act->setText(i18nc("@item:inmenu Create New", "%1", entry.text)); - act->setActionGroup(m_newMenuGroup); + const QString templatePath = entry.templatePath; + // The best way to identify the "Create Directory", "Link to Location", "Link to Application" was the template + if (templatePath.endsWith(QLatin1String("emptydir"))) { + QAction *act = new QAction(q); + m_newDirAction = act; + act->setIcon(entry.icon); + act->setText(i18nc("@item:inmenu Create New", "%1", entry.text)); + act->setActionGroup(m_newMenuGroup); - // If there is a shortcut action copy its shortcut - if (m_newFolderShortcutAction) { + // If there is a shortcut action copy its shortcut + if (m_newFolderShortcutAction) { + act->setShortcuts(m_newFolderShortcutAction->shortcuts()); + // Both actions have now the same shortcut, so this will prevent the "Ambiguous shortcut detected" dialog. + act->setShortcutContext(Qt::WidgetShortcut); + // We also need to react to shortcut changes. + QObject::connect(m_newFolderShortcutAction, &QAction::changed, act, [act, this]() { act->setShortcuts(m_newFolderShortcutAction->shortcuts()); - // Both actions have now the same shortcut, so this will prevent the "Ambiguous shortcut detected" dialog. - act->setShortcutContext(Qt::WidgetShortcut); - // We also need to react to shortcut changes. - QObject::connect(m_newFolderShortcutAction, &QAction::changed, act, [act, this]() { - act->setShortcuts(m_newFolderShortcutAction->shortcuts()); - }); - } + }); + } - menu->addAction(act); + menu->addAction(act); + menu->addSeparator(); + } else { + if (lastTemplatePath.startsWith(QDir::homePath()) && !templatePath.startsWith(QDir::homePath())) { menu->addSeparator(); - } else { - if (lastTemplatePath.startsWith(QDir::homePath()) && !templatePath.startsWith(QDir::homePath())) { - menu->addSeparator(); - } - if (!m_supportedMimeTypes.isEmpty()) { - bool keep = false; + } - // We need to do MIME type filtering, for real files. - const bool createSymlink = entry.templatePath == QLatin1String("__CREATE_SYMLINK__"); - if (createSymlink) { - keep = true; - } else if (!KDesktopFile::isDesktopFile(entry.templatePath)) { - // Determine MIME type on demand - QMimeDatabase db; - QMimeType mime; - if (entry.mimeType.isEmpty()) { - mime = db.mimeTypeForFile(entry.templatePath); - // qDebug() << entry.templatePath << "is" << mime.name(); - entry.mimeType = mime.name(); - } else { - mime = db.mimeTypeForName(entry.mimeType); - } - for (const QString &supportedMime : std::as_const(m_supportedMimeTypes)) { - if (mime.inherits(supportedMime)) { - keep = true; - break; - } - } - } + QAction *act = new QAction(q); + act->setData(idx); + act->setIcon(entry.icon); + act->setText(i18nc("@item:inmenu Create New", "%1", entry.text)); + act->setActionGroup(m_newMenuGroup); - if (!keep) { - // qDebug() << "Not keeping" << entry.templatePath; - continue; - } - } + // qDebug() << templatePath << entry.filePath; - QAction *act = new QAction(q); - act->setData(idx); - act->setIcon(QIcon::fromTheme(entry.icon)); - act->setText(i18nc("@item:inmenu Create New", "%1", entry.text)); - act->setActionGroup(m_newMenuGroup); - - // qDebug() << templatePath << entry.filePath; - - if (templatePath.endsWith(QLatin1String("/URL.desktop"))) { - linkURL = act; - } else if (templatePath.endsWith(QLatin1String("/Program.desktop"))) { - linkApp = act; - } else if (entry.filePath.endsWith(QLatin1String("/linkPath.desktop"))) { - linkPath = act; - } else if (KDesktopFile::isDesktopFile(templatePath)) { - KDesktopFile df(templatePath); - if (df.readType() == QLatin1String("FSDevice")) { - m_menuDev->menu()->addAction(act); - } else { - menu->addAction(act); - } + if (templatePath.endsWith(QLatin1String("/URL.desktop"))) { + linkURL = act; + } else if (templatePath.endsWith(QLatin1String("/Program.desktop"))) { + linkApp = act; + } else if (entry.filePath.endsWith(QLatin1String("/linkPath.desktop"))) { + linkPath = act; + } else if (KDesktopFile::isDesktopFile(templatePath)) { + KDesktopFile df(templatePath); + if (df.readType() == QLatin1String("FSDevice")) { + m_menuDev->menu()->addAction(act); } else { - if (!m_firstFileEntry) { - m_firstFileEntry = &entry; - - // If there is a shortcut action copy its shortcut - if (m_newFileShortcutAction) { - act->setShortcuts(m_newFileShortcutAction->shortcuts()); - // Both actions have now the same shortcut, so this will prevent the "Ambiguous shortcut detected" dialog. - act->setShortcutContext(Qt::WidgetShortcut); - // We also need to react to shortcut changes. - QObject::connect(m_newFileShortcutAction, &QAction::changed, act, [act, this]() { - act->setShortcuts(m_newFileShortcutAction->shortcuts()); - }); - } - } menu->addAction(act); } + } else { + if (!m_firstFileEntry) { + m_firstFileEntry = &entry; + + // If there is a shortcut action copy its shortcut + if (m_newFileShortcutAction) { + act->setShortcuts(m_newFileShortcutAction->shortcuts()); + // Both actions have now the same shortcut, so this will prevent the "Ambiguous shortcut detected" dialog. + act->setShortcutContext(Qt::WidgetShortcut); + // We also need to react to shortcut changes. + QObject::connect(m_newFileShortcutAction, &QAction::changed, act, [act, this]() { + act->setShortcuts(m_newFileShortcutAction->shortcuts()); + }); + } + } + menu->addAction(act); } } - lastTemplatePath = entry.templatePath; - } else { // Separate system from personal templates - Q_ASSERT(entry.entryType != 0); - menu->addSeparator(); } + lastTemplatePath = entry.templatePath; } if (m_supportedMimeTypes.isEmpty()) { @@ -875,7 +893,8 @@ QUrl KNewFileMenuPrivate::mostLocalUrl(const QUrl &url) void KNewFileMenuPrivate::slotAbortDialog() { - m_text = QString(); + m_text.clear(); + if (m_creatingDirectory) { Q_EMIT q->directoryCreationRejected(m_baseUrl); } else { @@ -949,15 +968,29 @@ void KNewFileMenuPrivate::slotCreateDirectory() KIO::FileUndoManager::self()->recordJob(KIO::FileUndoManager::Mkdir, QList(), url, job); } job->setProperty("newDirectoryURL", url); + if (canPickFolderIcon(url)) { + KConfigGroup cfg = stateConfig(); + cfg.writeEntry("ShowFolderIconPicker", m_chooseIconBox->isExpanded()); + + const QString customIconName = m_iconLabel->property("iconName").toString(); + if (!isDefaultFolderIcon(customIconName)) { + job->setProperty("newDirectoryIconName", customIconName); + + QStringList icons = cfg.readEntry("FolderIcons", QStringList()); + // Move to the end of the list. + icons.removeOne(customIconName); + icons.append(customIconName); + cfg.writeEntry("FolderIcons", icons); + } + } job->uiDelegate()->setAutoErrorHandlingEnabled(true); KJobWidgets::setWindow(job, m_parentWidget); - if (job) { - // We want the error handling to be done by slotResult so that subclasses can reimplement it - job->uiDelegate()->setAutoErrorHandlingEnabled(false); - QObject::connect(job, &KJob::result, q, &KNewFileMenu::slotResult); - } - slotAbortDialog(); + // We want the error handling to be done by slotResult so that subclasses can reimplement it + job->uiDelegate()->setAutoErrorHandlingEnabled(false); + QObject::connect(job, &KJob::result, q, &KNewFileMenu::slotResult); + + m_text.clear(); } static QStringList getInstalledTemplates() @@ -1016,7 +1049,6 @@ void KNewFileMenuPrivate::slotFillTemplates() QObject::connect(instance->dirWatch.get(), &KDirWatch::dirty, q, slotFunc); QObject::connect(instance->dirWatch.get(), &KDirWatch::created, q, slotFunc); QObject::connect(instance->dirWatch.get(), &KDirWatch::deleted, q, slotFunc); - // Ok, this doesn't cope with new dirs in XDG_DATA_DIRS, but that's another story } // Look into "templates" dirs. @@ -1031,79 +1063,45 @@ void KNewFileMenuPrivate::slotFillTemplates() }; files.erase(std::remove_if(files.begin(), files.end(), removeFunc), files.end()); - // Ensure desktop files are always before template files - // This ensures consistent behavior + // Ensure desktop files are always after template files + // This ensures consistent behavior and overrides plain entries with ones generated from desktop files std::partition(files.begin(), files.end(), [](const QString &a) { - return a.endsWith(QStringLiteral(".desktop")); + return !a.endsWith(QStringLiteral(".desktop")); }); - std::vector uniqueEntries; - QMimeDatabase db; + std::vector uniqueEntries; + for (const QString &file : files) { // qDebug() << file; KNewFileMenuSingleton::Entry entry; - entry.entryType = KNewFileMenuSingleton::Unknown; // not parsed yet - QString url; - QString key; - - if (file.endsWith(QLatin1String(".desktop"))) { - entry.filePath = file; - const KDesktopFile config(file); - url = config.desktopGroup().readEntry("URL"); - key = config.desktopGroup().readEntry("Name"); - } - // Preparse non-.desktop files - else { - QFileInfo fileinfo(file); - url = file; - key = fileinfo.fileName(); - entry.entryType = KNewFileMenuSingleton::Template; - entry.text = fileinfo.baseName(); - entry.filePath = fileinfo.completeBaseName(); - entry.templatePath = file; - QMimeType mime = db.mimeTypeForFile(file); - entry.mimeType = mime.name(); - entry.icon = mime.iconName(); - entry.comment = i18nc("@label:textbox Prompt for new file of type", "Enter %1 filename:", mime.comment()); - } - // Put Directory first in the list (a bit hacky), - // and TextFile before others because it's the most used one. - // This also sorts by user-visible name. - // The rest of the re-ordering is done in fillMenu. - if (file.endsWith(QLatin1String("Directory.desktop"))) { - key.prepend(QLatin1Char('0')); - } else if (file.startsWith(QDir::homePath())) { - key.prepend(QLatin1Char('1')); - } else if (file.endsWith(QLatin1String("TextFile.desktop"))) { - key.prepend(QLatin1Char('2')); - } else { - key.prepend(QLatin1Char('3')); + if (!entry.parseFile(file)) { + qCInfo(KFILEWIDGETS_LOG) << "KNewFileMenu: invalid template file:" << file; + continue; } - EntryInfo eInfo = {key, url, entry}; - auto it = std::find_if(uniqueEntries.begin(), uniqueEntries.end(), [&url](const EntryInfo &info) { - return url == info.url; + auto it = std::find_if(uniqueEntries.begin(), uniqueEntries.end(), [&entry](const KNewFileMenuSingleton::Entry &info) { + return entry.url == info.url; }); if (it != uniqueEntries.cend()) { - *it = eInfo; + *it = entry; } else { - uniqueEntries.push_back(eInfo); + uniqueEntries.push_back(entry); } } - std::sort(uniqueEntries.begin(), uniqueEntries.end(), [](const EntryInfo &a, const EntryInfo &b) { + std::sort(uniqueEntries.begin(), uniqueEntries.end(), [](const KNewFileMenuSingleton::Entry &a, const KNewFileMenuSingleton::Entry &b) { return a.key < b.key; }); ++instance->templatesVersion; - instance->filesParsed = false; instance->templatesList->clear(); instance->templatesList->reserve(uniqueEntries.size()); for (const auto &info : uniqueEntries) { - instance->templatesList->append(info.entry); + // qDebug() << info; + instance->templatesList->append(info); }; } @@ -1126,7 +1124,7 @@ void KNewFileMenuPrivate::slotRealFileOrDir() m_text.chop(1); } m_copyData.m_chosenFileName = m_text; - slotAbortDialog(); + m_text.clear(); executeStrategy(); } @@ -1199,11 +1197,15 @@ void KNewFileMenuPrivate::_k_slotTextChanged(const QString &text) if (folders.count() > 1) { label = i18n("Using slashes in folder names will create sub-folders, like so:"); QString indentation = QString(); + int i = 0; for (const QString &folder : std::as_const(folders)) { label.append(QLatin1Char('\n')); label.append(indentation); label.append(folder); - label.append(QStringLiteral("/")); + i++; + if (folders.count() != i) { + label.append(QStringLiteral("/")); + } indentation.append(QStringLiteral(" ")); } } else { @@ -1233,11 +1235,28 @@ void KNewFileMenuPrivate::_k_slotTextChanged(const QString &text) // Using a tilde to begin a file or folder name is not recommended else if (text.startsWith(QLatin1Char('~'))) { - m_messageWidget->setText( - i18n("Starting a file or folder name with a tilde is not recommended because it may be confusing or dangerous when using the terminal to delete " - "things.")); - m_messageWidget->setMessageType(KMessageWidget::Warning); - m_messageWidget->animatedShow(); +#ifndef Q_OS_WIN + const bool wasExpanded = !KShell::tildeExpand(text).startsWith(QStringLiteral("~")); + if (wasExpanded && text.length() > 1) { + m_messageWidget->setText( + xi18nc("@error", + "Creating a file or folder with the name %1 is not possible since it would overlap with the location of a user's home folder.", + text, + KShell::tildeExpand(text))); + m_messageWidget->setMessageType(KMessageWidget::Error); + m_messageWidget->animatedShow(); + m_buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); + } else { +#endif + m_messageWidget->setText(i18n( + "Starting a file or folder name with a tilde is not recommended because it may be confusing or dangerous when using the terminal to delete " + "things.")); + m_messageWidget->setMessageType(KMessageWidget::Warning); + m_messageWidget->animatedShow(); +#ifndef Q_OS_WIN + m_buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true); + } +#endif } else { m_messageWidget->hide(); } @@ -1444,13 +1463,6 @@ void KNewFileMenu::checkUpToDate() if (!s->templatesList) { // No templates list up to now s->templatesList = new KNewFileMenuSingleton::EntryList; d->slotFillTemplates(); - s->parseFiles(); - } - - // This might have been already done for other popupmenus, - // that's the point in s->filesParsed. - if (!s->filesParsed) { - s->parseFiles(); } d->fillMenu(); @@ -1494,11 +1506,131 @@ void KNewFileMenuPrivate::showNewDirNameDlg(const QString &name) { initDialog(); - m_fileDialog->setWindowTitle(i18nc("@title:window", "Create New Folder")); + m_fileDialog->setWindowTitle(m_windowTitle.isEmpty() ? i18nc("@title:window", "Create New Folder") : m_windowTitle); - m_label->setText(i18n("Create new folder in %1:", m_baseUrl.toDisplayString(QUrl::PreferLocalFile))); + m_label->setText(i18n("Create new folder in %1:", m_baseUrl.toDisplayString(QUrl::PreferLocalFile | QUrl::StripTrailingSlash))); m_lineEdit->setText(name); + m_lineEdit->setPlaceholderText(i18nc("@info:placeholder", "Enter folder name")); + + const QString defaultFolderIconName = QStringLiteral("inode-directory"); + setIcon(QIcon::fromTheme(defaultFolderIconName)); + + if (canPickFolderIcon(m_baseUrl)) { + m_iconGroup = new QActionGroup{m_fileDialog}; + m_iconGroup->setExclusionPolicy(QActionGroup::ExclusionPolicy::ExclusiveOptional); + + static constexpr int s_folderIconsCount = 2 * 10 - 1; // default icon is always added. + + int x = 0; + int y = 0; + QStringList icons = {// colors. + // default folder icon goes here. + QStringLiteral("folder-red"), + QStringLiteral("folder-yellow"), + QStringLiteral("folder-orange"), + QStringLiteral("folder-green"), + QStringLiteral("folder-cyan"), + QStringLiteral("folder-blue"), + QStringLiteral("folder-violet"), + QStringLiteral("folder-brown"), + QStringLiteral("folder-grey"), + // emblems. + QStringLiteral("folder-bookmark"), + QStringLiteral("folder-cloud"), + QStringLiteral("folder-development"), + QStringLiteral("folder-games"), + QStringLiteral("folder-mail"), + QStringLiteral("folder-music"), + QStringLiteral("folder-print"), + QStringLiteral("folder-tar"), + QStringLiteral("folder-temp"), + QStringLiteral("folder-important")}; + + const QStringList storedFolderIcons = stateConfig().readEntry(QStringLiteral("FolderIcons"), QStringList()); + for (const QString &icon : storedFolderIcons) { + if (!icons.contains(icon)) { + icons.append(icon); + } + } + + while (icons.size() > s_folderIconsCount) { + icons.removeFirst(); + } + + icons.prepend(defaultFolderIconName); + + QWidget *lastWidget = m_chooseIconBox; + + for (const QString &icon : icons) { + const bool isFirstButton = (x == 0 && y == 0); + + auto *action = new QAction{m_iconGroup}; + action->setIcon(QIcon::fromTheme(icon)); + + const QString displayName = isFirstButton ? i18n("Default") : icon; + action->setToolTip(displayName); + action->setCheckable(true); + action->setChecked(isFirstButton); + + auto *button = new QToolButton{m_fileDialog}; + button->setDefaultAction(action); + button->setToolButtonStyle(Qt::ToolButtonIconOnly); + button->setIconSize(QSize(KIconLoader::SizeMedium, KIconLoader::SizeMedium)); + + QWidget::setTabOrder(lastWidget, button); + lastWidget = button; + + m_folderIconGrid->addWidget(button, y, x++); + if (x == icons.size() / 2) { + x = 0; + ++y; + } + } + + QWidget::setTabOrder(lastWidget, m_chooseIconButton); + + QObject::connect(m_iconGroup, &QActionGroup::triggered, q, [this](QAction *action) { + setIcon(action->icon()); + // We need ExclusiveOptional so that custom icon can have no button checked + // but we never want the user uncheck a button manually. + action->setChecked(true); + }); + QObject::connect(m_chooseIconButton, &QPushButton::clicked, q, [this] { + KIconDialog dialog{m_fileDialog}; + dialog.setup(KIconLoader::Desktop, KIconLoader::Place); + const QString currentIconName = m_iconLabel->property("iconName").toString(); + if (!isDefaultFolderIcon(currentIconName)) { + dialog.setSelectedIcon(currentIconName); + } + const QString iconName = dialog.openDialog(); + if (iconName.isEmpty()) { + return; + } + + if (isDefaultFolderIcon(iconName)) { + m_iconGroup->actions().first()->setChecked(true); + } else { + const auto actions = m_iconGroup->actions(); + for (auto *action : actions) { + // No break so none are checked when no preset was found. + action->setChecked(action->icon().name() == iconName); + } + } + + // setChecked does not emit triggered, update the icon manually. + if (m_iconGroup->checkedAction()) { + setIcon(m_iconGroup->checkedAction()->icon()); + } else { + setIcon(QIcon::fromTheme(iconName)); + } + }); + + if (stateConfig().readEntry("ShowFolderIconPicker", false)) { + m_chooseIconBox->setExpanded(true); + } + m_chooseIconBox->show(); + } m_creatingDirectory = true; _k_slotTextChanged(name); // have to save string in m_text in case user does not touch dialog @@ -1566,6 +1698,11 @@ void KNewFileMenu::setSupportedMimeTypes(const QStringList &mime) d->m_supportedMimeTypes = mime; } +void KNewFileMenu::setWindowTitle(const QString &title) +{ + d->m_windowTitle = title; +} + void KNewFileMenu::slotResult(KJob *job) { if (job->error()) { @@ -1583,6 +1720,14 @@ void KNewFileMenu::slotResult(KJob *job) // Was this a copy or a mkdir? if (job->property("newDirectoryURL").isValid()) { QUrl newDirectoryURL = job->property("newDirectoryURL").toUrl(); + const QString newDirectoryIconName = job->property("newDirectoryIconName").toString(); + + // Apply custom folder icon, if applicable. + if (!isDefaultFolderIcon(newDirectoryIconName)) { + const QUrl localUrl = d->mostLocalUrl(newDirectoryURL); + KDesktopFile desktopFile{localUrl.toLocalFile() + QLatin1String("/.directory")}; + desktopFile.desktopGroup().writeEntry(QStringLiteral("Icon"), newDirectoryIconName); + } Q_EMIT directoryCreated(newDirectoryURL); } else { KIO::CopyJob *copyJob = ::qobject_cast(job); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.h index 0a9ab25a91..18ccd8fd9e 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu.h @@ -21,10 +21,11 @@ class KJob; class KActionCollection; class KNewFileMenuPrivate; -/** - * @class KNewFileMenu knewfilemenu.h +/*! + * \class KNewFileMenu + * \inmodule KIOFileWidgets * - * The 'Create New' submenu, for creating files using templates + * \brief The 'Create New' submenu, for creating files using templates * (e.g.\ "new HTML file") and directories. * * The same instance can be used by both for the File menu and the RMB popup menu, @@ -36,29 +37,23 @@ class KNewFileMenuPrivate; * * KNewFileMenu automatically updates the list of templates shown if installed templates * are added/updated/deleted. - * - * @author Björn Ruberg - * Made dialogs working asynchronously - * @author David Faure - * Ideas and code for the new template handling mechanism ('link' desktop files) - * from Christoph Pickart */ class KIOFILEWIDGETS_EXPORT KNewFileMenu : public KActionMenu { Q_OBJECT public: - /** + /*! * Constructor. * - * @param parent the parent object, for ownership. + * \a parent the parent object, for ownership. * If the parent object is a widget, it will also be used as the parent widget * for any dialogs that this class might show. Otherwise, call setParentWidget. * - * @since 5.100 + * \since 5.100 */ KNewFileMenu(QObject *parent); - /** + /*! * Destructor. * KNewMenu uses internally a globally shared cache, so that multiple instances * of it don't need to parse the installed templates multiple times. Therefore @@ -66,99 +61,106 @@ public: */ ~KNewFileMenu() override; - /** + /*! * Returns the modality of dialogs */ bool isModal() const; - /** + /*! * Sets the modality of dialogs created by KNewFile. Set to false if you do not want to block * your application window when entering a new directory name i.e. */ void setModal(bool modality); - /** + /*! * Sets a parent widget for the dialogs shown by KNewFileMenu. * This is strongly recommended, for apps with a main window. */ void setParentWidget(QWidget *parentWidget); - /** + /*! * Set the working directory. * Files will be created relative to this directory. - * @since 5.97. + * \since 5.97. */ void setWorkingDirectory(const QUrl &directory); - /** + /*! * Returns the working directory. * Files will be created relative to this directory. - * @since 5.97. + * \since 5.97. */ QUrl workingDirectory() const; - /** + /*! * Only show the files in a given set of MIME types. * This is useful in specialized applications (while file managers, on * the other hand, want to show all MIME types). */ void setSupportedMimeTypes(const QStringList &mime); - /** + /*! * Returns the MIME types set in supportedMimeTypes() */ QStringList supportedMimeTypes() const; - /** + /*! * Whether on not the dialog should emit `selectExistingDir` when trying to create an exist directory * * default: false * - * @since 5.76 + * \since 5.76 */ void setSelectDirWhenAlreadyExist(bool b); - /** + /*! * Use this to set a shortcut for the "New Folder" action. * - * The shortcut is copied from @param action. + * The shortcut is copied from \a action. * - * @since 5.100 + * \since 5.100 */ void setNewFolderShortcutAction(QAction *action); - /** + /*! * Use this to set a shortcut for the new file action. * - * The shortcut is copied from @param action. + * The shortcut is copied from \a action. * - * @since 5.100 + * \since 5.100 */ void setNewFileShortcutAction(QAction *action); - /** + /*! * Use this to check if namejob for new directory creation still running. * Namejob is what spawns the new directory dialog, which can be slow in, * for example, network folders. * - * @since 6.2 + * \since 6.2 */ bool isCreateDirectoryRunning(); - /** + /*! * Use this to check if the file creation process is still running. - * @since 6.2 + * \since 6.2 */ bool isCreateFileRunning(); + /*! + * Allow to change the popup + * + * \since 6.11 + */ + void setWindowTitle(const QString &title); + public Q_SLOTS: - /** + /*! * Checks if updating the list is necessary * IMPORTANT : Call this in the slot for aboutToShow. */ void checkUpToDate(); - /** + /*! * Call this to create a new directory as if the user had done it using * a popupmenu. This is useful to make sure that creating a directory with * a key shortcut (e.g. F10) triggers the exact same code as when using @@ -168,66 +170,66 @@ public Q_SLOTS: */ void createDirectory(); - /** + /*! * Call this to create a new file as if the user had done it using * a popupmenu. This is useful to make sure that creating a directory with * a key shortcut (e.g. Shift-F10) triggers the exact same code as when using * the New menu. * Requirements: since 5.97 call setWorkingDirectory first (for older releases call setPopupFiles first), and keep this KNewFileMenu instance * alive (the copy is async). - * @since 5.53 + * \since 5.53 */ void createFile(); Q_SIGNALS: - /** + /*! * Emitted once the creation job for file @p url has been started - * @since 6.2 + * \since 6.2 */ void fileCreationStarted(const QUrl &url); - /** + /*! * Emitted once the file (or symlink) @p url has been successfully created */ void fileCreated(const QUrl &url); - /** + /*! * Emitted once the creation for file @p url has been rejected - * @since 6.2 + * \since 6.2 */ void fileCreationRejected(const QUrl &url); - /** + /*! * Emitted once the creation job for directory @p url has been started - * @since 6.2 + * \since 6.2 */ void directoryCreationStarted(const QUrl &url); - /** + /*! * Emitted once the directory @p url has been successfully created */ void directoryCreated(const QUrl &url); - /** + /*! * Emitted once the creation for directory @p url has been rejected - * @since 6.2 + * \since 6.2 */ void directoryCreationRejected(const QUrl &url); - /** + /*! * Emitted when trying to create a new directory that has the same name as * an existing one, so that KDirOperator can select the existing item in * the view (in case the user wants to use that directory instead of creating * a new one). * - * @since 5.76 + * \since 5.76 */ void selectExistingDir(const QUrl &url); protected Q_SLOTS: - /** + /*! * Called when the job that copied the template has finished. * This method is virtual so that error handling can be reimplemented. * Make sure to call the base class slotResult when !job->error() though. diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu_newfiledialog.ui b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu_newfiledialog.ui new file mode 100644 index 0000000000..079fad48b7 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/knewfilemenu_newfiledialog.ui @@ -0,0 +1,191 @@ + + + NewFileDialog + + + + 0 + 0 + 453 + 178 + + + + + 0 + 0 + + + + Create New File + + + + QLayout::SizeConstraint::SetFixedSize + + + + + + + + Qt::TextFormat::PlainText + + + true + + + + + + + + + ICON + + + + + + + + 400 + 0 + + + + Enter file name + + + true + + + + + + + + + true + + + false + + + + + + + Choose custom icon or color + + + false + + + + 0 + + + + + + 0 + 0 + + + + + 0 + 50 + + + + Qt::FocusPolicy::TabFocus + + + + QLayout::SizeConstraint::SetFixedSize + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + + + + + Choose Other Icon… + + + + + + + + + + + 0 + 0 + + + + You can change the icon later in folder properties. + + + true + + + + + + + + + + + + + + + QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok + + + + + + + + KCollapsibleGroupBox + QWidget +
    kcollapsiblegroupbox.h
    + 1 +
    + + KMessageWidget + QFrame +
    kmessagewidget.h
    + 1 +
    +
    + + lineEdit + chooseIconBox + widget + chooseIconButton + + + +
    diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kpreviewwidgetbase.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kpreviewwidgetbase.h index 8c4b381e6e..755193292d 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kpreviewwidgetbase.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kpreviewwidgetbase.h @@ -17,8 +17,11 @@ class QUrl; -/** - * @class KPreviewWidgetBase kpreviewwidgetbase.h +/*! + * \class KPreviewWidgetBase + * \inmodule KIOFileWidgets + * + * \brief Abstract baseclass for all preview widgets. * * Abstract baseclass for all preview widgets which shall be used via * KFileDialog::setPreviewWidget(const KPreviewWidgetBase *). @@ -28,37 +31,37 @@ class QUrl; * Just derive your custom preview widget from KPreviewWidgetBase and implement * all the pure virtual methods. The slot showPreview(const QUrl &) is called * every time the file selection changes. - * - * @short Abstract baseclass for all preview widgets. - * @author Frerich Raabe */ class KIOFILEWIDGETS_EXPORT KPreviewWidgetBase : public QWidget { Q_OBJECT public: - /** + /*! * Constructor. Construct the user interface of your preview widget here * and pass the KFileDialog this preview widget is going to be used in as * the parent. * - * @param parent The KFileDialog this preview widget is going to be used in + * \a parent The KFileDialog this preview widget is going to be used in */ explicit KPreviewWidgetBase(QWidget *parent); ~KPreviewWidgetBase() override; + /*! + * + */ QStringList supportedMimeTypes() const; public Q_SLOTS: - /** + /*! * This slot is called every time the user selects another file in the * file dialog. Implement the stuff necessary to reflect the change here. * - * @param url The URL of the currently selected file. + * \a url The URL of the currently selected file. */ virtual void showPreview(const QUrl &url) = 0; - /** + /*! * Reimplement this to clear the preview. This is called when e.g. the * selection is cleared or when multiple selections exist, or the directory * is changed. @@ -66,6 +69,9 @@ public Q_SLOTS: virtual void clearPreview() = 0; protected: + /*! + * + */ void setSupportedMimeTypes(const QStringList &mimeTypes); private: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.cpp index 6e5d5e6b59..d2a26fa147 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.cpp @@ -38,11 +38,12 @@ #include #include #include +#include +#include #include #include #include -#include #include using namespace KDEPrivate; @@ -75,11 +76,11 @@ public: NewWindow }; - /** Applies the edited URL in m_pathBox to the URL navigator */ + /* Applies the edited URL in m_pathBox to the URL navigator */ void applyUncommittedUrl(ApplyUrlMethod method); void slotApplyUrl(QUrl url); - // Returns the URI if "text" matched a URI filter (i.e. was fitlered), + // Returns the URI if "text" matched a URI filter (i.e. was filtered), // otherwise returns nullopt. std::optional checkFilters(const QString &text); @@ -87,29 +88,29 @@ public: void slotSchemeChanged(const QString &); void openPathSelectorMenu(); - /** + /* * Appends the widget at the end of the URL navigator. It is assured * that the filler widget remains as last widget to fill the remaining * width. */ void appendWidget(QWidget *widget, int stretch = 0); - /** + /* * This slot is connected to the clicked signal of the navigation bar button. It calls switchView(). * Moreover, if switching from "editable" mode to the breadcrumb view, it calls applyUncommittedUrl(). */ void slotToggleEditableButtonPressed(); - /** + /* * Switches the navigation bar between the breadcrumb view and the * traditional view (see setUrlEditable()). */ void switchView(); - /** Emits the signal urlsDropped(). */ + /* Emits the signal urlsDropped(). */ void dropUrls(const QUrl &destination, QDropEvent *event, KUrlNavigatorButton *dropButton); - /** + /* * Is invoked when a navigator button has been clicked. * Different combinations of mouse clicks and keyboard modifiers have different effects on how * the url is opened. The behaviours are the following: @@ -126,24 +127,24 @@ public: void updateContent(); - /** + /* * Updates all buttons to have one button for each part of the * current URL. Existing buttons, which are available by m_navButtons, * are reused if possible. If the URL is longer, new buttons will be * created, if the URL is shorter, the remaining buttons will be deleted. - * @param startIndex Start index of URL part (/), where the buttons + * \a startIndex Start index of URL part (/), where the buttons * should be created for each following part. */ void updateButtons(int startIndex); - /** + /* * Updates the visibility state of all buttons describing the URL. If the * width of the URL navigator is too small, the buttons representing the upper * paths of the URL will be hidden and moved to a drop down menu. */ void updateButtonVisibility(); - /** + /* * Set a sensible Tab key focus order which goes left to right all the way * through all visible child widgets. For right-to-left layout directions * the order goes right to left. @@ -151,25 +152,25 @@ public: */ void updateTabOrder(); - /** - * @return Text for the first button of the URL navigator. + /* + * Returns Text for the first button of the URL navigator. */ QString firstButtonText() const; - /** + /* * Returns the URL that should be applied for the button with the index \a index. */ QUrl buttonUrl(int index) const; void switchToBreadcrumbMode(); - /** + /* * Deletes all URL navigator buttons. m_navButtons is * empty after this operation. */ void deleteButtons(); - /** + /* * Retrieves the place url for the current url. * E. g. for the path "fish://root@192.168.0.2/var/lib" the string * "fish://root@192.168.0.2" will be returned, which leads to the @@ -197,6 +198,10 @@ public: bool m_active = true; bool m_showPlacesSelector = false; bool m_showFullPath = false; + bool m_backgroundEnabled = true; + bool m_contextMenuOpen = false; + + int m_padding = 5; struct { bool showHidden = false; @@ -211,6 +216,8 @@ KUrlNavigatorPrivate::KUrlNavigatorPrivate(const QUrl &url, KUrlNavigator *qq, K { m_layout->setSpacing(0); m_layout->setContentsMargins(0, 0, 0, 0); + QStyleOption option; + option.initFrom(q); q->connect(m_coreUrlNavigator, &KCoreUrlNavigator::currentLocationUrlChanged, q, [this]() { Q_EMIT q->urlChanged(m_coreUrlNavigator->currentLocationUrl()); @@ -280,8 +287,16 @@ KUrlNavigatorPrivate::KUrlNavigatorPrivate(const QUrl &url, KUrlNavigator *qq, K }); m_badgeWidgetContainer = new QWidget(q); + m_badgeWidgetContainer->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred); auto badgeLayout = new QHBoxLayout(m_badgeWidgetContainer); - badgeLayout->setContentsMargins(0, 0, 0, 0); + // Set margins so the mode toggle button and badges stay within the PE_FrameLineEdit boundary + const int paddingLeft = q->style()->pixelMetric(QStyle::PM_LayoutLeftMargin); + const int paddingRight = q->style()->pixelMetric(QStyle::PM_LayoutRightMargin); + if (q->layoutDirection() == Qt::LeftToRight) { + badgeLayout->setContentsMargins(paddingLeft, 0, 0, 0); + } else { + badgeLayout->setContentsMargins(0, 0, paddingLeft, 0); + } // create toggle button which allows to switch between // the breadcrumb and traditional view @@ -299,12 +314,25 @@ KUrlNavigatorPrivate::KUrlNavigatorPrivate(const QUrl &url, KUrlNavigator *qq, K m_layout->addWidget(m_dropDownButton); m_layout->addWidget(m_pathBox, 1); m_layout->addWidget(m_badgeWidgetContainer); + m_layout->addSpacing(q->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing, &option, q)); m_layout->addWidget(m_toggleEditableMode); q->setContextMenuPolicy(Qt::CustomContextMenu); q->connect(q, &QWidget::customContextMenuRequested, q, [this](const QPoint &pos) { openContextMenu(pos); }); + + // m_pathBox fills the full width, only leave room for the toggle button on the correct side + if (q->layoutDirection() == Qt::LeftToRight) { + m_layout->addSpacing(paddingRight); + } else { + m_layout->addSpacing(paddingLeft); + } + // Set fixed height once so switching modes never causes window layout shifts + q->setFixedHeight(qMax(m_pathBox->sizeHint().height(), m_badgeWidgetContainer->sizeHint().height())); + + // Needed for the hover effect to work on the entire navigation bar + q->setAttribute(Qt::WA_Hover); } void KUrlNavigatorPrivate::appendWidget(QWidget *widget, int stretch) @@ -322,8 +350,8 @@ void KUrlNavigatorPrivate::slotApplyUrl(QUrl url) // SPDX-FileCopyrightText: 2001 Anders Lund // For example "desktop:/" _not_ "desktop:", see the comment in slotSchemeChanged() - if (!url.isEmpty() && url.path().isEmpty() && KProtocolInfo::protocolClass(url.scheme()) == QLatin1String(":local")) { - url.setPath(QStringLiteral("/")); + if (!url.isEmpty() && !url.path().startsWith(QLatin1Char('/')) && KProtocolInfo::protocolClass(url.scheme()) == QLatin1String(":local")) { + url.setPath(QStringLiteral("/") + url.path()); } const auto urlStr = url.toString(); @@ -385,7 +413,7 @@ void KUrlNavigatorPrivate::applyUncommittedUrl(ApplyUrlMethod method) } // Treat absolute paths as absolute paths. - // Relative paths get appended to the current path. + // Relative paths get appended to the current path, if protocol supports it. if (text.startsWith(QLatin1Char('/'))) { url.setPath(text); } else { @@ -410,8 +438,12 @@ void KUrlNavigatorPrivate::applyUncommittedUrl(ApplyUrlMethod method) return; } - // ... otherwise fallback to whatever QUrl::fromUserInput() returns - applyUrl(QUrl::fromUserInput(text)); + const QUrl textUrl(text); + if (textUrl.scheme().isEmpty()) { + applyUrl(QUrl::fromLocalFile(text)); + } else { + applyUrl(textUrl); + } }); } @@ -542,6 +574,8 @@ void KUrlNavigatorPrivate::switchView() q->requestActivation(); Q_EMIT q->editableStateChanged(m_editable); + // Make sure the colors are updated + q->update(); } void KUrlNavigatorPrivate::dropUrls(const QUrl &destination, QDropEvent *event, KUrlNavigatorButton *dropButton) @@ -589,7 +623,7 @@ void KUrlNavigatorPrivate::openContextMenu(const QPoint &p) const bool isWindowSignal = q->isSignalConnected(QMetaMethod::fromSignal(&KUrlNavigator::newWindowRequested)); if (isTabSignal || isWindowSignal) { auto it = std::find_if(m_navButtons.cbegin(), m_navButtons.cend(), [&p](const KUrlNavigatorButton *button) { - return button->geometry().contains(p); + return button->isVisible() && button->geometry().contains(p); }); if (it != m_navButtons.cend()) { const auto *button = *it; @@ -636,7 +670,16 @@ void KUrlNavigatorPrivate::openContextMenu(const QPoint &p) showFullPathAction->setCheckable(true); showFullPathAction->setChecked(q->showFullPath()); + // We need this property and its update below so that the line edit's + // focus effect persists (like in KUrlComboBox) when a context menu is open + m_contextMenuOpen = true; + q->update(); + QAction *activatedAction = popup->exec(QCursor::pos()); + + m_contextMenuOpen = false; + q->update(); + if (activatedAction == copyAction) { QMimeData *mimeData = new QMimeData(); mimeData->setText(q->locationUrl().toDisplayString(QUrl::PreferLocalFile)); @@ -812,6 +855,7 @@ void KUrlNavigatorPrivate::updateButtonVisibility() } // Subtract all widgets from the available width, that must be shown anyway + // Make sure to take the padding into account int availableWidth = q->width() - m_toggleEditableMode->minimumWidth(); availableWidth -= m_badgeWidgetContainer->width(); @@ -824,18 +868,10 @@ void KUrlNavigatorPrivate::updateButtonVisibility() availableWidth -= m_schemes->width(); } - // Check whether buttons must be hidden at all... - int requiredButtonWidth = 0; - for (const auto *button : std::as_const(m_navButtons)) { - requiredButtonWidth += button->minimumWidth(); - } + availableWidth -= m_dropDownButton->width(); - if (requiredButtonWidth > availableWidth) { - // At least one button must be hidden. This implies that the - // drop-down button must get visible, which again decreases the - // available width. - availableWidth -= m_dropDownButton->width(); - } + // Count the paddings of previous button and current button + availableWidth -= m_padding * 4; // Hide buttons... bool isLastButton = true; @@ -875,13 +911,22 @@ void KUrlNavigatorPrivate::updateButtonVisibility() m_dropDownButton->setVisible(visible); } + auto lastButton = m_navButtons.last(); + for (const auto &button : std::as_const(m_navButtons)) { + if (button != lastButton) { + button->setDrawSeparator(true); + } else { + button->setDrawSeparator(false); + } + } + updateTabOrder(); } void KUrlNavigatorPrivate::updateTabOrder() { QMultiMap visibleChildrenSortedByX; - const auto childWidgets = q->findChildren(); + const auto childWidgets = q->findChildren(); for (auto childWidget : childWidgets) { if (childWidget->isVisible()) { if (q->layoutDirection() == Qt::LeftToRight) { @@ -891,6 +936,7 @@ void KUrlNavigatorPrivate::updateTabOrder() } } } + if (visibleChildrenSortedByX.isEmpty()) { return; } @@ -902,6 +948,7 @@ void KUrlNavigatorPrivate::updateTabOrder() it++; nextIt++; } + Q_EMIT q->layoutChanged(); } QString KUrlNavigatorPrivate::firstButtonText() const @@ -1009,7 +1056,9 @@ KUrlNavigator::KUrlNavigator(KFilePlacesModel *placesModel, const QUrl &url, QWi setMinimumWidth(100); + installEventFilter(this); d->updateContent(); + d->updateTabOrder(); } KUrlNavigator::~KUrlNavigator() @@ -1019,6 +1068,7 @@ KUrlNavigator::~KUrlNavigator() for (auto *button : std::as_const(d->m_navButtons)) { button->removeEventFilter(this); } + removeEventFilter(this); } QUrl KUrlNavigator::locationUrl(int historyIndex) const @@ -1132,8 +1182,11 @@ void KUrlNavigator::setPlacesSelectorVisible(bool visible) } d->m_showPlacesSelector = visible; - d->m_placesSelector->setVisible(visible); - d->updateTabOrder(); + + if (d->m_placesSelector) { + d->m_placesSelector->setVisible(visible); + d->updateTabOrder(); + } } bool KUrlNavigator::isPlacesSelectorVisible() const @@ -1206,10 +1259,18 @@ void KUrlNavigator::mouseReleaseEvent(QMouseEvent *event) // toggle-editable-mode-button. Paste the clipboard content // as location URL. QClipboard *clipboard = QApplication::clipboard(); - const QMimeData *mimeData = clipboard->mimeData(); - if (mimeData->hasText()) { + const QMimeData *mimeData = clipboard->mimeData(QClipboard::Mode::Selection); + if (mimeData && mimeData->hasText()) { const QString text = mimeData->text(); - setLocationUrl(QUrl::fromUserInput(text)); + const auto currentUrl = d->m_coreUrlNavigator->currentLocationUrl(); + QString workindDirectory; + if (currentUrl.isLocalFile()) { + workindDirectory = currentUrl.toLocalFile(); + } + auto url = QUrl::fromUserInput(text, workindDirectory); + if (url.isValid()) { + setLocationUrl(url); + } } } } @@ -1230,6 +1291,12 @@ void KUrlNavigator::wheelEvent(QWheelEvent *event) QWidget::wheelEvent(event); } +void KUrlNavigator::showEvent(QShowEvent *event) +{ + d->updateTabOrder(); + QWidget::showEvent(event); +} + bool KUrlNavigator::eventFilter(QObject *watched, QEvent *event) { switch (event->type()) { @@ -1241,12 +1308,14 @@ bool KUrlNavigator::eventFilter(QObject *watched, QEvent *event) for (KUrlNavigatorButton *button : std::as_const(d->m_navButtons)) { button->setShowMnemonic(true); } + update(); break; case QEvent::FocusOut: for (KUrlNavigatorButton *button : std::as_const(d->m_navButtons)) { button->setShowMnemonic(false); } + update(); break; // Avoid the "Properties" action from triggering instead of new tab. @@ -1260,6 +1329,25 @@ bool KUrlNavigator::eventFilter(QObject *watched, QEvent *event) break; } +#if KIO_VERSION < QT_VERSION_CHECK(7, 0, 0) + case QEvent::Paint: { + // We can't call this in overridden paintEvent since applications using + // the paint event is handled through the event filter: + // Overriding paintEvent might not have an effect in applications + // compiled against the older KIO, as they might work with an older vtable. + // However, they would still see the new button style. + // This makes sure the background is always drawn. + if (watched == this) { + auto *pEvent = static_cast(event); + if (pEvent) { + KUrlNavigator::paintEvent(pEvent); + return true; + } + } + break; + } +#endif + default: break; } @@ -1342,4 +1430,41 @@ QWidget *KUrlNavigator::badgeWidget() const } } +void KUrlNavigator::setBackgroundEnabled(bool enabled) +{ + d->m_backgroundEnabled = enabled; +} + +bool KUrlNavigator::isBackgroundEnabled() const +{ + return d->m_backgroundEnabled; +} + +void KUrlNavigator::paintEvent(QPaintEvent *event) +{ + Q_UNUSED(event); + QPainter painter(this); + QStyleOptionFrame option; + option.initFrom(this); + option.lineWidth = style()->pixelMetric(QStyle::PM_DefaultFrameWidth, &option, this); + option.midLineWidth = 0; + + if (d->m_backgroundEnabled && !d->m_editable) { + option.palette.setColor(QPalette::Base, palette().alternateBase().color()); + option.state |= QStyle::State_Enabled; + if ((m_showFocusIndicator && d->m_active) || d->m_contextMenuOpen) { + option.state |= QStyle::State_HasFocus; + } + if (underMouse()) { + option.state |= QStyle::State_MouseOver; + } + style()->drawPrimitive(QStyle::PE_FrameLineEdit, &option, &painter, this); + } +} + +void KUrlNavigator::setHighlightFocusIndicator(bool show) +{ + m_showFocusIndicator = show; +} + #include "moc_kurlnavigator.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.h index 3ab8dff962..740687b518 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigator.h @@ -25,18 +25,21 @@ class KUrlComboBox; class KUrlNavigatorPrivate; -/** - * @class KUrlNavigator kurlnavigator.h +/*! + * \class KUrlNavigator + * \inmodule KIOFileWidgets * - * @brief Widget that allows to navigate through the paths of an URL. + * \brief Widget that allows to navigate through the paths of an URL. * * The URL navigator offers two modes: - * - Editable: The URL of the location is editable inside an editor. + * \list + * \li Editable: The URL of the location is editable inside an editor. * By pressing RETURN the URL will get activated. - * - Non editable ("breadcrumb view"): The URL of the location is represented by + * \li Non editable ("breadcrumb view"): The URL of the location is represented by * a number of buttons, where each button represents a path * of the URL. By clicking on a button the path will get * activated. This mode also supports drag and drop of items. + * \endlist * * The mode can be changed by clicking on the empty area of the URL navigator. * It is recommended that the application remembers the setting @@ -51,47 +54,53 @@ class KUrlNavigatorPrivate; * KUrlNavigator::setShowFullPath()). * * The typical usage of the KUrlNavigator is: - * - Create an instance providing a places model and an URL. - * - Create an instance of QAbstractItemView which shows the content of the URL + * \list + * \li Create an instance providing a places model and an URL. + * \li Create an instance of QAbstractItemView which shows the content of the URL * given by the URL navigator. - * - Connect to the signal KUrlNavigator::urlChanged() and synchronize the content of + * \li Connect to the signal KUrlNavigator::urlChanged() and synchronize the content of * QAbstractItemView with the URL given by the URL navigator. + * \endlist * * It is recommended, that the application remembers the state of the QAbstractItemView * when the URL has been changed. This allows to restore the view state when going back in history. * KUrlNavigator offers support for remembering the view state: - * - The signal urlAboutToBeChanged() will be emitted before the URL change takes places. + * \list + * \li The signal urlAboutToBeChanged() will be emitted before the URL change takes places. * This allows the application to store the view state by KUrlNavigator::saveLocationState(). - * - The signal urlChanged() will be emitted after the URL change took place. This allows + * \li The signal urlChanged() will be emitted after the URL change took place. This allows * the application to restore the view state by getting the values from * KUrlNavigator::locationState(). + * \endlist */ class KIOFILEWIDGETS_EXPORT KUrlNavigator : public QWidget { Q_OBJECT public: - /** @since 4.5 */ + /*! \since 4.5 */ KUrlNavigator(QWidget *parent = nullptr); - /** - * @param placesModel Model for the places which are selectable inside a + /*! + * \a placesModel Model for the places which are selectable inside a * menu. A place can be a bookmark or a device. If it is 0, * no places selector is displayed. - * @param url URL which is used for the navigation or editing. - * @param parent Parent widget. + * + * \a url URL which is used for the navigation or editing. + * + * \a parent Parent widget. */ KUrlNavigator(KFilePlacesModel *placesModel, const QUrl &url, QWidget *parent); ~KUrlNavigator() override; - /** - * @return URL of the location given by the \a historyIndex. If \a historyIndex + /*! + * Returns URL of the location given by the \a historyIndex. If \a historyIndex * is smaller than 0, the URL of the current location is returned. - * @since 4.5 + * \since 4.5 */ QUrl locationUrl(int historyIndex = -1) const; - /** + /*! * Saves the location state described by \a state for the current location. It is recommended * that at least the scroll position of a view is remembered and restored when traversing * through the history. Saving the location state should be done when the signal @@ -112,15 +121,15 @@ public: */ void saveLocationState(const QByteArray &state); - /** - * @return Location state given by \a historyIndex. If \a historyIndex + /*! + * Returns Location state given by \a historyIndex. If \a historyIndex * is smaller than 0, the state of the current location is returned. - * @see KUrlNavigator::saveLocationState() - * @since 4.5 + * \sa KUrlNavigator::saveLocationState() + * \since 4.5 */ QByteArray locationState(int historyIndex = -1) const; - /** + /*! * Goes back one step in the URL history. The signals * KUrlNavigator::urlAboutToBeChanged(), KUrlNavigator::urlChanged() and * KUrlNavigator::historyChanged() are emitted if true is returned. False is returned @@ -130,7 +139,7 @@ public: */ bool goBack(); - /** + /*! * Goes forward one step in the URL history. The signals * KUrlNavigator::urlAboutToBeChanged(), KUrlNavigator::urlChanged() and * KUrlNavigator::historyChanged() are emitted if true is returned. False is returned @@ -140,7 +149,7 @@ public: */ bool goForward(); - /** + /*! * Goes up one step of the URL path and remembers the old path * in the history. The signals KUrlNavigator::urlAboutToBeChanged(), * KUrlNavigator::urlChanged() and KUrlNavigator::historyChanged() are @@ -149,28 +158,31 @@ public: */ bool goUp(); - /** + // KDE5: Remove the home-property. It is sufficient to invoke + // KUrlNavigator::setLocationUrl(homeUrl) on application-side. + /*! * Goes to the home URL and remembers the old URL in the history. * The signals KUrlNavigator::urlAboutToBeChanged(), KUrlNavigator::urlChanged() * and KUrlNavigator::historyChanged() are emitted. * - * @see KUrlNavigator::setHomeUrl() + * \sa setHomeUrl() */ - // KDE5: Remove the home-property. It is sufficient to invoke - // KUrlNavigator::setLocationUrl(homeUrl) on application-side. void goHome(); - /** + // KDE5: Remove the home-property. It is sufficient to invoke + // KUrlNavigator::setLocationUrl(homeUrl) on application-side. + /*! * Sets the home URL used by KUrlNavigator::goHome(). If no * home URL is set, the default home path of the user is used. */ - // KDE5: Remove the home-property. It is sufficient to invoke - // KUrlNavigator::setLocationUrl(homeUrl) on application-side. void setHomeUrl(const QUrl &url); + /*! + * + */ QUrl homeUrl() const; - /** + /*! * Allows to edit the URL of the navigation bar if \a editable * is true, and sets the focus accordingly. * If \a editable is false, each part of @@ -178,14 +190,14 @@ public: */ void setUrlEditable(bool editable); - /** - * @return True, if the URL is editable within a line editor. + /*! + * Returns \c true, if the URL is editable within a line editor. * If false is returned, each part of the URL is presented by a button * for fast navigation ("breadcrumb view"). */ bool isUrlEditable() const; - /** + /*! * Shows the full path of the URL even if a place represents a part of the URL. * Assuming that a place called "Pictures" uses the URL /home/user/Pictures. * An URL like /home/user/Pictures/2008 is shown as [Pictures] > [2008] @@ -195,13 +207,13 @@ public: */ void setShowFullPath(bool show); - /** - * @return True, if the full path of the URL should be shown in the breadcrumb view. - * @since 4.2 + /*! + * Returns \c true, if the full path of the URL should be shown in the breadcrumb view. + * \since 4.2 */ bool showFullPath() const; - /** + /*! * Set the URL navigator to the active mode, if \a active * is true. The active mode is default. The inactive mode only differs * visually from the active mode, no change of the behavior is given. @@ -212,13 +224,13 @@ public: */ void setActive(bool active); - /** - * @return True, if the URL navigator is in the active mode. - * @see KUrlNavigator::setActive() + /*! + * Returns \c true, if the URL navigator is in the active mode. + * \sa setActive() */ bool isActive() const; - /** + /*! * Sets the places selector visible, if \a visible is true. * The places selector allows to select the places provided * by the places model passed in the constructor. Per default @@ -226,114 +238,140 @@ public: */ void setPlacesSelectorVisible(bool visible); - /** @return True, if the places selector is visible. */ + /*! Returns \c true, if the places selector is visible. */ bool isPlacesSelectorVisible() const; - /** - * @return The currently entered, but not accepted URL. + /*! + * Returns the currently entered, but not accepted URL. * It is possible that the returned URL is not valid. */ QUrl uncommittedUrl() const; - /** - * @return The amount of locations in the history. The data for each + /*! + * Returns the amount of locations in the history. The data for each * location can be retrieved by KUrlNavigator::locationUrl() and * KUrlNavigator::locationState(). */ int historySize() const; - /** - * @return The history index of the current location, where + /*! + * Returns the history index of the current location, where * 0 <= history index < KUrlNavigator::historySize(). 0 is the most * recent history entry. */ int historyIndex() const; - /** - * @return The used editor when the navigator is in the edit mode - * @see KUrlNavigator::setUrlEditable() + /*! + * Returns the used editor when the navigator is in the edit mode + * \sa KUrlNavigator::setUrlEditable() */ KUrlComboBox *editor() const; - /** + /*! * Set the URL schemes that the navigator should allow navigating to. * * If the passed list is empty, all schemes are supported. Examples for - * schemes are @c "file" or @c "ftp". + * schemes are \c "file" or \c "ftp". * - * @sa QFileDialog::setSupportedSchemes - * @since 5.103 + * \sa QFileDialog::setSupportedSchemes + * \since 5.103 */ void setSupportedSchemes(const QStringList &schemes); - /** + /*! * Returns the URL schemes that the navigator should allow navigating to. * * If the returned list is empty, all schemes are supported. * - * @sa QFileDialog::supportedSchemes - * @since 5.103 + * \sa QFileDialog::supportedSchemes + * \since 5.103 */ QStringList supportedSchemes() const; - /** + /*! * The child widget that received the QDropEvent when dropping on the URL * navigator. You can pass this widget to KJobWidgets::setWindow() * if you need to show a drop menu with KIO::drop(). - * @return Child widget that has received the last drop event, or nullptr if + * + * Returns Child widget that has received the last drop event, or nullptr if * nothing has been dropped yet on the URL navigator. - * @since 5.37 - * @see KIO::drop() + * \since 5.37 + * \sa KIO::drop() */ QWidget *dropWidget() const; - /** + /*! * Sets whether to show hidden folders in the subdirectories popup. - * @since 5.87 + * \since 5.87 */ void setShowHiddenFolders(bool showHiddenFolders); - /** + /*! * Returns whether to show hidden folders in the subdirectories popup. - * @since 5.87 + * \since 5.87 */ bool showHiddenFolders() const; - /** + /*! * Sets whether to sort hidden folders in the subdirectories popup last. - * @since 5.87 + * \since 5.87 */ void setSortHiddenFoldersLast(bool sortHiddenFoldersLast); - /** + /*! * Returns whether to sort hidden folders in the subdirectories popup last. - * @since 5.87 + * \since 5.87 */ bool sortHiddenFoldersLast() const; - /** + /*! * Puts \a widget to the right of the breadcrumb. * * KUrlNavigator takes ownership over \a widget. Any existing badge widget is deleted. * - * NOTE: There is no limit to the size of the badge widget. If your badge widget is taller than other + * \note There is no limit to the size of the badge widget. If your badge widget is taller than other * controls in KUrlNavigator, then the whole KUrlNavigator will be resized to accommodate it. Also, * KUrlNavigator has fixed minimumWidth of 100, so if your badge widget is too wide, it might be clipped * when the space is tight. You might want to call KUrlNavigator::setMinimumWidth() with a larger value * in that case. * In general, it is recommended to keep the badge widget small and not expanding, to avoid layout issues. - * @since 6.2 + * \since 6.2 */ void setBadgeWidget(QWidget *widget); - /** + /*! * Returns the badge widget set by setBadgeWidget(). If setBadgeWidget() hasn't been called, returns nullptr. - * @since 6.2 + * \since 6.2 */ QWidget *badgeWidget() const; + /*! + * Sets whether painting of the background and frame is enabled. + * + * In frameless styles, its recommended to set the background to disabled. + * + * \since 6.14 + */ + void setBackgroundEnabled(bool enabled); + + /*! + * Returns true if the background and frame is being painted. + * + * \since 6.14 + */ + bool isBackgroundEnabled() const; + + /*! + * Sets whether to show additional focus indicator which has been implemented as thick + * line rounded at the ends and clipped at the bottom drawing in accent + * color (active or inactive - based on m_active state). + * + * \since 6.21 + */ + void setHighlightFocusIndicator(bool show); + public Q_SLOTS: - /** + /*! * Sets the location to \a url. The old URL is added to the history. * The signals KUrlNavigator::urlAboutToBeChanged(), KUrlNavigator::urlChanged() * and KUrlNavigator::historyChanged() are emitted. Use @@ -341,34 +379,32 @@ public Q_SLOTS: */ void setLocationUrl(const QUrl &url); - /** + /*! * Activates the URL navigator (KUrlNavigator::isActive() will return true) * and emits the signal KUrlNavigator::activated(). - * @see KUrlNavigator::setActive() + * \sa setActive() */ void requestActivation(); -#if !defined(K_DOXYGEN) // KDE5: Remove and listen for focus-signal instead void setFocus(); -#endif Q_SIGNALS: - /** + /*! * Is emitted, if the URL navigator has been activated by * an user interaction - * @see KUrlNavigator::setActive() + * \sa setActive() */ void activated(); - /** + /*! * Is emitted, if the location URL has been changed e. g. by * the user. - * @see KUrlNavigator::setUrl() + * \sa setUrl() */ void urlChanged(const QUrl &url); - /** + /*! * Is emitted, before the location URL is going to be changed to \a newUrl. * The signal KUrlNavigator::urlChanged() will be emitted after the change * has been done. Connecting to this signal is useful to save the state @@ -376,31 +412,31 @@ Q_SIGNALS: */ void urlAboutToBeChanged(const QUrl &newUrl); - /** + /*! * Is emitted, if the editable state for the URL has been changed * (see KUrlNavigator::setUrlEditable()). */ void editableStateChanged(bool editable); - /** + /*! * Is emitted, if the history has been changed. Usually * the history is changed if a new URL has been selected. */ void historyChanged(); - /** + /*! * Is emitted if a dropping has been done above the destination * \a destination. The receiver must accept the drop event if * the dropped data can be handled. */ void urlsDropped(const QUrl &destination, QDropEvent *event); - /** + /*! * This signal is emitted when the Return or Enter key is pressed. */ void returnPressed(); - /** + /*! * Is emitted if the URL \a url should be opened in a new inactive tab because * the user clicked on a breadcrumb with the middle mouse button or * left-clicked with the ctrl modifier pressed or pressed return with @@ -408,58 +444,60 @@ Q_SIGNALS: */ void tabRequested(const QUrl &url); - /** + /*! * Is emitted if the URL \a url should be opened in a new active tab because * the user clicked on a breadcrumb with the middle mouse button with * the shift modifier pressed or left-clicked with both the ctrl and shift * modifiers pressed or pressed return with both the alt and shift modifiers * pressed. - * @since 5.89 + * \since 5.89 */ void activeTabRequested(const QUrl &url); - /** + /*! * Is emitted if the URL \a url should be opened in a new window because * the user left-clicked on a breadcrumb with the shift modifier pressed * or pressed return with the shift modifier pressed. - * @since 5.89 + * \since 5.89 */ void newWindowRequested(const QUrl &url); - /** + /*! * When the URL is changed and the new URL (e.g.\ /home/user1/) * is a parent of the previous URL (e.g.\ /home/user1/data/stuff), - * then this signal is emitted and \p url is set to the child + * then this signal is emitted and \a url is set to the child * directory of the new URL which is an ancestor of the old URL * (in the example paths this would be /home/user1/data/). * This signal allows file managers to pre-select the directory * that the user is navigating up from. - * @since 5.37.0 + * \since 5.37.0 */ void urlSelectionRequested(const QUrl &url); + /*! + * The internal layout and graphical representation of components has changed, + * either after an url change or after a switch between editable mode and + * breadcrumb mode + * \since 6.11 + */ + void layoutChanged(); + protected: -#if !defined(K_DOXYGEN) - /** + /* * If the Escape key is pressed, the navigation bar should switch * to the breadcrumb view. - * @see QWidget::keyPressEvent() */ void keyPressEvent(QKeyEvent *event) override; - /** - * Reimplemented for internal purposes. - */ void keyReleaseEvent(QKeyEvent *event) override; - /** + /* * Paste the clipboard content as URL, if the middle mouse * button has been clicked. - * @see QWidget::mouseReleaseEvent() */ void mouseReleaseEvent(QMouseEvent *event) override; - /** + /* * Reimplemented to activate on middle mousse button click */ void mousePressEvent(QMouseEvent *event) override; @@ -468,13 +506,18 @@ protected: void wheelEvent(QWheelEvent *event) override; + void showEvent(QShowEvent *event) override; + bool eventFilter(QObject *watched, QEvent *event) override; -#endif + + void paintEvent(QPaintEvent *event) override; private: friend class KUrlNavigatorPrivate; std::unique_ptr const d; + bool m_showFocusIndicator = false; + Q_DISABLE_COPY(KUrlNavigator) }; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton.cpp index 22284b3dbf..bed4af179c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton.cpp @@ -29,15 +29,18 @@ QPointer KUrlNavigatorButton::m_subDirsMenu; KUrlNavigatorButton::KUrlNavigatorButton(const QUrl &url, KUrlNavigator *parent) : KUrlNavigatorButtonBase(parent) - , m_hoverArrow(false) + , m_hoverOverArrow(false) + , m_hoverOverButton(false) , m_pendingTextChange(false) , m_replaceButton(false) , m_showMnemonic(false) + , m_drawSeparator(true) , m_wheelSteps(0) , m_url(url) , m_subDir() , m_openSubDirsTimer(nullptr) , m_subDirsJob(nullptr) + , m_padding(5) { setAcceptDrops(true); setUrl(url); @@ -125,9 +128,10 @@ QSize KUrlNavigatorButton::sizeHint() const { QFont adjustedFont(font()); adjustedFont.setBold(m_subDir.isEmpty()); - // the minimum size is textWidth + arrowWidth() + 2 * BorderWidth; for the - // preferred size we add the BorderWidth 2 times again for having an uncluttered look - const int width = QFontMetrics(adjustedFont).size(Qt::TextSingleLine, plainText()).width() + arrowWidth() + 4 * BorderWidth; + // preferred width is textWidth, iconWidth and padding combined + // add extra padding in end to make sure the space between divider and button is consistent + // the first padding is used between icon and text, second in the end of text + const int width = m_padding + textWidth() + arrowWidth() + m_padding; return QSize(width, KUrlNavigatorButtonBase::sizeHint().height()); } @@ -144,6 +148,19 @@ bool KUrlNavigatorButton::showMnemonic() const return m_showMnemonic; } +void KUrlNavigatorButton::setDrawSeparator(bool draw) +{ + if (m_drawSeparator != draw) { + m_drawSeparator = draw; + update(); + } +} + +bool KUrlNavigatorButton::drawSeparator() const +{ + return m_drawSeparator; +} + void KUrlNavigatorButton::paintEvent(QPaintEvent *event) { Q_UNUSED(event); @@ -155,6 +172,8 @@ void KUrlNavigatorButton::paintEvent(QPaintEvent *event) painter.setFont(adjustedFont); int buttonWidth = width(); + int arrowWidth = KUrlNavigatorButton::arrowWidth(); + int preferredWidth = sizeHint().width(); if (preferredWidth < minimumWidth()) { preferredWidth = minimumWidth(); @@ -163,65 +182,34 @@ void KUrlNavigatorButton::paintEvent(QPaintEvent *event) buttonWidth = preferredWidth; } const int buttonHeight = height(); - const QColor fgColor = foregroundColor(); - drawHoverBackground(&painter); - - int textLeft = 0; - int textWidth = buttonWidth; - const bool leftToRight = (layoutDirection() == Qt::LeftToRight); - if (!m_subDir.isEmpty()) { - // draw arrow - const int arrowSize = arrowWidth(); - const int arrowX = leftToRight ? (buttonWidth - arrowSize) - BorderWidth : BorderWidth; - const int arrowY = (buttonHeight - arrowSize) / 2; - - QStyleOption option; - option.initFrom(this); - option.rect = QRect(arrowX, arrowY, arrowSize, arrowSize); - option.palette = palette(); - option.palette.setColor(QPalette::Text, fgColor); - option.palette.setColor(QPalette::WindowText, fgColor); - option.palette.setColor(QPalette::ButtonText, fgColor); - - if (m_hoverArrow) { - // highlight the background of the arrow to indicate that the directories - // popup can be opened by a mouse click - QColor hoverColor = palette().color(QPalette::HighlightedText); - hoverColor.setAlpha(96); - painter.setPen(Qt::NoPen); - painter.setBrush(hoverColor); - - int hoverX = arrowX; - if (!leftToRight) { - hoverX -= BorderWidth; - } - painter.drawRect(QRect(hoverX, 0, arrowSize + BorderWidth, buttonHeight)); - } - - if (leftToRight) { - style()->drawPrimitive(QStyle::PE_IndicatorArrowRight, &option, &painter, this); - } else { - style()->drawPrimitive(QStyle::PE_IndicatorArrowLeft, &option, &painter, this); - textLeft += arrowSize + 2 * BorderWidth; - } - - textWidth -= arrowSize + 2 * BorderWidth; + // Prepare sizes for icon + QRect textRect; + const int textRectWidth = buttonWidth - arrowWidth - m_padding; + if (leftToRight) { + textRect = QRect(m_padding, 0, textRectWidth, buttonHeight); + } else { + // If no separator is drawn, we can start writing text from 0 + textRect = QRect(m_drawSeparator ? arrowWidth : 0, 0, textRectWidth, buttonHeight); } + drawHoverBackground(&painter); + + // Draw gradient overlay if text is clipped painter.setPen(fgColor); const bool clipped = isTextClipped(); - const QRect textRect(textLeft, 0, textWidth, buttonHeight); if (clipped) { QColor bgColor = fgColor; bgColor.setAlpha(0); QLinearGradient gradient(textRect.topLeft(), textRect.topRight()); if (leftToRight) { + gradient.setFinalStop(QPoint(gradient.finalStop().x() - m_padding, gradient.finalStop().y())); gradient.setColorAt(0.8, fgColor); gradient.setColorAt(1.0, bgColor); } else { + gradient.setStart(QPoint(gradient.start().x() + m_padding, gradient.start().y())); gradient.setColorAt(0.0, bgColor); gradient.setColorAt(0.2, fgColor); } @@ -231,13 +219,36 @@ void KUrlNavigatorButton::paintEvent(QPaintEvent *event) painter.setPen(pen); } - int textFlags = clipped ? Qt::AlignVCenter : Qt::AlignCenter; + // Draw folder name + int textFlags = Qt::AlignVCenter; if (m_showMnemonic) { textFlags |= Qt::TextShowMnemonic; painter.drawText(textRect, textFlags, text()); } else { painter.drawText(textRect, textFlags, plainText()); } + + // Draw separator arrow + if (m_drawSeparator) { + QStyleOption option; + option.initFrom(this); + option.palette = palette(); + option.palette.setColor(QPalette::Text, fgColor); + option.palette.setColor(QPalette::WindowText, fgColor); + option.palette.setColor(QPalette::ButtonText, fgColor); + + if (leftToRight) { + option.rect = QRect(textRect.right(), 0, arrowWidth, buttonHeight); + } else { + // Separator is the first item in RtL mode + option.rect = QRect(0, 0, arrowWidth, buttonHeight); + } + + if (!m_hoverOverArrow) { + option.state = QStyle::State_None; + } + style()->drawPrimitive(leftToRight ? QStyle::PE_IndicatorArrowRight : QStyle::PE_IndicatorArrowLeft, &option, &painter, this); + } } void KUrlNavigatorButton::enterEvent(QEnterEvent *event) @@ -249,6 +260,10 @@ void KUrlNavigatorButton::enterEvent(QEnterEvent *event) if (isTextClipped()) { setToolTip(plainText()); } + if (!m_hoverOverButton) { + m_hoverOverButton = true; + update(); + } } void KUrlNavigatorButton::leaveEvent(QEvent *event) @@ -256,8 +271,12 @@ void KUrlNavigatorButton::leaveEvent(QEvent *event) KUrlNavigatorButtonBase::leaveEvent(event); setToolTip(QString()); - if (m_hoverArrow) { - m_hoverArrow = false; + if (m_hoverOverArrow) { + m_hoverOverArrow = false; + update(); + } + if (m_hoverOverButton) { + m_hoverOverButton = false; update(); } } @@ -303,8 +322,9 @@ void KUrlNavigatorButton::dragEnterEvent(QDragEnterEvent *event) void KUrlNavigatorButton::dragMoveEvent(QDragMoveEvent *event) { QRect rect = event->answerRect(); - if (isAboveArrow(rect.center().x())) { - m_hoverArrow = true; + + if (isAboveSeparator(rect.center().x())) { + m_hoverOverArrow = true; update(); if (m_subDirsMenu == nullptr) { @@ -324,7 +344,7 @@ void KUrlNavigatorButton::dragMoveEvent(QDragMoveEvent *event) m_subDirsMenu->deleteLater(); m_subDirsMenu = nullptr; } - m_hoverArrow = false; + m_hoverOverArrow = false; update(); } } @@ -333,15 +353,15 @@ void KUrlNavigatorButton::dragLeaveEvent(QDragLeaveEvent *event) { KUrlNavigatorButtonBase::dragLeaveEvent(event); - m_hoverArrow = false; + m_hoverOverArrow = false; setDisplayHintEnabled(DraggedHint, false); update(); } void KUrlNavigatorButton::mousePressEvent(QMouseEvent *event) { - if (isAboveArrow(qRound(event->position().x())) && (event->button() == Qt::LeftButton)) { - // the mouse is pressed above the [>] button + if (isAboveSeparator(qRound(event->position().x())) && (event->button() == Qt::LeftButton)) { + // the mouse is pressed above the folder button startSubDirsJob(); } KUrlNavigatorButtonBase::mousePressEvent(event); @@ -349,9 +369,9 @@ void KUrlNavigatorButton::mousePressEvent(QMouseEvent *event) void KUrlNavigatorButton::mouseReleaseEvent(QMouseEvent *event) { - if (!isAboveArrow(qRound(event->position().x())) || (event->button() != Qt::LeftButton)) { + if (!isAboveSeparator(qRound(event->position().x())) || (event->button() != Qt::LeftButton)) { // the mouse has been released above the text area and not - // above the [>] button + // above the folder button Q_EMIT navigatorButtonActivated(m_url, event->button(), event->modifiers()); cancelSubDirsRequest(); } @@ -362,9 +382,9 @@ void KUrlNavigatorButton::mouseMoveEvent(QMouseEvent *event) { KUrlNavigatorButtonBase::mouseMoveEvent(event); - const bool hoverArrow = isAboveArrow(qRound(event->position().x())); - if (hoverArrow != m_hoverArrow) { - m_hoverArrow = hoverArrow; + const bool hoverOverIcon = isAboveSeparator(qRound(event->position().x())); + if (hoverOverIcon != m_hoverOverArrow) { + m_hoverOverArrow = hoverOverIcon; update(); } } @@ -446,10 +466,11 @@ void KUrlNavigatorButton::slotMenuActionClicked(QAction *action, Qt::MouseButton void KUrlNavigatorButton::statFinished(KJob *job) { + const KIO::UDSEntry entry = static_cast(job)->statResult(); + if (m_pendingTextChange) { m_pendingTextChange = false; - const KIO::UDSEntry entry = static_cast(job)->statResult(); QString name = entry.stringValue(KIO::UDSEntry::UDS_DISPLAY_NAME); if (name.isEmpty()) { name = m_url.fileName(); @@ -460,7 +481,7 @@ void KUrlNavigatorButton::statFinished(KJob *job) } } -/** +/* * Helper struct for sorting folder names */ struct FolderNameNaturalLessThan { @@ -518,7 +539,7 @@ void KUrlNavigatorButton::openSubDirsMenu(KJob *job) initMenu(m_subDirsMenu, 0); const bool leftToRight = (layoutDirection() == Qt::LeftToRight); - const int popupX = leftToRight ? width() - arrowWidth() - BorderWidth : 0; + const int popupX = leftToRight ? width() - arrowWidth() : 0; const QPoint popupPos = parentWidget()->mapToGlobal(geometry().bottomLeft() + QPoint(popupX, 0)); QPointer guard(this); @@ -632,22 +653,25 @@ int KUrlNavigatorButton::arrowWidth() const return width; } -bool KUrlNavigatorButton::isAboveArrow(int x) const +int KUrlNavigatorButton::textWidth() const +{ + QFont adjustedFont(font()); + adjustedFont.setBold(m_subDir.isEmpty()); + return QFontMetrics(adjustedFont).size(Qt::TextSingleLine, plainText()).width(); +} + +bool KUrlNavigatorButton::isAboveSeparator(int x) const { const bool leftToRight = (layoutDirection() == Qt::LeftToRight); - return leftToRight ? (x >= width() - arrowWidth()) : (x < arrowWidth()); + return leftToRight ? (x >= width() - arrowWidth()) : (x < arrowWidth() + m_padding); } bool KUrlNavigatorButton::isTextClipped() const { - int availableWidth = width() - 2 * BorderWidth; - if (!m_subDir.isEmpty()) { - availableWidth -= arrowWidth() - BorderWidth; - } + // Ignore padding when resizing, so text doesn't go under it + int availableWidth = width() - arrowWidth() - m_padding; - QFont adjustedFont(font()); - adjustedFont.setBold(m_subDir.isEmpty()); - return QFontMetrics(adjustedFont).size(Qt::TextSingleLine, plainText()).width() >= availableWidth; + return textWidth() >= availableWidth; } void KUrlNavigatorButton::updateMinimumWidth() @@ -655,8 +679,8 @@ void KUrlNavigatorButton::updateMinimumWidth() const int oldMinWidth = minimumWidth(); int minWidth = sizeHint().width(); - if (minWidth < 40) { - minWidth = 40; + if (minWidth < 10) { + minWidth = 10; } else if (minWidth > 150) { // don't let an overlong path name waste all the URL navigator space minWidth = 150; diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton_p.h index 63c94ae54e..bacf208560 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbutton_p.h @@ -29,13 +29,15 @@ class Job; namespace KDEPrivate { -/** - * @brief Button of the URL navigator which contains one part of an URL. +/*! + * Button of the URL navigator which contains one part of an URL. * * It is possible to drop a various number of items to an UrlNavigatorButton. In this case * a context menu is opened where the user must select whether he wants * to copy, move or link the dropped items to the URL part indicated by * the button. + * + * \internal */ class KUrlNavigatorButton : public KUrlNavigatorButtonBase { @@ -57,26 +59,29 @@ public: */ void setText(const QString &text); - /** + /*! * Sets the name of the sub directory that should be marked when * opening the sub directories popup. */ void setActiveSubDirectory(const QString &subDir); QString activeSubDirectory() const; - /** @see QWidget::sizeHint() */ + /*! \sa QWidget::sizeHint() */ QSize sizeHint() const override; void setShowMnemonic(bool show); bool showMnemonic() const; + void setDrawSeparator(bool draw); + bool drawSeparator() const; + struct SubDirInfo { QString name; QString displayName; }; Q_SIGNALS: - /** + /*! * Emitted when URLs are dropped on the KUrlNavigatorButton associated with * the URL @p destination. */ @@ -84,7 +89,7 @@ Q_SIGNALS: void navigatorButtonActivated(const QUrl &url, Qt::MouseButton button, Qt::KeyboardModifiers modifiers); - /** + /*! * Is emitted, if KUrlNavigatorButton::setUrl() cannot resolve * the text synchronously and KUrlNavigator::text() will return * an empty string in this case. The signal finishedTextResolving() is @@ -92,7 +97,7 @@ Q_SIGNALS: */ void startedTextResolving(); - /** + /*! * Is emitted, if the asynchronous resolving of the text has * been finished (see startTextResolving()). * KUrlNavigatorButton::text() contains the resolved text. @@ -115,32 +120,32 @@ protected: void wheelEvent(QWheelEvent *event) override; private Q_SLOTS: - /** + /*! * Requests to load the sub-directories after a short delay. * startSubDirsJob() is invoked if the delay is exceeded. */ void requestSubDirs(); - /** + /*! * Starts to load the sub directories asynchronously. The directories * are stored in m_subDirs by addEntriesToSubDirs(). */ void startSubDirsJob(); - /** + /*! * Adds the entries from the sub-directories job to m_subDirs. The entries * will be shown if the job has been finished in openSubDirsMenu() or * replaceButton(). */ void addEntriesToSubDirs(KIO::Job *job, const KIO::UDSEntryList &entries); - /** + /*! * Is called after the sub-directories job has been finished and opens a menu * showing all sub directories. */ void openSubDirsMenu(KJob *job); - /** + /*! * Is called after the sub-directories job has been finished and replaces * the button content by the current sub directory (triggered by * the scroll wheel). @@ -149,7 +154,7 @@ private Q_SLOTS: void slotUrlsDropped(QAction *action, QDropEvent *event); - /** + /*! * Is called, if an action of a sub-menu has been triggered by * a click. */ @@ -158,27 +163,30 @@ private Q_SLOTS: void statFinished(KJob *); private: - /** + /*! * Cancels any request done by requestSubDirs(). */ void cancelSubDirsRequest(); - /** - * @return Text without mnemonic characters. + /*! + * Returns Text without mnemonic characters. */ QString plainText() const; int arrowWidth() const; - bool isAboveArrow(int x) const; + int textWidth() const; + bool isAboveSeparator(int x) const; bool isTextClipped() const; void updateMinimumWidth(); void initMenu(KUrlNavigatorMenu *menu, int startIndex); private: - bool m_hoverArrow; + bool m_hoverOverArrow; + bool m_hoverOverButton; bool m_pendingTextChange; bool m_replaceButton; bool m_showMnemonic; + bool m_drawSeparator; int m_wheelSteps; QUrl m_url; @@ -187,6 +195,8 @@ private: static QPointer m_subDirsMenu; KIO::ListJob *m_subDirsJob; std::vector m_subDirs; + + int m_padding; }; } // namespace KDEPrivate diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase.cpp index 0f70298246..fe1f0c302c 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase.cpp @@ -1,8 +1,8 @@ /* - SPDX-FileCopyrightText: 2006-2010 Peter Penz - SPDX-FileCopyrightText: 2006 Aaron J. Seigo +SPDX-FileCopyrightText: 2006-2010 Peter Penz +SPDX-FileCopyrightText: 2006 Aaron J. Seigo - SPDX-License-Identifier: LGPL-2.0-or-later +SPDX-License-Identifier: LGPL-2.0-or-later */ #include "kurlnavigatorbuttonbase_p.h" @@ -90,18 +90,14 @@ void KUrlNavigatorButtonBase::drawHoverBackground(QPainter *painter) { const bool isHighlighted = isDisplayHintEnabled(EnteredHint) || isDisplayHintEnabled(DraggedHint) || isDisplayHintEnabled(PopupActiveHint); - QColor backgroundColor = isHighlighted ? palette().color(QPalette::Highlight) : Qt::transparent; - if (!m_active && isHighlighted) { - backgroundColor.setAlpha(128); - } + QStyleOptionButton buttonOption; + buttonOption.initFrom(this); + buttonOption.rect = QRect(0, 0, width(), height()); + buttonOption.features = QStyleOptionButton::Flat; - if (backgroundColor != Qt::transparent) { - // TODO: the backgroundColor should be applied to the style - QStyleOptionViewItem option; - option.initFrom(this); - option.state = QStyle::State_Enabled | QStyle::State_MouseOver; - option.viewItemPosition = QStyleOptionViewItem::OnlyOne; - style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &option, painter, this); + // Draw button graphic + if (isHighlighted) { + style()->drawPrimitive(QStyle::PE_PanelButtonCommand, &buttonOption, painter, this); } } @@ -109,7 +105,7 @@ QColor KUrlNavigatorButtonBase::foregroundColor() const { const bool isHighlighted = isDisplayHintEnabled(EnteredHint) || isDisplayHintEnabled(DraggedHint) || isDisplayHintEnabled(PopupActiveHint); - QColor foregroundColor = palette().color(foregroundRole()); + QColor foregroundColor = palette().color(QPalette::ColorGroup::Normal, QPalette::Text); int alpha = m_active ? 255 : 128; if (!m_active && !isHighlighted) { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase_p.h index 7a5445bce4..3ebf2c1e86 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorbuttonbase_p.h @@ -18,11 +18,13 @@ class KUrlNavigator; namespace KDEPrivate { -/** - * @brief Base class for buttons of the URL navigator. +/*! + * Base class for buttons of the URL navigator. * * Buttons of the URL navigator offer an active/inactive * state and custom display hints. + * + * \internal */ class KUrlNavigatorButtonBase : public QPushButton { @@ -32,7 +34,7 @@ public: explicit KUrlNavigatorButtonBase(KUrlNavigator *parent); ~KUrlNavigatorButtonBase() override; - /** + /*! * When having several URL navigator instances, it is important * to provide a visual difference to indicate which URL navigator * is active (usecase: split view in Dolphin). The activation state @@ -64,11 +66,11 @@ protected: void drawHoverBackground(QPainter *painter); - /** Returns the foreground color by respecting the current display hint. */ + /*! Returns the foreground color by respecting the current display hint. */ QColor foregroundColor() const; private Q_SLOTS: - /** Invokes setActive(true). */ + /*! Invokes setActive(true). */ void activate(); private: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatordropdownbutton_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatordropdownbutton_p.h index 27eb20930d..e32951a600 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatordropdownbutton_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatordropdownbutton_p.h @@ -13,13 +13,15 @@ class KUrlNavigator; namespace KDEPrivate { -/** - * @brief Button of the URL navigator which offers a drop down menu +/*! + * Button of the URL navigator which offers a drop down menu * of the hidden portion of the path. * * The button will only be shown if the width of the URL navigator is * too small to show the whole path or if some part of the path is * expected to be a known location like "home". + * + * \internal */ class KUrlNavigatorDropDownButton : public KUrlNavigatorButtonBase { @@ -29,7 +31,6 @@ public: explicit KUrlNavigatorDropDownButton(KUrlNavigator *parent); ~KUrlNavigatorDropDownButton() override; - /** @see QWidget::sizeHint() */ QSize sizeHint() const override; protected: diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatormenu_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatormenu_p.h index 1844aca2e6..c3515469f1 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatormenu_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatormenu_p.h @@ -11,12 +11,12 @@ namespace KDEPrivate { -/** - * @brief Provides drop-down menus for the URL navigator. +/*! + * Provides drop-down menus for the URL navigator. * * The implementation extends QMenu with drag & drop support. * - * @internal + * \internal */ class KUrlNavigatorMenu : public QMenu { @@ -27,13 +27,13 @@ public: ~KUrlNavigatorMenu() override; Q_SIGNALS: - /** + /*! * Is emitted when drop event occurs. */ void urlsDropped(QAction *action, QDropEvent *event); - /** - * Is emitted, if the action \p action has been clicked. + /*! + * Is emitted, if the action \a action has been clicked. */ void mouseButtonClicked(QAction *action, Qt::MouseButton button); diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector.cpp index ae57cbc7d4..7997edf5ae 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector.cpp @@ -7,6 +7,7 @@ #include "kurlnavigatorplacesselector_p.h" +#include #include #include #include @@ -43,6 +44,10 @@ KUrlNavigatorPlacesSelector::KUrlNavigatorPlacesSelector(KUrlNavigator *parent, setMenu(m_placesMenu); setAcceptDrops(true); + +#ifndef QT_NO_ACCESSIBILITY + setAccessibleName(i18nc("@action:button accessible name for the places selector in the URL navigator", "Places")); +#endif } KUrlNavigatorPlacesSelector::~KUrlNavigatorPlacesSelector() diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector_p.h index 0a6cf2ea0c..ba5e8114f0 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorplacesselector_p.h @@ -18,22 +18,22 @@ class QMenu; namespace KDEPrivate { -/** - * @brief Allows to select a bookmark from a popup menu. +/*! + * Allows to select a bookmark from a popup menu. * * The icon from the current selected bookmark is shown * inside the bookmark selector. * - * @see KUrlNavigator - * @internal + * \sa KUrlNavigator + * \internal */ class KUrlNavigatorPlacesSelector : public KUrlNavigatorButtonBase { Q_OBJECT public: - /** - * @param parent Parent widget where the bookmark selector + /*! + * \a parent Parent widget where the bookmark selector * is embedded into. */ KUrlNavigatorPlacesSelector(KUrlNavigator *parent, KFilePlacesModel *placesModel); @@ -42,7 +42,7 @@ public: using ActivationSignal = void (KUrlNavigatorPlacesSelector::*)(const QUrl &); - /** + /*! * Updates the selection dependent from the given URL \a url. The * URL must not match exactly to one of the available bookmarks: * The bookmark which is equal to the URL or at least is a parent URL @@ -51,29 +51,29 @@ public: */ void updateSelection(const QUrl &url); - /** Returns the selected bookmark. */ + /*! Returns the selected bookmark. */ QUrl selectedPlaceUrl() const; - /** Returns the selected bookmark. */ + /*! Returns the selected bookmark. */ QString selectedPlaceText() const; - /** @see QWidget::sizeHint() */ + /*! \sa QWidget::sizeHint() */ QSize sizeHint() const override; Q_SIGNALS: - /** + /*! * Is send when a bookmark has been activated by the user. - * @param url URL of the selected place. + * \a url URL of the selected place. */ void placeActivated(const QUrl &url); - /** + /*! * Is sent when a bookmark was middle clicked by the user * and thus should be opened in a new tab. */ void tabRequested(const QUrl &url); protected: - /** + /*! * Draws the icon of the selected Url as content of the Url * selector. */ @@ -87,7 +87,7 @@ protected: bool eventFilter(QObject *watched, QEvent *event) override; private Q_SLOTS: - /** + /*! * Updates the selected index and the icon to the bookmark * which is indicated by the triggered action \a action. */ diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorschemecombo_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorschemecombo_p.h index 33b5c024b9..e18cdda116 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorschemecombo_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatorschemecombo_p.h @@ -16,13 +16,15 @@ class QMenu; namespace KDEPrivate { -/** - * @brief A combobox listing available schemes. +/*! + * A combobox listing available schemes. * * The widget is used by the URL navigator for offering the available * schemes for non-local URLs. * - * @see KUrlNavigator + * \internal + * + * \sa KUrlNavigator */ class KUrlNavigatorSchemeCombo : public KUrlNavigatorButtonBase { diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton.cpp b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton.cpp index e36543b7e0..fa0db1fcef 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton.cpp +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton.cpp @@ -15,7 +15,7 @@ namespace KDEPrivate { -static constexpr int s_iconSize = KIconLoader::SizeSmallMedium; +static constexpr int s_iconSize = KIconLoader::SizeSmall; KUrlNavigatorToggleButton::KUrlNavigatorToggleButton(KUrlNavigator *parent) : KUrlNavigatorButtonBase(parent) @@ -59,24 +59,18 @@ void KUrlNavigatorToggleButton::paintEvent(QPaintEvent *event) QPainter painter(this); painter.setClipRect(event->rect()); - const int buttonWidth = width(); - const int buttonHeight = height(); + // Draws the dialog-ok icon if checked, open-for-editing when unchecked + const QSize tickIconSize = QSize(s_iconSize, s_iconSize).expandedTo(iconSize()); if (isChecked()) { drawHoverBackground(&painter); - - if (m_pixmap.isNull() || m_pixmap.devicePixelRatioF() != devicePixelRatioF()) { - const QSize tickIconSize = QSize(s_iconSize, s_iconSize).expandedTo(iconSize()); - m_pixmap = QIcon::fromTheme(QStringLiteral("dialog-ok")).pixmap(tickIconSize, devicePixelRatioF()); - } + m_pixmap = QIcon::fromTheme(QStringLiteral("dialog-ok")).pixmap(tickIconSize, devicePixelRatioF()); style()->drawItemPixmap(&painter, rect(), Qt::AlignCenter, m_pixmap); - } else if (isDisplayHintEnabled(EnteredHint)) { - painter.setPen(Qt::NoPen); - painter.setBrush(palette().color(foregroundRole())); - - const int verticalGap = 4; - const int caretWidth = 2; - const int x = (layoutDirection() == Qt::LeftToRight) ? 0 : buttonWidth - caretWidth; - painter.drawRect(x, verticalGap, caretWidth, buttonHeight - 2 * verticalGap); + } else { + const bool isHighlighted = isDisplayHintEnabled(EnteredHint) || isDisplayHintEnabled(DraggedHint) || isDisplayHintEnabled(PopupActiveHint); + if (isHighlighted) { + m_pixmap = QIcon::fromTheme(QStringLiteral("open-for-editing")).pixmap(tickIconSize, devicePixelRatioF()); + style()->drawItemPixmap(&painter, rect(), Qt::AlignRight | Qt::AlignVCenter, m_pixmap); + } } } diff --git a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton_p.h b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton_p.h index 3391d2a363..cf194bfa5f 100644 --- a/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton_p.h +++ b/local/recipes/kde/kf6-kio/source/src/filewidgets/kurlnavigatortogglebutton_p.h @@ -12,11 +12,13 @@ namespace KDEPrivate { -/** - * @brief Represents the button of the URL navigator to switch to +/*! + * Represents the button of the URL navigator to switch to * the editable mode. * * A cursor is shown when hovering the button. + * + * \internal */ class KUrlNavigatorToggleButton : public KUrlNavigatorButtonBase { @@ -26,7 +28,7 @@ public: explicit KUrlNavigatorToggleButton(KUrlNavigator *parent); ~KUrlNavigatorToggleButton() override; - /** @see QWidget::sizeHint() */ + /*! \sa QWidget::sizeHint() */ QSize sizeHint() const override; protected: diff --git a/local/recipes/kde/kf6-kio/source/src/gui/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/gui/CMakeLists.txt index 76d6f806a7..b8241235ed 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/gui/CMakeLists.txt @@ -22,6 +22,7 @@ target_sources(KF6KIOGui PRIVATE kterminallauncherjob.cpp kemailclientlauncherjob.cpp previewjob.cpp + filepreviewjob.cpp thumbnailcreator.cpp gpudetection.cpp kurifilter.cpp @@ -31,7 +32,13 @@ target_sources(KF6KIOGui PRIVATE ) if (HAVE_QTDBUS) - target_sources(KF6KIOGui PRIVATE dbusactivationrunner.cpp) + set(kiofuse_dbus_SRCS) + qt_add_dbus_interface(kiofuse_dbus_SRCS ../core/org.kde.KIOFuse.VFS.xml kiofuse_interface) + + target_sources(KF6KIOGui PRIVATE + ${kiofuse_dbus_SRCS} + dbusactivationrunner.cpp + ) endif () if (HAVE_QTDBUS AND CMAKE_SYSTEM_NAME STREQUAL "Linux") @@ -77,7 +84,7 @@ ecm_generate_export_header(KF6KIOGui USE_VERSION_HEADER VERSION_BASE_NAME KIO DEPRECATED_BASE_VERSION 0 - DEPRECATION_VERSIONS + DEPRECATION_VERSIONS 6.22 EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} ) @@ -89,7 +96,6 @@ target_link_libraries(KF6KIOGui KF6::ConfigCore KF6::Service Qt6::Gui - Qt6::Network PRIVATE KF6::Solid KF6::I18n @@ -125,6 +131,8 @@ ecm_generate_headers(KIOGui_HEADERS REQUIRED_HEADERS KIOGui_HEADERS ) +ecm_generate_qdoc(KF6KIOGui kiogui.qdocconf) + install(FILES ${KIOGui_CamelCase_HEADERS} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOGui/KIO COMPONENT Devel) install(TARGETS KF6KIOGui EXPORT KF6KIOTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) @@ -137,7 +145,3 @@ install(FILES ${KIOGui_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/kiogui_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOGui COMPONENT Devel) - -# make available to ecm_add_qch in parent folder -set(KIOGui_QCH_SOURCES ${KIOGui_HEADERS} ${KIO_namespaced_gui_HEADERS} PARENT_SCOPE) - diff --git a/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.cpp index 463cec1bef..f3cafafc8f 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.cpp @@ -49,6 +49,7 @@ public: KService::Ptr m_service; QString m_serviceEntryPath; QList m_urls; + QString m_actionName; KIO::ApplicationLauncherJob::RunFlags m_runFlags; QString m_suggestedFileName; QString m_mimeTypeName; @@ -75,6 +76,7 @@ KIO::ApplicationLauncherJob::ApplicationLauncherJob(const KServiceAction &servic Q_ASSERT(d->m_service); d->m_service.detach(); d->m_service->setExec(serviceAction.exec()); + d->m_actionName = serviceAction.name(); } KIO::ApplicationLauncherJob::ApplicationLauncherJob(const KDesktopFileAction &desktopFileAction, QObject *parent) : ApplicationLauncherJob(KService::Ptr(new KService(desktopFileAction.desktopFilePath())), parent) @@ -82,6 +84,7 @@ KIO::ApplicationLauncherJob::ApplicationLauncherJob(const KDesktopFileAction &de Q_ASSERT(d->m_service); d->m_service.detach(); d->m_service->setExec(desktopFileAction.exec()); + d->m_actionName = desktopFileAction.name(); } KIO::ApplicationLauncherJob::ApplicationLauncherJob(QObject *parent) @@ -196,7 +199,7 @@ void KIO::ApplicationLauncherJob::proceedAfterSecurityChecks() d->m_processRunners.reserve(d->m_numProcessesPending); for (int i = 1; i < d->m_urls.count(); ++i) { auto *processRunner = - KProcessRunner::fromApplication(d->m_service, d->m_serviceEntryPath, {d->m_urls.at(i)}, d->m_runFlags, d->m_suggestedFileName, QByteArray{}); + KProcessRunner::fromApplication(d->m_service, d->m_serviceEntryPath, {d->m_urls.at(i)}, d->m_actionName, d->m_runFlags, d->m_suggestedFileName, QByteArray{}); d->m_processRunners.push_back(processRunner); connect(processRunner, &KProcessRunner::processStarted, this, [this](qint64 pid) { d->slotStarted(pid); @@ -208,7 +211,7 @@ void KIO::ApplicationLauncherJob::proceedAfterSecurityChecks() } auto *processRunner = - KProcessRunner::fromApplication(d->m_service, d->m_serviceEntryPath, d->m_urls, d->m_runFlags, d->m_suggestedFileName, d->m_startupId); + KProcessRunner::fromApplication(d->m_service, d->m_serviceEntryPath, d->m_urls, d->m_actionName, d->m_runFlags, d->m_suggestedFileName, d->m_startupId); d->m_processRunners.push_back(processRunner); connect(processRunner, &KProcessRunner::error, this, [this](const QString &errorText) { setError(KJob::UserDefinedError); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.h b/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.h index c99ff5db6d..c24830c388 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/applicationlauncherjob.h @@ -20,10 +20,12 @@ namespace KIO { class ApplicationLauncherJobPrivate; -/** - * @class ApplicationLauncherJob applicationlauncherjob.h +/*! + * \class KIO::ApplicationLauncherJob + * \inmodule KIOGui + * \inheaderfile KIO/ApplicationLauncherJob * - * @brief ApplicationLauncherJob runs an application and watches it while running. + * \brief ApplicationLauncherJob runs an application and watches it while running. * * It creates a startup notification and finishes it on success or on error (for the taskbar). * It also emits an error message if necessary (e.g. "program not found"). @@ -36,12 +38,12 @@ class ApplicationLauncherJobPrivate; * * For error handling, either connect to the result() signal, or for a simple messagebox on error, * you can use: - * @code + * \code * // Since 5.98 use: * job->setUiDelegate(KIO::createDefaultJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); * // For older releases use: * job->setUiDelegate(new KIO::JobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); - * @endcode + * \endcode * Using JobUiDelegate (which is widgets based) also enables the feature of asking the user * in case the executable or desktop file isn't marked as executable. Otherwise the job will * just refuse executing such files. @@ -49,40 +51,47 @@ class ApplicationLauncherJobPrivate; * To invoke the open-with dialog (from KIOWidgets), construct an ApplicationLauncherJob without * any arguments or with a null KService. * - * @since 5.69 + * \since 5.69 */ class KIOGUI_EXPORT ApplicationLauncherJob : public KJob { public: - /** + /*! * Creates an ApplicationLauncherJob. - * @param service the service (application desktop file) to run - * @param parent the parent QObject + * + * \a service the service (application desktop file) to run + * + * \a parent the parent QObject */ explicit ApplicationLauncherJob(const KService::Ptr &service, QObject *parent = nullptr); - /** + /*! * Creates an ApplicationLauncherJob. - * @param serviceAction the service action to run - * @param parent the parent QObject + * + * \a serviceAction the service action to run + * + * \a parent the parent QObject */ explicit ApplicationLauncherJob(const KServiceAction &serviceAction, QObject *parent = nullptr); - /** - * @overload - * @since 6.0 + /*! + * Creates an ApplicationLauncherJob. + * + * \since 6.0 */ explicit ApplicationLauncherJob(const KDesktopFileAction &desktopFileAction, QObject *parent = nullptr); - /** + /*! * Creates an ApplicationLauncherJob which will prompt the user for which application to use * (via the open-with dialog from KIOWidgets). - * @param parent the parent QObject - * @since 5.71 + * + * \a parent the parent QObject + * + * \since 5.71 */ explicit ApplicationLauncherJob(QObject *parent = nullptr); - /** + /*! * Destructor * * Note that jobs auto-delete themselves after emitting result. @@ -90,59 +99,63 @@ public: */ ~ApplicationLauncherJob() override; - /** + /*! * Specifies the URLs to be passed to the application. - * @param urls list of files (local or remote) to open + * + * \a urls list of files (local or remote) to open * * Note that when passing multiple URLs to an application that doesn't support opening * multiple files, the application will be launched once for each URL. */ void setUrls(const QList &urls); - /** - * @see RunFlag + /*! + * \value DeleteTemporaryFiles The URLs passed to the service will be deleted when it exits (if the URLs are local files) */ enum RunFlag { - DeleteTemporaryFiles = 0x1, ///< the URLs passed to the service will be deleted when it exits (if the URLs are local files) + DeleteTemporaryFiles = 0x1, }; - /** - * Stores a combination of #RunFlag values. - */ Q_DECLARE_FLAGS(RunFlags, RunFlag) - /** + /*! * Specifies various flags. - * @param runFlags the flags to be set. For instance, whether the URLs are temporary files that should be deleted after execution. + * + * \a runFlags the flags to be set. For instance, whether the URLs are temporary files that should be deleted after execution. */ void setRunFlags(RunFlags runFlags); - /** + /*! * Sets the file name to use in the case of downloading the file to a tempfile * in order to give to a non-URL-aware application. * Some apps rely on the extension to determine the MIME type of the file. * Usually the file name comes from the URL, but in the case of the * HTTP Content-Disposition header, we need to override the file name. - * @param suggestedFileName the file name + * + * \a suggestedFileName the file name */ void setSuggestedFileName(const QString &suggestedFileName); - /** + /*! * Sets the platform-specific startup id of the application launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. + * * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Starts the job. + * * You must call this, after having done all the setters. * This is (potentially) a GUI job, never use exec(), it would block user interaction. */ void start() override; - /** - * @return the PID of the application that was started + /*! + * Returns the PID of the application that was started * * Convenience method for pids().at(0). You should only use this when specifying zero or one URL, * or when you are sure that the application supports opening multiple files. Otherwise use pids(). @@ -150,8 +163,8 @@ public: */ qint64 pid() const; - /** - * @return the PIDs of the applications that were started + /*! + * Returns the PIDs of the applications that were started * * Available after the job emits result(). */ @@ -159,7 +172,7 @@ public: private: friend class ::ApplicationLauncherJobTest; - /** + /*! * Blocks until the process has started. */ bool waitForStarted(); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/commandlauncherjob.h b/local/recipes/kde/kf6-kio/source/src/gui/commandlauncherjob.h index 23a8cb9520..86fb48ebfb 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/commandlauncherjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/commandlauncherjob.h @@ -19,10 +19,12 @@ namespace KIO { class CommandLauncherJobPrivate; -/** - * @class CommandLauncherJob commandlauncherjob.h +/*! + * \class KIO::CommandLauncherJob + * \inmodule KIOGui + * \inheaderfile KIO/CommandLauncherJob * - * @brief CommandLauncherJob runs a command and watches it while running. + * \brief CommandLauncherJob runs a command and watches it while running. * * It creates a startup notification and finishes it on success or on error (for the taskbar). * It also emits a "program not found" error message if the requested command did not exist. @@ -35,107 +37,119 @@ class CommandLauncherJobPrivate; * * For error handling, either connect to the result() signal, or for a simple messagebox on error, * you can do - * @code + * \code * job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); - * @endcode + * \endcode * - * @since 5.69 + * \since 5.69 */ class KIOGUI_EXPORT CommandLauncherJob : public KJob { public: - /** + /*! * Creates a CommandLauncherJob. - * @param command the shell command to run + * + * \a command the shell command to run + * * The command is given "as is" to the shell, it must already be quoted if necessary. - * If @p command is instead a filename, consider using the other constructor, even if no args are present. - * @param parent the parent QObject + * If \a command is instead a filename, consider using the other constructor, even if no args are present. + * + * \a parent the parent QObject * * Please consider also calling setDesktopName() for better startup notification. */ explicit CommandLauncherJob(const QString &command, QObject *parent = nullptr); - /** + /*! * Creates a CommandLauncherJob. - * @param executable the name of the executable - * @param args the commandline arguments to pass to the executable - * @param parent the parent QObject + * + * \a executable the name of the executable + * + * \a args the commandline arguments to pass to the executable + * + * \a parent the parent QObject * * Please consider also calling setDesktopName() for better startup notification. */ explicit CommandLauncherJob(const QString &executable, const QStringList &args, QObject *parent = nullptr); - /** + /*! * Destructor * * Note that jobs auto-delete themselves after emitting result */ ~CommandLauncherJob() override; - /** + /*! * Sets the command to execute, this will change the command that was set by any of the constructors. - * @since 5.83 + * \since 5.83 */ void setCommand(const QString &command); - /** + /*! * Returns the command executed by this job. - * @since 5.83 + * \since 5.83 */ QString command() const; - /** + /*! * Sets the name of the executable, used in the startup notification * (see KStartupInfoData::setBin()). - * @param executable executable name, with or without a path + * + * \a executable executable name, with or without a path * * Alternatively, use setDesktopName(). */ void setExecutable(const QString &executable); - /** + /*! * Set the name of the desktop file (e.g.\ "org.kde.dolphin", without the ".desktop" filename extension). * * This is necessary for startup notification to work. */ void setDesktopName(const QString &desktopName); - /** + /*! * Sets the platform-specific startup id of the command launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Sets the working directory from which to run the command. - * @param workingDirectory path of a local directory + * + * \a workingDirectory path of a local directory */ void setWorkingDirectory(const QString &workingDirectory); - /** + /*! * Returns the working directory, which was previously set with @c setWorkingDirectory(). - * @since 5.83 + * \since 5.83 */ QString workingDirectory() const; - /** + /*! * Can be used to pass environment variables to the child process. - * @param environment set of environment variables to pass to the child process - * @see QProcessEnvironment - * @since 5.82 + * + * \a environment set of environment variables to pass to the child process + * + * \sa QProcessEnvironment + * \since 5.82 */ void setProcessEnvironment(const QProcessEnvironment &environment); - /** + /*! * Starts the job. * You must call this, after having called all the necessary setters. */ void start() override; - /** - * @return the PID of the command that was started + /*! + * Returns the PID of the command that was started * * Available after the job emits result(). */ @@ -144,7 +158,7 @@ public: private: friend class ::KRunPrivate; // KF6 REMOVE friend class ::CommandLauncherJobTest; // KF6 REMOVE - /** + /*! * Blocks until the process has started. Only exists for KRun, will disappear in KF6. */ bool waitForStarted(); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/dndpopupmenuplugin.h b/local/recipes/kde/kf6-kio/source/src/gui/dndpopupmenuplugin.h index ee68ed7b7e..2e90680df0 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/dndpopupmenuplugin.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/dndpopupmenuplugin.h @@ -17,10 +17,12 @@ class QAction; namespace KIO { -/** - * @class KIO::DndPopupMenuPlugin dndpopupmenuplugin.h +/*! + * \class KIO::DndPopupMenuPlugin + * \inheaderfile KIO/DndPopupMenuPlugin + * \inmodule KIOGui * - * Base class for drag and drop popup menus + * \brief Base class for drag and drop popup menus. * * This can be used for adding dynamic menu items to the normal copy/move/link * here menu appearing in KIO-based file managers. In the setup method you may check @@ -29,27 +31,28 @@ namespace KIO * * The plugin should have Json metadata and be installed into kf6/kio_dnd/. * - * @author Harald Hvaal - * @since 5.6 + * \since 5.6 */ class KIOGUI_EXPORT DndPopupMenuPlugin : public QObject { Q_OBJECT public: - /** + /*! * Constructor. */ DndPopupMenuPlugin(QObject *parent); ~DndPopupMenuPlugin() override; - /** + /*! * Implement the setup method in the plugin in order to create actions * in the given actionCollection and add it to the menu using menu->addAction(). * The popup menu will be set as parent of the actions. * - * @param popupMenuInfo all the information about the source URLs being dropped - * @param destination the URL to where the file(s) were dropped - * @return a QList with the QActions that will be plugged into the menu. + * \a popupMenuInfo all the information about the source URLs being dropped + * + * \a destination the URL to where the file(s) were dropped + * + * Returns a QList with the QActions that will be plugged into the menu. */ virtual QList setup(const KFileItemListProperties &popupMenuInfo, const QUrl &destination) = 0; }; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/faviconrequestjob.h b/local/recipes/kde/kf6-kio/source/src/gui/faviconrequestjob.h index 31e8a659f1..ce1f9e14c3 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/faviconrequestjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/faviconrequestjob.h @@ -19,10 +19,12 @@ class QUrl; namespace KIO { class FavIconRequestJobPrivate; -/** - * @class FavIconRequestJob faviconrequestjob.h +/*! + * \class KIO::FavIconRequestJob + * \inheaderfile KIO/FavIconRequestJob + * \inmodule KIOGui * - * FavIconRequestJob handles the retrieval of a favicon (either from the local cache or from the internet) + * \brief FavIconRequestJob handles the retrieval of a favicon (either from the local cache or from the internet). * * For instance, the icon for http://www.google.com exists at http://www.google.com/favicon.ico * This job will (the first time) download the favicon, and make it available as a local PNG @@ -31,7 +33,7 @@ class FavIconRequestJobPrivate; * Usage: * Create a FavIconRequestJob, connect to result(KJob *), and from there use iconFile(). * - * @code + * \code * // Let's say we want to show the icon for QUrl m_url * KIO::FavIconRequestJob *job = new KIO::FavIconRequestJob(m_url); * connect(job, &KIO::FavIconRequestJob::result, this, [job, this](KJob *){ @@ -39,7 +41,7 @@ class FavIconRequestJobPrivate; * // show the icon using QIcon(job->iconFile()) * } * }); - * @endcode + * \endcode * * For a given HTTP URL, you can find out if a favicon is available by calling KIO::favIconForUrl() in KIOCore. * It is however not necessary to check this first, FavIconRequestJob will do this @@ -55,53 +57,56 @@ class FavIconRequestJobPrivate; * * The on-disk cache is shared between processes. * - * @since 5.19 + * \since 5.19 */ class KIOGUI_EXPORT FavIconRequestJob : public KCompositeJob { Q_OBJECT public: - /** - * @brief FavIconRequestJob constructor - * @param hostUrl The web page URL. We only use the scheme and host. - * @param reload set this to reload to skip the cache and force a refresh of the favicon. - * @param parent parent object + /*! + * FavIconRequestJob constructor + * + * \a hostUrl The web page URL. We only use the scheme and host. + * + * \a reload set this to reload to skip the cache and force a refresh of the favicon. + * + * \a parent parent object */ explicit FavIconRequestJob(const QUrl &hostUrl, KIO::LoadType reload = KIO::NoReload, QObject *parent = nullptr); - /** + /*! * Destructor. You do not need to delete the job, it will delete automatically, * unless you call setAutoDelete(false). */ ~FavIconRequestJob() override; - /** - * @brief setIconUrl allows to set, for a specific URL, a different icon URL + /*! + * setIconUrl allows to set, for a specific URL, a different icon URL * than the default one for the host (http://host/favicon.ico) * * This information is stored in the on-disk cache, so that * other FavIconRequestJobs for this url and KIO::favIconForUrl * will return the icon specified here. * - * @param iconUrl the URL to the icon, usually parsed from the HTML + * \a iconUrl the URL to the icon, usually parsed from the HTML */ void setIconUrl(const QUrl &iconUrl); - /** + /*! * Returns the full local path to the icon from the cache. * Only call this in the slot connected to the result(KJob*) signal. - * @return the path to the icon file + * Returns the path to the icon file */ QString iconFile() const; - /** + /*! * Returns the URL passed to the constructor - * @since 5.20 + * \since 5.20 */ QUrl hostUrl() const; - /** - * @internal + /*! + * \internal * Do not call start(), KIO jobs are autostarted */ void start() override diff --git a/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.cpp new file mode 100644 index 0000000000..322588b870 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.cpp @@ -0,0 +1,838 @@ +/* + * This file is part of the KDE libraries + * SPDX-FileCopyrightText: 2025 Akseli Lahtinen + * SPDX-FileCopyrightText: 2000 David Faure + * SPDX-FileCopyrightText: 2000 Carsten Pfeiffer + * SPDX-FileCopyrightText: 2001 Malte Starostik + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +#include "filepreviewjob.h" +#include "filecopyjob.h" +#include "kiogui_debug.h" +#include "standardthumbnailjob_p.h" +#include "statjob.h" +#include "transferjob.h" + +#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) && !defined(Q_OS_HAIKU) +#define WITH_SHM 1 +#else +#define WITH_SHM 0 +#endif + +#if WITH_SHM +#include +#include +#endif + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef WITH_QTDBUS +#include +#include + +#include "kiofuse_interface.h" +#endif + +using namespace KIO; +using namespace Qt::Literals; +using namespace std::chrono_literals; + +FilePreviewJob::FilePreviewJob(const KFileItem &fileItem, int parentDirDeviceId, const PreviewOptions &options, const PreviewSetupData &setupData) + : m_fileItem(fileItem) + , m_parentDirDeviceId(parentDirDeviceId) + , m_options(options) + , m_setupData(setupData) + , m_cacheSize(0) + , m_preview(QImage()) +{ +} + +FilePreviewJob::~FilePreviewJob() +{ + if (!m_tempName.isEmpty()) { + QFileInfo tempFile(m_tempName); + if (tempFile.exists()) { + Q_ASSERT((!tempFile.isDir() && tempFile.isFile()) || tempFile.isSymLink()); + QFile::remove(m_tempName); + } + } + if (!m_tempDirPath.isEmpty()) { + QDir tempDir(m_tempDirPath); + if (tempDir.exists()) { + Q_ASSERT(m_tempDirPath.startsWith(QStandardPaths::writableLocation(QStandardPaths::TempLocation))); + tempDir.removeRecursively(); + } + } +} + +QString FilePreviewJob::parentDirPath(const QString &path) +{ + if (!path.isEmpty()) { + // If checked file is directory on a different filesystem than its parent, we need to check it separately + int separatorIndex = path.lastIndexOf(QLatin1Char('/')); + // special case for root folders + const QString parentDirPath = separatorIndex == 0 ? path : path.left(separatorIndex); + return parentDirPath; + } + return path; +} + +void FilePreviewJob::start() +{ + QUrl targetUrl = m_fileItem.targetUrl(); + if (!targetUrl.isValid()) { + setError(ERR_INTERNAL); + emitResult(); + return; + } + // We need to first check the device id's so we can find out if the images can be cached + QFlags details = KIO::StatDefaultDetails | KIO::StatInode | KIO::StatResolveSymlink | KIO::StatMountId; + + if (!m_fileItem.isMimeTypeKnown()) { + details.setFlag(KIO::StatMimeType); + } + + qCDebug(KIO_GUI) << "filepreview: Starting preview for file:" << targetUrl.toString(QUrl::PreferLocalFile); + KIO::Job *statJob = KIO::stat(targetUrl, StatJob::SourceSide, details, KIO::HideProgressInfo); + statJob->addMetaData(QStringLiteral("thumbnail"), QStringLiteral("1")); + statJob->addMetaData(QStringLiteral("no-auth-prompt"), QStringLiteral("true")); + connect(statJob, &KIO::Job::result, this, &FilePreviewJob::slotStatFile); + statJob->start(); + + // Single-shot timeout. Owned by this job, so it is destroyed with it. + m_timeoutTimer = new QTimer(this); + m_timeoutTimer->setSingleShot(true); + connect(m_timeoutTimer, &QTimer::timeout, this, &FilePreviewJob::slotTimeout); + + // Stop the timeout timer as soon as the job finishes. + connect(this, &KJob::finished, m_timeoutTimer, &QTimer::stop); + + m_timeoutTimer->start(5s); +} + +bool FilePreviewJob::preparePluginForMimetype(const QString &mimeType) +{ + auto setUpCaching = [this]() { + short cacheSize = 0; + const int longer = std::max(m_options.size.width(), m_options.size.height()); + if (longer <= 128) { + cacheSize = 128; + } else if (longer <= 256) { + cacheSize = 256; + } else if (longer <= 512) { + cacheSize = 512; + } else { + cacheSize = 1024; + } + + struct CachePool { + QString path; + int minSize; + }; + + const static auto pools = { + CachePool{QStringLiteral("normal/"), 128}, + CachePool{QStringLiteral("large/"), 256}, + CachePool{QStringLiteral("x-large/"), 512}, + CachePool{QStringLiteral("xx-large/"), 1024}, + }; + + QString thumbDir; + int wants = m_options.devicePixelRatio * cacheSize; + for (const auto &p : pools) { + if (p.minSize < wants) { + continue; + } else { + thumbDir = p.path; + break; + } + } + QString thumbPath = m_setupData.thumbRoot + thumbDir; + QDir().mkpath(m_setupData.thumbRoot); + if (!QDir(thumbPath).exists() && !QDir(m_setupData.thumbRoot).mkdir(thumbDir, QFile::ReadUser | QFile::WriteUser | QFile::ExeUser)) { // 0700 + qCWarning(KIO_GUI) << "couldn't create thumbnail dir " << thumbPath; + } + m_thumbPath = thumbPath; + m_cacheSize = cacheSize; + }; + + auto pluginIt = m_setupData.pluginByMimeTable.constFind(mimeType); + if (pluginIt == m_setupData.pluginByMimeTable.constEnd()) { + // check MIME type inheritance, resolve aliases + QMimeDatabase db; + const QMimeType mimeInfo = db.mimeTypeForName(mimeType); + if (mimeInfo.isValid()) { + const QStringList parentMimeTypes = mimeInfo.allAncestors(); + for (const QString &parentMimeType : parentMimeTypes) { + pluginIt = m_setupData.pluginByMimeTable.constFind(parentMimeType); + if (pluginIt != m_setupData.pluginByMimeTable.constEnd()) { + break; + } + } + } + + if (pluginIt == m_setupData.pluginByMimeTable.constEnd()) { + // Check the wildcards last, see BUG 453480 + QString groupMimeType = mimeType; + const int slashIdx = groupMimeType.indexOf(QLatin1Char('/')); + if (slashIdx != -1) { + // Replace everything after '/' with '*' + groupMimeType.truncate(slashIdx + 1); + groupMimeType += QLatin1Char('*'); + } + pluginIt = m_setupData.pluginByMimeTable.constFind(groupMimeType); + } + } + + if (pluginIt != m_setupData.pluginByMimeTable.constEnd()) { + const KPluginMetaData plugin = *pluginIt; + + if (!plugin.isValid()) { + qCDebug(KIO_GUI) << "Plugin for item " << m_fileItem << " is not valid. Emitting result."; + return false; + } + + m_standardThumbnailer = plugin.category() == QStringLiteral("standardthumbnailer"); + m_plugin = plugin; + m_thumbnailWorkerMetaData.insert(QStringLiteral("handlesSequences"), QString::number(m_plugin.value(QStringLiteral("HandleSequences"), false))); + + if (m_options.scaleType == PreviewJob::ScaleType::ScaledAndCached && plugin.value(QStringLiteral("CacheThumbnail"), true)) { + const QUrl url = m_fileItem.targetUrl(); + if (!url.isLocalFile() || !url.adjusted(QUrl::RemoveFilename).toLocalFile().startsWith(m_setupData.thumbRoot)) { + setUpCaching(); + } + } + return true; + } else { + qCDebug(KIO_GUI) << "Could not get plugin for, " << m_fileItem << " - emitting result."; + return false; + } +} + +static bool isSlow(const KFileItem &fileItem, const KIO::UDSEntry &entry) +{ + const auto mountId = entry.numberValue(KIO::UDSEntry::UDS_MOUNT_ID, 0); + // No Mount ID, fall back to blocking KFileItem::isSlow. + if (!mountId) { + return fileItem.isSlow(); + } + + const auto mountPoint = KMountPoint::currentMountPoints().findByMountId(mountId); + if (!mountPoint) { + return fileItem.isSlow(); + } + + return mountPoint->probablySlow(); +} + +void FilePreviewJob::slotStatFile(KJob *job) +{ + if (job->error()) { + qCDebug(KIO_GUI) << "Job stat failed" << job->errorString(); + setError(job->error()); + setErrorText(job->errorText()); + emitResult(); + return; + } + bool isLocal; + + const QUrl itemUrl = m_fileItem.mostLocalUrl(&isLocal); + const KIO::StatJob *statJob = static_cast(job); + const KIO::UDSEntry statResult = statJob->statResult(); + m_currentDeviceId = statResult.numberValue(KIO::UDSEntry::UDS_DEVICE_ID, 0); + m_tOrig = QDateTime::fromMSecsSinceEpoch(statResult.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, 0) * 1000 + + statResult.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, 0) / 1000000); + + // If we stat'd the file already, might as well report it back. + if (!statResult.stringValue(KIO::UDSEntry::UDS_MIME_TYPE).isEmpty()) { + m_fileItem = KFileItem(statResult, m_fileItem.url()); + } + + if (!preparePluginForMimetype(m_fileItem.mimetype())) { + setError(KIO::ERR_INTERNAL); + emitResult(); + return; + } + + if (isLocal) { + if (const QString linkDest = statResult.stringValue(KIO::UDSEntry::UDS_LINK_DEST); !linkDest.isEmpty()) { + m_origName = QUrl::fromLocalFile(linkDest).toEncoded(QUrl::FullyEncoded); + } else { + m_origName = itemUrl.toEncoded(QUrl::RemovePassword | QUrl::FullyEncoded); + } + } else { + // Don't include the password if any + m_origName = m_fileItem.targetUrl().toEncoded(QUrl::RemovePassword); + } + + QCryptographicHash md5(QCryptographicHash::Md5); + md5.addData(m_origName); + m_thumbName = QString::fromLatin1(md5.result().toHex()) + QLatin1String(".png"); + + const KIO::filesize_t size = static_cast(statResult.numberValue(KIO::UDSEntry::UDS_SIZE, 0)); + if (size == 0 && !statResult.isDir()) { + setError(KIO::ERR_NO_CONTENT); + setErrorText(i18nc("%1 is a file url", + "FilePreviewJob: skipping an empty file, might be a broken symlink: %1", + m_fileItem.url().toDisplayString(QUrl::PreferLocalFile))); + emitResult(); + return; + } + + bool skipCurrentItem = false; + const KConfigGroup cg(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); + if ((itemUrl.isLocalFile() || KProtocolInfo::protocolClass(itemUrl.scheme()) == QLatin1String(":local")) && !isSlow(m_fileItem, statResult)) { + const KIO::filesize_t maximumLocalSize = cg.readEntry("MaximumSize", std::numeric_limits::max()); + skipCurrentItem = !m_options.ignoreMaximumSize && size > maximumLocalSize && !m_plugin.value(QStringLiteral("IgnoreMaximumSize"), false); + } else { + // For remote items the "IgnoreMaximumSize" plugin property is not respected + // Also we need to check if remote (but locally mounted) folder preview is enabled + const KIO::filesize_t maximumRemoteSize = cg.readEntry("MaximumRemoteSize", 0); + const bool enableRemoteFolderThumbnail = cg.readEntry("EnableRemoteFolderThumbnail", false); + skipCurrentItem = (!m_options.ignoreMaximumSize && size > maximumRemoteSize) || (m_fileItem.isDir() && !enableRemoteFolderThumbnail); + } + if (skipCurrentItem) { + emitResult(); + return; + } + + bool pluginHandlesSequences = m_plugin.value(QStringLiteral("HandleSequences"), false); + if (!m_plugin.value(QStringLiteral("CacheThumbnail"), true) || (m_options.sequenceIndex && pluginHandlesSequences) || m_thumbPath.isEmpty()) { + // This preview will not be cached, no need to look for a saved thumbnail + // Just create it, and be done + getOrCreateThumbnail(); + return; + } + + auto watcher = new QFutureWatcher(this); + connect(watcher, &QFutureWatcher::finished, this, [this, watcher]() { + watcher->deleteLater(); + QImage thumb = watcher->result(); + if (isCacheValid(thumb)) { + emitPreview(thumb); + emitResult(); + } else { + getOrCreateThumbnail(); + } + }); + QFuture future = QtConcurrent::run(loadThumbnailFromCache, QString(m_thumbPath + m_thumbName), m_options.devicePixelRatio); + + watcher->setFuture(future); +} + +QImage FilePreviewJob::loadThumbnailFromCache(const QString &path, qreal dpr) +{ + QImage thumb; + QFile thumbFile(path); + if (!thumbFile.open(QIODevice::ReadOnly) || !thumb.load(&thumbFile, "png")) { + return QImage(); + } + // The DPR of the loaded thumbnail is unspecified (and typically irrelevant). + // When a thumbnail is DPR-invariant, use the DPR passed in the request. + thumb.setDevicePixelRatio(dpr); + return thumb; +} + +bool FilePreviewJob::isCacheValid(const QImage &thumb) +{ + if (thumb.isNull()) { + return false; + } + if (thumb.text(QStringLiteral("Thumb::URI")) != QString::fromUtf8(m_origName) + || thumb.text(QStringLiteral("Thumb::MTime")).toLongLong() != m_tOrig.toSecsSinceEpoch()) { + return false; + } + + const QString origSize = thumb.text(QStringLiteral("Thumb::Size")); + if (!origSize.isEmpty() && origSize.toULongLong() != m_fileItem.size()) { + // Thumb::Size is not required, but if it is set it should match + return false; + } + + QString thumbnailerVersion = m_plugin.value(QStringLiteral("ThumbnailerVersion")); + + if (!thumbnailerVersion.isEmpty() && thumb.text(QStringLiteral("Software")).startsWith(QLatin1String("KDE Thumbnail Generator"))) { + // Check if the version matches + // The software string should read "KDE Thumbnail Generator pluginName (vX)" + QString softwareString = thumb.text(QStringLiteral("Software")).remove(QStringLiteral("KDE Thumbnail Generator")).trimmed(); + if (softwareString.isEmpty()) { + // The thumbnail has been created with an older version, recreating + return false; + } + int versionIndex = softwareString.lastIndexOf(QLatin1String("(v")); + if (versionIndex < 0) { + return false; + } + + QString cachedVersion = softwareString.remove(0, versionIndex + 2); + cachedVersion.chop(1); + uint thumbnailerMajor = thumbnailerVersion.toInt(); + uint cachedMajor = cachedVersion.toInt(); + if (thumbnailerMajor > cachedMajor) { + return false; + } + } + return true; +} + +void FilePreviewJob::getOrCreateThumbnail() +{ + // We still need to load the orig file ! (This is getting tedious) :) + const QString localPath = m_fileItem.localPath(); + if (!localPath.isEmpty()) { + createThumbnail(localPath); + return; + } + + if (m_fileItem.isDir() || !KProtocolInfo::isKnownProtocol(m_fileItem.targetUrl().scheme())) { + // Skip remote dirs (bug 208625) + emitResult(); + return; + } + // The plugin does not support this remote content, either copy the + // file, or try to get a local path using KIOFuse + if (m_tryKioFuse) { + createThumbnailViaFuse(m_fileItem.targetUrl(), m_fileItem.mostLocalUrl()); + return; + } + + createThumbnailViaLocalCopy(m_fileItem.mostLocalUrl()); +} + +void FilePreviewJob::createThumbnailViaFuse(const QUrl &fileUrl, const QUrl &localUrl) +{ +#if defined(WITH_QTDBUS) && !defined(Q_OS_ANDROID) + org::kde::KIOFuse::VFS kiofuse_iface(QStringLiteral("org.kde.KIOFuse"), QStringLiteral("/org/kde/KIOFuse"), QDBusConnection::sessionBus()); + kiofuse_iface.setTimeout(s_kioFuseMountTimeout); + QDBusPendingReply reply = kiofuse_iface.mountUrl(fileUrl.toString()); + QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this); + + QObject::connect(watcher, &QDBusPendingCallWatcher::finished, this, [this, localUrl](QDBusPendingCallWatcher *watcher) { + QDBusPendingReply reply = *watcher; + watcher->deleteLater(); + + if (reply.isError()) { + // Don't try kio-fuse again if it is not available + if (reply.error().type() == QDBusError::ServiceUnknown || reply.error().type() == QDBusError::NoReply) { + m_tryKioFuse = false; + } + + // Fall back to copying the file to the local machine + createThumbnailViaLocalCopy(localUrl); + } else { + // Use file exposed via the local fuse mount point + createThumbnail(reply.value()); + } + }); +#else + createThumbnailViaLocalCopy(localUrl); +#endif +} + +void FilePreviewJob::slotGetOrCreateThumbnail(KJob *job) +{ + auto fileCopyJob = static_cast(job); + if (fileCopyJob) { + auto pixPath = fileCopyJob->destUrl().toLocalFile(); + if (!pixPath.isEmpty()) { + createThumbnail(pixPath); + return; + } + } + if (job->error()) { + setError(job->error()); + setErrorText(u"FilePreview copy job failed: "_s + job->errorString()); + } + emitResult(); +} + +void FilePreviewJob::createThumbnailViaLocalCopy(const QUrl &url) +{ + // Only download for the first sequence + if (m_options.sequenceIndex) { + emitResult(); + return; + } + // No plugin support access to this remote content, copy the file + // to the local machine, then create the thumbnail + + // Build the destination filename: ~/.cache/app/kpreviewjob/pid/UUID.extension + QString krun_writable = + QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + QStringLiteral("/kpreviewjob/%1/").arg(QCoreApplication::applicationPid()); + if (!QDir().mkpath(krun_writable)) { + qCWarning(KIO_GUI) << "Could not create a cache folder for preview creation:" << krun_writable; + emitResult(); + return; + } + m_tempName = QStringLiteral("%1%2.%3").arg(krun_writable, + QUuid(m_fileItem.mostLocalUrl().toString()).createUuid().toString(QUuid::WithoutBraces), + m_fileItem.suffix()); + + KIO::Job *job = KIO::file_copy(url, QUrl::fromLocalFile(m_tempName), -1, KIO::Overwrite | KIO::HideProgressInfo /* No GUI */); + job->addMetaData(QStringLiteral("thumbnail"), QStringLiteral("1")); + connect(job, &KIO::FileCopyJob::result, this, &FilePreviewJob::slotGetOrCreateThumbnail); + job->start(); +} + +FilePreviewJob::CachePolicy FilePreviewJob::canBeCached(const QString &path) +{ + const QString parentDir = parentDirPath(path); + + if (m_parentDirDeviceId == UnknownDeviceId) { + return CachePolicy::Unknown; + } + + bool isDifferentSystem = !m_parentDirDeviceId || m_parentDirDeviceId != m_currentDeviceId; + if (!isDifferentSystem && m_currentDeviceCachePolicy != CachePolicy::Unknown) { + return m_currentDeviceCachePolicy; + } + int checkedId; + QString checkedPath; + if (isDifferentSystem) { + checkedId = m_currentDeviceId; + checkedPath = path; + } else { + checkedId = m_parentDirDeviceId; + checkedPath = parentDir; + if (checkedId == UnknownDeviceId) { + return CachePolicy::Unknown; + } + } + // If we're checking different filesystem or haven't checked yet see if filesystem matches thumbRoot + if (m_setupData.thumbRootDeviceId == UnknownDeviceId) { + return CachePolicy::Unknown; + } + bool shouldAllow = checkedId && checkedId == m_setupData.thumbRootDeviceId; + if (!shouldAllow) { + Solid::Device device = Solid::Device::storageAccessFromPath(checkedPath); + if (device.isValid()) { + // If the checked device is encrypted, allow thumbnailing if the thumbnails are stored in an encrypted location. + // Or, if the checked device is unencrypted, allow thumbnailing. + if (device.as()->isEncrypted()) { + const Solid::Device thumbRootDevice = Solid::Device::storageAccessFromPath(m_setupData.thumbRoot); + shouldAllow = thumbRootDevice.isValid() && thumbRootDevice.as()->isEncrypted(); + } else { + shouldAllow = true; + } + } + } + if (!isDifferentSystem) { + m_currentDeviceCachePolicy = shouldAllow ? CachePolicy::Allow : CachePolicy::Prevent; + } + return shouldAllow ? CachePolicy::Allow : CachePolicy::Prevent; +} + +void FilePreviewJob::createThumbnail(const QString &pixPath) +{ + QFileInfo info(pixPath); + Q_ASSERT_X(info.isAbsolute(), "PreviewJobPrivate::createThumbnail", qPrintable(QLatin1String("path is not absolute: ") + info.path())); + + bool save = m_options.scaleType == PreviewJob::ScaledAndCached && m_plugin.value(QStringLiteral("CacheThumbnail"), true) && !m_options.sequenceIndex; + + bool isRemoteProtocol = m_fileItem.localPath().isEmpty(); + m_currentDeviceCachePolicy = isRemoteProtocol ? CachePolicy::Allow : canBeCached(pixPath); + + if (m_currentDeviceCachePolicy == CachePolicy::Unknown) { + emitResult(); + return; + } + + if (m_standardThumbnailer) { + if (m_tempDirPath.isEmpty()) { + auto tempDir = QTemporaryDir(); + Q_ASSERT(tempDir.isValid()); + + tempDir.setAutoRemove(false); + // restrict read access to current User + QFile::setPermissions(tempDir.path(), QFile::Permission::ReadOwner | QFile::Permission::WriteOwner | QFile::Permission::ExeOwner); + + m_tempDirPath = tempDir.path(); + } + + if (pixPath.startsWith(m_tempDirPath)) { + // don't generate thumbnails for images already in temporary directory + emitResult(); + return; + } + + m_standardThumbnailJob = + new KIO::StandardThumbnailJob(m_plugin.value(u"Exec"), m_options.size.width() * m_options.devicePixelRatio, pixPath, m_tempDirPath); + connect(m_standardThumbnailJob, &KIO::StandardThumbnailJob::data, this, [=, this](KIO::Job *job, const QImage &thumb) { + slotStandardThumbData(job, thumb); + }); + connect(m_standardThumbnailJob, &KIO::StandardThumbnailJob::result, this, &FilePreviewJob::emitResult); + m_standardThumbnailJob->start(); + return; + } + + // Using thumbnailer plugin + QUrl thumbURL; + thumbURL.setScheme(QStringLiteral("thumbnail")); + thumbURL.setPath(pixPath); + m_transferjob = KIO::get(thumbURL, NoReload, HideProgressInfo); + connect(m_transferjob, &KIO::TransferJob::data, this, [this](KIO::Job *job, const QByteArray &data) { + slotThumbData(job, data); + }); + connect(m_transferjob, &KIO::TransferJob::result, this, &FilePreviewJob::emitResult); + int thumb_width = m_options.size.width(); + int thumb_height = m_options.size.height(); + if (save) { + thumb_width = thumb_height = m_cacheSize; + } + + m_transferjob->addMetaData(QStringLiteral("mimeType"), m_fileItem.mimetype()); + m_transferjob->addMetaData(QStringLiteral("width"), QString::number(thumb_width)); + m_transferjob->addMetaData(QStringLiteral("height"), QString::number(thumb_height)); + m_transferjob->addMetaData(QStringLiteral("plugin"), m_plugin.fileName()); + m_transferjob->addMetaData(QStringLiteral("enabledPlugins"), m_setupData.enabledPluginIds.join(QLatin1Char(','))); + m_transferjob->addMetaData(QStringLiteral("devicePixelRatio"), QString::number(m_options.devicePixelRatio)); + m_transferjob->addMetaData(QStringLiteral("cache"), QString::number(m_currentDeviceCachePolicy == CachePolicy::Allow)); + if (m_options.sequenceIndex) { + m_transferjob->addMetaData(QStringLiteral("sequence-index"), QString::number(m_options.sequenceIndex)); + } + + size_t requiredSize = thumb_width * m_options.devicePixelRatio * thumb_height * m_options.devicePixelRatio * 4; + m_shm = SHM::create(requiredSize); + + if (m_shm) { + m_transferjob->addMetaData(QStringLiteral("shmid"), QString::number(m_shm->id())); + } + + m_transferjob->start(); +} + +void FilePreviewJob::slotStandardThumbData(KIO::Job *job, const QImage &thumbData) +{ + m_thumbnailWorkerMetaData = job->metaData(); + + if (thumbData.isNull()) { + // let succeeded in false state + // failed will get called in determineNextFile() + emitResult(); + return; + } + + QImage thumb = thumbData; + saveThumbnailData(thumb); + + emitPreview(thumb); +} + +void FilePreviewJob::slotThumbData(KIO::Job *job, const QByteArray &data) +{ + QImage thumb; + // Keep this in sync with kio-extras|thumbnail/thumbnail.cpp + QDataStream str(data); + + int width; + int height; + QImage::Format format; + qreal imgDevicePixelRatio; + // TODO KF7: add a version number as first parameter + // always read those, even when !WITH_SHM, because the other side always writes them + str >> width >> height >> format >> imgDevicePixelRatio; + + if (m_shm) { + thumb = QImage(m_shm->address(), width, height, format).copy(); + thumb.setDevicePixelRatio(imgDevicePixelRatio); + } + + if (thumb.isNull()) { + // fallback a raw QImage + str >> thumb; + thumb.setDevicePixelRatio(imgDevicePixelRatio); + } + + slotStandardThumbData(job, thumb); +} + +void FilePreviewJob::saveThumbnailData(QImage &thumb) +{ + const bool save = m_options.scaleType == PreviewJob::ScaledAndCached && !m_options.sequenceIndex && m_currentDeviceCachePolicy == CachePolicy::Allow + && m_plugin.value(QStringLiteral("CacheThumbnail"), true) + && (!m_fileItem.targetUrl().isLocalFile() || !m_fileItem.targetUrl().adjusted(QUrl::RemoveFilename).toLocalFile().startsWith(m_setupData.thumbRoot)); + + if (save) { + thumb.setText(QStringLiteral("Thumb::URI"), QString::fromUtf8(m_origName)); + thumb.setText(QStringLiteral("Thumb::MTime"), QString::number(m_tOrig.toSecsSinceEpoch())); + thumb.setText(QStringLiteral("Thumb::Size"), number(m_fileItem.size())); + thumb.setText(QStringLiteral("Thumb::Mimetype"), m_fileItem.mimetype()); + QString thumbnailerVersion = m_plugin.value(QStringLiteral("ThumbnailerVersion")); + QString signature = QLatin1String("KDE Thumbnail Generator ") + m_plugin.name(); + if (!thumbnailerVersion.isEmpty()) { + signature.append(QLatin1String(" (v") + thumbnailerVersion + QLatin1Char(')')); + } + thumb.setText(QStringLiteral("Software"), signature); + // we don't need to block for the saving to complete, it can run in it's own time + QFuture future = QtConcurrent::run(saveThumbnailToCache, thumb, QString(m_thumbPath + m_thumbName)); + } +} + +void FilePreviewJob::saveThumbnailToCache(const QImage &thumb, const QString &path) +{ + QEventLoopLocker lock; // stop the application from quitting until we finish + QSaveFile saveFile(path); + if (saveFile.open(QIODevice::WriteOnly)) { + if (thumb.save(&saveFile, "PNG")) { + saveFile.commit(); + } + } +} + +void FilePreviewJob::emitPreview(const QImage &thumb) +{ + const qreal ratio = thumb.devicePixelRatio(); + + QImage preview = thumb; + if (preview.width() > m_options.size.width() * ratio || preview.height() > m_options.size.height() * ratio) { + preview = preview.scaled(QSize(m_options.size.width() * ratio, m_options.size.height() * ratio), Qt::KeepAspectRatio, Qt::SmoothTransformation); + } + + m_preview = preview; + emitResult(); +} + +QList FilePreviewJob::loadAvailablePlugins() +{ + static QList jsonMetaDataPlugins; + if (jsonMetaDataPlugins.isEmpty()) { + // Insert plugins first so they take precedence over standard thumbnailers + jsonMetaDataPlugins = KPluginMetaData::findPlugins(QStringLiteral("kf6/thumbcreator")); + jsonMetaDataPlugins << standardThumbnailers(); + } + return jsonMetaDataPlugins; +} + +QList FilePreviewJob::standardThumbnailers() +{ + static QList standardThumbs; + if (standardThumbs.empty()) { + const QStringList dirs = + QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("thumbnailers/"), QStandardPaths::LocateDirectory); + const auto thumbnailerPaths = KFileUtils::findAllUniqueFiles(dirs, QStringList{QStringLiteral("*.thumbnailer")}); + for (const QString &thumbnailerPath : thumbnailerPaths) { + const KConfig thumbnailerFile(thumbnailerPath); + const KConfigGroup thumbnailerConfig = thumbnailerFile.group(QStringLiteral("Thumbnailer Entry")); + const QStringList mimetypes = thumbnailerConfig.readXdgListEntry("MimeType"); + const QString exec = thumbnailerConfig.readEntry("Exec", QString{}); + + if (exec.isEmpty() || mimetypes.isEmpty()) { + continue; + } + + QMimeDatabase db; + // We only need the first mimetype since the names/comments are often shared between multiple types + auto mime = db.mimeTypeForName(mimetypes.first()); + auto name = mime.name().isEmpty() ? mimetypes.first() : mime.name(); + if (!mime.comment().isEmpty()) { + name = mime.comment(); + } + + // the plugin metadata + QJsonObject kplugin; + kplugin[QStringLiteral("Id")] = QFileInfo(thumbnailerPath).completeBaseName(); + kplugin[QStringLiteral("MimeTypes")] = QJsonArray::fromStringList(mimetypes); + kplugin[QStringLiteral("Name")] = name; + kplugin[QStringLiteral("Category")] = QStringLiteral("standardthumbnailer"); + + QJsonObject root; + root[QStringLiteral("CacheThumbnail")] = true; + root[QStringLiteral("Exec")] = exec; + root[QStringLiteral("KPlugin")] = kplugin; + + KPluginMetaData standardThumbnailerPlugin(root, thumbnailerPath); + standardThumbs.append(standardThumbnailerPlugin); + } + } + return standardThumbs; +} + +QMap FilePreviewJob::thumbnailWorkerMetaData() const +{ + return m_thumbnailWorkerMetaData; +} + +QImage FilePreviewJob::previewImage() const +{ + return m_preview; +} + +void FilePreviewJob::slotTimeout() +{ + if (m_transferjob) { + m_transferjob->kill(); + } + if (m_standardThumbnailJob) { + m_standardThumbnailJob->kill(); + } + + setError(KIO::ERR_INTERNAL); + setErrorText(u"Timeout"_s); + emitResult(); +} + +std::unique_ptr SHM::create(int size) +{ +#if WITH_SHM + int id = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); + + if (id == -1) { + return nullptr; + } + + uchar *address = (uchar *)(shmat(id, nullptr, SHM_RDONLY)); + + if (address == (uchar *)-1) { + shmctl(id, IPC_RMID, nullptr); + return nullptr; + } + + return std::make_unique(id, address); +#else + return nullptr; +#endif +} + +int SHM::id() const +{ + return m_id; +} + +uchar *SHM::address() const +{ + return m_address; +} + +SHM::~SHM() +{ +#if WITH_SHM + shmdt((char *)m_address); + shmctl(m_id, IPC_RMID, nullptr); +#endif +} + +SHM::SHM(int id, uchar *address) + : m_id(id) + , m_address(address) +{ +} + +#include "moc_filepreviewjob.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.h b/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.h new file mode 100644 index 0000000000..313c2a407e --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/gui/filepreviewjob.h @@ -0,0 +1,209 @@ +/* + * This file is part of the KDE libraries + * SPDX-FileCopyrightText: 2025 Akseli Lahtinen + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +#ifndef KIO_FILEPREVIEWJOB_H +#define KIO_FILEPREVIEWJOB_H + +#include "previewjob.h" +#include +#include +#include +#include +#include +#include +#include + +class QTimer; +class FilePreviewJobTest; + +#ifdef BUILD_TESTING +#define KIOGUI_TEST_EXPORT KIOGUI_EXPORT +#else +#define KIOGUI_TEST_EXPORT +#endif + +namespace KIO +{ + +class TransferJob; +class StandardThumbnailJob; + +struct PreviewOptions { + // Size of thumbnail + QSize size; + qreal devicePixelRatio = 1.0; + bool ignoreMaximumSize = false; + int sequenceIndex = 0; + // Whether the thumbnail should be scaled and/or saved + PreviewJob::ScaleType scaleType = PreviewJob::ScaleType::ScaledAndCached; +}; + +struct PreviewSetupData { + // Root of thumbnail cache + QString thumbRoot; + int thumbRootDeviceId; + + QMap pluginByMimeTable; + QStringList enabledPluginIds; +}; + +class SHM +{ +public: + SHM(int id, uchar *address); + ~SHM(); + + static std::unique_ptr create(int size); + + Q_DISABLE_COPY(SHM); + + int id() const; + uchar *address() const; + +private: + // Shared memory segment Id. The segment is allocated to a size + // of extent x extent x 4 (32 bit image) on first need. + int m_id; + // And the data area + uchar *m_address; +}; + +// Time (in milliseconds) to wait for kio-fuse in a PreviewJob before giving up. +static constexpr int s_kioFuseMountTimeout = 10000; + +/* + * This job does multiple small chained jobs to get the thumbnail for an item, + * and returns the result. + * + * First, it attempts to get the device id's for the given paths: thumbRoot and item.localUrl + * However if past jobs have already done this, it can reuse the old deviceId table and skip + * getting the device id's again. + * + * Device id's are required for checking if the thumbnail can be cached. + * + * After getting all this information, if the item has sequenceId higher than 0, + * we just get the next item in the sequence and return that result. + * + * If we're not sequencing, first we try to pull the thumbnail from the cache. + * If that is successful, we just return the file and end the job. + * + * If not successful, it's likely we do not have thumbnail for this item, so + * we generate one, either by using thumbnailerPlugin or standardThumbnailer. + * + * We then return the result, whatever it may be. + */ +class KIOGUI_TEST_EXPORT FilePreviewJob : public KIO::Job +{ + Q_OBJECT + +public: + static constexpr int UnknownDeviceId = -1; + +public: + FilePreviewJob(const KFileItem &fileItem, int parentDirDeviceId, const PreviewOptions &options, const PreviewSetupData &setupData); + ~FilePreviewJob(); + + void start() override; + + QMap thumbnailWorkerMetaData() const; + QImage previewImage() const; + const KFileItem &item() const; + + static QString parentDirPath(const QString &path); + static QList loadAvailablePlugins(); + static QList standardThumbnailers(); + +private Q_SLOTS: + void slotStatFile(KJob *job); + void slotGetOrCreateThumbnail(KJob *job); + void slotTimeout(); + +private: + friend class ::FilePreviewJobTest; + + enum CachePolicy { + Prevent, + Allow, + Unknown + } m_currentDeviceCachePolicy = Unknown; + + // The current item + KFileItem m_fileItem; + // device ID for parend dir of original url. + const int m_parentDirDeviceId; + // The modification time of that URL + QDateTime m_tOrig; + // Path to thumbnail cache for the current size + QString m_thumbPath; + // Original URL of current item in RFC2396 format + // (file:///path/to/a%20file instead of file:/path/to/a file) + QByteArray m_origName; + // Thumbnail file name for current item + QString m_thumbName; + + const PreviewOptions m_options; + const PreviewSetupData m_setupData; + + // Unscaled size of thumbnail (128, 256 or 512 if cache is enabled) + short m_cacheSize; + // If the file to create a thumb for was a temp file, this is its name + QString m_tempName; + // The shared memory + std::unique_ptr m_shm; + // Metadata returned from the KIO thumbnail worker + QMap m_thumbnailWorkerMetaData; + // Id of a device storing currently processed file + int m_currentDeviceId = 0; + // the path of a unique temporary directory + QString m_tempDirPath; + // Whether to try using KIOFuse to resolve files. Set to false if KIOFuse is not available. + bool m_tryKioFuse = true; + // The preview image. If when emitting return this is empty, job can be considered as failed. + QImage m_preview; + + bool m_standardThumbnailer = false; + KPluginMetaData m_plugin; + + QTimer *m_timeoutTimer = nullptr; + + QPointer m_transferjob = nullptr; + QPointer m_standardThumbnailJob = nullptr; + + void getOrCreateThumbnail(); + static QImage loadThumbnailFromCache(const QString &url, qreal dpr); + bool isCacheValid(const QImage &thumb); + void createThumbnail(const QString &); + void createThumbnailViaFuse(const QUrl &, const QUrl &); + void createThumbnailViaLocalCopy(const QUrl &); + + void emitPreview(const QImage &thumb); + void slotThumbData(KIO::Job *, const QByteArray &); + void slotStandardThumbData(KIO::Job *, const QImage &); + // Checks if thumbnail is on encrypted partition different than thumbRoot + CachePolicy canBeCached(const QString &path); + int getDeviceId(const QString &path); + void saveThumbnailData(QImage &thumb); + bool preparePluginForMimetype(const QString &mimeType); + static void saveThumbnailToCache(const QImage &thumb, const QString &path); +}; + +inline FilePreviewJob *filePreviewJob(const KFileItem &fileItem, + int parentDirDeviceId, + const PreviewOptions &options, + const PreviewSetupData &setupData) +{ + auto job = new FilePreviewJob(fileItem, parentDirDeviceId, options, setupData); + return job; +} + +inline const KFileItem &FilePreviewJob::item() const +{ + return m_fileItem; +} +} + +#endif diff --git a/local/recipes/kde/kf6-kio/source/src/gui/gpudetection.cpp b/local/recipes/kde/kf6-kio/source/src/gui/gpudetection.cpp index ef246d3936..6271deca21 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/gpudetection.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/gpudetection.cpp @@ -62,20 +62,51 @@ static bool checkGpuWithSwitcheroo() QList gpus; arg >> gpus; - for (const auto &gpu : gpus) { - bool defaultGpu = qvariant_cast(gpu[QStringLiteral("Default")]); - if (!defaultGpu) { - s_gpuCheck = GpuCheck::Present; - QStringList envList = qvariant_cast(gpu[QStringLiteral("Environment")]); - for (int i = 0; i + 1 < envList.size(); i += 2) { - s_gpuEnv.insert(envList[i], envList[i + 1]); - } - return true; + if (gpus.isEmpty()) { + // No GPU(s) found + return false; + } else if (gpus.size() == 1) { + // There is only one GPU, no need to check for others + s_gpuCheck = GpuCheck::Absent; + return true; + } + + QVariantMap defaultGpu; + QVariantMap firstDiscreteGpu; + QVariantMap firstNonDefaultGpu; + + for (const auto &gpu : std::as_const(gpus)) { + if (defaultGpu.isEmpty() && gpu[QStringLiteral("Default")].toBool()) { + defaultGpu = gpu; + } else if (firstNonDefaultGpu.isEmpty()) { + firstNonDefaultGpu = gpu; } + if (firstDiscreteGpu.isEmpty() && gpu[QStringLiteral("Discrete")].toBool()) { + firstDiscreteGpu = gpu; + } + } + + if (!defaultGpu.isEmpty() && defaultGpu[QStringLiteral("Discrete")].toBool()) { + // If the default GPU is discrete there is no need to do anything special + s_gpuCheck = GpuCheck::Absent; + return true; + } + + // Otherwise prefer the discrete GPU over any other random non-default GPU (legacy behavior) + for (const auto &gpu : {firstDiscreteGpu, firstNonDefaultGpu}) { + if (gpu.isEmpty()) { + continue; + } + s_gpuCheck = GpuCheck::Present; + auto envList = gpu[QStringLiteral("Environment")].toStringList(); + for (int i = 0; i + 1 < envList.size(); i += 2) { + s_gpuEnv.insert(envList[i], envList[i + 1]); + } + return true; } #endif - // No non-default GPU found + // No discrete or non-default GPU found s_gpuCheck = GpuCheck::Absent; return true; } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/gpudetection_p.h b/local/recipes/kde/kf6-kio/source/src/gui/gpudetection_p.h index 7ec5eedbc2..7f7c61ea14 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/gpudetection_p.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/gpudetection_p.h @@ -14,12 +14,12 @@ class QProcessEnvironment; namespace KIO { -/** +/* * Detects whether the system has a discrete GPU. */ KIOGUI_EXPORT bool hasDiscreteGpu(); -/** +/* * Environment variables that make a process run with the discrete GPU. */ KIOGUI_NO_EXPORT QProcessEnvironment discreteGpuEnvironment(); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.cpp b/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.cpp index 9b7c35a9c0..4af6f4307b 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.cpp @@ -37,17 +37,17 @@ public: { } - /** + /* * Returns true, if the MIME type of the path represents a - * compressed file like TAR or ZIP, as listed in @p archiveMimetypes + * compressed file like TAR or ZIP, as listed in archiveMimetypes */ bool isCompressedPath(const QUrl &path, const QStringList &archiveMimetypes) const; - /** - * Returns the current history index, if \a historyIndex is - * smaller than 0. If \a historyIndex is greater or equal than + /* + * Returns the current history index, if historyIndex is + * smaller than 0. If historyIndex is greater or equal than * the number of available history items, the largest possible - * history index is returned. For the other cases just \a historyIndex + * history index is returned. For the other cases just historyIndex * is returned. */ int adjustedHistoryIndex(int historyIndex) const; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.h b/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.h index 8c9db3ec3e..81eba605ff 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kcoreurlnavigator.h @@ -26,12 +26,13 @@ class KUrlComboBox; class KCoreUrlNavigatorPrivate; -/** - * @class KCoreUrlNavigator kcoreurlnavigator.h +/*! + * \class KCoreUrlNavigator + * \inmodule KIOGui * - * @brief Object that helps with keeping track of URLs in file-manager like interfaces. + * \brief Object that helps with keeping track of URLs in file-manager like interfaces. * - * @since 5.93 + * \since 5.93 */ class KIOGUI_EXPORT KCoreUrlNavigator : public QObject { @@ -41,21 +42,27 @@ public: KCoreUrlNavigator(const QUrl &url = QUrl(), QObject *parent = nullptr); ~KCoreUrlNavigator() override; + /*! + * \property KCoreUrlNavigator::currentLocationUrl + */ Q_PROPERTY(QUrl currentLocationUrl READ currentLocationUrl WRITE setCurrentLocationUrl NOTIFY currentLocationUrlChanged) QUrl currentLocationUrl() const; void setCurrentLocationUrl(const QUrl &url); Q_SIGNAL void currentLocationUrlChanged(); - /** + /*! * Is emitted, before the location URL is going to be changed to \a newUrl. + * * The signal KCoreUrlNavigator::urlChanged() will be emitted after the change * has been done. Connecting to this signal is useful to save the state * of a view with KCoreUrlNavigator::saveLocationState(). */ Q_SIGNAL void currentUrlAboutToChange(const QUrl &newUrl); - /** + /*! + * \property KCoreUrlNavigator::historySize + * * The amount of locations in the history. The data for each * location can be retrieved by KCoreUrlNavigator::locationUrl() and * KCoreUrlNavigator::locationState(). @@ -64,19 +71,21 @@ public: int historySize() const; Q_SIGNAL void historySizeChanged(); - /** + /*! * When the URL is changed and the new URL (e.g.\ /home/user1/) * is a parent of the previous URL (e.g.\ /home/user1/data/stuff), - * then this signal is emitted and \p url is set to the child + * then this signal is emitted and \a url is set to the child * directory of the new URL which is an ancestor of the old URL * (in the example paths this would be /home/user1/data/). * This signal allows file managers to pre-select the directory * that the user is navigating up from. - * @since 5.95 + * \since 5.95 */ Q_SIGNAL void urlSelectionRequested(const QUrl &url); - /** + /*! + * \property KCoreUrlNavigator::historyIndex + * * The history index of the current location, where * 0 <= history index < KCoreUrlNavigator::historySize(). 0 is the most * recent history entry. @@ -85,19 +94,19 @@ public: int historyIndex() const; Q_SIGNAL void historyIndexChanged(); - /** + /*! * Is emitted, if the history has been changed. Usually * the history is changed if a new URL has been selected. */ Q_SIGNAL void historyChanged(); - /** - * @return URL of the location given by the \a historyIndex. If \a historyIndex + /*! + * Returns URL of the location given by the \a historyIndex. If \a historyIndex * is smaller than 0, the URL of the current location is returned. */ Q_INVOKABLE QUrl locationUrl(int historyIndex = -1) const; - /** + /*! * Saves the location state described by \a state for the current location. It is recommended * that at least the scroll position of a view is remembered and restored when traversing * through the history. Saving the location state should be done when the signal @@ -113,14 +122,14 @@ public: */ Q_INVOKABLE void saveLocationState(const QVariant &state); - /** - * @return Location state given by \a historyIndex. If \a historyIndex + /*! + * Returns Location state given by \a historyIndex. If \a historyIndex * is smaller than 0, the state of the current location is returned. - * @see KCoreUrlNavigator::saveLocationState() + * \sa KCoreUrlNavigator::saveLocationState() */ Q_INVOKABLE QVariant locationState(int historyIndex = -1) const; - /** + /*! * Goes back one step in the URL history. The signals * KCoreUrlNavigator::urlAboutToBeChanged(), KCoreUrlNavigator::urlChanged() and * KCoreUrlNavigator::historyChanged() are emitted if true is returned. False is returned @@ -130,7 +139,7 @@ public: */ Q_INVOKABLE bool goBack(); - /** + /*! * Goes forward one step in the URL history. The signals * KCoreUrlNavigator::urlAboutToBeChanged(), KCoreUrlNavigator::urlChanged() and * KCoreUrlNavigator::historyChanged() are emitted if true is returned. False is returned @@ -140,7 +149,7 @@ public: */ Q_INVOKABLE bool goForward(); - /** + /*! * Goes up one step of the URL path and remembers the old path * in the history. The signals KCoreUrlNavigator::urlAboutToBeChanged(), * KCoreUrlNavigator::urlChanged() and KCoreUrlNavigator::historyChanged() are diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.cpp index 718246d45e..387b2f526f 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.cpp @@ -110,7 +110,7 @@ void KEMailClientLauncherJob::start() #else const QString url = mailToUrl().toString(); const QString sOpen = QStringLiteral("open"); - ShellExecuteW(0, (LPCWSTR)sOpen.utf16(), (LPCWSTR)url.utf16(), 0, 0, SW_NORMAL); + ShellExecuteW(nullptr, (LPCWSTR)sOpen.utf16(), (LPCWSTR)url.utf16(), nullptr, nullptr, SW_NORMAL); emitDelayedResult(); #endif } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.h b/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.h index eb2122451a..73680076cc 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kemailclientlauncherjob.h @@ -14,10 +14,11 @@ class KEMailClientLauncherJobPrivate; -/** - * @class KEMailClientLauncherJob kemailclientlauncherjob.h +/*! + * \class KEMailClientLauncherJob + * \inmodule KIOGui * - * @brief KEMailClientLauncherJob starts a mail client in order to compose a new mail. + * \brief KEMailClientLauncherJob starts a mail client in order to compose a new mail. * * It creates a startup notification and finishes it on success or on error (for the taskbar). * It also emits an error message if necessary (e.g. "program not found"). @@ -25,72 +26,84 @@ class KEMailClientLauncherJobPrivate; * The job finishes when the application is successfully started. * For error handling, either connect to the result() signal, or for a simple messagebox on error, * you can do - * @code + * \code * job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); - * @endcode + * \endcode * - * @since 5.87 + * \since 5.87 */ class KIOGUI_EXPORT KEMailClientLauncherJob : public KJob { Q_OBJECT public: - /** + /*! * Creates a KEMailClientLauncherJob. - * @param parent the parent QObject + * + * \a parent the parent QObject */ explicit KEMailClientLauncherJob(QObject *parent = nullptr); - /** + /*! * Destructor * * Note that jobs auto-delete themselves after emitting result */ ~KEMailClientLauncherJob() override; - /** + /*! * Sets the email address(es) that will be used in the To field for the email - * @param to recipients; each entry can use the format "someone@example.com" or "John Doe " + * + * \a to recipients; each entry can use the format "someone@example.com" or "John Doe " */ void setTo(const QStringList &to); - /** + /*! * Sets the email address(es) that will be used in the CC field for the email - * @param cc recipients; each entry can use the format "someone@example.com" or "John Doe " + * + * \a cc recipients; each entry can use the format "someone@example.com" or "John Doe " */ void setCc(const QStringList &cc); - /** + /*! * Sets the email address(es) that will be used in the Bcc field for the email - * @param bcc recipients; each entry can use the format "someone@example.com" or "John Doe " - * @since 5.96 + * + * \a bcc recipients; each entry can use the format "someone@example.com" or "John Doe " + * \since 5.96 */ void setBcc(const QStringList &bcc); - /** + /*! * Sets the subject for the email - * @param subject the email subject + * + * \a subject the email subject */ void setSubject(const QString &subject); - /** + /*! * Sets the body for the email - * @param body the email body + * + * \a body the email body */ void setBody(const QString &body); - /** + /*! * Sets attachments for the email - * @param urls URLs of the attachments for the email + * + * \a urls URLs of the attachments for the email + * * Remember to use QUrl::fromLocalFile() to construct those URLs from local file paths. */ void setAttachments(const QList &urls); - /** + /*! * Sets the platform-specific startup id of the mail client launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. + * * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Starts the job. + * * You must call this, after having called all the necessary setters. */ void start() override; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdoc b/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdoc new file mode 100644 index 0000000000..6bbeed966d --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdoc @@ -0,0 +1,10 @@ +/*! + \module KIOGui + \title KIO Gui C++ Classes + \ingroup modules + \cmakepackage KF6 + \cmakecomponent KIO + \cmaketargetitem KIOGui + + \brief GUI-related functionality for KIO. +*/ diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdocconf b/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdocconf new file mode 100644 index 0000000000..29b58db908 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/gui/kiogui.qdocconf @@ -0,0 +1,38 @@ +include($KDE_DOCS/global/qt-module-defaults.qdocconf) + +project = KIOGui +description = Network transparent access to files and data + +documentationinheaders = true + +headerdirs += . +sourcedirs += . + +outputformats = HTML + +navigation.landingpage = "KIO" + +depends += \ + kde \ + qtcore \ + qtgui \ + kcoreaddons \ + kconfigcore \ + kiocore \ + kservice + +qhp.projects = KIOGui + +qhp.KIOGui.file = kiogui.qhp +qhp.KIOGui.namespace = org.kde.kiogui.$QT_VERSION_TAG +qhp.KIOGui.virtualFolder = kiogui +qhp.KIOGui.indexTitle = KIOGui +qhp.KIOGui.indexRoot = + +qhp.KIOGui.subprojects = classes +qhp.KIOGui.subprojects.classes.title = C++ Classes +qhp.KIOGui.subprojects.classes.indexTitle = KIO Gui C++ Classes +qhp.KIOGui.subprojects.classes.selectors = class fake:headerfile +qhp.KIOGui.subprojects.classes.sortPages = true + +tagfile = kiogui.tags diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner.cpp b/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner.cpp index 64fa3afb2d..cbb290d0e3 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner.cpp @@ -18,8 +18,11 @@ #include "desktopexecparser.h" #include "gpudetection_p.h" #include "krecentdocument.h" + +#include #include #include +#include #include #if HAVE_WAYLAND @@ -88,6 +91,7 @@ static void modifyEnv(KProcess &process, QProcessEnvironment mod) KProcessRunner *KProcessRunner::fromApplication(const KService::Ptr &service, const QString &serviceEntryPath, const QList &urls, + const QString &actionName, KIO::ApplicationLauncherJob::RunFlags flags, const QString &suggestedFileName, const QByteArray &asn) @@ -103,9 +107,12 @@ KProcessRunner *KProcessRunner::fromApplication(const KService::Ptr &service, const bool notYetSupportedOpenActivationNeeded = !urls.isEmpty(); if (!notYetSupportedOpenActivationNeeded && DBusActivationRunner::activationPossible(service, flags, suggestedFileName)) { const auto actions = service->actions(); - auto action = std::find_if(actions.cbegin(), actions.cend(), [service](const KServiceAction &action) { - return action.exec() == service->exec(); + auto action = std::find_if(actions.cbegin(), actions.cend(), [actionName](const KServiceAction &action) { + return action.name() == actionName; }); + if (!actionName.isEmpty() && action == actions.cend()) { + qCWarning(KIO_GUI) << "Requested action" << actionName << "cannot be found for" << service->name(); + } instance = new DBusActivationRunner(action != actions.cend() ? action->name() : QString()); } else { instance = makeInstance(); @@ -141,7 +148,11 @@ KProcessRunner *KProcessRunner::fromApplication(const KService::Ptr &service, QString workingDir(service->workingDirectory()); if (workingDir.isEmpty() && !urls.isEmpty() && urls.first().isLocalFile()) { // systemd requires working directory to be normalized, or '~' - workingDir = QFileInfo(urls.first().toLocalFile()).canonicalPath(); + const QFileInfo fileInfo(urls.first().toLocalFile()); + // canonicalPath returns "." despite documentation claiming to return an empty string. + if (fileInfo.exists()) { + workingDir = fileInfo.canonicalPath(); + } } instance->m_process->setWorkingDirectory(workingDir); @@ -193,7 +204,7 @@ KProcessRunner *KProcessRunner::fromExecutable(const QString &executable, { const QString actualExec = QStandardPaths::findExecutable(executable); if (actualExec.isEmpty()) { - qCInfo(KIO_GUI) << "Could not find an executable named:" << executable; + qCWarning(KIO_GUI) << "Could not find an executable named:" << executable; return {}; } @@ -310,29 +321,20 @@ void KProcessRunner::init(const KService::Ptr &service, const QString &serviceEn window = qGuiApp->allWindows().constFirst(); } if (window) { - const int launchedSerial = KWaylandExtras::lastInputSerial(window); m_waitingForXdgToken = true; - connect( - KWaylandExtras::self(), - &KWaylandExtras::xdgActivationTokenArrived, - m_process.get(), - [this, launchedSerial](int tokenSerial, const QString &token) { - if (tokenSerial == launchedSerial) { - m_process->setEnv(QStringLiteral("XDG_ACTIVATION_TOKEN"), token); - m_waitingForXdgToken = false; - startProcess(); - } - }, - Qt::SingleShotConnection); - KWaylandExtras::requestXdgActivationToken(window, launchedSerial, resolveServiceAlias()); + m_xdgActivationTokenFuture = KWaylandExtras::xdgActivationToken(window, resolveServiceAlias()); + m_xdgActivationTokenFuture.then(this, [this](const QString &token) { + m_process->setEnv(QStringLiteral("XDG_ACTIVATION_TOKEN"), token); + m_waitingForXdgToken = false; + startProcess(); + }); + return; } } } #endif - if (!m_waitingForXdgToken) { - startProcess(); - } + startProcess(); } void ForkingProcessRunner::startProcess() @@ -436,6 +438,18 @@ QString KProcessRunner::resolveServiceAlias() const servName = name(); } + // when launching in a terminal use the appId of the terminal emulator, otherwise + // the appId of the activation token doesn't match the actual window' + if (m_service && m_service->terminal()) { + const KConfigGroup confGroup(KSharedConfig::openConfig(), QStringLiteral("General")); + const QString terminalService = confGroup.readEntry("TerminalService", QStringLiteral("org.kde.konsole.desktop")); + + const auto terminal = KService::serviceByStorageId(terminalService); + if (terminal) { + return terminal->desktopEntryName(); + } + } + return servName; } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner_p.h b/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner_p.h index 63e517d376..b1bc5549f8 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner_p.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kprocessrunner_p.h @@ -17,6 +17,7 @@ #if HAVE_X11 #include #endif +#include #include #include @@ -25,8 +26,8 @@ namespace KIOGuiPrivate bool checkStartupNotify(const KService *service, bool *silent_arg, QByteArray *wmclass_arg); } -/** - * @internal (exported for KIO GUI job unit tests) +/*! + * \internal (exported for KIO GUI job unit tests) * This class runs a KService or a shell command, using QProcess internally. * It creates a startup notification and finishes it on success or on error (for the taskbar) * It also shows an error message if necessary (e.g. "program not found"). @@ -43,33 +44,45 @@ public: }; Q_ENUM(LaunchMode) - /** - * Run a KService (application desktop file) to open @p urls. - * @param service the service to run - * @param urls the list of URLs, can be empty - * @param flags various flags - * @param suggestedFileName see KRun::setSuggestedFileName - * @param asn Application startup notification id, if any (otherwise "") - * @param serviceEntryPath the KService entryPath(), passed as an argument + /*! + * Run a KService (application desktop file) to open \a urls. + * + * \a service the service to run + * + * \a urls the list of URLs, can be empty + * + * \a flags various flags + * + * \a suggestedFileName see KRun::setSuggestedFileName + * + * \a asn Application startup notification id, if any (otherwise "") + * + * \a serviceEntryPath the KService entryPath(), passed as an argument * because in some cases it could become an empty string, e.g. if an - * ApplicationLauncherJob is created from a @c KServiceAction, the + * ApplicationLauncherJob is created from a KServiceAction, the * ApplicationLauncherJob will call KService::setExec() which clears the * entryPath() of the KService */ static KProcessRunner *fromApplication(const KService::Ptr &service, const QString &serviceEntryPath, const QList &urls, + const QString &actionName = {}, KIO::ApplicationLauncherJob::RunFlags flags = {}, const QString &suggestedFileName = {}, const QByteArray &asn = {}); - /** + /*! * Run a shell command - * @param cmd must be a shell command. No need to append "&" to it. - * @param desktopName name of the desktop file, if known. - * @param execName the name of the executable, if known. - * @param asn Application startup notification id, if any (otherwise ""). - * @param workingDirectory the working directory for the started process. The default + * + * \a cmd must be a shell command. No need to append "&" to it. + * + * \a desktopName name of the desktop file, if known. + * + * \a execName the name of the executable, if known. + * + * \a asn Application startup notification id, if any (otherwise ""). + * + * \a workingDirectory the working directory for the started process. The default * (if passing an empty string) is the user's document path. * This allows a command like "kwrite file.txt" to find file.txt from the right place. */ @@ -80,17 +93,21 @@ public: const QString &workingDirectory, const QProcessEnvironment &environment); - /** + /*! * Run an executable with arguments (without invoking a shell, by starting a new process). * - * @note: Starting from 5.92, if an actual executable named @p executable cannot be found + * \note: Starting from 5.92, if an actual executable named \a executable cannot be found * in PATH, this will return a nullptr. * - * @param executable the name of (or full path to) the executable, mandatory - * @param args the arguments to pass to the executable - * @param desktopName name of the desktop file, if known. - * @param asn Application startup notification id, if any (otherwise ""). - * @param workingDirectory the working directory for the started process. The default + * \a executable the name of (or full path to) the executable, mandatory + * + * \a args the arguments to pass to the executable + * + * \a desktopName name of the desktop file, if known. + * + * \a asn Application startup notification id, if any (otherwise ""). + * + * \a workingDirectory the working directory for the started process. The default * (if passing an empty string) is the user's document path. * This allows a command like "kwrite file.txt" to find file.txt from the right place. */ @@ -101,7 +118,7 @@ public: const QString &workingDirectory, const QProcessEnvironment &environment); - /** + /*! * Blocks until the process has started. Only exists for KRun via Command/ApplicationLauncherJob, will disappear in KF6. */ virtual bool waitForStarted(int timeout = 30000) = 0; @@ -111,15 +128,17 @@ public: static int instanceCount(); // for the unittest Q_SIGNALS: - /** - * @brief Emitted on error. In that case, finished() is not emitted. - * @param errorString the error message + /*! + * Emitted on error. In that case, finished() is not emitted. + * + * \a errorString the error message */ void error(const QString &errorString); - /** - * @brief emitted when the process was successfully started - * @param pid PID of the process that was started + /*! + * Emitted when the process was successfully started + * + * \a pid PID of the process that was started */ void processStarted(qint64 pid); @@ -142,6 +161,7 @@ protected: qint64 m_pid = 0; KService::Ptr m_service; QString m_serviceEntryPath; + QFuture m_xdgActivationTokenFuture; bool m_waitingForXdgToken = false; QList m_urls; #if HAVE_X11 diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.cpp index edd99327bd..cb4769aaaf 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.cpp @@ -49,10 +49,16 @@ void KTerminalLauncherJob::setProcessEnvironment(const QProcessEnvironment &envi d->m_environment = environment; } +// prepares for launching but doesn't actually launch yet. sets error on error +bool KTerminalLauncherJob::prepare() +{ + determineFullCommand(); // checks and sets m_fullCommand + return error() == KJob::NoError; +} + void KTerminalLauncherJob::start() { - determineFullCommand(); - if (error()) { + if (!prepare()) { emitDelayedResult(); } else { auto *subjob = new KIO::CommandLauncherJob(d->m_fullCommand, this); @@ -62,7 +68,7 @@ void KTerminalLauncherJob::start() subjob->setProcessEnvironment(d->m_environment); connect(subjob, &KJob::result, this, [this, subjob] { // NB: must go through emitResult otherwise we don't get correctly finished! - // TODO KF6: maybe change the base to KCompositeJob so we can get rid of this nonesense + // TODO KF6: maybe change the base to KCompositeJob so we can get rid of this nonsense if (subjob->error()) { setError(subjob->error()); setErrorText(subjob->errorText()); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.h b/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.h index a9b40e91cc..642f7f38b1 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kterminallauncherjob.h @@ -13,10 +13,11 @@ class KTerminalLauncherJobPrivate; -/** - * @class KTerminalLauncherJob kterminallauncherjob.h +/*! + * \class KTerminalLauncherJob + * \inmodule KIOGui * - * @brief KTerminalLauncherJob starts a terminal application, + * \brief KTerminalLauncherJob starts a terminal application, * either for the user to use interactively, or to execute a command. * * It creates a startup notification and finishes it on success or on error (for the taskbar). @@ -25,52 +26,78 @@ class KTerminalLauncherJobPrivate; * The job finishes when the application is successfully started. * For error handling, either connect to the result() signal, or for a simple messagebox on error, * you can do - * @code + * \code * job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); - * @endcode + * \endcode * - * @since 5.83 + * \since 5.83 */ class KIOGUI_EXPORT KTerminalLauncherJob : public KJob { Q_OBJECT public: - /** + /*! * Creates a KTerminalLauncherJob. - * @param command the command to execute in a terminal, can be empty. - * @param parent the parent QObject + * + * \a command the command to execute in a terminal, can be empty. + * + * \a parent the parent QObject */ explicit KTerminalLauncherJob(const QString &command, QObject *parent = nullptr); - /** + /*! * Destructor * * Note that jobs auto-delete themselves after emitting result */ ~KTerminalLauncherJob() override; - /** + /*! * Sets the working directory from which to run the command. - * @param workingDirectory path of a local directory + * + * \a workingDirectory path of a local directory */ void setWorkingDirectory(const QString &workingDirectory); - /** + /*! * Sets the platform-specific startup id of the command launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. + * * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Can be used to pass environment variables to the child process. - * @param environment set of environment variables to pass to the child process - * @see QProcessEnvironment + * + * \a environment set of environment variables to pass to the child process + * + * \sa QProcessEnvironment */ void setProcessEnvironment(const QProcessEnvironment &environment); - /** + /*! + * Checks whether the command to launch a terminal can be constructed and sets it. + * + * The start() function calls this internally, so you only need to call prepare() + * directly if you want to validate the command separately from actually starting + * the terminal. + * + * This is useful if you want to avoid calling start() just to catch an error, + * for example to conditionally show or hide a GUI element depending on whether + * launching a terminal is likely to succeed. + * + * \return true if a launch command could be constructed, false otherwise. + * \sa start() + * + * \since 6.17 + */ + bool prepare(); + + /*! * Starts the job. * You must call this, after having called all the necessary setters. */ diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kurifilter.h b/local/recipes/kde/kf6-kio/source/src/gui/kurifilter.h index f64811923a..98e946b9d9 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kurifilter.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kurifilter.h @@ -29,31 +29,30 @@ class KUriFilterPrivate; class KUriFilterDataPrivate; class QHostInfo; -/** - * @class KUriFilterSearchProvider kurifilter.h +/*! + * \class KUriFilterSearchProvider + * \inheaderfile KUriFilter + * \inmodule KIOGui * - * Class that holds information about a search provider. + * \brief Class that holds information about a search provider. * */ class KIOGUI_EXPORT KUriFilterSearchProvider { public: - /** + /*! * Default constructor. */ KUriFilterSearchProvider(); - /** + /*! * Copy constructor. */ KUriFilterSearchProvider(const KUriFilterSearchProvider &); - /** - * Destructor. - */ virtual ~KUriFilterSearchProvider(); - /** + /*! * Returns the desktop filename of the search provider without any extension. * * For example, if the desktop filename of the search provider was @@ -61,7 +60,7 @@ public: */ QString desktopEntryName() const; - /** + /*! * Returns the descriptive name of the search provider, e.g.\ "Google News". * * This name comes from the "Name=" property entry in the desktop file that @@ -69,37 +68,49 @@ public: */ QString name() const; - /** + /*! * Returns the icon name associated with the search provider when available. */ virtual QString iconName() const; - /** + /*! * Returns all the web shortcut keys associated with this search provider. * - * @see defaultKey + * \sa defaultKey */ QStringList keys() const; - /** + /*! * Returns the default web shortcut key for this search provider. * * Right now this is the same as doing keys().first(), it might however * change based on what the backend plugins do. * - * @see keys + * \sa keys */ QString defaultKey() const; - /** - * Assignment operator. - */ KUriFilterSearchProvider &operator=(const KUriFilterSearchProvider &); protected: + /*! + * + */ void setDesktopEntryName(const QString &); + + /*! + * + */ void setIconName(const QString &); + + /*! + * + */ void setKeys(const QStringList &); + + /*! + * + */ void setName(const QString &); private: @@ -108,8 +119,12 @@ private: std::unique_ptr const d; }; -/** - * @class KUriFilterData kurifilter.h +/*! + * \class KUriFilterData + * \inheaderfile KUriFilter + * \inmodule KIOGui + * + * \brief A class for exchanging filtering information. * * This class is a basic messaging class used to exchange filtering information * between the filter plugins and the application requesting the filtering @@ -120,16 +135,16 @@ private: * it to KUriFilter to have the plugins fill out all possible information about * the URI. * - * On successful filtering you can use @ref uriType() to determine what type - * of resource the request was filtered into. See @ref KUriFilter::UriTypes for - * details. If an error is encountered, then @ref KUriFilter::Error is returned. - * You can use @ref errorMsg to obtain the error information. + * On successful filtering you can use uriType() to determine what type + * of resource the request was filtered into. See KUriFilter::UriTypes for + * details. If an error is encountered, then KUriFilter::Error is returned. + * You can use errorMsg to obtain the error information. * * The functions in this class are not reentrant. * - * \b Example + * Example: * - * Here is a basic example of how this class is used with @ref KUriFilter: + * Here is a basic example of how this class is used with KUriFilter: * \code * KUriFilterData filterData (QLatin1String("kde.org")); * bool filtered = KUriFilter::self()->filterUri(filterData); @@ -141,54 +156,52 @@ private: * \code * KUriFilterData data; * data.setData(""); - * data.setSearchFilteringOption(KUriFilterData::RetrievePreferredSearchProvidersOnly); + * data.setSearchFilteringOptions(KUriFilterData::RetrievePreferredSearchProvidersOnly); * bool filtered = KUriFilter::self()->filterSearchUri(data, KUriFilter::NormalTextFilter); * \endcode - * - * @short A class for exchanging filtering information. - * @author Dawit Alemayehu */ class KIOGUI_EXPORT KUriFilterData { public: - /** + /*! * Describes the type of the URI that was filtered. + * + * \value NetProtocol Any network protocol: http, ftp, nttp, pop3, etc... + * \value LocalFile A local file whose executable flag is not set + * \value LocalDir A local directory + * \value Executable A local file whose executable flag is set + * \value Help A man or info page + * \value Shell A shell executable (ex: echo "Test..." >> ~/testfile) + * \value Blocked A URI that should be blocked/filtered (ex: ad filtering) + * \value Error An incorrect URI (ex: "~johndoe" when user johndoe does not exist in that system) + * \value Unknown A URI that is not identified. Default value when a KUriFilterData is first created. */ enum UriTypes { - NetProtocol = 0, ///< Any network protocol: http, ftp, nttp, pop3, etc... - LocalFile, ///< A local file whose executable flag is not set - LocalDir, ///< A local directory - Executable, ///< A local file whose executable flag is set - Help, ///< A man or info page - Shell, ///< A shell executable (ex: echo "Test..." >> ~/testfile) - Blocked, ///< A URI that should be blocked/filtered (ex: ad filtering) - Error, ///< An incorrect URI (ex: "~johndoe" when user johndoe does not exist in that system) - Unknown, ///< A URI that is not identified. Default value when a KUriFilterData is first created. + NetProtocol = 0, + LocalFile, + LocalDir, + Executable, + Help, + Shell, + Blocked, + Error, + Unknown, }; - /** + /*! * This enum describes the search filtering options to be used. * - * @li SearchFilterOptionNone - * No search filter options are set and normal filtering is performed - * on the input data. - * @li RetrieveSearchProvidersOnly - * If set, the list of all available search providers are returned without - * any input filtering. This flag only applies when used in conjunction - * with the @ref KUriFilter::NormalTextFilter flag. - * @li RetrievePreferredSearchProvidersOnly - * If set, the list of preferred search providers are returned without - * any input filtering. This flag only applies when used in conjunction - * with the @ref KUriFilter::NormalTextFilter flag. - * @li RetrieveAvailableSearchProvidersOnly - * Same as doing RetrievePreferredSearchProvidersOnly | RetrieveSearchProvidersOnly, - * where all available search providers are returned if no preferred ones - * ones are available. No input filtering will be performed. + * \value SearchFilterOptionNone No search filter options are set and normal filtering is performed on the input data. + * \value RetrieveSearchProvidersOnly If set, the list of all available search providers are returned without any input filtering. This flag only applies + * when used in conjunction with the KUriFilter::NormalTextFilter flag. + * \value RetrievePreferredSearchProvidersOnly If set, the list of preferred search providers are returned without any input filtering. This flag only + * applies when used in conjunction with the KUriFilter::NormalTextFilter flag. + * \value RetrieveAvailableSearchProvidersOnly Same as doing RetrievePreferredSearchProvidersOnly | RetrieveSearchProvidersOnly, where all available search + * providers are returned if no preferred ones are available. No input filtering will be performed. * - * @see setSearchFilteringOptions - * @see KUriFilter::filterSearchUri - * @see SearchFilterOptions + * \sa setSearchFilteringOptions + * \sa KUriFilter::filterSearchUri */ enum SearchFilterOption { SearchFilterOptionNone = 0x0, @@ -196,269 +209,262 @@ public: RetrievePreferredSearchProvidersOnly = 0x02, RetrieveAvailableSearchProvidersOnly = (RetrievePreferredSearchProvidersOnly | RetrieveSearchProvidersOnly), }; - /** - * Stores a combination of #SearchFilterOption values. - */ Q_DECLARE_FLAGS(SearchFilterOptions, SearchFilterOption) - /** + /*! * Default constructor. * * Creates a UriFilterData object. */ KUriFilterData(); - /** + /*! * Creates a KUriFilterData object from the given URL. * - * @param url is the URL to be filtered. + * \a url is the URL to be filtered. */ explicit KUriFilterData(const QUrl &url); - /** + /*! * Creates a KUriFilterData object from the given string. * - * @param url is the string to be filtered. + * \a url is the string to be filtered. */ explicit KUriFilterData(const QString &url); - /** + /*! * Copy constructor. * * Creates a KUriFilterData object from another KURIFilterData object. * - * @param other the uri filter data to be copied. + * \a other the uri filter data to be copied. */ KUriFilterData(const KUriFilterData &other); - /** - * Destructor. - */ ~KUriFilterData(); - /** + /*! * Returns the filtered or the original URL. * * If one of the plugins successfully filtered the original input, this * function returns it. Otherwise, it will return the input itself. * - * @return the filtered or original url. + * Returns the filtered or original url. */ QUrl uri() const; - /** + /*! * Returns an error message. * * This functions returns the error message set by the plugin whenever the * uri type is set to KUriFilterData::ERROR. Otherwise, it returns a nullptr * string. * - * @return the error message or a nullptr when there is none. + * Returns the error message or a nullptr when there is none. */ QString errorMsg() const; - /** + /*! * Returns the URI type. * * This method always returns KUriFilterData::UNKNOWN if the given URL was * not filtered. * - * @return the type of the URI + * Returns the type of the URI */ UriTypes uriType() const; - /** + /*! * Returns the absolute path if one has already been set. * - * @return the absolute path, or QString() + * Returns the absolute path, or QString() * - * @see hasAbsolutePath() + * \sa hasAbsolutePath() */ QString absolutePath() const; - /** + /*! * Checks whether the supplied data had an absolute path. * - * @return true if the supplied data has an absolute path + * Returns true if the supplied data has an absolute path * - * @see absolutePath() + * \sa absolutePath() */ bool hasAbsolutePath() const; - /** + /*! * Returns the command line options and arguments for a local resource * when present. * - * @return options and arguments when present, otherwise QString() + * Returns options and arguments when present, otherwise QString() */ QString argsAndOptions() const; - /** + /*! * Checks whether the current data is a local resource with command line * options and arguments. * - * @return true if the current data has command line options and arguments + * Returns true if the current data has command line options and arguments */ bool hasArgsAndOptions() const; - /** - * @return true if the filters should attempt to check whether the + /*! + * Returns true if the filters should attempt to check whether the * supplied uri is an executable. False otherwise. */ bool checkForExecutables() const; - /** + /*! * The string as typed by the user, before any URL processing is done. */ QString typedString() const; - /** + /*! * Returns the search term portion of the typed string. * - * If the @ref typedString was not filtered by a search filter plugin, this + * If the typedString was not filtered by a search filter plugin, this * function returns an empty string. * - * @see typedString + * \sa typedString */ QString searchTerm() const; - /** + /*! * Returns the character that is used to separate the search term from the * keyword. * - * If @ref typedString was not filtered by a search filter plugin, this + * If typedString was not filtered by a search filter plugin, this * function returns a null character. * - * @see typedString + * \sa typedString */ QChar searchTermSeparator() const; - /** + /*! * Returns the name of the search service provider, e.g.\ Google. * - * If @ref typedString was not filtered by a search filter plugin, this + * If typedString was not filtered by a search filter plugin, this * function returns an empty string. * - * @see typedString + * \sa typedString */ QString searchProvider() const; - /** + /*! * Returns a list of the names of preferred or available search providers. * * This function returns the list of providers marked as preferred whenever - * the input data, i.e. @ref typedString, is successfully filtered. + * the input data, i.e. typedString, is successfully filtered. * * If no default search provider has been selected prior to a filter request, * this function will return an empty list. To avoid this problem you must - * either set an alternate default search provider using @ref setAlternateDefaultSearchProvider - * or set one of the @ref SearchFilterOption flags if you are only interested + * either set an alternate default search provider using setAlternateDefaultSearchProvider + * or set one of the SearchFilterOption flags if you are only interested * in getting the list of providers and not filtering the input. * * Additionally, you can also provide alternate search providers in case * there are no preferred ones already selected. * - * You can use @ref queryForPreferredServiceProvider to obtain the query + * You can use queryForPreferredServiceProvider to obtain the query * associated with the list of search providers returned by this function. * - * @see setAlternateSearchProviders - * @see setAlternateDefaultSearchProvider - * @see setSearchFilteringOption - * @see queryForPreferredServiceProvider + * \sa setAlternateSearchProviders() + * \sa setAlternateDefaultSearchProvider() + * \sa setSearchFilteringOptions() + * \sa queryForPreferredSearchProvider() */ QStringList preferredSearchProviders() const; - /** - * Returns information about @p provider. + /*! + * Returns information about \a provider. * * You can use this function to obtain the more information about the search - * providers returned by @ref preferredSearchProviders. + * providers returned by preferredSearchProviders. * - * @see preferredSearchProviders - * @see KUriFilterSearchProvider + * \sa preferredSearchProviders() */ KUriFilterSearchProvider queryForSearchProvider(const QString &provider) const; - /** + /*! * Returns the web shortcut url for the given preferred search provider. * * You can use this function to obtain the query for the preferred search - * providers returned by @ref preferredSearchProviders. + * providers returned by preferredSearchProviders. * * The query returned by this function is in web shortcut format, i.e. * "gg:foo bar", and must be re-filtered through KUriFilter to obtain a * valid url. * - * @see preferredSearchProviders + * \sa preferredSearchProviders */ QString queryForPreferredSearchProvider(const QString &provider) const; - /** + /*! * Returns all the query urls for the given search provider. * * Use this function to obtain all the different queries that can be used * for the given provider. For example, if a search engine provider named * "foobar" has web shortcuts named "foobar", "foo" and "bar", then this - * function, unlike @ref queryForPreferredSearchProvider, will return a + * function, unlike queryForPreferredSearchProvider, will return a * a query for each and every web shortcut. * - * @see queryForPreferredSearchProvider + * \sa queryForPreferredSearchProvider */ QStringList allQueriesForSearchProvider(const QString &provider) const; - /** + /*! * Returns the icon associated with the given preferred search provider. * * You can use this function to obtain the icon names associated with the - * preferred search providers returned by @ref preferredSearchProviders. + * preferred search providers returned by preferredSearchProviders. * - * @see preferredSearchProviders + * \sa preferredSearchProviders */ QString iconNameForPreferredSearchProvider(const QString &provider) const; - /** + /*! * Returns the list of alternate search providers. * - * This function returns an empty list if @ref setAlternateSearchProviders + * This function returns an empty list if setAlternateSearchProviders * was not called to set the alternate search providers to be when no * preferred providers have been chosen by the user through the search * configuration module. * - * @see setAlternatteSearchProviders - * @see preferredSearchProviders + * \sa setAlternateSearchProviders + * \sa preferredSearchProviders */ QStringList alternateSearchProviders() const; - /** + /*! * Returns the search provider to use when a default provider is not available. * - * This function returns an empty string if @ref setAlternateDefaultSearchProvider + * This function returns an empty string if setAlternateDefaultSearchProvider * was not called to set the default search provider to be used when none has been * chosen by the user through the search configuration module. * - * @see setAlternateDefaultSearchProvider + * \sa setAlternateDefaultSearchProvider */ QString alternateDefaultSearchProvider() const; - /** + /*! * Returns the default protocol to use when filtering potentially valid url inputs. * * By default this function will return an empty string. * - * @see setDefaultUrlScheme + * \sa setDefaultUrlScheme */ QString defaultUrlScheme() const; - /** + /*! * Returns the specified search filter options. * - * By default this function returns @ref SearchFilterOptionNone. + * By default this function returns SearchFilterOptionNone. * - * @see setSearchFilteringOptions + * \sa setSearchFilteringOptions */ SearchFilterOptions searchFilteringOptions() const; - /** + /*! * The name of the icon that matches the current filtered URL. * * This function returns a null string by default and when no icon is found @@ -466,7 +472,7 @@ public: */ QString iconName(); - /** + /*! * Check whether the provided uri is executable or not. * * Setting this to false ensures that typing the name of an executable does @@ -475,44 +481,44 @@ public: */ void setCheckForExecutables(bool check); - /** + /*! * Same as above except the argument is a URL. * * Use this function to set the string to be filtered when you construct an * empty filter object. * - * @param url the URL to be filtered. + * \a url the URL to be filtered. */ void setData(const QUrl &url); - /** + /*! * Sets the URL to be filtered. * * Use this function to set the string to be * filtered when you construct an empty filter * object. * - * @param url the string to be filtered. + * \a url the string to be filtered. */ void setData(const QString &url); - /** + /*! * Sets the absolute path to be used whenever the supplied data is a * relative local URL. * - * NOTE: This function should only be used for local resources, i.e. the + * \note This function should only be used for local resources, i.e. the * "file:/" protocol. It is useful for specifying the absolute path in * cases where the actual URL might be relative. If deriving the path from * a QUrl, make sure you set the argument for this function to the result * of calling path () instead of url (). * - * @param abs_path the absolute path to the local resource. + * \a abs_path the absolute path to the local resource. * - * @return true if absolute path is successfully set. Otherwise, false. + * Returns true if absolute path is successfully set. Otherwise, false. */ bool setAbsolutePath(const QString &abs_path); - /** + /*! * Sets a list of search providers to use in case no preferred search * providers are available. * @@ -521,12 +527,12 @@ public: * selected by the user. Otherwise, the providers specified through this * function will be ignored. * - * @see alternateSearchProviders - * @see preferredSearchProviders + * \sa alternateSearchProviders + * \sa preferredSearchProviders */ void setAlternateSearchProviders(const QStringList &providers); - /** + /*! * Sets the search provider to use in case no default provider is available. * * The default search provider set using this function will only be used if @@ -534,12 +540,12 @@ public: * the user. Otherwise, the default provider specified by through function * will be ignored. * - * @see alternateDefaultSearchProvider - * @see preferredSearchProviders + * \sa alternateDefaultSearchProvider + * \sa preferredSearchProviders */ void setAlternateDefaultSearchProvider(const QString &provider); - /** + /*! * Sets the default scheme used when filtering potentially valid url inputs. * * Use this function to change the default protocol used when filtering @@ -550,44 +556,28 @@ public: * simply set to "ftp", then a potentially valid url input such as "kde.org" * will be filtered to "ftp://kde.org". * - * @see defaultUrlScheme + * \sa defaultUrlScheme */ void setDefaultUrlScheme(const QString &); - /** + /*! * Sets the options used by search filter plugins to filter requests. * - * The default search filter option is @ref SearchFilterOptionNone. See - * @ref SearchFilterOption for the description of the other flags. + * The default search filter option is SearchFilterOptionNone. See + * SearchFilterOption for the description of the other flags. * * It is important to note that the options set through this function can * prevent any filtering from being performed by search filter plugins. - * As such, @ref uriTypes can return KUriFilterData::Unknown and @ref uri + * As such, uriTypes can return KUriFilterData::Unknown and uri * can return an invalid url even though the filtering request returned * a successful response. * - * @see searchFilteringOptions + * \sa searchFilteringOptions */ void setSearchFilteringOptions(SearchFilterOptions options); - /** - * Overloaded assignment operator. - * - * This function allows you to easily assign a QUrl - * to a KUriFilterData object. - * - * @return an instance of a KUriFilterData object. - */ KUriFilterData &operator=(const QUrl &url); - /** - * Overloaded assignment operator. - * - * This function allows you to easily assign a QString to a KUriFilterData - * object. - * - * @return an instance of a KUriFilterData object. - */ KUriFilterData &operator=(const QString &url); private: @@ -595,20 +585,23 @@ private: std::unique_ptr d; }; -/** - * @class KUriFilter kurifilter.h +/*! + * \class KUriFilter + * \inmodule KIOGui + * + * \brief Filters the given input into a valid url whenever possible. * * KUriFilter applies a number of filters to a URI and returns a filtered version if any * filter matches. * A simple example is "kde.org" to "http://www.kde.org", which is commonplace in web browsers. * - * The filters are implemented as plugins in @ref KUriFilterPlugin subclasses. + * The filters are implemented as plugins in KUriFilterPlugin subclasses. * * KUriFilter is a singleton object: obtain the instance by calling - * @p KUriFilter::self() and use the public member functions to + * KUriFilter::self() and use the public member functions to * perform the filtering. * - * \b Example + * Example: * * To simply filter a given string: * @@ -680,144 +673,139 @@ private: * \endcode * * Additionally if you only want to do search related filtering, you can use the - * search specific function, @ref filterSearchUri, that is available in KDE + * search specific function, filterSearchUri, that is available in KDE * 4.5 and higher. For example, to search for a given input on the web you * can do the following: * * KUriFilterData filterData ("foo"); * bool filtered = KUriFilter::self()->filterSearchUri(filterData, KUriFilterData::NormalTextFilter); * - * KUriFilter converts all filtering requests to use @ref KUriFilterData + * KUriFilter converts all filtering requests to use KUriFilterData * internally. The use of this bi-directional class allows you to send specific * instructions to the filter plugins as well as receive detailed information * about the filtered request from them. See the documentation of KUriFilterData * class for more examples and details. * * All functions in this class are thread safe and reentrant. - * - * @short Filters the given input into a valid url whenever possible. */ class KIOGUI_EXPORT KUriFilter { public: - /** + /*! * This enum describes the types of search plugin filters available. * - * @li NormalTextFilter The plugin used to filter normal text, e.g. "some term to search". - * @li WebShortcutFilter The plugin used to filter web shortcuts, e.g. gg:KDE. - * - * @see SearchFilterTypes + * \value NormalTextFilter The plugin used to filter normal text, e.g. "some term to search". + * \value WebShortcutFilter The plugin used to filter web shortcuts, e.g. gg:KDE. */ enum SearchFilterType { NormalTextFilter = 0x01, WebShortcutFilter = 0x02, }; - /** - * Stores a combination of #SearchFilterType values. - */ Q_DECLARE_FLAGS(SearchFilterTypes, SearchFilterType) - /** - * Destructor - */ ~KUriFilter(); - /** + /*! * Returns an instance of KUriFilter. */ static KUriFilter *self(); - /** - * Filters @p data using the specified @p filters. + /*! + * Filters \a data using the specified \a filters. * * If no named filters are specified, the default, then all the * URI filter plugins found will be used. * - * @param data object that contains the URI to be filtered. - * @param filters specify the list of filters to be used. + * \a data object that contains the URI to be filtered. * - * @return a boolean indicating whether the URI has been changed + * \a filters specify the list of filters to be used. + * + * Returns a boolean indicating whether the URI has been changed */ bool filterUri(KUriFilterData &data, const QStringList &filters = QStringList()); - /** + /*! * Filters the URI given by the URL. * * The given URL is filtered based on the specified list of filters. * If the list is empty all available filters would be used. * - * @param uri the URI to filter. - * @param filters specify the list of filters to be used. + * \a uri the URI to filter. * - * @return a boolean indicating whether the URI has been changed + * \a filters specify the list of filters to be used. + * + * Returns a boolean indicating whether the URI has been changed */ bool filterUri(QUrl &uri, const QStringList &filters = QStringList()); - /** + /*! * Filters a string representing a URI. * * The given URL is filtered based on the specified list of filters. * If the list is empty all available filters would be used. * - * @param uri The URI to filter. - * @param filters specify the list of filters to be used. + * \a uri The URI to filter. * - * @return a boolean indicating whether the URI has been changed + * \a filters specify the list of filters to be used. + * + * Returns a boolean indicating whether the URI has been changed */ bool filterUri(QString &uri, const QStringList &filters = QStringList()); - /** + /*! * Returns the filtered URI. * * The given URL is filtered based on the specified list of filters. * If the list is empty all available filters would be used. * - * @param uri The URI to filter. - * @param filters specify the list of filters to be used. + * \a uri The URI to filter. * - * @return the filtered URI or null if it cannot be filtered + * \a filters specify the list of filters to be used. + * + * Returns the filtered URI or null if it cannot be filtered */ QUrl filteredUri(const QUrl &uri, const QStringList &filters = QStringList()); - /** + /*! * Return a filtered string representation of a URI. * * The given URL is filtered based on the specified list of filters. * If the list is empty all available filters would be used. * - * @param uri the URI to filter. - * @param filters specify the list of filters to be used. + * \a uri the URI to filter. * - * @return the filtered URI or null if it cannot be filtered + * \a filters specify the list of filters to be used. + * + * Returns the filtered URI or null if it cannot be filtered */ QString filteredUri(const QString &uri, const QStringList &filters = QStringList()); - /** - * Filter @p data using the criteria specified by @p types. + /*! + * Filter \a data using the criteria specified by \a types. * - * The search filter type can be individual value of @ref SearchFilterTypes + * The search filter type can be individual value of SearchFilterTypes * or a combination of those types using the bitwise OR operator. * - * You can also use the flags from @ref KUriFilterData::SearchFilterOption + * You can also use the flags from KUriFilterData::SearchFilterOption * to alter the filtering mechanisms of the search filter providers. * - * @param data object that contains the URI to be filtered. - * @param types the search filters used to filter the request. - * @return true if the specified @p data was successfully filtered. + * \a data object that contains the URI to be filtered. * - * @see KUriFilterData::setSearchFilteringOptions + * \a types the search filters used to filter the request. + * + * Returns \c true if the specified \a data was successfully filtered. + * + * \sa KUriFilterData::setSearchFilteringOptions */ bool filterSearchUri(KUriFilterData &data, SearchFilterTypes types); - /** + /*! * Return a list of the names of all loaded plugins. - * - * @return a QStringList of plugin names */ QStringList pluginNames() const; protected: - /** + /*! * Constructor. * * Creates a KUriFilter object and calls loads all available URI filter plugins. diff --git a/local/recipes/kde/kf6-kio/source/src/gui/kurifilterplugin_p.h b/local/recipes/kde/kf6-kio/source/src/gui/kurifilterplugin_p.h index 2179c29c53..80520ff7e0 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/kurifilterplugin_p.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/kurifilterplugin_p.h @@ -10,84 +10,85 @@ #include -/** - * @class KUriFilterPlugin kurifilter.h +/*! + * \class KUriFilterPlugin kurifilter.h * - * Base class for URI filter plugins. + * \brief Base class for URI filter plugins. * * This class applies a single filter to a URI. All plugins designed to provide * URI filtering service should inherit from this abstract class and provide a * concrete implementation. * * All inheriting classes need to implement the pure virtual function - * @ref filterUri. + * filterUri. * - * @short Abstract class for URI filter plugins. + * \internal */ class KIOGUI_EXPORT KUriFilterPlugin : public QObject { Q_OBJECT public: - /** + /*! * Constructs a filter plugin with a given name * - * @param parent the parent object, or @c nullptr for no parent - * @param name the name of the plugin, mandatory + * \a parent the parent object, or \c nullptr for no parent + * + * \a name the name of the plugin, mandatory */ explicit KUriFilterPlugin(QObject *parent, const KPluginMetaData &data); ~KUriFilterPlugin() override; public: - /** + /*! * Filters a URI. * - * @param data the URI data to be filtered. - * @return A boolean indicating whether the URI has been changed. + * \a data the URI data to be filtered. + * Returns A boolean indicating whether the URI has been changed. */ virtual bool filterUri(KUriFilterData &data) const = 0; protected: - /** - * Sets the URL in @p data to @p uri. + /*! + * Sets the URL in @short Filters the given input into a valid url whenever possible.\a data to \a uri. */ void setFilteredUri(KUriFilterData &data, const QUrl &uri) const; - /** - * Sets the error message in @p data to @p errormsg. + /*! + * Sets the error message in \a data to \a errormsg. */ void setErrorMsg(KUriFilterData &data, const QString &errmsg) const; - /** - * Sets the URI type in @p data to @p type. + /*! + * Sets the URI type in \a data to \a type. */ void setUriType(KUriFilterData &data, KUriFilterData::UriTypes type) const; - /** - * Sets the arguments and options string in @p data to @p args if any were + /*! + * Sets the arguments and options string in \a data to \a args if any were * found during filtering. */ void setArguments(KUriFilterData &data, const QString &args) const; - /** + /*! * Sets the name of the search provider, the search term and keyword/term - * separator in @p data. + * separator in \a data. */ void setSearchProvider(KUriFilterData &data, KUriFilterSearchProvider *provider, const QString &term, const QChar &separator) const; - /** - * Sets the information about the search @p providers in @p data. + /*! + * Sets the information about the search \a providers in \a data. */ void setSearchProviders(KUriFilterData &data, const QList &providers) const; - /** - * Returns the icon name for the given @p url and URI @p type. + /*! + * Returns the icon name for the given \a url and URI \a type. */ QString iconNameFor(const QUrl &url, KUriFilterData::UriTypes type) const; - /** - * Performs a DNS lookup for @p hostname and returns the result. + /*! + * Performs a DNS lookup for \a hostname and returns the result. * * This function uses the KIO DNS cache to speed up the * lookup. It also avoids doing a reverse lookup if the given @@ -96,9 +97,11 @@ protected: * \note All uri filter plugins that need to perform a hostname * lookup should use this function. * - * @param hostname the hostname to lookup. - * @param timeout the amount of time in msecs to wait for the lookup. - * @return the result of the host name lookup. + * \a hostname the hostname to lookup. + * + * \a timeout the amount of time in msecs to wait for the lookup. + * + * Returns the result of the host name lookup. */ QHostInfo resolveName(const QString &hostname, unsigned long timeout) const; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.cpp index 0a6df08587..9be27914d6 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.cpp @@ -176,18 +176,10 @@ void OpenFileManagerWindowDBusStrategy::start(const QList &urls, const QBy if (!window && !qGuiApp->allWindows().isEmpty()) { window = qGuiApp->allWindows().constFirst(); } - const int launchedSerial = KWaylandExtras::lastInputSerial(window); - QObject::connect( - KWaylandExtras::self(), - &KWaylandExtras::xdgActivationTokenArrived, - this, - [launchedSerial, runWithToken](int serial, const QString &token) { - if (serial == launchedSerial) { - runWithToken(token.toUtf8()); - } - }, - Qt::SingleShotConnection); - KWaylandExtras::requestXdgActivationToken(window, launchedSerial, {}); + auto tokenFuture = KWaylandExtras::xdgActivationToken(window, {}); + tokenFuture.then([runWithToken](const QString &token) { + runWithToken(token.toUtf8()); + }); } else { runWithToken({}); } @@ -242,3 +234,5 @@ void OpenFileManagerWindowWindowsShellStrategy::start(const QList &urls, c } // namespace KIO #include "moc_openfilemanagerwindowjob.cpp" + +#include "moc_openfilemanagerwindowjob_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.h b/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.h index 81b741940c..cd0d5edcc6 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/openfilemanagerwindowjob.h @@ -21,10 +21,12 @@ namespace KIO { class OpenFileManagerWindowJobPrivate; -/** - * @class KIO::OpenFileManagerWindowJob openfilemanagerwindowjob.h +/*! + * \class KIO::OpenFileManagerWindowJob + * \inheaderfile KIO/OpenFileManagerWindowJob + * \inmodule KIOGui * - * @brief Open a File Manager Window + * \brief Open a File Manager Window. * * Using this job you can open a file manager window and highlight specific * files within a folder. This can be useful if you downloaded a file and want @@ -42,55 +44,58 @@ class OpenFileManagerWindowJobPrivate; * * If you just want to open a folder, use OpenUrlJob instead. * - * @since 5.24 + * \since 5.24 */ class KIOGUI_EXPORT OpenFileManagerWindowJob : public KJob { Q_OBJECT public: - /** + /*! * Creates an OpenFileManagerWindowJob */ explicit OpenFileManagerWindowJob(QObject *parent = nullptr); - /** - * Destroys the OpenFileManagerWindowJob - */ ~OpenFileManagerWindowJob() override; - /** + /*! * Errors the job may emit + * + * \value NoValidUrlsError No valid URLs to highlight have been specified + * \value LaunchFailedError Failed to launch the file manager */ enum Errors { - NoValidUrlsError = KJob::UserDefinedError, ///< No valid URLs to highlight have been specified - LaunchFailedError, ///< Failed to launch the file manager + NoValidUrlsError = KJob::UserDefinedError, + LaunchFailedError, }; - /** + /*! * The files and/or folders to highlight */ QList highlightUrls() const; - /** + /*! * Set the files and/or folders to highlight */ void setHighlightUrls(const QList &highlightUrls); - /** + /*! * The Startup ID */ QByteArray startupId() const; - /** + /*! * Sets the platform-specific startup id of the file manager launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. + * * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Starts the job */ void start() override; @@ -103,12 +108,14 @@ private: std::unique_ptr const d; }; -/** +/*! + * \relates KIO::OpenFileManagerWindowJob + * * Convenience method for creating a job to highlight a certain file or folder. * * It will create a job for a given URL(s) and automatically start it. * - * @since 5.24 + * \since 5.24 */ KIOGUI_EXPORT OpenFileManagerWindowJob *highlightInFileManager(const QList &urls, const QByteArray &asn = QByteArray()); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openorexecutefileinterface.h b/local/recipes/kde/kf6-kio/source/src/gui/openorexecutefileinterface.h index 0f7060da50..7a7b5052d9 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openorexecutefileinterface.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/openorexecutefileinterface.h @@ -17,9 +17,12 @@ namespace KIO { class OpenOrExecuteFileInterfacePrivate; -/** - * @class OpenOrExecuteFileInterface openorexecutefileinterface.h - * @brief The OpenOrExecuteFileInterface class allows OpenUrlJob to ask +/*! + * \class KIO::OpenOrExecuteFileInterface + * \inheaderfile KIO/OpenOrExecuteFileInterface + * \inmodule KIOGui + * + * \brief The OpenOrExecuteFileInterface class allows OpenUrlJob to ask * the user about how to handle various types of executable files, basically * whether to run/execute the file, or in the case of text-based ones (shell * scripts and .desktop files) open them as text. @@ -27,31 +30,29 @@ class OpenOrExecuteFileInterfacePrivate; * This extension mechanism for jobs is similar to KIO::JobUiDelegateExtension, * OpenWithHandlerInterface and UntrustedProgramHandlerInterface. * - * @since 5.73 + * \since 5.73 */ class KIOGUI_EXPORT OpenOrExecuteFileInterface : public QObject { Q_OBJECT protected: - /** + /*! * Constructor */ explicit OpenOrExecuteFileInterface(QObject *parent = nullptr); - /** - * Destructor - */ ~OpenOrExecuteFileInterface() override; public: - /** + /*! * Show a dialog to ask the user how to handle various types of executable * files, basically whether to run/execute the file, or in the case of text-based * ones (shell scripts and .desktop files) open them as text. * - * @param job the job calling this. This is useful if you need to + * \a job the job calling this. This is useful if you need to * get any of its properties - * @param mimetype the MIME type of the file being handled + * + * \a mimetype the MIME type of the file being handled * * Implementations of this method must emit either executeFile or canceled. * @@ -63,15 +64,16 @@ public: virtual void promptUserOpenOrExecute(KJob *job, const QString &mimetype); Q_SIGNALS: - /** + /*! * Emitted by promptUserOpenOrExecute() once the user chooses an action. - * @param enable \c true if the user selected to execute/run the file or + * + * \a enable \c true if the user selected to execute/run the file or * \c false if the user selected to open the file as text (the latter is * only valid for shell scripts and .desktop files) */ void executeFile(bool enable); - /** + /*! * Emitted by promptUserOpenOrExecute() if user selects cancel. */ void canceled(); diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openurljob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/openurljob.cpp index ce2b161c90..6e252ef8e1 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openurljob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/openurljob.cpp @@ -102,6 +102,11 @@ KIO::OpenUrlJob::~OpenUrlJob() { } +QUrl KIO::OpenUrlJob::url() const +{ + return d->m_url; +} + void KIO::OpenUrlJob::setDeleteTemporaryFile(bool b) { d->m_deleteTemporaryFile = b; @@ -382,16 +387,21 @@ void KIO::OpenUrlJobPrivate::handleBinaries(const QMimeType &mimeType) bool isNativeBinary = true; #ifndef Q_OS_WIN - isNativeBinary = !mimeType.inherits(QStringLiteral("application/x-ms-dos-executable")); + if (mimeType.inherits(QStringLiteral("application/x-ms-dos-executable"))) { + // Treat as a native binary only if the executable bit is set, which implies + // binfmt_misc or a similar kernel mechanism will handle it. Without the executable bit, + // fall back to association handling. + isNativeBinary = hasExecuteBit(localPath); + } #endif if (m_showOpenOrExecuteDialog) { auto dialogFinished = [this, localPath, isNativeBinary](bool shouldExecute) { - // shouldExecute is always true if we get here, because for binaries the - // dialog only offers Execute/Cancel - Q_UNUSED(shouldExecute) - - handleBinariesHelper(localPath, isNativeBinary); + if (shouldExecute) { + handleBinariesHelper(localPath, isNativeBinary); + } else { + openInPreferredApp(); + } }; // Ask the user for confirmation before executing this binary (for binaries @@ -536,7 +546,6 @@ void KIO::OpenUrlJobPrivate::handleDesktopFiles() q->setError(KJob::UserDefinedError); q->setErrorText(i18n("The desktop entry file %1 has no Type=... entry.", filePath)); q->emitResult(); - openInPreferredApp(); return; } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openurljob.h b/local/recipes/kde/kf6-kio/source/src/gui/openurljob.h index 8865a8a211..52c50a87ab 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openurljob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/openurljob.h @@ -19,133 +19,157 @@ namespace KIO { class OpenUrlJobPrivate; -/** - * @class OpenUrlJob openurljob.h +/*! + * \class KIO::OpenUrlJob + * \inmodule KIOGui + * \inheaderfile KIO/OpenUrlJob + * + * \brief OpenUrlJob finds out the right way to "open" a URL. * - * @brief OpenUrlJob finds out the right way to "open" a URL. * This includes finding out its MIME type, and then the associated application, * or running desktop files, executables, etc. * It also honours the "use this webbrowser for all http(s) URLs" setting. * * For the "Open With" dialog functionality to work, make sure to set * KIO::JobUiDelegate as the delegate for this job (in widgets applications). - * @code + * \code * // Since 5.98 use: * job->setUiDelegate(KIO::createDefaultJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window)); * // For older releases use: * job->setUiDelegate(new KIO::JobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window)); - * @endcode + * \endcode * - * @since 5.71 + * \since 5.71 */ class KIOGUI_EXPORT OpenUrlJob : public KCompositeJob { Q_OBJECT public: - /** - * @brief Creates an OpenUrlJob in order to open a URL. - * @param url the URL of the file/directory to open + /*! + * Creates an OpenUrlJob in order to open a URL. + * + * \a url the URL of the file/directory to open */ explicit OpenUrlJob(const QUrl &url, QObject *parent = nullptr); - /** - * @brief Creates an OpenUrlJob for the case where the MIME type is already known. - * @param url the URL of the file/directory to open - * @param mimeType the type of file/directory. See QMimeType. + /*! + * Creates an OpenUrlJob for the case where the MIME type is already known. + * + * \a url the URL of the file/directory to open + * + * \a mimeType the type of file/directory. See QMimeType. */ explicit OpenUrlJob(const QUrl &url, const QString &mimeType, QObject *parent = nullptr); - /** + /*! * Destructor * * Note that by default jobs auto-delete themselves after emitting result. */ ~OpenUrlJob() override; - /** + /*! + * Returns the URL the OpenUrlJob was created with. + * + * \since 6.14 + */ + QUrl url() const; + + /*! * Specifies that the URL passed to the application will be deleted when it exits (if the URL is a local file) */ void setDeleteTemporaryFile(bool b); - /** + /*! * Sets the file name to use in the case of downloading the file to a tempfile, * in order to give it to a non-URL-aware application. * Some apps rely on the extension to determine the MIME type of the file. * Usually the file name comes from the URL, but in the case of the * HTTP Content-Disposition header, we need to override the file name. - * @param suggestedFileName the file name + * + * \a suggestedFileName the file name */ void setSuggestedFileName(const QString &suggestedFileName); - /** + /*! * Sets the platform-specific startup id of the application launch. - * @param startupId startup id, if any (otherwise ""). + * + * \a startupId startup id, if any (otherwise ""). + * * For X11, this would be the id for the Startup Notification protocol. + * * For Wayland, this would be the token for the XDG Activation protocol. */ void setStartupId(const QByteArray &startupId); - /** + /*! * Set this to true if this class should allow the user to run executables. * Unlike KF5's KRun, this setting is OFF by default here for security reasons. * File managers can enable this, but e.g. web browsers, mail clients etc. shouldn't. */ void setRunExecutables(bool allow); - /** - * Set this to @c true if this class should show a dialog to ask the user about how + /*! + * Set this to \c true if this class should show a dialog to ask the user about how * to handle various types of executable files; note that executing/running remote * files is disallowed as that is not secure (in the case of remote shell scripts * and .desktop files, they are always opened as text in the default application): - * - For native binaries: whether to execute or cancel - * - For .exe files: whether to execute or cancel, ("execute" on Linux in this + * \list + * \li For native binaries: whether to execute or cancel + * \li For .exe files: whether to execute or cancel, ("execute" on Linux in this * context means running the file with the default application (e.g. WINE)) - * - For executable shell scripts: whether to execute the file or open it as + * \li For executable shell scripts: whether to execute the file or open it as * text in the default application; note that if the file doesn't have the * execute bit, it'll always be opened as text - * - For .desktop files: whether to run the file or open it as text in the default + * \li For .desktop files: whether to run the file or open it as text in the default * application; note that if the .desktop file is located in a non-standard * location (on Linux standard locations are /usr/share/applications or * ~/.local/share/applications) and does not have the execute bit, another dialog * (see UntrustedProgramHandlerInterface) will be launched to ask the user whether * they trust running the application (the one the .desktop file launches based on * the Exec line) + * \endlist * * Note that the dialog, ExecutableFileOpenDialog (from KIOWidgets), provides an option * to remember the last value used and not ask again, if that is set, then the dialog will * not be shown. * - * When set to @c true this will take precedence over setRunExecutables (the latter can be + * When set to \c true this will take precedence over setRunExecutables (the latter can be * used to allow running executables without first asking the user for confirmation). * - * @since 5.73 + * \since 5.73 */ void setShowOpenOrExecuteDialog(bool b); - /** + /*! * Sets whether the external webbrowser setting should be honoured. + * * This is enabled by default. + * * This should only be disabled in webbrowser applications. - * @param b whether to let the external browser handle the URL or not + * + * \a b whether to let the external browser handle the URL or not */ void setEnableExternalBrowser(bool b); - /** + /*! * Sets whether the job should follow URL redirections. + * * This is enabled by default. - * @param b whether to follow redirections or not. + * + * \a b whether to follow redirections or not. */ void setFollowRedirections(bool b); - /** + /*! * Starts the job. * You must call this, after having called all the needed setters. * This is a GUI job, never use exec(), it would block user interaction. */ void start() override; - /** - * Returns whether the @p url of @p mimetype is executable. + /*! + * Returns whether the \a url of type \a mimetypeName is executable. * To be executable the file must pass the following rules: * -# Must reside on the local filesystem. * -# Must be marked as executable for the user by the filesystem. @@ -154,7 +178,7 @@ public: static bool isExecutableFile(const QUrl &url, const QString &mimetypeName); Q_SIGNALS: - /** + /*! * Emitted when the MIME type is determined. * This can be used for special cases like webbrowsers * who want to embed the URL in some cases, rather than starting a different diff --git a/local/recipes/kde/kf6-kio/source/src/gui/openwithhandlerinterface.h b/local/recipes/kde/kf6-kio/source/src/gui/openwithhandlerinterface.h index 05b1ccfdb9..121a391997 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/openwithhandlerinterface.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/openwithhandlerinterface.h @@ -19,37 +19,40 @@ namespace KIO { class OpenWithHandlerInterfacePrivate; -/** - * @class OpenWithHandlerInterface openwithhandlerinterface.h - * @brief The OpenWithHandlerInterface class allows OpenUrlJob to +/*! + * \class KIO::OpenWithHandlerInterface + * \inheaderfile KIO/OpenWithHandlerInterface + * \inmodule KIOGui + * + * \brief The OpenWithHandlerInterface class allows OpenUrlJob to * prompt the user about which application to use to open URLs that do not * have an associated application (via the "Open With" dialog). * * This extension mechanism for jobs is similar to KIO::JobUiDelegateExtension * and UntrustedProgramHandlerInterface. * - * @since 5.71 + * \since 5.71 */ class KIOGUI_EXPORT OpenWithHandlerInterface : public QObject { Q_OBJECT protected: - /** + /*! * Constructor */ explicit OpenWithHandlerInterface(QObject *parent = nullptr); - /** - * Destructor - */ ~OpenWithHandlerInterface() override; public: - /** + /*! * Show the "Open With" dialog. - * @param job the job calling this. Useful to get all its properties - * @param urls the URLs to open - * @param mimeType the MIME type of the URLs, if known. Can be empty otherwise. + * + * \a job the job calling this. Useful to get all its properties + * + * \a urls the URLs to open + * + * \a mimeType the MIME type of the URLs, if known. Can be empty otherwise. * * Implementations of this method must emit either serviceSelected or canceled. * @@ -60,18 +63,19 @@ public: virtual void promptUserForApplication(KJob *job, const QList &urls, const QString &mimeType); Q_SIGNALS: - /** + /*! * Emitted by promptUserForApplication() once the user chooses an application. - * @param service the application chosen by the user + * + * \a service the application chosen by the user */ void serviceSelected(const KService::Ptr &service); - /** + /*! * Emitted by promptUserForApplication() if the user canceled the application selection dialog. */ void canceled(); - /** + /*! * Emitted by promptUserForApplication() if it fully handled it including launching the app. * This is a special case for the native Windows open-with dialog. */ diff --git a/local/recipes/kde/kf6-kio/source/src/gui/previewjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/previewjob.cpp index 23ef5554b5..a46a692b16 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/previewjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/previewjob.cpp @@ -9,256 +9,119 @@ */ #include "previewjob.h" -#include "filecopyjob.h" +#include "filepreviewjob.h" #include "kiogui_debug.h" -#include "standardthumbnailjob_p.h" +#include "kprotocolinfo.h" #include "statjob.h" -#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) && !defined(Q_OS_HAIKU) -#define WITH_SHM 1 -#else -#define WITH_SHM 0 -#endif - -#if WITH_SHM -#include -#include -#endif - -#include -#include - -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include #include -#include #include -#include -#include #include -#include -#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include "job_p.h" +#ifdef WITH_QTDBUS +#include +#include + +#endif + namespace { static qreal s_defaultDevicePixelRatio = 1.0; } -namespace KIO -{ -struct PreviewItem; -} using namespace KIO; -struct KIO::PreviewItem { - KFileItem item; - KPluginMetaData plugin; - bool standardThumbnailer = false; +class PathsFileDeviceIdsJob : public KIO::Job +{ +public: + explicit PathsFileDeviceIdsJob(const QStringList &paths); + + QMap takeDeviceIdByPathTable() const; + +protected: + void slotResult(KJob *job) override; + +private: + QMap m_deviceIdByPathTable; }; +// Stat multiple files at same time +PathsFileDeviceIdsJob::PathsFileDeviceIdsJob(const QStringList &paths) +{ + for (const QString &path : paths) { + const QUrl url = QUrl::fromLocalFile(path); + KIO::Job *job = KIO::stat(url, StatJob::SourceSide, KIO::StatDefaultDetails | KIO::StatInode, KIO::HideProgressInfo); + job->addMetaData(QStringLiteral("no-auth-prompt"), QStringLiteral("true")); + addSubjob(job); + } +} + +void PathsFileDeviceIdsJob::slotResult(KJob *job) +{ + auto *const statJob = static_cast(job); + + const QString path = statJob->url().toLocalFile(); + if (!path.isEmpty()) { + int id; + if (job->error()) { + // We set id to 0 to know we tried getting it + qCDebug(KIO_GUI) << "Cannot read information about filesystem under path" << path; + id = 0; + } else { + id = statJob->statResult().numberValue(KIO::UDSEntry::UDS_DEVICE_ID, 0); + } + m_deviceIdByPathTable.insert(path, id); + } + + removeSubjob(job); + if (!hasSubjobs()) { + emitResult(); + } +} + +QMap PathsFileDeviceIdsJob::takeDeviceIdByPathTable() const +{ + return std::move(m_deviceIdByPathTable); +} + class KIO::PreviewJobPrivate : public KIO::JobPrivate { public: PreviewJobPrivate(const KFileItemList &items, const QSize &size) - : initialItems(items) - , width(size.width()) - , height(size.height()) - , cacheSize(0) - , bScale(true) - , bSave(true) - , ignoreMaximumSize(false) - , sequenceIndex(0) - , succeeded(false) - , maximumLocalSize(0) - , maximumRemoteSize(0) - , enableRemoteFolderThumbnail(false) - , shmid(-1) - , shmaddr(nullptr) + : fileItems(items) + , options{size, s_defaultDevicePixelRatio, false, 0, PreviewJob::ScaleType::ScaledAndCached} { // https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#DIRECTORY - thumbRoot = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + QLatin1String("/thumbnails/"); + setupData.thumbRoot = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + QLatin1String("/thumbnails/"); } - enum { - STATE_STATORIG, // if the thumbnail exists - STATE_GETORIG, // if we create it - STATE_CREATETHUMB, // thumbnail:/ worker - STATE_DEVICE_INFO, // additional state check to get needed device ids - } state; + KFileItemList fileItems; + + PreviewOptions options; + PreviewSetupData setupData; - KFileItemList initialItems; - QStringList enabledPlugins; - // Our todo list :) - // We remove the first item at every step, so use std::list - std::list items; - // The current item - PreviewItem currentItem; - // The modification time of that URL - QDateTime tOrig; - // Path to thumbnail cache for the current size - QString thumbPath; - // Original URL of current item in RFC2396 format - // (file:///path/to/a%20file instead of file:/path/to/a file) - QByteArray origName; - // Thumbnail file name for current item - QString thumbName; - // Size of thumbnail - int width; - int height; - // Unscaled size of thumbnail (128, 256 or 512 if cache is enabled) - short cacheSize; - // Whether the thumbnail should be scaled - bool bScale; - // Whether we should save the thumbnail - bool bSave; - bool ignoreMaximumSize; - int sequenceIndex; - bool succeeded; - // If the file to create a thumb for was a temp file, this is its name - QString tempName; - KIO::filesize_t maximumLocalSize; - KIO::filesize_t maximumRemoteSize; - // Manage preview for locally mounted remote directories - bool enableRemoteFolderThumbnail; - // Shared memory segment Id. The segment is allocated to a size - // of extent x extent x 4 (32 bit image) on first need. - int shmid; - // And the data area - uchar *shmaddr; - // Size of the shm segment - size_t shmsize; - // Root of thumbnail cache - QString thumbRoot; // Metadata returned from the KIO thumbnail worker QMap thumbnailWorkerMetaData; - qreal devicePixelRatio = s_defaultDevicePixelRatio; - static const int idUnknown = -1; - // Id of a device storing currently processed file - int currentDeviceId = 0; - // Device ID for each file. Stored while in STATE_DEVICE_INFO state, used later on. - QMap deviceIdMap; - enum CachePolicy { - Prevent, - Allow, - Unknown - } currentDeviceCachePolicy = Unknown; - // the path of a unique temporary directory - QString m_tempDirPath; + // Cache the deviceIdByPathTable so we dont need to stat the files every time + QMap deviceIdByPathTable; - void getOrCreateThumbnail(); - bool statResultThumbnail(); - void createThumbnail(const QString &); - void cleanupTempFile(); - void determineNextFile(); - void emitPreview(const QImage &thumb); + QTimer nextBatchScheduler; + void startNextFilePreviewJobBatch(); void startPreview(); - void slotThumbData(KIO::Job *, const QByteArray &); - void slotStandardThumbData(KIO::Job *, const QImage &); - // Checks if thumbnail is on encrypted partition different than thumbRoot - CachePolicy canBeCached(const QString &path); - int getDeviceId(const QString &path); - void saveThumbnailData(QImage &thumb); + void scheduleNextFilePreviewJobBatch(); Q_DECLARE_PUBLIC(PreviewJob) - struct StandardThumbnailerData { - QString exec; - QStringList mimetypes; - }; - - static QList loadAvailablePlugins() - { - static QList jsonMetaDataPlugins; - if (jsonMetaDataPlugins.isEmpty()) { - jsonMetaDataPlugins = KPluginMetaData::findPlugins(QStringLiteral("kf6/thumbcreator")); - for (const auto &thumbnailer : standardThumbnailers().asKeyValueRange()) { - // Check if our own plugins support the mimetype. If so, we use the plugin instead - // and ignore the standard thumbnailer - auto handledMimes = thumbnailer.second.mimetypes; - for (const auto &plugin : std::as_const(jsonMetaDataPlugins)) { - for (const auto &mime : handledMimes) { - if (plugin.mimeTypes().contains(mime)) { - handledMimes.removeOne(mime); - } - } - } - if (handledMimes.isEmpty()) { - continue; - } - - QMimeDatabase db; - // We only need the first mimetype since the names/comments are often shared between multiple types - auto mime = db.mimeTypeForName(handledMimes.first()); - auto name = mime.name().isEmpty() ? handledMimes.first() : mime.name(); - if (!mime.comment().isEmpty()) { - name = mime.comment(); - } - if (name.isEmpty()) { - continue; - } - // the plugin metadata - QJsonObject kplugin; - kplugin[QStringLiteral("MimeTypes")] = QJsonValue::fromVariant(handledMimes); - kplugin[QStringLiteral("Name")] = name; - kplugin[QStringLiteral("Description")] = QStringLiteral("standardthumbnailer"); - - QJsonObject root; - root[QStringLiteral("CacheThumbnail")] = true; - root[QStringLiteral("KPlugin")] = kplugin; - - KPluginMetaData standardThumbnailerPlugin(root, thumbnailer.first); - jsonMetaDataPlugins.append(standardThumbnailerPlugin); - } - } - return jsonMetaDataPlugins; - } - - static QMap standardThumbnailers() - { - // mimetype, exec - static QMap standardThumbs; - if (standardThumbs.empty()) { - QStringList dirs = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("thumbnailers/"), QStandardPaths::LocateDirectory); - const auto thumbnailerPaths = KFileUtils::findAllUniqueFiles(dirs, QStringList{QStringLiteral("*.thumbnailer")}); - for (const QString &thumbnailerPath : thumbnailerPaths) { - const KConfigGroup thumbnailerConfig(KSharedConfig::openConfig(thumbnailerPath), QStringLiteral("Thumbnailer Entry")); - StandardThumbnailerData data; - QString thumbnailerName = QFileInfo(thumbnailerPath).baseName(); - QStringList mimetypes = thumbnailerConfig.readEntry("MimeType", QString{}).split(QStringLiteral(";")); - mimetypes.removeAll(QLatin1String("")); - QString exec = thumbnailerConfig.readEntry("Exec", QString{}); - if (!exec.isEmpty() && !mimetypes.isEmpty()) { - data.exec = exec; - data.mimetypes = mimetypes; - standardThumbs.insert(thumbnailerName, data); - } - } - } - return standardThumbs; - } - private: - QDir createTemporaryDir(); + int deviceIdForLocalPath(const QString &localPath) const; + int maximumWorkers = 1; }; void PreviewJob::setDefaultDevicePixelRatio(qreal defaultDevicePixelRatio) @@ -273,14 +136,15 @@ PreviewJob::PreviewJob(const KFileItemList &items, const QSize &size, const QStr const KConfigGroup globalConfig(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); if (enabledPlugins) { - d->enabledPlugins = *enabledPlugins; + d->setupData.enabledPluginIds = *enabledPlugins; } else { - d->enabledPlugins = + d->setupData.enabledPluginIds = globalConfig.readEntry("Plugins", QStringList{QStringLiteral("directorythumbnail"), QStringLiteral("imagethumbnail"), QStringLiteral("jpegthumbnail")}); } - // Return to event loop first, determineNextFile() might delete this; + d->maximumWorkers = KProtocolInfo::maxWorkers(QStringLiteral("thumbnail")); + // Return to event loop first, startNextFilePreviewJobBatch() might delete this; QTimer::singleShot(0, this, [d]() { d->startPreview(); }); @@ -288,204 +152,104 @@ PreviewJob::PreviewJob(const KFileItemList &items, const QSize &size, const QStr PreviewJob::~PreviewJob() { - Q_D(PreviewJob); - if (!d->m_tempDirPath.isEmpty()) { - QDir tempDir(d->m_tempDirPath); - tempDir.removeRecursively(); - } -#if WITH_SHM - if (d->shmaddr) { - shmdt((char *)d->shmaddr); - shmctl(d->shmid, IPC_RMID, nullptr); - } -#endif } void PreviewJob::setScaleType(ScaleType type) { Q_D(PreviewJob); - switch (type) { - case Unscaled: - d->bScale = false; - d->bSave = false; - break; - case Scaled: - d->bScale = true; - d->bSave = false; - break; - case ScaledAndCached: - d->bScale = true; - d->bSave = true; - break; - default: - break; - } + d->options.scaleType = type; } PreviewJob::ScaleType PreviewJob::scaleType() const { Q_D(const PreviewJob); - if (d->bScale) { - return d->bSave ? ScaledAndCached : Scaled; - } - return Unscaled; + return d->options.scaleType; } void PreviewJobPrivate::startPreview() { Q_Q(PreviewJob); - // Load the list of plugins to determine which MIME types are supported - const QList plugins = KIO::PreviewJobPrivate::loadAvailablePlugins(); - QMap mimeMap; - // Using thumbnailer plugin + nextBatchScheduler.setSingleShot(true); + nextBatchScheduler.callOnTimeout(q, [this]() { + startNextFilePreviewJobBatch(); + }); + + // Load the list of plugins to determine which MIME types are supported + const QList plugins = KIO::FilePreviewJob::loadAvailablePlugins(); + for (const KPluginMetaData &plugin : plugins) { - bool pluginIsEnabled = enabledPlugins.contains(plugin.pluginId()); + bool pluginIsEnabled = setupData.enabledPluginIds.contains(plugin.pluginId()); const auto mimeTypes = plugin.mimeTypes(); for (const QString &mimeType : mimeTypes) { - if (pluginIsEnabled) { - mimeMap.insert(mimeType, plugin); + if (pluginIsEnabled && !setupData.pluginByMimeTable.contains(mimeType)) { + setupData.pluginByMimeTable.insert(mimeType, plugin); } } } - // Look for images and store the items in our todo list :) - bool bNeedCache = false; - for (const auto &fileItem : std::as_const(initialItems)) { - PreviewItem item; - item.item = fileItem; - item.standardThumbnailer = false; - - const QString mimeType = item.item.mimetype(); - KPluginMetaData plugin; - - auto pluginIt = mimeMap.constFind(mimeType); - if (pluginIt == mimeMap.constEnd()) { - // check MIME type inheritance, resolve aliases - QMimeDatabase db; - const QMimeType mimeInfo = db.mimeTypeForName(mimeType); - if (mimeInfo.isValid()) { - const QStringList parentMimeTypes = mimeInfo.allAncestors(); - for (const QString &parentMimeType : parentMimeTypes) { - pluginIt = mimeMap.constFind(parentMimeType); - if (pluginIt != mimeMap.constEnd()) { - break; - } - } - } - - if (pluginIt == mimeMap.constEnd()) { - // Check the wildcards last, see BUG 453480 - QString groupMimeType = mimeType; - const int slashIdx = groupMimeType.indexOf(QLatin1Char('/')); - if (slashIdx != -1) { - // Replace everything after '/' with '*' - groupMimeType.truncate(slashIdx + 1); - groupMimeType += QLatin1Char('*'); - } - pluginIt = mimeMap.constFind(groupMimeType); - } - } - - if (pluginIt != mimeMap.constEnd()) { - plugin = *pluginIt; - } - - if (plugin.isValid()) { - item.standardThumbnailer = plugin.description() == QStringLiteral("standardthumbnailer"); - item.plugin = plugin; - items.push_back(item); - - if (!bNeedCache && bSave && plugin.value(QStringLiteral("CacheThumbnail"), true)) { - const QUrl url = fileItem.targetUrl(); - if (!url.isLocalFile() || !url.adjusted(QUrl::RemoveFilename).toLocalFile().startsWith(thumbRoot)) { - bNeedCache = true; - } - } - } else { - Q_EMIT q->failed(fileItem); + // estimate the device ids for relevant paths + QStringList paths; + for (const auto &fileItem : std::as_const(fileItems)) { + auto parentDir = FilePreviewJob::parentDirPath(fileItem.localPath()); + if (!parentDir.isEmpty() && !paths.contains(parentDir)) { + paths.append(parentDir); } } + // last add thumbRoot, to not add cost to above paths.contains() check + paths.append(setupData.thumbRoot); - KConfigGroup cg(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); - maximumLocalSize = cg.readEntry("MaximumSize", std::numeric_limits::max()); - maximumRemoteSize = cg.readEntry("MaximumRemoteSize", 0); - enableRemoteFolderThumbnail = cg.readEntry("EnableRemoteFolderThumbnail", false); + auto *const pathsFileDeviceIdsJob = new PathsFileDeviceIdsJob(paths); + QObject::connect(pathsFileDeviceIdsJob, &KIO::Job::result, q, [this](KJob *job) { + auto *const pathsFileDeviceIdsJob = static_cast(job); + deviceIdByPathTable = pathsFileDeviceIdsJob->takeDeviceIdByPathTable(); + // caching info about thumbroot device id separately, to avoid repeated lookup + setupData.thumbRootDeviceId = deviceIdForLocalPath(setupData.thumbRoot); - if (bNeedCache) { - const int longer = std::max(width, height); - if (longer <= 128) { - cacheSize = 128; - } else if (longer <= 256) { - cacheSize = 256; - } else if (longer <= 512) { - cacheSize = 512; - } else { - cacheSize = 1024; - } - - struct CachePool { - QString path; - int minSize; - }; - - const static auto pools = { - CachePool{QStringLiteral("normal/"), 128}, - CachePool{QStringLiteral("large/"), 256}, - CachePool{QStringLiteral("x-large/"), 512}, - CachePool{QStringLiteral("xx-large/"), 1024}, - }; - - QString thumbDir; - int wants = devicePixelRatio * cacheSize; - for (const auto &p : pools) { - if (p.minSize < wants) { - continue; - } else { - thumbDir = p.path; - break; - } - } - thumbPath = thumbRoot + thumbDir; - - if (!QDir(thumbPath).exists() && !QDir(thumbRoot).mkdir(thumbDir, QFile::ReadUser | QFile::WriteUser | QFile::ExeUser)) { // 0700 - qCWarning(KIO_GUI) << "couldn't create thumbnail dir " << thumbPath; - } - } else { - bSave = false; - } - - initialItems.clear(); - determineNextFile(); + startNextFilePreviewJobBatch(); + }); + pathsFileDeviceIdsJob->start(); } +void PreviewJobPrivate::scheduleNextFilePreviewJobBatch() +{ + if (!nextBatchScheduler.isActive()) { + nextBatchScheduler.start(); + } +} + +#if KIOGUI_BUILD_DEPRECATED_SINCE(6, 22) void PreviewJob::removeItem(const QUrl &url) { Q_D(PreviewJob); - auto it = std::find_if(d->items.cbegin(), d->items.cend(), [&url](const PreviewItem &pItem) { - return url == pItem.item.url(); + auto it = std::find_if(d->fileItems.cbegin(), d->fileItems.cend(), [&url](const KFileItem &pItem) { + return url == pItem.url(); }); - if (it != d->items.cend()) { - d->items.erase(it); + if (it != d->fileItems.cend()) { + d->fileItems.erase(it); } - if (d->currentItem.item.url() == url) { - KJob *job = subjobs().first(); - job->kill(); - removeSubjob(job); - d->determineNextFile(); + for (auto subjob : subjobs()) { + FilePreviewJob *previewJob = static_cast(subjob); + if (previewJob && previewJob->item().url() == url) { + subjob->kill(); + removeSubjob(subjob); + d->scheduleNextFilePreviewJobBatch(); + break; + } } } +#endif void KIO::PreviewJob::setSequenceIndex(int index) { - d_func()->sequenceIndex = index; + d_func()->options.sequenceIndex = index; } int KIO::PreviewJob::sequenceIndex() const { - return d_func()->sequenceIndex; + return d_func()->options.sequenceIndex; } float KIO::PreviewJob::sequenceIndexWraparoundPoint() const @@ -500,529 +264,89 @@ bool KIO::PreviewJob::handlesSequences() const void KIO::PreviewJob::setDevicePixelRatio(qreal dpr) { - d_func()->devicePixelRatio = dpr; + d_func()->options.devicePixelRatio = dpr; } void PreviewJob::setIgnoreMaximumSize(bool ignoreSize) { - d_func()->ignoreMaximumSize = ignoreSize; + d_func()->options.ignoreMaximumSize = ignoreSize; } -void PreviewJobPrivate::cleanupTempFile() +int PreviewJobPrivate::deviceIdForLocalPath(const QString &localPath) const { - if (!tempName.isEmpty()) { - Q_ASSERT((!QFileInfo(tempName).isDir() && QFileInfo(tempName).isFile()) || QFileInfo(tempName).isSymLink()); - QFile::remove(tempName); - tempName.clear(); + if (localPath.isEmpty()) { + return 0; } + auto it = deviceIdByPathTable.find(localPath); + if (it != deviceIdByPathTable.end()) { + return it.value(); + } + return FilePreviewJob::UnknownDeviceId; } -void PreviewJobPrivate::determineNextFile() +void PreviewJobPrivate::startNextFilePreviewJobBatch() { Q_Q(PreviewJob); - if (!currentItem.item.isNull()) { - if (!succeeded) { - Q_EMIT q->failed(currentItem.item); - } - } - // No more items ? - if (items.empty()) { + + if (q->subjobs().empty() && fileItems.empty()) { q->emitResult(); return; - } else { - // First, stat the orig file - state = PreviewJobPrivate::STATE_STATORIG; - currentItem = items.front(); - items.pop_front(); - succeeded = false; - KIO::Job *job = KIO::stat(currentItem.item.targetUrl(), StatJob::SourceSide, KIO::StatDefaultDetails | KIO::StatInode, KIO::HideProgressInfo); - job->addMetaData(QStringLiteral("thumbnail"), QStringLiteral("1")); - job->addMetaData(QStringLiteral("no-auth-prompt"), QStringLiteral("true")); + } + + const int jobsToRun = qMin((int)fileItems.size(), maximumWorkers - q->subjobs().count()); + for (int i = 0; i < jobsToRun; i++) { + auto fileItem = fileItems.takeFirst(); + + const auto parentDir = FilePreviewJob::parentDirPath(fileItem.localPath()); + const int parentDirDeviceId = deviceIdForLocalPath(parentDir); + + FilePreviewJob *job = KIO::filePreviewJob(fileItem, parentDirDeviceId, options, setupData); q->addSubjob(job); + job->start(); } } void PreviewJob::slotResult(KJob *job) { Q_D(PreviewJob); - + FilePreviewJob *previewJob = static_cast(job); + if (previewJob) { + const auto &fileItem = previewJob->item(); + if (!previewJob->previewImage().isNull()) { + d->thumbnailWorkerMetaData = previewJob->thumbnailWorkerMetaData(); + auto previewImage = previewJob->previewImage(); + Q_EMIT generated(fileItem, previewImage); + if (isSignalConnected(QMetaMethod::fromSignal(&PreviewJob::gotPreview))) { + QPixmap pixmap = QPixmap::fromImage(previewImage); + pixmap.setDevicePixelRatio(d->options.devicePixelRatio); + Q_EMIT gotPreview(fileItem, pixmap); + } + } else { + Q_EMIT failed(fileItem); + } + } removeSubjob(job); - Q_ASSERT(!hasSubjobs()); // We should have only one job at a time ... - switch (d->state) { - case PreviewJobPrivate::STATE_STATORIG: { - if (job->error()) { // that's no good news... - // Drop this one and move on to the next one - d->determineNextFile(); - return; - } - const KIO::UDSEntry statResult = static_cast(job)->statResult(); - d->currentDeviceId = statResult.numberValue(KIO::UDSEntry::UDS_DEVICE_ID, 0); - d->tOrig = QDateTime::fromSecsSinceEpoch(statResult.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, 0)); - - bool skipCurrentItem = false; - const KIO::filesize_t size = (KIO::filesize_t)statResult.numberValue(KIO::UDSEntry::UDS_SIZE, 0); - const QUrl itemUrl = d->currentItem.item.mostLocalUrl(); - - if ((itemUrl.isLocalFile() || KProtocolInfo::protocolClass(itemUrl.scheme()) == QLatin1String(":local")) && !d->currentItem.item.isSlow()) { - skipCurrentItem = !d->ignoreMaximumSize && size > d->maximumLocalSize && !d->currentItem.plugin.value(QStringLiteral("IgnoreMaximumSize"), false); + if (job->error() && job->error() != KIO::ERR_INTERNAL) { + if (job->error() == ERR_NO_CONTENT) { + qCDebug(KIO_GUI) << "PreviewJob subjob had an error:" << job->errorString(); } else { - // For remote items the "IgnoreMaximumSize" plugin property is not respected - // Also we need to check if remote (but locally mounted) folder preview is enabled - skipCurrentItem = (!d->ignoreMaximumSize && size > d->maximumRemoteSize) || (d->currentItem.item.isDir() && !d->enableRemoteFolderThumbnail); - } - if (skipCurrentItem) { - d->determineNextFile(); - return; - } - - bool pluginHandlesSequences = d->currentItem.plugin.value(QStringLiteral("HandleSequences"), false); - if (!d->currentItem.plugin.value(QStringLiteral("CacheThumbnail"), true) || (d->sequenceIndex && pluginHandlesSequences)) { - // This preview will not be cached, no need to look for a saved thumbnail - // Just create it, and be done - d->getOrCreateThumbnail(); - return; - } - - if (d->statResultThumbnail()) { - d->succeeded = true; - d->determineNextFile(); - return; - } - - d->getOrCreateThumbnail(); - return; - } - case PreviewJobPrivate::STATE_DEVICE_INFO: { - KIO::StatJob *statJob = static_cast(job); - int id; - QString path = statJob->url().toLocalFile(); - if (job->error()) { - // We set id to 0 to know we tried getting it - qCWarning(KIO_GUI) << "Cannot read information about filesystem under path" << path; - id = 0; - } else { - id = statJob->statResult().numberValue(KIO::UDSEntry::UDS_DEVICE_ID, 0); - } - d->deviceIdMap[path] = id; - d->createThumbnail(d->currentItem.item.localPath()); - return; - } - case PreviewJobPrivate::STATE_GETORIG: { - if (job->error()) { - d->cleanupTempFile(); - d->determineNextFile(); - return; - } - - d->createThumbnail(static_cast(job)->destUrl().toLocalFile()); - return; - } - case PreviewJobPrivate::STATE_CREATETHUMB: { - d->cleanupTempFile(); - d->determineNextFile(); - return; - } - } -} - -bool PreviewJobPrivate::statResultThumbnail() -{ - if (thumbPath.isEmpty()) { - return false; - } - - bool isLocal; - const QUrl url = currentItem.item.mostLocalUrl(&isLocal); - if (isLocal) { - const QFileInfo localFile(url.toLocalFile()); - const QString canonicalPath = localFile.canonicalFilePath(); - origName = QUrl::fromLocalFile(canonicalPath).toEncoded(QUrl::RemovePassword | QUrl::FullyEncoded); - if (origName.isEmpty()) { - qCWarning(KIO_GUI) << "Failed to convert" << url << "to canonical path"; - return false; - } - } else { - // Don't include the password if any - origName = currentItem.item.targetUrl().toEncoded(QUrl::RemovePassword); - } - - QCryptographicHash md5(QCryptographicHash::Md5); - md5.addData(origName); - thumbName = QString::fromLatin1(md5.result().toHex()) + QLatin1String(".png"); - - QImage thumb; - QFile thumbFile(thumbPath + thumbName); - if (!thumbFile.open(QIODevice::ReadOnly) || !thumb.load(&thumbFile, "png")) { - return false; - } - - if (thumb.text(QStringLiteral("Thumb::URI")) != QString::fromUtf8(origName) - || thumb.text(QStringLiteral("Thumb::MTime")).toLongLong() != tOrig.toSecsSinceEpoch()) { - return false; - } - - const QString origSize = thumb.text(QStringLiteral("Thumb::Size")); - if (!origSize.isEmpty() && origSize.toULongLong() != currentItem.item.size()) { - // Thumb::Size is not required, but if it is set it should match - return false; - } - - // The DPR of the loaded thumbnail is unspecified (and typically irrelevant). - // When a thumbnail is DPR-invariant, use the DPR passed in the request. - thumb.setDevicePixelRatio(devicePixelRatio); - - QString thumbnailerVersion = currentItem.plugin.value(QStringLiteral("ThumbnailerVersion")); - - if (!thumbnailerVersion.isEmpty() && thumb.text(QStringLiteral("Software")).startsWith(QLatin1String("KDE Thumbnail Generator"))) { - // Check if the version matches - // The software string should read "KDE Thumbnail Generator pluginName (vX)" - QString softwareString = thumb.text(QStringLiteral("Software")).remove(QStringLiteral("KDE Thumbnail Generator")).trimmed(); - if (softwareString.isEmpty()) { - // The thumbnail has been created with an older version, recreating - return false; - } - int versionIndex = softwareString.lastIndexOf(QLatin1String("(v")); - if (versionIndex < 0) { - return false; - } - - QString cachedVersion = softwareString.remove(0, versionIndex + 2); - cachedVersion.chop(1); - uint thumbnailerMajor = thumbnailerVersion.toInt(); - uint cachedMajor = cachedVersion.toInt(); - if (thumbnailerMajor > cachedMajor) { - return false; + qCWarning(KIO_GUI) << "PreviewJob subjob had an error:" << job->errorString(); } } - - // Found it, use it - emitPreview(thumb); - return true; -} - -void PreviewJobPrivate::getOrCreateThumbnail() -{ - Q_Q(PreviewJob); - // We still need to load the orig file ! (This is getting tedious) :) - const KFileItem &item = currentItem.item; - const QString localPath = item.localPath(); - if (!localPath.isEmpty()) { - createThumbnail(localPath); - return; - } - - if (item.isDir()) { - // Skip remote dirs (bug 208625) - cleanupTempFile(); - determineNextFile(); - return; - } - // No plugin support access to this remote content, copy the file - // to the local machine, then create the thumbnail - state = PreviewJobPrivate::STATE_GETORIG; - QTemporaryFile localFile; - - // Some thumbnailers, like libkdcraw, depend on the file extension being - // correct - const QString extension = item.suffix(); - if (!extension.isEmpty()) { - localFile.setFileTemplate(QStringLiteral("%1.%2").arg(localFile.fileTemplate(), extension)); - } - - localFile.setAutoRemove(false); - localFile.open(); - tempName = localFile.fileName(); - const QUrl currentURL = item.mostLocalUrl(); - KIO::Job *job = KIO::file_copy(currentURL, QUrl::fromLocalFile(tempName), -1, KIO::Overwrite | KIO::HideProgressInfo /* No GUI */); - job->addMetaData(QStringLiteral("thumbnail"), QStringLiteral("1")); - q->addSubjob(job); -} - -PreviewJobPrivate::CachePolicy PreviewJobPrivate::canBeCached(const QString &path) -{ - // If checked file is directory on a different filesystem than its parent, we need to check it separately - int separatorIndex = path.lastIndexOf(QLatin1Char('/')); - // special case for root folders - const QString parentDirPath = separatorIndex == 0 ? path : path.left(separatorIndex); - - int parentId = getDeviceId(parentDirPath); - if (parentId == idUnknown) { - return CachePolicy::Unknown; - } - - bool isDifferentSystem = !parentId || parentId != currentDeviceId; - if (!isDifferentSystem && currentDeviceCachePolicy != CachePolicy::Unknown) { - return currentDeviceCachePolicy; - } - int checkedId; - QString checkedPath; - if (isDifferentSystem) { - checkedId = currentDeviceId; - checkedPath = path; - } else { - checkedId = getDeviceId(parentDirPath); - checkedPath = parentDirPath; - if (checkedId == idUnknown) { - return CachePolicy::Unknown; - } - } - // If we're checking different filesystem or haven't checked yet see if filesystem matches thumbRoot - int thumbRootId = getDeviceId(thumbRoot); - if (thumbRootId == idUnknown) { - return CachePolicy::Unknown; - } - bool shouldAllow = checkedId && checkedId == thumbRootId; - if (!shouldAllow) { - Solid::Device device = Solid::Device::storageAccessFromPath(checkedPath); - if (device.isValid()) { - // If the checked device is encrypted, allow thumbnailing if the thumbnails are stored in an encrypted location. - // Or, if the checked device is unencrypted, allow thumbnailing. - if (device.as()->isEncrypted()) { - const Solid::Device thumbRootDevice = Solid::Device::storageAccessFromPath(thumbRoot); - shouldAllow = thumbRootDevice.isValid() && thumbRootDevice.as()->isEncrypted(); - } else { - shouldAllow = true; - } - } - } - if (!isDifferentSystem) { - currentDeviceCachePolicy = shouldAllow ? CachePolicy::Allow : CachePolicy::Prevent; - } - return shouldAllow ? CachePolicy::Allow : CachePolicy::Prevent; -} - -int PreviewJobPrivate::getDeviceId(const QString &path) -{ - Q_Q(PreviewJob); - auto iter = deviceIdMap.find(path); - if (iter != deviceIdMap.end()) { - return iter.value(); - } - QUrl url = QUrl::fromLocalFile(path); - if (!url.isValid()) { - qCWarning(KIO_GUI) << "Could not get device id for file preview, Invalid url" << path; - return 0; - } - state = PreviewJobPrivate::STATE_DEVICE_INFO; - KIO::Job *job = KIO::stat(url, StatJob::SourceSide, KIO::StatDefaultDetails | KIO::StatInode, KIO::HideProgressInfo); - job->addMetaData(QStringLiteral("no-auth-prompt"), QStringLiteral("true")); - q->addSubjob(job); - - return idUnknown; -} - -QDir KIO::PreviewJobPrivate::createTemporaryDir() -{ - if (m_tempDirPath.isEmpty()) { - auto tempDir = QTemporaryDir(); - Q_ASSERT(tempDir.isValid()); - - tempDir.setAutoRemove(false); - // restrict read access to current User - QFile::setPermissions(tempDir.path(), QFile::Permission::ReadOwner | QFile::Permission::WriteOwner | QFile::Permission::ExeOwner); - - m_tempDirPath = tempDir.path(); - } - - return QDir(m_tempDirPath); -} - -void PreviewJobPrivate::createThumbnail(const QString &pixPath) -{ - Q_Q(PreviewJob); - - QFileInfo info(pixPath); - Q_ASSERT_X(info.isAbsolute(), "PreviewJobPrivate::createThumbnail", qPrintable(QLatin1String("path is not absolute: ") + info.path())); - - state = PreviewJobPrivate::STATE_CREATETHUMB; - - bool save = bSave && currentItem.plugin.value(QStringLiteral("CacheThumbnail"), true) && !sequenceIndex; - - bool isRemoteProtocol = currentItem.item.localPath().isEmpty(); - CachePolicy cachePolicy = isRemoteProtocol ? CachePolicy::Prevent : canBeCached(pixPath); - - if (cachePolicy == CachePolicy::Unknown) { - // If Unknown is returned, creating thumbnail should be called again by slotResult - return; - } - - if (currentItem.standardThumbnailer) { - // Using /usr/share/thumbnailers - QString exec; - for (const auto &thumbnailer : standardThumbnailers().asKeyValueRange()) { - for (const auto &mimetype : std::as_const(thumbnailer.second.mimetypes)) { - if (currentItem.plugin.supportsMimeType(mimetype)) { - exec = thumbnailer.second.exec; - } - } - } - if (exec.isEmpty()) { - qCWarning(KIO_GUI) << "The exec entry for standard thumbnailer " << currentItem.plugin.name() << " was empty!"; - return; - } - auto tempDir = createTemporaryDir(); - if (pixPath.startsWith(tempDir.path())) { - // don't generate thumbnails for images already in temporary directory - return; - } - - KIO::StandardThumbnailJob *job = new KIO::StandardThumbnailJob(exec, width * devicePixelRatio, pixPath, tempDir.path()); - q->addSubjob(job); - q->connect(job, &KIO::StandardThumbnailJob::data, q, [=, this](KIO::Job *job, const QImage &thumb) { - slotStandardThumbData(job, thumb); - }); - job->start(); - return; - } - - // Using thumbnailer plugin - QUrl thumbURL; - thumbURL.setScheme(QStringLiteral("thumbnail")); - thumbURL.setPath(pixPath); - KIO::TransferJob *job = KIO::get(thumbURL, NoReload, HideProgressInfo); - q->addSubjob(job); - q->connect(job, &KIO::TransferJob::data, q, [this](KIO::Job *job, const QByteArray &data) { - slotThumbData(job, data); - }); - int thumb_width = width; - int thumb_height = height; - if (save) { - thumb_width = thumb_height = cacheSize; - } - - job->addMetaData(QStringLiteral("mimeType"), currentItem.item.mimetype()); - job->addMetaData(QStringLiteral("width"), QString::number(thumb_width)); - job->addMetaData(QStringLiteral("height"), QString::number(thumb_height)); - job->addMetaData(QStringLiteral("plugin"), currentItem.plugin.fileName()); - job->addMetaData(QStringLiteral("enabledPlugins"), enabledPlugins.join(QLatin1Char(','))); - job->addMetaData(QStringLiteral("devicePixelRatio"), QString::number(devicePixelRatio)); - job->addMetaData(QStringLiteral("cache"), QString::number(cachePolicy == CachePolicy::Allow)); - if (sequenceIndex) { - job->addMetaData(QStringLiteral("sequence-index"), QString::number(sequenceIndex)); - } - -#if WITH_SHM - size_t requiredSize = thumb_width * devicePixelRatio * thumb_height * devicePixelRatio * 4; - if (shmid == -1 || shmsize < requiredSize) { - if (shmaddr) { - // clean previous shared memory segment - shmdt((char *)shmaddr); - shmaddr = nullptr; - shmctl(shmid, IPC_RMID, nullptr); - shmid = -1; - } - if (requiredSize > 0) { - shmid = shmget(IPC_PRIVATE, requiredSize, IPC_CREAT | 0600); - if (shmid != -1) { - shmsize = requiredSize; - shmaddr = (uchar *)(shmat(shmid, nullptr, SHM_RDONLY)); - if (shmaddr == (uchar *)-1) { - shmctl(shmid, IPC_RMID, nullptr); - shmaddr = nullptr; - shmid = -1; - } - } - } - } - if (shmid != -1) { - job->addMetaData(QStringLiteral("shmid"), QString::number(shmid)); - } -#endif -} - -void PreviewJobPrivate::slotStandardThumbData(KIO::Job *job, const QImage &thumbData) -{ - thumbnailWorkerMetaData = job->metaData(); - - if (thumbData.isNull()) { - // let succeeded in false state - // failed will get called in determineNextFile() - return; - } - - QImage thumb = thumbData; - saveThumbnailData(thumb); - - emitPreview(thumb); - succeeded = true; -} - -void PreviewJobPrivate::slotThumbData(KIO::Job *job, const QByteArray &data) -{ - QImage thumb; - // Keep this in sync with kio-extras|thumbnail/thumbnail.cpp - QDataStream str(data); - -#if WITH_SHM - if (shmaddr != nullptr) { - int width; - int height; - QImage::Format format; - qreal imgDevicePixelRatio; - // TODO KF6: add a version number as first parameter - str >> width >> height >> format >> imgDevicePixelRatio; - thumb = QImage(shmaddr, width, height, format).copy(); - thumb.setDevicePixelRatio(imgDevicePixelRatio); - } -#endif - - if (thumb.isNull()) { - // fallback a raw QImage - str >> thumb; - } - - slotStandardThumbData(job, thumb); -} - -void PreviewJobPrivate::saveThumbnailData(QImage &thumb) -{ - const bool save = bSave && !sequenceIndex && currentDeviceCachePolicy == CachePolicy::Allow - && currentItem.plugin.value(QStringLiteral("CacheThumbnail"), true) - && (!currentItem.item.targetUrl().isLocalFile() || !currentItem.item.targetUrl().adjusted(QUrl::RemoveFilename).toLocalFile().startsWith(thumbRoot)); - - if (save) { - thumb.setText(QStringLiteral("Thumb::URI"), QString::fromUtf8(origName)); - thumb.setText(QStringLiteral("Thumb::MTime"), QString::number(tOrig.toSecsSinceEpoch())); - thumb.setText(QStringLiteral("Thumb::Size"), number(currentItem.item.size())); - thumb.setText(QStringLiteral("Thumb::Mimetype"), currentItem.item.mimetype()); - QString thumbnailerVersion = currentItem.plugin.value(QStringLiteral("ThumbnailerVersion")); - QString signature = QLatin1String("KDE Thumbnail Generator ") + currentItem.plugin.name(); - if (!thumbnailerVersion.isEmpty()) { - signature.append(QLatin1String(" (v") + thumbnailerVersion + QLatin1Char(')')); - } - thumb.setText(QStringLiteral("Software"), signature); - QSaveFile saveFile(thumbPath + thumbName); - if (saveFile.open(QIODevice::WriteOnly)) { - if (thumb.save(&saveFile, "PNG")) { - saveFile.commit(); - } - } - } -} - -void PreviewJobPrivate::emitPreview(const QImage &thumb) -{ - Q_Q(PreviewJob); - QPixmap pix; - const qreal ratio = thumb.devicePixelRatio(); - if (thumb.width() > width * ratio || thumb.height() > height * ratio) { - pix = QPixmap::fromImage(thumb.scaled(QSize(width * ratio, height * ratio), Qt::KeepAspectRatio, Qt::SmoothTransformation)); - } else { - pix = QPixmap::fromImage(thumb); - } - pix.setDevicePixelRatio(ratio); - Q_EMIT q->gotPreview(currentItem.item, pix); + // slot might have been called synchronously from startNextFilePreviewJobBatch(), as KIO::stat currently can do + // so always delay the next call to the next event-loop, to ensure startNextFilePreviewJobBatch() has exited + d->scheduleNextFilePreviewJobBatch(); } QList PreviewJob::availableThumbnailerPlugins() { - return PreviewJobPrivate::loadAvailablePlugins(); + return FilePreviewJob::loadAvailablePlugins(); } QStringList PreviewJob::availablePlugins() { QStringList result; - const auto plugins = KIO::PreviewJobPrivate::loadAvailablePlugins(); + const auto plugins = KIO::FilePreviewJob::loadAvailablePlugins(); for (const KPluginMetaData &plugin : plugins) { result << plugin.pluginId(); } @@ -1031,10 +355,10 @@ QStringList PreviewJob::availablePlugins() QStringList PreviewJob::defaultPlugins() { - const QStringList blacklist = QStringList() << QStringLiteral("textthumbnail"); + const QStringList exclusionList = QStringList() << QStringLiteral("textthumbnail"); QStringList defaultPlugins = availablePlugins(); - for (const QString &plugin : blacklist) { + for (const QString &plugin : exclusionList) { defaultPlugins.removeAll(plugin); } @@ -1044,7 +368,7 @@ QStringList PreviewJob::defaultPlugins() QStringList PreviewJob::supportedMimeTypes() { QStringList result; - const auto plugins = KIO::PreviewJobPrivate::loadAvailablePlugins(); + const auto plugins = KIO::FilePreviewJob::loadAvailablePlugins(); for (const KPluginMetaData &plugin : plugins) { result += plugin.mimeTypes(); } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/previewjob.h b/local/recipes/kde/kf6-kio/source/src/gui/previewjob.h index 2650dfaa2b..dd49985d9c 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/previewjob.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/previewjob.h @@ -22,43 +22,37 @@ namespace KIO { class PreviewJobPrivate; /*! - * @class KIO::PreviewJob previewjob.h + * \class KIO::PreviewJob + * \inmodule KIOGui + * \inheaderfile KIO/PreviewJob * * This class catches a preview (thumbnail) for files. - * @short KIO Job to get a thumbnail picture + * + * \brief KIO Job to get a thumbnail picture. */ class KIOGUI_EXPORT PreviewJob : public KIO::Job { Q_OBJECT public: - /** + /*! * Specifies the type of scaling that is applied to the generated preview. - * For HiDPI, pixel density scaling, @see setDevicePixelRatio + * For HiDPI, pixel density scaling, see setDevicePixelRatio * + * \value Unscaled The original size of the preview will be returned. Most previews will return a size of 256 x 256 pixels. + * \value Scaled The preview will be scaled to the size specified when constructing the PreviewJob. The aspect ratio will be kept. + * \value ScaledAndCached The preview will be scaled to the size specified when constructing the PreviewJob. The result will be cached for later use. Per + * default ScaledAndCached is set. */ enum ScaleType { - /** - * The original size of the preview will be returned. Most previews - * will return a size of 256 x 256 pixels. - */ Unscaled, - /** - * The preview will be scaled to the size specified when constructing - * the PreviewJob. The aspect ratio will be kept. - */ Scaled, - /** - * The preview will be scaled to the size specified when constructing - * the PreviewJob. The result will be cached for later use. Per default - * ScaledAndCached is set. - */ ScaledAndCached, }; - /** - * @param items List of files to create previews for. - * @param size Desired size of the preview. - * @param enabledPlugins If non-zero it defines the list of plugins that + /*! + * \a items List of files to create previews for. + * \a size Desired size of the preview. + * \a enabledPlugins If non-zero it defines the list of plugins that * are considered for generating the preview. If * enabledPlugins is zero the plugins specified in the * KConfigGroup "PreviewSettings" are used. @@ -67,35 +61,39 @@ public: ~PreviewJob() override; - /** + /*! * Sets the scale type for the generated preview. Per default * PreviewJob::ScaledAndCached is set. - * @see PreviewJob::ScaleType + * \sa PreviewJob::ScaleType */ void setScaleType(ScaleType type); - /** - * @return The scale type for the generated preview. - * @see PreviewJob::ScaleType + /*! + * Returns The scale type for the generated preview. + * \sa PreviewJob::ScaleType */ ScaleType scaleType() const; - /** +#if KIOGUI_ENABLE_DEPRECATED_SINCE(6, 22) + /*! * Removes an item from preview processing. Use this if you passed * an item to filePreview and want to delete it now. * - * @param url the url of the item that should be removed from the preview queue + * \a url the url of the item that should be removed from the preview queue + * \deprecated[6.22] Unused. */ + KIOGUI_DEPRECATED_VERSION(6, 22, "Unused.") void removeItem(const QUrl &url); +#endif - /** - * If @p ignoreSize is true, then the preview is always + /*! + * If \a ignoreSize is true, then the preview is always * generated regardless of the settings **/ void setIgnoreMaximumSize(bool ignoreSize = true); - /** - * Sets the sequence index given to the thumb creators. + /*! + * Sets the sequence \a index given to the thumb creators. * Use the sequence index, it is possible to create alternative * icons for the same item. For example it may allow iterating through * the items of a directory, or the frames of a video. @@ -103,84 +101,95 @@ public: **/ void setSequenceIndex(int index); - /** + /*! * Returns the currently set sequence index * **/ int sequenceIndex() const; - /** + /*! * Returns the index at which the thumbs of a ThumbSequenceCreator start * wrapping around ("looping"). Fractional values may be returned if the * ThumbSequenceCreator supports sub-integer precision, but frontends * supporting only integer sequence indices may choose to round it down. * - * @see ThumbSequenceCreator::sequenceIndexWraparoundPoint() - * @since 5.80 + * \since 5.80 */ float sequenceIndexWraparoundPoint() const; - /** + /*! * Determines whether the ThumbCreator in use is a ThumbSequenceCreator. * - * @since 5.80 + * \since 5.80 */ bool handlesSequences() const; - /** - * Request preview to use the device pixel ratio @p dpr. + /*! + * Request preview to use the device pixel ratio \a dpr. * The returned thumbnail may not respect the device pixel ratio requested. * Use QPixmap::devicePixelRatio to check, or paint as necessary. * - * @since 5.84 + * \since 5.84 */ void setDevicePixelRatio(qreal dpr); - /** + /*! * Returns a list of all available preview plugins. The list * contains the basenames of the plugins' .desktop files (no path, * no .desktop). - * @return the list of all available plugins + * Returns the list of all available plugins */ static QStringList availablePlugins(); - /** + /*! * Returns all plugins that are considered when a preview is generated * The result is internally cached, meaning any further method call will not reload the plugins - * @since 5.90 + * \since 5.90 */ static QList availableThumbnailerPlugins(); - /** + /*! * Returns a list of plugins that should be enabled by default, which is all plugins * Minus the plugins specified in an internal blacklist - * @return the list of plugins that should be enabled by default - * @since 5.40 + * Returns the list of plugins that should be enabled by default + * \since 5.40 */ static QStringList defaultPlugins(); - /** + /*! * Returns a list of all supported MIME types. The list can * contain entries like text/ * (without the space). - * @return the list of MIME types + * Returns the list of MIME types */ static QStringList supportedMimeTypes(); Q_SIGNALS: - /** - * Emitted when a thumbnail picture for @p item has been successfully + /*! + * Emitted when a thumbnail picture for \a item has been successfully * retrieved. - * @param item the file of the preview - * @param preview the preview image + * + * \a item the file of the preview + * + * \a preview the preview image + * + * \note If you need a preview as a QImage object, use the generated() signal. + * \sa generated() */ void gotPreview(const KFileItem &item, const QPixmap &preview); - /** - * Emitted when a thumbnail for @p item could not be created, + /*! + * Emitted when a thumbnail for \a item could not be created, * either because a ThumbCreator for its MIME type does not * exist, or because something went wrong. - * @param item the file that failed + * + * \a item the file that failed */ void failed(const KFileItem &item); + /*! + * Emitted when a \a preview for \a item has been successfully generated. + * + * \since 6.15 + */ + void generated(const KFileItem &item, const QImage &preview); protected Q_SLOTS: void slotResult(KJob *job) override; @@ -189,22 +198,27 @@ private: Q_DECLARE_PRIVATE(PreviewJob) public: - /** + /*! * Sets a default device Pixel Ratio used for Previews - * @see setDevicePixelRatio + * \sa setDevicePixelRatio * * Defaults to 1 * - * @since 5.84 + * \since 5.84 */ static void setDefaultDevicePixelRatio(qreal devicePixelRatio); }; -/** +/*! + * \relates KIO::PreviewJob + * * Creates a PreviewJob to generate a preview image for the given items. - * @param items List of files to create previews for. - * @param size Desired size of the preview. - * @param enabledPlugins If non-zero it defines the list of plugins that + * + * \a items List of files to create previews for. + * + * \a size Desired size of the preview. + * + * \a enabledPlugins If non-zero it defines the list of plugins that * are considered for generating the preview. If * enabledPlugins is zero the plugins specified in the * KConfigGroup "PreviewSettings" are used. diff --git a/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob.cpp b/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob.cpp index 8e06c2f6d6..7f17f89bab 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob.cpp @@ -149,3 +149,5 @@ void KIO::StandardThumbnailJob::StandardThumbnailJob::start() }); d->m_proc->start(thumbnailer.binary(), thumbnailer.args()); } + +#include "moc_standardthumbnailjob_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob_p.h b/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob_p.h index 0db832de13..ba4d4a11fc 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob_p.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/standardthumbnailjob_p.h @@ -25,7 +25,7 @@ Q_SIGNALS: private: class Private; - std::unique_ptr const d; /// @internal + std::unique_ptr const d; Q_DISABLE_COPY(StandardThumbnailJob) }; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/systemd/scopedprocessrunner.cpp b/local/recipes/kde/kf6-kio/source/src/gui/systemd/scopedprocessrunner.cpp index e23880e6fc..4b3a2c4762 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/systemd/scopedprocessrunner.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/systemd/scopedprocessrunner.cpp @@ -20,8 +20,9 @@ void ScopedProcessRunner::startProcess() m_process->setChildProcessModifier([efd, oldModifier]() { // wait for the parent process to be done registering the transient unit eventfd_read(efd, nullptr); - if (oldModifier) + if (oldModifier) { oldModifier(); + } }); // actually start diff --git a/local/recipes/kde/kf6-kio/source/src/gui/systemd/systemdprocessrunner.cpp b/local/recipes/kde/kf6-kio/source/src/gui/systemd/systemdprocessrunner.cpp index 32c47759f6..98c21af29d 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/systemd/systemdprocessrunner.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/systemd/systemdprocessrunner.cpp @@ -95,7 +95,7 @@ static QStringList prepareEnvironment(const QProcessEnvironment &environment) return c.isDigit() || c.isLetter() || c == u'_'; }; for (const auto variables = allowedEnvironment.keys(); const auto &variable : variables) { - if (!std::ranges::all_of(variable, allowedBySystemd)) { + if (variable.isEmpty() || variable.front().isDigit() || !std::ranges::all_of(variable, allowedBySystemd)) { qCWarning(KIO_GUI) << "Not passing environment variable" << variable << "to systemd because its name contains illegal characters"; allowedEnvironment.remove(variable); } diff --git a/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.cpp b/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.cpp index bb45cef190..abdc2782d9 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.cpp +++ b/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.cpp @@ -10,6 +10,9 @@ #include +#include +#include + namespace KIO { @@ -72,6 +75,12 @@ float ThumbnailRequest::sequenceIndex() const return d->sequenceIndex; } +filesize_t ThumbnailRequest::maximumFileSize() +{ + const KConfigGroup globalConfig(KSharedConfig::openConfig(), QStringLiteral("PreviewSettings")); + return globalConfig.readEntry("MaximumSize", std::numeric_limits::max()); +} + class ThumbnailResultPrivate { public: diff --git a/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.h b/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.h index aa5fc5e54a..7afe4a5c8a 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/thumbnailcreator.h @@ -11,6 +11,8 @@ #include "kiogui_export.h" +#include + #include #include @@ -26,61 +28,68 @@ class ThumbnailCreatorPrivate; class ThumbnailRequestPrivate; class ThumbnailResultPrivate; -/** - * Encapsulates the input data for a thumbnail request. +/*! + * \class KIO::ThumbnailRequest + * \inheaderfile KIO/ThumbnailCreator + * \inmodule KIOGui + * + * \brief Encapsulates the input data for a thumbnail request. + * * This includes the URL of the target file as well as additional * data such as the target size * - * @since 5.100 - * + * \since 5.100 */ class KIOGUI_EXPORT ThumbnailRequest { public: - /** - * Contruct a new ThumbnailRequest for a given file. + /*! + * Construct a new ThumbnailRequest for a given file. * - * @param url URL of the relevant file. - * @param targetSize A size hint for the result image. + * \a url URL of the relevant file. + * + * \a targetSize A size hint for the result image. * The actual result size may be different. This already * accounts for highdpi scaling, i.e. if a 500x500px thumbnail * with a DPR of 2 is requested 1000x1000 is passed here. - * @param mimeType The MIME type of the target file. - * @param dpr The device pixle ratio for this request. This can + * + * \a mimeType The MIME type of the target file. + * + * \a dpr The device pixle ratio for this request. This can * be used to adjust the level of detail rendered. For example * a thumbnail for text of size 1000x1000 and DPR 1 should have * the name number of text lines as for a request of size 2000x2000 * and DPR 2. - * @param sequenceIndex If the thumbnailer supports sequences this - * determines which sequence frame is used. Pass 0 otherwise. * + * \a sequenceIndex If the thumbnailer supports sequences this + * determines which sequence frame is used. Pass 0 otherwise. */ explicit ThumbnailRequest(const QUrl &url, const QSize &targetSize, const QString &mimeType, qreal dpr, float sequenceIndex); ThumbnailRequest(const ThumbnailRequest &); ThumbnailRequest &operator=(const ThumbnailRequest &); ~ThumbnailRequest(); - /** + /*! * URL of the relevant file */ QUrl url() const; - /** + /*! * The target thumbnail size */ QSize targetSize() const; - /** + /*! * The target file's MIME type */ QString mimeType() const; - /** + /*! * The device Pixel Ratio used for thumbnail creation */ qreal devicePixelRatio() const; - /** + /*! * If the thumb-creator can create a sequence of thumbnails, * it should use this to decide what sequence item to use. * @@ -97,18 +106,31 @@ public: */ float sequenceIndex() const; + /*! + * Returns the maximum file size that should be considered when taking into + * account thumbnail requests. + * + * \since 6.23 + */ + static filesize_t maximumFileSize(); + private: std::unique_ptr d; }; -/** - * Encapsulates the output of a thumbnail request. +/*! + * \class KIO::ThumbnailResult + * \inheaderfile KIO/ThumbnailCreator + * \inmodule KIOGui + * + * \brief Encapsulates the output of a thumbnail request. + * * It contains information on whether the request was successful and, * if successful, the requested thumbnail * * To create a result use KIO::ThumbnailResult::pass(image) or KIO::ThumbnailResult::fail() * - * @since 5.100 + * \since 5.100 */ class KIOGUI_EXPORT ThumbnailResult { @@ -117,19 +139,19 @@ public: ThumbnailResult &operator=(const ThumbnailResult &); ~ThumbnailResult(); - /** + /*! * The requested thumbnail. * * If the request failed the image is null */ QImage image() const; - /** + /*! * Whether the request was successful. */ bool isValid() const; - /** + /*! * Returns the point at which this thumb-creator's sequence indices * will wrap around (loop). * @@ -156,20 +178,20 @@ public: */ float sequenceIndexWraparoundPoint() const; - /** + /*! * Sets the point at which this thumb-creator's sequence indices * will wrap around. * - * @see sequenceIndexWraparoundPoint() + * \sa sequenceIndexWraparoundPoint() */ void setSequenceIndexWraparoundPoint(float wraparoundPoint); - /** + /*! * Create a successful result with a given image */ static ThumbnailResult pass(const QImage &image); - /** + /*! * Create an error result, i.e. the thumbnail creation failed */ static ThumbnailResult fail(); @@ -179,10 +201,12 @@ private: std::unique_ptr d; }; -/** - * @class ThumbnailCreator thumbnailcreator.h +/*! + * \class KIO::ThumbnailCreator + * \inheaderfile KIO/ThumbnailCreator + * \inmodule KIOGui * - * Base class for thumbnail generator plugins. + * \brief Base class for thumbnail generator plugins. * * KIO::PreviewJob, via the "thumbnail" KIO worker, uses instances of this class * to generate the thumbnail previews. @@ -211,8 +235,7 @@ private: * \endcode * * MIME types can also use - * simple wildcards, like - * \htmlonly "text/*".\endhtmlonly\latexonly text/$\ast$.\endlatexonly + * simple wildcards, like "text/\*" * * If the thumbnail creation is cheap (such as text previews), you can set * \code @@ -229,7 +252,7 @@ private: * previously-cached thumbnails for this creator will be discarded. You should * increase the version if and only if old thumbnails need to be regenerated. * - * @since 5.100 + * \since 5.100 */ class KIOGUI_EXPORT ThumbnailCreator : public QObject { @@ -238,7 +261,7 @@ public: explicit ThumbnailCreator(QObject *parent, const QVariantList &args); virtual ~ThumbnailCreator(); - /** + /*! * Creates a thumbnail for a given request */ virtual ThumbnailResult create(const ThumbnailRequest &request) = 0; diff --git a/local/recipes/kde/kf6-kio/source/src/gui/urlutil_p.h b/local/recipes/kde/kf6-kio/source/src/gui/urlutil_p.h index 26f2cf2397..811fe3ec50 100644 --- a/local/recipes/kde/kf6-kio/source/src/gui/urlutil_p.h +++ b/local/recipes/kde/kf6-kio/source/src/gui/urlutil_p.h @@ -13,7 +13,7 @@ namespace KIO { namespace UrlUtil { -/** +/* * Given that @p lastUrl is a child of @p currentUrl * or put in other words: * @p currentUrl is a parent in the hierarchy of @p lastUrl, diff --git a/local/recipes/kde/kf6-kio/source/src/kiod/kiod_main.cpp b/local/recipes/kde/kf6-kio/source/src/kiod/kiod_main.cpp index e68dbae4b3..8cad098058 100644 --- a/local/recipes/kde/kf6-kio/source/src/kiod/kiod_main.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kiod/kiod_main.cpp @@ -87,7 +87,7 @@ int main(int argc, char *argv[]) extern void makeAgentApplication(); makeAgentApplication(); #endif - qunsetenv("SESSION_MANAGER"); // disable session management + QCoreApplication::setAttribute(Qt::AA_DisableSessionManager); // disable session management QApplication app(argc, argv); // GUI needed for kpasswdserver's dialogs app.setQuitOnLastWindowClosed(false); diff --git a/local/recipes/kde/kf6-kio/source/src/kiod/org.kde.kiod6.desktop b/local/recipes/kde/kf6-kio/source/src/kiod/org.kde.kiod6.desktop index 59b493dac5..6df480f4be 100644 --- a/local/recipes/kde/kf6-kio/source/src/kiod/org.kde.kiod6.desktop +++ b/local/recipes/kde/kf6-kio/source/src/kiod/org.kde.kiod6.desktop @@ -3,7 +3,9 @@ [Desktop Entry] Type=Application Name=KIO -Name[ar]=KIO +Name[am]=KIO +Name[ar]=دخل وخرج كيدي +Name[az]=KIO Name[be]=KIO Name[bg]=KIO Name[ca]=KIO @@ -18,29 +20,42 @@ Name[es]=KIO Name[eu]=KIO Name[fi]=KIO Name[fr]=KIO +Name[ga]=KIO Name[gl]=KIO +Name[gu]=KIO Name[he]=KIO +Name[hr]=KIO Name[hu]=KIO Name[ia]=KIO Name[is]=KIO Name[it]=KIO +Name[ja]=KIO Name[ka]=KIO Name[ko]=KIO Name[lg]=KIO Name[lt]=KIO Name[lv]=KIO +Name[my]=KIO +Name[nan_TW]=KIO +Name[nan_TW@latin]=KIO +Name[nb]=KIO Name[nl]=KIO Name[nn]=KIO Name[pl]=KIO +Name[pt]=KIO +Name[pt_BR]=KIO Name[ro]=KIO Name[ru]=KIO Name[sa]=किम्‌ +Name[sk]=KIO Name[sl]=KIO Name[sq]=KIO Name[sv]=KIO +Name[ta]=KIO +Name[th]=KIO Name[tr]=KIO +Name[ug]=KIO Name[uk]=KIO -Name[x-test]=xxKIOxx Name[zh_CN]=KIO Name[zh_TW]=KIO NoDisplay=true diff --git a/local/recipes/kde/kf6-kio/source/src/kioexec/main.cpp b/local/recipes/kde/kf6-kio/source/src/kioexec/main.cpp index 222bc52d91..75cf4ef8fe 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioexec/main.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioexec/main.cpp @@ -295,6 +295,8 @@ void KIOExec::slotRunApp() int main(int argc, char **argv) { + QCoreApplication::setAttribute(Qt::AA_DisableSessionManager); + QApplication app(argc, argv); KAboutData aboutData(QStringLiteral("kioexec"), i18n("KIOExec"), diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/CMakeLists.txt index 3ba83d165e..e5bfb7ce2b 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/CMakeLists.txt @@ -1,3 +1,5 @@ +set(ECM_TEST_NAME_PREFIX "kioworkers-") + add_subdirectory( file ) add_subdirectory( ftp ) add_subdirectory( help ) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/CMakeLists.txt index 857a2167a0..dd974d66fe 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/CMakeLists.txt @@ -31,10 +31,6 @@ ecm_qt_export_logging_category( target_link_libraries(kio_file KF6::KIOCore KF6::I18n KF6::ConfigCore ${DBUS_LIB} Qt6::Network) -if(UNIX) - target_link_libraries(kio_file Qt6::Network KF6::AuthCore) -endif() - if (HAIKU) # for accept, recvmsg, socket, bind and listen (network) # for fsetxattr (gnu) @@ -45,7 +41,3 @@ endif () if(ACL_FOUND) target_link_libraries(kio_file ${ACL_LIBS}) endif() - -if (UNIX) - add_subdirectory(kauth) -endif() diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/config-stat-unix.h.in b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/config-stat-unix.h.in index 24ef9c6ab1..79cbaa8669 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/config-stat-unix.h.in +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/config-stat-unix.h.in @@ -1,3 +1,9 @@ /* Defined if system has the statx function, meaning glibc >= 2.28 */ #cmakedefine01 HAVE_STATX + +/* Defined if system has statx subvol feature, linux 6.10+ */ +#cmakedefine01 HAVE_STATX_SUBVOL + +/* Defined if system has statx mount unique id */ +#cmakedefine01 HAVE_STATX_MNT_ID_UNIQUE diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.cpp index a29387c811..42abe2a81e 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.cpp @@ -21,11 +21,8 @@ #include #include -#ifdef Q_OS_WIN -#include -#include -#include //struct timeval -#else +#ifndef Q_OS_WIN +#include #include #endif @@ -143,37 +140,14 @@ WorkerResult FileProtocol::chmod(const QUrl &url, int permissions) { const QString path(url.toLocalFile()); const QByteArray _path(QFile::encodeName(path)); - /* FIXME: Should be atomic */ #ifdef Q_OS_UNIX // QFile::Permissions does not support special attributes like sticky - if (::chmod(_path.constData(), permissions) == -1 || + if (::chmod(_path.constData(), permissions) == -1) #else - if (!QFile::setPermissions(path, modeToQFilePermissions(permissions)) || + if (!QFile::setPermissions(path, modeToQFilePermissions(permissions))) #endif - (setACL(_path.data(), permissions, false) == -1) || - /* if not a directory, cannot set default ACLs */ - (setACL(_path.data(), permissions, true) == -1 && errno != ENOTDIR)) { - auto result = execWithElevatedPrivilege(CHMOD, {_path, permissions}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - switch (result.error()) { - case EPERM: - case EACCES: - return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); - break; -#if defined(ENOTSUP) - case ENOTSUP: // from setACL since chmod can't return ENOTSUP - return WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, i18n("Setting ACL for %1", path)); - break; -#endif - case ENOSPC: - return WorkerResult::fail(KIO::ERR_DISK_FULL, path); - break; - default: - return WorkerResult::fail(KIO::ERR_CANNOT_CHMOD, path); - } - } - } + { + return WorkerResult::fail(KIO::ERR_CANNOT_CHMOD, path); } return WorkerResult::pass(); @@ -183,23 +157,22 @@ WorkerResult FileProtocol::setModificationTime(const QUrl &url, const QDateTime { const QString path(url.toLocalFile()); QT_STATBUF statbuf; - if (QT_LSTAT(QFile::encodeName(path).constData(), &statbuf) == 0) { - struct utimbuf utbuf; - utbuf.actime = statbuf.st_atime; // access time, unchanged - utbuf.modtime = mtime.toSecsSinceEpoch(); // modification time - if (::utime(QFile::encodeName(path).constData(), &utbuf) != 0) { - auto result = execWithElevatedPrivilege(UTIME, {path, qint64(utbuf.actime), qint64(utbuf.modtime)}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - // TODO: errno could be EACCES, EPERM, EROFS - return WorkerResult::fail(KIO::ERR_CANNOT_SETTIME, path); - } - } - } - return WorkerResult::pass(); - } else { + if (QT_LSTAT(QFile::encodeName(path).constData(), &statbuf) != 0) { return WorkerResult::fail(KIO::ERR_DOES_NOT_EXIST, path); } +#ifdef Q_OS_WIN + if (!setWindowsModificationTime(path, mtime)) { + return WorkerResult::fail(KIO::ERR_CANNOT_SETTIME, path); + } +#else + struct utimbuf utbuf; + utbuf.actime = statbuf.st_atime; // access time, unchanged + utbuf.modtime = mtime.toSecsSinceEpoch(); // modification time + if (::utime(QFile::encodeName(path).constData(), &utbuf) != 0) { + return WorkerResult::fail(KIO::ERR_CANNOT_SETTIME, path); + } +#endif + return WorkerResult::pass(); } WorkerResult FileProtocol::mkdir(const QUrl &url, int permissions) @@ -208,41 +181,70 @@ WorkerResult FileProtocol::mkdir(const QUrl &url, int permissions) // qDebug() << path << "permission=" << permissions; - // Remove existing file or symlink, if requested (#151851) - if (metaData(QStringLiteral("overwrite")) == QLatin1String("true")) { - if (!QFile::remove(path)) { - execWithElevatedPrivilege(DEL, {path}, errno); - } - } - + const QByteArray pathEncoded = QFile::encodeName(path); QT_STATBUF buff; - if (QT_LSTAT(QFile::encodeName(path).constData(), &buff) == -1) { - bool dirCreated = QDir().mkdir(path); - if (!dirCreated) { - auto result = execWithElevatedPrivilege(MKDIR, {path}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - // TODO: add access denied & disk full (or another reasons) handling (into Qt, possibly) - return WorkerResult::fail(KIO::ERR_CANNOT_MKDIR, path); - } - return WorkerResult::pass(); - } - dirCreated = true; + if (QT_LSTAT(pathEncoded.constData(), &buff) == 0) { + if (Utils::isDirMask(buff.st_mode)) { + // qDebug() << "ERR_DIR_ALREADY_EXIST"; + return WorkerResult::fail(KIO::ERR_DIR_ALREADY_EXIST, path); } - - if (dirCreated) { - if (permissions != -1) { - return chmod(url, permissions); - } - return WorkerResult::pass(); + // A file or symlink is in the way: replace it with the directory only if requested (#151851). + if (metaData(QStringLiteral("overwrite")) != QLatin1String("true")) { + return WorkerResult::fail(KIO::ERR_FILE_ALREADY_EXIST, path); + } + if (!QFile::remove(path)) { + qCWarning(KIO_FILE) << "Couldn't overwrite in mkdir. Error:" << errno; + return WorkerResult::fail(KIO::ERR_FILE_ALREADY_EXIST, path); } } - if (Utils::isDirMask(buff.st_mode)) { - // qDebug() << "ERR_DIR_ALREADY_EXIST"; - return WorkerResult::fail(KIO::ERR_DIR_ALREADY_EXIST, path); +#ifdef Q_OS_UNIX + // Create the directory with the requested mode so it is never more permissive than asked, not + // even in the window before fchmod() applies the exact bits below (mkdir()'s mode is only ever + // narrowed by the umask, never widened). + if (::mkdir(pathEncoded.constData(), permissions == -1 ? 0777 : permissions) != 0) { + return WorkerResult::fail(KIO::ERR_CANNOT_MKDIR, path); } - return WorkerResult::fail(KIO::ERR_FILE_ALREADY_EXIST, path); + + // Apply the exact permissions and ownership through a descriptor to the directory just created, + // so the changes always land on that inode; fchmod() restores any bits the umask cleared above. + // O_NOFOLLOW and O_DIRECTORY make the open fail if the entry has been replaced by a symlink or a + // non-directory in the meantime. + const int fd = QT_OPEN(pathEncoded.constData(), O_RDONLY | O_DIRECTORY | O_NOFOLLOW | O_CLOEXEC); + if (fd == -1) { + return WorkerResult::fail(KIO::ERR_CANNOT_MKDIR, path); + } + + if (permissions != -1 && ::fchmod(fd, permissions) < 0) { + QT_CLOSE(fd); + return WorkerResult::fail(KIO::ERR_CANNOT_CHMOD, path); + } + + // preserve ownership + bool uidOk; + auto uid = metaData(QStringLiteral("uid")).toInt(&uidOk); + bool gidOk; + auto gid = metaData(QStringLiteral("gid")).toInt(&gidOk); + if (uidOk || gidOk) { + if (::fchown(fd, uid, gid) < 0) { + qCWarning(KIO_FILE) << "Couldn't chown directory in mkdir, path:" << path << ". Error:" << errno; + } + } + + QT_CLOSE(fd); +#else + if (!QDir().mkdir(path)) { + return WorkerResult::fail(KIO::ERR_CANNOT_MKDIR, path); + } + if (permissions != -1) { + auto chmodResult = chmod(url, permissions); + if (!chmodResult.success()) { + return chmodResult; + } + } +#endif + + return WorkerResult::pass(); } WorkerResult FileProtocol::redirect(const QUrl &url) @@ -289,13 +291,7 @@ WorkerResult FileProtocol::get(const QUrl &url) QFile f(path); if (!f.open(QIODevice::ReadOnly)) { - auto result = tryOpen(f, QFile::encodeName(path), O_RDONLY, S_IRUSR, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_READING, path); - } - return WorkerResult::pass(); - } + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_READING, path); } #if HAVE_FADVISE @@ -519,10 +515,6 @@ KIO::WorkerResult FileProtocol::close() KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _flags) { - if (privilegeOperationUnitTestMode()) { - return WorkerResult::pass(); - } - const QString dest_orig = url.toLocalFile(); // qDebug() << dest_orig << "mode=" << _mode; @@ -612,9 +604,13 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f f.setFileName(dest); if ((_flags & KIO::Resume)) { - f.open(QIODevice::ReadWrite | QIODevice::Append); + if (!f.open(QIODevice::ReadWrite | QIODevice::Append)) { + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, dest); + } } else { - f.open(QIODevice::Truncate | QIODevice::WriteOnly); + if (!f.open(QIODevice::Truncate | QIODevice::WriteOnly)) { + return WorkerResult::fail(KIO::ERR_CANNOT_TRUNCATE, dest); + } if (_mode != -1) { // WABA: Make sure that we keep writing permissions ourselves, // otherwise we can be in for a surprise on NFS. @@ -622,42 +618,6 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f f.setPermissions(modeToQFilePermissions(initialMode)); } } - - if (!f.isOpen()) { - int oflags = 0; - int filemode = _mode; - - if ((_flags & KIO::Resume)) { - oflags = O_RDWR | O_APPEND; - } else { - oflags = O_WRONLY | O_TRUNC | O_CREAT; - if (_mode != -1) { - filemode = _mode | S_IWUSR | S_IRUSR; - } - } - - auto result = tryOpen(f, QFile::encodeName(dest), oflags, filemode, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - // qDebug() << "####################### COULD NOT WRITE" << dest << "_mode=" << _mode; - // qDebug() << "QFile error==" << f.error() << "(" << f.errorString() << ")"; - - if (f.error() == QFileDevice::PermissionsError) { - return WorkerResult::fail(KIO::ERR_WRITE_ACCESS_DENIED, dest); - } else { - return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, dest); - } - } - return WorkerResult::pass(); - } else { -#ifndef Q_OS_WIN - if ((_flags & KIO::Resume)) { - execWithElevatedPrivilege(CHOWN, {dest, getuid(), getgid()}, errno); - QFile::setPermissions(dest, modeToQFilePermissions(filemode)); - } -#endif - } - } } if (f.write(buffer) == -1) { @@ -684,8 +644,7 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f QT_STATBUF buff; if (QT_STAT(QFile::encodeName(dest).constData(), &buff) == 0) { - int size = configValue(QStringLiteral("MinimumKeepSize"), DEFAULT_MINIMUM_KEEP_SIZE); - if (buff.st_size < size) { + if (buff.st_size < DEFAULT_MINIMUM_KEEP_SIZE) { QFile::remove(dest); } } @@ -710,19 +669,13 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f // so we must remove it manually first if (_flags & KIO::Overwrite) { if (!QFile::remove(dest_orig)) { - execWithElevatedPrivilege(DEL, {dest_orig}, errno); + // qCWarning(KIO_FILE) << " Couldn't overwrite " << dest; } } if (!QFile::rename(dest, dest_orig)) { - auto result = execWithElevatedPrivilege(RENAME, {dest, dest_orig}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - qCWarning(KIO_FILE) << " Couldn't rename " << dest << " to " << dest_orig; - return WorkerResult::fail(KIO::ERR_CANNOT_RENAME_PARTIAL, dest_orig); - } - return WorkerResult::pass(); - } + // qCWarning(KIO_FILE) << " Couldn't rename " << dest << " to " << dest_orig; + return WorkerResult::fail(KIO::ERR_CANNOT_RENAME_PARTIAL, dest_orig); } #ifdef WITH_QTDBUS org::kde::KDirNotify::emitFileRenamed(QUrl::fromLocalFile(dest), QUrl::fromLocalFile(dest_orig)); @@ -733,12 +686,7 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f if (_mode != -1 && !(_flags & KIO::Resume)) { if (!QFile::setPermissions(dest_orig, modeToQFilePermissions(_mode))) { // couldn't chmod. Eat the error if the filesystem apparently doesn't support it. - KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(dest_orig); - if (mp && mp->testFileSystemFlag(KMountPoint::SupportsChmod)) { - if (!tryChangeFileAttr(CHMOD, {dest_orig, _mode}, errno).success()) { - warning(i18n("Could not change permissions for\n%1", dest_orig)); - } - } + warning(i18n("Could not change permissions for\n%1", dest_orig)); } } @@ -756,9 +704,9 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f if (!mtimeStr.isEmpty()) { QDateTime dt = QDateTime::fromString(mtimeStr, Qt::ISODate); if (dt.isValid()) { +#ifndef Q_OS_WIN QT_STATBUF dest_statbuf; if (QT_STAT(QFile::encodeName(dest_orig).constData(), &dest_statbuf) == 0) { -#ifndef Q_OS_WIN struct timeval utbuf[2]; // access time utbuf[0].tv_sec = dest_statbuf.st_atime; // access time, unchanged ## TODO preserve msec @@ -767,15 +715,10 @@ KIO::WorkerResult FileProtocol::put(const QUrl &url, int _mode, KIO::JobFlags _f utbuf[1].tv_sec = dt.toSecsSinceEpoch(); utbuf[1].tv_usec = dt.time().msec() * 1000; utimes(QFile::encodeName(dest_orig).constData(), utbuf); -#else - struct utimbuf utbuf; - utbuf.actime = dest_statbuf.st_atime; - utbuf.modtime = dt.toSecsSinceEpoch(); - if (utime(QFile::encodeName(dest_orig).constData(), &utbuf) != 0) { - tryChangeFileAttr(UTIME, {dest_orig, qint64(utbuf.actime), qint64(utbuf.modtime)}, errno); - } -#endif } +#else + setWindowsModificationTime(dest_orig, dt); +#endif } } @@ -830,7 +773,9 @@ WorkerResult FileProtocol::mount(bool _ro, const char *_fstype, const QString &_ const QLatin1String uuid("UUID="); QTemporaryFile tmpFile; tmpFile.setAutoRemove(false); - tmpFile.open(); + if (!tmpFile.open()) { + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, i18n("Could not open temporary file")); + } QByteArray tmpFileName = QFile::encodeName(tmpFile.fileName()); QByteArray dev; if (_dev.startsWith(label)) { // turn LABEL=foo into -L foo (#71430) @@ -847,6 +792,7 @@ WorkerResult FileProtocol::mount(bool _ro, const char *_fstype, const QString &_ bool fstype_empty = !_fstype || !*_fstype; QByteArray fstype = KShell::quoteArg(QString::fromLatin1(_fstype)).toLatin1(); // good guess QByteArray readonly = _ro ? "-r" : ""; + // TODO use libmount mnt_context_mount when available QByteArray mountProg = QStandardPaths::findExecutable(QStringLiteral("mount")).toLocal8Bit(); if (mountProg.isEmpty()) { mountProg = QStandardPaths::findExecutable(QStringLiteral("mount"), fallbackSystemPath()).toLocal8Bit(); @@ -919,8 +865,11 @@ WorkerResult FileProtocol::unmount(const QString &_point) QTemporaryFile tmpFile; tmpFile.setAutoRemove(false); - tmpFile.open(); + if (!tmpFile.open()) { + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, i18n("Could not open temporary file")); + } + // TODO use libmount mnt_context_umount when available (avoids the needs for temp file) QByteArray umountProg = QStandardPaths::findExecutable(QStringLiteral("umount")).toLocal8Bit(); if (umountProg.isEmpty()) { umountProg = QStandardPaths::findExecutable(QStringLiteral("umount"), fallbackSystemPath()).toLocal8Bit(); @@ -942,7 +891,7 @@ WorkerResult FileProtocol::unmount(const QString &_point) } } -/************************************* +/*!*********************************** * * Utilities * @@ -967,6 +916,9 @@ WorkerResult FileProtocol::deleteRecursive(const QString &path) QDirIterator it(path, QDir::AllEntries | QDir::NoDotAndDotDot | QDir::System | QDir::Hidden, QDirIterator::Subdirectories); QStringList dirsToDelete; while (it.hasNext()) { + if (wasKilled()) { + return WorkerResult::pass(); + } const QString itemPath = it.next(); // qDebug() << "itemPath=" << itemPath; const QFileInfo info = it.fileInfo(); @@ -975,27 +927,18 @@ WorkerResult FileProtocol::deleteRecursive(const QString &path) } else { // qDebug() << "QFile::remove" << itemPath; if (!QFile::remove(itemPath)) { - auto result = execWithElevatedPrivilege(DEL, {itemPath}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, itemPath); - } - return result; - } + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, itemPath); } } } QDir dir; for (const QString &itemPath : std::as_const(dirsToDelete)) { + if (wasKilled()) { + return WorkerResult::pass(); + } // qDebug() << "QDir::rmdir" << itemPath; if (!dir.rmdir(itemPath)) { - auto result = execWithElevatedPrivilege(RMDIR, {itemPath}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, itemPath); - } - return result; - } + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, itemPath); } } return WorkerResult::pass(); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.h index 3db8d3852a..a112f30e07 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file.h @@ -27,8 +27,6 @@ #include #endif -#include "file_p.h" - #include Q_DECLARE_LOGGING_CATEGORY(KIO_FILE) @@ -62,7 +60,7 @@ public: KIO::WorkerResult fileSystemFreeSpace(const QUrl &url) override; - /** + /*! * Special commands supported by this worker: * 1 - mount * 2 - unmount @@ -79,14 +77,11 @@ private: int setACL(const char *path, mode_t perm, bool _directoryDefault); KIO::WorkerResult deleteRecursive(const QString &path); - bool privilegeOperationUnitTestMode(); - KIO::WorkerResult execWithElevatedPrivilege(ActionType action, const QVariantList &args, int errcode); - KIO::WorkerResult tryOpen(QFile &f, const QByteArray &path, int flags, int mode, int errcode); - - // We want to execute chmod/chown/utime with elevated privileges (in copy & put) - // only during the brief period privileges are elevated. If it's not the case show - // a warning and continue. - KIO::WorkerResult tryChangeFileAttr(ActionType action, const QVariantList &args, int errcode); +#ifdef Q_OS_WIN + // Set the modification time of path, leaving the creation and access times + // unchanged. Returns false on failure. + static bool setWindowsModificationTime(const QString &path, const QDateTime &mtime); +#endif KIO::WorkerResult redirect(const QUrl &url); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_p.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_p.h deleted file mode 100644 index 049045bf79..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_p.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#ifndef FILE_P_H -#define FILE_P_H - -#include - -enum ActionType { - UNKNOWN, - CHMOD = 1, - CHOWN, - DEL, - MKDIR, - OPEN, - OPENDIR, - RENAME, - RMDIR, - SYMLINK, - UTIME, - COPY, -}; - -#endif diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_unix.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_unix.cpp index 73ffd42c20..aac2b99df3 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_unix.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_unix.cpp @@ -34,17 +34,10 @@ #include #include -#include #include #include #include -#include -#include -#include - -#include "fdreceiver.h" - #ifdef Q_OS_LINUX #include @@ -83,77 +76,6 @@ static bool same_inode(const QT_STATBUF &src, const QT_STATBUF &dest) return false; } -static const QString socketPath() -{ - const QString runtimeDir = QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation); - return QStringLiteral("%1/filehelper%2%3").arg(runtimeDir, KRandom::randomString(6)).arg(qlonglong(QThread::currentThreadId())); -} - -static QString actionDetails(ActionType actionType, const QVariantList &args) -{ - QString action; - QString detail; - switch (actionType) { - case CHMOD: - action = i18n("Change File Permissions"); - detail = i18n("New Permissions: %1", args[1].toInt()); - break; - case CHOWN: - action = i18n("Change File Owner"); - detail = i18n("New Owner: UID=%1, GID=%2", args[1].toInt(), args[2].toInt()); - break; - case DEL: - action = i18n("Remove File"); - break; - case RMDIR: - action = i18n("Remove Directory"); - break; - case MKDIR: - action = i18n("Create Directory"); - detail = i18n("Directory Permissions: %1", args[1].toInt()); - break; - case OPEN: - action = i18n("Open File"); - break; - case OPENDIR: - action = i18n("Open Directory"); - break; - case RENAME: - action = i18n("Rename"); - detail = i18n("New Filename: %1", args[1].toString()); - break; - case SYMLINK: - action = i18n("Create Symlink"); - detail = i18n("Target: %1", args[1].toString()); - break; - case UTIME: - action = i18n("Change Timestamp"); - break; - case COPY: - action = i18n("Copy"); - detail = i18n("From: %1, To: %2", args[0].toString(), args[1].toString()); - break; - default: - action = i18n("Unknown Action"); - break; - } - - const QString metadata = i18n( - "Action: %1\n" - "Source: %2\n" - "%3", - action, - args[0].toString(), - detail); - return metadata; -} - -bool FileProtocol::privilegeOperationUnitTestMode() -{ - return (metaData(QStringLiteral("UnitTesting")) == QLatin1String("true")) - && (requestPrivilegeOperation(QStringLiteral("Test Call")) == KIO::OperationAllowed); -} - #if HAVE_POSIX_ACL bool FileProtocol::isExtendedACL(acl_t acl) { @@ -224,6 +146,10 @@ static bool createUDSEntry(const QString &filename, const QByteArray &path, UDSE if (details & KIO::StatTime) { // atime, mtime, btime entries += 3; + if ((details & KIO::StatTimeNsOffset) == KIO::StatTimeNsOffset) { + // atime, mtime, btime ns offsets + entries += 3; + } } if (details & KIO::StatAcl) { // acl data @@ -237,6 +163,16 @@ static bool createUDSEntry(const QString &filename, const QByteArray &path, UDSE // mimetype entries += 1; } +#if HAVE_STATX_SUBVOL + if (details & KIO::StatSubVolId) { + entries += 1; + } +#endif +#if HAVE_STATX_MNT_ID_UNIQUE + if (details & KIO::StatMountId) { + entries += 1; + } +#endif entry.reserve(entries); if (details & KIO::StatBasic) { @@ -323,6 +259,11 @@ static bool createUDSEntry(const QString &filename, const QByteArray &path, UDSE entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, stat_mtime(buff)); entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME, stat_atime(buff)); + if ((details & KIO::StatTimeNsOffset) == KIO::StatTimeNsOffset) { + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, stat_mtime_ns(buff)); + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET, stat_atime_ns(buff)); + } + #ifdef st_birthtime /* For example FreeBSD's and NetBSD's stat contains a field for * the inode birth time: st_birthtime @@ -331,16 +272,30 @@ static bool createUDSEntry(const QString &filename, const QByteArray &path, UDSE * it if it is greater than 0. */ if (buff.st_birthtime > 0) { entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, buff.st_birthtime); + + if ((details & KIO::StatTimeNsOffset) == KIO::StatTimeNsOffset) { + entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, buff.st_birthtimespec.tv_nsec); + } } + #elif defined __st_birthtime /* As above, but OpenBSD calls it slightly differently. */ if (buff.__st_birthtime > 0) { entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, buff.__st_birthtime); + + if ((details & KIO::StatTimeNsOffset) == KIO::StatTimeNsOffset) { + entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, buff.__st_birthtimensec); + } } + #elif HAVE_STATX /* And linux version using statx syscall */ if (buff.stx_mask & STATX_BTIME) { entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, buff.stx_btime.tv_sec); + + if ((details & KIO::StatTimeNsOffset) == KIO::StatTimeNsOffset) { + entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, buff.stx_btime.tv_nsec); + } } #endif } @@ -360,56 +315,21 @@ static bool createUDSEntry(const QString &filename, const QByteArray &path, UDSE } } +#if HAVE_STATX_SUBVOL + if (details & KIO::StatSubVolId) { + entry.fastInsert(KIO::UDSEntry::UDS_SUBVOL_ID, stat_subvol(buff)); + } +#endif + +#if HAVE_STATX_MNT_ID_UNIQUE + if (details & KIO::StatMountId) { + entry.fastInsert(KIO::UDSEntry::UDS_MOUNT_ID, stat_mnt_id(buff)); + } +#endif + return true; } -WorkerResult FileProtocol::tryOpen(QFile &f, const QByteArray &path, int flags, int mode, int errcode) -{ - const QString sockPath = socketPath(); - FdReceiver fdRecv(QFile::encodeName(sockPath).toStdString()); - if (!fdRecv.isListening()) { - return WorkerResult::fail(errcode); - } - - QIODevice::OpenMode openMode; - if (flags & O_RDONLY) { - openMode |= QIODevice::ReadOnly; - } - if (flags & O_WRONLY || flags & O_CREAT) { - openMode |= QIODevice::WriteOnly; - } - if (flags & O_RDWR) { - openMode |= QIODevice::ReadWrite; - } - if (flags & O_TRUNC) { - openMode |= QIODevice::Truncate; - } - if (flags & O_APPEND) { - openMode |= QIODevice::Append; - } - - auto result = execWithElevatedPrivilege(OPEN, {path, flags, mode, sockPath}, errcode); - if (!result.success()) { - return result; - } else { - int fd = fdRecv.fileDescriptor(); - if (fd < 3 || !f.open(fd, openMode, QFileDevice::AutoCloseHandle)) { - return WorkerResult::fail(errcode); - } - } - return WorkerResult::pass(); -} - -WorkerResult FileProtocol::tryChangeFileAttr(ActionType action, const QVariantList &args, int errcode) -{ - KAuth::Action execAction(QStringLiteral("org.kde.kio.file.exec")); - execAction.setHelperId(QStringLiteral("org.kde.kio.file")); - if (execAction.status() == KAuth::Action::AuthorizedStatus) { - return execWithElevatedPrivilege(action, args, errcode); - } - return WorkerResult::fail(errcode); -} - #if HAVE_SYS_XATTR_H || HAVE_SYS_EXTATTR_H bool FileProtocol::copyXattrs(const int src_fd, const int dest_fd) { @@ -533,10 +453,6 @@ bool FileProtocol::copyXattrs(const int src_fd, const int dest_fd) WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mode, JobFlags _flags) { - if (privilegeOperationUnitTestMode()) { - return WorkerResult::pass(); - } - qCDebug(KIO_FILE) << "copy()" << srcUrl << "to" << destUrl << "mode=" << _mode; const QString src = srcUrl.toLocalFile(); @@ -579,13 +495,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo if (S_ISLNK(buffDest.st_mode)) { // qDebug() << "copy(): LINK DESTINATION"; if (!QFile::remove(dest)) { - auto result = execWithElevatedPrivilege(DEL, {_dest}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE_ORIGINAL, dest); - } - return result; - } + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE_ORIGINAL, dest); } } else if (S_ISREG(buffDest.st_mode) && !isOnCifsMount(dest)) { _destBackup = _dest; @@ -599,13 +509,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo QFile srcFile(src); if (!srcFile.open(QIODevice::ReadOnly)) { - auto result = tryOpen(srcFile, _src, O_RDONLY, S_IRUSR, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_READING, src); - } - return result; - } + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_READING, src); } #if HAVE_FADVISE @@ -614,35 +518,19 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo QFile destFile(dest); if (!destFile.open(QIODevice::Truncate | QIODevice::WriteOnly)) { - auto result = tryOpen(destFile, _dest, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR, errno); - if (!result.success()) { - int err = result.error(); - if (!resultWasCancelled(result)) { - // qDebug() << "###### COULD NOT WRITE " << dest; - if (err == EACCES) { - return WorkerResult::fail(KIO::ERR_WRITE_ACCESS_DENIED, dest); - } else { - return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, dest); - } - } - return result; + if (errno == EACCES) { + return WorkerResult::fail(KIO::ERR_WRITE_ACCESS_DENIED, dest); + } else { + return WorkerResult::fail(KIO::ERR_CANNOT_OPEN_FOR_WRITING, dest); } - return WorkerResult::pass(); } // _mode == -1 means don't touch dest permissions, leave it with the system default ones if (_mode != -1) { - if (::chmod(_dest.constData(), _mode) == -1) { - const int errCode = errno; - KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(dest); - // Eat the error if the filesystem apparently doesn't support chmod. - // This test isn't fullproof though, vboxsf (VirtualBox shared folder) supports - // chmod if the host is Linux, and doesn't if the host is Windows. Hard to detect. - if (mp && mp->testFileSystemFlag(KMountPoint::SupportsChmod)) { - if (!tryChangeFileAttr(CHMOD, {_dest, _mode}, errCode).success()) { - qCWarning(KIO_FILE) << "Could not change permissions for" << dest; - } - } + // Change permissions through the open descriptor so they land on the + // file just opened, not on whatever the path resolves to now. + if (::fchmod(destFile.handle(), _mode) == -1) { + qCWarning(KIO_FILE) << "Could not change permissions for" << dest; } } @@ -655,12 +543,16 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo off_t sizeProcessed = 0; + const bool slowTestMode = testMode && destFile.fileName().contains(QLatin1String("slow")); + #ifdef FICLONE - // Share data blocks ("reflink") on supporting filesystems, like brfs and XFS - int ret = ::ioctl(destFile.handle(), FICLONE, srcFile.handle()); - if (ret != -1) { - sizeProcessed = srcSize; - processedSize(srcSize); + if (!slowTestMode) { + // Share data blocks ("reflink") on supporting filesystems, like brfs and XFS + int ret = ::ioctl(destFile.handle(), FICLONE, srcFile.handle()); + if (ret != -1) { + sizeProcessed = srcSize; + processedSize(srcSize); + } } // if fs does not support reflinking, files are on different devices... #endif @@ -671,7 +563,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo #if HAVE_COPY_FILE_RANGE while (!wasKilled() && sizeProcessed < srcSize) { - if (testMode && destFile.fileName().contains(QLatin1String("slow"))) { + if (slowTestMode) { QThread::msleep(50); } @@ -697,20 +589,14 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo } if (!QFile::remove(dest)) { // don't keep partly copied file - auto result = execWithElevatedPrivilege(DEL, {_dest}, errno); - if (!result.success()) { - return result; - } + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(KIO::ERR_DISK_FULL, dest); } if (!QFile::remove(dest)) { // don't keep partly copied file - auto result = execWithElevatedPrivilege(DEL, {_dest}, errno); - if (!result.success()) { - return result; - } + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(KIO::ERR_WORKER_DEFINED, i18n("Cannot copy file from %1 to %2. (Errno: %3)", src, dest, errno)); @@ -723,13 +609,13 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo /* standard read/write fallback */ if (sizeProcessed < srcSize) { - std::array buffer; + QByteArray buffer(s_maxIPCSize, Qt::Uninitialized); while (!wasKilled() && sizeProcessed < srcSize) { if (testMode && destFile.fileName().contains(QLatin1String("slow"))) { QThread::msleep(50); } - const ssize_t readBytes = ::read(srcFile.handle(), &buffer, s_maxIPCSize); + const ssize_t readBytes = ::read(srcFile.handle(), buffer.data(), s_maxIPCSize); if (readBytes == -1) { if (errno == EINTR) { // Interrupted @@ -739,10 +625,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo } if (!QFile::remove(dest)) { // don't keep partly copied file - auto result = execWithElevatedPrivilege(DEL, {_dest}, errno); - if (!result.success()) { - return result; - } + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(KIO::ERR_CANNOT_READ, src); } @@ -764,10 +647,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo } if (!QFile::remove(dest)) { // don't keep partly copied file - auto result = execWithElevatedPrivilege(DEL, {_dest}, errno); - if (!result.success()) { - return result; - } + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(error, dest); } @@ -785,7 +665,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo srcFile.close(); - destFile.flush(); // so the write() happens before futimes() + destFile.flush(); // so the writes complete before the timestamp and ownership changes // copy access and modification time if (!wasKilled()) { @@ -804,9 +684,21 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo ut[1].tv_usec = 0; if (::futimes(destFile.handle(), ut) != 0) { #endif - if (!tryChangeFileAttr(UTIME, {_dest, qint64(buffSrc.st_atime), qint64(buffSrc.st_mtime)}, errno).success()) { - qCWarning(KIO_FILE) << "Couldn't preserve access and modification time for" << dest; + qCWarning(KIO_FILE) << "Couldn't preserve access and modification time for" << dest; + } + } + + // preserve ownership through the open descriptor, so the change lands on + // the file just written + if (_mode != -1) { + if (::fchown(destFile.handle(), -1 /*keep user*/, buffSrc.st_gid) == 0) { + // as we are the owner of the new file, we can always change the group, but + // we might not be allowed to change the owner + if (::fchown(destFile.handle(), buffSrc.st_uid, -1 /*keep group*/) < 0) { + qCWarning(KIO_FILE) << "Couldn't chown destFile" << _dest << "(" << strerror(errno) << ")"; } + } else { + qCWarning(KIO_FILE) << "Couldn't preserve group for" << dest; } } @@ -815,7 +707,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo if (wasKilled()) { qCDebug(KIO_FILE) << "Clean dest file after KIO worker was killed:" << dest; if (!QFile::remove(dest)) { // don't keep partly copied file - execWithElevatedPrivilege(DEL, {_dest}, errno); + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(KIO::ERR_USER_CANCELED, dest); } @@ -824,7 +716,7 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo qCWarning(KIO_FILE) << "Error when closing file descriptor[2]:" << destFile.errorString(); if (!QFile::remove(dest)) { // don't keep partly copied file - execWithElevatedPrivilege(DEL, {_dest}, errno); + qCWarning(KIO_FILE) << "Could not delete partially copied file" << dest; } return WorkerResult::fail(KIO::ERR_CANNOT_WRITE, dest); @@ -840,21 +732,6 @@ WorkerResult FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, int _mo } #endif - // preserve ownership - if (_mode != -1) { - if (::chown(_dest.data(), -1 /*keep user*/, buffSrc.st_gid) == 0) { - // as we are the owner of the new file, we can always change the group, but - // we might not be allowed to change the owner - if (::chown(_dest.data(), buffSrc.st_uid, -1 /*keep group*/) < 0) { - qCWarning(KIO_FILE) << "Couldn't chown destFile" << _dest << "(" << strerror(errno) << ")"; - } - } else { - if (!tryChangeFileAttr(CHOWN, {_dest, buffSrc.st_uid, buffSrc.st_gid}, errno).success()) { - qCWarning(KIO_FILE) << "Couldn't preserve group for" << dest; - } - } - } - if (!_destBackup.isEmpty()) { // Overwrite final dest file with new file if (::unlink(_destBackup.constData()) == -1) { qCWarning(KIO_FILE) << "Couldn't remove original dest" << _destBackup << "(" << strerror(errno) << ")"; @@ -956,6 +833,11 @@ WorkerResult FileProtocol::listDir(const QUrl &url) #endif QT_DIRENT *ep; while ((ep = QT_READDIR(dp)) != nullptr) { + if (wasKilled()) { + closedir(dp); + return WorkerResult::pass(); + } + entry.clear(); const QString filename = QFile::decodeName(ep->d_name); @@ -1070,22 +952,20 @@ WorkerResult FileProtocol::rename(const QUrl &srcUrl, const QUrl &destUrl, KIO:: } if (::rename(_src.data(), _dest.data()) == -1) { - auto result = execWithElevatedPrivilege(RENAME, {_src, _dest}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - int err = result.error(); - if ((err == EACCES) || (err == EPERM)) { - return WorkerResult::fail(KIO::ERR_WRITE_ACCESS_DENIED, dest); - } else if (err == EXDEV) { - return WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, QStringLiteral("rename")); - } else if (err == EROFS) { // The file is on a read-only filesystem - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, src); - } else { - return WorkerResult::fail(KIO::ERR_CANNOT_RENAME, src); - } - } + const int error = errno; + if ((error == EACCES) || (error == EPERM)) { + return WorkerResult::fail(KIO::ERR_WRITE_ACCESS_DENIED, dest); + } else if (error == EXDEV) { + return WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, QStringLiteral("rename")); + } else if (error == EROFS) { // The file is on a read-only filesystem + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, src); + } else if (error == ENOENT) { + // src was removed, TOCTOU case + return WorkerResult::fail(KIO::ERR_DOES_NOT_EXIST, src); + } else { + qCWarning(KIO_FILE) << "Could not rename file" << _src << "to" << _dest << ":" << strerror(error) << "(" << error << ")"; + return WorkerResult::fail(KIO::ERR_CANNOT_RENAME, src); } - return result; } return WorkerResult::pass(); @@ -1106,14 +986,7 @@ WorkerResult FileProtocol::symlink(const QString &target, const QUrl &destUrl, K if (flags & KIO::Overwrite) { // Try to delete the destination if (unlink(dest_c.constData()) != 0) { - auto result = execWithElevatedPrivilege(DEL, {dest}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, dest); - } - - return result; - } + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, dest); } // Try again - this won't loop forever since unlink succeeded @@ -1148,47 +1021,31 @@ WorkerResult FileProtocol::symlink(const QString &target, const QUrl &destUrl, K } } - auto result = execWithElevatedPrivilege(SYMLINK, {dest, target}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - // Some error occurred while we tried to symlink - return WorkerResult::fail(KIO::ERR_CANNOT_SYMLINK, dest); - } - return result; - } - return WorkerResult::pass(); + return WorkerResult::fail(KIO::ERR_CANNOT_SYMLINK, dest); } WorkerResult FileProtocol::del(const QUrl &url, bool isfile) { const QString path = url.toLocalFile(); const QByteArray _path(QFile::encodeName(path)); - /***** + /*!*** * Delete files *****/ if (isfile) { // qDebug() << "Deleting file "<< url; - if (unlink(_path.data()) == -1) { - auto result = execWithElevatedPrivilege(DEL, {_path}, errno); - if (!result.success()) { - auto err = result.error(); - if (!resultWasCancelled(result)) { - if ((err == EACCES) || (err == EPERM)) { - return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); - } else if (err == EISDIR) { - return WorkerResult::fail(KIO::ERR_IS_DIRECTORY, path); - } else { - return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, path); - } - } - return result; + if (::unlink(_path.data()) == -1) { + if ((errno == EACCES) || (errno == EPERM)) { + return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); + } else if (errno == EISDIR) { + return WorkerResult::fail(KIO::ERR_IS_DIRECTORY, path); + } else { + return WorkerResult::fail(KIO::ERR_CANNOT_DELETE, path); } - return WorkerResult::pass(); } } else { - /***** + /*!*** * Delete empty directory *****/ @@ -1199,18 +1056,15 @@ WorkerResult FileProtocol::del(const QUrl &url, bool isfile) return result; } } + if (wasKilled()) { + return WorkerResult::pass(); + } if (QT_RMDIR(_path.data()) == -1) { - auto result = execWithElevatedPrivilege(RMDIR, {_path}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - if ((result.error() == EACCES) || (result.error() == EPERM)) { - return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); - } else { - // qDebug() << "could not rmdir " << perror; - return WorkerResult::fail(KIO::ERR_CANNOT_RMDIR, path); - } - } - return result; + if ((errno == EACCES) || (errno == EPERM)) { + return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); + } else { + // qDebug() << "could not rmdir " << perror; + return WorkerResult::fail(KIO::ERR_CANNOT_RMDIR, path); } } } @@ -1247,21 +1101,16 @@ WorkerResult FileProtocol::chown(const QUrl &url, const QString &owner, const QS } if (::chown(_path.constData(), uid, gid) == -1) { - auto result = execWithElevatedPrivilege(CHOWN, {_path, uid, gid}, errno); - if (!result.success()) { - if (!resultWasCancelled(result)) { - switch (result.error()) { - case EPERM: - case EACCES: - return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); - break; - case ENOSPC: - return WorkerResult::fail(KIO::ERR_DISK_FULL, path); - break; - default: - return WorkerResult::fail(KIO::ERR_CANNOT_CHOWN, path); - } - } + switch (errno) { + case EPERM: + case EACCES: + return WorkerResult::fail(KIO::ERR_ACCESS_DENIED, path); + break; + case ENOSPC: + return WorkerResult::fail(KIO::ERR_DISK_FULL, path); + break; + default: + return WorkerResult::fail(KIO::ERR_CANNOT_CHOWN, path); } } @@ -1295,66 +1144,6 @@ WorkerResult FileProtocol::stat(const QUrl &url) return WorkerResult::pass(); } -WorkerResult FileProtocol::execWithElevatedPrivilege(ActionType action, const QVariantList &args, int errcode) -{ - if (privilegeOperationUnitTestMode()) { - return WorkerResult::pass(); - } - - // temporarily disable privilege execution - if (true) { - return WorkerResult::fail(errcode); - } - - if (!(errcode == EACCES || errcode == EPERM)) { - return WorkerResult::fail(errcode); - } - - const QString operationDetails = actionDetails(action, args); - KIO::PrivilegeOperationStatus opStatus = requestPrivilegeOperation(operationDetails); - if (opStatus != KIO::OperationAllowed) { - if (opStatus == KIO::OperationCanceled) { - return WorkerResult::fail(KIO::ERR_USER_CANCELED, QString()); - } - return WorkerResult::fail(errcode); - } - - const QUrl targetUrl = QUrl::fromLocalFile(args.first().toString()); // target is always the first item. - const bool useParent = action != CHOWN && action != CHMOD && action != UTIME; - const QString targetPath = useParent ? targetUrl.adjusted(QUrl::RemoveFilename).toLocalFile() : targetUrl.toLocalFile(); - bool userIsOwner = QFileInfo(targetPath).ownerId() == getuid(); - if (action == RENAME) { // for rename check src and dest owner - QString dest = QUrl(args[1].toString()).toLocalFile(); - userIsOwner = userIsOwner && QFileInfo(dest).ownerId() == getuid(); - } - if (userIsOwner) { - return WorkerResult::fail(KIO::ERR_PRIVILEGE_NOT_REQUIRED, targetPath); - } - - QByteArray helperArgs; - QDataStream out(&helperArgs, QIODevice::WriteOnly); - out << action; - for (const QVariant &arg : args) { - out << arg; - } - - const QString actionId = QStringLiteral("org.kde.kio.file.exec"); - KAuth::Action execAction(actionId); - execAction.setHelperId(QStringLiteral("org.kde.kio.file")); - - QVariantMap argv; - argv.insert(QStringLiteral("arguments"), helperArgs); - execAction.setArguments(argv); - - auto reply = execAction.execute(); - if (reply->exec()) { - addTemporaryAuthorization(actionId); - return WorkerResult::pass(); - } - - return WorkerResult::fail(KIO::ERR_ACCESS_DENIED); -} - int FileProtocol::setACL(const char *path, mode_t perm, bool directoryDefault) { int ret = 0; diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_win.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_win.cpp index a810882d7a..4579c8ec6b 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_win.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/file_win.cpp @@ -85,11 +85,15 @@ static UDSEntry createUDSEntryWin(const QFileInfo &fileInfo) entry.fastInsert(KIO::UDSEntry::UDS_HIDDEN, true); } - entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, fileInfo.lastModified().toSecsSinceEpoch()); entry.fastInsert(KIO::UDSEntry::UDS_USER, fileInfo.owner()); entry.fastInsert(KIO::UDSEntry::UDS_GROUP, fileInfo.group()); + + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, fileInfo.lastModified().toSecsSinceEpoch()); + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, fileInfo.lastModified().time().msec() * 1000000); entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME, fileInfo.lastRead().toSecsSinceEpoch()); + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET, fileInfo.lastRead().time().msec() * 1000000); entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, fileInfo.birthTime().toSecsSinceEpoch()); + entry.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME_NS_OFFSET, fileInfo.birthTime().time().msec() * 1000000); QT_STATBUF buf; QUrl url(fileInfo.absoluteFilePath()); @@ -104,6 +108,32 @@ static UDSEntry createUDSEntryWin(const QFileInfo &fileInfo) return entry; } +bool FileProtocol::setWindowsModificationTime(const QString &path, const QDateTime &mtime) +{ + HANDLE handle = CreateFileW(reinterpret_cast(path.utf16()), + FILE_WRITE_ATTRIBUTES, + FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, + nullptr, + OPEN_EXISTING, + FILE_FLAG_BACKUP_SEMANTICS, // also needed to open a directory + nullptr); + if (handle == INVALID_HANDLE_VALUE) { + return false; + } + + // A FILETIME counts 100-nanosecond intervals since 1601-01-01. + // 11644473600000: milliseconds between 1601-01-01 and the Unix epoch (1970-01-01). + // 10000: 100-nanosecond intervals per millisecond. + const qint64 intervals = (mtime.toMSecsSinceEpoch() + 11644473600000LL) * 10000LL; + FILETIME modificationTime; + modificationTime.dwLowDateTime = static_cast(intervals & 0xFFFFFFFF); + modificationTime.dwHighDateTime = static_cast((intervals >> 32) & 0xFFFFFFFF); + + const bool ok = SetFileTime(handle, nullptr, nullptr, &modificationTime); + CloseHandle(handle); + return ok; +} + WorkerResult FileProtocol::copy(const QUrl &src, const QUrl &dest, int _mode, JobFlags _flags) { // qDebug() << "copy(): " << src << " -> " << dest << ", mode=" << _mode; @@ -263,7 +293,7 @@ WorkerResult FileProtocol::symlink(const QString &target, const QUrl &dest, KIO: WorkerResult FileProtocol::del(const QUrl &url, bool isfile) { QString _path(url.toLocalFile()); - /***** + /*!*** * Delete files *****/ @@ -313,10 +343,6 @@ WorkerResult FileProtocol::stat(const QUrl &url) return redirect(url); } - const QString sDetails = metaData(QLatin1String("details")); - int details = sDetails.isEmpty() ? 2 : sDetails.toInt(); - // qDebug() << "FileProtocol::stat details=" << details; - const QString localFile = url.toLocalFile(); QFileInfo fileInfo(localFile); if (!fileInfo.exists()) { @@ -329,26 +355,6 @@ WorkerResult FileProtocol::stat(const QUrl &url) return WorkerResult::pass(); } - -bool FileProtocol::privilegeOperationUnitTestMode() -{ - return false; -} - -WorkerResult FileProtocol::execWithElevatedPrivilege(ActionType, const QVariantList &, int err) -{ - return WorkerResult::fail(err); -} -WorkerResult FileProtocol::tryOpen(QFile &f, const QByteArray &, int, int, int err) -{ - return WorkerResult::fail(err); -} - -WorkerResult FileProtocol::tryChangeFileAttr(ActionType, const QVariantList &, int err) -{ - return WorkerResult::fail(err); -} - int FileProtocol::setACL(const char *path, mode_t perm, bool directoryDefault) { Q_UNUSED(path); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/CMakeLists.txt deleted file mode 100644 index 9b1ec1677d..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -add_executable(file_helper filehelper.cpp fdsender.cpp) -target_link_libraries(file_helper Qt6::Network KF6::AuthCore KF6::I18n KF6::KIOCore) - -if (HAIKU) - # for socket, connect and sendmsg - target_link_libraries(file_helper network) -endif () - -#install(TARGETS file_helper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) -#kauth_install_helper_files(file_helper org.kde.kio.file root) -#kauth_install_actions(org.kde.kio.file file.actions) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.cpp deleted file mode 100644 index d6d3ea2443..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.cpp +++ /dev/null @@ -1,59 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#include "fdsender.h" - -#include "../sharefd_p.h" -#include -#include - -FdSender::FdSender(const std::string &path) - : m_socketDes(-1) -{ - const SocketAddress addr(path); - if (!addr.address()) { - std::cerr << "Invalid socket address:" << path << std::endl; - return; - } - - m_socketDes = ::socket(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK, 0); - if (m_socketDes == -1) { - std::cerr << "socket error:" << strerror(errno) << std::endl; - return; - } - - if (::connect(m_socketDes, addr.address(), addr.length()) != 0) { - std::cerr << "connection error:" << strerror(errno) << std::endl; - ::close(m_socketDes); - m_socketDes = -1; - return; - } -} - -FdSender::~FdSender() -{ - if (m_socketDes >= 0) { - ::close(m_socketDes); - } -} - -bool FdSender::sendFileDescriptor(int fd) -{ - FDMessageHeader msg; - cmsghdr *cmsg = msg.cmsgHeader(); - cmsg->cmsg_len = CMSG_LEN(sizeof(int)); - cmsg->cmsg_type = SCM_RIGHTS; - cmsg->cmsg_level = SOL_SOCKET; - memcpy(CMSG_DATA(cmsg), &fd, sizeof fd); - bool success = sendmsg(m_socketDes, msg.message(), 0) == 2; - ::close(m_socketDes); - return success; -} - -bool FdSender::isConnected() const -{ - return m_socketDes >= 0; -} diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.h deleted file mode 100644 index 6e94b868e6..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/fdsender.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#ifndef FDSENDER_H -#define FDSENDER_H - -// std -#include - -class FdSender -{ -public: - explicit FdSender(const std::string &path); - ~FdSender(); - - FdSender(const FdSender &) = delete; - FdSender &operator=(const FdSender &) = delete; - - bool sendFileDescriptor(int fd); - bool isConnected() const; - -private: - int m_socketDes; -}; - -#endif diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/file.actions b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/file.actions deleted file mode 100644 index a2aa082e5d..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/file.actions +++ /dev/null @@ -1,120 +0,0 @@ -[org.kde.kio.file.exec] -Name=Execute action as root. -Name[ar]=نفذ الإجراء كجذر -Name[az]=Root kimi icra edin. -Name[be]=Выканаць дзеянне ад імя суперкарыстальніка (root). -Name[be@latin]=Vykanać dziejannie ad imia supierkarystaĺnika (root). -Name[bg]=Изпълняване като root. -Name[bs]=Izvršite radnju kao root. -Name[ca]=Executa l'acció com a administrador. -Name[ca@valencia]=Executa l'acció com a administrador. -Name[cs]=Spustit činnost jako root... -Name[cy]=Gweithredu y gweithred fel wreiddyn. -Name[da]=Udfør handling som root. -Name[de]=Aktion als „root“ ausführen. -Name[el]=Εκτέλεση ενέργειας ως διαχειριστής. -Name[en_GB]=Execute action as root. -Name[eo]=Plenumu agon kiel radikuzanto. -Name[es]=Ejecutar acción como administrador. -Name[et]=Toimingu sooritamine administraatori õigustes. -Name[eu]=Exekutatu ekintza root gisa. -Name[fa]=اجرای کنش به عنوان ریشه. -Name[fi]=Suorita toiminto pääkäyttäjänä. -Name[fr]=Exécuter une action en mode administrateur. -Name[gl]=Executar a acción como root. -Name[he]=הרצת פעולה כמשתמש על. -Name[hu]=Művelet végrehajtása rootként. -Name[ia]=Executa action como root (radice). -Name[id]=Tindakan eksekusi sebagai root. -Name[ie]=Executer un action quam li superusator. -Name[is]=Keyra aðgerð sem rótarnotandi. -Name[it]=Esegui l'azione come root. -Name[ka]=მოქმედების root მომხმარებლით გაშვება. -Name[ko]=루트 권한으로 동작을 실행합니다. -Name[lg]=Omulimu gutandise obuyinza bwa muteesiteesi (root). -Name[lt]=Vykdyti veiksmą pagrindinio naudotojo (root) teisėmis. -Name[lv]=Izpildīt darbību kā saknes lietotājam. -Name[ml]=റൂട്ട് ആയി പ്രവർത്തനം നടപ്പിലാക്കുക. -Name[my]=Rootအဖြစ်ဆောင်ရွက်သည်။ -Name[nl]=Actie uitvoeren als root. -Name[nn]=Køyr handling som rotbrukar. -Name[pa]=ਕਾਰਵਾਈ ਰੂਟ ਵਜੋਂ ਚਲਾਓ। -Name[pl]=Wykonaj działanie jako administrator. -Name[pt]=Executar a acção como 'root'. -Name[pt_BR]=Executar ação como root. -Name[ro]=Execută acțiunea ca „root”. -Name[ru]=Выполнение действия от имени администратора -Name[sa]=मूलधनीकृतं क्रियताम्. -Name[sk]=Vykonať akciu ako správca. -Name[sl]=Izvedi dejanje kot skrbnik. -Name[sq]=Kryeje veprimin si rrënjë. -Name[sv]=Utför åtgärd som systemadministratör. -Name[ta]=ரூட்டாக செயல்படுத்து. -Name[tg]=Иҷро кардани амал аз ҷониби root. -Name[tok]=o pali e ni kepeken wawa. -Name[tr]=Eylemi yönetici olarak yürütün. -Name[uk]=Виконання дії від імені root. -Name[vi]=Thực thi hành động với vai trò người dùng gốc. -Name[x-test]=xxExecute action as root.xx -Name[zh_CN]=以 Root 身份执行操作。 -Name[zh_TW]=以 root 身份執行動作。 -Description=Root privileges are required to complete the action. -Description[ar]=صلاحيات الجذر مطلوبة لإستكمال الإجراء. -Description[az]=Hərəkəti başa çatdırmaq üçün Root imtiyazları tələb olunur. -Description[be]=Для завяршэння дзеяння патрэбныя правы суперкарыстальніка (root). -Description[be@latin]=Dlia zaviaršennia dziejannia patrebnyja pravy supierkarystaĺnika (root). -Description[bg]=Изискват се root права за завършване на действието. -Description[bs]=Za dovršavanje radnje potrebne su root privilegije. -Description[ca]=Es requereixen privilegis d'administrador per a completar l'acció. -Description[ca@valencia]=Es requerixen privilegis d'administrador per a completar l'acció. -Description[cs]=Pro dokončení této činnosti jsou vyžadována práva uživatele root. -Description[cy]=Mae'r breintiau y gwreiddyn yn ei ragofynnwyd i gwblhau y gweithred. -Description[da]=Root-privilegier kræves for at udføre handlingen. -Description[de]=Zum Abschluss der Aktion sind Rechte als Systemverwalter erforderlich. -Description[el]=Απαιτούνται δικαιώματα διαχειριστή (root) για ολοκλήρωση της ενέργειας. -Description[en_GB]=Root privileges are required to complete the action. -Description[eo]=Radikprivilegioj estas postulataj por plenumi la agon. -Description[es]=Se necesitan permisos de administrador para completar la acción. -Description[et]=Toimingu lõpetamiseks on tarvis administraatori õigusi. -Description[eu]=Root-en pribilegioak behar dira ekintza hau burutzeko. -Description[fa]=برای تکمیل این کنش دسترسی کاربر ریشه لازم است. -Description[fi]=Toiminnon suorittaminen vaatii pääkäyttäjäoikeuksia. -Description[fr]=Vous devez disposer des privilèges du compte administrateur pour effectuer cette action. -Description[gl]=Requírense privilexios de root para completar a acción. -Description[he]=הרשאות העל נחוצות להשלמת הפעולה. -Description[hu]=Root jogosultság szükséges a művelet végrehajtásához. -Description[ia]=Il require privilegios de root (administrator) pro completar le action. -Description[id]=Hak istimewa root diperlukan untuk menyelesaikan tindakan. -Description[ie]=Li privilegies del superusator es besonat por compleer ti action. -Description[is]=Þú þarft rótarréttindi (root) til þess að ljúka þessari aðgerð. -Description[it]=I privilegi di root sono richiesti per completare l'azione. -Description[ka]=ამ მოქმედებისთვის საჭიროა root წვდომა. -Description[ko]=이 동작을 실행하려면 루트 권한이 필요합니다. -Description[lg]=Omulimu guno gwetaagisa buyinza bwa muteesiteesi (root). -Description[lt]=Norint užbaigti veiksmą, reikalingos pagrindinio naudotojo (root) teisės. -Description[lv]=Lai pabeigtu darbību, ir nepieciešamas saknes lietotāja tiesības. -Description[ml]=പ്രവർത്തനം പൂർത്തിയാക്കാൻ റൂട്ട് അധികാരങ്ങൾ ആവശ്യമാണ്. -Description[my]=လုပ်ဆောင်ချက်ပြီးမြောက်ရန် rootအခွင့်အာဏာလိုအပ်သည်။ -Description[nl]=Root-rechten zijn vereist om de actie te voltooien. -Description[nn]=Treng rotløyve for å fullføra handlinga. -Description[pa]=ਕਾਰਵਾਈ ਨੂੰ ਪੂਰਾ ਕਰਨ ਲਈ ਰੂਟ ਅਧਿਕਾਰਾਂ ਦੀ ਲੋੜ ਹੈ। -Description[pl]=Wymagane są uprawnienia administratora do ukończenia tego działania. -Description[pt]=São necessários privilégios do 'root' para terminar a acção. -Description[pt_BR]=São necessários privilégios de root para completar esta ação. -Description[ro]=Sunt necesare privilegii de administrator pentru a finaliza acțiunea. -Description[ru]=Для выполнения действия требуются права администратора (root). -Description[sa]=पूर्ण क्रियायाः निर्वाचने मूलाधिकृत्याः आवश्यकाः सन्ति. -Description[sk]=Na dokončenie akcie sa vyžadujú oprávnenia správcu. -Description[sl]=Za dokončanje opravila so zahtevana skrbniška dovoljenja. -Description[sq]=Që të plotësohet veprimi, lypsen privilegje rrënje. -Description[sv]=Systemadministratörsprivilegier krävs för att slutföra åtgärden. -Description[ta]=செயலை முடிக்க ரூட் உரிமை தேவை. -Description[tg]=Барои иҷро кардани амал имтиёзҳои ROOT лозиманд. -Description[tok]=pali ni li wile e wawa. -Description[tr]=Bu eylemi tamamlamak için yönetici ayrıcalıkları gereklidir. -Description[uk]=Для виконання цієї дії потрібні права доступу користувача root (адміністратора). -Description[vi]=Cần có đặc quyền gốc để hoàn tất hành động. -Description[x-test]=xxRoot privileges are required to complete the action.xx -Description[zh_CN]=完成操作需要 Root 权限。 -Description[zh_TW]=完成動作需要 root 權限。 -Policy=auth_admin diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.cpp deleted file mode 100644 index 78a95f59c0..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.cpp +++ /dev/null @@ -1,277 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#include "filehelper.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "../file_p.h" -#include "fdsender.h" - -#include - -#include -#include -#include -#include -#include -#include - -#ifndef O_PATH -#define O_PATH O_RDONLY -#endif - -struct Privilege { - uid_t uid; - gid_t gid; -}; - -static ActionType intToActionType(int action) -{ - switch (action) { - case 1: - return CHMOD; - case 2: - return CHOWN; - case 3: - return DEL; - case 4: - return MKDIR; - case 5: - return OPEN; - case 6: - return OPENDIR; - case 7: - return RENAME; - case 8: - return RMDIR; - case 9: - return SYMLINK; - case 10: - return UTIME; - default: - return UNKNOWN; - } -} - -static bool sendFileDescriptor(int fd, const char *socketPath) -{ - FdSender fdSender(socketPath); - if (fdSender.isConnected() && fdSender.sendFileDescriptor(fd)) { - return true; - } - return false; -} - -static Privilege *getTargetPrivilege(int target_fd) -{ - struct stat buf; - if (fstat(target_fd, &buf) == -1) { - return nullptr; - } - return new Privilege{buf.st_uid, buf.st_gid}; -} - -static bool dropPrivilege(Privilege *p) -{ - if (!p) { - return false; - } - - uid_t newuid = p->uid; - gid_t newgid = p->gid; - - // drop ancillary groups first because it requires root privileges. - if (setgroups(1, &newgid) == -1) { - return false; - } - // change effective gid and uid. - if (setegid(newgid) == -1 || seteuid(newuid) == -1) { - return false; - } - - return true; -} - -static void gainPrivilege(Privilege *p) -{ - if (!p) { - return; - } - - uid_t olduid = p->uid; - gid_t oldgid = p->gid; - - seteuid(olduid); - setegid(oldgid); - setgroups(1, &oldgid); -} - -ActionReply FileHelper::exec(const QVariantMap &args) -{ - ActionReply reply; - QByteArray data = args[QStringLiteral("arguments")].toByteArray(); - QDataStream in(data); - int act; - QVariant arg1; - QVariant arg2; - QVariant arg3; - QVariant arg4; - in >> act >> arg1 >> arg2 >> arg3 >> arg4; // act=action, arg1=source file, arg$n=dest file, mode, uid, gid, etc. - ActionType action = intToActionType(act); - - // chown requires privilege (CAP_CHOWN) to change user but the group can be changed without it. - // It's much simpler to do it in one privileged call. - if (action == CHOWN) { - if (lchown(arg1.toByteArray().constData(), arg2.toInt(), arg3.toInt()) == -1) { - reply.setError(errno); - } - return reply; - } - - QByteArray tempPath1; - QByteArray tempPath2; - tempPath1 = tempPath2 = arg1.toByteArray(); - const QByteArray parentDir = dirname(tempPath1.data()); - const QByteArray baseName = basename(tempPath2.data()); - int parent_fd = -1; - int base_fd = -1; - - if ((parent_fd = open(parentDir.data(), O_DIRECTORY | O_PATH | O_NOFOLLOW)) == -1) { - reply.setError(errno); - return reply; - } - auto parentFdCleanup = qScopeGuard([parent_fd]() { - close(parent_fd); - }); - - Privilege origPrivilege{geteuid(), getegid()}; - std::unique_ptr targetPrivilege; - - if (action != CHMOD && action != UTIME) { - targetPrivilege.reset(getTargetPrivilege(parent_fd)); - } else { - if ((base_fd = openat(parent_fd, baseName.data(), O_NOFOLLOW)) != -1) { - targetPrivilege.reset(getTargetPrivilege(base_fd)); - } else { - reply.setError(errno); - } - } - - auto baseFdCleanup = qScopeGuard([base_fd]() { - if (base_fd != -1) { - close(base_fd); - } - }); - - if (dropPrivilege(targetPrivilege.get())) { - auto privilegeRestore = qScopeGuard([&origPrivilege]() { - gainPrivilege(&origPrivilege); - }); - - switch (action) { - case CHMOD: { - int mode = arg2.toInt(); - if (fchmod(base_fd, mode) == -1) { - reply.setError(errno); - } - break; - } - - case DEL: - case RMDIR: { - int flags = 0; - if (action == RMDIR) { - flags |= AT_REMOVEDIR; - } - if (unlinkat(parent_fd, baseName.data(), flags) == -1) { - reply.setError(errno); - } - break; - } - - case MKDIR: { - int mode = arg2.toInt(); - if (mkdirat(parent_fd, baseName.data(), mode) == -1) { - reply.setError(errno); - } - break; - } - - case OPEN: - case OPENDIR: { - int oflags = arg2.toInt(); - int mode = arg3.toInt(); - int extraFlag = O_NOFOLLOW; - if (action == OPENDIR) { - extraFlag |= O_DIRECTORY; - } - if (int fd = openat(parent_fd, baseName.data(), oflags | extraFlag, mode) != -1) { - gainPrivilege(&origPrivilege); - if (!sendFileDescriptor(fd, arg4.toByteArray().constData())) { - reply.setError(errno); - } - } else { - reply.setError(errno); - } - break; - } - - case RENAME: { - tempPath1 = tempPath2 = arg2.toByteArray(); - const QByteArray newParentDir = dirname(tempPath1.data()); - const QByteArray newBaseName = basename(tempPath2.data()); - int new_parent_fd = open(newParentDir.constData(), O_DIRECTORY | O_PATH | O_NOFOLLOW); - if (renameat(parent_fd, baseName.data(), new_parent_fd, newBaseName.constData()) == -1) { - reply.setError(errno); - } - close(new_parent_fd); - break; - } - - case SYMLINK: { - const QByteArray target = arg2.toByteArray(); - if (symlinkat(target.data(), parent_fd, baseName.data()) == -1) { - reply.setError(errno); - } - break; - } - - case UTIME: { - timespec times[2]; - time_t actime = arg2.toULongLong(); - time_t modtime = arg3.toULongLong(); - times[0].tv_sec = actime / 1000; - times[0].tv_nsec = actime * 1000; - times[1].tv_sec = modtime / 1000; - times[1].tv_nsec = modtime * 1000; - if (futimens(base_fd, times) == -1) { - reply.setError(errno); - } - break; - } - - default: - reply.setError(ENOTSUP); - break; - } - } else { - reply.setError(errno); - } - return reply; -} - -KAUTH_HELPER_MAIN("org.kde.kio.file", FileHelper) - -#include "moc_filehelper.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.h deleted file mode 100644 index 84badd66bf..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/kauth/filehelper.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - SPDX-FileCopyrightText: 2017 Chinmoy Ranjan Pradhan - - SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL -*/ - -#ifndef FILEHELPER_H -#define FILEHELPER_H - -#include - -using namespace KAuth; - -/** - * This KAuth helper is responsible for performing file operations with - * root privileges. - */ -class FileHelper : public QObject -{ - Q_OBJECT - -public Q_SLOTS: - /** - * Execute action with root privileges. - **/ - KAuth::ActionReply exec(const QVariantMap &args); -}; - -#endif diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/stat_unix.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/stat_unix.h index ee4bf272f2..94e8bbe622 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/file/stat_unix.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/file/stat_unix.h @@ -6,7 +6,6 @@ #ifndef STAT_UNIX_H #define STAT_UNIX_H -#include "kioglobal_p.h" #include "qplatformdefs.h" #include @@ -22,6 +21,10 @@ #include "kioglobal_p.h" #endif +// NOTE: these calls would be nicer if they used real dirfds instead of AT_FDCWD, but benchmarking suggests that +// it makes no real difference since we need to concatenate a complete path anyway (for UDSEntry). The kernel seems +// to not care much whether the input is relative or absolute either. + #if HAVE_STATX // statx syscall is available inline int LSTAT(const char *path, struct statx *buff, KIO::StatDetails details) @@ -43,6 +46,18 @@ inline int LSTAT(const char *path, struct statx *buff, KIO::StatDetails details) // dev, inode mask |= STATX_INO; } +#if HAVE_STATX_SUBVOL + if (details & KIO::StatSubVolId) { + // subvol id + mask |= STATX_SUBVOL; + } +#endif +#if HAVE_STATX_MNT_ID_UNIQUE + if (details & KIO::StatMountId) { + // mount unique id + mask |= STATX_MNT_ID_UNIQUE; + } +#endif return statx(AT_FDCWD, path, AT_SYMLINK_NOFOLLOW, mask, buff); } inline int STAT(const char *path, struct statx *buff, const KIO::StatDetails &details) @@ -65,6 +80,18 @@ inline int STAT(const char *path, struct statx *buff, const KIO::StatDetails &de // atime, mtime, btime mask |= STATX_ATIME | STATX_MTIME | STATX_BTIME; } +#if HAVE_STATX_SUBVOL + if (details & KIO::StatSubVolId) { + // subvol id + mask |= STATX_SUBVOL; + } +#endif +#if HAVE_STATX_MNT_ID_UNIQUE + if (details & KIO::StatMountId) { + // mount unique id + mask |= STATX_MNT_ID_UNIQUE; + } +#endif // KIO::Inode is ignored as when STAT is called, the entry inode field has already been filled return statx(AT_FDCWD, path, AT_STATX_SYNC_AS_STAT, mask, buff); } @@ -96,12 +123,32 @@ inline static int64_t stat_atime(const struct statx &buf) { return buf.stx_atime.tv_sec; } +inline static int64_t stat_atime_ns(const struct statx &buf) +{ + return buf.stx_atime.tv_nsec; +} inline static int64_t stat_mtime(const struct statx &buf) { return buf.stx_mtime.tv_sec; } +inline static int64_t stat_mtime_ns(const struct statx &buf) +{ + return buf.stx_mtime.tv_nsec; +} +#if HAVE_STATX_SUBVOL +inline static uint64_t stat_subvol(const struct statx &buf) +{ + return buf.stx_subvol; +} +#endif +#if HAVE_STATX_MNT_ID_UNIQUE +inline static uint64_t stat_mnt_id(const struct statx &buf) +{ + return buf.stx_mnt_id; +} +#endif #else -// regular stat struct +// regular stat struct (no statx) inline int LSTAT(const char *path, QT_STATBUF *buff, KIO::StatDetails details) { Q_UNUSED(details) @@ -112,6 +159,9 @@ inline int STAT(const char *path, QT_STATBUF *buff, KIO::StatDetails details) Q_UNUSED(details) return QT_STAT(path, buff); } +#endif + +// QT_STATBUF overloads (always available regardless of HAVE_STATX) inline static mode_t stat_mode(const QT_STATBUF &buf) { return buf.st_mode; @@ -140,10 +190,29 @@ inline static time_t stat_atime(const QT_STATBUF &buf) { return buf.st_atime; } +inline static int64_t stat_atime_ns(const QT_STATBUF &buf) +{ +#if defined(Q_OS_WIN) + return 0; +#elif defined(Q_OS_DARWIN) + return buf.st_atimespec.tv_nsec; +#else + return buf.st_atim.tv_nsec; +#endif +} inline static time_t stat_mtime(const QT_STATBUF &buf) { return buf.st_mtime; } +inline static int64_t stat_mtime_ns(const QT_STATBUF &buf) +{ +#if defined(Q_OS_WIN) + return 0; +#elif defined(Q_OS_DARWIN) + return buf.st_mtimespec.tv_nsec; +#else + return buf.st_mtim.tv_nsec; #endif +} #endif // STAT_UNIX_H diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/CMakeLists.txt index 3f0829bda5..f00726b525 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/CMakeLists.txt @@ -12,7 +12,6 @@ ecm_qt_export_logging_category( IDENTIFIER KIO_FTP CATEGORY_NAME kf.kio.workers.ftp OLD_CATEGORY_NAMES kf5.kio.kio_ftp kf.kio.slaves.ftp - DEFAULT_SEVERITY Warning DESCRIPTION "kio ftp (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.cpp index a25e67fa51..29b53b7e41 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.cpp @@ -106,17 +106,17 @@ static bool supportedProxyScheme(const QString &scheme) namespace KIO { enum buffersizes { - /** + /*! * largest buffer size that should be used to transfer data between * KIO workers using the data() function */ maximumIpcSize = 32 * 1024, - /** + /*! * this is a reasonable value for an initial read() that a KIO worker * can do to obtain data via a slow network connection. */ initialIpcSize = 2 * 1024, - /** + /*! * recommended size of a data block passed to findBufferFileType() */ minimumMimeSize = 1024, @@ -124,11 +124,11 @@ enum buffersizes { // JPF: this helper was derived from write_all in file.cc (FileProtocol). static // JPF: in ftp.cc we make it static - /** + /*! * This helper handles some special issues (blocking and interrupted * system call) when writing to a file handle. * - * @return 0 on success or an error code on failure (ERR_CANNOT_WRITE, + * Returns 0 on success or an error code on failure (ERR_CANNOT_WRITE, * ERR_DISK_FULL, ERR_CONNECTION_BROKEN). */ int @@ -184,7 +184,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) // FtpInternal //=============================================================================== -/** +/*! * This closes a data connection opened by ftpOpenDataConnection(). */ void FtpInternal::ftpCloseDataConnection() @@ -195,7 +195,7 @@ void FtpInternal::ftpCloseDataConnection() m_server = nullptr; } -/** +/*! * This closes a control connection opened by ftpOpenControlConnection() and reinits the * related states. This method gets called from the constructor with m_control = nullptr. */ @@ -210,7 +210,7 @@ void FtpInternal::ftpCloseControlConnection() m_bBusy = false; } -/** +/*! * Returns the last response from the server (iOffset >= 0) -or- reads a new response * (iOffset < 0). The result is returned (with iOffset chars skipped for iOffset > 0). */ @@ -405,10 +405,10 @@ Result FtpInternal::ftpOpenConnection(LoginMode loginMode) return Result::pass(); } -/** +/*! * Called by @ref openConnection. It opens the control connection to the ftp server. * - * @return true on success. + * Returns true on success. */ Result FtpInternal::ftpOpenControlConnection() { @@ -495,12 +495,12 @@ Result FtpInternal::ftpOpenControlConnection(const QString &host, int port) return Result::fail(iErrorCode, sErrorMsg); } -/** +/*! * Called by @ref openConnection. It logs us in. * @ref m_initialPath is set to the current working directory * if logging on was successful. * - * @return true on success. + * Returns true on success. */ Result FtpInternal::ftpLogin(bool *userChanged) { @@ -639,6 +639,15 @@ Result FtpInternal::ftpLogin(bool *userChanged) q->cacheAuthentication(info); } } + if (!ftpSendCmd(QByteArrayLiteral("CLNT kio_ftp")) || m_iRespType != 2) { + qCDebug(KIO_FTP) << "CLNT command failed or is not supported (code:" << m_iRespCode << ")"; + } + if (ftpSendCmd(QByteArrayLiteral("OPTS UTF8 ON")) && m_iRespCode == 200) { + qCDebug(KIO_FTP) << "UTF-8 enabled successfully (code 200)"; + q->remoteEncoding()->setEncoding("UTF-8"); + } else { + qCDebug(KIO_FTP) << "OPTS UTF8 ON failed or not supported (code: " << m_iRespCode << "), falling back to default encoding"; + } failedAuth = -1; } else { // some servers don't let you login anymore @@ -695,10 +704,10 @@ Result FtpInternal::ftpLogin(bool *userChanged) return Result::pass(); } -/** +/*! * ftpSendCmd - send a command (@p cmd) and read response * - * @param maxretries number of time it should retry. Since it recursively + * \a maxretries number of time it should retry. Since it recursively * calls itself if it can't read the answer (this happens especially after * timeouts), we need to limit the recursiveness ;-) * @@ -895,7 +904,7 @@ int FtpInternal::ftpOpenEPSVDataConnection() * who is responsible for calling error(). ftpOpenPortDataConnection * can be called as last try and it does never return ERR_INTERNAL. * - * @return 0 if successful, err code otherwise + * Returns 0 if successful, err code otherwise */ int FtpInternal::ftpOpenDataConnection() { @@ -944,7 +953,7 @@ int FtpInternal::ftpOpenDataConnection() /* * ftpOpenPortDataConnection - set up data connection * - * @return 0 if successful, err code otherwise (but never ERR_INTERNAL + * Returns 0 if successful, err code otherwise (but never ERR_INTERNAL * because this is the last connection mode that is tried) */ int FtpInternal::ftpOpenPortDataConnection() @@ -1234,10 +1243,11 @@ void FtpInternal::ftpCreateUDSEntry(const QString &filename, const FtpEntry &ftp { Q_ASSERT(entry.count() == 0); // by contract :-) - entry.reserve(9); + entry.reserve(10); entry.fastInsert(KIO::UDSEntry::UDS_NAME, filename); entry.fastInsert(KIO::UDSEntry::UDS_SIZE, ftpEnt.size); entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, ftpEnt.date.toSecsSinceEpoch()); + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, ftpEnt.date.time().msec() * 1000000); entry.fastInsert(KIO::UDSEntry::UDS_ACCESS, ftpEnt.access); entry.fastInsert(KIO::UDSEntry::UDS_USER, ftpEnt.owner); if (!ftpEnt.group.isEmpty()) { @@ -1367,7 +1377,7 @@ Result FtpInternal::stat(const QUrl &url) UDSEntry entry; entry.fastInsert(KIO::UDSEntry::UDS_NAME, filename); entry.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR); - entry.fastInsert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); // No clue about size, ownership, group, etc. q->statEntry(entry); @@ -1518,13 +1528,6 @@ Result FtpInternal::listDir(const QUrl &url) return Result::pass(); } -void FtpInternal::worker_status() -{ - qCDebug(KIO_FTP) << "Got worker_status host = " << (!m_host.toLatin1().isEmpty() ? m_host.toLatin1() : "[None]") << " [" - << (m_bLoggedOn ? "Connected" : "Not connected") << "]"; - q->workerStatus(m_host, m_bLoggedOn); -} - Result FtpInternal::ftpOpenDir(const QString &path) { // QString path( _url.path(QUrl::RemoveTrailingSlash) ); @@ -2077,7 +2080,7 @@ Result FtpInternal::ftpPut(int iCopyFile, const QUrl &dest_url, int permissions, qCDebug(KIO_FTP) << "Error during 'put'. Aborting."; if (bMarkPartial) { // Remove if smaller than minimum size - if (ftpSize(dest, 'I') && (processed_size < q->configValue(QStringLiteral("MinimumKeepSize"), DEFAULT_MINIMUM_KEEP_SIZE))) { + if (ftpSize(dest, 'I') && (processed_size < DEFAULT_MINIMUM_KEEP_SIZE)) { const QByteArray cmd = "DELE " + q->remoteEncoding()->encode(dest); (void)ftpSendCmd(cmd); } @@ -2114,7 +2117,7 @@ Result FtpInternal::ftpPut(int iCopyFile, const QUrl &dest_url, int permissions, return Result::pass(); } -/** Use the SIZE command to get the file size. +/*! Use the SIZE command to get the file size. Warning : the size depends on the transfer mode, hence the second arg. */ bool FtpInternal::ftpSize(const QString &path, char mode) { @@ -2364,8 +2367,7 @@ Result FtpInternal::ftpCopyGet(int &iCopyFile, const QString &sCopyFile, const Q } else { sPartInfo.refresh(); if (sPartInfo.exists()) { // should a very small ".part" be deleted? - int size = q->configValue(QStringLiteral("MinimumKeepSize"), DEFAULT_MINIMUM_KEEP_SIZE); - if (sPartInfo.size() < size) { + if (sPartInfo.size() < DEFAULT_MINIMUM_KEEP_SIZE) { QFile::remove(sPart); } } @@ -2591,11 +2593,6 @@ KIO::WorkerResult Ftp::put(const QUrl &url, int permissions, JobFlags flags) return d->put(url, permissions, flags); } -void Ftp::worker_status() -{ - d->worker_status(); -} - KIO::WorkerResult Ftp::copy(const QUrl &src, const QUrl &dest, int permissions, JobFlags flags) { return d->copy(src, dest, permissions, flags); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.h index 03e2555466..1b36509e9a 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/ftp/ftp.h @@ -35,7 +35,7 @@ struct FtpEntry { class FtpInternal; -/** +/*! * Login Mode for ftpOpenConnection */ enum class LoginMode { @@ -46,7 +46,7 @@ enum class LoginMode { using Result = KIO::WorkerResult; -/** +/*! * Special Result composite for errors during connection. */ struct ConnectionResult { @@ -70,7 +70,7 @@ public: void setHost(const QString &host, quint16 port, const QString &user, const QString &pass) override; - /** + /*! * Connects to a ftp server and logs us in * m_bLoggedOn is set to true if logging on was successful. * It is set to false if the connection becomes closed. @@ -78,7 +78,7 @@ public: */ KIO::WorkerResult openConnection() override; - /** + /*! * Closes the connection */ void closeConnection() override; @@ -94,9 +94,7 @@ public: KIO::WorkerResult get(const QUrl &url) override; KIO::WorkerResult put(const QUrl &url, int permissions, KIO::JobFlags flags) override; - void worker_status() override; - - /** + /*! * Handles the case that one side of the job is a local file */ KIO::WorkerResult copy(const QUrl &src, const QUrl &dest, int permissions, KIO::JobFlags flags) override; @@ -104,7 +102,7 @@ public: std::unique_ptr d; }; -/** +/*! * Internal logic class. * * This class implements strict separation between the API (Ftp) and @@ -125,7 +123,7 @@ public: void setHost(const QString &host, quint16 port, const QString &user, const QString &pass); - /** + /*! * Connects to a ftp server and logs us in * m_bLoggedOn is set to true if logging on was successful. * It is set to false if the connection becomes closed. @@ -133,7 +131,7 @@ public: */ Q_REQUIRED_RESULT Result openConnection(); - /** + /*! * Closes the connection */ void closeConnection(); @@ -150,9 +148,7 @@ public: Q_REQUIRED_RESULT Result put(const QUrl &url, int permissions, KIO::JobFlags flags); // virtual void mimetype( const QUrl& url ); - void worker_status(); - - /** + /*! * Handles the case that one side of the job is a local file */ Q_REQUIRED_RESULT Result copy(const QUrl &src, const QUrl &dest, int permissions, KIO::JobFlags flags); @@ -162,33 +158,33 @@ public: static bool isSocksProxyScheme(const QString &scheme); bool isSocksProxy() const; - /** + /*! * Connect and login to the FTP server. * - * @param loginMode controls if login info should be sent
    + * \a loginMode controls if login info should be sent
    * loginDeferred - must not be logged on, no login info is sent
    * loginExplicit - must not be logged on, login info is sent
    * loginImplicit - login info is sent if not logged on * - * @return true on success (a login failure would return false). + * Returns true on success (a login failure would return false). */ Q_REQUIRED_RESULT Result ftpOpenConnection(LoginMode loginMode); - /** + /*! * Called by openConnection. It logs us in. * m_initialPath is set to the current working directory * if logging on was successful. * - * @param userChanged if not nullptr, will be set to true if the user name + * \a userChanged if not nullptr, will be set to true if the user name * was changed during login. - * @return true on success. + * Returns true on success. */ Q_REQUIRED_RESULT Result ftpLogin(bool *userChanged = nullptr); - /** + /*! * ftpSendCmd - send a command (@p cmd) and read response * - * @param maxretries number of time it should retry. Since it recursively + * \a maxretries number of time it should retry. Since it recursively * calls itself if it can't read the answer (this happens especially after * timeouts), we need to limit the recursiveness ;-) * @@ -196,47 +192,47 @@ public: */ Q_REQUIRED_RESULT bool ftpSendCmd(const QByteArray &cmd, int maxretries = 1); - /** + /*! * Use the SIZE command to get the file size. - * @param mode the size depends on the transfer mode, hence this arg. - * @return true on success + * \a mode the size depends on the transfer mode, hence this arg. + * Returns true on success * Gets the size into m_size. */ bool ftpSize(const QString &path, char mode); - /** + /*! * Returns true if the file exists. * Implemented using the SIZE command. */ bool ftpFileExists(const QString &path); - /** + /*! * Set the current working directory, but only if not yet current */ Q_REQUIRED_RESULT bool ftpFolder(const QString &path); - /** + /*! * Runs a command on the ftp server like "list" or "retr". In contrast to * ftpSendCmd a data connection is opened. The corresponding socket * sData is available for reading/writing on success. * The connection must be closed afterwards with ftpCloseCommand. * - * @param mode is 'A' or 'I'. 'A' means ASCII transfer, 'I' means binary transfer. - * @param errorcode the command-dependent error code to emit on error + * \a mode is 'A' or 'I'. 'A' means ASCII transfer, 'I' means binary transfer. + * \a errorcode the command-dependent error code to emit on error * - * @return true if the command was accepted by the server. + * Returns true if the command was accepted by the server. */ Q_REQUIRED_RESULT Result ftpOpenCommand(const char *command, const QString &path, char mode, int errorcode, KIO::fileoffset_t offset = 0); - /** + /*! * The counterpart to openCommand. * Closes data sockets and then reads line sent by server at * end of command. - * @return false on error (line doesn't start with '2') + * Returns false on error (line doesn't start with '2') */ bool ftpCloseCommand(); - /** + /*! * Send "TYPE I" or "TYPE A" only if required, see m_cDataMode. * * Use 'A' to select ASCII and 'I' to select BINARY mode. If @@ -246,25 +242,25 @@ public: // void ftpAbortTransfer(); - /** + /*! * Used by ftpOpenCommand, return 0 on success or an error code */ int ftpOpenDataConnection(); - /** + /*! * closes a data connection, see ftpOpenDataConnection() */ void ftpCloseDataConnection(); - /** + /*! * Helper for ftpOpenDataConnection */ int ftpOpenPASVDataConnection(); - /** + /*! * Helper for ftpOpenDataConnection */ int ftpOpenEPSVDataConnection(); - /** + /*! * Helper for ftpOpenDataConnection */ int ftpOpenPortDataConnection(); @@ -273,12 +269,12 @@ public: // used by listDir Q_REQUIRED_RESULT Result ftpOpenDir(const QString &path); - /** + /*! * Called to parse directory listings, call this until it returns false */ bool ftpReadDir(FtpEntry &ftpEnt); - /** + /*! * Helper to fill an UDSEntry */ void ftpCreateUDSEntry(const QString &filename, const FtpEntry &ftpEnt, KIO::UDSEntry &entry, bool isDir); @@ -287,101 +283,101 @@ public: Q_REQUIRED_RESULT Result ftpStatAnswerNotFound(const QString &path, const QString &filename); - /** + /*! * This is the internal implementation of rename() - set put(). * - * @return true on success. + * Returns true on success. */ Q_REQUIRED_RESULT Result ftpRename(const QString &src, const QString &dst, KIO::JobFlags flags); - /** + /*! * Called by openConnection. It opens the control connection to the ftp server. * - * @return true on success. + * Returns true on success. */ Q_REQUIRED_RESULT Result ftpOpenControlConnection(); Q_REQUIRED_RESULT Result ftpOpenControlConnection(const QString &host, int port); - /** + /*! * closes the socket holding the control connection (see ftpOpenControlConnection) */ void ftpCloseControlConnection(); - /** + /*! * read a response from the server (a trailing CR gets stripped) - * @param iOffset -1 to read a new line from the server
    + * \a iOffset -1 to read a new line from the server
    * 0 to return the whole response string * >0 to return the response with iOffset chars skipped - * @return the response message with iOffset chars skipped (or "" if iOffset points + * Returns the response message with iOffset chars skipped (or "" if iOffset points * behind the available data) */ const char *ftpResponse(int iOffset); - /** + /*! * This is the internal implementation of get() - see copy(). * * IMPORTANT: the caller should call ftpCloseCommand() on return. * The function does not call error(), the caller should do this. * - * @param iError set to an ERR_xxxx code on error - * @param iCopyFile -1 -or- handle of a local destination file - * @param hCopyOffset local file only: non-zero for resume - * @return 0 for success, -1 for server error, -2 for client error + * \a iError set to an ERR_xxxx code on error + * \a iCopyFile -1 -or- handle of a local destination file + * \a hCopyOffset local file only: non-zero for resume + * Returns 0 for success, -1 for server error, -2 for client error */ Q_REQUIRED_RESULT Result ftpGet(int iCopyFile, const QString &sCopyFile, const QUrl &url, KIO::fileoffset_t hCopyOffset); - /** + /*! * This is the internal implementation of put() - see copy(). * * IMPORTANT: the caller should call ftpCloseCommand() on return. * The function does not call error(), the caller should do this. * - * @param iError set to an ERR_xxxx code on error - * @param iCopyFile -1 -or- handle of a local source file - * @return 0 for success, -1 for server error, -2 for client error + * \a iError set to an ERR_xxxx code on error + * \a iCopyFile -1 -or- handle of a local source file + * Returns 0 for success, -1 for server error, -2 for client error */ Q_REQUIRED_RESULT Result ftpPut(int iCopyFile, const QUrl &url, int permissions, KIO::JobFlags flags); - /** + /*! * helper called from copy() to implement FILE -> FTP transfers * - * @param iError set to an ERR_xxxx code on error - * @param iCopyFile [out] handle of a local source file - * @param sCopyFile path of the local source file - * @return 0 for success, -1 for server error, -2 for client error + * \a iError set to an ERR_xxxx code on error + * \a iCopyFile [out] handle of a local source file + * \a sCopyFile path of the local source file + * Returns 0 for success, -1 for server error, -2 for client error */ Q_REQUIRED_RESULT Result ftpCopyPut(int &iCopyFile, const QString &sCopyFile, const QUrl &url, int permissions, KIO::JobFlags flags); - /** + /*! * helper called from copy() to implement FTP -> FILE transfers * - * @param iError set to an ERR_xxxx code on error - * @param iCopyFile [out] handle of a local source file - * @param sCopyFile path of the local destination file - * @return 0 for success, -1 for server error, -2 for client error + * \a iError set to an ERR_xxxx code on error + * \a iCopyFile [out] handle of a local source file + * \a sCopyFile path of the local destination file + * Returns 0 for success, -1 for server error, -2 for client error */ Q_REQUIRED_RESULT Result ftpCopyGet(int &iCopyFile, const QString &sCopyFile, const QUrl &url, int permissions, KIO::JobFlags flags); - /** + /*! * Sends the MIME type of the content to retrieved. * - * @param iError set to an ERR_xxxx code on error - * @return 0 for success, -1 for server error, -2 for client error + * \a iError set to an ERR_xxxx code on error + * Returns 0 for success, -1 for server error, -2 for client error */ Q_REQUIRED_RESULT Result ftpSendMimeType(const QUrl &url); - /** + /*! * Fixes up an entry name so that extraneous whitespaces do not cause * problems. See bug# 88575 and bug# 300988. */ void fixupEntryName(FtpEntry *ftpEnt); - /** + /*! * Calls @ref statEntry. */ bool maybeEmitStatEntry(FtpEntry &ftpEnt, const QString &filename, bool isDir); - /** + /*! * Setup the connection to the server. */ Q_REQUIRED_RESULT ConnectionResult synchronousConnectToHost(const QString &host, quint16 port); @@ -393,46 +389,46 @@ private: // data members int m_port = 0; QString m_user; QString m_pass; - /** + /*! * Where we end up after connecting */ QString m_initialPath; QUrl m_proxyURL; QStringList m_proxyUrls; - /** + /*! * the current working directory - see ftpFolder */ QString m_currentPath; - /** + /*! * the status returned by the FTP protocol, set in ftpResponse() */ int m_iRespCode = 0; - /** + /*! * the status/100 returned by the FTP protocol, set in ftpResponse() */ int m_iRespType = 0; - /** + /*! * This flag is maintained by ftpDataMode() and contains I or A after * ftpDataMode() has successfully set the mode. */ char m_cDataMode; - /** + /*! * true if logged on (m_control should also be non-nullptr) */ bool m_bLoggedOn; - /** + /*! * true if a "textmode" metadata key was found by ftpLogin(). This * switches the ftp data transfer mode from binary to ASCII. */ bool m_bTextMode; - /** + /*! * true if a data stream is open, used in closeConnection(). * * When the user cancels a get or put command the Ftp dtor will be called, @@ -459,18 +455,18 @@ private: // data members }; int m_extControl; - /** + /*! * control connection socket, only set if openControl() succeeded */ QTcpSocket *m_control = nullptr; QByteArray m_lastControlLine; - /** + /*! * data connection socket */ QTcpSocket *m_data = nullptr; - /** + /*! * active mode server socket */ QTcpServer *m_server = nullptr; diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/help/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/help/CMakeLists.txt index 9bd080fb3d..65d0197eb0 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/help/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/help/CMakeLists.txt @@ -16,8 +16,6 @@ set_package_properties(LibXml2 PROPERTIES PURPOSE "Required by the KDE help system to process DocBook XML" ) -include_directories(${LIBXML2_INCLUDE_DIR} ${LIBXSLT_INCLUDE_DIR}) - include(ConfigureChecks.cmake) configure_file(config-help.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-help.h ) @@ -41,9 +39,8 @@ target_link_libraries(kio_help KF6::Archive KF6::KIOCore KF6::DocTools - ${LIBXML2_LIBRARIES} - ${LIBXSLT_LIBRARIES} - ${LIBXSLT_EXSLT_LIBRARIES} + LibXml2::LibXml2 + LibXslt::LibExslt ) install(TARGETS kio_help DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kio) @@ -65,9 +62,8 @@ target_link_libraries(kio_ghelp KF6::KIOCore KF6::DocTools Qt6::Network - ${LIBXML2_LIBRARIES} - ${LIBXSLT_LIBRARIES} - ${LIBXSLT_EXSLT_LIBRARIES} + LibXml2::LibXml2 + LibXslt::LibExslt ) if(WIN32) # libxml/libxslt pulls in windows.h, this breaks QDateTime diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/help/xslt_help.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/help/xslt_help.h index c2a5fc7faa..e68261634a 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/help/xslt_help.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/help/xslt_help.h @@ -5,9 +5,9 @@ QString lookForCache(const QString &filename); -/** - * Compares two files and returns true if @param newer exists and is newer than - * @param older +/*! + * Compares two files and returns true if \a newer exists and is newer than + * \a older **/ bool compareTimeStamps(const QString &older, const QString &newer); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/CMakeLists.txt index 4b080604c9..b8f2cbb7e7 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/CMakeLists.txt @@ -10,7 +10,6 @@ ecm_qt_declare_logging_category(kio_http HEADER debug.h IDENTIFIER KIOHTTP_LOG CATEGORY_NAME kf.kio.workers.http - DEFAULT_SEVERITY Info DESCRIPTION "kio_http (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.cpp index 9badada638..49a8dab933 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.cpp @@ -25,7 +25,6 @@ #include #include #include -#include #include #include @@ -113,8 +112,9 @@ QUrl protocolChangedToHttp(const QUrl &url) // Keeps the 's' at the end, if present. protocol.replace(QLatin1String{"webdav"}, QLatin1String{"http"}); protocol.replace(QLatin1String{"dav"}, QLatin1String{"http"}); - if (newUrl.scheme() != protocol) + if (newUrl.scheme() != protocol) { newUrl.setScheme(protocol); + } return newUrl; } }; @@ -144,7 +144,7 @@ void HTTPProtocol::handleSslErrors(QNetworkReply *reply, const QList QList certs = reply->sslConfiguration().peerCertificateChain(); QStringList peerCertChain; - for (const QSslCertificate &cert : certs) { + for (const QSslCertificate &cert : std::as_const(certs)) { peerCertChain += QString::fromUtf8(cert.toPem()); } @@ -152,7 +152,7 @@ void HTTPProtocol::handleSslErrors(QNetworkReply *reply, const QList const QList fatalErrors = KSslCertificateManager::nonIgnorableErrors(sslErrors); if (!fatalErrors.isEmpty()) { - qCWarning(KIOHTTP_LOG) << "SSL errors that cannot be ignored occured" << fatalErrors; + qCWarning(KIOHTTP_LOG) << "SSL errors that cannot be ignored occurred" << fatalErrors; Q_EMIT errorOut(KIO::ERR_CANNOT_CONNECT); return; } @@ -176,7 +176,7 @@ void HTTPProtocol::handleSslErrors(QNetworkReply *reply, const QList QStringList certificateErrors; // encode the two-dimensional numeric error list using '\n' and '\t' as outer and inner separators - for (const QSslCertificate &cert : certs) { + for (const QSslCertificate &cert : std::as_const(certs)) { QString errorStr; for (const QSslError &error : std::as_const(sslErrors)) { if (error.certificate() == cert) { @@ -258,8 +258,17 @@ HTTPProtocol::Response HTTPProtocol::makeDavRequest(const QUrl &url, HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, KIO::HTTP_METHOD method, QByteArray &inputData, DataMode dataMode, const QMap &extraHeaders) { + /* HTTPProtocol::get(...) creates an empty inputData whether or not the calling function + * sent data to the request. QNetworkRequest sends "Content-Length: 0" for all requests + * when the device != nullptr, even if data is empty. Per RFC9110, "A user agent SHOULD NOT + * send a Content-Length header field when the request message does not contain content and + * the method semantics do not anticipate such data." Semantically, HTTP_GET, HTTP_HEAD, + * and others shouldn't send the header when the data is empty. Workaround that behavior + * here until and if Qt is modified. https://bugreports.qt.io/browse/QTBUG-138848 */ + const bool noBodyWhenEmpty = (method == KIO::HTTP_GET || method == KIO::HTTP_HEAD || method == KIO::HTTP_DELETE); QBuffer buffer(&inputData); - return makeRequest(url, method, &buffer, dataMode, extraHeaders); + QIODevice *bodyDevice = (noBodyWhenEmpty && inputData.isEmpty()) ? nullptr : &buffer; + return makeRequest(url, method, bodyDevice, dataMode, extraHeaders); } static QString protocolForProxyType(QNetworkProxy::ProxyType type) @@ -452,7 +461,35 @@ HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, inputData->startTransaction(); // To be able to restart after redirects. } - QNetworkReply *reply = nam.sendCustomRequest(request, methodToString(method), inputData); + // sendCustomRequest(..., "FOO") behaves differently from dedicated foo(). + // This sometimes causes requests to get stuck, when e.g. head() knows it shouldn't + // expect content but custom("HEAD") keeps waiting until the connection times out. + // Therefore, use the proper method, if possible. + // This has been addressed in Qt 6.11, see https://codereview.qt-project.org/c/qt/qtbase/+/666393 + QNetworkReply *reply = nullptr; + switch (method) { + case KIO::HTTP_GET: + reply = nam.get(request, inputData); + break; + case KIO::HTTP_PUT: + reply = nam.put(request, inputData); + break; + case KIO::HTTP_POST: + reply = nam.post(request, inputData); + break; + case KIO::HTTP_HEAD: + reply = nam.head(request); + break; + case KIO::HTTP_DELETE: + reply = nam.deleteResource(request); + break; + default: + reply = nam.sendCustomRequest(request, methodToString(method), inputData); + } + + const auto replyDeleter = qScopeGuard([reply] { + reply->deleteLater(); + }); bool mimeTypeEmitted = false; @@ -484,7 +521,18 @@ HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, if (statusCode >= 300 && statusCode < 400) { const QString redir = reply->attribute(QNetworkRequest::RedirectionTargetAttribute).toString(); - const QUrl newUrl = url.resolved(QUrl(redir)); + QUrl newUrl = url.resolved(QUrl(redir)); + + // Restore the old protocol (http, webdav or dav) after the redirection, but with the correct encryption status + bool upgradeToSecure = !url.scheme().endsWith(QLatin1Char('s')) && newUrl.scheme().endsWith(QLatin1Char('s')); + bool downgradeToInsecure = url.scheme().endsWith(QLatin1Char('s')) && !newUrl.scheme().endsWith(QLatin1Char('s')); + if (upgradeToSecure) { + newUrl.setScheme(url.scheme() + QLatin1Char('s')); + } else if (downgradeToInsecure) { + newUrl.setScheme(url.scheme().chopped(1)); + } else { + newUrl.setScheme(url.scheme()); + } // Handled after returning from the event loop. // 301 is necessary for Apache (see bugs 209508 and 187970). @@ -558,6 +606,7 @@ HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, } QUrl newUrl = url; newUrl.setPath(newUrl.path() + QLatin1Char('/')); + redirection(newUrl); return makeRequest(newUrl, method, inputData, dataMode, extraHeaders); } if (inputData) { @@ -572,8 +621,28 @@ HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, data(QByteArray()); }); + const int statusCode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt(); + if (reply->error() != QNetworkReply::NoError && statusCode == 0) { + // anything not listed here gets KIO::ERR_CANNOT_CONNECT + static constexpr const std::pair qnam2kio_errors[] = { + {QNetworkReply::HostNotFoundError, KIO::ERR_UNKNOWN_HOST}, + {QNetworkReply::TimeoutError, KIO::ERR_SERVER_TIMEOUT}, + {QNetworkReply::OperationCanceledError, KIO::ERR_USER_CANCELED}, + {QNetworkReply::TemporaryNetworkFailureError, KIO::ERR_CONNECTION_BROKEN}, + {QNetworkReply::NetworkSessionFailedError, KIO::ERR_CONNECTION_BROKEN}, + {QNetworkReply::ProxyConnectionClosedError, KIO::ERR_CONNECTION_BROKEN}, + {QNetworkReply::ProxyNotFoundError, KIO::ERR_UNKNOWN_PROXY_HOST}, + {QNetworkReply::ProxyTimeoutError, KIO::ERR_SERVER_TIMEOUT}, + {QNetworkReply::ProtocolUnknownError, KIO::ERR_UNSUPPORTED_PROTOCOL}, + }; + + const auto it = std::ranges::find_if(qnam2kio_errors, [reply](const auto &m) { + return m.first == reply->error(); + }); + + return {0, QByteArray(), it != std::end(qnam2kio_errors) ? (*it).second : KIO::ERR_CANNOT_CONNECT}; + } if (reply->error() == QNetworkReply::AuthenticationRequiredError) { - reply->deleteLater(); return {0, QByteArray(), KIO::ERR_ACCESS_DENIED}; } @@ -594,13 +663,9 @@ HTTPProtocol::Response HTTPProtocol::makeRequest(const QUrl &url, returnData = reply->readAll(); } - int statusCode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt(); - setMetaData(QStringLiteral("responsecode"), QString::number(statusCode)); setMetaData(QStringLiteral("content-type"), readMimeType(reply)); - reply->deleteLater(); - return {statusCode, returnData}; } @@ -768,13 +833,10 @@ KIO::WorkerResult HTTPProtocol::davStatList(const QUrl &url, bool stat) Response response = makeDavRequest(url, method, inputData, DataMode::Return, extraHeaders); - // Has a redirection already been called? If so, we're done. - // if (m_isRedirection || m_kioError) { - // if (m_isRedirection) { - // return davFinished(); - // } - // return WorkerResult::pass(); - // } + // If this is a redirection we don't have anything to do + if (response.httpCode >= 300 && response.httpCode < 400) { + return KIO::WorkerResult::pass(); + } QDomDocument multiResponse; multiResponse.setContent(response.data, QDomDocument::ParseOption::UseNamespaceProcessing); @@ -938,6 +1000,7 @@ void HTTPProtocol::davParsePropstats(const QDomNodeList &propstats, KIO::UDSEntr auto datetime = parseDateTime(property.text(), property.attribute(QStringLiteral("dt"))); if (datetime.isValid()) { entry.replace(KIO::UDSEntry::UDS_MODIFICATION_TIME, datetime.toSecsSinceEpoch()); + entry.replace(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, datetime.time().msec() * 1000000); } else { qWarning() << "Failed to parse getlastmodified" << property.text() << property.attribute(QStringLiteral("dt")); } @@ -1128,7 +1191,7 @@ KIO::WorkerResult HTTPProtocol::mkdir(const QUrl &url, int) KIO::WorkerResult HTTPProtocol::rename(const QUrl &src, const QUrl &dest, KIO::JobFlags flags) { QMap extraHeaders = { - {"Destination", dest.toString(QUrl::FullyEncoded).toUtf8()}, + {"Destination", protocolChangedToHttp(dest).toString(QUrl::FullyEncoded).toUtf8()}, {"Overwrite", (flags & KIO::Overwrite) ? "T" : "F"}, {"Depth", "infinity"}, }; @@ -1160,7 +1223,7 @@ KIO::WorkerResult HTTPProtocol::copy(const QUrl &src, const QUrl &dest, int, KIO } QMap extraHeaders = { - {"Destination", dest.toString(QUrl::FullyEncoded).toUtf8()}, + {"Destination", protocolChangedToHttp(dest).toString(QUrl::FullyEncoded).toUtf8()}, {"Overwrite", (flags & KIO::Overwrite) ? "T" : "F"}, {"Depth", "infinity"}, }; @@ -1624,13 +1687,12 @@ static int httpPutError(const QUrl &url, int responseCode, QString *errorString) KIO::WorkerResult HTTPProtocol::sendHttpError(const QUrl &url, KIO::HTTP_METHOD method, const HTTPProtocol::Response &response) { - QString errorString; - int errorCode = 0; - - if (response.kioCode == KIO::ERR_ACCESS_DENIED) { + if (response.kioCode != KJob::NoError) { return KIO::WorkerResult::fail(response.kioCode, url.toDisplayString()); } + QString errorString; + int errorCode = KJob::NoError; int responseCode = response.httpCode; if (method == KIO::HTTP_PUT) { diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.h index 3fc7bf4b2c..061dcd9884 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/http/http.h @@ -59,10 +59,10 @@ private: struct Response { int httpCode; QByteArray data; - int kioCode = 0; + int kioCode = KJob::NoError; }; - /** + /*! * Handles file -> webdav put requests. */ [[nodiscard]] KIO::WorkerResult copyPut(const QUrl &src, const QUrl &dest, KIO::JobFlags flags); @@ -94,19 +94,19 @@ private: QString davProcessLocks(); static QByteArray methodToString(KIO::HTTP_METHOD method); - /** + /*! * Returns the default user-agent value used for web browsing, for example * "Mozilla/5.0 (compatible; Konqueror/4.0; Linux; X11; i686; en_US) KHTML/4.0.1 (like Gecko)" */ QString defaultUserAgent(); - /** + /*! * Returns system name and machine type, for example "Windows", "i686". * - * @param systemName system name - * @param machine machine type + * \a systemName system name + * \a machine machine type - * @return true if system name and machine type has been provided + * Returns true if system name and machine type has been provided */ bool getSystemNameVersionAndMachine(QString &systemName, QString &machine); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/CMakeLists.txt index 47a244ecd2..e8e88aab9f 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/CMakeLists.txt @@ -16,7 +16,6 @@ ecm_qt_declare_logging_category(kio_remote IDENTIFIER KIOREMOTE_LOG CATEGORY_NAME kf.kio.workers.remote OLD_CATEGORY_NAMES kf5.kio.kio_remote kf.kio.slaves.remote - DEFAULT_SEVERITY Info DESCRIPTION "kio_remote (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/kdedmodule/remotedirnotify.json b/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/kdedmodule/remotedirnotify.json index 215d7364e4..9425d42934 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/kdedmodule/remotedirnotify.json +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/remote/kdedmodule/remotedirnotify.json @@ -1,7 +1,8 @@ { "KPlugin": { "Description": "Provides change notification for network folders", - "Description[ar]": "يقدم تنبيه إذا ما غيرت مجلدات الشبكة", + "Description[am]": "ለአውታረ መረብ አቃፊዎች የለውጥ ማሳወቂያ ያቀርባል", + "Description[ar]": "يقدم إشعار عندما تُغير مجلدات الشبكة", "Description[az]": "Şəbəkə qovluqlarındakı dəyişiklik bildirişini göstərir", "Description[be]": "Апавяшчае пра змены ў сеткавых каталогах", "Description[bg]": "Уведомления за промени в мрежови папки", @@ -17,23 +18,30 @@ "Description[eu]": "Sareko karpetetako aldaketen jakinarazpenak ematen ditu", "Description[fi]": "Tarjoaa verkkokansioiden muuttumisilmoitukset", "Description[fr]": "Fournit une notification de modification pour les dossiers sur réseau", + "Description[ga]": "Soláthraíonn sé fógra athraithe do fhillteáin líonra", "Description[gl]": "Fornece notificacións dos cambios en cartafoles en rede", + "Description[gu]": "નેટવર્ક પરના ફોલ્ડરના બદલાયાની જાણ કરનાર", "Description[he]": "מספק הודעות שינויים לתיקיות רשת", "Description[hu]": "Értesítést biztosít hálózati mappák változásairól", "Description[ia]": "Il forni notification de cambio pro dossieres de rete", "Description[ie]": "Provide notificationes de cambios por fólderes in li rete", "Description[is]": "Tilkynningaforrit fyrir breytingar á fjartengdum netmöppum", "Description[it]": "Fornisce notifiche delle modifiche per le cartelle di rete", + "Description[ja]": "ネットワークフォルダに変更があった際に通知を表示します", "Description[ka]": "ქსელური საქაღალდეების ცვლილების შესახებ შეტყობინება", "Description[ko]": "네트워크 폴더의 변경 사항 알림", "Description[lg]": "Kikumanyisa nga wazzewo enkyuuka ku kisangibwa ku kayungirizi", "Description[lt]": "Teikia pranešimus apie pakeitimus tinklo aplankuose", "Description[lv]": "Sniedz paziņojumus par izmaiņām tīkla mapēs", + "Description[my]": "ကွန်ရက်ဖိုင်တွဲပြောင်းလဲမှုအသိပေးနိုင်ရန်", + "Description[nan_TW@latin]": "Uì bāng-lōo tsu-liāu-giap-á thê-kiong kái-piàn sî ê thong-ti", + "Description[nan_TW]": "對網路資料鋏仔提供改變時的通知", + "Description[nb]": "Gir endringsvarsel for nettverksmapper", "Description[nl]": "Levert notificatie voor wijzigingen in netwerkmappen", "Description[nn]": "Gjev endringsvarslingar for nettverksmapper", "Description[pa]": "ਨੈੱਟਵਰਕ ਫੋਲਡਰਾਂ ਲਈ ਬਦਲਾਅ ਸੂਚਨਾ ਦਿੰਦਾ ਹੈ", "Description[pl]": "Powiadamia o zmianach w katalogach sieciowych", - "Description[pt]": "Oferece uma notificação de mudanças em pastas na rede", + "Description[pt]": "Notifica quando há alterações em pastas na rede", "Description[pt_BR]": "Fornece notificações de alterações para pastas em rede", "Description[ro]": "Oferă notificări despre schimbările dosarelor din rețea", "Description[ru]": "Отслеживание изменений в сетевых папках", @@ -43,10 +51,10 @@ "Description[sq]": "Furnizon njoftim ndryshimi për dosje rrjeti", "Description[sv]": "Tillhandahåller ändringsunderrättelse för nätverkskataloger", "Description[ta]": "பிணைய அடைவுகள் மாறினால் அறிவிக்கும்", + "Description[th]": "ให้การแจ้งเตือนการเปลี่ยนแปลงสําหรับโฟลเดอร์เครือข่าย", "Description[tr]": "Ağ klasörleri için değişiklik bildirimleri sağlar", "Description[uk]": "Сповіщення про зміну стану мережевих тек", "Description[vi]": "Cung cấp thông báo thay đổi cho các thư mục mạng", - "Description[x-test]": "xxProvides change notification for network foldersxx", "Description[zh_CN]": "提供网络文件夹的更改通知", "Description[zh_TW]": "為網路資料夾提供變更通知", "Name": "Remote URL Change Notifier", @@ -66,23 +74,30 @@ "Name[eu]": "Urruneko URL aldaketa jakinarazlea", "Name[fi]": "Etäverkko-osoitteen muuttumisilmoitin", "Name[fr]": "Supprimer le notificateur de changement d'URL", + "Name[ga]": "Fógra Athraithe URL Cianda", "Name[gl]": "Notificador de cambios en URL remotas", + "Name[gu]": "રિમોટ URL બદલાયાની જાણ કરનાર", "Name[he]": "מודיע על שינויים כתובות מרוחקות", "Name[hu]": "Távoli URL-változási értesítő", "Name[ia]": "Notificator de cambio de URL remote", "Name[ie]": "Notificator de cambios de lontan adresses", - "Name[is]": "Tilkynningar á slóðabreytingum (URL)", + "Name[is]": "Tilkynningar um slóðabreytingar (URL)", "Name[it]": "Notificatore del cambiamento dell'URL remoto", + "Name[ja]": "リモート URL 変更通知", "Name[ka]": "დაშორებული URL-ის ცვლილებების შეტყობინება", "Name[ko]": "원격 URL 변경 알리미", "Name[lg]": "Kitemya ku nkyuuka mu ndagiriro ey'ebunaayira", "Name[lt]": "Nuotolinių URL pakeitimų pranešiklis", "Name[lv]": "Attālo URL izmaiņu ziņotājs", + "Name[my]": "အဝေးURLပြောင်းလဲမှုအသိပေးချက်", + "Name[nan_TW@latin]": "Uán-tuan URL Kái-piàn Thong-ti-khì", + "Name[nan_TW]": "遠端 URL 改變通知器", + "Name[nb]": "Varsling for endringer på nettadresser", "Name[nl]": "Notificatie van wijziging in URL-adres op afstand", "Name[nn]": "Varsling for endringar på nettadresser", "Name[pa]": "ਰਿਮੋਟ URL ਬਦਲਾਅ ਨੋਟੀਫਾਇਰ", "Name[pl]": "Powiadamianie o zmianach zdalnych URL-i", - "Name[pt]": "Notificação de Mudança do URL Remoto", + "Name[pt]": "Notificação de Alteração do URL Remoto", "Name[pt_BR]": "Notificador da alteração de URLs remotas", "Name[ro]": "Notificare pentru schimbare adresă URL distant", "Name[ru]": "Слежение за изменениями URL", @@ -92,10 +107,10 @@ "Name[sq]": "Njoftues Ndryshimesh URL-je të Largët", "Name[sv]": "Ändringsunderrättelse om fjärrwebbadress", "Name[ta]": "தொலை முகவரி மாற்ற அறிவிப்பி", + "Name[th]": "ที่แจ้งเตือนการเปลื่ยน Remote URL", "Name[tr]": "Uzak URL Değişim Bildiricisi", "Name[uk]": "Сповіщення про зміну віддаленої адреси (URL)", "Name[vi]": "Trình thông báo thay đổi URL ở xa", - "Name[x-test]": "xxRemote URL Change Notifierxx", "Name[zh_CN]": "远程 URL 更改通知程序", "Name[zh_TW]": "遠端網址變更通知工具" }, diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/CMakeLists.txt index 7b3a7bb0b4..651e5a0998 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/CMakeLists.txt @@ -51,7 +51,6 @@ endif() target_link_libraries(kio_trash KF6::ConfigCore - KF6::Solid KF6::KIOCore ${DBUS_LIB} Qt6::Network diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/discspaceutil.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/discspaceutil.h index a7433c007a..c5fe30126d 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/discspaceutil.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/discspaceutil.h @@ -10,39 +10,39 @@ #include -/** +/*! * A small utility class to access and calculate * size and usage of mount points. */ class DiscSpaceUtil { public: - /** + /*! * Creates a new disc space util. * - * @param directory A directory the util shall work on. + * \a directory A directory the util shall work on. */ explicit DiscSpaceUtil(const QString &directory); - /** + /*! * Returns the usage of the directory pass in the constructor on this * mount point in percent. * - * @param size The current size of the directory. + * \a size The current size of the directory. */ double usage(qint64 size) const; - /** + /*! * Returns the size of the partition in bytes. */ qint64 size() const; - /** + /*! * Returns the mount point of the directory. */ QString mountPoint() const; - /** + /*! * Returns the size of the given path in bytes. */ static qint64 sizeOfPath(const QString &path); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.cpp index 631d5c1c54..e8267d42b2 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.cpp @@ -7,6 +7,7 @@ #include "kio_trash.h" #include "../../utils_p.h" +#include "../kioworkers/file/stat_unix.h" #include "kiotrashdebug.h" #include "transferjob.h" @@ -108,7 +109,7 @@ KIO::WorkerResult TrashProtocol::enterLoop() KIO::WorkerResult TrashProtocol::restore(const QUrl &trashURL) { - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(trashURL, trashId, fileId, relativePath); @@ -152,7 +153,7 @@ KIO::WorkerResult TrashProtocol::rename(const QUrl &oldURL, const QUrl &newURL, if (!isTopLevelEntry(oldURL) || !isTopLevelEntry(newURL)) { return KIO::WorkerResult::fail(KIO::ERR_CANNOT_RENAME, oldURL.toString()); } - int oldTrashId; + quint64 oldTrashId; QString oldFileId; QString oldRelativePath; bool oldOk = TrashImpl::parseURL(oldURL, oldTrashId, oldFileId, oldRelativePath); @@ -212,7 +213,7 @@ KIO::WorkerResult TrashProtocol::copy(const QUrl &src, const QUrl &dest, int /*p KIO::WorkerResult TrashProtocol::copyOrMoveFromTrash(const QUrl &src, const QUrl &dest, bool overwrite, CopyOrMove action) { // Extracting (e.g. via dnd). Ignore original location stored in info file. - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(src, trashId, fileId, relativePath); @@ -259,7 +260,7 @@ KIO::WorkerResult TrashProtocol::copyOrMoveToTrash(const QUrl &src, const QUrl & // in case the trash URL didn't contain the same filename as srcPath. // But this can only happen with copyAs/moveAs, not available in the GUI // for the trash (New/... or Rename from iconview/listview). - int trashId; + quint64 trashId; QString fileId; if (!impl.createInfo(srcPath, trashId, fileId)) { return KIO::WorkerResult::fail(impl.lastErrorCode(), impl.lastErrorMessage()); @@ -321,7 +322,7 @@ KIO::WorkerResult TrashProtocol::stat(const QUrl &url) createTopLevelDirEntry(entry); statEntry(entry); } else { - int trashId; + quint64 trashId; QString fileId; QString relativePath; @@ -374,7 +375,7 @@ KIO::WorkerResult TrashProtocol::del(const QUrl &url, bool /*isfile*/) return initResult; } - int trashId; + quint64 trashId; QString fileId; QString relativePath; @@ -407,7 +408,7 @@ KIO::WorkerResult TrashProtocol::listDir(const QUrl &url) if (path.isEmpty() || path == QLatin1String("/")) { return listRoot(); } - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); @@ -456,7 +457,7 @@ bool TrashProtocol::createUDSEntry(const QString &physicalPath, KIO::UDSEntry &entry, const TrashedFileInfo &info) { - entry.reserve(14); + entry.reserve(16); QByteArray physicalPath_c = QFile::encodeName(physicalPath); QT_STATBUF buff; if (QT_LSTAT(physicalPath_c.constData(), &buff) == -1) { @@ -495,8 +496,10 @@ bool TrashProtocol::createUDSEntry(const QString &physicalPath, entry.fastInsert(KIO::UDSEntry::UDS_SIZE, buff.st_size); entry.fastInsert(KIO::UDSEntry::UDS_USER, m_userName); // assumption entry.fastInsert(KIO::UDSEntry::UDS_GROUP, m_groupName); // assumption - entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, buff.st_mtime); - entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME, buff.st_atime); // ## or use it for deletion time? + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, stat_mtime(buff)); + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, stat_mtime_ns(buff)); + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME, stat_atime(buff)); // ## or use it for deletion time? + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET, stat_atime_ns(buff)); entry.fastInsert(KIO::UDSEntry::UDS_EXTRA, info.origPath); entry.fastInsert(KIO::UDSEntry::UDS_EXTRA + 1, info.deletionDate.toString(Qt::ISODate)); return true; @@ -593,7 +596,7 @@ KIO::WorkerResult TrashProtocol::get(const QUrl &url) if (url.path().length() <= 1) { return KIO::WorkerResult::fail(KIO::ERR_IS_DIRECTORY, url.toString()); } - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.h index 29dbe5e480..bb8b3dba9b 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash.h @@ -33,7 +33,7 @@ public: KIO::WorkerResult copy(const QUrl &src, const QUrl &dest, int permissions, KIO::JobFlags flags) override; // TODO (maybe) chmod( const QUrl& url, int permissions ); KIO::WorkerResult del(const QUrl &url, bool isfile) override; - /** + /*! * Special actions: (first int in the byte array) * 1 : empty trash * 2 : migrate old (pre-kde-3.4) trash contents diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash_win.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash_win.h index 3fc45f524b..6989edd025 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash_win.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/kio_trash_win.h @@ -39,7 +39,7 @@ public: KIO::WorkerResult copy(const QUrl &src, const QUrl &dest, int permissions, KIO::JobFlags flags) override; // TODO (maybe) chmod( const QUrl& url, int permissions ); KIO::WorkerResult del(const QUrl &url, bool isfile) override; - /** + /*! * Special actions: (first int in the byte array) * 1 : empty trash * 2 : migrate old (pre-kde-3.4) trash contents diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/CMakeLists.txt index 30e22657b8..ba2d1cbd3c 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/CMakeLists.txt @@ -25,7 +25,6 @@ ecm_add_test(${testtrash_SRCS} KF6::I18n ${DBUS_LIB} KF6::KIOCore - KF6::Solid Qt6::Test Qt6::Network ) @@ -35,4 +34,4 @@ if(APPLE) endif(APPLE) # other tests like dropjob and fileundomanager use the trash in ~/.qttest, which this test cleans up -set_tests_properties(testtrash PROPERTIES RUN_SERIAL TRUE) +set_tests_properties(kioworkers-testtrash PROPERTIES RUN_SERIAL TRUE) diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.cpp index 5930bda424..f50df33e3d 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.cpp @@ -16,12 +16,14 @@ #include #include +#include #include #include #include #include #include #include +#include #include #include @@ -31,6 +33,8 @@ #include #include #include +#include +#include #include #include #include @@ -75,8 +79,7 @@ QString TestTrash::readOnlyDirPath() const QString TestTrash::otherTmpDir() const { - // This one needs to be on another partition for the test to be meaningful - return Utils::slashAppended(m_tempDir.path()); + return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1String("/testtrash_other/"); } QString TestTrash::utf8FileName() const @@ -126,8 +129,6 @@ void TestTrash::initTestCase() { QStandardPaths::setTestModeEnabled(true); - QVERIFY(m_tempDir.isValid()); - #ifndef Q_OS_OSX m_trashDir = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/Trash"); qDebug() << "setup: using trash directory " << m_trashDir; @@ -148,12 +149,11 @@ void TestTrash::initTestCase() bool foundTrashDir = false; m_otherPartitionId = 0; m_tmpIsWritablePartition = false; - m_tmpTrashId = -1; QList writableTopDirs; for (TrashImpl::TrashDirMap::ConstIterator it = trashDirs.constBegin(); it != trashDirs.constEnd(); ++it) { if (it.key() == 0) { QCOMPARE(it.value(), m_trashDir); - QVERIFY(topDirs.find(0) == topDirs.end()); + QCOMPARE(topDirs.find(0), topDirs.end()); foundTrashDir = true; } else { QVERIFY(topDirs.find(it.key()) != topDirs.end()); @@ -178,6 +178,7 @@ void TestTrash::initTestCase() for (auto it = writableTopDirs.constBegin(); it != writableTopDirs.constEnd(); ++it) { const QString topdir = topDirs[*it]; const QString trashdir = trashDirs[*it]; + // TODO: Fails on local installs for unknown reasons QVERIFY(!topdir.isEmpty()); QVERIFY(!trashDirs.isEmpty()); if (topdir != QLatin1String("/tmp/") || // we'd prefer not to use /tmp here, to separate the tests @@ -199,13 +200,17 @@ void TestTrash::initTestCase() // Start with a clean base dir qDebug() << "initial cleanup"; removeDirRecursive(homeTmpDir()); + removeDirRecursive(otherTmpDir()); QDir dir; // TT: why not a static method? bool ok = dir.mkdir(homeTmpDir()); if (!ok) { qFatal("Couldn't create directory: %s", qPrintable(homeTmpDir())); } - QVERIFY(QFileInfo(otherTmpDir()).isDir()); + ok = dir.mkdir(otherTmpDir()); + if (!ok) { + qFatal("Couldn't create directory: %s", qPrintable(otherTmpDir())); + } // Start with a clean trash too qDebug() << "removing trash dir"; @@ -225,7 +230,7 @@ void TestTrash::urlTestFile() const QUrl url = TrashImpl::makeURL(1, QStringLiteral("fileId"), QString()); QCOMPARE(url.url(), QStringLiteral("trash:/1-fileId")); - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); @@ -240,7 +245,7 @@ void TestTrash::urlTestDirectory() const QUrl url = TrashImpl::makeURL(1, QStringLiteral("fileId"), QStringLiteral("subfile")); QCOMPARE(url.url(), QStringLiteral("trash:/1-fileId/subfile")); - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); @@ -255,7 +260,7 @@ void TestTrash::urlTestSubDirectory() const QUrl url = TrashImpl::makeURL(1, QStringLiteral("fileId"), QStringLiteral("subfile/foobar")); QCOMPARE(url.url(), QStringLiteral("trash:/1-fileId/subfile/foobar")); - int trashId; + quint64 trashId; QString fileId; QString relativePath; bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); @@ -265,6 +270,22 @@ void TestTrash::urlTestSubDirectory() QCOMPARE(relativePath, QStringLiteral("subfile/foobar")); } +void TestTrash::urlTestLargeId() +{ + const quint64 inputTrashId = 4294967296ULL; // make it larger than an int + const QUrl url = TrashImpl::makeURL(inputTrashId, QStringLiteral("fileId"), QString()); + QCOMPARE(url.url(), QStringLiteral("trash:/4294967296-fileId")); + + quint64 trashId; + QString fileId; + QString relativePath; + bool ok = TrashImpl::parseURL(url, trashId, fileId, relativePath); + QVERIFY(ok); + QCOMPARE(trashId, inputTrashId); + QCOMPARE(fileId, QStringLiteral("fileId")); + QCOMPARE(relativePath, QString()); +} + static void checkInfoFile(const QString &infoPath, const QString &origFilePath) { qDebug() << infoPath; @@ -300,6 +321,17 @@ static void createTestFile(const QString &path) QVERIFY(QFile::exists(path)); } +static bool dirListerContainsDisplayName(const KCoreDirLister &lister, const QString &displayName) +{ + const KFileItemList items = lister.items(); + for (const KFileItem &item : items) { + if (item.text() == displayName) { + return true; + } + } + return false; +} + void TestTrash::trashFile(const QString &origFilePath, const QString &fileId) { // setup @@ -338,7 +370,7 @@ void TestTrash::trashFile(const QString &origFilePath, const QString &fileId) qDebug() << trashURL; QVERIFY(!trashURL.isEmpty()); QCOMPARE(trashURL.scheme(), QLatin1String("trash")); - int trashId = 0; + quint64 trashId = 0; if (origFilePath.startsWith(QLatin1String("/tmp")) && m_tmpIsWritablePartition) { trashId = m_tmpTrashId; } @@ -386,17 +418,10 @@ void TestTrash::testTrashNotEmpty() QCOMPARE(group.readEntry("Empty", true), false); } -void TestTrash::trashFileFromOther() -{ - const QString fileName = QStringLiteral("fileFromOther"); - trashFile(otherTmpDir() + fileName, fileName); -} - void TestTrash::trashFileIntoOtherPartition() { if (m_otherPartitionTrashDir.isEmpty()) { - qDebug() << " - SKIPPED"; - return; + QSKIP(" - Skipped because no other partition exists"); } const QString fileName = QStringLiteral("testtrash-file"); const QString origFilePath = m_otherPartitionTopDir + fileName; @@ -442,6 +467,57 @@ void TestTrash::trashFileIntoOtherPartition() QVERIFY(found); } +void TestTrash::trashFileIntoOtherPartitionNotAvailable() +{ + if (m_otherPartitionTrashDir.isEmpty()) { + QSKIP(" - Skipped because no other partition exists"); + } + const QString fileName = QStringLiteral("testtrash-file"); + const QString origFilePath = m_otherPartitionTopDir + fileName; + const QString &fileId = fileName; + + // setup + if (!QFile::exists(origFilePath)) { + createTestFile(origFilePath); + } + QUrl u = QUrl::fromLocalFile(origFilePath); + + // block trash + struct ScopedFileDelete { + // to allow other tests to still work, should this one fail + static inline void cleanup(QFile *file) + { + if (file) { + QFile::remove(file->fileName()); + delete file; + } + } + }; + removeDirRecursive(m_otherPartitionTrashDir); + QScopedPointer fakeUserTrash(new QFile(m_otherPartitionTrashDir)); + QVERIFY(fakeUserTrash->open(QIODevice::WriteOnly)); + fakeUserTrash->close(); + + // test + KIO::Job *job = KIO::move(u, QUrl(QStringLiteral("trash:/")), KIO::HideProgressInfo); + job->setUiDelegate(nullptr); // no skip dialog, thanks + bool ok = job->exec(); + QVERIFY(!ok); + + QCOMPARE(job->error(), KIO::ERR_TRASH_NOT_AVAILABLE); + const QString infoPath(m_trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo")); + QVERIFY(!QFile::exists(infoPath)); + + QFileInfo files(m_trashDir + QLatin1String("/files/") + fileId); + QVERIFY(!files.exists()); + + QVERIFY(QFile::exists(u.path())); + + // cleanup, restore trash + QVERIFY(fakeUserTrash->remove()); + QVERIFY(QFile::remove(origFilePath)); +} + void TestTrash::trashFileOwnedByRoot() { QUrl u(QStringLiteral("file:///etc/passwd")); @@ -466,7 +542,7 @@ void TestTrash::trashFileOwnedByRoot() QVERIFY(QFile::exists(u.path())); } -void TestTrash::trashSymlink(const QString &origFilePath, const QString &fileId, bool broken) +void TestTrash::trashSymlink(const QString &origFilePath, const QString &fileId, const QString &trashDir, bool broken) { // setup const char *target = broken ? "/nonexistent" : "/tmp"; @@ -482,9 +558,14 @@ void TestTrash::trashSymlink(const QString &origFilePath, const QString &fileId, qDebug() << " TESTS SKIPPED"; return; } - checkInfoFile(m_trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), origFilePath); + if (trashDir == m_trashDir) { + checkInfoFile(trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), origFilePath); + } else { + // The Path stored in the info file is relative on other partitions + checkInfoFile(trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), fileId); + } - QFileInfo files(m_trashDir + QLatin1String("/files/") + fileId); + QFileInfo files(trashDir + QLatin1String("/files/") + fileId); QVERIFY(files.isSymLink()); QCOMPARE(files.symLinkTarget(), QFile::decodeName(target)); QVERIFY(!QFile::exists(origFilePath)); @@ -493,22 +574,34 @@ void TestTrash::trashSymlink(const QString &origFilePath, const QString &fileId, void TestTrash::trashSymlinkFromHome() { const QString fileName = QStringLiteral("symlinkFromHome"); - trashSymlink(homeTmpDir() + fileName, fileName, false); + trashSymlink(homeTmpDir() + fileName, fileName, m_trashDir, false); } -void TestTrash::trashSymlinkFromOther() +void TestTrash::trashSymlinkFromOtherPartition() { - const QString fileName = QStringLiteral("symlinkFromOther"); - trashSymlink(otherTmpDir() + fileName, fileName, false); + if (m_otherPartitionTrashDir.isEmpty()) { + QSKIP(" - Skipped because no other partition exists"); + } + const QString fileName = QStringLiteral("symlinkFromOtherPartition"); + trashSymlink(m_otherPartitionTopDir + fileName, fileName, m_otherPartitionTrashDir, false); } void TestTrash::trashBrokenSymlinkFromHome() { const QString fileName = QStringLiteral("brokenSymlinkFromHome"); - trashSymlink(homeTmpDir() + fileName, fileName, true); + trashSymlink(homeTmpDir() + fileName, fileName, m_trashDir, true); } -void TestTrash::trashDirectory(const QString &origPath, const QString &fileId) +void TestTrash::trashBrokenSymlinkFromOtherPartition() +{ + if (m_otherPartitionTrashDir.isEmpty()) { + QSKIP(" - Skipped because no other partition exists"); + } + const QString fileName = QStringLiteral("brokenSymlinkFromOtherPartition"); + trashSymlink(m_otherPartitionTopDir + fileName, fileName, m_otherPartitionTrashDir, true); +} + +void TestTrash::trashDirectory(const QString &origPath, const QString &fileId, const QString &trashDir) { qDebug() << fileId; // setup @@ -529,18 +622,22 @@ void TestTrash::trashDirectory(const QString &origPath, const QString &fileId) qDebug() << " TESTS SKIPPED"; return; } - checkInfoFile(m_trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), origPath); + if (trashDir == m_trashDir) { + checkInfoFile(trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), origPath); + } else { + checkInfoFile(trashDir + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"), fileId); + } - QFileInfo filesDir(m_trashDir + QLatin1String("/files/") + fileId); + QFileInfo filesDir(trashDir + QLatin1String("/files/") + fileId); QVERIFY(filesDir.isDir()); - QFileInfo files(m_trashDir + QLatin1String("/files/") + fileId + QLatin1String("/testfile")); + QFileInfo files(trashDir + QLatin1String("/files/") + fileId + QLatin1String("/testfile")); QVERIFY(files.exists()); QVERIFY(files.isFile()); QCOMPARE(files.size(), 12); QVERIFY(!QFile::exists(origPath)); - QVERIFY(QFile::exists(m_trashDir + QStringLiteral("/files/") + fileId + QStringLiteral("/subdir/subfile"))); + QVERIFY(QFile::exists(trashDir + QStringLiteral("/files/") + fileId + QStringLiteral("/subdir/subfile"))); - QFile dirCache(m_trashDir + QLatin1String("/directorysizes")); + QFile dirCache(trashDir + QLatin1String("/directorysizes")); QVERIFY2(dirCache.open(QIODevice::ReadOnly), qPrintable(dirCache.fileName())); QByteArray lines; bool found = false; @@ -594,16 +691,16 @@ void TestTrash::checkDirCacheValidity() void TestTrash::trashDirectoryFromHome() { QString dirName = QStringLiteral("trashDirFromHome"); - trashDirectory(homeTmpDir() + dirName, dirName); + trashDirectory(homeTmpDir() + dirName, dirName, m_trashDir); checkDirCacheValidity(); // Do it again, check that we got a different id - trashDirectory(homeTmpDir() + dirName, dirName + QLatin1String(" (1)")); + trashDirectory(homeTmpDir() + dirName, dirName + QLatin1String(" (1)"), m_trashDir); } void TestTrash::trashDotDirectory() { QString dirName = QStringLiteral(".dotTrashDirFromHome"); - trashDirectory(homeTmpDir() + dirName, dirName); + trashDirectory(homeTmpDir() + dirName, dirName, m_trashDir); // Do it again, check that we got a different id // TODO trashDirectory(homeTmpDir() + dirName, dirName + QString::fromLatin1(" (1)")); } @@ -621,19 +718,22 @@ void TestTrash::trashReadOnlyDirFromHome() createTestFile(subDirPath + QLatin1String("/testfile_in_subdir")); ::chmod(QFile::encodeName(subDirPath).constData(), 0500); - trashDirectory(dirName, QStringLiteral("readonly")); + trashDirectory(dirName, QStringLiteral("readonly"), m_trashDir); } -void TestTrash::trashDirectoryFromOther() +void TestTrash::trashDirectoryFromOtherPartition() { + if (m_otherPartitionTrashDir.isEmpty()) { + QSKIP(" - Skipped because no other partition exists"); + } QString dirName = QStringLiteral("trashDirFromOther"); - trashDirectory(otherTmpDir() + dirName, dirName); + trashDirectory(m_otherPartitionTopDir + dirName, dirName, m_otherPartitionTrashDir); } void TestTrash::trashDirectoryWithTrailingSlash() { QString dirName = QStringLiteral("dirwithslash/"); - trashDirectory(homeTmpDir() + dirName, QStringLiteral("dirwithslash")); + trashDirectory(homeTmpDir() + dirName, QStringLiteral("dirwithslash"), m_trashDir); } void TestTrash::trashBrokenSymlinkIntoSubdir() @@ -648,7 +748,7 @@ void TestTrash::trashBrokenSymlinkIntoSubdir() bool ok = ::symlink("/nonexistent", QFile::encodeName(origPath + QStringLiteral("/link")).constData()) == 0; QVERIFY(ok); - trashDirectory(origPath, QStringLiteral("subDirBrokenSymlink")); + trashDirectory(origPath, QStringLiteral("subDirBrokenSymlink"), m_trashDir); } void TestTrash::testRemoveStaleInfofile() @@ -726,7 +826,7 @@ void TestTrash::delDirectory() // trash it again, we'll need it later QString dirName = QStringLiteral("trashDirFromHome"); - trashDirectory(homeTmpDir() + dirName, dirName); + trashDirectory(homeTmpDir() + dirName, dirName, m_trashDir); } static bool MyNetAccess_stat(const QUrl &url, KIO::UDSEntry &entry) @@ -836,6 +936,14 @@ void TestTrash::statFileInDirectory() QCOMPARE(item.text(), QStringLiteral("testfile")); } +void TestTrash::statInvalid() +{ + QUrl url(QStringLiteral("trash:/foo-bar")); + KIO::UDSEntry entry; + bool ok = MyNetAccess_stat(url, entry); + QVERIFY(!ok); +} + void TestTrash::statBrokenSymlinkInSubdir() { QUrl url(QStringLiteral("trash:/0-subDirBrokenSymlink/link")); @@ -1063,7 +1171,7 @@ void TestTrash::moveDirectoryFromTrash() // trash it again, we'll need it later QString dirName = QStringLiteral("trashDirFromHome"); - trashDirectory(homeTmpDir() + dirName, dirName); + trashDirectory(homeTmpDir() + dirName, dirName, m_trashDir); } void TestTrash::trashDirectoryOwnedByRoot() @@ -1292,6 +1400,61 @@ void TestTrash::listSubDir() QCOMPARE(m_displayNameListResult.count(QStringLiteral("subdir")), 1); } +void TestTrash::dirListerUpdatesWithoutDBus() +{ +#ifdef WITH_QTDBUS + QSKIP("This checks the explicit KCoreDirLister refresh path used when KIO is built without QtDBus."); +#else + const QString fileName = QStringLiteral("dirListerUpdatesWithoutDBus"); + const QString filePath = homeTmpDir() + fileName; + const QString restoredPath = otherTmpDir() + fileName; + const QUrl trashUrl = TrashImpl::makeURL(0, fileName, QString()); + + QVERIFY(!QFile::exists(filePath) || QFile::remove(filePath)); + QVERIFY(!QFile::exists(restoredPath) || QFile::remove(restoredPath)); + QFile::remove(m_trashDir + QStringLiteral("/info/") + fileName + QStringLiteral(".trashinfo")); + QFile::remove(m_trashDir + QStringLiteral("/files/") + fileName); + + KCoreDirLister lister; + QSignalSpy completedSpy(&lister, qOverload<>(&KCoreDirLister::completed)); + QVERIFY(completedSpy.isValid()); + QVERIFY(lister.openUrl(QUrl(QStringLiteral("trash:/")), KCoreDirLister::NoFlags)); + QTRY_VERIFY(lister.isFinished()); + QVERIFY(!dirListerContainsDisplayName(lister, fileName)); + + createTestFile(filePath); + KIO::Job *trashJob = KIO::move(QUrl::fromLocalFile(filePath), QUrl(QStringLiteral("trash:/")), KIO::HideProgressInfo); + QVERIFY2(trashJob->exec(), qPrintable(trashJob->errorString())); + QTRY_VERIFY(dirListerContainsDisplayName(lister, fileName)); + + KIO::Job *deleteJob = KIO::del(trashUrl, KIO::HideProgressInfo); + QVERIFY2(deleteJob->exec(), qPrintable(deleteJob->errorString())); + QTRY_VERIFY(!dirListerContainsDisplayName(lister, fileName)); + + createTestFile(filePath); + trashJob = KIO::move(QUrl::fromLocalFile(filePath), QUrl(QStringLiteral("trash:/")), KIO::HideProgressInfo); + QVERIFY2(trashJob->exec(), qPrintable(trashJob->errorString())); + QTRY_VERIFY(dirListerContainsDisplayName(lister, fileName)); + + KIO::Job *moveJob = KIO::moveAs(trashUrl, QUrl::fromLocalFile(restoredPath), KIO::HideProgressInfo); + QVERIFY2(moveJob->exec(), qPrintable(moveJob->errorString())); + QTRY_VERIFY(!dirListerContainsDisplayName(lister, fileName)); + QVERIFY(QFile::exists(restoredPath)); + QVERIFY(QFile::remove(restoredPath)); + + createTestFile(filePath); + trashJob = KIO::move(QUrl::fromLocalFile(filePath), QUrl(QStringLiteral("trash:/")), KIO::HideProgressInfo); + QVERIFY2(trashJob->exec(), qPrintable(trashJob->errorString())); + QTRY_VERIFY(dirListerContainsDisplayName(lister, fileName)); + + KIO::Job *restoreJob = KIO::restoreFromTrash({trashUrl}, KIO::HideProgressInfo); + QVERIFY2(restoreJob->exec(), qPrintable(restoreJob->errorString())); + QTRY_VERIFY(!dirListerContainsDisplayName(lister, fileName)); + QVERIFY(QFile::exists(filePath)); + QVERIFY(QFile::remove(filePath)); +#endif +} + void TestTrash::slotEntries(KIO::Job *, const KIO::UDSEntryList &lst) { for (const KIO::UDSEntry &entry : lst) { @@ -1330,7 +1493,7 @@ void TestTrash::emptyTrash() KConfig cfg("trashrc", KConfig::SimpleConfig); QVERIFY(cfg.hasGroup("Status")); - QVERIFY(cfg.group("Status").readEntry("Empty", false) == true); + QCOMPARE(cfg.group("Status").readEntry("Empty",false), true); QVERIFY(!QFile::exists(m_trashDir + "/files/fileFromHome")); QVERIFY(!QFile::exists(m_trashDir + "/files/readonly")); diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.h index ba8279b291..238c0a5968 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/tests/testtrash.h @@ -10,7 +10,6 @@ #include "udsentry.h" #include -#include #include @@ -32,22 +31,24 @@ private Q_SLOTS: void urlTestFile(); void urlTestDirectory(); void urlTestSubDirectory(); + void urlTestLargeId(); void trashFileFromHome(); void trashPercentFileFromHome(); void trashUtf8FileFromHome(); void trashUmlautFileFromHome(); void testTrashNotEmpty(); - void trashFileFromOther(); void trashFileIntoOtherPartition(); + void trashFileIntoOtherPartitionNotAvailable(); void trashFileOwnedByRoot(); void trashSymlinkFromHome(); - void trashSymlinkFromOther(); + void trashSymlinkFromOtherPartition(); void trashBrokenSymlinkFromHome(); + void trashBrokenSymlinkFromOtherPartition(); void trashDirectoryFromHome(); void trashDotDirectory(); void trashReadOnlyDirFromHome(); - void trashDirectoryFromOther(); + void trashDirectoryFromOtherPartition(); void trashDirectoryOwnedByRoot(); void trashDirectoryWithTrailingSlash(); void trashBrokenSymlinkIntoSubdir(); @@ -57,6 +58,7 @@ private Q_SLOTS: void statDirectoryInRoot(); void statSymlinkInRoot(); void statFileInDirectory(); + void statInvalid(); void statBrokenSymlinkInSubdir(); void testRemoveStaleInfofile(); @@ -79,6 +81,7 @@ private Q_SLOTS: void listRecursiveRootDir(); void mostLocalUrlTest(); void listSubDir(); + void dirListerUpdatesWithoutDBus(); void delRootFile(); void delFileInDirectory(); @@ -97,8 +100,8 @@ protected Q_SLOTS: private: void trashFile(const QString &origFilePath, const QString &fileId); - void trashSymlink(const QString &origFilePath, const QString &fileName, bool broken); - void trashDirectory(const QString &origPath, const QString &fileName); + void trashSymlink(const QString &origFilePath, const QString &fileName, const QString &trashDir, bool broken); + void trashDirectory(const QString &origPath, const QString &fileName, const QString &trashDir); void copyFromTrash(const QString &fileId, const QString &destPath, const QString &relativePath = QString()); void moveInTrash(const QString &fileId, const QString &destFileId); void moveFromTrash(const QString &fileId, const QString &destPath, const QString &relativePath = QString()); @@ -115,14 +118,12 @@ private: QString m_otherPartitionTopDir; QString m_otherPartitionTrashDir; bool m_tmpIsWritablePartition; - int m_tmpTrashId; - int m_otherPartitionId; + quint64 m_tmpTrashId; + quint64 m_otherPartitionId; int m_entryCount; QStringList m_listResult; QStringList m_displayNameListResult; - - QTemporaryDir m_tempDir; }; #endif diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trash.json b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trash.json index ef15fe0009..da262eed64 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trash.json +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trash.json @@ -6,6 +6,9 @@ "Original Path", "Deletion Date" ], + "ExtraNames[am]": [ + "ኦሪጅናል ዱካ፤ የተሰረዘበት ቀን" + ], "ExtraNames[ar]": [ "المسار الأصلي", "تاريخ الحذف" @@ -96,6 +99,10 @@ "Emplacement d'origine", "date de suppression" ], + "ExtraNames[ga]": [ + "Cosán Bunaidh", + "Dáta Scriosta" + ], "ExtraNames[gd]": [ "Slighe thùsail", "Ceann-là an sguabaidh às" @@ -104,6 +111,10 @@ "Ruta orixinal", "Data de eliminación" ], + "ExtraNames[gu]": [ + "મૂળ સ્થાન", + "બદલાયાની તારીખ" + ], "ExtraNames[he]": [ "נתיב מקורי", "תאריך מחיקה" @@ -132,6 +143,10 @@ "Percorso originale", "Data di eliminazione" ], + "ExtraNames[ja]": [ + "元の場所", + "削除日時" + ], "ExtraNames[ka]": [ "წინა ბილიკი", "წაშლის თარიღი" @@ -162,6 +177,18 @@ "Original Path", "Deletion Data" ], + "ExtraNames[nan_TW@latin]": [ + "Guân-pún ê Lōo-kìng", + "Thâi-tiāu ê Ji̍t-kî" + ], + "ExtraNames[nan_TW]": [ + "原本的路徑", + "刣掉的日期" + ], + "ExtraNames[nb]": [ + "Opphavs sti", + " slettedato" + ], "ExtraNames[nl]": [ "Oorspronkelijk pad", "Datum verwijdering" @@ -179,7 +206,7 @@ "Data usunięcia" ], "ExtraNames[pt]": [ - "Localização Original", + "Caminho Original", "Data de Remoção" ], "ExtraNames[pt_BR]": [ @@ -238,6 +265,10 @@ "Масири аслӣ", "Санаи несткунӣ" ], + "ExtraNames[th]": [ + "เส้นทางดั้งเดิม", + "วันที่ลบ" + ], "ExtraNames[tok]": [ "nasin pini", "tenpo jaki", @@ -255,10 +286,6 @@ "Đường dẫn ban đầu", "Ngày xoá" ], - "ExtraNames[x-test]": [ - "xxOriginal Path", - "Deletion Datexx" - ], "ExtraNames[zh_CN]": [ "原始路径", "删除日期" diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.cpp index 8ef1e8df6b..2679cf6bc0 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.cpp @@ -23,10 +23,6 @@ #include #include #include -#include -#include -#include -#include #include #include @@ -57,18 +53,18 @@ TrashImpl::TrashImpl() // so better have a separate one, for faster parsing by e.g. kmimetype.cpp m_config(QStringLiteral("trashrc"), KConfig::SimpleConfig) { - QT_STATBUF buff; - if (QT_LSTAT(QFile::encodeName(QDir::homePath()).constData(), &buff) == 0) { - m_homeDevice = buff.st_dev; + KMountPoint::Ptr home_mp = KMountPoint::currentMountPoints().findByPath(QDir::homePath()); + if (home_mp) { + m_homeDevice = home_mp->deviceId(); } else { - qCWarning(KIO_TRASH) << "Should never happen: couldn't stat $HOME" << strerror(errno); + qCWarning(KIO_TRASH) << "Should never happen: couldn't get mountpoint for $HOME"; } } -/** +/*! * Test if a directory exists, create otherwise - * @param _name full path of the directory - * @return errorcode, or 0 if the dir was created or existed already + * \a _name full path of the directory + * Returns errorcode, or 0 if the dir was created or existed already * Warning, don't use return value like a bool */ int TrashImpl::testDir(const QString &_name) const @@ -125,7 +121,7 @@ void TrashImpl::deleteEmptyTrashInfrastructure() #endif } -bool TrashImpl::createTrashInfrastructure(int trashId, const QString &path) +bool TrashImpl::createTrashInfrastructure(quint64 trashId, const QString &path) { const QString trashDir = path.isEmpty() ? trashDirectoryPath(trashId) : path; if (const int err = testDir(trashDir)) { @@ -206,7 +202,7 @@ void TrashImpl::migrateOldTrash() continue; } srcPath.prepend(oldTrashDir); // make absolute - int trashId; + quint64 trashId; QString fileId; if (!createInfo(srcPath, trashId, fileId)) { qCWarning(KIO_TRASH) << "Trash migration: failed to create info for" << srcPath; @@ -229,7 +225,7 @@ void TrashImpl::migrateOldTrash() } } -bool TrashImpl::createInfo(const QString &origPath, int &trashId, QString &fileId) +bool TrashImpl::createInfo(const QString &origPath, quint64 &trashId, QString &fileId) { // off_t should be 64bit on Unix systems to have large file support // FIXME: on windows this gets disabled until trash gets integrated @@ -240,8 +236,9 @@ bool TrashImpl::createInfo(const QString &origPath, int &trashId, QString &fileI // qCDebug(KIO_TRASH) << origPath; // Check source + const QByteArray origPath_c = QFile::encodeName(origPath); QT_STATBUF buff_src; - if (QT_LSTAT(QFile::encodeName(origPath).constData(), &buff_src) == -1) { + if (QT_LSTAT(origPath_c.constData(), &buff_src) == -1) { if (errno == EACCES) { error(KIO::ERR_ACCESS_DENIED, origPath); } else { @@ -249,13 +246,19 @@ bool TrashImpl::createInfo(const QString &origPath, int &trashId, QString &fileI } return false; } + if (::faccessat(AT_FDCWD, origPath_c.constData(), W_OK, AT_SYMLINK_NOFOLLOW) == -1) { + error(KIO::ERR_ACCESS_DENIED, origPath); + return false; + } // Choose destination trash - trashId = findTrashDirectory(origPath); - if (trashId < 0) { - qCWarning(KIO_TRASH) << "OUCH - internal error, TrashImpl::findTrashDirectory returned" << trashId; - return false; // ### error() needed? + auto id = findTrashDirectory(origPath); + if (!id) { + // TODO Add fallback to home trash if settings allow it + error(KIO::ERR_TRASH_NOT_AVAILABLE, KIO::buildErrorString(m_lastErrorCode, {})); + return false; } + trashId = *id; // qCDebug(KIO_TRASH) << "trashing to" << trashId; // Grab original filename @@ -329,7 +332,8 @@ bool TrashImpl::createInfo(const QString &origPath, int &trashId, QString &fileI QString TrashImpl::makeRelativePath(const QString &topdir, const QString &path) { - QString realPath = QFileInfo(path).canonicalFilePath(); + const QFileInfo info(path); + QString realPath = !info.isSymLink() ? info.canonicalFilePath() : info.absoluteFilePath(); if (realPath.isEmpty()) { // shouldn't happen realPath = path; } @@ -355,19 +359,19 @@ void TrashImpl::enterLoop() eventLoop.exec(QEventLoop::ExcludeUserInputEvents); } -QString TrashImpl::infoPath(int trashId, const QString &fileId) const +QString TrashImpl::infoPath(quint64 trashId, const QString &fileId) const { const QString trashPath = trashDirectoryPath(trashId) + QLatin1String("/info/") + fileId + QLatin1String(".trashinfo"); return trashPath; } -QString TrashImpl::filesPath(int trashId, const QString &fileId) const +QString TrashImpl::filesPath(quint64 trashId, const QString &fileId) const { const QString trashPath = trashDirectoryPath(trashId) + QLatin1String("/files/") + fileId; return trashPath; } -bool TrashImpl::deleteInfo(int trashId, const QString &fileId) +bool TrashImpl::deleteInfo(quint64 trashId, const QString &fileId) { #ifdef Q_OS_OSX createTrashInfrastructure(trashId); @@ -381,7 +385,7 @@ bool TrashImpl::deleteInfo(int trashId, const QString &fileId) return false; } -bool TrashImpl::moveToTrash(const QString &origPath, int trashId, const QString &fileId) +bool TrashImpl::moveToTrash(const QString &origPath, quint64 trashId, const QString &fileId) { // qCDebug(KIO_TRASH) << "Trashing" << origPath << trashId << fileId; if (!adaptTrashSize(origPath, trashId)) { @@ -413,7 +417,7 @@ bool TrashImpl::moveToTrash(const QString &origPath, int trashId, const QString return true; } -bool TrashImpl::moveFromTrash(const QString &dest, int trashId, const QString &fileId, const QString &relativePath) +bool TrashImpl::moveFromTrash(const QString &dest, quint64 trashId, const QString &fileId, const QString &relativePath) { QString src = filesPath(trashId, fileId); if (!relativePath.isEmpty()) { @@ -463,7 +467,7 @@ void TrashImpl::jobFinished(KJob *job) Q_EMIT leaveModality(); } -bool TrashImpl::copyToTrash(const QString &origPath, int trashId, const QString &fileId) +bool TrashImpl::copyToTrash(const QString &origPath, quint64 trashId, const QString &fileId) { // qCDebug(KIO_TRASH); if (!adaptTrashSize(origPath, trashId)) { @@ -488,7 +492,7 @@ bool TrashImpl::copyToTrash(const QString &origPath, int trashId, const QString return true; } -bool TrashImpl::copyFromTrash(const QString &dest, int trashId, const QString &fileId, const QString &relativePath) +bool TrashImpl::copyFromTrash(const QString &dest, quint64 trashId, const QString &fileId, const QString &relativePath) { const QString src = physicalPath(trashId, fileId, relativePath); return copy(src, dest); @@ -536,7 +540,7 @@ bool TrashImpl::directRename(const QString &src, const QString &dest) return true; } -bool TrashImpl::moveInTrash(int trashId, const QString &oldFileId, const QString &newFileId) +bool TrashImpl::moveInTrash(quint64 trashId, const QString &oldFileId, const QString &newFileId) { m_lastErrorCode = 0; @@ -562,7 +566,7 @@ bool TrashImpl::moveInTrash(int trashId, const QString &oldFileId, const QString return false; } -bool TrashImpl::del(int trashId, const QString &fileId) +bool TrashImpl::del(quint64 trashId, const QString &fileId) { #ifdef Q_OS_OSX createTrashInfrastructure(trashId); @@ -692,7 +696,7 @@ TrashImpl::TrashedFileInfoList TrashImpl::list() TrashedFileInfoList lst; // For each known trash directory... for (auto it = m_trashDirectories.cbegin(); it != m_trashDirectories.cend(); ++it) { - const int trashId = it.key(); + const quint64 trashId = it.key(); QString infoPath = it.value(); infoPath += QLatin1String("/info"); // Code taken from kio_file @@ -728,7 +732,7 @@ QStringList TrashImpl::listDir(const QString &physicalPath) return QDir(physicalPath).entryList(QDir::Dirs | QDir::Files | QDir::Hidden | QDir::System); } -bool TrashImpl::infoForFile(int trashId, const QString &fileId, TrashedFileInfo &info) +bool TrashImpl::infoForFile(quint64 trashId, const QString &fileId, TrashedFileInfo &info) { // qCDebug(KIO_TRASH) << trashId << fileId; info.trashId = trashId; // easy :) @@ -739,11 +743,11 @@ bool TrashImpl::infoForFile(int trashId, const QString &fileId, TrashedFileInfo bool TrashImpl::trashSpaceInfo(const QString &path, TrashSpaceInfo &info) { - const int trashId = findTrashDirectory(path); - if (trashId < 0) { - qCWarning(KIO_TRASH) << "No trash directory found! TrashImpl::findTrashDirectory returned" << trashId; + const auto id = findTrashDirectory(path); + if (!id) { return false; } + const quint64 trashId = *id; const KConfig config(QStringLiteral("ktrashrc")); @@ -768,7 +772,7 @@ bool TrashImpl::trashSpaceInfo(const QString &path, TrashSpaceInfo &info) return true; } -bool TrashImpl::readInfoFile(const QString &infoPath, TrashedFileInfo &info, int trashId) +bool TrashImpl::readInfoFile(const QString &infoPath, TrashedFileInfo &info, quint64 trashId) { KConfig cfg(infoPath, KConfig::SimpleConfig); if (!cfg.hasGroup(QStringLiteral("Trash Info"))) { @@ -795,7 +799,7 @@ bool TrashImpl::readInfoFile(const QString &infoPath, TrashedFileInfo &info, int return true; } -QString TrashImpl::physicalPath(int trashId, const QString &fileId, const QString &relativePath) +QString TrashImpl::physicalPath(quint64 trashId, const QString &fileId, const QString &relativePath) { QString filePath = filesPath(trashId, fileId); if (!relativePath.isEmpty()) { @@ -856,6 +860,9 @@ void TrashImpl::fileRemoved() { if (isEmpty()) { deleteEmptyTrashInfrastructure(); + + // the file may have have changed by another trash:/ worker instance + m_config.reparseConfiguration(); KConfigGroup group = m_config.group(QStringLiteral("Status")); group.writeEntry("Empty", true); m_config.sync(); @@ -873,7 +880,7 @@ void TrashImpl::fileRemoved() #include #include -int TrashImpl::idForMountPoint(const QString &mountPoint) const +std::optional TrashImpl::idForMountPoint(const QString &mountPoint) const { DADiskRef disk; CFDictionaryRef descDict; @@ -907,119 +914,75 @@ int TrashImpl::idForMountPoint(const QString &mountPoint) const } else { qCWarning(KIO_TRASH) << "couldn't create DASession"; } - return devId; -} -#else - -int TrashImpl::idForDevice(const Solid::Device &device) const -{ - const Solid::Block *block = device.as(); - if (block) { - // qCDebug(KIO_TRASH) << "major=" << block->deviceMajor() << "minor=" << block->deviceMinor(); - return block->deviceMajor() * 1000 + block->deviceMinor(); - } else { - const Solid::NetworkShare *netshare = device.as(); - - if (netshare) { - QString url = netshare->url().url(); - - QLockFile configLock(QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QStringLiteral("/trashrc.nextid.lock")); - - if (!configLock.lock()) { - return -1; - } - - m_config.reparseConfiguration(); - KConfigGroup group = m_config.group(QStringLiteral("NetworkShares")); - int id = group.readEntry(url, -1); - - if (id == -1) { - id = group.readEntry("NextID", 0); - // qCDebug(KIO_TRASH) << "new share=" << url << " id=" << id; - - group.writeEntry(url, id); - group.writeEntry("NextID", id + 1); - group.sync(); - } - - return 6000000 + id; - } - - // Not a block device nor a network share - return -1; + if (devId > -1) { + return {(quint64)devId}; } -} - -void TrashImpl::refreshDevices() const -{ - // this is needed because Solid's fstab backend uses QSocketNotifier - // to get notifications about changes to mtab - // otherwise we risk getting old device list - qApp->processEvents(QEventLoop::ExcludeUserInputEvents); + return {}; } #endif -void TrashImpl::insertTrashDir(int id, const QString &trashDir, const QString &topdir) const +void TrashImpl::insertTrashDir(quint64 id, const QString &trashDir, const QString &topdir) const { m_trashDirectories.insert(id, trashDir); qCDebug(KIO_TRASH) << "found" << trashDir << "gave it id" << id; m_topDirectories.insert(id, Utils::slashAppended(topdir)); } -int TrashImpl::findTrashDirectory(const QString &origPath) +std::optional TrashImpl::findTrashDirectory(const QString &origPath) { - // qCDebug(KIO_TRASH) << origPath; - // Check if it's on the same device as $HOME - QT_STATBUF buff; - if (QT_LSTAT(QFile::encodeName(origPath).constData(), &buff) == 0 && buff.st_dev == m_homeDevice) { - return 0; - } - - KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(origPath); + const KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(origPath); if (!mp) { - // qCDebug(KIO_TRASH) << "KMountPoint found no mount point for" << origPath; - return 0; + qCWarning(KIO_TRASH) << "KMountPoint found no mountpoint for" << origPath; + return {}; } - QString mountPoint = mp->mountPoint(); + // Check if it's on the same device as $HOME + if (mp->deviceId() == m_homeDevice) { + return {0}; + } + + if (mp->isPseudoFs() && !mp->isEncryptedFs()) { + qCDebug(KIO_TRASH) << origPath << "is on a pseudofs:" << mp->mountType(); + return {}; + } + + const QString mountPoint = mp->mountPoint(); const QString trashDir = trashForMountPoint(mountPoint, true); // qCDebug(KIO_TRASH) << "mountPoint=" << mountPoint << "trashDir=" << trashDir; #ifndef Q_OS_OSX if (trashDir.isEmpty()) { - return 0; // no trash available on partition + qCWarning(KIO_TRASH) << "Creating trash for" << origPath << "failed - no permission?"; + return {}; } #endif - int id = idForTrashDirectory(trashDir); - if (id > -1) { - qCDebug(KIO_TRASH) << "Found Trash dir" << trashDir << "with id" << id; + auto id = idForTrashDirectory(trashDir); + if (id) { + qCDebug(KIO_TRASH) << "Found Trash dir" << trashDir << "with id" << id.value(); return id; } + quint64 trashId = 0; #ifdef Q_OS_OSX id = idForMountPoint(mountPoint); + if (id) { + trashId = *id; + } #else - refreshDevices(); - const QString query = QLatin1String("[StorageAccess.accessible == true AND StorageAccess.filePath == '%1']").arg(mountPoint); - const QList lst = Solid::Device::listFromQuery(query); - qCDebug(KIO_TRASH) << "Queried Solid with" << query << "got" << lst.count() << "devices"; - if (lst.isEmpty()) { // not a device. Maybe some tmpfs mount for instance. - return 0; + trashId = mp->mountId(); + if (trashId == 0) { + trashId = mp->deviceId(); } - - // Pretend we got exactly one... - const Solid::Device device = lst.at(0); - id = idForDevice(device); #endif - if (id == -1) { - return 0; + if (trashId == 0) { + qCWarning(KIO_TRASH) << "No id found to create trash for" << origPath; + return {}; } - // New trash dir found, register it - insertTrashDir(id, trashDir, mountPoint); - return id; + insertTrashDir(trashId, trashDir, mountPoint); + return {trashId}; } KIO::UDSEntry TrashImpl::trashUDSEntry(KIO::StatDetails details) @@ -1040,41 +1003,50 @@ KIO::UDSEntry TrashImpl::trashUDSEntry(KIO::StatDetails details) } } - entry.reserve(3); + entry.reserve(5); entry.fastInsert(KIO::UDSEntry::UDS_RECURSIVE_SIZE, static_cast(size)); + const auto modifiedDateNsOffset = (latestModifiedDate % 1000) * 1000000; entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, latestModifiedDate / 1000); + entry.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, modifiedDateNsOffset); // access date is unreliable for the trash folder, use the modified date instead entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME, latestModifiedDate / 1000); + entry.fastInsert(KIO::UDSEntry::UDS_ACCESS_TIME_NS_OFFSET, modifiedDateNsOffset); } return entry; } void TrashImpl::scanTrashDirectories() const { -#ifndef Q_OS_OSX - refreshDevices(); -#endif - - const QList lst = Solid::Device::listFromQuery(QStringLiteral("StorageAccess.accessible == true")); - for (const Solid::Device &device : lst) { - QString topdir = device.as()->filePath(); - QString trashDir = trashForMountPoint(topdir, false); + const KMountPoint::List lst = KMountPoint::currentMountPoints(); + for (const KMountPoint::Ptr &mp : lst) { + if (mp->isPseudoFs() && !mp->isEncryptedFs()) { + continue; + } + const QString topDir = mp->mountPoint(); + const QString trashDir = trashForMountPoint(topDir, false); if (!trashDir.isEmpty()) { // OK, trashDir is a valid trash directory. Ensure it's registered. - int trashId = idForTrashDirectory(trashDir); - if (trashId == -1) { + auto id = idForTrashDirectory(trashDir); + if (!id) { // new trash dir found, register it + quint64 trashId = 0; #ifdef Q_OS_OSX - trashId = idForMountPoint(topdir); + id = idForMountPoint(topDir); + if (id) { + trashId = *id; + } #else - trashId = idForDevice(device); + trashId = mp->mountId(); + if (trashId == 0) { + trashId = mp->deviceId(); + } #endif - if (trashId == -1) { + if (trashId == 0) { continue; } - insertTrashDir(trashId, trashDir, topdir); + insertTrashDir(trashId, trashDir, topDir); } } } @@ -1117,8 +1089,9 @@ QString TrashImpl::trashForMountPoint(const QString &topdir, bool createIfNeeded && ((buff.st_mode & requiredBits) == requiredBits) // && (::access(rootTrashDir_c.constData(), W_OK) == 0) // must be user-writable ) { - if (buff.st_dev == m_homeDevice) // bind mount, maybe - return QString(); + if (buff.st_dev == m_homeDevice) { // bind mount, maybe + return m_trashDirectories[0]; + } #ifndef Q_OS_OSX const QString trashDir = rootTrashDir + QLatin1Char('/') + QString::number(uid); #else @@ -1126,10 +1099,11 @@ QString TrashImpl::trashForMountPoint(const QString &topdir, bool createIfNeeded #endif const QByteArray trashDir_c = QFile::encodeName(trashDir); if (QT_LSTAT(trashDir_c.constData(), &buff) == 0) { - if ((buff.st_uid == uid) // must be owned by user - && (S_ISDIR(buff.st_mode)) // must be a dir + if ((S_ISDIR(buff.st_mode)) // must be a dir && (!S_ISLNK(buff.st_mode)) // not a symlink - && (buff.st_mode & 0777) == 0700) { // rwx for user + // we use access() because checking mode isn't sufficient for remote directories + && (::access(trashDir_c.constData(), W_OK | X_OK) == 0) // must be user-writable + ) { #ifdef Q_OS_OSX trashDir += QStringLiteral("/KDE.trash"); #endif @@ -1149,37 +1123,34 @@ QString TrashImpl::trashForMountPoint(const QString &topdir, bool createIfNeeded const QString trashDir = topdir + QLatin1String("/.Trash-") + QString::number(uid); const QByteArray trashDir_c = QFile::encodeName(trashDir); if (QT_LSTAT(trashDir_c.constData(), &buff) == 0) { - if ((buff.st_uid == uid) // must be owned by user - && S_ISDIR(buff.st_mode) // must be a dir - && !S_ISLNK(buff.st_mode) // not a symlink - && ((buff.st_mode & 0700) == 0700)) { // and we need write access to it - - if (buff.st_dev == m_homeDevice) // bind mount, maybe - return QString(); + if ((S_ISDIR(buff.st_mode)) // must be a dir + && (!S_ISLNK(buff.st_mode)) // not a symlink + && (::access(trashDir_c.constData(), W_OK | X_OK) == 0) // and we need write access to it + ) { + if (buff.st_dev == m_homeDevice) { // bind mount, maybe + return m_trashDirectories[0]; + } if (checkTrashSubdirs(trashDir_c)) { return trashDir; } } qCWarning(KIO_TRASH) << "Directory" << trashDir << "exists but didn't pass the security checks, can't use it"; - // Exists, but not usable - return QString(); - } - if (createIfNeeded && initTrashDirectory(trashDir_c)) { + } else if (createIfNeeded && initTrashDirectory(trashDir_c)) { return trashDir; } #endif return QString(); } -int TrashImpl::idForTrashDirectory(const QString &trashDir) const +std::optional TrashImpl::idForTrashDirectory(const QString &trashDir) const { // If this is too slow we can always use a reverse map... for (auto it = m_trashDirectories.cbegin(); it != m_trashDirectories.cend(); ++it) { if (it.value() == trashDir) { - return it.key(); + return {it.key()}; } } - return -1; + return {}; } bool TrashImpl::initTrashDirectory(const QByteArray &trashDir_c) const @@ -1198,7 +1169,7 @@ bool TrashImpl::checkTrashSubdirs(const QByteArray &trashDir_c) const return testDir(info) == 0 && testDir(files) == 0; } -QString TrashImpl::trashDirectoryPath(int trashId) const +QString TrashImpl::trashDirectoryPath(quint64 trashId) const { // Never scanned for trash dirs? (This can happen after killing kio_trash // and reusing a directory listing from the earlier instance.) @@ -1209,7 +1180,7 @@ QString TrashImpl::trashDirectoryPath(int trashId) const return m_trashDirectories[trashId]; } -QString TrashImpl::topDirectoryPath(int trashId) const +QString TrashImpl::topDirectoryPath(quint64 trashId) const { if (!m_trashDirectoriesScanned) { scanTrashDirectories(); @@ -1221,7 +1192,7 @@ QString TrashImpl::topDirectoryPath(int trashId) const // Helper method. Creates a URL with the format trash:/trashid-fileid or // trash:/trashid-fileid/relativePath/To/File for a file inside a trashed directory. -QUrl TrashImpl::makeURL(int trashId, const QString &fileId, const QString &relativePath) +QUrl TrashImpl::makeURL(quint64 trashId, const QString &fileId, const QString &relativePath) { QUrl url; url.setScheme(QStringLiteral("trash")); @@ -1235,7 +1206,7 @@ QUrl TrashImpl::makeURL(int trashId, const QString &fileId, const QString &relat // Helper method. Parses a trash URL with the URL scheme defined in makeURL. // The trash:/ URL itself isn't parsed here, must be caught by the caller before hand. -bool TrashImpl::parseURL(const QUrl &url, int &trashId, QString &fileId, QString &relativePath) +bool TrashImpl::parseURL(const QUrl &url, quint64 &trashId, QString &fileId, QString &relativePath) { if (url.scheme() != QLatin1String("trash")) { return false; @@ -1254,9 +1225,8 @@ bool TrashImpl::parseURL(const QUrl &url, int &trashId, QString &fileId, QString } bool ok = false; - trashId = QStringView(path).mid(start, slashPos - start).toInt(&ok); + trashId = QStringView(path).mid(start, slashPos - start).toULongLong(&ok); - Q_ASSERT_X(ok, Q_FUNC_INFO, qUtf8Printable(url.toString())); if (!ok) { return false; } @@ -1272,7 +1242,7 @@ bool TrashImpl::parseURL(const QUrl &url, int &trashId, QString &fileId, QString return true; } -bool TrashImpl::adaptTrashSize(const QString &origPath, int trashId) +bool TrashImpl::adaptTrashSize(const QString &origPath, quint64 trashId) { KConfig config(QStringLiteral("ktrashrc")); @@ -1319,11 +1289,12 @@ bool TrashImpl::adaptTrashSize(const QString &origPath, int trashId) } // before we start to remove any files from the trash, - // check whether the new file will fit into the trash - // at all... + // check whether the new file can ever fit into the trash at all... const qint64 partitionSize = util.size(); + const qint64 totalMaxSizeAllowed = qRound64(partitionSize * percent / 100.0); - if ((util.usage(partitionSize + additionalSize)) >= percent) { + // Only reject if the new file itself is larger than the maximum allowed trash size + if (additionalSize > totalMaxSizeAllowed) { m_lastErrorCode = KIO::ERR_TRASH_FILE_TOO_LARGE; m_lastErrorMessage = KIO::buildErrorString(m_lastErrorCode, {}); return false; diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.h index d949d08537..ce24054643 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashimpl.h @@ -17,12 +17,7 @@ #include #include -namespace Solid -{ -class Device; -} - -/** +/*! * Implementation of all low-level operations done by kio_trash. * The structure of the trash directory follows the freedesktop.org standard: * https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html @@ -40,29 +35,29 @@ public: /// Create info for a file to be trashed /// Returns trashId and fileId /// The caller is then responsible for actually trashing the file - bool createInfo(const QString &origPath, int &trashId, QString &fileId); + bool createInfo(const QString &origPath, quint64 &trashId, QString &fileId); /// Delete info file for a file to be trashed /// Usually used for undoing what createInfo did if trashing failed - bool deleteInfo(int trashId, const QString &fileId); + bool deleteInfo(quint64 trashId, const QString &fileId); /// Moving a file or directory into the trash. The ids come from createInfo. - bool moveToTrash(const QString &origPath, int trashId, const QString &fileId); + bool moveToTrash(const QString &origPath, quint64 trashId, const QString &fileId); /// Moving a file or directory out of the trash. The ids come from createInfo. - bool moveFromTrash(const QString &origPath, int trashId, const QString &fileId, const QString &relativePath); + bool moveFromTrash(const QString &origPath, quint64 trashId, const QString &fileId, const QString &relativePath); /// Copying a file or directory into the trash. The ids come from createInfo. - bool copyToTrash(const QString &origPath, int trashId, const QString &fileId); + bool copyToTrash(const QString &origPath, quint64 trashId, const QString &fileId); /// Copying a file or directory out of the trash. The ids come from createInfo. - bool copyFromTrash(const QString &origPath, int trashId, const QString &fileId, const QString &relativePath); + bool copyFromTrash(const QString &origPath, quint64 trashId, const QString &fileId, const QString &relativePath); /// Renaming a file or directory in the trash. - bool moveInTrash(int trashId, const QString &oldFileId, const QString &newFileId); + bool moveInTrash(quint64 trashId, const QString &oldFileId, const QString &newFileId); /// Get rid of a trashed file - bool del(int trashId, const QString &fileId); + bool del(quint64 trashId, const QString &fileId); /// Empty trash, i.e. delete all trashed files bool emptyTrash(); @@ -71,7 +66,7 @@ public: bool isEmpty() const; struct TrashedFileInfo { - int trashId; // for the url + quint64 trashId; // for the url QString fileId; // for the url QString physicalPath; // for stat'ing etc. QString origPath; // from info file @@ -85,7 +80,7 @@ public: TrashedFileInfoList list(); /// Return the info for a given trashed file - bool infoForFile(int trashId, const QString &fileId, TrashedFileInfo &info); + bool infoForFile(quint64 trashId, const QString &fileId, TrashedFileInfo &info); struct TrashSpaceInfo { qint64 totalSize; // total trash size in bytes @@ -100,7 +95,7 @@ public: /// Return the physicalPath for a given trashed file - helper method which /// encapsulates the call to infoForFile. Don't use if you need more info from TrashedFileInfo. - QString physicalPath(int trashId, const QString &fileId, const QString &relativePath); + QString physicalPath(quint64 trashId, const QString &fileId, const QString &relativePath); /// Move data from the old trash system to the new one void migrateOldTrash(); @@ -117,13 +112,13 @@ public: QStringList listDir(const QString &physicalPath); - static QUrl makeURL(int trashId, const QString &fileId, const QString &relativePath); - static bool parseURL(const QUrl &url, int &trashId, QString &fileId, QString &relativePath); + static QUrl makeURL(quint64 trashId, const QString &fileId, const QString &relativePath); + static bool parseURL(const QUrl &url, quint64 &trashId, QString &fileId, QString &relativePath); - using TrashDirMap = QMap; - /// @internal This method is for TestTrash only. Home trash is included (id 0). + using TrashDirMap = QMap; + /// \internal This method is for TestTrash only. Home trash is included (id 0). TrashDirMap trashDirectories() const; - /// @internal This method is for TestTrash only. No entry with id 0. + /// \internal This method is for TestTrash only. No entry with id 0. TrashDirMap topDirectories() const; Q_SIGNALS: @@ -139,35 +134,32 @@ private: void fileAdded(); void fileRemoved(); - bool adaptTrashSize(const QString &origPath, int trashId); + bool adaptTrashSize(const QString &origPath, quint64 trashId); // Warning, returns error code, not a bool int testDir(const QString &name) const; void error(int e, const QString &s); - bool readInfoFile(const QString &infoPath, TrashedFileInfo &info, int trashId); + bool readInfoFile(const QString &infoPath, TrashedFileInfo &info, quint64 trashId); - QString infoPath(int trashId, const QString &fileId) const; - QString filesPath(int trashId, const QString &fileId) const; + QString infoPath(quint64 trashId, const QString &fileId) const; + QString filesPath(quint64 trashId, const QString &fileId) const; #ifdef Q_OS_OSX - int idForMountPoint(const QString &mountPoint) const; -#else - int idForDevice(const Solid::Device &device) const; + std::optional idForMountPoint(const QString &mountPoint) const; #endif - void refreshDevices() const; - /// Find the trash dir to use for a given file to delete, based on original path - int findTrashDirectory(const QString &origPath); + /// Find the trash dir to use for a given file to delete, based on original path. + std::optional findTrashDirectory(const QString &origPath); - QString trashDirectoryPath(int trashId) const; - QString topDirectoryPath(int trashId) const; + QString trashDirectoryPath(quint64 trashId) const; + QString topDirectoryPath(quint64 trashId) const; bool synchronousDel(const QString &path, bool setLastErrorCode, bool isDir); void scanTrashDirectories() const; - int idForTrashDirectory(const QString &trashDir) const; + std::optional idForTrashDirectory(const QString &trashDir) const; bool initTrashDirectory(const QByteArray &trashDir_c) const; bool checkTrashSubdirs(const QByteArray &trashDir_c) const; QString trashForMountPoint(const QString &topdir, bool createIfNeeded) const; @@ -185,10 +177,10 @@ private: void deleteEmptyTrashInfrastructure(); // create the trash infrastructure; also called // to recreate it on OS X. - bool createTrashInfrastructure(int trashId, const QString &path = QString()); + bool createTrashInfrastructure(quint64 trashId, const QString &path = QString()); // Inserts a newly found @p trashDir, under @p topdir with @p id - void insertTrashDir(int id, const QString &trashDir, const QString &topdir) const; + void insertTrashDir(quint64 id, const QString &trashDir, const QString &topdir) const; /// Last error code stored in class to simplify API. /// Note that this means almost no method can be const. diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.cpp b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.cpp index e676185542..37a32130e4 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.cpp @@ -52,10 +52,13 @@ void TrashSizeCache::add(const QString &directoryName, qint64 directorySize) } } - const qint64 mtime = getTrashFileInfo(directoryName).lastModified().toMSecsSinceEpoch(); - QByteArray newLine = QByteArray::number(directorySize) + ' ' + QByteArray::number(mtime) + spaceAndDirAndNewline; - out.write(newLine); - out.commit(); + const auto trashInfo = getTrashFileInfo(directoryName); + if (trashInfo) { + const qint64 mtime = trashInfo->lastModified().toMSecsSinceEpoch(); + QByteArray newLine = QByteArray::number(directorySize) + ' ' + QByteArray::number(mtime) + spaceAndDirAndNewline; + out.write(newLine); + out.commit(); + } } // qCDebug(KIO_TRASH) << mTrashSizeCachePath << "exists:" << QFile::exists(mTrashSizeCachePath); } @@ -102,11 +105,15 @@ void TrashSizeCache::clear() QFile::remove(mTrashSizeCachePath); } -QFileInfo TrashSizeCache::getTrashFileInfo(const QString &fileName) +std::optional TrashSizeCache::getTrashFileInfo(const QString &fileName) { const QString fileInfoPath = mTrashPath + QLatin1String("/info/") + fileName + QLatin1String(".trashinfo"); - Q_ASSERT(QFile::exists(fileInfoPath)); - return QFileInfo(fileInfoPath); + auto info = QFileInfo(fileInfoPath); + if (info.exists()) { + return {info}; + } else { + return {}; + } } QHash TrashSizeCache::readDirCache() @@ -132,7 +139,7 @@ QHash TrashSizeCache::readDirCache() qint64 TrashSizeCache::calculateSize() { - return scanFilesInTrash(ScanFilesInTrashOption::DonTcheckModificationTime).size; + return scanFilesInTrash(ScanFilesInTrashOption::DontCheckModificationTime).size; } TrashSizeCache::SizeAndModTime TrashSizeCache::calculateSizeAndLatestModDate() @@ -156,10 +163,10 @@ TrashSizeCache::SizeAndModTime TrashSizeCache::scanFilesInTrash(ScanFilesInTrash }; const auto checkLastModTime = [this, checkMaxTime](const QString &fileName) { const auto trashFileInfo = getTrashFileInfo(fileName); - if (!trashFileInfo.exists()) { + if (!trashFileInfo) { return; } - checkMaxTime(trashFileInfo.lastModified().toMSecsSinceEpoch()); + checkMaxTime(trashFileInfo->lastModified().toMSecsSinceEpoch()); }; while (it.hasNext()) { it.next(); @@ -182,11 +189,11 @@ TrashSizeCache::SizeAndModTime TrashSizeCache::scanFilesInTrash(ScanFilesInTrash } else { // directories bool usableCache = false; - auto dirIt = dirCache.constFind(QFile::encodeName(fileName)); + auto dirIt = dirCache.constFind(QFile::encodeName(fileName).toPercentEncoding()); if (dirIt != dirCache.constEnd()) { const SizeAndModTime &data = *dirIt; const auto trashFileInfo = getTrashFileInfo(fileName); - if (trashFileInfo.exists() && trashFileInfo.lastModified().toMSecsSinceEpoch() == data.mtime) { + if (trashFileInfo && trashFileInfo->lastModified().toMSecsSinceEpoch() == data.mtime) { sum += data.size; usableCache = true; if (checkDateTime == ScanFilesInTrashOption::CheckModificationTime) { diff --git a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.h b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.h index 413b2a2994..5d41fc6dd6 100644 --- a/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.h +++ b/local/recipes/kde/kf6-kio/source/src/kioworkers/trash/trashsizecache.h @@ -15,7 +15,7 @@ class QFileInfo; -/** +/*! * @short A class that encapsulates the directory size cache. * * The directory size cache is used to speed up the determination of the trash size. @@ -32,44 +32,44 @@ public: qint64 mtime; }; - /** + /*! * Creates a new trash size cache object for the given trash @p path. */ explicit TrashSizeCache(const QString &path); - /** + /*! * Adds a directory to the cache. - * @param directoryName fileId of the directory - * @param directorySize size in bytes + * \a directoryName fileId of the directory + * \a directorySize size in bytes */ void add(const QString &directoryName, qint64 directorySize); - /** + /*! * Removes a directory from the cache. */ void remove(const QString &directoryName); - /** + /*! * Renames a directory in the cache. */ void rename(const QString &oldDirectoryName, const QString &newDirectoryName); - /** + /*! * Sets the trash size to 0 bytes. */ void clear(); - /** + /*! * Calculates and returns the current trash size. */ qint64 calculateSize(); - /** + /*! * Calculates and returns the current trash size and its last modification date */ SizeAndModTime calculateSizeAndLatestModDate(); - /** + /*! * Returns the space occupied by directories in trash and their latest modification dates */ QHash readDirCache(); @@ -77,13 +77,13 @@ public: private: enum ScanFilesInTrashOption { CheckModificationTime, - DonTcheckModificationTime + DontCheckModificationTime }; TrashSizeCache::SizeAndModTime scanFilesInTrash(ScanFilesInTrashOption checkDateTime = CheckModificationTime); QString mTrashSizeCachePath; QString mTrashPath; - QFileInfo getTrashFileInfo(const QString &fileName); + std::optional getTrashFileInfo(const QString &fileName); }; #endif diff --git a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/CMakeLists.txt index 19b50852f6..f7bcf083fc 100644 --- a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/CMakeLists.txt @@ -1,5 +1,7 @@ include(ECMAddTests) +set(ECM_TEST_NAME_PREFIX "kpasswdserver-") + include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/.. ) set (kpasswdservertest_dbus_SRCS) diff --git a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/kpasswdservertest.cpp b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/kpasswdservertest.cpp index 155f057b71..235cedcbd9 100644 --- a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/kpasswdservertest.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/autotests/kpasswdservertest.cpp @@ -184,6 +184,9 @@ private Q_SLOTS: info.password.clear(); result = KIO::AuthInfo(); queryAuthWithDialog(server, info, filledInfo, result, s_buttonCancel, QDialog::Accepted /*unused*/, QStringLiteral("Invalid username or password")); + + // wait for the beep notification to auto-close + QTest::qWait(1600); } void testAcceptRetryDialog() diff --git a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/kpasswdserver.cpp b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/kpasswdserver.cpp index 37953da87a..572f73096f 100644 --- a/local/recipes/kde/kf6-kio/source/src/kpasswdserver/kpasswdserver.cpp +++ b/local/recipes/kde/kf6-kio/source/src/kpasswdserver/kpasswdserver.cpp @@ -535,10 +535,11 @@ void KPasswdServer::processRequest() dlg->setObjectName(QStringLiteral("warningOKCancel")); KGuiItem retryButton(i18nc("@action:button filter-continue", "Retry")); - dlg->setButtons(retryButton); + dlg->setButtons(retryButton, KGuiItem(), KStandardGuiItem::cancel()); connect(dlg, &QDialog::finished, this, [this, dlg](int result) { retryDialogDone(result, dlg); + dlg->deleteLater(); }); dlg->setAttribute(Qt::WA_NativeWindow, true); diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/Directory.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/Directory.desktop index 18a8b1d560..cee96533ce 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/Directory.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/Directory.desktop @@ -1,9 +1,10 @@ [Desktop Entry] Name=Folder... Name[af]=Gids... +Name[am]=አቃፊ… Name[ar]=مجلّد... Name[as]=ফোল্ডাৰ... -Name[az]=Qovluq +Name[az]=Qovluq... Name[be]=Каталог... Name[be@latin]=Kataloh... Name[bg]=Директория... @@ -17,11 +18,11 @@ Name[cs]=Složka... Name[csb]=Katalog... Name[cy]=Plygell... Name[da]=Mappe... -Name[de]=Ordner ... +Name[de]=Ordner … Name[el]=Φάκελος... Name[en_GB]=Folder... Name[eo]=Dosierujo... -Name[es]=Carpeta... +Name[es]=Carpeta… Name[et]=Kataloog ... Name[eu]=Karpeta... Name[fa]=پوشه… @@ -56,8 +57,10 @@ Name[mk]=Папка... Name[ml]=അറ... Name[mr]=संचयीका... Name[ms]=Folder... -Name[my]=ဖိုလ်ဒါ... -Name[nb]=Mappe … +Name[my]=ဖိုင်တွဲ... +Name[nan_TW]=資料鋏仔內... +Name[nan_TW@latin]=Tsu-liāu-giap-á… +Name[nb]=Mappe … Name[nds]=Orner... Name[nl]=Map... Name[nn]=Mappe … @@ -86,19 +89,20 @@ Name[tg]=Ҷузвадон... Name[th]=โฟลเดอร์... Name[tok]=poki... Name[tr]=Klasör… +Name[ug]=قىسقۇچ… Name[uk]=Тека… Name[uz]=Jild Name[uz@cyrillic]=Жилд Name[vi]=Thư mục... Name[wa]=Ridant... -Name[x-test]=xxFolder...xx Name[zh_CN]=文件夹... Name[zh_TW]=資料夾... Comment=Enter folder name: Comment[af]=Voer gidsnaam in: +Comment[am]=የአቃፊ ስም አስገባ፦ Comment[ar]=أدخل اسم المجلّد: Comment[as]=ফোল্ডাৰৰ নাম দিয়ক: -Comment[az]=Qovluğu adlandır: +Comment[az]=Qovluğu adlandırın: Comment[be]=Увядзіце назву каталога: Comment[be@latin]=Uviadzicie nazvu kataloha: Comment[bg]=Въведете името на директорията: @@ -151,16 +155,18 @@ Comment[mk]=Внесете го името на папката: Comment[ml]=അറയുടെ പേരു്: Comment[mr]=संचयीका नाव प्रविष्ट करा: Comment[ms]=Masukkan nama folder: -Comment[my]=ဖိုလ်ဒါအမည်ရေးပါ - -Comment[nb]=Oppgi mappenavn: +Comment[my]=ဖိုင်တွဲအမည်ရေးပါ - +Comment[nan_TW]=輸入資料鋏仔 ê 名: +Comment[nan_TW@latin]=Su-ji̍p tsu-liāu-giap-á ê miâ: +Comment[nb]=Skriv inn mappenavn: Comment[nds]=Ornernaam ingeven: Comment[nl]=Mapnaam invoeren: Comment[nn]=Skriv inn mappenamn: Comment[or]=ଫୋଲଡ଼ର ନାମ ଭରଣ କରନ୍ତୁ: Comment[pa]=ਫੋਲਡਰ ਨਾਂ ਦਿਓ: Comment[pl]=Podaj nazwę katalogu: -Comment[pt]=Indique o nome da pasta: -Comment[pt_BR]=Informe o nome da pasta: +Comment[pt]=Introduzir nome da pasta: +Comment[pt_BR]=Insira o nome da pasta: Comment[ro]=Introduceți denumirea dosarului: Comment[ru]=Введите имя для новой папки: Comment[sa]=पुटस्य नाम लिखतु: @@ -180,12 +186,12 @@ Comment[tg]=Номи ҷузвадонро ворид намоед: Comment[th]=ป้อนชื่อโฟลเดอร์: Comment[tok]=o pana e nimi tawa poki: Comment[tr]=Klasör adını gir: +Comment[ug]=قىسقۇچ ئاتى كىرگۈزۈلىدۇ: Comment[uk]=Введіть назву теки: Comment[uz]=Jildning nomini kiriting: Comment[uz@cyrillic]=Жилднинг номини киритинг: Comment[vi]=Nhập tên thư mục: Comment[wa]=Intrez on no d' ridant: -Comment[x-test]=xxEnter folder name:xx Comment[zh_CN]=输入文件夹名称: Comment[zh_TW]=輸入資料夾名稱: Type=Link diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/EmptyFile.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/EmptyFile.desktop index f2b2a44885..da9950599e 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/EmptyFile.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/EmptyFile.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Empty File... +Name[am]=ባዶ ፋይል… Name[ar]=ملفّ فارغ... Name[az]=Boş fayl... Name[be]=Пусты файл... @@ -10,30 +11,37 @@ Name[ca@valencia]=Fitxer buit… Name[cs]=Prázdný soubor... Name[cy]=Ffeil Gwag... Name[da]=Tekstfil... -Name[de]=Leere Datei ... +Name[de]=Leere Datei … Name[el]=Κενό αρχείο... Name[en_GB]=Empty File... Name[eo]=Malplena Dosiero... -Name[es]=Archivo vacío... +Name[es]=Archivo vacío… Name[et]=Tühi fail ... Name[eu]=Fitxategi hutsa... Name[fa]=پرونده‌ٔ خالی… Name[fi]=Tyhjä tiedosto… Name[fr]=Fichier vide... +Name[ga]=Comhad Folamh... Name[gl]=Ficheiro baleiro… +Name[gu]=ખાલી ફાઇલ... Name[he]=קובץ ריק… +Name[hr]=Prazna datoteka... Name[hu]=Üres fájl… Name[ia]=File vacue ... Name[id]=File Kosong... Name[ie]=Vacui file... Name[is]=Tóm skrá... Name[it]=File vuoto... +Name[ja]=空のファイル... Name[ka]=ცარიელი ფაილი... Name[ko]=빈 파일... Name[lg]=Fayiro Njereere... Name[lt]=Tuščias failas... Name[lv]=Tukša datne... Name[my]=ဖိုင်လ်အလွတ်… +Name[nan_TW]=空的檔案… +Name[nan_TW@latin]=Khang-ê Tóng-àn… +Name[nb]=Tom fil … Name[nl]=Leeg bestand... Name[nn]=Tom fil … Name[pa]=ਖਾਲੀ ਫਾਇਲ... @@ -48,106 +56,59 @@ Name[sl]=Prazna datoteka... Name[sq]=Kartelë e Zbrazët… Name[sv]=Tom fil... Name[ta]=காலியான கோப்பு... +Name[th]=ไฟล์ว่าง... Name[tr]=Boş Dosya… +Name[ug]=بوش ھۆججەت… Name[uk]=Порожній файл… Name[vi]=Tệp trống... -Name[x-test]=xxEmpty File...xx Name[zh_CN]=空文件... Name[zh_TW]=空白檔案… -Comment=Enter text filename: -Comment[af]=Voer teks lêernaam in: -Comment[ar]=أدخل اسم الملفّ النّصّيّ: -Comment[as]=টেক্সট নথিপত্ৰৰ নাম দিয়ক: -Comment[az]=Mətn fay adını daxil edin: -Comment[be]=Увядзіце назву файла: -Comment[be@latin]=Uviadzicie nazvu fajla: -Comment[bg]=Въведете името на файла: -Comment[bn]=টেক্সট ফাইলের নাম: -Comment[bn_IN]=টেক্সট ফাইলের নাম লিখুন: -Comment[br]=Roit un anv ar restr skrid : -Comment[bs]=Unesite naziv tekst fajla: -Comment[ca]=Introduïu el nom del fitxer de text: -Comment[ca@valencia]=Introduïu el nom del fitxer de text: -Comment[cs]=Zadejte název textového souboru... -Comment[csb]=Wpiszë miono tekstowégò lopka: -Comment[cy]=Mewnosodwch enw ffeil testun: -Comment[da]=Indtast tekstfilnavn: -Comment[de]=Geben Sie den Textdatei-Namen ein: -Comment[el]=Εισάγετε το όνομα αρχείου κειμένου: -Comment[en_GB]=Enter text filename: -Comment[eo]=Enmetu la tekstodosieran nomon: -Comment[es]=Introduzca el nombre del archivo de texto: -Comment[et]=Sisesta tekstifaili nimi: -Comment[eu]=Sartu testu fitxategiaren izena -Comment[fa]=نام پروندهٔ متنی را وارد کنید: -Comment[fi]=Anna tekstitiedoston nimi: -Comment[fr]=Saisir le nom du fichier texte : -Comment[fy]=Namme fan teksttriem ynfiere: -Comment[ga]=Iontráil ainm an téacschomhaid: -Comment[gd]=Cuir a-steach ainm an fhaidhle teacsa: -Comment[gl]=Insira o nome do ficheiro de texto: -Comment[gu]=લખાણ ફાઇલનામ દાખલ કરો: -Comment[he]=נא למלא שם לקובץ הטקסט: -Comment[hne]=पाठ फाइलनाम भरव: -Comment[hr]=Upišite naziv tekstualne datoteke: -Comment[hsb]=Mjeno tekstoweje dataje zapodać: -Comment[hu]=A szöveges fájl neve: -Comment[ia]=Entra le nomine de file: -Comment[id]=Masukkan nama file teks: -Comment[ie]=Provide un nómine de un file textual: -Comment[is]=Sláðu inn nafn á textaskrá: -Comment[it]=Inserisci il nome del file di testo: -Comment[ja]=テキストファイルの名前を入力: -Comment[ka]=შეიყვანეთ ტექსტური ფაილის სახელი: -Comment[kk]=Мәтін файлының атауы: -Comment[kn]=ಪಠ್ಯ ಕಡತದ ಹೆಸರನ್ನು ನಮೂದಿಸು: -Comment[ko]=텍스트 파일 이름을 입력하십시오: -Comment[ku]=Navê pelê tekst binivîse: -Comment[lg]=Wandika linnya lya fayiro ey'ebigambo: -Comment[lt]=Įveskite tekstinio failo pavadinimą: -Comment[lv]=Ierakstiet teksta datnes nosaukumu: -Comment[mai]=पाठ फाइल नाम भरू: -Comment[mk]=Внесете го името на текстуалната датотека: -Comment[ml]=രചനയുടെ പേരു്: -Comment[mr]=पाठ्य फाइलनाव प्रविष्ट करा: -Comment[ms]=Masukkan nama fail teks: -Comment[my]=စာသားဖိုင်လ်အမည်ရေးပါ - -Comment[nb]=Oppgi navn på tekstfila: -Comment[nds]=Naam vun de Textdatei ingeven: -Comment[nl]=Naam tekstbestand invoeren: -Comment[nn]=Skriv inn namn på tekstfil: -Comment[or]=ପାଠ୍ୟ ଫାଇଲ ନାମ ଭରଣ କରନ୍ତୁ: -Comment[pa]=ਲਿਖਤ ਫਾਇਲ-ਨਾਂ ਦਿਓ: -Comment[pl]=Wpisz nazwę pliku tekstowego: -Comment[pt]=Indique o nome do ficheiro de texto: -Comment[pt_BR]=Informe o nome do arquivo texto: -Comment[ro]=Introduceți denumirea fișierului textual: -Comment[ru]=Введите имя для текстового файла: -Comment[sa]=पाठसञ्चिकानाम लिखत: -Comment[se]=Čális teakstafiilla nama: -Comment[si]=පෙළ ගොනු නාමය ඇතුළත් කරන්න: +Comment=Enter name for empty file: +Comment[am]=ስም አስገባ ለባዶው ፋይል፦ +Comment[ar]=أدخل اسم للملفّ الفارغ: +Comment[az]=Boş fayl üçün ad daxil edin: +Comment[bg]=Въведете името за празен файл: +Comment[ca]=Introduïu el nom del fitxer buit: +Comment[ca@valencia]=Introduïu el nom del fitxer buit: +Comment[de]=Geben Sie den Namen für die leere Datei ein: +Comment[es]=Introduzca el nombre del archivo vacío: +Comment[eu]=Sartu fitxategi hutsaren izena: +Comment[fi]=Anna tyhjälle tiedostolle nimi: +Comment[fr]=Saisir le nom d'un fichier vide : +Comment[ga]=Cuir isteach ainm don chomhad folamh: +Comment[gl]=Escriba o nome do ficheiro baleiro: +Comment[gu]=ખાલી ફાઇલનુ દાખલ કરો: +Comment[he]=נא למלא שם לקובץ הריק: +Comment[hr]=Unesite naziv za praznu datoteku: +Comment[hu]=Üres fájl neve: +Comment[ia]=Inserta nomine per file vacue: +Comment[is]=Sláðu inn heiti á tómri skrá: +Comment[it]=Inserisci il nome per un file vuoto: +Comment[ja]=空のファイルの名前を入力してください。 +Comment[ka]=შეიყვანეთ სახელი ცარიელი ფაილისთვის: +Comment[ko]=빈 파일 이름을 입력하십시오: +Comment[lg]=Wandika linnya lya fayiro enjereere: +Comment[lt]=Įveskite tuščio failo pavadinimą: +Comment[lv]=Ierakstiet tukšās datnes nosaukumu: +Comment[my]=ဗလာဖိုင်၏အမည်ရေးပါ- +Comment[nan_TW]=輸入空 ê 檔案 ê 名: +Comment[nan_TW@latin]=Su-ji̍p khang-ê tóng-àn ê miâ: +Comment[nl]=Naam van leeg bestand invoeren: +Comment[nn]=Skriv inn namn på tom fil: +Comment[pl]=Wpisz nazwę dla pustego pliku: +Comment[pt]=Introduzir nome para o ficheiro vazio: +Comment[pt_BR]=Insira o nome do arquivo vazio: +Comment[ro]=Introduceți denumirea fișierului gol: +Comment[ru]=Введите имя для пустого файла: Comment[sk]=Zadajte názov textového súboru: -Comment[sl]=Vnesite ime besedilne datoteke: -Comment[sq]=Jepni emër kartele tekst: -Comment[sr]=Унесите име текстуалног фајла: -Comment[sr@ijekavian]=Унесите име текстуалног фајла: -Comment[sr@ijekavianlatin]=Unesite ime tekstualnog fajla: -Comment[sr@latin]=Unesite ime tekstualnog fajla: -Comment[sv]=Ange textfilnamn: -Comment[ta]=உரை கோப்பின் பெயரை உள்ளிடவும்: -Comment[te]=వచన దస్త్రం పేరును వ్రాయండి: -Comment[tg]=Номи файли матниро ворид намоед: -Comment[th]=ป้อนชื่อแฟ้มข้อความ: -Comment[tok]=o pana e nimi tawa lipu toki: -Comment[tr]=Metin dosyası adını gir: -Comment[uk]=Введіть назву текстового файла: -Comment[uz]=Matn faylining nomini kiriting: -Comment[uz@cyrillic]=Матн файлининг номини киритинг: -Comment[vi]=Nhập tên tệp văn bản: -Comment[wa]=Intrez on no d' fitchî tecse: -Comment[x-test]=xxEnter text filename:xx -Comment[zh_CN]=输入文本文件名称: -Comment[zh_TW]=輸入文字檔名: +Comment[sl]=Vnesite ime za prazno datoteko: +Comment[sv]=Ange namn på tom fil: +Comment[ta]=காலியான கோப்பிற்கான பெயரை உள்ளிடவும்: +Comment[tr]=Boş dosya için ad gir: +Comment[ug]=بوش ھۆججەتنىڭ ئاتى كىرگۈزۈلىدۇ: +Comment[uk]=Введіть назву порожнього файла: +Comment[zh_CN]=输入空文件的文件名: +Comment[zh_TW]=輸入空白檔案的名稱: Type=Link URL=.source/EmptyFile -Icon=empty +Icon=none diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/HTMLFile.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/HTMLFile.desktop index eda1cdcb60..92df15efba 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/HTMLFile.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/HTMLFile.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=HTML File... Name[af]=HTML Lêer... +Name[am]=HTML ፋይል… Name[ar]=ملفّ HTML... Name[as]=HTML নথিপত্ৰ... Name[az]=HTML faylı... @@ -17,11 +18,11 @@ Name[cs]=HTML soubor... Name[csb]=Lopk HTML ... Name[cy]=Ffeil HTML... Name[da]=HTML-fil... -Name[de]=HTML-Datei ... +Name[de]=HTML-Datei … Name[el]=Αρχείο HTML... Name[en_GB]=HTML File... Name[eo]=HTML-dosiero... -Name[es]=Archivo HTML... +Name[es]=Archivo HTML… Name[et]=HTML-fail ... Name[eu]=HTML fitxategia... Name[fa]=پروندهٔ HTML… @@ -57,7 +58,9 @@ Name[ml]=എച്ച്ടിഎംഎല്‍ ഫയല്‍... Name[mr]=HTML फाइल... Name[ms]=Fail HTML... Name[my]=HTML ဖိုင်လ်... -Name[nb]=HTML-fil … +Name[nan_TW]=HTML 檔案... +Name[nan_TW@latin]=HTML Tóng-àn... +Name[nb]=HTML-fil … Name[nds]=HTML-Datei... Name[nl]=HTML-bestand... Name[nn]=HTML-fil … @@ -68,7 +71,7 @@ Name[pl]=Plik HTML... Name[pt]=Ficheiro HTML... Name[pt_BR]=Arquivo HTML... Name[ro]=Fișier HTML… -Name[ru]=Страницу HTML... +Name[ru]=Файл HTML... Name[sa]=HTML सञ्चिका... Name[se]=HTML-fiila … Name[si]=HTML ගොනුව... @@ -86,16 +89,17 @@ Name[tg]=Файли HTML... Name[th]=แฟ้ม HTML... Name[tok]=lipu pi nasin HTML... Name[tr]=HTML Dosyası… +Name[ug]=HTML ھۆججەت… Name[uk]=Файл HTML… Name[uz]=HTML-fayli... Name[uz@cyrillic]=HTML-файли... Name[vi]=Tệp HTML... Name[wa]=Fitchî HTML... -Name[x-test]=xxHTML File...xx Name[zh_CN]=HTML 文件... Name[zh_TW]=HTML 檔案... Comment=Enter HTML filename: Comment[af]=Voer HTML lêernaam in: +Comment[am]=የHTML ፋይል ስም አስገባ፦ Comment[ar]=أدخل اسم ملفّ HTML: Comment[as]=HTML নথিপত্ৰৰনাম দিয়ক: Comment[az]=HTML fayl adını daxil edin: @@ -126,7 +130,7 @@ Comment[fy]=Namme fan HTML-triem ynfiere: Comment[ga]=Iontráil ainm an chomhaid HTML: Comment[gd]=Cuir a-steach ainm an fhaidhle HTML: Comment[gl]=Insira o nome do ficheiro HTML: -Comment[gu]=HTML ફાઇલનામ દાખલ કરો: +Comment[gu]=HTML ફાઇલનુ નામ દાખલ કરો: Comment[he]=נא למלא שם לקובץ ה־HTML: Comment[hne]=एचटीएमएल फाइलनाम भरव: Comment[hr]=Unesite naziv HTML datoteke: @@ -151,16 +155,18 @@ Comment[mk]=Внесете го името на HTML датотеката: Comment[ml]=എച്ച്‌ടിഎംഎല്‍ ഫയലിന്റെ പേരു്: Comment[mr]=HTML फाइलनाव प्रविष्ट करा: Comment[ms]=Masukkan nama fail HTML: -Comment[my]=အိပ်ချ်တီအမ်အယ် ဖိုင်လ်အမည်ရေးပါ - -Comment[nb]=Oppgi navn på HTML-fila: +Comment[my]=HTML ဖိုင်အမည်ရေးပါ- +Comment[nan_TW]=輸入 HTML ê 檔案名: +Comment[nan_TW@latin]=Su-ji̍p HTML ê tóng-àn-miâ: +Comment[nb]=Skriv inn navn på HTML-fil: Comment[nds]=Naam vun de HTML-Datei ingeven: Comment[nl]=Naam HTML-bestand invoeren: Comment[nn]=Skriv inn namn på HTML-fil: Comment[or]=HTML ପାଇଲ ନାମ ଭରଣ କରନ୍ତୁ: Comment[pa]=HTML ਫਾਇਲ ਨਾਂ ਦਿਓ: Comment[pl]=Podaj nazwę pliku HTML: -Comment[pt]=Indique o nome do ficheiro HTML: -Comment[pt_BR]=Informe o nome do arquivo HTML: +Comment[pt]=Introduzir nome do ficheiro HTML: +Comment[pt_BR]=Insira o nome do arquivo HTML: Comment[ro]=Introduceți denumirea fișierului HTML: Comment[ru]=Введите имя файла HTML: Comment[sa]=HTML सञ्चिकानाम लिखतु: @@ -180,12 +186,12 @@ Comment[tg]=Номи файли HTML-ро ворид намоед: Comment[th]=ป้อนชื่อแฟ้ม HTML: Comment[tok]=o nimi e lipu pi nasin HTML: Comment[tr]=HTML dosyası adını gir: +Comment[ug]=HTML ھۆججەت ئاتى كىرگۈزۈلىدۇ: Comment[uk]=Введіть назву файла HTML: Comment[uz]=HTML-faylning nomini kiriting: Comment[uz@cyrillic]=HTML-файлнинг номини киритинг: Comment[vi]=Nhập tên tệp HTML: Comment[wa]=Intrez on no d' fitchî HTML: -Comment[x-test]=xxEnter HTML filename:xx Comment[zh_CN]=输入 HTML 文件名称: Comment[zh_TW]=輸入 HTML 檔名: Type=Link diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/TextFile.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/TextFile.desktop index 8db63d5244..1cc6aae82e 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/TextFile.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/TextFile.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Text File... Name[af]=Teks Lêer... +Name[am]=የጽሁፍ ፋይል… Name[ar]=ملفّ نصّيّ... Name[as]=টেক্সট নথিপত্ৰ... Name[az]=Mətn Faylı... @@ -17,11 +18,11 @@ Name[cs]=Textový soubor... Name[csb]=Tekstowi lopk... Name[cy]=Ffeil Testun... Name[da]=Tekstfil... -Name[de]=Textdatei ... +Name[de]=Textdatei … Name[el]=Αρχείο κειμένου... Name[en_GB]=Text File... Name[eo]=Tekstdosiero... -Name[es]=Archivo de texto... +Name[es]=Archivo de texto… Name[et]=Tekstifail... Name[eu]=Testu fitxategia... Name[fa]=پروندهٔ متنی… @@ -57,7 +58,9 @@ Name[ml]=പദാവലി ഫയല്‍... Name[mr]=पाठ्य फाइल... Name[ms]=Fail Teks... Name[my]=စာသားဖိုင်လ်... -Name[nb]=Tekstfil … +Name[nan_TW]=文字檔案… +Name[nan_TW@latin]=Bûn-jī Tóng-àn... +Name[nb]=Tekstfil … Name[nds]=Textdatei... Name[nl]=Tekstbestand... Name[nn]=Tekstfil … @@ -85,16 +88,17 @@ Name[tg]=Файли матнӣ... Name[th]=แฟ้มข้อความ... Name[tok]=lipu sitelen... Name[tr]=Metin Dosyası… +Name[ug]=تېكىست ھۆججىتى… Name[uk]=Текстовий файл… Name[uz]=Matn fayli... Name[uz@cyrillic]=Матн файли... Name[vi]=Tệp văn bản... Name[wa]=Fitchî tecse... -Name[x-test]=xxText File...xx Name[zh_CN]=文本文件... Name[zh_TW]=文字檔案... Comment=Enter text filename: Comment[af]=Voer teks lêernaam in: +Comment[am]=የጽሁፍ ፋይል ስም አስገባ፦ Comment[ar]=أدخل اسم الملفّ النّصّيّ: Comment[as]=টেক্সট নথিপত্ৰৰ নাম দিয়ক: Comment[az]=Mətn fay adını daxil edin: @@ -125,7 +129,7 @@ Comment[fy]=Namme fan teksttriem ynfiere: Comment[ga]=Iontráil ainm an téacschomhaid: Comment[gd]=Cuir a-steach ainm an fhaidhle teacsa: Comment[gl]=Insira o nome do ficheiro de texto: -Comment[gu]=લખાણ ફાઇલનામ દાખલ કરો: +Comment[gu]=લખાણનુ ફાઇલ નામ દાખલ કરો: Comment[he]=נא למלא שם לקובץ הטקסט: Comment[hne]=पाठ फाइलनाम भरव: Comment[hr]=Upišite naziv tekstualne datoteke: @@ -151,15 +155,17 @@ Comment[ml]=രചനയുടെ പേരു്: Comment[mr]=पाठ्य फाइलनाव प्रविष्ट करा: Comment[ms]=Masukkan nama fail teks: Comment[my]=စာသားဖိုင်လ်အမည်ရေးပါ - -Comment[nb]=Oppgi navn på tekstfila: +Comment[nan_TW]=輸入文字檔案 ê 名: +Comment[nan_TW@latin]=Su-ji̍p bûn-jī tóng-àn ê miâ: +Comment[nb]=Skriv inn navn på tekstfil: Comment[nds]=Naam vun de Textdatei ingeven: Comment[nl]=Naam tekstbestand invoeren: Comment[nn]=Skriv inn namn på tekstfil: Comment[or]=ପାଠ୍ୟ ଫାଇଲ ନାମ ଭରଣ କରନ୍ତୁ: Comment[pa]=ਲਿਖਤ ਫਾਇਲ-ਨਾਂ ਦਿਓ: Comment[pl]=Wpisz nazwę pliku tekstowego: -Comment[pt]=Indique o nome do ficheiro de texto: -Comment[pt_BR]=Informe o nome do arquivo texto: +Comment[pt]=Introduzir nome do ficheiro de texto: +Comment[pt_BR]=Insira o nome do arquivo texto: Comment[ro]=Introduceți denumirea fișierului textual: Comment[ru]=Введите имя для текстового файла: Comment[sa]=पाठसञ्चिकानाम लिखत: @@ -179,12 +185,12 @@ Comment[tg]=Номи файли матниро ворид намоед: Comment[th]=ป้อนชื่อแฟ้มข้อความ: Comment[tok]=o pana e nimi tawa lipu toki: Comment[tr]=Metin dosyası adını gir: +Comment[ug]=تېكىست ھۆججەتنىڭ ئاتى كىرگۈزۈلىدۇ: Comment[uk]=Введіть назву текстового файла: Comment[uz]=Matn faylining nomini kiriting: Comment[uz@cyrillic]=Матн файлининг номини киритинг: Comment[vi]=Nhập tên tệp văn bản: Comment[wa]=Intrez on no d' fitchî tecse: -Comment[x-test]=xxEnter text filename:xx Comment[zh_CN]=输入文本文件名称: Comment[zh_TW]=輸入文字檔名: Type=Link diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkPath.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkPath.desktop index e07d21cea2..739ec7efd0 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkPath.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkPath.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Link to File or Directory... +Name[am]=ከፋይል ወይም ከማህደር አያይዝ… Name[ar]=وصلة إلى ملفّ أو مجلد... Name[az]=Fayl və ya qovluğa keçid ... Name[be]=Спасылка на файл або каталог... @@ -11,35 +12,42 @@ Name[ca@valencia]=Enllaç cap a un fitxer o directori… Name[cs]=Odkaz na soubor nebo adresář... Name[cy]=Cyswllt i Ffeil neu Gyfeiriadur... Name[da]=Link til fil eller mappe... -Name[de]=Verknüpfung zu Datei oder Ordner ... +Name[de]=Verknüpfung zu Datei oder Ordner … Name[el]=Δεσμός με αρχείο ή κατάλογο... Name[en_GB]=Link to File or Directory... Name[eo]=Ligo al Dosiero aŭ Dosierujo... -Name[es]=Enlace a archivo o a directorio... +Name[es]=Enlace a archivo o a directorio… Name[et]=Viit failile või kataloogile ... Name[eu]=Estekatu fitxategira edo karpetara... Name[fa]=پروند به پرونده یا شاخه… Name[fi]=Linkki tiedostoon tai kansioon… Name[fr]=Définir un lien vers un fichier ou un dossier... +Name[ga]=Nasc chuig Comhad nó Eolaire... Name[gl]=Ligazón a un ficheiro ou cartafol… +Name[gu]=ફાઈલ અથવા ડિરેક્ટરીની કડી... Name[he]=קישור לקובץ או תיקייה… +Name[hr]=Veza na datoteku ili direktorij... Name[hu]=Link fájlra vagy mappára… Name[ia]=Ligamine a file o directorio... Name[id]=Tautan untuk File atau Direktori... Name[ie]=Ligament a un file o fólder... Name[is]=Tengill í skrá eða möppu... Name[it]=Collegamento a file o cartella... +Name[ja]=ファイルやフォルダのリンクを作成... Name[ka]=ფაილის ან საქაღალდის ბმული... Name[ko]=파일이나 디렉터리로 향한 연결... Name[lg]=Nyunzi egguka ku Fayiro oba Tterekero... Name[lt]=Nuorodą į failą ar katalogą... Name[lv]=Saite uz datni vai mapi... Name[my]=ဖိုင်လ် သို့မဟုတ် ဒါရိုက်ထရီသို့ လင့်ခ်ချိတ်ရန်... +Name[nan_TW]=檔案猶是資料鋏仔 ê 連結… +Name[nan_TW@latin]=Tóng-àn Á-sī Tsu-liāu-giap-á ê Liân-kiat… +Name[nb]=Lenke til fil eller mappe … Name[nl]=Koppeling naar bestand of map... Name[nn]=Lenkje til fil eller mappe … Name[pa]=ਫਾਇਲ ਜਾਂ ਡਾਇਰੈਕਟਰੀ ਲਈ ਲਿੰਕ... Name[pl]=Skrót do pliku lub katalogu... -Name[pt]=Atalho para Ficheiro ou Pasta... +Name[pt]=Ligação para Ficheiro ou Pasta... Name[pt_BR]=Link para arquivo ou pasta... Name[ro]=Legătură la fișier sau dosar… Name[ru]=Ссылку на файл или папку… @@ -50,16 +58,18 @@ Name[sq]=Lidhje për te Kartelë ose Drejtori… Name[sv]=Länka till fil eller katalog... Name[ta]=கோப்புக்கு அல்லது அடைவுக்கு இணைப்பு... Name[tg]=Пайванд ба файл ё ҷузвдон... +Name[th]=เชื่อมโยงแบบพื้นฐานไปยังไฟล์หรือไดเรกทอรี... Name[tok]=nasin tawa lipu anu poki... Name[tr]=Dosyaya veya Dizine Bağlantı… +Name[ug]=ھۆججەت ياكى مۇندەرىجىگە باغلا… Name[uk]=Посилання на файл або каталог… Name[vi]=Liên kết đến tệp hoặc thư mục... -Name[x-test]=xxLink to File or Directory...xx Name[zh_CN]=链接 - 文件或文件夹... Name[zh_TW]=連結到檔案或目錄… Comment=File or directory to link to: +Comment[am]=ፋይል ወይም ማውጫ ለማያያዝ፦ Comment[ar]= ملفّ أو مجلد لربطه: -Comment[az]=Keçid üçün fayl və ya qovluq adı: +Comment[az]=Keçid üçün fayl və ya qovluq: Comment[be]=Файл або каталог, да якога вядзе спасылка: Comment[be@latin]=Fajl abo kataloh, da jakoha viadzie spasylka: Comment[bg]=Връзка към файл или директория: @@ -79,14 +89,18 @@ Comment[eu]=Estekatu beharreko fitxategia edo direktorioa: Comment[fa]=پرونده یا شاخه برای پیوند به: Comment[fi]=Tiedosto tai kansio, johon linkitetään: Comment[fr]=Fichier ou dossier vers lequel réaliser le lien : +Comment[ga]=Comhad nó eolaire le nascadh leis: Comment[gl]=Ficheiro ou cartafol ao que ligar: +Comment[gu]=ફાઈલ અથવા ડિરેક્ટરી જેની સાથે કડી જોડે... Comment[he]=קובץ או תיקייה לקשר אליהם: +Comment[hr]=Datoteka ili direktorij za povezivanje: Comment[hu]=Fájl vagy mappa, amelyre hivatkozni kell: Comment[ia]=File o directorio de ligar a: Comment[id]=File atau direktori yang ditautkan: Comment[ie]=Un file o fólder: Comment[is]=Skrá eða mappa sem á að tengja í: Comment[it]=File o cartella verso cui creare il collegamento: +Comment[ja]=リンクするファイルやフォルダ: Comment[ka]=ბმული ფაილამდე ან საქაღალდემდე: Comment[ko]=링크할 파일이나 디렉터리: Comment[lg]=Fayiro oba tterekero enyunzi kw'en'egguka: @@ -94,11 +108,14 @@ Comment[lt]=Failas ar katalogas, su kuriuo susieti: Comment[lv]=Datne vai mape, uz kuru izveidot saiti: Comment[ml]=ഇതിലേക്ക് ലിങ്ക് ചെയ്യാനുള്ള ഫയലോ ഡയറക്ടറിയോ: Comment[my]=လင့်ခ်ချိတ်ရမည် ဖိုင်လ် သို့မဟုတ် ဒါရိုက်ထရီ - +Comment[nan_TW]=愛連結到 ê 檔案猶是資料鋏仔: +Comment[nan_TW@latin]=Ài liân-kiat kàu ê tóng-àn á-sī tsu-liāu-giap-á: +Comment[nb]=Fila eller mappa å lenke til: Comment[nl]=Bestand of map waarnaar te koppelen: Comment[nn]=Fila eller mappa det skal lenkjast til: Comment[pa]=ਲਿੰਕ ਕਰਨ ਲਈ ਫਾਇਲ ਜਾਂ ਡਾਇਰੈਕਟਰੀ: Comment[pl]=Plik lub katalog, do którego utworzyć skrót: -Comment[pt]=O ficheiro ou pasta para o qual criar a ligação: +Comment[pt]=O ficheiro ou pasta para o qual criar a ligação: Comment[pt_BR]=Arquivo ou pasta para vincular: Comment[ro]=Fișier sau dosar la care se leagă: Comment[ru]=Файл или папка для создания ссылки: @@ -108,11 +125,12 @@ Comment[sl]=Datoteka ali imenik za povezavo: Comment[sq]=Kartelë, ose drejtori për ta lidhur: Comment[sv]=Fil eller katalog att länka till: Comment[ta]=இணைக்க வேண்டிய கோப்பு அல்லது அடைவு: +Comment[th]=ไฟล์หรือไดเรกทอรีที่จะเชื่อม Comment[tok]=o pana e nimi lipu anu nimi poki: Comment[tr]=Bağlanacak dosya veya dizin: +Comment[ug]=باغلايدىغان ھۆججەت ياكى مۇندەرىجە: Comment[uk]=Файл або каталог, на який слід створити посилання: Comment[vi]=Tệp hoặc thư mục để liên kết đến: -Comment[x-test]=xxFile or directory to link to:xx Comment[zh_CN]=链接的目标文件或者目录: Comment[zh_TW]=要連結到的檔案或目錄: URL=__CREATE_SYMLINK__ diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkProgram.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkProgram.desktop index 782a328830..6599343571 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkProgram.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkProgram.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Link to Application... Name[af]=Skakel na Toepassing +Name[am]=መተግበሪያ ጋር አያይዝ… Name[ar]=وصلة إلى تطبيق... Name[as]=অনুপ্ৰয়োগলৈ সংযোগ... Name[az]=Tətbiqə keçid... @@ -16,11 +17,11 @@ Name[cs]=Odkaz na aplikaci... Name[csb]=Lënk do programë... Name[cy]=Cyswllt Newydd i Gymhwysiad... Name[da]=Link til program... -Name[de]=Verknüpfung zu Programm ... +Name[de]=Verknüpfung zu Programm … Name[el]=Δεσμός με εφαρμογή... Name[en_GB]=Link to Application... Name[eo]=Ligilo al aplikaĵo... -Name[es]=Enlace a aplicación... +Name[es]=Enlace a aplicación… Name[et]=Viit rakendusele... Name[eu]=Aplikazioari esteka... Name[fa]=پیوند به برنامه‌ها… @@ -30,7 +31,7 @@ Name[fy]=Keppeling nei applikaasje... Name[ga]=Nasc le Feidhmchlár... Name[gd]=Ceangail ri aplacaid... Name[gl]=Ligazón a unha aplicación… -Name[gu]=કાર્યક્રમને કડી... +Name[gu]=એપ્લિકેશનની કડી... Name[he]=קישור ליישום… Name[hne]=अनुपरयोग बर संकली... Name[hr]=Link na aplikaciju… @@ -56,17 +57,19 @@ Name[ml]=പ്രയോഗത്തിലേക്കുള്ള കണ്ണ Name[mr]=अनुप्रयोग करीता लिंक... Name[ms]=Paut ke Aplikasi... Name[my]=အပ္ပလီကေးရှင်းသို့ လင့်ခ်ချိတ်ရန် -Name[nb]=Lenke til program … +Name[nan_TW]=應用程式 ê 連結… +Name[nan_TW@latin]=Ìng-iōng-tîng-sik ê Liân-kiat… +Name[nb]=Lenke til program … Name[nds]=Link na Programm... Name[nl]=Koppeling naar programma... Name[nn]=Lenkje til program … Name[or]=ପ୍ରୟୋଗକୁ ସଂଯୋଗ... Name[pa]=ਐਪਲੀਕੇਸ਼ਨ ਨਾਲ ਲਿੰਕ... Name[pl]=Skrót do programu... -Name[pt]=Atalho para Aplicação... +Name[pt]=Ligação para Aplicação... Name[pt_BR]=Atalho para aplicativo... Name[ro]=Legătură spre aplicație… -Name[ru]=Ссылку на приложение... +Name[ru]=Ярлык для приложения... Name[sa]=अनुप्रयोगस्य लिङ्क्... Name[si]=යෙදුමට සබැඳිය... Name[sk]=Odkaz na aplikáciu... @@ -83,16 +86,17 @@ Name[tg]=Пайванд ба барнома... Name[th]=เชื่อมโยงไปยังโปรแกรม... Name[tok]=nasin tawa ilo... Name[tr]=Uygulamaya Bağlantı… +Name[ug]=پىروگراممىغا باغلا… Name[uk]=Посилання на програму… Name[uz]=Dastur bilan yangi bogʻ... Name[uz@cyrillic]=Дастур билан янги боғ... Name[vi]=Liên kết đến ứng dụng... Name[wa]=Loyî å programe... -Name[x-test]=xxLink to Application...xx Name[zh_CN]=链接 - 应用程序... Name[zh_TW]=連結到應用程式... Comment=New Link to Application Comment[af]=Nuwe Skakel na Toepassing +Comment[am]=አዲስ አገናኝ ወደ መተግበሪያ Comment[ar]=وصلة جديدة إلى تطبيق Comment[as]=অনুপ্ৰয়োগলৈ নতুন সংযোগ Comment[az]=Tətbiqə yeni keçid @@ -123,7 +127,7 @@ Comment[fy]=Nije keppeling naar toepassing Comment[ga]=Nasc Nua le Feidhmchlár Comment[gd]=Ceangal ùr gu aplacaid Comment[gl]=Nova ligazón a unha aplicación. -Comment[gu]=કાર્યક્રમને નવી કડી +Comment[gu]=એપ્લિકેશનની નવી કડી... Comment[he]=קישור חדש ליישום Comment[hne]=अनुपरयोग बर नवा संकली Comment[hr]=Nova veza s aplikacijom @@ -149,6 +153,8 @@ Comment[ml]=പുതിയ പ്രയോഗത്തിലേക്കുള Comment[mr]=अनुप्रयोग करीता नविन लिंक Comment[ms]=Pautan Baru ke Aplikasi Comment[my]=အပ္ပလီကေးရှင်းသို့ ချိတ်ထားသော လင့်ခ်အသစ် +Comment[nan_TW]=應用程式 ê 新連結 +Comment[nan_TW@latin]=Ìng-iōng-tîng-sik ê Sin Liân-kiat Comment[nb]=Ny lenke til program Comment[nds]=Niegen Link na'n Programm Comment[nl]=Nieuwe koppeling naar programma @@ -156,7 +162,7 @@ Comment[nn]=Ny lenkje til program Comment[or]=ପ୍ରୟୋଗ ପାଇଁ ନୂତନ ସଂଯୋଗ Comment[pa]=ਐਪਲੀਕੇਸ਼ਨ ਨਾਲ ਨਵਾਂ ਲਿੰਕ Comment[pl]=Nowy skrót do programu -Comment[pt]=Novo Atalho para Aplicação +Comment[pt]=Nova Ligação para Aplicação Comment[pt_BR]=Novo atalho para aplicativo Comment[ro]=Legătură nouă spre aplicație Comment[ru]=Новая ссылка на приложение @@ -176,13 +182,13 @@ Comment[tg]=Пайванди нав ба барнома Comment[th]=เชื่อมโยงตัวใหม่ไปยังโปรแกรม Comment[tok]=nasin tawa ilo sin Comment[tr]=Uygulamaya Yeni Bağlantı +Comment[ug]=پىروگراممىغا يېڭى باغلىنىش Comment[uk]=Нове посилання на програму Comment[uz]=Dastur bilan yangi bogʻ Comment[uz@cyrillic]=Дастур билан янги боғ Comment[vi]=Liên kết mới đến ứng dụng Comment[wa]=Novea loyén å programe Comment[xh]=Ikhonkco Elitsha Lwesicelo -Comment[x-test]=xxNew Link to Applicationxx Comment[zh_CN]=新建应用程序链接 Comment[zh_TW]=新增連結到應用程式 Icon=system-run diff --git a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkURL.desktop b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkURL.desktop index f8d2db9899..ad291e11f9 100644 --- a/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkURL.desktop +++ b/local/recipes/kde/kf6-kio/source/src/new_file_templates/linkURL.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Link to Location (URL)... Name[af]=Skakel na Ligging (URL)... +Name[am]=መገኛ ጋር አያይዝ (URL)… Name[ar]=وصلة إلى مكان (عنوان)... Name[as]=স্থান (URL) লৈ সংযোগ... Name[az]=Ünvana keçid (URL)... @@ -17,15 +18,15 @@ Name[cs]=Odkaz na umístění (URL)... Name[csb]=Lënk do adresë (URL)... Name[cy]=Cyswllt i Leoliad (URL)... Name[da]=Link til placering (URL)... -Name[de]=Verknüpfung zu Adresse (URL) ... +Name[de]=Verknüpfung zu Adresse (URL) … Name[el]=Δεσμός με τοποθεσία (URL)... Name[en_GB]=Link to Location (URL)... Name[eo]=Ligilo al Loko (URL)... -Name[es]=Enlace a ubicación (URL)... +Name[es]=Enlace a ubicación (URL)… Name[et]=Viit asukohale (URL)... Name[eu]=Esteka kokapenari (URL)... Name[fa]=پیوند به مکان (نشانی)… -Name[fi]=Linkki sijaintiin (URL)… +Name[fi]=Linkki sijaintiin (verkko-osoite)… Name[fr]=Lien vers un emplacement (URL)... Name[fy]=Keppeling nei lokaasje (URL-adres)... Name[ga]=Nasc le Suíomh (URL)... @@ -57,17 +58,19 @@ Name[ml]=സ്ഥലത്തിലേയ്ക്കുള്ള (യുആര Name[mr]=स्थान करीता लिंक (URL)... Name[ms]=Paut ke Aplikasi (URL)... Name[my]=တည်နေရာ (URL)သို့ လင့်ခ်ချိတ်ရန်... -Name[nb]=Lenke til adresse (URL) … +Name[nan_TW]=位置 (URL) ê 連結… +Name[nan_TW@latin]=Uī-tì (URL) ê Liân-kiat… +Name[nb]=Lenke til plassering (URI) … Name[nds]=Link na'n Oort (URL)... Name[nl]=Koppeling naar locatie... Name[nn]=Lenkje til plassering (URI) … Name[or]=ସ୍ଥାନକୁ (URL) ସଂଯୋଗ... Name[pa]=ਟਿਕਾਣੇ (URL) ਨਾਲ ਲਿੰਕ... Name[pl]=Skrót do adresu (URL)... -Name[pt]=Atalho para Localização (URL)... +Name[pt]=Ligação para Localização (URL)... Name[pt_BR]=Link para localização (URL)... Name[ro]=Legătură spre loc (URL)... -Name[ru]=Ссылку на адрес в Интернете (URL)... +Name[ru]=Ярлык для адреса в Интернете (URL)... Name[sa]=स्थानियाम् (URL) लिङ्क् कुर्वन्तु... Name[se]=Liŋka báikái (URL) … Name[si]=ස්ථානයට සබැඳිය (URL)... @@ -85,15 +88,16 @@ Name[tg]=Пайванд ба ҷойгиршавӣ (URL)... Name[th]=เชื่อมโยงไปยังที่อยู่ URL... Name[tok]=nasin tawa ma ante (pi nimi URL)... Name[tr]=Konuma Bağlantı (URL)… +Name[ug]=تور ئادرېسىغا باغلا… Name[uk]=Посилання на адресу (URL)… Name[uz]=Mavzu bilan bogʻ (URL)... Name[uz@cyrillic]=Мавзу билан боғ (URL)... Name[vi]=Liên kết đến địa điểm (URL)... Name[wa]=Loyî a l' eplaeçmint (URL)... -Name[x-test]=xxLink to Location (URL)...xx Name[zh_CN]=链接 - 位置 (URL)... Name[zh_TW]=連結到網址... Comment=URL location to link to: +Comment[am]=URL መገኛ ለማገናኘት ወደ: Comment[ar]=عنوان مكان لربطه: Comment[az]=Buraya keçid üçün URL yeri: Comment[be]=URL-адрас, да якога вядзе спасылка: @@ -115,14 +119,18 @@ Comment[eu]=Estekatu beharreko URL kokalekua: Comment[fa]=مکان نشانی برای پیوند به: Comment[fi]=Verkko-osoite, johon linkitetään: Comment[fr]=Emplacement de l'URL vers laquelle réaliser le lien : +Comment[ga]=Suíomh URL le nascadh leis: Comment[gl]=Localización do URL ao que ligar: +Comment[gu]=સ્થળ (URL) ને જોડતી કડી Comment[he]=כתובת URL לקשר אליה: +Comment[hr]=URL lokacija za povezivanje: Comment[hu]=URL hely, amelyre hivatkozni kell: Comment[ia]=Location de URL de ligar a: Comment[id]=Lokasi URL yang ditautkan: Comment[ie]=Un URL de un localisation: Comment[is]=URL-staður sem á að tengja í: Comment[it]=Indirizzo URL verso cui creare il collegamento: +Comment[ja]=リンクする URL: Comment[ka]=წერტილი, სადაც URL მიუთითებს: Comment[ko]=연결할 URL 위치: Comment[lg]=Ndagiriro enyunzi kw'en'egguka: @@ -130,11 +138,14 @@ Comment[lt]=URL vieta, su kuria susieti: Comment[lv]=URL vieta, uz kuru izveidot saiti: Comment[ml]=ഇതിലേക്ക് ലിങ്ക് ചെയ്യാനുള്ള URL ലൊക്കേഷൻ: Comment[my]=လင့်ခ်ချိတ်ရမည့် URLတည်နေရာ - +Comment[nan_TW]=Ài 連結著 ê URL 目的地: +Comment[nan_TW@latin]=Ài liân-kiat tio̍h ê URL bo̍k-ti̍k-tē: +Comment[nb]=Plassering (URI) å lenke til: Comment[nl]=URL-locatie waarnaar te koppelen: Comment[nn]=Plasseringa (URI) det skal lenkjast til: Comment[pa]=ਲਿੰਕ ਕਰਨ ਲਈ URL ਟਿਕਾਣਾ: Comment[pl]=Adres URL, do którego utworzyć skrót: -Comment[pt]=A localização do URL para a qual criar um atalho: +Comment[pt]=Localização do URL a ligar: Comment[pt_BR]=URL de localização para vincular: Comment[ro]=Adresă URL la care se leagă: Comment[ru]=Адрес в интернете для создания ссылки: @@ -144,11 +155,12 @@ Comment[sl]=Spletni naslov povezave: Comment[sq]=Vendndodhje URL për ta lidhur: Comment[sv]=Webbadress att länka till: Comment[ta]=இணைக்க வேண்டிய முகவரி: +Comment[th]=ที่อยู่ URL ที่จะเชื่อม Comment[tok]=o pana e ma pi nimi URL: Comment[tr]=Bağlanacak URL konumu: +Comment[ug]=باغلايدىغان تور ئادرېسى: Comment[uk]=Адреса місця посилання: Comment[vi]=Địa điểm URL để liên kết đến: -Comment[x-test]=xxURL location to link to:xx Comment[zh_CN]=链接的目标 URL 位置: Comment[zh_TW]=要連結到的 URL 位置: URL=.source/URL.desktop diff --git a/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice.cpp b/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice.cpp index e0b1b78434..bfe13639be 100644 --- a/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice.cpp +++ b/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice.cpp @@ -19,6 +19,8 @@ int main(int argc, char **argv) { + QCoreApplication::setAttribute(Qt::AA_DisableSessionManager); + QApplication a(argc, argv); if (argc != 2) { diff --git a/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice6.desktop b/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice6.desktop index 773d066cc8..c81983e8a1 100755 --- a/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice6.desktop +++ b/local/recipes/kde/kf6-kio/source/src/schemehandlers/telnet/ktelnetservice6.desktop @@ -7,6 +7,7 @@ MimeType=x-scheme-handler/telnet;x-scheme-handler/rlogin;x-scheme-handler/ssh; NoDisplay=true Name=KTelnetService +Name[am]=KTelnetService Name[ar]=KTelnetService Name[ast]=KTelnetService Name[az]=KTelnetService @@ -29,9 +30,12 @@ Name[eu]=KTelnetService Name[fa]=KTelnetService Name[fi]=KTelnetService Name[fr]=KTelnetService +Name[ga]=KTelnetService Name[gd]=KTelnetService Name[gl]=KTelnetService +Name[gu]=KTelnetService Name[he]=KTelnetService +Name[hr]=KTelnetService Name[hu]=KTelnetService Name[hy]=KTelnetService Name[ia]=KTelnetService (Servicio de KTelnet) @@ -47,6 +51,8 @@ Name[lt]=KTelnetTarnyba Name[lv]=KTelnetService Name[mr]=केटेलनेटसेवा Name[my]=KTelnetService +Name[nan_TW]=KTelnetService +Name[nan_TW@latin]=KTelnetService Name[nb]=KTelnetService Name[nds]=KTelnetService Name[nl]=KTelnetService @@ -69,11 +75,12 @@ Name[sr@latin]=KMailService Name[sv]=Ktelnet-tjänst Name[ta]=KTelnetService Name[tg]=Хидмати KTelnetService +Name[th]=KTelnetService Name[tok]=ilo KTelnetService Name[tr]=KTelnetService Name[tt]=KTelnetService +Name[ug]=KTelnet مۇلازىمىتى Name[uk]=KTelnetService Name[vi]=KTelnetService -Name[x-test]=xxKTelnetServicexx Name[zh_CN]=KTelnetService Name[zh_TW]=KTelnet服務 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/fixhost/fixhosturifilter.h b/local/recipes/kde/kf6-kio/source/src/urifilters/fixhost/fixhosturifilter.h index 1158b50053..7e2ad159f8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/fixhost/fixhosturifilter.h +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/fixhost/fixhosturifilter.h @@ -13,7 +13,7 @@ #include "kurifilterplugin_p.h" #include -/** +/*! This filter tries to automatically prepend www. to http URLs that need it. */ class FixHostUriFilter : public KUriFilterPlugin diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/CMakeLists.txt index 7d42584c3b..b9271735df 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/CMakeLists.txt @@ -11,7 +11,6 @@ ecm_qt_export_logging_category( IDENTIFIER category CATEGORY_NAME kf.kio.urifilters.ikws OLD_CATEGORY_NAMES org.kde.kurifilter-ikws - DEFAULT_SEVERITY Warning DESCRIPTION "KUriFilter IKWS (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/kuriikwsfiltereng.cpp b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/kuriikwsfiltereng.cpp index 0f280fa1ec..da9ff4a4e9 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/kuriikwsfiltereng.cpp +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/kuriikwsfiltereng.cpp @@ -28,7 +28,7 @@ Q_LOGGING_CATEGORY(category, "kf.kio.urifilters.ikws", QtWarningMsg) using namespace KIO; -/** +/*! * IMPORTANT: If you change anything here, make sure kiowidgets-kurifiltertest-{colon,space}-separator * unit tests still pass (they're usually run as part of "make test"). */ diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviderregistry_p.h b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviderregistry_p.h index 5a99d50bac..48def1ca05 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviderregistry_p.h +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviderregistry_p.h @@ -17,18 +17,18 @@ class SearchProvider; namespace KIO { -/** +/*! * Memory cache for search provider desktop files */ class KURIIKWSFILTERENG_PRIVATE_EXPORT SearchProviderRegistry { public: - /** + /*! * Default constructor */ SearchProviderRegistry(); - /** + /*! * Destructor */ ~SearchProviderRegistry(); diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/7digital.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/7digital.desktop index c60727190d..26306161ca 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/7digital.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/7digital.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=7digital,7dg,7d Name=7Digital +Name[am]=7Digital Name[ar]=7دِجِتال Name[ast]=7Digital Name[az]=7Digital @@ -39,6 +40,7 @@ Name[id]=7Digital Name[ie]=7Digital Name[is]=7Digital Name[it]=7Digital +Name[ja]=7Digital Name[ka]=7Digital Name[kk]=7Digital Name[km]=7Digital @@ -51,6 +53,8 @@ Name[mai]=7Digital Name[ml]=7ഡിജിറ്റല്‍ Name[mr]=7डिजिटल Name[my]=၇ဒီဂျစ်တယ် +Name[nan_TW]=7Digital +Name[nan_TW@latin]=7Digital Name[nb]=7Digital Name[nds]=7Digital Name[nl]=7Digital @@ -79,10 +83,10 @@ Name[ug]=7Digital Name[uk]=7Digital Name[vi]=7Digital Name[wa]=7Digital -Name[x-test]=xx7Digitalxx Name[zh_CN]=7Digital Name[zh_TW]=7Digital Query=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[am]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ar]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ast]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[az]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search @@ -105,20 +109,27 @@ Query[eu]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=S Query[fa]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[fi]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[fr]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[ga]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[gl]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[gu]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[he]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[hr]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[hu]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ia]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[id]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ie]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[is]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[it]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[ja]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ka]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[ko]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[lg]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[lt]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[lv]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[my]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[nan_TW]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[nan_TW@latin]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[nb]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[nl]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[nn]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[pa]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search @@ -133,11 +144,12 @@ Query[sl]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=S Query[sq]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[sv]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[tg]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[th]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[tok]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[tr]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search +Query[ug]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[uk]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[vi]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search -Query[x-test]=xxhttps://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Searchxx Query[zh_CN]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Query[zh_TW]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/acronym.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/acronym.desktop index 27de855b31..8ad04dd28e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/acronym.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/acronym.desktop @@ -2,6 +2,7 @@ Type=Service Name=Acronym Database Name[af]=Akroniem Databasis +Name[am]=Acronym Database Name[ar]=قاعدة بيانات المختصرات Name[az]=Akronimlərin Məlumat Basazı Name[be]=База даных скарачэнняў @@ -29,7 +30,7 @@ Name[fy]=Acroniemen databank Name[ga]=Bunachar Sonraí Acrainmneacha Name[gd]=Stòr-dàta ghearr-ainmean Name[gl]=Base de datos de siglas -Name[gu]=ટૂંકાનામ ડેટાબેઝ +Name[gu]=ટૂંકાનામ માટેનો ડેટાબેઝ Name[he]=מאגר ראשי תיבות Name[hi]=एक्रोनिम डाटाबेस Name[hne]=एक्रोनिम डाटाबेस @@ -41,6 +42,7 @@ Name[id]=Basis Data Akronim Name[ie]=Acronym Database Name[is]=Acronym Database Name[it]=Banche dati di acronimi +Name[ja]=Acronym Database Name[ka]=აკრონიმების ბაზა Name[kk]=Қысқартулар дерек қоры Name[km]=មូលដ្ឋាន​ទិន្នន័យ​អក្សរ​កាត់ @@ -56,6 +58,8 @@ Name[ml]=ചുരുക്കെഴുത്ത് ഡാറ്റാബേസ Name[mr]=संक्षिप्त रूप डेटाबेस Name[ms]=Pangkalan Data Akronim Name[my]=အတိုကောက်စာလုံး ဒေတာဘေ့စ် +Name[nan_TW]=Acronym Database +Name[nan_TW@latin]=Acronym Database Name[nb]=Akronymdatabase Name[nds]=Afkörten-Datenbank Name[ne]=एक्रोनम डेटाबेस @@ -83,7 +87,7 @@ Name[te]=ఏక్రోనిమ్ డాటాబేస్ Name[tg]=Пойгоҳи иттилоотии акронимҳо Name[th]=ฐานข้อมูล Acronym Name[tok]=ilo alasa Acronym Database -Name[tr]=Eş Sözcük Veritabanı +Name[tr]=Eş Sözcük Veri Tabanı Name[ug]=Acronym ساندان Name[uk]=База даних акронімів Name[uz]=Qisqartma maʼlumot bazasi @@ -91,11 +95,11 @@ Name[uz@cyrillic]=Қисқартма маълумот базаси Name[vi]=Cơ sở dữ liệu từ rút gọn Name[wa]=Båzes di dnêyes d' acourtixheures Name[xh]=Isiseko sedata Segama elenziwe ngonoobumba bamanye amagama -Name[x-test]=xxAcronym Databasexx Name[zh_CN]=首字母缩写数据库 Name[zh_TW]=Acronym 資料庫 Keys=ad,acro,acronym Query=https://www.abbreviations.com/\\{@} +Query[am]=https://www.abbreviations.com/\\{@} Query[ar]=https://www.abbreviations.com/\\{@} Query[ast]=https://www.abbreviations.com/\\{@} Query[az]=https://www.abbreviations.com/\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://www.abbreviations.com/\\{@} Query[fa]=https://www.abbreviations.com/\\{@} Query[fi]=https://www.abbreviations.com/\\{@} Query[fr]=https://www.abbreviations.com/\\{@} +Query[ga]=https://www.abbreviations.com/\\{@} Query[gl]=https://www.abbreviations.com/\\{@} +Query[gu]=http://www.baidu.com/s?wd=\\{@} Query[he]=https://www.abbreviations.com/\\{@} +Query[hr]=https://www.abbreviations.com/\\{@} Query[hu]=https://www.abbreviations.com/\\{@} Query[ia]=https://www.abbreviations.com/\\{@} Query[id]=https://www.abbreviations.com/\\{@} Query[ie]=https://www.abbreviations.com/\\{@} Query[is]=https://www.abbreviations.com/\\{@} Query[it]=https://www.abbreviations.com/\\{@} +Query[ja]=https://www.abbreviations.com/\\{@} Query[ka]=https://www.abbreviations.com/\\{@} Query[ko]=https://www.abbreviations.com/\\{@} Query[lg]=https://www.abbreviations.com/\\{@} Query[lt]=https://www.abbreviations.com/\\{@} Query[lv]=https://www.abbreviations.com/\\{@} Query[my]=https://www.abbreviations.com/\\{@} +Query[nan_TW]=https://www.abbreviations.com/\\{@} +Query[nan_TW@latin]=https://www.abbreviations.com/\\{@} +Query[nb]=https://www.abbreviations.com/\\{@} Query[nl]=https://www.abbreviations.com/\\{@} Query[nn]=https://www.abbreviations.com/\\{@} Query[pa]=https://www.abbreviations.com/\\{@} @@ -146,10 +157,11 @@ Query[sl]=https://www.abbreviations.com/\\{@} Query[sq]=https://www.abbreviations.com/\\{@} Query[sv]=https://www.abbreviations.com/\\{@} Query[tg]=https://www.abbreviations.com/\\{@} +Query[th]=https://www.abbreviations.com/\\{@} Query[tok]=https://www.abbreviations.com/\\{@} Query[tr]=https://www.abbreviations.com/\\{@} +Query[ug]=https://www.abbreviations.com/\\{@} Query[uk]=https://www.abbreviations.com/\\{@} Query[vi]=https://www.abbreviations.com/\\{@} -Query[x-test]=xxhttps://www.abbreviations.com/\\{@}xx Query[zh_CN]=https://www.abbreviations.com/\\{@} Query[zh_TW]=https://www.abbreviations.com/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon.desktop index 67f08ed95f..245adb78d2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=amazon,amz,a Name=Amazon +Name[am]=Amazon Name[ar]=أمازون Name[ast]=Amazon Name[az]=Amazon @@ -39,6 +40,7 @@ Name[id]=Amazon Name[ie]=Amazon Name[is]=Amazon Name[it]=Amazon +Name[ja]=Amazon Name[ka]=ამაზონი Name[kk]=Amazon Name[km]=Amazon @@ -50,6 +52,8 @@ Name[lv]=Amazon Name[mai]=अमेजन Name[mr]=अमेझोन Name[my]=အမေဇုန် +Name[nan_TW]=Amazon +Name[nan_TW@latin]=Amazon Name[nb]=Amazon Name[nds]=Amazon.de Name[nl]=Amazon @@ -78,10 +82,10 @@ Name[ug]=ئامازون Name[uk]=Amazon Name[vi]=Amazon Name[wa]=Amazon -Name[x-test]=xxAmazonxx Name[zh_CN]=Amazon Name[zh_TW]=Amazon Query=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[am]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ar]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ast]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[az]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 @@ -104,20 +108,27 @@ Query[eu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-key Query[fa]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[fi]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[fr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[ga]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[gl]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[gu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[he]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0&language=he_IL +Query[hr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[hu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ia]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[id]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ie]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[is]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[it]=https://www.amazon.it/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[ja]=https://www.amazon.co.jp/s?k=\\{@} Query[ka]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ko]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[lg]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[lt]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[lv]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[my]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[nan_TW]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[nan_TW@latin]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[nb]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[nl]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[nn]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[pa]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 @@ -133,11 +144,12 @@ Query[sq]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-key Query[sv]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[ta]=https://www.amazon.in/s/ref=nb_sb_noss?url=search-alias=aps&language=ta_IN&field-keywords=\\{@}&x=0&y=0 Query[tg]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[th]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[tok]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[tr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 +Query[ug]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[uk]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[vi]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 -Query[x-test]=xxhttps://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0xx Query[zh_CN]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Query[zh_TW]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=\\{@}&x=0&y=0 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon_mp3.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon_mp3.desktop index 17afa97dbb..e93ff2c8f7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon_mp3.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amazon_mp3.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=amazonmp3,az3,amz3,amzmp3 Name=Amazon MP3 +Name[am]=Amazon MP3 Name[ar]=أمازون MP3 Name[ast]=Amazon MP3 Name[az]=Amazon MP3 @@ -39,6 +40,7 @@ Name[id]=Amazon MP3 Name[ie]=Amazon MP3 Name[is]=Amazon MP3 Name[it]=Amazon MP3 +Name[ja]=Amazon MP3 Name[ka]=ამაზონის MP3 Name[kk]=Amazon MP3 Name[km]=Amazon MP3 @@ -51,6 +53,8 @@ Name[mai]=अमेजन MP3 Name[ml]=ആമസോണ്‍ എംപി3 Name[mr]=अमेझोन MP3 Name[my]=အမေဇုန် အမ်ပီ၃ +Name[nan_TW]=Amazon MP3 +Name[nan_TW@latin]=Amazon MP3 Name[nb]=Amazon MP3 Name[nds]=Amazon.de -- MP3 Name[nl]=Amazon MP3 @@ -79,10 +83,10 @@ Name[ug]=ئامازون MP3 Name[uk]=Amazon MP3 Name[vi]=Amazon MP3 Name[wa]=Amazon MP3 -Name[x-test]=xxAmazon MP3xx Name[zh_CN]=Amazon MP3 Name[zh_TW]=Amazon MP3 Query=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[am]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[ar]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[ast]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[az]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 @@ -105,20 +109,27 @@ Query[eu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music Query[fa]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[fi]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[fr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[ga]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[gl]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[gu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[he]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0&language=he_IL +Query[hr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[hu]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[ia]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[id]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[ie]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[is]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[it]=https://www.amazon.it/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[ja]=https://www.amazon.co.jp/s?k=\\{@}&i=digital-music Query[ka]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[ko]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[lg]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[lt]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[lv]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[my]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[nan_TW]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[nan_TW@latin]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[nb]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[nl]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[nn]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[pa]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 @@ -133,11 +144,12 @@ Query[sl]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music Query[sq]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[sv]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[tg]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[th]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[tok]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[tr]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 +Query[ug]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[uk]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[vi]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 -Query[x-test]=xxhttps://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0xx Query[zh_CN]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Query[zh_TW]=https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=digital-music&field-keywords=\\{@}&x=0&y=0 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amg.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amg.desktop index c47181f96e..8fba953814 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amg.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/amg.desktop @@ -3,6 +3,7 @@ Hidden=false Keys=amg Name=All Music Guide Name[af]=All Music Guide +Name[am]=All Music Guide Name[ar]=دليل All Music Name[as]=All Music Guide Name[az]=Bütün Musiqi Bələdçisi @@ -44,6 +45,7 @@ Name[id]=Panduan Semua Musik Name[ie]=All Music Guide Name[is]=All Music Guide Name[it]=Guida All Music +Name[ja]=All Music Guide Name[ka]=All Music Guide Name[kk]=All Music Guide Name[km]=មគ្គុទ្ទេសក៍​តន្ត្រី​ទាំងអស់ @@ -59,6 +61,8 @@ Name[ml]=എല്ലാ സംഗീതത്തിനുമുള്ള സഹ Name[mr]=सम्पूर्ण संगीत मार्गदर्शिका Name[ms]=Panduan Semua Muzik Name[my]=ဂီတလမ်းညွှန် +Name[nan_TW]=All Music Guide +Name[nan_TW@latin]=All Music Guide Name[nb]=All Music Guide Name[nds]=All Music Guide Name[ne]=सबै सङ्गीत मार्गदर्शक @@ -91,10 +95,10 @@ Name[ug]=ھەممە نەغمە يولباشچىسى Name[uk]=All Music Guide Name[vi]=All Music Guide Name[wa]=Guide di totes les muzikes -Name[x-test]=xxAll Music Guidexx Name[zh_CN]=All Music 指南 Name[zh_TW]=所有音樂指南 Query=https://www.allmusic.com/search/all/\\{@} +Query[am]=https://www.allmusic.com/search/all/\\{@} Query[ar]=https://www.allmusic.com/search/all/\\{@} Query[ast]=https://www.allmusic.com/search/all/\\{@} Query[az]=https://www.allmusic.com/search/all/\\{@} @@ -117,20 +121,27 @@ Query[eu]=https://www.allmusic.com/search/all/\\{@} Query[fa]=https://www.allmusic.com/search/all/\\{@} Query[fi]=https://www.allmusic.com/search/all/\\{@} Query[fr]=https://www.allmusic.com/search/all/\\{@} +Query[ga]=https://www.allmusic.com/search/all/\\{@} Query[gl]=https://www.allmusic.com/search/all/\\{@} +Query[gu]=https://www.allmusic.com/search/all/\\{@} Query[he]=https://www.allmusic.com/search/all/\\{@} +Query[hr]=https://www.allmusic.com/search/all/\\{@} Query[hu]=https://www.allmusic.com/search/all/\\{@} Query[ia]=https://www.allmusic.com/search/all/\\{@} Query[id]=https://www.allmusic.com/search/all/\\{@} Query[ie]=https://www.allmusic.com/search/all/\\{@} Query[is]=https://www.allmusic.com/search/all/\\{@} Query[it]=https://www.allmusic.com/search/all/\\{@} +Query[ja]=https://www.allmusic.com/search/all/\\{@} Query[ka]=https://www.allmusic.com/search/all/\\{@} Query[ko]=https://www.allmusic.com/search/all/\\{@} Query[lg]=https://www.allmusic.com/search/all/\\{@} Query[lt]=https://www.allmusic.com/search/all/\\{@} Query[lv]=https://www.allmusic.com/search/all/\\{@} Query[my]=https://www.allmusic.com/search/all/\\{@} +Query[nan_TW]=https://www.allmusic.com/search/all/\\{@} +Query[nan_TW@latin]=https://www.allmusic.com/search/all/\\{@} +Query[nb]=https://www.allmusic.com/search/all/\\{@} Query[nl]=https://www.allmusic.com/search/all/\\{@} Query[nn]=https://www.allmusic.com/search/all/\\{@} Query[pa]=https://www.allmusic.com/search/all/\\{@} @@ -145,11 +156,12 @@ Query[sl]=https://www.allmusic.com/search/all/\\{@} Query[sq]=https://www.allmusic.com/search/all/\\{@} Query[sv]=https://www.allmusic.com/search/all/\\{@} Query[tg]=https://www.allmusic.com/search/all/\\{@} +Query[th]=https://www.allmusic.com/search/all/\\{@} Query[tok]=https://www.allmusic.com/search/all/\\{@} Query[tr]=https://www.allmusic.com/search/all/\\{@} +Query[ug]=https://www.allmusic.com/search/all/\\{@} Query[uk]=https://www.allmusic.com/search/all/\\{@} Query[vi]=https://www.allmusic.com/search/all/\\{@} -Query[x-test]=xxhttps://www.allmusic.com/search/all/\\{@}xx Query[zh_CN]=https://www.allmusic.com/search/all/\\{@} Query[zh_TW]=https://www.allmusic.com/search/all/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archpkg.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archpkg.desktop index f25b3cfbe6..3d7254bab7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archpkg.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archpkg.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=archpkg,apkg Name=Arch Linux Package Search +Name[am]=Arch Linux Package Search Name[ar]=بحث حزم أرك لينكس Name[az]=Arch Linux Packet Axtarışı Name[be]=Пакеты Arch Linux @@ -22,27 +23,33 @@ Name[eu]=Arch Linuxen pakete-bilaketa Name[fa]=جست‌وجوی بستهٔ آرچ‌لینوکس Name[fi]=Arch Linuxin pakettihaku Name[fr]=Recherche de paquets Arch Linux +Name[ga]=Multitran - Aistriúchán idir Ollainnis agus Rúisis Cuardach Pacáiste Arch Linux Name[gd]=Lorg pacaidean Arch Linux Name[gl]=Busca de paquetes de Arch Linux +Name[gu]=આર્ચ લિનક્ષ પેકેજ શોધ Name[he]=חיפוש חבילות של Arch Linux +Name[hr]=Pretraživanje paketa Arch Linuxa Name[hu]=Arch Linux csomagkereső Name[ia]=Cerca de Pacchetto de Arch Linux Name[id]=Pencarian Paket Arch Linux Name[ie]=Sercha de paccages de Arch Linux Name[is]=Arch Linux Package Search Name[it]=Ricerca di pacchetti Arch Linux +Name[ja]=Arch Linux Package Search Name[ka]=Arch Linux-ის პაკეტების ძებნა Name[ko]=Arch Linux 패키지 검색 Name[lg]=Noonya Miganda gya ku Arch Linux Name[lt]=Arch Linux paketų paieška Name[lv]=„Arch Linux“ pakotņu meklēšana Name[my]=Archလင်းနပ်စ်ပတ်ကေ့ရှာဖွေမှု -Name[nb]=Søk etter pakker for Arch Linux +Name[nan_TW]=Arch Linux 套件搜揣 +Name[nan_TW@latin]=Arch Linux Thò-kiānn Tshiau-tshuē +Name[nb]=Søk etter Arch Linux-pakker Name[nl]=Arch Linux Package Search Name[nn]=Søk etter Arch Linux-pakkar Name[pa]=ਆਰਕ ਲੀਨਕਸ ਪੈਕੇਜ ਖੋਜ Name[pl]=Wyszukiwanie pakietów Arch Linux -Name[pt]=Procura de Pacotes do Arch Linux +Name[pt]=Pesquisa de Pacotes do Arch Linux Name[pt_BR]=Pesquisa de pacotes Arch Linux Name[ro]=Căutare pachete Arch Linux Name[ru]=Поиск пакетов Arch Linux @@ -56,14 +63,16 @@ Name[sr@ijekavianlatin]=Paketi Arch Linuxa Name[sr@latin]=Paketi Arch Linuxa Name[sv]=Arch Linux-paketsökning Name[tg]=Ҷустуҷӯи бастаҳои Arch Linux +Name[th]=ค้นหาแพ็กเกจของ Arch Linux Name[tok]=ilo pi alasa ilo pi ma ilo Arch Linux Name[tr]=Arch Linux Paket Araması +Name[ug]=Arch Linux بوغچا ئىزدەش Name[uk]=Пошук пакунків для Arch Linux Name[vi]=Tìm kiếm gói Arch Linux -Name[x-test]=xxArch Linux Package Searchxx Name[zh_CN]=Arch Linux 软件包搜索 Name[zh_TW]=Arch Linux 軟體包搜尋 Query=https://www.archlinux.org/packages/?q=\\{@} +Query[am]=https://www.archlinux.org/packages/?q=\\{@} Query[ar]=https://www.archlinux.org/packages/?q=\\{@} Query[ast]=https://www.archlinux.org/packages/?q=\\{@} Query[az]=https://www.archlinux.org/packages/?q=\\{@} @@ -86,20 +95,27 @@ Query[eu]=https://www.archlinux.org/packages/?q=\\{@} Query[fa]=https://www.archlinux.org/packages/?q=\\{@} Query[fi]=https://www.archlinux.org/packages/?q=\\{@} Query[fr]=https://www.archlinux.org/packages/?q=\\{@} +Query[ga]=https://www.archlinux.org/packages/?q=\\{@} Query[gl]=https://www.archlinux.org/packages/?q=\\{@} +Query[gu]=https://www.archlinux.org/packages/?q=\\{@} Query[he]=https://www.archlinux.org/packages/?q=\\{@} +Query[hr]=https://www.archlinux.org/packages/?q=\\{@} Query[hu]=https://www.archlinux.org/packages/?q=\\{@} Query[ia]=https://www.archlinux.org/packages/?q=\\{@} Query[id]=https://www.archlinux.org/packages/?q=\\{@} Query[ie]=https://www.archlinux.org/packages/?q=\\{@} Query[is]=https://www.archlinux.org/packages/?q=\\{@} Query[it]=https://www.archlinux.org/packages/?q=\\{@} +Query[ja]=https://www.archlinux.org/packages/?q=\\{@} Query[ka]=https://www.archlinux.org/packages/?q=\\{@} Query[ko]=https://www.archlinux.org/packages/?q=\\{@} Query[lg]=https://www.archlinux.org/packages/?q=\\{@} Query[lt]=https://www.archlinux.org/packages/?q=\\{@} Query[lv]=https://www.archlinux.org/packages/?q=\\{@} Query[my]=https://www.archlinux.org/packages/?q=\\{@} +Query[nan_TW]=https://www.archlinux.org/packages/?q=\\{@} +Query[nan_TW@latin]=https://www.archlinux.org/packages/?q=\\{@} +Query[nb]=https://www.archlinux.org/packages/?q=\\{@} Query[nl]=https://www.archlinux.org/packages/?q=\\{@} Query[nn]=https://www.archlinux.org/packages/?q=\\{@} Query[pa]=https://www.archlinux.org/packages/?q=\\{@} @@ -114,11 +130,12 @@ Query[sl]=https://www.archlinux.org/packages/?q=\\{@} Query[sq]=https://www.archlinux.org/packages/?q=\\{@} Query[sv]=https://www.archlinux.org/packages/?q=\\{@} Query[tg]=https://www.archlinux.org/packages/?q=\\{@} +Query[th]=https://www.archlinux.org/packages/?q=\\{@} Query[tok]=https://www.archlinux.org/packages/?q=\\{@} Query[tr]=https://www.archlinux.org/packages/?q=\\{@} +Query[ug]=https://www.archlinux.org/packages/?q=\\{@} Query[uk]=https://www.archlinux.org/packages/?q=\\{@} Query[vi]=https://www.archlinux.org/packages/?q=\\{@} -Query[x-test]=xxhttps://www.archlinux.org/packages/?q=\\{@}xx Query[zh_CN]=https://www.archlinux.org/packages/?q=\\{@} Query[zh_TW]=https://www.archlinux.org/packages/?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archwiki.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archwiki.desktop index 4cbb1672e1..f55edbab40 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archwiki.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/archwiki.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=archwiki,arch Name=ArchWiki +Name[am]=ArchWiki Name[ar]=أرك ويكي Name[ast]=ArchWiki Name[az]=ArchWiki @@ -23,20 +24,27 @@ Name[eu]=ArchWiki Name[fa]=ویکی آرچ Name[fi]=ArchWiki Name[fr]=ArchWiki +Name[ga]=ArchWiki Name[gl]=ArchWiki +Name[gu]=આર્ચ વિકી Name[he]=ArchWiki +Name[hr]=ArchWiki Name[hu]=ArchWiki Name[ia]=ArchWiki Name[id]=ArchWiki Name[ie]=ArchWiki Name[is]=ArchWiki Name[it]=ArchWiki +Name[ja]=ArchWiki Name[ka]=ArchWiki Name[ko]=ArchWiki Name[lg]=ArchWiki Name[lt]=ArchWiki Name[lv]=ArchWiki Name[my]=ArchWiki +Name[nan_TW]=ArchWiki +Name[nan_TW@latin]=ArchWiki +Name[nb]=ArchWiki Name[nl]=ArchWiki Name[nn]=ArchWiki Name[pa]=ਆਰਕਵਿਕੀ @@ -51,14 +59,16 @@ Name[sl]=ArchWiki Name[sq]=ArchWiki Name[sv]=ArchWiki Name[tg]=ArchWiki +Name[th]=ArchWiki Name[tok]=tomo sona ArchWiki Name[tr]=ArchWiki +Name[ug]=ArchWiki Name[uk]=ArchWiki Name[vi]=ArchWiki -Name[x-test]=xxArchWikixx Name[zh_CN]=ArchWiki Name[zh_TW]=ArchWiki Query=https://wiki.archlinux.org/index.php?search=\\{@} +Query[am]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ar]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ast]=https://wiki.archlinux.org/index.php?search=\\{@} Query[az]=https://wiki.archlinux.org/index.php?search=\\{@} @@ -81,20 +91,27 @@ Query[eu]=https://wiki.archlinux.org/index.php?search=\\{@} Query[fa]=https://wiki.archlinux.org/index.php?search=\\{@} Query[fi]=https://wiki.archlinux.org/index.php?search=\\{@} Query[fr]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[ga]=https://wiki.archlinux.org/index.php?search=\\{@} Query[gl]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[gu]=http://www.backports.org/package.php?search=\\{@} Query[he]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[hr]=https://wiki.archlinux.org/index.php?search=\\{@} Query[hu]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ia]=https://wiki.archlinux.org/index.php?search=\\{@} Query[id]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ie]=https://wiki.archlinux.org/index.php?search=\\{@} Query[is]=https://wiki.archlinux.org/index.php?search=\\{@} Query[it]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[ja]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ka]=https://wiki.archlinux.org/index.php?search=\\{@} Query[ko]=https://wiki.archlinux.org/index.php?search=\\{@} Query[lg]=https://wiki.archlinux.org/index.php?search=\\{@} Query[lt]=https://wiki.archlinux.org/index.php?search=\\{@} Query[lv]=https://wiki.archlinux.org/index.php?search=\\{@} Query[my]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[nan_TW]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[nan_TW@latin]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[nb]=https://wiki.archlinux.org/index.php?search=\\{@} Query[nl]=https://wiki.archlinux.org/index.php?search=\\{@} Query[nn]=https://wiki.archlinux.org/index.php?search=\\{@} Query[pa]=https://wiki.archlinux.org/index.php?search=\\{@} @@ -109,11 +126,12 @@ Query[sl]=https://wiki.archlinux.org/index.php?search=\\{@} Query[sq]=https://wiki.archlinux.org/index.php?search=\\{@} Query[sv]=https://wiki.archlinux.org/index.php?search=\\{@} Query[tg]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[th]=https://wiki.archlinux.org/index.php?search=\\{@} Query[tok]=https://wiki.archlinux.org/index.php?search=\\{@} Query[tr]=https://wiki.archlinux.org/index.php?search=\\{@} +Query[ug]=https://wiki.archlinux.org/index.php?search=\\{@} Query[uk]=https://wiki.archlinux.org/index.php?search=\\{@} Query[vi]=https://wiki.archlinux.org/index.php?search=\\{@} -Query[x-test]=xxhttps://wiki.archlinux.org/index.php?search=\\{@}xx Query[zh_CN]=https://wiki.archlinux.org/index.php?search=\\{@} Query[zh_TW]=https://wiki.archlinux.org/index.php?search=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ard.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ard.desktop new file mode 100644 index 0000000000..ca0b65224b --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ard.desktop @@ -0,0 +1,65 @@ +[Desktop Entry] +Charset= +Hidden=false +Keys=ard +Name=ARD Mediathek +Name[ar]=ARD Mediathek +Name[bg]=ARD Mediathek +Name[ca]=ARD Mediathek +Name[ca@valencia]=ARD Mediathek +Name[de]=ARD Mediathek +Name[es]=ARD Mediathek +Name[fr]=Médiathèque ARD +Name[he]=ARD Mediathek +Name[hr]=ARD Mediathek +Name[hu]=ARD Mediathek +Name[ia]=ARD Mediathek +Name[is]=ARD Mediathek +Name[it]=ARD Mediathek +Name[ja]=ARD Mediathek +Name[ka]=ARD Mediathek +Name[ko]=ARD Mediathek +Name[lt]=ARD Mediathek +Name[nan_TW]=ARD Mediathek +Name[nan_TW@latin]=ARD Mediathek +Name[nl]=ARD Mediatiek +Name[nn]=ARD Mediathek +Name[pt_BR]=ARD Mediathek +Name[ru]=ARD Mediathek +Name[sk]=ARD Mediathek +Name[sl]=ARD Mediathek +Name[tr]=ARD Mediathek +Name[uk]=ARD Mediathek +Name[zh_CN]=ARD Mediathek +Name[zh_TW]=ARD Mediathek +Query=https://www.ardmediathek.de/suche/\\{@} +Query[ar]=https://www.ardmediathek.de/suche/\\{@} +Query[bg]=https://www.ardmediathek.de/suche/\\{@} +Query[ca]=https://www.ardmediathek.de/suche/\\{@} +Query[ca@valencia]=https://www.ardmediathek.de/suche/\\{@} +Query[de]=https://www.ardmediathek.de/suche/\\{@} +Query[es]=https://www.ardmediathek.de/suche/\\{@} +Query[fr]=https://www.ardmediathek.de/suche/\\{@} +Query[he]=https://www.ardmediathek.de/suche/\\{@} +Query[hr]=https://www.ardmediathek.de/suche/\\{@} +Query[hu]=https://www.ardmediathek.de/suche/\\{@} +Query[ia]=https://www.ardmediathek.de/suche/\\{@} +Query[is]=https://www.ardmediathek.de/suche/\\{@} +Query[it]=https://www.ardmediathek.de/suche/\\{@} +Query[ja]=https://www.ardmediathek.de/suche/\\{@} +Query[ka]=https://www.ardmediathek.de/suche/\\{@} +Query[ko]=https://www.ardmediathek.de/suche/\\{@} +Query[lt]=https://www.ardmediathek.de/suche/\\{@} +Query[nan_TW]=https://www.ardmediathek.de/suche/\\{@} +Query[nan_TW@latin]=https://www.ardmediathek.de/suche/\\{@} +Query[nl]=https://www.ardmediathek.de/suche/\\{@} +Query[nn]=https://www.ardmediathek.de/suche/\\{@} +Query[pt_BR]=https://www.ardmediathek.de/suche/\\{@} +Query[ru]=https://www.ardmediathek.de/suche/\\{@} +Query[sk]=https://www.ardmediathek.de/suche/\\{@} +Query[sl]=https://www.ardmediathek.de/suche/\\{@} +Query[tr]=https://www.ardmediathek.de/suche/\\{@} +Query[uk]=https://www.ardmediathek.de/suche/\\{@} +Query[zh_CN]=https://www.ardmediathek.de/suche/\\{@} +Query[zh_TW]=https://www.ardmediathek.de/suche/\\{@} +Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/backports.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/backports.desktop index bde4d43db1..2f7b8dd79c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/backports.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/backports.desktop @@ -2,6 +2,7 @@ Keys=backports Name=Debian Backports Search Name[af]=Debian Backports Soektog +Name[am]=Debian Backports Search Name[ar]=بحث مستودعات الحزم الحديثة لديبيان Name[as]=Debian Backports Search Name[az]=Debian Portlarının Axtarışı @@ -31,7 +32,7 @@ Name[fy]=Debian Backports Search Name[ga]=Cuardach Pacáistí Cobhsaithe Debian Name[gd]=Lorg airson Debian Backports Name[gl]=Busca de backports de Debian -Name[gu]=ડેબિયન બેકપોર્ટ શોધ +Name[gu]=ડેબિયન બેકપોર્ટની શોધ Name[he]=Debian Backports Search Name[hi]=डेबियन बैकपोर्ट्स खोज Name[hne]=डेबियन बैकपोर्ट्स खोज @@ -43,6 +44,7 @@ Name[id]=Pencarian Debian Backports Name[ie]=Sercha de retroportages de Debian Name[is]=Debian Backports Search Name[it]=Ricerca gli aggiornamenti non supportati di Debian +Name[ja]=Debian Backports Search Name[ka]=Debian Backports-ში ძებნა Name[kk]=Debian порттарын табу Name[km]=ការ​ស្វែងរក Debian Backports @@ -58,6 +60,8 @@ Name[ml]=ഡെബിയന്‍ ബാക്ക് പോര്‍ട്ടു Name[mr]=डेबियन बॅकपोर्ट शोध Name[ms]=Carian Port Belakang Debian Name[my]=ဒေဘီယမ် ဘက့်ခ်ပေါ့များ ရှာဖွေရန် +Name[nan_TW]=Debian Backports 搜揣 +Name[nan_TW@latin]=Debian Backports Tshiau-tshuē Name[nb]=Søk etter tilbakeportede Debian-pakker Name[nds]=Debian-Backport-Söök Name[ne]=डेबियन ब्याकस्पोर्टस खोजी @@ -66,7 +70,7 @@ Name[nn]=Søk etter tilbakeporta Debian-pakkar Name[or]=Debian Backports ସନ୍ଧାନ Name[pa]=ਡੇਬੀਅਨ ਬੈਕਪੋਰਟ ਖੋਜ Name[pl]=Wyszukiwanie starszych pakietów Debiana -Name[pt]=Pesquisa de Versões Anteriores da Debian +Name[pt]=Pesquisa de Versões Anteriores da Debian Name[pt_BR]=Pesquisa no Debian Backports Name[ro]=Căutare Debian Backports Name[ru]=Поиск портов Debian @@ -86,14 +90,14 @@ Name[tg]=Ҷустуҷӯи низоми пуштибонии Debian Name[th]=ค้นหา Debian Backports Name[tok]=ilo pi alasa ilo pi ma ilo Debian Backports Name[tr]=Debian Backport Arama -Name[ug]=Debian ئامبار ئىزدە +Name[ug]=Debian Backports ئىزدە Name[uk]=Пошук серед додаткових пакетів Debian Name[vi]=Tìm kiếm Debian Backports Name[wa]=Cweraedje di backports Debian -Name[x-test]=xxDebian Backports Searchxx Name[zh_CN]=Debian 向后移植软件包搜索 Name[zh_TW]=Debian Backports 搜尋 Query=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[am]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ar]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ast]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[az]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} @@ -116,14 +120,18 @@ Query[eu]=https://packages.debian.org/search?suite=squeeze-backports§ion=all Query[fa]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[fi]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[fr]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[ga]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[gl]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[gu]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[he]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[hr]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[hu]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ia]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[id]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ie]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[is]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[it]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[ja]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ka]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ko]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[lg]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} @@ -131,6 +139,9 @@ Query[lt]=https://packages.debian.org/search?suite=squeeze-backports§ion=all Query[lv]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[ml]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[my]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[nan_TW]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[nan_TW@latin]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[nb]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[nl]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[nn]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[pa]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} @@ -145,11 +156,12 @@ Query[sl]=https://packages.debian.org/search?suite=squeeze-backports§ion=all Query[sq]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[sv]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[tg]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[th]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[tok]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[tr]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} +Query[ug]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[uk]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[vi]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} -Query[x-test]=xxhttps://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@}xx Query[zh_CN]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Query[zh_TW]=https://packages.debian.org/search?suite=squeeze-backports§ion=all&arch=any&searchon=names&keywords=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/baidu.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/baidu.desktop index 695c37e761..0049fe8ad8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/baidu.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/baidu.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Baidu +Name[am]=Baidu Name[ar]=بايدو Name[ast]=Baidu Name[az]=Baidu @@ -37,6 +38,7 @@ Name[id]=Baidu Name[ie]=Baidu Name[is]=Baidu Name[it]=Baidu +Name[ja]=百度 Name[ka]=Baidu Name[kk]=Baidu Name[km]=Baidu @@ -49,6 +51,8 @@ Name[mai]=बैडू Name[ml]=ബൈഡു Name[mr]=बैदु Name[my]=ဘိုင်ဒူ +Name[nan_TW]=百度 +Name[nan_TW@latin]=Pah-tōo Name[nb]=Baidu Name[nds]=Baidu Name[nl]=Baidu @@ -77,11 +81,11 @@ Name[ug]=Baidu Name[uk]=Baidu Name[vi]=Baidu Name[wa]=Baidu -Name[x-test]=xxBaiduxx Name[zh_CN]=百度 Name[zh_TW]=百度 Keys=baidu Query=https://www.baidu.com/s?wd=\\{@} +Query[am]=https://www.baidu.com/s?wd=\\{@} Query[ar]=https://www.baidu.com/s?wd=\\{@} Query[ast]=https://www.baidu.com/s?wd=\\{@} Query[az]=https://www.baidu.com/s?wd=\\{@} @@ -104,20 +108,27 @@ Query[eu]=https://www.baidu.com/s?wd=\\{@} Query[fa]=https://www.baidu.com/s?wd=\\{@} Query[fi]=https://www.baidu.com/s?wd=\\{@} Query[fr]=https://www.baidu.com/s?wd=\\{@} +Query[ga]=https://www.baidu.com/s?wd=\\{@} Query[gl]=https://www.baidu.com/s?wd=\\{@} +Query[gu]=http://www.baidu.com/s?wd=\\{@} Query[he]=https://www.baidu.com/s?wd=\\{@} +Query[hr]=https://www.baidu.com/s?wd=\\{@} Query[hu]=https://www.baidu.com/s?wd=\\{@} Query[ia]=https://www.baidu.com/s?wd=\\{@} Query[id]=https://www.baidu.com/s?wd=\\{@} Query[ie]=https://www.baidu.com/s?wd=\\{@} Query[is]=https://www.baidu.com/s?wd=\\{@} Query[it]=https://www.baidu.com/s?wd=\\{@} +Query[ja]=https://www.baidu.com/s?wd=\\{@} Query[ka]=https://www.baidu.com/s?wd=\\{@} Query[ko]=https://www.baidu.com/s?wd=\\{@} Query[lg]=https://www.baidu.com/s?wd=\\{@} Query[lt]=https://www.baidu.com/s?wd=\\{@} Query[lv]=https://www.baidu.com/s?wd=\\{@} Query[my]=https://www.baidu.com/s?wd=\\{@} +Query[nan_TW]=https://www.baidu.com/s?wd=\\{@} +Query[nan_TW@latin]=https://www.baidu.com/s?wd=\\{@} +Query[nb]=https://www.baidu.com/s?wd=\\{@} Query[nl]=https://www.baidu.com/s?wd=\\{@} Query[nn]=https://www.baidu.com/s?wd=\\{@} Query[pa]=https://www.baidu.com/s?wd=\\{@} @@ -132,10 +143,11 @@ Query[sl]=https://www.baidu.com/s?wd=\\{@} Query[sq]=https://www.baidu.com/s?wd=\\{@} Query[sv]=https://www.baidu.com/s?wd=\\{@} Query[tg]=https://www.baidu.com/s?wd=\\{@} +Query[th]=https://www.baidu.com/s?wd=\\{@} Query[tok]=https://www.baidu.com/s?wd=\\{@} Query[tr]=https://www.baidu.com/s?wd=\\{@} +Query[ug]=https://www.baidu.com/s?wd=\\{@} Query[uk]=https://www.baidu.com/s?wd=\\{@} Query[vi]=https://www.baidu.com/s?wd=\\{@} -Query[x-test]=xxhttps://www.baidu.com/s?wd=\\{@}xx Query[zh_CN]=https://www.baidu.com/s?wd=\\{@} Query[zh_TW]=https://www.baidu.com/s?wd=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/beolingus.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/beolingus.desktop index f670aa9687..3136e53767 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/beolingus.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/beolingus.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Beolingus Online Dictionary +Name[am]=Beolingus Online Dictionary Name[ar]=قاموس بيولنغوس عبر الانترنت Name[az]=Beolingus Online Lüğət Name[be]=Сеціўны слоўнік Beolingus @@ -36,6 +37,7 @@ Name[id]=Kamus Online Beolingus Name[ie]=Beolingus Online Dictionary Name[is]=Beolingus Online Dictionary Name[it]=Dizionario in rete Beolingus +Name[ja]=Beolingus Online Dictionary Name[ka]=ონლაინ ლექსიკონი Beolingus Name[kk]=Beolingus онлайн сөздігі Name[km]=វចនានុក្រម​លើ​បណ្ដាញ Beolingus @@ -47,13 +49,15 @@ Name[lv]=„Beolingus“ tiešsaistes vārdnīca Name[ml]=ബിയോലിങ്കസ് ഓണ്‍ലൈന്‍ നിഘണ്ടു Name[mr]=बिओलिंगस ऑनलाइन शब्दकोश Name[my]=ဘိုလင်းဂတ်စ် အွန်လိုင်းဒစ်ရှင်နရီ -Name[nb]=Beolingus nettverksordbok +Name[nan_TW]=Beolingus 線頂辭典 +Name[nan_TW@latin]=Beolingus Suànn-tíng Sû-tián +Name[nb]=Beolingus – nettordbok Name[nds]=Beolingus-Internetwöörbook Name[nl]=Beolingus on-line woordenboek (de-en, de-es, de-pt) Name[nn]=Beolingus – nettordbok Name[pa]=ਬਿਓਲਿਗਸ ਆਨਲਾਈਨ ਡਿਕਸ਼ਨਰੀ Name[pl]=Słownik sieciowy Beolingus -Name[pt]=Dicionário 'Online' Beolingus +Name[pt]=Dicionário 'Online' Beolingus Name[pt_BR]=Dicionário on-line Beolingus Name[ro]=Dicționar online Beolingus Name[ru]=Словарь Beolingus @@ -70,16 +74,16 @@ Name[sv]=Beolingus Online Dictionary Name[tg]=Луғати онлайни Beolingus Name[th]=พจนานุกรมออนไลน์ Beolingus Name[tok]=lipu nimi Beolingus lon kulupu ilo -Name[tr]=Beolingus Çevrimiçi Sözlük +Name[tr]=Beolingus Çevrim İçi Sözlük Name[ug]=Beolingus تور لۇغىتى Name[uk]=Мережевий словник Beolingus Name[vi]=Từ điển trực tuyến Beolingus Name[wa]=Motî so fyis Beolingus -Name[x-test]=xxBeolingus Online Dictionaryxx Name[zh_CN]=Beolingus 在线词典 Name[zh_TW]=Beolingus 線上字典 Keys=beo,beolingus Query=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[am]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ar]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ast]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[az]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email @@ -102,20 +106,27 @@ Query[eu]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0 Query[fa]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[fi]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[fr]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[ga]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[gl]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[gu]=http://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[he]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[hr]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[hu]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ia]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[id]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ie]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[is]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[it]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[ja]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ka]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[ko]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[lg]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[lt]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[lv]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[my]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[nan_TW]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[nan_TW@latin]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[nb]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[nl]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[nn]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[pa]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email @@ -130,11 +141,12 @@ Query[sl]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0 Query[sq]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[sv]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[tg]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[th]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[tok]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[tr]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email +Query[ug]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[uk]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[vi]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email -Query[x-test]=xxhttps://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&emailxx Query[zh_CN]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email Query[zh_TW]=https://dict.tu-chemnitz.de/dings.cgi?lang=de&service=deen&opterrors=0&optpro=0&query=\\{@}&iservice=&comment=&email diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bing.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bing.desktop index 4069f1c3a8..d757967493 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bing.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bing.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Bing +Name[am]=Bing Name[ar]=بنج Name[ast]=Bing Name[az]=Bing @@ -37,6 +38,7 @@ Name[id]=Bing Name[ie]=Bing Name[is]=Bing Name[it]=Bing +Name[ja]=Bing Name[ka]=Bing Name[kk]=Bing Name[km]=Bing @@ -48,6 +50,8 @@ Name[lv]=Bing Name[mai]=बिंग Name[mr]=बिंग Name[my]=ဘင် +Name[nan_TW]=Bing +Name[nan_TW@latin]=Bing Name[nb]=Bing Name[nds]=Bing Name[nl]=Bing @@ -76,11 +80,11 @@ Name[ug]=Bing Name[uk]=Bing Name[vi]=Bing Name[wa]=Bing -Name[x-test]=xxBingxx Name[zh_CN]=必应 Name[zh_TW]=Bing Keys=bing Query=https://www.bing.com/search?q=\\{@} +Query[am]=https://www.bing.com/search?q=\\{@} Query[ar]=https://www.bing.com/search?q=\\{@} Query[ast]=https://www.bing.com/search?q=\\{@} Query[az]=https://www.bing.com/search?q=\\{@} @@ -103,20 +107,27 @@ Query[eu]=https://www.bing.com/search?q=\\{@} Query[fa]=https://www.bing.com/search?q=\\{@} Query[fi]=https://www.bing.com/search?q=\\{@} Query[fr]=https://www.bing.com/search?q=\\{@} +Query[ga]=https://www.bing.com/search?q=\\{@} Query[gl]=https://www.bing.com/search?q=\\{@} +Query[gu]=https://www.bing.com/search?q=\\{@} Query[he]=https://www.bing.com/search?q=\\{@}&setlang=he +Query[hr]=https://www.bing.com/search?q=\\{@} Query[hu]=https://www.bing.com/search?q=\\{@} Query[ia]=https://www.bing.com/search?q=\\{@} Query[id]=https://www.bing.com/search?q=\\{@} Query[ie]=https://www.bing.com/search?q=\\{@} Query[is]=https://www.bing.com/search?q=\\{@} Query[it]=https://www.bing.com/search?q=\\{@} +Query[ja]=https://www.bing.com/search?q=\\{@}&setlang=ja Query[ka]=https://www.bing.com/search?q=\\{@} Query[ko]=https://www.bing.com/search?q=\\{@} Query[lg]=https://www.bing.com/search?q=\\{@} Query[lt]=https://www.bing.com/search?q=\\{@} Query[lv]=https://www.bing.com/search?q=\\{@} Query[my]=https://www.bing.com/search?q=\\{@} +Query[nan_TW]=https://www.bing.com/search?q=\\{@} +Query[nan_TW@latin]=https://www.bing.com/search?q=\\{@} +Query[nb]=https://www.bing.com/search?q=\\{@} Query[nl]=https://www.bing.com/search?q=\\{@} Query[nn]=https://www.bing.com/search?q=\\{@} Query[pa]=https://www.bing.com/search?q=\\{@} @@ -131,10 +142,11 @@ Query[sl]=https://www.bing.com/search?q=\\{@} Query[sq]=https://www.bing.com/search?q=\\{@} Query[sv]=https://www.bing.com/search?q=\\{@} Query[tg]=https://www.bing.com/search?q=\\{@} +Query[th]=https://www.bing.com/search?q=\\{@} Query[tok]=https://www.bing.com/search?q=\\{@} Query[tr]=https://www.bing.com/search?q=\\{@} +Query[ug]=https://www.bing.com/search?q=\\{@} Query[uk]=https://www.bing.com/search?q=\\{@} Query[vi]=https://www.bing.com/search?q=\\{@} -Query[x-test]=xxhttps://www.bing.com/search?q=\\{@}xx Query[zh_CN]=https://www.bing.com/search?q=\\{@} Query[zh_TW]=https://www.bing.com/search?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/boo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/boo.desktop index b820a40d79..3ed3f0796b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/boo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/boo.desktop @@ -3,7 +3,9 @@ Charset= Hidden=false Keys=boo,bsc Name=openSUSE Bugzilla +Name[am]=openSUSE Bugzilla Name[ar]=أوبن سوي بَغ‌زِلّا +Name[az]=openSUSE Bugzilla Name[be]=openSUSE Bugzilla Name[bg]=openSUSE Bugzilla Name[ca]=openSUSE Bugzilla @@ -18,21 +20,30 @@ Name[es]=openSUSE Bugzilla Name[eu]=openSUSE Bugzilla Name[fi]=openSUSE Bugzilla Name[fr]=Bugzilla pour openSUSE +Name[ga]=openSUSE Bugzilla Name[gl]=Bugzilla de openSUSE +Name[gu]=openSUSE Bugzilla Name[he]=הבאגזילה של openSUSE +Name[hr]=openSUSE Bugzilla Name[hu]=openSUSE Bugzilla Name[ia]=openSUSE Bugzilla Name[is]=openSUSE Bugzilla Name[it]=Bugzilla di openSUSE +Name[ja]=openSUSE Bugzilla Name[ka]=openSUSE Bugzilla Name[ko]=openSUSE Bugzilla Name[lg]=puloguramu eza openSUSE Name[lt]=openSUSE Bugzilla Name[lv]=openSUSE Bugzilla +Name[my]=openSUSE Bugzilla +Name[nan_TW]=openSUSE Bugzilla +Name[nan_TW@latin]=openSUSE Bugzilla +Name[nb]=openSUSE-Bugzilla Name[nl]=openSUSE Bugzilla Name[nn]=openSUSE-Bugzilla Name[pa]=openSUSE ਬੱਗਜ਼ੀਲਾ Name[pl]=openSUSE Bugzilla +Name[pt]=Bugzilla do openSUSE Name[pt_BR]=Bugzilla do openSUSE Name[ro]=openSUSE Bugzilla Name[ru]=openSUSE Bugzilla @@ -41,14 +52,17 @@ Name[sk]=openSUSE Bugzilla Name[sl]=openSUSE Bugzilla Name[sq]=Bugzilla e openSUSE-s Name[sv]=openSUSE Bugzilla +Name[th]=openSUSE Bugzilla Name[tr]=openSUSE Bugzilla +Name[ug]=openSUSE Bugzilla Name[uk]=Bugzilla openSUSE -Name[x-test]=xxopenSUSE Bugzillaxx Name[zh_CN]=openSUSE Bugzilla Name[zh_TW]=openSUSE Bugzilla Query=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[am]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ar]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ast]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[az]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[be]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[bg]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ca]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} @@ -63,17 +77,25 @@ Query[es]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[eu]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[fi]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[fr]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[ga]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[gl]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[gu]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[he]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[hr]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[hu]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ia]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[is]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[it]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[ja]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ka]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[ko]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[lg]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[lt]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[lv]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[my]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[nan_TW]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[nan_TW@latin]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[nb]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[nl]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[nn]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[pa]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} @@ -86,9 +108,10 @@ Query[sk]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[sl]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[sq]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[sv]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[th]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[tr]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} +Query[ug]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[uk]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} -Query[x-test]=xxhttps://bugzilla.opensuse.org/show_bug.cgi?id=\\{@}xx Query[zh_CN]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} Query[zh_TW]=https://bugzilla.opensuse.org/show_bug.cgi?id=\\{@} ServiceTypes=SearchProvider diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bug.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bug.desktop index 971ed7719b..c69fbbcb42 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bug.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/bug.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=bug,bugft,bugno,bugnr,feature,ccbug Name=KDE Bugs +Name[am]=KDE Bugs Name[ar]=علل كِيدِي Name[ast]=KDE Bugs Name[az]=KDE Xətaları @@ -23,20 +24,27 @@ Name[eu]=KDEren akatsak Name[fa]=اشکال‌های KDE Name[fi]=KDE Bugs Name[fr]=Bogues de KDE +Name[ga]=Fabhtanna KDE Name[gl]=KDE Bugs +Name[gu]=KDEના ગોટાળા Name[he]=תקלות ב־KDE +Name[hr]=KDE greške Name[hu]=KDE Bugs Name[ia]=KDE Bugs Name[id]=KDE Bugs Name[ie]=Defectes de KDE Name[is]=KDE Bugs Name[it]=Bug di KDE +Name[ja]=KDE Bugs Name[ka]=KDE შეცდომები Name[ko]=KDE 버그 Name[lg]=Mpulunguse ezizuulidwa mu KDE Name[lt]=KDE klaidos Name[lv]=KDE kļūdas Name[my]=ခေဒီအီးဆိုင်ရာ ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက်များ +Name[nan_TW]=KDE Bugs +Name[nan_TW@latin]=KDE Tshò-gōo +Name[nb]=KDE-feil Name[nl]=KDE-bugs Name[nn]=KDE-feil Name[pa]=KDE ਬੱਗ @@ -51,14 +59,16 @@ Name[sl]=KDE Bugs Name[sq]=Të meta KDE-je Name[sv]=KDE Bugs Name[tg]=Хатоҳои KDE +Name[th]=KDE Bugs Name[tok]=pakala pi ilo tan kulupu KDE Name[tr]=KDE Hataları +Name[ug]=KDE كەمتۈكلىرى Name[uk]=Вади KDE Name[vi]=Lỗi KDE -Name[x-test]=xxKDE Bugsxx Name[zh_CN]=KDE 程序缺陷搜索 Name[zh_TW]=KDE Bugs 問題回報 Query=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[am]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ar]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[az]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[be]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} @@ -80,16 +90,20 @@ Query[eu]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[fa]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[fi]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[fr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[ga]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[gd]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[gl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[gu]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[he]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[hi]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[hr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[hu]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ia]=http://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[id]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ie]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[is]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[it]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[ja]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ka]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[kk]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ko]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} @@ -98,6 +112,8 @@ Query[lt]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[lv]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[mr]=http://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[my]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[nan_TW]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[nan_TW@latin]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[nb]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[nds]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[nl]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} @@ -118,13 +134,14 @@ Query[sr@ijekavianlatin]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[sr@latin]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[sv]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[tg]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} +Query[th]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[tok]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[tr]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[ug]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[uk]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[vi]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[wa]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} -Query[x-test]=xxhttps://bugs.kde.org/buglist.cgi?quicksearch=\\{@}xx Query[zh_CN]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Query[zh_TW]=https://bugs.kde.org/buglist.cgi?quicksearch=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/call.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/call.desktop index 40124c44ed..74e33fd35e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/call.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/call.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=qrz,call Name=QRZ.com Callsign Database Name[af]=QRZ.com Callsign databasis +Name[am]=QRZ.com Callsign Database Name[ar]=قاعدة بيانات المحطات QRZ.com Name[as]=QRZ.com Callsign Database Name[az]=QRZ.com Callsign Məlumat Bazası @@ -45,6 +46,7 @@ Name[id]=Basis Data Tanda Panggilan QRZ.com Name[ie]=QRZ.com Callsign Database Name[is]=QRZ.com Callsign Database Name[it]=Banca dati dei segnali di chiamata QRZ.com +Name[ja]=QRZ.com Callsign Database Name[ka]=QRZ.com-ის Callsign ბაზა Name[kk]=QRZ.com шақыру атаулар дерек қоры Name[km]=មូលដ្ឋាន​ទិន្នន័យ Callsign របស់ QRZ.com @@ -60,6 +62,8 @@ Name[ml]=QRZ.com ലെ കാള്‍സൈനുകളുടെ ഡാറ് Name[mr]=QRZ.com कॉलसाइन डेटाबेस Name[ms]=QRZ.com Callsign Database Name[my]=QRZ callsign ဒေတာဘေ့စ် +Name[nan_TW]=QRZ.com Callsign 資料庫 +Name[nan_TW@latin]=QRZ.com Callsign Tsu-liāu-khòo Name[nb]=QRZ.com database for kallesignal Name[nds]=QRZ.com Callsign-Datenbank Name[ne]=QRZ.com कलसाइन डेटाबेस @@ -87,15 +91,15 @@ Name[te]=QRZ.com కాల్‌సైన్ డాటాబేస్ Name[tg]=Пойгоҳи иттилоотии аломати дархост аз QRZ.com Name[th]=ฐานข้อมูลนามแฝง QRZ.com Name[tok]=ilo QRZ.com Callsign Database -Name[tr]=QRZ.com Aramaişaret Veritabanı +Name[tr]=QRZ.com Aramaişaret Veri Tabanı Name[ug]=QRZ.com Callsign ساندان Name[uk]=База даних callsign QRZ.com Name[vi]=Cơ sở dữ liệu Callsign QRZ.com Name[wa]=Båzes di dnêyes des indicatifs di houcaedje (avions) QRZ.com -Name[x-test]=xxQRZ.com Callsign Databasexx Name[zh_CN]=QRZ.com 呼号数据库 Name[zh_TW]=QRZ.com Callsign 資料庫 Query=https://www.qrz.com/db/\\{@} +Query[am]=https://www.qrz.com/db/\\{@} Query[ar]=https://www.qrz.com/db/\\{@} Query[ast]=https://www.qrz.com/db/\\{@} Query[az]=https://www.qrz.com/db/\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://www.qrz.com/db/\\{@} Query[fa]=https://www.qrz.com/db/\\{@} Query[fi]=https://www.qrz.com/db/\\{@} Query[fr]=https://www.qrz.com/db/\\{@} +Query[ga]=https://www.qrz.com/db/\\{@} Query[gl]=https://www.qrz.com/db/\\{@} +Query[gu]=https://www.qrz.com/db/\\{@} Query[he]=https://www.qrz.com/db/\\{@} +Query[hr]=https://www.qrz.com/db/\\{@} Query[hu]=https://www.qrz.com/db/\\{@} Query[ia]=https://www.qrz.com/db/\\{@} Query[id]=https://www.qrz.com/db/\\{@} Query[ie]=https://www.qrz.com/db/\\{@} Query[is]=https://www.qrz.com/db/\\{@} Query[it]=https://www.qrz.com/db/\\{@} +Query[ja]=https://www.qrz.com/db/\\{@} Query[ka]=https://www.qrz.com/db/\\{@} Query[ko]=https://www.qrz.com/db/\\{@} Query[lg]=https://www.qrz.com/db/\\{@} Query[lt]=https://www.qrz.com/db/\\{@} Query[lv]=https://www.qrz.com/db/\\{@} Query[my]=https://www.qrz.com/db/\\{@} +Query[nan_TW]=https://www.qrz.com/db/\\{@} +Query[nan_TW@latin]=https://www.qrz.com/db/\\{@} +Query[nb]=https://www.qrz.com/db/\\{@} Query[nl]=https://www.qrz.com/db/\\{@} Query[nn]=https://www.qrz.com/db/\\{@} Query[pa]=https://www.qrz.com/db/\\{@} @@ -146,11 +157,12 @@ Query[sl]=https://www.qrz.com/db/\\{@} Query[sq]=https://www.qrz.com/db/\\{@} Query[sv]=https://www.qrz.com/db/\\{@} Query[tg]=https://www.qrz.com/db/\\{@} +Query[th]=https://www.qrz.com/db/\\{@} Query[tok]=https://www.qrz.com/db/\\{@} Query[tr]=https://www.qrz.com/db/\\{@} +Query[ug]=https://www.qrz.com/db/\\{@} Query[uk]=https://www.qrz.com/db/\\{@} Query[vi]=https://www.qrz.com/db/\\{@} -Query[x-test]=xxhttps://www.qrz.com/db/\\{@}xx Query[zh_CN]=https://www.qrz.com/db/\\{@} Query[zh_TW]=https://www.qrz.com/db/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/caniuse.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/caniuse.desktop new file mode 100644 index 0000000000..c66e5f1ad9 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/caniuse.desktop @@ -0,0 +1,99 @@ +[Desktop Entry] +Type=Service +Name=Can I Use… +Name[am]=Can I Use… +Name[ar]=هل يمكن استخدام… +Name[az]=İstifadə edə bilərəm... +Name[bg]=Може ли да използвам… +Name[ca]=Can I Use… +Name[ca@valencia]=Can I Use… +Name[de]=Funktionstest +Name[eo]=Ĉu Mi Povas Uzi… +Name[es]=Can I Use… +Name[eu]=Erabil dezaket... +Name[fi]=Voinko käyttää… +Name[fr]=Puis-je utiliser... +Name[ga]=An féidir liom úsáid a bhaint as… +Name[gl]=Podo usar… +Name[gu]=શુ હુ આને વાપરી શકુ... +Name[he]=אפשר להשתמש ב… (Can I Use) +Name[hr]=Mogu li koristiti… +Name[hu]=Can I Use… +Name[ia]=Io pote usar (Can I Use) ... +Name[is]=Get ég notað... +Name[it]=Posso usare… +Name[ja]=Can I Use… +Name[ka]=შემიძლია, გამოვიყენო… +Name[ko]=Can I Use… +Name[lg]=Nkozese... +Name[lt]=Can I Use… +Name[lv]=Can I Use… +Name[my]=အသုံးပြုနိုင်သလား… +Name[nan_TW]=Can I Use… +Name[nan_TW@latin]=Can I Use… +Name[nb]=Can I Use… +Name[nl]=Kan ik gebruiken… +Name[nn]=Can I Use … +Name[pl]=Czy mogę użyć… +Name[pt_BR]=Can i use… +Name[ro]=Pot folosi… +Name[ru]=Можно ли использовать… +Name[sk]=Môžem použiť… +Name[sl]=Ali lahko uporabim… +Name[sv]=Can I Use… +Name[th]=Can I Use… +Name[tr]=Can I Use… +Name[ug]=ئىشلىتەلەمدىم… +Name[uk]=Can I Use… +Name[zh_CN]=Can I Use… +Name[zh_TW]=Can I Use… +Keys=caniuse,ciu,cius +Query=https://caniuse.com/?search=\\{@} +Query[am]=https://caniuse.com/?search=\\{@} +Query[ar]=https://caniuse.com/?search=\\{@} +Query[az]=https://caniuse.com/?search=\\{@} +Query[bg]=https://caniuse.com/?search=\\{@} +Query[ca]=https://caniuse.com/?search=\\{@} +Query[ca@valencia]=https://caniuse.com/?search=\\{@} +Query[de]=https://caniuse.com/?search=\\{@} +Query[eo]=https://caniuse.com/?search=\\{@} +Query[es]=https://caniuse.com/?search=\\{@} +Query[eu]=https://caniuse.com/?search=\\{@} +Query[fi]=https://caniuse.com/?search=\\{@} +Query[fr]=https://caniuse.com/?search=\\{@} +Query[ga]=https://caniuse.com/?search=\\{@} +Query[gl]=https://caniuse.com/?search=\\{@} +Query[gu]=https://caniuse.com/?search=\\{@} +Query[he]=https://caniuse.com/?search=\\{@} +Query[hr]=https://caniuse.com/?search=\\{@} +Query[hu]=https://caniuse.com/?search=\\{@} +Query[ia]=https://caniuse.com/?search=\\{@} +Query[is]=https://caniuse.com/?search=\\{@} +Query[it]=https://caniuse.com/?search=\\{@} +Query[ja]=https://caniuse.com/?search=\\{@} +Query[ka]=https://caniuse.com/?search=\\{@} +Query[ko]=https://caniuse.com/?search=\\{@} +Query[lg]=https://caniuse.com/?search=\\{@} +Query[lt]=https://caniuse.com/?search=\\{@} +Query[lv]=https://caniuse.com/?search=\\{@} +Query[my]=https://caniuse.com/?search=\\{@} +Query[nan_TW]=https://caniuse.com/?search=\\{@} +Query[nan_TW@latin]=https://caniuse.com/?search=\\{@} +Query[nb]=https://caniuse.com/?search=\\{@} +Query[nl]=https://caniuse.com/?search=\\{@} +Query[nn]=https://caniuse.com/?search=\\{@} +Query[pl]=https://caniuse.com/?search=\\{@} +Query[pt]=https://caniuse.com/?search=\\{@} +Query[pt_BR]=https://caniuse.com/?search=\\{@} +Query[ro]=https://caniuse.com/?search=\\{@} +Query[ru]=https://caniuse.com/?search=\\{@} +Query[sk]=https://vimeo.com/search?q=\\{@} +Query[sl]=https://caniuse.com/?search=\\{@} +Query[sv]=https://caniuse.com/?search=\\{@} +Query[th]=https://caniuse.com/?search=\\{@} +Query[tr]=https://caniuse.com/?search=\\{@} +Query[ug]=https://caniuse.com/?search=\\{@} +Query[uk]=https://caniuse.com/?search=\\{@} +Query[zh_CN]=https://caniuse.com/?search=\\{@} +Query[zh_TW]=https://caniuse.com/?search=\\{@} +Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cia.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cia.desktop index ffa52c5934..7de169bf0d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cia.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cia.desktop @@ -3,6 +3,7 @@ Hidden=false Keys=cia Name=CIA World Fact Book Name[af]=CIA Wêreldfeiteboek +Name[am]=CIA World Fact Book Name[ar]=كتاب وكالة الاستخبارات الأمريكية لحقائق العالم Name[as]=CIA World Fact Book Name[az]=Ümumdünya Faktlar Kitabı (FTB) @@ -44,6 +45,7 @@ Name[id]=Buku Fakta Dunia CIA Name[ie]=CIA World Fact Book Name[is]=CIA World Fact Book Name[it]=World Fact Book della CIA +Name[ja]=CIA World Fact Book Name[ka]=CIA World Fact Book Name[kk]=CIA World Fact Book Name[km]=សៀវភៅ​ហេតុការណ៍​ពិត​នៃ​​ពិភពលោក​ CIA @@ -58,6 +60,8 @@ Name[mk]=Книга на CIA со факти за светот Name[ml]=സിഐഎ വേള്‍ഡ് ഫാക്റ്റ് ബുക്ക് Name[mr]=CIA वर्ल्ड फैक्ट बुक Name[my]=စီအိုင်အေ ကမ္ဘာ့အချက်အလျက်များ စာအုပ် +Name[nan_TW]=CIA World Fact Book +Name[nan_TW@latin]=CIA World Fact Book Name[nb]=CIA World Fact Book Name[nds]=CIA-Weltfaktenbook Name[ne]=CIA विश्व यथार्थता पुस्तक @@ -86,14 +90,14 @@ Name[tg]=Китоби воқеиятҳои умумиҷаҳонӣ CIA Name[th]=CIA World Fact Book Name[tok]=lipu sona pi ma ale tan kulupu CIA Name[tr]=CIA World Fact Book -Name[ug]=CIA World Fact Book +Name[ug]=مەركىزى ئاخبارات ئىدارىسى دۇنيا پاكىت قوللانمىسى Name[uk]=Світова книга фактів ЦРУ Name[vi]=Sách dữ kiện thế giới của CIA Name[wa]=World Fact Book del CIA -Name[x-test]=xxCIA World Fact Bookxx Name[zh_CN]=CIA 世界概况手册 Name[zh_TW]=CIA World Fact Book Query=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[am]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ar]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ast]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[az]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 @@ -116,16 +120,20 @@ Query[eu]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&cli Query[fa]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[fi]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[fr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[ga]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[gd]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[gl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[gu]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[he]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[hi]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[hr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[hu]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ia]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[id]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ie]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[is]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[it]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[ja]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ka]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[kk]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ko]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 @@ -134,6 +142,8 @@ Query[lt]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&cli Query[lv]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ml]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[my]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[nan_TW]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[nan_TW@latin]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[nb]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[nds]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[nl]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 @@ -154,13 +164,13 @@ Query[sr@ijekavianlatin]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK& Query[sr@latin]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[sv]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[tg]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 +Query[th]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[tok]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[tr]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[ug]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[uk]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[vi]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[wa]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 -Query[x-test]=xxhttps://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1xx Query[zh_CN]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Query[zh_TW]=https://www.cia.gov/search?q=\\{@}&site=WORLD_FACTBOOK&btnG=Search&client=CIA&myAction=/search&proxystylesheet=CIA&submitMethod=get&oe=UTF-8&ie=UTF-8&ud=1 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/citeseer.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/citeseer.desktop index bc81bcdf9a..67924ace14 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/citeseer.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/citeseer.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=cite,cs Name=CiteSeer: Scientific Literature Digital Library Name[af]=CiteSeer: Wetenskaplike Digitale Literatuur Biblioteek +Name[am]=CiteSeer: Scientific Literature Digital Library Name[ar]=CiteSeer: مكتبة وسائط الأدب العلمي Name[az]=CiteSeer: Elmi Ədəbiyyat Rəqəmsal Kitabxanası Name[be]=CiteSeer: лічбавая бібліятэка навуковай літаратуры @@ -36,7 +37,7 @@ Name[gu]=CiteSeer: વૈજ્ઞાનિક સાહિત્ય ડિજ Name[he]=‏CiteSeer: ספרייה דיגיטלית לספרות מדעית Name[hi]=CiteSeer: वैज्ञानिक साहित्य डिजिटल पुस्तकालय Name[hne]=CiteSeer: वैग्यानिक साहित्य डिजिटल लाइब्रेरी -Name[hr]=CiteSeer: Digitalna knjižnica znanstvene literature +Name[hr]=CiteSeer: Digitalna knjižnica znanstvene literature Name[hsb]=CiteSeer: Scientific Literature Digital Library Name[hu]=CiteSeer: tudományos szakirodalom digitális könyvtára Name[ia]=CiteSeer: Libreria Digital de litteratura Scientific @@ -44,6 +45,7 @@ Name[id]=CiteSeer: Pustaka Digital Literatur Ilmiah Name[ie]=CiteSeer: biblioteca digital del scientific literatura Name[is]=CiteSeer: Scientific Literature Digital Library Name[it]=CiteSeer: Biblioteca digitale di letteratura scientifica +Name[ja]=CiteSeer: Scientific Literature Digital Library Name[ka]=CiteSeer: Scientific Literature Digital Library Name[kk]=CiteSeer: ғылыми әдебиет цифрлық кітапханасы Name[km]=CiteSeer ៖ បណ្ណាល័យ​ឌីជីថល​អក្សរ​សាស្ត្រ​វិទ្យាសាស្ត្រ @@ -59,6 +61,8 @@ Name[ml]=സൈറ്റ്സിയര്‍: ശാസ്ത്രസാഹി Name[mr]=CiteSeer: वैज्ञानिक साहित्य डिजिटल पुस्तकालय Name[ms]=CiteSeer: Pustaka Digital Risalah Sains Name[my]=ဆိုက်ဆီယာ - သိပ္ပံစာပေဆိုင်ရာ ဒီဂျစ်တယ်စာကြည့်တိုက် +Name[nan_TW]=CiteSeer: 科學文獻數位圖書館 +Name[nan_TW@latin]=CiteSeer: Kho-ha̍k Bûn-hian Sòo-ūi Tôo-su-kuán Name[nb]=CiteSeer: Digitalt bibliotek for vitenskapelig litteratur Name[nds]=CiteSeer: Digitale Bibliotheek för wetenschaplich Literatuur Name[ne]=CiteSeer: वैज्ञानिक साहित्य डिजिटल लाइब्रेरी @@ -67,7 +71,7 @@ Name[nn]=CiteSeer: Digitalt bibliotek for vitskapleg litteratur Name[or]=CiteSeer: ବୈଜ୍ଞାନିକ ସାହିତ୍ଯ ସାଂଖିକ ଲାଇବ୍ରେରୀ Name[pa]=CiteSeer: ਵਿਗਿਆਨਕ ਸਾਹਿਤ ਡਿਜਿਟਲ ਲਾਇਬਰੇਰੀ Name[pl]=CiteSeer - elektroniczna biblioteka naukowa -Name[pt]=CiteSeer: Biblioteca Digital de Literatura Científica +Name[pt]=CiteSeer: Biblioteca Digital de Literatura Científica Name[pt_BR]=CiteSeer: Biblioteca Digital de Literatura Científica Name[ro]=CiteSeer: Biblioteca digitală de literatură științifică Name[ru]=CiteSeer: цифровая библиотека научной литературы @@ -93,10 +97,10 @@ Name[uz]=CiteSeer: Aniq fanlar uchun elektron kutubxona Name[uz@cyrillic]=CiteSeer: Аниқ фанлар учун электрон кутубхона Name[vi]=CiteSeer: Thư viện số tài liệu khoa học Name[wa]=Cite Seer: Livreye limerike di scrijhaedjes syintifikes -Name[x-test]=xxCiteSeer: Scientific Literature Digital Libraryxx Name[zh_CN]=CiteSeer:科学文献数字图书馆 Name[zh_TW]=CiteSeer: 科學文獻數位圖書館 Query=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[am]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ar]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ast]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[az]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc @@ -119,20 +123,27 @@ Query[eu]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=d Query[fa]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[fi]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[fr]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[ga]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[gl]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[gu]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[he]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[hr]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[hu]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ia]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[id]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ie]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[is]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[it]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[ja]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ka]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[ko]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[lg]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[lt]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[lv]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[my]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[nan_TW]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[nan_TW@latin]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[nb]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[nl]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[nn]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[pa]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc @@ -147,11 +158,12 @@ Query[sl]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=d Query[sq]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[sv]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[tg]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[th]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[tok]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[tr]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc +Query[ug]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[uk]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[vi]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc -Query[x-test]=xxhttps://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=docxx Query[zh_CN]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Query[zh_TW]=https://citeseer.ist.psu.edu/search?q=\\{@}&submit=Search&sort=rlv&t=doc Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/codeberg.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/codeberg.desktop index fc37eb9036..ea301943e7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/codeberg.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/codeberg.desktop @@ -3,7 +3,9 @@ Charset= Hidden=false Keys=codeberg,cb Name=Codeberg +Name[am]=Codeberg Name[ar]=كودبيرغ +Name[az]=Codeberg Name[be]=Codeberg Name[bg]=Codeberg Name[ca]=Codeberg @@ -18,21 +20,30 @@ Name[es]=Codeberg Name[eu]=Codeberg Name[fi]=Codeberg Name[fr]=Codeberg +Name[ga]=Codeberg Name[gl]=Codeberg +Name[gu]=કોડબર્ગ Name[he]=Codeberg +Name[hr]=Codeberg Name[hu]=Codeberg Name[ia]=Codeberg Name[is]=Codeberg Name[it]=Codeberg +Name[ja]=Codeberg Name[ka]=Codeberg Name[ko]=Codeberg Name[lg]=Codeberg Name[lt]=Codeberg Name[lv]=Codeberg +Name[my]=Codeberg +Name[nan_TW]=Codeberg +Name[nan_TW@latin]=Codeberg +Name[nb]=Codeberg Name[nl]=Codeberg Name[nn]=Codeberg Name[pa]=ਕੋਡਬਰਗ Name[pl]=Codeberg +Name[pt]=Codeberg Name[pt_BR]=Codeberg Name[ro]=Codeberg Name[ru]=Codeberg @@ -41,14 +52,17 @@ Name[sk]=Codeberg Name[sl]=Codeberg Name[sq]=Codeberg Name[sv]=Codeberg +Name[th]=Codeberg Name[tr]=Codeberg +Name[ug]=Codeberg Name[uk]=Codeberg -Name[x-test]=xxCodebergxx Name[zh_CN]=Codeberg Name[zh_TW]=Codeberg Query=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[am]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ar]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ast]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[az]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[be]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[bg]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ca]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true @@ -62,21 +76,30 @@ Query[es]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@} Query[eu]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[fi]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[fr]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[ga]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[gl]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[gu]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[he]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[hr]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[hu]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ia]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[is]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[it]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[ja]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ka]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ko]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[lg]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[lt]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[lv]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[my]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[nan_TW]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[nan_TW@latin]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[nb]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[nl]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[nn]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[pa]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[pl]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[pt]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[pt_BR]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ro]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[ru]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true @@ -85,9 +108,10 @@ Query[sk]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@} Query[sl]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[sq]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[sv]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[th]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[tr]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true +Query[ug]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[uk]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true -Query[x-test]=xxhttps://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=truexx Query[zh_CN]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Query[zh_TW]=https://codeberg.org/explore/repos?sort=recentupdate&language=&q=\\{@}&only_show_relevant=true Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cpan.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cpan.desktop index f8161a4fab..37469fa607 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cpan.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cpan.desktop @@ -2,6 +2,7 @@ Keys=cpan Name=CPAN - Comprehensive Perl Archive Network Name[af]=CPAN - Omvattende Perl Argief Netwerk +Name[am]=CPAN - Comprehensive Perl Archive Network Name[ar]=CPAN - شبكة أرشيف بيرل الشاملة Name[as]=CPAN - Comprehensive Perl Archive Network Name[az]=CPAN - Perl Skriplər Arxivi @@ -43,6 +44,7 @@ Name[id]=CPAN - Jaringan Arsip Perl Komprehensif Name[ie]=CPAN - Comprehensive Perl Archive Network Name[is]=CPAN - Comprehensive Perl Archive Network Name[it]=CPAN - Rete globale degli archivi Perl +Name[ja]=CPAN - Comprehensive Perl Archive Network Name[ka]=CPAN - Comprehensive Perl Archive Network Name[kk]=CPAN - Perl скрипттер архив желісі Name[km]=CPAN - Comprehensive Perl Archive Network @@ -58,7 +60,9 @@ Name[ml]=സിപാൻ - സമഗ്രമായ പേൾ ശേഖര ശ Name[mr]=CPAN - कॉम्प्रेहेंसिव पर्ल संग्रह संजाळ Name[ms]=CPAN - Comprehensive Perl Archive Network Name[my]=စီပန် - များပြားပါဝင်သော Perl အဟောင်းထိမ်းသိမ်းတိုက် ကွန်ရက် -Name[nb]=CPAN -– Perl-arkiv: «Comprehensive Perl Archive Network» +Name[nan_TW]=CPAN - 完整 Perl 封存網路 +Name[nan_TW@latin]=CPAN - Uân-tsíng Perl Hong-tsûn Bāng-lōo +Name[nb]=CPAN – Perl-arkiv: «Comprehensive Perl Archive Network» Name[nds]=CPAN - Ümfaten Perl-Archievnettwark Name[ne]=CPAN - व्यापक पर्ल सङ्ग्रह सञ्जाल Name[nl]=CPAN - Comprehensive Perl Archive Network @@ -66,7 +70,7 @@ Name[nn]=CPAN – Perl-arkiv: «Comprehensive Perl Archive Network» Name[or]=CPAN - ବ୍ୟାପକ ପର୍ଲ ଅଭିଲେଖ ନେଟୱର୍କ Name[pa]=CPAN - ਪੈਰਾ ਪਰਲ ਅਕਾਇਵ ਨੈੱਟਵਰਕ Name[pl]=CPAN - archiwum skryptów Perl -Name[pt]=CPAN - Comprehensive Perl Archive Network +Name[pt]=CPAN - Rede do Arquivo Abrangente de Perl Name[pt_BR]=CPAN - Rede Compreensiva de Arquivos de Perl Name[ro]=CPAN - Arhiva completă de programe Perl Name[ru]=CPAN — архив скриптов Perl @@ -93,10 +97,10 @@ Name[uz@cyrillic]=CPAN - Perl бўйича мукаммал архив тарм Name[vi]=CPAN - Mạng kho trữ Perl tổng hợp (Comprehensive Perl Archive Network) Name[wa]=CPAN - Rantoele d' Årtchives Perl avou ttafwait Name[xh]=CPAN - Enomxholo Perl Indawo yokugcina Yomsebenzi womnatha -Name[x-test]=xxCPAN - Comprehensive Perl Archive Networkxx Name[zh_CN]=CPAN - 综合性 Perl 档案网络 Name[zh_TW]=CPAN - 全面的 Perl 收集網路 Query=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[am]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ar]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ast]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[az]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} @@ -119,20 +123,27 @@ Query[eu]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[fa]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[fi]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[fr]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[ga]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[gl]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[gu]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[he]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[hr]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[hu]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ia]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[id]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ie]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[is]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[it]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[ja]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ka]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[ko]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[lg]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[lt]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[lv]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[my]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[nan_TW]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[nan_TW@latin]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[nb]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[nl]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[nn]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[pa]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} @@ -147,11 +158,12 @@ Query[sl]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[sq]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[sv]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[tg]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[th]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[tok]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[tr]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} +Query[ug]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[uk]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[vi]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} -Query[x-test]=xxhttps://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1}xx Query[zh_CN]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Query[zh_TW]=https://search.cpan.org/search?mode=\\{mode,2,""}&query=\\{query,q,1} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cplusplus.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cplusplus.desktop index 494afd928a..ca4bebfd80 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cplusplus.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cplusplus.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=CPlusPlus +Name[am]=CPlusPlus Name[ar]=CPlusPlus Name[ast]=CPlusPlus Name[az]=CPlusPlus @@ -22,20 +23,27 @@ Name[eu]=CPlusPlus Name[fa]=سی‌پلاس‌پلاس Name[fi]=CPlusPlus Name[fr]=CPlusPlus +Name[ga]=CPlusPlus Name[gl]=CPlusPlus +Name[gu]=સી વત્તા વત્તા(CPlusPlus) Name[he]=CPlusPlus +Name[hr]=CPlusPlus Name[hu]=CPlusPlus Name[ia]=CPlusPlus Name[id]=CPlusPlus Name[ie]=CPlusPlus Name[is]=CPlusPlus Name[it]=CPlusPlus +Name[ja]=CPlusPlus Name[ka]=CPlusPlus Name[ko]=CPlusPlus Name[lg]=CPlusPlus Name[lt]=CPlusPlus Name[lv]=CPlusPlus Name[my]=စီပလပ်ပလပ် +Name[nan_TW]=CPlusPlus +Name[nan_TW@latin]=CPlusPlus +Name[nb]=CPlusPlus Name[nl]=CPlusPlus Name[nn]=CPlusPlus Name[pa]=CPlusPlus @@ -49,15 +57,17 @@ Name[sk]=CPlusPlus Name[sl]=CPlusPlus Name[sq]=CPlusPlus Name[sv]=C++ +Name[th]=CPlusPlus Name[tr]=CPlusPlus +Name[ug]=CPlusPlus Name[uk]=CPlusPlus Name[vi]=CPlusPlus -Name[x-test]=xxCPlusPlusxx Name[zh_CN]=CPlusPlus Name[zh_TW]=CPlusPlus Type=Service Keys=cplusplus Query=http://cplusplus.com/search.do?q=\\{@} +Query[am]=http://cplusplus.com/search.do?q=\\{@} Query[ar]=http://cplusplus.com/search.do?q=\\{@} Query[ast]=http://cplusplus.com/search.do?q=\\{@} Query[az]=http://cplusplus.com/search.do?q=\\{@} @@ -80,20 +90,27 @@ Query[eu]=http://cplusplus.com/search.do?q=\\{@} Query[fa]=http://cplusplus.com/search.do?q=\\{@} Query[fi]=http://cplusplus.com/search.do?q=\\{@} Query[fr]=http://cplusplus.com/search.do?q=\\{@} +Query[ga]=http://cplusplus.com/search.do?q=\\{@} Query[gl]=http://cplusplus.com/search.do?q=\\{@} +Query[gu]=http://cplusplus.com/search.do?q=\\{@} Query[he]=http://cplusplus.com/search.do?q=\\{@} +Query[hr]=http://cplusplus.com/search.do?q=\\{@} Query[hu]=http://cplusplus.com/search.do?q=\\{@} Query[ia]=http://cplusplus.com/search.do?q=\\{@} Query[id]=http://cplusplus.com/search.do?q=\\{@} Query[ie]=http://cplusplus.com/search.do?q=\\{@} Query[is]=http://cplusplus.com/search.do?q=\\{@} Query[it]=http://cplusplus.com/search.do?q=\\{@} +Query[ja]=http://cplusplus.com/search.do?q=\\{@} Query[ka]=http://cplusplus.com/search.do?q=\\{@} Query[ko]=http://cplusplus.com/search.do?q=\\{@} Query[lg]=http://cplusplus.com/search.do?q=\\{@} Query[lt]=http://cplusplus.com/search.do?q=\\{@} Query[lv]=http://cplusplus.com/search.do?q=\\{@} Query[my]=http://cplusplus.com/search.do?q=\\{@} +Query[nan_TW]=http://cplusplus.com/search.do?q=\\{@} +Query[nan_TW@latin]=http://cplusplus.com/search.do?q=\\{@} +Query[nb]=http://cplusplus.com/search.do?q=\\{@} Query[nl]=http://cplusplus.com/search.do?q=\\{@} Query[nn]=http://cplusplus.com/search.do?q=\\{@} Query[pa]=http://cplusplus.com/search.do?q=\\{@} @@ -107,9 +124,10 @@ Query[sk]=http://cplusplus.com/search.do?q=\\{@} Query[sl]=http://cplusplus.com/search.do?q=\\{@} Query[sq]=http://cplusplus.com/search.do?q=\\{@} Query[sv]=http://cplusplus.com/search.do?q=\\{@} +Query[th]=http://cplusplus.com/search.do?q=\\{@} Query[tr]=http://cplusplus.com/search.do?q=\\{@} +Query[ug]=http://cplusplus.com/search.do?q=\\{@} Query[uk]=http://cplusplus.com/search.do?q=\\{@} Query[vi]=http://cplusplus.com/search.do?q=\\{@} -Query[x-test]=xxhttp://cplusplus.com/search.do?q=\\{@}xx Query[zh_CN]=http://cplusplus.com/search.do?q=\\{@} Query[zh_TW]=http://cplusplus.com/search.do?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cppreference.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cppreference.desktop index 9eb804b41a..d7dee1748c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cppreference.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/cppreference.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=CPP Reference +Name[am]=CPP Reference Name[ar]=CPP Reference Name[az]=CPP keçidi Name[be]=CPP Reference @@ -21,25 +22,32 @@ Name[eu]=CPP erreferentzia Name[fa]=مرجع سی++ Name[fi]=CPP Reference Name[fr]=Manuel de référence de « CPP » +Name[ga]=Tagairt CPP Name[gl]=CPP Reference +Name[gu]=Python સંદર્ભ Name[he]=CPP Reference +Name[hr]=CPP reference Name[hu]=CPP Reference Name[ia]=Referentia de CPP Name[id]=CPP Reference Name[ie]=CPP Reference Name[is]=CPP Reference Name[it]=Manuale di riferimento CPP +Name[ja]=CPP Reference Name[ka]=CPP მიმართვა Name[ko]=CPP Reference Name[lg]=CPP Reference Name[lt]=CPP rodyklė Name[lv]=CPP atsauce Name[my]=စီပီပီ အကိုးအကား +Name[nan_TW]=CPP 參考 +Name[nan_TW@latin]=CPP Tsham-khó +Name[nb]=CPP-referanse Name[nl]=CPP-referentie Name[nn]=CPP-referanse Name[pa]=CPP ਰੈਫ਼ਰੈਂਸ Name[pl]=Podręcznik CPP -Name[pt]=Referência do CPP +Name[pt]=Referência do CPP Name[pt_BR]=Referência do CPP Name[ro]=Referință CPP Name[ru]=Руководство по CPP @@ -48,67 +56,55 @@ Name[sk]=Referenčná príručka CPP Name[sl]=Referenčni priročnik za CPP Name[sq]=Referencë CPP Name[sv]=C++ referens +Name[th]=คู่มืออ้างอิง C++ Name[tr]=CPP Başvuru +Name[ug]=CPP نەقىل Name[uk]=Довідник з C++ Name[vi]=CPP Reference -Name[x-test]=xxCPP Referencexx Name[zh_CN]=CPP 参考 Name[zh_TW]=CPP Reference Type=Service Keys=cppreference,cppref,cpp -Query=https://cppreference.com/w/?search=\\{@} -Query[ar]=https://cppreference.com/w/?search=\\{@} -Query[ast]=https://cppreference.com/w/?search=\\{@} -Query[az]=https://cppreference.com/w/?search=\\{@} -Query[be]=https://cppreference.com/w/?search=\\{@} -Query[be@latin]=https://cppreference.com/w/?search=\\{@} -Query[bg]=https://cppreference.com/w/?search=\\{@} -Query[bs]=https://cppreference.com/w/?search=\\{@} -Query[ca]=https://cppreference.com/w/?search=\\{@} -Query[ca@valencia]=https://cppreference.com/w/?search=\\{@} -Query[cs]=https://cppreference.com/w/?search=\\{@} -Query[cy]=https://cppreference.com/w/?search=\\{@} -Query[da]=https://cppreference.com/w/?search=\\{@} -Query[de]=https://cppreference.com/w/?search=\\{@} -Query[el]=https://cppreference.com/w/?search=\\{@} -Query[en_GB]=https://cppreference.com/w/?search=\\{@} -Query[eo]=https://cppreference.com/w/?search=\\{@} -Query[es]=https://cppreference.com/w/?search=\\{@} -Query[et]=https://cppreference.com/w/?search=\\{@} -Query[eu]=https://cppreference.com/w/?search=\\{@} -Query[fa]=https://cppreference.com/w/?search=\\{@} -Query[fi]=https://cppreference.com/w/?search=\\{@} -Query[fr]=https://cppreference.com/w/?search=\\{@} -Query[gl]=https://cppreference.com/w/?search=\\{@} -Query[he]=https://cppreference.com/w/?search=\\{@} -Query[hu]=https://cppreference.com/w/?search=\\{@} -Query[ia]=https://cppreference.com/w/?search=\\{@} -Query[id]=https://cppreference.com/w/?search=\\{@} -Query[ie]=https://cppreference.com/w/?search=\\{@} -Query[is]=https://cppreference.com/w/?search=\\{@} -Query[it]=https://cppreference.com/w/?search=\\{@} -Query[ka]=https://cppreference.com/w/?search=\\{@} -Query[ko]=https://cppreference.com/w/?search=\\{@} -Query[lg]=https://cppreference.com/w/?search=\\{@} -Query[lt]=https://cppreference.com/w/?search=\\{@} -Query[lv]=https://cppreference.com/w/?search=\\{@} -Query[my]=https://cppreference.com/w/?search=\\{@} -Query[nl]=https://cppreference.com/w/?search=\\{@} -Query[nn]=https://cppreference.com/w/?search=\\{@} -Query[pa]=https://cppreference.com/w/?search=\\{@} -Query[pl]=https://cppreference.com/w/?search=\\{@} -Query[pt]=https://cppreference.com/w/?search=\\{@} -Query[pt_BR]=https://cppreference.com/w/?search=\\{@} -Query[ro]=https://cppreference.com/w/?search=\\{@} -Query[ru]=https://cppreference.com/w/?search=\\{@} -Query[sa]=https://cppreference.com/w/?search=\\{@} -Query[sk]=https://cppreference.com/w/?search=\\{@} -Query[sl]=https://cppreference.com/w/?search=\\{@} -Query[sq]=https://cppreference.com/w/?search=\\{@} -Query[sv]=https://cppreference.com/w/?search=\\{@} -Query[tr]=https://cppreference.com/w/?search=\\{@} -Query[uk]=https://cppreference.com/w/?search=\\{@} -Query[vi]=https://cppreference.com/w/?search=\\{@} -Query[x-test]=xxhttps://cppreference.com/w/?search=\\{@}xx -Query[zh_CN]=https://cppreference.com/w/?search=\\{@} -Query[zh_TW]=https://cppreference.com/w/?search=\\{@} +Query=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[am]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ar]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[az]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[bg]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ca]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ca@valencia]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[de]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[es]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[eu]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[fi]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[fr]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ga]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[gl]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[gu]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[he]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@}&t=kde&kl=he +Query[hr]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[hu]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ia]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[is]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[it]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ja]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ka]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ko]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[lt]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[lv]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[my]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[nan_TW]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[nan_TW@latin]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[nl]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[nn]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[pl]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[pt_BR]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ro]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ru]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[sk]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[sl]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[sv]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[tr]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[ug]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[uk]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[zh_CN]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} +Query[zh_TW]=https://duckduckgo.com/?sites=cppreference.com&q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan.desktop index 915a72cb7d..df5bceb743 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan.desktop @@ -2,6 +2,7 @@ Keys=ctan Name=CTAN - Comprehensive TeX Archive Network Name[af]=CTAN - Omvattende Tex Argief Netwerk +Name[am]=CTAN - Comprehensive TeX Archive Network Name[ar]=CTAN - شبكة أرشيف تيخ الشاملة Name[as]=CTAN - Comprehensive TeX Archive Network Name[az]=CTAN - Hərtərəfli TeX Arxiv Şəbəkəsi @@ -43,6 +44,7 @@ Name[id]=CTAN - Jaringan Arsip TeX Komprehensif Name[ie]=CTAN - Comprehensive TeX Archive Network Name[is]=CTAN - Comprehensive TeX Archive Network Name[it]=CTAN - Rete globale degli archivi TeX +Name[ja]=CTAN - Comprehensive TeX Archive Network Name[ka]=CTAN - TeX-ის ყოვლისმომცველი არქივი Name[kk]=CTAN - TeX архив желісі Name[km]=CTAN - Comprehensive TeX Archive Network @@ -58,7 +60,9 @@ Name[ml]=CTAN - സമഗ്രമായ ടെക്സ് ശേഖര ശൃ Name[mr]=CTAN - कॉम्प्रेहेंसिव टेक्स संग्रह संजाळ Name[ms]=CTAN - Rangkaian Arkib TeX Komprehensif Name[my]=စီတန် - များပြားပါဝင်သော TeX အဟောင်းသိမ်းတိုက် ကွန်ရက် -Name[nb]=CTAN -– TeX-arkiv: «Comprehensive TeX Archive Network» +Name[nan_TW]=CTAN - 完整 TeX 封存網路 +Name[nan_TW@latin]=CTAN - Uân-tsíng TeX Hong-tsûn Bāng-lōo +Name[nb]=CTAN – TeX-arkiv: «Comprehensive TeX Archive Network» Name[nds]=CTAN - Ümfaten TeX-Archievnettwark Name[ne]=CTAN - व्यापक TeX सङ्ग्रह सञ्जाल Name[nl]=CTAN - Comprehensive TeX Archive Network @@ -93,10 +97,10 @@ Name[uz@cyrillic]=CTAN - TeX бўйича мукаммал архив тармо Name[vi]=CTAN - Mạng kho trữ TeX tổng hợp (Comprehensive TeX Archive Network) Name[wa]=CPAN - Rantoele d' Årtchives TeX avou ttafwait Name[xh]=CTAN - Enomxholo TeX Indawo yokugcina Yomsebenzi womnatha -Name[x-test]=xxCTAN - Comprehensive TeX Archive Networkxx Name[zh_CN]=CTAN - 综合性 TeX 档案网络 Name[zh_TW]=CTAN - 全面的 Tex 收集網路 Query=https://ctan.org/search?phrase=\\{@} +Query[am]=https://ctan.org/search?phrase=\\{@} Query[ar]=https://ctan.org/search?phrase=\\{@} Query[ast]=https://ctan.org/search?phrase=\\{@} Query[az]=https://ctan.org/search?phrase=\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://ctan.org/search?phrase=\\{@} Query[fa]=https://ctan.org/search?phrase=\\{@} Query[fi]=https://ctan.org/search?phrase=\\{@} Query[fr]=https://ctan.org/search?phrase=\\{@} +Query[ga]=https://ctan.org/search?phrase=\\{@} Query[gl]=https://ctan.org/search?phrase=\\{@} +Query[gu]=https://ctan.org/search?phrase=\\{@} Query[he]=https://ctan.org/search?phrase=\\{@} +Query[hr]=https://ctan.org/search?phrase=\\{@} Query[hu]=https://ctan.org/search?phrase=\\{@} Query[ia]=https://ctan.org/search?phrase=\\{@} Query[id]=https://ctan.org/search?phrase=\\{@} Query[ie]=https://ctan.org/search?phrase=\\{@} Query[is]=https://ctan.org/search?phrase=\\{@} Query[it]=https://ctan.org/search?phrase=\\{@} +Query[ja]=https://ctan.org/search?phrase=\\{@} Query[ka]=https://ctan.org/search?phrase=\\{@} Query[ko]=https://ctan.org/search?phrase=\\{@} Query[lg]=https://ctan.org/search?phrase=\\{@} Query[lt]=https://ctan.org/search?phrase=\\{@} Query[lv]=https://ctan.org/search?phrase=\\{@} Query[my]=https://ctan.org/search?phrase=\\{@} +Query[nan_TW]=https://ctan.org/search?phrase=\\{@} +Query[nan_TW@latin]=https://ctan.org/search?phrase=\\{@} +Query[nb]=https://ctan.org/search?phrase=\\{@} Query[nl]=https://ctan.org/search?phrase=\\{@} Query[nn]=https://ctan.org/search?phrase=\\{@} Query[pa]=https://ctan.org/search?phrase=\\{@} @@ -147,11 +158,12 @@ Query[sl]=https://ctan.org/search?phrase=\\{@} Query[sq]=https://ctan.org/search?phrase=\\{@} Query[sv]=https://ctan.org/search?phrase=\\{@} Query[tg]=https://ctan.org/search?phrase=\\{@} +Query[th]=https://ctan.org/search?phrase=\\{@} Query[tok]=https://ctan.org/search?phrase=\\{@} Query[tr]=https://ctan.org/search?phrase=\\{@} +Query[ug]=https://ctan.org/search?phrase=\\{@} Query[uk]=https://ctan.org/search?phrase=\\{@} Query[vi]=https://ctan.org/search?phrase=\\{@} -Query[x-test]=xxhttps://ctan.org/search?phrase=\\{@}xx Query[zh_CN]=https://ctan.org/search?phrase=\\{@} Query[zh_TW]=https://ctan.org/search?phrase=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan_cat.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan_cat.desktop index e0d5c676dd..906c2d5bf5 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan_cat.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ctan_cat.desktop @@ -2,6 +2,7 @@ Keys=ctan_cat Name=CTAN Catalog Name[af]=CTAN Katalogus +Name[am]=CTAN Catalog Name[ar]=كتالوج CTAN Name[as]=CTAN Catalog Name[az]=CTAN Kataloq @@ -44,6 +45,7 @@ Name[id]=Katalog CTAN Name[ie]=Catalog de CTAN Name[is]=CTAN Catalogue Name[it]=Catalogo CTAN +Name[ja]=CTAN Catalog Name[ka]=CTAN კატალოგი Name[kk]=CTAN каталогы Name[km]=កាតាឡុក CTAN @@ -59,6 +61,8 @@ Name[ml]=സിടാന്‍ വിവരപ്പട്ടിക Name[mr]=CTAN कैटलॉग Name[ms]=Katalog CTAN Name[my]=စီတန် ကတ်တလော့ဂျ် +Name[nan_TW]=CTAN 目錄 +Name[nan_TW@latin]=CTAN Bo̍k-lo̍k Name[nb]=CTAN-katalog Name[nds]=CTAN Kataloog Name[ne]=CTAN विवरणिका @@ -67,7 +71,7 @@ Name[nn]=CTAN-katalog Name[or]=CTAN ତାଲିକା Name[pa]=CTAN ਕੈਟਾਲਾਗ Name[pl]=CTAN - katalog pakietów TeX-owych -Name[pt]=Catálogo do CTAN +Name[pt]=Catálogo do CTAN Name[pt_BR]=Catálogo CTAN Name[ro]=Catalog CTAN Name[ru]=Каталог CTAN @@ -87,16 +91,16 @@ Name[tg]=Феҳристи CTAN Name[th]=แคทตาล็อก CTAN Name[tok]=lipu sinpin CTAN Name[tr]=CTAN Kataloğu -Name[ug]=CTAN كاتالوگى +Name[ug]=CTAN مۇندەرىجە Name[uk]=Каталог CTAN Name[uz]=CTAN katalogi Name[uz@cyrillic]=CTAN каталоги Name[vi]=Danh mục CTAN Name[wa]=Catalogue do CTAN -Name[x-test]=xxCTAN Catalogxx Name[zh_CN]=CTAN 目录 Name[zh_TW]=CTAN 目錄 Query=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search +Query[am]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[ar]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[as]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[ast]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search @@ -139,6 +143,7 @@ Query[id]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSea Query[ie]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[is]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[it]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search +Query[ja]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[ka]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[kk]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[km]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search @@ -152,6 +157,8 @@ Query[mai]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSe Query[ml]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[mr]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[my]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search +Query[nan_TW]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search +Query[nan_TW@latin]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[nb]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[nds]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[nl]=https://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search @@ -184,7 +191,6 @@ Query[uz]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSea Query[uz@cyrillic]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[vi]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[wa]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search -Query[x-test]=xxhttp://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Searchxx Query[zh_CN]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Query[zh_TW]=http://tug.ctan.org/cgi-bin/search.py?metadataSearch=\\{@}&metadataSearchSubmit=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dbug.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dbug.desktop index d11e2bbe9b..4d639650a5 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dbug.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dbug.desktop @@ -2,6 +2,7 @@ Keys=dbug Name=Debian BTS Bug Search Name[af]=Debian BTS Fout Soektog +Name[am]=Debian BTS Bug Search Name[ar]=بحث علل دبيان Name[as]=Debian BTS Bug Search Name[az]=Debian BTS Xəta Axtarışı @@ -32,7 +33,7 @@ Name[ga]=Cuardach Fabht i BTS Debian Name[gd]=Lorg airson bugaichean ann an Debian BTS Name[gl]=Busca de fallos no BTS de Debian Name[gu]=ડેબિયન BTS બગ શોધ -Name[he]=חיפוש באגים של Debian +Name[he]=חיפוש תקלות של דביאן Name[hi]=डेबियन बीटीएस बग खोज Name[hne]=डेबियन बीटीएस बग खोज Name[hr]=Debian BTS pretraživanje nedostataka @@ -43,6 +44,7 @@ Name[id]=Pencarian Bug BTS Debian Name[ie]=Debian BTS Bug Search Name[is]=Debian BTS Bug Search Name[it]=Ricerca di errori nel BTS di Debian +Name[ja]=Debian BTS Bug Search Name[ka]=შეცდომის Debian BTS-ში ძებნა Name[kk]=Debian қателер тіркеу жүйесінде іздеу Name[km]=ស្វែងរក​កំហុស Debian BTS @@ -58,6 +60,8 @@ Name[ml]=ഡെബിയന്‍ ബിടിഎസ്സിലെ പിഴവ Name[mr]=डेबियन बीटीएस बग शोध Name[ms]=Carian Pepijat BTS Debian Name[my]=ဒေဘီယမ် ဘီတီအက်စ် ဆော့ဖ်လ်ဝဲလ်ပြစ်ချက်ရှာဖွေရန် +Name[nan_TW]=Debian BTS 錯誤搜揣 +Name[nan_TW@latin]=Debian BTS Tshò-gōo Tshiau-tshuē Name[nb]=Søk etter feil i Debian BTS Name[nds]=Debian-BTS-Fehlersöök Name[ne]=डेबियन BTS बग खोज्नुहोस् @@ -90,10 +94,10 @@ Name[ug]=Debian BTS كەمتۈك ئىزدە Name[uk]=Пошук у системі стеження за помилками для Debian Name[vi]=Tìm kiếm lỗi trong Debian BTS Name[wa]=Cweraedje di bug BTS Debian -Name[x-test]=xxDebian BTS Bug Searchxx Name[zh_CN]=Debian BTS 程序缺陷搜索 Name[zh_TW]=Debian BTS 臭蟲搜尋 Query=https://bugs.debian.org/\\{@} +Query[am]=https://bugs.debian.org/\\{@} Query[ar]=https://bugs.debian.org/\\{@} Query[ast]=https://bugs.debian.org/\\{@} Query[az]=https://bugs.debian.org/\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://bugs.debian.org/\\{@} Query[fa]=https://bugs.debian.org/\\{@} Query[fi]=https://bugs.debian.org/\\{@} Query[fr]=https://bugs.debian.org/\\{@} +Query[ga]=https://bugs.debian.org/\\{@} Query[gl]=https://bugs.debian.org/\\{@} +Query[gu]=https://bugs.debian.org/\\{@} Query[he]=https://bugs.debian.org/\\{@} +Query[hr]=https://bugs.debian.org/\\{@} Query[hu]=https://bugs.debian.org/\\{@} Query[ia]=https://bugs.debian.org/\\{@} Query[id]=https://bugs.debian.org/\\{@} Query[ie]=https://bugs.debian.org/\\{@} Query[is]=https://bugs.debian.org/\\{@} Query[it]=https://bugs.debian.org/\\{@} +Query[ja]=https://bugs.debian.org/\\{@} Query[ka]=https://bugs.debian.org/\\{@} Query[ko]=https://bugs.debian.org/\\{@} Query[lg]=https://bugs.debian.org/\\{@} Query[lt]=https://bugs.debian.org/\\{@} Query[lv]=https://bugs.debian.org/\\{@} Query[my]=https://bugs.debian.org/\\{@} +Query[nan_TW]=https://bugs.debian.org/\\{@} +Query[nan_TW@latin]=https://bugs.debian.org/\\{@} +Query[nb]=https://bugs.debian.org/\\{@} Query[nl]=https://bugs.debian.org/\\{@} Query[nn]=https://bugs.debian.org/\\{@} Query[pa]=https://bugs.debian.org/\\{@} @@ -144,11 +155,12 @@ Query[sl]=https://bugs.debian.org/\\{@} Query[sq]=https://bugs.debian.org/\\{@} Query[sv]=https://bugs.debian.org/\\{@} Query[tg]=https://bugs.debian.org/\\{@} +Query[th]=https://bugs.debian.org/\\{@} Query[tok]=https://bugs.debian.org/\\{@} Query[tr]=https://bugs.debian.org/\\{@} +Query[ug]=https://bugs.debian.org/\\{@} Query[uk]=https://bugs.debian.org/\\{@} Query[vi]=https://bugs.debian.org/\\{@} -Query[x-test]=xxhttps://bugs.debian.org/\\{@}xx Query[zh_CN]=https://bugs.debian.org/\\{@} Query[zh_TW]=https://bugs.debian.org/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2en.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2en.desktop index 379cc9ee6b..1541b5b79f 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2en.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2en.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=de2en Name=dict.cc Translation: German to English Name[af]=dict.cc Translation: German to English +Name[am]=dict.cc Translation: German to English Name[ar]=ترجمة dict.cc: من الألمانية إلى الانجليزية Name[as]=dict.cc Translation: German to English Name[az]=dict.cc Tərcümə: Almancadan İngiliscəyə @@ -14,7 +15,7 @@ Name[bn]=dict.cc Translation: German to English Name[bn_IN]=dict.cc অনুবাদ: জার্মান থেকে ইংরাজি Name[bs]=dict.cc Prijevod: sa njemačkog na engleski Name[ca]=Traducció dict.cc: Alemany - Anglès -Name[ca@valencia]=Traducció dict.cc: Alemany - Anglés +Name[ca@valencia]=Traducció dict.cc: Alemany – Anglés Name[cs]=Překlad dic.cc: z němčiny do angličtiny Name[csb]=dict.cc: miemiecczi -> anielsczi Name[cy]=cyfieithiad dict.cc: Almaeneg i Saesneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan dict.cc: Bahasa Jerman ke Inggris Name[ie]=Traduction dict.cc: german a anglesi Name[is]=dict.cc þýðingar: Úr þýsku í ensku Name[it]=Traduzione dict.cc: dal tedesco all'inglese +Name[ja]=dict.cc Translation: German to English Name[ka]=dict.cc-ის თარგმანი. გერმანულიდან ინგლისურზე Name[kk]=dict.cc аудармашы: неміс тілінен ағылшынға Name[km]=ការ​បកប្រែ dict.cc ៖ ភាសា​អាល្លឺម៉ង់​ទៅ​ជា​អង់គ្លេស @@ -59,7 +61,9 @@ Name[mk]=dict.cc превод: од германски на англиски Name[ml]=dict.cc പരിഭാഷ: ജര്‍മനില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് Name[mr]=dict.cc अनुवादः जर्मन ते अंग्रेजी Name[my]=ဒစ် ဒေါ့ စီစီ ဘာသာပြန်မှု - ဂျာမန်မှ အင်္ဂလိပ််သို့ -Name[nb]=dict.cc Oversettelse fra tysk til engelsk +Name[nan_TW]=dict.cc 翻譯:德語 kàu 英語 +Name[nan_TW@latin]=dict.cc Huan-i̍k: Tik-gí kàu Ing-gí +Name[nb]=dict.cc Oversettelse: Tysk til engelsk Name[nds]=dict.cc Översetten: Hoochdüütsch na Engelsch Name[ne]=dict.cc अनुवाद: जर्मनीलाई अङ्ग्रेजीमा Name[nl]=dict.cc-vertaling: Duits naar Engels @@ -67,7 +71,7 @@ Name[nn]=dict.cc Omsetjing: Tysk til engelsk Name[or]=dict.cc ଅନୁବାଦ: ଜର୍ମାନରୁ ଇଂରାଜୀ Name[pa]=dict.cc ਟਰਾਂਸਲੇਸ਼ਨ: ਜਰਮਨ ਤੋਂ ਅੰਗਰੇਜ਼ੀ Name[pl]=dict.cc: niemiecki -> angielski -Name[pt]=Tradução do dict.cc: Alemão para Inglês +Name[pt]=Tradução do dict.cc: Alemão para Inglês Name[pt_BR]=dict.cc - Tradução: alemão para inglês Name[ro]=Traducere dict.cc: germană la engleză Name[ru]=Переводчик dictcc.com: немецко-английский @@ -87,16 +91,16 @@ Name[tg]=Тарҷумаҳои dict.cc: Немисӣ ба англисӣ Name[th]=dict.cc แปลภาษาเยอรมันเป็นอังกฤษ Name[tok]=ilo pi ante toki dict.cc: toki Tosi tawa toki Inli Name[tr]=dict.cc Çevirisi: Almancadan İngilizceye -Name[ug]=dict.cc تەرجىمە: گېرمانچىدىن ئىنگلىزچىغا +Name[ug]=dict.cc تەرجىمە: گېرمانچىدىن ئىنگلىزچىگە Name[uk]=dict.cc — переклад з німецької англійською Name[uz]=dict.cc tarjima: Olmonchadan Inglizchaga Name[uz@cyrillic]=dict.cc таржима: Олмончадан Инглизчага Name[vi]=dict.cc Dịch: Tiếng Đức sang tiếng Anh Name[wa]=Ratournaedje dict.cc: di l' almand viè l' inglès -Name[x-test]=xxdict.cc Translation: German to Englishxx Name[zh_CN]=dict.cc 翻译:德语译英语 Name[zh_TW]=dict.cc 翻譯: 德文至英文 Query=https://www.dict.cc/?s=\\{@} +Query[am]=https://www.dict.cc/?s=\\{@} Query[ar]=https://www.dict.cc/?s=\\{@} Query[ast]=https://www.dict.cc/?s=\\{@} Query[az]=https://www.dict.cc/?s=\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://www.dict.cc/?s=\\{@} Query[fa]=https://www.dict.cc/?s=\\{@} Query[fi]=https://www.dict.cc/?s=\\{@} Query[fr]=https://www.dict.cc/?s=\\{@} +Query[ga]=https://www.dict.cc/?s=\\{@} Query[gl]=https://www.dict.cc/?s=\\{@} +Query[gu]=https://www.dict.cc/?s=\\{@} Query[he]=https://www.dict.cc/?s=\\{@} +Query[hr]=https://www.dict.cc/?s=\\{@} Query[hu]=https://www.dict.cc/?s=\\{@} Query[ia]=https://www.dict.cc/?s=\\{@} Query[id]=https://www.dict.cc/?s=\\{@} Query[ie]=https://www.dict.cc/?s=\\{@} Query[is]=https://www.dict.cc/?s=\\{@} Query[it]=https://www.dict.cc/?s=\\{@} +Query[ja]=https://www.dict.cc/?s=\\{@} Query[ka]=https://www.dict.cc/?s=\\{@} Query[ko]=https://www.dict.cc/?s=\\{@} Query[lg]=https://www.dict.cc/?s=\\{@} Query[lt]=https://www.dict.cc/?s=\\{@} Query[lv]=https://www.dict.cc/?s=\\{@} Query[my]=https://www.dict.cc/?s=\\{@} +Query[nan_TW]=https://www.dict.cc/?s=\\{@} +Query[nan_TW@latin]=https://www.dict.cc/?s=\\{@} +Query[nb]=https://www.dict.cc/?s=\\{@} Query[nl]=https://www.dict.cc/?s=\\{@} Query[nn]=https://www.dict.cc/?s=\\{@} Query[pa]=https://www.dict.cc/?s=\\{@} @@ -147,11 +158,12 @@ Query[sl]=https://www.dict.cc/?s=\\{@} Query[sq]=https://www.dict.cc/?s=\\{@} Query[sv]=https://www.dict.cc/?s=\\{@} Query[tg]=https://www.dict.cc/?s=\\{@} +Query[th]=https://www.dict.cc/?s=\\{@} Query[tok]=https://www.dict.cc/?s=\\{@} Query[tr]=https://www.dict.cc/?s=\\{@} +Query[ug]=https://www.dict.cc/?s=\\{@} Query[uk]=https://www.dict.cc/?s=\\{@} Query[vi]=https://www.dict.cc/?s=\\{@} -Query[x-test]=xxhttps://www.dict.cc/?s=\\{@}xx Query[zh_CN]=https://www.dict.cc/?s=\\{@} Query[zh_TW]=https://www.dict.cc/?s=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2fr.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2fr.desktop index 68a14c0b64..9d02de83c7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2fr.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/de2fr.desktop @@ -2,6 +2,7 @@ Type=Service Name=LEO - Translate Between German and French Name[af]=LEO - Vertaal tussn Duits en Frans +Name[am]=LEO - በጀርመን እና በፈረንሳይኛ መካከል ይተርጉሙ Name[ar]=LEO - ترجمة بين الألمانية والفرنسية Name[as]=LEO - Translate Between German and French Name[az]=LEO - Fransız və Alman dilləri arasında tərcümə @@ -43,6 +44,7 @@ Name[id]=LEO - Penerjemahan Antara Bahasa Jerman dan Perancis Name[ie]=LEO - Traducter inter german e francesi Name[is]=LEO - þýða á milli þýsku og frönsku Name[it]=LEO - Traduzioni dal tedesco al francese +Name[ja]=LEO - Translate Between German and French Name[ka]=LEO - გადათარგმნეთ გერმანულსა და ფრანგულს შორის Name[kk]=LEO - неміс және француз тілдер арасында аудару Name[km]=LEO - បកប្រែ​រវាង​ភាសា​អាល្លឺម៉ង់ និង​អង់គ្លេស @@ -57,7 +59,9 @@ Name[mk]=LEO - превод меѓу германски и француски Name[ml]=ലിയോ - ജര്‍മനും ഫ്രഞ്ചും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=लिओ - जर्मनी व फ्रेंच अंतर्गत अनुवाद Name[my]=လီယို - ဂျာမန်နှင့်ပြင်သစ်ကြား ဘာသာပြန် -Name[nb]=LEO – Oversettelse mellom tysk og fransk +Name[nan_TW]=LEO - 德語 kah 法語之間 ê 翻譯 +Name[nan_TW@latin]=LEO - Tik-gí kah Huat-gí tsi-kan ê huan-i̍k +Name[nb]=LEO – Oversett mellom tysk og fransk Name[nds]=LEO - Översetten twischen Hoochdüütsch un Franzöösch Name[ne]=LEO - जर्मनी र फ्रान्सेलीमा अनुवाद गर्नुहोस् Name[nl]=LEO - vertaling tussen Duits en Frans @@ -65,7 +69,7 @@ Name[nn]=LEO – Omsetjing frå tysk til fransk Name[or]=LEO - ଜର୍ମାନ ଏବଂ ଫ୍ରେଞ୍ଚ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ Name[pa]=LEO -ਜਰਮਨ ਅਤੇ ਫਰੈਂਚ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=LEO - tłumaczenie niemiecki -> francuski -Name[pt]=LEO - Traduzir Entre Alemão e Francês +Name[pt]=LEO - Traduzir Entre Alemão e Francês Name[pt_BR]=LEO - Traduzir de alemão para francês Name[ro]=LEO - Traduce între germană și franceză Name[ru]=LEO: немецко-французский перевод @@ -91,11 +95,11 @@ Name[uz]=LEO - Olmonchadan Fransuzchaga tarjima Name[uz@cyrillic]=LEO - Олмончадан Французчага таржима Name[vi]=LEO - Dịch giữa tiếng Đức và tiếng Pháp Name[wa]=LEO - Ratoûne inte l' Almand eyet l' Francès -Name[x-test]=xxLEO - Translate Between German and Frenchxx Name[zh_CN]=LEO - 在德语和法语之间互译 Name[zh_TW]=LEO - 翻譯德語和法語 Keys=de2fr Query=https://dict.leo.org/?lp=frde&search=\\{@} +Query[am]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ar]=https://dict.leo.org/?lp=frde&search=\\{@} Query[az]=https://dict.leo.org/?lp=frde&search=\\{@} Query[be]=https://dict.leo.org/?lp=frde&search=\\{@} @@ -117,20 +121,27 @@ Query[eu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fa]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fi]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fr]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ga]=https://dict.leo.org/?lp=frde&search=\\{@} Query[gl]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[gu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[he]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[hr]=https://dict.leo.org/?lp=frde&search=\\{@} Query[hu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ia]=https://dict.leo.org/?lp=frde&search=\\{@} Query[id]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ie]=https://dict.leo.org/?lp=frde&search=\\{@} Query[is]=https://dict.leo.org/?lp=frde&search=\\{@} Query[it]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ja]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ka]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ko]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lg]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lt]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lv]=https://dict.leo.org/?lp=frde&search=\\{@} Query[my]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nan_TW]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nan_TW@latin]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nb]=https://dict.leo.org/?lp=frde&search=\\{@} Query[nl]=https://dict.leo.org/?lp=frde&search=\\{@} Query[nn]=https://dict.leo.org/?lp=frde&search=\\{@} Query[pa]=https://dict.leo.org/?lp=frde&search=\\{@} @@ -145,10 +156,11 @@ Query[sl]=https://dict.leo.org/?lp=frde&search=\\{@} Query[sq]=https://dict.leo.org/?lp=frde&search=\\{@} Query[sv]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tg]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[th]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tok]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tr]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ug]=https://dict.leo.org/?lp=frde&search=\\{@} Query[uk]=https://dict.leo.org/?lp=frde&search=\\{@} Query[vi]=https://dict.leo.org/?lp=frde&search=\\{@} -Query[x-test]=xxhttps://dict.leo.org/?lp=frde&search=\\{@}xx Query[zh_CN]=https://dict.leo.org/?lp=frde&search=\\{@} Query[zh_TW]=https://dict.leo.org/?lp=frde&search=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deb.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deb.desktop index 34f49e7317..927dafcea5 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deb.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deb.desktop @@ -2,6 +2,7 @@ Keys=debian,deb Name=Debian Package Search Name[af]=Debian Paket Soektog +Name[am]=Debian Package Search Name[ar]=بحث حزم ديبيان Name[as]=Debian Package Search Name[ast]=Busca de paquetes de Debian @@ -34,7 +35,7 @@ Name[ga]=Cuardach Pacáistí Debian Name[gd]=Lorg pacaidean Debian Name[gl]=Busca de paquetes de Debian Name[gu]=ડેબિયન પેકેજ શોધ -Name[he]=חיפוש חבילות Debian +Name[he]=חיפוש חבילות דביאן Name[hi]=डेबियन पैकेज खोज Name[hne]=डेबियन पैकेज खोज Name[hr]=Debian pretraživanje paketa @@ -45,6 +46,7 @@ Name[id]=Pencarian Paket Debian Name[ie]=Sercha de paccages de Debian Name[is]=Debian Package Search Name[it]=Ricerca di pacchetti Debian +Name[ja]=Debian Package Search Name[ka]=Debian-ის პაკეტების ძებნა Name[kk]=Debian дестелерін табу Name[km]=ស្វែងរក​កញ្ចប់​ដេបៀន @@ -60,6 +62,8 @@ Name[ml]=ഡെബിയന്‍ പാക്കേജുകള്‍ക്ക Name[mr]=डेबियन पैकेज शोध Name[ms]=Carian Pakej Debian Name[my]=ဒေဘီယမ် ပတ်ကေ့ ရှာဖွေရန် +Name[nan_TW]=Debian 套件搜揣 +Name[nan_TW@latin]=Debian Thò-kiānn Tshiau-tshuē Name[nb]=Søk etter Debian-pakker Name[nds]=Debian-Paketsöök Name[ne]=डेबियन प्याकेज खोज्नुहोस् @@ -68,7 +72,7 @@ Name[nn]=Søk etter Debian-pakkar Name[or]=Debian ପ୍ୟାକେଜ ସନ୍ଧାନ Name[pa]=ਡੇਬੀਅਨ ਪੈਕੇਜ ਖੋਜ Name[pl]=Wyszukiwanie pakietów Debiana -Name[pt]=Procura de Pacotes da Debian +Name[pt]=Pesquisa de Pacotes do Debian Name[pt_BR]=Pesquisa de pacotes Debian Name[ro]=Căutare pachet Debian Name[ru]=Поиск пакетов Debian @@ -94,10 +98,10 @@ Name[uz]=Debian paketlarini qidirish Name[uz@cyrillic]=Debian пакетларини қидириш Name[vi]=Tìm kiếm gói Debian Name[wa]=Cweraedje di pacaedje Debian -Name[x-test]=xxDebian Package Searchxx Name[zh_CN]=Debian 软件包搜索 Name[zh_TW]=Debian 軟體包搜尋 Query=https://packages.debian.org/\\{@} +Query[am]=https://packages.debian.org/\\{@} Query[ar]=https://packages.debian.org/\\{@} Query[ast]=https://packages.debian.org/\\{@} Query[az]=https://packages.debian.org/\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://packages.debian.org/\\{@} Query[fa]=https://packages.debian.org/\\{@} Query[fi]=https://packages.debian.org/\\{@} Query[fr]=https://packages.debian.org/\\{@} +Query[ga]=https://packages.debian.org/\\{@} Query[gl]=https://packages.debian.org/\\{@} +Query[gu]=https://packages.debian.org/\\{@} Query[he]=https://packages.debian.org/\\{@} +Query[hr]=https://packages.debian.org/\\{@} Query[hu]=https://packages.debian.org/\\{@} Query[ia]=https://packages.debian.org/\\{@} Query[id]=https://packages.debian.org/\\{@} Query[ie]=https://packages.debian.org/\\{@} Query[is]=https://packages.debian.org/\\{@} Query[it]=https://packages.debian.org/\\{@} +Query[ja]=https://packages.debian.org/\\{@} Query[ka]=https://packages.debian.org/\\{@} Query[ko]=https://packages.debian.org/\\{@} Query[lg]=https://packages.debian.org/\\{@} Query[lt]=https://packages.debian.org/\\{@} Query[lv]=https://packages.debian.org/\\{@} Query[my]=https://packages.debian.org/\\{@} +Query[nan_TW]=https://packages.debian.org/\\{@} +Query[nan_TW@latin]=https://packages.debian.org/\\{@} +Query[nb]=https://packages.debian.org/\\{@} Query[nl]=https://packages.debian.org/\\{@} Query[nn]=https://packages.debian.org/\\{@} Query[pa]=https://packages.debian.org/\\{@} @@ -148,11 +159,12 @@ Query[sl]=https://packages.debian.org/\\{@} Query[sq]=https://packages.debian.org/\\{@} Query[sv]=https://packages.debian.org/\\{@} Query[tg]=https://packages.debian.org/\\{@} +Query[th]=https://packages.debian.org/\\{@} Query[tok]=https://packages.debian.org/\\{@} Query[tr]=https://packages.debian.org/\\{@} +Query[ug]=https://packages.debian.org/\\{@} Query[uk]=https://packages.debian.org/\\{@} Query[vi]=https://packages.debian.org/\\{@} -Query[x-test]=xxhttps://packages.debian.org/\\{@}xx Query[zh_CN]=https://packages.debian.org/\\{@} Query[zh_TW]=https://packages.debian.org/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deepl.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deepl.desktop index 711bfc6bae..03188c1447 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deepl.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/deepl.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=deepl Name=DeepL +Name[am]=DeepL Name[ar]=ترجمة موقع DeepL Name[ast]=DeepL Name[az]=DeepL @@ -23,14 +24,18 @@ Name[eu]=DeepL Name[fa]=DeepL Name[fi]=DeepL Name[fr]=DeepL +Name[ga]=DeepL Name[gl]=DeepL +Name[gu]=DeepL Name[he]=DeepL +Name[hr]=DeepL Name[hu]=DeepL Name[ia]=DeepL Name[id]=DeepL Name[ie]=DeepL Name[is]=DeepL Name[it]=DeepL +Name[ja]=DeepL Name[ka]=DeepL Name[ko]=DeepL Name[lg]=DeepL @@ -38,6 +43,9 @@ Name[lt]=DeepL Name[lv]=DeepL Name[ml]=ഡീപ്പ്എൽ Name[my]=DeepL +Name[nan_TW]=DeepL +Name[nan_TW@latin]=DeepL +Name[nb]=DeepL Name[nl]=DeepL Name[nn]=DeepL Name[pa]=DeepL @@ -51,14 +59,16 @@ Name[sk]=DeepL Name[sl]=DeepL Name[sq]=DeepL Name[sv]=DeepL +Name[th]=DeepL Name[tok]=ilo pi ante toki DeepL Name[tr]=DeepL +Name[ug]=DeepL Name[uk]=DeepL Name[vi]=DeepL -Name[x-test]=xxDeepLxx Name[zh_CN]=DeepL Name[zh_TW]=DeepL Query=https://www.deepl.com/translator#any/any/\\{@} +Query[am]=https://www.deepl.com/translator#any/any/\\{@} Query[ar]=https://www.deepl.com/translator#any/any/\\{@} Query[az]=https://www.deepl.com/translator#any/any/\\{@} Query[be]=https://www.deepl.com/translator#any/any/\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://www.deepl.com/translator#any/any/\\{@} Query[fa]=https://www.deepl.com/translator#any/any/\\{@} Query[fi]=https://www.deepl.com/translator#any/any/\\{@} Query[fr]=https://www.deepl.com/translator#any/any/\\{@} +Query[ga]=https://www.deepl.com/translator#any/any/\\{@} Query[gl]=https://www.deepl.com/translator#any/any/\\{@} +Query[gu]=https://www.deepl.com/translator#any/any/\\{@} Query[he]=https://www.deepl.com/translator#any/any/\\{@} +Query[hr]=https://www.deepl.com/translator#any/any/\\{@} Query[hu]=https://www.deepl.com/translator#any/any/\\{@} Query[ia]=https://www.deepl.com/translator#any/any/\\{@} Query[id]=https://www.deepl.com/translator#any/any/\\{@} Query[ie]=https://www.deepl.com/translator#any/any/\\{@} Query[is]=https://www.deepl.com/translator#any/any/\\{@} Query[it]=https://www.deepl.com/translator#any/any/\\{@} +Query[ja]=https://www.deepl.com/ja/translator#any/any/\\{@} Query[ka]=https://www.deepl.com/translator#any/any/\\{@} Query[ko]=https://www.deepl.com/translator#any/any/\\{@} Query[lg]=https://www.deepl.com/translator#any/any/\\{@} Query[lt]=https://www.deepl.com/translator#any/any/\\{@} Query[lv]=https://www.deepl.com/translator#any/any/\\{@} Query[my]=https://www.deepl.com/translator#any/any/\\{@} +Query[nan_TW]=https://www.deepl.com/translator#any/any/\\{@} +Query[nan_TW@latin]=https://www.deepl.com/translator#any/any/\\{@} +Query[nb]=https://www.deepl.com/translator#any/any/\\{@} Query[nl]=https://www.deepl.com/translator#any/any/\\{@} Query[nn]=https://www.deepl.com/translator#any/any/\\{@} Query[pa]=https://www.deepl.com/translator#any/any/\\{@} @@ -108,11 +125,12 @@ Query[sl]=https://www.deepl.com/translator#any/any/\\{@} Query[sq]=https://www.deepl.com/translator#any/any/\\{@} Query[sv]=https://www.deepl.com/translator#any/any/\\{@} Query[tg]=https://www.deepl.com/translator#any/any/\\{@} +Query[th]=https://www.deepl.com/translator#any/any/\\{@} Query[tok]=https://www.deepl.com/translator#any/any/\\{@} Query[tr]=https://www.deepl.com/translator#any/any/\\{@} +Query[ug]=https://www.deepl.com/translator#any/any/\\{@} Query[uk]=https://www.deepl.com/translator#any/any/\\{@} Query[vi]=https://www.deepl.com/translator#any/any/\\{@} -Query[x-test]=xxhttps://www.deepl.com/translator#any/any/\\{@}xx Query[zh_CN]=https://www.deepl.com/translator#any/any/\\{@} Query[zh_TW]=https://www.deepl.com/translator#any/any/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dictfr.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dictfr.desktop index 7451f2d720..4e6e1dd78d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dictfr.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dictfr.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=CNRTL/TILF French dictionary +Name[am]=CNRTL/TILF French dictionary Name[ar]=قاموس CNRTL/TILF الفرنسي Name[az]=CNRTL/TILF Fransızca Lüğət Name[be]=Французскі слоўнік CNRTL/TILF @@ -38,6 +39,7 @@ Name[id]=Kamus bahasa Perancis CNRTL/TILF Name[ie]=Francesi dictionarium CNRTL/TILF Name[is]=CNRTL/TILF - frönsk orðabók Name[it]=Dizionario francese CNRTL/TILF +Name[ja]=CNRTL/TILF French dictionary Name[ka]=ფრანგული ლექსიკონი CNRTL/TILF Name[kk]=CNRTL/TILF француз сөздігі Name[km]=ចនានុក្រម​ភាសា​បារាំង CNRTL/TILF @@ -51,13 +53,15 @@ Name[mk]=CNRTL/TILF француски речник Name[ml]=സിഎന്‍ആര്‍ടിഎല്‍/ടിഐഎല്‍എഫ് ഫ്രഞ്ച് നിഘണ്ടു Name[mr]=CNRTL/TILF फ्रेंच शब्दकोश Name[my]=စီအင်အာတီအယ်လ်/တီအိုင်အယ်လ်အက်ဖ် ပြင်သစ်ဒစ်ရှင်နရီ +Name[nan_TW]=CNRTL/TILF 法語辭典 +Name[nan_TW@latin]=CNRTL/TILF Huat-gí Sû-tián Name[nb]=CNRTL/TILF fransk ordbok Name[nds]=Franzöösch Wöörbook CNRTL/TILF Name[nl]=CNRTL/TILF Frans woordenboek Name[nn]=CNRTL/TILF fransk ordbok Name[pa]=CNRTL/TILF ਫਰੈਂਚ ਡਿਕਸ਼ਨਰੀ Name[pl]=Słownik francuskiego SNRTL/TILF -Name[pt]=Dicionário de Francês CNRTL/TILF +Name[pt]=Dicionário de Francês CNRTL/TILF Name[pt_BR]=Dicionário francês CNRTL/TILF Name[ro]=Dicționar francez CNRTL/TILF Name[ru]=Французский словарь CNRTL/TILF @@ -79,11 +83,11 @@ Name[ug]=CNRTL/TILF فىرانسۇزچە لۇغەت Name[uk]=Французький словник CNRTL/TILF Name[vi]=Từ điển tiếng Pháp CNRTL/TILF Name[wa]=Motî francès CNRTL/TILF -Name[x-test]=xxCNRTL/TILF French dictionaryxx Name[zh_CN]=CNRTL/TILF 法语词典 Name[zh_TW]=CNRTL/TILF 法語字典 Keys=dictfr Query=https://www.cnrtl.fr/definition/\\{@} +Query[am]=https://www.cnrtl.fr/definition/\\{@} Query[ar]=https://www.cnrtl.fr/definition/\\{@} Query[ast]=https://www.cnrtl.fr/definition/\\{@} Query[az]=https://www.cnrtl.fr/definition/\\{@} @@ -106,20 +110,27 @@ Query[eu]=http://www.cnrtl.fr/definition/\\{@} Query[fa]=https://www.cnrtl.fr/definition/\\{@} Query[fi]=https://www.cnrtl.fr/definition/\\{@} Query[fr]=https://www.cnrtl.fr/definition/\\{@} +Query[ga]=https://www.cnrtl.fr/definition/\\{@} Query[gl]=https://www.cnrtl.fr/definition/\\{@} +Query[gu]=https://www.cnrtl.fr/definition/\\{@} Query[he]=https://www.cnrtl.fr/definition/\\{@} +Query[hr]=https://www.cnrtl.fr/definition/\\{@} Query[hu]= http://www.cnrtl.fr/definition/\\{@} Query[ia]=https://www.cnrtl.fr/definition/\\{@} Query[id]=https://www.cnrtl.fr/definition/\\{@} Query[ie]=https://www.cnrtl.fr/definition/\\{@} Query[is]=https://www.cnrtl.fr/definition/\\{@} Query[it]=https://www.cnrtl.fr/definition/\\{@} +Query[ja]=https://www.cnrtl.fr/definition/\\{@} Query[ka]=https://www.cnrtl.fr/definition/\\{@} Query[ko]=https://www.cnrtl.fr/definition/\\{@} Query[lg]=https://www.cnrtl.fr/definition/\\{@} Query[lt]=https://www.cnrtl.fr/definition/\\{@} Query[lv]=https://www.cnrtl.fr/definition/\\{@} Query[my]=https://www.cnrtl.fr/definition/\\{@} +Query[nan_TW]=https://www.cnrtl.fr/definition/\\{@} +Query[nan_TW@latin]=https://www.cnrtl.fr/definition/\\{@} +Query[nb]=https://www.cnrtl.fr/definition/\\{@} Query[nl]=https://www.cnrtl.fr/definition/\\{@} Query[nn]=https://www.cnrtl.fr/definition/\\{@} Query[pa]=https://www.cnrtl.fr/definition/\\{@} @@ -134,10 +145,11 @@ Query[sl]=https://www.cnrtl.fr/definition/\\{@} Query[sq]=https://www.cnrtl.fr/definition/\\{@} Query[sv]=https://www.cnrtl.fr/definition/\\{@} Query[tg]=https://www.cnrtl.fr/definition/\\{@} +Query[th]=https://www.cnrtl.fr/definition/\\{@} Query[tok]=https://www.cnrtl.fr/definition/\\{@} Query[tr]=https://www.cnrtl.fr/definition/\\{@} +Query[ug]=https://www.cnrtl.fr/definition/\\{@} Query[uk]=https://www.cnrtl.fr/definition/\\{@} Query[vi]=https://www.cnrtl.fr/definition/\\{@} -Query[x-test]=xxhttps://www.cnrtl.fr/definition/\\{@}xx Query[zh_CN]=https://www.cnrtl.fr/definition/\\{@} Query[zh_TW]=https://www.cnrtl.fr/definition/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/docbook.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/docbook.desktop index 19677c0c97..8da570df7a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/docbook.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/docbook.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=db,docbook Name=DocBook - The Definitive Guide Name[af]=Docbook - Die Definitiewe Gids +Name[am]=DocBook - The Definitive Guide Name[ar]=كتاب DocBook - The Definitive Guide Name[as]=DocBook - The Definitive Guide Name[az]=DocBook - Tam Bələdçi @@ -45,6 +46,7 @@ Name[id]=DocBook - Panduan Definitif Name[ie]=DocBook - The Definitive Guide Name[is]=DocBook - The Definitive Guide Name[it]=DocBook - La guida definitiva +Name[ja]=DocBook - The Definitive Guide Name[ka]=DocBook - The Definitive Guide Name[kk]=DocBook - толық бағыттамасы Name[km]=DocBook - មគ្គុទ្ទេសក៍​ច្បាស់លាស់ @@ -60,7 +62,9 @@ Name[ml]=ഡോക്ബുക്ക് - തര്‍ക്കമില്ല Name[mr]=डॉकबुक - निर्णायक मार्गदर्शिका Name[ms]=DocBook - Panduan Definitif Name[my]=DocBook - တိကျသေချာသောလမ်းညွှန် -Name[nb]=DocBook – Den endelige guiden +Name[nan_TW]=DocBook - The Definitive Guide +Name[nan_TW@latin]=DocBook - The Definitive Guide +Name[nb]=DocBook – The Definitive Guide Name[nds]=DocBook - De Inföhren Name[ne]=DocBook - निर्णायक मार्गदर्शक Name[nl]=DocBook - The Definitive Guide @@ -95,10 +99,10 @@ Name[uz@cyrillic]=DocBook - тўлиқ қўлланма Name[vi]=DocBook - Hướng dẫn chính thức Name[wa]=DocBook - Li seu guide Name[xh]=DocBook - Incwadi Echazayo -Name[x-test]=xxDocBook - The Definitive Guidexx Name[zh_CN]=DocBook - 权威指南 Name[zh_TW]=DocBook - 終極指南 Query=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[am]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ar]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ast]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[az]=https://www.docbook.org/tdg/en/html/\\{1}.html @@ -121,20 +125,27 @@ Query[eu]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[fa]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[fi]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[fr]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[ga]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[gl]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[gu]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[he]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[hr]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[hu]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ia]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[id]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ie]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[is]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[it]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[ja]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ka]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[ko]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[lg]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[lt]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[lv]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[my]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[nan_TW]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[nan_TW@latin]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[nb]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[nl]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[nn]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[pa]=https://www.docbook.org/tdg/en/html/\\{1}.html @@ -149,11 +160,12 @@ Query[sl]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[sq]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[sv]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[tg]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[th]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[tok]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[tr]=https://www.docbook.org/tdg/en/html/\\{1}.html +Query[ug]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[uk]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[vi]=https://www.docbook.org/tdg/en/html/\\{1}.html -Query[x-test]=xxhttps://www.docbook.org/tdg/en/html/\\{1}.htmlxx Query[zh_CN]=https://www.docbook.org/tdg/en/html/\\{1}.html Query[zh_TW]=https://www.docbook.org/tdg/en/html/\\{1}.html Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dockerhub.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dockerhub.desktop new file mode 100644 index 0000000000..991977383b --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/dockerhub.desktop @@ -0,0 +1,100 @@ +[Desktop Entry] +Type=Service +Name=Docker Hub +Name[am]=Docker Hub +Name[ar]=مجمع دوكر +Name[az]=Docker Hub repozitoriyası +Name[bg]=Docker Hub +Name[ca]=Docker Hub +Name[ca@valencia]=Docker Hub +Name[de]=Docker +Name[eo]=Doker-Nabo +Name[es]=Docker Hub +Name[eu]=Docker Hub +Name[fi]=Docker Hub +Name[fr]=Centre de Docker +Name[ga]=Docker Hub +Name[gl]=Docker Hub +Name[gu]=ડોકર હબ +Name[he]=Docker Hub +Name[hr]=Docker Hub +Name[hu]=Docker Hub +Name[ia]=Docker Hub +Name[is]=Docker Hub +Name[it]=Docker Hub +Name[ja]=Docker Hub +Name[ka]=Docker Hub +Name[ko]=Docker Hub +Name[lg]=Docker Hub +Name[lt]=Docker Hub +Name[lv]=„Docker“ centrs +Name[my]=Docker Hub +Name[nan_TW]=Docker Hub +Name[nan_TW@latin]=Docker Hub +Name[nb]=Docker Hub +Name[nl]=Docker-hub +Name[nn]=Docker Hub +Name[pl]=Docker Hub +Name[pt]=Hub do Docker +Name[pt_BR]=Docker Hub +Name[ro]=Docker Hub +Name[ru]=Репозиторий Docker Hub +Name[sk]=Docker Hub +Name[sl]=Docker Hub +Name[sv]=Docker Hub +Name[th]=Docker Hub +Name[tr]=Docker Hub +Name[ug]=Docker Hub +Name[uk]=Docker Hub +Name[zh_CN]=Docker Hub +Name[zh_TW]=Docker Hub +Keys=docker,dockerhub,dh,dk,dhub,dkstore +Query=https://hub.docker.com/search?q=\\{@} +Query[am]=https://hub.docker.com/search?q=\\{@} +Query[ar]=https://hub.docker.com/search?q=\\{@} +Query[az]=https://hub.docker.com/search?q=\\{@} +Query[bg]=https://hub.docker.com/search?q=\\{@} +Query[ca]=https://hub.docker.com/search?q=\\{@} +Query[ca@valencia]=https://hub.docker.com/search?q=\\{@} +Query[de]=https://hub.docker.com/search?q=\\{@} +Query[eo]=https://hub.docker.com/search?q=\\{@} +Query[es]=https://hub.docker.com/search?q=\\{@} +Query[eu]=https://hub.docker.com/search?q=\\{@} +Query[fi]=https://hub.docker.com/search?q=\\{@} +Query[fr]=https://hub.docker.com/search?q=\\{@} +Query[ga]=https://hub.docker.com/search?q=\\{@} +Query[gl]=https://hub.docker.com/search?q=\\{@} +Query[gu]=https://hub.docker.com/search?q=\\{@} +Query[he]=https://hub.docker.com/search?q=\\{@} +Query[hr]=https://hub.docker.com/search?q=\\{@} +Query[hu]=https://hub.docker.com/search?q=\\{@} +Query[ia]=https://hub.docker.com/search?q=\\{@} +Query[is]=https://hub.docker.com/search?q=\\{@} +Query[it]=https://hub.docker.com/search?q=\\{@} +Query[ja]=https://hub.docker.com/search?q=\\{@} +Query[ka]=https://hub.docker.com/search?q=\\{@} +Query[ko]=https://hub.docker.com/search?q=\\{@} +Query[lg]=https://hub.docker.com/search?q=\\{@} +Query[lt]=https://hub.docker.com/search?q=\\{@} +Query[lv]=https://hub.docker.com/search?q=\\{@} +Query[my]=https://hub.docker.com/search?q=\\{@} +Query[nan_TW]=https://hub.docker.com/search?q=\\{@} +Query[nan_TW@latin]=https://hub.docker.com/search?q=\\{@} +Query[nb]=https://hub.docker.com/search?q=\\{@} +Query[nl]=https://hub.docker.com/search?q=\\{@} +Query[nn]=https://hub.docker.com/search?q=\\{@} +Query[pl]=https://hub.docker.com/search?q=\\{@} +Query[pt]=https://hub.docker.com/search?q=\\{@} +Query[pt_BR]=https://hub.docker.com/search?q=\\{@} +Query[ro]=https://hub.docker.com/search?q=\\{@} +Query[ru]=https://hub.docker.com/search?q=\\{@} +Query[sk]=https://www.flickr.com/search/?q=\\{@} +Query[sl]=https://hub.docker.com/search?q=\\{@} +Query[sv]=https://hub.docker.com/search?q=\\{@} +Query[th]=https://hub.docker.com/search?q=\\{@} +Query[tr]=https://hub.docker.com/search?q=\\{@} +Query[ug]=https://hub.docker.com/search?q=\\{@} +Query[uk]=https://hub.docker.com/search?q=\\{@} +Query[zh_CN]=https://hub.docker.com/search?q=\\{@} +Query[zh_TW]=https://hub.docker.com/search?q=\\{@} +Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/doi.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/doi.desktop index bdb4e990b0..0e77d087bc 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/doi.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/doi.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=doi Name=Digital Object Identifier Name[af]=Digital Object Identifier +Name[am]=Digital Object Identifier Name[ar]=معرّف الكائن الرقمي Name[as]=Digital Object Identifier Name[az]=Rəqəmsal Obyekt İdentifikatoru @@ -33,7 +34,7 @@ Name[fy]=Digital Object Identifier Name[ga]=Aitheantóir Oibiachta Digití Name[gd]=Digital Object Identifier Name[gl]=Digital Object Identifier -Name[gu]=ડિજીટલ ઓબ્જેક્ટ આઇડેન્ટીફાયર +Name[gu]=ડિજીટલ ઓબ્જેક્ટને ઓળખનાર Name[he]=מזהה האובייקטים הדיגיטלי Name[hi]=डिजिटल ऑब्जेक्ट पहचानकर्ता Name[hne]=डिजिटल आब्जेक्ट चिनहइया @@ -45,6 +46,7 @@ Name[id]=Pengidentifikasi Objek Digital Name[ie]=Identificator de digital object Name[is]=Digital Object Identifier Name[it]=Identificativo di oggetti digitali +Name[ja]=Digital Object Identifier Name[ka]=Digital Object Identifier Name[kk]=Цифрлық нысандарды танушы Name[km]=ឧបករណ៍​សម្គាល់​វត្ថុ​ឌីជីថល​ @@ -60,6 +62,8 @@ Name[ml]=ഡിജിറ്റല്‍ ഒബ്ജക്ട് ഐഡന്റ Name[mr]=डिजिटल ऑब्जेक्ट ओळखकर्ता Name[ms]=Pengenal Pasti Objek Digital Name[my]=ဒီဂျစ်တယ်အရာဝတ္တု ခွဲခြားသတ်မှတ်အတည်ပြုချက် +Name[nan_TW]=數位物件識別碼 (DOI) +Name[nan_TW@latin]=Sòo-ūi Bu̍t-kiānn Si̍k-pia̍t-bé (DOI) Name[nb]=Digital Object Identifier Name[nds]=DOI - Digitaal Objektkennen Name[ne]=डिजिटल वस्तु पहिचायक @@ -88,14 +92,14 @@ Name[tg]=Муайянкунандаи маводҳои рақамӣ Name[th]=ตัวระบุวัตถุดิจิทัล Name[tok]=ilo alasa Digital Object Identifier Name[tr]=Sayısal Nesne Kimlikleyici -Name[ug]=رەقەملىك نەڭ كىملىكى +Name[ug]=رەقەملىك جىسىم پەرقلەندۈرگۈچ Name[uk]=Цифровий ідентифікатор об'єкта Name[vi]=Mã định danh đối tượng số Name[wa]=Idintifieu d' objets limerikes -Name[x-test]=xxDigital Object Identifierxx Name[zh_CN]=Digital Object Identifier Name[zh_TW]=數位物件識別 Query=https://dx.doi.org/\\{@} +Query[am]=https://dx.doi.org/\\{@} Query[ar]=https://dx.doi.org/\\{@} Query[ast]=https://dx.doi.org/\\{@} Query[az]=https://dx.doi.org/\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://dx.doi.org/\\{@} Query[fa]=https://dx.doi.org/\\{@} Query[fi]=https://dx.doi.org/\\{@} Query[fr]=https://dx.doi.org/\\{@} +Query[ga]=https://dx.doi.org/\\{@} Query[gl]=https://dx.doi.org/\\{@} +Query[gu]=https://dx.doi.org/\\{@} Query[he]=https://dx.doi.org/\\{@} +Query[hr]=https://dx.doi.org/\\{@} Query[hu]=https://dx.doi.org/\\{@} Query[ia]=https://dx.doi.org/\\{@} Query[id]=https://dx.doi.org/\\{@} Query[ie]=https://dx.doi.org/\\{@} Query[is]=https://dx.doi.org/\\{@} Query[it]=https://dx.doi.org/\\{@} +Query[ja]=https://dx.doi.org/\\{@} Query[ka]=https://dx.doi.org/\\{@} Query[ko]=https://dx.doi.org/\\{@} Query[lg]=https://dx.doi.org/\\{@} Query[lt]=https://dx.doi.org/\\{@} Query[lv]=https://dx.doi.org/\\{@} Query[my]=https://dx.doi.org/\\{@} +Query[nan_TW]=https://dx.doi.org/\\{@} +Query[nan_TW@latin]=https://dx.doi.org/\\{@} +Query[nb]=https://dx.doi.org/\\{@} Query[nl]=https://dx.doi.org/\\{@} Query[nn]=https://dx.doi.org/\\{@} Query[pa]=https://dx.doi.org/\\{@} @@ -146,11 +157,12 @@ Query[sl]=https://dx.doi.org/\\{@} Query[sq]=https://dx.doi.org/\\{@} Query[sv]=https://dx.doi.org/\\{@} Query[tg]=https://dx.doi.org/\\{@} +Query[th]=https://dx.doi.org/\\{@} Query[tok]=https://dx.doi.org/\\{@} Query[tr]=https://dx.doi.org/\\{@} +Query[ug]=https://dx.doi.org/\\{@} Query[uk]=https://dx.doi.org/\\{@} Query[vi]=https://dx.doi.org/\\{@} -Query[x-test]=xxhttps://dx.doi.org/\\{@}xx Query[zh_CN]=https://dx.doi.org/\\{@} Query[zh_TW]=https://dx.doi.org/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo.desktop index f49517f2e7..3c493ab8a1 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo.desktop @@ -1,87 +1,58 @@ [Desktop Entry] Charset= Hidden=false -Keys=duckduckgo,dd,d,dukgo -Name=Duck Duck Go +Keys=duckduckgo,dd,d,dukgo,ddg +Name=DuckDuckGo +Name[am]=DuckDuckGo Name[ar]=دك دك جو -Name[ast]=Duck Duck Go -Name[az]=Duck Duck Go axtarış sistemi -Name[be]=Duck Duck Go -Name[be@latin]=Duck Duck Go -Name[bg]=Duck Duck Go -Name[bn]=ডাক ডাক গো -Name[bs]=Duck Duck Go -Name[ca]=Duck Duck Go -Name[ca@valencia]=Duck Duck Go -Name[cs]=Duck Duck Go -Name[cy]=Duck Duck Go -Name[da]=Duck Duck Go -Name[de]=Duck Duck Go -Name[el]=Duck Duck Go -Name[en_GB]=Duck Duck Go -Name[eo]=Duck Duck Go -Name[es]=Duck Duck Go -Name[et]=Duck Duck Go -Name[eu]=Duck Duck Go -Name[fa]=داک‌داک‌گو -Name[fi]=Duck Duck Go -Name[fr]=Duck Duck Go -Name[ga]=Duck Duck Go -Name[gd]=Duck Duck Go -Name[gl]=Duck Duck Go +Name[az]=DuckDuckGo axtarış sistemi +Name[bg]=DuckDuckGo +Name[ca]=DuckDuckGo +Name[ca@valencia]=DuckDuckGo +Name[cs]=DuckDuckGo +Name[de]=DuckDuckGo +Name[eo]=DuckDuckGo +Name[es]=DuckDuckGo +Name[eu]=DuckDuckGo +Name[fi]=DuckDuckGo +Name[fr]=DuckDuckGo +Name[ga]=DuckDuckGo +Name[gl]=DuckDuckGo Name[gu]=ડક ડક ગો -Name[he]=Duck Duck Go -Name[hi]=बतख़ जा जा -Name[hr]=Duck Duck Go -Name[hu]=Duck Duck Go -Name[ia]=Duck Duck Go -Name[id]=Duck Duck Go -Name[ie]=Duck Duck Go -Name[is]=Duck Duck Go -Name[it]=Duck Duck Go -Name[ka]=Duck Duck Go -Name[kk]=Duck Duck Go -Name[km]=Duck Duck Go -Name[kn]=ಡಕ್ ಡಕ್ ಗೊ -Name[ko]=Duck Duck Go -Name[lg]=Duck Duck Go -Name[lt]=Duck Duck Go -Name[lv]=Duck Duck Go -Name[ml]=ഡക്ക് ഡക്ക് ഗോ -Name[mr]=डक डक गो +Name[he]=DuckDuckGo +Name[hr]=DuckDuckGo +Name[hu]=DuckDuckGo +Name[ia]=DuckDuckGo +Name[is]=DuckDuckGo +Name[it]=DuckDuckGo +Name[ja]=DuckDuckGo +Name[ka]=DuckDuckGo +Name[ko]=DuckDuckGo +Name[lg]=DuckDuckGo +Name[lt]=DuckDuckGo +Name[lv]=DuckDuckGo Name[my]=ဒက်ဒက်ဂိုး -Name[nb]=Duck Duck Go -Name[nds]=Duck Duck Go -Name[nl]=Duck Duck Go -Name[nn]=Duck Duck Go -Name[pa]=ਡੱਕ ਡੱਕ ਗੋ -Name[pl]=Duck Duck Go -Name[pt]=Duck Duck Go -Name[pt_BR]=Duck Duck Go -Name[ro]=Duck Duck Go +Name[nan_TW]=DuckDuckGo +Name[nan_TW@latin]=DuckDuckGo +Name[nb]=DuckDuckGo +Name[nl]=DuckDuckGo +Name[nn]=DuckDuckGo +Name[pl]=DuckDuckGo +Name[pt]=DuckDuckGo +Name[pt_BR]=DuckDuckGo +Name[ro]=DuckDuckGo Name[ru]=Поиск Duck Duck Go -Name[sa]=Duck Duck Go -Name[si]=Duck Duck Go Name[sk]=Duck Duck Go -Name[sl]=Duck Duck Go -Name[sq]=Duck Duck Go -Name[sr]=Дак дак го -Name[sr@ijekavian]=Дак дак го -Name[sr@ijekavianlatin]=Duck Duck Go -Name[sr@latin]=Duck Duck Go -Name[sv]=Duck Duck Go -Name[tg]=Duck Duck Go -Name[th]=Duck Duck Go -Name[tok]=ilo alasa DuckDuckGo +Name[sl]=DuckDuckGo +Name[sv]=DuckDuckGo +Name[th]=DuckDuckGo Name[tr]=DuckDuckGo -Name[ug]=Duck Duck Go -Name[uk]=Duck Duck Go -Name[vi]=Duck Duck Go -Name[wa]=Duck Duck Go -Name[x-test]=xxDuck Duck Goxx -Name[zh_CN]=Duck Duck Go -Name[zh_TW]=Duck Duck Go +Name[ug]=DuckDuckGo +Name[uk]=DuckDuckGo +Name[zh_CN]=DuckDuckGo +Name[zh_TW]=DuckDuckGo Query=https://duckduckgo.com/?q=\\{@}&t=kde +Query[am]=https://duckduckgo.com/?q=\\{@}&t=kde Query[ar]=https://duckduckgo.com/?q=\\{@}&t=kde Query[az]=https://duckduckgo.com/?q=\\{@}&t=kde Query[be]=https://duckduckgo.com/?q=\\{@}&t=kde @@ -103,16 +74,20 @@ Query[eu]=https://duckduckgo.com/?q=\\{@}&t=kde Query[fa]=https://duckduckgo.com/?q=\\{@}&t=kde Query[fi]=https://duckduckgo.com/?q=\\{@}&t=kde Query[fr]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[ga]=https://duckduckgo.com/?q=\\{@}&t=kde Query[gd]=https://duckduckgo.com/?q=\\{@}&t=kde Query[gl]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[gu]=https://duckduckgo.com/?q=\\{@}&t=kde Query[he]=https://duckduckgo.com/?q=\\{@}&t=kde&kl=he Query[hi]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[hr]=https://duckduckgo.com/?q=\\{@}&t=kde Query[hu]=https://duckduckgo.com/?q=\\{@}&t=kde Query[ia]=https://duckduckgo.com/?q=\\{@}&t=kde Query[id]=https://duckduckgo.com/?q=\\{@}&t=kde Query[ie]=https://duckduckgo.com/?q=\\{@}&t=kde Query[is]=https://duckduckgo.com/?q=\\{@}&t=kde Query[it]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[ja]=https://duckduckgo.com/?q=\\{@}&t=kde&kl=jp-jp Query[ka]=https://duckduckgo.com/?q=\\{@}&t=kde Query[kk]=https://duckduckgo.com/?q=\\{@}&t=kde Query[ko]=https://duckduckgo.com/?q=\\{@}&t=kde @@ -121,6 +96,8 @@ Query[lt]=https://duckduckgo.com/?q=\\{@}&t=kde Query[lv]=https://duckduckgo.com/?q=\\{@}&t=kde Query[mr]=http://duckduckgo.com/?q=\\{@}&t=kde Query[my]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[nan_TW]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[nan_TW@latin]=https://duckduckgo.com/?q=\\{@}&t=kde Query[nb]=https://duckduckgo.com/?q=\\{@}&t=kde Query[nds]=https://duckduckgo.com/?q=\\{@}&t=kde Query[nl]=https://duckduckgo.com/?q=\\{@}&t=kde @@ -141,13 +118,13 @@ Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&t=kde Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&t=kde Query[sv]=https://duckduckgo.com/?q=\\{@}&t=kde Query[tg]=https://duckduckgo.com/?q=\\{@}&t=kde +Query[th]=https://duckduckgo.com/?q=\\{@}&t=kde Query[tok]=https://duckduckgo.com/?q=\\{@}&t=kde Query[tr]=https://duckduckgo.com/?q=\\{@}&t=kde Query[ug]=https://duckduckgo.com/?q=\\{@}&t=kde Query[uk]=https://duckduckgo.com/?q=\\{@}&t=kde Query[vi]=https://duckduckgo.com/?q=\\{@}&t=kde Query[wa]=https://duckduckgo.com/?q=\\{@}&t=kde -Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&t=kdexx Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&t=kde Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&t=kde Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_info.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_info.desktop index 2aaf25ea2e..e8258390af 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_info.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_info.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=duckduckgoinfo,ddi Name=Duck Duck Go Info +Name[am]=Duck Duck Go Info Name[ar]=معلومات دك دك جو Name[az]=Duck Duck Go haqqında məlumat Name[be]=Duck Duck Go Info @@ -11,7 +12,7 @@ Name[bg]=Информация в Duck Duck Go Name[bn]=ডাক ডাক গো তথ্য Name[bs]=Duck Duck Go Informacije Name[ca]=Duck Duck Go informació -Name[ca@valencia]=Duck Duck Go informació +Name[ca@valencia]=DuckDuckGo informació Name[cs]=Duck Duck Go Info Name[cy]=Gwybodaeth Duck Duck Go Name[da]=Duck Duck Go info @@ -38,6 +39,7 @@ Name[id]=Info Duck Duck Go Name[ie]=Duck Duck Go Info Name[is]=Duck Duck Go Info Name[it]=Informazioni di Duck Duck Go +Name[ja]=Duck Duck Go Info Name[ka]=Duck Duck Go ინფორმაცია Name[kk]=Duck Duck Go Info Name[km]=ព័ត៌មាន​របស់ Duck Duck Go @@ -49,13 +51,15 @@ Name[lv]=„Duck Duck Go“ informācija Name[ml]=ഡക്ക് ഡക്ക് ഗോ വിവരം Name[mr]=डक डक गो माहिती Name[my]=ဒက်ဒက်ဂိုးသတင်းအချက်အလက် -Name[nb]=Duck Duck Go Info +Name[nan_TW]=Duck Duck Go Info +Name[nan_TW@latin]=Duck Duck Go Info +Name[nb]=Duck Duck Go-informasjon Name[nds]=Duck Duck Go - Informatschonen Name[nl]=Duck Duck Go Info Name[nn]=Duck Duck Go-informasjon Name[pa]=ਡੱਕ ਡੱਕ ਗੋ ਜਾਣਕਾਰੀ Name[pl]=Duck Duck Go Info -Name[pt]=Informação do Duck Duck Go +Name[pt]=Informação do DuckDuckGo Name[pt_BR]=Informações do Duck Duck Go Name[ro]=Informații Duck Duck Go Name[ru]=Поиск Duck Duck Go: информация @@ -77,10 +81,10 @@ Name[ug]=Duck Duck Go ئۇچۇرى Name[uk]=Duck Duck Go Info Name[vi]=Duck Duck Go Thông tin Name[wa]=Duck Duck Go Info -Name[x-test]=xxDuck Duck Go Infoxx Name[zh_CN]=Duck Duck Go 信息 Name[zh_TW]=Duck Duck Go Info Query=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[am]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[ar]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[az]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[be]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde @@ -102,16 +106,20 @@ Query[eu]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[fa]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[fi]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[fr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[ga]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[gd]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[gl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[gu]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[he]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde&kl=he Query[hi]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[hr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[hu]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[ia]=http://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[id]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[ie]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[is]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[it]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[ja]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde&kl=jp-jp Query[ka]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[kk]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[ko]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde @@ -120,6 +128,8 @@ Query[lt]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[lv]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[mr]=http://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[my]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[nan_TW]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[nan_TW@latin]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[nb]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[nds]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[nl]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde @@ -140,13 +150,13 @@ Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[sv]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[tg]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde +Query[th]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[tok]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[tr]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[ug]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[uk]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[vi]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[wa]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde -Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&v=r&t=kdexx Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&v=r&t=kde Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_shopping.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_shopping.desktop index 53502ca7f5..a4b543900c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_shopping.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/duckduckgo_shopping.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=duckduckgoshopping,dds,dukgoshop Name=Duck Duck Go Shopping +Name[am]=Duck Duck Go ግብይት Name[ar]=تسوّق دك دك جو Name[az]=Duck Duck Go : Alış Name[be]=Куплі Duck Duck Go @@ -10,8 +11,8 @@ Name[be@latin]=Kupli Duck Duck Go Name[bg]=Пазаруване в Duck Duck Go Name[bn]=ডাক ডাক গো শপিং Name[bs]=Duck Duck Go Kupovina -Name[ca]=Duck Duck Go compres -Name[ca@valencia]=Duck Duck Go compres +Name[ca]=Compres de DuckDuckGo +Name[ca@valencia]=Compres de DuckDuckGo Name[cs]=Duck Duck Go Shopping Name[cy]=Siopa Duck Duck Go Name[da]=Duck Duck Go shopping @@ -38,6 +39,7 @@ Name[id]=Belanja Duck Duck Go Name[ie]=Duck Duck Go Shopping Name[is]=Duck Duck Go Shopping Name[it]=Acquisti di Duck Duck Go +Name[ja]=Duck Duck Go Shopping Name[ka]=Duck Duck Go საყიდლები Name[kk]=Duck Duck Go Shopping Name[km]=ការ​ទិញ​ឥវ៉ាន់របស់ Duck Duck Go @@ -50,13 +52,15 @@ Name[mai]=डक डक गो शापिंग Name[ml]=ഡക്ക് ഡക്ക് ഗോ ഷോപ്പിംഗ് Name[mr]=डक डक गो खरेदी Name[my]=ဒက်ဒက်ဂိုးစျေးဝယ်ထွက်မည် -Name[nb]=Duck Duck Go Shopping +Name[nan_TW]=Duck Duck Go Shopping +Name[nan_TW@latin]=Duck Duck Go Shopping +Name[nb]=Duck Duck Go-handel Name[nds]=Duck Duck Go - Inköpen Name[nl]=Duck Duck Go Shopping Name[nn]=Duck Duck Go-handel Name[pa]=ਡੱਕ ਡੱਕ ਗੋ ਸ਼ਾਪਿੰਗ Name[pl]=Duck Duck Go Shopping -Name[pt]=Loja do Duck Duck Go +Name[pt]=Loja do DuckDuckGo Name[pt_BR]=Loja do Duck Duck Go Name[ro]=Cumpărături Duck Duck Go Name[ru]=Поиск Duck Duck Go: покупки @@ -74,14 +78,14 @@ Name[tg]=Дукони онлайни Duck Duck Go Name[th]=ช้อปปิ้งของ Duck Duck Go Name[tok]=ilo pi alasa esun DuckDuckGo Name[tr]=Duck Duck Go Alışveriş -Name[ug]=Duck Duck Go ئېلىم-سېتىم +Name[ug]=Duck Duck Go سودىلىق Name[uk]=Duck Duck Go Shopping Name[vi]=Duck Duck Go Mua sắm Name[wa]=Duck Duck Go Botikes -Name[x-test]=xxDuck Duck Go Shoppingxx Name[zh_CN]=Duck Duck Go 购物 Name[zh_TW]=Duck Duck Go Shopping Query=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[am]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[ar]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[az]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[be]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde @@ -103,16 +107,20 @@ Query[eu]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[fa]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[fi]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[fr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[ga]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[gd]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[gl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[gu]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[he]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde&kl=he Query[hi]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[hr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[hu]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[ia]=http://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[id]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[ie]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[is]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[it]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[ja]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde&kl=jp-jp Query[ka]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[kk]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[ko]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde @@ -121,6 +129,8 @@ Query[lt]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[lv]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[mr]=http://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[my]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[nan_TW]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[nan_TW@latin]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[nb]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[nds]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[nl]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[sr@latin]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[sv]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[tg]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde +Query[th]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[tok]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[tr]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[ug]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[uk]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[vi]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[wa]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde -Query[x-test]=xxhttps://duckduckgo.com/?q=\\{@}&v=s&t=kdexx Query[zh_CN]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Query[zh_TW]=https://duckduckgo.com/?q=\\{@}&v=s&t=kde Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ecosia.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ecosia.desktop index 2718a85fca..ea0f0e61a0 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ecosia.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ecosia.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Ecosia search engine +Name[am]=Ecosia search engine Name[ar]=محرّك بحث Ecosia Name[az]=Ecosia axtarış vasitəsi Name[be]=Ecosia @@ -36,6 +37,7 @@ Name[id]=Mesin pencari Ecosia Name[ie]=Provisor de sercha Ecosia Name[is]=Ecosia-leitarvélin Name[it]=Motore di ricerca Ecosia +Name[ja]=Ecosia search engine Name[ka]=Ecosia ძებნის ძრავი Name[kk]=Ecosia іздеу құралы Name[km]=ម៉ាស៊ីន​ស្វែងរក Ecosia @@ -48,6 +50,8 @@ Name[mai]=इकोसिया खोज इंजिन Name[ml]=എക്കോഷ്യ തെരച്ചില്‍ എഞ്ചിന്‍ Name[mr]=एकोसिआ शोध इंजिन Name[my]=အီကိုးရှား ရှာဖွေအင်ဂျင် +Name[nan_TW]=Ecosia 搜揣 ia̋n-jín +Name[nan_TW@latin]=Ecosia tshiau-tshuē ia̋n-jín Name[nb]=Ecosia søkemotor Name[nds]=Ecosia-Söökmaschien Name[nl]=Ecosia zoekmachine @@ -72,15 +76,15 @@ Name[tg]=Низоми ҷустуҷӯии Ecosia Name[th]=บริการค้นหา Ecosia Name[tok]=ilo alasa Ecosia Name[tr]=Ecosia arama motoru -Name[ug]=Ecosia ئىزدەش ماتورى +Name[ug]=Ecosia ئىزدەش موتورى Name[uk]=Рушій пошуку Ecosia Name[vi]=Dụng cụ tìm kiếm Ecosia Name[wa]=Ricwerrece Ecosia -Name[x-test]=xxEcosia search enginexx Name[zh_CN]=Ecosia 搜索引擎 Name[zh_TW]=Ecosia 搜索引擎 Keys=ec,et,ethicle Query=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[am]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ar]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ast]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[az]=https://ecosia.org/search.php?q=\\{@}&meta=normal @@ -103,20 +107,27 @@ Query[eu]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[fa]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[fi]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[fr]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[ga]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[gl]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[gu]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[he]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[hr]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[hu]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ia]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[id]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ie]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[is]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[it]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[ja]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ka]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[ko]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[lg]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[lt]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[lv]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[my]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[nan_TW]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[nan_TW@latin]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[nb]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[nl]=https://www.ethicle.com/search.php?q=\\{@} Query[nn]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[pa]=https://ecosia.org/search.php?q=\\{@}&meta=normal @@ -131,10 +142,11 @@ Query[sl]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[sq]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[sv]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[tg]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[th]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[tok]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[tr]=https://ecosia.org/search.php?q=\\{@}&meta=normal +Query[ug]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[uk]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[vi]=https://ecosia.org/search.php?q=\\{@}&meta=normal -Query[x-test]=xxhttps://ecosia.org/search.php?q=\\{@}&meta=normalxx Query[zh_CN]=https://ecosia.org/search.php?q=\\{@}&meta=normal Query[zh_TW]=https://ecosia.org/search.php?q=\\{@}&meta=normal diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2de.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2de.desktop index 63eb214aa9..f7312d8926 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2de.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2de.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=en2de Name=dict.cc Translation: English to German Name[af]=dict.cc Vertaling: Engels na Duits +Name[am]=dict.cc ትርጉም፡ እንግሊዝኛ ወደ ጀርመንኛ Name[ar]=ترجمة dict.cc: من الانجليزية إلى الألمانية Name[as]=dict.cc Translation: English to German Name[az]=dict.cc tərcümə: İngiliscədən Almancaya @@ -14,7 +15,7 @@ Name[bn]=dict.cc অনুবাদ: ইংরাজি থেকে জার Name[bn_IN]=dict.cc অনুবাদ: ইংরাজি থেকে জার্মান Name[bs]=dikt.cc Prijevod: sa engleskog na njemački Name[ca]=Traducció dict.cc: Anglès - Alemany -Name[ca@valencia]=Traducció dict.cc: Anglés - Alemany +Name[ca@valencia]=Traducció dict.cc: Anglés – Alemany Name[cs]=Překlad dict.cc: z angličtiny do němčiny Name[csb]=dict.cc: anielsczi -> miemiecczi Name[cy]=cyfieithiad dict.cc: Saesneg i Almaeneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan dict.cc: Bahasa Inggris ke Jerman Name[ie]=Traduction dict.cc: anglesi a german Name[is]=dict.cc þýðingar: Úr ensku í þýsku Name[it]=Traduzione dict.cc: dall'inglese al tedesco +Name[ja]=dict.cc Translation: English to German Name[ka]=dict.cc თარგმანი: ინგლისურიდან გერმანულზე Name[kk]=dict.cc аудармашы: ағылшын тілінен немісшеге Name[km]=ការ​បកប្រែ dict.cc ៖ ភាសា​អង់គ្លេស​ទៅជា​​​អាល្លឺម៉ង់ @@ -59,7 +61,9 @@ Name[mk]=dict.cc превод: од англиски на германски Name[ml]=dict.cc പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ജര്‍മനിലേയ്ക്കു് Name[mr]=dict.cc अनुवादः अंग्रेजी ते जर्मन Name[my]=ဒစ် ဒေါ့ စီစီ ဘာသာပြန်မှု - အင်္ဂလိပ်မှ ဂျာမန်သို့ -Name[nb]=dict.cc Oversettelse fra engelsk til tysk +Name[nan_TW]=dict.cc 翻譯:英語 kàu 德語 +Name[nan_TW@latin]=dict.cc Huan-i̍k: Ing-gí kàu Tik-gí +Name[nb]=dict.cc Oversettelse: engelsk til tysk Name[nds]=dict.cc Översetten: Engelsch na Hoochdüütsch Name[ne]=dict.cc अनुवाद: अङ्ग्रेजीलाई जर्मनीमा Name[nl]=dict.cc-vertaling: Engels naar Duits @@ -67,7 +71,7 @@ Name[nn]=dict.cc Omsetjing: Engelsk til tysk Name[or]=dict.cc ଅନୁବାଦ: ଇଂରାଜୀରୁ ଜର୍ମାନ Name[pa]=dict.cc ਟਰਾਂਸਲੇਸ਼ਨ: ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਜਰਮਨ Name[pl]=dict.cc: angielski -> niemiecki -Name[pt]=Tradução do dict.cc: Inglês para Alemão +Name[pt]=Tradução do dict.cc: Inglês para Alemão Name[pt_BR]=dict.cc - Tradução: inglês para alemão Name[ro]=Traducere dict.cc: engleză la germană Name[ru]=Переводчик dict.cc: англо-немецкий @@ -93,10 +97,10 @@ Name[uz]=dict.cc tarjima: Inglizchadan Olmonchaga Name[uz@cyrillic]=dict.cc таржима: Инглизчадан Олмончага Name[vi]=dict.cc Dịch: Tiếng Anh sang tiếng Đức Name[wa]=Ratournaedje dict.cc: di l' inglès viè l' almand -Name[x-test]=xxdict.cc Translation: English to Germanxx Name[zh_CN]=dict.cc 翻译:英语译德语 Name[zh_TW]=dict.cc 翻譯: 英文至德文 Query=https://www.dict.cc/?s=\\{@} +Query[am]=https://www.dict.cc/?s=\\{@} Query[ar]=https://www.dict.cc/?s=\\{@} Query[ast]=https://www.dict.cc/?s=\\{@} Query[az]=https://www.dict.cc/?s=\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://www.dict.cc/?s=\\{@} Query[fa]=https://www.dict.cc/?s=\\{@} Query[fi]=https://www.dict.cc/?s=\\{@} Query[fr]=https://www.dict.cc/?s=\\{@} +Query[ga]=https://www.dict.cc/?s=\\{@} Query[gl]=https://www.dict.cc/?s=\\{@} +Query[gu]=https://www.dict.cc/?s=\\{@} Query[he]=https://www.dict.cc/?s=\\{@} +Query[hr]=https://www.dict.cc/?s=\\{@} Query[hu]=https://www.dict.cc/?s=\\{@} Query[ia]=https://www.dict.cc/?s=\\{@} Query[id]=https://www.dict.cc/?s=\\{@} Query[ie]=https://www.dict.cc/?s=\\{@} Query[is]=https://www.dict.cc/?s=\\{@} Query[it]=https://www.dict.cc/?s=\\{@} +Query[ja]=https://www.dict.cc/?s=\\{@} Query[ka]=https://www.dict.cc/?s=\\{@} Query[ko]=https://www.dict.cc/?s=\\{@} Query[lg]=https://www.dict.cc/?s=\\{@} Query[lt]=https://www.dict.cc/?s=\\{@} Query[lv]=https://www.dict.cc/?s=\\{@} Query[my]=https://www.dict.cc/?s=\\{@} +Query[nan_TW]=https://www.dict.cc/?s=\\{@} +Query[nan_TW@latin]=https://www.dict.cc/?s=\\{@} +Query[nb]=https://www.dict.cc/?s=\\{@} Query[nl]=https://www.dict.cc/?s=\\{@} Query[nn]=https://www.dict.cc/?s=\\{@} Query[pa]=https://www.dict.cc/?s=\\{@} @@ -147,11 +158,12 @@ Query[sl]=https://www.dict.cc/?s=\\{@} Query[sq]=https://www.dict.cc/?s=\\{@} Query[sv]=https://www.dict.cc/?s=\\{@} Query[tg]=https://www.dict.cc/?s=\\{@} +Query[th]=https://www.dict.cc/?s=\\{@} Query[tok]=https://www.dict.cc/?s=\\{@} Query[tr]=https://www.dict.cc/?s=\\{@} +Query[ug]=https://www.dict.cc/?s=\\{@} Query[uk]=https://www.dict.cc/?s=\\{@} Query[vi]=https://www.dict.cc/?s=\\{@} -Query[x-test]=xxhttps://www.dict.cc/?s=\\{@}xx Query[zh_CN]=https://www.dict.cc/?s=\\{@} Query[zh_TW]=https://www.dict.cc/?s=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2es.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2es.desktop index 3e6dbdf821..3479c7bd21 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2es.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2es.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=en2es Name=WordReference.com Translation: English to Spanish Name[af]=WordReference.com Vertaling: Engels na Spaans +Name[am]=WordReference.com ትርጉም፡ እንግሊዝኛ ወደ ስፓኒሽኛ Name[ar]=ترجمة WordReference.com: من الانجليزية إلى الإسبانية Name[as]=WordReference.com Translation: English to Spanish Name[az]=WordReference.com Tərcümə: İngiliscədən İspancaya @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে স্প্যানিশ Name[bs]=WordReference.com Prijevod: sa engleskog na španski Name[ca]=Traducció WordReference.com: Anglès - Espanyol -Name[ca@valencia]=Traducció WordReference.com: Anglés - Espanyol +Name[ca@valencia]=Traducció WordReference.com: Anglés – Espanyol Name[cs]=Překlad WordReference.com: z angličtiny do španělštiny Name[csb]=WordReference.com: anielsczi -> szpańsczi Name[cy]=Cyfieithiad WordReference.com: Saesneg i Sbaeneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Spanyol Name[ie]=Traduction de WordReference.com: anglesi a hispan Name[is]=WordReference.com þýðingar: Úr ensku í spænsku Name[it]=Traduzione WordReference.com: dall'inglese allo spagnolo +Name[ja]=WordReference.com Translation: English to Spanish Name[ka]=WordReference.com თარგმანი: ინგლისურიდან ესპანურზე Name[kk]=WordReference.com ағылшын тілінен испаншаға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅជា​​អេស្ប៉ាញ @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од англиски на шпанск Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും സ്പാനിഷിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः अंग्रेजी ते स्पॅनीश Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - အင်္ဂလိပ်မှ စပိန်သို့ -Name[nb]=WordReference.com – oversettelse fra engelsk til spansk +Name[nan_TW]=WordReference.com 翻譯:英語 kàu 西班牙語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Ing-gí kàu Se-pan-gâ-gí +Name[nb]=WordReference.com oversettelse: engelsk til spansk Name[nds]=WordReference.com Översetten: Engelsch na Spaansch Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई स्पेनीसमा Name[nl]=WordReference.com-vertaling: Engels naar Spaans @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: engelsk til spansk Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ସ୍ପେନିସ Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਸਪੇਨੀ Name[pl]=WordReference.com: angielski -> hiszpański -Name[pt]=Tradução do WordReference.com: Inglês para Espanhol +Name[pt]=Tradução do WordReference.com: Inglês para Espanhol Name[pt_BR]=WordReference.com - Tradução: inglês para espanhol Name[ro]=Traducere WordReference.com: engleză la spaniolă Name[ru]=Переводчик WordReference.com: англо-испанский @@ -93,10 +97,10 @@ Name[uz]=WordReference.com tarjima: Inglizchadan Ispanchaga Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Испанчага Name[vi]=WordReference.com Dịch: Tiếng Anh sang tiếng Tây Ban Nha Name[wa]=WordReference.com ratournaedje di l' inglès viè l' espagnol -Name[x-test]=xxWordReference.com Translation: English to Spanishxx Name[zh_CN]=WordReference.com 翻译:英语译西班牙语 Name[zh_TW]=WordReference.com 翻譯: 英文至西班牙文 Query=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[am]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[ar]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[az]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[be]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[fa]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[fi]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[fr]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[ga]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[gl]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[gu]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[he]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[hr]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[hu]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[ia]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[id]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[ie]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[is]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[it]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[ja]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[ka]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[ko]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[lg]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[lt]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[lv]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[my]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[nan_TW]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[nb]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[nl]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[nn]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[pa]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} @@ -146,11 +157,12 @@ Query[sl]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[sq]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[sv]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[tg]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[th]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[tok]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[tr]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} +Query[ug]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[uk]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[vi]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/es/translation.asp?tranword=\\{@}xx Query[zh_CN]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Query[zh_TW]=https://www.wordreference.com/es/translation.asp?tranword=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2fr.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2fr.desktop index cbe4960051..aa793e89c2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2fr.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2fr.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=en2fr Name=WordReference.com Translation: English to French Name[af]=WordReference.com Vertaling: Engels na Frans +Name[am]=WordReference.com ትርጉም፡ እንግሊዝኛ ወደ ፈረንሳይኛ Name[ar]=ترجمة WordReference.com: من الانجليزية إلى الفرنسية Name[as]=WordReference.com Translation: English to French Name[az]=WordReference.com Tərcümə :İngiliscədən Fransızcaya @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে ফ্রেঞ্চ Name[bs]=WordReference.com Prijevod: sa engleskog na francuski Name[ca]=Traducció WordReference.com: Anglès - Francès -Name[ca@valencia]=Traducció WordReference.com: Anglés - Francés +Name[ca@valencia]=Traducció WordReference.com: Anglés – Francés Name[cs]=Překlad WordReference.com: z angličtiny do francouzštiny Name[csb]=WordReference.com: anielsczi -> francësczi Name[cy]=Cyfieithiad WordReference.com: Saesneg i Ffrangeg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Perancis Name[ie]=Traduction de WordReference.com: anglesi a francesi Name[is]=WordReference.com þýðingar: Úr ensku í frönsku Name[it]=Traduzione WordReference.com: dall'inglese al francese +Name[ja]=WordReference.com Translation: English to French Name[ka]=WordReference.com თარგმანი: ინგლისურიდან ფრანგულზე Name[kk]=WordReference.com ағылшын тілінен французшаға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅ​ជា​​បារាំង @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од англиски на францу Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ഫ്രഞ്ചിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः अंग्रेजी ते फ्रांसीसी Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - အင်္ဂလိပ်မှ ပြင်သစ်သို့ -Name[nb]=WordReference.com – oversettelse fra engelsk til fransk +Name[nan_TW]=WordReference.com 翻譯:英語 kàu 法語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Ing-gí kàu Huat-gí +Name[nb]=WordReference.com oversettelse: engelsk til fransk Name[nds]=WordReference.com Översetten: Engelsch na Franzöösch Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई फ्रेन्चमा Name[nl]=WordReference.com-vertaling: Engels naar Frans @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: engelsk til fransk Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ଫ୍ରେଞ୍ଚ Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਫਰੈਂਚ Name[pl]=WordReference.com: angielski -> francuski -Name[pt]=Tradução do WordReference.com: Inglês para Francês +Name[pt]=Tradução do WordReference.com: Inglês para Francês Name[pt_BR]=WordReference.com - Tradução: inglês para francês Name[ro]=Traducere WordReference.com: engleză la franceză Name[ru]=Переводчик WordReference.com: англо-французский @@ -93,64 +97,54 @@ Name[uz]=WordReference.com tarjima: Inglizchadan Fransuzchaga Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Французчага Name[vi]=WordReference.com Dịch: Tiếng Anh sang tiếng Pháp Name[wa]=WordReference.com ratournaedje di l' inglès viè l' francès -Name[x-test]=xxWordReference.com Translation: English to Frenchxx Name[zh_CN]=WordReference.com 翻译:英语译法语 Name[zh_TW]=WordReference.com 翻譯: 英文至法文 -Query=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ar]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[az]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[be]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[be@latin]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[bg]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[bs]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ca]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ca@valencia]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[cs]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[cy]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[da]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[de]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[el]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[en_GB]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[eo]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[es]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[et]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[eu]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[fa]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[fi]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[fr]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[gl]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[he]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[hu]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ia]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[id]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ie]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[is]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[it]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ka]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ko]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[lg]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[lt]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[lv]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[my]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[nl]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[nn]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[pa]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[pl]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[pt]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[pt_BR]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ro]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[ru]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[sa]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} +Query=https://www.wordreference.com/enfr/\\{@} +Query[am]=https://www.wordreference.com/enfr/\\{@} +Query[ar]=https://www.wordreference.com/enfr/\\{@} +Query[az]=https://www.wordreference.com/enfr/\\{@} +Query[bg]=https://www.wordreference.com/enfr/\\{@} +Query[ca]=https://www.wordreference.com/enfr/\\{@} +Query[ca@valencia]=https://www.wordreference.com/enfr/\\{@} +Query[de]=https://www.wordreference.com/enfr/\\{@} +Query[eo]=https://www.wordreference.com/enfr/\\{@} +Query[es]=https://www.wordreference.com/enfr/\\{@} +Query[eu]=https://www.wordreference.com/enfr/\\{@} +Query[fi]=https://www.wordreference.com/enfr/\\{@} +Query[fr]=https://www.wordreference.com/enfr/\\{@} +Query[ga]=https://www.wordreference.com/enfr/\\{@} +Query[gl]=https://www.wordreference.com/enfr/\\{@} +Query[gu]=https://www.wordreference.com/enfr/\\{@} +Query[he]=https://www.wordreference.com/enfr/\\{@} +Query[hr]=https://www.wordreference.com/enfr/\\{@} +Query[hu]=https://www.wordreference.com/enfr/\\{@} +Query[ia]=https://www.wordreference.com/enfr/\\{@} +Query[is]=https://www.wordreference.com/enfr/\\{@} +Query[it]=https://www.wordreference.com/enfr/\\{@} +Query[ja]=https://www.wordreference.com/enfr/\\{@} +Query[ka]=https://www.wordreference.com/enfr/\\{@} +Query[ko]=https://www.wordreference.com/enfr/\\{@} +Query[lg]=https://www.wordreference.com/enfr/\\{@} +Query[lt]=https://www.wordreference.com/enfr/\\{@} +Query[lv]=https://www.wordreference.com/enfr/\\{@} +Query[my]=https://www.wordreference.com/enfr/\\{@} +Query[nan_TW]=https://www.wordreference.com/enfr/\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/enfr/\\{@} +Query[nb]=https://www.wordreference.com/enfr/\\{@} +Query[nl]=https://www.wordreference.com/enfr/\\{@} +Query[nn]=https://www.wordreference.com/enfr/\\{@} +Query[pl]=https://www.wordreference.com/enfr/\\{@} +Query[pt]=https://www.wordreference.com/enfr/\\{@} +Query[pt_BR]=https://www.wordreference.com/enfr/\\{@} +Query[ro]=https://www.wordreference.com/enfr/\\{@} +Query[ru]=https://www.wordreference.com/enfr/\\{@} Query[sk]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[sl]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[sq]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[sv]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[tg]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[tok]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[tr]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[uk]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[vi]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/fr/Translation.asp?enfr=\\{@}xx -Query[zh_CN]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} -Query[zh_TW]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} +Query[sl]=https://www.wordreference.com/enfr/\\{@} +Query[sv]=https://www.wordreference.com/enfr/\\{@} +Query[th]=https://www.wordreference.com/enfr/\\{@} +Query[tr]=https://www.wordreference.com/enfr/\\{@} +Query[ug]=https://www.wordreference.com/enfr/\\{@} +Query[uk]=https://www.wordreference.com/enfr/\\{@} +Query[zh_CN]=https://www.wordreference.com/enfr/\\{@} +Query[zh_TW]=https://www.wordreference.com/enfr/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2it.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2it.desktop index 28118031ef..4c2de2895d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2it.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/en2it.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=en2it Name=WordReference.com Translation: English to Italian Name[af]=WordReference.com Vertaling: Engels na Italiaans +Name[am]=WordReference.com ትርጉም፡ እንግሊዝኛ ወደ ጣልያንኛ Name[ar]=ترجمة WordReference.com: من الانجليزية إلى الإيطالية Name[as]=WordReference.com Translation: English to Italian Name[az]=WordReference.com Tərcümə: İngiliscədən İtalyancaya @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: ইংরাজি থেকে Name[bn_IN]=WordReference.com অনুবাদ: ইংরাজি থেকে ইটালিয়ান Name[bs]=WordReference.com Prijevod: sa engleskog na italijanski Name[ca]=Traducció WordReference.com: Anglès - Italià -Name[ca@valencia]=Traducció WordReference.com: Anglés - Italià +Name[ca@valencia]=Traducció WordReference.com: Anglés – Italià Name[cs]=Překlad WordReference.com: z angličtiny do italštiny Name[csb]=WordReference.com: anielsczi -> italsczi Name[cy]=Cyfieithiad WordReference.com: Saesneg i Eidaleg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Inggris ke Italia Name[ie]=Traduction de WordReference.com: anglesi a italian Name[is]=WordReference.com þýðingar: Úr ensku í ítölsku Name[it]=Traduzione WordReference.com: dall'inglese all'italiano +Name[ja]=WordReference.com Translation: English to Italian Name[ka]=WordReference.com თარგმანი: ინგლისურიდან იტალიურზე Name[kk]=WordReference.com ағылшын тілінен итальяншаға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អង់គ្លេស​ទៅ​ជា​អ៊ីតាលី @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од англиски на италиј Name[ml]=WordReference.com പരിഭാഷ: ഇംഗ്ലീഷില്‍ നിന്നും ഇറ്റാലിയനിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः अंग्रेजी ते इटालीयन Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - အင်္ဂလိပ်မှ အီတလီသို့ -Name[nb]=WordReference.com – oversettelse fra engelsk til italiensk +Name[nan_TW]=WordReference.com 翻譯:英語 kàu 義大利語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Ing-gí kàu Ì-tāi-lī-gí +Name[nb]=WordReference.com – oversettelse: engelsk til italiensk Name[nds]=WordReference.com Översetten: Engelsch na Italieensch Name[ne]=WordReference.com Translation: अङ्ग्रेजीलाई इटलीमा Name[nl]=WordReference.com-vertaling: Engels naar Italiaans @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: engelsk til italiensk Name[or]=WordReference.com ଅନୁବାଦ: ଇଂରାଜୀରୁ ଇଟାଲିଆନ Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਅੰਗਰੇਜ਼ੀ ਤੋਂ ਇਤਾਲਵੀ Name[pl]=WordReference.com: angielski -> włoski -Name[pt]=Tradução do WordReference.com: Inglês para Italiano +Name[pt]=Tradução do WordReference.com: Inglês para Italiano Name[pt_BR]=WordReference.com - Tradução: inglês para italiano Name[ro]=Traducere WordReference.com: engleză la italiană Name[ru]=Переводчик WordReference.com: англо-итальянский @@ -87,70 +91,60 @@ Name[tg]=Тарҷумаҳои WordReference.com: Англисӣ ба итоли Name[th]=การแปลจาก WordReference.com: แปลภาษาอังกฤษเป็นอิตาเลี่ยน Name[tok]=ilo pi ante toki WordReference.com: toki Inli tawa toki Italija Name[tr]=WordReference.com Çevirisi: İngilizceden İtalyancaya -Name[ug]=WordReference.com تەرجىمە: ئىنگلىزچىدىن ئىتاليانچىغا +Name[ug]=WordReference.com تەرجىمە: ئىنگلىزچىدىن ئىتالىيانچىغا Name[uk]=WordReference.com — переклад з англійської італійською Name[uz]=WordReference.com tarjima: Inglizchadan Italyanchaga Name[uz@cyrillic]=WordReference.com таржима: Инглизчадан Италянчага Name[vi]=WordReference.com Dịch: Tiếng Anh sang tiếng Ý Name[wa]=WordReference.com ratournaedje di l' inglès viè l' itålyin -Name[x-test]=xxWordReference.com Translation: English to Italianxx Name[zh_CN]=WordReference.com 翻译:英语译意大利语 Name[zh_TW]=WordReference.com 翻譯: 英文至義大利文 -Query=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ar]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[az]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[be]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[be@latin]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[bg]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[bs]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ca]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ca@valencia]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[cs]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[cy]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[da]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[de]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[el]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[en_GB]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[eo]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[es]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[et]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[eu]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[fa]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[fi]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[fr]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[gl]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[he]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[hu]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ia]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[id]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ie]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[is]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[it]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ka]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ko]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[lg]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[lt]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[lv]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[my]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[nl]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[nn]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[pa]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[pl]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[pt]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[pt_BR]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ro]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[ru]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[sa]=https://www.wordreference.com/it/translation.asp?enit=\\{@} +Query=https://www.wordreference.com/iten/\\{@} +Query[am]=https://www.wordreference.com/iten/\\{@} +Query[ar]=https://www.wordreference.com/iten/\\{@} +Query[az]=https://www.wordreference.com/iten/\\{@} +Query[bg]=https://www.wordreference.com/iten/\\{@} +Query[ca]=https://www.wordreference.com/iten/\\{@} +Query[ca@valencia]=https://www.wordreference.com/iten/\\{@} +Query[de]=https://www.wordreference.com/iten/\\{@} +Query[eo]=https://www.wordreference.com/iten/\\{@} +Query[es]=https://www.wordreference.com/iten/\\{@} +Query[eu]=https://www.wordreference.com/iten/\\{@} +Query[fi]=https://www.wordreference.com/iten/\\{@} +Query[fr]=https://www.wordreference.com/iten/\\{@} +Query[ga]=https://www.wordreference.com/iten/\\{@} +Query[gl]=https://www.wordreference.com/iten/\\{@} +Query[gu]=https://www.wordreference.com/iten/\\{@} +Query[he]=https://www.wordreference.com/iten/\\{@} +Query[hr]=https://www.wordreference.com/iten/\\{@} +Query[hu]=https://www.wordreference.com/iten/\\{@} +Query[ia]=https://www.wordreference.com/iten/\\{@} +Query[is]=https://www.wordreference.com/iten/\\{@} +Query[it]=https://www.wordreference.com/iten/\\{@} +Query[ja]=https://www.wordreference.com/iten/\\{@} +Query[ka]=https://www.wordreference.com/iten/\\{@} +Query[ko]=https://www.wordreference.com/iten/\\{@} +Query[lg]=https://www.wordreference.com/iten/\\{@} +Query[lt]=https://www.wordreference.com/iten/\\{@} +Query[lv]=https://www.wordreference.com/iten/\\{@} +Query[my]=https://www.wordreference.com/iten/\\{@} +Query[nan_TW]=https://www.wordreference.com/iten/\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/iten/\\{@} +Query[nb]=https://www.wordreference.com/iten/\\{@} +Query[nl]=https://www.wordreference.com/iten/\\{@} +Query[nn]=https://www.wordreference.com/iten/\\{@} +Query[pl]=https://www.wordreference.com/iten/\\{@} +Query[pt]=https://www.wordreference.com/iten/\\{@} +Query[pt_BR]=https://www.wordreference.com/iten/\\{@} +Query[ro]=https://www.wordreference.com/iten/\\{@} +Query[ru]=https://www.wordreference.com/iten/\\{@} Query[sk]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[sl]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[sq]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[sv]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[tg]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[tok]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[tr]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[uk]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[vi]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/it/translation.asp?enit=\\{@}xx -Query[zh_CN]=https://www.wordreference.com/it/translation.asp?enit=\\{@} -Query[zh_TW]=https://www.wordreference.com/it/translation.asp?enit=\\{@} +Query[sl]=https://www.wordreference.com/iten/\\{@} +Query[sv]=https://www.wordreference.com/iten/\\{@} +Query[th]=https://www.wordreference.com/iten/\\{@} +Query[tr]=https://www.wordreference.com/iten/\\{@} +Query[ug]=https://www.wordreference.com/iten/\\{@} +Query[uk]=https://www.wordreference.com/iten/\\{@} +Query[zh_CN]=https://www.wordreference.com/iten/\\{@} +Query[zh_TW]=https://www.wordreference.com/iten/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/es2en.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/es2en.desktop index 94cc7b23c1..99518221be 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/es2en.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/es2en.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=es2en Name=WordReference.com Translation: Spanish to English Name[af]=WordReference.com Vertaling: Spaans na Engels +Name[am]=WordReference.com ትርጉም፡ ስፓኒሽኛ ወደ እንግሊዝኛ Name[ar]=ترجمة WordReference.com: من الإسبانية إلى الانجليزية Name[as]=WordReference.com Translation: Spanish to English Name[az]=WordReference.com Tərcümə: İspancadan İngiliscəyə @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: স্প্যানিশ থ Name[bn_IN]=WordReference.com অনুবাদ: স্প্যানিশ থেকে ইংরাজি Name[bs]=WordReference.com Prijevod: sa španskog na engleski Name[ca]=Traducció WordReference.com: Espanyol - Anglès -Name[ca@valencia]=Traducció WordReference.com: Espanyol - Anglés +Name[ca@valencia]=Traducció WordReference.com: Espanyol – Anglés Name[cs]=Překlad WordReference.com: ze španělštiny do angličtiny Name[csb]=WordReference.com: szpańsczi -> anielsczi Name[cy]=Cyfieithiad WordReference.com: Sbaeneg i Saesneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Spanyol ke Inggris Name[ie]=Traduction de WordReference.com: hispan a anglesi Name[is]=WordReference.com þýðingar: Úr spænsku í ensku Name[it]=Traduzione WordReference.com: dallo spagnolo all'inglese +Name[ja]=WordReference.com Translation: Spanish to English Name[ka]=WordReference.com თარგმანი: ესპანურიდან ინგლისურზე Name[kk]=WordReference.com испан тілінен ағылшынға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អេស្ប៉ាញ​ទៅ​ជា​អង់គ្លេស @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од шпански на англиск Name[ml]=WordReference.com പരിഭാഷ: സ്പാനിഷില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः स्पेनी ते अंग्रेजी Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - စပိန်မှ အင်္ဂလိပ်သို့ -Name[nb]=WordReference.com – oversettelse fra spansk til engelsk +Name[nan_TW]=WordReference.com 翻譯:西班牙語 kàu 英語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Se-pan-gâ-gí kàu Ing-gí +Name[nb]=WordReference.com – oversettelse: spansk til engelsk Name[nds]=WordReference.com Översetten: Spaansch na Engelsch Name[ne]=WordReference.com Translation: स्पेनिसलाई अङ्ग्रेजीमा Name[nl]=WordReference.com-vertaling: Spaans naar Engels @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: spansk til engelsk Name[or]=WordReference.com ଅନୁବାଦ: ସ୍ପେନିସରୁ ଇଂରାଜୀ Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਸਪੇਨੀ ਤੋਂ ਅੰਗਰੇਜ਼ੀ Name[pl]=WordReference.com: hiszpański -> angielski -Name[pt]=Tradução do WordReference.com: Espanhol para Inglês +Name[pt]=Tradução do WordReference.com: Espanhol para Inglês Name[pt_BR]=WordReference.com - Tradução: espanhol para inglês Name[ro]=Traducere WordReference.com: spaniolă la engleză Name[ru]=Переводчик WordReference.com: испанско-английский @@ -87,16 +91,16 @@ Name[tg]=Тарҷумаҳои WordReference.com: Испанӣ ба англис Name[th]=การแปลจาก WordReference.com: แปลภาษาสเปนเป็นอังกฤษ Name[tok]=ilo pi ante toki WordReference.com: toki Epanja tawa toki Inli Name[tr]=WordReference.com Çevirisi: İspanyolcadan İngilizceye -Name[ug]=WordReference.com تەرجىمە: ئىسپانچىدىن ئىنگلىزچىغا +Name[ug]=WordReference.com تەرجىمە: ئىسپانچىدىن ئىنگلىزچىگە Name[uk]=WordReference.com — переклад з іспанської англійською Name[uz]=WordReference.com tarjima: Ispanchadan Inglizchaga Name[uz@cyrillic]=WordReference.com таржима: Испанчадан Инглизчага Name[vi]=WordReference.com Dịch: Tiếng Tây Ban Nha sang tiếng Anh Name[wa]=WordReference.com ratournaedje do castiyan viè l' inglès -Name[x-test]=xxWordReference.com Translation: Spanish to Englishxx Name[zh_CN]=WordReference.com 翻译:西班牙语译英语 Name[zh_TW]=WordReference.com 翻譯: 西班牙文至英文 Query=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[am]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[ar]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[az]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[be]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[fa]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[fi]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[fr]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[ga]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[gl]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[gu]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[he]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[hr]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[hu]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[ia]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[id]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[ie]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[is]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[it]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[ja]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[ka]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[ko]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[lg]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[lt]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[lv]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[my]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[nan_TW]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[nb]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[nl]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[nn]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[pa]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} @@ -146,11 +157,12 @@ Query[sl]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[sq]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[sv]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[tg]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[th]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[tok]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[tr]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} +Query[ug]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[uk]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[vi]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/es/en/translation.asp?spen=\\{@}xx Query[zh_CN]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Query[zh_TW]=https://www.wordreference.com/es/en/translation.asp?spen=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/facebook.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/facebook.desktop index 0e3fdc39ec..0f2553cfe9 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/facebook.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/facebook.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=facebook,face,fb Name=Facebook +Name[am]=Facebook Name[ar]=فيس بوك Name[ast]=Facebook Name[az]=Facebook @@ -39,6 +40,7 @@ Name[id]=Facebook Name[ie]=Facebook Name[is]=Facebook Name[it]=Facebook +Name[ja]=Facebook Name[ka]=Facebook Name[kk]=Facebook Name[km]=Facebook @@ -51,6 +53,8 @@ Name[mai]=फेसबुक Name[ml]=ഫേസ്ബുക്ക് Name[mr]=फेसबूक Name[my]=ဖေ့စ်ဘွတ်ခ် +Name[nan_TW]=Facebook +Name[nan_TW@latin]=Facebook Name[nb]=Facebook Name[nds]=Facebook Name[nl]=Facebook @@ -75,14 +79,14 @@ Name[tg]=Facebook Name[th]=เฟซบุ้ค Name[tok]=ilo Facebook Name[tr]=Facebook -Name[ug]=فېيىسبۇك(Facebook) +Name[ug]=Facebook Name[uk]=Facebook Name[vi]=Facebook Name[wa]=Facebook -Name[x-test]=xxFacebookxx Name[zh_CN]=Facebook Name[zh_TW]=Facebook Query=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[am]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ar]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[az]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[be]=https://www.facebook.com/search/?q=\\{@}&init=quick @@ -104,16 +108,20 @@ Query[eu]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[fa]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[fi]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[fr]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[ga]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[gd]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[gl]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[gu]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[he]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[hi]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[hr]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[hu]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ia]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[id]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ie]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[is]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[it]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[ja]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ka]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[kk]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ko]=https://www.facebook.com/search/?q=\\{@}&init=quick @@ -122,6 +130,8 @@ Query[lt]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[lv]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[mr]=http://www.facebook.com/search/?q=\\{@}&init=quick Query[my]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[nan_TW]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[nan_TW@latin]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[nb]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[nds]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[nl]=https://www.facebook.com/search/?q=\\{@}&init=quick @@ -142,13 +152,13 @@ Query[sr@ijekavianlatin]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[sr@latin]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[sv]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[tg]=https://www.facebook.com/search/?q=\\{@}&init=quick +Query[th]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[tok]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[tr]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[ug]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[uk]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[vi]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[wa]=https://www.facebook.com/search/?q=\\{@}&init=quick -Query[x-test]=xxhttps://www.facebook.com/search/?q=\\{@}&init=quickxx Query[zh_CN]=https://www.facebook.com/search/?q=\\{@}&init=quick Query[zh_TW]=https://www.facebook.com/search/?q=\\{@}&init=quick Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fedora.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fedora.desktop new file mode 100644 index 0000000000..8166d929b1 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fedora.desktop @@ -0,0 +1,99 @@ +[Desktop Entry] +Name=Fedora Packages +Name[am]=Fedora Packages +Name[ar]=حزم فيدورا +Name[az]=Fedora paketləri +Name[bg]=Пакети на Fedora +Name[ca]=Paquets Fedora +Name[ca@valencia]=Paquets Fedora +Name[de]=Fedora-Pakete +Name[eo]=Fedora-Pakoj +Name[es]=Paquetes de Fedora +Name[eu]=Fedora paketeak +Name[fi]=Fedora-paketit +Name[fr]=Paquets de Fedora +Name[ga]=Pacáistí Fedora +Name[gl]=Paquetes de Fedora +Name[gu]=ફેડોરાના પેકેજો +Name[he]=חבילות פדורה +Name[hr]=Fedora paketi +Name[hu]=Fedora Packages +Name[ia]=Pacchettos de Fedora +Name[is]=Fedora-pakkar +Name[it]=Pacchetti Fedora +Name[ja]=Fedora Packages +Name[ka]=Fedora-ის პაკეტები +Name[ko]=Fedora 패키지 +Name[lg]=Emiganda gya mu Fedora +Name[lt]=Fedora paketai +Name[lv]=„Fedora“ pakotnes +Name[my]=Fedora Packages +Name[nan_TW]=Fedora 套件 +Name[nan_TW@latin]=Fedora Thò-kiānn +Name[nb]=Fedora-pakker +Name[nl]=Fedora-pakketten +Name[nn]=Fedora-pakkar +Name[pl]=Pakiety Fedory +Name[pt]=Pesquisa de Pacotes do Fedora +Name[pt_BR]=Pacotes Fedora +Name[ro]=Pachete Fedora +Name[ru]=Пакеты Fedora +Name[sk]=Fedora Packages +Name[sl]=Paketi Fedora +Name[sv]=Fedora-paket +Name[th]=แพ็คเกจ Fedora +Name[tr]=Fedora Paketleri +Name[ug]=Fedora بوغچىسى +Name[uk]=Пакунки Fedora +Name[zh_CN]=Fedora 软件包 +Name[zh_TW]=Fedora 軟體包 +Type=Service +Keys=fedora +Query=https://packages.fedoraproject.org/search?query=\\{@} +Query[am]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ar]=https://packages.fedoraproject.org/search?query=\\{@} +Query[az]=https://packages.fedoraproject.org/search?query=\\{@} +Query[bg]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ca]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ca@valencia]=https://packages.fedoraproject.org/search?query=\\{@} +Query[de]=https://packages.fedoraproject.org/search?query=\\{@} +Query[eo]=https://packages.fedoraproject.org/search?query=\\{@} +Query[es]=https://packages.fedoraproject.org/search?query=\\{@} +Query[eu]=https://packages.fedoraproject.org/search?query=\\{@} +Query[fi]=https://packages.fedoraproject.org/search?query=\\{@} +Query[fr]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ga]=https://packages.fedoraproject.org/search?query=\\{@} +Query[gl]=https://packages.fedoraproject.org/search?query=\\{@} +Query[gu]=https://packages.fedoraproject.org/search?query=\\{@} +Query[he]=https://packages.fedoraproject.org/search?query=\\{@} +Query[hr]=https://packages.fedoraproject.org/search?query=\\{@} +Query[hu]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ia]=https://packages.fedoraproject.org/search?query=\\{@} +Query[is]=https://packages.fedoraproject.org/search?query=\\{@} +Query[it]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ja]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ka]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ko]=https://packages.fedoraproject.org/search?query=\\{@} +Query[lg]=https://packages.fedoraproject.org/search?query=\\{@} +Query[lt]=https://packages.fedoraproject.org/search?query=\\{@} +Query[lv]=https://packages.fedoraproject.org/search?query=\\{@} +Query[my]=https://packages.fedoraproject.org/search?query=\\{@} +Query[nan_TW]=https://packages.fedoraproject.org/search?query=\\{@} +Query[nan_TW@latin]=https://packages.fedoraproject.org/search?query=\\{@} +Query[nb]=https://packages.fedoraproject.org/search?query=\\{@} +Query[nl]=https://packages.fedoraproject.org/search?query=\\{@} +Query[nn]=https://packages.fedoraproject.org/search?query=\\{@} +Query[pl]=https://packages.fedoraproject.org/search?query=\\{@} +Query[pt]=https://packages.fedoraproject.org/search?query=\\{@} +Query[pt_BR]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ro]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ru]=https://packages.fedoraproject.org/search?query=\\{@} +Query[sk]=https://directory.fsf.org/search/?query=\\{@} +Query[sl]=https://packages.fedoraproject.org/search?query=\\{@} +Query[sv]=https://packages.fedoraproject.org/search?query=\\{@} +Query[th]=https://packages.fedoraproject.org/search?query=\\{@} +Query[tr]=https://packages.fedoraproject.org/search?query=\\{@} +Query[ug]=https://packages.fedoraproject.org/search?query=\\{@} +Query[uk]=https://packages.fedoraproject.org/search?query=\\{@} +Query[zh_CN]=https://packages.fedoraproject.org/search?query=\\{@} +Query[zh_TW]=https://packages.fedoraproject.org/search?query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/feedster.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/feedster.desktop index cfa2872ea5..b4ac3e9282 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/feedster.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/feedster.desktop @@ -2,6 +2,7 @@ Type=Service Name=Feedster Name[af]=Feedster +Name[am]=Feedster Name[ar]=موقع Feedster Name[as]=Feedster Name[ast]=Feedster @@ -45,6 +46,7 @@ Name[id]=Feedster Name[ie]=Feedster Name[is]=Feedster Name[it]=Feedster +Name[ja]=Feedster Name[ka]=Feedster Name[kk]=Feedster Name[km]=Feedster @@ -60,6 +62,8 @@ Name[ml]=ഫീഡ്സ്റ്റര്‍ Name[mr]=Feedster Name[ms]=Feedster Name[my]=ဖီဒ်စတား +Name[nan_TW]=Feedster +Name[nan_TW@latin]=Feedster Name[nb]=Feedster Name[nds]=Feedster Name[ne]=फेडस्टर @@ -94,11 +98,11 @@ Name[uz]=Feedster Name[uz@cyrillic]=Feedster Name[vi]=Feedster Name[wa]=Feedster -Name[x-test]=xxFeedsterxx Name[zh_CN]=Feedster Name[zh_TW]=Feedster Keys=blog,rss,feedster Query=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[am]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[ar]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[az]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[be]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{ Query[fa]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[fi]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[fr]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[ga]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[gl]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[gu]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[he]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[hr]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[hu]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[ia]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[id]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[ie]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[is]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[it]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[ja]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[ka]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[ko]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[lg]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[lt]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[lv]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[my]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[nan_TW]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[nan_TW@latin]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[nb]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[nl]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[nn]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[pa]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} @@ -148,11 +159,12 @@ Query[sl]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{ Query[sq]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[sv]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[tg]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[th]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[tok]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[tr]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} +Query[ug]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[uk]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[vi]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} -Query[x-test]=xxhttps://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@}xx Query[zh_CN]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Query[zh_TW]=https://www.feedster.com/index.php?page=search/web&type=Web&search=\\{@} Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flathub.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flathub.desktop new file mode 100644 index 0000000000..0359ceb27e --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flathub.desktop @@ -0,0 +1,63 @@ +[Desktop Entry] +Charset= +Name=Flathub +Name[ar]=Flathub +Name[bg]=Flathub +Name[ca]=Flathub +Name[ca@valencia]=Flathub +Name[de]=Flathub +Name[es]=Flathub +Name[fr]=Flathub +Name[he]=Flathub +Name[hr]=Flathub +Name[hu]=Flathub +Name[ia]=Flathub +Name[is]=Flathub +Name[it]=Flathub +Name[ja]=Flathub +Name[ka]=Flathub +Name[ko]=Flathub +Name[lt]=Flathub +Name[nan_TW]=Flathub +Name[nan_TW@latin]=Flathub +Name[nl]=Flathub +Name[nn]=Flathub +Name[pt_BR]=Flathub +Name[ru]=Flathub +Name[sk]=Flathub +Name[sl]=Flathub +Name[tr]=Flathub +Name[uk]=Flathub +Name[zh_CN]=Flathub +Name[zh_TW]=Flathub +Type=Service +Keys=flathub,app +Query=https://flathub.org/apps/search?q=\\{@} +Query[ar]=https://flathub.org/apps/search?q=\\{@} +Query[bg]=https://flathub.org/apps/search?q=\\{@} +Query[ca]=https://flathub.org/apps/search?q=\\{@} +Query[ca@valencia]=https://flathub.org/apps/search?q=\\{@} +Query[de]=https://flathub.org/apps/search?q=\\{@} +Query[es]=https://flathub.org/apps/search?q=\\{@} +Query[fr]=https://flathub.org/apps/search?q=\\{@} +Query[he]=https://flathub.org/he/apps/search?q=\\{@} +Query[hr]=https://flathub.org/apps/search?q=\\{@} +Query[hu]=https://flathub.org/apps/search?q=\\{@} +Query[ia]=https://flathub.org/apps/search?q=\\{@} +Query[is]=https://flathub.org/apps/search?q=\\{@} +Query[it]=https://flathub.org/apps/search?q=\\{@} +Query[ka]=https://flathub.org/apps/search?q=\\{@} +Query[ko]=https://flathub.org/apps/search?q=\\{@} +Query[lt]=https://flathub.org/apps/search?q=\\{@} +Query[nan_TW]=https://flathub.org/apps/search?q=\\{@} +Query[nan_TW@latin]=https://flathub.org/apps/search?q=\\{@} +Query[nl]=https://flathub.org/apps/search?q=\\{@} +Query[nn]=https://flathub.org/apps/search?q=\\{@} +Query[pt_BR]=https://flathub.org/apps/search?q=\\{@} +Query[ru]=https://flathub.org/apps/search?q=\\{@} +Query[sk]=https://flathub.org/apps/search?q=\\{@} +Query[sl]=https://flathub.org/apps/search?q=\\{@} +Query[tr]=https://flathub.org/apps/search?q=\\{@} +Query[uk]=https://flathub.org/apps/search?q=\\{@} +Query[zh_CN]=https://flathub.org/apps/search?q=\\{@} +Query[zh_TW]=https://flathub.org/apps/search?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flatpak.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flatpak.desktop index 0d9a3b7fb7..47d092511e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flatpak.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flatpak.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Flatpak Documentation +Name[am]=Flatpak ሰነዶች Name[ar]=توثيق فلاتباك Name[ast]=Documentación de Flatpak Name[az]=Flatpak sənədləşməsi @@ -22,25 +23,32 @@ Name[eu]=Flatpak dokumentazioa Name[fa]=مستندات فلت‌پک Name[fi]=Flatpak-dokumentaatio Name[fr]=Documentation de Flatpak +Name[ga]=Doiciméadú Flatpak Name[gl]=Documentación de Flatpak +Name[gu]=ફ્લેટપેકના ઓનલાઇન દસ્તાવેજો Name[he]=התיעוד של Flatpak +Name[hr]=Flatpak dokumentacija Name[hu]=Flatpak dokumentáció Name[ia]=Documentation de Flatpak Name[id]=Dokumentasi Flatpak Name[ie]=Documentation de Flatpak Name[is]=Flatpak-hjálparskjöl Name[it]=Documentazione Flatpak +Name[ja]=Flatpak ドキュメンテーション Name[ka]=Flatpak -ის დოკუმენტაცია Name[ko]=Flatpak 문서 Name[lg]=Ebiwandiko Ebikwata ku Flatpak Name[lt]=Flatpak dokumentacija Name[lv]=„Flatpak“ dokumentācija Name[my]=ဖလက်ပတ်ခ် ဒိုကူမန်တေးရှင်း +Name[nan_TW]=Flatpak 文件 +Name[nan_TW@latin]=Flatpak Bûn-kiānn +Name[nb]=Flatpak-dokumentasjon Name[nl]=Flatpak-documentatie Name[nn]=Flatpak-dokumentasjon Name[pa]=ਫਲੈਟਪੈਕ ਡੌਕੂਮੈਂਟੇਸ਼ਨ Name[pl]=Dokumentacja Flatpaka -Name[pt]=Documentação do Flatpak +Name[pt]=Documentação do Flatpak Name[pt_BR]=Documentação do Flatpak Name[ro]=Documentația Flatpak Name[ru]=Документация по Flatpak @@ -49,15 +57,17 @@ Name[sk]=Dokumentácia Flatpak Name[sl]=Dokumentacija za Flatpak Name[sq]=Dokumentim për Flatpak Name[sv]=Flatpak-dokumentation +Name[th]=เอกสารอธิบาย Flatpak Name[tr]=Flatpak Belgelendirmesi +Name[ug]=Flatpak قوللانمىسى Name[uk]=Документація з Flatpak Name[vi]=Tài liệu Flatpak -Name[x-test]=xxFlatpak Documentationxx Name[zh_CN]=Flatpak 文档 Name[zh_TW]=Flatpak 說明文件 Type=Service Keys=flatpak Query=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[am]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ar]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ast]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[az]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default @@ -80,20 +90,27 @@ Query[eu]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords= Query[fa]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[fi]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[fr]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[ga]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[gl]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[gu]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[he]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[hr]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[hu]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ia]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[id]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ie]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[is]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[it]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[ja]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ka]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[ko]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[lg]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[lt]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[lv]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[my]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[nan_TW]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[nan_TW@latin]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[nb]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[nl]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[nn]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[pa]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default @@ -107,9 +124,10 @@ Query[sk]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords= Query[sl]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=privzeto Query[sq]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[sv]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[th]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[tr]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default +Query[ug]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[uk]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[vi]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default -Query[x-test]=xxhttps://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=defaultxx Query[zh_CN]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default Query[zh_TW]=https://docs.flatpak.org/en/latest/search.html?q=\\{@}&check_keywords=yes&area=default diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickr.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickr.desktop index adaedeb1de..3c08296f98 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickr.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickr.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=flickr,flkr Name=Flickr +Name[am]=Flickr Name[ar]=فليكر Name[ast]=Flickr Name[az]=Flickr @@ -39,6 +40,7 @@ Name[id]=Flickr Name[ie]=Flickr Name[is]=Flickr Name[it]=Flickr +Name[ja]=Flickr Name[ka]=Flickr Name[kk]=Flickr Name[km]=Flickr @@ -51,6 +53,8 @@ Name[mai]=Flickr Name[ml]=ഫ്ലിക്കര്‍ Name[mr]=फ्लिकर Name[my]=ဖလစ်ကာ +Name[nan_TW]=Flickr +Name[nan_TW@latin]=Flickr Name[nb]=Flickr Name[nds]=Flickr Name[nl]=Flickr @@ -79,10 +83,10 @@ Name[ug]=Flickr Name[uk]=Flickr Name[vi]=Flickr Name[wa]=Flickr -Name[x-test]=xxFlickrxx Name[zh_CN]=Flickr Name[zh_TW]=Flickr Query=https://www.flickr.com/search/?q=\\{@} +Query[am]=https://www.flickr.com/search/?q=\\{@} Query[ar]=https://www.flickr.com/search/?q=\\{@} Query[ast]=https://www.flickr.com/search/?q=\\{@} Query[az]=https://www.flickr.com/search/?q=\\{@} @@ -105,20 +109,27 @@ Query[eu]=https://www.flickr.com/search/?q=\\{@} Query[fa]=https://www.flickr.com/search/?q=\\{@} Query[fi]=https://www.flickr.com/search/?q=\\{@} Query[fr]=https://www.flickr.com/search/?q=\\{@} +Query[ga]=https://www.flickr.com/search/?q=\\{@} Query[gl]=https://www.flickr.com/search/?q=\\{@} +Query[gu]=https://www.flickr.com/search/?q=\\{@} Query[he]=https://www.flickr.com/search/?q=\\{@} +Query[hr]=https://www.flickr.com/search/?q=\\{@} Query[hu]=https://www.flickr.com/search/?q=\\{@} Query[ia]=https://www.flickr.com/search/?q=\\{@} Query[id]=https://www.flickr.com/search/?q=\\{@} Query[ie]=https://www.flickr.com/search/?q=\\{@} Query[is]=https://www.flickr.com/search/?q=\\{@} Query[it]=https://www.flickr.com/search/?q=\\{@} +Query[ja]=https://www.flickr.com/search/?q=\\{@} Query[ka]=https://www.flickr.com/search/?q=\\{@} Query[ko]=https://www.flickr.com/search/?q=\\{@} Query[lg]=https://www.flickr.com/search/?q=\\{@} Query[lt]=https://www.flickr.com/search/?q=\\{@} Query[lv]=https://www.flickr.com/search/?q=\\{@} Query[my]=https://www.flickr.com/search/?q=\\{@} +Query[nan_TW]=https://www.flickr.com/search/?q=\\{@} +Query[nan_TW@latin]=https://www.flickr.com/search/?q=\\{@} +Query[nb]=https://www.flickr.com/search/?q=\\{@} Query[nl]=https://www.flickr.com/search/?q=\\{@} Query[nn]=https://www.flickr.com/search/?q=\\{@} Query[pa]=https://www.flickr.com/search/?q=\\{@} @@ -133,11 +144,12 @@ Query[sl]=https://www.flickr.com/search/?q=\\{@} Query[sq]=https://www.flickr.com/search/?q=\\{@} Query[sv]=https://www.flickr.com/search/?q=\\{@} Query[tg]=https://www.flickr.com/search/?q=\\{@} +Query[th]=https://www.flickr.com/search/?q=\\{@} Query[tok]=https://www.flickr.com/search/?q=\\{@} Query[tr]=https://www.flickr.com/search/?q=\\{@} +Query[ug]=https://www.flickr.com/search/?q=\\{@} Query[uk]=https://www.flickr.com/search/?q=\\{@} Query[vi]=https://www.flickr.com/search/?q=\\{@} -Query[x-test]=xxhttps://www.flickr.com/search/?q=\\{@}xx Query[zh_CN]=https://www.flickr.com/search/?q=\\{@} Query[zh_TW]=https://www.flickr.com/search/?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickrcc.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickrcc.desktop index 4b6a301961..65b07c2892 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickrcc.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/flickrcc.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=flickrcc,flkrcc,flkcc Name=Flickr Creative Commons +Name[am]=Flickr Creative Commons Name[ar]=Flickr للمشاع الإبداعي Name[az]=Flickr Creative Commons Lisenziyası Name[be]=Flickr Creative Commons @@ -38,6 +39,7 @@ Name[id]=Flickr Creative Commons Name[ie]=Flickr Creative Commons Name[is]=Flickr Creative Commons Name[it]=Creative Commons su Flickr +Name[ja]=Flickr Creative Commons Name[ka]=Flickr Creative Commons Name[kk]=Flickr Creative Commons Name[km]=Flickr Creative Commons @@ -50,6 +52,8 @@ Name[mai]=Flickr Creative Commons Name[ml]=ഫ്ലിക്കര്‍ ക്രിയേറ്റീവ് കോമണ്‍സ് Name[mr]=फ्लिकर क्रीएटिव्ह कोमन्स Name[my]=ဖလစ်ကာ ဘုံဖန်တီးမှုများလိုင်စင် +Name[nan_TW]=Flickr Creative Commons +Name[nan_TW@latin]=Flickr Creative Commons Name[nb]=Flickr Creative Commons Name[nds]=Flickr Creative Commons Name[nl]=Flickr Creative Commons @@ -71,16 +75,17 @@ Name[sr@ijekavianlatin]=Flickr (Creative Commons) Name[sr@latin]=Flickr (Creative Commons) Name[sv]=Flickr Creative Commons Name[tg]=Flickr: Иҷозатномаи Creative Commons +Name[th]=Flickr Creative Commons Name[tok]=ilo sitelen Flickr (ijo pi wile mani ala taso) Name[tr]=Flickr Creative Commons Name[ug]=Flickr ئاممىۋى ئىجادىيەت Name[uk]=Flickr Creative Commons Name[vi]=Flickr với giấy phép Creative Commons Name[wa]=Flickr Creative Commons -Name[x-test]=xxFlickr Creative Commonsxx Name[zh_CN]=Flickr 知识共享协议图片 Name[zh_TW]=Flickr Creative Commons Query=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[am]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ar]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[az]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[be]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 @@ -102,16 +107,20 @@ Query[eu]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[fa]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[fi]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[fr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[ga]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[gd]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[gl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[gu]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[he]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[hi]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[hr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[hu]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ia]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[id]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ie]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[is]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[it]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[ja]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ka]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[kk]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ko]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 @@ -120,6 +129,8 @@ Query[lt]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[lv]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[mr]=http://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[my]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[nan_TW]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[nan_TW@latin]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[nb]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[nds]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[nl]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 @@ -140,13 +151,13 @@ Query[sr@ijekavianlatin]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all Query[sr@latin]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[sv]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[tg]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 +Query[th]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[tok]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[tr]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[ug]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[uk]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[vi]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[wa]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 -Query[x-test]=xxhttps://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1xx Query[zh_CN]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Query[zh_TW]=https://www.flickr.com/search/?q=\\{@}&l=cc&ct=0&mt=all&adv=1 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/foldoc.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/foldoc.desktop index 1d1fc0d9d2..de430240d5 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/foldoc.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/foldoc.desktop @@ -2,6 +2,7 @@ Type=Service Name=Free On-Line Dictionary of Computing Name[af]=Gratis Aanlyn Woordeboek van Rekenaars +Name[am]=Free On-Line Dictionary of Computing Name[ar]=قاموس الحوسبة الحر عبر الإنترنت Name[as]=Free On-Line Dictionary of Computing Name[az]=İnformatika üzrə pulsuz online lüğət @@ -43,6 +44,7 @@ Name[id]=Kamus Gratis Daring Tentang Komputasi Name[ie]=Free On-Line Dictionary of Computing Name[is]=Free On-Line Dictionary of Computing Name[it]=Dizionario informatico libero in rete +Name[ja]=Free On-Line Dictionary of Computing Name[ka]=გამოთვლითი ტექნიკის უფასო ონლაინ ლექსიკონი Name[kk]=Ашық компьютерлік онлайн сөздігі Name[km]=វចនានុក្រម​កុំព្យូទ័រ​លើ​បណ្ដាញ​ឥត​គិតថ្លៃ​ @@ -58,7 +60,9 @@ Name[ml]=കമ്പ്യൂട്ടിങ്ങിന്റെ സ്വത Name[mr]=संगणक कार्य हेतु मोफत ऑन-लाइन शब्दकोश Name[ms]=Kamus Perkomputeran Dalam Talian Percuma Name[my]=တွက်ချက်မှုဆိုင်ရာ အွန်လိုင်းဒစ်ရှစ်နရီ -Name[nb]=Gratis engelsk dataordbok på nett +Name[nan_TW]=Free On-Line Dictionary of Computing +Name[nan_TW@latin]=Free On-Line Dictionary of Computing +Name[nb]=Free On-Line Dictionary of Computing Name[nds]=Free On-Line Dictionary Of Computing Name[ne]=कम्प्युटिङको निशुल्क अन-लाइन शब्दकोश Name[nl]=Free On-Line Dictionary Of Computing (IT-woordenboek) @@ -66,7 +70,7 @@ Name[nn]=Free On-Line Dictionary Of Computing Name[or]=କମ୍ପୁଟରିକରଣ ପାଇଁ ମୁକ୍ତ ଅନଲାଇନ ଅଭିଧାନ Name[pa]=ਕੰਪਿਊਟਰ ਦਾ ਆਨ-ਲਾਈਨ ਮੁਫਤ ਡਿਕਸ਼ਨਰੀ Name[pl]=Darmowy słownik informatyczny -Name[pt]=Dicionário Livre de Computação On-Line +Name[pt]=Dicionário Livre de Computação On-Line Name[pt_BR]=Dicionário de computação on-line gratuito Name[ro]=Dicționar on-line gratuit despre calculatoare Name[ru]=Свободный онлайн-словарь по информатике @@ -85,18 +89,18 @@ Name[te]=కంప్యూటింగ్ యొక్క ఉచిత ఆన Name[tg]=Луғати компютерии Free On-Line Name[th]=พจนานุกรมสำหรับวิทยาการคอมพิวเตอร์แบบออนไลน์ Name[tok]=lipu Free On-Line Dictionary of Computing -Name[tr]=Ücretsiz Çevrim içi Bilişim Sözlüğü +Name[tr]=Ücretsiz Çevrim İçi Bilişim Sözlüğü Name[ug]=كومپيۇتېرنىڭ ھەقسىز تور لۇغىتى Name[uk]=Вільний словник з інформатики в мережі Name[uz]=Kompyuter atamalari boʻyicha Internet lugʻat Name[uz@cyrillic]=Компьютер атамалари бўйича Интернет луғат Name[vi]=Từ điển trực tuyến miễn phí về điện toán Name[wa]=Diccionaire infôrmatike libe so les fyis -Name[x-test]=xxFree On-Line Dictionary of Computingxx Name[zh_CN]=Free On-Line Dictionary of Computing (自由计算机技术在线词典) Name[zh_TW]=免費的線上電腦辭典 Keys=fd,foldoc Query=https://foldoc.org/\\{@} +Query[am]=https://foldoc.org/\\{@} Query[ar]=https://foldoc.org/\\{@} Query[az]=https://foldoc.org/\\{@} Query[be]=https://foldoc.org/\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://foldoc.org/\\{@} Query[fa]=https://foldoc.org/\\{@} Query[fi]=https://foldoc.org/\\{@} Query[fr]=https://foldoc.org/\\{@} +Query[ga]=https://foldoc.org/\\{@} Query[gl]=https://foldoc.org/\\{@} +Query[gu]=https://foldoc.org/\\{@} Query[he]=https://foldoc.org/\\{@} +Query[hr]=https://foldoc.org/\\{@} Query[hu]=https://foldoc.org/\\{@} Query[ia]=https://foldoc.org/\\{@} Query[id]=https://foldoc.org/\\{@} Query[ie]=https://foldoc.org/\\{@} Query[is]=https://foldoc.org/\\{@} Query[it]=https://foldoc.org/\\{@} +Query[ja]=https://foldoc.org/\\{@} Query[ka]=https://foldoc.org/\\{@} Query[ko]=https://foldoc.org/\\{@} Query[lg]=https://foldoc.org/\\{@} Query[lt]=https://foldoc.org/\\{@} Query[lv]=https://foldoc.org/\\{@} Query[my]=https://foldoc.org/\\{@} +Query[nan_TW]=https://foldoc.org/\\{@} +Query[nan_TW@latin]=https://foldoc.org/\\{@} +Query[nb]=https://foldoc.org/\\{@} Query[nl]=https://foldoc.org/\\{@} Query[nn]=https://foldoc.org/\\{@} Query[pa]=https://foldoc.org/\\{@} @@ -146,10 +157,11 @@ Query[sl]=https://foldoc.org/\\{@} Query[sq]=https://foldoc.org/\\{@} Query[sv]=https://foldoc.org/\\{@} Query[tg]=https://foldoc.org/\\{@} +Query[th]=https://foldoc.org/\\{@} Query[tok]=https://foldoc.org/\\{@} Query[tr]=https://foldoc.org/\\{@} +Query[ug]=https://foldoc.org/\\{@} Query[uk]=https://foldoc.org/\\{@} Query[vi]=https://foldoc.org/\\{@} -Query[x-test]=xxhttps://foldoc.org/\\{@}xx Query[zh_CN]=https://foldoc.org/\\{@} Query[zh_TW]=https://foldoc.org/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2de.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2de.desktop index 9e421331e2..fb803b3086 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2de.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2de.desktop @@ -2,6 +2,7 @@ Type=Service Name=LEO - Translate Between French and German Name[af]=LEO - Vertaal tussen Frans en Duits +Name[am]=LEO - በፈረንሳይኛ እና ጀርመንኛ መካከል ይተርጉሙ Name[ar]=LEO - ترجمة بين الفرنسية والألمانية Name[as]=LEO - Translate Between French and German Name[az]=LEO - Fransız və Alman arasında tərcümə @@ -43,6 +44,7 @@ Name[id]=LEO - Penerjemahan Antara Bahasa Perancis dan Jerman Name[ie]=LEO - Traducter inter francesi e german Name[is]=LEO - Þýða á milli frönsku og þýsku Name[it]=LEO - Traduzione dal francese al tedesco +Name[ja]=LEO - Translate Between French and German Name[ka]=LEO - თარგმანი ფრანგულიდან გერმანულზე Name[kk]=LEO - француз және неміс тілдер арасында аудару Name[km]=LEO - បកប្រែ​រវាង​ភាសា​បារាំង និង​អាល្លឺម៉ង់ @@ -57,7 +59,9 @@ Name[mk]=LEO - превод меѓу француски и германски Name[ml]=ലിയോ - ഫ്രഞ്ചും ജര്‍മനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=लिओ - फ्रांसीसी व जर्मनी अंतर्गत अनुवाद Name[my]=လီယို - ပြင်သစ်နှင့်ဂျာမန်ကြား ဘာသာပြန် -Name[nb]=LEO – Oversettelse mellom fransk og tysk +Name[nan_TW]=LEO - 法語 kah 德語之間 ê 翻譯 +Name[nan_TW@latin]=LEO - Huat-gí kah Tik-gí tsi-kan ê huan-i̍k +Name[nb]=LEO – Oversett mellom fransk og tysk Name[nds]=LEO - Översetten twischen Franzöösch un Hoochdüütsch Name[ne]=LEO - फ्रेन्च र जर्मनमा अनुवाद गर्नुहोस् Name[nl]=LEO - vertaling tussen Frans en Duits @@ -65,7 +69,7 @@ Name[nn]=LEO – Omsetjing frå fransk til tysk Name[or]=LEO - ଫ୍ରେଞ୍ଚ ଏବଂ ଜର୍ମାନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ Name[pa]=LEO - ਫਰੈਂਚ ਤੇ ਜਰਮਨ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=LEO - tłumaczenie: francuski ->niemiecki -Name[pt]=LEO - Traduzir Entre Francês e Alemão +Name[pt]=LEO - Traduzir Entre Francês e Alemão Name[pt_BR]=LEO - Traduzir de francês para alemão Name[ro]=LEO - Traducere între franceză și germană Name[ru]=LEO: французско-немецкий перевод @@ -91,11 +95,11 @@ Name[uz]=LEO - Fransuzchadan Olmonchaga tarjima Name[uz@cyrillic]=LEO - Французчадан Олмончага таржима Name[vi]=LEO - Dịch giữa tiếng Pháp và tiếng Đức Name[wa]=LEO - Ratoûne inte li francès eyet l' almand -Name[x-test]=xxLEO - Translate Between French and Germanxx Name[zh_CN]=LEO - 在法语和德语之间互译 Name[zh_TW]=LEO - 翻譯法語和德語 Keys=fr2de Query=https://dict.leo.org/?lp=frde&search=\\{@} +Query[am]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ar]=https://dict.leo.org/?lp=frde&search=\\{@} Query[az]=https://dict.leo.org/?lp=frde&search=\\{@} Query[be]=https://dict.leo.org/?lp=frde&search=\\{@} @@ -117,20 +121,27 @@ Query[eu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fa]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fi]=https://dict.leo.org/?lp=frde&search=\\{@} Query[fr]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ga]=https://dict.leo.org/?lp=frde&search=\\{@} Query[gl]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[gu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[he]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[hr]=https://dict.leo.org/?lp=frde&search=\\{@} Query[hu]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ia]=https://dict.leo.org/?lp=frde&search=\\{@} Query[id]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ie]=https://dict.leo.org/?lp=frde&search=\\{@} Query[is]=https://dict.leo.org/?lp=frde&search=\\{@} Query[it]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ja]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ka]=https://dict.leo.org/?lp=frde&search=\\{@} Query[ko]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lg]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lt]=https://dict.leo.org/?lp=frde&search=\\{@} Query[lv]=https://dict.leo.org/?lp=frde&search=\\{@} Query[my]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nan_TW]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nan_TW@latin]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[nb]=https://dict.leo.org/?lp=frde&search=\\{@} Query[nl]=https://dict.leo.org/?lp=frde&search=\\{@} Query[nn]=https://dict.leo.org/?lp=frde&search=\\{@} Query[pa]=https://dict.leo.org/?lp=frde&search=\\{@} @@ -145,10 +156,11 @@ Query[sl]=https://dict.leo.org/?lp=frde&search=\\{@} Query[sq]=https://dict.leo.org/?lp=frde&search=\\{@} Query[sv]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tg]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[th]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tok]=https://dict.leo.org/?lp=frde&search=\\{@} Query[tr]=https://dict.leo.org/?lp=frde&search=\\{@} +Query[ug]=https://dict.leo.org/?lp=frde&search=\\{@} Query[uk]=https://dict.leo.org/?lp=frde&search=\\{@} Query[vi]=https://dict.leo.org/?lp=frde&search=\\{@} -Query[x-test]=xxhttps://dict.leo.org/?lp=frde&search=\\{@}xx Query[zh_CN]=https://dict.leo.org/?lp=frde&search=\\{@} Query[zh_TW]=https://dict.leo.org/?lp=frde&search=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2en.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2en.desktop index f0f15ef0ec..3413a58da2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2en.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fr2en.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=fr2en Name=WordReference.com Translation: French to English Name[af]=WordReference.com Vertaling: Frans na Engels +Name[am]=WordReference.com ትርጉም፡ በፈረንሳይኛ ወደ እንግሊዝኛ Name[ar]=ترجمة WordReference.com: من الفرنسية إلى الانجليزية Name[as]=WordReference.com Translation: French to English Name[az]=WordReference.com Tərcümə: Fransızcadan İngiliscəyə @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: ফরাসী থেকে ই Name[bn_IN]=WordReference.com অনুবাদ: ফ্রেঞ্চ থেকে ইংরাজি Name[bs]=WordReference.com Prijevod: sa francuskog na engleski Name[ca]=Traducció WordReference.com: Francès - Anglès -Name[ca@valencia]=Traducció WordReference.com: Francés - Anglés +Name[ca@valencia]=Traducció WordReference.com: Francés – Anglés Name[cs]=Překlad WordReference.com: z francouzštiny do angličtiny Name[csb]=WordReference.com: francësczi -> anielsczi Name[cy]=Cyfieithiad WordReference.com: Ffrangeg i Saesneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Perancis ke Inggris Name[ie]=Traduction de WordReference.com: francesi a anglesi Name[is]=WordReference.com þýðingar: Úr frönsku í ensku Name[it]=Traduzione WordReference.com: dal francese all'inglese +Name[ja]=WordReference.com Translation: French to English Name[ka]=WordReference.com თარგმანი: ფრანგულიდან ინგლისურზე Name[kk]=WordReference.com француз тілінен ағылшынға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​បារាំង​ទៅជា​​អង់គ្លេស @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од француски на англи Name[ml]=WordReference.com പരിഭാഷ: ഫ്രഞ്ചില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः फ्रांसीसी ते अंग्रेजी Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - ပြင်သစ်မှ အင်္ဂလိပ်သို့ -Name[nb]=WordReference.com – oversettelse fra fransk til engelsk +Name[nan_TW]=WordReference.com 翻譯:法語 kàu 英語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Huat-gí kàu Ing-gí +Name[nb]=WordReference.com oversettelse: fransk til engelsk Name[nds]=WordReference.com Översetten: Franzöösch na Engelsch Name[ne]=WordReference.com Translation: फ्रेन्चलाई अङ्ग्रेजीमा Name[nl]=WordReference.com-vertaling: Frans naar Engels @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: fransk til engelsk Name[or]=WordReference.com ଅନୁବାଦ: ଫ୍ରେଞ୍ଚରୁ ଇଂରାଜୀ Name[pa]=WordReference.com ਟਰਾਂਸਲੇਸ਼ਨ:ਫਰੈਂਚ ਤੋਂ ਅੰਗਰੇਜ਼ੀ Name[pl]=WordReference.com: francuski -> angielski -Name[pt]=Tradução do WordReference.com: Francês para Inglês +Name[pt]=Tradução do WordReference.com: Francês para Inglês Name[pt_BR]=WordReference.com - Tradução: francês para inglês Name[ro]=Traducere WordReference.com: franceză la engleză Name[ru]=Переводчик WordReference.com: французско-английский @@ -87,70 +91,60 @@ Name[tg]=Тарҷумаҳои WordReference.com: Франсузӣ ба англ Name[th]=การแปลจาก WordReference.com: แปลภาษาฝรั่งเศสเป็นอังกฤษ Name[tok]=ilo pi ante toki WordReference.com: toki Kanse tawa toki Inli Name[tr]=WordReference.com Çevirisi: Fransızcadan İngilizceye -Name[ug]=WordReference.com تەرجىمە: فىرانسۇزچىغا ئىنگلىزچىغا +Name[ug]=WordReference.com تەرجىمە: فىرانسۇزچىغا ئىنگلىزچىگە Name[uk]=WordReference.com — переклад з французької англійською Name[uz]=WordReference.com tarjima: Fransuzchadan Inglizchaga Name[uz@cyrillic]=WordReference.com таржима: Французчадан Инглизчага Name[vi]=WordReference.com Dịch: Tiếng Pháp sang tiếng Anh Name[wa]=WordReference.com ratournaedje do francès viè l' inglès -Name[x-test]=xxWordReference.com Translation: French to Englishxx Name[zh_CN]=WordReference.com 翻译:法语译英语 Name[zh_TW]=WordReference.com 翻譯: 法文至英文 -Query=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ar]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[az]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[be]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[be@latin]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[bg]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[bs]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ca]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ca@valencia]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[cs]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[cy]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[da]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[de]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[el]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[en_GB]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[eo]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[es]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[et]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[eu]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[fa]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[fi]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[fr]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[gl]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[he]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[hu]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ia]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[id]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ie]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[is]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[it]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ka]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ko]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[lg]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[lt]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[lv]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[my]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[nl]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[nn]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[pa]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[pl]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[pt]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[pt_BR]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ro]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[ru]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[sa]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[sk]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[sl]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[sq]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[sv]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[tg]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[tok]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[tr]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[uk]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[vi]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/fr/en/translation.asp?fren=\\{@}xx -Query[zh_CN]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} -Query[zh_TW]=https://www.wordreference.com/fr/en/translation.asp?fren=\\{@} +Query=https://www.wordreference.com/fren/\\{@} +Query[am]=https://www.wordreference.com/fren/\\{@} +Query[ar]=https://www.wordreference.com/fren/\\{@} +Query[az]=https://www.wordreference.com/fren/\\{@} +Query[bg]=https://www.wordreference.com/fren/\\{@} +Query[ca]=https://www.wordreference.com/fren/\\{@} +Query[ca@valencia]=https://www.wordreference.com/fren/\\{@} +Query[de]=https://www.wordreference.com/fren/\\{@} +Query[eo]=https://www.wordreference.com/fren/\\{@} +Query[es]=https://www.wordreference.com/fren/\\{@} +Query[eu]=https://www.wordreference.com/fren/\\{@} +Query[fi]=https://www.wordreference.com/fren/\\{@} +Query[fr]=https://www.wordreference.com/fren/\\{@} +Query[ga]=https://www.wordreference.com/fren/\\{@} +Query[gl]=https://www.wordreference.com/fren/\\{@} +Query[gu]=https://www.wordreference.com/fren/\\{@} +Query[he]=https://www.wordreference.com/fren/\\{@} +Query[hr]=https://www.wordreference.com/fren/\\{@} +Query[hu]=https://www.wordreference.com/fren/\\{@} +Query[ia]=https://www.wordreference.com/fren/\\{@} +Query[is]=https://www.wordreference.com/fren/\\{@} +Query[it]=https://www.wordreference.com/fren/\\{@} +Query[ja]=https://www.wordreference.com/fren/\\{@} +Query[ka]=https://www.wordreference.com/fren/\\{@} +Query[ko]=https://www.wordreference.com/fren/\\{@} +Query[lg]=https://www.wordreference.com/fren/\\{@} +Query[lt]=https://www.wordreference.com/fren/\\{@} +Query[lv]=https://www.wordreference.com/fren/\\{@} +Query[my]=https://www.wordreference.com/fren/\\{@} +Query[nan_TW]=https://www.wordreference.com/fren/\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/fren/\\{@} +Query[nb]=https://www.wordreference.com/fren/\\{@} +Query[nl]=https://www.wordreference.com/fren/\\{@} +Query[nn]=https://www.wordreference.com/fren/\\{@} +Query[pl]=https://www.wordreference.com/fren/\\{@} +Query[pt]=https://www.wordreference.com/fren/\\{@} +Query[pt_BR]=https://www.wordreference.com/fren/\\{@} +Query[ro]=https://www.wordreference.com/fren/\\{@} +Query[ru]=https://www.wordreference.com/fren/\\{@} +Query[sk]=https://www.wordreference.com/fr/Translation.asp?enfr=\\{@} +Query[sl]=https://www.wordreference.com/fren/\\{@} +Query[sv]=https://www.wordreference.com/fren/\\{@} +Query[th]=https://www.wordreference.com/fren/\\{@} +Query[tr]=https://www.wordreference.com/fren/\\{@} +Query[ug]=https://www.wordreference.com/fren/\\{@} +Query[uk]=https://www.wordreference.com/fren/\\{@} +Query[zh_CN]=https://www.wordreference.com/fren/\\{@} +Query[zh_TW]=https://www.wordreference.com/fren/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freecode.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freecode.desktop index a60e287835..d45f2b36b7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freecode.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freecode.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Freecode +Name[am]=Freecode Name[ar]=فريكود Name[ast]=Freecode Name[az]=Freecode @@ -23,16 +24,20 @@ Name[eu]=Freecode Name[fa]=فری‌کُد Name[fi]=Freecode Name[fr]=Freecode +Name[ga]=Freecode Name[gd]=Freecode Name[gl]=Freecode +Name[gu]=ફ્રીકોડ Name[he]=Freecode Name[hi]=Freecode +Name[hr]=Freecode Name[hu]=Freecode Name[ia]=Freecode Name[id]=Freecode Name[ie]=Freecode Name[is]=Freecode Name[it]=Freecode +Name[ja]=Freecode Name[ka]=Freecode Name[kk]=Freecode Name[ko]=Freecode @@ -41,6 +46,8 @@ Name[lt]=Freecode Name[lv]=Freecode Name[mr]=फ्रीकोड Name[my]=ဖရီးကုတ် +Name[nan_TW]=Freecode +Name[nan_TW@latin]=Freecode Name[nb]=Freecode Name[nds]=Freecode Name[nl]=Freecode @@ -61,17 +68,18 @@ Name[sr@ijekavianlatin]=Freecode Name[sr@latin]=Freecode Name[sv]=Freecode Name[tg]=Freecode +Name[th]=Freecode Name[tok]=ilo Freecode Name[tr]=Freecode Name[ug]=Freecode Name[uk]=Freecode Name[vi]=Freecode Name[wa]=Freecode -Name[x-test]=xxFreecodexx Name[zh_CN]=Freecode Name[zh_TW]=Freecode Keys=fc,freecode Query=http://freecode.com/search?q=\\{@} +Query[am]=http://freecode.com/search?q=\\{@} Query[ar]=http://freecode.com/search?q=\\{@} Query[az]=http://freecode.com/search?q=\\{@} Query[be]=http://freecode.com/search?q=\\{@} @@ -93,16 +101,20 @@ Query[eu]=http://freecode.com/search?q=\\{@} Query[fa]=http://freecode.com/search?q=\\{@} Query[fi]=http://freecode.com/search?q=\\{@} Query[fr]=http://freecode.com/search?q=\\{@} +Query[ga]=http://freecode.com/search?q=\\{@} Query[gd]=http://freecode.com/search?q=\\{@} Query[gl]=http://freecode.com/search?q=\\{@} +Query[gu]=http://freecode.com/search?q=\\{@} Query[he]=http://freecode.com/search?q=\\{@} Query[hi]=http://freecode.com/search?q=\\{@} +Query[hr]=http://freecode.com/search?q=\\{@} Query[hu]=http://freecode.com/search?q=\\{@} Query[ia]=http://freecode.com/search?q=\\{@} Query[id]=http://freecode.com/search?q=\\{@} Query[ie]=http://freecode.com/search?q=\\{@} Query[is]=http://freecode.com/search?q=\\{@} Query[it]=http://freecode.com/search?q=\\{@} +Query[ja]=http://freecode.com/search?q=\\{@} Query[ka]=http://freecode.com/search?q=\\{@} Query[kk]=http://freecode.com/search?q=\\{@} Query[ko]=http://freecode.com/search?q=\\{@} @@ -111,6 +123,8 @@ Query[lt]=http://freecode.com/search?q=\\{@} Query[lv]=http://freecode.com/search?q=\\{@} Query[mr]=http://freecode.com/search?q=\\{@} Query[my]=http://freecode.com/search?q=\\{@} +Query[nan_TW]=http://freecode.com/search?q=\\{@} +Query[nan_TW@latin]=http://freecode.com/search?q=\\{@} Query[nb]=http://freecode.com/search?q=\\{@} Query[nds]=http://freecode.com/search?q=\\{@} Query[nl]=https://freecode.com/search?q=\\{@} @@ -131,12 +145,12 @@ Query[sr@ijekavianlatin]=http://freecode.com/search?q=\\{@} Query[sr@latin]=http://freecode.com/search?q=\\{@} Query[sv]=http://freecode.com/search?q=\\{@} Query[tg]=http://freecode.com/search?q=\\{@} +Query[th]=http://freecode.com/search?q=\\{@} Query[tok]=http://freecode.com/search?q=\\{@} Query[tr]=http://freecode.com/search?q=\\{@} Query[ug]=http://freecode.com/search?q=\\{@} Query[uk]=http://freecode.com/search?q=\\{@} Query[vi]=http://freecode.com/search?q=\\{@} Query[wa]=http://freecode.com/search?q=\\{@} -Query[x-test]=xxhttp://freecode.com/search?q=\\{@}xx Query[zh_CN]=http://freecode.com/search?q=\\{@} Query[zh_TW]=http://freecode.com/search?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freedb.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freedb.desktop index 9827e6733f..ded2f2a945 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freedb.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/freedb.desktop @@ -2,6 +2,7 @@ Type=Service Name=FreeDB Name[af]=FreeDB +Name[am]=FreeDB Name[ar]=FreeDB Name[as]=FreeDB Name[ast]=FreeDB @@ -45,6 +46,7 @@ Name[id]=FreeDB Name[ie]=FreeDB Name[is]=FreeDB Name[it]=FreeDB +Name[ja]=FreeDB Name[ka]=FreeDB Name[kk]=FreeDB Name[km]=FreeDB @@ -60,6 +62,8 @@ Name[ml]=ഫ്രീഡിബി Name[mr]=FreeDB Name[ms]=FreeDB Name[my]=ဖရီးဒီဘီ +Name[nan_TW]=FreeDB +Name[nan_TW@latin]=FreeDB Name[nb]=FreeDB Name[nds]=FreeDB Name[ne]=नि: शुल्क DB @@ -94,12 +98,12 @@ Name[uz]=FreeDB Name[uz@cyrillic]=FreeDB Name[vi]=FreeDB Name[wa]=FreeDB -Name[x-test]=xxFreeDBxx Name[zh_CN]=FreeDB Name[zh_TW]=FreeDB Keys=fdb,freedb Query=http://www.freedb.org/freedb_search.php?words=\\{@} Query[af]=http://www.freedb.org/freedb_search.php?words=\\{@} +Query[am]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[ar]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[as]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[az]=http://www.freedb.org/freedb_search.php?words=\\{@} @@ -142,6 +146,7 @@ Query[id]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[ie]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[is]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[it]=http://www.freedb.org/freedb_search.php?words=\\{@} +Query[ja]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[ka]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[kk]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[km]=http://www.freedb.org/freedb_search.php?words=\\{@} @@ -156,6 +161,8 @@ Query[ml]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[mr]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[ms]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[my]=http://www.freedb.org/freedb_search.php?words=\\{@} +Query[nan_TW]=http://www.freedb.org/freedb_search.php?words=\\{@} +Query[nan_TW@latin]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[nb]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[nds]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[ne]=http://www.freedb.org/freedb_search.php?words=\\{@} @@ -191,7 +198,6 @@ Query[uz]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[uz@cyrillic]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[vi]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[wa]=http://www.freedb.org/freedb_search.php?words=\\{@} -Query[x-test]=xxhttp://www.freedb.org/freedb_search.php?words=\\{@}xx Query[zh_CN]=http://www.freedb.org/freedb_search.php?words=\\{@} Query[zh_TW]=http://www.freedb.org/freedb_search.php?words=\\{@} Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fsd.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fsd.desktop index 9f7351e909..2c9d83a2c8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fsd.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/fsd.desktop @@ -2,6 +2,7 @@ Type=Service Name=FSF/UNESCO Free Software Directory Name[af]=FSF/UNESCO Gratis Sagteware Gids +Name[am]=FSF/UNESCO Free Software Directory Name[ar]=دليل FSF/UNESCO للبرمجيات الحرّة Name[as]=FSF/UNESCO Free Software Directory Name[az]=FSF/UNESCO üzrə Azad Proqram Təminatı @@ -44,6 +45,7 @@ Name[id]=Direktori Perangkat Lunak Gratis FSF/UNESCO Name[ie]=FSF/UNESCO Free Software Directory Name[is]=FSF/UNESCO Free Software Directory Name[it]=Elenco di software libero di FSF e UNESCO +Name[ja]=FSF/UNESCO Free Software Directory Name[ka]=FSF/UNESCO უფასო პროგრამული უზრუნველყოფის სია Name[kk]=FSF/UNESCO ашық бағдарламалық жасау каталогы Name[km]=ថត​កម្មវិធី​ឥត​គិត​ថ្លៃ​របស់ FSF/UNESCO @@ -59,6 +61,8 @@ Name[ml]=എഫ്എസ്എഫ്/യുനെസ്കോ സ്വതന് Name[mr]=FSF/UNESCO ची मोफत सॉफ्टवेअर संचयीका Name[ms]=Direktori Perisian Percuma FSF/UNESCO Name[my]=အက်ဖ်အက်စ်အက်ဖ်/ယူနက်စ်စကို လွတ်လပ်သောဆော့ဖ်လ်ဝဲလ် ဒါရိုက်ထရီ +Name[nan_TW]=FSF/UNESCO 自由軟體目錄 +Name[nan_TW@latin]=FSF/UNESCO Tsū-iû Nńg-thé Bo̍k-lo̍k Name[nb]=FSF/UNESCO-katalogen over fri programvare Name[nds]=FSF/UNESCO-Verteken mit fre'e Programmen Name[ne]=FSF/UNESCO नि: शुल्क सफ्टवेयर शब्दकोश @@ -67,7 +71,7 @@ Name[nn]=FSF/UNESCO-katalogen over fri programvare Name[or]=FSF/UNESCO ମୁକ୍ତ ସଫ୍ଟୱେର ଡ଼ିରେକ୍ଟରୀ Name[pa]=FSF/UNESCO ਮੁਕਤ ਸਾਫਟਵੇਅਰ ਡਾਇਰੈਕਟਰੀ Name[pl]=Słownik darmowego oprogramowania FSF/UNESCO -Name[pt]=Directoria de Software Livre FSF/UNESCO +Name[pt]=Directório de Software Livre FSF/UNESCO Name[pt_BR]=FSF/UNESCO - Diretório de Software Livre Name[ro]=Director de software liber FSF/UNESCO Name[ru]=Каталог свободного ПО FSF/UNESCO @@ -91,11 +95,11 @@ Name[ug]=FSF/UNESCO ھەقسىز يۇمشاق دېتاللار مۇندەرىج Name[uk]=Словник з вільного програмного забезпечення FSF/UNESCO Name[vi]=Thư mục phần mềm tự do FSF/UNESCO Name[wa]=Indecse des libes programes FSF/UNESCO -Name[x-test]=xxFSF/UNESCO Free Software Directoryxx Name[zh_CN]=FSF/UNESCO 自由软件目录 Name[zh_TW]=FSF/UNESCO 自由軟體目錄 Keys=fsd Query=https://directory.fsf.org/search/?query=\\{@} +Query[am]=https://directory.fsf.org/search/?query=\\{@} Query[ar]=https://directory.fsf.org/search/?query=\\{@} Query[ast]=https://directory.fsf.org/search/?query=\\{@} Query[az]=https://directory.fsf.org/search/?query=\\{@} @@ -118,20 +122,27 @@ Query[eu]=https://directory.fsf.org/search/?query=\\{@} Query[fa]=https://directory.fsf.org/search/?query=\\{@} Query[fi]= http://directory.fsf.org/search/?query=\\{@} Query[fr]=https://directory.fsf.org/search/?query=\\{@} +Query[ga]=https://directory.fsf.org/search/?query=\\{@} Query[gl]=https://directory.fsf.org/search/?query=\\{@} +Query[gu]=https://directory.fsf.org/search/?query=\\{@} Query[he]=https://directory.fsf.org/search/?query=\\{@} +Query[hr]=https://directory.fsf.org/search/?query=\\{@} Query[hu]=https://directory.fsf.org/search/?query=\\{@} Query[ia]=https://directory.fsf.org/search/?query=\\{@} Query[id]=https://directory.fsf.org/search/?query=\\{@} Query[ie]=https://directory.fsf.org/search/?query=\\{@} Query[is]=https://directory.fsf.org/search/?query=\\{@} Query[it]=https://directory.fsf.org/search/?query=\\{@} +Query[ja]=https://directory.fsf.org/search/?query=\\{@} Query[ka]=https://directory.fsf.org/search/?query=\\{@} Query[ko]=https://directory.fsf.org/search/?query=\\{@} Query[lg]=https://directory.fsf.org/search/?query=\\{@} Query[lt]=https://directory.fsf.org/search/?query=\\{@} Query[lv]=https://directory.fsf.org/search/?query=\\{@} Query[my]=https://directory.fsf.org/search/?query=\\{@} +Query[nan_TW]=https://directory.fsf.org/search/?query=\\{@} +Query[nan_TW@latin]=https://directory.fsf.org/search/?query=\\{@} +Query[nb]=https://directory.fsf.org/search/?query=\\{@} Query[nl]=https://directory.fsf.org/search/?query=\\{@} Query[nn]=https://directory.fsf.org/search/?query=\\{@} Query[pa]=https://directory.fsf.org/search/?query=\\{@} @@ -146,11 +157,12 @@ Query[sl]=https://directory.fsf.org/search/?query=\\{@} Query[sq]=https://directory.fsf.org/search/?query=\\{@} Query[sv]=https://directory.fsf.org/search/?query=\\{@} Query[tg]=https://directory.fsf.org/search/?query=\\{@} +Query[th]=https://directory.fsf.org/search/?query=\\{@} Query[tok]=https://directory.fsf.org/search/?query=\\{@} Query[tr]=https://directory.fsf.org/search/?query=\\{@} +Query[ug]=https://directory.fsf.org/search/?query=\\{@} Query[uk]=https://directory.fsf.org/search/?query=\\{@} Query[vi]=https://directory.fsf.org/search/?query=\\{@} -Query[x-test]=xxhttps://directory.fsf.org/search/?query=\\{@}xx Query[zh_CN]=https://directory.fsf.org/search/?query=\\{@} Query[zh_TW]=https://directory.fsf.org/search/?query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/github.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/github.desktop index 30363565c9..7ae94c1d78 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/github.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/github.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=github,gh Name=GitHub +Name[am]=GitHub Name[ar]=جِت هاب Name[ast]=GitHub Name[az]=GitHub @@ -39,6 +40,7 @@ Name[id]=GitHub Name[ie]=GitHub Name[is]=GitHub Name[it]=GitHub +Name[ja]=GitHub Name[ka]=GitHub Name[kk]=GitHub Name[km]=GitHub @@ -51,6 +53,8 @@ Name[mai]=GitHub Name[ml]=ഗിറ്റ്ഹബ് Name[mr]=जिटहब Name[my]=ဂစ်ဟပ်ဘ် +Name[nan_TW]=GitHub +Name[nan_TW@latin]=GitHub Name[nb]=GitHub Name[nds]=GitHub Name[nl]=GitHub @@ -79,10 +83,10 @@ Name[ug]=GitHub Name[uk]=GitHub Name[vi]=GitHub Name[wa]=GitHub -Name[x-test]=xxGitHubxx Name[zh_CN]=GitHub Name[zh_TW]=GitHub Query=https://github.com/search?q=\\{@}&x=0&y=0 +Query[am]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ar]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ast]=https://github.com/search?q=\\{@}&x=0&y=0 Query[az]=https://github.com/search?q=\\{@}&x=0&y=0 @@ -105,16 +109,20 @@ Query[eu]=https://github.com/search?q=\\{@}&x=0&y=0 Query[fa]=https://github.com/search?q=\\{@}&x=0&y=0 Query[fi]=https://github.com/search?q=\\{@}&x=0&y=0 Query[fr]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[ga]=https://github.com/search?q=\\{@}&x=0&y=0 Query[gd]=https://github.com/search?q=\\{@}&x=0&y=0 Query[gl]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[gu]=https://github.com/search?q=\\{@}&x=0&y=0 Query[he]=https://github.com/search?q=\\{@}&x=0&y=0 Query[hi]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[hr]=https://github.com/search?q=\\{@}&x=0&y=0 Query[hu]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ia]=http://github.com/search?q=\\{@}&x=0&y=0 Query[id]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ie]=https://github.com/search?q=\\{@}&x=0&y=0 Query[is]=https://github.com/search?q=\\{@}&x=0&y=0 Query[it]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[ja]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ka]=https://github.com/search?q=\\{@}&x=0&y=0 Query[kk]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ko]=https://github.com/search?q=\\{@}&x=0&y=0 @@ -123,6 +131,8 @@ Query[lt]=https://github.com/search?q=\\{@}&x=0&y=0 Query[lv]=https://github.com/search?q=\\{@}&x=0&y=0 Query[mr]=https://github.com/search?q=\\{@}&x=0&y=0 Query[my]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[nan_TW]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[nan_TW@latin]=https://github.com/search?q=\\{@}&x=0&y=0 Query[nb]=https://github.com/search?q=\\{@}&x=0&y=0 Query[nds]=https://github.com/search?q=\\{@}&x=0&y=0 Query[nl]=https://github.com/search?q=\\{@}&x=0&y=0 @@ -143,13 +153,13 @@ Query[sr@ijekavianlatin]=https://github.com/search?q=\\{@}&x=0&y=0 Query[sr@latin]=https://github.com/search?q=\\{@}&x=0&y=0 Query[sv]=https://github.com/search?q=\\{@}&x=0&y=0 Query[tg]=https://github.com/search?q=\\{@}&x=0&y=0 +Query[th]=https://github.com/search?q=\\{@}&x=0&y=0 Query[tok]=https://github.com/search?q=\\{@}&x=0&y=0 Query[tr]=https://github.com/search?q=\\{@}&x=0&y=0 Query[ug]=https://github.com/search?q=\\{@}&x=0&y=0 Query[uk]=https://github.com/search?q=\\{@}&x=0&y=0 Query[vi]=https://github.com/search?q=\\{@}&x=0&y=0 Query[wa]=https://github.com/search?q=\\{@}&x=0&y=0 -Query[x-test]=xxhttps://github.com/search?q=\\{@}&x=0&y=0xx Query[zh_CN]=https://github.com/search?q=\\{@}&x=0&y=0 Query[zh_TW]=https://github.com/search?q=\\{@}&x=0&y=0 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/gitlab.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/gitlab.desktop index 4f4f05d947..6a9ced398c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/gitlab.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/gitlab.desktop @@ -3,6 +3,7 @@ Type=Service Hidden=false Keys=gitlab,gt Name=GitLab +Name[am]=GitLab Name[ar]=جت هب Name[ast]=GitLab Name[az]=GitLab @@ -25,14 +26,18 @@ Name[eu]=GitLab Name[fa]=گیت‌لب Name[fi]=GitLab Name[fr]=GitLab +Name[ga]=GitLab Name[gl]=GitLab +Name[gu]=ગિટલેબ Name[he]=GitLab +Name[hr]=GitLab Name[hu]=GitLab Name[ia]=GitLab Name[id]=GitLab Name[ie]=GitLab Name[is]=GitLab Name[it]=GitLab +Name[ja]=GitLab Name[ka]=GitLab Name[ko]=GitLab Name[lg]=GitLab @@ -40,6 +45,9 @@ Name[lt]=GitLab Name[lv]=GitLab Name[ml]=ഗിറ്റ്ലാബ് Name[my]=ဂစ်လပ်ဘ် +Name[nan_TW]=GitLab +Name[nan_TW@latin]=GitLab +Name[nb]=GitLab Name[nl]=GitLab Name[nn]=GitLab Name[pa]=ਗਿਟਲੈਬ @@ -54,14 +62,16 @@ Name[sl]=GitLab Name[sq]=GitLab Name[sv]=GitLab Name[tg]=GitLab +Name[th]=GitLab Name[tok]=ilo GitLab Name[tr]=GitLab +Name[ug]=GitLab Name[uk]=GitLab Name[vi]=GitLab -Name[x-test]=xxGitLabxx Name[zh_CN]=GitLab Name[zh_TW]=GitLab Query=https://gitlab.com/search?search=\\{@} +Query[am]=https://gitlab.com/search?search=\\{@} Query[ar]=https://gitlab.com/search?search=\\{@} Query[ast]=https://gitlab.com/search?search=\\{@} Query[az]=https://gitlab.com/search?search=\\{@} @@ -84,20 +94,27 @@ Query[eu]=https://gitlab.com/search?search=\\{@} Query[fa]=https://gitlab.com/search?search=\\{@} Query[fi]=https://gitlab.com/search?search=\\{@} Query[fr]=https://gitlab.com/search?search=\\{@} +Query[ga]=https://gitlab.com/search?search=\\{@} Query[gl]=https://gitlab.com/search?search=\\{@} +Query[gu]=https://gitlab.com/search?search=\\{@} Query[he]=https://gitlab.com/search?search=\\{@} +Query[hr]=https://gitlab.com/search?search=\\{@} Query[hu]=https://gitlab.com/search?search=\\{@} Query[ia]=https://gitlab.com/search?search=\\{@} Query[id]=https://gitlab.com/search?search=\\{@} Query[ie]=https://gitlab.com/search?search=\\{@} Query[is]=https://gitlab.com/search?search=\\{@} Query[it]=https://gitlab.com/search?search=\\{@} +Query[ja]=https://gitlab.com/search?search=\\{@} Query[ka]=https://gitlab.com/search?search=\\{@} Query[ko]=https://gitlab.com/search?search=\\{@} Query[lg]=https://gitlab.com/search?search=\\{@} Query[lt]=https://gitlab.com/search?search=\\{@} Query[lv]=https://gitlab.com/search?search=\\{@} Query[my]=https://gitlab.com/search?search=\\{@} +Query[nan_TW]=https://gitlab.com/search?search=\\{@} +Query[nan_TW@latin]=https://gitlab.com/search?search=\\{@} +Query[nb]=https://gitlab.com/search?search=\\{@} Query[nl]=https://gitlab.com/search?search=\\{@} Query[nn]=https://gitlab.com/search?search=\\{@} Query[pa]=https://gitlab.com/search?search=\\{@} @@ -112,10 +129,11 @@ Query[sl]=https://gitlab.com/search?search=\\{@} Query[sq]=https://gitlab.com/search?search=\\{@} Query[sv]=https://gitlab.com/search?search=\\{@} Query[tg]=https://gitlab.com/search?search=\\{@} +Query[th]=https://gitlab.com/search?search=\\{@} Query[tok]=https://gitlab.com/search?search=\\{@} Query[tr]=https://gitlab.com/search?search=\\{@} +Query[ug]=https://gitlab.com/search?search=\\{@} Query[uk]=https://gitlab.com/search?search=\\{@} Query[vi]=https://gitlab.com/search?search=\\{@} -Query[x-test]=xxhttps://gitlab.com/search?search=\\{@}xx Query[zh_CN]=https://gitlab.com/search?search=\\{@} Query[zh_TW]=https://gitlab.com/search?search=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google.desktop index 3fe960d419..5d39cd3a3c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google.desktop @@ -3,6 +3,7 @@ Type=Service Icon=im-google Name=Google Name[af]=Google +Name[am]=Google Name[ar]=جوجل Name[as]=Google Name[ast]=Google @@ -46,6 +47,7 @@ Name[id]=Google Name[ie]=Google Name[is]=Google Name[it]=Google +Name[ja]=Google Name[ka]=Google Name[kk]=Google Name[km]=ហ្គូហ្គល @@ -61,6 +63,8 @@ Name[ml]=ഗൂഗിള്‍ Name[mr]=गूगल Name[ms]=Google Name[my]=ဂူးဂယ် +Name[nan_TW]=Google +Name[nan_TW@latin]=Google Name[nb]=Google Name[nds]=Google.de Name[ne]=गुगल @@ -91,18 +95,18 @@ Name[tg]=Google Name[th]=กูเกิล Name[tok]=ilo alasa Google Name[tr]=Google -Name[ug]=گۇگىل(Google) +Name[ug]=Google Name[uk]=Google Name[uz]=Google Name[uz@cyrillic]=Google Name[vi]=Google Name[wa]=Google Name[xh]=Google -Name[x-test]=xxGooglexx Name[zh_CN]=Google Name[zh_TW]=Google Keys=g,gg,google Query=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[am]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[ar]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[az]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[be]=https://www.google.com/search?q=\\{@}&ie=UTF-8 @@ -124,16 +128,20 @@ Query[eu]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[fa]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[fi]=https://www.google.fi/search?q=\\{@}&ie=UTF-8 Query[fr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[ga]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[gd]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[gl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[gu]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[he]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[hi]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[hr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[hu]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[ia]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[id]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[ie]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[is]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[it]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[ja]=https://www.google.com/search?q=\\{@}&ie=UTF-8&hl=ja Query[ka]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[kk]=http://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ko]=https://www.google.com/search?q=\\{@}&ie=UTF-8 @@ -142,6 +150,8 @@ Query[lt]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[lv]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[mr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[my]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[nan_TW]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[nan_TW@latin]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[nb]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[nds]=https://www.google.de/search?q=\\{@}&ie=UTF-8 Query[nl]=https://www.google.com/search?q=\\{@}&ie=UTF-8 @@ -163,13 +173,13 @@ Query[sr@latin]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[sv]=https://www.google.se/search?q=\\{@}&ie=UTF-8 Query[ta]=https://www.google.com/search?hl=ta&q=\\{@}&ie=UTF-8 Query[tg]=https://www.google.com/search?q=\\{@}&ie=UTF-8 +Query[th]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[tok]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[tr]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[ug]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[uk]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[vi]=https://www.google.com.vn/search?gl=VN&q=\\{@}&ie=UTF-8 Query[wa]=https://www.google.com/search?q=\\{@}&ie=UTF-8 -Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&ie=UTF-8xx Query[zh_CN]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Query[zh_TW]=https://www.google.com/search?q=\\{@}&ie=UTF-8 Suggest=https://www.google.com/complete/search?q=\\{@}&output=toolbar diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_advanced.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_advanced.desktop index ab7f3a02c5..6ba0a84abc 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_advanced.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_advanced.desktop @@ -2,6 +2,7 @@ Keys=ggx Name=Google Advanced Search Name[af]=Google Gevorderde Soektog +Name[am]=Google የላቀ ፍለጋ Name[ar]=بحث جوجل المتقدّم Name[as]=Google Advanced Search Name[az]=Google Axtarış @@ -44,6 +45,7 @@ Name[id]=Google Advanced Search Name[ie]=Avansat sercha de Google Name[is]=Google - ítarleg leit Name[it]=Ricerca avanzata di Google +Name[ja]=Google 検索オプション Name[ka]=Google გაფართოებულ ძებნა Name[kk]=Google кеңейтілген іздеу Name[km]=ស្វែងរក​កម្រិត​ខ្ពស់​តាម​រយៈ​ហ្គូហ្គល @@ -59,6 +61,8 @@ Name[ml]=ഗൂഗിൾ വിപുല തിരയൽ Name[mr]=Google विस्तृत शोध Name[ms]=Carian Lanjutan Google Name[my]=ဂူးဂယ်အဆင့်မြင့်ရှာဖွေမှု +Name[nan_TW]=Google 進階搜揣 +Name[nan_TW@latin]=Google Tsìn-kai Tshiau-tshuē Name[nb]=Google avansert søk Name[nds]=Google sien verwiedert Söök Name[ne]=गुगल उन्नत खोजी @@ -68,7 +72,7 @@ Name[oc]=Recèrca avançada Google Name[or]=Google ଉନ୍ନତ ସନ୍ଧାନ Name[pa]=Google ਤਕਨੀਕੀ ਖੋਜ Name[pl]=Google - wyszukiwanie zaawansowane -Name[pt]=Pesquisa Avançada do Google +Name[pt]=Pesquisa avançada Google Name[pt_BR]=Pesquisa avançada do Google Name[ro]=Căutare avansată Google Name[ru]=Расширенный поиск в Google @@ -96,10 +100,10 @@ Name[uz@cyrillic]=Google - Илғор қидириш Name[vi]=Google Tìm kiếm Nâng cao Name[wa]=Ricweraedje avancî di Google Name[xh]=Uphendlo Olubhekisa phambili lwe Google -Name[x-test]=xxGoogle Advanced Searchxx Name[zh_CN]=Google 高级搜索 Name[zh_TW]=Google 進階搜尋 Query=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[am]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ar]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ast]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[az]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 @@ -122,16 +126,20 @@ Query[eu]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Goo Query[fa]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[fi]=https://www.google.fi/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[fr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[ga]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[gd]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[gl]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[gu]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[he]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[hi]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[hr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[hu]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ia]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[id]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ie]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[is]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[it]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[ja]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8&hl=ja Query[ka]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[kk]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ko]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 @@ -140,6 +148,8 @@ Query[lt]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Goo Query[lv]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[mr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[my]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[nan_TW]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[nan_TW@latin]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[nb]=https://www.google.no/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[nds]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[nl]=https://www.google.nl/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 @@ -161,13 +171,13 @@ Query[sr@latin]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&bt Query[sv]=https://www.google.se/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ta]=https://www.google.com/search?hl=ta&as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[tg]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 +Query[th]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[tok]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[tr]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[ug]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[uk]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[vi]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[wa]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 -Query[x-test]=xxhttps://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8xx Query[zh_CN]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Query[zh_TW]=https://www.google.com/search?as_q=\\{all,@}&num=\\{num,"10"}&btnG=Google+Search&as_epq=\\{exact,""}&as_oq=\\{any,""}&as_eq=\\{without,""}&lr=\\{lang,""}&as_ft=\\{ft,"i"}&as_filetype=\\{filetype,""}&as_qdr=\\{date,"all"}&as_occt=\\{occ,"any"}&as_dt=\\{siteop,"i"}&as_sitesearch=\\{site}&safe=\\{safe,"active"}&ie=UTF-8&oe=UTF-8 Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_code.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_code.desktop index 65b07da42e..c218cb21e3 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_code.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_code.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=ggc,googlecode,ggcode Name=Google Code +Name[am]=Google Code Name[ar]=جوجل كود Name[ast]=Google Code Name[az]=Google Code @@ -39,6 +40,7 @@ Name[id]=Google Code Name[ie]=Google Code Name[is]=Google Code Name[it]=Codice di Google +Name[ja]=Google Code Name[ka]=Google Code Name[kk]=Google Code Name[km]=កូដ​​​ហ្គូហ្គល @@ -50,13 +52,15 @@ Name[lv]=Google Code Name[mai]=गूगल कोड Name[mr]=गूगल कोड Name[my]=ဂူးဂယ်ကုတ် +Name[nan_TW]=Google Code +Name[nan_TW@latin]=Google Code Name[nb]=Google Code Name[nds]=Google.com-Kode Name[nl]=Google Code Name[nn]=Google Code Name[pa]=Google ਕੋਡ Name[pl]=Google - kod źródłowy -Name[pt]=Código do Google +Name[pt]=Pesquisa no 'Google Code' Name[pt_BR]=Google Code Name[ro]=Cod Google Name[ru]=Google Code @@ -78,10 +82,10 @@ Name[ug]=Google Code Name[uk]=Google Code Name[vi]=Google Mã Name[wa]=Google Côde -Name[x-test]=xxGoogle Codexx Name[zh_CN]=Google Code Name[zh_TW]=Google Code Query=https://code.google.com/query/#q=\\{%2520} +Query[am]=https://code.google.com/query/#q=\\{%2520} Query[ar]=https://code.google.com/query/#q=\\{%2520} Query[az]=https://code.google.com/query/#q=\\{%2520} Query[be]=https://code.google.com/query/#q=\\{%2520} @@ -103,16 +107,20 @@ Query[eu]=https://code.google.com/query/#q=\\{%2520} Query[fa]=https://code.google.com/query/#q=\\{%2520} Query[fi]=https://code.google.com/query/#q=\\{%2520} Query[fr]=https://code.google.com/query/#q=\\{%2520} +Query[ga]=https://code.google.com/query/#q=\\{%2520} Query[gd]=https://code.google.com/query/#q=\\{%2520} Query[gl]=https://code.google.com/query/#q=\\{%2520} +Query[gu]=https://code.google.com/query/#q=\\{%2520} Query[he]=https://code.google.com/query/#q=\\{%2520} Query[hi]=https://code.google.com/query/#q=\\{%2520} +Query[hr]=https://code.google.com/query/#q=\\{%2520} Query[hu]=https://code.google.com/query/#q=\\{%2520} Query[ia]=https://code.google.com/query/#q=\\{%2520} Query[id]=https://code.google.com/query/#q=\\{%2520} Query[ie]=https://code.google.com/query/#q=\\{%2520} Query[is]=https://code.google.com/query/#q=\\{%2520} Query[it]=https://code.google.com/query/#q=\\{%2520} +Query[ja]=https://code.google.com/query/#q=\\{%2520} Query[ka]=https://code.google.com/query/#q=\\{%2520} Query[kk]=https://code.google.com/query/#q=\\{%2520} Query[ko]=https://code.google.com/query/#q=\\{%2520} @@ -121,6 +129,8 @@ Query[lt]=https://code.google.com/query/#q=\\{%2520} Query[lv]=https://code.google.com/query/#q=\\{%2520} Query[mr]=https://code.google.com/query/#q=\\{%2520} Query[my]=https://code.google.com/query/#q=\\{%2520} +Query[nan_TW]=https://code.google.com/query/#q=\\{%2520} +Query[nan_TW@latin]=https://code.google.com/query/#q=\\{%2520} Query[nb]=https://code.google.com/query/#q=\\{%2520} Query[nds]=https://code.google.com/query/#q=\\{%2520} Query[nl]=https://code.google.com/query/#q=\\{%2520} @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://code.google.com/query/#q=\\{%2520} Query[sr@latin]=https://code.google.com/query/#q=\\{%2520} Query[sv]=https://code.google.se/query/#q=\\{%2520} Query[tg]=https://code.google.com/query/#q=\\{%2520} +Query[th]=https://code.google.com/query/#q=\\{%2520} Query[tok]=https://code.google.com/query/#q=\\{%2520} Query[tr]=https://code.google.com/query/#q=\\{%2520} Query[ug]=https://code.google.com/query/#q=\\{%2520} Query[uk]=https://code.google.com/query/#q=\\{%2520} Query[vi]=https://code.google.com/query/#q=\\{%2520} Query[wa]=https://code.google.com/query/#q=\\{%2520} -Query[x-test]=xxhttps://code.google.com/query/#q=\\{%2520}xx Query[zh_CN]=https://code.google.com/query/#q=\\{%2520} Query[zh_TW]=https://code.google.com/query/#q=\\{%2520} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_groups.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_groups.desktop index 516b82d154..8508e2f0bf 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_groups.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_groups.desktop @@ -2,6 +2,7 @@ Type=Service Name=Google Groups Name[af]=Google Groepe +Name[am]=Google ቡድኖች Name[ar]=مجموعات جوجل Name[as]=Google Groups Name[az]=Google Qrupları @@ -44,6 +45,7 @@ Name[id]=Google Grup Name[ie]=Google Groups Name[is]=Google hópar Name[it]=Gruppi di Google +Name[ja]=Google グループ Name[ka]=Google ჯგუფები Name[kk]=Google топтары Name[km]=ក្រុម​ហ្គូហ្គល @@ -59,7 +61,9 @@ Name[ml]=ഗൂഗിള്‍ കൂട്ടങ്ങള്‍ Name[mr]=Google समूह Name[ms]=Kumpulan Google Name[my]=ဂူးဂယ်အုပ်စုများ -Name[nb]=Google-grupper +Name[nan_TW]=Google 群組 +Name[nan_TW@latin]=Google Kûn-tsoo +Name[nb]=Google Groups Name[nds]=Google-Koppeln Name[ne]=गुगल समूह Name[nl]=Google Groepen @@ -96,11 +100,11 @@ Name[uz@cyrillic]=Google - Гуруҳлар Name[vi]=Google Nhóm Name[wa]=Google Groups Name[xh]=Amaqela e Google -Name[x-test]=xxGoogle Groupsxx Name[zh_CN]=Google 兴趣小组 Name[zh_TW]=Google 群組 Keys=ggg,groups,dj,deja Query=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[am]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[ar]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[az]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[be]=https://groups.google.com/groups?oi=djq&as_q=\\{@} @@ -122,16 +126,20 @@ Query[eu]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[fa]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[fi]=https://groups.google.fi/groups?oi=djq&as_q=\\{@} Query[fr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[ga]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[gd]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[gl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[gu]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[he]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[hi]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[hr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[hu]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[ia]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[id]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[ie]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[is]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[it]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[ja]=https://groups.google.com/groups?oi=djq&as_q=\\{@}&hl=ja Query[ka]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[kk]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[ko]=https://groups.google.com/groups?oi=djq&as_q=\\{@} @@ -140,6 +148,8 @@ Query[lt]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[lv]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[mr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[my]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[nan_TW]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[nan_TW@latin]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[nb]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[nds]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[nl]=https://groups.google.com/groups?oi=djq&as_q=\\{@} @@ -160,12 +170,12 @@ Query[sr@ijekavianlatin]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[sr@latin]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[sv]=https://groups.google.se/groups?oi=djq&as_q=\\{@} Query[tg]=https://groups.google.com/groups?oi=djq&as_q=\\{@} +Query[th]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[tok]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[tr]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[ug]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[uk]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[vi]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[wa]=https://groups.google.com/groups?oi=djq&as_q=\\{@} -Query[x-test]=xxhttps://groups.google.com/groups?oi=djq&as_q=\\{@}xx Query[zh_CN]=https://groups.google.com/groups?oi=djq&as_q=\\{@} Query[zh_TW]=https://groups.google.com/groups?oi=djq&as_q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_images.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_images.desktop index 5114774ec9..e2fe556f97 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_images.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_images.desktop @@ -2,6 +2,7 @@ Type=Service Name=Google Image Search Name[af]=Google Beeld Soektog +Name[am]=የGoogle ምስል ፍለጋ Name[ar]=بحث الصور عبر جوجل Name[as]=Google ছবিৰৰ অনুনসন্ধান Name[az]=Google Şəkil Axtarışı @@ -44,6 +45,7 @@ Name[id]=Penelusuran Citra Google Name[ie]=Sercha de images de Google Name[is]=Google myndaleit Name[it]=Ricerca di immagini di Google +Name[ja]=Google 画像検索 Name[ka]=Google სურათების ძებნა Name[kk]=Google кескіндерді табу Name[km]=ស្វែងរក​រូបភាព​តាម​រយៈ​ហ្គូហ្គល @@ -59,7 +61,9 @@ Name[ml]=ഗൂഗിൾ ചിത്ര തിരയൽ Name[mr]=Google प्रतिमा शोध Name[ms]=Carian Imej Google Name[my]=ဂူးဂယ်ပုံရှာဖွေမှု -Name[nb]=Bildesøk i Google +Name[nan_TW]=Google 影像搜揣 +Name[nan_TW@latin]=Google Iánn-siōng Tshiau-tshuē +Name[nb]=Google bildesøk Name[nds]=Google.de sien Biller-Söök Name[ne]=गुगल छवि खोजी Name[nl]=Google afbeeldingen zoeken @@ -68,7 +72,7 @@ Name[oc]=Recèrca d'imatges Google Name[or]=Google ପ୍ରତିଛବି ସନ୍ଧାନ Name[pa]=Google ਚਿੱਤਰ ਖੋਜ Name[pl]=Google - wyszukiwanie zdjęć -Name[pt]=Pesquisa de Imagens do Google +Name[pt]=Pesquisa de Imagens Google Name[pt_BR]=Pesquisa de imagens do Google Name[ro]=Căutare de imagini Google Name[ru]=Картинки Google @@ -96,11 +100,11 @@ Name[uz@cyrillic]=Google - Расм қидириш Name[vi]=Google Tìm kiếm Hình ảnh Name[wa]=Cweraedje d' imådjes avou Google Name[xh]=Uphendlo Lomfanekiso we Google -Name[x-test]=xxGoogle Image Searchxx Name[zh_CN]=Google 图像搜索 Name[zh_TW]=Google 圖片搜尋 Keys=ggi,images Query=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[am]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[ar]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[az]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[be]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} @@ -122,16 +126,20 @@ Query[eu]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[fa]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[fi]=https://www.google.fi/search?site=imghp&tbm=isch&q=\\{@} Query[fr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[ga]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[gd]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[gl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[gu]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[he]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[hi]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[hr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[hu]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[ia]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[id]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[ie]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[is]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[it]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[ja]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@}&hl=ja Query[ka]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[kk]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[ko]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} @@ -140,6 +148,8 @@ Query[lt]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[lv]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[mr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[my]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[nan_TW]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[nan_TW@latin]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[nb]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[nds]=https://www.google.de/search?site=imghp&tbm=isch&q=\\{@} Query[nl]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} @@ -161,12 +171,12 @@ Query[sr@latin]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[sv]=https://www.google.se/search?site=imghp&tbm=isch&q=\\{@} Query[ta]=https://www.google.com/search?hl=ta&site=imghp&tbm=isch&q=\\{@} Query[tg]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} +Query[th]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[tok]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[tr]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[ug]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[uk]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[vi]=https://www.google.com.vn/search?site=imghp&tbm=isch&q=\\{@} Query[wa]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} -Query[x-test]=xxhttps://www.google.com/search?site=imghp&tbm=isch&q=\\{@}xx Query[zh_CN]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} Query[zh_TW]=https://www.google.com/search?site=imghp&tbm=isch&q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_lucky.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_lucky.desktop index 25012fb50e..2dbc40027c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_lucky.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_lucky.desktop @@ -2,6 +2,7 @@ Type=Service Name=Google (I'm Feeling Lucky) Name[af]=Google (Vat 'n kaans) +Name[am]=Google (I'm Feeling Lucky) Name[ar]=جوجل (باستخدام ميزة ضربة حظ) Name[as]=Google (I'm Feeling Lucky) Name[az]=Google Mən Xöşbəxtəm @@ -42,6 +43,7 @@ Name[id]=Google (Saya Lagi Beruntung) Name[ie]=Google (I'm Feeling Lucky) Name[is]=Google (freista gæfunnar) Name[it]=Google (mi sento fortunato) +Name[ja]=Google (I'm Feeling Lucky) Name[ka]=Google (გავრისკავ) Name[kk]=Google (Сәтті сынап көрелік) Name[km]=ហ្គូហ្គល (ខ្ញុំ​មាន​អារម្មណ៍​ថា​សំណាង) @@ -57,7 +59,9 @@ Name[ml]=ഗൂഗിൾ (എനിക്ക് ഭാഗ്യം തോന് Name[mr]=Google (मी नशीबवान आहे) Name[ms]=Google (Saya Rasa Bertuah) Name[my]=ဂူးဂယ် (ကံတက်နေပြီ) -Name[nb]=Google (prøv lykken) +Name[nan_TW]=Google (I'm Feeling Lucky) +Name[nan_TW@latin]=Google (I'm Feeling Lucky) +Name[nb]=Google (Jeg prøver lykken) Name[nds]=Google.de op goot Glück Name[ne]=गुगल (म भाग्यमानी अनुभति गरिरहेछु) Name[nl]=Google (Ik doe een gok) @@ -65,7 +69,7 @@ Name[nn]=Google (Eg prøver lukka) Name[or]=Google (ଭାଗ୍ୟବାନ ମନେକରୁଅଛି) Name[pa]=Google (ਮੈਂ ਖੁਸ਼ਨਸੀਬ ਹਾਂ) Name[pl]=Google - "Szczęśliwy traf" -Name[pt]=Google (Sinto-me Com Sorte) +Name[pt]=Google (Sinto-me com sorte) Name[pt_BR]=Google (Estou com sorte) Name[ro]=Google (Mă simt norocos) Name[ru]=Google: Мне повезёт! @@ -93,11 +97,11 @@ Name[uz@cyrillic]=Google (Омадим борга ўхшайди) Name[vi]=Google (Xem trang đầu tiên tìm được) Name[wa]=Google (Dji tchai roed dssus) Name[xh]=Google (I'm Feeling Lucky) -Name[x-test]=xxGoogle (I'm Feeling Lucky)xx Name[zh_CN]=Google (手气不错) Name[zh_TW]=Google (好手氣) Keys=ggl,gglucky Query=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[am]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[ar]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[az]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[be]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 @@ -119,16 +123,20 @@ Query[eu]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF- Query[fa]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[fi]=https://www.google.fi/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[fr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[ga]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[gd]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[gl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[gu]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[he]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[hi]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[hr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[hu]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[ia]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[id]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[ie]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[is]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[it]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[ja]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&hl=ja Query[ka]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[kk]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[ko]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 @@ -137,6 +145,8 @@ Query[lt]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF- Query[lv]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[mr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[my]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[nan_TW]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[nan_TW@latin]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[nb]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[nds]=https://www.google.de/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[nl]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 @@ -158,13 +168,13 @@ Query[sr@latin]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&i Query[sv]=https://www.google.se/search?q=\\{@}&btnI=Jag+har+tur&ie=UTF-8&oe=UTF-8 Query[ta]=https://www.google.com/search?hl=ta&q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[tg]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 +Query[th]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[tok]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[tr]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[ug]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[uk]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[vi]=https://www.google.com.vn/search?q=\\{@}&gl=VN&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[wa]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 -Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8xx Query[zh_CN]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Query[zh_TW]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8 Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_maps.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_maps.desktop index 29ec6b4218..cae133f1c1 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_maps.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_maps.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Google Maps +Name[am]=Google ካርታዎች Name[ar]=خرائط جوجل Name[ast]=Google Maps Name[az]=Google Xəritələr @@ -37,6 +38,7 @@ Name[id]=Google Maps Name[ie]=Google Maps Name[is]=Google kort Name[it]=Mappe di Google +Name[ja]=Google マップ Name[ka]=Google Maps Name[kk]=Google карталаы Name[km]=ផែនទី​​ហ្គូហ្គល @@ -48,6 +50,8 @@ Name[lv]=Google Maps Name[mai]=गूगल नक्सा Name[mr]=गूगल नकाशे Name[my]=ဂူးဂယ်မြေပုံများ +Name[nan_TW]=Google 地圖 +Name[nan_TW@latin]=Google Tē-tôo Name[nb]=Google Maps Name[nds]=Google.de-Koorten Name[nl]=Google Maps @@ -77,11 +81,11 @@ Name[ug]=Google خەرىتە Name[uk]=Карти Google Name[vi]=Google Bản đồ Name[wa]=Google Mapes -Name[x-test]=xxGoogle Mapsxx Name[zh_CN]=Google 地图 Name[zh_TW]=Google 地圖 Keys=googlemaps,ggmaps,ggm Query=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[am]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ar]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[az]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[be]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr @@ -103,16 +107,20 @@ Query[eu]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[fa]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[fi]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[fr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[ga]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[gd]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[gl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[gu]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[he]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[hi]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[hr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[hu]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ia]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[id]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ie]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[is]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[it]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[ja]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr&hl=ja Query[ka]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[kk]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ko]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr @@ -121,6 +129,8 @@ Query[lt]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[lv]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[mr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[my]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[nan_TW]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[nan_TW@latin]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[nb]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[nds]=https://maps.google.de/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[nl]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr @@ -142,12 +152,12 @@ Query[sr@latin]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[sv]=https://maps.google.se/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ta]=https://maps.google.com/maps?hl=ta&q=\\{@}&ie=UTF8&iwloc=addr Query[tg]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr +Query[th]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[tok]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[tr]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[ug]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[uk]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[vi]=https://maps.google.com/maps?hl=vi&q=\\{@}&ie=UTF8&iwloc=addr Query[wa]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr -Query[x-test]=xxhttps://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addrxx Query[zh_CN]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr Query[zh_TW]=https://maps.google.com/maps?q=\\{@}&ie=UTF8&iwloc=addr diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_movie.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_movie.desktop index a4c42fc830..5bcf65bdd8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_movie.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_movie.desktop @@ -2,6 +2,7 @@ Type=Service Name=Google Movies Name[af]=Google Films +Name[am]=Google ፊልምች Name[ar]=فيديوهات جوجل Name[as]=Google Movies Name[ast]=Google Movies @@ -45,6 +46,7 @@ Name[id]=Google Movies Name[ie]=Google Movies Name[is]=Google kvikmyndir Name[it]=Film di Google +Name[ja]=Google Movies Name[ka]=Google ფილმები Name[kk]=Google фильмдер Name[km]=ភាព​យន្ត​តាម​​ហ្គូហ្គល @@ -60,7 +62,9 @@ Name[ml]=ഗൂഗിള്‍ ചലചിത്രങ്ങള്‍ Name[mr]=गूगल सिनेमा Name[ms]=Wayang Google Name[my]=ဂူးဂယ်ရုပ်ရှင်များ -Name[nb]=Filmsøk i Google +Name[nan_TW]=Google 電影 +Name[nan_TW@latin]=Google Tiān-iánn +Name[nb]=Google filmer Name[nds]=Google-Filmen Name[ne]=गुगल चलचित्र Name[nl]=Google Movies @@ -90,17 +94,17 @@ Name[tg]=Видеоҳои Google Name[th]=ค้นหาภาพยนตร์ด้วยกูเกิล Name[tok]=ilo alasa pi sitelen tawa suli tan ilo Google Name[tr]=Google Filmler -Name[ug]=Google كىنولار +Name[ug]=Google كىنو Name[uk]=Фільми на Google Name[uz]=Google - Kino Name[uz@cyrillic]=Google - Кино Name[vi]=Google Điện ảnh Name[wa]=Google Movies -Name[x-test]=xxGoogle Moviesxx Name[zh_CN]=Google 电影 Name[zh_TW]=Google 電影 Keys=ggmovie Query=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[am]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ar]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[az]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[be]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 @@ -122,20 +126,27 @@ Query[eu]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fa]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fi]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fr]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[ga]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[gl]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[gu]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[he]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[hr]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[hu]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ia]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[id]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ie]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[is]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[it]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[ja]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8&hl=ja Query[ka]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ko]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[lg]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[lt]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[lv]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[my]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[nan_TW]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[nan_TW@latin]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[nb]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[nl]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[nn]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[pa]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 @@ -151,11 +162,12 @@ Query[sq]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[sv]=https://www.google.se/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ta]=https://www.google.com/search?hl=ta&q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tg]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[th]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tok]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tr]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[ug]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[uk]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[vi]=https://www.google.com.vn/search?q=\\{@}&ie=UTF-8&oe=UTF-8 -Query[x-test]=xxhttps://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8xx Query[zh_CN]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[zh_TW]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8 Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_news.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_news.desktop index 6ee2028269..9b63f5c616 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_news.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_news.desktop @@ -2,6 +2,7 @@ Type=Service Name=Google News Name[af]=Google Nuus +Name[am]=Google ዜና Name[ar]=أخبار جوجل Name[as]=Google News Name[ast]=Google News @@ -45,6 +46,7 @@ Name[id]=Google News Name[ie]=Google News Name[is]=Google fréttir Name[it]=Notizie di Google +Name[ja]=Google ニュース Name[ka]=Google სიახლეები Name[kk]=Google жаңалықтар Name[km]=ព័ត៌មាន​តាម​ហ្គូហ្គល @@ -60,7 +62,9 @@ Name[ml]=ഗൂഗിള്‍ വാര്‍ത്തകള്‍ Name[mr]=गूगल समाचार Name[ms]=Berita Google Name[my]=ဂူးဂယ်သတင်းများ -Name[nb]=Google nyheter +Name[nan_TW]=Google 新聞 +Name[nan_TW@latin]=Google Sin-bûn +Name[nb]=Google-nyheter Name[nds]=Google.de-Narichten Name[ne]=गुगल समाचार Name[nl]=Google-nieuws @@ -96,11 +100,11 @@ Name[uz]=Google - Yangiliklar Name[uz@cyrillic]=Google - Янгиликлар Name[vi]=Google Tin tức Name[wa]=Google News -Name[x-test]=xxGoogle Newsxx Name[zh_CN]=Google 新闻 Name[zh_TW]=Google 新聞 Keys=ggn,googlenews Query=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[am]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ar]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[az]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[be]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 @@ -122,16 +126,20 @@ Query[eu]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fa]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fi]=https://news.google.fi/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[fr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[ga]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[gd]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[gl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[gu]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[he]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[hi]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[hr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[hu]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ia]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[id]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ie]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[is]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[it]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[ja]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8&hl=ja&gl=JP Query[ka]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[kk]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ko]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 @@ -140,6 +148,8 @@ Query[lt]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[lv]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[mr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[my]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[nan_TW]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[nan_TW@latin]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[nb]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[nds]=https://news.google.de/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[nl]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 @@ -161,13 +171,13 @@ Query[sr@latin]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[sv]=https://news.google.se/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ta]=https://news.google.com/news?hl=ta&q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tg]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 +Query[th]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tok]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[tr]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[ug]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[uk]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[vi]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8&hl=vi&gl=VN Query[wa]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 -Query[x-test]=xxhttps://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8xx Query[zh_CN]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Query[zh_TW]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8 Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_shopping.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_shopping.desktop index 9975ce77b8..1de26e1c87 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_shopping.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/google_shopping.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Google Shopping +Name[am]=Google ግብይት Name[ar]=تسوّق جوجل Name[ast]=Google Shopping Name[az]=Google Alış-Veriş @@ -23,16 +24,20 @@ Name[eu]=Google erosketak Name[fa]=خرید گوگل Name[fi]=Google Shopping Name[fr]=Boutique « Google » +Name[ga]=Siopadóireacht Google Name[gd]=Google Shopping Name[gl]=Compras en Google +Name[gu]=Google Shopping Name[he]=קניות Google Name[hi]=गूगल खरीदारी +Name[hr]=Google kupnja Name[hu]=Google vásárlás Name[ia]=Google Shopping Name[id]=Google Shopping Name[ie]=Google Shopping Name[is]=Google verslun Name[it]=Acquisti di Google +Name[ja]=Google ショッピング Name[ka]=Google საყიდლები Name[kk]=Google Shopping Name[ko]=Google 쇼핑 @@ -41,6 +46,8 @@ Name[lt]=Google apsipirkimas Name[lv]=„Google“ iepirkšanās Name[mr]=गूगल खरेदी Name[my]=ဂူးဂယ်စျေးဝယ်ထွက် +Name[nan_TW]=Google Shopping +Name[nan_TW@latin]=Google Shopping Name[nb]=Google Shopping Name[nds]=Google.de - Inköpen Name[nl]=Google Shopping @@ -61,17 +68,18 @@ Name[sr@ijekavianlatin]=Google Shopping Name[sr@latin]=Google Shopping Name[sv]=Google shopping Name[tg]=Дукони онлайни Google +Name[th]=Google Shopping Name[tok]=ilo pi alasa esun tan ilo Google Name[tr]=Google Alışveriş -Name[ug]=گۇگىل دۇكىنى +Name[ug]=گۇگىل سودىلىق Name[uk]=Google Shopping Name[vi]=Google Mua sắm Name[wa]=Botike Google -Name[x-test]=xxGoogle Shoppingxx Name[zh_CN]=Google 购物 Name[zh_TW]=Google Shopping Keys=ggs,ggshopping Query=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[am]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[ar]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[az]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[be]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} @@ -93,16 +101,20 @@ Query[eu]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[fa]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[fi]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[fr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[ga]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[gd]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[gl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[gu]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[he]=https://www.google.com/search?hl=he&tbm=shop&q=\\{@} Query[hi]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[hr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[hu]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[ia]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[id]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[ie]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[is]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[it]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[ja]=https://www.google.com/search?hl=ja&tbm=shop&q=\\{@} Query[ka]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[kk]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[ko]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} @@ -111,6 +123,8 @@ Query[lt]=https://www.google.com/search?hl=lt&tbm=shop&q=\\{@} Query[lv]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[mr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[my]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[nan_TW]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[nan_TW@latin]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[nb]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[nds]=https://www.google.de/search?hl=de&tbm=shop&q=\\{@} Query[nl]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} @@ -132,12 +146,12 @@ Query[sr@latin]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[sv]=https://www.google.se/search?hl=en&tbm=shop&q=\\{@} Query[ta]=https://www.google.com/search?hl=ta&tbm=shop&q=\\{@} Query[tg]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} +Query[th]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[tok]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[tr]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[ug]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[uk]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[vi]=https://www.google.com.vn/search?hl=vi&tbm=shop&q=\\{@} Query[wa]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} -Query[x-test]=xxhttps://www.google.com/search?hl=en&tbm=shop&q=\\{@}xx Query[zh_CN]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} Query[zh_TW]=https://www.google.com/search?hl=en&tbm=shop&q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/grec.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/grec.desktop index 2722722626..5552a3fc6a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/grec.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/grec.desktop @@ -3,6 +3,7 @@ Charset=ISO-8859-15 Hidden=false Keys=grec Name=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) +Name[am]=የካታላን ቋንቋ ታላቅ መዝገበ ቃላት (GRan Enciclopèdia Catalana) Name[ar]=القاموس العظيم عن اللغة الكَتَلونية (GRan Enciclopèdia Catalana) Name[az]=Katalon Dilini Böyük Lüğəti (GRan Enciclopèdia Catalana) Name[be]=Вялікі слоўнік каталанскай мовы (GRan Enciclopèdia Catalana) @@ -23,27 +24,32 @@ Name[eu]=Katalan hizkuntzaren hiztegi Handia (GRan Enciclopèdia Catalana) Name[fa]=واژه‌نامهٔ بزرگ زبان کاتالان (GRan Enciclopèdia Catalana) Name[fi]=Katalaanin suuri sanakirja (GRan Enciclopèdia Catalana) Name[fr]=Remarquable dictionnaire pour la langue catalane (GRan Enciclopèdia Catalana) +Name[ga]=Foclóir Mór na Catalóinise (GRan Enciclipèdia Catalana) Name[gd]=Mòr-fhaclair a' Chatalanais (Gran Enciclopèdia Catalana) Name[gl]=Gran Enciclopèdia Catalana +Name[gu]=કેટેલાન ભાષાની મહાન ડિક્શનેરી (GRan Enciclopèdia Catalana) Name[he]=המילון הגדול של השפה הקטלאנית (GRan Enciclopèdia Catalana) +Name[hr]=Veliki rječnik katalonskog jezika (GRan enciclopèdia Catalana) Name[hu]=Katalán nagyszótár (GRan Enciclopèdia Catalana) Name[ia]=Grande Dictionario del Linguage Catalan (GRan Enciclopèdia Catalana) Name[id]=Kamus Besar Bahasa Catalan (GRan Enciclopèdia Catalana) Name[ie]=Li grand dictionarium del catalan lingue (GRan Enciclopèdia Catalana) Name[is]=Stóra katalónska orðabókin (GRan Enciclopèdia Catalana) Name[it]=Grande dizionario della lingua catalana (GRan Enciclopèdia Catalana) +Name[ja]=Great Dictionary of the Catalan Language (GRan Enciclopèdia Catalana) Name[ka]=კატალანური ენის დიდი ლექსიკონი (GRan Enciclopèdia Catalana) Name[ko]=카탈루냐어 대사전(GRan Enciclopèdia Catalana) Name[lg]=Enkuluze Mawuuno Ey'olulimi oLuKatalani (GRan Enciclopèdia Catalana) Name[lt]=Didysis katalonų kalbos žodynas (GRan Enciclopèdia Catalana) Name[lv]=Lielā katalāņu valodas vārdnīca („GRan Enciclopèdia Catalana“) Name[my]=ကတ်တလန်ဘာသာစကား၏ ဒစ်ရှင်နရီကြီး (GRan Enciclopèdia Catalana) +Name[nan_TW]=Catalunya 語大辭典 (GRan Enciclopèdia Catalana)) +Name[nan_TW@latin]=Catalunya-gí Tāi-sû-tián (GRan Enciclopèdia Catalana) Name[nb]=Den store, katalanske ordboka (GRan Enciclopèdia Catalana) Name[nl]=Groot woordenboek van de Catalaanse taal (GRan Enciclopèdia Catalana) Name[nn]=Den store, katalanske ordboka (GRan Enciclopèdia Catalana) Name[pa]=ਕਾਟਾਲਾਨ ਭਾਸ਼ਾ ਲਈ ਮਹਾਨ ਕੋਸ਼ (GRan ਵਿਸ਼ਵਕੋਸ਼ ਕਾਟਾਲਾਨਾ) Name[pl]=Wielki słownik języka katalońskiego (GRan Enciclopèdia Catalana) -Name[pt]=Grande Dicionário da Língua Catalã (GRan Enciclopèdia Catalana) Name[pt_BR]=Grande dicionário do idioma catalão (GRan Enciclopédia Catalana) Name[ro]=Marea enciclopedie a limbii catalane (GRan Enciclopèdia Catalana) Name[ru]=Большой словарь каталонского языка (GRan Enciclopèdia Catalana) @@ -57,14 +63,16 @@ Name[sr@ijekavianlatin]=Veliki rječnik katalonskog jezika (GRan Enciclopèdia C Name[sr@latin]=Veliki rečnik katalonskog jezika (GRan Enciclopèdia Catalana) Name[sv]=Stor ordbok över det katalanska språket (Gran Enciclopèdia Catalana) Name[tg]=Луғати калони забони каталонӣ (Донишномаи каталонии GRan) +Name[th]=พจนานุกรมที่ยิ่งใหญ่ของภาษาคาตะลาน (GRan Enciclopèdia Catalana) Name[tok]=lipu nimi pi toki Katalan (Gran Enciclopèdia Catalana) Name[tr]=Katalanca Büyük Sözlük (GRan Enciclopèdia Catalana) +Name[ug]=كاتالان تىلىنىڭ بۈيۈك مۇندەرىجىسى (GRan Enciclopèdia Catalana) Name[uk]=Великий словник каталанської мови (GRan Enciclopèdia Catalana) Name[vi]=Đại từ điển tiếng Catalan (GRan Enciclopèdia Catalana) -Name[x-test]=xxGreat Dictionary of the Catalan Language (GRan Enciclopèdia Catalana)xx Name[zh_CN]=加泰罗尼亚语大词典 (GRan Enciclopèdia Catalana) Name[zh_TW]=很棒的加泰隆尼亞語文字典 (GRan Enciclopèdia Catalana) Query=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} +Query[am]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[ar]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[az]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[be]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} @@ -102,6 +110,7 @@ Query[id]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[ie]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[is]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[it]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} +Query[ja]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[ka]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[kk]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[km]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} @@ -114,6 +123,8 @@ Query[mai]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[ml]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[mr]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[my]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} +Query[nan_TW]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} +Query[nan_TW@latin]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[nb]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[nds]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[nl]=https://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} @@ -142,7 +153,6 @@ Query[ug]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[uk]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[vi]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[wa]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} -Query[x-test]=xxhttp://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@}xx Query[zh_CN]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Query[zh_TW]=http://ec.grec.net/cgi-bin/AppDLC3.exe?APP=CERCADLC&GECART=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary.desktop index 8ce58dc83a..0318eeb88c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary.desktop @@ -2,6 +2,7 @@ Type=Service Name=HyperDictionary.com Name[af]=HyperDictionary.com +Name[am]=HyperDictionary.com Name[ar]=HyperDictionary.com Name[as]=HyperDictionary.com Name[az]=HyperDictionary.com @@ -44,6 +45,7 @@ Name[id]=HyperDictionary.com Name[ie]=HyperDictionary.com Name[is]=HyperDictionary.com Name[it]=HyperDictionary.com +Name[ja]=HyperDictionary.com Name[ka]=HyperDictionary.com Name[kk]=HyperDictionary.com Name[km]=HyperDictionary.com @@ -59,6 +61,8 @@ Name[ml]=HyperDictionary.com Name[mr]=HyperDictionary.com Name[ms]=HyperDictionary.com Name[my]=ဟိုက်ပါဒစ်ရှင်နရီ ဒေါ့ ကွန်း +Name[nan_TW]=HyperDictionary.com +Name[nan_TW@latin]=HyperDictionary.com Name[nb]=HyperDictionary.com Name[nds]=HyperDictionary.com Name[ne]=HyperDictionary.com @@ -94,12 +98,12 @@ Name[uz]=HyperDictionary.com Name[uz@cyrillic]=HyperDictionary.com Name[vi]=HyperDictionary.com Name[wa]=HyperDictionary.com -Name[x-test]=xxHyperDictionary.comxx Name[zh_CN]=HyperDictionary.com Name[zh_TW]=HyperDictionary.com Keys=hd,hyperdict Query=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[af]=http://www.hyperdictionary.com/search.aspx?define=\\{@} +Query[am]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[ar]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[as]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[az]=http://www.hyperdictionary.com/search.aspx?define=\\{@} @@ -142,6 +146,7 @@ Query[id]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[ie]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[is]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[it]=http://www.hyperdictionary.com/search.aspx?define=\\{@} +Query[ja]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[ka]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[kk]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[km]=http://www.hyperdictionary.com/search.aspx?define=\\{@} @@ -156,6 +161,8 @@ Query[ml]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[mr]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[ms]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[my]=http://www.hyperdictionary.com/search.aspx?define=\\{@} +Query[nan_TW]=http://www.hyperdictionary.com/search.aspx?define=\\{@} +Query[nan_TW@latin]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[nb]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[nds]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[ne]=http://www.hyperdictionary.com/search.aspx?define=\\{@} @@ -191,6 +198,5 @@ Query[uz]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[uz@cyrillic]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[vi]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[wa]=http://www.hyperdictionary.com/search.aspx?define=\\{@} -Query[x-test]=xxhttp://www.hyperdictionary.com/search.aspx?define=\\{@}xx Query[zh_CN]=http://www.hyperdictionary.com/search.aspx?define=\\{@} Query[zh_TW]=http://www.hyperdictionary.com/search.aspx?define=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary_thesaurus.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary_thesaurus.desktop index 2a7d46a711..55932e8506 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary_thesaurus.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/hyperdictionary_thesaurus.desktop @@ -2,6 +2,7 @@ Type=Service Name=HyperDictionary.com Thesaurus Name[af]=HyperDictionary.com Thesaurus +Name[am]=HyperDictionary.com Thesaurus Name[ar]=قاموس HyperDictionary.com للمعاني المترادفة Name[as]=HyperDictionary.com Thesaurus Name[az]=HyperDictionary.com Thesaurus @@ -44,6 +45,7 @@ Name[id]=Tesaurus HyperDictionary.com Name[ie]=Tresor de HyperDictionary.com Name[is]=HyperDictionary.com - samheitaorðabók Name[it]=Dizionario dei sinonimi e contrari HyperDictionary.com +Name[ja]=HyperDictionary.com Thesaurus Name[ka]=HyperDictionary.com ლექსიკონი Name[kk]=HyperDictionary.com тезаурус Name[km]=កម្រង​វេវចនសព្ទ HyperDictionary.com @@ -59,7 +61,9 @@ Name[ml]=HyperDictionary.com പര്യായനിഘണ്ടു Name[mr]=हायपर-डिक्शनरी.कॉम शब्दकोश Name[ms]=HyperDictionary.com Thesaurus Name[my]=ဟိုက်ပါဒစ်ရှင်နရီ ဒေါ့ ကွန်း ဝေါဟာရပဒေသာကျမ်း -Name[nb]=HyperDictionary.com, synonymordbok +Name[nan_TW]=HyperDictionary.com 同義詞辭典 +Name[nan_TW@latin]=HyperDictionary.com Tông-gí-sû-tián +Name[nb]=HyperDictionary.com Thesaurus Name[nds]=HyperDictionary.com-Synonümwöörbook Name[ne]=HyperDictionary.com Thesaurus Name[nl]=HyperDictionary.com Thesaurus @@ -67,7 +71,7 @@ Name[nn]=HyperDictionary.com Thesaurus Name[or]=HyperDictionary.com Thesaurus Name[pa]=HyperDictionary.com ਥੀਸਾਰਸ ਕੋਸ਼ Name[pl]=HyperDictionary.com - słownik wyrazów bliskoznacznych -Name[pt]=Gramática do HyperDictionary.com +Name[pt]=Gramática do HyperDictionary.com Name[pt_BR]=HyperDictionary.com Thesaurus Name[ro]=Dicționarul HyperDictionary.com Name[ru]=Тезаурус HyperDictionary.com @@ -93,12 +97,12 @@ Name[uz]=HyperDictionary.com lugʻati Name[uz@cyrillic]=HyperDictionary.com луғати Name[vi]=Từ điển đồng nghĩa HyperDictionary.com Name[wa]=Motî HyperDictionary.com -Name[x-test]=xxHyperDictionary.com Thesaurusxx Name[zh_CN]=HyperDictionary.com 同义词词典 Name[zh_TW]=HyperDictionary.com 辭典 Keys=hdt,hd-ths,hd-thesaurus Query=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[af]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} +Query[am]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[ar]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[as]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[az]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} @@ -141,6 +145,7 @@ Query[id]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[ie]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[is]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[it]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} +Query[ja]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[ka]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[kk]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[km]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} @@ -155,6 +160,8 @@ Query[ml]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[mr]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[ms]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[my]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} +Query[nan_TW]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} +Query[nan_TW@latin]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[nb]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[nds]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[ne]=http://www.hyperdictionary.com/search.aspx?Dict=Tdefine=\\{@} @@ -190,6 +197,5 @@ Query[uz]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[uz@cyrillic]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[vi]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[wa]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} -Query[x-test]=xxhttp://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@}xx Query[zh_CN]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} Query[zh_TW]=http://www.hyperdictionary.com/search.aspx?Dict=T&define=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_groups.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_groups.desktop index bd03b4d46e..a8cf248bfc 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_groups.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_groups.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=identicagroups,identig,identicag,idg Name=Identi.ca Groups +Name[am]=Identi.ca ቡድኖች Name[ar]=مجموعات آيدنتكا Name[az]=Identi.ca Qrupları Name[be]=Групы Identi.ca @@ -38,6 +39,7 @@ Name[id]=Identi.ca Groups Name[ie]=Identi.ca Groups Name[is]=Identi.ca hópar Name[it]=Gruppi di Identi.ca +Name[ja]=Identi.ca Groups Name[ka]=Identi.ca ჯგუფები Name[kk]=Identi.ca тобтар Name[km]=ក្រុម​របស់ Identi.ca @@ -50,6 +52,8 @@ Name[mai]=Identi.ca समूह Name[ml]=ഐഡന്റിക്ക ഗ്രൂപ്പുകള്‍ Name[mr]=Identi.ca ग्रुप्स Name[my]=အိုင်ဒမ်တီ.ကာ အုပ်စုများ +Name[nan_TW]=Identi.ca 群組 +Name[nan_TW@latin]=Identi.ca Kûn-tsoo Name[nb]=Identi.ca-grupper Name[nds]=Identi.ca - Koppeln Name[nl]=Identi.ca Groepen @@ -74,14 +78,14 @@ Name[tg]=Гурӯҳи Identi.ca Name[th]=กลุ่มต่าง ๆ ของ Identi.ca Name[tok]=kulupu lon ilo Identi.ca Name[tr]=Identi.ca Grupları -Name[ug]=Identi.ca گۇرۇپپىلار +Name[ug]=Identi.ca گۇرۇپپا Name[uk]=Групи Identi.ca Name[vi]=Identi.ca Nhóm Name[wa]=Identi.ca Groupes -Name[x-test]=xxIdenti.ca Groupsxx Name[zh_CN]=Identi.ca 群组 Name[zh_TW]=Identi.ca Groups Query=https://identi.ca/search/group?q=\\{@} +Query[am]=https://identi.ca/search/group?q=\\{@} Query[ar]=https://identi.ca/search/group?q=\\{@} Query[az]=https://identi.ca/search/group?q=\\{@} Query[be]=https://identi.ca/search/group?q=\\{@} @@ -103,16 +107,20 @@ Query[eu]=https://identi.ca/search/group?q=\\{@} Query[fa]=https://identi.ca/search/group?q=\\{@} Query[fi]=https://identi.ca/search/group?q=\\{@} Query[fr]=https://identi.ca/search/group?q=\\{@} +Query[ga]=https://identi.ca/search/group?q=\\{@} Query[gd]=https://identi.ca/search/group?q=\\{@} Query[gl]=https://identi.ca/search/group?q=\\{@} +Query[gu]=https://identi.ca/search/group?q=\\{@} Query[he]=https://identi.ca/search/group?q=\\{@} Query[hi]=https://identi.ca/search/group?q=\\{@} +Query[hr]=https://identi.ca/search/group?q=\\{@} Query[hu]=https://identi.ca/search/group?q=\\{@} Query[ia]=https://identi.ca/search/group?q=\\{@} Query[id]=https://identi.ca/search/group?q=\\{@} Query[ie]=https://identi.ca/search/group?q=\\{@} Query[is]=https://identi.ca/search/group?q=\\{@} Query[it]=https://identi.ca/search/group?q=\\{@} +Query[ja]=https://identi.ca/search/group?q=\\{@} Query[ka]=https://identi.ca/search/group?q=\\{@} Query[kk]=https://identi.ca/search/group?q=\\{@} Query[ko]=https://identi.ca/search/group?q=\\{@} @@ -121,6 +129,8 @@ Query[lt]=https://identi.ca/search/group?q=\\{@} Query[lv]=https://identi.ca/search/group?q=\\{@} Query[mr]=https://identi.ca/search/group?q=\\{@} Query[my]=https://identi.ca/search/group?q=\\{@} +Query[nan_TW]=https://identi.ca/search/group?q=\\{@} +Query[nan_TW@latin]=https://identi.ca/search/group?q=\\{@} Query[nb]=https://identi.ca/search/group?q=\\{@} Query[nds]=https://identi.ca/search/group?q=\\{@} Query[nl]=https://identi.ca/search/group?q=\\{@} @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://identi.ca/search/group?q=\\{@} Query[sr@latin]=https://identi.ca/search/group?q=\\{@} Query[sv]=https://identi.ca/search/group?q=\\{@} Query[tg]=https://identi.ca/search/group?q=\\{@} +Query[th]=https://identi.ca/search/group?q=\\{@} Query[tok]=https://identi.ca/search/group?q=\\{@} Query[tr]=https://identi.ca/search/group?q=\\{@} Query[ug]=https://identi.ca/search/group?q=\\{@} Query[uk]=https://identi.ca/search/group?q=\\{@} Query[vi]=https://identi.ca/search/group?q=\\{@} Query[wa]=https://identi.ca/search/group?q=\\{@} -Query[x-test]=xxhttps://identi.ca/search/group?q=\\{@}xx Query[zh_CN]=https://identi.ca/search/group?q=\\{@} Query[zh_TW]=https://identi.ca/search/group?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_notices.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_notices.desktop index c722377641..6e4160efe0 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_notices.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_notices.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=identicanotices,identin,idn Name=Identi.ca Notices +Name[am]=Identi.ca ማሳወቂያዎች Name[ar]=ملاحظات آيدنتكا Name[az]=Identi.ca Qeydlər Name[be]=Нататкі Identi.ca @@ -38,6 +39,7 @@ Name[id]=Identi.ca Notices Name[ie]=Noticies de Identi.ca Name[is]=Identi.ca tilkynningar Name[it]=Notifiche di Identi.ca +Name[ja]=Identi.ca Notices Name[ka]=Identi.ca შენიშვნებ Name[kk]=Identi.ca жазбалары Name[km]=ចំណាំ​របស់ Identi.ca @@ -50,7 +52,9 @@ Name[mai]=Identi.ca सूचना Name[ml]=ഐഡന്റിക്ക നോട്ടീസുകള്‍ Name[mr]=Identi.ca सूचना Name[my]=အိုင်ဒမ်တီ.ကာ ကြေညာချက်များ -Name[nb]=Identi.ca notiser +Name[nan_TW]=Identi.ca 通知 +Name[nan_TW@latin]=Identi.ca Thong-ti +Name[nb]=Identi.ca-varsel Name[nds]=Identi.ca - Uthäng Name[nl]=Identi.ca Notities Name[nn]=Identi.ca-varsel @@ -74,14 +78,14 @@ Name[tg]=Эзоҳҳои Identi.ca Name[th]=การแจ้ง Identi.ca Name[tok]=ijo suli pi ilo Identi.ca Name[tr]=Identi.ca Bildirimleri -Name[ug]=Identi.ca ئۇقتۇرۇشلار +Name[ug]=Identi.ca ئۇقتۇرۇش Name[uk]=Нотатки Identi.ca Name[vi]=Identi.ca Thông cáo Name[wa]=Identi.ca Notices -Name[x-test]=xxIdenti.ca Noticesxx Name[zh_CN]=Identi.ca 通知 Name[zh_TW]=Identi.ca Notices Query=https://identi.ca/search/notice?q=\\{@} +Query[am]=https://identi.ca/search/notice?q=\\{@} Query[ar]=https://identi.ca/search/notice?q=\\{@} Query[az]=https://identi.ca/search/notice?q=\\{@} Query[be]=https://identi.ca/search/notice?q=\\{@} @@ -103,16 +107,20 @@ Query[eu]=https://identi.ca/search/notice?q=\\{@} Query[fa]=https://identi.ca/search/notice?q=\\{@} Query[fi]=https://identi.ca/search/notice?q=\\{@} Query[fr]=https://identi.ca/search/notice?q=\\{@} +Query[ga]=https://identi.ca/search/notice?q=\\{@} Query[gd]=https://identi.ca/search/notice?q=\\{@} Query[gl]=https://identi.ca/search/notice?q=\\{@} +Query[gu]=https://identi.ca/search/notice?q=\\{@} Query[he]=https://identi.ca/search/notice?q=\\{@} Query[hi]=https://identi.ca/search/notice?q=\\{@} +Query[hr]=https://identi.ca/search/notice?q=\\{@} Query[hu]=https://identi.ca/search/notice?q=\\{@} Query[ia]=https://identi.ca/search/notice?q=\\{@} Query[id]=https://identi.ca/search/notice?q=\\{@} Query[ie]=https://identi.ca/search/notice?q=\\{@} Query[is]=https://identi.ca/search/notice?q=\\{@} Query[it]=https://identi.ca/search/notice?q=\\{@} +Query[ja]=https://identi.ca/search/notice?q=\\{@} Query[ka]=https://identi.ca/search/notice?q=\\{@} Query[kk]=https://identi.ca/search/notice?q=\\{@} Query[ko]=https://identi.ca/search/notice?q=\\{@} @@ -121,6 +129,8 @@ Query[lt]=https://identi.ca/search/notice?q=\\{@} Query[lv]=https://identi.ca/search/notice?q=\\{@} Query[mr]=https://identi.ca/search/notice?q=\\{@} Query[my]=https://identi.ca/search/notice?q=\\{@} +Query[nan_TW]=https://identi.ca/search/notice?q=\\{@} +Query[nan_TW@latin]=https://identi.ca/search/notice?q=\\{@} Query[nb]=https://identi.ca/search/notice?q=\\{@} Query[nds]=https://identi.ca/search/notice?q=\\{@} Query[nl]=https://identi.ca/search/notice?q=\\{@} @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://identi.ca/search/notice?q=\\{@} Query[sr@latin]=https://identi.ca/search/notice?q=\\{@} Query[sv]=https://identi.ca/search/notice?q=\\{@} Query[tg]=https://identi.ca/search/notice?q=\\{@} +Query[th]=https://identi.ca/search/notice?q=\\{@} Query[tok]=https://identi.ca/search/notice?q=\\{@} Query[tr]=https://identi.ca/search/notice?q=\\{@} Query[ug]=https://identi.ca/search/notice?q=\\{@} Query[uk]=https://identi.ca/search/notice?q=\\{@} Query[vi]=https://identi.ca/search/notice?q=\\{@} Query[wa]=https://identi.ca/search/notice?q=\\{@} -Query[x-test]=xxhttps://identi.ca/search/notice?q=\\{@}xx Query[zh_CN]= http://identi.ca/search/notice?q=\\{@} Query[zh_TW]=https://identi.ca/search/notice?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_people.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_people.desktop index 6906b36e89..c68109034a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_people.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/identica_people.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=identicapeople,identip,idp Name=Identi.ca People +Name[am]=Identi.ca ሰዎች Name[ar]=ناس آيدنتكا Name[az]=Identi.ca İnsanlar Name[be]=Людзі Identi.ca @@ -38,6 +39,7 @@ Name[id]=Identi.ca People Name[ie]=Identi.ca People Name[is]=Identi.ca fólk Name[it]=Persone di Identi.ca +Name[ja]=Identi.ca People Name[ka]=Identi.ca ხალხი Name[kk]=Identi.ca халықы Name[km]=មនុស្ស Identi.ca @@ -50,7 +52,9 @@ Name[mai]=Identi.ca लोकनिसभ Name[ml]=ഐഡന്റിക്കയിലെ ആളുകള്‍ Name[mr]=Identi.ca लोक Name[my]=အိုင်ဒမ်တီ.ကာ အများပြည်သူ -Name[nb]=Identi.ca folk +Name[nan_TW]=Identi.ca 人物 +Name[nan_TW@latin]=Identi.ca Jîn-bu̍t +Name[nb]=Identi.ca-folk Name[nds]=Identi.ca - Lüüd Name[nl]=Identi.ca Mensen Name[nn]=Identi.ca-folk @@ -74,14 +78,14 @@ Name[tg]=Одамони Identi.ca Name[th]=ผู้คน Identi.ca Name[tok]=jan lon ilo Identi.ca Name[tr]=Identi.ca Kişi -Name[ug]=Identi.ca كىشىلەر +Name[ug]=Identi.ca كىشى Name[uk]=Постаті Identi.ca Name[vi]=Identi.ca Mọi người Name[wa]=Identi.ca Djins -Name[x-test]=xxIdenti.ca Peoplexx Name[zh_CN]=Identi.ca 人物 Name[zh_TW]=Identi.ca People Query=https://identi.ca/search/people?q=\\{@}&search=Search +Query[am]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ar]=https://identi.ca/search/people?q=\\{@}&search=Search Query[az]=https://identi.ca/search/people?q=\\{@}&search=Search Query[be]=https://identi.ca/search/people?q=\\{@}&search=Search @@ -103,16 +107,20 @@ Query[eu]=https://identi.ca/search/people?q=\\{@}&search=Search Query[fa]=https://identi.ca/search/people?q=\\{@}&search=Search Query[fi]=https://identi.ca/search/people?q=\\{@}&search=Search Query[fr]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[ga]=https://identi.ca/search/people?q=\\{@}&search=Search Query[gd]=https://identi.ca/search/people?q=\\{@}&search=Search Query[gl]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[gu]=https://identi.ca/search/people?q=\\{@}&search=Search Query[he]=https://identi.ca/search/people?q=\\{@}&search=Search Query[hi]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[hr]=https://identi.ca/search/people?q=\\{@}&search=Search Query[hu]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ia]=https://identi.ca/search/people?q=\\{@}&search=Search Query[id]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ie]=https://identi.ca/search/people?q=\\{@}&search=Search Query[is]=https://identi.ca/search/people?q=\\{@}&search=Search Query[it]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[ja]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ka]=https://identi.ca/search/people?q=\\{@}&search=Search Query[kk]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ko]=https://identi.ca/search/people?q=\\{@}&search=Search @@ -121,6 +129,8 @@ Query[lt]=https://identi.ca/search/people?q=\\{@}&search=Search Query[lv]=https://identi.ca/search/people?q=\\{@}&search=Search Query[mr]=https://identi.ca/search/people?q=\\{@}&search=Search Query[my]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[nan_TW]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[nan_TW@latin]=https://identi.ca/search/people?q=\\{@}&search=Search Query[nb]=https://identi.ca/search/people?q=\\{@}&search=Search Query[nds]=https://identi.ca/search/people?q=\\{@}&search=Search Query[nl]=https://identi.ca/search/people?q=\\{@}&search=Search @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://identi.ca/search/people?q=\\{@}&search=Search Query[sr@latin]=https://identi.ca/search/people?q=\\{@}&search=Search Query[sv]=https://identi.ca/search/people?q=\\{@}&search=Search Query[tg]=https://identi.ca/search/people?q=\\{@}&search=Search +Query[th]=https://identi.ca/search/people?q=\\{@}&search=Search Query[tok]=https://identi.ca/search/people?q=\\{@}&search=Search Query[tr]=https://identi.ca/search/people?q=\\{@}&search=Search Query[ug]=https://identi.ca/search/people?q=\\{@}&search=Search Query[uk]=https://identi.ca/search/people?q=\\{@}&search=Search Query[vi]=https://identi.ca/search/people?q=\\{@}&search=Search Query[wa]=https://identi.ca/search/people?q=\\{@}&search=Search -Query[x-test]=xxhttps://identi.ca/search/people?q=\\{@}&search=Searchxx Query[zh_CN]= http://identi.ca/search/people?q=\\{@}&search=Search Query[zh_TW]=https://identi.ca/search/people?q=\\{@}&search=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/imdb.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/imdb.desktop index f1e65a52eb..5555feddd0 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/imdb.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/imdb.desktop @@ -2,6 +2,7 @@ Type=Service Name=Internet Movie Database Name[af]=Internet Film Databasis +Name[am]=Internet Movie Database Name[ar]=قاعدة بيانات الإنترنت للأفلام Name[as]=ইন্টাৰ্নে'ট বোলছবিৰ তথ্যভঁৰাল Name[az]=İnternet Film Məlumat Bazası @@ -44,6 +45,7 @@ Name[id]=Basis Data Film Internet Name[ie]=Internet Movie Database Name[is]=Internet Movie Database Name[it]=Banca dati cinematografica in rete +Name[ja]=Internet Movie Database Name[ka]=ინტერნეტის ფილმების ბაზა Name[kk]=Internet фильмдер қоры Name[km]=មូលដ្ឋាន​ទិន្នន័យ​ភាពយន្ត​តាម​អ៊ីនធឺណិត @@ -59,7 +61,9 @@ Name[ml]=ഇന്റര്‍നെറ്റിലുള്ള ചലച്ച Name[mr]=इंटरनेट चलप्रतिमा डेटाबेस Name[ms]=Pangkalan Data Wayang Internet Name[my]=အင်တာနက်ရုပ်ရှင်ဒေတာဘေ့စ် -Name[nb]=Internett filmdatabase +Name[nan_TW]=網路電影資料庫 (IMDB) +Name[nan_TW@latin]=Bāng-lōo Tiān-iánn Tsu-liāu-khòo (IMDB) +Name[nb]=Internet Movie Database Name[nds]=Internet-Filmdatenbank Name[ne]=इन्टरनेट चलचित्र डाटाबेस Name[nl]=Internet filmdatabase @@ -86,18 +90,18 @@ Name[te]=ఇంటర్‌నెట్ చలనచిత్ర డాటాబ Name[tg]=Пойгоҳи иттилоотии интернетӣ Name[th]=ฐานข้อมูลภาพยนตร์ทางอินเทอร์เน็ต Name[tok]=ilo alasa IMDB -Name[tr]=İnternet Film Veritabanı -Name[ug]=ئىنتېرنېت كىنو ساندىنى +Name[tr]=İnternet Film Veri Tabanı +Name[ug]=ئىنتېرنېت كىنو ساندانى Name[uk]=База даних кінофільмів в Інтернет Name[uz]=Internetdagi kino maʼlumot bazasi Name[uz@cyrillic]=Интернетдаги кино маълумот базаси Name[vi]=Cơ sở dữ liệu điện ảnh Liên Mạng Name[wa]=Båze di dnêyes des films sol daegntoele -Name[x-test]=xxInternet Movie Databasexx Name[zh_CN]=IMDB 互联网电影数据库 Name[zh_TW]=Internet 電影資料庫 Keys=imdb Query=https://imdb.com/find?s=all&q=\\{@} +Query[am]=https://imdb.com/find?s=all&q=\\{@} Query[ar]=https://imdb.com/find?s=all&q=\\{@} Query[az]=https://imdb.com/find?s=all&q=\\{@} Query[be]=https://imdb.com/find?s=all&q=\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://imdb.com/find?s=all&q=\\{@} Query[fa]=https://imdb.com/find?s=all&q=\\{@} Query[fi]=https://imdb.com/find?s=all&q=\\{@} Query[fr]=https://imdb.com/find?s=all&q=\\{@} +Query[ga]=https://imdb.com/find?s=all&q=\\{@} Query[gl]=https://imdb.com/find?s=all&q=\\{@} +Query[gu]=https://imdb.com/find?s=all&q=\\{@} Query[he]=https://imdb.com/find?s=all&q=\\{@} +Query[hr]=https://imdb.com/find?s=all&q=\\{@} Query[hu]=https://imdb.com/find?s=all&q=\\{@} Query[ia]=https://imdb.com/find?s=all&q=\\{@} Query[id]=https://imdb.com/find?s=all&q=\\{@} Query[ie]=https://imdb.com/find?s=all&q=\\{@} Query[is]=https://imdb.com/find?s=all&q=\\{@} Query[it]=https://imdb.com/find?s=all&q=\\{@} +Query[ja]=https://imdb.com/find?s=all&q=\\{@} Query[ka]=https://imdb.com/find?s=all&q=\\{@} Query[ko]=https://imdb.com/find?s=all&q=\\{@} Query[lg]=https://imdb.com/find?s=all&q=\\{@} Query[lt]=https://imdb.com/find?s=all&q=\\{@} Query[lv]=https://imdb.com/find?s=all&q=\\{@} Query[my]=https://imdb.com/find?s=all&q=\\{@} +Query[nan_TW]=https://imdb.com/find?s=all&q=\\{@} +Query[nan_TW@latin]=https://imdb.com/find?s=all&q=\\{@} +Query[nb]=https://imdb.com/find?s=all&q=\\{@} Query[nl]=https://imdb.com/find?s=all&q=\\{@} Query[nn]=https://imdb.com/find?s=all&q=\\{@} Query[pa]=https://imdb.com/find?s=all&q=\\{@} @@ -147,10 +158,11 @@ Query[sl]=https://imdb.com/find?s=all&q=\\{@} Query[sq]=https://imdb.com/find?s=all&q=\\{@} Query[sv]=https://imdb.com/find?s=all&q=\\{@} Query[tg]=https://imdb.com/find?s=all&q=\\{@} +Query[th]=https://imdb.com/find?s=all&q=\\{@} Query[tok]=https://imdb.com/find?s=all&q=\\{@} Query[tr]=https://imdb.com/find?s=all&q=\\{@} +Query[ug]=https://imdb.com/find?s=all&q=\\{@} Query[uk]=https://imdb.com/find?s=all&q=\\{@} Query[vi]=https://imdb.com/find?s=all&q=\\{@} -Query[x-test]=xxhttps://imdb.com/find?s=all&q=\\{@}xx Query[zh_CN]=https://imdb.com/find?s=all&q=\\{@} Query[zh_TW]=https://imdb.com/find?s=all&q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent.desktop index 928264bf18..ee42e47b23 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=invent,inv Name=KDE Invent +Name[am]=KDE Invent Name[ar]=KDE Invent Name[ast]=KDE Invent Name[az]=KDE Invent @@ -23,20 +24,27 @@ Name[eu]=KDE Invent Name[fa]=اختراع KDE Name[fi]=KDE Invent Name[fr]=KDE Invent +Name[ga]=Invent KDE Name[gl]=KDE Invent +Name[gu]=KDE ઇન્વેન્ટ Name[he]=KDE Invent +Name[hr]=KDE Invent Name[hu]=KDE Invent Name[ia]=KDE Invent Name[id]=KDE Invent Name[ie]=KDE Invent Name[is]=KDE Invent Name[it]=KDE Invent +Name[ja]=KDE Invent Name[ka]=KDE Invent Name[ko]=KDE Invent Name[lg]=KDE Invent Name[lt]=KDE Invent Name[lv]=KDE Invent Name[my]=ကေဒီအီး အင်ဗန့် +Name[nan_TW]=KDE Invent +Name[nan_TW@latin]=KDE Invent +Name[nb]=KDE Invent Name[nl]=KDE-invent Name[nn]=KDE Invent Name[pa]=KDE ਖੋਜ @@ -50,14 +58,16 @@ Name[sk]=KDE Invent Name[sl]=KDE Invent Name[sq]=KDE Invent Name[sv]=KDE-Invent +Name[th]=KDE Invent Name[tok]=tomo pali KDE Invent Name[tr]=KDE Invent +Name[ug]=KDE Invent Name[uk]=KDE Invent Name[vi]=Invent KDE -Name[x-test]=xxKDE Inventxx Name[zh_CN]=KDE Invent Name[zh_TW]=KDE Invent Query=https://invent.kde.org/search?search=\\{@} +Query[am]=https://invent.kde.org/search?search=\\{@} Query[ar]=https://invent.kde.org/search?search=\\{@} Query[az]=https://invent.kde.org/search?search=\\{@} Query[be]=https://invent.kde.org/search?search=\\{@} @@ -79,20 +89,27 @@ Query[eu]=https://invent.kde.org/search?search=\\{@} Query[fa]=https://invent.kde.org/search?search=\\{@} Query[fi]=https://invent.kde.org/search?search=\\{@} Query[fr]=https://invent.kde.org/search?search=\\{@} +Query[ga]=https://invent.kde.org/search?search=\\{@} Query[gl]=https://invent.kde.org/search?search=\\{@} +Query[gu]=https://invent.kde.org/search?search=\\{@} Query[he]=https://invent.kde.org/search?search=\\{@} +Query[hr]=https://invent.kde.org/search?search=\\{@} Query[hu]=https://invent.kde.org/search?search=\\{@} Query[ia]=https://invent.kde.org/search?search=\\{@} Query[id]=https://invent.kde.org/search?search=\\{@} Query[ie]=https://invent.kde.org/search?search=\\{@} Query[is]=https://invent.kde.org/search?search=\\{@} Query[it]=https://invent.kde.org/search?search=\\{@} +Query[ja]=https://invent.kde.org/search?search=\\{@} Query[ka]=https://invent.kde.org/search?search=\\{@} Query[ko]=https://invent.kde.org/search?search=\\{@} Query[lg]=https://invent.kde.org/search?search=\\{@} Query[lt]=https://invent.kde.org/search?search=\\{@} Query[lv]=https://invent.kde.org/search?search=\\{@} Query[my]=https://invent.kde.org/search?search=\\{@} +Query[nan_TW]=https://invent.kde.org/search?search=\\{@} +Query[nan_TW@latin]=https://invent.kde.org/search?search=\\{@} +Query[nb]=https://invent.kde.org/search?search=\\{@} Query[nl]=https://invent.kde.org/search?search=\\{@} Query[nn]=https://invent.kde.org/search?search=\\{@} Query[pa]=https://invent.kde.org/search?search=\\{@} @@ -106,11 +123,13 @@ Query[sk]=https://invent.kde.org/search?search=\\{@} Query[sl]=https://invent.kde.org/search?search=\\{@} Query[sq]=https://invent.kde.org/search?search=\\{@} Query[sv]=https://invent.kde.org/search?search=\\{@} +Query[th]=https://invent.kde.org/search?search=\\{@} Query[tok]=https://invent.kde.org/search?search=\\{@} Query[tr]=https://invent.kde.org/search?search=\\{@} +Query[ug]=https://invent.kde.org/search?search=\\{@} Query[uk]=https://invent.kde.org/search?search=\\{@} Query[vi]=https://invent.kde.org/search?search=\\{@} -Query[x-test]=xxhttps://invent.kde.org/search?search=\\{@}xx Query[zh_CN]=https://invent.kde.org/search?search=\\{@} Query[zh_TW]=https://invent.kde.org/search?search=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_issues.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_issues.desktop index 1f213bcd6c..144095edbf 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_issues.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_issues.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=inventissues,invissues,issues,issue Name=KDE Invent Issues +Name[am]=KDE Invent Issues Name[ar]=مشكلات KDE Invent Name[ast]=Problemes de KDE Invent Name[az]=KDE Invent problemləri @@ -22,20 +23,27 @@ Name[eu]=KDE Invent gaiak Name[fa]=مسائل اختراع KDE Name[fi]=KDE Inventin ongelmat Name[fr]=Problèmes de KDE Invent +Name[ga]=Fadhbanna Invent KDE Name[gl]=Tíckets de KDE Invent +Name[gu]=KDE ઇન્વેન્ટ સમસ્યાઓ Name[he]=תקלות ב־KDE Invent +Name[hr]=KDE Invent problemi Name[hu]=KDE Invent jegyek Name[ia]=Questiones de KDE Invent Name[id]=Masalah KDE Invent Name[ie]=Problemas del KDE Invent Name[is]=Verkbeiðnir á KDE Invent Name[it]=Issue su KDE Invent +Name[ja]=KDE Invent Issue Name[ka]=KDE Invent -ის პრობლემები Name[ko]=KDE Invent 이슈 Name[lg]=Ebizibu Ebyogerwako mu KDE Invent Name[lt]=KDE Invent klaidos Name[lv]=„KDE Invent“ problēmas Name[my]=ကေဒီအီး အင်ဗန့် အစ်ရှူး +Name[nan_TW]=KDE Invent Issue +Name[nan_TW@latin]=KDE Invent Issue +Name[nb]=KDE Invent-saker Name[nl]=KDE-invent problemen Name[nn]=KDE Invent-saker Name[pa]=KDE ਖੋਜ ਮਸਲੇ @@ -49,13 +57,15 @@ Name[sk]=Problémy KDE Invent Name[sl]=Težave s KDE Invent Name[sq]=Çështje KDE Invent Name[sv]=KDE-Invent problemrapporter +Name[th]=ปัญหา KDE Invent Name[tr]=KDE Invent Sorunları +Name[ug]=KDE Invent مەسىلە Name[uk]=Вади на KDE Invent Name[vi]=Các vấn đề ở Invent KDE -Name[x-test]=xxKDE Invent Issuesxx Name[zh_CN]=KDE Invent 问题 Name[zh_TW]=KDE Invent 議題 Query=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[am]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ar]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ast]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[az]=https://invent.kde.org/search?scope=issues&search=\\{@} @@ -78,20 +88,27 @@ Query[eu]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[fa]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[fi]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[fr]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[ga]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[gl]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[gu]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[he]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[hr]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[hu]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ia]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[id]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ie]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[is]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[it]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[ja]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ka]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[ko]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[lg]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[lt]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[lv]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[my]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[nan_TW]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[nan_TW@latin]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[nb]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[nl]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[nn]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[pa]=https://invent.kde.org/search?scope=issues&search=\\{@} @@ -105,10 +122,12 @@ Query[sk]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[sl]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[sq]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[sv]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[th]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[tr]=https://invent.kde.org/search?scope=issues&search=\\{@} +Query[ug]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[uk]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[vi]=https://invent.kde.org/search?scope=issues&search=\\{@} -Query[x-test]=xxhttps://invent.kde.org/search?scope=issues&search=\\{@}xx Query[zh_CN]=https://invent.kde.org/search?scope=issues&search=\\{@} Query[zh_TW]=https://invent.kde.org/search?scope=issues&search=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_mr.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_mr.desktop index 9ea4cb76dd..f10a07ca49 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_mr.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_mr.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=inventmr,invmr,mr Name=KDE Invent Merge Requests +Name[am]=KDE Invent Merge Requests Name[ar]=طلبات الدمج KDE Invent Name[ast]=Solicitúes d'amiestu de KDE Invent Name[az]=KDE Invent birləşdirmə tələbləri @@ -9,7 +10,7 @@ Name[be@latin]=Zapyty na abjadnannie KDE Invent Name[bg]=KDE Invent Merge Requests Name[bs]=KDE Izum Zahtjevi za spajanje Name[ca]=Peticions de fusió de KDE Invent -Name[ca@valencia]=Peticions de fusió de KDE Invent +Name[ca@valencia]=Sol·licituds de fusió de KDE Invent Name[cy]=Erfyniadau Cydlifo KDE Llifento Name[da]=Sammenlægningsanmodninger for KDE Invent Name[de]=Merge-Requests auf KDE Invent @@ -22,25 +23,32 @@ Name[eu]=KDE Invent bateratzeko eskaera Name[fa]=درخواست‌های ادغام اختراع KDE Name[fi]=KDE Inventin yhdistämispyynnöt Name[fr]=Requêtes de fusion de KDE Invent +Name[ga]=Iarratais Chomhcheangail KDE Invent Name[gl]=Solicitudes de inclusión de KDE Invent +Name[gu]=https://invent.kde.org/search?scope=issues&search=\\{@} Name[he]=בקשות מיזוג ב־KDE Invent +Name[hr]=KDE Invent zahtjevi za spajanje Name[hu]=KDE Invent beolvasztási kérések Name[ia]=Requestas de fusionar de KDE Invent Name[id]=Permintaan Penggabungan KDE Invent Name[ie]=KDE Invent Merge Requests Name[is]=Samþættingarbeiðnir á KDE Invent Name[it]=Richieste di integrazione (MR) su KDE Invent +Name[ja]=KDE Invent マージリクエスト Name[ka]=KDE Invent -ის კოდის განახლების მოთხოვნები Name[ko]=KDE Invent 병합 요청 Name[lg]=Emirimu Egiwedde Egiweeredwayo ku KDE Invent Name[lt]=KDE Invent suliejimo užklausos Name[lv]=„KDE Invent“ pievienošanas pieprasījumi Name[my]=ကေဒီအီး အင်ဗန့် ပေါင်းစပ်ရန်တောင်းဆိုချက်များ +Name[nan_TW]=KDE Invent 合併請求 +Name[nan_TW@latin]=KDE Invent Ha̍p-pìng Tshíng-kiû +Name[nb]=KDE Invent-fletteforespørsler Name[nl]=KDE-invent samenvoegaanvragen Name[nn]=KDE Invent-fletteførespurnadar Name[pa]=KDE ਇਨਵੈਂਟ ਮਿਲਾਨ ਬੇਨਤੀਆਂ Name[pl]=Żądania Scalenia na KDE Invent -Name[pt]=Pedidos de Junção no KDE Invent +Name[pt]=Pedidos de 'merge' no KDE Invent Name[pt_BR]=Merge Requests do KDE Invent Name[ru]=Запросы на слияние KDE Invent Name[sa]=KDE Invent Merge Requests @@ -48,13 +56,15 @@ Name[sk]=Požiadavky na zlúčenie v KDE Invent Name[sl]=Zahteve za spajanje KDE Invent Name[sq]=Kërkesa Përzierjeje në KDE Invent Name[sv]=KDE-Invent sammanfogningsbegäran +Name[th]=KDE Invent คําขอ Merge Name[tr]=KDE Invent Birleştirme İstekleri +Name[ug]=KDE Invent بىرلەشتۈرۈش ئىلتىماسى Name[uk]=Запити щодо об'єднання на KDE Invent Name[vi]=Các đề nghị hoà trộn ở Invent KDE -Name[x-test]=xxKDE Invent Merge Requestsxx Name[zh_CN]=KDE Invent 合并请求 Name[zh_TW]=KDE Invent 合併請求 Query=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[am]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[ar]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[az]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[be]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} @@ -76,20 +86,27 @@ Query[eu]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[fa]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[fi]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[fr]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[ga]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[gl]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[gu]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[he]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[hr]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[hu]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[ia]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[id]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[ie]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[is]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[it]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[ja]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[ka]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[ko]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[lg]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[lt]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[lv]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[my]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[nan_TW]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[nan_TW@latin]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[nb]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[nl]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[nn]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[pa]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} @@ -103,10 +120,12 @@ Query[sk]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[sl]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[sq]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[sv]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[th]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[tr]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} +Query[ug]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[uk]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[vi]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} -Query[x-test]=xxhttps://invent.kde.org/search?scope=merge_requests&search=\\{@}xx Query[zh_CN]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Query[zh_TW]=https://invent.kde.org/search?scope=merge_requests&search=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_repo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_repo.desktop index 89eca03534..48926f6e49 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_repo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/invent_repo.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=inventrepo,invrepo,repo Name=KDE Invent Repositories +Name[am]=KDE Invent Repositories Name[ar]=مستودعات KDE Invent Name[ast]=Depósitos de KDE Invent Name[az]=KDE Invent Anbarları @@ -23,20 +24,27 @@ Name[eu]=KDE Invent gordetegiak Name[fa]=مخازن اختراع KDE Name[fi]=KDE Invent -tietovarastot Name[fr]=Dépôts de KDE Invent +Name[ga]=Stórtha Invent KDE Name[gl]=Repositorios de KDE Invent +Name[gu]=KDE ઇન્વેન્ટ રેપોસિટોરી Name[he]=מאגרים ב־KDE Invent +Name[hr]=KDE Invent repozitoriji Name[hu]=KDE Invent adattárak Name[ia]=Repositorios de KDE Invent Name[id]=Repositori KDE Invent Name[ie]=Repositorias del KDE Invent Name[is]=KDE Invent hugbúnaðarsöfn Name[it]=Depositi su KDE Invent +Name[ja]=KDE Invent リポジトリ Name[ka]=KDE Invent რეპოზიტორები Name[ko]=KDE Invent 저장소 Name[lg]=Noonya Puloguramu ku KDE Invent Name[lt]=KDE Invent saugyklos Name[lv]=„KDE Invent“ krātuves Name[my]=ကေဒီအီး အင်ဗန့် ရီပိုစစ်တိုရီများ +Name[nan_TW]=KDE Invent 版本庫 +Name[nan_TW@latin]=KDE Invent Pán-pún-khòo +Name[nb]=KDE Invent-pakkebrønner Name[nl]=Opslagruimtes van KDE-invent Name[nn]=KDE Invent-pakkebrønnar Name[pa]=KDE ਇਨਵੈਂਟ ਰਿਪੋਜ਼ਟਰੀਆਂ @@ -50,14 +58,16 @@ Name[sk]=Repozitáre služby KDE Invent Name[sl]=Skladišča KDE Invent Name[sq]=Depo KDE Invent Name[sv]=KDE-Invent arkiv +Name[th]=ที่เก็บข้อมูล KDE Invent Name[tok]=tomo lon ma tomo pali KDE Invent Name[tr]=KDE Invent Depoları +Name[ug]=KDE Invent خەزىنە Name[uk]=Сховища KDE Invent Name[vi]=Các kho ở Invent KDE -Name[x-test]=xxKDE Invent Repositoriesxx Name[zh_CN]=KDE Invent 仓库 Name[zh_TW]=KDE Invent 軟體庫 Query=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[am]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[ar]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[az]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[be]=https://invent.kde.org/explore/projects/starred?name=\\{@} @@ -79,20 +89,27 @@ Query[eu]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[fa]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[fi]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[fr]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[ga]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[gl]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[gu]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[he]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[hr]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[hu]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[ia]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[id]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[ie]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[is]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[it]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[ja]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[ka]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[ko]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[lg]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[lt]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[lv]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[my]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[nan_TW]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[nan_TW@latin]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[nb]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[nl]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[nn]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[pa]=https://invent.kde.org/explore/projects/starred?name=\\{@} @@ -106,11 +123,13 @@ Query[sk]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[sl]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[sq]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[sv]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[th]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[tok]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[tr]=https://invent.kde.org/explore/projects/starred?name=\\{@} +Query[ug]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[uk]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[vi]=https://invent.kde.org/explore/projects/starred?name=\\{@} -Query[x-test]=xxhttps://invent.kde.org/explore/projects/starred?name=\\{@}xx Query[zh_CN]=https://invent.kde.org/explore/projects/starred?name=\\{@} Query[zh_TW]=https://invent.kde.org/explore/projects/starred?name=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/it2en.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/it2en.desktop index 054b67f393..8fd9e36acb 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/it2en.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/it2en.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=it2en Name=WordReference.com Translation: Italian to English Name[af]=WordReference.com Vertaling: Italiaans na Engels +Name[am]=WordReference.com ትርጉም፡ ጣሊያንኛ ወደ እንግሊዝኛ Name[ar]=ترجمة WordReference.com: من الإيطالية إلى الانجليزية Name[as]=WordReference.com অনুবাদ: ইটালিয়ানৰ পৰা ইংৰাজী Name[az]=WordReference.com Tərcümə: İtalyancadan İngiliscəyə @@ -14,7 +15,7 @@ Name[bn]=WordReference.com অনুবাদ: ইতালীয় থেকে Name[bn_IN]=WordReference.com অনুবাদ: ইটালিয়ান থেকে ইংরাজি Name[bs]=WordReference.com Prijevod: sa italijanskog na engleski Name[ca]=Traducció WordReference.com: Italià - Anglès -Name[ca@valencia]=Traducció WordReference.com: Italià - Anglés +Name[ca@valencia]=Traducció WordReference.com: Italià – Anglés Name[cs]=Překlad WordReference.com: z italštiny do angličtiny Name[csb]=WordReference.com: italsczi -> anielsczi Name[cy]=Cyfieithiad WordReference.com: Eidaleg i Saesneg @@ -45,6 +46,7 @@ Name[id]=Terjemahan WordReference.com: Bahasa Italia ke Inggris Name[ie]=Traduction de WordReference.com: italian a anglesi Name[is]=WordReference.com þýðingar: Úr ítölsku í ensku Name[it]=Traduzione WordReference.com: dall'italiano all'inglese +Name[ja]=WordReference.com 伊英翻訳 Name[ka]=WordReference.com თარგმანი: იტალიურიდან ინგლისურზე Name[kk]=WordReference.com итальян тілінен ағылшынға аудару Name[km]=ការ​បកប្រែ WordReference.com ៖ ភាសា​អ៊ីតាលី​ទៅជា​​អង់គ្លេស @@ -59,7 +61,9 @@ Name[mk]=WordReference.com превод: од италијански на анг Name[ml]=WordReference.com പരിഭാഷ: ഇറ്റാലിയനില്‍ നിന്നും ഇംഗ്ലീഷിലേയ്ക്കു് Name[mr]=WordReference.com अनुवादः इटालीयन ते अंग्रेजी Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း ဘာသာပြန်ခြင်း - အီတလီမှ အင်္ဂလိပ်သို့ -Name[nb]=WordReference.com – oversettelse fra italiensk til engelsk +Name[nan_TW]=WordReference.com 翻譯:義大利語 kàu 英語 +Name[nan_TW@latin]=WordReference.com Huan-i̍k: Ì-tāi-lī-gí kàu Ing-gí +Name[nb]=WordReference.com oversettelse: italiensk til engelsk Name[nds]=WordReference.com Översetten: Italieensch na Engelsch Name[ne]=WordReference.com Translation: इटालियनलाई अङ्ग्रेजीमा Name[nl]=WordReference.com-vertaling: Italiaans naar Engels @@ -67,7 +71,7 @@ Name[nn]=WordReference.com – omsetjing: italiensk til engelsk Name[or]=WordReference.com ଅନୁବାଦ: Italian to English Name[pa]=WordReference.com ਟਰਾਂਸਲੇਟ:ਇਤਾਲਵੀ ਤੋਂ ਅੰਗਰੇਜ਼ੀ Name[pl]=WordReference.com: włoski -> angielski -Name[pt]=Traduções do WordReference.com: Italiano para Inglês +Name[pt]=Traduções do WordReference.com: Italiano para Inglês Name[pt_BR]=WordReference.com - Tradução: italiano para inglês Name[ro]=Traducere WordReference.com: italiană la engleză Name[ru]=Переводчик WordReference.com: итальянско-английский @@ -87,70 +91,60 @@ Name[tg]=Тарҷумаҳои WordReference.com: Итолиёӣ ба англи Name[th]=บริการแปลภาษาจาก WordReference.com: แปลภาษาอิตาเลียนเป็นอังกฤษ Name[tok]=ilo pi ante toki WordReference.com: toki Italija tawa toki Inli Name[tr]=WordReference.com Çevirisi: İtalyancadan İngilizceye -Name[ug]=WordReference.com تەرجىمە: ئىتاليانچىدىن ئىنگلىزچىغا +Name[ug]=WordReference.com تەرجىمە: ئىتاليانچىدىن ئىنگلىزچىگە Name[uk]=WordReference.com — переклад з італійської англійською Name[uz]=WordReference.com tarjima: Italyanchadan Inglizchaga Name[uz@cyrillic]=WordReference.com таржима: Италянчадан Инглизчага Name[vi]=WordReference.com Dịch: Tiếng Ý sang tiếng Anh Name[wa]=WordReference.com ratournaedje di l' itålyin viè l' inglès -Name[x-test]=xxWordReference.com Translation: Italian to Englishxx Name[zh_CN]=WordReference.com 翻译:意大利语译英语 Name[zh_TW]=WordReference.com 翻譯: 義大利文至英文 -Query=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ar]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[az]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[be]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[be@latin]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[bg]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[bs]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ca]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ca@valencia]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[cs]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[cy]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[da]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[de]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[el]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[en_GB]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[eo]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[es]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[et]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[eu]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[fa]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[fi]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[fr]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[gl]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[he]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[hu]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ia]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[id]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ie]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[is]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[it]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ka]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ko]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[lg]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[lt]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[lv]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[my]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[nl]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[nn]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[pa]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[pl]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[pt]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[pt_BR]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ro]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[ru]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[sa]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[sk]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[sl]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[sq]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[sv]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[tg]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[tok]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[tr]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[uk]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[vi]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/it/en/translation.asp?iten=\\{@}xx -Query[zh_CN]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} -Query[zh_TW]=https://www.wordreference.com/it/en/translation.asp?iten=\\{@} +Query=https://www.wordreference.com/iten/\\{@} +Query[am]=https://www.wordreference.com/iten/\\{@} +Query[ar]=https://www.wordreference.com/iten/\\{@} +Query[az]=https://www.wordreference.com/iten/\\{@} +Query[bg]=https://www.wordreference.com/iten/\\{@} +Query[ca]=https://www.wordreference.com/iten/\\{@} +Query[ca@valencia]=https://www.wordreference.com/iten/\\{@} +Query[de]=https://www.wordreference.com/iten/\\{@} +Query[eo]=https://www.wordreference.com/iten/\\{@} +Query[es]=https://www.wordreference.com/iten/\\{@} +Query[eu]=https://www.wordreference.com/iten/\\{@} +Query[fi]=https://www.wordreference.com/iten/\\{@} +Query[fr]=https://www.wordreference.com/iten/\\{@} +Query[ga]=https://www.wordreference.com/iten/\\{@} +Query[gl]=https://www.wordreference.com/iten/\\{@} +Query[gu]=https://www.wordreference.com/iten/\\{@} +Query[he]=https://www.wordreference.com/iten/\\{@} +Query[hr]=https://www.wordreference.com/iten/\\{@} +Query[hu]=https://www.wordreference.com/iten/\\{@} +Query[ia]=https://www.wordreference.com/iten/\\{@} +Query[is]=https://www.wordreference.com/iten/\\{@} +Query[it]=https://www.wordreference.com/iten/\\{@} +Query[ja]=https://www.wordreference.com/iten/\\{@} +Query[ka]=https://www.wordreference.com/iten/\\{@} +Query[ko]=https://www.wordreference.com/iten/\\{@} +Query[lg]=https://www.wordreference.com/iten/\\{@} +Query[lt]=https://www.wordreference.com/iten/\\{@} +Query[lv]=https://www.wordreference.com/iten/\\{@} +Query[my]=https://www.wordreference.com/iten/\\{@} +Query[nan_TW]=https://www.wordreference.com/iten/\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/iten/\\{@} +Query[nb]=https://www.wordreference.com/iten/\\{@} +Query[nl]=https://www.wordreference.com/iten/\\{@} +Query[nn]=https://www.wordreference.com/iten/\\{@} +Query[pl]=https://www.wordreference.com/iten/\\{@} +Query[pt]=https://www.wordreference.com/iten/\\{@} +Query[pt_BR]=https://www.wordreference.com/iten/\\{@} +Query[ro]=https://www.wordreference.com/iten/\\{@} +Query[ru]=https://www.wordreference.com/iten/\\{@} +Query[sk]=https://www.wordreference.com/it/translation.asp?enit=\\{@} +Query[sl]=https://www.wordreference.com/iten/\\{@} +Query[sv]=https://www.wordreference.com/iten/\\{@} +Query[th]=https://www.wordreference.com/iten/\\{@} +Query[tr]=https://www.wordreference.com/iten/\\{@} +Query[ug]=https://www.wordreference.com/iten/\\{@} +Query[uk]=https://www.wordreference.com/iten/\\{@} +Query[zh_CN]=https://www.wordreference.com/iten/\\{@} +Query[zh_TW]=https://www.wordreference.com/iten/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jamendo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jamendo.desktop index ed049d8463..b6280179b4 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jamendo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jamendo.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=jamendo,jmd Name=Jamendo +Name[am]=Jamendo Name[ar]=Jamendo Name[ast]=Jamendo Name[az]=Jamendo @@ -39,6 +40,7 @@ Name[id]=Jamendo Name[ie]=Jamendo Name[is]=Jamendo Name[it]=Jamendo +Name[ja]=Jamendo Name[ka]=Jamendo Name[kk]=Jamendo Name[km]=Jamendo @@ -51,6 +53,8 @@ Name[mai]=जामिनडो Name[ml]=ജാമെണ്ടോ Name[mr]=जामेंदो Name[my]=ဂျမန်ဒို +Name[nan_TW]=Jamendo +Name[nan_TW@latin]=Jamendo Name[nb]=Jamendo Name[nds]=Jamendo Name[nl]=Jamendo @@ -80,10 +84,10 @@ Name[ug]=Jamendo Name[uk]=Jamendo Name[vi]=Jamendo Name[wa]=Jamendo -Name[x-test]=xxJamendoxx Name[zh_CN]=Jamendo Name[zh_TW]=Jamendo Query=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[am]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ar]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ast]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[az]=https://www.jamendo.com/en/search?qs=q=\\{@} @@ -106,20 +110,27 @@ Query[eu]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[fa]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[fi]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[fr]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[ga]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[gl]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[gu]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[he]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[hr]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[hu]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ia]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[id]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ie]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[is]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[it]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[ja]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ka]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[ko]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[lg]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[lt]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[lv]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[my]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[nan_TW]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[nan_TW@latin]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[nb]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[nl]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[nn]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[pa]=https://www.jamendo.com/en/search?qs=q=\\{@} @@ -134,11 +145,12 @@ Query[sl]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[sq]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[sv]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[tg]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[th]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[tok]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[tr]=https://www.jamendo.com/en/search?qs=q=\\{@} +Query[ug]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[uk]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[vi]=https://www.jamendo.com/en/search?qs=q=\\{@} -Query[x-test]=xxhttps://www.jamendo.com/en/search?qs=q=\\{@}xx Query[zh_CN]=https://www.jamendo.com/en/search?qs=q=\\{@} Query[zh_TW]=https://www.jamendo.com/en/search?qs=q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jeeves.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jeeves.desktop index 2fc275d0c4..2fbfb1edec 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jeeves.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/jeeves.desktop @@ -2,6 +2,7 @@ Type=Service Name=Ask Jeeves Name[af]=Vra Jeeves +Name[am]=Ask Jeeves Name[ar]=Ask Jeeves Name[as]=Ask Jeeves Name[az]=Ask Jeeves @@ -32,7 +33,7 @@ Name[fy]=Ask Jeeves Name[ga]=Ask Jeeves Name[gd]=Ask Jeeves Name[gl]=Pregúntalle a Jeeves -Name[gu]=આસ્ક જીવ્સ +Name[gu]=જીવ્સને પૂછો Name[he]=Ask Jeeves Name[hi]=आस्क जीव्स Name[hne]=आस्क जीव्स @@ -44,6 +45,7 @@ Name[id]=Ask Jeeves Name[ie]=Ask Jeeves Name[is]=Ask Jeeves Name[it]=Ask Jeeves +Name[ja]=Ask Jeeves Name[ka]=Ask Jeeves Name[kk]=Ask Jeeves Name[km]=សួរ Jeeves @@ -59,6 +61,8 @@ Name[ml]=ആസ്ക് ജീവ്സ് Name[mr]=आस्क जीव्स Name[ms]=Ask Jeeves Name[my]=ဂျီစ်ကိုမေးရန် +Name[nan_TW]=Ask Jeeves +Name[nan_TW@latin]=Ask Jeeves Name[nb]=Ask Jeeves Name[nds]=Fraag Jeeves Name[ne]=आस्क जीभेज @@ -86,20 +90,21 @@ Name[tg]=Аз Jeeves пурсед Name[th]=บริการ Ask Jeeves Name[tok]=ilo alasa Ask Jeeves Name[tr]=Ask Jeeves -Name[ug]=Ask Jeeves +Name[ug]=Jeeves دىن سورا Name[uk]=Ask Jeeves Name[uz]=Ask Jeeves Name[uz@cyrillic]=Ask Jeeves Name[vi]=Hỏi Jeeves Name[wa]=Ask Jeeves Name[xh]=Ask Jeeves -Name[x-test]=xxAsk Jeevesxx Name[zh_CN]=Ask Jeeves Name[zh_TW]=Ask Jeeves Keys=ask,jeeves Query=https://www.ask.com/web?q=\\{@} +Query[am]=https://www.ask.com/web?q=\\{@} Query[ar]=https://www.ask.com/web?q=\\{@} Query[ast]=https://www.ask.com/web?q=\\{@} +Query[az]=https://www.ask.com/web?q=\\{@} Query[be]=https://www.ask.com/web?q=\\{@} Query[bg]=https://www.ask.com/web?q=\\{@} Query[ca]=https://www.ask.com/web?q=\\{@} @@ -114,21 +119,30 @@ Query[es]=https://www.ask.com/web?q=\\{@} Query[eu]=https://www.ask.com/web?q=\\{@} Query[fi]=https://www.ask.com/web?q=\\{@} Query[fr]=https://www.ask.com/web?q=\\{@} +Query[ga]=https://www.ask.com/web?q=\\{@} Query[gl]=https://www.ask.com/web?q=\\{@} +Query[gu]=https://www.ask.com/web?q=\\{@} Query[he]=https://www.ask.com/web?q=\\{@} +Query[hr]=https://www.ask.com/web?q=\\{@} Query[hu]=https://www.ask.com/web?q=\\{@} Query[ia]=https://www.ask.com/web?q=\\{@} Query[is]=https://www.ask.com/web?q=\\{@} Query[it]=https://www.ask.com/web?q=\\{@} +Query[ja]=https://www.ask.com/web?q=\\{@} Query[ka]=https://www.ask.com/web?q=\\{@} Query[ko]=https://www.ask.com/web?q=\\{@} Query[lg]=https://www.ask.com/web?q=\\{@} Query[lt]=https://www.ask.com/web?q=\\{@} Query[lv]=https://www.ask.com/web?q=\\{@} +Query[my]=https://www.ask.com/web?q=\\{@} +Query[nan_TW]=https://www.ask.com/web?q=\\{@} +Query[nan_TW@latin]=https://www.ask.com/web?q=\\{@} +Query[nb]=https://www.ask.com/web?q=\\{@} Query[nl]=https://www.ask.com/web?q=\\{@} Query[nn]=https://www.ask.com/web?q=\\{@} Query[pa]=https://www.ask.com/web?q=\\{@} Query[pl]=https://www.ask.com/web?q=\\{@} +Query[pt]=https://www.ask.com/web?q=\\{@} Query[pt_BR]=https://www.ask.com/web?q=\\{@} Query[ro]=https://www.ask.com/web?q=\\{@} Query[ru]=https://www.ask.com/web?q=\\{@} @@ -137,9 +151,10 @@ Query[sk]=https://www.ask.com/web?q=\\{@} Query[sl]=https://www.ask.com/web?q=\\{@} Query[sq]=https://www.ask.com/web?q=\\{@} Query[sv]=https://www.ask.com/web?q=\\{@} +Query[th]=https://www.ask.com/web?q=\\{@} Query[tr]=https://www.ask.com/web?q=\\{@} +Query[ug]=https://www.ask.com/web?q=\\{@} Query[uk]=https://www.ask.com/web?q=\\{@} Query[vi]=https://www.ask.com/web?q=\\{@} -Query[x-test]=xxhttps://www.ask.com/web?q=\\{@}xx Query[zh_CN]=https://www.ask.com/web?q=\\{@} Query[zh_TW]=https://www.ask.com/web?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde.desktop index ef7ad51f75..43e31de769 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde.desktop @@ -5,6 +5,7 @@ Keys=kdeapi,kde,api Icon=kde Name=KDE API Documentation Name[af]=KDE API Dokumentasie +Name[am]=KDE API ሰነዶች Name[ar]=توثيق واجهة برمجة تطبيقات كِيدِي Name[as]=KDE API Documentation Name[az]=KDE API Sənədləşməsi @@ -47,6 +48,7 @@ Name[id]=Dokumentasi API KDE Name[ie]=KDE API Documentation Name[is]=KDE API Documentation Name[it]=Documentazione dell'API di KDE +Name[ja]=KDE API ドキュメンテーション Name[ka]=KDE API დოკუმენტაცია Name[kk]=KDE API құжаттамасы Name[km]=ឯកសារ API របស់ KDE @@ -62,6 +64,8 @@ Name[ml]=കെഡിഇ എപിഐ വിവരണം Name[mr]=केडीई API दस्तऐवजीकरण Name[ms]=Dokumentasi API KDE Name[my]=ကေဒီအီး အေပီအိုင် ဒိုကူမန်တေးရှင်း +Name[nan_TW]=KDE API 文件 +Name[nan_TW@latin]=KDE API Bûn-kiānn Name[nb]=KDE API-dokumentasjon Name[nds]=KDE-API-Dokmentatschoon Name[ne]=केडीई एपीआई मिसिलिकरण @@ -70,7 +74,7 @@ Name[nn]=KDE API-dokumentasjon Name[or]=KDE API ଦଲିଲିକରଣ Name[pa]=KDE API ਡੌਕੂਮੈਂਟੇਸ਼ਨ Name[pl]=Dokumentacja API KDE -Name[pt]=Documentação da API do KDE +Name[pt]=Documentação da API do KDE Name[pt_BR]=Documentação da API do KDE Name[ro]=Documentația API KDE Name[ru]=Документация по API KDE @@ -90,16 +94,16 @@ Name[tg]=Санадҳои KDE API Name[th]=เอกสารอธิบาย API ของระบบ KDE Name[tok]=alasa sona pi leko ilo tan kulupu KDE Name[tr]=KDE API Belgeleri -Name[ug]=KDE API پۈتۈكلىرى +Name[ug]=KDE API قوللانمىسى Name[uk]=Документація по API KDE Name[uz]=KDE API boʻyicha qoʻllanmalar Name[uz@cyrillic]=KDE API бўйича қўлланмалар Name[vi]=Tài liệu về API của KDE Name[wa]=Documintåcion di l' API di KDE -Name[x-test]=xxKDE API Documentationxx Name[zh_CN]=KDE API 文档 Name[zh_TW]=KDE API 說明文件 Query=https://api.kde.org/search.html?query=\\{@} +Query[am]=https://api.kde.org/search.html?query=\\{@} Query[ar]=https://api.kde.org/search.html?query=\\{@} Query[az]=https://api.kde.org/search.html?query=\\{@} Query[be]=https://api.kde.org/search.html?query=\\{@} @@ -121,20 +125,27 @@ Query[eu]=https://api.kde.org/search.html?query=\\{@} Query[fa]=https://api.kde.org/search.html?query=\\{@} Query[fi]=https://api.kde.org/search.html?query=\\{@} Query[fr]=https://api.kde.org/search.html?query=\\{@} +Query[ga]=https://api.kde.org/search.html?query=\\{@} Query[gl]=https://api.kde.org/search.html?query=\\{@} +Query[gu]=https://api.kde.org/search.html?query=\\{@} Query[he]=https://api.kde.org/search.html?query=\\{@} +Query[hr]=https://api.kde.org/search.html?query=\\{@} Query[hu]=https://api.kde.org/search.html?query=\\{@} Query[ia]=https://api.kde.org/search.html?query=\\{@} Query[id]=https://api.kde.org/search.html?query=\\{@} Query[ie]=https://api.kde.org/search.html?query=\\{@} Query[is]=https://api.kde.org/search.html?query=\\{@} Query[it]=https://api.kde.org/search.html?query=\\{@} +Query[ja]=https://api.kde.org/search.html?query=\\{@} Query[ka]=https://api.kde.org/search.html?query=\\{@} Query[ko]=https://api.kde.org/search.html?query=\\{@} Query[lg]=https://api.kde.org/search.html?query=\\{@} Query[lt]=https://api.kde.org/search.html?query=\\{@} Query[lv]=https://api.kde.org/search.html?query=\\{@} Query[my]=https://api.kde.org/search.html?query=\\{@} +Query[nan_TW]=https://api.kde.org/search.html?query=\\{@} +Query[nan_TW@latin]=https://api.kde.org/search.html?query=\\{@} +Query[nb]=https://api.kde.org/search.html?query=\\{@} Query[nl]=https://api.kde.org/search.html?query=\\{@} Query[nn]=https://api.kde.org/search.html?query=\\{@} Query[pa]=https://api.kde.org/search.html?query=\\{@} @@ -148,10 +159,12 @@ Query[sk]=https://api.kde.org/search.html?query=\\{@} Query[sl]=https://api.kde.org/search.html?query=\\{@} Query[sq]=https://api.kde.org/search.html?query=\\{@} Query[sv]=https://api.kde.org/search.html?query=\\{@} +Query[th]=https://api.kde.org/search.html?query=\\{@} Query[tr]=https://api.kde.org/search.html?query=\\{@} +Query[ug]=https://api.kde.org/search.html?query=\\{@} Query[uk]=https://api.kde.org/search.html?query=\\{@} Query[vi]=https://api.kde.org/search.html?query=\\{@} -Query[x-test]=xxhttps://api.kde.org/search.html?query=\\{@}xx Query[zh_CN]=https://api.kde.org/search.html?query=\\{@} Query[zh_TW]=https://api.kde.org/search.html?query=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_apps.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_apps.desktop index 1648d01edf..f951b80662 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_apps.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_apps.desktop @@ -1,157 +1,99 @@ [Desktop Entry] Type=Service -Name=KDE App Search -Name[af]=KDE App Soektog -Name[ar]=بحث تطبيقات كِيدِي -Name[as]=KDE App Search -Name[az]=KDE Proqram Axtarışı -Name[be]=Пошук праграм KDE -Name[be@latin]=Pošuk prahram KDE -Name[bg]=KDE App Search -Name[bn]=কে.ডি.ই. অ্যাপলিকেশন অনুসন্ধান -Name[bn_IN]=KDE অ্যাপ্লিকেশন অনুসন্ধান -Name[bs]=KDE Pretraga Aplikacija -Name[ca]=Cerca d'aplicacions KDE -Name[ca@valencia]=Busca d'aplicacions KDE -Name[cs]=Vyhledávání KDE aplikací -Name[csb]=Szëkba programów KDE -Name[cy]=KDE App Chwilio -Name[da]=KDE Prog-søgning -Name[de]=KDE-Programmsuche -Name[el]=Αναζήτηση εφαρμογών του KDE -Name[en_GB]=KDE App Search -Name[eo]=KDE-Aplika Serĉo -Name[es]=Búsqueda de aplicaciones de KDE -Name[et]=KDE rakenduste otsing -Name[eu]=KDEren aplikazio-bilaketa -Name[fa]=جست‌وجوی کاربرد KDE -Name[fi]=KDE App -haku -Name[fr]=Chercher dans les applications de KDE -Name[fy]=Programma's sykje -Name[ga]=Cuardach Feidhmchláir KDE -Name[gd]=Lorg aplacaidean KDE -Name[gl]=Busca de aplicacións de KDE -Name[gu]=KDE કાર્યક્રમ શોધ -Name[he]=חיפוש יישומי KDE -Name[hi]=केडीई एप खोज -Name[hne]=केडीई एप खोज -Name[hr]=KDE pretraživanje aplikacija -Name[hsb]=KDE App Search -Name[hu]=KDE alkalmazások keresése -Name[ia]=Cerca de KDE App -Name[id]=Pencarian Aplikasi KDE -Name[ie]=KDE App Search -Name[is]=KDE App Search -Name[it]=Ricerca di applicazioni per KDE -Name[ka]=KDE App ძებნა -Name[kk]=KDE қолданбаларын табу -Name[km]=ការ​ស្វែងរក​កម្មវិធី​របស់ KDE -Name[kn]=ಕೆಡಿಇ ಅನ್ವಯ (ಅಪ್ಲಿಕೇಶನ್) ಶೋಧ -Name[ko]=KDE 앱 검색 -Name[ku]=Lêgerîna Sepanên KDE'yê -Name[lg]=Noonya Puloguramu eza mu KDE -Name[lt]=KDE programų paieška -Name[lv]=KDE programmu meklēšana -Name[mai]=केडीई एप खोज -Name[mk]=Пребарување за KDE-апликации -Name[ml]=കെഡിഇയുടെ പ്രയോഗങ്ങള്‍ക്കുള്ള തെരച്ചില്‍ -Name[mr]=केडीई अनुप्रयोग शोध -Name[ms]=Carian Aplikasi KDE -Name[my]=ကေဒီအီး အပ်ရှာဖွေရန် -Name[nb]=KDE programsøk -Name[nds]=KDE Programmsöök -Name[ne]=केडीई अनुप्रयोग खोजी -Name[nl]=Programma's zoeken -Name[nn]=KDE Programsøk -Name[or]=KDE ପ୍ରୟୋଗ ସନ୍ଧାନ -Name[pa]=KDE ਕਾਰਜ ਖੋਜ -Name[pl]=Wyszukiwanie programów KDE -Name[pt]=Pesquisa de Aplicações do KDE -Name[pt_BR]=Pesquisa por aplicativos do KDE -Name[ro]=Căutare aplicații KDE -Name[ru]=Поиск приложений KDE -Name[sa]=KDE App Search -Name[se]=KDE prográmmaohci -Name[si]=KDE යෙදුම් සෙවුම -Name[sk]=Hľadanie aplikácií KDE -Name[sl]=Iskanje programov za KDE -Name[sq]=Kërkim Aplikacionesh KDE -Name[sr]=КДЕ програми -Name[sr@ijekavian]=КДЕ програми -Name[sr@ijekavianlatin]=KDE programi -Name[sr@latin]=KDE programi -Name[sv]=KDE programsökning -Name[ta]=கே.டீ.யீ. செயலி தேடல் -Name[te]=KDE App శోధన -Name[tg]=Ҷустуҷӯи барномаҳои KDE -Name[th]=ค้นหาโปรแกรม KDE -Name[tok]=alasa pi ilo tan kulupu KDE -Name[tr]=KDE Uygulama Arayıcı -Name[ug]=KDE پروگرامما ئىزدە -Name[uk]=Пошук програм KDE -Name[uz]=KDE dasturlarida qidirish -Name[uz@cyrillic]=KDE дастурларида қидириш -Name[vi]=Tìm kiếm ứng dụng KDE -Name[wa]=Programe di cweraedje di KDE -Name[xh]=Uphendlo lwe KDE App -Name[x-test]=xxKDE App Searchxx -Name[zh_CN]=KDE 应用程序搜索 -Name[zh_TW]=KDE 程式搜尋 -Keys=apps,appsy -Query=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ar]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[az]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[be]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[be@latin]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[bg]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[bs]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ca]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ca@valencia]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[cs]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[cy]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[da]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[de]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[el]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[en_GB]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[eo]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[es]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[et]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[eu]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[fa]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[fi]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[fr]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[gl]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[he]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[hu]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ia]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[id]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ie]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[is]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[it]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ka]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ko]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[lg]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[lt]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[lv]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[my]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[nl]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[nn]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[pa]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[pl]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[pt]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[pt_BR]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ro]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[ru]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[sa]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[sk]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[sl]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[sq]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[sv]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[tg]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[tok]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[tr]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[uk]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[vi]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[x-test]=xxhttps://www.kde-apps.org/content/search.php?search=Search&name=\\{@}xx -Query[zh_CN]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} -Query[zh_TW]=https://www.kde-apps.org/content/search.php?search=Search&name=\\{@} +Name=Plasma Add-Ons and Extensions +Name[am]=Plasma Add-Ons and Extensions +Name[ar]=امتدادات وملاحق بلازما +Name[az]=Plasma əlavələri və genişlənmələri +Name[bg]=Разширения и добавки на Plasma +Name[ca]=Complements i extensions del Plasma +Name[ca@valencia]=Complements i extensions de Plasma +Name[de]=Plasma-Erweiterungen +Name[eo]=Plasma Aldonoj kaj Etendoj +Name[es]=Complementos y extensiones de Plasma +Name[eu]=Plasmaren gehigarriak eta hedapenak +Name[fi]=Plasma-lisäosat ja -laajennukset +Name[fr]=Modules complémentaires et extensions de Plasma +Name[ga]=Breiseáin agus Síneadh Plasma +Name[gl]=Complementos e extensións de Plasma +Name[gu]=પ્લાઝમા એડ-ઓન્સ તેમજ એક્સટેન્સનો +Name[he]=תוספים והרחבות של פלזמה +Name[hr]=Plasma dodaci i proširenja +Name[hu]=Plasma bővítmények és kiterjesztések +Name[ia]=Add-Ons e Extensiones de Plasma +Name[is]=Plasma-viðbætur og viðaukar +Name[it]=Componenti aggiuntivi ed estensioni di Plasma +Name[ja]=Plasma アドオンと拡張機能 +Name[ka]=Plasma-ის დამატებები და გაფართოებები +Name[ko]=Plasma 확장 기능 +Name[lg]=Ebyongerwako n'Ebyongezabusobozi ebya Plasma +Name[lt]=Plasma papildiniai ir plėtiniai +Name[lv]=„Plasma“ pielikumi un paplašinājumi +Name[my]=ပလက်စမာ တိုးချဲ့ပရိုဂရမ်ငယ်များ +Name[nan_TW]=Plasma Addon kap 擴充功能 +Name[nan_TW@latin]=Plasma Addon kap khok-tshiong-kong-lîng +Name[nb]=Plasma tillegg og utvidelser +Name[nl]=Plasma Add-ons en Extensies +Name[nn]=Plasma-tillegg og -utvidingar +Name[pl]=Dodatki i rozszerzenia do Plazmy +Name[pt]=Complementos e Extensões do Plasma +Name[pt_BR]=Adicionais e extensões do Plasma +Name[ro]=Suplimente și extensii Plasma +Name[ru]=Дополнения и расширения Plasma +Name[sk]=Doplnky a rozšírenia Plasma +Name[sl]=Plasma dodatki in razširitve +Name[sv]=Plasma tillägg och utökningar +Name[th]=Plasma Add-Ons and Extensions +Name[tr]=Plasma Eklentileri ve Genişletmeleri +Name[ug]=Plasma قوشۇلما ۋە كېڭەيتىلمە +Name[uk]=Додатки і розширення Плазми +Name[zh_CN]=Plasma 附加组件和扩展 +Name[zh_TW]=Plasma 延伸元件與擴充功能 +Keys=ext,extension +Query=https://store.kde.org/browse?tag=\\{@} +Query[am]=https://store.kde.org/browse?tag=\\{@} +Query[ar]=https://store.kde.org/browse?tag=\\{@} +Query[az]=https://store.kde.org/browse?tag=\\{@} +Query[bg]=https://store.kde.org/browse?tag=\\{@} +Query[ca]=https://store.kde.org/browse?tag=\\{@} +Query[ca@valencia]=https://store.kde.org/browse?tag=\\{@} +Query[de]=https://store.kde.org/browse?tag=\\{@} +Query[eo]=https://store.kde.org/browse?tag=\\{@} +Query[es]=https://store.kde.org/browse?tag=\\{@} +Query[eu]=https://store.kde.org/browse?tag=\\{@} +Query[fi]=https://store.kde.org/browse?tag=\\{@} +Query[fr]=https://store.kde.org/browse?tag=\\{@} +Query[ga]=https://store.kde.org/browse?tag=\\{@} +Query[gl]=https://store.kde.org/browse?tag=\\{@} +Query[gu]=https://store.kde.org/browse?tag=\\{@} +Query[he]=https://store.kde.org/browse?tag=\\{@} +Query[hr]=https://store.kde.org/browse?tag=\\{@} +Query[hu]=https://store.kde.org/browse?tag=\\{@} +Query[ia]=https://store.kde.org/browse?tag=\\{@} +Query[is]=https://store.kde.org/browse?tag=\\{@} +Query[it]=https://store.kde.org/browse?tag=\\{@} +Query[ja]=https://store.kde.org/browse?tag=\\{@} +Query[ka]=https://store.kde.org/browse?tag=\\{@} +Query[ko]=https://store.kde.org/browse?tag=\\{@} +Query[lg]=https://store.kde.org/browse?tag=\\{@} +Query[lt]=https://store.kde.org/browse?tag=\\{@} +Query[lv]=https://store.kde.org/browse?tag=\\{@} +Query[my]=https://store.kde.org/browse?tag=\\{@} +Query[nan_TW]=https://store.kde.org/browse?tag=\\{@} +Query[nan_TW@latin]=https://store.kde.org/browse?tag=\\{@} +Query[nb]=https://store.kde.org/browse?tag=\\{@} +Query[nl]=https://store.kde.org/browse?tag=\\{@} +Query[nn]=https://store.kde.org/browse?tag=\\{@} +Query[pl]=https://store.kde.org/browse?tag=\\{@} +Query[pt]=https://store.kde.org/browse?tag=\\{@} +Query[pt_BR]=https://store.kde.org/browse?tag=\\{@} +Query[ro]=https://store.kde.org/browse?tag=\\{@} +Query[ru]=https://store.kde.org/browse?tag=\\{@} +Query[sk]=https://invent.kde.org/search?search=\\{@} +Query[sl]=https://store.kde.org/browse?tag=\\{@} +Query[sv]=https://store.kde.org/browse?tag=\\{@} +Query[th]=https://store.kde.org/browse?tag=\\{@} +Query[tr]=https://store.kde.org/browse?tag=\\{@} +Query[ug]=https://store.kde.org/browse?tag=\\{@} +Query[uk]=https://store.kde.org/browse?tag=\\{@} +Query[zh_CN]=https://store.kde.org/browse?tag=\\{@} +Query[zh_TW]=https://store.kde.org/browse?tag=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_forums.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_forums.desktop index 4302afe9d3..305716fc8d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_forums.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_forums.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=kdeforums,kforum,kfrm Name=KDE Forums +Name[am]=KDE መድረኮች Name[ar]=منتديات كِيدِي Name[az]=KDE Forumları Name[be]=Форумы KDE @@ -38,6 +39,7 @@ Name[id]=KDE Forums Name[ie]=Forums de KDE Name[is]=KDE Forums Name[it]=Forum di KDE +Name[ja]=KDE フォーラム Name[ka]=KDE ფორუმები Name[kk]=KDE форумдары Name[km]=វេទិកា​របស់ KDE @@ -50,13 +52,15 @@ Name[mai]=KDE फोरम Name[ml]=കെഡിഇ ഫോറങ്ങള്‍ Name[mr]=केडीई फोरम्स Name[my]=ကေဒီအီး ဖိုလ်ရမ်များ -Name[nb]=KDE-forumer +Name[nan_TW]=KDE 論壇 +Name[nan_TW@latin]=KDE Lūn-tuânn +Name[nb]=KDE-forum Name[nds]=KDE-Foren Name[nl]=KDE-forums Name[nn]=KDE-forum Name[pa]=KDE ਫੋਰਮ Name[pl]=Forum KDE -Name[pt]=Fóruns do KDE +Name[pt]=Fóruns KDE Name[pt_BR]=Fóruns do KDE Name[ro]=Forumurile KDE Name[ru]=Форумы KDE @@ -78,10 +82,10 @@ Name[ug]=KDE مۇنبىرى Name[uk]=Форуми KDE Name[vi]=Diễn đàn KDE Name[wa]=Foroms di KDE -Name[x-test]=xxKDE Forumsxx Name[zh_CN]=KDE 社区论坛 Name[zh_TW]=KDE 論壇 Query=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[am]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ar]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[az]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[be]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search @@ -103,16 +107,20 @@ Query[eu]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags Query[fa]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[fi]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[fr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[ga]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[gd]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[gl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[gu]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[he]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[hi]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[hr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[hu]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ia]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[id]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ie]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[is]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[it]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[ja]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ka]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[kk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ko]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search @@ -121,6 +129,8 @@ Query[lt]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags Query[lv]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[mr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[my]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[nan_TW]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[nan_TW@latin]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[nb]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[nds]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[nl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search @@ -133,7 +143,7 @@ Query[ro]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags Query[ru]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sa]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search -Query[sl]=https://discuss.kde.org/search?q=\\{@} +Query[sl]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sq]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sr@ijekavian]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search @@ -141,13 +151,13 @@ Query[sr@ijekavianlatin]=https://forum.kde.org/search.php?keywords=\\{@}&terms=a Query[sr@latin]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[sv]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[tg]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search +Query[th]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[tok]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[tr]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[ug]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[uk]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[vi]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[wa]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search -Query[x-test]=xxhttps://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Searchxx Query[zh_CN]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Query[zh_TW]=https://forum.kde.org/search.php?keywords=\\{@}&terms=all&author=&tags=&sv=0&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&countlimit=100&t=0&submit=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_store.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_store.desktop index 64b2a09574..412c35656f 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_store.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_store.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=kdestore,kdelook,klook,kdel Name=KDE Store +Name[am]=KDE መደብር Name[ar]=متجر كِيدِي Name[az]=KDE mağazası Name[be]=Крама KDE @@ -24,25 +25,32 @@ Name[eu]=KDE biltegia Name[fa]=فروشگاه KDE Name[fi]=KDE Store Name[fr]=Boutique de KDE +Name[ga]=Siopa KDE Name[gl]=KDE Store +Name[gu]=KDEનુ બજાર Name[he]=חנות KDE +Name[hr]=KDE trgovina Name[hu]=KDE Store Name[ia]=KDE Store (Immagazina de KDE) Name[id]=KDE Store Name[ie]=KDE Store Name[is]=KDE Store Name[it]=KDE Store +Name[ja]=KDE ストア Name[ka]=KDE -ის მაღაზია Name[ko]=KDE 스토어 Name[lg]=Dduuka Lya KDE Name[lt]=KDE parduotuvė Name[lv]=KDE veikals Name[my]=ကေဒီအီး စတိုး +Name[nan_TW]=KDE Store +Name[nan_TW@latin]=KDE Store +Name[nb]=KDE-nettbutikken Name[nl]=KDE Store Name[nn]=KDE-nettbutikken Name[pa]=KDE ਸਟੋਰ Name[pl]=Sklep KDE -Name[pt]=Loja do KDE +Name[pt]=Loja KDE Name[pt_BR]=KDE Store Name[ro]=Magazin KDE Name[ru]=Магазин приложений KDE @@ -51,13 +59,15 @@ Name[sk]=Obchod KDE Name[sl]=Trgovina KDE Name[sq]=KDE Store Name[sv]=KDE-butik +Name[th]=KDE Store Name[tr]=KDE Mağazası +Name[ug]=KDE دۇكىنى Name[uk]=Крамниця KDE Name[vi]=Cửa hàng KDE -Name[x-test]=xxKDE Storexx Name[zh_CN]=KDE 商店 Name[zh_TW]=KDE Store Query=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[am]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[ar]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[az]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[be]=https://store.kde.org/content/search.php?search=Search&name=\\{@} @@ -79,20 +89,27 @@ Query[eu]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[fa]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[fi]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[fr]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[ga]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[gl]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[gu]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[he]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[hr]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[hu]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[ia]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[id]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[ie]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[is]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[it]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[ja]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[ka]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[ko]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[lg]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[lt]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[lv]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[my]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[nan_TW]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[nan_TW@latin]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[nb]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[nl]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[nn]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[pa]=https://store.kde.org/content/search.php?search=Search&name=\\{@} @@ -106,10 +123,12 @@ Query[sk]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[sl]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[sq]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[sv]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[th]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[tr]=https://store.kde.org/content/search.php?search=Search&name=\\{@} +Query[ug]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[uk]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[vi]=https://store.kde.org/content/search.php?search=Search&name=\\{@} -Query[x-test]=xxhttps://store.kde.org/content/search.php?search=Search&name=\\{@}xx Query[zh_CN]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Query[zh_TW]=https://store.kde.org/content/search.php?search=Search&name=\\{@} Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_techbase.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_techbase.desktop index 12a6ae1dd7..f51e0c231c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_techbase.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_techbase.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=kdetechbase,techbase,tb Name=KDE TechBase +Name[am]=KDE TechBase Name[ar]=قاعدة التعلم لكِيدِي Name[az]=KDE Texniki Basa Name[be]=Тэхнічная база KDE @@ -38,6 +39,7 @@ Name[id]=KDE TechBase Name[ie]=KDE TechBase Name[is]=KDE TechBase Name[it]=TechBase di KDE +Name[ja]=KDE TechBase Name[ka]=KDE ტექნიკური ბაზა Name[kk]=KDE TechBase Name[km]=KDE TechBase @@ -50,6 +52,8 @@ Name[mai]=केडीई टेकबेस Name[ml]=കെഡിഇ ടെക്ക്ബേസ് Name[mr]=केडीई टेकबेस Name[my]=ကေဒီအီး နည်းပညာရှင်များ +Name[nan_TW]=KDE TechBase +Name[nan_TW@latin]=KDE TechBase Name[nb]=KDE TechBase Name[nds]=KDE-TechBase Name[nl]=KDE TechBase @@ -74,14 +78,14 @@ Name[tg]=Пойгоҳи техникии KDE Name[th]=KDE TechBase Name[tok]=alasa sona pi ilo tan kulupu KDE (TechBase) Name[tr]=KDE TechBase -Name[ug]=KDE TechBase +Name[ug]=KDE تېخنىكا ئۇچۇر ساندانى Name[uk]=TechBase KDE Name[vi]=Cơ sở Kĩ thuật KDE Name[wa]=KDE TechBase (Tecnike) -Name[x-test]=xxKDE TechBasexx Name[zh_CN]=KDE 技术信息库 Name[zh_TW]=KDE TechBase Query=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[am]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ar]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[az]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[be]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search @@ -103,20 +107,27 @@ Query[eu]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fa]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fi]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fr]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ga]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[gl]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[gu]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[he]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[hr]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[hu]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ia]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[id]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ie]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[is]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[it]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ja]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ka]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ko]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lg]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lt]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lv]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[my]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nan_TW]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nan_TW@latin]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nb]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[nl]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[nn]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[pa]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search @@ -131,11 +142,12 @@ Query[sl]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[sq]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[sv]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tg]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[th]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tok]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tr]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ug]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[uk]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[vi]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search -Query[x-test]=xxhttps://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Searchxx Query[zh_CN]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[zh_TW]=https://techbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_userbase.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_userbase.desktop index ad5ac76c0c..97e0b8969f 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_userbase.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kde_userbase.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=kdeuserbase,userbase,ub Name=KDE UserBase +Name[am]=KDE UserBase Name[ar]=قاعدة مستخدمي KDE Name[az]=KDE İstifadəçi Baza Name[be]=База карыстальніка KDE @@ -38,6 +39,7 @@ Name[id]=KDE UserBase Name[ie]=KDE UserBase Name[is]=KDE UserBase Name[it]=UserBase di KDE +Name[ja]=KDE UserBase Name[ka]=KDE მომხმარებლების ბაზა Name[kk]=KDE UserBase Name[km]=KDE UserBase @@ -50,7 +52,9 @@ Name[mai]=केडीई प्रयोक्ता बेस Name[ml]=കെഡിഇ യൂസര്‍ബേസ് Name[mr]=केडीई युजरबेस Name[my]=ကေဒီအီး အသုံးပြုသူများ -Name[nb]=Brukerbase for KDE +Name[nan_TW]=KDE UserBase +Name[nan_TW@latin]=KDE UserBase +Name[nb]=KDE UserBase Name[nds]=KDE-UserBase Name[nl]=KDE UserBase Name[nn]=KDE UserBase @@ -74,14 +78,14 @@ Name[tg]=Пойгоҳи корбарии KDE Name[th]=KDE UserBase Name[tok]=alasa sona pi ilo tan kulupu KDE (UserBase) Name[tr]=KDE UserBase -Name[ug]=KDE UserBase +Name[ug]=KDE ئىشلەتكۈچى قامۇسى ساندانى Name[uk]=UserBase KDE Name[vi]=Cơ sở Người dùng KDE Name[wa]=KDE UserBase (Uzeus) -Name[x-test]=xxKDE UserBasexx Name[zh_CN]=KDE 用户百科网站 Name[zh_TW]=KDE UserBase Query=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[am]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ar]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[az]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[be]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search @@ -103,20 +107,27 @@ Query[eu]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fa]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fi]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[fr]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ga]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[gl]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[gu]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[he]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[hr]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[hu]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ia]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[id]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ie]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[is]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[it]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ja]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ka]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[ko]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lg]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lt]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[lv]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[my]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nan_TW]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nan_TW@latin]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[nb]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[nl]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[nn]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[pa]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search @@ -131,11 +142,13 @@ Query[sl]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[sq]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[sv]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tg]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[th]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tok]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[tr]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search +Query[ug]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[uk]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[vi]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search -Query[x-test]=xxhttps://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Searchxx Query[zh_CN]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Query[zh_TW]=https://userbase.kde.org/Special:Search?search=\\{@}&fulltext=Search Type=Service +Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kreddit.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kreddit.desktop index 83728b11cb..945d8ad234 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kreddit.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/kreddit.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=KDE Reddit +Name[am]=KDE Reddit Name[ar]=قناة كِيدِي على ردت Name[ast]=KDE Reddit Name[az]=KDE Reddit @@ -22,20 +23,27 @@ Name[eu]=KDE Reddit Name[fa]=ردیت KDE Name[fi]=KDE Reddit Name[fr]=KDE Reddit +Name[ga]=KDE Reddit Name[gl]=Reddit de KDE +Name[gu]=KDE રેડિટ Name[he]=הרדיט של KDE +Name[hr]=KDE Reddit Name[hu]=KDE Reddit Name[ia]=KDE Reddit Name[id]=KDE Reddit Name[ie]=Reddit de KDE Name[is]=KDE Reddit Name[it]=KDE Reddit +Name[ja]=KDE の Reddit Name[ka]=KDE Reddit-ზე Name[ko]=KDE Reddit Name[lg]=KDE ku Reddit Name[lt]=KDE Reddit Name[lv]=KDE Reddit Name[my]=ကေဒီအီး ရက်ဒစ် +Name[nan_TW]=KDE Reddit +Name[nan_TW@latin]=KDE Reddit +Name[nb]=KDE Reddit Name[nl]=KDE-Reddit Name[nn]=KDE Reddit Name[pa]=KDE ਰੇਡਿਟ @@ -49,15 +57,17 @@ Name[sk]=KDE Reddit Name[sl]=Reddit KDE Name[sq]=KDE Reddit Name[sv]=KDE Reddit +Name[th]=KDE Reddit Name[tr]=KDE Reddit +Name[ug]=KDE Reddit Name[uk]=KDE Reddit Name[vi]=Reddit KDE -Name[x-test]=xxKDE Redditxx Name[zh_CN]=KDE Reddit 版块 Name[zh_TW]=KDE Reddit Type=Service Keys=kreddit Query=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[am]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[ar]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[az]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[be]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 @@ -79,20 +89,27 @@ Query[eu]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[fa]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[fi]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[fr]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[ga]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[gl]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[gu]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[he]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[hr]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[hu]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[ia]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[id]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[ie]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[is]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[it]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[ja]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[ka]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[ko]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[lg]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[lt]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[lv]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[my]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[nan_TW]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[nan_TW@latin]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[nb]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[nl]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[nn]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[pa]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 @@ -106,10 +123,11 @@ Query[sk]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[sl]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[sq]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[sv]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[th]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[tr]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 +Query[ug]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[uk]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[vi]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 -Query[x-test]=xxhttps://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1xx Query[zh_CN]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Query[zh_TW]=https://www.reddit.com/r/kde/search/?q=\\{@}&restrict_sr=1 Icon=kde diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/krita.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/krita.desktop index eb33117ec1..cc24e5e256 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/krita.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/krita.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Krita Manual +Name[am]=Krita መመሪያ Name[ar]=دليل كريتا Name[ast]=Manual de Krita Name[az]=Krita təlimatı @@ -22,20 +23,27 @@ Name[eu]=Krita-ren eskuliburua Name[fa]=کتابچهٔ راهنمای کریتا Name[fi]=Kritan käyttöopas Name[fr]=Manuel de Krita +Name[ga]=Lámhleabhar Krita Name[gl]=Manual de Krita +Name[gu]=ક્રિટા માર્ગદર્શિકા Name[he]=המדריך של Krita +Name[hr]=Priručnik za Kritu Name[hu]=Krita kézikönyv Name[ia]=Manual de Krita Name[id]=Manual Krita Name[ie]=Manuale de Krita Name[is]=Krita handbók Name[it]=Manuale di Krita +Name[ja]=Krita マニュアル Name[ka]=Krita -ის სახელმძღვანელო Name[ko]=Krita 설명서 Name[lg]=Ekiwandike Ekiraga Enkola ya Krita mu Bujjuvu Name[lt]=Krita naudotojo vadovas Name[lv]=„Krita“ rokasgrāmata Name[my]=Krita လက်စွဲစာအုပ် +Name[nan_TW]=Krita 手冊 +Name[nan_TW@latin]=Krita Tshiú-tsheh +Name[nb]=Krita-manualen Name[nl]=Krita-handleiding Name[nn]=Krita-manualen Name[pa]=ਕਰੀਟਾ ਮੇਨੂਅਲ @@ -49,15 +57,17 @@ Name[sk]=Manuál Krita Name[sl]=Priročnik Krita Name[sq]=Doracak për Krita-n Name[sv]=Handbok Krita +Name[th]=คู่มือของ Krita Name[tr]=Krita El Kitabı +Name[ug]=Krita قوللانمىسى Name[uk]=Підручник з Krita Name[vi]=Sổ tay Krita -Name[x-test]=xxKrita Manualxx Name[zh_CN]=Krita 使用手册 Name[zh_TW]=Krita 手冊 Type=Service Keys=kritadocs,kritamanual,krita Query=https://docs.krita.org/en/search.html?q=\\{@} +Query[am]=https://docs.krita.org/en/search.html?q=\\{@} Query[ar]=https://docs.krita.org/en/search.html?q=\\{@} Query[ast]=https://docs.krita.org/en/search.html?q=\\{@} Query[az]=https://docs.krita.org/en/search.html?q=\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://docs.krita.org/en/search.html?q=\\{@} Query[fa]=https://docs.krita.org/en/search.html?q=\\{@} Query[fi]=https://docs.krita.org/en/search.html?q=\\{@} Query[fr]=https://docs.krita.org/en/search.html?q=\\{@} +Query[ga]=https://docs.krita.org/en/search.html?q=\\{@} Query[gl]=https://docs.krita.org/en/search.html?q=\\{@} +Query[gu]=https://docs.krita.org/en/search.html?q=\\{@} Query[he]=https://docs.krita.org/en/search.html?q=\\{@} +Query[hr]=https://docs.krita.org/en/search.html?q=\\{@} Query[hu]=https://docs.krita.org/en/search.html?q=\\{@} Query[ia]=https://docs.krita.org/en/search.html?q=\\{@} Query[id]=https://docs.krita.org/en/search.html?q=\\{@} Query[ie]=https://docs.krita.org/en/search.html?q=\\{@} Query[is]=https://docs.krita.org/en/search.html?q=\\{@} Query[it]=https://docs.krita.org/it/search.html?q=\\{@} +Query[ja]=https://docs.krita.org/ja/search.html?q=\\{@} Query[ka]=https://docs.krita.org/en/search.html?q=\\{@} Query[ko]=https://docs.krita.org/en/search.html?q=\\{@} Query[lg]=https://docs.krita.org/en/search.html?q=\\{@} Query[lt]=https://docs.krita.org/en/search.html?q=\\{@} Query[lv]=https://docs.krita.org/en/search.html?q=\\{@} Query[my]=https://docs.krita.org/en/search.html?q=\\{@} +Query[nan_TW]=https://docs.krita.org/en/search.html?q=\\{@} +Query[nan_TW@latin]=https://docs.krita.org/en/search.html?q=\\{@} +Query[nb]=https://docs.krita.org/en/search.html?q=\\{@} Query[nl]=https://docs.krita.org/en/search.html?q=\\{@} Query[nn]=https://docs.krita.org/en/search.html?q=\\{@} Query[pa]=https://docs.krita.org/en/search.html?q=\\{@} @@ -107,9 +124,10 @@ Query[sk]=https://docs.krita.org/en/search.html?q=\\{@} Query[sl]=https://docs.krita.org/en/search.html?q=\\{@} Query[sq]=https://docs.krita.org/en/search.html?q=\\{@} Query[sv]=https://docs.krita.org/en/search.html?q=\\{@} +Query[th]=https://docs.krita.org/en/search.html?q=\\{@} Query[tr]=https://docs.krita.org/en/search.html?q=\\{@} +Query[ug]=https://docs.krita.org/en/search.html?q=\\{@} Query[uk]=https://docs.krita.org/en/search.html?q=\\{@} Query[vi]=https://docs.krita.org/en/search.html?q=\\{@} -Query[x-test]=xxhttps://docs.krita.org/en/search.html?q=\\{@}xx Query[zh_CN]=https://docs.krita.org/en/search.html?q=\\{@} Query[zh_TW]=https://docs.krita.org/en/search.html?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/learncpp.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/learncpp.desktop index 8cd25846fd..0f114a74ed 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/learncpp.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/learncpp.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Learn CPP +Name[am]=Learn CPP Name[ar]=Learn CPP Name[ast]=Learn CPP Name[az]=CPP öyrənin @@ -22,20 +23,27 @@ Name[eu]=Ikasi CPP Name[fa]=یادگیری CPP Name[fi]=Learn CPP Name[fr]=Apprenez le « CPP » +Name[ga]=Foghlaim CPP Name[gl]=Learn CPP +Name[gu]=CPP શીખો Name[he]=Learn CPP +Name[hr]=Naučite CPP Name[hu]=Learn CPP Name[ia]=Apprende CPP Name[id]=Learn CPP Name[ie]=Learn CPP Name[is]=Learn CPP Name[it]=Impara CPP +Name[ja]=Learn CPP Name[ka]=ისწავლეთ CPP Name[ko]=Learn CPP Name[lg]=Yiga CPP Name[lt]=Learn CPP Name[lv]=Learn CPP Name[my]=စီပီပီ လေ့လာသင်ယူကြမယ် +Name[nan_TW]=Learn CPP +Name[nan_TW@latin]=Learn CPP +Name[nb]=Lær CPP Name[nl]=CPP leren Name[nn]=Lær CPP Name[pa]=CPP ਸਿੱਖੋ @@ -49,15 +57,17 @@ Name[sk]=Naučte sa CPP Name[sl]=Naučite se CPP Name[sq]=Mësoni CPP Name[sv]=Lär dig C++ +Name[th]=เรียน C++ Name[tr]=CPP Öğren +Name[ug]=CPP بىلىمى Name[uk]=Learn CPP Name[vi]=Learn CPP -Name[x-test]=xxLearn CPPxx Name[zh_CN]=Learn CPP Name[zh_TW]=Learn CPP Type=Service Keys=learncpp Query=https://www.learncpp.com/gsearch/?q=\\{@} +Query[am]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ar]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ast]=https://www.learncpp.com/gsearch/?q=\\{@} Query[az]=https://www.learncpp.com/gsearch/?q=\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://www.learncpp.com/gsearch/?q=\\{@} Query[fa]=https://www.learncpp.com/gsearch/?q=\\{@} Query[fi]=https://www.learncpp.com/gsearch/?q=\\{@} Query[fr]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[ga]=https://www.learncpp.com/gsearch/?q=\\{@} Query[gl]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[gu]=https://www.learncpp.com/gsearch/?q=\\{@} Query[he]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[hr]=https://www.learncpp.com/gsearch/?q=\\{@} Query[hu]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ia]=https://www.learncpp.com/gsearch/?q=\\{@} Query[id]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ie]=https://www.learncpp.com/gsearch/?q=\\{@} Query[is]=https://www.learncpp.com/gsearch/?q=\\{@} Query[it]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[ja]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ka]=https://www.learncpp.com/gsearch/?q=\\{@} Query[ko]=https://www.learncpp.com/gsearch/?q=\\{@} Query[lg]=https://www.learncpp.com/gsearch/?q=\\{@} Query[lt]=https://www.learncpp.com/gsearch/?q=\\{@} Query[lv]=https://www.learncpp.com/gsearch/?q=\\{@} Query[my]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[nan_TW]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[nan_TW@latin]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[nb]=https://www.learncpp.com/gsearch/?q=\\{@} Query[nl]=https://www.learncpp.com/gsearch/?q=\\{@} Query[nn]=https://www.learncpp.com/gsearch/?q=\\{@} Query[pa]=https://www.learncpp.com/gsearch/?q=\\{@} @@ -107,9 +124,10 @@ Query[sk]=https://www.learncpp.com/gsearch/?q=\\{@} Query[sl]=https://www.learncpp.com/gsearch/?q=\\{@} Query[sq]=https://www.learncpp.com/gsearch/?q=\\{@} Query[sv]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[th]=https://www.learncpp.com/gsearch/?q=\\{@} Query[tr]=https://www.learncpp.com/gsearch/?q=\\{@} +Query[ug]=https://www.learncpp.com/gsearch/?q=\\{@} Query[uk]=https://www.learncpp.com/gsearch/?q=\\{@} Query[vi]=https://www.learncpp.com/gsearch/?q=\\{@} -Query[x-test]=xxhttps://www.learncpp.com/gsearch/?q=\\{@}xx Query[zh_CN]=https://www.learncpp.com/gsearch/?q=\\{@} Query[zh_TW]=https://www.learncpp.com/gsearch/?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/leo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/leo.desktop index 0510e600bc..d37ea8433b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/leo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/leo.desktop @@ -2,6 +2,7 @@ Type=Service Name=LEO-Translate Name[af]=LEO-Vertaal +Name[am]=LEO-ይተርጉሙ Name[ar]=ترجمة LEO Name[as]=LEO-Translate Name[ast]=LEO-Translate @@ -32,7 +33,7 @@ Name[fy]=LEO-oersetting (oersetting: Dûtsk-Ingelsk-Dûtsk) Name[ga]=Aistriúchán LEO Name[gd]=LEO-Translate Name[gl]=Tradución con LEO -Name[gu]=લીઓ-ટ્રાન્સલેટ +Name[gu]=લીઓ-અનુવાદ Name[he]=תרגום LEO Name[hi]=लिओ-अनुवाद Name[hne]=लिओ-अनुवाद @@ -44,6 +45,7 @@ Name[id]=LEO-Translate Name[ie]=LEO-Translate Name[is]=LEO-Translate Name[it]=Traduzioni LEO +Name[ja]=LEO-Translate Name[ka]=LEO-თარგმანი Name[kk]=LEO-аудару Name[km]=LEO-បកប្រែ @@ -59,7 +61,9 @@ Name[ml]=ലിയോ-പരിഭാഷ Name[mr]=लिओ-अनुवाद Name[ms]=LEO-Terjemah Name[my]=လီယို-ဘာသာပြန် -Name[nb]=LEO-oversetter +Name[nan_TW]=LEO-Translate +Name[nan_TW@latin]=LEO-Translate +Name[nb]=LEO-Translate Name[nds]=LEO-Översetten Name[ne]=LEO-अनुवाद Name[nl]=LEO-Translate (Vertaling Duits-Engels-Duits) @@ -94,11 +98,11 @@ Name[uz@cyrillic]=LEO таржима Name[vi]=LEO-Dịch Name[wa]=LEO-Translate Name[xh]=LEO-Guqulela -Name[x-test]=xxLEO-Translatexx Name[zh_CN]=LEO 翻译 Name[zh_TW]=LEO-Translate Keys=leo Query=https://dict.leo.org/?search=\\{@} +Query[am]=https://dict.leo.org/?search=\\{@} Query[ar]=https://dict.leo.org/?search=\\{@} Query[ast]=https://dict.leo.org/?search=\\{@} Query[az]=https://dict.leo.org/?search=\\{@} @@ -121,20 +125,27 @@ Query[eu]=https://dict.leo.org/?search=\\{@} Query[fa]=https://dict.leo.org/?search=\\{@} Query[fi]=https://dict.leo.org/?search=\\{@} Query[fr]=https://dict.leo.org/?search=\\{@} +Query[ga]=https://dict.leo.org/?search=\\{@} Query[gl]=https://dict.leo.org/?search=\\{@} +Query[gu]=https://dict.leo.org/?search=\\{@} Query[he]=https://dict.leo.org/?search=\\{@} +Query[hr]=https://dict.leo.org/?search=\\{@} Query[hu]=https://dict.leo.org/?search=\\{@} Query[ia]=https://dict.leo.org/?search=\\{@} Query[id]=https://dict.leo.org/?search=\\{@} Query[ie]=https://dict.leo.org/?search=\\{@} Query[is]=https://dict.leo.org/?search=\\{@} Query[it]=https://dict.leo.org/?search=\\{@} +Query[ja]=https://dict.leo.org/?search=\\{@} Query[ka]=https://dict.leo.org/?search=\\{@} Query[ko]=https://dict.leo.org/?search=\\{@} Query[lg]=https://dict.leo.org/?search=\\{@} Query[lt]=https://dict.leo.org/?search=\\{@} Query[lv]=https://dict.leo.org/?search=\\{@} Query[my]=https://dict.leo.org/?search=\\{@} +Query[nan_TW]=https://dict.leo.org/?search=\\{@} +Query[nan_TW@latin]=https://dict.leo.org/?search=\\{@} +Query[nb]=https://dict.leo.org/?search=\\{@} Query[nl]=https://dict.leo.org/?search=\\{@} Query[nn]=https://dict.leo.org/?search=\\{@} Query[pa]=https://dict.leo.org/?search=\\{@} @@ -149,10 +160,11 @@ Query[sl]=https://dict.leo.org/?search=\\{@} Query[sq]=https://dict.leo.org/?search=\\{@} Query[sv]=https://dict.leo.org/?search=\\{@} Query[tg]=https://dict.leo.org/?search=\\{@} +Query[th]=https://dict.leo.org/?search=\\{@} Query[tok]=https://dict.leo.org/?search=\\{@} Query[tr]=https://dict.leo.org/?search=\\{@} +Query[ug]=https://dict.leo.org/?search=\\{@} Query[uk]=https://dict.leo.org/?search=\\{@} Query[vi]=https://dict.leo.org/?search=\\{@} -Query[x-test]=xxhttps://dict.leo.org/?search=\\{@}xx Query[zh_CN]=https://dict.leo.org/?search=\\{@} Query[zh_TW]=https://dict.leo.org/?search=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/linguee.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/linguee.desktop index b43b7f6bd1..c4f762015a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/linguee.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/linguee.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Linguee +Name[am]=Linguee Name[ar]=Linguee Name[ast]=Linguee Name[az]=Linguee @@ -22,20 +23,27 @@ Name[eu]=Linguee Name[fa]=لینگو Name[fi]=Linguee Name[fr]=Linguee +Name[ga]=Linguee Name[gl]=Linguee +Name[gu]=Linguee Name[he]=Linguee +Name[hr]=Linguee Name[hu]=Linguee Name[ia]=Linguee Name[id]=Linguee Name[ie]=Linguee Name[is]=Linguee Name[it]=Linguee +Name[ja]=Linguee Name[ka]=Linguee Name[ko]=Linguee Name[lg]=Linguee Name[lt]=Linguee Name[lv]=Linguee Name[my]=လင်ဂွီ +Name[nan_TW]=Linguee +Name[nan_TW@latin]=Linguee +Name[nb]=Linguee Name[nl]=Linguee Name[nn]=Linguee Name[pa]=ਲਿੰਗੂਈ @@ -49,15 +57,17 @@ Name[sk]=Linguee Name[sl]=Linguee Name[sq]=Linguee Name[sv]=Linguee +Name[th]=Linguee Name[tr]=Linguee +Name[ug]=Linguee Name[uk]=Linguee Name[vi]=Linguee -Name[x-test]=xxLingueexx Name[zh_CN]=Linguee Name[zh_TW]=Linguee Type=Service Keys=linguee Query=https://www.linguee.com/search?source=auto&query=\\{@} +Query[am]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ar]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ast]=https://www.linguee.com/search?source=auto&query=\\{@} Query[az]=https://www.linguee.com/search?source=auto&query=\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://www.linguee.com/search?source=auto&query=\\{@} Query[fa]=https://www.linguee.com/search?source=auto&query=\\{@} Query[fi]=https://www.linguee.com/search?source=auto&query=\\{@} Query[fr]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[ga]=https://www.linguee.com/search?source=auto&query=\\{@} Query[gl]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[gu]=https://www.linguee.com/search?source=auto&query=\\{@} Query[he]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[hr]=https://www.linguee.com/search?source=auto&query=\\{@} Query[hu]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ia]=https://www.linguee.com/search?source=auto&query=\\{@} Query[id]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ie]=https://www.linguee.com/search?source=auto&query=\\{@} Query[is]=https://www.linguee.com/search?source=auto&query=\\{@} Query[it]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[ja]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ka]=https://www.linguee.com/search?source=auto&query=\\{@} Query[ko]=https://www.linguee.com/search?source=auto&query=\\{@} Query[lg]=https://www.linguee.com/search?source=auto&query=\\{@} Query[lt]=https://www.linguee.com/search?source=auto&query=\\{@} Query[lv]=https://www.linguee.com/search?source=auto&query=\\{@} Query[my]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[nan_TW]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[nan_TW@latin]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[nb]=https://www.linguee.com/search?source=auto&query=\\{@} Query[nl]=https://www.linguee.com/search?source=auto&query=\\{@} Query[nn]=https://www.linguee.com/search?source=auto&query=\\{@} Query[pa]=https://www.linguee.com/search?source=auto&query=\\{@} @@ -107,9 +124,10 @@ Query[sk]=https://www.linguee.com/search?source=auto&query=\\{@} Query[sl]=https://www.linguee.com/search?source=auto&query=\\{@} Query[sq]=https://www.linguee.com/search?source=auto&query=\\{@} Query[sv]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[th]=https://www.linguee.com/search?source=auto&query=\\{@} Query[tr]=https://www.linguee.com/search?source=auto&query=\\{@} +Query[ug]=https://www.linguee.com/search?source=auto&query=\\{@} Query[uk]=https://www.linguee.com/search?source=auto&query=\\{@} Query[vi]=https://www.linguee.com/search?source=auto&query=\\{@} -Query[x-test]=xxhttps://www.linguee.com/search?source=auto&query=\\{@}xx Query[zh_CN]=https://www.linguee.com/search?source=auto&query=\\{@} Query[zh_TW]=https://www.linguee.com/search?source=auto&query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/magnatune.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/magnatune.desktop index fea4eb1de7..25368e3e4a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/magnatune.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/magnatune.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=magnatune,mt Name=Magnatune +Name[am]=Magnatune Name[ar]=Magnatune Name[ast]=Magnatune Name[az]=Magnatune @@ -39,6 +40,7 @@ Name[id]=Magnatune Name[ie]=Magnatune Name[is]=Magnatune Name[it]=Magnatune +Name[ja]=Magnatune Name[ka]=Magnatune Name[kk]=Magnatune Name[km]=Magnatune @@ -51,6 +53,8 @@ Name[mai]=Magnatune Name[ml]=മാഗ്നാട്യൂണ്‍ Name[mr]=मेग्नाट्युन Name[my]=မတ်ဂနက်ကျွန်း +Name[nan_TW]=Magnatune +Name[nan_TW@latin]=Magnatune Name[nb]=Magnatune Name[nds]=Magnatune Name[nl]=Magnatune @@ -79,10 +83,10 @@ Name[ug]=Magnatune Name[uk]=Magnatune Name[vi]=Magnatune Name[wa]=Magnatune -Name[x-test]=xxMagnatunexx Name[zh_CN]=Magnatune Name[zh_TW]=Magnatune Query=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[am]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ar]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ast]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[az]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 @@ -105,20 +109,27 @@ Query[eu]=http://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[fa]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[fi]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[fr]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[ga]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[gl]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[gu]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[he]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[hr]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[hu]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ia]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[id]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ie]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[is]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[it]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[ja]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ka]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[ko]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[lg]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[lt]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[lv]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[my]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[nan_TW]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[nan_TW@latin]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[nb]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[nl]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[nn]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[pa]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 @@ -133,11 +144,12 @@ Query[sl]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[sq]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[sv]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[tg]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[th]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[tok]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[tr]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 +Query[ug]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[uk]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[vi]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 -Query[x-test]=xxhttps://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0xx Query[zh_CN]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Query[zh_TW]=https://my.magnatune.com/search?w=\\{@}&t=m&x=0&y=0 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/mdn.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/mdn.desktop new file mode 100644 index 0000000000..7f005f8b32 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/mdn.desktop @@ -0,0 +1,100 @@ +[Desktop Entry] +Type=Service +Name=Mozilla Developer Network (MDN) +Name[am]=Mozilla Developer Network (MDN) +Name[ar]=شبكة مطوري موزيلا (MDN) +Name[az]=Mozilla Developer Network (MDN) +Name[bg]=Mozilla Developer Network (MDN) +Name[ca]=Xarxa de desenvolupador de Mozilla (MDN) +Name[ca@valencia]=Xarxa de desenvolupador de Mozilla (MDN) +Name[de]=Mozilla-Entwicklernetzwerk (MDN) +Name[eo]=Mozilla Developer Network (MDN) +Name[es]=Red del desarrollador de Mozilla (MDN) +Name[eu]=Mozilla Garatzaileen Sarea (MDN - Mozilla Developer Network) +Name[fi]=Microsoft Developer Network (MDN) +Name[fr]=Réseau des équipes de développement de Mozilla (MDN) +Name[ga]=Líonra Forbróirí Mozilla (MDN) +Name[gl]=Rede de desenvolvemento de Mozilla (MDN) +Name[gu]=Mozilla Developer Network (MDN) +Name[he]=רשת המפתחים של Mozilla‏ (MDN) +Name[hr]=Mozilla Developer Network (MDN) +Name[hu]=Mozilla Developer Network (MDN) +Name[ia]=Mozilla Developer Network (MDN) +Name[is]=Mozilla Developer Network (MDN) +Name[it]=Mozilla Developer Network (MDN) +Name[ja]=Mozilla Developer Network (MDN) +Name[ka]=Mozilla Developer Network (MDN) +Name[ko]=Mozilla 개발자 네트워크(MDN) +Name[lg]=Kifo Ky'abawandisi ba Puloguramu Ekya Mozilla (MDN) +Name[lt]=Mozilla Developer Network (MDN) +Name[lv]=„Mozilla“ izstrādātāju tīkls (MDN) +Name[my]=Mozilla Developer Network (MDN) +Name[nan_TW]=Mozilla 開發者網路 (MDN) +Name[nan_TW@latin]=Mozilla Khai-huat-tsiá Bāng-lōo (MDN) +Name[nb]=Mozilla Developer Network (MDN) +Name[nl]=Mozilla Developer Network (MDN) +Name[nn]=Mozilla Developer Network (MDN) +Name[pl]=Mozilla Developer Network (MDN) +Name[pt]=Rede de Desenvolvedores Mozilla (MDN) +Name[pt_BR]=Rede de desenvolvedores Mozilla (MDN) +Name[ro]=Mozilla Developer Network (MDN) +Name[ru]=Microsoft Developer Network (MDN) +Name[sk]=Hľadanie v Microsoft Developer Network +Name[sl]=Mozilla Developer Network (MDN) +Name[sv]=Mozilla Developer Network (MDN) +Name[th]=Mozilla Developer Network (MDN) +Name[tr]=Mozilla Developer Network (MDN) +Name[ug]=Mozilla ئىجادكارلار تورى +Name[uk]=Мережа розробників Mozilla (MDN) +Name[zh_CN]=Mozilla 开发者网络 (MDN) +Name[zh_TW]=Mozilla 開發者文件 (MDN) +Keys=mdn +Query=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[am]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ar]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[az]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[bg]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ca]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ca@valencia]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[de]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[eo]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[es]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[eu]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[fi]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[fr]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ga]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[gl]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[gu]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[he]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[hr]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[hu]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ia]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[is]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[it]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ja]=https://developer.mozilla.org/ja/search?q=\\{@} +Query[ka]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ko]=https://developer.mozilla.org/ko/search?q=\\{@} +Query[lg]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[lt]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[lv]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[my]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[nan_TW]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[nan_TW@latin]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[nb]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[nl]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[nn]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[pl]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[pt]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[pt_BR]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ro]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ru]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[sk]=https://docs.krita.org/en/search.html?q=\\{@} +Query[sl]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[sv]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[th]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[tr]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[ug]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[uk]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[zh_CN]=https://developer.mozilla.org/en-US/search?q=\\{@} +Query[zh_TW]=https://developer.mozilla.org/zh-TW/search?q=\\{@} +Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/metacrawler.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/metacrawler.desktop index efa0b0ca29..74f99068fc 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/metacrawler.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/metacrawler.desktop @@ -2,6 +2,7 @@ Type=Service Name=MetaCrawler Name[af]=Metacrawler +Name[am]=MetaCrawler Name[ar]=MetaCrawler Name[as]=MetaCrawler Name[ast]=MetaCrawler @@ -45,6 +46,7 @@ Name[id]=MetaCrawler Name[ie]=MetaCrawler Name[is]=MetaCrawler Name[it]=MetaCrawler +Name[ja]=MetaCrawler Name[ka]=MetaCrawler Name[kk]=MetaCrawler Name[km]=MetaCrawler @@ -60,6 +62,8 @@ Name[ml]=മെറ്റാക്രോളര്‍ Name[mr]=मेटा क्राउलर Name[ms]=MetaCrawler Name[my]=မတ်တာခရောလ်လာ +Name[nan_TW]=MetaCrawler +Name[nan_TW@latin]=MetaCrawler Name[nb]=MetaCrawler Name[nds]=MetaCrawler Name[ne]=मेटा क्रवलर @@ -95,11 +99,11 @@ Name[uz@cyrillic]=MetaCrawler Name[vi]=MetaCrawler Name[wa]=MetaCrawler Name[xh]=MetaCrawler -Name[x-test]=xxMetaCrawlerxx Name[zh_CN]=MetaCrawler Name[zh_TW]=MetaCrawler Keys=mc,meta,metacrawler Query=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[am]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[ar]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[az]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[be]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} @@ -121,20 +125,27 @@ Query[eu]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[fa]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[fi]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[fr]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[ga]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[gl]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[gu]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[he]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[hr]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[hu]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[ia]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[id]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[ie]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[is]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[it]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[ja]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[ka]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[ko]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[lg]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[lt]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[lv]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[my]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[nan_TW]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[nan_TW@latin]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[nb]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[nl]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[nn]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[pa]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} @@ -149,10 +160,11 @@ Query[sl]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[sq]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[sv]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[tg]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[th]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[tok]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[tr]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} +Query[ug]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[uk]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[vi]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} -Query[x-test]=xxhttps://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@}xx Query[zh_CN]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} Query[zh_TW]=https://www.metacrawler.com/info.metac.cloud.other/search/web?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/microsoft_cpp.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/microsoft_cpp.desktop index ac5acf35df..7c876cb821 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/microsoft_cpp.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/microsoft_cpp.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Microsoft C++ Documentation +Name[am]=Microsoft C++ ሰነዶች Name[ar]=توثيق مايكروسوفت سي++ Name[az]=Microsoft C++ sənədləşməsi Name[be]=Дакументацыя Microsoft C++ @@ -21,25 +22,32 @@ Name[eu]=Microsoft C++ dokumentazioa Name[fa]=مستندات سی++ مایکروسافت Name[fi]=Microsoft C++ -ohjeistus Name[fr]=Documentation de Microsoft C++ +Name[ga]=Doiciméadú Microsoft C++ Name[gl]=Documentación de C++ de Microsoft +Name[gu]=માઇક્્રોસોફ્ટના c++ માટેના દસ્તાવેજ Name[he]=התיעוד של C++‎ מאת Microsoft +Name[hr]=Dokumentacija za Microsoft C++ Name[hu]=Microsoft C++ dokumentáció Name[ia]=Documentation de Microsoft C++ Name[id]=Dokumentasi Microsoft C++ Name[ie]=Microsoft C++ Documentation Name[is]=Microsoft C++ handbækur Name[it]=Documentazione su C++ di Microsoft +Name[ja]=Microsoft C++ ドキュメンテーション Name[ka]=Microsoft C++ დოკუმენტაცია Name[ko]=Microsoft C++ 문서 Name[lg]=Ebiwandiko Ebikwata ku Microsoft C++ Name[lt]=Microsoft C++ dokumentacija Name[lv]=„Microsoft“ C++ dokumentācija Name[my]=မိုက်ခရိုဆော့ဖ် စီ++ ဒိုကူမန်တေးရှင်း +Name[nan_TW]=Microsoft C++ 文件 +Name[nan_TW@latin]=Microsoft C++ Bûn-kiānn +Name[nb]=Microsoft C++-dokumentasjon Name[nl]=Microsoft C++ documentatie Name[nn]=Microsoft C++-dokumentasjon Name[pa]=Microsoft C++ ਦਸਤਾਵੇਜ਼ Name[pl]=Dokumentacja Microsoft C++ -Name[pt]=Documentação do Microsoft C++ +Name[pt]=Documentação do Microsoft C++ Name[pt_BR]=Documentação C++ da Microsoft Name[ro]=Documentația C++ Microsoft Name[ru]=Документация Microsoft по C++ @@ -48,15 +56,17 @@ Name[sk]=Dokumentácia Microsoft C++ Name[sl]=Dokumentacija za Microsoft C++ Name[sq]=Dokumentim për Microsoft C++ Name[sv]=Microsoft C++ dokumentation +Name[th]=เอกสารอธิบาย C++ Microsoft Name[tr]=Microsoft C++ Belgelendirmesi +Name[ug]=Microsoft C++ قوللانمىسى Name[uk]=Документація з C++ Microsoft Name[vi]=Tài liệu C++ Microsoft -Name[x-test]=xxMicrosoft C++ Documentationxx Name[zh_CN]=微软 C++ 文档 Name[zh_TW]=Microsoft C++ 說明文件 Type=Service Keys=microsoftcpp,mscpp Query=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[am]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[ar]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[az]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[be]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B @@ -78,20 +88,27 @@ Query[eu]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[fa]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[fi]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[fr]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[ga]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[gl]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[gu]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[he]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[hr]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[hu]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[ia]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[id]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[ie]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[is]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[it]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[ja]=https://docs.microsoft.com/ja-jp/search/?terms=\\{@}&scope=C%2B%2B Query[ka]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[ko]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[lg]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[lt]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[lv]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[my]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[nan_TW]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[nan_TW@latin]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[nb]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[nl]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[nn]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[pa]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B @@ -105,9 +122,10 @@ Query[sk]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[sl]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[sq]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[sv]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[th]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[tr]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B +Query[ug]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[uk]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[vi]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B -Query[x-test]=xxhttps://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2Bxx Query[zh_CN]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B Query[zh_TW]=https://docs.microsoft.com/search/?terms=\\{@}&scope=C%2B%2B diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/msdn.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/msdn.desktop index 10a3099dd2..ddb7102c20 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/msdn.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/msdn.desktop @@ -2,6 +2,7 @@ Type=Service Name=Microsoft Developer Network Search Name[af]=Microsoft Developer Network Soektog +Name[am]=Microsoft Developer Network Search Name[ar]=بحث شبكة مايكروسوفت للمطورين Name[as]=Microsoft Developer Network Search Name[az]=Microsoft Developer Network Axtarışı @@ -23,7 +24,7 @@ Name[en_GB]=Microsoft Developer Network Search Name[eo]=Reta serĉo por programistoj de Mikrosofto (MDNS) Name[es]=Red de búsqueda del desarrollador de Microsoft Name[et]=Microsoft Developer Network otsing -Name[eu]=Microsoft Developer Network-eko bilaketa +Name[eu]=Microsoft Garatzaileen Sareko bilaketa Name[fa]=جست‌وجوی شبکه توسعه‌دهنده مایکروسافت Name[fi]=Microsoft Developer Network -haku Name[fr]=Recherche sur le réseau des développeurs Microsoft @@ -43,6 +44,7 @@ Name[id]=Pencarian Jaringan Pengembang Microsoft Name[ie]=Serchar in li Microsoft Developer Network Name[is]=Microsoft Developer Network Search Name[it]=Ricerca su Microsoft Developer Network +Name[ja]=Microsoft Developer Network 検索 Name[ka]=Microsoft Developer Network-ში ძებნა Name[kk]=Microsoft Developer Network-те іздеу Name[km]=ស្វែងរក​តាម​រយៈ​បណ្ដាញ​អ្នក​អភិវឌ្ឍន៍​ម៉ៃក្រូសូហ្វ (Microsoft) @@ -58,6 +60,8 @@ Name[ml]=മൈക്രോസോഫ്റ്റ് ഡെവലപ്പര് Name[mr]=माइक्रोसॉफ्ट डेवलपर संजाळ शोध Name[ms]=Carian Rangkaian Pembangun Microsoft Name[my]=မိုက်ခရိုဆော့ဖ်လ်ဒက်ဗ်ဗလောပါကွန်ရက် ရှာဖွေရန် +Name[nan_TW]=Microsoft 開發者網路搜揣 +Name[nan_TW@latin]=Microsoft Khai-huat-tsiá Bāng-lōo Tshiau-tshuē Name[nb]=Microsoft Developer Network-søk Name[nds]=MDNS - Microsoft sien Schrieverslüüd-Nettwarksöök Name[ne]=माइक्रोसफ्ट विकासकर्ता सञ्जाल खोज्नुहोस् @@ -85,19 +89,19 @@ Name[te]=Microsoft Developer Network శోధన Name[tg]=Ҷустуҷӯ дар шабакаи барномасозони Microsoft Name[th]=เครื่องมือค้นหาเกี่ยวกับเครือข่ายผู้พัฒนาของไมโครซอฟต์ Name[tok]=ilo alasa Microsoft Developer Network -Name[tr]=Microsoft Developer Network Tarayıcı -Name[ug]=مىكروسوفت ئىجادكارلار تورىدىن ئىزدە +Name[tr]=Microsoft Developer Network Arama +Name[ug]=Microsoft ئىجادكارلار تورىدىن ئىزدە Name[uk]=Пошук в Microsoft Developer Network Name[uz]=Microsoft Developer Network'da qidirish Name[uz@cyrillic]=Microsoft Developer Network'да қидириш Name[vi]=Tìm kiếm Mạng Nhà phát triển Microsoft Name[wa]=Cweraedje del rantoele des programeus Microsoft Name[xh]=Uphendlo Womsebenzi womnatha Wombhekisi phambili we Microsoft -Name[x-test]=xxMicrosoft Developer Network Searchxx Name[zh_CN]=MSDN 微软开发者网络搜索 Name[zh_TW]=微軟開發者網路搜尋 Keys=msdn Query=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[am]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[ar]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[az]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[be]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} @@ -119,16 +123,20 @@ Query[eu]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[fa]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[fi]=https://social.msdn.microsoft.com/Search/fi-FI?query=\\{@} Query[fr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[ga]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[gd]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[gl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[gu]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[he]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[hi]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[hr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[hu]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[ia]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[id]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[ie]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[is]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[it]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[ja]=https://social.msdn.microsoft.com/Search/ja-JP?query=\\{@} Query[ka]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[kk]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[ko]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} @@ -137,6 +145,8 @@ Query[lt]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[lv]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[mr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[my]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[nan_TW]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[nan_TW@latin]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[nb]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[nds]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[nl]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} @@ -157,12 +167,12 @@ Query[sr@ijekavianlatin]=https://social.msdn.microsoft.com/Search/en-US?query=\\ Query[sr@latin]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[sv]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[tg]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} +Query[th]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[tok]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[tr]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[ug]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[uk]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[vi]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[wa]=https://social.msdn.microsoft.com/Search/fr-BE?query=\\{@} -Query[x-test]=xxhttps://social.msdn.microsoft.com/Search/en-US?query=\\{@}xx Query[zh_CN]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} Query[zh_TW]=https://social.msdn.microsoft.com/Search/en-US?query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-deru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-deru.desktop index bf1e82a99d..322585bf66 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-deru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-deru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between German and Russian Name[af]=Multitran - Vertaal tussen Duits en Russies +Name[am]=Multitran - በጀርመን እና በሩሲያ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الألمانية والروسية Name[as]=Multitran - জাৰ্মান আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - Alman və Rus dillərində tərcümə edin @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Jerman dan Rusia Name[ie]=Multitran - Traducter inter german e russ Name[is]=Multitran - þýða á milli þýsku og rússnesku Name[it]=Multitran - Traduzioni tra tedesco e russo +Name[ja]=Multitran - Translate Between German and Russian Name[ka]=Multitran თარგმანი გერმანულიდან რუსულზე და პირიქით Name[kk]=Multitran - Неміс және орыс тілдер арасында аудару Name[km]=Multitran - បកប្រែ​​រវាង​​ភាសា​អាល្លឺម៉ង់​ និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу германски и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - ജര്‍മനും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - जर्मन व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - ဂျာမန်နှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 德語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Tik-gí kah Gô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom tysk og russisk Name[nds]=Multitran - Översetten twischen Hoochdüütsch un Russ'sch Name[nl]=Multitran - vertaal van Duits naar Russisch @@ -65,7 +69,7 @@ Name[nn]=Multitran – Omsetjing mellom tysk og russisk Name[or]=Multitran - ଜର୍ମାନ ଏବଂ ରୁଷିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରେ Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਜਰਮਨ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=Multitran - tłumaczenie między niemieckim a rosyjskim -Name[pt]=Multitran - Traduzir Entre Alemão e Russo +Name[pt]=Multitran - Traduzir Entre Alemão e Russo Name[pt_BR]=Multitran - Traduzir de alemão para russo Name[ro]=Multitran - Traduce între germană și rusă Name[ru]=Multitran: немецко-русский перевод @@ -90,11 +94,11 @@ Name[uz]=Multitran - Nemischadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Немисчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Đức và tiếng Nga Name[wa]=Multitran - Ratoûne inte l' Almand eyet l' Russe -Name[x-test]=xxMultitran - Translate Between German and Russianxx Name[zh_CN]=Multitran - 在德语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯德語和俄語 Keys=mt,mtde Query=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=3&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=3&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-enru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-enru.desktop index 9bedd49f31..615bcf8743 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-enru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-enru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between English and Russian Name[af]=Multitran - Vertaal tussen Engels en Russies +Name[am]=Multitran - በእንግሊዝኛ እና በሩሲያ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الانجليزية والروسية Name[as]=Multitran - ইংৰাজী আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - İngilis və Rus arasında tərcümə @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Inggris dan Rusia Name[ie]=Multitran - Traducter inter anglesi e russ Name[is]=Multitran - þýða á milli ensku og rússnesku Name[it]=Multitran - Traduzioni tra inglese e russo +Name[ja]=Multitran - Translate Between English and Russian Name[ka]=Multitran თარგმანი ინგლისურიდან რუსულზე და პირიქით Name[kk]=LEO - ағылшын және орыс тілдер арасында аудару Name[km]=Multitran - បក​ប្រែ​រវាង​ភាសា​អង់គ្លេស និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу англиски и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഇംഗ്ലീഷും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - इंग्रजी व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - အင်္ဂလိပ်နှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 英語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Ing-gí kah Gô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom engelsk og russisk Name[nds]=Multitran - Översetten twischen Engelsch un Russ'sch Name[nl]=Multitran - vertaal van Engels naar Russisch @@ -65,7 +69,7 @@ Name[nn]=Multitran – Omsetjing mellom engelsk og russisk Name[or]=Multitran - ଇରାଜୀ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਅੰਗਰੇਜ਼ੀ ਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=Multitran - tłumaczenie między angielskim i rosyjskim -Name[pt]=Multitran - Traduzir Entre Inglês e Russo +Name[pt]=Multitran - Traduzir Entre Inglês e Russo Name[pt_BR]=Multitran - Traduzir de inglês para russo Name[ro]=Multitran - Traduce între engleză și rusă Name[ru]=Multitran: англо-русский перевод @@ -90,11 +94,11 @@ Name[uz]=Multitran - Inglizchadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Инглизчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Anh và tiếng Nga Name[wa]=Multitran - Ratoûne inte l' Inglès eyet l' Russe -Name[x-test]=xxMultitran - Translate Between English and Russianxx Name[zh_CN]=Multitran - 在英语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯英語和俄語 Keys=mt,mten Query=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=1&l2=2&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-esru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-esru.desktop index c9952150cc..f3f044bea7 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-esru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-esru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between Spanish and Russian Name[af]=Multitran - Vertaal tussen Spaans en Russies +Name[am]=Multitran - በስፓኒሽ እና በሩሲያኛ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الإسبانية والروسية Name[as]=Multitran - হিস্পানীয় আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - İspan və Rus arasında tərcümə @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Spanyol dan Rusia Name[ie]=Multitran - Traducter inter hispan e russ Name[is]=Multitran - þýða á milli spænsku og rússnesku Name[it]=Multitran - Traduzioni tra spagnolo e russo +Name[ja]=Multitran - Translate Between Spanish and Russian Name[ka]=Multitran თარგმანი ესპანურიდან რუსულზე და პირიქით Name[kk]=LEO - испан және орыс тілдер арасында аудару Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​អេស្ប៉ាញ និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу шпански и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - സ്പാനിഷും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - स्पेनिश व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - စပိန်နှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 西班牙語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Se-pan-gâ-gí kahGô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom spansk og russisk Name[nds]=Multitran - Översetten twischen Spaansch un Russ'sch Name[nl]=Multitran - vertaal van Spaans naar Russisch @@ -90,11 +94,11 @@ Name[uz]=Multitran - Ispanchadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Испанчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Tây Ban Nha và tiếng Nga Name[wa]=Multitran - Ratoûne inte l' Espagnol eyet l' Russe -Name[x-test]=xxMultitran - Translate Between Spanish and Russianxx Name[zh_CN]=Multitran - 在西班牙语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯西班牙語和俄語 Keys=mt,mtde Query=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=5&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=5&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-frru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-frru.desktop index 1f15be788f..0bd082c7da 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-frru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-frru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between French and Russian Name[af]=Multitran - Vertaal tussen Frans en Russies +Name[am]=Multitran - በጣሊያን እና በሩሲያ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الفرنسية والروسية Name[as]=Multitran - ফৰাচী আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - Fransız və Rus arasında tərcümə @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Perancis dan Rusia Name[ie]=Multitran - Traducter inter francesi e russ Name[is]=Multitran - þýða á milli frönsku og rússnesku Name[it]=Multitran - Traduzioni tra francese e russo +Name[ja]=Multitran - Translate Between French and Russian Name[ka]=Multitran თარგმანი ფრანგულიდან რუსულზე და პირიქით Name[kk]=LEO - француз және орыс тілдер арасында аудару Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​បារាំង និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу француски и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഫ്രഞ്ചും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - फ्रेंच व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - ပြင်သစ်နှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 法語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Huat-gí kah Gô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom fransk og russisk Name[nds]=Multitran - Översetten twischen Franzöösch un Russ'sch Name[nl]=Multitran - vertaal van Frans naar Russisch @@ -65,7 +69,7 @@ Name[nn]=Multitran – Omsetjing mellom fransk og russisk Name[or]=Multitran - ଫ୍ରେଞ୍ଚ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ Name[pa]=ਮਲਟੀ-ਟਰਾਂਸ - ਫਰੈਂਚ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=Multitran - tłumaczenie między francuskim i rosyjskim -Name[pt]=Multitran - Traduzir Entre Francês e Russo +Name[pt]=Multitran - Traduzir Entre Francês e Russo Name[pt_BR]=Multitran - Traduzir de francês para russo Name[ro]=Multitran - Traduce între franceză și rusă Name[ru]=Multitran: французско-русский перевод @@ -90,11 +94,11 @@ Name[uz]=Multitran - Fransuzchadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Французчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Pháp và tiếng Nga Name[wa]=Multitran - Ratoûne inte li Francès eyet l' Russe -Name[x-test]=xxMultitran - Translate Between French and Russianxx Name[zh_CN]=Multitran - 在法语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯法語和俄語 Keys=mt,mtde Query=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=4&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=4&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-itru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-itru.desktop index 8f7d387d95..4022208b40 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-itru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-itru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between Italian and Russian Name[af]=Multitran - Vertaal tussen Italiaans en Russies +Name[am]=Multitran - በጣሊያን እና በሩሲያ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الإيطالية والروسية Name[as]=Multitran - ইটালীয় আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - İtalyan və Rus arasında tərcümə @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Italia dan Rusia Name[ie]=Multitran - Traducter inter italian e russ Name[is]=Multitran - þýða á milli ítölsku og rússnesku Name[it]=Multitran - Traduzioni tra italiano e russo +Name[ja]=Multitran - Translate Between Italian and Russian Name[ka]=Multitran თარგმანი იტალიურიდან რუსულზე და პირიქით Name[kk]=LEO - итальян және орыс тілдер арасында аудару Name[km]=Multitran - បកប្រែ​រវាង​ភាសា​អ៊ីតាលី និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу италијански и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഇറ്റാലിയനും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - इटालीयन व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - အီတလီနှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 義大利語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Ì-tāi-lī-gí kah Gô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom italiensk og russisk Name[nds]=Multitran - Översetten twischen Italieensch un Russ'sch Name[nl]=Multitran - vertaal van Italiaans naar Russisch @@ -90,11 +94,11 @@ Name[uz]=Multitran - Italyanchadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Италянчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Ý và tiếng Nga Name[wa]=Multitran - Ratoûne inte l' Itålyin eyet l' Russe -Name[x-test]=xxMultitran - Translate Between Italian and Russianxx Name[zh_CN]=Multitran - 在意大利语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯義大利語和俄語 Keys=mt,mtde Query=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=23&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=23&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-nlru.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-nlru.desktop index 34f4c729e6..e25df9eed6 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-nlru.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/multitran-nlru.desktop @@ -3,6 +3,7 @@ Charset=cp 1251 Type=Service Name=Multitran - Translate Between Dutch and Russian Name[af]=Multitran - Vertaal tussen Nederlands en Russies +Name[am]=Multitran - በደች እና በሩሲያ መካከል ይተርጉሙ Name[ar]=Multitran - ترجمة بين الألمانية والروسية Name[as]=Multitran - ডাচ আৰু ৰুচীয় ভাষাৰ মাজত অনুবাদ Name[az]=Multitran - Hollandca və Rusca tərcümə @@ -44,6 +45,7 @@ Name[id]=Multitran - Penerjemahan Antara Bahasa Belanda dan Rusia Name[ie]=Multitran - Traducter inter hollandese e russ Name[is]=Multitran - þýða á milli hollensku og rússnesku Name[it]=Multitran - Traduzioni tra olandese e russo +Name[ja]=Multitran - Translate Between Dutch and Russian Name[ka]=Multitran თარგმანი ჰოლანდიურიდან რუსულზე და პირიქით Name[kk]=LEO - голланд және орыс тілдер арасында аудару Name[km]=LEO - បកប្រែ​រវាង​ភាសា​ហុល្លង់ និង​រុស្ស៊ី @@ -58,6 +60,8 @@ Name[mk]=Multitran - превод меѓу холандски и руски Name[ml]=മള്‍ട്ടിട്രാന്‍ - ഡച്ചും റഷ്യനും തമ്മില്‍ പരിഭാഷപ്പെടുത്തുക Name[mr]=मल्टिट्रान - डच व रशियन भाषांतर करा Name[my]=မာလ်တိုင်ထရန် - ဒတ်ချ်နှင့်ရုရှားကြား ဘာသာပြန် +Name[nan_TW]=Multitran - 荷蘭語 kah 俄羅斯語之間 ê 翻譯 +Name[nan_TW@latin]=Multitran - Hô-lân-gí kah Gô-lô-su-gí tsi-kan ê huan-i̍k Name[nb]=Multitran – Oversett mellom nederlandsk og russisk Name[nds]=Multitran - Översetten twischen Nedderlannsch un Russ'sch Name[nl]=Multitran - vertaal van Nederlands naar Russisch @@ -65,7 +69,7 @@ Name[nn]=Multitran – Omsetjing mellom nederlandsk og russisk Name[or]=Multitran - ଡ଼ଚ ଏବଂ ରୁସିଆନ ମଧ୍ଯରେ ଅନୁବାଦ କରନ୍ତୁ Name[pa]=ਮਲਟੀਟਰਾਂਸ - ਡੱਚ ਅਤੇ ਰੂਸੀ ਵਿੱਚ ਟਰਾਂਸਲੇਸ਼ਨ Name[pl]=Multitran - tłumaczenie między duńskim i rosyjskim -Name[pt]=Multitran - Traduzir Entre Holandês e Russo +Name[pt]=Multitran - Traduzir Entre Holandês e Russo Name[pt_BR]=Multitran - Traduzir de holandês para russo Name[ro]=Multitran - Traduce între daneză și rusă Name[ru]=Multitran: голландско-русский перевод @@ -90,11 +94,11 @@ Name[uz]=Multitran - Gollanchadan Ruschaga tarjima Name[uz@cyrillic]=Multitran - Голланчадан Русчага таржима Name[vi]=Multitran - Dịch giữa tiếng Hà Lan và tiếng Nga Name[wa]=Multitran - Ratoûne inte li Neyerlandès eyet l' Russe -Name[x-test]=xxMultitran - Translate Between Dutch and Russianxx Name[zh_CN]=Multitran - 在荷兰语和俄语之间互译 Name[zh_TW]=Multitran - 翻譯荷蘭語和俄語 Keys=mt,mtde Query=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[am]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[ar]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[az]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[be]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} @@ -116,20 +120,27 @@ Query[eu]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[fa]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[fi]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[fr]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[ga]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[gl]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[gu]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[he]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[hr]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[hu]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[ia]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[id]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[ie]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[is]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[it]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[ja]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[ka]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[ko]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[lg]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[lt]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[lv]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[my]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[nan_TW]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[nan_TW@latin]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[nb]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[nl]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[nn]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[pa]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} @@ -144,10 +155,11 @@ Query[sl]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[sq]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[sv]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[tg]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[th]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[tok]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[tr]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} +Query[ug]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[uk]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[vi]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} -Query[x-test]=xxhttps://multitran.ru/c/m.exe?l1=24&s=\\{@}xx Query[zh_CN]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} Query[zh_TW]=https://multitran.ru/c/m.exe?l1=24&s=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/netcraft.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/netcraft.desktop index 4c43b20460..76b0e45466 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/netcraft.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/netcraft.desktop @@ -2,6 +2,7 @@ Type=Service Name=Netcraft Name[af]=Netcraft +Name[am]=Netcraft Name[ar]=Netcraft Name[as]=Netcraft Name[ast]=Netcraft @@ -45,6 +46,7 @@ Name[id]=Netcraft Name[ie]=Netcraft Name[is]=Netcraft Name[it]=Netcraft +Name[ja]=Netcraft Name[ka]=Netcraft Name[kk]=Netcraft Name[km]=Netcraft @@ -60,6 +62,8 @@ Name[ml]=നെറ്റ്ക്രാഫ്റ്റ് Name[mr]=नेटक्राफ्ट Name[ms]=Netcraft Name[my]=နက်ခရက်ဖ် +Name[nan_TW]=Netcraft +Name[nan_TW@latin]=Netcraft Name[nb]=Netcraft Name[nds]=Netcraft Name[ne]=नेटक्राफ्ट @@ -94,11 +98,11 @@ Name[uz]=Netcraft Name[uz@cyrillic]=Netcraft Name[vi]=Netcraft Name[wa]=Netcraft -Name[x-test]=xxNetcraftxx Name[zh_CN]=Netcraft Name[zh_TW]=Netcraft Keys=nc,netcraft Query=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[am]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ar]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ast]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[az]=https://uptime.netcraft.com/up/graph?site=\\{@} @@ -121,20 +125,27 @@ Query[eu]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[fa]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[fi]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[fr]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[ga]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[gl]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[gu]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[he]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[hr]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[hu]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ia]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[id]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ie]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[is]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[it]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[ja]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ka]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[ko]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[lg]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[lt]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[lv]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[my]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[nan_TW]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[nan_TW@latin]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[nb]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[nl]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[nn]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[pa]=https://uptime.netcraft.com/up/graph?site=\\{@} @@ -149,10 +160,11 @@ Query[sl]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[sq]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[sv]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[tg]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[th]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[tok]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[tr]=https://uptime.netcraft.com/up/graph?site=\\{@} +Query[ug]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[uk]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[vi]=https://uptime.netcraft.com/up/graph?site=\\{@} -Query[x-test]=xxhttps://uptime.netcraft.com/up/graph?site=\\{@}xx Query[zh_CN]=https://uptime.netcraft.com/up/graph?site=\\{@} Query[zh_TW]=https://uptime.netcraft.com/up/graph?site=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nixpkgs.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nixpkgs.desktop new file mode 100644 index 0000000000..3139f0a3c6 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nixpkgs.desktop @@ -0,0 +1,100 @@ +[Desktop Entry] +Type=Service +Name=Nix Packages +Name[am]=Nix Packages +Name[ar]=حزم Nix +Name[az]=Nix paketləri +Name[bg]=Nix Packages +Name[ca]=Paquets Nix +Name[ca@valencia]=Paquets Nix +Name[de]=NixOS-Pakete +Name[eo]=Nix-Pakoj +Name[es]=Paquetes de Nix +Name[eu]=Nix paketeak +Name[fi]=Nix-paketit +Name[fr]=Paquet « nix » +Name[ga]=Pacáistí Nix +Name[gl]=Paquetes de Nix +Name[gu]=નિક્સના પેકેજો +Name[he]=חבילות Nix +Name[hr]=Nix paketi +Name[hu]=Nix Packages +Name[ia]=Pacchettos de Nix +Name[is]=Nix-pakkar +Name[it]=Pacchetti Nix +Name[ja]=Nix パッケージ +Name[ka]=Nix-ის პაკეტები +Name[ko]=Nix 패키지 +Name[lg]=Emiganda gya mu Nix +Name[lt]=Nix paketai +Name[lv]=„Nix“ pakotnes +Name[my]=Nix Packages +Name[nan_TW]=Nix 套件 +Name[nan_TW@latin]=Nix Thò-kiānn +Name[nb]=Nix-pakker +Name[nl]=Nix-pakketten +Name[nn]=Nix-pakkar +Name[pl]=Pakiety Nix +Name[pt]=Pesquisa de Pacotes do NixOS +Name[pt_BR]=Pacotes nix +Name[ro]=Pachete Nix +Name[ru]=Пакеты Nix +Name[sk]=Nix Packages +Name[sl]=Paketi Nix +Name[sv]=Nix-paket +Name[th]=แพ็คเกจ Nix +Name[tr]=Nix Paketleri +Name[ug]=Nix بوغچىسى +Name[uk]=Пакунки Nix +Name[zh_CN]=Nix 软件包 +Name[zh_TW]=Nix 軟體包 +Keys=nixpkg,nixpkgs +Query=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[am]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ar]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[az]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[bg]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ca]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ca@valencia]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[de]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[eo]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[es]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[eu]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[fi]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[fr]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ga]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[gl]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[gu]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[he]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[hr]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[hu]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ia]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[is]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[it]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ja]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ka]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ko]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[lg]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[lt]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[lv]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[my]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[nan_TW]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[nan_TW@latin]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[nb]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[nl]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[nn]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[pl]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[pt]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[pt_BR]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ro]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ru]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[sk]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[sl]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[sv]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[th]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[tr]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[ug]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[uk]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[zh_CN]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Query[zh_TW]=https://search.nixos.org/packages?sort=relevance&type=packages&query=\\{@} +Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-telephone.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-telephone.desktop index 63b2df84f9..7bcd42b828 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-telephone.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-telephone.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Telephonebook Search Provider Name[af]=Telefoonbok soektog verskaffer +Name[am]=የTelephonebook ፍለጋ አቅራቢ Name[ar]=مزود بحث Telephonebook Name[as]=Telephonebook Search Provider Name[az]=Telefon kitabçası axtarış təminatçısı @@ -41,6 +42,7 @@ Name[id]=Penyedia Pencarian Buku Telepon Name[ie]=Telephonebook Search Provider Name[is]=Leitarvél fyrir símaskrár Name[it]=Motore di ricerca dell'elenco telefonico +Name[ja]=Telephonebook Search Provider Name[ka]=Telephonebook-ით ძებნა Name[kk]=Телефон кітапшасын іздеу провайдері Name[km]=ក្រុមហ៊ុន​ផ្ដល់​​ការ​​ស្វែងរក​សៀវភៅ​លេខ​ទូរស័ព្ទ @@ -56,6 +58,8 @@ Name[ml]=ടെലിഫോണ്‍ബുക്ക് തെരച്ചില Name[mr]=टेलिफोनबुक शोध पुरवठाकर्ता Name[ms]=Penyedia Carian Buku Telefon Name[my]=Telephonebook Search Provider +Name[nan_TW]=Telephonebook 搜揣提供者 +Name[nan_TW@latin]=Telephonebook Tshiau-tshuē Thê-kiong-tsiá Name[nb]=Søkemotor for telefonkataloger Name[nds]=Nedderlannsch Telefoonbook Name[ne]=टेलिफोन पुस्तिका खोजी प्रदायक @@ -63,7 +67,7 @@ Name[nl]=Telefoonboek-zoekmachine Name[nn]=Søkjemotor for telefonkatalog Name[pa]=ਟੈਲੀਫੋਨ ਖੋਜ ਪਰੋਵਾਇਡਰ Name[pl]=Wyszukiwarka Telephonebook -Name[pt]=Motor de Busca de Lista Telefónica +Name[pt]=Motor de Busca de Lista Telefónica Name[pt_BR]=Provedor de pesquisa de guia telefônico Name[ro]=Căutare în cartea de telefoane Name[ru]=Telephonebook Search Provider @@ -89,12 +93,12 @@ Name[uz]=Telefonlar daftarida qidirish Name[uz@cyrillic]=Телефонлар дафтарида қидириш Name[vi]=Nhà cung cấp Dịch vụ Tìm kiếm Danh bạ điện thoại Name[wa]=Ahesseu d' cweraedje dins bultin telefonike -Name[x-test]=xxTelephonebook Search Providerxx Name[zh_CN]=Telephonebook 搜索提供者 Name[zh_TW]=電話號碼簿搜尋提供者 Type=Service Keys=telnl,telefoon Query=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[am]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ar]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[az]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[be]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} @@ -116,14 +120,18 @@ Query[eu]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{ Query[fa]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[fi]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[fr]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[ga]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[gl]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[gu]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[he]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[hr]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[hu]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ia]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[id]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ie]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[is]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[it]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[ja]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ka]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ko]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[lg]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} @@ -131,6 +139,9 @@ Query[lt]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{ Query[lv]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[ml]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[my]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[nan_TW]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[nan_TW@latin]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[nb]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[nl]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[nn]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[pa]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} @@ -145,10 +156,11 @@ Query[sl]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{ Query[sq]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[sv]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[tg]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[th]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[tok]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[tr]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} +Query[ug]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[uk]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[vi]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} -Query[x-test]=xxhttps://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2}xx Query[zh_CN]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} Query[zh_TW]=https://www.detelefoongids.nl/\\{1}/\\{2}/10-1/?oWhat=\\{1}&oWhere=\\{2} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-teletekst.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-teletekst.desktop index 71a681d0f3..9f2e16df2e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-teletekst.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/nl-teletekst.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Teletekst Search Provider Name[af]=Teleteks soektog verskaffer +Name[am]=Teletekst ፍለጋ አቅራቢ Name[ar]=مزود بحث Teletekst Name[as]=Teletekst Search Provider Name[az]=Teletext Axtarış Təminatçısı @@ -42,6 +43,7 @@ Name[id]=Penyedia Pencarian Teletekst Name[ie]=Teletekst Search Provider Name[is]=Teletekst-leitarvél Name[it]=Motore di ricerca Teletekst +Name[ja]=Teletekst Search Provider Name[ka]=Teletekst -ით ძებნა Name[kk]=Teletekst іздеу провайдері Name[km]=ក្រុមហ៊ុន​ផ្ដល់​ការ​ស្វែងរក​របស់ Teletekst @@ -57,7 +59,9 @@ Name[ml]=Teletekst തെരച്ചില്‍ സംവിധാനം Name[mr]=टेलिटेक्स्ट शोध पुरवठाकर्ता Name[ms]=Penyedia Carian Teletekst Name[my]=Teletekst Search Provider -Name[nb]=Søkemotor for teletekst +Name[nan_TW]=Teletekst 搜揣提供者 +Name[nan_TW@latin]=Teletekst Tshiau-tshuē Thê-kiong-tsiá +Name[nb]=Søkemotoren Teletekst Name[nds]=„Teletekst“-Söök (Nedderlannen) Name[ne]=टेलिटेक्स्ट खोजी प्रदायक Name[nl]=Teletekst-zoekmachine @@ -91,12 +95,12 @@ Name[uz]=Teletekstda qidirish Name[uz@cyrillic]=Телетекстда қидириш Name[vi]=Nhà cung cấp Dịch vụ Tìm kiếm Teletekst Name[wa]=Ahesseu d' cweraedje dins l' teletecse -Name[x-test]=xxTeletekst Search Providerxx Name[zh_CN]=Teletekst 搜索提供者 Name[zh_TW]=Teletekst 搜尋提供者 Type=Service Keys=tt,teletekst Query=https://nos.nl/teletekst#\\{@} +Query[am]=https://nos.nl/teletekst#\\{@} Query[ar]=https://nos.nl/teletekst#\\{@} Query[az]=https://nos.nl/teletekst#\\{@} Query[be]=https://nos.nl/teletekst#\\{@} @@ -118,14 +122,18 @@ Query[eu]=https://nos.nl/teletekst#\\{@} Query[fa]=https://nos.nl/teletekst#\\{@} Query[fi]=https://nos.nl/teletekst#\\{@} Query[fr]=https://nos.nl/teletekst#\\{@} +Query[ga]=https://nos.nl/teletekst#\\{@} Query[gl]=https://nos.nl/teletekst#\\{@} +Query[gu]=https://nos.nl/teletekst#\\{@} Query[he]=https://nos.nl/teletekst#\\{@} +Query[hr]=https://nos.nl/teletekst#\\{@} Query[hu]=https://nos.nl/teletekst#\\{@} Query[ia]=https://nos.nl/teletekst#\\{@} Query[id]=https://nos.nl/teletekst#\\{@} Query[ie]=https://nos.nl/teletekst#\\{@} Query[is]=https://nos.nl/teletekst#\\{@} Query[it]=https://nos.nl/teletekst#\\{@} +Query[ja]=https://nos.nl/teletekst#\\{@} Query[ka]=https://nos.nl/teletekst#\\{@} Query[ko]=https://nos.nl/teletekst#\\{@} Query[lg]=https://nos.nl/teletekst#\\{@} @@ -133,6 +141,9 @@ Query[lt]=https://nos.nl/teletekst#\\{@} Query[lv]=https://nos.nl/teletekst#\\{@} Query[ml]=https://nos.nl/teletekst#\\{@} Query[my]=https://nos.nl/teletekst#\\{@} +Query[nan_TW]=https://nos.nl/teletekst#\\{@} +Query[nan_TW@latin]=https://nos.nl/teletekst#\\{@} +Query[nb]=https://nos.nl/teletekst#\\{@} Query[nl]=https://nos.nl/teletekst#\\{@} Query[nn]=https://nos.nl/teletekst#\\{@} Query[pa]=https://nos.nl/teletekst#\\{@} @@ -147,10 +158,11 @@ Query[sl]=https://nos.nl/teletekst#\\{@} Query[sq]=https://nos.nl/teletekst#\\{@} Query[sv]=https://nos.nl/teletekst#\\{@} Query[tg]=https://nos.nl/teletekst#\\{@} +Query[th]=https://nos.nl/teletekst#\\{@} Query[tok]=https://nos.nl/teletekst#\\{@} Query[tr]=https://nos.nl/teletekst#\\{@} +Query[ug]=https://nos.nl/teletekst#\\{@} Query[uk]=https://nos.nl/teletekst#\\{@} Query[vi]=https://nos.nl/teletekst#\\{@} -Query[x-test]=xxhttps://nos.nl/teletekst#\\{@}xx Query[zh_CN]=https://nos.nl/teletekst#\\{@} Query[zh_TW]=https://nos.nl/teletekst#\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/npm.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/npm.desktop new file mode 100644 index 0000000000..66be17e4fa --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/npm.desktop @@ -0,0 +1,100 @@ +[Desktop Entry] +Type=Service +Name=npm +Name[am]=npm +Name[ar]=npm +Name[az]=npm +Name[bg]=npm +Name[ca]=npm +Name[ca@valencia]=npm +Name[de]=npm +Name[eo]=npm +Name[es]=npm +Name[eu]=npm +Name[fi]=npm +Name[fr]=npm +Name[ga]=npm +Name[gl]=npm +Name[gu]=npm +Name[he]=npm +Name[hr]=npm +Name[hu]=npm +Name[ia]=npm +Name[is]=npm +Name[it]=npm +Name[ja]=npm +Name[ka]=npm +Name[ko]=npm +Name[lg]=npm +Name[lt]=npm +Name[lv]=npm +Name[my]=npm +Name[nan_TW]=npm +Name[nan_TW@latin]=npm +Name[nb]=npm +Name[nl]=npm +Name[nn]=npm +Name[pl]=npm +Name[pt]=npm +Name[pt_BR]=npm +Name[ro]=npm +Name[ru]=npm +Name[sk]=npm +Name[sl]=npm +Name[sv]=npm +Name[th]=npm +Name[tr]=npm +Name[ug]=npm +Name[uk]=npm +Name[zh_CN]=npm +Name[zh_TW]=npm +Keys=npm,npmjs +Query=https://www.npmjs.com/search?q=\\{@} +Query[am]=https://www.npmjs.com/search?q=\\{@} +Query[ar]=https://www.npmjs.com/search?q=\\{@} +Query[az]=https://www.npmjs.com/search?q=\\{@} +Query[bg]=https://www.npmjs.com/search?q=\\{@} +Query[ca]=https://www.npmjs.com/search?q=\\{@} +Query[ca@valencia]=https://www.npmjs.com/search?q=\\{@} +Query[de]=https://www.npmjs.com/search?q=\\{@} +Query[eo]=https://www.npmjs.com/search?q=\\{@} +Query[es]=https://www.npmjs.com/search?q=\\{@} +Query[eu]=https://www.npmjs.com/search?q=\\{@} +Query[fi]=https://www.npmjs.com/search?q=\\{@} +Query[fr]=https://www.npmjs.com/search?q=\\{@} +Query[ga]=https://www.npmjs.com/search?q=\\{@} +Query[gl]=https://www.npmjs.com/search?q=\\{@} +Query[gu]=https://www.npmjs.com/search?q=\\{@} +Query[he]=https://www.npmjs.com/search?q=\\{@} +Query[hr]=https://www.npmjs.com/search?q=\\{@} +Query[hu]=https://www.npmjs.com/search?q=\\{@} +Query[ia]=https://www.npmjs.com/search?q=\\{@} +Query[is]=https://www.npmjs.com/search?q=\\{@} +Query[it]=https://www.npmjs.com/search?q=\\{@} +Query[ja]=https://www.npmjs.com/search?q=\\{@} +Query[ka]=https://www.npmjs.com/search?q=\\{@} +Query[ko]=https://www.npmjs.com/search?q=\\{@} +Query[lg]=https://www.npmjs.com/search?q=\\{@} +Query[lt]=https://www.npmjs.com/search?q=\\{@} +Query[lv]=https://www.npmjs.com/search?q=\\{@} +Query[my]=https://www.npmjs.com/search?q=\\{@} +Query[nan_TW]=https://www.npmjs.com/search?q=\\{@} +Query[nan_TW@latin]=https://www.npmjs.com/search?q=\\{@} +Query[nb]=https://www.npmjs.com/search?q=\\{@} +Query[nl]=https://www.npmjs.com/search?q=\\{@} +Query[nn]=https://www.npmjs.com/search?q=\\{@} +Query[pl]=https://www.npmjs.com/search?q=\\{@} +Query[pt]=https://www.npmjs.com/search?q=\\{@} +Query[pt_BR]=https://www.npmjs.com/search?q=\\{@} +Query[ro]=https://www.npmjs.com/search?q=\\{@} +Query[ru]=https://www.npmjs.com/search?q=\\{@} +Query[sk]=https://www.bing.com/search?q=\\{@} +Query[sl]=https://www.npmjs.com/search?q=\\{@} +Query[sv]=https://www.npmjs.com/search?q=\\{@} +Query[th]=https://www.npmjs.com/search?q=\\{@} +Query[tr]=https://www.npmjs.com/search?q=\\{@} +Query[ug]=https://www.npmjs.com/search?q=\\{@} +Query[uk]=https://www.npmjs.com/search?q=\\{@} +Query[zh_CN]=https://www.npmjs.com/search?q=\\{@} +Query[zh_TW]=https://www.npmjs.com/search?q=\\{@} +Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opendesktop.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opendesktop.desktop index c883563028..6004cb094a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opendesktop.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opendesktop.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=opendesktop,odesk,od Name=openDesktop.org +Name[am]=openDesktop.org Name[ar]=openDesktop.org Name[ast]=openDesktop.org Name[az]=openDesktop.org @@ -39,6 +40,7 @@ Name[id]=openDesktop.org Name[ie]=openDesktop.org Name[is]=openDesktop.org Name[it]=openDesktop.org +Name[ja]=openDesktop.org Name[ka]=openDesktop.org Name[kk]=openDesktop.org Name[km]=openDesktop.org @@ -50,6 +52,8 @@ Name[lv]=openDesktop.org Name[mai]=openDesktop.org Name[mr]=ओपन डेस्कटॉप.org Name[my]=အိုးပန်းဒက်စ်တော့ပ် ဒေါ့ အိုအာဂျီ +Name[nan_TW]=openDesktop.org +Name[nan_TW@latin]=openDesktop.org Name[nb]=openDesktop.org Name[nds]=openDesktop.org Name[nl]=openDesktop.org @@ -78,10 +82,10 @@ Name[ug]=openDesktop.org Name[uk]=openDesktop.org Name[vi]=openDesktop.org Name[wa]=openDesktop.org -Name[x-test]=xxopenDesktop.orgxx Name[zh_CN]=openDesktop.org Name[zh_TW]=openDesktop.org Query=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[am]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ar]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ast]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[az]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} @@ -104,20 +108,27 @@ Query[eu]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@ Query[fa]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[fi]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[fr]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[ga]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[gl]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[gu]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[he]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[hr]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[hu]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ia]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[id]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ie]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[is]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[it]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[ja]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ka]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[ko]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[lg]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[lt]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[lv]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[my]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[nan_TW]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[nan_TW@latin]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[nb]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[nl]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[nn]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[pa]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} @@ -132,11 +143,12 @@ Query[sl]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@ Query[sq]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[sv]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[tg]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[th]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[tok]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[tr]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} +Query[ug]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[uk]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[vi]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} -Query[x-test]=xxhttps://www.opendesktop.org/content/search.php?search=Search&name=\\{@}xx Query[zh_CN]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Query[zh_TW]=https://www.opendesktop.org/content/search.php?search=Search&name=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/openstreetmap.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/openstreetmap.desktop new file mode 100644 index 0000000000..770b93ec8b --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/openstreetmap.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Charset= +Keys=osm,openstreetmap +Name=OpenStreetMap +Name[ar]=OpenStreetMap +Name[bg]=OpenStreetMap +Name[ca]=OpenStreetMap +Name[ca@valencia]=OpenStreetMap +Name[cs]=OpenStreetMap +Name[de]=OpenStreetMap +Name[es]=OpenStreetMap +Name[fr]=OpenStreetMap +Name[he]=OpenStreetMap +Name[hr]=OpenStreetMap +Name[hu]=OpenStreetMap +Name[ia]=OpenStreetMap +Name[is]=OpenStreetMap +Name[it]=OpenStreetMap +Name[ja]=OpenStreetMap +Name[ka]=OpenStreetMap +Name[ko]=오픈스트리트맵 +Name[lt]=OpenStreetMap +Name[nan_TW]=OpenStreetMap +Name[nan_TW@latin]=OpenStreetMap +Name[nl]=OpenStreetMap +Name[nn]=OpenStreetMap +Name[pt_BR]=OpenStreetMap +Name[ru]=OpenStreetMap +Name[sk]=OpenStreetMap +Name[sl]=OpenStreetMap +Name[tr]=OpenStreetMap +Name[ug]=OpenStreetMap ئوچۇق كوچا خەرىتىسى +Name[uk]=OpenStreetMap +Name[zh_CN]=OpenStreetMap +Name[zh_TW]=OpenStreetMap +Query=https://www.openstreetmap.org/search?query=\\{@} +Query[ar]=https://www.openstreetmap.org/search?query=\\{@} +Query[bg]=https://www.openstreetmap.org/search?query=\\{@} +Query[ca]=https://www.openstreetmap.org/search?query=\\{@} +Query[ca@valencia]=https://www.openstreetmap.org/search?query=\\{@} +Query[de]=https://www.openstreetmap.org/search?query=\\{@} +Query[es]=https://www.openstreetmap.org/search?query=\\{@} +Query[fr]=https://www.openstreetmap.org/search?query=\\{@} +Query[he]=https://www.openstreetmap.org/search?query=\\{@} +Query[hr]=https://www.openstreetmap.org/search?query=\\{@} +Query[hu]=https://www.openstreetmap.org/search?query=\\{@} +Query[ia]=https://www.openstreetmap.org/search?query=\\{@} +Query[is]=https://www.openstreetmap.org/search?query=\\{@} +Query[it]=https://www.openstreetmap.org/search?query=\\{@} +Query[ja]=https://www.openstreetmap.org/search?query=\\{@} +Query[ka]=https://www.openstreetmap.org/search?query=\\{@} +Query[ko]=https://www.openstreetmap.org/search?query=\\{@} +Query[lt]=https://www.openstreetmap.org/search?query=\\{@} +Query[nan_TW]=https://www.openstreetmap.org/search?query=\\{@} +Query[nan_TW@latin]=https://www.openstreetmap.org/search?query=\\{@} +Query[nl]=https://www.openstreetmap.org/search?query=\\{@} +Query[nn]=https://www.openstreetmap.org/search?query=\\{@} +Query[pt_BR]=https://www.openstreetmap.org/search?query=\\{@} +Query[ru]=https://www.openstreetmap.org/search?query=\\{@} +Query[sk]=https://www.openstreetmap.org/search?query=\\{@} +Query[sl]=https://www.openstreetmap.org/search?query=\\{@} +Query[tr]=https://www.openstreetmap.org/search?query=\\{@} +Query[uk]=https://www.openstreetmap.org/search?query=\\{@} +Query[zh_CN]=https://www.openstreetmap.org/search?query=\\{@} +Query[zh_TW]=https://www.openstreetmap.org/search?query=\\{@} +Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opensuse.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opensuse.desktop index e3559445ce..39040beede 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opensuse.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/opensuse.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=openSUSE Software +Name[am]=openSUSE Software Name[ar]=برامج أوبن سوزي Name[az]=openSUSE proqram təminatı Name[be]=Праграмнае забеспячэнне openSUSE @@ -21,20 +22,27 @@ Name[eu]=openSUSE softwarea Name[fa]=نرم‌افزار اوپن‌سوزه Name[fi]=openSUSE Software Name[fr]=Logiciels de OpenSUSE +Name[ga]=bogearraí openSUSE Name[gl]=Programas de openSUSE +Name[gu]=openSUSE Software Name[he]=תוכנה ב־openSUSE +Name[hr]=openSUSE softver Name[hu]=openSUSE Software Name[ia]=Software de OpenSUSE Name[id]=Perangkat Lunak openSUSE Name[ie]=openSUSE Software Name[is]=openSUSE hugbúnaður Name[it]=Software openSUSE +Name[ja]=openSUSE ソフトウェア Name[ka]=openSUSE -ის პროგრამები Name[ko]=openSUSE 소프트웨어 Name[lg]=puloguramu eza openSUSE Name[lt]=openSUSE programinė įranga Name[lv]=„openSUSE“ programmatūra Name[my]=အိုးပန်းဆူဆီ ဆော့ဖ်ဝဲလ် +Name[nan_TW]=openSUSE 軟體 +Name[nan_TW@latin]=openSUSE Nńg-thé +Name[nb]=openSUSE-programvare Name[nl]=openSUSE-software Name[nn]=openSUSE-programvare Name[pa]=openSUSE ਸਾਫਟਵੇਅਰ @@ -48,15 +56,17 @@ Name[sk]=Softvér openSUSE Name[sl]=Programska oprema OpenSUSE Name[sq]=Software OpenSUSE Name[sv]=openSUSE-programvara +Name[th]=openSUSE Software Name[tr]=openSUSE Yazılım +Name[ug]=openSUSE يۇمشاق دېتال Name[uk]=Програмне забезпечення openSUSE Name[vi]=Phần mềm openSUSE -Name[x-test]=xxopenSUSE Softwarexx Name[zh_CN]=openSUSE 软件 Name[zh_TW]=openSUSE 軟體 Type=Service Keys=opensuse Query=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[am]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[ar]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[az]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[be]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} @@ -78,20 +88,27 @@ Query[eu]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[fa]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[fi]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[fr]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[ga]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[gl]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[gu]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[he]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[hr]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[hu]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[ia]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[id]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[ie]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[is]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[it]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[ja]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[ka]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[ko]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[lg]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[lt]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[lv]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[my]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[nan_TW]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[nan_TW@latin]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[nb]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[nl]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[nn]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[pa]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} @@ -105,9 +122,10 @@ Query[sk]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[sl]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[sq]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[sv]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[th]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[tr]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} +Query[ug]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[uk]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[vi]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} -Query[x-test]=xxhttps://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@}xx Query[zh_CN]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} Query[zh_TW]=https://software.opensuse.org/search?utf8=%E2%9C%93&q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pgpkeys.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pgpkeys.desktop index a28fda7452..817dffab56 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pgpkeys.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pgpkeys.desktop @@ -2,6 +2,7 @@ Keys=pgp,pgpkeys Name=OpenPGP Key Search Name[af]=OpenPGP Sleutel Soektog +Name[am]=OpenPGP Key ፍለጋ Name[ar]=بحث عن مفتاح OpenPGP Name[as]=OpenPGP চাবিৰ অনুসন্ধান Name[az]=OpenPGP Açar Axtarışı @@ -43,6 +44,7 @@ Name[id]=Pencari Kunci OpenPGP Name[ie]=Sercha de claves OpenPGP Name[is]=OpenPGP Key Search Name[it]=Ricerca di chiavi OpenPGP +Name[ja]=OpenPGP キー検索 Name[ka]=OpenPGP გასაღების ძებნა Name[kk]=OpenPGP кілттерін табу Name[km]=ស្វែងរក​កូនសោ​តាម​រយៈ OpenPGP @@ -58,7 +60,9 @@ Name[ml]=ഓപ്പണ്‍പിജിപി (OpenPGP) കീ തെരച Name[mr]=OpenPGP किल्ली शोध Name[ms]=Carian Kekunci OpenPGP Name[my]=အိုးပန်းပီဂျီပီ ကီးရှာရန် -Name[nb]=OpenPGP nøkkelsøk +Name[nan_TW]=OpenPGP 鎖匙搜揣 +Name[nan_TW@latin]=OpenPGP Só-sî Tshiau-tshuē +Name[nb]=OpenPGP-nøkkelsøk Name[nds]=OpenPGP-Slötel-Söök Name[ne]=खुला PGP कुञ्जी खोजी Name[nl]=Zoeken naar OpenPGP-sleutels @@ -93,10 +97,10 @@ Name[uz@cyrillic]=OpenPGP калитларни қидириш Name[vi]=Tìm kiếm khoá OpenPGP Name[wa]=Cweraedje d' ene clé OpenPGP Name[xh]=Uphendlo Lwesitshixo se OpenPGP -Name[x-test]=xxOpenPGP Key Searchxx Name[zh_CN]=OpenPGP 密钥搜索 Name[zh_TW]=OpenPGP 金鑰搜尋 Query=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[am]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[ar]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[az]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[be]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex @@ -118,20 +122,27 @@ Query[eu]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[fa]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[fi]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[fr]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[ga]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[gl]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[gu]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[he]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[hr]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[hu]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[ia]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[id]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[ie]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[is]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[it]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[ja]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[ka]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[ko]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[lg]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[lt]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[lv]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[my]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[nan_TW]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[nan_TW@latin]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[nb]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[nl]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[nn]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[pa]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex @@ -146,11 +157,12 @@ Query[sl]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[sq]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[sv]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[tg]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[th]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[tok]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[tr]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex +Query[ug]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[uk]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[vi]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex -Query[x-test]=xxhttps://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindexxx Query[zh_CN]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Query[zh_TW]=https://pgp.mit.edu/pks/lookup?search=\\{@}&op=vindex Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/php.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/php.desktop index 143fbb8b79..cf71fbd68d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/php.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/php.desktop @@ -2,6 +2,7 @@ Keys=php Name=PHP Search Name[af]=PHP Soektog +Name[am]=PHP ፍለጋ Name[ar]=بحث PHP Name[as]=PHP Search Name[az]=PHP Axtarış @@ -44,6 +45,7 @@ Name[id]=Pencarian PHP Name[ie]=Sercha PHP Name[is]=PHP Search Name[it]=Ricerca di PHP +Name[ja]=PHP 検索 Name[ka]=PHP ძებნა Name[kk]=PHP іздеуі Name[km]=ការ​ស្វែងរក PHP @@ -59,6 +61,8 @@ Name[ml]=പിഎച്പി (PHP) തെരച്ചില്‍ Name[mr]=PHP शोध Name[ms]=Carian PHP Name[my]=ပီအိပ့်ချ်ပီ ရှာရန် +Name[nan_TW]=PHP 搜揣 +Name[nan_TW@latin]=PHP Tshiau-tshuē Name[nb]=PHP-søk Name[nds]=PHP-Söök Name[ne]=PHP खोजी @@ -94,10 +98,10 @@ Name[uz@cyrillic]=PHP қидириш Name[vi]=Tìm kiếm PHP Name[wa]=Cweraedje PHP Name[xh]=Uphendlo lwe PHP -Name[x-test]=xxPHP Searchxx Name[zh_CN]=PHP 搜索 Name[zh_TW]=PHP 搜尋 Query=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[am]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[ar]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[az]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[be]=https://secure.php.net/manual-lookup.php?pattern=\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[fa]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[fi]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[fr]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[ga]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[gl]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[gu]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[he]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[hr]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[hu]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[ia]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[id]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[ie]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[is]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[it]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[ja]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[ka]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[ko]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[lg]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[lt]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[lv]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[my]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[nan_TW]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[nan_TW@latin]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[nb]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[nl]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[nn]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[pa]=https://secure.php.net/manual-lookup.php?pattern=\\{@} @@ -147,11 +158,12 @@ Query[sl]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[sq]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[sv]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[tg]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[th]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[tok]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[tr]=https://secure.php.net/manual-lookup.php?pattern=\\{@} +Query[ug]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[uk]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[vi]=https://secure.php.net/manual-lookup.php?pattern=\\{@} -Query[x-test]=xxhttps://secure.php.net/manual-lookup.php?pattern=\\{@}xx Query[zh_CN]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Query[zh_TW]=https://secure.php.net/manual-lookup.php?pattern=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/protondb.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/protondb.desktop index 05b044bd36..224f2fe1a2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/protondb.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/protondb.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=ProtonDB +Name[am]=ProtonDB Name[ar]=ProtonDB Name[ast]=ProtonDB Name[az]=ProtonDB @@ -22,20 +23,27 @@ Name[eu]=ProtonDB Name[fa]=پروتون‌دی‌بی Name[fi]=ProtonDB Name[fr]=ProtonDB +Name[ga]=ProtonDB Name[gl]=ProtonDB +Name[gu]=ProtonDB Name[he]=ProtonDB +Name[hr]=ProtonDB Name[hu]=ProtonDB Name[ia]=ProtonDB Name[id]=ProtonDB Name[ie]=ProtonDB Name[is]=ProtonDB Name[it]=ProtonDB +Name[ja]=ProtonDB Name[ka]=ProtonDB Name[ko]=ProtonDB Name[lg]=ProtonDB Name[lt]=ProtonDB Name[lv]=ProtonDB Name[my]=ပရိုတွန်ဒီဘီ +Name[nan_TW]=ProtonDB +Name[nan_TW@latin]=ProtonDB +Name[nb]=ProtonDB Name[nl]=ProtonDB Name[nn]=ProtonDB Name[pa]=ProtonDB @@ -49,15 +57,17 @@ Name[sk]=ProtonDB Name[sl]=ProtonDB Name[sq]=ProtonDB Name[sv]=ProtonDB +Name[th]=ProtonDB Name[tr]=ProtonDB +Name[ug]=ProtonDB Name[uk]=ProtonDB Name[vi]=ProtonDB -Name[x-test]=xxProtonDBxx Name[zh_CN]=ProtonDB Name[zh_TW]=ProtonDB Type=Service Keys=protondb,proton Query=https://www.protondb.com/search?q=\\{@} +Query[am]=https://www.protondb.com/search?q=\\{@} Query[ar]=https://www.protondb.com/search?q=\\{@} Query[ast]=https://www.protondb.com/search?q=\\{@} Query[az]=https://www.protondb.com/search?q=\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://www.protondb.com/search?q=\\{@} Query[fa]=https://www.protondb.com/search?q=\\{@} Query[fi]=https://www.protondb.com/search?q=\\{@} Query[fr]=https://www.protondb.com/search?q=\\{@} +Query[ga]=https://www.protondb.com/search?q=\\{@} Query[gl]=https://www.protondb.com/search?q=\\{@} +Query[gu]=https://www.protondb.com/search?q=\\{@} Query[he]=https://www.protondb.com/search?q=\\{@} +Query[hr]=https://www.protondb.com/search?q=\\{@} Query[hu]=https://www.protondb.com/search?q=\\{@} Query[ia]=https://www.protondb.com/search?q=\\{@} Query[id]=https://www.protondb.com/search?q=\\{@} Query[ie]=https://www.protondb.com/search?q=\\{@} Query[is]=https://www.protondb.com/search?q=\\{@} Query[it]=https://www.protondb.com/search?q=\\{@} +Query[ja]=https://www.protondb.com/search?q=\\{@} Query[ka]=https://www.protondb.com/search?q=\\{@} Query[ko]=https://www.protondb.com/search?q=\\{@} Query[lg]=https://www.protondb.com/search?q=\\{@} Query[lt]=https://www.protondb.com/search?q=\\{@} Query[lv]=https://www.protondb.com/search?q=\\{@} Query[my]=https://www.protondb.com/search?q=\\{@} +Query[nan_TW]=https://www.protondb.com/search?q=\\{@} +Query[nan_TW@latin]=https://www.protondb.com/search?q=\\{@} +Query[nb]=https://www.protondb.com/search?q=\\{@} Query[nl]=https://www.protondb.com/search?q=\\{@} Query[nn]=https://www.protondb.com/search?q=\\{@} Query[pa]=https://www.protondb.com/search?q=\\{@} @@ -107,10 +124,11 @@ Query[sk]=https://www.protondb.com/search?q=\\{@} Query[sl]=https://www.protondb.com/search?q=\\{@} Query[sq]=https://www.protondb.com/search?q=\\{@} Query[sv]=https://www.protondb.com/search?q=\\{@} +Query[th]=https://www.protondb.com/search?q=\\{@} Query[tr]=https://www.protondb.com/search?q=\\{@} +Query[ug]=https://www.protondb.com/search?q=\\{@} Query[uk]=https://www.protondb.com/search?q=\\{@} Query[vi]=https://www.protondb.com/search?q=\\{@} -Query[x-test]=xxhttps://www.protondb.com/search?q=\\{@}xx Query[zh_CN]=https://www.protondb.com/search?q=\\{@} Query[zh_TW]=https://www.protondb.com/search?q=\\{@} Icon=wine diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pypi.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pypi.desktop index 6350ea5625..a1ea8d6e69 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pypi.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/pypi.desktop @@ -3,7 +3,9 @@ Charset= Hidden=false Keys=pypi Name=PyPI +Name[am]=PyPI Name[ar]=PyPI +Name[az]=PyPI Name[be]=PyPI Name[bg]=PyPI Name[ca]=PyPI @@ -17,21 +19,30 @@ Name[es]=PyPI Name[eu]=PyPI Name[fi]=PyPI Name[fr]=PyPI +Name[ga]=PyPI Name[gl]=PyPI +Name[gu]=PyPI Name[he]=PyPI +Name[hr]=PyPI Name[hu]=PyPI Name[ia]=PyPI Name[is]=PyPI Name[it]=PyPI +Name[ja]=PyPI Name[ka]=PyPI Name[ko]=PyPI Name[lg]=PyPI Name[lt]=PyPI Name[lv]=PyPI +Name[my]=PyPI +Name[nan_TW]=PyPI +Name[nan_TW@latin]=PyPI +Name[nb]=PyPI Name[nl]=PyPI Name[nn]=PyPI Name[pa]=PyPI Name[pl]=PyPI +Name[pt]=PyPI Name[pt_BR]=PyPI Name[ro]=PyPI Name[ru]=PyPI @@ -40,14 +51,17 @@ Name[sk]=PyPI Name[sl]=PyPI Name[sq]=PyPI Name[sv]=PyPI +Name[th]=PyPi Name[tr]=PyPI +Name[ug]=PyPI Name[uk]=PyPI -Name[x-test]=xxPyPIxx Name[zh_CN]=PyPI Name[zh_TW]=PyPI Query=https://pypi.org/search/?q=\\{@} +Query[am]=https://pypi.org/search/?q=\\{@} Query[ar]=https://pypi.org/search/?q=\\{@} Query[ast]=https://pypi.org/search/?q=\\{@} +Query[az]=https://pypi.org/search/?q=\\{@} Query[be]=https://pypi.org/search/?q=\\{@} Query[bg]=https://pypi.org/search/?q=\\{@} Query[ca]=https://pypi.org/search/?q=\\{@} @@ -62,21 +76,30 @@ Query[es]=https://pypi.org/search/?q=\\{@} Query[eu]=https://pypi.org/search/?q=\\{@} Query[fi]=https://pypi.org/search/?q=\\{@} Query[fr]=https://pypi.org/search/?q=\\{@} +Query[ga]=https://pypi.org/search/?q=\\{@} Query[gl]=https://pypi.org/search/?q=\\{@} +Query[gu]=https://pypi.org/search/?q=\\{@} Query[he]=https://pypi.org/search/?q=\\{@} +Query[hr]=https://pypi.org/search/?q=\\{@} Query[hu]=https://pypi.org/search/?q=\\{@} Query[ia]=https://pypi.org/search/?q=\\{@} Query[is]=https://pypi.org/search/?q=\\{@} Query[it]=https://pypi.org/search/?q=\\{@} +Query[ja]=https://pypi.org/search/?q=\\{@} Query[ka]=https://pypi.org/search/?q=\\{@} Query[ko]=https://pypi.org/search/?q=\\{@} Query[lg]=https://pypi.org/search/?q=\\{@} Query[lt]=https://pypi.org/search/?q=\\{@} Query[lv]=https://pypi.org/search/?q=\\{@} +Query[my]=https://pypi.org/search/?q=\\{@} +Query[nan_TW]=https://pypi.org/search/?q=\\{@} +Query[nan_TW@latin]=https://pypi.org/search/?q=\\{@} +Query[nb]=https://pypi.org/search/?q=\\{@} Query[nl]=https://pypi.org/search/?q=\\{@} Query[nn]=https://pypi.org/search/?q=\\{@} Query[pa]=https://pypi.org/search/?q=\\{@} Query[pl]=https://pypi.org/search/?q=\\{@} +Query[pt]=https://pypi.org/search/?q=\\{@} Query[pt_BR]=https://pypi.org/search/?q=\\{@} Query[ro]=https://pypi.org/search/?q=\\{@} Query[ru]=https://pypi.org/search/?q=\\{@} @@ -85,9 +108,10 @@ Query[sk]=https://pypi.org/search/?q=\\{@} Query[sl]=https://pypi.org/search/?q=\\{@} Query[sq]=https://pypi.org/search/?q=\\{@} Query[sv]=https://pypi.org/search/?q=\\{@} +Query[th]=https://pypi.org/search/?q=\\{@} Query[tr]=https://pypi.org/search/?q=\\{@} +Query[ug]=https://pypi.org/search/?q=\\{@} Query[uk]=https://pypi.org/search/?q=\\{@} -Query[x-test]=xxhttps://pypi.org/search/?q=\\{@}xx Query[zh_CN]=https://pypi.org/search/?q=\\{@} Query[zh_TW]=https://pypi.org/search/?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/python.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/python.desktop index 5d40d35b76..d5283455fc 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/python.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/python.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=py,python Name=Python Reference Manual Name[af]=Python Verwysing Handleiding +Name[am]=Python Reference መመሪያ Name[ar]=دليل مرجع بايثون Name[as]=Python প্ৰসঙ্গৰ হাতপুথি Name[az]=Python İstinad Təlimatı @@ -45,6 +46,7 @@ Name[id]=Manual Referensi Python Name[ie]=Python Reference Manual Name[is]=Python handbókin Name[it]=Manuale di riferimento di Python +Name[ja]=Python リファレンスマニュアル Name[ka]=Python-ის სახელმძღვანელო Name[kk]=Python анықтамасы Name[km]=សៀវភៅ​យោង​របស់ Python @@ -60,7 +62,9 @@ Name[ml]=പൈത്തണ്‍ സഹായക ഗ്രന്ഥം Name[mr]=पायथन रेफरेंस पुस्तिका Name[ms]=Manual Rujukan Python Name[my]=ပိုက်သွန်အကိုးအကားလက်စွဲစာအုပ် -Name[nb]=Referansehåndbok for Python +Name[nan_TW]=Python 參考手冊 +Name[nan_TW@latin]=Python Tsham-khó Tshiú-tsheh +Name[nb]=Python-referansehåndbok Name[nds]=Python-Referenzhandbook Name[ne]=पाइथन सन्दर्भ म्यानुअल Name[nl]=Python Reference Manual @@ -68,7 +72,7 @@ Name[nn]=Python-referansehandbok Name[or]=Python ସନ୍ଦର୍ଭ ସହାୟକ ପୁସ୍ତକ Name[pa]=Python ਹਵਾਲਾ ਦਸਤਾਵੇਜ਼ Name[pl]=Python (język programowania)- podręcznik -Name[pt]=Manual de Referência do Python +Name[pt]=Manual de Referência do Python Name[pt_BR]=Manual de referência do Python Name[ro]=Manualul de referință Python Name[ru]=Справочник по Python @@ -95,10 +99,10 @@ Name[uz@cyrillic]=Python учун кўлланма Name[vi]=Sổ tay tham khảo Python Name[wa]=Manuel di referince di Python Name[xh]=Ubhekiso lwe Python yesandla -Name[x-test]=xxPython Reference Manualxx Name[zh_CN]=Python 参考手册 Name[zh_TW]=Python 參考手冊 Query=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[am]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[ar]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[az]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[be]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org @@ -120,16 +124,20 @@ Query[eu]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Se Query[fa]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[fi]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[fr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[ga]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[gd]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[gl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[gu]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[he]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[hi]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[hr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[hu]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[ia]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[id]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[ie]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[is]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[it]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[ja]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org&hl=ja Query[ka]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[kk]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[ko]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org @@ -138,6 +146,8 @@ Query[lt]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Se Query[lv]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[mr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[my]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[nan_TW]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[nan_TW@latin]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[nb]=https://www.google.no/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[nds]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[nl]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org @@ -158,13 +168,13 @@ Query[sr@ijekavianlatin]=https://www.google.com/search?sourceid=python-search&q= Query[sr@latin]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[sv]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[tg]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org +Query[th]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[tok]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[tr]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[ug]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[uk]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[vi]=https://www.google.com.vn/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[wa]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org -Query[x-test]=xxhttps://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.orgxx Query[zh_CN]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Query[zh_TW]=https://www.google.com/search?sourceid=python-search&q=\\{@}&submit=Search&q=site%3Apython.org Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt5.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt5.desktop index da2b6ed5b2..b66ba890f3 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt5.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt5.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=qt5 Name=Qt5 Online Documentation +Name[am]=Qt5 Online ሰነዶች Name[ar]=توثيق عبر الإنترنت كيوت5 Name[az]=Qt5 onlayn sənədləşməsi Name[be]=Сеціўная дакументацыя Qt5 @@ -24,25 +25,32 @@ Name[eu]=Qt5-en lerroko dokumentazioa Name[fa]=مستندات برخط کیوت۵ Name[fi]=Qt5-verkko-ohjeistus Name[fr]=Documentation en ligne de Qt5 +Name[ga]=Doiciméadú Ar Líne Qt5 Name[gl]=Documentación en liña de Qt5 +Name[gu]=તાજેતરનાં Qt ઓનલાઇન દસ્તાવેજ Name[he]=התיעוד המקוון של Qt5 +Name[hr]=Qt5 Online dokumentacija Name[hu]=Qt5 online dokumentáció Name[ia]=Documentation de Qt in linea Name[id]=Dokumentasi Qt5 Online Name[ie]=Documentation online de Qt5 Name[is]=Qt5 hjálparskjöl á netinu Name[it]=Documentazione in linea di Qt5 +Name[ja]=Qt5 オンラインドキュメンテーション Name[ka]=Qt5 ონლაინ დოკუმენტაცია Name[ko]=Qt5 온라인 문서 Name[lg]=Ebiwandiko Ebikwata ku Qt5 Name[lt]=Qt5 dokumentacija internete Name[lv]=„Qt5“ tiešsaistes dokumentācija Name[my]=ကျူတီ၅ အွန်လိုင်းဒိုကူမန်တေးရှင်း +Name[nan_TW]=Qt5 線頂文件 +Name[nan_TW@latin]=Qt5 Suànn-tíng Bûn-kiānn +Name[nb]=Qt5-dokumentasjon på nett Name[nl]=Qt5 online-documentatie Name[nn]=Qt5-dokumentasjon på nett Name[pa]=Qt5 ਆਨਲਾਈਨ ਦਸਤਾਵੇਜ਼ Name[pl]=Dokumentacja Qt5 w sieci -Name[pt]=Documentação 'Online' do Qt5 +Name[pt]=Documentação 'Online' do Qt5 Name[pt_BR]=Documentação on-line do Qt5 Name[ro]=Documentația Qt5 on-line Name[ru]=Документация по Qt5 @@ -51,13 +59,15 @@ Name[sk]=Online dokumentácia Qt5 Name[sl]=Spletna dokumentacija za Qt5 Name[sq]=Dokumentimi Në Internet për Qt5 Name[sv]=Qt5-dokumentation på nätet -Name[tr]=Qt5 Çevrimiçi Belgelendirme +Name[th]=เอกสารอธิบาย Qt5 +Name[tr]=Qt5 Çevrim İçi Belgelendirmesi +Name[ug]=Qt5 توردىكى قوللانما Name[uk]=Документація з Qt5 у мережі Name[vi]=Tài liệu trực tuyến Qt5 -Name[x-test]=xxQt5 Online Documentationxx Name[zh_CN]=Qt5 在线文档 Name[zh_TW]=Qt5 線上說明文件 Query=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[am]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[ar]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[az]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[be]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} @@ -79,20 +89,27 @@ Query[eu]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[fa]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[fi]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[fr]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[ga]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[gl]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[gu]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[he]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[hr]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[hu]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[ia]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[id]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[ie]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[is]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[it]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[ja]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[ka]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[ko]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[lg]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[lt]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[lv]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[my]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[nan_TW]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[nan_TW@latin]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[nb]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[nl]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[nn]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[pa]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} @@ -111,11 +128,12 @@ Query[sr@ijekavianlatin]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[sr@latin]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[sv]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[tg]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[th]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[tok]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[tr]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} +Query[ug]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[uk]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[vi]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} -Query[x-test]=xxhttps://doc.qt.io/qt-5/search-results.html?q=\\{@}xx Query[zh_CN]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Query[zh_TW]=https://doc.qt.io/qt-5/search-results.html?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt6.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt6.desktop index c906399ce0..d606269bd4 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt6.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qt6.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=qt6,qt Name=Qt6 Online Documentation +Name[am]=Qt6 Online ሰነዶች Name[ar]=توثيق عبر الإنترنت كيوت7 Name[az]=Qt6 onlayn sənədləşməsi Name[be]=Сеціўная дакументацыя Qt6 @@ -24,25 +25,32 @@ Name[eu]=Qt6-ren lerroko dokumentazioa Name[fa]=مستندات برخط کیوت۶ Name[fi]=Qt6-verkko-ohjeistus Name[fr]=Documentation en ligne de Qt6 +Name[ga]=Doiciméadú Ar Líne Qt6 Name[gl]=Documentación en liña de Qt6 +Name[gu]=તાજેતરનાં Qt ઓનલાઇન દસ્તાવેજ Name[he]=התיעוד המקוון של Qt6 +Name[hr]=Qt6 Online dokumentacija Name[hu]=Qt6 online dokumentáció Name[ia]=Documentation in linea de Qt6 Name[id]=Dokumentasi Qt6 Online Name[ie]=Documentation online de Qt6 Name[is]=Qt6 hjálparskjöl á netinu Name[it]=Documentazione in linea di Qt6 +Name[ja]=Qt6 オンラインドキュメンテーション Name[ka]=Qt6 ონლაინ დოკუმენტაცია Name[ko]=Qt6 온라인 문서 Name[lg]=Ebiwandiko Ebikwata ku Qt6 Name[lt]=Qt6 dokumentacija internete Name[lv]=„Qt6“ tiešsaistes dokumentācija Name[my]=ကျူတီ၆ အွန်လိုင်းဒိုကူမန်တေးရှင်း +Name[nan_TW]=Qt6 線頂文件 +Name[nan_TW@latin]=Qt6 Suànn-tíng Bûn-kiānn +Name[nb]=Qt6-dokumentasjon på nett Name[nl]=Qt6 online-documentatie Name[nn]=Qt6-dokumentasjon på nett Name[pa]=Qt6 ਆਨਲਾਈਨ ਡੌਕੂਮੈਂਟ Name[pl]=Dokumentacja Qt6 w sieci -Name[pt]=Documentação 'Online' do Qt6 +Name[pt]=Documentação 'Online' do Qt6 Name[pt_BR]=Documentação on-line do Qt6 Name[ro]=Documentația Qt6 on-line Name[ru]=Документация по Qt6 @@ -51,13 +59,15 @@ Name[sk]=Online dokumentácia Qt6 Name[sl]=Spletna dokumentacija za Qt6 Name[sq]=Dokumentimi Në Internet për Qt6 Name[sv]=Qt6-dokumentation på nätet -Name[tr]=Qt6 Çevrimiçi Belgelendirme +Name[th]=เอกสารอธิบาย Qt6 +Name[tr]=Qt6 Çevrim İçi Belgelendirmesi +Name[ug]=Qt6 توردىكى قوللانما Name[uk]=Документація з Qt6 у мережі Name[vi]=Tài liệu trực tuyến Qt6 -Name[x-test]=xxQt6 Online Documentationxx Name[zh_CN]=Qt6 在线文档 Name[zh_TW]=Qt6 線上說明文件 Query=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[am]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[ar]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[az]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[be]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} @@ -79,20 +89,27 @@ Query[eu]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[fa]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[fi]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[fr]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[ga]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[gl]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[gu]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[he]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[hr]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[hu]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[ia]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[id]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[ie]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[is]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[it]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[ja]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[ka]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[ko]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[lg]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[lt]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[lv]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[my]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[nan_TW]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[nan_TW@latin]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[nb]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[nl]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[nn]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[pa]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} @@ -106,10 +123,11 @@ Query[sk]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[sl]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[sq]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[sv]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[th]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[tr]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} +Query[ug]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[uk]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[vi]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} -Query[x-test]=xxhttps://doc.qt.io/qt-6/search-results.html?q=\\{@}xx Query[zh_CN]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Query[zh_TW]=https://doc.qt.io/qt-6/search-results.html?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant.desktop index 1de8cee6de..7538f6eb88 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qw Name=Qwant +Name[am]=Qwant Name[ar]=Qwant Name[ast]=Qwant Name[az]=Qwant @@ -23,15 +24,19 @@ Name[eu]=Qwant Name[fa]=کیووانت Name[fi]=Qwant Name[fr]=Qwant +Name[ga]=Qwant Name[gd]=Qwant Name[gl]=Qwant +Name[gu]=ક્વાન્ટ Name[he]=Qwant +Name[hr]=Qwant Name[hu]=Qwant Name[ia]=Qwant Name[id]=Qwant Name[ie]=Qwant Name[is]=Qwant Name[it]=Qwant +Name[ja]=Qwant Name[ka]=Qwant Name[ko]=Qwant Name[lg]=Qwant @@ -40,6 +45,8 @@ Name[lv]=Qwant Name[ml]=ക്വാണ്ട് Name[mr]=क्वांट Name[my]=ကွမ့် +Name[nan_TW]=Qwant +Name[nan_TW@latin]=Qwant Name[nb]=Qwant Name[nds]=Qwant Name[nl]=Qwant @@ -60,14 +67,16 @@ Name[sr@ijekavianlatin]=Qwant Name[sr@latin]=Qwant Name[sv]=Qwant Name[tg]=Qwant +Name[th]=Qwant Name[tok]=ilo alasa Qwant Name[tr]=Qwant +Name[ug]=Qwant Name[uk]=Qwant Name[vi]=Qwant -Name[x-test]=xxQwantxx Name[zh_CN]=Qwant Name[zh_TW]=Qwant Query=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=web @@ -89,20 +98,27 @@ Query[eu]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=web @@ -117,11 +133,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=web +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=web -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=webxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=web Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_images.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_images.desktop index 8991466507..4ef3963eea 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_images.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_images.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qwi Name=Qwant Images +Name[am]=Qwant ምስሎች Name[ar]=صور Qwant Name[ast]=Qwant Images Name[az]=Qwant Şəkillər @@ -23,15 +24,19 @@ Name[eu]=Qwant Irudiak Name[fa]=تصاریو کیووانت Name[fi]=Qwant-kuvahaku Name[fr]=Images « Qwant » +Name[ga]=Íomhánna Qwant Name[gd]=Qwant Images Name[gl]=Imaxes en Qwant +Name[gu]=ક્વાન્ટ છબિઓ Name[he]=תמונות Qwant +Name[hr]=Qwant slike Name[hu]=Qwant képek Name[ia]=Qwant Images Name[id]=Qwant Images Name[ie]=Qwant Images Name[is]=Qwant Images Name[it]=Immagini di Qwant +Name[ja]=Qwant Images Name[ka]=Qwant სურათი Name[ko]=Qwant 그림 Name[lg]=Noonya Bifaananyi ku Qwant @@ -39,7 +44,9 @@ Name[lt]=Qwant paveikslai Name[lv]=„Qwant“ attēli Name[mr]=क्वांट प्रतिमा Name[my]=ကွမ့် ပုံများ -Name[nb]=Qwant-bilder +Name[nan_TW]=Qwant 影像 +Name[nan_TW@latin]=Qwant Iánn-siōng +Name[nb]=Qwant bilder Name[nds]=Qwant-Biller Name[nl]=Qwant afbeeldingen Name[nn]=Qwant bilete @@ -59,14 +66,16 @@ Name[sr@ijekavianlatin]=Qwant-slike Name[sr@latin]=Qwant-slike Name[sv]=Qwant-bilder Name[tg]=Тасвирҳои Qwant +Name[th]=Qwant Images Name[tok]=ilo pi alasa sitelen Qwant Name[tr]=Qwant Görseller +Name[ug]=Qwant سۈرەتلىرى Name[uk]=Зображення Qwant Name[vi]=Qwant Ảnh -Name[x-test]=xxQwant Imagesxx Name[zh_CN]=Qwant 图像 Name[zh_TW]=Qwant Images Query=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=images @@ -88,20 +97,27 @@ Query[eu]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=images @@ -116,11 +132,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=images +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=images -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=imagesxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=images Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_news.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_news.desktop index 9c27929659..9a9f20d0f3 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_news.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_news.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qwn Name=Qwant News +Name[am]=Qwant ዜና Name[ar]=أخبار Qwant Name[ast]=Qwant News Name[az]=Qwant Xəbərlər @@ -23,15 +24,19 @@ Name[eu]=Qwant Berriak Name[fa]=اخبار کیووانت Name[fi]=Qwant-uutiset Name[fr]=Actualités « Qwant » +Name[ga]=Nuacht Qwant Name[gd]=Qwant News Name[gl]=Noticias en Qwant +Name[gu]=ક્વાન્ટ સમાચાર Name[he]=חדשות Qwant +Name[hr]=Qwant Vijesti Name[hu]=Qwant hírek Name[ia]=Novas de Qwant Name[id]=Qwant News Name[ie]=Qwant News Name[is]=Qwant News Name[it]=Notizie di Qwant +Name[ja]=Qwant News Name[ka]=Qwant ახალი ამბები Name[ko]=Qwant 뉴스 Name[lg]=Mawulire ku Qwant @@ -40,13 +45,15 @@ Name[lv]=„Qwant“ ziņas Name[ml]=ക്വാണ്ട് വാർത്തകൾ Name[mr]=क्वांट समाचार Name[my]=ကွမ့် သတင်းများ +Name[nan_TW]=Qwant 新聞 +Name[nan_TW@latin]=Qwant Sin-bûn Name[nb]=Qwant nyheter Name[nds]=Qwant-Narichten Name[nl]=Qwant nieuws Name[nn]=Qwant nyheiter Name[pa]=ਕਿਊਵਾਂਟ ਖ਼ਬਰਾਂ Name[pl]=Qwant - aktualności -Name[pt]=Notícias do Qwant +Name[pt]=Notícias do Qwant Name[pt_BR]=Notícias do Qwant Name[ro]=Qwant Știri Name[ru]=Qwant: Новости @@ -60,14 +67,16 @@ Name[sr@ijekavianlatin]=Qwant-vesti Name[sr@latin]=Qwant-vesti Name[sv]=Qwant-nyheter Name[tg]=Ахбори Qwant +Name[th]=Qwant News Name[tok]=ilo pi alasa sin Qwant Name[tr]=Qwant Haberleri +Name[ug]=Qwant خەۋەرلىرى Name[uk]=Новини Qwant Name[vi]=Qwant Tin tức -Name[x-test]=xxQwant Newsxx Name[zh_CN]=Qwant 新闻 Name[zh_TW]=Qwant News Query=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=news @@ -89,20 +98,27 @@ Query[eu]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=news @@ -117,11 +133,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=news +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=news -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=newsxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=news Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_shopping.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_shopping.desktop index 67066dfce7..81ef7e8b1d 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_shopping.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_shopping.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qwsh Name=Qwant Shopping +Name[am]=Qwant ግብይት Name[ar]=تسوّق Qwant Name[ast]=Qwant Shopping Name[az]=Qwant Alış-Veriş @@ -23,15 +24,19 @@ Name[eu]=Qwant Erosketak Name[fa]=خرید کیووانت Name[fi]=Qwant-tuotehaku Name[fr]=Magasinage « Qwant » +Name[ga]=Siopadóireacht Qwant Name[gd]=Qwant Shopping Name[gl]=Compras en Qwant +Name[gu]=ક્વાન્ટ ખરીદી Name[he]=קניות Qwant +Name[hr]=Qwant kupovina Name[hu]=Qwant vásárlás Name[ia]=Qwant Shopping Name[id]=Qwant Shopping Name[ie]=Qwant Shopping Name[is]=Qwant Shopping Name[it]=Acquisti di Qwant +Name[ja]=Qwant Shopping Name[ka]=Qwant საყიდლები Name[ko]=Qwant 쇼핑 Name[lg]=Noonya Ebitundibwa ku Qwant @@ -39,7 +44,9 @@ Name[lt]=Qwant apsipirkimas Name[lv]=„Qwant“ iepirkšanās Name[mr]=क्वांटखरेदी Name[my]=ကွမ့် စျေးဝယ်ထွက် -Name[nb]=Qwant shopping +Name[nan_TW]=Qwant Shopping +Name[nan_TW@latin]=Qwant Shopping +Name[nb]=Qwant netthandel Name[nds]=Qwant-Inköpen Name[nl]=Qwant winkelen Name[nn]=Qwant netthandel @@ -59,14 +66,16 @@ Name[sr@ijekavianlatin]=Qwant-šoping Name[sr@latin]=Qwant-šoping Name[sv]=Qwant-shopping Name[tg]=Дукони онлайни Qwant +Name[th]=Qwant Shopping Name[tok]=ilo pi alasa esun Qwant Name[tr]=Qwant Alışveriş +Name[ug]=Qwant سودىلىق Name[uk]=Торгівля Qwant Name[vi]=Qwant Mua sắm -Name[x-test]=xxQwant Shoppingxx Name[zh_CN]=Qwant 购物 Name[zh_TW]=Qwant Shopping Query=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping @@ -88,20 +97,27 @@ Query[eu]=https://www.qwant.com/single?q=\\{@}&client=kde&source=shopping Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping @@ -116,11 +132,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=shoppingxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=shopping Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_social.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_social.desktop index d69fda3065..1cd992afe3 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_social.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_social.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qwso Name=Qwant Social +Name[am]=Qwant ማህበራዊ Name[ar]=مجتمع Qwant Name[ast]=Qwant Social Name[az]=Qwant Sosial @@ -23,15 +24,19 @@ Name[eu]=Qwant Soziala Name[fa]=اجتماع کیووانت Name[fi]=Qwant Social Name[fr]=Réseaux sociaux « Qwant » +Name[ga]=Qwant Social Name[gd]=Qwant Social Name[gl]=Qwant social +Name[gu]=ક્વાન્ટ સામાજિક Name[he]=Qwant חברתי +Name[hr]=Qwant Društvene mreže Name[hu]=Qwant közösség Name[ia]=Qwant Social Name[id]=Qwant Social Name[ie]=Qwant Social Name[is]=Qwant Social Name[it]=Rete sociale di Qwant +Name[ja]=Qwant Social Name[ka]=Qwant სოციალური ქსელები Name[ko]=Qwant 소셜 Name[lg]=Noonya Eby'okutabagana ku Qwant @@ -40,6 +45,8 @@ Name[lv]=„Qwant Social“ Name[ml]=ക്വാണ്ട് സോഷ്യൽ Name[mr]=क्वांट सामाजिक Name[my]=ကွမ့် ဆိုရှယ် +Name[nan_TW]=Qwant 社交 +Name[nan_TW@latin]=Qwant Siā-kau Name[nb]=Qwant sosialt Name[nds]=Qwant-Meenschap Name[nl]=Qwant sociaal @@ -60,14 +67,16 @@ Name[sr@ijekavianlatin]=Qwant-druženje Name[sr@latin]=Qwant-druženje Name[sv]=Qwant-social Name[tg]=Шабакаи иҷтимоии Qwant +Name[th]=Qwant Social Name[tok]=ilo toki Qwant Name[tr]=Qwant Sosyal +Name[ug]=Qwant ئىجتىمائىي تاراتقۇ Name[uk]=Соціальне Qwant Name[vi]=Qwant Xã hội -Name[x-test]=xxQwant Socialxx Name[zh_CN]=Qwant 社交 Name[zh_TW]=Qwant Social Query=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=social @@ -89,20 +98,27 @@ Query[eu]=https://www.qwant.com/single?q=\\{@}&client=kde&source=social Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=social @@ -117,11 +133,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=social +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=social -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=socialxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=social Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_videos.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_videos.desktop index fb65f461b2..de8fd92bdb 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_videos.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/qwant_videos.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=qwv Name=Qwant Videos +Name[am]=Qwan ቪዲዮዎች Name[ar]=فيديوهات Qwant Name[ast]=Qwant Videos Name[az]=Qwant Videolar @@ -23,15 +24,19 @@ Name[eu]=Qwant Bideoak Name[fa]=ویدیوهای کیووانت Name[fi]=Qwant-videohaku Name[fr]=Vidéos « Qwant » +Name[ga]=Físeáin Qwant Name[gd]=Qwant Videos Name[gl]=Vídeos en Qwant +Name[gu]=ક્વાન્ટ વિડીઓ Name[he]=סרטונים ב־Qwant +Name[hr]=Qwant videozapisi Name[hu]=Qwant videók Name[ia]=Qwant Videos Name[id]=Qwant Video Name[ie]=Qwant Videos Name[is]=Qwant Videos Name[it]=Video di Qwant +Name[ja]=Qwant Videos Name[ka]=Qwant ვიდეოები Name[ko]=Qwant 동영상 Name[lg]=Noonya Vidiyo ku Qwant @@ -39,13 +44,15 @@ Name[lt]=Qwant vaizdo įrašai Name[lv]=„Qwant“ video Name[mr]=क्वांट व्हिडीओ Name[my]=ကွမ့်ဗီဒီယိုများ +Name[nan_TW]=Qwant 影片 +Name[nan_TW@latin]=Qwant Iánn-phìnn Name[nb]=Qwant videoer Name[nds]=Qwant-Videos Name[nl]=Qwant video's Name[nn]=Qwant videoar Name[pa]=ਕਿਊਵਾਂਟ ਵਿਡੀਓ Name[pl]=Qwant - wideo -Name[pt]=Vídeos do Qwant +Name[pt]=Vídeos do Qwant Name[pt_BR]=Vídeos do Qwant Name[ro]=Qwant Video Name[ru]=Qwant: Видео @@ -59,14 +66,16 @@ Name[sr@ijekavianlatin]=Qwant-video Name[sr@latin]=Qwant-video Name[sv]=Qwant-videor Name[tg]=Видеоҳои Qwant +Name[th]=Qwant Videos Name[tok]=ilo pi sitelen tawa Qwant Name[tr]=Qwant Videoları +Name[ug]=Qwant سىن Name[uk]=Відео Qwant Name[vi]=Qwant Phim -Name[x-test]=xxQwant Videosxx Name[zh_CN]=Qwant 视频 Name[zh_TW]=Qwant Videos Query=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[am]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[ar]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[az]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[be]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos @@ -88,20 +97,27 @@ Query[eu]=https://www.qwant.com/single?q=\\{@}&client=kde&source=videos Query[fa]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[fi]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[fr]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[ga]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[gl]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[gu]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[he]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[hr]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[hu]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[ia]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[id]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[ie]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[is]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[it]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[ja]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[ka]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[ko]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[lg]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[lt]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[lv]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[my]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[nan_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[nan_TW@latin]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[nb]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[nl]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[nn]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[pa]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos @@ -116,11 +132,12 @@ Query[sl]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[sq]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[sv]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[tg]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[th]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[tok]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[tr]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos +Query[ug]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[uk]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[vi]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos -Query[x-test]=xxhttps://www.qwant.com/?q=\\{@}&client=kde&t=videosxx Query[zh_CN]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Query[zh_TW]=https://www.qwant.com/?q=\\{@}&client=kde&t=videos Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rae.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rae.desktop index 53cd481f80..3cffa293a8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rae.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rae.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=rae Name=Dictionary of the Spanish Academy (RAE) Name[af]=Woordeboek van die Spaanse Akademie (RAE) +Name[am]=የስፔን አካዳሚ መዝገበ ቃላት (RAE) Name[ar]=قاموس الأكاديمية الإسبانية (RAE) Name[as]=Spanish Academy (RAE) ৰ অভিধান Name[az]=İspan Akademiyasının lüğəti (RAE) @@ -46,6 +47,7 @@ Name[id]=Kamus Akademi Bahasa Spanyol (RAE) Name[ie]=Dictionarium del Hispan Academie (RAE) Name[is]=Orðasafn spænsku akademíunnar (RAE) Name[it]=Dizionario dell'Accademia Spagnola (RAE) +Name[ja]=Dictionary of the Spanish Academy (RAE) Name[ka]=ესპანეთის მეცნიერებათა აკადემიის(RAE) ლექსიკონი Name[kk]=Испан Академиясының сөздігі (RAE) Name[km]=វចនានុក្រម​របស់ Spanish Academy (RAE) @@ -61,6 +63,8 @@ Name[ml]=സ്പാനിഷ് അക്കാദമിയുടെ (RAE) ന Name[mr]=स्पॅनीश अकादमी चा शब्दकोश (RAE) Name[ms]=Kamus Akademi Bahasa Sepanyol (RAE) Name[my]=စပိန်အကယ်ဒမီ (RAE) ၏ ဒစ်ရှင်နရီ +Name[nan_TW]=西班牙語研究院辭典 (RAE) +Name[nan_TW@latin]=Se-pan-gâ-gí Gián-kiù-īnn Sû-tián (RAE) Name[nb]=Ordboka til det spanske akademiet (RAE) Name[nds]=Nakieksel vun de Spaansche Akademie (RAE) Name[ne]=स्प्यानिश प्रतिष्ठानको शब्दकोश (RAE) @@ -69,7 +73,7 @@ Name[nn]=Ordboka til det spanske akademiet (RAE) Name[or]=ସ୍ପେନିସ ଏକାଡ଼େମିର ଅଭିଧାନ (RAE) Name[pa]=ਸਪੇਨੀ ਐਕਡਮੀ ਦਾ ਡਿਕਸ਼ਨਰੀ (RAE) Name[pl]=Słownik Akademii Hiszpańskiej (RAE) -Name[pt]=Dicionário da Academia Espanhola (RAE) +Name[pt]=Dicionário da Academia Espanhola (RAE) Name[pt_BR]=Dicionário da Academia Espanhola (RAE) Name[ro]=Dicționarul Academiei Spaniole (RAE) Name[ru]=Словарь Испанской Академии (RAE) @@ -89,16 +93,16 @@ Name[tg]=Луғати академияи испанӣ (RAE) Name[th]=พจนานุกรมของ Spanish Academy (RAE) Name[tok]=lipu nimi tawa toki Epanja tan Real Academia Española (RAE) Name[tr]=İspanyol Akademisinin Sözlüğü (RAE) -Name[ug]=ئىسپان تىلى ئاكادېمىيىسىنىڭ لۇغىتى(RAE) +Name[ug]=ئىسپان تىلى ئاكادېمىيەسىنىڭ لۇغىتى(RAE) Name[uk]=Словник іспанської академії (RAE) Name[uz]=Ispan akademiyasining (RAE) lugʻati Name[uz@cyrillic]=Испан академиясининг (RAE) луғати Name[vi]=Từ điển của Viện hàn lâm Tây Ban Nha (RAE) Name[wa]=Diccionaire del Royåle Academeye Espagnole (RAE) -Name[x-test]=xxDictionary of the Spanish Academy (RAE)xx Name[zh_CN]=西班牙语学院词典 (RAE) Name[zh_TW]=西班牙金像獎字典 (RAE) Query=https://dle.rae.es/\\{@} +Query[am]=https://dle.rae.es/\\{@} Query[ar]=https://dle.rae.es/\\{@} Query[az]=https://dle.rae.es/\\{@} Query[be]=https://dle.rae.es/\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://dle.rae.es/\\{@} Query[fa]=https://dle.rae.es/\\{@} Query[fi]=https://dle.rae.es/\\{@} Query[fr]=https://dle.rae.es/\\{@} +Query[ga]=https://dle.rae.es/\\{@} Query[gl]=https://dle.rae.es/\\{@} +Query[gu]=https://dle.rae.es/\\{@} Query[he]=https://dle.rae.es/\\{@} +Query[hr]=https://dle.rae.es/\\{@} Query[hu]=https://dle.rae.es/\\{@} Query[ia]=https://dle.rae.es/\\{@} Query[id]=https://dle.rae.es/\\{@} Query[ie]=https://dle.rae.es/\\{@} Query[is]=https://dle.rae.es/\\{@} Query[it]=https://dle.rae.es/\\{@} +Query[ja]=https://dle.rae.es/\\{@} Query[ka]=https://dle.rae.es/\\{@} Query[ko]=https://dle.rae.es/\\{@} Query[lg]=https://dle.rae.es/\\{@} Query[lt]=https://dle.rae.es/\\{@} Query[lv]=https://dle.rae.es/\\{@} Query[my]=https://dle.rae.es/\\{@} +Query[nan_TW]=https://dle.rae.es/\\{@} +Query[nan_TW@latin]=https://dle.rae.es/\\{@} +Query[nb]=https://dle.rae.es/\\{@} Query[nl]=https://dle.rae.es/\\{@} Query[nn]=https://dle.rae.es/\\{@} Query[pa]=https://dle.rae.es/\\{@} @@ -147,11 +158,12 @@ Query[sk]=https://dle.rae.es/\\{@} Query[sl]=https://dle.rae.es/\\{@} Query[sq]=https://dle.rae.es/\\{@} Query[sv]=https://dle.rae.es/\\{@} +Query[th]=https://dle.rae.es/\\{@} Query[tok]=https://dle.rae.es/\\{@} Query[tr]=https://dle.rae.es/\\{@} +Query[ug]=https://dle.rae.es/\\{@} Query[uk]=https://dle.rae.es/\\{@} Query[vi]=https://dle.rae.es/\\{@} -Query[x-test]=xxhttps://dle.rae.es/\\{@}xx Query[zh_CN]=https://dle.rae.es/\\{@} Query[zh_TW]=https://dle.rae.es/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rag.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rag.desktop index 7032f62aad..f67601c496 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rag.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rag.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=rag Name=Dictionary of the Galician Academy (RAG) +Name[am]=የጋሊሺያን አካዳሚ መዝገበ ቃላት (RAG) Name[ar]=قاموس الأكاديمية الجاليكية (RAG) Name[az]=Galician Akademiyasının lüğəti (RAG) Name[be]=Слоўнік Галісійскай акадэміі (RAG) @@ -24,15 +25,19 @@ Name[eu]=RAG Galiziako Akademiaren hiztegia Name[fa]=واژه‌نامه فرهنگستان گالیسیایی (RAG) Name[fi]=Galician Akatemian sanakirja (RAG) Name[fr]=Dictionnaire de l'Académie de Galice (RAG) +Name[ga]=Foclóir Acadamh na Gailíse (RAG) Name[gd]=Faclair an acadamaidh Gailìsich (RAG) Name[gl]=Dicionario da Real Academia Galega (RAG) +Name[gu]=ગેલિશિયન એકેદમીની ડિક્શનેરી (RAE) Name[he]=מילון האקדמיה הגליסית (RAG) +Name[hr]=Rječnik Galicijske akademije (RAG) Name[hu]=A Gall Akadémia címjegyzéke (RAG) Name[ia]=Dictionario del Academia Galician (RAG) Name[id]=Kamus Akademi Galicia (RAG) Name[ie]=Dictionarium del Galician Academie (RAG) Name[is]=Orðasafn galisísku akademíunnar (RAG) Name[it]=Dizionario dell'Accademia Galiziana (RAG) +Name[ja]=Dictionary of the Galician Academy (RAG) Name[ka]=გალისიური მეცნიერებათა აკადემიის ლექსიკონი (RAG) Name[kk]=Галисия Академиясының сөздігі (RAG) Name[ko]=갈리시아 왕립 학술원 사전(RAG) @@ -41,13 +46,15 @@ Name[lt]=Galisų akademijos (RAG) žodynas Name[lv]=Galisiešu akadēmijas (RAG) vārdnīca Name[mr]=गेलेशियन अकादमी चा शब्दकोश (RAG) Name[my]=ဂါလစ်ရှန်းအကယ်ဒမီ (RAG) ၏ ဒစ်ရှင်နရီ +Name[nan_TW]=Galicia 語研究院辭典 (RAG) +Name[nan_TW@latin]=Galicia-gí Gián-kiù-īnn Sû-tián (RAG) Name[nb]=Ordboka til det galiciske akademiet (RAG) Name[nds]=Nakieksel vun de Galizsche Akademie (RAG) Name[nl]=Woordenboek van de Gallische Academie (RAE) Name[nn]=Ordboka til det galisiske akademiet (RAG) Name[pa]=ਗਾਲੀਸੀਅਨ ਐਕਡਮੀ ਦਾ ਡਿਕਸ਼ਨਰੀ (RAG) Name[pl]=Słownik Akademii Galicyjskiej (RAG) -Name[pt]=Dicionário da Academia Galega (RAG) +Name[pt]=Dicionário da Academia Galega (RAG) Name[pt_BR]=Dicionário da Academia Galega (RAG) Name[ro]=Dicționarul Academiei Galiciene (RAG) Name[ru]=Словарь Галисийской Академии (RAG) @@ -61,15 +68,16 @@ Name[sr@ijekavianlatin]=Rečnik Galicijske akademije (RAG) Name[sr@latin]=Rečnik Galicijske akademije (RAG) Name[sv]=Galiciska akademins ordbok (RAG) Name[tg]=Луғати академияи галикӣ (RAG) +Name[th]=พจนานุกรมของ Galician Academy (RAG) Name[tok]=lipu nimi tawa toki Kaleko tan Real Academia Galega (RAG) Name[tr]=Galiçya Akademisinin Sözlüğü (RAG) -Name[ug]=گالىتسىيان تىلى ئاكادېمىيىسىنىڭ لۇغىتى(RAG) +Name[ug]=گالىتسىيان تىلى ئاكادېمىيەسىنىڭ لۇغىتى(RAG) Name[uk]=Словник галісійської академії (RAG) Name[vi]=Từ điển của Viện hàn lâm Galicia (RAE) -Name[x-test]=xxDictionary of the Galician Academy (RAG)xx Name[zh_CN]=加利西亚语学院词典 (RAG) Name[zh_TW]=西班牙加里西亞學院字典 (RAG) Query=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[am]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ar]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[az]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[be]=https://academia.gal/dicionario/-/termo/busca/\\{@} @@ -91,14 +99,18 @@ Query[eu]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[fa]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[fi]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[fr]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[ga]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[gl]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[gu]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[he]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[hr]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[hu]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ia]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[id]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ie]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[is]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[it]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[ja]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ka]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ko]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[lg]=https://academia.gal/dicionario/-/termo/busca/\\{@} @@ -106,6 +118,9 @@ Query[lt]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[lv]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[ml]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[my]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[nan_TW]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[nan_TW@latin]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[nb]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[nl]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[nn]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[pa]=https://academia.gal/dicionario/-/termo/busca/\\{@} @@ -120,11 +135,12 @@ Query[sl]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[sq]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[sv]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[tg]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[th]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[tok]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[tr]=https://academia.gal/dicionario/-/termo/busca/\\{@} +Query[ug]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[uk]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[vi]=https://academia.gal/dicionario/-/termo/busca/\\{@} -Query[x-test]=xxhttps://academia.gal/dicionario/-/termo/busca/\\{@}xx Query[zh_CN]=https://academia.gal/dicionario/-/termo/busca/\\{@} Query[zh_TW]=https://academia.gal/dicionario/-/termo/busca/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/reddit.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/reddit.desktop index 41a195e267..bf09c08b0e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/reddit.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/reddit.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Reddit +Name[am]=Reddit Name[ar]=ردت Name[az]=Reddit Name[be]=Reddit @@ -21,20 +22,27 @@ Name[eu]=Reddit Name[fa]=ردیت Name[fi]=Reddit Name[fr]=Reddit +Name[ga]=Reddit Name[gl]=Reddit +Name[gu]=રેડિટ Name[he]=רדיט +Name[hr]=Reddit Name[hu]=Reddit Name[ia]=Reddit Name[id]=Reddit Name[ie]=Reddit Name[is]=Reddit Name[it]=Reddit +Name[ja]=Reddit Name[ka]=Reddit Name[ko]=Reddit Name[lg]=Reddit Name[lt]=Reddit Name[lv]=Reddit Name[my]=ရက်ဒစ် +Name[nan_TW]=Reddit +Name[nan_TW@latin]=Reddit +Name[nb]=Reddit Name[nl]=Reddit Name[nn]=Reddit Name[pa]=ਰੇਡਿਟ @@ -48,15 +56,17 @@ Name[sk]=Reddit Name[sl]=Reddit Name[sq]=Reddit Name[sv]=Reddit +Name[th]=Reddit Name[tr]=Reddit +Name[ug]=Reddit Name[uk]=Reddit Name[vi]=Reddit -Name[x-test]=xxRedditxx Name[zh_CN]=Reddit Name[zh_TW]=Reddit Type=Service Keys=reddit Query=https://www.reddit.com/search/?q=\\{@} +Query[am]=https://www.reddit.com/search/?q=\\{@} Query[ar]=https://www.reddit.com/search/?q=\\{@} Query[az]=https://www.reddit.com/search/?q=\\{@} Query[be]=https://www.reddit.com/search/?q=\\{@} @@ -78,20 +88,27 @@ Query[eu]=https://www.reddit.com/search/?q=\\{@} Query[fa]=https://www.reddit.com/search/?q=\\{@} Query[fi]=https://www.reddit.com/search/?q=\\{@} Query[fr]=https://www.reddit.com/search/?q=\\{@} +Query[ga]=https://www.reddit.com/search/?q=\\{@} Query[gl]=https://www.reddit.com/search/?q=\\{@} +Query[gu]=https://www.reddit.com/search/?q=\\{@} Query[he]=https://www.reddit.com/search/?q=\\{@} +Query[hr]=https://www.reddit.com/search/?q=\\{@} Query[hu]=https://www.reddit.com/search/?q=\\{@} Query[ia]=https://www.reddit.com/search/?q=\\{@} Query[id]=https://www.reddit.com/search/?q=\\{@} Query[ie]=https://www.reddit.com/search/?q=\\{@} Query[is]=https://www.reddit.com/search/?q=\\{@} Query[it]=https://www.reddit.com/search/?q=\\{@} +Query[ja]=https://www.reddit.com/search/?q=\\{@} Query[ka]=https://www.reddit.com/search/?q=\\{@} Query[ko]=https://www.reddit.com/search/?q=\\{@} Query[lg]=https://www.reddit.com/search/?q=\\{@} Query[lt]=https://www.reddit.com/search/?q=\\{@} Query[lv]=https://www.reddit.com/search/?q=\\{@} Query[my]=https://www.reddit.com/search/?q=\\{@} +Query[nan_TW]=https://www.reddit.com/search/?q=\\{@} +Query[nan_TW@latin]=https://www.reddit.com/search/?q=\\{@} +Query[nb]=https://www.reddit.com/search/?q=\\{@} Query[nl]=https://www.reddit.com/search/?q=\\{@} Query[nn]=https://www.reddit.com/search/?q=\\{@} Query[pa]=https://www.reddit.com/search/?q=\\{@} @@ -105,9 +122,10 @@ Query[sk]=https://www.reddit.com/search/?q=\\{@} Query[sl]=https://www.reddit.com/search/?q=\\{@} Query[sq]=https://www.reddit.com/search/?q=\\{@} Query[sv]=https://www.reddit.com/search/?q=\\{@} +Query[th]=https://www.reddit.com/search/?q=\\{@} Query[tr]=https://www.reddit.com/search/?q=\\{@} +Query[ug]=https://www.reddit.com/search/?q=\\{@} Query[uk]=https://www.reddit.com/search/?q=\\{@} Query[vi]=https://www.reddit.com/search/?q=\\{@} -Query[x-test]=xxhttps://www.reddit.com/search/?q=\\{@}xx Query[zh_CN]=https://www.reddit.com/search/?q=\\{@} Query[zh_TW]=https://www.reddit.com/search/?q=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rfc.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rfc.desktop index dfce25a7b0..cba96abfcb 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rfc.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rfc.desktop @@ -2,6 +2,7 @@ Keys=rfc,rfcs Name=IETF Requests for Comments Name[af]=IETF Versoeke vir Kommentaar +Name[am]=የIETF አስተያየቶች ጥያቄ Name[ar]=طلبات IETF للتعليق Name[as]=IETF Requests for Comments Name[az]=IETF üçün şərhlər @@ -42,6 +43,7 @@ Name[id]=Permintaan IETF untuk Komentar Name[ie]=IETF Requests for Comments Name[is]=IETF Requests for Comments Name[it]=Richieste di commenti di IETF +Name[ja]=IETF Requests for Comments Name[ka]=IETF Requests for Comments Name[kk]=IETF пайымдаманы сұрау (RFC) Name[km]=សំណើ​សុំ​មតិ​យោបល់​តាម​រយៈ IETF @@ -57,6 +59,8 @@ Name[ml]=ഐഇടിഎഫ് റിക്വസ്റ്റ് ഫോര്‍ Name[mr]=टिप्पणी करिता IETF निवेदन Name[ms]=Permintaan Komen IETF Name[my]=မှတ်ချက်ပေးရန် အိုင်အီးတီအက်ဖ် တောင်းဆိုချက်များ +Name[nan_TW]=IETF 評論請求 (RFC) +Name[nan_TW@latin]=IETF Phîng-lūn Tshíng-kiû (RFC) Name[nb]=IETF Requests for Comments Name[nds]=RFCs (IETF-„Requests for Comments“) Name[ne]=टिप्पणीका लागि IETF अनुरोध @@ -65,7 +69,7 @@ Name[nn]=IETF Requests for Comments Name[or]=IETF Requests for Comments Name[pa]=ਟਿੱਪਣੀ ਲਈ IETF ਬੇਨਤੀ Name[pl]=IETF - dokumenty RFC (standardy i protokoły) -Name[pt]=Pedidos de Comentários do IETF +Name[pt]=Pedidos de Comentários do IETF Name[pt_BR]=Requisições de comentários IETF Name[ro]=RFC-uri IETF Name[ru]=Поиск по RFC @@ -90,10 +94,10 @@ Name[uk]=Запит коментарів (RFC) IETF Name[vi]=Các Bản Đề nghị Phê bình (Requests for Comments - RFC) của IETF Name[wa]=Dimande di rawetes IETF Name[xh]=Izicelo Zogqabazo ze IETF -Name[x-test]=xxIETF Requests for Commentsxx Name[zh_CN]=IETF 评论请求 Name[zh_TW]=IETF RFC 文件 Query=https://datatracker.ietf.org/doc/\\{@} +Query[am]=https://datatracker.ietf.org/doc/\\{@} Query[ar]=https://datatracker.ietf.org/doc/\\{@} Query[az]=https://datatracker.ietf.org/doc/\\{@} Query[be]=https://datatracker.ietf.org/doc/\\{@} @@ -114,20 +118,27 @@ Query[eu]=https://datatracker.ietf.org/doc/\\{@} Query[fa]=https://datatracker.ietf.org/doc/\\{@} Query[fi]=https://datatracker.ietf.org/doc/\\{@} Query[fr]=https://datatracker.ietf.org/doc/\\{@} +Query[ga]=https://datatracker.ietf.org/doc/\\{@} Query[gl]=https://datatracker.ietf.org/doc/\\{@} +Query[gu]=https://datatracker.ietf.org/doc/\\{@} Query[he]=https://datatracker.ietf.org/doc/\\{@} +Query[hr]=https://datatracker.ietf.org/doc/\\{@} Query[hu]=https://datatracker.ietf.org/doc/\\{@} Query[ia]=https://datatracker.ietf.org/doc/\\{@} Query[id]=https://datatracker.ietf.org/doc/\\{@} Query[ie]=https://datatracker.ietf.org/doc/\\{@} Query[is]=https://datatracker.ietf.org/doc/\\{@} Query[it]=https://datatracker.ietf.org/doc/\\{@} +Query[ja]=https://datatracker.ietf.org/doc/\\{@} Query[ka]=https://datatracker.ietf.org/doc/\\{@} Query[ko]=https://datatracker.ietf.org/doc/\\{@} Query[lg]=https://datatracker.ietf.org/doc/\\{@} Query[lt]=https://datatracker.ietf.org/doc/\\{@} Query[lv]=https://datatracker.ietf.org/doc/\\{@} Query[my]=https://datatracker.ietf.org/doc/\\{@} +Query[nan_TW]=https://datatracker.ietf.org/doc/\\{@} +Query[nan_TW@latin]=https://datatracker.ietf.org/doc/\\{@} +Query[nb]=https://datatracker.ietf.org/doc/\\{@} Query[nl]=https://datatracker.ietf.org/doc/\\{@} Query[nn]=https://datatracker.ietf.org/doc/\\{@} Query[pa]=https://datatracker.ietf.org/doc/\\{@} @@ -141,10 +152,11 @@ Query[sk]=https://datatracker.ietf.org/doc/\\{@} Query[sl]=https://datatracker.ietf.org/doc/\\{@} Query[sq]=https://datatracker.ietf.org/doc/\\{@} Query[sv]=https://datatracker.ietf.org/doc/\\{@} +Query[th]=https://datatracker.ietf.org/doc/\\{@} Query[tr]=https://datatracker.ietf.org/doc/\\{@} +Query[ug]=https://datatracker.ietf.org/doc/\\{@} Query[uk]=https://datatracker.ietf.org/doc/\\{@} Query[vi]=https://datatracker.ietf.org/doc/\\{@} -Query[x-test]=xxhttps://datatracker.ietf.org/doc/\\{@}xx Query[zh_CN]=https://datatracker.ietf.org/doc/\\{@} Query[zh_TW]=https://datatracker.ietf.org/doc/\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rpmfind.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rpmfind.desktop index 1ceb4f06dc..3b0f919c51 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rpmfind.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rpmfind.desktop @@ -2,6 +2,7 @@ Type=Service Name=RPM-Find Name[af]=RPM-Vind +Name[am]=RPM-Find Name[ar]=بحث حزم RPM Name[as]=RPM-Find Name[az]=RPM-Find @@ -44,6 +45,7 @@ Name[id]=RPM-Find Name[ie]=RPM-Find Name[is]=RPM-leit Name[it]=Ricerca di RPM +Name[ja]=RPM-Find Name[ka]=RPM-Find Name[kk]=RPM-ды табу Name[km]=រក RPM @@ -59,7 +61,9 @@ Name[ml]=RPM-ഫൈൻഡ് Name[mr]=TV-फाइंड Name[ms]=RPM-Find Name[my]=အာပီအမ်-ဖိုင်း -Name[nb]=RPM-Søk +Name[nan_TW]=RPM-Find +Name[nan_TW@latin]=RPM-Find +Name[nb]=RPM-Find Name[nds]=RPM-Find Name[ne]=RPM-फेला पार्नुहोस् Name[nl]=RPM-Find @@ -87,18 +91,18 @@ Name[tg]=Ёфтани RPM Name[th]=บริการค้นหา RPM Name[tok]=ilo alasa pi poki RPM Name[tr]=RPM–Find -Name[ug]=RPM-Find +Name[ug]=RPM ئىزدە Name[uk]=RPM-Find Name[uz]=RPM qidirish Name[uz@cyrillic]=RPM қидириш Name[vi]=Tìm RPM Name[wa]=RPM-Find Name[xh]=RPM-Fumana -Name[x-test]=xxRPM-Findxx Name[zh_CN]=RPM-Find Name[zh_TW]=RPM-Find Keys=rf,rpmfind Query=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[am]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[ar]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[az]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[be]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[fa]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[fi]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[fr]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[ga]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[gl]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[gu]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[he]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[hr]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[hu]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[ia]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[id]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[ie]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[is]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[it]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[ja]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[ka]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[ko]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[lg]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[lt]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[lv]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[my]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[nan_TW]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[nan_TW@latin]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[nb]= http://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[nl]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[nn]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[pa]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} @@ -148,10 +159,11 @@ Query[sl]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[sq]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[sv]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[tg]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[th]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[tok]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[tr]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} +Query[ug]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[uk]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[vi]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} -Query[x-test]=xxhttps://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@}xx Query[zh_CN]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} Query[zh_TW]=https://www.rpmfind.net/linux/rpm2html/search.php?query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ruby_application_archive.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ruby_application_archive.desktop index 5b6418d0db..7d061d832e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ruby_application_archive.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ruby_application_archive.desktop @@ -2,6 +2,7 @@ Type=Service Name=Ruby Application Archive Name[af]=Ruby Toepassing Argief +Name[am]=Ruby Application Archive Name[ar]=أرشيف تطبيقات روبي Name[as]=Ruby Application Archive Name[az]=Ruby Tətbiq Arxivi @@ -32,7 +33,7 @@ Name[fy]=Ruby programma-argyf Name[ga]=Cartlann Feidhmchlár Ruby Name[gd]=Ruby Application Archive Name[gl]=Arquivo de aplicacións en Ruby -Name[gu]=રૂબી કાર્યક્રમ અર્કાઇવ +Name[gu]=રૂબી એપ્લિકેશના સંગ્રહ Name[he]=ארכיון יישומי Ruby Name[hi]=रूबी अनुप्रयोग आर्काइव Name[hne]=रूबी अनुपरयोग आर्काइव @@ -44,6 +45,7 @@ Name[id]=Arsip Aplikasi Ruby Name[ie]=Ruby Application Archive Name[is]=Ruby Application Archive Name[it]=Archivio di applicazioni Ruby +Name[ja]=Ruby アプリケーションアーカイブ Name[ka]=Ruby-ის აპლიკაციის არქივი Name[kk]=Ruby қолданбалар архиві Name[km]=ប័ណ្ណសារ​កម្មវិធី​មគ្គុទ្ទេសក៍​សូរសព្ទ @@ -59,7 +61,9 @@ Name[ml]=റൂബി പ്രയോഗ ശേഖരം Name[mr]=रूबी अनुप्रयोग संग्रह Name[ms]=Arkib Aplikasi Ruby Name[my]=ရူဘီအပ္ပလီကေးရှင်းဟောင်းတိုက် -Name[nb]=Ruby programarkiv +Name[nan_TW]=Ruby 應用程式封存 +Name[nan_TW@latin]=Ruby Ìng-iōng-tîng-sik Hong-tsûn +Name[nb]=Ruby-programarkiv Name[nds]=Ruby-Programmarchiv Name[ne]=रुबी अनुप्रयोग सङ्ग्रह Name[nl]=Ruby programma-archief @@ -67,7 +71,7 @@ Name[nn]=Ruby-programarkiv Name[or]=Ruby ପ୍ରୟୋଗ ଅଭିଲେଖନ Name[pa]=Ruby ਕਾਰਜ ਅਕਾਇਵ Name[pl]=Ruby (język programowania) - programy -Name[pt]=Arquivo de Aplicações Ruby +Name[pt]=Arquivo de Aplicações Ruby Name[pt_BR]=Arquivo de aplicativos Ruby Name[ro]=Arhiva de aplicații Ruby Name[ru]=Архив приложений Ruby @@ -87,18 +91,18 @@ Name[tg]=Бойгонии барномаи Ruby Name[th]=คลังโปรแกรมภาษารูบี้ Name[tok]=ilo alasa pi ilo lon toki ilo Ruby Name[tr]=Ruby Uygulama Arşivi -Name[ug]=Ruby پروگرامما ئارخىپى +Name[ug]=Ruby پىروگرامما ئارخىپى Name[uk]=Архів програм мовою Ruby Name[uz]=Ruby dastur arxivi Name[uz@cyrillic]=Ruby дастур архиви Name[vi]=Kho trữ ứng dụng Ruby Name[wa]=Årtchives di programes Ruby Name[xh]=Indawo ye Ruby yokugcina Isicelo -Name[x-test]=xxRuby Application Archivexx Name[zh_CN]=Ruby 应用程序档案 Name[zh_TW]=Ruby 應用程式檔案庫 Keys=raa Query=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[am]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[ar]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[az]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[be]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[fa]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[fi]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[fr]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[ga]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[gl]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[gu]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[he]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[hr]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[hu]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[ia]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[id]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[ie]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[is]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[it]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[ja]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[ka]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[ko]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[lg]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[lt]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[lv]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[my]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[nan_TW]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[nan_TW@latin]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[nb]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[nl]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[nn]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[pa]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} @@ -148,10 +159,11 @@ Query[sl]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[sq]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[sv]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[tg]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[th]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[tok]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[tr]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} +Query[ug]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[uk]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[vi]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} -Query[x-test]=xxhttps://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@}xx Query[zh_CN]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} Query[zh_TW]=https://www.ruby-lang.org/en/raa-list.rhtml?name=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rust.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rust.desktop index aff15bbcff..d47231433b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rust.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/rust.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Rust STD Documentation +Name[am]=Rust STD ሰነዶች Name[ar]=توثيق رست STD Name[az]=Rust STD sənədləşməsi Name[be]=Дакументацыя Rust STD @@ -20,25 +21,32 @@ Name[eu]=Rust STD-ren dokumentazioa Name[fa]=مستندات STR راست Name[fi]=Rust STD -ohjeistus Name[fr]=Documentation de Rust STD +Name[ga]=Doiciméadú STD Meirge Name[gl]=Documentación estándar de Rust +Name[gu]=રસ્ટ ઓનલાઇન દસ્તાવેજ Name[he]=התיעוד התקני (STD) של Rust +Name[hr]=Rust STD dokumentacija Name[hu]=Rust STD dokumentáció Name[ia]=Documentation STD de Rust Name[id]=Dokumentasi Rust STD Name[ie]=Rust STD Documentation Name[is]=Rust STD handbækur Name[it]=Documentazione di STD di Rust +Name[ja]=Rust STD ドキュメンテーション Name[ka]=Rust STD დოკუმენტაცია Name[ko]=Rust STD 문서 Name[lg]=Ebiwandiko Ebikwata ku Rust STD Name[lt]=Rust STD dokumentacija Name[lv]=„Rust“ STD dokumentācija Name[my]=ရက်စ် အက်စ်တီဒီ ဒိုကူမန်တေးရှင်း +Name[nan_TW]=Rust STD 文件 +Name[nan_TW@latin]=Rust STD Bûn-kiānn +Name[nb]=Rust STD-dokumentasjon Name[nl]=Rust STD-documentatie Name[nn]=Rust STD-dokumentasjon Name[pa]=ਰਸਟ STD ਦਸਤਾਵੇਜ਼ Name[pl]=Dokumentacja Rust STD -Name[pt]=Documentação STD do Rust +Name[pt]=Documentação STD do Rust Name[pt_BR]=Documentação do Rust STD Name[ro]=Documentația Rust STD Name[ru]=Документация по Rust STD @@ -47,15 +55,17 @@ Name[sk]=Dokumentácia Rust STD Name[sl]=Dokumentacija za Rust STD Name[sq]=Dokumentim për Rust STD Name[sv]=Rust standarddokumentation +Name[th]=เอกสารอธิบาย Rust STD Name[tr]=Rust STD Belgelendirmesi +Name[ug]=Rust STD قوللانمىسى Name[uk]=Документація із STD Rust Name[vi]=Tài liệu std Rust -Name[x-test]=xxRust STD Documentationxx Name[zh_CN]=Rust STD 文档 Name[zh_TW]=Rust STD 標準函式庫說明文件 Type=Service Keys=rust Query=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[am]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[ar]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[az]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[be]=https://doc.rust-lang.org/std/index.html?search=\\{@} @@ -77,20 +87,27 @@ Query[eu]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[fa]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[fi]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[fr]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[ga]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[gl]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[gu]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[he]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[hr]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[hu]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[ia]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[id]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[ie]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[is]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[it]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[ja]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[ka]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[ko]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[lg]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[lt]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[lv]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[my]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[nan_TW]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[nan_TW@latin]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[nb]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[nl]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[nn]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[pa]=https://doc.rust-lang.org/std/index.html?search=\\{@} @@ -104,9 +121,10 @@ Query[sk]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[sl]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[sq]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[sv]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[th]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[tr]=https://doc.rust-lang.org/std/index.html?search=\\{@} +Query[ug]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[uk]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[vi]=https://doc.rust-lang.org/std/index.html?search=\\{@} -Query[x-test]=xxhttps://doc.rust-lang.org/std/index.html?search=\\{@}xx Query[zh_CN]=https://doc.rust-lang.org/std/index.html?search=\\{@} Query[zh_TW]=https://doc.rust-lang.org/std/index.html?search=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/soundcloud.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/soundcloud.desktop index 789b4ef4dc..e4a2811cd5 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/soundcloud.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/soundcloud.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Service Name=Soundcloud +Name[am]=Soundcloud Name[ar]=ساوند كلاود Name[ast]=Soundcloud Name[az]=Soundcloud @@ -23,20 +24,27 @@ Name[eu]=Soundcloud Name[fa]=ساندکلود Name[fi]=Soundcloud Name[fr]=SoundCloud +Name[ga]=Soundcloud Name[gl]=Soundcloud +Name[gu]=સાઉન્ડ ક્લાઉડ Name[he]=Soundcloud +Name[hr]=PlasmaZvuk Name[hu]=Soundcloud Name[ia]=Soundcloud Name[id]=Soundcloud Name[ie]=Soundcloud Name[is]=Soundcloud Name[it]=Soundcloud +Name[ja]=Soundcloud Name[ka]=Soundcloud Name[ko]=Soundcloud Name[lg]=Soundcloud Name[lt]=Soundcloud Name[lv]=Soundcloud Name[my]=ဆောင်းကလောက် +Name[nan_TW]=Soundcloud +Name[nan_TW@latin]=Soundcloud +Name[nb]=SoundCloud Name[nl]=Soundcloud Name[nn]=SoundCloud Name[pa]=ਸਾਊਂਡਕਲਾਊਡ @@ -55,15 +63,17 @@ Name[sr@ijekavianlatin]=SoundCloud Name[sr@latin]=SoundCloud Name[sv]=Soundcloud Name[tg]=Абри садо +Name[th]=Soundcloud Name[tok]=ilo pi kalama musi Soundcloud Name[tr]=Soundcloud +Name[ug]=Soundcloud Name[uk]=Soundcloud Name[vi]=Soundcloud -Name[x-test]=xxSoundcloudxx Name[zh_CN]=Soundcloud Name[zh_TW]=Soundcloud Keys=sc Query=https://soundcloud.com/search?q=\\{@} +Query[am]=https://soundcloud.com/search?q=\\{@} Query[ar]=https://soundcloud.com/search?q=\\{@} Query[az]=https://soundcloud.com/search?q=\\{@} Query[be]=https://soundcloud.com/search?q=\\{@} @@ -85,20 +95,27 @@ Query[eu]=https://soundcloud.com/search?q=\\{@} Query[fa]=https://soundcloud.com/search?q=\\{@} Query[fi]=https://soundcloud.com/search?q=\\{@} Query[fr]=https://soundcloud.com/search?q=\\{@} +Query[ga]=https://soundcloud.com/search?q=\\{@} Query[gl]=https://soundcloud.com/search?q=\\{@} +Query[gu]=https://soundcloud.com/search?q=\\{@} Query[he]=https://soundcloud.com/search?q=\\{@} +Query[hr]=https://soundcloud.com/search?q=\\{@} Query[hu]=https://soundcloud.com/search?q=\\{@} Query[ia]=https://soundcloud.com/search?q=\\{@} Query[id]=https://soundcloud.com/search?q=\\{@} Query[ie]=https://soundcloud.com/search?q=\\{@} Query[is]=https://soundcloud.com/search?q=\\{@} Query[it]=https://soundcloud.com/search?q=\\{@} +Query[ja]=https://soundcloud.com/search?q=\\{@} Query[ka]=https://soundcloud.com/search?q=\\{@} Query[ko]=https://soundcloud.com/search?q=\\{@} Query[lg]=https://soundcloud.com/search?q=\\{@} Query[lt]=https://soundcloud.com/search?q=\\{@} Query[lv]=https://soundcloud.com/search?q=\\{@} Query[my]=https://soundcloud.com/search?q=\\{@} +Query[nan_TW]=https://soundcloud.com/search?q=\\{@} +Query[nan_TW@latin]=https://soundcloud.com/search?q=\\{@} +Query[nb]=https://soundcloud.com/search?q=\\{@} Query[nl]=https://soundcloud.com/search?q=\\{@} Query[nn]=https://soundcloud.com/search?q=\\{@} Query[pa]=https://soundcloud.com/search?q=\\{@} @@ -117,11 +134,12 @@ Query[sr@ijekavianlatin]=https://soundcloud.com/search?q=\\{@} Query[sr@latin]=https://soundcloud.com/search?q=\\{@} Query[sv]=https://soundcloud.com/search?q=\\{@} Query[tg]=https://soundcloud.com/search?q=\\{@} +Query[th]=https://soundcloud.com/search?q=\\{@} Query[tok]=https://soundcloud.com/search?q=\\{@} Query[tr]=https://soundcloud.com/search?q=\\{@} +Query[ug]=https://soundcloud.com/search?q=\\{@} Query[uk]=https://soundcloud.com/search?q=\\{@} Query[vi]=https://soundcloud.com/search?q=\\{@} -Query[x-test]=xxhttps://soundcloud.com/search?q=\\{@}xx Query[zh_CN]=https://soundcloud.com/search?q=\\{@} Query[zh_TW]=https://soundcloud.com/search?q=\\{@} Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/sourceforge.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/sourceforge.desktop index b23a60e925..dbd1d6f5bb 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/sourceforge.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/sourceforge.desktop @@ -2,6 +2,7 @@ Keys=sf,sourceforge Name=SourceForge Name[af]=Sourceforge +Name[am]=SourceForge Name[ar]=سورس فورج Name[as]=SourceForge Name[ast]=SourceForge @@ -45,6 +46,7 @@ Name[id]=SourceForge Name[ie]=SourceForge Name[is]=SourceForge Name[it]=SourceForge +Name[ja]=SourceForge Name[ka]=SourceForge Name[kk]=SourceForge Name[km]=SourceForge @@ -60,6 +62,8 @@ Name[ml]=സോഴ്സ്ഫോര്‍ജ് Name[mr]=सोर्सफोर्ज Name[ms]=SourceForge Name[my]=စို့ဖေါ့ဂျ် +Name[nan_TW]=SourceForge +Name[nan_TW@latin]=SourceForge Name[nb]=SourceForge Name[nds]=SourceForge Name[ne]=सोर्स फर्ज @@ -95,10 +99,10 @@ Name[uz@cyrillic]=SourceForge Name[vi]=SourceForge Name[wa]=SourceForge Name[xh]=SourceForge -Name[x-test]=xxSourceForgexx Name[zh_CN]=SourceForge Name[zh_TW]=SourceForge Query=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[am]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[ar]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[az]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[be]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\ Query[fa]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[fi]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[fr]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[ga]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[gl]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[gu]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[he]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[hr]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[hu]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[ia]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[id]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[ie]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[is]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[it]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[ja]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[ka]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[ko]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[lg]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[lt]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[lv]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[my]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[nan_TW]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[nan_TW@latin]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[nb]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[nl]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[nn]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[pa]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} @@ -148,11 +159,12 @@ Query[sl]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\ Query[sq]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[sv]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[tg]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[th]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[tok]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[tr]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} +Query[ug]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[uk]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[vi]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} -Query[x-test]=xxhttps://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@}xx Query[zh_CN]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Query[zh_TW]=https://sourceforge.net/search/?type_of_search=\\{type,"soft"}&exact=\\{exact,"0"}&words=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/startpage.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/startpage.desktop new file mode 100644 index 0000000000..ec29e66a69 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/startpage.desktop @@ -0,0 +1,65 @@ +[Desktop Entry] +Type=Service +Name=Startpage +Name[ar]=Startpage +Name[bg]=Startpage +Name[ca]=Startpage +Name[ca@valencia]=Startpage +Name[de]=Startpage +Name[es]=Startpage +Name[fr]=Page de démarrage +Name[ga]=Startpage +Name[he]=Startpage +Name[hr]=Početna stranica +Name[hu]=Startpage +Name[ia]=Pagina de initio +Name[is]=Startpage +Name[it]=Startpage +Name[ja]=Startpage +Name[ka]=Startpage +Name[ko]=Startpage +Name[lt]=Startpage +Name[nan_TW]=Startpage +Name[nan_TW@latin]=Startpage +Name[nl]=Startpagina +Name[nn]=Startpage +Name[pt_BR]=Startpage +Name[ru]=Startpage +Name[sk]=Úvodná stránka +Name[sl]=Startpage +Name[tr]=Startpage +Name[uk]=Startpage +Name[zh_CN]=Startpage +Name[zh_TW]=Startpage +Keys=sp,startpage +Query=https://www.startpage.com/sp/search?query=\\{@} +Query[ar]=https://www.startpage.com/sp/search?query=\\{@} +Query[bg]=https://www.startpage.com/sp/search?query=\\{@} +Query[ca]=https://www.startpage.com/sp/search?query=\\{@} +Query[ca@valencia]=https://www.startpage.com/sp/search?query=\\{@} +Query[de]=https://www.startpage.com/sp/search?query=\\{@} +Query[es]=https://www.startpage.com/sp/search?query=\\{@} +Query[fr]=https://www.startpage.com/sp/search?query=\\{@} +Query[ga]=https://www.startpage.com/sp/search?query=\\{@} +Query[he]=https://www.startpage.com/sp/search?query=\\{@} +Query[hr]=https://www.startpage.com/sp/search?query=\\{@} +Query[hu]=https://www.startpage.com/sp/search?query=\\{@} +Query[ia]=https://www.startpage.com/sp/search?query=\\{@} +Query[is]=https://www.startpage.com/sp/search?query=\\{@} +Query[it]=https://www.startpage.com/sp/search?query=\\{@} +Query[ja]=https://www.startpage.com/sp/search?query=\\{@} +Query[ka]=https://www.startpage.com/sp/search?query=\\{@} +Query[ko]=https://www.startpage.com/sp/search?query=\\{@} +Query[lt]=https://www.startpage.com/sp/search?query=\\{@} +Query[nan_TW]=https://www.startpage.com/sp/search?query=\\{@} +Query[nan_TW@latin]=https://www.startpage.com/sp/search?query=\\{@} +Query[nl]=https://www.startpage.com/sp/search?query=\\{@} +Query[nn]=https://www.startpage.com/sp/search?query=\\{@} +Query[pt_BR]=https://www.startpage.com/sp/search?query=\\{@} +Query[ru]=https://www.startpage.com/sp/search?query=\\{@} +Query[sk]=https://www.startpage.com/sp/search?query=\\{@} +Query[sl]=https://www.startpage.com/sp/search?query=\\{@} +Query[tr]=https://www.startpage.com/sp/search?query=\\{@} +Query[uk]=https://www.startpage.com/sp/search?query=\\{@} +Query[zh_CN]=https://www.startpage.com/sp/search?query=\\{@} +Query[zh_TW]=https://www.startpage.com/sp/search?query=\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technorati.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technorati.desktop index f384f9a41a..a23cee1019 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technorati.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technorati.desktop @@ -2,6 +2,7 @@ Type=Service Name=Technorati Name[af]=Technorati +Name[am]=Technorati Name[ar]=Technorati Name[as]=Technorati Name[ast]=Technorati @@ -45,6 +46,7 @@ Name[id]=Technorati Name[ie]=Technorati Name[is]=Technorati Name[it]=Technorati +Name[ja]=Technorati Name[ka]=Technorati Name[kk]=Technorati Name[km]=Technorati @@ -60,6 +62,8 @@ Name[ml]=ടെക്നോറാറ്റി Name[mr]=टेक्नोराती Name[ms]=Technorati Name[my]=တက့်ချ်နိုရာတီ +Name[nan_TW]=Technorati +Name[nan_TW@latin]=Technorati Name[nb]=Technorati Name[nds]=Technorati Name[ne]=टेक्नोरती @@ -94,11 +98,11 @@ Name[uz]=Technorati Name[uz@cyrillic]=Technorati Name[vi]=Technorati Name[wa]=Technorati -Name[x-test]=xxTechnoratixx Name[zh_CN]=Technorati Name[zh_TW]=Technorati Keys=tr,technorati Query=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[am]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[ar]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[az]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[be]=https://technorati.com/search?return=sites&authority=high&q=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[fa]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[fi]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[fr]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[ga]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[gl]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[gu]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[he]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[hr]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[hu]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[ia]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[id]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[ie]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[is]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[it]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[ja]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[ka]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[ko]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[lg]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[lt]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[lv]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[my]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[nan_TW]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[nan_TW@latin]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[nb]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[nl]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[nn]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[pa]=https://technorati.com/search?return=sites&authority=high&q=\\{@} @@ -148,11 +159,12 @@ Query[sl]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[sq]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[sv]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[tg]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[th]=https://technorati.com/cosmos/search.html?sourceid=kde-search&url=\\{@} Query[tok]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[tr]=https://technorati.com/search?return=sites&authority=high&q=\\{@} +Query[ug]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[uk]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[vi]=https://technorati.com/search?return=sites&authority=high&q=\\{@} -Query[x-test]=xxhttps://technorati.com/search?return=sites&authority=high&q=\\{@}xx Query[zh_CN]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Query[zh_TW]=https://technorati.com/search?return=sites&authority=high&q=\\{@} Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technoratitags.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technoratitags.desktop index 5c4afe21ca..9b6c430985 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technoratitags.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/technoratitags.desktop @@ -2,6 +2,7 @@ Type=Service Name=Technorati Tags Name[af]=Technorati Tags +Name[am]=Technorati Tags Name[ar]=وسوم Technorati Name[as]=Technorati Tags Name[az]=Technorati Yarlıqları @@ -44,6 +45,7 @@ Name[id]=Tag Technorati Name[ie]=Technorati Tags Name[is]=Technorati-merki Name[it]=Etichette di Technorati +Name[ja]=Technorati Tags Name[ka]=Technorati ჭდეები Name[kk]=Technorati Tags Name[km]=ស្លាក Technorati @@ -58,6 +60,8 @@ Name[mk]=Technorati Tags Name[ml]=ടെക്നോരാറ്റി ടാഗുകള്‍ Name[mr]=टेक्नोराती टैग्स Name[my]=တက့်ချ်နိုရာတီ တပ်ဂ်များ +Name[nan_TW]=Technorati 標籤 +Name[nan_TW@latin]=Technorati Piau-tshiam Name[nb]=Technorati-tagger Name[nds]=Technorati-Slötelwöör Name[ne]=टेक्नोरती ट्याग @@ -90,11 +94,11 @@ Name[ug]=Technorati بەلگە Name[uk]=Статті Technorati Name[vi]=Các thẻ ở Technorati Name[wa]=Tags Technocrati -Name[x-test]=xxTechnorati Tagsxx Name[zh_CN]=Technorati 标签 Name[zh_TW]=Technorati Tags Keys=tags,tag,technoratitags Query=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[am]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[ar]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[az]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[be]=https://technorati.com/tag/\\{@}?sourceid=kde-search @@ -116,20 +120,27 @@ Query[eu]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[fa]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[fi]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[fr]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[ga]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[gl]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[gu]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[he]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[hr]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[hu]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[ia]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[id]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[ie]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[is]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[it]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[ja]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[ka]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[ko]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[lg]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[lt]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[lv]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[my]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[nan_TW]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[nan_TW@latin]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[nb]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[nl]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[nn]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[pa]=https://technorati.com/tag/\\{@}?sourceid=kde-search @@ -144,11 +155,12 @@ Query[sl]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[sq]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[sv]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[tg]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[th]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[tok]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[tr]=https://technorati.com/tag/\\{@}?sourceid=kde-search +Query[ug]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[uk]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[vi]=https://technorati.com/tag/\\{@}?sourceid=kde-search -Query[x-test]=xxhttps://technorati.com/tag/\\{@}?sourceid=kde-searchxx Query[zh_CN]=https://technorati.com/tag/\\{@}?sourceid=kde-search Query[zh_TW]=https://technorati.com/tag/\\{@}?sourceid=kde-search Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/thesaurus.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/thesaurus.desktop index 0033897f3d..87a100a6a2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/thesaurus.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/thesaurus.desktop @@ -2,6 +2,7 @@ Type=Service Name=Merriam-Webster Thesaurus Name[af]=Merriam-Webster Thesaurus +Name[am]=Merriam-Webster Thesaurus Name[ar]=قاموس Merriam-Webster للمترادفات Name[as]=Merriam-Webster Thesaurus Name[az]=Merriam-Webster Thesaurus @@ -44,6 +45,7 @@ Name[id]=Tesaurus Merriam-Webster Name[ie]=Tresor de Merriam-Webster Name[is]=Merriam-Webster samheitaorðabók Name[it]=Dizionario dei sinonimi e contrari Merriam-Webster +Name[ja]=Merriam-Webster Thesaurus Name[ka]=Merriam-Webster Thesaurus Name[kk]=Merriam-Webster тезаурусы Name[km]=កម្រង​វេវចន​សព្ទ Merriam-Webster @@ -59,6 +61,8 @@ Name[ml]=മെറിയാം-വെബ്സ്റ്റര്‍ പര്യ Name[mr]=मरियम-वेबस्टर शब्दकोश Name[ms]=Merriam-Webster Thesaurus Name[my]=မယ်ရီအမ်-ဝက်ဘ်စတာ ဝေါဟာရပဒေသာကျမ်း +Name[nan_TW]=Merriam-Webster 同義詞辭典 +Name[nan_TW@latin]=Merriam-Webster Tông-gī-sû Sû-tián Name[nb]=Merriam-Webster Thesaurus Name[nds]=Merriam-Webster-Sünonümwöörbook Name[ne]=मेरियम-वेबस्टर पर्यायकोष @@ -66,7 +70,7 @@ Name[nl]=Merriam-Webster Thesaurus Name[nn]=Merriam-Webster Thesaurus Name[pa]=Merriam-ਵੈੱਬ ਥੀਸਾਰਸ ਕੋਸ਼ Name[pl]=Merriam-Webster - słownik wyrazów bliskoznacznych -Name[pt]=Merriam-Gramática do Webster +Name[pt]=Merriam-Gramática do Webster Name[pt_BR]=Merriam-Webster Thesaurus Name[ro]=Dicționarul Merriam-Webster Name[ru]=Тезаурус Merriam-Webster @@ -86,18 +90,18 @@ Name[tg]=Донишномаи Merriam-Webster Name[th]=พจนานุกรมคำพ้อง Merriam-Webster Name[tok]=lipu pi nimi sama tan kulupu Merriam-Webster Name[tr]=Merriam–Webster Eşanlamlılar Sözlüğü -Name[ug]=Merriam-Webster Thesaurus +Name[ug]=Merriam-Webster تۈركۈم سۆزلەر لۇغىتى Name[uk]=Словник синонімів Merriam-Webster Name[uz]=Merriam-Vebster lugʻati Name[uz@cyrillic]=Мерриам-Вебстер луғати Name[vi]=Từ điển đồng nghĩa Merriam-Webster Name[wa]=Diccionaire Merriam-Webster Name[xh]=Merriam-Webster Thesaurus -Name[x-test]=xxMerriam-Webster Thesaurusxx Name[zh_CN]=Merriam-Webster 韦氏同义词词典 Name[zh_TW]=韋氏同義詞辭典 Keys=ths,thesaurus Query=https://www.merriam-webster.com/thesaurus/\\{@} +Query[am]=https://www.merriam-webster.com/thesaurus/\\{@} Query[ar]=https://www.merriam-webster.com/thesaurus/\\{@} Query[az]=https://www.merriam-webster.com/thesaurus/\\{@} Query[be]=https://www.merriam-webster.com/thesaurus/\\{@} @@ -119,20 +123,27 @@ Query[eu]=https://www.merriam-webster.com/thesaurus/\\{@} Query[fa]=https://www.merriam-webster.com/thesaurus/\\{@} Query[fi]=https://www.merriam-webster.com/thesaurus/\\{@} Query[fr]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[ga]=https://www.merriam-webster.com/thesaurus/\\{@} Query[gl]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[gu]=https://www.merriam-webster.com/thesaurus/\\{@} Query[he]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[hr]=https://www.merriam-webster.com/thesaurus/\\{@} Query[hu]=https://www.merriam-webster.com/thesaurus/\\{@} Query[ia]=https://www.merriam-webster.com/thesaurus/\\{@} Query[id]=https://www.merriam-webster.com/thesaurus/\\{@} Query[ie]=https://www.merriam-webster.com/thesaurus/\\{@} Query[is]=https://www.merriam-webster.com/thesaurus/\\{@} Query[it]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[ja]=https://www.merriam-webster.com/thesaurus/\\{@} Query[ka]=https://www.merriam-webster.com/thesaurus/\\{@} Query[ko]=https://www.merriam-webster.com/thesaurus/\\{@} Query[lg]=https://www.merriam-webster.com/thesaurus/\\{@} Query[lt]=https://www.merriam-webster.com/thesaurus/\\{@} Query[lv]=https://www.merriam-webster.com/thesaurus/\\{@} Query[my]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[nan_TW]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[nan_TW@latin]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[nb]=https://www.merriam-webster.com/thesaurus/\\{@} Query[nl]=https://www.merriam-webster.com/thesaurus/\\{@} Query[nn]=https://www.merriam-webster.com/thesaurus/\\{@} Query[pa]=https://www.merriam-webster.com/thesaurus/\\{@} @@ -147,10 +158,11 @@ Query[sl]=https://www.merriam-webster.com/thesaurus/\\{@} Query[sq]=https://www.merriam-webster.com/thesaurus/\\{@} Query[sv]=https://www.merriam-webster.com/thesaurus/\\{@} Query[tg]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[th]=https://www.jamendo.com/en/search/all/\\{@} Query[tok]=https://www.merriam-webster.com/thesaurus/\\{@} Query[tr]=https://www.merriam-webster.com/thesaurus/\\{@} +Query[ug]=https://www.merriam-webster.com/thesaurus/\\{@} Query[uk]=https://www.merriam-webster.com/thesaurus/\\{@} Query[vi]=https://www.merriam-webster.com/thesaurus/\\{@} -Query[x-test]=xxhttps://www.merriam-webster.com/thesaurus/\\{@}xx Query[zh_CN]=https://www.merriam-webster.com/thesaurus/\\{@} Query[zh_TW]=https://www.merriam-webster.com/thesaurus/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/tvtome.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/tvtome.desktop index 710cffeffe..47a5ff1ca3 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/tvtome.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/tvtome.desktop @@ -3,6 +3,7 @@ Charset=utf8 Keys=tvtome Name=TV Tome Name[af]=TV Tome +Name[am]=TV Tome Name[ar]=TV Tome Name[as]=TV Tome Name[az]=TV Tome @@ -45,6 +46,7 @@ Name[id]=TV Tome Name[ie]=TV Tome Name[is]=TV Tome Name[it]=TV Tome +Name[ja]=TV Tome Name[ka]=TV Tome Name[kk]=TV Tome Name[km]=TV Tome @@ -60,6 +62,8 @@ Name[ml]=ടി.വി ടോം Name[mr]=टीवी टोम Name[ms]=TV Tome Name[my]=တီဗီကျမ်းစာအုပ် +Name[nan_TW]=TV Tome +Name[nan_TW@latin]=TV Tome Name[nb]=TV Tome Name[nds]=TV Tome Name[ne]=टीभी टोम @@ -94,10 +98,10 @@ Name[uz]=TV Tome Name[uz@cyrillic]=TV Tome Name[vi]=TV Tome Name[wa]=TV Tome -Name[x-test]=xxTV Tomexx Name[zh_CN]=TV Tome Name[zh_TW]=TV Tome Query=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[am]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[ar]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[az]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[be]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 @@ -119,20 +123,27 @@ Query[eu]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[fa]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[fi]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[fr]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[ga]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[gl]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[gu]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[he]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[hr]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[hu]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[ia]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[id]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[ie]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[is]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[it]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[ja]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[ka]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[ko]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[lg]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[lt]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[lv]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[my]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[nan_TW]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[nan_TW@latin]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[nb]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[nl]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[nn]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[pa]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 @@ -147,11 +158,12 @@ Query[sl]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[sq]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[sv]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[tg]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[th]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[tok]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[tr]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 +Query[ug]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[uk]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[vi]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 -Query[x-test]=xxhttps://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0xx Query[zh_CN]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Query[zh_TW]=https://www.tv.com/search.php?type=11&stype=all&qs=\\{@}&x=0&y=0 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ubuntu.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ubuntu.desktop index cfe6f4960d..3fb410ae2b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ubuntu.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/ubuntu.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Ubuntu Package Search +Name[am]=Ubuntu Package ፍለጋ Name[ar]=بحث حزم أوبنتو Name[ast]=Busca de paquetes d'Ubuntu Name[az]=Ubuntu paket axtarışı @@ -22,20 +23,27 @@ Name[eu]=Ubuntuko paketeen bilaketa Name[fa]=جست‌وجوی بستهٔ اوبونتو Name[fi]=Ubuntun pakettihaku Name[fr]=Recherche de paquets pour Ubuntu +Name[ga]=Cuardach Pacáiste Ubuntu Name[gl]=Busca de paquetes de Ubuntu +Name[gu]=Ubuntu Package Search Name[he]=חיפוש חבילות באובונטו +Name[hr]=Pretraživanje Ubuntu paketa Name[hu]=Ubuntu csomagkereső Name[ia]=Cerca de Pacchetto de Ubuntu Name[id]=Pencarian Paket Ubuntu Name[ie]=Sercha de paccages de Ubuntu Name[is]=Ubuntu pakkaleit Name[it]=Ricerca di pacchetti Ubuntu +Name[ja]=Ubuntu パッケージ検索 Name[ka]=Ubuntu -ის პაკეტების ძებნა Name[ko]=우분투 패키지 검색 Name[lg]=Aw'okunoonyeza Emiganda gya mu Ubuntu Name[lt]=Ubuntu paketų paieška Name[lv]=„Ubuntu“ pakotņu meklēšana Name[my]=ဥဘွန်းတု ပတ်ကေ့ ရှာဖွေရန် +Name[nan_TW]=Ubuntu 套件搜揣 +Name[nan_TW@latin]=Ubuntu Thò-kiānn Tshiau-tshuē +Name[nb]=Ubuntu-pakkesøk Name[nl]=Ubuntu pakket zoeken Name[nn]=Ubuntu-pakkesøk Name[pa]=ਉਬੰਤੂ ਪੈਕੇਜ ਖੋਜ @@ -49,15 +57,17 @@ Name[sk]=Hľadanie balíkov pre Ubuntu Name[sl]=Iskanje po paketih Ubuntu Name[sq]=Kërkim Paketash Ubuntu Name[sv]=Ubuntu-paketsökning +Name[th]=ค้นหาแพ็กเกจของ Ubuntu Name[tr]=Ubuntu Paket Arama +Name[ug]=Ubuntu بوغچا ئىزدەش Name[uk]=Пошук пакунків Ubuntu Name[vi]=Tìm kiếm gói Ubuntu -Name[x-test]=xxUbuntu Package Searchxx Name[zh_CN]=Ubuntu 软件包搜索 Name[zh_TW]=Ubuntu 軟體包搜尋 Type=Service Keys=ubuntu Query=https://packages.ubuntu.com/\\{@} +Query[am]=https://packages.ubuntu.com/\\{@} Query[ar]=https://packages.ubuntu.com/\\{@} Query[ast]=https://packages.ubuntu.com/\\{@} Query[az]=https://packages.ubuntu.com/\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://packages.ubuntu.com/\\{@} Query[fa]=https://packages.ubuntu.com/\\{@} Query[fi]=https://packages.ubuntu.com/\\{@} Query[fr]=https://packages.ubuntu.com/\\{@} +Query[ga]=https://packages.ubuntu.com/\\{@} Query[gl]=https://packages.ubuntu.com/\\{@} +Query[gu]=https://packages.ubuntu.com/\\{@} Query[he]=https://packages.ubuntu.com/\\{@} +Query[hr]=https://packages.ubuntu.com/\\{@} Query[hu]=https://packages.ubuntu.com/\\{@} Query[ia]=https://packages.ubuntu.com/\\{@} Query[id]=https://packages.ubuntu.com/\\{@} Query[ie]=https://packages.ubuntu.com/\\{@} Query[is]=https://packages.ubuntu.com/\\{@} Query[it]=https://packages.ubuntu.com/\\{@} +Query[ja]=https://packages.ubuntu.com/\\{@} Query[ka]=https://packages.ubuntu.com/\\{@} Query[ko]=https://packages.ubuntu.com/\\{@} Query[lg]=https://packages.ubuntu.com/\\{@} Query[lt]=https://packages.ubuntu.com/\\{@} Query[lv]=https://packages.ubuntu.com/\\{@} Query[my]=https://packages.ubuntu.com/\\{@} +Query[nan_TW]=https://packages.ubuntu.com/\\{@} +Query[nan_TW@latin]=https://packages.ubuntu.com/\\{@} +Query[nb]=https://packages.ubuntu.com/\\{@} Query[nl]=https://packages.ubuntu.com/\\{@} Query[nn]=https://packages.ubuntu.com/\\{@} Query[pa]=https://packages.ubuntu.com/\\{@} @@ -107,9 +124,10 @@ Query[sk]=https://packages.ubuntu.com/\\{@} Query[sl]=https://packages.ubuntu.com/\\{@} Query[sq]=https://packages.ubuntu.com/\\{@} Query[sv]=https://packages.ubuntu.com/\\{@} +Query[th]=https://packages.ubuntu.com/\\{@} Query[tr]=https://packages.ubuntu.com/\\{@} +Query[ug]=https://packages.ubuntu.com/\\{@} Query[uk]=https://packages.ubuntu.com/\\{@} Query[vi]=https://packages.ubuntu.com/\\{@} -Query[x-test]=xxhttps://packages.ubuntu.com/\\{@}xx Query[zh_CN]=https://packages.ubuntu.com/\\{@} Query[zh_TW]=https://packages.ubuntu.com/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/urbandictionary.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/urbandictionary.desktop index e33175c91f..71de763f6a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/urbandictionary.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/urbandictionary.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=urbandictionary,ud Name=Urban Dictionary +Name[am]=Urban መዝገበ ቃላት Name[ar]=قاموس Urban Name[az]=Urban Lüğəti Name[be]=Слоўнік Urban @@ -38,6 +39,7 @@ Name[id]=Urban Dictionary Name[ie]=Urban Dictionary Name[is]=Urban Dictionary Name[it]=Dizionario urbano +Name[ja]=Urban Dictionary Name[ka]=სალაპარაკო ლექსიკონი Name[kk]=Urban Dictionary Name[km]=វចនុក្រម Urban @@ -49,13 +51,15 @@ Name[lv]=Urban Dictionary Name[ml]=അര്‍ബന്‍ നിഘണ്ടു Name[mr]=अर्बन शब्दकोश Name[my]=မြို့ပြ ဒစ်ရှင်နာရီ -Name[nb]=Urban ordbok +Name[nan_TW]=Urban Dictionary +Name[nan_TW@latin]=Urban Dictionary +Name[nb]=Urban Dictionary Name[nds]=Urban Dictionary Name[nl]=Urban woordenboek Name[nn]=Urban Dictionary Name[pa]=ਅਰਬਨ ਡਿਕਸ਼ਨਰੀ Name[pl]=Słownik miejski (Urban Dictionary) -Name[pt]=Dicionário Urbano +Name[pt]=Dicionário Urbano Name[pt_BR]=Urban Dictionary Name[ro]=Dicționar urban Name[ru]=Urban Dictionary @@ -77,10 +81,10 @@ Name[ug]=Urban لۇغىتى Name[uk]=Urban Dictionary Name[vi]=Từ điển Thành thị Name[wa]=Urban Dictionary -Name[x-test]=xxUrban Dictionaryxx Name[zh_CN]=Urban Dictionary 俚语词典 Name[zh_TW]=Urban Dictionary Query=https://www.urbandictionary.com/define.php?term=\\{@} +Query[am]=https://www.urbandictionary.com/define.php?term=\\{@} Query[ar]=https://www.urbandictionary.com/define.php?term=\\{@} Query[az]=https://www.urbandictionary.com/define.php?term=\\{@} Query[be]=https://www.urbandictionary.com/define.php?term=\\{@} @@ -102,20 +106,27 @@ Query[eu]=https://www.urbandictionary.com/define.php?term=\\{@} Query[fa]=https://www.urbandictionary.com/define.php?term=\\{@} Query[fi]=https://www.urbandictionary.com/define.php?term=\\{@} Query[fr]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[ga]=https://www.urbandictionary.com/define.php?term=\\{@} Query[gl]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[gu]=https://www.urbandictionary.com/define.php?term=\\{@} Query[he]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[hr]=https://www.urbandictionary.com/define.php?term=\\{@} Query[hu]=https://www.urbandictionary.com/define.php?term=\\{@} Query[ia]=https://www.urbandictionary.com/define.php?term=\\{@} Query[id]=https://www.urbandictionary.com/define.php?term=\\{@} Query[ie]=https://www.urbandictionary.com/define.php?term=\\{@} Query[is]=https://www.urbandictionary.com/define.php?term=\\{@} Query[it]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[ja]=https://www.urbandictionary.com/define.php?term=\\{@} Query[ka]=https://www.urbandictionary.com/define.php?term=\\{@} Query[ko]=https://www.urbandictionary.com/define.php?term=\\{@} Query[lg]=https://www.urbandictionary.com/define.php?term=\\{@} Query[lt]=https://www.urbandictionary.com/define.php?term=\\{@} Query[lv]=https://www.urbandictionary.com/define.php?term=\\{@} Query[my]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[nan_TW]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[nan_TW@latin]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[nb]=https://www.urbandictionary.com/define.php?term=\\{@} Query[nl]=https://www.urbandictionary.com/define.php?term=\\{@} Query[nn]=https://www.urbandictionary.com/define.php?term=\\{@} Query[pa]=https://www.urbandictionary.com/define.php?term=\\{@} @@ -130,11 +141,12 @@ Query[sl]=https://www.urbandictionary.com/define.php?term=\\{@} Query[sq]=https://www.urbandictionary.com/define.php?term=\\{@} Query[sv]=https://www.urbandictionary.com/define.php?term=\\{@} Query[tg]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[th]=https://www.urbandictionary.com/define.php?term=\\{@} Query[tok]=https://www.urbandictionary.com/define.php?term=\\{@} Query[tr]=https://www.urbandictionary.com/define.php?term=\\{@} +Query[ug]=https://www.urbandictionary.com/define.php?term=\\{@} Query[uk]=https://www.urbandictionary.com/define.php?term=\\{@} Query[vi]=https://www.urbandictionary.com/define.php?term=\\{@} -Query[x-test]=xxhttps://www.urbandictionary.com/define.php?term=\\{@}xx Query[zh_CN]=https://www.urbandictionary.com/define.php?term=\\{@} Query[zh_TW]=https://www.urbandictionary.com/define.php?term=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/uspto.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/uspto.desktop index 68bb5220e3..ca60fa42a8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/uspto.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/uspto.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=uspto Name=U.S. Patent Database Name[af]=Amerikaanse Patente Databasis +Name[am]=U.S. Patent Database Name[ar]=قاعدة بيانات براءات الاختراع الأمريكية Name[as]=U.S. Patent Database Name[az]=U.S. Patent Məlumat Bazası @@ -45,6 +46,7 @@ Name[id]=Basis Data Paten AS Name[ie]=U.S. Patent Database Name[is]=U.S. Patent Database Name[it]=Banca dati dei brevetti USA +Name[ja]=U.S. Patent Database Name[ka]=აშშ პატენტების ბაზა Name[kk]=АҚШ патенттер қоры Name[km]=មូលដ្ឋាន​ទិន្នន័យ​ប៉ាតង់​សហរដ្ឋ​អាមេរិក @@ -60,6 +62,8 @@ Name[ml]=യു.എസ് പേറ്റന്റ് ഡേറ്റാബേ Name[mr]=US पेटेन्ट डेटाबेस Name[ms]=Pangkalan Data Paten A.S. Name[my]=ယူ.အက်စ်. မူပိုင်ခွင့် ဒေတာဘေ့စ် +Name[nan_TW]=美國專利資料庫 +Name[nan_TW@latin]=Bí-kok Tsuan-lī Tsu-liāu-khòo Name[nb]=US patentdatabase Name[nds]=Patenten-Datenbank vun de USA Name[ne]=यूएस प्याटेन्ट डेटाबेस @@ -87,18 +91,18 @@ Name[te]=U.S. పేటెంట్ డాటాబేస్ Name[tg]=Пойгоҳи иттилоотии патентҳои ИМА Name[th]=ฐานข้อมูลสิทธิบัตรของสหรัฐอเมริกาฯ Name[tok]=ilo alasa pi kulupu U.S.P.T.O. -Name[tr]=U.S. Patent Veritabanı -Name[ug]=ئا ق خ خاسنەپ ساندىنى +Name[tr]=U.S. Patent Veri Tabanı +Name[ug]=ئا ق ش خاسنەپ ساندان Name[uk]=База даних патентів в США Name[uz]=AQSH patent maʼlumot bazasi Name[uz@cyrillic]=АҚШ патент маълумот базаси Name[vi]=Cơ sở dữ liệu bằng sáng chế Hoa Kì Name[wa]=Båze di dnêyes des brevets U.S. -Name[x-test]=xxU.S. Patent Databasexx Name[zh_CN]=美国专利数据库 Name[zh_TW]=U.S. 專利權資料庫 Query=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[af]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 +Query[am]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[ar]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[as]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[az]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 @@ -141,6 +145,7 @@ Query[id]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2 Query[ie]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[is]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[it]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 +Query[ja]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[ka]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[kk]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[km]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 @@ -155,6 +160,8 @@ Query[ml]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2 Query[mr]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[ms]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[my]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 +Query[nan_TW]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 +Query[nan_TW@latin]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[nb]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[nds]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[ne]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 @@ -190,7 +197,6 @@ Query[uz]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2 Query[uz@cyrillic]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[vi]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[wa]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 -Query[x-test]=xxhttp://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50xx Query[zh_CN]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Query[zh_TW]=http://patft.uspto.gov/netacgi/nph-Parser?TERM1=\\{@}&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=0&f=S&l=50 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/vimeo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/vimeo.desktop index 1d4851fa1f..40b4a3d6de 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/vimeo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/vimeo.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=vimeo,vm Name=Vimeo +Name[am]=Vimeo Name[ar]=فيميو Name[ast]=Vimeo Name[az]=Vimeo @@ -39,6 +40,7 @@ Name[id]=Vimeo Name[ie]=Vimeo Name[is]=Vimeo Name[it]=Vimeo +Name[ja]=Vimeo Name[ka]=Vimeo Name[kk]=Vimeo Name[km]=Vimeo @@ -51,6 +53,8 @@ Name[mai]=Vimeo Name[ml]=വിമിയോ Name[mr]=विमिओ Name[my]=ဗင်မီယို +Name[nan_TW]=Vimeo +Name[nan_TW@latin]=Vimeo Name[nb]=Vimeo Name[nds]=Vimeo Name[nl]=Vimeo @@ -79,10 +83,10 @@ Name[ug]=Vimeo Name[uk]=Vimeo Name[vi]=Vimeo Name[wa]=Vimeo -Name[x-test]=xxVimeoxx Name[zh_CN]=Vimeo Name[zh_TW]=Vimeo Query=https://vimeo.com/search?q=\\{@} +Query[am]=https://vimeo.com/search?q=\\{@} Query[ar]=https://vimeo.com/search?q=\\{@} Query[az]=https://vimeo.com/search?q=\\{@} Query[be]=https://vimeo.com/search?q=\\{@} @@ -104,20 +108,27 @@ Query[eu]=https://vimeo.com/search?q=\\{@} Query[fa]=https://vimeo.com/search?q=\\{@} Query[fi]=https://vimeo.com/search?q=\\{@} Query[fr]=https://vimeo.com/search?q=\\{@} +Query[ga]=https://vimeo.com/search?q=\\{@} Query[gl]=https://vimeo.com/search?q=\\{@} +Query[gu]=https://vimeo.com/search?q=\\{@} Query[he]=https://vimeo.com/search?q=\\{@} +Query[hr]=https://vimeo.com/search?q=\\{@} Query[hu]=https://vimeo.com/search?q=\\{@} Query[ia]=https://vimeo.com/search?q=\\{@} Query[id]=https://vimeo.com/search?q=\\{@} Query[ie]=https://vimeo.com/search?q=\\{@} Query[is]=https://vimeo.com/search?q=\\{@} Query[it]=https://vimeo.com/search?q=\\{@} +Query[ja]=https://vimeo.com/search?q=\\{@} Query[ka]=https://vimeo.com/search?q=\\{@} Query[ko]=https://vimeo.com/search?q=\\{@} Query[lg]=https://vimeo.com/search?q=\\{@} Query[lt]=https://vimeo.com/search?q=\\{@} Query[lv]=https://vimeo.com/search?q=\\{@} Query[my]=https://vimeo.com/search?q=\\{@} +Query[nan_TW]=https://vimeo.com/search?q=\\{@} +Query[nan_TW@latin]=https://vimeo.com/search?q=\\{@} +Query[nb]=https://vimeo.com/search?q=\\{@} Query[nl]=https://vimeo.com/search?q=\\{@} Query[nn]=https://vimeo.com/search?q=\\{@} Query[pa]=https://vimeo.com/search?q=\\{@} @@ -132,11 +143,12 @@ Query[sl]=https://vimeo.com/search?q=\\{@} Query[sq]=https://vimeo.com/search?q=\\{@} Query[sv]=https://vimeo.com/search?q=\\{@} Query[tg]=https://vimeo.com/search?q=\\{@} +Query[th]=https://vimeo.com/search?q=\\{@} Query[tok]=https://vimeo.com/search?q=\\{@} Query[tr]=https://vimeo.com/search?q=\\{@} +Query[ug]=https://vimeo.com/search?q=\\{@} Query[uk]=https://vimeo.com/search?q=\\{@} Query[vi]=https://vimeo.com/search?q=\\{@} -Query[x-test]=xxhttps://vimeo.com/search?q=\\{@}xx Query[zh_CN]=https://vimeo.com/search?q=\\{@} Query[zh_TW]=https://vimeo.com/search?q=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/voila.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/voila.desktop index 5f320d6b6e..19d8988a3a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/voila.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/voila.desktop @@ -2,6 +2,7 @@ Type=Service Name=Voila Name[af]=Voila +Name[am]=Voila Name[ar]=Voila Name[as]=Voila Name[ast]=Voila @@ -45,6 +46,7 @@ Name[id]=Voila Name[ie]=Voila Name[is]=Voila Name[it]=Voila +Name[ja]=Voila Name[ka]=Voila Name[kk]=Voila Name[km]=Voila @@ -60,6 +62,8 @@ Name[ml]=വോയിലാ Name[mr]=वॉइला Name[ms]=Voila Name[my]=ဗွိုင်လာ +Name[nan_TW]=Voila +Name[nan_TW@latin]=Voila Name[nb]=Voila Name[nds]=Voila Name[ne]=भोइला @@ -96,11 +100,11 @@ Name[uz@cyrillic]=Voila Name[vi]=Voila Name[wa]=Voilà Name[xh]=Voila -Name[x-test]=xxVoilaxx Name[zh_CN]=Voila Name[zh_TW]=Voila Keys=voila Query=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[am]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[ar]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[az]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[be]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* @@ -122,20 +126,27 @@ Query[eu]=http://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[fa]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[fi]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[fr]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[ga]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[gl]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[gu]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[he]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[hr]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[hu]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[ia]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[id]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[ie]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[is]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[it]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[ja]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[ka]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[ko]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[lg]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[lt]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[lv]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[my]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[nan_TW]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[nan_TW@latin]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[nb]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[nl]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[nn]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[pa]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* @@ -150,10 +161,11 @@ Query[sl]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[sq]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[sv]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[tg]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[th]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[tok]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[tr]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* +Query[ug]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[uk]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[vi]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* -Query[x-test]=xxhttps://www.voila.com/S/geek?an=1&kw=\\{@}&dt=*xx Query[zh_CN]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* Query[zh_TW]=https://www.voila.com/S/geek?an=1&kw=\\{@}&dt=* diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/webster.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/webster.desktop index 592947e979..8f14c972d8 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/webster.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/webster.desktop @@ -2,6 +2,7 @@ Type=Service Name=Merriam-Webster Dictionary Name[af]=Merriam-Webster Woordeboek +Name[am]=Merriam-Webster መዝገበ ቃላት Name[ar]=قاموس Merriam-Webster Name[as]=Merriam-Webster Dictionary Name[az]=Merriam-Webster Dictionary @@ -44,6 +45,7 @@ Name[id]=Kamus Merriam-Webster Name[ie]=Dictionarium de Merriam-Webster Name[is]=Merriam-Webster orðabókin Name[it]=Dizionario Merriam-Webster +Name[ja]=Merriam-Webster Dictionary Name[ka]=Merriam-Webster-ის ლექსიკონი Name[kk]=Merriam-Webster сөздігі Name[km]=វចនានុក្រម Merriam-Webster @@ -59,6 +61,8 @@ Name[ml]=മെറിയാം-വെബ്സ്റ്റര്‍ നിഘണ Name[mr]=मरियम-वेबस्टर शब्दकोश Name[ms]=Merriam-Webster Dictionary Name[my]=မယ်ရီအမ်-ဝက်ဘ်စတာ ဒစ်ရှင်နာရီ +Name[nan_TW]=Merriam-Webster 辭典 +Name[nan_TW@latin]=Merriam-Webster Sû-tián Name[nb]=Merriam-Webster Dictionary Name[nds]=Merriam-Webster-Wöörbook Name[ne]=मेरियम-वेबस्टर शब्दकोश @@ -67,7 +71,7 @@ Name[nn]=Merriam-Webster Dictionary Name[or]=Merriam-Webster ଅଭିଧାନ Name[pa]=Merriam-ਵੈਬਸਟੀਰ ਡਿਕਸ਼ਨਰੀ Name[pl]=Merriam-Webster - słownik -Name[pt]=Merriam-Dicionário do Webster +Name[pt]=Merriam-Dicionário do Webster Name[pt_BR]=Dicionário Merriam-Webster Name[ro]=Dicționarul Merriam-Webster Name[ru]=Словарь Merriam-Webster @@ -94,11 +98,11 @@ Name[uz@cyrillic]=Merriam-Webster луғати Name[vi]=Từ điển Merriam-Webster Name[wa]=Diccionaire inglès Merriam-Webster Name[xh]= Dikshinari ye Merriam-Webster -Name[x-test]=xxMerriam-Webster Dictionaryxx Name[zh_CN]=Merriam-Webster 韦氏词典 Name[zh_TW]=韋氏詞典 Keys=dict,webster Query=https://www.merriam-webster.com/dictionary/\\{@} +Query[am]=https://www.merriam-webster.com/dictionary/\\{@} Query[ar]=https://www.merriam-webster.com/dictionary/\\{@} Query[az]=https://www.merriam-webster.com/dictionary/\\{@} Query[be]=https://www.merriam-webster.com/dictionary/\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://www.merriam-webster.com/dictionary/\\{@} Query[fa]=https://www.merriam-webster.com/dictionary/\\{@} Query[fi]=https://www.merriam-webster.com/dictionary/\\{@} Query[fr]=https://www.merriam-webster.com/dictionary/\\{@} +Query[ga]=https://www.merriam-webster.com/dictionary/\\{@} Query[gl]=https://www.merriam-webster.com/dictionary/\\{@} +Query[gu]=https://www.merriam-webster.com/dictionary/\\{@} Query[he]=https://www.merriam-webster.com/dictionary/\\{@} +Query[hr]=https://www.merriam-webster.com/dictionary/\\{@} Query[hu]=https://www.merriam-webster.com/dictionary/\\{@} Query[ia]=https://www.merriam-webster.com/dictionary/\\{@} Query[id]=https://www.merriam-webster.com/dictionary/\\{@} Query[ie]=https://www.merriam-webster.com/dictionary/\\{@} Query[is]=https://www.merriam-webster.com/dictionary/\\{@} Query[it]=https://www.merriam-webster.com/dictionary/\\{@} +Query[ja]=https://www.merriam-webster.com/dictionary/\\{@} Query[ka]=https://www.merriam-webster.com/dictionary/\\{@} Query[ko]=https://www.merriam-webster.com/dictionary/\\{@} Query[lg]=https://www.merriam-webster.com/dictionary/\\{@} Query[lt]=https://www.merriam-webster.com/dictionary/\\{@} Query[lv]=https://www.merriam-webster.com/dictionary/\\{@} Query[my]=https://www.merriam-webster.com/dictionary/\\{@} +Query[nan_TW]=https://www.merriam-webster.com/dictionary/\\{@} +Query[nan_TW@latin]=https://www.merriam-webster.com/dictionary/\\{@} +Query[nb]=https://www.merriam-webster.com/dictionary/\\{@} Query[nl]=https://www.merriam-webster.com/dictionary/\\{@} Query[nn]=https://www.merriam-webster.com/dictionary/\\{@} Query[pa]=https://www.merriam-webster.com/dictionary/\\{@} @@ -148,10 +159,11 @@ Query[sl]=https://www.merriam-webster.com/dictionary/\\{@} Query[sq]=https://www.merriam-webster.com/dictionary/\\{@} Query[sv]=https://www.merriam-webster.com/dictionary/\\{@} Query[tg]=https://www.merriam-webster.com/dictionary/\\{@} +Query[th]=https://www.merriam-webster.com/dictionary/\\{@} Query[tok]=https://www.merriam-webster.com/dictionary/\\{@} Query[tr]=https://www.merriam-webster.com/dictionary/\\{@} +Query[ug]=https://www.merriam-webster.com/dictionary/\\{@} Query[uk]=https://www.merriam-webster.com/dictionary/\\{@} Query[vi]=https://www.merriam-webster.com/dictionary/\\{@} -Query[x-test]=xxhttps://www.merriam-webster.com/dictionary/\\{@}xx Query[zh_CN]=https://www.merriam-webster.com/dictionary/\\{@} Query[zh_TW]=https://www.merriam-webster.com/dictionary/\\{@} diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikia.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikia.desktop index e3db801dc5..d50cbe782e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikia.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikia.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=wikia,wka Name=Wikia +Name[am]=Wikia Name[ar]=ويكيا Name[ast]=Wikia Name[az]=Wikia @@ -39,6 +40,7 @@ Name[id]=Wikia Name[ie]=Wikia Name[is]=Wikia Name[it]=Wikia +Name[ja]=Wikia Name[ka]=Wikia Name[kk]=Wikia Name[km]=Wikia @@ -50,6 +52,8 @@ Name[lv]=Wikia Name[ml]=വിക്കിയ Name[mr]=विकिआ Name[my]=ဝစ်ကီယား +Name[nan_TW]=Wikia +Name[nan_TW@latin]=Wikia Name[nb]=Wikia Name[nds]=Wikia Name[nl]=Wikia @@ -78,10 +82,10 @@ Name[ug]=Wikia Name[uk]=Wikia Name[vi]=Wikia Name[wa]=Wikia -Name[x-test]=xxWikiaxx Name[zh_CN]=Wikia Name[zh_TW]=Wikia Query=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[am]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[ar]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[az]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[be]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search @@ -103,20 +107,27 @@ Query[eu]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit= Query[fa]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[fi]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[fr]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[ga]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[gl]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[gu]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[he]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[hr]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[hu]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[ia]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[id]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[ie]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[is]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[it]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[ja]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[ka]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[ko]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[lg]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[lt]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[lv]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[my]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[nan_TW]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[nan_TW@latin]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[nb]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[nl]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[nn]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[pa]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search @@ -131,11 +142,12 @@ Query[sl]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit= Query[sq]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[sv]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[tg]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[th]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[tok]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[tr]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search +Query[ug]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[uk]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[vi]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search -Query[x-test]=xxhttps://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Searchxx Query[zh_CN]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Query[zh_TW]=https://www.wikia.com/Special:Search?search=\\{@}&wikia_search_submit=Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikipedia.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikipedia.desktop index 571fd272af..1a10c8e426 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikipedia.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wikipedia.desktop @@ -1,105 +1,58 @@ [Desktop Entry] Type=Service Icon=text-wiki -Name=Wikipedia - The Free Encyclopedia -Name[af]=Wikipedia - Die gratis ensiklopidie -Name[ar]=ويكيبيديا - الموسوعة الحرّة -Name[as]=Wikipedia - The Free Encyclopedia -Name[ast]=Wikipedia - La enciclopedia llibre -Name[az]=Vikipedia - Azad Ensklopediya -Name[be]=Wikipedia - свабодная энцыклапедыя -Name[be@latin]=Wikipedia - svabodnaja encyklapiedyja -Name[bg]=Уикипедия - свободната енциклопедия -Name[bn]=উইকিপেডিয়া - মুক্ত বিশ্বকোষ -Name[bn_IN]=Wikipedia (উইকিপিডিয়া) - মুক্ত বিশ্বকোষ -Name[br]=Wikipedia - Ar geriadur ouiziegezh frank -Name[bs]=Vikipedija — slobodna enciklopedija -Name[ca]=Viquipèdia: L'enciclopèdia lliure -Name[ca@valencia]=Viquipèdia: L'enciclopèdia lliure -Name[cs]=Wikipedia - volně dostupná encyklopedie -Name[csb]=Wikipedijô - wòlnô encyklopedijô -Name[cy]=Wikipedia - Y Gwyddoniadur Rhydd -Name[da]=Wikipedia - Det frie leksikon -Name[de]=Wikipedia – Die freie Enzyklopädie -Name[el]=Wikipedia - Η ελεύθερη εγκυκλοπαίδεια -Name[en_GB]=Wikipedia - The Free Encyclopedia -Name[eo]=Vikipedio - La Libera Enciklopedio -Name[es]=Wikipedia - La enciclopedia libre -Name[et]=Wikipedia - Vaba entsüklopeedia -Name[eu]=Wikipedia, entziklopedia askea -Name[fa]=Wikipedia - دایره‌المعارف آزاد -Name[fi]=Wikipedia, vapaa tietosanakirja -Name[fr]=Wikipédia - L'encyclopédie libre -Name[fy]=Wikipedia - de frije ensyklopedy -Name[ga]=Vicipéid - An Chiclipéid Shaor -Name[gd]=Uicipeid - An leabhar-eòlais saor -Name[gl]=Wikipedia, a enciclopedia libre -Name[gu]=વિકિપીડિઆ - મુક્ત એન્સાયક્લોપીડિઆ -Name[he]=ויקיפדיה - האנציקלופדיה החופשית -Name[hi]=विकिपेडिया- मुफ्त विश्वकोश -Name[hne]=विकिपीडिया- फोकट विस्वकोस -Name[hr]=Wikipedia – besplatna enciklopedija -Name[hsb]=Wikipedia - Swobodna encyklopedija -Name[hu]=Wikipédia - A szabad enciklopédia -Name[ia]=Wikipedia - Le Encyclopedia Libere e Gratuite -Name[id]=Wikipedia - Ensiklopedia Gratis -Name[ie]=Wikipedia - Li líber enciclopedie -Name[is]=Wikipedia - Frjálsa alfræðiritið -Name[it]=Wikipedia - L'enciclopedia libera -Name[ka]=Wikipedia - უფასო ენციკლოპედია -Name[kk]=Wikipedia - ашық энциклопедия -Name[km]=Wikipedia - Encyclopedia ​ឥត​គិត​ថ្លៃ -Name[kn]=ವಿಕಿಪೀಡಿಯಾ - ಮುಕ್ತ ವಿಶ್ವಕೋಶ -Name[ko]=위키백과 - 우리 모두의 백과사전 -Name[ku]=Wîkîpediya - Ensîklopediya Azad -Name[lg]=Wikipedia - Ensikulopediya eya Bonna -Name[lt]=Vikipedija – laisvoji enciklopedija -Name[lv]=Vikipēdija — brīvā enciklopēdija -Name[mai]=विकिपेडिया- मुफ्त विश्वकोश -Name[mk]=Википедија - Слободната енциклопедија -Name[ml]=വിക്കിപീഡിയ - സ്വതന്ത്ര സര്‍വ്വവിജ്ഞാനകോശം -Name[mr]=विकिपेडिया- मोफत विश्वकोश -Name[ms]=Wikipedia - Ensiklopedia Percuma -Name[my]=ဝစ်ကီပီဒီယား - အခကြေးငွေပေးရန်မလိုသော စွယ်စုံကျမ်း -Name[nb]=Wikipedia – det frie leksikonet -Name[nds]=Wikipedia.nds - dat fre'e plattdüütsche Nakieksel -Name[ne]=विकिपिडिया - नि:शुल्क इन्साइक्लोपेडिया -Name[nl]=Wikipedia - de vrije encyclopedie -Name[nn]=Wikipedia – det frie oppslagsverket -Name[or]=Wikipedia - ମୁକ୍ତ ବିଶ୍ୱକୋଶ -Name[pa]=ਵਿਕੀਪੀਡਿਆ - ਮੁਫਤ ਵਿਸ਼ਵਕੋਸ਼ -Name[pl]=Wikipedia - otwarta encyklopedia -Name[pt]=Wikipedia - A Enciclopédia Livre -Name[pt_BR]=Wikipédia - a enciclopédia livre -Name[ro]=Wikipedia - Enciclopedia liberă -Name[ru]=Свободная энциклопедия Wikipedia (на русском) -Name[sa]=Wikipedia - The Free Encyclopedia -Name[se]=Wikipedia – fridja leksikona -Name[si]=Wikipedia - නිදහස් විශ්ව කෝෂය -Name[sk]=Wikipédia - voľne dostupná encyklopédia -Name[sl]=Wikipedia - Prosta enciklopedija -Name[sq]=Wikipedia - Enciklopedia e Lirë -Name[sr]=Википедија — слободна енциклопедија -Name[sr@ijekavian]=Википедија — слободна енциклопедија -Name[sr@ijekavianlatin]=Wikipedia — slobodna enciklopedija -Name[sr@latin]=Wikipedia — slobodna enciklopedija -Name[sv]=Wikipedia - den fria encyklopedin -Name[te]=వికీపీడియా - స్వేఛ్ఛా విజ్ఞాన సర్వస్వము -Name[tg]=Wikipedia - Донишномаи озод -Name[th]=วิกิพีเดีย - สารานุกรมเสรี -Name[tok]=lipu Wikipedia -Name[tr]=Vikipedi — Özgür Ansiklopedi -Name[ug]=ۋىكىپېدىيە(Wikipedia) - ھەقسىز قامۇس -Name[uk]=Вікіпедія — вільна енциклопедія -Name[uz]=Wikipedia - Erkin ensiklopediya -Name[uz@cyrillic]=Wikipedia - Эркин энциклопедия -Name[vi]=Wikipedia - Bách khoa toàn thư mở -Name[wa]=Wikipedia - Li libe eciclopedeye -Name[x-test]=xxWikipedia - The Free Encyclopediaxx -Name[zh_CN]=维基百科 - 自由的百科全书 -Name[zh_TW]=Wikipedia - 免費的 Encyclopedia -Keys=wp +Name=Wikipedia +Name[am]=Wikipedia +Name[ar]=ويكيبيديا +Name[az]=Vikipedia +Name[bg]=Wikipedia +Name[ca]=Viquipèdia +Name[ca@valencia]=Viquipèdia +Name[cs]=Wikipedia +Name[de]=Wikipedia +Name[eo]=Vikipedio +Name[es]=Wikipedia +Name[eu]=Wikipedia +Name[fi]=Wikipedia +Name[fr]=Wikipedia +Name[ga]=Vicipéid +Name[gl]=Wikipedia +Name[gu]=વિકીપિડિયા +Name[he]=ויקיפדיה +Name[hr]=Wikipedia +Name[hu]=Wikipédia +Name[ia]=Wikipedia +Name[is]=Wikipedia +Name[it]=Wikipedia +Name[ja]=Wikipedia +Name[ka]=Wikipedia +Name[ko]=위키백과 +Name[lg]=Wikipedia +Name[lt]=Vikipedija +Name[lv]=Vikipēdija +Name[my]=ဝီကီပီးဒီးယား +Name[nan_TW]=Wikipedia +Name[nan_TW@latin]=Wikipedia +Name[nb]=Wikipedia +Name[nl]=Wikipedia +Name[nn]=Wikipedia +Name[pl]=Wikipedia +Name[pt]=Wikipédia - A Enciclopédia Livre +Name[pt_BR]=Wikipédia +Name[ro]=Wikipedia +Name[ru]=Википедия +Name[sk]=Wikia +Name[sl]=Wikipedia +Name[sv]=Wikipedia +Name[th]=Wikipedia +Name[tr]=Vikipedi +Name[ug]=ۋىكى قامۇسى +Name[uk]=Вікіпедія +Name[zh_CN]=维基百科 +Name[zh_TW]=維基百科 +Keys=wp,wikipedia Query=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[am]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ar]=https://ar.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ast]=https://ast.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[az]=https://az.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go @@ -122,16 +75,20 @@ Query[eu]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[fa]=https://fa.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[fi]=https://fi.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[fr]=https://fr.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[ga]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[gd]=https://gd.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[gl]=http://gl.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[gu]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[he]=https://he.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[hi]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[hr]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[hu]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ia]=http://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[id]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ie]=https://ie.wikipedia.org/wiki/Special:Serchar?search=\\{@}&go=Continuar Query[is]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[it]=https://it.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[ja]=https://ja.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ka]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[kk]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ko]=https://ko.wikipedia.org/wiki/특수:검색?search=\\{@}&go=Go @@ -140,13 +97,15 @@ Query[lt]=https://lt.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[lv]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[mr]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[my]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[nan_TW]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[nan_TW@latin]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[nb]=https://no.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[nds]=https://nds.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[nl]=https://nl.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[nn]=https://nn.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[pa]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[pl]=https://pl.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go -Query[pt]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[pt]=https://pt.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[pt_BR]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ro]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ru]=https://ru.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go @@ -160,13 +119,13 @@ Query[sr@ijekavianlatin]=https://en.wikipedia.org/wiki/Special:Search?search=\\{ Query[sr@latin]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[sv]=https://sv.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[tg]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go +Query[th]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[tok]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[tr]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[ug]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[uk]=https://uk.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[vi]=https://vi.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[wa]=https://wa.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Potch%C3%AE -Query[x-test]=xxhttps://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Goxx Query[zh_CN]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Query[zh_TW]=https://en.wikipedia.org/wiki/Special:Search?search=\\{@}&go=Go Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wiktionary.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wiktionary.desktop index 5d66d1e3d7..3bb01e822b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wiktionary.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wiktionary.desktop @@ -2,6 +2,7 @@ Type=Service Name=Wiktionary - The Free Dictionary Name[af]=Wiktionary - Die gratis woordeboek +Name[am]=Wiktionary - ነጻ መዝገበ ቃላት Name[ar]=ويكاموس - القاموس الحرّ Name[as]=Wiktionary - The Free Dictionary Name[ast]=Wikcionariu - El diccionariu llibre @@ -33,7 +34,7 @@ Name[fy]=Wiktionary - It frije wurdboek Name[ga]=Vicífhoclóir - An Foclóir Saor Name[gd]=Wiktionary - The Free Dictionary Name[gl]=Wiktionary, o dicionario libre -Name[gu]=વીક્ટીઓનેરી - મુક્ત શબ્દકોશ +Name[gu]=વિકીઓનરી - મુક્ત શબ્દકોશ Name[he]=ויקימילון - המילון החופשי Name[hi]=विकिपेडिया- मुफ्त विश्वकोश Name[hne]=विकिपेडिया- फोकट विस्वकोस @@ -45,6 +46,7 @@ Name[id]=Wiktionary - Kamus Gratis Name[ie]=Wiktionarium - Li líber dictionarium Name[is]=Wiktionary - Frjálsa orðabókin Name[it]=Wiktionary - Il dizionario libero +Name[ja]=Wiktionary - フリー多機能辞典 Name[ka]=Wiktionary - უფასო ლექსიკონი Name[kk]=Wiktionary - ашық сөздік Name[km]=Wikipedia - វចនានុក្រម​ឥត​គិត​ថ្លៃ @@ -59,6 +61,8 @@ Name[mk]=Wiktionary - Слободниот речник Name[ml]=വിക്ഷ്ണറി - സ്വതന്ത്ര നിഘണ്ടു Name[mr]=विकिपेडिया- मोफत विश्वकोश Name[my]=ဝစ်ရှင်နရီ - အခကြေးငွေမလိုအပ်သော ဒစ်ရှင်နာရီ +Name[nan_TW]=Wiktionary - 自由 ê 字典 kap 辭典 +Name[nan_TW@latin]=Wiktionary - Tsū-iû ê Jī-tián kap Sû-tián Name[nb]=Wiktionary – den frie ordboka Name[nds]=Wiktionary.nds - dat fre'e plattdüütsche Wöörbook Name[ne]=विक्सनरी - नि:शुल्क शब्दकोश @@ -67,7 +71,7 @@ Name[nn]=Wiktionary – den frie ordboka Name[or]=Wiktionary - ମୁକ୍ତ ଅଭିଧାନ Name[pa]=ਵਿਕੀਸ਼ਨਰੀ - ਮੁਫਤ ਡਿਕਸ਼ਨਰੀ Name[pl]=Wiktionary - Otwarty słownik -Name[pt]=Wiktionary - O Dicionário Livre +Name[pt]=Wikcionário - O Dicionário Livre Name[pt_BR]=Wikcionário - o dicionário livre Name[ro]=Wiktionary - Dictionarul liber Name[ru]=Свободный словарь Wiktionary @@ -93,11 +97,11 @@ Name[uz]=Wiktionary - Erkin lugʻat Name[uz@cyrillic]=Wiktionary - Эркин луғат Name[vi]=Wiktionary - Từ điển mở Name[wa]=L' esplicant motî do walon so Wikipedia -Name[x-test]=xxWiktionary - The Free Dictionaryxx Name[zh_CN]=维基字典 - 自由的字典 Name[zh_TW]=Wiktionary - 免費的字典 Keys=wt,wikt Query=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[am]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ar]=https://ar.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ast]=https://ast.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[az]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go @@ -120,16 +124,20 @@ Query[eu]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[fa]=https://fa.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[fi]=https://fi.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[fr]=https://fr.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[ga]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[gd]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[gl]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[gu]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[he]=https://he.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[hi]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[hr]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[hu]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ia]=http://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[id]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ie]=https://ie.wiktionary.org/wiki/Special:Serchar?search=\\{@}&go=Continuar Query[is]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[it]=http://it.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[ja]=https://ja.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ka]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[kk]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ko]=https://ko.wiktionary.org/wiki/특수:검색?search=\\{@}&go=Go @@ -138,13 +146,15 @@ Query[lt]=https://lt.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[lv]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[mr]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[my]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[nan_TW]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[nan_TW@latin]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[nb]=https://no.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[nds]=https://nds.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[nl]=https://nl.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[nn]=https://nn.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[pa]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[pl]=https://pl.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go -Query[pt]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[pt]=https://pt.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[pt_BR]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ro]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ru]=https://ru.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go @@ -158,13 +168,13 @@ Query[sr@ijekavianlatin]=https://en.wiktionary.org/wiki/Special:Search?search=\\ Query[sr@latin]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[sv]=https://sv.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[tg]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go +Query[th]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[tok]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[tr]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[ug]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[uk]=https://uk.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[vi]=https://vi.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[wa]=https://wa.wiktionary.org/w/index.php?search=\\{@}&title=Sipeci%C3%A5s%3ACweri -Query[x-test]=xxhttps://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Goxx Query[zh_CN]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Query[zh_TW]=https://en.wiktionary.org/wiki/Special:Search?search=\\{@}&go=Go Charset=utf8 diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wine.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wine.desktop index d2b2f61989..54d37dae2c 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wine.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wine.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=WineHQ Database +Name[am]=WineHQ Database Name[ar]=قاعدة بيانات WineHQ Name[ast]=Base de datos de WineHQ Name[az]=WineHQ verilənlər bazası @@ -22,20 +23,27 @@ Name[eu]=WineHQ datu-basea Name[fa]=پایگاه دادهٔ واین‌اچ‌کیو Name[fi]=WineHQ-tietokanta Name[fr]=Base de données de WineHQ +Name[ga]=Bunachar Sonraí WineHQ Name[gl]=Base de datos de WineHQ +Name[gu]=ટૂંકાનામ ડેટાબેઝ Name[he]=מסד הנתונים של WineHQ +Name[hr]=Baza podataka WineHQ Name[hu]=WineHQ adatbázis Name[ia]=Base de Datos de WineHQ Name[id]=Database WineHQ Name[ie]=WineHQ Database Name[is]=WineHQ-gagnagrunnur Name[it]=Banca dati di WineHQ +Name[ja]=WineHQ データベース Name[ka]=WineHQ -ის ბაზა Name[ko]=WineHQ 데이터베이스 Name[lg]=Ggwanika lya Puloguramu n'ebizifaako erya WineHQ Name[lt]=WineHQ duomenų bazė Name[lv]=„WineHQ“ datubāze Name[my]=WineHQ ဒေတာဘေ့စ် +Name[nan_TW]=WineHQ 資料庫 +Name[nan_TW@latin]=WineHQ Tsu-liāu-khòo +Name[nb]=WineHQ-database Name[nl]=WineHQ-database Name[nn]=WineHQ-database Name[pa]=WineHQ ਡਾਟਾਬੇਸ @@ -49,15 +57,17 @@ Name[sk]=Databáza WineHQ Name[sl]=Podatkovna zbirka WineHQ Name[sq]=Bazë të dhënash WineHQ Name[sv]=WineHQ-databas -Name[tr]=WineHQ Veritabanı +Name[th]=ฐานข้อมูล WineHQ +Name[tr]=WineHQ Veri Tabanı +Name[ug]=WineHQ ساندان Name[uk]=База даних WineHQ Name[vi]=Cơ sở dữ liệu WineHQ -Name[x-test]=xxWineHQ Databasexx Name[zh_CN]=WineHQ 数据库 Name[zh_TW]=WineHQ 資料庫 Type=Service Keys=winehq,wine Query=https://www.winehq.org/search?q=\\{@} +Query[am]=https://www.winehq.org/search?q=\\{@} Query[ar]=https://www.winehq.org/search?q=\\{@} Query[ast]=https://www.winehq.org/search?q=\\{@} Query[az]=https://www.winehq.org/search?q=\\{@} @@ -80,20 +90,27 @@ Query[eu]=https://www.winehq.org/search?q=\\{@} Query[fa]=https://www.winehq.org/search?q=\\{@} Query[fi]=https://www.winehq.org/search?q=\\{@} Query[fr]=https://www.winehq.org/search?q=\\{@} +Query[ga]=https://www.winehq.org/search?q=\\{@} Query[gl]=https://www.winehq.org/search?q=\\{@} +Query[gu]=https://www.winehq.org/search?q=\\{@} Query[he]=https://www.winehq.org/search?q=\\{@} +Query[hr]=https://www.winehq.org/search?q=\\{@} Query[hu]=https://www.winehq.org/search?q=\\{@} Query[ia]=https://www.winehq.org/search?q=\\{@} Query[id]=https://www.winehq.org/search?q=\\{@} Query[ie]=https://www.winehq.org/search?q=\\{@} Query[is]=https://www.winehq.org/search?q=\\{@} Query[it]=https://www.winehq.org/search?q=\\{@} +Query[ja]=https://www.winehq.org/search?q=\\{@} Query[ka]=https://www.winehq.org/search?q=\\{@} Query[ko]=https://www.winehq.org/search?q=\\{@} Query[lg]=https://www.winehq.org/search?q=\\{@} Query[lt]=https://www.winehq.org/search?q=\\{@} Query[lv]=https://www.winehq.org/search?q=\\{@} Query[my]=https://www.winehq.org/search?q=\\{@} +Query[nan_TW]=https://www.winehq.org/search?q=\\{@} +Query[nan_TW@latin]=https://www.winehq.org/search?q=\\{@} +Query[nb]=https://www.winehq.org/search?q=\\{@} Query[nl]=https://www.winehq.org/search?q=\\{@} Query[nn]=https://www.winehq.org/search?q=\\{@} Query[pa]=https://www.winehq.org/search?q=\\{@} @@ -107,10 +124,11 @@ Query[sk]=https://www.winehq.org/search?q=\\{@} Query[sl]=https://www.winehq.org/search?q=\\{@} Query[sq]=https://www.winehq.org/search?q=\\{@} Query[sv]=https://www.winehq.org/search?q=\\{@} +Query[th]=https://www.winehq.org/search?q=\\{@} Query[tr]=https://www.winehq.org/search?q=\\{@} +Query[ug]=https://www.winehq.org/search?q=\\{@} Query[uk]=https://www.winehq.org/search?q=\\{@} Query[vi]=https://www.winehq.org/search?q=\\{@} -Query[x-test]=xxhttps://www.winehq.org/search?q=\\{@}xx Query[zh_CN]=https://www.winehq.org/search?q=\\{@} Query[zh_TW]=https://www.winehq.org/search?q=\\{@} Icon=wine diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wolfram_alpha.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wolfram_alpha.desktop index 79b397ea92..2c188ab867 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wolfram_alpha.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wolfram_alpha.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=wa,wolfram Name=Wolfram Alpha +Name[am]=Wolfram Alpha Name[ar]=Wolfram Alpha Name[az]=Wolfram Alpha Name[be]=Wolfram Alpha @@ -38,6 +39,7 @@ Name[id]=Wolfram Alpha Name[ie]=Wolfram Alpha Name[is]=Wolfram Alpha Name[it]=Wolfram Alpha +Name[ja]=Wolfram Alpha Name[ka]=Wolfram Alpha Name[kk]=Wolfram Alpha Name[km]=Wolfram Alpha @@ -51,6 +53,8 @@ Name[mk]=Волфрам Алфа Name[ml]=വുള്‍ഫ്രാം ആല്‍ഫ Name[mr]=वोल्फ्राम अल्फा Name[my]=ဝုဖ်ဖရန်အယ်ဖာ +Name[nan_TW]=Wolfram Alpha +Name[nan_TW@latin]=Wolfram Alpha Name[nb]=Wolfram Alpha Name[nds]=Wolfram Alpha Name[nl]=Wolfram Alpha @@ -79,10 +83,10 @@ Name[ug]=Wolfram Alpha Name[uk]=Wolfram Alpha Name[vi]=Wolfram Alpha Name[wa]=Wolfram Alpha -Name[x-test]=xxWolfram Alphaxx Name[zh_CN]=Wolfram Alpha Name[zh_TW]=Wolfram Alpha Query=https://www.wolframalpha.com/input/?i=\\{@} +Query[am]=https://www.wolframalpha.com/input/?i=\\{@} Query[ar]=https://www.wolframalpha.com/input/?i=\\{@} Query[ast]=https://www.wolframalpha.com/input/?i=\\{@} Query[az]=https://www.wolframalpha.com/input/?i=\\{@} @@ -105,16 +109,20 @@ Query[eu]=https://www.wolframalpha.com/input/?i=\\{@} Query[fa]=https://www.wolframalpha.com/input/?i=\\{@} Query[fi]=https://www.wolframalpha.com/input/?i=\\{@} Query[fr]=https://www.wolframalpha.com/input/?i=\\{@} +Query[ga]=https://www.wolframalpha.com/input/?i=\\{@} Query[gd]=https://www.wolframalpha.com/input/?i=\\{@} Query[gl]=https://www.wolframalpha.com/input/?i=\\{@} +Query[gu]=https://www.wolframalpha.com/input/?i=\\{@} Query[he]=https://www.wolframalpha.com/input/?i=\\{@} Query[hi]=https://www.wolframalpha.com/input/?i=\\{@} +Query[hr]=https://www.wolframalpha.com/input/?i=\\{@} Query[hu]=https://www.wolframalpha.com/input/?i=\\{@} Query[ia]=http://www.wolframalpha.com/input/?i=\\{@} Query[id]=https://www.wolframalpha.com/input/?i=\\{@} Query[ie]=https://www.wolframalpha.com/input/?i=\\{@} Query[is]=https://www.wolframalpha.com/input/?i=\\{@} Query[it]=https://www.wolframalpha.com/input/?i=\\{@} +Query[ja]=https://ja.wolframalpha.com/input/?i=\\{@} Query[ka]=https://www.wolframalpha.com/input/?i=\\{@} Query[kk]=https://www.wolframalpha.com/input/?i=\\{@} Query[ko]=https://www.wolframalpha.com/input/?i=\\{@} @@ -123,6 +131,8 @@ Query[lt]=https://www.wolframalpha.com/input/?i=\\{@} Query[lv]=https://www.wolframalpha.com/input/?i=\\{@} Query[mr]=https://www.wolframalpha.com/input/?i=\\{@} Query[my]=https://www.wolframalpha.com/input/?i=\\{@} +Query[nan_TW]=https://www.wolframalpha.com/input/?i=\\{@} +Query[nan_TW@latin]=https://www.wolframalpha.com/input/?i=\\{@} Query[nb]=https://www.wolframalpha.com/input/?i=\\{@} Query[nds]=https://www.wolframalpha.com/input/?i=\\{@} Query[nl]=https://www.wolframalpha.com/input/?i=\\{@} @@ -143,13 +153,13 @@ Query[sr@ijekavianlatin]=https://www.wolframalpha.com/input/?i=\\{@} Query[sr@latin]=https://www.wolframalpha.com/input/?i=\\{@} Query[sv]=https://www.wolframalpha.com/input/?i=\\{@} Query[tg]=https://www.wolframalpha.com/input/?i=\\{@} +Query[th]=https://www.wolframalpha.com/input/?i=\\{@} Query[tok]=https://www.wolframalpha.com/input/?i=\\{@} Query[tr]=https://www.wolframalpha.com/input/?i=\\{@} Query[ug]=https://www.wolframalpha.com/input/?i=\\{@} Query[uk]=https://www.wolframalpha.com/input/?i=\\{@} Query[vi]=https://www.wolframalpha.com/input/?i=\\{@} Query[wa]=https://www.wolframalpha.com/input/?i=\\{@} -Query[x-test]=xxhttps://www.wolframalpha.com/input/?i=\\{@}xx Query[zh_CN]= http://www.wolframalpha.com/input/?i=\\{@} Query[zh_TW]=https://www.wolframalpha.com/input/?i=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wordref.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wordref.desktop index d32987052f..be582b8ac2 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wordref.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/wordref.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=wordref Name=WordReference.com English Dictionary Name[af]=WordReference.com Engelse Woordeboek +Name[am]=WordReference.com የእንግሊዝኛ መዝገበ ቃላት Name[ar]=قاموس WordReference.com الانجليزي Name[as]=WordReference.com English Dictionary Name[az]=WordReference.com İngilis dili lüğəti @@ -46,6 +47,7 @@ Name[id]=Kamus Bahasa Inggris WordReference.com Name[ie]=Dictionarium anglesi de WordReference.com Name[is]=WordReference.com - Ensk orðabók Name[it]=Dizionario inglese WordReference.com +Name[ja]=WordReference.com English Dictionary Name[ka]=WordReference.com ინგლისური ლექსიკონი Name[kk]=WordReference.com ағылшын сөздігі Name[km]=វចនានុក្រម​អង់គ្លេស WordReference.com @@ -60,7 +62,9 @@ Name[mk]=WordReference.com Англиски речник Name[ml]=WordReference.com ഇംഗ്ലീഷ് നിഘണ്ടു Name[mr]=वर्डरेफरेंस.कॉम अंग्रेजी शब्दकोश Name[my]=ဝါ့ဒ်ရပ်ဖ်ဖရမ့် ဒေါ့ ကွန်း အင်္ဂလိပ်ဒစ်ရှင်နရီ -Name[nb]=WordReference.com, engelsk ordbok +Name[nan_TW]=WordReference.com 英語辭典 +Name[nan_TW@latin]=WordReference.com Ing-gí Sû-tián +Name[nb]=WordReference.com engelsk ordbok Name[nds]=WordReference.com Engelsch-Nakieksel Name[ne]=WordReference.com अङ्ग्रेजी शब्दकोश Name[nl]=WordReference.com Engels woordenboek @@ -68,7 +72,7 @@ Name[nn]=WordReference.com engelsk ordbok Name[or]=WordReference.com ଇରାଜୀ ଅଭିଧାନ Name[pa]=WordReference.com ਅੰਗਰੇਜ਼ੀ ਡਿਕਸ਼ਨਰੀ Name[pl]=WordReference.com: słownik angielski -Name[pt]=Dicionário Inglês WordReference.com +Name[pt]=Dicionário Inglês WordReference.com Name[pt_BR]=Dicionário de inglês WordReference.com Name[ro]=Dicționarul englez WordReference.com Name[ru]=Английский словарь WordReference.com @@ -94,10 +98,10 @@ Name[uz]=WordReference.com Inglizcha lugʻat Name[uz@cyrillic]=WordReference.com Инглизча луғат Name[vi]=Từ điển tiếng Anh WordReference.com Name[wa]=WordReference.com diccionaire inglès -Name[x-test]=xxWordReference.com English Dictionaryxx Name[zh_CN]=WordReference.com 英语词典 Name[zh_TW]=WordReference.com 英文字典 Query=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[am]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ar]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ast]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[az]=https://www.wordreference.com/english/definition.asp?en=\\{@} @@ -120,20 +124,27 @@ Query[eu]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[fa]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[fi]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[fr]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[ga]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[gl]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[gu]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[he]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[hr]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[hu]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ia]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[id]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ie]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[is]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[it]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[ja]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ka]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[ko]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[lg]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[lt]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[lv]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[my]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[nan_TW]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[nan_TW@latin]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[nb]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[nl]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[nn]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[pa]=https://www.wordreference.com/english/definition.asp?en=\\{@} @@ -148,11 +159,12 @@ Query[sl]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[sq]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[sv]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[tg]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[th]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[tok]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[tr]=https://www.wordreference.com/english/definition.asp?en=\\{@} +Query[ug]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[uk]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[vi]=https://www.wordreference.com/english/definition.asp?en=\\{@} -Query[x-test]=xxhttps://www.wordreference.com/english/definition.asp?en=\\{@}xx Query[zh_CN]=https://www.wordreference.com/english/definition.asp?en=\\{@} Query[zh_TW]=https://www.wordreference.com/english/definition.asp?en=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo.desktop index 89d057ac37..31a1702797 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo.desktop @@ -4,6 +4,7 @@ Hidden=false Keys=yahoo,yh Icon=im-yahoo Name=Yahoo +Name[am]=Yahoo Name[ar]=ياهو Name[ast]=Yahoo Name[az]=Yahoo @@ -40,6 +41,7 @@ Name[id]=Yahoo Name[ie]=Yahoo Name[is]=Yahoo Name[it]=Yahoo +Name[ja]=Yahoo! JAPAN Name[ka]=Yahoo Name[kk]=Yahoo Name[km]=យ៉ាហ៊ូ @@ -52,6 +54,8 @@ Name[mai]=याहू Name[ml]=യാഹൂ Name[mr]=याहू Name[my]=ယဟူး +Name[nan_TW]=Yahoo +Name[nan_TW@latin]=Yahoo Name[nb]=Yahoo Name[nds]=Yahoo Name[nl]=Yahoo @@ -77,14 +81,14 @@ Name[tg]=Yahoo Name[th]=Yahoo Name[tok]=ilo alasa Yahoo Name[tr]=Yahoo -Name[ug]=ياخۇ +Name[ug]=Yahoo Name[uk]=Yahoo Name[vi]=Yahoo Name[wa]=Yahoo -Name[x-test]=xxYahooxx Name[zh_CN]=Yahoo Name[zh_TW]=Yahoo Query=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[am]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ar]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ast]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[az]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search @@ -107,14 +111,18 @@ Query[eu]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701 Query[fa]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[fi]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[fr]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[ga]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[gl]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[gu]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[he]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[hr]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[hu]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ia]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[id]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ie]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[is]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[it]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[ja]=https://search.yahoo.co.jp/search?p=\\{@}&ei=UTF-8 Query[ka]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ko]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[lg]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search @@ -122,6 +130,9 @@ Query[lt]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701 Query[lv]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[ml]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[my]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[nan_TW]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[nan_TW@latin]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[nb]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[nl]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[nn]=https://no.search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[pa]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search @@ -136,11 +147,12 @@ Query[sl]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701 Query[sq]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[sv]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[tg]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[th]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[tok]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[tr]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search +Query[ug]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[uk]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[vi]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search -Query[x-test]=xxhttps://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Searchxx Query[zh_CN]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Query[zh_TW]=https://search.yahoo.com/search?toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701&p=\\{@}&x=0&y=0&=Web+Search Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_image.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_image.desktop index 81e2810888..cc55a68875 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_image.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_image.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=yahooimage,yhi Name=Yahoo Images +Name[am]=Yahoo ምስሎች Name[ar]=صور ياهو Name[ast]=Yahoo Images Name[az]=Yahoo Şəkillər @@ -39,6 +40,7 @@ Name[id]=Yahoo Images Name[ie]=Yahoo Images Name[is]=Yahoo Images Name[it]=Immagini di Yahoo +Name[ja]=Yahoo! JAPAN 画像検索 Name[ka]=Yahoo სურათები Name[kk]=Yahoo кескіндер Name[km]=រូបភាព​របស់​យ៉ាហ៊ូ @@ -51,7 +53,9 @@ Name[mai]=Yahoo चित्र Name[ml]=യാഹൂ ചിത്രങ്ങള്‍ Name[mr]=याहू प्रतिमा Name[my]=ယဟူး ပုံများ -Name[nb]=Yahoo bilder +Name[nan_TW]=Yahoo 影像 +Name[nan_TW@latin]=Yahoo Iánn-siōng +Name[nb]=Yahoo Images Name[nds]=Yahoo - Biller Name[nl]=Yahoo afbeeldingen Name[nn]=Yahoo Images @@ -75,14 +79,14 @@ Name[tg]=Тасвирҳои Yahoo Name[th]=Yahoo Images Name[tok]=ilo pi alasa sitelen Yahoo Name[tr]=Yahoo Görseller -Name[ug]=ياخۇ سۈرەتلىرى +Name[ug]=Yahoo سۈرەت Name[uk]=Зображення Yahoo Name[vi]=Yahoo Ảnh Name[wa]=Yahoo Imådjes -Name[x-test]=xxYahoo Imagesxx Name[zh_CN]=Yahoo 图像 Name[zh_TW]=Yahoo Images Query=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[am]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[ar]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[ast]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[az]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 @@ -105,20 +109,27 @@ Query[eu]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1 Query[fa]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[fi]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[fr]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[ga]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[gl]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[gu]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[he]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[hr]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[hu]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[ia]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[id]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[ie]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[is]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[it]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[ja]=https://search.yahoo.co.jp/image/search?p=\\{@}&ei=UTF-8 Query[ka]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[ko]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[lg]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[lt]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[lv]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[my]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[nan_TW]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[nan_TW@latin]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[nb]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[nl]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[nn]=https://no.images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[pa]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 @@ -133,11 +144,12 @@ Query[sl]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1 Query[sq]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[sv]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[tg]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[th]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[tok]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[tr]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 +Query[ug]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[uk]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[vi]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 -Query[x-test]=xxhttps://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701xx Query[zh_CN]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Query[zh_TW]=https://images.search.yahoo.com/search/images;_ylt=A0geuy0K6JZLsVkB4m1XNyoA?ei=UTF-8&p=\\{@}&y=0&fr2=tab-web&fr=yfp-t-701 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_local.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_local.desktop index e79b733033..5d5e2d9d69 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_local.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_local.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=yahoolocal,yhl Name=Yahoo Local +Name[am]=Yahoo Local Name[ar]=ياهو المحلي Name[ast]=Yahoo Local Name[az]=Yahoo Local @@ -39,6 +40,7 @@ Name[id]=Yahoo Lokal Name[ie]=Yahoo Local Name[is]=Yahoo Local Name[it]=Yahoo locale +Name[ja]=Yahoo! JAPAN マップ Name[ka]=Yahoo ლოკალი Name[kk]=Yahoo Local Name[km]=មូលដ្ឋាន​របស់​យ៉ាហ៊ូ @@ -50,7 +52,9 @@ Name[lv]=Yahoo Local Name[ml]=യാഹൂ പ്രാദേശികം Name[mr]=याहू स्थानिक Name[my]=ယဟူး ဒေသတွင်း -Name[nb]=Yahoo lokalt +Name[nan_TW]=Yahoo 本地 +Name[nan_TW@latin]=Yahoo Pún-tē +Name[nb]=Yahoo Local Name[nds]=Yahoo - Lokaal Name[nl]=Yahoo lokaal Name[nn]=Yahoo Local @@ -74,14 +78,14 @@ Name[tg]=Маҳаллаи Yahoo Name[th]=Yahoo Local Name[tok]=ilo alasa Yahoo Local Name[tr]=Yahoo Yerel -Name[ug]=Yahoo يەرلىك +Name[ug]=Yahoo يەرلىك ئۇچۇر Name[uk]=Yahoo Local Name[vi]=Yahoo Địa phương Name[wa]=Yahoo Coinrece -Name[x-test]=xxYahoo Localxx Name[zh_CN]=Yahoo 本地信息 Name[zh_TW]=Yahoo Local Query=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[am]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[ar]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[ast]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[az]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img @@ -104,20 +108,27 @@ Query[eu]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=ta Query[fa]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[fi]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[fr]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[ga]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[gl]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[gu]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[he]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[hr]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[hu]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[ia]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[id]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[ie]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[is]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[it]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[ja]=https://map.yahoo.co.jp/search?q=\\{@} Query[ka]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[ko]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[lg]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[lt]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[lv]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[my]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[nan_TW]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[nan_TW@latin]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[nb]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[nl]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[nn]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[pa]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img @@ -132,11 +143,12 @@ Query[sl]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=ta Query[sq]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[sv]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[tg]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[th]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[tok]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[tr]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img +Query[ug]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[uk]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[vi]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img -Query[x-test]=xxhttps://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-imgxx Query[zh_CN]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Query[zh_TW]=https://local.yahoo.com/results?stx=\\{@}&ei=UTF-8&fr=yfp-t-701&fr2=tab-img Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_shopping.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_shopping.desktop index e56048d5dc..d7402d949e 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_shopping.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_shopping.desktop @@ -3,6 +3,7 @@ Charset= Hidden=false Keys=yahooshopping,yhs Name=Yahoo Shopping +Name[am]=Yahoo ግብይት Name[ar]=تسوّق ياهو Name[ast]=Yahoo Shopping Name[az]=Yahoo Alış-Veriş @@ -39,6 +40,7 @@ Name[id]=Yahoo Belanja Name[ie]=Yahoo Shopping Name[is]=Yahoo Shopping Name[it]=Acquisti di Yahoo +Name[ja]=Yahoo! JAPAN ショッピング Name[ka]=Yahoo საყიდლები Name[kk]=Yahoo Shopping Name[km]=កា​រទិញ​ឥវ៉ាន់​របស់​យ៉ាហ៊ូ @@ -50,6 +52,8 @@ Name[lv]=„Yahoo“ iepirkšanās Name[ml]=യാഹൂ ഷോപ്പിങ്ങ് Name[mr]=याहू खरेदी Name[my]=ယဟူးစျေးဝယ်ထွက် +Name[nan_TW]=Yahoo Shopping +Name[nan_TW@latin]=Yahoo Shopping Name[nb]=Yahoo Shopping Name[nds]=Yahoo - Inköpen Name[nl]=Yahoo Shopping @@ -74,14 +78,14 @@ Name[tg]=Дукони онлайни Yahoo Name[th]=Yahoo Shopping Name[tok]=ilo pi alasa esun Yahoo Name[tr]=Yahoo Alışveriş -Name[ug]=ياخۇ دۇكىنى +Name[ug]=Yahoo سودىلىق Name[uk]=Yahoo Shopping Name[vi]=Yahoo Mua sắm Name[wa]=Yahoo Botikes -Name[x-test]=xxYahoo Shoppingxx Name[zh_CN]=Yahoo 购物 Name[zh_TW]=Yahoo Shopping Query=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[am]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[ar]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[ast]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[az]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 @@ -104,20 +108,27 @@ Query[eu]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X Query[fa]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[fi]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[fr]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[ga]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[gl]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[gu]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[he]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[hr]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[hu]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[ia]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[id]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[ie]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[is]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[it]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[ja]=https://shopping.yahoo.co.jp/search?p=\\{@}&ei=UTF-8 Query[ka]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[ko]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[lg]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[lt]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[lv]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[my]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[nan_TW]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[nan_TW@latin]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[nb]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[nl]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[nn]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[pa]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 @@ -132,11 +143,12 @@ Query[sl]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X Query[sq]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[sv]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[tg]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[th]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[tok]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[tr]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 +Query[ug]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[uk]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[vi]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 -Query[x-test]=xxhttps://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701xx Query[zh_CN]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Query[zh_TW]=https://shopping.yahoo.com/search;_ylt=A0SO8ZgG65ZLyX8AsLX7w8QF;_ylu=X3oDMTBpcjIxMDllBHNlYwN0YWJzBHZ0aWQDVjEwOQ--?cop=mss&ei=UTF-8&p=\\{@}&fr2=tab-video&fr=yfp-t-701 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_video.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_video.desktop index d2d71f0246..d723b2591b 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_video.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yahoo_video.desktop @@ -39,6 +39,7 @@ Name[id]=Yahoo Video Name[ie]=Yahoo Video Name[is]=Yahoo Video Name[it]=Video di Yahoo +Name[ja]=Yahoo! JAPAN 動画検索 Name[ka]=Yahoo ვიდეო Name[kk]=Yahoo видео Name[km]=វីដេអូ​របស់យ៉ាហ៊ូ @@ -50,13 +51,15 @@ Name[lv]=„Yahoo“ video Name[ml]=യാഹൂ വീഡിയോ Name[mr]=याहू व्हिडीओ Name[my]=ယဟူး ဗီဒီယို +Name[nan_TW]=Yahoo Iánn-phìnn +Name[nan_TW@latin]=Yahoo Iánn-phìnn Name[nb]=Yahoo Video Name[nds]=Yahoo - Video Name[nl]=Yahoo Video Name[nn]=Yahoo Video Name[pa]=ਯਾਹੂ ਵਿਡੀਓ Name[pl]=Yahoo - wideo -Name[pt]=Vídeos do Yahoo +Name[pt]=Vídeos do Yahoo Name[pt_BR]=Vídeos do Yahoo Name[ro]=Yahoo Video Name[ru]=Yahoo: Видео @@ -74,14 +77,14 @@ Name[tg]=Видеоҳои Yahoo Name[th]=Yahoo Video Name[tok]=ilo pi alasa sitelen Yahoo Name[tr]=Yahoo Video -Name[ug]=ياخۇ سىنى +Name[ug]=Yahoo سىن Name[uk]=Відео Yahoo Name[vi]=Yahoo Phim Name[wa]=Yahoo Videyo -Name[x-test]=xxYahoo Videoxx Name[zh_CN]=Yahoo 视频 Name[zh_TW]=Yahoo Video Query=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[am]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[ar]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[ast]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[az]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 @@ -104,20 +107,27 @@ Query[eu]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.Jz Query[fa]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[fi]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[fr]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[ga]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[gl]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[gu]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[he]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[hr]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[hu]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[ia]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[id]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[ie]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[is]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[it]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[ja]=https://search.yahoo.co.jp/video/search?p=\\{@}&ei=UTF-8 Query[ka]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[ko]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[lg]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[lt]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[lv]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[my]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[nan_TW]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[nan_TW@latin]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[nb]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[nl]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[nn]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[pa]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 @@ -132,11 +142,12 @@ Query[sl]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.Jz Query[sq]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[sv]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[tg]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[th]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[tok]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[tr]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 +Query[ug]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[uk]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[vi]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 -Query[x-test]=xxhttps://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701xx Query[zh_CN]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Query[zh_TW]=https://video.search.yahoo.com/search/video;_ylt=A0WTb_3a6JZLSHwAK7.JzbkF?ei=UTF-8&p=\\{@}&y=0&fr2=tab-img&fr=yfp-t-701 Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yandex.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yandex.desktop index b12c8ab39d..e3c9da8f88 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yandex.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/yandex.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Keys=ya,yandex,я,яндекс Name=Yandex +Name[am]=Yandex Name[ar]=ياندكس Name[ast]=Yandex Name[az]=Yandex @@ -22,20 +23,27 @@ Name[eu]=Yandex Name[fa]=یاندکس Name[fi]=Yandex Name[fr]=Yandex +Name[ga]=Yandex Name[gl]=Yandex +Name[gu]=યાન્ડેક્ષ Name[he]=Yandex +Name[hr]=Yandex Name[hu]=Yandex Name[ia]=Yandex Name[id]=Yandex Name[ie]=Yandex Name[is]=Yandex Name[it]=Yandex +Name[ja]=Yandex Name[ka]=Yandex Name[ko]=Yandex Name[lg]=Yandex Name[lt]=Yandex Name[lv]=Yandex Name[my]=ရန်ဒက် +Name[nan_TW]=Yandex +Name[nan_TW@latin]=Yandex +Name[nb]=Yandex Name[nl]=Yandex Name[nn]=Yandex Name[pa]=ਯੰਡੈਕਸ @@ -49,13 +57,15 @@ Name[sk]=Yandex Name[sl]=Yandex Name[sq]=Yandex Name[sv]=Yandex +Name[th]=Yandex Name[tr]=Yandex +Name[ug]=Yandex Name[uk]=Yandex Name[vi]=Yandex -Name[x-test]=xxYandexxx Name[zh_CN]=Yandex Name[zh_TW]=Yandex Query=https://yandex.ru/search/?text=\\{@} +Query[am]=https://yandex.ru/search/?text=\\{@} Query[ar]=https://yandex.ru/search/?text=\\{@} Query[ast]=https://yandex.ru/search/?text=\\{@} Query[az]=https://yandex.ru/search/?text=\\{@} @@ -77,20 +87,27 @@ Query[eu]=https://yandex.ru/search/?text=\\{@} Query[fa]=https://yandex.ru/search/?text=\\{@} Query[fi]=https://yandex.ru/search/?text=\\{@} Query[fr]=https://yandex.ru/search/?text=\\{@} +Query[ga]=https://yandex.ru/search/?text=\\{@} Query[gl]=https://yandex.ru/search/?text=\\{@} +Query[gu]=https://yandex.ru/search/?text=\\{@} Query[he]=https://yandex.ru/search/?text=\\{@} +Query[hr]=https://yandex.ru/search/?text=\\{@} Query[hu]=https://yandex.ru/search/?text=\\{@} Query[ia]=https://yandex.ru/search/?text=\\{@} Query[id]=https://yandex.ru/search/?text=\\{@} Query[ie]=https://yandex.ru/search/?text=\\{@} Query[is]=https://yandex.ru/search/?text=\\{@} Query[it]=https://yandex.ru/search/?text=\\{@} +Query[ja]=https://yandex.ru/search/?text=\\{@} Query[ka]=https://yandex.ru/search/?text=\\{@} Query[ko]=https://yandex.ru/search/?text=\\{@} Query[lg]=https://yandex.ru/search/?text=\\{@} Query[lt]=https://yandex.ru/search/?text=\\{@} Query[lv]=https://yandex.ru/search/?text=\\{@} Query[my]=https://yandex.ru/search/?text=\\{@} +Query[nan_TW]=https://yandex.ru/search/?text=\\{@} +Query[nan_TW@latin]=https://yandex.ru/search/?text=\\{@} +Query[nb]=https://yandex.ru/search/?text=\\{@} Query[nl]=https://yandex.ru/search/?text=\\{@} Query[nn]=https://yandex.ru/search/?text=\\{@} Query[pa]=https://yandex.ru/search/?text=\\{@} @@ -104,10 +121,11 @@ Query[sk]=https://yandex.ru/search/?text=\\{@} Query[sl]=https://yandex.ru/search/?text=\\{@} Query[sq]=https://yandex.ru/search/?text=\\{@} Query[sv]=https://yandex.ru/search/?text=\\{@} +Query[th]=https://dict.leo.org/?search=\\{@} Query[tr]=https://yandex.ru/search/?text=\\{@} +Query[ug]=https://yandex.ru/search/?text=\\{@} Query[uk]=https://yandex.ru/search/?text=\\{@} Query[vi]=https://yandex.ru/search/?text=\\{@} -Query[x-test]=xxhttps://yandex.ru/search/?text=\\{@}xx Query[zh_CN]=https://yandex.ru/search/?text=\\{@} Query[zh_TW]=https://yandex.ru/search/?text=\\{@} Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/youtube.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/youtube.desktop index 8cb83e998c..aba222a7c4 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/youtube.desktop +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/youtube.desktop @@ -2,6 +2,7 @@ Keys=yt,youtube Icon=im-youtube Name=YouTube +Name[am]=YouTube Name[ar]=يوتيوب Name[ast]=YouTube Name[az]=YouTube @@ -38,6 +39,7 @@ Name[id]=YouTube Name[ie]=YouTube Name[is]=YouTube Name[it]=YouTube +Name[ja]=YouTube Name[ka]=YouTube Name[kk]=YouTube Name[km]=YouTube @@ -50,6 +52,8 @@ Name[mai]=YouTube Name[ml]=യുട്യൂബ് Name[mr]=यूट्यूब Name[my]=ယူကျုဘ် +Name[nan_TW]=YouTube +Name[nan_TW@latin]=YouTube Name[nb]=YouTube Name[nds]=YouTube Name[nl]=YouTube @@ -70,6 +74,7 @@ Name[sr@ijekavian]=Јутјуб Name[sr@ijekavianlatin]=YouTube Name[sr@latin]=YouTube Name[sv]=YouTube +Name[ta]=யூடியூப் Name[tg]=YouTube Name[th]=บริการวีดิโอผ่าน YouTube Name[tok]=ilo YouTube @@ -78,10 +83,10 @@ Name[ug]=YouTube Name[uk]=YouTube Name[vi]=YouTube Name[wa]=YouTube -Name[x-test]=xxYouTubexx Name[zh_CN]=YouTube Name[zh_TW]=YouTube Query=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[am]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ar]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ast]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[az]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f @@ -104,16 +109,20 @@ Query[eu]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[fa]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[fi]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[fr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[ga]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[gd]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[gl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[gu]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[he]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f&hl=he&persist_hl=1 Query[hi]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[hr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[hu]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ia]=http://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[id]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ie]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[is]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[it]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[ja]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f&gl=JP&hl=ja Query[ka]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[kk]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ko]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f @@ -122,6 +131,8 @@ Query[lt]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[lv]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[mr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[my]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[nan_TW]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[nan_TW@latin]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[nb]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[nds]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[nl]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f @@ -142,13 +153,13 @@ Query[sr@ijekavianlatin]=https://www.youtube.com/results?search_query=\\{@}&sear Query[sr@latin]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[sv]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[tg]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f +Query[th]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[tok]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[tr]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[ug]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[uk]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[vi]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[wa]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f -Query[x-test]=xxhttps://www.youtube.com/results?search_query=\\{@}&search_type=&aq=fxx Query[zh_CN]= http://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Query[zh_TW]=https://www.youtube.com/results?search_query=\\{@}&search_type=&aq=f Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/zdf.desktop b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/zdf.desktop new file mode 100644 index 0000000000..ab0db166f1 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/ikws/searchproviders/zdf.desktop @@ -0,0 +1,63 @@ +[Desktop Entry] +Charset= +Hidden=false +Keys=zdf +Name=ZDF Mediathek +Name[ar]=ZDF Mediathek +Name[bg]=ZDF Mediathek +Name[ca]=ZDF Mediathek +Name[ca@valencia]=ZDF Mediathek +Name[de]=ZDF Mediathek +Name[es]=ZDF Mediathek +Name[fr]=Médiathèque ZDF +Name[he]=ZDF Mediathek +Name[hr]=ZDF Mediathek +Name[hu]=ZDF Mediathek +Name[ia]=ZDF Mediathek +Name[is]=ZDF Mediathek +Name[it]=ZDF Mediathek +Name[ka]=ZDF Mediathek +Name[ko]=ZDF Mediathek +Name[lt]=ZDF Mediathek +Name[nan_TW]=ZDF Mediathek +Name[nan_TW@latin]=ZDF Mediathek +Name[nl]=ZDF Mediatiek +Name[nn]=ZDF Mediathek +Name[pt_BR]=ZDF Mediathek +Name[ru]=ZDF Mediathek +Name[sk]=ZDF Mediathek +Name[sl]=ZDF Mediathek +Name[tr]=ZDF Mediathek +Name[uk]=ZDF Mediathek +Name[zh_CN]=ZDF Mediathek +Name[zh_TW]=ZDF Mediathek +Query=https://www.zdf.de/suche?q=\\{@} +Query[ar]=https://www.zdf.de/suche?q=\\{@} +Query[bg]=https://www.zdf.de/suche?q=\\{@} +Query[ca]=https://www.zdf.de/suche?q=\\{@} +Query[ca@valencia]=https://www.zdf.de/suche?q=\\{@} +Query[de]=https://www.zdf.de/suche?q=\\{@} +Query[es]=https://www.zdf.de/suche?q=\\{@} +Query[fr]=https://www.zdf.de/suche?q=\\{@} +Query[he]=https://www.zdf.de/suche?q=\\{@} +Query[hr]=https://www.zdf.de/suche?q=\\{@} +Query[hu]=https://www.zdf.de/suche?q=\\{@} +Query[ia]=https://www.zdf.de/suche?q=\\{@} +Query[is]=https://www.zdf.de/suche?q=\\{@} +Query[it]=https://www.zdf.de/suche?q=\\{@} +Query[ka]=https://www.zdf.de/suche?q=\\{@} +Query[ko]=https://www.zdf.de/suche?q=\\{@} +Query[lt]=https://www.zdf.de/suche?q=\\{@} +Query[nan_TW]=https://www.zdf.de/suche?q=\\{@} +Query[nan_TW@latin]=https://www.zdf.de/suche?q=\\{@} +Query[nl]=https://www.zdf.de/suche?q=\\{@} +Query[nn]=https://www.zdf.de/suche?q=\\{@} +Query[pt_BR]=https://www.zdf.de/suche?q=\\{@} +Query[ru]=https://www.zdf.de/suche?q=\\{@} +Query[sk]=https://www.zdf.de/suche?q=\\{@} +Query[sl]=https://www.zdf.de/suche?q=\\{@} +Query[tr]=https://www.zdf.de/suche?q=\\{@} +Query[uk]=https://www.zdf.de/suche?q=\\{@} +Query[zh_CN]=https://www.zdf.de/suche?q=\\{@} +Query[zh_TW]=https://www.zdf.de/suche?q=\\{@} +Type=Service diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/CMakeLists.txt index 645cac4cc7..369487a3aa 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/CMakeLists.txt @@ -4,7 +4,6 @@ ecm_qt_export_logging_category( IDENTIFIER category CATEGORY_NAME kf.kio.urifilters.localdomain OLD_CATEGORY_NAMES org.kde.kurifilter-localdomain - DEFAULT_SEVERITY Warning DESCRIPTION "KUriFilter Local Domain (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/localdomainurifilter.h b/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/localdomainurifilter.h index 4a646b053c..4a1ae3b82a 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/localdomainurifilter.h +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/localdomain/localdomainurifilter.h @@ -13,7 +13,7 @@ #include "kurifilterplugin_p.h" #include -/** +/*! This filter takes care of hostnames in the local search domain. If you're in domain domain.org which has a host intranet.domain.org and the typed URI is just intranet, check if there's a host diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/CMakeLists.txt index 5dd93117b7..e1cab54f4f 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/CMakeLists.txt @@ -4,7 +4,6 @@ ecm_qt_export_logging_category( IDENTIFIER category CATEGORY_NAME kf.kio.urifilters.shorturi OLD_CATEGORY_NAMES org.kde.kurifilter-shorturi - DEFAULT_SEVERITY Warning DESCRIPTION "KUriFilter Shorturi (KIO)" EXPORT KIO ) diff --git a/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/kshorturifilter.h b/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/kshorturifilter.h index 10591a329a..6ace78e81f 100644 --- a/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/kshorturifilter.h +++ b/local/recipes/kde/kf6-kio/source/src/urifilters/shorturi/kshorturifilter.h @@ -17,7 +17,7 @@ #include "kurifilterplugin_p.h" #include -/** +/*! * This is short URL filter class. * * @short A filter that converts short URLs into fully qualified ones. @@ -31,7 +31,7 @@ class KShortUriFilter : public KUriFilterPlugin public: explicit KShortUriFilter(QObject *parent, const KPluginMetaData &data); - /** + /*! * Converts short URIs into fully qualified valid URIs * whenever possible. * @@ -39,8 +39,8 @@ public: * is a known short URI and converts it to its fully * qualified version. * - * @param data the data to be filtered - * @return true if the url has been filtered + * \a data the data to be filtered + * Returns true if the url has been filtered */ bool filterUri(KUriFilterData &data) const override; diff --git a/local/recipes/kde/kf6-kio/source/src/utils_p.h b/local/recipes/kde/kf6-kio/source/src/utils_p.h index 1a7be043f2..2b4bc0ca6a 100644 --- a/local/recipes/kde/kf6-kio/source/src/utils_p.h +++ b/local/recipes/kde/kf6-kio/source/src/utils_p.h @@ -31,7 +31,7 @@ inline bool isAbsoluteLocalPath(const QString &path) return !path.startsWith(QLatin1Char(':')) && QDir::isAbsolutePath(path); } -/** +/* * Appends a slash to @p path if it's not empty, and doesn't already end with a '/'. * This method modifies its arg directly: * QString p = "foo"; @@ -89,7 +89,7 @@ inline QString trailingSlashRemoved(const QString &s) return path; } -/** +/*! * Appends a slash '/' to @p url path, if url.path() isn't empty and doesn't already * end with a slash. */ diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/src/widgets/CMakeLists.txt index 65ac1edf1d..1882f3ae65 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/src/widgets/CMakeLists.txt @@ -35,6 +35,8 @@ target_sources(KF6KIOWidgets PRIVATE kshellcompletion.cpp kurlcompletion.cpp renamedialog.cpp + ksslcertificatebox.cpp + ksslinfodialog.cpp skipdialog.cpp jobuidelegate.cpp kdirlister.cpp @@ -54,14 +56,15 @@ target_sources(KF6KIOWidgets PRIVATE kbuildsycocaprogressdialog.cpp renamefiledialog.cpp kfileitemdelegate.cpp - delegateanimationhandler.cpp kpropertiesdialog.cpp kpropertiesdialogplugin.cpp kpropertiesdialogbuiltin_p.cpp + sslui.cpp ) if (HAVE_QTDBUS) target_sources(KF6KIOWidgets PRIVATE + kdynamicjobtracker.cpp ${kiowidgets_dbus_SRCS} ) endif() @@ -86,6 +89,7 @@ ecm_qt_export_logging_category( ki18n_wrap_ui(KF6KIOWidgets checksumswidget.ui certificateparty.ui + executablefileopendialog.ui sslinfo.ui kpropertiesdesktopadvbase.ui kpropertiesdesktopbase.ui @@ -111,7 +115,6 @@ target_link_libraries(KF6KIOWidgets KF6::KIOCore KF6::JobWidgets KF6::Service - KF6::Solid Qt6::Network # SSL KF6::Completion # KUrlCompletion uses KCompletion KF6::WidgetsAddons # keditlistwidget @@ -124,6 +127,7 @@ target_link_libraries(KF6KIOWidgets KF6::IconWidgets # KIconButton KF6::WindowSystem # KStartupInfo KF6::ColorScheme + Qt6::GuiPrivate ) if (HAVE_QTDBUS) target_link_libraries(KF6KIOWidgets PRIVATE ${DBUS_LIB}) @@ -147,6 +151,8 @@ ecm_generate_headers(KIOWidgets_HEADERS KBuildSycocaProgressDialog KFile KUrlRequester + KSslCertificateBox + KSslInfoDialog KDirLister KDirModel KShellCompletion @@ -155,6 +161,8 @@ ecm_generate_headers(KIOWidgets_HEADERS REQUIRED_HEADERS KIOWidgets_HEADERS ) +ecm_generate_qdoc(KF6KIOWidgets kiowidgets.qdocconf) + # Headers prefixed with KIO/ ecm_generate_headers(KIOWidgets_CamelCase_HEADERS HEADER_NAMES @@ -186,7 +194,3 @@ install(FILES ${KIOWidgets_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/kiowidgets_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KIOWidgets COMPONENT Devel) - -# make available to ecm_add_qch in parent folder -set(KIOWidgets_QCH_SOURCES ${KIOWidgets_HEADERS} ${KIO_namespaced_widgets_HEADERS} PARENT_SCOPE) - diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/checksumswidget.ui b/local/recipes/kde/kf6-kio/source/src/widgets/checksumswidget.ui index dcedcd31a2..8c2f758ca3 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/checksumswidget.ui +++ b/local/recipes/kde/kf6-kio/source/src/widgets/checksumswidget.ui @@ -19,6 +19,9 @@ true + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + @@ -50,6 +53,9 @@ Feedback + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + @@ -63,6 +69,9 @@ MD5: + + md5Button + @@ -70,6 +79,9 @@ SHA1: + + sha1Button + @@ -77,6 +89,9 @@ SHA256: + + sha256Button + @@ -84,6 +99,9 @@ SHA512: + + sha512Button + @@ -108,6 +126,16 @@ + + + + true + + + false + + + @@ -145,6 +173,16 @@ + + + + true + + + false + + + @@ -182,6 +220,16 @@ + + + + true + + + false + + + @@ -219,6 +267,16 @@ + + + + true + + + false + + + diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/clipboardupdater_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/clipboardupdater_p.h index 35f60ef719..b221e48afa 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/clipboardupdater_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/clipboardupdater_p.h @@ -19,7 +19,9 @@ namespace KIO class Job; class JobUiDelegate; -/** +/*! + * \internal + * * Updates the clipboard when it is affected by KIO operations. * * UpdateContent updates clipboard urls that were modified. This mode should @@ -33,7 +35,7 @@ class JobUiDelegate; * out the specified job. This mode for example is used by the KIO::pasteClipboard * job when a user performs a cut+paste operation. * - * This class also sets @ref job as its parent object. As such, when @ref job + * This class also sets job as its parent object. As such, when job * is deleted the instance of ClipboardUpdater you create will also be deleted * as well. */ @@ -42,12 +44,12 @@ class ClipboardUpdater : public QObject Q_OBJECT public: - /** + /*! * Convenience function that allows renaming of a single url in the clipboard. */ static void update(const QUrl &srcUrl, const QUrl &destUrl); - /** + /*! * Sets the mode. */ void setMode(JobUiDelegateExtension::ClipboardUpdaterMode m); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/config-kiowidgets.h.cmake b/local/recipes/kde/kf6-kio/source/src/widgets/config-kiowidgets.h.cmake index c8b487a961..1431ea3fd9 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/config-kiowidgets.h.cmake +++ b/local/recipes/kde/kf6-kio/source/src/widgets/config-kiowidgets.h.cmake @@ -12,3 +12,5 @@ #cmakedefine01 HAVE_SYS_STAT_H /* Defined if sys/xattr.h exists */ #cmakedefine01 HAVE_SYS_XATTR_H +/* Defined if has Wayland support */ +#cmakedefine01 HAVE_WAYLAND diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler.cpp deleted file mode 100644 index 9d8f81beb8..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler.cpp +++ /dev/null @@ -1,433 +0,0 @@ -/* - This file is part of the KDE project - SPDX-FileCopyrightText: 2007 Fredrik Höglund - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -#include "delegateanimationhandler_p.h" - -#include -#include -#include -#include - -#include "kdirmodel.h" -#include -#include - -#include "moc_delegateanimationhandler_p.cpp" - -namespace KIO -{ -// Needed because state() is a protected method -class ProtectedAccessor : public QAbstractItemView -{ - Q_OBJECT -public: - bool draggingState() const - { - return state() == DraggingState; - } -}; - -// Debug output is disabled by default, use kdebugdialog to enable it -// static int animationDebugArea() { static int s_area = KDebug::registerArea("kio (delegateanimationhandler)", false); -// return s_area; } - -// --------------------------------------------------------------------------- - -CachedRendering::CachedRendering(QStyle::State state, const QSize &size, const QModelIndex &index, qreal devicePixelRatio) - : state(state) - , regular(QPixmap(size * devicePixelRatio)) - , hover(QPixmap(size * devicePixelRatio)) - , valid(true) - , validityIndex(index) -{ - regular.setDevicePixelRatio(devicePixelRatio); - hover.setDevicePixelRatio(devicePixelRatio); - regular.fill(Qt::transparent); - hover.fill(Qt::transparent); - - if (index.model()) { - connect(index.model(), &QAbstractItemModel::dataChanged, this, &CachedRendering::dataChanged); - connect(index.model(), &QAbstractItemModel::modelReset, this, &CachedRendering::modelReset); - } -} - -void CachedRendering::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) -{ - if (validityIndex.row() >= topLeft.row() && validityIndex.column() >= topLeft.column() && validityIndex.row() <= bottomRight.row() - && validityIndex.column() <= bottomRight.column()) { - valid = false; - } -} - -void CachedRendering::modelReset() -{ - valid = false; -} - -// --------------------------------------------------------------------------- - -AnimationState::AnimationState(const QModelIndex &index) - : index(index) - , direction(QTimeLine::Forward) - , animating(false) - , jobAnimation(false) - , progress(0.0) - , m_fadeProgress(1.0) - , m_jobAnimationAngle(0.0) - , renderCache(nullptr) - , fadeFromRenderCache(nullptr) -{ - creationTime.start(); -} - -AnimationState::~AnimationState() -{ - delete renderCache; - delete fadeFromRenderCache; -} - -bool AnimationState::update() -{ - const qreal runtime = (direction == QTimeLine::Forward ? 150 : 250); // milliseconds - const qreal increment = 1000. / runtime / 1000.; - const qreal delta = increment * time.restart(); - - if (direction == QTimeLine::Forward) { - progress = qMin(qreal(1.0), progress + delta); - animating = (progress < 1.0); - } else { - progress = qMax(qreal(0.0), progress - delta); - animating = (progress > 0.0); - } - - if (fadeFromRenderCache) { - // Icon fading goes always forwards - m_fadeProgress = qMin(qreal(1.0), m_fadeProgress + delta); - animating |= (m_fadeProgress < 1.0); - if (m_fadeProgress == 1) { - setCachedRenderingFadeFrom(nullptr); - } - } - - if (jobAnimation) { - m_jobAnimationAngle += 1.0; - if (m_jobAnimationAngle == 360) { - m_jobAnimationAngle = 0; - } - - if (index.model()->data(index, KDirModel::HasJobRole).toBool()) { - animating = true; - // there is a job here still... - return false; - } else { - animating = false; - // there's no job here anymore, return true so we stop painting this. - return true; - } - } else { - return !animating; - } -} - -static constexpr double s_mPI2 = 1.57079632679489661923; - -qreal AnimationState::hoverProgress() const -{ - return qRound(255.0 * std::sin(progress * s_mPI2)) / 255.0; -} - -qreal AnimationState::fadeProgress() const -{ - return qRound(255.0 * std::sin(m_fadeProgress * s_mPI2)) / 255.0; -} - -qreal AnimationState::jobAnimationAngle() const -{ - return m_jobAnimationAngle; -} - -bool AnimationState::hasJobAnimation() const -{ - return jobAnimation; -} - -void AnimationState::setJobAnimation(bool value) -{ - jobAnimation = value; -} - -// --------------------------------------------------------------------------- - -static const int switchIconInterval = 1000; ///@todo Eventually configurable interval? - -DelegateAnimationHandler::DelegateAnimationHandler(QObject *parent) - : QObject(parent) -{ - iconSequenceTimer.setSingleShot(true); - iconSequenceTimer.setInterval(switchIconInterval); - connect(&iconSequenceTimer, &QTimer::timeout, this, &DelegateAnimationHandler::sequenceTimerTimeout); - ; -} - -DelegateAnimationHandler::~DelegateAnimationHandler() -{ - timer.stop(); - - QMapIterator i(animationLists); - while (i.hasNext()) { - i.next(); - qDeleteAll(*i.value()); - delete i.value(); - } - animationLists.clear(); -} - -void DelegateAnimationHandler::sequenceTimerTimeout() -{ - QAbstractItemModel *model = const_cast(sequenceModelIndex.model()); - QAbstractProxyModel *proxy = qobject_cast(model); - QModelIndex index = sequenceModelIndex; - - if (proxy) { - index = proxy->mapToSource(index); - model = proxy->sourceModel(); - } - - KDirModel *dirModel = dynamic_cast(model); - if (dirModel) { - // qDebug() << "requesting" << currentSequenceIndex; - dirModel->requestSequenceIcon(index, currentSequenceIndex); - iconSequenceTimer.start(); // Some upper-bound interval is needed, in case items are not generated - } -} - -void DelegateAnimationHandler::gotNewIcon(const QModelIndex &index) -{ - Q_UNUSED(index); - - // qDebug() << currentSequenceIndex; - if (sequenceModelIndex.isValid() && currentSequenceIndex) { - iconSequenceTimer.start(); - } - // if(index ==sequenceModelIndex) //Leads to problems - ++currentSequenceIndex; -} - -void DelegateAnimationHandler::setSequenceIndex(int sequenceIndex) -{ - // qDebug() << sequenceIndex; - - if (sequenceIndex > 0) { - currentSequenceIndex = sequenceIndex; - iconSequenceTimer.start(); - } else { - currentSequenceIndex = 0; - sequenceTimerTimeout(); // Set the icon back to the standard one - currentSequenceIndex = 0; // currentSequenceIndex was incremented, set it back to 0 - iconSequenceTimer.stop(); - } -} - -void DelegateAnimationHandler::eventuallyStartIteration(const QModelIndex &index) -{ - // if (KGlobalSettings::graphicEffectsLevel() & KGlobalSettings::SimpleAnimationEffects) { - /// Think about it. - - if (sequenceModelIndex.isValid()) { - setSequenceIndex(0); // Stop old iteration, and reset the icon for the old iteration - } - - // Start sequence iteration - sequenceModelIndex = index; - setSequenceIndex(1); - // } -} - -AnimationState *DelegateAnimationHandler::animationState(const QStyleOption &option, const QModelIndex &index, const QAbstractItemView *view) -{ - // We can't do animations reliably when an item is being dragged, since that - // item will be drawn in two locations at the same time and hovered in one and - // not the other. We can't tell them apart because they both have the same index. - if (!view || static_cast(view)->draggingState()) { - return nullptr; - } - - AnimationState *state = findAnimationState(view, index); - bool hover = option.state & QStyle::State_MouseOver; - - // If the cursor has entered an item - if (!state && hover) { - state = new AnimationState(index); - addAnimationState(state, view); - - if (!fadeInAddTime.isValid() || (fadeInAddTime.isValid() && fadeInAddTime.elapsed() > 300)) { - startAnimation(state); - } else { - state->animating = false; - state->progress = 1.0; - state->direction = QTimeLine::Forward; - } - - fadeInAddTime.restart(); - - eventuallyStartIteration(index); - } else if (state) { - // If the cursor has exited an item - if (!hover && (!state->animating || state->direction == QTimeLine::Forward)) { - state->direction = QTimeLine::Backward; - - if (state->creationTime.elapsed() < 200) { - state->progress = 0.0; - } - - startAnimation(state); - - // Stop sequence iteration - if (index == sequenceModelIndex) { - setSequenceIndex(0); - sequenceModelIndex = QPersistentModelIndex(); - } - } else if (hover && state->direction == QTimeLine::Backward) { - // This is needed to handle the case where an item is dragged within - // the view, and dropped in a different location. State_MouseOver will - // initially not be set causing a "hover out" animation to start. - // This reverses the direction as soon as we see the bit being set. - state->direction = QTimeLine::Forward; - - if (!state->animating) { - startAnimation(state); - } - - eventuallyStartIteration(index); - } - } else if (!state && index.model()->data(index, KDirModel::HasJobRole).toBool()) { - state = new AnimationState(index); - addAnimationState(state, view); - startAnimation(state); - state->setJobAnimation(true); - } - - return state; -} - -AnimationState *DelegateAnimationHandler::findAnimationState(const QAbstractItemView *view, const QModelIndex &index) const -{ - // Try to find a list of animation states for the view - const AnimationList *list = animationLists.value(view); - - if (list) { - auto it = std::find_if(list->cbegin(), list->cend(), [&index](AnimationState *state) { - return state->index == index; - }); - if (it != list->cend()) { - return *it; - } - } - - return nullptr; -} - -void DelegateAnimationHandler::addAnimationState(AnimationState *state, const QAbstractItemView *view) -{ - AnimationList *list = animationLists.value(view); - - // If this is the first time we've seen this view - if (!list) { - connect(view, &QObject::destroyed, this, &DelegateAnimationHandler::viewDeleted); - - list = new AnimationList; - animationLists.insert(view, list); - } - - list->append(state); -} - -void DelegateAnimationHandler::restartAnimation(AnimationState *state) -{ - startAnimation(state); -} - -void DelegateAnimationHandler::startAnimation(AnimationState *state) -{ - state->time.start(); - state->animating = true; - - if (!timer.isActive()) { - timer.start(1000 / 30, this); // 30 fps - } -} - -int DelegateAnimationHandler::runAnimations(AnimationList *list, const QAbstractItemView *view) -{ - int activeAnimations = 0; - QRegion region; - - QMutableListIterator i(*list); - while (i.hasNext()) { - AnimationState *state = i.next(); - - if (!state->animating) { - continue; - } - - // We need to make sure the index is still valid, since it could be removed - // while the animation is running. - if (state->index.isValid()) { - bool finished = state->update(); - region += view->visualRect(state->index); - - if (!finished) { - activeAnimations++; - continue; - } - } - - // If the direction is Forward, the state object needs to stick around - // after the animation has finished, so we know that we've already done - // a "hover in" for the index. - if (state->direction == QTimeLine::Backward || !state->index.isValid()) { - delete state; - i.remove(); - } - } - - // Trigger a repaint of the animated indexes - if (!region.isEmpty()) { - const_cast(view)->viewport()->update(region); - } - - return activeAnimations; -} - -void DelegateAnimationHandler::viewDeleted(QObject *view) -{ - AnimationList *list = animationLists.take(static_cast(view)); - qDeleteAll(*list); - delete list; -} - -void DelegateAnimationHandler::timerEvent(QTimerEvent *) -{ - int activeAnimations = 0; - - AnimationListsIterator i(animationLists); - while (i.hasNext()) { - i.next(); - AnimationList *list = i.value(); - const QAbstractItemView *view = i.key(); - - activeAnimations += runAnimations(list, view); - } - - if (activeAnimations == 0 && timer.isActive()) { - timer.stop(); - } -} - -} - -#include "delegateanimationhandler.moc" diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler_p.h deleted file mode 100644 index 948f5ec2ca..0000000000 --- a/local/recipes/kde/kf6-kio/source/src/widgets/delegateanimationhandler_p.h +++ /dev/null @@ -1,160 +0,0 @@ -/* - This file is part of the KDE project - SPDX-FileCopyrightText: 2007 Fredrik Höglund - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -#ifndef DELEGATEANIMATIONHANDLER_P_H -#define DELEGATEANIMATIONHANDLER_P_H - -#include -#include -#include -#include -#include -#include -#include -#include - -class QAbstractItemView; - -namespace KIO -{ -class CachedRendering : public QObject -{ - Q_OBJECT -public: - CachedRendering(QStyle::State state, const QSize &size, const QModelIndex &validityIndex, qreal devicePixelRatio = 1.0); - bool checkValidity(QStyle::State current) const - { - return state == current && valid; - } - - QStyle::State state; - QPixmap regular; - QPixmap hover; - - bool valid; - QPersistentModelIndex validityIndex; -private Q_SLOTS: - void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); - void modelReset(); -}; - -class AnimationState -{ -public: - ~AnimationState(); - AnimationState(const AnimationState &) = delete; - AnimationState &operator=(const AnimationState &) = delete; - - // Progress of the mouse hovering animation - qreal hoverProgress() const; - // Progress of the icon fading animation - qreal fadeProgress() const; - // Angle of the painter, to paint the animation for a file job on an item - qreal jobAnimationAngle() const; - - void setJobAnimation(bool value); - bool hasJobAnimation() const; - - CachedRendering *cachedRendering() const - { - return renderCache; - } - // The previous render-cache is deleted, if there was one - void setCachedRendering(CachedRendering *rendering) - { - delete renderCache; - renderCache = rendering; - } - - // Returns current cached rendering, and removes it from this state. - // The caller has the ownership. - CachedRendering *takeCachedRendering() - { - CachedRendering *ret = renderCache; - renderCache = nullptr; - return ret; - } - - CachedRendering *cachedRenderingFadeFrom() const - { - return fadeFromRenderCache; - } - // The previous render-cache is deleted, if there was one - void setCachedRenderingFadeFrom(CachedRendering *rendering) - { - delete fadeFromRenderCache; - fadeFromRenderCache = rendering; - if (rendering) { - m_fadeProgress = 0; - } else { - m_fadeProgress = 1; - } - } - -private: - explicit AnimationState(const QModelIndex &index); - bool update(); - - QPersistentModelIndex index; - QTimeLine::Direction direction; - bool animating; - bool jobAnimation; - qreal progress; - qreal m_fadeProgress; - qreal m_jobAnimationAngle; - QElapsedTimer time; - QElapsedTimer creationTime; - CachedRendering *renderCache; - CachedRendering *fadeFromRenderCache; - - friend class DelegateAnimationHandler; -}; - -class DelegateAnimationHandler : public QObject -{ - Q_OBJECT - - typedef QList AnimationList; - typedef QMapIterator AnimationListsIterator; - typedef QMutableMapIterator MutableAnimationListsIterator; - -public: - explicit DelegateAnimationHandler(QObject *parent = nullptr); - ~DelegateAnimationHandler() override; - - AnimationState *animationState(const QStyleOption &option, const QModelIndex &index, const QAbstractItemView *view); - - void restartAnimation(AnimationState *state); - - void gotNewIcon(const QModelIndex &index); - -private Q_SLOTS: - void viewDeleted(QObject *view); - void sequenceTimerTimeout(); - -private: - void eventuallyStartIteration(const QModelIndex &index); - AnimationState *findAnimationState(const QAbstractItemView *view, const QModelIndex &index) const; - void addAnimationState(AnimationState *state, const QAbstractItemView *view); - void startAnimation(AnimationState *state); - int runAnimations(AnimationList *list, const QAbstractItemView *view); - void timerEvent(QTimerEvent *event) override; - void setSequenceIndex(int arg1); - -private: - QMap animationLists; - QElapsedTimer fadeInAddTime; - QBasicTimer timer; - // Icon sequence handling: - QPersistentModelIndex sequenceModelIndex; - QTimer iconSequenceTimer; - int currentSequenceIndex; -}; - -} - -#endif diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.cpp index 1f182c99c9..2d18330ea4 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.cpp @@ -51,6 +51,7 @@ public: AskIface::ConfirmationType m_confirm; QWidget *m_parentWindow = nullptr; QMetaObject::Connection m_handlerConnection; + bool m_autoErrorHandling = true; }; void DeleteOrTrashJobPrivate::slotAskUser(bool allowDelete, const QList &urls, AskIface::DeletionType delType, QWidget *parentWindow) @@ -70,6 +71,7 @@ void DeleteOrTrashJobPrivate::slotAskUser(bool allowDelete, const QList &u UndoMananger::self()->recordJob(UndoMananger::Trash, urls, QUrl(QStringLiteral("trash:/")), job); break; case AskIface::DeleteInsteadOfTrash: + case AskIface::DeleteNoTrashAvailable: case AskIface::Delete: Q_ASSERT(!urls.isEmpty()); job = KIO::del(urls); @@ -85,8 +87,11 @@ void DeleteOrTrashJobPrivate::slotAskUser(bool allowDelete, const QList &u // because if Trashing fails (e.g. due to size constraints), we'll re-ask the // user about deleting instead of Trashing, in which case we don't want to // show the "File is too large to Trash" error message + m_autoErrorHandling = job->uiDelegate()->isAutoErrorHandlingEnabled(); job->uiDelegate()->setAutoErrorHandlingEnabled(false); q->addSubjob(job); + + Q_EMIT q->started(); } } @@ -105,10 +110,14 @@ void DeleteOrTrashJob::start() { auto *askHandler = KIO::delegateExtension(this); if (!askHandler) { - auto *uiDelegate = new KJobUiDelegate(KJobUiDelegate::AutoErrorHandlingEnabled); - auto *widgetAskHandler = new WidgetsAskUserActionHandler(uiDelegate); + auto *delegate = uiDelegate(); + if (!delegate) { + delegate = new KJobUiDelegate(KJobUiDelegate::AutoErrorHandlingEnabled); + setUiDelegate(delegate); + } + d->m_autoErrorHandling = delegate->isAutoErrorHandlingEnabled(); + auto *widgetAskHandler = new WidgetsAskUserActionHandler(delegate); widgetAskHandler->setWindow(d->m_parentWindow); - setUiDelegate(uiDelegate); askHandler = widgetAskHandler; } @@ -133,9 +142,10 @@ void DeleteOrTrashJob::slotResult(KJob *job) { const int errCode = job->error(); - if (errCode == KIO::ERR_TRASH_FILE_TOO_LARGE) { + if (errCode == KIO::ERR_TRASH_FILE_TOO_LARGE || errCode == KIO::ERR_TRASH_NOT_AVAILABLE) { removeSubjob(job); - d->m_delType = AskIface::DeleteInsteadOfTrash; + d->m_delType = (errCode == KIO::ERR_TRASH_FILE_TOO_LARGE) ? AskIface::DeleteInsteadOfTrash : AskIface::DeleteNoTrashAvailable; + d->m_confirm = AskIface::ForceConfirmation; start(); return; } @@ -144,7 +154,9 @@ void DeleteOrTrashJob::slotResult(KJob *job) setError(errCode); // We're a KJob, not a KIO::Job, so build the error string here setErrorText(KIO::buildErrorString(errCode, job->errorText())); - job->uiDelegate()->showErrorMessage(); + if (d->m_autoErrorHandling) { + job->uiDelegate()->showErrorMessage(); + } } emitResult(); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.h b/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.h index 298e6f5bdb..486a1be709 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/deleteortrashjob.h @@ -20,10 +20,12 @@ namespace KIO class DeleteOrTrashJobPrivate; -/** - * @class DeleteOrTrashJob deleteortrashjob.h +/*! + * \class KIO::DeleteOrTrashJob + * \inheaderfile KIO/DeleteOrTrashJob + * \inmodule KIOWidgets * - * This job asks the user for confirmation to delete or move to Trash + * \brief This job asks the user for confirmation to delete or move to Trash * a list of URLs; or if the job is constructed with * AskUserActionInterface::EmptyTrash, to empty the Trash. * @@ -36,38 +38,53 @@ class DeleteOrTrashJobPrivate; * * To start the job after constructing it, you must call start(). * - * @since 5.100 + * \since 5.100 */ class KIOWIDGETS_EXPORT DeleteOrTrashJob : public KCompositeJob { Q_OBJECT public: - /** + /*! * Creates a DeleteOrTrashJob. - * @param urls the list of urls to delete, move to Trash, or an empty list + * + * \a urls the list of urls to delete, move to Trash, or an empty list * in the case of AskUserActionInterface::EmptyTrash (in the latter case, * the list of urls is ignored) - * @param deletionType one of AskUserActionInterface::DeletionType - * @param confirm one of AskUserActionInterface::ConfirmationType - * @param parent parent object, e.g. a QWidget for widget-based applications + * + * \a deletionType one of AskUserActionInterface::DeletionType + * + * \a confirm one of AskUserActionInterface::ConfirmationType + * + * \a parent parent object, e.g. a QWidget for widget-based applications */ explicit DeleteOrTrashJob(const QList &urls, AskUserActionInterface::DeletionType deletionType, AskUserActionInterface::ConfirmationType confirm, QObject *parent); - /** + /*! * Destructor * * Note that jobs auto-delete themselves after emitting result */ ~DeleteOrTrashJob() override; - /** + /*! * You must call this to actually start the job. */ void start() override; +Q_SIGNALS: + /** + * Emitted when the actual delete or trash job has been started. + * + * This can be used to display a busy indicator after the user has confirmed + * this operation. + * + * @since 6.15 + */ + void started(); + private: void slotResult(KJob *job) override; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.cpp index 6163169815..3aedfa6132 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.cpp @@ -20,16 +20,19 @@ #include #include #include +#include #include #include #include #include #include #include +#include #include #include #include #include +#include #include #ifdef WITH_QTDBUS @@ -40,8 +43,8 @@ #include #include #include +#include #include -#include #include #include @@ -83,8 +86,9 @@ public: DropJobPrivate(const QDropEvent *dropEvent, const QUrl &destUrl, DropJobFlags dropjobFlags, JobFlags flags) : JobPrivate() , m_mimeData(dropEvent->mimeData()) // Extract everything from the dropevent, since it will be deleted before the job starts - , m_urls(KUrlMimeData::urlsFromMimeData(m_mimeData, KUrlMimeData::PreferLocalUrls, &m_metaData)) + , m_urls(sanitizeUrls(KUrlMimeData::urlsFromMimeData(m_mimeData, KUrlMimeData::PreferLocalUrls, &m_metaData))) , m_dropAction(dropEvent->dropAction()) + , m_possibleActions(dropEvent->possibleActions()) , m_relativePos(dropEvent->position().toPoint()) , m_keyboardModifiers(dropEvent->modifiers()) , m_hasArkFormat(m_mimeData->hasFormat(s_applicationSlashXDashKDEDashArkDashDnDExtractDashService) @@ -108,24 +112,6 @@ public: m_remoteArkDBusClient = QString::fromUtf8(m_mimeData->data(s_applicationSlashXDashKDEDashArkDashDnDExtractDashService)); m_remoteArkDBusPath = QString::fromUtf8(m_mimeData->data(s_applicationSlashXDashKDEDashArkDashDnDExtractDashPath)); } - - if (!(m_flags & KIO::NoPrivilegeExecution)) { - m_privilegeExecutionEnabled = true; - switch (m_dropAction) { - case Qt::CopyAction: - m_operationType = Copy; - break; - case Qt::MoveAction: - m_operationType = Move; - break; - case Qt::LinkAction: - m_operationType = Symlink; - break; - default: - m_operationType = Other; - break; - } - } } bool destIsDirectory() const @@ -137,6 +123,20 @@ public: // So for remote URLs, we just assume they point to a directory, the user will get an error from KIO::copy if not. return true; } + + QList sanitizeUrls(const QList &urls) + { + QList result; + for (const QUrl &url : urls) { + if (url.isValid() && !url.scheme().isEmpty()) { + result << url; + } else { + qCWarning(KIO_WIDGETS) << "DropJob: Ignoring invalid URL" << url; + } + } + return result; + } + void handleCopyToDirectory(); void slotDropActionDetermined(int error); void handleDropToDesktopFile(); @@ -151,8 +151,11 @@ public: const QList m_urls; QMap m_metaData; Qt::DropAction m_dropAction; + Qt::DropActions m_possibleActions; + bool m_allSourcesAreHttpUrls; QPoint m_relativePos; Qt::KeyboardModifiers m_keyboardModifiers; + KFileItemListProperties m_itemProps; bool m_hasArkFormat; QString m_remoteArkDBusClient; QString m_remoteArkDBusPath; @@ -295,29 +298,6 @@ void DropJobPrivate::slotStart() void DropJobPrivate::fillPopupMenu(KIO::DropMenu *popup) { - Q_Q(DropJob); - - // Check what the source can do - // TODO: Determining the MIME type of the source URLs is difficult for remote URLs, - // we would need to KIO::stat each URL in turn, asynchronously.... - KFileItemList fileItems; - fileItems.reserve(m_urls.size()); - for (const QUrl &url : m_urls) { - fileItems.append(KFileItem(url)); - } - const bool allSourcesAreHttpUrls = std::ranges::all_of(m_urls, [](const auto &url) { - return url.scheme().startsWith(QStringLiteral("http"), Qt::CaseInsensitive); - }); - const KFileItemListProperties itemProps(fileItems); - - Q_EMIT q->popupMenuAboutToShow(itemProps); - - const bool sReading = itemProps.supportsReading(); - // For http URLs, even though technically the protocol supports deleting, - // this never makes sense for a drag operation. - const bool sDeleting = allSourcesAreHttpUrls ? false : itemProps.supportsDeleting(); - const bool sMoving = itemProps.supportsMoving(); - const int separatorLength = QCoreApplication::translate("QShortcut", "+").size(); QString seq = QKeySequence(Qt::ShiftModifier).toString(QKeySequence::NativeText); seq.chop(separatorLength); // chop superfluous '+' @@ -327,8 +307,8 @@ void DropJobPrivate::fillPopupMenu(KIO::DropMenu *popup) seq = QKeySequence(Qt::ControlModifier).toString(QKeySequence::NativeText); seq.chop(separatorLength); - const QString copyActionName = allSourcesAreHttpUrls ? i18nc("@action:inmenu Download contents of URL here", "&Download Here") : i18n("&Copy Here"); - const QIcon copyActionIcon = QIcon::fromTheme(allSourcesAreHttpUrls ? QStringLiteral("download") : QStringLiteral("edit-copy")); + const QString copyActionName = m_allSourcesAreHttpUrls ? i18nc("@action:inmenu Download contents of URL here", "&Download Here") : i18n("&Copy Here"); + const QIcon copyActionIcon = QIcon::fromTheme(m_allSourcesAreHttpUrls ? QStringLiteral("download") : QStringLiteral("edit-copy")); QAction *popupCopyAction = new QAction(copyActionName + QLatin1Char('\t') + seq, popup); popupCopyAction->setIcon(copyActionIcon); popupCopyAction->setData(QVariant::fromValue(Qt::CopyAction)); @@ -338,23 +318,25 @@ void DropJobPrivate::fillPopupMenu(KIO::DropMenu *popup) popupLinkAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-link"))); popupLinkAction->setData(QVariant::fromValue(Qt::LinkAction)); - if (sMoving || (sReading && sDeleting)) { - const bool equalDestination = std::all_of(m_urls.cbegin(), m_urls.cend(), [this](const QUrl &src) { - return m_destUrl.matches(src.adjusted(QUrl::RemoveFilename), QUrl::StripTrailingSlash); - }); - - if (!equalDestination) { - popup->addAction(popupMoveAction); - } + if (m_possibleActions & Qt::MoveAction) { + popup->addAction(popupMoveAction); } - if (sReading) { + if (m_possibleActions & Qt::CopyAction) { popup->addAction(popupCopyAction); } popup->addAction(popupLinkAction); - addPluginActions(popup, itemProps); + if (m_dropjobFlags & DropJobFlag::ExcludePluginsActions) { + // we must exclude plugins actions so we just call addExtraActions with both parameters as empty lists + // to add some final common menu items prepared in that method (usually: last separator and "Cancel" action) + QList emptyActionList; + popup->addExtraActions(emptyActionList, emptyActionList); + } else { + // add plugins custom actions to drop popup menu + addPluginActions(popup, m_itemProps); + } } void DropJobPrivate::addPluginActions(KIO::DropMenu *popup, const KFileItemListProperties &itemProps) @@ -362,6 +344,7 @@ void DropJobPrivate::addPluginActions(KIO::DropMenu *popup, const KFileItemListP const QList plugin_offers = KPluginMetaData::findPlugins(QStringLiteral("kf6/kio_dnd")); for (const KPluginMetaData &data : plugin_offers) { if (auto plugin = KPluginFactory::instantiatePlugin(data).plugin) { + plugin->setParent(q_ptr); const auto actions = plugin->setup(itemProps, m_destUrl); for (auto action : actions) { action->setParent(popup); @@ -393,6 +376,7 @@ void DropJob::showMenu(const QPoint &p, QAction *atAction) } for (KIO::DropMenu *menu : std::as_const(d->m_menus)) { + menu->ensurePolished(); if (QWindow *transientParent = d->transientParent()) { if (menu->winId()) { menu->windowHandle()->setTransientParent(transientParent); @@ -443,15 +427,68 @@ void DropJobPrivate::handleCopyToDirectory() return; } - if (!m_destItem.isNull() && !m_destItem.isWritable() && (m_flags & KIO::NoPrivilegeExecution)) { + if (!m_destItem.isNull() && !m_destItem.isWritable()) { slotDropActionDetermined(KIO::ERR_WRITE_ACCESS_DENIED); return; } + // Check what the source can do + KFileItemList fileItems; + fileItems.reserve(m_urls.size()); + bool allItemsAreFromTrash = true; + bool allItemsAreLocal = true; + bool allItemsAreSameDevice = true; bool containsTrashRoot = false; + bool equalDestination = true; + m_allSourcesAreHttpUrls = true; + // Check if the default behavior has been changed to MoveAction, read from kdeglobals + const KConfigGroup g = KConfigGroup(KSharedConfig::openConfig(), QStringLiteral("KDE")); + QMetaEnum metaEnum = QMetaEnum::fromType(); + QString configValue = g.readEntry("DndBehavior", metaEnum.valueToKey(DndBehavior::AlwaysAsk)); + bool defaultActionIsMove = metaEnum.keyToValue(configValue.toLocal8Bit().constData()); + + KMountPoint::List mountPoints; + bool destIsLocal = m_destUrl.isLocalFile(); + QString destDevice; + if (defaultActionIsMove && destIsLocal) { + // As getting the mount point can be slow, only do it when we need to. + if (mountPoints.isEmpty()) { + mountPoints = KMountPoint::currentMountPoints(); + } + KMountPoint::Ptr destMountPoint = mountPoints.findByPath(m_destUrl.path()); + if (destMountPoint) { + destDevice = destMountPoint->mountedFrom(); + } else { + qCWarning(KIO_WIDGETS) << "Could not determine mount point for destination drop target " << m_destUrl; + } + } else { + allItemsAreSameDevice = false; + } + for (const QUrl &url : m_urls) { const bool local = url.isLocalFile(); + if (!local) { + allItemsAreLocal = false; + allItemsAreSameDevice = false; + } +#ifdef Q_OS_LINUX + // Check if the file is already in the xdg trash folder, BUG:497390 + const QString xdgtrash = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/Trash"); + if (!local /*optimization*/ && url.scheme() == QLatin1String("trash")) { + if (url.path().isEmpty() || url.path() == QLatin1String("/")) { + containsTrashRoot = true; + } + } else if (local || url.scheme() == QLatin1String("file")) { + if (!url.toLocalFile().startsWith(xdgtrash)) { + allItemsAreFromTrash = false; + } else if (url.path().isEmpty() || url.path() == QLatin1String("/")) { + containsTrashRoot = true; + } + } else { + allItemsAreFromTrash = false; + } +#else if (!local /*optimization*/ && url.scheme() == QLatin1String("trash")) { if (url.path().isEmpty() || url.path() == QLatin1String("/")) { containsTrashRoot = true; @@ -459,11 +496,60 @@ void DropJobPrivate::handleCopyToDirectory() } else { allItemsAreFromTrash = false; } +#endif + + if (equalDestination && !m_destUrl.matches(url.adjusted(QUrl::RemoveFilename), QUrl::StripTrailingSlash)) { + equalDestination = false; + } + + if (defaultActionIsMove && allItemsAreSameDevice) { + // As getting the mount point can be slow, only do it when we need to. + if (mountPoints.isEmpty()) { + mountPoints = KMountPoint::currentMountPoints(); + } + QString sourceDevice; + KMountPoint::Ptr sourceMountPoint = mountPoints.findByPath(url.path()); + if (sourceMountPoint) { + sourceDevice = sourceMountPoint->mountedFrom(); + } else { + qCWarning(KIO_WIDGETS) << "Could not determine mount point for destination drag source " << url; + } + if (sourceDevice != destDevice && !KFileItem(url).isLink()) { + allItemsAreSameDevice = false; + } + if (sourceDevice.isEmpty()) { + // Sanity check in case we somehow have a local files that we can't get the mount points from. + allItemsAreSameDevice = false; + } + } + + if (m_allSourcesAreHttpUrls && !url.scheme().startsWith(QStringLiteral("http"), Qt::CaseInsensitive)) { + m_allSourcesAreHttpUrls = false; + } + + fileItems.append(KFileItem(url)); + if (url.matches(m_destUrl, QUrl::StripTrailingSlash)) { slotDropActionDetermined(KIO::ERR_DROP_ON_ITSELF); return; } } + m_itemProps.setItems(fileItems); + + m_possibleActions |= Qt::LinkAction; + const bool sReading = m_itemProps.supportsReading(); + // For http URLs, even though technically the protocol supports deleting, + // this never makes sense for a drag operation. + const bool sDeleting = m_allSourcesAreHttpUrls ? false : m_itemProps.supportsDeleting(); + const bool sMoving = m_itemProps.supportsMoving(); + + if (!sReading) { + m_possibleActions &= ~Qt::CopyAction; + } + + if (!(sMoving || (sReading && sDeleting)) || equalDestination) { + m_possibleActions &= ~Qt::MoveAction; + } const bool trashing = m_destUrl.scheme() == QLatin1String("trash"); if (trashing) { @@ -513,6 +599,17 @@ void DropJobPrivate::handleCopyToDirectory() // No point in asking copy/move/link when using dragging from the trash, just move the file out. m_dropAction = Qt::MoveAction; err = KJob::NoError; // Ok + } else if (defaultActionIsMove && (m_possibleActions & Qt::MoveAction) && allItemsAreLocal && allItemsAreSameDevice) { + if (m_keyboardModifiers == Qt::NoModifier) { + m_dropAction = Qt::MoveAction; + err = KJob::NoError; // Ok + } else if (m_keyboardModifiers == Qt::ShiftModifier) { + // the user requests to show the menu + err = KIO::ERR_UNKNOWN; + } else if (m_keyboardModifiers & (Qt::ControlModifier | Qt::AltModifier)) { + // Qt determined m_dropAction from the modifiers + err = KJob::NoError; // Ok + } } else if (m_keyboardModifiers & (Qt::ControlModifier | Qt::ShiftModifier | Qt::AltModifier)) { // Qt determined m_dropAction from the modifiers already err = KJob::NoError; // Ok @@ -557,12 +654,14 @@ void DropJobPrivate::slotDropActionDetermined(int error) }); fillPopupMenu(menu); + Q_EMIT q->popupMenuAboutToShow(m_itemProps); QObject::connect(menu, &QMenu::triggered, q, [this](QAction *action) { m_triggered = true; slotTriggered(action); }); if (!(m_dropjobFlags & KIO::ShowMenuManually)) { + menu->ensurePolished(); if (QWindow *parent = transientParent()) { if (menu->winId()) { menu->windowHandle()->setTransientParent(parent); @@ -662,14 +761,22 @@ void DropJobPrivate::handleDropToDesktopFile() void DropJobPrivate::handleDropToExecutable() { Q_Q(DropJob); + const QString destFile = m_destUrl.toLocalFile(); // Launch executable for each of the files QStringList args; args.reserve(m_urls.size()); for (const QUrl &url : std::as_const(m_urls)) { args << url.toLocalFile(); // assume local files } - QProcess::startDetached(m_destUrl.toLocalFile(), args); - q->emitResult(); + auto *job = new KIO::CommandLauncherJob(destFile, args, q); + QObject::connect(job, &KJob::result, q, [q, job, destFile] { + if (job->error()) { + q->setError(KIO::ERR_CANNOT_LAUNCH_PROCESS); + q->setErrorText(destFile); + } + q->emitResult(); + }); + job->start(); } void DropJob::slotResult(KJob *job) diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.h b/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.h index 2f8635d1aa..78f47c8ea6 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/dropjob.h @@ -19,35 +19,53 @@ class KFileItemListProperties; namespace KIO { -/** +/*! * Special flag of DropJob in addition to KIO::JobFlag * - * @see DropJobFlags - * @since 5.67 + * \value DropJobDefaultFlags + * \value ShowMenuManually Show the menu manually with DropJob::showMenu + * \value[since 6.23] ExcludePluginsActions Exclude plugins actions from drop popup menu + * + * \since 5.67 */ enum DropJobFlag { DropJobDefaultFlags = 0, - ShowMenuManually = 1, ///< show the menu manually with DropJob::showMenu + ShowMenuManually = 1, + ExcludePluginsActions = 2, }; -/** - * Stores a combination of #DropJobFlag values. - */ Q_DECLARE_FLAGS(DropJobFlags, DropJobFlag) + +/*! + * Setting flag to determine what the default behaviour should be when dropping items. + * + * \value AlwaysAsk + * \value MoveIfSameDevice Move the dragged items without showing the options menu they are on the same device + * + * \since 6.14 + */ +Q_NAMESPACE +enum DndBehavior : std::uint8_t { + AlwaysAsk = 0, + MoveIfSameDevice = 1, +}; +Q_ENUM_NS(DndBehavior) Q_DECLARE_OPERATORS_FOR_FLAGS(DropJobFlags) class CopyJob; class DropJobPrivate; -/** - * @class KIO::DropJob dropjob.h +/*! + * \class KIO::DropJob + * \inheaderfile KIO/DropJob + * \inmodule KIOWidgets * - * A KIO job that handles dropping into a file-manager-like view. - * @see KIO::drop + * \brief A KIO job that handles dropping into a file-manager-like view. + * \sa KIO::drop * * The popupmenu that can appear on drop, can be customized with plugins, * see KIO::DndPopupMenuPlugin. * - * @since 5.6 + * \since 5.6 */ class KIOWIDGETS_EXPORT DropJob : public Job { @@ -56,7 +74,7 @@ class KIOWIDGETS_EXPORT DropJob : public Job public: ~DropJob() override; - /** + /*! * Allows the application to set additional actions in the drop popup menu. * For instance, the application handling the desktop might want to add * "set as wallpaper" if the dropped url is an image file. @@ -64,37 +82,38 @@ public: */ void setApplicationActions(const QList &actions); - /** + /*! * Allows the application to show the menu manually. * DropJob instance has to be created with the KIO::ShowMenuManually flag * - * @since 5.67 + * \since 5.67 */ void showMenu(const QPoint &p, QAction *atAction = nullptr); Q_SIGNALS: - /** + /*! * Signals that a file or directory was created. */ void itemCreated(const QUrl &url); - /** + /*! * Emitted when a copy job was started as subjob after user selection. * - * You can use @p job to monitor the progress of the copy/move/link operation. Note that a + * You can use \a job to monitor the progress of the copy/move/link operation. Note that a * CopyJob isn't always started by DropJob. For instance dropping files onto an executable will * simply launch the executable. * - * @param job the job started for moving, copying or symlinking files - * @since 5.30 + * \a job the job started for moving, copying or symlinking files + * \since 5.30 */ void copyJobStarted(KIO::CopyJob *job); - /** + /*! * Signals that the popup menu is about to be shown. * Applications can use the information provided about the dropped URLs * (e.g. the MIME type) to decide whether to call setApplicationActions. - * @param itemProps properties of the dropped items + * + * \a itemProps properties of the dropped items */ void popupMenuAboutToShow(const KFileItemListProperties &itemProps); @@ -108,7 +127,9 @@ private: Q_DECLARE_PRIVATE(DropJob) }; -/** +/*! + * \relates KIO::DropJob + * * Drops the clipboard contents. * * If the mime data contains URLs, a popup appears to choose between @@ -123,31 +144,39 @@ private: * itemCreated for every file or directory being created, so that the view can select * these items. * - * @param dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. - The application should take care of calling dropEvent->acceptProposedAction(). - * @param destUrl The URL of the target file or directory - * @param flags passed to the sub job + * \a dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. + * The application should take care of calling dropEvent->acceptProposedAction(). * - * @return A pointer to the job handling the operation. - * @warning Don't forget to call KJobWidgets::setWindow() on this job, otherwise the popup + * \a destUrl The URL of the target file or directory + * + * \a flags passed to the sub job + * + * Returns A pointer to the job handling the operation. + * + * \warning Don't forget to call KJobWidgets::setWindow() on this job, otherwise the popup * menu won't be properly positioned with Wayland compositors. - * @since 5.4 + * \since 5.4 */ KIOWIDGETS_EXPORT DropJob *drop(const QDropEvent *dropEvent, const QUrl &destUrl, JobFlags flags = DefaultFlags); -/** +/*! + * \relates KIO::DropJob + * * Similar to KIO::drop * - * @param dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. - The application should take care of calling dropEvent->acceptProposedAction(). - * @param destUrl The URL of the target file or directory - * @param dropjobFlags Show the menu immediately or manually. - * @param flags passed to the sub job + * \a dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. + * The application should take care of calling dropEvent->acceptProposedAction(). * - * @return A pointer to the job handling the operation. - * @warning Don't forget to call DropJob::showMenu on this job, otherwise the popup will never be shown + * \a destUrl The URL of the target file or directory * - * @since 5.67 + * \a dropjobFlags Show the menu immediately or manually. + * + * \a flags passed to the sub job + * + * Returns A pointer to the job handling the operation. + * \warning Don't forget to call DropJob::showMenu on this job, otherwise the popup will never be shown + * + * \since 5.67 */ KIOWIDGETS_EXPORT DropJob *drop(const QDropEvent *dropEvent, const QUrl &destUrl, diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.cpp index 7a495ab66f..36685be488 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.cpp @@ -1,66 +1,101 @@ /* This file is part of the KDE libraries SPDX-FileCopyrightText: 2014 Arjun A.K. + SPDX-FileCopyrightText: 2025 Kai Uwe Broulik SPDX-License-Identifier: LGPL-2.0-or-later */ #include "executablefileopendialog_p.h" -#include #include #include +#include #include -#include +#include +#include +#include +#include #include +#include -ExecutableFileOpenDialog::ExecutableFileOpenDialog(ExecutableFileOpenDialog::Mode mode, QWidget *parent) +#include + +ExecutableFileOpenDialog::ExecutableFileOpenDialog(const QUrl &url, const QMimeType &mimeType, ExecutableFileOpenDialog::Mode mode, QWidget *parent) : QDialog(parent) { - QLabel *label = new QLabel(i18n("What do you wish to do with this file?"), this); + m_ui.setupUi(this); - m_dontAskAgain = new QCheckBox(this); - m_dontAskAgain->setText(i18n("Do not ask again")); + std::optional fileItem; - QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Cancel, this); - connect(buttonBox, &QDialogButtonBox::rejected, this, &ExecutableFileOpenDialog::reject); + if (url.isValid()) { + fileItem = KFileItem{url, mimeType.name()}; - QVBoxLayout *layout = new QVBoxLayout(this); - layout->addWidget(label); - layout->addWidget(m_dontAskAgain); - layout->addWidget(buttonBox); + m_ui.nameLabel->setText(fileItem->name()); + m_ui.nameLabel->setToolTip(url.toDisplayString(QUrl::PreferLocalFile)); + } else { + m_ui.nameLabel->hide(); + } - QPushButton *executeButton = new QPushButton(i18n("&Execute"), this); - executeButton->setIcon(QIcon::fromTheme(QStringLiteral("system-run"))); + m_ui.mimeTypeLabel->setForegroundRole(QPalette::PlaceholderText); + // Not using KFileItem::comment() since that also reads the Comment from the .desktop file + // which could spoof the user. + m_ui.mimeTypeLabel->setText(mimeType.comment()); + m_ui.mimeTypeLabel->setToolTip(mimeType.name()); + + const QSize iconSize{KIconLoader::SizeHuge, KIconLoader::SizeHuge}; + QIcon icon; + + if (fileItem) { + icon = QIcon::fromTheme(fileItem->iconName()); + + auto *previewJob = KIO::filePreview({*fileItem}, iconSize); + previewJob->setDevicePixelRatio(devicePixelRatioF()); + connect(previewJob, &KIO::PreviewJob::gotPreview, this, [this](const KFileItem &item, const QPixmap &pixmap) { + Q_UNUSED(item); + m_ui.iconLabel->setPixmap(pixmap); + }); + } + + if (icon.isNull()) { + icon = QIcon::fromTheme(mimeType.iconName()); + } + if (icon.isNull()) { + icon = QIcon::fromTheme(QStringLiteral("unknown")); + } + + m_ui.iconLabel->setPixmap(icon.pixmap(iconSize, devicePixelRatioF())); + + connect(m_ui.buttonBox, &QDialogButtonBox::rejected, this, &ExecutableFileOpenDialog::reject); + + QPushButton *launchButton = new QPushButton(i18nc("@action:button Launch script", "&Launch"), this); + launchButton->setIcon(QIcon::fromTheme(QStringLiteral("system-run"))); if (mode == OnlyExecute) { - connect(executeButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::executeFile); + connect(launchButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::executeFile); } else if (mode == OpenAsExecute) { - connect(executeButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::openFile); + connect(launchButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::openFile); } else { // mode == OpenOrExecute - connect(executeButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::executeFile); + m_ui.label->setText(i18n("What do you wish to do with this file?")); + connect(launchButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::executeFile); - QPushButton *openButton = new QPushButton(i18n("&Open"), this); - openButton->setIcon(QIcon::fromTheme(QStringLiteral("document-preview"))); - buttonBox->addButton(openButton, QDialogButtonBox::AcceptRole); + QPushButton *openButton = new QPushButton(QIcon::fromTheme(QStringLiteral("document-preview")), i18nc("@action:button", "&Open"), this); + if (KService::Ptr service = KApplicationTrader::preferredService(mimeType.name())) { + openButton->setText(i18nc("@action:button", "&Open with %1", service->name())); + const QIcon serviceIcon = QIcon::fromTheme(service->icon()); + if (!serviceIcon.isNull()) { + openButton->setIcon(serviceIcon); + } + } + m_ui.buttonBox->addButton(openButton, QDialogButtonBox::AcceptRole); connect(openButton, &QPushButton::clicked, this, &ExecutableFileOpenDialog::openFile); } // Add Execute button last so that Open is first in the button box - buttonBox->addButton(executeButton, QDialogButtonBox::AcceptRole); - buttonBox->button(QDialogButtonBox::Cancel)->setFocus(); -} - -ExecutableFileOpenDialog::ExecutableFileOpenDialog(QWidget *parent) - : ExecutableFileOpenDialog(ExecutableFileOpenDialog::OpenOrExecute, parent) -{ -} - -bool ExecutableFileOpenDialog::isDontAskAgainChecked() const -{ - return m_dontAskAgain->isChecked(); + m_ui.buttonBox->addButton(launchButton, QDialogButtonBox::AcceptRole); + m_ui.buttonBox->button(QDialogButtonBox::Cancel)->setFocus(); } void ExecutableFileOpenDialog::executeFile() @@ -73,4 +108,12 @@ void ExecutableFileOpenDialog::openFile() done(OpenFile); } +void ExecutableFileOpenDialog::showEvent(QShowEvent *event) +{ + if (!event->spontaneous()) { + KMessageDialog::beep(KMessageDialog::QuestionTwoActionsCancel, m_ui.label->text(), this); + } + QDialog::showEvent(event); +} + #include "moc_executablefileopendialog_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.ui b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.ui new file mode 100644 index 0000000000..cb4b7081db --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog.ui @@ -0,0 +1,113 @@ + + + ExecutableFileOpenDialog + + + + 0 + 0 + 276 + 152 + + + + + + + + + + + 0 + 0 + + + + Would you like to launch this file? + + + + + + + + + + 0 + 0 + + + + ICON + + + + + + + 0 + + + + + + 0 + 0 + + + + FILE NAME + + + Qt::TextFormat::PlainText + + + Qt::TextInteractionFlag::LinksAccessibleByMouse|Qt::TextInteractionFlag::TextSelectableByMouse + + + + + + + + 0 + 0 + + + + FILE TYPE + + + Qt::TextFormat::PlainText + + + Qt::TextInteractionFlag::LinksAccessibleByMouse|Qt::TextInteractionFlag::TextSelectableByMouse + + + + + + + + + + + Qt::Orientation::Horizontal + + + QDialogButtonBox::StandardButton::Cancel + + + + + + + + KContextualHelpButton + QToolButton +
    kcontextualhelpbutton.h
    +
    +
    + + +
    diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog_p.h index 5e1cd2dde1..5259fdb15f 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/executablefileopendialog_p.h @@ -10,10 +10,14 @@ #include -class QCheckBox; +#include "ui_executablefileopendialog.h" -/** - * @brief Dialog shown when opening an executable file +class QMimeType; + +/*! + * Dialog shown when opening an executable file + * + * \internal */ class ExecutableFileOpenDialog : public QDialog { @@ -36,16 +40,16 @@ public: OpenAsExecute, }; - explicit ExecutableFileOpenDialog(Mode mode, QWidget *parent = nullptr); - explicit ExecutableFileOpenDialog(QWidget *parent = nullptr); + explicit ExecutableFileOpenDialog(const QUrl &url, const QMimeType &mimeType, Mode mode, QWidget *parent = nullptr); - bool isDontAskAgainChecked() const; +protected: + void showEvent(QShowEvent *event) override; private: void executeFile(); void openFile(); - QCheckBox *m_dontAskAgain; + Ui_ExecutableFileOpenDialog m_ui; }; #endif // EXECUTABLEFILEOPENDIALOG_H diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.cpp index 102e77a212..36acc3a94d 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.cpp @@ -41,7 +41,7 @@ using namespace KIO; static const char *undoStateToString(UndoState state) { - static const char *const s_undoStateToString[] = {"MAKINGDIRS", "MOVINGFILES", "STATINGFILE", "REMOVINGDIRS", "REMOVINGLINKS"}; + static const char *const s_undoStateToString[] = {"MAKINGDIRS", "MOVINGFILES", "STATINGFILE", "MOVINGLINK", "TRASHINGFILES", "REMOVINGDIRS"}; return s_undoStateToString[state]; } @@ -84,7 +84,7 @@ QDebug operator<<(QDebug dbg, const BasicOperation &op) } return dbg; } -/** +/* * checklist: * copy dir -> overwrite -> works * move dir -> overwrite -> works @@ -117,26 +117,20 @@ public: if (showProgressInfo) { KIO::getJobTracker()->registerJob(this); } - - d_ptr->m_privilegeExecutionEnabled = true; - d_ptr->m_operationType = d_ptr->Other; - d_ptr->m_title = i18n("Undo Changes"); - d_ptr->m_message = i18n("Undoing this operation requires root privileges. Do you want to continue?"); } ~UndoJob() override = default; - virtual void kill(bool) // TODO should be doKill - { - FileUndoManager::self()->d->stopUndo(true); - KIO::Job::doKill(); - } - void emitCreatingDir(const QUrl &dir) { Q_EMIT description(this, i18n("Creating directory"), qMakePair(i18n("Directory"), dir.toDisplayString())); } + void emitCopying(const QUrl &src, const QUrl &dst) + { + Q_EMIT description(this, i18n("Copying"), qMakePair(i18n("Source"), src.toDisplayString()), qMakePair(i18n("Destination"), dst.toDisplayString())); + } + void emitMovingOrRenaming(const QUrl &src, const QUrl &dest, FileUndoManager::CommandType cmdType) { static const QString srcMsg(i18nc("The source of a file operation", "Source")); @@ -148,19 +142,37 @@ public: {destMsg, dest.toDisplayString()}); } + void emitTrashing() + { + Q_EMIT description(this, i18n("Moving to Trash")); + } + void emitDeleting(const QUrl &url) { Q_EMIT description(this, i18n("Deleting"), qMakePair(i18n("File"), url.toDisplayString())); } + void emitResult() { KIO::Job::emitResult(); } + +protected: + bool doKill() override + { + FileUndoManager::self()->d->stopUndoOrRedo(true); + return KIO::Job::doKill(); + } }; -CommandRecorder::CommandRecorder(FileUndoManager::CommandType op, const QList &src, const QUrl &dst, KIO::Job *job) +CommandRecorder::CommandRecorder(FileUndoManager::CommandType op, + const QList &src, + const QUrl &dst, + std::function onFinished, + KIO::Job *job) : QObject(job) , m_cmd(op, src, dst, FileUndoManager::self()->newCommandSerialNumber()) + , m_onFinished(onFinished) { connect(job, &KJob::result, this, &CommandRecorder::slotResult); if (auto *copyJob = qobject_cast(job)) { @@ -189,12 +201,12 @@ void CommandRecorder::slotResult(KJob *job) // expected to be empty if (qobject_cast(job)) { if (!m_cmd.m_opQueue.isEmpty()) { - FileUndoManager::self()->d->addCommand(m_cmd); + m_onFinished(m_cmd); } return; } - FileUndoManager::self()->d->addCommand(m_cmd); + m_onFinished(m_cmd); } void CommandRecorder::slotCopyingDone(KIO::Job *, const QUrl &from, const QUrl &to, const QDateTime &mtime, bool directory, bool renamed) @@ -249,8 +261,8 @@ FileUndoManagerPrivate::FileUndoManagerPrivate(FileUndoManager *qq) QDBusConnection dbus = QDBusConnection::sessionBus(); dbus.registerObject(dbusPath, this); dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("lock"), this, SLOT(slotLock())); - dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("pop"), this, SLOT(slotPop())); - dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("push"), this, SLOT(slotPush(QByteArray))); + dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("pop"), this, SLOT(slotPopUndoCommand())); + dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("push"), this, SLOT(slotPushUndoCommand(QByteArray))); dbus.connect(QString(), dbusPath, dbusInterface, QStringLiteral("unlock"), this, SLOT(slotUnlock())); #endif } @@ -264,8 +276,11 @@ FileUndoManager::~FileUndoManager() = default; void FileUndoManager::recordJob(CommandType op, const QList &src, const QUrl &dst, KIO::Job *job) { - // This records what the job does and calls addCommand when done - (void)new CommandRecorder(op, src, dst, job); + // This records what the job does and calls addUndoCommand when done + auto onFinished = [this](UndoCommand cmd) { + d->addUndoCommand(cmd); + }; + (void)new CommandRecorder(op, src, dst, onFinished, job); Q_EMIT jobRecordingStarted(op); } @@ -288,24 +303,30 @@ void FileUndoManager::recordCopyJob(KIO::CopyJob *copyJob) recordJob(commandType, copyJob->srcUrls(), copyJob->destUrl(), copyJob); } -void FileUndoManagerPrivate::addCommand(const UndoCommand &cmd) +void FileUndoManagerPrivate::addUndoCommand(const UndoCommand &cmd) { - pushCommand(cmd); + clearRedoStack(); + pushUndoCommand(cmd); Q_EMIT q->jobRecordingFinished(cmd.m_type); } bool FileUndoManager::isUndoAvailable() const { - return !d->m_commands.isEmpty() && !d->m_lock; + return !d->m_undoCommands.isEmpty() && !d->m_lock; +} + +bool FileUndoManager::isRedoAvailable() const +{ + return !d->m_redoCommands.isEmpty() && !d->m_lock; } QString FileUndoManager::undoText() const { - if (d->m_commands.isEmpty()) { + if (d->m_undoCommands.isEmpty()) { return i18n("Und&o"); } - FileUndoManager::CommandType t = d->m_commands.top().m_type; + FileUndoManager::CommandType t = d->m_undoCommands.top().m_type; switch (t) { case FileUndoManager::Copy: return i18n("Und&o: Copy"); @@ -330,6 +351,37 @@ QString FileUndoManager::undoText() const return QString(); } +QString FileUndoManager::redoText() const +{ + if (d->m_redoCommands.isEmpty()) { + return i18n("&Redo"); + } + + FileUndoManager::CommandType t = d->m_redoCommands.top().m_type; + switch (t) { + case FileUndoManager::Copy: + return i18n("&Redo: Copy"); + case FileUndoManager::Link: + return i18n("&Redo: Link"); + case FileUndoManager::Move: + return i18n("&Redo: Move"); + case FileUndoManager::Rename: + return i18n("&Redo: Rename"); + case FileUndoManager::Trash: + return i18n("&Redo: Trash"); + case FileUndoManager::Mkdir: + return i18n("&Redo: Create Folder"); + case FileUndoManager::Mkpath: + return i18n("&Redo: Create Folder(s)"); + case FileUndoManager::Put: + return i18n("&Redo: Create File"); + case FileUndoManager::BatchRename: + return i18n("&Redo: Batch Rename"); + } + /* NOTREACHED */ + return QString(); +} + quint64 FileUndoManager::newCommandSerialNumber() { return ++(d->m_nextCommandIndex); @@ -337,8 +389,8 @@ quint64 FileUndoManager::newCommandSerialNumber() quint64 FileUndoManager::currentCommandSerialNumber() const { - if (!d->m_commands.isEmpty()) { - const UndoCommand &cmd = d->m_commands.top(); + if (!d->m_undoCommands.isEmpty()) { + const UndoCommand &cmd = d->m_undoCommands.top(); Q_ASSERT(cmd.m_valid); return cmd.m_serialNumber; } @@ -348,63 +400,36 @@ quint64 FileUndoManager::currentCommandSerialNumber() const void FileUndoManager::undo() { - Q_ASSERT(!d->m_commands.isEmpty()); // forgot to record before calling undo? + Q_ASSERT(!d->m_undoCommands.isEmpty()); // forgot to record before calling undo? - // Make a copy of the command to undo before slotPop() pops it. - UndoCommand cmd = d->m_commands.last(); + // Make a copy of the command to undo before slotPopUndoCommand() pops it. + UndoCommand cmd = d->m_undoCommands.last(); Q_ASSERT(cmd.m_valid); - d->m_currentCmd = cmd; - const CommandType commandType = cmd.m_type; + d->m_currentCmd = d->m_cmdToBePushed = cmd; - // Note that m_opQueue is empty for simple operations like Mkdir. - const auto &opQueue = d->m_currentCmd.m_opQueue; - - // Let's first ask for confirmation if we need to delete any file (#99898) - QList itemsToDelete; - for (auto it = opQueue.crbegin(); it != opQueue.crend(); ++it) { - const BasicOperation &op = *it; - const auto destination = op.m_dst; - if (op.m_type == BasicOperation::File && commandType == FileUndoManager::Copy) { - if (destination.isLocalFile() && !QFileInfo::exists(destination.toLocalFile())) { - continue; - } - itemsToDelete.append(destination); - } else if (commandType == FileUndoManager::Mkpath) { - itemsToDelete.append(destination); - } - } - if (commandType == FileUndoManager::Mkdir || commandType == FileUndoManager::Put) { - itemsToDelete.append(d->m_currentCmd.m_dst); - } - if (!itemsToDelete.isEmpty()) { - AskUserActionInterface *askUserInterface = nullptr; - d->m_uiInterface->virtual_hook(UiInterface::HookGetAskUserActionInterface, &askUserInterface); - if (askUserInterface) { - if (!d->m_connectedToAskUserInterface) { - d->m_connectedToAskUserInterface = true; - QObject::connect(askUserInterface, &KIO::AskUserActionInterface::askUserDeleteResult, this, [this](bool allowDelete) { - if (allowDelete) { - d->startUndo(); - } - }); - } - - // Because undo can happen with an accidental Ctrl-Z, we want to always confirm. - askUserInterface->askUserDelete(itemsToDelete, - KIO::AskUserActionInterface::Delete, - KIO::AskUserActionInterface::ForceConfirmation, - d->m_uiInterface->parentWidget()); - return; - } - } - - d->startUndo(); + d->startUndoOrRedo(false); } -void FileUndoManagerPrivate::startUndo() +void FileUndoManager::redo() +{ + Q_ASSERT(!d->m_redoCommands.isEmpty()); // forgot to record before calling redo? + + // Make a copy of the command to redo before slotPopRedoCommand() pops it. + UndoCommand cmd = d->m_redoCommands.last(); + Q_ASSERT(cmd.m_valid); + d->m_currentCmd = d->m_cmdToBePushed = cmd; + + d->startUndoOrRedo(true); +} + +void FileUndoManagerPrivate::startUndoOrRedo(bool redo) { - slotPop(); slotLock(); + if (redo) { + popRedoCommand(); + } else { + slotPopUndoCommand(); + } m_dirCleanupStack.clear(); m_dirStack.clear(); @@ -421,39 +446,68 @@ void FileUndoManagerPrivate::startUndo() m_undoState = MAKINGDIRS; // Collect all the dirs that have to be created in case of a move undo. if (m_currentCmd.isMoveOrRename()) { - m_dirStack.push((*it).m_src); + if (redo) { + m_dirCleanupStack.prepend((*it).m_src); + } else { + m_dirStack.push((*it).m_src); + } } // Collect all dirs that have to be deleted // from the destination in both cases (copy and move). - m_dirCleanupStack.prepend((*it).m_dst); - } else if (type == BasicOperation::Link) { - m_fileCleanupStack.prepend((*it).m_dst); + if (redo) { + m_dirStack.push((*it).m_dst); + } else { + m_dirCleanupStack.prepend((*it).m_dst); + } } } - auto isBasicOperation = [this](const BasicOperation &op) { - return (op.m_type == BasicOperation::Directory && !op.m_renamed) // - || (op.m_type == BasicOperation::Link && !m_currentCmd.isMoveOrRename()); + auto isBasicOperation = [](const BasicOperation &op) { + return (op.m_type == BasicOperation::Directory && !op.m_renamed); }; opQueue.erase(std::remove_if(opQueue.begin(), opQueue.end(), isBasicOperation), opQueue.end()); const FileUndoManager::CommandType commandType = m_currentCmd.m_type; if (commandType == FileUndoManager::Put) { - m_fileCleanupStack.append(m_currentCmd.m_dst); + if (redo) { + m_cmdToBePushed.m_opQueue.clear(); + } else { + m_fileTrashStack.append(m_currentCmd.m_dst); + } + } else if (commandType == FileUndoManager::Mkdir) { + if (redo) { + m_undoState = MAKINGDIRS; + m_dirStack.push(m_currentCmd.m_dst); + } else { + m_dirCleanupStack.push(m_currentCmd.m_dst); + } + } else if (commandType == FileUndoManager::Trash && redo) { + m_fileTrashStack.append(m_currentCmd.m_src); + m_currentCmd.m_opQueue.clear(); } qCDebug(KIO_WIDGETS) << "starting with" << undoStateToString(m_undoState); m_undoJob = new UndoJob(m_uiInterface->showProgressInfo()); - auto undoFunc = [this]() { - undoStep(); + auto func = [this, redo]() { + processStep(redo); }; - QMetaObject::invokeMethod(this, undoFunc, Qt::QueuedConnection); + auto onFinished = [this, redo](KJob *job) { + if (!job->error()) { + if (redo) { + pushUndoCommand(m_cmdToBePushed); + } else { + pushRedoCommand(m_cmdToBePushed); + } + } + }; + connect(m_undoJob, &KIO::UndoJob::result, this, onFinished); + QMetaObject::invokeMethod(this, func, Qt::QueuedConnection); } -void FileUndoManagerPrivate::stopUndo(bool step) +void FileUndoManagerPrivate::stopUndoOrRedo(bool step) { m_currentCmd.m_opQueue.clear(); m_dirCleanupStack.clear(); - m_fileCleanupStack.clear(); + m_fileTrashStack.clear(); m_undoState = REMOVINGDIRS; m_undoJob = nullptr; @@ -464,34 +518,57 @@ void FileUndoManagerPrivate::stopUndo(bool step) m_currentJob = nullptr; if (step) { - undoStep(); + processStep(false); } } -void FileUndoManagerPrivate::slotResult(KJob *job) +void FileUndoManagerPrivate::slotUndoResult(KJob *job) { m_currentJob = nullptr; if (job->error()) { qWarning() << job->errorString(); m_uiInterface->jobError(static_cast(job)); delete m_undoJob; - stopUndo(false); + stopUndoOrRedo(false); } else if (m_undoState == STATINGFILE) { const BasicOperation op = m_currentCmd.m_opQueue.head(); // qDebug() << "stat result for " << op.m_dst; KIO::StatJob *statJob = static_cast(job); - const QDateTime mtime = QDateTime::fromSecsSinceEpoch(statJob->statResult().numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1), QTimeZone::UTC); + QDateTime mtime = QDateTime::fromSecsSinceEpoch(statJob->statResult().numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, -1), QTimeZone::UTC); + const long long mtimeNs = statJob->statResult().numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, -1); + if (mtime.isValid() && mtimeNs >= 0) { + mtime = mtime.addMSecs(mtimeNs / 1000000); + } if (mtime != op.m_mtime) { qCDebug(KIO_WIDGETS) << op.m_dst << "was modified after being copied. Initial timestamp" << mtime << "now" << op.m_mtime; QDateTime srcTime = op.m_mtime.toLocalTime(); QDateTime destTime = mtime.toLocalTime(); if (!m_uiInterface->copiedFileWasModified(op.m_src, op.m_dst, srcTime, destTime)) { - stopUndo(false); + stopUndoOrRedo(false); } } + } else if (m_undoState == TRASHINGFILES) { + Q_ASSERT(m_currentCmd.m_type == FileUndoManager::Put && m_cmdToBePushed.m_src.size() == 1); + std::swap(m_cmdToBePushed.m_src.front(), m_cmdToBePushed.m_dst); + for (BasicOperation &op : m_cmdToBePushed.m_opQueue) { + std::swap(op.m_src, op.m_dst); + } } - undoStep(); + processStep(false); +} + +void FileUndoManagerPrivate::slotRedoResult(KJob *job) +{ + m_currentJob = nullptr; + if (job->error()) { + qWarning() << job->errorString(); + m_uiInterface->jobError(static_cast(job)); + delete m_undoJob; + stopUndoOrRedo(false); + } + + processStep(true); } void FileUndoManagerPrivate::addDirToUpdate(const QUrl &url) @@ -501,7 +578,7 @@ void FileUndoManagerPrivate::addDirToUpdate(const QUrl &url) } } -void FileUndoManagerPrivate::undoStep() +void FileUndoManagerPrivate::processStep(bool redo) { m_currentJob = nullptr; @@ -509,12 +586,16 @@ void FileUndoManagerPrivate::undoStep() stepMakingDirectories(); } - if (m_undoState == MOVINGFILES || m_undoState == STATINGFILE) { - stepMovingFiles(); + if (m_undoState == MOVINGFILES || m_undoState == STATINGFILE || m_undoState == MOVINGLINK) { + if (redo) { + redoStepMovingFiles(); + } else { + undoStepMovingFiles(); + } } - if (m_undoState == REMOVINGLINKS) { - stepRemovingLinks(); + if (m_undoState == TRASHINGFILES) { + stepTrashingFiles(redo); } if (m_undoState == REMOVINGDIRS) { @@ -525,7 +606,7 @@ void FileUndoManagerPrivate::undoStep() if (m_uiInterface) { KJobWidgets::setWindow(m_currentJob, m_uiInterface->parentWidget()); } - QObject::connect(m_currentJob, &KJob::result, this, &FileUndoManagerPrivate::slotResult); + QObject::connect(m_currentJob, &KJob::result, this, redo ? &FileUndoManagerPrivate::slotRedoResult : &FileUndoManagerPrivate::slotUndoResult); } } @@ -542,13 +623,62 @@ void FileUndoManagerPrivate::stepMakingDirectories() } } +void FileUndoManagerPrivate::stepTrashingFiles(bool redo) +{ + if (!m_fileTrashStack.empty()) { + m_currentJob = KIO::trash(m_fileTrashStack, KIO::HideProgressInfo); + m_currentJob->setParentJob(m_undoJob); + auto onFinished = [this](UndoCommand cmd) noexcept { + m_cmdToBePushed = cmd; + }; + new CommandRecorder(m_currentCmd.m_type, m_fileTrashStack, QUrl(QStringLiteral("trash:/")), onFinished, m_currentJob); + connect(m_currentJob, &KJob::result, this, redo ? &FileUndoManagerPrivate::slotRedoResult : &FileUndoManagerPrivate::slotUndoResult); + m_undoJob->emitTrashing(); + + while (!m_fileTrashStack.empty()) { + const QUrl url = m_fileTrashStack.pop().adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + addDirToUpdate(url); + } + } else { + m_undoState = REMOVINGDIRS; + } +} + +void FileUndoManagerPrivate::stepRemovingDirectories() +{ + if (!m_dirCleanupStack.isEmpty()) { + QUrl dir = m_dirCleanupStack.pop(); + // qDebug() << "rmdir" << dir; + m_currentJob = KIO::rmdir(dir); + m_currentJob->setParentJob(m_undoJob); + m_undoJob->emitDeleting(dir); + addDirToUpdate(dir); + } else { + m_currentCmd.m_valid = false; + m_currentJob = nullptr; + if (m_undoJob) { + // qDebug() << "deleting undojob"; + m_undoJob->emitResult(); + m_undoJob = nullptr; + } +#ifdef WITH_QTDBUS + for (const QUrl &url : std::as_const(m_dirsToUpdate)) { + // qDebug() << "Notifying FilesAdded for " << url; + org::kde::KDirNotify::emitFilesAdded(url); + } +#endif + slotUnlock(); + Q_EMIT q->undoJobFinished(); + } +} + // Misnamed method: It moves files back, but it also // renames directories back, recreates symlinks, // deletes copied files, and restores trashed files. -void FileUndoManagerPrivate::stepMovingFiles() +void FileUndoManagerPrivate::undoStepMovingFiles() { if (m_currentCmd.m_opQueue.isEmpty()) { - m_undoState = REMOVINGLINKS; + m_undoState = TRASHINGFILES; return; } @@ -560,8 +690,14 @@ void FileUndoManagerPrivate::stepMovingFiles() m_currentJob = KIO::rename(op.m_dst, op.m_src, KIO::HideProgressInfo); m_undoJob->emitMovingOrRenaming(op.m_dst, op.m_src, m_currentCmd.m_type); } else if (op.m_type == BasicOperation::Link) { - // qDebug() << "symlink" << op.m_target << op.m_src; - m_currentJob = KIO::symlink(op.m_target, op.m_src, KIO::Overwrite | KIO::HideProgressInfo); + if (m_currentCmd.isMoveOrRename() && m_undoState != MOVINGLINK) { // Moving or renaming a link is done in two steps + m_currentJob = KIO::symlink(op.m_target, op.m_src, KIO::HideProgressInfo); + m_undoState = MOVINGLINK; // temporarily + return; + } else { + m_currentJob = KIO::file_delete(op.m_dst); + m_undoState = MOVINGFILES; + } } else if (m_currentCmd.m_type == FileUndoManager::Copy) { if (m_undoState == MOVINGFILES) { // dest not stat'ed yet // Before we delete op.m_dst, let's check if it was modified (#20532) @@ -594,97 +730,139 @@ void FileUndoManagerPrivate::stepMovingFiles() addDirToUpdate(url); } -void FileUndoManagerPrivate::stepRemovingLinks() +void FileUndoManagerPrivate::redoStepMovingFiles() { - // qDebug() << "REMOVINGLINKS"; - if (!m_fileCleanupStack.isEmpty()) { - const QUrl file = m_fileCleanupStack.pop(); - // qDebug() << "file_delete" << file; - m_currentJob = KIO::file_delete(file, KIO::HideProgressInfo); - m_currentJob->setParentJob(m_undoJob); - m_undoJob->emitDeleting(file); - - const QUrl url = file.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); - addDirToUpdate(url); - } else { - m_undoState = REMOVINGDIRS; - - if (m_dirCleanupStack.isEmpty() && m_currentCmd.m_type == FileUndoManager::Mkdir) { - m_dirCleanupStack << m_currentCmd.m_dst; - } + if (m_currentCmd.m_opQueue.isEmpty()) { + m_undoState = TRASHINGFILES; + return; } -} -void FileUndoManagerPrivate::stepRemovingDirectories() -{ - if (!m_dirCleanupStack.isEmpty()) { - QUrl dir = m_dirCleanupStack.pop(); - // qDebug() << "rmdir" << dir; - m_currentJob = KIO::rmdir(dir); - m_currentJob->setParentJob(m_undoJob); - m_undoJob->emitDeleting(dir); - addDirToUpdate(dir); - } else { - m_currentCmd.m_valid = false; - m_currentJob = nullptr; - if (m_undoJob) { - // qDebug() << "deleting undojob"; - m_undoJob->emitResult(); - m_undoJob = nullptr; + const BasicOperation op = m_currentCmd.m_opQueue.head(); + Q_ASSERT(op.m_valid); + if (op.m_type == BasicOperation::Directory || op.m_type == BasicOperation::Item) { + Q_ASSERT(op.m_renamed); + // qDebug() << "rename" << op.m_dst << op.m_src; + m_currentJob = KIO::rename(op.m_src, op.m_dst, KIO::HideProgressInfo); + m_undoJob->emitMovingOrRenaming(op.m_src, op.m_dst, m_currentCmd.m_type); + } else if (op.m_type == BasicOperation::Link) { + if (m_currentCmd.isMoveOrRename() && m_undoState != MOVINGLINK) { // Moving or renaming a link is done in two steps + m_currentJob = KIO::file_delete(op.m_src); + m_undoState = MOVINGLINK; // temporarily + return; + } else { + m_currentJob = KIO::symlink(op.m_target, op.m_dst); + m_undoState = MOVINGFILES; } -#ifdef WITH_QTDBUS - for (const QUrl &url : std::as_const(m_dirsToUpdate)) { - // qDebug() << "Notifying FilesAdded for " << url; - org::kde::KDirNotify::emitFilesAdded(url); - } -#endif - Q_EMIT q->undoJobFinished(); - slotUnlock(); + } else if (m_currentCmd.m_type == FileUndoManager::Copy) { + m_currentJob = KIO::file_copy(op.m_src, op.m_dst, -1, KIO::HideProgressInfo); + m_undoJob->emitCopying(op.m_src, op.m_dst); + } else if (m_currentCmd.isMoveOrRename() || m_currentCmd.m_type == FileUndoManager::Put) { + m_currentJob = KIO::file_move(op.m_src, op.m_dst, -1, KIO::HideProgressInfo); + m_currentJob->uiDelegateExtension()->createClipboardUpdater(m_currentJob, JobUiDelegateExtension::UpdateContent); + m_undoJob->emitMovingOrRenaming(op.m_src, op.m_dst, m_currentCmd.m_type); } + + if (m_currentJob) { + m_currentJob->setParentJob(m_undoJob); + } + + m_currentCmd.m_opQueue.dequeue(); + // The above KIO jobs are lowlevel, they don't trigger KDirNotify notification + // So we need to do it ourselves (but schedule it to the end of the undo, to compress them) + QUrl url = op.m_dst.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + addDirToUpdate(url); + + url = op.m_src.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash); + addDirToUpdate(url); } // const ref doesn't work due to QDataStream -void FileUndoManagerPrivate::slotPush(QByteArray data) +void FileUndoManagerPrivate::slotPushUndoCommand(QByteArray data) { QDataStream strm(&data, QIODevice::ReadOnly); UndoCommand cmd; strm >> cmd; - pushCommand(cmd); + clearRedoStack(); + pushUndoCommand(cmd); } -void FileUndoManagerPrivate::pushCommand(const UndoCommand &cmd) +void FileUndoManagerPrivate::pushUndoCommand(const UndoCommand &cmd) { - m_commands.push(cmd); - Q_EMIT q->undoAvailable(true); + m_undoCommands.push(cmd); + if (m_undoCommands.size() == 1 && !m_lock) { + Q_EMIT q->undoAvailable(true); + } Q_EMIT q->undoTextChanged(q->undoText()); } -void FileUndoManagerPrivate::slotPop() +void FileUndoManagerPrivate::slotPopUndoCommand() { - m_commands.pop(); - Q_EMIT q->undoAvailable(q->isUndoAvailable()); + m_undoCommands.pop(); + if (m_undoCommands.empty() && !m_lock) { + Q_EMIT q->undoAvailable(false); + } Q_EMIT q->undoTextChanged(q->undoText()); } void FileUndoManagerPrivate::slotLock() { // Q_ASSERT(!m_lock); + if (q->isUndoAvailable()) { + Q_EMIT q->undoAvailable(false); + } + if (q->isRedoAvailable()) { + Q_EMIT q->redoAvailable(false); + } m_lock = true; - Q_EMIT q->undoAvailable(q->isUndoAvailable()); } void FileUndoManagerPrivate::slotUnlock() { // Q_ASSERT(m_lock); m_lock = false; - Q_EMIT q->undoAvailable(q->isUndoAvailable()); + if (q->isUndoAvailable()) { + Q_EMIT q->undoAvailable(true); + } + if (q->isRedoAvailable()) { + Q_EMIT q->redoAvailable(true); + } +} + +void FileUndoManagerPrivate::pushRedoCommand(const UndoCommand &cmd) +{ + m_redoCommands.push(cmd); + if (m_redoCommands.size() == 1 && !m_lock) { + Q_EMIT q->redoAvailable(true); + } + Q_EMIT q->redoTextChanged(q->redoText()); +} + +void FileUndoManagerPrivate::popRedoCommand() +{ + m_redoCommands.pop(); + if (m_redoCommands.empty() && !m_lock) { + Q_EMIT q->redoAvailable(false); + } + Q_EMIT q->redoTextChanged(q->redoText()); +} + +void FileUndoManagerPrivate::clearRedoStack() +{ + bool wasEmpty = m_redoCommands.empty(); + m_redoCommands.clear(); + if (!wasEmpty && !m_lock) { + Q_EMIT q->redoAvailable(false); + } + if (!wasEmpty) { + Q_EMIT q->redoTextChanged(q->redoText()); + } } QByteArray FileUndoManagerPrivate::get() const { QByteArray data; QDataStream stream(&data, QIODevice::WriteOnly); - stream << m_commands; + stream << m_undoCommands; return data; } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.h b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.h index 30513c33a2..5f81228744 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager.h @@ -28,27 +28,35 @@ class CommandRecorder; class UndoCommand; class UndoJob; -/** - * @class KIO::FileUndoManager fileundomanager.h +/*! + * \class KIO::FileUndoManager + * \inheaderfile KIO/FileUndoManager + * \inmodule KIOWidgets + * + * \brief Makes it possible to undo KIO jobs. * - * FileUndoManager: makes it possible to undo kio jobs. * This class is a singleton, use self() to access its only instance. */ class KIOWIDGETS_EXPORT FileUndoManager : public QObject { Q_OBJECT public: - /** - * @return the FileUndoManager instance + /*! + * Returns the FileUndoManager instance */ static FileUndoManager *self(); - /** + /*! + * \class KIO::FileUndoManager::UiInterface + * \inmodule KIOGui + * * Interface for the gui handling of FileUndoManager. * This includes three events currently: - * - error when undoing a job - * - (until KF 5.78) confirm deletion before undoing a copy job - * - confirm deletion when the copied file has been modified afterwards + * \list + * \li error when undoing a job + * \li (until KF 5.78) confirm deletion before undoing a copy job + * \li confirm deletion when the copied file has been modified afterwards + * \endlist * * By default UiInterface shows message boxes in all three cases; * applications can reimplement this interface to provide different user interfaces. @@ -59,31 +67,31 @@ public: UiInterface(); virtual ~UiInterface(); - /** + /*! * Sets whether to show progress info when running the KIO jobs for undoing. */ void setShowProgressInfo(bool b); - /** - * @returns whether progress info dialogs are shown while undoing. + /*! + * Returns whether progress info dialogs are shown while undoing. */ bool showProgressInfo() const; - /** + /*! * Sets the parent widget to use for message boxes. */ void setParentWidget(QWidget *parentWidget); - /** - * @return the parent widget passed to the last call to undo(parentWidget), or @c nullptr. + /*! + * Returns the parent widget passed to the last call to undo(parentWidget), or \c nullptr. */ QWidget *parentWidget() const; - /** + /*! * Called when an undo job errors; default implementation displays a message box. */ virtual void jobError(KIO::Job *job); - /** + /*! * Called when dest was modified since it was copied from src. * Note that this is called after confirmDeletion. * Return true if we should proceed with deleting dest. @@ -94,31 +102,42 @@ public: enum { HookGetAskUserActionInterface = 1 }; - /** + /*! * \internal, for future extensions */ virtual void virtual_hook(int id, void *data); private: class UiInterfacePrivate; - UiInterfacePrivate *d; + std::unique_ptr d; }; - /** + /*! * Set a new UiInterface implementation. * This deletes the previous one. - * @param ui the UiInterface instance, which becomes owned by the undo manager. + * + * \a ui the UiInterface instance, which becomes owned by the undo manager. */ void setUiInterface(UiInterface *ui); - /** - * @return the UiInterface instance passed to setUiInterface. + /*! + * Returns the UiInterface instance passed to setUiInterface. * This is useful for calling setParentWidget on it. Never delete it! */ UiInterface *uiInterface() const; - /** + /*! * The type of job. + * + * \value Copy + * \value Move + * \value Rename + * \value Link + * \value Mkdir + * \value Trash + * \value[since 4.7] Put Represents the creation of a file from data in memory. Used when pasting data from clipboard or drag-n-drop + * \value[since 5.4] Mkpath Represents a KIO::mkpath() job + * \value[since 5.42] BatchRename Represents a KIO::batchRename() job. Used when renaming multiple files */ enum CommandType { Copy, @@ -127,50 +146,74 @@ public: Link, Mkdir, Trash, - Put, ///< Represents the creation of a file from data in memory. Used when pasting data from clipboard or drag-n-drop. @since 4.7 - Mkpath, ///< Represents a KIO::mkpath() job. @since 5.4 - BatchRename ///< Represents a KIO::batchRename() job. Used when renaming multiple files. @since 5.42 + Put, + Mkpath, + BatchRename }; - /** + /*! * Record this job while it's happening and add a command for it so that the user can undo it. * The signal jobRecordingStarted() is emitted. - * @param op the type of job - which is also the type of command that will be created for it - * @param src list of source urls. This is empty for Mkdir, Mkpath, Put operations. - * @param dst destination url - * @param job the job to record + * + * \a op the type of job - which is also the type of command that will be created for it + * + * \a src list of source urls. This is empty for Mkdir, Mkpath, Put operations. + * + * \a dst destination url + * + * \a job the job to record */ void recordJob(CommandType op, const QList &src, const QUrl &dst, KIO::Job *job); - /** + /*! * Record this CopyJob while it's happening and add a command for it so that the user can undo it. * The signal jobRecordingStarted() is emitted. */ void recordCopyJob(KIO::CopyJob *copyJob); - /** - * @return true if undo is possible. Usually used for enabling/disabling the undo action. + /*! + * Returns true if undo is possible. Usually used for enabling/disabling the undo action. * - * @since 5.79 + * \since 5.79 */ bool isUndoAvailable() const; - /** - * @return the current text for the undo action. + /*! + * Returns true if redo is possible. Usually used for enabling/disabling the redo action. + * + * \since 6.17 + */ + bool isRedoAvailable() const; + + /*! + * Returns the current text for the undo action. */ QString undoText() const; - /** + /*! + * Returns the current text for the redo action. + * + * \since 6.17 + */ + QString redoText() const; + + /*! * These two functions are useful when wrapping FileUndoManager and adding custom commands. * Each command has a unique ID. You can get a new serial number for a custom command * with newCommandSerialNumber(), and then when you want to undo, check if the command * FileUndoManager would undo is newer or older than your custom command. + * + * \sa currentCommandSerialNumber() */ quint64 newCommandSerialNumber(); + + /*! + * + */ quint64 currentCommandSerialNumber() const; public Q_SLOTS: - /** + /*! * Undoes the last command * Remember to call uiInterface()->setParentWidget(parentWidget) first, * if you have multiple mainwindows. @@ -180,29 +223,61 @@ public Q_SLOTS: */ void undo(); // TODO pass QWindow*, for askUserInterface->askUserDelete and error handling etc. + /*! + * Redoes the last command + * Remember to call uiInterface()->setParentWidget(parentWidget) first, + * if you have multiple mainwindows. + * + * This operation is asynchronous. + * undoJobFinished will be emitted once the redo is complete. + * + * \since 6.17 + */ + void redo(); + Q_SIGNALS: - /// Emitted when the value of isUndoAvailable() changes + /*! + * Emitted when the value of isUndoAvailable() changes + */ void undoAvailable(bool avail); - /// Emitted when the value of undoText() changes + /*! + * Emitted when the value of isRedoAvailable() changes + * + * \since 6.17 + */ + void redoAvailable(bool avail); + + /*! + * Emitted when the value of undoText() changes + */ void undoTextChanged(const QString &text); - /// Emitted when an undo job finishes. Used for unit testing. + /*! + * Emitted when the value of redoText() changes + * + * \since 6.17 + */ + void redoTextChanged(const QString &text); + + /*! + * Emitted when an undo (or redo) job finishes. Used for unit testing. + */ void undoJobFinished(); - /** + /*! * Emitted when a job recording has been started by FileUndoManager::recordJob() * or FileUndoManager::recordCopyJob(). After the job recording has been finished, * the signal jobRecordingFinished() will be emitted. */ - void jobRecordingStarted(CommandType op); + void jobRecordingStarted(KIO::FileUndoManager::CommandType op); - /** + /*! * Emitted when a job that has been recorded by FileUndoManager::recordJob() * or FileUndoManager::recordCopyJob has been finished. The command * is now available for an undo-operation. */ - void jobRecordingFinished(FileUndoManager::CommandType op); + void jobRecordingFinished(KIO::FileUndoManager::CommandType op); private: KIOWIDGETS_NO_EXPORT FileUndoManager(); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager_p.h index c233c99d56..311c8ffa61 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/fileundomanager_p.h @@ -21,11 +21,11 @@ namespace KIO class FileUndoManagerAdaptor; struct BasicOperation { - enum Type { + enum Type : unsigned char { File, Link, Directory, - /** + /* * Used with BatchRenameJob, it doesn't stat the files/dirs it's renaming, * so the file/dir distinction isn't available */ @@ -50,7 +50,7 @@ struct BasicOperation { bool m_valid = false; bool m_renamed; - Type m_type : 2; + Type m_type; QUrl m_src; QUrl m_dst; @@ -87,12 +87,12 @@ public: }; // This class listens to a job, collects info while it's running (for copyjobs) -// and when the job terminates, on success, it calls addCommand in the undomanager. +// and when the job terminates, on success, it calls addUndoCommand in the undomanager. class CommandRecorder : public QObject { Q_OBJECT public: - CommandRecorder(FileUndoManager::CommandType op, const QList &src, const QUrl &dst, KIO::Job *job); + CommandRecorder(FileUndoManager::CommandType op, const QList &src, const QUrl &dst, std::function onFinished, KIO::Job *job); private Q_SLOTS: void slotResult(KJob *job); @@ -104,14 +104,16 @@ private Q_SLOTS: private: UndoCommand m_cmd; + std::function m_onFinished; }; enum UndoState { MAKINGDIRS = 0, MOVINGFILES, STATINGFILE, + MOVINGLINK, + TRASHINGFILES, REMOVINGDIRS, - REMOVINGLINKS, }; // The private class is, exceptionally, a real QObject @@ -124,33 +126,38 @@ public: ~FileUndoManagerPrivate() override = default; - void pushCommand(const UndoCommand &cmd); + void pushUndoCommand(const UndoCommand &cmd); + void pushRedoCommand(const UndoCommand &cmd); + void popRedoCommand(); + void clearRedoStack(); void addDirToUpdate(const QUrl &url); - void startUndo(); + void startUndoOrRedo(bool redo); void stepMakingDirectories(); - void stepMovingFiles(); - void stepRemovingLinks(); + void stepTrashingFiles(bool redo); void stepRemovingDirectories(); + void undoStepMovingFiles(); + void redoStepMovingFiles(); /// called by FileUndoManagerAdaptor QByteArray get() const; friend class UndoJob; /// called by UndoJob - void stopUndo(bool step); + void stopUndoOrRedo(bool step); friend class UndoCommandRecorder; /// called by UndoCommandRecorder - void addCommand(const UndoCommand &cmd); + void addUndoCommand(const UndoCommand &cmd); - QStack m_commands; + QStack m_undoCommands; + QStack m_redoCommands; KIO::Job *m_currentJob = nullptr; QStack m_dirStack; QStack m_dirCleanupStack; - QStack m_fileCleanupStack; // files and links + QStack m_fileTrashStack; QList m_dirsToUpdate; std::unique_ptr m_uiInterface; @@ -160,6 +167,7 @@ public: FileUndoManager *const q; UndoCommand m_currentCmd; + UndoCommand m_cmdToBePushed; UndoState m_undoState; bool m_lock = false; bool m_connectedToAskUserInterface = false; @@ -177,13 +185,14 @@ Q_SIGNALS: public Q_SLOTS: // Those four slots are connected to DBUS signals - void slotPush(QByteArray); - void slotPop(); + void slotPushUndoCommand(QByteArray); + void slotPopUndoCommand(); void slotLock(); void slotUnlock(); - void undoStep(); - void slotResult(KJob *); + void processStep(bool redo); + void slotUndoResult(KJob *); + void slotRedoResult(KJob *); }; } // namespace diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.cpp index 1dab543996..5304f6e28a 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #ifdef WITH_QTDBUS #include @@ -174,6 +175,7 @@ void KIO::JobUiDelegate::unregisterWindow(QWidget *window) s_static()->slotUnregisterWindow(window); } +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) bool KIO::JobUiDelegate::askDeleteConfirmation(const QList &urls, DeletionType deletionType, ConfirmationType confirmationType) { QString keyName; @@ -255,7 +257,7 @@ bool KIO::JobUiDelegate::askDeleteConfirmation(const QList &urls, Deletion xi18nc("@info", "Do you want to permanently delete all items from the Trash?This action cannot be undone."), i18n("Delete Permanently"), - KGuiItem(i18nc("@action:button", "Empty Trash"), QIcon::fromTheme(QStringLiteral("user-trash"))), + KGuiItem(i18nc("@action:button", "Empty Trash"), QIcon::fromTheme(QStringLiteral("edit-delete"))), KStandardGuiItem::cancel(), keyName, options); @@ -299,6 +301,7 @@ bool KIO::JobUiDelegate::askDeleteConfirmation(const QList &urls, Deletion } return true; } +#endif KIO::ClipboardUpdater *KIO::JobUiDelegate::createClipboardUpdater(Job *job, ClipboardUpdaterMode mode) { diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.h b/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.h index ec8771ebc1..9298ad140a 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/jobuidelegate.h @@ -12,6 +12,7 @@ #ifndef KIO_JOBUIDELEGATE_H #define KIO_JOBUIDELEGATE_H +#include "kiowidgets_export.h" #include #include #include @@ -31,8 +32,10 @@ class FileUndoManager; class Job; -/** - * @class KIO::JobUiDelegate jobuidelegate.h +/*! + * \class KIO::JobUiDelegate + * \inmodule KIOWidgets + * \inheaderfile KIO/JobUiDelegate * * A UI delegate tuned to be used with KIO Jobs. */ @@ -47,58 +50,69 @@ class KIOWIDGETS_EXPORT JobUiDelegate : public KDialogJobUiDelegate, public JobU protected: friend class ::KDirOperator; - /** + /*! * Constructs a new KIO Job UI delegate. - * @param flags allows to enable automatic error/warning handling - * @param window the window associated with this delegate, see setWindow. - * @param ifaces Interface instances such as OpenWithHandlerInterface to replace the default interfaces - * @since 5.98 + * + * \a flags allows to enable automatic error/warning handling + * + * \a window the window associated with this delegate, see setWindow. + * + * \a ifaces Interface instances such as OpenWithHandlerInterface to replace the default interfaces + * + * \since 5.98 */ explicit JobUiDelegate(KJobUiDelegate::Flags flags = AutoHandlingDisabled, QWidget *window = nullptr, const QList &ifaces = {}); public: - /** - * Destroys the KIO Job UI delegate. - */ ~JobUiDelegate() override; public: - /** - * Associate this job with a window given by @p window. - * @param window the window to associate to - * @see window() + /*! + * Associate this job with a window given by \a window. + * + * \a window the window to associate to + * + * \sa window() */ void setWindow(QWidget *window) override; - /** + /*! * Unregister the given window from kded. * This is normally done automatically when the window is destroyed. * * This method is useful for instance when keeping a hidden window * around to make it faster to reuse later. - * @since 5.2 + * \since 5.2 */ static void unregisterWindow(QWidget *window); - /** - * Ask for confirmation before deleting/trashing @p urls. +#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(6, 15) + /*! + * Ask for confirmation before deleting/trashing \a urls. * * Note that this method is not called automatically by KIO jobs. It's the application's * responsibility to ask the user for confirmation before calling KIO::del() or KIO::trash(). * - * @param urls the urls about to be deleted/trashed - * @param deletionType the type of deletion (Delete for real deletion, Trash otherwise) - * @param confirmation see ConfirmationType. Normally set to DefaultConfirmation. - * Note: the window passed to setWindow is used as the parent for the message box. - * @return true if confirmed + * \a urls the urls about to be deleted/trashed + * + * \a deletionType the type of deletion (Delete for real deletion, Trash otherwise) + * + * \a confirmationType see ConfirmationType. Normally set to DefaultConfirmation. + * + * \note The window passed to setWindow is used as the parent for the message box. + * + * Returns true if confirmed + * + * \deprecated[6.15] Use AskUserActionInterface::askUserDelete */ bool askDeleteConfirmation(const QList &urls, DeletionType deletionType, ConfirmationType confirmationType) override; +#endif - /** + /*! * Creates a clipboard updater */ ClipboardUpdater *createClipboardUpdater(Job *job, ClipboardUpdaterMode mode) override; - /** + /*! * Update URL in clipboard, if present */ void updateUrlInClipboard(const QUrl &src, const QUrl &dest) override; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/joburlcache_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/joburlcache_p.h index bd068ce352..e9e1c9790b 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/joburlcache_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/joburlcache_p.h @@ -23,9 +23,9 @@ Q_SIGNALS: void jobUrlsChanged(const QStringList &); private Q_SLOTS: - /** + /* * Connected to kuiserver's signal... - * @p urlList the dest url list + * urlList the dest url list */ void slotJobUrlsChanged(const QStringList &urlList); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kabstractfileitemactionplugin.h b/local/recipes/kde/kf6-kio/source/src/widgets/kabstractfileitemactionplugin.h index 4b8575ddc7..ab66310697 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kabstractfileitemactionplugin.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kabstractfileitemactionplugin.h @@ -19,10 +19,11 @@ class QMenu; class QWidget; class KFileItemListProperties; -/** - * @class KAbstractFileItemActionPlugin kabstractfileitemactionplugin.h +/*! + * \class KAbstractFileItemActionPlugin + * \inmodule KIOWidgets * - * @brief Base class for KFileItemAction plugins. + * \brief Base class for KFileItemAction plugins. * * KFileItemAction plugins allow dynamic features to be added to the context * menus for files and directories when browsing. @@ -52,52 +53,56 @@ class KFileItemListProperties; * MimeType=some/mimetype; * \endcode * - * Note the \p KFileItemAction/Plugin service type which is used by + * Note the KFileItemAction/Plugin service type which is used by * KFileItemActions::addServicePluginActionsTo() to load all available plugins - * and the \p MimeType field which specifies for which types of file items + * and the MimeType field which specifies for which types of file items * the setup() method should be called. * * The desktop file contents must also be compiled into the plugin as JSON data. * The following CMake code builds and installs the plugin: * \code - * kcoreaddons_add_plugin(myactionplugin SOURCES myactionplugin.cpp INSTALL_NAMESPACE "kf5/kfileitemaction") - * kcoreaddons_desktop_to_json(myactionplugin myactionplugin.desktop) # generate the json file + * kcoreaddons_add_plugin(myactionplugin SOURCES myactionplugin.cpp INSTALL_NAMESPACE "kf6/kfileitemaction") + * kcoreaddons_desktop_to_json(myactionplugin myactionplugin.desktop) # generate the json file if necessary * * target_link_libraries(myactionplugin KF5::KIOWidgets) * \endcode * - * @note the plugin should be installed in the "kf5/kfileitemaction" subfolder of $QT_PLUGIN_PATH. - * @note If the plugin has a lower priority and should show up in the "Actions" submenu, + * \note The plugin should be installed in the "kf5/kfileitemaction" subfolder of $QT_PLUGIN_PATH. + * + * \note If the plugin has a lower priority and should show up in the "Actions" submenu, * you can set the X-KDE-Show-In-Submenu property to true. * - * @author Sebastian Trueg - * - * @since 4.6.1 + * \since 4.6.1 */ class KIOWIDGETS_EXPORT KAbstractFileItemActionPlugin : public QObject { Q_OBJECT public: + /*! + * + */ explicit KAbstractFileItemActionPlugin(QObject *parent); ~KAbstractFileItemActionPlugin() override; - /** + // TODO KF7 make this asynchronous and stoppable, so a bad plugin cannot impact too much the application process + // KIO could enforce a timeout and run it in a Thread + /*! * Implement the actions method in the plugin in order to create actions. * - * @param fileItemInfos Information about the selected file items. - * @param parentWidget To be used as parent for the returned QActions + * \a fileItemInfos Information about the selected file items. * - * @return A list of actions to be added to a contextual menu for the file - * items. + * \a parentWidget To be used as parent for the returned QActions + * + * Returns a list of actions to be added to a contextual menu for the file items. */ virtual QList actions(const KFileItemListProperties &fileItemInfos, QWidget *parentWidget) = 0; Q_SIGNALS: - /** + /*! * Emits an error which will be displayed to the user - * @since 5.82 + * \since 5.82 */ void error(const QString &errorMessage); }; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget.h b/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget.h index a0997f0f59..c519bb1c3f 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget.h @@ -18,7 +18,6 @@ #include -/// @internal class KACLEditWidget : public QWidget { Q_OBJECT diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget_p.h index 6d05d5007d..9acb3e865f 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kacleditwidget_p.h @@ -29,9 +29,6 @@ class QCheckBox; class QAbstractButton; class QColorGroup; -/** -@author Sean Harmer -*/ class KACLListView : public QTreeWidget { Q_OBJECT diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kbuildsycocaprogressdialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/kbuildsycocaprogressdialog.h index 87e9ea81a2..62e9926bb8 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kbuildsycocaprogressdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kbuildsycocaprogressdialog.h @@ -15,19 +15,25 @@ #include class KBuildSycocaProgressDialogPrivate; -/** - * @class KBuildSycocaProgressDialog kbuildsycocaprogressdialog.h +/*! + * \class KBuildSycocaProgressDialog + * \inmodule KIOWidgets * - * Progress dialog while ksycoca is being rebuilt (by kbuildsycoca). - * Usage: KBuildSycocaProgressDialog::rebuildKSycoca(parentWidget) + * \brief Progress dialog while ksycoca is being rebuilt (by kbuildsycoca). + * + * Usage: + * \code + * KBuildSycocaProgressDialog::rebuildKSycoca(parentWidget); + * \endcode */ class KIOWIDGETS_EXPORT KBuildSycocaProgressDialog : public QProgressDialog { Q_OBJECT public: - /** + /*! * Rebuild KSycoca and show a progress dialog while doing so. - * @param parent Parent widget for the progress dialog + * + * \a parent Parent widget for the progress dialog */ static void rebuildKSycoca(QWidget *parent); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kdirlister.h b/local/recipes/kde/kf6-kio/source/src/widgets/kdirlister.h index 4d7f8341da..439c338ee2 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kdirlister.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kdirlister.h @@ -15,10 +15,11 @@ class QWidget; class KDirListerPrivate; -/** - * @class KDirLister kdirlister.h +/*! + * \class KDirLister + * \inmodule KIOWidgets * - * Subclass of KCoreDirLister which uses QWidgets to show error messages + * \brief Subclass of KCoreDirLister which uses QWidgets to show error messages * and to associate jobs with windows. */ class KIOWIDGETS_EXPORT KDirLister : public KCoreDirLister @@ -26,43 +27,40 @@ class KIOWIDGETS_EXPORT KDirLister : public KCoreDirLister Q_OBJECT public: - /** + /*! * Create a directory lister. */ explicit KDirLister(QObject *parent = nullptr); - /** + /*! * Destroy the directory lister. */ ~KDirLister() override; - /** + /*! * Check whether auto error handling is enabled. * If enabled, it will show an error dialog to the user when an * error occurs. It is turned on by default. - * @return true if auto error handling is enabled, false otherwise - * @see setAutoErrorHandlingEnabled() + * + * Returns \c true if auto error handling is enabled, \c false otherwise + * \sa setAutoErrorHandlingEnabled() */ bool autoErrorHandlingEnabled() const; // KF6 remove, already provided by KCoreDirLister - /** + /*! * Pass the main window this object is associated with * this is used for caching authentication data - * @param window the window to associate with, @c nullptr to disassociate + * + * \a window the window to associate with, \c nullptr to disassociate */ void setMainWindow(QWidget *window); - /** - * Returns the main window associated with this object. - * @return the associated main window, or @c nullptr if there is none + /*! + * Returns the main window associated with this object, or \c nullptr if there is none */ QWidget *mainWindow(); protected: - /** - * Reimplemented to associate a window with new jobs - * @reimp - */ void jobStarted(KIO::ListJob *) override; private: diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.cpp index 1aff865758..fdca37059a 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.cpp @@ -10,10 +10,12 @@ #include "kfileitem.h" #include "joburlcache_p.h" +#include #include #include #include #include +#include #include #include #include @@ -101,10 +103,21 @@ public: m_preview = icn; } + bool previewHandlesSequences() + { + return m_previewHandlesSequences; + } + + void setPreviewHandlesSequences(bool handlesSequences) + { + m_previewHandlesSequences = handlesSequences; + } + private: KFileItem m_item; KDirModelDirNode *const m_parent; QIcon m_preview; + bool m_previewHandlesSequences = true; // First sequence is always allowed }; // Specialization for directory nodes @@ -259,7 +272,7 @@ public: QUrl urlForNode(KDirModelNode *node) const { - /** + /* * Queries and fragments are removed from the URL, so that the URL of * child items really starts with the URL of the parent. * @@ -381,7 +394,12 @@ KDirModelNode *KDirModelPrivate::expandAllParentsUntil(const QUrl &_url) const / return node; } qCDebug(category) << "going into" << node->item().url(); - Q_ASSERT(isDir(node)); + if (!isDir(node)) { + // The url points to something below an existing file, e.g. the user typed + // "file.png/foo" in a file dialog. That can't exist, so there's nothing to expand. + qCDebug(category) << node->item().url() << "is not a directory, cannot descend into" << url; + return nullptr; + } dirNode = static_cast(node); } // NOTREACHED @@ -837,14 +855,6 @@ void KDirModel::clearAllPreviews() void KDirModel::itemChanged(const QModelIndex &index) { - // This method is really a itemMimeTypeChanged(), it's mostly called by KFilePreviewGenerator. - // When the MIME type is determined, clear the old "preview" (could be - // MIME type dependent like when cutting files, #164185) - KDirModelNode *node = d->nodeForIndex(index); - if (node) { - node->setPreview(QIcon()); - } - qCDebug(category) << "dataChanged(" << debugIndex(index) << ")"; Q_EMIT dataChanged(index, index); } @@ -867,8 +877,9 @@ QVariant KDirModel::data(const QModelIndex &index, int role) const case Size: return KIO::convertSize(item.size()); // size formatted as QString case ModifiedTime: { - QDateTime dt = item.time(KFileItem::ModificationTime); - return QLocale().toString(dt, QLocale::ShortFormat); + static KFormat format; + const QDateTime dt = item.time(KFileItem::ModificationTime); + return format.formatRelativeDateTime(dt, QLocale::ShortFormat); } case Permissions: return item.permissionsString(); @@ -915,6 +926,11 @@ QVariant KDirModel::data(const QModelIndex &index, int role) const } } break; + case HandleSequencesRole: + if (index.column() == Name) { + return node->previewHandlesSequences(); + } + break; case Qt::TextAlignmentRole: if (index.column() == Size) { // use a right alignment for L2R and R2L languages @@ -1005,12 +1021,14 @@ bool KDirModel::setData(const QModelIndex &index, const QVariant &value, int rol KDirModelNode *node = static_cast(index.internalPointer()); const KFileItem &item = node->item(); const QString newName = value.toString(); + bool isLocal = false; + QUrl oldUrl = item.mostLocalUrl(&isLocal); if (newName.isEmpty() || newName == item.text() || (newName == QLatin1Char('.')) || (newName == QLatin1String(".."))) { return true; } - QUrl newUrl = item.url().adjusted(QUrl::RemoveFilename); + QUrl newUrl = oldUrl.adjusted(QUrl::RemoveFilename); newUrl.setPath(newUrl.path() + KIO::encodeFileName(newName)); - KIO::Job *job = KIO::rename(item.url(), newUrl, item.url().isLocalFile() ? KIO::HideProgressInfo : KIO::DefaultFlags); + KIO::Job *job = KIO::moveAs(oldUrl, newUrl, isLocal ? KIO::HideProgressInfo : KIO::DefaultFlags); job->uiDelegate()->setAutoErrorHandlingEnabled(true); // undo handling KIO::FileUndoManager::self()->recordJob(KIO::FileUndoManager::Rename, QList() << item.url(), newUrl, job); @@ -1034,6 +1052,14 @@ bool KDirModel::setData(const QModelIndex &index, const QVariant &value, int rol return true; } break; + case HandleSequencesRole: + if (index.column() == Name) { + KDirModelNode *node = static_cast(index.internalPointer()); + Q_ASSERT(node); + node->setPreviewHandlesSequences(value.toBool()); + return true; + } + break; default: break; } @@ -1292,9 +1318,9 @@ Qt::ItemFlags KDirModel::flags(const QModelIndex &index) const { Qt::ItemFlags f; if (index.isValid()) { - f |= Qt::ItemIsEnabled; + f |= Qt::ItemIsEnabled | Qt::ItemIsSelectable; if (index.column() == Name) { - f |= Qt::ItemIsSelectable | Qt::ItemIsEditable | Qt::ItemIsDragEnabled; + f |= Qt::ItemIsEditable | Qt::ItemIsDragEnabled; } } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.h b/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.h index e28767484f..511343d7a3 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kdirmodel.h @@ -18,10 +18,11 @@ class KDirLister; class KDirModelPrivate; class JobUrlCache; -/** - * @class KDirModel kdirmodel.h +/*! + * \class KDirModel + * \inmodule KIOWidgets * - * @short A model for a KIO-based directory tree. + * \brief A model for a KIO-based directory tree. * * KDirModel implements the QAbstractItemModel interface (for use with Qt's model/view widgets) * around the directory listing for one directory or a tree of directories. @@ -33,79 +34,79 @@ class JobUrlCache; * the index (along with any stored children) will become invalid even though it is still in the model. The reason * for this is that moves of files and directories are treated as separate insert and remove actions. * - * @see KDirSortFilterProxyModel + * \sa KDirSortFilterProxyModel * - * @author David Faure - * Based on work by Hamish Rodda and Pascal Letourneau */ class KIOWIDGETS_EXPORT KDirModel : public QAbstractItemModel { Q_OBJECT public: - /** - * @param parent parent qobject + /*! + * \a parent parent qobject */ explicit KDirModel(QObject *parent = nullptr); ~KDirModel() override; - /** + /*! * Flags for the openUrl() method - * @see OpenUrlFlags - * @since 5.69 + * + * \value NoFlags No additional flags specified. + * \value Reload Indicates whether to use the cache or to reread the directory from the disk. Use only when opening a dir not yet listed by our dirLister() + * without using the cache. Otherwise use dirLister()->updateDirectory(). + * \value ShowRoot Display a root node for the URL being opened. + * \since 5.69 */ enum OpenUrlFlag { - NoFlags = 0x0, ///< No additional flags specified. - Reload = 0x1, ///< Indicates whether to use the cache or to reread - ///< the directory from the disk. - ///< Use only when opening a dir not yet listed by our dirLister() - ///< without using the cache. Otherwise use dirLister()->updateDirectory(). - ShowRoot = 0x2, ///< Display a root node for the URL being opened. + NoFlags = 0x0, + Reload = 0x1, + ShowRoot = 0x2, }; - /** - * Stores a combination of #OpenUrlFlag values. - */ Q_DECLARE_FLAGS(OpenUrlFlags, OpenUrlFlag) Q_FLAG(OpenUrlFlags) - /** - * Display the contents of @p url in the model. + /*! + * Display the contents of \a url in the model. + * * Apart from the support for the ShowRoot flag, this is equivalent to dirLister()->openUrl(url, flags) - * @param url the URL of the directory whose contents should be listed. - * Unless ShowRoot is set, the item for this directory will NOT be shown, the model starts at its children. - * @param flags see OpenUrlFlag - * @since 5.69 + * + * \a url the URL of the directory whose contents should be listed. Unless ShowRoot is set, the item for this directory will NOT be shown, the model starts + * at its children. + * + * \a flags see OpenUrlFlag + * + * \since 5.69 */ Q_INVOKABLE void openUrl(const QUrl &url, OpenUrlFlags flags = NoFlags); - /** + /*! * Set the directory lister to use by this model, instead of the default KDirLister created internally. * The model takes ownership. */ void setDirLister(KDirLister *dirLister); - /** + /*! * Return the directory lister used by this model. */ KDirLister *dirLister() const; - /** + /*! * Return the fileitem for a given index. This is O(1), i.e. fast. */ KFileItem itemForIndex(const QModelIndex &index) const; - /** + /*! * Return the index for a given kfileitem. This can be slow. */ Q_INVOKABLE QModelIndex indexForItem(const KFileItem &) const; - /** + /*! * Return the index for a given url. This can be slow. */ Q_INVOKABLE QModelIndex indexForUrl(const QUrl &url) const; - /** - * @short Lists subdirectories using fetchMore() as needed until the given @p url exists in the model. + /*! + * Lists subdirectories using fetchMore() as needed until the given url exists in the model. * * When the model is used by a treeview, call KDirLister::openUrl with the base url of the tree, * then the treeview will take care of calling fetchMore() when the user opens directories. @@ -115,27 +116,37 @@ public: * the model will not immediately have this url available. * The model emits the signal expand() when an index has become available; this can be connected * to the treeview in order to let it open that index. - * @param url the url of a subdirectory of the directory model (or a file in a subdirectory) + * + * \a url the url of a subdirectory of the directory model (or a file in a subdirectory) */ Q_INVOKABLE void expandToUrl(const QUrl &url); - /** + /*! * Notify the model that the item at this index has changed. - * For instance because KMimeTypeResolver called determineMimeType on it. + * For instance because its mimetype was resolved. * This makes the model emit its dataChanged signal at this index, so that views repaint. * Note that for most things (renaming, changing size etc.), KDirLister's signals tell the model already. */ Q_INVOKABLE void itemChanged(const QModelIndex &index); - /** + /*! * Forget all previews (optimization for turning previews off). * The items will again have their default appearance (not controlled by the model). - * @since 5.28 + * \since 5.28 */ Q_INVOKABLE void clearAllPreviews(); - /** + /*! * Useful "default" columns. Views can use a proxy to have more control over this. + * + * \value Name + * \value Size + * \value ModifiedTime + * \value Permissions + * \value Owner + * \value Group + * \value Type + * \value ColumnCount */ enum ModelColumns { Name = 0, @@ -148,100 +159,135 @@ public: ColumnCount, }; - /// Possible return value for data(ChildCountRole), meaning the item isn't a directory, - /// or we haven't calculated its child count yet + /*! + * Possible return value for data(ChildCountRole), meaning the item isn't a directory, + * or we haven't calculated its child count yet + * + * \value ChildCountUnknown + */ enum { ChildCountUnknown = -1 }; + /*! + * \value FileItemRole Returns the KFileItem for a given index. roleName is "fileItem". + * \value ChildCountRole Returns the number of items in a directory, or ChildCountUnknown. roleName is "childCount". + * \value HasJobRole Returns whether or not there is a job on an item (file/directory). roleName is "hasJob". + * \value HandleSequencesRole + */ enum AdditionalRoles { // Note: use printf "0x%08X\n" $(($RANDOM*$RANDOM)) // to define additional roles. - FileItemRole = 0x07A263FF, ///< returns the KFileItem for a given index. roleName is "fileItem". - ChildCountRole = 0x2C4D0A40, ///< returns the number of items in a directory, or ChildCountUnknown. roleName is "childCount". - HasJobRole = 0x01E555A5, ///< returns whether or not there is a job on an item (file/directory). roleName is "hasJob". + FileItemRole = 0x07A263FF, + ChildCountRole = 0x2C4D0A40, + HasJobRole = 0x01E555A5, + HandleSequencesRole = 0x1E642272, }; - /** - * @see DropsAllowed + /*! + * \value NoDrops + * \value DropOnDirectory Allow drops on any directory + * \value DropOnAnyFile Allow drops on any file + * \value DropOnLocalExecutable Allow drops on local executables, shell scripts and desktop files. Can be used with DropOnDirectory. */ enum DropsAllowedFlag { NoDrops = 0, - DropOnDirectory = 1, ///< allow drops on any directory - DropOnAnyFile = 2, ///< allow drops on any file - DropOnLocalExecutable = 4, ///< allow drops on local executables, shell scripts and desktop files. Can be used with DropOnDirectory. + DropOnDirectory = 1, + DropOnAnyFile = 2, + DropOnLocalExecutable = 4, }; - /** - * Stores a combination of #DropsAllowedFlag values. - */ Q_DECLARE_FLAGS(DropsAllowed, DropsAllowedFlag) Q_FLAG(DropsAllowed) - /// Set whether dropping onto items should be allowed, and for which kind of item - /// Drops are disabled by default. + /*! + * Set whether dropping onto items should be allowed, and for which kind of item + * Drops are disabled by default. + */ Q_INVOKABLE void setDropsAllowed(DropsAllowed dropsAllowed); - /// Reimplemented from QAbstractItemModel. Returns true for empty directories. + /*! + * \reimp + * Returns \c true for empty directories. + */ bool canFetchMore(const QModelIndex &parent) const override; - /// Reimplemented from QAbstractItemModel. Returns ColumnCount. + int columnCount(const QModelIndex &parent = QModelIndex()) const override; - /// Reimplemented from QAbstractItemModel. + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; - /// Reimplemented from QAbstractItemModel. Not implemented yet. + bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override; - /// Reimplemented from QAbstractItemModel. Lists the subdirectory. + + /*! + * \reimp Lists the subdirectory. + */ void fetchMore(const QModelIndex &parent) override; - /// Reimplemented from QAbstractItemModel. + Qt::ItemFlags flags(const QModelIndex &index) const override; - /// Reimplemented from QAbstractItemModel. Returns true for directories. + + /*! + * \reimp + * Returns \c true for directories + */ bool hasChildren(const QModelIndex &parent = QModelIndex()) const override; - /// Reimplemented from QAbstractItemModel. Returns the column titles. + + /*! + * \reimp + * Returns the column titles. + */ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; - /// Reimplemented from QAbstractItemModel. O(1) + QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override; - /// Reimplemented from QAbstractItemModel. + QMimeData *mimeData(const QModelIndexList &indexes) const override; - /// Reimplemented from QAbstractItemModel. + QStringList mimeTypes() const override; - /// Reimplemented from QAbstractItemModel. + QModelIndex parent(const QModelIndex &index) const override; - /// Reimplemented from QAbstractItemModel. + QModelIndex sibling(int row, int column, const QModelIndex &index) const override; - /// Reimplemented from QAbstractItemModel. + int rowCount(const QModelIndex &parent = QModelIndex()) const override; - /// Reimplemented from QAbstractItemModel. - /// Call this to set a new icon, e.g. a preview + + /*! + * \reimp + * Call this to set a new icon, e.g. a preview + */ bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) override; - /// Reimplemented from QAbstractItemModel. Not implemented. @see KDirSortFilterProxyModel + + /*! + * \reimp + * Not implemented. + * \sa KDirSortFilterProxyModel + */ void sort(int column, Qt::SortOrder order = Qt::AscendingOrder) override; - /// Reimplemented from QAbstractItemModel. - /// @see AdditionalRoles + QHash roleNames() const override; - /** + /*! * Remove urls from the list if an ancestor is present on the list. This can * be used to delete only the ancestor url and skip a potential error of a non-existent url. * * For example, for a list of "/home/foo/a", "/home/foo/a/a.txt", "/home/foo/a/a/a.txt", "/home/foo/a/b/b.txt", * "home/foo/b/b.txt", this method will return the list "/home/foo/a", "/home/foo/b/b.txt". * - * @return the list @p urls without parented urls inside. + * Returns the list \a urls without parented urls inside. */ static QList simplifiedUrlList(const QList &urls); - /** + /*! * This emits the needSequenceIcon signal, requesting another sequence icon * * If there is a KFilePreviewGenerator attached to this model, that generator will care * about creating another preview. * - * @param index Index of the item that should get another icon - * @param sequenceIndex Index in the sequence. If it is zero, the standard icon will be assigned. + * \a index Index of the item that should get another icon + * + * \a sequenceIndex Index in the sequence. If it is zero, the standard icon will be assigned. * For higher indices, arbitrary different meaningful icons will be generated. */ void requestSequenceIcon(const QModelIndex &index, int sequenceIndex); - /** + /*! * Enable/Disable the displaying of an animated overlay that is shown for any destination * urls (in the view). When enabled, the animations (if any) will be drawn automatically. * @@ -257,7 +303,7 @@ public: */ void setJobTransfersVisible(bool show); - /** + /*! * Returns whether or not displaying job transfers has been enabled. */ bool jobTransfersVisible() const; @@ -265,17 +311,19 @@ public: Qt::DropActions supportedDropActions() const override; Q_SIGNALS: - /** + /*! * Emitted for each subdirectory that is a parent of a url passed to expandToUrl * This allows to asynchronously open a tree view down to a given directory. * Also emitted for the final file, if expandToUrl is called with a file * (for instance so that it can be selected). */ void expand(const QModelIndex &index); - /** + /*! * Emitted when another icon sequence index is requested - * @param index Index of the item that should get another icon - * @param sequenceIndex Index in the sequence. If it is zero, the standard icon should be assigned. + * + * \a index Index of the item that should get another icon + * + * \a sequenceIndex Index in the sequence. If it is zero, the standard icon should be assigned. * For higher indices, arbitrary different meaningful icons should be generated. * This is usually slowly counted up while the user hovers the icon. * If no meaningful alternative icons can be generated, this should be ignored. diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker.cpp index 4dfa7012ce..0c7bf6fc86 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker.cpp @@ -10,8 +10,8 @@ #include "kio_widgets_debug.h" #include "kuiserver_interface.h" +#include #include -#include #include #include #include @@ -24,9 +24,9 @@ #include struct AllTrackers { - KUiServerJobTracker *kuiserverTracker; KUiServerV2JobTracker *kuiserverV2Tracker; KWidgetJobTracker *widgetTracker; + KInhibitionJobTracker *inhibitionTracker; }; class KDynamicJobTrackerPrivate @@ -38,9 +38,9 @@ public: ~KDynamicJobTrackerPrivate() { - delete kuiserverTracker; delete kuiserverV2Tracker; delete widgetTracker; + delete inhibitionTracker; } static bool hasDBusInterface(const QString &introspectionData, const QString &interface) @@ -58,9 +58,9 @@ public: return false; } - KUiServerJobTracker *kuiserverTracker = nullptr; KUiServerV2JobTracker *kuiserverV2Tracker = nullptr; KWidgetJobTracker *widgetTracker = nullptr; + KInhibitionJobTracker *inhibitionTracker = nullptr; QMap trackers; enum JobViewServerSupport { @@ -96,9 +96,9 @@ void KDynamicJobTracker::registerJob(KJob *job) // always add an entry, even with no trackers used at all, // so unregisterJob() will work as normal AllTrackers &trackers = d->trackers[job]; - trackers.kuiserverTracker = nullptr; trackers.kuiserverV2Tracker = nullptr; trackers.widgetTracker = nullptr; + trackers.inhibitionTracker = nullptr; auto useWidgetsFallback = [this, canHaveWidgets, &trackers, job] { if (canHaveWidgets) { @@ -124,6 +124,15 @@ void KDynamicJobTracker::registerJob(KJob *job) return; } + if (!job->property("kio_no_inhibit_suspend").toBool()) { + if (!d->inhibitionTracker) { + d->inhibitionTracker = new KInhibitionJobTracker(); + } + + trackers.inhibitionTracker = d->inhibitionTracker; + trackers.inhibitionTracker->registerJob(job); + } + const QString kuiserverService = QStringLiteral("org.kde.kuiserver"); if (!d->jobViewServerWatcher) { @@ -181,19 +190,9 @@ void KDynamicJobTracker::registerJob(KJob *job) return; } - // No point in trying to set up V1 if calling the service above failed. - if (d->jobViewServerSupport != KDynamicJobTrackerPrivate::Error) { - if (!d->kuiserverTracker) { - d->kuiserverTracker = new KUiServerJobTracker(); - } - - trackers.kuiserverTracker = d->kuiserverTracker; - trackers.kuiserverTracker->registerJob(job); - } - // If kuiserver isn't available or it tells us a job tracker is required // create a widget tracker. - if (d->jobViewServerSupport == KDynamicJobTrackerPrivate::Error) { + if (d->jobViewServerSupport == KDynamicJobTrackerPrivate::Error || d->jobViewServerSupport == KDynamicJobTrackerPrivate::V2NotSupported) { useWidgetsFallback(); } } @@ -210,13 +209,9 @@ void KDynamicJobTracker::unregisterJob(KJob *job) } const AllTrackers &trackers = it.value(); - KUiServerJobTracker *kuiserverTracker = trackers.kuiserverTracker; KUiServerV2JobTracker *kuiserverV2Tracker = trackers.kuiserverV2Tracker; KWidgetJobTracker *widgetTracker = trackers.widgetTracker; - - if (kuiserverTracker) { - kuiserverTracker->unregisterJob(job); - } + KInhibitionJobTracker *inhibitionTracker = trackers.inhibitionTracker; if (kuiserverV2Tracker) { kuiserverV2Tracker->unregisterJob(job); @@ -226,6 +221,10 @@ void KDynamicJobTracker::unregisterJob(KJob *job) widgetTracker->unregisterJob(job); } + if (inhibitionTracker) { + inhibitionTracker->unregisterJob(job); + } + d->trackers.erase(it); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker_p.h index 33d9307a49..3ca6262c99 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kdynamicjobtracker_p.h @@ -13,7 +13,9 @@ class KDynamicJobTrackerPrivate; -/** +/*! + * \internal + * * This class implements a simple job tracker which registers any job to the KWidgetJobTracker if a * kuiserver isn't available on the DBus, or to the KUiServerJobTracker, if a kuiserver is * available. This way, we have the old dialogs as fallback when the user doesn't use a kuiserver @@ -24,31 +26,31 @@ class KDynamicJobTracker : public KJobTrackerInterface Q_OBJECT public: - /** + /*! * Creates a new KDynamicJobTracker * - * @param parent the parent of this object. + * \a parent the parent of this object. */ explicit KDynamicJobTracker(QObject *parent = nullptr); - /** + /*! * Destroys this KDynamicJobTracker */ ~KDynamicJobTracker() override; public Q_SLOTS: - /** + /*! * Register a new job in this tracker. This call will get forwarded to either KWidgetJobTracker * or KUiServerJobTracker, depending on the availability of the Kuiserver. * - * @param job the job to register + * \a job the job to register */ void registerJob(KJob *job) override; - /** + /*! * Unregister a job from the tracker it was registered to. * - * @param job the job to unregister + * \a job the job to unregister */ void unregisterJob(KJob *job) override; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfile.h b/local/recipes/kde/kf6-kio/source/src/widgets/kfile.h index 265eec4af7..e3df1c8ac1 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfile.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfile.h @@ -12,10 +12,11 @@ #include "kiowidgets_export.h" -/** - * @class KFile kfile.h +/*! + * \class KFile + * \inmodule KIOWidgets * - * KFile is a class which provides a namespace for some enumerated + * \brief KFile is a class which provides a namespace for some enumerated * values associated with the kfile library. You will never need to * construct a KFile object itself. */ @@ -24,14 +25,14 @@ class KIOWIDGETS_EXPORT KFile { Q_GADGET public: - /** + /*! * Modes of operation for the dialog. - * @li @p File - Get a single file name from the user. - * @li @p Directory - Get a directory name from the user. - * @li @p Files - Get multiple file names from the user. - * @li @p ExistingOnly - Never return a filename which does not exist yet - * @li @p LocalOnly - Don't return remote filenames - * @see Modes + * \value File Get a single file name from the user. + * \value Directory Get a directory name from the user. + * \value Files Get multiple file names from the user. + * \value ExistingOnly Never return a filename which does not exist yet + * \value LocalOnly Don't return remote filenames + * \omitvalue ModeMax */ enum Mode { File = 1, @@ -41,12 +42,20 @@ public: LocalOnly = 16, ModeMax = 65536, }; - /** - * Stores a combination of #Mode values. - */ Q_DECLARE_FLAGS(Modes, Mode) Q_FLAG(Modes) + /*! + * \value Default + * \value Simple + * \value Detail + * \value SeparateDirs + * \value PreviewContents + * \value PreviewInfo + * \value Tree + * \value DetailTree + * \omitvalue FileViewMax + */ enum FileView { Default = 0, Simple = 1, @@ -59,6 +68,12 @@ public: FileViewMax = 65536, }; + /*! + * \value Single + * \value Multi + * \value Extended + * \value NoSelection + */ enum SelectionMode { Single = 1, Multi = 2, @@ -72,33 +87,75 @@ public: // sorting specific + /*! + * + */ static bool isSortByName(const QDir::SortFlags &sort); + /*! + * + */ static bool isSortBySize(const QDir::SortFlags &sort); + /*! + * + */ static bool isSortByDate(const QDir::SortFlags &sort); + /*! + * + */ static bool isSortByType(const QDir::SortFlags &sort); + /*! + * + */ static bool isSortDirsFirst(const QDir::SortFlags &sort); + /*! + * + */ static bool isSortCaseInsensitive(const QDir::SortFlags &sort); // view specific + /*! + * + */ static bool isDefaultView(const FileView &view); + /*! + * + */ static bool isSimpleView(const FileView &view); + /*! + * + */ static bool isDetailView(const FileView &view); + /*! + * + */ static bool isSeparateDirs(const FileView &view); + /*! + * + */ static bool isPreviewContents(const FileView &view); + /*! + * + */ static bool isPreviewInfo(const FileView &view); + /*! + * + */ static bool isTreeView(const FileView &view); + /*! + * + */ static bool isDetailTreeView(const FileView &view); private: diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.cpp index 7b8c792a78..3885cf4f82 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.cpp @@ -17,15 +17,23 @@ #include #include #include +#include +#include #include #include #include #include +#include #include #include #include #include +#if HAVE_WAYLAND +#include +#endif + +#include #include #include #include @@ -36,6 +44,7 @@ #include #include #include +#include #endif #include #include @@ -130,6 +139,7 @@ KFileItemActionsPrivate::KFileItemActionsPrivate(KFileItemActions *qq) KFileItemActionsPrivate::~KFileItemActionsPrivate() { + qDeleteAll(m_serviceMenuShortcutActions); } int KFileItemActionsPrivate::insertServicesSubmenus(const QMap &submenus, QMenu *menu) @@ -187,7 +197,7 @@ int KFileItemActionsPrivate::insertServices(const ServiceList &list, QMenu *menu // Sort each group for (ServiceList &group : allGroups) { std::sort(group.begin(), group.end(), [](const KDesktopFileAction &a1, const KDesktopFileAction &a2) { - return a1.name() < a2.name(); + return a1.actionsKey() < a2.actionsKey(); }); } @@ -204,17 +214,7 @@ int KFileItemActionsPrivate::insertServices(const ServiceList &list, QMenu *menu // Insert sorted actions for current group for (const KDesktopFileAction &serviceAction : group) { - QAction *act = new QAction(q); - act->setObjectName(QStringLiteral("menuaction")); // for the unittest - QString text = serviceAction.name(); - text.replace(QLatin1Char('&'), QLatin1String("&&")); - act->setText(text); - if (!serviceAction.icon().isEmpty()) { - act->setIcon(QIcon::fromTheme(serviceAction.icon())); - } - act->setData(QVariant::fromValue(serviceAction)); - m_executeServiceActionGroup.addAction(act); - + QAction *act = createActionForService(serviceAction, QStringLiteral("menuaction")); menu->addAction(act); // Add to toplevel menu ++count; } @@ -223,10 +223,64 @@ int KFileItemActionsPrivate::insertServices(const ServiceList &list, QMenu *menu return count; } +QAction *KFileItemActionsPrivate::createActionForService(const KDesktopFileAction &serviceAction, const QString &objectName) +{ + QAction *act = new QAction(q); + act->setObjectName(objectName); + QString text = serviceAction.name(); + text.replace(QLatin1Char('&'), QLatin1String("&&")); + act->setText(text); + if (!serviceAction.icon().isEmpty()) { + act->setIcon(QIcon::fromTheme(serviceAction.icon())); + } + act->setData(QVariant::fromValue(serviceAction)); + m_executeServiceActionGroup.addAction(act); + return act; +} + +QList KFileItemActions::createServiceMenuActions() +{ + qDeleteAll(d->m_serviceMenuShortcutActions); + d->m_serviceMenuShortcutActions.clear(); + + QList actions; + const KConfigGroup showGroup = d->m_config.group(QStringLiteral("Show")); + + for (const QString &file : d->serviceMenuFilePaths()) { + const KDesktopFile desktopfile(file); + for (const KDesktopFileAction &action : desktopfile.actions()) { + if (action.isSeparator() || !showGroup.readEntry(action.actionsKey(), true)) { + continue; + } + QAction *qaction = d->createActionForService(action, action.actionsKey()); + d->m_serviceMenuShortcutActions.append(qaction); + actions.append(qaction); + } + } + + return actions; +} + void KFileItemActionsPrivate::slotExecuteService(QAction *act) { const KDesktopFileAction serviceAction = act->data().value(); - if (KAuthorized::authorizeAction(serviceAction.name())) { + + // For shortcut-triggered actions, verify they apply to current selection. + // Context menu actions are already filtered during menu construction. + if (m_serviceMenuShortcutActions.contains(act)) { + const KFileItemList items = m_props.items(); + if (items.isEmpty()) { + return; + } + const KDesktopFile desktopFile(serviceAction.desktopFilePath()); + const KConfigGroup cfg = desktopFile.desktopGroup(); + const QString protocol = items.first().url().scheme(); + if (!shouldDisplayServiceMenu(cfg, protocol) || !checkTypesMatch(cfg)) { + return; + } + } + + if (KAuthorized::authorizeAction(serviceAction.actionsKey())) { auto *job = new KIO::ApplicationLauncherJob(serviceAction); job->setUrls(m_props.urlList()); job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, m_parentWidget)); @@ -501,7 +555,6 @@ KFileItemActionsPrivate::addServiceActionsTo(QMenu *mainMenu, const QList(jsonMetadata, this).plugin; - m_loadedPlugins.insert(pluginId, abstractPlugin); + auto result = KPluginFactory::instantiatePlugin(jsonMetadata, this); + if (result) { + abstractPlugin = result.plugin; + m_loadedPlugins.insert(pluginId, abstractPlugin); + } else { + qCWarning(KIO_WIDGETS) << "Couldn't load plugin:" << pluginId << result.errorText << result.errorReason; + } } if (abstractPlugin) { connect(abstractPlugin, &KAbstractFileItemActionPlugin::error, q, &KFileItemActions::error); @@ -678,6 +736,11 @@ void KFileItemActionsPrivate::insertOpenWithActionsTo(QAction *before, QMenu *to //// Ok, we have everything, now insert const KFileItemList items = m_props.items(); + if (items.isEmpty()) { + qCWarning(KIO_WIDGETS) << "insertOpenWithActionsTo called with empty itemListProperties"; + return; + } + const KFileItem &firstItem = items.first(); const bool isLocal = firstItem.url().isLocalFile(); const bool isDir = m_props.isDirectory(); @@ -699,16 +762,41 @@ void KFileItemActionsPrivate::insertOpenWithActionsTo(QAction *before, QMenu *to #ifdef WITH_QTDBUS if (KSandbox::isInside() && !m_fileOpenList.isEmpty()) { auto openWithAction = makeOpenWithAction(); - QObject::connect(openWithAction, &QAction::triggered, this, [this] { + + auto sendMessage = [this](const QString &token) { const auto &items = m_fileOpenList; for (const auto &fileItem : items) { + auto local = fileItem.isLocalFile(); QDBusMessage message = QDBusMessage::createMethodCall(QLatin1String("org.freedesktop.portal.Desktop"), QLatin1String("/org/freedesktop/portal/desktop"), QLatin1String("org.freedesktop.portal.OpenURI"), - QLatin1String("OpenURI")); - message << QString() << fileItem.url() << QVariantMap{}; + local ? QLatin1String("OpenFile") : QLatin1String("OpenURI")); + QVariant uriOrFd; + if (local) { + QFile localFile(fileItem.localPath()); + if (!localFile.open(QIODevice::ReadOnly)) { + continue; + } + + uriOrFd = QVariant::fromValue(QDBusUnixFileDescriptor(localFile.handle())); + } else { + uriOrFd = fileItem.url(); + } + message << QString() << uriOrFd; + message << (token.isNull() ? QVariantMap{} : QVariantMap{{QStringLiteral("activation_token"), token}}); QDBusConnection::sessionBus().asyncCall(message); } + }; + connect(openWithAction, &QAction::triggered, this, [this, sendMessage] { +#if HAVE_WAYLAND + if (KWindowSystem::isPlatformWayland() && !qGuiApp->allWindows().isEmpty()) { + auto window = qGuiApp->allWindows().constFirst(); + auto tokenFuture = KWaylandExtras::xdgActivationToken(window, {}); + tokenFuture.then(this, sendMessage); + return; + } +#endif + sendMessage({}); }); topMenu->insertAction(before, openWithAction); return; @@ -718,6 +806,23 @@ void KFileItemActionsPrivate::insertOpenWithActionsTo(QAction *before, QMenu *to } #endif + bool isExecutableFile = false; + if (items.length() == 1) { + isExecutableFile = KIO::OpenUrlJob::isExecutableFile(firstItem.url(), firstItem.currentMimeType().name()); + if (isExecutableFile) { + QAction *runAct = new QAction(q); + runAct->setText(i18nc("@action:inmenu", "&Run Executable")); + runAct->setIcon(QIcon::fromTheme(QStringLiteral("system-run"))); + connect(runAct, &QAction::triggered, this, [this, firstItem]() { + KIO::OpenUrlJob *job = new KIO::OpenUrlJob(firstItem.targetUrl(), firstItem.mimetype(), q); + job->setUiDelegate(KIO::createDefaultJobUiDelegate(KJobUiDelegate::AutoWarningHandlingEnabled, m_parentWidget)); + job->setRunExecutables(true); + job->setShowOpenOrExecuteDialog(false); + job->start(); + }); + topMenu->insertAction(before, runAct); + } + } QStringList serviceIdList = listPreferredServiceIds(m_mimeTypeList, excludedDesktopEntryNames); // When selecting files with multiple MIME types, offer either "open with " @@ -753,7 +858,7 @@ void KFileItemActionsPrivate::insertOpenWithActionsTo(QAction *before, QMenu *to if (!offers.isEmpty()) { // Show the top app inline for files, but not folders - if (!isDir) { + if (!isDir && !isExecutableFile) { QAction *act = createAppAction(offers.takeFirst(), true); topMenu->insertAction(before, act); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.h b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.h index 361ff99f06..b471024b91 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions.h @@ -19,15 +19,18 @@ class QAction; class QMenu; class KFileItemActionsPrivate; -/** - * @class KFileItemActions kfileitemactions.h +/*! + * \class KFileItemActions + * \inmodule KIOWidgets * * This class creates and handles the actions for a url (or urls) in a popupmenu. * * This includes: - * @li "open with " actions, but also - * @li user-defined actions for a .desktop file, defined in the file itself (see the desktop entry standard) - * @li servicemenus actions, defined in .desktop files and selected based on the MIME type of the url + * \list + * \li "open with " actions, but also + * \li user-defined actions for a .desktop file, defined in the file itself (see the desktop entry standard) + * \li servicemenus actions, defined in .desktop files and selected based on the MIME type of the url + * \endlist * * KFileItemActions respects Kiosk-based restrictions (see the KAuthorized * namespace in the KConfig framework). In particular, the "action/openwith" @@ -40,35 +43,31 @@ class KFileItemActionsPrivate; * action is allowed. The action is ignored if any of the listed actions are * not authorized. * - * @note: The builtin services like mount/unmount for old-style device desktop + * \note The builtin services like mount/unmount for old-style device desktop * files (which mainly concerns CDROM and Floppy drives) have been deprecated * since 5.82; those menu entries were hidden long before that, since the FSDevice * .desktop template file hadn't been installed for quite a while. - * */ class KIOWIDGETS_EXPORT KFileItemActions : public QObject { Q_OBJECT public: - /** + /*! * Creates a KFileItemActions instance. * Note that this instance must stay alive for at least as long as the popupmenu; * it has the slots for the actions created by addOpenWithActionsTo/addServiceActionsTo. */ KFileItemActions(QObject *parent = nullptr); - /** - * Destructor - */ ~KFileItemActions() override; - /** + /*! * Sets all the data for the next instance of the popupmenu. - * @see KFileItemListProperties + * \sa KFileItemListProperties */ void setItemListProperties(const KFileItemListProperties &itemList); - /** + /*! * Set the parent widget for any dialogs being shown. * * This should normally be your mainwindow, not a popup menu, @@ -78,9 +77,9 @@ public: */ void setParentWidget(QWidget *widget); - /** - * Generates the "Open With " actions, and inserts them in @p menu, - * before action @p before. If @p before is nullptr or doesn't exist in the menu + /*! + * Generates the "Open With " actions, and inserts them in \a menu, + * before action \a before. If \a before is nullptr or doesn't exist in the menu * the actions will be appended to the menu. * * All actions are created as children of the menu. @@ -88,16 +87,18 @@ public: * No actions will be added if the "openwith" Kiosk action is not authorized * (see KAuthorized::authorize()). * - * @param before the "open with" actions will be inserted before this action; if this action - * is nullptr or isn't available in @p topMenu, the "open with" actions will be appended - * @param menu the QMenu where the actions will be added - * @param excludedDesktopEntryNames list of desktop entry names that will not be shown + * \a before the "open with" actions will be inserted before this action; if this action + * is nullptr or isn't available in \a topMenu, the "open with" actions will be appended * - * @since 5.82 + * \a menu the QMenu where the actions will be added + * + * \a excludedDesktopEntryNames list of desktop entry names that will not be shown + * + * \since 5.82 */ void insertOpenWithActionsTo(QAction *before, QMenu *topMenu, const QStringList &excludedDesktopEntryNames); - /** + /*! * Returns the applications associated with all the given MIME types. * * This is basically a KApplicationTrader::query, but it supports multiple MIME types, and @@ -113,30 +114,62 @@ public: * KApplicationTrader instead, e.g. query() or preferredService(). * * This will return an empty list if the "openwith" Kiosk action is not - * authorized (see @c KAuthorized::authorize()). + * authorized (see KAuthorized::authorize()). * - * @param mimeTypeList the MIME types - * @return the sorted list of services. - * @since 5.83 + * \a mimeTypeList the MIME types + * + * Returns the sorted list of services. + * + * \since 5.83 */ static KService::List associatedApplications(const QStringList &mimeTypeList); + /*! + * Creates QAction objects for enabled service menu actions. + * + * The returned actions are connected to the internal execution handler and + * will execute the service menu command on the current file selection when + * triggered. The file selection is determined by setItemListProperties(). + * + * Use this method to register service menu actions in a + * KActionCollection to enable keyboard shortcuts. + * + * Actions are parented to this KFileItemActions instance. Calling this + * method multiple times will return new action instances each time. + * + * \return List of QActions ready for use with KActionCollection + * + * \since 6.24 + */ + QList createServiceMenuActions(); + + /*! + * \value Services Add user defined actions and servicemenu actions (this used to include builtin actions, which have been deprecated since 5.82 see class + * API documentation) + * \value Plugins Add actions implemented by plugins. See KAbstractFileItemActionPlugin base class + * \value All + * + */ enum class MenuActionSource { - Services = 0x1, ///< Add user defined actions and servicemenu actions (this used to include builtin - ///< actions, which have been deprecated since 5.82 see class API documentation) - Plugins = 0x2, ///< Add actions implemented by plugins. See KAbstractFileItemActionPlugin base class. + Services = 0x1, + Plugins = 0x2, All = Services | Plugins, }; Q_DECLARE_FLAGS(MenuActionSources, MenuActionSource) - /** + /*! * This methods adds additional actions to the menu. - * @param menu Menu to which the actions/submenus will be added. - * @param sources sources from which the actions should be fetched. By default all sources are used. - * @param additionalActions additional actions that should be added to the "Actions" submenu or + * + * \a menu Menu to which the actions/submenus will be added. + * + * \a sources sources from which the actions should be fetched. By default all sources are used. + * + * \a additionalActions additional actions that should be added to the "Actions" submenu or * top level menu if there are less than three entries in total. - * @param excludeList list of action names or plugin ids that should be excluded - * @since 5.77 + * + * \a excludeList list of action names or plugin ids that should be excluded + * + * \since 5.77 */ void addActionsTo(QMenu *menu, MenuActionSources sources = MenuActionSource::All, @@ -144,24 +177,26 @@ public: const QStringList &excludeList = {}); Q_SIGNALS: - /** + /*! * Emitted before the "Open With" dialog is shown * This is used e.g in folderview to close the folder peek popups on invoking the "Open With" menu action - * @since 4.8.2 + * \since 4.8.2 */ void openWithDialogAboutToBeShown(); - /** + /*! * Forwards the errors from the KAbstractFileItemActionPlugin instances - * @since 5.82 + * \since 5.82 */ void error(const QString &errorMessage); public Q_SLOTS: - /** + /*! * Slot used to execute a list of files in their respective preferred application. - * @param fileOpenList the list of KFileItems to open. - * @since 5.83 + * + * \a fileOpenList the list of KFileItems to open. + * + * \since 5.83 */ void runPreferredApplications(const KFileItemList &fileOpenList); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions_p.h index d764ecc8ef..fdcd20b658 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemactions_p.h @@ -8,6 +8,7 @@ #ifndef KFILEITEMACTIONS_P_H #define KFILEITEMACTIONS_P_H +#include "config-kiowidgets.h" #include "kabstractfileitemactionplugin.h" #include #include @@ -73,6 +74,8 @@ private: bool shouldDisplayServiceMenu(const KConfigGroup &cfg, const QString &protocol) const; // Utility functions which returns true if the types for the service are set and the exclude types are not contained bool checkTypesMatch(const KConfigGroup &cfg) const; + // Creates a QAction service from KDesktopFileAction connected to the internal executor slot + QAction *createActionForService(const KDesktopFileAction &serviceAction, const QString &objectName); private Q_SLOTS: // For servicemenus @@ -91,6 +94,8 @@ public: QWidget *m_parentWidget; KConfig m_config; QHash m_loadedPlugins; + // Actions created by createServiceMenuActions() + QList m_serviceMenuShortcutActions; }; Q_DECLARE_METATYPE(KService::Ptr) diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.cpp index c00c695235..5122604e54 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.cpp @@ -32,8 +32,6 @@ #include #include -#include "delegateanimationhandler_p.h" - struct Margin { int left, right, top, bottom; }; @@ -91,8 +89,6 @@ public: const QTextLayout &infoLayout, const QColor &infoColor, const QRect &textBoundingRect) const; - KIO::AnimationState *animationState(const QStyleOptionViewItem &option, const QModelIndex &index, const QAbstractItemView *view) const; - void restartAnimation(KIO::AnimationState *state); QPixmap applyHoverEffect(const QPixmap &icon) const; QPixmap transition(const QPixmap &from, const QPixmap &to, qreal amount) const; void initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const; @@ -101,6 +97,7 @@ public: void gotNewIcon(const QModelIndex &index); void paintJobTransfers(QPainter *painter, const qreal &jobAnimationAngle, const QPoint &iconPos, const QStyleOptionViewItem &opt); + int scaledEmblemSize(int iconSize) const; public: KFileItemDelegate::InformationList informationList; @@ -112,9 +109,9 @@ public: QTextOption::WrapMode wrapMode; bool jobTransfersVisible; QIcon downArrowIcon; + QRect emblemRect; private: - KIO::DelegateAnimationHandler *animationHandler; Margin verticalMargin[NMargins]; Margin horizontalMargin[NMargins]; Margin *activeMargins; @@ -128,7 +125,7 @@ KFileItemDelegate::Private::Private(KFileItemDelegate *parent) , showToolTipWhenElided(true) , wrapMode(QTextOption::WrapAtWordBoundaryOrAnywhere) , jobTransfersVisible(false) - , animationHandler(new KIO::DelegateAnimationHandler(parent)) + , emblemRect(QRect()) , activeMargins(nullptr) { } @@ -449,10 +446,6 @@ QSize KFileItemDelegate::Private::displaySizeHint(const QStyleOptionViewItem &op QSize KFileItemDelegate::Private::decorationSizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const { - if (index.column() > 0) { - return QSize(0, 0); - } - QSize iconSize = option.icon.actualSize(option.decorationSize); if (!verticalLayout(option)) { iconSize.rwidth() = option.decorationSize.width(); @@ -528,30 +521,6 @@ QPixmap KFileItemDelegate::Private::applyHoverEffect(const QPixmap &icon) const return result; } -void KFileItemDelegate::Private::gotNewIcon(const QModelIndex &index) -{ - animationHandler->gotNewIcon(index); -} - -void KFileItemDelegate::Private::restartAnimation(KIO::AnimationState *state) -{ - animationHandler->restartAnimation(state); -} - -KIO::AnimationState * -KFileItemDelegate::Private::animationState(const QStyleOptionViewItem &option, const QModelIndex &index, const QAbstractItemView *view) const -{ - if (!option.widget->style()->styleHint(QStyle::SH_Widget_Animate, nullptr, option.widget)) { - return nullptr; - } - - if (index.column() == KDirModel::Name) { - return animationHandler->animationState(option, index, view); - } - - return nullptr; -} - QPixmap KFileItemDelegate::Private::transition(const QPixmap &from, const QPixmap &to, qreal amount) const { int value = int(0xff * amount); @@ -763,6 +732,10 @@ void KFileItemDelegate::Private::initStyleOption(QStyleOptionViewItem *option, c option->features |= QStyleOptionViewItem::HasDecoration; } + if (!option->index.isValid()) { + option->index = index; + } + // ### Make sure this value is always true for now option->showDecorationSelected = true; } @@ -813,18 +786,17 @@ KFileItemDelegate::KFileItemDelegate(QObject *parent) int focusVMargin = QApplication::style()->pixelMetric(QStyle::PM_FocusFrameVMargin); // Margins for horizontal mode (list views, tree views, table views) - const int textMargin = focusHMargin * 4; if (QApplication::isRightToLeft()) { - d->setHorizontalMargin(Private::TextMargin, textMargin, focusVMargin, focusHMargin, focusVMargin); + d->setHorizontalMargin(Private::TextMargin, focusHMargin, focusVMargin, focusHMargin, focusVMargin); } else { - d->setHorizontalMargin(Private::TextMargin, focusHMargin, focusVMargin, textMargin, focusVMargin); + d->setHorizontalMargin(Private::TextMargin, focusHMargin, focusVMargin, focusHMargin, focusVMargin); } d->setHorizontalMargin(Private::IconMargin, focusHMargin, focusVMargin); - d->setHorizontalMargin(Private::ItemMargin, 0, 0); + d->setHorizontalMargin(Private::ItemMargin, focusHMargin, 0); // Margins for vertical mode (icon views) - d->setVerticalMargin(Private::TextMargin, 6, 2); + d->setVerticalMargin(Private::TextMargin, focusHMargin, 0); d->setVerticalMargin(Private::IconMargin, focusHMargin, focusVMargin); d->setVerticalMargin(Private::ItemMargin, 0, 0); @@ -849,16 +821,20 @@ QSize KFileItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QMod const QSize decorationSize = d->decorationSizeHint(opt, index); QSize size; + QStyle *style = opt.widget ? opt.widget->style() : QApplication::style(); + int hSpacing = style->pixelMetric(QStyle::PM_LayoutHorizontalSpacing); + int vSpacing = style->pixelMetric(QStyle::PM_LayoutVerticalSpacing); if (d->verticalLayout(opt)) { - size.rwidth() = qMax(displaySize.width(), decorationSize.width()); - size.rheight() = decorationSize.height() + displaySize.height() + 1; + size.rwidth() = qMax(displaySize.width(), decorationSize.width()) + hSpacing; + size.rheight() = decorationSize.height() + displaySize.height() + 1 + vSpacing; } else { size.rwidth() = decorationSize.width() + displaySize.width() + 1; size.rheight() = qMax(decorationSize.height(), displaySize.height()); } - size = d->addMargin(size, Private::ItemMargin); + size = style->sizeFromContents(QStyle::CT_ItemViewItem, &opt, size, opt.widget); + if (!d->maximumSize.isEmpty()) { size = size.boundedTo(d->maximumSize); } @@ -1022,67 +998,14 @@ QIcon KFileItemDelegate::Private::decoration(const QStyleOptionViewItem &option, QRect KFileItemDelegate::Private::labelRectangle(const QStyleOptionViewItem &option, const QModelIndex &index) const { - const QSize decoSize = (index.column() == 0) ? addMargin(option.decorationSize, Private::IconMargin) : QSize(0, 0); - const QRect itemRect = subtractMargin(option.rect, Private::ItemMargin); - QRect textArea(QPoint(0, 0), itemRect.size()); - - switch (option.decorationPosition) { - case QStyleOptionViewItem::Top: - textArea.setTop(decoSize.height() + 1); - break; - - case QStyleOptionViewItem::Bottom: - textArea.setBottom(itemRect.height() - decoSize.height() - 1); - break; - - case QStyleOptionViewItem::Left: - textArea.setLeft(decoSize.width() + 1); - break; - - case QStyleOptionViewItem::Right: - textArea.setRight(itemRect.width() - decoSize.width() - 1); - break; - } - - textArea.translate(itemRect.topLeft()); - return QStyle::visualRect(option.direction, option.rect, textArea); + QStyle *style = option.widget ? option.widget->style() : QApplication::style(); + return style->subElementRect(QStyle::SE_ItemViewItemText, &option, option.widget); } QPoint KFileItemDelegate::Private::iconPosition(const QStyleOptionViewItem &option) const { - if (option.index.column() > 0) { - return QPoint(0, 0); - } - - const QRect itemRect = subtractMargin(option.rect, Private::ItemMargin); - Qt::Alignment alignment; - - // Convert decorationPosition to the alignment the decoration will have in option.rect - switch (option.decorationPosition) { - case QStyleOptionViewItem::Top: - alignment = Qt::AlignHCenter | Qt::AlignTop; - break; - - case QStyleOptionViewItem::Bottom: - alignment = Qt::AlignHCenter | Qt::AlignBottom; - break; - - case QStyleOptionViewItem::Left: - alignment = Qt::AlignVCenter | Qt::AlignLeft; - break; - - case QStyleOptionViewItem::Right: - alignment = Qt::AlignVCenter | Qt::AlignRight; - break; - } - - // Compute the nominal decoration rectangle - const QSize size = addMargin(option.decorationSize, Private::IconMargin); - const QRect rect = QStyle::alignedRect(option.direction, alignment, size, itemRect); - - // Position the icon in the center of the rectangle - QRect iconRect = QRect(QPoint(), option.icon.actualSize(option.decorationSize)); - iconRect.moveCenter(rect.center()); + QStyle *style = option.widget ? option.widget->style() : QApplication::style(); + QRect iconRect = style->subElementRect(QStyle::SE_ItemViewItemDecoration, &option, option.widget); return iconRect.topLeft(); } @@ -1124,20 +1047,9 @@ void KFileItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opt opt.palette.setCurrentColorGroup(QPalette::Disabled); } - // Unset the mouse over bit if we're not drawing the first column - if (index.column() > 0) { - opt.state &= ~QStyle::State_MouseOver; - } else { - opt.viewItemPosition = QStyleOptionViewItem::OnlyOne; - } + const qreal dpr = painter->device()->devicePixelRatioF(); - const QAbstractItemView *view = qobject_cast(opt.widget); - - // Check if the item is being animated - // ======================================================================== - KIO::AnimationState *state = d->animationState(opt, index, view); - KIO::CachedRendering *cache = nullptr; - qreal progress = ((opt.state & QStyle::State_MouseOver) && index.column() == KDirModel::Name) ? 1.0 : 0.0; + qreal progress = (opt.state & QStyle::State_MouseOver) ? 1.0 : 0.0; const QPoint iconPos = d->iconPosition(opt); QIcon::Mode iconMode; @@ -1150,59 +1062,13 @@ void KFileItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opt } QIcon::State iconState = option.state & QStyle::State_Open ? QIcon::On : QIcon::Off; - QPixmap icon = opt.icon.pixmap(opt.decorationSize, iconMode, iconState); + QPixmap icon = opt.icon.pixmap(opt.decorationSize, dpr, iconMode, iconState); const KFileItem fileItem = d->fileItem(index); if (fileItem.isHidden()) { KIconEffect::semiTransparent(icon); } - if (state && !state->hasJobAnimation()) { - cache = state->cachedRendering(); - progress = state->hoverProgress(); - // Clear the mouse over bit temporarily - opt.state &= ~QStyle::State_MouseOver; - - // If we have a cached rendering, draw the item from the cache - if (cache) { - if (cache->checkValidity(opt.state) && cache->regular.size() == opt.rect.size()) { - QPixmap pixmap = d->transition(cache->regular, cache->hover, progress); - - if (state->cachedRenderingFadeFrom() && state->fadeProgress() != 1.0) { - // Apply icon fading animation - KIO::CachedRendering *fadeFromCache = state->cachedRenderingFadeFrom(); - const QPixmap fadeFromPixmap = d->transition(fadeFromCache->regular, fadeFromCache->hover, progress); - - pixmap = d->transition(fadeFromPixmap, pixmap, state->fadeProgress()); - } - painter->drawPixmap(option.rect.topLeft(), pixmap); - if (d->jobTransfersVisible && index.column() == 0) { - if (index.data(KDirModel::HasJobRole).toBool()) { - d->paintJobTransfers(painter, state->jobAnimationAngle(), iconPos, opt); - } - } - return; - } - - if (!cache->checkValidity(opt.state)) { - if (opt.widget->style()->styleHint(QStyle::SH_Widget_Animate, nullptr, opt.widget)) { - // Fade over from the old icon to the new one - // Only start a new fade if the previous one is ready - // Else we may start racing when checkValidity() always returns false - if (state->fadeProgress() == 1) { - state->setCachedRenderingFadeFrom(state->takeCachedRendering()); - } - } - d->gotNewIcon(index); - } - // If it wasn't valid, delete it - state->setCachedRendering(nullptr); - } else { - // The cache may have been discarded, but the animation handler still needs to know about new icons - d->gotNewIcon(index); - } - } - // Compute the metrics, and lay out the text items // ======================================================================== QColor labelColor = d->foregroundBrush(opt, index).color(); @@ -1236,65 +1102,7 @@ void KFileItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opt int focusVMargin = style->pixelMetric(QStyle::PM_FocusFrameVMargin); QRect focusRect = textBoundingRect.adjusted(-focusHMargin, -focusVMargin, +focusHMargin, +focusVMargin); - // Create a new cached rendering of a hovered and an unhovered item. - // We don't create a new cache for a fully hovered item, since we don't - // know yet if a hover out animation will be run. - // ======================================================================== - if (state && (state->hoverProgress() < 1 || state->fadeProgress() < 1)) { - const qreal dpr = painter->device()->devicePixelRatioF(); - - cache = new KIO::CachedRendering(opt.state, option.rect.size(), index, dpr); - - QPainter p; - p.begin(&cache->regular); - p.translate(-option.rect.topLeft()); - p.setRenderHint(QPainter::Antialiasing); - style->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, &p, opt.widget); - p.drawPixmap(iconPos, icon); - d->drawTextItems(&p, labelLayout, labelColor, infoLayout, infoColor, textBoundingRect); - d->drawFocusRect(&p, opt, focusRect); - p.end(); - - opt.state |= QStyle::State_MouseOver; - icon = d->applyHoverEffect(icon); - - p.begin(&cache->hover); - p.translate(-option.rect.topLeft()); - p.setRenderHint(QPainter::Antialiasing); - style->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, &p, opt.widget); - p.drawPixmap(iconPos, icon); - d->drawTextItems(&p, labelLayout, labelColor, infoLayout, infoColor, textBoundingRect); - d->drawFocusRect(&p, opt, focusRect); - p.end(); - - state->setCachedRendering(cache); - - QPixmap pixmap = d->transition(cache->regular, cache->hover, progress); - - if (state->cachedRenderingFadeFrom() && state->fadeProgress() == 0) { - // Apply icon fading animation - KIO::CachedRendering *fadeFromCache = state->cachedRenderingFadeFrom(); - const QPixmap fadeFromPixmap = d->transition(fadeFromCache->regular, fadeFromCache->hover, progress); - - pixmap = d->transition(fadeFromPixmap, pixmap, state->fadeProgress()); - - d->restartAnimation(state); - } - - painter->drawPixmap(option.rect.topLeft(), pixmap); - painter->setRenderHint(QPainter::Antialiasing); - if (d->jobTransfersVisible && index.column() == 0) { - if (index.data(KDirModel::HasJobRole).toBool()) { - d->paintJobTransfers(painter, state->jobAnimationAngle(), iconPos, opt); - } - } - return; - } - - // Render the item directly if we're not using a cached rendering - // ======================================================================== painter->save(); - painter->setRenderHint(QPainter::Antialiasing); if (progress > 0 && !(opt.state & QStyle::State_MouseOver)) { opt.state |= QStyle::State_MouseOver; @@ -1302,19 +1110,52 @@ void KFileItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opt } style->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, painter, opt.widget); - painter->drawPixmap(iconPos, icon); + + // Calculate the actual logical size of the generated pixmap + QSize actualIconSize(icon.width() / dpr, icon.height() / dpr); + + // Calculate the offset to center the icon within the allocated decoration size + int xOffset = (opt.decorationSize.width() - actualIconSize.width()) / 2; + int yOffset = (opt.decorationSize.height() - actualIconSize.height()) / 2; + + // Shift the icon position to the center + QPoint centeredIconPos = iconPos + QPoint(xOffset, yOffset); + painter->drawPixmap(centeredIconPos, icon); d->drawTextItems(painter, labelLayout, labelColor, infoLayout, infoColor, textBoundingRect); d->drawFocusRect(painter, opt, focusRect); + drawSelectionEmblem(option, painter, index); - if (d->jobTransfersVisible && index.column() == 0 && state) { - if (index.data(KDirModel::HasJobRole).toBool()) { - d->paintJobTransfers(painter, state->jobAnimationAngle(), iconPos, opt); - } - } painter->restore(); } +void KFileItemDelegate::drawSelectionEmblem(QStyleOptionViewItem option, QPainter *painter, const QModelIndex &index) const +{ + if (d->emblemRect.isNull() || index.column() != 0 || !qApp->style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick)) { + return; + } + const auto state = option.state; + if ((state & QStyle::State_MouseOver) || (state & QStyle::State_Selected)) { + const QString selectionEmblem = state & QStyle::State_Selected ? QStringLiteral("emblem-remove") : QStringLiteral("emblem-added"); + const auto emblem = QIcon::fromTheme(selectionEmblem).pixmap(d->emblemRect.size(), state & QStyle::State_MouseOver ? QIcon::Active : QIcon::Disabled); + + painter->drawPixmap(d->emblemRect.topLeft(), emblem); + } +} + +int KFileItemDelegate::Private::scaledEmblemSize(int iconSize) const +{ + if (iconSize <= KIconLoader::SizeSmallMedium) { + return KIconLoader::SizeSmall; + } else if (iconSize <= KIconLoader::SizeHuge) { + return KIconLoader::SizeSmallMedium; + } else if (iconSize <= KIconLoader::SizeEnormous) { + return KIconLoader::SizeMedium; + } + + return KIconLoader::SizeHuge; +} + QWidget *KFileItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const { QStyleOptionViewItem opt(option); @@ -1551,4 +1392,30 @@ bool KFileItemDelegate::eventFilter(QObject *object, QEvent *event) } // switch (event->type()) } +void KFileItemDelegate::setSelectionEmblemRect(QRect rect, int iconSize) +{ + if (iconSize == 0) { + d->emblemRect = QRect(); + return; + } + const auto emblemSize = d->scaledEmblemSize(iconSize); + + // With small icons, try to center the emblem on top of the icon + if (iconSize <= KIconLoader::SizeSmallMedium) { + d->emblemRect = QRect(rect.topLeft().x() + emblemSize / 4, rect.topLeft().y() + emblemSize / 4, emblemSize, emblemSize); + } else { + d->emblemRect = QRect(rect.topLeft().x(), rect.topLeft().y(), emblemSize, emblemSize); + } +} + +QRect KFileItemDelegate::selectionEmblemRect() const +{ + return d->emblemRect; +} + +KFileItem KFileItemDelegate::fileItem(const QModelIndex &index) const +{ + return d->fileItem(index); +} + #include "moc_kfileitemdelegate.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.h b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.h index b4dd7eb055..ed6f5781af 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfileitemdelegate.h @@ -9,6 +9,7 @@ #define KFILEITEMDELEGATE_H #include "kiowidgets_export.h" +#include #include #include @@ -20,10 +21,11 @@ class QHelpEvent; class QModelIndex; class QPainter; -/** - * @class KFileItemDelegate kfileitemdelegate.h +/*! + * \class KFileItemDelegate + * \inmodule KIOWidgets * - * KFileItemDelegate is intended to be used to provide a KDE file system + * \brief KFileItemDelegate is intended to be used to provide a KDE file system * view, when using one of the standard item views in Qt with KDirModel. * * While primarily intended to be used with KDirModel, it uses @@ -39,74 +41,70 @@ class QPainter; * the file items below the icon labels. * * Which information should be shown, if any, is controlled by the - * @ref information property, which is a list that can be set by calling + * information property, which is a list that can be set by calling * setShowInformation(), and read by calling showInformation(). * By default this list is empty. * * To use KFileItemDelegate, instantiate an object from the delegate, * and call setItemDelegate() in one of the standard item views in Qt: * - * @code + * \code * QListView *listview = new QListView(this); * KFileItemDelegate *delegate = new KFileItemDelegate(this); * listview->setItemDelegate(delegate); - * @endcode + * \endcode */ class KIOWIDGETS_EXPORT KFileItemDelegate : public QAbstractItemDelegate { Q_OBJECT - /** + /*! + * \property KFileItemDelegate::information + * * This property holds which additional information (if any) should be shown below * items in icon views. - * - * Access functions: - * @li void setShownformation(InformationList information) - * @li InformationList showInformation() const */ Q_PROPERTY(InformationList information READ showInformation WRITE setShowInformation) - /** + /*! + * \property KFileItemDelegate::shadowColor + * * This property holds the color used for the text shadow. * * The alpha value in the color determines the opacity of the shadow. * Shadows are only rendered when the alpha value is non-zero. * The default value for this property is Qt::transparent. - * - * Access functions: - * @li void setShadowColor(const QColor &color) - * @li QColor shadowColor() const */ Q_PROPERTY(QColor shadowColor READ shadowColor WRITE setShadowColor) - /** + /*! + * \property KFileItemDelegate::shadowOffset + * * This property holds the horizontal and vertical offset for the text shadow. * The default value for this property is (1, 1). - * - * Access functions: - * @li void setShadowOffset(const QPointF &offset) - * @li QPointF shadowOffset() const */ Q_PROPERTY(QPointF shadowOffset READ shadowOffset WRITE setShadowOffset) - /** + /*! + * \property KFileItemDelegate::shadowBlur + * * This property holds the blur radius for the text shadow. * The default value for this property is 2. - * - * Access functions: - * @li void setShadowBlur(qreal radius) - * @li qreal shadowBlur() const */ Q_PROPERTY(qreal shadowBlur READ shadowBlur WRITE setShadowBlur) - /** + /*! + * \property KFileItemDelegate::maximumSize + * * This property holds the maximum size that can be returned * by KFileItemDelegate::sizeHint(). If the maximum size is empty, * it will be ignored. */ Q_PROPERTY(QSize maximumSize READ maximumSize WRITE setMaximumSize) - /** + /*! + * \property KFileItemDelegate::showToolTipWhenElided + * * This property determines whether a tooltip will be shown by the delegate * if the display role is elided. This tooltip will contain the full display * role information. The tooltip will only be shown if the Qt::ToolTipRole differs @@ -115,14 +113,16 @@ class KIOWIDGETS_EXPORT KFileItemDelegate : public QAbstractItemDelegate */ Q_PROPERTY(bool showToolTipWhenElided READ showToolTipWhenElided WRITE setShowToolTipWhenElided) - /** + /*! + * \property KFileItemDelegate::jobTransfersVisible + * * This property determines if there are KIO jobs on a destination URL visible, then * they will have a small animation overlay displayed on them. */ Q_PROPERTY(bool jobTransfersVisible READ jobTransfersVisible WRITE setJobTransfersVisible) public: - /** + /*! * This enum defines the additional information that can be displayed below item * labels in icon views. * @@ -135,243 +135,251 @@ public: * * Note that KFileItemDelegate will not call KFileItem::determineMimeType() if * KFileItem::isMimeTypeKnown() returns false, so if you want to display MIME types - * you should use a KMimeTypeResolver with the model and the view, to ensure that MIME + * you should call KFileItem::determineMimeType() yourself, to ensure that MIME * types are resolved. If the MIME type isn't known, "Unknown" will be displayed until * the MIME type has been successfully resolved. * - * @see setShowInformation() - * @see showInformation() - * @see information + * \value NoInformation No additional information will be shown for items. + * \value Size The file size for files, and the number of items for folders. + * \value Permissions A UNIX permissions string, e.g. -rwxr-xr-x. + * \value OctalPermissions The permissions as an octal value, e.g. 0644. + * \value Owner The user name of the file owner, e.g. root + * \value OwnerAndGroup The user and group that owns the file, e.g. root:root + * \value CreationTime The date and time the file/folder was created. + * \value ModificationTime The date and time the file/folder was last modified. + * \value AccessTime The date and time the file/folder was last accessed. + * \value MimeType The MIME type for the item, e.g. text/html. + * \value FriendlyMimeType The descriptive name for the MIME type, e.g. HTML Document. + * \value[since 4.5] LinkDest The destination of a symbolic link. + * \value[since 4.5] LocalPathOrUrl The local path to the file or the URL in case it is not a local file. + * \value[since 4.6] Comment A simple comment that can be displayed to the user as is. + * + * \sa setShowInformation() + * \sa showInformation() + * \sa information */ enum Information { - NoInformation, ///< No additional information will be shown for items. - Size, ///< The file size for files, and the number of items for folders. - Permissions, ///< A UNIX permissions string, e.g.\ -rwxr-xr-x. - OctalPermissions, ///< The permissions as an octal value, e.g.\ 0644. - Owner, ///< The user name of the file owner, e.g.\ root - OwnerAndGroup, ///< The user and group that owns the file, e.g.\ root:root - CreationTime, ///< The date and time the file/folder was created. - ModificationTime, ///< The date and time the file/folder was last modified. - AccessTime, ///< The date and time the file/folder was last accessed. - MimeType, ///< The MIME type for the item, e.g.\ text/html. - FriendlyMimeType, ///< The descriptive name for the MIME type, e.g.\ HTML Document. - LinkDest, ///< The destination of a symbolic link. @since 4.5 - LocalPathOrUrl, ///< The local path to the file or the URL in case it is not a local file. @since 4.5 - Comment, ///< A simple comment that can be displayed to the user as is. @since 4.6 + NoInformation, + Size, + Permissions, + OctalPermissions, + Owner, + OwnerAndGroup, + CreationTime, + ModificationTime, + AccessTime, + MimeType, + FriendlyMimeType, + LinkDest, + LocalPathOrUrl, + Comment, }; Q_ENUM(Information) + /*! + * \typedef KFileItemDelegate::InformationList + */ typedef QList InformationList; - /** + /*! * Constructs a new KFileItemDelegate. * - * @param parent The parent object for the delegate. + * \a parent The parent object for the delegate. */ explicit KFileItemDelegate(QObject *parent = nullptr); - /** + /*! * Destroys the item delegate. */ ~KFileItemDelegate() override; - /** - * Returns the nominal size for the item referred to by @p index, given the + /*! + * Returns the nominal size for the item referred to by \a index, given the * provided options. * * If the model provides a valid Qt::FontRole and/or Qt::TextAlignmentRole for the item, * those will be used instead of the ones specified in the style options. * - * This function is reimplemented from @ref QAbstractItemDelegate. + * This function is reimplemented from QAbstractItemDelegate. * - * @param option The style options that should be used when painting the item. - * @param index The index to the item for which to return the size hint. + * \a option The style options that should be used when painting the item. + * + * \a index The index to the item for which to return the size hint. */ QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override; - /** - * Paints the item indicated by @p index, using @p painter. + /*! + * Paints the item indicated by \a index, using \a painter. * * The item will be drawn in the rectangle specified by option.rect. * The correct size for that rectangle can be obtained by calling - * @ref sizeHint(). + * sizeHint(). * * This function will use the following data values if the model provides - * them for the item, in place of the values in @p option: + * them for the item, in place of the values in \a option: * - * @li Qt::FontRole The font that should be used for the display role. - * @li Qt::TextAlignmentRole The alignment of the display role. - * @li Qt::ForegroundRole The text color for the display role. - * @li Qt::BackgroundRole The background color for the item. + * \list + * \li Qt::FontRole The font that should be used for the display role. + * \li Qt::TextAlignmentRole The alignment of the display role. + * \li Qt::ForegroundRole The text color for the display role. + * \li Qt::BackgroundRole The background color for the item. + * \endlist * - * This function is reimplemented from @ref QAbstractItemDelegate. + * This function is reimplemented from QAbstractItemDelegate. * - * @param painter The painter with which to draw the item. - * @param option The style options that should be used when painting the item. - * @param index The index to the item that should be painted. + * \a painter The painter with which to draw the item. + * + * \a option The style options that should be used when painting the item. + * + * \a index The index to the item that should be painted. */ void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ bool editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ void setEditorData(QWidget *editor, const QModelIndex &index) const override; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ void updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const override; - /** + /*! * Sets the list of information lines that are shown below the icon label in list views. * * You will typically construct the list like this: - * @code + * \code * KFileItemDelegate::InformationList list; * list << KFileItemDelegate::FriendlyMimeType << KFileItemDelegate::Size; * delegate->setShowInformation(list); - * @endcode + * \endcode * * The information lines will be displayed in the list order. * The delegate will first draw the item label, and then as many information * lines as will fit in the available space. * - * @param list A list of information items that should be shown + * \a list A list of information items that should be shown */ void setShowInformation(const InformationList &list); - /** + /*! * Sets a single information line that is shown below the icon label in list views. * * This is a convenience function for when you only want to show a single line * of information. * - * @param information The information that should be shown + * \a information The information that should be shown */ void setShowInformation(Information information); - /** + /*! * Returns the file item information that should be shown below item labels in list views. */ InformationList showInformation() const; - /** + /*! * Sets the color used for drawing the text shadow. * * To enable text shadows, set the shadow color to a non-transparent color. * To disable text shadows, set the color to Qt::transparent. * - * @see shadowColor() + * \sa shadowColor() */ void setShadowColor(const QColor &color); - /** + /*! * Returns the color used for the text shadow. * - * @see setShadowColor() + * \sa setShadowColor() */ QColor shadowColor() const; - /** + /*! * Sets the horizontal and vertical offset for the text shadow. * - * @see shadowOffset() + * \sa shadowOffset() */ void setShadowOffset(const QPointF &offset); - /** + /*! * Returns the offset used for the text shadow. * - * @see setShadowOffset() + * \sa setShadowOffset() */ QPointF shadowOffset() const; - /** + /*! * Sets the blur radius for the text shadow. * - * @see shadowBlur() + * \sa shadowBlur() */ void setShadowBlur(qreal radius); - /** + /*! * Returns the blur radius for the text shadow. * - * @see setShadowBlur() + * \sa setShadowBlur() */ qreal shadowBlur() const; - /** + /*! * Sets the maximum size for KFileItemDelegate::sizeHint(). * - * @see maximumSize() + * \sa maximumSize() */ void setMaximumSize(const QSize &size); - /** + /*! * Returns the maximum size for KFileItemDelegate::sizeHint(). * - * @see setMaximumSize() + * \sa setMaximumSize() */ QSize maximumSize() const; - /** + /*! * Sets whether a tooltip should be shown if the display role is * elided containing the full display role information. * - * @note The tooltip will only be shown if the Qt::ToolTipRole differs + * \note The tooltip will only be shown if the Qt::ToolTipRole differs * from Qt::DisplayRole, or if they match, showToolTipWhenElided * flag is set and the display role information is elided. - * @see showToolTipWhenElided() + * \sa showToolTipWhenElided() */ void setShowToolTipWhenElided(bool showToolTip); - /** + /*! * Returns whether a tooltip should be shown if the display role * is elided containing the full display role information. * - * @note The tooltip will only be shown if the Qt::ToolTipRole differs + * \note The tooltip will only be shown if the Qt::ToolTipRole differs * from Qt::DisplayRole, or if they match, showToolTipWhenElided * flag is set and the display role information is elided. - * @see setShowToolTipWhenElided() + * \sa setShowToolTipWhenElided() */ bool showToolTipWhenElided() const; - /** + /*! * Returns the rectangle of the icon that is aligned inside the decoration * rectangle. */ QRect iconRect(const QStyleOptionViewItem &option, const QModelIndex &index) const; - /** - * When the contents text needs to be wrapped, @p wrapMode strategy + /*! + * When the contents text needs to be wrapped, \a wrapMode strategy * will be followed. * */ void setWrapMode(QTextOption::WrapMode wrapMode); - /** + /*! * Returns the wrapping strategy followed to show text when it needs * wrapping. * */ QTextOption::WrapMode wrapMode() const; - /** + /*! * Enable/Disable the displaying of an animated overlay that is shown for any destination * urls (in the view). When enabled, the animations (if any) will be drawn automatically. * @@ -387,33 +395,49 @@ public: */ void setJobTransfersVisible(bool jobTransfersVisible); - /** + /*! * Returns whether or not the displaying of job transfers is enabled. - * @see setJobTransfersVisible() + * \sa setJobTransfersVisible() */ bool jobTransfersVisible() const; - /** - * Reimplemented from @ref QAbstractItemDelegate. - */ bool eventFilter(QObject *object, QEvent *event) override; -public Q_SLOTS: - /** - * Reimplemented from @ref QAbstractItemDelegate. + /*! + * Returns the rectangle where selectionEmblem is being drawn + * + * \since 6.14 */ + QRect selectionEmblemRect() const; + + /*! + * Set the rectangle where selectionEmblem should be drawn in. + * + * \since 6.14 + */ + void setSelectionEmblemRect(QRect rect, int iconSize); + + /*! + * \since 6.14 + */ + KFileItem fileItem(const QModelIndex &index) const; + +public Q_SLOTS: bool helpEvent(QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index) override; - /** + /*! * Returns the shape of the item as a region. + * * The returned region can be used for precise hit testing of the item. */ QRegion shape(const QStyleOptionViewItem &option, const QModelIndex &index); private: class Private; - std::unique_ptr const d; /// @internal + std::unique_ptr const d; /// \internal Q_DISABLE_COPY(KFileItemDelegate) + + void drawSelectionEmblem(QStyleOptionViewItem option, QPainter *painter, const QModelIndex &index) const; }; #endif // KFILEITEMDELEGATE_H diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kfilepropspluginwidget.ui b/local/recipes/kde/kf6-kio/source/src/widgets/kfilepropspluginwidget.ui index e4e25617bb..690c2aea06 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kfilepropspluginwidget.ui +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kfilepropspluginwidget.ui @@ -19,84 +19,6 @@ 10 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - - Calculate - - - - - - - - - - Stop - - - - - - - - - - Explore in Filelight - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - - - Qt::PlainText - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - @@ -137,42 +59,39 @@ + + + + + + + + + + + + Qt::PlainText + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + - - + + - Mounted From: + Type: - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing - - - - - - - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - - - - - Qt::LeftToRight - - - - - - Qt::PlainText - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + mimeCommentLabel @@ -187,122 +106,42 @@ Qt::PlainText
    - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard
    - - - - true - - - KMessageWidget::Error - - - - - + + - - - - Qt::PlainText - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - - - - - Free Space: + Content: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - - - 0 - 0 - - - - - - - - - - - - - - - - Type: - - - Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing - - - - - + + Qt::PlainText - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - + + - Location: + Open with: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - - - - - Size: - - - Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing + + defaultHandlerLabel @@ -323,6 +162,9 @@ Qt::PlainText + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + @@ -356,14 +198,294 @@ - - + + - Content: + Location: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + locationLabel + + + + + + + Qt::LeftToRight + + + + + + Qt::PlainText + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + Size: + + + Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing + + + sizeLabel + + + + + + + + + + Qt::PlainText + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + + Calculate + + + + + + Determine the folder size + + + + + + + Stop + + + + + + Stop determining the folder size + + + + + + + Explore in Filelight + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + Points to: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + symlinkTargetEdit + + + + + + + + + + + + + + + + + 0 + 0 + + + + + + + Show target + + + + + + + + + + + + true + + + KMessageWidget::Error + + + + + + + Created: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + createdTimeLabel + + + + + + + + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + Modified: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + modifiedTimeLabel + + + + + + + + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + Accessed: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + accessTimeLabel + + + + + + + + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + + + + File system: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + fsLabel + + + + + + + + + + Qt::PlainText + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + Mounted on: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + mountPointLabel + @@ -375,70 +497,49 @@ Qt::PlainText - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard - - + + - Points to: + Mounted from: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + mountSrcLabel + - - + + - Modified: + + + + Qt::PlainText + + + Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard + + + + + + + Free space: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - Created: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + capacityBar - - - - File System: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - - - - Qt::PlainText - - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse - - - - - @@ -449,59 +550,6 @@ - - - - - - - Qt::PlainText - - - - - - - - - - Mounted On: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - - - - - Accessed: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Open With: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdoc b/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdoc new file mode 100644 index 0000000000..c2f15b6315 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdoc @@ -0,0 +1,10 @@ +/*! + \module KIOWidgets + \title KIO Widgets C++ Classes + \ingroup modules + \cmakepackage KF6 + \cmakecomponent KIO + \cmaketargetitem KF6::KIOWidgets + + \brief Network transparent access to files and data. +*/ diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdocconf b/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdocconf new file mode 100644 index 0000000000..a8a38cb975 --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kiowidgets.qdocconf @@ -0,0 +1,41 @@ +include($KDE_DOCS/global/qt-module-defaults.qdocconf) + +project = KIOWidgets +description = productname + +documentationinheaders = true + +headerdirs += . +sourcedirs += . +imagedirs += ../../docs/pics + +outputformats = HTML + +navigation.landingpage = "KIO" + +depends += \ + kde \ + qtcore \ + qtgui \ + qtwidgets \ + kcoreaddons \ + kjobwidgets \ + kiocore \ + kiogui \ + kiofilewidgets + +qhp.projects = KIOWidgets + +qhp.KIOWidgets.file = kiowidgets.qhp +qhp.KIOWidgets.namespace = org.kde.kiowidgets.$QT_VERSION_TAG +qhp.KIOWidgets.virtualFolder = kiowidgets +qhp.KIOWidgets.indexTitle = KIOWidgets +qhp.KIOWidgets.indexRoot = + +qhp.KIOWidgets.subprojects = classes +qhp.KIOWidgets.subprojects.classes.title = C++ Classes +qhp.KIOWidgets.subprojects.classes.indexTitle = KIO Widgets C++ Classes +qhp.KIOWidgets.subprojects.classes.selectors = class fake:headerfile +qhp.KIOWidgets.subprojects.classes.sortPages = true + +tagfile = kiowidgets.tags diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/konqpopupmenuplugin.desktop b/local/recipes/kde/kf6-kio/source/src/widgets/konqpopupmenuplugin.desktop index 9b43d00391..efa934a487 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/konqpopupmenuplugin.desktop +++ b/local/recipes/kde/kf6-kio/source/src/widgets/konqpopupmenuplugin.desktop @@ -2,6 +2,7 @@ Type=ServiceType X-KDE-ServiceType=KonqPopupMenu/Plugin Comment=Plugin for the Konqueror Popup Menu +Comment[am]=Plugin for the Konqueror Popup Menu Comment[ar]=ملحق لقائمة منبثقة لكونيكور Comment[ast]=Plugin pal menú emerxente de Konqueror Comment[az]=Konqueror Popup Menyu üçün plaqin @@ -24,9 +25,12 @@ Comment[eu]=Konquerorren menu gainerakorrarentzako plugina Comment[fa]=وصله برای فهرست بالاپر کانکرر Comment[fi]=Konquerorin ponnahdusvalikkoliitännäinen Comment[fr]=Module externe pour le menu contextuel de Konqueror +Comment[ga]=Breiseán don Roghchlár Aníos Konqueror Comment[gd]=Plugan airson priob-chlàir-taice Konqueror Comment[gl]=Complemento para o menú emerxente de Konqueror. +Comment[gu]=Plugin for the Konqueror Popup Menu Comment[he]=תוסף לתפריט הקופץ של Konqueror +Comment[hr]=Dodatak za Konqueror skočni izbornik Comment[hu]=Bővítőmodul a Konqueror felbukkanó menühöz Comment[ia]=Plugin pro le Menu de Popup de Konqueror Comment[id]=Plugin untuk Menu Sembulan Konqueror @@ -40,13 +44,16 @@ Comment[lg]=Ekyongerwako kya Menyu Eboneka eya Konqueror Comment[lt]=Konqueror iškylančiojo meniu įskiepis Comment[lv]=„Konqueror“ izlecošās izvēlnes spraudnis Comment[my]=ကွန်ကွာယာပေါ့အပ်မီနူးအတွက် ပလပ်ဂင် -Comment[nb]=Programtillegg for dra-og-slipp i Konquerors sprettoppmeny. +Comment[nan_TW]=Konqueror 彈出選單 ê 外掛程式 +Comment[nan_TW@latin]=Konqueror Tuânn-tshut-suán-tuann ê Guā-kuà-tîng-sik +Comment[nb]=Tillegg til sprettoppmenyen i Konqueror Comment[nl]=Plugin voor Konqueror's contextmenu Comment[nn]=Tillegg til sprettoppmenyen i Konqueror Comment[pa]=ਕੋਨਕਿਉਰੋਰ ਪਾਪਅੱਪ ਮੇਨੂ ਲਈ ਪਲੱਗਇਨ Comment[pl]=Wtyczka do menu (otwieranego przyciskiem myszy) Konquerora Comment[pt]='Plugin' do Menu de Contexto do Konqueror Comment[pt_BR]=Plugin do Konqueror para menus de contexto +Comment[ro]=Extensie a meniului contextual Konqueror Comment[ru]=Расширение контекстного меню Konqueror Comment[sa]=Plugin for the Konqueror Popup Menu Comment[sk]=Modul pre kontextovú ponuku Konquerora @@ -59,10 +66,11 @@ Comment[sr@latin]=Priključak za K‑osvajačev iskačući meni Comment[sv]=Insticksprogram Konquerors popupmeny Comment[ta]=கான்கொரரின் மேல்தோன்றும் பட்டிக்கான செருகுநிரல் Comment[tg]=Васлкунак барои феҳристи пайдошавандаи Konqueror +Comment[th]=ปลั้กอินสำหรับเมนูผุดของคอนเควอร์เรอร์ Comment[tok]=ni li pana e ilo kin tawa ilo Konqueror Comment[tr]=Konqueror Açılır Menüsü Eklentisi +Comment[ug]=Konqueror قاڭقىش تىزىملىكىنىڭ قىستۇرمىسى Comment[uk]=Додаток контекстного меню Konqueror Comment[vi]=Phần cài cắm cho trình đơn bật lên của Konqueror -Comment[x-test]=xxPlugin for the Konqueror Popup Menuxx Comment[zh_CN]=Konqueror 的弹出菜单插件 Comment[zh_TW]=Konqueror 彈出式選單的外掛程式 diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.cpp index 9518832520..9e84f4ec50 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.cpp @@ -482,7 +482,7 @@ void KApplicationView::slotSelectionChanged(const QItemSelection &selected, cons } } -/*************************************************************** +/************************************************************** * * KOpenWithDialog * @@ -498,7 +498,7 @@ public: KOpenWithDialog *const q; - /** + /* * Determine MIME type from URLs */ void setMimeTypeFromUrls(const QList &_urls); @@ -507,20 +507,20 @@ public: void addToMimeAppsList(const QString &serviceId); - /** + /* * Creates a dialog that lets the user select an application for opening one or more URLs. * - * @param text appears as a label on top of the entry box - * @param value is the initial value in the entry box + * \a text appears as a label on top of the entry box + * \a value is the initial value in the entry box */ void init(const QString &text, const QString &value); - /** + /* * Called by checkAccept() in order to save the history of the combobox */ void saveComboboxHistory(); - /** + /* * Process the choices made by the user, and return true if everything is OK. * Called by KOpenWithDialog::accept(), i.e. when clicking on OK or typing Return. */ @@ -810,7 +810,10 @@ void KOpenWithDialogPrivate::init(const QString &_text, const QString &_value) // edit->setText( _value ); // The resize is what caused "can't click on items before clicking on Name header" in previous versions. // Probably due to the resizeEvent handler using width(). - q->resize(q->minimumWidth(), 0.6 * q->screen()->availableGeometry().height()); + const QRect available = q->screen()->availableGeometry(); + const int shortSide = qMin(available.width(), available.height()); + const int height = qMin(int(shortSide * 0.6), 600); + q->resize(qMax(q->minimumWidth(), 450), height); edit->setFocus(); q->slotTextChanged(); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.h index 9853ff18fa..5421cbb040 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog.h @@ -16,99 +16,106 @@ class KOpenWithDialogPrivate; -/** - * @class KOpenWithDialog kopenwithdialog.h +/*! + * \class KOpenWithDialog + * \inmodule KIOWidgets * - * "Open With" dialog box. + * \brief "Open With" dialog box. * - * @note To let the user choose an application and run it immediately, + * \note To let the user choose an application and run it immediately, * use simpler KRun::displayOpenWithDialog(). * * If the Kiosk "shell_access" action is not authorized (see * KAuthorized::authorize()), arbitrary commands are not allowed; instead, the * user must browse to and choose an executable. - * - * @author David Faure */ class KIOWIDGETS_EXPORT KOpenWithDialog : public QDialog { Q_OBJECT public: - /** + /*! * Create a dialog that asks for a application to open a given * URL(s) with. * - * @param urls the URLs that should be opened. The list can be empty, + * \a urls the URLs that should be opened. The list can be empty, * if the dialog is used to choose an application but not for some particular URLs. - * @param parent parent widget + * + * \a parent parent widget */ explicit KOpenWithDialog(const QList &urls, QWidget *parent = nullptr); - /** + /*! * Create a dialog that asks for a application to open a given * URL(s) with. * - * @param urls is the URL that should be opened - * @param text appears as a label on top of the entry box. Leave empty for default text (since 5.20). - * @param value is the initial value of the line - * @param parent parent widget + * \a urls is the URL that should be opened + * + * \a text appears as a label on top of the entry box. Leave empty for default text (since 5.20). + * + * \a value is the initial value of the line + * + * \a parent parent widget */ KOpenWithDialog(const QList &urls, const QString &text, const QString &value, QWidget *parent = nullptr); - /** + /*! * Create a dialog to select a service for a given MIME type. * Note that this dialog doesn't apply to URLs. * - * @param mimeType the MIME type we want to choose an application for. - * @param value is the initial value of the line - * @param parent parent widget + * \a mimeType the MIME type we want to choose an application for. + * + * \a value is the initial value of the line + * + * \a parent parent widget */ KOpenWithDialog(const QString &mimeType, const QString &value, QWidget *parent = nullptr); - /** + /*! * Create a dialog that asks for a application for opening a given * URL (or more than one), when we already know the MIME type of the URL(s). * - * @param urls is the URLs that should be opened - * @param mimeType the MIME type of the URL - * @param text appears as a label on top of the entry box. - * @param value is the initial value of the line - * @param parent parent widget - * @since 5.71 + * \a urls is the URLs that should be opened + * + * \a mimeType the MIME type of the URL + * + * \a text appears as a label on top of the entry box. + * + * \a value is the initial value of the line + * + * \a parent parent widget + * + * \since 5.71 */ KOpenWithDialog(const QList &urls, const QString &mimeType, const QString &text, const QString &value, QWidget *parent = nullptr); - /** + /*! * Create a dialog to select an application * Note that this dialog doesn't apply to URLs. * - * @param parent parent widget + * \a parent parent widget */ KOpenWithDialog(QWidget *parent = nullptr); - /** - * Destructor - */ ~KOpenWithDialog() override; - /** - * @return the text the user entered + /*! + * Returns the text the user entered */ QString text() const; - /** + /*! * Hide the "Do not &close when command exits" Checkbox */ void hideNoCloseOnExit(); - /** + /*! * Hide the "Run in &terminal" Checkbox */ void hideRunInTerminal(); - /** - * @return the chosen service in the application tree + /*! + * Returns the chosen service in the application tree * Can be null, if the user typed some text and didn't select a service. */ KService::Ptr service() const; - /** + /*! * Set whether a new .desktop file should be created if the user selects an * application for which no corresponding .desktop file can be found. * @@ -126,9 +133,6 @@ public Q_SLOTS: // TODO KDE5: move all those slots to the private class! void slotTerminalToggled(bool); protected Q_SLOTS: - /** - * Reimplemented from QDialog::accept() - */ void accept() override; private: diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog_p.h index dee7501eba..290869c209 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kopenwithdialog_p.h @@ -17,8 +17,8 @@ class KApplicationModelPrivate; -/** - * @internal +/*! + * \internal */ class KApplicationModel : public QAbstractItemModel { @@ -50,8 +50,8 @@ private: Q_DISABLE_COPY(KApplicationModel) }; -/** - * @internal +/*! + * \internal */ class QTreeViewProxyFilter : public QSortFilterProxyModel { @@ -64,8 +64,8 @@ public: class KApplicationViewPrivate; -/** - * @internal +/*! + * \internal */ class KApplicationView : public QTreeView { diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdesktopbase.ui b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdesktopbase.ui index b4743e2b64..0f6f396221 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdesktopbase.ui +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdesktopbase.ui @@ -36,10 +36,10 @@ - Type the description of this application, based on its use, here. Examples: a dial up application (KPPP) would be "Dial up tool". + Type a generic name for the application here. Examples: an image viewing application would be "Image Viewer". - &Description: + &Generic name: genNameEdit @@ -49,14 +49,14 @@ - Type the description of this application, based on its use, here. Examples: a dial up application (KPPP) would be "Dial up tool". + Type a generic name for the application here. Examples: an image viewing application would be "Image Viewer". - Type any comment you think is useful here. + Type the description of this application, based on its use, here. Examples: an image viewing application would be "View and edit images". Comm&ent: @@ -69,14 +69,14 @@ - Type any comment you think is useful here. + Type the description of this application, based on its use, here. Examples: an image viewing application would be "View and edit images". - Environment Variables: + Environment variables: envarsEdit diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.cpp index fb9f4c8693..3333b3e935 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.cpp @@ -93,11 +93,11 @@ public: qDeleteAll(m_pages); } - /** + /* * Common initialization for all constructors */ void init(); - /** + /* * Inserts all pages in the dialog. */ void insertPages(); @@ -118,21 +118,21 @@ public: KDesktopPropsPlugin *m_desktopPropsPlugin = nullptr; KUrlPropsPlugin *m_urlPropsPlugin = nullptr; - /** + /* * The URL of the props dialog (when shown for only one file) */ QUrl m_singleUrl; - /** + /* * List of items this props dialog is shown for */ KFileItemList m_items; - /** + /* * For templates */ QString m_defaultName; QUrl m_currentDir; - /** + /* * List of all plugins inserted ( first one first ) */ std::vector m_pages; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.h index 156a7404e8..69459f734d 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialog.h @@ -23,10 +23,12 @@ class KPropertiesDialogPrivate; -/** - * @class KPropertiesDialog kpropertiesdialog.h +/*! + * \class KPropertiesDialog + * \inmodule KIOWidgets + * + * \brief The main properties dialog class. * - * The main properties dialog class. * A Properties Dialog is a dialog which displays various information * about a particular file or URL, or several files or URLs. * This main class holds various related classes, which are instantiated in @@ -34,7 +36,7 @@ class KPropertiesDialogPrivate; * The various tabs themselves will let the user view, and sometimes change, * information about the file or URL. * - * \image html kpropertiesdialog.png "Example of KPropertiesDialog" + * \image kpropertiesdialog.png "Example of KPropertiesDialog" * * The best way to display the properties dialog is to use showDialog(). * Otherwise, you should use (void)new KPropertiesDialog(...) @@ -51,27 +53,30 @@ class KIOWIDGETS_EXPORT KPropertiesDialog : public KPageDialog Q_OBJECT public: - /** + /*! * Determine whether there are any property pages available for the * given file items. - * @param _items the list of items to check. - * @return true if there are any property pages, otherwise false. + * + * \a _items the list of items to check. + * + * Returns true if there are any property pages, otherwise false. */ static bool canDisplay(const KFileItemList &_items); - /** + /*! * Brings up a Properties dialog, as shown above. * This is the normal constructor for * file-manager type applications, where you have a KFileItem instance * to work with. Normally you will use this * method rather than the one below. * - * @param item file item whose properties should be displayed. - * @param parent is the parent of the dialog widget. + * \a item file item whose properties should be displayed. + * + * \a parent is the parent of the dialog widget. */ explicit KPropertiesDialog(const KFileItem &item, QWidget *parent = nullptr); - /** + /*! * \overload * * You use this constructor for cases where you have a number of items, @@ -79,242 +84,258 @@ public: * when passing a list of files or URLs, since some of them will only * work on the first item in a list. * - * @param _items list of file items whose properties should be displayed. - * @param parent is the parent of the dialog widget. + * \a _items list of file items whose properties should be displayed. + * + * \a parent is the parent of the dialog widget. */ explicit KPropertiesDialog(const KFileItemList &_items, QWidget *parent = nullptr); - /** + /*! * Brings up a Properties dialog. Convenience constructor for * non-file-manager applications, where you have a QUrl rather than a * KFileItem or KFileItemList. * - * @param url the URL whose properties should be displayed - * @param parent is the parent of the dialog widget. + * \a url the URL whose properties should be displayed + * + * \a parent is the parent of the dialog widget. * * For local files with a known MIME type, simply create a KFileItem * and pass it to the other constructor. */ explicit KPropertiesDialog(const QUrl &url, QWidget *parent = nullptr); - /** + /*! * Brings up a Properties dialog. Convenience constructor for * non-file-manager applications, where you have a list of QUrls rather * than a KFileItemList. * - * @param urls list of URLs whose properties should be displayed (must + * \a urls list of URLs whose properties should be displayed (must * contain at least one non-empty URL) - * @param parent is the parent of the dialog widget. + * + * \a parent is the parent of the dialog widget. * * For local files with a known MIME type, simply create a KFileItemList * and pass it to the other constructor. * - * @since 5.10 + * \since 5.10 */ explicit KPropertiesDialog(const QList &urls, QWidget *parent = nullptr); - /** + /*! * Creates a properties dialog for a new .desktop file (whose name * is not known yet), based on a template. Special constructor for * "File / New" in file-manager type applications. * - * @param _tempUrl template used for reading only - * @param _currentDir directory where the file will be written to - * @param _defaultName something to put in the name field, + * \a _tempUrl template used for reading only + * + * \a _currentDir directory where the file will be written to + * + * \a _defaultName something to put in the name field, * like mimetype.desktop - * @param parent is the parent of the dialog widget. + * + * \a parent is the parent of the dialog widget. */ KPropertiesDialog(const QUrl &_tempUrl, const QUrl &_currentDir, const QString &_defaultName, QWidget *parent = nullptr); - /** + /*! * Creates an empty properties dialog (for applications that want use * a standard dialog, but for things not doable via the plugin-mechanism). * - * @param title is the string display as the "filename" in the title of the dialog. - * @param parent is the parent of the dialog widget. + * \a title is the string display as the "filename" in the title of the dialog. + * + * \a parent is the parent of the dialog widget. */ explicit KPropertiesDialog(const QString &title, QWidget *parent = nullptr); - /** + /*! * Cleans up the properties dialog and frees any associated resources, * including the dialog itself. Note that when a properties dialog is * closed it cleans up and deletes itself. */ ~KPropertiesDialog() override; - /** + /*! * Immediately displays a Properties dialog using constructor with * the same parameters. - * On MS Windows, if @p item points to a local file, native (non modal) property - * dialog is displayed (@p parent and @p modal are ignored in this case). * - * @return true on successful dialog displaying (can be false on win32). + * On MS Windows, if \a item points to a local file, native (non modal) property + * dialog is displayed (\a parent and \a modal are ignored in this case). + * + * Returns \c true on successful dialog displaying (can be \c false on win32). */ static bool showDialog(const KFileItem &item, QWidget *parent = nullptr, bool modal = true); - /** + /*! * Immediately displays a Properties dialog using constructor with * the same parameters. - * On MS Windows, if @p _url points to a local file, native (non modal) property - * dialog is displayed (@p parent and @p modal are ignored in this case). * - * @return true on successful dialog displaying (can be false on win32). + * On MS Windows, if \a _url points to a local file, native (non modal) property + * dialog is displayed (\a parent and \a modal are ignored in this case). + * + * Returns \c true on successful dialog displaying (can be \c false on win32). */ static bool showDialog(const QUrl &_url, QWidget *parent = nullptr, bool modal = true); - /** + /*! * Immediately displays a Properties dialog using constructor with * the same parameters. - * On MS Windows, if @p _items has one element and this element points - * to a local file, native (non modal) property dialog is displayed - * (@p parent and @p modal are ignored in this case). * - * @return true on successful dialog displaying (can be false on win32). + * On MS Windows, if \a _items has one element and this element points + * to a local file, native (non modal) property dialog is displayed + * (\a parent and \a modal are ignored in this case). + * + * Returns \c true on successful dialog displaying (can be \c false on win32). */ static bool showDialog(const KFileItemList &_items, QWidget *parent = nullptr, bool modal = true); - /** + /*! * Immediately displays a Properties dialog using constructor with * the same parameters. * - * On MS Windows, if @p _urls has one element and this element points + * On MS Windows, if \a _urls has one element and this element points * to a local file, native (non modal) property dialog is displayed - * (@p parent and @p modal are ignored in this case). + * (\a parent and \a modal are ignored in this case). * - * @param urls list of URLs whose properties should be displayed (must + * \a urls list of URLs whose properties should be displayed (must * contain at least one non-empty URL) - * @param parent is the parent of the dialog widget. - * @param modal tells the dialog whether it should be modal. * - * @return true on successful dialog displaying (can be false on win32). + * \a parent is the parent of the dialog widget. * - * @since 5.10 + * \a modal tells the dialog whether it should be modal. + * + * Returns \c true on successful dialog displaying (can be \c false on win32). + * + * \since 5.10 */ static bool showDialog(const QList &urls, QWidget *parent = nullptr, bool modal = true); - /** + /*! * The URL of the file that has its properties being displayed. + * * This is only valid if the KPropertiesDialog was created/shown * for one file or URL. * - * @return the single URL. + * Returns the single URL. */ QUrl url() const; - /** - * @return the file item for which the dialog is shown + /*! + * Returns the file item for which the dialog is shown * - * Warning: this method returns the first item of the list. + * \warning this method returns the first item of the list. * This means that you should use this only if you are sure the dialog is used * for a single item. Otherwise, you probably want items() instead. */ KFileItem &item(); - /** - * @return the items for which the dialog is shown + /*! + * Returns the items for which the dialog is shown */ KFileItemList items() const; - /** + /*! * If the dialog is being built from a template, this method * returns the current directory. If no template, it returns QString(). * See the template form of the constructor. * - * @return the current directory or QString() + * Returns the current directory or QString() */ QUrl currentDir() const; - /** + /*! * If the dialog is being built from a template, this method * returns the default name. If no template, it returns QString(). * See the template form of the constructor. - * @return the default name or QString() + * Returns the default name or QString() */ QString defaultName() const; - /** + /*! * Updates the item URL (either called by rename or because * a global apps/mimelnk desktop file is being saved) * Can only be called if the dialog applies to a single file or URL. - * @param newUrl the new URL + * + * \a newUrl the new URL */ void updateUrl(const QUrl &newUrl); - /** + /*! * Renames the item to the specified name. This can only be called if * the dialog applies to a single file or URL. - * @param _name new filename, encoded. - * \see FilePropsDialogPlugin::applyChanges + * + * \a _name new filename, encoded. + * \sa KPropertiesDialogPlugin::applyChanges() */ void rename(const QString &_name); - /** + /*! * To abort applying changes. */ void abortApplying(); - /** + /*! * Shows the page that was previously set by * setFileSharingPage(), or does nothing if no page * was set yet. - * \see setFileSharingPage + * \sa setFileSharingPage */ void showFileSharingPage(); - /** + /*! * Sets the file sharing page. * This page is shown when calling showFileSharingPage(). * - * @param page the page to set + * \a page the page to set * * \note This should only be called by KPropertiesDialog plugins. - * \see showFileSharingPage + * \sa showFileSharingPage */ void setFileSharingPage(QWidget *page); - /** + /*! * Call this to make the filename lineedit readonly, to prevent the user * from renaming the file. - * \param ro true if the lineedit should be read only + * \a ro true if the lineedit should be read only */ void setFileNameReadOnly(bool ro); using KPageDialog::buttonBox; public Q_SLOTS: - /** + /*! * Called when the user presses 'Ok'. - * @since 5.25 + * \since 5.25 */ void accept() override; - /** + /*! * Called when the user presses 'Cancel' or Esc. - * @since 5.25 + * \since 5.25 */ void reject() override; Q_SIGNALS: - /** + /*! * This signal is emitted when the Properties Dialog is closed (for * example, with OK or Cancel buttons) */ void propertiesClosed(); - /** + /*! * This signal is emitted when the properties changes are applied (for * example, with the OK button) */ void applied(); - /** + /*! * This signal is emitted when the properties changes are aborted (for * example, with the Cancel button) */ void canceled(); - /** - * Emitted before changes to @p oldUrl are saved as @p newUrl. - * The receiver may change @p newUrl to point to an alternative + /*! + * Emitted before changes to \a oldUrl are saved as \a newUrl. + * + * The receiver may change \a newUrl to point to an alternative * save location. */ void saveAs(const QUrl &oldUrl, QUrl &newUrl); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.cpp index b2f6ab19c5..942cf77ffa 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.cpp @@ -11,6 +11,7 @@ #include "../utils_p.h" #include "config-kiowidgets.h" +#include "kfileitem.h" #include "kio_widgets_debug.h" #include @@ -81,6 +82,7 @@ #include #include #include +#include #include "ui_checksumswidget.h" #include "ui_kfilepropspluginwidget.h" @@ -161,7 +163,7 @@ public: QString m_sRelativePath; bool m_bFromTemplate; - /** + /* * The initial filename */ QString oldName; @@ -182,6 +184,13 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) const KFileItem firstItem = properties->item(); auto [url, isLocal] = firstItem.isMostLocalUrl(); bool isReallyLocal = firstItem.url().isLocalFile(); + KMountPoint::Ptr mp; + if (isLocal || isReallyLocal) { + mp = KMountPoint::currentMountPoints(KMountPoint::DetailsNeededFlag::NeedMountOptions).findByPath(url.toLocalFile()); + if (!mp) { + qCWarning(KIO_WIDGETS) << "Could not find mount point for" << url; + } + } bool bDesktopFile = firstItem.isDesktopFile(); mode_t mode = firstItem.mode(); bool hasDirs = firstItem.isDir() && !firstItem.isLink(); @@ -351,6 +360,7 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) d->m_ui->fileNameLineEdit->setText(filename); connect(d->m_ui->fileNameLineEdit, &QLineEdit::textChanged, this, &KFilePropsPlugin::nameFileChanged); } + d->m_ui->fileNameLineEdit->setPlaceholderText(hasDirs ? i18nc("@info:placeholder", "Enter folder name") : i18nc("@info:placeholder", "Enter file name")); // Mimetype widgets if (!mimeComment.isEmpty() && !isTrash) { @@ -435,13 +445,20 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) // Symlink widgets if (!d->bMultiple && firstItem.isLink()) { + d->m_ui->symlinkTargetEdit->setPlaceholderText(i18nc("@info:placeholder", "Enter target location")); d->m_ui->symlinkTargetEdit->setText(firstItem.linkDest()); - connect(d->m_ui->symlinkTargetEdit, &QLineEdit::textChanged, this, [this]() { + connect(d->m_ui->symlinkTargetEdit, &QLineEdit::textChanged, this, [this](const QString &text) { setDirty(); + d->m_ui->symlinkTargetOpenDir->setToolTip(xi18nc("@info:tooltip Go to path %1", "Show %1", text)); + d->m_ui->symlinkTargetOpenDir->setAccessibleDescription(QTextDocumentFragment::fromHtml(d->m_ui->symlinkTargetOpenDir->toolTip()).toPlainText()); }); + d->m_ui->symlinkTargetOpenDir->setToolTip(xi18nc("@info:tooltip Go to path %1", "Show %1", firstItem.linkDest())); + d->m_ui->symlinkTargetOpenDir->setAccessibleDescription(QTextDocumentFragment::fromHtml(d->m_ui->symlinkTargetOpenDir->toolTip()).toPlainText()); connect(d->m_ui->symlinkTargetOpenDir, &QPushButton::clicked, this, [this] { - const QUrl resolvedTargetLocation = properties->item().url().resolved(QUrl(d->m_ui->symlinkTargetEdit->text())); + // The most local URL is needed to resolve symlinks in virtual locations like "desktop:/" + const QUrl url = properties->item().isMostLocalUrl().url; + const QUrl resolvedTargetLocation = url.resolved(QUrl(d->m_ui->symlinkTargetEdit->text())); KIO::StatJob *statJob = KIO::stat(resolvedTargetLocation, KIO::StatJob::SourceSide, KIO::StatNoDetails, KIO::HideProgressInfo); connect(statJob, &KJob::finished, this, [this, statJob] { @@ -463,23 +480,22 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) // Time widgets if (!d->bMultiple) { - QLocale locale; - if (const QDateTime dt = firstItem.time(KFileItem::CreationTime); !dt.isNull()) { - d->m_ui->createdTimeLabel->setText(locale.toString(dt, QLocale::LongFormat)); + if (const QString timeString = firstItem.timeString(KFileItem::CreationTime); !timeString.isEmpty()) { + d->m_ui->createdTimeLabel->setText(timeString); } else { d->m_ui->createdTimeLabel->hide(); d->m_ui->createdTimeLabel_Left->hide(); } - if (const QDateTime dt = firstItem.time(KFileItem::ModificationTime); !dt.isNull()) { - d->m_ui->modifiedTimeLabel->setText(locale.toString(dt, QLocale::LongFormat)); + if (const QString timeString = firstItem.timeString(KFileItem::ModificationTime); !timeString.isEmpty()) { + d->m_ui->modifiedTimeLabel->setText(timeString); } else { d->m_ui->modifiedTimeLabel->hide(); d->m_ui->modifiedTimeLabel_Left->hide(); } - if (const QDateTime dt = firstItem.time(KFileItem::AccessTime); !dt.isNull()) { - d->m_ui->accessTimeLabel->setText(locale.toString(dt, QLocale::LongFormat)); + if (const QString timeString = firstItem.timeString(KFileItem::AccessTime); !timeString.isEmpty()) { + d->m_ui->accessTimeLabel->setText(timeString); } else { d->m_ui->accessTimeLabel->hide(); d->m_ui->accessTimeLabel_Left->hide(); @@ -496,14 +512,11 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) // File system and mount point widgets if (hasDirs) { // only for directories if (isLocal) { - KMountPoint::Ptr mp = KMountPoint::currentMountPoints().findByPath(url.toLocalFile()); - if (mp) { d->m_ui->fsLabel->setText(mp->mountType()); d->m_ui->mountPointLabel->setText(mp->mountPoint()); d->m_ui->mountSrcLabel->setText(mp->mountedFrom()); } else { - qCWarning(KIO_WIDGETS) << "Could not find mount point for" << url; d->hideMountPointLabels(); } } else { @@ -556,7 +569,8 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog *_props) } d->m_ui->gridLayout->addWidget(squeezedLabel, curRow++, 1); - squeezedLabel->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextSelectableByKeyboard); + squeezedLabel->setTextInteractionFlags(Qt::TextBrowserInteraction | Qt::TextSelectableByKeyboard); + label->setBuddy(squeezedLabel); } } } @@ -656,7 +670,7 @@ void KFilePropsPlugin::slotFreeSpaceResult(KJob *_job) const qint64 size = job->size(); const qint64 available = job->availableSize(); const quint64 used = size - available; - const int percentUsed = qRound(100.0 * qreal(used) / qreal(size)); + const int percentUsed = (size == 0) ? 0 : qRound(100.0 * qreal(used) / qreal(size)); d->m_ui->capacityBar->setText(i18nc("Available space out of total partition size (percent used)", "%1 free of %2 (%3% used)", @@ -933,7 +947,7 @@ void KFilePropsPlugin::applyIconChanges() // Get the default image QMimeDatabase db; - const QString str = db.mimeTypeForFile(url.toLocalFile(), QMimeDatabase::MatchExtension).iconName(); + const QString str = db.mimeTypeForName(d->mimeType).iconName(); // Is it another one than the default ? QString sIcon; if (const QString currIcon = d->m_ui->iconButton->icon(); str != currIcon) { @@ -985,9 +999,11 @@ void KFilePropsPlugin::updateDefaultHandler(const QString &mimeType) if (isGeneric) { d->m_ui->configureMimeBtn->setText(i18nc("@action:button Create new file type", "Create…")); d->m_ui->configureMimeBtn->setIcon(QIcon::fromTheme(QStringLiteral("document-new"))); + d->m_ui->configureMimeBtn->setToolTip(QString()); } else { d->m_ui->configureMimeBtn->setText(i18nc("@action:button", "Change…")); d->m_ui->configureMimeBtn->setIcon(QIcon::fromTheme(QStringLiteral("configure"))); + d->m_ui->configureMimeBtn->setToolTip(i18nc("@info:tooltip", "Change the default application for opening files of type “%1”.", d->mimeType)); } } @@ -1346,6 +1362,7 @@ void KFilePermissionsPropsPlugin::slotShowAdvancedPermissions() { bool isDir = (d->pmode == PermissionsOnlyDirs) || (d->pmode == PermissionsMixed); QDialog dlg(properties); + dlg.setWindowModality(Qt::WindowModal); dlg.setModal(true); dlg.setWindowTitle(i18n("Advanced Permissions")); @@ -1590,6 +1607,12 @@ void KFilePermissionsPropsPlugin::slotShowAdvancedPermissions() mode_t orPermissions = 0; for (int row = 0; row < 3; ++row) { for (int col = 0; col < 4; ++col) { +#if HAVE_POSIX_ACL + //Skips hidden controls + if (extendedACLs && theNotSpecials.contains(cba[row][col])) { + continue; + } +#endif switch (cba[row][col]->checkState()) { case Qt::Checked: orPermissions |= fperm[row][col]; @@ -1603,14 +1626,6 @@ void KFilePermissionsPropsPlugin::slotShowAdvancedPermissions() } } - const KFileItemList items = properties->items(); - d->isIrregular = std::any_of(items.cbegin(), items.cend(), [this, andPermissions, orPermissions](const KFileItem &item) { - return isIrregular((item.permissions() & andPermissions) | orPermissions, item.isDir(), item.isLink()); - }); - - d->permissions = orPermissions; - d->partialPermissions = andPermissions; - #if HAVE_POSIX_ACL // override with the acls, if present if (extendedACLs) { @@ -1619,8 +1634,23 @@ void KFilePermissionsPropsPlugin::slotShowAdvancedPermissions() d->hasExtendedACL = d->extendedACL.isExtended() || d->defaultACL.isValid(); d->permissions = d->extendedACL.basePermissions(); d->permissions |= (andPermissions | orPermissions) & (S_ISUID | S_ISGID | S_ISVTX); - } + d->partialPermissions = 0; //there is no partial state + + const KFileItemList items = properties->items(); + d->isIrregular = std::any_of(items.cbegin(), items.cend(), [this](const KFileItem &item) { + return isIrregular(d->permissions, item.isDir(), item.isLink()); + }); + } else #endif + { + d->permissions = orPermissions; + d->partialPermissions = andPermissions; + + const KFileItemList items = properties->items(); + d->isIrregular = std::any_of(items.cbegin(), items.cend(), [this, andPermissions, orPermissions](const KFileItem &item) { + return isIrregular((item.permissions() & andPermissions) | orPermissions, item.isDir(), item.isLink()); + }); + } dlg.setMinimumSize(dlg.sizeHint()); @@ -2044,6 +2074,12 @@ public: QString m_sha1; QString m_sha256; QString m_sha512; + + bool m_multiFileMode{false}; + bool m_md5Matches{false}; + bool m_sha1Matches{false}; + bool m_sha256Matches{false}; + bool m_sha512Matches{false}; }; KChecksumsPlugin::KChecksumsPlugin(KPropertiesDialog *dialog) @@ -2067,6 +2103,11 @@ KChecksumsPlugin::KChecksumsPlugin(KPropertiesDialog *dialog) connect(d->m_ui.sha256Button, &QPushButton::clicked, this, &KChecksumsPlugin::slotShowSha256); connect(d->m_ui.sha512Button, &QPushButton::clicked, this, &KChecksumsPlugin::slotShowSha512); + // NOTE we only watch the first file for changes + // - if there is only one file, then this is the only path + // - if there are multiple file, the first one is the one we're comparing against + // - properly watching all paths would be complicated because we would have to + // work around limits to the number of files supported by QFileSystemWatcher... d->fileWatcher.addPath(properties->item().localPath()); connect(&d->fileWatcher, &QFileSystemWatcher::fileChanged, this, &KChecksumsPlugin::slotInvalidateCache); @@ -2092,18 +2133,27 @@ KChecksumsPlugin::KChecksumsPlugin(KPropertiesDialog *dialog) }); setDefaultState(); + + if (properties->items().count() == 1 && detectAlgorithm(clipboard->text()) != QCryptographicHash::Md4) { + d->m_ui.lineEdit->setText(clipboard->text()); + } } KChecksumsPlugin::~KChecksumsPlugin() = default; bool KChecksumsPlugin::supports(const KFileItemList &items) { - if (items.count() != 1) { + if (items.count() < 1) { return false; } - const KFileItem &item = items.first(); - return item.isFile() && !item.localPath().isEmpty() && item.isReadable() && !item.isDesktopFile() && !item.isLink(); + for (const auto &i : items) { + if (!i.isFile() || i.localPath().isEmpty() || !i.isReadable() || i.isLink()) { + return false; + } + } + + return true; } void KChecksumsPlugin::slotInvalidateCache() @@ -2116,46 +2166,42 @@ void KChecksumsPlugin::slotInvalidateCache() void KChecksumsPlugin::slotShowMd5() { - auto label = new QLineEdit(i18nc("@info:progress", "Calculating…"), &d->m_widget); - - d->m_ui.calculateWidget->layout()->replaceWidget(d->m_ui.md5Button, label); + d->m_ui.md5LineEdit->show(); // Show before hiding. This way keyboard focus goes from md5Button to md5LineEdit. d->m_ui.md5Button->hide(); + d->m_ui.md5Label->setBuddy(d->m_ui.md5LineEdit); d->m_ui.horizontalSpacerMd5->changeSize(0, 0); - showChecksum(QCryptographicHash::Md5, label, d->m_ui.md5CopyButton); + showChecksum(QCryptographicHash::Md5, d->m_ui.md5LineEdit, d->m_ui.md5CopyButton); } void KChecksumsPlugin::slotShowSha1() { - auto label = new QLineEdit(i18nc("@info:progress", "Calculating…"), &d->m_widget); - - d->m_ui.calculateWidget->layout()->replaceWidget(d->m_ui.sha1Button, label); + d->m_ui.sha1LineEdit->show(); // Show before hiding. This way keyboard focus goes from sha1Button to sha1LineEdit. d->m_ui.sha1Button->hide(); + d->m_ui.sha1Label->setBuddy(d->m_ui.sha1LineEdit); d->m_ui.horizontalSpacerSha1->changeSize(0, 0); - showChecksum(QCryptographicHash::Sha1, label, d->m_ui.sha1CopyButton); + showChecksum(QCryptographicHash::Sha1, d->m_ui.sha1LineEdit, d->m_ui.sha1CopyButton); } void KChecksumsPlugin::slotShowSha256() { - auto label = new QLineEdit(i18nc("@info:progress", "Calculating…"), &d->m_widget); - - d->m_ui.calculateWidget->layout()->replaceWidget(d->m_ui.sha256Button, label); + d->m_ui.sha256LineEdit->show(); d->m_ui.sha256Button->hide(); + d->m_ui.sha256Label->setBuddy(d->m_ui.sha256LineEdit); d->m_ui.horizontalSpacerSha256->changeSize(0, 0); - showChecksum(QCryptographicHash::Sha256, label, d->m_ui.sha256CopyButton); + showChecksum(QCryptographicHash::Sha256, d->m_ui.sha256LineEdit, d->m_ui.sha256CopyButton); } void KChecksumsPlugin::slotShowSha512() { - auto label = new QLineEdit(i18nc("@info:progress", "Calculating…"), &d->m_widget); - - d->m_ui.calculateWidget->layout()->replaceWidget(d->m_ui.sha512Button, label); + d->m_ui.sha512LineEdit->show(); d->m_ui.sha512Button->hide(); + d->m_ui.sha512Label->setBuddy(d->m_ui.sha512LineEdit); d->m_ui.horizontalSpacerSha512->changeSize(0, 0); - showChecksum(QCryptographicHash::Sha512, label, d->m_ui.sha512CopyButton); + showChecksum(QCryptographicHash::Sha512, d->m_ui.sha512LineEdit, d->m_ui.sha512CopyButton); } void KChecksumsPlugin::slotVerifyChecksum(const QString &input) @@ -2187,9 +2233,11 @@ void KChecksumsPlugin::slotVerifyChecksum(const QString &input) } // Calculate checksum in another thread. - auto futureWatcher = new QFutureWatcher(this); - connect(futureWatcher, &QFutureWatcher::finished, this, [=, this]() { - const QString checksum = futureWatcher->result(); + using CheckType = QPair; + + auto futureWatcher = new QFutureWatcher(this); + connect(futureWatcher, &QFutureWatcher::finished, this, [=, this]() { + const QString checksum = futureWatcher->result().first; futureWatcher->deleteLater(); cacheChecksum(checksum, algorithm); @@ -2222,7 +2270,7 @@ void KChecksumsPlugin::slotVerifyChecksum(const QString &input) // Notify the user about the background computation. setVerifyState(); - auto future = QtConcurrent::run(&KChecksumsPlugin::computeChecksum, algorithm, properties->item().localPath()); + auto future = QtConcurrent::run(&KChecksumsPlugin::computeChecksum, algorithm, properties->items()); futureWatcher->setFuture(future); } @@ -2250,17 +2298,33 @@ bool KChecksumsPlugin::isSha512(const QString &input) return regex.match(input).hasMatch(); } -QString KChecksumsPlugin::computeChecksum(QCryptographicHash::Algorithm algorithm, const QString &path) +QPair KChecksumsPlugin::computeChecksum(QCryptographicHash::Algorithm algorithm, const KFileItemList &items) { - QFile file(path); - if (!file.open(QIODevice::ReadOnly)) { - return QString(); + auto getChecksum = [&](const QString &path) { + QFile file(path); + if (!file.open(QIODevice::ReadOnly)) { + return QString(); + } + + QCryptographicHash hash(algorithm); + hash.addData(&file); + + return QString::fromLatin1(hash.result().toHex()); + }; + + QString comparedSum = getChecksum(items.first().localPath()); + bool matches = true; + + for (qsizetype i = 1; i < items.count(); ++i) { + auto sum = getChecksum(items[i].localPath()); + + if (sum != comparedSum) { + matches = false; + break; + } } - QCryptographicHash hash(algorithm); - hash.addData(&file); - - return QString::fromLatin1(hash.result().toHex()); + return {comparedSum, matches}; } QCryptographicHash::Algorithm KChecksumsPlugin::detectAlgorithm(const QString &input) @@ -2295,6 +2359,15 @@ void KChecksumsPlugin::setDefaultState() d->m_ui.feedbackLabel->hide(); d->m_ui.lineEdit->setPalette(palette); d->m_ui.lineEdit->setToolTip(QString()); + + if (properties->items().count() > 1) { + d->m_multiFileMode = true; + + d->m_ui.label->hide(); + d->m_ui.kseparator->hide(); + d->m_ui.lineEdit->hide(); + d->m_ui.pasteButton->hide(); + } } void KChecksumsPlugin::setInvalidChecksumState() @@ -2338,6 +2411,7 @@ void KChecksumsPlugin::setMismatchState() "This may be due to a faulty download. Try re-downloading the file.
    " "If the verification still fails, contact the source of the file.")); d->m_ui.feedbackLabel->show(); + d->m_ui.feedbackLabel->setWordWrap(true); d->m_ui.lineEdit->setPalette(palette); d->m_ui.lineEdit->setToolTip(i18nc("@info:tooltip", "The computed checksum and the expected checksum differ.")); } @@ -2353,33 +2427,58 @@ void KChecksumsPlugin::setVerifyState() void KChecksumsPlugin::showChecksum(QCryptographicHash::Algorithm algorithm, QLineEdit *label, QPushButton *copyButton) { - label->setReadOnly(true); - const QString checksum = cachedChecksum(algorithm); - // Checksum in cache, nothing else to do. + // Reset colors before calculating + KColorScheme colorScheme(QPalette::Active, KColorScheme::View); + QPalette palette = d->m_widget.palette(); + QColor defaultColor = d->m_widget.palette().color(QPalette::Base); + palette.setColor(QPalette::Base, defaultColor); + label->setPalette(palette); + + // Checksum in cache, nothing else to do if (!checksum.isEmpty()) { label->setText(checksum); label->setCursorPosition(0); - label->setFocusPolicy(Qt::FocusPolicy::NoFocus); + copyButton->show(); + + if (d->m_multiFileMode) { + d->m_ui.feedbackLabel->show(); + d->m_ui.kseparator->show(); + + if (cachedMultiFileMatch(algorithm)) { + QColor positiveColor = colorScheme.background(KColorScheme::PositiveBackground).color(); + palette.setColor(QPalette::Base, positiveColor); + label->setPalette(palette); + d->m_ui.feedbackLabel->setText(i18n("The checksums of all files are identical.")); + } else { + QColor negativeColor = colorScheme.background(KColorScheme::NegativeBackground).color(); + palette.setColor(QPalette::Base, negativeColor); + label->setPalette(palette); + d->m_ui.feedbackLabel->setText(i18n("The selected files have different checksums.")); + } + } + return; + } else { + label->setText(i18nc("@info:progress", "Calculating…")); } - // Calculate checksum in another thread. - auto futureWatcher = new QFutureWatcher(this); - connect(futureWatcher, &QFutureWatcher::finished, this, [=, this]() { - const QString checksum = futureWatcher->result(); + // Calculate checksum in another thread + using CheckType = QPair; + + auto futureWatcher = new QFutureWatcher(this); + connect(futureWatcher, &QFutureWatcher::finished, this, [=, this]() { + const CheckType result = futureWatcher->result(); futureWatcher->deleteLater(); - label->setText(checksum); - label->setCursorPosition(0); - label->setFocusPolicy(Qt::FocusPolicy::NoFocus); - cacheChecksum(checksum, algorithm); + cacheChecksum(result.first, algorithm); + cacheMultiFileMatch(result.second, algorithm); - copyButton->show(); + showChecksum(algorithm, label, copyButton); // actually show cached result }); - auto future = QtConcurrent::run(&KChecksumsPlugin::computeChecksum, algorithm, properties->item().localPath()); + auto future = QtConcurrent::run(&KChecksumsPlugin::computeChecksum, algorithm, properties->items()); futureWatcher->setFuture(future); } @@ -2421,6 +2520,44 @@ void KChecksumsPlugin::cacheChecksum(const QString &checksum, QCryptographicHash } } +bool KChecksumsPlugin::cachedMultiFileMatch(QCryptographicHash::Algorithm algorithm) const +{ + switch (algorithm) { + case QCryptographicHash::Md5: + return d->m_md5Matches; + case QCryptographicHash::Sha1: + return d->m_sha1Matches; + case QCryptographicHash::Sha256: + return d->m_sha256Matches; + case QCryptographicHash::Sha512: + return d->m_sha512Matches; + default: + break; + } + + return false; +} + +void KChecksumsPlugin::cacheMultiFileMatch(const bool &isMatch, QCryptographicHash::Algorithm algorithm) +{ + switch (algorithm) { + case QCryptographicHash::Md5: + d->m_md5Matches = isMatch; + break; + case QCryptographicHash::Sha1: + d->m_sha1Matches = isMatch; + break; + case QCryptographicHash::Sha256: + d->m_sha256Matches = isMatch; + break; + case QCryptographicHash::Sha512: + d->m_sha512Matches = isMatch; + break; + default: + return; + } +} + class KUrlPropsPlugin::KUrlPropsPluginPrivate { public: @@ -2666,7 +2803,7 @@ KDesktopPropsPlugin::KDesktopPropsPlugin(KPropertiesDialog *_props) if (execLine[0] == QLatin1String("env")) { execLine.pop_front(); } - for (const auto &env : execLine) { + for (const auto &env : std::as_const(execLine)) { if (execLine.length() <= 1) { // Don't empty out the list. If the last element contains an equal sign we have to treat it as part of the // program name lest we have no program @@ -2872,6 +3009,7 @@ void KDesktopPropsPlugin::slotAdvanced() { auto *dlg = new QDialog(d->m_frame); dlg->setObjectName(QStringLiteral("KPropertiesDesktopAdv")); + dlg->setWindowModality(Qt::WindowModal); dlg->setModal(true); dlg->setAttribute(Qt::WA_DeleteOnClose); dlg->setWindowTitle(i18n("Advanced Options for %1", properties->url().fileName())); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.h index 89e228b591..30061be29f 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogbuiltin_p.h @@ -30,10 +30,10 @@ class Job; namespace KDEPrivate { -/** +/*! * 'General' plugin * This plugin displays the name of the file, its size and access times. - * @internal + * \internal */ class KFilePropsPlugin : public KPropertiesDialogPlugin { @@ -42,19 +42,19 @@ public: explicit KFilePropsPlugin(KPropertiesDialog *_props); ~KFilePropsPlugin() override; - /** + /*! * Applies all changes made. This plugin must be always the first * plugin in the dialog, since this function may rename the file which * may confuse other applyChanges functions. */ void applyChanges() override; - /** + /*! * Tests whether the files specified by _items need a 'General' plugin. */ static bool supports(const KFileItemList &_items); - /** + /*! * Called after all plugins applied their changes */ void postApplyChanges(); @@ -89,11 +89,11 @@ private: std::unique_ptr d; }; -/** +/*! * 'Permissions' plugin * In this plugin you can modify permissions and change * the owner of a file. - * @internal + * \internal */ class KFilePermissionsPropsPlugin : public KPropertiesDialogPlugin { @@ -117,7 +117,7 @@ public: void applyChanges() override; - /** + /*! * Tests whether the file specified by _items needs a 'Permissions' plugin. */ static bool supports(const KFileItemList &_items); @@ -159,7 +159,7 @@ private Q_SLOTS: void slotShowSha1(); void slotShowSha256(); void slotShowSha512(); - /** + /*! * Compare @p input (required to be lowercase) with the checksum in cache. */ void slotVerifyChecksum(const QString &input); @@ -169,7 +169,7 @@ private: static bool isSha1(const QString &input); static bool isSha256(const QString &input); static bool isSha512(const QString &input); - static QString computeChecksum(QCryptographicHash::Algorithm algorithm, const QString &path); + static QPair computeChecksum(QCryptographicHash::Algorithm algorithm, const KFileItemList &items); static QCryptographicHash::Algorithm detectAlgorithm(const QString &input); void setDefaultState(); @@ -182,17 +182,20 @@ private: QString cachedChecksum(QCryptographicHash::Algorithm algorithm) const; void cacheChecksum(const QString &checksum, QCryptographicHash::Algorithm algorithm); + bool cachedMultiFileMatch(QCryptographicHash::Algorithm algorithm) const; + void cacheMultiFileMatch(const bool &isMatch, QCryptographicHash::Algorithm algorithm); + class KChecksumsPluginPrivate; std::unique_ptr d; }; -/** +/*! * Used to edit the files containing * [Desktop Entry] * URL=.... * * Such files are used to represent a program in kicker and konqueror. - * @internal + * \internal */ class KUrlPropsPlugin : public KPropertiesDialogPlugin { @@ -212,13 +215,13 @@ private: std::unique_ptr d; }; -/** +/*! * Used to edit the files containing * [Desktop Entry] * Type=Application * * Such files are used to represent a program in kicker and konqueror. - * @internal + * \internal */ class KDesktopPropsPlugin : public KPropertiesDialogPlugin { diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogplugin.h b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogplugin.h index 124ce4aee4..b249500f93 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogplugin.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kpropertiesdialogplugin.h @@ -2,8 +2,6 @@ SPDX-FileCopyrightText: 2000 David Faure SPDX-License-Identifier: LGPL-2.0-or-later */ -#include "kiowidgets_export.h" -#include #ifndef KPROPERTIESDIALOGPLUGIN_H #define KPROPERTIESDIALOGPLUGIN_H @@ -13,8 +11,12 @@ #include class KPropertiesDialogPluginPrivate; -/** - * A Plugin in the Properties dialog +/*! + * \class KPropertiesDialogPlugin + * \inmodule KIOWidgets + * + * \brief A Plugin in the Properties dialog. + * * This is an abstract class. You must inherit from this class * to build a new kind of tabbed page for the KPropertiesDialog. * A plugin in itself is just a library containing code, not a dialog's page. @@ -26,14 +28,14 @@ class KPropertiesDialogPluginPrivate; * * The metadata can contain the MIME types for which the plugin should be created. * For instance: - * @verbatim - { - "KPlugin": { - "MimeTypes": ["text/html", "application/x-mymimetype"] - }, - "X-KDE-Protocols": ["file"] - } - @endverbatim + * \badcode + * { + * "KPlugin": { + * "MimeTypes": ["text/html", "application/x-mymimetype"] + * }, + * "X-KDE-Protocols": ["file"] + * } + * \endcode * If the MIME types are empty or not specified, the plugin will be created for all MIME types. * * You can also include "X-KDE-Protocols" if you want that plugin for instance @@ -43,26 +45,33 @@ class KIOWIDGETS_EXPORT KPropertiesDialogPlugin : public QObject { Q_OBJECT public: - /** - * Constructor whos parent will be cast to KPropertiesDialog + /*! + * Constructor whose parent will be cast to KPropertiesDialog * To insert tabs into the properties dialog, use the add methods provided by * KPageDialog (the properties dialog is a KPageDialog). */ KPropertiesDialogPlugin(QObject *parent); ~KPropertiesDialogPlugin() override; - /** + /*! * Applies all changes to the file. * This function is called when the user presses 'Ok'. The last plugin inserted * is called first. */ virtual void applyChanges(); + /*! + * + */ void setDirty(bool b = true); + + /*! + * + */ bool isDirty() const; Q_SIGNALS: - /** + /*! * Emit this signal when the user changed anything in the plugin's tabs. * The hosting PropertiesDialog will call applyChanges only if the * PropsPlugin has emitted this signal or if you have called setDirty() before. @@ -70,12 +79,12 @@ Q_SIGNALS: void changed(); protected: - /** + /*! * Pointer to the dialog */ KPropertiesDialog *const properties; - /** + /*! * Returns the font height. */ int fontHeight() const; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kshellcompletion.h b/local/recipes/kde/kf6-kio/source/src/widgets/kshellcompletion.h index 97f03a9bdb..f3786c712a 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kshellcompletion.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kshellcompletion.h @@ -17,34 +17,35 @@ class KShellCompletionPrivate; -/** - * @class KShellCompletion kshellcompletion.h +/*! + * \class KShellCompletion + * \inmodule KIOWidgets + * + * \brief This class does shell-like completion of file names. * - * This class does shell-like completion of file names. * A string passed to makeCompletion() will be interpreted as a shell * command line. Completion will be done on the last argument on the line. * Returned matches consist of the first arguments (uncompleted) plus the * completed last argument. - * - * @short Shell-like completion of file names - * @author David Smith */ class KIOWIDGETS_EXPORT KShellCompletion : public KUrlCompletion { Q_OBJECT public: - /** + /*! * Constructs a KShellCompletion object. */ KShellCompletion(); ~KShellCompletion() override; - /** + /*! * Finds completions to the given text. * The first match is returned and emitted in the signal match(). - * @param text the text to complete - * @return the first match, or QString() if not found + * + * \a text the text to complete + * + * Returns the first match, or QString() if not found */ QString makeCompletion(const QString &text) override; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/ksslcertificatebox.h b/local/recipes/kde/kf6-kio/source/src/widgets/ksslcertificatebox.h index 50cc6df84f..e60cc946fa 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/ksslcertificatebox.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/ksslcertificatebox.h @@ -18,10 +18,18 @@ class QSslCertificate; class KSslCertificateBoxPrivate; +/*! + * \class KSslCertificateBox + * \inmodule KIOWidgets + */ class KIOWIDGETS_EXPORT KSslCertificateBox : public QWidget { Q_OBJECT public: + /*! + * \value Subject + * \value Issuer + */ enum CertificateParty { Subject = 0, Issuer, @@ -30,7 +38,14 @@ public: explicit KSslCertificateBox(QWidget *parent = nullptr); ~KSslCertificateBox() override; + /*! + * + */ void setCertificate(const QSslCertificate &cert, CertificateParty party); + + /*! + * + */ void clear(); std::unique_ptr const d; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/ksslinfodialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/ksslinfodialog.h index 7c49b7b932..6f49254c7e 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/ksslinfodialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/ksslinfodialog.h @@ -16,48 +16,49 @@ #include -/** - * KDE SSL Information Dialog +/*! + * \class KSslInfoDialog + * \inmodule KIOWidgets + * + * \brief KDE SSL Information Dialog. * * This class creates a dialog that can be used to display information about * an SSL session. - * - * There are NO GUARANTEES that KSslInfoDialog will remain binary compatible/ - * Contact staikos@kde.org for details if needed. - * - * @author George Staikos - * @see KSSL - * @short KDE SSL Information Dialog */ class KIOWIDGETS_EXPORT KSslInfoDialog : public QDialog { Q_OBJECT public: - /** + /*! * Construct a KSSL Information Dialog * - * @param parent the parent widget + * \a parent the parent widget */ explicit KSslInfoDialog(QWidget *parent = nullptr); - /** - * Destroy this dialog - */ ~KSslInfoDialog() override; - /** - * Set information to display about the SSL connection. + /*! + * Set information to display about the SSL connection. * - * @param certificateChain the certificate chain leading from the certificate + * \a certificateChain the certificate chain leading from the certificate * authority to the peer. - * @param ip the ip of the remote host - * @param host the remote hostname - * @param sslProtocol the version of SSL in use (SSLv2, SSLv3, TLSv1) - * @param cipher the cipher in use - * @param usedBits the used bits of the key - * @param bits the key size of the cipher in use - * @param validationErrors errors validating the certificates, if any - * @since 5.64 + * + * \a ip the ip of the remote host + * + * \a host the remote hostname + * + * \a sslProtocol the version of SSL in use (SSLv2, SSLv3, TLSv1) + * + * \a cipher the cipher in use + * + * \a usedBits the used bits of the key + * + * \a bits the key size of the cipher in use + * + * \a validationErrors errors validating the certificates, if any + * + * \since 5.64 */ void setSslInfo(const QList &certificateChain, const QString &ip, @@ -68,13 +69,20 @@ public: int bits, const QList> &validationErrors); + /*! + * + */ void setMainPartEncrypted(bool); + + /*! + * + */ void setAuxiliaryPartsEncrypted(bool); - /** + /*! * Converts certificate errors as provided in the "ssl_cert_errors" meta data * to a list of QSslError::SslError values per certificate in the certificate chain. - * @since 5.65 + * \since 5.65 */ static QList> certificateErrorsFromString(const QString &errorsString); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurifiltersearchprovideractions.h b/local/recipes/kde/kf6-kio/source/src/widgets/kurifiltersearchprovideractions.h index fd204feb32..14d21d1f7d 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurifiltersearchprovideractions.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurifiltersearchprovideractions.h @@ -17,43 +17,44 @@ class QAction; namespace KIO { class WebShortcutsMenuManagerPrivate; -/** - * @class KUriFilterSearchProviderActions kurifiltersearchprovideractions.h +/*! + * \class KIO::KUriFilterSearchProviderActions + * \inheaderfile KIO/KUriFilterSearchProviderActions + * \inmodule KIOWidgets * - * This class is a manager for web shortcuts + * \brief This class is a manager for web shortcuts. * * It will provide a list of web shortcuts against a selected text * * You can set the selected text with setSelectedText() function * - * @since 5.16 + * \since 5.16 */ class KIOWIDGETS_EXPORT KUriFilterSearchProviderActions : public QObject { Q_OBJECT public: - /** + /*! * Constructs a webshorts menu manager. * - * @param parent The QObject parent. + * \a parent The QObject parent. */ - explicit KUriFilterSearchProviderActions(QObject *parent = nullptr); ~KUriFilterSearchProviderActions() override; - /** - * @brief return the selected text + /*! + * Returns the selected text */ QString selectedText() const; - /** - * @brief Set selected text - * @param selectedText the text to search for + /*! + * Set selected text + * \a selectedText the text to search for */ void setSelectedText(const QString &selectedText); - /** - * @brief addWebShortcutsToMenu Manage to add web shortcut actions to existing menu. - * @param menu menu to add shortcuts to + /*! + * Add web shortcut actions to existing menu. + * \a menu menu to add shortcuts to */ void addWebShortcutsToMenu(QMenu *menu); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.cpp index a597497cf1..16e56d57c9 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.cpp @@ -218,12 +218,6 @@ void KUrlComboBox::setUrls(const QStringList &_urls, OverLoadResolving remove) u.setUrl(*it); } - // Don't restore if file doesn't exist anymore - if (u.isLocalFile() && !QFile::exists(u.toLocalFile())) { - ++it; - continue; - } - std::unique_ptr item(new KUrlComboBoxPrivate::KUrlComboItem(u, d->getIcon(u))); d->insertUrlItem(item.get()); d->itemList.push_back(std::move(item)); @@ -414,6 +408,12 @@ void KUrlComboBox::mouseMoveEvent(QMouseEvent *event) KComboBox::mouseMoveEvent(event); } +void KUrlComboBox::focusOutEvent(QFocusEvent *event) +{ + Q_EMIT onFocusOut(); + KComboBox::focusOutEvent(event); +} + QIcon KUrlComboBoxPrivate::getIcon(const QUrl &url) const { if (myMode == KUrlComboBox::Directories) { diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.h b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.h index 5567abc5cf..086cdb93c8 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcombobox.h @@ -22,11 +22,13 @@ class QUrl; class KUrlComboBoxPrivate; -/** - * @class KUrlComboBox kurlcombobox.h +/*! + * \class KUrlComboBox + * \inmodule KIOWidgets * - * This combobox shows a number of recent URLs/directories, as well as some + * \brief This combobox shows a number of recent URLs/directories, as well as some * default directories. + * * It will manage the default dirs root-directory, home-directory and * Desktop-directory, as well as a number of URLs set via setUrls() * and one additional entry to be set via setUrl(). @@ -35,65 +37,81 @@ class KUrlComboBoxPrivate; * of inheriting the layout direction like a normal widget. This means * that even in RTL desktops the widget will be displayed in LTR mode, * as generally URLs are LTR by nature. - * - * @short A combo box showing a number of recent URLs/directories - * @author Carsten Pfeiffer */ class KIOWIDGETS_EXPORT KUrlComboBox : public KComboBox { Q_OBJECT + /*! + * \property KUrlComboBox::urls + */ Q_PROPERTY(QStringList urls READ urls WRITE setUrls DESIGNABLE true) + + /*! + * \property KUrlComboBox::maxItems + */ Q_PROPERTY(int maxItems READ maxItems WRITE setMaxItems DESIGNABLE true) public: - /** + /*! * This enum describes which kind of items is shown in the combo box. + * + * \value Files + * \value Directories + * \value Both */ enum Mode { Files = -1, Directories = 1, Both = 0 }; - /** + /*! * This Enumeration is used in setUrl() to determine which items * will be removed when the given list is larger than maxItems(). * - * @li RemoveTop means that items will be removed from top - * @li RemoveBottom means, that items will be removed from the bottom + * \value RemoveTop means that items will be removed from top + * \value RemoveBottom means, that items will be removed from the bottom */ enum OverLoadResolving { RemoveTop, RemoveBottom }; - /** + /*! * Constructs a KUrlComboBox. - * @param mode is either Files, Directories or Both and controls the + * + * \a mode is either Files, Directories or Both and controls the * following behavior: - * @li Files all inserted URLs will be treated as files, therefore the + * \list + * \li Files all inserted URLs will be treated as files, therefore the * url shown in the combo will never show a trailing / * the icon will be the one associated with the file's MIME type. - * @li Directories all inserted URLs will be treated as directories, will + * \li Directories all inserted URLs will be treated as directories, will * have a trailing slash in the combobox. The current * directory will show the "open folder" icon, other * directories the "folder" icon. - * @li Both Don't mess with anything, just show the url as given. - * @param parent The parent object of this widget. + * \li Both Don't mess with anything, just show the url as given. + * \endlist + * + * \a parent The parent object of this widget. */ explicit KUrlComboBox(Mode mode, QWidget *parent = nullptr); - KUrlComboBox(Mode mode, bool rw, QWidget *parent = nullptr); - /** - * Destructs the combo box. + + /*! + * */ + KUrlComboBox(Mode mode, bool rw, QWidget *parent = nullptr); + ~KUrlComboBox() override; - /** + /*! * Sets the current url. This combo handles exactly one url additionally * to the default items and those set via setUrls(). So you can call * setUrl() as often as you want, it will always replace the previous one * set via setUrl(). - * If @p url is already in the combo, the last item will stay there + * + * If \a url is already in the combo, the last item will stay there * and the existing item becomes the current item. + * * The current item will always have the open-directory-pixmap as icon. * * Note that you won't receive any signals, e.g. textChanged(), @@ -101,8 +119,8 @@ public: */ void setUrl(const QUrl &url); - /** - * Inserts @p urls into the combobox below the "default urls" (see + /*! + * Inserts \a urls into the combobox below the "default urls" (see * addDefaultUrl). * * If the list of urls contains more items than maxItems, the first items @@ -110,88 +128,100 @@ public: */ void setUrls(const QStringList &urls); - /** - * Inserts @p urls into the combobox below the "default urls" (see + /*! + * Inserts \a urls into the combobox below the "default urls" (see * addDefaultUrl). * - * If the list of urls contains more items than maxItems, the @p remove + * If the list of urls contains more items than maxItems, the \a remove * parameter determines whether the first or last items will be stripped. */ void setUrls(const QStringList &urls, OverLoadResolving remove); - /** - * @returns a list of all urls currently handled. The list contains at most + /*! + * Returns a list of all urls currently handled. The list contains at most * maxItems() items. + * * Use this to save the list of urls in a config-file and reinsert them * via setUrls() next time. + * * Note that all default urls set via addDefaultUrl() are not * returned, they will automatically be set via setUrls() or setUrl(). + * * You will always get fully qualified urls, i.e. with protocol like * file:/ */ QStringList urls() const; - /** + /*! * Sets how many items should be handled and displayed by the combobox. - * @see maxItems + * \sa maxItems */ void setMaxItems(int); - /** - * @returns the maximum of items the combobox handles. - * @see setMaxItems + /*! + * Returns the maximum of items the combobox handles. + * \sa setMaxItems */ int maxItems() const; - /** + /*! * Adds a url that will always be shown in the combobox, it can't be * "rotated away". Default urls won't be returned in urls() and don't * have to be set via setUrls(). + * * If you want to specify a special pixmap, use the overloaded method with * the pixmap parameter. + * * Default URLs will be inserted into the combobox by setDefaults() */ void addDefaultUrl(const QUrl &url, const QString &text = QString()); - /** + /*! * Adds a url that will always be shown in the combobox, it can't be * "rotated away". Default urls won't be returned in urls() and don't * have to be set via setUrls(). + * * If you don't need to specify a pixmap, use the overloaded method without * the pixmap parameter. + * * Default URLs will be inserted into the combobox by setDefaults() */ void addDefaultUrl(const QUrl &url, const QIcon &icon, const QString &text = QString()); - /** + /*! * Clears all items and inserts the default urls into the combo. Will be * called implicitly upon the first call to setUrls() or setUrl() - * @see addDefaultUrl + * \sa addDefaultUrl */ void setDefaults(); - /** - * Removes any occurrence of @p url. If @p checkDefaultUrls is false + /*! + * Removes any occurrence of \a url. If \a checkDefaultUrls is false * default-urls won't be removed. */ void removeUrl(const QUrl &url, bool checkDefaultURLs = true); - /** - * Reimplemented from KComboBox (from KCompletion) - * @internal - */ void setCompletionObject(KCompletion *compObj, bool hsig = true) override; Q_SIGNALS: - /** + /*! * Emitted when an item was clicked at. - * @param url is the url of the now current item. + * + * \a url is the url of the now current item. */ void urlActivated(const QUrl &url); + /*! + * Emitted when combobox loses focus. + * + * \since 6.23 + */ + void onFocusOut(); + protected: void mousePressEvent(QMouseEvent *event) override; void mouseMoveEvent(QMouseEvent *event) override; + void focusOutEvent(QFocusEvent *event) override; private: friend class KUrlComboBoxPrivate; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.cpp index c3152bd3e3..51d81ccfe8 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.cpp @@ -252,11 +252,10 @@ private: QAtomicInt m_terminationRequested; // used as a bool }; -/** +/* * A simple thread that fetches a list of tilde-completions and returns this * to the caller via the completionThreadDone signal. */ - class UserListThread : public CompletionThread { Q_OBJECT diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.h b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.h index c244e6c5a6..b19b422285 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlcompletion.h @@ -28,26 +28,26 @@ class Job; class KUrlCompletionPrivate; -/** - * @class KUrlCompletion kurlcompletion.h +/*! + * \class KUrlCompletion + * \inmodule KIOWidgets + * + * \brief Completion of a single URL. * * This class does completion of URLs including user directories (~user) * and environment variables. Remote URLs are passed to KIO. - * - * @short Completion of a single URL - * @author David Smith */ class KIOWIDGETS_EXPORT KUrlCompletion : public KCompletion { Q_OBJECT public: - /** + /*! * Determines how completion is done. - * @li ExeCompletion - executables in $PATH or with full path. - * @li FileCompletion - all files with full path or in dir(), URLs + * \value ExeCompletion executables in $PATH or with full path. + * \value FileCompletion all files with full path or in dir(), URLs * are listed using KIO. - * @li DirCompletion - Same as FileCompletion but only returns directories. + * \value DirCompletion Same as FileCompletion but only returns directories. */ enum Mode { ExeCompletion = 1, @@ -55,21 +55,19 @@ public: DirCompletion }; - /** + /*! * Constructs a KUrlCompletion object in FileCompletion mode. */ KUrlCompletion(); - /** + /*! * This overloaded constructor allows you to set the Mode to ExeCompletion * or FileCompletion without using setMode. Default is FileCompletion. */ KUrlCompletion(Mode); - /** - * Destructs the KUrlCompletion object. - */ + ~KUrlCompletion() override; - /** + /*! * Finds completions to the given text. * * Remote URLs are listed with KIO. For performance reasons, local files @@ -79,105 +77,112 @@ public: * Returns the first match for user, environment, and local dir completion * and QString() for asynchronous completion (KIO or threaded). * - * @param text the text to complete - * @return the first match, or QString() if not found + * \a text the text to complete + * + * Returns the first match, or QString() if not found */ QString makeCompletion(const QString &text) override; - /** + /*! * Sets the current directory (used as base for completion). * Default = $HOME. - * @param dir the current directory, as a URL (use QUrl::fromLocalFile for local paths) + * + * \a dir the current directory, as a URL (use QUrl::fromLocalFile for local paths) */ virtual void setDir(const QUrl &dir); - /** - * Returns the current directory, as it was given in setDir - * @return the current directory, as a URL (use QUrl::toLocalFile for local paths) + /*! + * Returns the current directory, as it was given in setDir, as a URL (use QUrl::toLocalFile for local paths) */ virtual QUrl dir() const; - /** + /*! * Check whether asynchronous completion is in progress. - * @return true if asynchronous completion is in progress */ virtual bool isRunning() const; - /** + /*! * Stops asynchronous completion. */ virtual void stop(); - /** + /*! * Returns the completion mode: exe or file completion (default FileCompletion). - * @return the completion mode */ virtual Mode mode() const; - /** + /*! * Changes the completion mode: exe or file completion - * @param mode the new completion mode + * + * \a mode the new completion mode */ virtual void setMode(Mode mode); - /** + /*! * Checks whether environment variables are completed and * whether they are replaced internally while finding completions. + * * Default is enabled. - * @return true if environment variables will be replaced + * + * Returns true if environment variables will be replaced */ virtual bool replaceEnv() const; - /** + /*! * Enables/disables completion and replacement (internally) of * environment variables in URLs. Default is enabled. - * @param replace true to replace environment variables + * + * \a replace true to replace environment variables */ virtual void setReplaceEnv(bool replace); - /** + /*! * Returns whether ~username is completed and whether ~username * is replaced internally with the user's home directory while * finding completions. Default is enabled. - * @return true to replace tilde with the home directory + * + * Returns true to replace tilde with the home directory */ virtual bool replaceHome() const; - /** + /*! * Enables/disables completion of ~username and replacement * (internally) of ~username with the user's home directory. * Default is enabled. - * @param replace true to replace tilde with the home directory + * + * \a replace true to replace tilde with the home directory */ virtual void setReplaceHome(bool replace); - /** + /*! * Replaces username and/or environment variables, depending on the * current settings and returns the filtered url. Only works with * local files, i.e. returns back the original string for non-local * urls. - * @param text the text to process - * @return the path or URL resulting from this operation. If you + * + * \a text the text to process + * + * Returns the path or URL resulting from this operation. If you * want to convert it to a QUrl, use QUrl::fromUserInput. */ QString replacedPath(const QString &text) const; - /** - * @internal I'll let ossi add a real one to KShell :) + /*! + * \internal I'll let ossi add a real one to KShell :) */ static QString replacedPath(const QString &text, bool replaceHome, bool replaceEnv = true); - /** + /*! * Sets the MIME type filters for the file dialog. - * @see QFileDialog::setMimeTypeFilters() - * @since 5.38 + * \sa QFileDialog::setMimeTypeFilters() + * \since 5.38 */ void setMimeTypeFilters(const QStringList &mimeTypes); - /** + /*! * Returns the MIME type filters for the file dialog. - * @see QFileDialog::mimeTypeFilters() - * @since 5.38 + * \sa QFileDialog::mimeTypeFilters() + * \since 5.38 */ QStringList mimeTypeFilters() const; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.cpp index 6ac4de82db..cc605110dc 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.cpp @@ -17,6 +17,7 @@ #include #include +#include #include #include #include @@ -26,6 +27,43 @@ #include #include +#include +#include + +class AccessibleLabelFromParentLineEdit : public QAccessibleWidget +{ +public: + AccessibleLabelFromParentLineEdit(KLineEdit *parent) + : QAccessibleWidget{parent} + {} + + QList> relations(QAccessible::Relation match = QAccessible::AllRelations) const override + { + auto relations = QAccessibleWidget::relations(match); + constexpr auto labelType = QAccessible::Label; + if (match & labelType) { + for (const auto &relation : relations) { + if (relation.second == labelType) { + return relations; + } + } + const QAccessibleInterface *parentInterface = QAccessible::queryAccessibleInterface(parentObject()); + const auto parentLabelledRelation = parentInterface->relations(labelType); + relations.append(parentLabelledRelation); + } + return relations; + } +}; + +QAccessibleInterface *accessibleInterfaceFactory(const QString &key, QObject *object) +{ + Q_UNUSED(key) + if (KLineEdit *lineEdit = qobject_cast(object)) { + return new AccessibleLabelFromParentLineEdit(lineEdit); + } + return nullptr; +}; + class KUrlDragPushButton : public QPushButton { Q_OBJECT @@ -156,7 +194,7 @@ public: return combo ? combo->currentText() : edit->text(); } - /** + /* * replaces ~user or $FOO, if necessary * if text() is a relative path, make it absolute using startDir() */ @@ -355,6 +393,8 @@ void KUrlRequester::KUrlRequesterPrivate::init() m_parent->connect(openAction, &QAction::triggered, m_parent, [this]() { slotOpenDialog(); }); + + QAccessible::installFactory(accessibleInterfaceFactory); } void KUrlRequester::setUrl(const QUrl &url) @@ -570,7 +610,14 @@ QFileDialog *KUrlRequester::fileDialog() const if (!d->myFileDialog) { d->myFileDialog = new QFileDialog(window(), windowTitle()); if (!d->mimeTypeFilters.isEmpty()) { - d->myFileDialog->setMimeTypeFilters(d->mimeTypeFilters); + QStringList mimeTypeFilters = d->mimeTypeFilters; + // The non plasma file dialogs don't have the "All Supported types" feature, so add the "All Files" type for them if more than one + // file type type is possible + if (mimeTypeFilters.count() > 1 && !mimeTypeFilters.contains(QStringLiteral("application/octet-stream")) + && QGuiApplicationPrivate::platformTheme()->name() != QStringLiteral("kde")) { + mimeTypeFilters.prepend(QStringLiteral("application/octet-stream")); + } + d->myFileDialog->setMimeTypeFilters(mimeTypeFilters); } else { d->myFileDialog->setNameFilters(d->nameFilters); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.h b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.h index 6faf78be27..cc572a560f 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequester.h @@ -27,8 +27,11 @@ class KUrlCompletion; class QEvent; class QString; -/** - * @class KUrlRequester kurlrequester.h +/*! + * \class KUrlRequester + * \inmodule KIOWidgets + * + * \brief A widget to request a filename/url from the user. * * This class is a widget showing a lineedit and a button, which invokes a * filedialog. File name completion is available in the lineedit. @@ -46,60 +49,75 @@ class QString; * * The default window modality for the file dialog is Qt::ApplicationModal * - * \image html kurlrequester.png "KUrlRequester" - * - * @short A widget to request a filename/url from the user - * @author Carsten Pfeiffer + * \image kurlrequester.png "KUrlRequester" */ class KIOWIDGETS_EXPORT KUrlRequester : public QWidget { Q_OBJECT + /*! + * \property KUrlRequester::url + */ Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY textChanged USER true) - /// @since 5.108 + /*! + * \property KUrlRequester::nameFilters + * \since 5.108 + */ Q_PROPERTY(QStringList nameFilters READ nameFilters WRITE setNameFilters) + /*! + * \property KUrlRequester::mode + */ Q_PROPERTY(KFile::Modes mode READ mode WRITE setMode) + /*! + * \property KUrlRequester::acceptMode + */ Q_PROPERTY(QFileDialog::AcceptMode acceptMode READ acceptMode WRITE setAcceptMode) + /*! + * \property KUrlRequester::placeholderText + */ Q_PROPERTY(QString placeholderText READ placeholderText WRITE setPlaceholderText) + /*! + * \property KUrlRequester::text + */ Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged) + /*! + * \property KUrlRequester::fileDialogModality + */ Q_PROPERTY(Qt::WindowModality fileDialogModality READ fileDialogModality WRITE setFileDialogModality) public: - /** + /*! * Constructs a KUrlRequester widget. */ explicit KUrlRequester(QWidget *parent = nullptr); - /** - * Constructs a KUrlRequester widget with the initial URL @p url. + /*! + * Constructs a KUrlRequester widget with the initial URL \a url. */ explicit KUrlRequester(const QUrl &url, QWidget *parent = nullptr); - /** + /*! * Special constructor, which creates a KUrlRequester widget with a custom * edit-widget. The edit-widget can be either a KComboBox or a KLineEdit * (or inherited thereof). Note: for geometry management reasons, the * edit-widget is reparented to have the KUrlRequester as parent. */ KUrlRequester(QWidget *editWidget, QWidget *parent); - /** - * Destructs the KUrlRequester. - */ ~KUrlRequester() override; - /** - * @returns the current url in the lineedit. May be malformed, if the user + /*! + * Returns the current url in the lineedit. May be malformed, if the user * entered something weird. For local files, ~user or environment variables * are substituted, relative paths will be resolved against startDir() */ QUrl url() const; - /** - * @returns the current start dir + /*! + * Returns the current start dir */ QUrl startDir() const; - /** - * @returns the current text in the lineedit or combobox. + /*! + * Returns the current text in the lineedit or combobox. * This does not do the URL expansion that url() does, it's only provided * for cases where KUrlRequester is used to enter URL-or-something-else, * like KOpenWithDialog where you can type a full command with arguments. @@ -107,94 +125,95 @@ public: */ QString text() const; - /** + /*! * Sets the mode of the file dialog. * * The default mode of the file dialog is 'KFile::File | KFile::ExistingOnly | KFile::LocalOnly', * which you can change using this method. * - * @note You can only select one file from the file dialog invoked + * \note You can only select one file from the file dialog invoked * by KUrlRequester, hence setting KFile::Files doesn't make * much sense here. * - * @param mode an OR'ed combination of KFile::Modes flags + * \a mode an OR'ed combination of KFile::Modes flags * - * @see QFileDialog::setFileMode() + * \sa QFileDialog::setFileMode() */ void setMode(KFile::Modes mode); - /** + /*! * Returns the current mode - * @see QFileDialog::fileMode() + * \sa QFileDialog::fileMode() */ KFile::Modes mode() const; - /** + /*! * Sets the open / save mode of the file dialog. * * The default is QFileDialog::AcceptOpen. * - * @see QFileDialog::setAcceptMode() - * @since 5.33 + * \sa QFileDialog::setAcceptMode() + * \since 5.33 */ void setAcceptMode(QFileDialog::AcceptMode m); - /** + /*! * Returns the current open / save mode - * @see QFileDialog::acceptMode() - * @since 5.33 + * \sa QFileDialog::acceptMode() + * \since 5.33 */ QFileDialog::AcceptMode acceptMode() const; - /** - * Sets the filters for the file dialog. - * @see QFileDialog::setNameFilters() - * @since 5.108 + /*! + * Sets the name \a filters for the file dialog. + * \sa QFileDialog::setNameFilters() + * \since 5.108 */ void setNameFilters(const QStringList &filters); - /** - * Sets the filters for the file dialog. - * @see QFileDialog::setNameFilter() - * @since 5.108 + /*! + * Sets the name \a filter for the file dialog. + * \sa QFileDialog::setNameFilter() + * \since 5.108 */ void setNameFilter(const QString &filter); - /** + /*! * Returns the filters for the file dialog. - * @see QFileDialog::nameFilters() - * @since 5.108 + * \sa QFileDialog::nameFilters() + * \since 5.108 */ QStringList nameFilters() const; - /** + /*! * Sets the MIME type filters for the file dialog. - * @see QFileDialog::setMimeTypeFilters() - * @since 5.31 + * \sa QFileDialog::setMimeTypeFilters() + * \since 5.31 */ void setMimeTypeFilters(const QStringList &mimeTypes); - /** + /*! * Returns the MIME type filters for the file dialog. - * @see QFileDialog::mimeTypeFilters() - * @since 5.31 + * \sa QFileDialog::mimeTypeFilters() + * \since 5.31 */ QStringList mimeTypeFilters() const; - /** - * @returns a pointer to the filedialog. + /*! + * Returns a pointer to the filedialog. * You can use this to customize the dialog, e.g. to call setLocationLabel * or other things which are not accessible in the KUrlRequester API. * * Never returns 0. This method creates the file dialog on demand. * - * @deprecated since 5.0. The dialog will be created anyway when the user + * Deprecated: The dialog will be created anyway when the user * requests it, and will behave according to the properties of KUrlRequester. + * \deprecated 5.0. */ KIOWIDGETS_DEPRECATED_VERSION(5, 0, "See API docs") virtual QFileDialog *fileDialog() const; - /** - * @returns a pointer to the lineedit, either the default one, or the + /*! + * Returns a pointer to the lineedit, either the default one, or the * special one, if you used the special constructor. * * It is provided so that you can e.g. set an own completion object @@ -202,25 +221,25 @@ public: */ KLineEdit *lineEdit() const; - /** - * @returns a pointer to the combobox, in case you have set one using the + /*! + * Returns a pointer to the combobox, in case you have set one using the * special constructor. Returns 0L otherwise. */ KComboBox *comboBox() const; - /** - * @returns a pointer to the pushbutton. It is provided so that you can + /*! + * Returns a pointer to the pushbutton. It is provided so that you can * specify an own pixmap or a text, if you really need to. */ QPushButton *button() const; - /** - * @returns the KUrlCompletion object used in the lineedit/combobox. + /*! + * Returns the KUrlCompletion object used in the lineedit/combobox. */ KUrlCompletion *completionObject() const; - /** - * @returns an object, suitable for use with KEditListWidget. It allows you + /*! + * Returns an object, suitable for use with KEditListWidget. It allows you * to put this KUrlRequester into a KEditListWidget. * Basically, do it like this: * \code @@ -231,27 +250,27 @@ public: */ const KEditListWidget::CustomEditor &customEditor(); - /** - * @return the message set with setPlaceholderText - * @since 5.0 + /*! + * Returns the message set with setPlaceholderText + * \since 5.0 */ QString placeholderText() const; - /** + /*! * This makes the KUrlRequester line edit display a grayed-out hinting text as long as * the user didn't enter any text. It is often used as indication about * the purpose of the line edit. - * @since 5.0 + * \since 5.0 */ void setPlaceholderText(const QString &msg); - /** - * @returns the window modality of the file dialog set with setFileDialogModality + /*! + * Returns the window modality of the file dialog set with setFileDialogModality */ Qt::WindowModality fileDialogModality() const; - /** - * Set the window modality for the file dialog to @p modality + /*! + * Set the window modality for the file dialog to \a modality * Directory selection dialogs are always modal * * The default is Qt::ApplicationModal. @@ -260,54 +279,56 @@ public: void setFileDialogModality(Qt::WindowModality modality); public Q_SLOTS: - /** - * Sets the url in the lineedit to @p url. + /*! + * Sets the url in the lineedit to \a url. */ void setUrl(const QUrl &url); - /** - * Sets the start dir @p startDir. + /*! + * Sets the start dir \a startDir. + * * The start dir is only used when the URL isn't set. */ void setStartDir(const QUrl &startDir); - /** + /*! * Sets the current text in the lineedit or combobox. + * * This is used for cases where KUrlRequester is used to * enter URL-or-something-else, like KOpenWithDialog where you * can type a full command with arguments. * - * @see text + * \sa text */ void setText(const QString &text); - /** + /*! * Clears the lineedit/combobox. */ void clear(); Q_SIGNALS: // forwards from LineEdit - /** + /*! * Emitted when the text in the lineedit changes. * The parameter contains the contents of the lineedit. */ void textChanged(const QString &); - /** + /*! * Emitted when the text in the lineedit was modified by the user. * Unlike textChanged(), this signal is not emitted when the text is changed programmatically, for example, by calling setText(). - * @since 5.21 + * \since 5.21 */ void textEdited(const QString &); - /** + /*! * Emitted when return or enter was pressed in the lineedit. * The parameter contains the contents of the lineedit. */ void returnPressed(const QString &text); - /** + /*! * Emitted before the filedialog is going to open. Connect * to this signal to "configure" the filedialog, e.g. set the * filefilter, the mode, a preview-widget, etc. It's usually @@ -320,7 +341,7 @@ Q_SIGNALS: */ void openFileDialog(KUrlRequester *); - /** + /*! * Emitted when the user changed the URL via the file dialog. * The parameter contains the contents of the lineedit. */ @@ -337,11 +358,16 @@ private: Q_DISABLE_COPY(KUrlRequester) }; +/*! + * \class KUrlComboRequester + * \inheaderfile KUrlRequester + * \inmodule KIOWidgets + */ class KIOWIDGETS_EXPORT KUrlComboRequester : public KUrlRequester // krazy:exclude=dpointer (For use in Qt Designer) { Q_OBJECT public: - /** + /*! * Constructs a KUrlRequester widget with a combobox. */ explicit KUrlComboRequester(QWidget *parent = nullptr); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequesterdialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequesterdialog.h index 6ef8049549..1ff491a8f9 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequesterdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/kurlrequesterdialog.h @@ -18,60 +18,63 @@ class KUrlRequester; class QFileDialog; class KUrlRequesterDialogPrivate; -/** - * @class KUrlRequesterDialog kurlrequesterdialog.h +/*! + * \class KUrlRequesterDialog + * \inmodule KIOWidgets + * + * \brief Simple dialog to enter a filename/url. * * Dialog in which a user can enter a filename or url. It is a dialog * encapsulating KUrlRequester. - * - * @short Simple dialog to enter a filename/url. - * @author Wilco Greven */ class KIOWIDGETS_EXPORT KUrlRequesterDialog : public QDialog { Q_OBJECT public: - /** + /*! * Constructs a KUrlRequesterDialog. * - * @param url The url of the directory to start in. Use QString() + * \a url The url of the directory to start in. Use QString() * to start in the current working directory, or the last * directory where a file has been selected. - * @param parent The parent object of this widget. + * + * \a parent The parent object of this widget. */ explicit KUrlRequesterDialog(const QUrl &url, QWidget *parent = nullptr); - /** + /*! * Constructs a KUrlRequesterDialog. * - * @param url The url of the directory to start in. Use QString() + * \a url The url of the directory to start in. Use QString() * to start in the current working directory, or the last * directory where a file has been selected. - * @param text Text of the label - * @param parent The parent object of this widget. + * + * \a text Text of the label + * + * \a parent The parent object of this widget. */ KUrlRequesterDialog(const QUrl &url, const QString &text, QWidget *parent); - /** - * Destructs the dialog. - */ + ~KUrlRequesterDialog() override; - /** + /*! * Returns the fully qualified filename. */ QUrl selectedUrl() const; - /** + /*! * Creates a modal dialog, executes it and returns the selected URL. * - * @param url This specifies the initial path of the input line. - * @param parent The widget the dialog will be centered on initially. - * @param title The title to use for the dialog. + * \a url This specifies the initial path of the input line. + * + * \a parent The widget the dialog will be centered on initially. + * + * \a title The title to use for the dialog. */ static QUrl getUrl(const QUrl &url = QUrl(), QWidget *parent = nullptr, const QString &title = QString()); - /** + /*! * Returns a pointer to the KUrlRequester. */ KUrlRequester *urlRequester(); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/paste.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/paste.cpp index 20b37fe4fe..3b8eeeea33 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/paste.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/paste.cpp @@ -61,20 +61,28 @@ static QUrl getDestinationUrl(const QUrl &srcUrl, const QUrl &destUrl, QWidget * return destUrl; } -static QUrl getNewFileName(const QUrl &u, const QString &text, const QString &suggestedFileName, QWidget *widget) +static QString defaultFileName(const QString &suggestedFileName) { - bool ok; - QString dialogText(text); - if (dialogText.isEmpty()) { - dialogText = i18n("Filename for clipboard content:"); + if (!suggestedFileName.isEmpty()) { + return suggestedFileName; } - QString file = QInputDialog::getText(widget, QString(), dialogText, QLineEdit::Normal, suggestedFileName, &ok); - if (!ok) { - return QUrl(); + return i18nc("A default file name excluding extension for some pasted content", "pasted file"); +} + +static QUrl getNewFileName(const QUrl &u, const QString &text, const QString &suggestedFileName, const QString &format, QWidget *widget) +{ + QStringList formats; + if (!format.isEmpty()) { + formats.append(format); + } + + KIO::PasteDialog dlg(i18nc("@title:dialog", "Paste Clipboard Content"), text, defaultFileName(suggestedFileName), formats, widget); + if (dlg.exec() != QDialog::Accepted) { + return {}; } QUrl myurl(u); - myurl.setPath(Utils::concatPaths(myurl.path(), file)); + myurl.setPath(Utils::concatPaths(myurl.path(), dlg.lineEditText())); return getDestinationUrl(u, myurl, widget); } @@ -82,7 +90,7 @@ static QUrl getNewFileName(const QUrl &u, const QString &text, const QString &su static KIO::Job *putDataAsyncTo(const QUrl &url, const QByteArray &data, QWidget *widget, KIO::JobFlags flags) { KIO::Job *job = KIO::storedPut(data, url, -1, flags); - QObject::connect(job, &KIO::Job::result, [url](KJob *job) { + QObject::connect(job, &KIO::Job::result, job, [url](KJob *job) { if (job->error() == KJob::NoError) { #ifdef WITH_QTDBUS org::kde::KDirNotify::emitFilesAdded(url.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash)); @@ -102,25 +110,7 @@ static QByteArray chooseFormatAndUrl(const QUrl &u, bool clipboard, QUrl *newUrl) { - QMimeDatabase db; - QStringList formatLabels; - formatLabels.reserve(formats.size()); - for (int i = 0; i < formats.size(); ++i) { - const QString &fmt = formats[i]; - QMimeType mime = db.mimeTypeForName(fmt); - if (mime.isValid()) { - formatLabels.append(i18n("%1 (%2)", mime.comment(), fmt)); - } else { - formatLabels.append(fmt); - } - } - - QString dialogText(text); - if (dialogText.isEmpty()) { - dialogText = i18n("Filename for clipboard content:"); - } - - KIO::PasteDialog dlg(QString(), dialogText, suggestedFileName, formatLabels, widget); + KIO::PasteDialog dlg(i18nc("@title:dialog", "Paste Clipboard Content"), text, defaultFileName(suggestedFileName), formats, widget); if (dlg.exec() != QDialog::Accepted) { return QByteArray(); @@ -163,13 +153,7 @@ static QStringList extractFormats(const QMimeData *mimeData) if (format == QLatin1String("application/x-qiconlist")) { // Q3IconView and kde4's libkonq continue; } - if (format == QLatin1String("application/x-kde-cutselection")) { // see isClipboardDataCut - continue; - } - if (format == QLatin1String("application/x-kde-suggestedfilename")) { - continue; - } - if (format == QLatin1String("application/x-kde-onlyReplaceEmpty")) { // Prevents emptying Klipper via selection + if (format.startsWith(QLatin1String("application/x-kde-"))) { continue; } if (format.startsWith(QLatin1String("application/x-qt-"))) { // Qt-internal @@ -191,7 +175,7 @@ KIOWIDGETS_EXPORT bool KIO::canPasteMimeData(const QMimeData *data) return data->hasText() || !extractFormats(data).isEmpty(); } -KIO::Job *pasteMimeDataImpl(const QMimeData *mimeData, const QUrl &destUrl, const QString &dialogText, QWidget *widget, bool clipboard) +std::pair pasteMimeDataImpl(const QMimeData *mimeData, const QUrl &destUrl, const QString &dialogText, QWidget *widget, bool clipboard) { QByteArray ba; const QString suggestedFilename = QString::fromUtf8(mimeData->data(QStringLiteral("application/x-kde-suggestedfilename"))); @@ -203,32 +187,36 @@ KIO::Job *pasteMimeDataImpl(const QMimeData *mimeData, const QUrl &destUrl, cons } else { auto formats = extractFormats(mimeData); const auto firstFormat = formats.value(0); - // Remove formats that shouldn't be exposed to the user - erase_if(formats, [](const QString &string) -> bool { - return string.startsWith(u"application/x-kde-"); - }); + if (formats.isEmpty() && firstFormat.isEmpty()) { - return nullptr; + return std::make_pair(nullptr, KIO::ERR_NO_CONTENT); } else if (formats.size() > 1) { QUrl newUrl; ba = chooseFormatAndUrl(destUrl, mimeData, formats, dialogText, suggestedFilename, widget, clipboard, &newUrl); if (ba.isEmpty() || newUrl.isEmpty()) { - return nullptr; + return std::make_pair(nullptr, KIO::ERR_NO_CONTENT); } - return putDataAsyncTo(newUrl, ba, widget, KIO::Overwrite); + return std::make_pair(putDataAsyncTo(newUrl, ba, widget, KIO::Overwrite), KJob::NoError); } ba = mimeData->data(firstFormat); } if (ba.isEmpty()) { - return nullptr; + return std::make_pair(nullptr, KIO::ERR_NO_CONTENT); } - const QUrl newUrl = getNewFileName(destUrl, dialogText, suggestedFilename, widget); + QString guessedFormat; + QMimeDatabase db; + const QMimeType guessedMimeType = db.mimeTypeForData(ba); + if (guessedMimeType.isValid() && !guessedMimeType.isDefault()) { + guessedFormat = guessedMimeType.name(); + } + + const QUrl newUrl = getNewFileName(destUrl, dialogText, suggestedFilename, guessedFormat, widget); if (newUrl.isEmpty()) { - return nullptr; + return std::make_pair(nullptr, KIO::ERR_USER_CANCELED); } - return putDataAsyncTo(newUrl, ba, widget, KIO::Overwrite); + return std::make_pair(putDataAsyncTo(newUrl, ba, widget, KIO::Overwrite), KJob::NoError); } KIOWIDGETS_EXPORT QString KIO::pasteActionText(const QMimeData *mimeData, bool *enable, const KFileItem &destItem) diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/paste.h b/local/recipes/kde/kf6-kio/source/src/widgets/paste.h index 8583d9b8d0..3c2a81a1d2 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/paste.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/paste.h @@ -20,38 +20,46 @@ namespace KIO class Job; class CopyJob; -/** - * Returns true if pasteMimeData will find any interesting format in @p data. +// TODO qdoc header + +/*! + * Returns true if pasteMimeData will find any interesting format in \a data. * You can use this method to enable/disable the paste action appropriately. - * @since 5.0 (was called canPasteMimeSource before) + * \since 5.0 (was called canPasteMimeSource before) */ KIOWIDGETS_EXPORT bool canPasteMimeData(const QMimeData *data); -/** +/*! * Returns the text to use for the Paste action, when the application supports * pasting files, urls, and clipboard data, using pasteClipboard(). - * @param mimeData the mime data, usually QApplication::clipboard()->mimeData(). - * @param enable output parameter, to be passed to QAction::setEnabled. + * + * \a mimeData the mime data, usually QApplication::clipboard()->mimeData(). + * + * \a enable output parameter, to be passed to QAction::setEnabled. * The pointer must be non-null, and in return the function will always set its value. - * @param destItem item representing the directory into which the clipboard data + * + * \a destItem item representing the directory into which the clipboard data * or items would be pasted. Used to find out about permissions in that directory. - * @return a string suitable for QAction::setText - * @since 5.4 + * + * Returns a string suitable for QAction::setText + * \since 5.4 */ KIOWIDGETS_EXPORT QString pasteActionText(const QMimeData *mimeData, bool *enable, const KFileItem &destItem); -/** +/*! * Add the information whether the files were cut, into the mimedata. - * @param mimeData pointer to the mimeData object to be populated. Must not be null. - * @param cut if true, the user selected "cut" (saved as application/x-kde-cutselection in the mimedata). - * @since 5.2 + * + * \a mimeData pointer to the mimeData object to be populated. Must not be null. + * + * \a cut if true, the user selected "cut" (saved as application/x-kde-cutselection in the mimedata). + * \since 5.2 */ KIOWIDGETS_EXPORT void setClipboardDataCut(QMimeData *mimeData, bool cut); -/** - * Returns true if the URLs in @p mimeData were cut by the user. +/*! + * Returns true if the URLs in \a mimeData were cut by the user. * This should be called when pasting, to choose between moving and copying. - * @since 5.2 + * \since 5.2 */ KIOWIDGETS_EXPORT bool isClipboardDataCut(const QMimeData *mimeData); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog.cpp index 7e30bc1c6f..acbe83c98c 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog.cpp @@ -7,6 +7,7 @@ #include "pastedialog_p.h" +#include #include #include @@ -15,9 +16,13 @@ #include #include #include +#include +#include #include -KIO::PasteDialog::PasteDialog(const QString &title, const QString &label, const QString &value, const QStringList &items, QWidget *parent) +using namespace Qt::StringLiterals; + +KIO::PasteDialog::PasteDialog(const QString &title, const QString &label, const QString &suggestedFileName, const QStringList &formats, QWidget *parent) : QDialog(parent) { setWindowTitle(title); @@ -25,27 +30,117 @@ KIO::PasteDialog::PasteDialog(const QString &title, const QString &label, const QVBoxLayout *topLayout = new QVBoxLayout(this); - QFrame *frame = new QFrame(this); - topLayout->addWidget(frame); + auto hLayout = new QHBoxLayout; + topLayout->addLayout(hLayout); - QVBoxLayout *layout = new QVBoxLayout(frame); + m_iconLabel = new QLabel(this); + hLayout->addWidget(m_iconLabel, {}, Qt::AlignVCenter); - m_label = new QLabel(label, frame); + auto innerLayout = new QVBoxLayout; + hLayout->addLayout(innerLayout); + + m_label = new QLabel(label); m_label->setWordWrap(true); - layout->addWidget(m_label); + innerLayout->addWidget(m_label); - m_lineEdit = new QLineEdit(value, frame); - layout->addWidget(m_lineEdit); + m_lineEdit = new QLineEdit(suggestedFileName); + innerLayout->addWidget(m_lineEdit); m_lineEdit->setFocus(); m_label->setBuddy(m_lineEdit); - layout->addWidget(new QLabel(i18n("Data format:"), frame)); - m_comboBox = new QComboBox(frame); - m_comboBox->addItems(items); - layout->addWidget(m_comboBox); + if (formats.isEmpty()) { + setIcon(QIcon()); + } else { + QMimeDatabase db; - layout->addStretch(); + auto *comboBoxHeading = new QLabel(i18nc("@label", "Data format:")); + comboBoxHeading->setVisible(formats.size() > 1); + innerLayout->addWidget(comboBoxHeading); + + m_comboBox = new QComboBox; + m_comboBox->setVisible(formats.size() > 1); + + // Populate the combobox with nice human-readable labels + for (const QString &format : formats) { + QMimeType mime = db.mimeTypeForName(format); + if (mime.isValid()) { + auto label = i18n("%1 (%2)", mime.comment(), format); + m_comboBox->addItem(QIcon::fromTheme(mime.iconName()), label, mime.name()); + } else { + m_comboBox->addItem(format); + } + } + + m_lastValidComboboxFormat = formats.value(comboItem()); + + const QMimeType mimeType = db.mimeTypeForName(m_lastValidComboboxFormat); + setIcon(QIcon::fromTheme(mimeType.iconName())); + + // Get fancy: if the user changes the format, try to replace the filename extension + connect(m_comboBox, &QComboBox::activated, this, [this, formats]() { + const auto format = formats.value(comboItem()); + const auto currentText = m_lineEdit->text(); + + QMimeDatabase db; + const QMimeType oldMimetype = db.mimeTypeForName(m_lastValidComboboxFormat); + const QMimeType newMimetype = db.mimeTypeForName(format); + + const QString newExtension = newMimetype.preferredSuffix(); + const QString oldExtension = oldMimetype.preferredSuffix(); + + setIcon(QIcon::fromTheme(newMimetype.iconName())); + + m_lastValidComboboxFormat = format; + if (newMimetype.isValid()) { + if (oldMimetype.isValid() && currentText.endsWith(oldMimetype.preferredSuffix())) { + m_lineEdit->setText(m_lineEdit->text().replace(oldExtension, newExtension)); + } else { + m_lineEdit->setText(currentText + QLatin1String(".") + newMimetype.preferredSuffix()); + } + m_lineEdit->setSelection(0, m_lineEdit->text().length() - newExtension.length() - 1); + m_lineEdit->setFocus(); + } else if (oldMimetype.isValid() && currentText.endsWith(oldMimetype.preferredSuffix())) { + // remove the extension + m_lineEdit->setText(currentText.chopped(oldExtension.length() + 1)); + m_lineEdit->setFocus(); + } + }); + + // update the selected format depending on the text + connect(m_lineEdit, &QLineEdit::textChanged, this, [this, formats]() { + const auto format = formats.value(comboItem()); + const auto currentText = m_lineEdit->text(); + + QMimeDatabase db; + const QMimeType oldMimetype = db.mimeTypeForName(m_lastValidComboboxFormat); + QMimeType newMimetype = db.mimeTypeForFile(currentText, QMimeDatabase::MatchMode::MatchExtension); + if (newMimetype.isValid() && newMimetype != oldMimetype && formats.contains(newMimetype.name())) { + auto idxMime = m_comboBox->findData(newMimetype.name(), Qt::UserRole); + if (idxMime != -1) { + m_lastValidComboboxFormat = format; + m_comboBox->setCurrentIndex(idxMime); + } + } + }); + + innerLayout->addWidget(m_comboBox); + + // Pre-fill the filename extension and select everything before it, or just + // move the cursor appropriately + const QMimeType mimetype = db.mimeTypeForName(formats.value(comboItem())); + if (mimetype.isValid()) { + if (suggestedFileName.endsWith(mimetype.preferredSuffix())) { + m_lineEdit->setSelection(0, suggestedFileName.length() - mimetype.preferredSuffix().length() - 1); + } else { + m_lineEdit->setText(suggestedFileName + QLatin1String(".") + mimetype.preferredSuffix()); + m_lineEdit->setSelection(0, suggestedFileName.length()); + } + } + } + + topLayout->addStretch(); + m_lineEdit->setFocus(); QDialogButtonBox *buttonBox = new QDialogButtonBox(this); buttonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); @@ -63,7 +158,19 @@ QString KIO::PasteDialog::lineEditText() const int KIO::PasteDialog::comboItem() const { + if (!m_comboBox) { + return {}; + } return m_comboBox->currentIndex(); } +void KIO::PasteDialog::setIcon(const QIcon &icon) +{ + QIcon effectiveIcon = icon; + if (effectiveIcon.isNull()) { + effectiveIcon = QIcon::fromTheme(QIcon::ThemeIcon::EditPaste); + } + m_iconLabel->setPixmap(effectiveIcon.pixmap(KIconLoader::SizeHuge)); +} + #include "moc_pastedialog_p.cpp" diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog_p.h b/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog_p.h index 4e073dbb68..5bfbb53fc5 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog_p.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/pastedialog_p.h @@ -16,23 +16,27 @@ class QLabel; namespace KIO { -/** - * @internal +/*! + * \internal * Internal class used by paste.h. DO NOT USE. */ class PasteDialog : public QDialog { Q_OBJECT public: - PasteDialog(const QString &title, const QString &label, const QString &value, const QStringList &items, QWidget *parent); + PasteDialog(const QString &title, const QString &label, const QString &value, const QStringList &formats, QWidget *parent); QString lineEditText() const; int comboItem() const; + void setIcon(const QIcon &icon); + private: QLabel *m_label; + QLabel *m_iconLabel; QLineEdit *m_lineEdit; QComboBox *m_comboBox; + QString m_lastValidComboboxFormat; }; } // namespace diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.cpp index ef547dacdd..e58f2cce9b 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.cpp @@ -8,6 +8,7 @@ #include "pastejob.h" #include "pastejob_p.h" +#include "kio_widgets_debug.h" #include "paste.h" #include @@ -21,7 +22,7 @@ using namespace KIO; -extern KIO::Job *pasteMimeDataImpl(const QMimeData *mimeData, const QUrl &destUrl, const QString &dialogText, QWidget *widget, bool clipboard); +extern std::pair pasteMimeDataImpl(const QMimeData *mimeData, const QUrl &destUrl, const QString &dialogText, QWidget *widget, bool clipboard); PasteJob::PasteJob(PasteJobPrivate &dd) : Job(dd) @@ -37,6 +38,19 @@ PasteJob::~PasteJob() { } +QList sanitizeUrls(const QList &urls) +{ + QList result; + for (const QUrl &url : urls) { + if (url.isValid() && !url.scheme().isEmpty()) { + result << url; + } else { + qCWarning(KIO_WIDGETS) << "PasteJob: Ignoring invalid URL" << url; + } + } + return result; +} + void PasteJobPrivate::slotStart() { Q_Q(PasteJob); @@ -45,11 +59,15 @@ void PasteJobPrivate::slotStart() q->emitResult(); return; } + if (!KIO::canPasteMimeData(m_mimeData)) { + q->emitResult(); + return; + } const bool move = KIO::isClipboardDataCut(m_mimeData); KIO::Job *job = nullptr; KIO::CopyJob *copyJob = nullptr; if (m_mimeData->hasUrls()) { - const QList urls = KUrlMimeData::urlsFromMimeData(m_mimeData, KUrlMimeData::PreferLocalUrls); + const QList urls = sanitizeUrls(KUrlMimeData::urlsFromMimeData(m_mimeData, KUrlMimeData::PreferLocalUrls)); if (!urls.isEmpty()) { if (move) { copyJob = KIO::move(urls, m_destDir, m_flags); @@ -69,7 +87,16 @@ void PasteJobPrivate::slotStart() } } else { const QString dialogText = m_clipboard ? i18n("Filename for clipboard content:") : i18n("Filename for dropped contents:"); - job = pasteMimeDataImpl(m_mimeData, m_destDir, dialogText, KJobWidgets::window(q), m_clipboard); + auto [resultJob, error] = pasteMimeDataImpl(m_mimeData, m_destDir, dialogText, KJobWidgets::window(q), m_clipboard); + + if (error) { + q->setError(error); + q->emitResult(); + return; + } + + job = resultJob; + if (KIO::SimpleJob *simpleJob = qobject_cast(job)) { KIO::FileUndoManager::self()->recordJob(KIO::FileUndoManager::Put, QList(), simpleJob->url(), job); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.h b/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.h index 7fe0cfa268..90d14e8cc3 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/pastejob.h @@ -19,17 +19,19 @@ namespace KIO { class CopyJob; class PasteJobPrivate; -/** - * @class KIO::PasteJob pastejob.h +/*! + * \class KIO::PasteJob + * \inheaderfile KIO/PasteJob + * \inmodule KIOWidgets * - * A KIO job that handles pasting the clipboard contents. + * \brief A KIO job that handles pasting the clipboard contents. * * If the clipboard contains URLs, they are copied to the destination URL. * If the clipboard contains data, it is saved into a file after asking * the user to choose a filename and the preferred data format. * - * @see KIO::pasteClipboard - * @since 5.4 + * \sa KIO::paste + * \since 5.4 */ class KIOWIDGETS_EXPORT PasteJob : public Job { @@ -39,19 +41,19 @@ public: ~PasteJob() override; Q_SIGNALS: - /** + /*! * Signals that a file or directory was created. */ void itemCreated(const QUrl &url); - /** + /*! * Emitted when a copy job was started as subjob as part of pasting. Note that a * CopyJob isn't always started by PasteJob. For instance pasting image content will create a file. * - * You can use @p job to monitor the progress of the copy/move/link operation. + * You can use \a job to monitor the progress of the copy/move/link operation. * - * @param job the job started for moving, copying or symlinking files - * @since 6.0 + * \a job the job started for moving, copying or symlinking files + * \since 6.0 */ void copyJobStarted(KIO::CopyJob *job); @@ -65,7 +67,9 @@ private: Q_DECLARE_PRIVATE(PasteJob) }; -/** +/*! + * \relates KIO::PasteJob + * * Pastes the clipboard contents. * * If the clipboard contains URLs, they are copied (or moved) to the destination URL, @@ -77,12 +81,14 @@ private: * itemCreated for every file or directory being created, so that the view can select * these items. * - * @param mimeData the MIME data to paste, usually QApplication::clipboard()->mimeData() - * @param destDir The URL of the target directory - * @param flags passed to the sub job + * \a mimeData the MIME data to paste, usually QApplication::clipboard()->mimeData() * - * @return A pointer to the job handling the operation. - * @since 5.4 + * \a destDir The URL of the target directory + * + * \a flags passed to the sub job + * + * Returns a pointer to the job handling the operation. + * \since 5.4 */ KIOWIDGETS_EXPORT PasteJob *paste(const QMimeData *mimeData, const QUrl &destDir, JobFlags flags = DefaultFlags); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.cpp index 686a6003c5..12509a9ad5 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.cpp @@ -27,12 +27,16 @@ #include #include +#include +#include #include #include +#include #include #include #include #include +#include #include #include #include @@ -50,6 +54,8 @@ static QLabel *createLabel(QWidget *parent, const QString &text, bool containerT QFont font = label->font(); font.setBold(true); label->setFont(font); + } else { + label->setWordWrap(true); } label->setAlignment(Qt::AlignHCenter); @@ -58,20 +64,34 @@ static QLabel *createLabel(QWidget *parent, const QString &text, bool containerT return label; } +static QString dateLabelText(const KFileItem &item) +{ + const QString timeString = item.timeString(KFileItem::ModificationTime); + if (timeString.isEmpty()) { + return timeString; + } + return i18n("Date: %1", timeString); +} + static QLabel *createDateLabel(QWidget *parent, const KFileItem &item) { - const bool hasDate = item.entry().contains(KIO::UDSEntry::UDS_MODIFICATION_TIME); - const QString text = hasDate ? i18n("Date: %1", item.timeString(KFileItem::ModificationTime)) : QString(); - QLabel *dateLabel = createLabel(parent, text); + QLabel *dateLabel = createLabel(parent, dateLabelText(item)); dateLabel->setAlignment(Qt::AlignLeft | Qt::AlignTop); return dateLabel; } +static QString sizeLabelText(const KFileItem &item) +{ + if (item.entry().contains(KIO::UDSEntry::UDS_SIZE)) { + return i18n("Size: %1", KIO::convertSize(item.size())); + } else { + return {}; + } +} + static QLabel *createSizeLabel(QWidget *parent, const KFileItem &item) { - const bool hasSize = item.entry().contains(KIO::UDSEntry::UDS_SIZE); - const QString text = hasSize ? i18n("Size: %1", KIO::convertSize(item.size())) : QString(); - QLabel *sizeLabel = createLabel(parent, text); + QLabel *sizeLabel = createLabel(parent, sizeLabelText(item)); sizeLabel->setAlignment(Qt::AlignLeft | Qt::AlignBottom); return sizeLabel; } @@ -156,7 +176,7 @@ static CompareFilesResult compareFiles(const QString &filepath, const QString &s } } -/** @internal */ +/*! \internal */ class Q_DECL_HIDDEN RenameDialog::RenameDialogPrivate { public: @@ -179,12 +199,40 @@ public: } } + void maybeShowCompareButton(const KFileItem &fileItem) + { + if (bCompare && fileItem.currentMimeType().inherits(QStringLiteral("text/plain"))) { + bCompare->show(); + } + } + + void updateSrcMetadata(const KFileItem &fileItem) + { + updateFileMetadata(fileItem, m_srcSizeLabel, m_srcDateLabel); + } + + void updateDestMetadata(const KFileItem &fileItem) + { + updateFileMetadata(fileItem, m_destSizeLabel, m_destDateLabel); + } + + void updateFileMetadata(const KFileItem &fileItem, QLabel *sizeLabel, QLabel *dateLabel) + { + if (const QString sizeText = sizeLabelText(fileItem); !sizeText.isEmpty()) { + sizeLabel->setText(sizeText); + } + if (const QString dateText = dateLabelText(fileItem); !dateText.isEmpty()) { + dateLabel->setText(dateText); + } + } + QPushButton *bCancel = nullptr; QPushButton *bRename = nullptr; QPushButton *bSkip = nullptr; QToolButton *bOverwrite = nullptr; QAction *bOverwriteWhenOlder = nullptr; QPushButton *bResume = nullptr; + QPushButton *bCompare = nullptr; QPushButton *bSuggestNewName = nullptr; QCheckBox *bApplyAll = nullptr; QLineEdit *m_pLineEdit = nullptr; @@ -194,6 +242,8 @@ public: bool m_destPendingPreview = false; QLabel *m_srcPreview = nullptr; QLabel *m_destPreview = nullptr; + QLabel *m_srcSizeLabel = nullptr; + QLabel *m_destSizeLabel = nullptr; QLabel *m_srcDateLabel = nullptr; QLabel *m_destDateLabel = nullptr; KFileItem srcItem; @@ -227,11 +277,11 @@ RenameDialog::RenameDialog(QWidget *parent, if (_options & RenameDialog_MultipleItems) { d->bApplyAll = new QCheckBox(i18n("Appl&y to All"), this); - d->bApplyAll->setToolTip((_options & RenameDialog_DestIsDirectory) ? i18n("When this is checked the button pressed will be applied to all " + d->bApplyAll->setToolTip((_options & RenameDialog_DestIsDirectory) ? i18n("When this is checked, the button pressed will be applied to all " "subsequent folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a " "conflict with an existing file in the directory.") - : i18n("When this is checked the button pressed will be applied to " + : i18n("When this is checked, the button pressed will be applied to " "all subsequent conflicts for the remainder of the current job.")); connect(d->bApplyAll, &QAbstractButton::clicked, this, &RenameDialog::applyAllPressed); } @@ -305,13 +355,15 @@ RenameDialog::RenameDialog(QWidget *parent, } else { UDSEntry srcUds; - srcUds.reserve(4); + srcUds.reserve(6); srcUds.fastInsert(UDSEntry::UDS_NAME, d->src.fileName()); if (mtimeSrc.isValid()) { srcUds.fastInsert(UDSEntry::UDS_MODIFICATION_TIME, mtimeSrc.toMSecsSinceEpoch() / 1000); + srcUds.fastInsert(UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, (mtimeSrc.toMSecsSinceEpoch() % 1000) * 1000000); } if (ctimeSrc.isValid()) { srcUds.fastInsert(UDSEntry::UDS_CREATION_TIME, ctimeSrc.toMSecsSinceEpoch() / 1000); + srcUds.fastInsert(UDSEntry::UDS_CREATION_TIME_NS_OFFSET, (ctimeSrc.toMSecsSinceEpoch() % 1000) * 1000000); } if (sizeSrc != KIO::filesize_t(-1)) { srcUds.fastInsert(UDSEntry::UDS_SIZE, sizeSrc); @@ -329,9 +381,11 @@ RenameDialog::RenameDialog(QWidget *parent, destUds.fastInsert(UDSEntry::UDS_NAME, d->dest.fileName()); if (mtimeDest.isValid()) { destUds.fastInsert(UDSEntry::UDS_MODIFICATION_TIME, mtimeDest.toMSecsSinceEpoch() / 1000); + destUds.fastInsert(UDSEntry::UDS_MODIFICATION_TIME_NS_OFFSET, (mtimeDest.toMSecsSinceEpoch() % 1000) * 1000000); } if (ctimeDest.isValid()) { destUds.fastInsert(UDSEntry::UDS_CREATION_TIME, ctimeDest.toMSecsSinceEpoch() / 1000); + destUds.fastInsert(UDSEntry::UDS_CREATION_TIME_NS_OFFSET, (ctimeDest.toMSecsSinceEpoch() % 1000) * 1000000); } if (sizeDest != KIO::filesize_t(-1)) { destUds.fastInsert(UDSEntry::UDS_SIZE, sizeDest); @@ -366,6 +420,7 @@ RenameDialog::RenameDialog(QWidget *parent, KShell::tildeCollapse(d->dest.toDisplayString(QUrl::PreferLocalFile))); } auto *questionLabel = new QLabel(question, this); + questionLabel->setWordWrap(true); questionLabel->setAlignment(Qt::AlignHCenter); gridLayout->addWidget(questionLabel, gridRow, 0, 1, 4); // takes the complete first line @@ -385,18 +440,19 @@ RenameDialog::RenameDialog(QWidget *parent, gridRow++; // src container (preview, size, date) - QLabel *srcSizeLabel = createSizeLabel(this, d->srcItem); + d->m_srcSizeLabel = createSizeLabel(this, d->srcItem); d->m_srcDateLabel = createDateLabel(this, d->srcItem); - QWidget *srcContainer = createContainerWidget(d->m_srcPreview, srcSizeLabel, d->m_srcDateLabel); + QWidget *srcContainer = createContainerWidget(d->m_srcPreview, d->m_srcSizeLabel, d->m_srcDateLabel); gridLayout->addWidget(srcContainer, gridRow, 0, 1, 2); // dest container (preview, size, date) - QLabel *destSizeLabel = createSizeLabel(this, d->destItem); + d->m_destSizeLabel = createSizeLabel(this, d->destItem); d->m_destDateLabel = createDateLabel(this, d->destItem); - QWidget *destContainer = createContainerWidget(d->m_destPreview, destSizeLabel, d->m_destDateLabel); + QWidget *destContainer = createContainerWidget(d->m_destPreview, d->m_destSizeLabel, d->m_destDateLabel); gridLayout->addWidget(destContainer, gridRow, 2, 1, 2); // Verdicts + bool offerCompare = false; auto *hbox_verdicts = new QHBoxLayout(); pLayout->addLayout(hbox_verdicts); hbox_verdicts->addStretch(1); @@ -418,6 +474,7 @@ RenameDialog::RenameDialog(QWidget *parent, diff = d->srcItem.size() - d->destItem.size(); text = i18n("The source is bigger by %1.", KIO::convertSize(diff)); } + offerCompare = true; hbox_verdicts->addWidget(createLabel(this, text)); } @@ -433,22 +490,22 @@ RenameDialog::RenameDialog(QWidget *parent, break; case CompareFilesResult::PartiallyIdentical: text = i18n("The files seem identical."); + offerCompare = true; break; case CompareFilesResult::Different: text = i18n("The files are different."); + offerCompare = true; break; } QLabel *filesIdenticalLabel = createLabel(this, text); if (CompareFilesResult == CompareFilesResult::PartiallyIdentical) { - auto *pixmapLabel = new QLabel(this); - pixmapLabel->setPixmap(QIcon::fromTheme(QStringLiteral("help-about")).pixmap(QSize(16, 16))); - pixmapLabel->setToolTip( + auto *helpLabel = new KContextualHelpButton(this); + helpLabel->setContextualHelpText( i18n("The files are likely to be identical: they have the same size and their contents are the same at the beginning, middle and end.")); - pixmapLabel->setCursor(Qt::WhatsThisCursor); auto *hbox = new QHBoxLayout(); hbox->addWidget(filesIdenticalLabel); - hbox->addWidget(pixmapLabel); + hbox->addWidget(helpLabel); hbox_verdicts->addLayout(hbox); } else { hbox_verdicts->addWidget(filesIdenticalLabel); @@ -456,6 +513,15 @@ RenameDialog::RenameDialog(QWidget *parent, } hbox_verdicts->addStretch(1); + if (offerCompare) { + if (auto kompareService = KService::serviceByDesktopName(QStringLiteral("org.kde.kompare"))) { + d->bCompare = new QPushButton(QIcon::fromTheme(kompareService->icon()), i18nc("@action:button", "Compare Files"), this); + connect(d->bCompare, &QPushButton::clicked, this, &RenameDialog::comparePressed); + // It is only shown once the mime type has been actually determined by the preview job. + d->bCompare->hide(); + } + } + } else { // This is the case where we don't want to allow overwriting, the existing // file must be preserved (e.g. when renaming). @@ -509,6 +575,11 @@ RenameDialog::RenameDialog(QWidget *parent, pLayout->addLayout(layout); layout->setContentsMargins(0, 10, 0, 0); // add some space above the bottom row with buttons + + if (d->bCompare) { + layout->addWidget(d->bCompare); + } + layout->addStretch(1); if (d->bApplyAll) { @@ -692,6 +763,16 @@ void RenameDialog::applyAllPressed() } } +void RenameDialog::comparePressed() +{ + if (auto kompareService = KService::serviceByDesktopName(QStringLiteral("org.kde.kompare"))) { + auto *job = new KIO::ApplicationLauncherJob(kompareService); + job->setUrls({d->srcItem.url(), d->destItem.url()}); + job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); + job->start(); + } +} + void RenameDialog::showSrcIcon(const KFileItem &fileitem) { // The preview job failed, show a standard file icon. @@ -700,6 +781,8 @@ void RenameDialog::showSrcIcon(const KFileItem &fileitem) const int size = d->m_srcPreview->height(); const QPixmap pix = QIcon::fromTheme(fileitem.iconName(), QIcon::fromTheme(QStringLiteral("application-octet-stream"))).pixmap(size); d->m_srcPreview->setPixmap(pix); + d->maybeShowCompareButton(fileitem); + d->updateSrcMetadata(fileitem); } void RenameDialog::showDestIcon(const KFileItem &fileitem) @@ -710,26 +793,28 @@ void RenameDialog::showDestIcon(const KFileItem &fileitem) const int size = d->m_destPreview->height(); const QPixmap pix = QIcon::fromTheme(fileitem.iconName(), QIcon::fromTheme(QStringLiteral("application-octet-stream"))).pixmap(size); d->m_destPreview->setPixmap(pix); + d->maybeShowCompareButton(fileitem); + d->updateDestMetadata(fileitem); } void RenameDialog::showSrcPreview(const KFileItem &fileitem, const QPixmap &pixmap) { - Q_UNUSED(fileitem); - if (d->m_srcPendingPreview) { d->m_srcPreview->setPixmap(pixmap); d->m_srcPendingPreview = false; + d->maybeShowCompareButton(fileitem); } + d->updateSrcMetadata(fileitem); } void RenameDialog::showDestPreview(const KFileItem &fileitem, const QPixmap &pixmap) { - Q_UNUSED(fileitem); - if (d->m_destPendingPreview) { d->m_destPreview->setPixmap(pixmap); d->m_destPendingPreview = false; + d->maybeShowCompareButton(fileitem); } + d->updateDestMetadata(fileitem); } void RenameDialog::resizePanels() @@ -745,9 +830,11 @@ void RenameDialog::resizePanels() d->m_destDateLabel->setMinimumWidth(minDateWidth); KIO::PreviewJob *srcJob = KIO::filePreview(KFileItemList{d->srcItem}, QSize(d->m_srcPreview->width() * qreal(0.9), d->m_srcPreview->height())); + srcJob->setDevicePixelRatio(devicePixelRatioF()); srcJob->setScaleType(KIO::PreviewJob::Unscaled); KIO::PreviewJob *destJob = KIO::filePreview(KFileItemList{d->destItem}, QSize(d->m_destPreview->width() * qreal(0.9), d->m_destPreview->height())); + destJob->setDevicePixelRatio(devicePixelRatioF()); destJob->setScaleType(KIO::PreviewJob::Unscaled); connect(srcJob, &PreviewJob::gotPreview, this, &RenameDialog::showSrcPreview); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.h index eede4faeef..aa5cf4a56c 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/renamedialog.h @@ -28,8 +28,10 @@ class KSqueezedTextLabel; namespace KIO { -/** - * @class KIO::RenameDialog renamedialog.h +/*! + * \class KIO::RenameDialog + * \inheaderfile KIO/RenameDialog + * \inmodule KIOWidgets * * The dialog shown when a CopyJob realizes that a destination file already exists, * and wants to offer the user with the choice to either Rename, Overwrite, Skip; @@ -40,20 +42,30 @@ class KIOWIDGETS_EXPORT RenameDialog : public QDialog { Q_OBJECT public: - /** - * Construct a "rename" dialog to let the user know that @p src is about to overwrite @p dest. + /*! + * Construct a "rename" dialog to let the user know that \a src is about to overwrite \a dest. * - * @param parent parent widget (often 0) - * @param title the title for the dialog box - * @param src the url to the file/dir we're trying to copy, as it's part of the text message - * @param dest the path to destination file/dir, i.e. the one that already exists - * @param options parameters for the dialog (which buttons to show...), - * @param sizeSrc size of source file - * @param sizeDest size of destination file - * @param ctimeSrc creation time of source file - * @param ctimeDest creation time of destination file - * @param mtimeSrc modification time of source file - * @param mtimeDest modification time of destination file + * \a parent parent widget (often 0) + * + * \a title the title for the dialog box + * + * \a src the url to the file/dir we're trying to copy, as it's part of the text message + * + * \a dest the path to destination file/dir, i.e. the one that already exists + * + * \a options parameters for the dialog (which buttons to show...), + * + * \a sizeSrc size of source file + * + * \a sizeDest size of destination file + * + * \a ctimeSrc creation time of source file + * + * \a ctimeDest creation time of destination file + * + * \a mtimeSrc modification time of source file + * + * \a mtimeDest modification time of destination file */ RenameDialog(QWidget *parent, const QString &title, @@ -68,33 +80,69 @@ public: const QDateTime &mtimeDest = QDateTime()); ~RenameDialog() override; - /** - * @return the new destination + /*! + * Returns the new destination * valid only if RENAME was chosen */ QUrl newDestUrl(); - /** - * @return an automatically renamed destination + /*! + * Returns an automatically renamed destination * valid always */ QUrl autoDestUrl() const; public Q_SLOTS: + /*! + * + */ void cancelPressed(); + + /*! + * + */ void renamePressed(); + + /*! + * + */ void skipPressed(); + + /*! + * + */ void overwritePressed(); + + /*! + * + */ void overwriteAllPressed(); + + /*! + * + */ void overwriteWhenOlderPressed(); + + /*! + * + */ void resumePressed(); + + /*! + * + */ void resumeAllPressed(); + + /*! + * + */ void suggestNewNamePressed(); protected Q_SLOTS: void enableRenameButton(const QString &); private Q_SLOTS: KIOWIDGETS_NO_EXPORT void applyAllPressed(); + KIOWIDGETS_NO_EXPORT void comparePressed(); KIOWIDGETS_NO_EXPORT void showSrcIcon(const KFileItem &); KIOWIDGETS_NO_EXPORT void showDestIcon(const KFileItem &); KIOWIDGETS_NO_EXPORT void showSrcPreview(const KFileItem &, const QPixmap &); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.cpp index a39e4967dc..2fec6f6882 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.cpp @@ -15,7 +15,9 @@ #include #include #include +#include +#include #include #include #include @@ -24,39 +26,508 @@ #include #include #include +#include + +#include + +namespace +{ + +enum Result { + Ok, + Invalid +}; + +// TODO c++23 port to std::expected +struct ValidationResult { + Result result; + QString text; + KMessageWidget::MessageType type; +}; +inline ValidationResult ok() +{ + return ValidationResult{Result::Ok, QString(), KMessageWidget::MessageType::Information}; +}; +inline ValidationResult invalid(const QString &text) +{ + return ValidationResult{Result::Invalid, text, KMessageWidget::MessageType::Error}; +}; + +/// design pattern strategy +class RenameOperationAbstractStrategy +{ +public: + RenameOperationAbstractStrategy() { }; + virtual ~RenameOperationAbstractStrategy() { }; + + virtual QWidget *init(const KFileItemList &items, QWidget *parent, std::function &updateCallback) = 0; + virtual const std::function renameFunction() = 0; + virtual ValidationResult validate(const KFileItemList &items, const QStringView fileName) = 0; +}; + +enum RenameStrategy { + // SingleFileRename + Enumerate, + Replace, + AddText, + // Regex +}; + +class SingleFileRenameStrategy : public RenameOperationAbstractStrategy +{ +public: + ~SingleFileRenameStrategy() override + { + } + + QWidget *init(const KFileItemList &items, QWidget *parent, std::function &updateCallback) override + { + Q_UNUSED(updateCallback) + + QWidget *widget = new QWidget(parent); + auto layout = new QVBoxLayout(widget); + + QString newName = items.first().name(); + auto fileNameLabel = new QLabel(xi18nc("@label:textbox", "Rename the item %1 to:", newName), widget); + fileNameLabel->setTextFormat(Qt::PlainText); + + int selectionLength = newName.length(); + // If the current item is a directory, select the whole file name. + if (!items.first().isDir()) { + QMimeDatabase db; + const QString extension = db.suffixForFileName(items.first().name()); + if (extension.length() > 0) { + // Don't select the extension + selectionLength -= extension.length() + 1; + } + } + + fileNameEdit = new QLineEdit(newName, widget); + fileNameEdit->setSelection(0, selectionLength); + fileNameLabel->setBuddy(fileNameEdit); + widget->setFocusProxy(fileNameEdit); + + QObject::connect(fileNameEdit, &QLineEdit::textChanged, updateCallback); + + layout->addWidget(fileNameLabel); + layout->addWidget(fileNameEdit); + + fileNameEdit->setFocus(); + + return widget; + } + + const std::function renameFunction() override + { + return [this](const QStringView /*fileName */) { + return fileNameEdit->text(); + }; + } + + ValidationResult validate(const KFileItemList &items, const QStringView fileName) override + { + const auto oldUrl = items.at(0).url(); + const auto placeholder = fileNameEdit->text(); + if (placeholder.isEmpty()) { + return invalid(QString()); + } + QUrl newUrl = oldUrl.adjusted(QUrl::RemoveFilename); + newUrl.setPath(newUrl.path() + KIO::encodeFileName(fileName.toString())); + bool fileExists = false; + if (oldUrl.isLocalFile() && newUrl != oldUrl) { + fileExists = QFile::exists(newUrl.toLocalFile()); + } + if (fileExists) { + return invalid(xi18nc("@info error a file already exists", "A file named %1 already exists.", newUrl.fileName())); + } + if (placeholder == QLatin1String("..") || (placeholder == QLatin1String("."))) { + return invalid(xi18nc("@info %1 is an invalid filename", "%1 is not a valid file name.", placeholder)); + } + return ok(); + } + + QLineEdit *fileNameEdit; +}; + +class EnumerateStrategy : public RenameOperationAbstractStrategy +{ +public: + ~EnumerateStrategy() override + { + } + + QWidget *init(const KFileItemList &items, QWidget *parent, std::function &updateCallback) override + { + QWidget *widget = new QWidget(parent); + auto layout = new QVBoxLayout(widget); + + auto renameLabel = new QLabel(i18ncp("@label:textbox", "Rename the %1 selected item to:", "Rename the %1 selected items to:", items.count()), widget); + layout->addWidget(renameLabel); + + auto indexLabel = new QLabel(i18nc("@info", "# will be replaced by ascending numbers starting with:"), widget); + indexSpinBox = new QSpinBox(widget); + indexSpinBox->setMinimum(0); + indexSpinBox->setMaximum(1'000'000'000); + indexSpinBox->setSingleStep(1); + indexSpinBox->setValue(1); + indexSpinBox->setDisplayIntegerBase(10); + indexLabel->setBuddy(indexSpinBox); + + auto newName = i18nc("This a template for new filenames, # is replaced by a number later, must be the end character", "New name #"); + placeHolderEdit = new QLineEdit(newName, widget); + + layout->addWidget(placeHolderEdit); + + // Layout + auto indexLayout = new QHBoxLayout; + indexLayout->setContentsMargins(0, 0, 0, 0); + indexLayout->addWidget(indexLabel); + indexLayout->addWidget(indexSpinBox); + layout->addLayout(indexLayout); + + QObject::connect(indexSpinBox, &QSpinBox::valueChanged, updateCallback); + QObject::connect(placeHolderEdit, &QLineEdit::textChanged, updateCallback); + + placeHolderEdit->setSelection(0, newName.length() - 1); + placeHolderEdit->setFocus(); + + widget->setTabOrder(placeHolderEdit, indexSpinBox); + widget->setFocusProxy(placeHolderEdit); + + // Check for extensions. + std::set extensions; + QMimeDatabase db; + for (const auto &fileItem : std::as_const(items)) { + const QString extension = fileItem.suffix(); + const auto [it, isInserted] = extensions.insert(extension); + if (!isInserted) { + allExtensionsDifferent = false; + break; + } + } + + return widget; + } + + const std::function renameFunction() override + { + auto newName = placeHolderEdit->text(); + const auto placeHolder = QLatin1Char('#'); + + // look for consecutive # groups + static const QRegularExpression regex(QStringLiteral("%1+").arg(placeHolder)); + + auto matchDashes = regex.globalMatch(newName); + QRegularExpressionMatch lastMatchDashes; + int matchCount = 0; + while (matchDashes.hasNext()) { + lastMatchDashes = matchDashes.next(); + matchCount++; + } + + validPlaceholder = matchCount == 1; + + int placeHolderStart = lastMatchDashes.capturedStart(0); + int placeHolderLength = lastMatchDashes.capturedLength(0); + + QString pattern(newName); + + if (!validPlaceholder) { + if (allExtensionsDifferent) { + // pattern: my-file + // in: file-a.txt file-b.md + } else { + // pattern: my-file + // in: file-a.txt file-b.txt + // effective pattern: my-file# + placeHolderLength = 1; + placeHolderStart = pattern.length(); + pattern.append(placeHolder); + } + } + bool allExtensionsDiff = allExtensionsDifferent; + bool valid = validPlaceholder; + + index = indexSpinBox->value(); + std::function function = + [pattern, allExtensionsDiff, valid, placeHolderStart, placeHolderLength, this](const QStringView fileName) { + Q_UNUSED(fileName); + + QString indexString = QString::number(index); + + if (!valid) { + if (allExtensionsDiff) { + // pattern: my-file + // in: file-a.txt file-b.md + return pattern; + } + } + + // Insert leading zeros if necessary + indexString = indexString.prepend(QString(placeHolderLength - indexString.length(), QLatin1Char('0'))); + ++index; + + return QString(pattern).replace(placeHolderStart, placeHolderLength, indexString); + }; + return function; + } + + ValidationResult validate(const KFileItemList & /*items*/, const QStringView /* fileName */) override + { + const auto placeholder = placeHolderEdit->text(); + if (placeholder.isEmpty()) { + return invalid(QString()); + } + if (!validPlaceholder && !allExtensionsDifferent) { + return invalid( + i18nc("@info", "Invalid filename: The new name should contain one sequence of #, unless all the files have different file extensions.")); + } + return ok(); + } + + bool validPlaceholder = false; + bool allExtensionsDifferent = true; + QLineEdit *placeHolderEdit; + QSpinBox *indexSpinBox; + int index; +}; + +class ReplaceStrategy : public RenameOperationAbstractStrategy +{ +public: + ~ReplaceStrategy() override + { + } + + QWidget *init(const KFileItemList &items, QWidget *parent, std::function &updateCallback) override + { + Q_UNUSED(items) + + QWidget *widget = new QWidget(parent); + auto layout = new QVBoxLayout(widget); + + auto renameLabel = new QLabel( + i18ncp("@label:textbox by: [Replacing: xx] [With: yy]", "Rename the %1 selected item by:", "Rename the %1 selected items by:", items.count()), + widget); + layout->addWidget(renameLabel); + + auto patternLabel = new QLabel(i18nc("@info replace as in replacing [value] with [value]", "Replacing:"), widget); + patternLineEdit = new QLineEdit(widget); + patternLineEdit->setPlaceholderText(i18nc("@info placeholder text", "Pattern")); + patternLabel->setBuddy(patternLineEdit); + widget->setFocusProxy(patternLineEdit); + + auto replacementLabel = new QLabel(i18nc("@info with as in replacing [value] with [value]", "With:"), widget); + replacementEdit = new QLineEdit(widget); + replacementEdit->setPlaceholderText(i18nc("@info placeholder text", "Replacement")); + replacementLabel->setBuddy(replacementEdit); + + QObject::connect(patternLineEdit, &QLineEdit::textChanged, updateCallback); + QObject::connect(replacementEdit, &QLineEdit::textChanged, updateCallback); + + auto replaceLayout = new QHBoxLayout(); + replaceLayout->setContentsMargins(0, 0, 0, 0); + + replaceLayout->addWidget(patternLabel); + replaceLayout->addWidget(patternLineEdit); + replaceLayout->addWidget(replacementLabel); + replaceLayout->addWidget(replacementEdit); + + layout->addLayout(replaceLayout); + + return widget; + } + + const std::function renameFunction() override + { + const auto pattern = patternLineEdit->text(); + const auto replacement = replacementEdit->text(); + std::function renameFunction = [pattern, replacement](const QStringView fileName) { + auto output = fileName.toString(); + if (pattern.isEmpty()) { + return output; + } + output.replace(pattern, replacement); + while (output.startsWith(QLatin1Char(' '))) { + output = output.mid(1); + } + return output; + }; + return renameFunction; + } + + ValidationResult validate(const KFileItemList &items, const QStringView /* fileName */) override + { + const auto pattern = patternLineEdit->text(); + if (pattern.isEmpty()) { + return invalid(QString()); + } + auto any_match = std::any_of(items.cbegin(), items.cend(), [pattern](const KFileItem &item) { + return item.url().fileName().contains(pattern); + }); + if (!any_match) { + return invalid(i18nc("@info pattern as in text replacement pattern", "No file name contains the pattern.")); + } + const auto replacement = replacementEdit->text(); + if (replacement.isEmpty()) { + auto it = std::find_if(items.cbegin(), items.cend(), [pattern](const KFileItem &item) { + return item.url().fileName() == pattern; + }); + if (it != items.cend()) { + return invalid(xi18nc("@info pattern as in text replacement pattern", + "Replacing “%1” with an empty replacement would cause %2 to have an empty file name.", + pattern, + it->url().fileName())); + } + } + return ok(); + } + + QLineEdit *patternLineEdit; + QLineEdit *replacementEdit; +}; + +class AddTextStrategy : public RenameOperationAbstractStrategy +{ +public: + ~AddTextStrategy() override + { + } + + QWidget *init(const KFileItemList &items, QWidget *parent, std::function &updateCallback) override + { + Q_UNUSED(items) + + QWidget *widget = new QWidget(parent); + auto layout = new QVBoxLayout(widget); + + auto renameLabel = new QLabel(i18ncp("@label:textbox", "Rename the %1 selected item:", "Rename the %1 selected items:", items.count()), widget); + layout->addWidget(renameLabel); + + auto textLabel = new QLabel(i18nc("@label:textbox add text to a filename", "Add Text:"), widget); + textLineEdit = new QLineEdit(widget); + textLineEdit->setPlaceholderText(i18nc("@info:placeholder", "Text to add")); + textLabel->setBuddy(textLineEdit); + widget->setFocusProxy(textLineEdit); + + beforeAfterCombo = new QComboBox(widget); + beforeAfterCombo->addItems({i18nc("@item:inlistbox as in insert text before filename", "Before filename"), + i18nc("@item:inlistbox as in insert text after filename", "After filename")}); + + QObject::connect(textLineEdit, &QLineEdit::textChanged, updateCallback); + QObject::connect(beforeAfterCombo, &QComboBox::currentIndexChanged, updateCallback); + + auto addTextLayout = new QHBoxLayout(); + addTextLayout->setContentsMargins(0, 0, 0, 0); + + addTextLayout->addWidget(textLabel); + addTextLayout->addWidget(textLineEdit); + addTextLayout->addWidget(beforeAfterCombo); + + layout->addLayout(addTextLayout); + + return widget; + } + + const std::function renameFunction() override + { + const auto textToAdd = textLineEdit->text(); + const auto append = beforeAfterCombo->currentIndex() == 1; + std::function renameFunction = [textToAdd, append](const QStringView fileName) { + QString output = fileName.toString(); + if (textToAdd.isEmpty()) { + return output; + } + + QMimeDatabase db; + const QString extension = db.suffixForFileName(output); + + if (!extension.isEmpty()) { + output = output.chopped(extension.length() + 1); + } + if (append) { + output = output + textToAdd; + } else { + // prepend + output = textToAdd + output; + } + if (!extension.isEmpty()) { + output += QLatin1Char('.') + extension; + } + return output; + }; + return renameFunction; + } + + ValidationResult validate(const KFileItemList &items, const QStringView /* fileName */) override + { + const auto prefix = textLineEdit->text(); + if (prefix.isEmpty()) { + return invalid(QString()); + } + const auto rename = renameFunction(); + QUrl newUrl; + + auto it = std::find_if(items.cbegin(), items.cend(), [&rename, &newUrl](const KFileItem &item) { + bool fileExists = false; + auto oldUrl = item.url(); + newUrl = oldUrl.adjusted(QUrl::RemoveFilename); + newUrl.setPath(newUrl.path() + KIO::encodeFileName(rename(item.url().fileName()))); + if (oldUrl.isLocalFile() && newUrl != oldUrl) { + fileExists = QFile::exists(newUrl.toLocalFile()); + } + + return fileExists; + }); + if (it != items.cend()) { + return invalid(xi18nc("@info error a file already exists", "A file named %1 already exists.", newUrl.fileName())); + } + return ok(); + } + + QLineEdit *textLineEdit; + QLineEdit *appendEdit; + QComboBox *beforeAfterCombo; +}; +} namespace KIO { + class Q_DECL_HIDDEN RenameFileDialog::RenameFileDialogPrivate { public: RenameFileDialogPrivate(const KFileItemList &items) - : lineEdit(nullptr) - , items(items) - , spinBox(nullptr) + : items(items) , renameOneItem(false) , allExtensionsDifferent(true) { } QList renamedItems; - QLineEdit *lineEdit; KFileItemList items; - QSpinBox *spinBox; QPushButton *okButton; + + KMessageWidget *messageWidget; + QLabel *previewLabel; + QLineEdit *preview; + bool renameOneItem; bool allExtensionsDifferent; + + QComboBox *comboRenameType; + QVBoxLayout *m_topLayout; + QWidget *m_contentWidget; + + std::unique_ptr renameStrategy; }; RenameFileDialog::RenameFileDialog(const KFileItemList &items, QWidget *parent) : QDialog(parent) , d(new RenameFileDialogPrivate(items)) { - setMinimumWidth(320); - - const int itemCount = items.count(); - Q_ASSERT(itemCount >= 1); - d->renameOneItem = (itemCount == 1); + Q_ASSERT(items.count() >= 1); + d->renameOneItem = items.count() == 1; setWindowTitle(d->renameOneItem ? i18nc("@title:window", "Rename Item") : i18nc("@title:window", "Rename Items")); QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); @@ -75,77 +546,47 @@ RenameFileDialog::RenameFileDialog(const KFileItemList &items, QWidget *parent) mainLayout->addWidget(page); mainLayout->addWidget(buttonBox); - QVBoxLayout *topLayout = new QVBoxLayout(page); - - QLabel *editLabel = nullptr; - QString newName; - if (d->renameOneItem) { - newName = items.first().name(); - editLabel = new QLabel(xi18nc("@label:textbox", "Rename the item %1 to:", newName), page); - editLabel->setTextFormat(Qt::PlainText); - } else { - newName = i18nc("This a template for new filenames, # is replaced by a number later, must be the end character", "New name #"); - editLabel = new QLabel(i18ncp("@label:textbox", "Rename the %1 selected item to:", "Rename the %1 selected items to:", itemCount), page); - } - - d->lineEdit = new QLineEdit(page); - mainLayout->addWidget(d->lineEdit); - connect(d->lineEdit, &QLineEdit::textChanged, this, &RenameFileDialog::slotTextChanged); - - int selectionLength = newName.length(); - if (d->renameOneItem) { - // If the current item is a directory, select the whole file name. - if (!items.first().isDir()) { - QMimeDatabase db; - const QString extension = db.suffixForFileName(items.first().name()); - if (extension.length() > 0) { - // Don't select the extension - selectionLength -= extension.length() + 1; - } - } - } else { - // Don't select the # character - --selectionLength; - } - - d->lineEdit->setText(newName); - d->lineEdit->setSelection(0, selectionLength); - - topLayout->addWidget(editLabel); - topLayout->addWidget(d->lineEdit); + d->m_topLayout = new QVBoxLayout(page); if (!d->renameOneItem) { - QMimeDatabase db; - QSet extensions; - for (const KFileItem &item : std::as_const(d->items)) { - const QString extension = db.suffixForFileName(item.name()); + QLabel *renameTypeChoiceLabel = new QLabel(i18nc("@info", "How to rename:"), page); + d->comboRenameType = new QComboBox(page); + d->comboRenameType->addItems( + {i18nc("@info renaming operation", "Enumerate"), i18nc("@info renaming operation", "Replace text"), i18nc("@info renaming operation", "Add text")}); + renameTypeChoiceLabel->setBuddy(d->comboRenameType); - if (extensions.contains(extension)) { - d->allExtensionsDifferent = false; - break; - } + QHBoxLayout *renameTypeChoice = new QHBoxLayout; + renameTypeChoice->setContentsMargins(0, 0, 0, 0); - extensions.insert(extension); - } + renameTypeChoice->addWidget(renameTypeChoiceLabel); + renameTypeChoice->addWidget(d->comboRenameType); + d->m_topLayout->addLayout(renameTypeChoice); - QLabel *infoLabel = new QLabel(i18nc("@info", "# will be replaced by ascending numbers starting with:"), page); - mainLayout->addWidget(infoLabel); - d->spinBox = new QSpinBox(page); - d->spinBox->setMinimum(0); - d->spinBox->setMaximum(1'000'000'000); - d->spinBox->setSingleStep(1); - d->spinBox->setValue(1); - d->spinBox->setDisplayIntegerBase(10); + connect(d->comboRenameType, &QComboBox::currentIndexChanged, this, &RenameFileDialog::slotOperationChanged); - QHBoxLayout *horizontalLayout = new QHBoxLayout; - horizontalLayout->setContentsMargins(0, 0, 0, 0); - horizontalLayout->addWidget(infoLabel); - horizontalLayout->addWidget(d->spinBox); - - topLayout->addLayout(horizontalLayout); + d->previewLabel = new QLabel(i18nc("@info As in filename renaming preview", "Preview:"), page); + d->preview = new QLineEdit(page); + d->preview->setReadOnly(true); + d->previewLabel->setBuddy(d->preview); } - d->lineEdit->setFocus(); + d->m_contentWidget = new QWidget(); + d->m_topLayout->addWidget(d->m_contentWidget); + + d->messageWidget = new KMessageWidget(page); + d->messageWidget->setCloseButtonVisible(false); + d->messageWidget->setWordWrap(true); + d->m_topLayout->addWidget(d->messageWidget); + + if (!d->renameOneItem) { + d->m_topLayout->addWidget(d->previewLabel, Qt::AlignBottom); + d->m_topLayout->addWidget(d->preview, Qt::AlignBottom); + } + + // initialize UI + slotOperationChanged(RenameStrategy::Enumerate); + + setFixedWidth(sizeHint().width()); } RenameFileDialog::~RenameFileDialog() @@ -160,21 +601,29 @@ void RenameFileDialog::slotAccepted() } const QList srcList = d->items.urlList(); - const QString newName = d->lineEdit->text(); + d->renamedItems.reserve(d->items.count()); + KIO::FileUndoManager::CommandType cmdType; KIO::Job *job = nullptr; + if (d->renameOneItem) { Q_ASSERT(d->items.count() == 1); cmdType = KIO::FileUndoManager::Rename; const QUrl oldUrl = d->items.constFirst().url(); QUrl newUrl = oldUrl.adjusted(QUrl::RemoveFilename); - newUrl.setPath(newUrl.path() + KIO::encodeFileName(newName)); - d->renamedItems << newUrl; + newUrl.setPath(newUrl.path() + KIO::encodeFileName(d->renameStrategy->renameFunction()(oldUrl.fileName()))); + job = KIO::moveAs(oldUrl, newUrl, KIO::HideProgressInfo); + connect(qobject_cast(job), + &KIO::CopyJob::copyingDone, + this, + [this](KIO::Job * /* job */, const QUrl &from, const QUrl &to, const QDateTime & /*mtime*/, bool /*directory*/, bool /*renamed*/) { + slotFileRenamed(from, to); + }); } else { - d->renamedItems.reserve(d->items.count()); cmdType = KIO::FileUndoManager::BatchRename; - job = KIO::batchRename(srcList, newName, d->spinBox->value(), QLatin1Char('#')); + + job = KIO::batchRenameWithFunction(srcList, d->renameStrategy->renameFunction()); connect(qobject_cast(job), &KIO::BatchRenameJob::fileRenamed, this, &RenameFileDialog::slotFileRenamed); } @@ -183,27 +632,77 @@ void RenameFileDialog::slotAccepted() KIO::FileUndoManager::self()->recordJob(cmdType, srcList, parentUrl, job); connect(job, &KJob::result, this, &RenameFileDialog::slotResult); - connect(job, &KJob::result, this, &QObject::deleteLater); accept(); } -void RenameFileDialog::slotTextChanged(const QString &newName) +void RenameFileDialog::slotOperationChanged(int index) { - bool enable = !newName.isEmpty() && (newName != QLatin1String("..")) && (newName != QLatin1String(".")); - if (enable && !d->renameOneItem) { - const int count = newName.count(QLatin1Char('#')); - if (count == 0) { - // Renaming multiple files without '#' will only work if all extensions are different. - enable = d->allExtensionsDifferent; - } else { - // Ensure that the new name contains exactly one # (or a connected sequence of #'s) - const int first = newName.indexOf(QLatin1Char('#')); - const int last = newName.lastIndexOf(QLatin1Char('#')); - enable = (last - first + 1 == count); + setUpdatesEnabled(false); + + if (d->renameOneItem) { + d->renameStrategy.reset(new SingleFileRenameStrategy()); + } else { + if (index == RenameStrategy::Enumerate) { + d->renameStrategy.reset(new EnumerateStrategy()); + } else if (index == RenameStrategy::Replace) { + d->renameStrategy.reset(new ReplaceStrategy()); + } else if (index == RenameStrategy::AddText) { + d->renameStrategy.reset(new AddTextStrategy()); } } - d->okButton->setEnabled(enable); + + std::function updateCallback = std::bind(&RenameFileDialog::slotStateChanged, this); + + auto newWidget = d->renameStrategy->init(d->items, this, updateCallback); + d->m_topLayout->replaceWidget(d->m_contentWidget, newWidget); + newWidget->setFocus(); + newWidget->setFocusPolicy(Qt::FocusPolicy::StrongFocus); + + delete d->m_contentWidget; + d->m_contentWidget = newWidget; + + if (!d->renameOneItem) { + setTabOrder(d->comboRenameType, d->m_contentWidget); + setTabOrder(d->m_contentWidget, d->preview); + } + + setUpdatesEnabled(true); + + slotStateChanged(); +} + +void RenameFileDialog::slotStateChanged() +{ + const auto firstItem = d->items.first(); + auto previewText = d->renameStrategy->renameFunction()(firstItem.url().fileName()); + + const QString suffix = QLatin1Char('.') + firstItem.suffix(); + if (!firstItem.suffix().isEmpty() && !previewText.endsWith(suffix) && !previewText.isEmpty() && previewText != suffix) { + previewText.append(suffix); + } + + if (!d->renameOneItem) { + d->preview->setText(previewText); + d->preview->setAccessibleName(previewText); + } + ValidationResult validationResult; + if (previewText.isEmpty()) { + validationResult = invalid(xi18nc("@info", "%1 cannot be renamed to an empty file name.", firstItem.name())); + } else { + validationResult = d->renameStrategy->validate(d->items, previewText); + } + d->okButton->setEnabled(validationResult.result == Result::Ok); + if (validationResult.result == Result::Ok || validationResult.text.isEmpty()) { + d->messageWidget->hide(); + QTimer::singleShot(0, this, [this]() { + adjustSize(); + }); + } else { + d->messageWidget->setMessageType(validationResult.type); + d->messageWidget->setText(validationResult.text); + d->messageWidget->animatedShow(); + } } void RenameFileDialog::slotFileRenamed(const QUrl &oldUrl, const QUrl &newUrl) diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.h index 23c7044864..31bf41d8ce 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/renamefiledialog.h @@ -25,37 +25,48 @@ namespace KIO { class RenameFileDialogPrivate; -/** - * @class KIO::RenameFileDialog renamefiledialog.h +// TODO KF6 : rename the class RenameFileDialog to RenameDialog and the class RenameDialog to RenameFileOverwrittenDialog or similar. +/*! + * \class KIO::RenameFileDialog + * \inheaderfile KIO/RenameFileDialog + * \inmodule KIOWidgets * - * @brief Dialog for renaming a variable number of files. + * \brief Dialog for renaming a variable number of files. * * The dialog deletes itself when accepted or rejected. * - * @since 5.67 + * \since 5.67 */ -// TODO KF6 : rename the class RenameFileDialog to RenameDialog and the class RenameDialog to RenameFileOverwrittenDialog or similar. class KIOWIDGETS_EXPORT RenameFileDialog : public QDialog { Q_OBJECT public: - /** + /*! * Constructs the Dialog to rename file(s) * - * @param parent the parent QWidget - * @param items a non-empty list of items to rename + * \a parent the parent QWidget + * + * \a items a non-empty list of items to rename */ explicit RenameFileDialog(const KFileItemList &items, QWidget *parent); ~RenameFileDialog() override; Q_SIGNALS: + /*! + * + */ void renamingFinished(const QList &urls); + + /*! + * + */ void error(KJob *error); private Q_SLOTS: KIOWIDGETS_NO_EXPORT void slotAccepted(); - KIOWIDGETS_NO_EXPORT void slotTextChanged(const QString &newName); + KIOWIDGETS_NO_EXPORT void slotOperationChanged(int index); + KIOWIDGETS_NO_EXPORT void slotStateChanged(); KIOWIDGETS_NO_EXPORT void slotFileRenamed(const QUrl &oldUrl, const QUrl &newUrl); KIOWIDGETS_NO_EXPORT void slotResult(KJob *job); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.cpp index f438793fe9..735bfa304b 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.cpp @@ -31,6 +31,7 @@ SkipDialog::SkipDialog(QWidget *parent, KIO::SkipDialog_Options options, const Q QVBoxLayout *layout = new QVBoxLayout(this); auto *label = new QLabel(_error_text, this); + label->setTextFormat(Qt::PlainText); label->setWordWrap(true); layout->addWidget(label); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.h b/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.h index 730fba5d59..f009612963 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/skipdialog.h @@ -17,8 +17,8 @@ class QWidget; namespace KIO { class SkipDialogPrivate; -/** - * @internal +/*! + * \internal */ class KIOWIDGETS_EXPORT SkipDialog : public QDialog { diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/sslui.h b/local/recipes/kde/kf6-kio/source/src/widgets/sslui.h index f97a905414..85edc74eff 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/sslui.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/sslui.h @@ -13,17 +13,28 @@ namespace KIO { -/** UI methods for handling SSL errors. */ +/*! + * \namespace KIO::SslUi + * \inheaderfile KIO/SslUi + * \inmodule KIOWidgets + * \brief UI methods for handling SSL errors. + */ namespace SslUi { -/** Error rule storage behavior. */ +/*! + * Error rule storage behavior + * + * \value RecallRules Apply stored certificate rules (typically ignored errors) + * \value StoreRules Make new ignore rules from the user's choice and store them + * \value RecallAndStoreRules Apply stored rules and store new rules + */ enum RulesStorage { - RecallRules = 1, ///< apply stored certificate rules (typically ignored errors) - StoreRules = 2, ///< make new ignore rules from the user's choice and store them - RecallAndStoreRules = 3, ///< apply stored rules and store new rules + RecallRules = 1, + StoreRules = 2, + RecallAndStoreRules = 3, }; -/** +/*! * If there are errors while establishing an SSL encrypted connection to a peer, usually due to * certificate issues, and since this poses a security issue, we need confirmation from the user about * how they wish to proceed. @@ -32,9 +43,10 @@ enum RulesStorage { * the SSL errors that occurred and continue connecting. And in case of the latter whether to remember * the decision in the future or ignore the error temporarily. * - * @p uiData the KSslErrorUiData object constructed from the socket that is trying to establish the + * \a uiData the KSslErrorUiData object constructed from the socket that is trying to establish the * encrypted connection - * @p storedRules see RulesStorage Enum + * + * \a storedRules see RulesStorage Enum */ bool KIOWIDGETS_EXPORT askIgnoreSslErrors(const KSslErrorUiData &uiData, RulesStorage storedRules = RecallAndStoreRules); } diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.cpp index d1749fa14e..db8d895a9d 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -249,17 +250,39 @@ static ProcessAskDeleteResult processAskDelete(const QList &urls, AskIface res.dialogType = KMessageDialog::WarningTwoActions; if (res.isSingleUrl) { res.text = xi18nc("@info", - "Moving this item to Trash failed as it is too large." + "The trash is too full to accept this file." " Permanently delete it instead?" "%1" "This action cannot be undone.", res.prettyList.at(0)); } else { res.text = xi18ncp("@info", - "Moving this %1 item to Trash failed as it is too large." + "The trash is too full to accept this %1 file." " Permanently delete it instead?" "This action cannot be undone.", - "Moving these %1 items to Trash failed as they are too large." + "The trash is too full to accept these %1 files." + " Permanently delete them instead?" + "This action cannot be undone.", + urlCount); + } + res.acceptButton = KGuiItem(i18nc("@action:button", "Delete Permanently"), QStringLiteral("edit-delete")); + break; + } + case AskIface::DeleteNoTrashAvailable: { + res.dialogType = KMessageDialog::WarningTwoActions; + if (res.isSingleUrl) { + res.text = xi18nc("@info", + "The trash is not available for this item’s location." + " Permanently delete it instead?" + "%1" + "This action cannot be undone.", + res.prettyList.at(0)); + } else { + res.text = xi18ncp("@info", + "The trash is not available for the location of this %1 item." + " Permanently delete it instead?" + "This action cannot be undone.", + "The trash is not available for the location of these %1 items." " Permanently delete them instead?" "This action cannot be undone.", urlCount); @@ -273,7 +296,7 @@ static ProcessAskDeleteResult processAskDelete(const QList &urls, AskIface res.text = xi18nc("@info", "Do you want to permanently delete all items from the Trash?" "This action cannot be undone."); - res.acceptButton = KGuiItem(i18nc("@action:button", "Empty Trash"), QStringLiteral("user-trash")); + res.acceptButton = KGuiItem(i18nc("@action:button", "Empty Trash"), QStringLiteral("edit-delete")); break; } case AskIface::Trash: { @@ -308,6 +331,7 @@ void KIO::WidgetsAskUserActionHandler::askUserDelete(const QList &urls, De switch (deletionType) { case DeleteInsteadOfTrash: + case DeleteNoTrashAvailable: case Delete: keyName = QStringLiteral("ConfirmDelete"); break; @@ -339,16 +363,18 @@ void KIO::WidgetsAskUserActionHandler::askUserDelete(const QList &urls, De if (!singleUrl) { dlg->setListWidgetItems(prettyList); } - dlg->setDontAskAgainText(i18nc("@option:checkbox", "Do not ask again")); - // If we get here, !ask must be false - dlg->setDontAskAgainChecked(!ask); + if (confirmationType != ForceConfirmation) { + dlg->setDontAskAgainText(i18nc("@option:checkbox", "Do not ask again")); + // If we get here, !ask must be false + dlg->setDontAskAgainChecked(!ask); + } connect(dlg, &QDialog::finished, this, [=, this](const int buttonCode) { const bool isDelete = (buttonCode == KMessageDialog::PrimaryAction); Q_EMIT askUserDeleteResult(isDelete, urls, deletionType, parent); - if (isDelete) { + if (confirmationType != ForceConfirmation && isDelete) { KSharedConfigPtr kioConfig = KSharedConfig::openConfig(QStringLiteral("kiorc"), KConfig::NoGlobals); KConfigGroup cg = kioConfig->group(QStringLiteral("Confirmations")); cg.writeEntry(keyName, !dlg->isDontAskAgainChecked()); @@ -506,34 +532,51 @@ void KIO::WidgetsAskUserActionHandler::askIgnoreSslErrors(const QVariantMap &ssl void KIO::WidgetsAskUserActionHandler::showSslDetails(const QVariantMap &sslErrorData, QWidget *parentWidget) { - QString details = i18n("Detailed SSL certificate inspection is unavailable on Redox with the current QtNetwork SSL surface."); - const QString hostname = sslErrorData[QLatin1String("hostname")].toString(); - const QString protocol = sslErrorData[QLatin1String("protocol")].toString(); - const QString cipher = sslErrorData[QLatin1String("cipher")].toString(); - const QString sslError = sslErrorData[QLatin1String("sslError")].toString(); + const QStringList sslList = sslErrorData[QLatin1String("peerCertChain")].toStringList(); - if (!hostname.isEmpty()) { - details += QStringLiteral("\n\n") + i18n("Host: %1", hostname); - } - if (!protocol.isEmpty()) { - details += QStringLiteral("\n") + i18n("Protocol: %1", protocol); - } - if (!cipher.isEmpty()) { - details += QStringLiteral("\n") + i18n("Cipher: %1", cipher); - } - if (!sslError.isEmpty()) { - details += QStringLiteral("\n\n") + sslError; + QList certChain; + bool decodedOk = true; + for (const QString &str : sslList) { + certChain.append(QSslCertificate(str.toUtf8())); + if (certChain.last().isNull()) { + decodedOk = false; + break; + } } QMetaObject::invokeMethod(qGuiApp, [=, this] { - auto *dialog = new KMessageDialog(KMessageDialog::Information, details, parentWidget); + if (decodedOk) { // Use KSslInfoDialog + KSslInfoDialog *ksslDlg = new KSslInfoDialog(parentWidget); + ksslDlg->setSslInfo( + certChain, + QString(), + sslErrorData[QLatin1String("hostname")].toString(), + sslErrorData[QLatin1String("protocol")].toString(), + sslErrorData[QLatin1String("cipher")].toString(), + sslErrorData[QLatin1String("usedBits")].toInt(), + sslErrorData[QLatin1String("bits")].toInt(), + KSslInfoDialog::certificateErrorsFromString(sslErrorData[QLatin1String("certificateErrors")].toStringList().join(QLatin1Char('\n')))); + + // KSslInfoDialog deletes itself by setting Qt::WA_DeleteOnClose + + QObject::connect(ksslDlg, &QDialog::finished, this, [this, sslErrorData, parentWidget]() { + // KSslInfoDialog only has one button, QDialogButtonBox::Close + askIgnoreSslErrors(sslErrorData, parentWidget); + }); + + ksslDlg->show(); + return; + } + + // Fallback to a generic message box + auto *dialog = new KMessageDialog(KMessageDialog::Information, i18n("The peer SSL certificate chain appears to be corrupt."), parentWidget); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->setCaption(i18n("SSL")); dialog->setButtons(KStandardGuiItem::ok()); - QObject::connect(dialog, &QDialog::finished, this, [this, sslErrorData, parentWidget](const int) { - askIgnoreSslErrors(sslErrorData, parentWidget); + QObject::connect(dialog, &QDialog::finished, this, [this](const int result) { + Q_EMIT askIgnoreSslErrorsResult(result == KMessageDialog::Ok ? 1 : 0); }); dialog->show(); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.h b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.h index 54ff5d6f70..62ff48c076 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsaskuseractionhandler.h @@ -19,31 +19,31 @@ namespace KIO { // TODO KF6: Handle this the same way we end up handling WidgetsUntrustedProgramHandler. -/** - * @class KIO::WidgetsAskUserActionHandler widgetsaskuseractionhandler.h +/*! + * \class KIO::WidgetsAskUserActionHandler + * \inheaderfile KIO/WidgetsAskUserActionHandler + * \inmodule KIOWidgets * * This implements KIO::AskUserActionInterface. - * @see KIO::AskUserActionInterface() * - * @sa KIO::JobUiDelegateExtension() + * \sa KIO::AskUserActionInterface + * \sa KIO::JobUiDelegateExtension * - * @since 5.78 - * @note This header wasn't installed until 5.98 + * \since 5.78 */ - class WidgetsAskUserActionHandlerPrivate; class KIOWIDGETS_EXPORT WidgetsAskUserActionHandler : public AskUserActionInterface { Q_OBJECT public: + /*! + * + */ explicit WidgetsAskUserActionHandler(QObject *parent = nullptr); ~WidgetsAskUserActionHandler() override; - /** - * @copydoc KIO::AskUserActionInterface::askUserRename() - */ void askUserRename(KJob *job, const QString &title, const QUrl &src, @@ -56,19 +56,10 @@ public: const QDateTime &mtimeSrc = {}, const QDateTime &mtimeDest = {}) override; - /** - * @copydoc KIO::AskUserActionInterface::askUserSkip() - */ void askUserSkip(KJob *job, KIO::SkipDialog_Options options, const QString &error_text) override; - /** - * @copydoc KIO::AskUserActionInterface::askUserDelete() - */ void askUserDelete(const QList &urls, DeletionType deletionType, ConfirmationType confirmationType, QWidget *parent = nullptr) override; - /** - * @copydoc KIO::AskUserActionInterface::requestUserMessageBox() - */ void requestUserMessageBox(MessageDialogType type, const QString &text, const QString &title, @@ -82,6 +73,9 @@ public: void askIgnoreSslErrors(const QVariantMap &sslErrorData, QWidget *parent) override; + /*! + * + */ void setWindow(QWidget *window); private: diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsopenorexecutefilehandler.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsopenorexecutefilehandler.cpp index 100319b089..08430df7f8 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsopenorexecutefilehandler.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsopenorexecutefilehandler.cpp @@ -8,6 +8,7 @@ #include "widgetsopenorexecutefilehandler.h" #include "executablefileopendialog_p.h" +#include "openurljob.h" #include #include @@ -64,7 +65,12 @@ void KIO::WidgetsOpenOrExecuteFileHandler::promptUserOpenOrExecute(KJob *job, co QMimeDatabase db; QMimeType mime = db.mimeTypeForName(mimetype); - ExecutableFileOpenDialog *dialog = new ExecutableFileOpenDialog(promptMode(mime), parentWidget); + // TODO KF7 add url arg to promptUserOpenOrExecute. + QUrl url; + if (auto *openUrlJob = qobject_cast(job)) { + url = openUrlJob->url(); + } + ExecutableFileOpenDialog *dialog = new ExecutableFileOpenDialog(url, mime, promptMode(mime), parentWidget); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->setModal(true); @@ -76,11 +82,6 @@ void KIO::WidgetsOpenOrExecuteFileHandler::promptUserOpenOrExecute(KJob *job, co const bool isExecute = result == ExecutableFileOpenDialog::ExecuteFile; Q_EMIT executeFile(isExecute); - - if (dialog->isDontAskAgainChecked()) { - KConfigGroup cfgGroup(KSharedConfig::openConfig(QStringLiteral("kiorc")), QStringLiteral("Executable scripts")); - cfgGroup.writeEntry("behaviourOnLaunch", isExecute ? "execute" : "open"); - } }); dialog->show(); diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.cpp b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.cpp index 4380783fa6..cc9d99e7e6 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.cpp +++ b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -94,6 +95,9 @@ protected: m_textEdit->setMinimumSize(curRect.size() + fudge); m_textEdit->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum); + + // Mimics a message box + KMessageDialog::beep(KMessageDialog::WarningContinueCancel, text, this); } private: @@ -184,12 +188,6 @@ void KIO::WidgetsUntrustedProgramHandler::showUntrustedProgramWarning(KJob *job, dialog->show(); } -bool KIO::WidgetsUntrustedProgramHandler::execUntrustedProgramWarning(QWidget *window, const QString &programName) -{ - QDialog *dialog = createDialog(window, programName); - return dialog->exec() == QDialog::Accepted; -} - void KIO::WidgetsUntrustedProgramHandler::setWindow(QWidget *window) { d->m_parentWidget = window; diff --git a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.h b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.h index afec4482c4..fec426ee82 100644 --- a/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.h +++ b/local/recipes/kde/kf6-kio/source/src/widgets/widgetsuntrustedprogramhandler.h @@ -34,9 +34,6 @@ public: void showUntrustedProgramWarning(KJob *job, const QString &programName) override; - // Compat code for KRun::runUrl. Will disappear before KF6 - bool execUntrustedProgramWarning(QWidget *window, const QString &programName); - void setWindow(QWidget *window); private: diff --git a/local/recipes/kde/kf6-kio/source/templates/kioworker6/kioworker6.kdevtemplate b/local/recipes/kde/kf6-kio/source/templates/kioworker6/kioworker6.kdevtemplate index eea5641d80..bbf3a02e56 100644 --- a/local/recipes/kde/kf6-kio/source/templates/kioworker6/kioworker6.kdevtemplate +++ b/local/recipes/kde/kf6-kio/source/templates/kioworker6/kioworker6.kdevtemplate @@ -1,6 +1,8 @@ [General] Name=C++ Worker (KF6) +Name[am]=C++ Worker (KF6) Name[ar]=عامل سي++ (KF6) +Name[az]=C++ Worker (KF6) Name[be]=C++ Worker (KF6) Name[bg]=C++ Worker (KF6) Name[ca]=Procés de treball C++ (KF6) @@ -13,29 +15,46 @@ Name[es]=Módulo de trabajo de C++ (KF6) Name[eu]=C++ Behargina (KF6) Name[fi]=C++-työskentelijä (KF6) Name[fr]=Développer C++ (KF6) +Name[ga]=Oibrí C++ (KF6) Name[gl]=Traballador de C++ (KF6) +Name[gu]=C++ Worker (KF6) Name[he]=סוכן פעולה C++‎‏ (KF6) +Name[hr]=C++ Worker (KF6) +Name[hu]=C++ szolgáltatás (KF6) Name[ia]=C++ Worker (KF6) Name[is]=C++ þræll (KF6) Name[it]=Worker C++ (KF6) +Name[ja]=C++ ワーカー (KF6) Name[ka]=C++ Worker (KF6) Name[ko]=C++ 워커(KF6) Name[lg]=Lutiba Lw'ekyongerwako kya KIO +Name[lt]=C++ darbininkas (KF6) Name[lv]=C++ strādnieks (KF6) +Name[my]=C++ Worker (KF6) +Name[nan_TW]=C++ 工作器 (KF6) +Name[nan_TW@latin]=C++ Kang-tsok-khì (KF6) +Name[nb]=C++-arbeider (KF6) Name[nl]=C++-werker (KF6) Name[nn]=C++-arbeidar (KF6) Name[pl]=Pracownik C++ (KF6) +Name[pt]=Módulo C++ (KF6) +Name[pt_BR]=C++ Worker (KF6) +Name[ro]=Lucrător C++ (KF6) Name[ru]=Обработчик C++ (KF6) Name[sa]=C++ कार्यकर्ता (KF6) +Name[sk]=C++ (KF6) Name[sl]=C++ Worker (KF6) Name[sq]=C++ Worker (KF6) Name[sv]=C++ arbetare (KF6) +Name[ta]=C++ பணிநிரல் (KF6) +Name[th]=C++ Worker (KF6) Name[tr]=C++ İşçi (KF6) +Name[ug]=C++ Worker (KF6) Name[uk]=Обробник C++ (KF6) -Name[x-test]=xxC++ Worker (KF6)xx Name[zh_CN]=C++ 工作程序 (KF6) Name[zh_TW]=C++ Worker (KF6) Comment=KIO Worker Template +Comment[am]=KIO Worker Template Comment[ar]=قالب عامل الدخل والخرج Comment[az]=KİO modulu nümunəsi Comment[be]=Шаблон KIO Worker @@ -53,20 +72,27 @@ Comment[et]=KIO töömooduli mall Comment[eu]=KIO behargin txantiloia Comment[fi]=KIO-työskentelijäpohja Comment[fr]=Modèle de module « KIO » +Comment[ga]=Teimpléad Oibrí KIO Comment[gl]=Modelo de traballador de KIO. +Comment[gu]=KIO Worker Template Comment[he]=תבנית סוכן פעולה של KIO +Comment[hr]=KIO Worker predložak Comment[hu]=KIO szolgáltatássablon Comment[ia]=Patrono de Kio Worker (Travaliator de Kio) Comment[id]=Templat KIO Worker Comment[ie]=Modelle de KIO Worker Comment[is]=Sniðmát fyrir KIO-þræl Comment[it]=Modello di KIO Worker +Comment[ja]=KIO ワーカーのテンプレート Comment[ka]=KIO -ის დამხმარე პროცესის შაბლონი Comment[ko]=KIO 워커 템플릿 Comment[lg]=Lutiba Lw'ekyongerwako kya KIO Comment[lt]=KIO darbininko šablonas Comment[lv]=KIO strādnieka veidne Comment[my]=KIO Workerပုံစံပြား +Comment[nan_TW]=KIO 工作器枋模 +Comment[nan_TW@latin]=KIO Kang-tsok-khì Pang-pôo +Comment[nb]=KIO-arbeidermal Comment[nl]=Sjabloon van KIO-worker Comment[nn]=KIO-arbeidarmal Comment[pa]=KIO ਵਰਕਰ ਟੈਂਪਲੇਟ @@ -81,10 +107,11 @@ Comment[sl]=Predloga za KIO Worker Comment[sq]=Gjedhe Worker-i KIO Comment[sv]=I/O-arbetarmall Comment[ta]=KIO பணிநிரலுக்கான வார்ப்புரு +Comment[th]=KIO Worker Template Comment[tr]=KIO İşçisi Şablonu +Comment[ug]=KIO Worker قېلىپى Comment[uk]=Шаблон обробника KIO Comment[vi]=Bản mẫu thợ KIO -Comment[x-test]=xxKIO Worker Templatexx Comment[zh_CN]=KIO 工作程序模板 Comment[zh_TW]=KIO Worker 範本 Category=KIO diff --git a/local/recipes/kde/kf6-kio/source/templates/kioworker6/src/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/templates/kioworker6/src/CMakeLists.txt index 946613f82f..e88fd508d1 100644 --- a/local/recipes/kde/kf6-kio/source/templates/kioworker6/src/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/templates/kioworker6/src/CMakeLists.txt @@ -13,7 +13,6 @@ ecm_qt_declare_logging_category(%{APPNAMELC} IDENTIFIER %{APPNAMEUC}_LOG CATEGORY_NAME kf.kio.workers.%{APPNAMELC} DESCRIPTION "KIO worker (%{APPNAME})" - DEFAULT_SEVERITY Debug # Change "Debug" to "Info" once doing first releases EXPORT %{APPNAMEUC} ) diff --git a/local/recipes/kde/kf6-kio/source/tests/CMakeLists.txt b/local/recipes/kde/kf6-kio/source/tests/CMakeLists.txt index 62f8937845..eb8214ee62 100644 --- a/local/recipes/kde/kf6-kio/source/tests/CMakeLists.txt +++ b/local/recipes/kde/kf6-kio/source/tests/CMakeLists.txt @@ -42,7 +42,7 @@ KIOWIDGETS_EXECUTABLE_TESTS( listjobtest openfilemanagerwindowtest previewtest - ${runapplication_EXE} + faviconfinder ) add_subdirectory(messageboxworker) diff --git a/local/recipes/kde/kf6-kio/source/tests/faviconfinder.cpp b/local/recipes/kde/kf6-kio/source/tests/faviconfinder.cpp new file mode 100644 index 0000000000..fda766f2ff --- /dev/null +++ b/local/recipes/kde/kf6-kio/source/tests/faviconfinder.cpp @@ -0,0 +1,41 @@ +/* + * SPDX-FileCopyrightText: 2025 Nicolas Fella + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +#include +#include +#include + +#include + +int main(int argc, char **argv) +{ + QGuiApplication app(argc, argv); + + QCommandLineParser parser; + parser.addPositionalArgument("url", "URL to get the favicon for"); + parser.process(app); + + if (parser.positionalArguments().length() != 1) { + qWarning() << "Wrong number of arguments"; + return 2; + } + + KIO::FavIconRequestJob *job = new KIO::FavIconRequestJob(QUrl(parser.positionalArguments()[0])); + + QObject::connect(job, &KJob::finished, &app, [job, &app] { + QTextStream out(stdout); + + if (job->error() != KJob::NoError) { + out << "Error: " << job->error() << " " << job->errorText() << Qt::endl; + app.exit(1); + return; + } + + out << "Favicon: " << job->iconFile() << Qt::endl; + }); + + return app.exec(); +} diff --git a/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_gui.cpp b/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_gui.cpp index 115a903e95..808b082933 100644 --- a/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_gui.cpp +++ b/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_gui.cpp @@ -6,7 +6,11 @@ */ #include + #include +#include +#include +#include #include #include @@ -14,10 +18,35 @@ int main(int argc, char **argv) { QApplication app(argc, argv); - KFileWidget *fileWidget = new KFileWidget(QUrl(QStringLiteral("kfiledialog:///OpenDialog")), nullptr); - fileWidget->setMode(KFile::Files | KFile::ExistingOnly); + // Do some args + QCommandLineParser parser; + parser.addOption(QCommandLineOption(QStringLiteral("folder"), QStringLiteral("Select folder"))); + parser.addOption(QCommandLineOption(QStringLiteral("multiple"), QStringLiteral("Allows multiple files selection"))); + parser.addOption(QCommandLineOption(QStringLiteral("existing-only"), QStringLiteral("Filter to only existing files/directories"))); + parser.addPositionalArgument(QStringLiteral("folder"), QStringLiteral("The initial folder")); + parser.process(app); + QStringList posargs = parser.positionalArguments(); + + QUrl folder = QUrl(QStringLiteral("kfiledialog:///OpenDialog")); + if (!posargs.isEmpty()) { + folder = QUrl::fromUserInput(posargs.at(0)); + } + KFileWidget *fileWidget = new KFileWidget(folder); + fileWidget->setOperationMode(KFileWidget::Opening); fileWidget->setAttribute(Qt::WA_DeleteOnClose); - fileWidget->show(); + + KFile::Modes mode = static_cast(0); + if (parser.isSet(QStringLiteral("existing-only"))) { + mode |= KFile::ExistingOnly; + } + if (parser.isSet(QStringLiteral("folder"))) { + mode |= KFile::Directory; + } else if (parser.isSet(QStringLiteral("multiple"))) { + mode |= KFile::Files; + } else { + mode |= KFile::File; + } + fileWidget->setMode(mode); app.connect(fileWidget, &KFileWidget::accepted, fileWidget, [&app, fileWidget]() { qDebug() << "accepted"; @@ -37,5 +66,6 @@ int main(int argc, char **argv) fileWidget->cancelButton()->show(); QObject::connect(fileWidget->cancelButton(), &QPushButton::clicked, &app, &QApplication::quit); + fileWidget->show(); return app.exec(); } diff --git a/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_saving_gui.cpp b/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_saving_gui.cpp index 83e64d1cbe..75b0c425cc 100644 --- a/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_saving_gui.cpp +++ b/local/recipes/kde/kf6-kio/source/tests/kfilewidgettest_saving_gui.cpp @@ -6,6 +6,7 @@ */ #include + #include #include #include @@ -19,7 +20,9 @@ int main(int argc, char **argv) // Do some args QCommandLineParser parser; + parser.addOption(QCommandLineOption(QStringLiteral("folder"), QStringLiteral("Select folder"))); parser.addOption(QCommandLineOption(QStringLiteral("multiple"), QStringLiteral("Allows multiple files selection"))); + parser.addOption(QCommandLineOption(QStringLiteral("existing-only"), QStringLiteral("Filter to only existing files/directories"))); parser.addPositionalArgument(QStringLiteral("folder"), QStringLiteral("The initial folder")); parser.process(app); QStringList posargs = parser.positionalArguments(); @@ -28,24 +31,22 @@ int main(int argc, char **argv) if (!posargs.isEmpty()) { folder = QUrl::fromUserInput(posargs.at(0)); } - qDebug() << "Starting at" << folder; KFileWidget *fileWidget = new KFileWidget(folder); fileWidget->setOperationMode(KFileWidget::Saving); - if (parser.isSet(QStringLiteral("multiple"))) { - fileWidget->setMode(KFile::Files); - } else { - fileWidget->setMode(KFile::File); - } fileWidget->setAttribute(Qt::WA_DeleteOnClose); - fileWidget->okButton()->show(); - fileWidget->cancelButton()->show(); - app.connect(fileWidget->okButton(), &QPushButton::clicked, fileWidget, &KFileWidget::slotOk); - app.connect(fileWidget->cancelButton(), &QPushButton::clicked, fileWidget, [&app, fileWidget]() { - qDebug() << "canceled"; - fileWidget->slotCancel(); - app.exit(); - }); + KFile::Modes mode = static_cast(0); + if (parser.isSet(QStringLiteral("existing-only"))) { + mode |= KFile::ExistingOnly; + } + if (parser.isSet(QStringLiteral("folder"))) { + mode |= KFile::Directory; + } else if (parser.isSet(QStringLiteral("multiple"))) { + mode |= KFile::Files; + } else { + mode |= KFile::File; + } + fileWidget->setMode(mode); app.connect(fileWidget, &KFileWidget::accepted, fileWidget, [&app, fileWidget]() { qDebug() << "accepted"; @@ -57,7 +58,14 @@ int main(int argc, char **argv) app.exit(); }); - fileWidget->show(); + QObject::connect(fileWidget, &KFileWidget::destroyed, &app, &QApplication::quit); + fileWidget->okButton()->show(); + QObject::connect(fileWidget->okButton(), &QPushButton::clicked, fileWidget, &KFileWidget::slotOk); + + fileWidget->cancelButton()->show(); + QObject::connect(fileWidget->cancelButton(), &QPushButton::clicked, &app, &QApplication::quit); + + fileWidget->show(); return app.exec(); } diff --git a/local/recipes/kde/kf6-kio/source/tests/kioworkertest.cpp b/local/recipes/kde/kf6-kio/source/tests/kioworkertest.cpp index 91fbe5622b..7436517ac9 100644 --- a/local/recipes/kde/kf6-kio/source/tests/kioworkertest.cpp +++ b/local/recipes/kde/kf6-kio/source/tests/kioworkertest.cpp @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include @@ -246,7 +245,7 @@ void KioWorkerTest::startJob() } case Stat: - job = KIO::stat(src); + job = KIO::stat(src, KIO::StatJob::StatSide::SourceSide, KIO::StatDefaultDetails | KIO::StatSubVolId | KIO::StatMountId, KIO::DefaultFlags); break; case Get: { @@ -382,6 +381,12 @@ void KioWorkerTest::printUDSEntry(const KIO::UDSEntry &entry) timestamp = QDateTime::fromSecsSinceEpoch(entry.numberValue(*it)); qDebug() << "AccessTime: " << QLocale().toString(timestamp, QLocale::ShortFormat); break; + case KIO::UDSEntry::UDS_SUBVOL_ID: + qDebug() << "Subvolume id : " << entry.numberValue(*it); + break; + case KIO::UDSEntry::UDS_MOUNT_ID: + qDebug() << "Mount id : " << entry.numberValue(*it); + break; } } } diff --git a/local/recipes/kde/kf6-kio/source/tests/listjobtest.cpp b/local/recipes/kde/kf6-kio/source/tests/listjobtest.cpp index 2f642ea9f6..3875c676d4 100644 --- a/local/recipes/kde/kf6-kio/source/tests/listjobtest.cpp +++ b/local/recipes/kde/kf6-kio/source/tests/listjobtest.cpp @@ -29,7 +29,7 @@ int main(int argc, char **argv) KIO::ListJob *job = KIO::listDir(url, KIO::HideProgressInfo); job->setUiDelegate(nullptr); - job->addMetaData(QStringLiteral("details"), QString::number(KIO::StatDefaultDetails)); + job->setDetails(KIO::StatDefaultDetails); QObject::connect(job, &KIO::ListJob::entries, [&entriesListed](KIO::Job *, const KIO::UDSEntryList &entries) { entriesListed += entries.size();
    yhteyskäytäntö://käyttäjä:salasana@www." -"esimerkki.org:portti/hakemisto/tiedosto.pääte?kysely=arvo" +"Annettu resurssiosoite (Uniform Resource " +"Locator, URL) ei ollut oikeassa muodossa. Muoto on yleensä:" +"
    yhteyskäytäntö://käyttäjä:salasana@www.esimerkki.org:" +"portti/hakemisto/tiedosto.pääte?kysely=arvo
    " -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Ei-tuettu yhteyskäytäntö %1" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1163,12 +1069,12 @@ msgstr "" "Yhteyskäytäntöä %1 ei tueta tietokoneessa nyt olevissaKDE-" "sovelluksissa." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Pyydettyä yhteyskäytäntöä ei ehkä tueta." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1177,7 +1083,7 @@ msgstr "" "Tämän tietokoneen ja palvelimen tukemat versiot yhteyskäytännössä %1 " "saattavat olla yhteensopimattomat." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1188,26 +1094,26 @@ msgstr "" "etsiäinternetistä. Yksi mahdollinen hakupaikka on https://store.kde.org/." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." -msgstr "URL ei viittaa resurssiin." +msgstr "Verkko-osoite ei viittaa resurssiin." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Yhteyskäytäntö on suodatinyhteyskäytäntö" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a specific resource." msgstr "" -"Kirjoittamasi osoite eli Uniform Resource " -"Location (URL) ei viittaa mihinkään resurssiin." +"Annettu osoite (Uniform Resource " +"Location, URL) ei viittaa mihinkään resurssiin." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1219,12 +1125,12 @@ msgstr "" "yhteyskäytäntö on tarkoitettu tähän tarkoitukseen, mutta nyt ei ole " "tällainen tilanne. Kyseessä on todennäköisesti ohjelmointivirhe." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Ei-tuettu toiminto: %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1233,7 +1139,7 @@ msgstr "" "Pyydettyä toimintoa ei voida suorittaa KDE-ohjelmassa, jossa yhteyskäytäntö " "%1 toimii." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1243,17 +1149,17 @@ msgstr "" "Tämä virhe riippuu KDE-ohjelmasta. Lisätietojen pitäisi kertoa sinulle " "enemmän tietoja kuin on saatavilla KDE:n input/output-rakenteesta." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Yritetään toista tapaa saman lopputuloksen saamiseksi." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Odotettiin tiedostoa" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1262,17 +1168,17 @@ msgstr "" "Pyyntö palautti kansion %1, vaikka järjestelmä odotti " "tiedostoa." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Tämä voi olla palvelinpuolen virhe." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Odotettiin kansiota" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1280,18 +1186,18 @@ msgid "" msgstr "" "Pyyntö palautti tiedoston %1, vaikka kansiota odotettiin." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Tiedostoa tai kansiota ei ole olemassa" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "" "Määritettyä tiedostoa tai kansiota %1 ei ole olemassa." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1299,49 +1205,49 @@ msgid "" msgstr "" "Pyydettyä tiedostoa ei voitu luoda, koska samalla nimellä on jo tiedosto." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Siirrä olemassa oleva tiedosto pois tieltä ja yritä tallentaa sitten." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Poista nykyinen tiedosto ja yritä uudelleen." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Valitse tiedostolle jokin toinen nimi." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " "name already exists." msgstr "Pyydettyä kansiota ei voitu luoda, koska samalla nimellä on jo kansio." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Siirrä olemassa oleva kansio pois tieltä ja yritä tallentaa sitten." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Poista nykyinen kansio ja yritä uudelleen." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Valitse kansiolle jokin toinen nimi." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Tuntematon palvelin" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1350,46 +1256,46 @@ msgstr "" "Virheilmoitus ”Tuntematon palvelin” tarkoittaa, ettei haetulla nimellä " "%1 löytynyt palvelinta internetistä." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" "Kirjoittamaasi nimeä %1 ei ehkä ole. Olet saattanut kirjoittaa sen väärin." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Käsittely kielletty" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "Määritettyä resurssia %1 ei voitu käsitellä." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "Määrittämäsi tunnistautumistiedot ovat virheelliset tai puutteelliset." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "Tähän resurssiin ei ole käyttöoikeuksia." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " "correctly." msgstr "Yritä uudelleen varmistettuasi, että tunnistustiedot ovat oikein." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Kirjoittaminen kielletty" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1398,12 +1304,12 @@ msgstr "" "Tämä tarkoittaa, että kirjoittaminen tiedostoon %1 " "estettiin." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Kansioon ei voida siirtyä" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1412,17 +1318,17 @@ msgstr "" "Tämä tarkoittaa, että siirtyminen kansioon %1 (kansion " "avaaminen) estettiin." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Kansioluettelo ei ole käytettävissä" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Yhteyskäytäntö %1 ei ole tiedostojärjestelmä" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1432,12 +1338,12 @@ msgstr "" "Tämä tarkoittaa, että pyynnössä yritettiin hakea kansion tietoja, mutta " "yhteyskäytäntöä tarjoava ohjelma ei voinut palauttaa niitä." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Havaittu syklinen linkki" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1449,7 +1355,7 @@ msgstr "" "tunnisti linkin tai sarjan linkkejä, jotka viittaavat päättymättömään " "silmukkaan. Tiedosto on siis linkitetty itseensä." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1458,27 +1364,27 @@ msgstr "" "Poista yksi silmukan osa, jotta päättymätön silmukka häviää, ja yritä " "uudelleen." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Käyttäjä keskeytti pyynnön" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "Pyyntöä ei suoritettu, koska se keskeytettiin." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Yritä pyyntöä uudelleen" -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Kopioinnin aikana havaittiin syklinen linkki" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1490,17 +1396,17 @@ msgstr "" "Kopioinnin aikana KDE tunnisti päättymättömään linkkiin johtavan linkin tai " "linkkien sarjan, ts. tiedosto viittaa (vähintäänkin mutkan kautta) itseensä." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Verkkoyhteyttä ei voitu avata" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Pistoketta ei voitu luoda" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1509,8 +1415,8 @@ msgstr "" "Teknisen virheen vuoksi verkkoyhteyslaitteen (pistokkeen) luominen ei " "onnistunut." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1519,12 +1425,12 @@ msgstr "" "Verkkoyhteys saattaa olla virheellisesti asetettu tai verkkolaite ei ole " "käytössä." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "Yhteys palvelimelle torjuttu" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1533,7 +1439,7 @@ msgstr "" "Palvelin %1 kieltäytyi avaamasta verkkoyhteyttä tämän " "tietokoneen kanssa." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1542,14 +1448,14 @@ msgstr "" "Vaikka palvelin on kytketty verkkoon, se saattaa olla asetettu torjumaan " "pyynnöt." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " "the requested service (%1)." msgstr "Palvelimella ei välttämättä ole käynnissä haluttua palvelua (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1559,12 +1465,12 @@ msgstr "" "Verkon palomuuri (verkkoyhteyksiä rajoittava laite) joko omassa tai " "palvelimen verkossa saattaa estää tämän verkkoyhteyden toimintaa." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "Yhteys palvelimelle katkesi odottamattomasti" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1573,7 +1479,7 @@ msgstr "" "Vaikka palvelimelle %1 saatiin verkkoyhteys, se katkesi " "kesken verkkoliikenteen." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1582,28 +1488,28 @@ msgstr "" "On saattanut tapahtua yhteyskäytäntövirhe, jonka vuoksi palvelin katkaisi " "yhteyden." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Virheellinen verkko-osoiteresurssi" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Yhteyskäytäntö %1 ei ole suodatinyhteyskäytäntö" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource Locator (URL) that you entered did not refer to a valid mechanism of " "accessing the specific resource, %1%2." msgstr "" -"Syötetty Uniform Resource Location (URL) ei ole oikea mekanismi resurssin %1%2 " -"pääsyyn." +"Annettu verkko-osoite (Uniform Resource " +"Location, URL) ei ole oikea mekanismi resurssin " +"%1%2 käyttöön." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1616,17 +1522,17 @@ msgstr "" "pysty siihen. Tämä on harvinaista ja kyseessä on todennäköisesti " "ohjelmointivirhe." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "I/O-laitetta ei saatu alustetuksi" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Laitetta ei voitu liittää" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1635,7 +1541,7 @@ msgstr "" "Valittua laitetta ei voitu alustaa (liittää tiedostojärjestelmään). " "Järjestelmä palautti virheilmoituksen: %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1646,7 +1552,7 @@ msgstr "" "ole tietovälinettä (esim. CD-asemassa ei ole levyä) tai irrotettavaa " "laitetta ei ole kytketty oikein." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1656,7 +1562,7 @@ msgstr "" "Laitteen liittämiseen ei ole oikeuksia. UNIX-järjestelmissä liittämiseen " "tarvitaan usein pääkäyttäjän oikeudet." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1666,17 +1572,17 @@ msgstr "" "mahdollinen kannettava laite on kytketty oikein ja että siihen on kytketty " "virta. Yritä sitten uudelleen." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "I/O-laitetta ei saatu suljetuksi" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Laitetta ei voitu irrottaa" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1685,7 +1591,7 @@ msgstr "" "Pyydettyä laitetta ei voitu irrottaa tiedostojärjestelmästä. Virheilmoitus: " "%1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1696,7 +1602,7 @@ msgstr "" "Esimerkiksi avoin selain tai tiedostonhallinnan ikkuna saattaa varata " "laitteen." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1706,18 +1612,18 @@ msgstr "" "Laitteen irrottamiseen ei ole ehkä käyttöoikeuksia. Unix-järjestelmissä " "tähän vaaditaan usein pääkäyttäjän oikeudet." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Varmista, ettei mikään sovellus käytä tätä laitetta, ja yritä uudelleen." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Resurssista ei voitu lukea" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1726,17 +1632,17 @@ msgstr "" "Tämä tarkoittaa, että vaikka resurssi %1 voitiin avata, sen " "sisältöä luettaessa tapahtui virhe." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "Tähän resurssiin ei ole lukuoikeuksia." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Resurssiin ei voida kirjoittaa" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1745,22 +1651,22 @@ msgstr "" "Tämä tarkoittaa, että vaikka resurssi %1 voitiin avata, sen " "sisältöä kirjoitettaessa tapahtui virhe." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Tähän resurssiin ei ole kirjoitusoikeuksia." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Verkkoyhteyksiä ei voitu kuunnella" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Ei voitu sitoa" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1770,50 +1676,50 @@ msgstr "" "Tämä on teknisehkö virhe, missä verkkoyhteyteen vaadittua laitetta " "(pistoketta) ei saatu asetetuksi kuuntelemaan tulevaa verkkoliikennettä." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Ei voi kuunnella" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Verkkoyhteyttä ei saada hyväksytyksi" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " "to accept an incoming network connection." msgstr "Teknisen syyn vuoksi tulevia verkkoyhteyksiä ei voitu vastaanottaa." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Tämän yhteyden hyväksymiseen ei ole oikeuksia." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Ei voitu kirjautua: %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "Pyynnön suorituksessa tarvittava sisäänkirjautuminen ei onnistunut." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Resurssin tilaa ei saatu selville" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Resurssin tilaa ei saatu selville" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1822,70 +1728,70 @@ msgstr "" "Resurssin %1 tilan, kuten nimen, tyypin, koon, ym. " "määrittely ei onnistunut." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "Määritettyä resurssia ei ole olemassa tai siihen ei ole pääsyä." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Listausta ei voitu lopettaa" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "FIXME: Dokumentoi tämä" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Kansiota ei voitu luoda" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Kansion luominen epäonnistui." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "Kansion sijaintia ei ehkä ole." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Kansiota ei voitu poistaa" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "Kansion %1 poistaminen epäonnistui." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Kansiota ei ehkä ole olemassa." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Kansio ei ehkä ole tyhjä." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "Varmista, että kansio on olemassa ja että se on tyhjä. Yritä sitten " "uudelleen." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Tiedonsiirtoa ei voitu jatkaa" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1894,44 +1800,44 @@ msgstr "" "Tiedoston %1 siirtoa pyydetään jatkamaan määräkohdasta, " "mutta tämä ei ole mahdollista." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "Yhteyskäytäntö tai palvelin ei välttämättä tue siirron jatkamista." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Yritä uudelleen ilman siirron jatkamista." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Resurssin nimeä ei voi muuttaa" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "Yritys muuttaa resurssin %1 nimeä epäonnistui." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Resurssin käyttöoikeuksia ei voitu muuttaa" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1 failed." msgstr "Resurssin %1 käyttöoikeuksia ei voitu muuttaa." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Resurssin omistajaa ei voitu muuttaa" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1 käyttöoikeuksien muuttaminen " "epäonnistui." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Resurssia ei voitu poistaa" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "Resurssin %1 poistaminen epäonnistui." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Odottamaton ohjelman pysähtyminen" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tarjoava ohjelma päättyi " "odottamattomasti." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Muisti lopussa" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tarjoava ohjelma ei saanut varatuksi " "muistia jatkaakseen." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Tuntematon välityspalvelin" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2035,17 +1941,17 @@ msgstr "" "Tee KDE-työryhmälle todennustavan tuen puutteesta vikailmoitus sivustolla https://bugs.kde.org/." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Pyyntö keskeytetty" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Palvelimen sisäinen virhe" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2054,7 +1960,7 @@ msgstr "" "Palvelimen ohjelma, joka tarjoaa yhteyskäytännön %1," "ilmoitti sisäisestä virheestä: %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2063,12 +1969,12 @@ msgstr "" "Tämän aiheutti todennäköisimmin palvelinohjelman virhe. Lähetä täydellinen " "virheraportti alla olevien ohjeiden mukaan." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Ota yhteyttä palvelimen ylläpitäjään ilmoittaaksesi ongelmasta." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2076,39 +1982,31 @@ msgid "" msgstr "" "Jos tiedät palvelinohjelmiston tekijät on, ilmoita viasta heille suoraan." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Aikakatkaisuvirhe" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Vaikka palvelimeen tehtiin pyyntö, vastausta ei saatu määräajassa:" -"
    • Yhteyden muodostuksen aikakatkaisu: %1 sekuntia
    • Vastauksen " -"saamisen aikakatkaisu: %2 sekuntia
    • Välityspalvelimen käytön " -"aikakatkaisu: %3 sekuntia
    Voit muuttaa arvoja KDE:n järjestelmän " -"asetuksista valitsemalla Verkko -> Asetukset." +"Vaikka palvelinyhteys muodostui, pyyntöön varatussa ajassa ei vastaanotettu " +"vastausta." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "Palvelin oli liian varattu vastatakseen pyyntöön." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Tuntematon virhe" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tarjoava ohjelma ilmoitti " "tuntemattomasta virheestä: %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Tuntematon keskeytys" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 tarjoava ohjelma ilmoitti " "tuntemattomasta keskeytyksestä: %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Alkuperäistä tiedostoa ei voitu poistaa" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2147,12 +2045,12 @@ msgstr "" "todennäköisesti tiedoston siirto-operaation jälkeen. Alkuperäistä tiedostoa " "%1 ei voitu poistaa." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Väliaikaista tiedostoa ei voitu poistaa" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2163,12 +2061,12 @@ msgstr "" "tallennettiin sitä haettaessa. Tätä väliaikaistiedostoa %1 " "ei voitu poistaa." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Alkuperäistä tiedoston nimeä ei voitu muuttaa" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2177,12 +2075,12 @@ msgstr "" "Pyydetty toimenpide vaati muuttamaan alkuperäisen tiedoston %1 nimeä, mutta nimeä ei kyetty muuttamaan." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Väliaikaisen tiedoston nimeä ei voitu muuttaa" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2191,32 +2089,32 @@ msgstr "" "Pyydetty operaatio vaati väliaikaistiedoston %1 luomista, " "mutta sitä ei pystytty luomaan." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Linkkiä ei voitu luoda" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Symlinkkiä ei voitu luoda" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Pyydettyä sylinkkiä %1 ei voitu luoda." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Ei sisältöä" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Levy on täynnä" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2225,7 +2123,7 @@ msgstr "" "Pyydettyä tiedostoa %1 ei voitu kirjoittaa, koska levytilaa " "ei ole tarpeeksi." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2236,12 +2134,12 @@ msgstr "" "tiedostoja 2) pakkaamalla tiedostoja siirrettävälle medialle kuten CD-R-" "levyille 3) hankkimalla lisää levytilaa." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Lähde- ja kohdetiedostot ovat samoja" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2250,17 +2148,17 @@ msgstr "" "Toimenpidettä ei voitu suorittaa, koska lähde- ja kohdetiedostot ovat sama " "tiedosto." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Valitse kohdetiedostolle jokin toinen nimi." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Tiedosto tai kansio pudotettiin itseensä" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2268,17 +2166,17 @@ msgid "" msgstr "" "Toimenpidettä ei voitu suorittaa, koska lähde- ja kohdesijainnit ovat samat." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Pudota kohde toiseen tiedostoon tai kansioon." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Kansio siirrettiin itseensä" -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2286,17 +2184,17 @@ msgid "" msgstr "" "Toimenpidettä ei voitu suorittaa, koska lähdettä ei voi siirtää itseensä." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Siirrä kohde toiseen kansioon." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Viestintä salasanapalvelimen kanssa epäonnistui" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2305,23 +2203,23 @@ msgstr "" "Toimenpidettä ei voitu suorittaa loppuun, koska salasananpyyntöpalveluun " "(kpasswdserver) ei saada yhteyttä" -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Yritä käynnistää istunto uudelleen tai katso kiod-palvelun virheet lokista." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Yhteyskäytäntöä %1 ei saada alustetuksi" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "KIO-työskentelijää ei voitu luoda" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2331,7 +2229,7 @@ msgstr "" "yhteyskäytäntöön, ei saatu käynnistettyä. Tämä johtuu yleensä teknisistä " "syistä." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2340,13 +2238,13 @@ msgstr "" "KLauncher ei löytynyt tai käynnistänyt yhteyskäytännön tarjoavaa " "liitännäistä.Liitännäinen saattaa olla versioltaan vanhentunut." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Tiedostoa %1 ei voi siirtää" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2356,7 +2254,7 @@ msgstr "" "Tiedostoa %1 ei voi siirtää, koska " "kohdetiedostojärjestelmä ei tue näin suuria tiedostoja" -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2365,28 +2263,28 @@ msgstr "" "Alusta kohde käyttämään tiedostojärjestelmää, joka tukee näin suuria " "tiedostoja." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Dokumentoimaton virhe" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Symlinkki kohteeseen %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1, linkki kohteeseen %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (Osoittaa kohteeseen %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2395,12 +2293,12 @@ msgstr "" "Virheellinen verkko-osoite\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Tiedoston tyyppiä ei voitu tunnistaa: %1" -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2409,13 +2307,13 @@ msgstr "" "Ohjelmatiedoston nimeä ei voitu purkaa kohteesta ”%1”: anna kelvollinen " "ohjelman nimi." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ei näyttäisi olevan ohjelmatiedosto." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2425,92 +2323,92 @@ msgstr "" "Tiedostoa %1 ei löytynyt: anna ohjelmatiedostolle " "kelvollinen sijainti." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "Yhteyskäytäntö %1 ei tue yhteyksien avaamista." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "Yhteyskäytäntö %1 ei tue yhteyden sulkemista." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "Yhteyskäytäntö %1 ei tue tiedostojen käsittelyä." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "Kohteeseen %1 kirjoittamista ei tueta." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Yhteyskäytännölle %1 ei ole tarjolla erityistoimintoja." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Yhteyskäytäntö %1 ei tue kansioiden luettelemista." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "Kohteen %1 datan noutoa ei tueta." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "Kohteen %1 MIME-tyyppitiedon noutamista %1 ei tueta." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Kohteen %1 tiedostojen nimien muuttamista tai siirtämistä ei tueta." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Yhteyskäytäntö %1 ei tue symlinkkien luomista." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "Tiedostojen kopioimista kohteessa %1 ei tueta." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "Tiedostojen poistamista kohteesta %1 ei tueta." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Yhteyskäytäntö %1 ei tue kansioiden luomista." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "Yhteyskäytäntö %1 ei tuo tiedostomääritteiden muuttamista." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "Yhteyskäytäntö %1 ei tue tiedostojen omistajien muuttamista." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Yhteyskäytäntö %1 ei tue tiedostojen avaamista." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Yhteyskäytäntö %1 ei tue toimintoa %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2522,314 +2420,338 @@ msgstr "" "Sen tietoturvaa ei voida taata, koska muillakin kuin root-käyttäjillä on " "oikeus muokata sitä kohteessa %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Tuntematon yhteyskäytäntö ”%1”." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "Yhteyskäytännölle ”%1” ei löytynyt KIO-työskentelijää." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Yhteyskäytännön ”%1” KIO-työskentelijää kohteessa %2 ei ladattu, koska " +"kaikki korotettuja käyttöoikeuksia pyytävät KIO-työskentelijät muualla kuin " +"kansiossa %3 oletetaan turvattomiksi." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Yhteyskäytännön ”%1” KIO-työskentelijän käynnistämiseksi ei voitu luoda " "pistoketta." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Kohteesta ”%1” ei löytynyt ”kioworker”-ohjelmatiedostoa." -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Yksityiskohdat" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "&Pysyvästi" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "&Jatka" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "&Vain nykyisen istunnon ajaksi" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Siirrä uuteen kansioon" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Luo näille kohteille uusi kansio" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Poistettavaa tiedostoa ei valittu." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Ei poistettavaa" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Poistettavaa tiedostoa ei valittu." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Ei poistettavaa" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Määritettyä kansiota ei ole olemassa tai se ei ole luettavissa." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Valikko" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Yläkansio" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Siirry taaksepäin" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Siirry eteenpäin" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Kotikansio" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Päivitä" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Uusi kansio…" -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Siirrä roskakoriin" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Poista" # Tämä on alavalikon otsikko, siksi substantiivimuoto! -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Lajittelu" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" msgstr "Lajittele nimen mukaan" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Lajittele koon mukaan" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Lajittele päiväyksen mukaan" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Lajittele tyypin mukaan" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Laskevasti" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Laskevasti" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Kansiot ensin" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Piilotiedostot viimeisiksi" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Kuvakenäkymä" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Tiivis näkymä" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Yksityiskohtainen näkymä" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Kuvakkeen sijainti" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "Tiedostonimen vieressä" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Tiedostonimen päällä" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Lyhyt näkymä" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Yksityiskohtainen näkymä" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Puunäkymä" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Yksityiskohtainen puunäkymä" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Salli lavennus yksityiskohtaisessa näkymässä" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Näytä piilotiedostot" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Näytä esikatselupaneeli" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Näytä esikatselu" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Avaa yläkansio" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Ominaisuudet" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "&Näkymätila" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Ö–A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A–Ö" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Uusimmat ensin" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Vanhimmat ensin" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Uusimmat ensin" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Suurimmat ensin" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Pienimmät ensin" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Merkistö:" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Avaa" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Tallenna nimellä" @@ -2876,40 +2798,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Siirrä tähän" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Kaikki tiedostot" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Kaikki tuetut tiedostot" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Kaikki tiedostot" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Lisää sijainti" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Muokkaa sijaintia" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -2921,17 +2843,17 @@ msgstr "" "sisältää yksi tai kaksi sanaa, jotka auttavat sinua muistamaan, mihin tietue " "viittaa.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Selite:" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Kirjoita tähän kuvaileva selite" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -2944,12 +2866,12 @@ msgstr "" "org/
    ftp://ftp.kde.org/pub/kde/stable/

    Voit selata verkko-" "osoitetta napsauttamalla tekstikentän vieressä olevaa painiketta.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "&Sijainti:" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " @@ -2958,17 +2880,17 @@ msgstr "" "Tämä kuvake ilmestyy Sijainnit-paneeliin.

    Napsauta " "painiketta valitaksesi jonkin muun kuvakkeen.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Valitse &kuvake:" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "&Vain tälle sovellukselle (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -2979,202 +2901,208 @@ msgstr "" "sovellusta (%1) käytettäessä.

    Jos asetusta ei ole valittu, " "tietue on näkyvissä kaikille sovelluksille.
    " -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Sijainnit" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Etä" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Viimeisimmät" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Etsi" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Laitteet" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Irrotettavat laitteet" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Tunnisteet" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (lähde: %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Kaikki luokitukset" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Koti" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Työpöytä" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Asiakirjat" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Lataukset" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Verkko" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Roskakori" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musiikki" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Kuvat" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Videot" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Viimeisimmät tiedostot" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Viimeisimmät sijainnit" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Muutettu tänään" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Muutettu eilen" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Ei voitu lisätä sijaintipaneeliin: %1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Sijaintipaneeliin voi lisätä vain kansioita." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Asetukset…" + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Irrotetaan…" -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "&Irrota" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Poistetaan turvallisesti…" -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "&Poista turvallisesti" # pmap: =:teonnimi=Irrottaminen: -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Irrotetaan…" -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Irrota" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "&Poista levy asemasta" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "Laite ”%1” ei ole levy eikä sitä voi poistaa asemasta." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "" "Tapahtui virhe yritettäessä käyttää kohdetta %1. Järjestelmän vastaus: %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Tapahtui virhe yritettäessä käyttää kohdetta %1" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "Yksi tai useampi tämän laitteen tiedosto on sovelluksessa auki." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3189,108 +3117,108 @@ msgstr[1] "" "Yksi tai useampi tämän laitteen tiedosto on auki seuraavissa sovelluksissa: " "%2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Alusta tai muokkaa osionhallinnassa" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1: %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1/%2 (%3 % käytössä)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (piilotettu)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Tyhjennä roskakori" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Liitä" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Avaa uuteen välilehteen" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Avaa uuteen ikkunaan" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Lisää kohde…" -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Muokkaa…" -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Poista sijainneista" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "&Piilota" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Piilota osio ”%1”" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Piilota osio" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Näytä kaikki kohdat" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Kuvakkeen koko" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3298,51 +3226,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Muuta kokoa automaattisesti" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Pieni (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Keskikokoinen (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Suuri (%1 × %1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Valtava (%1 × %1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Voit valita vain yhden tiedoston" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Tarjottiin useampaa kuin yhtä tiedostoa" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Voit valita vain paikallisia tiedostoja" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Etätiedostoja ei hyväksytä" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3356,51 +3284,22 @@ msgstr[1] "" "Valittu verkko-osoite on mallia, jota ei tueta. Käytä jotakin seuraavista " "malleista: %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Verkko-osoitemalli, jota ei tueta" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Useampi kuin yksi kansio on valittu, eikä tämä dialogi hyväksy kansioita." -"Valitse vain yksi kansio luetteloidaksesi sen." - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Useampi kuin yksi kansio tarjottiin" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Ainakin yksi kansio ja yksi tiedosto on valittu. Tiedostojen valinnat " -"sivuutetaan ja valittu kansio listataan" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Tiedostoja ja kansioita valittuna" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Tiedostoa ”%1” ei löytynyt" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Tiedostoa ei voida avata" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3411,45 +3310,45 @@ msgstr "" "esimerkiksi sijaintisi on file:/home/konqi, painiketta napsauttamalla " "siirryt kansioon file:/home.
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Napsauta tätä painiketta siirtyäksesi askeleen taaksepäin selaushistoriassa." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Napsauta tätä painiketta siirtyäksesi askeleen eteenpäin selaushistoriassa." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Napsauta tätä painiketta ladataksesi nykyisen sijainnin sisällön uudelleen." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Napsauta tätä painiketta luodaksesi kansion." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Näytä sijaintipaneeli" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Näytä kirjanmerkkipainike" +msgid "Show Quick Filter" +msgstr "Näytä pikasuodatin" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Asetukset" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3465,12 +3364,12 @@ msgstr "" "li>
  • näytetäänkö tiedostojen esikatselu
  • erotetaanko kansiot " "tiedostoista
  • " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Kirjanmerkit" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3484,12 +3383,35 @@ msgstr "" "tiedostoikkunaa, mutta toimivat kuten kirjanmerkit KDE:ssä yleensä." #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nimi:" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Kumoa tiedostonimen muutos" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Säilytä suodatin vaihdettaessa kansioita" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Suodata nimellä…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Piilota suodatusrivi" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3502,12 +3424,12 @@ msgstr "" "hiiren oikealla painikkeella ja valitsemalla vaihtoehto kohdasta Tekstin " "täydennys." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Tämä on tallennettavan tiedoston nimi." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3516,74 +3438,78 @@ msgstr "" "Tämä on avattavien tiedostojen luettelo. Useampi kuin yksi tiedosto voidaan " "määrittää erottamalla tiedostonimet välilyönnein." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Tämä on avattavan tiedoston nimi." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Sijainnit" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Tiedosto ”%1” on jo olemassa. Haluatko varmasti korvata sen?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Korvataanko tiedosto?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Voit valita vain paikallisia tiedostoja." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Etätiedostoja ei hyväksytä" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Kaikki kansiot" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Nykyinen kansio: %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Avaa" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Kuvakekoko: %1 kuvapistettä" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Valitse &tiedostopääte automaattisesti (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "pääte %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Valitse tiedostopääte &automaattisesti" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "sopiva tiedostopääte" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3610,12 +3536,12 @@ msgstr "" "li>Asetus kannattaa pitää käytössä, koska se helpottaa tiedostojen " "käsittelyä." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Tiedostot&yyppi:" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3624,63 +3550,53 @@ msgstr "" "Tämä on tiedostotyypin valitsin. Sitä käytetään valitsemaan muoto, jossa " "tiedosto tallennetaan." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "S&uodatin:" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Tämä on tiedostoluetteloon käytettävä suodatin. Tiedostonimiä, jotka " -"eivät vastaa hakua, ei näytetä.

    Voit valita jonkin valikon valmiista " -"suodattimista, tai voit antaa oman suodattimen tekstikenttään.

    Jokerimerkit, kuten * ja ? on sallittuja.

    " +"Tämä on tiedostotyypin valitsin. Sitä käytetään valitsemaan näytettävät " +"tiedostot." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Luo uusi tiedosto" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Huomautus" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Mallitiedostoa %1 ei ole olemassa." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Uuden linkin nimi:" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Luo linkki verkko-osoitteeseen" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Syötä tiedostonimi (%1):" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Huomautus" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Mallitiedostoa %1 ei ole olemassa." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Uuden linkin nimi:" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Luo symlinkki" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Luo linkki verkko-osoitteeseen" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3690,7 +3606,7 @@ msgstr "" "Nimeä %1 ei voi käyttää, koska se on varattu " "käyttöjärjestelmän käyttöön." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3700,7 +3616,7 @@ msgstr "" "Nimi %1 alkaa pisteellä, joten se piilotetaan " "oletusarvoisesti." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3713,27 +3629,37 @@ msgstr "" "%1 alkaa välilyönnillä, minkä vuoksi se näytetään " "aakkosissa ennen muita kohteita – muiden kummallisuuksien ohella." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "Vinoviivat kansioiden nimissä luovat alikansioita seuraavaan tapaan:" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "Vinoviivat kansioiden nimissä luovat alikansioita." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "Vinoviivaa ei voi käyttää tiedostojen ja kansioiden nimissä" -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "Kenoviivaa ei voi käyttää tiedostojen tai kansioiden nimissä." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Tiedostoa tai kansiota nimeltä %1 ei voida luoda, koska " +"se limittyisi käyttäjän kotikansion sijainnin kanssa." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3743,96 +3669,139 @@ msgstr "" "aiheuttaa sekaannuksia tai vaaratilanteen poistettaessa tiedostoja " "päätteessä." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Kansio nimeltä %1 on jo olemassa." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Tiedosto nimeltä %1 on jo olemassa." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Luo uusi" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Linkki laitteeseen" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Uusi kansio" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Luo uusi kansio" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Luo uusi kansio kohteeseen %1:" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Anna kansion nimi" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Oletus" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Luo uusi tiedosto" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Anna tiedostonimi" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Valitse mukautettu kuvake tai väri" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Valitse toinen kuvake…" + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Kuvakkeen voi myöhemmin vaihtaa kansion ominaisuuksista." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Kopioi" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Liitä" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Avaa ”%1” uuteen välilehteen" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Avaa ”%1” uuteen ikkunaan" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Muokkaa" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Sijainti" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Näytä koko polku" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "Siirry mihin tahansa polulla %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3844,6 +3813,15 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Siirry polun sijaintiin" +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, fuzzy, kde-format +#| msgctxt "@item" +#| msgid "Places" +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Sijainnit" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3867,28 +3845,28 @@ msgstr "Muu" msgid "Edit mode" msgstr "Muokkaustila" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Saat sijaintiselaimen napsauttamalla tästä" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Muokkaa sijaintia napsauttamalla" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Tämän tiedoston suoritukseen ei ole oikeuksia." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Käynnistetään: %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -3897,13 +3875,13 @@ msgstr "" "Palvelusta %1 ei voitu tehdä suoritettavaa: keskeytetään suoritus.\n" "%2" -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Sinulla ei ole oikeutta muuttaa sovellusta, jossa tämä tiedosto avataan." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -3931,12 +3909,18 @@ msgstr "Virhe tallennettaessa kuvaa sijaintiin %1" msgid "Icon file too big, download aborted" msgstr "Kuvaketiedosto on liian suuri; lataus keskeytettiin" +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Sähköpostiohjelmaa ei löytynyt" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -3947,28 +3931,28 @@ msgstr "" "%1\n" "ei ole kelvollinen." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Käynnistetään %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Komentoa %1 ei löytynyt." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Pääte-emulaattoria ei löytynyt" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Avaaminen epäonnistui: %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -3979,7 +3963,7 @@ msgstr "" "%1\n" "on Link-tyyppinen mutta siitä puuttuu URL=-kenttä." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -3988,7 +3972,7 @@ msgstr "" "Ohjelmatiedosto ”%1” sijaitsee etätiedostojärjestelmässä. Turvallisuussyistä " "sitä ei käynnistetä." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -3996,7 +3980,7 @@ msgstr "" "Turvallisuussyistä tässä ympäristössä ei sallita ohjelmatiedostojen " "suorittamista." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4005,7 +3989,7 @@ msgstr "" "Ohjelma ”%1” tarvitsee suoritusoikeudet, ennen kuin sen voi käynnistää." "Ohjelma ”%1” tarvitsee suoritusoikeudet, ennen kuin sen voi käynnistää." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4014,12 +3998,12 @@ msgstr "" "Tiedostosta ”%1” ei voitu tehdä suoritettavaa.\n" "%2" -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "Työpöytätietueen tiedostossa %1 ei ole Type-tietoa." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4030,12 +4014,12 @@ msgstr "" "Tarkista avoinna olevat sovellukset sekä ilmoitusalueelta jonossa olevat " "tehtävät ja lataukset." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Tiedoston avaaminen epäonnistui." -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Ohjelmaa ”%1” ei voitu käynnistää." @@ -4068,7 +4052,7 @@ msgstr "Älä lähetä" #: kioexec/main.cpp:58 #, kde-format msgid "Invalid URL: %1" -msgstr "Virheellinen URL: %1" +msgstr "Virheellinen verkko-osoite: %1" #: kioexec/main.cpp:64 #, kde-format @@ -4081,7 +4065,7 @@ msgid "" "The URL %1\n" "is malformed" msgstr "" -"URL %1\n" +"Verkko-osoite %1\n" "on virheellinen" #: kioexec/main.cpp:83 @@ -4090,8 +4074,8 @@ msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" -"Etä-URL %1\n" -"ei sallittu --tempfiles-valinnan kanssa" +"Etäverkko-osoitetta %1\n" +"ei sallita --tempfiles-valitsimen kanssa" #: kioexec/main.cpp:239 #, kde-format @@ -4124,75 +4108,70 @@ msgstr "" "on muutettu.\n" "Haluatko lähettää muutokset palvelimelle?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec – Avaa etätiedostoja, seuraa muutoksia ja pyytää tiedostonsiirtoja" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "© 1998–2000, 2003 KFM/Konqueror-kehittäjät" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "" -"Kohtele URL-osoitteita kuten paikallisiakin tiedostoja ja poista ne " +"Kohtele verkko-osoitteita kuten paikallisiakin tiedostoja ja poista ne " "jälkikäteen" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Ehdotettu tiedostonimi haetulle tiedostolle" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Suoritettava komento" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" -msgstr "URL tai paikallinen tiedosto, jota käytetään komennolle 'command'" +msgstr "Verkko-osoite tai paikallinen tiedosto, jota ”komennolle” käytetään" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Asetetaan ACL %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4201,7 +4180,7 @@ msgstr "" "Tiedoston %1 oikeuksia ei\n" "voitu muuttaa" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4211,119 +4190,39 @@ msgstr "" "Tiedoston %1\n" "omistajaa ja ryhmää ei voitu muuttaa" -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, fuzzy, kde-format +#| msgid "Could Not Rename Temporary File" +msgid "Could not open temporary file" +msgstr "Väliaikaisen tiedoston nimeä ei voitu muuttaa" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Ohjelmaa ”mount” ei löytynyt" -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Ohjelmaa ”umount” ei löytynyt" -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Muuta käyttöoikeuksia" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Uudet käyttöoikeudet: %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Vaihda tiedoston omistaja" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Uusi omistaja: UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Poista tiedosto" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Poista kansio" - -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Luo kansio" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Kansion käyttöoikeudet: %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Avaa tiedosto" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Avaa kansio" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Uusi tiedostonimi: %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Kohde: %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Muuta aikaleimaa" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "Mistä: %1, mihin: %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Tuntematon toiminto" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Toiminto: %1\n" -"Lähde: %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" msgstr "" "Ei voida kopioida tiedostoa kohteesta %1 kohteeseen %2. (Virheilmoitus: %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Ei mediaa laitteessa %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Käyttäjä-ID annetulle nimelle %1 ei saatavilla." -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Ryhmän %1 ryhmätunuksen selvittäminen epäonnistui." @@ -4365,33 +4264,33 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Sinun tulee antaa käyttäjätunnus ja salasana päästäksesi tälle palvelimelle." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Palvelin:" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Sisäänkirjautuminen OK" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Ei voitu kirjautua %1:n." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4400,7 +4299,7 @@ msgstr "" "\n" "Palvelin vastasi: ”%1”" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4409,12 +4308,12 @@ msgstr "" "Alla olevalle välityspalvelimelle pitää antaa käyttäjätunnus ja salasana, " "ennen kuin mitään sivuja voidaan selata." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Välityspalvelin:" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "Välityspalvelimeen tunnistautuminen epäonnistui." @@ -4466,115 +4365,115 @@ msgid "" msgstr "Haluatko hyväksyä varmenteen pysyvästi?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Palvelimen varmennus" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 kohteessa %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Muuten pyyntö olisi onnistunut." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "hae ominaisuusarvot" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "aseta ominaisuusarvot" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "luo pyydetty kansio" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "kopioi tietty tiedosto tai kansio" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "siirrä tietty tiedosto tai kansio" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "hae tietyssä kansiossa" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "lukitse tietty tiedosto tai kansio" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "poista lukitus tietystä tiedostosta tai kansiosta" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "poista tietty tiedosto tai kansio" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "kysele palvelimen kykyjä" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "hae tietyn tiedoston tai kansion sisältö" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "aja raportti määritetyssä kansiossa" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Odottamaton virhe (%1) tapahtui yritettäessä pyyntöä %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" "An error occurred while attempting to %1, %2. A summary of the reasons is " "below." -msgstr "Tapahtui virhe yritettäessä %1, %2. Lyhyt yhteenveto syistä on alla. " +msgstr "Tapahtui virhe yritettäessä %1, %2. Lyhyt yhteenveto syistä on alla." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Käsittely kielletty yritettäessä %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4584,7 +4483,7 @@ msgstr "" "(kansio) on luotu." # Koska kehittäjä muutti ”propertybehavior” → ”property behavior”, niin oletin ettei ole kääntämättömissä oleva XML-elementin nimi (niissä ei voi olla välilyöntiä). ”Ominaisuuksien käyttäytyminen” heitetty, mutta sen voi ongelmatilanteessa kääntää helposti englanniksi. -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4599,28 +4498,28 @@ msgstr "" "korvata.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Pyydettyä lukkoa %1 ei voitu myöntää." -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Palvelin ei tue rungon pyyntötyyppiä." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Toimintoa %1 ei voida suorittaa, koska resurssi on lukittu." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Toiminto estyi jonkin muun virheen vuoksi." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4630,7 +4529,7 @@ msgstr "" "%1 ei onnistu, koska kohdepalvelin kieltäytyy hyväksymästä tiedostoa tai " "kansiota." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4639,18 +4538,18 @@ msgstr "" "Kohderesurssissa ei ole riittävästi tilaa tallentaa resurssin tilaa metodin " "suorituksen jälkeen." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "Resurssia ei voida poistaa." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "lähetetään tiedostoa %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4661,15 +4560,15 @@ msgstr "Odottamaton virhe (%1) tapahtui yritettäessä %2" msgid "Network" msgstr "Verkko" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" -msgstr "Virheellinen URL %1" +msgstr "Virheellinen verkko-osoite %1" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4681,12 +4580,12 @@ msgstr "" "alkuperäiseen paikkaansa. Kansion voi luoda uudelleen ja käyttää " "palautustoimintoa sitten. Kohteen voi myös vetää hiirellä toisaalle." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Virheellinen yhteyskäytäntöjoukko." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Tiedosto on jo roskakorissa." @@ -4722,7 +4621,7 @@ msgstr "Tyhjennä roskakori" msgid "Restore a trashed file to its original location" msgstr "Palauta roskakoriin viedyt tiedostot niiden alkuperäisille paikoilleen" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "Roskakori on täynnä. Tyhjennä se tai poista kohteita itse." @@ -4743,17 +4642,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Yritä uudelleen" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Tunnistautumisikkuna" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Käsittely kielletty" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Yhteyskäytäntöön %1 ei ole käyttöoikeuksia." @@ -4862,41 +4761,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Odotettu tarkistussumma (MD5, SHA1, SHA256 tai SHA512)…" #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Liitä tarkistussumma leikepöydältä tekstikenttään napsauttamalla." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512:" @@ -4906,9 +4805,9 @@ msgstr "SHA512:" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Laske" @@ -4917,135 +4816,209 @@ msgstr "Laske" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Kopioi tarkistussumma leikepöydälle napsauttamalla." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Peru" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Siirrä tähän" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Lataa tänne" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Kopioi tähän" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Linkitä tähän" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Käynnistä" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Mitä haluat tehdä tälle tiedostolle?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Älä kysy uudelleen" +msgctxt "@action:button" +msgid "&Open" +msgstr "A&vaa" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Suorita" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "Avaa &ohjelmalla %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Kumoa muutokset" +msgid "Would you like to launch this file?" +msgstr "Haluaisitko käynnistää tämän tiedoston?" -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "Toimenpiteen kumoaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" - -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Luodaan kansiota" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Lähde" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Kohde" + +# pmap: =:teonnimi=Kopiointi: +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Kopioidaan" + +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Siirretään" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Muutetaan nimiä" -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Siirretään roskakoriin" + +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Poistetaan" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "K&umoa" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "K&umoa kopiointi" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "K&umoa linkitys" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "K&umoa siirto" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "K&umoa nimen muutos" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "K&umoa roskakoriin siirtäminen" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "K&umoa kansion luominen" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "K&umoa kansioiden luominen" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "K&umoa tiedoston luominen" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "K&umoa nimien muutos" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "Tee &uudelleen" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "Tee &uudelleen: Kopioi" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "Tee &uudelleen: Linkitä" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "Tee &uudelleen: Siirrä" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "Tee &uudelleen: Muuta nimeä" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "Tee &uudelleen: Siirrä roskakoriin" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "Tee &uudelleen: Luo kansio" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "Tee &uudelleen: Luo kansioita" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "Tee &uudelleen: Luo tiedosto" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "Tee &uudelleen: Muuta nimiä eräajona" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5058,12 +5031,12 @@ msgstr "" "Kopioinnin kumoaminen poistaa tiedoston, ja kaikki muutokset menetetään.\n" "Haluatko varmasti poistaa kohteen %4?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Tiedostokopioinnin kumoamisen vahvistus" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5075,21 +5048,22 @@ msgstr "" "filename>Toimintoa ei voi kumota." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Poista pysyvästi" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Poista pysyvästi" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5105,7 +5079,7 @@ msgstr[1] "" "Haluatko varmasti poistaa nämä %1 kohdetta pysyvästi?Toimintoa ei voi kumota." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5115,13 +5089,13 @@ msgstr "" "Haluatko varmasti tyhjentää koko roskakorin?Toimintoa ei voi kumota." -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Tyhjennä roskakori" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5131,7 +5105,7 @@ msgstr "" "Haluatko varmasti siirtää tämän kohteen roskakoriin?%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5216,7 +5190,7 @@ msgstr "Omistaja" msgid "Owning Group" msgstr "Omistajaryhmä" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Muut" @@ -5289,106 +5263,113 @@ msgstr "Päivitetään järjestelmän asetuksia" msgid "Updating system configuration…" msgstr "Päivitetään järjestelmän asetuksia…" -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nimi" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Koko" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Päiväys" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Oikeudet" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Omistaja" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Ryhmä" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Tyyppi" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "A&vaa ohjelmalla %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Toiminnot" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "Avaa &kansio ohjelmalla…" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "A&vaa ohjelmalla…" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, fuzzy, kde-format +#| msgid "&Execute" +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "&Suorita" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "Avaa &kansio ohjelmalla %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "A&vaa ohjelmalla %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "Avaa &kansio ohjelmalla" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "A&vaa ohjelmalla" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "&Muu sovellus…" -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5396,114 +5377,135 @@ msgid_plural "%1 items" msgstr[0] "1 kohde" msgstr[1] "%1 kohdetta" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "tuntematon" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Pysäytä" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Tarkastele Filelightissa" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Liitoslähde:" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Tilaa vapaana:" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Tyyppi:" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Sisältö:" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Avaa ohjelmalla:" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Muuta…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Sijainti:" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Koko:" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Muuta…" +msgid "Determine the folder size" +msgstr "Määritä kansion koko" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Sisältö:" +msgid "Stop" +msgstr "Pysäytä" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Lakkaa määrittämästä kansion kokoa" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Tarkastele Filelightissa" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Osoittaa:" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Muutettu:" +msgid "Show target" +msgstr "Näytä kohde" # Luontiaika, eikä se, joka on luonut. #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Luotu:" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Tiedostojärjestelmä:" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Tuntematon koko" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Liitospiste:" +msgid "Modified:" +msgstr "Muutettu:" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Avattu:" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Avaa ohjelmalla:" +msgid "File system:" +msgstr "Tiedostojärjestelmä:" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, fuzzy, kde-format +#| msgid "Mounted On:" +msgid "Mounted on:" +msgstr "Liitospiste:" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, fuzzy, kde-format +#| msgid "Mounted From:" +msgid "Mounted from:" +msgstr "Liitoslähde:" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, fuzzy, kde-format +#| msgid "Free Space:" +msgid "Free space:" +msgstr "Tilaa vapaana:" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Tuntematon koko" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5752,7 +5754,7 @@ msgstr "Erillinen GPU" #: widgets/kpropertiesdesktopadvbase.ui:136 #, kde-format msgid "Run using dedicated graphics card" -msgstr "Suorita omassa grafiikkakortissa" +msgstr "Suorita omalla näytönohjaimella" #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup4) #: widgets/kpropertiesdesktopadvbase.ui:146 @@ -5795,24 +5797,28 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Anna sovelluksen kuvaus sen käyttötarkoitukseen liittyen. Esimerkiksi " -"puhelinsoitto-ohjelma KPPP voisi olla ”Puhelinverkkoyhteyden soitto-ohjelma”." +"Kirjoita tähän sovelluksen yleisnimi. Esimerkki: kuvakatselusovelluksesta se " +"olisi ”kuvakatselin”." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Kuvaus:" +msgid "&Generic name:" +msgstr "&Yleisnimi:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Syötä tähän mikä tahansa hyödyllinen kommentti." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Kirjoita tähän sovelluksesta sen käyttöön perustuva kuvaus. Esimerkki: " +"kuvankatselusovelluksesta se voisi olla ”Näytä ja muokkaa kuvia”." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5823,8 +5829,8 @@ msgstr "Komm&entti:" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" -msgstr "Ympäristömuuttujat" +msgid "Environment variables:" +msgstr "Ympäristömuuttujat:" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) #. i18n: ectx: property (whatsThis), widget (QLineEdit, programEdit) @@ -6025,7 +6031,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Jaa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6035,36 +6041,55 @@ msgstr "" "Asetuksia ei voitu tallentaa, koska käyttöoikeudet eivät riitä kirjoittamaan " "tiedostoon:%1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Perustiedot" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Anna tiedostonimi" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Tarkastele ohjelmassa %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Päivitä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Anna kohdesijainti" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Näytä %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Tuntematon koko" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6073,138 +6098,144 @@ msgstr "" "Lasketaan… %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 tiedosto" msgstr[1] "%1 tiedostoa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "%1 alikansio" msgstr[1] "%1 alikansiota" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Lasketaan…\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Ainakin %1\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Uusi tiedostonimi on tyhjä." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Ei rekisteröityä tiedostotyyppiä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Ei kytkettyä sovellusta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Luo…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Muuta…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "Vaihda oletussovellusta, johon tyypin ”%1” tiedostot avataan" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Ei käyttöoikeutta" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Voi vain katsella" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Voi katsoa ja muuttaa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Voi vain katsoa sisältöä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Voi katsoa ja muuttaa sisältöä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Voi katsoa tai lukea sisältöä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Voi katsoa/lukea ja muuttaa/kirjoittaa" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "Oi&keudet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Käyttöoikeudet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Tämä tiedosto on linkki ja sillä ei ole oikeuksia" msgstr[1] "Nämä tiedostot ovat linkkejä ja niillä ei ole oikeuksia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Vain omistaja voi muuttaa oikeuksia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Om&istaja:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Määrittelee omistajan oikeudet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "&Ryhmä:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Määrittelee ryhmän jäsenien oikeudet." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "&Muut" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6213,27 +6244,27 @@ msgstr "" "Määrittelee kaikkien muiden käyttäjien, jotka eivät ole ryhmässä tai eivät " "ole omistajia, oikeudet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "Vain &omistaja voi poistaa sisältöä tai muuttaa nimiä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" msgstr "Salli suoritus &ohjelmana" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Poista tai muuta nimeä:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "Suorita:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6244,7 +6275,7 @@ msgstr "" "tiedostoja sekä alikansioita tai muuttaa niiden nimiä. Muut käyttäjät voivat " "vain lisätä uusia tiedostoja, mikä edellyttää sisällön muuttamisoikeutta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6253,42 +6284,42 @@ msgstr "" "Tee tiedostosta suoritettava valitsemalla tämä. Tämä on hyötyä vain " "ohjelmille ja skripteille. Sitä tarvitaan, jos haluat suorittaa ne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Tarkemmat käyttöoikeusasetukset" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Omistaja" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Käyttäjä:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Ryhmä:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Käytä muutoksia kaikissa alikansioissa ja niiden sisällöissä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Tarkemmat käyttöoikeusasetukset" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Luokka" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" @@ -6297,22 +6328,22 @@ msgstr "" "Näytä\n" "tietueet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Tämä valinta sallii kansion lukemisen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Luku" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Luku-valinta sallii tiedostojen sisällön lukemisen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" @@ -6321,7 +6352,7 @@ msgstr "" "Kirjoita-\n" "tietueet" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6331,43 +6362,43 @@ msgstr "" "Huomaa, että tiedostojen poistamista ja nimen muuttamista voi rajoittaa " "Lukitus-valinnalla." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Kirjoitus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Kirjoita-valinta sallii tiedostojen sisällön muuttamisen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Siirry" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Valitse tämä salliaksesi kansioon siirtymisen." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Suoritus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "Valitse tämä salliaksesi tiedoston suorittaminen ohjelmana." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Erityisasetukset" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6376,24 +6407,24 @@ msgstr "" "Erityisasetus. Voimassa koko kansiolle. Valinnan tarkka merkitys käy ilmi " "oikeasta sarakkeesta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "Erityisasetus. Valinnan tarkka merkitys käy ilmi oikeasta sarakkeesta." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Käyttäjä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Ryhmä" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6402,7 +6433,7 @@ msgstr "" "Jos tämä on valittuna, tämän kansion omistaja tulee olemaan uusienkin " "tiedostojen omistaja." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6411,7 +6442,7 @@ msgstr "" "Jos tiedosto on suoritettava ja valinta on valittu, se suoritetaan omistajan " "oikeuksin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6419,7 +6450,7 @@ msgstr "" "Jos tämä on valittu, tämän kansion ryhmä asetetaan kaikille uusillekin " "tiedostoille." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6428,7 +6459,7 @@ msgstr "" "Jos tämä on suoritettava tiedosto ja asetus on valittu, tiedosto suoritetaan " "ryhmän oikeuksin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6438,7 +6469,7 @@ msgstr "" "nimiä voi muuttaa vain pääkäyttäjä tai omistaja. Muuten kuka tahansa, jolla " "on kirjoitusoikeudet, voi tehdä näin." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6447,90 +6478,81 @@ msgstr "" "Lukitus-määrityksestä ei piitata Linuxissa mutta sitä voi käyttää joissakin " "muissa järjestelmissä." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Aseta UID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Aseta GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Lukitus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Linkki" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Muuttuva (ei muutoksia)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Tämä tiedosto käyttää kehittyneitä käyttöoikeuksia." msgstr[1] "Nämä tiedostot käyttävät kehittyneitä käyttöoikeuksia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Tämä kansio käyttää kehittyneitä käyttöoikeuksia." msgstr[1] "Nämä kansiot käyttävät kehittyneitä käyttöoikeuksia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Nämä tiedostot käyttävät kehittyneitä käyttöoikeuksia." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "Tarkistus&summat" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Lasketaan…" - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Virheellinen tarkistussumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "" "Annettu teksti ei ole kelvollinen MD5-, SHA1- tai SHA256-tarkistussumma." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Tarkistussummat täsmäävät." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "Laskettu ja odotettu tarkistussumma täsmäävät." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6541,57 +6563,73 @@ msgstr "" "Yritä ladata tiedosto uudestaan.
    Jos tarkistus silti epäonnistuu, ota " "yhteyttä tiedoston tarjoajaan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "Laskettu ja odotettu tarkistussumma eroavat." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Tarkistetaan tarkistussummaa…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Kaikkien tiedostojen tarkistussummat on sama." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "Valituilla tiedostoilla on eri tarkistussummat." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Lasketaan…" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "&Osoite" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "Osoite:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." msgstr "" "Ominaisuuksien tallentaminen epäonnistui. Vain paikallisia kohteita tuetaan." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Sovellus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Lisää tiedostotyyppi %1:lle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Valitse yksi tai useampi lisättävä tiedostotyyppi:" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "Vain paikallisia suoritustiedostoja voidaan käynnistää." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Lisäasetukset %1:lle" @@ -6691,22 +6729,26 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Verkkopikavalintojen asetukset…" -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Tiedostonavausikkuna" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Tiedostonimi leikepöydän sisällölle:" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "liitetty tiedosto" -#: widgets/paste.cpp:112 -#, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +#: widgets/paste.cpp:79 widgets/paste.cpp:113 +#, fuzzy, kde-format +#| msgctxt "@action:inmenu" +#| msgid "Paste Clipboard Contents…" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Liitä leikepöydän sisältö…" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6716,19 +6758,19 @@ msgstr "" "valittu tietomuoto ei ole enää käyttökelpoinen. Kopioi uudelleen, mitä " "halusit liittää." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Liitä kansio" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Liitä tiedosto" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6736,47 +6778,64 @@ msgid_plural "Paste %1 Items" msgstr[0] "Liitä kohde" msgstr[1] "Liitä %1 kohdetta" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Liitä leikepöydän sisältö…" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Liitä" -#: widgets/pastedialog.cpp:43 -#, kde-format +#: widgets/pastedialog.cpp:57 +#, fuzzy, kde-format +#| msgid "Data format:" +msgctxt "@label" msgid "Data format:" msgstr "Tietomuoto:" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Tiedostonimi leikepöydän sisällölle:" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Tiedostonimi pudotetulle sisällölle:" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Päiväys: %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Koko: %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "K&äytä kaikkiin" -#: widgets/renamedialog.cpp:230 -#, kde-format +#: widgets/renamedialog.cpp:280 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "folder conflicts for the remainder of the current job.\n" +#| "Unless you press Skip you will still be prompted in case of a conflict " +#| "with an existing file in the directory." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." @@ -6786,47 +6845,50 @@ msgstr "" "Ellet paina Ohita, sinulta kysytään yhä ristiriitatilanteessa, kun kansiossa " "on jo tiedosto olemassa." -#: widgets/renamedialog.cpp:234 -#, kde-format +#: widgets/renamedialog.cpp:284 +#, fuzzy, kde-format +#| msgid "" +#| "When this is checked the button pressed will be applied to all subsequent " +#| "conflicts for the remainder of the current job." msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" "Kun tämä asetus on valittu, painettua painikkeen toimintoa sovelletaan " "kaikkiin ristiriitoihin nykyisen työn ajan." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "M&uuta nimeä" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Ehdota uutta &nimeä" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ohita" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Älä kopioi tai siirrä tätä kansiota vaan siirry seuraavaan" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Älä kopioi tai siirrä tätä tiedostoa vaan siirry seuraavaan" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Kirjoita" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -6837,13 +6899,13 @@ msgstr "" "Tiedostot ja kansiot kopioidaan olemassa olevaan kansioon sisältöineen.\n" "Jos kansiossa on jo saman niminen tiedosto, sinulta kysytään uudelleen" -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Kor&vaa vanhemmat tiedostot" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -6852,12 +6914,12 @@ msgstr "" "Muokkausajaltaan vanhemmat kohdetiedostot korvataan lähteellä, muussa " "tapauksessa ohitetaan." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "&Jatka" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -6866,67 +6928,57 @@ msgstr "" "Tämä toiminto korvaisi tiedoston %1 itsellään.\n" "Uusi nimi:" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Jatka" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Haluatko korvata kohteen?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Haluatko yhdistää kohteen ”%1” sisällön kohteeseen ”%2”?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Lähde" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Kohde" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "Lähde on uudempi." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "Lähde on vanhempi." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "Lähde on %1 pienempi." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "Lähde on %1 suurempi." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Tiedostot ovat identtiset." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Tiedostot vaikuttavat identtisiltä." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Tiedostot eroavat." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -6935,59 +6987,51 @@ msgstr "" "Tiedostot ovat todennäköisesti yhtenevät: niiden koko on sama ja sisältö " "sama alussa, keskellä ja lopussa." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Vertaa tiedostoja" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Vanhempi kohde nimeltä ”%1” on jo olemassa." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Samankaltainen tiedosto ”%1” on jo olemassa." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Uudempi kohde nimeltä ”%1” on jo olemassa." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Muuta nimeksi:" -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Muuta nimeä" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Muuta nimiä" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "M&uuta nimeä" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Muuta tiedoston %1 nimeksi:" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Uusi nimi #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Tiedosto nimeltä %1 on jo olemassa." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ei ole kelvollinen tiedostonimi." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -6995,38 +7039,190 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Muuta %1 valitun kohteen nimeksi:" msgstr[1] "Muuta %1 valitun kohteen nimiksi:" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# korvataan juoksevalla numerolla alkaen numerosta:" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Uusi nimi #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Virheellinen tiedostonimi: uuden nimen tulisi sisältää jono #-merkkejä, " +"ellei kaikilla tiedostoilla ole eri tiedostopäätteitä." + +# *** TARKISTA: Kontekstijonokaan ei auta selvittämään, mihin ”by” viittaa. +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Muuta valitun kohteen nimeä ohjelmalla:" +msgstr[1] "Muuta %1 valitun kohteen nimeä ohjelmalla:" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Korvattava:" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Kuvio" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Korvaava:" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Korvaus" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Mikään tiedostonimi ei sisällä kuviota." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Jos ”%1” korvataan tyhjällä, %2 saisi tyhjän nimen" + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Muuta %1 valitun kohteen nimeksi:" +msgstr[1] "Muuta %1 valitun kohteen nimiksi:" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Lisää teksti:" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Lisättävä teksti" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Ennen tiedostonimeä" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Tiedostonimen jälkeen" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Muuta nimeä" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Muuta nimiä" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "M&uuta nimeä" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Miten nimiä muutetaan:" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Luettele" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Korvaa teksti" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Lisää teksti" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Esikatselu:" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "Tiedoston %1 nimeä ei voi muuttaa tyhjäksi." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Ilmoitus" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Korvaa" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Yritä uudelleen" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Korvaa kaikki" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ohita" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Ohita kaikki" @@ -7113,7 +7309,7 @@ msgstr "" "Etäpalvelin ei lähettänyt SSL-varmenteita.\n" "Keskeytetään, koska palvelinta ei kyetä tunnistamaan." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7154,35 +7350,62 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Tämän kohteen siirto roskakoriin epäonnistui, koska se on liian iso. " -"Poistetaanko se pysyvästi?%1Toimintoa ei voi kumota." +"Roskakori on liian täynnä tälle tiedostolle. Poistetaanko se pysyvästi?%1Toimintoa ei " +"voi kumota." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." +msgstr[0] "" +"Roskakori on liian täynnä tälle tiedostolle. Poistetaanko se pysyvästi?Toimintoa ei voi kumota." +msgstr[1] "" +"Roskakori on liian täynnä näille %1 tiedostolle. Poistetaanko se pysyvästi?" +"Toimintoa ei voi kumota." + +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"Roskakori ei ole käytettävissä kohteen sijainnille. Poistetaanko se " +"pysyvästi?%1Toimintoa ei voi kumota." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " "delete them instead?This action cannot be " "undone." msgstr[0] "" -"Tämän kohteen siirto roskakoriin epäonnistui, koska se on liian iso. " -"Poistetaanko se pysyvästi?Toimintoa ei voi " -"kumota." +"Roskakori ei ole käytettävissä kohteen %1 sijainnille. Poistetaanko se " +"pysyvästi?Toimintoa ei voi kumota." msgstr[1] "" -"Näiden %1 kohteen siirto roskakoriin epäonnistui, koska ne ovat liian isoja. " -"Poistetaanko ne pysyvästi?Toimintoa ei voi " -"kumota." +"Roskakori ei ole käytettävissä näiden %1 kohteen sijainnille. Poistetaanko " +"ne pysyvästi?Toimintoa ei voi kumota." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7190,51 +7413,272 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Haluatko varmasti siirtää tämän %1 kohteen roskakoriin?" msgstr[1] "Haluatko varmasti siirtää nämä %1 kohdetta roskakoriin?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Älä kysy uudelleen" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Älä kysy uudelleen" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Älä näytä tätä viestiä uudelleen" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Vastapään SSL-varmenneketju näyttää olevan vioittunut." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Varoitus" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Tämä käynnistää ohjelman:" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" +#~ msgid "Open With:" +#~ msgstr "Avaa ohjelmalla:" + +#~ msgid "File System:" +#~ msgstr "Tiedostojärjestelmä:" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Käynnistä ohjelmatiedostot kysymättä" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "Avaa ohjelmatiedostot oletussovellukseen kysymättä" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Muista kaikille ohjelmatiedostoille" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Tämän voi myöhemmin kumota Dolphinin asetusten kohdassa ”Vahvistukset”." + +#~ msgid "Change Attribute" +#~ msgstr "Muuta määritettä" + +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Tiedostomääritteiden muuttaminen vaatii pääkäyttäjäoikeuksia. Haluatko " +#~ "jatkaa?" + +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "Kopioiminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Delete Files" +#~ msgstr "Poista tiedostot" + +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Poistaminen vaatii pääkäyttäjäoikeuksia. Järjestelmä voi kuitenkin " +#~ "tällöin vahingoittua. Haluatko jatkaa?" + +#~ msgid "Create Folder" +#~ msgstr "Luo kansio" + +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Tämän kansion luominen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Move Items" +#~ msgstr "Siirrä tietueet" + +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "Siirtäminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Rename" +#~ msgstr "Muuta nimeä" + +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "Nimen muuttaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "Sylinkin luominen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Transfer data" +#~ msgstr "Siirrä tietoa" + +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "Tiedonsiirto vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Undo Changes" +#~ msgstr "Kumoa muutokset" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Toimenpiteen kumoaminen vaatii pääkäyttäjäoikeuksia. Haluatko jatkaa?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Asetetaan ACL %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Muuta käyttöoikeuksia" + +#~ msgid "New Permissions: %1" +#~ msgstr "Uudet käyttöoikeudet: %1" + +#~ msgid "Change File Owner" +#~ msgstr "Vaihda tiedoston omistaja" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Uusi omistaja: UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Poista tiedosto" + +#~ msgid "Remove Directory" +#~ msgstr "Poista kansio" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Kansion käyttöoikeudet: %1" + +#~ msgid "Open File" +#~ msgstr "Avaa tiedosto" + +#~ msgid "Open Directory" +#~ msgstr "Avaa kansio" + +#~ msgid "New Filename: %1" +#~ msgstr "Uusi tiedostonimi: %1" + +#~ msgid "Target: %1" +#~ msgstr "Kohde: %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Muuta aikaleimaa" + +#~ msgid "From: %1, To: %2" +#~ msgstr "Mistä: %1, mihin: %2" + +#~ msgid "Unknown Action" +#~ msgstr "Tuntematon toiminto" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Toiminto: %1\n" +#~ "Lähde: %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Näytä kirjanmerkkipainike" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Tiedostoja siirretään" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Tiedostoja kopioidaan" + +#~ msgid "&Description:" +#~ msgstr "&Kuvaus:" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Syötä tähän mikä tahansa hyödyllinen kommentti." + +#~ msgid "Do not ask again" +#~ msgstr "Älä kysy uudelleen" + +#~ msgid "&Filter:" +#~ msgstr "S&uodatin:" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Tämä on tiedostoluetteloon käytettävä suodatin. Tiedostonimiä, jotka " +#~ "eivät vastaa hakua, ei näytetä.

    Voit valita jonkin valikon valmiista " +#~ "suodattimista, tai voit antaa oman suodattimen tekstikenttään.

    Jokerimerkit, kuten * ja ? on sallittuja.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Useampi kuin yksi kansio on valittu, eikä tämä dialogi hyväksy kansioita." +#~ "Valitse vain yksi kansio luetteloidaksesi sen." + +#~ msgid "More than one folder provided" +#~ msgstr "Useampi kuin yksi kansio tarjottiin" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Ainakin yksi kansio ja yksi tiedosto on valittu. Tiedostojen valinnat " +#~ "sivuutetaan ja valittu kansio listataan" + +#~ msgid "Files and folders selected" +#~ msgstr "Tiedostoja ja kansioita valittuna" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Vaikka palvelimeen tehtiin pyyntö, vastausta ei saatu määräajassa:" +#~ "
    • Yhteyden muodostuksen aikakatkaisu: %1 sekuntia
    • Vastauksen saamisen aikakatkaisu: %2 sekuntia
    • Välityspalvelimen käytön aikakatkaisu: %3 sekuntia
    Voit " +#~ "muuttaa arvoja KDE:n järjestelmän asetuksista valitsemalla Verkko -> " +#~ "Asetukset." + #~ msgid "Is &executable" #~ msgstr "&Suoritettava" @@ -8380,9 +8824,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ "Tämä on laskennallinen enimmäismäärä levytilaa, jonka roskakori saa " #~ "viedä." -#~ msgid "Show a Warning" -#~ msgstr "Näytä varoitus" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Poista vanhimmat tiedostot roskakorista" @@ -8520,10 +8961,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "Space" #~ msgstr "Väli" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Oletus" - #~ msgid "Modify Web Shortcut" #~ msgstr "Muuta WWW-pikavalintaa" @@ -8897,11 +9334,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Osoitteelle %1 ei löytynyt sovellusta tai käsittelijää" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Liitä tiedosto" -#~ msgstr[1] "&Liitä %1 tiedostoa" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Liitä osoite" @@ -9012,14 +9444,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "Invalid Directory Name" #~ msgstr "Virheelliset kansionimi" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Ei voitu luoda kansiota nimeltä %1,koska nimi " -#~ "on käyttöjärjestelmän varaama." - #~ msgid "File Type Options" #~ msgstr "Tiedostotyyppivalinnat" @@ -9057,9 +9481,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "unmounting is not supported by wince." #~ msgstr "wince ei tue irrottamista." -#~ msgid "File name:" -#~ msgstr "Tiedostonimi:" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9352,9 +9773,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "Read only" #~ msgstr "Vain luku" -#~ msgid "File system:" -#~ msgstr "Tiedostojärjestelmä:" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Liitospiste (/mnt/floppy):" @@ -9858,9 +10276,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ msgid "Do not &close when command exits" #~ msgstr "Älä &sulje komennon päätyttyä" -#~ msgid "&Username:" -#~ msgstr "&Käyttäjätunnus:" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -9884,9 +10299,6 @@ msgstr "Ellet luota tähän ohjelmaan, napsauta Peru" #~ "Evästeiden hallintapalvelua ei voitu käynnistää.\n" #~ "Et voi hallita tietokoneellesi tallennettuja evästeitä." -#~ msgid "Open with:" -#~ msgstr "Avaa ohjelmalla:" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/fr/docs/kioworker6/data/index.docbook b/local/recipes/kde/kf6-kio/source/po/fr/docs/kioworker6/data/index.docbook index 23d761217a..e447e3e8d4 100644 --- a/local/recipes/kde/kf6-kio/source/po/fr/docs/kioworker6/data/index.docbook +++ b/local/recipes/kde/kf6-kio/source/po/fr/docs/kioworker6/data/index.docbook @@ -58,7 +58,7 @@ >data:;charset=iso-8859-1,Gr%FC%DFe aus Schl%E4gl produit la chaîne produit la chaine Grüße aus SchläglLe &FTP; est couramment utilisé pour retrouver une information et obtenir des logiciels enregistrés sur des sites &FTP; d'archives partout dans le monde. - Source : http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm +>Veuillez consulter le document « RFC » : https://datatracker.ietf.org/doc/html/rfc959. Voir le manuel : +# SPDX-FileCopyrightText: 2020-2026 Xavier Besnard # Matthieu Robin , 2002,2003, 2004. # Robert Jacolin , 2003. # Gilles CAULIER , 2003. @@ -22,10 +22,10 @@ msgid "" msgstr "" "Project-Id-Version: kio4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" -"PO-Revision-Date: 2024-11-07 18:55+0100\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" +"PO-Revision-Date: 2026-06-14 17:27+0200\n" "Last-Translator: Xavier Besnard \n" -"Language-Team: French >\n" +"Language-Team: fr\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: &\n" "X-Environment: kde\n" -"X-Generator: Lokalize 23.08.5\n" +"X-Generator: Lokalize 26.04.1\n" "X-Text-Markup: kde4\n" #, kde-format @@ -47,12 +47,12 @@ msgid "Your emails" msgstr "" "kde@macolu.org, renard@kde.org, sdepiets@gmail.com, xavier.besnard@kde.org" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, kde-format msgid "Could not modify the ownership of file %1" msgstr "Impossible de modifier le propriétaire du fichier %1" -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, kde-kuit-format msgid "" "Could not modify the ownership of file %1. You have " @@ -61,12 +61,12 @@ msgstr "" "Impossible de changer le propriétaire du fichier %1. Vos droits " "d'accès sont insuffisants pour effectuer cette modification." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, kde-format msgid "Unable to create KIO worker: %1" msgstr "Impossible de créer un module d'entrée / sortie : %1" -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, kde-format msgctxt "" "The first arg is the path to the symlink that couldn't be created, the " @@ -79,7 +79,7 @@ msgstr "" "Le système de fichiers de destination (%2) ne prend pas en charge les liens " "symboliques." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -94,7 +94,7 @@ msgstr "" "La sélection de « Remplacer » substituera tout caractère non valable (dans " "le nom du dossier de destination) par un caractère de tiret bas (« _ »). " -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -109,23 +109,23 @@ msgstr "" "La sélection de « Remplacer » substituera tout caractère non valable (dans " "le nom du fichier de destination) par un caractère de tiret bas (« _ »). " -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Le dossier existe déjà" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Le fichier existe déjà" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Existe déjà en tant que dossier" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, kde-format msgid "Trash" msgstr "Corbeille" @@ -223,215 +223,96 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1 : %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Déplacement" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Source" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Destination" -#: core/job.cpp:105 +#: core/job.cpp:112 #, kde-format msgctxt "@title job" msgid "Renaming" msgstr "Renommage en cours" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Copie" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Création du dossier" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Dossier" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Suppression" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Fichier" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Analyse" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "Transfert" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Montage" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Périphérique" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Point de montage" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Démontage" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "Modifier l'attribut" - -# unreviewed-context -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour modifier " -"les attributs de ce fichier. Voulez-vous continuer ?" - -#: core/job.cpp:270 -#, kde-format -msgid "Copy Files" -msgstr "Copier des fichiers" - -# unreviewed-context -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour effectuer " -"cette copie. Voulez-vous continuer ?" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Supprimer les fichiers" - -# unreviewed-context -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour effectuer " -"cette suppression. Toutefois, cela pourrait endommager votre système. Voulez-" -"vous continuer ?" - -#: core/job.cpp:282 -#, kde-format -msgid "Create Folder" -msgstr "Créer un dossier" - -# unreviewed-context -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour créer ce " -"dossier. Voulez-vous continuer ?" - -#: core/job.cpp:288 -#, kde-format -msgid "Move Items" -msgstr "Déplacement des éléments" - -# unreviewed-context -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour effectuer " -"ce déplacement. Voulez-vous continuer ?" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, kde-format -msgid "Rename" -msgstr "Renommer" - -# unreviewed-context -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour effectuer " -"ce renommage. Voulez-vous continuer ?" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, kde-format -msgid "Create Symlink" -msgstr "Créer un lien symbolique" - -# unreviewed-context -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour créer un " -"lien symbolique. Voulez-vous continuer ?" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "Transfert de données" - -# unreviewed-context -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour effectuer " -"ce transfert de données. Voulez-vous continuer ?" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -865,6 +746,12 @@ msgstr "Ce fichier est trop gros pour être mis à la corbeille." #: core/job_error.cpp:264 #, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" +"Impossible de trouver ou de créer un dossier de corbeille à cet emplacement." + +#: core/job_error.cpp:267 +#, kde-format msgid "" "Unknown error code %1\n" "%2\n" @@ -874,65 +761,65 @@ msgstr "" "%2\n" "Veuillez envoyer un rapport de bogue détaillé à https://bugs.kde.org." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, kde-format msgctxt "@info url" msgid "(unknown)" msgstr "(inconnue)" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "

    %1

    %2

    " -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Raison technique : " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "Details of the request:" msgstr "Détails de la requête :" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, kde-format msgid "
  • URL: %1
  • " msgstr "
  • URL : %1
  • " -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
  • Protocol: %1
  • " msgstr "
  • Protocole : %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Date and time: %1
  • " msgstr "
  • Date et heure : %1
  • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
  • Additional information: %1
  • " msgstr "
  • Informations complémentaires : %1
  • " -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, kde-format msgid "Possible causes:" msgstr "Causes possibles :" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, kde-format msgid "Possible solutions:" msgstr "Solutions possibles :" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, kde-format msgctxt "@info protocol" msgid "(unknown)" msgstr "(inconnu)" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -942,17 +829,17 @@ msgstr "" "système ou d'un groupe d'assistance technique, pour une aide plus " "approfondie." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "Contactez l'administrateur du serveur pour une aide plus approfondie." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Vérifiez vos droits d'accès à cette ressource." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -961,7 +848,7 @@ msgstr "" "Vos droits d'accès ne sont peut-être pas suffisants pour exécuter " "l'opération demandée sur cette ressource." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -969,7 +856,7 @@ msgstr "" "Le fichier est peut-être en cours de manipulation (et donc verrouillé) dans " "une autre application ou par un autre utilisateur." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -978,18 +865,18 @@ msgstr "" "Assurez-vous qu'aucune autre application et qu'aucun autre utilisateur " "n'accède au fichier ou ne l'a verrouillé." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Bien que cela soit peu probable, un problème matériel est peut-être survenu." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Vous avez peut-être découvert un bogue dans ce logiciel." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -998,7 +885,7 @@ msgstr "" "Cela est probablement dû à un bogue dans le logiciel. Veuillez le signaler " "selon la procédure décrite ci-dessous." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -1007,7 +894,7 @@ msgstr "" "Mettez votre logiciel à jour. Votre distribution devrait proposer des outils " "de mise à jour pour ce faire." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, kde-format msgid "" "When all else fails, please consider helping the KDE team or the third party " @@ -1027,12 +914,12 @@ msgstr "" "ci-dessus et incluez-les dans votre rapport de bogue, ainsi que tout autre " "détail que vous jugez utile." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Un problème est peut-être survenu avec votre connexion réseau." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1042,7 +929,7 @@ msgstr "" "avez pu accéder à l'Internet sans problème récemment, c'est cependant peu " "probable." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1051,43 +938,43 @@ msgstr "" "Un incident s'est peut-être produit à un endroit quelconque de l'itinéraire " "du réseau entre le serveur et cet ordinateur." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Réessayez, maintenant ou plus tard." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Une erreur ou une incompatibilité de protocole est peut-être survenue." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Assurez-vous que la ressource existe réellement, puis réessayez." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "La ressource spécifiée n'existe peut-être pas." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Vérifiez à nouveau que vous avez saisi l'emplacement correct, puis réessayez." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Vérifiez l'état de votre connexion réseau." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Impossible d'ouvrir la ressource en lecture" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1, could not be written to as " @@ -1118,17 +1005,17 @@ msgstr "" "Cela signifie que le fichier %1 n'a pas pu être écrit comme " "vous l'aviez demandé, car vous n'avez pas les droits d'accès en écriture." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, kde-format msgid "Cannot Launch Process required by the %1 Protocol" msgstr "Impossible de lancer le processus demandé par le protocole %1" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Impossible de démarrer le processus" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, kde-format msgid "" "The program on your computer which provides access to the %1 est introuvable ou n'a pas pu démarrer. Cela est habituellement dû à " "des problèmes techniques." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1151,12 +1038,12 @@ msgstr "" "rendre le programme incompatible avec la version actuelle et donc empêcher " "son démarrage." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Problème interne" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 a signalé un problème interne." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "URL formatée de façon incorrecte" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L" -#: core/job_error.cpp:495 +#: core/job_error.cpp:498 #, kde-format msgid "Unsupported Protocol %1" msgstr "Protocole %1 non géré" -#: core/job_error.cpp:497 +#: core/job_error.cpp:500 #, kde-format msgid "" "The protocol %1 is not supported by the KDE programs " @@ -1199,12 +1086,12 @@ msgstr "" "Le protocole %1 n'est pas géré par les programmes KDE " "actuellement installés sur votre ordinateur." -#: core/job_error.cpp:500 +#: core/job_error.cpp:503 #, kde-format msgid "The requested protocol may not be supported." msgstr "Le protocole demandé n'est peut-être pas géré." -#: core/job_error.cpp:502 +#: core/job_error.cpp:505 #, kde-format msgid "" "The versions of the %1 protocol supported by this computer and the server " @@ -1213,7 +1100,7 @@ msgstr "" "Les versions du protocole %1 gérées par votre ordinateur et celles gérées " "par le serveur sont peut-être incompatibles." -#: core/job_error.cpp:506 +#: core/job_error.cpp:509 #, kde-format msgid "" "You may perform a search on the Internet for a software plugin (called a " @@ -1225,17 +1112,17 @@ msgstr "" "où chercher, on peut utiliser https://" "store.kde.org." -#: core/job_error.cpp:514 +#: core/job_error.cpp:517 #, kde-format msgid "URL Does Not Refer to a Resource." msgstr "L'URL ne se rapporte à aucune ressource." -#: core/job_error.cpp:515 +#: core/job_error.cpp:518 #, kde-format msgid "Protocol is a Filter Protocol" msgstr "Le protocole est un protocole de filtre" -#: core/job_error.cpp:517 +#: core/job_error.cpp:520 #, kde-format msgid "" "The Uniform Resource LUniversal Resource Locator) que vous avez saisie ne " "se rapporte à aucune ressource spécifique." -#: core/job_error.cpp:521 +#: core/job_error.cpp:524 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol; the " @@ -1257,12 +1144,12 @@ msgstr "" "situation, alors que ce n'est pas ici le cas. Il s'agit d'un évènement rare, " "et qui résulte probablement d'un problème de programmation." -#: core/job_error.cpp:529 +#: core/job_error.cpp:532 #, kde-format msgid "Unsupported Action: %1" msgstr "Action non gérée : %1" -#: core/job_error.cpp:531 +#: core/job_error.cpp:534 #, kde-format msgid "" "The requested action is not supported by the KDE program which is " @@ -1271,7 +1158,7 @@ msgstr "" "L'action demandée n'est pas disponible dans le programme KDE gérant le " "protocole %1." -#: core/job_error.cpp:535 +#: core/job_error.cpp:538 #, kde-format msgid "" "This error is very much dependent on the KDE program. The additional " @@ -1282,17 +1169,17 @@ msgstr "" "complémentaires devraient vous fournir plus de détails que ne peut en " "recueillir l'architecture d'entrée / sortie de KDE." -#: core/job_error.cpp:539 +#: core/job_error.cpp:542 #, kde-format msgid "Attempt to find another way to accomplish the same outcome." msgstr "Essayer de trouver un autre moyen d'arriver au même résultat." -#: core/job_error.cpp:544 +#: core/job_error.cpp:547 #, kde-format msgid "File Expected" msgstr "Un fichier était attendu" -#: core/job_error.cpp:546 +#: core/job_error.cpp:549 #, kde-format msgid "" "The request expected a file, however the folder %1 was " @@ -1301,17 +1188,17 @@ msgstr "" "La requête attendait un fichier, mais le dossier %1 a été " "reçu à la place." -#: core/job_error.cpp:549 +#: core/job_error.cpp:552 #, kde-format msgid "This may be an error on the server side." msgstr "Il peut s'agir d'un problème côté serveur." -#: core/job_error.cpp:554 +#: core/job_error.cpp:557 #, kde-format msgid "Folder Expected" msgstr "Un dossier était attendu" -#: core/job_error.cpp:556 +#: core/job_error.cpp:559 #, kde-format msgid "" "The request expected a folder, however the file %1 was " @@ -1320,17 +1207,17 @@ msgstr "" "La requête attendait un dossier, mais le fichier %1 a été " "reçu à la place." -#: core/job_error.cpp:564 +#: core/job_error.cpp:567 #, kde-format msgid "File or Folder Does Not Exist" msgstr "Le fichier ou le dossier n'existe pas" -#: core/job_error.cpp:566 +#: core/job_error.cpp:569 #, kde-format msgid "The specified file or folder %1 does not exist." msgstr "Le fichier ou le dossier indiqué %1 n'existe pas." -#: core/job_error.cpp:576 +#: core/job_error.cpp:579 #, kde-format msgid "" "The requested file could not be created because a file with the same name " @@ -1339,22 +1226,22 @@ msgstr "" "Le fichier demandé n'a pas pu être créé car il existe déjà un fichier du " "même nom." -#: core/job_error.cpp:579 +#: core/job_error.cpp:582 #, kde-format msgid "Try moving the current file out of the way first, and then try again." msgstr "Essayer de déplacer le fichier existant d'abord, puis réessayer." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Delete the current file and try again." msgstr "Supprimer le fichier existant, puis réessayer." -#: core/job_error.cpp:581 +#: core/job_error.cpp:584 #, kde-format msgid "Choose an alternate filename for the new file." msgstr "Donner un autre nom au nouveau fichier." -#: core/job_error.cpp:587 +#: core/job_error.cpp:590 #, kde-format msgid "" "The requested folder could not be created because a folder with the same " @@ -1363,27 +1250,27 @@ msgstr "" "Le dossier demandé n'a pas pu être créé car il existe déjà un dossier du " "même nom." -#: core/job_error.cpp:590 +#: core/job_error.cpp:593 #, kde-format msgid "Try moving the current folder out of the way first, and then try again." msgstr "Essayez de déplacer le dossier courant d'abord, puis réessayez." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Delete the current folder and try again." msgstr "Supprimez le dossier courant, puis réessayer." -#: core/job_error.cpp:592 +#: core/job_error.cpp:595 #, kde-format msgid "Choose an alternate name for the new folder." msgstr "Donner un autre nom au nouveau dossier." -#: core/job_error.cpp:596 +#: core/job_error.cpp:599 #, kde-format msgid "Unknown Host" msgstr "Hôte inconnu" -#: core/job_error.cpp:598 +#: core/job_error.cpp:601 #, kde-format msgid "" "An unknown host error indicates that the server with the requested name, " @@ -1392,7 +1279,7 @@ msgstr "" "Un message « Hôte inconnu » indique que le serveur portant ce nom, " "%1, n'a pu être trouvé sur l'Internet." -#: core/job_error.cpp:603 +#: core/job_error.cpp:606 #, kde-format msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." @@ -1400,31 +1287,31 @@ msgstr "" "Le nom que vous avez saisi, %1, n'existe peut-être pas. Vérifiez que vous " "n'avez pas fait de faute de frappe." -#: core/job_error.cpp:611 +#: core/job_error.cpp:614 #, kde-format msgid "Access Denied" msgstr "Accès refusé" -#: core/job_error.cpp:613 +#: core/job_error.cpp:616 #, kde-format msgid "Access was denied to the specified resource, %1." msgstr "L'accès à la ressource spécifiée a été refusé, %1." -#: core/job_error.cpp:617 core/job_error.cpp:893 +#: core/job_error.cpp:620 core/job_error.cpp:896 #, kde-format msgid "You may have supplied incorrect authentication details or none at all." msgstr "" "Les informations d'authentification que vous avez fournies sont peut-être " "incorrectes, voire manquantes." -#: core/job_error.cpp:620 core/job_error.cpp:896 +#: core/job_error.cpp:623 core/job_error.cpp:899 #, kde-format msgid "Your account may not have permission to access the specified resource." msgstr "" "Votre compte ne dispose peut-être pas des droits d'accès requis pour accéder " "à la ressource spécifiée." -#: core/job_error.cpp:623 core/job_error.cpp:900 core/job_error.cpp:918 +#: core/job_error.cpp:626 core/job_error.cpp:903 core/job_error.cpp:921 #, kde-format msgid "" "Retry the request and ensure your authentication details are entered " @@ -1433,12 +1320,12 @@ msgstr "" "Relancez la requête en vous assurant que les informations d'authentification " "ont été correctement saisies." -#: core/job_error.cpp:632 +#: core/job_error.cpp:635 #, kde-format msgid "Write Access Denied" msgstr "Accès en écriture refusé" -#: core/job_error.cpp:634 +#: core/job_error.cpp:637 #, kde-format msgid "" "This means that an attempt to write to the file %1 was " @@ -1447,12 +1334,12 @@ msgstr "" "Cela signifie qu'une tentative d'écriture dans le fichier %1 a été rejetée." -#: core/job_error.cpp:642 +#: core/job_error.cpp:645 #, kde-format msgid "Unable to Enter Folder" msgstr "Impossible d'entrer dans le dossier" -#: core/job_error.cpp:644 +#: core/job_error.cpp:647 #, kde-format msgid "" "This means that an attempt to enter (in other words, to open) the requested " @@ -1461,17 +1348,17 @@ msgstr "" "Cela signifie qu'une tentative d'entrer dans le dossier %1 " "(c'est-à-dire de l'ouvrir) a été rejetée." -#: core/job_error.cpp:652 +#: core/job_error.cpp:655 #, kde-format msgid "Folder Listing Unavailable" msgstr "Listage du dossier non disponible" -#: core/job_error.cpp:653 +#: core/job_error.cpp:656 #, kde-format msgid "Protocol %1 is not a Filesystem" msgstr "Le protocole %1 n'est pas un système de fichiers" -#: core/job_error.cpp:655 +#: core/job_error.cpp:658 #, kde-format msgid "" "This means that a request was made which requires determining the contents " @@ -1482,12 +1369,12 @@ msgstr "" "que le programme KDE gérant le protocole concerné n'est pas en mesure de la " "satisfaire." -#: core/job_error.cpp:663 +#: core/job_error.cpp:666 #, kde-format msgid "Cyclic Link Detected" msgstr "Lien circulaire détecté" -#: core/job_error.cpp:665 +#: core/job_error.cpp:668 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1500,7 +1387,7 @@ msgstr "" "lien ou une série de liens formant une boucle infinie : cela signifie que le " "fichier est (peut-être d'une manière indirecte) lié à lui-même." -#: core/job_error.cpp:670 core/job_error.cpp:696 +#: core/job_error.cpp:673 core/job_error.cpp:699 #, kde-format msgid "" "Delete one part of the loop in order that it does not cause an infinite " @@ -1509,27 +1396,27 @@ msgstr "" "Supprimez une partie de la boucle, regardez si le problème subsiste et " "réessayez." -#: core/job_error.cpp:680 +#: core/job_error.cpp:683 #, kde-format msgid "Request Aborted By User" msgstr "Requête interrompue par l'utilisateur" -#: core/job_error.cpp:682 core/job_error.cpp:1071 +#: core/job_error.cpp:685 core/job_error.cpp:1074 #, kde-format msgid "The request was not completed because it was aborted." msgstr "La requête n'a pas abouti car elle a été interrompue." -#: core/job_error.cpp:684 core/job_error.cpp:939 core/job_error.cpp:1073 +#: core/job_error.cpp:687 core/job_error.cpp:942 core/job_error.cpp:1076 #, kde-format msgid "Retry the request." msgstr "Relancer la requête." -#: core/job_error.cpp:688 +#: core/job_error.cpp:691 #, kde-format msgid "Cyclic Link Detected During Copy" msgstr "Lien circulaire détecté pendant la copie" -#: core/job_error.cpp:690 +#: core/job_error.cpp:693 #, kde-format msgid "" "UNIX environments are commonly able to link a file or folder to a separate " @@ -1543,17 +1430,17 @@ msgstr "" "infinie : cela signifie que le fichier est (peut-être d'une manière " "indirecte) lié à lui-même." -#: core/job_error.cpp:702 +#: core/job_error.cpp:705 #, kde-format msgid "Could Not Create Network Connection" msgstr "Impossible de créer la connexion réseau" -#: core/job_error.cpp:703 +#: core/job_error.cpp:706 #, kde-format msgid "Could Not Create Socket" msgstr "Impossible de créer le socket" -#: core/job_error.cpp:705 +#: core/job_error.cpp:708 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1562,8 +1449,8 @@ msgstr "" "C'est un problème plutôt technique : le périphérique réseau requis pour la " "communication (un « socket ») n'a pas pu être créé." -#: core/job_error.cpp:708 core/job_error.cpp:857 core/job_error.cpp:870 -#: core/job_error.cpp:881 +#: core/job_error.cpp:711 core/job_error.cpp:860 core/job_error.cpp:873 +#: core/job_error.cpp:884 #, kde-format msgid "" "The network connection may be incorrectly configured, or the network " @@ -1572,12 +1459,12 @@ msgstr "" "La connexion réseau n'est peut-être pas configurée correctement, ou bien " "l'interface réseau n'est pas activée." -#: core/job_error.cpp:714 +#: core/job_error.cpp:717 #, kde-format msgid "Connection to Server Refused" msgstr "La connexion a été refusée par le serveur" -#: core/job_error.cpp:716 +#: core/job_error.cpp:719 #, kde-format msgid "" "The server %1 refused to allow this computer to make a " @@ -1586,7 +1473,7 @@ msgstr "" "Le serveur %1 a rejeté la tentative de connexion de cet " "ordinateur." -#: core/job_error.cpp:720 +#: core/job_error.cpp:723 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be configured " @@ -1595,7 +1482,7 @@ msgstr "" "Le serveur, bien que connecté à l'Internet, n'a peut-être pas été configuré " "pour autoriser les requêtes." -#: core/job_error.cpp:723 +#: core/job_error.cpp:726 #, kde-format msgid "" "The server, while currently connected to the Internet, may not be running " @@ -1604,7 +1491,7 @@ msgstr "" "Le serveur, bien que connecté à l'Internet, n'exécute peut-être pas le " "service demandé (%1)." -#: core/job_error.cpp:727 +#: core/job_error.cpp:730 #, kde-format msgid "" "A network firewall (a device which restricts Internet requests), either " @@ -1615,12 +1502,12 @@ msgstr "" "réseau), protégeant votre réseau ou celui du serveur, est peut-être " "intervenu, faisant obstacle à votre requête." -#: core/job_error.cpp:734 +#: core/job_error.cpp:737 #, kde-format msgid "Connection to Server Closed Unexpectedly" msgstr "La connexion au serveur s'est terminée de façon inattendue" -#: core/job_error.cpp:736 +#: core/job_error.cpp:739 #, kde-format msgid "" "Although a connection was established to %1, the connection " @@ -1629,7 +1516,7 @@ msgstr "" "Bien que la connexion à %1 ait été établie, elle a été " "fermée de façon inattendue par la suite." -#: core/job_error.cpp:742 +#: core/job_error.cpp:745 #, kde-format msgid "" "A protocol error may have occurred, causing the server to close the " @@ -1638,17 +1525,17 @@ msgstr "" "Un problème de protocole est survenu, et le serveur y a répondu en fermant " "la connexion." -#: core/job_error.cpp:748 +#: core/job_error.cpp:751 #, kde-format msgid "URL Resource Invalid" msgstr "Ressource d'URL mal formée" -#: core/job_error.cpp:749 +#: core/job_error.cpp:752 #, kde-format msgid "Protocol %1 is not a Filter Protocol" msgstr "Le protocole %1 n'est pas un protocole de filtre" -#: core/job_error.cpp:751 +#: core/job_error.cpp:754 #, kde-format msgid "" "The Uniform Resource L%1%2." -#: core/job_error.cpp:758 +#: core/job_error.cpp:761 #, kde-format msgid "" "KDE is able to communicate through a protocol within a protocol. This " @@ -1672,17 +1559,17 @@ msgstr "" "situation, alors que ce n'est pas ici le cas. Il s'agit d'un évènement rare, " "et qui résulte probablement d'un problème de programmation." -#: core/job_error.cpp:766 +#: core/job_error.cpp:769 #, kde-format msgid "Unable to Initialize Input/Output Device" msgstr "Impossible d'initialiser le périphérique d'entrée /sortie" -#: core/job_error.cpp:767 +#: core/job_error.cpp:770 #, kde-format msgid "Could Not Mount Device" msgstr "Impossible de monter le périphérique" -#: core/job_error.cpp:769 +#: core/job_error.cpp:772 #, kde-format msgid "" "The requested device could not be initialized (\"mounted\"). The reported " @@ -1691,7 +1578,7 @@ msgstr "" "Le périphérique spécifié n'a pas pu être initialisé (« monté »). L'erreur " "renvoyée est : %1" -#: core/job_error.cpp:773 +#: core/job_error.cpp:776 #, kde-format msgid "" "The device may not be ready, for example there may be no media in a " @@ -1703,7 +1590,7 @@ msgstr "" "dire, pas de CD-ROM dans un lecteur de CD), ou dans le cas d'un périphérique " "portable / auxiliaire, celui-ci n'est peut-être pas connecté correctement." -#: core/job_error.cpp:778 +#: core/job_error.cpp:781 #, kde-format msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " @@ -1714,7 +1601,7 @@ msgstr "" "le périphérique. Sur les systèmes Unix, les privilèges d'administrateur " "système sont souvent requis pour initialiser un périphérique." -#: core/job_error.cpp:783 +#: core/job_error.cpp:786 #, kde-format msgid "" "Check that the device is ready; removable drives must contain media, and " @@ -1724,17 +1611,17 @@ msgstr "" "doivent contenir un disque, les périphériques portables doivent être " "branchés et allumés, puis réessayez." -#: core/job_error.cpp:790 +#: core/job_error.cpp:793 #, kde-format msgid "Unable to Uninitialize Input/Output Device" msgstr "Impossible de libérer le périphérique d'entrée /sortie" -#: core/job_error.cpp:791 +#: core/job_error.cpp:794 #, kde-format msgid "Could Not Unmount Device" msgstr "Impossible de libérer le périphérique" -#: core/job_error.cpp:793 +#: core/job_error.cpp:796 #, kde-format msgid "" "The requested device could not be uninitialized (\"unmounted\"). The " @@ -1743,7 +1630,7 @@ msgstr "" "Le périphérique spécifié n'a pas pu être libéré (« démonté »). L'erreur " "renvoyée est : %1" -#: core/job_error.cpp:797 +#: core/job_error.cpp:800 #, kde-format msgid "" "The device may be busy, that is, still in use by another application or " @@ -1755,7 +1642,7 @@ msgstr "" "sur un emplacement lié à ce périphérique peut suffire à provoquer cette " "situation." -#: core/job_error.cpp:802 +#: core/job_error.cpp:805 #, kde-format msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On " @@ -1766,19 +1653,19 @@ msgstr "" "systèmes Unix, les privilèges d'administrateur système sont souvent requis " "pour libérer un périphérique." -#: core/job_error.cpp:807 +#: core/job_error.cpp:810 #, kde-format msgid "Check that no applications are accessing the device, and try again." msgstr "" "Assurez-vous qu'aucune autre application n'accède au périphérique, puis " "réessayez." -#: core/job_error.cpp:813 +#: core/job_error.cpp:816 #, kde-format msgid "Cannot Read From Resource" msgstr "Impossible de lire le contenu de la ressource" -#: core/job_error.cpp:815 +#: core/job_error.cpp:818 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1787,18 +1674,18 @@ msgstr "" "Cela signifie que la ressource %1 a pu être ouverte mais " "qu'il a été impossible de lire son contenu." -#: core/job_error.cpp:819 +#: core/job_error.cpp:822 #, kde-format msgid "You may not have permissions to read from the resource." msgstr "" "Vous n'avez peut-être pas le droit de lire le contenu de cette ressource." -#: core/job_error.cpp:832 +#: core/job_error.cpp:835 #, kde-format msgid "Cannot Write to Resource" msgstr "Impossible d'écrire dans cette ressource" -#: core/job_error.cpp:834 +#: core/job_error.cpp:837 #, kde-format msgid "" "This means that although the resource, %1, was able to be " @@ -1807,22 +1694,22 @@ msgstr "" "Cela signifie que la ressource %1 a pu être ouverte mais " "qu'il a été impossible d'écrire dedans." -#: core/job_error.cpp:837 +#: core/job_error.cpp:840 #, kde-format msgid "You may not have permissions to write to the resource." msgstr "Vous n'avez peut-être pas le droit d'écrire dans cette ressource." -#: core/job_error.cpp:850 core/job_error.cpp:863 +#: core/job_error.cpp:853 core/job_error.cpp:866 #, kde-format msgid "Could Not Listen for Network Connections" msgstr "Impossible d'écouter les connexions réseau" -#: core/job_error.cpp:851 +#: core/job_error.cpp:854 #, kde-format msgid "Could Not Bind" msgstr "Impossible de lier" -#: core/job_error.cpp:853 core/job_error.cpp:866 +#: core/job_error.cpp:856 core/job_error.cpp:869 #, kde-format msgid "" "This is a fairly technical error in which a required device for network " @@ -1833,17 +1720,17 @@ msgstr "" "communication (un « socket ») n'a pas pu être créé afin d'écouter les " "connexions réseau entrantes." -#: core/job_error.cpp:864 +#: core/job_error.cpp:867 #, kde-format msgid "Could Not Listen" msgstr "Impossible d'écouter" -#: core/job_error.cpp:876 +#: core/job_error.cpp:879 #, kde-format msgid "Could Not Accept Network Connection" msgstr "Impossible d'accepter la connexion réseau" -#: core/job_error.cpp:878 +#: core/job_error.cpp:881 #, kde-format msgid "" "This is a fairly technical error in which an error occurred while attempting " @@ -1852,17 +1739,17 @@ msgstr "" "C'est un problème plutôt technique, survenu en tentant d'accepter une " "connexion réseau entrante." -#: core/job_error.cpp:883 +#: core/job_error.cpp:886 #, kde-format msgid "You may not have permissions to accept the connection." msgstr "Vous n'avez peut-être pas le droit d'accepter la connexion." -#: core/job_error.cpp:888 +#: core/job_error.cpp:891 #, kde-format msgid "Could Not Login: %1" msgstr "Impossible de se connecter : %1" -#: core/job_error.cpp:890 +#: core/job_error.cpp:893 #, kde-format msgid "" "An attempt to login to perform the requested operation was unsuccessful." @@ -1870,17 +1757,17 @@ msgstr "" "La tentative de connexion pour pouvoir réaliser l'opération demandée n'a pas " "abouti." -#: core/job_error.cpp:906 +#: core/job_error.cpp:909 #, kde-format msgid "Could Not Determine Resource Status" msgstr "Impossible de déterminer l'état de la ressource" -#: core/job_error.cpp:907 +#: core/job_error.cpp:910 #, kde-format msgid "Could Not Stat Resource" msgstr "Impossible d'analyser la ressource" -#: core/job_error.cpp:909 +#: core/job_error.cpp:912 #, kde-format msgid "" "An attempt to determine information about the status of the resource " @@ -1889,70 +1776,70 @@ msgstr "" "La tentative pour déterminer des informations sur l'état de la ressource " "%1 (son nom, sa taille, son type, etc.) n'a pas abouti." -#: core/job_error.cpp:914 +#: core/job_error.cpp:917 #, kde-format msgid "The specified resource may not have existed or may not be accessible." msgstr "La ressource spécifiée n'existe peut-être pas ou n'est pas accessible." #. i18n( "Could not terminate listing %1" ).arg( errorText ); -#: core/job_error.cpp:925 +#: core/job_error.cpp:928 #, kde-format msgid "Could Not Cancel Listing" msgstr "Impossible d'annuler le listage" -#: core/job_error.cpp:926 +#: core/job_error.cpp:929 #, kde-format msgid "FIXME: Document this" msgstr "À FAIRE : documenter ceci" -#: core/job_error.cpp:930 +#: core/job_error.cpp:933 #, kde-format msgid "Could Not Create Folder" msgstr "Impossible de créer le dossier" -#: core/job_error.cpp:931 +#: core/job_error.cpp:934 #, kde-format msgid "An attempt to create the requested folder failed." msgstr "Une tentative de création du dossier demandé n'a pas abouti." -#: core/job_error.cpp:934 +#: core/job_error.cpp:937 #, kde-format msgid "The location where the folder was to be created may not exist." msgstr "L'emplacement où le dossier devait être créé n'existe peut-être pas." -#: core/job_error.cpp:943 +#: core/job_error.cpp:946 #, kde-format msgid "Could Not Remove Folder" msgstr "Impossible de supprimer le dossier" -#: core/job_error.cpp:945 +#: core/job_error.cpp:948 #, kde-format msgid "An attempt to remove the specified folder, %1, failed." msgstr "" "La tentative pour supprimer le dossier demandé, %1, n'a pas " "abouti." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not exist." msgstr "Le dossier spécifié n'existe peut-être pas." -#: core/job_error.cpp:948 +#: core/job_error.cpp:951 #, kde-format msgid "The specified folder may not be empty." msgstr "Le dossier spécifié n'est peut-être pas vide." -#: core/job_error.cpp:953 +#: core/job_error.cpp:956 #, kde-format msgid "Ensure that the folder exists and is empty, and try again." msgstr "Assurez-vous que le dossier existe, qu'il est vide, et réessayez." -#: core/job_error.cpp:959 +#: core/job_error.cpp:962 #, kde-format msgid "Could Not Resume File Transfer" msgstr "Impossible de reprendre le transfert de fichier" -#: core/job_error.cpp:961 +#: core/job_error.cpp:964 #, kde-format msgid "" "The specified request asked that the transfer of file %1 be " @@ -1961,36 +1848,36 @@ msgstr "" "La requête spécifiée a demandé à ce que le transfert du fichier %1 soit repris à un certain point. Cela n'a pas été possible." -#: core/job_error.cpp:966 +#: core/job_error.cpp:969 #, kde-format msgid "The protocol, or the server, may not support file resuming." msgstr "" "Le protocole ou le serveur ne gère peut-être pas la reprise de transfert de " "fichier." -#: core/job_error.cpp:969 +#: core/job_error.cpp:972 #, kde-format msgid "Retry the request without attempting to resume transfer." msgstr "Relancer la requête sans essayer de reprendre le transfert." -#: core/job_error.cpp:974 +#: core/job_error.cpp:977 #, kde-format msgid "Could Not Rename Resource" msgstr "Impossible de renommer la ressource" -#: core/job_error.cpp:976 +#: core/job_error.cpp:979 #, kde-format msgid "An attempt to rename the specified resource %1 failed." msgstr "" "La tentative pour renommer la ressource spécifiée, %1 n'a " "pas abouti." -#: core/job_error.cpp:987 +#: core/job_error.cpp:990 #, kde-format msgid "Could Not Alter Permissions of Resource" msgstr "Impossible de changer les droits d'accès de la ressource" -#: core/job_error.cpp:989 +#: core/job_error.cpp:992 #, kde-format msgid "" "An attempt to alter the permissions on the specified resource %1%1." -#: core/job_error.cpp:997 +#: core/job_error.cpp:1000 #, kde-format msgid "Could Not Change Ownership of Resource" msgstr "Impossible de changer les droits d'accès de la ressource" -#: core/job_error.cpp:999 +#: core/job_error.cpp:1002 #, kde-format msgid "" "An attempt to change the ownership of the specified resource %1%1." -#: core/job_error.cpp:1007 +#: core/job_error.cpp:1010 #, kde-format msgid "Could Not Delete Resource" msgstr "Impossible de supprimer la ressource" -#: core/job_error.cpp:1009 +#: core/job_error.cpp:1012 #, kde-format msgid "An attempt to delete the specified resource %1 failed." msgstr "" "La tentative de supprimer la ressource spécifiée, %1, n'a " "pas abouti." -#: core/job_error.cpp:1017 +#: core/job_error.cpp:1020 #, kde-format msgid "Unexpected Program Termination" msgstr "Fin inattendue du programme" -#: core/job_error.cpp:1019 +#: core/job_error.cpp:1022 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 s'est terminé de façon inattendue." -#: core/job_error.cpp:1027 +#: core/job_error.cpp:1030 #, kde-format msgid "Out of Memory" msgstr "Mémoire insuffisante" -#: core/job_error.cpp:1029 +#: core/job_error.cpp:1032 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 n'a pas pu obtenir la quantité de mémoire dont il avait besoin." -#: core/job_error.cpp:1038 +#: core/job_error.cpp:1041 #, kde-format msgid "Unknown Proxy Host" msgstr "Serveur mandataire (proxy) inconnu" -#: core/job_error.cpp:1040 +#: core/job_error.cpp:1043 #, kde-format msgid "" "While retrieving information about the specified proxy host, %1https://bugs.kde.org/" @@ -2114,17 +2001,17 @@ msgstr "" "\">https://bugs.kde.org/ pour informer l'équipe KDE de l'existence de " "cette méthode d'authentification non gérée." -#: core/job_error.cpp:1069 +#: core/job_error.cpp:1072 #, kde-format msgid "Request Aborted" msgstr "Requête interrompue" -#: core/job_error.cpp:1077 +#: core/job_error.cpp:1080 #, kde-format msgid "Internal Error in Server" msgstr "Problème interne du serveur" -#: core/job_error.cpp:1079 +#: core/job_error.cpp:1082 #, kde-format msgid "" "The program on the server which provides access to the %1 " @@ -2133,7 +2020,7 @@ msgstr "" "Le programme du serveur permettant d'accéder au protocole %1 a signalé un problème interne : %2." -#: core/job_error.cpp:1085 +#: core/job_error.cpp:1088 #, kde-format msgid "" "This is most likely to be caused by a bug in the server program. Please " @@ -2142,12 +2029,12 @@ msgstr "" "Celui-ci est probablement dû à un bogue dans le logiciel du serveur. " "Veuillez le signaler selon la procédure décrite ci-dessous." -#: core/job_error.cpp:1089 +#: core/job_error.cpp:1092 #, kde-format msgid "Contact the administrator of the server to advise them of the problem." msgstr "Contactez l'administrateur du serveur pour lui signaler le problème." -#: core/job_error.cpp:1092 +#: core/job_error.cpp:1095 #, kde-format msgid "" "If you know who the authors of the server software are, submit the bug " @@ -2156,42 +2043,33 @@ msgstr "" "Si vous connaissez les auteurs du logiciel du serveur, envoyez-leur un " "rapport de bogue directement." -#: core/job_error.cpp:1097 +#: core/job_error.cpp:1100 #, kde-format msgid "Timeout Error" msgstr "Délai expiré" -#: core/job_error.cpp:1099 +#: core/job_error.cpp:1102 #, kde-format msgid "" "Although contact was made with the server, a response was not received " -"within the amount of time allocated for the request as follows:" -"
    • Timeout for establishing a connection: %1 seconds
    • Timeout " -"for receiving a response: %2 seconds
    • Timeout for accessing proxy " -"servers: %3 seconds
    Please note that you can alter these timeout " -"settings in the KDE System Settings, by selecting Network Settings -> " -"Connection Preferences." +"within the amount of time allocated for the request." msgstr "" -"Bien que le serveur ait été contacté, il n'a envoyé aucune réponse dans les " -"délais impartis pour la requête :
    • Délai d'établissement de la " -"connexion : %1 secondes
    • Délai de réception d'une réponse : %2 " -"secondes
    • Délai d'accès aux serveurs mandataire (proxy) : %3 " -"secondes
    Notez que vous pouvez modifier ces délais dans le Centre " -"d'information de KDE en choisissant « Réseau / Configuration »." +"Bien que le contact ait été établi avec le serveur, aucune réponse n'a été " +"reçue dans le délai imparti pour la demande." -#: core/job_error.cpp:1112 +#: core/job_error.cpp:1107 #, kde-format msgid "The server was too busy responding to other requests to respond." msgstr "" "Le serveur était trop occupé à satisfaire d'autres requêtes pour pouvoir " "répondre." -#: core/job_error.cpp:1118 core/slavebase.cpp:1532 +#: core/job_error.cpp:1113 #, kde-format msgid "Unknown Error" msgstr "Problème inconnu" -#: core/job_error.cpp:1120 +#: core/job_error.cpp:1115 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 a signalé un problème inconnu : %2." -#: core/job_error.cpp:1130 +#: core/job_error.cpp:1125 #, kde-format msgid "Unknown Interruption" msgstr "Interruption inconnue" -#: core/job_error.cpp:1132 +#: core/job_error.cpp:1127 #, kde-format msgid "" "The program on your computer which provides access to the %1" "%1 a signalé une interruption d'un type inconnu : %2." -#: core/job_error.cpp:1142 +#: core/job_error.cpp:1137 #, kde-format msgid "Could Not Delete Original File" msgstr "Impossible de supprimer le fichier d'origine" -#: core/job_error.cpp:1144 +#: core/job_error.cpp:1139 #, kde-format msgid "" "The requested operation required the deleting of the original file, most " @@ -2230,12 +2108,12 @@ msgstr "" "exemple pour une opération de déplacement. Le fichier original %1 n'a pas pu être supprimé." -#: core/job_error.cpp:1153 +#: core/job_error.cpp:1148 #, kde-format msgid "Could Not Delete Temporary File" msgstr "Impossible de supprimer le fichier temporaire" -#: core/job_error.cpp:1155 +#: core/job_error.cpp:1150 #, kde-format msgid "" "The requested operation required the creation of a temporary file in which " @@ -2246,12 +2124,12 @@ msgstr "" "enregistrer le nouveau fichier en cours de téléchargement. Ce fichier " "temporaire, %1, n'a pas pu être supprimé." -#: core/job_error.cpp:1165 +#: core/job_error.cpp:1160 #, kde-format msgid "Could Not Rename Original File" msgstr "Impossible de renommer le fichier d'origine" -#: core/job_error.cpp:1167 +#: core/job_error.cpp:1162 #, kde-format msgid "" "The requested operation required the renaming of the original file " @@ -2260,12 +2138,12 @@ msgstr "" "L'opération demandée nécessitait le renommage du fichier d'origine, " "%1, mais il n'a pas pu être renommé." -#: core/job_error.cpp:1176 +#: core/job_error.cpp:1171 #, kde-format msgid "Could Not Rename Temporary File" msgstr "Impossible de renommer le fichier temporaire" -#: core/job_error.cpp:1178 +#: core/job_error.cpp:1173 #, kde-format msgid "" "The requested operation required the creation of a temporary file " @@ -2274,32 +2152,32 @@ msgstr "" "L'opération demandée exigeait la création d'un fichier temporaire " "%1, mais il n'a pas pu être créé." -#: core/job_error.cpp:1187 +#: core/job_error.cpp:1182 #, kde-format msgid "Could Not Create Link" msgstr "Impossible de créer le lien" -#: core/job_error.cpp:1188 +#: core/job_error.cpp:1183 #, kde-format msgid "Could Not Create Symbolic Link" msgstr "Impossible de créer le lien symbolique" -#: core/job_error.cpp:1189 +#: core/job_error.cpp:1184 #, kde-format msgid "The requested symbolic link %1 could not be created." msgstr "Le lien symbolique demandé, %1, n'a pas pu être créé." -#: core/job_error.cpp:1195 +#: core/job_error.cpp:1190 #, kde-format msgid "No Content" msgstr "Aucun contenu" -#: core/job_error.cpp:1200 +#: core/job_error.cpp:1195 #, kde-format msgid "Disk Full" msgstr "Disque plein" -#: core/job_error.cpp:1202 +#: core/job_error.cpp:1197 #, kde-format msgid "" "The requested file %1 could not be written to as there is " @@ -2308,7 +2186,7 @@ msgstr "" "Le fichier demandé, %1, n'a pas pu être écrit sur le disque " "car il n'y avait pas assez d'espace disque libre." -#: core/job_error.cpp:1206 +#: core/job_error.cpp:1201 #, kde-format msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " @@ -2320,12 +2198,12 @@ msgstr "" "comme une disquette ou un CD enregistrable, ou 3) en acquérant une capacité " "de stockage supérieure." -#: core/job_error.cpp:1213 +#: core/job_error.cpp:1208 #, kde-format msgid "Source and Destination Files Identical" msgstr "Les fichiers source et destination sont identiques" -#: core/job_error.cpp:1215 +#: core/job_error.cpp:1210 #, kde-format msgid "" "The operation could not be completed because the source and destination " @@ -2334,17 +2212,17 @@ msgstr "" "L'opération n'a pas abouti car les fichiers source et destination sont un " "seul et même fichier." -#: core/job_error.cpp:1217 +#: core/job_error.cpp:1212 #, kde-format msgid "Choose a different filename for the destination file." msgstr "Donnez un autre nom au fichier de destination." -#: core/job_error.cpp:1221 +#: core/job_error.cpp:1216 #, kde-format msgid "File or Folder dropped onto itself" msgstr "Fichier ou dossier déposé sur lui-même" -#: core/job_error.cpp:1223 +#: core/job_error.cpp:1218 #, kde-format msgid "" "The operation could not be completed because the source and destination file " @@ -2353,17 +2231,17 @@ msgstr "" "L'opération n'a pas abouti car les fichiers ou dossiers source et " "destination sont un seul et même fichier." -#: core/job_error.cpp:1225 +#: core/job_error.cpp:1220 #, kde-format msgid "Drop the item into a different file or folder." msgstr "Déposez l'élément sur un fichier ou un dossier différent." -#: core/job_error.cpp:1235 +#: core/job_error.cpp:1230 #, kde-format msgid "Folder moved into itself" msgstr "Dossier déposé sur lui-même." -#: core/job_error.cpp:1237 +#: core/job_error.cpp:1232 #, kde-format msgid "" "The operation could not be completed because the source can not be moved " @@ -2372,17 +2250,17 @@ msgstr "" "L'opération n'a pas abouti car il est impossible de déposer la source sur " "elle-même." -#: core/job_error.cpp:1239 +#: core/job_error.cpp:1234 #, kde-format msgid "Move the item into a different folder." msgstr "Déplacer l'élément dans un dossier différent." -#: core/job_error.cpp:1243 +#: core/job_error.cpp:1238 #, kde-format msgid "Could not communicate with password server" msgstr "Impossible de communiquer avec le gestionnaire de mots de passe" -#: core/job_error.cpp:1245 +#: core/job_error.cpp:1240 #, kde-format msgid "" "The operation could not be completed because the service for requesting " @@ -2391,24 +2269,24 @@ msgstr "" "L'opération n'a pas abouti car le service de gestion des mots de passe est " "injoignable." -#: core/job_error.cpp:1247 +#: core/job_error.cpp:1242 #, kde-format msgid "Try restarting your session, or look in the logs for errors from kiod." msgstr "" "Essayez de relancer votre session, ou consultez les journaux à la recherche " "d'erreurs concernant kiod." -#: core/job_error.cpp:1251 +#: core/job_error.cpp:1246 #, kde-format msgid "Cannot Initiate the %1 Protocol" msgstr "Impossible d'initialiser le protocole %1" -#: core/job_error.cpp:1252 +#: core/job_error.cpp:1247 #, kde-format msgid "Unable to Create KIO Worker" msgstr "Impossible de créer un module d'entrée / sortie" -#: core/job_error.cpp:1254 +#: core/job_error.cpp:1249 #, kde-format msgid "" "The KIO worker which provides access to the %1 protocol " @@ -2418,7 +2296,7 @@ msgstr "" "strong> n'a pas pu démarrer. Cela est habituellement dû à des problèmes " "techniques." -#: core/job_error.cpp:1259 +#: core/job_error.cpp:1254 #, kde-format msgid "" "klauncher could not find or start the plugin which provides the protocol. " @@ -2428,13 +2306,13 @@ msgstr "" "fournissant ce protocole. Il est possible que votre version du module soit " "obsolète." -#: core/job_error.cpp:1265 +#: core/job_error.cpp:1260 #, kde-kuit-format msgctxt "@info" msgid "Cannot transfer %1" msgstr "Impossible de transférer %1" -#: core/job_error.cpp:1267 +#: core/job_error.cpp:1262 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2444,7 +2322,7 @@ msgstr "" "Impossible de transférer le fichier %1 car le système " "de fichiers de destination ne prend pas en charge les fichiers aussi lourds." -#: core/job_error.cpp:1270 +#: core/job_error.cpp:1265 #, kde-format msgid "" "Reformat the destination drive to use a filesystem that supports files that " @@ -2453,28 +2331,28 @@ msgstr "" "Reformater le disque de destination afin d'utiliser un système de fichiers " "prenant en charge les fichiers aussi lourds." -#: core/job_error.cpp:1275 +#: core/job_error.cpp:1270 #, kde-format msgid "Undocumented Error" msgstr "Problème non documenté" -#: core/kfileitem.cpp:1493 +#: core/kfileitem.cpp:1483 #, kde-format msgid "(Symbolic Link to %1)" msgstr "(Lien symbolique vers %1)" -#: core/kfileitem.cpp:1495 +#: core/kfileitem.cpp:1485 #, kde-format msgid "(%1, Link to %2)" msgstr "(%1 pointe vers %2)" -#: core/kfileitem.cpp:1498 +#: core/kfileitem.cpp:1488 #, kde-format msgid " (Points to %1)" msgstr " (pointe vers %1)" -#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:145 -#: widgets/renamedialog.cpp:606 +#: core/mimetypefinderjob.cpp:57 gui/openurljob.cpp:150 +#: widgets/renamedialog.cpp:677 #, kde-format msgid "" "Malformed URL\n" @@ -2483,12 +2361,12 @@ msgstr "" "URL mal formée\n" "%1" -#: core/mimetypefinderjob.cpp:223 +#: core/mimetypefinderjob.cpp:224 #, kde-format msgid "Unable to determine the type of file for %1" msgstr "Impossible de déterminer le type du fichier de %1." -#: core/openwith.cpp:90 +#: core/openwith.cpp:91 #, kde-format msgid "" "Could not extract executable name from '%1', please type a valid program " @@ -2497,13 +2375,13 @@ msgstr "" "Impossible de trouver le nom de l'exécutable dans « %1 ». Donnez un nom de " "programme valable s'il-vous-plaît." -#: core/openwith.cpp:142 +#: core/openwith.cpp:143 #, kde-kuit-format msgctxt "@info" msgid "%1 does not appear to be an executable program." msgstr "%1 ne semble pas être un programme exécutable." -#: core/openwith.cpp:143 +#: core/openwith.cpp:144 #, kde-kuit-format msgctxt "@info" msgid "" @@ -2513,96 +2391,96 @@ msgstr "" "Il est impossible de trouver %1. Veuillez saisir un " "emplacement valable vers un programme exécutable." -#: core/slavebase.cpp:853 +#: core/slavebase.cpp:813 #, kde-format msgid "Opening connections is not supported with the protocol %1." msgstr "" "L'ouverture des connexions avec le protocole %1 n'est pas prise en charge." -#: core/slavebase.cpp:855 +#: core/slavebase.cpp:815 #, kde-format msgid "Closing connections is not supported with the protocol %1." msgstr "" "La fermeture des connexions avec le protocole %1 n'est pas prise en charge." -#: core/slavebase.cpp:857 +#: core/slavebase.cpp:817 #, kde-format msgid "Accessing files is not supported with the protocol %1." msgstr "L'accès à des fichiers avec le protocole %1 n'est pas pris en charge." -#: core/slavebase.cpp:859 +#: core/slavebase.cpp:819 #, kde-format msgid "Writing to %1 is not supported." msgstr "L'écriture vers %1 n'est pas prise en charge." -#: core/slavebase.cpp:861 +#: core/slavebase.cpp:821 #, kde-format msgid "There are no special actions available for protocol %1." msgstr "Aucune action spéciale n'est disponible pour le protocole %1." -#: core/slavebase.cpp:863 +#: core/slavebase.cpp:823 #, kde-format msgid "Listing folders is not supported for protocol %1." msgstr "Le protocole %1 ne gère pas le listage de dossiers." -#: core/slavebase.cpp:865 +#: core/slavebase.cpp:825 #, kde-format msgid "Retrieving data from %1 is not supported." msgstr "La réception de données depuis %1 n'est pas gérée." -#: core/slavebase.cpp:867 +#: core/slavebase.cpp:827 #, kde-format msgid "Retrieving mime type information from %1 is not supported." msgstr "La réception du type MIME depuis %1 n'est pas prise en charge." -#: core/slavebase.cpp:869 +#: core/slavebase.cpp:829 #, kde-format msgid "Renaming or moving files within %1 is not supported." msgstr "Le renommage ou le déplacement de fichiers dans %1 n'est pas géré." -#: core/slavebase.cpp:871 +#: core/slavebase.cpp:831 #, kde-format msgid "Creating symlinks is not supported with protocol %1." msgstr "Le protocole %1 ne gère pas la création de liens symboliques." -#: core/slavebase.cpp:873 +#: core/slavebase.cpp:833 #, kde-format msgid "Copying files within %1 is not supported." msgstr "La copie de fichiers dans %1 n'est pas prise en charge." -#: core/slavebase.cpp:875 +#: core/slavebase.cpp:835 #, kde-format msgid "Deleting files from %1 is not supported." msgstr "La suppression de fichiers dans %1 n'est pas gérée." -#: core/slavebase.cpp:877 +#: core/slavebase.cpp:837 #, kde-format msgid "Creating folders is not supported with protocol %1." msgstr "Le protocole %1 ne gère pas la création de dossiers." -#: core/slavebase.cpp:879 +#: core/slavebase.cpp:839 #, kde-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "" "Le protocole %1 ne permet pas la modification des attributs de fichiers." -#: core/slavebase.cpp:881 +#: core/slavebase.cpp:841 #, kde-format msgid "Changing the ownership of files is not supported with protocol %1." msgstr "" "Le protocole %1 ne permet pas la modification des attributs de fichiers." -#: core/slavebase.cpp:883 +#: core/slavebase.cpp:843 #, kde-format msgid "Opening files is not supported with protocol %1." msgstr "Le protocole %1 ne gère pas l'ouverture de fichiers." -#: core/slavebase.cpp:885 +#: core/slavebase.cpp:845 #, kde-format msgid "Protocol %1 does not support action %2." msgstr "Le protocole %1 ne prend pas en charge l'action %2." -#: core/worker.cpp:352 +#: core/worker.cpp:309 #, kde-format msgctxt "@info %2 is a path" msgid "" @@ -2610,319 +2488,344 @@ msgid "" "elevated permissions, can not be guaranteed because users other than root " "have permission to modify it at %2." msgstr "" -"La sécurité du processus d'entrées / sorties « kio » pour le protocole " -"« %1 », demandant généralement des droits élevés, ne peut pas être garantie " -"car les utilisateurs autres que l'administrateur ont la permission de le " -"modifier à %2." +"Il est impossible de garantir la sécurité du processus d'entrées / sorties " +"« kio » pour le protocole « %1 » car demandant généralement des droits " +"élevés. En effet, les utilisateurs autres que l'administrateur ont la " +"permission de le modifier à %2." -#: core/worker.cpp:379 +#: core/worker.cpp:347 #, kde-format msgid "Unknown protocol '%1'." msgstr "Protocole « %1 » inconnu." -#: core/worker.cpp:390 +#: core/worker.cpp:358 #, kde-format msgid "Can not find a KIO worker for protocol '%1'." msgstr "" "Impossible de trouver un module d'entrée / sortie pour le protocole « %1 »." -#: core/worker.cpp:404 +#: core/worker.cpp:365 +#, kde-format +msgctxt "@info %2 and %3 are paths" +msgid "" +"The KIO worker for protocol “%1” in %2 was not loaded because all KIO " +"workers which are located outside of %3 and ask for elevated privileges are " +"considered insecure." +msgstr "" +"Le processus d'entrées / sorties du protocole « %1 » dans %2 n'a pas été " +"chargé. En effet, tous les processus d'entrées / sorties étant situés en " +"dehors de %3 et demandant des privilèges de niveau supérieur sont considérés " +"comme non sécurisés." + +#: core/worker.cpp:377 #, kde-format msgid "Can not create a socket for launching a KIO worker for protocol '%1'." msgstr "" "Impossible de créer un socket pour lancer un module d'entrée / sortie pour " "le protocole « %1 »." -#: core/worker.cpp:444 +#: core/worker.cpp:423 #, kde-format msgid "Can not find 'kioworker' executable at '%1'" msgstr "Impossible de trouver le programme « kioworker »à « %1 »" -#: core/workerinterface.cpp:358 widgets/sslui.cpp:61 -#: widgets/widgetsaskuseractionhandler.cpp:491 +#: core/workerinterface.cpp:343 widgets/sslui.cpp:61 +#: widgets/widgetsaskuseractionhandler.cpp:516 #, kde-format msgid "&Details" msgstr "&Détails" -#: core/workerinterface.cpp:360 kioworkers/http/http.cpp:215 +#: core/workerinterface.cpp:345 kioworkers/http/http.cpp:215 #: widgets/sslui.cpp:97 #, kde-format msgid "&Forever" msgstr "Oui, &toujours" -#: core/workerinterface.cpp:364 widgets/sslui.cpp:62 +#: core/workerinterface.cpp:349 widgets/sslui.cpp:62 #, kde-format msgid "Co&ntinue" msgstr "Co&ntinuer" -#: core/workerinterface.cpp:366 kioworkers/http/http.cpp:216 +#: core/workerinterface.cpp:351 kioworkers/http/http.cpp:216 #: widgets/sslui.cpp:98 #, kde-format msgid "&Current Session only" msgstr "Pour &cette session seulement" -#: filewidgets/kdiroperator.cpp:304 +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:53 +#, kde-format +msgctxt "@action:inmenu Context menu shown when files are dragged" +msgid "Move Into New Folder" +msgstr "Déplacer dans un nouveau dossier" + +#: filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp:70 +#, kde-format +msgctxt "@title:window" +msgid "Create New Folder for These Items" +msgstr "Créer un nouveau dossier pour ces éléments" + +#: filewidgets/kdiroperator.cpp:314 #, kde-format msgctxt "Loading bar percent value" msgid "%p%" msgstr "%p %" -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "You did not select a file to delete." msgstr "Vous n'avez choisi aucun fichier à supprimer." -#: filewidgets/kdiroperator.cpp:713 filewidgets/kdiroperator.cpp:745 +#: filewidgets/kdiroperator.cpp:728 filewidgets/kdiroperator.cpp:761 #, kde-format msgid "Nothing to Delete" msgstr "Rien à supprimer" -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "You did not select a file to trash." msgstr "Vous n'avez choisi aucun fichier à mettre à la corbeille." -#: filewidgets/kdiroperator.cpp:757 filewidgets/kdiroperator.cpp:844 +#: filewidgets/kdiroperator.cpp:774 filewidgets/kdiroperator.cpp:862 #, kde-format msgid "Nothing to Trash" msgstr "Rien à mettre à la corbeille" -#: filewidgets/kdiroperator.cpp:916 filewidgets/kdiroperator.cpp:1048 +#: filewidgets/kdiroperator.cpp:934 filewidgets/kdiroperator.cpp:1057 #, kde-format msgid "The specified folder does not exist or was not readable." msgstr "Le dossier spécifié n'existe pas ou n'est pas lisible." -#: filewidgets/kdiroperator.cpp:1950 +#: filewidgets/kdiroperator.cpp:2044 #, kde-format msgid "Menu" msgstr "Menu" -#: filewidgets/kdiroperator.cpp:1955 +#: filewidgets/kdiroperator.cpp:2049 #, kde-format msgid "Parent Folder" msgstr "Dossier parent" -#: filewidgets/kdiroperator.cpp:1962 +#: filewidgets/kdiroperator.cpp:2056 #, kde-format msgctxt "@info" msgid "Go back" msgstr "Revenir en arrière" -#: filewidgets/kdiroperator.cpp:1966 +#: filewidgets/kdiroperator.cpp:2060 #, kde-format msgctxt "@info" msgid "Go forward" msgstr "Avancer" -#: filewidgets/kdiroperator.cpp:1970 +#: filewidgets/kdiroperator.cpp:2064 #, kde-format msgid "Home Folder" msgstr "Dossier utilisateur" -#: filewidgets/kdiroperator.cpp:1974 +#: filewidgets/kdiroperator.cpp:2068 #, kde-format msgid "Reload" msgstr "Recharger" -#: filewidgets/kdiroperator.cpp:1977 +#: filewidgets/kdiroperator.cpp:2071 #, kde-format msgctxt "@action" msgid "New Folder…" msgstr "Nouveau dossier..." -#: filewidgets/kdiroperator.cpp:1987 widgets/jobuidelegate.cpp:270 -#: widgets/jobuidelegate.cpp:271 widgets/jobuidelegate.cpp:280 -#: widgets/jobuidelegate.cpp:281 widgets/widgetsaskuseractionhandler.cpp:290 +#: filewidgets/kdiroperator.cpp:2081 widgets/jobuidelegate.cpp:271 +#: widgets/jobuidelegate.cpp:272 widgets/jobuidelegate.cpp:281 +#: widgets/jobuidelegate.cpp:282 widgets/widgetsaskuseractionhandler.cpp:312 #, kde-format msgid "Move to Trash" msgstr "Mettre dans la corbeille" -#: filewidgets/kdiroperator.cpp:1993 +#: filewidgets/kdiroperator.cpp:2087 #, kde-format msgid "Delete" msgstr "Supprimer" -#: filewidgets/kdiroperator.cpp:2000 +#: filewidgets/kdiroperator.cpp:2094 #, kde-format msgid "Sorting" msgstr "Tri" -#: filewidgets/kdiroperator.cpp:2005 +#: filewidgets/kdiroperator.cpp:2099 #, kde-format msgid "Sort by Name" -msgstr "Trié par nom" +msgstr "Trier par nom" -#: filewidgets/kdiroperator.cpp:2011 +#: filewidgets/kdiroperator.cpp:2105 #, kde-format msgid "Sort by Size" msgstr "Trier par taille" -#: filewidgets/kdiroperator.cpp:2017 +#: filewidgets/kdiroperator.cpp:2111 #, kde-format msgid "Sort by Date" msgstr "Trier par date" -#: filewidgets/kdiroperator.cpp:2023 +#: filewidgets/kdiroperator.cpp:2117 #, kde-format msgid "Sort by Type" msgstr "Trier par type" -#: filewidgets/kdiroperator.cpp:2032 +#: filewidgets/kdiroperator.cpp:2126 #, kde-format msgid "Ascending" msgstr "Croissant" -#: filewidgets/kdiroperator.cpp:2039 +#: filewidgets/kdiroperator.cpp:2133 #, kde-format msgid "Descending" msgstr "Décroissant" -#: filewidgets/kdiroperator.cpp:2046 +#: filewidgets/kdiroperator.cpp:2140 #, kde-format msgid "Folders First" msgstr "Les dossiers d'abord" -#: filewidgets/kdiroperator.cpp:2052 +#: filewidgets/kdiroperator.cpp:2146 #, kde-format msgid "Hidden Files Last" msgstr "Fichiers cachés en dernier" -#: filewidgets/kdiroperator.cpp:2059 +#: filewidgets/kdiroperator.cpp:2153 #, kde-format msgid "Icons View" msgstr "Vue en icônes" -#: filewidgets/kdiroperator.cpp:2066 +#: filewidgets/kdiroperator.cpp:2160 #, kde-format msgid "Compact View" msgstr "Affichage compact" -#: filewidgets/kdiroperator.cpp:2073 +#: filewidgets/kdiroperator.cpp:2167 #, kde-format msgid "Details View" msgstr "Vue détaillée" -#: filewidgets/kdiroperator.cpp:2092 +#: filewidgets/kdiroperator.cpp:2186 #, kde-format msgid "Icon Position" msgstr "Position de l'icône" -#: filewidgets/kdiroperator.cpp:2095 +#: filewidgets/kdiroperator.cpp:2189 #, kde-format msgid "Next to File Name" msgstr "À coté du nom de fichier" -#: filewidgets/kdiroperator.cpp:2101 +#: filewidgets/kdiroperator.cpp:2195 #, kde-format msgid "Above File Name" msgstr "Au-dessus du nom de fichier" -#: filewidgets/kdiroperator.cpp:2115 +#: filewidgets/kdiroperator.cpp:2209 #, kde-format msgid "Short View" msgstr "Affichage simple" -#: filewidgets/kdiroperator.cpp:2122 +#: filewidgets/kdiroperator.cpp:2216 #, kde-format msgid "Detailed View" msgstr "Affichage détaillé" -#: filewidgets/kdiroperator.cpp:2129 +#: filewidgets/kdiroperator.cpp:2223 #, kde-format msgid "Tree View" msgstr "Affichage arborescent" -#: filewidgets/kdiroperator.cpp:2136 +#: filewidgets/kdiroperator.cpp:2230 #, kde-format msgid "Detailed Tree View" msgstr "Affichage arborescent détaillé" -#: filewidgets/kdiroperator.cpp:2149 +#: filewidgets/kdiroperator.cpp:2243 #, kde-format msgid "Allow Expansion in Details View" msgstr "Autoriser l'expansion en Vue détaillée" -#: filewidgets/kdiroperator.cpp:2155 +#: filewidgets/kdiroperator.cpp:2249 #, kde-format msgid "Show Hidden Files" msgstr "Afficher les fichiers cachés" -#: filewidgets/kdiroperator.cpp:2162 +#: filewidgets/kdiroperator.cpp:2256 #, kde-format msgid "Show Preview Panel" msgstr "Afficher le panneau d'aperçu" -#: filewidgets/kdiroperator.cpp:2169 +#: filewidgets/kdiroperator.cpp:2263 #, kde-format msgid "Show Preview" msgstr "Afficher l'aperçu" -#: filewidgets/kdiroperator.cpp:2176 +#: filewidgets/kdiroperator.cpp:2270 #, kde-format msgid "Open Containing Folder" msgstr "Ouvrir le dossier contenant" -#: filewidgets/kdiroperator.cpp:2183 filewidgets/kfileplacesview.cpp:1222 +#: filewidgets/kdiroperator.cpp:2277 filewidgets/kfileplacesview.cpp:1270 #, kde-format msgid "Properties" msgstr "Propriétés" -#: filewidgets/kdiroperator.cpp:2192 +#: filewidgets/kdiroperator.cpp:2286 #, kde-format msgid "&View Mode" msgstr "Mode d'afficha&ge" -#: filewidgets/kdiroperator.cpp:2295 filewidgets/kdiroperator.cpp:2307 +#: filewidgets/kdiroperator.cpp:2389 filewidgets/kdiroperator.cpp:2401 #, kde-format msgctxt "Sort descending" msgid "Z-A" msgstr "Z-A" -#: filewidgets/kdiroperator.cpp:2296 filewidgets/kdiroperator.cpp:2308 +#: filewidgets/kdiroperator.cpp:2390 filewidgets/kdiroperator.cpp:2402 #, kde-format msgctxt "Sort ascending" msgid "A-Z" msgstr "A-Z" -#: filewidgets/kdiroperator.cpp:2299 -#, kde-format -msgctxt "Sort descending" -msgid "Newest First" -msgstr "Les plus récents d'abord" - -#: filewidgets/kdiroperator.cpp:2300 +#: filewidgets/kdiroperator.cpp:2393 #, kde-format msgctxt "Sort ascending" msgid "Oldest First" msgstr "Les plus anciens d'abord" -#: filewidgets/kdiroperator.cpp:2303 +#: filewidgets/kdiroperator.cpp:2394 +#, kde-format +msgctxt "Sort descending" +msgid "Newest First" +msgstr "Les plus récents d'abord" + +#: filewidgets/kdiroperator.cpp:2397 #, kde-format msgctxt "Sort descending" msgid "Largest First" msgstr "Les plus volumineux d'abord" -#: filewidgets/kdiroperator.cpp:2304 +#: filewidgets/kdiroperator.cpp:2398 #, kde-format msgctxt "Sort ascending" msgid "Smallest First" msgstr "Les moins volumineux d'abord" -#: filewidgets/kencodingfiledialog.cpp:74 +#: filewidgets/kencodingfiledialog.cpp:73 #, kde-format msgid "Encoding:" msgstr "Encodage :" +#: filewidgets/kencodingfiledialog.cpp:123 +#: filewidgets/kencodingfiledialog.cpp:137 #: filewidgets/kencodingfiledialog.cpp:150 -#: filewidgets/kencodingfiledialog.cpp:164 -#: filewidgets/kencodingfiledialog.cpp:177 -#: filewidgets/kencodingfiledialog.cpp:191 widgets/kurlrequesterdialog.cpp:105 +#: filewidgets/kencodingfiledialog.cpp:164 widgets/kurlrequesterdialog.cpp:105 #, kde-format msgid "Open" msgstr "Ouvrir" -#: filewidgets/kencodingfiledialog.cpp:205 -#: filewidgets/kencodingfiledialog.cpp:223 +#: filewidgets/kencodingfiledialog.cpp:178 +#: filewidgets/kencodingfiledialog.cpp:196 #, kde-format msgid "Save As" msgstr "Enregistrer sous" @@ -2969,40 +2872,40 @@ msgctxt "@title:menu" msgid "Move Here" msgstr "Déplacer ici" -#: filewidgets/kfilefiltercombo.cpp:42 +#: filewidgets/kfilefiltercombo.cpp:37 #, kde-format msgctxt "Default mime type filter that shows all file types" msgid "*|All Files" msgstr "*|Tous les fichiers" -#: filewidgets/kfilefiltercombo.cpp:125 +#: filewidgets/kfilefiltercombo.cpp:123 #, kde-format msgctxt "%1 is the mimetype name, %2 is the extensions" msgid "%1 (%2)" msgstr "%1 (%2)" -#: filewidgets/kfilefiltercombo.cpp:162 +#: filewidgets/kfilefiltercombo.cpp:160 #, kde-format msgid "All Supported Files" msgstr "Tous les fichiers pris en charge" -#: filewidgets/kfilefiltercombo.cpp:172 filewidgets/kfilefiltercombo.cpp:174 -#: filewidgets/kfilewidget.cpp:1902 +#: filewidgets/kfilefiltercombo.cpp:169 filewidgets/kfilefiltercombo.cpp:171 +#: filewidgets/kfilewidget.cpp:2057 #, kde-format msgid "All Files" msgstr "Tous les fichiers" -#: filewidgets/kfileplaceeditdialog.cpp:66 +#: filewidgets/kfileplaceeditdialog.cpp:68 #, kde-format msgid "Add Places Entry" msgstr "Ajouter un emplacement" -#: filewidgets/kfileplaceeditdialog.cpp:68 +#: filewidgets/kfileplaceeditdialog.cpp:70 #, kde-format msgid "Edit Places Entry" msgstr "Modifier la liste des emplacements" -#: filewidgets/kfileplaceeditdialog.cpp:78 +#: filewidgets/kfileplaceeditdialog.cpp:80 #, kde-format msgid "" "This is the text that will appear in the Places panel.

    The " @@ -3010,22 +2913,22 @@ msgid "" "this entry refers to. If you do not enter a label, it will be derived from " "the location's URL.
    " msgstr "" -"Il s'agit du texte qui apparaîtra dans le panneau d'accès rapide.
    Il s'agit du texte qui apparaitra dans le panneau d'accès rapide.

    Choisissez un court descriptif d'un ou plusieurs mots pour pouvoir " "vous rappeler à quoi se rapporte ce raccourci. Si vous ne saisissez rien, " "celui-ci sera déduit de l'URL de l'emplacement.
    " -#: filewidgets/kfileplaceeditdialog.cpp:84 +#: filewidgets/kfileplaceeditdialog.cpp:86 #, kde-format msgid "L&abel:" msgstr "&Nom :" -#: filewidgets/kfileplaceeditdialog.cpp:86 +#: filewidgets/kfileplaceeditdialog.cpp:88 #, kde-format msgid "Enter descriptive label here" msgstr "Saisissez une description" -#: filewidgets/kfileplaceeditdialog.cpp:91 +#: filewidgets/kfileplaceeditdialog.cpp:93 #, kde-format msgid "" "This is the location associated with the entry. Any valid URL may be " @@ -3038,31 +2941,31 @@ msgstr "" "org/pub/kde/stable
    En cliquant sur le bouton situé à côté de la zone de " "modification de texte, vous pouvez naviguer vers une URL appropriée.
    " -#: filewidgets/kfileplaceeditdialog.cpp:98 +#: filewidgets/kfileplaceeditdialog.cpp:100 #, kde-format msgid "&Location:" msgstr "E&mplacement :" -#: filewidgets/kfileplaceeditdialog.cpp:105 +#: filewidgets/kfileplaceeditdialog.cpp:107 #, kde-format msgid "" "This is the icon that will appear in the Places panel.

    Click " "on the button to select a different icon.
    " msgstr "" -"Il s'agit de l'icône qui apparaîtra dans le panneau d'accès rapide.
    Il s'agit de l'icône qui apparaitra dans le panneau d'accès rapide.

    Cliquez sur le bouton pour choisir une autre icône.
    " -#: filewidgets/kfileplaceeditdialog.cpp:126 +#: filewidgets/kfileplaceeditdialog.cpp:128 #, kde-format msgid "Choose an &icon:" msgstr "Choisir une &icône :" -#: filewidgets/kfileplaceeditdialog.cpp:136 +#: filewidgets/kfileplaceeditdialog.cpp:138 #, kde-format msgid "&Only show when using this application (%1)" msgstr "N'a&fficher que lors de l'utilisation de cette application (%1)" -#: filewidgets/kfileplaceeditdialog.cpp:139 +#: filewidgets/kfileplaceeditdialog.cpp:141 #, kde-format msgid "" "Select this setting if you want this entry to show only when using the " @@ -3074,203 +2977,209 @@ msgstr "" "n'est pas choisi, le raccourci sera disponible dans toutes les applications." "" -#: filewidgets/kfileplacesitem.cpp:210 +#: filewidgets/kfileplacesitem.cpp:221 #, kde-format msgctxt "@item" msgid "Places" msgstr "Emplacements" -#: filewidgets/kfileplacesitem.cpp:213 +#: filewidgets/kfileplacesitem.cpp:224 #, kde-format msgctxt "@item" msgid "Remote" msgstr "Distant" -#: filewidgets/kfileplacesitem.cpp:216 +#: filewidgets/kfileplacesitem.cpp:227 #, kde-format msgctxt "@item The place group section name for recent dynamic lists" msgid "Recent" msgstr "Récent" -#: filewidgets/kfileplacesitem.cpp:219 +#: filewidgets/kfileplacesitem.cpp:230 #, kde-format msgctxt "@item" msgid "Search For" msgstr "Chercher" -#: filewidgets/kfileplacesitem.cpp:222 +#: filewidgets/kfileplacesitem.cpp:233 #, kde-format msgctxt "@item" msgid "Devices" msgstr "Périphériques" -#: filewidgets/kfileplacesitem.cpp:225 +#: filewidgets/kfileplacesitem.cpp:236 #, kde-format msgctxt "@item" msgid "Removable Devices" msgstr "Périphériques amovibles" -#: filewidgets/kfileplacesitem.cpp:228 +#: filewidgets/kfileplacesitem.cpp:239 #, kde-format msgctxt "@item" msgid "Tags" msgstr "Étiquettes" -#: filewidgets/kfileplacesitem.cpp:333 +#: filewidgets/kfileplacesitem.cpp:344 #, kde-format msgctxt "@info:tooltip path (mounted from)" msgid "%1 (from %2)" msgstr "%1 (À partir de %2)" -#: filewidgets/kfileplacesmodel.cpp:158 +#: filewidgets/kfileplacesmodel.cpp:162 msgctxt "KFile System Bookmarks" msgid "All tags" msgstr "Toutes les étiquettes" #. i18nc calls has to be "KFile System Bookmarks". #. The real i18nc call is made later, with this context, so the two must match. -#: filewidgets/kfileplacesmodel.cpp:254 +#: filewidgets/kfileplacesmodel.cpp:258 msgctxt "KFile System Bookmarks" msgid "Home" msgstr "Dossier Personnel" -#: filewidgets/kfileplacesmodel.cpp:263 +#: filewidgets/kfileplacesmodel.cpp:267 msgctxt "KFile System Bookmarks" msgid "Desktop" msgstr "Bureau" -#: filewidgets/kfileplacesmodel.cpp:270 +#: filewidgets/kfileplacesmodel.cpp:274 msgctxt "KFile System Bookmarks" msgid "Documents" msgstr "Documents" -#: filewidgets/kfileplacesmodel.cpp:277 +#: filewidgets/kfileplacesmodel.cpp:281 msgctxt "KFile System Bookmarks" msgid "Downloads" msgstr "Téléchargements" -#: filewidgets/kfileplacesmodel.cpp:282 +#: filewidgets/kfileplacesmodel.cpp:286 msgctxt "KFile System Bookmarks" msgid "Network" msgstr "Réseau" -#: filewidgets/kfileplacesmodel.cpp:287 +#: filewidgets/kfileplacesmodel.cpp:291 msgctxt "KFile System Bookmarks" msgid "Trash" msgstr "Corbeille" -#: filewidgets/kfileplacesmodel.cpp:348 +#: filewidgets/kfileplacesmodel.cpp:352 msgctxt "KFile System Bookmarks" msgid "Music" msgstr "Musique" -#: filewidgets/kfileplacesmodel.cpp:355 +#: filewidgets/kfileplacesmodel.cpp:359 msgctxt "KFile System Bookmarks" msgid "Pictures" msgstr "Images" -#: filewidgets/kfileplacesmodel.cpp:364 +#: filewidgets/kfileplacesmodel.cpp:368 msgctxt "KFile System Bookmarks" msgid "Videos" msgstr "Vidéos" -#: filewidgets/kfileplacesmodel.cpp:391 +#: filewidgets/kfileplacesmodel.cpp:395 msgctxt "KFile System Bookmarks" msgid "Recent Files" msgstr "Fichiers récents" -#: filewidgets/kfileplacesmodel.cpp:396 +#: filewidgets/kfileplacesmodel.cpp:400 msgctxt "KFile System Bookmarks" msgid "Recent Locations" msgstr "Emplacements récents" -#: filewidgets/kfileplacesmodel.cpp:419 +#: filewidgets/kfileplacesmodel.cpp:423 msgctxt "KFile System Bookmarks" msgid "Modified Today" msgstr "Modifié aujourd'hui" -#: filewidgets/kfileplacesmodel.cpp:423 +#: filewidgets/kfileplacesmodel.cpp:427 msgctxt "KFile System Bookmarks" msgid "Modified Yesterday" msgstr "Modifié hier" -#: filewidgets/kfileplacesmodel.cpp:1091 +#: filewidgets/kfileplacesmodel.cpp:1134 #, kde-format msgctxt "Placeholder is error message" msgid "Could not add to the Places panel: %1" msgstr "Impossible d'ajouter au panneau « Emplacements » :%1" -#: filewidgets/kfileplacesmodel.cpp:1098 +#: filewidgets/kfileplacesmodel.cpp:1141 #, kde-format msgid "Only folders can be added to the Places panel." msgstr "Seuls des dossiers peuvent être ajoutés au panneau « Emplacements »." -#: filewidgets/kfileplacesmodel.cpp:1362 +#: filewidgets/kfileplacesmodel.cpp:1384 +#, kde-format +msgctxt "@action:inmenu" +msgid "Configure…" +msgstr "Configurer..." + +#: filewidgets/kfileplacesmodel.cpp:1420 #, kde-format msgctxt "@action:inmenu" msgid "Releasing…" msgstr "Publication..." -#: filewidgets/kfileplacesmodel.cpp:1364 +#: filewidgets/kfileplacesmodel.cpp:1422 #, kde-format msgctxt "@action:inmenu" msgid "&Release" msgstr "Publi&cation" -#: filewidgets/kfileplacesmodel.cpp:1368 +#: filewidgets/kfileplacesmodel.cpp:1426 #, kde-format msgctxt "@action:inmenu" msgid "Safely Removing…" msgstr "Suppression en toute sécurité..." -#: filewidgets/kfileplacesmodel.cpp:1370 +#: filewidgets/kfileplacesmodel.cpp:1428 #, kde-format msgctxt "@action:inmenu" msgid "&Safely Remove" msgstr "Enlever en toute &sécurité" -#: filewidgets/kfileplacesmodel.cpp:1375 +#: filewidgets/kfileplacesmodel.cpp:1433 #, kde-format msgctxt "@action:inmenu" msgid "Unmounting…" msgstr "Démontage..." -#: filewidgets/kfileplacesmodel.cpp:1377 +#: filewidgets/kfileplacesmodel.cpp:1435 #, kde-format msgctxt "@action:inmenu" msgid "&Unmount" msgstr "&Libérer" -#: filewidgets/kfileplacesmodel.cpp:1401 +#: filewidgets/kfileplacesmodel.cpp:1459 #, kde-format msgctxt "@action:inmenu" msgid "&Eject" msgstr "Éj&ecter" -#: filewidgets/kfileplacesmodel.cpp:1448 +#: filewidgets/kfileplacesmodel.cpp:1506 #, kde-format msgid "The device '%1' is not a disk and cannot be ejected." msgstr "" "Le périphérique « %1 » n'est pas un disque et ne peut donc être éjecté." -#: filewidgets/kfileplacesmodel.cpp:1483 +#: filewidgets/kfileplacesmodel.cpp:1542 #, kde-format msgid "An error occurred while accessing '%1', the system responded: %2" msgstr "Une erreur est survenue en accédant à « %1 ». Message reçu : %2" -#: filewidgets/kfileplacesmodel.cpp:1485 +#: filewidgets/kfileplacesmodel.cpp:1544 #, kde-format msgid "An error occurred while accessing '%1'" msgstr "Une erreur s'est produite en accédant à « %1 »" -#: filewidgets/kfileplacesmodel.cpp:1511 +#: filewidgets/kfileplacesmodel.cpp:1571 #, kde-format msgid "One or more files on this device are open within an application." msgstr "" "Un ou plusieurs fichiers sur ce périphérique sont ouverts par une " "application." -#: filewidgets/kfileplacesmodel.cpp:1514 +#: filewidgets/kfileplacesmodel.cpp:1574 #, kde-kuit-format msgid "" "One or more files on this device are opened in application " @@ -3285,108 +3194,108 @@ msgstr[1] "" "Un ou plusieurs fichiers présents sur ce périphérique sont ouverts dans les " "applications suivantes : %2." -#: filewidgets/kfileplacesmodel.cpp:1517 +#: filewidgets/kfileplacesmodel.cpp:1577 #, kde-format msgctxt "separator in list of apps blocking device unmount" msgid ", " msgstr ", " -#: filewidgets/kfileplacesmodel.cpp:1564 +#: filewidgets/kfileplacesmodel.cpp:1624 #, kde-format msgctxt "@action:inmenu" msgid "Reformat or Edit with Partition Manager" msgstr "Re-formater ou modifier avec le gestionnaire de partitions" -#: filewidgets/kfileplacesview.cpp:337 +#: filewidgets/kfileplacesview.cpp:344 #, kde-format msgctxt "@info:tooltip full display text since it is elided: original tooltip" msgid "%1: %2" msgstr "%1 : %2" -#: filewidgets/kfileplacesview.cpp:354 -#: widgets/kpropertiesdialogbuiltin_p.cpp:662 +#: filewidgets/kfileplacesview.cpp:361 +#: widgets/kpropertiesdialogbuiltin_p.cpp:676 #, kde-format msgctxt "Available space out of total partition size (percent used)" msgid "%1 free of %2 (%3% used)" msgstr "%1 libres sur %2 (%3 % utilisés)" -#: filewidgets/kfileplacesview.cpp:654 +#: filewidgets/kfileplacesview.cpp:674 #, kde-format msgid "%1 (hidden)" msgstr "%1 (caché)" -#: filewidgets/kfileplacesview.cpp:1184 +#: filewidgets/kfileplacesview.cpp:1228 #, kde-format msgctxt "@action:inmenu" msgid "Empty Trash" msgstr "Vider la corbeille" -#: filewidgets/kfileplacesview.cpp:1209 +#: filewidgets/kfileplacesview.cpp:1253 #, kde-format msgctxt "@action:inmenu" msgid "Mount" msgstr "Monter" -#: filewidgets/kfileplacesview.cpp:1215 +#: filewidgets/kfileplacesview.cpp:1263 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Tab" msgstr "Ouvrir dans un nouvel onglet" -#: filewidgets/kfileplacesview.cpp:1218 +#: filewidgets/kfileplacesview.cpp:1266 #, kde-format msgctxt "@item:inmenu" msgid "Open in New Window" msgstr "Ouvrir dans une nouvelle fenêtre" -#: filewidgets/kfileplacesview.cpp:1227 +#: filewidgets/kfileplacesview.cpp:1275 #, kde-format msgctxt "@action:inmenu" msgid "Add Entry…" msgstr "Ajouter une entrée..." -#: filewidgets/kfileplacesview.cpp:1233 +#: filewidgets/kfileplacesview.cpp:1281 #, kde-format msgctxt "@action:inmenu" msgid "&Edit…" msgstr "&Modifier..." -#: filewidgets/kfileplacesview.cpp:1238 +#: filewidgets/kfileplacesview.cpp:1286 #, kde-format msgctxt "@action:inmenu" msgid "Remove from Places" msgstr "Supprimer des emplacements" -#: filewidgets/kfileplacesview.cpp:1242 +#: filewidgets/kfileplacesview.cpp:1290 #, kde-format msgctxt "@action:inmenu" msgid "&Hide" msgstr "Cac&her" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section '%1'" msgstr "Masquer la section « %1 »" -#: filewidgets/kfileplacesview.cpp:1250 +#: filewidgets/kfileplacesview.cpp:1298 #, kde-format msgctxt "@item:inmenu" msgid "Hide Section" msgstr "Masquer la section" -#: filewidgets/kfileplacesview.cpp:1258 +#: filewidgets/kfileplacesview.cpp:1306 #, kde-format msgid "&Show All Entries" msgstr "&Afficher toutes les entrées" -#: filewidgets/kfileplacesview.cpp:1263 +#: filewidgets/kfileplacesview.cpp:1311 #, kde-format msgctxt "@item:inmenu" msgid "Icon Size" msgstr "Taille des icônes" -#: filewidgets/kfileplacesview.cpp:1383 +#: filewidgets/kfileplacesview.cpp:1432 #, kde-format msgctxt "" "@item:inmenu Auto set icon size based on available space inthe Places side-" @@ -3394,51 +3303,51 @@ msgctxt "" msgid "Auto Resize" msgstr "Redimensionner automatiquement" -#: filewidgets/kfileplacesview.cpp:1403 +#: filewidgets/kfileplacesview.cpp:1452 #, kde-format msgctxt "Small icon size" msgid "Small (%1x%1)" msgstr "Petit (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1406 +#: filewidgets/kfileplacesview.cpp:1455 #, kde-format msgctxt "Medium icon size" msgid "Medium (%1x%1)" msgstr "Moyen (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1409 +#: filewidgets/kfileplacesview.cpp:1458 #, kde-format msgctxt "Large icon size" msgid "Large (%1x%1)" msgstr "Grande (%1 x %1)" -#: filewidgets/kfileplacesview.cpp:1412 +#: filewidgets/kfileplacesview.cpp:1461 #, kde-format msgctxt "Huge icon size" msgid "Huge (%1x%1)" msgstr "Énorme (%1 x %1)" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "You can only select one file" msgstr "Vous ne pouvez sélectionner qu'un seul fichier" -#: filewidgets/kfilewidget.cpp:618 +#: filewidgets/kfilewidget.cpp:637 #, kde-format msgid "More than one file provided" msgstr "Plus d'un fichier a été fourni" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "You can only select local files" msgstr "Vous ne pouvez choisir que des fichiers locaux" -#: filewidgets/kfilewidget.cpp:789 +#: filewidgets/kfilewidget.cpp:813 #, kde-format msgid "Remote files not accepted" msgstr "Fichiers distants non acceptés" -#: filewidgets/kfilewidget.cpp:796 +#: filewidgets/kfilewidget.cpp:820 #, kde-format msgid "" "The selected URL uses an unsupported scheme. Please use the following " @@ -3453,52 +3362,22 @@ msgstr[1] "" "L'URL sélectionnée utilise un schéma non pris en charge. Veuillez utiliser " "un des schémas suivants : %2" -#: filewidgets/kfilewidget.cpp:802 +#: filewidgets/kfilewidget.cpp:826 #, kde-format msgid "Unsupported URL scheme" msgstr "Schéma d'URL mal formée" -#: filewidgets/kfilewidget.cpp:818 -#, kde-format -msgid "" -"More than one folder has been selected and this dialog does not accept " -"folders, so it is not possible to decide which one to enter. Please select " -"only one folder to list it." -msgstr "" -"Plus d'un dossier a été sélectionné et cette boîte de dialogue n'accepte " -"qu'un seul dossier, il n'est donc pas possible de savoir lequel choisir. " -"Merci de ne sélectionner qu'un seul dossier" - -#: filewidgets/kfilewidget.cpp:820 -#, kde-format -msgid "More than one folder provided" -msgstr "Plus d'un dossier fourni" - -#: filewidgets/kfilewidget.cpp:830 -#, kde-format -msgid "" -"At least one folder and one file has been selected. Selected files will be " -"ignored and the selected folder will be listed" -msgstr "" -"Au moins un dossier et un fichier ont été sélectionnés. Les fichiers " -"sélectionnés seront ignorés et le dossier sélectionné sera listé" - -#: filewidgets/kfilewidget.cpp:831 -#, kde-format -msgid "Files and folders selected" -msgstr "Fichiers et dossiers sélectionnés" - -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "The file \"%1\" could not be found" msgstr "Impossible de trouver le fichier « %1 »" -#: filewidgets/kfilewidget.cpp:849 +#: filewidgets/kfilewidget.cpp:847 #, kde-format msgid "Cannot open file" msgstr "Impossible d'ouvrir le fichier" -#: filewidgets/kfilewidget.cpp:1195 +#: filewidgets/kfilewidget.cpp:1216 #, kde-format msgid "" "Click this button to enter the parent folder.

    For instance, " @@ -3509,47 +3388,47 @@ msgstr "" ">
    Par exemple, si l'emplacement actuel est « file:/home/konqi », un " "clic sur ce bouton vous amène à « file:/home ».
    " -#: filewidgets/kfilewidget.cpp:1199 +#: filewidgets/kfilewidget.cpp:1220 #, kde-format msgid "Click this button to move backwards one step in the browsing history." msgstr "" "Cliquez sur ce bouton pour reculer d'un niveau dans l'historique de " "navigation." -#: filewidgets/kfilewidget.cpp:1200 +#: filewidgets/kfilewidget.cpp:1221 #, kde-format msgid "Click this button to move forward one step in the browsing history." msgstr "" "Cliquez sur ce bouton pour avancer d'un niveau dans l'historique de " "navigation." -#: filewidgets/kfilewidget.cpp:1202 +#: filewidgets/kfilewidget.cpp:1223 #, kde-format msgid "Click this button to reload the contents of the current location." msgstr "" "Cliquez sur ce bouton pour recharger le contenu de l'emplacement actuel." -#: filewidgets/kfilewidget.cpp:1204 +#: filewidgets/kfilewidget.cpp:1225 #, kde-format msgid "Click this button to create a new folder." msgstr "Cliquez sur ce bouton pour créer un nouveau dossier." -#: filewidgets/kfilewidget.cpp:1206 +#: filewidgets/kfilewidget.cpp:1227 #, kde-format msgid "Show Places Panel" msgstr "Afficher le panneau des emplacements" -#: filewidgets/kfilewidget.cpp:1213 +#: filewidgets/kfilewidget.cpp:1234 #, kde-format -msgid "Show Bookmarks Button" -msgstr "Afficher le bouton Signets" +msgid "Show Quick Filter" +msgstr "Afficher le filtre rapide" -#: filewidgets/kfilewidget.cpp:1220 +#: filewidgets/kfilewidget.cpp:1242 #, kde-format msgid "Options" msgstr "Options" -#: filewidgets/kfilewidget.cpp:1223 +#: filewidgets/kfilewidget.cpp:1245 #, kde-format msgid "" "This is the preferences menu for the file dialog. Various options can be " @@ -3558,19 +3437,19 @@ msgid "" "files
  • the Places panel
  • file previews
  • separating " "folders from files
  • " msgstr "" -"Voici le menu de configuration de la boîte de dialogue des fichiers. " +"Voici le menu de configuration de la boite de dialogue des fichiers. " "Diverses options sont accessibles dans ce menu, parmi lesquelles :" "
    • comment les fichiers sont triés dans la liste
    • les types " "d'affichage, y compris par icônes et par listes
    • l'affichage des " "fichiers cachés
    • le panneau des emplacements
    • l'aperçu des " "fichiers
    • la séparation des dossiers et des fichiers
    " -#: filewidgets/kfilewidget.cpp:1242 +#: filewidgets/kfilewidget.cpp:1264 #, kde-format msgid "Bookmarks" msgstr "Signets" -#: filewidgets/kfilewidget.cpp:1246 +#: filewidgets/kfilewidget.cpp:1268 #, kde-format msgid "" "This button allows you to bookmark specific locations. Click on this " @@ -3581,16 +3460,39 @@ msgstr "" "Ce bouton permet de créer des signets pour des emplacements " "particuliers. Cliquez sur ce bouton pour ouvrir le menu des signets dans " "lequel vous pourrez en ajouter ou en choisir un.

    Ces signets sont " -"propres à la boîte de dialogue des fichiers mais se comportent comme les " +"propres à la boite de dialogue des fichiers mais se comportent comme les " "signets utilisés ailleurs dans KDE.
    " #. i18n: ectx: property (text), widget (QLabel, nameLabel) -#: filewidgets/kfilewidget.cpp:1285 widgets/kpropertiesdesktopbase.ui:22 +#: filewidgets/kfilewidget.cpp:1313 widgets/kpropertiesdesktopbase.ui:22 #, kde-format msgid "&Name:" msgstr "&Nom :" -#: filewidgets/kfilewidget.cpp:1362 +#: filewidgets/kfilewidget.cpp:1338 +#, kde-format +msgctxt "@info:tooltip" +msgid "Undo filename change" +msgstr "Annuler le changement de nom de fichier" + +#: filewidgets/kfilewidget.cpp:1393 +#, kde-format +msgctxt "@info:tooltip" +msgid "Keep Filter When Changing Folders" +msgstr "Conserver le filtre lors de la modification des dossiers" + +#: filewidgets/kfilewidget.cpp:1397 +#, kde-format +msgid "Filter by name…" +msgstr "Filtrer par nom…" + +#: filewidgets/kfilewidget.cpp:1405 +#, kde-format +msgctxt "@info:tooltip" +msgid "Hide Filter Bar" +msgstr "Masquer la barre de filtres" + +#: filewidgets/kfilewidget.cpp:1454 #, kde-format msgid "" "While typing in the text area, you may be presented with possible " @@ -3603,12 +3505,12 @@ msgstr "" "contrôlée en cliquant avec le bouton droit de la souris et en choisissant un " "mode préféré dans le menu Auto-complètement de texte." -#: filewidgets/kfilewidget.cpp:1369 +#: filewidgets/kfilewidget.cpp:1461 #, kde-format msgid "This is the name to save the file as." msgstr "Ceci est le nom sous lequel le fichier sera enregistré." -#: filewidgets/kfilewidget.cpp:1372 +#: filewidgets/kfilewidget.cpp:1464 #, kde-format msgid "" "This is the list of files to open. More than one file can be specified by " @@ -3617,74 +3519,79 @@ msgstr "" "Ceci est la liste des fichiers à ouvrir. Plusieurs fichiers peuvent être " "spécifiés, en listant plusieurs fichiers séparés par des espaces." -#: filewidgets/kfilewidget.cpp:1377 +#: filewidgets/kfilewidget.cpp:1469 #, kde-format msgid "This is the name of the file to open." msgstr "Ceci est le nom du fichier à ouvrir." -#: filewidgets/kfilewidget.cpp:1390 +#: filewidgets/kfilewidget.cpp:1482 #, kde-format msgctxt "@title:window" msgid "Places" msgstr "Emplacements" -#: filewidgets/kfilewidget.cpp:1609 +#: filewidgets/kfilewidget.cpp:1763 #, kde-format msgid "The file \"%1\" already exists. Do you wish to overwrite it?" msgstr "Le fichier « %1 » existe déjà. Voulez-vous l'écraser ?" -#: filewidgets/kfilewidget.cpp:1610 +#: filewidgets/kfilewidget.cpp:1764 #, kde-format msgid "Overwrite File?" msgstr "Écraser le fichier ?" -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "You can only select local files." msgstr "Vous ne pouvez choisir que des fichiers locaux." -#: filewidgets/kfilewidget.cpp:1806 +#: filewidgets/kfilewidget.cpp:1961 #, kde-format msgid "Remote Files Not Accepted" msgstr "Fichiers distants non acceptés" -#: filewidgets/kfilewidget.cpp:1900 +#: filewidgets/kfilewidget.cpp:2055 #, kde-format msgid "All Folders" msgstr "Tous les dossiers" -#: filewidgets/kfilewidget.cpp:2052 widgets/executablefileopendialog.cpp:44 -#: widgets/kfileitemactions.cpp:742 +# unreviewed-context +#: filewidgets/kfilewidget.cpp:2079 +#, kde-format +msgid "Current Directory: %1" +msgstr "Dossier courant : %1" + +#: filewidgets/kfilewidget.cpp:2208 widgets/kfileitemactions.cpp:847 #, kde-format msgid "&Open" msgstr "&Ouvrir" -#: filewidgets/kfilewidget.cpp:2152 +#: filewidgets/kfilewidget.cpp:2315 #, kde-format msgid "Icon size: %1 pixels" msgstr "Taille d'icône : %1 pixels" -#: filewidgets/kfilewidget.cpp:2300 +#: filewidgets/kfilewidget.cpp:2482 #, kde-format msgid "Automatically select filename e&xtension (%1)" msgstr "Sélectionner automatiquement le nom et l'e&xtension du fichier (%1)" -#: filewidgets/kfilewidget.cpp:2301 +#: filewidgets/kfilewidget.cpp:2483 #, kde-format msgid "the extension %1" msgstr "l'extension %1" -#: filewidgets/kfilewidget.cpp:2307 +#: filewidgets/kfilewidget.cpp:2489 #, kde-format msgid "Automatically select filename e&xtension" msgstr "Sélectionner automatiquement le nom et l'e&xtension du fichier" -#: filewidgets/kfilewidget.cpp:2308 +#: filewidgets/kfilewidget.cpp:2490 #, kde-format msgid "a suitable extension" msgstr "une extension adéquate" -#: filewidgets/kfilewidget.cpp:2316 +#: filewidgets/kfilewidget.cpp:2498 #, kde-format msgid "" "This option enables some convenient features for saving files with " @@ -3712,12 +3619,12 @@ msgstr "" "sera automatiquement retiré).Si vous n'êtes pas sûr, conservez " "cette option activée, car cela rend vos fichiers plus faciles à gérer." -#: filewidgets/kfilewidget.cpp:2789 +#: filewidgets/kfilewidget.cpp:2964 #, kde-format msgid "&File type:" msgstr "Type de &fichier :" -#: filewidgets/kfilewidget.cpp:2790 +#: filewidgets/kfilewidget.cpp:2968 #, kde-format msgid "" "This is the file type selector. It is used to select the format that the " @@ -3726,64 +3633,53 @@ msgstr "" "Ceci est le sélecteur de type de fichier. Il est utilisé pour " "sélectionner le format dans lequel le fichier sera enregistré." -#: filewidgets/kfilewidget.cpp:2792 -#, kde-format -msgid "&Filter:" -msgstr "F&iltre :" - -#: filewidgets/kfilewidget.cpp:2794 +#: filewidgets/kfilewidget.cpp:2970 #, kde-format msgid "" -"This is the filter to apply to the file list. File names that do not " -"match the filter will not be shown.

    You may select from one of the preset " -"filters in the drop down menu, or you may enter a custom filter directly " -"into the text area.

    Wildcards such as * and ? are allowed.

    " +"This is the file type selector. It is used to select the format of the " +"files shown." msgstr "" -"Il s'agit du filtre à appliquer à la liste de fichiers. Les noms de " -"fichiers qui ne correspondent pas au filtre ne seront pas affichés.

    Vous " -"pouvez choisir un des filtres présélectionnés dans le menu contextuel ou " -"ajouter un filtre personnalisé directement dans la zone de texte.

    Les " -"caractères génériques tels que « * » et « ? » sont autorisés.

    " +"Ceci est le sélecteur de type de fichier. Il est utilisé pour " +"sélectionner le format des fichiers affichés." -#: filewidgets/knewfilemenu.cpp:440 -#, kde-format -msgctxt "@title:window" -msgid "Create New File" -msgstr "Créer un nouveau fichier" - -#: filewidgets/knewfilemenu.cpp:480 -#, kde-format -msgid "Sorry" -msgstr "Désolé" - -#: filewidgets/knewfilemenu.cpp:491 -#, kde-format -msgid "The template file %1 does not exist." -msgstr "Le fichier modèle %1 n'existe pas." - -#: filewidgets/knewfilemenu.cpp:637 filewidgets/knewfilemenu.cpp:702 -#, kde-format -msgid "Name for new link:" -msgstr "Nom du nouveau lien :" - -#: filewidgets/knewfilemenu.cpp:706 -#, kde-format -msgid "Create link to URL" -msgstr "Créer un lien vers cette URL" - -#: filewidgets/knewfilemenu.cpp:747 filewidgets/knewfilemenu.cpp:802 -#, kde-format -msgctxt "@item:inmenu Create New" -msgid "%1" -msgstr "%1" - -#: filewidgets/knewfilemenu.cpp:1067 +#: filewidgets/knewfilemenu.cpp:221 #, kde-format msgctxt "@label:textbox Prompt for new file of type" msgid "Enter %1 filename:" msgstr "Saisissez %1 nom de fichier :" -#: filewidgets/knewfilemenu.cpp:1166 +#: filewidgets/knewfilemenu.cpp:529 +#, kde-format +msgid "Sorry" +msgstr "Désolé" + +#: filewidgets/knewfilemenu.cpp:540 +#, kde-format +msgid "The template file %1 does not exist." +msgstr "Le fichier modèle %1 n'existe pas." + +#: filewidgets/knewfilemenu.cpp:691 filewidgets/knewfilemenu.cpp:756 +#, kde-format +msgid "Name for new link:" +msgstr "Nom du nouveau lien :" + +#: filewidgets/knewfilemenu.cpp:694 +#, kde-format +msgid "Create Symlink" +msgstr "Créer un lien symbolique" + +#: filewidgets/knewfilemenu.cpp:760 +#, kde-format +msgid "Create link to URL" +msgstr "Créer un lien vers cette URL" + +#: filewidgets/knewfilemenu.cpp:800 filewidgets/knewfilemenu.cpp:824 +#, kde-format +msgctxt "@item:inmenu Create New" +msgid "%1" +msgstr "%1" + +#: filewidgets/knewfilemenu.cpp:1164 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3793,7 +3689,7 @@ msgstr "" "Impossible d'utiliser le nom %1 car celui-ci est " "réservé par le système d'exploitation." -#: filewidgets/knewfilemenu.cpp:1174 +#: filewidgets/knewfilemenu.cpp:1172 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3803,7 +3699,7 @@ msgstr "" "Le nom %1 commence par un point, aussi il sera caché " "par défaut." -#: filewidgets/knewfilemenu.cpp:1182 +#: filewidgets/knewfilemenu.cpp:1180 #, kde-kuit-format msgctxt "@info" msgid "" @@ -3815,35 +3711,46 @@ msgstr "" "affichage avant les autres éléments par suite du tri alphabétique, parmi " "d'autres bizarreries." -#: filewidgets/knewfilemenu.cpp:1200 +#: filewidgets/knewfilemenu.cpp:1198 #, kde-format msgid "Using slashes in folder names will create sub-folders, like so:" msgstr "" "L'utilisation de barres obliques dans les noms de l'emplacement permettra la " "création de sous-dossiers, comme :" -#: filewidgets/knewfilemenu.cpp:1210 +#: filewidgets/knewfilemenu.cpp:1212 #, kde-format msgid "Using slashes in folder names will create sub-folders." msgstr "" "L'utilisation de barres obliques dans les noms de l'emplacement permettra la " "création de sous-dossiers." -#: filewidgets/knewfilemenu.cpp:1222 +#: filewidgets/knewfilemenu.cpp:1224 #, kde-format msgid "Slashes cannot be used in file and folder names." msgstr "" "Les barres obliques ne peuvent être utilisées dans les noms de fichier et " "d'emplacement." -#: filewidgets/knewfilemenu.cpp:1227 +#: filewidgets/knewfilemenu.cpp:1229 #, kde-format msgid "Backslashes cannot be used in file and folder names." msgstr "" "Les barres obliques inversées ne peuvent être utilisées dans les noms de " "fichier et d'emplacement." -#: filewidgets/knewfilemenu.cpp:1237 +#: filewidgets/knewfilemenu.cpp:1243 +#, kde-kuit-format +msgctxt "@error" +msgid "" +"Creating a file or folder with the name %1 is not " +"possible since it would overlap with the location of a user's home folder." +msgstr "" +"Il est impossible de créer un fichier ou un dossier avec le nom " +"%1 car il empiéterait sur l'emplacement du dossier personnel " +"d'un utilisateur." + +#: filewidgets/knewfilemenu.cpp:1252 #, kde-format msgid "" "Starting a file or folder name with a tilde is not recommended because it " @@ -3853,97 +3760,140 @@ msgstr "" "recommandé. En effet, cela peut devenir peu clair ou dangereux lors de la " "suppression d'objets en utilisant le terminal." -#: filewidgets/knewfilemenu.cpp:1305 +#: filewidgets/knewfilemenu.cpp:1324 #, kde-kuit-format msgctxt "@info" msgid "A directory with name %1 already exists." msgstr "Un dossier nommé %1 existe déjà." -#: filewidgets/knewfilemenu.cpp:1307 +#: filewidgets/knewfilemenu.cpp:1326 #, kde-kuit-format msgctxt "@info" msgid "A file with name %1 already exists." msgstr "Un fichier nommé %1existe déjà." -#: filewidgets/knewfilemenu.cpp:1393 +#: filewidgets/knewfilemenu.cpp:1412 #, kde-format msgid "Create New" msgstr "Créer un nouveau" -#: filewidgets/knewfilemenu.cpp:1428 +#: filewidgets/knewfilemenu.cpp:1447 #, kde-format msgid "Link to Device" msgstr "Lier au périphérique" -#: filewidgets/knewfilemenu.cpp:1474 +#: filewidgets/knewfilemenu.cpp:1486 #, kde-format msgctxt "Default name for a new folder" msgid "New Folder" msgstr "Nouveau dossier" -#: filewidgets/knewfilemenu.cpp:1497 +#: filewidgets/knewfilemenu.cpp:1509 #, kde-format msgctxt "@title:window" msgid "Create New Folder" msgstr "Créer un nouveau dossier" -#: filewidgets/knewfilemenu.cpp:1499 +#: filewidgets/knewfilemenu.cpp:1511 #, kde-format msgid "Create new folder in %1:" msgstr "Créer un nouveau dossier dans %1 :" +#: filewidgets/knewfilemenu.cpp:1514 widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter folder name" +msgstr "Saisissez un nom de fichier" + +#: filewidgets/knewfilemenu.cpp:1571 +#, kde-format +msgid "Default" +msgstr "Par défaut" + +#. i18n: ectx: property (windowTitle), widget (QDialog, NewFileDialog) +#: filewidgets/knewfilemenu_newfiledialog.ui:20 +#, kde-format +msgctxt "@title:window" +msgid "Create New File" +msgstr "Créer un nouveau fichier" + +#. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) +#: filewidgets/knewfilemenu_newfiledialog.ui:57 +#, kde-format +msgid "Enter file name" +msgstr "Saisissez un nom de fichier" + +#. i18n: ectx: property (title), widget (KCollapsibleGroupBox, chooseIconBox) +#: filewidgets/knewfilemenu_newfiledialog.ui:79 +#, kde-format +msgid "Choose custom icon or color" +msgstr "Sélectionnez une icône ou une couleur personnalisée" + +#. i18n: ectx: property (text), widget (QPushButton, chooseIconButton) +#: filewidgets/knewfilemenu_newfiledialog.ui:129 +#, kde-format +msgctxt "@action:button" +msgid "Choose Other Icon…" +msgstr "Veuillez sélectionner une autre icône..." + +#. i18n: ectx: property (text), widget (QLabel, iconHintLabel) +#: filewidgets/knewfilemenu_newfiledialog.ui:145 +#, kde-format +msgid "You can change the icon later in folder properties." +msgstr "Vous pouvez modifier l'icône plus tard dans les propriétés du dossier." + #. i18n: ectx: property (text), widget (QPushButton, md5CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (text), widget (QPushButton, sha512CopyButton) -#: filewidgets/kurlnavigator.cpp:576 kioworkers/file/file_unix.cpp:133 -#: widgets/checksumswidget.ui:117 widgets/checksumswidget.ui:154 -#: widgets/checksumswidget.ui:191 widgets/checksumswidget.ui:228 +#: filewidgets/kurlnavigator.cpp:610 widgets/checksumswidget.ui:145 +#: widgets/checksumswidget.ui:192 widgets/checksumswidget.ui:239 +#: widgets/checksumswidget.ui:286 #, kde-format msgid "Copy" msgstr "Copier" #. i18n: ectx: property (text), widget (QPushButton, pasteButton) -#: filewidgets/kurlnavigator.cpp:580 widgets/checksumswidget.ui:39 +#: filewidgets/kurlnavigator.cpp:614 widgets/checksumswidget.ui:42 #, kde-format msgid "Paste" msgstr "Coller" -#: filewidgets/kurlnavigator.cpp:600 +#: filewidgets/kurlnavigator.cpp:634 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Tab" msgstr "Ouvrir « %1 » dans un nouvel onglet" -#: filewidgets/kurlnavigator.cpp:608 +#: filewidgets/kurlnavigator.cpp:642 #, kde-format msgctxt "@item:inmenu" msgid "Open \"%1\" in New Window" msgstr "Ouvrir « %1 » dans une nouvelle fenêtre" -#: filewidgets/kurlnavigator.cpp:617 +#: filewidgets/kurlnavigator.cpp:651 #, kde-format msgid "Edit" msgstr "Modifier" -#: filewidgets/kurlnavigator.cpp:620 +#: filewidgets/kurlnavigator.cpp:654 #, kde-format msgid "Navigate" msgstr "Naviguer" -#: filewidgets/kurlnavigator.cpp:635 +#: filewidgets/kurlnavigator.cpp:669 #, kde-format msgid "Show Full Path" msgstr "Afficher l'emplacement complet" -#: filewidgets/kurlnavigator.cpp:796 +#: filewidgets/kurlnavigator.cpp:839 #, kde-kuit-format msgctxt "@info:tooltip for button. 1 is path" msgid "Go to any location on the path %1" msgstr "" "Aller à n'importe quel endroit de l'emplacement %1" -#: filewidgets/kurlnavigatorbutton.cpp:701 +#: filewidgets/kurlnavigatorbutton.cpp:725 #, kde-format msgctxt "@action:inmenu" msgid "More" @@ -3955,6 +3905,13 @@ msgctxt "@action:button opening a list of locations" msgid "Go to Location on Path" msgstr "Accéder à un endroit de l'emplacement " +#: filewidgets/kurlnavigatorplacesselector.cpp:49 +#, kde-format +msgctxt "" +"@action:button accessible name for the places selector in the URL navigator" +msgid "Places" +msgstr "Emplacements" + #: filewidgets/kurlnavigatorschemecombo.cpp:155 #, kde-format msgctxt "@item:inmenu" @@ -3978,28 +3935,28 @@ msgstr "Autre" msgid "Edit mode" msgstr "Mode modification" -#: filewidgets/kurlnavigatortogglebutton.cpp:86 +#: filewidgets/kurlnavigatortogglebutton.cpp:80 #, kde-format msgid "Click for Location Navigation" msgstr "Cliquez pour une navigation par emplacement" -#: filewidgets/kurlnavigatortogglebutton.cpp:88 +#: filewidgets/kurlnavigatortogglebutton.cpp:82 #, kde-format msgid "Click to Edit Location" msgstr "Cliquez pour modifier l'emplacement" -#: gui/applicationlauncherjob.cpp:122 gui/kprocessrunner.cpp:236 +#: gui/applicationlauncherjob.cpp:125 gui/kprocessrunner.cpp:247 #, kde-format msgid "You are not authorized to execute this file." msgstr "Vous n'avez pas l'autorisation d'exécuter ce fichier." -#: gui/applicationlauncherjob.cpp:144 gui/commandlauncherjob.cpp:117 +#: gui/applicationlauncherjob.cpp:136 gui/commandlauncherjob.cpp:117 #, kde-format msgctxt "Launching application" msgid "Launching %1" msgstr "Lancement de %1" -#: gui/applicationlauncherjob.cpp:181 +#: gui/applicationlauncherjob.cpp:173 #, kde-format msgid "" "Unable to make the service %1 executable, aborting execution.\n" @@ -4008,14 +3965,14 @@ msgstr "" "Impossible de rendre le service %1 exécutable. L'exécution est abandonnée.\n" "%2." -#: gui/applicationlauncherjob.cpp:299 gui/openurljob.cpp:644 +#: gui/applicationlauncherjob.cpp:291 gui/openurljob.cpp:653 #, kde-format msgid "You are not authorized to select an application to open this file." msgstr "" "Vous n'avez pas l'autorisation de choisir une application pour ouvrir ce " "fichier." -#: gui/applicationlauncherjob.cpp:307 +#: gui/applicationlauncherjob.cpp:299 #, kde-format msgid "" "Internal error: could not prompt the user for which application to start" @@ -4044,12 +4001,20 @@ msgstr "Erreur pendant l'enregistrement de l'image dans %1" msgid "Icon file too big, download aborted" msgstr "Fichier d'icône trop volumineux, téléchargement annulé." +#: gui/filepreviewjob.cpp:294 +#, kde-format +msgctxt "%1 is a file url" +msgid "FilePreviewJob: skipping an empty file, might be a broken symlink: %1" +msgstr "" +"FilePreviewJob : fichier vide ignoré. Il pourrait s'agir d'un lien " +"symbolique cassé : %1" + #: gui/kemailclientlauncherjob.cpp:92 #, kde-format msgid "No mail client found" msgstr "Aucun client de messagerie n'a été trouvé" -#: gui/kprocessrunner.cpp:118 +#: gui/kprocessrunner.cpp:125 #, kde-format msgid "" "The desktop entry file\n" @@ -4060,28 +4025,28 @@ msgstr "" "%1\n" "n'est pas valable." -#: gui/kprocessrunner.cpp:283 +#: gui/kprocessrunner.cpp:294 #, kde-format msgid "Launching %1" msgstr "Lancement de %1" -#: gui/kprocessrunner.cpp:464 +#: gui/kprocessrunner.cpp:478 #, kde-kuit-format msgctxt "@info" msgid "The command %1 could not be found." msgstr "Il est impossible de trouver la commande %1." -#: gui/kterminallauncherjob.cpp:124 +#: gui/kterminallauncherjob.cpp:130 #, kde-format msgid "No terminal emulator found" msgstr "Aucun émulateur de terminal trouvé" -#: gui/openurljob.cpp:158 +#: gui/openurljob.cpp:163 #, kde-format msgid "Failed to open %1" msgstr "Impossible d'ouvrir %1" -#: gui/openurljob.cpp:296 +#: gui/openurljob.cpp:301 #, kde-format msgid "" "The desktop entry file\n" @@ -4092,7 +4057,7 @@ msgstr "" "%1\n" "est du type « Link » mais ne comporte aucune ligne « URL=... »." -#: gui/openurljob.cpp:374 +#: gui/openurljob.cpp:379 #, kde-format msgid "" "The executable file \"%1\" is located on a remote filesystem. For safety " @@ -4101,7 +4066,7 @@ msgstr "" "Le fichier exécutable « %1 » se trouve sur un système distant de fichiers. " "Pour raisons de sécurité, il ne sera pas lancé." -#: gui/openurljob.cpp:410 +#: gui/openurljob.cpp:420 #, kde-format msgid "" "For security reasons, launching executables is not allowed in this context." @@ -4109,7 +4074,7 @@ msgstr "" "Pour des raisons de sécurité, le lancement d'exécutables n'est pas autorisé " "dans ce contexte." -#: gui/openurljob.cpp:440 +#: gui/openurljob.cpp:450 #, kde-format msgid "" "The program \"%1\" needs to have executable permission before it can be " @@ -4118,7 +4083,7 @@ msgstr "" "Le fichier « %1 » requiert des permissions en exécution avant de lancer son " "exécution." -#: gui/openurljob.cpp:451 +#: gui/openurljob.cpp:461 #, kde-format msgid "" "Unable to make file \"%1\" executable.\n" @@ -4127,14 +4092,14 @@ msgstr "" "Impossible de rendre le fichier « %1 » exécutable.\n" "%2." -#: gui/openurljob.cpp:537 +#: gui/openurljob.cpp:547 #, kde-format msgid "The desktop entry file %1 has no Type=... entry." msgstr "" "Le fichier de configuration de bureau %1 ne comporte pas de ligne " "« Type=... »." -#: gui/openurljob.cpp:630 +#: gui/openurljob.cpp:639 #, kde-format msgid "" "This file is incomplete and should not be opened.\n" @@ -4145,12 +4110,12 @@ msgstr "" "Veuillez vérifier vos applications ouvertes et la zone de notification pour " "toute tâche ou tout téléchargement en attente." -#: gui/openurljob.cpp:656 +#: gui/openurljob.cpp:665 #, kde-format msgid "Failed to open the file." msgstr "Impossible d'ouvrir le fichier" -#: gui/openurljob.cpp:690 +#: gui/openurljob.cpp:699 #, kde-format msgid "The program \"%1\" could not be launched." msgstr "Impossible de lancer le fichier « %1 »" @@ -4239,74 +4204,69 @@ msgstr "" "a été modifié.\n" "Voulez-vous envoyer les modifications ?" -#: kioexec/main.cpp:300 +#: kioexec/main.cpp:302 #, kde-format msgid "KIOExec" msgstr "KIOExec" -#: kioexec/main.cpp:302 +#: kioexec/main.cpp:304 #, kde-format msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" "KIO Exec - Ouvre des fichiers distants, surveille les modifications, demande " "confirmation pour les envois" -#: kioexec/main.cpp:304 +#: kioexec/main.cpp:306 #, kde-format msgid "(c) 1998-2000,2003 The KFM/Konqueror Developers" msgstr "(c) 1998-2000,2003, Les développeurs de KFM / Konqueror" -#: kioexec/main.cpp:305 +#: kioexec/main.cpp:307 #, kde-format msgid "David Faure" msgstr "David Faure" -#: kioexec/main.cpp:306 +#: kioexec/main.cpp:308 #, kde-format msgid "Stephan Kulow" msgstr "Stephan Kulow" -#: kioexec/main.cpp:307 +#: kioexec/main.cpp:309 #, kde-format msgid "Bernhard Rosenkraenzer" msgstr "Bernhard Rosenkraenzer" -#: kioexec/main.cpp:308 +#: kioexec/main.cpp:310 #, kde-format msgid "Waldo Bastian" msgstr "Waldo Bastian" -#: kioexec/main.cpp:309 +#: kioexec/main.cpp:311 #, kde-format msgid "Oswald Buddenhagen" msgstr "Oswald Buddenhagen" -#: kioexec/main.cpp:314 +#: kioexec/main.cpp:316 #, kde-format msgid "Treat URLs as local files and delete them afterwards" msgstr "Traite les URL comme des fichiers locaux et les efface ensuite" -#: kioexec/main.cpp:316 +#: kioexec/main.cpp:318 #, kde-format msgid "Suggested file name for the downloaded file" msgstr "Nom suggéré pour le fichier téléchargé" -#: kioexec/main.cpp:317 +#: kioexec/main.cpp:319 #, kde-format msgid "Command to execute" msgstr "Commande à exécuter" -#: kioexec/main.cpp:318 +#: kioexec/main.cpp:320 #, kde-format msgid "URL(s) or local file(s) used for 'command'" msgstr "URL ou fichier(s) local(aux) utilisé(s) comme « command »" -#: kioworkers/file/file.cpp:166 -#, kde-format -msgid "Setting ACL for %1" -msgstr "Application des ACL pour %1" - -#: kioworkers/file/file.cpp:739 +#: kioworkers/file/file.cpp:689 #, kde-format msgid "" "Could not change permissions for\n" @@ -4315,7 +4275,7 @@ msgstr "" "Impossible de modifier les droits d'accès de\n" "« %1 »" -#: kioworkers/file/file.cpp:749 +#: kioworkers/file/file.cpp:697 #, kde-format msgctxt "@info" msgid "" @@ -4326,119 +4286,37 @@ msgstr "" "pour\n" "%1." -#: kioworkers/file/file.cpp:855 +#: kioworkers/file/file.cpp:777 kioworkers/file/file.cpp:869 +#, kde-format +msgid "Could not open temporary file" +msgstr "Impossible d'ouvrir le fichier temporaire" + +#: kioworkers/file/file.cpp:801 #, kde-format msgid "Could not find program \"mount\"" msgstr "Impossible de trouver le programme « mount »." -#: kioworkers/file/file.cpp:929 +#: kioworkers/file/file.cpp:878 #, kde-format msgid "Could not find program \"umount\"" msgstr "Impossible de trouver le programme « umount »." -#: kioworkers/file/file_unix.cpp:98 -#, kde-format -msgid "Change File Permissions" -msgstr "Modifier les droits d'accès au fichier" - -#: kioworkers/file/file_unix.cpp:99 -#, kde-format -msgid "New Permissions: %1" -msgstr "Nouveaux droits d'accès : %1" - -#: kioworkers/file/file_unix.cpp:102 -#, kde-format -msgid "Change File Owner" -msgstr "Modifier le propriétaire du fichier" - -#: kioworkers/file/file_unix.cpp:103 -#, kde-format -msgid "New Owner: UID=%1, GID=%2" -msgstr "Nouveau propriétaire : UID=%1, GID=%2" - -#: kioworkers/file/file_unix.cpp:106 -#, kde-format -msgid "Remove File" -msgstr "Supprimer un fichier" - -#: kioworkers/file/file_unix.cpp:109 -#, kde-format -msgid "Remove Directory" -msgstr "Supprimer un dossier" - -# unreviewed-context -#: kioworkers/file/file_unix.cpp:112 -#, kde-format -msgid "Create Directory" -msgstr "Créer un dossier" - -#: kioworkers/file/file_unix.cpp:113 -#, kde-format -msgid "Directory Permissions: %1" -msgstr "Droits d'accès au dossier : %1" - -#: kioworkers/file/file_unix.cpp:116 -#, kde-format -msgid "Open File" -msgstr "Ouvrir un fichier" - -#: kioworkers/file/file_unix.cpp:119 -#, kde-format -msgid "Open Directory" -msgstr "Ouvrir un dossier" - -#: kioworkers/file/file_unix.cpp:123 -#, kde-format -msgid "New Filename: %1" -msgstr "Nouveau nom de fichier : %1" - -#: kioworkers/file/file_unix.cpp:127 -#, kde-format -msgid "Target: %1" -msgstr "Cible : %1" - -#: kioworkers/file/file_unix.cpp:130 -#, kde-format -msgid "Change Timestamp" -msgstr "Modifier l'horodatage" - -#: kioworkers/file/file_unix.cpp:134 -#, kde-format -msgid "From: %1, To: %2" -msgstr "De : %1, à : %2" - -#: kioworkers/file/file_unix.cpp:137 -#, kde-format -msgid "Unknown Action" -msgstr "Action inconnue" - -#: kioworkers/file/file_unix.cpp:142 -#, kde-format -msgid "" -"Action: %1\n" -"Source: %2\n" -"%3" -msgstr "" -"Action : %1\n" -"Source : %2\n" -"%3" - -#: kioworkers/file/file_unix.cpp:716 +#: kioworkers/file/file_unix.cpp:602 #, kde-format msgid "Cannot copy file from %1 to %2. (Errno: %3)" -msgstr "Impossible de copier le fichier %1 vers %2. (Num. d'erreur : %3)" +msgstr "Impossible de copier le fichier %1 vers %2. (Numéro d'erreur : %3)" -#: kioworkers/file/file_unix.cpp:940 +#: kioworkers/file/file_unix.cpp:817 #, kde-format msgid "No media in device for %1" msgstr "Aucune méta-information dans le périphérique pour %1" -#: kioworkers/file/file_unix.cpp:1232 +#: kioworkers/file/file_unix.cpp:1086 #, kde-format msgid "Could not get user id for given user name %1" msgstr "Impossible de trouver l'identifiant de l'utilisateur nommé %1" -#: kioworkers/file/file_unix.cpp:1243 +#: kioworkers/file/file_unix.cpp:1097 #, kde-format msgid "Could not get group id for given group name %1" msgstr "Impossible de trouver l'identifiant de du groupe nommé %1" @@ -4480,34 +4358,34 @@ msgstr "" "%2\n" "\n" -#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:320 +#: kioworkers/ftp/ftp.cpp:568 kioworkers/http/http.cpp:329 #, kde-format msgid "You need to supply a username and a password to access this site." msgstr "" "Vous devez fournir un nom d'utilisateur et un mot de passe pour accéder à ce " "site." -#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:322 +#: kioworkers/ftp/ftp.cpp:570 kioworkers/http/http.cpp:331 #, kde-format msgid "Site:" msgstr "Site :" -#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2497 +#: kioworkers/ftp/ftp.cpp:571 kioworkers/ftp/ftp.cpp:2499 #, kde-format msgid "%1" msgstr "%1" -#: kioworkers/ftp/ftp.cpp:655 +#: kioworkers/ftp/ftp.cpp:664 #, kde-format msgid "Login OK" msgstr "Connexion réussie" -#: kioworkers/ftp/ftp.cpp:680 +#: kioworkers/ftp/ftp.cpp:689 #, kde-format msgid "Could not login to %1." msgstr "Impossible de se connecter à « %1 »." -#: kioworkers/ftp/ftp.cpp:1036 +#: kioworkers/ftp/ftp.cpp:1045 #, kde-format msgid "" "\n" @@ -4516,7 +4394,7 @@ msgstr "" "\n" "Le serveur a indiqué : « %1 »" -#: kioworkers/ftp/ftp.cpp:2492 kioworkers/http/http.cpp:370 +#: kioworkers/ftp/ftp.cpp:2494 kioworkers/http/http.cpp:379 #, kde-format msgid "" "You need to supply a username and a password for the proxy server listed " @@ -4526,12 +4404,12 @@ msgstr "" "mandataire (proxy) listé ci-dessous avant de pouvoir accéder à n'importe " "quel site." -#: kioworkers/ftp/ftp.cpp:2496 kioworkers/http/http.cpp:374 +#: kioworkers/ftp/ftp.cpp:2498 kioworkers/http/http.cpp:383 #, kde-format msgid "Proxy:" msgstr "Mandataire (proxy) :" -#: kioworkers/ftp/ftp.cpp:2499 +#: kioworkers/ftp/ftp.cpp:2501 #, kde-format msgid "Proxy Authentication Failed." msgstr "L'identification au serveur mandataire (proxy) a échoué." @@ -4585,101 +4463,101 @@ msgstr "" "posée à chaque fois ?" #: kioworkers/http/http.cpp:214 widgets/sslui.cpp:60 widgets/sslui.cpp:96 -#: widgets/widgetsaskuseractionhandler.cpp:489 +#: widgets/widgetsaskuseractionhandler.cpp:514 #, kde-format msgid "Server Authentication" msgstr "Authentification du serveur" -#: kioworkers/http/http.cpp:340 kioworkers/http/http.cpp:379 -#: kioworkers/http/http.cpp:393 +#: kioworkers/http/http.cpp:349 kioworkers/http/http.cpp:388 +#: kioworkers/http/http.cpp:402 #, kde-format msgid "%1 at %2" msgstr "%1 à %2" -#: kioworkers/http/http.cpp:1334 +#: kioworkers/http/http.cpp:1397 #, kde-format msgid "Otherwise, the request would have succeeded." msgstr "Sinon, la requête aurait réussi." -#: kioworkers/http/http.cpp:1337 +#: kioworkers/http/http.cpp:1400 #, kde-format msgctxt "request type" msgid "retrieve property values" msgstr "trouver les valeurs de propriété" -#: kioworkers/http/http.cpp:1339 +#: kioworkers/http/http.cpp:1402 #, kde-format msgctxt "request type" msgid "set property values" msgstr "déterminer les valeurs de propriété" -#: kioworkers/http/http.cpp:1341 +#: kioworkers/http/http.cpp:1404 #, kde-format msgctxt "request type" msgid "create the requested folder" msgstr "créer le dossier demandé" -#: kioworkers/http/http.cpp:1343 +#: kioworkers/http/http.cpp:1406 #, kde-format msgctxt "request type" msgid "copy the specified file or folder" msgstr "copier le fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1345 +#: kioworkers/http/http.cpp:1408 #, kde-format msgctxt "request type" msgid "move the specified file or folder" msgstr "déplacer le fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1347 +#: kioworkers/http/http.cpp:1410 #, kde-format msgctxt "request type" msgid "search in the specified folder" msgstr "chercher dans le dossier spécifié" -#: kioworkers/http/http.cpp:1349 +#: kioworkers/http/http.cpp:1412 #, kde-format msgctxt "request type" msgid "lock the specified file or folder" msgstr "verrouiller le fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1351 +#: kioworkers/http/http.cpp:1414 #, kde-format msgctxt "request type" msgid "unlock the specified file or folder" msgstr "déverrouiller le fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1353 +#: kioworkers/http/http.cpp:1416 #, kde-format msgctxt "request type" msgid "delete the specified file or folder" msgstr "supprimer le fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1355 +#: kioworkers/http/http.cpp:1418 #, kde-format msgctxt "request type" msgid "query the server's capabilities" msgstr "interroger les possibilités du serveur" -#: kioworkers/http/http.cpp:1357 +#: kioworkers/http/http.cpp:1420 #, kde-format msgctxt "request type" msgid "retrieve the contents of the specified file or folder" msgstr "trouver le contenu du fichier ou dossier spécifié" -#: kioworkers/http/http.cpp:1359 +#: kioworkers/http/http.cpp:1422 #, kde-format msgctxt "request type" msgid "run a report in the specified folder" msgstr "chercher dans le dossier spécifié" -#: kioworkers/http/http.cpp:1367 +#: kioworkers/http/http.cpp:1430 #, kde-format msgctxt "%1: code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." msgstr "Une erreur inattendue (%1) est survenue en tentant de %2." -#: kioworkers/http/http.cpp:1407 +#: kioworkers/http/http.cpp:1470 #, kde-format msgctxt "%1: request type, %2: url" msgid "" @@ -4689,13 +4567,13 @@ msgstr "" "Une erreur est survenue en tentant de %1, %2. Un résumé des raisons est ci-" "dessous." -#: kioworkers/http/http.cpp:1425 kioworkers/http/http.cpp:1569 +#: kioworkers/http/http.cpp:1488 kioworkers/http/http.cpp:1632 #, kde-format msgctxt "%1: request type" msgid "Access was denied while attempting to %1." msgstr "Accès refusé en tentant de %1." -#: kioworkers/http/http.cpp:1439 kioworkers/http/http.cpp:1576 +#: kioworkers/http/http.cpp:1502 kioworkers/http/http.cpp:1639 #, kde-format msgid "" "A resource cannot be created at the destination until one or more " @@ -4704,7 +4582,7 @@ msgstr "" "Une ressource ne peut être créée à la destination jusqu'à ce qu'une " "collection (dossier) intermédiaire ait été créée." -#: kioworkers/http/http.cpp:1448 +#: kioworkers/http/http.cpp:1511 #, kde-format msgid "" "The server was unable to maintain the liveness of the\n" @@ -4719,28 +4597,28 @@ msgstr "" "les fichiers.\n" " %1" -#: kioworkers/http/http.cpp:1456 +#: kioworkers/http/http.cpp:1519 #, kde-format msgid "The requested lock could not be granted. %1" msgstr "Le verrou demandé n'a pas pu être accordé. %1" -#: kioworkers/http/http.cpp:1462 +#: kioworkers/http/http.cpp:1525 #, kde-format msgid "The server does not support the request type of the body." msgstr "Le serveur ne prend pas en charge le type de requête du corps." -#: kioworkers/http/http.cpp:1467 kioworkers/http/http.cpp:1584 +#: kioworkers/http/http.cpp:1530 kioworkers/http/http.cpp:1647 #, kde-format msgctxt "%1: request type" msgid "Unable to %1 because the resource is locked." msgstr "Impossible de %1 car la ressource est verrouillée." -#: kioworkers/http/http.cpp:1471 +#: kioworkers/http/http.cpp:1534 #, kde-format msgid "This action was prevented by another error." msgstr "Cette action a été empêchée par une autre erreur." -#: kioworkers/http/http.cpp:1478 kioworkers/http/http.cpp:1591 +#: kioworkers/http/http.cpp:1541 kioworkers/http/http.cpp:1654 #, kde-format msgctxt "%1: request type" msgid "" @@ -4750,7 +4628,7 @@ msgstr "" "Impossible de %1 car le serveur de destination refuse d'accepter le fichier " "ou le dossier." -#: kioworkers/http/http.cpp:1487 kioworkers/http/http.cpp:1600 +#: kioworkers/http/http.cpp:1550 kioworkers/http/http.cpp:1663 #, kde-format msgid "" "The destination resource does not have sufficient space to record the state " @@ -4759,18 +4637,18 @@ msgstr "" "La ressource de destination n'a pas assez d'espace pour enregistrer l'état " "de la ressource après l'exécution de cette méthode." -#: kioworkers/http/http.cpp:1540 +#: kioworkers/http/http.cpp:1603 #, kde-format msgid "The resource cannot be deleted." msgstr "La ressource ne peut être effacée." -#: kioworkers/http/http.cpp:1560 +#: kioworkers/http/http.cpp:1623 #, kde-format msgctxt "request type" msgid "upload %1" msgstr "envoi de %1" -#: kioworkers/http/http.cpp:1611 +#: kioworkers/http/http.cpp:1674 #, kde-format msgctxt "%1: response code, %2: request type" msgid "An unexpected error (%1) occurred while attempting to %2." @@ -4781,15 +4659,15 @@ msgstr "Une erreur inattendue (%1) est survenue en tentant de %2." msgid "Network" msgstr "Réseau" -#: kioworkers/trash/kio_trash.cpp:116 kioworkers/trash/kio_trash.cpp:160 -#: kioworkers/trash/kio_trash.cpp:220 kioworkers/trash/kio_trash.cpp:383 -#: kioworkers/trash/kio_trash.cpp:415 kioworkers/trash/kio_trash.cpp:591 -#: kioworkers/trash/kio_trash.cpp:601 +#: kioworkers/trash/kio_trash.cpp:117 kioworkers/trash/kio_trash.cpp:161 +#: kioworkers/trash/kio_trash.cpp:221 kioworkers/trash/kio_trash.cpp:384 +#: kioworkers/trash/kio_trash.cpp:416 kioworkers/trash/kio_trash.cpp:594 +#: kioworkers/trash/kio_trash.cpp:604 #, kde-format msgid "Malformed URL %1" msgstr "URL %1 mal formée" -#: kioworkers/trash/kio_trash.cpp:135 +#: kioworkers/trash/kio_trash.cpp:136 #, kde-format msgid "" "The directory %1 does not exist anymore, so it is not possible to restore " @@ -4802,12 +4680,12 @@ msgstr "" "et utilisez à nouveau l'opération de restauration ou le déplacer à un autre " "endroit quelconque pour le restaurer." -#: kioworkers/trash/kio_trash.cpp:188 kioworkers/trash/kio_trash.cpp:209 +#: kioworkers/trash/kio_trash.cpp:189 kioworkers/trash/kio_trash.cpp:210 #, kde-format msgid "Invalid combination of protocols." msgstr "Combinaison de protocoles non valable." -#: kioworkers/trash/kio_trash.cpp:200 kioworkers/trash/kio_trash_win.cpp:232 +#: kioworkers/trash/kio_trash.cpp:201 kioworkers/trash/kio_trash_win.cpp:232 #, kde-format msgid "This file is already in the trash bin." msgstr "Ce fichier est déjà dans la corbeille." @@ -4843,7 +4721,7 @@ msgstr "Vider le contenu de la corbeille" msgid "Restore a trashed file to its original location" msgstr "Restaurer un fichier supprimé à son emplacement originel" -#: kioworkers/trash/trashimpl.cpp:1334 +#: kioworkers/trash/trashimpl.cpp:1305 #, kde-format msgid "The trash is full. Empty it or remove items manually." msgstr "" @@ -4866,17 +4744,17 @@ msgctxt "@action:button filter-continue" msgid "Retry" msgstr "Réessayer" -#: kpasswdserver/kpasswdserver.cpp:796 +#: kpasswdserver/kpasswdserver.cpp:797 #, kde-format msgid "Authentication Dialog" msgstr "Boîte de dialogue d'authentification" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "Access denied" msgstr "Accès refusé" -#: schemehandlers/telnet/ktelnetservice.cpp:52 +#: schemehandlers/telnet/ktelnetservice.cpp:54 #, kde-format msgid "You do not have permission to access the %1 protocol." msgstr "Vous n'avez pas le droit d'accéder au protocole %1." @@ -4986,41 +4864,41 @@ msgstr "" #. i18n: MD5, SHA1, SHA256 and SHA512 are hashing algorithms #. i18n: ectx: property (placeholderText), widget (QLineEdit, lineEdit) -#: widgets/checksumswidget.ui:29 +#: widgets/checksumswidget.ui:32 #, kde-format msgid "Expected checksum (MD5, SHA1, SHA256 or SHA512)..." msgstr "Somme de contrôle attendue (MD5, SHA1, SHA256 ou SHA512)..." #. i18n: ectx: property (toolTip), widget (QPushButton, pasteButton) -#: widgets/checksumswidget.ui:36 +#: widgets/checksumswidget.ui:39 #, kde-format msgid "Click to paste the checksum from the clipboard to the input field." msgstr "Cliquer pour coller la somme de contrôle depuis le presse-papiers." #. i18n: MD5 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, md5Label) -#: widgets/checksumswidget.ui:64 +#: widgets/checksumswidget.ui:70 #, kde-format msgid "MD5:" msgstr "MD5:" #. i18n: SHA1 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha1Label) -#: widgets/checksumswidget.ui:71 +#: widgets/checksumswidget.ui:80 #, kde-format msgid "SHA1:" msgstr "SHA1:" #. i18n: SHA256 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha256Label) -#: widgets/checksumswidget.ui:78 +#: widgets/checksumswidget.ui:90 #, kde-format msgid "SHA256:" msgstr "SHA256:" #. i18n: SHA512 is the hashing algorithm #. i18n: ectx: property (text), widget (QLabel, sha512Label) -#: widgets/checksumswidget.ui:85 +#: widgets/checksumswidget.ui:100 #, kde-format msgid "SHA512:" msgstr "SHA512 :" @@ -5030,9 +4908,9 @@ msgstr "SHA512 :" #. i18n: ectx: property (text), widget (QPushButton, sha256Button) #. i18n: ectx: property (text), widget (QPushButton, sha512Button) #. i18n: ectx: property (text), widget (QPushButton, calculateSizeBtn) -#: widgets/checksumswidget.ui:94 widgets/checksumswidget.ui:131 -#: widgets/checksumswidget.ui:168 widgets/checksumswidget.ui:205 -#: widgets/kfilepropspluginwidget.ui:42 +#: widgets/checksumswidget.ui:112 widgets/checksumswidget.ui:159 +#: widgets/checksumswidget.ui:206 widgets/checksumswidget.ui:253 +#: widgets/kfilepropspluginwidget.ui:276 #, kde-format msgid "Calculate" msgstr "Calculer" @@ -5041,140 +4919,211 @@ msgstr "Calculer" #. i18n: ectx: property (toolTip), widget (QPushButton, sha1CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha256CopyButton) #. i18n: ectx: property (toolTip), widget (QPushButton, sha512CopyButton) -#: widgets/checksumswidget.ui:114 widgets/checksumswidget.ui:151 -#: widgets/checksumswidget.ui:188 widgets/checksumswidget.ui:225 +#: widgets/checksumswidget.ui:142 widgets/checksumswidget.ui:189 +#: widgets/checksumswidget.ui:236 widgets/checksumswidget.ui:283 #, kde-format msgid "Click to copy the checksum to the clipboard." msgstr "Cliquer pour copier la somme de contrôle dans le presse-papiers." -#: widgets/dropjob.cpp:189 +#: widgets/dropjob.cpp:192 #, kde-format msgid "C&ancel" msgstr "&Annuler" -#: widgets/dropjob.cpp:324 +#: widgets/dropjob.cpp:304 #, kde-format msgid "&Move Here" msgstr "&Déplacer ici" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgctxt "@action:inmenu Download contents of URL here" msgid "&Download Here" msgstr "&Télécharger ici" -#: widgets/dropjob.cpp:330 +#: widgets/dropjob.cpp:310 #, kde-format msgid "&Copy Here" msgstr "&Copier ici" -#: widgets/dropjob.cpp:337 +#: widgets/dropjob.cpp:317 #, kde-format msgid "&Link Here" msgstr "&Lier ici" -#: widgets/executablefileopendialog.cpp:21 +#: widgets/executablefileopendialog.cpp:72 +#, kde-format +msgctxt "@action:button Launch script" +msgid "&Launch" +msgstr "&Lancer" + +#: widgets/executablefileopendialog.cpp:80 #, kde-format msgid "What do you wish to do with this file?" msgstr "Que voulez-vous faire avec ce fichier ?" -#: widgets/executablefileopendialog.cpp:24 +#: widgets/executablefileopendialog.cpp:83 #, kde-format -msgid "Do not ask again" -msgstr "Ne plus poser la question" +msgctxt "@action:button" +msgid "&Open" +msgstr "&Ouvrir" -#: widgets/executablefileopendialog.cpp:34 +#: widgets/executablefileopendialog.cpp:85 #, kde-format -msgid "&Execute" -msgstr "&Exécuter" +msgctxt "@action:button" +msgid "&Open with %1" +msgstr "&Ouvrir avec %1" -#: widgets/fileundomanager.cpp:123 +#. i18n: ectx: property (text), widget (QLabel, label) +#: widgets/executablefileopendialog.ui:26 #, kde-format -msgid "Undo Changes" -msgstr "Annuler les modifications" - -#: widgets/fileundomanager.cpp:124 -#, kde-format -msgid "" -"Undoing this operation requires root privileges. Do you want to continue?" -msgstr "" -"Vous devez disposer des privilèges du compte administrateur pour annuler " -"cette opération. Voulez-vous continuer ?" +msgid "Would you like to launch this file?" +msgstr "Voulez-vous vraiment exécuter ce fichier ?" # unreviewed-context -#: widgets/fileundomanager.cpp:137 +#: widgets/fileundomanager.cpp:126 #, kde-format msgid "Creating directory" msgstr "Création du dossier" +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:427 +#, kde-format +msgid "Source" +msgstr "Source" + +#: widgets/fileundomanager.cpp:131 widgets/renamedialog.cpp:429 +#, kde-format +msgid "Destination" +msgstr "Destination" + +#: widgets/fileundomanager.cpp:131 +#, kde-format +msgid "Copying" +msgstr "Copie en cours" + # unreviewed-context -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Moving" msgstr "Déplacement" -#: widgets/fileundomanager.cpp:146 +#: widgets/fileundomanager.cpp:140 #, kde-format msgid "Renaming" msgstr "Renommage en cours" +#: widgets/fileundomanager.cpp:147 +#, kde-format +msgid "Moving to Trash" +msgstr "Déplacement en cours vers la corbeille" + # unreviewed-context -#: widgets/fileundomanager.cpp:153 +#: widgets/fileundomanager.cpp:152 #, kde-format msgid "Deleting" msgstr "Suppression" -#: widgets/fileundomanager.cpp:305 +#: widgets/fileundomanager.cpp:326 #, kde-format msgid "Und&o" msgstr "Ann&uler" -#: widgets/fileundomanager.cpp:311 +#: widgets/fileundomanager.cpp:332 #, kde-format msgid "Und&o: Copy" msgstr "A&nnuler : copier" -#: widgets/fileundomanager.cpp:313 +#: widgets/fileundomanager.cpp:334 #, kde-format msgid "Und&o: Link" msgstr "A&nnuler : lier" -#: widgets/fileundomanager.cpp:315 +#: widgets/fileundomanager.cpp:336 #, kde-format msgid "Und&o: Move" msgstr "A&nnuler : déplacer" -#: widgets/fileundomanager.cpp:317 +#: widgets/fileundomanager.cpp:338 #, kde-format msgid "Und&o: Rename" msgstr "A&nnuler : renommer" -#: widgets/fileundomanager.cpp:319 +#: widgets/fileundomanager.cpp:340 #, kde-format msgid "Und&o: Trash" msgstr "A&nnuler : mettre à la corbeille" -#: widgets/fileundomanager.cpp:321 +#: widgets/fileundomanager.cpp:342 #, kde-format msgid "Und&o: Create Folder" msgstr "A&nnuler : créer un dossier" -#: widgets/fileundomanager.cpp:323 +#: widgets/fileundomanager.cpp:344 #, kde-format msgid "Und&o: Create Folder(s)" msgstr "A&nnuler : créer un dossier" -#: widgets/fileundomanager.cpp:325 +#: widgets/fileundomanager.cpp:346 #, kde-format msgid "Und&o: Create File" msgstr "A&nnuler : créer un fichier" -#: widgets/fileundomanager.cpp:327 +#: widgets/fileundomanager.cpp:348 #, kde-format msgid "Und&o: Batch Rename" msgstr "A&nnuler : renommer par lot" -#: widgets/fileundomanager.cpp:728 +#: widgets/fileundomanager.cpp:357 +#, kde-format +msgid "&Redo" +msgstr "&Refaire" + +#: widgets/fileundomanager.cpp:363 +#, kde-format +msgid "&Redo: Copy" +msgstr "&Refaire : copier" + +#: widgets/fileundomanager.cpp:365 +#, kde-format +msgid "&Redo: Link" +msgstr "&Refaire : lier" + +#: widgets/fileundomanager.cpp:367 +#, kde-format +msgid "&Redo: Move" +msgstr "&Refaire : déplacer" + +#: widgets/fileundomanager.cpp:369 +#, kde-format +msgid "&Redo: Rename" +msgstr "&Refaire : renommer" + +#: widgets/fileundomanager.cpp:371 +#, kde-format +msgid "&Redo: Trash" +msgstr "&Refaire : mettre à la corbeille" + +#: widgets/fileundomanager.cpp:373 +#, kde-format +msgid "&Redo: Create Folder" +msgstr "&Refaire : créer un dossier" + +#: widgets/fileundomanager.cpp:375 +#, kde-format +msgid "&Redo: Create Folder(s)" +msgstr "&Refaire : créer un ou plusieurs dossiers" + +#: widgets/fileundomanager.cpp:377 +#, kde-format +msgid "&Redo: Create File" +msgstr "&Refaire : créer un fichier" + +#: widgets/fileundomanager.cpp:379 +#, kde-format +msgid "&Redo: Batch Rename" +msgstr "&Refaire : renommer par lot" + +#: widgets/fileundomanager.cpp:906 #, kde-format msgid "" "The file %1 was copied from %2, but since then it has apparently been " @@ -5187,12 +5136,12 @@ msgstr "" "Annuler la copie effacera le fichier et les modifications seront perdues.\n" "Voulez-vous vraiment effacer %4 ?" -#: widgets/fileundomanager.cpp:738 +#: widgets/fileundomanager.cpp:916 #, kde-format msgid "Undo File Copy Confirmation" msgstr "Confirmation d'annulation de copie" -#: widgets/jobuidelegate.cpp:229 +#: widgets/jobuidelegate.cpp:230 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5204,21 +5153,22 @@ msgstr "" "%1 Cette action est " "irréversible." -#: widgets/jobuidelegate.cpp:232 widgets/jobuidelegate.cpp:246 -#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:203 +#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:203 #, kde-format msgid "Delete Permanently" msgstr "Supprimer définitivement" -#: widgets/jobuidelegate.cpp:233 widgets/jobuidelegate.cpp:247 +#: widgets/jobuidelegate.cpp:234 widgets/jobuidelegate.cpp:248 #: widgets/widgetsaskuseractionhandler.cpp:246 #: widgets/widgetsaskuseractionhandler.cpp:268 +#: widgets/widgetsaskuseractionhandler.cpp:290 #, kde-format msgctxt "@action:button" msgid "Delete Permanently" msgstr "Supprimer définitivement" -#: widgets/jobuidelegate.cpp:242 +#: widgets/jobuidelegate.cpp:243 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5234,7 +5184,7 @@ msgstr[1] "" "Voulez-vous vraiment supprimer définitivement ces %1 éléments ? " "Cette action est irréversible." -#: widgets/jobuidelegate.cpp:257 widgets/widgetsaskuseractionhandler.cpp:275 +#: widgets/jobuidelegate.cpp:258 widgets/widgetsaskuseractionhandler.cpp:297 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5245,13 +5195,13 @@ msgstr "" "corbeille ? Cette action est irréversible." "" -#: widgets/jobuidelegate.cpp:259 widgets/widgetsaskuseractionhandler.cpp:277 +#: widgets/jobuidelegate.cpp:260 widgets/widgetsaskuseractionhandler.cpp:299 #, kde-format msgctxt "@action:button" msgid "Empty Trash" msgstr "Vider la corbeille" -#: widgets/jobuidelegate.cpp:269 widgets/widgetsaskuseractionhandler.cpp:283 +#: widgets/jobuidelegate.cpp:270 widgets/widgetsaskuseractionhandler.cpp:305 #, kde-kuit-format msgctxt "@info" msgid "" @@ -5261,7 +5211,7 @@ msgstr "" "Voulez-vous vraiment déplacer cet élément dans la corbeille ?" "%1" -#: widgets/jobuidelegate.cpp:278 +#: widgets/jobuidelegate.cpp:279 #, kde-format msgid "Do you really want to move this item to the Trash?" msgid_plural "Do you really want to move these %1 items to the Trash?" @@ -5346,7 +5296,7 @@ msgstr "Propriétaire" msgid "Owning Group" msgstr "Groupe propriétaire" -#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1433 +#: widgets/kacleditwidget.cpp:411 widgets/kpropertiesdialogbuiltin_p.cpp:1450 #, kde-format msgid "Others" msgstr "Autres" @@ -5419,106 +5369,112 @@ msgstr "Mise à jour de la configuration du système" msgid "Updating system configuration…" msgstr "Mise à jour de la configuration du système..." -#: widgets/kdirmodel.cpp:1237 +#: widgets/kdirmodel.cpp:1263 #, kde-format msgctxt "@title:column" msgid "Name" msgstr "Nom" -#: widgets/kdirmodel.cpp:1239 +#: widgets/kdirmodel.cpp:1265 #, kde-format msgctxt "@title:column" msgid "Size" msgstr "Taille" -#: widgets/kdirmodel.cpp:1241 +#: widgets/kdirmodel.cpp:1267 #, kde-format msgctxt "@title:column" msgid "Date" msgstr "Date" -#: widgets/kdirmodel.cpp:1243 +#: widgets/kdirmodel.cpp:1269 #, kde-format msgctxt "@title:column" msgid "Permissions" msgstr "Droits d'accès" -#: widgets/kdirmodel.cpp:1245 +#: widgets/kdirmodel.cpp:1271 #, kde-format msgctxt "@title:column" msgid "Owner" msgstr "Propriétaire" -#: widgets/kdirmodel.cpp:1247 +#: widgets/kdirmodel.cpp:1273 #, kde-format msgctxt "@title:column" msgid "Group" msgstr "Groupe" -#: widgets/kdirmodel.cpp:1249 +#: widgets/kdirmodel.cpp:1275 #, kde-format msgctxt "@title:column" msgid "Type" msgstr "Type" -#: widgets/kfileitemactions.cpp:394 +#: widgets/kfileitemactions.cpp:448 #, kde-format msgid "Open &with %1" msgstr "Ouvrir a&vec %1" -#: widgets/kfileitemactions.cpp:396 +#: widgets/kfileitemactions.cpp:450 #, kde-format msgctxt "@item:inmenu Open With, %1 is application name" msgid "%1" msgstr "%1" -#: widgets/kfileitemactions.cpp:533 +#: widgets/kfileitemactions.cpp:586 #, kde-format msgctxt "@title:menu" msgid "&Actions" msgstr "&Actions" -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open Folder With…" msgstr "&Ouvrir un dossier avec..." -#: widgets/kfileitemactions.cpp:693 +#: widgets/kfileitemactions.cpp:756 #, kde-format msgctxt "@action:inmenu" msgid "&Open With…" msgstr "&Ouvrir avec..." -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:814 +#, kde-format +msgctxt "@action:inmenu" +msgid "&Run Executable" +msgstr "Lancer un &Exécutable" + +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open folder with %1" msgstr "&Ouvrir un dossier avec %1" -#: widgets/kfileitemactions.cpp:731 +#: widgets/kfileitemactions.cpp:836 #, kde-format msgid "&Open with %1" msgstr "&Ouvrir avec %1" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open Folder With" msgstr "&Ouvrir un dossier avec" -#: widgets/kfileitemactions.cpp:763 +#: widgets/kfileitemactions.cpp:868 #, kde-format msgctxt "@title:menu" msgid "&Open With" msgstr "&Ouvrir avec" -#: widgets/kfileitemactions.cpp:774 +#: widgets/kfileitemactions.cpp:879 #, kde-format msgctxt "@action:inmenu Open With" msgid "&Other Application…" msgstr "A&utre application..." -#: widgets/kfileitemdelegate.cpp:214 +#: widgets/kfileitemdelegate.cpp:211 #, kde-format msgctxt "Items in a folder" msgid "1 item" @@ -5526,113 +5482,131 @@ msgid_plural "%1 items" msgstr[0] "1 élément" msgstr[1] "%1 éléments" -#: widgets/kfileitemdelegate.cpp:269 widgets/kfileitemdelegate.cpp:273 +#: widgets/kfileitemdelegate.cpp:266 widgets/kfileitemdelegate.cpp:270 #, kde-format msgctxt "@info mimetype" msgid "Unknown" msgstr "Inconnu" -#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) -#: widgets/kfilepropspluginwidget.ui:52 -#, kde-format -msgid "Stop" -msgstr "Arrêter" - -#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) -#: widgets/kfilepropspluginwidget.ui:62 -#, kde-format -msgid "Explore in Filelight" -msgstr "Explorer avec Filelight" - -#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) -#: widgets/kfilepropspluginwidget.ui:146 -#, kde-format -msgid "Mounted From:" -msgstr "Monté à partir de :" - -#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) -#: widgets/kfilepropspluginwidget.ui:222 -#, kde-format -msgid "Free Space:" -msgstr "Espace libre :" - #. i18n: ectx: property (text), widget (QLabel, typeLabel) -#: widgets/kfilepropspluginwidget.ui:259 +#: widgets/kfilepropspluginwidget.ui:88 #, kde-format msgid "Type:" msgstr "Type :" +#. i18n: ectx: property (text), widget (QLabel, contentLabel) +#: widgets/kfilepropspluginwidget.ui:118 +#, kde-format +msgid "Content:" +msgstr "Contenu :" + +#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) +#: widgets/kfilepropspluginwidget.ui:138 +#, kde-format +msgid "Open with:" +msgstr "Ouvrir avec :" + +#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) +#: widgets/kfilepropspluginwidget.ui:192 +#, kde-format +msgid "Change..." +msgstr "Modifier…" + #. i18n: ectx: property (text), widget (QLabel, locationLabel_Left) -#: widgets/kfilepropspluginwidget.ui:282 widgets/kurlrequesterdialog.cpp:44 +#: widgets/kfilepropspluginwidget.ui:204 widgets/kurlrequesterdialog.cpp:44 #, kde-format msgid "Location:" msgstr "Emplacement :" #. i18n: ectx: property (text), widget (QLabel, sizeLabelLeft) -#: widgets/kfilepropspluginwidget.ui:302 +#: widgets/kfilepropspluginwidget.ui:233 #, kde-format msgid "Size:" msgstr "Taille :" -#. i18n: ectx: property (text), widget (QPushButton, configureMimeBtn) -#: widgets/kfilepropspluginwidget.ui:350 +#. i18n: ectx: property (toolTip), widget (QPushButton, calculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:282 #, kde-format -msgid "Change..." -msgstr "Modifier…" +msgid "Determine the folder size" +msgstr "Calculer la taille du dossier" -#. i18n: ectx: property (text), widget (QLabel, contentLabel) -#: widgets/kfilepropspluginwidget.ui:362 +#. i18n: ectx: property (text), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:289 #, kde-format -msgid "Content:" -msgstr "Contenu :" +msgid "Stop" +msgstr "Arrêter" + +#. i18n: ectx: property (toolTip), widget (QPushButton, stopCalculateSizeBtn) +#: widgets/kfilepropspluginwidget.ui:295 +#, kde-format +msgid "Stop determining the folder size" +msgstr "Arrêter le calcul de la taille du fichier" + +#. i18n: ectx: property (text), widget (QPushButton, sizeDetailsBtn) +#: widgets/kfilepropspluginwidget.ui:302 +#, kde-format +msgid "Explore in Filelight" +msgstr "Explorer avec Filelight" #. i18n: ectx: property (text), widget (QLabel, symlinkTargetLabel) -#: widgets/kfilepropspluginwidget.ui:385 +#: widgets/kfilepropspluginwidget.ui:330 #, kde-format msgid "Points to:" msgstr "Pointe vers :" -#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:395 +#. i18n: ectx: property (accessibleName), widget (QPushButton, symlinkTargetOpenDir) +#: widgets/kfilepropspluginwidget.ui:361 #, kde-format -msgid "Modified:" -msgstr "Modification :" +msgid "Show target" +msgstr "Afficher la cible" #. i18n: ectx: property (text), widget (QLabel, createdTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:405 +#: widgets/kfilepropspluginwidget.ui:383 #, kde-format msgid "Created:" msgstr "Création :" -#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) -#: widgets/kfilepropspluginwidget.ui:415 +#. i18n: ectx: property (text), widget (QLabel, modifiedTimeLabel_Left) +#: widgets/kfilepropspluginwidget.ui:406 #, kde-format -msgid "File System:" -msgstr "Système de fichiers :" - -#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) -#: widgets/kfilepropspluginwidget.ui:445 -#, kde-format -msgid "Unknown size" -msgstr "Taille inconnue" - -#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) -#: widgets/kfilepropspluginwidget.ui:468 -#, kde-format -msgid "Mounted On:" -msgstr "Monté sur :" +msgid "Modified:" +msgstr "Modification :" #. i18n: ectx: property (text), widget (QLabel, accessTimeLabel_Left) -#: widgets/kfilepropspluginwidget.ui:488 +#: widgets/kfilepropspluginwidget.ui:429 #, kde-format msgid "Accessed:" msgstr "Accès :" -#. i18n: ectx: property (text), widget (QLabel, defaultHandlerLabel_Left) -#: widgets/kfilepropspluginwidget.ui:498 +#. i18n: ectx: property (text), widget (QLabel, fsLabel_Left) +#: widgets/kfilepropspluginwidget.ui:455 #, kde-format -msgid "Open With:" -msgstr "Ouvrir avec :" +msgid "File system:" +msgstr "Système de fichiers :" + +#. i18n: ectx: property (text), widget (QLabel, mountPointLabel_Left) +#: widgets/kfilepropspluginwidget.ui:481 +#, kde-format +msgid "Mounted on:" +msgstr "Monté sur :" + +#. i18n: ectx: property (text), widget (QLabel, mountSrcLabel_Left) +#: widgets/kfilepropspluginwidget.ui:507 +#, kde-format +msgid "Mounted from:" +msgstr "Monté à partir de :" + +#. i18n: ectx: property (text), widget (QLabel, freespaceLabel) +#: widgets/kfilepropspluginwidget.ui:533 +#, kde-format +msgid "Free space:" +msgstr "Espace libre :" + +#. i18n: ectx: property (text), widget (KCapacityBar, capacityBar) +#: widgets/kfilepropspluginwidget.ui:546 +#, kde-format +msgid "Unknown size" +msgstr "Taille inconnue" #: widgets/kopenwithdialog.cpp:299 #, kde-format @@ -5917,7 +5891,7 @@ msgid "" "started. This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" "Cochez cette option si vous voulez rendre visible que votre application a " -"démarré. Ce retour d'information peut apparaître comme un curseur occupé ou " +"démarré. Ce retour d'information peut apparaitre comme un curseur occupé ou " "dans la barre des tâches." #. i18n: ectx: property (text), widget (QCheckBox, startupInfoCheck) @@ -5935,7 +5909,7 @@ msgid "" "will appear under this name in the applications menu and in the panel." msgstr "" "Donnez le nom que vous voulez donner à cette application ici. Cette " -"application apparaîtra sous ce nom dans le menu des applications et dans le " +"application apparaitra sous ce nom dans le menu des applications et dans le " "tableau de bord." #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel2) @@ -5943,25 +5917,29 @@ msgstr "" #: widgets/kpropertiesdesktopbase.ui:39 widgets/kpropertiesdesktopbase.ui:52 #, kde-format msgid "" -"Type the description of this application, based on its use, here. Examples: " -"a dial up application (KPPP) would be \"Dial up tool\"." +"Type a generic name for the application here. Examples: an image viewing " +"application would be \"Image Viewer\"." msgstr "" -"Donnez la description de cette application, selon son utilisation. " -"Exemples : une numéroteur téléphonique (KPPP) serait « Outil de numérotation " -"téléphonique »." +"Saisir ici un nom générique pour cette application. Exemple : une " +"application d'affichage d'images serait « Afficheur d'images »." #. i18n: ectx: property (text), widget (QLabel, textLabel2) #: widgets/kpropertiesdesktopbase.ui:42 #, kde-format -msgid "&Description:" -msgstr "&Description :" +msgid "&Generic name:" +msgstr "Nom &générique :" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel3) #. i18n: ectx: property (whatsThis), widget (QLineEdit, commentEdit) #: widgets/kpropertiesdesktopbase.ui:59 widgets/kpropertiesdesktopbase.ui:72 #, kde-format -msgid "Type any comment you think is useful here." -msgstr "Donnez n'importe quel commentaire que vous pensez utile ici." +msgid "" +"Type the description of this application, based on its use, here. Examples: " +"an image viewing application would be \"View and edit images\"." +msgstr "" +"Saisir la description de cette application, selon son utilisation. Exemple : " +"une application d'affichage d'images serait « Afficher et modifier des " +"images »." #. i18n: ectx: property (text), widget (QLabel, textLabel3) #: widgets/kpropertiesdesktopbase.ui:62 @@ -5972,7 +5950,7 @@ msgstr "Comm&entaire :" #. i18n: ectx: property (text), widget (QLabel, labelenvvars) #: widgets/kpropertiesdesktopbase.ui:79 #, kde-format -msgid "Environment Variables:" +msgid "Environment variables:" msgstr "Variables d'environnement :" #. i18n: ectx: property (whatsThis), widget (QLabel, textLabel4) @@ -6180,7 +6158,7 @@ msgctxt "@title:tab" msgid "Share" msgstr "Partager" -#: widgets/kpropertiesdialogbuiltin_p.cpp:110 +#: widgets/kpropertiesdialogbuiltin_p.cpp:112 #, kde-kuit-format msgctxt "@info" msgid "" @@ -6190,36 +6168,55 @@ msgstr "" "Impossible d'enregistrer les propriétés. Vous n'avez pas le droit d'écrire " "dans %1." -#: widgets/kpropertiesdialogbuiltin_p.cpp:221 +#: widgets/kpropertiesdialogbuiltin_p.cpp:230 #, kde-format msgctxt "@title:tab File properties" msgid "&General" msgstr "&Général" -#: widgets/kpropertiesdialogbuiltin_p.cpp:418 +#: widgets/kpropertiesdialogbuiltin_p.cpp:363 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter file name" +msgstr "Saisissez un nom de fichier" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:428 #, kde-format msgctxt "@action:button" msgid "Explore in %1" msgstr "Explorer dans %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:429 -#: widgets/kpropertiesdialogbuiltin_p.cpp:702 +#: widgets/kpropertiesdialogbuiltin_p.cpp:439 +#: widgets/kpropertiesdialogbuiltin_p.cpp:716 #, kde-format msgid "Refresh" msgstr "Actualiser" -#: widgets/kpropertiesdialogbuiltin_p.cpp:548 +#: widgets/kpropertiesdialogbuiltin_p.cpp:448 +#, kde-format +msgctxt "@info:placeholder" +msgid "Enter target location" +msgstr "Saisissez l'emplacement de la cible" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:452 +#: widgets/kpropertiesdialogbuiltin_p.cpp:455 +#, kde-kuit-format +msgctxt "@info:tooltip Go to path %1" +msgid "Show %1" +msgstr "Afficher %1" + +#: widgets/kpropertiesdialogbuiltin_p.cpp:561 #, kde-format msgid "%1:" msgstr "%1 :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:683 #, kde-format msgctxt "@info:status" msgid "Unknown size" msgstr "Taille inconnue" -#: widgets/kpropertiesdialogbuiltin_p.cpp:679 +#: widgets/kpropertiesdialogbuiltin_p.cpp:693 #, kde-format msgid "" "Calculating... %1 (%2)\n" @@ -6228,138 +6225,146 @@ msgstr "" "Calcul en cours... %1 (%2)\n" "%3, %4" -#: widgets/kpropertiesdialogbuiltin_p.cpp:682 -#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:696 +#: widgets/kpropertiesdialogbuiltin_p.cpp:711 #, kde-format msgid "1 file" msgid_plural "%1 files" msgstr[0] "1 fichier" msgstr[1] "%1 fichiers" -#: widgets/kpropertiesdialogbuiltin_p.cpp:683 -#: widgets/kpropertiesdialogbuiltin_p.cpp:698 +#: widgets/kpropertiesdialogbuiltin_p.cpp:697 +#: widgets/kpropertiesdialogbuiltin_p.cpp:712 #, kde-format msgid "1 sub-folder" msgid_plural "%1 sub-folders" msgstr[0] "1 sous-dossier" msgstr[1] "%1 sous-dossiers" -#: widgets/kpropertiesdialogbuiltin_p.cpp:711 +#: widgets/kpropertiesdialogbuiltin_p.cpp:725 #, kde-format msgid "Calculating...\n" msgstr "Calcul en cours...\n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:734 +#: widgets/kpropertiesdialogbuiltin_p.cpp:748 #, kde-format msgid "At least %1\n" msgstr "Au moins %1 \n" -#: widgets/kpropertiesdialogbuiltin_p.cpp:780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:794 #, kde-format msgid "The new file name is empty." msgstr "Le nouveau nom de fichier est vide." -#: widgets/kpropertiesdialogbuiltin_p.cpp:978 +#: widgets/kpropertiesdialogbuiltin_p.cpp:992 #, kde-format msgid "No registered file type" msgstr "Aucun type enregistré de fichier" -#: widgets/kpropertiesdialogbuiltin_p.cpp:980 +#: widgets/kpropertiesdialogbuiltin_p.cpp:994 #, kde-format msgid "No associated application" msgstr "Aucune application associée" -#: widgets/kpropertiesdialogbuiltin_p.cpp:986 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1000 #, kde-format msgctxt "@action:button Create new file type" msgid "Create…" msgstr "Créer..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:989 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1004 #, kde-format msgctxt "@action:button" msgid "Change…" msgstr "Modifier…" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1006 +#, kde-format +msgctxt "@info:tooltip" +msgid "Change the default application for opening files of type “%1”." +msgstr "" +"Modifier l'application par défaut pour l'ouverture de fichiers de type " +"« %1 »." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "No Access" msgstr "Pas d'accès" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can Only View" msgstr "Peut uniquement consulter" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1060 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1076 msgid "Can View & Modify" msgstr "Peut consulter et modifier" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can Only View Content" msgstr "Peut uniquement consulter le contenu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1061 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1077 msgid "Can View & Modify Content" msgstr "Peut consulter et modifier le contenu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can Only View/Read Content" msgstr "Peut uniquement consulter / lire le contenu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1063 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1079 msgid "Can View/Read & Modify/Write" msgstr "Peut consulter / lire et modifier / écrire" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1162 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1178 #, kde-format msgid "&Permissions" msgstr "&Droits d'accès" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1173 -#: widgets/kpropertiesdialogbuiltin_p.cpp:1360 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1189 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 #, kde-format msgid "Access Permissions" msgstr "Droits d'accès" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1183 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 #, kde-format msgid "This file is a link and does not have permissions." msgid_plural "All files are links and do not have permissions." msgstr[0] "Ce fichier est un lien et n'a pas de permissions." msgstr[1] "Ces fichiers sont des liens et n'ont pas de permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1185 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1201 #, kde-format msgid "Only the owner can change permissions." msgstr "Seul le propriétaire peut modifier les permissions." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1192 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1208 #, kde-format msgid "O&wner:" msgstr "Propri&étaire :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1194 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1210 #, kde-format msgid "Specifies the actions that the owner is allowed to do." msgstr "Précise les actions que le propriétaire est autorisé à faire." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1197 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1213 #, kde-format msgid "Gro&up:" msgstr "Gro&upe :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1199 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1215 #, kde-format msgid "Specifies the actions that the members of the group are allowed to do." msgstr "Précise les actions que les membres du groupe sont autorisés à faire." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1202 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1218 #, kde-format msgid "O&thers:" msgstr "Au&tres :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1205 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1221 #, kde-format msgid "" "Specifies the actions that all users, who are neither owner nor in the " @@ -6368,27 +6373,27 @@ msgstr "" "Précise les actions que tous les utilisateurs, qui ne sont ni propriétaires " "ni membres du groupe, sont autorisés à faire." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Only own&er can delete or rename contents" msgstr "S&eul le propriétaire peut supprimer ou renommer les contenus" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1209 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1225 #, kde-format msgid "Allow &executing file as program" -msgstr "Autoriser l'&exécution du fichier un programme." +msgstr "Autoriser l'&exécution du fichier en tant que programme." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Delete or rename:" msgstr "Supprimer ou renommer :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1211 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1227 #, kde-format msgid "Execute:" msgstr "&Exécuter :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1212 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 #, kde-format msgid "" "Enable this option to allow only the folder's owner to delete or rename the " @@ -6400,7 +6405,7 @@ msgstr "" "utilisateurs ne peuvent qu'ajouter des fichiers, ce qui nécessite la " "permission de modifier le contenu." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1216 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1232 #, kde-format msgid "" "Enable this option to mark the file as executable. This only makes sense for " @@ -6410,71 +6415,71 @@ msgstr "" "sens que pour les programmes et les scripts. C'est nécessaire si vous voulez " "les exécuter." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1220 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 #, kde-format msgid "A&dvanced Permissions" msgstr "&Droits d'accès avancés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1228 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1244 #, kde-format msgid "Ownership" msgstr "Appartenance" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1236 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1252 #, kde-format msgid "User:" msgstr "Utilisateur :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1274 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1290 #, kde-format msgid "Group:" msgstr "Groupe :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1324 #, kde-format msgid "Apply changes to all subfolders and their contents" msgstr "Appliquer les modifications aux sous-dossiers et à leur contenu" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1367 #, kde-format msgid "Advanced Permissions" msgstr "Droits d'accès avancés" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1370 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 #, kde-format msgid "Class" msgstr "Classe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1377 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1394 #, kde-format msgid "" "Show\n" "Entries" msgstr "Lecture" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1378 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1395 #, kde-format msgid "This flag allows viewing the content of the folder." msgstr "Ce drapeau permet de voir le contenu du dossier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1380 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1397 #, kde-format msgid "Read" msgstr "Lecture" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1381 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1398 #, kde-format msgid "The Read flag allows viewing the content of the file." msgstr "Le drapeau rouge permet de voir le contenu du fichier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1387 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1404 #, kde-format msgid "" "Write\n" "Entries" msgstr "Écriture" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1389 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1406 #, kde-format msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting " @@ -6484,44 +6489,44 @@ msgstr "" "Notez que la suppression et le renommage peuvent être limitées par le " "drapeau « collant »." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1392 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1409 #, kde-format msgid "Write" msgstr "Écriture" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1393 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1410 #, kde-format msgid "The Write flag allows modifying the content of the file." msgstr "Le drapeau d'écriture permet de modifier le contenu du fichier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1399 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 #, kde-format msgctxt "Enter folder" msgid "Enter" msgstr "Entrer" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1400 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1417 #, kde-format msgid "Enable this flag to allow entering the folder." msgstr "Activer ce drapeau pour autoriser l'entrée dans le dossier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1402 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1419 #, kde-format msgid "Exec" msgstr "Exécution" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1403 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 #, kde-format msgid "Enable this flag to allow executing the file as a program." msgstr "" "Activez ce drapeau pour autoriser l'exécution du fichier comme un programme." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1411 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1428 #, kde-format msgid "Special" msgstr "Fichier spécial" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1416 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1433 #, kde-format msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can " @@ -6530,7 +6535,7 @@ msgstr "" "Drapeau spécial. Valable pour le dossier en entier, la signification exacte " "du drapeau peut être vue à droite de la colonne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1420 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1437 #, kde-format msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " @@ -6539,17 +6544,17 @@ msgstr "" "Drapeau spécial. La signification exacte du drapeau peut être vue à droite " "de la colonne." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1425 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1442 #, kde-format msgid "User" msgstr "Utilisateur" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1429 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1446 #, kde-format msgid "Group" msgstr "Groupe" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1440 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1457 #, kde-format msgid "" "If this flag is set, the owner of this folder will be the owner of all new " @@ -6558,7 +6563,7 @@ msgstr "" "Si ce drapeau est positionné, le propriétaire de ce dossier sera le " "propriétaire de tous les nouveaux fichiers." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1461 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6567,7 +6572,7 @@ msgstr "" "Si ce fichier est un exécutable et que le drapeau est positionné, il sera " "exécuté avec les permissions du propriétaire." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1451 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1468 #, kde-format msgid "" "If this flag is set, the group of this folder will be set for all new files." @@ -6575,7 +6580,7 @@ msgstr "" "Si ce drapeau est positionné, le groupe de ce dossier sera donné à tous les " "nouveaux fichiers." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1455 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1472 #, kde-format msgid "" "If this file is an executable and the flag is set, it will be executed with " @@ -6584,7 +6589,7 @@ msgstr "" "Si ce fichier est un exécutable et que ce drapeau est positionné, il sera " "exécuté avec les permissions du groupe." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1462 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1479 #, kde-format msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " @@ -6595,7 +6600,7 @@ msgstr "" "fichiers. Sinon, toute personne avec des permissions d'écriture peuvent " "faire ceci." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1467 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1484 #, kde-format msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some " @@ -6604,90 +6609,81 @@ msgstr "" "Le drapeau « Sticky » sur un fichier est ignoré sur Linux mais peut être " "utilisé sur certains systèmes" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1528 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1545 #, kde-format msgid "Set UID" msgstr "Donner l'« UID »" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1532 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1549 #, kde-format msgid "Set GID" msgstr "Donner le GID" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1536 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1553 #, kde-format msgctxt "File permission" msgid "Sticky" msgstr "Sticky" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1649 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1679 #, kde-format msgid "Link" msgstr "Lien" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1669 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1699 #, kde-format msgid "Varying (No Change)" msgstr "Variant (pas de changement)" -#: widgets/kpropertiesdialogbuiltin_p.cpp:1780 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1810 #, kde-format msgid "This file uses advanced permissions" msgid_plural "These files use advanced permissions." msgstr[0] "Ce fichier utilise des droits d'accès avancés." msgstr[1] "Ces fichiers utilisent des droits d'accès avancés." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1802 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1832 #, kde-format msgid "This folder uses advanced permissions." msgid_plural "These folders use advanced permissions." msgstr[0] "Ce dossier utilise des droits d'accès avancés." msgstr[1] "Ces dossiers utilisent des droits d'accès avancés." -#: widgets/kpropertiesdialogbuiltin_p.cpp:1816 +#: widgets/kpropertiesdialogbuiltin_p.cpp:1846 #, kde-format msgid "These files use advanced permissions." msgstr "Ces fichiers utilisent des droits d'accès avancés." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2054 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2090 #, kde-format msgctxt "@title:tab" msgid "C&hecksums" msgstr "&Sommes de contrôle" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2119 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2130 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2141 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2152 -#, kde-format -msgctxt "@info:progress" -msgid "Calculating…" -msgstr "Calcul en cours..." - -#: widgets/kpropertiesdialogbuiltin_p.cpp:2308 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2381 #, kde-format msgid "Invalid checksum." msgstr "Somme de contrôle non valable." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2311 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2384 #, kde-format msgctxt "@info:tooltip" msgid "The given input is not a valid MD5, SHA1 or SHA256 checksum." msgstr "La saisie n'est pas une somme de contrôle MD5, SHA1 ou SHA256 valable." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2322 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2395 #, kde-format msgid "Checksums match." msgstr "Les sommes de contrôle correspondent." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2325 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2398 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum match." msgstr "" "La somme de contrôle générée correspond à la somme de contrôle attendue." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2337 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2410 #, kde-format msgid "" "

    Checksums do not match.

    This may be due to a faulty download. Try re-" @@ -6698,30 +6694,47 @@ msgstr "" "téléchargement incomplet. Essayez de télécharger de nouveau le fichier.
    " "Si la vérification échoue de nouveau, contactez l'hébergeur de ce fichier." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2342 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2416 #, kde-format msgctxt "@info:tooltip" msgid "The computed checksum and the expected checksum differ." msgstr "La somme de contrôle générée diffère de la somme de contrôle attendue." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2350 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2424 #, kde-format msgctxt "@info:progress computation in the background" msgid "Verifying checksum…" msgstr "Vérification de la somme de contrôle..." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2438 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2453 +#, kde-format +msgid "The checksums of all files are identical." +msgstr "Les sommes de contrôle de tous les fichiers sont identiques." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2458 +#, kde-format +msgid "The selected files have different checksums." +msgstr "" +"Les fichiers sélectionnés possèdent des sommes de contrôle différentes." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2464 +#, kde-format +msgctxt "@info:progress" +msgid "Calculating…" +msgstr "Calcul en cours..." + +#: widgets/kpropertiesdialogbuiltin_p.cpp:2575 #, kde-format msgid "U&RL" msgstr "U&RL" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2444 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2581 #, kde-format msgid "URL:" msgstr "URL :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2513 -#: widgets/kpropertiesdialogbuiltin_p.cpp:2784 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2650 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2921 #, kde-format msgid "" "Could not save properties. Only entries on local file systems are supported." @@ -6729,28 +6742,28 @@ msgstr "" "Impossible d'enregistrer les propriétés. Seuls les fichiers placés sur les " "systèmes de fichiers locaux sont pris en charge." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2584 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2721 #, kde-format msgid "&Application" msgstr "&Application" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2724 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2861 #, kde-format msgid "Add File Type for %1" msgstr "Ajouter le type de fichier pour %1" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2725 +#: widgets/kpropertiesdialogbuiltin_p.cpp:2862 #, kde-format msgid "Select one or more file types to add:" msgstr "Sélectionnez un type de fichier ou plus pour ajouter :" -#: widgets/kpropertiesdialogbuiltin_p.cpp:2863 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3000 #, kde-format msgid "Only executables on local file systems are supported." msgstr "" "Seuls les exécutables placés sur les systèmes de fichiers locaux sont gérés." -#: widgets/kpropertiesdialogbuiltin_p.cpp:2877 +#: widgets/kpropertiesdialogbuiltin_p.cpp:3015 #, kde-format msgid "Advanced Options for %1" msgstr "Options avancées de %1" @@ -6854,22 +6867,24 @@ msgctxt "@action:inmenu" msgid "Configure Web Shortcuts…" msgstr "Configurer les raccourcis Internet..." -#: widgets/kurlrequester.cpp:329 +#: widgets/kurlrequester.cpp:367 #, kde-format msgid "Open file dialog" msgstr "Ouvrir le sélecteur de fichiers" -#: widgets/paste.cpp:69 widgets/paste.cpp:120 widgets/pastejob.cpp:71 +#: widgets/paste.cpp:69 #, kde-format -msgid "Filename for clipboard content:" -msgstr "Nom de fichier pour le contenu du presse-papiers :" +msgctxt "A default file name excluding extension for some pasted content" +msgid "pasted file" +msgstr "fichier copié" -#: widgets/paste.cpp:112 +#: widgets/paste.cpp:79 widgets/paste.cpp:113 #, kde-format -msgid "%1 (%2)" -msgstr "%1 (%2)" +msgctxt "@title:dialog" +msgid "Paste Clipboard Content" +msgstr "Coller le contenu du presse-papier" -#: widgets/paste.cpp:132 +#: widgets/paste.cpp:122 #, kde-format msgid "" "The clipboard has changed since you used 'paste': the chosen data format is " @@ -6879,19 +6894,19 @@ msgstr "" "« Coller » : le format de données choisi n'est plus applicable. Veuillez " "copier à nouveau ce que vous souhaitiez coller." -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Folder" msgstr "Coller un dossier" -#: widgets/paste.cpp:262 +#: widgets/paste.cpp:250 #, kde-format msgctxt "@action:inmenu" msgid "Paste One File" msgstr "Coller un fichier" -#: widgets/paste.cpp:264 +#: widgets/paste.cpp:252 #, kde-format msgctxt "@action:inmenu" msgid "Paste One Item" @@ -6899,97 +6914,108 @@ msgid_plural "Paste %1 Items" msgstr[0] "Coller un élément" msgstr[1] "Coller %1 éléments" -#: widgets/paste.cpp:266 +#: widgets/paste.cpp:254 #, kde-format msgctxt "@action:inmenu" msgid "Paste Clipboard Contents…" msgstr "Coller le contenu du presse-papier" -#: widgets/paste.cpp:270 +#: widgets/paste.cpp:258 #, kde-format msgctxt "@action:inmenu" msgid "Paste" msgstr "Coller" -#: widgets/pastedialog.cpp:43 +#: widgets/pastedialog.cpp:57 #, kde-format +msgctxt "@label" msgid "Data format:" msgstr "Format de données :" -#: widgets/pastejob.cpp:71 +#: widgets/pastedialog.cpp:68 +#, kde-format +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: widgets/pastejob.cpp:89 +#, kde-format +msgid "Filename for clipboard content:" +msgstr "Nom de fichier pour le contenu du presse-papiers :" + +#: widgets/pastejob.cpp:89 #, kde-format msgid "Filename for dropped contents:" msgstr "Nom du fichier pour les contenus déposés :" -#: widgets/renamedialog.cpp:64 +#: widgets/renamedialog.cpp:73 #, kde-format msgid "Date: %1" msgstr "Date : %1" -#: widgets/renamedialog.cpp:73 +#: widgets/renamedialog.cpp:86 #, kde-format msgid "Size: %1" msgstr "Taille : %1" -#: widgets/renamedialog.cpp:229 +#: widgets/renamedialog.cpp:279 #, kde-format msgid "Appl&y to All" msgstr "Appliquer à &tous" -#: widgets/renamedialog.cpp:230 +#: widgets/renamedialog.cpp:280 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "folder conflicts for the remainder of the current job.\n" "Unless you press Skip you will still be prompted in case of a conflict with " "an existing file in the directory." msgstr "" -"Quand ceci est coché, le bouton utilisé sera appliqué à tous les conflits de " -"dossiers suivants pour le travail en cours. À moins que vous ne choisissiez " -"l'option ignorer, cette question vous sera posée en cas de conflit avec un " -"fichier existant dans ce dossier." +"Quand cette option est sélectionnée, le bouton utilisé sera appliqué à tous " +"les conflits correspondants de dossiers pour le travail en cours. \n" +"À moins que vous ne choisissiez l'option « Ignoré », cette question vous " +"sera posée en cas de conflit avec un fichier existant dans ce dossier." -#: widgets/renamedialog.cpp:234 +#: widgets/renamedialog.cpp:284 #, kde-format msgid "" -"When this is checked the button pressed will be applied to all subsequent " +"When this is checked, the button pressed will be applied to all subsequent " "conflicts for the remainder of the current job." msgstr "" -"Quand ceci est coché, le bouton utilisé sera appliqué à tous les conflits " -"suivants pour le travail en cours." +"Quand cette option est sélectionnée, le bouton utilisé sera appliqué à tous " +"les conflits correspondants pour le travail en cours." -#: widgets/renamedialog.cpp:240 +#: widgets/renamedialog.cpp:290 #, kde-format msgid "&Rename" msgstr "&Renommer" -#: widgets/renamedialog.cpp:242 +#: widgets/renamedialog.cpp:292 #, kde-format msgid "Suggest New &Name" msgstr "Suggérer un &nouveau nom" -#: widgets/renamedialog.cpp:248 +#: widgets/renamedialog.cpp:298 #, kde-format msgid "&Skip" msgstr "&Ignorer" -#: widgets/renamedialog.cpp:249 +#: widgets/renamedialog.cpp:299 #, kde-format msgid "Do not copy or move this folder, skip to the next item instead" msgstr "Ne pas copier ou déplacer ce dossier ; passer au suivant" -#: widgets/renamedialog.cpp:250 +#: widgets/renamedialog.cpp:300 #, kde-format msgid "Do not copy or move this file, skip to the next item instead" msgstr "Ne pas copier ou déplacer ce fichier ; passer au suivant" -#: widgets/renamedialog.cpp:261 +#: widgets/renamedialog.cpp:311 #, kde-format msgctxt "Write files into an existing folder" msgid "&Write Into" msgstr "&Écrire à l'intérieur" -#: widgets/renamedialog.cpp:264 +#: widgets/renamedialog.cpp:314 #, kde-format msgid "" "Files and folders will be copied into the existing directory, alongside its " @@ -7002,13 +7028,13 @@ msgstr "" "Vous serez averti en cas de conflit avec des fichiers existants dans ce " "dossier." -#: widgets/renamedialog.cpp:269 +#: widgets/renamedialog.cpp:319 #, kde-format msgctxt "Overwrite files into an existing folder when files are older" msgid "&Overwrite older files" msgstr "Écraser les fichiers &les plus anciens" -#: widgets/renamedialog.cpp:273 +#: widgets/renamedialog.cpp:323 #, kde-format msgid "" "Destination files which have older modification times will be overwritten by " @@ -7017,12 +7043,12 @@ msgstr "" "Les fichiers de destination ayant des heures de modification plus anciennes, " "seront écrasés par la source et sinon, ignorés." -#: widgets/renamedialog.cpp:285 +#: widgets/renamedialog.cpp:335 #, kde-format msgid "&Resume" msgstr "C&ontinuer" -#: widgets/renamedialog.cpp:294 +#: widgets/renamedialog.cpp:344 #, kde-format msgid "" "This action would overwrite '%1' with itself.\n" @@ -7031,67 +7057,57 @@ msgstr "" "Cette action écraserait « %1 » avec lui-même.\n" "Veuillez saisir un nouveau nom de fichier :" -#: widgets/renamedialog.cpp:300 +#: widgets/renamedialog.cpp:350 #, kde-format msgid "C&ontinue" msgstr "&Continuer" -#: widgets/renamedialog.cpp:362 +#: widgets/renamedialog.cpp:416 #, kde-format msgid "Would you like to overwrite the destination?" msgstr "Voulez-vous vraiment écraser la destination ?" -#: widgets/renamedialog.cpp:364 +#: widgets/renamedialog.cpp:418 #, kde-format msgid "Would you like to merge the contents of '%1' into '%2'?" msgstr "Voulez-vous vraiment fusionner les contenus de « %1 » dans « %2 » ?" -#: widgets/renamedialog.cpp:372 -#, kde-format -msgid "Source" -msgstr "Source" - -#: widgets/renamedialog.cpp:374 -#, kde-format -msgid "Destination" -msgstr "Destination" - -#: widgets/renamedialog.cpp:405 +#: widgets/renamedialog.cpp:461 #, kde-format msgid "The source is more recent." msgstr "La source est plus récente." -#: widgets/renamedialog.cpp:407 +#: widgets/renamedialog.cpp:463 #, kde-format msgid "The source is older." msgstr "La source est plus ancienne." -#: widgets/renamedialog.cpp:416 +#: widgets/renamedialog.cpp:472 #, kde-format msgid "The source is smaller by %1." msgstr "La source est plus petite de %1." -#: widgets/renamedialog.cpp:419 +#: widgets/renamedialog.cpp:475 #, kde-format msgid "The source is bigger by %1." msgstr "La source est plus grande de %1." -#: widgets/renamedialog.cpp:432 +#: widgets/renamedialog.cpp:489 #, kde-format msgid "The files are identical." msgstr "Les fichiers sont identiques." -#: widgets/renamedialog.cpp:435 +#: widgets/renamedialog.cpp:492 #, kde-format msgid "The files seem identical." msgstr "Les fichiers semblent identiques." -#: widgets/renamedialog.cpp:438 +#: widgets/renamedialog.cpp:496 #, kde-format msgid "The files are different." msgstr "Les fichiers sont différents." -#: widgets/renamedialog.cpp:446 +#: widgets/renamedialog.cpp:504 #, kde-format msgid "" "The files are likely to be identical: they have the same size and their " @@ -7100,59 +7116,51 @@ msgstr "" "Les fichiers semblent être identiques. Ils ont la même taille et leurs " "contenus sont les mêmes au début, au milieu et en fin." -#: widgets/renamedialog.cpp:465 +#: widgets/renamedialog.cpp:518 +#, kde-format +msgctxt "@action:button" +msgid "Compare Files" +msgstr "Comparer les fichiers" + +#: widgets/renamedialog.cpp:531 #, kde-format msgid "An older item named '%1' already exists." msgstr "Un élément plus ancien nommé « %1 » existe déjà." -#: widgets/renamedialog.cpp:467 +#: widgets/renamedialog.cpp:533 #, kde-format msgid "A similar file named '%1' already exists." msgstr "Un fichier identique nommé « %1 » existe déjà." -#: widgets/renamedialog.cpp:469 +#: widgets/renamedialog.cpp:535 #, kde-format msgid "A more recent item named '%1' already exists." msgstr "Un élément plus récent nommé « %1 » existe déjà." -#: widgets/renamedialog.cpp:482 +#: widgets/renamedialog.cpp:548 #, kde-format msgid "Rename:" msgstr "Renommer : " -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Item" -msgstr "Renommer l'élément" - -#: widgets/renamefiledialog.cpp:61 -#, kde-format -msgctxt "@title:window" -msgid "Rename Items" -msgstr "Renommer les éléments" - -#: widgets/renamefiledialog.cpp:72 -#, kde-format -msgctxt "@action:button" -msgid "&Rename" -msgstr "&Renommer" - -#: widgets/renamefiledialog.cpp:84 +#: widgets/renamefiledialog.cpp:91 #, kde-kuit-format msgctxt "@label:textbox" msgid "Rename the item %1 to:" msgstr "Renommer l'élément %1 en :" -#: widgets/renamefiledialog.cpp:87 -#, kde-format -msgctxt "" -"This a template for new filenames, # is replaced by a number later, must be " -"the end character" -msgid "New name #" -msgstr "Nouveau nom #" +#: widgets/renamefiledialog.cpp:141 widgets/renamefiledialog.cpp:483 +#, kde-kuit-format +msgctxt "@info error a file already exists" +msgid "A file named %1 already exists." +msgstr "Un fichier nommé %1existe déjà." -#: widgets/renamefiledialog.cpp:88 +#: widgets/renamefiledialog.cpp:144 +#, kde-kuit-format +msgctxt "@info %1 is an invalid filename" +msgid "%1 is not a valid file name." +msgstr "%1 ne semble pas être un nom valable de fichier." + +#: widgets/renamefiledialog.cpp:164 #, kde-format msgctxt "@label:textbox" msgid "Rename the %1 selected item to:" @@ -7160,38 +7168,193 @@ msgid_plural "Rename the %1 selected items to:" msgstr[0] "Renommer le %1 élément sélectionné en :" msgstr[1] "Renommer les %1 éléments sélectionnés en :" -#: widgets/renamefiledialog.cpp:131 +#: widgets/renamefiledialog.cpp:167 #, kde-format msgctxt "@info" msgid "# will be replaced by ascending numbers starting with:" msgstr "# sera remplacé par des nombres croissants démarrant par :" +#: widgets/renamefiledialog.cpp:176 +#, kde-format +msgctxt "" +"This a template for new filenames, # is replaced by a number later, must be " +"the end character" +msgid "New name #" +msgstr "Nouveau nom #" + +#: widgets/renamefiledialog.cpp:283 +#, kde-format +msgctxt "@info" +msgid "" +"Invalid filename: The new name should contain one sequence of #, unless all " +"the files have different file extensions." +msgstr "" +"Nom de fichier non valable : le nouveau nom doit contenir une séquence du " +"caractère « # », à moins que tous les fichiers aient des extensions " +"différentes." + +#: widgets/renamefiledialog.cpp:310 +#, kde-format +msgctxt "@label:textbox by: [Replacing: xx] [With: yy]" +msgid "Rename the %1 selected item by:" +msgid_plural "Rename the %1 selected items by:" +msgstr[0] "Renommer %1 élément sélectionné en :" +msgstr[1] "Renommer les %1 éléments sélectionnés en :" + +#: widgets/renamefiledialog.cpp:314 +#, kde-format +msgctxt "@info replace as in replacing [value] with [value]" +msgid "Replacing:" +msgstr "Remplacement :" + +#: widgets/renamefiledialog.cpp:316 +#, kde-format +msgctxt "@info placeholder text" +msgid "Pattern" +msgstr "Motif" + +#: widgets/renamefiledialog.cpp:320 +#, kde-format +msgctxt "@info with as in replacing [value] with [value]" +msgid "With:" +msgstr "Avec :" + +#: widgets/renamefiledialog.cpp:322 +#, kde-format +msgctxt "@info placeholder text" +msgid "Replacement" +msgstr "Remplacement" + +#: widgets/renamefiledialog.cpp:369 +#, kde-format +msgctxt "@info pattern as in text replacement pattern" +msgid "No file name contains the pattern." +msgstr "Aucun fichier ne contient ce motif." + +#: widgets/renamefiledialog.cpp:378 +#, kde-kuit-format +msgctxt "@info pattern as in text replacement pattern" +msgid "" +"Replacing “%1” with an empty replacement would cause %2 " +"to have an empty file name." +msgstr "" +"Le remplacement de « %1 » par une valeur de remplacement vide conduirait à " +"un nom de fichier vide pour %2." + +#: widgets/renamefiledialog.cpp:404 +#, kde-format +msgctxt "@label:textbox" +msgid "Rename the %1 selected item:" +msgid_plural "Rename the %1 selected items:" +msgstr[0] "Renommer %1 élément sélectionné en :" +msgstr[1] "Renommer les %1 éléments sélectionnés en :" + +#: widgets/renamefiledialog.cpp:407 +#, kde-format +msgctxt "@label:textbox add text to a filename" +msgid "Add Text:" +msgstr "Ajouter du texte :" + +#: widgets/renamefiledialog.cpp:409 +#, kde-format +msgctxt "@info:placeholder" +msgid "Text to add" +msgstr "Texte à ajouter" + +#: widgets/renamefiledialog.cpp:414 +#, kde-format +msgctxt "@item:inlistbox as in insert text before filename" +msgid "Before filename" +msgstr "Avant le nom du fichier" + +#: widgets/renamefiledialog.cpp:415 +#, kde-format +msgctxt "@item:inlistbox as in insert text after filename" +msgid "After filename" +msgstr "Après le nom du fichier" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Item" +msgstr "Renommer l'élément" + +#: widgets/renamefiledialog.cpp:532 +#, kde-format +msgctxt "@title:window" +msgid "Rename Items" +msgstr "Renommer les éléments" + +#: widgets/renamefiledialog.cpp:543 +#, kde-format +msgctxt "@action:button" +msgid "&Rename" +msgstr "&Renommer" + +#: widgets/renamefiledialog.cpp:552 +#, kde-format +msgctxt "@info" +msgid "How to rename:" +msgstr "Comment faire un renommage :" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Enumerate" +msgstr "Énumérer" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Replace text" +msgstr "Remplacer du texte" + +#: widgets/renamefiledialog.cpp:555 +#, kde-format +msgctxt "@info renaming operation" +msgid "Add text" +msgstr "Ajouter du texte" + +#: widgets/renamefiledialog.cpp:567 +#, kde-format +msgctxt "@info As in filename renaming preview" +msgid "Preview:" +msgstr "Aperçu :" + +#: widgets/renamefiledialog.cpp:691 +#, kde-kuit-format +msgctxt "@info" +msgid "%1 cannot be renamed to an empty file name." +msgstr "" +"Il est impossible de renommer le fichier %1 avec un nom " +"vide." + #: widgets/skipdialog.cpp:29 #, kde-format msgid "Information" msgstr "Information" -#: widgets/skipdialog.cpp:47 +#: widgets/skipdialog.cpp:48 #, kde-format msgid "Replace" msgstr "Remplacer" -#: widgets/skipdialog.cpp:53 +#: widgets/skipdialog.cpp:54 #, kde-format msgid "Retry" msgstr "Réessayer" -#: widgets/skipdialog.cpp:60 +#: widgets/skipdialog.cpp:61 #, kde-format msgid "Replace All" msgstr "Tout remplacer" -#: widgets/skipdialog.cpp:67 +#: widgets/skipdialog.cpp:68 #, kde-format msgid "Skip" msgstr "Ignorer" -#: widgets/skipdialog.cpp:71 +#: widgets/skipdialog.cpp:72 #, kde-format msgid "Skip All" msgstr "Tout ignorer" @@ -7278,7 +7441,7 @@ msgstr "" "L'hôte distant n'a pas envoyé de certificat SSL.\n" "Abandon car il est impossible de connaître l'identité de cet hôte." -#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:482 +#: widgets/sslui.cpp:50 widgets/widgetsaskuseractionhandler.cpp:507 #, kde-format msgid "" "The server failed the authenticity check (%1).\n" @@ -7319,36 +7482,70 @@ msgstr[1] "" #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this item to Trash failed as it is too large. Permanently delete it " -"instead?%1This action cannot be undone." +"The trash is too full to accept this file. Permanently delete it instead?%1This action " +"cannot be undone." msgstr "" -"Il a été impossible de déplacer cet élément dans la corbeille car il est " -"trop volumineux. Voulez-vous vraiment le supprimer définitivement ? %1 Cette action ne " -"peut être annulée." +"La capacité de la corbeille est insuffisante pour accepter ce fichier. " +"Voulez-vous, à la place, le supprimer définitivement ? " +"%1 Il est impossible d'annuler " +"cette action." #: widgets/widgetsaskuseractionhandler.cpp:260 #, kde-kuit-format msgctxt "@info" msgid "" -"Moving this %1 item to Trash failed as it is too large. Permanently delete " -"it instead?This action cannot be undone." +"The trash is too full to accept this %1 file. Permanently delete it instead?" +"This action cannot be undone." msgid_plural "" -"Moving these %1 items to Trash failed as they are too large. Permanently " -"delete them instead?This action cannot be " -"undone." +"The trash is too full to accept these %1 files. Permanently delete them " +"instead?This action cannot be undone." msgstr[0] "" -"Il a été impossible de déplacer cet élément %1 dans la corbeille car il est " -"trop volumineux. Voulez-vous vraiment le supprimer définitivement ? " -"Cette action ne peut être annulée." +"La capacité de la corbeille est insuffisante pour accepter ce fichier %1. " +"Voulez-vous, à la place, le supprimer définitivement ? Il est impossible d'annuler cette action." msgstr[1] "" "Voulez-vous vraiment supprimer définitivement ces %1 éléments ?%1 Cette action est " "irréversible." -#: widgets/widgetsaskuseractionhandler.cpp:288 +#: widgets/widgetsaskuseractionhandler.cpp:275 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for this item’s location. Permanently delete it " +"instead?%1This action cannot be undone." +msgstr "" +"La corbeille est indisponible à cet emplacement d'éléments. Voulez-vous, à " +"la place, la supprimer définitivement ? %1 Il est impossible d'annuler cette action." + +#: widgets/widgetsaskuseractionhandler.cpp:282 +#, kde-kuit-format +msgctxt "@info" +msgid "" +"The trash is not available for the location of this %1 item. Permanently " +"delete it instead?This action cannot be undone." +"" +msgid_plural "" +"The trash is not available for the location of these %1 items. Permanently " +"delete them instead?This action cannot be " +"undone." +msgstr[0] "" +"La corbeille est indisponible à cet emplacement pour cet élément %1. Voulez-" +"vous, à la place, la supprimer définitivement ? %1 Il est impossible d'annuler " +"cette action." +msgstr[1] "" +"La corbeille est indisponible à cet emplacement pour ces %1 élément. Voulez-" +"vous, à la place, la supprimer définitivement ? %1 Il est impossible d'annuler " +"cette action." + +#: widgets/widgetsaskuseractionhandler.cpp:310 #, kde-kuit-format msgctxt "@info" msgid "Do you really want to move this %1 item to the Trash?" @@ -7356,51 +7553,299 @@ msgid_plural "Do you really want to move these %1 items to the Trash?" msgstr[0] "Voulez-vous vraiment déplacer cet élément %1 à la corbeille ?" msgstr[1] "Voulez-vous vraiment déplacer ces %1 éléments à la corbeille ?" -#: widgets/widgetsaskuseractionhandler.cpp:343 +#: widgets/widgetsaskuseractionhandler.cpp:367 #, kde-format msgctxt "@option:checkbox" msgid "Do not ask again" msgstr "Ne plus poser la question" -#: widgets/widgetsaskuseractionhandler.cpp:386 +#: widgets/widgetsaskuseractionhandler.cpp:411 #, kde-format msgctxt "@option:check" msgid "Do not ask again" msgstr "Ne plus poser la question" -#: widgets/widgetsaskuseractionhandler.cpp:412 +#: widgets/widgetsaskuseractionhandler.cpp:437 #, kde-format msgctxt "@option:check" msgid "Do not show this message again" msgstr "Ne plus afficher ce message à nouveau" -#: widgets/widgetsaskuseractionhandler.cpp:547 +#: widgets/widgetsaskuseractionhandler.cpp:572 #, kde-format msgid "The peer SSL certificate chain appears to be corrupt." msgstr "Le certificat SSL du pair semble endommagé." -#: widgets/widgetsaskuseractionhandler.cpp:550 +#: widgets/widgetsaskuseractionhandler.cpp:575 #, kde-format msgid "SSL" msgstr "SSL" -#: widgets/widgetsuntrustedprogramhandler.cpp:106 +#: widgets/widgetsuntrustedprogramhandler.cpp:110 #, kde-format msgctxt "Warning about executing unknown program" msgid "Warning" msgstr "Avertissement" -#: widgets/widgetsuntrustedprogramhandler.cpp:122 +#: widgets/widgetsuntrustedprogramhandler.cpp:126 #, kde-format msgctxt "program name follows in a line edit below" msgid "This will start the program:" msgstr "Ceci va démarrer le programme :" -#: widgets/widgetsuntrustedprogramhandler.cpp:132 +#: widgets/widgetsuntrustedprogramhandler.cpp:136 #, kde-format msgid "If you do not trust this program, click Cancel" msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" +#~ msgid "Open With:" +#~ msgstr "Ouvrir avec :" + +#~ msgid "File System:" +#~ msgstr "Système de fichiers :" + +#~ msgctxt "@option:check" +#~ msgid "Launch executable files without asking" +#~ msgstr "Lancer des fichiers exécutables sans confirmation" + +#~ msgctxt "@option:check Open in the associated app" +#~ msgid "Open executable files in the default application without asking" +#~ msgstr "" +#~ "Ouvrir les fichiers exécutables dans l'application par défaut sans " +#~ "confirmation" + +#~ msgctxt "@option:check Always open/launch executable files (dont ask again)" +#~ msgid "Remember for all executable files" +#~ msgstr "Se rappeler de tous les fichiers exécutables" + +#~ msgctxt "@info:tooltip How to undo do not ask again" +#~ msgid "" +#~ "You can undo this under \"Confirmations\" in Dolphin file manager " +#~ "settings." +#~ msgstr "" +#~ "Vous pouvez annuler cette opération sous le menu « Confirmations » dans " +#~ "les paramètres du gestionnaire de fichiers Dolphin." + +#~ msgid "Change Attribute" +#~ msgstr "Modifier l'attribut" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to change file attributes. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour modifier " +#~ "les attributs de ce fichier. Voulez-vous continuer ?" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to complete the copy operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour " +#~ "effectuer cette copie. Voulez-vous continuer ?" + +#~ msgid "Delete Files" +#~ msgstr "Supprimer les fichiers" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to complete the delete operation. However, " +#~ "doing so may damage your system. Do you want to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour " +#~ "effectuer cette suppression. Toutefois, cela pourrait endommager votre " +#~ "système. Voulez-vous continuer ?" + +#~ msgid "Create Folder" +#~ msgstr "Créer un dossier" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to create this folder. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour créer ce " +#~ "dossier. Voulez-vous continuer ?" + +#~ msgid "Move Items" +#~ msgstr "Déplacement des éléments" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to complete the move operation. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour " +#~ "effectuer ce déplacement. Voulez-vous continuer ?" + +#~ msgid "Rename" +#~ msgstr "Renommer" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to complete renaming. Do you want to " +#~ "continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour " +#~ "effectuer ce renommage. Voulez-vous continuer ?" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to create a symlink. Do you want to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour créer un " +#~ "lien symbolique. Voulez-vous continuer ?" + +#~ msgid "Transfer data" +#~ msgstr "Transfert de données" + +# unreviewed-context +#~ msgid "" +#~ "Root privileges are required to complete transferring data. Do you want " +#~ "to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour " +#~ "effectuer ce transfert de données. Voulez-vous continuer ?" + +#~ msgid "Undo Changes" +#~ msgstr "Annuler les modifications" + +#~ msgid "" +#~ "Undoing this operation requires root privileges. Do you want to continue?" +#~ msgstr "" +#~ "Vous devez disposer des privilèges du compte administrateur pour annuler " +#~ "cette opération. Voulez-vous continuer ?" + +#~ msgid "Setting ACL for %1" +#~ msgstr "Application des ACL pour %1" + +#~ msgid "Change File Permissions" +#~ msgstr "Modifier les droits d'accès au fichier" + +#~ msgid "New Permissions: %1" +#~ msgstr "Nouveaux droits d'accès : %1" + +#~ msgid "Change File Owner" +#~ msgstr "Modifier le propriétaire du fichier" + +#~ msgid "New Owner: UID=%1, GID=%2" +#~ msgstr "Nouveau propriétaire : UID=%1, GID=%2" + +#~ msgid "Remove File" +#~ msgstr "Supprimer un fichier" + +#~ msgid "Remove Directory" +#~ msgstr "Supprimer un dossier" + +#~ msgid "Directory Permissions: %1" +#~ msgstr "Droits d'accès au dossier : %1" + +#~ msgid "Open File" +#~ msgstr "Ouvrir un fichier" + +#~ msgid "Open Directory" +#~ msgstr "Ouvrir un dossier" + +#~ msgid "New Filename: %1" +#~ msgstr "Nouveau nom de fichier : %1" + +#~ msgid "Target: %1" +#~ msgstr "Cible : %1" + +#~ msgid "Change Timestamp" +#~ msgstr "Modifier l'horodatage" + +#~ msgid "From: %1, To: %2" +#~ msgstr "De : %1, à : %2" + +#~ msgid "Unknown Action" +#~ msgstr "Action inconnue" + +#~ msgid "" +#~ "Action: %1\n" +#~ "Source: %2\n" +#~ "%3" +#~ msgstr "" +#~ "Action : %1\n" +#~ "Source : %2\n" +#~ "%3" + +#~ msgid "Show Bookmarks Button" +#~ msgstr "Afficher le bouton Signets" + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being moved" +#~ msgstr "Les fichiers ont en cours de déplacement." + +#~ msgctxt "Reason why standby is blocked" +#~ msgid "Files are being copied" +#~ msgstr "Les fichiers sont en cours de copie." + +#~ msgid "&Description:" +#~ msgstr "&Description :" + +#~ msgid "Type any comment you think is useful here." +#~ msgstr "Donnez n'importe quel commentaire que vous pensez utile ici." + +#~ msgid "Do not ask again" +#~ msgstr "Ne plus poser la question" + +#~ msgid "&Filter:" +#~ msgstr "F&iltre :" + +#~ msgid "" +#~ "This is the filter to apply to the file list. File names that do not " +#~ "match the filter will not be shown.

    You may select from one of the " +#~ "preset filters in the drop down menu, or you may enter a custom filter " +#~ "directly into the text area.

    Wildcards such as * and ? are allowed." +#~ "

    " +#~ msgstr "" +#~ "Il s'agit du filtre à appliquer à la liste de fichiers. Les noms de " +#~ "fichiers qui ne correspondent pas au filtre ne seront pas affichés." +#~ "

    Vous pouvez choisir un des filtres présélectionnés dans le menu " +#~ "contextuel ou ajouter un filtre personnalisé directement dans la zone de " +#~ "texte.

    Les caractères génériques tels que « * » et « ? » sont " +#~ "autorisés.

    " + +#~ msgid "" +#~ "More than one folder has been selected and this dialog does not accept " +#~ "folders, so it is not possible to decide which one to enter. Please " +#~ "select only one folder to list it." +#~ msgstr "" +#~ "Plus d'un dossier a été sélectionné et cette boîte de dialogue n'accepte " +#~ "qu'un seul dossier, il n'est donc pas possible de savoir lequel choisir. " +#~ "Merci de ne sélectionner qu'un seul dossier" + +#~ msgid "More than one folder provided" +#~ msgstr "Plus d'un dossier fourni" + +#~ msgid "" +#~ "At least one folder and one file has been selected. Selected files will " +#~ "be ignored and the selected folder will be listed" +#~ msgstr "" +#~ "Au moins un dossier et un fichier ont été sélectionnés. Les fichiers " +#~ "sélectionnés seront ignorés et le dossier sélectionné sera listé" + +#~ msgid "Files and folders selected" +#~ msgstr "Fichiers et dossiers sélectionnés" + +#~ msgid "" +#~ "Although contact was made with the server, a response was not received " +#~ "within the amount of time allocated for the request as follows:" +#~ "
    • Timeout for establishing a connection: %1 seconds
    • Timeout " +#~ "for receiving a response: %2 seconds
    • Timeout for accessing proxy " +#~ "servers: %3 seconds
    Please note that you can alter these timeout " +#~ "settings in the KDE System Settings, by selecting Network Settings -> " +#~ "Connection Preferences." +#~ msgstr "" +#~ "Bien que le serveur ait été contacté, il n'a envoyé aucune réponse dans " +#~ "les délais impartis pour la requête :
    • Délai d'établissement de la " +#~ "connexion : %1 secondes
    • Délai de réception d'une réponse : %2 " +#~ "secondes
    • Délai d'accès aux serveurs mandataire (proxy) : %3 " +#~ "secondes
    Notez que vous pouvez modifier ces délais dans le " +#~ "Centre d'information de KDE en choisissant « Réseau / Configuration »." + #~ msgid "Is &executable" #~ msgstr "est &exécutable" @@ -8604,9 +9049,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ "Voici une estimation de la capacité d'espace disque maximum " #~ "réservée pour la corbeille." -#~ msgid "Show a Warning" -#~ msgstr "Afficher un avertissement" - #~ msgid "Delete Oldest Files From Trash" #~ msgstr "Supprimer les plus vieux fichiers de la corbeille" @@ -8751,10 +9193,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "Space" #~ msgstr "Espace" -#~ msgctxt "@item:inlistbox The default character set" -#~ msgid "Default" -#~ msgstr "Par défaut" - #~ msgid "Modify Web Shortcut" #~ msgstr "Modifier les raccourcis web" @@ -9133,11 +9571,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "Could not find any application or handler for %1" #~ msgstr "Impossible de trouver une application ou un module pour %1" -#~ msgid "&Paste File" -#~ msgid_plural "&Paste %1 Files" -#~ msgstr[0] "&Coller le fichier" -#~ msgstr[1] "&Coller les %1 fichiers" - #~ msgid "&Paste URL" #~ msgid_plural "&Paste %1 URLs" #~ msgstr[0] "&Coller l'URL" @@ -9256,14 +9689,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "Invalid Directory Name" #~ msgstr "Nom de dossier non valable" -#~ msgctxt "@info" -#~ msgid "" -#~ "Could not create a folder with the name %1because it is reserved for use by the operating system." -#~ msgstr "" -#~ "Impossible de créer un dossier portant le nom %1car celui-ci est réservé par le système d'exploitation." - #~ msgid "File Type Options" #~ msgstr "Options du type de fichier" @@ -9289,9 +9714,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ "La taille maximale de la corbeille a été atteinte ! \n" #~ "Veuillez vider manuellement la corbeille." -#~ msgid "'%1' is not an executable file." -#~ msgstr "« %1 » n'est pas un fichier exécutable." - #~ msgid "'%1' not found, please type a valid program name." #~ msgstr "" #~ "Impossible de trouver « %1 ». Donnez un nom de programme valable s'il-" @@ -9306,9 +9728,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "unmounting is not supported by wince." #~ msgstr "La libération n'est pas prise en charge par WinCE." -#~ msgid "File name:" -#~ msgstr "Nom de fichier :" - #~ msgid "" #~ "

    Cache

    This module lets you configure your cache settings.

    This specific cache is an area on the disk where recently read web " @@ -9622,9 +10041,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "Read only" #~ msgstr "Lecture seule" -#~ msgid "File system:" -#~ msgstr "Système de fichiers :" - #~ msgid "Mount point (/mnt/floppy):" #~ msgstr "Point de montage (/mnt/floppy) :" @@ -10138,9 +10554,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ msgid "Do not &close when command exits" #~ msgstr "Ne pas fermer quand la &commande se termine" -#~ msgid "&Username:" -#~ msgstr "Nom d'&utilisateur :" - #~ msgid "" #~ "Unable to create io-slave:\n" #~ "klauncher said: %1" @@ -10164,9 +10577,6 @@ msgstr "Si vous ne faites pas confiance à ce programme, cliquez sur Annuler" #~ "Impossible de démarrer le gestionnaire de cookies.\n" #~ "Vous ne pourrez pas gérer les cookies enregistrés sur votre ordinateur." -#~ msgid "Open with:" -#~ msgstr "Ouvrir avec :" - #~ msgid "" #~ "%1.\n" #~ "\n" diff --git a/local/recipes/kde/kf6-kio/source/po/fy/kio6.po b/local/recipes/kde/kf6-kio/source/po/fy/kio6.po index 1a6fd635c2..739e1dfdc3 100644 --- a/local/recipes/kde/kf6-kio/source/po/fy/kio6.po +++ b/local/recipes/kde/kf6-kio/source/po/fy/kio6.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kcmkio\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2024-12-15 00:38+0000\n" +"POT-Creation-Date: 2026-06-29 00:40+0000\n" "PO-Revision-Date: 2009-06-21 13:33+0100\n" "Last-Translator: Berend Ytsma \n" "Language-Team: Frysk \n" @@ -28,13 +28,13 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "berendy@bigfoot.com" -#: core/chmodjob.cpp:201 +#: core/chmodjob.cpp:197 #, fuzzy, kde-format #| msgid "Could not change permissions for %1." msgid "Could not modify the ownership of file %1" msgstr "Koe de tagongsrjochten foar %1 net feroarje." -#: core/chmodjob.cpp:235 +#: core/chmodjob.cpp:231 #, fuzzy, kde-kuit-format #| msgid "" #| "Could not modify the ownership of file %1. You have " @@ -46,13 +46,13 @@ msgstr "" "Koe de eigner fan triem %1 net oanpasse. Jo hawwe net de nedige " "rjochten foar dizze wiziging." -#: core/connectionbackend.cpp:107 +#: core/connectionbackend.cpp:114 #, fuzzy, kde-format #| msgid "Unable to create io-slave: %1" msgid "Unable to create KIO worker: %1" msgstr "Net by steat io-slave '%1' oan te meitsjen." -#: core/copyjob.cpp:167 kioworkers/file/file_unix.cpp:1142 +#: core/copyjob.cpp:190 kioworkers/file/file_unix.cpp:1015 #, fuzzy, kde-format #| msgid "" #| "Could not create symlink %1.\n" @@ -67,7 +67,7 @@ msgstr "" "De symb. keppeling %1 koe net makke wurde.\n" "Kontrolearje de tagongsrjochten." -#: core/copyjob.cpp:179 +#: core/copyjob.cpp:202 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -77,7 +77,7 @@ msgid "" "folder name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:187 +#: core/copyjob.cpp:210 #, kde-format msgid "" "Could not create \"%1\".\n" @@ -87,23 +87,23 @@ msgid "" "file name) with an underscore \"_\"." msgstr "" -#: core/copyjob.cpp:1395 core/job_error.cpp:585 +#: core/copyjob.cpp:1429 core/job_error.cpp:588 #, kde-format msgid "Folder Already Exists" msgstr "Map bestiet al" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 core/filecopyjob.cpp:373 -#: core/job_error.cpp:574 widgets/paste.cpp:49 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 core/filecopyjob.cpp:371 +#: core/job_error.cpp:577 widgets/paste.cpp:49 #, kde-format msgid "File Already Exists" msgstr "Triem bestiet al" -#: core/copyjob.cpp:1719 core/copyjob.cpp:2424 +#: core/copyjob.cpp:1764 core/copyjob.cpp:2480 #, kde-format msgid "Already Exists as Folder" msgstr "Bestiet al as map" -#: core/copyjob.cpp:1873 kioworkers/trash/kio_trash.cpp:294 +#: core/copyjob.cpp:1918 kioworkers/trash/kio_trash.cpp:295 #, fuzzy, kde-format #| msgctxt "to trash" #| msgid "&Trash" @@ -202,196 +202,97 @@ msgctxt "items: folders, files (size)" msgid "%1: %2" msgstr "%1: %2" -#: core/job.cpp:97 +#: core/job.cpp:104 #, kde-format msgctxt "@title job" msgid "Moving" msgstr "Dwaande mei ferpleatsen" -#: core/job.cpp:98 core/job.cpp:106 core/job.cpp:114 core/job.cpp:143 -#: widgets/fileundomanager.cpp:142 +#: core/job.cpp:105 core/job.cpp:113 core/job.cpp:121 core/job.cpp:150 +#: widgets/fileundomanager.cpp:136 #, kde-format msgctxt "The source of a file operation" msgid "Source" msgstr "Boarne" -#: core/job.cpp:99 core/job.cpp:107 core/job.cpp:115 -#: widgets/fileundomanager.cpp:143 +#: core/job.cpp:106 core/job.cpp:114 core/job.cpp:122 +#: widgets/fileundomanager.cpp:137 #, kde-format msgctxt "The destination of a file operation" msgid "Destination" msgstr "Bestimming" -#: core/job.cpp:105 +#: core/job.cpp:112 #, fuzzy, kde-format #| msgid "&Rename" msgctxt "@title job" msgid "Renaming" msgstr "Omnea&me" -#: core/job.cpp:113 +#: core/job.cpp:120 #, kde-format msgctxt "@title job" msgid "Copying" msgstr "Dwaande mei kopiearjen" -#: core/job.cpp:121 +#: core/job.cpp:128 #, kde-format msgctxt "@title job" msgid "Creating directory" msgstr "Triemtafel wurdt oanmakke" -#: core/job.cpp:122 widgets/fileundomanager.cpp:137 -#: widgets/kurlrequester.cpp:438 +#: core/job.cpp:129 widgets/fileundomanager.cpp:126 +#: widgets/kurlrequester.cpp:478 #, kde-format msgid "Directory" msgstr "Triemtafel" -#: core/job.cpp:128 +#: core/job.cpp:135 #, kde-format msgctxt "@title job" msgid "Deleting" msgstr "Dwaande mei wiskjen" -#: core/job.cpp:129 core/job.cpp:136 widgets/fileundomanager.cpp:153 -#: widgets/kurlrequester.cpp:437 +#: core/job.cpp:136 core/job.cpp:143 widgets/fileundomanager.cpp:152 +#: widgets/kurlrequester.cpp:477 #, kde-format msgid "File" msgstr "Triem" -#: core/job.cpp:135 +#: core/job.cpp:142 #, kde-format msgctxt "@title job" msgid "Examining" msgstr "Dwaande mei ûndersykjen" -#: core/job.cpp:142 +#: core/job.cpp:149 #, kde-format msgctxt "@title job" msgid "Transferring" msgstr "" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgctxt "@title job" msgid "Mounting" msgstr "Dwaande mei oankeppeljen" -#: core/job.cpp:149 +#: core/job.cpp:156 #, kde-format msgid "Device" msgstr "Apparaat" -#: core/job.cpp:149 core/job.cpp:154 +#: core/job.cpp:156 core/job.cpp:161 #, kde-format msgid "Mountpoint" msgstr "Keppelpunt" -#: core/job.cpp:154 +#: core/job.cpp:161 #, kde-format msgctxt "@title job" msgid "Unmounting" msgstr "Dwaande mei ôfkeppeljen" -#: core/job.cpp:264 -#, kde-format -msgid "Change Attribute" -msgstr "" - -#: core/job.cpp:266 -#, kde-format -msgid "" -"Root privileges are required to change file attributes. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:270 -#, fuzzy, kde-format -#| msgid "*|All Files" -msgid "Copy Files" -msgstr "*|Alle triemen" - -#: core/job.cpp:272 -#, kde-format -msgid "" -"Root privileges are required to complete the copy operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:276 -#, kde-format -msgid "Delete Files" -msgstr "Triemen wiskje" - -#: core/job.cpp:278 -#, kde-format -msgid "" -"Root privileges are required to complete the delete operation. However, " -"doing so may damage your system. Do you want to continue?" -msgstr "" - -#: core/job.cpp:282 -#, fuzzy, kde-format -#| msgid "Could Not Create Folder" -msgid "Create Folder" -msgstr "Nij&e map oanmeitsje" - -#: core/job.cpp:284 -#, kde-format -msgid "" -"Root privileges are required to create this folder. Do you want to continue?" -msgstr "" - -#: core/job.cpp:288 -#, fuzzy, kde-format -#| msgid "Move to Trash" -msgid "Move Items" -msgstr "Nei it Jiskefet" - -#: core/job.cpp:290 -#, kde-format -msgid "" -"Root privileges are required to complete the move operation. Do you want to " -"continue?" -msgstr "" - -#: core/job.cpp:294 kioworkers/file/file_unix.cpp:122 -#, fuzzy, kde-format -#| msgid "&Rename" -msgid "Rename" -msgstr "Omnea&me" - -#: core/job.cpp:296 -#, kde-format -msgid "" -"Root privileges are required to complete renaming. Do you want to continue?" -msgstr "" - -#: core/job.cpp:300 filewidgets/knewfilemenu.cpp:640 -#: kioworkers/file/file_unix.cpp:126 -#, fuzzy, kde-format -#| msgid "Could Not Create Symbolic Link" -msgid "Create Symlink" -msgstr "De symboalyske keppeling koe net makke wurde" - -#: core/job.cpp:302 -#, kde-format -msgid "" -"Root privileges are required to create a symlink. Do you want to continue?" -msgstr "" - -#: core/job.cpp:306 -#, kde-format -msgid "Transfer data" -msgstr "" - -#: core/job.cpp:308 -#, kde-format -msgid "" -"Root privileges are required to complete transferring data. Do you want to " -"continue?" -msgstr "" - #: core/job_error.cpp:37 #, kde-format msgid "Could not read %1." @@ -824,6 +725,11 @@ msgid "File is too large to be trashed." msgstr "" #: core/job_error.cpp:264 +#, kde-format +msgid "A trash folder could not be found or created for this location." +msgstr "" + +#: core/job_error.cpp:267 #, fuzzy, kde-format #| msgid "" #| "Unknown error code %1\n" @@ -838,72 +744,72 @@ msgstr "" "%2\n" "Graach in folslein programmearflaterrapport nei http://bugs.kde.org stjoere." -#: core/job_error.cpp:295 +#: core/job_error.cpp:298 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info url" msgid "(unknown)" msgstr "ûnbekend" -#: core/job_error.cpp:301 +#: core/job_error.cpp:304 #, fuzzy, kde-format msgctxt "@info %1 error name, %2 description" msgid "

    %1

    %2

    " msgstr "Qt" -#: core/job_error.cpp:305 +#: core/job_error.cpp:308 #, kde-format msgid "Technical reason: " msgstr "Technyske reden: " -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

    Details of the request:" msgid "Details of the request:" msgstr "Details fan it fersyk:" -#: core/job_error.cpp:307 +#: core/job_error.cpp:310 #, fuzzy, kde-format #| msgid "

    • URL: %1
    • " msgid "
    • URL: %1
    • " msgstr "Foarbyld URL-adres:" -#: core/job_error.cpp:309 +#: core/job_error.cpp:312 #, kde-format msgid "
    • Protocol: %1
    • " msgstr "
    • Protokol: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, kde-format msgid "
    • Date and time: %1
    • " msgstr "
    • Datum en tiid: %1
    • " -#: core/job_error.cpp:311 +#: core/job_error.cpp:314 #, fuzzy, kde-format #| msgid "
    • Additional information: %1
    " msgid "
  • Additional information: %1
  • " msgstr "Skriuwersynformaasje sjen litte" -#: core/job_error.cpp:313 +#: core/job_error.cpp:316 #, fuzzy, kde-format #| msgid "

    Possible causes:

    • " msgid "Possible causes:" msgstr "Mooglike oarsaken:" -#: core/job_error.cpp:317 +#: core/job_error.cpp:320 #, fuzzy, kde-format #| msgid "

      Possible solutions:

      • " msgid "Possible solutions:" msgstr "Mooglike oplossings:" -#: core/job_error.cpp:361 +#: core/job_error.cpp:364 #, fuzzy, kde-format #| msgid "(unknown)" msgctxt "@info protocol" msgid "(unknown)" msgstr "ûnbekend" -#: core/job_error.cpp:374 +#: core/job_error.cpp:377 #, kde-format msgid "" "Contact your appropriate computer support system, whether the system " @@ -912,19 +818,19 @@ msgstr "" "Nim kontakt op mei jo kompjûterhelp foar fierdere assistinsje. Dat kin jo " "systeembehearder, jo leveransier, ensfh. wêze." -#: core/job_error.cpp:378 +#: core/job_error.cpp:381 #, kde-format msgid "Contact the administrator of the server for further assistance." msgstr "" "Nim kontakt op mei de systeembehearder fan de tjinner foar fierdere " "assistinsje." -#: core/job_error.cpp:381 +#: core/job_error.cpp:384 #, kde-format msgid "Check your access permissions on this resource." msgstr "Kontrolearje jo tagongsrjochten op dizze boarne." -#: core/job_error.cpp:383 +#: core/job_error.cpp:386 #, kde-format msgid "" "Your access permissions may be inadequate to perform the requested operation " @@ -933,7 +839,7 @@ msgstr "" "Jo tagongsrjochten kinne wolris ûnfoldwaande wêze om de fersochte hanneling " "op dizze boarne út te fieren." -#: core/job_error.cpp:386 +#: core/job_error.cpp:389 #, kde-format msgid "" "The file may be in use (and thus locked) by another user or application." @@ -941,7 +847,7 @@ msgstr "" "De triem wurdt mooglik brûkt (en ôfskoattele) troch in oare brûker of " "applikaasje." -#: core/job_error.cpp:389 +#: core/job_error.cpp:392 #, kde-format msgid "" "Check to make sure that no other application or user is using the file or " @@ -950,18 +856,18 @@ msgstr "" "Bewissigje jo derfan dat gjin inkelde oare brûker of applikaasje dit triem " "brûkt of ôfskoattele hat." -#: core/job_error.cpp:392 +#: core/job_error.cpp:395 #, kde-format msgid "Although unlikely, a hardware error may have occurred." msgstr "" "Alhoewol net wierskynlik, is it mooglik dat him in hurdguodflater foardie." -#: core/job_error.cpp:394 +#: core/job_error.cpp:397 #, kde-format msgid "You may have encountered a bug in the program." msgstr "Mooglik kamen jo in flater yn it programma tsjin." -#: core/job_error.cpp:396 +#: core/job_error.cpp:399 #, kde-format msgid "" "This is most likely to be caused by a bug in the program. Please consider " @@ -971,7 +877,7 @@ msgstr "" "Oerweagje in folslein programmearflaterrapport yn te stjoeren, lykas " "hjirûnder oanjûn is." -#: core/job_error.cpp:399 +#: core/job_error.cpp:402 #, kde-format msgid "" "Update your software to the latest version. Your distribution should provide " @@ -980,7 +886,7 @@ msgstr "" "Wurkje jo sêftguod by nei de lêste ferzje. Jo distribúsje hat de helpmiddels " "levere om jo sêftguod te aktualisearjen." -#: core/job_error.cpp:402 +#: core/job_error.cpp:405 #, fuzzy, kde-format #| msgid "" #| "When all else fails, please consider helping the KDE team or the third " @@ -1010,12 +916,12 @@ msgstr "" "programmearflaterrapport, tegearre mei safolle mooglik details dêr't jo fan " "tinke dat se fan pas komme kinne." -#: core/job_error.cpp:411 +#: core/job_error.cpp:414 #, kde-format msgid "There may have been a problem with your network connection." msgstr "Mooglik is der in probleem mei jo netwurkferbining." -#: core/job_error.cpp:415 +#: core/job_error.cpp:418 #, kde-format msgid "" "There may have been a problem with your network configuration. If you have " @@ -1025,7 +931,7 @@ msgstr "" "sûnder swierrichheden tagong ta it Ynternet hiene, dan is dat net " "wierskynlik." -#: core/job_error.cpp:419 +#: core/job_error.cpp:422 #, kde-format msgid "" "There may have been a problem at some point along the network path between " @@ -1034,43 +940,43 @@ msgstr "" "Mooglik is der earne op de netwurkrûte tusken jo kompjûter en de tsjinner in " "probleem." -#: core/job_error.cpp:421 +#: core/job_error.cpp:424 #, kde-format msgid "Try again, either now or at a later time." msgstr "Besykje it no of letter op'e nij." -#: core/job_error.cpp:422 +#: core/job_error.cpp:425 #, kde-format msgid "A protocol error or incompatibility may have occurred." msgstr "Mooglik die him in protokolflater of in ynkompabilteit foar." -#: core/job_error.cpp:423 +#: core/job_error.cpp:426 #, kde-format msgid "Ensure that the resource exists, and try again." msgstr "Bewissigje jo der fan dat de boarne bestiet en besykje it op'e nij." -#: core/job_error.cpp:424 +#: core/job_error.cpp:427 #, kde-format msgid "The specified resource may not exist." msgstr "De opjûne boarne bestiet mooglik net." -#: core/job_error.cpp:426 +#: core/job_error.cpp:429 #, kde-format msgid "Double-check that you have entered the correct location and try again." msgstr "" "Kontrolearje of jo de goede lokaasje ynfierd hawwe en besykje it op'e nij." -#: core/job_error.cpp:428 +#: core/job_error.cpp:431 #, kde-format msgid "Check your network connection status." msgstr "Kontrolearje de status fan jo netwurkferbining." -#: core/job_error.cpp:432 +#: core/job_error.cpp:435 #, kde-format msgid "Cannot Open Resource For Reading" msgstr "Helpboarne net iepene wurde foar lêzen" -#: core/job_error.cpp:434 +#: core/job_error.cpp:437 #, kde-format msgid "" "This means that the contents of the requested file or folder %1%1 net ophelle " "wurde koe, om't der gjin lêstagong krigen wurde koe." -#: core/job_error.cpp:439 +#: core/job_error.cpp:442 #, kde-format msgid "You may not have permissions to read the file or open the folder." msgstr "" "Wierskynlik hawwe jo net de nedige rjochten om de triem te lêzen of de map " "te iepenjen." -#: core/job_error.cpp:446 +#: core/job_error.cpp:449 #, kde-format msgid "Cannot Open Resource For Writing" msgstr "Helpboarne kin net iepene wurde foar skriuwen" -#: core/job_error.cpp:448 +#: core/job_error.cpp:451 #, kde-format msgid "" "This means that the file, %1, could not be written to as " @@ -1100,18 +1006,18 @@ msgstr "" "Dit betsjut dat de triem, %1, net opslein wurde koe, omdat " "der gjin skriuwtagong jûn wurdt." -#: core/job_error.cpp:457 +#: core/job_error.cpp:460 #, fuzzy, kde-format #| msgid "Cannot Initiate the %1 Protocol" msgid "Cannot Launch Process required by the %1 Protocol" msgstr "It protokol %1 koe net inisjalisearre wurde" -#: core/job_error.cpp:458 +#: core/job_error.cpp:461 #, kde-format msgid "Unable to Launch Process" msgstr "Net by steat it proses te starten" -#: core/job_error.cpp:460 +#: core/job_error.cpp:463 #, fuzzy, kde-format #| msgid "" #| "The program on your computer which provides access to the %1, koe net start wurde. Soks bart meast om reden fan technyske " "oarsaken." -#: core/job_error.cpp:465 +#: core/job_error.cpp:468 #, kde-format msgid "" "The program which provides compatibility with this protocol may not have " @@ -1137,12 +1043,12 @@ msgstr "" "aktualisearre by jo lêste opwurdearring fan KDE. Dêrtroch kin it programma " "ynkompatibel wêze mei jo aktive KDE-ferzje en dêrom net starte." -#: core/job_error.cpp:474 +#: core/job_error.cpp:477 #, kde-format msgid "Internal Error" msgstr "Ynterne flater" -#: core/job_error.cpp:476 +#: core/job_error.cpp:479 #, kde-format msgid "" "The program on your computer which provides access to the %1%1 hat in " "ynterne fout melden." -#: core/job_error.cpp:484 +#: core/job_error.cpp:487 #, kde-format msgid "Improperly Formatted URL" msgstr "Unjildich URL-adres" -#: core/job_error.cpp:486 +#: core/job_error.cpp:489 #, kde-format msgid "" "The Uniform Resource L